diff --git a/7346/app.js b/7346/app.js deleted file mode 100644 index 67a3826e05c..00000000000 --- a/7346/app.js +++ /dev/null @@ -1,40 +0,0 @@ -!function(e){var t={};function __webpack_require__(n){if(t[n])return t[n].exports;var r=t[n]={i:n,l:!1,exports:{}};return e[n].call(r.exports,r,r.exports,__webpack_require__),r.l=!0,r.exports}__webpack_require__.m=e,__webpack_require__.c=t,__webpack_require__.d=function(e,t,n){__webpack_require__.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},__webpack_require__.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},__webpack_require__.t=function(e,t){if(1&t&&(e=__webpack_require__(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(__webpack_require__.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)__webpack_require__.d(n,r,function(t){return e[t]}.bind(null,r));return n},__webpack_require__.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return __webpack_require__.d(t,"a",t),t},__webpack_require__.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},__webpack_require__.p="/",__webpack_require__(__webpack_require__.s=232)}([function(e,t){function _getPrototypeOf(t){return e.exports=_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},e.exports.__esModule=!0,e.exports.default=e.exports,_getPrototypeOf(t)}e.exports=_getPrototypeOf,e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t,n){"use strict";n.d(t,"a",(function(){return behavior})),n.d(t,"b",(function(){return className})),n.d(t,"e",(function(){return regions})),n.d(t,"d",(function(){return options}));var r=n(6),a=n.n(r),i=n(63);function behavior(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return function(n){var r=n.prototype;r.behaviors=Object.assign(a()({},e,t),r.behaviors)}}function className(e){return function(t){t.prototype.className=e}}function regions(e){return function(t){t.prototype.regions=Object.assign(e,t.regions)}}function options(e){return function(t){t.prototype.options=Object.assign(e,t.options)}}n.d(t,"c",(function(){return i.on}))},function(e,t){e.exports=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t){function _defineProperties(e,t){for(var n=0;n1?n-1:0),a=1;a1?n-1:0),a=1;a1?n-1:0),a=1;a0)for(e=0;e1?r-1:0),i=1;i1&&void 0!==arguments[1]?arguments[1]:{},r=!e._isAttached&&isNodeAttached(this.el),a=void 0===n.replaceElement?!!t.result(this,"replaceElement"):!!n.replaceElement;r&&triggerMethodOn(e,"before:attach",e),a?this._replaceEl(e):this.attachHtml(e),r&&(e._isAttached=!0,triggerMethodOn(e,"attach",e))},_ensureElement:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(t.isObject(this.el)||(this.$el=this.getEl(this.el),this.el=this.$el[0]),!this.$el||0===this.$el.length){var n=void 0===e.allowMissingEl?!!t.result(this,"allowMissingEl"):!!e.allowMissingEl;if(n)return!1;throw new l('An "el" must exist in DOM for this region '+this.cid)}return!0},_getView:function(t){if(!t)throw new l({name:"ViewNotValid",message:"The view passed is undefined and therefore invalid. You must pass a view instance to show."});if(t._isDestroyed)throw new l({name:"ViewDestroyedError",message:'View (cid: "'+t.cid+'") has already been destroyed and cannot be used.'});if(t instanceof e.View)return t;var n=this._getViewOptions(t);return new T(n)},_getViewOptions:function(e){return t.isFunction(e)?{template:e}:t.isObject(e)?e:{template:function(){return e}}},getEl:function(e){return this.findEls(e,t.result(this,"parentEl"))},_replaceEl:function(e){this._restoreEl(),e.on("before:destroy",this._restoreEl,this),this.replaceEl(e.el,this.el),this._isReplaced=!0},_restoreEl:function(){if(this._isReplaced){var e=this.currentView;e&&(this._detachView(e),this._isReplaced=!1)}},isReplaced:function(){return!!this._isReplaced},isSwappingView:function(){return!!this._isSwappingView},attachHtml:function(e){this.appendChildren(this.el,e.el)},empty:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{allowMissingEl:!0},t=this.currentView;if(!t)return this._ensureElement(e)&&this.detachHtml(),this;var n=!e.preventDestroy;return n||a("The preventDestroy option is deprecated. Use Region#detachView"),this._empty(t,n),this},_empty:function(e,t){e.off("destroy",this._empty,this),this.triggerMethod("before:empty",this,e),this._restoreEl(),delete this.currentView,e._isDestroyed||(t?this.removeView(e):this._detachView(e),this._stopChildViewEvents(e)),this.triggerMethod("empty",this,e)},_stopChildViewEvents:function(e){this._parentView&&this._parentView.stopListening(e)},destroyView:function(e){return e._isDestroyed||(e.destroy?e.destroy():destroyBackboneView(e)),e},removeView:function(e){this.destroyView(e)},detachView:function(){var e=this.currentView;if(e)return this._empty(e),e},_detachView:function(e){var t=!!e._isAttached,n=this._isReplaced;t&&triggerMethodOn(e,"before:detach",e),n?this.replaceEl(this.el,e.el):this.detachHtml(),t&&(e._isAttached=!1,triggerMethodOn(e,"detach",e))},detachHtml:function(){this.detachContents(this.el)},hasView:function(){return!!this.currentView},reset:function(e){return this.empty(e),this.$el&&(this.el=this._initEl),delete this.$el,this},destroy:function(e){return this._isDestroyed?this:(this.reset(e),this._name&&this._parentView._removeReferences(this._name),delete this._parentView,delete this._name,MarionetteObject.prototype.destroy.apply(this,arguments))}});t.extend(k.prototype,f);var buildRegion=function(e,n){return e instanceof k?e:function(e,n){var r=t.extend({},n);if(t.isString(e))return t.extend(r,{el:e}),buildRegionFromObject(r);if(t.isFunction(e))return t.extend(r,{regionClass:e}),buildRegionFromObject(r);if(t.isObject(e))return e.selector&&a("The selector option on a Region definition object is deprecated. Use el to pass a selector string"),t.extend(r,{el:e.selector},e),buildRegionFromObject(r);throw new l({message:"Improper region configuration type.",url:"marionette.region.html#region-configuration-types"})}(e,n)};function buildRegionFromObject(e){return new(0,e.regionClass)(t.omit(e,"regionClass"))}var C={regionClass:k,_initRegions:function(){this.regions=this.regions||{},this._regions={},this.addRegions(t.result(this,"regions"))},_reInitRegions:function(){d(this._regions,"reset")},addRegion:function(e,t){var n={};return n[e]=t,this.addRegions(n)[e]},addRegions:function(e){if(!t.isEmpty(e))return e=this.normalizeUIValues(e,["selector","el"]),this.regions=t.extend({},this.regions,e),this._addRegions(e)},_addRegions:function(e){var n=this,r={regionClass:this.regionClass,parentEl:t.partial(t.result,this,"el")};return t.reduce(e,(function(e,t,a){return e[a]=buildRegion(t,r),n._addRegion(e[a],a),e}),{})},_addRegion:function(e,t){this.triggerMethod("before:add:region",this,t,e),e._parentView=this,e._name=t,this._regions[t]=e,this.triggerMethod("add:region",this,t,e)},removeRegion:function(e){var t=this._regions[e];return this._removeRegion(t,e),t},removeRegions:function(){var e=this._getRegions();return t.each(this._regions,t.bind(this._removeRegion,this)),e},_removeRegion:function(e,t){this.triggerMethod("before:remove:region",this,t,e),e.destroy(),this.triggerMethod("remove:region",this,t,e)},_removeReferences:function(e){delete this.regions[e],delete this._regions[e]},emptyRegions:function(){var e=this.getRegions();return d(e,"empty"),e},hasRegion:function(e){return!!this.getRegion(e)},getRegion:function(e){return this._isRendered||this.render(),this._regions[e]},_getRegions:function(){return t.clone(this._regions)},getRegions:function(){return this._isRendered||this.render(),this._getRegions()},showChildView:function(e,t){for(var n=this.getRegion(e),r=arguments.length,a=Array(r>2?r-2:0),i=2;i0&&void 0!==arguments[0]?arguments[0]:{},n=t.result(this,"templateContext");return t.extend(e,n)},attachElContent:function(e){return this.setInnerContent(this.el,e),this},_removeChildren:function(){this.removeRegions()},_getImmediateChildren:function(){return t.chain(this._getRegions()).map("currentView").compact().value()}},{setRenderer:function(e){this.prototype._renderHtml=e}});t.extend(T.prototype,w,C);var E=["forEach","each","map","find","detect","filter","select","reject","every","all","some","any","include","contains","invoke","toArray","first","initial","rest","last","without","isEmpty","pluck","reduce","partition"],emulateCollection=function(e,n){t.each(E,(function(r){e[r]=function(){var e=t.values(t.result(this,n)),a=[e].concat(t.toArray(arguments));return t[r].apply(t,a)}}))},Container=function(e){this._views={},this._indexByModel={},this._indexByCustom={},this._updateLength(),t.each(e,t.bind(this.add,this))};emulateCollection(Container.prototype,"_views"),t.extend(Container.prototype,{add:function(e,t){return this._add(e,t)._updateLength()},_add:function(e,t){var n=e.cid;return this._views[n]=e,e.model&&(this._indexByModel[e.model.cid]=n),t&&(this._indexByCustom[t]=n),this},findByModel:function(e){return this.findByModelCid(e.cid)},findByModelCid:function(e){var t=this._indexByModel[e];return this.findByCid(t)},findByCustom:function(e){var t=this._indexByCustom[e];return this.findByCid(t)},findByIndex:function(e){return t.values(this._views)[e]},findByCid:function(e){return this._views[e]},remove:function(e){return this._remove(e)._updateLength()},_remove:function(e){var n=e.cid;return e.model&&delete this._indexByModel[e.model.cid],t.some(this._indexByCustom,t.bind((function(e,t){if(e===n)return delete this._indexByCustom[t],!0}),this)),delete this._views[n],this},_updateLength:function(){return this.length=t.size(this._views),this}});var R=["behaviors","childView","childViewEventPrefix","childViewEvents","childViewOptions","childViewTriggers","collectionEvents","events","filter","emptyView","emptyViewOptions","modelEvents","reorderOnSort","sort","triggers","ui","viewComparator"],P=e.View.extend({sort:!0,constructor:function(n){this.render=t.bind(this.render,this),this._setOptions(n),this.mergeOptions(n,R),monitorViewEvents(this),this._initBehaviors(),this.once("render",this._initialEvents),this._initChildViewStorage(),this._bufferedChildren=[];var r=Array.prototype.slice.call(arguments);r[0]=this.options,e.View.prototype.constructor.apply(this,r),this.delegateEntityEvents(),this._triggerEventOnBehaviors("initialize",this)},_startBuffering:function(){this._isBuffering=!0},_endBuffering:function(){var e=this._isAttached?this._getImmediateChildren():[];this._isBuffering=!1,t.each(e,(function(e){triggerMethodOn(e,"before:attach",e)})),this.attachBuffer(this,this._createBuffer()),t.each(e,(function(e){e._isAttached=!0,triggerMethodOn(e,"attach",e)})),this._bufferedChildren=[]},_getImmediateChildren:function(){return t.values(this.children._views)},_initialEvents:function(){this.collection&&(this.listenTo(this.collection,"add",this._onCollectionAdd),this.listenTo(this.collection,"update",this._onCollectionUpdate),this.listenTo(this.collection,"reset",this.render),this.sort&&this.listenTo(this.collection,"sort",this._sortViews))},_onCollectionAdd:function(e,n,r){var a=void 0!==r.at&&(r.index||n.indexOf(e));(this.filter||!1===a)&&(a=t.indexOf(this._filteredSortedModels(a),e)),this._shouldAddChild(e,a)&&(this._destroyEmptyView(),this._addChild(e,a))},_onCollectionUpdate:function(e,t){var n=t.changes;this._removeChildModels(n.removed)},_removeChildModels:function(e){var t=this._getRemovedViews(e);t.length&&(this.children._updateLength(),this._updateIndices(t,!1),this.isEmpty()&&this._showEmptyView())},_getRemovedViews:function(e){var n=this;return t.reduce(e,(function(e,t){var r=t&&n.children.findByModel(t);return!r||r._isDestroyed||(n._removeChildView(r),e.push(r)),e}),[])},_removeChildView:function(e){this.triggerMethod("before:remove:child",this,e),this.children._remove(e),e.destroy?e.destroy():destroyBackboneView(e),this.stopListening(e),this.triggerMethod("remove:child",this,e)},setElement:function(){var t=!!this.el;return e.View.prototype.setElement.apply(this,arguments),t&&(this._isAttached=isNodeAttached(this.el)),this},render:function(){return this._isDestroyed||(this.triggerMethod("before:render",this),this._renderChildren(),this._isRendered=!0,this.triggerMethod("render",this)),this},setFilter:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.preventRender,r=this._isRendered&&!this._isDestroyed,a=this.filter!==e,i=r&&a&&!n;if(i){var o=this._filteredSortedModels();this.filter=e;var s=this._filteredSortedModels();this._applyModelDeltas(s,o)}else this.filter=e;return this},removeFilter:function(e){return this.setFilter(null,e)},_applyModelDeltas:function(e,n){var r=this,a={};t.each(e,(function(e,t){!r.children.findByModel(e)&&r._onCollectionAdd(e,r.collection,{at:t}),a[e.cid]=!0}));var i=t.filter(n,(function(e){return!a[e.cid]&&r.children.findByModel(e)}));this._removeChildModels(i)},reorder:function(){var e=this.children,n=this._filteredSortedModels();if(!n.length&&this._showingEmptyView)return this;if(t.some(n,(function(t){return!e.findByModel(t)})))this.render();else{var r=[],a=e.reduce((function(e,a){var i=t.indexOf(n,a.model);return-1===i?(r.push(a.model),e):(a._index=i,e[i]=a.el,e)}),new Array(n.length));this.triggerMethod("before:reorder",this),this._appendReorderedChildren(a),this._removeChildModels(r),this.triggerMethod("reorder",this)}return this},resortView:function(){return this.reorderOnSort?this.reorder():this._renderChildren(),this},_sortViews:function(){var e=this,n=this._filteredSortedModels();t.find(n,(function(t,n){var r=e.children.findByModel(t);return!r||r._index!==n}))&&this.resortView()},_emptyViewIndex:-1,_appendReorderedChildren:function(e){this.appendChildren(this.el,e)},_renderChildren:function(){this._isRendered&&(this._destroyEmptyView(),this._destroyChildren());var e=this._filteredSortedModels();this.isEmpty({processedModels:e})?this._showEmptyView():(this.triggerMethod("before:render:children",this),this._startBuffering(),this._showCollection(e),this._endBuffering(),this.triggerMethod("render:children",this))},_createView:function(e,t){var n=this._getChildView(e),r=this._getChildViewOptions(e,t);return this.buildChildView(e,n,r)},_setupChildView:function(e,t){monitorViewEvents(e),this._proxyChildViewEvents(e),this.sort&&(e._index=t)},_showCollection:function(e){t.each(e,t.bind(this._addChild,this)),this.children._updateLength()},_filteredSortedModels:function(e){if(!this.collection||!this.collection.length)return[];var t=this.getViewComparator(),n=this.collection.models;if(e=Math.min(Math.max(e,0),n.length-1),t){var r=void 0;e&&(r=n[e],n=n.slice(0,e).concat(n.slice(e+1))),n=this._sortModelsBy(n,t),r&&n.splice(e,0,r)}return n=this._filterModels(n)},getViewComparator:function(){return this.viewComparator},_filterModels:function(e){var n=this;return this.filter&&(e=t.filter(e,(function(e,t){return n._shouldAddChild(e,t)}))),e},_sortModelsBy:function(e,n){return"string"==typeof n?t.sortBy(e,(function(e){return e.get(n)})):1===n.length?t.sortBy(e,t.bind(n,this)):t.clone(e).sort(t.bind(n,this))},_showEmptyView:function(){var n=this._getEmptyView();if(n&&!this._showingEmptyView){this._showingEmptyView=!0;var r=new e.Model,a=this.emptyViewOptions||this.childViewOptions;t.isFunction(a)&&(a=a.call(this,r,this._emptyViewIndex));var i=this.buildChildView(r,n,a);this.triggerMethod("before:render:empty",this,i),this.addChildView(i,0),this.triggerMethod("render:empty",this,i)}},_destroyEmptyView:function(){this._showingEmptyView&&(this.triggerMethod("before:remove:empty",this),this._destroyChildren(),delete this._showingEmptyView,this.triggerMethod("remove:empty",this))},_getEmptyView:function(){var e=this.emptyView;if(e)return this._getView(e)},_getChildView:function(e){var t=this.childView;if(!t)throw new l({name:"NoChildViewError",message:'A "childView" must be specified'});if(!(t=this._getView(t,e)))throw new l({name:"InvalidChildViewError",message:'"childView" must be a view class or a function that returns a view class'});return t},_getView:function(n,r){return n.prototype instanceof e.View||n===e.View?n:t.isFunction(n)?n.call(this,r):void 0},_addChild:function(e,t){var n=this._createView(e,t);return this.addChildView(n,t),n},_getChildViewOptions:function(e,n){return t.isFunction(this.childViewOptions)?this.childViewOptions(e,n):this.childViewOptions},addChildView:function(e,t){return this.triggerMethod("before:add:child",this,e),this._setupChildView(e,t),this._isBuffering?this.children._add(e):(this._updateIndices(e,!0),this.children.add(e)),this._renderView(e),this._attachView(e,t),this.triggerMethod("add:child",this,e),e},_updateIndices:function(e,n){if(this.sort)if(n){var r=t.isArray(e)?t.max(e,"_index"):e;t.isObject(r)&&this.children.each((function(e){e._index>=r._index&&(e._index+=1)}))}else t.each(t.sortBy(this.children._views,"_index"),(function(e,t){e._index=t}))},_renderView:function(e){e._isRendered||(e.supportsRenderLifecycle||triggerMethodOn(e,"before:render",e),e.render(),e.supportsRenderLifecycle||(e._isRendered=!0,triggerMethodOn(e,"render",e)))},_attachView:function(e,t){var n=!e._isAttached&&!this._isBuffering&&this._isAttached;n&&triggerMethodOn(e,"before:attach",e),this.attachHtml(this,e,t),n&&(e._isAttached=!0,triggerMethodOn(e,"attach",e))},buildChildView:function(e,n,r){return new n(t.extend({model:e},r))},removeChildView:function(e){return!e||e._isDestroyed||(this._removeChildView(e),this.children._updateLength(),this._updateIndices(e,!1)),e},isEmpty:function(e){var n=void 0;return t.result(e,"processedModels")?n=e.processedModels:(n=this.collection?this.collection.models:[],n=this._filterModels(n)),0===n.length},attachBuffer:function(e,t){this.appendChildren(e.el,t)},_createBuffer:function(){var e=this,n=this.createBuffer();return t.each(this._bufferedChildren,(function(t){e.appendChildren(n,t.el)})),n},attachHtml:function(e,t,n){e._isBuffering?e._bufferedChildren.splice(n,0,t):e._insertBefore(t,n)||e._insertAfter(t)},_insertBefore:function(e,t){var n=void 0;return this.sort&&t1&&void 0!==arguments[1]?arguments[1]:this._views.length,n=e.cid;this._viewsByCid[n]=e,e.model&&(this._indexByModel[e.model.cid]=n),this._views.splice(t,0,e),this._updateLength()},_sort:function(e){return"string"==typeof e?(e=t.partial(stringComparator,e),this._sortBy(e)):1===e.length?this._sortBy(e):this._views.sort(e)},_sortBy:function(e){var n=t.sortBy(this._views,e);return this._set(n),n},_set:function(e){this._views.length=0,this._views.push.apply(this._views,e.slice(0)),this._updateLength()},findByModel:function(e){return this.findByModelCid(e.cid)},findByModelCid:function(e){var t=this._indexByModel[e];return this.findByCid(t)},findByIndex:function(e){return this._views[e]},findIndexByView:function(e){return this._views.indexOf(e)},findByCid:function(e){return this._viewsByCid[e]},_remove:function(e){if(this._viewsByCid[e.cid]){e.model&&delete this._indexByModel[e.model.cid],delete this._viewsByCid[e.cid];var t=this.findIndexByView(e);this._views.splice(t,1),this._updateLength()}},_updateLength:function(){this.length=this._views.length}});var j=["behaviors","childView","childViewEventPrefix","childViewEvents","childViewOptions","childViewTriggers","collectionEvents","emptyView","emptyViewOptions","events","modelEvents","sortWithCollection","triggers","ui","viewComparator","viewFilter"],M=e.View.extend({sortWithCollection:!0,constructor:function(t){this._setOptions(t),this.mergeOptions(t,j),monitorViewEvents(this),this.once("render",this._initialEvents),this._initChildViewStorage(),this._initBehaviors();var n=Array.prototype.slice.call(arguments);n[0]=this.options,e.View.prototype.constructor.apply(this,n),this._initEmptyRegion(),this.delegateEntityEvents(),this._triggerEventOnBehaviors("initialize",this)},_initChildViewStorage:function(){this.children=new Container$1},_initEmptyRegion:function(){this.emptyRegion=new k({el:this.el}),this.emptyRegion._parentView=this},_initialEvents:function(){this.listenTo(this.collection,{sort:this._onCollectionSort,reset:this._onCollectionReset,update:this._onCollectionUpdate})},_onCollectionSort:function(){var e=this;this.sortWithCollection&&this.collection.length===this.children.length&&(this.collection.some((function(t){return!e.children.findByModel(t)}))||this.sort())},_onCollectionReset:function(){this.render()},_onCollectionUpdate:function(e,t){var n=t.changes,r=this._removeChildModels(n.removed);this._addChildModels(n.added),this._detachChildren(r),this._showChildren(),this._removeChildViews(r)},_removeChildModels:function(e){return t.map(e,t.bind(this._removeChildModel,this))},_removeChildModel:function(e){var t=this.children.findByModel(e);return this._removeChild(t),t},_removeChild:function(e){this.triggerMethod("before:remove:child",this,e),this.children._remove(e),this.triggerMethod("remove:child",this,e)},_addChildModels:function(e){return t.map(e,t.bind(this._addChildModel,this))},_addChildModel:function(e){var t=this._createChildView(e);return this._addChild(t),t},_createChildView:function(e){var t=this._getChildView(e),n=this._getChildViewOptions(e);return this.buildChildView(e,t,n)},_addChild:function(e,t){this.triggerMethod("before:add:child",this,e),this._setupChildView(e),this.children._add(e,t),this.triggerMethod("add:child",this,e)},_getChildView:function(e){var t=this.childView;if(!t)throw new l({name:"NoChildViewError",message:'A "childView" must be specified'});if(!(t=this._getView(t,e)))throw new l({name:"InvalidChildViewError",message:'"childView" must be a view class or a function that returns a view class'});return t},_getView:function(n,r){return n.prototype instanceof e.View||n===e.View?n:t.isFunction(n)?n.call(this,r):void 0},_getChildViewOptions:function(e){return t.isFunction(this.childViewOptions)?this.childViewOptions(e):this.childViewOptions},buildChildView:function(e,n,r){return new n(t.extend({model:e},r))},_setupChildView:function(e){monitorViewEvents(e),e.on("destroy",this.removeChildView,this),this._proxyChildViewEvents(e)},_getImmediateChildren:function(){return this.children._views},setElement:function(){var t=!!this.el;return e.View.prototype.setElement.apply(this,arguments),t&&(this._isAttached=isNodeAttached(this.el)),this},render:function(){return this._isDestroyed||(this.triggerMethod("before:render",this),this._destroyChildren(),this.children._init(),this.collection&&this._addChildModels(this.collection.models),this._showChildren(),this._isRendered=!0,this.triggerMethod("render",this)),this},sort:function(){return this._isDestroyed?this:this.children.length?(this._showChildren(),this):this},_showChildren:function(){this.isEmpty()?this._showEmptyView():(this._sortChildren(),this.filter())},isEmpty:function(e){return e||!this.children.length},_showEmptyView:function(){var e=this._getEmptyView();if(e){var t=this._getEmptyViewOptions();this.emptyRegion.show(new e(t))}},_getEmptyView:function(){var e=this.emptyView;if(e)return this._getView(e)},_destroyEmptyView:function(){this.emptyRegion.hasView()&&this.emptyRegion.empty()},_getEmptyViewOptions:function(){var e=this.emptyViewOptions||this.childViewOptions;return t.isFunction(e)?e.call(this):e},_sortChildren:function(){this.triggerMethod("before:sort",this);var e=this.getComparator();t.isFunction(e)&&(e=e.bind(this)),this.children._sort(e),this.triggerMethod("sort",this)},setComparator:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.preventRender,r=this.viewComparator!==e,a=r&&!n;return this.viewComparator=e,a&&this.sort(),this},removeComparator:function(e){return this.setComparator(null,e)},getComparator:function(){return this.viewComparator||this._viewComparator},_viewComparator:function(e){if(this.collection)return this.collection.indexOf(e.model)},filter:function(){if(this._isDestroyed)return this;if(!this.children.length)return this;var e=this._filterChildren();return this._renderChildren(e),this},_filterChildren:function(){var e=this._getFilter();if(!e)return this.children._views;this.triggerMethod("before:filter",this);var n=this.children.partition(t.bind(e,this));return this._detachChildren(n[1]),this.triggerMethod("filter",this),n[0]},_getFilter:function(){var e=this.getFilter();if(!e)return!1;if(t.isFunction(e))return e;if(t.isObject(e)){var n=t.matches(e);return function(e){return n(e.model&&e.model.attributes)}}if(t.isString(e))return function(t){return t.model&&t.model.get(e)};throw new l({name:"InvalidViewFilterError",message:'"viewFilter" must be a function, predicate object literal, a string indicating a model attribute, or falsy'})},getFilter:function(){return this.viewFilter},setFilter:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.preventRender,r=this.viewFilter!==e,a=r&&!n;return this.viewFilter=e,a&&this.filter(),this},removeFilter:function(e){return this.setFilter(null,e)},_detachChildren:function(e){t.each(e,t.bind(this._detachChildView,this))},_detachChildView:function(e){var t=!!e._isAttached;t&&triggerMethodOn(e,"before:detach",e),this.detachHtml(e),t&&(e._isAttached=!1,triggerMethodOn(e,"detach",e))},detachHtml:function(e){this.detachEl(e.el)},_renderChildren:function(e){if(this.isEmpty(!e.length))this._showEmptyView();else{this._destroyEmptyView(),this.triggerMethod("before:render:children",this,e);var t=this._getBuffer(e);this._attachChildren(t,e),this.triggerMethod("render:children",this,e)}},_attachChildren:function(e,n){n=this._isAttached?n:[],t.each(n,(function(e){e._isAttached||triggerMethodOn(e,"before:attach",e)})),this.attachHtml(this,e),t.each(n,(function(e){e._isAttached||(e._isAttached=!0,triggerMethodOn(e,"attach",e))}))},_getBuffer:function(e){var n=this,r=this.createBuffer();return t.each(e,(function(e){n._renderChildView(e),n.appendChildren(r,e.el)})),r},_renderChildView:function(e){e._isRendered||(e.supportsRenderLifecycle||triggerMethodOn(e,"before:render",e),e.render(),e.supportsRenderLifecycle||(e._isRendered=!0,triggerMethodOn(e,"render",e)))},attachHtml:function(e,t){this.appendChildren(e.el,t)},addChildView:function(e,t){return!e||e._isDestroyed||(this._addChild(e,t),this._showChildren()),e},detachChildView:function(e){return this.removeChildView(e,{shouldDetach:!0}),e},removeChildView:function(e,t){return e?(this._removeChildView(e,t),this._removeChild(e),this.isEmpty()&&this._showEmptyView(),e):e},_removeChildViews:function(e){t.each(e,t.bind(this._removeChildView,this))},_removeChildView:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.shouldDetach;e.off("destroy",this.removeChildView,this),n?this._detachChildView(e):this._destroyChildView(e),this.stopListening(e)},_destroyChildView:function(e){e._isDestroyed||(e.destroy?e.destroy():destroyBackboneView(e))},_removeChildren:function(){this._destroyChildren(),this.emptyRegion.destroy()},_destroyChildren:function(){this.children&&this.children.length&&(this.triggerMethod("before:destroy:children",this),this.children.each(t.bind(this._removeChildView,this)),this.triggerMethod("destroy:children",this))}});t.extend(M.prototype,w);var A=["childViewContainer","template","templateContext"],D=P.extend({constructor:function(e){a("CompositeView is deprecated. Convert to View at your earliest convenience"),this.mergeOptions(e,A),P.prototype.constructor.apply(this,arguments)},_initialEvents:function(){this.collection&&(this.listenTo(this.collection,"add",this._onCollectionAdd),this.listenTo(this.collection,"update",this._onCollectionUpdate),this.listenTo(this.collection,"reset",this.renderChildren),this.sort&&this.listenTo(this.collection,"sort",this._sortViews))},_getChildView:function(e){var t=this.childView;if(!t)return this.constructor;if(!(t=this._getView(t,e)))throw new l({name:"InvalidChildViewError",message:'"childView" must be a view class or a function that returns a view class'});return t},serializeData:function(){return this.serializeModel()},render:function(){return this._isDestroyed||(this._isRendering=!0,this.resetChildViewContainer(),this.triggerMethod("before:render",this),this._renderTemplate(),this.bindUIElements(),this.renderChildren(),this._isRendering=!1,this._isRendered=!0,this.triggerMethod("render",this)),this},renderChildren:function(){(this._isRendered||this._isRendering)&&P.prototype._renderChildren.call(this)},attachBuffer:function(e,t){var n=this.getChildViewContainer(e);this.appendChildren(n,t)},_insertAfter:function(e){var t=this.getChildViewContainer(this,e);this.appendChildren(t,e.el)},_appendReorderedChildren:function(e){var t=this.getChildViewContainer(this);this.appendChildren(t,e)},getChildViewContainer:function(e,n){if(e.$childViewContainer)return e.$childViewContainer;var r=void 0;if(e.childViewContainer){var a=t.result(e,"childViewContainer");if((r="@"===a.charAt(0)&&e.ui?e.ui[a.substr(4)]:this.findEls(a,e.$el)).length<=0)throw new l({name:"ChildViewContainerMissingError",message:'The specified "childViewContainer" was not found: '+e.childViewContainer})}else r=e.$el;return e.$childViewContainer=r,r},resetChildViewContainer:function(){this.$childViewContainer&&(this.$childViewContainer=void 0)}}),N=t.pick(T.prototype,"serializeModel","getTemplate","_renderTemplate","_renderHtml","mixinTemplateContext","attachElContent");t.extend(D.prototype,N);var V=["collectionEvents","events","modelEvents","triggers","ui"],L=MarionetteObject.extend({cidPrefix:"mnb",constructor:function(e,n){this.view=n,this.defaults&&a("Behavior defaults are deprecated. For similar functionality set options on the Behavior class."),this.defaults=t.clone(t.result(this,"defaults",{})),this._setOptions(this.defaults,e),this.mergeOptions(this.options,V),this.ui=t.extend({},t.result(this,"ui"),t.result(n,"ui")),MarionetteObject.apply(this,arguments)},$:function(){return this.view.$.apply(this.view,arguments)},destroy:function(){return this.stopListening(),this.view._removeBehavior(this),this},proxyViewProperties:function(){return this.$el=this.view.$el,this.el=this.view.el,this},bindUIElements:function(){return this._bindUIElements(),this},unbindUIElements:function(){return this._unbindUIElements(),this},getUI:function(e){return this._getUI(e)},delegateEntityEvents:function(){return this._delegateEntityEvents(this.view.model,this.view.collection),this},undelegateEntityEvents:function(){return this._undelegateEntityEvents(this.view.model,this.view.collection),this},getEvents:function(){var e=this,n=this.normalizeUIKeys(t.result(this,"events"));return t.reduce(n,(function(n,r,a){if(t.isFunction(r)||(r=e[r]),r)return n[a=getUniqueEventName(a)]=t.bind(r,e),n}),{})},getTriggers:function(){if(this.triggers){var e=this.normalizeUIKeys(t.result(this,"triggers"));return this._getViewTriggers(this.view,e)}}});t.extend(L.prototype,m,y,b);var B=["region","regionClass"],I=MarionetteObject.extend({cidPrefix:"mna",constructor:function(e){this._setOptions(e),this.mergeOptions(e,B),this._initRegion(),MarionetteObject.prototype.constructor.apply(this,arguments)},regionClass:k,_initRegion:function(){var e=this.region;if(e){var t={regionClass:this.regionClass};this._region=buildRegion(e,t)}},getRegion:function(){return this._region},showView:function(e){for(var t=this.getRegion(),n=arguments.length,r=Array(n>1?n-1:0),a=1;athis.length&&(a=this.length),a<0&&(a+=this.length+1);var i,o,s=[],l=[],u=[],h=[],f={},d=t.add,p=t.merge,m=t.remove,g=!1,v=this.comparator&&null==a&&!1!==t.sort,y=n.isString(this.comparator)?this.comparator:null;for(o=0;o7),this._useHashChange=this._wantsHashChange&&this._hasHashChange,this._wantsPushState=!!this.options.pushState,this._hasPushState=!(!this.history||!this.history.pushState),this._usePushState=this._wantsPushState&&this._hasPushState,this.fragment=this.getFragment(),this.root=("/"+this.root+"/").replace(C,"/"),this._wantsHashChange&&this._wantsPushState){if(!this._hasPushState&&!this.atRoot()){var t=this.root.slice(0,-1)||"/";return this.location.replace(t+"#"+this.getPath()),!0}this._hasPushState&&this.atRoot()&&this.navigate(this.getHash(),{replace:!0})}if(!this._hasHashChange&&this._wantsHashChange&&!this._usePushState){this.iframe=document.createElement("iframe"),this.iframe.src="javascript:0",this.iframe.style.display="none",this.iframe.tabIndex=-1;var r=document.body,a=r.insertBefore(this.iframe,r.firstChild).contentWindow;a.document.open(),a.document.close(),a.location.hash="#"+this.fragment}var i=window.addEventListener||function(e,t){return attachEvent("on"+e,t)};if(this._usePushState?i("popstate",this.checkUrl,!1):this._useHashChange&&!this.iframe?i("hashchange",this.checkUrl,!1):this._wantsHashChange&&(this._checkUrlInterval=setInterval(this.checkUrl,this.interval)),!this.options.silent)return this.loadUrl()},stop:function(){var e=window.removeEventListener||function(e,t){return detachEvent("on"+e,t)};this._usePushState?e("popstate",this.checkUrl,!1):this._useHashChange&&!this.iframe&&e("hashchange",this.checkUrl,!1),this.iframe&&(document.body.removeChild(this.iframe),this.iframe=null),this._checkUrlInterval&&clearInterval(this._checkUrlInterval),x.started=!1},route:function(e,t){this.handlers.unshift({route:e,callback:t})},checkUrl:function(e){var t=this.getFragment();if(t===this.fragment&&this.iframe&&(t=this.getHash(this.iframe.contentWindow)),t===this.fragment)return!1;this.iframe&&this.navigate(t),this.loadUrl()},loadUrl:function(e){return!!this.matchRoot()&&(e=this.fragment=this.getFragment(e),n.some(this.handlers,(function(t){if(t.route.test(e))return t.callback(e),!0})))},navigate:function(e,t){if(!x.started)return!1;t&&!0!==t||(t={trigger:!!t}),e=this.getFragment(e||"");var n=this.root;""!==e&&"?"!==e.charAt(0)||(n=n.slice(0,-1)||"/");var r=n+e;if(e=this.decodeFragment(e.replace(S,"")),this.fragment!==e){if(this.fragment=e,this._usePushState)this.history[t.replace?"replaceState":"pushState"]({},document.title,r);else{if(!this._wantsHashChange)return this.location.assign(r);if(this._updateHash(this.location,e,t.replace),this.iframe&&e!==this.getHash(this.iframe.contentWindow)){var a=this.iframe.contentWindow;t.replace||(a.document.open(),a.document.close()),this._updateHash(a.location,e,t.replace)}}return t.trigger?this.loadUrl(e):void 0}},_updateHash:function(e,t,n){if(n){var r=e.href.replace(/(javascript:|#).*$/,"");e.replace(r+"#"+t)}else e.hash="#"+t}}),t.history=new x,l.extend=u.extend=g.extend=f.extend=x.extend=function(e,t){var r,a=this;return r=e&&n.has(e,"constructor")?e.constructor:function(){return a.apply(this,arguments)},n.extend(r,a,t),r.prototype=n.create(a.prototype,e),r.prototype.constructor=r,r.__super__=a.prototype,r};var urlError=function(){throw new Error('A "url" property or function must be specified')},wrapError=function(e,t){var n=t.error;t.error=function(r){n&&n.call(t.context,e,r,t),e.trigger("error",e,r,t)}};return t}(o,n,e,t)}.apply(t,a))||(e.exports=i)}).call(this,n(43))},function(e,t,n){var r=n(176);function _get(){return"undefined"!=typeof Reflect&&Reflect.get?(e.exports=_get=Reflect.get.bind(),e.exports.__esModule=!0,e.exports.default=e.exports):(e.exports=_get=function(e,t,n){var a=r(e,t);if(a){var i=Object.getOwnPropertyDescriptor(a,t);return i.get?i.get.call(arguments.length<3?e:n):i.value}},e.exports.__esModule=!0,e.exports.default=e.exports),_get.apply(this,arguments)}e.exports=_get,e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t,n){var r;(function(){var n=this,a=n._,i=Array.prototype,o=Object.prototype,s=Function.prototype,l=i.push,u=i.slice,c=o.toString,h=o.hasOwnProperty,f=Array.isArray,d=Object.keys,p=s.bind,m=Object.create,Ctor=function(){},_=function(e){return e instanceof _?e:this instanceof _?void(this._wrapped=e):new _(e)};e.exports&&(t=e.exports=_),t._=_,_.VERSION="1.8.3";var optimizeCb=function(e,t,n){if(void 0===t)return e;switch(null==n?3:n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,a){return e.call(t,n,r,a)};case 4:return function(n,r,a,i){return e.call(t,n,r,a,i)}}return function(){return e.apply(t,arguments)}},cb=function(e,t,n){return null==e?_.identity:_.isFunction(e)?optimizeCb(e,t,n):_.isObject(e)?_.matcher(e):_.property(e)};_.iteratee=function(e,t){return cb(e,t,1/0)};var createAssigner=function(e,t){return function(n){var r=arguments.length;if(r<2||null==n)return n;for(var a=1;a=0&&t<=g};function createReduce(e){function iterator(t,n,r,a,i,o){for(;i>=0&&i0?0:o-1;return arguments.length<3&&(r=t[i?i[s]:s],s+=e),iterator(t,n,r,i,s,o)}}_.each=_.forEach=function(e,t,n){var r,a;if(t=optimizeCb(t,n),isArrayLike(e))for(r=0,a=e.length;r=0},_.invoke=function(e,t){var n=u.call(arguments,2),r=_.isFunction(t);return _.map(e,(function(e){var a=r?t:e[t];return null==a?a:a.apply(e,n)}))},_.pluck=function(e,t){return _.map(e,_.property(t))},_.where=function(e,t){return _.filter(e,_.matcher(t))},_.findWhere=function(e,t){return _.find(e,_.matcher(t))},_.max=function(e,t,n){var r,a,i=-1/0,o=-1/0;if(null==t&&null!=e)for(var s=0,l=(e=isArrayLike(e)?e:_.values(e)).length;si&&(i=r);else t=cb(t,n),_.each(e,(function(e,n,r){((a=t(e,n,r))>o||a===-1/0&&i===-1/0)&&(i=e,o=a)}));return i},_.min=function(e,t,n){var r,a,i=1/0,o=1/0;if(null==t&&null!=e)for(var s=0,l=(e=isArrayLike(e)?e:_.values(e)).length;sr||void 0===n)return 1;if(n0?0:a-1;i>=0&&i0?o=i>=0?i:Math.max(i+s,o):s=i>=0?Math.min(i+1,s):i+s+1;else if(n&&i&&s)return r[i=n(r,a)]===a?i:-1;if(a!=a)return(i=t(u.call(r,o,s),_.isNaN))>=0?i+o:-1;for(i=e>0?o:s-1;i>=0&&it?(o&&(clearTimeout(o),o=null),s=l,i=e.apply(r,a),o||(r=a=null)):o||!1===n.trailing||(o=setTimeout(later,u)),i}},_.debounce=function(e,t,n){var r,a,i,o,s,later=function(){var l=_.now()-o;l=0?r=setTimeout(later,t-l):(r=null,n||(s=e.apply(i,a),r||(i=a=null)))};return function(){i=this,a=arguments,o=_.now();var l=n&&!r;return r||(r=setTimeout(later,t)),l&&(s=e.apply(i,a),i=a=null),s}},_.wrap=function(e,t){return _.partial(t,e)},_.negate=function(e){return function(){return!e.apply(this,arguments)}},_.compose=function(){var e=arguments,t=e.length-1;return function(){for(var n=t,r=e[t].apply(this,arguments);n--;)r=e[n].call(this,r);return r}},_.after=function(e,t){return function(){if(--e<1)return t.apply(this,arguments)}},_.before=function(e,t){var n;return function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=null),n}},_.once=_.partial(_.before,2);var y=!{toString:null}.propertyIsEnumerable("toString"),b=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"];function collectNonEnumProps(e,t){var n=b.length,r=e.constructor,a=_.isFunction(r)&&r.prototype||o,i="constructor";for(_.has(e,i)&&!_.contains(t,i)&&t.push(i);n--;)(i=b[n])in e&&e[i]!==a[i]&&!_.contains(t,i)&&t.push(i)}_.keys=function(e){if(!_.isObject(e))return[];if(d)return d(e);var t=[];for(var n in e)_.has(e,n)&&t.push(n);return y&&collectNonEnumProps(e,t),t},_.allKeys=function(e){if(!_.isObject(e))return[];var t=[];for(var n in e)t.push(n);return y&&collectNonEnumProps(e,t),t},_.values=function(e){for(var t=_.keys(e),n=t.length,r=Array(n),a=0;a":">",'"':""","'":"'","`":"`"},x=_.invert(w),createEscaper=function(e){var escaper=function(t){return e[t]},t="(?:"+_.keys(e).join("|")+")",n=RegExp(t),r=RegExp(t,"g");return function(e){return e=null==e?"":""+e,n.test(e)?e.replace(r,escaper):e}};_.escape=createEscaper(w),_.unescape=createEscaper(x),_.result=function(e,t,n){var r=null==e?void 0:e[t];return void 0===r&&(r=n),_.isFunction(r)?r.call(e):r};var k=0;_.uniqueId=function(e){var t=++k+"";return e?e+t:t},_.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var C=/(.)^/,S={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},O=/\\|'|\r|\n|\u2028|\u2029/g,escapeChar=function(e){return"\\"+S[e]};_.template=function(e,t,n){!t&&n&&(t=n),t=_.defaults({},t,_.templateSettings);var r=RegExp([(t.escape||C).source,(t.interpolate||C).source,(t.evaluate||C).source].join("|")+"|$","g"),a=0,i="__p+='";e.replace(r,(function(t,n,r,o,s){return i+=e.slice(a,s).replace(O,escapeChar),a=s+t.length,n?i+="'+\n((__t=("+n+"))==null?'':_.escape(__t))+\n'":r?i+="'+\n((__t=("+r+"))==null?'':__t)+\n'":o&&(i+="';\n"+o+"\n__p+='"),t})),i+="';\n",t.variable||(i="with(obj||{}){\n"+i+"}\n"),i="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+i+"return __p;\n";try{var o=new Function(t.variable||"obj","_",i)}catch(e){throw e.source=i,e}var template=function(e){return o.call(this,e,_)},s=t.variable||"obj";return template.source="function("+s+"){\n"+i+"}",template},_.chain=function(e){var t=_(e);return t._chain=!0,t};var result=function(e,t){return e._chain?_(t).chain():t};_.mixin=function(e){_.each(_.functions(e),(function(t){var n=_[t]=e[t];_.prototype[t]=function(){var e=[this._wrapped];return l.apply(e,arguments),result(this,n.apply(_,e))}}))},_.mixin(_),_.each(["pop","push","reverse","shift","sort","splice","unshift"],(function(e){var t=i[e];_.prototype[e]=function(){var n=this._wrapped;return t.apply(n,arguments),"shift"!==e&&"splice"!==e||0!==n.length||delete n[0],result(this,n)}})),_.each(["concat","join","slice"],(function(e){var t=i[e];_.prototype[e]=function(){return result(this,t.apply(this._wrapped,arguments))}})),_.prototype.value=function(){return this._wrapped},_.prototype.valueOf=_.prototype.toJSON=_.prototype.value,_.prototype.toString=function(){return""+this._wrapped},void 0===(r=function(){return _}.apply(t,[]))||(e.exports=r)}).call(this)},function(e,t,n){"use strict";var r=n(2),a=n.n(r),i=n(3),o=n.n(i),s=n(10),l=n.n(s),u=n(4),c=n.n(u),h=n(5),f=n.n(h),d=n(0),p=n.n(d),m=n(6),g=n.n(m),v=n(52),y=n.n(v),b=n(13),w=n(15);function _createSuper(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=p()(e);if(t){var a=p()(this).constructor;n=Reflect.construct(r,arguments,a)}else n=r.apply(this,arguments);return f()(this,n)}}var x=function(e){c()(AppRouter,e);var t=_createSuper(AppRouter);function AppRouter(){var e;return a()(this,AppRouter),e=t.call(this,{routes:{"testresult/:uid(/)(:tabName)":"testresultPage","*default":"notFound"}}),g()(l()(e),"currentUrl",null),e.on("route",e.onRouteChange,l()(e)),e}return o()(AppRouter,[{key:"onRouteChange",value:function(){this.previousUrl=this.currentUrl,this.currentUrl=this.getCurrentUrl()}},{key:"getCurrentUrl",value:function(){return b.history.getFragment()}},{key:"reload",value:function(){b.history.loadUrl(this.getCurrentUrl())}},{key:"to",value:function(e,t,n){t=Object(w.omit)(t,(function(e){return null===e}));var r=y.a.format({pathname:e,query:t});return this.toUrl(r,n)}},{key:"toUrl",value:function(e,t){return this.navigate(e,Object.assign({trigger:!0},t))}},{key:"setSearch",value:function(e){var t=y.a.parse(this.getCurrentUrl()).pathname;return this.to(t,e)}},{key:"getUrlParams",value:function(){var e=y.a.parse(this.getCurrentUrl(),!0);return e?e.query:{}}}]),AppRouter}(b.Router);t.a=new x},function(e,t,n){var r; -/*! - * jQuery JavaScript Library v3.6.1 - * https://jquery.com/ - * - * Includes Sizzle.js - * https://sizzlejs.com/ - * - * Copyright OpenJS Foundation and other contributors - * Released under the MIT license - * https://jquery.org/license - * - * Date: 2022-08-26T17:52Z - */!function(t,n){"use strict";"object"==typeof e.exports?e.exports=t.document?n(t,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return n(e)}:n(t)}("undefined"!=typeof window?window:this,(function(n,a){"use strict";var i=[],o=Object.getPrototypeOf,s=i.slice,l=i.flat?function(e){return i.flat.call(e)}:function(e){return i.concat.apply([],e)},u=i.push,c=i.indexOf,h={},f=h.toString,d=h.hasOwnProperty,p=d.toString,m=p.call(Object),g={},isFunction=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},isWindow=function(e){return null!=e&&e===e.window},v=n.document,y={type:!0,src:!0,nonce:!0,noModule:!0};function DOMEval(e,t,n){var r,a,i=(n=n||v).createElement("script");if(i.text=e,t)for(r in y)(a=t[r]||t.getAttribute&&t.getAttribute(r))&&i.setAttribute(r,a);n.head.appendChild(i).parentNode.removeChild(i)}function toType(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?h[f.call(e)]||"object":typeof e}var jQuery=function(e,t){return new jQuery.fn.init(e,t)};function isArrayLike(e){var t=!!e&&"length"in e&&e.length,n=toType(e);return!isFunction(e)&&!isWindow(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}jQuery.fn=jQuery.prototype={jquery:"3.6.1",constructor:jQuery,length:0,toArray:function(){return s.call(this)},get:function(e){return null==e?s.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=jQuery.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return jQuery.each(this,e)},map:function(e){return this.pushStack(jQuery.map(this,(function(t,n){return e.call(t,n,t)})))},slice:function(){return this.pushStack(s.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(jQuery.grep(this,(function(e,t){return(t+1)%2})))},odd:function(){return this.pushStack(jQuery.grep(this,(function(e,t){return t%2})))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n+~]|"+V+")"+V+"*"),q=new RegExp(V+"|>"),W=new RegExp(I),$=new RegExp("^"+L+"$"),G={ID:new RegExp("^#("+L+")"),CLASS:new RegExp("^\\.("+L+")"),TAG:new RegExp("^("+L+"|[*])"),ATTR:new RegExp("^"+B),PSEUDO:new RegExp("^"+I),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+V+"*(even|odd|(([+-]|)(\\d*)n|)"+V+"*(?:([+-]|)"+V+"*(\\d+)|))"+V+"*\\)|)","i"),bool:new RegExp("^(?:"+N+")$","i"),needsContext:new RegExp("^"+V+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+V+"*((?:-\\d)?\\d*)"+V+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,K=/^(?:input|select|textarea|button)$/i,X=/^h\d$/i,Z=/^[^{]+\{\s*\[native \w/,J=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,Q=/[+~]/,ee=new RegExp("\\\\[\\da-fA-F]{1,6}"+V+"?|\\\\([^\\r\\n\\f])","g"),funescape=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},te=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,fcssescape=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},unloadHandler=function(){f()},ne=addCombinator((function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()}),{dir:"parentNode",next:"legend"});try{A.apply(P=D.call(x.childNodes),x.childNodes),P[x.childNodes.length].nodeType}catch(e){A={apply:P.length?function(e,t){M.apply(e,D.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}function Sizzle(e,t,r,a){var i,s,u,c,h,p,v,y=t&&t.ownerDocument,x=t?t.nodeType:9;if(r=r||[],"string"!=typeof e||!e||1!==x&&9!==x&&11!==x)return r;if(!a&&(f(t),t=t||d,m)){if(11!==x&&(h=J.exec(e)))if(i=h[1]){if(9===x){if(!(u=t.getElementById(i)))return r;if(u.id===i)return r.push(u),r}else if(y&&(u=y.getElementById(i))&&b(t,u)&&u.id===i)return r.push(u),r}else{if(h[2])return A.apply(r,t.getElementsByTagName(e)),r;if((i=h[3])&&n.getElementsByClassName&&t.getElementsByClassName)return A.apply(r,t.getElementsByClassName(i)),r}if(n.qsa&&!E[e+" "]&&(!g||!g.test(e))&&(1!==x||"object"!==t.nodeName.toLowerCase())){if(v=e,y=t,1===x&&(q.test(e)||H.test(e))){for((y=Q.test(e)&&testContext(t.parentNode)||t)===t&&n.scope||((c=t.getAttribute("id"))?c=c.replace(te,fcssescape):t.setAttribute("id",c=w)),s=(p=o(e)).length;s--;)p[s]=(c?"#"+c:":scope")+" "+toSelector(p[s]);v=p.join(",")}try{return A.apply(r,y.querySelectorAll(v)),r}catch(t){E(e,!0)}finally{c===w&&t.removeAttribute("id")}}}return l(e.replace(F,"$1"),t,r,a)}function createCache(){var e=[];return function cache(t,n){return e.push(t+" ")>r.cacheLength&&delete cache[e.shift()],cache[t+" "]=n}}function markFunction(e){return e[w]=!0,e}function assert(e){var t=d.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function addHandle(e,t){for(var n=e.split("|"),a=n.length;a--;)r.attrHandle[n[a]]=t}function siblingCheck(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function createInputPseudo(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function createButtonPseudo(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function createDisabledPseudo(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&ne(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function createPositionalPseudo(e){return markFunction((function(t){return t=+t,markFunction((function(n,r){for(var a,i=e([],n.length,t),o=i.length;o--;)n[a=i[o]]&&(n[a]=!(r[a]=n[a]))}))}))}function testContext(e){return e&&void 0!==e.getElementsByTagName&&e}for(t in n=Sizzle.support={},i=Sizzle.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},f=Sizzle.setDocument=function(e){var t,a,o=e?e.ownerDocument||e:x;return o!=d&&9===o.nodeType&&o.documentElement?(p=(d=o).documentElement,m=!i(d),x!=d&&(a=d.defaultView)&&a.top!==a&&(a.addEventListener?a.addEventListener("unload",unloadHandler,!1):a.attachEvent&&a.attachEvent("onunload",unloadHandler)),n.scope=assert((function(e){return p.appendChild(e).appendChild(d.createElement("div")),void 0!==e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length})),n.attributes=assert((function(e){return e.className="i",!e.getAttribute("className")})),n.getElementsByTagName=assert((function(e){return e.appendChild(d.createComment("")),!e.getElementsByTagName("*").length})),n.getElementsByClassName=Z.test(d.getElementsByClassName),n.getById=assert((function(e){return p.appendChild(e).id=w,!d.getElementsByName||!d.getElementsByName(w).length})),n.getById?(r.filter.ID=function(e){var t=e.replace(ee,funescape);return function(e){return e.getAttribute("id")===t}},r.find.ID=function(e,t){if(void 0!==t.getElementById&&m){var n=t.getElementById(e);return n?[n]:[]}}):(r.filter.ID=function(e){var t=e.replace(ee,funescape);return function(e){var n=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},r.find.ID=function(e,t){if(void 0!==t.getElementById&&m){var n,r,a,i=t.getElementById(e);if(i){if((n=i.getAttributeNode("id"))&&n.value===e)return[i];for(a=t.getElementsByName(e),r=0;i=a[r++];)if((n=i.getAttributeNode("id"))&&n.value===e)return[i]}return[]}}),r.find.TAG=n.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],a=0,i=t.getElementsByTagName(e);if("*"===e){for(;n=i[a++];)1===n.nodeType&&r.push(n);return r}return i},r.find.CLASS=n.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&m)return t.getElementsByClassName(e)},v=[],g=[],(n.qsa=Z.test(d.querySelectorAll))&&(assert((function(e){var t;p.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&g.push("[*^$]="+V+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||g.push("\\["+V+"*(?:value|"+N+")"),e.querySelectorAll("[id~="+w+"-]").length||g.push("~="),(t=d.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||g.push("\\["+V+"*name"+V+"*="+V+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||g.push(":checked"),e.querySelectorAll("a#"+w+"+*").length||g.push(".#.+[+~]"),e.querySelectorAll("\\\f"),g.push("[\\r\\n\\f]")})),assert((function(e){e.innerHTML="";var t=d.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&g.push("name"+V+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&g.push(":enabled",":disabled"),p.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&g.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),g.push(",.*:")}))),(n.matchesSelector=Z.test(y=p.matches||p.webkitMatchesSelector||p.mozMatchesSelector||p.oMatchesSelector||p.msMatchesSelector))&&assert((function(e){n.disconnectedMatch=y.call(e,"*"),y.call(e,"[s!='']:x"),v.push("!=",I)})),g=g.length&&new RegExp(g.join("|")),v=v.length&&new RegExp(v.join("|")),t=Z.test(p.compareDocumentPosition),b=t||Z.test(p.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},sortOrder=t?function(e,t){if(e===t)return h=!0,0;var r=!e.compareDocumentPosition-!t.compareDocumentPosition;return r||(1&(r=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===r?e==d||e.ownerDocument==x&&b(x,e)?-1:t==d||t.ownerDocument==x&&b(x,t)?1:c?indexOf(c,e)-indexOf(c,t):0:4&r?-1:1)}:function(e,t){if(e===t)return h=!0,0;var n,r=0,a=e.parentNode,i=t.parentNode,o=[e],s=[t];if(!a||!i)return e==d?-1:t==d?1:a?-1:i?1:c?indexOf(c,e)-indexOf(c,t):0;if(a===i)return siblingCheck(e,t);for(n=e;n=n.parentNode;)o.unshift(n);for(n=t;n=n.parentNode;)s.unshift(n);for(;o[r]===s[r];)r++;return r?siblingCheck(o[r],s[r]):o[r]==x?-1:s[r]==x?1:0},d):d},Sizzle.matches=function(e,t){return Sizzle(e,null,null,t)},Sizzle.matchesSelector=function(e,t){if(f(e),n.matchesSelector&&m&&!E[t+" "]&&(!v||!v.test(t))&&(!g||!g.test(t)))try{var r=y.call(e,t);if(r||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(e){E(t,!0)}return Sizzle(t,d,null,[e]).length>0},Sizzle.contains=function(e,t){return(e.ownerDocument||e)!=d&&f(e),b(e,t)},Sizzle.attr=function(e,t){(e.ownerDocument||e)!=d&&f(e);var a=r.attrHandle[t.toLowerCase()],i=a&&R.call(r.attrHandle,t.toLowerCase())?a(e,t,!m):void 0;return void 0!==i?i:n.attributes||!m?e.getAttribute(t):(i=e.getAttributeNode(t))&&i.specified?i.value:null},Sizzle.escape=function(e){return(e+"").replace(te,fcssescape)},Sizzle.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},Sizzle.uniqueSort=function(e){var t,r=[],a=0,i=0;if(h=!n.detectDuplicates,c=!n.sortStable&&e.slice(0),e.sort(sortOrder),h){for(;t=e[i++];)t===e[i]&&(a=r.push(i));for(;a--;)e.splice(r[a],1)}return c=null,e},a=Sizzle.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=a(e)}else if(3===i||4===i)return e.nodeValue}else for(;t=e[r++];)n+=a(t);return n},(r=Sizzle.selectors={cacheLength:50,createPseudo:markFunction,match:G,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(ee,funescape),e[3]=(e[3]||e[4]||e[5]||"").replace(ee,funescape),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||Sizzle.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&Sizzle.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&W.test(n)&&(t=o(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(ee,funescape).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=S[e+" "];return t||(t=new RegExp("(^|"+V+")"+e+"("+V+"|$)"))&&S(e,(function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")}))},ATTR:function(e,t,n){return function(r){var a=Sizzle.attr(r,e);return null==a?"!="===t:!t||(a+="","="===t?a===n:"!="===t?a!==n:"^="===t?n&&0===a.indexOf(n):"*="===t?n&&a.indexOf(n)>-1:"$="===t?n&&a.slice(-n.length)===n:"~="===t?(" "+a.replace(z," ")+" ").indexOf(n)>-1:"|="===t&&(a===n||a.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,r,a){var i="nth"!==e.slice(0,3),o="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===a?function(e){return!!e.parentNode}:function(t,n,l){var u,c,h,f,d,p,m=i!==o?"nextSibling":"previousSibling",g=t.parentNode,v=s&&t.nodeName.toLowerCase(),y=!l&&!s,b=!1;if(g){if(i){for(;m;){for(f=t;f=f[m];)if(s?f.nodeName.toLowerCase()===v:1===f.nodeType)return!1;p=m="only"===e&&!p&&"nextSibling"}return!0}if(p=[o?g.firstChild:g.lastChild],o&&y){for(b=(d=(u=(c=(h=(f=g)[w]||(f[w]={}))[f.uniqueID]||(h[f.uniqueID]={}))[e]||[])[0]===k&&u[1])&&u[2],f=d&&g.childNodes[d];f=++d&&f&&f[m]||(b=d=0)||p.pop();)if(1===f.nodeType&&++b&&f===t){c[e]=[k,d,b];break}}else if(y&&(b=d=(u=(c=(h=(f=t)[w]||(f[w]={}))[f.uniqueID]||(h[f.uniqueID]={}))[e]||[])[0]===k&&u[1]),!1===b)for(;(f=++d&&f&&f[m]||(b=d=0)||p.pop())&&((s?f.nodeName.toLowerCase()!==v:1!==f.nodeType)||!++b||(y&&((c=(h=f[w]||(f[w]={}))[f.uniqueID]||(h[f.uniqueID]={}))[e]=[k,b]),f!==t)););return(b-=a)===r||b%r==0&&b/r>=0}}},PSEUDO:function(e,t){var n,a=r.pseudos[e]||r.setFilters[e.toLowerCase()]||Sizzle.error("unsupported pseudo: "+e);return a[w]?a(t):a.length>1?(n=[e,e,"",t],r.setFilters.hasOwnProperty(e.toLowerCase())?markFunction((function(e,n){for(var r,i=a(e,t),o=i.length;o--;)e[r=indexOf(e,i[o])]=!(n[r]=i[o])})):function(e){return a(e,0,n)}):a}},pseudos:{not:markFunction((function(e){var t=[],n=[],r=s(e.replace(F,"$1"));return r[w]?markFunction((function(e,t,n,a){for(var i,o=r(e,null,a,[]),s=e.length;s--;)(i=o[s])&&(e[s]=!(t[s]=i))})):function(e,a,i){return t[0]=e,r(t,null,i,n),t[0]=null,!n.pop()}})),has:markFunction((function(e){return function(t){return Sizzle(e,t).length>0}})),contains:markFunction((function(e){return e=e.replace(ee,funescape),function(t){return(t.textContent||a(t)).indexOf(e)>-1}})),lang:markFunction((function(e){return $.test(e||"")||Sizzle.error("unsupported lang: "+e),e=e.replace(ee,funescape).toLowerCase(),function(t){var n;do{if(n=m?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}})),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===p},focus:function(e){return e===d.activeElement&&(!d.hasFocus||d.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:createDisabledPseudo(!1),disabled:createDisabledPseudo(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!r.pseudos.empty(e)},header:function(e){return X.test(e.nodeName)},input:function(e){return K.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:createPositionalPseudo((function(){return[0]})),last:createPositionalPseudo((function(e,t){return[t-1]})),eq:createPositionalPseudo((function(e,t,n){return[n<0?n+t:n]})),even:createPositionalPseudo((function(e,t){for(var n=0;nt?t:n;--r>=0;)e.push(r);return e})),gt:createPositionalPseudo((function(e,t,n){for(var r=n<0?n+t:n;++r1?function(t,n,r){for(var a=e.length;a--;)if(!e[a](t,n,r))return!1;return!0}:e[0]}function condense(e,t,n,r,a){for(var i,o=[],s=0,l=e.length,u=null!=t;s-1&&(i[u]=!(o[u]=h))}}else v=condense(v===o?v.splice(p,v.length):v),a?a(null,o,v,l):A.apply(o,v)}))}function matcherFromTokens(e){for(var t,n,a,i=e.length,o=r.relative[e[0].type],s=o||r.relative[" "],l=o?1:0,c=addCombinator((function(e){return e===t}),s,!0),h=addCombinator((function(e){return indexOf(t,e)>-1}),s,!0),f=[function(e,n,r){var a=!o&&(r||n!==u)||((t=n).nodeType?c(e,n,r):h(e,n,r));return t=null,a}];l1&&elementMatcher(f),l>1&&toSelector(e.slice(0,l-1).concat({value:" "===e[l-2].type?"*":""})).replace(F,"$1"),n,l0,a=e.length>0,superMatcher=function(i,o,s,l,c){var h,p,g,v=0,y="0",b=i&&[],w=[],x=u,C=i||a&&r.find.TAG("*",c),S=k+=null==x?1:Math.random()||.1,O=C.length;for(c&&(u=o==d||o||c);y!==O&&null!=(h=C[y]);y++){if(a&&h){for(p=0,o||h.ownerDocument==d||(f(h),s=!m);g=e[p++];)if(g(h,o||d,s)){l.push(h);break}c&&(k=S)}n&&((h=!g&&h)&&v--,i&&b.push(h))}if(v+=y,n&&y!==v){for(p=0;g=t[p++];)g(b,w,o,s);if(i){if(v>0)for(;y--;)b[y]||w[y]||(w[y]=j.call(l));w=condense(w)}A.apply(l,w),c&&!i&&w.length>0&&v+t.length>1&&Sizzle.uniqueSort(l)}return c&&(k=S,u=x),b};return n?markFunction(superMatcher):superMatcher}(i,a))).selector=e}return s},l=Sizzle.select=function(e,t,n,a){var i,l,u,c,h,f="function"==typeof e&&e,d=!a&&o(e=f.selector||e);if(n=n||[],1===d.length){if((l=d[0]=d[0].slice(0)).length>2&&"ID"===(u=l[0]).type&&9===t.nodeType&&m&&r.relative[l[1].type]){if(!(t=(r.find.ID(u.matches[0].replace(ee,funescape),t)||[])[0]))return n;f&&(t=t.parentNode),e=e.slice(l.shift().value.length)}for(i=G.needsContext.test(e)?0:l.length;i--&&(u=l[i],!r.relative[c=u.type]);)if((h=r.find[c])&&(a=h(u.matches[0].replace(ee,funescape),Q.test(l[0].type)&&testContext(t.parentNode)||t))){if(l.splice(i,1),!(e=a.length&&toSelector(l)))return A.apply(n,a),n;break}}return(f||s(e,d))(a,t,!m,n,!t||Q.test(e)&&testContext(t.parentNode)||t),n},n.sortStable=w.split("").sort(sortOrder).join("")===w,n.detectDuplicates=!!h,f(),n.sortDetached=assert((function(e){return 1&e.compareDocumentPosition(d.createElement("fieldset"))})),assert((function(e){return e.innerHTML="","#"===e.firstChild.getAttribute("href")}))||addHandle("type|href|height|width",(function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)})),n.attributes&&assert((function(e){return e.innerHTML="",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")}))||addHandle("value",(function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue})),assert((function(e){return null==e.getAttribute("disabled")}))||addHandle(N,(function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null})),Sizzle}(n);jQuery.find=b,jQuery.expr=b.selectors,jQuery.expr[":"]=jQuery.expr.pseudos,jQuery.uniqueSort=jQuery.unique=b.uniqueSort,jQuery.text=b.getText,jQuery.isXMLDoc=b.isXML,jQuery.contains=b.contains,jQuery.escapeSelector=b.escape;var dir=function(e,t,n){for(var r=[],a=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(a&&jQuery(e).is(n))break;r.push(e)}return r},siblings=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},w=jQuery.expr.match.needsContext;function nodeName(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var x=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function winnow(e,t,n){return isFunction(t)?jQuery.grep(e,(function(e,r){return!!t.call(e,r,e)!==n})):t.nodeType?jQuery.grep(e,(function(e){return e===t!==n})):"string"!=typeof t?jQuery.grep(e,(function(e){return c.call(t,e)>-1!==n})):jQuery.filter(t,e,n)}jQuery.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?jQuery.find.matchesSelector(r,e)?[r]:[]:jQuery.find.matches(e,jQuery.grep(t,(function(e){return 1===e.nodeType})))},jQuery.fn.extend({find:function(e){var t,n,r=this.length,a=this;if("string"!=typeof e)return this.pushStack(jQuery(e).filter((function(){for(t=0;t1?jQuery.uniqueSort(n):n},filter:function(e){return this.pushStack(winnow(this,e||[],!1))},not:function(e){return this.pushStack(winnow(this,e||[],!0))},is:function(e){return!!winnow(this,"string"==typeof e&&w.test(e)?jQuery(e):e||[],!1).length}});var k,C=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(jQuery.fn.init=function(e,t,n){var r,a;if(!e)return this;if(n=n||k,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:C.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof jQuery?t[0]:t,jQuery.merge(this,jQuery.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:v,!0)),x.test(r[1])&&jQuery.isPlainObject(t))for(r in t)isFunction(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(a=v.getElementById(r[2]))&&(this[0]=a,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):isFunction(e)?void 0!==n.ready?n.ready(e):e(jQuery):jQuery.makeArray(e,this)}).prototype=jQuery.fn,k=jQuery(v);var S=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};function sibling(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}jQuery.fn.extend({has:function(e){var t=jQuery(e,this),n=t.length;return this.filter((function(){for(var e=0;e-1:1===n.nodeType&&jQuery.find.matchesSelector(n,e))){i.push(n);break}return this.pushStack(i.length>1?jQuery.uniqueSort(i):i)},index:function(e){return e?"string"==typeof e?c.call(jQuery(e),this[0]):c.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(jQuery.uniqueSort(jQuery.merge(this.get(),jQuery(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),jQuery.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return dir(e,"parentNode")},parentsUntil:function(e,t,n){return dir(e,"parentNode",n)},next:function(e){return sibling(e,"nextSibling")},prev:function(e){return sibling(e,"previousSibling")},nextAll:function(e){return dir(e,"nextSibling")},prevAll:function(e){return dir(e,"previousSibling")},nextUntil:function(e,t,n){return dir(e,"nextSibling",n)},prevUntil:function(e,t,n){return dir(e,"previousSibling",n)},siblings:function(e){return siblings((e.parentNode||{}).firstChild,e)},children:function(e){return siblings(e.firstChild)},contents:function(e){return null!=e.contentDocument&&o(e.contentDocument)?e.contentDocument:(nodeName(e,"template")&&(e=e.content||e),jQuery.merge([],e.childNodes))}},(function(e,t){jQuery.fn[e]=function(n,r){var a=jQuery.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(a=jQuery.filter(r,a)),this.length>1&&(O[e]||jQuery.uniqueSort(a),S.test(e)&&a.reverse()),this.pushStack(a)}}));var T=/[^\x20\t\r\n\f]+/g;function Identity(e){return e}function Thrower(e){throw e}function adoptValue(e,t,n,r){var a;try{e&&isFunction(a=e.promise)?a.call(e).done(t).fail(n):e&&isFunction(a=e.then)?a.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}jQuery.Callbacks=function(e){e="string"==typeof e?function(e){var t={};return jQuery.each(e.match(T)||[],(function(e,n){t[n]=!0})),t}(e):jQuery.extend({},e);var t,n,r,a,i=[],o=[],s=-1,fire=function(){for(a=a||e.once,r=t=!0;o.length;s=-1)for(n=o.shift();++s-1;)i.splice(n,1),n<=s&&s--})),this},has:function(e){return e?jQuery.inArray(e,i)>-1:i.length>0},empty:function(){return i&&(i=[]),this},disable:function(){return a=o=[],i=n="",this},disabled:function(){return!i},lock:function(){return a=o=[],n||t||(i=n=""),this},locked:function(){return!!a},fireWith:function(e,n){return a||(n=[e,(n=n||[]).slice?n.slice():n],o.push(n),t||fire()),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!r}};return l},jQuery.extend({Deferred:function(e){var t=[["notify","progress",jQuery.Callbacks("memory"),jQuery.Callbacks("memory"),2],["resolve","done",jQuery.Callbacks("once memory"),jQuery.Callbacks("once memory"),0,"resolved"],["reject","fail",jQuery.Callbacks("once memory"),jQuery.Callbacks("once memory"),1,"rejected"]],r="pending",a={state:function(){return r},always:function(){return i.done(arguments).fail(arguments),this},catch:function(e){return a.then(null,e)},pipe:function(){var e=arguments;return jQuery.Deferred((function(n){jQuery.each(t,(function(t,r){var a=isFunction(e[r[4]])&&e[r[4]];i[r[1]]((function(){var e=a&&a.apply(this,arguments);e&&isFunction(e.promise)?e.promise().progress(n.notify).done(n.resolve).fail(n.reject):n[r[0]+"With"](this,a?[e]:arguments)}))})),e=null})).promise()},then:function(e,r,a){var i=0;function resolve(e,t,r,a){return function(){var o=this,s=arguments,mightThrow=function(){var n,l;if(!(e=i&&(r!==Thrower&&(o=void 0,s=[n]),t.rejectWith(o,s))}};e?l():(jQuery.Deferred.getStackHook&&(l.stackTrace=jQuery.Deferred.getStackHook()),n.setTimeout(l))}}return jQuery.Deferred((function(n){t[0][3].add(resolve(0,n,isFunction(a)?a:Identity,n.notifyWith)),t[1][3].add(resolve(0,n,isFunction(e)?e:Identity)),t[2][3].add(resolve(0,n,isFunction(r)?r:Thrower))})).promise()},promise:function(e){return null!=e?jQuery.extend(e,a):a}},i={};return jQuery.each(t,(function(e,n){var o=n[2],s=n[5];a[n[1]]=o.add,s&&o.add((function(){r=s}),t[3-e][2].disable,t[3-e][3].disable,t[0][2].lock,t[0][3].lock),o.add(n[3].fire),i[n[0]]=function(){return i[n[0]+"With"](this===i?void 0:this,arguments),this},i[n[0]+"With"]=o.fireWith})),a.promise(i),e&&e.call(i,i),i},when:function(e){var t=arguments.length,n=t,r=Array(n),a=s.call(arguments),i=jQuery.Deferred(),updateFunc=function(e){return function(n){r[e]=this,a[e]=arguments.length>1?s.call(arguments):n,--t||i.resolveWith(r,a)}};if(t<=1&&(adoptValue(e,i.done(updateFunc(n)).resolve,i.reject,!t),"pending"===i.state()||isFunction(a[n]&&a[n].then)))return i.then();for(;n--;)adoptValue(a[n],updateFunc(n),i.reject);return i.promise()}});var E=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;jQuery.Deferred.exceptionHook=function(e,t){n.console&&n.console.warn&&e&&E.test(e.name)&&n.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},jQuery.readyException=function(e){n.setTimeout((function(){throw e}))};var R=jQuery.Deferred();function completed(){v.removeEventListener("DOMContentLoaded",completed),n.removeEventListener("load",completed),jQuery.ready()}jQuery.fn.ready=function(e){return R.then(e).catch((function(e){jQuery.readyException(e)})),this},jQuery.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--jQuery.readyWait:jQuery.isReady)||(jQuery.isReady=!0,!0!==e&&--jQuery.readyWait>0||R.resolveWith(v,[jQuery]))}}),jQuery.ready.then=R.then,"complete"===v.readyState||"loading"!==v.readyState&&!v.documentElement.doScroll?n.setTimeout(jQuery.ready):(v.addEventListener("DOMContentLoaded",completed),n.addEventListener("load",completed));var access=function(e,t,n,r,a,i,o){var s=0,l=e.length,u=null==n;if("object"===toType(n))for(s in a=!0,n)access(e,t,s,n[s],!0,i,o);else if(void 0!==r&&(a=!0,isFunction(r)||(o=!0),u&&(o?(t.call(e,r),t=null):(u=t,t=function(e,t,n){return u.call(jQuery(e),n)})),t))for(;s1,null,!0)},removeData:function(e){return this.each((function(){A.remove(this,e)}))}}),jQuery.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=M.get(e,t),n&&(!r||Array.isArray(n)?r=M.access(e,t,jQuery.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=jQuery.queue(e,t),r=n.length,a=n.shift(),i=jQuery._queueHooks(e,t);"inprogress"===a&&(a=n.shift(),r--),a&&("fx"===t&&n.unshift("inprogress"),delete i.stop,a.call(e,(function(){jQuery.dequeue(e,t)}),i)),!r&&i&&i.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return M.get(e,n)||M.access(e,n,{empty:jQuery.Callbacks("once memory").add((function(){M.remove(e,[t+"queue",n])}))})}}),jQuery.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length\x20\t\r\n\f]*)/i,$=/^$|^module$|\/(?:java|ecma)script/i;U=v.createDocumentFragment().appendChild(v.createElement("div")),(H=v.createElement("input")).setAttribute("type","radio"),H.setAttribute("checked","checked"),H.setAttribute("name","t"),U.appendChild(H),g.checkClone=U.cloneNode(!0).cloneNode(!0).lastChild.checked,U.innerHTML="",g.noCloneChecked=!!U.cloneNode(!0).lastChild.defaultValue,U.innerHTML="",g.option=!!U.lastChild;var G={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function getAll(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&nodeName(e,t)?jQuery.merge([e],n):n}function setGlobalEval(e,t){for(var n=0,r=e.length;n",""]);var Y=/<|&#?\w+;/;function buildFragment(e,t,n,r,a){for(var i,o,s,l,u,c,h=t.createDocumentFragment(),f=[],d=0,p=e.length;d-1)a&&a.push(i);else if(u=isAttached(i),o=getAll(h.appendChild(i),"script"),u&&setGlobalEval(o),n)for(c=0;i=o[c++];)$.test(i.type||"")&&n.push(i);return h}var K=/^([^.]*)(?:\.(.+)|)/;function returnTrue(){return!0}function returnFalse(){return!1}function expectSync(e,t){return e===function(){try{return v.activeElement}catch(e){}}()==("focus"===t)}function on(e,t,n,r,a,i){var o,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)on(e,s,n,r,t[s],i);return e}if(null==r&&null==a?(a=n,r=n=void 0):null==a&&("string"==typeof n?(a=r,r=void 0):(a=r,r=n,n=void 0)),!1===a)a=returnFalse;else if(!a)return e;return 1===i&&(o=a,(a=function(e){return jQuery().off(e),o.apply(this,arguments)}).guid=o.guid||(o.guid=jQuery.guid++)),e.each((function(){jQuery.event.add(this,t,a,r,n)}))}function leverageNative(e,t,n){n?(M.set(e,t,!1),jQuery.event.add(e,t,{namespace:!1,handler:function(e){var r,a,i=M.get(this,t);if(1&e.isTrigger&&this[t]){if(i.length)(jQuery.event.special[t]||{}).delegateType&&e.stopPropagation();else if(i=s.call(arguments),M.set(this,t,i),r=n(this,t),this[t](),i!==(a=M.get(this,t))||r?M.set(this,t,!1):a={},i!==a)return e.stopImmediatePropagation(),e.preventDefault(),a&&a.value}else i.length&&(M.set(this,t,{value:jQuery.event.trigger(jQuery.extend(i[0],jQuery.Event.prototype),i.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===M.get(e,t)&&jQuery.event.add(e,t,returnTrue)}jQuery.event={global:{},add:function(e,t,n,r,a){var i,o,s,l,u,c,h,f,d,p,m,g=M.get(e);if(acceptData(e))for(n.handler&&(n=(i=n).handler,a=i.selector),a&&jQuery.find.matchesSelector(I,a),n.guid||(n.guid=jQuery.guid++),(l=g.events)||(l=g.events=Object.create(null)),(o=g.handle)||(o=g.handle=function(t){return void 0!==jQuery&&jQuery.event.triggered!==t.type?jQuery.event.dispatch.apply(e,arguments):void 0}),u=(t=(t||"").match(T)||[""]).length;u--;)d=m=(s=K.exec(t[u])||[])[1],p=(s[2]||"").split(".").sort(),d&&(h=jQuery.event.special[d]||{},d=(a?h.delegateType:h.bindType)||d,h=jQuery.event.special[d]||{},c=jQuery.extend({type:d,origType:m,data:r,handler:n,guid:n.guid,selector:a,needsContext:a&&jQuery.expr.match.needsContext.test(a),namespace:p.join(".")},i),(f=l[d])||((f=l[d]=[]).delegateCount=0,h.setup&&!1!==h.setup.call(e,r,p,o)||e.addEventListener&&e.addEventListener(d,o)),h.add&&(h.add.call(e,c),c.handler.guid||(c.handler.guid=n.guid)),a?f.splice(f.delegateCount++,0,c):f.push(c),jQuery.event.global[d]=!0)},remove:function(e,t,n,r,a){var i,o,s,l,u,c,h,f,d,p,m,g=M.hasData(e)&&M.get(e);if(g&&(l=g.events)){for(u=(t=(t||"").match(T)||[""]).length;u--;)if(d=m=(s=K.exec(t[u])||[])[1],p=(s[2]||"").split(".").sort(),d){for(h=jQuery.event.special[d]||{},f=l[d=(r?h.delegateType:h.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),o=i=f.length;i--;)c=f[i],!a&&m!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(f.splice(i,1),c.selector&&f.delegateCount--,h.remove&&h.remove.call(e,c));o&&!f.length&&(h.teardown&&!1!==h.teardown.call(e,p,g.handle)||jQuery.removeEvent(e,d,g.handle),delete l[d])}else for(d in l)jQuery.event.remove(e,d+t[u],n,r,!0);jQuery.isEmptyObject(l)&&M.remove(e,"handle events")}},dispatch:function(e){var t,n,r,a,i,o,s=new Array(arguments.length),l=jQuery.event.fix(e),u=(M.get(this,"events")||Object.create(null))[l.type]||[],c=jQuery.event.special[l.type]||{};for(s[0]=l,t=1;t=1))for(;u!==this;u=u.parentNode||this)if(1===u.nodeType&&("click"!==e.type||!0!==u.disabled)){for(i=[],o={},n=0;n-1:jQuery.find(a,this,null,[u]).length),o[a]&&i.push(r);i.length&&s.push({elem:u,handlers:i})}return u=this,l\s*$/g;function manipulationTarget(e,t){return nodeName(e,"table")&&nodeName(11!==t.nodeType?t:t.firstChild,"tr")&&jQuery(e).children("tbody")[0]||e}function disableScript(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function restoreScript(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function cloneCopyEvent(e,t){var n,r,a,i,o,s;if(1===t.nodeType){if(M.hasData(e)&&(s=M.get(e).events))for(a in M.remove(t,"handle events"),s)for(n=0,r=s[a].length;n1&&"string"==typeof p&&!g.checkClone&&Z.test(p))return e.each((function(a){var i=e.eq(a);m&&(t[0]=p.call(this,a,i.html())),domManip(i,t,n,r)}));if(f&&(i=(a=buildFragment(t,e[0].ownerDocument,!1,e,r)).firstChild,1===a.childNodes.length&&(a=i),i||r)){for(s=(o=jQuery.map(getAll(a,"script"),disableScript)).length;h0&&setGlobalEval(o,!l&&getAll(e,"script")),s},cleanData:function(e){for(var t,n,r,a=jQuery.event.special,i=0;void 0!==(n=e[i]);i++)if(acceptData(n)){if(t=n[M.expando]){if(t.events)for(r in t.events)a[r]?jQuery.event.remove(n,r):jQuery.removeEvent(n,r,t.handle);n[M.expando]=void 0}n[A.expando]&&(n[A.expando]=void 0)}}}),jQuery.fn.extend({detach:function(e){return remove(this,e,!0)},remove:function(e){return remove(this,e)},text:function(e){return access(this,(function(e){return void 0===e?jQuery.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)}))}),null,e,arguments.length)},append:function(){return domManip(this,arguments,(function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||manipulationTarget(this,e).appendChild(e)}))},prepend:function(){return domManip(this,arguments,(function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=manipulationTarget(this,e);t.insertBefore(e,t.firstChild)}}))},before:function(){return domManip(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this)}))},after:function(){return domManip(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)}))},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(jQuery.cleanData(getAll(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map((function(){return jQuery.clone(this,e,t)}))},html:function(e){return access(this,(function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!X.test(e)&&!G[(W.exec(e)||["",""])[1].toLowerCase()]){e=jQuery.htmlPrefilter(e);try{for(;n=0&&(l+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-i-l-s-.5))||0),l}function getWidthOrHeight(e,t,n){var r=getStyles(e),a=(!g.boxSizingReliable()||n)&&"border-box"===jQuery.css(e,"boxSizing",!1,r),i=a,o=curCSS(e,t,r),s="offset"+t[0].toUpperCase()+t.slice(1);if(Q.test(o)){if(!n)return o;o="auto"}return(!g.boxSizingReliable()&&a||!g.reliableTrDimensions()&&nodeName(e,"tr")||"auto"===o||!parseFloat(o)&&"inline"===jQuery.css(e,"display",!1,r))&&e.getClientRects().length&&(a="border-box"===jQuery.css(e,"boxSizing",!1,r),(i=s in e)&&(o=e[s])),(o=parseFloat(o)||0)+boxModelAdjustment(e,t,n||(a?"border":"content"),i,r,o)+"px"}function Tween(e,t,n,r,a){return new Tween.prototype.init(e,t,n,r,a)}jQuery.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=curCSS(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var a,i,o,s=camelCase(t),l=ee.test(t),u=e.style;if(l||(t=finalPropName(s)),o=jQuery.cssHooks[t]||jQuery.cssHooks[s],void 0===n)return o&&"get"in o&&void 0!==(a=o.get(e,!1,r))?a:u[t];"string"===(i=typeof n)&&(a=L.exec(n))&&a[1]&&(n=adjustCSS(e,t,a),i="number"),null!=n&&n==n&&("number"!==i||l||(n+=a&&a[3]||(jQuery.cssNumber[s]?"":"px")),g.clearCloneStyle||""!==n||0!==t.indexOf("background")||(u[t]="inherit"),o&&"set"in o&&void 0===(n=o.set(e,n,r))||(l?u.setProperty(t,n):u[t]=n))}},css:function(e,t,n,r){var a,i,o,s=camelCase(t);return ee.test(t)||(t=finalPropName(s)),(o=jQuery.cssHooks[t]||jQuery.cssHooks[s])&&"get"in o&&(a=o.get(e,!0,n)),void 0===a&&(a=curCSS(e,t,r)),"normal"===a&&t in le&&(a=le[t]),""===n||n?(i=parseFloat(a),!0===n||isFinite(i)?i||0:a):a}}),jQuery.each(["height","width"],(function(e,t){jQuery.cssHooks[t]={get:function(e,n,r){if(n)return!oe.test(jQuery.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?getWidthOrHeight(e,t,r):swap(e,se,(function(){return getWidthOrHeight(e,t,r)}))},set:function(e,n,r){var a,i=getStyles(e),o=!g.scrollboxSize()&&"absolute"===i.position,s=(o||r)&&"border-box"===jQuery.css(e,"boxSizing",!1,i),l=r?boxModelAdjustment(e,t,r,s,i):0;return s&&o&&(l-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(i[t])-boxModelAdjustment(e,t,"border",!1,i)-.5)),l&&(a=L.exec(n))&&"px"!==(a[3]||"px")&&(e.style[t]=n,n=jQuery.css(e,t)),setPositiveNumber(0,n,l)}}})),jQuery.cssHooks.marginLeft=addGetHookIf(g.reliableMarginLeft,(function(e,t){if(t)return(parseFloat(curCSS(e,"marginLeft"))||e.getBoundingClientRect().left-swap(e,{marginLeft:0},(function(){return e.getBoundingClientRect().left})))+"px"})),jQuery.each({margin:"",padding:"",border:"Width"},(function(e,t){jQuery.cssHooks[e+t]={expand:function(n){for(var r=0,a={},i="string"==typeof n?n.split(" "):[n];r<4;r++)a[e+B[r]+t]=i[r]||i[r-2]||i[0];return a}},"margin"!==e&&(jQuery.cssHooks[e+t].set=setPositiveNumber)})),jQuery.fn.extend({css:function(e,t){return access(this,(function(e,t,n){var r,a,i={},o=0;if(Array.isArray(t)){for(r=getStyles(e),a=t.length;o1)}}),jQuery.Tween=Tween,Tween.prototype={constructor:Tween,init:function(e,t,n,r,a,i){this.elem=e,this.prop=n,this.easing=a||jQuery.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=i||(jQuery.cssNumber[n]?"":"px")},cur:function(){var e=Tween.propHooks[this.prop];return e&&e.get?e.get(this):Tween.propHooks._default.get(this)},run:function(e){var t,n=Tween.propHooks[this.prop];return this.options.duration?this.pos=t=jQuery.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):Tween.propHooks._default.set(this),this}},Tween.prototype.init.prototype=Tween.prototype,Tween.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=jQuery.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){jQuery.fx.step[e.prop]?jQuery.fx.step[e.prop](e):1!==e.elem.nodeType||!jQuery.cssHooks[e.prop]&&null==e.elem.style[finalPropName(e.prop)]?e.elem[e.prop]=e.now:jQuery.style(e.elem,e.prop,e.now+e.unit)}}},Tween.propHooks.scrollTop=Tween.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},jQuery.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},jQuery.fx=Tween.prototype.init,jQuery.fx.step={};var ue,ce,he=/^(?:toggle|show|hide)$/,fe=/queueHooks$/;function schedule(){ce&&(!1===v.hidden&&n.requestAnimationFrame?n.requestAnimationFrame(schedule):n.setTimeout(schedule,jQuery.fx.interval),jQuery.fx.tick())}function createFxNow(){return n.setTimeout((function(){ue=void 0})),ue=Date.now()}function genFx(e,t){var n,r=0,a={height:e};for(t=t?1:0;r<4;r+=2-t)a["margin"+(n=B[r])]=a["padding"+n]=e;return t&&(a.opacity=a.width=e),a}function createTween(e,t,n){for(var r,a=(Animation.tweeners[t]||[]).concat(Animation.tweeners["*"]),i=0,o=a.length;i1)},removeAttr:function(e){return this.each((function(){jQuery.removeAttr(this,e)}))}}),jQuery.extend({attr:function(e,t,n){var r,a,i=e.nodeType;if(3!==i&&8!==i&&2!==i)return void 0===e.getAttribute?jQuery.prop(e,t,n):(1===i&&jQuery.isXMLDoc(e)||(a=jQuery.attrHooks[t.toLowerCase()]||(jQuery.expr.match.bool.test(t)?de:void 0)),void 0!==n?null===n?void jQuery.removeAttr(e,t):a&&"set"in a&&void 0!==(r=a.set(e,n,t))?r:(e.setAttribute(t,n+""),n):a&&"get"in a&&null!==(r=a.get(e,t))?r:null==(r=jQuery.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!g.radioValue&&"radio"===t&&nodeName(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,a=t&&t.match(T);if(a&&1===e.nodeType)for(;n=a[r++];)e.removeAttribute(n)}}),de={set:function(e,t,n){return!1===t?jQuery.removeAttr(e,n):e.setAttribute(n,n),n}},jQuery.each(jQuery.expr.match.bool.source.match(/\w+/g),(function(e,t){var n=pe[t]||jQuery.find.attr;pe[t]=function(e,t,r){var a,i,o=t.toLowerCase();return r||(i=pe[o],pe[o]=a,a=null!=n(e,t,r)?o:null,pe[o]=i),a}}));var me=/^(?:input|select|textarea|button)$/i,ge=/^(?:a|area)$/i;function stripAndCollapse(e){return(e.match(T)||[]).join(" ")}function getClass(e){return e.getAttribute&&e.getAttribute("class")||""}function classesToArray(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(T)||[]}jQuery.fn.extend({prop:function(e,t){return access(this,jQuery.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each((function(){delete this[jQuery.propFix[e]||e]}))}}),jQuery.extend({prop:function(e,t,n){var r,a,i=e.nodeType;if(3!==i&&8!==i&&2!==i)return 1===i&&jQuery.isXMLDoc(e)||(t=jQuery.propFix[t]||t,a=jQuery.propHooks[t]),void 0!==n?a&&"set"in a&&void 0!==(r=a.set(e,n,t))?r:e[t]=n:a&&"get"in a&&null!==(r=a.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=jQuery.find.attr(e,"tabindex");return t?parseInt(t,10):me.test(e.nodeName)||ge.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),g.optSelected||(jQuery.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),jQuery.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){jQuery.propFix[this.toLowerCase()]=this})),jQuery.fn.extend({addClass:function(e){var t,n,r,a,i,o;return isFunction(e)?this.each((function(t){jQuery(this).addClass(e.call(this,t,getClass(this)))})):(t=classesToArray(e)).length?this.each((function(){if(r=getClass(this),n=1===this.nodeType&&" "+stripAndCollapse(r)+" "){for(i=0;i-1;)n=n.replace(" "+a+" "," ");o=stripAndCollapse(n),r!==o&&this.setAttribute("class",o)}})):this:this.attr("class","")},toggleClass:function(e,t){var n,r,a,i,o=typeof e,s="string"===o||Array.isArray(e);return isFunction(e)?this.each((function(n){jQuery(this).toggleClass(e.call(this,n,getClass(this),t),t)})):"boolean"==typeof t&&s?t?this.addClass(e):this.removeClass(e):(n=classesToArray(e),this.each((function(){if(s)for(i=jQuery(this),a=0;a-1)return!0;return!1}});var ve=/\r/g;jQuery.fn.extend({val:function(e){var t,n,r,a=this[0];return arguments.length?(r=isFunction(e),this.each((function(n){var a;1===this.nodeType&&(null==(a=r?e.call(this,n,jQuery(this).val()):e)?a="":"number"==typeof a?a+="":Array.isArray(a)&&(a=jQuery.map(a,(function(e){return null==e?"":e+""}))),(t=jQuery.valHooks[this.type]||jQuery.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,a,"value")||(this.value=a))}))):a?(t=jQuery.valHooks[a.type]||jQuery.valHooks[a.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(a,"value"))?n:"string"==typeof(n=a.value)?n.replace(ve,""):null==n?"":n:void 0}}),jQuery.extend({valHooks:{option:{get:function(e){var t=jQuery.find.attr(e,"value");return null!=t?t:stripAndCollapse(jQuery.text(e))}},select:{get:function(e){var t,n,r,a=e.options,i=e.selectedIndex,o="select-one"===e.type,s=o?null:[],l=o?i+1:a.length;for(r=i<0?l:o?i:0;r-1)&&(n=!0);return n||(e.selectedIndex=-1),i}}}}),jQuery.each(["radio","checkbox"],(function(){jQuery.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=jQuery.inArray(jQuery(e).val(),t)>-1}},g.checkOn||(jQuery.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})})),g.focusin="onfocusin"in n;var ye=/^(?:focusinfocus|focusoutblur)$/,stopPropagationCallback=function(e){e.stopPropagation()};jQuery.extend(jQuery.event,{trigger:function(e,t,r,a){var i,o,s,l,u,c,h,f,p=[r||v],m=d.call(e,"type")?e.type:e,g=d.call(e,"namespace")?e.namespace.split("."):[];if(o=f=s=r=r||v,3!==r.nodeType&&8!==r.nodeType&&!ye.test(m+jQuery.event.triggered)&&(m.indexOf(".")>-1&&(g=m.split("."),m=g.shift(),g.sort()),u=m.indexOf(":")<0&&"on"+m,(e=e[jQuery.expando]?e:new jQuery.Event(m,"object"==typeof e&&e)).isTrigger=a?2:3,e.namespace=g.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+g.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=r),t=null==t?[e]:jQuery.makeArray(t,[e]),h=jQuery.event.special[m]||{},a||!h.trigger||!1!==h.trigger.apply(r,t))){if(!a&&!h.noBubble&&!isWindow(r)){for(l=h.delegateType||m,ye.test(l+m)||(o=o.parentNode);o;o=o.parentNode)p.push(o),s=o;s===(r.ownerDocument||v)&&p.push(s.defaultView||s.parentWindow||n)}for(i=0;(o=p[i++])&&!e.isPropagationStopped();)f=o,e.type=i>1?l:h.bindType||m,(c=(M.get(o,"events")||Object.create(null))[e.type]&&M.get(o,"handle"))&&c.apply(o,t),(c=u&&o[u])&&c.apply&&acceptData(o)&&(e.result=c.apply(o,t),!1===e.result&&e.preventDefault());return e.type=m,a||e.isDefaultPrevented()||h._default&&!1!==h._default.apply(p.pop(),t)||!acceptData(r)||u&&isFunction(r[m])&&!isWindow(r)&&((s=r[u])&&(r[u]=null),jQuery.event.triggered=m,e.isPropagationStopped()&&f.addEventListener(m,stopPropagationCallback),r[m](),e.isPropagationStopped()&&f.removeEventListener(m,stopPropagationCallback),jQuery.event.triggered=void 0,s&&(r[u]=s)),e.result}},simulate:function(e,t,n){var r=jQuery.extend(new jQuery.Event,n,{type:e,isSimulated:!0});jQuery.event.trigger(r,null,t)}}),jQuery.fn.extend({trigger:function(e,t){return this.each((function(){jQuery.event.trigger(e,t,this)}))},triggerHandler:function(e,t){var n=this[0];if(n)return jQuery.event.trigger(e,t,n,!0)}}),g.focusin||jQuery.each({focus:"focusin",blur:"focusout"},(function(e,t){var handler=function(e){jQuery.event.simulate(t,e.target,jQuery.event.fix(e))};jQuery.event.special[t]={setup:function(){var n=this.ownerDocument||this.document||this,r=M.access(n,t);r||n.addEventListener(e,handler,!0),M.access(n,t,(r||0)+1)},teardown:function(){var n=this.ownerDocument||this.document||this,r=M.access(n,t)-1;r?M.access(n,t,r):(n.removeEventListener(e,handler,!0),M.remove(n,t))}}}));var be=n.location,_e={guid:Date.now()},we=/\?/;jQuery.parseXML=function(e){var t,r;if(!e||"string"!=typeof e)return null;try{t=(new n.DOMParser).parseFromString(e,"text/xml")}catch(e){}return r=t&&t.getElementsByTagName("parsererror")[0],t&&!r||jQuery.error("Invalid XML: "+(r?jQuery.map(r.childNodes,(function(e){return e.textContent})).join("\n"):e)),t};var xe=/\[\]$/,ke=/\r?\n/g,Ce=/^(?:submit|button|image|reset|file)$/i,Se=/^(?:input|select|textarea|keygen)/i;function buildParams(e,t,n,r){var a;if(Array.isArray(t))jQuery.each(t,(function(t,a){n||xe.test(e)?r(e,a):buildParams(e+"["+("object"==typeof a&&null!=a?t:"")+"]",a,n,r)}));else if(n||"object"!==toType(t))r(e,t);else for(a in t)buildParams(e+"["+a+"]",t[a],n,r)}jQuery.param=function(e,t){var n,r=[],add=function(e,t){var n=isFunction(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!jQuery.isPlainObject(e))jQuery.each(e,(function(){add(this.name,this.value)}));else for(n in e)buildParams(n,e[n],t,add);return r.join("&")},jQuery.fn.extend({serialize:function(){return jQuery.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var e=jQuery.prop(this,"elements");return e?jQuery.makeArray(e):this})).filter((function(){var e=this.type;return this.name&&!jQuery(this).is(":disabled")&&Se.test(this.nodeName)&&!Ce.test(e)&&(this.checked||!q.test(e))})).map((function(e,t){var n=jQuery(this).val();return null==n?null:Array.isArray(n)?jQuery.map(n,(function(e){return{name:t.name,value:e.replace(ke,"\r\n")}})):{name:t.name,value:n.replace(ke,"\r\n")}})).get()}});var Oe=/%20/g,Te=/#.*$/,Ee=/([?&])_=[^&]*/,Re=/^(.*?):[ \t]*([^\r\n]*)$/gm,Pe=/^(?:GET|HEAD)$/,je=/^\/\//,Me={},Ae={},De="*/".concat("*"),Ne=v.createElement("a");function addToPrefiltersOrTransports(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r,a=0,i=t.toLowerCase().match(T)||[];if(isFunction(n))for(;r=i[a++];)"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function inspectPrefiltersOrTransports(e,t,n,r){var a={},i=e===Ae;function inspect(o){var s;return a[o]=!0,jQuery.each(e[o]||[],(function(e,o){var l=o(t,n,r);return"string"!=typeof l||i||a[l]?i?!(s=l):void 0:(t.dataTypes.unshift(l),inspect(l),!1)})),s}return inspect(t.dataTypes[0])||!a["*"]&&inspect("*")}function ajaxExtend(e,t){var n,r,a=jQuery.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((a[n]?e:r||(r={}))[n]=t[n]);return r&&jQuery.extend(!0,e,r),e}Ne.href=be.href,jQuery.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:be.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(be.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":De,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":jQuery.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?ajaxExtend(ajaxExtend(e,jQuery.ajaxSettings),t):ajaxExtend(jQuery.ajaxSettings,e)},ajaxPrefilter:addToPrefiltersOrTransports(Me),ajaxTransport:addToPrefiltersOrTransports(Ae),ajax:function(e,t){"object"==typeof e&&(t=e,e=void 0),t=t||{};var r,a,i,o,s,l,u,c,h,f,d=jQuery.ajaxSetup({},t),p=d.context||d,m=d.context&&(p.nodeType||p.jquery)?jQuery(p):jQuery.event,g=jQuery.Deferred(),y=jQuery.Callbacks("once memory"),b=d.statusCode||{},w={},x={},k="canceled",C={readyState:0,getResponseHeader:function(e){var t;if(u){if(!o)for(o={};t=Re.exec(i);)o[t[1].toLowerCase()+" "]=(o[t[1].toLowerCase()+" "]||[]).concat(t[2]);t=o[e.toLowerCase()+" "]}return null==t?null:t.join(", ")},getAllResponseHeaders:function(){return u?i:null},setRequestHeader:function(e,t){return null==u&&(e=x[e.toLowerCase()]=x[e.toLowerCase()]||e,w[e]=t),this},overrideMimeType:function(e){return null==u&&(d.mimeType=e),this},statusCode:function(e){var t;if(e)if(u)C.always(e[C.status]);else for(t in e)b[t]=[b[t],e[t]];return this},abort:function(e){var t=e||k;return r&&r.abort(t),done(0,t),this}};if(g.promise(C),d.url=((e||d.url||be.href)+"").replace(je,be.protocol+"//"),d.type=t.method||t.type||d.method||d.type,d.dataTypes=(d.dataType||"*").toLowerCase().match(T)||[""],null==d.crossDomain){l=v.createElement("a");try{l.href=d.url,l.href=l.href,d.crossDomain=Ne.protocol+"//"+Ne.host!=l.protocol+"//"+l.host}catch(e){d.crossDomain=!0}}if(d.data&&d.processData&&"string"!=typeof d.data&&(d.data=jQuery.param(d.data,d.traditional)),inspectPrefiltersOrTransports(Me,d,t,C),u)return C;for(h in(c=jQuery.event&&d.global)&&0==jQuery.active++&&jQuery.event.trigger("ajaxStart"),d.type=d.type.toUpperCase(),d.hasContent=!Pe.test(d.type),a=d.url.replace(Te,""),d.hasContent?d.data&&d.processData&&0===(d.contentType||"").indexOf("application/x-www-form-urlencoded")&&(d.data=d.data.replace(Oe,"+")):(f=d.url.slice(a.length),d.data&&(d.processData||"string"==typeof d.data)&&(a+=(we.test(a)?"&":"?")+d.data,delete d.data),!1===d.cache&&(a=a.replace(Ee,"$1"),f=(we.test(a)?"&":"?")+"_="+_e.guid+++f),d.url=a+f),d.ifModified&&(jQuery.lastModified[a]&&C.setRequestHeader("If-Modified-Since",jQuery.lastModified[a]),jQuery.etag[a]&&C.setRequestHeader("If-None-Match",jQuery.etag[a])),(d.data&&d.hasContent&&!1!==d.contentType||t.contentType)&&C.setRequestHeader("Content-Type",d.contentType),C.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+("*"!==d.dataTypes[0]?", "+De+"; q=0.01":""):d.accepts["*"]),d.headers)C.setRequestHeader(h,d.headers[h]);if(d.beforeSend&&(!1===d.beforeSend.call(p,C,d)||u))return C.abort();if(k="abort",y.add(d.complete),C.done(d.success),C.fail(d.error),r=inspectPrefiltersOrTransports(Ae,d,t,C)){if(C.readyState=1,c&&m.trigger("ajaxSend",[C,d]),u)return C;d.async&&d.timeout>0&&(s=n.setTimeout((function(){C.abort("timeout")}),d.timeout));try{u=!1,r.send(w,done)}catch(e){if(u)throw e;done(-1,e)}}else done(-1,"No Transport");function done(e,t,o,l){var h,f,v,w,x,k=t;u||(u=!0,s&&n.clearTimeout(s),r=void 0,i=l||"",C.readyState=e>0?4:0,h=e>=200&&e<300||304===e,o&&(w=function(e,t,n){for(var r,a,i,o,s=e.contents,l=e.dataTypes;"*"===l[0];)l.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(a in s)if(s[a]&&s[a].test(r)){l.unshift(a);break}if(l[0]in n)i=l[0];else{for(a in n){if(!l[0]||e.converters[a+" "+l[0]]){i=a;break}o||(o=a)}i=i||o}if(i)return i!==l[0]&&l.unshift(i),n[i]}(d,C,o)),!h&&jQuery.inArray("script",d.dataTypes)>-1&&jQuery.inArray("json",d.dataTypes)<0&&(d.converters["text script"]=function(){}),w=function(e,t,n,r){var a,i,o,s,l,u={},c=e.dataTypes.slice();if(c[1])for(o in e.converters)u[o.toLowerCase()]=e.converters[o];for(i=c.shift();i;)if(e.responseFields[i]&&(n[e.responseFields[i]]=t),!l&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),l=i,i=c.shift())if("*"===i)i=l;else if("*"!==l&&l!==i){if(!(o=u[l+" "+i]||u["* "+i]))for(a in u)if((s=a.split(" "))[1]===i&&(o=u[l+" "+s[0]]||u["* "+s[0]])){!0===o?o=u[a]:!0!==u[a]&&(i=s[0],c.unshift(s[1]));break}if(!0!==o)if(o&&e.throws)t=o(t);else try{t=o(t)}catch(e){return{state:"parsererror",error:o?e:"No conversion from "+l+" to "+i}}}return{state:"success",data:t}}(d,w,C,h),h?(d.ifModified&&((x=C.getResponseHeader("Last-Modified"))&&(jQuery.lastModified[a]=x),(x=C.getResponseHeader("etag"))&&(jQuery.etag[a]=x)),204===e||"HEAD"===d.type?k="nocontent":304===e?k="notmodified":(k=w.state,f=w.data,h=!(v=w.error))):(v=k,!e&&k||(k="error",e<0&&(e=0))),C.status=e,C.statusText=(t||k)+"",h?g.resolveWith(p,[f,k,C]):g.rejectWith(p,[C,k,v]),C.statusCode(b),b=void 0,c&&m.trigger(h?"ajaxSuccess":"ajaxError",[C,d,h?f:v]),y.fireWith(p,[C,k]),c&&(m.trigger("ajaxComplete",[C,d]),--jQuery.active||jQuery.event.trigger("ajaxStop")))}return C},getJSON:function(e,t,n){return jQuery.get(e,t,n,"json")},getScript:function(e,t){return jQuery.get(e,void 0,t,"script")}}),jQuery.each(["get","post"],(function(e,t){jQuery[t]=function(e,n,r,a){return isFunction(n)&&(a=a||r,r=n,n=void 0),jQuery.ajax(jQuery.extend({url:e,type:t,dataType:a,data:n,success:r},jQuery.isPlainObject(e)&&e))}})),jQuery.ajaxPrefilter((function(e){var t;for(t in e.headers)"content-type"===t.toLowerCase()&&(e.contentType=e.headers[t]||"")})),jQuery._evalUrl=function(e,t,n){return jQuery.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(e){jQuery.globalEval(e,t,n)}})},jQuery.fn.extend({wrapAll:function(e){var t;return this[0]&&(isFunction(e)&&(e=e.call(this[0])),t=jQuery(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map((function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e})).append(this)),this},wrapInner:function(e){return isFunction(e)?this.each((function(t){jQuery(this).wrapInner(e.call(this,t))})):this.each((function(){var t=jQuery(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)}))},wrap:function(e){var t=isFunction(e);return this.each((function(n){jQuery(this).wrapAll(t?e.call(this,n):e)}))},unwrap:function(e){return this.parent(e).not("body").each((function(){jQuery(this).replaceWith(this.childNodes)})),this}}),jQuery.expr.pseudos.hidden=function(e){return!jQuery.expr.pseudos.visible(e)},jQuery.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},jQuery.ajaxSettings.xhr=function(){try{return new n.XMLHttpRequest}catch(e){}};var Ve={0:200,1223:204},Le=jQuery.ajaxSettings.xhr();g.cors=!!Le&&"withCredentials"in Le,g.ajax=Le=!!Le,jQuery.ajaxTransport((function(e){var t,r;if(g.cors||Le&&!e.crossDomain)return{send:function(a,i){var o,s=e.xhr();if(s.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(o in e.xhrFields)s[o]=e.xhrFields[o];for(o in e.mimeType&&s.overrideMimeType&&s.overrideMimeType(e.mimeType),e.crossDomain||a["X-Requested-With"]||(a["X-Requested-With"]="XMLHttpRequest"),a)s.setRequestHeader(o,a[o]);t=function(e){return function(){t&&(t=r=s.onload=s.onerror=s.onabort=s.ontimeout=s.onreadystatechange=null,"abort"===e?s.abort():"error"===e?"number"!=typeof s.status?i(0,"error"):i(s.status,s.statusText):i(Ve[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=t(),r=s.onerror=s.ontimeout=t("error"),void 0!==s.onabort?s.onabort=r:s.onreadystatechange=function(){4===s.readyState&&n.setTimeout((function(){t&&r()}))},t=t("abort");try{s.send(e.hasContent&&e.data||null)}catch(e){if(t)throw e}},abort:function(){t&&t()}}})),jQuery.ajaxPrefilter((function(e){e.crossDomain&&(e.contents.script=!1)})),jQuery.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return jQuery.globalEval(e),e}}}),jQuery.ajaxPrefilter("script",(function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")})),jQuery.ajaxTransport("script",(function(e){var t,n;if(e.crossDomain||e.scriptAttrs)return{send:function(r,a){t=jQuery(" - - - - - - - diff --git a/7346/plugin/behaviors/index.js b/7346/plugin/behaviors/index.js deleted file mode 100644 index a5eedc288c8..00000000000 --- a/7346/plugin/behaviors/index.js +++ /dev/null @@ -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 -})); diff --git a/7346/plugin/packages/index.js b/7346/plugin/packages/index.js deleted file mode 100644 index 2989f333dba..00000000000 --- a/7346/plugin/packages/index.js +++ /dev/null @@ -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' - }); - }) -}); diff --git a/7346/plugin/screen-diff/index.js b/7346/plugin/screen-diff/index.js deleted file mode 100644 index 3774f88e7eb..00000000000 --- a/7346/plugin/screen-diff/index.js +++ /dev/null @@ -1,200 +0,0 @@ -(function () { - var settings = allure.getPluginSettings('screen-diff', { diffType: 'diff' }); - - function renderImage(src) { - return ( - '
' + - '' + - '
' - ); - } - - 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 ( - '
' + - '' + - '
' + - '' + - '
' + - '
' - ); - } - if (actualImage) { - return renderImage(actualImage); - } - return 'No diff data provided'; - } - - var TestResultView = Backbone.Marionette.View.extend({ - regions: { - subView: '.screen-diff-view', - }, - template: function () { - return '
'; - }, - 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 '
' + data.error + '
'; - }, - }); - var AttachmentView = Backbone.Marionette.View.extend({ - regions: { - subView: '.screen-diff-view', - }, - template: function () { - return '
'; - }, - 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 ( - '

Screen Diff

' + - '
' + - '
' + - '' + - '' + - '
' + - renderDiffContent( - data.diffType, - data.diffImage, - data.actualImage, - data.expectedImage, - ) + - '
' - ); - }, - 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', - }); -})(); diff --git a/7346/plugin/screen-diff/styles.css b/7346/plugin/screen-diff/styles.css deleted file mode 100644 index 6cf2219521c..00000000000 --- a/7346/plugin/screen-diff/styles.css +++ /dev/null @@ -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; -} diff --git a/7346/styles.css b/7346/styles.css deleted file mode 100644 index 789aa4c478c..00000000000 --- a/7346/styles.css +++ /dev/null @@ -1,5 +0,0 @@ -/*! - * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */@font-face{font-family:FontAwesome;src:url(data:application/vnd.ms-fontobject;base64,bocCAKyGAgABAAIAAAAAAAAAAAAAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAWXjPkAAAAAAAAAAAAAAAAAAAAAAAABYARgBvAG4AdABBAHcAZQBzAG8AbQBlAAAADgBSAGUAZwB1AGwAYQByAAAAJABWAGUAcgBzAGkAbwBuACAANAAuADcALgAwACAAMgAwADEANgAAABYARgBvAG4AdABBAHcAZQBzAG8AbQBlAAAAAAAAAQAAAA0AgAADAFBGRlRNa75HuQAChpAAAAAcR0RFRgLwAAQAAoZwAAAAIE9TLzKIMnpAAAABWAAAAGBjbWFwCr86fwAADKgAAALyZ2FzcP//AAMAAoZoAAAACGdseWaP965NAAAarAACTLxoZWFkEInlLQAAANwAAAA2aGhlYQ8DCrUAAAEUAAAAJGhtdHhFeRiFAAABuAAACvBsb2NhAvWiXAAAD5wAAAsQbWF4cAMsAhwAAAE4AAAAIG5hbWXjl4usAAJnaAAABIZwb3N0r4+boQACa/AAABp1AAEAAAAEAcuQz3hZXw889QALBwAAAAAA1DPNMgAAAADUM80y////AAkBBgAAAAAIAAIAAQAAAAAAAQAABgD/AAAACQD/////CQEAAQAAAAAAAAAAAAAAAAAAArUAAQAAAsMCGQAnAAAAAAACAAAAAQABAAAAQAAAAAAAAAADBmkBkAAFAAAEjAQzAAAAhgSMBDMAAAJzAAABigAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABweXJzAEAAIPUABgD/AAAABgABAAAAAAEAAAAAAAAAAAAAACAAAQOAAHAAAAAAAlUAAAHAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAABdBgAAAAaAAAAHAAAABwAAAAaAAAAGgAAABQAAAAeAAAAGgAAABwAAAAcAAAAHAAB5BYAAbgaAAAAGgAAABgAAAAcAAAAGAAAABYAAAAaAABoGAAAABgAAAAeAADIGgAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABwAAAASAAAAHAABABoAAAAMAAAAEgAAABoAAAAWAAAAHAAAABgAAAAeAAAAGgAAKBQAAAAaAAAAHgAAABoAAAAWAAAAEAAAABwAAAAYAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAeAAAAGAAAABAAAAAYAAAAEAAAABwAAAAaAAAAGgAAABwAAAAQAAAAHAAAABoAAegWAAAAGAAAABgAAAAaAAAAHAAAABAAAAAYCAAEFAACaBQAAWgYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAABABgAAAAaAADUGgAA1BwAAAAYAAAAGAAANBYAAAAWAAAAGgAB6BgAAAAYAAAAHAAAABYAAAAcAAAAHAAAABwAAEAWAAAAGgAAABwAAAAcAAAAGAAAABwAAWgcAAFoHgAAABoAAAAaAAAAHgAAAAwAAQAcAAAAIAAAABgAAAAYAAAAHAAAABwAAAAeAAAAHAAAABgAAAAYAAAADgAAABwAAAAaAAAAGAAAABIAAAAcAAAAGAAAABoAAAAYAAAAGgAAABgAAAAWAAAAFgAAABQAAAAYAAAAGgAAsBAAAXwYAAAAGgAAAB4AAAAWAAAAGAAAABwAAAAcAAEAGAAACBwAAAAcAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABoAAFQcAAAAFgAAFBwAAAAYAAAAHgAAABoAAEAeAAAAGgABzBwAAAQcAAAAFgAAEBgAAAAYAAAAGAAAABwAAAAcAAA8HAAAABgAAAAaAAAAGgAAbBwAAQAYAAAAGAAAABgAAAAkAAAAHgAAABAAAAAQAAAACgABAAoAAAAaAAAAEAAAABAAAAAQAAAAHAAAABgAAAAYAAAAHAAAoBwAAAAcAAAAHAAAAA4AAAQcAAAAGgAAABwAAAAQAAAAHAAAAB4AAAAeAAAAFgAAABYAAAAcAAAAHAABAB4AAAAWAAAAGAAAABYAAAAWAAAAHgABABwAAAAeAAAAGgABABgAAAAYAAAAEAAAtBAAADQSAAE0EgABNAoAALQKAAA0EgABNBIAATQeAAAAHgAAABIAAAAMAAAAGAAAABoAAAAaAAAAHAABABgAAAAcAAAAGgAAABoAAAAeAAAAHAAAABwAAAAYAAAAGAAAABgAAAAeAAAAHgAAABwAAQAcAAEAGgAANB4AALQcAAAAGgAACBYAAAgaAAAAEAAAABoAAAAQAAGACgAAAAoAAYgYAAAUGAAAFB4AAAQaAAAAEgAAABYAADQUAAAAGgAAABYAAAwaAACQHAAAABgAAAAYAAAAGAAAABgAAAAWAAAAHAAAMBwAAAASAAAAGAAAABYAAAAGAAAAGAAAABgAAAAcAADYGAAAABYAAAAQAAAMEAAADBgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAEAAAABAAAAAQAADQDggAABAMABAUAAAAHAAAABQAAOAYAAAAGAAAABoAAIgaAACIHAAAiBwAAIgYAACIGAAAiBoAAAAaAAAAGAAAABgAAGwWAAAUGAAAABwAAAAcAAEAGAAALBgAAAAYAAAAGAAAABYAAAAYAAAAEAABEBgAAAAMAAAMDAAADBwAAQAcAAAAFgAAABoAAAAWAAAAGAAALBgAAAAYAAAAFAAAsBgAAAAUAAAAEAAAABgAAAAcAACwGAAAABwAAQAaAACAHgP//BwAAAAYAAAAFgAAABQAAFQYAAAAGAAAABgAAAAYAAAAGgAAABgAAAASAAAAFgAAACIAAAAaAAAAGAAAABwAAAAcAAAAIAAAACQAAAAYAAG0GAAAABwAAAAYAAAAGAAAAB4AAAAYAAAAIAAAABgAAAAf2ACkGAAAABgAAAAYAAAAHAAAABgAAAAUAAEAGgAAAAwAAQAcAAAAJAAAACAAAAAYAAAAHAAAABgAAAAcAABAIAAAACAAAAAYAACAGAAAABAAAAAkAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAJwcAAAAIAAAABwAAAAcAACAHAAATBwAAAAYAAAAHAABEBgAAAAUAADkHAAASCAAAAAcAAAAHAAAABgAAAAYAAAAHAAA+BQAAGAYAAAAGAAAABgAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAGQcAAGQGAABZCAAAAAgAACoHAAAABgAACQcAACcJAAAACQAAAAkAAAAJAAAACQAAAAkAAAAIAAAOCAAADgWAAAAGAAAABgAAAAcAAAAHAAAABwAAAAgAAAAHAAAACAAAAAcAAAAGAAAACAAAAAgAAAAJAAAABgAAAAgAAAAFAAALCAAAAAYAAAAGAAAABgAAAAgAAAAGAAAABgAAAAgAAAAIAAAABgAAAAgAAAAIAAAABoAAAAaAAAAIAAAACAAAEwYAAAAJAAAABgAAAAcAAAAFAAACBgAAAAUAAAAGAAACBwAAAAcAAAIHgAABCAAABgYAAAAFAAACCAAABAUAAAAFAAAABwAAAAcAAAAGAAAABQAAAAYAAAAHAAAACAAAAAgAAAAIAAAABgAAAAYAAAAGAAAABwAAAAYAAAAI+ABUCQAAAAcAAAAJAAAACQAAAAkAAAAJAAAACQAAAAUAAAAEAAAACAAAAAkAAAAGAAAABgAAAAkAAAAJAAAABwAAAAkAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAHAAAABwAAAAgAAAAIAAAABwAAAAYAAAAHtQAABwAAAAcAAAAIAABABwAAAAkAAAAFAABmBgAAAAa4AAAJAAAABwAAAAcAAAAHAAACBwAAAAcAAAAIAAAABwAAFgYAAA4HAAAdBwAAAAcAAAAHAAAABwAAAAcAAAAEAAAABwAAJQgAAAAHAAAABwAAAAcAAAAEAAAABwAAUgYAAAAGAAAABwAAAAcAAEUJAAAABwAAAAcAACAHAAAACQAAAAcAAAAJAAAABgAAJAYAAAAGAAAABgAAAAYAAAAHAAAACAAAAAcAACEGAABrBAAAKAYAAAAHAAADBwAAAAYAAAAHAAAABwAAAAYAAEQGAAAABYAAJwkAAAMFgAAACIAAAAcAAAAJAAADBwAAAAYAAAAF/wAlBoAAAQcAAAAFAAAABgAAAAYAAAAGgAAPBgAAAAkAAAAGAAAABoAAAAcAAAAGAAAABgAAJQkAAAAHAAAABwAAAAYAABUGgAAABoAAAAgAAAAIAAAABwAAAAcAAAAGAAAABQAAAAgAAAAIAAAABwAAHQkAAAAHAAAABAAAAAQAAAAEAAAABAAAAAQAAAAHgAAABwAAAAYAAAEHAAAABwAAAAgAAAAHAAAABwAAAAcAAAAHAgAABgAAAAYAAAAIgAAwBwAAJQYAAAAGgAAvBwAAAAcAAAAHgAAmBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAwAAABwAAQAAAAAB7AADAAEAAAAcAAQB0AAAAHAAQAAFADAAIACpAK4AtADGANghIiIeImDwDvAe8D7wTvBe8G7wfvCO8J7wrvCy8M7w3vDu8P7xDvEe8S7xPvFO8V7xbvF+8Y7xnvGu8b7xzvHe8e7x/vIO8h7yPvJO8l7ybvJ+8o7ynvKu8r7yzvLe8u71AP//AAAAIACoAK4AtADGANghIiIeImDwAPAQ8CHwQPBQ8GDwcPCA8JDwoPCw8MDw0PDg8PDxAPEQ8SDxMPFA8VDxYPFw8YDxkPGg8bDxwPHQ8eDx8PIA8hDyIfJA8lDyYPJw8oDykPKg8rDywPLQ8uD1AP///+P/XP9Y/1P/Qv8x3ujd7d2sEA0QDBAKEAkQCBAHEAYQBRAEEAMQAg/1D/QP8w/yD/EP8A/vD+4P7Q/sD+sP6g/pD+gP5w/mD+UP5A/jD+IP4Q/gD94P3Q/cD9sP2g/ZD9gP1w/WD9UP1A/TDcIAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGBQoHBAwICQsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAAAACwAAAAsAAAALAAAACwAAAAsAAAALAAAACwAAAAsAAAALAAAACwAAAAsAAAALAAAAJAAAAEUAAABmAAAAnQAAALQAAADTAAAA/AAAARUAAAGJAAABuAAAAhsAAAJeAAACdAAAApUAAALKAAAC9QAAAyEAAANZAAADqgAAA/UAAAQhAAAEQAAABGcAAASbAAAEywAABPYAAAUgAAAFPwAABWQAAAWNAAAFxAAABhkAAAYzAAAGXAAABpIAAAalAAAGyQAABxkAAAdLAAAHggAAB50AAAfKAAAIIwAACDwAAAhoAAAIjAAACMgAAAkLAAAJOAAACZEAAAn5AAAKJwAAClUAAAqCAAAKrwAACwQAAAs9AAALdgAAC5AAAAu2AAAL2AAAC+8AAAwFAAAMKQAADGUAAAykAAAM2QAADQ0AAA0lAAANSAAADWAAAA1uAAANiAAADZcAAA2vAAAN0gAADeoAAA4DAAAOGAAADi0AAA5TAAAObQAADpoAAA67AAAO8AAADxwAAA9cAAAPjwAAD7kAAA/aAAAP9gAAEBIAABAvAAAQTAAAEG4AABCWAAAQvgAAENkAABDnAAAREwAAETkAABFuAAARpwAAEcwAABH3AAASOwAAEmMAABKOAAAS6wAAEzkAABNZAAATiwAAE6AAABO1AAAT7AAAFBgAABQqAAAUTQAAFGgAABSDAAAUmwAAFMsAABTmAAAVGAAAFUwAABX8AAAWNwAAFoIAABbQAAAW4wAAFw8AABc+AAAXZgAAF4oAABe5AAAX6AAAGBwAABiLAAAYvQAAGQEAABk7AAAZVAAAGXQAABmxAAAZ2AAAGeoAABpTAAAacAAAGpEAABrDAAAa9QAAGyAAABtQAAAbiwAAG9MAABwhAAAcaQAAHLcAABzeAAAdBAAAHSoAAB1RAAAe2AAAHwAAAB8vAAAfRAAAH2kAAB+iAAAf5QAAIC8AACBGAAAgYwAAINIAACEFAAAhNQAAIWoAACF5AAAhmwAAIdAAACImAAAicAAAIsQAACMyAAAjYwAAI5sAACPSAAAkCAAAJDAAACRVAAAkgwAAJJIAACShAAAksAAAJL8AACTYAAAk8gAAJQEAACUQAAAlPAAAJWAAACWJAAAl1wAAJhYAACZHAAAmkQAAJq4AACbmAAAnKAAAJ1UAACeWAAAnvgAAJ+cAACgRAAAoVAAAKIsAACipAAAozgAAKOoAACkZAAApVwAAKiQAACrCAAArBwAAKzsAACtkAAAregAAK6AAACvGAAAr7AAALBIAACw4AAAsXgAALHMAACyIAAAsnQAALLIAACzWAAAs/QAALRwAAC1AAAAtWQAALYcAAC21AAAt7QAALfwAAC4eAAAuXQAALn4AAC6zAAAuswAALrMAAC7qAAAvIQAAL1AAAC+BAAAv8gAAMDEAADCDAAAwowAAMNcAADEIAAAxLwAAMUQAADFuAAAxpQAAMgwAADI4AAAyWQAAMnMAADKqAAAy4AAAMvgAADM9AAAzZQAAM54AADO6AAAz7AAANCMAADRLAAA0YgAANIIAADSiAAA0wwAANOMAADT7AAA1DgAANUsAADVnAAA1mAAANboAADXbAAA2EgAANi0AADZYAAA2cQAANpUAADauAAA2xgAANuUAADcQAAA3MgAAN1sAADd8AAA3oQAAN8YAADfrAAA4LwAAOFsAADicAAA4yAAAOPkAADkgAAA5cgAAObAAADnGAAA5+wAAOjkAADp2AAA6tgAAOvYAADs1AAA7dAAAO7cAADv5AAA8gQAAPP0AAD0gAAA9TQAAPYQAAD2nAAA9xgAAPhYAAD4wAAA+SQAAPpsAAD7vAAA/CgAAPy4AAD9DAAA/WAAAP20AAD+CAAA/rgAAP8IAAEAFAABBbQAAQb0AAEH+AABCNAAAQlkAAEKEAABCpgAAQsYAAEMBAABDKQAAQ0sAAEOAAABD4gAAREsAAERoAABEswAARM4AAET5AABFJAAARUoAAEVpAABFlgAARb8AAEXwAABGIQAARl4AAEafAABG1QAARzUAAEdQAABHdQAAR6QAAEfBAABH3wAASCkAAEhwAABIngAASMIAAEjbAABJAQAASTMAAEnaAABKOgAASpMAAEsVAABLkwAATF0AAEx9AABMuAAATMwAAEzsAABNKgAATV0AAE2VAABNyQAATgMAAE5SAABOhAAATrwAAE7kAABPIQAATzYAAE/WAABQBwAAUHAAAFCyAABQ8gAAUScAAFFSAABRkgAAUdwAAFISAABSXgAAUogAAFK5AABS9QAAUygAAFNGAABTkAAAVBAAAFRoAABUuAAAVNEAAFUIAABVUwAAVZgAAFW1AABV1gAAVg0AAFYoAABWgQAAVqIAAFbZAABW+AAAVx8AAFd2AABXqAAAWCUAAFhSAABYbwAAWLwAAFjWAABZKwAAWV0AAFmaAABZ9wAAWi0AAFpXAABangAAW6EAAFwQAABc+AAAXYQAAF3yAABeJAAAXmIAAF6jAABe2gAAXyMAAF9HAABfaQAAX9cAAF/mAABf/gAAYBsAAGBdAABgpAAAYM0AAGDpAABhMgAAYWwAAGGpAABiHQAAYmMAAGKOAABizgAAYugAAGOTAABjqgAAY9UAAGQEAABkRQAAZOQAAGUFAABlQQAAZX8AAGW+AABl6AAAZl8AAGayAABnBAAAZ0IAAGd2AABnnwAAZ8YAAGf6AABoMQAAaIMAAGjNAABpHgAAaWwAAGmgAABp0wAAagcAAGokAABqOwAAajsAAGo7AABqVgAAaooAAGrIAABq8wAAaysAAGtqAABriAAAa6IAAGvBAABr6gAAbBAAAGwiAABtrwAAbdsAAG44AABuXQAAboEAAG6lAABuyQAAbukAAG8CAABvHgAAb1MAAG+TAABvqQAAb8gAAHASAABwRgAAcHEAAHDBAABw+QAAcSgAAHFVAABxigAAcbsAAHIDAAByQwAAcqIAAHLoAABzPgAAc4cAAHPlAAB0GwAAdFkAAHS3AAB01AAAdP4AAHVhAAB1ngAAddwAAHX/AAB2PQAAdqsAAHbVAAB3FQAAd0MAAHd8AAB3ogAAd9MAAHhgAAB4vgAAeQYAAHlDAAB5jwAAedIAAHnqAAB6CQAAejUAAHpbAAB6hwAAerUAAHr5AAB7DQAAey4AAHs9AAB7fAAAe8IAAHvpAAB8AQAAfDMAAHxIAAB8lAAAfNsAAHz6AAB9QwAAfYsAAH2wAAB93gAAffgAAH4cAAB+SwAAfp4AAH7dAAB/AwAAfxkAAH9DAAB/YwAAf40AAH/CAAB/9AAAgE0AAICHAACAywAAgRoAAIF1AACB1AAAgk0AAIK1AACDOAAAg3wAAIPGAACEDQAAhHkAAITPAACFCwAAhUsAAIWNAACFzAAAhg4AAIZJAACGogAAhs4AAIdtAACHlQAAh7MAAIgfAACIWgAAiKsAAIkTAACJTAAAiZIAAIniAACKPQAAimMAAIqMAACKtwAAiuUAAIs3AACLiQAAi7sAAIw7AACMYQAAjJAAAIy/AACM7gAAjR0AAI1JAACNvQAAjkgAAI6jAACOtQAAjsMAAI7iAACPCgAAjzYAAI9NAACP7gAAkCYAAJB4AACQ6AAAkT8AAJGmAACSGAAAkj0AAJJzAACTLwAAky8AAJMvAACTLwAAky8AAJMvAACTLwAAky8AAJMvAACTLwAAky8AAJMvAACTLwAAky8AAJMvAACTLwAAgBwAAADEAYAAAMABwAANyERIQMRIRHgAcD+QHACoHAFIPpwBgD6AAAAAAABAF3/AAajBYAAHQAAARQHAREhMhYUBiMhIiY0NjMhEQEmNTQ+ATMhMh4BBqMr/YgBQBomJhr8gBomJhoBQP2IKyQoFwWAFygkBUYjK/2I/QAmNCYmNCYDAAJ4KyMXGwgIGwAAAQAA/wAGAAWAACsAAAERFA4CIi4CND4CMzIXEQURFA4CIi4CND4CMzIXETQ2NwE2MzIWBgBEaGdaZ2hERGhnLWlX/QBEaGdaZ2hERGhnLWlXJh4DQAwQKDgFIPugMk4rFRUrTmROKxUnAhnt/TsyTisVFStOZE4rFScDxx8zCgEABDgAAgAA/wAGgAWAAAcAIQAAABAAIAAQACABFAYjIicBBiMiJCYCEBI2JCAEFhIVFAcBFgSA/vn+jv75AQcBcgMHTDQ2JP6ps9yP/vu9b2+9AQUBHgEFvW98AVclAgcBcgEH/vn+jv75/oA0TCYBVnxvvQEFAR4BBb1vb73++4/cs/6pJQAAAwAA/4AHAAUAABoAPQBNAAAlEQYHBAcOAisCIi4BJyYlJicRFBYzITI2ETwCLgMjISIGFRQXFhceBDsCMj4DNzY3PgE3ERQGIyEiJjURNDYzITIWBoAgJf70njNAbTABATBtQDOe/vQlIBMNBcANEwEFBgwI+kANE5PB0AY6IjcuFAEBFC43IjoG0ME2XYBeQvpAQl5eQgXAQl4gAwAkHs6EKzAxMTArhM4eJP0ADRMTBCgCEgkRCAoFEw2odJilBTEaJRISJRoxBaWYK5Fg+8BCXl5CBEBCXl4AAAEAAP+ABwAFgAAcAAAEIicBLgQ1NDYzMh4CFz4DMzIWFRQHAQOaNBL9kAojTDwv/uA+gW9QJCRQb4E+4P7l/ZGAEgJaCCRfZI5D3PgrSUAkJEBJK/jc3eX9qAAAAQAA/60GgAXgACIAAAEUBwETFhUUBiMiJyUFBiMiJjU0NxMBJjU0NyUTNjIXEwUWBoAa/pVWARUUExX+P/4/FhIVFQJW/pQZOAH24RM8E+EB9jgDeRYa/p7+DAcNFR0M7OwMHRUGDgH0AWIbFSUJSQHHKSn+OUkJAAAAAAIAAP+tBoAF4AAJACsAAAkBJQsBBQEDJQUBFAcBExYVFCMiJyUFBiMiJjU0NxMBJjU0NyUTNjIXEwUWBHEBMv5avb3+WgEySQF6AXkBxxr+lVYBKRMV/j/+PxYSFRUCVv6UGTgB9uETPBPhAfY4AhQBKT4Bfv6CPv7X/lvHxwMKFhr+nv4MBw0yDOzsDB0VBg4B9AFiGxUlCUkBxykp/jlJCQAAAgAA/4AFAAWAABUAHQAAJRQGIyEiJjU0PgMzFiA3Mh4DABAGICYQNiAFAH1Y/KpYfREuR3VMgwFsg0x1Ry4R/wDh/sLh4QE+iW2cnG1Vl5ltRYCARW2ZlwPB/sLh4QE+4QAAAAsAAP8AB4AFgAAPAB8ALwA/AE8AXwBvAH8AjwCfAK8AAAU1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNgERNCYjISIGFREUFjMhMjYBNTQmKwEiBh0BFBY7ATI2ATU0JisBIgYdARQWOwEyNgERNCYjISIGFREUFjMhMjYBNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjY3ERQGIyEiJjURNDYzITIWAYAmGoAaJiYagBomJhqAGiYmGoAaJiYagBomJhqAGiYEACYa/QAaJiYaAwAaJvwAJhqAGiYmGoAaJgWAJhqAGiYmGoAaJv6AJhr9ABomJhoDABomAYAmGoAaJiYagBomJhqAGiYmGoAaJiYagBomJhqAGiaAXkL5wEJeXkIGQEJeQIAaJiYagBomJgGagBomJhqAGiYmAZqAGiYmGoAaJib9GgIAGiYmGv4AGiYmBJqAGiYmGoAaJib7moAaJiYagBomJgMaAgAaJiYa/gAaJib+moAaJiYagBomJgGagBomJhqAGiYmAZqAGiYmGoAaJia6+sBCXl5CBUBCXl4ABAAAAAAGgAWAAA8AHwAvAD8AAAERFAYjISImNRE0NjMhMhYZARQGIyEiJjURNDYzITIWAREUBiMhIiY1ETQ2MyEyFhkBFAYjISImNRE0NjMhMhYDAEw0/gA0TEw0AgA0TEw0/gA0TEw0AgA0TAOATDT+ADRMTDQCADRMTDT+ADRMTDQCADRMAgD+gDRMTDQBgDRMTALM/oA0TEw0AYA0TEz8zP6ANExMNAGANExMAsz+gDRMTDQBgDRMTAAJAAAAAAcABYAADwAfAC8APwBPAF8AbwB/AI8AAAEVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWARUUBiMhIiY9ATQ2MyEyFgEVFAYjISImPQE0NjMhMhYBFRQGIyEiJj0BNDYzITIWARUUBiMhIiY9ATQ2MyEyFgEVFAYjISImPQE0NjMhMhYBFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFgIAOCj+wCg4OCgBQCg4OCj+wCg4OCgBQCg4AoA4KP7AKDg4KAFAKDj9gDgo/sAoODgoAUAoOAKAOCj+wCg4OCgBQCg4AoA4KP7AKDg4KAFAKDj9gDgo/sAoODgoAUAoOAKAOCj+wCg4OCgBQCg4OCj+wCg4OCgBQCg4ASDAKDg4KMAoODgB2MAoODgowCg4OP3YwCg4OCjAKDg4A9jAKDg4KMAoODj92MAoODgowCg4OP3YwCg4OCjAKDg4A9jAKDg4KMAoODj92MAoODgowCg4OAHYwCg4OCjAKDg4AAAGAAAAAAcABYAADwAfAC8APwBPAF8AAAEVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWARUUBiMhIiY9ATQ2MyEyFgEVFAYjISImPQE0NjMhMhYBFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFgIAOCj+wCg4OCgBQCg4OCj+wCg4OCgBQCg4BQA4KPxAKDg4KAPAKDj7ADgo/sAoODgoAUAoOAUAOCj8QCg4OCgDwCg4OCj8QCg4OCgDwCg4ASDAKDg4KMAoODgB2MAoODgowCg4OP3YwCg4OCjAKDg4A9jAKDg4KMAoODj92MAoODgowCg4OAHYwCg4OCjAKDg4AAAAAQB5AA4GhwSyABYAAAAUBwEHBiIvAQEmND8BNjIXCQE2Mh8BBocc/SyIHFAciP6WHByIHFAcASYCkBxQHIgD8lAc/SyIHByIAWocUByIHBz+2QKRHByIAAEAbv/uBRIEkgAjAAAkFA8BBiInCQEGIi8BJjQ3CQEmND8BNjIXCQE2Mh8BFhQHCQEFEhyIHFAc/tr+2hxQHIgcHAEm/tocHIgcUBwBJgEmHFAciBwc/toBJv5QHIgcHAEm/tocHIgcUBwBJgEmHFAciBwc/toBJhwciBxQHP7a/toAAAMAAP8ABoAFgAAjACsARAAAARUUBisBFRQGKwEiJj0BIyImPQE0NjsBNTQ2OwEyFh0BMzIeARAAIAAQACAAFAYjIicBBiMiJCYCEBI2JCAEFhIVFAcBBAATDeATDUANE+ANExMN4BMNQA0T4A0TgP75/o7++QEHAXIDB0s1NiT+qbPcj/77vW9vvQEFAR4BBb1vfAFXAuBADRPgDRMTDeATDUANE+ANExMN4BPmAXIBB/75/o7++f61aksmAVZ8b70BBQEeAQW9b2+9/vuP3LP+qQAAAwAA/wAGgAWAAA8AFwAwAAABFRQGIyEiJj0BNDYzITIeARAAIAAQACAAFAYjIicBBiMiJCYCEBI2JCAEFhIVFAcBBAATDf3ADRMTDQJADROA/vn+jv75AQcBcgMHSzU2JP6ps9yP/vu9b2+9AQUBHgEFvW98AVcC4EANExMNQA0TE+YBcgEH/vn+jv75/rVqSyYBVnxvvQEFAR4BBb1vb73++4/cs/6pAAAAAAIAAP+ABgAGAAApADUAAAEUAgYEICQmAjU0Ejc2FhcWBgcOARUUHgIyPgI1NCYnLgE3PgEXFhIBERQGIiY1ETQ2MhYGAHrO/uT+yP7kznqhkitpHyAPKmJrUYq90L2KUWtiKg8gH2oqkqH9gExoTExoTAKAnP7kznp6zgEcnLYBQm0gDisqaSBK1nlovYpRUYq9aHnWSiBpKisOIG3+vgJK/YA0TEw0AoA0TEwAAAAABQAA/4AHAAWAAA8AHwAvAD8ATwAAJRUUBisBIiY9ATQ2OwEyFiURFAYrASImNRE0NjsBMhYlERQGKwEiJjURNDY7ATIWAREUBisBIiY1ETQ2OwEyFgERFAYrASImNRE0NjsBMhYBABIOwA4SEg7ADhIBgBIOwA4SEg7ADhIBgBIOwA4SEg7ADhIBgBIOwA4SEg7ADhIBgBIOwA4SEg7ADhJgwA4SEg7ADhIScv7ADhISDgFADhIS8v3ADhISDgJADhISAXL8QA4SEg4DwA4SEgHy+kAOEhIOBcAOEhIAAAACAAD/gAYABYAABwBuAAAANCYiBhQWMgEVFAYPAQYHFhcWFAcOASMiLwEGBwYHBisBIiYvASYnBwYjIicmJyY1NDc+ATcmLwEuAT0BNDY/ATY3JicmNTQ3PgEzMh8BNjc2NzY7ATIWHwEWFzc2MzIXFhcWFRQHDgEHFh8BHgEEAJbUlpbUApYQDLkTFCNICgkbkBYMDoosLxANBx3eDhUBHDEpjQoPDgt+JwcID0gSGw63DRAQC7oOGShDCgkakRYNDYosLxANBx3eDhUBHDEpjgkPDQyBJAcID0gSGg+3DRACFtSWltSWAW3eDBYCHDYlMlgMGgoljglsFw+IMhwRDbgQFWsJC3I2Cg0MCxVbGTIxGwIVDd4MFgIcLi45UQwMCg0kjwprFw+IMhwRDbgQFWsJCnczCA4MCxVbGTIwHAIVAAAGAAD/gAWABYAADwAfAC8AOwBDAGcAAAERFAYrASImNRE0NjsBMhYFERQGKwEiJjURNDY7ATIWBREUBisBIiY1ETQ2OwEyFhMRIREUHgEzITI+AQEhJyYnIQYHBRUUBisBERQGIyEiJjURIyImPQE0NjMhNz4BMyEyFh8BITIWAgASDkAOEhIOQA4SAQASDkAOEhIOQA4SAQASDkAOEhIOQA4SgPyADg8DA0ADDw79YAHAMAcK/sMKBwNvEg5gXkL8wEJeYA4SEg4BNUYPTigBQChOD0YBNQ4SAyD9wA4SEg4CQA4SEg79wA4SEg4CQA4SEg79wA4SEg4CQA4SEv0eA7T8TBYlERElBEp1CQICCZVADhL8TFN5dVMDuBIOQA4SpyU0NCWnEgAAAAACABoAAAZmBQMAEwA1AAABERQGIyERIREhIiY1ETQ2NQkBFjcHBgcjIicJAQYnJi8BJjY3ATYyHwE1NDY7ATIWFREXHgEFgCYa/oD/AP6AGiYBAj8CPwHfPggNAw0I/Uz9TAwMDQg+CAIKAs8gWCD0Eg7ADhLbCgICIP4gGiYBgP6AJhoB4AEEAQHa/iYCQUoJAgcCQf2/CAECCUoKGwgCVxoazMMOEhIO/mi2CBsAAAMAAP8ABgAGAAATABoAIwAAAR4BFREUBiMhIiY1ETQ2MyEyFhcHESEmJwEmAREhIiY1ESERBbwcKDgo+sAoODgoA4AoYByEAXgKDP7HDAFj/mAoOP0ABIQcYCj7gCg4OCgGQCg4KBxE/ogdDAE5DPoSBAA4KAGg+gAAAAADAAD/gAYABYAAFAAgACwAAAERFAYjISImPQE0NjsBETQ2OwEyFgAQLgEgDgEQHgEgNgAQAgQgJAIQEiQgBAOAEg7+wA4SEg7gEg5ADhIBoJL6/tj6kpL6ASj6AXLO/p/+Xv6fzs4BYQGiAWED4P5ADhISDkAOEgFgDhIS/f4BKPqSkvr+2PqSkgJf/l7+n87OAWEBogFhzs4AAAACADIAAAdOBQAAEQBDAAABNQMuASsBIgYHAxUGFjsBMjYBFCMhMjYnAy4BIyEiBgcDBhYzISI1NDcBPgEzISIGDwEGFjsBMjYvAS4BIyEyFhcBFgRXGAEUDboNFAEYARIM9AwSAvYu/UANEgEUARQN/vANFAEUARIN/UAuGgGhCCQUAVMNFAEPARINpg0SAQ8BFA0BUxQkCAGhGgIcBAFADRMTDf7ABAwQEP45SRMNAQANExMN/wANE0k2PgQUExwTDcAOEhIOwA0THBP77D4ABAAAAAAGgAYAAAcADwAlAD0AACQ0JiIGFBYyJDQmIgYUFjITERQGIyEiJjURNDYzIRcWMj8BITIWARYHAQYiJwEmNzYzIRE0NjMhMhYVESEyBQAmNCYmNAEmJjQmJjSmOCj6QCg4OCgB0Yc6nDqIAdAoOP67ER/+QBI2Ev5AHxERKgEAJhoBABomAQAqpjQmJjQmJjQmJjQmASD+wCg4OCgBQCg4iDg4iDgCESkd/kATEwHAHSknAcAaJiYa/kAAAwAA/4AGAAWAABgAJAAwAAABFAcBBiInASY3NjsBETQ2OwEyFhURMzIWAiAOARAeASA+ARAmBBACBCAkAhASJCAEBGAK/sELGAv+wA8ICBbAEg7ADhLADhLM/tj6kpL6ASj6kpIBcs7+n/5e/p/OzgFhAaIBYQJgDAz+wQkJAUAQExQBYA4SEg7+oBICMpL6/tj6kpL6ASj6vf5e/p/OzgFhAaIBYc7OAAAAAAMAAP+ABgAFgAAYACQAMAAAAQYrAREUBisBIiY1ESMiJjU0NwE2MhcBFgIgDgEQHgEgPgEQJgQQAgQgJAIQEiQgBAReCBbAEg7ADhLADhIKAT8LGAsBQA/S/tj6kpL6ASj6kpIBcs7+n/5e/p/OzgFhAaIBYQKUFP6gDhISDgFgEg4MDAE/CQn+wBAB+ZL6/tj6kpL6ASj6vf5e/p/OzgFhAaIBYc7OAAIAAAAABgAFAAANACMAAAEhLgEnAyEDDgEHIRchJREUBiMhIiY1ETQ3Ez4BMyEyFhcTFgP/ATwBAwHU/TzUAQMBATxfAUACYCYa+oAaJhnuCjUaA0AaNQruGQJAAwsCAfD+EAMLAsCi/h4aJiYaAeI+PQIoGSIiGf3YPQADAAD/gAYABYAADwAbACcAAAAUBwEGIyInJjURNDc2FwEWEC4BIA4BEB4BIDYAEAIEICQCEBIkIAQEoCD94A8REBAgICEfAiCgkvr+2PqSkvoBKPoBcs7+n/5e/p/OzgFhAaIBYQKlShL+wAkIEyUCgCUTEhP+wMsBKPqSkvr+2PqSkgJf/l7+n87OAWEBogFhzs4AAQAA/4AGAAWAADMAAAERFAYjISInJj8BJiMiDgIUHgIzMjY3NjcyHwEeAQcGBCMiJCYCEBI2JDMyBBc3NhcWBgAmGv5AKhERH4qUyWi9ilFRir1od9RJBxAPCokJAQht/sqsnP7kznp6zgEcnJMBE2uCHSknBQD+QBomKCceiolRir3QvYpRaF8KAgmKCBkKhJF6zgEcATgBHM56b2WBHxERAAACAAD/gAYABYAAJABHAAABFAcCACEiJCcHBiImNRE0NjMhMhYUDwEeATMyNjc2NzY7ATIWExEUBiMhIiY0PwEmIyIGBwYHBisBIiY9ARIAITIEFzc2MhYF5wFA/mj+7pL+72uBEzQmJhoBwBomE4lHtGGG6EYLKggWwA0TGSYa/kAaJhOKlMmG6EYLKggWxw0TQQGaAROSARRrghM0JgHgBQL+9P6zbmaBEyYaAcAaJiY0E4lCSIJyEWQXEwMT/kAaJiY0E4qJgnIRZBcTDQcBDAFNb2WBEyYAAAAACAAAAAAHAAWAAA8AHwAvAD8ATwBfAG8AfwAAARUUBisBIiY9ATQ2OwEyFjUVFAYrASImPQE0NjsBMhY1FRQGKwEiJj0BNDY7ATIWARUUBiMhIiY9ATQ2MyEyFjUVFAYjISImPQE0NjMhMhY1FRQGIyEiJj0BNDYzITIWExE0JiMhIgYVERQWMyEyNhMRFAYjISImNRE0NjMhMhYBgBMNQA0TEw1ADRMTDUANExMNQA0TEw1ADRMTDUANEwSAEw38QA0TEw0DwA0TEw38QA0TEw0DwA0TEw38QA0TEw0DwA0TgBMN+kANExMNBcANE4BeQvpAQl5eQgXAQl4BYEANExMNQA0TE/NADRMTDUANExPzQA0TEw1ADRMT/fNADRMTDUANExPzQA0TEw1ADRMT80ANExMNQA0TE/0zA0ANExMN/MANExMETfvAQl5eQgRAQl5eAAIAAAAABIAFgAAHAB8AAAEhNTQmIgYVAREUBiMhIiY1ETQ2OwE1NAAgAB0BMzIWAUACAJbUlgNAOCj8QCg4OCggAQgBcAEIICg4AwDAapaWav7g/cAoODgoAkAoOMC4AQj++LjAOAAAAgBA/4AHAAWAABEANwAAARQHERQGKwEiJjURJjU0NjIWBREUBgcGIyIuAiMiBQYjIiY1ETQ3Njc2MzIWFxYzMj4CMzIWAUBAEw1ADRNAS2pLBcAZG9eaPX1ci0nA/vAREBomHxU67Llrun4mMjZ/XVMNGiYFAEgm+w4NExMNBPImSDVLS3X9BRkbDnQsNCySCSYaAuYgFw4deDo7Eyo0KiYAAAABAAAAAAaABYAASwAAARQPAg4BIxUUBisBIiY1ETQ2OwEyFh0BMhYXNzY1NAIkIAQCFRQfAT4BMzU0NjsBMhYVERQGKwEiJj0BIiYvAiY1NBI2JCAEFhIGgDwUuRaJWBIOQA4SEg5ADhJHdiJEHbD+1/6y/tewHUQidkcSDkAOEhIOQA4SWIkWuRQ8huABNAFMATTghgKKppQxIVNrIA4SEg4CQA4SEg4gRzwMX2KUAQacnP76lGJfDDxHIA4SEg79wA4SEg4ga1MhMZSmlwEYzXp6zf7oAAABAAAAIAMABOAAEwAAAREUBiInASEiJjURNDYzIQE2MhYDACY0E/6z/voaJiYaAQYBTRM0JgSg+8AaJhMBTSYaAYAaJgFNEyYAAAAAAgAAACAEgATgABMALQAAAREUBiInASEiJjURNDYzIQE2MhYAFAYHBiMiJjU0PgM0LgM1NDYzMhcWAwAmNBP+s/76GiYmGgEGAU0TNCYBgFVGCg8aJhgiIhgYIiIYJhoPCkYEoPvAGiYTAU0mGgGAGiYBTRMm/hKYgxwFJRsVHRUZL0IvGRUdFRslBRsAAAAABAAA/7kGgAVHABMALQBJAGsAAAERFAYiJwEhIiY1ETQ2MyEBNjIWABQGBwYjIiY1ND4DNC4DNTQ2MzIXFgQQAgcGIyImNTQ3Njc+ATQmJyYnJjU0NjMyFxYEEAIHBiMiJjU0Nz4BNzY3NhIQAicmJy4BJyY1NDYzMhcWAwAmNBP+s/76GiYmGgEGAU0TNCYBgFVGCg8aJhgiIhgYIiIYJhoPCkYBVaqMDQwbJic4FEpTU0oUOCcmGg0NjAGq/tMNDRomJwcfBy4ke4qKeyQuBx8HJyYaDQ3TBKD7wBomEwFNJhoBgBomAU0TJv4SmIMcBSUbFR0VGS9CLxkVHRUbJQUbN/7O/v07BSYaJxQdDzajuKM2Dx0UJxomBTu2/jT+f1sFJhokFwQNBBkaWwEQATIBEFsaGQQNBBckGiYFWwAMAAAAAAWABYAAAwAHAAsADwATABcAGwAfACMALwAzADcAAAEVIzUTFSM1IRUjNQEhESERIREhASERIQERIREBFSM1IRUjNRMRITUjESMRIRUzNQERIREhESERAYCAgIADgID8gAGA/oABgP6AAwABgP6A/wD9gASAgAGAgID+gICAAYCA/YD9gAWA/YABgICAAwCAgICA/AEBfwGAAYD+gAGA/YD9gAKA/gCAgICAAgD+gID+gAKAgIADAP2AAoD9gAKAAAAAABAAAAAABwAFgAADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AAAzIxEzEyMRMxMjETMTIxEzEyMRMxMjETMTIxEzEyMRMxMjETMTIxEzEyMRMxMjETMTIxEzEyMRMxMjETMTIxEzPz8/PyAgXh8fnR8fnT4+fh8fPx8fPx8fnT8/nT8/fj8/fj8/Xj8/vV5ePyAgXj8/BYD6gQV/+oEFf/qBBX/6gQV/+oEFf/qBBX/6gQV/+oEFf/qBBX/6gQV/+oEFf/qBBX/6gQV/+oEFf/qABYAAAAACAAD/lQXrBYAABwAdAAAANCYiBhQWMgEUBwEGIyInAS4BNRE0NjMhMhYXARYBwEtqS0tqBHYl/hUnNDUl/TUmNUw0AaA1gCYCyyUEC2pLS2pL/kA1Jf4UJSUCzCWANQGgNEw1Jv02JwAAAAADAAD/lQdrBYAABwAdADUAAAA0JiIGFBYyARQHAQYjIicBLgE1ETQ2MyEyFhcBFgUUBwEGIyImJwE2NTQnAS4BIzMyFhcBFgHAS2pLS2oEdiX+FSc0NSX9NSY1TDQBoDWAJgLLJQGAJf4VJzQkLh4B1iUl/TUmgDXgNYAmAsslBAtqS0tqS/5ANSX+FCUlAswlgDUBoDRMNSb9Nic0NSX+FCUcHwHWJTU0JwLKJjU1Jv02JwADAAr/gAZ5BYAAVABkAHQAAAEWBwEOASMhIiYnJjc0Njc2Jjc+Ajc+ATc2Jjc+ATc+ATc2Jjc+ATc+ATc2Jjc+Ajc+BhcHNjMhMhYHAQ4BIyEiBwYXFjMhMjY3ATYnFgUGFjMhMjY/ATYmIyEiBgcDBhYzITI2PwE2JiMhIgYHBmcoFv7tE3NB/GVNjxwYFgYBAQgBAgwVBhcsCAMFAgMcAxUqBAEHBAQkBBMvBAEIAgIOFgYIEQ0TFCEnHAEmDQL5SlAW/u4kR138mxsLCwoYeAObHTYIASwHAib77QQMDgJgDRkEFQQMDv2gDRkEaAQMDgJgDRkEFQQMDv2gDRkEBCI5SPx2QFdrTkM8BC4OCBsGCxQbCiZrJgooCAsiBiRwIgkuBQ0jBRp1JggjCQgUGggMJSEnGRYBBgMJcEr8dndFDxAbRh8aA9sWIw8eDRMTDUANExMN/sANExMNQA0TEw0AAAEAAP+XBQAFgAAcAAABMhceARURFAYHBiMiJwkBBiMiJy4BNRE0Njc2MwSMFxUhJychExkwI/5H/kckLxcVIScnIRUXBYAJDTgi+vciOA0IIAGo/lghCQ04IgUJIjgNCQAAAAAEAAD/gAaABYAAAwAMABQAPAAAKQERIREhESMiJj0BIQA0JiIGFBYyNxEUBisBFRQGIyEiJj0BIyImNRE0NjsBETQ2MyEyFh8BHgEVETMyFgGAA4D8gAOAoCg4/YAEgCY0JiY0phMN4Dgo/EAoOOANE3FPQDgoAqAoYByYHChAT3EBAAGAAYA4KKD9JjQmJjQmQP5gDROgKDg4KKATDQGgT3ECICg4KByYHGAo/wBxAAMAAP+AB4AGAAAHACEAKQAAADIWFAYiJjQBMhYVERQGIyEiJjURNDY7ATc+ATMhMhYfAQAgABAAIAAQA0nuqanuqQPgapaWavqAapaWauAzE2U1AgA1ZRMz/WcBcgEH/vn+jv75A2Cp7qmp7gJJlmr8gGqWlmoDgGqWiDFHRzGI+4ABBwFyAQf++f6OAAAAAAIAAP+ABoAFgAAHAFAAAAEDMhYzMjcmATc+BDcTATsBFhcTFhIXHgEXFhceARcWFRQGFSImIyIEBzQ/ATI+BTU0LgEnJQYCFRQeAzMWFRQHIiYjIgYjBgLVqiHPORMmV/zKAhdCMDMmDO0BGEs1CAPNIZIpD1YdFA8Tig8GAT/+QEz+6icEgwEXCBUJDQU+UgH+PhplHDsmTAMBAjrpOgglA1AD0f4+BAL9/HZPBwsKEycfAmgC1A4H/iBO/plfIt06LQwPHQYmEwURBBAOASsjHAUCBwYKDAgQocIDAjr+7RkWHxIJCBMnCRIUCA4AAAMAAP+ABYAFgAAVACsAYQAAJRYzIBE0Jy4EIyIHFAYVFAYeAQMWMzI+AjU0LgIjIgcUFhUUBhUUATc+ATc+BDwBNRAnLgQvATYkMzIWMzIeAxUUDgMHHgEVFA4DIyImIyIEAitKQgF4KRtFQl9JOkkcAQIBCAYqQ1J6YjM6ZHRCMlAIAf3kAg+MJAcLBgUBFgQkNS4zBQRiAeSDF1oXRoV8XDghLVQ+NZrNRnWfqFwssCxq/m4PIAFPckIsPCERBAo11DQId0pdAtYHGj90VEZpOxwNMsozG2oaLvxwXgQYDwweJRwvFTIFA9YrCA0JBQQBUwITARo6VH1LNFc5OiAYI8aVZJ9mRRwGFgABAAD/gAQABYAAOgAAFTc+Ajc2NzYaASc1LgInNx4CMzI+ATcGBw4BBw4DBwYCBw4DHwEWFwYHIgYjIiYjJiMiBhEWT0EbHA0BemoBGD1OExMhrn06MGWNHAUOHo8lCAwGCQIbeRECFhIOAQERqAMNCysLHXQcikQzuH5VBxMTDiNCBwI0AgsjGQ0LBQNnAgkFBQkCJzIKJQ8TLyE6DZT94VQJYlJVDxIEGyw3AxQCEgAAAAACAAD/gAb6BYAAGwB9AAAlMhYPAQYiLwEmNjsBESMiJj8BNjIfARYGKwERARcWMzI2MzIWMyEyFj4CPwEyFjMWFRQHBgcmJy4CJy4DBiMiJiIGBwYXFBIVFAYWFx4BFxYVFA8BBiQjIgYjJj0BPgI3NhE0Aj0BNDY0LgEnJiMiBgcOAgcmJxEG0CESFH4UOhR+FBIhUFAhEhR+FDoUfhQSIVD50TYMxyywLCSPJAElBh4LFQ4IKgQUBAIFJx0ZHQMQDQEGDBMHHQIRYzJOIAkBBAUFCiioJAUDIkz+5EEyyjMDEVlsGBMGAQIEAwuXIXgUEx4hGioOgCUaohoaoholBAAlGqIaGqIaJfwABP8bBQQBAQEFDQsBAXDgUB0OBCxUCU5FAQgJAwIBAQQEUTde/bShEG9IIRUrECgKDg8BAhQSMwEJGyAaDioBVWUBlGV1AhsXHBQEDBgODXdnAhoSAX8AAAIAAP8DBgAFgABhAJUAABMXFjMyNjMyJAQXFj8BMhYzFhUUBwYHJicuAjUmJyYjIiYiBgcGHwE1FB4BFRQGFhceARcWFRQPAQYkIyIGIyY9AT4CNz4CNCY1NCY1ND4BLgEnJiMiBgcOAgcmJxEBMh4CFxYUBw4DIyIuATQ2NSEUFhQOASMiLgInJjQ3PgMzMh4BFAYVITQmND4BUTYMxyywLEYBYQEAdyEXKgQUBAIFJx0ZHQMQDgoRBT0eflBsKgkBAQIBBQUKKKgkBQMiTP7kQTLKMwMRWWwYBwkDAQUBAQEFBAuXKfQQEx4hGioOBR4MPDdABBoaBEA3PAwNDwUD/AADBQ8NDDw3QAQaGgRANzwMDQ8FAwQAAwUPBX8bBQQCAQQBIAEBcOBQHQ4ELFQJTUYBDQYCAgQFUTeYNDfGokgQb0ghFSsQKAoODwECFBIzAQkbIBoOEHSvh6wDBx0IB0pIUTYFDBsLDHdoAhoSAX/6/ycsNgMVOBUDNiwnFSQfIwICIx8kFScsNgMVOBUDNiwnFSQfIwICIx8kFQAABAAAAAAHAAWAAA8AHwAvAD8AACUVFAYjISImPQE0NjMhMhYBFRQGIyEiJj0BNDYzITIWARUUBiMhIiY9ATQ2MyEyFgEVFAYjISImPQE0NjMhMhYHACYa+YAaJiYaBoAaJv6AJhr7ABomJhoFABomAQAmGvoAGiYmGgYAGib+gCYa+4AaJiYaBIAaJsCAGiYmGoAaJiYBZoAaJiYagBomJgFmgBomJhqAGiYmAWaAGiYmGoAaJiYAAAQAAAAABwAFgAAPAB8ALwA/AAAlFRQGIyEiJj0BNDYzITIWARUUBiMhIiY9ATQ2MyEyFgEVFAYjISImPQE0NjMhMhYBFRQGIyEiJj0BNDYzITIWBwAmGvmAGiYmGgaAGib+gCYa/IAaJiYaA4AaJgEAJhr6gBomJhoFgBom/oAmGv2AGiYmGgKAGibAgBomJhqAGiYmAWaAGiYmGoAaJiYBZoAaJiYagBomJgFmgBomJhqAGiYmAAAEAAAAAAcABYAADwAfAC8APwAAJRUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFgcAJhr5gBomJhoGgBomJhr7ABomJhoFABomJhr6ABomJhoGABomJhr7gBomJhoEgBomwIAaJiYagBomJgFmgBomJhqAGiYmAWaAGiYmGoAaJiYBZoAaJiYagBomJgAAAAAEAAAAAAcABYAADwAfAC8APwAAJRUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFgcAJhr5gBomJhoGgBomJhr5gBomJhoGgBomJhr5gBomJhoGgBomJhr5gBomJhoGgBomwIAaJiYagBomJgFmgBomJhqAGiYmAWaAGiYmGoAaJiYBZoAaJiYagBomJgAAAAAIAAAAAAcABYAADwAfAC8APwBPAF8AbwB/AAAlFRQGKwEiJj0BNDY7ATIWERUUBisBIiY9ATQ2OwEyFhEVFAYrASImPQE0NjsBMhYBFRQGIyEiJj0BNDYzITIWARUUBisBIiY9ATQ2OwEyFgEVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFgEAEw3ADRMTDcANExMNwA0TEw3ADRMTDcANExMNwA0TBgATDfrADRMTDQVADRP6ABMNwA0TEw3ADRMGABMN+sANExMNBUANExMN+sANExMNBUANExMN+sANExMNBUANE+DADRMTDcANExMBc8ANExMNwA0TEwFzwA0TEw3ADRMT/PPADRMTDcANExMEc8ANExMNwA0TE/zzwA0TEw3ADRMTAXPADRMTDcANExMBc8ANExMNwA0TEwAABQAAAAAHAAWAAA8AHwAvAD8ATwAAAREUBiMiJwEmNDcBNjMyFgEVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYBgBMNDgn+4AkJASAJDg0TBYATDflADRMTDQbADRMTDfvADRMTDQRADRMTDfvADRMTDQRADRMTDflADRMTDQbADRMD4P3ADRMJASAJHAkBIAkT/PPADRMTDcANExMBc8ANExMNwA0TEwFzwA0TEw3ADRMTAXPADRMTDcANExMABQAAAAAHAAWAAA8AHwAvAD8ATwAAABQHAQYjIiY1ETQ2MzIXCQEVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYBYAn+4AkODRMTDQ4JASAFqRMN+UANExMNBsANExMN+8ANExMNBEANExMN+8ANExMNBEANExMN+UANExMNBsANEwLOHAn+4AkTDQJADRMJ/uD+CcANExMNwA0TEwFzwA0TEw3ADRMTAXPADRMTDcANExMBc8ANExMNwA0TEwAAAQAAAAAHAAUAAB8AAAERFAcGIyInARUUBiMhIiY1ETQ2MyEyFh0BATYzMhcWBwAnDQwbEv5tqXf9QHepqXcCwHepAZMSGwwNJwSg+8AqEQUTAZOmd6mpdwLAd6mpd6UBkhMFEQAAAAAEAAD/gAeABYAABwAOAB4ALgAAABQGIiY0NjIBESE1ARcJASEiBhURFBYzITI2NRE0JhcRFAYjISImNRE0NjMhMhYCgHCgcHCgBHD6gAFAoAIAAgD5wA0TEw0GQA0TE5NeQvnAQl5eQgZAQl4EEKBwcKBw/cD+QMABQKACAAEgEw37QA0TEw0EwA0TIPtAQl5eQgTAQl5eAAQAAP+ABesFawAGABQAGQAlAAAhNycHFTMVATQjIgcBBhUUMzI3ATYnCQEhEQEUDwEBNzYzMh8BFgFrW+tbgAJ2FgoH/eIHFgoHAh4HNgGg/MD+YAXrJab+YKYkNjUm6yVb61trgAOgFgf94gcKFgcCHgfK/mD8wAGgAuA1JaYBoKUmJuonAAACAAD/gAQABYAABwAXAAAANCYiBhQWMgEUBwEOASImJwEmNTQAIAADAJbUlpbUAZYh/pQQP0g/D/6TIQEsAagBLAMW1JaW1JYBAG1G/PohJiYhAwZGbdQBLP7UAAIAAP+ABgAFgAAHABMAACURIg4BEB4BABACBCAkAhASJCAEAwCU+pKS+gOUzv6f/l7+n87OAWEBogFhYARAkvr+2PqSAvH+Xv6fzs4BYQGiAWHOzgAAAAACAAAAAAQABcAAFQAtAAABNCcuAycmIgcOAwcGFRQWMjYlFAAgADU0Nz4DNz4BMhYXHgMXFgIAFAEdFhwHBCIEBxwWHQEUS2pLAgD+1P5Y/tRRBnFZbhwJMjQzCBxuWXEGUQGAJCEBKyE3FxAQFzchKwEhJDVLS7XU/tQBLNSRggmji9ldHiIiHl3Zi6MJfwAFAAAAAAb4BYAABgAOADkAPgBIAAABNycHFTMVACYHAQYWNwETFRQGIyEiJjURNDYzITIXFhcWDwEGJyYjISIGFREUFjMhMjY9ATQ/ATYWAwkBIREBBwE3NjIfARYUA3h0mHRgAgAgEf6iESARAV5RqXf8wHepqXcDQD82DwMDDDEOEhcW/MBCXl5CA0BCXglADyhgASD9YP7gBFxc/uBcHFAcmBwBYHSYdDhgAsAgEf6iESARAV79z753qal3A0B3qRkHEBEMMQ4GBl5C/MBCXl5Cfg0JQA8QAs3+4P1gASACHFwBIFwcHJgcUAAAAAACAAAAAAaABgAAKwBaAAABERQGIyEiJjURNDYzITEyFhUUBwYHBisBIgYVERQWMyEyNj0BNDc2NzYXFhMBBiMiJyY9ASMgBwYTFgcGIyInLgQ1ND4HOwE1NDc2MzIXARYUBYCpd/zAd6mpdwD/DRMaTTgKBnBCXl5CA0BCXhIcGhATFe3+gBIbDA0noP69c3ctAxcIBBAKChY5KiMHFSM7Tm+KtWqgJw0MGhMBgBMCI/79d6mpdwNAd6kTDRsFGiIEXkL8wEJeXkLWEwoNGBAICQHc/oATBREqwIOJ/rAXCwINDiJnYIQ4MVRgUFNBOicWwCoRBRP+gBM0AAACAAAAAAZ/BYAALwBEAAABERQGIyEiJjURNDYzITIXFhcWDwEGIyInJiMhIgYVERQWMyEyNj0BND8BNjMyFxYTAQYiJwEmND8BNjIXCQE2Mh8BFhQFgKl3/MB3qal3A0A/Ng8DAwwxCg0DBhcW/MBCXl5CA0BCXglACg0GBhTn/NIYQhj+UhgYbhhCGAEHAocYQhhuGAJe/sJ3qal3A0B3qRkHEBEMMQoCBl5C/MBCXl5C/g0JQAoDCAHU/NIYGAGuGEIYbhgY/vkChxgYbhhCAAAAAAEAAP8ABwAGAABDAAAAFAcBBiImPQEhETMyFhQHAQYiJwEmNDY7AREhFRQGIicBJjQ3ATYyFh0BIREjIiY0NwE2MhcBFhQGKwERITU0NjIXAQcAE/8AEzQm/oCAGiYT/wATNBP/ABMmGoD+gCY0E/8AExMBABM0JgGAgBomEwEAEzQTAQATJhqAAYAmNBMBAAKaNBP/ABMmGoD+gCY0E/8AExMBABM0JgGAgBomEwEAEzQTAQATJhqAAYAmNBMBABMT/wATNCb+gIAaJhP/AAABAAD/gAQABYAAHQAAATYWFREUBicBJicRFAYrASImNRE0NjsBMhYVETY3A9MTGhoT/ToJBCYagBomJhqAGiYECQVzEwwa+kAaDBMCxgkK/VoaJiYaBYAaJiYa/VoKCQABAAD/gAcABYAAKwAAATYWFREUBicBJicRFAYnASYnERQGKwEiJjURNDY7ATIWFRE2NwE2FhURNjcG0xMaGhP9OgkEGhP9OgkEJhqAGiYmGoAaJgQJAsYTGgQJBXMTDBr6QBoMEwLGCQr9OhoMEwLGCQr9WhomJhoFgBomJhr9WgoJAsYTDBr9OgoJAAEAev+ABoAFgAAZAAABNhYVERQGJwEmJxEUBicBJjQ3ATYWFRE2NwZTExoaE/06CQQaE/06ExMCxhMaBAkFcxMMGvpAGgwTAsYJCv06GgwTAsYTNBMCxhMMGv06CgkAAAEAAP98BX8FhAALAAAJAQYmNRE0NhcBFhQFaPrQFyEhFwUwFwJh/R4NFBoFwBoUDf0eDSQAAAAAAgAA/4AGAAWAAA8AHwAAAREUBiMhIiY1ETQ2MyEyFgURFAYjISImNRE0NjMhMhYGACYa/gAaJiYaAgAaJvyAJhr+ABomJhoCABomBUD6gBomJhoFgBomJhr6gBomJhoFgBomJgAAAAABAAD/gAYABYAADwAAAREUBiMhIiY1ETQ2MyEyFgYAJhr6gBomJhoFgBomBUD6gBomJhoFgBomJgAAAAABAAD/gAYGBYAAGQAAFwYmNRE0NhcBFhcRNDYXARYUBwEGJjURBgctExoaEwLGCQQaEwLGExP9OhMaBAlzEwwaBcAaDBP9OgkKAsYaDBP9OhM0E/06EwwaAsYKCQAAAAABAAD/gAcABYAAKwAAFwYmNRE0NhcBFhcRNDYXARYXETQ2OwEyFhURFAYrASImNREGBwEGJjURBgctExoaEwLGCQQaEwLGCQQmGoAaJiYagBomBAn9OhMaBAlzEwwaBcAaDBP9OgkKAsYaDBP9OgkKAqYaJiYa+oAaJiYaAqYKCf06EwwaAsYKCQAAAAEAAP+ABAAFgAAdAAAXBiY1ETQ2FwEWFxE0NjsBMhYVERQGKwEiJjURBgctExoaEwLGCQQmGoAaJiYagBomBAlzEwwaBcAaDBP9OgkKAqYaJiYa+oAaJiYaAqYKCQAAAAIAAQAABgEFBgALABsAABMBNjIXARYGIyEiJgEhIiY1ETQ2MyEyFhURFAYOAsYTNBMCxhMMGvpAGgwFxvqAGiYmGgWAGiYmAi0CxhMT/ToTGhr95iYaAQAaJiYa/wAaJgAAAAABAJr/mgSmBeYAFAAACQIWFA8BBiInASY0NwE2Mh8BFhQEk/3tAhMTE6YTNBP9GhMTAuYTNBOmEwTT/e397RM0E6YTEwLmEzQTAuYTE6YTNAAAAAABAFr/mgRmBeYAFAAACQEGIi8BJjQ3CQEmND8BNjIXARYUBFP9GhM0E6YTEwIT/e0TE6YTNBMC5hMCk/0aExOmEzQTAhMCExM0E6YTE/0aEzQAAAACAAD/gAYABYAAIwAvAAABNTQmIyERNCYrASIGFREhIgYdARQWMyERFBY7ATI2NREhMjYAEAIEICQCEBIkIAQEwCYa/wAmGoAaJv8AGiYmGgEAJhqAGiYBABomAUDO/p/+Xv6fzs4BYQGiAWECQIAaJgEAGiYmGv8AJhqAGib/ABomJhoBACYBK/5e/p/OzgFhAaIBYc7OAAIAAP+ABgAFgAAPABsAAAE1NCYjISIGHQEUFjMhMjYAEAIEICQCEBIkIAQEwCYa/QAaJiYaAwAaJgFAzv6f/l7+n87OAWEBogFhAkCAGiYmGoAaJiYBK/5e/p/OzgFhAaIBYc7OAAAAAgAA/4AGAAWAACsANwAAATQvATc2NTQvASYjIg8BJyYjIg8BBhUUHwEHBhUUHwEWMzI/ARcWMzI/ATYAEAIEICQCEBIkIAQEfRO1tRMTWhMbGhO1tRMaGxNaExO1tRMTWhMbGhO1tRMaGxNaEwGDzv6f/l7+n87OAWEBogFhAZ4aE7W1ExobE1oTE7W1ExNaExsaE7W1ExobE1oTE7W1ExNaEwHO/l7+n87OAWEBogFhzs4AAgAA/4AGAAWAABcAIwAAATQvASYiBwEnJiIPAQYVFBcBFjMyNwE+ARACBCAkAhASJCAEBQQSWxM0E/5o4hM0E1sSEgFqExobEwIfEvzO/p/+Xv6fzs4BYQGiAWEDIhwSWhMT/mniExNaEhwbEv6WExMCHxJK/l7+n87OAWEBogFhzs4AAwAA/4AGAAWAAA8AOgBGAAAlNTQmKwEiBh0BFBY7ATI2ATQuASMiBwYfARYzMjc2NzYzMhYVFAYHDgEdARQWOwEyNjU0Njc+BCQQAgQgJAIQEiQgBAOAEg7ADhISDsAOEgEAb6ZX84APF4QHDBAJNSEiNDBLKDA/aRIOwA4SKyEgIjofGQGAzv6f/l7+n87OAWEBogFhoMAOEhIOwA4SEgKuWJZS1RgSZAYMRBgYNCEmLhYcdUMkDhISDhM9ExIVMS9KPf5e/p/OzgFhAaIBYc7OAAADAAD/gAYABYAAHgAuADoAACU1NCYrARE0JiMhIgYdARQWOwERIyIGHQEUFjMhMjYDNTQmKwEiBh0BFBY7ATI2BBACBCAkAhASJCAEBAASDmASDv7ADhISDmBgDhISDgHADhKAEg7ADhISDsAOEgKAzv6f/l7+n87OAWEBogFhoKAOEgIADhISDqAOEv7AEg6gDhISA46gDhISDqAOEhLB/l7+n87OAWEBogFhzs4AAAIAAP+ABgAFgAAvAF8AAAEjIiY9ATQ2OwEuAScVFAYrASImPQEOAQczMhYdARQGKwEeARc1NDY7ATIWHQE+AQEVFAYrAQ4BBxUUBisBIiY9AS4BJyMiJj0BNDY7AT4BNzU0NjsBMhYdAR4BFzMyFgStbRomJhptIKFsJhqAGiZsoSBtGiYmGm0goWwmGoAaJmyhAXMmGo8l66EmGoAaJqHrJY8aJiYajyXroSYagBomoesljxomAgAmGoAaJmyhIG0aJiYabSChbCYagBombKEgbRomJhptIKEBLIAaJqHrJY8aJiYajyXroSYagBomoesljxomJhqPJeuhJgAAAAADAAD/gAYABYAAIwAvADsAAAEHBiIvAQcGIi8BJjQ/AScmND8BNjIfATc2Mh8BFhQPARcWFDYQLgEgDgEQHgEgNgAQAgQgJAIQEiQgBARJkgoaComJChoKkgoKiYkKCpIKGgqJiQoaCpIKComJCs2S+v7Y+pKS+gEo+gFyzv6f/l7+n87OAWEBogFhAcmSCgqJiQoKkgoaComJChoKkgoKiYkKCpIKGgqJiQoaGQEo+pKS+v7Y+pKSAl/+Xv6fzs4BYQGiAWHOzgAAAAADAAD/gAYABYAAFAAgACwAAAkBBiInASY0PwE2Mh8BATYyHwEWFBYQLgEgDgEQHgEgNgAQAgQgJAIQEiQgBAST/loTNBP+2hMTZhM0E5MBExM0E2YTepL6/tj6kpL6ASj6AXLO/p/+Xv6fzs4BYQGiAWEC0/5aExMBJhM0E2YTE5MBExMTZhM0+gEo+pKS+v7Y+pKSAl/+Xv6fzs4BYQGiAWHOzgAAAAADAAD/gAYABYUACQASACIAAAE0JwEWMzI+AgUBJiMiDgEVFAAQAgYEICQmAhASNiQgBBYFIFf9Domgb8mSVvwZAvOHpZT6kgUges3+4/7I/uPNenrNAR0BOAEdzQKDoYb9D1lXksu8AvJbkvyUogE//sb+4s56es4BHgE6AR3OenrOAAABAED/NQYABUsAIAAAARUUBiMhARYUDwEGIyInASY1NDcBNjMyHwEWFAcBITIWBgBBNP1AASUmJkslNTQn/XUlJQKLJjU0JksmJv7bAsA0QQKAgDVL/tokbCRMJSUCjCU1NCcCiiYmSiZqJv7bSwAAAQAA/zUFwAVLACAAAAEUBwEGIyIvASY0NwEhIiY9ATQ2MyEBJjQ/ATYzMhcBFgXAJf11JzQzJ0smJgEl/UA0QUE0AsD+2yYmSyY0NSYCiyUCQDYl/XUlJUsmaiYBJUs1gDVLASYkbCRLJib9dSMAAAEANf+ABksFQAAhAAABFA8BBiMiJwERFAYrASImNREBBiIvASY1NDcBNjMyFwEWBkslSyY1NiT+2ks1gDVL/tokbCRLJiYCiyM3NiUCiyUCNTMnSyYmASX9QDRBQTQCwP7bJiZLJjQ1JgKLJSX9dScAAAAAAQA1/7UGSwWAACIAAAEUBwEGIyInASY1ND8BNjMyFwERNDY7ATIWFREBNjMyHwEWBksl/XUnNDUl/XUmJkonNDUlASZMNIA0TAEmJTU0J0slAsA1Jf10JSUCjCQ2NSZLJSX+2gLANExMNP1AASYlJUsnAAABAAD/gAcABcAALAAAABQHAQYiJjURIyIOBRUUFxQWFRQGIyInLgInAjU0NxIhMxE0NjIXAQcAE/4AEzQm4GKbmXFiPiMFBREPEAwHDA8DfzWiAsngJjQTAgADmjQT/gATJhoBAAwfNlV1oGU3RAYjCQ8UEQkaIgcBHabHhgGTAQAaJhP+AAAAAgAA/4AGAAWAABcALwAAABQHARcWFAYjISImNRE0NjIfAQE2Mh8BAREUBiIvAQEGIi8BJjQ3AScmNDYzITIWAvMK/rSQEyYa/kAaJiY0E5ABTAoaCnIDFyY0E5D+tAoaCnIKCgFMkBMmGgHAGiYB7RoK/rSQEzQmJhoBwBomE5ABTAoKcgNJ/kAaJhOQ/rQKCnIKGgoBTJATNCYmAAAAAAIADf+NBfMFcwAXAC8AAAERFAYiLwEBBiIvASY0NwEnJjQ2MyEyFgAUBwEXFhQGIyEiJjURNDYyHwEBNjIfAQMAJjQTkP60ChoKcgoKAUyQEyYaAcAaJgLzCv60kBMmGv5AGiYmNBOQAUwKGgpyAkD+QBomE5D+tAoKcgoaCgFMkBM0JiYCkxoK/rSQEzQmJhoBwBomE5ABTAoKcgAAAAABAAAAAAWABYAAIwAAARUUBiMhERQGKwEiJjURISImPQE0NjMhETQ2OwEyFhURITIWBYA4KP5gOCjAKDj+YCg4OCgBoDgowCg4AaAoOAMgwCg4/mAoODgoAaA4KMAoOAGgKDg4KP5gOAAAAAABAAACAAWAA4AADwAAARUUBiMhIiY9ATQ2MyEyFgWAOCj7QCg4OCgEwCg4AyDAKDg4KMAoODgAAAEAev+ABgYFgAA1AAABHgEPAQ4BJyURFAYrASImNREFBiYvASY2Ny0BLgE/AT4BFwURNDY7ATIWFRElNhYfARYGBwUFyi4bGkAaZy7+9kw0gDRM/vYuZxpAGhsuAQr+9i4bGkAaZy4BCkw0gDRMAQouZxpAGhsu/vYB5hpnLm4uGxqZ/s00TEw0ATOZGhsubi5nGpqaGmcubi4bGpkBMzRMTDT+zZkaGy5uLmcamgAAAwAA/4AGAAWAAAsAGwAtAAAAIAQSEAIEICQCEBIBNTQmKwEiBh0BFBY7ATI2AxM0JyYrASIHBhUTFBY7ATI2Ai8BogFhzs7+n/5e/p/OzgKyEg3ADRQUDcANEgISCgoO3A4KChEUDrkOEwWAzv6f/l7+n87OAWEBogFh++++DhMUDb4NFBMBZgJtDAYICAYM/ZMKDw8AAAAEAAAAAAYABUAADQAWAB8ASgAAJTURNSEVERUUFjsBMjYBMycmIyIGFBYkNCYjIg8BMzIFERQGKwERFAYjISImNREjIiY1ETQ2MyEiJjQ2MzIfATc2MzIWFAYjITIWA6D+wCQcwBwk/jjDfhorKDg4Atg4KCsafcIoAbASDmA4KPvAKDhgDhISDgG4XYODXWs9gIA9a12Dg10BuA4StDgB1MDA/iw4GRsbA2WhHzhQODhQOB+hoP7ADhL+YCg4OCgBoBIOAUAOEoO6g02lpU2DuoMSAAIAAAAABwAFgAAVAE4AAAA0JiMiBAYHBhUUFjMyNz4BNzYkMzIBFAcGAAcGIyInLgEjIg4CIyImJy4DNTQ+AjU0JicmNTQ+Ajc+BDc+BDMyHgIFACYarP7c43oTJhoYFRteFIkBB7YaAiYULv7r29bglIoPkhcQLys+HSspGQIIAwM+Sj4cAglXl75tN7SzspUnCicUIicYJz8gEAMmNCZjqYcVGBomExheE3xoAQZfYuD+wm1sLwVKQExAIyoEDgYNByNNNjoTBEQKMzVz0p93JBIPAwknJQonERcJXIR0AAAAAAIAAP8ABYAGAAAPADMAAAUVFAYjISImPQE0NjMhMhYBFA4FFRQXJxcuBDU0PgU1NCcXJx4EBYATDfrADRMTDQVADRP/ADFPYGBPMUMEAVqMiVo3MU9gYE8xQgMBWoyJWjegQA0TEw1ADRMTBBNOhF1TSEhbM2CAAQEpVHSBrGJOhF1TSEhbM16CAQEpVHSBrAAAAAADAAAAAAcABIAAEQAhADEAAAEmJxYVFAAgADU0NwYHFgQgJAA0JiMiBhUUFjI2NTQ2MzIAFAcGACAAJyY0NzYAIAAXBoCY5T3++f6O/vk95ZiFAZEB1AGR/bUcFH2zHCgcelYUA2wUjP4n/fL+J4wUFIwB2QIOAdmMAkDsdWh5uf75AQe5eWh17M3z8wI5KByzfRQcHBRWev7SRCPm/usBFuUjRCPlARb+6uUABQAA/6AHAATgAAkAGQA9AEMAVQAAJTcuATU0NwYHEgA0JiMiBhUUFjI2NTQ2MzIlFAcGAA8BBiMiJyY1NDcuAScmNDc2ACEyFzc2MzIeAxcWExQGBwEWBBQHBgcGBCM3NiQ3Jic3HgEXAitOV2I95ZinAokcFH2zHCgcelYUAYcBav5caTEKEgx6ECyP8VgUFJkBxgENWVs2ChIFGiQeIQMQJZ6CARgIAcAUJ0aW/nXeStQBaXlzpz9frznJjT/Aa3lodez+/gJuKByzfRQcHBRWeu8HAr39DLxZEEYKEgxLQdiJH0wf6wEQEWEQDBMSEwIK/jCL5TIB9i2ERiJAUay+hBLuvLNzcECyXwAAAAADABD/gAbwBgAADwAhADMAACU1NCYrASIGHQEUFjsBMjYDEzQnJisBIgcGFRMUFjsBMjYDARYHDgEjISImJyY3AT4BMhYEABMNwA0TEw3ADRMCEgoNC9wLDQoRFA65DhMNAwAjJRE7IvoAIjsRJSMDABE8Rjyhvg4TEw6+DhMTAYQBywwHCwsHDv43Cg0NA7D6gD8/HSIiHT8/BYAfJCQAAQAAAAAFbAVsADIAAAEWBg8BExYPAQYjIicmJwkBFxYPAQYrASYvAiYnJj8BNjMyHwEJASYnJj8BNhcFNz4BBWAsQEyhoAURgAcMBAMPBv7p/v01BQ1gCQ4CDwm9/AsCAQpgCQ4GAsIBA/4EDgMCC4AOEAKZoEzABWA0wEyh/UgTDmAGAQMNAfz+/cIRDmAJAgv8vQcQDQxhCQE1AQMBFwgQEAuADQWfoExAAA8AAP8ABoAGAAADAAcACwAPABMAFwAbAB8AIwAzADcAOwA/AE8AcwAAFyERIQEhESElIREhASERISUhESEBIREhASERIQEhESElIREhARE0JisBIgYVERQWOwEyNgEhESElIREhASERITcRNCYrASIGFREUFjsBMjYlERQGIyEiJjURNDY7ATU0NjsBMhYdASE1NDY7ATIWHQEzMhaAASD+4AFgAUD+wP6gASD+4AFgAUD+wP6gASD+4ALgAUD+wP6AAUD+wAMAASD+4P6AAUD+wP6gEw1ADRMTDUANEwLgASD+4P6AAUD+wAGAASD+4CATDUANExMNQA0TAYBMNPqANExMNIBeQkBCXgGAXkJAQl6ANEyAASD+4AEgQAFA/sABQEABIPwAASABwAEg/AABIEABQAIgASANExMN/uANExP8rQFAQAEg/uABIMABIA0TEw3+4A0TE037ADRMTDQFADRMYEJeXkJgYEJeXkJgTAAAAAMAAP+gBwAF4AASADcAcQAAAQYHLgQrASImPQE0NjsBMgAUBwEGIyImPQEiDgEuBic2Nx4EMyE1NDYzMhcBEhQHAQYjIiY9ASEiDgIHBgcOBisBIiY9ATQ2OwEyPgI3Njc+BjMhNTQ2MzIXAQKaPE0WHjMzSyzgDhISDuD6BQYJ/sAJDg0TIGo4WjRMMkI0Ohs7TRYeMzNLLAEAEg4MDAE/CQn+wAkODRP/ADBOPCoYIC4dKUM9V114ROAOEhIO4DBOPCoYIC4dKUM9V114RAEAEg4MDAE/BB9ctS03SCkdEg7ADhL8DhwJ/sAJEw3AAQEDBw4XIi49J120LTdIKR3ADhIK/sEDdxwJ/sAJEw3AHjw/Lj5tQlp4UFYzIRIOwA4SHjw/Lj5tQlp4UFYzIcAOEgr+wQAAAAEAAP8ABwAFAAAmAAAAEAIEIyInBgUGBwYmJzUmNiY+Ajc+BTcmAjU0PgEkMzIEBwDw/mT0RkvG/voxQREbBAMFAQoCDAIHMBUpGB4LnbWO8AFMtvQBnAMu/qT+2asIr0MOCAIWEgEEEAQPAw4CCDUXOC5IKFkBBpaC7axlqwAAAwAA/4AGAAWAACMAMwBDAAABFRQCBCAkAj0BNDYzITIWHQEUHgMyPgM9ATQ2MyEyFgERFAYjISImNRE0NjMhMhYFERQGIyEiJjURNDYzITIWBgDF/qH+SP6hxSYaAYAaJi88Ui4qLlI8LyYaAYAaJvwAJhr+gBomJhoBgBomBAAmGv6AGiYmGgGAGiYCwIDJ/r61tQFCyYAaJiYagDRMJhYEBBYmTDSAGiYmAmb+gBomJhoBgBomJhr+gBomJhoBgBomJgAAAAABAFoAFQamBCAAFAAAJQcGIicJAQYiLwEmNDcBNjIXARYUBpOmEzQT/e397RM0E6YTEwLmEzQTAuYTzaUTEwIT/e0TE6UTNRMC5RMT/RsTNQAAAAABAFr/4AamA+sAFAAACQEGIicBJjQ/ATYyFwkBNjIfARYUBpP9GhM0E/0aExOmEzQTAhMCExM0E6YTAtj9GxMTAuUTNROlExP97QITExOlEzUAAAACAAAAAAeABIAAJQBLAAAlFAYjISIuAzwBPQERIyImNTQ3ATYyFwEWFRQGKwERITIfARYBFAcBBiInASY1NDY7AREhIi8BJjU0NjMhMh4DHAEdAREzMhYFABMN/EAICwcEAsAaJg8BQBM8EwFADyYawAJAEAmgBwKAD/7AFDoU/sAPJhrA/cAQCaAHEw0DwAgLBwQCwBomIA0TBAoGEQYUAaABoCYaGBEBgBYW/oARGBom/oALwAoBlRgR/oAXFwGAERgaJgGADMAJCw0TBAoGEQYUAaD+YCYAAAAAAwAA/4AGgAUAAAcADwA6AAAkFAYiJjQ2MgQUBiImNDYyExEUBgcFFhUUByEyFhQGIyEiJjU0PgI3AyMiJjQ2MyEyHgQXITIWAoBMaExMaAPMTGhMTGjMIRj77A0YA5gaJiYa/AAaJhAQGwKxzBomJhoBABAZDgwEBwEEsRomNGhMTGhMTGhMTGhMA8D+ABglA3o8ChAwJjQmJhoLKR8xBQM3JjQmDRIfFSYHJgAAAAABAAAAAAaABYAAFAAAAREUBiMhIiY1ETQ2MyEyFh0BITIWBoCEXPtAXISEXAFAXIQCoFyEA6D9QFyEhFwDwFyEhFwghAAAAAACAAAAAAdXBYAAEwAqAAABFAcBDgEjISImNTQ3AT4BMyEyFgEVISIGBwEHNCY1ETQ2MyEyFh0BITIWB1cf/rArm0L7wCI1HwFQK5tCBEAiNf6p/MBezj3+rwUBhFwBQFyEAiBchAJIHyP+dDNHGh4fIwGMM0caATqgX0j+dAYEEQQDwFyEhFwghAAAAAEAQP8AAsAGAAAfAAAAFAYrAREzMhYUBwEGIicBJjQ2OwERIyImNDcBNjIXAQLAJhqAgBomE/8AEzQT/wATJhqAgBomEwEAEzQTAQAE2jQm/AAmNBP/ABMTAQATNCYEACY0EwEAExP/AAAAAAEAAAFABwADwAAfAAAAFAcBBiImPQEhFRQGIicBJjQ3ATYyFh0BITU0NjIXAQcAE/8AEzQm/AAmNBP/ABMTAQATNCYEACY0EwEAApo0E/8AEyYagIAaJhMBABM0EwEAEyYagIAaJhP/AAAAAAUAAP+ACAAFgAADAAcADQARABUAAAERIREBESERARUhETMRAREhEQERIRECgP8AAoD/AAUA+ACABQD/AAKA/wACgP4AAgACAPwABAD7gIAGAPqAA4D9AAMAAYD7gASAAAIAAP+ABgAFgAAwAEAAAAEGBzY3BgcmIyIGFRQXLgEnBhUUFyYnFRQWFwYjIiceARcGIyInFjMyPgM1NCc2AREUBiMhIiY1ETQ2MyEyFgUAOEFEGUFFPVxXewWB4k8dWy81ZEkdFg0aFWtEdJEaGJSucMSMZTEBPwEqqXf8QHepqXcDwHepA54ZCShNJg1Ce1cdEwd0YTI4cj0BGQJLdQ4IBD9SAVoDXkd3m6lUEgktAQL8QHepqXcDwHepqQAAAAEAAP+ABgAFgAAkAAABMhYVERQGKwERMzcjNTQ2Mzc1JiMiBh0BIxUzESEiJjURNDYzBOB3qal3vMce5S9Eej9ziKPIyP3sd6mpdwWAqXf8QHepAlPolDg4Ac8JoJKr6P2tqXcDwHepAAAAAAcAAP+ABwAFgAAPABcAGwAjACcALgA+AAAANCYjIgYVFBYyNjU0NjMyNhQGIiY0NjIBITUhABAmIAYQFiABITUhAyE9ASEHISURFAYjISImNRE0NjMhMhYDoBIOQl4SHBI4KA7yltSWltT8lgYA+gAEgOH+wuHhAT784QGA/oCABgD8xED9fAaASzX6ADVLSzUGADVLArIcEl5CDhISDig4CNSWltSW/MKAAR8BPuHh/sLhBAKA/sB2ioCA+wA1S0s1BQA1S0sAAgAA/0gGkwWAABUARwAAADQmIgYVFBcmIyIGFBYyNjU0JxYzMgEUBiMiLgInBxcWFRQGIyInAQYjIiY1NBIkMzIWFRQHATcuAzU0NjMyFx4EA0BwoHATKSpQcHCgcBMpKlADw2IRCSciKwNg3BxOKigc/WGwvaPNvgEyoKPNgwFjYAMuIiBiEQ0KBlBUWTkDsKBwcFAqKRNwoHBwUCopE/4AEWIgIi4DYNwcKCpOHAKfg82joAEyvs2jvbD+nWADKyInCRFiCgZNUlpCAAAAAAYAAP8PB4AF8AAHABEAGwB/AL0A+wAAADQmIgYUFjIBNCYiBhUUFjI2ETQmIgYVFBYyNgEVFAYPAQYHFhcWFRQHDgEjIi8BBgcGBwYrASImLwEmJwcGIyInJjU0Nz4BNyYvAS4BPQE0Nj8BNjcmJyY1NDc+ATMyHwE2NzY3NjsBMhYfARYXNzYzMhcWFRQHDgEHFh8BHgEBFRQHBgcWFRQHBiMiJicGIicOASMiJyY1NDcmJyY9ATQ3NjcmNTQ3PgIzMhYXNjIXNj8BMhcWFRQHFhcWERUUBwYHFhUUBwYjIiYnBiInDgEjIicmNTQ3JicmPQE0NzY3JjU0Nz4CMzIWFzYyFzY/ATIXFhUUBxYXFgOAltSWltQDlkxoTEtqS0xoTEtqS/6ADgmbCxUiOAcHF3cTCwpzJSgLDAcXugsSARciKXYHDQsKkAcKPhAXDJgKDg4JmwsVIjgHBxZ4EwsKcyIrCwwHF7oLEgEXIil2CAwLCpAHDDwPFwuYCg4CgJUMEjMEegIITA4UFBQOTAgCegQzEgyVlQ0RMwQEPjgCCEwOFBQUMykGBHgEMxENlZUMEjMEegIITA4UFBQOTAgCegQzEgyVlQ0RMwQEPjgCCEwOFBQUMykGBHgEMxENlQIW1JaW1Jb/ADRMTDQ1S0sENTRMTDQ1S0v+kLkKEwEYIykwQwsJDAcedwdaEwxsLxgPCpkKFVkHCIUbCQoOThYsJhgBEQu5ChMBGCMpMEMLCQwIHnYHWhIObC4YDwqZChVZBwiFGwgLEEwWMCIXAhH94IwQDxsZcRkEA0deFQICFV5HAwQZcRkbDxCMEA8dF3EZBAMCJCBdFQICRykCRgMEGXEXHQ8D8IwQDxsZcRkEA0deFQICFV5HAwQZcRkbDxCMEA8dF3EZBAMCJCBdFQICRykCRgMEGXEXHQ8AAAAAAgAA/4AHAAUAACUATwAAABAGBCMiJwYHBgcjIiYnJjQ+BTc+BDcuATU0NiQgBAEUBgceBBceBhQHDgEnJicmJwYjICcWMzIkNz4BNTQnHgEFgLz+u79WWnyaJDIDCxMCAQEDAgUDBgEFJBAdFQp8jrwBRQF+AUUCPI58ChUdECQFAQYDBQIDAQEDFAwyJJp8Wlb+8ck6HqEBKHR9hheBlgOL/ursiRBYKAkHEA0DBwYGBAcDBwEGJhUlKBhI0neL7ImJ/Yl40UgYKCUVJgYBBwMHBAYGBwMOEAEHCShYEIQEWlRc8IZNS0fWAAADAAD/gAYABgAABwA8AG0AACQ0JiIGFBYyATQmIyE0NjU0JiMOAgcGBw4GKwERMzIeBBcWOwEyNTQnPgE0JzY1NCYnPgE3FAcWFRQHFhUUBxYGKwIiJicmIyEiJjURNDYzITY3Njc+Ajc2MzIeARUUBzMyFgEAJjQmJjQEpk4y/qBgQGAaGCUpFjcEJhksJCknECAgDSUdLxcwBdODecAFHiMSNRQPICuAMQkmAzwBrI0kXWC7e3QW/uA1S0s1ARIkZToxGBcmKyczVIZGMLBomKY0JiY0JgKAM006yztiXhp2hSsXRAUyIDUjJBL9gAYHDwgRAkmnGh4QSUogMkUZPREBXCRZSiEkTUMVFmVNi6EtKyhLNQKANUsYg0s1GXmEKiVBinVdY5gAAAADAAD/AAYABYAABwA+AHEAAAA0JiIGFBYyATQmJz4BNTQnNjU0Jic2NTQmKwEiBw4FKwERMzIeBRcWFx4CFzI2NTQmNSEyNjcUBisBFhUUBw4BIyInLgMnJicmJyEiJjURNDYzITI3PgE7ATIWBxUWFRQHFhUUBxYBACY0JiY0BKYrIA8UNRIjHgViV4CD0wUwFy8dJQ0gIBAnKSQsGSYENxYpJRgaYEBgAWAyToCYaLAwIyOGVDMnIigLGBMwO2Uk/u41S0s1ASAWdIC+aXCMrQE8AyYJMQQmNCYmNCb+ACNcARE9GUUyHyYlSRAeGlVSSQIRCA8HBv2AEiQjNSAyBUQXK4V2Gl5iO8s6TTJnmGNddkRFQSUhYlNWFTJNgxhLNQKANUsoLCyeiQVNZRYVQ00kIUkAAAABAAD/rQNABeAAEgAAAREFBiMiJjU0NxMBJjU0NyUTNgNA/j8WEhUVAlb+lBk4AfbhEwXg+sXsDB0VBg4B9AFiGxUlCUkBxykAAAAAAgAA/4AHAAWAABwAOQAAATQuAyIOAgcGIicuAyIOAxUUFwkBNjcUBwEGIicBLgQ1NDYzMh4CFz4DMzIWBoArQ2BcaHhlSBgSPhIYSGV4aFxgQyu7AkUCRLyA5f2REjQS/ZAKI0w8L/7gPoFvUCQkUG+BPuD+A6xRfEkuEDNNQxwWFhxDTTMQLkl8Uai7/dACL7yo3eX9qBISAloIJF9kjkPc+CtJQCQkQEkr+AAAAAACAAAAAAYgBQAAKABAAAAlFBYOAiMhIiY1ETQ2MyEyFhUUFg4CIyEiBhURFBYzIToCHgMAFAcBBiImNREhIiY1ETQ2MyERNDYyFwECgAIBBQ8N/sB3qal3AUANEwIBBQ8N/sBCXl5CASABFAYRBgoEA6AT/eATNCb+QBomJhoBwCY0EwIgYAQgFRoNqXcCwHepEw0EIBUaDV5C/UBCXgIEBwsCMjQT/eATJhoBICYaAYAaJgEgGiYT/eAAAAQAAP+ABgAFgAADAA8AJQA1AAA3MxEjNy4BIgYVFBY7ATI2ATMRNCYjIgczNSMWAzMRNDc+ATMyFQERFAYjISImNRE0NjMhMhbt5+f2AUZ0SUc5ATtIAknnkniISQLnAwPnBw88LHQB1Kl3/EB3qal3A8B3qXoCttY0REQ0M0VF/KcBjpqedWVC/YwBhCYSIzGdAnP8QHepqXcDwHepqQACAAD/AASABYAACwAuAAABETQmIgYVERQWMjYBFAYjIQMOASsBIicDISImNTQ2MxEiJjQ2MyEyFhQGIxEyFgHgEhwSEhwSAqAmGv5TMwIRDAEbBUz+bBomnWM0TEw0AoA0TEw0Y50CoAHADhISDv5ADhIS/q4aJv4dDBEbAeUmGnvFAgBMaExMaEz+AMUAAAACAAAAAAcABgAAJwA/AAABERQGIyEiJjURNDYzITIWHQEUBiMhIgYVERQWMyEyNjURNDY7ATIWAREUBiIvAQEGIi8BJjQ3AScmNDYzITIWBYCpd/zAd6mpdwLADhISDv1AQl5eQgNAQl4SDkAOEgGAJjQTsP10ChoKcgoKAoywEyYaAgAaJgJg/sB3qal3A0B3qRIOQA4SXkL8wEJeXkIBQA4SEgNS/gAaJhOw/XQKCnIKGgoCjLATNCYmAAIAAAAABgAFAAAXAEAAAAAUBwEGIiY1ESEiJjURNDYzIRE0NjIXCQERFAYjISImNTQmPgIzITI2NRE0JiMhKgIuAzU0Jj4CMyEyFgSgE/3gEzQm/kAaJiYaAcAmNBMCIAFzqXf+wA0TAgEFDw0BQEJeXkL+4AEUBhEGCgQCAQUPDQFAd6kCmjQT/eATJhoBICYaAYAaJgEgGiYT/eABM/1Ad6kTDQQgFRoNXkICwEJeAgQHCwgEIBUaDakAAwAA/4AGgAWAAAYADQBJAAABJjUhFRQWJTUhFAc+ATcVFA4CBwYHDgEVFBYzMhYdARQGIyEiJj0BNDYzMjY1NCYnJicuAz0BNDYzITU0NjMhMhYdASEyFgHKSv8AvQTD/wBKjb2AU43NcSo1Jh09Q0t1Eg78wA4SdUtDPR0mNSpxzY1TOCgBIF5CAkBCXgEgKDgCjaLRYE6o9mDRoh2ozoBHkHRPBTYpIk0zNkpbRUAOEhIOQEVbSjYzTSIpNgVPdJBHgCg4YEJeXkJgOAAAAAkAAP+ABgAFgAAHAA8AFwAfACcALAAyAIEAkQAAATYnJgcGFxYnJgcGFxY3Nic2JyYHBhcWFzYmJyYGFxYXNicmBwYXHgE0IyIUNyYGFxY2ATQAIAAVFBIXFjY1NCcOAi4BJyYnLgM2MzIeARceATI2NzY3LgM1NDcmNzYWHwE2Mhc+AhcWBxYVFA4DBxYVFAYVFBY3NhIBERQGIyEiJjURNDYzITIWAgcEBwkFBAcJFwUHBgYHBQYvAgcHAQMHCBYCAQMGCAUGWwILCQQCCwkuDAo9AhYCAhQCgv7U/lj+1MSaEhEBBhM0LCsIFyICBQsDCw4GEioMECssIA4HGjFKSCc1GB0TRxkaOow6CyNMEx0YNRwrQD0mIwEREprEAQCpd/xAd6mpdwPAd6kBUAYHBwUGBwcuBwMECAgDBDEEBAIEBQMCEwEHAgcIBwZHBwQDBwcEAwQQEA8HBAcIBAFF1AEs/tTUp/71NAMQDDQrAQMBCR8aOw8BBQsIBwQbFhwcBwYvFgYZNWNGTzo+SgYbEBAREQcWHgZKPjpPOVc1JBAEH0AoYgIMEAM0AQsCh/xAd6mpdwPAd6mpAAQAAP+ABoAFwAAHAA8AJwA/AAAkNCYiBhQWMiQ0JiIGFBYyExEUBiMhIiY1ETQ2MyEeATMhMjY3ITIWAQYjIREUBiMhIiY1ESEiJyY3ATYyFwEWBQAmNCYmNAEmJjQmJjSmOCj6QCg4OCgBqxVjPQEAPWMVAasoOP67ESr/ACYa/wAaJv8AKhERHwHAEjYSAcAfJjQmJjQmJjQmJjQmASD+wCg4OCgBQCg4OEhIODgCYCj+QBomJhoBwCgnHgHAExP+QB4AAAAAAgAA/4AF/wWAADEAYwAAATQmJy4CNTQ2NTQnJiMiBiMiJiMiDgEHBgcOAhUUFhUUBhQWMzI2MzIWMzI3PgESNxQCBgcGIyImIyIGIyImNTQ2NTQmNTQ+Ajc2NzYzMhYzMjYzMhYVFAYVFB4CFx4BBX8OCwwKCAoKBAkTThQ86DsrZ0M4iUFgfzEZFhgWGGEZOeE5tWeB1XeAjPybfMo54jgYYRlJZRYZJEmAVk6awno85zoTTBRRSgoEAwwCEBICxiyLGx4cLRoXWxYlEgEJMBcYFjYxSenvgSigKRdXLB0WHyQt1wEUi6X+u/s3LB0db0kYWBcooSlv1c62QTs9TjAKZVQXWhcNGAkgBCidAAABAAAAAAWABYAATwAAARQGBwYHBiMiLgMnJicmACcmJy4ENTQ3Njc+ATMyFxYXHgIXHgIVFA4CFRQeAhceARceAzMyPgIzMh4BFx4CFxYXFgWAFAsVZV5cGzQ/H1AJYk1//u5PMCMDHgsSBzM4MhlXGw4HEiMLJiAPAx0OOUM5CgcVAUzEiQIiDhsJEjgyPBQOHSoEGTlGE0YGAwEoG1cZMjgzBxILHgMjME8BEn9NYglQHz80G1xeZRULFAMGRhNGORkEKh0OFDwyOBIJGw4iAonETAEVBwo5QzkOHQMPICYLIxIHAAAAAgAAAAAFgAWAAA8AHwAAASEiBhURFBYzITI2NRE0JhcRFAYjISImNRE0NjMhMhYEYPzAQl5eQgNAQl5e3ql3/MB3qal3A0B3qQUAXkL8wEJeXkIDQEJeoPzAd6mpdwNAd6mpAAIAAP+XBQAFgAAGACMAAAEhEQE3FwETMhceARURFAYHBiMiJwkBBiMiJy4BNRE0Njc2MwSA/AABp1lZAacMFxUhJychExkwI/5H/kckLxcVIScnIRUXBQD7JgGWVVX+agVaCQ04Ivr3IjgNCCABqP5YIQkNOCIFCSI4DQkAAAAAAgAA/4AGAAWAAEcAVwAAATQuBCcuAiMiDgIjIi4CJy4BJy4DNTQ+AjU0LgEnLgUjIgcOARUUHgQXFgAXHgUzMjY3NgERFAYjISImNRE0NjMhMhYFAAQgMS4tBgUcFgoPKyQpDQcTDBYDY444Ag0GBykxKQoUAwMYGhsXCgswNS5EBQUNBxICPAE5pAYwEikZJBA5kxUWAQCpd/xAd6mpdwPAd6kBVwsKFxsaGAMDFAopMSkHBg0CN49jAxYMEwcNKSQrDwoWHAUGLS4xIAQWFZM5ECQZKRIwBqT+xzwCEgcNBQVELjUDOfxAd6mpdwPAd6mpAAEALAAABlQFAAAxAAABBgcWFRQCDgEEIyAnFjMyNy4BJxYzMjcuAT0BFhcuATU0NxYEFyY1NDYzMhc2NwYHNgZUQ18BTJvW/tKs/vHhIyvhsGmmHyEcKypwk0ROQk4seQFbxgi9hoxgbWAlaV0EaGJFDhyC/v3ut22RBIoCfWEFCxexdQQmAyyOU1hLlbMKJiSGvWYVOXM/CgAAAAEAX/+AA78GAAAUAAABESMiBh0BIQMjESERIxEhNTQ2MzIDv51WPAElJ/7+zv8A/9CtkwX0/vhISL3+2P0JAvcBKNq6zQAAAAgAAP+nBgAFgABUAFwAZABrAHMAegCCAIgAAAAgBBIVFAAHBiY1NDY1NCc+BDU0JzYnJgYPASYiBy4CBwYXBhUUHgMXBgcOASImJy4BLwEiBh4BHwEeAR8BHgM/ARQWFRQGJyYANTQSEzYnJgcGFxYXNicmBwYXFhc2JyYHBhYXNicmBwYXFhc2JyYGFxY3NAciFRQ3MjcmBwYWNgIvAaIBYc7+2+gbGgE0OVthQSlPJS0caicmXcZdEDVyHC0lTylAYVs5JwoVMEJBFxM7FBQVEAYMBwcWKwoKDT5IQxYXARob6P7bzlUDCgoDAwoJIwcJCgYHCQokCQkICQkSMggMDAgJDQxBAxAPCBEPQxEQERA6AhAQBCAFgM7+n9H7/m9NBRgSA5M9YS0GGDZPg1V3V1txCSgYGBoaCyAtCXFbV3dVglA2GAYkQwoKKykgKAQDCQ4OBQUKOBcXJi8NAQQEJmUEEhgFTQGR+9EBYfx/BwUDBQcFBhoFCwkGBQsKJgcMDQcFGiQICwwJCAsMEAsFBBYEBgcNAgsNAhULAgMYCAAAAAEAAAAABoAFgAAlAAABERQGKwEiJjURNCYiBh0BMzIWFREUBiMhIiY1ETQ2MyE1NAAgAAaAJhpAGiaW1JZgKDg4KPxAKDg4KAKgAQcBcgEHA8D/ABomJhoBAGqWlmrAOCj9wCg4OCgCQCg4wLkBB/75AAAABQAA/4AHgAWAAA8AGQAjACcAKwAAATIWFREUBiMhIiY1ETQ2MxUiBh0BITU0JiMRMjY1ESERFBYzNzUhFTM1IRUG4EJeXkL5wEJeXkINEwaAEw0NE/mAEw1gAQCAAYAFgF5C+0BCXl5CBMBCXoATDeDgDRP7ABMNAmD9oA0TgICAgIAAAwAAAAAFgAWAAAcAIQA9AAAAFAYiJjQ2MgEWBwYrASImJyYAJy4BPQE0NzY7ARYEFxYSBRYHBisBIiYnJgIAJCcuAT0BNDc2OwEMARcWEgGAcKBwcKACcAITEh2HGSQCFv675RkhFREaBaABJHFyhwINAhQSHI8aJQEMsv7j/n3XGSMUEhoDAQYB37q71gEQoHBwoHD+xRwUFSEZ5QFFFgIkGYcdEhENh3Jx/tyiGxQUIxnXAYMBHbINASUZjxwSEg3Wu7r+IQAFAAAAAAYABQAABwAPAB8AKQA/AAAAFAYiJjQ2MgQUBiImNDYyFxE0JiMhIgYVERQWMyEyNgEhAy4BIyEiBgcBERQGIyEiJjURNDcTPgEzITIWFxMWBBAvQi8vQgEvL0IvL0KfEw37QA0TEw0EwA0T+zIEnJ0EGA788g4YBASxXkL7QEJeEMURXDcDDjdcEcUQAWFCLy9CLy9CLy9CL/ABQA0TEw3+wA0TEwHtAeINEREN/X7+wEJeXkIBQBkyAl41QkI1/aIyAAIAAP+DBwAFgAAuADQAAAEyFhQGIxEUBiMAJQ4BFhcOAR4CFw4BJicuBDY3IyImPQE0NjMhIAEyFhUDEQAFEQQGgDVLSzVMNP5f/nU6QgQmFAYSMS8mHaWsLgctExsDChF6Ql5eQgHgAbMBzTRMgP52/ooBeQOAS2pL/oA0TAFbIRNeaychQTM7KR46MhsqF4E8dlRxNl5CwEJeAYBMNPwkA7r+0in+8ioAAAADAED/AAbABgAACwAZAEEAAAQ0IyImNTQiFRQWMwEhABE0LgIiDgIVEAEUBiMhFAYiJjUhIiY1PgQ1NBI3JjU0NjIWFRQHFhIVFB4DA5AQO1UgZ0n9dgUU/vYwWpm6mVowBMBMNP5AltSW/kA0TDJSWD0n6r4IOFA4CL7qJz1YUrAgVTsQEElnATABLAIUM2xiPz9ibDP97P7UNExqlpZqTDQqXJOq8ouYAQUcExQoODgoFBMc/vuYi/Kqk1wAAAABAAL/gAX+BX0ASQAAARcWBwYPARcWBwYvAQcGBwYjIi8BBwYnJi8BBwYnJj8BJyYnJj8BJyY3Nj8BJyY3Nh8BNzY3Nh8BNzYXFh8BNzYXFg8BFxYXFgcFYIoeCgwovDUMHx0pujAKKQwHHxSHhxwqKQowuikdHww1vCgMCh6Kih4KDCi8NQwfHSm6MAopKR2Hhx0pKQowuikdHww1vCgMCh4CgIccKikKMLopHR8MNbwoDAIWiooeCgspvDUMHx0pujAKKSoch4ccKikKMLopHR8MNbwpCgwfi4seCwopvDUMHx0pujAKKSocAAMAAP+ABwAFgAAHADUAaAAAJDQmIgYUFjIBNCYjITQ+AjU0JiMiBwYHBgcGBwYrAREzMh4BMzI1NCc+ATQnNjU0JichMjY3FAYrAQYHFhUUBxYGIyInJiMhIiY1ETQ2MyEyPgU3Njc+BDMyFhUUByEyFgEAJjQmJjQFpk4y/cAeJB5ZRxhCGA0oSEceRUcgIEi+xVG9BR4jEjUUDwFLNEyAl2mpBCEDPAGsjYW9pDv+4DVLSzUBIAoXGBUbDhgCQSMNKCIvPyZ9oxYBdmiYpjQmJjQmAoAzTRQ5NVMrQz2LLBVAUVEZOf2AQECnGh4QSUogMkUZPRFMNWmYPjkVFmVNi6FFO0s1AoA1SwkTERwPHANKNxVSPkAjhnpEPJgAAAMAAP+ABwAFgAA1AD0AcQAAJTMRIyIuAicmJyYnJicuBCMiBhUUHgIVISIGFRQWMyEOARUUFwYUFhcGFRQWMzI+ASQ0JiIGFBYyExEUBiMhIgcGIyImPwEmNTQ3JicjIiY1NDYzISY1NDYzMh4DFxYXHgYzITIWBWAgICNBPCgdCARIKA4YARMSFhUIR1keJB79wDJOTDQBSw8UNRIjHgRhV1TGvgFoJjQmJjSmSzX+4Dukvn+OsAEBPQMhBKlpl5hoAXYWo30mPy8iKA0jQQIYDhsVGBcKASA1S4ACgBgyKiEJBVFAFi4DJyEmFz1DK1M1ORRNMzRMET0ZRTIgSkkQGCBVUkBAJjQmJjQmAoD9gDVLO0WbjAVMZhYVOT6YaWeYPER6hiNAPlIVN0oDHA8cERMJSwAAAAMAAP8ABgAGAAAHADUAaAAABDQmIgYUFjITNCMiBy4BIgcmIyIGBxE0JiMiBhURIi4CIyIGFRQXFhcWFxYXFh0BITU0PgE3FAcGFREUBiMhIiY1ETQuBScmJy4ENTQ2MzIXETQ2MzIWHQEWFzYzMhc2FgUAJjQmJjSmpxoeEElKIDJFGT0RTDQzTRQ5NVMrQz2LLBVAUVEZOQKAQECARTtLNf2ANUsJExEcDxwDSjcVUj5AI4Z6RDyYZ2mYPjkVFmVNi6FaNCYmNCYDPL0FHiMSNRQPAUs0TE4y/cAeJB5ZRxhCGA0oSEceRUcgIEi+xVaFvaQ7/uA1S0s1ASAKFxgVGw4YAkEjDSgiLz8mfaMWAXZomJdpqQQhAzwBrAAAAAMAAP8ABgAGAAA0ADwAcAAAATQuAT0BIRUUDgIHBgcGBwYHDgQVFBYzMj4CMxEUFjMyNjURFjMyNxYyNjcWMzI2AjQmIgYUFjIBFAYvAQYjIicGBxUUBiMiJjURBiMiJjU0PgM3Njc+BjURNDYzITIWFREUFxYFgEBA/YAYMiohCQVRQBYuAychJhc9QytTNTkUTTM0TC45RTIgSkkQGCBVUoAmNCYmNAEmm4wFTGYWFTZBmGlnmDZKeYcjQD5SFTdKAxwPHBETCUs1AoA1SztFAkBUxr5IICAjQTwoHQgESCgOGAETEhYVCEdZHiQe/cAyTkw0AUsjNRIjHgRhAz00JiY0Jv1EjrABAT0DHgepaZeYaAF2FqN9Jj8vIigNI0ECGA4bFRgXCgEgNUtLNf7gO6S+AAAAAAIAAP+ABgAFgAAfACsAAAE1NCYjITc2NC8BJiIHAQcGFB8BARYyPwE2NC8BITI2ABACBCAkAhASJCAEBQAmGv4KvRMTWxI2Ev6WWxISWwFqEjYSWxISvQH2GiYBAM7+n/5e/p/OzgFhAaIBYQJAgBomvRM0E1sSEv6WWxI2Elv+lhISWxI2Er0mASv+Xv6fzs4BYQGiAWHOzgAAAAIAAP+ABgAFgAAfACsAAAA0LwEBJiIPAQYUHwEhIgYdARQWMyEHBhQfARYyNwE3JBACBCAkAhASJCAEBQUSW/6WEjYSWxISvf4KGiYmGgH2vRMTWxI2EgFqWwENzv6f/l7+n87OAWEBogFhAmU2ElsBahISWxI2Er0mGoAaJr0TNBNbEhIBalv+/l7+n87OAWEBogFhzs4AAgAA/4AGAAWAAB8AKwAAADQnAScmIg8BAQYUHwEWMj8BERQWOwEyNjURFxYyPwEkEAIEICQCEBIkIAQFBBL+llsSNhJb/pYSElsSNhK9JhqAGia9EzQTWwEOzv6f/l7+n87OAWEBogFhAmY2EgFqWxISW/6WEjYSWxISvf4KGiYmGgH2vRMTW/3+Xv6fzs4BYQGiAWHOzgACAAD/gAYABYAAHwArAAAANC8BJiIPARE0JisBIgYVEScmIg8BBhQXARcWMj8BAQAQAgQgJAIQEiQgBAUEElsSNhK9JhqAGia9EzQTWxISAWpbEjYSWwFqAQ7O/p/+Xv6fzs4BYQGiAWECZDYSWxISvQH2GiYmGv4KvRMTWxI2Ev6WWxISWwFqAP/+Xv6fzs4BYQGiAWHOzgAAAAADAAD/gAYABYAACwHYAhgAAAAgBBIQAgQgJAIQEgEOAQcyPgE3Njc2NzYXJjY3PgE/AQYmJxQHNCYGJy4CJy4BJy4DIg4BIyYOAgcOAQc2JyYHNiYnMy4CJy4BBwYeARUWBhUUFgcOAQcGFhcWDgIPAQYmJyYnJgcmJyYHNicmBz4BNTY3PgIjFjc+ATc2HgEzFjYnFicmJyYHBhcmDgEnLgEnIgc2Jic2Jy4BBw4BHgIXFgcOAgcGFgcuAScWLwEiBiYnJjc2Fy4BJwYHFjc+ATc2FzcWFyYHBgcWBy4CJyIHBgcWFx4CNxYHNhcWFxYHLgEHBhY3IgYUBxcGFjcGFxYXHgIXHgEXBhYHIgYjHgEXHgI3NicmJy4BJzIeAgcGHgIXHgEjMhYXHgEXHgMXHgEXFjI2NzYWFxY3Bh4CFx4BFzY3BhY3NjUGJzQuAjYzMjYmJy4BJwYmJxQGFSInPgE3PgMmBwYHDgIHBiYnLgE1ND4BJz4BNz4BFjY3JicmIxY2FxY3NCY3FjceARceAjY3FhcWFxY+ASYvATQ1Jy4BNjc+Ajc2JzI3Ii4BIzYnPgE3Fjc2Jz4BNxY2NDc+AT8BNiMWNzYnNiYnNhY3NicmAzY3LgEnJic2LgInLgMGIwcOAxcmJy4CBgcOAQcmNicmDgQHDgEHLgE1HgEXFgcGBwYXFAYXFAIvAaIBYc7O/p/+Xv6fzs4DRAIPBgIFBQEGEA4mIhECFwMDGAMCDAsBBgkOAgoKBgECDwIBAwMFBggHAQMGAwYCAwsDDxAKBgkDBwUBDxQDCDQHBQEHAQ0cBAMaAwUHBwIBBgUEAwsTBAcJFwYFJBkhBgYHDAMCAwkBDAcDIw8FDQQJChMFDgMJDAkEBAwPCAoBERAIAQkFCAgDHAoTGwcbBgUBCwoNAg4GAg0KAQMGBQUIAwcgCgQYEQUEBAEDBA4DLjAGBgUQAiIIBQ4GBxcUAgcCBA8OCBAGklkHBQQCAwoJBgErEwIDDQEQAQMHBwcFAQIDEQ0NIQYCAxIMBAQMCAIXAQEDAQMZAwECBAYCGg8CAwUCAggJBgEDCg4UAgYQCAkWBgUGAgINDBQDBRsICgwRBQ8cByQTAgULBwIFGgUGAQMUCA4fEgUDAgIECQIGAQEUAgUWBQMNAgEDAgEJBgILDBMHAQQGBgciBw0TBQEGAwwEAgUEBAEBAwMBBysGDwcFAgUYAxkFAwgDBwUKAgsIBwgBAQEBAQ8HCgoBDhEEFQYHBAEIBwEJBwUFBQkMCAcFHwMHAgMEFgIRAwMSDQoQAwwJAxECDxYRvc6RAxMDEgYBBwkQAwIKBAsGBwMDBQYCARUPBQwJCwYFAgEHDgUDDwkOBA0CAwYCAhMCBAMHExsCBBAQAQWAzv6f/l7+n87OAWEBogFh/sUBEQEKDAEHCAYGCBMCFgECBQUWARANAgYHAgQBAwkYAwUMBAIHBgUKCgIBAQUBAgIBBQYEAQQQBgQJCAIFCQQGCRMDBg4FBxENCBAECBUGAgQFAwICBRYPGQUICQ0NCQUBDg8DBhcCDQoBDwwEDwUYBQYBCgEYCAESBwIECQQEARcMCwEZAQ8IDgEMDwQCBQcJBwQEAQoEAQUEAgQUBAUZBAkDAQQCBwgMBAIDDQIPGgECAgkBDgcFEAkEAwYGDAYDDggBAVCOBwEBEAYGCAsBHBEECwcCDgMFGwEgJwQBDC0DAygIAQILCQYFIwYGHAkCBw4GAw4IAhQqGQQFFQQDBAQBBxUQFgIGGxUJCCQGBw0GCgICEQMEBQECIgQTCAENEgsDBhIGBAUIGAIDHQ8hAQkICQYHEgQIGAMJAggBCQIBAx0IBBANDAcBARMDDwgDAwIECCoQCiEREAIPAwEBAQQEAQIDAwkGCw0BEQUbEgMEAwIHAgMFDgooBAMCEQsHCAkJCAMSEwkBBQgEExAJBgQFCwMQAgwKCAgHBwYCCBAEBQgBCwQCDQsJBgcCAQECCgYF/IIkmQMDAgcBBwwGCgICCAMGAgEBAwMDAREFAQkFAgYFFAMFGQYGAwYLAgkDBBADBAUDCjINHxEZDxYEBxsIBgAAAwAV/xUGfgWAAAcAFQAvAAAkNCYiBhQWMgkBBiMiLwEmNTQ3AR4BARQHDgEjIgAQADMyFhcWFAcFFRc+AjMyFgGAJjQmJjQCqv1WJTU0J2omJgKpJ5cC3Bcv6425/vkBB7k6fywQEP7bwQWUewkPESY0JiY0JgHk/VYlJWwkNjUmAqlilwGMJ0OGpwEHAXIBByEeCyILqeBrA1tHFAAAAAYAAAAABwAFgAADAAcACwAbACsAOwAAJSE1IQEhNSEBITUhAREUBiMhIiY1ETQ2MyEyFhkBFAYjISImNRE0NjMhMhYZARQGIyEiJjURNDYzITIWBAACgP2A/oAEAPwAAoABgP6AAgAmGvmAGiYmGgaAGiYmGvmAGiYmGgaAGiYmGvmAGiYmGgaAGiaAgAGAgAGAgPxA/wAaJiYaAQAaJiYB5v8AGiYmGgEAGiYmAeb/ABomJhoBABomJgAAAQAF/4AFewUAABUAAAEWBwERFAcGIyInASY1EQEmNzYzITIFexEf/hMnDQwbEv8AE/4THxERKgUAKgTZKR3+E/0aKhEFEwEAExoB5gHtHSknAAAABAAAAAAHAAYAAAMAFwAbAC8AAAEhNSEBERQGIyEiJjURIRUUFjMhMjY9ASMVITUBESERNDYzITU0NjMhMhYdASEyFgKAAgD+AASAXkL6QEJeAqAmGgFAGiZg/wAEAPkAXkIBYDgoAkAoOAFgQl4FAID9AP4gQl5eQgHgoBomJhqggIAB4P6AAYBCXqAoODgooF4AAAEAAP+ABgAFgABHAAAJAjc2FxYVERQGIyEiJyY/AQkBFxYHBiMhIiY1ETQ3Nh8BCQEHBiMiJyY1ETQ2MyEyFxYPAQkBJyY3NjMhMhYVERQHBiMiJwUD/p0BY5AdKScmGv5AKhERH5D+nf6dkB8RESr+QBomKCcekAFj/p2QExoMDCgmGgHAKhERH5ABYwFjkB8RESoBwBomJw0MGhMD4/6d/p2QHxERKv5AGiYoJx6QAWP+nZAeJygmGgHAKhERH5ABYwFjkBMFESoBwBomKCcekP6dAWOQHicoJhr+QCoRBRMAAAYAAP8AB4AGAAARADEAOQBBAFMAWwAAAQYHIyImNRAzMh4BMzI3BhUUARQGIyEiJjU0PgUzMh4CMj4CMzIeBQAUBiImNDYyABAGICYQNiABFAYrASYnNjU0JxYzMj4BMzICFAYiJjQ2MgJRomeGUnB8Bkt4O0NCBQSAknn8lnmSBxUgNkZlPQpCUIaIhlBCCj1lRjYgFQf8AJbUlpbUA1bh/sLh4QE+AyFwUoZnolEFQkM7eEsGfICW1JaW1AKABXtRTgFhKisXJR2L/Q54i4t4NWV1ZF9DKCs1Kys1KyhDX2R1ZQUy1JaW1Jb+H/7C4eEBPuH9n05RewV1ix0lFysqAWrUlpbUlgAAAAADABD/kAZwBfAAIQBDAGkAAAE0LwEmIyIHHgQVFAYjIi4DJwYVFB8BFjMyPwE2ATQvASYjIg8BBhUUHwEWMzI3LgQ1NDYzMh4DFzYAFA8BBiMiLwEmNTQ3JwYjIi8BJjQ/ATYzMh8BFhUUBxc2MzIfAQWwHNAcKCoeAyALEwc4KA8ZGgwfAyEczhspKByTHP1BHM4cKCcdkxwc0BspKh4DIAsTBzgoDxkaDB8DIQN/VZNTeHlTzlNYWFZ6eFTQVFWTU3h5U85TWFhWenhU0AFAKBzQHCADHwwaGQ8oOAcTCyADHyooHM8bGpIcAugoHM8cG5IcJygc0BsfAx8MGhkPKDgHEwsgAx/94fBTklNVz1N4e1ZYWFTQVPBTklNVz1N4e1ZYWFTQAAEAAAAAB4AFgAAbAAABFAYjISIANTQ2NyY1NAAzMgQXNjMyFhUUBx4BB4Dhn/vAuf75jnQCASzUngEBO0ZgapYpgagBgJ/hAQe5hNs2HA/UASywjj6Waks/HtEAAgBz/4AGDQWAABcAIQAAJRYGIyEiJjcBESMiJjQ2MyEyFhQGKwERBQEhASc1ESMRFQX3OEVq+4BqRTgB90AaJiYaAgAaJiYaQP7s/vACyP7wFIBYWX9/WQMZAY8mNCYmNCb+cUT+UwGtHyUBj/5xJQAAAAAHAAH/gAcABQAABwBOAFwAagB4AIYAjAAAADIWFAYiJjQFARYHBg8BBiMiJwEHBgcWBw4BBwYjIicmNz4BNzYzMhc2PwEnJicGIyInLgEnJjY3NjMyFx4BFxYHFh8BATYzMh8BFhcWBwU2JicmIyIHBhYXFjMyAz4BJyYjIgcOARcWMzIBFzU0PwEnBw4BBw4BBx8BAScBFQcXFhceAR8BATcBBwYHA6Y0JiY0JgFsAfscAwUegA0QEQ79Tm4IBA4EB2JThJGIVloLB2JShJJTRAkNenoNCURTkoRSYgcFKStViZGEU2IHBA4ECG4Csg4REA2AHgUDHPtcLjJRXGRKJy4yUVxkSi5RMi4nSmRcUTIuJ0pkAQ5gIQ5PGgMOBQIEAddgAuCA/QCgCQIFBA4EGgNggP34sQILAoAmNCYmNBr+chQkIxBABwgBg0IEATEwTY01VE5Ue0yONVQfDQlJSQkNH1Q1jkw7bCdPVDSOTTAxAQRCAYMIB0AQIyQUiiqEMzskKoQzO/07M4QqJDszhCokAqA6CyQUCC8aAxAEAgMB6SACQED+UXFgCAIEBBAEGv7AQAGYigMEAAAFAAD/AAcABgAAHwAiACUAMwA8AAABMhYVERQGIyEiJjURISImNRE0NjcBPgEzITIWFRE2MwcBIQkBIRMBESERFAYjIREhETQ2AREhERQGIyERBqAoODgo/EAoOP3gKDgoHAGYHGAoAaAoOEQ8gP7VASv9gP7VASvEATz+gDgo/mACACgD2P6AOCj+YASAOCj7QCg4OCgBIDgoAqAoYBwBmBwoOCj+uCjV/tUCq/7V/qQBPAGg/mAoOP2AAQAoYPz4BID+YCg4/YAAAAABAAT/hAV8BXwAPwAAJRQGIyInASY1NDYzMhcBFhUUBiMiJwEmIyIGFRQXARYzMjY1NCcBJiMiBhUUFwEWFRQGIyInASY1NDYzMhcBFgV8nnWHZPz3cdyfnnMCXQo9EA0K/aJPZmqSTAMIP1JAVD/9uxoiHSYZAZoKPhAMCv5mP3JSWD0CRWSXdZ5kAwhznJ/ecf2iCgwQPQoCX02WamlM/Pc/VEBSPwJFGCYdIBv+ZgoMED4KAZo9WFJyP/27YgAEAAD/gAYABYAAAwAhADEARQAAKQERIQEzETQmJwEuASMRFAYjISImNREjETMRNDYzITIWFQERNCYrASIGFREUFjsBMjYFERQGIyEiJjURNDYzITIWFwEeAQGAAwD9AAOAgBQK/ucKMA84KP3AKDiAgDgoA0AoOP6AEw3ADRMTDcANEwKAOCj6wCg4OCgDoChgHAEYHCgBgP6AA4AOMQoBGQoU/mAoODgoAaD7AAGgKDg4KAIAAUANExMN/sANExMT/GAoODgoBUAoOCgc/ugcYAAAAAEAAP+ABgAFgAAPAAABERQGIyEiJjURNDYzITIWBgCpd/xAd6mpdwPAd6kEYPxAd6mpdwPAd6mpAAAAAAMAAAAABgAFAAAPAB8ALwAAJRUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWBgAmGvqAGiYmGgWAGiYmGvqAGiYmGgWAGiYmGvqAGiYmGgWAGibAgBomJhqAGiYmAeaAGiYmGoAaJiYB5oAaJiYagBomJgAGAAD/wAcABUAABwAPAB8AJwA3AEcAACQUBiImNDYyEhQGIiY0NjIBFRQGIyEiJj0BNDYzITIWABQGIiY0NjIBFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFgGAcKBwcKBwcKBwcKAF8BMN+0ANExMNBMANE/qAcKBwcKAF8BMN+0ANExMNBMANExMN+0ANExMNBMANE9CgcHCgcAGQoHBwoHD9oMANExMNwA0TEwPjoHBwoHD9oMANExMNwA0TEwHzwA0TEw3ADRMTAAAAAAYAD/8ABwAF9wAeADwATABcAGwAfAAABRQGIyInNxYzMjY1NAcnPgI3NSIGIxUjNSEVBx4BExUhJjU0PgM1NCYjIgcnPgEzMhYVFA4CBzM1ARUUBiMhIiY9ATQ2MyEyFgEVITUzNDY9ASMGByc3MxEBFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFgF9bVFqQjkxOR0raRoIMSQTEEEQagFNXzM8Av6WBi9CQi8dGS4jVRhfOklkRFJFAX8F6hMN+0ANExIOBMANE/qA/rFrAQIIKkeIagXsEw37QA0TEg4EwA0TEw37QA0TEw0EwA0TVFBcQlgtHRxACDgKQykSAQI1mFhzDEoCQJ8kEjNUNCssFxkbOjszOVNHMlMuNxk8/sHADRMTDcAOEhMDdmNjKaEpDBElTH/+bP59wA0TEw3ADhITAfPADRMTDcANExMAAAAAAwAA/4AHAAWAAA8ANQBlAAABMhYdARQGIyEiJj0BNDYzJSYnJjU0NzYhMhcWFxYXFhUUDwEvASYnJiMiBwYVFBcWFxYXFhcDIRYVFAcGBwYHBgcGIyIvASYnJj0BNCcmPwE1Nx4CFxYXFhcWMzI3Njc2NTQnJgbgDhISDvlADhISDgHDHBcwhoUBBDJ1Qm8KCw4FDFQOMjVYenJEQ0JC1UVoOiXsAZsHKRcwJUhQSVB7clGMOQ8IAgEBAmYPHg8FIy0rPjtJQEtNLS9RIgKAEg5ADhISDkAOEkAjLWJatYB/EwwkJlB7PBIbAwYClThbOzpYSUNDPhQuHBj/ACc1b2U4MCMuMBIVFygQDAgODWwwHiYlLAIiSiYIOSUkFRYbGjw9RFRJHQACAAD/gAYABYAAYwBzAAATJi8BNjMyFxYzMjc2NzI3BxcVBiMiBwYVFBYVFxMWFxYXFjMyNzY3Njc2NzY1NC4BLwEmJyYPASc3MxcWNxcWFRQHBgcGBwYVFBYVFhMWBwYHBgcGBwYjIicmJyYnJjURNCcmATU0JiMhIgYdARQWMyEyNjAlCAMNGzw0hCJWUnQeOB4BAjxAPBMNAQEOBi0jPVhZaFc4KzARJBEVBw8GBAUTIitkDgJUzUx4EgYELSdJBg8DCA4GFQ8aJkpLa22Sp3V3PD0WEBEZBVYSDvpADhISDgXADhIFIQICWAEEBwMEAQIOQAkJGQ52DScG5f7ofE47IS8cEiEkHDg6SZxPYpNWO0MVIwECA1YKAw0CJg0HGAwBCwYPGgcoCxP+h8NtTC5BOjkgIS4vS0x3UJ0BTbwZJPqCQA4SEg5ADhISAAAKAAAAAAaABYAADwAfAC8APwBPAF8AbwB/AI8AnwAAJTU0JiMhIgYdARQWMyEyNhE1NCYjISIGHQEUFjMhMjYBNTQmIyEiBh0BFBYzITI2ATU0JiMhIgYdARQWMyEyNgE1NCYjISIGHQEUFjMhMjYBNTQmIyEiBh0BFBYzITI2ATU0JiMhIgYdARQWMyEyNgE1NCYjISIGHQEUFjMhMjYRNTQmIyEiBh0BFBYzITI2ExEUBiMhIiY1ETQ2MyEyFgIAEg7+wA4SEg4BQA4SEg7+wA4SEg4BQA4SAgASDv7ADhISDgFADhL+ABIO/sAOEhIOAUAOEgIAEg7+wA4SEg4BQA4SAgASDv7ADhISDgFADhL+ABIO/sAOEhIOAUAOEgIAEg7+wA4SEg4BQA4SEg7+wA4SEg4BQA4SgF5C+sBCXl5CBUBCXqDADhISDsAOEhIBjsAOEhIOwA4SEv6OwA4SEg7ADhISAw7ADhISDsAOEhL+jsAOEhIOwA4SEv6OwA4SEg7ADhISAw7ADhISDsAOEhL+jsAOEhIOwA4SEgGOwA4SEg7ADhISAU77wEJeXkIEQEJeXgAAAAYAG/+bBoAGAAADABMAGwAjACsAMwAACQEnASQUBwEGIi8BJjQ3ATYyHwElFw8BLwE/AQEXDwEvAT8BARcPAS8BPwEBFw8BLwE/AQSmASVr/tsCKhL6+hI2EsYSEgUGEjYSxvrLYmIeHmJiHgF8xMQ8PMTEPAPeYmIeHmJiHv2eYmIeHmJiHgO7ASVr/tvVNhL6+hISxhI2EgUGEhLGkR4eYmIeHmL+/Dw8xMQ8PMT9Xh4eYmIeHmICHh4eYmIeHmIAAAAEAED/gAcABQAABwAQABgATQAAJDQmIgYUFjIBIREjIg8BBhUANCYiBhQWMgERFA4EJiMUBiImNSEUBiImNSMiBi4ENTQ2MxE0Jj4DPwE+ATsBNTQ2MyEyFgKATGhMTGj+zAGAng0JwwkFAExoTExoAUwIEw4hDCcDltSW/oCW1JZAAycMIQ4TCCYaAQEECRMNxhM/G6AmGgQAGiZMaExMaEwCgAEACcMJDf2uaExMaEwEwPwADxcOCQMBAWqWlmpqlpZqAQEDCQ4XDxomAUAINhYvGyINxhMawBomJgAAAAEAAP+ABgAFgABKAAAAEAIEIyInNjc2Nx4BMzI+ATU0LgEjIg4DFRQWFxY3PgE3NicmNTQ2MzIWFRQGIyImNz4CNTQmIyIGFRQXAwYXJgI1NBIkIAQGAM7+n9FvazsTCS0Uaj15vmh34o5ptn9bK1BNHggCDAIGETPRqZepiWs9Sg4IJRc2Mj5WGWMRBM7+zgFhAaIBYQNR/l7+n84gXUcisSc5ifCWcsh+OmB9hkNoniAMIAcwBhcUPVqX2aSDqu5XPSN1WR8yQnJVSTH+XkZrWwF86dEBYc7OAAABAAD/gAYABYAATAAAATIWFREUBiMhNjc2Nx4BMzISNTQuAiMiDgMVFBYXFjY3Njc2JyY1NDYzMhYVFAYjIiY3PgI1NCYjIgYVFBcDBhcjIiY1ETQ2MwTgd6mpd/0rVRcJLBVpPLXlRnu2ami1fVorT00NFQQKBQYRMs+nlaeHajxKDgglFjUxPVUYYhgRt3epqXcFgKl3/EB3qXpYIq8nOAEn4lSdeUk5YHuFQmacIAUKDiwRFxM+WJbVooGo7Fc8InVXHzFBcVNIMf5iZJqpdwPAd6kAAAADAAD/gAYABYAAGwAnADcAAAE0JyEVMw4DIyImNDYzMhc3JiMiBhAWMzI2JTM1IzUjFSMVMxUzAREUBiMhIiY1ETQ2MyEyFgOVBv6W2QMbMFU2Y4yMY1w9aGyVoODgoKXLAVltbW5ubm4BEql3/EB3qal3A8B3qQJ3GiaEGDQ2I47IjjtlZOH+wuHSd25ubm5uAoX8QHepqXcDwHepqQAAAgAA/6MJAAVdACMALwAAARQCBCMiJCYCEBI2JDMgFwcmIyIOARQeATMyPgM3ITUhFiUVIxUjNSM1MzUzFQWdrv6+0JX+8MR0dMQBEJUBHs3Hda970Xp60XtTi1pDHwb+YAK0DANj0dLR0dICb9D+u7d0xAEQASoBEMR0wL9xfNX81XwuRVhOI/w/P9LR0dLR0QAAAAQAAAAAB4AFAAAMABwALAA8AAABITUjESMHFzY3MxEjJBQOAiIuAjQ+AjIeAQERIiY1IRQGIxEyFhUhNDYTERQGIyEiJjURNDYzITIWAwABgIBylE0qDQKAAgAqTX6Wfk0qKk1+ln5NAipqlvuAlmpqlgSAluomGvkAGiYmGgcAGiYBgGABwIlQJRT+4OaMkHxOTnyQjJB8Tk58/ioCAJZqapb+AJZqapYDQPuAGiYmGgSAGiYmAAABAAABQAQAA4AADQAAABQHAQYiJwEmNDYzITIEABP+QBM0E/5AEyYaA4AaA1o0E/5AExMBwBM0JgAAAAABAAABAAQAA0AADQAAABQGIyEiJjQ3ATYyFwEEACYa/IAaJhMBwBM0EwHAAVo0JiY0EwHAExP+QAAAAAABAEAAgAKABIAADQAAAREUBiInASY0NwE2MhYCgCY0E/5AExMBwBM0JgRA/IAaJhMBwBM0EwHAEyYAAAABAAAAgAJABIAADQAAABQHAQYiJjURNDYyFwECQBP+QBM0JiY0EwHAApo0E/5AEyYaA4AaJhP+QAAAAAADAAD/gAaABYAABgANAB0AADMhESERFBYlESERITI2ExEUBiMhIiY1ETQ2MyEyFqACYP2AEwVt/YACYA0TgF5C+sBCXl5CBUBCXgSA+6ANEyAEYPuAEwTN+0BCXl5CBMBCXl4AAgAA/8AEAAVAAA0AGwAAABQHAQYiJwEmNDYzITISFAYjISImNDcBNjIXAQQAE/5AEzQT/kATJhoDgBomJhr8gBomEwHAEzQTAcAB2jQT/kATEwHAEzQmAVo0JiY0EwHAExP+QAAAAAABAAD/wAQAAgAADQAAABQHAQYiJwEmNDYzITIEABP+QBM0E/5AEyYaA4AaAdo0E/5AExMBwBM0JgAAAAABAAADAAQABUAADQAAABQGIyEiJjQ3ATYyFwEEACYa/IAaJhMBwBM0EwHAA1o0JiY0EwHAExP+QAAAAAACAAD/gAcABQAAGgA6AAABERQGIyEiJjURFhcEFx4COwIyPgE3NiU2ExQGBwAHDgQrAiIuAycmJCcuATU0NjMhMhYHAF5C+kBCXiw5AWqHOUd2MwEBM3ZHOaoBSDkrYkn+iFwKQSs9NhcBARc2PStBClv+qiI+blNNBcBBXwM6/OZCXl5CAxoxJvZjKi8xMS8qe94nAVZPkDP++0AHLx0kEhIkHS8HQO0YKpM/TmheAAMAAP+wBgAFbAADAA8AKwAAAREhEQEWBisBIiY1NDYyFgERIRE0JiMiBgcGFREhEhAvASEVIz4DMzIWAV3+tgFfAWdUAlJkZ6ZkBI/+t1FWP1UVC/63AgEBAUkCFCpHZz+r0AOP/CED3wEySWJiSUphYfzd/cgCEml3RTMeM/3XAY8B8DAwkCAwOB/jAAAAAAEAAP+ABgAFgAA0AAAAEAIGBCMiJCcmNj8BNjMWFx4BMzI+AjQuAiMiBgcXFgcGIyEiJjURNDc2HwE2JDMyBBYGAHrO/uScrP7KbQcBCIkKDxAHSdR3aL2KUVGKvWhitEaJHxERKv5AGiYoJx6CawETk5wBHM4DHP7I/uTOepGEChkIigkCCl9oUYq90L2KUUdCih4nKCYaAcAqEREfgWVves4AAQAo/xUG6wXYAHEAACEUDwEGIyInASY1NDcBBwYiJx4GFRQHDgUjIicBJjU0PgQ3NjMyHgUXJjQ3ATYyFy4GNTQ3PgUzMhcBFhUUDgQHBiMiLgUnFhQPAQE2MzIXARYG6yVrJzQ1Jf6VJiv/AH4OKA4CFQQQBAgDHAMbCxoSGg0oHP5oHAkJFgseAx4mChARChEGFAIODgFcDigOAhUEEAQIAxwDGwsaEhoNKBwBmBwJCRYLHgMeJgoQEQoRBhQCDg5+AQArNTQnAWslNSVsJSUBbCQ2NSsBAH4ODgIUBhEKERAKJh4DHgsWCQkcAZgcKA0aEhoLGwMcAwgEEAQVAg4oDgFcDg4CFAYRChEQCiYeAx4LFgkJHP5oHCgNGhIaCxsDHAMIBBAEFQIOKA5+/wArJf6VJwAABwAA/4AHAAUAAAcADwAhACkAMQA5AEsAAAA0JiIGFBYyADQmIgYUFjIBEzYuAQYHAw4BBwYeATY3NiYkNCYiBhQWMgA0JiIGFBYyBDQmIgYUFjIBEAcGIyEiJyYRNBI2JCAEFhIBgEtqS0tqAQtLaktLagH3ZQYbMi4HZTxeEBRQmooUECwCYktqS0tq/ctLaktLagILS2pLS2oBi40TI/qGIxONjvABTAFsAUzwjgFLaktLaksCC2pLS2pL/p8BfhotDhsa/oIFTTxNiihQTTxyDmpLS2pLAstqS0tqS3VqS0tqS/7A/vveHR3dAQa2AUzwjo7w/rQAAAAAAgAA/wAHAAUAABYAPAAAACAEBhUUFh8BBwYHNj8BFxYzMiQ2ECYEEAIEIyInBgUGByMiJic1JjYmPgI3PgU3JgI1NBIkIAQETP5o/p3Rj4JXGxgumHsrOUU9zAFj0dEBUfD+ZPRGS8b++jFBBQ8YBAMFAQoCDAIHMBUpGB4LnbXwAZwB6AGcBICL7Ilwy0oyYFtRP2wmBgiL7AES7Mf+pP7ZqwivQw4IFREBBBAEDwMOAgg1FzguSChZAQaWrgEnq6sAAAMAAP+ABwAFAAAUADoAZAAAACAEBhUUFh8BBzY/ARcWMzIkNjQmJCAEFhAGBCMiJwYHBgcjIiYnJjQ+BTc+BDcuATU0NgEeBBceBhQHDgEnJicmJwYjICcWMzIkNz4BNTQnHgEVFAYDWf7O/vadamBhIyIcLDVOS5kBCp2d/Z4BfgFFvLz+u79WWnyaJDIDCxMCAQEDAgUDBgEFJBAdFQp8jrwFOgoVHRAkBQEGAwUCAwEBAxQMMiSafFpW/vHJOh6hASh0fYYXgZaOBIBosmZSmDg4VBQTHwoOaLLMsuiJ7P7q7IkQWCgJBxANAwcGBgQHAwcBBiYVJSgYSNJ3i+z7+BgoJRUmBgEHAwcEBgYHAw4QAQcJKFgQhARaVFzwhk1LR9Z7eNEAAQAB/wADfAWAACEAAAEWBwEGIyInLgE3EwUGIyInJjcTPgEzITIWFRQHAyU2MzIDdRIL/eQNHQQKEREExf5qBAgSDRIFyQQYEAFIExoFqwGMCAQTA8oUGPt7GQIFHBADKGUBCw8YAzkOEhkRCAr+MWICAAABAAD/gAcABYAAVQAAAREUBiMhIiY1ETQ2OwE1IRUzMhYVERQGIyEiJjURNDY7ATUhFTMyFhURFAYjISImNRE0NjsBNTQ2MyE1IyImNRE0NjMhMhYVERQGKwEVITIWHQEzMhYHADgo/sAoODgoYP4AYCg4OCj+wCg4OChg/gBgKDg4KP7AKDg4KGBMNAIAYCg4OCgBQCg4OChgAgA0TGAoOAEg/sAoODgoAUAoOMDAOCj+wCg4OCgBQCg4wMA4KP7AKDg4KAFAKDjANEzAOCgBQCg4OCj+wCg4wEw0wDgAAAMAAP+ABoAFwAATAE8AWQAAAREUBiImNTQ2MhYVFBYyNjURNjIFFAYjIicuASMiBgcOAQcGIyInLgEnLgEiBgcOAQcGIyInLgEnLgEjIgYHBiMiJjU0NzYAJDMyBB4BFxYBFSYiBzU0NjIWA4CY0JgmNCZOZE4hPgMhEw0LDDFYOkR4KwcVBAsREgsEFQcrd4h3KwcVBAsSEQsEFQcreEQ6WDEMCw0TAS0A/wFVvowBDeClIQH9ACosKiY0JgLE/bxomJhoGiYmGjJOTjICRAsmDRMKLi5KPAokBhERBiQKPEpKPAokBhERBiQKPEouLgoTDQUCtwERiFCT44oCAtJiAgJiGiYmAAQAAP8ABwAGAAAIABgAGwA3AAAFIREhIiY1ESEBNTQmIyEiBh0BFBYzITI2ASEJAREUBiMhIiY9ASEiJjURNDYzITIWFREWFwEeAQMAA4D+YCg4/oABABMN/UANExMNAsANEwEAASv+1QIAOCj8QCg4/eAoODgoBEAoOBUPAZgcKIACgDgoAaABIEANExMNQA0TE/1tASv+Vf1gKDg4KKA4KAVAKDg4KP64DQ/+aBxgAAAAAAMAAP+ABAAFgAAQACgAXAAAARQGIiY1NCYjIiY0NjMyHgEXNC4CIg4CFRQXHgEXFhczNjc+ATc2NxQHDgIHFhUUBxYVFAcWFRQGIw4BIiYnIiY1NDcmNTQ3JjU0Ny4CJyY1ND4CMh4CAuATGhNsNA0TEw0yY0ugRW+HiodvRUQKKQqADeQNgAopCkSAZy07PAQvGRktDT8uFFBeUBQuPw0tGRkvBDw7LWdZkbe+t5FZA8ANExMNLjITGhMgTDRIfE8tLU98SGVPCywLmZGRmQssC09lm3ExTHMyHDYlGxslNB0XGC4yLDQ0LDIuGBcdNCUbGyU2HDJzTDFxm2OrcUFBcasAAgAA/6AHAATgABoANAAAARUUBiMhFRQGIyInASY1NDcBNjMyFh0BITIWEBQHAQYjIiY9ASEiJj0BNDYzITU0NjMyFwEHABMN+qATDQwM/sEJCQFACQ4NEwVgDRMJ/sAJDg0T+qANExMNBWASDgwMAT8BYMANE8ANEwoBQAkNDgkBQAkTDcATAiEcCf7ACRMNwBMNwA0TwA4SCv7BAAAAAAIAAAAAB4AFgAAZADUAAAE0JisBETQmKwEiBhURIyIGFRQXARYyNwE2BRQGIyEiADU0NjcmNTQAMzIEFzYzMhYVFAceAQUAEg7gEw3ADRPgDRMJAWAJHAkBXwoCgOGf+8C5/vmMdgIBLNScAQM7R19qlimCpwJgDhIBYA0TEw3+oBMNDgn+oAkJAV8M1J/hAQe5gtw3Hg3UASyukD6Wakw+H9EAAgAAAAAHgAWAABkANQAAATQnASYiBwEGFRQWOwERFBY7ATI2NREzMjYBFAYjISIANTQ2NyY1NAAzMgQXNjMyFhUUBx4BBQAJ/qAJHAn+oQoSDuATDcANE+ANEwKA4Z/7wLn++Yx2AgEs1JwBAztHX2qWKYKnAqAOCQFgCQn+oQwMDhL+oA0TEw0BYBP+7Z/hAQe5gtw3Hg3UASyukD6Wakw+H9EAAAAAAwAA/4AFgAWAAAcAWABgAAAkFAYiJjQ2MgUUBiMhIiY1ND4DNwYdAQ4BFRQWMjY1NCYnNTQ3FiA3Fh0BIgYdAQYVFBYyNjU0JzU0NjIWHQEGFRQWMjY1NCc1NCYnNDYuAiceBAAQBiAmEDYgAYAmNCYmNAQmknn8lnmSCyU6aEQWOkZwoHBHORmEAUaEGWqWIDhQOCBMaEwgOFA4IEU7AQEECghEaDolC/7A4f7C4eEBPto0JiY0Jn15iop5RH6Wc1sPNETLFGQ9UHBwUD1kFMs+H2hoHz5AlmpZHSooODgoKh1ZNExMNFkdKig4OCgqHVlEdyIKQR80KhMPW3OWfgPY/sLh4QE+4QAAAAIAAP+ABYAFgAAHAE0AAAA0JiIGFBYyNxQGBxEUBCAkPQEuATURNDYzMhc+ATMyFhQGIyInERQWIDY1EQYjIiY0NjMyFhc2MzIWFREUBgcVFBYgNjURLgE1NDYyFgUAJjQmJjSmRzn++f6O/vmk3CYaBgoRPCM1S0s1IR+8AQi8HyE1S0s1IzwRCgYaJtykvAEIvDlHcKBwAyY0JiY0JkA+YhX+dZ/h4Z+EFNiQAgAaJgIeJEtqSxL+bmqWlmoBkhJLakskHgImGv4AkNgUhGqWlmoBixViPlBwcAAEAAD/gAcABYAAAwANABsAJQAAASE1IQURIyImNRE0NjMhESERMzU0NjMhMhYdAQURFAYrAREzMhYCgAIA/gD+oEBchIRcBKD8AIA4KAJAKDgCAIRcQEBchASAgID7AIRcA0BchPsABQCgKDg4KKDg/MBchAUAhAACAED/AAbABgAACwAzAAAENCMiJjU0IhUUFjMBFAYjIRQGIiY1ISImNT4ENTQSNyY1NDYyFhUUBxYSFRQeAwOQEDtVIGdJA0BMNP5AltSW/kA0TDJSWD0n6r4IOFA4CL7qJz1YUrAgVTsQEElnATA0TGqWlmpMNCpck6ryi5gBBRwTFCg4OCgUExz++5iL8qqTXAAAAwAA/4AHQAUAAAcADwAiAAAANCYrAREzMgEhFAYjISImABAGKwEVFAYjISImNRE0NjMhMgaAcFBAQFD58AcAlmr7AGqWB0Dhn0CEXP1AXIQmGgSAnwMwoHD+gP3AapaWBAn+wuEgXISEXALgGiYAAAIAAP8ABYAGAAAtAEIAAAERFAYHERQGKwEiJjURLgE1ETQ2MhYVERQWMjY1ETQ2MhYVERQWMjY1ETQ2MhYFERQGKwEiJjURIyImNRE0NjMhMhYCgEc5TDSANEw5RyY0JiY0JiY0JiY0JiY0JgMATDSANEzgDRO8hAEAGiYFwP2APWQU/PU0TEw0AwsUZD0CgBomJhr+YBomJhoBoBomJhr+YBomJhoBoBomJhr5wDRMTDQCABMNAyCEvCYABgAA/wAGAAYAABMAGgAjADMAQwBTAAABHgEVERQGIyEiJjURNDYzITIWFwcRISYnASYBESEiJjURIREBNDYzITIWHQEUBiMhIiY1BTIWHQEUBiMhIiY9ATQ2MwEyFh0BFAYjISImPQE0NjMFvBwoOCj6wCg4OCgDgChgHIQBeAoM/scMAWP+YCg4/QABABIOAsAOEhIO/UAOEgLgDhISDv1ADhISDgLADhISDv1ADhISDgSEHGAo+4AoODgoBkAoOCgcRP6IHQwBOQz6EgQAOCgBoPoAA2AOEhIOQA4SEg6gEg5ADhISDkAOEv8AEg5ADhISDkAOEgAUAAD/AAWABgAADwAfAC8APwBPAF8AbwB/AI8AnwCvAL8AzwDfAO8A/wEPAR8BLQE9AAAlFRQGKwEiJj0BNDY7ATIWNRUUBisBIiY9ATQ2OwEyFgUVFAYrASImPQE0NjsBMhYlFRQGKwEiJj0BNDY7ATIWARUUBisBIiY9ATQ2OwEyFiUVFAYrASImPQE0NjsBMhYlFRQGKwEiJj0BNDY7ATIWJRUUBisBIiY9ATQ2OwEyFgEVFAYrASImPQE0NjsBMhYlFRQGKwEiJj0BNDY7ATIWJRUUBisBIiY9ATQ2OwEyFiUVFAYrASImPQE0NjsBMhYBFRQGKwEiJj0BNDY7ATIWJRUUBisBIiY9ATQ2OwEyFiUVFAYrASImPQE0NjsBMhYBFRQGKwEiJj0BNDY7ATIWJRUUBisBIiY9ATQ2OwEyFgUVFAYrASImPQE0NjsBMhYBIREhESE1NDYzITIWFQERFAYjISImNRE0NjMhMhYBgBMNQA0TEw1ADRMTDUANExMNQA0TAQATDUANExMNQA0T/wATDUANExMNQA0TAwATDUANExMNQA0T/wATDUANExMNQA0T/wATDUANExMNQA0T/wATDUANExMNQA0TAwATDUANExMNQA0T/wATDUANExMNQA0T/wATDUANExMNQA0T/wATDUANExMNQA0TAwATDUANExMNQA0T/wATDUANExMNQA0T/wATDUANExMNQA0TAgATDUANExMNQA0T/wATDUANExMNQA0TAQATDUANExMNQA0T/wABgPuAAYATDQFADRMCACYa+wAaJiYaBQAaJuBADRMTDUANExPzQA0TEw1ADRMTDUANExMNQA0TE/NADRMTDUANExP980ANExMNQA0TE/NADRMTDUANExPzQA0TEw1ADRMT80ANExMNQA0TE/3zQA0TEw1ADRMT80ANExMNQA0TE/NADRMTDUANExPzQA0TEw1ADRMT/fNADRMTDUANExPzQA0TEw1ADRMT80ANExMNQA0TE/7zQA0TEw1ADRMT80ANExMNQA0TEw1ADRMTDUANExP6kwYA+gDgDRMTDQVg+YAaJiYaBoAaJiYADQAA/wAFgAYAAA8AHwAvAD8ATwBfAG8AfwCPAJ8AtwDbAPUAACUVFAYrASImPQE0NjsBMhY1FRQGKwEiJj0BNDY7ATIWBRUUBisBIiY9ATQ2OwEyFiUVFAYrASImPQE0NjsBMhYBFRQGKwEiJj0BNDY7ATIWJRUUBisBIiY9ATQ2OwEyFiUVFAYrASImPQE0NjsBMhYBFRQGKwEiJj0BNDY7ATIWJRUUBisBIiY9ATQ2OwEyFgUVFAYrASImPQE0NjsBMhYBIREhFRQGIyEiJj0BIREhNTQ2MyEyFhUZATQmKwEiBh0BIzU0JisBIgYVERQWOwEyNj0BMxUUFjsBMjYlERQGIyEiJjURNDYzIRE0NjMhMhYVESEyFgGAEw1ADRMTDUANExMNQA0TEw1ADRMBABMNQA0TEw1ADRP/ABMNQA0TEw1ADRMDABMNQA0TEw1ADRP/ABMNQA0TEw1ADRP/ABMNQA0TEw1ADRMCABMNQA0TEw1ADRP/ABMNQA0TEw1ADRMBABMNQA0TEw1ADRP/AAGA/wA4KP5AKDj/AAGAEw0BQA0TEw1ADROAEw1ADRMTDUANE4ATDUANEwIAJhr7ABomJhoBQDgoAcAoOAFAGibgQA0TEw1ADRMT80ANExMNQA0TEw1ADRMTDUANExPzQA0TEw1ADRMT/fNADRMTDUANExPzQA0TEw1ADRMT80ANExMNQA0TE/7zQA0TEw1ADRMT80ANExMNQA0TEw1ADRMTDUANExP8kwSAICg4OCgg+4DgDRMTDQPAAUANExMNYGANExMN/sANExMNYGANExMt+wAaJiYaBQAaJgEgKDg4KP7gJgAFAED/gAeABYAABwAQABgAPABjAAAkNCYiBhQWMgEhESMGDwEGBwA0JiIGFBYyEzU0JisBNTQmKwEiBh0BIyIGHQEUFjsBFRQWOwEyNj0BMzI2AREUBisBFAYiJjUhFAYiJjUjIiY0NjMRNDY/AT4BOwERNDYzITIWAoBLaktLav7LAYCeDgjDBwIFAEtqS0tqyxIO4BIOwA4S4A4SEg7gEg7ADhLgDhIBACYawJbUlv6AltSWgBomJhoaE8YTQBqgJhoEgBomS2pLS2pLAoABAAIHwwwK/a1qS0tqSwMgwA4S4A4SEg7gEg7ADhLgDhISDuASAi77gBomapaWamqWlmomNCYBoBpAE8YTGgFAGiYmAAAFAAD/gAcABYAAIwAnADEAPwBJAAABNTQmKwE1NCYrASIGHQEjIgYdARQWOwEVFBY7ATI2PQEzMjYBITUhBREjIiY1ETQ2MyERIREzNTQ2MyEyFh0BBREUBisBETMyFgUAEg7gEg7ADhLgDhISDuASDsAOEuAOEv2AAgD+AP6AIFyEhFwEwPvAoDgoAkAoOAIAhFwgIFyEAaDADhLgDhISDuASDsAOEuAOEhIO4BIC7oCA+wCEXANAXIT7AAUAoCg4OCig4PzAXIQFAIQAAAAAAQAAAAAHgASAADoAAAEGDQEHIwEzMhYUBisDNTMRIwcjJzUzNTM1JzU3NSM1IzU3MxczESM1OwIyFhQGKwEBMxcFHgEXB4AB/uH+oOBA/ttFGiYmGmCgQECgwGAgIIDAwIAgIGDAoEBAoGAaJiYaRQElQOABYICQCAJAIEAgQP6gCQ4JIAGg4CDAIAgYgBgIIMAg4AGgIAkOCf6gQCAcMAoAAAACAEAAAAaABYAABgAYAAABESERFBYzARUhNTcjIiY1ESc3ITchFwcRAoD/AEs1BID7gICAn+FAIAHgIAPAIEACgAGA/wA1S/5AwMDA4Z8BQECAgMAg/OAAAgAA/4AGAAWAACMAMwAAJRE0JisBIgYVESERNCYrASIGFREUFjsBMjY1ESERFBY7ATI2AREUBiMhIiY1ETQ2MyEyFgUAJhqAGib+ACYagBomJhqAGiYCACYagBomAQCpd/xAd6mpdwPAd6nAA4AaJiYa/sABQBomJhr8gBomJhoBQP7AGiYmA7r8QHepqXcDwHepqQAAAAACAAD/gAYABYAAIwAzAAABNTQmIyERNCYrASIGFREhIgYdARQWMyERFBY7ATI2NREhMjYBERQGIyEiJjURNDYzITIWBQAmGv7AJhqAGib+wBomJhoBQCYagBomAUAaJgEAqXf8QHepqXcDwHepAkCAGiYBQBomJhr+wCYagBom/sAaJiYaAUAmAjr8QHepqXcDwHepqQAAAAIALQBNA/MEMwAUACkAACQUDwEGIicBJjQ3ATYyHwEWFAcJAQQUDwEGIicBJjQ3ATYyHwEWFAcJAQJzCjIKGgr+LgoKAdIKGgoyCgr+dwGJAYoKMgoaCv4uCgoB0goaCjIKCv53AYmtGgoyCgoB0goaCgHSCgoyChoK/nf+dwoaCjIKCgHSChoKAdIKCjIKGgr+d/53AAAAAgANAE0D0wQzABQAKQAAABQHAQYiLwEmNDcJASY0PwE2MhcBBBQHAQYiLwEmNDcJASY0PwE2MhcBAlMK/i4KGgoyCgoBif53CgoyChoKAdIBigr+LgoaCjIKCgGJ/ncKCjIKGgoB0gJNGgr+LgoKMgoaCgGJAYkKGgoyCgr+LgoaCv4uCgoyChoKAYkBiQoaCjIKCv4uAAACAE0AjQQzBFMAFAApAAAkFA8BBiInCQEGIi8BJjQ3ATYyFwESFA8BBiInCQEGIi8BJjQ3ATYyFwEEMwoyChoK/nf+dwoaCjIKCgHSChoKAdIKCjIKGgr+d/53ChoKMgoKAdIKGgoB0u0aCjIKCgGJ/ncKCjIKGgoB0goK/i4BdhoKMgoKAYn+dwoKMgoaCgHSCgr+LgAAAAIATQCtBDMEcwAUACkAAAAUBwEGIicBJjQ/ATYyFwkBNjIfARIUBwEGIicBJjQ/ATYyFwkBNjIfAQQzCv4uChoK/i4KCjIKGgoBiQGJChoKMgoK/i4KGgr+LgoKMgoaCgGJAYkKGgoyAq0aCv4uCgoB0goaCjIKCv53AYkKCjIBdhoK/i4KCgHSChoKMgoK/ncBiQoKMgAAAQAtAE0CcwQzABQAAAAUBwkBFhQPAQYiJwEmNDcBNjIfAQJzCv53AYkKCjIKGgr+LgoKAdIKGgoyA+0aCv53/ncKGgoyCgoB0goaCgHSCgoyAAAAAQANAE0CUwQzABQAAAAUBwEGIi8BJjQ3CQEmND8BNjIXAQJTCv4uChoKMgoKAYn+dwoKMgoaCgHSAk0aCv4uCgoyChoKAYkBiQoaCjIKCv4uAAAAAQBNAQ0EMwNTABQAAAAUDwEGIicJAQYiLwEmNDcBNjIXAQQzCjIKGgr+d/53ChoKMgoKAdIKGgoB0gFtGgoyCgoBif53CgoyChoKAdIKCv4uAAAAAQBNAS0EMwNzABQAAAAUBwEGIicBJjQ/ATYyFwkBNjIfAQQzCv4uChoK/i4KCjIKGgoBiQGJChoKMgMtGgr+LgoKAdIKGgoyCgr+dwGJCgoyAAAAAgAA/4AHgAYAAA8ALwAAARE0JiMhIgYVERQWMyEyNhMRFAYjIRQeARUUBiMhIiY1ND4BNSEiJjURNDYzITIWBwATDfnADRMTDQZADROAXkL94CAgJhr+ABomICD94EJeXkIGQEJeAiADQA0TEw38wA0TEwNN+8BCXiVRPQ0aJiYaDjxQJl5CBEBCXl4AAAAABAAAAAAHgAUAAA8AHwArADMAAAEiJjURNDYzITIWFREUBiMBERQWMyEyNjURNCYjISIGATMVFAYjISImPQEzBTI0KwEiFDMBoEJeXkIEQEJeXkL7oBMNBEANExMN+8ANEwVgoF5C+cBCXqADcBAQoBAQAQBeQgLAQl5eQv1AQl4DYP1ADRMTDQLADRMT/FNgKDg4KGBgICAAAAAAAwAAAAAEgAWAAAcAFwAnAAAkNCYiBhQWMiURNCYjISIGFREUFjMhMjYTERQGIyEiJjURNDYzITIWAoAmNCYmNAGmEw38wA0TEw0DQA0TgF5C/MBCXl5CA0BCXmY0JiY0JuADwA0TEw38QA0TEwPN+8BCXl5CBEBCXl4AAAQAAAAAAwAFAAAHABcAHwAvAAAkNCYiBhQWMiURNCYjISIGFREUFjMhMjYCNCsBIhQ7ASURFAYjISImNRE0NjMhMhYB0C9CLy9CAP8TDf4ADRMTDQIADRPAEKAQEKABMEw0/gA0TEw0AgA0TF9CLy9CL/ACwA0TEw39QA0TEwNNICAg/AA0TEw0BAA0TEwAAAIAAP+ABgAFgAALABcAAAAgDgEQHgEgPgEQJgQQAgQgJAIQEiQgBAOU/tj6kpL6ASj6kpIBcs7+n/5e/p/OzgFhAaIBYQSgkvr+2PqSkvoBKPq9/l7+n87OAWEBogFhzs4AAAACAAAAAAaABYAAIQBDAAABERQGIyEiJjURND4COwEyFh0BFAYrASIGHQEUFjsBMhYFERQGIyEiJjURND4COwEyFh0BFAYrASIGHQEUFjsBMhYDAHBQ/oBQcFGKvWhAGiYmGkBqljgo4FBwA4BwUP6AUHBRir1oQBomJhpAapY4KOBQcAJA/oBQcHBQAsBovYpRJhqAGiaWaiAoOHBQ/oBQcHBQAsBovYpRJhqAGiaWaiAoOHAAAAAAAgAAAAAGgAWAACEAQwAAAREUDgIrASImPQE0NjsBMjY9ATQmKwEiJjURNDYzITIWBREUDgIrASImPQE0NjsBMjY9ATQmKwEiJjURNDYzITIWAwBRir1oQBomJhpAapY4KOBQcHBQAYBQcAOAUYq9aEAaJiYaQGqWOCjgUHBwUAGAUHAEwP1AaL2KUSYagBomlmogKDhwUAGAUHBwUP1AaL2KUSYagBomlmogKDhwUAGAUHBwAAAAAAgAQP9ABsAGAAAJABEAGQAjACsAMwA7AEcAACQUBiMiJjU0NjIAFAYiJjQ2MgAUBiImNDYyARQGIyImNDYyFgAUBiImNDYyABQGIiY0NjIAFAYiJjQ2MgEUBiMiJjU0NjMyFgIOSzU0TEtqAj1LaktLav2LS2pLS2oE/Uw0NUtLakv8PF6EXl6EBPBLaktLav3LcKBwcKACgoRcXYODXVyEw2pLTDQ1S/7naktLaksCdWpLS2pL/Y40TEtqS0sD8YReXoRe/aNqS0tqSwKQoHBwoHD+cl2Dg11chIQAAAAAAQAA/4AGAAWAAAsAAAAQAgQgJAIQEiQgBAYAzv6f/l7+n87OAWEBogFhA1H+Xv6fzs4BYQGiAWHOzgAAAQAA/4AHAAXAACwAAAEUAw4CBwYjIiY1NDY1NjU0LgUrAREUBiInASY0NwE2MhYVETMgExYHAH8DDwwHDBAPEQUFIz5icZmbYuAmNBP+ABMTAgATNCbgAsmiNQGgpv7jByIaCREUDwkjBkQ3ZaB1VTYfDP8AGiYTAgATNBMCABMmGv8A/m2GAAQAAP+ABoAFAAALABcAMQBYAAAAFA4BIi4BND4BMhYEFA4BIi4BND4BMhYXNCYjIgcGIicmIyIGFRQeAzsBMj4DExQHDgQjIi4EJyY1NDcmNTQ3MhYXNjMyFz4BMxYVFAcWAoAZPVQ9GRk9VD0CmRk9VD0ZGT1UPbmKdimaR6xHmCt2ikBikoZSqFKGkmJA4D0mh5PBllxOgKeKiGohPogbM2yka5OilIRppGszG4gBaFBURERUUFRERFRQVEREVFBURER8eKgVCwsVqHhYg0stDg4tS4MBCM98TXA8IwkGEyk+ZEF70O2fUlh0Zk9UIyBSTmZ0V1GgAAAAAAIAAAAABoAFgAAXACwAACURNCYjISImPQE0JiMhIgYVERQWMyEyNhMRFAYjISImNRE0NjMhMhYdASEyFgYAOCj9QCg4OCj+wCg4OCgEwCg4gIRc+0BchIRcAUBchAKgXITgAsAoODgoQCg4OCj8QCg4OALo/UBchIRcA8BchIRcIIQAAAMAAAAAB3UFgAARACcARQAAATQjISIGBwEGFRQzITI2NwE2JSE1NCYjISImPQE0JiMhIgYVEQE+AQUUBwEOASMhIiY1ETQ2MyEyFh0BITIWHQEzMhYXFgb1NfvAKFsa/toSNQRAKFwZASYS+4sDADgo/cAoODgo/sAoOAEALJAFOS7+2SuSQ/vAXISEXAFAXIQCIFyEwDZaFg8CXSMrH/6VGBAjLB8Baxa0oCg4OChAKDg4KPyrATs1RaM+Ov6VNUWEXAPAXISEXCCEXKAxLiAAAAAABQAA/4AGAAWAABQAHAAkADQAQAAAAQ4BIiYnJjY3NhYXHgEyNjc+AR4BABQGIiY0NjIEFAYiJjQ2MgAQLgIgDgIQHgIgPgESEAIEICQCEBIkIAQEbiXK/solCBgaGS8IGYeohxkIMDIY/gpLaktLagJLS2pLS2oBS2ar7f787atmZqvtAQTtq+bO/p/+Xv6fzs4BYQGiAWEBzXmUlHkZLwgIGBpQY2NQGhgQLwHPaktLaktLaktLakv9/gEE7atmZqvt/vztq2ZmqwJA/l7+n87OAWEBogFhzs4AAAUAAP+ABgAFgAAUABwAJAA0AEAAAAEWDgEmJy4BIgYHDgEnLgE3PgEyFgAUBiImNDYyBBQGIiY0NjIAEC4CIA4CEB4CID4BEhACBCAkAhASJCAEBG4IGDIwCBmHqIcZCC8ZGhgIJcr+yv43S2pLS2oCS0tqS0tqAUtmq+3+/O2rZmar7QEE7avmzv6f/l7+n87OAWEBogFhATMZLxAYGlBjY1AaGAgILxl5lJQCCWpLS2pLS2pLS2pL/f4BBO2rZmar7f787atmZqsCQP5e/p/OzgFhAaIBYc7OAAAFAAD/gAYABYAACwATABsAKwA3AAAAFAYjISImNDYzITIAFAYiJjQ2MgQUBiImNDYyABAuAiAOAhAeAiA+ARIQAgQgJAIQEiQgBASAJhr9gBomJhoCgBr+JktqS0tqAktLaktLagFLZqvt/vztq2Zmq+0BBO2r5s7+n/5e/p/OzgFhAaIBYQHaNCYmNCYBtWpLS2pLS2pLS2pL/f4BBO2rZmar7f787atmZqsCQP5e/p/OzgFhAaIBYc7OAAQAAAAAB4AEAAAjACsAMwBDAAABNTQmKwE1NCYrASIGHQEjIgYdARQWOwEVFBY7ATI2PQEzMjYENCYiBhQWMgA0JiIGFBYyJBAAIyInIwYjIgAQADMhMgNAEg7AEg6ADhLADhISDsASDoAOEsAOEgJAS2pLS2oBS0tqS0tqAUv+1NTAktySwNT+1AEs1AOA1AHAgA4SwA4SEg7AEg6ADhLADhISDsASZ2pLS2pLAUtqS0tqS9T+WP7UgIABLAGoASwAAAAPAAAAAAeABIAACwAXACMALwA7AEcAUwBfAGsAdwCDAI8AnwCjALMAAAEVFCsBIj0BNDsBMjcVFCsBIj0BNDsBMicVFCsBIj0BNDsBMgEVFCMhIj0BNDMhMiUVFCsBIj0BNDsBMicVFCsBIj0BNDsBMgEVFCsBIj0BNDsBMicVFCsBIj0BNDsBMgEVFCsBIj0BNDsBMgEVFCsBIj0BNDsBMgEVFCsBIj0BNDsBMgUVFCsBIj0BNDsBMgURFCsBIj0BNDsBNTQ7ATITESERAREUBiMhIiY1ETQ2MyEyFgGAEGAQEGAQgBDgEBDgEIAQYBAQYBAEABD8oBAQA2AQ/YAQYBAQYBCAEGAQEGAQAYAQYBAQYBCAEGAQEGAQAYAQYBAQYBABgBBgEBBgEP4AEGAQEGAQAQAQYBAQYBABABDgEBBwEGAQgPmABwBLNfmANUtLNQaANUsBcGAQEGAQ8GAQEGAQ8GAQEGAQ/fBgEBBgEPBgEBBgEPBgEBBgEP7wYBAQYBDwYBAQYBD+8GAQEGAQ/vBgEBBgEAHwYBAQYBAQYBAQYBAQ/qAQEGAQ8BD9AAOA/IADgPyANUtLNQOANUtLAAAAAAMAQP+ABwAFgAAWACoAVgAAAREGIyInLgEjIgcRNjMyHgIfARYzMgEUBgcRFAYrASImNREuATU0NjIWBREUBwYHBiMiLwEuAiMiBAcGIyInJjURNDc+AzMyFhcWMzI3Njc2FxYGgKmJUj9kqF6t5vW8N2FjNzccLDl4+20jHRIOQA4SHSNLaksFwCMKB9qXWEYcQEZwOmb+9V8PEhAQIB8jV42kSXDCcCYzerwWCR8fHwHrAmhbIDE3f/2pcQ8lGRsOFgNxIzoR+w4OEhIOBPIROiM1S0t1/QUnEgUEdCMOIR4cWDoJCBMlAuYjFBUrPSY+NxNwDAUQEhQAAAYAQP+ABwAFgAAFAAsAKgAyAEYAcgAAATUGBxU2EzUGBxU2ATUGJzUmJy4JIyIHFTMyFhcWFxUWMzITNQYjIicVFgEUBgcRFAYrASImNREuATU0NjIWBREUBwYHBiMiLwEuAiMiBAcGIyInJjURNDc+AzMyFhcWMzI3Njc2FxYDQLXLzbOs1NcD6euVFBMFOA0yEy4aLCMsFhcaE2a1axMUKjF4ramJLSGU+6wjHRIOQA4SHSNLaksFwCMKB9qXWEYcQEZwOmb+9V8PEhAQIB8jV42kSXDCcCYzerwWCR8fHwIYwBBluWABsMUIdr1v/ji4dC3gBgkDHAYYBxMGCwQEA946NQkGvBECB71bCMQqAe4jOhH7Dg4SEg4E8hE6IzVLS3X9BScSBQR0Iw4hHhxYOgkIEyUC5iMUFSs9Jj43E3AMBRASFAACAA0AAAaABDMAFAAkAAAJAQYiLwEmNDcJASY0PwE2MhcBFhQBFRQGIyEiJj0BNDYzITIWAkn+LgoaCjIKCgGJ/ncKCjIKGgoB0goELRIO/EAOEhIOA8AOEgIp/i4KCjIKGgoBiQGJChoKMgoK/i4KGv4tQA4SEg5ADhISAAAAAAMALf+TB1ME7QAUACQAOQAAJQcGIicBJjQ3ATYyHwEWFAcJARYUCQEOAS8BLgE3AT4BHwEeAQkBBiIvASY0NwkBJjQ/ATYyFwEWFAJpMgoaCv4uCgoB0goaCjIKCv53AYkKAkX+iwQXDD4NDQQBdQQXDD4NDQKN/i4KGgoyCgoBif53CgoyChoKAdIKiTIKCgHSChoKAdIKCjIKGgr+d/53ChoEIfr1DQ0EEQQXDQULDQ0EEQQX/Wj+LgoKMgoaCgGJAYkKGgoyCgr+LgoaAAACAAD/gAcABbsAFQA7AAABFRQHBiMiJwEmNDcBNhcWHQEBBhQXARQOAwcGIyInJjcSJy4BJxUUBwYjIicBJjQ3ATYXFhURBBcWAoAnDQwbEv4AExMCAB0pJ/5zExMGDSIrNRwGCBQGAxkCK5VA1aEnDQwbEv4AExMCAB0pJwGbvKkBxkYqEQUTAgATNBMCAB8RESpF/nITNBP+TTqXfX04DBEBCBoBkKVHTw37KhEFEwIAEzQTAgAfEREq/vocwa0AAAAAAgAC/60GfgXgAAoAKAAAAS0BLwEDERcFAycJARMWBiMiJyUFBiMiJjcTASY2NyUTNjMyFxMFHgEEogEB/pxCHp87AT48DAH1/pVWBRYXERf+P/4/FxEXFgVW/pQgEi0B9uEUHRwV4QH2LRICQ/o0CjwBQvw9H6gBY0IBNf6e/gwhJQzs7AwlIQH0AWIgNwdJAccpKf45SQc3AAAAAQAC/4AFgAUAABYAAAkBBiMiJy4BNREhIi4BNjcBNjMyFx4BBXn9gBEoBQoWG/3AFiMKEhQFAA0QGxIPBwSj+wAjAgUjFgJAGywoCgKABxMOKQAAAwAA/wAGgAWAAAIABQA4AAABIREJASEBFRQGKwEVFAYrASImPQEhIiY1ESMiJj0BNDY7ATU0NjsBMhYdASE3NjIXFhQPAREzMhYCLQJT/YACU/2tBIASDuASDsAOEvygDhLgDhISDuASDsAOEgNT9goaCgkJ9+AOEgEAAlP92gJT/WDADhLgDhISDuASDgNgEg7ADhLgDhISDuD3CQkKGgr2/K0SAAAABAAA/4AEAAWAAAcADwAXAEsAACQ0JiIGFBYyEjQmIgYUFjIENCYiBhQWMjcUBgcCBwYHDgEdAR4BFRQGIiY1NDY3ES4BNTQ2MhYVFAYHETY3PgU1LgE1NDYyFgEgOFA4OFA4OFA4OFACuDhQODhQmDQsAuBDiIBTLDRwoHA0LCw0cKBwNCw2ZDdBTConESw0cKBwGFA4OFA4BLhQODhQOEhQODhQOGA0WRn+4X8mKyg+RRoZWTRQcHBQNFkZAzQZWTRQcHBQNFkZ/g8aHxEZJSo8TzQZWTRQcHAAAAgAAP+ABoAGAAANABkAJQBAAFwAaAB0AIIAAAkBBiInJjQ3ATYyFxYUFxEUBiImNRE0NjIWJhQGIyEiJjQ2MyEyBRQPAQYjIicBJic3AR4BPwE2NTQnATcWFwEWAQcBJiMiDwEGFRQXAQcmJwEmNTQ/ATYzMhcBFgQUBiMhIiY0NjMhMgERFAYiJjURNDYyFgUBBiInJjQ3ATYyFxYUAbf/AAsYCwkJAQAKGgoJoBIcEhIcEuASDv7ADhISDgFADgUCVZNTeHlT/rIVFe8BERtSG5McHP7uEiMVAVBU/Zfv/u8cKCcdkxwcARISIxX+sFRVk1N4eVMBThUCjhIO/sAOEhIOAUAO/fISHBISHBIBl/8ACxgLCQkBAAoaCgkBCf8ACQkKGgoBAAkJChoz/sAOEhIOAUAOEhLgHBISHBKgeFOSU1UBTxUjEv7uGwEbkhwnKBwBE+8VFf6wVgJeEgESHBuSHCcoHP7u8BUVAVBWdnhTklNV/rEVaRwSEhwSAgD+wA4SEg4BQA4SEqX/AAkJChoKAQAJCQoaAAACAGAAAAP8BQAADwA8AAABFRQGKwEiJj0BNDY7ATIWARQOAwcOARUUBisBIiY9ATQ2Nz4BNTQmIyIHBgcGIyIvAS4BNxIhMh4CAsAYEPAQGBgQ8BAYATwfJ0csJyk3GBDwDxWCTjsyXT1BKyNIDRIMDaQNBQigATBQooJSARjwEBgYEPAQGBgCSDZeOzwbFhdUGREfJRMtU5MjGzovKkAdGVoQCH0KHg0BCj5olwAAAAIAAAAAAoAFgAAeAC4AACUVFAYjISImPQE0NjsBESMiJj0BNDYzITIWFREzMhYDFRQGIyEiJj0BNDYzITIWAoAmGv4AGiYmGkBAGiYmGgGAGiZAGiaAJhr/ABomJhoBABomwIAaJiYagBomAYAmGoAaJiYa/cAmBGbAGiYmGsAaJiYAAAIAYgAAAh4FgAAPAB8AAAEVFAYjISImPQE0NjMhMhYTAw4BIyEiJicDJjYzITIWAgAmGv8AGiYmGgEAGiYeHAEnGv8AGicBHAElGgFAGiUBIOAaJiYa4BomJgQG/QAaJiYaAwAaJiYAAgAFAAAF/gVrACUASgAAJRUjLwEmJyMOAgcGDwEhNTMTAyM1IRcWFxYXMzY/AiEVIwMTARUhJyY1ND4ENTQmIyIHBgcnNjc2MzIWFRQOBAczNQOB+J8YCAMDAQMEAQoPm/7+gMW5iQEUiwIVCAMDAwgZjAEBfbjMAur9/gMENE5aTjQ7KTMuDhZpGiVTaW6IMUtYTDcD6Ken/CoJDAMHCQIUGPqnASMBEKjkBCYJDAkMKuSo/vX+2AKnzhscEkBqQz8uPiEmMScLG1wlHUF3YzheOzorPCFQAAAAAAIABf8ABgADggAlAEkAACUVIy8BJicjDgIHBg8BITUzEwMjNSEXFhcWFzM2PwIhFSMDEwUVIScmNTQ+BDU0JiMiBwYHJzY3NjMyFhUUDgMHMzUDgfifGAgDAwEDBAEKD5v+/oDFuYkBFIsCFQgDAwMIGYwBAX24zALs/f4EAzROWk40OykzLg4WaRolUGxuiEVjZEoE6Ken/CoJDAMHCQIUGPqnASMBEKjkBCYJDAkMKuSo/vX+2NnOGy0BQGpDPy4+ISYxJwsbXCUdQXdjQmlDOkQnUAAAAAIAAQAAB38FAAADABcAACUBIQkBFgYHAQYjISImJyY2NwE2MyEyFgOAAVD9AP6wBvUPCxn8gCY6/QAmPxAPCxkDgCY6AwAmP4ABgP6ABDUiSxz8ACwpIiJLHAQALCkAAAEAAP/cBoAGAABoAAABFAYjIi4CIyIVFBYHFSIHDgIjIiY1ND4CNTQmIyIGFRQeAhUUBwYjIicuAS8BIiciNREeAhcWMzI3NjU0LgI1NDYzMhYVFA4CFRQWMzI2NxUOAgcGFRQXFjMyPgIzMhYGgFlPKUktRCVuIAEWCyJ/aC49VCMpI2xRVHYeJR4uJVBflgklCQ0BAgICHyUDll9QJS4eJR52VVBsIykjVD1A6C8BBQUBGCMsLRY5MVArUlsBtlFsIykjfCeYJwUBAxEKNTklRC1JKU9ZW1IrUDE5Fi0sIxgCBAICAQEEAAEFBQEYIywtFjkxUCtSW1lPKUktRCU5NR4CAgIfJQOWX1AlLh4lHnYAAAIAAP+ABIAGAAAnADMAAAEVFAAHFSEyFhQGIyEiJjQ2MyE1JgA9ATQ2MhYdARQAIAA9ATQ2MhYBERQGICY1ETQ2IBYEgP7Z2QEAGiYmGv2AGiYmGgEA2f7ZJjQmAQcBcgEHJjQm/wC8/vi8vAEIvANAgN3+uRiEJjQmJjQmhBgBR92AGiYmGoC5/vkBB7mAGiYmAWb+AIS8vIQCAIS8vAADAA3/gAVzBgAACwBDAEsAAAEHJj0BNDYyFh0BFAkBFRQGIyInBxYzMgA9ATQ2MhYdARQABxUhMhYUBiMhIiY0NjMhNSYnBwYiLwEmNDcBNjIfARYUJQERNDYzMhYBD2UqJjQmBGn+l7yENzZgYWy5AQcmNCb+2dkBABomJhr9gBomJhoBAH1u/goaClIKCgTSChoKUgr+ev2TvIRmpQJPZWdvgBomJhqANQIe/peAhLwTYDMBB7mAGiYmGoDd/rkYhCY0JiY0JoQNRP4KClIKGgoE0goKUgoaev2TAgCEvHYAAAACAAD/gAUABYAABgAiAAABESERNjc2ExEUDgUHBiInLgY1ETQ2MyEyFgRA/kB3XuvAQ2OJdH41EAwcDBA1fnSJY0MmGgSAGiYCQAKA+48/SrgDsP0AVqmDfFJJGgcGBgcaSVJ8g6lWAwAaJiYAAAAABAAA/wAGgAYAAAMAEwAjAEcAABchESElETQmKwEiBhURFBY7ATI2JRE0JisBIgYVERQWOwEyNiURFAYjISImNRE0NjsBNTQ2OwEyFh0BITU0NjsBMhYdATMyFoAFgPqAAYASDkAOEhIOQA4SAwASDkAOEhIOQA4SAYBMNPqANExMNIBeQkBCXgGAXkJAQl6ANEyABADAASAOEhIO/uAOEhIOASAOEhIO/uAOEhJO+wA0TEw0BQA0TGBCXl5CYGBCXl5CYEwAAAACAAP/gAWABeAABwBMAAAANCYiBhQWMiURFAcGIyInJS4BNSEVHgEVERQGIyEiJjURNDY3NSMiDgMHBiMiJy4BNz4ENyY1NDYyFhUUByE0NjclNjMyFxYCACY0JiY0A6YMCAwEA/5ACw7/AG+RJhr+ABomfWMgO3BHPRQEESgQDRcRDAUTOEFpOBlehF4OAS4OCwHAAwQMCAwFJjQmJjQmYP7AEAkHAWACEgtmF7Bz/OAaJiYaAyBqqR5vLztKIQgjBwwyGAogS0FFEiosQl5eQiEfCxICYAEHCQAAAgAk/yAGgAWAAAcALQAAADQmIgYUFjIBFAIHBgcDBgcFBiMiLwEmNxMBBQYjIi8BJjcTNjclNjc2JCEyFgWgOFA4OFABGJeyUXIUAg7+gAcJDAtADQVV/uf+7AMGDglAEQzgChABe2BQvAFUAQUOFAQYUDg4UDgBgPn+lbNQYP6FEArgBAlADhIBFAEZVQEJQBMUAYAOAhRyUbuOEwAAAAEAAAAABtEFAAAWAAABAyETNicmKwEDIRMhAyETAyEyFhceAQbRpP6ysg0cGzipzP6yzP7izP6yzJkE/GWxOzwqAvv9BQNAOCAh/EcDufxHA7kBR1FJSb8AAAAAAgAA/4AGAAWAABQAIAAAJTc2NCcJATY0LwEmIgcBBhQXARYyABACBCAkAhASJCAEA41mExP+zQEzExNmEzQT/joTEwHGEzQChs7+n/5e/p/OzgFhAaIBYY1mEzQTATMBMxM0E2YTE/46EzQT/joTAtf+Xv6fzs4BYQGiAWHOzgACAAD/gAYABYAAFAAgAAAlATY0JwEmIg8BBhQXCQEGFB8BFjIAEAIEICQCEBIkIAQCzQHGExP+OhM0E2YTEwEz/s0TE2YTNANGzv6f/l7+n87OAWEBogFhjQHGEzQTAcYTE2YTNBP+zf7NEzQTZhMC1/5e/p/OzgFhAaIBYc7OAAIAAP+ABgAFgAAUACAAAAE3NjQnASYiBwEGFB8BFjI3CQEWMgAQAgQgJAIQEiQgBASNZhMT/joTNBP+OhMTZhM0EwEzATMTNAGGzv6f/l7+n87OAWEBogFhAY1mEzQTAcYTE/46EzQTZhMTATP+zRMB1/5e/p/OzgFhAaIBYc7OAAAAAAIAAP+ABgAFgAAUACAAACUBNjQvASYiBwkBJiIPAQYUFwEWMgAQAgQgJAIQEiQgBAMtAcYTE2YTNBP+zf7NEzQTZhMTAcYTNALmzv6f/l7+n87OAWEBogFh7QHGEzQTZhMT/s0BMxMTZhM0E/46EwJ3/l7+n87OAWEBogFhzs4AAgAA/0AFgAWAABEAFgAAATchEyEPAS8BIxMFMzUlEyEnASEDBSUEahD8jC8CZBbFxA2vFgFqBAFnMv18D/44BYCA/b79wgOrr/3q5DU1jP7qZAFjAiC1AdX6YqKiAAAAAQAM/0AG9AWAAA8AAAEhCQITIQcFJRMhEyE3IQETBeH+9vzc/UZHASkdAaYB5kT7SDoEuSb7SAWA+sv+9QELAWSToaEBUwEpvwAAAAIAAP8QBwAGAAAHAFUAAAA0JiIGFBYyAREUBwYjIi8BBgQgJCcHBiMiJyY1ETQ2MyEyFxYPAR4BFxEjIiY9ATQ2OwE1LgE1NDYyFhUUBgcVMzIWHQEUBisBET4BNycmNzYzITIWA8AmNCYmNANmFAgEDAtdd/5x/jT+cXddCQ4ECBQSDgFgFggID2RD9ZXAGiYmGsA6RpbUlkY6wBomJhrAlfVDZA8ICBYBYA4SBOY0JiY0Jvyg/qAWCAIJXY+np49dCQIIFgFgDhIUExBkW30UAocmGoAaJqMidUZqlpZqRnUioyYagBom/XkUfVtkEBMUEgABAAAAAASABgAAIwAAATIWFREUBiMhIiY1ETQ2OwERNAAgABUUBisBIiY1NCYiBhURBCAoODgo/EAoODgoIAEHAXIBByYaQBomltSWAwA4KP3AKDg4KAJAKDgBQLkBB/75uRomJhpqlpZq/sAAAAAABQAA/4AGAAWAAAcADwAXACcAMwAAABQGIiY0NjIAECYgBhAWIAAQACAAEAAgABAuAiAOAhAeAiA+ARIQAgQgJAIQEiQgBAQAltSWltQBFuH+wuHhAT4BYf7U/lj+1AEsAagBrGar7f787atmZqvtAQTtq+bO/p/+Xv6fzs4BYQGiAWEC6tSWltSW/mEBPuHh/sLhAlT+WP7UASwBqAEs/X4BBO2rZmar7f787atmZqsCQP5e/p/OzgFhAaIBYc7OAAAAAAMAAAIABYADgAAPAB8ALwAAARUUBisBIiY9ATQ2OwEyFgUVFAYrASImPQE0NjsBMhYFFRQGKwEiJj0BNDY7ATIWAYA4KMAoODgowCg4AgA4KMAoODgowCg4AgA4KMAoODgowCg4AyDAKDg4KMAoODgowCg4OCjAKDg4KMAoODgowCg4OAAAAAADAAAAAAGABYAADwAfAC8AAAEVFAYrASImPQE0NjsBMhYRFRQGKwEiJj0BNDY7ATIWERUUBisBIiY9ATQ2OwEyFgGAOCjAKDg4KMAoODgowCg4OCjAKDg4KMAoODgowCg4ASDAKDg4KMAoODgB2MAoODgowCg4OAHYwCg4OCjAKDg4AAAEAAD/gAYABYAABwAbADUARQAAJDQmIgYUFjIlJgAnJgYdARQWFx4BFx4BOwEyNiUmAi4BJCcmBwYdARQWFxYEEhceATsBMjc2AREUBiMhIiY1ETQ2MyEyFgIAS2pLS2oBqg3+uekOFBENmtwLARINgA0UAX8FZrHp/uGaDgkKEg3MAVzRBwESDYANCgsBH6l3/EB3qal3A8B3qctqS0tqSyLpAUcNARQNgA0SAQvcmg0RFA2aAR/psWYFAQoKDYANEgEH0f6kzA0SCgkDzfxAd6mpdwPAd6mpAAAAAgAA/4AGAAWAAAsAGwAAACAEEhACBCAkAhASATY0JwEmBwYVERQXFjMyNwIvAaIBYc7O/p/+Xv6fzs4DsiAg/eAfISAgEBARDwWAzv6f/l7+n87OAWEBogFh/ZcSShIBQBMSEyX9gCUTCAkAAwA2/zUGywXKAAMAEwAvAAAJBTY0JwEmIgcBBhQXARYyCQEGIi8BNjQmIgcnJjQ3ATYyHwEGFBYyNxcWFAQAATz9xP7EAWkCahMT/pYSNhL9lhMTAWoSNgOL/HUlayV+OHCgOH0lJQOLJWslfThwoDh+JQQ8/sT9xAE8/mkCahM0EwFqEhL9lhM0E/6WEgKP/HQlJX44oHA4fiVrJQOKJSV9OKBwOH0lawAAAAIAAP+ABgAFgAAPAB8AAAE1NCYjISIGHQEUFjMhMjYBERQGIyEiJjURNDYzITIWBQAmGvyAGiYmGgOAGiYBAKl3/EB3qal3A8B3qQJAgBomJhqAGiYmAjr8QHepqXcDwHepqQADAAAAAAWABYAADwAfAC8AAAEVFAYjISImPQE0NjMhMhYTETQmIyEiBhURFBYzITI2ExEUBiMhIiY1ETQ2MyEyFgSAEg78wA4SEg4DQA4SgF5C/MBCXl5CA0BCXoCpd/zAd6mpdwNAd6kC4EAOEhIOQA4SEv4yA0BCXl5C/MBCXl4DgvzAd6mpdwNAd6mpAAABAAMAAAP6BX8AHAAAAQYrAREUBiMhIicmPwE2MyERIyInJjcBNjIXARYD+hIowBIO/UAVCAgMoAkQAUDAKBIRGgFAEj4SAUAbA6Ul/KAOEhIUD8ALAoAlJR8BgBYW/oAgAAAAAQAD/4AD+gUAABsAABMhMhYVETMyFgcBBiInASY3NjsBESEiLwEmNzYgAsANE8AoJBv+wBI+Ev7AGhESKMD+wA4LoA0JCQUAEw78oUog/oAWFgGAHyYlAoALwA4UEwAAAgAA/4AGAAWAABQAJAAAJQE2NC8BJiIHAScmIg8BBhQXARYyAREUBiMhIiY1ETQ2MyEyFgKtAmYTE2YTNBP+LdMTNBNmExMBZhM0A2apd/xAd6mpdwPAd6ntAmYTNBNmExP+LdMTE2YTNBP+mhMDhvxAd6mpdwPAd6mpAAUAAP+ABgAFgAAGABAAFQAfAC8AAAEXByM1IzUBFgcBBicmNwE2CQMRATc2NC8BJiIPASURFAYjISImNRE0NjMhMhYBlJg0OGAB0g4R/t0RDQ4RASMR/vsCIP7g/eADgFwcHJgcUBxcAqCpd/xAd6mpdwPAd6kBrJg0YDgBug0R/t0RDg0RASMR/UACIAEg/eD+4AJgXBxQHJgcHFxg/EB3qal3A8B3qakAAAACAAD/gAYABYAAGQApAAABETQmIyEiBwYfAQEGFB8BFjI3ARcWMzI3NgERFAYjISImNRE0NjMhMhYFACYa/iAqEREfkP3qExNmEzQTAhaQEhsMDScBAKl3/EB3qal3A8B3qQJgAeAaJicpHZD96hM0E2YTEwIWkBMFEQIq/EB3qal3A8B3qakAAgAA/4AGAAWAACUANQAACQE2NCcBJgcGHQEiDgUVFBcWMzI3NicCNz4BMxUUFxYzMgERFAYjISImNRE0NjMhMhYD7QFgExP+oB4nKHfCg2E4IQqnCw4HBhYDLGouqIwoDAwaAiapd/xAd6mpdwPAd6kBswFgEzQTAWAfEREqoCc/X2B6ZTy13wwDCRgBYnc0L6AqEQUCwPxAd6mpdwPAd6mpAAAEAAD/gAYABYAAAgAGABIAHgAAAS0BAREBEQAQLgEgDgEQHgEgNgAQAgQgJAIQEiQgBAKAAQD/AAGA/gADIJL6/tj6kpL6ASj6AXLO/p/+Xv6fzs4BYQGiAWEBwICAAU/94v8AAh7+3QEo+pKS+v7Y+pKSAl/+Xv6fzs4BYQGiAWHOzgADAAD/gAYABYAADQAdAC0AAAEWBwEGIicBJjc2MyEyExE0JiMhIgYVERQWMyEyNgERFAYjISImNRE0NjMhMhYEeRIX/sATQhP+wBcSESgCgCiYEw38QA0TEw0DwA0TAQCpd/xAd6mpdwPAd6kDXSMf/kAbGwHAHyMj/SADwA0TEw38QA0TEwPN/EB3qal3A8B3qakAAwAA/4AGAAWAAA0AHQAtAAABBiMhIicmNwE2MhcBFhMRNCYjISIGFREUFjMhMjYBERQGIyEiJjURNDYzITIWBHkRKP2AKBESFwFAE0ITAUAXdRMN/EANExMNA8ANEwEAqXf8QHepqXcDwHepAaMjIyMfAcAbG/5AH/7aA8ANExMN/EANExMDzfxAd6mpdwPAd6mpAAMAAP+ABgAFgAANAB0ALQAAABQHAQYnJjURNDc2FwETETQmIyEiBhURFBYzITI2AREUBiMhIiY1ETQ2MyEyFgRAG/5AHyMjIyMfAcDbEg78QA4SEg4DwA4SAQCpd/xAd6mpdwPAd6kCoUIT/sAXEhEoAoAoERIX/sD97APADhISDvxADhISA878QHepqXcDwHepqQABAAAAAAPzBYAAYAAAJRcWBg8BDgcjIgAnIyImPQE0NjsBJjcjIiY9ATQ2OwE2ADMyFxYXFg8BDgEvAS4FIyIGByEyFxYPAQYjIQYXITIXFg8BDgEjIR4BMzI+BD8BNhcWA9AjAwwLBQQNExgbISInE+r+oj9fDRMTDUICA0MOEhIOYkMBYeBmXAsJBgMrAxYNBAQPFBkbHw5+yDIB1BAJCgMYBRv+GAMDAcsPCgkDGAISC/59MMt/EiQfHBUQBAUNDQzlnwwVBAECAwYFBQUEAgEF3RMNcQ0TOTASDnIOEtIBABcDDAsNnw0NBAEBAwQDAwKAcAwMDnIaJUQMDA9wCw91iQMEBQUEAQIFBwcAAAEAAAAAA/wFgAA/AAABERQGIyEiJj0BNDY7AREjIiY9ATQ2OwE1NDYzMhceAQ8BBgcGJy4CIyIGHQEhMhYdARQGIyERITU0NjsBMhYD/BIO/EQOEhMNYV8OEhIOX/e/uZYJAghnCQ0NCgUqYC1VaAExDRMTDf7PAZ4SDqIOEgGP/pEOEhIOlg0TAX8TDYMOEt+r3n0IGQp/CwECCQUcJF5M1xIOgw0T/oW1DRMTAAAAAQA0/wAD0gYAAGIAAAEUBgcVFAYrASImPQEuBCcmPwE2NzYXMBcWFxYzMjY1NC4DJy4INTQ2NzU0NjsBMhYdAR4EFxYPAQYHBicuBCMiBhUUHgQXHgYD0sefEg6HDRNCe1BEGQURD2cHEA8JAnGCJSVRex4lUDQ2Jy1OL0IpLhkRxJ0TDYcOEjlrQzwSBhEMUQgPDg0DFzc+VypfeBEqJUsuLzU4YDdFJRoBX5ndGq8OEhMNrwksLTMYBhUUhwoCAgsCYxoIVk8cMiIpFxUQEiMbLCk5O0opitAetA0TEg6wBiIhKhAGEhSSDwEDCgMSIx0XVkQaLCcbIxMSFBcvJj5BWAABAAAAAAOCBYAAPgAAARUUBisBDgEHFgEWBwYrASInACcmPQE0NjsBMjY3ISImPQE0NjMhJisBIiY9ATQ2MyEyFh0BFAYrARYXMzIWA4ISDqgX1KqnASQOCggVwxAJ/s7ACRMNcIShFv5VDhISDgGdOdORDRMSDgNADhISDukvEasOEgQqZg4SkLQUsv6aEBISDAFvzAkNfw0TVlISDmYOEnETDYUOEhIOZg4SPVMSAAEABAAAA/8FgABFAAAhIyImNREhIiY9ATQ2MyE1ISImPQE0NjsBASY3NjsBMhcTFhc+ATcTNjsBMhcWBwEzMhYdARQGIyEVITIWHQEUBiMhERQGAlusDRP+4A0TEw0BIP7gDRMTDdb+vwgIChLCEwrXEyUKKQe/CBW/EQoJCP7H1w0TEw3+3gEiDRMTDf7eExIOAUoSDmcNE1USDmgNEwJCEBAQEv5XJlcYWBEBpBMQDhH9vRMNaA4SVRMNZw4S/rYNEwACAAAAAAUABYAABwA4AAAANCYjIREhMgAQBiMhFSEyFh0BFAYjIRUUBisBIiY9ASMiJj0BNDY7ATUjIiY9ATQ2OwERNDYzITIEE4Jq/sABQGoBb/3I/qwB+Q4SEg7+BxMNpw4S4A4SEg7g4A4SEg7gEg4CG8gDZ8h8/kABof5+9HYSDoAOEsAOEhIOwBIOgA4SdhIOlQ0TAnUOEgAGAAAAAAcABYAACAAMABAAGQAdAG4AAAETIxMWFBc0NhM3IRchMycjARMjExQWFzQ2EzchFwUVFAYrAQMGKwEiJwMjAwYrASImJwMjIiY9ATQ2OwEnIyImPQE0NjsBAyY3NjsBMhcTIRM2OwEyFxMhEzY7ATIXFgcDMzIWHQEUBisBBzMyFgICUZ9LAQEBdCP+3CABoYsjRgGfTqJRAQEBbyH+1yICgBIO1aQHGJ8YB6bRpwcYnwsRAqDQDhISDq8hjg4SEg5tWQUKChCJGgVaAWdhBxh+GAdiAW1dBRqJEAoKBVtvDhISDpEisw4SAVUBK/7UAQQBAQUBrICAgP3UASz+1QEFAQEEAa2AgCBADhL9mBgYAmj9mBgOCgJoEg5ADhKAEg5ADhIBWA8NDBj+mAFoGBj+mAFoGAwND/6oEg5ADhKAEgAAAwA4/wAE6AWAADMASABcAAABFgceAQcOBAcVIzUiJxUjESImKwE3MzI3ETMmIxEmKwE1FzI3NTMVNjM1MxUeAwM0LgQiBiMRMhYyPgYDNC4EDgEjETIWPgYEjxKVdXQNBzNOdH9SmlAqmhJIE8gfbzIIEAYKDUxv1EAhmlIomk96aD3RHixHPFgyTwgIOiZEMUEuMR4TRxkkPDJJK0EHBTsiQiw7JiQSA4C2TByWi0dsRi8WBP/7AfwA/wG3MwGSAQEfRKQBAfz3AvX8Bx87Yf2dJDgkGQwGAv6uAQMFDBAaIi4B+CEzIRcKBgEB/s0BAQMIDhcfLgACAAD/AAYABgAABgAYAAABERYXARYXBRQWMyERFAYjISImNRE0NjMhBAAWDgGYDg79qDgoAiA4KPrAKDg4KAMgBAAB2A4O/mgOFiAoOPvgKDg4KAZAKDgABQAA/wAGAAYAAAYAGAAoADgASAAAARYXIREWFwMhERQGIyEiJjURNDYzIREUFhM1NCYjISIGHQEUFjMhMjYRNTQmIyEiBh0BFBYzITI2ETU0JiMhIgYdARQWMyEyNgW8Dg7+KBYORAIgOCj6wCg4OCgDIDjIEg79QA4SEg4CwA4SEg79QA4SEg4CwA4SEg79QA4SEg4CwA4SBCQOFgHYDg79xPvgKDg4KAZAKDj94Cg4/SBADhISDkAOEhIBDkAOEhIOQA4SEgEOQA4SEg5ADhISAAAEACL/AAZ9BgAACgAkAEIAUgAAATMvASY1IwcUBgcBFAcBBiMiJwEmNzY7ARE0NjsBMhYVETMyFgUVITUBNj8BNSIGIwYrARUjNSEVAQYPARU3NjsBNRMVITUzJyMHMxUhNTMTMxMEp7FIDAIEAwcE/fAK/sEKDQwL/sAPCAgWwBIOwA4SwA4SA0T9uAFxDAkLAgkDDBLoeAI3/o8GDwsOCRX40v7gSy/zL0v+4UbmouYEaNovEAQUASIM+x4MDP7BCQkBQBATFAVgDhISDvqgEoXpWgIREgkJAwEDc+VZ/e4IEgsCAgJ3A4FqapCQamoClv1qAAAAAAQAIv8ABn0GAAAKACQANABSAAAlMy8BJjUjBxQGBwUUBwEGIyInASY3NjsBETQ2OwEyFhURMzIWARUhNTMnIwczFSE1MxMzEwMVITUBNj8BNSIGIwYrARUjNSEVAQYPARU3NjsBNQSnsUgMAgQDBwT98Ar+wQoNDAv+wA8ICBbAEg7ADhLADhIDnf7gSy/zL0v+4UbmouYT/bgBcQwJCwIJAwwS6HgCN/6PBg8LDgkV+GjaLxAEFAEiDOIMDP7BCQkBQBATFAVgDhISDvqgEv78amqQkGpqApb9agR/6VoCERIJCQMBA3PlWf3uCBIKAwMBdwAFACL/AAcABgAAGQApADkASQBZAAAlFAcBBiMiJwEmNzY7ARE0NjsBMhYVETMyFgUVFAYjISImPQE0NjMhMhYDFRQGIyEiJj0BNDYzITIWAxUUBiMhIiY9ATQ2MyEyFgMVFAYjISImPQE0NjMhMhYC4Ar+wQoNDAv+wA8ICBbAEg7ADhLADhIEIBIO/MAOEhIOA0AOEsASDv2ADhISDgKADhLAEg7+QA4SEg4BwA4SwBIO/wAOEhIOAQAOEmAMDP7BCQkBQBATFAVgDhISDvqgEo7ADhISDsAOEhIB8sAOEhIOwA4SEgHywA4SEg7ADhISAfLADhISDsAOEhIAAAAABQAi/wAHAAYAAA8AKQA5AEkAWQAABRUUBiMhIiY9ATQ2MyEyFiUUBwEGIyInASY3NjsBETQ2OwEyFhURMzIWARUUBiMhIiY9ATQ2MyEyFhMVFAYjISImPQE0NjMhMhYTFRQGIyEiJj0BNDYzITIWBMASDv8ADhISDgEADhL+IAr+wQoNDAv+wA8ICBbAEg7ADhLADhICoBIO/kAOEhIOAcAOEsASDv2ADhISDgKADhLAEg78wA4SEg4DQA4SIMAOEhIOwA4SEnIMDP7BCQkBQBATFAVgDhISDvqgEgFywA4SEg7ADhISAfLADhISDsAOEhIB8sAOEhIOwA4SEgAAAAQAIv8ABc4GAAAKACQAQwBWAAAlNCYjIgYUFjMyNgUUBwEGIyInASY3NjsBETQ2OwEyFhURMzIWJRQOAyMiJyYnNxYXFjMyNjcjDgEjIiY1NDYzMhYDFSE1MxE0Nj0BIwcGDwEnNzMRBUJYOzQ+SUQyRv2eCv7BCg0MC/7ADwgIFsASDsAOEsAOEgLuGjhQdUU+LhgSJw8QJSZUZRACFVEsaoaQbXukHv4rpwECBwgSPlLAe98/akpyTDZWDAz+wQkJAUAQExQFYA4SEg76oBI3PndtUjEQCAdxBwQNdVcXHI9laZK9Ai9ycgGwBxgFEAwNEjpWuf1yAAAAAAQAIv8ABc4GAAAKACQANwBWAAABNCYjIgYUFjMyNgEUBwEGIyInASY3NjsBETQ2OwEyFhURMzIWBRUhNTMRNDY9ASMHBg8BJzczERMUDgMjIicmJzcWFxYzMjY3Iw4BIyImNTQ2MzIWBUJYOzQ+SUQyRv2eCv7BCg0MC/7ADwgIFsASDsAOEsAOEgLQ/iunAQIHCBI+UsB7wxo4UHVFPi4YEicPECUmVGUQAhVRLGqGkG17pATfP2pKckw2+6oMDP7BCQkBQBATFAVgDhISDvqgEvxycgGwBxgFEAwNEjpWuf1yBTM+d21SMRAIB3EHBA11Vxccj2Vpkr0AAAMAAP+ABkAFgAALABsAXAAAJTQmIyIGFRQWMzI2ExEUBiMhIiY1ETQ2MyEyFgUUBxYVFgcWBwYHFgcGBysCIi4BJyYnLgE1ETQ2Nz4BNzY3PgI3PgI3NjMyHgUVFA4BBw4CByEyFgEAJhobJSUbGiagJhr+4BomJhoBIBomBKA3DwMuEREPJwk6QIUkTBFCnFdNeyMaJiQZGGgxRCESGgkJBwscFBMaLkkvIQ8JARMTEgMOCAQBFU5ywBomJhobJSUCG/2AGiYmGgKAGiYmGlY/LCBMPTg9OSVwRUwCHxsaKwEBJRoCgRklAgJyQFchEjwlKicsPBQTFR8yKDweGCZMLCIGGBQOcgAAAAADAAD/AAZABQAACwAbAFwAAAEUBiMiJjU0NjMyFhMRNCYjISIGFREUFjMhMjYlFhUOASMhHgIXHgIVFA4FIyInLgInLgInJicuAScuATURNDY3Njc+AjsDFhcWBxYXFgcWBxQBACYaGyUlGxomoCYa/uAaJiYaASAaJgRpNwFxTv7rBAgOAxISFAEJDyEvSS4aExQcCwcJCRoSIUQxaBgZJCYaI3tNV5xCEUwkhUA6CScPEREuAwPAGiYmGhslJf3lAoAaJiYa/YAaJiavPVhOcg4UGAYlKE0mGB48KDIfFRMUPCwnKiU8EiFXQHICAiUZAoEaJQEBKxobHwJMRXAlOT04PUwgAAAMAAD/gAYABYAACQAPABcAKwA9AFwAZAB/AIwAngCyAMIAACU1NCMiBxUWMzI3MzU0IhUlFSMRIxEjNQURIzUGIyInJjURMxEUFxYzMjcRBRUUBwYjIicVIxEzFTYzMhcWFxUUBwYHBiMiJyY9ATQ3NjIXFh0BIxUUMzI3NDY0NQEVFCI9ATQyATQnLgEnJiEgBw4BBwYVFBceARcWIDc+ATc2ARMjBycjHgEXFhcVMyU1NCcmIyIHBh0BFBcWMzI3NhczESMRBiMiJyY1ESMRFBcWMzI3AREUBiMhIiY1ETQ2MyEyFgOXHREQEBEduEJC/cVQSk4BsUMnJSEJBkIBAQ4UFgE/BwwpIyFDQyAkKQwH+wIDDBs1NB0VFB1mGxWFIhgGAf6BQEACFRMKQiuI/uz+7YgsQQoUFApBK4kCJokrQQoU/Q1aSzM1TgcgCCMLSgEhFR0xMxsVFRszMR0VtUNDFhQPAQFDBgsgJCkB96l3/EB3qal3A8B3qemdMhDgEKsiMzPoRv5ZAadGfv6RKC0cESUBIv7yGAIPHwEYb5I0FSopJAHtoSgqFbYJHQ4WEigmGzuBOxsmJh05TEEzGgEMFQsDOJwzM5w0/QOxUyw7BQ8PBTssV62wVCs8BQ8PBTwrVAM7ASjDwxdcF2c3yXiCOh0mJh06gjodJiYbPAFy/uUfEAIYARD+2yUSGy0BCPxAd6mpdwPAd6mpAAAACwAb/wAF5QYAAAkADwAXACsAPQBbAGMAfQCJAJsArwAAARUUIyInETYzMgUVIzU0MiUzNSEVMxEzITMRIxEGIyInJjURIxEUFxYzMjclNTQnJiMiBzUjETM1FjMyNzYlNSMUBwYjIj0BMzU0JyYjIgcGHQEUFxYzMjc2NzYBNTQiHQEUMgEUBw4BBwYgJy4BJyY1NDc+ATc2IBceARcWATMDESMRJicmJzMTBRUUBwYjIicmPQE0NzYzMhcWJREjNQYjIicmNREzERQXFjMyNxEDyycXFhYXJwFSWlr8Omv+yGlkASBZWR4bEgMBWQgMLjA2Aa0JETYyK1lZLTA2EQkBUlsCByEusxsnQ0QnHB0nRUgkEgMC/aBWVgLPGg5YOrj9Grg6WQ0aGg5YO7cC5rg6WQ0a/BpmeWQOLyUcakcBthwmREMmHBwmQ0QmHAFPWzUyLg0IWwEDEhseASTTQxYBLRZELi5Ell5e/ccB7v6GKhUDIAFs/nkxGCU9XsVJGjg22f1pMDc3G1MNMwokRVdnTyUzMyVPrU8lMzUbGwkDwtJFRdJG/VfqdDtQBhUVBlA7cO7qdDtQBxQUB1A7cAQO/nH+8QEPSopnVP75Rq9RJTMzJlCvUCUzMyVS/g03PiUYMwGK/pEhAhYrAX0AAAIABf+ABXsF9gATACcAAAEGAwYrASImNxMyJwMmNzY7ATIXARYHARUBFgcGKwEiJwE2ATY7ATICVQr3GybvFRQK/QEBoQwLCRfvKBoDygsL/fABUAsKChbvKhj+rRICARkn8RYDZRL+Si4iEwHAAQEXFg8PLQFkEBX8WgH9mRQRDy0CbiADji0AAAAAAwAA/4AGAAWAABMAJwA3AAABNCcmKwEiBwYfARUDBhcWOwEyNwEmKwEiBwEWARY7ATI3NicBNQE2FxEUBiMhIiY1ETQ2MyEyFgKtfhUfuBIIBwh9xAkJCBC5HxMDNwcRux4T/mUBAQUUILgSBwgJ/vwBmQjbqXf8QHepqXcDwHepAwMB3SILDBHYAf6mDg4NJANRDCP9JwL+ISMMDQ8B3AEC0xCI/EB3qal3A8B3qakAAAAAAgAAAAoHAAT2AAIASQAAAS0BEzIEHwEyHgUXHgIXHgEXHQEWBw4BDwEOBiMGISYkLwIuAicuAicuASc9ASY3PgE/AT4GMzYCxwHk/hy5qAE5SUkBIA4hGCAeDgYTJwcICQEBEwckDg4OHiAYIQ8fAfv+iM/+zzAxJCQlQRgGEycHCAkBARMHJA4ODh4gGCEOIAH7AZj6/QFnCQUEAwMGChAXDwYZXDdAkSkoiJGRN1kREQ8XDwoGAwMTAgkDBAQFCiAZBhlcN0CRKSiIkZE3WRERDxcQCgYDAxIAAAUAQP+ABsAFigADABMAFwAbAB8AAAkEFQEVJwc1ATUXATUXNxUJDAGSAe7+qv4WBSz+FgEB/heTAVYBAQFX/VEBVv4S/q4FLgFS/hf+qQFXAen+rv4SAz3+z/7jAT/+5Gz+2wEBAQEBJWxgARwCAQEC/uQE2P7j/tABDv7y/vH+wQEdA37+wf7yATAABgAL/wAF9QYAAAcACwAPABMAFwAbAAAFIREjESERIyU3BQcBNwEHATcBBwMBBwkBNSEVBQn7oqAFnqD8UiEDDyH9WEMC1UP99GYCZmbZAd2A/iP9sgMgYAHg/YACgCydpZwCGpL+rZECtnv9/3sDe/1/YAKB+qGfnwAAAAUAAP+ABgAFgAAHAA8AFwBPAGcAAAA0JiIGFBYyABAGICYQNiAkFAYiJjQ2MiQiJg4CBw4BBw4DFhQGHgIXHgEXHgM2MhY+Ajc+ATc+AyY0Ni4CJy4BJy4DABAHDgEHBiAnLgEnJhA3PgE3NiAXHgEXBACW1JaW1AEg5v645uYBSAFSNkw2Nkz+Rw6LSHlVHTJMFAsPBQEBAQEFDwsUTDIdVXlIiw6LSHlVHTJMFAsPBQEBAQEFDwsUTDIdVXlIAm4FCuTQWP42WNDkCgUFCuTQWAHKWNDkCgIW1JaW1JYBpP645uYBSOY2TDY2TDaAAQEFDwsUTDIdVXlIiw6LSHlVHTJMFAsPBQEBAQEFDwsUTDIdVXlIiw6LSHlVHTJMFAsPBQH+bv42WNDkCgUFCuTQWAHKWNDkCgUFCuTQAAAAAwAA/4AGAAWAAA8AFwAfAAABMhYVERQGIyEiJjURNDYzADQmIgYUFjIkNCYiBhQWMgTgd6mpd/xAd6mpdwGafLB8fLACsHywfHywBYCpd/xAd6mpdwPAd6n8qLB8fLB8fLB8fLB8AAADAAD/gAYABYAAAgAJABUAAAETIQUzCQEzNyEAEAIEICQCEBIkIAQDAMn+bgI2Xv41/jVeaAIKAfvO/p/+Xv6fzs4BYQGiAWEDkv7O4AKz/U2gATH+Xv6fzs4BYQGiAWHOzgAABQAA/1AFgQWjAAoAFgAqAEMAZwAAARYGJy4BNjc2HgEXLgEHDgEXHgE3PgETLgInJAUOAgceAhcWNz4CEw4DBw4BJicuAycmJz8BFiA3HgEGEwYDDgIHBiUmJy4EJy4DJz4ENzY3JAUWFx4BAy8IdTUnHRwmJEk3bw7GYj9LAwSTXFt65BRILDH+3f7tKy5AEh5cNzzk3D81XFYIDw0sJFbPxWcuR1JAFBkgBhLfAjfgFQYQtRpVBSwrIfz+mviSDxUNBQcCCSMVGgkDHSI4JB59vAF7ASmbPBABAqU/TCARUlIREgw7EWtyLBx5RVuACAiYAnobIwkILzEHCiIaHCMJBx0cCAgj/BIaZUNJFDAvAxEIFCI1I2DEEAmUlAYiOAO4p/4YHjQcEX4mG3AMHSkbNAkyyHusSBotHh4PCy4SJVcuTBQ+AAYAAP+ABgAFgAAIABMAJwA6AFkAaQAAATQmBwYWFxY2NxYOASYnJjY3NhYTDgIHBicuAic+Ajc2Fx4CEzQ2JicGICcPARYXFhcWNz4CEzYnJicmBQYHDgIHHgIXHgMXFhcENz4CNxIBERQGIyEiJjURNDYzITIWA1BSJCsBKydUSghYhGoDAjctRo+2FEMnLJupLCZDFQ0uIh7G0iEkMjgLBQ+h/miiDAUaDy+d+bMiHg+HCRErcNj+8YReJiszBAgWJAYBCAYSDWmzAQO1GB8fBDABKKl3/EB3qal3A8B3qQKaKy4WFGkSFzY9Qm4MXEMxWBQfUgE6FRoGBRQUBgcZFBMYBwUjIgUHGf0DBycZBGpqBgyaOFEbLmMTQWoCxzUWNyE/GwwiDxQwHkSMyiQFNBQiC1AUHFsNFCYVAQsBMvxAd6mpdwPAd6mpAAAAAAEARP+ABAAGAAAiAAAlFw4BBwYuAzURIzU+BDc+ATsBESEVIREUHgI3NgOwUBewWWitcE4hqEhyRDAUBQEHBPQBTf6yDSBDME7P7SM+AQI4XHh4OgIg1xpXXW9XLQUH/lj8/foeNDUeAQIAAAIAAP+ABgAFgAAfAC8AACUnBiMGLgI1ESE1IREjIgcOAwcVMxEUHgI3PgEBERQGIyEiJjURNDYzITIWBHA+LDskNBkKAQH/ALwIAQUZNWVEgitXm2NFhwGiqXf8QHepqXcDwHepS7cWARcoKRcBjsIBRgosVmhWGaX+Xjl0akECATAEL/xAd6mpdwPAd6mpAAEAA/9AAv0GAAAXAAAAFgcBBiMiJwEmNzY7ARE0NjsBMhYVETMC9RAN/qIKDQ4K/p0NCAkU4BIOwA4S4AEAJhD+gAoKAYAQExME4A4SEg77IAAAAAEAA/8AAv0FwAAXAAABBisBERQGKwEiJjURIyImNwE2MzIXARYC/QkU4BIOwA4S4BUQDQFeCg0OCgFjDQQTE/sgDhISDgTgJhABgAoK/oAQAAAAAAEAQAEDBwAD/QAXAAABFRQGIyEVFAYnASY1NDcBNhcWHQEhMhYHABIO+yAmEP6ACgoBgBATEwTgDhIC4MAOEuAVEA0BXgoNDgoBYg4ICRTgEgAAAAEAAAEDBsAD/QAXAAABFAcBBicmPQEhIiY9ATQ2MyE1NDYXARYGwAr+gBATE/sgDhISDgTgJhABgAoCgw4K/p4OCAkU4BIOwA4S4BUQDf6iCgAAAAIAAP+ABXEGAAAmADgAAAEGBwYjIicmIyIHBiMiAwI1NDc2MzIXFjMyNzYzMhcWFwYHBhUUFgEUBwYHBgcGBzY3NjceARcUFgVxJ1SBgDFbVkE9UVEzmJWTcXGrSGloIi1iZkd3XjQ0TyNBiv7hHR4/NjYlQwNLSrABAwEBAUF9fcQgICEiAQMBBfLkkpAeHiIiQSRAQzNecXzGBHo9S0s/NhILBpVsaykDEAMEDAAABAAA/wAGgAWAAAMABwALAA8AAAERJREBESERARElEQERIRECqv1WAqr9VgaA/HUDi/x1AhL9dV4CLQLn/W0CNf13/O59ApUDbvzmAp0AAAAGAAD/AAWABX4ABwAPABwANwBNAFsAAAAyNjQmIgYUBDI2NCYiBhQFMhYVERQGIiY1ETQ2BREUBisBFRQGIiY9ASMVFAYjIiY1JyMiJjURAR4BFSE0NjcnJjc2HwE2Mhc3NhcWBwERFAYjIiY1ETQ2MzIWAd0gFxcgFgG8IBYWIBf8+yo8O1Y8PARPQC1LPFY8ijwrKjwBSi5AAq5rgPxjgGxHBwwNB0hf1F9IBw0MBwGWPCsqPDwqKzwEHRcgFxcgFxcgFxcgzzwq/lIrPDwrAa4qPBP9Zi5A4ys8PCvj4ys8PCvjQC4CmgGVN8V1dcU3gw0HBgyEKiqEDAYHDf2V/lIrPDwrAa4rOzsACQAL/wAF+QYAAAgADwAiAQgBFQElATMBSQHxAAABDgEjBjU0NzIXBiYHNhcWASYOAQcGBwYXFjY3PgM8ASYBNCc+AyY0LgInLgEnFhcWBwYHBi4BJy4EJy4DJyY2JicuAScuATY3NhYHBhY3NjQ1LgMnBhcUIy4BBic2JicmBgcGHgE3Njc2ByImJyY2FzIWBgcGBw4BBw4BFx4DFxY3PgM3NhceAQYHDgEHBgcGJyYXFhcWNz4FFhcUDgUHDgInJicmBwYVFA4CFw4BBwYWBwYnJicmNzYHBgcGFx4BFx4BFx4BBgceAhU2Jy4CNz4BFxY3Njc2FxYHBgcGFhc+ATc2JjY3NjM+ARYBNiYnJhUWFzIHBjMyBS4CJy4EBwYWFxY2JzQuAQciBhYXFhcUNzY3NC4BJyYjDgEWBw4CFxY+ATc2MjYBHgIOBQcOAQcOAScuAycmIyIGBw4DJy4BJy4EJyY2NzYuATY3PgE3PgE1FgcGJyYHBhceAwcUBhcWFx4BFx4CNz4CLgEnJicmBwYnJjc+Ajc+Azc2NyYnJjY3NjM2FhceAQcGFxYXHgEXFg4BBw4DJy4EJyYOARcWBwYWNjc+ATc+AS4BJy4BNjceBQKXCwkEBRMFXAQPChgIA/6bBAQFAwMHCgkEEQQBAgIBAgNVNwQHAwMCBwEJAQpKIxghVyELJx8PAQsJFRINDQEOIhkWBAQUCycPOwYIBhYZJRwKCxIVDQURGRYQaxIBCSkZAwEiHBsdAgEJEQcKBgQLBxEBARQYERQBARYJCCcBDQUKDhYKGxYvNwIqGyAFCQsFAwkMFEkJLBoZNgoBARAZKhEmIiEbFg0CAgYGCwcNAxxPNhYVKhYDAR4dDRIXTwgCAQYIFSAEAgYEBQICJC4FKAQUqAkQAx8eCCoOLicEDQYBAxQKLniFLBcLDAIBFgkGFQMXAgIRAhYPJAFDTv2hAwsGCQIDCgMDCwMBowIJEQYFCQUGAgMOKhIJC7QKDAMGBAQDDgQIAjYFDQMPCQkFAwIBCgIEBAgOCAEQDgI3FBYCBxgXJRomCCZfHBFmJhIXCiIeLFYTTBQsRyQzHB2kQBNAJCsYBQoiAQEKCgEKDlYRHhgVNSAzIgkNEgIMBQQBIgMDIhSBIxhkQRcrKwMSFAp5MEQtCwQDAQESHgcIJRYmFG4ODAQCNFAnQTVqJDlFBQUjImM3WQ8IBhILChsbNiISGxIJDgIWJhIQFBMKOFooOz1JNTALJyAhIQMOAQ4PGhAbBGUBEwEGDAMOAQ8DCw0G/lIBCBEFBQgLAQEQCgMIBAUDAwL+mhIYDxkbEB0KIgcrBTBuFBQ/onQoAgQtei4nPB8SDAE+Uh4kFhVBIggDHgEBMjQBA0IZEw8HBEAFHigVCQMIfg8JAwQHOUIBATkfDywfAgMLCQEdExYeASokBA8ODBcBDhoFCBcPCwECEQEMCREJDgYDCw0DBh8EEwQFBwIEBA8XAQEMEBMPCQQJAgUFBAYDBwEOPBoMCz4fCQMHGT8wRB0GqDkSZggYFR8/HBwTAQEEQWUMIAQXhwkPLigDDzsxLhhECBAIAgUJBzQQD0gmCAYuGUMXHQETdCAVaVkaEiUgCwMqERoCAgkFAQ8UwggHAwQDCgYHAQIQNwQBEuALEQgBBAQBBBsDBQLqAgYIAg8BDQ0GBA0FBgMGDAMBBPrIDBkXFhYRFA0SBBNKGxAHEgkdFhEBAQMBARwgGQEBPA0ECwcMEQsXVwsQMCUkCQwEChIiIkkhFAUDDQ8qBhgMFgsPRA4RCQYZCAYgDgMGLDRBJxG+NEoiCRgQFh0uMBIVZjZEFI80cMZaeysVAR0bKp9EX3dxaTvQVzFHKAICIiUeAQEIEwwdBSUOVDdGfUFHBSExIxkSJSAZCwtKRwwfMx4bCw8ACAAA/4AGAAWAAA4AIAAnAC4AMgA+AFYAYgAAJSYDIwcOBAcnFjMyAyYnBCEGFRQWFz4DPwE+AScmJw4BByAFJgcWFz4BASIHNgUmIyIHFhc+BBMmJwcOBAcWFx4BFz4BMh4EFzYQAgQgJAIQEiQgBAQAKmICAhA2lH6IIw+46oQ9FSD+yf6WAVhQMpOKeyYlBBJneHyKwCABLgPc0sdXKW+U/PEBAQECT7n4TE+Dc0V6RzwP5AOSAQkUQ0t9RRkTAgkDJE1GRDw1Kx4Kes7+n/5e/p/OzgFhAaIBYSTxAQEBBhVNV45NC5YCkzE+XQcOfOFZWZteRA4NAQXW1aVB8pfvPB/v5kvlA20BAZGkE6rUGkU2PBX+IuiyAQwZQDlJHDUqBRgFBQQDBQYHBQLI/l7+n87OAWEBogFhzs4AAAACAAD/gAYABYAAPgBeAAABNC4DLwEuBDU0MzIeAzMyNjU0LgEjIg4CFRQeAh8BFhcWFRQGIyIuAyMiBhUUFjMyPgIFFAYjIicGIyIkJgI1NDcmNTQ2MzIXNjMyBBYSFRQHFgSVJzpYTTFoHhwqEg+QK0QoJCwaLzlwrGBEgG9DJkpWPJJaFiBQQTNRMSoyHTIz9KlJhm9CAWvhn4JoTUmP/vu9bxBQ4Z+CaE1JjwEFvW8QUAHZMlM2LBgLGAcHEBAaEU0YISIYQC03WS4fP29JPVs8JQ4kFg4UKCczIC0tIDwtXIMlRnWQn+FQEG+9AQWPSU1ogp/hUBBvvf77j0lNaAAAAAMALP+ABMsGAAAjAD8ARAAAATc2JiMhIgYVERQ3AT4BOwEyNjc2NzYmIyEiJj0BNDYzITI2NwYKAQcOBCMhIgcGAQ4BJyY1ETQ2MyEyFgcDNhoBA+glBRwV/TgXHwYBIxceIe8WHgMYDQQfFf7aHSYmHQFaEiLmD00+BAYGFhsyIf7xDQkI/l4WSQw3TFIDeF9AFp4EPk0ETsIXIiIU+7MHBgFgGg8dD4I9FSYmHSodJRvuSf59/scRFhUsFhQKCf4bGQcJFkwFgjdfamr86hEBOQGDAAAAAAMAAP+ABgAFgAAPAB8ALwAAJRE0JiMhIgYVERQWMyEyNgERNCYjISIGFREUFjMhMjYTERQGIyEiJjURNDYzITIWAsASDv4gDhISDgHgDhICoBIO/iAOEhIOAeAOEqAmGvqAGiYmGgWAGibABAAOEhIO/AAOEhIBjgKADhISDv2ADhISAw76gBomJhoFgBomJgAAAAACAAD/AAUABeAAMQA5AAABFAYjIicDIxUTFhUUBisBERQGKwEiJjURIyImNTQ3EzUjAwYjIiY1NDcBNjMhMhcBFgAUBiImNDYyBQA4KDMd4y33CSYawEIuoC5CwBomCfct4x0zKDgQAQBJZwGAZ0kBABD+YIO6g4O6AeAoOCsBVYT+ZQ8SGib+8C5CQi4BECYaEg8Bm4T+qys4KB0YAYBra/6AGANguoODuoMAAgAA/wAEAAXgACUALQAAAREUBiImNREjERQGIiY1ESMRFAYiJjURIxEUBiImNRE0NjMhMhYAFAYiJjQ2MgQAOFA4QEJcQkBCXEJAOFA4cFACgFBw/uCDuoODugNA/mAoODgoAWD8cC5CQi4B0P4wLkJCLgOQ/qAoODgoAaBQcHABzbqDg7qDAAIAAP+ABgAFgAAVACEAACUBPgEmJyYOAQcGIyInLgIHDgEWFyQQAgQgJAIQEiQgBAMFAV4QER0vKFY9GCQ8OyQYPVYpLh0REARYzv6f/l7+n87OAWEBogFh6gHZFkpgHxoBIhwoKBwiARofYEoWjv5e/p/OzgFhAaIBYc7OAAAAAgAs/wAG1AX/AA8ASQAAADQuAiIOAhQeAjI+ASUGBwURFAcGJyUHBiIvAQUGJyY1ESUmJyY/AScmNzY3JRE0NzYXBTc2Mh8BJTYXFhURBRYXFg8BFxYFwFub1erVm1tbm9Xq1ZsBbwQQ/twNDw7+3LQKIAq0/twODw3+3BAEBQm0tAkFBBABJA0PDgEktAkiCbQBJA4PDQEkEAQFCbS0CQIL6tWbW1ub1erVm1tbmzUPBWD+zhAKCgZe+A0N+F4GCgoQATJgBQ8RDPj4DRAPBWABMhAKCgZe+AwM+F4GCgoQ/s5gBQ8QDfj4DAACAAD/gAW+BX8AEgAxAAAlBiMiJAI1NDcGAhUUHgIzMiQlBgQjIiQmAjU0EjYkNzYXFgcOARUUHgEzMjc2Fx4BBO42OLb+yrRoyf9mq+2CkAEDASZe/oXgnP7kznpzxQESmSwREiFWW5L6lHZuKR8OB+kJtAE2tsClPP6u14Ltq2Z7w8vzes4BHJyZARfMfQYCKSkfTs9zlPqSMxIfDigAAwBA/4AGwAWAAAsAGwArAAAANCYjISIGFBYzITIBERQGIyEiJjURNDYzITIWExEUBiMhIiY1ETQ2MyEyFgRAJhr/ABomJhoBABoCZiYa+oAaJiYaBYAaJkAmGvoAGiYmGgYAGiYCpjQmJjQmAQD8QBomJhoDwBomJgGm/wAaJiYaAQAaJiYAAAIAIP+gBmAFwABCAEgAAAAUBisBFAcXFhQHBiIvAQ4EIxEjESIuAi8BBwYjIicuAT8BJjUjIiY0NjsBEScmNDYyHwEhNzYyFhQPAREzMgEhNDYgFgZgJhrgQ9ATExI2EsYFFEBCYjCAM2VJOw4PtxQcGBMTAxHKOuAaJiYa4K0TJjQTrQNMrRM0JhOt4Br+Rv2AuwEKuwJaNCard9ETNBMTE8UFECkgGgOA/IAbJycNDs8VEBI1FONyoCY0JgEmrRM0JhOtrRMmNBOt/toCAIW7uwAAAf//AAEHfQRHAIUAAAEWBwYHDgIeAhcWFxYXHgIOASMFBiYvAS4DBw4EFxQGDwEGByMGLgIvAS4DAicmND8BNjMlHgEfARYXHgEfAR4DMjc+BCcuAS8BJicmNzY3NhcWFx4DFA4BFRQGHgIXHgE+Ajc2Nz4BPwE+AhclNhYXB30XrRgpKB4fBxMuIgQBjTIDBwcIKib/ABhAFBQeUDlBGAMKGBMPAQcEBBIjc0eWcV0YGQojbGiNPAYDBA8qARIMFgUFEAgUNA8QHTYrKBwNAgYSCQoFAg4HBhk8DRIQFjW6UjUUGw4HAgMCAQYRDggSIio+JTwvBAwFBAIGFAoBICcyBgP4QOYgNTMqORsqLB8CAoNaBQ8mHhkEBRQMDBVWRS8IAQUYI0UrDxkGBRMDBClBQxgYCiiOoAEGjRAWBQYTAgIJBAMLFTJrHB08WDEcBQEIJDpoSShCDQwiCQIWEwsaAgEMBREfITo0WSYLPiIvHwkCBBorWz5oeQoPAwMBAwMBAgUPCQAHAAD/qgb3BUsACgAVACEALwBVAGkAfwAAJTYmJyYGBwYeATY3NiYnJgYHBhcWNhcOAScuATc+ARceASUuASQHBgQXHgEENzYkJRQOAgQgJC4BNTQSNzYkFxYHBh4BNj8BNjIXFgcOAR4BFx4CAh4BBw4BJy4BNzYmBwYmJyY2NzYlHgEHDgEuATc2JicuAQcGLgE2NzYWAqMVFCMiThUWEkRRdAgJDQ4dBxEeDh61LeJva1EvL9Fqb18BCwmg/v+S3/7bDgmgAQGS3wElASZKkMH+/f7m/vTVgouAqQFZSkEtBAYODwYGi9YuLS0CBQ4KDDlcRHRUGRMIKxcXFgcUWD8YKgQFGhg8AVVXMycJMjYaCBwkPj6sVxwwDB8ce/L8IkYPDhohIkUgG5sNGwUFCw0fDgULXmZgJCK5X11cGx21PGCURg4X7ZJglEYOF+2ORI+DaD5Dd7dscwEEgKmGSkCRDgwCAwICOz0/cw0OCwQEEjppAl9eezgXFgcIKxc/YA0FGhgYKQUNT2D9cxsaEjIbUrRERTUSBh84LwYaSwAAAAADAAD/gAYABXIACQATAB0AAAUGIyInPgE3HgEBERQCByYRNBIkARAHJgI1ERYEEgRtq8XEq4rDIiPD/pv9zLWnASQENbXM/bMBJKciXl5X+JCQ+AU9/hv8/mFj1wEYuwFF1v0q/ujXYwGf/AHlHtb+uwAAAAEAAP8ABXoGAABrAAABDgMuAy8BBgAHIiY0NjM2JDcOAi4DJz4BHgIXNjcOAi4FJz4BHgUfATY1LgU2Nx4EDgIPARYUBz4FFhcOBiYvAQYHPgUWBXogWF5oY15PPBARcf6f0BMaGhOtAStmJEheWGJWUyFyyIdyPxk1GgcWR0RfUlZALQZGf2JWPTMhFgUEDAgbRzg0DiYzSW08JAUGFBIIBwEBAw4vNlhfgUQCJz1OVVRMOxERFzIGGEtQd3SOAbFQdD0gAw4eGQoK5P75ARomGQHVvA4SCA0sSn5TLxQjTkwsg6ABAwIDER04SnNGHBETKTs/PzEPEHpJBhRFSnBxjUQZSVBaWFNGNg8PBFwaBxc/NTofAhdOf1I9HhIBAwMDk4gHFzsuJgIxAAQAFf8ABOsFAAAMABAAFAAeAAABFRQGKwEBESEiJj0BARUhEQEVIRElFSE1NDYzITIWBOtzUTn+/P3vUXME1vsqBNb7KgTW+ypzUQNOUXMBG0JVd/7zAQ13VUIBRv8A/wFI/wD/jENDVHd3AAMAAP+ABgAFgAAZACUAMQAAABQHAQYjIiY9ASEiJj0BNDYzITU0NjMyFwEWEC4BIA4BEB4BIDYAEAIEICQCEBIkIAQEgAn+wAkODRP+oA0TEw0BYBIODAwBP6mS+v7Y+pKS+gEo+gFyzv6f/l7+n87OAWEBogFhAo4cCf7ACRMNwBMNwA0TwA4SCv7BqwEo+pKS+v7Y+pKSAl/+Xv6fzs4BYQGiAWHOzgAAAAADAAD/gAYABYAAGQAlADEAAAEVFAYjIRUUBiMiJwEmNDcBNjMyFh0BITIWEhAuASAOARAeASA2ABACBCAkAhASJCAEBIATDf6gEg4MDP7BCQkBQAkODRMBYA0ToJL6/tj6kpL6ASj6AXLO/p/+Xv6fzs4BYQGiAWEC4MANE8AOEgoBPwkcCQFACRMNwBP+/wEo+pKS+v7Y+pKSAl/+Xv6fzs4BYQGiAWHOzgAAAwAA/4AGAAWAAA8AHwAvAAABERQGIyInASY0NwE2MzIWARE0JiMhIgYVERQWMyEyNgERFAYjISImNRE0NjMhMhYEACYaFBH+QBsbAcARFBomAQATDfxADRMTDQPADRMBAKl3/EB3qal3A8B3qQPA/YAaJgwBQBNCEwFADCb8xgPADRMTDfxADRMTA838QHepqXcDwHepqQADAAD/gAYABYAABwATAB8AAAAUBiImNDYyEiAOARAeASA+ARAmBBACBCAkAhASJCAEBACW1JaW1Cr+2PqSkvoBKPqSkgFyzv6f/l7+n87OAWEBogFhAurUlpbUlgEgkvr+2PqSkvoBKPq9/l7+n87OAWEBogFhzs4AAAAAAgAA/wAGXQXgABUANgAAARcGBCMiJAI1NBI3Fw4BFRQAMzI+ASUXBQYjIicDISImJwMmNz4BMzIWFRQGJxMhFSEXITIXEwP/Zjr+0Luc/veb0aoRepIBB7l+1XUCGzr/AA0QKBHv/igYJQNgAggOVjZCXmhEJQGn/mkQAccoEeQBXcyz3psBCZy1ASo+gzbfhbn++YLdGnKAByMB3SEYAwsRGTM/XkJFYQf+34CAI/45AAAAAgAA/4AGAAWAACMAMwAAATYnJgM2MzIHDgEjIicmJyYHBgcOAQcXNjMyFx4BFxYzMhMSExEUBiMhIiY1ETQ2MyEyFgUMCqvnUSwmVQsEjCMrJw0gHoI7aRtsGzRMCzkyDzwPRGCd4tz6qXf8QHepqXcDwHepA4LYBgj+8xNgOdypNsm9DAddGGAYQzSzN9s3swEmARsBf/xAd6mpdwPAd6mpAAABAAAAAASABYAARAAAARQCBCsBIiY1EQcGIyInJj0BND8BNQcGIyInJj0BND8BNTQ2OwEyFh0BJTYWHQEUBwUVJTYWHQEUBwURNgA1NDY7ATIWBIC9/ry/oA4S1wMGCgkNF+nXAwYKCQ0X6RIOoA4SAXcPGhf+dwF3DxoX/ne8AQQSDqAOEgLAv/68vRIOAmNCAQYKEIAXCEddQgEGChCAFwhH+g4SEg61dAUUEIAXCHlddAUUEIAXCHn+GQ0BFL4OEhIAAwAAAAAFgAWAACMAMwBDAAABFRQGIyERFAYrASImNREhIiY9ATQ2MyERNDY7ATIWFREhMhYTETQmIyEiBhURFBYzITI2ExEUBiMhIiY1ETQ2MyEyFgSAEg7+oBIOQA4S/qAOEhIOAWASDkAOEgFgDhKAXkL8wEJeXkIDQEJegKl3/MB3qal3A0B3qQLgQA4S/qAOEhIOAWASDkAOEgFgDhISDv6gEv4yA0BCXl5C/MBCXl4DgvzAd6mpdwNAd6mpAAAAAAQAAP+ACIAFAAAnAC8APwBQAAABBisBNSMiJjU0Ny4BNDY3JjU0NjsBNTMyFyEeARceAhQOAQcOAQc3FhQHFzY0JwEhBgciBg8BAQ4BKwEDMzIDIxMzMhYXAR4EMwUhJgJsbp6AQA0TBzpNTToHEw1AgJ5uBFkqgRBZei0telkQgSoGNTVRRET7VQP32e85cBsc/uAaWS1gXR2dnR1dYC5YGgEgBA4vMkkkAcj8CXQBoEBALyEYGQIRGBECGRghL0BABxYDDzMsJCwzDwMWB/wkcCQeMJQw/tYmKjAYGP7gGiYB0AHgAdAmGv7gBA0hGRVQQAACAAD/gAaABgAAUgBWAAABMhYVFA8BFxYVFAYjIiYvAQUXFhUUBiMiJi8BBwYjIiY1NDY/AQMHBiMiJjU0Nj8BJyY1NDYzMhYfASUnJjU0NjMyFh8BNzYzMhYVFAYPARM3NgElAwUF7z5TXaw4B1Q7L00PN/7KNwhUPC9MDzeZHRU9UTcsnGmcGhY8UjcsnTUIVDwvTA82ATY2CFU7L00PNaIVFjxVPCydaaQY/PwBNmn+ygL4UT1hITunFRo7VjYtpWqkGBc7VjYtozUJUD0vTA81ATk2CFE8L0wPNZ8YFzxVNi2gaaAYFztWNyyhNwZPOy1JDzb+xDgI/vppATtrAAAAAAMAAP+ABgAFgAAPACkASQAAATIWFREUBiMhIiY1ETQ2MwERBgcOAQcGIzkBIicuAScuAScRFBYzITI2ETQmIyEiBhUUFhceARceBjI+BTclPgEE4HepqXf8QHepqXcD4B8hIsU1YkJCYi++LwwqCjgoA0AoODcp/MAoOD0lL7UnAxwOHBMYFRQVGBMcDhwDAQsjPwWAqXf8QHepqXcDwHep++ABtCMUFn4kRUUgeSAIJgj+TCg4OAJlKTo4KCVPGSByGgITCREJCgUFCgkRCRMCrhdPAAAAAAYAAP8ABwAGAAAFAD8ARwBRAGEAcQAAEzQ3ASYCARQOAwcDATY3PgEmDwEmJyYOAR4BHwETAwE2Nz4BJg8BIiYjNiQzMgQXIyIGFRQeBhcWBRMWFwYjIicBFhUUAgcTNjU0ACAEFhIQAgYEICQmAhASNgAgJDYSEAImJCAEBgIQEhZ/QwFvxO4FCAUPCBsETP7qLioTDhMTzUt/DBEGAw8MUHio/uguKhMOExPNByAKaQFTxpMBC2kKN0oEBAwGEgcWAz/+Bu0BBH6BcGkDe1/Qr+s7/KIBbAFM8I6O8P60/pT+tPCOjvABVQFaAT3liIjl/sP+pv7D5YiI5QKAo5b8E18BdAEIEyc8HFoN/wADOgMFAiEdAQoBCQEMEhMOAQj+uP4IA0ADBQIhHQEKAaC7amBRNwwYExsPHgwkBWvT/XkGBSwgBFKuw9H+n2YCpqlrKgI0jvD+tP6U/rTwjo7wAUwBbAFM8Pm3iOUBPQFaAT3liIjl/sP+pv7D5QAAAAIAAP+ABwAGAAASABsAAAERBSYkJjU0NiQ3FQYEFRQEFxEBEyU3Jic1BBcEPv7w5P6M1skBXdnZ/ukBNeoDrSX985N3oQEVzAYA+gCAFKT9koz3pBqsJuCPmOYeBVD+P/56clNGHawhfAAAAAMAAP8AB4AGAAAMACYAMAAACQEVIxQGIyEiJjUjNQEhETMRIREzESERMxEhETMyFh0BITU0NjsBBTIWHQEhNTQ2MwPAA8CAKRz6ChwpgAEAAQCAAQCAAQCAAQA7HCn5gCkcOwY7HCn4gCkcBgD+gIAaJiYagP8A/QADAP0AAwD9AAMA/QAmGkBAGibAJhqAgBomAAACAAD/gAkABYAADQA2AAABExYGBCAkJjcTBRYyNwAUBwEGIiclDgEHFhUUBxMWBwYrASInJjcTJjU0NzY3JSY0NwE2MhcBBu4SBKz+1v6k/tasBBICPhY0FgRQFvugBAwE/XQrOAY/OjoCCgkPwA8JCgI6OkELV/6zFhYEYAQMBARgArz+xEV2RUV2RQE8tQcHAhAuCP6gAQHOIptlJElFJv5PDgsLCwsOAbEmRUkmz3toCC4IAWABAf6gAAEAbf+ABZMGAAAiAAABEyYjIgcTJgACJxYzMjceARIXPgM3FjMyNzEOAwcGA1sNPispQA0o/v+wXToyLEM/jcEqJZFaeC82NTg6HEAjTgqSAkP9PQsLAsNFAcUBKIsPD2/t/sRFPemTzVcODidjOoYR+AAAAQAA/4AF4QWAACMAAAEhFhUUAgQjIiQmAhASNiQzIBcHJiMiDgEQHgEzMj4DNyEDAALVDLb+r9qd/uTOeXnOARydASzX0Xu3gduAgNuBV5JeRiEG/kwC7kM92f6rwHnOARwBOgEcznnJyXeC3/7434IwSFxSJQAABQAA/wAHAAYAABAAGQAiAE4AXgAAARYHBiAnJjc2MhcWMzI3NjIkFAYiJjU0NjIFFAYiJjQ2MhY3NCYiByYnExcUFjI2NCYjIgcnJgcDBgcmIyIGFRQWFwYVFAQzMiQ1NCc+ASQQAgYEICQmAhASNiQgBBYERxAQPv7uPhAQBhIGMHl4MQYS/tM0SjU1SgG/NUo0NEo1+0ZkJIK1P8g0SjU1JTYa3RMGRbSBIzQyRiUfBgEYxcYBGAceJAFmjvD+tP6U/rTwjo7wAUwBbAFM8AFxEA8+Pg8QBgYxMQbUSjQ0JSY0WiU0NEo1NFIxRiRaBgEbLSU0NUo1MjEFFf7IB1olRjEjOg8bHY7Kyo4gGQ85u/6U/rTwjo7wAUwBbAFM8I6O8AAAAAAFAAD/gAYABYAADwAZACMAUQBhAAABFgcGIicmNzYyFxYyNzYyJRQGIiY1NDYyFgUUBiImNTQ2MhY3NCYjIgcmJzcXHgEzMjY0JiMiBycmBwMGByYjIgYVFBYXBhUUFjMyNjU0Jz4BAREUBiMhIiY1ETQ2MyEyFgOrDQ017DUNDQUQBSrOKgUQ/v4uPi4tQC0BUi4+Li1ALdc8KyofcZo2qwEtHyAtLSAwFb0RBDyabx4sKzwgGgXwqarwBhkfATOpd/xAd6mpdwPAd6kBlw0NNTUNDQYGKioGlh8uLh8gLS0gHy4uHyAtLUcqPB9OBPMnICwtQC0rKgUS/vQGTSA8Kh4yDRkXeq2tehkYDTEB5PxAd6mpdwPAd6mpAAMAAP+ABgAFgAAeADAAPAAAATc1NCYiBhURFAYiJj0BIxUUFjMyNjURNDYzMhYdAQU1IxUUBiMiJj0BBycVFBYyNgAQAgQgJAIQEiQgBANiWnSgdBwmG5dzUlFzGxQTGwGJlhsUExtaPHSicwFRzv6f/l7+n87OAWEBogFhArkbPk9wb0/+5RQbGxR4elJycVABGBMcHBM233p+FBscE3saHHtQcnIBrf5e/p/OzgFhAaIBYc7OAAACAAD/oweABV0AHgAwAAABNTQmIgYVERQGIyImNREhERQWMjY1ETQ2MzIWHQEHBSERFAYjIiY1ERc3ERQWMjY1BCY8VDz8sbL7AUg8VDz9r7D8wwGPAUj7srH8g8M8VDwDOHYqPDwq/Zyv+PuyAQr++is7OysCbKvy9KyIOqH+9rL7+bABDD06/vIqOzsqAAACAAD/gAYABYAADQAdAAAlESERISIGFREhESEyNhMRFAYjISImNRE0NjMhMhYFwP1A/iBdgwLAAeBdg0Cpd/xAd6mpdwPAd6mgAeACwINd/iD9QIMEHfxAd6mpdwPAd6mpAAAACAAAABoIAATmAAUACQANABEAGQAdACUAKQAAATMRIREhGQEjEQERMxEDFTM1EyERITUhNSElESMRASERITUhNSElESMRAUjM/ewBSHsBmc3NzVICFf3rAUj+uAFIewGaAhT97AFH/rkBR3sE5vwpArn96wFx/o8CFf1HArkBHszM/uL8UqNSpAFx/o8CFfxSo1KkAXH+jwAFAAD/gAYABYAACQATACMAMABAAAAAFAYjIicRNjMyABQGIyInETYzMgAQJiMiBwYHBgcRNzUWMzICECYjIgcjETc1FjMyAREUBiMhIiY1ETQ2MyEyFgQWTDUrGxwqNf71TDUrGxwqNQJ+sH0UExc3V3zTM0J9p7F9SkO60zc9fQMXqXf8QHepqXcDwHepAkSAWg8BFREBUYBbDwEVEf0xAQy+A046Xwb9hCnOEwJpAQy+JPy4Kc4TAfj8QHepqXcDwHepqQAAAAoAKf8JB80GAACCALwAygDOANwA4wDnAOkA7QDvAAABNh4DFx4CFw4CBy4FIw8BFhceBx8BFg4CByYGIyInJjU0Nz4CJyYHDgEjIi4BJyYnBCMiJjU0NjclJjQ+Azc+ATMyFhc2MzIWFRQGDwIGFjMyNjU0LgI1NDcnNjU0JzYzMh4FFzcOAxc3LgcnLgIqASMiBz4FNx4CPwEVFzY3Pgg/AQYHDgEHDgIHHgEVFAM+ATMyHgMXBiMiJwE3FwcBFhUUDgMHJz4CMwEHJz4BMzITMxcHATUVDwE/AgTGS4ljZ0ErIVs8RTB5nCQsPBsnLmNJCgYECQYsBx8FEgMGAQEBBwgRAyOEICchAgMCOzcBGBMklz0ZZXAcBhX+Hh8QGBEOAeYICxUTGwUEFwYPGgejCREZEQ+2AQGlFi+QLzcvCkQrBVI+LDcqFBUKGAwyAygtIwE9BREHDgYKBwkEBw8aEi8OflsQKEQ/HUcIDCAgFgwW93wcLCkZIg4jCysIBwIpT/y0DjgsEQMr9ye5NgkbHRcZAnl7PUD++TBtSQGhAyM5MzgEBxVPQRz+RWAGCi0ME9MfCikDeQECAQIBAl8DL0Z3YUg4ajc9Hjc/ECWcrbyVYQIEBQkFJQcdDB4ZJRYhGj8pTA8BFQoQH0oWDTk9FQIaNV1+mRQEGnAWEA8XA2oOFg0KBAUCAQ0gESUWEQ8WAygQGregMSQiAxQYEBITLEkaIBADDg0kH0AcGSgoAgsP1gUVCA8GCgUFAgMEASseIRouG1MJCS0cAQFMAV9fFSQnFy0RORNMDwk1VqXGKwMJCgkTNgcL/FQaKx82LjgFLQsDJAyxMP7QDwEHDwsIBwErAg0HAnQUEQEM/XxTDAYxAQEFAgMEAQAABAAA/xIGAAXuABcANgBdAIMAAAUmBw4BIyInJiMiBw4BFx4BNjc+Ajc2JyYnJiMiBwYHBhcWNjc+BzMyHgEXHgE3NgE0LgIjIg4BIwYuAwcOAQcGFx4BMzI+AhceAxcWNjc+ATcUAgYEICQmAjU0PgU3PgM3PgE3FhceARceBgSPBRMeckqBQAUICw8HAQgia2IyKVcrBwwsExQXNS8YHTEaDgkRFwMPBg4JEA4TCxsjCwgKBQoXAVoKFy0eIYCCJBtJT1hwN3OkAgJMHUNGOZZ2eiAaTkFHFCMvIBwdNXzQ/uv+0P7m1YAnO1JLUi8TDkojPR4kLAiBOSysKxUkVUNTNycyEw4WIjEEDAYUCiAcAwMEIRsHDIQvDg8KDCwYFAgHFAINBAoEBgMCDw4PEQYEDAEvFi0tHFNUASg6OigBAZtlcDQUEUFNQAEBPUk+AQMiLil4zqT+579sc8cBHKBZp3xxS0AdCgglFCgYHFlRmyYdThsNGEVIdn6rAAAABAAA/4AGAAWAAB4APABaAHgAAAEPAg4BJw4BIyImNTQ2NyY2PwEXBwYUFxYyPwMDFwcnJiIGFB8DBy8CLgE3LgE1NDYzMhYXNhYBFAYjIiYnBiYvATcXFjI2NC8DNx8CHgEHHgEDFAYHFgYPASc3NjQmIg8DJz8CPgEXPgEzMhYELqCXHkGtVRBwSVV4WUUWLkEMlwslJSVoJR6Xob4MmAwlaEolHZigl6GXHkQsG0ZaeFVMcwxUqwNneFVKcg5Wu0QLlwwlaEolHpigmKCYHUAvFUxlAmZMGi5DDJcMJUpoJR6YoJihmB1DuFYLc05VeAHPoJgeQC4VRlp5VUhwEFauQQyYCyVoJiUlHpigAhIMmAwlSmklHZigmKCYHkO5Vw9wSVV5YkoUL/uVVXleRxwsRAyYDCVKaCUemKCYoJgeQK1VC3MEF010C1W3QwyYDCVoSiUemKCYoJgeQy0aS2Z5AAAIAAD/AAYABgAARQBYAFsAXwBnAGoAiQCjAAABBiYvASYnLgEnBgcGBw4BJzY3PgE3PgE3JgcOAgcGFAcGBwYnJicmJz4BNzY3NjM+ATc+AhcWBxQOAQcGBxceARceAQMWBwYHBiMmJyYnNx4BNjc2NzIFFycBJREFARcDJwMXNxcBBREBFwcnBgcGKwEiJicmNTQ2MzIeARceATMyNjc+AjcBESUGBCMiJzQnETY3Njc2NxEFMiwBMzIVEQKOARcUFCwrB0QEQ0NRGAQfAwZMFYEOEUQCCGYIJx4CAgEFGhcYEgoEAQYlCzovZAIKQgsJGQQEAgMZHAMZNEAMfQUEDc8DBwwmHh4aFw4EAQMhFDAkExECvj+L+/gCtv1KBNlmtWTYZi3T/i4CPf76njYogpI6IVRP8T8ICggEHCEESa1HX5BVDx8lCgGV/PoO/S4HDQUBAwEFD2sqAi4CAT0BOwQUAcoDBwgJFB0FNQJnTl8PAgQCBFgYthseiQkBIgILCAECEQEKBQcHBBEGEQIGAxAQIwIjBAMKAQEMFQIyOQUyURwGNAIBMQHgDw0XDwwDFw8aAwMEBA4MApLjKv2Z6AQI6f02HwKRH/3oH25BAzu4AXz6EQ2gQlMZDE4uBwkICw8SAiUxHSQHERUGBID7yfYG8w0BAgQ2CQEGBSQOAYDGbmsV/l4ADAAA/wAHAAYAAA8AJwA3AEcAVwBnAHcAhwCXAKcAtwDAAAABMhYVERQGKwEiJjURNDYzBR4BFREUBiMhIiY1ETQ2MyEyFh8BHgEVATU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ATU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ATU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ExEjIiY9ASERASBCXl5CgEJeXkIF4DpGlmr8oEJeOCgCoChgHJgcKP0gEg6ADhISDoAOEhIOgA4SEg6ADhISDoAOEhIOgA4SAQASDoAOEhIOgA4SEg6ADhISDoAOEhIOgA4SEg6ADhIBABIOgA4SEg6ADhISDoAOEhIOgA4SEg6ADhISDoAOEmCgKDj9gASAXkL7wEJeXkIEQEJeoyJ2Rf0AapZeQgYAKDgoHJgcYCj7gIAOEhIOgA4SEgEOgA4SEg6ADhISAQ6ADhISDoAOEhL+DoAOEhIOgA4SEgEOgA4SEg6ADhISAQ6ADhISDoAOEhL+DoAOEhIOgA4SEgEOgA4SEg6ADhISAQ6ADhISDoAOEhIBjgEAOCig/gAAFAAA/wAFgAYAAA8AHwAvAD8ATwBfAG8AfwCPAJ8ArwC/AM8A3wDvAP8BDwEfAS8BPwAAATIWFREUBiMhIiY1ETQ2MwEVFBY7ATI2PQE0JisBIgYRFRQWOwEyNj0BNCYrASIGERUUFjsBMjY9ATQmKwEiBhEVFBY7ATI2PQE0JisBIgYDNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNgE1NCYjISIGHQEUFjMhMjYRNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ATU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYFQBomJhr7ABomJhoBwBIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhKAEg5ADhISDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhICABIO/sAOEhIOAUAOEhIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhIBABIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SBgAmGvmAGiYmGgaAGib+4EAOEhIOQA4SEv7yQA4SEg5ADhIS/vJADhISDkAOEhL+8kAOEhIOQA4SEv6yQA4SEg5ADhISAQ5ADhISDkAOEhIBDkAOEhIOQA4SEgEOQA4SEg5ADhISAQ5ADhISDkAOEhL7DsAOEhIOwA4SEgIOQA4SEg5ADhISAQ5ADhISDkAOEhIBDkAOEhIOQA4SEgEOQA4SEg5ADhIS/A5ADhISDkAOEhIBDkAOEhIOQA4SEgEOQA4SEg5ADhISAQ5ADhISDkAOEhIBDkAOEhIOQA4SEgAAAAIAQP8QBMAFYAAfACcAAAkBERQGIiY1ESMRFAYiJjURASY0NzYyHwEhNzYyFxYUJBQGIiY0NjIEpP7cQlxCQEJcQv7cHBwdTxzkAXDkHFAcHP6gg7qDg7oD3P7c/MguQkIuAYD+gC5CQi4DOAEkHFAcHBzk5BwcHU/luoODuoMABQAA/4AGgAWAAA8AHQAzAEMAUQAAARQOASMiLgE1ND4BMzIeAQEUBiMiLgE1NDYzMh4BBTIEEhUUDgIjIiYjIgYjIjU0PgIlIi4BNTQ+ATMyHgEVFA4BJTIWFRQOASMiJjU0PgEDDCZYPUx8PCZYPU17PP6qVE1Mg0ZUTUyDRgGKdgESuCI/QitE7z9C/Uq3cKfQAUg9WCY8e009WCY8fAFkTVRGg0xNVEaDBCg8a05znEk8a05zm/3TUHZvnEpQd2+dL8P+6XMuPR0LWlmSVtOudtNOazxKm3NOazxJnHNod1BKnG92UEqdbwABAED/AALABgAAFQAAARQGBxMWBisBIiY3Ey4BNTQ+ATIeAQLAcl8tAiQawBokAi1fclWWqpZVA/CRxSX8yxomJhoDNSXFkYDznZ3zAAAAAAMAAP8ABoAFgAADAAcAHwAABQERBSctAQ0BERQGBwEGIicBLgE1ETQ2NwE2MhcBHgEDgAKA/YBAArr9Rv1GBfokH/1AHEIc/UAfJC4mAsAWLBYCwCYuXQFdAnzpcf7+/gL9ACM8Ef6AEBABgBE8IwMAKEIOAQAICP8ADkIAAAAABwAA/wAIgAYAAAMABwALAA8AEwAXAEIAAAUlEQUnLQEFASURBSctAQUnJREFJy0BBQERFAYHBQYiJyUmJwYHBQYiJyUuATURNDY3JRE0NjclNjIXBR4BFREFHgECgAGA/oBAAZT+bP5sBdQBgP6AQAGU/mz+bCwBgP6AQAG5/kf+RwX5JiH+QBlAGf5ABAMCBf5AGUAZ/kAhJisjAbIrIwHAFzYXAcAjKwGyJCpgwAE6pHCtra39jcABOqRwra2teKUBCqRwvb29/T3+YCQ+EOAODuACAgIC4A4O4BA+JAGgJkAQugGQJkAQwAoKwBBAJv5wuhBAAAAGAAD//ggABQIAAwAJAB8AJgAuAEEAAAEhFSEDIgYHISYDMjY3MwIhIgI1NAAzMh4BFRQHIRQWJSEyNTQjITUhMjY1NCMhJSEyHgIVFAceARUUDgMjIQc4/gEB//xacAYBmBKmP3YR3WT+udb9AQXOis1lAv1uc/s2ASjNx/7SARlOW77+/P7rAlJXiHU/rHJ0MVNygEb9nQStfP7SaVrD/bdAN/7NAQjX0AETiN6JER5veTKntL5JTZDXHEN+W7VSIKZ5S3tUOhoAAAAHAAD/gAYABYAADwAeACUALABBAEcASwAAATIWFREUBiMhIiY1ETQ2MxMhESEyNjU0JzY1NC4CAyM1MzIVFAMjNTMyFRQFIiY1ITY1NCYjIgYVFBYzMjcjDgEDMhcjPgEDIRUhBOB3qal3/EB3qal30/6NAX51oI9rJ0pUTbCjd2G5vXwCCkRIAZsBlYGApJ6GzT6KC0kxcQv+BEZqAT/+wQWAqXf8QHepqXcDwHep/pH87XNxnio0cDlPKhH+wrhaXv6x2XFoIExFChSEsayCh6S/IigBbno4QgEKTQAAAAQAAP+ABwAFgAAHABsAJwA/AAAAFAYiJjQ2MgA0JiMiBxceAQcOAScuASceATMyATQmIyIGFRQWMzI2NxQAIwEOASMiJi8BEQU2MzIXATYAMzIABi6Pyo+Pyv2NkmgbG2hNQR8fmEwVUhQgdkdoA9Czfn+zs39+s5b+9bz+SwzChHm6GeYBhU9eDRYBHAIBC7u8AQsEH8qPj8qP+77QkgYqH5dMTUAfCCEIPEkD336zs35/srJ/vf72/sGBsph0XAGtnTACAZe7AQj+9QAAAAAEAAD/gAYABYAACAAbAEMATQAAADQmIgYVFBYyABQGIyImJxYXFjY3NiYvATYzMgERFAYjISImPQEXHgEzMjY3JTI2NTQmIyIGBwMmIyIHJRE0NjMhMhYDFAYiJjQ2MzIWBNpyoHFxoP4QdFI4Xhk0Ljx4GRgzPVIWFFID/Kl3/EB3qawUk19omgoBWZbT05aU0gLhCRNLPv7XqXcDwHep947IjY1kZY0DKaBxck9Qcf7IpnM6MBQUGDM9PHgYIQUCbfxAd6mpd5lFXHiMZ/zTlZbT0ZT+vgEldwHUd6mp/qBkjY3Ijo0ABgAQ/1YG7wX/AA0AHgAtADwASwBcAAABAwclLgEnLgE+AjcWGwEnDgMPAQMuAT8BNjcnAQMOAQ8BBgcXAxMXFjY3AQYDJScTPgEXHgUBExYGBw4FByYDJSc3AyU3LgMvAQU2Fh8BFgNEDwL+XCQ+EAsHDwkiAk4stJM/YTAfAwS+EQIHCCNPjAaAvAwxExJHlAjm0weq4jn9Jy/a/sMT4RRQKBgxIzAYMAKX1BILFg0oJD0hRgsi5wE5fI7c/l2XIlJFPBERAZUfNgwLJwFv/pAWHQM5JRs4SiRcBwwCOv6FXEiRaVQVFQFlGjwREj99Vv3q/pkdIwMEBwWkAW8Baq0QFhYDsj/+jLsMAWQfHAQCFBYsGTb+xf6VJU4jFCIWFgoSA0gBbMPtU/6LFFZZml1DDQ0BAxsPDz0AAAQAAP9ACAAFgAAHABEAGQBDAAAANCYiBhQWMhMhAy4BIyEiBgcANCYiBhQWMhMRFAYrARUUBiImPQEhFRQGIiY9ASMiJjURNDY7ARM+ATMhMhYXEzMyFgHgXoReXoSCA/hZAhgJ/QAJGAIFA16EXl6E/hIOYHCgcPwAcKBwYA4Sg10caReiYgMAYqIXaRxdgwF+hF5ehF4B4AFlCBMTCP0ZhF5ehF4BAP6ADhKAUHBwUICAUHBwUIASDgGAXYMBo15/f17+XYMABAAA/wAIAAYAADMAOwBFAE0AAAEyFhURFAYrARUUBiImPQEhFRQGIiY9ASMiJjURNDY7ARM+ATsBNTQ2MyEyFh0BMzIWFxMAMjY0JiIGFAEhAy4BIyEiBgcAMjY0JiIGFAcgXYMSDmBwoHD8AHCgcGAOEoNdHGkXomKAEg4BwA4SgGKiF2n5+oReXoReAWQD+FkCGAn9AAkYAgQhhF5ehF4CgINd/oAOEkBQcHBQQEBQcHBQQBIOAYBdgwGjXn/gDhISDuB/Xv5d/iBehF5ehAGCAWUIExMI/LtehF5ehAABACD/AAXgBgAAMwAAJBQGIyEeARUUBiMhIiY1NDY3ISImNDcBIyImNDcBIyImNDcBNjIXARYUBisBARYUBisBAQXgJhr+MgEKJBn+wBkkCgH+MhomEwGS5RomEwGSxRomEwGAEzQTAYATJhrFAZITJhrlAZJaNCYRjSYZIyMZJo0RJjQTAZMmNBMBkyY0EwGAExP+gBM0Jv5tEzQm/m0ABAAA/4AGAAWAABUAKwBEAFAAAAE0JyYjIgcGFRQWMzI3NjMyFxYzMjY3NCcmISIHBhUUFjMyNzYzIBcWMzI2EzQnJiQjIgcOARUUFjMyNzYzMgQXFjMyPgEQAgQgJAIQEiQgBARnHsH+hZoqGxYFIIRv4qsTDhMcYCPt/smZljAjGQceeoEBF9EYDhkjbCh+/rKwzKAXHykfCx2Frp8BLWcVEx0rzc7+n/5e/p/OzgFhAaIBYQFGIBNzIgkrFB0IG2cLG+woFY0qDTMZIwghfA0jAREvF0lLLwclHh8qCCVEPQwpW/5e/p/OzgFhAaIBYc7OAAEAAP+ABAAGAAATAAAJARchESEHAwchEQEnIREhNxM3IQQA/tEYARf+BSyOHv7TAS8Y/ukB+yyOHgEtBNH9uh/+YR7+7x4BLwJHHgGfHgERHgAAABEAAACMCQAEdAAOACUALwA7ADwASABUAGIAYwBxAH8AjQCQAJ4ArADAANQAACU3Ay4BIyIGFQMXHgEzMiU3AzQnJiIHBhUHAxQXFRQXFjMyNzY1ARcHBiIvATc2MjcXBwYjIjUnNzQzMgEDFwcUIyIvATc2MzIfAQcGIyI1Jzc0MzIfAQcGIyImNSc3NDYzMgkBEwcUBiMiLwETNjMyFjcTBxQGIyIvARM2MzIWNxMHBiMiLwETNDYzMhYBOQEDEwcUBiImLwETNDYyFhcTBxQGIiYvARM+ATIWEwcxFAYiJi8CEzU2NzYzMhcWFwEUBiMhLgE1ETQ3NjMyABc2MzIWAxAQEAENCgkODg4BDQkWASoLDA0IEAgNAQoLBgkOCwkJ++wUFAIOAhERAg5YGhoCCAkXFwkIARq8GRkLCgIVFQIKC14XFwIMDRUVDQxgFRUCDgYJFBQJBg4Bgf7fFRUKBxACEhICEAcKXhMTCwgSAhAQAhIIC2ISEgIUEwIQEA0ICQwBicYPDw8UDgEODg8UD2MODhAWEAEMDAEQFg/VDhIaEgEGBgwCCgkLCAcOAgRmpnX87g0SHFVgwwEeETU5daak8QILCg4OCv318QoNNNMCShAIBQUIEAb9vQHrAQoHCwkHDQFsgH4JCX6ACUbPywkKys8J/jIB6/XtCwvt9QwF/PQNDfT8DR/q9hAJB/bqBgn+FgJt/oT2BwsS9gF8EgtP/iz0CAsT9AHUEwsg/gbyFRXyAfoJDQ39EQLq/gLvCg8OC+8B/gsODh7+FOwLEBAL7AHsDBAQ/gjnDRISDXJ1AnwDDwkHBQgS/ZR1pQISDQODFwoi/vnAFqYAAAAEAAD/AAYABgAADQAbACkAOQAAACAkNxUUBgQgJCY9ARYAICQ3FRQGBCAkJj0BFgAgJDcVFAYEICQmPQEWACAEFh0BFAYEICQmPQE0NgITAdoBnHfO/p7+YP6ezncBnAHaAZx3zv6e/mD+ns53AZwB2gGcd87+nv5g/p7OdwG5AaABYs7O/p7+YP6ezs4DAFZUqkV2RUV2RapU/KpWVKpFdkVFdkWqVAEqVlSqRXZFRXZFqlQEKkV2RYBFdkVFdkWARXYACAAA/wAGAAYAABMAGgAjAF4AYwB0AH8AhwAAAR4BFREUBiMhIiY1ETQ2MyEyFhcHESEmJwEmAREhIiY1ESERARYXNjMyFxYHFAYHFQYjIiYnBgcCIyIvASYnJjc+ATc2FxYVNjc2Ny4BNzY7AjIXFgcGBxYdAQYHFgE2Nw4BAQYXNjc0NzY3JjUmNSYnFAcDNjcuAScmJwYHBgUmIxYzMjc0BbwcKDgo+sAoODgoA4AoYByEAXgKDP7HDAFj/mAoOP0AAv4hMzs6kx4QDgIBBkEwhj/dq5lZDw0YAQUKBAleVQ4JAjQ3RCQYDQ0LHxUBFwwSCQICAQIMN/4bNFUzSQGBDw0BBgcBAwEBAQwBfIeVAhYFTDMbOB4Cdxh0TDAOBASEHGAo+4AoODgoBkAoOCgcRP6IHQwBOQz6EgQAOCgBoPoAAlEaHgcxFh4BAgEBJighGDv++gcMAQQKGihnLQkPAgJVcIh+UpsyKA8VLwYCAwUee0Wk/hsYhihYA3oqWgclAygEBAEBAgEWDgEB/Wk2GwERBUNtVm84CxgcAQEAAAAABAAA/wAGAAYAABMAGgAjAFQAAAEeARURFAYjISImNRE0NjMhMhYXBxEhJicBJgERISImNREhERMVMxMzEzY3NjUzFx4BFxMzEzM1IRUzAwYPASM0LgE1LgEnAyMDDgEPASMnJicDMzUFvBwoOCj6wCg4OCgDgChgHIQBeAoM/scMAWP+YCg4/QBpRqSfgAcDAgQDAQUDgJ+kRv7UWmMFAgIEAQIBBgKQcpACBQEEBAICBWNaBIQcYCj7gCg4OCgGQCg4KBxE/ogdDAE5DPoSBAA4KAGg+gADgGv9awHlFBoQCBgDIgn+GwKVa2v+ShQaFQMHCQIFIAkCIf3fCR8GFRUaFAG2awAABAAA/wAGAAYAABMAGgAjAFMAAAEeARURFAYjISImNRE0NjMhMhYXBxEhJicBJgERISImNREhESUVITUjNz4COwEWFx4CHwEjFSE1IwMTMzUhFTMHDgEPASMmJyYvATM1IRUzEwMFvBwoOCj6wCg4OCgDgChgHIQBeAoM/scMAWP+YCg4/QABLQEZS2cFCgUBAgEEAgUHA2tMASNEwMND/ulKZwQMAwICAQQGC2pM/t5EvcIEhBxgKPuAKDg4KAZAKDgoHET+iB0MATkM+hIEADgoAaD6AOpqaqEHEwgEBgQHCQShamoBEQEaa2ufBxMEAwQGCwyfa2v+8P7lAAAAAAUAAP8ABgAGAAATABoAIwA4AEMAAAEeARURFAYjISImNRE0NjMhMhYXBxEhJicBJgERISImNREhESUVITUjNTMyNz4BNTQmJyYjIRUzEQEjETMyFxYVFAcGBbwcKDgo+sAoODgoA4AoYByEAXgKDP7HDAFj/mAoOP0AASABR12JTCpDT0o/MFL+kFwBBXd4NB84Ph8EhBxgKPuAKDg4KAZAKDgoHET+iB0MATkM+hIEADgoAaD6AOpqaqcPF4BSUXgbE2v91QEYAQwSIVJZHw8AAAAABQAA/wAGAAYAABMAGgAjACoAMgAAAR4BFREUBiMhIiY1ETQ2MyEyFhcHESEmJwEmAREhIiY1ESERAREhNTcXAQQiJjQ2MhYUBbwcKDgo+sAoODgoA4AoYByEAXgKDP7HDAFj/mAoOP0ABID8AMCAAYD+UKBwcKBwBIQcYCj7gCg4OCgGQCg4KBxE/ogdDAE5DPoSBAA4KAGg+gABwP7AwMCAAYCAcKBwcKAAAAkAAP8ABgAGAAADAAcACwAPACMAKgA3AEoAUgAAATUjFQU1Ix0BNSMVBTUjFQEeARURFAYjISImNRE0NjMhMhYXBxEhJicBJgERISImNREjFSM1IREBExYVFAYiJjU0NzYTNTMVMzIWAjI2NCYiBhQCgIABAICAAQCAAzwcKDgo+sAoODgoA4AoYByEAXgKDP7HDAFj/mAoOICA/gACjWsIkd6RCBVjgE8WIrxqS0tqSwSAgICAgICAgICAgIABhBxgKPuAKDg4KAZAKDgoHET+iB0MATkM+hIEADgoAaCAgPoAAtH+oxsZU21tUxkbPwFNgIAa/homNCYmNAAAAAAGAAD/AAYABgAAEwAaACMAOQBMAF4AAAEeARURFAYjISImNRE0NjMhMhYXBxEhJicBJgERISImNREhEQEWFREUBwYjIi8BIyImPQE0NjsBNzYBMjc2ECcuAQcOARcWEAcGFhcWJzI3NjQnLgEOARcWFAcGFhcWBbwcKDgo+sAoODgoA4AoYByEAXgKDP7HDAFj/mAoOP0AAewUFAgEDAumgw4SEg6DphABtB8TgYEQNhQVBRFkZBEFFRK9GxRXVxI2JgITNDQTAhMUBIQcYCj7gCg4OCgGQCg4KBxE/ogdDAE5DPoSBAA4KAGg+gADLggW/eAWCAIJpxIOwA4Spw/9RxifAZifFQYRETUVe/7CexU1EA+UFF38XRMCJDUUOZQ5FDUSEQAAAAUAAP8ABgAGAAATABoAIwAzAEMAAAEeARURFAYjISImNRE0NjMhMhYXBxEhJicBJgERISImNREhEQEyFhURFAYjISImNRE0NjMFFhURFAcGIyInATUBNjMyBbwcKDgo+sAoODgoA4AoYByEAXgKDP7HDAFj/mAoOP0AAoA0TEw0/oA0TEw0A2wUFAgEDgn+9wEJCQ4EBIQcYCj7gCg4OCgGQCg4KBxE/ogdDAE5DPoSBAA4KAGg+gADgEw0/oA0TEw0AYA0TAIIFv3AFggCCQEKWgEKCQAAAAYAAP8ABgAGAAATABoAIwA3AEsAWwAAAR4BFREUBiMhIiY1ETQ2MyEyFhcHESEmJwEmAREhIiY1ESERAT4BHwEeAQ8BFxYGDwEGJicDJjchFgcDDgEvAS4BPwEnJjY/ATYWFwEuATcTPgEfAR4BBwMOAScFvBwoOCj6wCg4OCgDgChgHIQBeAoM/scMAWP+YCg4/QABYAgaCzMLAwi2tggDCzMLGgjiDg4EBA4O4ggaCzMLAwi2tggDCzMLGgj+dg0PAooCFg0/DQ8CigIWDQSEHGAo+4AoODgoBkAoOCgcRP6IHQwBOQz6EgQAOCgBoPoAA4ALAwgmCBoL8/MLGggmCAMLAS0TExMT/tMLAwgmCBoL8/MLGggmCAML/QYCFg0DPw0PAgoCFg38wQ0PAgABACf/lwXZBgAANgAAARUGIwYCBgcGJy4ECgEnIRYaARYXNjcmAjU0NjMyFhUUBw4BIi4BJzY1NCYjIgYVFBYzMgXZZWFByaIvUFIcQWlkc2BXGwEbGlh5ek+pdo6i0LSyvjoHGUM7QRIfOjI1QNKiPgLFxheI/vKhGi0wETVyj+EBBwFuz9r+l/7vxmCp7UgBKLnA9dPAn38BBAwnIGdRV1pjW7rXAAAIAAD/AAcABgAAAwAGAAoADgASABUAGQAtAAATARElBTcnCQElBSctAQUnJREJARcRBSUBEQURFAcBBiInASY1ETQ3ATYyFwEW2AJb/rL+tcHBAzMCW/7z/rJNARD+8P7wiwFO/aUEzcH+tQEN/aUDMyL8zRUsFfzNIiIDMxUsFQMzIgFv/m4BZ98kgYH83AGStN+Gtra2Xd8BZ/5u/u+BAQIktAGS/pkr/d4pF/3eDQ0CIhcpAiIpFwIiDQ393hcAAAAAAgAAAAAIAAV4ACMAVwAAAR4BFRQGIyImIyErAi4BNTQ2NyY1NDYzMhc2JDMyBBIVFAYBFBYzMjcuAScGIyImNTQ2MzIeBTMyNjU0JiMiBxc2MzIWFRQGIyIuBSMiBgcIb4nspwQPA/tHAQIFquxuXAykdV9NSwEns6YBGKMB+syofIlnED8MQ003TU01LFFBQUlRcUF5p6h7j2JdQkw0UEo5K09BQklSbz96qgL8Lsd6pOkBCuelbro2JytzojqavKH+7KMGGP7weo5jFEkOQUM2NUQqRFJSRCqPd3mOYWxAQjM5RSpEUlJEKo0AAAAABgAA/wAHAAYAAA8AFwAfACcALwA3AAAAIAQWEhACBgQgJCYCEBI2JCAHFzYyFzcBNyY0NycGEAAgNycGIicHEiA2ECYgBhAFFzYQJwcWFALKAWwBTPCOjvD+tP6U/rTwjo7wAsD+hKvCUqpSwvvxwhwcwloCQgF8q8JSqlLCygE+4eH+wuEDZMJaWsIcBgCO8P60/pT+tPCOjvABTAFsAUzwDlrCHBzC+/HCUqpSwqv+hP2+WsIcHMIBJuEBPuHh/sIIwqsBfKvCUqoAAQAg/yAG4AXXACEAAAEUAgYEICQmAjU0EiQ3FQYAFRQeAiA+AjU0ACc1FgQSBuCJ5/7A/qD+wOeJwgFQzt3+3War7QEE7atm/t3dzgFQwgKAsP7A54mJ5wFAsNUBc/Af5C3+oOaC7atmZqvtguYBYC3kH/D+jQAAAQAT/wAG7gYAAGMAABM2EjcyMRQHDgQeARceAT4BPwE+AS4BLwEuAy8BNx4BHwE2Ji8BNxcOAQ8BPgE/ARcOAQ8BDgEWFx4BPgE/AT4CLgQvASYzFjEeCBcSAgQjIiQmAhMI2MUFAQgoQDghBUlIMmhNPhAQJxwPGw0OCiktKg4NaCdOFBMBJxUUoaAhJwMEFk8cHGcsUhMTHyIULyFZUUcWFTxJGAQgKjEpDg0OBwooLU8xRCswHBMBA97+bv+5/rTrhQKW2QF6gQECCDNmd5iVpkcyJxAfERAzg3JkHh0ZMSEaBgZzEUYaGzBvIB+3tS5xIiElRxERcw5IHR04m7lALR8UIREQNXx3fHBnUz0REQ0DHSJCMlBKZmiCR/79/mTmlPgBUgAJAAD/AAcABgAADAAbACgAUABdAGwAeQCJAJkAAAUVJiQnNxYXNxYXBxYBBxYXByYQNxcGBxcGFRQBFwYEBzU2Nyc2Nxc2AwcWFAcXBgcnBgcXBiInNyYnByYnNyY0Nyc2Nxc2Nyc2MhcHFhc3FgEVBgcXBgcnBgcnNiQAEAcnNjcnNjU0JzcmJzcnByYnByYnNyYnNRYEABACJiQgBAYCEBIWBCAkNhIQAgYEICQmAhASNiQgBBYDatD+nmo6HSxBlNwRQf3iUxYbOWJiOR4TUiMFCDpq/p7QOEER3JRBLHrpDg7oH0O5OVowNFw0MFo5uUMf6A4O6SFCuTtYMCxsLDBYO7lC/ipBOBHclEEmIzlqAWAEEGI5GxZTJCNSEx45FjkjJkGU3BE4QdEBYAENh+T+xP6m/sTkh4fkATwBWgE85LOO8P60/pT+tPCOjvABTAFsAUzwZkIGz6wiMTI5qCxWDAIRHDw0IbQBmrQhODgcZHBt/ugirM8GQgEMViyoOTICW1AqVipQXE2iQxLxCgrxEkOiTVxQKlYqUF1MokQS8AoK8BJEokwCJkICC1YqqTgqOCGsz/2r/ma0ITQ8HGdtcGQcODghJiE4KjipKlYLAkIGz/0AAVoBPOSHh+T+xP6m/sTkh4fkAp/+lP608I6O8AFMAWwBTPCOjvAAAAcAAP+ABgAFgAAHABAAOQBFAGkAcwCDAAAlFCMiNTQzMgMUIyI1NDMyFjc1BiMmIyIGFRQWFxUGFRQXFQYVFB4CMzI1NCYnLgE1NDc+ATU0JzYTMyY1ETQ3IxYVERQFNQYjIj0BMzIWMzUjNDcjFh0BIxU2MzIWMxUjFRQeAzMyATQmIgYVFBYyNiURFAYjISImNRE0NjMhMhYCRl1rYmYkSk1NJCamTjkyPFZ2OywmKXEoREwr4GBOGzExTVoKJUeJAgKJAwH6HiY1NAkjCWkDjAQ8JAEDEAQCBRIfOCZA/sgwSDEyRjECZKl3/EB3qal3A8B3qeRCP0ABlVVUWjMlfR0dclYyaA8DEUQ1GAMlZi1DIxC8Q0AOBR8YLAgPbk8YHAn+YRs3AYMuFxcw/ngyCXkVUuECdVIUGB8vdQMBAtklNjsmGALaJDc2JSQ1NlP8QHepqXcDwHepqQAAAAAGAET/AAa8BgAABwAQADwASABsAHcAACU0IyIVFDMyAzQmIyIVFDMyARUGBxYVFAYHDgEVFB4FFRAhIi4CNTQ3NSY1NDc1LgE1NDYzMhcyASM2NRE0JzMGFREUJRUGIyIuAzURMzUiJiMiBzUzNTQnMwYVMxUiJisBERQzMgAUBiMiJjU0NjMyAlOlnqyXOzw7fHx3AQ0kKxCSfCgnLUdWVkct/pVFem5BtkM/SF++jGBSYgG23gQE3gQCXUdnPloyHQgCBxgGFSZgBuMGqw85DlVXPf3wTjk6UE87OhZkaGUDXD1SkYcBzcoMCispf7MXCCYnHykXFR4tUzn+0Bk5a0qlPAQpVW0cBBipUYu5L/y+LVkCYV4iIVv9m1mxxCcoPGBYOwFfBAIGvkw2Iyl8vgT+k4MEDnRXVzo7WAAAAAIAAP+ABgAFgAALABsAAAkBIwMGBycDIwERMwERFAYjISImNRE0NjMhMhYDKQEKcJ0YFCqbeAEHZQLXqXf8QHepqXcDwHepAhQB8/7IMCxcATj+E/68A4r8QHepqXcDwHepqQACADn/AATHBgAAHQBJAAAAFAYjIicGBwITFgYHIyImJyY+Azc2NyY1NDYyBBACBCMiJy4BNz4BFxYzMj4CNC4CIg4CFRQXFg4BJicmNTQ+AjMyBANKck88Mz419y0BGxUFFB4CDhUmRkQoPUcQcaAB7pz+855AQxUXBQUkFTM5YbKATEyAssKygEw0Cg0mKQpAXZzYdp4BDQQUoHEjQ0/+jf4YFiECGxR+87+1gjxaSyMqUHEu/sT+9JwOBSUVFBcEDUyAssKygExMgLJhcmgUKBQOE3uOd9icXJwAAQAS/wAG7gYAAGkAAAEmNTQ2NyY2NzQSNzYzMhceBh8BFhUUBhUUHgEVHgEVFAYjIi4EJyYjBwYHHgIXDgEHBiMiLgEnJicuAScOASMiLgM1NDY3PgE3Mjc2NScuAS8BIgcOAQcjIiYnJjUQAQ4IFg0BEQ65fYu5hYUxUjwyIh8UDAE3EgMETVcnJAkVERULEAEBAgU7SRRTNwgCBAVA7jVzUUAPCA5ACCmtUiNEdlRBFB8LOxQECgICMHgNBQQIEkkpAQQEAxcC2hMhFDoQFj4MiwErPEI3FTY6TkZjUDoFU0MONAwBBQUBcslsK3IPFCAVHwIBBJpFFCUuKgQYBmESFhMFAgQBAS0oAw8aNiUoJx0CFgECAgIDC70+AxQpQwQJATYuARMAAAAABgAA/z4IAAXCAAoAFgAhAC0ASQBbAAAANCYjIgYVFBYzMgE0JiMiBhUUFjMyNgI0JiMiBhUUFjMyATQmIyIGFRQWMzI2ASYjIgQCFRQXBiMiLgMnBzckETQSJDMyBBYBFAYHFycGIyIkJhA2JDMyBBYCRDIpK0JCKykDGTMoGy0tGygz7DEpK0JCKykCrDQnGy0tGyc0/vYfJ6n+5KMXIyEaMD4bUgn9SP7ewwFNxbABOdMCb4l1N8eWRKn+5KOjARypoQEcqwQKUjIzKCcz/l8cLC0bHC0sAe9SMjMoJzP+XxwsLRscLSwBqgSa/vmcTkoDAwoEEQJ/2ssBH6kBHKOE6f0/ddVXtW0ljfIBHvKNjfMAAQAA/wAG/wYAAB4AAAEWBwEGBwYjIiclAwYjIicuATURCQElJicmNwE2MzIG5CEG/wAFGw4RCw3+O/ISHw0JExcDYPvT/nUlAwIiBoAPERQF9Rgo+gAdEAgFuf7ZFwQHIRQBXQQj/GOiDikoEwPACQAAAAACAAD/AAb/BfcAGgAgAAABFgcBBgcGIyInJQEGIyInLgE1ESUmJyY3ATYBEwEFCQEG5CEG/wAFGw4RCw398f7WEh0OCRMW/iglAwMjBoAj/svd+mYBUANf/iIF9Rgo+gAdEAgF1/65FQQHIRQBxMEOKScUA8AV+g4FK/zFiQJ//OMAAAACAAD/gAYABYAANABJAAAAEAIGBCMiJCcmNj8BNjMWFx4BMzI+AjQuAiMiBgcXFgcGIyEiJjURNDc2HwE2JDMyBBYFERQGIyEiJj0BNDY7ARE0NjsBMhYGAHrO/uScrP7KbQcBCIkKDxAHSdR3aL2KUVGKvWhitEaJHxERKv5AGiYoJx6CawETk5wBHM79+hIO/sAOEhIO4BIOQA4SAxz+yP7kznqRhAoZCIoJAgpfaFGKvdC9ilFHQooeJygmGgHAKhERH4Flb3rOmP5ADhISDkAOEgFgDhISAAAAAgAA/4AGAAWAAA8AGwAAACAOAhAeAiA+AhAuAQAQAgQgJAIQEiQgBAOC/vztq2Zmq+0BBO2rZmarAZHO/p/+Xv6fzs4BYQGiAWEFAGar7f787atmZqvtAQTtq/63/l7+n87OAWEBogFhzs4AAQA+/4AGwgWAAIUAAAUiJiMiBiMiJjU0PgI3NjUDNCcmIyEiBwYVAxQXHgMVFAYjIiYjIgYjIiY1ND4CNzY1JxE0Ni4EJy4BIiY1NDYzMhYzMjYzMhYVFA4CBwYVExQXFjMhMjc2NRM0Jy4CNTQ2MzIWMzI2MzIWFRQOAgcGFRMUFx4DFRQGBpIssS0ssCwYGiIsOhAhAQENJf1dJg0BASUQQDIoGRgvuS4rqioXGR8pNg8hAQEBAgUIDgkPPC4kGBguuS4qqSoZGSIrOA8jAQENGgK7GQ0BASMSUTMZGSywLCusKxkZIy06DyMBIhA8LyQYgAcHKRkfHgQKChV3AYcVCgQEChX+jY4WCgYBHR8aLAcHKhgeHgUKChd4OQMtAy4bMiInGAYKBBwfGiwHBywaHhsCBgoVi/7AFQsDAwsVAUCLFQsDFyYaLAcHLBoeHAEFCheK/FF3FQoHAh0eGiwAAAABABj/gAT+BYAALAAAARUUBiMiBwYHBhURFAYrASImNREjERQGKwEiJjURJicmJyY1NDc2NzYpATIWBP4lGDIEGgYDJBlsGSSPIxpsGiOTYn5CQFhYeW8BMgHfGSQFQ0kdQAEGGQs1+4AZJCQZBML7PhkkJBkB8AwvOnl1jqZ4diklJAAJAAD/gAYABQAAAwATABcAGwAfAC8APwBDAEcAACUVITUlMhYVERQGIyEiJjURNDYzARUhNRMVIzUBFSE1AzIWFREUBiMhIiY1ETQ2MwEyFhURFAYjISImNRE0NjMFFSM1ExUhNQFg/qACwBomJhr/ABomJhoBoPyg4OAGAP0g4BomJhr/ABomJhoDgBomJhr/ABomJhoCQODg/KCAgICAJhr/ABomJhoBABomAYCAgAIAgID8AICABIAmGv8AGiYmGgEAGib+ACYa/wAaJiYaAQAaJoCAgAIAgIAAAQAA/4AGAAWAACUAAAEyFhAGICY1NDclBiMiJhA2MzIXJSY1NDYgFhAGIyInBRYUBwU2BMCFu7v+9rsC/phcfoW7u4V+XAFoArsBCru7hX5c/pgCAgFoXAIAu/72u7uFDBa0VrsBCrtWtBYMhbu7/va7VrQWGBa0VgAAAAIAAP+ABgAFgAAlADUAACQ0JiMiByc2NCc3FjMyNjQmIgYVFBcHJiMiBhQWMzI3FwYVFBYyAREUBiMhIiY1ETQ2MyEyFgUAfVhUPfECAvE9VFh9fbB+AvE+U1h9fVhTPvECfrABfal3/EB3qal3A8B3qf2wfjp4EA4QeDp+sH19WAcQeDl9sH05eBAHWH0D4PxAd6mpdwPAd6mpAAcAAP8ABwAGAAARAC8APgBMAFgAZABzAAAALgEHDgEHBhYXFjMyNz4BNzYBFwcXFhQPARYVFAIGBCAkJgIQEjYkMzIXNzYyHwETBiMiLwEmNDc2Mh8BFhQXBiIvASY0NzYyHwEWFDYUBisBIiY0NjsBMicVFAYiJj0BNDYyFhcHBiMiJyY0PwE2MhcWFAJFFDAZbKYsChQZDQsqEiKBVBkDuC70RBMTQFlvvf77/uL++71vb70BBY+2oUATNRNE+woMDQpbCQkKGgpaCtwLGAtaCgoJGwlbCSASDmAOEhIOYA6uEhwSEhwSl1sKDA0KCgpaChoKCQOaMhQKLKZsGTAKBShUgSILAa0u80QTNRNAobaP/vu9b2+9AQUBHgEFvW9ZQBMTRAEsCgpaChoKCQlbCRvvCQlbCRsJCgpaChq7HBISHBKgYA4SEg5gDhISRVoKCgkbCVsJCQoaAAMAAP8ABwAGAAAEABQANQAAASUFAyECIAQWEhACBgQgJCYCEBI2ATY9AQcnExcmJxcFJTcGBzcTBycVFBc3BRMHFjI3JxMlAmEBHwEfbf6dBQFsAUzwjo7w/rT+lP608I6O8ARtlWbwP4aW7zX+4f7hNe+Whz7wZpUeAUaLdHX2dXSLAUYC0NDQ/rAEgI7w/rT+lP608I6O8AFMAWwBTPD7SMv7A1ngAUMMzkx8n598TM4M/r3gWQP7y4Qo/tZFJydFASooAAAADAAAAAAHAAWAAA8AHwAvAD8ASQBZAGkAeQCJAKIAsgC8AAAlFRQGKwEiJj0BNDY7ATIWAxUUBisBIiY9ATQ2OwEyFgEVFAYrASImPQE0NjsBMhYDFRQGKwEiJj0BNDY7ATIWJSImPQEhFRQGIwEVFAYrASImPQE0NjsBMhYDFRQGKwEiJj0BNDY7ATIWARUUBisBIiY9ATQ2OwEyFgMVFAYrASImPQE0NjsBMhYBFSE1NAUEHQEhNTQ+BCQgBB4EERUUBisBIiY9ATQ2OwEyFhEVFAYjISImPQEBwBIOwA4SEg7ADhLAEg7ADhISDsAOEgJAEg7ADhISDsAOEsASDsAOEhIOwA4S/cIcJgICJhsC/xIOwA4SEg7ADhLAEg7ADhISDsAOEgJAEg7ADhISDsAOEsASDsAOEhIOwA4SAYD9/v6C/oL9/hEzUI2zAQ0BPgEMtI1QMxESDsAOEhIOwA4SJhv+gBsm4MAOEhIOwA4SEgFywA4SEg7ADhIS/nLADhISDsAOEhIBcsAOEhIOwA4SEpImG4GBGyb94MAOEhIOwA4SEgFywA4SEg7ADhIS/nLADhISDsAOEhIBcsAOEhIOwA4SEgGKDQpoAgFlCg0RNExLTTolJTpNS0w0/lfADhISDsAOEhIBVIEbJiYbgQAAAAAFAAD/AAcABgAAEAAUACUALwA5AAABERQGIxEUBiMhIiY1ERM2MyERIREBERQGIyEiJjURIiY1ESEyFwEVITU0NjMhMhYFFSE1NDYzITIWAsAmGiYa/gAaJvkHGALo/wAEACYa/gAaJhomAagYB/zZ/qASDgEgDhICoP6gEg4BIA4SBMD9ABom/cAaJiYaAgADaRf9QALA/ID+ABomJhoCQCYaAwAXATfg4A4SEg7g4A4SEgABAAD/AAcABgAAHQAAARYUBwEXBwYEJwEjNQEmEj8BFwE2MhYUBwEXATYyBtslJf5vlqCj/ju5/pa1AWp8L6OglgGQJmpKJf5w6gGRJmoEOyZpJv5wlqCjL3z+lrUBarkBxaOglgGRJUprJf5v6gGQJQAAAAQAGf8MBucGAAAJABUAOgBnAAABFAYiJjU0NjIWBRQGIyImNTQ2MzIWExE0JiMhIgYVER4FMjYzNhcWFxYXNhcyHgI+BTcGBxIHBgcGJyY3AzUuAScDFgcGJyYnJhMmJyY2Fx4BFxE0NjMhMhYVETc2FgNpf7J/f7J/AfZ+Wll/f1lafuFAT/uoUzsrW0dbM1kcVQJEGwYEGiMHbwU/F0QmRzNJPUrGeftUa0J1aE5WBAEIIQcBBFdPaHVBaVP7eRkqJwQPA15DBOlDXhUnKgMcU3d3U1R2dlRTd3dTVHZ2/vgCm1dJRFz9XxciFg8HAQQBHAYDGRpbBAMBAQMGCxAXHxiVZ/7jtHEjIC8zcQFGAQIIAf6ucjIvICRytAEbZ5UlNBsCCgMCtkhmZkj9Sg8bNAAABABk/4AGnAYAAAMABwAPABkAAAERIxEhESMREzcRIREhFTcBEQEhByM1IRETA4CRAh+Rkf37VgFG2QMc/k7+utnZ/nJtBE7+TgGy/k4Bsv0I/gMb++fZ2QSq/Av+TtnZBIYBIQAAAAAFAFn/AQWqBf0AFgArAD8ATgBlAAAlFQIHBgcGJicmJyY3PgE3Mjc+ARceAScGDwEEIyYnJicmPgEXMhcWHwEeAQEOAQcGJyYDJyY2NzYXFhceARcWARYHBicBJjc2JBcWFxYSBRYHBgUGBzcGJicmNzY3PgE3NhceARcDBQEFDCc2/yMNBAEFBDyXATsPMRkYG5YDMXj+7REjEwwFCBIqIw29RyxUFxkDOQepMyUaDqovDgURIzABdstOCBz9WgU7Ojj+hggbKQFNOigJAyYCmwMdD/7GQxgBFy4OHh4BSn0yCRwlMJYG2X/+3A0gCAleKg8VDA4KSrNGEwsJCibkNw8nWAIiGTJMtUQCTR0SIgkr/rw21hQOFQoBFU0VMhUrEQEnQhsHFgJRZhQRWAJWIxsrXQ8KIxL9wcgnFApMDwgCBhQWLygBZatCBhMRF905AAAACgAAAAAIAAWAAAMABwALAA8AEwAXABsAIwAsADgAAAEhESETFSE1AREhEQEVITUBFSE1ARUhNQEVITUBESMRFBYyNiURIREUByEyNhMRFAYjISImNREhNQQA/oABgID9gAKA/YAFAP4AAgD+AAIA/gACAP4A/ACAJjQmBoD6AAsFyxomgHBQ+YBQcAEABAD+gP8AgIADAP2AAoD9AICAAQCAgAEAgIABAICA/EADwPxAGiYmGgRA+8AhHyYE2vtAUHBwUARAgAAEACoADQfWBYAACQAfADkAUQAAJCImNTQ2MhYVFDciLgEiDgEjIiY1NDc+ATIWFxYVFAYBIicuASMiDgMjIiY1NDc2JCAEFxYVFAYTIicmJCAEBwYjIiY1NDc2JCAEFxYVFAYEFCiSfVJ9aAJMf4J/SwMSlwpO7ObsTgqXAP8LDIjomFWrf2Q6AhGWCoQBeAGAAXiECpb+Cwuz/n/+OP5/swsLEZcKuwIEAhoCBLsKlw2TFCAsLCAUfDIyMjKWEg0KTVhYTQoNEpYBEAhpYyw+PiyWEgwKhJKShAoMEpYBDwmdn5+dCZYSDQq6zMy6Cg0SlgAADQAA/wAGgAYAAAcADwAXAB8AJwAvADcAPwBLAFMAYwBrAHsAAAQ0JiIGFBYyJDQmIgYUFjIANCYiBhQWMgA0JiIGFBYyADQmIgYUFjIANCYiBhQWMgA0JiIGFBYyADQmIgYUFjIBETQmIgYVERQWMjYANCYiBhQWMgERNCYjISIGFREUFjMhMjYQNCYiBhQWMhMRFAYjISImNRE0NjMhMhYBgEtqS0tqActLaktLav7LS2pLS2oDS0tqS0tq/stLaktLav7LS2pLS2oDS0tqS0tq/stLaktLagNLTGhMTGhM/oBLaktLagHLJhr7ABomJhoFABomS2pLS2rLTDT6gDRMTDQFgDRMNWpLS2pLS2pLS2pLActqS0tqS/7LaktLaksBy2pLS2pLActqS0tqS/7LaktLaksBy2pLS2pL/YABgDRMTDT+gDRMTAL/aktLaksBwAEAGiYmGv8AGiYm/qVqS0tqSwMA+gA0TEw0BgA0TEwAAgAJ/wAF7wYAACcARQAAARYHAiEjIgYPAQMHDgErASImNz4DNzY7ARY3Njc2NzY3PgEWFxYnFAcGBwYHFCMnIgcGAwYjISImNxM+ATMhMhYXHgEF7xIWV/4iLBkmBQQ3AgUnGfsVGAMJIxIkCQUmg4Vnr3BmNRgLAQMEBE+ZLlDecYtaWmQSAlMBC/7ZFh0D6AUtHQJWIn8wa3EDelR4/kQhGhP+pg8aIR4VOOBw3zglAhcnaV+XRj8GAwEDO7NrgelSKAIBAWAI/fYKIRYFvx0mGhMppAAABAAn/wAHAAYAAAoAEgAZACgAAAEyFwATIQIDJjYzAQYHAgM2NxITEgATIQIJARADAgECAyY2MyEyFhcSAbkhEwEKYP5Cf/AMEhQDpDFMT7EoBNPh6wErI/49Kf4ABGhlQ/7cGVEEExABZxUjBXMDYBr+lP5mAbkBNBAj/pvHwgE2ARzd5P6sAY/+vP0T/nECmQMn/cD+WP58AjACCwEtARsQGRoU/mcABwAA/4AJAAWAAAgADwAYABwAPgBJAFkAAAEjNj8BPgE3FwUDJiMhBwQlAycuAScTMwEDMxMjBSYjIgYHBhceARUUBiMiLwEHFjMWNjc0Jy4BNTQ2MzYfASUjIgcDMzczFhczExEUBiMhIiY1ETQ2MyEyFge3ig40AwQMAwz6gjoLQP70AgE3AQ+iERp2SIevAQUlpmimAphFUHucAQGSMCY8J1ZGFhdKb4KdAowxLDEuRjYPAcCAQRb2riPUBQ+agEw0+AA0TEw0CAA0TAIiJY4JCiAKN3gBJzYNT1z+SllGdx3+AgKB/X4CghAbdl5mSBckFR4gIQuQIgF4ZGpEGSIVFiEBGQibNv20YBZKA8L7ADRMTDQFADRMTAAYAAD/gAkABYAAEQAZACsAMwBAAEcAWABjAGcAcQB6AJwAuADHAOUA+QELARkBLQE8AUoBWAF7AYsAAAEmIyIOAhUUHgIzMjcmAhI3BgISFzYSAicWEgIHFjMyPgI1NC4CIyIBMzUjFTMVOwI1IwcnIxUzNRczNwMVKwE1OwEVMycyMzc2NC8BIisBFTM1MyQ0NjMyFhUUBiMiJDIXIwQ0NjIWFRQGIyI2NDYyFhUUBiIXIiciJjUmNTQ3NDc2MTI1NjMyFxYxFxUWFQccASMHBiMGJTM1NCYnIgcmIyIHNSMVMzU0MzIdATM1NDMyFRczPQEjFSYjIgYUFjMyPwE0LwEmNTQzMhc3JiMiBhUUHwEWFRQjIicHFjMyNhcnBiMiPQEzNSM1IxUjFTMVFDMyNyIGFRQWMzI3JwYjIiczNTQmMyIHNSMVMzU0MzIXNyYWFBYzMjcnBiciJjQ2MzIXNyYjIhczPQEjFSYjIgYUFjMyPwEiBzUjFTM1NDMyFzcmFzM9ASMVJiIGFBYzMj8BByIjBgcGFQYVFBcUFx4BMzI3ND8BNjc2NTQnJic0LwEiJgERFAYjISImNRE0NjMhMhYEX4CZZ72IUVGIvGiZgINeX6N+XFt/f1tcXYJfXoOAmWi8iFFRiL1nmQJlBxEHAx0EBQYGBQMGBAUIAgMDAgMEAQEBAQEBAgEGAwH7FhYTEhYWEhMBpTwFRgGHFiQXFhMS+hckFxckhwICAQQBAQIBAgICAwEEAgEBAQECAgH6vB4dGSAPDh8YDx4eIR4dIR6mHR0RGh0mJh0cD7IvDhcZFxQMFiEaHi8NGB8ZFA0ZIR0hgggNDRMwMB4cHC8VZR0mJx4hFg4SFSIHZSSDFwweHh0KCAkJEichHRMOEhESFxcSExAOFBwhzh4eDxsdJycdHA6FFwwdHR0KCAkIfx0dDzgnJxwdDk4CAgECAgMBAQMCBAMEAgICAQIBAQECAgIBBAFnTDT4ADRMTDQIADRMBKtVUYi8Z2i8iFFVawE9ATxTY/7T/tRjYwEsAS17a/7D/sNqVVGIvGhnvIhR/NkDAxEUDQ0UDw0N/jkCAwoFAQEEAQENBSwmGBkSExhXIB8mGBkSExgZJBkZEhMYHQEEAQICAwECAgEBAQECBAECAQECAgICAQRVGB0BGBgUEIdLJCRLSyQkS0RDEBQoPigUGCIGAgQKDwsYDhgUIQYCBAoRDhcRGA4ZBxY9GykpGz0yjigfICcTFg8hDCAnFBCHTCMEHAQoPigQGA0BGCYYDBgQi0RDEBQoPigUehQQh0wjBBwEi0R6RxQpPCkUAwEBAgEDAgQDAgICAgIBAQEBAQMCAwQCAQMBAQEBBOX7ADRMTDQFADRMTAAADAAA/4AJAAWAAAoAEQAbAB8AQgBXAGIAagBxAH0AigCaAAABFAcGKwE1MzIXFiUUKwE1MzIFNCYrAREzMjc2FzMRIwU0JicuATU0NjMyFzcmIyIGFRQWFxYXFhUUBiMiJwcWMzI2BTUGIyImNTQ2MzIXNSYjIgYUFjMyAREOAQwCBSEyNgA0JiIGFBYyJRMjBycjEzczNSM1MzUjNTM1IwEzJzY1NCYrAREzNTMBERQGIyEiJjURNDYzITIWATkkHTwRET0cJAbwQBMUP/lTZE9fX0otPB5BQQFAKTcdFRsVHRgiKTksPCQuJQgTHBYwFyosRzNAARYlKTE/Py4rJigoSmdmSioE90Gf/sT+qf4U/v4GIRom/K1qlmpqlgECkEdaWUeO0Lh3c3N3uAGHUGlMPjhhQQkBIU03+Ag3TU03B/g3TQL3MyEa3BsfDTRlckpd/rMmM1kBTegoLBQKEg4QFRssJTcoIykQDQYMFhQbLChAPSlNJUEyMEMmTRRlkmX9twIPKFiSgYwwJgLElmpqlmoIAVbg4P6qCThaOEo5/rOMEE4vNP6zhQIk+ww4Tk44BPQ4Tk4AAAAAEgAA/4AJAAWAAAIACwAOABUAHAAjACYAOgBPAFsAzgDiAPkBBQEJASQBPwFiAAATMycBNycjFTMVIxUlFzUXNCsBFTMyJTQrARUzMgE0KwEVMzIFMyclESM1ByMnFSMnIwcjEzMTETMXNwEUDgQiJiMVIycHIREhFzczMiUVIxEzFSMVMxUjFQEVFAYjISImNREzNzMXMzUXMzcVITU3Mh0BITUeAjYzNzMXMzUXMxEjFScjFScjIgc1IxUmIyEHJyMVJyMHETQ2MyEyFhURIyIHNSMiBzUhFSYrARUmKwEHJyERITcXMzUzMjcVMzUzMhYdASEyNxUzMiUUBgceAR0BIzU0JisBFSMRMzIWARQGBx4BHQEjNDYuAysBFSMRFzIWARUjETMVIxUzFSMVAREjEQEUKwE1MzI1NCYiLgE1NDY7ARUjIhUUFjYeATcVBisBNTMyNTQmBi4CNTQ2OwEVIyIVFB4BAxEjJxUjJyMHIyI1NDsBFSImDgQVFBY7ATczExEzFzV3WS0CQUpGo46OAT1jvShUUykBISpSUSv+6ipSUSsBy1ks/BZCXjlehBmHGUZ0YG5qVU0CmAsRHBgnGCkJflBT/wABBFBSz23+3dnZmJSUBdRNN/gIN01vGTcZ2hNxFAIdCgoBFxdAKVUJGTgZ4yK2tBm5F/lFKKwYMf2MKyvGFqlOTTcH+DdNeDMesTcX/sQfONEXROo2Mv6jAVc3NNMVOx+uCAgEAhE5H6g8/S0YFhkSQRgiRUGaMDr+6xkVGhFBAQEFDBcSRkCZMToCEdjYl5SU/u1CAvdmfn4iIjEyIjQognckIzExI+8YQH19IRklKyUZNSiBdiQ6T5RceoQahhlLgYU/ByoPHwwRBhskHVxhbWNyA1Zs/YZPTzE3Nk5u2TwhRSgdPQHyHTwmbC/+8dTU1NQ8PAEP/v8BAbi4/dQUHhQNBwIBW1paAQ9ZWfw4AQ85MTc2/dHlN09PNwKmPT0uLi8vYwEOVhcMDAECPT06OgF6LCwsLBYWFhZhYSwsswGHN09PN/1aFhYWFhYWFhY6Ov6GOztZDWZjBAhXGBj7FygJCSIdNi0hFWMBDx4BqBgoCQkhHjUJIw8WCgdiAQ8BHf10OAEPODE3NgKp/vEBD/10VjoZEAoHJiQnKjkZEAkBBiUOZSM6GQ0MAQULJR4nKjkZFAQGAkL+8svLPDyFijsCAQMKER0TJijV/wABALy8AAAAAAsAAP+ACQAFgAALABcAIwA6AFMAbgCFAJ8ArgC5AMkAAAEUBiMiJjU0NjMyFiUUBiMHNzY7ATIeAQUUBiMiJjU0NjMyFiU0JisBIgcDBhY7ATI/AT4CMhYzMjYFEzYmKwEiByYjIgYVFBYzMjY3BhUUOwEyADQmKwEiDwEnJisBIgYVFB4BFwYVFDsBMjcBJTQmKwEiBwMGFjsBMj8BPgIyFjMyNgUTNiYrASIHJiMiBhUUFjMyNjcUBhUUOwEyEzU0KwEiBwMHFBY7ATI3AQ4BIwc3NjsBMhYBERQGIyEiJjURNDYzITIWAukzJR0jMiUcJQMRLCwgEQILEhYaGAFfMyQdJDIlHCX6qE0+oBMCQQEIBkwUAhIBDBIQFgNWYgE1KQEIBkwOAxtESGVFOhw8EgQNRRMBwggFTQsHaiwFEUsFCCctAVINTQsHAP8Bfk0+nxQCQQEIBlIMBBIBDBIQFgNWYgE1KQEIBkwOAxpFSGVFOh08EQQNRRPdDUoLAkEBCAZCEwL5SQUqJyERAgsTKCQHckw0+AA0TEw0CAA0TAJ2JTEgHCUzIXgqHgFrCwQVqSQyIBwlMyGOOzUT/mgGChNuCAoDAmHiAQUGCiEobEk7RhgUDAkQARUKCQqclhAJBQJyhARwCA0KAXA4OzUT/mgGCg10CAoDAmHiAQUGCiEobEk7RhgUARAEEAGsAQ4L/mACBQkTARMjFgFrCxcB3/sANExMNAUANExMAAAACgAA/4AJAAWAAAoADwAyAEgAVwBbAGwAdACLAJsAAAEUBwYjIic1NjMyBSM2MzIFNCYnLgE1NDMyFzcmIyIHBhUUFhceARUUIyImJwcWMzI3NgE3IzUPAzMVFBcWMzI3NQYjIj0BBTUmIyIGBycjETMRNjMyEzMRIwU0JyYjIgcnIxE3NRYzMjc2ADQmIgYUFjIBNCcmIyIGFRQXFjMyNycGIyInJiczNhMRFAYjISImNRE0NjMhMhYGPRUTIRcSHRw5AbZuBjIz+exCRCQgJjpCEkNSTS4wQUMnHzAdUh8SSGBRMDMBJxNggRIuET4sJkkgLyAMKgGJDw0gLwoKg5YaOBAvlpYCbi0oR0A1CISWJCBTMz3+LC5CLi5CA7AwMl5gbz83amU7EDlHKxQXBfgCgEw0+AA0TEw0CAA0TAJ5RSUjCeAeVmLpO0EZDRYOGiFwICYnRjpBGA4XEB8ZEnEpJSkBI2+HFXIIZ9tUJB4LdgcyxRmLAyAeOP4pATIf/q8B1956OTQ4L/17GZcLOEEBxEIuLkIv/utxP0CEcoA8NyhnHxMTLw4CsfsANExMNAUANExMAAADAA7/AAfyBgAACwAXAD8AAAESFxQGIyEUBiImJwUyNCMiJjU0IhUUFgEWBgcBBiYvASY2PwEmNT4ENTQSNyY1NDYyFhUUBx4BFwE2FhcGFj3tTDT+QJbUlQEBABAQO1UgZwQzCAEK+LAKGwhUCAEKuhMyUlg9J+q+CDhQOAh8vjUBogobCAKs/pzINExqlpVqryBVOxAQSWcGQAobCfmqCAIKYAobCKEgIipck6ryi5gBBRwTFCg4OCgUExKBXQFrCAIKAAAAAAQADv8AB/IGAAALABYAJgBOAAAENCMiJjU0IhUUFjMJAS4BIyIOAhUQARQGIyEUBiImJzchJgM3EgEXFgYHAQYmLwEmNj8BJjU+BDU0EjcmNTQ2MhYVFAceARcBNhYEEBA7VSBnSf33A20qtYVdmVowBMBMNP5AltSVAZUC9aY9bz0BQ1QIAQr4sAobCFQIAQq6EzJSWD0n6r4IOFA4CHy+NQGiChuwIFU7EBBJZwHrAvhYdT9ibDP+gP5ANExqlpVqgbsBEGH+nASoYAobCfmqCAIKYAobCKEgIipck6ryi5gBBRwTFCg4OCgUExKBXQFrCAIAAAAABQAA/4AFgAWAAA8AHwAvADcAWwAAJRE0JisBIgYVERQWOwEyNiURNCYrASIGFREUFjsBMjYlETQmKwEiBhURFBY7ATI2ASEnJichBgcFFRQGKwERFAYjISImNREjIiY9ATQ2MyE3PgEzITIWHwEhMhYCABIOQA4SEg5ADhIBABIOQA4SEg5ADhIBABIOQA4SEg5ADhL94AHAMAcK/sMKBwNvEg5gXkL8wEJeYA4SEg4BNUYPTigBQChOD0YBNQ4SoALADhISDv1ADhISDgLADhISDv1ADhISDgLADhISDv1ADhISA+51CQICCZVADhL8TFN5dVMDuBIOQA4SpyU0NCWnEgADAAD/gAYABYAALAA8AEgAAAEVFA4CIyIANTQAMzIeAx0BFCsBIj0BNCYjIgYVFBYzMjY9ATQ2OwEyFgIgDgIQHgIgPgIQLgEAEAIEICQCEBIkIAQEfklzeTnN/u0BEMsiU2dSOBB2EINIjLG3jkSMCQZ3Bgr8/vztq2Zmq+0BBO2rZmarAZHO/p/+Xv6fzs4BYQGiAWEBzm0yTisWARbPywEQCRspSC1tEBBGKzG3kpfFMCpGBwkJAytmq+3+/O2rZmar7QEE7av+t/5e/p/OzgFhAaIBYc7OAAAAAgAA/4AGAAWAAA4AYgAAATQmIyIOAhUUFjMyPgEFFA4CByIGIyInJicOASMiJjU0EjYzMhYXPwE+ATsBMhcWBwMGFRQWMz4ENRAAISIOAhAeAjMyNzYWHwEWBwYHDgEjIiQmAhASNiQzIAADzGteP3piPWthYKBVAjRKe4xLBhMHXy8cBTSfXqGxhOKFV4gmAgsBCQV2BQgFAngFGSAcOlhCMP6k/tyC7atmZqvtguSxCxoIKQgBAgpm+4Wc/uTOenrOARycAVgBqAL5bHo9bKZhcHqFxxFvrGIzAgE1ITJCWL+unQEKm0dAEzgGDAsFC/2aGBgnGgEJJz12TgEkAVxmq+3+/O2rZpAJAgsxDAwNCVNaes4BHAE4ARzOev5YAAAAAAIAAP8ABwAGAAAjACgAAAAWEA8BFxYUDwEGIi8BAQYrAQUnEzU0NwEnJjQ/ATYyHwE3NgkBJwEVBkS8XuFoCgrSChoKaf2lJTXL/wBAgCUCW2kKCtIKGgpo3138xQJAwP3ABgC8/vdd32gKGgrSCgpp/aUlgEABAMs1JQJbaQoaCtIKCmjhXvpAAkDA/cDAAAIAAP8ABv4GAAAQACkAAAEyFhUUBwAHBiMiJjU0NwE2AR4BHwEWACMiLgI1HgMzMjc+BAZPRmkt/rSFYXl+tVwCfjv8uieHUwEE/vXXe75zOgdEOD4PKQ4ZQUpmaAYAXUY/WP2Le1u5f4BUAkM2+/ZMbBZH1f70XaLMdgUyJyIlQl07JA8AAAAFAAD/AAcABgAALQBvAH8AjwCfAAAlESERMj4BNz4BMzIeARceAjMyPgE3PgIzMhYXHgIyPgE3PgEzMhYXHgITFSIuAScuAiMiDgEHDgIjIiYnLgIjIg4BBw4CIyImJy4CIyIOAQcOASM1NDY7AREhESERIREhESERMzIWARQGIyImNTQ+BDUyFgUUBiMiJjU0PgQ1MhYFFAYjIiY1ND4ENTIWBwD5AC1QJhweKyMYKBYWHSRQLi1QJB4VFycYIyseHCZQWlAmHB4rIyIrHhwmUC0YKBYWHSRQLS5QJB0WFigYIyseHSRQLi1QJB4VFycYIyseHCZQLS5QJB0eKyNwUEABAAEAAQABAAEAQFBw+wBIODVLExwiHBMmWgIASDg1SxMcIhwTJloCAEg4NUsTHCIcEyZagP6AAYAcGxgbFg4QExkaHB0ZGRMQDhYbGBscHBsYGxYWGxgbHAFAwA4QExkaHBwaGRMQDhYbGRocHRkZExAOFhsYGxwcGhkbFsBQcAHA/kABwP5AAcD+QHADEE1TSzUdLBggHzomlExNU0s1HSwYIB86JpRMTVNLNR0sGCAfOiaUAAIAAP+ACAAFgAAFAAsAACEVIREzEQkBIREJAQgA+ACABgABAPmAAcACQIAGAPqABAD8gAJAAkD9wAAAAAMAAP+ABsAGAAALABAAFgAACQEGBCMiJAIQEiQzEyEUAgcTIREyBBIDAAIiav7lndH+n87OAWHRuwMFeGyk/QDRAWHOAob93mx4zgFhAaIBYc79AJ3+5WoCogMAzv6fAAIAAP+ACAAFgAAFAB8AACEVIREzEQERFAYvAQEGIi8BAScBNjIfAQEnJjYzITIWCAD4AIAHACcQef2HChoK6f5gwAJJChoK6QHQeRARFQGzDhKABgD6gATg/k0VERB5/YcKCun+YMACSQoK6QHQeRAnEgAAAQAAAAAHAARXAGAAAAEUFx4DFwQVFAYjIi4GJy4DIyIOARUUFjMyNzY3FwYHFwYhIiYCNTQ+AjMyHgYXFjMyNjU0LgYnJjU0NhceARcjHgIXByYnNSYjIgYFDAoKHjQkJQFF05U7aU5MMjkeMQsgO1h4UmCuZtWdsVE4G1QPHQGD/v+T9YhXkcdpV5BnVzo7KjoaYIlRcyY/UldYSjgLA69vTlUwAQwWHgSBGhwXSjFGA0AGIx0pGw0KW/GSwSU2X1B/T4YcUWlYKG+yYKDvXz81mCIkAZieAQGSacqXXCY+YmSGc5I2yGFQKjwgHxctO2lGEBFupAQDFyoLGy0FYzEVARVCAAAAAgAA/4AGAAWAAFcAZwAAATQnLgInNC4BNTQ2MzIXIxYXNyYnLgEjIgYVFBceARceAx0BFgYjIicuBSMiDgEXFR4CMzI3NjcnDgEjIiY1NDYzMhYXHgczMjYTERQGIyEiJjURNDYzITIWBZjqIyQoCQQCMSQ2EQEUE10nCiFFM1B8AhBhZB0oMhsBUzthRhc5J0VPgFNltmoDBF2ubbpdFAs8KnJZc5ikaHB0LggjFikkNzhMKmuYaKl3/EB3qal3A8B3qQHkrUIKDSUcAg0LAiQvDw8kRzYKHRRzUAcQYFgdCA8cKRoFOkaQL5Vmd0gxcLhkAWy2cW4bGG1QSK51aahrdxVfOls5RCcbiwLl/EB3qal3A8B3qakAAAADAAAAAAgABQAADwAfADMAAAA0LgIiDgIUHgIyPgEkNC4CIyEWEhACByEyPgESEA4CIyEiLgIQPgIzITIeAQSAUYq90L2KUVGKvdC9igNRUYq9aP5+d4uLdwGCaL2K0War7YL9AILtq2Zmq+2CAwCC7asCGNC9ilFRir3QvYpRUYq90L2KUVr+9P7M/vRaUYoBp/787atmZqvtAQTtq2ZmqwAAAAIAAAAACAAFAAATACMAABgBPgIzITIeAhAOAiMhIi4BBDI+AjQuAiIOAhQeAWar7YIDAILtq2Zmq+2C/QCC7asEstC9ilFRir3QvYpRUYoB/gEE7atmZqvt/vztq2Zmq5FRir3QvYpRUYq90L2KAAAFAAAAAAkABQAADgASABgALABcAAABISImPwEmIyIGEBYzMjYnMyYnBQEhBxYXBBAmIyIHExYGBwYjIicDBhUUFiAAEAAgADU0NjcnAQYrAQ4BIyIAEAAzMhc3IyImNDYzIRUhJyMiJjQ2MyEyFwE2MzIC+v7GKCMYvEFIhLy8hHOwo7oSOQFxASD+IGNpFQUFvIQ8Pa4PChYPFSMSrl28AQgBPP75/o7++U9GQf6fEiHFF/youf75AQe5cmWJ4BomJhoBgAGzVd4aJiYaAQAhFAELW2W5AYBGIPsfvP74vJHvVT+UAYCEZ5XEAQi8GP78FzQOCx0BBF+ChLwB+f6O/vkBB7lhrT9i/isapNwBBwFyAQc3tyY0JoCAJjQmHP5wLAAABQAA/wAGAAYAAAcADwAfACsASwAAADQmIgYUFjIkNCYiBhQWMhMDLgEjISIGBwMGFjMhMjYCNCYjISIGFBYzITIBESMVFAYiJj0BIRUUBiImPQEjETQ3Ez4BJCAEFhcTFgGAS2pLS2oES0tqS0tqHUgFIxf8ahcjBUgFJh4EJh4m5xwU/YAUHBwUAoAUAayAS2pL/QBLakuAGWcJsQEbAVYBG7EJaRcBC2pLS2pLS2pLS2pLAgwBgBcdHRf+gB4uLgJuKBwcKBz9W/2lgDVLSzWAgDVLSzWAAltwbwHGTnY8PHZO/jpmAAMAAP+ICAAF+AALAC4AUgAAABQGIyEiJjQ2MyEyBTQnISImNTQ2MyEmJCMiBAIVFBchMhYVFAYjIRYEMzI+AgEUBisBFhUUAgYEIyIAJyMiJjU0NjsBJjU0EjYkMzIAFzMyFgW3MiT9QiQyMiQCviQBCBf8KiQyMiQDjFj+2q2x/tOvFwPWJDIyJPx0WAEnrYTyrmgBczIkgxGD3P7Pp/b+a2O9JDIyJIQRg9wBMaj1AZVjvCQyAuNGMzNGM1ZWVDIjJDKPqK/+1LFWVDIjJDKPqGev8QGEIzJVVaf+z92DAQrZMiQjMlVVpwEx3YP+9tkyAAAGAAv/AAT1BgAABwAPABsALAB1AKMAAAEDFxI1NCMiARYXNjcuAgEUEzYzMhcDJiMiBgMUHgEzMjY1NCcuAyMiBgMUFx4BMzI3NhE0LgEnJiQjIgcGFRQeBDcyMzIXFhcGBwYHDgEVFBYVBwYVJicGIxYVFAYjIiY1NDcWFxYzMjY1NCYjIgYHNDY3JjU0NjMyFwI1NDYzMhMWFz4FMzIWFRQDHgMVFAIOASMiJyYCA7lydaUmOf6MHgMlIgwqI/7NnxEgDzx5SzATFE9nhCIOFyANJjlCHRQznhk7+Z3jm5gCFRQ4/slzJQwMK0RXWFIdEAcYEA8EHEQ9IEBZJQMEiQkIIQJRNlKpITQITTgMHa8dKzZyVV4cej0dKaNSToPCBgIGLilDPk8lR1KfPU8mDl6q/JhvcJXaBIb+uBUBw0M4/HBQCCoZAgcHA4Vi/lkKBQFf3CP89SSmjBoOGE4gUGJANv6dKT+RpKqpAQIrMEwSMTULBR4iNBwTBAQCExMkHBoWGC6IRR9zHgwMAgrOAgcONUmcUSIhQAxoEQwi3lk3ZXwaSh4+eg8BzmlQZf27EQYQf26RZUhiSWz+Rg8+Xl1Alv78vm4qOQENAAAAAAQAAP+ACAAFgAAaADYAWwBfAAABMw4BIyImNTQ2MzIWFyMuASMiBhUUHgIzMiUzDgEjIiY1NDYzMhYXIy4BIyIGFRQeAjMyNiU0JicuAicmISAHDgIHDgEVFBYXHgIXFgQhIDc+Ajc+ARMRIREDEc8OqYKiubqMlKgNywU9Mzk/Cho2J18C1s4OqIKiubqMlKgNzAQ+Mjk/Cho1JzE3AW0fLQYPHAJW/Z39j1UFGREGLR4eLQYSFwYsAYcBEwJiVwUYEQUuHsD4AAIQnrXoyMLrrqBARnl1MEhDJIuetejIwuuuoEBGeXUwSEMkTLbPyD0IDBICPz8EDw0IPMfR0Mc9CA4OBSEgQQQODgk8xgPL+gAGAAAAAAACAAAAAAVgBYAAHQA7AAABERQGKwEiJjURNCYjIREUBisBIiY1ETQ2MyEyHgEBERQOASMhIiY1ETQ2OwEyFhURITI2NRE0NjsBMhYD4BIOoA4SoHD+8BIOoA4SEg4B0IfkhQGAheSH/jAOEhIOoA4SARBwoBIOoA4SA5D+EA4SEg4B8HCg+4AOEhIOBUAOEoXkAUn8kIfkhRIOA8AOEhIO/QCgcANwDhISAAAABAAA/4AGAAWAAA8APgBTAGMAAAEVFAYrASImPQE0NjsBMhYFNTQmKwEiByYrASIGHQEUOwEyPQE0NjsBMhYdARQ7ATI9ATQ2OwEyFh0BFDsBMiU1NCYjISIGFREUOwEyPQEWOwEyNhMRFAYjISImNRE0NjMhMhYFHxsYyhgcHBjKGBv+FkE1hUQcHESCNUEVNxYbGV4YHBU2FhwYYRgbFjcVAk1CNf74NUIWNxUfP781Qn6IYPvQYIiIYAQwYIgCtnIYHBwYchgcHP76NUE0NEE1+hYW5hgcHBjmFhbmGBwcGOYWdpo1QUE1/mYVFbQqQQKd+9BgiIhgBDBgiIgAAAMAAP+ABgAFgAACAAkAGQAAASEbASEBIQEhCQERFAYjISImNRE0NjMhMhYDk/7ak+kBN/68/kj+vAE3AX8Caqp2/EB2qqp2A8B2qgHCAif8lwQA/AABOgKm/EB2qqp2A8B2qqoAAAAAFwAA/wAIAAYAAE0AVQBhAGgAbQByAHgAfwCEAIkAkQCWAJwAoACkAKcAqgCvALgAuwC+AMEAywAAARQGBwMWFRQGBwMWFRQGIyInIQYiJyEGIyImNTQ3Ay4BNTQ3Ay4BNTQ2NxM0JjU0NxMmNTQ2MzIXITYyFyE2MzIWFRQHEx4BFRQHEx4BASEBIwEhNjIBFhUUBxMXNxEnBgcBIRclIQYiATY3JwcjNwMBFwE3EyEBNgUzASERFxYDITcBDwEzNQcWERQWFRQHFxE3ERcBLwEHETcnBiUjBRcVCQIlJxEFBzMBFxMvAiY9AQMmJwkCNQMTIxMBBz8BEyY1NDcLARc2CAAaFM0DGRTBAyEYGRD+cBE0Ef5xERoXIgTBFBkDzhQZGxTHASLRBCIXGhIBjBA2EAGOEhoXIgTPFyAHuxMZ/CcBhf6qj/6qAWgSKvxbAQLQD7y7DRACqP58vgIq/ugQLAKvAQRAER4W/P7YPwF3EEH+VQFNCPxwBQFW/osEDhIBkkD+y53Bo6gEAQirHpkBKd/fBM2/BgN3EP2T1f7XATcBKP17iAHmKlUBJe6EAwEWCNgFCP5LATb8wKOjo6MEPTCCKM8CA6uBTQUCgRUfBP6cCQkUHwT+rwgIFyISFBQUIRgIDAFPBB8UCQkBZAUfFBUfBAFYAQQBJA8BawoIGCEVFRUVIRgGDP6aASEWDQ7+vAQf/M0BYv6eEAMcBAkKBf6YBscBW8IIAgHAyMgQ+1QGBURPaQEK/s1A/pAcATb+qQQPAWL+sQYFAXhCAUGm3b2xCAM1AQIBEA2xAQ0L/smdATrs3gj++ErJAgzg4Sv+xf7BATMPjf7k3SwBiPsCcAUBFQ0QAgF4AQT+Mf65Afbf/ub8if7lARvj40YBaQoEAQ8BKP2cUgMAAgAA/wAFgAYAAA0AGwAAETQ2MyEBERQGIyEiJjUlJxE0JiMhIgYVERQWM7eDAuYBYLeD/PSDtwTQsEAu/hwuQEEtA1iDvwFm+kKEvr6EJLQBqS5CQi7+FC5DAAAEAAD/gwYABX0ACgAUAB4AKQAAAQQAAyY1NBIkMzIFFhcEAAMmJxIAARIAJRYXBAADJgUmJwYHNgA3BgcWA6b+w/4idxTNAWDQUgFkXUf+e/3Fb10+cAI2/qNzAhEBYygO/tz+QHdnA8/BroebbQFKzBVQQQVqef4d/sFZV9ABYc2KQVpx/cH+e0haAYICOvs8AWQCFHZcZ3j+Pv7bDhQyQVQXzQFLbpiErwAAAwAA/4AIAAT3ABYAKwA7AAABEyInJiMiByYjIgcGKwETNiEyFzYzIAEyFhcDJiMiByYjIgcDPgIzMhc2NwMGByYjIgcDPgEzMhc2Fwdlm4N+yMHilJTiwciAfAWb4AEC6Zqa6QEC/vGBzp18q8Xglpbgxat8aXmwWsqsrPI305SY3rCgcnzRddGlrMoEePsIOVuUlFs5BPh/amr7pjlBA/1OjY1O/AMrLCNsbCIDiwSXm0L8UzMyZmsFAAAFAAD/pQgABVsADwAfAC8APwBcAAAlETQmKwEiBhURFBY7ATI2JRE0JisBIgYVERQWOwEyNiURNCYrASIGFREUFjsBMjYlETQmKwEiBhURFBY7ATI2JRQGIyEiJjU0NjcmNTQ2MzIXNiQzMh4BFRQHHgEF3B4UXRQeHhRdFB7+5B4UZRQeHhRlFB7+3B4UZRQeHhRlFB7+3B4UZRQeHhRlFB4FiOym+ySm7H5pCqFxZk4tASq9lfyTDoespQLdFR4eFf0jFB4eFAITFB4eFP3tFB4eFAGtFB4eFP5TFB4eFAFqFB4eFP6WFB4epqbs7KZ0xTIiJ3GhQ7fqk/yVQjgh2wAAACcAAP8+BgAGAAAEAAkADQARABUAGQAdACEAJQApAC0AMQA1ADkAPQBBAEUASQBNAFEAVQBZAF0AYQBnAGsAbwBzAHcAewB/AIUAiQCNAJEAlQCZAKUA1QAAESERCQElESERCQE1IRUTFSM1FxUjNRcVIzUXFSM1FxUjNRc3FwcXNxcHFzcXBxc3Fwc/ARcHPwEXBz8BFwc/ARcHARUjNSEVIzUhFSM1IRUjNSEVIzUhFSM1IRUjNSEVIzUBFSM1MxU3FSM1IRUjNSEVIzUhFSM1IRUjNSEVIzUXNSM1MxUHNTMVBzUzFQc1MxUHNTMVBzUzFSUiJjU0NjMyFhUUBgEUHgI2FhUUIyInIwcWMzI+AjU0LgEGJjU0PgEzMhYXMzcuBiMiDgIGAPz4/QgFnPrIApUCo/rIUSUlJSUlJSUlJT8PaQ8fD2kPHg9pDx8PaA9PaQ9peGkPaXlpD2l4aQ9p/EFyARRzARVzARRyARRyARRzARVzARRy+7glc6JzARVzARRyARRyARRzARVz8E5zJSUlJSUlJSUlJf2Igbi4gYK3t/7ZJzxEPCdwYRoDH0NfHTc4IzdQTzcpKBUiSQ8DHgMkCR4OGhYMHTc1IQYA+pD+rgFSQQOe/GL+2gUoycn+1nNzlHNzlHNzlHNzlHNzjyIvIQ4iLiIOIi4iDSEuIiIuIS9eLiIuXi4iLl0vIi4E0SQkJCQkJCQkJCQkJCQkJCT+rE9zJCQkJCQkJCQkJCQkJCRzTyRzlHNzlHNzlHNzlHNzlHNzI7eCgbi4gYK3AX0kKQkFARMVMTM/KgoWLB8uLwcBCxQVGAYWFzoBDwMLAwYCChctAAAAAAMAAP9zCAAFjQAHABAAKgAAADQmIgYUFjIkNCYiBhUUFjIBERQGIyEiJjURNDYzITIWHQEhNTQ2MyEyFgNfn+CenuAD/p7gn5/gAeA/LfjYLT8/LQGvLEAC8kAsAa8tPwGI4J+f4J6f4J6ecHGeBDj6vCw/PywFRCw/PyyhoSw/PwAAAAIAAAAoCAAE2QAAAFoAAAEFMhYVFAYjIi4HIyIGFRQWMzI2Nz4CMzIWFRQHBgQjIi4BNTQAMzIeBTMyNjU0JiMiBiMiJjU0NjU0JiMiDgIjIiY1NDc+ATMyFhUUBzYFlgEElNLanlWaenJoZ3J4mFOaw9CfZNhVBSAcCA4VPGX+9X+F4YcBG8541Z6RhYalWmaFgV8eZxEUHxHXnzprPTIIDxUZO7Bev/4EOQO5zMWSndE3XHiEhXhcN7eZnbpLPQQdExUOGDVYbHTWhs0BEFeLp6iLV3tlX4AlHhQSThSf0CUsJRUPExtDSfu+JR0PAAQAAP+ABoAFAAAbACMAKwBXAAAANCYrATU0JiIGHQEjIgYUFjsBFRQWMjY9ATMyABQGIiY0NjIEFAYiJjQ2MhMRFAYHBR4CFRQHITIWFAYjISImNTQ+ATcDIyImNDYzITIeBBchMhYEwCYagCY0JoAaJiYagCY0JoAa/eZLaktLagPLS2pLS2rLIBn77AEHBRgDmBomJhr8ABomFiUCscwaJiYaAQAQGQ8LBAcBBLEaJgMmNCaAGiYmGoAmNCaAGiYmGoD9NWpLS2pLS2pLS2pLA8D+ABglA3oHHRgKEDAmNCYmGg4zRAQDNyY0Jg0SHxYlByYAAAAABAAA/4AGgAUAABcAHwAnAFMAAAA0JiIPARE0JiIGFREnJiIGFBcBFjI3AQAUBiImNDYyBBQGIiY0NjITERQGBwUeAhUUByEyFhQGIyEiJjU0PgE3AyMiJjQ2MyEyHgQXITIWBQAmNBOTJjQmkxM0JhMBABM0EwEA/ZNLaktLagPLS2pLS2rLIBn77AEHBRgDmBomJhr8ABomFiUCscwaJiYaAQAQGQ8LBAcBBLEaJgMmNCYTkgElGiYmGv7bkhMmNBP/ABMTAQD9ImpLS2pLS2pLS2pLA8D+ABglA3oHHRgKEDAmNCYmGg4zRAQDNyY0Jg0SHxYlByYAAAAABwAA/wAIAAWAAAIABQAJAAwAEAAUACYAABMJAyEnEyEJAiElIQMhASEBISUBFgYHAQYiJwEuATcBNjMhMtQCb/7UAekBXf1Gicz++v7gA/0Cb/69/MICqsz+7gJvAVr+4P76AVkBgA4CEPxAEjoS/EAQAg4BgBIhBIAhAwD9ZwKZ/PwDBIABgP6A/OcCmYABgP6AAYBm/gASLxH8ABQUBAARLxICABoAAwAT/wAH7QYAAEkAlwCgAAAFNjIfAQcnBwYiLwEHBiIvAQcGIi8BBwYiLwEHBiIvAQcGIi8BBwYiLwE3Fzc2Mh8BNzYyHwE3NjIfATc2Mh8BNzYyHwE3NjIfASUGIi8BNxc3NjIfATcRAyY2PwERMzUhNSEVIRUzERceAQcDETc2Mh8BNzYyHwEHJwcGIi8BBwYiLwEHBiIvAQcGIi8BBwYiLwEHBiIvAQEVJQU1IzUhFQcTEzQTgFpTUxI2ElNTEzQTU1MTNBNTUxM0E1NTEzQTU1MTNBNTUxM0E4BaU1MTNBNTUxM0E1NTEzQTU1MTNBNTUxM0E1NTEzQTU/otEzQTgFpTUxM0E1NA0hEUHrGAAQABAAEAgLEeFBHSExM0E1NTEzQTgFpTUxI2ElNTEzQTU1MTNBNTUxM0E1NTEzQTU1MTNBNTAUABgAGAgP4AExMTgFpTUxMTU1MTE1NTExNTUxMTU1MTE1NTExNTUxMTgFpTUxMTU1MTE1NTExNTUxMTU1MTE1NTExNTeRMTgFpSUhMTUkABJQE6Gj0KOgErgICAgP7VOgo9Gv7G/tsSExNSUhMTgFpTUxMTU1MTE1NTExNTUxMTU1MTE1NTExNTBBqAgICAgIAAAAAEAAD/gAWABgAAAwAHAEMAdgAAIRMvAQETDwEBJicmIyIHBiInJiMiBwYHFhceARceCTMyPgM7ATIeAzMyPgg3PgE3NgEUBiMhIiY1ND4DNyczJjU0NyY1NDc+ATc2MzIWMjYzMhceARcWFRQHFgczBx4DAkBgYIABgICAYAEAAgIKVkZhBxwHYUZWCgICAgICCwICCwMMBQ0LERIXDSQuEwoNCwwLDQoTLiQNFxIRCw0FDAMLAgILAgIBopJ5/JZ5kgkdLlE1WtYWAsLSEUUkICwebDxsHiwgJEUR0sIHG9ZSP1kqEAHAgED9gAKAQIACMgQCCBMCAhMIAgQSCQMHBwQhCBoIFAcMBAQZIyIZGSIjGQQEDAcUCBoIIQQHBwMJ/KN5iop5PXKJbmEa3EBADBQoODkqPpAqJT4+JSqQPio5OChRT+Ehf6CPAAMAAAAACP0FAABMAFwAcAAAARYOAicuAScmNjcnDgEVFAYjISMOASMiABAAMzIXNyYrASImNDY7ATIeAhchMycjIiY3PgE7ATIfATc2OwEyFh0BFAYrARc2Fx4BATI2NyEiJyY3EyYjIgYQFigBNhAmIyIHExYGBwYjIicDBhUUCP0MRIK7Z6HtEAxPT0dgbiUb/wBFF/youf75AQe5TEwYe7VAGiYmGoBOhmMsHQIAc1XeHiYFBCYY/SEURnITG2UaJiYas3ODkI/K+NRzsBf+xiMUEhGTLyyEvLwFgAEIvLyEPD2uDwoWDxUjEq5dAfRnv4hMBwvkoG/HR2tQ5IIbJ6TcAQcBcgEHGy1uJjQmGzIdFoAtHhceHGlyEyYagBomrD8bGtn9+5FvHyAfARUNvP74vLwBCLwY/vwXNA4LHQEEX4KEAAADAAD/AAWABeAANQBPAFcAACEUDgIgLgI1ND4CNzYWFxYGBw4EBx4EMj4DNy4EJy4BNz4BFx4DAREUBisBERQGIyEiJjURIyImNRE0NjMhMhYCFAYiJjQ2MgWAe831/vr1zXtCdHhHGiwEBR8aOmA5KA8BAzBigr/Uv4JiMAMBDyg5YDoaHwUELBpHeHRC/oAmGkAmGv8AGiZAGiZLNQGANUtgg7qDg7o/ZT0fHz1lPzFPNiMMBR8aGiwEChsYFxAECx8jHhQUHiQfDAQOGBcbCgQsGhofBQwjNk8DT/6AGib+gBomJhoBgCYaAYA1S0sBqLqDg7qDAAIAAP+ABwAFgAAbAD8AAAEhDgEPAQEGIicBJichMjY3GwEeATMyNjcTFxYBFAchJy4BBwYHCwEuASIGBwMhJjU0NjMyHgIXPgMzMhYFAAExBQoEA/2REjQS/ZAFEAFxFiMFRr4GIhYVIgaSOBICJ2f+j28IIxMtC4HEBiMsIgV0/lln/uA+gW9QJCRQb4E+4P4CAAYJAwT9qBISAloCEhsVARn9ZRQaGhQB5XAjAayRm90RFAIFKf5SAq4UGhsV/jCbkdz4K0lAJCRASSv4AAACAAL/AASABfwAKwAzAAABFAAHETMyFh0BFAYrARUUBisBIiY9ASMiJj0BNDY7AREuAQI3PgI3NgQSJBAAIAAQACAEgP7Z2eAOEhIO4BIOQA4S4A4SEg7glvOBDAuL4YWqASqu/AABBwFyAQf++f6OA8Dd/rkY/vwSDkAOEuAOEhIO4BIOQA4SAQQQrgESm4bmkg8Tkv7qEv6O/vkBBwFyAQcAAAIAAP+ABgAFgAAnAC8AAAEyFhURFAYrASImNREBFhUUDgIiLgI0PgIzMhcBISImPQE0NjMAIAAQACAAEAXAGiYSDkAOEv6Cflub1erVm1tbm9V1y5wBfv77DhISDv1nAXIBB/75/o7++QWAJhr+YA4SEg4BBv6BnMt11ZtbW5vV6tWbW34BfhIOQA4S+oABBwFyAQf++f6OAAAAAAIAAP8ABIAGAAA9AEUAAAEWEhUUAAcVMzIWHQEUBisBFRQGKwEiJj0BIyImPQE0NjsBNSYANTQSNyYnJjY7ATIXHgEyNjc2OwEyFgcGACAAEAAgABADPpGx/tnZYA4SEg5gEg5ADhJgDhISDmDZ/tmxkaU/BhMRRRUILMDswCwIHT0REwY//aQBcgEH/vn+jv75BMRI/uun3f65GIQSDkAOEmAOEhIOYBIOQA4ShBgBR92nARVIYLEQGxRqgoJqFBsQsfvcAQcBcgEH/vn+jgACAAL/AAWABgAAQgBKAAABNDYzITIWFREUBisBIiY9AQcWFRQABxUzMhYdARQGKwEVFAYrASImPQEjIiY9ATQ2OwE1LgECNzYANzYWFyUjIiY1ACAAEAAgABAEABIOASAaJhIOQA4S/n7+2dlgDhISDmASDkAOEmAOEhIOYJXzggwQASDLdtxYAP+GDhL9hwFyAQf++f6O/vkF4A4SJhr+4A4SEg6G/57J3f65GIQSDkAOEmAOEhIOYBIOQA4ShBCuARGbzAErFw5CRv4SDvtgAQcBcgEH/vn+jgAAAgAA/wAGgAYAAGsAcwAAATQ2MyEyFhURFAYrASImPQEHFhUUAAcVMzIWHQEUBisBFRQGKwEiJj0BIyImPQE0NjsBNSYANTQ3JwcOAS8BLgE/AScVFAYrASImNRE0NjMhMhYdARQGKwEXNz4BHwEeAQ8BFzYgFyUjIiY1ACAAEAAgABAFABIOASAaJhIOQA4S/n7+2dlgDhISDmASDkAOEmAOEhIOYNn+2X40ZQkaCjAKAQlpbxIOQA4SJhoBIA4SEg6FalYJGgowCgEJWjmeAZKeAP+GDhL9hwFyAQf++f6O/vkF4A4SJhr+4A4SEg6G/57J3f65GIQSDkAOEmAOEhIOYBIOQA4ShBgBR93JnjVvCgEILAgbCnNwhg4SEg4BIBomEg5ADhJrXgoBCCwIGwpjOH5+/hIO+2ABBwFyAQf++f6OAAAAAAUAAv8ABv4F/QA4AD4ASwBSAF8AAAEWAgYHETMyFh0BFAYrARUUBisBIiY9ASEVFAYrASImPQEjIiY9ATQ2OwERLgECNzYANzYXNhcWAAE2ECcGEAMyNyY1NDcmIyIAEAABESYnBgcRATIAEAAjIgcWFRQHFgb+DIHzluAOEhIO4BIOQA4S/gASDkAOEuAOEhIO4JbzgQwRASfNzqurzs0BJ/yTgICAwHNnmppnc7n++QEHAvmJd3eJAkC5AQf++blzZ5qaZwPvm/7urhD+/BIOQA4S4A4SEg7g4A4SEg7gEg5ADhIBBBCuARKbzgEtExVzcxUT/tP9yoMBbIOD/pT+9jml4uCnOf75/o7++f6AAQQPT08P/vwBgAEHAXIBBzmn4OKlOQAABAAB/wYHgAYAAEYAUABeAGwAAAE0NjMhMhYVERQGKwEiJj0BBx4BBwYABwYkJy4DNz4CNzYWFyUjIiY9ATQ2MyEyFhURFAYrASImPQEHFhcWFyUjIiY1ATQnDgEVFBc+ASUUFhcmNTQANy4BIyIAATIANTQmJxYVFAAHHgEGABIOASAaJhIOQA4S/kw/Fh/+8rfS/qNDddCTUAgJiuKHdttZAP+GDhISDgEgGiYSDkAOEv47IraSAP+GDhL+AASi2gSi2vyA3qUDAQ7LNd2Huf75A8C5AQfepQP+8ss13QRgDhImGv7gDhISDob/X+6Atv78Gh3avwZno953h+qVDw5CRv4SDkAOEiYa/uAOEhIOhv9KXwlz/hIO/qAUJhn6pxQmGfqnqPwXHR7SAT8leJL++fwHAQe5qPwXHB/S/sEleJIABAAG/wAIAAYAAEoAUABcAGgAAAE0NjMhMhYVERQGKwEiJj0BBx4BBwYABwYnBgcVMzIWHQEUBisBFRQGKwEiJj0BIyImPQE0NjsBNS4BAjc2ADc2FzYzMhclIyImNQE2ECcGEAAQADMyNyYQNyYjIgEyABAAIyIHFhAHFgaAEg4BIBomEg5ADhL+TD8WIP73td+6dYtgDhISDmASDkAOEmAOEhIOYJv5fRcZAQ264LqSrsmeAP+GDhL9AICAgP2AAQe5dWWammV1uQM5uQEH/vm5dWWammUF4A4SJhr+4A4SEg6G/1/ugLT+/BsifE4PhBIOQA4SYA4SEg5gEg5ADhKEEbkBIqK7AQ8dInxhfv4SDvvngwFsg4P+lAFv/o7++TmnAcCnOfyAAQcBcgEHOaf+QKc5AAAAAgAA/4AGAAWAADsAQwAAATIWFREUBisBIiY1EQcXFhQPAQYiLwEHFhUUDgIiLgI0PgIzMhc3JyY0PwE2Mh8BNyEiJj0BNDYzACAAEAAgABAFwBomEg5ADhLVjAkJLgkaCoxOflub1erVm1tbm9V1y5xOrAkJLgkaCqzV/vsOEhIO/WcBcgEH/vn+jv75BYAmGv5gDhISDgEG1owKGgkuCQmNT5zLddWbW1ub1erVm1t+TqwKGgkuCQms1RIOQA4S+oABBwFyAQf++f6OAAAAAAIAAv8EBIAGAAA5AEEAAAEWABUUAgQnLgInJhI2NzUjIiY9ATQ2OwE1BwYiLwEmND8BNjIfARYUDwEGIi8BFTMyFh0BFAYrAQIgABAAIAAQAoDZASeu/taqheGLCwyB85agDhISDqBcChoJLgkJyhM0E8oJCS4JGgpcoA4SEg6g+QFyAQf++f6O/vkDfBj+ud2n/uqSEw+S5oabARKuEIQSDkAOEqVcCQkuCRoKyRMTyQoaCS4JCVylEg5ADhL7gAEHAXIBB/75/o4AAAIABAAAB4AEfgA5AEEAAAEWFAcBBiIvASY0PwEhFRQGKwEiJj0BIwYAIyIkAjc+Ajc2BBYXMzU0NjsBMhYdASEnJjQ/ATYyFwAgABAAIAAQB20TE/7aCRsJLQoKuf7aEg5ADhKEGP653af+6pITD5LmhpsBEq4QhBIOQA4SASa5CgotCRsJ+0ABcgEH/vn+jv75Am0TNBP+2goKLQkbCbngDhISDuDZ/tmuASqqheGLCwyB85bgDhISDuC5CRsJLQoK/O0BBwFyAQf++f6OAAACAAD/AASABgAAFwAfAAABFAAHERQGKwEiJjURJgA1ND4CMh4CACAAEAAgABAEgP7Z2RIOQA4S2f7ZW5vV6tWbW/0HAXIBB/75/o7++QPA3f65GP2cDhISDgJkGAFH3XXVm1tbm9X9ywEHAXIBB/75/o4AAAIAAAAABIAEgAAHABcAAAAQACAAEAAgABQOAiIuAjQ+AjIeAQQA/vn+jv75AQcBcgGHW5vV6tWbW1ub1erVmwGHAXIBB/75/o7++QI16tWbW1ub1erVm1tbmwAAAQAA/4AGAAWAACQAAAEyFhURFAYjIREzNyM1NDYzNzUmIyIGHQEjFTMRISImNRE0NjMFqyMyMiP+ecce5S9Eej9ziKPIyP0hIzIyIwWAMiP6qiMyAlPolDg4Ac8JoJKr6P2tMiMFViMyAAAAAQAA/4AFAAYAAEwAABE0PgMzMgQWFRQOAyMiJicOBg8BJyY1NDYSNyY1NDYzMhYVFAYVFBYzMj4ENTQmIyIAFRQeAhUUBiMiJy4DS4SsxmeeARCqJlJ2rGdEhh0KJAseFioyJQ4JDytaByBoUD1EWFpAN14/MRsN27DI/vQZHRkeFgIPM08rFgOrbL+OaDSF/qBguKqBTUA4J5MrYytSSTIFCp0fXOUBWh5BaFOSUT5C+j4/UzJWaHVpL63B/v3HLFIwKwkcWgMPUmttAAAAAAMAAP96BgAFhgArAD4AUQAAADIWFxYVFAcOASMiJy4BJyY3NTY3NjMyFjMyFhceARUUBhUUFxYXFhcWMzIDMj4CNC4CIg4CFRQXBzcWEiAEFhIQAgYEIyInBRMmNTQSNgPMGqkFAhEQbi85hWKQTEgBA0cYHAYYBxMPCAgyRQUiRDhfDAoPcH/pqGRkqOn+6ahkeE/yniIBMgEXynh4yv7pmcOq/l+IbHjKAjJYCQUKISsnNT4tknBrVwhbQxYDDRUUiAcVSQoHCElANTAH/k9kqOn+6ahkZKjpf8ul6U1oBWZ4yv7p/s7+6cp4XoYBlbLTmQEXygAACQAAAAAHAAWAAAMABwAPABMAGwAjACcAKwAvAAA3ITUhESE1IQA0JiIGFBYyASE1IQA0JiIGFBYyEjQmIgYUFjITESERAREhEQERIRGABAD8AAQA/AAGIDhQODhQ+hgEAPwABiA4UDg4UDg4UDg4UJj5AAcA+QAHAPkAgIABgID9mFA4OFA4BCCA/ZhQODhQOAI4UDg4UDj9IP6AAYACAP6AAYACAP6AAYAAAAMAAP+ACAAFgAAHACsATgAAACAmEDYgFhABITIWHQEUBiMhERQGKwEiJjURISImPQE0NjMhETQ2OwEyFhUBFBYzIRUGIyEiJjU0PgUzMhceATI2NzYzMhcjIgYVA1/+wuHhAT7hAkABYA0TEw3+oBMNwA0T/qANExMNAWATDcANE/0gTDQBAERn/JZ5kgcVIDZGZT0TFE+XspdPFBOEVd80TAKA4QE+4eH+wv6fEw3ADRP+oA0TEw0BYBMNwA0TAWANExMN/cA0TO4yink1ZXVkX0MoET09PT0RYEw0AAAAAwAA/4AH9wWAAAcAMwBWAAAAICYQNiAWEAEXFhUUDwEGIyIvAQcGIyIvASY1ND8BJyY1ND8BNjMyHwE3NjMyHwEWFRQHBQcGFRQfAQYjISImNTQ+BTMyFxYgNzYzMhcOARUUFwNf/sLh4QE+4QK1+QkJiAkNDgn5+QkODQmICQn5+QkJiAkNDgn5+QkODQmICQn9FbUlJVMVF/yWeZIHFSA2RmU9ExSaAUqaFBMcHRwaJQKA4QE+4eH+wv3f+QkODQmICQn5+QkJiAkNDgn5+QkODQmICQn5+QkJiAkNDgn5tSU2NSVTA4p5NWV1ZF9DKBF6ehEGGy4hNiUAAwAAAAAIAAUAABIAGgAkAAABITIWFREhESERIRE0NjsBMhYVADQmIgYUFjIhNTQmIyEiBhURAQAGwBom/wD6AP8AJhqAGiYCQJbUlpbUBVbhn/1AGiYCACYa/kABAP8ABMAaJiYa/hbUlpbUlkCf4SYa/oAAAAAAAgAA/wAGAAYAABYAGQAAAQMzFSEHIRUhCQEhNSEnITUzAyEBIQkBEyMGAMDA/u43AUn+Zf6b/pv+ZQFJN/7uwMABAAFDAXoBQ/4AbNgGAP5AwIDA/MADQMCAwAHA/QADAPtAAQAAAAADAAD/AAYABgAAFwAfACMAAAEyBBURFAYHFxYGIyEiJj8BLgE1ETQkMxIyNjQmIgYUAREhEQRAuQEH+7TVEBAW++AWEBDVtPsBB7nwoHBwoHADAPuABgC7hfyAgrgFyg8oKA/KBbiCA4CFu/rAcKBwcKAB0AIA/gAAAAAABQAA/wAGAAYAABcAHwAjACsALwAAATIEFREUBgcXFgYjISImPwEuATURNCQzAjI2NCYiBhQBESERADI2NCYiBhQBESERBEC5AQf7tNUQEBb74BYQENW0+wEHueKEXl6EXgJA/eAD/oReXoReAUD9wAYAu4X8gIK4BcoPKCgPygW4ggOAhbv64F6EXl6EAcICAP4A/eBehF5ehAHCAgD+AAAAAAAEAAD/igcABXYAEgAVABwAKAAAAREUBiMiJyUuATURNDYzMhcBFhcJAhEUBiInJQEUAAcJATYzMhcBFgJVGRgREP4vFR0UEw4eAf8DQAIW/eoEaxwwF/5HAhn9/yz+egFEESMODAIdBARb+2sZIwjpCi8XBHQUHA//AANn/J4BCgJG++IZHw3cA+UD/L9HAnoCDxwG/vICAAIAAP+ABgAFgAALAA8AAAkBIwMGBycDIwERMwERIREDKQEKcJ0YFCqbeAEHZQLX+gACFAHz/sgwLFwBOP4T/rwEqvoABgAAABgAVP8GCKQF/wALABcAIwAvAEQATQD8AQYBEgEbASUBMgE8AUcBUQFeAWwBdwGzAcIB2QHpAf4CDQAABQ4BBwYmJyY2NzYWBR4BFxY2NzYmJyYGNx4BFxY2NTQmJyYGBQ4BBwYmNTQ2NzYWATMiBx4BFRQGIyInBhUUFjMyNjQmNy4BBz4CHgEBFgcWFRYOAQcGJicEJQ4BJy4BNzY3Jjc2FzY3Jjc2FzY3NDc2FzYXFhc1IicuAScmNzY3PgIWFzMWFxYXPgE3JicmJzQ3LgEnLgE3Njc2FhcUHgMXFjc2NyYHNzY3NjcuBCckARYXFjczPgM/AT4BFxYXFgYHDgEHFQYHBgceARc2NzY3Mz4BHgEXFhcWBw4BBwYjFAc2NzYXNhcWFRYXNhcWBxYXNgEUBxYXNiYnJgYHHgEHNjc2Ny4BJwYHIicWFzI3NiYFNjcmNTQmBw4BFxYXJjY3MSYnDgEHFhc2NwYPATUGFxYFHgEXHgE3PgE3JgAiBhUUFjI2NTQDJgc1BhYXHgE3PgEmBT4BJic1BiMOARYXHgElBhYXFjY3PgE3BgcWBxYEFzYkNyY3ND4BPQEVLgEnBgcGJyYnJicOCCMGJw4DBwYjBicGJyYnJicmJwYHFgM2NS4BJyYOARceARcWNjcWFzY3LgEnBgcUBhUWBwYHBgcjBhcWFwQlJicGBwYnJicGByMVMiU2NzY3BzY1JicmJyY3JjUmJwYHFgU2LgEHDgEHFBceATc+AQHeCCYSGTUCAVIbFxYFNAcmExk1AQJTGxYWOQ1XIi1KhzAoL/pyDVYiLUqHMCguAskBKSMbIjYmNBwFcE9QcHDgY/N8G299dlEC8ggTBwFbgDYwWBb9Uf3EF1cxVrsBAgUTCAYZDhsHCQscHR4NFxwjGhIUCwc1WAsJCQ9OAiImHAUNLg4DAgopCg8PF0QBPnEcIBUIEEoXOgMDAgQHBRsxMDIoei89ZpGJFCo0IT4MAlMBNWI8VSQBBQcEAgIBAzoXSRIHFSAcbzxHGA4RCyoJAQQQLA0FHCYiAk8OCQgMWDUKBwEUEhojHBcOIRobCwoIHA0X/vUJUh4EGxwUIE4jGQ1DHg0FAzgzD0oeDioLFRYQHvm+HlIJIRMcGygdRA0ZIyUPMzcECboOOxMkLS4aGQPZCBEDAw0RKCwBGP7g6Kam6KY2aWoBBwodgR8JBAX+8ggDBALUAgQGBgsihv6YECk5DxIDAwoFRcIDJYQBF6asARWbIQMBAhFCDxo4Mx8FBAcKAgYJBwwIEAgTBGo5BAweEBwGA7MYAjYvLAwIEQk6HQFRAxFEJyl5WAUjgjYzVg0XBMPFYqVhBhcCHwkMLAoTAQIDE1UCFAJl/q5MUAgIQUDQ0AEBBKAEGA4TAQMPDyoOCR8CEAzMs8YCYAVYeComRREDClYzNoKLECUHCRkTFkIFBDMVECUHCRkTFkIFBDNYG0EJDSMhLm0FBVUiG0EJDSMhLm0FBVUEQg8ILRsjMisXE0ppaZRp2m0tQzxJBiht+twLHxcROHFGAgIvKhkZKTACA5tTFhIfCwoJFh0dCQoOFA4dCAwcBQcED0kCCkU1Jis+IRElChkSBRIDBAEFAQsGKAMGBAIhHyRwOH41EBcdARoQGA4DDgIuHAQSLjo1SQ0IDw0IDgN+/vdUigoTAw4YDw4OHBgRNH45cCMgIQIKAikFDAEFAQUDEgUSGAgmESA/KCk1RgkCMRgPBAcFHAwJHBASDQkKHB4VCAOvHRkgZCV7HRMEdiqFOg0gDg5AZRAPCgFzfANEhjFkIBkdEgQTHXuLHw46hSoGDxBkQRFBfG8EDhMBWWsDJyaNExIHCBSDPAICg6V0daWldXT+JgICARt2Bw4BCwNIQ7oEWFgTAQMUVFIFDwLIO3cZCAYSEJQdAoIXDY3GNzHCmQ0VAgMDAQEBAgcBWiomJwYIDTEFCAYFAwICAQEJFBETCwMCARE5PwkILg0NHSQGBAL9hA4QR3YLDDVrNjVQAgI83D84cT00iGEECQEGAhITFwsNC1NDIs0VFZMxIxYDAxUcPIABLzZCJiEBTUwIEQkYFBIEBQQIvl47jDZrNQwLd0YQDjE8AgJQAAADAAD/QwkBBb0ABwAPADsAACQUBiImNDYyBBQGIiY0NjIBHgUMATMyHgQOAwcGBz4FLgMHBiQuBwX0YIhhYYj9c2GIYGCI/Vo5a4eJw80BJwE52IvTl2EtAypHbHxNuWUdX11gRiYMT5r+saj+3Ny9gnNERCEvK4hgYIhhYYhgYIhhBTE8WUszKBcOBQoXIC84SFFlbEGdWjN0X2ZRUDwzHxADAhAeNDNKO1Q3UQAAAAcAAP8ABwAGAAAPAB8AKwA/AEsAZwB3AAAAIAQGAhASFgQgJDYSEAImJCAEFhIQAgYEICQmAhASNhMyFREUKwEiNRE0MwQyFhUUBgcVFAYrASImPQEuATU0AiAEEhACBCAkAhASExUUFjsBMjY9ATQ2MhYdARQWOwEyNj0BNCYgBgERNCYjISIGFREUFjMhMjYEKf6u/szfhITfATQBUgE034SE3/1tAWwBTPCOjvD+tP6U/rTwjo7wchAQIBAQAXtqSyMdEg5ADhIdI1EBogFhzs7+n/5e/p/OztISDkAOEoO6gxIOQA4Szv7czgNgJhr8gBomJhoDgBomBcCE3/7M/q7+zN+EhN8BNAFSATTfxI7w/rT+lP608I6O8AFMAWwBTPD9ThD+IBAQAeAQQEs1IzoRcg4SEg5yETojNQNLzv6f/l7+n87OAWEBogFh/u5gDhISDmBdg4NdYA4SEg5gks7O/I4CABomJhr+ABomJgAAAAMAAAAACQAFAAADABcALwAAAREhEQEzESMRNCYjISIGFREUFjMhMjY1AREUBiMVFAYjISImNRE0NjMhMhYdATIWB4D5gAcAgIASDvjADhISDgdADhIBAEs1XkL4wEJeXkIHQEJeNUsEAP0AAwD9wAGAASAOEhIO/EAOEhIOAqD+gDVLoEJeXkIDwEJeXkKgSwAAAAADAAAAAAkABQAAAwAbAC8AAAERIREBMhYVERQGIxUUBiMhIiY1ETQ2MyEyFhUZASMRNCYjISIGFREUFjMhMjY1EQEABQACgDVLSzVeQvjAQl5eQgdAQl6AEg74wA4SEg4HQA4SAQADAP0AAsBLNf6ANUugQl5eQgPAQl5eQv1gAYABIA4SEg78QA4SEg4BIAADAAAAAAkABQAAAwAbAC8AAAERIREBMhYVERQGIxUUBiMhIiY1ETQ2MyEyFhUZASMRNCYjISIGFREUFjMhMjY1EQEAA4AEADVLSzVeQvjAQl5eQgdAQl6AEg74wA4SEg4HQA4SAQADAP0AAsBLNf6ANUugQl5eQgPAQl5eQv1gAYABIA4SEg78QA4SEg4BIAADAAAAAAkABQAAAwAbAC8AAAERIREBMhYVERQGIxUUBiMhIiY1ETQ2MyEyFhUZASMRNCYjISIGFREUFjMhMjY1EQEAAgAFgDVLSzVeQvjAQl5eQgdAQl6AEg74wA4SEg4HQA4SAQADAP0AAsBLNf6ANUugQl5eQgPAQl5eQv1gAYABIA4SEg78QA4SEg4BIAACAAAAAAkABQAAFwArAAABMhYVERQGIxUUBiMhIiY1ETQ2MyEyFhUZASMRNCYjISIGFREUFjMhMjY1EQiANUtLNV5C+MBCXl5CB0BCXoASDvjADhISDgdADhIDwEs1/oA1S6BCXl5CA8BCXl5C/WABgAEgDhISDvxADhISDgEgAAEAAP8FBHsGAAAcAAABFgcGIyETFgYPAQYmJwMBBiMiJyY1ETQ3NjMyFwRtHxERKv6CyQoUGLEZMAu//sgTGgwMKCgMDBsSAe0eJyj+JBkwC0sKFBgBxP7IEwURKgXgKhEFEwABAAD/AAOABgAAJQAAASAVETMVIxEUITMVIyAnBiEjNTMgNREjNTMRNCEjNTMgFzYhMxUDQP7AgIABQEBA/vBwcP7wQEABQICA/sBAQAEQcHABEEAFgOD+YID94OCAkpKA4AIggAGg4ICSkoAAAAAACQAA/wAIAAYAABMAFwAbAB8AKwAvADcAOwBBAAABIxEzESE1IRUhETMRIxEhFSE1IQUVMzUhFTM1ETUjFSU1MxEjNSEVIxEzFQU1IxUBIREhESERIQEhESEBESERIRUIAICA/oD7AP6AgIABgAUAAYD/AID5AICABgCAgPsAgIAGAID+AAGA/ID+gAOA/QACgP2ABAD/AP6ABID8AP6AgIABgAQAAYCAgICAgICA+gCAgICABACAgPwAgICAgAQA/QABAAMA/YACAP0AAgD+gIAAAAAKAAD/AAkABgAAHwAjACcAKwAvADMAPwBDAEcAVwAAASMRMxEhNSEVIREzNSEVIREzESMRIRUhNSERIxUhNSEFFTM1ARUzNSEVMzURNSMVJSMVMyUhNTMRIzUhFSMRMwE1IxUhNSMVGQEjNSERMxEhNSEVMxUhNQkAgID+gPyA/oCA/oD+gICAAYADgAGAgAGAAYD/AID9AID6gICABYCAgPuAA4CAgPyAgIACAIAFgICA/oCA/oD+gIADgAMA/YD+gICAAYCAgAGAAoABgICA/oCAgICAgAGAgICAgPuAgICAgICAAoCAgP2A/YCAgICAAQACgID+gP6AgICAgAAAAgAA/4AGAAWAABEAGAAAAREhIiY1ETQ2MyEyFhURISIGFyEGDwEGBwQA/GAoODgoBUAoOP5gKDiAAX0PMrgyUgEg/mA4KAVAKDg4KPxgOEhSMrgyDwAAAAMAAP+ABgAFgAAGAA8AIwAAASMVNj8BNiUhESERIRE0NgERFAYPAQ4BIyEiJjURNDYzITIWBXj4HQy5DP7yASD7AAOAOAHIKBy4HGAo/AAoODgoBUAoOAEA+AoMuQydA4D7AAEgKDgDoPwAKGAcuBwoOCgFQCg4OAAAAAAGAAD/gAkABYAACwAYACcAQQBUAGQAAAAUBgcGKwE1MzIXFjYUBgcGKwE1MzIWMxYFESMRFAYjIicVHgEfASAlNQYHBiY0NhcWFzUuAS8BJg4CFB4CNzYlNCYnNT4BNTQmJyImIyERITI2ExEUBiMhIiY1ETQ2MyEyFgefHxcICpmZCggXDR4XAwyLiwMLARf7aeRMQ2x5NYgpKgFIAspjZWx6emxlYzBoHBx/t2IsLGK3f2UDSVZCOUBSQgMSBf45AetKX4BMNPgANExMNAgANEwCNDQlBQKMAgWvMiIEAYEBBOABNP7MOkk7cA8QAQEhcTQHCGK6YggHM3AMDwICBihQYHRgUCgGBI42RQUDCEMuN0IDAf4CSQM2+wA0TEw0BQA0TEwAAAUAAP+ACQAFgAAFAAsAGgAuAD4AAAERDgEUFiQ0JicRNgAQAgQjIi4CNTQSJCAEATQuAiMhIgQCFRQSBDMhMj4CAREUBiMhIiY1ETQ2MyEyFgNaaoSEAmKEamoBW53+8p932Z1dnQEOAT4BDgIcb7jzg/7TsP7Zr64BKq4BLYH1uG8BWEw0+AA0TEw0CAA0TAEnArUpveq9veq9Kf1KKQHR/sL+8p1dndl3nwEOnZ3+TIv1pmCi/ta6q/7bqmWp7AMG+wA0TEw0BQA0TEwAAAADAAD/AAcABgAADwAfADsAAAURNCYjISIGFREUFjMhMjYTERQGIyEiJjURNDYzITIWARUjNTQmIyEiBhURFBY7ARUjIiY1ETQ2MyEyFgaAEw37wA0TEw0EQA0TgF5C+8BCXl5CBEBCXv6AgBMN+8ANExMNoKBCXl5CBEBCXmAEQA0TEw37wA0TEwRN+8BCXl5CBEBCXl4BPqCgDRMTDfvADROAXkIEQEJeXgAABgAA/wAIgAYAAAIABQA1AD0AVQBtAAAJASEJASEBDgEHESEyFh0BFAYjISImPQE0NjMhES4BJyEiJj0BNDYzIT4BMhYXITIWHQEUBiMEMjY0JiIGFAEUDgIiLgI1ND4DNzYyFx4EBRQOAiIuAjU0PgM3NjIXHgQGwP6AAwD5gP6AAwABtQ4/KAJgDhISDvrADhISDgJgKD8O/hUOEhIOAesVYnxiFQHrDhISDv0/Qi8vQi8EkF2Ok4STjl1GcmRoBBJMEgRoZHJG+wBdjpOEk45dRnJkaAQSTBIEaGRyRgRA/UACwP1AA4AoPw769RIOQA4SEg5ADhIFCw4/KBIOQA4SOUdHORIOQA4SEC9CLy9C/GFJdEIhIUJ0SQuM0ba6ByEhB7q20YwLSXRCISFCdEkLjNG2ugchIQe6ttGMAAACAAD/AAYABgAALQBNAAABEAIHFhIRMzIWHQEUBiMhIiY9ATQ2OwEQEjcmAhEjIiY9ATQ2MyEyFh0BFAYjAT4DNSEUHgIXHgEUBgcOAxUhNC4CJy4BNDYFgNWgoNVgDhISDvpADhISDmDVoKDVYA4SEg4FwA4SEg79ik2Qc0b8AEZzkE0TFxcTTZBzRgQARnOQTRMXFwWA/vv+b2pq/m/++xIOQA4SEg5ADhIBBQGRamoBkQEFEg5ADhISDkAOEv08HX+y8oSE8rJ/HQchKCEHHX+y8oSE8rJ/HQchKCEAAAMAAP8ABgAGAAAtADMAPwAAARACBxYSETMyFh0BFAYjISImPQE0NjsBEBI3JgIRIyImPQE0NjMhMhYdARQGKwEhFBchNhE0LgInIw4DFQWA1aCg1WAOEhIO+kAOEhIOYNWgoNVgDhISDgXADhISDuD8AAkD7glEcYxM5kyMcUQFgP77/m9qav5v/vsSDkAOEhIOQA4SAQUBkWpqAZEBBRIOQA4SEg5ADhJCPj36Q4LvsX8fH3+x74IAAAAAAwAA/wAGAAYAAC0AMwA7AAABEAIHFhIRMzIWHQEUBiMhIiY9ATQ2OwEQEjcmAhEjIiY9ATQ2MyEyFh0BFAYrASEUFyE2Ay4BJyMOAQcFgNWgoNVgDhISDvpADhISDmDVoKDVYA4SEg4FwA4SEg7g/ABVA1ZVOTa3Z+ZntzYFgP77/m9qav5v/vsSDkAOEhIOQA4SAQUBkWpqAZEBBRIOQA4SEg5ADhLOsrL8Do3JKirJjQAAAgAA/wAGAAYAAC0ARwAAARACBxYSETMyFh0BFAYjISImPQE0NjsBEBI3JgIRIyImPQE0NjMhMhYdARQGIwE+AzUhFB4CFx4BFAYHBgchJicuATQ2BYDVoKDVYA4SEg76QA4SEg5g1aCg1WAOEhIOBcAOEhIO/YpNkHNG/ABGc5BNExcXE4lrArxriRMXFwWA/vv+b2pq/m/++xIOQA4SEg5ADhIBBQGRamoBkQEFEg5ADhISDkAOEv08HX+y8oSE8rJ/HQchKCEHM5GRMwchKCEAAAADAAD/AAYABgAADwA5AEkAAAUyFh0BFAYjISImPQE0NjM3Pgg3LggnIQ4IBx4IFxMyFh0BFAYjISImPQE0NjMF4A4SEg76QA4SEg5iAxoiOjFQNFksKyssWTRQMToiGgME/AMaIjoxUDRZLCsrLFk0UDE6IhoDYg4SEg76QA4SEg5AEg6ADhISDoAOEkA3aFZYQEstQR4cHB5BLUtAWFZoNzdoVlhASy1BHhwcHkEtS0BYVmg3BgASDoAOEhIOgA4SAAAAAgAA/4AGAAUAAEEAagAAASIGHQEjNTQmIyIGFREnNTQmIyIGHQEUFwEWFRQWMyEyNj0BNDcTNj0BNCYjIgYdASM1NCYnJiMiBh0BIzU0JicmJzIXNjMyFhc2MzIWHQEUBwMGFRQGIyEiJjUBJj0BNDYzMhc+ATMyFzYDADVLIEAwLkIgQDAuQiMBNicmGgKAGiYKbApAMC5CIDInDgkuQiBBMgUIVEE5QjtoIhsgZIwNbQZwUP2AVGz+zEyNYwsFBotfNC5IBIBLNYBdMENCLv5THqwwQ0Iu4C8j/tgnPxomJhoZKSQBtCQp9jBDQi4gfShBCAJCLoB6M00FAYAyIjYxB49k9jM5/kwYL1BwdVQBKElm4GONAV+CFUUAAAAAAgAA/wAGYAYAADEAWAAAACIGFREjETQmIgYVGQEnJiMiBhUUFwEWMyEyNjcTNjURNCYiBhURIxE0JiIGFREjETQmMhYXNjMyFh0BNhYVERQHAw4BIyEiJicBJjU0NjMyFxE0NjMyFzYDnlxCIEJcQpomQDVLGgGAJkACsCI2B0wFQlxCIEJcQiC0iHMfExdjjWmXCEwOfVH9UDxtJP6AM5ZqTjKNYxcTHwWAQi79cAIQLkJCLv3w/wDNM0s1KyL+ADMsIgGVIBsB8i5CQi7+8AIQLkJCLv3wApAuwkc9BI1jEQaMaf4OKCv+bE9oNy8CAERWapYiAbJjjQQ9AAAAAAUAAP+ABwAFgAAmADUASgBiAIMAAAUjIicmPQEuATU0NyEiJjQ2OwEnLgE1NDYzMhcFITIWFREUBgcFBgMPAQ4BFRQWMzI3JS4BNQE0JiMiBwUOBBUUFjMyNyU+AQMlJiMiBhUUFhcFFSEiBhQWMyE3NTQ/AQMyNyU+ATURNCYjIQcGFREUFjI2PQEzFRQHHgEVFAYHBQQxsaM/Fz5JBf77apaWanEsSluWai4tAnQBkWqWbFb+rVyPm6MeJEIuGhQBUjE/AUBCLhoU/t4cEisQED8yFBIBYB4k6P12GBY1Sy0lAg79gDVLSzUCF+kub2xSSQFTKzZLNf7MiCRCXEIgOTRFLib+yoCNMTUFHnVFJgqW1JYRHINQapYR75Zq/WRYixVVFwLHR0oONyEuQgqaClAy/wAuQgqEDQgaFSUWMkAJoA43AxH4CEs1KEIOyEBLaktqxj8rZvwAE1ULRSwCnDVLfiEx/tguPkYu0NBGLAhRNSpIEY0AAAAAAgAA/wAIAAYAACQAYgAAATIWFwEWFREUBiMhIiY9ASUhIiY9ATQ2MyE3ISImJyY9ATQ2MwERNCcBJiMhIgYVFB4BFz4BMyEVISIGFRQXHgEzITMyFhUUDwEOASMhIgYdARQWMyEyFwUeAR0BFBYzITI2BH89biQCPHZwUP6AUHD+4v3eUHCpdwGkKv1SZJMIQXBQBsBd/cMnQPxBGiYDEBEKMx8DQPzAGiYDCEgtAoBbKDgFQAoyH/5FQl4mGgIxEA0BPRgdJhoBgBomBgA4Mfzzn8j+nVBwcFCxj3BQIHepgIdjT2cgUHD5wAFjnX8DDTQmGiAjLhQfJiAmGiwOLDo4KA8PwB0lXkIgGiYHng0uG8UaJiYAAAIAAP8AB4AGAAAyAHQAAAEiJicDJjU0JwMmNTQ2Nz4BMzIWFxsBPgEzMhYXHgEVFAcDPgUzMhYVFAYHAQYjAyIGBwMjAy4BIyIGFRQXEyMDLgEjIgYVFBcTHgEXEx4BMyEyNwE2NTQmIyIHBTU0GgE3NjU0JiMiBgcDIxM2NTQmActNeRNlDQV0B3xdEYNXU4IUU2cUglNZhQ5ceAd7CjcWMCIxGWmWOTL+BURVMSY9CaR/kQk9JjBAA4QaYwk+Ji9CA3QHBAhkCDQhArYqIgH7OEs0KyL+zUBIAwRALyc9CXQalgM//wBfSwGROTMtFgHdGx5diApVbGdR/qQBrFFnc1cKil0YI/4ABysQHgsLlGk+cCb+hDMGgDAm/VYCWiYwQi8PDf3dAZglM0IuDgz+Ihx0Hv5vICkaAXsrQzRJGubjBAEMASgNEgsvRDAm/h4CcA4OMEQABQAA/wAGgAYAADMAWwBfAGMAZwAAASIGFRkBJyYjIgYVFBcBFjMhMjY3EzY9ATQmIgYVIzU0JiMiBh0BIzU0JiMiBh0BIxE0JicyFh0BNjMyFzYzMhc2MzIWHQEUBwMOASMhIiYnASY1NDYzMhcRNDYTESMRIREjESERIxECgDVLlylCNEoaAYAmQALOFiMFXBg4UDggQDAuQiBKNjVLIEo2a5UWCmNKLzRxRxsdXoIcXBBoQv0yPG0k/oAzlWlHO5bqIAEgIAEgIAWASzX+AP6AyjZMNCsi/gAzGxUBcGBi2Sk8OCg9MENCLkBaN09LNWACOjdPgJtr3AJFFVcHh17ZdG3+kEBRNy8CAERWaZcjAiNqlvqAAYD+gAGA/oABgP6AAAUAAP8ABgAGAAAlADQASQBhAIIAAAEyFxYdARQHAw4BIyEiJjURAyY1NDYzMhYfATU0NjIWFRE2MzIWByIGDwIzMhYXEzY1NCYXIg4DBwMGFRQWMzI2NxM2NTQmARQXExU3NjsBNxE0JiIGFREjAy4BIyIGATI2NxM2PQEDDgEjIiYnBisBNTMyNjQmIyEiDwERFBYzBQg8L40XVRWLWP1kapbvEZZqUIMcEZbUlhsVRXW6ITcOSkc3MlAKmgpCrxYlFRoIDYQKQi4hNw6gCUD7QQj4Zis/xmpLaktAyA5CKDVLBBwsRQtVE40RSCo1UQgsRtDQLkY+Lv7YMSF+SzUDeRc/o7FeXP6tVmyWagGRAnQtLmqWW0oscWqWlmr++wVJNyQeo5s/MQFSFBouQocQECsSHP7eFBouQiQeAWASFDI/AWcWGP12RW8u6QIXNUtLNf2AAg4lLUv66zYrAVNJUlv+yiYuRTQ5IEJcQiSI/sw1SwAAAAACAAAAAAe0BAAAGQBHAAABFRQGIyERFAYrASImNREhIiY9ATQ2MyEyFgUTFgcGKwEiJicLAQYrASInCwEOASsBIicmNRM+ATsBMhcTFhc+ATcTNjsBMhYDWRMN/tYSDYcNE/7XDRMSDgMZDRMEDk0BCQoNhgwSAS69CBV4FAm8LQESDIcNCglOARIMjhQJ3AoKAw0E3QkUjQ0SA+B1DRL81A0TEg4DLBINdQ4SEwr8Pw0LChEMAkz+VxMTAav9sgwRCgoOA8EMERP9+BgbByMJAggTEQAAAAAEAAD/AAcABgAACQAqADoASgAAATQnJisBETMyNhcTFgcGKwEiJwMjERQGKwEiJjURNDYzITIXHgEVFAYHFgIgBAYCEBIWBCAkNhIQAiYAEAIGBCAkJgIQEjYkIAQWBBI8IVR7okJINM0ICQgTmBQIwpsSDoYOEhIOASaAPlViVUkGLf7U/vDFdXXFARABLAEQxXV1xQHajvD+tP6U/rTwjo7wAUwBbAFM8ANBWCES/udK2f6LEQ4QEQFt/qIOEhIOA8AOEhgfnGZckyQKAzZ1xf7w/tT+8MV1dcUBEAEsARDF/kv+lP608I6O8AFMAWwBTPCOjvAAAAQAAP8ABwAGAAAtAFsAawB7AAABMjc2LwEmJyYPAQ4FIyImNTQ2MzIWHwEWNzY/ATYnLgQjIgYVFBYhMjc2LwEmJyYPAQ4FIyImNTQ2MzIWHwEWNzY/ATYnLgQjIgYVFBYCIAQGAhASFgQgJDYSEAImACAEFhIQAgYEICQmAhASNgJdmWgOCy0GEhALBAQPFBseJRNMYmBKJUUQEAsPEAg1DQ8DECw1Ui2UxMIDDJloDgotCBEQCwQEDxQbHiUTTGJgSiVFEBALDxAINQ0PAxAsNVItk8XCJ/7U/vDFdXXFARABLAEQxXV1xf2kAWwBTPCOjvD+tP6U/rTwjo7wAS9oEhJSDQQCDQMEDA8ODAdkTUxjHA4OCwECDE4UEwQQHxkUwZCSv2gSElIOAwINAwQMDw4MB2RNTGMcDg4LAQIMThQTBBAfGRTBkJK/BDF1xf7w/tT+8MV1dcUBEAEsARDFARWO8P60/pT+tPCOjvABTAFsAUzwAAACAED/4AfABSAACwAXAAAJBBcHJwkBNwkDJzcXCQEHAQcBAuABgP6A/WACoKhgSP4gAeDB/t8CoAKg/WCoYEgB4P4gwQEhYP6AAuD+gP6AAqACoKhgSP4g/iDBAR8CoP1g/WCoYEgB4AHgwf7hYAGAAAAAAAMAAP8ABwAGAAALABcAJwAAJQkBBxcHCQEXNycJBTcnNwkBJwcAEAIGBCAkJgIQEjYkIAQWAs0BD/7pWMBg/ukBFyhXf/46AywBxv46/vEBF1jAYAEX/ukoVwNMjvD+tP6U/rTwjo7wAUwBbAFM8LYBDwEXWL9gARcBFyhXgP46/kIBxgHG/vH+6Vi/YP7p/ukoWAH5/pT+tPCOjvABTAFsAUzwjo7wAAoAAP/cCQAFJAALABMAHAAlAC8AOQBFAFMAWwCAAAABFAYjIiY1NDYzMhYkFAYiJjQ2MgU0JiIGFBYyNiQ0JiMiBhQWMiUUBiMiJjQ2MhYkFAYjIiY0NjMyABAAIyIOARQeATMyASYhIAcyHgIVND4CABAAIAAQACATIQ4BBxYVFAIEIyImJwYHLgEnDgEjIiQCNTQ3LgEnITYkMzIEAos3Jic3NycmNwSCN043N078J3GgcXGgcQSBcVBPcnGg/EWjc3SjpOajBIKjdHOjo3N0/N/+8b991Hx81H2/A6v+/tL+wf511JlbV5XOAlH+8v6C/vEBDwF+BAF/LD4Jbpr++JuF6FAvUgtVIFDphZv++JpuCT4sAW2VAZzi4AGKAhsnNzcnJjc3Ak43N042Xk9ycaBxcQGgcXGgccB0o6Tmo6MB5qOj5qP+KAF+AQ981frVfAQLb25bmtR1c9GYXv0HAX4BD/7x/oL+8QQEM38zl7qc/viZcGM4exZ5JWNxmQEInLqXM38zZHFwAAMAZv8ABJoGAAAJABMATAAAACAANTQAIAAVFAAiBhUUFjI2NTQBHgEOAgcGBxcBFhQPAQYiJyYnAQYiLwEmNDcBNyYnLgM2Nz4CFhceBDMyNj8BPgEeAQM8/oj+9gEKAXgBCv6WuIODuIMBLA0EDSgtJ3PISQELHh4MH1YfQ8j+9R9WHgwfHwELSMtyJy0oDQQNCiQwQCEFFEJIcDlbpiUmIUAwJAJ1AQq7vAEK/va8uwGbg11cg4NcXf2nGy0kKSEZSRVI/vUfVh4NHh5EyP70Hh4NHlYfAQtIFUkZISkkLRsUHg4SGgQOIxoWMxkZGhIOHgAEAAD/gAYABYAABwA2AD4ATgAAABQGIiY0NjIBLgEGBw4CIiYvAS4BBgcGFhcWFwcGBwYUHwEWMj8BFhcWMj8BNjQvAjY3PgECECYgBhAWIAERFAYjISImNRE0NjMhMhYDn12EXV2EATMKJDsfCiZ8gnYbGx87JAoWKENTjzOOMRYWCRY9Fr9yTRY9FgkWFr80jVRDKEe+/vS+vgEMAnqpd/xAd6mpdwPAd6kD/oRdXYRd/fYUGAUZCBgoJBISGQUYFC07LDUONI4wFj0WCRYWv3NMFhYJFj0WvjQONSw7ARIBDL6+/vS+Aej8QHepqXcDwHepqQAAAAIAAP+ABrgFgAASACgAAAEyFhURFAIGBCMiJCYCNRE0NjMBMjcBNjU0JiMiBwkBJiMiBhUUFwEWBh1BWojl/sGvsP7B5ohcQALBLyMBlCVFMS8j/r3+vSMuMUUkAZUhBYBbQf35sP7A5oeH5gFAsAIHQFz72CEBhCMyMUUh/soBNiFFMTMi/nwhAAAAAQAA/5gJAAVnAEwAAAUBBgAHBiY1JgAnLgIjNCY1IRUOAhcWABc2EjcmAicmJzUFFQ4BFx4BFzY3NiYnNjQ1Mj4BMxUOAQcDFhIXAS4CJzUFFwcGBwAHBdb+2Rn+9UEBNVL+pVYVW3QsAQJHJ1E0EBoBfS0f2hYT1h0mowIBPEMVIWwgbj8YRF8BQNWTEz5yIdUN5QcBuQ5HOxoBzAEBiz798iFnArcx/f+FAQEBwQMUyjJzVgUmCDICHDojO/yQZD0BmyonAeQ1RQIyAS8CLi5G70TWlTcxAgckBgEBMQI+Mv5GIf3+EQP5JjEOATIEAiwEjftASwAFAAD/AAcABgAACgAYAHIAggCSAAABFAYjIiY1NDYyFhcBDgQHAT4EJRQHLgIjIhUUFw4BBycmIyIGHwEGIyInPgI1NCMiDgEHLgEnNzY1NCYPASY1NDceAjMyNTQmLwE+ATcXFjMyNi8BNjMyFwYVFDMyNx4BFwcGFRQWPwEeARACJiQgBAYCEBIWBCAkNhIQAgYEICQmAhASNiQgBBYDtSEZGiYiMiYPAV4JdYaLXwP+owd4hIxeAopoAxwZBA07St2DEAEOBQYBEEhKx60BGBMNBhYXAnGeH0UKCwVEDm0CIRsEDRkUFE3ghA8CDQUGAQ9HP8yvJwwLJW+ZHzgKCwQ5DlV/1v7Y/rr+2NZ/f9YBKAFGASjW347w/rT+lP608I6O8AFMAWwBTPACgxomIRkaJiFTAkUIbXyCWwb9vAdue4NbPMmqAhIPDQoicJ0gQwoLBEQPaQIlHgQNHSgDS+GEDwMMBQYBD0hDzq0BFhAMBhMMDHCaHkMKCwVCDW04CQ1AS96CDAIOBQYBDUjnAUYBKNZ/f9b+2P66/tjWf3/WAoH+lP608I6O8AFMAWwBTPCOjvAAAAQAAP8BBwAGAAALABYAIgAqAAABNhcWFyUmBAcBNiQJARYENwMmJAI1ECUWEgIGBwYlATYCJyQyFhQGIiY0A33w0+h4/Rqg/vQz/uyAAW793QFRSAEWmubU/qbHBsQ6A2TOj+b+9AGVWAtl/jj6sbH6sQYAAnqG7icJp5IBqJ+t/mz9aY+UHf49IfkBf9wBCzeW/r/+3f1ThQ4Cb4MBP3YGsfqxsfoAAAEAAv8ABwAFyQBNAAABIAAnJgIaATcDPgEXPgE3DgEXHgMXFgYHDgIHFycGHgI3PgIXHgEHDgQnDgEnHgE+Ajc2LgEnHgEXNgInBAATFgIOAQQDh/7l/kVsOhJGmGcLC3INKu10NoMHGUszVQgPCxkFF1o4D4sSFTNQKTNeSSU9OQkBAw4WKRo8qX1KsaCVaxsrCEMtV2QbD5GJAQkBJgQCVaLY/un/AAEt+IMBVAFFAStd/ucOAxFRcgItzzwICwQEAQVRIwcXMAq9QytNOBsHCTMnAgQ6JAIHEg0IA19RCz0rH0lmNVvLriYmU0eqAVpvTf5r/sV//wDcrGMAAAACAAD/AAcABgAAIwA3AAABJiMiBAcOAQcVHgEXFgQzMjcGBCMiJyYkJgI1NBI2JDsBFgQBFAIHBiMiJzYSNTQCJzYzMhcWEgXVpcKb/uxmS1kEBFlLZgEUm8Klef7NqR0Or/7E5IaO8AFMtgOoATEBpJqIaHaJdprHxpp3h3drh5cFHG6Sf136jSqN+l1/km5seAEIlO4BRLG2AUzwjgF3/PjA/qt+P1Q4AWLk4wFiOVNBff6sAAAABAAA/xAHAAXwACsANQA/AEYAAAEUByEUFjMyNjchDgEEIyInBiMiETQ3NjcSJQYDEgAhMhckMzIeAhUUBxYDNCYjIgceARc2ARQWMzI3LgEnBgEhLgEjIgYHAAf7gduUY60yAac45f7OqLup5KbtLRFcxwEUuPM/AbkBGR4PAP+yQGhVMEtlRmpUbJJ5y0Uz+cZhVnOXercuYgH4AtgF2I+Q1wJXODCSxV1Un/SFU3QBB3OgPKkBaPZP/u0BEgFfAXUaN2JCdKq2AbBTYkYvqW+H+3xWXVNI3obNAkqOvr4AAAAAAgAA/4AHgAWAAA8AMwAAARE0JiMhIgYVERQWMyEyNhMRFAYjIRUhMhYdARQGIyEiJj0BNDYzITUhIiY1ETQ2MyEyFgcAEw35wA0TEw0GQA0TgF5C/SABYA4SEg78wA4SEg4BYP0gQl5eQgZAQl4BIAPADRMTDfxADRMTA838QEJegBIOQA4SEg5ADhKAXkIDwEJeXgAAAAACABb/gAbqBYAAFwA+AAATMwYHDgMeARcWFxYXFhchIiY1ETQ2KQEyFhURFAYrATYDBQ4DBwYnLgInLgE2Nz4BNzYeAxclJorFRjgkLg4DGBITBAIzHjlf/vAwREQE6AE0MEREMLLUEP4rAhQqTTd7TCAqPSIjFQoSFFU8LU05MyMRAdREBYBAVTh2hWudX1kTCe5bq2hEMAUYMEREMProMETSAWNlLUpGMQwaQhtEvqOjyE4mKUANDAsXLzEgZK8AAAAABAAO/wAFeQYAACUARgCrAMUAAAUHBgcGIyInJicmJyYnJjc2FxYVFhcWFxYXFjMyNzY/ATYXFhcWAQcXFgcGIyIvAQcGIyIvASY1ND8BJyY3NjMyHwE3NhcWBRQHBgcOASImJyYnJjUjJjc2FxYXMxE1Njc2MzIWFRQGIyInJjc2HwEeATMyNjU0JyYjIgcGFREWMzI+AjU0JyYjIgcGDwEOAicuATURNDYzITIUIyERMz4BNzYzMhYXFhcWAxYUBgcGIyInJicmIyIHBicmNzY3NjMyFxYFeQZxkpqjpZiUb3E+KgwENDMFARIcMmZigISQj4WAYQYKDwwVJP4VQj8VHBEPCgk+QgUKDxACEghCQhAeEg0GB0FBEh4bAccuLVFQ1vLWUFIrDwEJNDIKJTwBA2NplJPQ0ZI6NhwPEBwODiYLaJBIR2hrR0BuhGCyhkmNjMfIjDUYAggKIRYVHxURA20eHvzVASh8Lm16edZQUS0uHwkLCxoNCQdqZYCUhYEbEgkBAw2CqaSYiQsGcT5AQD9wcJJnVhwICBwBA1pFfGZiNjg4N2EGCgQDEyUCUkI/FRwRCj1CBRACDw4HCkFCEB0SBUJBER4bSnZuaVFQXFxQUmghBxsREBxjRAFTAohgZ86Sk9AQCzIzCAMDBo9nZUZHUEhY/mNDSYawX8aNjIw1IgILCQoIBRcPAqgPF27+HSpUEy5cUFFpcAHQCBQQDRoHWyo4MQovGQ0QBDlAOgAABAAd/wAG4QYAABsAPgB0AIIAACU2FhQHDgQjIi4DJy4BPgEWFxYXBCU2JRYGBwYHBiY3PgEnLgMOAiMOAyoCLgEnJjY3NhYBFB4CHwEHLgEvASYnDgMuAjU0PgU3NTQnJiMiDgMHJTQ+AzMyHgMVARQXFjc2NzY9AQ4DBg8PFg8NPoGZ33Z37rSlZCIIBAYKDQXAbAGFAZq+AZgLERQiMxESCRUvEQUVIRosEysBBg4ICQUGAwMBAQZqMi58/oQbJSYODeMoThMTCw4md4iQg2g+OFh9eIxjMhUiVwYVPDQ8Ev7aLFp+sWZkomFBGf1gRkJJVB4OO2htQTwGBh0TEDdRQzE+W3VdKQkPCQUBBHUxsFYo0hBrMVMpDgoTLZkWBwkDAgICBAEBAQEBAgIQMAYHDAGpH0IyKgsL4CVNFBQLFjtXKAYwU49bVIxdSSkcCQJ/QSA1AhYlUjcbPHZsUjEySV1PIv2eVi8sFhliLTiiAhQvXwAAAAUAAP8ABoAGAAAjADMAQwBHAGsAAAEyFhURFAYjISImNRE0NjsBNTQ2OwEyFh0BITU0NjsBMhYdASURFBY7ATI2NRE0JisBIgYFERQWOwEyNjURNCYrASIGAREhEQEzMhYdARQGKwEVFAYrASImPQEjIiY9ATQ2OwE1NDY7ATIWFQYANExMNPqANExMNIBeQkBCXgGAXkJAQl7/ABIOQA4SEg5ADhL9ABIOQA4SEg5ADhIEgPqAAwDgDhISDuASDkAOEuAOEhIO4BIOQA4SBQBMNPsANExMNAUANExgQl5eQmBgQl5eQmBg/uAOEhIOASAOEhIO/uAOEhIOASAOEhL6EgQA/AACQBIOQA4S4A4SEg7gEg5ADhLgDhISDgAAAAUAAP8ABoAGAAAPABMAIwAzAFcAAAEVFAYjISImPQE0NjMhMhYBIREhJRE0JisBIgYVERQWOwEyNiURNCYrASIGFREUFjsBMjYlERQGIyEiJjURNDY7ATU0NjsBMhYdASE1NDY7ATIWHQEzMhYEgBIO/cAOEhIOAkAOEvwABYD6gAGAEg5ADhISDkAOEgMAEg5ADhISDkAOEgGATDT6gDRMTDSAXkJAQl4BgF5CQEJegDRMAaBADhISDkAOEhL90gQAwAEgDhISDv7gDhISDgEgDhISDv7gDhISTvsANExMNAUANExgQl5eQmBgQl5eQmBMAAAFAAD/AAaABgAAIwAnADcARwBrAAAlBwYiLwEHBiIvASY0PwEnJjQ/ATYyHwE3NjIfARYUDwEXFhQBIREhJRE0JisBIgYVERQWOwEyNiURNCYrASIGFREUFjsBMjYlERQGIyEiJjURNDY7ATU0NjsBMhYdASE1NDY7ATIWHQEzMhYEVy4JGgq8vAoaCS4JCb29CQkuCRoKvLwKGgkuCQm8vAn8IAWA+oABgBIOQA4SEg5ADhIDABIOQA4SEg5ADhIBgEw0+oA0TEw0gF5CQEJeAYBeQkBCXoA0TJcuCQm9vQkJLgkaCry8ChoJLgkJvLwJCS4JGgq8vAoa/uAEAMABIA4SEg7+4A4SEg4BIA4SEg7+4A4SEk77ADRMTDQFADRMYEJeXkJgYEJeXkJgTAAABQAA/wAGgAYAABQAGAAoADgAXAAACQEGIicBJjQ/ATYyHwEBNjIfARYUASERISURNCYrASIGFREUFjsBMjYlETQmKwEiBhURFBY7ATI2JREUBiMhIiY1ETQ2OwE1NDY7ATIWHQEhNTQ2OwEyFh0BMzIWBRf+AAoaCv7gCQkuCRoK3AG8ChoJLgn7YAWA+oABgBIOQA4SEg5ADhIDABIOQA4SEg5ADhIBgEw0+oA0TEw0gF5CQEJeAYBeQkBCXoA0TAI8/gAJCQEgChoJLgkJ3AG8CQkuCRr9OgQAwAEgDhISDv7gDhISDgEgDhISDv7gDhISTvsANExMNAUANExgQl5eQmBgQl5eQmBMAAEAAP8ABwAGAAAdAAABMhYVEQE2MzIWFREBNjMyFhURFAYjISImNRE0NjMBwBomAhgRFxomAhgRFxomJhr5gBomJhoGACYa/IUBrQ4mGv6FAa0OJhr7gBomJhoGgBomAAMAAP8ABAAGAAALABMAIwAAADI3ERQGKwEiJjURAiAAEAAgABAlMjY0JiMiBhUUFjI2NTQ2Ab6EPiYagBomVAGoASz+1P5Y/tQCAA4SEg6SzhIcEqkBwA/9cRomJhoCjwQx/tT+WP7UASwBqEwSHBLOkg4SEg53qQAAAAADACX/AAbbBgAAGwAlADsAAAEWFA8BBiMhIiY1ETQ2MyE1NDY7ATIWHQEhMhcBIREUBisBIiY1ATIWFREUBiMhIi8BJjQ/ATYzITUhFQbRCgqNHCj6wBomJhoCQCYagBomAgAoHPy8AQAmGoAaJgNAGiYmGvrAKByNCgqNHCgCAAEABNcKGgqNHCYaAQAaJkAaJiYaQBz73P4AGiYmGgPAJhr/ABomHI0KGgqNHMDAAAQAAP8ACAAF+wAbAB8AIwAnAAABFhURFAYHAQYnJQUGIyInJjURNDY3ATYXBSU2BREFESURJREBEQURB+QcFhL9gBgY/Zj9mAoOExEcFhICgBgYAmgCaCD7GAJA+2ACIATg/eAF9RQh+oAUIAf/AAsL9vYFCxQhBYAUIAcBAAsL9vYNmvsK5gT2DfsK2QT2+v0E9tn7CgAAAwAA/wAHAAYAABEAIwA1AAABMhYVERQHAQYjIiY1ETQ3ATYhMhYVERQHAQYjIiY1ETQ3ATYhMhcBFhURFAYjIicBJjURNDYCAA0TEf4gBwgNExEB4AcE6A0TEf4gBwgNExEB4Af7qAgGAgASEw0IBv4AEhMGABMN+kAUCP8ABBMNBcAUCAEABBMN+kAUCP8ABBMNBcAUCAEABAP/AAoT+kANEwMBAAoTBcANEwAAAAAEAAD/IAcABQAABwAPABcAOAAAADQmIgYUFjIkNCYiBhQWMiQ0JiIGFBYyABACBCMiJwYFBgcGJicmNz4HNy4BNTQSJCAEAoBLaktLagHLS2pLS2oBy0tqS0tqAcvw/mT0bmWt/vo0IgwUAwQYBSUOIQ8aDg8FkqfwAZwB6AGcAktqS0tqS0tqS0tqS0tqS0tqSwEu/qT+2asSrTgKAwEOCw8WBSEOJRowMEMnWv2PrgEnq6sAAAAABQAA/wAHAAUAAAcADwAXAC4AVwAAABQGIiY0NjIEFAYiJjQ2MgQUBiImNDYyAiAEBhUUFh8BBwYHNj8BFxYzMiQ2ECYBFAIEIyInBgUGByMiJic1JjYmPgI3PgU3JgI1ND4BJCAEHgECgEtqS0tqActLaktLagHLS2pLS2rp/mj+ndGPglcbGC6Yeys5RT3MAWPR0QFR8P5k9EZLxv76MUEFDxgEAwUBCgIMAgcwFSkYHgudtY7wAUwBbAFM8I4CtWpLS2pLS2pLS2pLS2pLS2pLAYCL7Ilwy0oyYFtRP2wmBgiL7AES7P6Lrv7ZqwivQw4IFREBBBAEDwMOAgg1FzguSChZAQaWgu2sZWWs7QAEAAD/CQQABfcAAwAGAAoADQAACQERCQERARkBAREJARECAAIA/gD+AAIA/gACAAIAAVkBJ/2x/tgDd/2xASgEnv2x/tgCT/7ZASf9sQAAAAEAUv/ABq0FQAAkAAABBgEAIyIDJgMCIyIHJz4BNzY3NhYXEhcWMzI3Njc2IyIHEgUWBq0K/r7+s+WOYixYSFUSbU0YqC6cVV90FywWN0EzZ2UIDXo5QHgBU/sD+uz+Yf5RAQegAUIBBkxiFZcoiggJgYv+4Vb5oaFVixoBiQsIAAAAAAIAAP+ABgAFgAADAAoAABEhESEBAxMhEwMBBgD6AAQ93d39ht3dAT0FgPoAAaUCdwEp/tf9if7QAAAAAAQAAP+ABgAFgAADABIAQQBVAAARIREhAQcXBxc3FzcnNycjJyMHBTIWBzc0LgIjIgYdASMVMzIVERQGDwEVITUnLgI+ATURMzcjIjc2PQE0PgIBNScuATQ2NREhBxcWFREUBg8BFQYA+gADjAxLHxlraxkfSwxfNSA1/pYgGQGuI0JIMYWEYEwUCg1JAcCVBgUCAQG/JucGBAQDDBsCdjYHBQL+7RdTFwwORgWA+gAEwCFTchk5ORlyUyFgYKMgLxU3SyUOc31IgAj+gg4MAQdYVg4BAQQECgUBg4AGBgNQGxsdC/zDVgkBAwMMBgIIZRYHFP6ODgkCCVYAAAQAAP9kBwAGAAAvADkAUQBbAAABFAYHFhUUAgQgJAI1NDcuATU0NjMyFzYlEz4BFwU+ATMyFhQGIiY1JQMEFzYzMhYBFBYyNjQmIyIGATY0JyYiBw4BIiYnJiIHBhQXHgIyPgEmMjY1NCYjIgYUBwA7MgzV/pD+UP6R1QszPnRTVTzaASl0AxgOAXESSCs+WFh8V/6yaAEs2zpVU3T6old8WFg+PVgDKgsLCh4LKaCgoCkLHgoLCyuXXlhelxZ8V1g9PlgCsjpfGS4ym/74mZkBCJsvLxlhOlJ1P5gKAgkNEANRJS1XfFhXPkr+KAmXPXX+5z5YWHxXWP5gCx4LCgoqKCgqCgoKHwsrMgkJMvhYPj1YV3wAAAABAEX/Aga7BgAAMAAAEzM+AyQzMgQXFh0BIR4DPgE3EQYMAScmAicmEjcOAQchNi4ELwEOA0UBEFWRvgEBlOcBbm9o+5sBaajT18lJXP7t/qKNvfUCA+TTMDwQAnsIID5PUkQWFof5xpoC5X7ny5VW08a7/7xvo1IgGkMz/oc3SgI2SQFgxPIBVGI8g15Nfk04Gg8BAQVPgpcAAAAEAAD/gAkABYAACQANABEAGwAANREhERQGIyEiJgEVITUhFSE1ATIWHQEhNTQ2MwkAXkL4QEJeAoABgP0AAQAGYEJe9wBeQiACYP2gQl5eASKAgICABIBeQuDgQl4AAAADAAD/AAa7BgAAHwAwADsAACUnDgEjIi4BNTQ+AjMyFhc3JiQjIgQGAhASFgQzMiQJAQYAISIkJgIQEjYkMyAAFwMjFSMRMzIeAQ4BBjDaSvWNk/iQVZHHboPpTNdu/p/Kof7a1H5+1AEmodUBcf5AArV0/kv+7rb+tPCOjvABTLYBBAGlfZ8nYIggLQwKLfZveIqQ+JJux5FVeWx9qcB+1P7a/r7+2tR+1gJG/qD9/tqO8AFMAWwBTPCO/vXp/nSgAWAoODgoAAQAIP8ABuAGAAADAAcACwAPAAAJATchAScRAR8BEQkCIQEFk/2aXANX+rW4BJ8Uk/3sAVz+DPypAWQDOwGCl/zedANa/RlgX/ymAU8Cf/zeAjsAAAMAAP8ABoAF8AALABcAfQAAATU0KwEiHQEUOwEyJTU0KwEiHQEUOwEyBREhETQmIgYVESERNDsBMh0BMxE0OwEyHQEzNTQ7ATIdATM1ND4CFjMRJjU0NjIWFRQHFTYzMhYzMjYzMh0BFAYjIiYjIgcVMjYeAh0BMzU0OwEyHQEzNTQ7ATIVETM1NDsBMgKAEGAQEGAQAgAQYBAQYBACAP2AcKBw/YAQYBCAEGAQgBBgEIAFDAcQASAhLCEgLSYVTRARPAcQRhsSSRMoMgEQBwwFgBBgEIAQYBCAEGAQAhDgEBDgEBDgEBDgEBD9EAFAUHBwUP7AAvAQEHACcBAQcHAQEHBwBgcDAQEBhw8jFyAgFyMPEQoPDxDSDw0PDIUBAQMHBnBwEBBwcBAQ/ZBwEAABAAAAAAkABYAAagAAARYUBwUGIyInJj0BIRYXHgU7ATU0NjMhMhYVERQGIyEiJj0BIyIuBScuAyMhDgEjIiY0NjMyFhczMj4CNz4GOwE+ATMyFhQGIyImJyMiDgQHBgchNTQ2FwjwEBD+wAgICQcQ/KYlLhARHxcfIBFgEg4BQA4SEg7+wA4SYCA6LC4cJxITFxwsLRj+mBaKWGqWlmpYihZoGC0sHBcTEiccLiw6IGsVYj5QcHBQPmIVaxEgHxcfERAuJQRaIBAC2wgmCMAFBAoSgDprJSQ+ICQQYA4SEg7+wA4SEg5gFBs2JkwnKTU5SSJUbJbUlmxUIkk5NSknTCY2GxQ5R3CgcEc5ECQgPiQlazqAEhQLAAAAAAMAAP8ABwAGAAAHABEAIQAAABQGKwERMzIAECYjIREzETMyABACBgQgJCYCEBI2JCAEFgR+Tzj9/TgBAreD/k+0/YICh47w/rT+lP608I6O8AFMAWwBTPADPnBOAQ3+9wEEuPyAAQ0Baf6U/rTwjo7wAUwBbAFM8I6O8AAEAAD/2QkABScAJwA6AE0AYQAAATQmJwYHDgEjIicuATc2NTQuASMiBgcWFxYUBiInJiMiBhQWMyEyNjcUBiMhIiY1NDY3NiQzMgAXHgEXFAcGIyInLgE3NhAnJj4BFhcWJBAHBiMiJy4BNzY1NCcmNjc2FhcGbUQ1BxAHKRgMDB8cChd60nuG4jZsUBYsQBdLaWqWlmoEFk9vmcmO++qp8MiVPgE+w+sBWxd0mfphFykYExoMEkdHEgw0PxJhAQCGFykXExoNEmxsEg0aGj4SAbY7XxUtLxgcAwo5HkdIe9F6knkcThdALBZLldSVb06OyO+pmeQWuOT+w+cZu3mvkCENET8aaAECaBo+JA0ajkT+GMciDRI+GqTCw6IaPxESDBsAAgAk/wAF3AYAAAkAbgAABRQGIiY1NDYyFicOARUUFwYjIi4FNTQ+AzIeAxUUBx4BHwEyNjU0LgQnJicuAzU0PgMzMh4DFRQOAyMiIyoBLgQ1LgEvASIOARUUHgMXHggF3H60f3+0fulzmyGS6W24e2I2IwwJHC1TalIsGwgXHGwnKHOWEi02Xl1JHA90jmcpKVuGx3p4yIFaJh4rNiwRAgYTGjQkLhwUD1glJURjKgomRH5XTH1dSTAiEwoCDVl/f1laf3+/D692SkBOKkNWVFIzDhMvQTMkIy87Jw4iLxseAgFmUhotLCYyLSINBzdacoleTpCDYTk0UmppMy5JKx0KChImNlc2EBMBAT5OJRgmNjA7HRk5NkA3RjZJMwAAAwAA/4AGAAWAAA8AHwArAAABETQmIyEiBhURFBYzITI2JRE0JiMhIgYVERQWMyEyNgAQAgQgJAIQEiQgBALAEg7/AA4SEg4BAA4SAcASDv8ADhISDgEADhIBgM7+n/5e/p/OzgFhAaIBYQFgAkAOEhIO/cAOEhIOAkAOEhIO/cAOEhIB//5e/p/OzgFhAaIBYc7OAAQAAP+ABgAFgAALABcAJwA3AAAAIAQSEAIEICQCEBIAID4BEC4BIA4BEBYlIiY1ETQ2OwEyFhURFAYjISImNRE0NjsBMhYVERQGIwIvAaIBYc7O/p/+Xv6fzs4BngEo+pKS+v7Y+pKSAe4OEhIOwA4SEg79wA4SEg7ADhISDgWAzv6f/l7+n87OAWEBogFh+66S+gEo+pKS+v7Y+k4SDgJADhISDv3ADhISDgJADhISDv3ADhIAAAACAAD/gAYABYAADwAbAAABETQmIyEiBhURFBYzITI2ABACBCAkAhASJCAEBEASDv3ADhISDgJADhIBwM7+n/5e/p/OzgFhAaIBYQFgAkAOEhIO/cAOEhIB//5e/p/OzgFhAaIBYc7OAAMAAP+ABgAFgAALABcAJwAAACAEEhACBCAkAhASACA+ARAuASAOARAWNyImNRE0NjMhMhYVERQGIwIvAaIBYc7O/p/+Xv6fzs4BngEo+pKS+v7Y+pKSbg4SEg4CQA4SEg4FgM7+n/5e/p/OzgFhAaIBYfuukvoBKPqSkvr+2PpOEg4CQA4SEg79wA4SAAAAAAMAAP8ABwAGAAALACUAPQAAJRMWBwYjISInJjcTARMhEz4BMyEVFBYyNj0BIRUUFjI2PQEhMhYlERQGIiY1ETQmIgYVERQGIiY1ETQ2IBYG3SMDExMd+YAdExMDIwZdVvlUVgMkGQEAS2pLAYBLaksBABkk/oMmNCaW1JYmNCbhAT7hgP7HHBYVFRYcATkDR/z5AwcYIYA1S0s1gIA1S0s1gCGh/wAaJiYaAQBqlpZq/wAaJiYaAQCf4eEABgAA/wAIAAYAABUAIwAvADsASQBtAAABMhYUBisBAw4BIyEiJicDIyImNDYzAT4BJwMuAQ4BFxMeATMlETQmIgYVERQWMjYlETQmIgYVERQWMjYlEzYuAQYHAwYWFzMyNgEDIxM+ATsBNDYzITIWFTMyFhcTIwMuASsBFAYjISImNSMiBgeANUtLNQ9zCEgu+wAuSAhzDzVLSzUBZRojAiACKTQjAiACJRkBoCY0JiY0JgGAJjQmJjQmAWAgAiM0KQIgAiMaBRkl+35dhGUTjFqnJhoBgBomp1qME2WEXQtFLacmGv6AGianLUUDAEtqS/1qLjw8LgKWS2pL/OACKRoBoBojBCka/mAZIkABoBomJhr+YBomJhoBoBomJhr+YBomJhUBoBopBCMa/mAaKQIiBNr+ZAG5WG8aJiYab1j+RwGcLDgaJiYaOAACACH/gAbfBYAAAwBPAAABEyMDAQcGIyEDITIXFg8BBiMhAwYrASInJjcTIwMGKwEiJyY3EyEiJyY/ATYzIRMhIicmPwE2MyETNjsBMhcWBwMzEzY7ATIXFgcDITIXFgPfQP5AA/44Bxj+uUABNw8KCgQ4BRr+uVEHGOAQCgkDTv5RBxjhDwoJA07+yQ8KCQM4BxgBR0D+yQ8KCgQ4BRoBR1EHGeAPCgkDTv5RBxngDwoJA04BNw8KCQIAAQD/AAH44Bj/AAwODuAY/rgYDAwQATj+uBgMDBABOAwMEOAYAQAMDg7gGAFIGAwMEP7IAUgYDAwQ/sgMDAAAAAAEAGv/AAWVBgAAAgAFABEAJQAAARcHERcHAwkDEQMHCQEXAQAQAg4CIi4CAhASPgIyHgIDSZSVlZSDAdD+zgEy/jD/XQFA/sBdAP8Cz0BvqsH2wapvQEBvqsH2wapvAeOUlQOMlZT8YQHQATIBMgHQ/Z0A/13+v/6/XQD/AXD+Xv7HyXwxMXzJATkBogE5yXwxMXzJAAAAAAMAKP8AA9gGAAACAAUAEQAAJTcnETcnEwkBEQEnCQE3AREBAlStra2tIAFk/eX+12wBdP6MbAEpAhtxrKwBbqys/fH+nP3kAsf+2GwBdQF1bP7YAsf95AAFAAD/gAYABYAABwAPABcAKQAxAAAkNCYiBhQWMgA0JiIGFBYyABAGICYQNiATFAcBBisBIiY1NDcBNjsBMhYEEAYgJhA2IAUATGhMTGj9TExoTExoBEzh/sLh4QE+gQ374BMgoBomDQQgEyCgGib9YOH+wuHhAT7MaExMaEwDTGhMTGhM/h/+wuHhAT7hAsAUEvqAGiYaFBIFgBomu/7C4eEBPuEAAAAFAAP/Rwb9BbkABgAKABAAFwAdAAATCQEuATcTKQEBMQETIRM2MgETFgYHCQExIRM2MhdoAxj8nBIOB2UBzgKU/rb98Mb+MsYIMgUwZQcOEvycAxj+MsYIMggDPvwJAnYNKxUBNPwJBlv9nAJkF/2F/swVKw39igP3AmQXFwAAAAQAAP8gBwAF4AADAA8AEwAxAAABMzUjATUGBwYmJxceATcyASE1IQUUBxYVFAQjIiYnBiInDgEjIiQ1NDcmNTQSJCAEEgGAoKADRWiLh/lgAVj4lIH+KAKA/YAEgGNZ/v24es46E0wTOs56uP79WWPwAZ0B5gGd8ALA4P3UXCQCAV9LYFBhAQF94MC7pWZ/nd5pWAEBWGnenX9mpbvRAWHOzv6fAAAAAAkAAP+ABgAFgAADAAcACwAPABMAKAArAC4APgAAARUjNRMVIzUBFSE1ARUhNQEVITUBETQmKwEBJwcBIyIGFREUFjMhMjYBNyEFNyEFERQGIyEiJjURNDYzITIWAgP8/PwD8v6rAVX9YAKg/WADJwwIIP6G0tL+hiAIDAwIBNgIDPypuf5qAovd/moC4lY++yg+VlY+BNg+VgJxgIAA/39//gGAgAEAgIAA/39//KQE2AgM/wCrqwEADAj7KAgMDARelpaWFPsoPlZWPgTYPlZWAAAAAgAA/wAHAAYAAB8APQAAASYnJicmJyYGHwEeAxcWFx4EFxY3NicmJyYCAS4FAicgDAEeAw4BBwYVASMBDgIuAgOAaDiL0CIkWQonJz5lWDUsCQQsUHRzk0uZAQEyNRxNzP5STHFTOzouSycBEQHBATXpilIeBQ4NDQFDaP7nFotorJW6AtDEUsp0ExEoEB4fK2WEXlQRCFSKqoJ1IEIGAyIkFToBMv5+PIKdmNzGATKISHCxqOWq43dUVBf+uQEdAhgOAiBWAAAFAAD/AAcABgAALwA3AEcAVwBnAAAALgEHBCAlJg4BFhcWFw4CDwEGFhcWMzI/ATY3MxYfARYzMjc+AS8BLgInNjc2JDQmIgYUFjIEEAIGBCAkJgIQEjYkIAQWACAEBgIQEhYEICQ2EhACJgAQAgYEICQmAhASNiQgBBYFZAwtGv77/uj++xotDBsawm0CGxocCQoWGQkOLBAINhEqETYIECwOCRkWCgkcGhsCbcIa/rdLaktLagKLb73++/7i/vu9b2+9AQUBHgEFvf5L/sj+5M56es4BHAE4ARzOenrOAciO8P60/pT+tPCOjvABTAFsAUzwA1U0GwY+PgYbNC0GLgye3llHFRkwCgQpFIt4eIsUKQQKMBkVR1nengwuBqNqS0tqS3H+4v77vW9vvQEFAR4BBb1vb70BbHrO/uT+yP7kznp6zgEcATgBHM7+MP6U/rTwjo7wAUwBbAFM8I6O8AAAAAMARP8ABbsGAAAvADcASAAAABYHAw4BIyInLgE3EwcWFRQHJzY1NCYjIgcnNjcBJwcGLgE2PwE+ARcBFhcWDwElAiImNDYyFhQBMjcXBiMiLgE1NDcXBhUUFgV8RAUsBD0pBgMsOQMjjzeUiVvNkYZmiXikAQiVtSFYOgUg7xpEHgHoJAwRK80BcymUaGiUafzaalqLkr2U+5J0izzNAvZGL/3ZKjgBA0MsAa0IcX/YnIllhpHOXIpyGwEsV6EeBUJYHdUXBxL+5RUvQzLoFAGpaJRoaJT6vj2LdJL6lLyUi1htkc0AAAAEAAD/gAYABYAADwA+AE4AWgAAARUUBisBIiY9ATQ2OwEyFgEUDgIHDgIdARQGKwEiJj0BND4DNz4BNTQmIyIHBgcGIyIvAS4BNzYzMhYCIA4CEB4CID4CEC4BABACBCAkAhASJCAEA3ASDqAOEhIOoA4SAQAePSsmIB0XEg6gDhIVGzMfHTUsVzQ4Jx0zCRALCGwKBAd644Hb7v787atmZqvtAQTtq2ZmqwGRzv6f/l7+n87OAWEBogFhAVCgDhISDqAOEhIB4jJQOh4VEhQcDyAOEhIORCM7JCMQDRkkHyo7GxQ/DAZSBxoKwLMBQ2ar7f787atmZqvtAQTtq/63/l7+n87OAWEBogFhzs4AAAQAJ/8DBVkGAAAJAD4ATwBgAAAAIiY1NDYyFhUUARQGJicBLgEPAQYfARMDBgcGBwYnLgE3NhsBBxcWDgIPAQYuAzUDEzYzMhcBFh8BBxYFHgEfARYXFgcGLgEnIyYnAwEWFRQHBi4BJyYBFjY/ATY1Aa6AXFyAWwGMPEMO/pEHDgQDBwt6AaFDGQ8NMjUdGQMCwwVVIwQKEhQHBxMfEQsELtMXWksgAagHBwMBB/5tK1sYGCQGCy8jPigJAQYCfAOTHwMJCxQGcv7LAwgDAwsEyVtBQFtbQEH9IzIjFhcBtgwHAgMIDYv+nv43wCoaBhoZDTwbEQJZAaCk3hgkEw0BAgMMFBgPAgErAX0iKP33BQwDAQ2mceA4N10gRhsWDCATEAkBX/6tMQgFAgULKQqsAekBBAICCQgAAAAHAAMA4wkABBwAAgALACMAMQBLAGUAfwAAATMDBTQmKwERMzI2ARMUBisBIiY9ASEHBiMhIiY3ATYzITIWBBAGIyEiJjURNDYzITIBFA4DByM+Az8BNC4DJzMeAx8BFA4DByM+Az8BNC4DJzMeAx8BFA4DByM+Az8BNC4DJzMeAxcB+KsBA1hlYDY0W2z9wgETDtgOE/7dNwoS/vUVEw0CLAkSAUwOFAM7+8f+8g4UFA4BDMgBmAEPHD0rMyY5GhABAQEOGjgmKyk+HRECuQEPHD4rMyY5GhABAQEOGTgmKyk+HRECtgEPHD0rMyY4GhABAQEOGTgmKyk+HREBAh4BCaZXav58cgHK/QwOFBQOPlEPJBEC9Q4Uxv5+3BQOAvQOFP5kCyRrYXcrLXdpWxsbCB1bXIM7L3hnWRoaCyRrYXcrLXdpWxsbCB1bXIM7L3hnWRoaCyRrYXcrLXdpWxsbCB1bXIM7L3hnWRoABAAA/wAFgAXyAEoAXABtAIIAAAU0LgEnLgInJiMiBiMiJy4DJyY0Nz4DNzYzMhYzMjc+Ajc+AjU0JicmIyIHDgMHBgcOARAWFxYXFhcWFxYzMjc+ARMiJjQ3NjU0JyY0NjIXFhQHBhYiJyY0NzYQJyY0NjIXFhAHFiInJjQ3PgEQJicmNDYyFxYSEAIHAmkaJAIBCAkJDyQXXhgiDQYKBQgBJSUBCAUKBg0iGF4XJA8JCQgBAiQaVyAUGSJAOU8/HR8GAzEmJjE4Gz90AwNAIhkUIFefGiYTJSUTJjQTS0sVuDYSExNwcBMmNBOWlqM2EhMTWmFhWhMmNBNtdHRtmQteeAkELRsIDgsLBRUTHQSA/oAEHRMVBQsLDggbLQQJeF4LFj0MCBIRL1U3QwwHa9r+8tpreidbJAEBEggMPQOnJjUTJTU0JxM0JhNL1EsTtRMTNBNyATxyEzQmE5b+WJbIExM0E1vqAQDqWxM0JhNt/uj+zP7obQAAAAAUAAAAAAiABYAABwAPABcAHwAnAC8ANwA/AEcATwBXAF8AZwBvAHcAfwCHAI8AlwCfAAAAIgYUFjI2NCQiBhQWMjY0AiIGFBYyNjQAIgYUFjI2NCQiBhQWMjY0ACIGFBYyNjQkIgYUFjI2NAIiBhQWMjY0ABQGIiY0NjIEFAYiJjQ2MgAUBiImNDYyBBQGIiY0NjIAFAYiJjQ2MgAUBiImNDYyABQGIiY0NjIAFAYiJjQ2MgAUBiImNDYyBBQGIiY0NjIAFAYiJjQ2MgQUBiImNDYyAQKEXl6EXgGihF5ehF5ehF5ehF4CooReXoReAaKEXl6EXv2ihF5ehF4BooReXoReXoReXoRe+SBwoHBwoAJwcKBwcKD+cHCgcHCgAnBwoHBwoP5wcKBwcKAFcHCgcHCg/XBwoHBwoAVwcKBwcKD+cHCgcHCgAnBwoHBwoP5wcKBwcKACcHCgcHCgAWBehF5ehF5ehF5ehAJeXoReXoT+Xl6EXl6EXl6EXl6EAl5ehF5ehF5ehF5ehAJeXoReXoT8DqBwcKBwcKBwcKBwAZCgcHCgcHCgcHCgcAGQoHBwoHD7kKBwcKBwA5CgcHCgcPuQoHBwoHABkKBwcKBwcKBwcKBwAZCgcHCgcHCgcHCgcAAACQAA/wAG/AYAAAcADwATABsATABUAGkAewCMAAAWFAYiJjQ2MjYUBiImNDYyEwEHASQUBiImNDYyARQOAgcOAxUUBiMiJjQ2MzI2NTQ+Ajc+AjU0ACAAFRQGIiY1ND4CMh4CBBQGIiY0NjIlFAYiJjU0JiMiBhUUBiImNTQ2IBYlFgYHBiMiJicmJy4BNz4BFxYFFgYHBiMiJyYnLgE3PgEXFoAmNCYmNOYmNCYmNFMBAFr/AAGtJjQmJjQC6Rc0JCMfHSYP4Z8aJiYaapYXMyQiKCck/vn+jv75JjQmW5vV6tWbW/39JjQmJjQBRiY0JoNdXIQmNCbOASTOAYoKFhkJDhMhB0ScFQgQETQVtwElCRUZCwwsEFzNFgcQEDQV66Y0JiY0Jpo0JiY0JgEt/wBaAQCHNCYmNCYBADtjWC8pIyY+Qimf4SY0JpZqOWFVMCcuNGE3uQEH/vm5GiYmGnXVm1tbm9XbNCYmNCZAGiYmGl2Dg10aJiYaks7OjxkwCgQWE7J1EDQVFQgQiYUZMAoEKe6bEDQVFgcQrwAAAAAEAAP/AAj9BgAAEQAjAGcAsAAAASYnLgEjIgYVFB8BFjMyNjc2JTQvASYjIgYHBgcWFx4BMzI2AQ4BJyYjIgcyNjMyFhcWBgcGIzIXHgEHDgErASYnJQcGIyInAyY2PwETNhI3Nh4BBgcGBzY3NhYXFgYHBgc2MzIXHgElExYGDwEDBgIHBiMiJyY2NzY3BgcGIyImJyY2NzY3BiMiJy4BNz4BFxYzMjciBiMiJicmNjc2MyInLgE3PgE7AhYXBTc2MzIECDsZET4lNUskCiIwJT4RGQJzJAoiMCU+ERk7OxkRPiU1S/5WEUwjPkgzMAMNA1ydKBEbJBIVFRIkGxEonVwGEBz+3u8ODygRoAsOFtGUEZV5H08yBx9GL3uQKD8EBTAoVEsuNXNnJBoDsaALDhbRlBGVeRojLR0ZBx9GL3uQBAgkNwQFMChUSy41c2ckGhIRTCM+SDMwAw0DXJ0oERskEhUVEiQbESidXAYBDhwBI+8ODygCQAI1IidLNTghCB8nIjWCOCEIHyciNQICNSInSwESIxoRHxEBZFMkSxEJCRFLJFNkAgIbeAcjAUAXMQ13AQubARFkGQc+Tho7RVQRBTAoKD8ECi0KMhJLfP7AFzENd/71m/7vZBYjH04aO0VUEQEwJCg/BAotCjISSyQjGhEfEQFkUyRLEQkJEUskU2QCAht4BwAAAAQAAP8ABwAGAAATAEQATgBcAAABFBYyNjU0JiAGFRQWMjY1NDYyFgIiDgIVFBYyNjU0ACAAFRQOAQcOAxUUBiMiBhQWMzI2NTQ+Ajc+AzU0LgEBFwEGIi8BJjQ3ARcWFA8DJic/ATYyBCAmNCbO/tzOJjQmhLiEaOrVm1smNCYBBwFyAQckJygiJDMXlmoaJiYan+EPJh0fIyQ0F1ub/cLi/b0MIgyoDAwGQKgMDOkaR0KBW88NIgLAGiYmGpLOzpIaJiYaXYODAeNbm9V1GiYmGrkBB/75uTdhNC4nMFVhOWqWJjQm4Z8pQj4mIykvWGM7ddWb/Yzi/b0MDKgMIgwGBqgMIg3pGUeZaVvPDAAAAwAA/4AGAAWAABQAWABoAAABFAcOAQcOAQcGIyImNTQ2NzYzMhYBNCYnJiMiByc+ATU0IyIHDgIVFBYzMhQHBgcOASMiNTQ+AzU0Jy4BIyIOARUUFjMyPgE3PgE3Njc2MzIXFjMyNhMRFAYjISImNRE0NjMhMhYDYg0LKQoCBQsUCzo0RkQcFxwRAeZODRUNW4cCAzHyGCxelUqhkxkBBBYOSy0qFR0eFgcYRR8jORlnV1KSWRUGEwUDC3ZtME8BAwUJuKl3/EB3qal3A8B3qQP9G0MyyDILAwECY0BYrCYOIf45DnsFCE0CFuJB6QYRkbxfkp4GAiJTNGIvGC8gGQ8BAwcWHURSIlhsapJQFlkWDAY8EgEJAg/8QHepqXcDwHepqQAAAAACACX/AAXaBf8AGQBlAAABNC4CIyIHBgIVFB4CMzIWPgI3NhI3NgEUBiMnLgIjIgcGBw4BBw4DIyImNTQ+ATMyFhcUDgMVFBYzMj4DNzU0JioBBiMiJjU0PgI3NjMgERQCBxc+ATMyFx4BAugEDR0XJydpbBEkRS8EHAwUCgIQQBATAvIPCAYWUEAfp7gPBgodCBdeg7Jgh58nVzYmpAEhLi4gISAtUDUrFgUHCgoKAeP6RXu9bjQ2AXZMBQNlo1YWHxN6BM8YHR8PFzr+94ksU04vAQEFDApNATVNW/2nBw0BAxAJXQgTJIsfW7GYXqeINYBpQxwBFycySCYhKD9ddmAqCQIDAfXibOLCjRMJ/phi/qIkAzk+DQe/AAMAAf8ABn8F+wA9AFIAhwAAATIfARYfARYHAw4BBw0BIyImNTQ2NyUhIiY3PgEzLQEuATc+ATsBBSUuATc+ATMyFwUXMhYzMjYvAS4BNzYHFy8CAy4BJyY2NzYWHwEOAQcGFgETFg8BBg8BNi8BJi8BJiMiBwMmNjc2FhcJASY2NzYWFxMDJjY3NhYXExceATYvASY2NzIWAz8gG949MZIoC0gGLyD98f6gCSc5NiYBBP5AKTkCAjwnAbr99ykyBgY5JQoB4f6hJjAGBjYjBg4BwNkBBAEXDxS6Iw4ZGxW62gUk7gEDARgLIB9KG44CBgEgEgOlDwQPMAw3agIpkjVA3iIqMyXrGQ4iIU0YAQr++hUVJSNLFPGIDxUiJU4RwWUIHhgBDAI4KSc4A18SlCg5qi48/mMgKwQ4IDgoJTYFIDwpJzQBQAVAKSMtPF4KPyUkLQJgJQEuDX0XUSEmyn0lAiYBBgEFAR9OGRcLHJMBBQItbAGn/vZJSts7HDY+L6o9KpQXJQE4IVEXFhAg/qABxyNQExIYIv5cAVEjThETGib+YcQPBRQQ4Ck8ATkAAAQAAP8eBwAFYgBSAF0AbQBwAAAlIicuAScmNTQ+Bjc2JSY1NDc2MzIfATYzIAAXFhQHDgEHFhUUBwYjIi8CATcGBxYaARUUBwYjIicBBgcWABUUIyImLwEDBgceARcTFCUXJBMCJR4BFRQGABQWMzIWFRQWMjY1NCYjIiUnFwFPAgRWpTkVBAQKBw4GEgK4AQxuEXQMEgp8XGQBCgHPkxQUW/+XbhF0CxMKfED+RAc6KQP47gkNOzkD/jgnKxgBfAsOiQRq4CwiAiAHsAM0MQERsbT+6UNIXv5uHBRWehwoHLJ+FAFSCQe0AjmwXB4nCRQQFAwWCBcD+3LGDRMKQBDlE/7t6B9MH47fQMYNFAlAEOV3AzQHGBcF/jb+SAMHAgMHA0kcKCv9QwQKLAbFAZ01NQMsDP65CmZbbwESARVwQKlcar0COygcelYUHBwUfrIRBAcAAAAABAAA/5cE/gVpAB8ALwA1AE8AAAEUBwYjIicmNTQ+ATMyFwYHJiMiBhUUFiA2NTQnNjcWJxQCDwEiJz4ENTQnFicVJiceARMiJzY3NjcOAQcmNTQ2NzY3PgE3FhUUBw4BBBqTlObokpOI8pNgViAHQk2n4+EBUuAgQjkpzJ+fDh0hU39ILQ8DNzdJhVht/VNN2kgTAirDayMiGi5vO14bShggcQGu15+hoZ/Xk/eSHz5AHPaoqu3tqllNDSRiS8D+zmQBBSCNqNKvW0UioKIC1uI7//65S3h/JRNekRk2OyVUGiweEFU6aZRtPU1rAAAABQAA/4AGAAWAABoAKQAuAEQAVAAAATQnBgcWFRQGIiY1NDYzMhc2NyYjIgYQFiA2AxYVFA4DBxY7ATYRNCcuAScWBTQnBgcOARUUFz4BNw4BBxYzMjY3NiURFAYjISImNRE0NjMhMhYEGhwpLBaa6JucczUtBBc8QZrPzwE0z7ICCh8yVzkVFQrbJgRQOlwBgTMpU0VQGEqFHQSNRDQ6M04VEQFJqXf8QHepqXcDwHepAe9ORRkJMkB1o6N1c6kTKywV2f7K1NUB/RgvP3iRc2EWA4sBEHRtULcnnClmSFYXE0VBKCURZEE0dyY0SjUq8PxAd6mpdwPAd6mpAAAAAAIAAP+ABgAFgABPAFsAAAE0Jy4BJyY1ND4CNTQmIyIGIyInNjU0Jy4BIyIHBhUUFwYjIiYjIgYVFB4CFRQHBgcGFRQXHgIzMjYzMh4CMzI+AjMyFjMyPgE3NgAQAgQgJAIQEiQgBAT/FkNmHQcnLyclFAwoCwQIBREkhlXHTBEFBAoMKAoVIycvJwdAhhaJAggPEAwzDiNALEcpK0grQCMOMw0QDggCiQEBzv6f/l7+n87OAWEBogFhAYQWBQ9YQBMGDxYMHRYTGRACXxNPI05XpSNPE18CDxgUFR0MFg8GE4odBRYuFgUqEwkeIx4eIx4IFCgFFgH7/l7+n87OAWEBogFhzs4AAAEAD/+ABnEFgABbAAABNhYXFhUUBxYzMjYzMhYVFA4CFRQXHgEXFhcWFRQHDgIjIiYjIgcOBCMiLgMnJiMiBiMiLgEnJjU0NzY3PgE3NjU0LgI1NDYzMhYzMjcmNTQ3PgEDUIbVORsJDg4SQhIdNj9LPwwlg08cNBzbBwgUFxRUFiUZID42Plo2NFk9Nj4fGiUYUxEZFAgH2xw0HE6FJAw/TD80HQ9CFBIOCRtA2AWAAYt7OnkvkAcbJBwgLBMnHA8cUoghDAsGHUYhCzglDQUFIykoGxsoKSMFBQ8lOgshRh0GCwwgilEcDxwnFCsfGyUaB44wejqJegAAAAIAAP+ABgAFgABPAF8AAAE0Jy4BJyY1ND4CNTQmIyIGIyInNjU0Jy4BIyIHBhUUFwYjIiYjIgYVFB4CFRQHBgcGFRQXHgIzMjYzMh4CMzI+AjMyFjMyPgE3NgERFAYjISImNRE0NjMhMhYFABZDZh0HJy4nJRQLKAwECAURJIVWxk0SBgoFCykKFCMnLicHQIYWigIIDhANMw0jQSxHKStIK0EjDTQNDw8IAYoBAKl3/EB3qal3A8B3qQGEFgUOWEEOCw8WDB0WExkQAj80TiROV6UmTSZMAhAZFBUdDBYPCw6KHQUWLxYFKhMKHiMeHiMeCRMrAxYDC/xAd6mpdwPAd6mpAAAAAAEAAP+ACQAGAABPAAABDgUHDgEHDgMHBgckBQYHPgE/AT4DNzYFMhceAQcDBicmIyIEBwYuAi8BNDU0MzI3EgAzMh4FFzc+BDc+AwkARXBCNRYWAwozFw9GQVAIL2j+q/7fXNMvThAPR7hThUy6ARcBCQsGBsIPIIDikv4AiFKGUCoMAQaK6cABbckFEzk1Rjg0DmYCJjNHYTRCfHdCBgAuXEZJKi8GEu0uHT8mLAYfyA6sNX4QHgcHG0sgJQ0fJgMGFgv+px0HGFkCARwuIhEBAQEGNwFuATwBCQ8iLUkusQRNYHuQQVJ3SiEABQAA/wAGAAYAAEYAWABeAGQAagAAARQHJxcGBycXBgcnFwYHJxcGIic3ByYnNwcmJzcHJic3ByY1NDcXJzY3Fyc2NxcnNjcXJzYzMhcHNxYXBzcWFwc3FhcHNxYXNAIkIyIOAhUUHgIzMiQSExEJAREBEQERCQERAREJAREBBSoF7OATJ9axLD+dZz1PTw4mTCYOTkpCZ507MbLWJxPg7QUF7uETJ9axLj2eZ0NJTQ0kJyYmDk5KQmeePS6x1SUV4O0FHp3+85532J1cXJ3Yd54BDZ1J/W/9bwKRAsT9PP08BcT9AP0AAwACgC0fDk5JRGeePS+y1yUW5PAGBu7iEyjXsitBnmhFSE8OKiIjKg5PSUNonz0vstcnE+DsBgbt4RMo1rIvPZ9oPk9ODh8uoAEPnV2d2nh32p1dnQEPAh79Av6BAX8C/gF/+csBnAM3AZv+ZfzJA1v8gP5AAcADgAHAAAADAAD/AAaABgAAFAApADYAAAEhByEiBhURFBYXFjMVIyImNRE0NiUzAQ4GBzU2NzY1NCcBMxMBESE2NyERNCYnNx4BAVMCsxr9Z26deV0XSy2Mx8cD3/f+HhcjNzVMU2w+ozkUFP7j5LsDVvzlJQgCpmNQGWV9BSZInm78/V+VEwVIyIwDA4zI2vryPVVvTFExIQLDGpw0NTY0At39twHy+6k3EgQOVYwdQyKzAAAAAAoAAP8ABwAGAAAHABQAIQAtADkAWwBuAHgAkADnAAAAFAYiJjQ2MgM1NCYiBh0BFBYzMjY3NTQmIgYdARQWMzI2NzU0JiIGHQEUFjI2NzU0JiIGHQEUFjI2AQYEIyIuAjU0NwYVFBIXNjMyFzYzMhc2Mhc2MzIWFzYSJzQjIgcGIyI1NDcGFRQWMzI3NgE0JiIGFRQWMjYBNC4BIyIGBwYVFBYzMjc2MzIWFRQHPgEFFAIHBgQPARUUBiMiJwYiJwYjIicGIyImNQYjIic2NyYnFjMyNyYnJjU0PgMzMhc2Nz4BNz4CNz4BMzIXNjMyFxYVFA4CBx4BFRQHFhc2MzIXFgNUIjgiIjiCKTwoKR0eKawoPCkpHh0prik8KSk8Ka4pPCkpPCkBDFT+2K971ZBSFWiCeB49OB4gNzgeIG4gHjgcMQ1wgo5IER5fNuIeU7KSb2MN/kZAYkA/ZD8CdUuXYk2QNzBbZjVZJBEzNQRLVQEXQzw6/u5bBDsrOB4gbiAeODcgHjgvOFpsdl02NHFFICdZS8AwGBItQWxCOxYTFwIUAwoaGBBX+YgjGztXUzkFDA0TAREmEJ0oGSMtN1oE6DovLzov+lRyHisrHnIeLCwech4rKx5yHiwsHnIeKysech4sLB5yHisrHnIeLCwCyqDHZ6vgeFhWr9ei/tRlOTIyMjIyMh8ZXgETs0sGE/NWdn+Ult1GMAKyMk9PMjNPT/7gYKZsRjufbWhqEwY4NBoURMNyb/7rQkCdGgFyK0AyMjIyMjJDMERQARMfYAcuwHI4aDmJnH5UNB0ZAxQGDy4mFG+EBEA5BQcFEQ8TAQYYDAYTivAeMVAAAAMAAP+ABgAFgAAZACUAMQAAATQnIRUzDgEjIiY0NjMyFzcmIyIGEBYzMjYlMzUjNSMVIxUzFTMAEAIEICQCEBIkIAQDlQb+ltkMfVBjjIxjXTxobJWg4OCgpcsBWW1tbm5ubgESzv6f/l7+n87OAWEBogFhAnchH4RMWY/GjztlZOH+wuHSd25ubm5uAXb+Xv6fzs4BYQGiAWHOzgAAAAABACX/AAYABgAAJwAAAREUBwYjIiQjIgcRIxEuATU0NjIWFRQGBxU2MzIXHgEzMjc+ATMyFgYAMa6kSf7jVaTOoD9MgLaATD++mWNjDsM0TVgLihQaJgQA/LkwDjQ7MP6uBVgZcERbgIBbRHAZRCwPAikSAiYmAAAFAAD/UQkABQAABQA5AFYAXACUAAASMjYmIgYFLgUnBwYmJyY2PwEuAgYjIg8BIxEyNh4DFwEWMzI3FjY3Fjc+AScWMzI+ASYXMxEjJyYrASIPAQYUFx4BPwE2HgEHHgEXHgEXFgQyNiYiBgERFAYjIQ4BBw4BBw4BJw4BLgEnASEiJjURNDYzIT4GOwEyFzY7ATIeBhchMhaYUCAgUCAGCQo5GjIjLhZ9U/tQOQE6sRY6JUwLXEKemwUgDBsOFQgBKXNwTi85bxFKNRQgAgohK0QfB4RgXZ1CZ6dZOdEcGyuGLMEZOSUKEFAUHWsLNAEAUCAgUCABCCYa/k4bbkYhXzcqfUI8hHtvMP7h/poaJiYaAaUOQh07KjxAJHVjUlJjpyNAMTYjMxs3DgFjGiYBgEBAQAYNSiJAKjQXjF4EYEWyRM4LCwECQp794AEBAwYLCP7cby8UODkGMhI3FwoqQE8YAgC0TEPzIVQhMwIy2hcDMx8TWBgkiw9CSkBAQAIA/YAaJkFTCjBDDDU5BCILJ0QvARomGgKgGiYORBw0FxwLODgMESQaNR9BECYAAAACAAD/AAcABgAAJQBPAAABERQGIyEiJjURNDc+Bjc+AzIeAhceBhcWASQ3PgEvAS4BBwYHDgMiLgInJicmBg8BBhYXFgUeBDI+AwcAXkL6QEJeCwg+FUZGeqVuBV8wUDpQMlwGbqV6RkYVPggL/cwBB1ILAwgmCBoL53AFXjFQOlAxXgW6nQsaCCYIAwtSAQcKUDJOTUpNUTBSA3L8LkJeXkID0g8JBzcROjVdeVAESCElJSJGBVB5XTU6ETcHCf2ovz0IGQs0CwMIqVEDSCElJSFIA4Z0CAMLNAsZCD2/CDwiLRYWLyA/AAAAAAMAAP8ABwAGAAAxAFAAcAAAARcWBgcOAgcOAysCIi4CJy4CJy4BPwE+ARcWFx4DOwIyPgI3JDc2FhMRJicmJS4DKwIiDgIHDgIHBgcRFBYzITI2ExEUBiMhIiY1ETQ3NgA3PgM7AjIeAhceAhcWBcInCAMKK6d+BCcqT0olAQElSk4sJgV4pycLAwglCBsLXtQFTSxFGAEBGEUsTQUBAjcLGsZaRVv+1gNQKkYYAQEYRipQA9fJOjUOBxMNBcANE4BeQvpAQl4pewHGBiQuTUslAQElS00uJCvi4lgpAm8zCxkIIoFhAyAgMhcXMiEfBF2BHggZCzQLBAlJowQ+HyIiHz4ExiwIA/0mA6BTOErmAkIeIyMeQgKmnzEyDAf8YA0TEwOt/GBCXl5CA6A4JnIBYQUeIzEYGDEjHiSstlImAAAAAAsAFf8ABesGAAADAAcACwAPABoAHgAiACYALgAyAHYAACUXLwEBJScFARcDJwElAwUBFy8BFBYGDwEXFgEFAyUBNwcXASUDBQE3JwcXFg8BJTcPAicHFA8BBi8BFxQHBQYjJjUnJgMmPwEmJwMmPwEmJwMmNyUyFwUWFRMUDwEXFhUXNzYfATc0PwE2HwEeAQ4BFRQPAQYBSsoi2AESARIL/tT+7uMw9QE8AT0O/qABjV8CZwICBE5VB/0/AQBE/ukEZg/mAv3hAXUT/lkDmhTiApAGAgcBAh6zFBNHCATqBwdiBwT+2wQCCOQENwIHPV4BSAIIXoUCYAIJAbEFAwE9BhQGdn4FBXkFBlQDBc4GBfUEAg8UBL8GAdbs1f4z2vXXAYbVAUfM/eLWAUTI/qNQ708BDwkDNEYGAp7IAdGt+7PqpPACccIBuaP8u+mOaV8EBXdc3oDkITF1BQO7BQVToQUD6gICAfIEAREHBCVWBgFfBwUtZAgB0goDhwGZBAX+MQcDPVUCBntKBAQ4bgYDfgMDhwQGcocDBQKZBQAAAwAA/wAGgAYAAB0AJwBVAAABNC4DIw4EIi4DJyIOAxUUFjMhMjYDNCYiBhUUFjI2ARUUBisBFRQGIyEiJjURNDYzITIWHQEzMhYdARQGKwEVMzIWHQEUBisBFTMyFgSxCx8wUDMGNx4zLy4vMx43BjNQMB8LVD0CQD1UrZnWmZnWmQJ8Eg5gXkL7QEJeXkIEwEJeYA4SEg5gYA4SEg5gYA4SASo5ZGVHLQQhEBgKChgQIQQtR2VkOUlhYQKbbJiYbGuYmP5PwA4S4EJeXkIFwEJeXkLgEg7ADhKAEg7ADhKAEgAABAAA/wAGgAYAAAkAKwBZAGkAAAEUBiImNTQ2MhYDMh4EFRQGIyEiJjU0PgM7AR4FMj4EARQGKwEVMzIWHQEUBisBFTMyFh0BFAYrARUUBiMhIiY1ETQ2MyEyFh0BMzIWFQERNCYjISIGFREUFjMhMjYEBJnWmZnWmTAuSS8gEAdPQv3AQk8JHC1RNQUHMhUtHSkmKR0tFTICsxMNYGANExMNYGANExMNYF5C+0BCXl5CBMBCXmANE/8AEw37QA0TEw0EwA0TA3xrmJhrbJiY/rgiPUlZTClDZ2dDMFtqTTQEHwsXCQkJCRcLHwEEDROAEw3ADROAEw3ADRPgQl5eQgXAQl5eQuATDftABcANExMN+kANExMAAAYAAP+ACAAFgAAZACEAMQBBAFEAdQAAADQuAiMOBCIuAyciDgIUFjMhMgI0JiIGFBYyATU0JiMhIgYdARQWMyEyNhE1NCYjISIGHQEUFjMhMjYRNTQmIyEiBh0BFBYzITI2AREUBiMhNTQmKwEiBh0BITU0JisBIgYdASEiJjURNDYzITIWBAASKVA5BjAbLCoqKiwbMAY5UCkSSjYCADZThbyFhbwEIhIO/cAOEhIOAkAOEhUP/cgPFRUPAjgPFRIO/cAOEhIOAkAOEgEAXkL+oBIOQA4S/QASDkAOEv6gQl5eQgbAQl4BVYBrYzkEHA8UCQkUDxwEOWNrgFUCP7yFhbyF/uZADhISDkAOEhIBEjgPFRUPOA8VFQELQA4SEg5ADhISAU77QEJeYA4SEg5gYA4SEg5gXkIEwEJeXgAABwAA/4AIAAWAABkAIQAxAEEAUQB1AIUAAAAUBiMhIiY0PgIzHgQyPgM3Mh4BAhQGIiY0NjIBFRQGIyEiJj0BNDYzITIWNRUUBiMhIiY9ATQ2MyEyFjUVFAYjISImPQE0NjMhMhYTETQmIyEiBhURFBYzITU0NjsBMhYdASE1NDY7ATIWHQEhMjYTERQGIyEiJjURNDYzITIWBABKNv4ANkoSKVA5BjAbLCoqKiwbMAY5UCmLhbyFhbwEIhIO/cAOEhIOAkAOEhUP/cgPFRUPAjgPFRIO/cAOEhIOAkAOEoATDflADRMTDQFgEg5ADhIDABIOQA4SAWANE4BeQvlAQl5eQgbAQl4B1YBVVYBrYzkEHA8UCQkUDxwEOWMBu7yFhbyF/WBADhISDkAOEhLuOA8VFQ84DxUV9UAOEhIOQA4SEvwyBMANExMN+0ANE2AOEhIOYGAOEhIOYBMEzftAQl5eQgTAQl5eAAAAAAMAAP8ABwAGAAAPABcAKAAAJS4BJw4BIiYnDgEHFgQgJAIQJiAGEBYgABACBgQjIiQmAhASNiQgBBYF8xaDd0O5zrlDd4MWagFKAX4BSonh/sLh4QE+AuGO7/60t7b+tPCOjvABTAFsAUzwxZvNEEpTU0oQzZuWr68CsgE+4eH+wuEBNv6U/rXxjo7wAUwBbAFM8I6O8AAAAwAA/wAHAAYAABAAJAAsAAAAIAQWEhUUAgYEICQmAhASNgE2NTQCJiQgBAYCFRQXEjMWIDcyJhAmIAYQFiACygFsAUzwjo3w/rT+kv60746O8ARtlXrO/uT+yP7kznqVQvCDAWyD8Knh/sLh4QE+BgCO8P60trX+tPCPjvEBSwFsAUzw+0fN+pwBHM56es7+5Jz6zQFHgIChAT7h4f7C4QAAAAADAAD/AAYABgAAHwAnADcAAAEeBBUUBiMhIiY1ND4DNyY1ND4CMh4CFRQAIAYQFiA2EBMyNjU0AicGICcGAhUUFjMEsS9VXUIsyI38qo3ILEJdVS9PUYq90L2KUf6f/sLh4QE+4StYfZ2Tkf6CkZOdfVgC8A4wYoXTg5rb25qD04ViMA59k2i9ilFRir1okwIT4f7C4eEBPvrhj2bvARQHf38H/uzvZo8AAAAABAAA/wAFAAYAABEAGQAjAD0AAAAUBiMhIiY0PgIzFjI3Mh4BAhQGIiY0NjIBESERFBYzITI2ExEUBiMhIiY1ETQ2MyEVFBY7ATI2PQEhMhYEAEo2/gA2ShIpUThQ2FA4USmIh76Hh74BofwAEw0DwA0TgF5C/EBCXl5CAWASDsAOEgFgQl4BVoBWVoBsZDlLSzlkAbm8hYW8hfugBWD6oA0TEwXN+kBCXl5CBcBCXmAOEhIOYF4AAAgAAP+ACAAFgAATABsAKwA7AEsAWwBlAHUAAAE0LgIjBiInIg4CFRQWMyEyNgI0JiIGFBYyATU0JiMhIgYdARQWMyEyNgE1NCYjISIGHQEUFjMhMjYlNTQmKwEiBh0BFBY7ATI2ETU0JiMhIgYdARQWMyEyNgEhNTQmIyEiBhUhERQGIyEiJjURNDYzITIWA4APIkQvQLhAL0QiDz8sAaosP4BwoHBwoARwEg79QA4SEg4CwA4S/oASDv7ADhISDgFADhIBgBIOwA4SEg7ADhISDv1ADhISDgLADhL5gAcAEg75QA4SB4BeQvlAQl5eQgbAQl4BRDZdVzJAQDJXXTY3TU0Bo6BwcKBw/uBADhISDkAOEhIBDkAOEhIOQA4SEg5ADhISDkAOEhIBDkAOEhIOQA4SEgFuYA4SEg77QEJeXkIEwEJeXgAIAAD/gAgABYAAEwAbACsAOwBLAFsAZQB1AAABFAYjISImNTQ+AjMWMjcyHgICFAYiJjQ2MgEVFAYjISImPQE0NjMhMhYlFRQGIyEiJj0BNDYzITIWBRUUBisBIiY9ATQ2OwEyFjUVFAYjISImPQE0NjMhMhYTESERFBYzITI2ExEUBiMhIiY1ETQ2MyEyFgOAPyz+Viw/DyJEL0C4QC9EIg+AcKBwcKAEcBIO/UAOEhIOAsAOEv6AEg7+wA4SEg4BQA4SAYASDsAOEhIOwA4SEg79QA4SEg4CwA4SgPkAEw0GwA0TgF5C+UBCXl5CBsBCXgFEN01NNzZdVzJAQDJXXQHWoHBwoHD9oEAOEhIOQA4SEvJADhISDkAOEhIOQA4SEg5ADhIS8kAOEhIOQA4SEvyyBGD7oA0TEwTN+0BCXl5CBMBCXl4AAgAd/wAG4gYAABoAQQAAARACIyICERASMzI3LgQjIgcnNjMyFhc2ATMWDgMjIi4CJwYjIiQmAjU0EjYkMzIeAxUUAgceATMyNgTn0uHe0NDeSjkWIjY1SSkuITFpq4SnQ0MBhnUDCitJjVxHd1xCIWFslv7j3YeH3gEdlXnrx5lWoYovXTo9QgLtAT4BOf7G/sP+xP7JESs8RisdEGFbbGWV/oUbUG5bQSZKUjcbdMkBKamqASvKdEiMvfmJvv7Fa0ZJSwAAAAAEAAD/ZQkABZsAIAAuAJkAvwAABRQGIyInJicCERATPgEzMhYVFAcGBwYVEBcWFx4EJRQGIyEiJjU0NjMhMhYDFAcOAQcGIyImNTQ+AjU0JyYjIhUUFhUUBiMiNTQ2NTQnLgEjIg4BFRQWFRQOAxUUFxYXFhcWFRQjIicuATU0PgM1NCcmJyY1NDMyFx4EFxQeBTMyNjU0JjQzMhceAQUQBw4DIyImNTQ+ATc2ETQmJyYnLgU1NDYzMhcWEhcWAcUgFQEMP2Ph1SdwJhMgP2Ixd3syVgIZDhQJBT8jHfvHGiYjHQQ5GibXQxlZJxALBxAmLiYjHREDDysXQgMKDToWBQQDICY2NSYqHTIQAQESBht3mDFHRjEZHRsTKTI8KTwnHBAIBgMICgwRChccKAobQkg9AtOKEzpOVCAQHjpPCbcpNDppAhYLEwsIIBNGfmJgDAJlFSEDD30BHAGIAVUBETNpGxMbP2ZSx/r+59JVWAMaEBkWfB0nJhodJyYCSYZjJlEUCgwGCSoyVS5MNioFDC8NFhpMDzoPGRUZOQEEBAIwHiU+Li4+JWI+KxQFBQIDEAsrwXo3eW1sdzQ1KTAQCQwUHRMzM0pAMAEhESEVFgscFxlUFEZMoIf+7uUgUF09HxAPR1ML5gEtg9Brd20DFQwXERQJEyGpg/7krCoAAAIAAP8ABwAGAAAYACgAACUTNiYHAQ4BFh8BATYXFgcBOQEHMj8BFxYAEAIGBCAkJgIQEjYkIAQWBKWTCScg/KAdFRAY3QIBFQsHC/5hEBcWbOBAAmyO8P60/pT+tPCOjvABTAFsAUzw5QK1LCYM/rMLHBkHRQFDDggFCv6J5BZopSQCm/6U/rTwjo7wAUwBbAFM8I6O8AAABgAA/wAEAAYAAA0AHwAvADMANwA7AAAlFAYiJjU0NjcRMxEeARc0JicRNCYiBhURDgEVFBYgNjcUACAANTQ3ETQ2IBYVERYTFSM1ExUjNRMVIzUCgHCgcEY6gDpGgEQ8cKBwPES7AQq7gP75/o7++YC7AQq7gIDAwMDAwMBQcHBQPGQVA4v8dRVkPE2GLQMAUHBwUP0ALYZNhbu7hbn++QEHubaDAseFu7uF/TmDAYqAgAEAgIABAICAAAAGAAD/AAQABgAADQAfAC8AMwA3ADsAACUUBiImNTQ2NxEzER4BFzQmJxE0JiIGFREOARUUFiA2NxQAIAA1NDcRNDYgFhURFhMVIzUTFSM1ExUjNQKAcKBwRjqAOkaARDxwoHA8RLsBCruA/vn+jv75gLsBCruAgMDAwMDAwFBwcFA8ZBUCi/11FWQ8TYYtAwBQcHBQ/QAthk2Fu7uFuf75AQe5toMCx4W7u4X9OYMBioCAAQCAgAEAgIAAAAYAAP8ABAAGAAANAB8ALwAzADcAOwAAJRQGIiY1NDY3ETMRHgEXNCYnETQmIgYVEQ4BFRQWIDY3FAAgADU0NxE0NiAWFREWExUjNRMVIzUTFSM1AoBwoHBGOoA6RoBEPHCgcDxEuwEKu4D++f6O/vmAuwEKu4CAwMDAwMDAUHBwUDxkFQGL/nUVZDxNhi0DAFBwcFD9AC2GTYW7u4W5/vkBB7m2gwLHhbu7hf05gwGKgIABAICAAQCAgAAABgAA/wAEAAYAAA0AHwAvADMANwA7AAAlFAYiJjU0Njc1MxUeARc0JicRNCYiBhURDgEVFBYgNjcUACAANTQ3ETQ2IBYVERYTFSM1ExUjNRMVIzUCgHCgcEY6gDpGgEQ8cKBwPES7AQq7gP75/o7++YC7AQq7gIDAwMDAwMBQcHBQPGQVi4sVZDxNhi0DAFBwcFD9AC2GTYW7u4W5/vkBB7m2gwLHhbu7hf05gwGKgIABAICAAQCAgAAAAAAGAAD/AAQABgAACQAbACsALwAzADcAACUUBiImNTQ2MhYXNCYnETQmIgYVEQ4BFRQWIDY3FAAgADU0NxE0NiAWFREWExUjNRMVIzUTFSM1AoBwoHBwoHCARDxwoHA8RLsBCruA/vn+jv75gLsBCruAgMDAwMDAwFBwcFBPcXFPTYYtAwBQcHBQ/QAthk2Fu7uFuf75AQe5toMCx4W7u4X9OYMBioCAAQCAgAEAgIAAABAAAP8AB4AGAAAmAC4ANgA+AEYATgBWAF4AZgBuAHYAfgCGAI4AlgCeAAABFhQHAQYiLwEmND8BLgE3JiMiBhURIRE0PgIzMhYXNhYXNzYyFwIyFhQGIiY0BCImNDYyFhQ2MhYUBiImNAQyFhQGIiY0BDQ2MhYUBiIkMhYUBiImNAQyFhQGIiY0BCImNDYyFhQ2MhYUBiImNAQiJjQ2MhYUNjIWFAYiJjQEMhYUBiImNCQyFhQGIiY0BjIWFAYiJjQGMhYUBiImNAWZCgr9jgoaClIKCixIEzhKZmqW/wBRir1oar5HXs5SLAoaCiE0JiY0JgFaNCYmNCamNCYmNCb9pjQmJjQmAQAmNCYmNAEANCYmNCb9pjQmJjQmAVo0JiY0JqY0JiY0Jv7aNCYmNCamNCYmNCb+pjQmJjQmASY0JiY0Jlo0JiY0Jlo0JiY0JgUHChoK/Y4KClIKGgosW+hjR5Zq+wAFAGi9ilFSSicdQSwKCv6nJjQmJjRaJjQmJjRaJjQmJjRaJjQmJjQ0NCYmNCaAJjQmJjRaJjQmJjRaJjQmJjRaJjQmJjTaJjQmJjRaJjQmJjRaJjQmJjQmJjQmJjRaJjQmJjRaJjQmJjQAEQAA/wAHAAYAAB0AJQAtADUAPQBFAE0AfQCFAI0AlQCdAKUArQC1AL0AxQAAARUUBxUUBisBIiY9AQYjISInFRQGKwEiJj0BJj0BABQGIiY0NjI2FAYiJjQ2MiYUBiImNDYyFhQGIiY0NjImFAYiJjQ2MiYUBiImNDYyARUUBiMhIiY9ATQ2OwERNDYzMhc2Fhc3Nh8BFgcBBi8BJj8BLgE3JiMiBhURITIWABQGIiY0NjImFAYiJjQ2MiYUBiImNDYyFhQGIiY0NjImFAYiJjQ2MiYUBiImNDYyFhQGIiY0NjImFAYiJjQ2MhYUBiImNDYyBoCAEg5ADhI/Qf0AQT8TDUANE4ACQBIcEhIcUhIcEhIcLhIcEhIckhIcEhIcLhIcEhIcLhIcEhIcBFISDvlADhISDmCWamxMLmgpFgsLKgsL/sYLCyoLCxYkCRwlMzVLBeAOEvyAEhwSEhwuEhwSEhwuEhwSEhzSEhwSEhwuEhwSEhwuEhwSEhzSEhwSEhwuEhwSEhySEhwSEhwBwMCpdcIOEhIOdhYWbhEXFxG6danAAa4cEhIcEi4cEhIcEi4cEhIcEhIcEhIcEi4cEhIcEi4cEhIcEv3gQA4SEg5ADhICgGqWThMOIBYLCyoLC/7GCwsqCwsWLnQyI0s1/YASAcAcEhIcEi4cEhIcEi4cEhIcElIcEhIcEi4cEhIcEi4cEhIcElIcEhIcEi4cEhIcEhIcEhIcEgAAAAQAAf8ABgAF/gANAEAASABxAAABFAcGBwYgJyYnJjU0IAEUAAcGJjc2NzY3Njc2EjU0AiQHDgMXFhIXFhcWFx4BFxYGJy4BAjc2EjYkNzYEFhIEFAYiJjQ2MgEUBgcGJicmJyY3PgE1NC4BBw4BBwYWFxYHBgcOAScuATc+Ajc2HgED4hEfGBb+/BYYHxEBwAIe/vTYCA4BBwMEAgEIn8G2/si1fOKhXwEBxJ8HAgMDAQgCAQ8IlOJ5CAd2vwEDj6QBL9uD/eKDuoODugGja10IEAIGFwcKOkJ1xnGFwA0KQ0EKBxgFAhAIX2sCA4TegpD4kQFYVm/XYlpaYtduV6gBAPD+fFYDDAkwEiAPCQNRATK4tAEtqAoHbK3nfbj+z08DCRUYCS8MCQwEOt8BMaePAQXBegkKcdD+2yW6g4O6g/8AetVHBggKNCgKCjaSUm+6YQwPxIVcqDwKCik0CQgGStp9g+KJBgeG8QACAAD/gAcABYAAAwATAAAlIREhAREUBiMhIiY1ETQ2MyEyFgEABQD7AAYAXkL6QEJeXkIFwEJegAMAAWD7QEJeXkIEwEJeXgABAAD/gAcAAYAADwAAJRUUBiMhIiY9ATQ2MyEyFgcAXkL6QEJeXkIFwEJe4MBCXl5CwEJeXgAAAAMAAP8ACAAGAAADAAwAJgAAKQERKQIRIREzMhYVAREUBiMhERQGIyEiJjURNDYzIRE0NjMhMhYBAAMA/QAEAAIA/QBgQl4DAF5C/aBeQvxAQl5eQgJgXkIDwEJeAgADAP8AXkICAPxAQl7+oEJeXkIDwEJeAWBCXl4AAAACAAD/gAcABYAAIwAzAAAlNzY0LwE3NjQvASYiDwEnJiIPAQYUHwEHBhQfARYyPwEXFjIBERQGIyEiJjURNDYzITIWBJeSCgrp6QoKkgoaCunpChoKkgoK6ekKCpIKGgrp6QoaAnNeQvpAQl5eQgXAQl7XkgoaCunpChoKkgoK6ekKCpIKGgrp6QoaCpIKCunpCgQT+0BCXl5CBMBCXl4AAwAA/4AHAAWAACMAJwA3AAABBwYiLwEHBiIvASY0PwEnJjQ/ATYyHwE3NjIfARYUDwEXFhQBIREhJREUBiMhIiY1ETQ2MyEyFgTpkgoaCqmpChoKkgoKqakKCpIKGgqpqQoaCpIKCqmpCvwNBQD7AAYAXkL6QEJeXkIFwEJeAamSCgqpqQoKkgoaCqmpChoKkgoKqakKCpIKGgqpqQoa/s0EAGD7QEJeXkIEwEJeXgACAAD/AAcABgAAAwATAAAJASEBABACBgQgJCYCEBI2JCAEFgQuATL9cv7OBWCO8P60/pT+tPCOjvABTAFsAUzwAWYCNP3MAdD+lP608I6O8AFMAWwBTPCOjvAAAAcAAP8ABwIGAAAHABMAIwAuAEMAxADUAAABJg4BFxY+AQUGIicmNDc2MhcWFBcHBiIvASY0PwE2Mh8BFhQnBiInJjQ3NjIWFCUOAScuAT4CFhceBw4BEzYuAicuAQc+AR8BNic+AS8BPgE3NiYnJgYHDgEeARcuAScmNyYnIgc+AT8BNCcuAQYHNjcGHgEXBgcOAQ8BDgEXFhcGBwYUFjc+ATcuAgc+BDMWNzY1NCcWBw4BDwEOBRYXJicOBBYXFjYSNz4BNxYXFjc2EhACBgQgJCYCEBI2JCAEFgULDygMCw40EP5aCBcHCAgHFwgHniMMIw0mDAwjDCMNJgx5BxcIBwcIFhABiyKTNiYuBEpNQCYCFgcTBg4DBQMHwwMXICIGKFhFEyoMDAIkBgEDAys4BgpqVDxsHB4HJDMfLVYOHDwQDTInEy4NDQ0KLTENAgIHASUeGRYjZSIhWrYQAQoPDxUrKilIEwIJIBEXOBgfFQ0OCAcoagUBHA0NBB4WHxMPAgkjAhYZKhMODRMtxrcfVnYbL2toPyf2jvD+s/6U/rPwjo7wAU0BbAFN8AQkEREoEhEFJNQICAgWBwgIBxZSIw0NJg0iDSMMDCcMI3YICAgWCAgQFlpAKyYcTWJWFB4kAhUGFQoVDxYUGP4SFB0OFApHNxANCwEBLS0UKQoKGFIyVIUKBzMxM2RKNg8EQDhschULExgaAQEyHBUPFh0EAxxfizUOFhBtLy4it0cQCwwSGToWERM9HgIGCQEFDwUHAQcpJTVmMGd0HSoGBgcyKT87Q0IeNhoYHjYmLCALGbIBCWA0fzhdVVMDAgF5/pT+tPCOjvABTAFsAUzwjo7wAAAAAQAA/wAGAAYAAEcAAAERFjY/AT4BPwEzAxMjJy4BJyYhERQWMyEyPgQ/ATMGAgcuAScjIQU1Nz4BNxMSJy4BLwE1BSEyNw4BDwEjJy4BIyEiBgIGZ7ElJUQtESFnDgdnHQ88Nlf+91daAWUjMT0vMioSXVkGMwWS6y0s/Yz+iH9DMQEIAwsCL0R/AXgCvovrBhAEBV0gH1ZG/dwcDwVJ/XEBBQMDAi1Ijv6+/sF/RDIBCP3UTksECxknPirYJf5SPQUGAQxmGQ0wNwKDAZLzPS4NGGYMG0T9XVx8eXURAAAHAAD/gAYABYAAEQAsADAAPgBTAGUAdQAAARUUFg4EIxEyHgMcAQUVFBYOAiMiJyY1PAM+AjMyHgMcAQUzESMBMxEjByYnIxEzERMzEwU0Jy4FIiMiKwERMjMWNicmBTU0LgIjIgc1IxEzNxYzMjYTERQGIyEiJjURNDYzITIWA5oBAQIFCA4JCQ4IBQIBPAEBBAsICQUEAwQGBQYIBQMB+956egGyap8cFAyeay1MKwGpBQMQEiAVKREVCARbFCSpOAMBAT0EDyIdLh91bgceLzIgtF5C+0BCXl5CBMBCXgLjtgQWCBAHCAMBNQIIAxAFFmN5ARcIDwYJCpsCCgcLBggDAwYGCwUO7gHY/igB2N2USf4oATj+yAE/DkMXEBkQDAUD/igBM5s+n4UdICMPIpr+KB4kPQMS+0BCXl5CBMBCXl4AAAAABQAw/wIISwX4AAwAFQAaAFMAjwAABSYnLgQnJicWAAEXLgEvAQYHFhMGBzY3ATQCJiQjIgQHBgc+Ax8BHgMHJg4CBx4CFxY+Aj8BPgEWFxYHBgUGJx4DHwEWNzYSEwYHBgIHBgcGJwYjIAADIiYjBh4CHwEWFy4DLwEuBiceAhc3Njc2NzY3PgE3NiQEFxYSBHcGBQ0ufmt1HxGeQgFS/l2oGSADBFQlBXorIiweBaB80/7en5P+9GoeDzyml4cpKCEoCQQDfsujekYEDzgie/m0kSUlFiMaBA410P79h7Ypioh9JyePeMPuSg4aRt/PMCJIWyQl/uX+RUoBBgIGESMlDQ4ILkdrMh0DAgU5KEIxMyIIEz+jQAILUymHHDUPIiCeASMBOZbc4sUBAwgeZG2rVwMi1f7WAjscTLc2NVKOQQIwQFQuFv6eoQEk1H1pYDpmM0EVBgQDAR0lJQoLFUJNPCRx8zoGKUJEGRgQCRMZYRhhJRQEYKFdQQsMFyZjAXwBCYdN0P7rcyELGgoDAVoBDQEyfWlbGhoMRiaJj4MqKgIVDxoYGxsMCh88CCCVjcqjc2McIg9KPCZOc/5GAAUAJf8MBtgF9AAXADAAQABXAG0AAAE2JicuAQYHBhYXHgIXHgc2AQ4CBCQuAQI3PgM3BhoBDAEkNzYHFAIUDgIiLgI0PgIyHgEFLgEsAQwBBgIXJgI+BB4CFx4BAzYAJyInJjceBA4DBz4DBT0dR1Y6h2USDA8jFx86GyQ/KyUYFA0LCgFxNMHs/vL++vC0ZwUBDwomBDNo8gFUAWABWnQUAvNRiLzQvIhRUYi80LyIAXBB5/7t/sv+2/7+tlAeMQVMjr3h7/bizkshOjwM/tf4CAICGn3SiGAVF2SR4Yhsu6FiAvAsqzknHRQbFwoFAwQPCg0lJSgkIRgNAf3Lf7phGDODwAEXpClXKXgN0P6G/v6aDKGkGw0EAh/QvopRUYq+0L6KUVGKBpPQYwhRsfb+pMehAS300pdlKRdVpHMyjv6B9AFYRAUFAwRclL3Rz7ySWQIeZJLPAAAAAAsAAP+ABgAGAAAPAB8ALwA/AE8AXwBvAH8AjwCfAK8AABMVIyI9ASMiPQE0OwE1NDMTFSMiPQEjIj0BNDsBNTQzExUjIj0BIyI9ATQ7ATU0MxMVIyI9ASMiPQE0OwE1NDMTFSMiPQEjIj0BNDsBNTQzJREUBiMhIiY1ETQ2MyEyFgEVFCsBFRQrATUzMh0BMzI1FRQrARUUKwE1MzIdATMyNRUUKwEVFCsBNTMyHQEzMjUVFCsBFRQrATUzMh0BMzI1FRQrARUUKwE1MzIdATMywHAQMBAQMBBwcBAwEBAwEHBwEDAQEDAQcHAQMBAQMBBwcBAwEBAwEASwOCj8wCg4OCgDQCg4AQAQMBBwcBAwEBAwEHBwEDAQEDAQcHAQMBAQMBBwcBAwEBAwEHBwEDAQAQCAEBAQIBAQEAEAgBAQECAQEBABAIAQEBAgEBAQAQCAEBAQIBAQEAEAgBAQECAQEBCg+kAoODgoBcAoODj7CCAQEBCAEBDwIBAQEIAQEPAgEBAQgBAQ8CAQEBCAEBDwIBAQEIAQEAAAAAABAC//AAZRBgAAkAAAAQcXHgEHDgEvARcWBiYnAyURFx4BDgEmLwEVFAYiJj0BBw4BLgE2PwERBQMOASY/AQcGJicmNj8BJy4BPgEXBS0BBQYjIi4BNj8BJy4BPgEfAScmNhYXEwURJy4BPgEWHwE1NDYyFh0BNz4BHgEGDwERJRM+ARYPATc2FhcWBg8BFx4BDgEjIiclDQElNh4BBgYep7oXDQ0OMhe6Nw0yRw1m/vHQEAIYISkQcCY0JnAQKSEYAhDQ/vFmDUcyDTe6FzIODQ0XuqcdGgkqHQE2AQ/+8f7KBAkbIgQaG6e6Fw0aNBa6Nw0yRw1mAQ/QEAIYISkQcCY0JnAQKSEYAhDQAQ9mDUcyDTe6FzIODQ0XuqcbGgQiGwkE/sr+8QEPATYdKgkaAaMhaw0zFxcNDWqgJjMKJQEsnP7H7hIqHxMIEoDWGiYmGtaAEggTHyoS7gE5nP7UJQozJqBqDQ0XFzMNayEGLi8hBj6dnT4BJCwqBSFrDTMuDg5qoCYzCiX+1JwBOe4SKh8TCBKA1homJhrWgBIIEx8qEu7+x5wBLCUKMyagag0NFxczDWshBSosJAE+nZ0+BiEvLgAAAAACAAD/AAcABgAAEgAmAAABNi4CJyYOAgcGHgIXFiQSCQEWEgcGAgQHBQEmAjc2EiQ3NiQFwQdQktB1dNulaQcHUJLRdZsBFKwBR/6jeHkKC7b+1Lb8GQFbeHkKC7YBLbanApoCX3bZoWUHB06Pz3V22aFlBwmIAP8EPf6kdf7Kprf+yMcZhAFbdAE3prgBOMcZFlgABgAA/wAHAAYAAAoADgASABYAJgA2AAABEyMLASMTJzcXBwEFAy0BFwcnJRcHJwQQAiYkIAQGAhASFgQgJDYSEAIGBCAkJgIQEjYkIAQWA7SjM6+rMbNOFfAV/kUBMIL+0AHa8GfvAX+/Ur4CPXzT/t7+wv7e03x80wEiAT4BItPsjvD+tP6U/rTwjo7wAUwBbAFM8AH8/rcBXv6iAXYhMWYyAmmC/tCCd2fvZlpRvlFeAT4BItN8fNP+3v7C/t7TfHzTAnf+lP608I6O8AFMAWwBTPCOjvAADAAm/wEHWgX/AFgAYgBsAHcAgQCrALcAwgDNANgA5ADuAAABLgMnJj4BJyYnJg8BDgMiLgEnLgYnJgYHDgMmJyYnJgYHDgMVBhY3PgE3NhI3PgEXFgcOAQcGFjY3PgI3NhcyBwYCBwYWFx4CNgQWBgcGJicmPgEBFg4BJicmPgEWAA4BJy4BNz4BFxYBFg4BLgE2NzYWExYCBwYnDgEmJwYHBiYnJicuAjY3LgE+ATc+AhYXNh4DBx4CBgEWBgcGJicmNjc2FhMWDgEmJyY2NzYWARYGBwYuATY3NhYBFgYHBiYnJj4BFgEWBgcGJicmNjc2FicWBgcGLgE+ARYFNgQvNC0DBUxKBQ5nLR4DBAIHAwcFBwMDDAYLCAsLBh4kGwEQCRUMCzYeKWoXEDIlKxZRRh4pEgeQBQYfDhsGAmIBBjNGFARTUAYUFR0EAn8HDDIxEURLMvxBBhAPDhkDAxAcAlcMByIpDAsHIin9FSQ/GhoMEhI/GhoFBBMMOEEmDBscQYRFNWxabRSBnj0MAWf0RzIDU3cqJj4kBDVqRCCGn7FHSIh5WC8GNEYVIPtyDgkUEzENDgkUEzGsBBIiHAQDExARHASlBBUUEyIIFRQUIf1sEA8cGz0QEA82PgL6BBAPDxkDAxAPDhm8DwkWFjYeCiw1AS4YFAEYGi+5sSdlAgERAgIBAwEDBAMCDQUKBQYDAQUQFwEPBw0CAhsNEi4qHI18kAFFZAQCGiENAXUICw4HDyYS8wsmJRcmCKifCR0BJhD++Rw1ZBgJDQMfqB4ZAwMQDw4aBv7aESkYCBERKRgIAzY2DBMSQBobDBIT/QEcQyYMOEIUEwwCQHH++Uw/A1BeBTcJAUctaElbDnGPoTo8iHJTCVV+ORc3FQdBX4dJEFJgZwJwFDEODgkUFDEODgkBBRAdCBMRERwEBBP8OxQiBAQVKCIFBBcDahs/EBAPGxw+IhD9VA8ZBAMRDg8aAwMQ4hY2EA8KLDYgCgAAABgBJgABAAAAAAAAAC8AYAABAAAAAAABAAsAqAABAAAAAAACAAcAxAABAAAAAAADABEA8AABAAAAAAAEAAsBGgABAAAAAAAFABIBTAABAAAAAAAGAAsBdwABAAAAAAAHAFECJwABAAAAAAAIAAwCkwABAAAAAAAJAAoCtgABAAAAAAALABUC7QABAAAAAAAOAB4DQQADAAEECQAAAF4AAAADAAEECQABABYAkAADAAEECQACAA4AtAADAAEECQADACIAzAADAAEECQAEABYBAgADAAEECQAFACQBJgADAAEECQAGABYBXwADAAEECQAHAKIBgwADAAEECQAIABgCeQADAAEECQAJABQCoAADAAEECQALACoCwQADAAEECQAOADwDAwBDAG8AcAB5AHIAaQBnAGgAdAAgAEQAYQB2AGUAIABHAGEAbgBkAHkAIAAyADAAMQA2AC4AIABBAGwAbAAgAHIAaQBnAGgAdABzACAAcgBlAHMAZQByAHYAZQBkAC4AAENvcHlyaWdodCBEYXZlIEdhbmR5IDIwMTYuIEFsbCByaWdodHMgcmVzZXJ2ZWQuAABGAG8AbgB0AEEAdwBlAHMAbwBtAGUAAEZvbnRBd2Vzb21lAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAE8ATgBUAEwAQQBCADoATwBUAEYARQBYAFAATwBSAFQAAEZPTlRMQUI6T1RGRVhQT1JUAABGAG8AbgB0AEEAdwBlAHMAbwBtAGUAAEZvbnRBd2Vzb21lAABWAGUAcgBzAGkAbwBuACAANAAuADcALgAwACAAMgAwADEANgAAVmVyc2lvbiA0LjcuMCAyMDE2AABGAG8AbgB0AEEAdwBlAHMAbwBtAGUAAEZvbnRBd2Vzb21lAABQAGwAZQBhAHMAZQAgAHIAZQBmAGUAcgAgAHQAbwAgAHQAaABlACAAQwBvAHAAeQByAGkAZwBoAHQAIABzAGUAYwB0AGkAbwBuACAAZgBvAHIAIAB0AGgAZQAgAGYAbwBuAHQAIAB0AHIAYQBkAGUAbQBhAHIAawAgAGEAdAB0AHIAaQBiAHUAdABpAG8AbgAgAG4AbwB0AGkAYwBlAHMALgAAUGxlYXNlIHJlZmVyIHRvIHRoZSBDb3B5cmlnaHQgc2VjdGlvbiBmb3IgdGhlIGZvbnQgdHJhZGVtYXJrIGF0dHJpYnV0aW9uIG5vdGljZXMuAABGAG8AcgB0ACAAQQB3AGUAcwBvAG0AZQAARm9ydCBBd2Vzb21lAABEAGEAdgBlACAARwBhAG4AZAB5AABEYXZlIEdhbmR5AABoAHQAdABwADoALwAvAGYAbwBuAHQAYQB3AGUAcwBvAG0AZQAuAGkAbwAAaHR0cDovL2ZvbnRhd2Vzb21lLmlvAABoAHQAdABwADoALwAvAGYAbwBuAHQAYQB3AGUAcwBvAG0AZQAuAGkAbwAvAGwAaQBjAGUAbgBzAGUALwAAaHR0cDovL2ZvbnRhd2Vzb21lLmlvL2xpY2Vuc2UvAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwwAAAAEAAgADAI4AiwCKAI0AkACRAIwAkgCPAQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETARQBFQEWARcBGAEZARoBGwEcAR0BHgEfASABIQEiASMBJAElASYBJwEoASkBKgErASwBLQEuAS8BMAExATIBMwE0ATUBNgE3ATgBOQE6ATsBPAE9AT4BPwFAAUEBQgFDAUQBRQFGAUcBSAFJAUoBSwFMAU0BTgFPAVABUQFSAVMBVAFVAVYBVwFYAVkBWgFbAVwBXQFeAV8BYAFhAWIADgDvAA0BYwFkAWUBZgFnAWgBaQFqAWsBbAFtAW4BbwFwAXEBcgFzAXQBdQF2AXcBeAF5AXoBewF8AX0BfgF/AYABgQGCAYMBhAGFAYYBhwGIAYkBigGLAYwBjQGOAY8BkAGRAZIBkwGUAZUBlgGXAZgBmQGaAZsBnAGdAZ4BnwGgAaEBogGjAaQBpQGmAacBqAGpAaoBqwGsAa0BrgGvAbABsQGyAbMBtAG1AbYBtwG4AbkBugG7AbwBvQG+Ab8BwAHBAcIBwwHEAcUBxgHHAcgByQHKAcsBzAHNAc4BzwHQAdEB0gHTAdQB1QHWAdcB2AHZAdoB2wHcAd0B3gHfAeAB4QHiAeMB5AHlAeYB5wHoAekB6gHrAewB7QHuAe8B8AHxAfIB8wH0AfUB9gH3AfgB+QH6AfsB/AH9Af4B/wIAAgECAgIDAgQCBQIGAgcCCAAiAgkCCgILAgwCDQIOAg8CEAIRAhICEwIUAhUCFgIXAhgCGQIaAhsCHAIdAh4CHwIgAiECIgIjAiQCJQImAicCKAIpAioCKwIsAi0CLgIvAjACMQIyAjMCNAI1AjYCNwI4AjkCOgI7AjwCPQI+Aj8CQAJBAkICQwJEAkUCRgJHAkgCSQJKAksCTAJNAk4CTwJQAlECUgJTANICVAJVAlYCVwJYAlkCWgJbAlwCXQJeAl8CYAJhAmICYwJkAmUCZgJnAmgCaQJqAmsCbAJtAm4CbwJwAnECcgJzAnQCdQJ2AncCeAJ5AnoCewJ8An0CfgJ/AoACgQKCAoMChAKFAoYChwKIAokCigKLAowCjQKOAo8CkAKRApICkwKUApUClgKXApgCmQKaApsCnAKdAp4CnwKgAqECogKjAqQCpQKmAqcCqAKpAqoCqwKsAq0CrgKvArACsQKyArMCtAK1ArYCtwK4ArkCugK7ArwCvQK+Ar8CwALBAsICwwLEAsUCxgLHAsgCyQLKAssCzALNAs4CzwLQAtEC0gLTAtQC1QLWAtcC2ALZAtoC2wLcAt0C3gLfAuAC4QLiAuMC5ALlAuYC5wLoAukC6gLrAuwC7QLuAu8C8ALxAvIC8wL0AvUC9gL3AvgC+QL6AvsC/AL9Av4C/wMAAwEDAgMDAwQDBQMGAwcDCAMJAwoDCwMMAw0DDgMPAxADEQMSAxMDFAMVAxYDFwMYAxkDGgMbAxwDHQMeAx8DIAMhAyIDIwMkAyUDJgMnAygDKQMqAysDLAMtAy4DLwMwAzEDMgMzAzQDNQM2AzcDOAM5AzoDOwM8Az0DPgM/A0ADQQNCA0MDRANFA0YDRwNIA0kDSgNLA0wDTQNOA08DUANRA1IDUwNUA1UDVgNXA1gDWQNaA1sDXANdA14DXwNgA2EDYgNjA2QDZQNmA2cDaANpA2oDawNsA20DbgNvA3ADcQNyA3MDdAN1A3YDdwN4A3kDegN7A3wDfQN+A38DgAOBA4IDgwOEA4UDhgOHA4gDiQOKA4sDjAONA44DjwOQA5EDkgOTA5QDlQOWA5cDmAOZA5oDmwOcA50DngOfA6ADoQOiA6MDpAOlA6YDpwOoA6kDqgOrA6wDrQOuA68DsAOxAJQFZ2xhc3MFbXVzaWMGc2VhcmNoCGVudmVsb3BlBWhlYXJ0BHN0YXIKc3Rhcl9lbXB0eQR1c2VyBGZpbG0IdGhfbGFyZ2UCdGgHdGhfbGlzdAJvawZyZW1vdmUHem9vbV9pbgh6b29tX291dANvZmYGc2lnbmFsA2NvZwV0cmFzaARob21lCGZpbGVfYWx0BHRpbWUEcm9hZAxkb3dubG9hZF9hbHQIZG93bmxvYWQGdXBsb2FkBWluYm94C3BsYXlfY2lyY2xlBnJlcGVhdAdyZWZyZXNoCGxpc3RfYWx0BGxvY2sEZmxhZwpoZWFkcGhvbmVzCnZvbHVtZV9vZmYLdm9sdW1lX2Rvd24Jdm9sdW1lX3VwBnFyY29kZQdiYXJjb2RlA3RhZwR0YWdzBGJvb2sIYm9va21hcmsFcHJpbnQGY2FtZXJhBGZvbnQEYm9sZAZpdGFsaWMLdGV4dF9oZWlnaHQKdGV4dF93aWR0aAphbGlnbl9sZWZ0DGFsaWduX2NlbnRlcgthbGlnbl9yaWdodA1hbGlnbl9qdXN0aWZ5BGxpc3QLaW5kZW50X2xlZnQMaW5kZW50X3JpZ2h0DmZhY2V0aW1lX3ZpZGVvB3BpY3R1cmUGcGVuY2lsCm1hcF9tYXJrZXIGYWRqdXN0BHRpbnQEZWRpdAVzaGFyZQVjaGVjawRtb3ZlDXN0ZXBfYmFja3dhcmQNZmFzdF9iYWNrd2FyZAhiYWNrd2FyZARwbGF5BXBhdXNlBHN0b3AHZm9yd2FyZAxmYXN0X2ZvcndhcmQMc3RlcF9mb3J3YXJkBWVqZWN0DGNoZXZyb25fbGVmdA1jaGV2cm9uX3JpZ2h0CXBsdXNfc2lnbgptaW51c19zaWduC3JlbW92ZV9zaWduB29rX3NpZ24NcXVlc3Rpb25fc2lnbglpbmZvX3NpZ24Kc2NyZWVuc2hvdA1yZW1vdmVfY2lyY2xlCW9rX2NpcmNsZQpiYW5fY2lyY2xlCmFycm93X2xlZnQLYXJyb3dfcmlnaHQIYXJyb3dfdXAKYXJyb3dfZG93bglzaGFyZV9hbHQLcmVzaXplX2Z1bGwMcmVzaXplX3NtYWxsEGV4Y2xhbWF0aW9uX3NpZ24EZ2lmdARsZWFmBGZpcmUIZXllX29wZW4JZXllX2Nsb3NlDHdhcm5pbmdfc2lnbgVwbGFuZQhjYWxlbmRhcgZyYW5kb20HY29tbWVudAZtYWduZXQKY2hldnJvbl91cAxjaGV2cm9uX2Rvd24HcmV0d2VldA1zaG9wcGluZ19jYXJ0DGZvbGRlcl9jbG9zZQtmb2xkZXJfb3Blbg9yZXNpemVfdmVydGljYWwRcmVzaXplX2hvcml6b250YWwJYmFyX2NoYXJ0DHR3aXR0ZXJfc2lnbg1mYWNlYm9va19zaWduDGNhbWVyYV9yZXRybwNrZXkEY29ncwhjb21tZW50cw10aHVtYnNfdXBfYWx0D3RodW1ic19kb3duX2FsdAlzdGFyX2hhbGYLaGVhcnRfZW1wdHkHc2lnbm91dA1saW5rZWRpbl9zaWduB3B1c2hwaW4NZXh0ZXJuYWxfbGluawZzaWduaW4GdHJvcGh5C2dpdGh1Yl9zaWduCnVwbG9hZF9hbHQFbGVtb24FcGhvbmULY2hlY2tfZW1wdHkOYm9va21hcmtfZW1wdHkKcGhvbmVfc2lnbgd0d2l0dGVyCGZhY2Vib29rBmdpdGh1YgZ1bmxvY2sLY3JlZGl0X2NhcmQDcnNzA2hkZAhidWxsaG9ybgRiZWxsC2NlcnRpZmljYXRlCmhhbmRfcmlnaHQJaGFuZF9sZWZ0B2hhbmRfdXAJaGFuZF9kb3duEWNpcmNsZV9hcnJvd19sZWZ0EmNpcmNsZV9hcnJvd19yaWdodA9jaXJjbGVfYXJyb3dfdXARY2lyY2xlX2Fycm93X2Rvd24FZ2xvYmUGd3JlbmNoBXRhc2tzBmZpbHRlcglicmllZmNhc2UKZnVsbHNjcmVlbgVncm91cARsaW5rBWNsb3VkBmJlYWtlcgNjdXQEY29weQpwYXBlcl9jbGlwBHNhdmUKc2lnbl9ibGFuawdyZW9yZGVyAnVsAm9sDXN0cmlrZXRocm91Z2gJdW5kZXJsaW5lBXRhYmxlBW1hZ2ljBXRydWNrCXBpbnRlcmVzdA5waW50ZXJlc3Rfc2lnbhBnb29nbGVfcGx1c19zaWduC2dvb2dsZV9wbHVzBW1vbmV5CmNhcmV0X2Rvd24IY2FyZXRfdXAKY2FyZXRfbGVmdAtjYXJldF9yaWdodAdjb2x1bW5zBHNvcnQJc29ydF9kb3duB3NvcnRfdXAMZW52ZWxvcGVfYWx0CGxpbmtlZGluBHVuZG8FbGVnYWwJZGFzaGJvYXJkC2NvbW1lbnRfYWx0DGNvbW1lbnRzX2FsdARib2x0B3NpdGVtYXAIdW1icmVsbGEFcGFzdGUKbGlnaHRfYnVsYghleGNoYW5nZQ5jbG91ZF9kb3dubG9hZAxjbG91ZF91cGxvYWQHdXNlcl9tZAtzdGV0aG9zY29wZQhzdWl0Y2FzZQhiZWxsX2FsdAZjb2ZmZWUEZm9vZA1maWxlX3RleHRfYWx0CGJ1aWxkaW5nCGhvc3BpdGFsCWFtYnVsYW5jZQZtZWRraXQLZmlnaHRlcl9qZXQEYmVlcgZoX3NpZ24EZjBmZRFkb3VibGVfYW5nbGVfbGVmdBJkb3VibGVfYW5nbGVfcmlnaHQPZG91YmxlX2FuZ2xlX3VwEWRvdWJsZV9hbmdsZV9kb3duCmFuZ2xlX2xlZnQLYW5nbGVfcmlnaHQIYW5nbGVfdXAKYW5nbGVfZG93bgdkZXNrdG9wBmxhcHRvcAZ0YWJsZXQMbW9iaWxlX3Bob25lDGNpcmNsZV9ibGFuawpxdW90ZV9sZWZ0C3F1b3RlX3JpZ2h0B3NwaW5uZXIGY2lyY2xlBXJlcGx5CmdpdGh1Yl9hbHQQZm9sZGVyX2Nsb3NlX2FsdA9mb2xkZXJfb3Blbl9hbHQKZXhwYW5kX2FsdAxjb2xsYXBzZV9hbHQFc21pbGUFZnJvd24DbWVoB2dhbWVwYWQIa2V5Ym9hcmQIZmxhZ19hbHQOZmxhZ19jaGVja2VyZWQIdGVybWluYWwEY29kZQlyZXBseV9hbGwPc3Rhcl9oYWxmX2VtcHR5DmxvY2F0aW9uX2Fycm93BGNyb3AJY29kZV9mb3JrBnVubGluawRfMjc5C2V4Y2xhbWF0aW9uC3N1cGVyc2NyaXB0CXN1YnNjcmlwdARfMjgzDHB1enpsZV9waWVjZQptaWNyb3Bob25lDm1pY3JvcGhvbmVfb2ZmBnNoaWVsZA5jYWxlbmRhcl9lbXB0eRFmaXJlX2V4dGluZ3Vpc2hlcgZyb2NrZXQGbWF4Y2RuEWNoZXZyb25fc2lnbl9sZWZ0EmNoZXZyb25fc2lnbl9yaWdodA9jaGV2cm9uX3NpZ25fdXARY2hldnJvbl9zaWduX2Rvd24FaHRtbDUEY3NzMwZhbmNob3IKdW5sb2NrX2FsdAhidWxsc2V5ZRNlbGxpcHNpc19ob3Jpem9udGFsEWVsbGlwc2lzX3ZlcnRpY2FsBF8zMDMJcGxheV9zaWduBnRpY2tldA5taW51c19zaWduX2FsdAtjaGVja19taW51cwhsZXZlbF91cApsZXZlbF9kb3duCmNoZWNrX3NpZ24JZWRpdF9zaWduBF8zMTIKc2hhcmVfc2lnbgdjb21wYXNzCGNvbGxhcHNlDGNvbGxhcHNlX3RvcARfMzE3A2V1cgNnYnADdXNkA2lucgNqcHkDcnViA2tydwNidGMEZmlsZQlmaWxlX3RleHQQc29ydF9ieV9hbHBoYWJldARfMzI5EnNvcnRfYnlfYXR0cmlidXRlcxZzb3J0X2J5X2F0dHJpYnV0ZXNfYWx0DXNvcnRfYnlfb3JkZXIRc29ydF9ieV9vcmRlcl9hbHQEXzMzNARfMzM1DHlvdXR1YmVfc2lnbgd5b3V0dWJlBHhpbmcJeGluZ19zaWduDHlvdXR1YmVfcGxheQdkcm9wYm94DXN0YWNrZXhjaGFuZ2UJaW5zdGFncmFtBmZsaWNrcgNhZG4EZjE3MQ5iaXRidWNrZXRfc2lnbgZ0dW1ibHILdHVtYmxyX3NpZ24PbG9uZ19hcnJvd19kb3duDWxvbmdfYXJyb3dfdXAPbG9uZ19hcnJvd19sZWZ0EGxvbmdfYXJyb3dfcmlnaHQHd2luZG93cwdhbmRyb2lkBWxpbnV4B2RyaWJibGUFc2t5cGUKZm91cnNxdWFyZQZ0cmVsbG8GZmVtYWxlBG1hbGUGZ2l0dGlwA3N1bgRfMzY2B2FyY2hpdmUDYnVnAnZrBXdlaWJvBnJlbnJlbgRfMzcyDnN0YWNrX2V4Y2hhbmdlBF8zNzQVYXJyb3dfY2lyY2xlX2FsdF9sZWZ0BF8zNzYOZG90X2NpcmNsZV9hbHQEXzM3OAx2aW1lb19zcXVhcmUEXzM4MA1wbHVzX3NxdWFyZV9vBF8zODIEXzM4MwRfMzg0BF8zODUEXzM4NgRfMzg3BF8zODgEXzM4OQd1bmlGMUEwBGYxYTEEXzM5MgRfMzkzBGYxYTQEXzM5NQRfMzk2BF8zOTcEXzM5OARfMzk5BF80MDAEZjFhYgRfNDAyBF80MDMEXzQwNAd1bmlGMUIxBF80MDYEXzQwNwRfNDA4BF80MDkEXzQxMARfNDExBF80MTIEXzQxMwRfNDE0BF80MTUEXzQxNgRfNDE3BF80MTgEXzQxOQd1bmlGMUMwB3VuaUYxQzEEXzQyMgRfNDIzBF80MjQEXzQyNQRfNDI2BF80MjcEXzQyOARfNDI5BF80MzAEXzQzMQRfNDMyBF80MzMEXzQzNAd1bmlGMUQwB3VuaUYxRDEHdW5pRjFEMgRfNDM4BF80MzkHdW5pRjFENQd1bmlGMUQ2B3VuaUYxRDcEXzQ0MwRfNDQ0BF80NDUEXzQ0NgRfNDQ3BF80NDgEXzQ0OQd1bmlGMUUwBF80NTEEXzQ1MgRfNDUzBF80NTQEXzQ1NQRfNDU2BF80NTcEXzQ1OARfNDU5BF80NjAEXzQ2MQRfNDYyBF80NjMEXzQ2NAd1bmlGMUYwBF80NjYEXzQ2NwRmMWYzBF80NjkEXzQ3MARfNDcxBF80NzIEXzQ3MwRfNDc0BF80NzUEXzQ3NgRmMWZjBF80NzgEXzQ3OQRfNDgwBF80ODEEXzQ4MgRfNDgzBF80ODQEXzQ4NQRfNDg2BF80ODcEXzQ4OARfNDg5BF80OTAEXzQ5MQRfNDkyBF80OTMEXzQ5NARmMjEwBF80OTYEZjIxMgRfNDk4BF80OTkEXzUwMARfNTAxBF81MDIEXzUwMwRfNTA0BF81MDUEXzUwNgRfNTA3BF81MDgEXzUwOQV2ZW51cwRfNTExBF81MTIEXzUxMwRfNTE0BF81MTUEXzUxNgRfNTE3BF81MTgEXzUxOQRfNTIwBF81MjEEXzUyMgRfNTIzBF81MjQEXzUyNQRfNTI2BF81MjcEXzUyOARfNTI5BF81MzAEXzUzMQRfNTMyBF81MzMEXzUzNARfNTM1BF81MzYEXzUzNwRfNTM4BF81MzkEXzU0MARfNTQxBF81NDIEXzU0MwRfNTQ0BF81NDUEXzU0NgRfNTQ3BF81NDgEXzU0OQRfNTUwBF81NTEEXzU1MgRfNTUzBF81NTQEXzU1NQRfNTU2BF81NTcEXzU1OARfNTU5BF81NjAEXzU2MQRfNTYyBF81NjMEXzU2NARfNTY1BF81NjYEXzU2NwRfNTY4BF81NjkEZjI2MARmMjYxBF81NzIEZjI2MwRfNTc0BF81NzUEXzU3NgRfNTc3BF81NzgEXzU3OQRfNTgwBF81ODEEXzU4MgRfNTgzBF81ODQEXzU4NQRfNTg2BF81ODcEXzU4OARfNTg5BF81OTAEXzU5MQRfNTkyBF81OTMEXzU5NARfNTk1BF81OTYEXzU5NwRfNTk4BGYyN2UHdW5pRjI4MAd1bmlGMjgxBF82MDIEXzYwMwRfNjA0B3VuaUYyODUHdW5pRjI4NgRfNjA3BF82MDgEXzYwOQRfNjEwBF82MTEEXzYxMgRfNjEzBF82MTQEXzYxNQRfNjE2BF82MTcEXzYxOARfNjE5BF82MjAEXzYyMQRfNjIyBF82MjMEXzYyNARfNjI1BF82MjYEXzYyNwRfNjI4BF82MjkHdW5pRjJBMAd1bmlGMkExB3VuaUYyQTIHdW5pRjJBMwd1bmlGMkE0B3VuaUYyQTUHdW5pRjJBNgd1bmlGMkE3B3VuaUYyQTgHdW5pRjJBOQd1bmlGMkFBB3VuaUYyQUIHdW5pRjJBQwd1bmlGMkFEB3VuaUYyQUUHdW5pRjJCMAd1bmlGMkIxB3VuaUYyQjIHdW5pRjJCMwd1bmlGMkI0B3VuaUYyQjUHdW5pRjJCNgd1bmlGMkI3B3VuaUYyQjgHdW5pRjJCOQd1bmlGMkJBB3VuaUYyQkIHdW5pRjJCQwd1bmlGMkJEB3VuaUYyQkUHdW5pRjJDMAd1bmlGMkMxB3VuaUYyQzIHdW5pRjJDMwd1bmlGMkM0B3VuaUYyQzUHdW5pRjJDNgd1bmlGMkM3B3VuaUYyQzgHdW5pRjJDOQd1bmlGMkNBB3VuaUYyQ0IHdW5pRjJDQwd1bmlGMkNEB3VuaUYyQ0UHdW5pRjJEMAd1bmlGMkQxB3VuaUYyRDIHdW5pRjJEMwd1bmlGMkQ0B3VuaUYyRDUHdW5pRjJENgd1bmlGMkQ3B3VuaUYyRDgHdW5pRjJEOQd1bmlGMkRBB3VuaUYyREIHdW5pRjJEQwd1bmlGMkREB3VuaUYyREUHdW5pRjJFMAd1bmlGMkUxB3VuaUYyRTIHdW5pRjJFMwd1bmlGMkU0B3VuaUYyRTUHdW5pRjJFNgd1bmlGMkU3BF82OTgHdW5pRjJFOQd1bmlGMkVBB3VuaUYyRUIHdW5pRjJFQwd1bmlGMkVEB3VuaUYyRUUAAAAAAAAB//8AAgABAAAADgAAABgAAAAAAAIAAQABAsIAAQAEAAAAAgAAAAAAAQAAAADMPaLPAAAAAMtPPDAAAAAA1DFouQ==);src:url(data:application/vnd.ms-fontobject;base64,bocCAKyGAgABAAIAAAAAAAAAAAAAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAWXjPkAAAAAAAAAAAAAAAAAAAAAAAABYARgBvAG4AdABBAHcAZQBzAG8AbQBlAAAADgBSAGUAZwB1AGwAYQByAAAAJABWAGUAcgBzAGkAbwBuACAANAAuADcALgAwACAAMgAwADEANgAAABYARgBvAG4AdABBAHcAZQBzAG8AbQBlAAAAAAAAAQAAAA0AgAADAFBGRlRNa75HuQAChpAAAAAcR0RFRgLwAAQAAoZwAAAAIE9TLzKIMnpAAAABWAAAAGBjbWFwCr86fwAADKgAAALyZ2FzcP//AAMAAoZoAAAACGdseWaP965NAAAarAACTLxoZWFkEInlLQAAANwAAAA2aGhlYQ8DCrUAAAEUAAAAJGhtdHhFeRiFAAABuAAACvBsb2NhAvWiXAAAD5wAAAsQbWF4cAMsAhwAAAE4AAAAIG5hbWXjl4usAAJnaAAABIZwb3N0r4+boQACa/AAABp1AAEAAAAEAcuQz3hZXw889QALBwAAAAAA1DPNMgAAAADUM80y////AAkBBgAAAAAIAAIAAQAAAAAAAQAABgD/AAAACQD/////CQEAAQAAAAAAAAAAAAAAAAAAArUAAQAAAsMCGQAnAAAAAAACAAAAAQABAAAAQAAAAAAAAAADBmkBkAAFAAAEjAQzAAAAhgSMBDMAAAJzAAABigAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABweXJzAEAAIPUABgD/AAAABgABAAAAAAEAAAAAAAAAAAAAACAAAQOAAHAAAAAAAlUAAAHAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAABdBgAAAAaAAAAHAAAABwAAAAaAAAAGgAAABQAAAAeAAAAGgAAABwAAAAcAAAAHAAB5BYAAbgaAAAAGgAAABgAAAAcAAAAGAAAABYAAAAaAABoGAAAABgAAAAeAADIGgAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABwAAAASAAAAHAABABoAAAAMAAAAEgAAABoAAAAWAAAAHAAAABgAAAAeAAAAGgAAKBQAAAAaAAAAHgAAABoAAAAWAAAAEAAAABwAAAAYAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAeAAAAGAAAABAAAAAYAAAAEAAAABwAAAAaAAAAGgAAABwAAAAQAAAAHAAAABoAAegWAAAAGAAAABgAAAAaAAAAHAAAABAAAAAYCAAEFAACaBQAAWgYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAABABgAAAAaAADUGgAA1BwAAAAYAAAAGAAANBYAAAAWAAAAGgAB6BgAAAAYAAAAHAAAABYAAAAcAAAAHAAAABwAAEAWAAAAGgAAABwAAAAcAAAAGAAAABwAAWgcAAFoHgAAABoAAAAaAAAAHgAAAAwAAQAcAAAAIAAAABgAAAAYAAAAHAAAABwAAAAeAAAAHAAAABgAAAAYAAAADgAAABwAAAAaAAAAGAAAABIAAAAcAAAAGAAAABoAAAAYAAAAGgAAABgAAAAWAAAAFgAAABQAAAAYAAAAGgAAsBAAAXwYAAAAGgAAAB4AAAAWAAAAGAAAABwAAAAcAAEAGAAACBwAAAAcAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABoAAFQcAAAAFgAAFBwAAAAYAAAAHgAAABoAAEAeAAAAGgABzBwAAAQcAAAAFgAAEBgAAAAYAAAAGAAAABwAAAAcAAA8HAAAABgAAAAaAAAAGgAAbBwAAQAYAAAAGAAAABgAAAAkAAAAHgAAABAAAAAQAAAACgABAAoAAAAaAAAAEAAAABAAAAAQAAAAHAAAABgAAAAYAAAAHAAAoBwAAAAcAAAAHAAAAA4AAAQcAAAAGgAAABwAAAAQAAAAHAAAAB4AAAAeAAAAFgAAABYAAAAcAAAAHAABAB4AAAAWAAAAGAAAABYAAAAWAAAAHgABABwAAAAeAAAAGgABABgAAAAYAAAAEAAAtBAAADQSAAE0EgABNAoAALQKAAA0EgABNBIAATQeAAAAHgAAABIAAAAMAAAAGAAAABoAAAAaAAAAHAABABgAAAAcAAAAGgAAABoAAAAeAAAAHAAAABwAAAAYAAAAGAAAABgAAAAeAAAAHgAAABwAAQAcAAEAGgAANB4AALQcAAAAGgAACBYAAAgaAAAAEAAAABoAAAAQAAGACgAAAAoAAYgYAAAUGAAAFB4AAAQaAAAAEgAAABYAADQUAAAAGgAAABYAAAwaAACQHAAAABgAAAAYAAAAGAAAABgAAAAWAAAAHAAAMBwAAAASAAAAGAAAABYAAAAGAAAAGAAAABgAAAAcAADYGAAAABYAAAAQAAAMEAAADBgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAEAAAABAAAAAQAADQDggAABAMABAUAAAAHAAAABQAAOAYAAAAGAAAABoAAIgaAACIHAAAiBwAAIgYAACIGAAAiBoAAAAaAAAAGAAAABgAAGwWAAAUGAAAABwAAAAcAAEAGAAALBgAAAAYAAAAGAAAABYAAAAYAAAAEAABEBgAAAAMAAAMDAAADBwAAQAcAAAAFgAAABoAAAAWAAAAGAAALBgAAAAYAAAAFAAAsBgAAAAUAAAAEAAAABgAAAAcAACwGAAAABwAAQAaAACAHgP//BwAAAAYAAAAFgAAABQAAFQYAAAAGAAAABgAAAAYAAAAGgAAABgAAAASAAAAFgAAACIAAAAaAAAAGAAAABwAAAAcAAAAIAAAACQAAAAYAAG0GAAAABwAAAAYAAAAGAAAAB4AAAAYAAAAIAAAABgAAAAf2ACkGAAAABgAAAAYAAAAHAAAABgAAAAUAAEAGgAAAAwAAQAcAAAAJAAAACAAAAAYAAAAHAAAABgAAAAcAABAIAAAACAAAAAYAACAGAAAABAAAAAkAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAJwcAAAAIAAAABwAAAAcAACAHAAATBwAAAAYAAAAHAABEBgAAAAUAADkHAAASCAAAAAcAAAAHAAAABgAAAAYAAAAHAAA+BQAAGAYAAAAGAAAABgAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAGQcAAGQGAABZCAAAAAgAACoHAAAABgAACQcAACcJAAAACQAAAAkAAAAJAAAACQAAAAkAAAAIAAAOCAAADgWAAAAGAAAABgAAAAcAAAAHAAAABwAAAAgAAAAHAAAACAAAAAcAAAAGAAAACAAAAAgAAAAJAAAABgAAAAgAAAAFAAALCAAAAAYAAAAGAAAABgAAAAgAAAAGAAAABgAAAAgAAAAIAAAABgAAAAgAAAAIAAAABoAAAAaAAAAIAAAACAAAEwYAAAAJAAAABgAAAAcAAAAFAAACBgAAAAUAAAAGAAACBwAAAAcAAAIHgAABCAAABgYAAAAFAAACCAAABAUAAAAFAAAABwAAAAcAAAAGAAAABQAAAAYAAAAHAAAACAAAAAgAAAAIAAAABgAAAAYAAAAGAAAABwAAAAYAAAAI+ABUCQAAAAcAAAAJAAAACQAAAAkAAAAJAAAACQAAAAUAAAAEAAAACAAAAAkAAAAGAAAABgAAAAkAAAAJAAAABwAAAAkAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAHAAAABwAAAAgAAAAIAAAABwAAAAYAAAAHtQAABwAAAAcAAAAIAABABwAAAAkAAAAFAABmBgAAAAa4AAAJAAAABwAAAAcAAAAHAAACBwAAAAcAAAAIAAAABwAAFgYAAA4HAAAdBwAAAAcAAAAHAAAABwAAAAcAAAAEAAAABwAAJQgAAAAHAAAABwAAAAcAAAAEAAAABwAAUgYAAAAGAAAABwAAAAcAAEUJAAAABwAAAAcAACAHAAAACQAAAAcAAAAJAAAABgAAJAYAAAAGAAAABgAAAAYAAAAHAAAACAAAAAcAACEGAABrBAAAKAYAAAAHAAADBwAAAAYAAAAHAAAABwAAAAYAAEQGAAAABYAAJwkAAAMFgAAACIAAAAcAAAAJAAADBwAAAAYAAAAF/wAlBoAAAQcAAAAFAAAABgAAAAYAAAAGgAAPBgAAAAkAAAAGAAAABoAAAAcAAAAGAAAABgAAJQkAAAAHAAAABwAAAAYAABUGgAAABoAAAAgAAAAIAAAABwAAAAcAAAAGAAAABQAAAAgAAAAIAAAABwAAHQkAAAAHAAAABAAAAAQAAAAEAAAABAAAAAQAAAAHgAAABwAAAAYAAAEHAAAABwAAAAgAAAAHAAAABwAAAAcAAAAHAgAABgAAAAYAAAAIgAAwBwAAJQYAAAAGgAAvBwAAAAcAAAAHgAAmBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAwAAABwAAQAAAAAB7AADAAEAAAAcAAQB0AAAAHAAQAAFADAAIACpAK4AtADGANghIiIeImDwDvAe8D7wTvBe8G7wfvCO8J7wrvCy8M7w3vDu8P7xDvEe8S7xPvFO8V7xbvF+8Y7xnvGu8b7xzvHe8e7x/vIO8h7yPvJO8l7ybvJ+8o7ynvKu8r7yzvLe8u71AP//AAAAIACoAK4AtADGANghIiIeImDwAPAQ8CHwQPBQ8GDwcPCA8JDwoPCw8MDw0PDg8PDxAPEQ8SDxMPFA8VDxYPFw8YDxkPGg8bDxwPHQ8eDx8PIA8hDyIfJA8lDyYPJw8oDykPKg8rDywPLQ8uD1AP///+P/XP9Y/1P/Qv8x3ujd7d2sEA0QDBAKEAkQCBAHEAYQBRAEEAMQAg/1D/QP8w/yD/EP8A/vD+4P7Q/sD+sP6g/pD+gP5w/mD+UP5A/jD+IP4Q/gD94P3Q/cD9sP2g/ZD9gP1w/WD9UP1A/TDcIAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGBQoHBAwICQsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAAAACwAAAAsAAAALAAAACwAAAAsAAAALAAAACwAAAAsAAAALAAAACwAAAAsAAAALAAAAJAAAAEUAAABmAAAAnQAAALQAAADTAAAA/AAAARUAAAGJAAABuAAAAhsAAAJeAAACdAAAApUAAALKAAAC9QAAAyEAAANZAAADqgAAA/UAAAQhAAAEQAAABGcAAASbAAAEywAABPYAAAUgAAAFPwAABWQAAAWNAAAFxAAABhkAAAYzAAAGXAAABpIAAAalAAAGyQAABxkAAAdLAAAHggAAB50AAAfKAAAIIwAACDwAAAhoAAAIjAAACMgAAAkLAAAJOAAACZEAAAn5AAAKJwAAClUAAAqCAAAKrwAACwQAAAs9AAALdgAAC5AAAAu2AAAL2AAAC+8AAAwFAAAMKQAADGUAAAykAAAM2QAADQ0AAA0lAAANSAAADWAAAA1uAAANiAAADZcAAA2vAAAN0gAADeoAAA4DAAAOGAAADi0AAA5TAAAObQAADpoAAA67AAAO8AAADxwAAA9cAAAPjwAAD7kAAA/aAAAP9gAAEBIAABAvAAAQTAAAEG4AABCWAAAQvgAAENkAABDnAAAREwAAETkAABFuAAARpwAAEcwAABH3AAASOwAAEmMAABKOAAAS6wAAEzkAABNZAAATiwAAE6AAABO1AAAT7AAAFBgAABQqAAAUTQAAFGgAABSDAAAUmwAAFMsAABTmAAAVGAAAFUwAABX8AAAWNwAAFoIAABbQAAAW4wAAFw8AABc+AAAXZgAAF4oAABe5AAAX6AAAGBwAABiLAAAYvQAAGQEAABk7AAAZVAAAGXQAABmxAAAZ2AAAGeoAABpTAAAacAAAGpEAABrDAAAa9QAAGyAAABtQAAAbiwAAG9MAABwhAAAcaQAAHLcAABzeAAAdBAAAHSoAAB1RAAAe2AAAHwAAAB8vAAAfRAAAH2kAAB+iAAAf5QAAIC8AACBGAAAgYwAAINIAACEFAAAhNQAAIWoAACF5AAAhmwAAIdAAACImAAAicAAAIsQAACMyAAAjYwAAI5sAACPSAAAkCAAAJDAAACRVAAAkgwAAJJIAACShAAAksAAAJL8AACTYAAAk8gAAJQEAACUQAAAlPAAAJWAAACWJAAAl1wAAJhYAACZHAAAmkQAAJq4AACbmAAAnKAAAJ1UAACeWAAAnvgAAJ+cAACgRAAAoVAAAKIsAACipAAAozgAAKOoAACkZAAApVwAAKiQAACrCAAArBwAAKzsAACtkAAAregAAK6AAACvGAAAr7AAALBIAACw4AAAsXgAALHMAACyIAAAsnQAALLIAACzWAAAs/QAALRwAAC1AAAAtWQAALYcAAC21AAAt7QAALfwAAC4eAAAuXQAALn4AAC6zAAAuswAALrMAAC7qAAAvIQAAL1AAAC+BAAAv8gAAMDEAADCDAAAwowAAMNcAADEIAAAxLwAAMUQAADFuAAAxpQAAMgwAADI4AAAyWQAAMnMAADKqAAAy4AAAMvgAADM9AAAzZQAAM54AADO6AAAz7AAANCMAADRLAAA0YgAANIIAADSiAAA0wwAANOMAADT7AAA1DgAANUsAADVnAAA1mAAANboAADXbAAA2EgAANi0AADZYAAA2cQAANpUAADauAAA2xgAANuUAADcQAAA3MgAAN1sAADd8AAA3oQAAN8YAADfrAAA4LwAAOFsAADicAAA4yAAAOPkAADkgAAA5cgAAObAAADnGAAA5+wAAOjkAADp2AAA6tgAAOvYAADs1AAA7dAAAO7cAADv5AAA8gQAAPP0AAD0gAAA9TQAAPYQAAD2nAAA9xgAAPhYAAD4wAAA+SQAAPpsAAD7vAAA/CgAAPy4AAD9DAAA/WAAAP20AAD+CAAA/rgAAP8IAAEAFAABBbQAAQb0AAEH+AABCNAAAQlkAAEKEAABCpgAAQsYAAEMBAABDKQAAQ0sAAEOAAABD4gAAREsAAERoAABEswAARM4AAET5AABFJAAARUoAAEVpAABFlgAARb8AAEXwAABGIQAARl4AAEafAABG1QAARzUAAEdQAABHdQAAR6QAAEfBAABH3wAASCkAAEhwAABIngAASMIAAEjbAABJAQAASTMAAEnaAABKOgAASpMAAEsVAABLkwAATF0AAEx9AABMuAAATMwAAEzsAABNKgAATV0AAE2VAABNyQAATgMAAE5SAABOhAAATrwAAE7kAABPIQAATzYAAE/WAABQBwAAUHAAAFCyAABQ8gAAUScAAFFSAABRkgAAUdwAAFISAABSXgAAUogAAFK5AABS9QAAUygAAFNGAABTkAAAVBAAAFRoAABUuAAAVNEAAFUIAABVUwAAVZgAAFW1AABV1gAAVg0AAFYoAABWgQAAVqIAAFbZAABW+AAAVx8AAFd2AABXqAAAWCUAAFhSAABYbwAAWLwAAFjWAABZKwAAWV0AAFmaAABZ9wAAWi0AAFpXAABangAAW6EAAFwQAABc+AAAXYQAAF3yAABeJAAAXmIAAF6jAABe2gAAXyMAAF9HAABfaQAAX9cAAF/mAABf/gAAYBsAAGBdAABgpAAAYM0AAGDpAABhMgAAYWwAAGGpAABiHQAAYmMAAGKOAABizgAAYugAAGOTAABjqgAAY9UAAGQEAABkRQAAZOQAAGUFAABlQQAAZX8AAGW+AABl6AAAZl8AAGayAABnBAAAZ0IAAGd2AABnnwAAZ8YAAGf6AABoMQAAaIMAAGjNAABpHgAAaWwAAGmgAABp0wAAagcAAGokAABqOwAAajsAAGo7AABqVgAAaooAAGrIAABq8wAAaysAAGtqAABriAAAa6IAAGvBAABr6gAAbBAAAGwiAABtrwAAbdsAAG44AABuXQAAboEAAG6lAABuyQAAbukAAG8CAABvHgAAb1MAAG+TAABvqQAAb8gAAHASAABwRgAAcHEAAHDBAABw+QAAcSgAAHFVAABxigAAcbsAAHIDAAByQwAAcqIAAHLoAABzPgAAc4cAAHPlAAB0GwAAdFkAAHS3AAB01AAAdP4AAHVhAAB1ngAAddwAAHX/AAB2PQAAdqsAAHbVAAB3FQAAd0MAAHd8AAB3ogAAd9MAAHhgAAB4vgAAeQYAAHlDAAB5jwAAedIAAHnqAAB6CQAAejUAAHpbAAB6hwAAerUAAHr5AAB7DQAAey4AAHs9AAB7fAAAe8IAAHvpAAB8AQAAfDMAAHxIAAB8lAAAfNsAAHz6AAB9QwAAfYsAAH2wAAB93gAAffgAAH4cAAB+SwAAfp4AAH7dAAB/AwAAfxkAAH9DAAB/YwAAf40AAH/CAAB/9AAAgE0AAICHAACAywAAgRoAAIF1AACB1AAAgk0AAIK1AACDOAAAg3wAAIPGAACEDQAAhHkAAITPAACFCwAAhUsAAIWNAACFzAAAhg4AAIZJAACGogAAhs4AAIdtAACHlQAAh7MAAIgfAACIWgAAiKsAAIkTAACJTAAAiZIAAIniAACKPQAAimMAAIqMAACKtwAAiuUAAIs3AACLiQAAi7sAAIw7AACMYQAAjJAAAIy/AACM7gAAjR0AAI1JAACNvQAAjkgAAI6jAACOtQAAjsMAAI7iAACPCgAAjzYAAI9NAACP7gAAkCYAAJB4AACQ6AAAkT8AAJGmAACSGAAAkj0AAJJzAACTLwAAky8AAJMvAACTLwAAky8AAJMvAACTLwAAky8AAJMvAACTLwAAky8AAJMvAACTLwAAky8AAJMvAACTLwAAgBwAAADEAYAAAMABwAANyERIQMRIRHgAcD+QHACoHAFIPpwBgD6AAAAAAABAF3/AAajBYAAHQAAARQHAREhMhYUBiMhIiY0NjMhEQEmNTQ+ATMhMh4BBqMr/YgBQBomJhr8gBomJhoBQP2IKyQoFwWAFygkBUYjK/2I/QAmNCYmNCYDAAJ4KyMXGwgIGwAAAQAA/wAGAAWAACsAAAERFA4CIi4CND4CMzIXEQURFA4CIi4CND4CMzIXETQ2NwE2MzIWBgBEaGdaZ2hERGhnLWlX/QBEaGdaZ2hERGhnLWlXJh4DQAwQKDgFIPugMk4rFRUrTmROKxUnAhnt/TsyTisVFStOZE4rFScDxx8zCgEABDgAAgAA/wAGgAWAAAcAIQAAABAAIAAQACABFAYjIicBBiMiJCYCEBI2JCAEFhIVFAcBFgSA/vn+jv75AQcBcgMHTDQ2JP6ps9yP/vu9b2+9AQUBHgEFvW98AVclAgcBcgEH/vn+jv75/oA0TCYBVnxvvQEFAR4BBb1vb73++4/cs/6pJQAAAwAA/4AHAAUAABoAPQBNAAAlEQYHBAcOAisCIi4BJyYlJicRFBYzITI2ETwCLgMjISIGFRQXFhceBDsCMj4DNzY3PgE3ERQGIyEiJjURNDYzITIWBoAgJf70njNAbTABATBtQDOe/vQlIBMNBcANEwEFBgwI+kANE5PB0AY6IjcuFAEBFC43IjoG0ME2XYBeQvpAQl5eQgXAQl4gAwAkHs6EKzAxMTArhM4eJP0ADRMTBCgCEgkRCAoFEw2odJilBTEaJRISJRoxBaWYK5Fg+8BCXl5CBEBCXl4AAAEAAP+ABwAFgAAcAAAEIicBLgQ1NDYzMh4CFz4DMzIWFRQHAQOaNBL9kAojTDwv/uA+gW9QJCRQb4E+4P7l/ZGAEgJaCCRfZI5D3PgrSUAkJEBJK/jc3eX9qAAAAQAA/60GgAXgACIAAAEUBwETFhUUBiMiJyUFBiMiJjU0NxMBJjU0NyUTNjIXEwUWBoAa/pVWARUUExX+P/4/FhIVFQJW/pQZOAH24RM8E+EB9jgDeRYa/p7+DAcNFR0M7OwMHRUGDgH0AWIbFSUJSQHHKSn+OUkJAAAAAAIAAP+tBoAF4AAJACsAAAkBJQsBBQEDJQUBFAcBExYVFCMiJyUFBiMiJjU0NxMBJjU0NyUTNjIXEwUWBHEBMv5avb3+WgEySQF6AXkBxxr+lVYBKRMV/j/+PxYSFRUCVv6UGTgB9uETPBPhAfY4AhQBKT4Bfv6CPv7X/lvHxwMKFhr+nv4MBw0yDOzsDB0VBg4B9AFiGxUlCUkBxykp/jlJCQAAAgAA/4AFAAWAABUAHQAAJRQGIyEiJjU0PgMzFiA3Mh4DABAGICYQNiAFAH1Y/KpYfREuR3VMgwFsg0x1Ry4R/wDh/sLh4QE+iW2cnG1Vl5ltRYCARW2ZlwPB/sLh4QE+4QAAAAsAAP8AB4AFgAAPAB8ALwA/AE8AXwBvAH8AjwCfAK8AAAU1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNgERNCYjISIGFREUFjMhMjYBNTQmKwEiBh0BFBY7ATI2ATU0JisBIgYdARQWOwEyNgERNCYjISIGFREUFjMhMjYBNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjY3ERQGIyEiJjURNDYzITIWAYAmGoAaJiYagBomJhqAGiYmGoAaJiYagBomJhqAGiYEACYa/QAaJiYaAwAaJvwAJhqAGiYmGoAaJgWAJhqAGiYmGoAaJv6AJhr9ABomJhoDABomAYAmGoAaJiYagBomJhqAGiYmGoAaJiYagBomJhqAGiaAXkL5wEJeXkIGQEJeQIAaJiYagBomJgGagBomJhqAGiYmAZqAGiYmGoAaJib9GgIAGiYmGv4AGiYmBJqAGiYmGoAaJib7moAaJiYagBomJgMaAgAaJiYa/gAaJib+moAaJiYagBomJgGagBomJhqAGiYmAZqAGiYmGoAaJia6+sBCXl5CBUBCXl4ABAAAAAAGgAWAAA8AHwAvAD8AAAERFAYjISImNRE0NjMhMhYZARQGIyEiJjURNDYzITIWAREUBiMhIiY1ETQ2MyEyFhkBFAYjISImNRE0NjMhMhYDAEw0/gA0TEw0AgA0TEw0/gA0TEw0AgA0TAOATDT+ADRMTDQCADRMTDT+ADRMTDQCADRMAgD+gDRMTDQBgDRMTALM/oA0TEw0AYA0TEz8zP6ANExMNAGANExMAsz+gDRMTDQBgDRMTAAJAAAAAAcABYAADwAfAC8APwBPAF8AbwB/AI8AAAEVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWARUUBiMhIiY9ATQ2MyEyFgEVFAYjISImPQE0NjMhMhYBFRQGIyEiJj0BNDYzITIWARUUBiMhIiY9ATQ2MyEyFgEVFAYjISImPQE0NjMhMhYBFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFgIAOCj+wCg4OCgBQCg4OCj+wCg4OCgBQCg4AoA4KP7AKDg4KAFAKDj9gDgo/sAoODgoAUAoOAKAOCj+wCg4OCgBQCg4AoA4KP7AKDg4KAFAKDj9gDgo/sAoODgoAUAoOAKAOCj+wCg4OCgBQCg4OCj+wCg4OCgBQCg4ASDAKDg4KMAoODgB2MAoODgowCg4OP3YwCg4OCjAKDg4A9jAKDg4KMAoODj92MAoODgowCg4OP3YwCg4OCjAKDg4A9jAKDg4KMAoODj92MAoODgowCg4OAHYwCg4OCjAKDg4AAAGAAAAAAcABYAADwAfAC8APwBPAF8AAAEVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWARUUBiMhIiY9ATQ2MyEyFgEVFAYjISImPQE0NjMhMhYBFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFgIAOCj+wCg4OCgBQCg4OCj+wCg4OCgBQCg4BQA4KPxAKDg4KAPAKDj7ADgo/sAoODgoAUAoOAUAOCj8QCg4OCgDwCg4OCj8QCg4OCgDwCg4ASDAKDg4KMAoODgB2MAoODgowCg4OP3YwCg4OCjAKDg4A9jAKDg4KMAoODj92MAoODgowCg4OAHYwCg4OCjAKDg4AAAAAQB5AA4GhwSyABYAAAAUBwEHBiIvAQEmND8BNjIXCQE2Mh8BBocc/SyIHFAciP6WHByIHFAcASYCkBxQHIgD8lAc/SyIHByIAWocUByIHBz+2QKRHByIAAEAbv/uBRIEkgAjAAAkFA8BBiInCQEGIi8BJjQ3CQEmND8BNjIXCQE2Mh8BFhQHCQEFEhyIHFAc/tr+2hxQHIgcHAEm/tocHIgcUBwBJgEmHFAciBwc/toBJv5QHIgcHAEm/tocHIgcUBwBJgEmHFAciBwc/toBJhwciBxQHP7a/toAAAMAAP8ABoAFgAAjACsARAAAARUUBisBFRQGKwEiJj0BIyImPQE0NjsBNTQ2OwEyFh0BMzIeARAAIAAQACAAFAYjIicBBiMiJCYCEBI2JCAEFhIVFAcBBAATDeATDUANE+ANExMN4BMNQA0T4A0TgP75/o7++QEHAXIDB0s1NiT+qbPcj/77vW9vvQEFAR4BBb1vfAFXAuBADRPgDRMTDeATDUANE+ANExMN4BPmAXIBB/75/o7++f61aksmAVZ8b70BBQEeAQW9b2+9/vuP3LP+qQAAAwAA/wAGgAWAAA8AFwAwAAABFRQGIyEiJj0BNDYzITIeARAAIAAQACAAFAYjIicBBiMiJCYCEBI2JCAEFhIVFAcBBAATDf3ADRMTDQJADROA/vn+jv75AQcBcgMHSzU2JP6ps9yP/vu9b2+9AQUBHgEFvW98AVcC4EANExMNQA0TE+YBcgEH/vn+jv75/rVqSyYBVnxvvQEFAR4BBb1vb73++4/cs/6pAAAAAAIAAP+ABgAGAAApADUAAAEUAgYEICQmAjU0Ejc2FhcWBgcOARUUHgIyPgI1NCYnLgE3PgEXFhIBERQGIiY1ETQ2MhYGAHrO/uT+yP7kznqhkitpHyAPKmJrUYq90L2KUWtiKg8gH2oqkqH9gExoTExoTAKAnP7kznp6zgEcnLYBQm0gDisqaSBK1nlovYpRUYq9aHnWSiBpKisOIG3+vgJK/YA0TEw0AoA0TEwAAAAABQAA/4AHAAWAAA8AHwAvAD8ATwAAJRUUBisBIiY9ATQ2OwEyFiURFAYrASImNRE0NjsBMhYlERQGKwEiJjURNDY7ATIWAREUBisBIiY1ETQ2OwEyFgERFAYrASImNRE0NjsBMhYBABIOwA4SEg7ADhIBgBIOwA4SEg7ADhIBgBIOwA4SEg7ADhIBgBIOwA4SEg7ADhIBgBIOwA4SEg7ADhJgwA4SEg7ADhIScv7ADhISDgFADhIS8v3ADhISDgJADhISAXL8QA4SEg4DwA4SEgHy+kAOEhIOBcAOEhIAAAACAAD/gAYABYAABwBuAAAANCYiBhQWMgEVFAYPAQYHFhcWFAcOASMiLwEGBwYHBisBIiYvASYnBwYjIicmJyY1NDc+ATcmLwEuAT0BNDY/ATY3JicmNTQ3PgEzMh8BNjc2NzY7ATIWHwEWFzc2MzIXFhcWFRQHDgEHFh8BHgEEAJbUlpbUApYQDLkTFCNICgkbkBYMDoosLxANBx3eDhUBHDEpjQoPDgt+JwcID0gSGw63DRAQC7oOGShDCgkakRYNDYosLxANBx3eDhUBHDEpjgkPDQyBJAcID0gSGg+3DRACFtSWltSWAW3eDBYCHDYlMlgMGgoljglsFw+IMhwRDbgQFWsJC3I2Cg0MCxVbGTIxGwIVDd4MFgIcLi45UQwMCg0kjwprFw+IMhwRDbgQFWsJCnczCA4MCxVbGTIwHAIVAAAGAAD/gAWABYAADwAfAC8AOwBDAGcAAAERFAYrASImNRE0NjsBMhYFERQGKwEiJjURNDY7ATIWBREUBisBIiY1ETQ2OwEyFhMRIREUHgEzITI+AQEhJyYnIQYHBRUUBisBERQGIyEiJjURIyImPQE0NjMhNz4BMyEyFh8BITIWAgASDkAOEhIOQA4SAQASDkAOEhIOQA4SAQASDkAOEhIOQA4SgPyADg8DA0ADDw79YAHAMAcK/sMKBwNvEg5gXkL8wEJeYA4SEg4BNUYPTigBQChOD0YBNQ4SAyD9wA4SEg4CQA4SEg79wA4SEg4CQA4SEg79wA4SEg4CQA4SEv0eA7T8TBYlERElBEp1CQICCZVADhL8TFN5dVMDuBIOQA4SpyU0NCWnEgAAAAACABoAAAZmBQMAEwA1AAABERQGIyERIREhIiY1ETQ2NQkBFjcHBgcjIicJAQYnJi8BJjY3ATYyHwE1NDY7ATIWFREXHgEFgCYa/oD/AP6AGiYBAj8CPwHfPggNAw0I/Uz9TAwMDQg+CAIKAs8gWCD0Eg7ADhLbCgICIP4gGiYBgP6AJhoB4AEEAQHa/iYCQUoJAgcCQf2/CAECCUoKGwgCVxoazMMOEhIO/mi2CBsAAAMAAP8ABgAGAAATABoAIwAAAR4BFREUBiMhIiY1ETQ2MyEyFhcHESEmJwEmAREhIiY1ESERBbwcKDgo+sAoODgoA4AoYByEAXgKDP7HDAFj/mAoOP0ABIQcYCj7gCg4OCgGQCg4KBxE/ogdDAE5DPoSBAA4KAGg+gAAAAADAAD/gAYABYAAFAAgACwAAAERFAYjISImPQE0NjsBETQ2OwEyFgAQLgEgDgEQHgEgNgAQAgQgJAIQEiQgBAOAEg7+wA4SEg7gEg5ADhIBoJL6/tj6kpL6ASj6AXLO/p/+Xv6fzs4BYQGiAWED4P5ADhISDkAOEgFgDhIS/f4BKPqSkvr+2PqSkgJf/l7+n87OAWEBogFhzs4AAAACADIAAAdOBQAAEQBDAAABNQMuASsBIgYHAxUGFjsBMjYBFCMhMjYnAy4BIyEiBgcDBhYzISI1NDcBPgEzISIGDwEGFjsBMjYvAS4BIyEyFhcBFgRXGAEUDboNFAEYARIM9AwSAvYu/UANEgEUARQN/vANFAEUARIN/UAuGgGhCCQUAVMNFAEPARINpg0SAQ8BFA0BUxQkCAGhGgIcBAFADRMTDf7ABAwQEP45SRMNAQANExMN/wANE0k2PgQUExwTDcAOEhIOwA0THBP77D4ABAAAAAAGgAYAAAcADwAlAD0AACQ0JiIGFBYyJDQmIgYUFjITERQGIyEiJjURNDYzIRcWMj8BITIWARYHAQYiJwEmNzYzIRE0NjMhMhYVESEyBQAmNCYmNAEmJjQmJjSmOCj6QCg4OCgB0Yc6nDqIAdAoOP67ER/+QBI2Ev5AHxERKgEAJhoBABomAQAqpjQmJjQmJjQmJjQmASD+wCg4OCgBQCg4iDg4iDgCESkd/kATEwHAHSknAcAaJiYa/kAAAwAA/4AGAAWAABgAJAAwAAABFAcBBiInASY3NjsBETQ2OwEyFhURMzIWAiAOARAeASA+ARAmBBACBCAkAhASJCAEBGAK/sELGAv+wA8ICBbAEg7ADhLADhLM/tj6kpL6ASj6kpIBcs7+n/5e/p/OzgFhAaIBYQJgDAz+wQkJAUAQExQBYA4SEg7+oBICMpL6/tj6kpL6ASj6vf5e/p/OzgFhAaIBYc7OAAAAAAMAAP+ABgAFgAAYACQAMAAAAQYrAREUBisBIiY1ESMiJjU0NwE2MhcBFgIgDgEQHgEgPgEQJgQQAgQgJAIQEiQgBAReCBbAEg7ADhLADhIKAT8LGAsBQA/S/tj6kpL6ASj6kpIBcs7+n/5e/p/OzgFhAaIBYQKUFP6gDhISDgFgEg4MDAE/CQn+wBAB+ZL6/tj6kpL6ASj6vf5e/p/OzgFhAaIBYc7OAAIAAAAABgAFAAANACMAAAEhLgEnAyEDDgEHIRchJREUBiMhIiY1ETQ3Ez4BMyEyFhcTFgP/ATwBAwHU/TzUAQMBATxfAUACYCYa+oAaJhnuCjUaA0AaNQruGQJAAwsCAfD+EAMLAsCi/h4aJiYaAeI+PQIoGSIiGf3YPQADAAD/gAYABYAADwAbACcAAAAUBwEGIyInJjURNDc2FwEWEC4BIA4BEB4BIDYAEAIEICQCEBIkIAQEoCD94A8REBAgICEfAiCgkvr+2PqSkvoBKPoBcs7+n/5e/p/OzgFhAaIBYQKlShL+wAkIEyUCgCUTEhP+wMsBKPqSkvr+2PqSkgJf/l7+n87OAWEBogFhzs4AAQAA/4AGAAWAADMAAAERFAYjISInJj8BJiMiDgIUHgIzMjY3NjcyHwEeAQcGBCMiJCYCEBI2JDMyBBc3NhcWBgAmGv5AKhERH4qUyWi9ilFRir1od9RJBxAPCokJAQht/sqsnP7kznp6zgEcnJMBE2uCHSknBQD+QBomKCceiolRir3QvYpRaF8KAgmKCBkKhJF6zgEcATgBHM56b2WBHxERAAACAAD/gAYABYAAJABHAAABFAcCACEiJCcHBiImNRE0NjMhMhYUDwEeATMyNjc2NzY7ATIWExEUBiMhIiY0PwEmIyIGBwYHBisBIiY9ARIAITIEFzc2MhYF5wFA/mj+7pL+72uBEzQmJhoBwBomE4lHtGGG6EYLKggWwA0TGSYa/kAaJhOKlMmG6EYLKggWxw0TQQGaAROSARRrghM0JgHgBQL+9P6zbmaBEyYaAcAaJiY0E4lCSIJyEWQXEwMT/kAaJiY0E4qJgnIRZBcTDQcBDAFNb2WBEyYAAAAACAAAAAAHAAWAAA8AHwAvAD8ATwBfAG8AfwAAARUUBisBIiY9ATQ2OwEyFjUVFAYrASImPQE0NjsBMhY1FRQGKwEiJj0BNDY7ATIWARUUBiMhIiY9ATQ2MyEyFjUVFAYjISImPQE0NjMhMhY1FRQGIyEiJj0BNDYzITIWExE0JiMhIgYVERQWMyEyNhMRFAYjISImNRE0NjMhMhYBgBMNQA0TEw1ADRMTDUANExMNQA0TEw1ADRMTDUANEwSAEw38QA0TEw0DwA0TEw38QA0TEw0DwA0TEw38QA0TEw0DwA0TgBMN+kANExMNBcANE4BeQvpAQl5eQgXAQl4BYEANExMNQA0TE/NADRMTDUANExPzQA0TEw1ADRMT/fNADRMTDUANExPzQA0TEw1ADRMT80ANExMNQA0TE/0zA0ANExMN/MANExMETfvAQl5eQgRAQl5eAAIAAAAABIAFgAAHAB8AAAEhNTQmIgYVAREUBiMhIiY1ETQ2OwE1NAAgAB0BMzIWAUACAJbUlgNAOCj8QCg4OCggAQgBcAEIICg4AwDAapaWav7g/cAoODgoAkAoOMC4AQj++LjAOAAAAgBA/4AHAAWAABEANwAAARQHERQGKwEiJjURJjU0NjIWBREUBgcGIyIuAiMiBQYjIiY1ETQ3Njc2MzIWFxYzMj4CMzIWAUBAEw1ADRNAS2pLBcAZG9eaPX1ci0nA/vAREBomHxU67Llrun4mMjZ/XVMNGiYFAEgm+w4NExMNBPImSDVLS3X9BRkbDnQsNCySCSYaAuYgFw4deDo7Eyo0KiYAAAABAAAAAAaABYAASwAAARQPAg4BIxUUBisBIiY1ETQ2OwEyFh0BMhYXNzY1NAIkIAQCFRQfAT4BMzU0NjsBMhYVERQGKwEiJj0BIiYvAiY1NBI2JCAEFhIGgDwUuRaJWBIOQA4SEg5ADhJHdiJEHbD+1/6y/tewHUQidkcSDkAOEhIOQA4SWIkWuRQ8huABNAFMATTghgKKppQxIVNrIA4SEg4CQA4SEg4gRzwMX2KUAQacnP76lGJfDDxHIA4SEg79wA4SEg4ga1MhMZSmlwEYzXp6zf7oAAABAAAAIAMABOAAEwAAAREUBiInASEiJjURNDYzIQE2MhYDACY0E/6z/voaJiYaAQYBTRM0JgSg+8AaJhMBTSYaAYAaJgFNEyYAAAAAAgAAACAEgATgABMALQAAAREUBiInASEiJjURNDYzIQE2MhYAFAYHBiMiJjU0PgM0LgM1NDYzMhcWAwAmNBP+s/76GiYmGgEGAU0TNCYBgFVGCg8aJhgiIhgYIiIYJhoPCkYEoPvAGiYTAU0mGgGAGiYBTRMm/hKYgxwFJRsVHRUZL0IvGRUdFRslBRsAAAAABAAA/7kGgAVHABMALQBJAGsAAAERFAYiJwEhIiY1ETQ2MyEBNjIWABQGBwYjIiY1ND4DNC4DNTQ2MzIXFgQQAgcGIyImNTQ3Njc+ATQmJyYnJjU0NjMyFxYEEAIHBiMiJjU0Nz4BNzY3NhIQAicmJy4BJyY1NDYzMhcWAwAmNBP+s/76GiYmGgEGAU0TNCYBgFVGCg8aJhgiIhgYIiIYJhoPCkYBVaqMDQwbJic4FEpTU0oUOCcmGg0NjAGq/tMNDRomJwcfBy4ke4qKeyQuBx8HJyYaDQ3TBKD7wBomEwFNJhoBgBomAU0TJv4SmIMcBSUbFR0VGS9CLxkVHRUbJQUbN/7O/v07BSYaJxQdDzajuKM2Dx0UJxomBTu2/jT+f1sFJhokFwQNBBkaWwEQATIBEFsaGQQNBBckGiYFWwAMAAAAAAWABYAAAwAHAAsADwATABcAGwAfACMALwAzADcAAAEVIzUTFSM1IRUjNQEhESERIREhASERIQERIREBFSM1IRUjNRMRITUjESMRIRUzNQERIREhESERAYCAgIADgID8gAGA/oABgP6AAwABgP6A/wD9gASAgAGAgID+gICAAYCA/YD9gAWA/YABgICAAwCAgICA/AEBfwGAAYD+gAGA/YD9gAKA/gCAgICAAgD+gID+gAKAgIADAP2AAoD9gAKAAAAAABAAAAAABwAFgAADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AAAzIxEzEyMRMxMjETMTIxEzEyMRMxMjETMTIxEzEyMRMxMjETMTIxEzEyMRMxMjETMTIxEzEyMRMxMjETMTIxEzPz8/PyAgXh8fnR8fnT4+fh8fPx8fPx8fnT8/nT8/fj8/fj8/Xj8/vV5ePyAgXj8/BYD6gQV/+oEFf/qBBX/6gQV/+oEFf/qBBX/6gQV/+oEFf/qBBX/6gQV/+oEFf/qBBX/6gQV/+oEFf/qABYAAAAACAAD/lQXrBYAABwAdAAAANCYiBhQWMgEUBwEGIyInAS4BNRE0NjMhMhYXARYBwEtqS0tqBHYl/hUnNDUl/TUmNUw0AaA1gCYCyyUEC2pLS2pL/kA1Jf4UJSUCzCWANQGgNEw1Jv02JwAAAAADAAD/lQdrBYAABwAdADUAAAA0JiIGFBYyARQHAQYjIicBLgE1ETQ2MyEyFhcBFgUUBwEGIyImJwE2NTQnAS4BIzMyFhcBFgHAS2pLS2oEdiX+FSc0NSX9NSY1TDQBoDWAJgLLJQGAJf4VJzQkLh4B1iUl/TUmgDXgNYAmAsslBAtqS0tqS/5ANSX+FCUlAswlgDUBoDRMNSb9Nic0NSX+FCUcHwHWJTU0JwLKJjU1Jv02JwADAAr/gAZ5BYAAVABkAHQAAAEWBwEOASMhIiYnJjc0Njc2Jjc+Ajc+ATc2Jjc+ATc+ATc2Jjc+ATc+ATc2Jjc+Ajc+BhcHNjMhMhYHAQ4BIyEiBwYXFjMhMjY3ATYnFgUGFjMhMjY/ATYmIyEiBgcDBhYzITI2PwE2JiMhIgYHBmcoFv7tE3NB/GVNjxwYFgYBAQgBAgwVBhcsCAMFAgMcAxUqBAEHBAQkBBMvBAEIAgIOFgYIEQ0TFCEnHAEmDQL5SlAW/u4kR138mxsLCwoYeAObHTYIASwHAib77QQMDgJgDRkEFQQMDv2gDRkEaAQMDgJgDRkEFQQMDv2gDRkEBCI5SPx2QFdrTkM8BC4OCBsGCxQbCiZrJgooCAsiBiRwIgkuBQ0jBRp1JggjCQgUGggMJSEnGRYBBgMJcEr8dndFDxAbRh8aA9sWIw8eDRMTDUANExMN/sANExMNQA0TEw0AAAEAAP+XBQAFgAAcAAABMhceARURFAYHBiMiJwkBBiMiJy4BNRE0Njc2MwSMFxUhJychExkwI/5H/kckLxcVIScnIRUXBYAJDTgi+vciOA0IIAGo/lghCQ04IgUJIjgNCQAAAAAEAAD/gAaABYAAAwAMABQAPAAAKQERIREhESMiJj0BIQA0JiIGFBYyNxEUBisBFRQGIyEiJj0BIyImNRE0NjsBETQ2MyEyFh8BHgEVETMyFgGAA4D8gAOAoCg4/YAEgCY0JiY0phMN4Dgo/EAoOOANE3FPQDgoAqAoYByYHChAT3EBAAGAAYA4KKD9JjQmJjQmQP5gDROgKDg4KKATDQGgT3ECICg4KByYHGAo/wBxAAMAAP+AB4AGAAAHACEAKQAAADIWFAYiJjQBMhYVERQGIyEiJjURNDY7ATc+ATMhMhYfAQAgABAAIAAQA0nuqanuqQPgapaWavqAapaWauAzE2U1AgA1ZRMz/WcBcgEH/vn+jv75A2Cp7qmp7gJJlmr8gGqWlmoDgGqWiDFHRzGI+4ABBwFyAQf++f6OAAAAAAIAAP+ABoAFgAAHAFAAAAEDMhYzMjcmATc+BDcTATsBFhcTFhIXHgEXFhceARcWFRQGFSImIyIEBzQ/ATI+BTU0LgEnJQYCFRQeAzMWFRQHIiYjIgYjBgLVqiHPORMmV/zKAhdCMDMmDO0BGEs1CAPNIZIpD1YdFA8Tig8GAT/+QEz+6icEgwEXCBUJDQU+UgH+PhplHDsmTAMBAjrpOgglA1AD0f4+BAL9/HZPBwsKEycfAmgC1A4H/iBO/plfIt06LQwPHQYmEwURBBAOASsjHAUCBwYKDAgQocIDAjr+7RkWHxIJCBMnCRIUCA4AAAMAAP+ABYAFgAAVACsAYQAAJRYzIBE0Jy4EIyIHFAYVFAYeAQMWMzI+AjU0LgIjIgcUFhUUBhUUATc+ATc+BDwBNRAnLgQvATYkMzIWMzIeAxUUDgMHHgEVFA4DIyImIyIEAitKQgF4KRtFQl9JOkkcAQIBCAYqQ1J6YjM6ZHRCMlAIAf3kAg+MJAcLBgUBFgQkNS4zBQRiAeSDF1oXRoV8XDghLVQ+NZrNRnWfqFwssCxq/m4PIAFPckIsPCERBAo11DQId0pdAtYHGj90VEZpOxwNMsozG2oaLvxwXgQYDwweJRwvFTIFA9YrCA0JBQQBUwITARo6VH1LNFc5OiAYI8aVZJ9mRRwGFgABAAD/gAQABYAAOgAAFTc+Ajc2NzYaASc1LgInNx4CMzI+ATcGBw4BBw4DBwYCBw4DHwEWFwYHIgYjIiYjJiMiBhEWT0EbHA0BemoBGD1OExMhrn06MGWNHAUOHo8lCAwGCQIbeRECFhIOAQERqAMNCysLHXQcikQzuH5VBxMTDiNCBwI0AgsjGQ0LBQNnAgkFBQkCJzIKJQ8TLyE6DZT94VQJYlJVDxIEGyw3AxQCEgAAAAACAAD/gAb6BYAAGwB9AAAlMhYPAQYiLwEmNjsBESMiJj8BNjIfARYGKwERARcWMzI2MzIWMyEyFj4CPwEyFjMWFRQHBgcmJy4CJy4DBiMiJiIGBwYXFBIVFAYWFx4BFxYVFA8BBiQjIgYjJj0BPgI3NhE0Aj0BNDY0LgEnJiMiBgcOAgcmJxEG0CESFH4UOhR+FBIhUFAhEhR+FDoUfhQSIVD50TYMxyywLCSPJAElBh4LFQ4IKgQUBAIFJx0ZHQMQDQEGDBMHHQIRYzJOIAkBBAUFCiioJAUDIkz+5EEyyjMDEVlsGBMGAQIEAwuXIXgUEx4hGioOgCUaohoaoholBAAlGqIaGqIaJfwABP8bBQQBAQEFDQsBAXDgUB0OBCxUCU5FAQgJAwIBAQQEUTde/bShEG9IIRUrECgKDg8BAhQSMwEJGyAaDioBVWUBlGV1AhsXHBQEDBgODXdnAhoSAX8AAAIAAP8DBgAFgABhAJUAABMXFjMyNjMyJAQXFj8BMhYzFhUUBwYHJicuAjUmJyYjIiYiBgcGHwE1FB4BFRQGFhceARcWFRQPAQYkIyIGIyY9AT4CNz4CNCY1NCY1ND4BLgEnJiMiBgcOAgcmJxEBMh4CFxYUBw4DIyIuATQ2NSEUFhQOASMiLgInJjQ3PgMzMh4BFAYVITQmND4BUTYMxyywLEYBYQEAdyEXKgQUBAIFJx0ZHQMQDgoRBT0eflBsKgkBAQIBBQUKKKgkBQMiTP7kQTLKMwMRWWwYBwkDAQUBAQEFBAuXKfQQEx4hGioOBR4MPDdABBoaBEA3PAwNDwUD/AADBQ8NDDw3QAQaGgRANzwMDQ8FAwQAAwUPBX8bBQQCAQQBIAEBcOBQHQ4ELFQJTUYBDQYCAgQFUTeYNDfGokgQb0ghFSsQKAoODwECFBIzAQkbIBoOEHSvh6wDBx0IB0pIUTYFDBsLDHdoAhoSAX/6/ycsNgMVOBUDNiwnFSQfIwICIx8kFScsNgMVOBUDNiwnFSQfIwICIx8kFQAABAAAAAAHAAWAAA8AHwAvAD8AACUVFAYjISImPQE0NjMhMhYBFRQGIyEiJj0BNDYzITIWARUUBiMhIiY9ATQ2MyEyFgEVFAYjISImPQE0NjMhMhYHACYa+YAaJiYaBoAaJv6AJhr7ABomJhoFABomAQAmGvoAGiYmGgYAGib+gCYa+4AaJiYaBIAaJsCAGiYmGoAaJiYBZoAaJiYagBomJgFmgBomJhqAGiYmAWaAGiYmGoAaJiYAAAQAAAAABwAFgAAPAB8ALwA/AAAlFRQGIyEiJj0BNDYzITIWARUUBiMhIiY9ATQ2MyEyFgEVFAYjISImPQE0NjMhMhYBFRQGIyEiJj0BNDYzITIWBwAmGvmAGiYmGgaAGib+gCYa/IAaJiYaA4AaJgEAJhr6gBomJhoFgBom/oAmGv2AGiYmGgKAGibAgBomJhqAGiYmAWaAGiYmGoAaJiYBZoAaJiYagBomJgFmgBomJhqAGiYmAAAEAAAAAAcABYAADwAfAC8APwAAJRUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFgcAJhr5gBomJhoGgBomJhr7ABomJhoFABomJhr6ABomJhoGABomJhr7gBomJhoEgBomwIAaJiYagBomJgFmgBomJhqAGiYmAWaAGiYmGoAaJiYBZoAaJiYagBomJgAAAAAEAAAAAAcABYAADwAfAC8APwAAJRUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFgcAJhr5gBomJhoGgBomJhr5gBomJhoGgBomJhr5gBomJhoGgBomJhr5gBomJhoGgBomwIAaJiYagBomJgFmgBomJhqAGiYmAWaAGiYmGoAaJiYBZoAaJiYagBomJgAAAAAIAAAAAAcABYAADwAfAC8APwBPAF8AbwB/AAAlFRQGKwEiJj0BNDY7ATIWERUUBisBIiY9ATQ2OwEyFhEVFAYrASImPQE0NjsBMhYBFRQGIyEiJj0BNDYzITIWARUUBisBIiY9ATQ2OwEyFgEVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFgEAEw3ADRMTDcANExMNwA0TEw3ADRMTDcANExMNwA0TBgATDfrADRMTDQVADRP6ABMNwA0TEw3ADRMGABMN+sANExMNBUANExMN+sANExMNBUANExMN+sANExMNBUANE+DADRMTDcANExMBc8ANExMNwA0TEwFzwA0TEw3ADRMT/PPADRMTDcANExMEc8ANExMNwA0TE/zzwA0TEw3ADRMTAXPADRMTDcANExMBc8ANExMNwA0TEwAABQAAAAAHAAWAAA8AHwAvAD8ATwAAAREUBiMiJwEmNDcBNjMyFgEVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYBgBMNDgn+4AkJASAJDg0TBYATDflADRMTDQbADRMTDfvADRMTDQRADRMTDfvADRMTDQRADRMTDflADRMTDQbADRMD4P3ADRMJASAJHAkBIAkT/PPADRMTDcANExMBc8ANExMNwA0TEwFzwA0TEw3ADRMTAXPADRMTDcANExMABQAAAAAHAAWAAA8AHwAvAD8ATwAAABQHAQYjIiY1ETQ2MzIXCQEVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYBYAn+4AkODRMTDQ4JASAFqRMN+UANExMNBsANExMN+8ANExMNBEANExMN+8ANExMNBEANExMN+UANExMNBsANEwLOHAn+4AkTDQJADRMJ/uD+CcANExMNwA0TEwFzwA0TEw3ADRMTAXPADRMTDcANExMBc8ANExMNwA0TEwAAAQAAAAAHAAUAAB8AAAERFAcGIyInARUUBiMhIiY1ETQ2MyEyFh0BATYzMhcWBwAnDQwbEv5tqXf9QHepqXcCwHepAZMSGwwNJwSg+8AqEQUTAZOmd6mpdwLAd6mpd6UBkhMFEQAAAAAEAAD/gAeABYAABwAOAB4ALgAAABQGIiY0NjIBESE1ARcJASEiBhURFBYzITI2NRE0JhcRFAYjISImNRE0NjMhMhYCgHCgcHCgBHD6gAFAoAIAAgD5wA0TEw0GQA0TE5NeQvnAQl5eQgZAQl4EEKBwcKBw/cD+QMABQKACAAEgEw37QA0TEw0EwA0TIPtAQl5eQgTAQl5eAAQAAP+ABesFawAGABQAGQAlAAAhNycHFTMVATQjIgcBBhUUMzI3ATYnCQEhEQEUDwEBNzYzMh8BFgFrW+tbgAJ2FgoH/eIHFgoHAh4HNgGg/MD+YAXrJab+YKYkNjUm6yVb61trgAOgFgf94gcKFgcCHgfK/mD8wAGgAuA1JaYBoKUmJuonAAACAAD/gAQABYAABwAXAAAANCYiBhQWMgEUBwEOASImJwEmNTQAIAADAJbUlpbUAZYh/pQQP0g/D/6TIQEsAagBLAMW1JaW1JYBAG1G/PohJiYhAwZGbdQBLP7UAAIAAP+ABgAFgAAHABMAACURIg4BEB4BABACBCAkAhASJCAEAwCU+pKS+gOUzv6f/l7+n87OAWEBogFhYARAkvr+2PqSAvH+Xv6fzs4BYQGiAWHOzgAAAAACAAAAAAQABcAAFQAtAAABNCcuAycmIgcOAwcGFRQWMjYlFAAgADU0Nz4DNz4BMhYXHgMXFgIAFAEdFhwHBCIEBxwWHQEUS2pLAgD+1P5Y/tRRBnFZbhwJMjQzCBxuWXEGUQGAJCEBKyE3FxAQFzchKwEhJDVLS7XU/tQBLNSRggmji9ldHiIiHl3Zi6MJfwAFAAAAAAb4BYAABgAOADkAPgBIAAABNycHFTMVACYHAQYWNwETFRQGIyEiJjURNDYzITIXFhcWDwEGJyYjISIGFREUFjMhMjY9ATQ/ATYWAwkBIREBBwE3NjIfARYUA3h0mHRgAgAgEf6iESARAV5RqXf8wHepqXcDQD82DwMDDDEOEhcW/MBCXl5CA0BCXglADyhgASD9YP7gBFxc/uBcHFAcmBwBYHSYdDhgAsAgEf6iESARAV79z753qal3A0B3qRkHEBEMMQ4GBl5C/MBCXl5Cfg0JQA8QAs3+4P1gASACHFwBIFwcHJgcUAAAAAACAAAAAAaABgAAKwBaAAABERQGIyEiJjURNDYzITEyFhUUBwYHBisBIgYVERQWMyEyNj0BNDc2NzYXFhMBBiMiJyY9ASMgBwYTFgcGIyInLgQ1ND4HOwE1NDc2MzIXARYUBYCpd/zAd6mpdwD/DRMaTTgKBnBCXl5CA0BCXhIcGhATFe3+gBIbDA0noP69c3ctAxcIBBAKChY5KiMHFSM7Tm+KtWqgJw0MGhMBgBMCI/79d6mpdwNAd6kTDRsFGiIEXkL8wEJeXkLWEwoNGBAICQHc/oATBREqwIOJ/rAXCwINDiJnYIQ4MVRgUFNBOicWwCoRBRP+gBM0AAACAAAAAAZ/BYAALwBEAAABERQGIyEiJjURNDYzITIXFhcWDwEGIyInJiMhIgYVERQWMyEyNj0BND8BNjMyFxYTAQYiJwEmND8BNjIXCQE2Mh8BFhQFgKl3/MB3qal3A0A/Ng8DAwwxCg0DBhcW/MBCXl5CA0BCXglACg0GBhTn/NIYQhj+UhgYbhhCGAEHAocYQhhuGAJe/sJ3qal3A0B3qRkHEBEMMQoCBl5C/MBCXl5C/g0JQAoDCAHU/NIYGAGuGEIYbhgY/vkChxgYbhhCAAAAAAEAAP8ABwAGAABDAAAAFAcBBiImPQEhETMyFhQHAQYiJwEmNDY7AREhFRQGIicBJjQ3ATYyFh0BIREjIiY0NwE2MhcBFhQGKwERITU0NjIXAQcAE/8AEzQm/oCAGiYT/wATNBP/ABMmGoD+gCY0E/8AExMBABM0JgGAgBomEwEAEzQTAQATJhqAAYAmNBMBAAKaNBP/ABMmGoD+gCY0E/8AExMBABM0JgGAgBomEwEAEzQTAQATJhqAAYAmNBMBABMT/wATNCb+gIAaJhP/AAABAAD/gAQABYAAHQAAATYWFREUBicBJicRFAYrASImNRE0NjsBMhYVETY3A9MTGhoT/ToJBCYagBomJhqAGiYECQVzEwwa+kAaDBMCxgkK/VoaJiYaBYAaJiYa/VoKCQABAAD/gAcABYAAKwAAATYWFREUBicBJicRFAYnASYnERQGKwEiJjURNDY7ATIWFRE2NwE2FhURNjcG0xMaGhP9OgkEGhP9OgkEJhqAGiYmGoAaJgQJAsYTGgQJBXMTDBr6QBoMEwLGCQr9OhoMEwLGCQr9WhomJhoFgBomJhr9WgoJAsYTDBr9OgoJAAEAev+ABoAFgAAZAAABNhYVERQGJwEmJxEUBicBJjQ3ATYWFRE2NwZTExoaE/06CQQaE/06ExMCxhMaBAkFcxMMGvpAGgwTAsYJCv06GgwTAsYTNBMCxhMMGv06CgkAAAEAAP98BX8FhAALAAAJAQYmNRE0NhcBFhQFaPrQFyEhFwUwFwJh/R4NFBoFwBoUDf0eDSQAAAAAAgAA/4AGAAWAAA8AHwAAAREUBiMhIiY1ETQ2MyEyFgURFAYjISImNRE0NjMhMhYGACYa/gAaJiYaAgAaJvyAJhr+ABomJhoCABomBUD6gBomJhoFgBomJhr6gBomJhoFgBomJgAAAAABAAD/gAYABYAADwAAAREUBiMhIiY1ETQ2MyEyFgYAJhr6gBomJhoFgBomBUD6gBomJhoFgBomJgAAAAABAAD/gAYGBYAAGQAAFwYmNRE0NhcBFhcRNDYXARYUBwEGJjURBgctExoaEwLGCQQaEwLGExP9OhMaBAlzEwwaBcAaDBP9OgkKAsYaDBP9OhM0E/06EwwaAsYKCQAAAAABAAD/gAcABYAAKwAAFwYmNRE0NhcBFhcRNDYXARYXETQ2OwEyFhURFAYrASImNREGBwEGJjURBgctExoaEwLGCQQaEwLGCQQmGoAaJiYagBomBAn9OhMaBAlzEwwaBcAaDBP9OgkKAsYaDBP9OgkKAqYaJiYa+oAaJiYaAqYKCf06EwwaAsYKCQAAAAEAAP+ABAAFgAAdAAAXBiY1ETQ2FwEWFxE0NjsBMhYVERQGKwEiJjURBgctExoaEwLGCQQmGoAaJiYagBomBAlzEwwaBcAaDBP9OgkKAqYaJiYa+oAaJiYaAqYKCQAAAAIAAQAABgEFBgALABsAABMBNjIXARYGIyEiJgEhIiY1ETQ2MyEyFhURFAYOAsYTNBMCxhMMGvpAGgwFxvqAGiYmGgWAGiYmAi0CxhMT/ToTGhr95iYaAQAaJiYa/wAaJgAAAAABAJr/mgSmBeYAFAAACQIWFA8BBiInASY0NwE2Mh8BFhQEk/3tAhMTE6YTNBP9GhMTAuYTNBOmEwTT/e397RM0E6YTEwLmEzQTAuYTE6YTNAAAAAABAFr/mgRmBeYAFAAACQEGIi8BJjQ3CQEmND8BNjIXARYUBFP9GhM0E6YTEwIT/e0TE6YTNBMC5hMCk/0aExOmEzQTAhMCExM0E6YTE/0aEzQAAAACAAD/gAYABYAAIwAvAAABNTQmIyERNCYrASIGFREhIgYdARQWMyERFBY7ATI2NREhMjYAEAIEICQCEBIkIAQEwCYa/wAmGoAaJv8AGiYmGgEAJhqAGiYBABomAUDO/p/+Xv6fzs4BYQGiAWECQIAaJgEAGiYmGv8AJhqAGib/ABomJhoBACYBK/5e/p/OzgFhAaIBYc7OAAIAAP+ABgAFgAAPABsAAAE1NCYjISIGHQEUFjMhMjYAEAIEICQCEBIkIAQEwCYa/QAaJiYaAwAaJgFAzv6f/l7+n87OAWEBogFhAkCAGiYmGoAaJiYBK/5e/p/OzgFhAaIBYc7OAAAAAgAA/4AGAAWAACsANwAAATQvATc2NTQvASYjIg8BJyYjIg8BBhUUHwEHBhUUHwEWMzI/ARcWMzI/ATYAEAIEICQCEBIkIAQEfRO1tRMTWhMbGhO1tRMaGxNaExO1tRMTWhMbGhO1tRMaGxNaEwGDzv6f/l7+n87OAWEBogFhAZ4aE7W1ExobE1oTE7W1ExNaExsaE7W1ExobE1oTE7W1ExNaEwHO/l7+n87OAWEBogFhzs4AAgAA/4AGAAWAABcAIwAAATQvASYiBwEnJiIPAQYVFBcBFjMyNwE+ARACBCAkAhASJCAEBQQSWxM0E/5o4hM0E1sSEgFqExobEwIfEvzO/p/+Xv6fzs4BYQGiAWEDIhwSWhMT/mniExNaEhwbEv6WExMCHxJK/l7+n87OAWEBogFhzs4AAwAA/4AGAAWAAA8AOgBGAAAlNTQmKwEiBh0BFBY7ATI2ATQuASMiBwYfARYzMjc2NzYzMhYVFAYHDgEdARQWOwEyNjU0Njc+BCQQAgQgJAIQEiQgBAOAEg7ADhISDsAOEgEAb6ZX84APF4QHDBAJNSEiNDBLKDA/aRIOwA4SKyEgIjofGQGAzv6f/l7+n87OAWEBogFhoMAOEhIOwA4SEgKuWJZS1RgSZAYMRBgYNCEmLhYcdUMkDhISDhM9ExIVMS9KPf5e/p/OzgFhAaIBYc7OAAADAAD/gAYABYAAHgAuADoAACU1NCYrARE0JiMhIgYdARQWOwERIyIGHQEUFjMhMjYDNTQmKwEiBh0BFBY7ATI2BBACBCAkAhASJCAEBAASDmASDv7ADhISDmBgDhISDgHADhKAEg7ADhISDsAOEgKAzv6f/l7+n87OAWEBogFhoKAOEgIADhISDqAOEv7AEg6gDhISA46gDhISDqAOEhLB/l7+n87OAWEBogFhzs4AAAIAAP+ABgAFgAAvAF8AAAEjIiY9ATQ2OwEuAScVFAYrASImPQEOAQczMhYdARQGKwEeARc1NDY7ATIWHQE+AQEVFAYrAQ4BBxUUBisBIiY9AS4BJyMiJj0BNDY7AT4BNzU0NjsBMhYdAR4BFzMyFgStbRomJhptIKFsJhqAGiZsoSBtGiYmGm0goWwmGoAaJmyhAXMmGo8l66EmGoAaJqHrJY8aJiYajyXroSYagBomoesljxomAgAmGoAaJmyhIG0aJiYabSChbCYagBombKEgbRomJhptIKEBLIAaJqHrJY8aJiYajyXroSYagBomoesljxomJhqPJeuhJgAAAAADAAD/gAYABYAAIwAvADsAAAEHBiIvAQcGIi8BJjQ/AScmND8BNjIfATc2Mh8BFhQPARcWFDYQLgEgDgEQHgEgNgAQAgQgJAIQEiQgBARJkgoaComJChoKkgoKiYkKCpIKGgqJiQoaCpIKComJCs2S+v7Y+pKS+gEo+gFyzv6f/l7+n87OAWEBogFhAcmSCgqJiQoKkgoaComJChoKkgoKiYkKCpIKGgqJiQoaGQEo+pKS+v7Y+pKSAl/+Xv6fzs4BYQGiAWHOzgAAAAADAAD/gAYABYAAFAAgACwAAAkBBiInASY0PwE2Mh8BATYyHwEWFBYQLgEgDgEQHgEgNgAQAgQgJAIQEiQgBAST/loTNBP+2hMTZhM0E5MBExM0E2YTepL6/tj6kpL6ASj6AXLO/p/+Xv6fzs4BYQGiAWEC0/5aExMBJhM0E2YTE5MBExMTZhM0+gEo+pKS+v7Y+pKSAl/+Xv6fzs4BYQGiAWHOzgAAAAADAAD/gAYABYUACQASACIAAAE0JwEWMzI+AgUBJiMiDgEVFAAQAgYEICQmAhASNiQgBBYFIFf9Domgb8mSVvwZAvOHpZT6kgUges3+4/7I/uPNenrNAR0BOAEdzQKDoYb9D1lXksu8AvJbkvyUogE//sb+4s56es4BHgE6AR3OenrOAAABAED/NQYABUsAIAAAARUUBiMhARYUDwEGIyInASY1NDcBNjMyHwEWFAcBITIWBgBBNP1AASUmJkslNTQn/XUlJQKLJjU0JksmJv7bAsA0QQKAgDVL/tokbCRMJSUCjCU1NCcCiiYmSiZqJv7bSwAAAQAA/zUFwAVLACAAAAEUBwEGIyIvASY0NwEhIiY9ATQ2MyEBJjQ/ATYzMhcBFgXAJf11JzQzJ0smJgEl/UA0QUE0AsD+2yYmSyY0NSYCiyUCQDYl/XUlJUsmaiYBJUs1gDVLASYkbCRLJib9dSMAAAEANf+ABksFQAAhAAABFA8BBiMiJwERFAYrASImNREBBiIvASY1NDcBNjMyFwEWBkslSyY1NiT+2ks1gDVL/tokbCRLJiYCiyM3NiUCiyUCNTMnSyYmASX9QDRBQTQCwP7bJiZLJjQ1JgKLJSX9dScAAAAAAQA1/7UGSwWAACIAAAEUBwEGIyInASY1ND8BNjMyFwERNDY7ATIWFREBNjMyHwEWBksl/XUnNDUl/XUmJkonNDUlASZMNIA0TAEmJTU0J0slAsA1Jf10JSUCjCQ2NSZLJSX+2gLANExMNP1AASYlJUsnAAABAAD/gAcABcAALAAAABQHAQYiJjURIyIOBRUUFxQWFRQGIyInLgInAjU0NxIhMxE0NjIXAQcAE/4AEzQm4GKbmXFiPiMFBREPEAwHDA8DfzWiAsngJjQTAgADmjQT/gATJhoBAAwfNlV1oGU3RAYjCQ8UEQkaIgcBHabHhgGTAQAaJhP+AAAAAgAA/4AGAAWAABcALwAAABQHARcWFAYjISImNRE0NjIfAQE2Mh8BAREUBiIvAQEGIi8BJjQ3AScmNDYzITIWAvMK/rSQEyYa/kAaJiY0E5ABTAoaCnIDFyY0E5D+tAoaCnIKCgFMkBMmGgHAGiYB7RoK/rSQEzQmJhoBwBomE5ABTAoKcgNJ/kAaJhOQ/rQKCnIKGgoBTJATNCYmAAAAAAIADf+NBfMFcwAXAC8AAAERFAYiLwEBBiIvASY0NwEnJjQ2MyEyFgAUBwEXFhQGIyEiJjURNDYyHwEBNjIfAQMAJjQTkP60ChoKcgoKAUyQEyYaAcAaJgLzCv60kBMmGv5AGiYmNBOQAUwKGgpyAkD+QBomE5D+tAoKcgoaCgFMkBM0JiYCkxoK/rSQEzQmJhoBwBomE5ABTAoKcgAAAAABAAAAAAWABYAAIwAAARUUBiMhERQGKwEiJjURISImPQE0NjMhETQ2OwEyFhURITIWBYA4KP5gOCjAKDj+YCg4OCgBoDgowCg4AaAoOAMgwCg4/mAoODgoAaA4KMAoOAGgKDg4KP5gOAAAAAABAAACAAWAA4AADwAAARUUBiMhIiY9ATQ2MyEyFgWAOCj7QCg4OCgEwCg4AyDAKDg4KMAoODgAAAEAev+ABgYFgAA1AAABHgEPAQ4BJyURFAYrASImNREFBiYvASY2Ny0BLgE/AT4BFwURNDY7ATIWFRElNhYfARYGBwUFyi4bGkAaZy7+9kw0gDRM/vYuZxpAGhsuAQr+9i4bGkAaZy4BCkw0gDRMAQouZxpAGhsu/vYB5hpnLm4uGxqZ/s00TEw0ATOZGhsubi5nGpqaGmcubi4bGpkBMzRMTDT+zZkaGy5uLmcamgAAAwAA/4AGAAWAAAsAGwAtAAAAIAQSEAIEICQCEBIBNTQmKwEiBh0BFBY7ATI2AxM0JyYrASIHBhUTFBY7ATI2Ai8BogFhzs7+n/5e/p/OzgKyEg3ADRQUDcANEgISCgoO3A4KChEUDrkOEwWAzv6f/l7+n87OAWEBogFh++++DhMUDb4NFBMBZgJtDAYICAYM/ZMKDw8AAAAEAAAAAAYABUAADQAWAB8ASgAAJTURNSEVERUUFjsBMjYBMycmIyIGFBYkNCYjIg8BMzIFERQGKwERFAYjISImNREjIiY1ETQ2MyEiJjQ2MzIfATc2MzIWFAYjITIWA6D+wCQcwBwk/jjDfhorKDg4Atg4KCsafcIoAbASDmA4KPvAKDhgDhISDgG4XYODXWs9gIA9a12Dg10BuA4StDgB1MDA/iw4GRsbA2WhHzhQODhQOB+hoP7ADhL+YCg4OCgBoBIOAUAOEoO6g02lpU2DuoMSAAIAAAAABwAFgAAVAE4AAAA0JiMiBAYHBhUUFjMyNz4BNzYkMzIBFAcGAAcGIyInLgEjIg4CIyImJy4DNTQ+AjU0JicmNTQ+Ajc+BDc+BDMyHgIFACYarP7c43oTJhoYFRteFIkBB7YaAiYULv7r29bglIoPkhcQLys+HSspGQIIAwM+Sj4cAglXl75tN7SzspUnCicUIicYJz8gEAMmNCZjqYcVGBomExheE3xoAQZfYuD+wm1sLwVKQExAIyoEDgYNByNNNjoTBEQKMzVz0p93JBIPAwknJQonERcJXIR0AAAAAAIAAP8ABYAGAAAPADMAAAUVFAYjISImPQE0NjMhMhYBFA4FFRQXJxcuBDU0PgU1NCcXJx4EBYATDfrADRMTDQVADRP/ADFPYGBPMUMEAVqMiVo3MU9gYE8xQgMBWoyJWjegQA0TEw1ADRMTBBNOhF1TSEhbM2CAAQEpVHSBrGJOhF1TSEhbM16CAQEpVHSBrAAAAAADAAAAAAcABIAAEQAhADEAAAEmJxYVFAAgADU0NwYHFgQgJAA0JiMiBhUUFjI2NTQ2MzIAFAcGACAAJyY0NzYAIAAXBoCY5T3++f6O/vk95ZiFAZEB1AGR/bUcFH2zHCgcelYUA2wUjP4n/fL+J4wUFIwB2QIOAdmMAkDsdWh5uf75AQe5eWh17M3z8wI5KByzfRQcHBRWev7SRCPm/usBFuUjRCPlARb+6uUABQAA/6AHAATgAAkAGQA9AEMAVQAAJTcuATU0NwYHEgA0JiMiBhUUFjI2NTQ2MzIlFAcGAA8BBiMiJyY1NDcuAScmNDc2ACEyFzc2MzIeAxcWExQGBwEWBBQHBgcGBCM3NiQ3Jic3HgEXAitOV2I95ZinAokcFH2zHCgcelYUAYcBav5caTEKEgx6ECyP8VgUFJkBxgENWVs2ChIFGiQeIQMQJZ6CARgIAcAUJ0aW/nXeStQBaXlzpz9frznJjT/Aa3lodez+/gJuKByzfRQcHBRWeu8HAr39DLxZEEYKEgxLQdiJH0wf6wEQEWEQDBMSEwIK/jCL5TIB9i2ERiJAUay+hBLuvLNzcECyXwAAAAADABD/gAbwBgAADwAhADMAACU1NCYrASIGHQEUFjsBMjYDEzQnJisBIgcGFRMUFjsBMjYDARYHDgEjISImJyY3AT4BMhYEABMNwA0TEw3ADRMCEgoNC9wLDQoRFA65DhMNAwAjJRE7IvoAIjsRJSMDABE8Rjyhvg4TEw6+DhMTAYQBywwHCwsHDv43Cg0NA7D6gD8/HSIiHT8/BYAfJCQAAQAAAAAFbAVsADIAAAEWBg8BExYPAQYjIicmJwkBFxYPAQYrASYvAiYnJj8BNjMyHwEJASYnJj8BNhcFNz4BBWAsQEyhoAURgAcMBAMPBv7p/v01BQ1gCQ4CDwm9/AsCAQpgCQ4GAsIBA/4EDgMCC4AOEAKZoEzABWA0wEyh/UgTDmAGAQMNAfz+/cIRDmAJAgv8vQcQDQxhCQE1AQMBFwgQEAuADQWfoExAAA8AAP8ABoAGAAADAAcACwAPABMAFwAbAB8AIwAzADcAOwA/AE8AcwAAFyERIQEhESElIREhASERISUhESEBIREhASERIQEhESElIREhARE0JisBIgYVERQWOwEyNgEhESElIREhASERITcRNCYrASIGFREUFjsBMjYlERQGIyEiJjURNDY7ATU0NjsBMhYdASE1NDY7ATIWHQEzMhaAASD+4AFgAUD+wP6gASD+4AFgAUD+wP6gASD+4ALgAUD+wP6AAUD+wAMAASD+4P6AAUD+wP6gEw1ADRMTDUANEwLgASD+4P6AAUD+wAGAASD+4CATDUANExMNQA0TAYBMNPqANExMNIBeQkBCXgGAXkJAQl6ANEyAASD+4AEgQAFA/sABQEABIPwAASABwAEg/AABIEABQAIgASANExMN/uANExP8rQFAQAEg/uABIMABIA0TEw3+4A0TE037ADRMTDQFADRMYEJeXkJgYEJeXkJgTAAAAAMAAP+gBwAF4AASADcAcQAAAQYHLgQrASImPQE0NjsBMgAUBwEGIyImPQEiDgEuBic2Nx4EMyE1NDYzMhcBEhQHAQYjIiY9ASEiDgIHBgcOBisBIiY9ATQ2OwEyPgI3Njc+BjMhNTQ2MzIXAQKaPE0WHjMzSyzgDhISDuD6BQYJ/sAJDg0TIGo4WjRMMkI0Ohs7TRYeMzNLLAEAEg4MDAE/CQn+wAkODRP/ADBOPCoYIC4dKUM9V114ROAOEhIO4DBOPCoYIC4dKUM9V114RAEAEg4MDAE/BB9ctS03SCkdEg7ADhL8DhwJ/sAJEw3AAQEDBw4XIi49J120LTdIKR3ADhIK/sEDdxwJ/sAJEw3AHjw/Lj5tQlp4UFYzIRIOwA4SHjw/Lj5tQlp4UFYzIcAOEgr+wQAAAAEAAP8ABwAFAAAmAAAAEAIEIyInBgUGBwYmJzUmNiY+Ajc+BTcmAjU0PgEkMzIEBwDw/mT0RkvG/voxQREbBAMFAQoCDAIHMBUpGB4LnbWO8AFMtvQBnAMu/qT+2asIr0MOCAIWEgEEEAQPAw4CCDUXOC5IKFkBBpaC7axlqwAAAwAA/4AGAAWAACMAMwBDAAABFRQCBCAkAj0BNDYzITIWHQEUHgMyPgM9ATQ2MyEyFgERFAYjISImNRE0NjMhMhYFERQGIyEiJjURNDYzITIWBgDF/qH+SP6hxSYaAYAaJi88Ui4qLlI8LyYaAYAaJvwAJhr+gBomJhoBgBomBAAmGv6AGiYmGgGAGiYCwIDJ/r61tQFCyYAaJiYagDRMJhYEBBYmTDSAGiYmAmb+gBomJhoBgBomJhr+gBomJhoBgBomJgAAAAABAFoAFQamBCAAFAAAJQcGIicJAQYiLwEmNDcBNjIXARYUBpOmEzQT/e397RM0E6YTEwLmEzQTAuYTzaUTEwIT/e0TE6UTNRMC5RMT/RsTNQAAAAABAFr/4AamA+sAFAAACQEGIicBJjQ/ATYyFwkBNjIfARYUBpP9GhM0E/0aExOmEzQTAhMCExM0E6YTAtj9GxMTAuUTNROlExP97QITExOlEzUAAAACAAAAAAeABIAAJQBLAAAlFAYjISIuAzwBPQERIyImNTQ3ATYyFwEWFRQGKwERITIfARYBFAcBBiInASY1NDY7AREhIi8BJjU0NjMhMh4DHAEdAREzMhYFABMN/EAICwcEAsAaJg8BQBM8EwFADyYawAJAEAmgBwKAD/7AFDoU/sAPJhrA/cAQCaAHEw0DwAgLBwQCwBomIA0TBAoGEQYUAaABoCYaGBEBgBYW/oARGBom/oALwAoBlRgR/oAXFwGAERgaJgGADMAJCw0TBAoGEQYUAaD+YCYAAAAAAwAA/4AGgAUAAAcADwA6AAAkFAYiJjQ2MgQUBiImNDYyExEUBgcFFhUUByEyFhQGIyEiJjU0PgI3AyMiJjQ2MyEyHgQXITIWAoBMaExMaAPMTGhMTGjMIRj77A0YA5gaJiYa/AAaJhAQGwKxzBomJhoBABAZDgwEBwEEsRomNGhMTGhMTGhMTGhMA8D+ABglA3o8ChAwJjQmJhoLKR8xBQM3JjQmDRIfFSYHJgAAAAABAAAAAAaABYAAFAAAAREUBiMhIiY1ETQ2MyEyFh0BITIWBoCEXPtAXISEXAFAXIQCoFyEA6D9QFyEhFwDwFyEhFwghAAAAAACAAAAAAdXBYAAEwAqAAABFAcBDgEjISImNTQ3AT4BMyEyFgEVISIGBwEHNCY1ETQ2MyEyFh0BITIWB1cf/rArm0L7wCI1HwFQK5tCBEAiNf6p/MBezj3+rwUBhFwBQFyEAiBchAJIHyP+dDNHGh4fIwGMM0caATqgX0j+dAYEEQQDwFyEhFwghAAAAAEAQP8AAsAGAAAfAAAAFAYrAREzMhYUBwEGIicBJjQ2OwERIyImNDcBNjIXAQLAJhqAgBomE/8AEzQT/wATJhqAgBomEwEAEzQTAQAE2jQm/AAmNBP/ABMTAQATNCYEACY0EwEAExP/AAAAAAEAAAFABwADwAAfAAAAFAcBBiImPQEhFRQGIicBJjQ3ATYyFh0BITU0NjIXAQcAE/8AEzQm/AAmNBP/ABMTAQATNCYEACY0EwEAApo0E/8AEyYagIAaJhMBABM0EwEAEyYagIAaJhP/AAAAAAUAAP+ACAAFgAADAAcADQARABUAAAERIREBESERARUhETMRAREhEQERIRECgP8AAoD/AAUA+ACABQD/AAKA/wACgP4AAgACAPwABAD7gIAGAPqAA4D9AAMAAYD7gASAAAIAAP+ABgAFgAAwAEAAAAEGBzY3BgcmIyIGFRQXLgEnBhUUFyYnFRQWFwYjIiceARcGIyInFjMyPgM1NCc2AREUBiMhIiY1ETQ2MyEyFgUAOEFEGUFFPVxXewWB4k8dWy81ZEkdFg0aFWtEdJEaGJSucMSMZTEBPwEqqXf8QHepqXcDwHepA54ZCShNJg1Ce1cdEwd0YTI4cj0BGQJLdQ4IBD9SAVoDXkd3m6lUEgktAQL8QHepqXcDwHepqQAAAAEAAP+ABgAFgAAkAAABMhYVERQGKwERMzcjNTQ2Mzc1JiMiBh0BIxUzESEiJjURNDYzBOB3qal3vMce5S9Eej9ziKPIyP3sd6mpdwWAqXf8QHepAlPolDg4Ac8JoJKr6P2tqXcDwHepAAAAAAcAAP+ABwAFgAAPABcAGwAjACcALgA+AAAANCYjIgYVFBYyNjU0NjMyNhQGIiY0NjIBITUhABAmIAYQFiABITUhAyE9ASEHISURFAYjISImNRE0NjMhMhYDoBIOQl4SHBI4KA7yltSWltT8lgYA+gAEgOH+wuHhAT784QGA/oCABgD8xED9fAaASzX6ADVLSzUGADVLArIcEl5CDhISDig4CNSWltSW/MKAAR8BPuHh/sLhBAKA/sB2ioCA+wA1S0s1BQA1S0sAAgAA/0gGkwWAABUARwAAADQmIgYVFBcmIyIGFBYyNjU0JxYzMgEUBiMiLgInBxcWFRQGIyInAQYjIiY1NBIkMzIWFRQHATcuAzU0NjMyFx4EA0BwoHATKSpQcHCgcBMpKlADw2IRCSciKwNg3BxOKigc/WGwvaPNvgEyoKPNgwFjYAMuIiBiEQ0KBlBUWTkDsKBwcFAqKRNwoHBwUCopE/4AEWIgIi4DYNwcKCpOHAKfg82joAEyvs2jvbD+nWADKyInCRFiCgZNUlpCAAAAAAYAAP8PB4AF8AAHABEAGwB/AL0A+wAAADQmIgYUFjIBNCYiBhUUFjI2ETQmIgYVFBYyNgEVFAYPAQYHFhcWFRQHDgEjIi8BBgcGBwYrASImLwEmJwcGIyInJjU0Nz4BNyYvAS4BPQE0Nj8BNjcmJyY1NDc+ATMyHwE2NzY3NjsBMhYfARYXNzYzMhcWFRQHDgEHFh8BHgEBFRQHBgcWFRQHBiMiJicGIicOASMiJyY1NDcmJyY9ATQ3NjcmNTQ3PgIzMhYXNjIXNj8BMhcWFRQHFhcWERUUBwYHFhUUBwYjIiYnBiInDgEjIicmNTQ3JicmPQE0NzY3JjU0Nz4CMzIWFzYyFzY/ATIXFhUUBxYXFgOAltSWltQDlkxoTEtqS0xoTEtqS/6ADgmbCxUiOAcHF3cTCwpzJSgLDAcXugsSARciKXYHDQsKkAcKPhAXDJgKDg4JmwsVIjgHBxZ4EwsKcyIrCwwHF7oLEgEXIil2CAwLCpAHDDwPFwuYCg4CgJUMEjMEegIITA4UFBQOTAgCegQzEgyVlQ0RMwQEPjgCCEwOFBQUMykGBHgEMxENlZUMEjMEegIITA4UFBQOTAgCegQzEgyVlQ0RMwQEPjgCCEwOFBQUMykGBHgEMxENlQIW1JaW1Jb/ADRMTDQ1S0sENTRMTDQ1S0v+kLkKEwEYIykwQwsJDAcedwdaEwxsLxgPCpkKFVkHCIUbCQoOThYsJhgBEQu5ChMBGCMpMEMLCQwIHnYHWhIObC4YDwqZChVZBwiFGwgLEEwWMCIXAhH94IwQDxsZcRkEA0deFQICFV5HAwQZcRkbDxCMEA8dF3EZBAMCJCBdFQICRykCRgMEGXEXHQ8D8IwQDxsZcRkEA0deFQICFV5HAwQZcRkbDxCMEA8dF3EZBAMCJCBdFQICRykCRgMEGXEXHQ8AAAAAAgAA/4AHAAUAACUATwAAABAGBCMiJwYHBgcjIiYnJjQ+BTc+BDcuATU0NiQgBAEUBgceBBceBhQHDgEnJicmJwYjICcWMzIkNz4BNTQnHgEFgLz+u79WWnyaJDIDCxMCAQEDAgUDBgEFJBAdFQp8jrwBRQF+AUUCPI58ChUdECQFAQYDBQIDAQEDFAwyJJp8Wlb+8ck6HqEBKHR9hheBlgOL/ursiRBYKAkHEA0DBwYGBAcDBwEGJhUlKBhI0neL7ImJ/Yl40UgYKCUVJgYBBwMHBAYGBwMOEAEHCShYEIQEWlRc8IZNS0fWAAADAAD/gAYABgAABwA8AG0AACQ0JiIGFBYyATQmIyE0NjU0JiMOAgcGBw4GKwERMzIeBBcWOwEyNTQnPgE0JzY1NCYnPgE3FAcWFRQHFhUUBxYGKwIiJicmIyEiJjURNDYzITY3Njc+Ajc2MzIeARUUBzMyFgEAJjQmJjQEpk4y/qBgQGAaGCUpFjcEJhksJCknECAgDSUdLxcwBdODecAFHiMSNRQPICuAMQkmAzwBrI0kXWC7e3QW/uA1S0s1ARIkZToxGBcmKyczVIZGMLBomKY0JiY0JgKAM006yztiXhp2hSsXRAUyIDUjJBL9gAYHDwgRAkmnGh4QSUogMkUZPREBXCRZSiEkTUMVFmVNi6EtKyhLNQKANUsYg0s1GXmEKiVBinVdY5gAAAADAAD/AAYABYAABwA+AHEAAAA0JiIGFBYyATQmJz4BNTQnNjU0Jic2NTQmKwEiBw4FKwERMzIeBRcWFx4CFzI2NTQmNSEyNjcUBisBFhUUBw4BIyInLgMnJicmJyEiJjURNDYzITI3PgE7ATIWBxUWFRQHFhUUBxYBACY0JiY0BKYrIA8UNRIjHgViV4CD0wUwFy8dJQ0gIBAnKSQsGSYENxYpJRgaYEBgAWAyToCYaLAwIyOGVDMnIigLGBMwO2Uk/u41S0s1ASAWdIC+aXCMrQE8AyYJMQQmNCYmNCb+ACNcARE9GUUyHyYlSRAeGlVSSQIRCA8HBv2AEiQjNSAyBUQXK4V2Gl5iO8s6TTJnmGNddkRFQSUhYlNWFTJNgxhLNQKANUsoLCyeiQVNZRYVQ00kIUkAAAABAAD/rQNABeAAEgAAAREFBiMiJjU0NxMBJjU0NyUTNgNA/j8WEhUVAlb+lBk4AfbhEwXg+sXsDB0VBg4B9AFiGxUlCUkBxykAAAAAAgAA/4AHAAWAABwAOQAAATQuAyIOAgcGIicuAyIOAxUUFwkBNjcUBwEGIicBLgQ1NDYzMh4CFz4DMzIWBoArQ2BcaHhlSBgSPhIYSGV4aFxgQyu7AkUCRLyA5f2REjQS/ZAKI0w8L/7gPoFvUCQkUG+BPuD+A6xRfEkuEDNNQxwWFhxDTTMQLkl8Uai7/dACL7yo3eX9qBISAloIJF9kjkPc+CtJQCQkQEkr+AAAAAACAAAAAAYgBQAAKABAAAAlFBYOAiMhIiY1ETQ2MyEyFhUUFg4CIyEiBhURFBYzIToCHgMAFAcBBiImNREhIiY1ETQ2MyERNDYyFwECgAIBBQ8N/sB3qal3AUANEwIBBQ8N/sBCXl5CASABFAYRBgoEA6AT/eATNCb+QBomJhoBwCY0EwIgYAQgFRoNqXcCwHepEw0EIBUaDV5C/UBCXgIEBwsCMjQT/eATJhoBICYaAYAaJgEgGiYT/eAAAAQAAP+ABgAFgAADAA8AJQA1AAA3MxEjNy4BIgYVFBY7ATI2ATMRNCYjIgczNSMWAzMRNDc+ATMyFQERFAYjISImNRE0NjMhMhbt5+f2AUZ0SUc5ATtIAknnkniISQLnAwPnBw88LHQB1Kl3/EB3qal3A8B3qXoCttY0REQ0M0VF/KcBjpqedWVC/YwBhCYSIzGdAnP8QHepqXcDwHepqQACAAD/AASABYAACwAuAAABETQmIgYVERQWMjYBFAYjIQMOASsBIicDISImNTQ2MxEiJjQ2MyEyFhQGIxEyFgHgEhwSEhwSAqAmGv5TMwIRDAEbBUz+bBomnWM0TEw0AoA0TEw0Y50CoAHADhISDv5ADhIS/q4aJv4dDBEbAeUmGnvFAgBMaExMaEz+AMUAAAACAAAAAAcABgAAJwA/AAABERQGIyEiJjURNDYzITIWHQEUBiMhIgYVERQWMyEyNjURNDY7ATIWAREUBiIvAQEGIi8BJjQ3AScmNDYzITIWBYCpd/zAd6mpdwLADhISDv1AQl5eQgNAQl4SDkAOEgGAJjQTsP10ChoKcgoKAoywEyYaAgAaJgJg/sB3qal3A0B3qRIOQA4SXkL8wEJeXkIBQA4SEgNS/gAaJhOw/XQKCnIKGgoCjLATNCYmAAIAAAAABgAFAAAXAEAAAAAUBwEGIiY1ESEiJjURNDYzIRE0NjIXCQERFAYjISImNTQmPgIzITI2NRE0JiMhKgIuAzU0Jj4CMyEyFgSgE/3gEzQm/kAaJiYaAcAmNBMCIAFzqXf+wA0TAgEFDw0BQEJeXkL+4AEUBhEGCgQCAQUPDQFAd6kCmjQT/eATJhoBICYaAYAaJgEgGiYT/eABM/1Ad6kTDQQgFRoNXkICwEJeAgQHCwgEIBUaDakAAwAA/4AGgAWAAAYADQBJAAABJjUhFRQWJTUhFAc+ATcVFA4CBwYHDgEVFBYzMhYdARQGIyEiJj0BNDYzMjY1NCYnJicuAz0BNDYzITU0NjMhMhYdASEyFgHKSv8AvQTD/wBKjb2AU43NcSo1Jh09Q0t1Eg78wA4SdUtDPR0mNSpxzY1TOCgBIF5CAkBCXgEgKDgCjaLRYE6o9mDRoh2ozoBHkHRPBTYpIk0zNkpbRUAOEhIOQEVbSjYzTSIpNgVPdJBHgCg4YEJeXkJgOAAAAAkAAP+ABgAFgAAHAA8AFwAfACcALAAyAIEAkQAAATYnJgcGFxYnJgcGFxY3Nic2JyYHBhcWFzYmJyYGFxYXNicmBwYXHgE0IyIUNyYGFxY2ATQAIAAVFBIXFjY1NCcOAi4BJyYnLgM2MzIeARceATI2NzY3LgM1NDcmNzYWHwE2Mhc+AhcWBxYVFA4DBxYVFAYVFBY3NhIBERQGIyEiJjURNDYzITIWAgcEBwkFBAcJFwUHBgYHBQYvAgcHAQMHCBYCAQMGCAUGWwILCQQCCwkuDAo9AhYCAhQCgv7U/lj+1MSaEhEBBhM0LCsIFyICBQsDCw4GEioMECssIA4HGjFKSCc1GB0TRxkaOow6CyNMEx0YNRwrQD0mIwEREprEAQCpd/xAd6mpdwPAd6kBUAYHBwUGBwcuBwMECAgDBDEEBAIEBQMCEwEHAgcIBwZHBwQDBwcEAwQQEA8HBAcIBAFF1AEs/tTUp/71NAMQDDQrAQMBCR8aOw8BBQsIBwQbFhwcBwYvFgYZNWNGTzo+SgYbEBAREQcWHgZKPjpPOVc1JBAEH0AoYgIMEAM0AQsCh/xAd6mpdwPAd6mpAAQAAP+ABoAFwAAHAA8AJwA/AAAkNCYiBhQWMiQ0JiIGFBYyExEUBiMhIiY1ETQ2MyEeATMhMjY3ITIWAQYjIREUBiMhIiY1ESEiJyY3ATYyFwEWBQAmNCYmNAEmJjQmJjSmOCj6QCg4OCgBqxVjPQEAPWMVAasoOP67ESr/ACYa/wAaJv8AKhERHwHAEjYSAcAfJjQmJjQmJjQmJjQmASD+wCg4OCgBQCg4OEhIODgCYCj+QBomJhoBwCgnHgHAExP+QB4AAAAAAgAA/4AF/wWAADEAYwAAATQmJy4CNTQ2NTQnJiMiBiMiJiMiDgEHBgcOAhUUFhUUBhQWMzI2MzIWMzI3PgESNxQCBgcGIyImIyIGIyImNTQ2NTQmNTQ+Ajc2NzYzMhYzMjYzMhYVFAYVFB4CFx4BBX8OCwwKCAoKBAkTThQ86DsrZ0M4iUFgfzEZFhgWGGEZOeE5tWeB1XeAjPybfMo54jgYYRlJZRYZJEmAVk6awno85zoTTBRRSgoEAwwCEBICxiyLGx4cLRoXWxYlEgEJMBcYFjYxSenvgSigKRdXLB0WHyQt1wEUi6X+u/s3LB0db0kYWBcooSlv1c62QTs9TjAKZVQXWhcNGAkgBCidAAABAAAAAAWABYAATwAAARQGBwYHBiMiLgMnJicmACcmJy4ENTQ3Njc+ATMyFxYXHgIXHgIVFA4CFRQeAhceARceAzMyPgIzMh4BFx4CFxYXFgWAFAsVZV5cGzQ/H1AJYk1//u5PMCMDHgsSBzM4MhlXGw4HEiMLJiAPAx0OOUM5CgcVAUzEiQIiDhsJEjgyPBQOHSoEGTlGE0YGAwEoG1cZMjgzBxILHgMjME8BEn9NYglQHz80G1xeZRULFAMGRhNGORkEKh0OFDwyOBIJGw4iAonETAEVBwo5QzkOHQMPICYLIxIHAAAAAgAAAAAFgAWAAA8AHwAAASEiBhURFBYzITI2NRE0JhcRFAYjISImNRE0NjMhMhYEYPzAQl5eQgNAQl5e3ql3/MB3qal3A0B3qQUAXkL8wEJeXkIDQEJeoPzAd6mpdwNAd6mpAAIAAP+XBQAFgAAGACMAAAEhEQE3FwETMhceARURFAYHBiMiJwkBBiMiJy4BNRE0Njc2MwSA/AABp1lZAacMFxUhJychExkwI/5H/kckLxcVIScnIRUXBQD7JgGWVVX+agVaCQ04Ivr3IjgNCCABqP5YIQkNOCIFCSI4DQkAAAAAAgAA/4AGAAWAAEcAVwAAATQuBCcuAiMiDgIjIi4CJy4BJy4DNTQ+AjU0LgEnLgUjIgcOARUUHgQXFgAXHgUzMjY3NgERFAYjISImNRE0NjMhMhYFAAQgMS4tBgUcFgoPKyQpDQcTDBYDY444Ag0GBykxKQoUAwMYGhsXCgswNS5EBQUNBxICPAE5pAYwEikZJBA5kxUWAQCpd/xAd6mpdwPAd6kBVwsKFxsaGAMDFAopMSkHBg0CN49jAxYMEwcNKSQrDwoWHAUGLS4xIAQWFZM5ECQZKRIwBqT+xzwCEgcNBQVELjUDOfxAd6mpdwPAd6mpAAEALAAABlQFAAAxAAABBgcWFRQCDgEEIyAnFjMyNy4BJxYzMjcuAT0BFhcuATU0NxYEFyY1NDYzMhc2NwYHNgZUQ18BTJvW/tKs/vHhIyvhsGmmHyEcKypwk0ROQk4seQFbxgi9hoxgbWAlaV0EaGJFDhyC/v3ut22RBIoCfWEFCxexdQQmAyyOU1hLlbMKJiSGvWYVOXM/CgAAAAEAX/+AA78GAAAUAAABESMiBh0BIQMjESERIxEhNTQ2MzIDv51WPAElJ/7+zv8A/9CtkwX0/vhISL3+2P0JAvcBKNq6zQAAAAgAAP+nBgAFgABUAFwAZABrAHMAegCCAIgAAAAgBBIVFAAHBiY1NDY1NCc+BDU0JzYnJgYPASYiBy4CBwYXBhUUHgMXBgcOASImJy4BLwEiBh4BHwEeAR8BHgM/ARQWFRQGJyYANTQSEzYnJgcGFxYXNicmBwYXFhc2JyYHBhYXNicmBwYXFhc2JyYGFxY3NAciFRQ3MjcmBwYWNgIvAaIBYc7+2+gbGgE0OVthQSlPJS0caicmXcZdEDVyHC0lTylAYVs5JwoVMEJBFxM7FBQVEAYMBwcWKwoKDT5IQxYXARob6P7bzlUDCgoDAwoJIwcJCgYHCQokCQkICQkSMggMDAgJDQxBAxAPCBEPQxEQERA6AhAQBCAFgM7+n9H7/m9NBRgSA5M9YS0GGDZPg1V3V1txCSgYGBoaCyAtCXFbV3dVglA2GAYkQwoKKykgKAQDCQ4OBQUKOBcXJi8NAQQEJmUEEhgFTQGR+9EBYfx/BwUDBQcFBhoFCwkGBQsKJgcMDQcFGiQICwwJCAsMEAsFBBYEBgcNAgsNAhULAgMYCAAAAAEAAAAABoAFgAAlAAABERQGKwEiJjURNCYiBh0BMzIWFREUBiMhIiY1ETQ2MyE1NAAgAAaAJhpAGiaW1JZgKDg4KPxAKDg4KAKgAQcBcgEHA8D/ABomJhoBAGqWlmrAOCj9wCg4OCgCQCg4wLkBB/75AAAABQAA/4AHgAWAAA8AGQAjACcAKwAAATIWFREUBiMhIiY1ETQ2MxUiBh0BITU0JiMRMjY1ESERFBYzNzUhFTM1IRUG4EJeXkL5wEJeXkINEwaAEw0NE/mAEw1gAQCAAYAFgF5C+0BCXl5CBMBCXoATDeDgDRP7ABMNAmD9oA0TgICAgIAAAwAAAAAFgAWAAAcAIQA9AAAAFAYiJjQ2MgEWBwYrASImJyYAJy4BPQE0NzY7ARYEFxYSBRYHBisBIiYnJgIAJCcuAT0BNDc2OwEMARcWEgGAcKBwcKACcAITEh2HGSQCFv675RkhFREaBaABJHFyhwINAhQSHI8aJQEMsv7j/n3XGSMUEhoDAQYB37q71gEQoHBwoHD+xRwUFSEZ5QFFFgIkGYcdEhENh3Jx/tyiGxQUIxnXAYMBHbINASUZjxwSEg3Wu7r+IQAFAAAAAAYABQAABwAPAB8AKQA/AAAAFAYiJjQ2MgQUBiImNDYyFxE0JiMhIgYVERQWMyEyNgEhAy4BIyEiBgcBERQGIyEiJjURNDcTPgEzITIWFxMWBBAvQi8vQgEvL0IvL0KfEw37QA0TEw0EwA0T+zIEnJ0EGA788g4YBASxXkL7QEJeEMURXDcDDjdcEcUQAWFCLy9CLy9CLy9CL/ABQA0TEw3+wA0TEwHtAeINEREN/X7+wEJeXkIBQBkyAl41QkI1/aIyAAIAAP+DBwAFgAAuADQAAAEyFhQGIxEUBiMAJQ4BFhcOAR4CFw4BJicuBDY3IyImPQE0NjMhIAEyFhUDEQAFEQQGgDVLSzVMNP5f/nU6QgQmFAYSMS8mHaWsLgctExsDChF6Ql5eQgHgAbMBzTRMgP52/ooBeQOAS2pL/oA0TAFbIRNeaychQTM7KR46MhsqF4E8dlRxNl5CwEJeAYBMNPwkA7r+0in+8ioAAAADAED/AAbABgAACwAZAEEAAAQ0IyImNTQiFRQWMwEhABE0LgIiDgIVEAEUBiMhFAYiJjUhIiY1PgQ1NBI3JjU0NjIWFRQHFhIVFB4DA5AQO1UgZ0n9dgUU/vYwWpm6mVowBMBMNP5AltSW/kA0TDJSWD0n6r4IOFA4CL7qJz1YUrAgVTsQEElnATABLAIUM2xiPz9ibDP97P7UNExqlpZqTDQqXJOq8ouYAQUcExQoODgoFBMc/vuYi/Kqk1wAAAABAAL/gAX+BX0ASQAAARcWBwYPARcWBwYvAQcGBwYjIi8BBwYnJi8BBwYnJj8BJyYnJj8BJyY3Nj8BJyY3Nh8BNzY3Nh8BNzYXFh8BNzYXFg8BFxYXFgcFYIoeCgwovDUMHx0pujAKKQwHHxSHhxwqKQowuikdHww1vCgMCh6Kih4KDCi8NQwfHSm6MAopKR2Hhx0pKQowuikdHww1vCgMCh4CgIccKikKMLopHR8MNbwoDAIWiooeCgspvDUMHx0pujAKKSoch4ccKikKMLopHR8MNbwpCgwfi4seCwopvDUMHx0pujAKKSocAAMAAP+ABwAFgAAHADUAaAAAJDQmIgYUFjIBNCYjITQ+AjU0JiMiBwYHBgcGBwYrAREzMh4BMzI1NCc+ATQnNjU0JichMjY3FAYrAQYHFhUUBxYGIyInJiMhIiY1ETQ2MyEyPgU3Njc+BDMyFhUUByEyFgEAJjQmJjQFpk4y/cAeJB5ZRxhCGA0oSEceRUcgIEi+xVG9BR4jEjUUDwFLNEyAl2mpBCEDPAGsjYW9pDv+4DVLSzUBIAoXGBUbDhgCQSMNKCIvPyZ9oxYBdmiYpjQmJjQmAoAzTRQ5NVMrQz2LLBVAUVEZOf2AQECnGh4QSUogMkUZPRFMNWmYPjkVFmVNi6FFO0s1AoA1SwkTERwPHANKNxVSPkAjhnpEPJgAAAMAAP+ABwAFgAA1AD0AcQAAJTMRIyIuAicmJyYnJicuBCMiBhUUHgIVISIGFRQWMyEOARUUFwYUFhcGFRQWMzI+ASQ0JiIGFBYyExEUBiMhIgcGIyImPwEmNTQ3JicjIiY1NDYzISY1NDYzMh4DFxYXHgYzITIWBWAgICNBPCgdCARIKA4YARMSFhUIR1keJB79wDJOTDQBSw8UNRIjHgRhV1TGvgFoJjQmJjSmSzX+4Dukvn+OsAEBPQMhBKlpl5hoAXYWo30mPy8iKA0jQQIYDhsVGBcKASA1S4ACgBgyKiEJBVFAFi4DJyEmFz1DK1M1ORRNMzRMET0ZRTIgSkkQGCBVUkBAJjQmJjQmAoD9gDVLO0WbjAVMZhYVOT6YaWeYPER6hiNAPlIVN0oDHA8cERMJSwAAAAMAAP8ABgAGAAAHADUAaAAABDQmIgYUFjITNCMiBy4BIgcmIyIGBxE0JiMiBhURIi4CIyIGFRQXFhcWFxYXFh0BITU0PgE3FAcGFREUBiMhIiY1ETQuBScmJy4ENTQ2MzIXETQ2MzIWHQEWFzYzMhc2FgUAJjQmJjSmpxoeEElKIDJFGT0RTDQzTRQ5NVMrQz2LLBVAUVEZOQKAQECARTtLNf2ANUsJExEcDxwDSjcVUj5AI4Z6RDyYZ2mYPjkVFmVNi6FaNCYmNCYDPL0FHiMSNRQPAUs0TE4y/cAeJB5ZRxhCGA0oSEceRUcgIEi+xVaFvaQ7/uA1S0s1ASAKFxgVGw4YAkEjDSgiLz8mfaMWAXZomJdpqQQhAzwBrAAAAAMAAP8ABgAGAAA0ADwAcAAAATQuAT0BIRUUDgIHBgcGBwYHDgQVFBYzMj4CMxEUFjMyNjURFjMyNxYyNjcWMzI2AjQmIgYUFjIBFAYvAQYjIicGBxUUBiMiJjURBiMiJjU0PgM3Njc+BjURNDYzITIWFREUFxYFgEBA/YAYMiohCQVRQBYuAychJhc9QytTNTkUTTM0TC45RTIgSkkQGCBVUoAmNCYmNAEmm4wFTGYWFTZBmGlnmDZKeYcjQD5SFTdKAxwPHBETCUs1AoA1SztFAkBUxr5IICAjQTwoHQgESCgOGAETEhYVCEdZHiQe/cAyTkw0AUsjNRIjHgRhAz00JiY0Jv1EjrABAT0DHgepaZeYaAF2FqN9Jj8vIigNI0ECGA4bFRgXCgEgNUtLNf7gO6S+AAAAAAIAAP+ABgAFgAAfACsAAAE1NCYjITc2NC8BJiIHAQcGFB8BARYyPwE2NC8BITI2ABACBCAkAhASJCAEBQAmGv4KvRMTWxI2Ev6WWxISWwFqEjYSWxISvQH2GiYBAM7+n/5e/p/OzgFhAaIBYQJAgBomvRM0E1sSEv6WWxI2Elv+lhISWxI2Er0mASv+Xv6fzs4BYQGiAWHOzgAAAAIAAP+ABgAFgAAfACsAAAA0LwEBJiIPAQYUHwEhIgYdARQWMyEHBhQfARYyNwE3JBACBCAkAhASJCAEBQUSW/6WEjYSWxISvf4KGiYmGgH2vRMTWxI2EgFqWwENzv6f/l7+n87OAWEBogFhAmU2ElsBahISWxI2Er0mGoAaJr0TNBNbEhIBalv+/l7+n87OAWEBogFhzs4AAgAA/4AGAAWAAB8AKwAAADQnAScmIg8BAQYUHwEWMj8BERQWOwEyNjURFxYyPwEkEAIEICQCEBIkIAQFBBL+llsSNhJb/pYSElsSNhK9JhqAGia9EzQTWwEOzv6f/l7+n87OAWEBogFhAmY2EgFqWxISW/6WEjYSWxISvf4KGiYmGgH2vRMTW/3+Xv6fzs4BYQGiAWHOzgACAAD/gAYABYAAHwArAAAANC8BJiIPARE0JisBIgYVEScmIg8BBhQXARcWMj8BAQAQAgQgJAIQEiQgBAUEElsSNhK9JhqAGia9EzQTWxISAWpbEjYSWwFqAQ7O/p/+Xv6fzs4BYQGiAWECZDYSWxISvQH2GiYmGv4KvRMTWxI2Ev6WWxISWwFqAP/+Xv6fzs4BYQGiAWHOzgAAAAADAAD/gAYABYAACwHYAhgAAAAgBBIQAgQgJAIQEgEOAQcyPgE3Njc2NzYXJjY3PgE/AQYmJxQHNCYGJy4CJy4BJy4DIg4BIyYOAgcOAQc2JyYHNiYnMy4CJy4BBwYeARUWBhUUFgcOAQcGFhcWDgIPAQYmJyYnJgcmJyYHNicmBz4BNTY3PgIjFjc+ATc2HgEzFjYnFicmJyYHBhcmDgEnLgEnIgc2Jic2Jy4BBw4BHgIXFgcOAgcGFgcuAScWLwEiBiYnJjc2Fy4BJwYHFjc+ATc2FzcWFyYHBgcWBy4CJyIHBgcWFx4CNxYHNhcWFxYHLgEHBhY3IgYUBxcGFjcGFxYXHgIXHgEXBhYHIgYjHgEXHgI3NicmJy4BJzIeAgcGHgIXHgEjMhYXHgEXHgMXHgEXFjI2NzYWFxY3Bh4CFx4BFzY3BhY3NjUGJzQuAjYzMjYmJy4BJwYmJxQGFSInPgE3PgMmBwYHDgIHBiYnLgE1ND4BJz4BNz4BFjY3JicmIxY2FxY3NCY3FjceARceAjY3FhcWFxY+ASYvATQ1Jy4BNjc+Ajc2JzI3Ii4BIzYnPgE3Fjc2Jz4BNxY2NDc+AT8BNiMWNzYnNiYnNhY3NicmAzY3LgEnJic2LgInLgMGIwcOAxcmJy4CBgcOAQcmNicmDgQHDgEHLgE1HgEXFgcGBwYXFAYXFAIvAaIBYc7O/p/+Xv6fzs4DRAIPBgIFBQEGEA4mIhECFwMDGAMCDAsBBgkOAgoKBgECDwIBAwMFBggHAQMGAwYCAwsDDxAKBgkDBwUBDxQDCDQHBQEHAQ0cBAMaAwUHBwIBBgUEAwsTBAcJFwYFJBkhBgYHDAMCAwkBDAcDIw8FDQQJChMFDgMJDAkEBAwPCAoBERAIAQkFCAgDHAoTGwcbBgUBCwoNAg4GAg0KAQMGBQUIAwcgCgQYEQUEBAEDBA4DLjAGBgUQAiIIBQ4GBxcUAgcCBA8OCBAGklkHBQQCAwoJBgErEwIDDQEQAQMHBwcFAQIDEQ0NIQYCAxIMBAQMCAIXAQEDAQMZAwECBAYCGg8CAwUCAggJBgEDCg4UAgYQCAkWBgUGAgINDBQDBRsICgwRBQ8cByQTAgULBwIFGgUGAQMUCA4fEgUDAgIECQIGAQEUAgUWBQMNAgEDAgEJBgILDBMHAQQGBgciBw0TBQEGAwwEAgUEBAEBAwMBBysGDwcFAgUYAxkFAwgDBwUKAgsIBwgBAQEBAQ8HCgoBDhEEFQYHBAEIBwEJBwUFBQkMCAcFHwMHAgMEFgIRAwMSDQoQAwwJAxECDxYRvc6RAxMDEgYBBwkQAwIKBAsGBwMDBQYCARUPBQwJCwYFAgEHDgUDDwkOBA0CAwYCAhMCBAMHExsCBBAQAQWAzv6f/l7+n87OAWEBogFh/sUBEQEKDAEHCAYGCBMCFgECBQUWARANAgYHAgQBAwkYAwUMBAIHBgUKCgIBAQUBAgIBBQYEAQQQBgQJCAIFCQQGCRMDBg4FBxENCBAECBUGAgQFAwICBRYPGQUICQ0NCQUBDg8DBhcCDQoBDwwEDwUYBQYBCgEYCAESBwIECQQEARcMCwEZAQ8IDgEMDwQCBQcJBwQEAQoEAQUEAgQUBAUZBAkDAQQCBwgMBAIDDQIPGgECAgkBDgcFEAkEAwYGDAYDDggBAVCOBwEBEAYGCAsBHBEECwcCDgMFGwEgJwQBDC0DAygIAQILCQYFIwYGHAkCBw4GAw4IAhQqGQQFFQQDBAQBBxUQFgIGGxUJCCQGBw0GCgICEQMEBQECIgQTCAENEgsDBhIGBAUIGAIDHQ8hAQkICQYHEgQIGAMJAggBCQIBAx0IBBANDAcBARMDDwgDAwIECCoQCiEREAIPAwEBAQQEAQIDAwkGCw0BEQUbEgMEAwIHAgMFDgooBAMCEQsHCAkJCAMSEwkBBQgEExAJBgQFCwMQAgwKCAgHBwYCCBAEBQgBCwQCDQsJBgcCAQECCgYF/IIkmQMDAgcBBwwGCgICCAMGAgEBAwMDAREFAQkFAgYFFAMFGQYGAwYLAgkDBBADBAUDCjINHxEZDxYEBxsIBgAAAwAV/xUGfgWAAAcAFQAvAAAkNCYiBhQWMgkBBiMiLwEmNTQ3AR4BARQHDgEjIgAQADMyFhcWFAcFFRc+AjMyFgGAJjQmJjQCqv1WJTU0J2omJgKpJ5cC3Bcv6425/vkBB7k6fywQEP7bwQWUewkPESY0JiY0JgHk/VYlJWwkNjUmAqlilwGMJ0OGpwEHAXIBByEeCyILqeBrA1tHFAAAAAYAAAAABwAFgAADAAcACwAbACsAOwAAJSE1IQEhNSEBITUhAREUBiMhIiY1ETQ2MyEyFhkBFAYjISImNRE0NjMhMhYZARQGIyEiJjURNDYzITIWBAACgP2A/oAEAPwAAoABgP6AAgAmGvmAGiYmGgaAGiYmGvmAGiYmGgaAGiYmGvmAGiYmGgaAGiaAgAGAgAGAgPxA/wAaJiYaAQAaJiYB5v8AGiYmGgEAGiYmAeb/ABomJhoBABomJgAAAQAF/4AFewUAABUAAAEWBwERFAcGIyInASY1EQEmNzYzITIFexEf/hMnDQwbEv8AE/4THxERKgUAKgTZKR3+E/0aKhEFEwEAExoB5gHtHSknAAAABAAAAAAHAAYAAAMAFwAbAC8AAAEhNSEBERQGIyEiJjURIRUUFjMhMjY9ASMVITUBESERNDYzITU0NjMhMhYdASEyFgKAAgD+AASAXkL6QEJeAqAmGgFAGiZg/wAEAPkAXkIBYDgoAkAoOAFgQl4FAID9AP4gQl5eQgHgoBomJhqggIAB4P6AAYBCXqAoODgooF4AAAEAAP+ABgAFgABHAAAJAjc2FxYVERQGIyEiJyY/AQkBFxYHBiMhIiY1ETQ3Nh8BCQEHBiMiJyY1ETQ2MyEyFxYPAQkBJyY3NjMhMhYVERQHBiMiJwUD/p0BY5AdKScmGv5AKhERH5D+nf6dkB8RESr+QBomKCcekAFj/p2QExoMDCgmGgHAKhERH5ABYwFjkB8RESoBwBomJw0MGhMD4/6d/p2QHxERKv5AGiYoJx6QAWP+nZAeJygmGgHAKhERH5ABYwFjkBMFESoBwBomKCcekP6dAWOQHicoJhr+QCoRBRMAAAYAAP8AB4AGAAARADEAOQBBAFMAWwAAAQYHIyImNRAzMh4BMzI3BhUUARQGIyEiJjU0PgUzMh4CMj4CMzIeBQAUBiImNDYyABAGICYQNiABFAYrASYnNjU0JxYzMj4BMzICFAYiJjQ2MgJRomeGUnB8Bkt4O0NCBQSAknn8lnmSBxUgNkZlPQpCUIaIhlBCCj1lRjYgFQf8AJbUlpbUA1bh/sLh4QE+AyFwUoZnolEFQkM7eEsGfICW1JaW1AKABXtRTgFhKisXJR2L/Q54i4t4NWV1ZF9DKCs1Kys1KyhDX2R1ZQUy1JaW1Jb+H/7C4eEBPuH9n05RewV1ix0lFysqAWrUlpbUlgAAAAADABD/kAZwBfAAIQBDAGkAAAE0LwEmIyIHHgQVFAYjIi4DJwYVFB8BFjMyPwE2ATQvASYjIg8BBhUUHwEWMzI3LgQ1NDYzMh4DFzYAFA8BBiMiLwEmNTQ3JwYjIi8BJjQ/ATYzMh8BFhUUBxc2MzIfAQWwHNAcKCoeAyALEwc4KA8ZGgwfAyEczhspKByTHP1BHM4cKCcdkxwc0BspKh4DIAsTBzgoDxkaDB8DIQN/VZNTeHlTzlNYWFZ6eFTQVFWTU3h5U85TWFhWenhU0AFAKBzQHCADHwwaGQ8oOAcTCyADHyooHM8bGpIcAugoHM8cG5IcJygc0BsfAx8MGhkPKDgHEwsgAx/94fBTklNVz1N4e1ZYWFTQVPBTklNVz1N4e1ZYWFTQAAEAAAAAB4AFgAAbAAABFAYjISIANTQ2NyY1NAAzMgQXNjMyFhUUBx4BB4Dhn/vAuf75jnQCASzUngEBO0ZgapYpgagBgJ/hAQe5hNs2HA/UASywjj6Waks/HtEAAgBz/4AGDQWAABcAIQAAJRYGIyEiJjcBESMiJjQ2MyEyFhQGKwERBQEhASc1ESMRFQX3OEVq+4BqRTgB90AaJiYaAgAaJiYaQP7s/vACyP7wFIBYWX9/WQMZAY8mNCYmNCb+cUT+UwGtHyUBj/5xJQAAAAAHAAH/gAcABQAABwBOAFwAagB4AIYAjAAAADIWFAYiJjQFARYHBg8BBiMiJwEHBgcWBw4BBwYjIicmNz4BNzYzMhc2PwEnJicGIyInLgEnJjY3NjMyFx4BFxYHFh8BATYzMh8BFhcWBwU2JicmIyIHBhYXFjMyAz4BJyYjIgcOARcWMzIBFzU0PwEnBw4BBw4BBx8BAScBFQcXFhceAR8BATcBBwYHA6Y0JiY0JgFsAfscAwUegA0QEQ79Tm4IBA4EB2JThJGIVloLB2JShJJTRAkNenoNCURTkoRSYgcFKStViZGEU2IHBA4ECG4Csg4REA2AHgUDHPtcLjJRXGRKJy4yUVxkSi5RMi4nSmRcUTIuJ0pkAQ5gIQ5PGgMOBQIEAddgAuCA/QCgCQIFBA4EGgNggP34sQILAoAmNCYmNBr+chQkIxBABwgBg0IEATEwTY01VE5Ue0yONVQfDQlJSQkNH1Q1jkw7bCdPVDSOTTAxAQRCAYMIB0AQIyQUiiqEMzskKoQzO/07M4QqJDszhCokAqA6CyQUCC8aAxAEAgMB6SACQED+UXFgCAIEBBAEGv7AQAGYigMEAAAFAAD/AAcABgAAHwAiACUAMwA8AAABMhYVERQGIyEiJjURISImNRE0NjcBPgEzITIWFRE2MwcBIQkBIRMBESERFAYjIREhETQ2AREhERQGIyERBqAoODgo/EAoOP3gKDgoHAGYHGAoAaAoOEQ8gP7VASv9gP7VASvEATz+gDgo/mACACgD2P6AOCj+YASAOCj7QCg4OCgBIDgoAqAoYBwBmBwoOCj+uCjV/tUCq/7V/qQBPAGg/mAoOP2AAQAoYPz4BID+YCg4/YAAAAABAAT/hAV8BXwAPwAAJRQGIyInASY1NDYzMhcBFhUUBiMiJwEmIyIGFRQXARYzMjY1NCcBJiMiBhUUFwEWFRQGIyInASY1NDYzMhcBFgV8nnWHZPz3cdyfnnMCXQo9EA0K/aJPZmqSTAMIP1JAVD/9uxoiHSYZAZoKPhAMCv5mP3JSWD0CRWSXdZ5kAwhznJ/ecf2iCgwQPQoCX02WamlM/Pc/VEBSPwJFGCYdIBv+ZgoMED4KAZo9WFJyP/27YgAEAAD/gAYABYAAAwAhADEARQAAKQERIQEzETQmJwEuASMRFAYjISImNREjETMRNDYzITIWFQERNCYrASIGFREUFjsBMjYFERQGIyEiJjURNDYzITIWFwEeAQGAAwD9AAOAgBQK/ucKMA84KP3AKDiAgDgoA0AoOP6AEw3ADRMTDcANEwKAOCj6wCg4OCgDoChgHAEYHCgBgP6AA4AOMQoBGQoU/mAoODgoAaD7AAGgKDg4KAIAAUANExMN/sANExMT/GAoODgoBUAoOCgc/ugcYAAAAAEAAP+ABgAFgAAPAAABERQGIyEiJjURNDYzITIWBgCpd/xAd6mpdwPAd6kEYPxAd6mpdwPAd6mpAAAAAAMAAAAABgAFAAAPAB8ALwAAJRUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWBgAmGvqAGiYmGgWAGiYmGvqAGiYmGgWAGiYmGvqAGiYmGgWAGibAgBomJhqAGiYmAeaAGiYmGoAaJiYB5oAaJiYagBomJgAGAAD/wAcABUAABwAPAB8AJwA3AEcAACQUBiImNDYyEhQGIiY0NjIBFRQGIyEiJj0BNDYzITIWABQGIiY0NjIBFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFgGAcKBwcKBwcKBwcKAF8BMN+0ANExMNBMANE/qAcKBwcKAF8BMN+0ANExMNBMANExMN+0ANExMNBMANE9CgcHCgcAGQoHBwoHD9oMANExMNwA0TEwPjoHBwoHD9oMANExMNwA0TEwHzwA0TEw3ADRMTAAAAAAYAD/8ABwAF9wAeADwATABcAGwAfAAABRQGIyInNxYzMjY1NAcnPgI3NSIGIxUjNSEVBx4BExUhJjU0PgM1NCYjIgcnPgEzMhYVFA4CBzM1ARUUBiMhIiY9ATQ2MyEyFgEVITUzNDY9ASMGByc3MxEBFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFgF9bVFqQjkxOR0raRoIMSQTEEEQagFNXzM8Av6WBi9CQi8dGS4jVRhfOklkRFJFAX8F6hMN+0ANExIOBMANE/qA/rFrAQIIKkeIagXsEw37QA0TEg4EwA0TEw37QA0TEw0EwA0TVFBcQlgtHRxACDgKQykSAQI1mFhzDEoCQJ8kEjNUNCssFxkbOjszOVNHMlMuNxk8/sHADRMTDcAOEhMDdmNjKaEpDBElTH/+bP59wA0TEw3ADhITAfPADRMTDcANExMAAAAAAwAA/4AHAAWAAA8ANQBlAAABMhYdARQGIyEiJj0BNDYzJSYnJjU0NzYhMhcWFxYXFhUUDwEvASYnJiMiBwYVFBcWFxYXFhcDIRYVFAcGBwYHBgcGIyIvASYnJj0BNCcmPwE1Nx4CFxYXFhcWMzI3Njc2NTQnJgbgDhISDvlADhISDgHDHBcwhoUBBDJ1Qm8KCw4FDFQOMjVYenJEQ0JC1UVoOiXsAZsHKRcwJUhQSVB7clGMOQ8IAgEBAmYPHg8FIy0rPjtJQEtNLS9RIgKAEg5ADhISDkAOEkAjLWJatYB/EwwkJlB7PBIbAwYClThbOzpYSUNDPhQuHBj/ACc1b2U4MCMuMBIVFygQDAgODWwwHiYlLAIiSiYIOSUkFRYbGjw9RFRJHQACAAD/gAYABYAAYwBzAAATJi8BNjMyFxYzMjc2NzI3BxcVBiMiBwYVFBYVFxMWFxYXFjMyNzY3Njc2NzY1NC4BLwEmJyYPASc3MxcWNxcWFRQHBgcGBwYVFBYVFhMWBwYHBgcGBwYjIicmJyYnJjURNCcmATU0JiMhIgYdARQWMyEyNjAlCAMNGzw0hCJWUnQeOB4BAjxAPBMNAQEOBi0jPVhZaFc4KzARJBEVBw8GBAUTIitkDgJUzUx4EgYELSdJBg8DCA4GFQ8aJkpLa22Sp3V3PD0WEBEZBVYSDvpADhISDgXADhIFIQICWAEEBwMEAQIOQAkJGQ52DScG5f7ofE47IS8cEiEkHDg6SZxPYpNWO0MVIwECA1YKAw0CJg0HGAwBCwYPGgcoCxP+h8NtTC5BOjkgIS4vS0x3UJ0BTbwZJPqCQA4SEg5ADhISAAAKAAAAAAaABYAADwAfAC8APwBPAF8AbwB/AI8AnwAAJTU0JiMhIgYdARQWMyEyNhE1NCYjISIGHQEUFjMhMjYBNTQmIyEiBh0BFBYzITI2ATU0JiMhIgYdARQWMyEyNgE1NCYjISIGHQEUFjMhMjYBNTQmIyEiBh0BFBYzITI2ATU0JiMhIgYdARQWMyEyNgE1NCYjISIGHQEUFjMhMjYRNTQmIyEiBh0BFBYzITI2ExEUBiMhIiY1ETQ2MyEyFgIAEg7+wA4SEg4BQA4SEg7+wA4SEg4BQA4SAgASDv7ADhISDgFADhL+ABIO/sAOEhIOAUAOEgIAEg7+wA4SEg4BQA4SAgASDv7ADhISDgFADhL+ABIO/sAOEhIOAUAOEgIAEg7+wA4SEg4BQA4SEg7+wA4SEg4BQA4SgF5C+sBCXl5CBUBCXqDADhISDsAOEhIBjsAOEhIOwA4SEv6OwA4SEg7ADhISAw7ADhISDsAOEhL+jsAOEhIOwA4SEv6OwA4SEg7ADhISAw7ADhISDsAOEhL+jsAOEhIOwA4SEgGOwA4SEg7ADhISAU77wEJeXkIEQEJeXgAAAAYAG/+bBoAGAAADABMAGwAjACsAMwAACQEnASQUBwEGIi8BJjQ3ATYyHwElFw8BLwE/AQEXDwEvAT8BARcPAS8BPwEBFw8BLwE/AQSmASVr/tsCKhL6+hI2EsYSEgUGEjYSxvrLYmIeHmJiHgF8xMQ8PMTEPAPeYmIeHmJiHv2eYmIeHmJiHgO7ASVr/tvVNhL6+hISxhI2EgUGEhLGkR4eYmIeHmL+/Dw8xMQ8PMT9Xh4eYmIeHmICHh4eYmIeHmIAAAAEAED/gAcABQAABwAQABgATQAAJDQmIgYUFjIBIREjIg8BBhUANCYiBhQWMgERFA4EJiMUBiImNSEUBiImNSMiBi4ENTQ2MxE0Jj4DPwE+ATsBNTQ2MyEyFgKATGhMTGj+zAGAng0JwwkFAExoTExoAUwIEw4hDCcDltSW/oCW1JZAAycMIQ4TCCYaAQEECRMNxhM/G6AmGgQAGiZMaExMaEwCgAEACcMJDf2uaExMaEwEwPwADxcOCQMBAWqWlmpqlpZqAQEDCQ4XDxomAUAINhYvGyINxhMawBomJgAAAAEAAP+ABgAFgABKAAAAEAIEIyInNjc2Nx4BMzI+ATU0LgEjIg4DFRQWFxY3PgE3NicmNTQ2MzIWFRQGIyImNz4CNTQmIyIGFRQXAwYXJgI1NBIkIAQGAM7+n9FvazsTCS0Uaj15vmh34o5ptn9bK1BNHggCDAIGETPRqZepiWs9Sg4IJRc2Mj5WGWMRBM7+zgFhAaIBYQNR/l7+n84gXUcisSc5ifCWcsh+OmB9hkNoniAMIAcwBhcUPVqX2aSDqu5XPSN1WR8yQnJVSTH+XkZrWwF86dEBYc7OAAABAAD/gAYABYAATAAAATIWFREUBiMhNjc2Nx4BMzISNTQuAiMiDgMVFBYXFjY3Njc2JyY1NDYzMhYVFAYjIiY3PgI1NCYjIgYVFBcDBhcjIiY1ETQ2MwTgd6mpd/0rVRcJLBVpPLXlRnu2ami1fVorT00NFQQKBQYRMs+nlaeHajxKDgglFjUxPVUYYhgRt3epqXcFgKl3/EB3qXpYIq8nOAEn4lSdeUk5YHuFQmacIAUKDiwRFxM+WJbVooGo7Fc8InVXHzFBcVNIMf5iZJqpdwPAd6kAAAADAAD/gAYABYAAGwAnADcAAAE0JyEVMw4DIyImNDYzMhc3JiMiBhAWMzI2JTM1IzUjFSMVMxUzAREUBiMhIiY1ETQ2MyEyFgOVBv6W2QMbMFU2Y4yMY1w9aGyVoODgoKXLAVltbW5ubm4BEql3/EB3qal3A8B3qQJ3GiaEGDQ2I47IjjtlZOH+wuHSd25ubm5uAoX8QHepqXcDwHepqQAAAgAA/6MJAAVdACMALwAAARQCBCMiJCYCEBI2JDMgFwcmIyIOARQeATMyPgM3ITUhFiUVIxUjNSM1MzUzFQWdrv6+0JX+8MR0dMQBEJUBHs3Hda970Xp60XtTi1pDHwb+YAK0DANj0dLR0dICb9D+u7d0xAEQASoBEMR0wL9xfNX81XwuRVhOI/w/P9LR0dLR0QAAAAQAAAAAB4AFAAAMABwALAA8AAABITUjESMHFzY3MxEjJBQOAiIuAjQ+AjIeAQERIiY1IRQGIxEyFhUhNDYTERQGIyEiJjURNDYzITIWAwABgIBylE0qDQKAAgAqTX6Wfk0qKk1+ln5NAipqlvuAlmpqlgSAluomGvkAGiYmGgcAGiYBgGABwIlQJRT+4OaMkHxOTnyQjJB8Tk58/ioCAJZqapb+AJZqapYDQPuAGiYmGgSAGiYmAAABAAABQAQAA4AADQAAABQHAQYiJwEmNDYzITIEABP+QBM0E/5AEyYaA4AaA1o0E/5AExMBwBM0JgAAAAABAAABAAQAA0AADQAAABQGIyEiJjQ3ATYyFwEEACYa/IAaJhMBwBM0EwHAAVo0JiY0EwHAExP+QAAAAAABAEAAgAKABIAADQAAAREUBiInASY0NwE2MhYCgCY0E/5AExMBwBM0JgRA/IAaJhMBwBM0EwHAEyYAAAABAAAAgAJABIAADQAAABQHAQYiJjURNDYyFwECQBP+QBM0JiY0EwHAApo0E/5AEyYaA4AaJhP+QAAAAAADAAD/gAaABYAABgANAB0AADMhESERFBYlESERITI2ExEUBiMhIiY1ETQ2MyEyFqACYP2AEwVt/YACYA0TgF5C+sBCXl5CBUBCXgSA+6ANEyAEYPuAEwTN+0BCXl5CBMBCXl4AAgAA/8AEAAVAAA0AGwAAABQHAQYiJwEmNDYzITISFAYjISImNDcBNjIXAQQAE/5AEzQT/kATJhoDgBomJhr8gBomEwHAEzQTAcAB2jQT/kATEwHAEzQmAVo0JiY0EwHAExP+QAAAAAABAAD/wAQAAgAADQAAABQHAQYiJwEmNDYzITIEABP+QBM0E/5AEyYaA4AaAdo0E/5AExMBwBM0JgAAAAABAAADAAQABUAADQAAABQGIyEiJjQ3ATYyFwEEACYa/IAaJhMBwBM0EwHAA1o0JiY0EwHAExP+QAAAAAACAAD/gAcABQAAGgA6AAABERQGIyEiJjURFhcEFx4COwIyPgE3NiU2ExQGBwAHDgQrAiIuAycmJCcuATU0NjMhMhYHAF5C+kBCXiw5AWqHOUd2MwEBM3ZHOaoBSDkrYkn+iFwKQSs9NhcBARc2PStBClv+qiI+blNNBcBBXwM6/OZCXl5CAxoxJvZjKi8xMS8qe94nAVZPkDP++0AHLx0kEhIkHS8HQO0YKpM/TmheAAMAAP+wBgAFbAADAA8AKwAAAREhEQEWBisBIiY1NDYyFgERIRE0JiMiBgcGFREhEhAvASEVIz4DMzIWAV3+tgFfAWdUAlJkZ6ZkBI/+t1FWP1UVC/63AgEBAUkCFCpHZz+r0AOP/CED3wEySWJiSUphYfzd/cgCEml3RTMeM/3XAY8B8DAwkCAwOB/jAAAAAAEAAP+ABgAFgAA0AAAAEAIGBCMiJCcmNj8BNjMWFx4BMzI+AjQuAiMiBgcXFgcGIyEiJjURNDc2HwE2JDMyBBYGAHrO/uScrP7KbQcBCIkKDxAHSdR3aL2KUVGKvWhitEaJHxERKv5AGiYoJx6CawETk5wBHM4DHP7I/uTOepGEChkIigkCCl9oUYq90L2KUUdCih4nKCYaAcAqEREfgWVves4AAQAo/xUG6wXYAHEAACEUDwEGIyInASY1NDcBBwYiJx4GFRQHDgUjIicBJjU0PgQ3NjMyHgUXJjQ3ATYyFy4GNTQ3PgUzMhcBFhUUDgQHBiMiLgUnFhQPAQE2MzIXARYG6yVrJzQ1Jf6VJiv/AH4OKA4CFQQQBAgDHAMbCxoSGg0oHP5oHAkJFgseAx4mChARChEGFAIODgFcDigOAhUEEAQIAxwDGwsaEhoNKBwBmBwJCRYLHgMeJgoQEQoRBhQCDg5+AQArNTQnAWslNSVsJSUBbCQ2NSsBAH4ODgIUBhEKERAKJh4DHgsWCQkcAZgcKA0aEhoLGwMcAwgEEAQVAg4oDgFcDg4CFAYRChEQCiYeAx4LFgkJHP5oHCgNGhIaCxsDHAMIBBAEFQIOKA5+/wArJf6VJwAABwAA/4AHAAUAAAcADwAhACkAMQA5AEsAAAA0JiIGFBYyADQmIgYUFjIBEzYuAQYHAw4BBwYeATY3NiYkNCYiBhQWMgA0JiIGFBYyBDQmIgYUFjIBEAcGIyEiJyYRNBI2JCAEFhIBgEtqS0tqAQtLaktLagH3ZQYbMi4HZTxeEBRQmooUECwCYktqS0tq/ctLaktLagILS2pLS2oBi40TI/qGIxONjvABTAFsAUzwjgFLaktLaksCC2pLS2pL/p8BfhotDhsa/oIFTTxNiihQTTxyDmpLS2pLAstqS0tqS3VqS0tqS/7A/vveHR3dAQa2AUzwjo7w/rQAAAAAAgAA/wAHAAUAABYAPAAAACAEBhUUFh8BBwYHNj8BFxYzMiQ2ECYEEAIEIyInBgUGByMiJic1JjYmPgI3PgU3JgI1NBIkIAQETP5o/p3Rj4JXGxgumHsrOUU9zAFj0dEBUfD+ZPRGS8b++jFBBQ8YBAMFAQoCDAIHMBUpGB4LnbXwAZwB6AGcBICL7Ilwy0oyYFtRP2wmBgiL7AES7Mf+pP7ZqwivQw4IFREBBBAEDwMOAgg1FzguSChZAQaWrgEnq6sAAAMAAP+ABwAFAAAUADoAZAAAACAEBhUUFh8BBzY/ARcWMzIkNjQmJCAEFhAGBCMiJwYHBgcjIiYnJjQ+BTc+BDcuATU0NgEeBBceBhQHDgEnJicmJwYjICcWMzIkNz4BNTQnHgEVFAYDWf7O/vadamBhIyIcLDVOS5kBCp2d/Z4BfgFFvLz+u79WWnyaJDIDCxMCAQEDAgUDBgEFJBAdFQp8jrwFOgoVHRAkBQEGAwUCAwEBAxQMMiSafFpW/vHJOh6hASh0fYYXgZaOBIBosmZSmDg4VBQTHwoOaLLMsuiJ7P7q7IkQWCgJBxANAwcGBgQHAwcBBiYVJSgYSNJ3i+z7+BgoJRUmBgEHAwcEBgYHAw4QAQcJKFgQhARaVFzwhk1LR9Z7eNEAAQAB/wADfAWAACEAAAEWBwEGIyInLgE3EwUGIyInJjcTPgEzITIWFRQHAyU2MzIDdRIL/eQNHQQKEREExf5qBAgSDRIFyQQYEAFIExoFqwGMCAQTA8oUGPt7GQIFHBADKGUBCw8YAzkOEhkRCAr+MWICAAABAAD/gAcABYAAVQAAAREUBiMhIiY1ETQ2OwE1IRUzMhYVERQGIyEiJjURNDY7ATUhFTMyFhURFAYjISImNRE0NjsBNTQ2MyE1IyImNRE0NjMhMhYVERQGKwEVITIWHQEzMhYHADgo/sAoODgoYP4AYCg4OCj+wCg4OChg/gBgKDg4KP7AKDg4KGBMNAIAYCg4OCgBQCg4OChgAgA0TGAoOAEg/sAoODgoAUAoOMDAOCj+wCg4OCgBQCg4wMA4KP7AKDg4KAFAKDjANEzAOCgBQCg4OCj+wCg4wEw0wDgAAAMAAP+ABoAFwAATAE8AWQAAAREUBiImNTQ2MhYVFBYyNjURNjIFFAYjIicuASMiBgcOAQcGIyInLgEnLgEiBgcOAQcGIyInLgEnLgEjIgYHBiMiJjU0NzYAJDMyBB4BFxYBFSYiBzU0NjIWA4CY0JgmNCZOZE4hPgMhEw0LDDFYOkR4KwcVBAsREgsEFQcrd4h3KwcVBAsSEQsEFQcreEQ6WDEMCw0TAS0A/wFVvowBDeClIQH9ACosKiY0JgLE/bxomJhoGiYmGjJOTjICRAsmDRMKLi5KPAokBhERBiQKPEpKPAokBhERBiQKPEouLgoTDQUCtwERiFCT44oCAtJiAgJiGiYmAAQAAP8ABwAGAAAIABgAGwA3AAAFIREhIiY1ESEBNTQmIyEiBh0BFBYzITI2ASEJAREUBiMhIiY9ASEiJjURNDYzITIWFREWFwEeAQMAA4D+YCg4/oABABMN/UANExMNAsANEwEAASv+1QIAOCj8QCg4/eAoODgoBEAoOBUPAZgcKIACgDgoAaABIEANExMNQA0TE/1tASv+Vf1gKDg4KKA4KAVAKDg4KP64DQ/+aBxgAAAAAAMAAP+ABAAFgAAQACgAXAAAARQGIiY1NCYjIiY0NjMyHgEXNC4CIg4CFRQXHgEXFhczNjc+ATc2NxQHDgIHFhUUBxYVFAcWFRQGIw4BIiYnIiY1NDcmNTQ3JjU0Ny4CJyY1ND4CMh4CAuATGhNsNA0TEw0yY0ugRW+HiodvRUQKKQqADeQNgAopCkSAZy07PAQvGRktDT8uFFBeUBQuPw0tGRkvBDw7LWdZkbe+t5FZA8ANExMNLjITGhMgTDRIfE8tLU98SGVPCywLmZGRmQssC09lm3ExTHMyHDYlGxslNB0XGC4yLDQ0LDIuGBcdNCUbGyU2HDJzTDFxm2OrcUFBcasAAgAA/6AHAATgABoANAAAARUUBiMhFRQGIyInASY1NDcBNjMyFh0BITIWEBQHAQYjIiY9ASEiJj0BNDYzITU0NjMyFwEHABMN+qATDQwM/sEJCQFACQ4NEwVgDRMJ/sAJDg0T+qANExMNBWASDgwMAT8BYMANE8ANEwoBQAkNDgkBQAkTDcATAiEcCf7ACRMNwBMNwA0TwA4SCv7BAAAAAAIAAAAAB4AFgAAZADUAAAE0JisBETQmKwEiBhURIyIGFRQXARYyNwE2BRQGIyEiADU0NjcmNTQAMzIEFzYzMhYVFAceAQUAEg7gEw3ADRPgDRMJAWAJHAkBXwoCgOGf+8C5/vmMdgIBLNScAQM7R19qlimCpwJgDhIBYA0TEw3+oBMNDgn+oAkJAV8M1J/hAQe5gtw3Hg3UASyukD6Wakw+H9EAAgAAAAAHgAWAABkANQAAATQnASYiBwEGFRQWOwERFBY7ATI2NREzMjYBFAYjISIANTQ2NyY1NAAzMgQXNjMyFhUUBx4BBQAJ/qAJHAn+oQoSDuATDcANE+ANEwKA4Z/7wLn++Yx2AgEs1JwBAztHX2qWKYKnAqAOCQFgCQn+oQwMDhL+oA0TEw0BYBP+7Z/hAQe5gtw3Hg3UASyukD6Wakw+H9EAAAAAAwAA/4AFgAWAAAcAWABgAAAkFAYiJjQ2MgUUBiMhIiY1ND4DNwYdAQ4BFRQWMjY1NCYnNTQ3FiA3Fh0BIgYdAQYVFBYyNjU0JzU0NjIWHQEGFRQWMjY1NCc1NCYnNDYuAiceBAAQBiAmEDYgAYAmNCYmNAQmknn8lnmSCyU6aEQWOkZwoHBHORmEAUaEGWqWIDhQOCBMaEwgOFA4IEU7AQEECghEaDolC/7A4f7C4eEBPto0JiY0Jn15iop5RH6Wc1sPNETLFGQ9UHBwUD1kFMs+H2hoHz5AlmpZHSooODgoKh1ZNExMNFkdKig4OCgqHVlEdyIKQR80KhMPW3OWfgPY/sLh4QE+4QAAAAIAAP+ABYAFgAAHAE0AAAA0JiIGFBYyNxQGBxEUBCAkPQEuATURNDYzMhc+ATMyFhQGIyInERQWIDY1EQYjIiY0NjMyFhc2MzIWFREUBgcVFBYgNjURLgE1NDYyFgUAJjQmJjSmRzn++f6O/vmk3CYaBgoRPCM1S0s1IR+8AQi8HyE1S0s1IzwRCgYaJtykvAEIvDlHcKBwAyY0JiY0JkA+YhX+dZ/h4Z+EFNiQAgAaJgIeJEtqSxL+bmqWlmoBkhJLakskHgImGv4AkNgUhGqWlmoBixViPlBwcAAEAAD/gAcABYAAAwANABsAJQAAASE1IQURIyImNRE0NjMhESERMzU0NjMhMhYdAQURFAYrAREzMhYCgAIA/gD+oEBchIRcBKD8AIA4KAJAKDgCAIRcQEBchASAgID7AIRcA0BchPsABQCgKDg4KKDg/MBchAUAhAACAED/AAbABgAACwAzAAAENCMiJjU0IhUUFjMBFAYjIRQGIiY1ISImNT4ENTQSNyY1NDYyFhUUBxYSFRQeAwOQEDtVIGdJA0BMNP5AltSW/kA0TDJSWD0n6r4IOFA4CL7qJz1YUrAgVTsQEElnATA0TGqWlmpMNCpck6ryi5gBBRwTFCg4OCgUExz++5iL8qqTXAAAAwAA/4AHQAUAAAcADwAiAAAANCYrAREzMgEhFAYjISImABAGKwEVFAYjISImNRE0NjMhMgaAcFBAQFD58AcAlmr7AGqWB0Dhn0CEXP1AXIQmGgSAnwMwoHD+gP3AapaWBAn+wuEgXISEXALgGiYAAAIAAP8ABYAGAAAtAEIAAAERFAYHERQGKwEiJjURLgE1ETQ2MhYVERQWMjY1ETQ2MhYVERQWMjY1ETQ2MhYFERQGKwEiJjURIyImNRE0NjMhMhYCgEc5TDSANEw5RyY0JiY0JiY0JiY0JiY0JgMATDSANEzgDRO8hAEAGiYFwP2APWQU/PU0TEw0AwsUZD0CgBomJhr+YBomJhoBoBomJhr+YBomJhoBoBomJhr5wDRMTDQCABMNAyCEvCYABgAA/wAGAAYAABMAGgAjADMAQwBTAAABHgEVERQGIyEiJjURNDYzITIWFwcRISYnASYBESEiJjURIREBNDYzITIWHQEUBiMhIiY1BTIWHQEUBiMhIiY9ATQ2MwEyFh0BFAYjISImPQE0NjMFvBwoOCj6wCg4OCgDgChgHIQBeAoM/scMAWP+YCg4/QABABIOAsAOEhIO/UAOEgLgDhISDv1ADhISDgLADhISDv1ADhISDgSEHGAo+4AoODgoBkAoOCgcRP6IHQwBOQz6EgQAOCgBoPoAA2AOEhIOQA4SEg6gEg5ADhISDkAOEv8AEg5ADhISDkAOEgAUAAD/AAWABgAADwAfAC8APwBPAF8AbwB/AI8AnwCvAL8AzwDfAO8A/wEPAR8BLQE9AAAlFRQGKwEiJj0BNDY7ATIWNRUUBisBIiY9ATQ2OwEyFgUVFAYrASImPQE0NjsBMhYlFRQGKwEiJj0BNDY7ATIWARUUBisBIiY9ATQ2OwEyFiUVFAYrASImPQE0NjsBMhYlFRQGKwEiJj0BNDY7ATIWJRUUBisBIiY9ATQ2OwEyFgEVFAYrASImPQE0NjsBMhYlFRQGKwEiJj0BNDY7ATIWJRUUBisBIiY9ATQ2OwEyFiUVFAYrASImPQE0NjsBMhYBFRQGKwEiJj0BNDY7ATIWJRUUBisBIiY9ATQ2OwEyFiUVFAYrASImPQE0NjsBMhYBFRQGKwEiJj0BNDY7ATIWJRUUBisBIiY9ATQ2OwEyFgUVFAYrASImPQE0NjsBMhYBIREhESE1NDYzITIWFQERFAYjISImNRE0NjMhMhYBgBMNQA0TEw1ADRMTDUANExMNQA0TAQATDUANExMNQA0T/wATDUANExMNQA0TAwATDUANExMNQA0T/wATDUANExMNQA0T/wATDUANExMNQA0T/wATDUANExMNQA0TAwATDUANExMNQA0T/wATDUANExMNQA0T/wATDUANExMNQA0T/wATDUANExMNQA0TAwATDUANExMNQA0T/wATDUANExMNQA0T/wATDUANExMNQA0TAgATDUANExMNQA0T/wATDUANExMNQA0TAQATDUANExMNQA0T/wABgPuAAYATDQFADRMCACYa+wAaJiYaBQAaJuBADRMTDUANExPzQA0TEw1ADRMTDUANExMNQA0TE/NADRMTDUANExP980ANExMNQA0TE/NADRMTDUANExPzQA0TEw1ADRMT80ANExMNQA0TE/3zQA0TEw1ADRMT80ANExMNQA0TE/NADRMTDUANExPzQA0TEw1ADRMT/fNADRMTDUANExPzQA0TEw1ADRMT80ANExMNQA0TE/7zQA0TEw1ADRMT80ANExMNQA0TEw1ADRMTDUANExP6kwYA+gDgDRMTDQVg+YAaJiYaBoAaJiYADQAA/wAFgAYAAA8AHwAvAD8ATwBfAG8AfwCPAJ8AtwDbAPUAACUVFAYrASImPQE0NjsBMhY1FRQGKwEiJj0BNDY7ATIWBRUUBisBIiY9ATQ2OwEyFiUVFAYrASImPQE0NjsBMhYBFRQGKwEiJj0BNDY7ATIWJRUUBisBIiY9ATQ2OwEyFiUVFAYrASImPQE0NjsBMhYBFRQGKwEiJj0BNDY7ATIWJRUUBisBIiY9ATQ2OwEyFgUVFAYrASImPQE0NjsBMhYBIREhFRQGIyEiJj0BIREhNTQ2MyEyFhUZATQmKwEiBh0BIzU0JisBIgYVERQWOwEyNj0BMxUUFjsBMjYlERQGIyEiJjURNDYzIRE0NjMhMhYVESEyFgGAEw1ADRMTDUANExMNQA0TEw1ADRMBABMNQA0TEw1ADRP/ABMNQA0TEw1ADRMDABMNQA0TEw1ADRP/ABMNQA0TEw1ADRP/ABMNQA0TEw1ADRMCABMNQA0TEw1ADRP/ABMNQA0TEw1ADRMBABMNQA0TEw1ADRP/AAGA/wA4KP5AKDj/AAGAEw0BQA0TEw1ADROAEw1ADRMTDUANE4ATDUANEwIAJhr7ABomJhoBQDgoAcAoOAFAGibgQA0TEw1ADRMT80ANExMNQA0TEw1ADRMTDUANExPzQA0TEw1ADRMT/fNADRMTDUANExPzQA0TEw1ADRMT80ANExMNQA0TE/7zQA0TEw1ADRMT80ANExMNQA0TEw1ADRMTDUANExP8kwSAICg4OCgg+4DgDRMTDQPAAUANExMNYGANExMN/sANExMNYGANExMt+wAaJiYaBQAaJgEgKDg4KP7gJgAFAED/gAeABYAABwAQABgAPABjAAAkNCYiBhQWMgEhESMGDwEGBwA0JiIGFBYyEzU0JisBNTQmKwEiBh0BIyIGHQEUFjsBFRQWOwEyNj0BMzI2AREUBisBFAYiJjUhFAYiJjUjIiY0NjMRNDY/AT4BOwERNDYzITIWAoBLaktLav7LAYCeDgjDBwIFAEtqS0tqyxIO4BIOwA4S4A4SEg7gEg7ADhLgDhIBACYawJbUlv6AltSWgBomJhoaE8YTQBqgJhoEgBomS2pLS2pLAoABAAIHwwwK/a1qS0tqSwMgwA4S4A4SEg7gEg7ADhLgDhISDuASAi77gBomapaWamqWlmomNCYBoBpAE8YTGgFAGiYmAAAFAAD/gAcABYAAIwAnADEAPwBJAAABNTQmKwE1NCYrASIGHQEjIgYdARQWOwEVFBY7ATI2PQEzMjYBITUhBREjIiY1ETQ2MyERIREzNTQ2MyEyFh0BBREUBisBETMyFgUAEg7gEg7ADhLgDhISDuASDsAOEuAOEv2AAgD+AP6AIFyEhFwEwPvAoDgoAkAoOAIAhFwgIFyEAaDADhLgDhISDuASDsAOEuAOEhIO4BIC7oCA+wCEXANAXIT7AAUAoCg4OCig4PzAXIQFAIQAAAAAAQAAAAAHgASAADoAAAEGDQEHIwEzMhYUBisDNTMRIwcjJzUzNTM1JzU3NSM1IzU3MxczESM1OwIyFhQGKwEBMxcFHgEXB4AB/uH+oOBA/ttFGiYmGmCgQECgwGAgIIDAwIAgIGDAoEBAoGAaJiYaRQElQOABYICQCAJAIEAgQP6gCQ4JIAGg4CDAIAgYgBgIIMAg4AGgIAkOCf6gQCAcMAoAAAACAEAAAAaABYAABgAYAAABESERFBYzARUhNTcjIiY1ESc3ITchFwcRAoD/AEs1BID7gICAn+FAIAHgIAPAIEACgAGA/wA1S/5AwMDA4Z8BQECAgMAg/OAAAgAA/4AGAAWAACMAMwAAJRE0JisBIgYVESERNCYrASIGFREUFjsBMjY1ESERFBY7ATI2AREUBiMhIiY1ETQ2MyEyFgUAJhqAGib+ACYagBomJhqAGiYCACYagBomAQCpd/xAd6mpdwPAd6nAA4AaJiYa/sABQBomJhr8gBomJhoBQP7AGiYmA7r8QHepqXcDwHepqQAAAAACAAD/gAYABYAAIwAzAAABNTQmIyERNCYrASIGFREhIgYdARQWMyERFBY7ATI2NREhMjYBERQGIyEiJjURNDYzITIWBQAmGv7AJhqAGib+wBomJhoBQCYagBomAUAaJgEAqXf8QHepqXcDwHepAkCAGiYBQBomJhr+wCYagBom/sAaJiYaAUAmAjr8QHepqXcDwHepqQAAAAIALQBNA/MEMwAUACkAACQUDwEGIicBJjQ3ATYyHwEWFAcJAQQUDwEGIicBJjQ3ATYyHwEWFAcJAQJzCjIKGgr+LgoKAdIKGgoyCgr+dwGJAYoKMgoaCv4uCgoB0goaCjIKCv53AYmtGgoyCgoB0goaCgHSCgoyChoK/nf+dwoaCjIKCgHSChoKAdIKCjIKGgr+d/53AAAAAgANAE0D0wQzABQAKQAAABQHAQYiLwEmNDcJASY0PwE2MhcBBBQHAQYiLwEmNDcJASY0PwE2MhcBAlMK/i4KGgoyCgoBif53CgoyChoKAdIBigr+LgoaCjIKCgGJ/ncKCjIKGgoB0gJNGgr+LgoKMgoaCgGJAYkKGgoyCgr+LgoaCv4uCgoyChoKAYkBiQoaCjIKCv4uAAACAE0AjQQzBFMAFAApAAAkFA8BBiInCQEGIi8BJjQ3ATYyFwESFA8BBiInCQEGIi8BJjQ3ATYyFwEEMwoyChoK/nf+dwoaCjIKCgHSChoKAdIKCjIKGgr+d/53ChoKMgoKAdIKGgoB0u0aCjIKCgGJ/ncKCjIKGgoB0goK/i4BdhoKMgoKAYn+dwoKMgoaCgHSCgr+LgAAAAIATQCtBDMEcwAUACkAAAAUBwEGIicBJjQ/ATYyFwkBNjIfARIUBwEGIicBJjQ/ATYyFwkBNjIfAQQzCv4uChoK/i4KCjIKGgoBiQGJChoKMgoK/i4KGgr+LgoKMgoaCgGJAYkKGgoyAq0aCv4uCgoB0goaCjIKCv53AYkKCjIBdhoK/i4KCgHSChoKMgoK/ncBiQoKMgAAAQAtAE0CcwQzABQAAAAUBwkBFhQPAQYiJwEmNDcBNjIfAQJzCv53AYkKCjIKGgr+LgoKAdIKGgoyA+0aCv53/ncKGgoyCgoB0goaCgHSCgoyAAAAAQANAE0CUwQzABQAAAAUBwEGIi8BJjQ3CQEmND8BNjIXAQJTCv4uChoKMgoKAYn+dwoKMgoaCgHSAk0aCv4uCgoyChoKAYkBiQoaCjIKCv4uAAAAAQBNAQ0EMwNTABQAAAAUDwEGIicJAQYiLwEmNDcBNjIXAQQzCjIKGgr+d/53ChoKMgoKAdIKGgoB0gFtGgoyCgoBif53CgoyChoKAdIKCv4uAAAAAQBNAS0EMwNzABQAAAAUBwEGIicBJjQ/ATYyFwkBNjIfAQQzCv4uChoK/i4KCjIKGgoBiQGJChoKMgMtGgr+LgoKAdIKGgoyCgr+dwGJCgoyAAAAAgAA/4AHgAYAAA8ALwAAARE0JiMhIgYVERQWMyEyNhMRFAYjIRQeARUUBiMhIiY1ND4BNSEiJjURNDYzITIWBwATDfnADRMTDQZADROAXkL94CAgJhr+ABomICD94EJeXkIGQEJeAiADQA0TEw38wA0TEwNN+8BCXiVRPQ0aJiYaDjxQJl5CBEBCXl4AAAAABAAAAAAHgAUAAA8AHwArADMAAAEiJjURNDYzITIWFREUBiMBERQWMyEyNjURNCYjISIGATMVFAYjISImPQEzBTI0KwEiFDMBoEJeXkIEQEJeXkL7oBMNBEANExMN+8ANEwVgoF5C+cBCXqADcBAQoBAQAQBeQgLAQl5eQv1AQl4DYP1ADRMTDQLADRMT/FNgKDg4KGBgICAAAAAAAwAAAAAEgAWAAAcAFwAnAAAkNCYiBhQWMiURNCYjISIGFREUFjMhMjYTERQGIyEiJjURNDYzITIWAoAmNCYmNAGmEw38wA0TEw0DQA0TgF5C/MBCXl5CA0BCXmY0JiY0JuADwA0TEw38QA0TEwPN+8BCXl5CBEBCXl4AAAQAAAAAAwAFAAAHABcAHwAvAAAkNCYiBhQWMiURNCYjISIGFREUFjMhMjYCNCsBIhQ7ASURFAYjISImNRE0NjMhMhYB0C9CLy9CAP8TDf4ADRMTDQIADRPAEKAQEKABMEw0/gA0TEw0AgA0TF9CLy9CL/ACwA0TEw39QA0TEwNNICAg/AA0TEw0BAA0TEwAAAIAAP+ABgAFgAALABcAAAAgDgEQHgEgPgEQJgQQAgQgJAIQEiQgBAOU/tj6kpL6ASj6kpIBcs7+n/5e/p/OzgFhAaIBYQSgkvr+2PqSkvoBKPq9/l7+n87OAWEBogFhzs4AAAACAAAAAAaABYAAIQBDAAABERQGIyEiJjURND4COwEyFh0BFAYrASIGHQEUFjsBMhYFERQGIyEiJjURND4COwEyFh0BFAYrASIGHQEUFjsBMhYDAHBQ/oBQcFGKvWhAGiYmGkBqljgo4FBwA4BwUP6AUHBRir1oQBomJhpAapY4KOBQcAJA/oBQcHBQAsBovYpRJhqAGiaWaiAoOHBQ/oBQcHBQAsBovYpRJhqAGiaWaiAoOHAAAAAAAgAAAAAGgAWAACEAQwAAAREUDgIrASImPQE0NjsBMjY9ATQmKwEiJjURNDYzITIWBREUDgIrASImPQE0NjsBMjY9ATQmKwEiJjURNDYzITIWAwBRir1oQBomJhpAapY4KOBQcHBQAYBQcAOAUYq9aEAaJiYaQGqWOCjgUHBwUAGAUHAEwP1AaL2KUSYagBomlmogKDhwUAGAUHBwUP1AaL2KUSYagBomlmogKDhwUAGAUHBwAAAAAAgAQP9ABsAGAAAJABEAGQAjACsAMwA7AEcAACQUBiMiJjU0NjIAFAYiJjQ2MgAUBiImNDYyARQGIyImNDYyFgAUBiImNDYyABQGIiY0NjIAFAYiJjQ2MgEUBiMiJjU0NjMyFgIOSzU0TEtqAj1LaktLav2LS2pLS2oE/Uw0NUtLakv8PF6EXl6EBPBLaktLav3LcKBwcKACgoRcXYODXVyEw2pLTDQ1S/7naktLaksCdWpLS2pL/Y40TEtqS0sD8YReXoRe/aNqS0tqSwKQoHBwoHD+cl2Dg11chIQAAAAAAQAA/4AGAAWAAAsAAAAQAgQgJAIQEiQgBAYAzv6f/l7+n87OAWEBogFhA1H+Xv6fzs4BYQGiAWHOzgAAAQAA/4AHAAXAACwAAAEUAw4CBwYjIiY1NDY1NjU0LgUrAREUBiInASY0NwE2MhYVETMgExYHAH8DDwwHDBAPEQUFIz5icZmbYuAmNBP+ABMTAgATNCbgAsmiNQGgpv7jByIaCREUDwkjBkQ3ZaB1VTYfDP8AGiYTAgATNBMCABMmGv8A/m2GAAQAAP+ABoAFAAALABcAMQBYAAAAFA4BIi4BND4BMhYEFA4BIi4BND4BMhYXNCYjIgcGIicmIyIGFRQeAzsBMj4DExQHDgQjIi4EJyY1NDcmNTQ3MhYXNjMyFz4BMxYVFAcWAoAZPVQ9GRk9VD0CmRk9VD0ZGT1UPbmKdimaR6xHmCt2ikBikoZSqFKGkmJA4D0mh5PBllxOgKeKiGohPogbM2yka5OilIRppGszG4gBaFBURERUUFRERFRQVEREVFBURER8eKgVCwsVqHhYg0stDg4tS4MBCM98TXA8IwkGEyk+ZEF70O2fUlh0Zk9UIyBSTmZ0V1GgAAAAAAIAAAAABoAFgAAXACwAACURNCYjISImPQE0JiMhIgYVERQWMyEyNhMRFAYjISImNRE0NjMhMhYdASEyFgYAOCj9QCg4OCj+wCg4OCgEwCg4gIRc+0BchIRcAUBchAKgXITgAsAoODgoQCg4OCj8QCg4OALo/UBchIRcA8BchIRcIIQAAAMAAAAAB3UFgAARACcARQAAATQjISIGBwEGFRQzITI2NwE2JSE1NCYjISImPQE0JiMhIgYVEQE+AQUUBwEOASMhIiY1ETQ2MyEyFh0BITIWHQEzMhYXFgb1NfvAKFsa/toSNQRAKFwZASYS+4sDADgo/cAoODgo/sAoOAEALJAFOS7+2SuSQ/vAXISEXAFAXIQCIFyEwDZaFg8CXSMrH/6VGBAjLB8Baxa0oCg4OChAKDg4KPyrATs1RaM+Ov6VNUWEXAPAXISEXCCEXKAxLiAAAAAABQAA/4AGAAWAABQAHAAkADQAQAAAAQ4BIiYnJjY3NhYXHgEyNjc+AR4BABQGIiY0NjIEFAYiJjQ2MgAQLgIgDgIQHgIgPgESEAIEICQCEBIkIAQEbiXK/solCBgaGS8IGYeohxkIMDIY/gpLaktLagJLS2pLS2oBS2ar7f787atmZqvtAQTtq+bO/p/+Xv6fzs4BYQGiAWEBzXmUlHkZLwgIGBpQY2NQGhgQLwHPaktLaktLaktLakv9/gEE7atmZqvt/vztq2ZmqwJA/l7+n87OAWEBogFhzs4AAAUAAP+ABgAFgAAUABwAJAA0AEAAAAEWDgEmJy4BIgYHDgEnLgE3PgEyFgAUBiImNDYyBBQGIiY0NjIAEC4CIA4CEB4CID4BEhACBCAkAhASJCAEBG4IGDIwCBmHqIcZCC8ZGhgIJcr+yv43S2pLS2oCS0tqS0tqAUtmq+3+/O2rZmar7QEE7avmzv6f/l7+n87OAWEBogFhATMZLxAYGlBjY1AaGAgILxl5lJQCCWpLS2pLS2pLS2pL/f4BBO2rZmar7f787atmZqsCQP5e/p/OzgFhAaIBYc7OAAAFAAD/gAYABYAACwATABsAKwA3AAAAFAYjISImNDYzITIAFAYiJjQ2MgQUBiImNDYyABAuAiAOAhAeAiA+ARIQAgQgJAIQEiQgBASAJhr9gBomJhoCgBr+JktqS0tqAktLaktLagFLZqvt/vztq2Zmq+0BBO2r5s7+n/5e/p/OzgFhAaIBYQHaNCYmNCYBtWpLS2pLS2pLS2pL/f4BBO2rZmar7f787atmZqsCQP5e/p/OzgFhAaIBYc7OAAQAAAAAB4AEAAAjACsAMwBDAAABNTQmKwE1NCYrASIGHQEjIgYdARQWOwEVFBY7ATI2PQEzMjYENCYiBhQWMgA0JiIGFBYyJBAAIyInIwYjIgAQADMhMgNAEg7AEg6ADhLADhISDsASDoAOEsAOEgJAS2pLS2oBS0tqS0tqAUv+1NTAktySwNT+1AEs1AOA1AHAgA4SwA4SEg7AEg6ADhLADhISDsASZ2pLS2pLAUtqS0tqS9T+WP7UgIABLAGoASwAAAAPAAAAAAeABIAACwAXACMALwA7AEcAUwBfAGsAdwCDAI8AnwCjALMAAAEVFCsBIj0BNDsBMjcVFCsBIj0BNDsBMicVFCsBIj0BNDsBMgEVFCMhIj0BNDMhMiUVFCsBIj0BNDsBMicVFCsBIj0BNDsBMgEVFCsBIj0BNDsBMicVFCsBIj0BNDsBMgEVFCsBIj0BNDsBMgEVFCsBIj0BNDsBMgEVFCsBIj0BNDsBMgUVFCsBIj0BNDsBMgURFCsBIj0BNDsBNTQ7ATITESERAREUBiMhIiY1ETQ2MyEyFgGAEGAQEGAQgBDgEBDgEIAQYBAQYBAEABD8oBAQA2AQ/YAQYBAQYBCAEGAQEGAQAYAQYBAQYBCAEGAQEGAQAYAQYBAQYBABgBBgEBBgEP4AEGAQEGAQAQAQYBAQYBABABDgEBBwEGAQgPmABwBLNfmANUtLNQaANUsBcGAQEGAQ8GAQEGAQ8GAQEGAQ/fBgEBBgEPBgEBBgEPBgEBBgEP7wYBAQYBDwYBAQYBD+8GAQEGAQ/vBgEBBgEAHwYBAQYBAQYBAQYBAQ/qAQEGAQ8BD9AAOA/IADgPyANUtLNQOANUtLAAAAAAMAQP+ABwAFgAAWACoAVgAAAREGIyInLgEjIgcRNjMyHgIfARYzMgEUBgcRFAYrASImNREuATU0NjIWBREUBwYHBiMiLwEuAiMiBAcGIyInJjURNDc+AzMyFhcWMzI3Njc2FxYGgKmJUj9kqF6t5vW8N2FjNzccLDl4+20jHRIOQA4SHSNLaksFwCMKB9qXWEYcQEZwOmb+9V8PEhAQIB8jV42kSXDCcCYzerwWCR8fHwHrAmhbIDE3f/2pcQ8lGRsOFgNxIzoR+w4OEhIOBPIROiM1S0t1/QUnEgUEdCMOIR4cWDoJCBMlAuYjFBUrPSY+NxNwDAUQEhQAAAYAQP+ABwAFgAAFAAsAKgAyAEYAcgAAATUGBxU2EzUGBxU2ATUGJzUmJy4JIyIHFTMyFhcWFxUWMzITNQYjIicVFgEUBgcRFAYrASImNREuATU0NjIWBREUBwYHBiMiLwEuAiMiBAcGIyInJjURNDc+AzMyFhcWMzI3Njc2FxYDQLXLzbOs1NcD6euVFBMFOA0yEy4aLCMsFhcaE2a1axMUKjF4ramJLSGU+6wjHRIOQA4SHSNLaksFwCMKB9qXWEYcQEZwOmb+9V8PEhAQIB8jV42kSXDCcCYzerwWCR8fHwIYwBBluWABsMUIdr1v/ji4dC3gBgkDHAYYBxMGCwQEA946NQkGvBECB71bCMQqAe4jOhH7Dg4SEg4E8hE6IzVLS3X9BScSBQR0Iw4hHhxYOgkIEyUC5iMUFSs9Jj43E3AMBRASFAACAA0AAAaABDMAFAAkAAAJAQYiLwEmNDcJASY0PwE2MhcBFhQBFRQGIyEiJj0BNDYzITIWAkn+LgoaCjIKCgGJ/ncKCjIKGgoB0goELRIO/EAOEhIOA8AOEgIp/i4KCjIKGgoBiQGJChoKMgoK/i4KGv4tQA4SEg5ADhISAAAAAAMALf+TB1ME7QAUACQAOQAAJQcGIicBJjQ3ATYyHwEWFAcJARYUCQEOAS8BLgE3AT4BHwEeAQkBBiIvASY0NwkBJjQ/ATYyFwEWFAJpMgoaCv4uCgoB0goaCjIKCv53AYkKAkX+iwQXDD4NDQQBdQQXDD4NDQKN/i4KGgoyCgoBif53CgoyChoKAdIKiTIKCgHSChoKAdIKCjIKGgr+d/53ChoEIfr1DQ0EEQQXDQULDQ0EEQQX/Wj+LgoKMgoaCgGJAYkKGgoyCgr+LgoaAAACAAD/gAcABbsAFQA7AAABFRQHBiMiJwEmNDcBNhcWHQEBBhQXARQOAwcGIyInJjcSJy4BJxUUBwYjIicBJjQ3ATYXFhURBBcWAoAnDQwbEv4AExMCAB0pJ/5zExMGDSIrNRwGCBQGAxkCK5VA1aEnDQwbEv4AExMCAB0pJwGbvKkBxkYqEQUTAgATNBMCAB8RESpF/nITNBP+TTqXfX04DBEBCBoBkKVHTw37KhEFEwIAEzQTAgAfEREq/vocwa0AAAAAAgAC/60GfgXgAAoAKAAAAS0BLwEDERcFAycJARMWBiMiJyUFBiMiJjcTASY2NyUTNjMyFxMFHgEEogEB/pxCHp87AT48DAH1/pVWBRYXERf+P/4/FxEXFgVW/pQgEi0B9uEUHRwV4QH2LRICQ/o0CjwBQvw9H6gBY0IBNf6e/gwhJQzs7AwlIQH0AWIgNwdJAccpKf45SQc3AAAAAQAC/4AFgAUAABYAAAkBBiMiJy4BNREhIi4BNjcBNjMyFx4BBXn9gBEoBQoWG/3AFiMKEhQFAA0QGxIPBwSj+wAjAgUjFgJAGywoCgKABxMOKQAAAwAA/wAGgAWAAAIABQA4AAABIREJASEBFRQGKwEVFAYrASImPQEhIiY1ESMiJj0BNDY7ATU0NjsBMhYdASE3NjIXFhQPAREzMhYCLQJT/YACU/2tBIASDuASDsAOEvygDhLgDhISDuASDsAOEgNT9goaCgkJ9+AOEgEAAlP92gJT/WDADhLgDhISDuASDgNgEg7ADhLgDhISDuD3CQkKGgr2/K0SAAAABAAA/4AEAAWAAAcADwAXAEsAACQ0JiIGFBYyEjQmIgYUFjIENCYiBhQWMjcUBgcCBwYHDgEdAR4BFRQGIiY1NDY3ES4BNTQ2MhYVFAYHETY3PgU1LgE1NDYyFgEgOFA4OFA4OFA4OFACuDhQODhQmDQsAuBDiIBTLDRwoHA0LCw0cKBwNCw2ZDdBTConESw0cKBwGFA4OFA4BLhQODhQOEhQODhQOGA0WRn+4X8mKyg+RRoZWTRQcHBQNFkZAzQZWTRQcHBQNFkZ/g8aHxEZJSo8TzQZWTRQcHAAAAgAAP+ABoAGAAANABkAJQBAAFwAaAB0AIIAAAkBBiInJjQ3ATYyFxYUFxEUBiImNRE0NjIWJhQGIyEiJjQ2MyEyBRQPAQYjIicBJic3AR4BPwE2NTQnATcWFwEWAQcBJiMiDwEGFRQXAQcmJwEmNTQ/ATYzMhcBFgQUBiMhIiY0NjMhMgERFAYiJjURNDYyFgUBBiInJjQ3ATYyFxYUAbf/AAsYCwkJAQAKGgoJoBIcEhIcEuASDv7ADhISDgFADgUCVZNTeHlT/rIVFe8BERtSG5McHP7uEiMVAVBU/Zfv/u8cKCcdkxwcARISIxX+sFRVk1N4eVMBThUCjhIO/sAOEhIOAUAO/fISHBISHBIBl/8ACxgLCQkBAAoaCgkBCf8ACQkKGgoBAAkJChoz/sAOEhIOAUAOEhLgHBISHBKgeFOSU1UBTxUjEv7uGwEbkhwnKBwBE+8VFf6wVgJeEgESHBuSHCcoHP7u8BUVAVBWdnhTklNV/rEVaRwSEhwSAgD+wA4SEg4BQA4SEqX/AAkJChoKAQAJCQoaAAACAGAAAAP8BQAADwA8AAABFRQGKwEiJj0BNDY7ATIWARQOAwcOARUUBisBIiY9ATQ2Nz4BNTQmIyIHBgcGIyIvAS4BNxIhMh4CAsAYEPAQGBgQ8BAYATwfJ0csJyk3GBDwDxWCTjsyXT1BKyNIDRIMDaQNBQigATBQooJSARjwEBgYEPAQGBgCSDZeOzwbFhdUGREfJRMtU5MjGzovKkAdGVoQCH0KHg0BCj5olwAAAAIAAAAAAoAFgAAeAC4AACUVFAYjISImPQE0NjsBESMiJj0BNDYzITIWFREzMhYDFRQGIyEiJj0BNDYzITIWAoAmGv4AGiYmGkBAGiYmGgGAGiZAGiaAJhr/ABomJhoBABomwIAaJiYagBomAYAmGoAaJiYa/cAmBGbAGiYmGsAaJiYAAAIAYgAAAh4FgAAPAB8AAAEVFAYjISImPQE0NjMhMhYTAw4BIyEiJicDJjYzITIWAgAmGv8AGiYmGgEAGiYeHAEnGv8AGicBHAElGgFAGiUBIOAaJiYa4BomJgQG/QAaJiYaAwAaJiYAAgAFAAAF/gVrACUASgAAJRUjLwEmJyMOAgcGDwEhNTMTAyM1IRcWFxYXMzY/AiEVIwMTARUhJyY1ND4ENTQmIyIHBgcnNjc2MzIWFRQOBAczNQOB+J8YCAMDAQMEAQoPm/7+gMW5iQEUiwIVCAMDAwgZjAEBfbjMAur9/gMENE5aTjQ7KTMuDhZpGiVTaW6IMUtYTDcD6Ken/CoJDAMHCQIUGPqnASMBEKjkBCYJDAkMKuSo/vX+2AKnzhscEkBqQz8uPiEmMScLG1wlHUF3YzheOzorPCFQAAAAAAIABf8ABgADggAlAEkAACUVIy8BJicjDgIHBg8BITUzEwMjNSEXFhcWFzM2PwIhFSMDEwUVIScmNTQ+BDU0JiMiBwYHJzY3NjMyFhUUDgMHMzUDgfifGAgDAwEDBAEKD5v+/oDFuYkBFIsCFQgDAwMIGYwBAX24zALs/f4EAzROWk40OykzLg4WaRolUGxuiEVjZEoE6Ken/CoJDAMHCQIUGPqnASMBEKjkBCYJDAkMKuSo/vX+2NnOGy0BQGpDPy4+ISYxJwsbXCUdQXdjQmlDOkQnUAAAAAIAAQAAB38FAAADABcAACUBIQkBFgYHAQYjISImJyY2NwE2MyEyFgOAAVD9AP6wBvUPCxn8gCY6/QAmPxAPCxkDgCY6AwAmP4ABgP6ABDUiSxz8ACwpIiJLHAQALCkAAAEAAP/cBoAGAABoAAABFAYjIi4CIyIVFBYHFSIHDgIjIiY1ND4CNTQmIyIGFRQeAhUUBwYjIicuAS8BIiciNREeAhcWMzI3NjU0LgI1NDYzMhYVFA4CFRQWMzI2NxUOAgcGFRQXFjMyPgIzMhYGgFlPKUktRCVuIAEWCyJ/aC49VCMpI2xRVHYeJR4uJVBflgklCQ0BAgICHyUDll9QJS4eJR52VVBsIykjVD1A6C8BBQUBGCMsLRY5MVArUlsBtlFsIykjfCeYJwUBAxEKNTklRC1JKU9ZW1IrUDE5Fi0sIxgCBAICAQEEAAEFBQEYIywtFjkxUCtSW1lPKUktRCU5NR4CAgIfJQOWX1AlLh4lHnYAAAIAAP+ABIAGAAAnADMAAAEVFAAHFSEyFhQGIyEiJjQ2MyE1JgA9ATQ2MhYdARQAIAA9ATQ2MhYBERQGICY1ETQ2IBYEgP7Z2QEAGiYmGv2AGiYmGgEA2f7ZJjQmAQcBcgEHJjQm/wC8/vi8vAEIvANAgN3+uRiEJjQmJjQmhBgBR92AGiYmGoC5/vkBB7mAGiYmAWb+AIS8vIQCAIS8vAADAA3/gAVzBgAACwBDAEsAAAEHJj0BNDYyFh0BFAkBFRQGIyInBxYzMgA9ATQ2MhYdARQABxUhMhYUBiMhIiY0NjMhNSYnBwYiLwEmNDcBNjIfARYUJQERNDYzMhYBD2UqJjQmBGn+l7yENzZgYWy5AQcmNCb+2dkBABomJhr9gBomJhoBAH1u/goaClIKCgTSChoKUgr+ev2TvIRmpQJPZWdvgBomJhqANQIe/peAhLwTYDMBB7mAGiYmGoDd/rkYhCY0JiY0JoQNRP4KClIKGgoE0goKUgoaev2TAgCEvHYAAAACAAD/gAUABYAABgAiAAABESERNjc2ExEUDgUHBiInLgY1ETQ2MyEyFgRA/kB3XuvAQ2OJdH41EAwcDBA1fnSJY0MmGgSAGiYCQAKA+48/SrgDsP0AVqmDfFJJGgcGBgcaSVJ8g6lWAwAaJiYAAAAABAAA/wAGgAYAAAMAEwAjAEcAABchESElETQmKwEiBhURFBY7ATI2JRE0JisBIgYVERQWOwEyNiURFAYjISImNRE0NjsBNTQ2OwEyFh0BITU0NjsBMhYdATMyFoAFgPqAAYASDkAOEhIOQA4SAwASDkAOEhIOQA4SAYBMNPqANExMNIBeQkBCXgGAXkJAQl6ANEyABADAASAOEhIO/uAOEhIOASAOEhIO/uAOEhJO+wA0TEw0BQA0TGBCXl5CYGBCXl5CYEwAAAACAAP/gAWABeAABwBMAAAANCYiBhQWMiURFAcGIyInJS4BNSEVHgEVERQGIyEiJjURNDY3NSMiDgMHBiMiJy4BNz4ENyY1NDYyFhUUByE0NjclNjMyFxYCACY0JiY0A6YMCAwEA/5ACw7/AG+RJhr+ABomfWMgO3BHPRQEESgQDRcRDAUTOEFpOBlehF4OAS4OCwHAAwQMCAwFJjQmJjQmYP7AEAkHAWACEgtmF7Bz/OAaJiYaAyBqqR5vLztKIQgjBwwyGAogS0FFEiosQl5eQiEfCxICYAEHCQAAAgAk/yAGgAWAAAcALQAAADQmIgYUFjIBFAIHBgcDBgcFBiMiLwEmNxMBBQYjIi8BJjcTNjclNjc2JCEyFgWgOFA4OFABGJeyUXIUAg7+gAcJDAtADQVV/uf+7AMGDglAEQzgChABe2BQvAFUAQUOFAQYUDg4UDgBgPn+lbNQYP6FEArgBAlADhIBFAEZVQEJQBMUAYAOAhRyUbuOEwAAAAEAAAAABtEFAAAWAAABAyETNicmKwEDIRMhAyETAyEyFhceAQbRpP6ysg0cGzipzP6yzP7izP6yzJkE/GWxOzwqAvv9BQNAOCAh/EcDufxHA7kBR1FJSb8AAAAAAgAA/4AGAAWAABQAIAAAJTc2NCcJATY0LwEmIgcBBhQXARYyABACBCAkAhASJCAEA41mExP+zQEzExNmEzQT/joTEwHGEzQChs7+n/5e/p/OzgFhAaIBYY1mEzQTATMBMxM0E2YTE/46EzQT/joTAtf+Xv6fzs4BYQGiAWHOzgACAAD/gAYABYAAFAAgAAAlATY0JwEmIg8BBhQXCQEGFB8BFjIAEAIEICQCEBIkIAQCzQHGExP+OhM0E2YTEwEz/s0TE2YTNANGzv6f/l7+n87OAWEBogFhjQHGEzQTAcYTE2YTNBP+zf7NEzQTZhMC1/5e/p/OzgFhAaIBYc7OAAIAAP+ABgAFgAAUACAAAAE3NjQnASYiBwEGFB8BFjI3CQEWMgAQAgQgJAIQEiQgBASNZhMT/joTNBP+OhMTZhM0EwEzATMTNAGGzv6f/l7+n87OAWEBogFhAY1mEzQTAcYTE/46EzQTZhMTATP+zRMB1/5e/p/OzgFhAaIBYc7OAAAAAAIAAP+ABgAFgAAUACAAACUBNjQvASYiBwkBJiIPAQYUFwEWMgAQAgQgJAIQEiQgBAMtAcYTE2YTNBP+zf7NEzQTZhMTAcYTNALmzv6f/l7+n87OAWEBogFh7QHGEzQTZhMT/s0BMxMTZhM0E/46EwJ3/l7+n87OAWEBogFhzs4AAgAA/0AFgAWAABEAFgAAATchEyEPAS8BIxMFMzUlEyEnASEDBSUEahD8jC8CZBbFxA2vFgFqBAFnMv18D/44BYCA/b79wgOrr/3q5DU1jP7qZAFjAiC1AdX6YqKiAAAAAQAM/0AG9AWAAA8AAAEhCQITIQcFJRMhEyE3IQETBeH+9vzc/UZHASkdAaYB5kT7SDoEuSb7SAWA+sv+9QELAWSToaEBUwEpvwAAAAIAAP8QBwAGAAAHAFUAAAA0JiIGFBYyAREUBwYjIi8BBgQgJCcHBiMiJyY1ETQ2MyEyFxYPAR4BFxEjIiY9ATQ2OwE1LgE1NDYyFhUUBgcVMzIWHQEUBisBET4BNycmNzYzITIWA8AmNCYmNANmFAgEDAtdd/5x/jT+cXddCQ4ECBQSDgFgFggID2RD9ZXAGiYmGsA6RpbUlkY6wBomJhrAlfVDZA8ICBYBYA4SBOY0JiY0Jvyg/qAWCAIJXY+np49dCQIIFgFgDhIUExBkW30UAocmGoAaJqMidUZqlpZqRnUioyYagBom/XkUfVtkEBMUEgABAAAAAASABgAAIwAAATIWFREUBiMhIiY1ETQ2OwERNAAgABUUBisBIiY1NCYiBhURBCAoODgo/EAoODgoIAEHAXIBByYaQBomltSWAwA4KP3AKDg4KAJAKDgBQLkBB/75uRomJhpqlpZq/sAAAAAABQAA/4AGAAWAAAcADwAXACcAMwAAABQGIiY0NjIAECYgBhAWIAAQACAAEAAgABAuAiAOAhAeAiA+ARIQAgQgJAIQEiQgBAQAltSWltQBFuH+wuHhAT4BYf7U/lj+1AEsAagBrGar7f787atmZqvtAQTtq+bO/p/+Xv6fzs4BYQGiAWEC6tSWltSW/mEBPuHh/sLhAlT+WP7UASwBqAEs/X4BBO2rZmar7f787atmZqsCQP5e/p/OzgFhAaIBYc7OAAAAAAMAAAIABYADgAAPAB8ALwAAARUUBisBIiY9ATQ2OwEyFgUVFAYrASImPQE0NjsBMhYFFRQGKwEiJj0BNDY7ATIWAYA4KMAoODgowCg4AgA4KMAoODgowCg4AgA4KMAoODgowCg4AyDAKDg4KMAoODgowCg4OCjAKDg4KMAoODgowCg4OAAAAAADAAAAAAGABYAADwAfAC8AAAEVFAYrASImPQE0NjsBMhYRFRQGKwEiJj0BNDY7ATIWERUUBisBIiY9ATQ2OwEyFgGAOCjAKDg4KMAoODgowCg4OCjAKDg4KMAoODgowCg4ASDAKDg4KMAoODgB2MAoODgowCg4OAHYwCg4OCjAKDg4AAAEAAD/gAYABYAABwAbADUARQAAJDQmIgYUFjIlJgAnJgYdARQWFx4BFx4BOwEyNiUmAi4BJCcmBwYdARQWFxYEEhceATsBMjc2AREUBiMhIiY1ETQ2MyEyFgIAS2pLS2oBqg3+uekOFBENmtwLARINgA0UAX8FZrHp/uGaDgkKEg3MAVzRBwESDYANCgsBH6l3/EB3qal3A8B3qctqS0tqSyLpAUcNARQNgA0SAQvcmg0RFA2aAR/psWYFAQoKDYANEgEH0f6kzA0SCgkDzfxAd6mpdwPAd6mpAAAAAgAA/4AGAAWAAAsAGwAAACAEEhACBCAkAhASATY0JwEmBwYVERQXFjMyNwIvAaIBYc7O/p/+Xv6fzs4DsiAg/eAfISAgEBARDwWAzv6f/l7+n87OAWEBogFh/ZcSShIBQBMSEyX9gCUTCAkAAwA2/zUGywXKAAMAEwAvAAAJBTY0JwEmIgcBBhQXARYyCQEGIi8BNjQmIgcnJjQ3ATYyHwEGFBYyNxcWFAQAATz9xP7EAWkCahMT/pYSNhL9lhMTAWoSNgOL/HUlayV+OHCgOH0lJQOLJWslfThwoDh+JQQ8/sT9xAE8/mkCahM0EwFqEhL9lhM0E/6WEgKP/HQlJX44oHA4fiVrJQOKJSV9OKBwOH0lawAAAAIAAP+ABgAFgAAPAB8AAAE1NCYjISIGHQEUFjMhMjYBERQGIyEiJjURNDYzITIWBQAmGvyAGiYmGgOAGiYBAKl3/EB3qal3A8B3qQJAgBomJhqAGiYmAjr8QHepqXcDwHepqQADAAAAAAWABYAADwAfAC8AAAEVFAYjISImPQE0NjMhMhYTETQmIyEiBhURFBYzITI2ExEUBiMhIiY1ETQ2MyEyFgSAEg78wA4SEg4DQA4SgF5C/MBCXl5CA0BCXoCpd/zAd6mpdwNAd6kC4EAOEhIOQA4SEv4yA0BCXl5C/MBCXl4DgvzAd6mpdwNAd6mpAAABAAMAAAP6BX8AHAAAAQYrAREUBiMhIicmPwE2MyERIyInJjcBNjIXARYD+hIowBIO/UAVCAgMoAkQAUDAKBIRGgFAEj4SAUAbA6Ul/KAOEhIUD8ALAoAlJR8BgBYW/oAgAAAAAQAD/4AD+gUAABsAABMhMhYVETMyFgcBBiInASY3NjsBESEiLwEmNzYgAsANE8AoJBv+wBI+Ev7AGhESKMD+wA4LoA0JCQUAEw78oUog/oAWFgGAHyYlAoALwA4UEwAAAgAA/4AGAAWAABQAJAAAJQE2NC8BJiIHAScmIg8BBhQXARYyAREUBiMhIiY1ETQ2MyEyFgKtAmYTE2YTNBP+LdMTNBNmExMBZhM0A2apd/xAd6mpdwPAd6ntAmYTNBNmExP+LdMTE2YTNBP+mhMDhvxAd6mpdwPAd6mpAAUAAP+ABgAFgAAGABAAFQAfAC8AAAEXByM1IzUBFgcBBicmNwE2CQMRATc2NC8BJiIPASURFAYjISImNRE0NjMhMhYBlJg0OGAB0g4R/t0RDQ4RASMR/vsCIP7g/eADgFwcHJgcUBxcAqCpd/xAd6mpdwPAd6kBrJg0YDgBug0R/t0RDg0RASMR/UACIAEg/eD+4AJgXBxQHJgcHFxg/EB3qal3A8B3qakAAAACAAD/gAYABYAAGQApAAABETQmIyEiBwYfAQEGFB8BFjI3ARcWMzI3NgERFAYjISImNRE0NjMhMhYFACYa/iAqEREfkP3qExNmEzQTAhaQEhsMDScBAKl3/EB3qal3A8B3qQJgAeAaJicpHZD96hM0E2YTEwIWkBMFEQIq/EB3qal3A8B3qakAAgAA/4AGAAWAACUANQAACQE2NCcBJgcGHQEiDgUVFBcWMzI3NicCNz4BMxUUFxYzMgERFAYjISImNRE0NjMhMhYD7QFgExP+oB4nKHfCg2E4IQqnCw4HBhYDLGouqIwoDAwaAiapd/xAd6mpdwPAd6kBswFgEzQTAWAfEREqoCc/X2B6ZTy13wwDCRgBYnc0L6AqEQUCwPxAd6mpdwPAd6mpAAAEAAD/gAYABYAAAgAGABIAHgAAAS0BAREBEQAQLgEgDgEQHgEgNgAQAgQgJAIQEiQgBAKAAQD/AAGA/gADIJL6/tj6kpL6ASj6AXLO/p/+Xv6fzs4BYQGiAWEBwICAAU/94v8AAh7+3QEo+pKS+v7Y+pKSAl/+Xv6fzs4BYQGiAWHOzgADAAD/gAYABYAADQAdAC0AAAEWBwEGIicBJjc2MyEyExE0JiMhIgYVERQWMyEyNgERFAYjISImNRE0NjMhMhYEeRIX/sATQhP+wBcSESgCgCiYEw38QA0TEw0DwA0TAQCpd/xAd6mpdwPAd6kDXSMf/kAbGwHAHyMj/SADwA0TEw38QA0TEwPN/EB3qal3A8B3qakAAwAA/4AGAAWAAA0AHQAtAAABBiMhIicmNwE2MhcBFhMRNCYjISIGFREUFjMhMjYBERQGIyEiJjURNDYzITIWBHkRKP2AKBESFwFAE0ITAUAXdRMN/EANExMNA8ANEwEAqXf8QHepqXcDwHepAaMjIyMfAcAbG/5AH/7aA8ANExMN/EANExMDzfxAd6mpdwPAd6mpAAMAAP+ABgAFgAANAB0ALQAAABQHAQYnJjURNDc2FwETETQmIyEiBhURFBYzITI2AREUBiMhIiY1ETQ2MyEyFgRAG/5AHyMjIyMfAcDbEg78QA4SEg4DwA4SAQCpd/xAd6mpdwPAd6kCoUIT/sAXEhEoAoAoERIX/sD97APADhISDvxADhISA878QHepqXcDwHepqQABAAAAAAPzBYAAYAAAJRcWBg8BDgcjIgAnIyImPQE0NjsBJjcjIiY9ATQ2OwE2ADMyFxYXFg8BDgEvAS4FIyIGByEyFxYPAQYjIQYXITIXFg8BDgEjIR4BMzI+BD8BNhcWA9AjAwwLBQQNExgbISInE+r+oj9fDRMTDUICA0MOEhIOYkMBYeBmXAsJBgMrAxYNBAQPFBkbHw5+yDIB1BAJCgMYBRv+GAMDAcsPCgkDGAISC/59MMt/EiQfHBUQBAUNDQzlnwwVBAECAwYFBQUEAgEF3RMNcQ0TOTASDnIOEtIBABcDDAsNnw0NBAEBAwQDAwKAcAwMDnIaJUQMDA9wCw91iQMEBQUEAQIFBwcAAAEAAAAAA/wFgAA/AAABERQGIyEiJj0BNDY7AREjIiY9ATQ2OwE1NDYzMhceAQ8BBgcGJy4CIyIGHQEhMhYdARQGIyERITU0NjsBMhYD/BIO/EQOEhMNYV8OEhIOX/e/uZYJAghnCQ0NCgUqYC1VaAExDRMTDf7PAZ4SDqIOEgGP/pEOEhIOlg0TAX8TDYMOEt+r3n0IGQp/CwECCQUcJF5M1xIOgw0T/oW1DRMTAAAAAQA0/wAD0gYAAGIAAAEUBgcVFAYrASImPQEuBCcmPwE2NzYXMBcWFxYzMjY1NC4DJy4INTQ2NzU0NjsBMhYdAR4EFxYPAQYHBicuBCMiBhUUHgQXHgYD0sefEg6HDRNCe1BEGQURD2cHEA8JAnGCJSVRex4lUDQ2Jy1OL0IpLhkRxJ0TDYcOEjlrQzwSBhEMUQgPDg0DFzc+VypfeBEqJUsuLzU4YDdFJRoBX5ndGq8OEhMNrwksLTMYBhUUhwoCAgsCYxoIVk8cMiIpFxUQEiMbLCk5O0opitAetA0TEg6wBiIhKhAGEhSSDwEDCgMSIx0XVkQaLCcbIxMSFBcvJj5BWAABAAAAAAOCBYAAPgAAARUUBisBDgEHFgEWBwYrASInACcmPQE0NjsBMjY3ISImPQE0NjMhJisBIiY9ATQ2MyEyFh0BFAYrARYXMzIWA4ISDqgX1KqnASQOCggVwxAJ/s7ACRMNcIShFv5VDhISDgGdOdORDRMSDgNADhISDukvEasOEgQqZg4SkLQUsv6aEBISDAFvzAkNfw0TVlISDmYOEnETDYUOEhIOZg4SPVMSAAEABAAAA/8FgABFAAAhIyImNREhIiY9ATQ2MyE1ISImPQE0NjsBASY3NjsBMhcTFhc+ATcTNjsBMhcWBwEzMhYdARQGIyEVITIWHQEUBiMhERQGAlusDRP+4A0TEw0BIP7gDRMTDdb+vwgIChLCEwrXEyUKKQe/CBW/EQoJCP7H1w0TEw3+3gEiDRMTDf7eExIOAUoSDmcNE1USDmgNEwJCEBAQEv5XJlcYWBEBpBMQDhH9vRMNaA4SVRMNZw4S/rYNEwACAAAAAAUABYAABwA4AAAANCYjIREhMgAQBiMhFSEyFh0BFAYjIRUUBisBIiY9ASMiJj0BNDY7ATUjIiY9ATQ2OwERNDYzITIEE4Jq/sABQGoBb/3I/qwB+Q4SEg7+BxMNpw4S4A4SEg7g4A4SEg7gEg4CG8gDZ8h8/kABof5+9HYSDoAOEsAOEhIOwBIOgA4SdhIOlQ0TAnUOEgAGAAAAAAcABYAACAAMABAAGQAdAG4AAAETIxMWFBc0NhM3IRchMycjARMjExQWFzQ2EzchFwUVFAYrAQMGKwEiJwMjAwYrASImJwMjIiY9ATQ2OwEnIyImPQE0NjsBAyY3NjsBMhcTIRM2OwEyFxMhEzY7ATIXFgcDMzIWHQEUBisBBzMyFgICUZ9LAQEBdCP+3CABoYsjRgGfTqJRAQEBbyH+1yICgBIO1aQHGJ8YB6bRpwcYnwsRAqDQDhISDq8hjg4SEg5tWQUKChCJGgVaAWdhBxh+GAdiAW1dBRqJEAoKBVtvDhISDpEisw4SAVUBK/7UAQQBAQUBrICAgP3UASz+1QEFAQEEAa2AgCBADhL9mBgYAmj9mBgOCgJoEg5ADhKAEg5ADhIBWA8NDBj+mAFoGBj+mAFoGAwND/6oEg5ADhKAEgAAAwA4/wAE6AWAADMASABcAAABFgceAQcOBAcVIzUiJxUjESImKwE3MzI3ETMmIxEmKwE1FzI3NTMVNjM1MxUeAwM0LgQiBiMRMhYyPgYDNC4EDgEjETIWPgYEjxKVdXQNBzNOdH9SmlAqmhJIE8gfbzIIEAYKDUxv1EAhmlIomk96aD3RHixHPFgyTwgIOiZEMUEuMR4TRxkkPDJJK0EHBTsiQiw7JiQSA4C2TByWi0dsRi8WBP/7AfwA/wG3MwGSAQEfRKQBAfz3AvX8Bx87Yf2dJDgkGQwGAv6uAQMFDBAaIi4B+CEzIRcKBgEB/s0BAQMIDhcfLgACAAD/AAYABgAABgAYAAABERYXARYXBRQWMyERFAYjISImNRE0NjMhBAAWDgGYDg79qDgoAiA4KPrAKDg4KAMgBAAB2A4O/mgOFiAoOPvgKDg4KAZAKDgABQAA/wAGAAYAAAYAGAAoADgASAAAARYXIREWFwMhERQGIyEiJjURNDYzIREUFhM1NCYjISIGHQEUFjMhMjYRNTQmIyEiBh0BFBYzITI2ETU0JiMhIgYdARQWMyEyNgW8Dg7+KBYORAIgOCj6wCg4OCgDIDjIEg79QA4SEg4CwA4SEg79QA4SEg4CwA4SEg79QA4SEg4CwA4SBCQOFgHYDg79xPvgKDg4KAZAKDj94Cg4/SBADhISDkAOEhIBDkAOEhIOQA4SEgEOQA4SEg5ADhISAAAEACL/AAZ9BgAACgAkAEIAUgAAATMvASY1IwcUBgcBFAcBBiMiJwEmNzY7ARE0NjsBMhYVETMyFgUVITUBNj8BNSIGIwYrARUjNSEVAQYPARU3NjsBNRMVITUzJyMHMxUhNTMTMxMEp7FIDAIEAwcE/fAK/sEKDQwL/sAPCAgWwBIOwA4SwA4SA0T9uAFxDAkLAgkDDBLoeAI3/o8GDwsOCRX40v7gSy/zL0v+4UbmouYEaNovEAQUASIM+x4MDP7BCQkBQBATFAVgDhISDvqgEoXpWgIREgkJAwEDc+VZ/e4IEgsCAgJ3A4FqapCQamoClv1qAAAAAAQAIv8ABn0GAAAKACQANABSAAAlMy8BJjUjBxQGBwUUBwEGIyInASY3NjsBETQ2OwEyFhURMzIWARUhNTMnIwczFSE1MxMzEwMVITUBNj8BNSIGIwYrARUjNSEVAQYPARU3NjsBNQSnsUgMAgQDBwT98Ar+wQoNDAv+wA8ICBbAEg7ADhLADhIDnf7gSy/zL0v+4UbmouYT/bgBcQwJCwIJAwwS6HgCN/6PBg8LDgkV+GjaLxAEFAEiDOIMDP7BCQkBQBATFAVgDhISDvqgEv78amqQkGpqApb9agR/6VoCERIJCQMBA3PlWf3uCBIKAwMBdwAFACL/AAcABgAAGQApADkASQBZAAAlFAcBBiMiJwEmNzY7ARE0NjsBMhYVETMyFgUVFAYjISImPQE0NjMhMhYDFRQGIyEiJj0BNDYzITIWAxUUBiMhIiY9ATQ2MyEyFgMVFAYjISImPQE0NjMhMhYC4Ar+wQoNDAv+wA8ICBbAEg7ADhLADhIEIBIO/MAOEhIOA0AOEsASDv2ADhISDgKADhLAEg7+QA4SEg4BwA4SwBIO/wAOEhIOAQAOEmAMDP7BCQkBQBATFAVgDhISDvqgEo7ADhISDsAOEhIB8sAOEhIOwA4SEgHywA4SEg7ADhISAfLADhISDsAOEhIAAAAABQAi/wAHAAYAAA8AKQA5AEkAWQAABRUUBiMhIiY9ATQ2MyEyFiUUBwEGIyInASY3NjsBETQ2OwEyFhURMzIWARUUBiMhIiY9ATQ2MyEyFhMVFAYjISImPQE0NjMhMhYTFRQGIyEiJj0BNDYzITIWBMASDv8ADhISDgEADhL+IAr+wQoNDAv+wA8ICBbAEg7ADhLADhICoBIO/kAOEhIOAcAOEsASDv2ADhISDgKADhLAEg78wA4SEg4DQA4SIMAOEhIOwA4SEnIMDP7BCQkBQBATFAVgDhISDvqgEgFywA4SEg7ADhISAfLADhISDsAOEhIB8sAOEhIOwA4SEgAAAAQAIv8ABc4GAAAKACQAQwBWAAAlNCYjIgYUFjMyNgUUBwEGIyInASY3NjsBETQ2OwEyFhURMzIWJRQOAyMiJyYnNxYXFjMyNjcjDgEjIiY1NDYzMhYDFSE1MxE0Nj0BIwcGDwEnNzMRBUJYOzQ+SUQyRv2eCv7BCg0MC/7ADwgIFsASDsAOEsAOEgLuGjhQdUU+LhgSJw8QJSZUZRACFVEsaoaQbXukHv4rpwECBwgSPlLAe98/akpyTDZWDAz+wQkJAUAQExQFYA4SEg76oBI3PndtUjEQCAdxBwQNdVcXHI9laZK9Ai9ycgGwBxgFEAwNEjpWuf1yAAAAAAQAIv8ABc4GAAAKACQANwBWAAABNCYjIgYUFjMyNgEUBwEGIyInASY3NjsBETQ2OwEyFhURMzIWBRUhNTMRNDY9ASMHBg8BJzczERMUDgMjIicmJzcWFxYzMjY3Iw4BIyImNTQ2MzIWBUJYOzQ+SUQyRv2eCv7BCg0MC/7ADwgIFsASDsAOEsAOEgLQ/iunAQIHCBI+UsB7wxo4UHVFPi4YEicPECUmVGUQAhVRLGqGkG17pATfP2pKckw2+6oMDP7BCQkBQBATFAVgDhISDvqgEvxycgGwBxgFEAwNEjpWuf1yBTM+d21SMRAIB3EHBA11Vxccj2Vpkr0AAAMAAP+ABkAFgAALABsAXAAAJTQmIyIGFRQWMzI2ExEUBiMhIiY1ETQ2MyEyFgUUBxYVFgcWBwYHFgcGBysCIi4BJyYnLgE1ETQ2Nz4BNzY3PgI3PgI3NjMyHgUVFA4BBw4CByEyFgEAJhobJSUbGiagJhr+4BomJhoBIBomBKA3DwMuEREPJwk6QIUkTBFCnFdNeyMaJiQZGGgxRCESGgkJBwscFBMaLkkvIQ8JARMTEgMOCAQBFU5ywBomJhobJSUCG/2AGiYmGgKAGiYmGlY/LCBMPTg9OSVwRUwCHxsaKwEBJRoCgRklAgJyQFchEjwlKicsPBQTFR8yKDweGCZMLCIGGBQOcgAAAAADAAD/AAZABQAACwAbAFwAAAEUBiMiJjU0NjMyFhMRNCYjISIGFREUFjMhMjYlFhUOASMhHgIXHgIVFA4FIyInLgInLgInJicuAScuATURNDY3Njc+AjsDFhcWBxYXFgcWBxQBACYaGyUlGxomoCYa/uAaJiYaASAaJgRpNwFxTv7rBAgOAxISFAEJDyEvSS4aExQcCwcJCRoSIUQxaBgZJCYaI3tNV5xCEUwkhUA6CScPEREuAwPAGiYmGhslJf3lAoAaJiYa/YAaJiavPVhOcg4UGAYlKE0mGB48KDIfFRMUPCwnKiU8EiFXQHICAiUZAoEaJQEBKxobHwJMRXAlOT04PUwgAAAMAAD/gAYABYAACQAPABcAKwA9AFwAZAB/AIwAngCyAMIAACU1NCMiBxUWMzI3MzU0IhUlFSMRIxEjNQURIzUGIyInJjURMxEUFxYzMjcRBRUUBwYjIicVIxEzFTYzMhcWFxUUBwYHBiMiJyY9ATQ3NjIXFh0BIxUUMzI3NDY0NQEVFCI9ATQyATQnLgEnJiEgBw4BBwYVFBceARcWIDc+ATc2ARMjBycjHgEXFhcVMyU1NCcmIyIHBh0BFBcWMzI3NhczESMRBiMiJyY1ESMRFBcWMzI3AREUBiMhIiY1ETQ2MyEyFgOXHREQEBEduEJC/cVQSk4BsUMnJSEJBkIBAQ4UFgE/BwwpIyFDQyAkKQwH+wIDDBs1NB0VFB1mGxWFIhgGAf6BQEACFRMKQiuI/uz+7YgsQQoUFApBK4kCJokrQQoU/Q1aSzM1TgcgCCMLSgEhFR0xMxsVFRszMR0VtUNDFhQPAQFDBgsgJCkB96l3/EB3qal3A8B3qemdMhDgEKsiMzPoRv5ZAadGfv6RKC0cESUBIv7yGAIPHwEYb5I0FSopJAHtoSgqFbYJHQ4WEigmGzuBOxsmJh05TEEzGgEMFQsDOJwzM5w0/QOxUyw7BQ8PBTssV62wVCs8BQ8PBTwrVAM7ASjDwxdcF2c3yXiCOh0mJh06gjodJiYbPAFy/uUfEAIYARD+2yUSGy0BCPxAd6mpdwPAd6mpAAAACwAb/wAF5QYAAAkADwAXACsAPQBbAGMAfQCJAJsArwAAARUUIyInETYzMgUVIzU0MiUzNSEVMxEzITMRIxEGIyInJjURIxEUFxYzMjclNTQnJiMiBzUjETM1FjMyNzYlNSMUBwYjIj0BMzU0JyYjIgcGHQEUFxYzMjc2NzYBNTQiHQEUMgEUBw4BBwYgJy4BJyY1NDc+ATc2IBceARcWATMDESMRJicmJzMTBRUUBwYjIicmPQE0NzYzMhcWJREjNQYjIicmNREzERQXFjMyNxEDyycXFhYXJwFSWlr8Omv+yGlkASBZWR4bEgMBWQgMLjA2Aa0JETYyK1lZLTA2EQkBUlsCByEusxsnQ0QnHB0nRUgkEgMC/aBWVgLPGg5YOrj9Grg6WQ0aGg5YO7cC5rg6WQ0a/BpmeWQOLyUcakcBthwmREMmHBwmQ0QmHAFPWzUyLg0IWwEDEhseASTTQxYBLRZELi5Ell5e/ccB7v6GKhUDIAFs/nkxGCU9XsVJGjg22f1pMDc3G1MNMwokRVdnTyUzMyVPrU8lMzUbGwkDwtJFRdJG/VfqdDtQBhUVBlA7cO7qdDtQBxQUB1A7cAQO/nH+8QEPSopnVP75Rq9RJTMzJlCvUCUzMyVS/g03PiUYMwGK/pEhAhYrAX0AAAIABf+ABXsF9gATACcAAAEGAwYrASImNxMyJwMmNzY7ATIXARYHARUBFgcGKwEiJwE2ATY7ATICVQr3GybvFRQK/QEBoQwLCRfvKBoDygsL/fABUAsKChbvKhj+rRICARkn8RYDZRL+Si4iEwHAAQEXFg8PLQFkEBX8WgH9mRQRDy0CbiADji0AAAAAAwAA/4AGAAWAABMAJwA3AAABNCcmKwEiBwYfARUDBhcWOwEyNwEmKwEiBwEWARY7ATI3NicBNQE2FxEUBiMhIiY1ETQ2MyEyFgKtfhUfuBIIBwh9xAkJCBC5HxMDNwcRux4T/mUBAQUUILgSBwgJ/vwBmQjbqXf8QHepqXcDwHepAwMB3SILDBHYAf6mDg4NJANRDCP9JwL+ISMMDQ8B3AEC0xCI/EB3qal3A8B3qakAAAAAAgAAAAoHAAT2AAIASQAAAS0BEzIEHwEyHgUXHgIXHgEXHQEWBw4BDwEOBiMGISYkLwIuAicuAicuASc9ASY3PgE/AT4GMzYCxwHk/hy5qAE5SUkBIA4hGCAeDgYTJwcICQEBEwckDg4OHiAYIQ8fAfv+iM/+zzAxJCQlQRgGEycHCAkBARMHJA4ODh4gGCEOIAH7AZj6/QFnCQUEAwMGChAXDwYZXDdAkSkoiJGRN1kREQ8XDwoGAwMTAgkDBAQFCiAZBhlcN0CRKSiIkZE3WRERDxcQCgYDAxIAAAUAQP+ABsAFigADABMAFwAbAB8AAAkEFQEVJwc1ATUXATUXNxUJDAGSAe7+qv4WBSz+FgEB/heTAVYBAQFX/VEBVv4S/q4FLgFS/hf+qQFXAen+rv4SAz3+z/7jAT/+5Gz+2wEBAQEBJWxgARwCAQEC/uQE2P7j/tABDv7y/vH+wQEdA37+wf7yATAABgAL/wAF9QYAAAcACwAPABMAFwAbAAAFIREjESERIyU3BQcBNwEHATcBBwMBBwkBNSEVBQn7oqAFnqD8UiEDDyH9WEMC1UP99GYCZmbZAd2A/iP9sgMgYAHg/YACgCydpZwCGpL+rZECtnv9/3sDe/1/YAKB+qGfnwAAAAUAAP+ABgAFgAAHAA8AFwBPAGcAAAA0JiIGFBYyABAGICYQNiAkFAYiJjQ2MiQiJg4CBw4BBw4DFhQGHgIXHgEXHgM2MhY+Ajc+ATc+AyY0Ni4CJy4BJy4DABAHDgEHBiAnLgEnJhA3PgE3NiAXHgEXBACW1JaW1AEg5v645uYBSAFSNkw2Nkz+Rw6LSHlVHTJMFAsPBQEBAQEFDwsUTDIdVXlIiw6LSHlVHTJMFAsPBQEBAQEFDwsUTDIdVXlIAm4FCuTQWP42WNDkCgUFCuTQWAHKWNDkCgIW1JaW1JYBpP645uYBSOY2TDY2TDaAAQEFDwsUTDIdVXlIiw6LSHlVHTJMFAsPBQEBAQEFDwsUTDIdVXlIiw6LSHlVHTJMFAsPBQH+bv42WNDkCgUFCuTQWAHKWNDkCgUFCuTQAAAAAwAA/4AGAAWAAA8AFwAfAAABMhYVERQGIyEiJjURNDYzADQmIgYUFjIkNCYiBhQWMgTgd6mpd/xAd6mpdwGafLB8fLACsHywfHywBYCpd/xAd6mpdwPAd6n8qLB8fLB8fLB8fLB8AAADAAD/gAYABYAAAgAJABUAAAETIQUzCQEzNyEAEAIEICQCEBIkIAQDAMn+bgI2Xv41/jVeaAIKAfvO/p/+Xv6fzs4BYQGiAWEDkv7O4AKz/U2gATH+Xv6fzs4BYQGiAWHOzgAABQAA/1AFgQWjAAoAFgAqAEMAZwAAARYGJy4BNjc2HgEXLgEHDgEXHgE3PgETLgInJAUOAgceAhcWNz4CEw4DBw4BJicuAycmJz8BFiA3HgEGEwYDDgIHBiUmJy4EJy4DJz4ENzY3JAUWFx4BAy8IdTUnHRwmJEk3bw7GYj9LAwSTXFt65BRILDH+3f7tKy5AEh5cNzzk3D81XFYIDw0sJFbPxWcuR1JAFBkgBhLfAjfgFQYQtRpVBSwrIfz+mviSDxUNBQcCCSMVGgkDHSI4JB59vAF7ASmbPBABAqU/TCARUlIREgw7EWtyLBx5RVuACAiYAnobIwkILzEHCiIaHCMJBx0cCAgj/BIaZUNJFDAvAxEIFCI1I2DEEAmUlAYiOAO4p/4YHjQcEX4mG3AMHSkbNAkyyHusSBotHh4PCy4SJVcuTBQ+AAYAAP+ABgAFgAAIABMAJwA6AFkAaQAAATQmBwYWFxY2NxYOASYnJjY3NhYTDgIHBicuAic+Ajc2Fx4CEzQ2JicGICcPARYXFhcWNz4CEzYnJicmBQYHDgIHHgIXHgMXFhcENz4CNxIBERQGIyEiJjURNDYzITIWA1BSJCsBKydUSghYhGoDAjctRo+2FEMnLJupLCZDFQ0uIh7G0iEkMjgLBQ+h/miiDAUaDy+d+bMiHg+HCRErcNj+8YReJiszBAgWJAYBCAYSDWmzAQO1GB8fBDABKKl3/EB3qal3A8B3qQKaKy4WFGkSFzY9Qm4MXEMxWBQfUgE6FRoGBRQUBgcZFBMYBwUjIgUHGf0DBycZBGpqBgyaOFEbLmMTQWoCxzUWNyE/GwwiDxQwHkSMyiQFNBQiC1AUHFsNFCYVAQsBMvxAd6mpdwPAd6mpAAAAAAEARP+ABAAGAAAiAAAlFw4BBwYuAzURIzU+BDc+ATsBESEVIREUHgI3NgOwUBewWWitcE4hqEhyRDAUBQEHBPQBTf6yDSBDME7P7SM+AQI4XHh4OgIg1xpXXW9XLQUH/lj8/foeNDUeAQIAAAIAAP+ABgAFgAAfAC8AACUnBiMGLgI1ESE1IREjIgcOAwcVMxEUHgI3PgEBERQGIyEiJjURNDYzITIWBHA+LDskNBkKAQH/ALwIAQUZNWVEgitXm2NFhwGiqXf8QHepqXcDwHepS7cWARcoKRcBjsIBRgosVmhWGaX+Xjl0akECATAEL/xAd6mpdwPAd6mpAAEAA/9AAv0GAAAXAAAAFgcBBiMiJwEmNzY7ARE0NjsBMhYVETMC9RAN/qIKDQ4K/p0NCAkU4BIOwA4S4AEAJhD+gAoKAYAQExME4A4SEg77IAAAAAEAA/8AAv0FwAAXAAABBisBERQGKwEiJjURIyImNwE2MzIXARYC/QkU4BIOwA4S4BUQDQFeCg0OCgFjDQQTE/sgDhISDgTgJhABgAoK/oAQAAAAAAEAQAEDBwAD/QAXAAABFRQGIyEVFAYnASY1NDcBNhcWHQEhMhYHABIO+yAmEP6ACgoBgBATEwTgDhIC4MAOEuAVEA0BXgoNDgoBYg4ICRTgEgAAAAEAAAEDBsAD/QAXAAABFAcBBicmPQEhIiY9ATQ2MyE1NDYXARYGwAr+gBATE/sgDhISDgTgJhABgAoCgw4K/p4OCAkU4BIOwA4S4BUQDf6iCgAAAAIAAP+ABXEGAAAmADgAAAEGBwYjIicmIyIHBiMiAwI1NDc2MzIXFjMyNzYzMhcWFwYHBhUUFgEUBwYHBgcGBzY3NjceARcUFgVxJ1SBgDFbVkE9UVEzmJWTcXGrSGloIi1iZkd3XjQ0TyNBiv7hHR4/NjYlQwNLSrABAwEBAUF9fcQgICEiAQMBBfLkkpAeHiIiQSRAQzNecXzGBHo9S0s/NhILBpVsaykDEAMEDAAABAAA/wAGgAWAAAMABwALAA8AAAERJREBESERARElEQERIRECqv1WAqr9VgaA/HUDi/x1AhL9dV4CLQLn/W0CNf13/O59ApUDbvzmAp0AAAAGAAD/AAWABX4ABwAPABwANwBNAFsAAAAyNjQmIgYUBDI2NCYiBhQFMhYVERQGIiY1ETQ2BREUBisBFRQGIiY9ASMVFAYjIiY1JyMiJjURAR4BFSE0NjcnJjc2HwE2Mhc3NhcWBwERFAYjIiY1ETQ2MzIWAd0gFxcgFgG8IBYWIBf8+yo8O1Y8PARPQC1LPFY8ijwrKjwBSi5AAq5rgPxjgGxHBwwNB0hf1F9IBw0MBwGWPCsqPDwqKzwEHRcgFxcgFxcgFxcgzzwq/lIrPDwrAa4qPBP9Zi5A4ys8PCvj4ys8PCvjQC4CmgGVN8V1dcU3gw0HBgyEKiqEDAYHDf2V/lIrPDwrAa4rOzsACQAL/wAF+QYAAAgADwAiAQgBFQElATMBSQHxAAABDgEjBjU0NzIXBiYHNhcWASYOAQcGBwYXFjY3PgM8ASYBNCc+AyY0LgInLgEnFhcWBwYHBi4BJy4EJy4DJyY2JicuAScuATY3NhYHBhY3NjQ1LgMnBhcUIy4BBic2JicmBgcGHgE3Njc2ByImJyY2FzIWBgcGBw4BBw4BFx4DFxY3PgM3NhceAQYHDgEHBgcGJyYXFhcWNz4FFhcUDgUHDgInJicmBwYVFA4CFw4BBwYWBwYnJicmNzYHBgcGFx4BFx4BFx4BBgceAhU2Jy4CNz4BFxY3Njc2FxYHBgcGFhc+ATc2JjY3NjM+ARYBNiYnJhUWFzIHBjMyBS4CJy4EBwYWFxY2JzQuAQciBhYXFhcUNzY3NC4BJyYjDgEWBw4CFxY+ATc2MjYBHgIOBQcOAQcOAScuAycmIyIGBw4DJy4BJy4EJyY2NzYuATY3PgE3PgE1FgcGJyYHBhceAwcUBhcWFx4BFx4CNz4CLgEnJicmBwYnJjc+Ajc+Azc2NyYnJjY3NjM2FhceAQcGFxYXHgEXFg4BBw4DJy4EJyYOARcWBwYWNjc+ATc+AS4BJy4BNjceBQKXCwkEBRMFXAQPChgIA/6bBAQFAwMHCgkEEQQBAgIBAgNVNwQHAwMCBwEJAQpKIxghVyELJx8PAQsJFRINDQEOIhkWBAQUCycPOwYIBhYZJRwKCxIVDQURGRYQaxIBCSkZAwEiHBsdAgEJEQcKBgQLBxEBARQYERQBARYJCCcBDQUKDhYKGxYvNwIqGyAFCQsFAwkMFEkJLBoZNgoBARAZKhEmIiEbFg0CAgYGCwcNAxxPNhYVKhYDAR4dDRIXTwgCAQYIFSAEAgYEBQICJC4FKAQUqAkQAx8eCCoOLicEDQYBAxQKLniFLBcLDAIBFgkGFQMXAgIRAhYPJAFDTv2hAwsGCQIDCgMDCwMBowIJEQYFCQUGAgMOKhIJC7QKDAMGBAQDDgQIAjYFDQMPCQkFAwIBCgIEBAgOCAEQDgI3FBYCBxgXJRomCCZfHBFmJhIXCiIeLFYTTBQsRyQzHB2kQBNAJCsYBQoiAQEKCgEKDlYRHhgVNSAzIgkNEgIMBQQBIgMDIhSBIxhkQRcrKwMSFAp5MEQtCwQDAQESHgcIJRYmFG4ODAQCNFAnQTVqJDlFBQUjImM3WQ8IBhILChsbNiISGxIJDgIWJhIQFBMKOFooOz1JNTALJyAhIQMOAQ4PGhAbBGUBEwEGDAMOAQ8DCw0G/lIBCBEFBQgLAQEQCgMIBAUDAwL+mhIYDxkbEB0KIgcrBTBuFBQ/onQoAgQtei4nPB8SDAE+Uh4kFhVBIggDHgEBMjQBA0IZEw8HBEAFHigVCQMIfg8JAwQHOUIBATkfDywfAgMLCQEdExYeASokBA8ODBcBDhoFCBcPCwECEQEMCREJDgYDCw0DBh8EEwQFBwIEBA8XAQEMEBMPCQQJAgUFBAYDBwEOPBoMCz4fCQMHGT8wRB0GqDkSZggYFR8/HBwTAQEEQWUMIAQXhwkPLigDDzsxLhhECBAIAgUJBzQQD0gmCAYuGUMXHQETdCAVaVkaEiUgCwMqERoCAgkFAQ8UwggHAwQDCgYHAQIQNwQBEuALEQgBBAQBBBsDBQLqAgYIAg8BDQ0GBA0FBgMGDAMBBPrIDBkXFhYRFA0SBBNKGxAHEgkdFhEBAQMBARwgGQEBPA0ECwcMEQsXVwsQMCUkCQwEChIiIkkhFAUDDQ8qBhgMFgsPRA4RCQYZCAYgDgMGLDRBJxG+NEoiCRgQFh0uMBIVZjZEFI80cMZaeysVAR0bKp9EX3dxaTvQVzFHKAICIiUeAQEIEwwdBSUOVDdGfUFHBSExIxkSJSAZCwtKRwwfMx4bCw8ACAAA/4AGAAWAAA4AIAAnAC4AMgA+AFYAYgAAJSYDIwcOBAcnFjMyAyYnBCEGFRQWFz4DPwE+AScmJw4BByAFJgcWFz4BASIHNgUmIyIHFhc+BBMmJwcOBAcWFx4BFz4BMh4EFzYQAgQgJAIQEiQgBAQAKmICAhA2lH6IIw+46oQ9FSD+yf6WAVhQMpOKeyYlBBJneHyKwCABLgPc0sdXKW+U/PEBAQECT7n4TE+Dc0V6RzwP5AOSAQkUQ0t9RRkTAgkDJE1GRDw1Kx4Kes7+n/5e/p/OzgFhAaIBYSTxAQEBBhVNV45NC5YCkzE+XQcOfOFZWZteRA4NAQXW1aVB8pfvPB/v5kvlA20BAZGkE6rUGkU2PBX+IuiyAQwZQDlJHDUqBRgFBQQDBQYHBQLI/l7+n87OAWEBogFhzs4AAAACAAD/gAYABYAAPgBeAAABNC4DLwEuBDU0MzIeAzMyNjU0LgEjIg4CFRQeAh8BFhcWFRQGIyIuAyMiBhUUFjMyPgIFFAYjIicGIyIkJgI1NDcmNTQ2MzIXNjMyBBYSFRQHFgSVJzpYTTFoHhwqEg+QK0QoJCwaLzlwrGBEgG9DJkpWPJJaFiBQQTNRMSoyHTIz9KlJhm9CAWvhn4JoTUmP/vu9bxBQ4Z+CaE1JjwEFvW8QUAHZMlM2LBgLGAcHEBAaEU0YISIYQC03WS4fP29JPVs8JQ4kFg4UKCczIC0tIDwtXIMlRnWQn+FQEG+9AQWPSU1ogp/hUBBvvf77j0lNaAAAAAMALP+ABMsGAAAjAD8ARAAAATc2JiMhIgYVERQ3AT4BOwEyNjc2NzYmIyEiJj0BNDYzITI2NwYKAQcOBCMhIgcGAQ4BJyY1ETQ2MyEyFgcDNhoBA+glBRwV/TgXHwYBIxceIe8WHgMYDQQfFf7aHSYmHQFaEiLmD00+BAYGFhsyIf7xDQkI/l4WSQw3TFIDeF9AFp4EPk0ETsIXIiIU+7MHBgFgGg8dD4I9FSYmHSodJRvuSf59/scRFhUsFhQKCf4bGQcJFkwFgjdfamr86hEBOQGDAAAAAAMAAP+ABgAFgAAPAB8ALwAAJRE0JiMhIgYVERQWMyEyNgERNCYjISIGFREUFjMhMjYTERQGIyEiJjURNDYzITIWAsASDv4gDhISDgHgDhICoBIO/iAOEhIOAeAOEqAmGvqAGiYmGgWAGibABAAOEhIO/AAOEhIBjgKADhISDv2ADhISAw76gBomJhoFgBomJgAAAAACAAD/AAUABeAAMQA5AAABFAYjIicDIxUTFhUUBisBERQGKwEiJjURIyImNTQ3EzUjAwYjIiY1NDcBNjMhMhcBFgAUBiImNDYyBQA4KDMd4y33CSYawEIuoC5CwBomCfct4x0zKDgQAQBJZwGAZ0kBABD+YIO6g4O6AeAoOCsBVYT+ZQ8SGib+8C5CQi4BECYaEg8Bm4T+qys4KB0YAYBra/6AGANguoODuoMAAgAA/wAEAAXgACUALQAAAREUBiImNREjERQGIiY1ESMRFAYiJjURIxEUBiImNRE0NjMhMhYAFAYiJjQ2MgQAOFA4QEJcQkBCXEJAOFA4cFACgFBw/uCDuoODugNA/mAoODgoAWD8cC5CQi4B0P4wLkJCLgOQ/qAoODgoAaBQcHABzbqDg7qDAAIAAP+ABgAFgAAVACEAACUBPgEmJyYOAQcGIyInLgIHDgEWFyQQAgQgJAIQEiQgBAMFAV4QER0vKFY9GCQ8OyQYPVYpLh0REARYzv6f/l7+n87OAWEBogFh6gHZFkpgHxoBIhwoKBwiARofYEoWjv5e/p/OzgFhAaIBYc7OAAAAAgAs/wAG1AX/AA8ASQAAADQuAiIOAhQeAjI+ASUGBwURFAcGJyUHBiIvAQUGJyY1ESUmJyY/AScmNzY3JRE0NzYXBTc2Mh8BJTYXFhURBRYXFg8BFxYFwFub1erVm1tbm9Xq1ZsBbwQQ/twNDw7+3LQKIAq0/twODw3+3BAEBQm0tAkFBBABJA0PDgEktAkiCbQBJA4PDQEkEAQFCbS0CQIL6tWbW1ub1erVm1tbmzUPBWD+zhAKCgZe+A0N+F4GCgoQATJgBQ8RDPj4DRAPBWABMhAKCgZe+AwM+F4GCgoQ/s5gBQ8QDfj4DAACAAD/gAW+BX8AEgAxAAAlBiMiJAI1NDcGAhUUHgIzMiQlBgQjIiQmAjU0EjYkNzYXFgcOARUUHgEzMjc2Fx4BBO42OLb+yrRoyf9mq+2CkAEDASZe/oXgnP7kznpzxQESmSwREiFWW5L6lHZuKR8OB+kJtAE2tsClPP6u14Ltq2Z7w8vzes4BHJyZARfMfQYCKSkfTs9zlPqSMxIfDigAAwBA/4AGwAWAAAsAGwArAAAANCYjISIGFBYzITIBERQGIyEiJjURNDYzITIWExEUBiMhIiY1ETQ2MyEyFgRAJhr/ABomJhoBABoCZiYa+oAaJiYaBYAaJkAmGvoAGiYmGgYAGiYCpjQmJjQmAQD8QBomJhoDwBomJgGm/wAaJiYaAQAaJiYAAAIAIP+gBmAFwABCAEgAAAAUBisBFAcXFhQHBiIvAQ4EIxEjESIuAi8BBwYjIicuAT8BJjUjIiY0NjsBEScmNDYyHwEhNzYyFhQPAREzMgEhNDYgFgZgJhrgQ9ATExI2EsYFFEBCYjCAM2VJOw4PtxQcGBMTAxHKOuAaJiYa4K0TJjQTrQNMrRM0JhOt4Br+Rv2AuwEKuwJaNCard9ETNBMTE8UFECkgGgOA/IAbJycNDs8VEBI1FONyoCY0JgEmrRM0JhOtrRMmNBOt/toCAIW7uwAAAf//AAEHfQRHAIUAAAEWBwYHDgIeAhcWFxYXHgIOASMFBiYvAS4DBw4EFxQGDwEGByMGLgIvAS4DAicmND8BNjMlHgEfARYXHgEfAR4DMjc+BCcuAS8BJicmNzY3NhcWFx4DFA4BFRQGHgIXHgE+Ajc2Nz4BPwE+AhclNhYXB30XrRgpKB4fBxMuIgQBjTIDBwcIKib/ABhAFBQeUDlBGAMKGBMPAQcEBBIjc0eWcV0YGQojbGiNPAYDBA8qARIMFgUFEAgUNA8QHTYrKBwNAgYSCQoFAg4HBhk8DRIQFjW6UjUUGw4HAgMCAQYRDggSIio+JTwvBAwFBAIGFAoBICcyBgP4QOYgNTMqORsqLB8CAoNaBQ8mHhkEBRQMDBVWRS8IAQUYI0UrDxkGBRMDBClBQxgYCiiOoAEGjRAWBQYTAgIJBAMLFTJrHB08WDEcBQEIJDpoSShCDQwiCQIWEwsaAgEMBREfITo0WSYLPiIvHwkCBBorWz5oeQoPAwMBAwMBAgUPCQAHAAD/qgb3BUsACgAVACEALwBVAGkAfwAAJTYmJyYGBwYeATY3NiYnJgYHBhcWNhcOAScuATc+ARceASUuASQHBgQXHgEENzYkJRQOAgQgJC4BNTQSNzYkFxYHBh4BNj8BNjIXFgcOAR4BFx4CAh4BBw4BJy4BNzYmBwYmJyY2NzYlHgEHDgEuATc2JicuAQcGLgE2NzYWAqMVFCMiThUWEkRRdAgJDQ4dBxEeDh61LeJva1EvL9Fqb18BCwmg/v+S3/7bDgmgAQGS3wElASZKkMH+/f7m/vTVgouAqQFZSkEtBAYODwYGi9YuLS0CBQ4KDDlcRHRUGRMIKxcXFgcUWD8YKgQFGhg8AVVXMycJMjYaCBwkPj6sVxwwDB8ce/L8IkYPDhohIkUgG5sNGwUFCw0fDgULXmZgJCK5X11cGx21PGCURg4X7ZJglEYOF+2ORI+DaD5Dd7dscwEEgKmGSkCRDgwCAwICOz0/cw0OCwQEEjppAl9eezgXFgcIKxc/YA0FGhgYKQUNT2D9cxsaEjIbUrRERTUSBh84LwYaSwAAAAADAAD/gAYABXIACQATAB0AAAUGIyInPgE3HgEBERQCByYRNBIkARAHJgI1ERYEEgRtq8XEq4rDIiPD/pv9zLWnASQENbXM/bMBJKciXl5X+JCQ+AU9/hv8/mFj1wEYuwFF1v0q/ujXYwGf/AHlHtb+uwAAAAEAAP8ABXoGAABrAAABDgMuAy8BBgAHIiY0NjM2JDcOAi4DJz4BHgIXNjcOAi4FJz4BHgUfATY1LgU2Nx4EDgIPARYUBz4FFhcOBiYvAQYHPgUWBXogWF5oY15PPBARcf6f0BMaGhOtAStmJEheWGJWUyFyyIdyPxk1GgcWR0RfUlZALQZGf2JWPTMhFgUEDAgbRzg0DiYzSW08JAUGFBIIBwEBAw4vNlhfgUQCJz1OVVRMOxERFzIGGEtQd3SOAbFQdD0gAw4eGQoK5P75ARomGQHVvA4SCA0sSn5TLxQjTkwsg6ABAwIDER04SnNGHBETKTs/PzEPEHpJBhRFSnBxjUQZSVBaWFNGNg8PBFwaBxc/NTofAhdOf1I9HhIBAwMDk4gHFzsuJgIxAAQAFf8ABOsFAAAMABAAFAAeAAABFRQGKwEBESEiJj0BARUhEQEVIRElFSE1NDYzITIWBOtzUTn+/P3vUXME1vsqBNb7KgTW+ypzUQNOUXMBG0JVd/7zAQ13VUIBRv8A/wFI/wD/jENDVHd3AAMAAP+ABgAFgAAZACUAMQAAABQHAQYjIiY9ASEiJj0BNDYzITU0NjMyFwEWEC4BIA4BEB4BIDYAEAIEICQCEBIkIAQEgAn+wAkODRP+oA0TEw0BYBIODAwBP6mS+v7Y+pKS+gEo+gFyzv6f/l7+n87OAWEBogFhAo4cCf7ACRMNwBMNwA0TwA4SCv7BqwEo+pKS+v7Y+pKSAl/+Xv6fzs4BYQGiAWHOzgAAAAADAAD/gAYABYAAGQAlADEAAAEVFAYjIRUUBiMiJwEmNDcBNjMyFh0BITIWEhAuASAOARAeASA2ABACBCAkAhASJCAEBIATDf6gEg4MDP7BCQkBQAkODRMBYA0ToJL6/tj6kpL6ASj6AXLO/p/+Xv6fzs4BYQGiAWEC4MANE8AOEgoBPwkcCQFACRMNwBP+/wEo+pKS+v7Y+pKSAl/+Xv6fzs4BYQGiAWHOzgAAAwAA/4AGAAWAAA8AHwAvAAABERQGIyInASY0NwE2MzIWARE0JiMhIgYVERQWMyEyNgERFAYjISImNRE0NjMhMhYEACYaFBH+QBsbAcARFBomAQATDfxADRMTDQPADRMBAKl3/EB3qal3A8B3qQPA/YAaJgwBQBNCEwFADCb8xgPADRMTDfxADRMTA838QHepqXcDwHepqQADAAD/gAYABYAABwATAB8AAAAUBiImNDYyEiAOARAeASA+ARAmBBACBCAkAhASJCAEBACW1JaW1Cr+2PqSkvoBKPqSkgFyzv6f/l7+n87OAWEBogFhAurUlpbUlgEgkvr+2PqSkvoBKPq9/l7+n87OAWEBogFhzs4AAAAAAgAA/wAGXQXgABUANgAAARcGBCMiJAI1NBI3Fw4BFRQAMzI+ASUXBQYjIicDISImJwMmNz4BMzIWFRQGJxMhFSEXITIXEwP/Zjr+0Luc/veb0aoRepIBB7l+1XUCGzr/AA0QKBHv/igYJQNgAggOVjZCXmhEJQGn/mkQAccoEeQBXcyz3psBCZy1ASo+gzbfhbn++YLdGnKAByMB3SEYAwsRGTM/XkJFYQf+34CAI/45AAAAAgAA/4AGAAWAACMAMwAAATYnJgM2MzIHDgEjIicmJyYHBgcOAQcXNjMyFx4BFxYzMhMSExEUBiMhIiY1ETQ2MyEyFgUMCqvnUSwmVQsEjCMrJw0gHoI7aRtsGzRMCzkyDzwPRGCd4tz6qXf8QHepqXcDwHepA4LYBgj+8xNgOdypNsm9DAddGGAYQzSzN9s3swEmARsBf/xAd6mpdwPAd6mpAAABAAAAAASABYAARAAAARQCBCsBIiY1EQcGIyInJj0BND8BNQcGIyInJj0BND8BNTQ2OwEyFh0BJTYWHQEUBwUVJTYWHQEUBwURNgA1NDY7ATIWBIC9/ry/oA4S1wMGCgkNF+nXAwYKCQ0X6RIOoA4SAXcPGhf+dwF3DxoX/ne8AQQSDqAOEgLAv/68vRIOAmNCAQYKEIAXCEddQgEGChCAFwhH+g4SEg61dAUUEIAXCHlddAUUEIAXCHn+GQ0BFL4OEhIAAwAAAAAFgAWAACMAMwBDAAABFRQGIyERFAYrASImNREhIiY9ATQ2MyERNDY7ATIWFREhMhYTETQmIyEiBhURFBYzITI2ExEUBiMhIiY1ETQ2MyEyFgSAEg7+oBIOQA4S/qAOEhIOAWASDkAOEgFgDhKAXkL8wEJeXkIDQEJegKl3/MB3qal3A0B3qQLgQA4S/qAOEhIOAWASDkAOEgFgDhISDv6gEv4yA0BCXl5C/MBCXl4DgvzAd6mpdwNAd6mpAAAAAAQAAP+ACIAFAAAnAC8APwBQAAABBisBNSMiJjU0Ny4BNDY3JjU0NjsBNTMyFyEeARceAhQOAQcOAQc3FhQHFzY0JwEhBgciBg8BAQ4BKwEDMzIDIxMzMhYXAR4EMwUhJgJsbp6AQA0TBzpNTToHEw1AgJ5uBFkqgRBZei0telkQgSoGNTVRRET7VQP32e85cBsc/uAaWS1gXR2dnR1dYC5YGgEgBA4vMkkkAcj8CXQBoEBALyEYGQIRGBECGRghL0BABxYDDzMsJCwzDwMWB/wkcCQeMJQw/tYmKjAYGP7gGiYB0AHgAdAmGv7gBA0hGRVQQAACAAD/gAaABgAAUgBWAAABMhYVFA8BFxYVFAYjIiYvAQUXFhUUBiMiJi8BBwYjIiY1NDY/AQMHBiMiJjU0Nj8BJyY1NDYzMhYfASUnJjU0NjMyFh8BNzYzMhYVFAYPARM3NgElAwUF7z5TXaw4B1Q7L00PN/7KNwhUPC9MDzeZHRU9UTcsnGmcGhY8UjcsnTUIVDwvTA82ATY2CFU7L00PNaIVFjxVPCydaaQY/PwBNmn+ygL4UT1hITunFRo7VjYtpWqkGBc7VjYtozUJUD0vTA81ATk2CFE8L0wPNZ8YFzxVNi2gaaAYFztWNyyhNwZPOy1JDzb+xDgI/vppATtrAAAAAAMAAP+ABgAFgAAPACkASQAAATIWFREUBiMhIiY1ETQ2MwERBgcOAQcGIzkBIicuAScuAScRFBYzITI2ETQmIyEiBhUUFhceARceBjI+BTclPgEE4HepqXf8QHepqXcD4B8hIsU1YkJCYi++LwwqCjgoA0AoODcp/MAoOD0lL7UnAxwOHBMYFRQVGBMcDhwDAQsjPwWAqXf8QHepqXcDwHep++ABtCMUFn4kRUUgeSAIJgj+TCg4OAJlKTo4KCVPGSByGgITCREJCgUFCgkRCRMCrhdPAAAAAAYAAP8ABwAGAAAFAD8ARwBRAGEAcQAAEzQ3ASYCARQOAwcDATY3PgEmDwEmJyYOAR4BHwETAwE2Nz4BJg8BIiYjNiQzMgQXIyIGFRQeBhcWBRMWFwYjIicBFhUUAgcTNjU0ACAEFhIQAgYEICQmAhASNgAgJDYSEAImJCAEBgIQEhZ/QwFvxO4FCAUPCBsETP7qLioTDhMTzUt/DBEGAw8MUHio/uguKhMOExPNByAKaQFTxpMBC2kKN0oEBAwGEgcWAz/+Bu0BBH6BcGkDe1/Qr+s7/KIBbAFM8I6O8P60/pT+tPCOjvABVQFaAT3liIjl/sP+pv7D5YiI5QKAo5b8E18BdAEIEyc8HFoN/wADOgMFAiEdAQoBCQEMEhMOAQj+uP4IA0ADBQIhHQEKAaC7amBRNwwYExsPHgwkBWvT/XkGBSwgBFKuw9H+n2YCpqlrKgI0jvD+tP6U/rTwjo7wAUwBbAFM8Pm3iOUBPQFaAT3liIjl/sP+pv7D5QAAAAIAAP+ABwAGAAASABsAAAERBSYkJjU0NiQ3FQYEFRQEFxEBEyU3Jic1BBcEPv7w5P6M1skBXdnZ/ukBNeoDrSX985N3oQEVzAYA+gCAFKT9koz3pBqsJuCPmOYeBVD+P/56clNGHawhfAAAAAMAAP8AB4AGAAAMACYAMAAACQEVIxQGIyEiJjUjNQEhETMRIREzESERMxEhETMyFh0BITU0NjsBBTIWHQEhNTQ2MwPAA8CAKRz6ChwpgAEAAQCAAQCAAQCAAQA7HCn5gCkcOwY7HCn4gCkcBgD+gIAaJiYagP8A/QADAP0AAwD9AAMA/QAmGkBAGibAJhqAgBomAAACAAD/gAkABYAADQA2AAABExYGBCAkJjcTBRYyNwAUBwEGIiclDgEHFhUUBxMWBwYrASInJjcTJjU0NzY3JSY0NwE2MhcBBu4SBKz+1v6k/tasBBICPhY0FgRQFvugBAwE/XQrOAY/OjoCCgkPwA8JCgI6OkELV/6zFhYEYAQMBARgArz+xEV2RUV2RQE8tQcHAhAuCP6gAQHOIptlJElFJv5PDgsLCwsOAbEmRUkmz3toCC4IAWABAf6gAAEAbf+ABZMGAAAiAAABEyYjIgcTJgACJxYzMjceARIXPgM3FjMyNzEOAwcGA1sNPispQA0o/v+wXToyLEM/jcEqJZFaeC82NTg6HEAjTgqSAkP9PQsLAsNFAcUBKIsPD2/t/sRFPemTzVcODidjOoYR+AAAAQAA/4AF4QWAACMAAAEhFhUUAgQjIiQmAhASNiQzIBcHJiMiDgEQHgEzMj4DNyEDAALVDLb+r9qd/uTOeXnOARydASzX0Xu3gduAgNuBV5JeRiEG/kwC7kM92f6rwHnOARwBOgEcznnJyXeC3/7434IwSFxSJQAABQAA/wAHAAYAABAAGQAiAE4AXgAAARYHBiAnJjc2MhcWMzI3NjIkFAYiJjU0NjIFFAYiJjQ2MhY3NCYiByYnExcUFjI2NCYjIgcnJgcDBgcmIyIGFRQWFwYVFAQzMiQ1NCc+ASQQAgYEICQmAhASNiQgBBYERxAQPv7uPhAQBhIGMHl4MQYS/tM0SjU1SgG/NUo0NEo1+0ZkJIK1P8g0SjU1JTYa3RMGRbSBIzQyRiUfBgEYxcYBGAceJAFmjvD+tP6U/rTwjo7wAUwBbAFM8AFxEA8+Pg8QBgYxMQbUSjQ0JSY0WiU0NEo1NFIxRiRaBgEbLSU0NUo1MjEFFf7IB1olRjEjOg8bHY7Kyo4gGQ85u/6U/rTwjo7wAUwBbAFM8I6O8AAAAAAFAAD/gAYABYAADwAZACMAUQBhAAABFgcGIicmNzYyFxYyNzYyJRQGIiY1NDYyFgUUBiImNTQ2MhY3NCYjIgcmJzcXHgEzMjY0JiMiBycmBwMGByYjIgYVFBYXBhUUFjMyNjU0Jz4BAREUBiMhIiY1ETQ2MyEyFgOrDQ017DUNDQUQBSrOKgUQ/v4uPi4tQC0BUi4+Li1ALdc8KyofcZo2qwEtHyAtLSAwFb0RBDyabx4sKzwgGgXwqarwBhkfATOpd/xAd6mpdwPAd6kBlw0NNTUNDQYGKioGlh8uLh8gLS0gHy4uHyAtLUcqPB9OBPMnICwtQC0rKgUS/vQGTSA8Kh4yDRkXeq2tehkYDTEB5PxAd6mpdwPAd6mpAAMAAP+ABgAFgAAeADAAPAAAATc1NCYiBhURFAYiJj0BIxUUFjMyNjURNDYzMhYdAQU1IxUUBiMiJj0BBycVFBYyNgAQAgQgJAIQEiQgBANiWnSgdBwmG5dzUlFzGxQTGwGJlhsUExtaPHSicwFRzv6f/l7+n87OAWEBogFhArkbPk9wb0/+5RQbGxR4elJycVABGBMcHBM233p+FBscE3saHHtQcnIBrf5e/p/OzgFhAaIBYc7OAAACAAD/oweABV0AHgAwAAABNTQmIgYVERQGIyImNREhERQWMjY1ETQ2MzIWHQEHBSERFAYjIiY1ERc3ERQWMjY1BCY8VDz8sbL7AUg8VDz9r7D8wwGPAUj7srH8g8M8VDwDOHYqPDwq/Zyv+PuyAQr++is7OysCbKvy9KyIOqH+9rL7+bABDD06/vIqOzsqAAACAAD/gAYABYAADQAdAAAlESERISIGFREhESEyNhMRFAYjISImNRE0NjMhMhYFwP1A/iBdgwLAAeBdg0Cpd/xAd6mpdwPAd6mgAeACwINd/iD9QIMEHfxAd6mpdwPAd6mpAAAACAAAABoIAATmAAUACQANABEAGQAdACUAKQAAATMRIREhGQEjEQERMxEDFTM1EyERITUhNSElESMRASERITUhNSElESMRAUjM/ewBSHsBmc3NzVICFf3rAUj+uAFIewGaAhT97AFH/rkBR3sE5vwpArn96wFx/o8CFf1HArkBHszM/uL8UqNSpAFx/o8CFfxSo1KkAXH+jwAFAAD/gAYABYAACQATACMAMABAAAAAFAYjIicRNjMyABQGIyInETYzMgAQJiMiBwYHBgcRNzUWMzICECYjIgcjETc1FjMyAREUBiMhIiY1ETQ2MyEyFgQWTDUrGxwqNf71TDUrGxwqNQJ+sH0UExc3V3zTM0J9p7F9SkO60zc9fQMXqXf8QHepqXcDwHepAkSAWg8BFREBUYBbDwEVEf0xAQy+A046Xwb9hCnOEwJpAQy+JPy4Kc4TAfj8QHepqXcDwHepqQAAAAoAKf8JB80GAACCALwAygDOANwA4wDnAOkA7QDvAAABNh4DFx4CFw4CBy4FIw8BFhceBx8BFg4CByYGIyInJjU0Nz4CJyYHDgEjIi4BJyYnBCMiJjU0NjclJjQ+Azc+ATMyFhc2MzIWFRQGDwIGFjMyNjU0LgI1NDcnNjU0JzYzMh4FFzcOAxc3LgcnLgIqASMiBz4FNx4CPwEVFzY3Pgg/AQYHDgEHDgIHHgEVFAM+ATMyHgMXBiMiJwE3FwcBFhUUDgMHJz4CMwEHJz4BMzITMxcHATUVDwE/AgTGS4ljZ0ErIVs8RTB5nCQsPBsnLmNJCgYECQYsBx8FEgMGAQEBBwgRAyOEICchAgMCOzcBGBMklz0ZZXAcBhX+Hh8QGBEOAeYICxUTGwUEFwYPGgejCREZEQ+2AQGlFi+QLzcvCkQrBVI+LDcqFBUKGAwyAygtIwE9BREHDgYKBwkEBw8aEi8OflsQKEQ/HUcIDCAgFgwW93wcLCkZIg4jCysIBwIpT/y0DjgsEQMr9ye5NgkbHRcZAnl7PUD++TBtSQGhAyM5MzgEBxVPQRz+RWAGCi0ME9MfCikDeQECAQIBAl8DL0Z3YUg4ajc9Hjc/ECWcrbyVYQIEBQkFJQcdDB4ZJRYhGj8pTA8BFQoQH0oWDTk9FQIaNV1+mRQEGnAWEA8XA2oOFg0KBAUCAQ0gESUWEQ8WAygQGregMSQiAxQYEBITLEkaIBADDg0kH0AcGSgoAgsP1gUVCA8GCgUFAgMEASseIRouG1MJCS0cAQFMAV9fFSQnFy0RORNMDwk1VqXGKwMJCgkTNgcL/FQaKx82LjgFLQsDJAyxMP7QDwEHDwsIBwErAg0HAnQUEQEM/XxTDAYxAQEFAgMEAQAABAAA/xIGAAXuABcANgBdAIMAAAUmBw4BIyInJiMiBw4BFx4BNjc+Ajc2JyYnJiMiBwYHBhcWNjc+BzMyHgEXHgE3NgE0LgIjIg4BIwYuAwcOAQcGFx4BMzI+AhceAxcWNjc+ATcUAgYEICQmAjU0PgU3PgM3PgE3FhceARceBgSPBRMeckqBQAUICw8HAQgia2IyKVcrBwwsExQXNS8YHTEaDgkRFwMPBg4JEA4TCxsjCwgKBQoXAVoKFy0eIYCCJBtJT1hwN3OkAgJMHUNGOZZ2eiAaTkFHFCMvIBwdNXzQ/uv+0P7m1YAnO1JLUi8TDkojPR4kLAiBOSysKxUkVUNTNycyEw4WIjEEDAYUCiAcAwMEIRsHDIQvDg8KDCwYFAgHFAINBAoEBgMCDw4PEQYEDAEvFi0tHFNUASg6OigBAZtlcDQUEUFNQAEBPUk+AQMiLil4zqT+579sc8cBHKBZp3xxS0AdCgglFCgYHFlRmyYdThsNGEVIdn6rAAAABAAA/4AGAAWAAB4APABaAHgAAAEPAg4BJw4BIyImNTQ2NyY2PwEXBwYUFxYyPwMDFwcnJiIGFB8DBy8CLgE3LgE1NDYzMhYXNhYBFAYjIiYnBiYvATcXFjI2NC8DNx8CHgEHHgEDFAYHFgYPASc3NjQmIg8DJz8CPgEXPgEzMhYELqCXHkGtVRBwSVV4WUUWLkEMlwslJSVoJR6Xob4MmAwlaEolHZigl6GXHkQsG0ZaeFVMcwxUqwNneFVKcg5Wu0QLlwwlaEolHpigmKCYHUAvFUxlAmZMGi5DDJcMJUpoJR6YoJihmB1DuFYLc05VeAHPoJgeQC4VRlp5VUhwEFauQQyYCyVoJiUlHpigAhIMmAwlSmklHZigmKCYHkO5Vw9wSVV5YkoUL/uVVXleRxwsRAyYDCVKaCUemKCYoJgeQK1VC3MEF010C1W3QwyYDCVoSiUemKCYoJgeQy0aS2Z5AAAIAAD/AAYABgAARQBYAFsAXwBnAGoAiQCjAAABBiYvASYnLgEnBgcGBw4BJzY3PgE3PgE3JgcOAgcGFAcGBwYnJicmJz4BNzY3NjM+ATc+AhcWBxQOAQcGBxceARceAQMWBwYHBiMmJyYnNx4BNjc2NzIFFycBJREFARcDJwMXNxcBBREBFwcnBgcGKwEiJicmNTQ2MzIeARceATMyNjc+AjcBESUGBCMiJzQnETY3Njc2NxEFMiwBMzIVEQKOARcUFCwrB0QEQ0NRGAQfAwZMFYEOEUQCCGYIJx4CAgEFGhcYEgoEAQYlCzovZAIKQgsJGQQEAgMZHAMZNEAMfQUEDc8DBwwmHh4aFw4EAQMhFDAkExECvj+L+/gCtv1KBNlmtWTYZi3T/i4CPf76njYogpI6IVRP8T8ICggEHCEESa1HX5BVDx8lCgGV/PoO/S4HDQUBAwEFD2sqAi4CAT0BOwQUAcoDBwgJFB0FNQJnTl8PAgQCBFgYthseiQkBIgILCAECEQEKBQcHBBEGEQIGAxAQIwIjBAMKAQEMFQIyOQUyURwGNAIBMQHgDw0XDwwDFw8aAwMEBA4MApLjKv2Z6AQI6f02HwKRH/3oH25BAzu4AXz6EQ2gQlMZDE4uBwkICw8SAiUxHSQHERUGBID7yfYG8w0BAgQ2CQEGBSQOAYDGbmsV/l4ADAAA/wAHAAYAAA8AJwA3AEcAVwBnAHcAhwCXAKcAtwDAAAABMhYVERQGKwEiJjURNDYzBR4BFREUBiMhIiY1ETQ2MyEyFh8BHgEVATU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ATU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ATU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ExEjIiY9ASERASBCXl5CgEJeXkIF4DpGlmr8oEJeOCgCoChgHJgcKP0gEg6ADhISDoAOEhIOgA4SEg6ADhISDoAOEhIOgA4SAQASDoAOEhIOgA4SEg6ADhISDoAOEhIOgA4SEg6ADhIBABIOgA4SEg6ADhISDoAOEhIOgA4SEg6ADhISDoAOEmCgKDj9gASAXkL7wEJeXkIEQEJeoyJ2Rf0AapZeQgYAKDgoHJgcYCj7gIAOEhIOgA4SEgEOgA4SEg6ADhISAQ6ADhISDoAOEhL+DoAOEhIOgA4SEgEOgA4SEg6ADhISAQ6ADhISDoAOEhL+DoAOEhIOgA4SEgEOgA4SEg6ADhISAQ6ADhISDoAOEhIBjgEAOCig/gAAFAAA/wAFgAYAAA8AHwAvAD8ATwBfAG8AfwCPAJ8ArwC/AM8A3wDvAP8BDwEfAS8BPwAAATIWFREUBiMhIiY1ETQ2MwEVFBY7ATI2PQE0JisBIgYRFRQWOwEyNj0BNCYrASIGERUUFjsBMjY9ATQmKwEiBhEVFBY7ATI2PQE0JisBIgYDNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNgE1NCYjISIGHQEUFjMhMjYRNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ATU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYFQBomJhr7ABomJhoBwBIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhKAEg5ADhISDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhICABIO/sAOEhIOAUAOEhIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhIBABIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SBgAmGvmAGiYmGgaAGib+4EAOEhIOQA4SEv7yQA4SEg5ADhIS/vJADhISDkAOEhL+8kAOEhIOQA4SEv6yQA4SEg5ADhISAQ5ADhISDkAOEhIBDkAOEhIOQA4SEgEOQA4SEg5ADhISAQ5ADhISDkAOEhL7DsAOEhIOwA4SEgIOQA4SEg5ADhISAQ5ADhISDkAOEhIBDkAOEhIOQA4SEgEOQA4SEg5ADhIS/A5ADhISDkAOEhIBDkAOEhIOQA4SEgEOQA4SEg5ADhISAQ5ADhISDkAOEhIBDkAOEhIOQA4SEgAAAAIAQP8QBMAFYAAfACcAAAkBERQGIiY1ESMRFAYiJjURASY0NzYyHwEhNzYyFxYUJBQGIiY0NjIEpP7cQlxCQEJcQv7cHBwdTxzkAXDkHFAcHP6gg7qDg7oD3P7c/MguQkIuAYD+gC5CQi4DOAEkHFAcHBzk5BwcHU/luoODuoMABQAA/4AGgAWAAA8AHQAzAEMAUQAAARQOASMiLgE1ND4BMzIeAQEUBiMiLgE1NDYzMh4BBTIEEhUUDgIjIiYjIgYjIjU0PgIlIi4BNTQ+ATMyHgEVFA4BJTIWFRQOASMiJjU0PgEDDCZYPUx8PCZYPU17PP6qVE1Mg0ZUTUyDRgGKdgESuCI/QitE7z9C/Uq3cKfQAUg9WCY8e009WCY8fAFkTVRGg0xNVEaDBCg8a05znEk8a05zm/3TUHZvnEpQd2+dL8P+6XMuPR0LWlmSVtOudtNOazxKm3NOazxJnHNod1BKnG92UEqdbwABAED/AALABgAAFQAAARQGBxMWBisBIiY3Ey4BNTQ+ATIeAQLAcl8tAiQawBokAi1fclWWqpZVA/CRxSX8yxomJhoDNSXFkYDznZ3zAAAAAAMAAP8ABoAFgAADAAcAHwAABQERBSctAQ0BERQGBwEGIicBLgE1ETQ2NwE2MhcBHgEDgAKA/YBAArr9Rv1GBfokH/1AHEIc/UAfJC4mAsAWLBYCwCYuXQFdAnzpcf7+/gL9ACM8Ef6AEBABgBE8IwMAKEIOAQAICP8ADkIAAAAABwAA/wAIgAYAAAMABwALAA8AEwAXAEIAAAUlEQUnLQEFASURBSctAQUnJREFJy0BBQERFAYHBQYiJyUmJwYHBQYiJyUuATURNDY3JRE0NjclNjIXBR4BFREFHgECgAGA/oBAAZT+bP5sBdQBgP6AQAGU/mz+bCwBgP6AQAG5/kf+RwX5JiH+QBlAGf5ABAMCBf5AGUAZ/kAhJisjAbIrIwHAFzYXAcAjKwGyJCpgwAE6pHCtra39jcABOqRwra2teKUBCqRwvb29/T3+YCQ+EOAODuACAgIC4A4O4BA+JAGgJkAQugGQJkAQwAoKwBBAJv5wuhBAAAAGAAD//ggABQIAAwAJAB8AJgAuAEEAAAEhFSEDIgYHISYDMjY3MwIhIgI1NAAzMh4BFRQHIRQWJSEyNTQjITUhMjY1NCMhJSEyHgIVFAceARUUDgMjIQc4/gEB//xacAYBmBKmP3YR3WT+udb9AQXOis1lAv1uc/s2ASjNx/7SARlOW77+/P7rAlJXiHU/rHJ0MVNygEb9nQStfP7SaVrD/bdAN/7NAQjX0AETiN6JER5veTKntL5JTZDXHEN+W7VSIKZ5S3tUOhoAAAAHAAD/gAYABYAADwAeACUALABBAEcASwAAATIWFREUBiMhIiY1ETQ2MxMhESEyNjU0JzY1NC4CAyM1MzIVFAMjNTMyFRQFIiY1ITY1NCYjIgYVFBYzMjcjDgEDMhcjPgEDIRUhBOB3qal3/EB3qal30/6NAX51oI9rJ0pUTbCjd2G5vXwCCkRIAZsBlYGApJ6GzT6KC0kxcQv+BEZqAT/+wQWAqXf8QHepqXcDwHep/pH87XNxnio0cDlPKhH+wrhaXv6x2XFoIExFChSEsayCh6S/IigBbno4QgEKTQAAAAQAAP+ABwAFgAAHABsAJwA/AAAAFAYiJjQ2MgA0JiMiBxceAQcOAScuASceATMyATQmIyIGFRQWMzI2NxQAIwEOASMiJi8BEQU2MzIXATYAMzIABi6Pyo+Pyv2NkmgbG2hNQR8fmEwVUhQgdkdoA9Czfn+zs39+s5b+9bz+SwzChHm6GeYBhU9eDRYBHAIBC7u8AQsEH8qPj8qP+77QkgYqH5dMTUAfCCEIPEkD336zs35/srJ/vf72/sGBsph0XAGtnTACAZe7AQj+9QAAAAAEAAD/gAYABYAACAAbAEMATQAAADQmIgYVFBYyABQGIyImJxYXFjY3NiYvATYzMgERFAYjISImPQEXHgEzMjY3JTI2NTQmIyIGBwMmIyIHJRE0NjMhMhYDFAYiJjQ2MzIWBNpyoHFxoP4QdFI4Xhk0Ljx4GRgzPVIWFFID/Kl3/EB3qawUk19omgoBWZbT05aU0gLhCRNLPv7XqXcDwHep947IjY1kZY0DKaBxck9Qcf7IpnM6MBQUGDM9PHgYIQUCbfxAd6mpd5lFXHiMZ/zTlZbT0ZT+vgEldwHUd6mp/qBkjY3Ijo0ABgAQ/1YG7wX/AA0AHgAtADwASwBcAAABAwclLgEnLgE+AjcWGwEnDgMPAQMuAT8BNjcnAQMOAQ8BBgcXAxMXFjY3AQYDJScTPgEXHgUBExYGBw4FByYDJSc3AyU3LgMvAQU2Fh8BFgNEDwL+XCQ+EAsHDwkiAk4stJM/YTAfAwS+EQIHCCNPjAaAvAwxExJHlAjm0weq4jn9Jy/a/sMT4RRQKBgxIzAYMAKX1BILFg0oJD0hRgsi5wE5fI7c/l2XIlJFPBERAZUfNgwLJwFv/pAWHQM5JRs4SiRcBwwCOv6FXEiRaVQVFQFlGjwREj99Vv3q/pkdIwMEBwWkAW8Baq0QFhYDsj/+jLsMAWQfHAQCFBYsGTb+xf6VJU4jFCIWFgoSA0gBbMPtU/6LFFZZml1DDQ0BAxsPDz0AAAQAAP9ACAAFgAAHABEAGQBDAAAANCYiBhQWMhMhAy4BIyEiBgcANCYiBhQWMhMRFAYrARUUBiImPQEhFRQGIiY9ASMiJjURNDY7ARM+ATMhMhYXEzMyFgHgXoReXoSCA/hZAhgJ/QAJGAIFA16EXl6E/hIOYHCgcPwAcKBwYA4Sg10caReiYgMAYqIXaRxdgwF+hF5ehF4B4AFlCBMTCP0ZhF5ehF4BAP6ADhKAUHBwUICAUHBwUIASDgGAXYMBo15/f17+XYMABAAA/wAIAAYAADMAOwBFAE0AAAEyFhURFAYrARUUBiImPQEhFRQGIiY9ASMiJjURNDY7ARM+ATsBNTQ2MyEyFh0BMzIWFxMAMjY0JiIGFAEhAy4BIyEiBgcAMjY0JiIGFAcgXYMSDmBwoHD8AHCgcGAOEoNdHGkXomKAEg4BwA4SgGKiF2n5+oReXoReAWQD+FkCGAn9AAkYAgQhhF5ehF4CgINd/oAOEkBQcHBQQEBQcHBQQBIOAYBdgwGjXn/gDhISDuB/Xv5d/iBehF5ehAGCAWUIExMI/LtehF5ehAABACD/AAXgBgAAMwAAJBQGIyEeARUUBiMhIiY1NDY3ISImNDcBIyImNDcBIyImNDcBNjIXARYUBisBARYUBisBAQXgJhr+MgEKJBn+wBkkCgH+MhomEwGS5RomEwGSxRomEwGAEzQTAYATJhrFAZITJhrlAZJaNCYRjSYZIyMZJo0RJjQTAZMmNBMBkyY0EwGAExP+gBM0Jv5tEzQm/m0ABAAA/4AGAAWAABUAKwBEAFAAAAE0JyYjIgcGFRQWMzI3NjMyFxYzMjY3NCcmISIHBhUUFjMyNzYzIBcWMzI2EzQnJiQjIgcOARUUFjMyNzYzMgQXFjMyPgEQAgQgJAIQEiQgBARnHsH+hZoqGxYFIIRv4qsTDhMcYCPt/smZljAjGQceeoEBF9EYDhkjbCh+/rKwzKAXHykfCx2Frp8BLWcVEx0rzc7+n/5e/p/OzgFhAaIBYQFGIBNzIgkrFB0IG2cLG+woFY0qDTMZIwghfA0jAREvF0lLLwclHh8qCCVEPQwpW/5e/p/OzgFhAaIBYc7OAAEAAP+ABAAGAAATAAAJARchESEHAwchEQEnIREhNxM3IQQA/tEYARf+BSyOHv7TAS8Y/ukB+yyOHgEtBNH9uh/+YR7+7x4BLwJHHgGfHgERHgAAABEAAACMCQAEdAAOACUALwA7ADwASABUAGIAYwBxAH8AjQCQAJ4ArADAANQAACU3Ay4BIyIGFQMXHgEzMiU3AzQnJiIHBhUHAxQXFRQXFjMyNzY1ARcHBiIvATc2MjcXBwYjIjUnNzQzMgEDFwcUIyIvATc2MzIfAQcGIyI1Jzc0MzIfAQcGIyImNSc3NDYzMgkBEwcUBiMiLwETNjMyFjcTBxQGIyIvARM2MzIWNxMHBiMiLwETNDYzMhYBOQEDEwcUBiImLwETNDYyFhcTBxQGIiYvARM+ATIWEwcxFAYiJi8CEzU2NzYzMhcWFwEUBiMhLgE1ETQ3NjMyABc2MzIWAxAQEAENCgkODg4BDQkWASoLDA0IEAgNAQoLBgkOCwkJ++wUFAIOAhERAg5YGhoCCAkXFwkIARq8GRkLCgIVFQIKC14XFwIMDRUVDQxgFRUCDgYJFBQJBg4Bgf7fFRUKBxACEhICEAcKXhMTCwgSAhAQAhIIC2ISEgIUEwIQEA0ICQwBicYPDw8UDgEODg8UD2MODhAWEAEMDAEQFg/VDhIaEgEGBgwCCgkLCAcOAgRmpnX87g0SHFVgwwEeETU5daak8QILCg4OCv318QoNNNMCShAIBQUIEAb9vQHrAQoHCwkHDQFsgH4JCX6ACUbPywkKys8J/jIB6/XtCwvt9QwF/PQNDfT8DR/q9hAJB/bqBgn+FgJt/oT2BwsS9gF8EgtP/iz0CAsT9AHUEwsg/gbyFRXyAfoJDQ39EQLq/gLvCg8OC+8B/gsODh7+FOwLEBAL7AHsDBAQ/gjnDRISDXJ1AnwDDwkHBQgS/ZR1pQISDQODFwoi/vnAFqYAAAAEAAD/AAYABgAADQAbACkAOQAAACAkNxUUBgQgJCY9ARYAICQ3FRQGBCAkJj0BFgAgJDcVFAYEICQmPQEWACAEFh0BFAYEICQmPQE0NgITAdoBnHfO/p7+YP6ezncBnAHaAZx3zv6e/mD+ns53AZwB2gGcd87+nv5g/p7OdwG5AaABYs7O/p7+YP6ezs4DAFZUqkV2RUV2RapU/KpWVKpFdkVFdkWqVAEqVlSqRXZFRXZFqlQEKkV2RYBFdkVFdkWARXYACAAA/wAGAAYAABMAGgAjAF4AYwB0AH8AhwAAAR4BFREUBiMhIiY1ETQ2MyEyFhcHESEmJwEmAREhIiY1ESERARYXNjMyFxYHFAYHFQYjIiYnBgcCIyIvASYnJjc+ATc2FxYVNjc2Ny4BNzY7AjIXFgcGBxYdAQYHFgE2Nw4BAQYXNjc0NzY3JjUmNSYnFAcDNjcuAScmJwYHBgUmIxYzMjc0BbwcKDgo+sAoODgoA4AoYByEAXgKDP7HDAFj/mAoOP0AAv4hMzs6kx4QDgIBBkEwhj/dq5lZDw0YAQUKBAleVQ4JAjQ3RCQYDQ0LHxUBFwwSCQICAQIMN/4bNFUzSQGBDw0BBgcBAwEBAQwBfIeVAhYFTDMbOB4Cdxh0TDAOBASEHGAo+4AoODgoBkAoOCgcRP6IHQwBOQz6EgQAOCgBoPoAAlEaHgcxFh4BAgEBJighGDv++gcMAQQKGihnLQkPAgJVcIh+UpsyKA8VLwYCAwUee0Wk/hsYhihYA3oqWgclAygEBAEBAgEWDgEB/Wk2GwERBUNtVm84CxgcAQEAAAAABAAA/wAGAAYAABMAGgAjAFQAAAEeARURFAYjISImNRE0NjMhMhYXBxEhJicBJgERISImNREhERMVMxMzEzY3NjUzFx4BFxMzEzM1IRUzAwYPASM0LgE1LgEnAyMDDgEPASMnJicDMzUFvBwoOCj6wCg4OCgDgChgHIQBeAoM/scMAWP+YCg4/QBpRqSfgAcDAgQDAQUDgJ+kRv7UWmMFAgIEAQIBBgKQcpACBQEEBAICBWNaBIQcYCj7gCg4OCgGQCg4KBxE/ogdDAE5DPoSBAA4KAGg+gADgGv9awHlFBoQCBgDIgn+GwKVa2v+ShQaFQMHCQIFIAkCIf3fCR8GFRUaFAG2awAABAAA/wAGAAYAABMAGgAjAFMAAAEeARURFAYjISImNRE0NjMhMhYXBxEhJicBJgERISImNREhESUVITUjNz4COwEWFx4CHwEjFSE1IwMTMzUhFTMHDgEPASMmJyYvATM1IRUzEwMFvBwoOCj6wCg4OCgDgChgHIQBeAoM/scMAWP+YCg4/QABLQEZS2cFCgUBAgEEAgUHA2tMASNEwMND/ulKZwQMAwICAQQGC2pM/t5EvcIEhBxgKPuAKDg4KAZAKDgoHET+iB0MATkM+hIEADgoAaD6AOpqaqEHEwgEBgQHCQShamoBEQEaa2ufBxMEAwQGCwyfa2v+8P7lAAAAAAUAAP8ABgAGAAATABoAIwA4AEMAAAEeARURFAYjISImNRE0NjMhMhYXBxEhJicBJgERISImNREhESUVITUjNTMyNz4BNTQmJyYjIRUzEQEjETMyFxYVFAcGBbwcKDgo+sAoODgoA4AoYByEAXgKDP7HDAFj/mAoOP0AASABR12JTCpDT0o/MFL+kFwBBXd4NB84Ph8EhBxgKPuAKDg4KAZAKDgoHET+iB0MATkM+hIEADgoAaD6AOpqaqcPF4BSUXgbE2v91QEYAQwSIVJZHw8AAAAABQAA/wAGAAYAABMAGgAjACoAMgAAAR4BFREUBiMhIiY1ETQ2MyEyFhcHESEmJwEmAREhIiY1ESERAREhNTcXAQQiJjQ2MhYUBbwcKDgo+sAoODgoA4AoYByEAXgKDP7HDAFj/mAoOP0ABID8AMCAAYD+UKBwcKBwBIQcYCj7gCg4OCgGQCg4KBxE/ogdDAE5DPoSBAA4KAGg+gABwP7AwMCAAYCAcKBwcKAAAAkAAP8ABgAGAAADAAcACwAPACMAKgA3AEoAUgAAATUjFQU1Ix0BNSMVBTUjFQEeARURFAYjISImNRE0NjMhMhYXBxEhJicBJgERISImNREjFSM1IREBExYVFAYiJjU0NzYTNTMVMzIWAjI2NCYiBhQCgIABAICAAQCAAzwcKDgo+sAoODgoA4AoYByEAXgKDP7HDAFj/mAoOICA/gACjWsIkd6RCBVjgE8WIrxqS0tqSwSAgICAgICAgICAgIABhBxgKPuAKDg4KAZAKDgoHET+iB0MATkM+hIEADgoAaCAgPoAAtH+oxsZU21tUxkbPwFNgIAa/homNCYmNAAAAAAGAAD/AAYABgAAEwAaACMAOQBMAF4AAAEeARURFAYjISImNRE0NjMhMhYXBxEhJicBJgERISImNREhEQEWFREUBwYjIi8BIyImPQE0NjsBNzYBMjc2ECcuAQcOARcWEAcGFhcWJzI3NjQnLgEOARcWFAcGFhcWBbwcKDgo+sAoODgoA4AoYByEAXgKDP7HDAFj/mAoOP0AAewUFAgEDAumgw4SEg6DphABtB8TgYEQNhQVBRFkZBEFFRK9GxRXVxI2JgITNDQTAhMUBIQcYCj7gCg4OCgGQCg4KBxE/ogdDAE5DPoSBAA4KAGg+gADLggW/eAWCAIJpxIOwA4Spw/9RxifAZifFQYRETUVe/7CexU1EA+UFF38XRMCJDUUOZQ5FDUSEQAAAAUAAP8ABgAGAAATABoAIwAzAEMAAAEeARURFAYjISImNRE0NjMhMhYXBxEhJicBJgERISImNREhEQEyFhURFAYjISImNRE0NjMFFhURFAcGIyInATUBNjMyBbwcKDgo+sAoODgoA4AoYByEAXgKDP7HDAFj/mAoOP0AAoA0TEw0/oA0TEw0A2wUFAgEDgn+9wEJCQ4EBIQcYCj7gCg4OCgGQCg4KBxE/ogdDAE5DPoSBAA4KAGg+gADgEw0/oA0TEw0AYA0TAIIFv3AFggCCQEKWgEKCQAAAAYAAP8ABgAGAAATABoAIwA3AEsAWwAAAR4BFREUBiMhIiY1ETQ2MyEyFhcHESEmJwEmAREhIiY1ESERAT4BHwEeAQ8BFxYGDwEGJicDJjchFgcDDgEvAS4BPwEnJjY/ATYWFwEuATcTPgEfAR4BBwMOAScFvBwoOCj6wCg4OCgDgChgHIQBeAoM/scMAWP+YCg4/QABYAgaCzMLAwi2tggDCzMLGgjiDg4EBA4O4ggaCzMLAwi2tggDCzMLGgj+dg0PAooCFg0/DQ8CigIWDQSEHGAo+4AoODgoBkAoOCgcRP6IHQwBOQz6EgQAOCgBoPoAA4ALAwgmCBoL8/MLGggmCAMLAS0TExMT/tMLAwgmCBoL8/MLGggmCAML/QYCFg0DPw0PAgoCFg38wQ0PAgABACf/lwXZBgAANgAAARUGIwYCBgcGJy4ECgEnIRYaARYXNjcmAjU0NjMyFhUUBw4BIi4BJzY1NCYjIgYVFBYzMgXZZWFByaIvUFIcQWlkc2BXGwEbGlh5ek+pdo6i0LSyvjoHGUM7QRIfOjI1QNKiPgLFxheI/vKhGi0wETVyj+EBBwFuz9r+l/7vxmCp7UgBKLnA9dPAn38BBAwnIGdRV1pjW7rXAAAIAAD/AAcABgAAAwAGAAoADgASABUAGQAtAAATARElBTcnCQElBSctAQUnJREJARcRBSUBEQURFAcBBiInASY1ETQ3ATYyFwEW2AJb/rL+tcHBAzMCW/7z/rJNARD+8P7wiwFO/aUEzcH+tQEN/aUDMyL8zRUsFfzNIiIDMxUsFQMzIgFv/m4BZ98kgYH83AGStN+Gtra2Xd8BZ/5u/u+BAQIktAGS/pkr/d4pF/3eDQ0CIhcpAiIpFwIiDQ393hcAAAAAAgAAAAAIAAV4ACMAVwAAAR4BFRQGIyImIyErAi4BNTQ2NyY1NDYzMhc2JDMyBBIVFAYBFBYzMjcuAScGIyImNTQ2MzIeBTMyNjU0JiMiBxc2MzIWFRQGIyIuBSMiBgcIb4nspwQPA/tHAQIFquxuXAykdV9NSwEns6YBGKMB+syofIlnED8MQ003TU01LFFBQUlRcUF5p6h7j2JdQkw0UEo5K09BQklSbz96qgL8Lsd6pOkBCuelbro2JytzojqavKH+7KMGGP7weo5jFEkOQUM2NUQqRFJSRCqPd3mOYWxAQjM5RSpEUlJEKo0AAAAABgAA/wAHAAYAAA8AFwAfACcALwA3AAAAIAQWEhACBgQgJCYCEBI2JCAHFzYyFzcBNyY0NycGEAAgNycGIicHEiA2ECYgBhAFFzYQJwcWFALKAWwBTPCOjvD+tP6U/rTwjo7wAsD+hKvCUqpSwvvxwhwcwloCQgF8q8JSqlLCygE+4eH+wuEDZMJaWsIcBgCO8P60/pT+tPCOjvABTAFsAUzwDlrCHBzC+/HCUqpSwqv+hP2+WsIcHMIBJuEBPuHh/sIIwqsBfKvCUqoAAQAg/yAG4AXXACEAAAEUAgYEICQmAjU0EiQ3FQYAFRQeAiA+AjU0ACc1FgQSBuCJ5/7A/qD+wOeJwgFQzt3+3War7QEE7atm/t3dzgFQwgKAsP7A54mJ5wFAsNUBc/Af5C3+oOaC7atmZqvtguYBYC3kH/D+jQAAAQAT/wAG7gYAAGMAABM2EjcyMRQHDgQeARceAT4BPwE+AS4BLwEuAy8BNx4BHwE2Ji8BNxcOAQ8BPgE/ARcOAQ8BDgEWFx4BPgE/AT4CLgQvASYzFjEeCBcSAgQjIiQmAhMI2MUFAQgoQDghBUlIMmhNPhAQJxwPGw0OCiktKg4NaCdOFBMBJxUUoaAhJwMEFk8cHGcsUhMTHyIULyFZUUcWFTxJGAQgKjEpDg0OBwooLU8xRCswHBMBA97+bv+5/rTrhQKW2QF6gQECCDNmd5iVpkcyJxAfERAzg3JkHh0ZMSEaBgZzEUYaGzBvIB+3tS5xIiElRxERcw5IHR04m7lALR8UIREQNXx3fHBnUz0REQ0DHSJCMlBKZmiCR/79/mTmlPgBUgAJAAD/AAcABgAADAAbACgAUABdAGwAeQCJAJkAAAUVJiQnNxYXNxYXBxYBBxYXByYQNxcGBxcGFRQBFwYEBzU2Nyc2Nxc2AwcWFAcXBgcnBgcXBiInNyYnByYnNyY0Nyc2Nxc2Nyc2MhcHFhc3FgEVBgcXBgcnBgcnNiQAEAcnNjcnNjU0JzcmJzcnByYnByYnNyYnNRYEABACJiQgBAYCEBIWBCAkNhIQAgYEICQmAhASNiQgBBYDatD+nmo6HSxBlNwRQf3iUxYbOWJiOR4TUiMFCDpq/p7QOEER3JRBLHrpDg7oH0O5OVowNFw0MFo5uUMf6A4O6SFCuTtYMCxsLDBYO7lC/ipBOBHclEEmIzlqAWAEEGI5GxZTJCNSEx45FjkjJkGU3BE4QdEBYAENh+T+xP6m/sTkh4fkATwBWgE85LOO8P60/pT+tPCOjvABTAFsAUzwZkIGz6wiMTI5qCxWDAIRHDw0IbQBmrQhODgcZHBt/ugirM8GQgEMViyoOTICW1AqVipQXE2iQxLxCgrxEkOiTVxQKlYqUF1MokQS8AoK8BJEokwCJkICC1YqqTgqOCGsz/2r/ma0ITQ8HGdtcGQcODghJiE4KjipKlYLAkIGz/0AAVoBPOSHh+T+xP6m/sTkh4fkAp/+lP608I6O8AFMAWwBTPCOjvAAAAcAAP+ABgAFgAAHABAAOQBFAGkAcwCDAAAlFCMiNTQzMgMUIyI1NDMyFjc1BiMmIyIGFRQWFxUGFRQXFQYVFB4CMzI1NCYnLgE1NDc+ATU0JzYTMyY1ETQ3IxYVERQFNQYjIj0BMzIWMzUjNDcjFh0BIxU2MzIWMxUjFRQeAzMyATQmIgYVFBYyNiURFAYjISImNRE0NjMhMhYCRl1rYmYkSk1NJCamTjkyPFZ2OywmKXEoREwr4GBOGzExTVoKJUeJAgKJAwH6HiY1NAkjCWkDjAQ8JAEDEAQCBRIfOCZA/sgwSDEyRjECZKl3/EB3qal3A8B3qeRCP0ABlVVUWjMlfR0dclYyaA8DEUQ1GAMlZi1DIxC8Q0AOBR8YLAgPbk8YHAn+YRs3AYMuFxcw/ngyCXkVUuECdVIUGB8vdQMBAtklNjsmGALaJDc2JSQ1NlP8QHepqXcDwHepqQAAAAAGAET/AAa8BgAABwAQADwASABsAHcAACU0IyIVFDMyAzQmIyIVFDMyARUGBxYVFAYHDgEVFB4FFRAhIi4CNTQ3NSY1NDc1LgE1NDYzMhcyASM2NRE0JzMGFREUJRUGIyIuAzURMzUiJiMiBzUzNTQnMwYVMxUiJisBERQzMgAUBiMiJjU0NjMyAlOlnqyXOzw7fHx3AQ0kKxCSfCgnLUdWVkct/pVFem5BtkM/SF++jGBSYgG23gQE3gQCXUdnPloyHQgCBxgGFSZgBuMGqw85DlVXPf3wTjk6UE87OhZkaGUDXD1SkYcBzcoMCispf7MXCCYnHykXFR4tUzn+0Bk5a0qlPAQpVW0cBBipUYu5L/y+LVkCYV4iIVv9m1mxxCcoPGBYOwFfBAIGvkw2Iyl8vgT+k4MEDnRXVzo7WAAAAAIAAP+ABgAFgAALABsAAAkBIwMGBycDIwERMwERFAYjISImNRE0NjMhMhYDKQEKcJ0YFCqbeAEHZQLXqXf8QHepqXcDwHepAhQB8/7IMCxcATj+E/68A4r8QHepqXcDwHepqQACADn/AATHBgAAHQBJAAAAFAYjIicGBwITFgYHIyImJyY+Azc2NyY1NDYyBBACBCMiJy4BNz4BFxYzMj4CNC4CIg4CFRQXFg4BJicmNTQ+AjMyBANKck88Mz419y0BGxUFFB4CDhUmRkQoPUcQcaAB7pz+855AQxUXBQUkFTM5YbKATEyAssKygEw0Cg0mKQpAXZzYdp4BDQQUoHEjQ0/+jf4YFiECGxR+87+1gjxaSyMqUHEu/sT+9JwOBSUVFBcEDUyAssKygExMgLJhcmgUKBQOE3uOd9icXJwAAQAS/wAG7gYAAGkAAAEmNTQ2NyY2NzQSNzYzMhceBh8BFhUUBhUUHgEVHgEVFAYjIi4EJyYjBwYHHgIXDgEHBiMiLgEnJicuAScOASMiLgM1NDY3PgE3Mjc2NScuAS8BIgcOAQcjIiYnJjUQAQ4IFg0BEQ65fYu5hYUxUjwyIh8UDAE3EgMETVcnJAkVERULEAEBAgU7SRRTNwgCBAVA7jVzUUAPCA5ACCmtUiNEdlRBFB8LOxQECgICMHgNBQQIEkkpAQQEAxcC2hMhFDoQFj4MiwErPEI3FTY6TkZjUDoFU0MONAwBBQUBcslsK3IPFCAVHwIBBJpFFCUuKgQYBmESFhMFAgQBAS0oAw8aNiUoJx0CFgECAgIDC70+AxQpQwQJATYuARMAAAAABgAA/z4IAAXCAAoAFgAhAC0ASQBbAAAANCYjIgYVFBYzMgE0JiMiBhUUFjMyNgI0JiMiBhUUFjMyATQmIyIGFRQWMzI2ASYjIgQCFRQXBiMiLgMnBzckETQSJDMyBBYBFAYHFycGIyIkJhA2JDMyBBYCRDIpK0JCKykDGTMoGy0tGygz7DEpK0JCKykCrDQnGy0tGyc0/vYfJ6n+5KMXIyEaMD4bUgn9SP7ewwFNxbABOdMCb4l1N8eWRKn+5KOjARypoQEcqwQKUjIzKCcz/l8cLC0bHC0sAe9SMjMoJzP+XxwsLRscLSwBqgSa/vmcTkoDAwoEEQJ/2ssBH6kBHKOE6f0/ddVXtW0ljfIBHvKNjfMAAQAA/wAG/wYAAB4AAAEWBwEGBwYjIiclAwYjIicuATURCQElJicmNwE2MzIG5CEG/wAFGw4RCw3+O/ISHw0JExcDYPvT/nUlAwIiBoAPERQF9Rgo+gAdEAgFuf7ZFwQHIRQBXQQj/GOiDikoEwPACQAAAAACAAD/AAb/BfcAGgAgAAABFgcBBgcGIyInJQEGIyInLgE1ESUmJyY3ATYBEwEFCQEG5CEG/wAFGw4RCw398f7WEh0OCRMW/iglAwMjBoAj/svd+mYBUANf/iIF9Rgo+gAdEAgF1/65FQQHIRQBxMEOKScUA8AV+g4FK/zFiQJ//OMAAAACAAD/gAYABYAANABJAAAAEAIGBCMiJCcmNj8BNjMWFx4BMzI+AjQuAiMiBgcXFgcGIyEiJjURNDc2HwE2JDMyBBYFERQGIyEiJj0BNDY7ARE0NjsBMhYGAHrO/uScrP7KbQcBCIkKDxAHSdR3aL2KUVGKvWhitEaJHxERKv5AGiYoJx6CawETk5wBHM79+hIO/sAOEhIO4BIOQA4SAxz+yP7kznqRhAoZCIoJAgpfaFGKvdC9ilFHQooeJygmGgHAKhERH4Flb3rOmP5ADhISDkAOEgFgDhISAAAAAgAA/4AGAAWAAA8AGwAAACAOAhAeAiA+AhAuAQAQAgQgJAIQEiQgBAOC/vztq2Zmq+0BBO2rZmarAZHO/p/+Xv6fzs4BYQGiAWEFAGar7f787atmZqvtAQTtq/63/l7+n87OAWEBogFhzs4AAQA+/4AGwgWAAIUAAAUiJiMiBiMiJjU0PgI3NjUDNCcmIyEiBwYVAxQXHgMVFAYjIiYjIgYjIiY1ND4CNzY1JxE0Ni4EJy4BIiY1NDYzMhYzMjYzMhYVFA4CBwYVExQXFjMhMjc2NRM0Jy4CNTQ2MzIWMzI2MzIWFRQOAgcGFRMUFx4DFRQGBpIssS0ssCwYGiIsOhAhAQENJf1dJg0BASUQQDIoGRgvuS4rqioXGR8pNg8hAQEBAgUIDgkPPC4kGBguuS4qqSoZGSIrOA8jAQENGgK7GQ0BASMSUTMZGSywLCusKxkZIy06DyMBIhA8LyQYgAcHKRkfHgQKChV3AYcVCgQEChX+jY4WCgYBHR8aLAcHKhgeHgUKChd4OQMtAy4bMiInGAYKBBwfGiwHBywaHhsCBgoVi/7AFQsDAwsVAUCLFQsDFyYaLAcHLBoeHAEFCheK/FF3FQoHAh0eGiwAAAABABj/gAT+BYAALAAAARUUBiMiBwYHBhURFAYrASImNREjERQGKwEiJjURJicmJyY1NDc2NzYpATIWBP4lGDIEGgYDJBlsGSSPIxpsGiOTYn5CQFhYeW8BMgHfGSQFQ0kdQAEGGQs1+4AZJCQZBML7PhkkJBkB8AwvOnl1jqZ4diklJAAJAAD/gAYABQAAAwATABcAGwAfAC8APwBDAEcAACUVITUlMhYVERQGIyEiJjURNDYzARUhNRMVIzUBFSE1AzIWFREUBiMhIiY1ETQ2MwEyFhURFAYjISImNRE0NjMFFSM1ExUhNQFg/qACwBomJhr/ABomJhoBoPyg4OAGAP0g4BomJhr/ABomJhoDgBomJhr/ABomJhoCQODg/KCAgICAJhr/ABomJhoBABomAYCAgAIAgID8AICABIAmGv8AGiYmGgEAGib+ACYa/wAaJiYaAQAaJoCAgAIAgIAAAQAA/4AGAAWAACUAAAEyFhAGICY1NDclBiMiJhA2MzIXJSY1NDYgFhAGIyInBRYUBwU2BMCFu7v+9rsC/phcfoW7u4V+XAFoArsBCru7hX5c/pgCAgFoXAIAu/72u7uFDBa0VrsBCrtWtBYMhbu7/va7VrQWGBa0VgAAAAIAAP+ABgAFgAAlADUAACQ0JiMiByc2NCc3FjMyNjQmIgYVFBcHJiMiBhQWMzI3FwYVFBYyAREUBiMhIiY1ETQ2MyEyFgUAfVhUPfECAvE9VFh9fbB+AvE+U1h9fVhTPvECfrABfal3/EB3qal3A8B3qf2wfjp4EA4QeDp+sH19WAcQeDl9sH05eBAHWH0D4PxAd6mpdwPAd6mpAAcAAP8ABwAGAAARAC8APgBMAFgAZABzAAAALgEHDgEHBhYXFjMyNz4BNzYBFwcXFhQPARYVFAIGBCAkJgIQEjYkMzIXNzYyHwETBiMiLwEmNDc2Mh8BFhQXBiIvASY0NzYyHwEWFDYUBisBIiY0NjsBMicVFAYiJj0BNDYyFhcHBiMiJyY0PwE2MhcWFAJFFDAZbKYsChQZDQsqEiKBVBkDuC70RBMTQFlvvf77/uL++71vb70BBY+2oUATNRNE+woMDQpbCQkKGgpaCtwLGAtaCgoJGwlbCSASDmAOEhIOYA6uEhwSEhwSl1sKDA0KCgpaChoKCQOaMhQKLKZsGTAKBShUgSILAa0u80QTNRNAobaP/vu9b2+9AQUBHgEFvW9ZQBMTRAEsCgpaChoKCQlbCRvvCQlbCRsJCgpaChq7HBISHBKgYA4SEg5gDhISRVoKCgkbCVsJCQoaAAMAAP8ABwAGAAAEABQANQAAASUFAyECIAQWEhACBgQgJCYCEBI2ATY9AQcnExcmJxcFJTcGBzcTBycVFBc3BRMHFjI3JxMlAmEBHwEfbf6dBQFsAUzwjo7w/rT+lP608I6O8ARtlWbwP4aW7zX+4f7hNe+Whz7wZpUeAUaLdHX2dXSLAUYC0NDQ/rAEgI7w/rT+lP608I6O8AFMAWwBTPD7SMv7A1ngAUMMzkx8n598TM4M/r3gWQP7y4Qo/tZFJydFASooAAAADAAAAAAHAAWAAA8AHwAvAD8ASQBZAGkAeQCJAKIAsgC8AAAlFRQGKwEiJj0BNDY7ATIWAxUUBisBIiY9ATQ2OwEyFgEVFAYrASImPQE0NjsBMhYDFRQGKwEiJj0BNDY7ATIWJSImPQEhFRQGIwEVFAYrASImPQE0NjsBMhYDFRQGKwEiJj0BNDY7ATIWARUUBisBIiY9ATQ2OwEyFgMVFAYrASImPQE0NjsBMhYBFSE1NAUEHQEhNTQ+BCQgBB4EERUUBisBIiY9ATQ2OwEyFhEVFAYjISImPQEBwBIOwA4SEg7ADhLAEg7ADhISDsAOEgJAEg7ADhISDsAOEsASDsAOEhIOwA4S/cIcJgICJhsC/xIOwA4SEg7ADhLAEg7ADhISDsAOEgJAEg7ADhISDsAOEsASDsAOEhIOwA4SAYD9/v6C/oL9/hEzUI2zAQ0BPgEMtI1QMxESDsAOEhIOwA4SJhv+gBsm4MAOEhIOwA4SEgFywA4SEg7ADhIS/nLADhISDsAOEhIBcsAOEhIOwA4SEpImG4GBGyb94MAOEhIOwA4SEgFywA4SEg7ADhIS/nLADhISDsAOEhIBcsAOEhIOwA4SEgGKDQpoAgFlCg0RNExLTTolJTpNS0w0/lfADhISDsAOEhIBVIEbJiYbgQAAAAAFAAD/AAcABgAAEAAUACUALwA5AAABERQGIxEUBiMhIiY1ERM2MyERIREBERQGIyEiJjURIiY1ESEyFwEVITU0NjMhMhYFFSE1NDYzITIWAsAmGiYa/gAaJvkHGALo/wAEACYa/gAaJhomAagYB/zZ/qASDgEgDhICoP6gEg4BIA4SBMD9ABom/cAaJiYaAgADaRf9QALA/ID+ABomJhoCQCYaAwAXATfg4A4SEg7g4A4SEgABAAD/AAcABgAAHQAAARYUBwEXBwYEJwEjNQEmEj8BFwE2MhYUBwEXATYyBtslJf5vlqCj/ju5/pa1AWp8L6OglgGQJmpKJf5w6gGRJmoEOyZpJv5wlqCjL3z+lrUBarkBxaOglgGRJUprJf5v6gGQJQAAAAQAGf8MBucGAAAJABUAOgBnAAABFAYiJjU0NjIWBRQGIyImNTQ2MzIWExE0JiMhIgYVER4FMjYzNhcWFxYXNhcyHgI+BTcGBxIHBgcGJyY3AzUuAScDFgcGJyYnJhMmJyY2Fx4BFxE0NjMhMhYVETc2FgNpf7J/f7J/AfZ+Wll/f1lafuFAT/uoUzsrW0dbM1kcVQJEGwYEGiMHbwU/F0QmRzNJPUrGeftUa0J1aE5WBAEIIQcBBFdPaHVBaVP7eRkqJwQPA15DBOlDXhUnKgMcU3d3U1R2dlRTd3dTVHZ2/vgCm1dJRFz9XxciFg8HAQQBHAYDGRpbBAMBAQMGCxAXHxiVZ/7jtHEjIC8zcQFGAQIIAf6ucjIvICRytAEbZ5UlNBsCCgMCtkhmZkj9Sg8bNAAABABk/4AGnAYAAAMABwAPABkAAAERIxEhESMREzcRIREhFTcBEQEhByM1IRETA4CRAh+Rkf37VgFG2QMc/k7+utnZ/nJtBE7+TgGy/k4Bsv0I/gMb++fZ2QSq/Av+TtnZBIYBIQAAAAAFAFn/AQWqBf0AFgArAD8ATgBlAAAlFQIHBgcGJicmJyY3PgE3Mjc+ARceAScGDwEEIyYnJicmPgEXMhcWHwEeAQEOAQcGJyYDJyY2NzYXFhceARcWARYHBicBJjc2JBcWFxYSBRYHBgUGBzcGJicmNzY3PgE3NhceARcDBQEFDCc2/yMNBAEFBDyXATsPMRkYG5YDMXj+7REjEwwFCBIqIw29RyxUFxkDOQepMyUaDqovDgURIzABdstOCBz9WgU7Ojj+hggbKQFNOigJAyYCmwMdD/7GQxgBFy4OHh4BSn0yCRwlMJYG2X/+3A0gCAleKg8VDA4KSrNGEwsJCibkNw8nWAIiGTJMtUQCTR0SIgkr/rw21hQOFQoBFU0VMhUrEQEnQhsHFgJRZhQRWAJWIxsrXQ8KIxL9wcgnFApMDwgCBhQWLygBZatCBhMRF905AAAACgAAAAAIAAWAAAMABwALAA8AEwAXABsAIwAsADgAAAEhESETFSE1AREhEQEVITUBFSE1ARUhNQEVITUBESMRFBYyNiURIREUByEyNhMRFAYjISImNREhNQQA/oABgID9gAKA/YAFAP4AAgD+AAIA/gACAP4A/ACAJjQmBoD6AAsFyxomgHBQ+YBQcAEABAD+gP8AgIADAP2AAoD9AICAAQCAgAEAgIABAICA/EADwPxAGiYmGgRA+8AhHyYE2vtAUHBwUARAgAAEACoADQfWBYAACQAfADkAUQAAJCImNTQ2MhYVFDciLgEiDgEjIiY1NDc+ATIWFxYVFAYBIicuASMiDgMjIiY1NDc2JCAEFxYVFAYTIicmJCAEBwYjIiY1NDc2JCAEFxYVFAYEFCiSfVJ9aAJMf4J/SwMSlwpO7ObsTgqXAP8LDIjomFWrf2Q6AhGWCoQBeAGAAXiECpb+Cwuz/n/+OP5/swsLEZcKuwIEAhoCBLsKlw2TFCAsLCAUfDIyMjKWEg0KTVhYTQoNEpYBEAhpYyw+PiyWEgwKhJKShAoMEpYBDwmdn5+dCZYSDQq6zMy6Cg0SlgAADQAA/wAGgAYAAAcADwAXAB8AJwAvADcAPwBLAFMAYwBrAHsAAAQ0JiIGFBYyJDQmIgYUFjIANCYiBhQWMgA0JiIGFBYyADQmIgYUFjIANCYiBhQWMgA0JiIGFBYyADQmIgYUFjIBETQmIgYVERQWMjYANCYiBhQWMgERNCYjISIGFREUFjMhMjYQNCYiBhQWMhMRFAYjISImNRE0NjMhMhYBgEtqS0tqActLaktLav7LS2pLS2oDS0tqS0tq/stLaktLav7LS2pLS2oDS0tqS0tq/stLaktLagNLTGhMTGhM/oBLaktLagHLJhr7ABomJhoFABomS2pLS2rLTDT6gDRMTDQFgDRMNWpLS2pLS2pLS2pLActqS0tqS/7LaktLaksBy2pLS2pLActqS0tqS/7LaktLaksBy2pLS2pL/YABgDRMTDT+gDRMTAL/aktLaksBwAEAGiYmGv8AGiYm/qVqS0tqSwMA+gA0TEw0BgA0TEwAAgAJ/wAF7wYAACcARQAAARYHAiEjIgYPAQMHDgErASImNz4DNzY7ARY3Njc2NzY3PgEWFxYnFAcGBwYHFCMnIgcGAwYjISImNxM+ATMhMhYXHgEF7xIWV/4iLBkmBQQ3AgUnGfsVGAMJIxIkCQUmg4Vnr3BmNRgLAQMEBE+ZLlDecYtaWmQSAlMBC/7ZFh0D6AUtHQJWIn8wa3EDelR4/kQhGhP+pg8aIR4VOOBw3zglAhcnaV+XRj8GAwEDO7NrgelSKAIBAWAI/fYKIRYFvx0mGhMppAAABAAn/wAHAAYAAAoAEgAZACgAAAEyFwATIQIDJjYzAQYHAgM2NxITEgATIQIJARADAgECAyY2MyEyFhcSAbkhEwEKYP5Cf/AMEhQDpDFMT7EoBNPh6wErI/49Kf4ABGhlQ/7cGVEEExABZxUjBXMDYBr+lP5mAbkBNBAj/pvHwgE2ARzd5P6sAY/+vP0T/nECmQMn/cD+WP58AjACCwEtARsQGRoU/mcABwAA/4AJAAWAAAgADwAYABwAPgBJAFkAAAEjNj8BPgE3FwUDJiMhBwQlAycuAScTMwEDMxMjBSYjIgYHBhceARUUBiMiLwEHFjMWNjc0Jy4BNTQ2MzYfASUjIgcDMzczFhczExEUBiMhIiY1ETQ2MyEyFge3ig40AwQMAwz6gjoLQP70AgE3AQ+iERp2SIevAQUlpmimAphFUHucAQGSMCY8J1ZGFhdKb4KdAowxLDEuRjYPAcCAQRb2riPUBQ+agEw0+AA0TEw0CAA0TAIiJY4JCiAKN3gBJzYNT1z+SllGdx3+AgKB/X4CghAbdl5mSBckFR4gIQuQIgF4ZGpEGSIVFiEBGQibNv20YBZKA8L7ADRMTDQFADRMTAAYAAD/gAkABYAAEQAZACsAMwBAAEcAWABjAGcAcQB6AJwAuADHAOUA+QELARkBLQE8AUoBWAF7AYsAAAEmIyIOAhUUHgIzMjcmAhI3BgISFzYSAicWEgIHFjMyPgI1NC4CIyIBMzUjFTMVOwI1IwcnIxUzNRczNwMVKwE1OwEVMycyMzc2NC8BIisBFTM1MyQ0NjMyFhUUBiMiJDIXIwQ0NjIWFRQGIyI2NDYyFhUUBiIXIiciJjUmNTQ3NDc2MTI1NjMyFxYxFxUWFQccASMHBiMGJTM1NCYnIgcmIyIHNSMVMzU0MzIdATM1NDMyFRczPQEjFSYjIgYUFjMyPwE0LwEmNTQzMhc3JiMiBhUUHwEWFRQjIicHFjMyNhcnBiMiPQEzNSM1IxUjFTMVFDMyNyIGFRQWMzI3JwYjIiczNTQmMyIHNSMVMzU0MzIXNyYWFBYzMjcnBiciJjQ2MzIXNyYjIhczPQEjFSYjIgYUFjMyPwEiBzUjFTM1NDMyFzcmFzM9ASMVJiIGFBYzMj8BByIjBgcGFQYVFBcUFx4BMzI3ND8BNjc2NTQnJic0LwEiJgERFAYjISImNRE0NjMhMhYEX4CZZ72IUVGIvGiZgINeX6N+XFt/f1tcXYJfXoOAmWi8iFFRiL1nmQJlBxEHAx0EBQYGBQMGBAUIAgMDAgMEAQEBAQEBAgEGAwH7FhYTEhYWEhMBpTwFRgGHFiQXFhMS+hckFxckhwICAQQBAQIBAgICAwEEAgEBAQECAgH6vB4dGSAPDh8YDx4eIR4dIR6mHR0RGh0mJh0cD7IvDhcZFxQMFiEaHi8NGB8ZFA0ZIR0hgggNDRMwMB4cHC8VZR0mJx4hFg4SFSIHZSSDFwweHh0KCAkJEichHRMOEhESFxcSExAOFBwhzh4eDxsdJycdHA6FFwwdHR0KCAkIfx0dDzgnJxwdDk4CAgECAgMBAQMCBAMEAgICAQIBAQECAgIBBAFnTDT4ADRMTDQIADRMBKtVUYi8Z2i8iFFVawE9ATxTY/7T/tRjYwEsAS17a/7D/sNqVVGIvGhnvIhR/NkDAxEUDQ0UDw0N/jkCAwoFAQEEAQENBSwmGBkSExhXIB8mGBkSExgZJBkZEhMYHQEEAQICAwECAgEBAQECBAECAQECAgICAQRVGB0BGBgUEIdLJCRLSyQkS0RDEBQoPigUGCIGAgQKDwsYDhgUIQYCBAoRDhcRGA4ZBxY9GykpGz0yjigfICcTFg8hDCAnFBCHTCMEHAQoPigQGA0BGCYYDBgQi0RDEBQoPigUehQQh0wjBBwEi0R6RxQpPCkUAwEBAgEDAgQDAgICAgIBAQEBAQMCAwQCAQMBAQEBBOX7ADRMTDQFADRMTAAADAAA/4AJAAWAAAoAEQAbAB8AQgBXAGIAagBxAH0AigCaAAABFAcGKwE1MzIXFiUUKwE1MzIFNCYrAREzMjc2FzMRIwU0JicuATU0NjMyFzcmIyIGFRQWFxYXFhUUBiMiJwcWMzI2BTUGIyImNTQ2MzIXNSYjIgYUFjMyAREOAQwCBSEyNgA0JiIGFBYyJRMjBycjEzczNSM1MzUjNTM1IwEzJzY1NCYrAREzNTMBERQGIyEiJjURNDYzITIWATkkHTwRET0cJAbwQBMUP/lTZE9fX0otPB5BQQFAKTcdFRsVHRgiKTksPCQuJQgTHBYwFyosRzNAARYlKTE/Py4rJigoSmdmSioE90Gf/sT+qf4U/v4GIRom/K1qlmpqlgECkEdaWUeO0Lh3c3N3uAGHUGlMPjhhQQkBIU03+Ag3TU03B/g3TQL3MyEa3BsfDTRlckpd/rMmM1kBTegoLBQKEg4QFRssJTcoIykQDQYMFhQbLChAPSlNJUEyMEMmTRRlkmX9twIPKFiSgYwwJgLElmpqlmoIAVbg4P6qCThaOEo5/rOMEE4vNP6zhQIk+ww4Tk44BPQ4Tk4AAAAAEgAA/4AJAAWAAAIACwAOABUAHAAjACYAOgBPAFsAzgDiAPkBBQEJASQBPwFiAAATMycBNycjFTMVIxUlFzUXNCsBFTMyJTQrARUzMgE0KwEVMzIFMyclESM1ByMnFSMnIwcjEzMTETMXNwEUDgQiJiMVIycHIREhFzczMiUVIxEzFSMVMxUjFQEVFAYjISImNREzNzMXMzUXMzcVITU3Mh0BITUeAjYzNzMXMzUXMxEjFScjFScjIgc1IxUmIyEHJyMVJyMHETQ2MyEyFhURIyIHNSMiBzUhFSYrARUmKwEHJyERITcXMzUzMjcVMzUzMhYdASEyNxUzMiUUBgceAR0BIzU0JisBFSMRMzIWARQGBx4BHQEjNDYuAysBFSMRFzIWARUjETMVIxUzFSMVAREjEQEUKwE1MzI1NCYiLgE1NDY7ARUjIhUUFjYeATcVBisBNTMyNTQmBi4CNTQ2OwEVIyIVFB4BAxEjJxUjJyMHIyI1NDsBFSImDgQVFBY7ATczExEzFzV3WS0CQUpGo46OAT1jvShUUykBISpSUSv+6ipSUSsBy1ks/BZCXjlehBmHGUZ0YG5qVU0CmAsRHBgnGCkJflBT/wABBFBSz23+3dnZmJSUBdRNN/gIN01vGTcZ2hNxFAIdCgoBFxdAKVUJGTgZ4yK2tBm5F/lFKKwYMf2MKyvGFqlOTTcH+DdNeDMesTcX/sQfONEXROo2Mv6jAVc3NNMVOx+uCAgEAhE5H6g8/S0YFhkSQRgiRUGaMDr+6xkVGhFBAQEFDBcSRkCZMToCEdjYl5SU/u1CAvdmfn4iIjEyIjQognckIzExI+8YQH19IRklKyUZNSiBdiQ6T5RceoQahhlLgYU/ByoPHwwRBhskHVxhbWNyA1Zs/YZPTzE3Nk5u2TwhRSgdPQHyHTwmbC/+8dTU1NQ8PAEP/v8BAbi4/dQUHhQNBwIBW1paAQ9ZWfw4AQ85MTc2/dHlN09PNwKmPT0uLi8vYwEOVhcMDAECPT06OgF6LCwsLBYWFhZhYSwsswGHN09PN/1aFhYWFhYWFhY6Ov6GOztZDWZjBAhXGBj7FygJCSIdNi0hFWMBDx4BqBgoCQkhHjUJIw8WCgdiAQ8BHf10OAEPODE3NgKp/vEBD/10VjoZEAoHJiQnKjkZEAkBBiUOZSM6GQ0MAQULJR4nKjkZFAQGAkL+8svLPDyFijsCAQMKER0TJijV/wABALy8AAAAAAsAAP+ACQAFgAALABcAIwA6AFMAbgCFAJ8ArgC5AMkAAAEUBiMiJjU0NjMyFiUUBiMHNzY7ATIeAQUUBiMiJjU0NjMyFiU0JisBIgcDBhY7ATI/AT4CMhYzMjYFEzYmKwEiByYjIgYVFBYzMjY3BhUUOwEyADQmKwEiDwEnJisBIgYVFB4BFwYVFDsBMjcBJTQmKwEiBwMGFjsBMj8BPgIyFjMyNgUTNiYrASIHJiMiBhUUFjMyNjcUBhUUOwEyEzU0KwEiBwMHFBY7ATI3AQ4BIwc3NjsBMhYBERQGIyEiJjURNDYzITIWAukzJR0jMiUcJQMRLCwgEQILEhYaGAFfMyQdJDIlHCX6qE0+oBMCQQEIBkwUAhIBDBIQFgNWYgE1KQEIBkwOAxtESGVFOhw8EgQNRRMBwggFTQsHaiwFEUsFCCctAVINTQsHAP8Bfk0+nxQCQQEIBlIMBBIBDBIQFgNWYgE1KQEIBkwOAxpFSGVFOh08EQQNRRPdDUoLAkEBCAZCEwL5SQUqJyERAgsTKCQHckw0+AA0TEw0CAA0TAJ2JTEgHCUzIXgqHgFrCwQVqSQyIBwlMyGOOzUT/mgGChNuCAoDAmHiAQUGCiEobEk7RhgUDAkQARUKCQqclhAJBQJyhARwCA0KAXA4OzUT/mgGCg10CAoDAmHiAQUGCiEobEk7RhgUARAEEAGsAQ4L/mACBQkTARMjFgFrCxcB3/sANExMNAUANExMAAAACgAA/4AJAAWAAAoADwAyAEgAVwBbAGwAdACLAJsAAAEUBwYjIic1NjMyBSM2MzIFNCYnLgE1NDMyFzcmIyIHBhUUFhceARUUIyImJwcWMzI3NgE3IzUPAzMVFBcWMzI3NQYjIj0BBTUmIyIGBycjETMRNjMyEzMRIwU0JyYjIgcnIxE3NRYzMjc2ADQmIgYUFjIBNCcmIyIGFRQXFjMyNycGIyInJiczNhMRFAYjISImNRE0NjMhMhYGPRUTIRcSHRw5AbZuBjIz+exCRCQgJjpCEkNSTS4wQUMnHzAdUh8SSGBRMDMBJxNggRIuET4sJkkgLyAMKgGJDw0gLwoKg5YaOBAvlpYCbi0oR0A1CISWJCBTMz3+LC5CLi5CA7AwMl5gbz83amU7EDlHKxQXBfgCgEw0+AA0TEw0CAA0TAJ5RSUjCeAeVmLpO0EZDRYOGiFwICYnRjpBGA4XEB8ZEnEpJSkBI2+HFXIIZ9tUJB4LdgcyxRmLAyAeOP4pATIf/q8B1956OTQ4L/17GZcLOEEBxEIuLkIv/utxP0CEcoA8NyhnHxMTLw4CsfsANExMNAUANExMAAADAA7/AAfyBgAACwAXAD8AAAESFxQGIyEUBiImJwUyNCMiJjU0IhUUFgEWBgcBBiYvASY2PwEmNT4ENTQSNyY1NDYyFhUUBx4BFwE2FhcGFj3tTDT+QJbUlQEBABAQO1UgZwQzCAEK+LAKGwhUCAEKuhMyUlg9J+q+CDhQOAh8vjUBogobCAKs/pzINExqlpVqryBVOxAQSWcGQAobCfmqCAIKYAobCKEgIipck6ryi5gBBRwTFCg4OCgUExKBXQFrCAIKAAAAAAQADv8AB/IGAAALABYAJgBOAAAENCMiJjU0IhUUFjMJAS4BIyIOAhUQARQGIyEUBiImJzchJgM3EgEXFgYHAQYmLwEmNj8BJjU+BDU0EjcmNTQ2MhYVFAceARcBNhYEEBA7VSBnSf33A20qtYVdmVowBMBMNP5AltSVAZUC9aY9bz0BQ1QIAQr4sAobCFQIAQq6EzJSWD0n6r4IOFA4CHy+NQGiChuwIFU7EBBJZwHrAvhYdT9ibDP+gP5ANExqlpVqgbsBEGH+nASoYAobCfmqCAIKYAobCKEgIipck6ryi5gBBRwTFCg4OCgUExKBXQFrCAIAAAAABQAA/4AFgAWAAA8AHwAvADcAWwAAJRE0JisBIgYVERQWOwEyNiURNCYrASIGFREUFjsBMjYlETQmKwEiBhURFBY7ATI2ASEnJichBgcFFRQGKwERFAYjISImNREjIiY9ATQ2MyE3PgEzITIWHwEhMhYCABIOQA4SEg5ADhIBABIOQA4SEg5ADhIBABIOQA4SEg5ADhL94AHAMAcK/sMKBwNvEg5gXkL8wEJeYA4SEg4BNUYPTigBQChOD0YBNQ4SoALADhISDv1ADhISDgLADhISDv1ADhISDgLADhISDv1ADhISA+51CQICCZVADhL8TFN5dVMDuBIOQA4SpyU0NCWnEgADAAD/gAYABYAALAA8AEgAAAEVFA4CIyIANTQAMzIeAx0BFCsBIj0BNCYjIgYVFBYzMjY9ATQ2OwEyFgIgDgIQHgIgPgIQLgEAEAIEICQCEBIkIAQEfklzeTnN/u0BEMsiU2dSOBB2EINIjLG3jkSMCQZ3Bgr8/vztq2Zmq+0BBO2rZmarAZHO/p/+Xv6fzs4BYQGiAWEBzm0yTisWARbPywEQCRspSC1tEBBGKzG3kpfFMCpGBwkJAytmq+3+/O2rZmar7QEE7av+t/5e/p/OzgFhAaIBYc7OAAAAAgAA/4AGAAWAAA4AYgAAATQmIyIOAhUUFjMyPgEFFA4CByIGIyInJicOASMiJjU0EjYzMhYXPwE+ATsBMhcWBwMGFRQWMz4ENRAAISIOAhAeAjMyNzYWHwEWBwYHDgEjIiQmAhASNiQzIAADzGteP3piPWthYKBVAjRKe4xLBhMHXy8cBTSfXqGxhOKFV4gmAgsBCQV2BQgFAngFGSAcOlhCMP6k/tyC7atmZqvtguSxCxoIKQgBAgpm+4Wc/uTOenrOARycAVgBqAL5bHo9bKZhcHqFxxFvrGIzAgE1ITJCWL+unQEKm0dAEzgGDAsFC/2aGBgnGgEJJz12TgEkAVxmq+3+/O2rZpAJAgsxDAwNCVNaes4BHAE4ARzOev5YAAAAAAIAAP8ABwAGAAAjACgAAAAWEA8BFxYUDwEGIi8BAQYrAQUnEzU0NwEnJjQ/ATYyHwE3NgkBJwEVBkS8XuFoCgrSChoKaf2lJTXL/wBAgCUCW2kKCtIKGgpo3138xQJAwP3ABgC8/vdd32gKGgrSCgpp/aUlgEABAMs1JQJbaQoaCtIKCmjhXvpAAkDA/cDAAAIAAP8ABv4GAAAQACkAAAEyFhUUBwAHBiMiJjU0NwE2AR4BHwEWACMiLgI1HgMzMjc+BAZPRmkt/rSFYXl+tVwCfjv8uieHUwEE/vXXe75zOgdEOD4PKQ4ZQUpmaAYAXUY/WP2Le1u5f4BUAkM2+/ZMbBZH1f70XaLMdgUyJyIlQl07JA8AAAAFAAD/AAcABgAALQBvAH8AjwCfAAAlESERMj4BNz4BMzIeARceAjMyPgE3PgIzMhYXHgIyPgE3PgEzMhYXHgITFSIuAScuAiMiDgEHDgIjIiYnLgIjIg4BBw4CIyImJy4CIyIOAQcOASM1NDY7AREhESERIREhESERMzIWARQGIyImNTQ+BDUyFgUUBiMiJjU0PgQ1MhYFFAYjIiY1ND4ENTIWBwD5AC1QJhweKyMYKBYWHSRQLi1QJB4VFycYIyseHCZQWlAmHB4rIyIrHhwmUC0YKBYWHSRQLS5QJB0WFigYIyseHSRQLi1QJB4VFycYIyseHCZQLS5QJB0eKyNwUEABAAEAAQABAAEAQFBw+wBIODVLExwiHBMmWgIASDg1SxMcIhwTJloCAEg4NUsTHCIcEyZagP6AAYAcGxgbFg4QExkaHB0ZGRMQDhYbGBscHBsYGxYWGxgbHAFAwA4QExkaHBwaGRMQDhYbGRocHRkZExAOFhsYGxwcGhkbFsBQcAHA/kABwP5AAcD+QHADEE1TSzUdLBggHzomlExNU0s1HSwYIB86JpRMTVNLNR0sGCAfOiaUAAIAAP+ACAAFgAAFAAsAACEVIREzEQkBIREJAQgA+ACABgABAPmAAcACQIAGAPqABAD8gAJAAkD9wAAAAAMAAP+ABsAGAAALABAAFgAACQEGBCMiJAIQEiQzEyEUAgcTIREyBBIDAAIiav7lndH+n87OAWHRuwMFeGyk/QDRAWHOAob93mx4zgFhAaIBYc79AJ3+5WoCogMAzv6fAAIAAP+ACAAFgAAFAB8AACEVIREzEQERFAYvAQEGIi8BAScBNjIfAQEnJjYzITIWCAD4AIAHACcQef2HChoK6f5gwAJJChoK6QHQeRARFQGzDhKABgD6gATg/k0VERB5/YcKCun+YMACSQoK6QHQeRAnEgAAAQAAAAAHAARXAGAAAAEUFx4DFwQVFAYjIi4GJy4DIyIOARUUFjMyNzY3FwYHFwYhIiYCNTQ+AjMyHgYXFjMyNjU0LgYnJjU0NhceARcjHgIXByYnNSYjIgYFDAoKHjQkJQFF05U7aU5MMjkeMQsgO1h4UmCuZtWdsVE4G1QPHQGD/v+T9YhXkcdpV5BnVzo7KjoaYIlRcyY/UldYSjgLA69vTlUwAQwWHgSBGhwXSjFGA0AGIx0pGw0KW/GSwSU2X1B/T4YcUWlYKG+yYKDvXz81mCIkAZieAQGSacqXXCY+YmSGc5I2yGFQKjwgHxctO2lGEBFupAQDFyoLGy0FYzEVARVCAAAAAgAA/4AGAAWAAFcAZwAAATQnLgInNC4BNTQ2MzIXIxYXNyYnLgEjIgYVFBceARceAx0BFgYjIicuBSMiDgEXFR4CMzI3NjcnDgEjIiY1NDYzMhYXHgczMjYTERQGIyEiJjURNDYzITIWBZjqIyQoCQQCMSQ2EQEUE10nCiFFM1B8AhBhZB0oMhsBUzthRhc5J0VPgFNltmoDBF2ubbpdFAs8KnJZc5ikaHB0LggjFikkNzhMKmuYaKl3/EB3qal3A8B3qQHkrUIKDSUcAg0LAiQvDw8kRzYKHRRzUAcQYFgdCA8cKRoFOkaQL5Vmd0gxcLhkAWy2cW4bGG1QSK51aahrdxVfOls5RCcbiwLl/EB3qal3A8B3qakAAAADAAAAAAgABQAADwAfADMAAAA0LgIiDgIUHgIyPgEkNC4CIyEWEhACByEyPgESEA4CIyEiLgIQPgIzITIeAQSAUYq90L2KUVGKvdC9igNRUYq9aP5+d4uLdwGCaL2K0War7YL9AILtq2Zmq+2CAwCC7asCGNC9ilFRir3QvYpRUYq90L2KUVr+9P7M/vRaUYoBp/787atmZqvtAQTtq2ZmqwAAAAIAAAAACAAFAAATACMAABgBPgIzITIeAhAOAiMhIi4BBDI+AjQuAiIOAhQeAWar7YIDAILtq2Zmq+2C/QCC7asEstC9ilFRir3QvYpRUYoB/gEE7atmZqvt/vztq2Zmq5FRir3QvYpRUYq90L2KAAAFAAAAAAkABQAADgASABgALABcAAABISImPwEmIyIGEBYzMjYnMyYnBQEhBxYXBBAmIyIHExYGBwYjIicDBhUUFiAAEAAgADU0NjcnAQYrAQ4BIyIAEAAzMhc3IyImNDYzIRUhJyMiJjQ2MyEyFwE2MzIC+v7GKCMYvEFIhLy8hHOwo7oSOQFxASD+IGNpFQUFvIQ8Pa4PChYPFSMSrl28AQgBPP75/o7++U9GQf6fEiHFF/youf75AQe5cmWJ4BomJhoBgAGzVd4aJiYaAQAhFAELW2W5AYBGIPsfvP74vJHvVT+UAYCEZ5XEAQi8GP78FzQOCx0BBF+ChLwB+f6O/vkBB7lhrT9i/isapNwBBwFyAQc3tyY0JoCAJjQmHP5wLAAABQAA/wAGAAYAAAcADwAfACsASwAAADQmIgYUFjIkNCYiBhQWMhMDLgEjISIGBwMGFjMhMjYCNCYjISIGFBYzITIBESMVFAYiJj0BIRUUBiImPQEjETQ3Ez4BJCAEFhcTFgGAS2pLS2oES0tqS0tqHUgFIxf8ahcjBUgFJh4EJh4m5xwU/YAUHBwUAoAUAayAS2pL/QBLakuAGWcJsQEbAVYBG7EJaRcBC2pLS2pLS2pLS2pLAgwBgBcdHRf+gB4uLgJuKBwcKBz9W/2lgDVLSzWAgDVLSzWAAltwbwHGTnY8PHZO/jpmAAMAAP+ICAAF+AALAC4AUgAAABQGIyEiJjQ2MyEyBTQnISImNTQ2MyEmJCMiBAIVFBchMhYVFAYjIRYEMzI+AgEUBisBFhUUAgYEIyIAJyMiJjU0NjsBJjU0EjYkMzIAFzMyFgW3MiT9QiQyMiQCviQBCBf8KiQyMiQDjFj+2q2x/tOvFwPWJDIyJPx0WAEnrYTyrmgBczIkgxGD3P7Pp/b+a2O9JDIyJIQRg9wBMaj1AZVjvCQyAuNGMzNGM1ZWVDIjJDKPqK/+1LFWVDIjJDKPqGev8QGEIzJVVaf+z92DAQrZMiQjMlVVpwEx3YP+9tkyAAAGAAv/AAT1BgAABwAPABsALAB1AKMAAAEDFxI1NCMiARYXNjcuAgEUEzYzMhcDJiMiBgMUHgEzMjY1NCcuAyMiBgMUFx4BMzI3NhE0LgEnJiQjIgcGFRQeBDcyMzIXFhcGBwYHDgEVFBYVBwYVJicGIxYVFAYjIiY1NDcWFxYzMjY1NCYjIgYHNDY3JjU0NjMyFwI1NDYzMhMWFz4FMzIWFRQDHgMVFAIOASMiJyYCA7lydaUmOf6MHgMlIgwqI/7NnxEgDzx5SzATFE9nhCIOFyANJjlCHRQznhk7+Z3jm5gCFRQ4/slzJQwMK0RXWFIdEAcYEA8EHEQ9IEBZJQMEiQkIIQJRNlKpITQITTgMHa8dKzZyVV4cej0dKaNSToPCBgIGLilDPk8lR1KfPU8mDl6q/JhvcJXaBIb+uBUBw0M4/HBQCCoZAgcHA4Vi/lkKBQFf3CP89SSmjBoOGE4gUGJANv6dKT+RpKqpAQIrMEwSMTULBR4iNBwTBAQCExMkHBoWGC6IRR9zHgwMAgrOAgcONUmcUSIhQAxoEQwi3lk3ZXwaSh4+eg8BzmlQZf27EQYQf26RZUhiSWz+Rg8+Xl1Alv78vm4qOQENAAAAAAQAAP+ACAAFgAAaADYAWwBfAAABMw4BIyImNTQ2MzIWFyMuASMiBhUUHgIzMiUzDgEjIiY1NDYzMhYXIy4BIyIGFRQeAjMyNiU0JicuAicmISAHDgIHDgEVFBYXHgIXFgQhIDc+Ajc+ARMRIREDEc8OqYKiubqMlKgNywU9Mzk/Cho2J18C1s4OqIKiubqMlKgNzAQ+Mjk/Cho1JzE3AW0fLQYPHAJW/Z39j1UFGREGLR4eLQYSFwYsAYcBEwJiVwUYEQUuHsD4AAIQnrXoyMLrrqBARnl1MEhDJIuetejIwuuuoEBGeXUwSEMkTLbPyD0IDBICPz8EDw0IPMfR0Mc9CA4OBSEgQQQODgk8xgPL+gAGAAAAAAACAAAAAAVgBYAAHQA7AAABERQGKwEiJjURNCYjIREUBisBIiY1ETQ2MyEyHgEBERQOASMhIiY1ETQ2OwEyFhURITI2NRE0NjsBMhYD4BIOoA4SoHD+8BIOoA4SEg4B0IfkhQGAheSH/jAOEhIOoA4SARBwoBIOoA4SA5D+EA4SEg4B8HCg+4AOEhIOBUAOEoXkAUn8kIfkhRIOA8AOEhIO/QCgcANwDhISAAAABAAA/4AGAAWAAA8APgBTAGMAAAEVFAYrASImPQE0NjsBMhYFNTQmKwEiByYrASIGHQEUOwEyPQE0NjsBMhYdARQ7ATI9ATQ2OwEyFh0BFDsBMiU1NCYjISIGFREUOwEyPQEWOwEyNhMRFAYjISImNRE0NjMhMhYFHxsYyhgcHBjKGBv+FkE1hUQcHESCNUEVNxYbGV4YHBU2FhwYYRgbFjcVAk1CNf74NUIWNxUfP781Qn6IYPvQYIiIYAQwYIgCtnIYHBwYchgcHP76NUE0NEE1+hYW5hgcHBjmFhbmGBwcGOYWdpo1QUE1/mYVFbQqQQKd+9BgiIhgBDBgiIgAAAMAAP+ABgAFgAACAAkAGQAAASEbASEBIQEhCQERFAYjISImNRE0NjMhMhYDk/7ak+kBN/68/kj+vAE3AX8Caqp2/EB2qqp2A8B2qgHCAif8lwQA/AABOgKm/EB2qqp2A8B2qqoAAAAAFwAA/wAIAAYAAE0AVQBhAGgAbQByAHgAfwCEAIkAkQCWAJwAoACkAKcAqgCvALgAuwC+AMEAywAAARQGBwMWFRQGBwMWFRQGIyInIQYiJyEGIyImNTQ3Ay4BNTQ3Ay4BNTQ2NxM0JjU0NxMmNTQ2MzIXITYyFyE2MzIWFRQHEx4BFRQHEx4BASEBIwEhNjIBFhUUBxMXNxEnBgcBIRclIQYiATY3JwcjNwMBFwE3EyEBNgUzASERFxYDITcBDwEzNQcWERQWFRQHFxE3ERcBLwEHETcnBiUjBRcVCQIlJxEFBzMBFxMvAiY9AQMmJwkCNQMTIxMBBz8BEyY1NDcLARc2CAAaFM0DGRTBAyEYGRD+cBE0Ef5xERoXIgTBFBkDzhQZGxTHASLRBCIXGhIBjBA2EAGOEhoXIgTPFyAHuxMZ/CcBhf6qj/6qAWgSKvxbAQLQD7y7DRACqP58vgIq/ugQLAKvAQRAER4W/P7YPwF3EEH+VQFNCPxwBQFW/osEDhIBkkD+y53Bo6gEAQirHpkBKd/fBM2/BgN3EP2T1f7XATcBKP17iAHmKlUBJe6EAwEWCNgFCP5LATb8wKOjo6MEPTCCKM8CA6uBTQUCgRUfBP6cCQkUHwT+rwgIFyISFBQUIRgIDAFPBB8UCQkBZAUfFBUfBAFYAQQBJA8BawoIGCEVFRUVIRgGDP6aASEWDQ7+vAQf/M0BYv6eEAMcBAkKBf6YBscBW8IIAgHAyMgQ+1QGBURPaQEK/s1A/pAcATb+qQQPAWL+sQYFAXhCAUGm3b2xCAM1AQIBEA2xAQ0L/smdATrs3gj++ErJAgzg4Sv+xf7BATMPjf7k3SwBiPsCcAUBFQ0QAgF4AQT+Mf65Afbf/ub8if7lARvj40YBaQoEAQ8BKP2cUgMAAgAA/wAFgAYAAA0AGwAAETQ2MyEBERQGIyEiJjUlJxE0JiMhIgYVERQWM7eDAuYBYLeD/PSDtwTQsEAu/hwuQEEtA1iDvwFm+kKEvr6EJLQBqS5CQi7+FC5DAAAEAAD/gwYABX0ACgAUAB4AKQAAAQQAAyY1NBIkMzIFFhcEAAMmJxIAARIAJRYXBAADJgUmJwYHNgA3BgcWA6b+w/4idxTNAWDQUgFkXUf+e/3Fb10+cAI2/qNzAhEBYygO/tz+QHdnA8/BroebbQFKzBVQQQVqef4d/sFZV9ABYc2KQVpx/cH+e0haAYICOvs8AWQCFHZcZ3j+Pv7bDhQyQVQXzQFLbpiErwAAAwAA/4AIAAT3ABYAKwA7AAABEyInJiMiByYjIgcGKwETNiEyFzYzIAEyFhcDJiMiByYjIgcDPgIzMhc2NwMGByYjIgcDPgEzMhc2Fwdlm4N+yMHilJTiwciAfAWb4AEC6Zqa6QEC/vGBzp18q8Xglpbgxat8aXmwWsqsrPI305SY3rCgcnzRddGlrMoEePsIOVuUlFs5BPh/amr7pjlBA/1OjY1O/AMrLCNsbCIDiwSXm0L8UzMyZmsFAAAFAAD/pQgABVsADwAfAC8APwBcAAAlETQmKwEiBhURFBY7ATI2JRE0JisBIgYVERQWOwEyNiURNCYrASIGFREUFjsBMjYlETQmKwEiBhURFBY7ATI2JRQGIyEiJjU0NjcmNTQ2MzIXNiQzMh4BFRQHHgEF3B4UXRQeHhRdFB7+5B4UZRQeHhRlFB7+3B4UZRQeHhRlFB7+3B4UZRQeHhRlFB4FiOym+ySm7H5pCqFxZk4tASq9lfyTDoespQLdFR4eFf0jFB4eFAITFB4eFP3tFB4eFAGtFB4eFP5TFB4eFAFqFB4eFP6WFB4epqbs7KZ0xTIiJ3GhQ7fqk/yVQjgh2wAAACcAAP8+BgAGAAAEAAkADQARABUAGQAdACEAJQApAC0AMQA1ADkAPQBBAEUASQBNAFEAVQBZAF0AYQBnAGsAbwBzAHcAewB/AIUAiQCNAJEAlQCZAKUA1QAAESERCQElESERCQE1IRUTFSM1FxUjNRcVIzUXFSM1FxUjNRc3FwcXNxcHFzcXBxc3Fwc/ARcHPwEXBz8BFwc/ARcHARUjNSEVIzUhFSM1IRUjNSEVIzUhFSM1IRUjNSEVIzUBFSM1MxU3FSM1IRUjNSEVIzUhFSM1IRUjNSEVIzUXNSM1MxUHNTMVBzUzFQc1MxUHNTMVBzUzFSUiJjU0NjMyFhUUBgEUHgI2FhUUIyInIwcWMzI+AjU0LgEGJjU0PgEzMhYXMzcuBiMiDgIGAPz4/QgFnPrIApUCo/rIUSUlJSUlJSUlJT8PaQ8fD2kPHg9pDx8PaA9PaQ9peGkPaXlpD2l4aQ9p/EFyARRzARVzARRyARRyARRzARVzARRy+7glc6JzARVzARRyARRyARRzARVz8E5zJSUlJSUlJSUlJf2Igbi4gYK3t/7ZJzxEPCdwYRoDH0NfHTc4IzdQTzcpKBUiSQ8DHgMkCR4OGhYMHTc1IQYA+pD+rgFSQQOe/GL+2gUoycn+1nNzlHNzlHNzlHNzlHNzjyIvIQ4iLiIOIi4iDSEuIiIuIS9eLiIuXi4iLl0vIi4E0SQkJCQkJCQkJCQkJCQkJCT+rE9zJCQkJCQkJCQkJCQkJCRzTyRzlHNzlHNzlHNzlHNzlHNzI7eCgbi4gYK3AX0kKQkFARMVMTM/KgoWLB8uLwcBCxQVGAYWFzoBDwMLAwYCChctAAAAAAMAAP9zCAAFjQAHABAAKgAAADQmIgYUFjIkNCYiBhUUFjIBERQGIyEiJjURNDYzITIWHQEhNTQ2MyEyFgNfn+CenuAD/p7gn5/gAeA/LfjYLT8/LQGvLEAC8kAsAa8tPwGI4J+f4J6f4J6ecHGeBDj6vCw/PywFRCw/PyyhoSw/PwAAAAIAAAAoCAAE2QAAAFoAAAEFMhYVFAYjIi4HIyIGFRQWMzI2Nz4CMzIWFRQHBgQjIi4BNTQAMzIeBTMyNjU0JiMiBiMiJjU0NjU0JiMiDgIjIiY1NDc+ATMyFhUUBzYFlgEElNLanlWaenJoZ3J4mFOaw9CfZNhVBSAcCA4VPGX+9X+F4YcBG8541Z6RhYalWmaFgV8eZxEUHxHXnzprPTIIDxUZO7Bev/4EOQO5zMWSndE3XHiEhXhcN7eZnbpLPQQdExUOGDVYbHTWhs0BEFeLp6iLV3tlX4AlHhQSThSf0CUsJRUPExtDSfu+JR0PAAQAAP+ABoAFAAAbACMAKwBXAAAANCYrATU0JiIGHQEjIgYUFjsBFRQWMjY9ATMyABQGIiY0NjIEFAYiJjQ2MhMRFAYHBR4CFRQHITIWFAYjISImNTQ+ATcDIyImNDYzITIeBBchMhYEwCYagCY0JoAaJiYagCY0JoAa/eZLaktLagPLS2pLS2rLIBn77AEHBRgDmBomJhr8ABomFiUCscwaJiYaAQAQGQ8LBAcBBLEaJgMmNCaAGiYmGoAmNCaAGiYmGoD9NWpLS2pLS2pLS2pLA8D+ABglA3oHHRgKEDAmNCYmGg4zRAQDNyY0Jg0SHxYlByYAAAAABAAA/4AGgAUAABcAHwAnAFMAAAA0JiIPARE0JiIGFREnJiIGFBcBFjI3AQAUBiImNDYyBBQGIiY0NjITERQGBwUeAhUUByEyFhQGIyEiJjU0PgE3AyMiJjQ2MyEyHgQXITIWBQAmNBOTJjQmkxM0JhMBABM0EwEA/ZNLaktLagPLS2pLS2rLIBn77AEHBRgDmBomJhr8ABomFiUCscwaJiYaAQAQGQ8LBAcBBLEaJgMmNCYTkgElGiYmGv7bkhMmNBP/ABMTAQD9ImpLS2pLS2pLS2pLA8D+ABglA3oHHRgKEDAmNCYmGg4zRAQDNyY0Jg0SHxYlByYAAAAABwAA/wAIAAWAAAIABQAJAAwAEAAUACYAABMJAyEnEyEJAiElIQMhASEBISUBFgYHAQYiJwEuATcBNjMhMtQCb/7UAekBXf1Gicz++v7gA/0Cb/69/MICqsz+7gJvAVr+4P76AVkBgA4CEPxAEjoS/EAQAg4BgBIhBIAhAwD9ZwKZ/PwDBIABgP6A/OcCmYABgP6AAYBm/gASLxH8ABQUBAARLxICABoAAwAT/wAH7QYAAEkAlwCgAAAFNjIfAQcnBwYiLwEHBiIvAQcGIi8BBwYiLwEHBiIvAQcGIi8BBwYiLwE3Fzc2Mh8BNzYyHwE3NjIfATc2Mh8BNzYyHwE3NjIfASUGIi8BNxc3NjIfATcRAyY2PwERMzUhNSEVIRUzERceAQcDETc2Mh8BNzYyHwEHJwcGIi8BBwYiLwEHBiIvAQcGIi8BBwYiLwEHBiIvAQEVJQU1IzUhFQcTEzQTgFpTUxI2ElNTEzQTU1MTNBNTUxM0E1NTEzQTU1MTNBNTUxM0E4BaU1MTNBNTUxM0E1NTEzQTU1MTNBNTUxM0E1NTEzQTU/otEzQTgFpTUxM0E1NA0hEUHrGAAQABAAEAgLEeFBHSExM0E1NTEzQTgFpTUxI2ElNTEzQTU1MTNBNTUxM0E1NTEzQTU1MTNBNTAUABgAGAgP4AExMTgFpTUxMTU1MTE1NTExNTUxMTU1MTE1NTExNTUxMTgFpTUxMTU1MTE1NTExNTUxMTU1MTE1NTExNTeRMTgFpSUhMTUkABJQE6Gj0KOgErgICAgP7VOgo9Gv7G/tsSExNSUhMTgFpTUxMTU1MTE1NTExNTUxMTU1MTE1NTExNTBBqAgICAgIAAAAAEAAD/gAWABgAAAwAHAEMAdgAAIRMvAQETDwEBJicmIyIHBiInJiMiBwYHFhceARceCTMyPgM7ATIeAzMyPgg3PgE3NgEUBiMhIiY1ND4DNyczJjU0NyY1NDc+ATc2MzIWMjYzMhceARcWFRQHFgczBx4DAkBgYIABgICAYAEAAgIKVkZhBxwHYUZWCgICAgICCwICCwMMBQ0LERIXDSQuEwoNCwwLDQoTLiQNFxIRCw0FDAMLAgILAgIBopJ5/JZ5kgkdLlE1WtYWAsLSEUUkICwebDxsHiwgJEUR0sIHG9ZSP1kqEAHAgED9gAKAQIACMgQCCBMCAhMIAgQSCQMHBwQhCBoIFAcMBAQZIyIZGSIjGQQEDAcUCBoIIQQHBwMJ/KN5iop5PXKJbmEa3EBADBQoODkqPpAqJT4+JSqQPio5OChRT+Ehf6CPAAMAAAAACP0FAABMAFwAcAAAARYOAicuAScmNjcnDgEVFAYjISMOASMiABAAMzIXNyYrASImNDY7ATIeAhchMycjIiY3PgE7ATIfATc2OwEyFh0BFAYrARc2Fx4BATI2NyEiJyY3EyYjIgYQFigBNhAmIyIHExYGBwYjIicDBhUUCP0MRIK7Z6HtEAxPT0dgbiUb/wBFF/youf75AQe5TEwYe7VAGiYmGoBOhmMsHQIAc1XeHiYFBCYY/SEURnITG2UaJiYas3ODkI/K+NRzsBf+xiMUEhGTLyyEvLwFgAEIvLyEPD2uDwoWDxUjEq5dAfRnv4hMBwvkoG/HR2tQ5IIbJ6TcAQcBcgEHGy1uJjQmGzIdFoAtHhceHGlyEyYagBomrD8bGtn9+5FvHyAfARUNvP74vLwBCLwY/vwXNA4LHQEEX4KEAAADAAD/AAWABeAANQBPAFcAACEUDgIgLgI1ND4CNzYWFxYGBw4EBx4EMj4DNy4EJy4BNz4BFx4DAREUBisBERQGIyEiJjURIyImNRE0NjMhMhYCFAYiJjQ2MgWAe831/vr1zXtCdHhHGiwEBR8aOmA5KA8BAzBigr/Uv4JiMAMBDyg5YDoaHwUELBpHeHRC/oAmGkAmGv8AGiZAGiZLNQGANUtgg7qDg7o/ZT0fHz1lPzFPNiMMBR8aGiwEChsYFxAECx8jHhQUHiQfDAQOGBcbCgQsGhofBQwjNk8DT/6AGib+gBomJhoBgCYaAYA1S0sBqLqDg7qDAAIAAP+ABwAFgAAbAD8AAAEhDgEPAQEGIicBJichMjY3GwEeATMyNjcTFxYBFAchJy4BBwYHCwEuASIGBwMhJjU0NjMyHgIXPgMzMhYFAAExBQoEA/2REjQS/ZAFEAFxFiMFRr4GIhYVIgaSOBICJ2f+j28IIxMtC4HEBiMsIgV0/lln/uA+gW9QJCRQb4E+4P4CAAYJAwT9qBISAloCEhsVARn9ZRQaGhQB5XAjAayRm90RFAIFKf5SAq4UGhsV/jCbkdz4K0lAJCRASSv4AAACAAL/AASABfwAKwAzAAABFAAHETMyFh0BFAYrARUUBisBIiY9ASMiJj0BNDY7AREuAQI3PgI3NgQSJBAAIAAQACAEgP7Z2eAOEhIO4BIOQA4S4A4SEg7glvOBDAuL4YWqASqu/AABBwFyAQf++f6OA8Dd/rkY/vwSDkAOEuAOEhIO4BIOQA4SAQQQrgESm4bmkg8Tkv7qEv6O/vkBBwFyAQcAAAIAAP+ABgAFgAAnAC8AAAEyFhURFAYrASImNREBFhUUDgIiLgI0PgIzMhcBISImPQE0NjMAIAAQACAAEAXAGiYSDkAOEv6Cflub1erVm1tbm9V1y5wBfv77DhISDv1nAXIBB/75/o7++QWAJhr+YA4SEg4BBv6BnMt11ZtbW5vV6tWbW34BfhIOQA4S+oABBwFyAQf++f6OAAAAAAIAAP8ABIAGAAA9AEUAAAEWEhUUAAcVMzIWHQEUBisBFRQGKwEiJj0BIyImPQE0NjsBNSYANTQSNyYnJjY7ATIXHgEyNjc2OwEyFgcGACAAEAAgABADPpGx/tnZYA4SEg5gEg5ADhJgDhISDmDZ/tmxkaU/BhMRRRUILMDswCwIHT0REwY//aQBcgEH/vn+jv75BMRI/uun3f65GIQSDkAOEmAOEhIOYBIOQA4ShBgBR92nARVIYLEQGxRqgoJqFBsQsfvcAQcBcgEH/vn+jgACAAL/AAWABgAAQgBKAAABNDYzITIWFREUBisBIiY9AQcWFRQABxUzMhYdARQGKwEVFAYrASImPQEjIiY9ATQ2OwE1LgECNzYANzYWFyUjIiY1ACAAEAAgABAEABIOASAaJhIOQA4S/n7+2dlgDhISDmASDkAOEmAOEhIOYJXzggwQASDLdtxYAP+GDhL9hwFyAQf++f6O/vkF4A4SJhr+4A4SEg6G/57J3f65GIQSDkAOEmAOEhIOYBIOQA4ShBCuARGbzAErFw5CRv4SDvtgAQcBcgEH/vn+jgAAAgAA/wAGgAYAAGsAcwAAATQ2MyEyFhURFAYrASImPQEHFhUUAAcVMzIWHQEUBisBFRQGKwEiJj0BIyImPQE0NjsBNSYANTQ3JwcOAS8BLgE/AScVFAYrASImNRE0NjMhMhYdARQGKwEXNz4BHwEeAQ8BFzYgFyUjIiY1ACAAEAAgABAFABIOASAaJhIOQA4S/n7+2dlgDhISDmASDkAOEmAOEhIOYNn+2X40ZQkaCjAKAQlpbxIOQA4SJhoBIA4SEg6FalYJGgowCgEJWjmeAZKeAP+GDhL9hwFyAQf++f6O/vkF4A4SJhr+4A4SEg6G/57J3f65GIQSDkAOEmAOEhIOYBIOQA4ShBgBR93JnjVvCgEILAgbCnNwhg4SEg4BIBomEg5ADhJrXgoBCCwIGwpjOH5+/hIO+2ABBwFyAQf++f6OAAAAAAUAAv8ABv4F/QA4AD4ASwBSAF8AAAEWAgYHETMyFh0BFAYrARUUBisBIiY9ASEVFAYrASImPQEjIiY9ATQ2OwERLgECNzYANzYXNhcWAAE2ECcGEAMyNyY1NDcmIyIAEAABESYnBgcRATIAEAAjIgcWFRQHFgb+DIHzluAOEhIO4BIOQA4S/gASDkAOEuAOEhIO4JbzgQwRASfNzqurzs0BJ/yTgICAwHNnmppnc7n++QEHAvmJd3eJAkC5AQf++blzZ5qaZwPvm/7urhD+/BIOQA4S4A4SEg7g4A4SEg7gEg5ADhIBBBCuARKbzgEtExVzcxUT/tP9yoMBbIOD/pT+9jml4uCnOf75/o7++f6AAQQPT08P/vwBgAEHAXIBBzmn4OKlOQAABAAB/wYHgAYAAEYAUABeAGwAAAE0NjMhMhYVERQGKwEiJj0BBx4BBwYABwYkJy4DNz4CNzYWFyUjIiY9ATQ2MyEyFhURFAYrASImPQEHFhcWFyUjIiY1ATQnDgEVFBc+ASUUFhcmNTQANy4BIyIAATIANTQmJxYVFAAHHgEGABIOASAaJhIOQA4S/kw/Fh/+8rfS/qNDddCTUAgJiuKHdttZAP+GDhISDgEgGiYSDkAOEv47IraSAP+GDhL+AASi2gSi2vyA3qUDAQ7LNd2Huf75A8C5AQfepQP+8ss13QRgDhImGv7gDhISDob/X+6Atv78Gh3avwZno953h+qVDw5CRv4SDkAOEiYa/uAOEhIOhv9KXwlz/hIO/qAUJhn6pxQmGfqnqPwXHR7SAT8leJL++fwHAQe5qPwXHB/S/sEleJIABAAG/wAIAAYAAEoAUABcAGgAAAE0NjMhMhYVERQGKwEiJj0BBx4BBwYABwYnBgcVMzIWHQEUBisBFRQGKwEiJj0BIyImPQE0NjsBNS4BAjc2ADc2FzYzMhclIyImNQE2ECcGEAAQADMyNyYQNyYjIgEyABAAIyIHFhAHFgaAEg4BIBomEg5ADhL+TD8WIP73td+6dYtgDhISDmASDkAOEmAOEhIOYJv5fRcZAQ264LqSrsmeAP+GDhL9AICAgP2AAQe5dWWammV1uQM5uQEH/vm5dWWammUF4A4SJhr+4A4SEg6G/1/ugLT+/BsifE4PhBIOQA4SYA4SEg5gEg5ADhKEEbkBIqK7AQ8dInxhfv4SDvvngwFsg4P+lAFv/o7++TmnAcCnOfyAAQcBcgEHOaf+QKc5AAAAAgAA/4AGAAWAADsAQwAAATIWFREUBisBIiY1EQcXFhQPAQYiLwEHFhUUDgIiLgI0PgIzMhc3JyY0PwE2Mh8BNyEiJj0BNDYzACAAEAAgABAFwBomEg5ADhLVjAkJLgkaCoxOflub1erVm1tbm9V1y5xOrAkJLgkaCqzV/vsOEhIO/WcBcgEH/vn+jv75BYAmGv5gDhISDgEG1owKGgkuCQmNT5zLddWbW1ub1erVm1t+TqwKGgkuCQms1RIOQA4S+oABBwFyAQf++f6OAAAAAAIAAv8EBIAGAAA5AEEAAAEWABUUAgQnLgInJhI2NzUjIiY9ATQ2OwE1BwYiLwEmND8BNjIfARYUDwEGIi8BFTMyFh0BFAYrAQIgABAAIAAQAoDZASeu/taqheGLCwyB85agDhISDqBcChoJLgkJyhM0E8oJCS4JGgpcoA4SEg6g+QFyAQf++f6O/vkDfBj+ud2n/uqSEw+S5oabARKuEIQSDkAOEqVcCQkuCRoKyRMTyQoaCS4JCVylEg5ADhL7gAEHAXIBB/75/o4AAAIABAAAB4AEfgA5AEEAAAEWFAcBBiIvASY0PwEhFRQGKwEiJj0BIwYAIyIkAjc+Ajc2BBYXMzU0NjsBMhYdASEnJjQ/ATYyFwAgABAAIAAQB20TE/7aCRsJLQoKuf7aEg5ADhKEGP653af+6pITD5LmhpsBEq4QhBIOQA4SASa5CgotCRsJ+0ABcgEH/vn+jv75Am0TNBP+2goKLQkbCbngDhISDuDZ/tmuASqqheGLCwyB85bgDhISDuC5CRsJLQoK/O0BBwFyAQf++f6OAAACAAD/AASABgAAFwAfAAABFAAHERQGKwEiJjURJgA1ND4CMh4CACAAEAAgABAEgP7Z2RIOQA4S2f7ZW5vV6tWbW/0HAXIBB/75/o7++QPA3f65GP2cDhISDgJkGAFH3XXVm1tbm9X9ywEHAXIBB/75/o4AAAIAAAAABIAEgAAHABcAAAAQACAAEAAgABQOAiIuAjQ+AjIeAQQA/vn+jv75AQcBcgGHW5vV6tWbW1ub1erVmwGHAXIBB/75/o7++QI16tWbW1ub1erVm1tbmwAAAQAA/4AGAAWAACQAAAEyFhURFAYjIREzNyM1NDYzNzUmIyIGHQEjFTMRISImNRE0NjMFqyMyMiP+ecce5S9Eej9ziKPIyP0hIzIyIwWAMiP6qiMyAlPolDg4Ac8JoJKr6P2tMiMFViMyAAAAAQAA/4AFAAYAAEwAABE0PgMzMgQWFRQOAyMiJicOBg8BJyY1NDYSNyY1NDYzMhYVFAYVFBYzMj4ENTQmIyIAFRQeAhUUBiMiJy4DS4SsxmeeARCqJlJ2rGdEhh0KJAseFioyJQ4JDytaByBoUD1EWFpAN14/MRsN27DI/vQZHRkeFgIPM08rFgOrbL+OaDSF/qBguKqBTUA4J5MrYytSSTIFCp0fXOUBWh5BaFOSUT5C+j4/UzJWaHVpL63B/v3HLFIwKwkcWgMPUmttAAAAAAMAAP96BgAFhgArAD4AUQAAADIWFxYVFAcOASMiJy4BJyY3NTY3NjMyFjMyFhceARUUBhUUFxYXFhcWMzIDMj4CNC4CIg4CFRQXBzcWEiAEFhIQAgYEIyInBRMmNTQSNgPMGqkFAhEQbi85hWKQTEgBA0cYHAYYBxMPCAgyRQUiRDhfDAoPcH/pqGRkqOn+6ahkeE/yniIBMgEXynh4yv7pmcOq/l+IbHjKAjJYCQUKISsnNT4tknBrVwhbQxYDDRUUiAcVSQoHCElANTAH/k9kqOn+6ahkZKjpf8ul6U1oBWZ4yv7p/s7+6cp4XoYBlbLTmQEXygAACQAAAAAHAAWAAAMABwAPABMAGwAjACcAKwAvAAA3ITUhESE1IQA0JiIGFBYyASE1IQA0JiIGFBYyEjQmIgYUFjITESERAREhEQERIRGABAD8AAQA/AAGIDhQODhQ+hgEAPwABiA4UDg4UDg4UDg4UJj5AAcA+QAHAPkAgIABgID9mFA4OFA4BCCA/ZhQODhQOAI4UDg4UDj9IP6AAYACAP6AAYACAP6AAYAAAAMAAP+ACAAFgAAHACsATgAAACAmEDYgFhABITIWHQEUBiMhERQGKwEiJjURISImPQE0NjMhETQ2OwEyFhUBFBYzIRUGIyEiJjU0PgUzMhceATI2NzYzMhcjIgYVA1/+wuHhAT7hAkABYA0TEw3+oBMNwA0T/qANExMNAWATDcANE/0gTDQBAERn/JZ5kgcVIDZGZT0TFE+XspdPFBOEVd80TAKA4QE+4eH+wv6fEw3ADRP+oA0TEw0BYBMNwA0TAWANExMN/cA0TO4yink1ZXVkX0MoET09PT0RYEw0AAAAAwAA/4AH9wWAAAcAMwBWAAAAICYQNiAWEAEXFhUUDwEGIyIvAQcGIyIvASY1ND8BJyY1ND8BNjMyHwE3NjMyHwEWFRQHBQcGFRQfAQYjISImNTQ+BTMyFxYgNzYzMhcOARUUFwNf/sLh4QE+4QK1+QkJiAkNDgn5+QkODQmICQn5+QkJiAkNDgn5+QkODQmICQn9FbUlJVMVF/yWeZIHFSA2RmU9ExSaAUqaFBMcHRwaJQKA4QE+4eH+wv3f+QkODQmICQn5+QkJiAkNDgn5+QkODQmICQn5+QkJiAkNDgn5tSU2NSVTA4p5NWV1ZF9DKBF6ehEGGy4hNiUAAwAAAAAIAAUAABIAGgAkAAABITIWFREhESERIRE0NjsBMhYVADQmIgYUFjIhNTQmIyEiBhURAQAGwBom/wD6AP8AJhqAGiYCQJbUlpbUBVbhn/1AGiYCACYa/kABAP8ABMAaJiYa/hbUlpbUlkCf4SYa/oAAAAAAAgAA/wAGAAYAABYAGQAAAQMzFSEHIRUhCQEhNSEnITUzAyEBIQkBEyMGAMDA/u43AUn+Zf6b/pv+ZQFJN/7uwMABAAFDAXoBQ/4AbNgGAP5AwIDA/MADQMCAwAHA/QADAPtAAQAAAAADAAD/AAYABgAAFwAfACMAAAEyBBURFAYHFxYGIyEiJj8BLgE1ETQkMxIyNjQmIgYUAREhEQRAuQEH+7TVEBAW++AWEBDVtPsBB7nwoHBwoHADAPuABgC7hfyAgrgFyg8oKA/KBbiCA4CFu/rAcKBwcKAB0AIA/gAAAAAABQAA/wAGAAYAABcAHwAjACsALwAAATIEFREUBgcXFgYjISImPwEuATURNCQzAjI2NCYiBhQBESERADI2NCYiBhQBESERBEC5AQf7tNUQEBb74BYQENW0+wEHueKEXl6EXgJA/eAD/oReXoReAUD9wAYAu4X8gIK4BcoPKCgPygW4ggOAhbv64F6EXl6EAcICAP4A/eBehF5ehAHCAgD+AAAAAAAEAAD/igcABXYAEgAVABwAKAAAAREUBiMiJyUuATURNDYzMhcBFhcJAhEUBiInJQEUAAcJATYzMhcBFgJVGRgREP4vFR0UEw4eAf8DQAIW/eoEaxwwF/5HAhn9/yz+egFEESMODAIdBARb+2sZIwjpCi8XBHQUHA//AANn/J4BCgJG++IZHw3cA+UD/L9HAnoCDxwG/vICAAIAAP+ABgAFgAALAA8AAAkBIwMGBycDIwERMwERIREDKQEKcJ0YFCqbeAEHZQLX+gACFAHz/sgwLFwBOP4T/rwEqvoABgAAABgAVP8GCKQF/wALABcAIwAvAEQATQD8AQYBEgEbASUBMgE8AUcBUQFeAWwBdwGzAcIB2QHpAf4CDQAABQ4BBwYmJyY2NzYWBR4BFxY2NzYmJyYGNx4BFxY2NTQmJyYGBQ4BBwYmNTQ2NzYWATMiBx4BFRQGIyInBhUUFjMyNjQmNy4BBz4CHgEBFgcWFRYOAQcGJicEJQ4BJy4BNzY3Jjc2FzY3Jjc2FzY3NDc2FzYXFhc1IicuAScmNzY3PgIWFzMWFxYXPgE3JicmJzQ3LgEnLgE3Njc2FhcUHgMXFjc2NyYHNzY3NjcuBCckARYXFjczPgM/AT4BFxYXFgYHDgEHFQYHBgceARc2NzY3Mz4BHgEXFhcWBw4BBwYjFAc2NzYXNhcWFRYXNhcWBxYXNgEUBxYXNiYnJgYHHgEHNjc2Ny4BJwYHIicWFzI3NiYFNjcmNTQmBw4BFxYXJjY3MSYnDgEHFhc2NwYPATUGFxYFHgEXHgE3PgE3JgAiBhUUFjI2NTQDJgc1BhYXHgE3PgEmBT4BJic1BiMOARYXHgElBhYXFjY3PgE3BgcWBxYEFzYkNyY3ND4BPQEVLgEnBgcGJyYnJicOCCMGJw4DBwYjBicGJyYnJicmJwYHFgM2NS4BJyYOARceARcWNjcWFzY3LgEnBgcUBhUWBwYHBgcjBhcWFwQlJicGBwYnJicGByMVMiU2NzY3BzY1JicmJyY3JjUmJwYHFgU2LgEHDgEHFBceATc+AQHeCCYSGTUCAVIbFxYFNAcmExk1AQJTGxYWOQ1XIi1KhzAoL/pyDVYiLUqHMCguAskBKSMbIjYmNBwFcE9QcHDgY/N8G299dlEC8ggTBwFbgDYwWBb9Uf3EF1cxVrsBAgUTCAYZDhsHCQscHR4NFxwjGhIUCwc1WAsJCQ9OAiImHAUNLg4DAgopCg8PF0QBPnEcIBUIEEoXOgMDAgQHBRsxMDIoei89ZpGJFCo0IT4MAlMBNWI8VSQBBQcEAgIBAzoXSRIHFSAcbzxHGA4RCyoJAQQQLA0FHCYiAk8OCQgMWDUKBwEUEhojHBcOIRobCwoIHA0X/vUJUh4EGxwUIE4jGQ1DHg0FAzgzD0oeDioLFRYQHvm+HlIJIRMcGygdRA0ZIyUPMzcECboOOxMkLS4aGQPZCBEDAw0RKCwBGP7g6Kam6KY2aWoBBwodgR8JBAX+8ggDBALUAgQGBgsihv6YECk5DxIDAwoFRcIDJYQBF6asARWbIQMBAhFCDxo4Mx8FBAcKAgYJBwwIEAgTBGo5BAweEBwGA7MYAjYvLAwIEQk6HQFRAxFEJyl5WAUjgjYzVg0XBMPFYqVhBhcCHwkMLAoTAQIDE1UCFAJl/q5MUAgIQUDQ0AEBBKAEGA4TAQMPDyoOCR8CEAzMs8YCYAVYeComRREDClYzNoKLECUHCRkTFkIFBDMVECUHCRkTFkIFBDNYG0EJDSMhLm0FBVUiG0EJDSMhLm0FBVUEQg8ILRsjMisXE0ppaZRp2m0tQzxJBiht+twLHxcROHFGAgIvKhkZKTACA5tTFhIfCwoJFh0dCQoOFA4dCAwcBQcED0kCCkU1Jis+IRElChkSBRIDBAEFAQsGKAMGBAIhHyRwOH41EBcdARoQGA4DDgIuHAQSLjo1SQ0IDw0IDgN+/vdUigoTAw4YDw4OHBgRNH45cCMgIQIKAikFDAEFAQUDEgUSGAgmESA/KCk1RgkCMRgPBAcFHAwJHBASDQkKHB4VCAOvHRkgZCV7HRMEdiqFOg0gDg5AZRAPCgFzfANEhjFkIBkdEgQTHXuLHw46hSoGDxBkQRFBfG8EDhMBWWsDJyaNExIHCBSDPAICg6V0daWldXT+JgICARt2Bw4BCwNIQ7oEWFgTAQMUVFIFDwLIO3cZCAYSEJQdAoIXDY3GNzHCmQ0VAgMDAQEBAgcBWiomJwYIDTEFCAYFAwICAQEJFBETCwMCARE5PwkILg0NHSQGBAL9hA4QR3YLDDVrNjVQAgI83D84cT00iGEECQEGAhITFwsNC1NDIs0VFZMxIxYDAxUcPIABLzZCJiEBTUwIEQkYFBIEBQQIvl47jDZrNQwLd0YQDjE8AgJQAAADAAD/QwkBBb0ABwAPADsAACQUBiImNDYyBBQGIiY0NjIBHgUMATMyHgQOAwcGBz4FLgMHBiQuBwX0YIhhYYj9c2GIYGCI/Vo5a4eJw80BJwE52IvTl2EtAypHbHxNuWUdX11gRiYMT5r+saj+3Ny9gnNERCEvK4hgYIhhYYhgYIhhBTE8WUszKBcOBQoXIC84SFFlbEGdWjN0X2ZRUDwzHxADAhAeNDNKO1Q3UQAAAAcAAP8ABwAGAAAPAB8AKwA/AEsAZwB3AAAAIAQGAhASFgQgJDYSEAImJCAEFhIQAgYEICQmAhASNhMyFREUKwEiNRE0MwQyFhUUBgcVFAYrASImPQEuATU0AiAEEhACBCAkAhASExUUFjsBMjY9ATQ2MhYdARQWOwEyNj0BNCYgBgERNCYjISIGFREUFjMhMjYEKf6u/szfhITfATQBUgE034SE3/1tAWwBTPCOjvD+tP6U/rTwjo7wchAQIBAQAXtqSyMdEg5ADhIdI1EBogFhzs7+n/5e/p/OztISDkAOEoO6gxIOQA4Szv7czgNgJhr8gBomJhoDgBomBcCE3/7M/q7+zN+EhN8BNAFSATTfxI7w/rT+lP608I6O8AFMAWwBTPD9ThD+IBAQAeAQQEs1IzoRcg4SEg5yETojNQNLzv6f/l7+n87OAWEBogFh/u5gDhISDmBdg4NdYA4SEg5gks7O/I4CABomJhr+ABomJgAAAAMAAAAACQAFAAADABcALwAAAREhEQEzESMRNCYjISIGFREUFjMhMjY1AREUBiMVFAYjISImNRE0NjMhMhYdATIWB4D5gAcAgIASDvjADhISDgdADhIBAEs1XkL4wEJeXkIHQEJeNUsEAP0AAwD9wAGAASAOEhIO/EAOEhIOAqD+gDVLoEJeXkIDwEJeXkKgSwAAAAADAAAAAAkABQAAAwAbAC8AAAERIREBMhYVERQGIxUUBiMhIiY1ETQ2MyEyFhUZASMRNCYjISIGFREUFjMhMjY1EQEABQACgDVLSzVeQvjAQl5eQgdAQl6AEg74wA4SEg4HQA4SAQADAP0AAsBLNf6ANUugQl5eQgPAQl5eQv1gAYABIA4SEg78QA4SEg4BIAADAAAAAAkABQAAAwAbAC8AAAERIREBMhYVERQGIxUUBiMhIiY1ETQ2MyEyFhUZASMRNCYjISIGFREUFjMhMjY1EQEAA4AEADVLSzVeQvjAQl5eQgdAQl6AEg74wA4SEg4HQA4SAQADAP0AAsBLNf6ANUugQl5eQgPAQl5eQv1gAYABIA4SEg78QA4SEg4BIAADAAAAAAkABQAAAwAbAC8AAAERIREBMhYVERQGIxUUBiMhIiY1ETQ2MyEyFhUZASMRNCYjISIGFREUFjMhMjY1EQEAAgAFgDVLSzVeQvjAQl5eQgdAQl6AEg74wA4SEg4HQA4SAQADAP0AAsBLNf6ANUugQl5eQgPAQl5eQv1gAYABIA4SEg78QA4SEg4BIAACAAAAAAkABQAAFwArAAABMhYVERQGIxUUBiMhIiY1ETQ2MyEyFhUZASMRNCYjISIGFREUFjMhMjY1EQiANUtLNV5C+MBCXl5CB0BCXoASDvjADhISDgdADhIDwEs1/oA1S6BCXl5CA8BCXl5C/WABgAEgDhISDvxADhISDgEgAAEAAP8FBHsGAAAcAAABFgcGIyETFgYPAQYmJwMBBiMiJyY1ETQ3NjMyFwRtHxERKv6CyQoUGLEZMAu//sgTGgwMKCgMDBsSAe0eJyj+JBkwC0sKFBgBxP7IEwURKgXgKhEFEwABAAD/AAOABgAAJQAAASAVETMVIxEUITMVIyAnBiEjNTMgNREjNTMRNCEjNTMgFzYhMxUDQP7AgIABQEBA/vBwcP7wQEABQICA/sBAQAEQcHABEEAFgOD+YID94OCAkpKA4AIggAGg4ICSkoAAAAAACQAA/wAIAAYAABMAFwAbAB8AKwAvADcAOwBBAAABIxEzESE1IRUhETMRIxEhFSE1IQUVMzUhFTM1ETUjFSU1MxEjNSEVIxEzFQU1IxUBIREhESERIQEhESEBESERIRUIAICA/oD7AP6AgIABgAUAAYD/AID5AICABgCAgPsAgIAGAID+AAGA/ID+gAOA/QACgP2ABAD/AP6ABID8AP6AgIABgAQAAYCAgICAgICA+gCAgICABACAgPwAgICAgAQA/QABAAMA/YACAP0AAgD+gIAAAAAKAAD/AAkABgAAHwAjACcAKwAvADMAPwBDAEcAVwAAASMRMxEhNSEVIREzNSEVIREzESMRIRUhNSERIxUhNSEFFTM1ARUzNSEVMzURNSMVJSMVMyUhNTMRIzUhFSMRMwE1IxUhNSMVGQEjNSERMxEhNSEVMxUhNQkAgID+gPyA/oCA/oD+gICAAYADgAGAgAGAAYD/AID9AID6gICABYCAgPuAA4CAgPyAgIACAIAFgICA/oCA/oD+gIADgAMA/YD+gICAAYCAgAGAAoABgICA/oCAgICAgAGAgICAgPuAgICAgICAAoCAgP2A/YCAgICAAQACgID+gP6AgICAgAAAAgAA/4AGAAWAABEAGAAAAREhIiY1ETQ2MyEyFhURISIGFyEGDwEGBwQA/GAoODgoBUAoOP5gKDiAAX0PMrgyUgEg/mA4KAVAKDg4KPxgOEhSMrgyDwAAAAMAAP+ABgAFgAAGAA8AIwAAASMVNj8BNiUhESERIRE0NgERFAYPAQ4BIyEiJjURNDYzITIWBXj4HQy5DP7yASD7AAOAOAHIKBy4HGAo/AAoODgoBUAoOAEA+AoMuQydA4D7AAEgKDgDoPwAKGAcuBwoOCgFQCg4OAAAAAAGAAD/gAkABYAACwAYACcAQQBUAGQAAAAUBgcGKwE1MzIXFjYUBgcGKwE1MzIWMxYFESMRFAYjIicVHgEfASAlNQYHBiY0NhcWFzUuAS8BJg4CFB4CNzYlNCYnNT4BNTQmJyImIyERITI2ExEUBiMhIiY1ETQ2MyEyFgefHxcICpmZCggXDR4XAwyLiwMLARf7aeRMQ2x5NYgpKgFIAspjZWx6emxlYzBoHBx/t2IsLGK3f2UDSVZCOUBSQgMSBf45AetKX4BMNPgANExMNAgANEwCNDQlBQKMAgWvMiIEAYEBBOABNP7MOkk7cA8QAQEhcTQHCGK6YggHM3AMDwICBihQYHRgUCgGBI42RQUDCEMuN0IDAf4CSQM2+wA0TEw0BQA0TEwAAAUAAP+ACQAFgAAFAAsAGgAuAD4AAAERDgEUFiQ0JicRNgAQAgQjIi4CNTQSJCAEATQuAiMhIgQCFRQSBDMhMj4CAREUBiMhIiY1ETQ2MyEyFgNaaoSEAmKEamoBW53+8p932Z1dnQEOAT4BDgIcb7jzg/7TsP7Zr64BKq4BLYH1uG8BWEw0+AA0TEw0CAA0TAEnArUpveq9veq9Kf1KKQHR/sL+8p1dndl3nwEOnZ3+TIv1pmCi/ta6q/7bqmWp7AMG+wA0TEw0BQA0TEwAAAADAAD/AAcABgAADwAfADsAAAURNCYjISIGFREUFjMhMjYTERQGIyEiJjURNDYzITIWARUjNTQmIyEiBhURFBY7ARUjIiY1ETQ2MyEyFgaAEw37wA0TEw0EQA0TgF5C+8BCXl5CBEBCXv6AgBMN+8ANExMNoKBCXl5CBEBCXmAEQA0TEw37wA0TEwRN+8BCXl5CBEBCXl4BPqCgDRMTDfvADROAXkIEQEJeXgAABgAA/wAIgAYAAAIABQA1AD0AVQBtAAAJASEJASEBDgEHESEyFh0BFAYjISImPQE0NjMhES4BJyEiJj0BNDYzIT4BMhYXITIWHQEUBiMEMjY0JiIGFAEUDgIiLgI1ND4DNzYyFx4EBRQOAiIuAjU0PgM3NjIXHgQGwP6AAwD5gP6AAwABtQ4/KAJgDhISDvrADhISDgJgKD8O/hUOEhIOAesVYnxiFQHrDhISDv0/Qi8vQi8EkF2Ok4STjl1GcmRoBBJMEgRoZHJG+wBdjpOEk45dRnJkaAQSTBIEaGRyRgRA/UACwP1AA4AoPw769RIOQA4SEg5ADhIFCw4/KBIOQA4SOUdHORIOQA4SEC9CLy9C/GFJdEIhIUJ0SQuM0ba6ByEhB7q20YwLSXRCISFCdEkLjNG2ugchIQe6ttGMAAACAAD/AAYABgAALQBNAAABEAIHFhIRMzIWHQEUBiMhIiY9ATQ2OwEQEjcmAhEjIiY9ATQ2MyEyFh0BFAYjAT4DNSEUHgIXHgEUBgcOAxUhNC4CJy4BNDYFgNWgoNVgDhISDvpADhISDmDVoKDVYA4SEg4FwA4SEg79ik2Qc0b8AEZzkE0TFxcTTZBzRgQARnOQTRMXFwWA/vv+b2pq/m/++xIOQA4SEg5ADhIBBQGRamoBkQEFEg5ADhISDkAOEv08HX+y8oSE8rJ/HQchKCEHHX+y8oSE8rJ/HQchKCEAAAMAAP8ABgAGAAAtADMAPwAAARACBxYSETMyFh0BFAYjISImPQE0NjsBEBI3JgIRIyImPQE0NjMhMhYdARQGKwEhFBchNhE0LgInIw4DFQWA1aCg1WAOEhIO+kAOEhIOYNWgoNVgDhISDgXADhISDuD8AAkD7glEcYxM5kyMcUQFgP77/m9qav5v/vsSDkAOEhIOQA4SAQUBkWpqAZEBBRIOQA4SEg5ADhJCPj36Q4LvsX8fH3+x74IAAAAAAwAA/wAGAAYAAC0AMwA7AAABEAIHFhIRMzIWHQEUBiMhIiY9ATQ2OwEQEjcmAhEjIiY9ATQ2MyEyFh0BFAYrASEUFyE2Ay4BJyMOAQcFgNWgoNVgDhISDvpADhISDmDVoKDVYA4SEg4FwA4SEg7g/ABVA1ZVOTa3Z+ZntzYFgP77/m9qav5v/vsSDkAOEhIOQA4SAQUBkWpqAZEBBRIOQA4SEg5ADhLOsrL8Do3JKirJjQAAAgAA/wAGAAYAAC0ARwAAARACBxYSETMyFh0BFAYjISImPQE0NjsBEBI3JgIRIyImPQE0NjMhMhYdARQGIwE+AzUhFB4CFx4BFAYHBgchJicuATQ2BYDVoKDVYA4SEg76QA4SEg5g1aCg1WAOEhIOBcAOEhIO/YpNkHNG/ABGc5BNExcXE4lrArxriRMXFwWA/vv+b2pq/m/++xIOQA4SEg5ADhIBBQGRamoBkQEFEg5ADhISDkAOEv08HX+y8oSE8rJ/HQchKCEHM5GRMwchKCEAAAADAAD/AAYABgAADwA5AEkAAAUyFh0BFAYjISImPQE0NjM3Pgg3LggnIQ4IBx4IFxMyFh0BFAYjISImPQE0NjMF4A4SEg76QA4SEg5iAxoiOjFQNFksKyssWTRQMToiGgME/AMaIjoxUDRZLCsrLFk0UDE6IhoDYg4SEg76QA4SEg5AEg6ADhISDoAOEkA3aFZYQEstQR4cHB5BLUtAWFZoNzdoVlhASy1BHhwcHkEtS0BYVmg3BgASDoAOEhIOgA4SAAAAAgAA/4AGAAUAAEEAagAAASIGHQEjNTQmIyIGFREnNTQmIyIGHQEUFwEWFRQWMyEyNj0BNDcTNj0BNCYjIgYdASM1NCYnJiMiBh0BIzU0JicmJzIXNjMyFhc2MzIWHQEUBwMGFRQGIyEiJjUBJj0BNDYzMhc+ATMyFzYDADVLIEAwLkIgQDAuQiMBNicmGgKAGiYKbApAMC5CIDInDgkuQiBBMgUIVEE5QjtoIhsgZIwNbQZwUP2AVGz+zEyNYwsFBotfNC5IBIBLNYBdMENCLv5THqwwQ0Iu4C8j/tgnPxomJhoZKSQBtCQp9jBDQi4gfShBCAJCLoB6M00FAYAyIjYxB49k9jM5/kwYL1BwdVQBKElm4GONAV+CFUUAAAAAAgAA/wAGYAYAADEAWAAAACIGFREjETQmIgYVGQEnJiMiBhUUFwEWMyEyNjcTNjURNCYiBhURIxE0JiIGFREjETQmMhYXNjMyFh0BNhYVERQHAw4BIyEiJicBJjU0NjMyFxE0NjMyFzYDnlxCIEJcQpomQDVLGgGAJkACsCI2B0wFQlxCIEJcQiC0iHMfExdjjWmXCEwOfVH9UDxtJP6AM5ZqTjKNYxcTHwWAQi79cAIQLkJCLv3w/wDNM0s1KyL+ADMsIgGVIBsB8i5CQi7+8AIQLkJCLv3wApAuwkc9BI1jEQaMaf4OKCv+bE9oNy8CAERWapYiAbJjjQQ9AAAAAAUAAP+ABwAFgAAmADUASgBiAIMAAAUjIicmPQEuATU0NyEiJjQ2OwEnLgE1NDYzMhcFITIWFREUBgcFBgMPAQ4BFRQWMzI3JS4BNQE0JiMiBwUOBBUUFjMyNyU+AQMlJiMiBhUUFhcFFSEiBhQWMyE3NTQ/AQMyNyU+ATURNCYjIQcGFREUFjI2PQEzFRQHHgEVFAYHBQQxsaM/Fz5JBf77apaWanEsSluWai4tAnQBkWqWbFb+rVyPm6MeJEIuGhQBUjE/AUBCLhoU/t4cEisQED8yFBIBYB4k6P12GBY1Sy0lAg79gDVLSzUCF+kub2xSSQFTKzZLNf7MiCRCXEIgOTRFLib+yoCNMTUFHnVFJgqW1JYRHINQapYR75Zq/WRYixVVFwLHR0oONyEuQgqaClAy/wAuQgqEDQgaFSUWMkAJoA43AxH4CEs1KEIOyEBLaktqxj8rZvwAE1ULRSwCnDVLfiEx/tguPkYu0NBGLAhRNSpIEY0AAAAAAgAA/wAIAAYAACQAYgAAATIWFwEWFREUBiMhIiY9ASUhIiY9ATQ2MyE3ISImJyY9ATQ2MwERNCcBJiMhIgYVFB4BFz4BMyEVISIGFRQXHgEzITMyFhUUDwEOASMhIgYdARQWMyEyFwUeAR0BFBYzITI2BH89biQCPHZwUP6AUHD+4v3eUHCpdwGkKv1SZJMIQXBQBsBd/cMnQPxBGiYDEBEKMx8DQPzAGiYDCEgtAoBbKDgFQAoyH/5FQl4mGgIxEA0BPRgdJhoBgBomBgA4Mfzzn8j+nVBwcFCxj3BQIHepgIdjT2cgUHD5wAFjnX8DDTQmGiAjLhQfJiAmGiwOLDo4KA8PwB0lXkIgGiYHng0uG8UaJiYAAAIAAP8AB4AGAAAyAHQAAAEiJicDJjU0JwMmNTQ2Nz4BMzIWFxsBPgEzMhYXHgEVFAcDPgUzMhYVFAYHAQYjAyIGBwMjAy4BIyIGFRQXEyMDLgEjIgYVFBcTHgEXEx4BMyEyNwE2NTQmIyIHBTU0GgE3NjU0JiMiBgcDIxM2NTQmActNeRNlDQV0B3xdEYNXU4IUU2cUglNZhQ5ceAd7CjcWMCIxGWmWOTL+BURVMSY9CaR/kQk9JjBAA4QaYwk+Ji9CA3QHBAhkCDQhArYqIgH7OEs0KyL+zUBIAwRALyc9CXQalgM//wBfSwGROTMtFgHdGx5diApVbGdR/qQBrFFnc1cKil0YI/4ABysQHgsLlGk+cCb+hDMGgDAm/VYCWiYwQi8PDf3dAZglM0IuDgz+Ihx0Hv5vICkaAXsrQzRJGubjBAEMASgNEgsvRDAm/h4CcA4OMEQABQAA/wAGgAYAADMAWwBfAGMAZwAAASIGFRkBJyYjIgYVFBcBFjMhMjY3EzY9ATQmIgYVIzU0JiMiBh0BIzU0JiMiBh0BIxE0JicyFh0BNjMyFzYzMhc2MzIWHQEUBwMOASMhIiYnASY1NDYzMhcRNDYTESMRIREjESERIxECgDVLlylCNEoaAYAmQALOFiMFXBg4UDggQDAuQiBKNjVLIEo2a5UWCmNKLzRxRxsdXoIcXBBoQv0yPG0k/oAzlWlHO5bqIAEgIAEgIAWASzX+AP6AyjZMNCsi/gAzGxUBcGBi2Sk8OCg9MENCLkBaN09LNWACOjdPgJtr3AJFFVcHh17ZdG3+kEBRNy8CAERWaZcjAiNqlvqAAYD+gAGA/oABgP6AAAUAAP8ABgAGAAAlADQASQBhAIIAAAEyFxYdARQHAw4BIyEiJjURAyY1NDYzMhYfATU0NjIWFRE2MzIWByIGDwIzMhYXEzY1NCYXIg4DBwMGFRQWMzI2NxM2NTQmARQXExU3NjsBNxE0JiIGFREjAy4BIyIGATI2NxM2PQEDDgEjIiYnBisBNTMyNjQmIyEiDwERFBYzBQg8L40XVRWLWP1kapbvEZZqUIMcEZbUlhsVRXW6ITcOSkc3MlAKmgpCrxYlFRoIDYQKQi4hNw6gCUD7QQj4Zis/xmpLaktAyA5CKDVLBBwsRQtVE40RSCo1UQgsRtDQLkY+Lv7YMSF+SzUDeRc/o7FeXP6tVmyWagGRAnQtLmqWW0oscWqWlmr++wVJNyQeo5s/MQFSFBouQocQECsSHP7eFBouQiQeAWASFDI/AWcWGP12RW8u6QIXNUtLNf2AAg4lLUv66zYrAVNJUlv+yiYuRTQ5IEJcQiSI/sw1SwAAAAACAAAAAAe0BAAAGQBHAAABFRQGIyERFAYrASImNREhIiY9ATQ2MyEyFgUTFgcGKwEiJicLAQYrASInCwEOASsBIicmNRM+ATsBMhcTFhc+ATcTNjsBMhYDWRMN/tYSDYcNE/7XDRMSDgMZDRMEDk0BCQoNhgwSAS69CBV4FAm8LQESDIcNCglOARIMjhQJ3AoKAw0E3QkUjQ0SA+B1DRL81A0TEg4DLBINdQ4SEwr8Pw0LChEMAkz+VxMTAav9sgwRCgoOA8EMERP9+BgbByMJAggTEQAAAAAEAAD/AAcABgAACQAqADoASgAAATQnJisBETMyNhcTFgcGKwEiJwMjERQGKwEiJjURNDYzITIXHgEVFAYHFgIgBAYCEBIWBCAkNhIQAiYAEAIGBCAkJgIQEjYkIAQWBBI8IVR7okJINM0ICQgTmBQIwpsSDoYOEhIOASaAPlViVUkGLf7U/vDFdXXFARABLAEQxXV1xQHajvD+tP6U/rTwjo7wAUwBbAFM8ANBWCES/udK2f6LEQ4QEQFt/qIOEhIOA8AOEhgfnGZckyQKAzZ1xf7w/tT+8MV1dcUBEAEsARDF/kv+lP608I6O8AFMAWwBTPCOjvAAAAQAAP8ABwAGAAAtAFsAawB7AAABMjc2LwEmJyYPAQ4FIyImNTQ2MzIWHwEWNzY/ATYnLgQjIgYVFBYhMjc2LwEmJyYPAQ4FIyImNTQ2MzIWHwEWNzY/ATYnLgQjIgYVFBYCIAQGAhASFgQgJDYSEAImACAEFhIQAgYEICQmAhASNgJdmWgOCy0GEhALBAQPFBseJRNMYmBKJUUQEAsPEAg1DQ8DECw1Ui2UxMIDDJloDgotCBEQCwQEDxQbHiUTTGJgSiVFEBALDxAINQ0PAxAsNVItk8XCJ/7U/vDFdXXFARABLAEQxXV1xf2kAWwBTPCOjvD+tP6U/rTwjo7wAS9oEhJSDQQCDQMEDA8ODAdkTUxjHA4OCwECDE4UEwQQHxkUwZCSv2gSElIOAwINAwQMDw4MB2RNTGMcDg4LAQIMThQTBBAfGRTBkJK/BDF1xf7w/tT+8MV1dcUBEAEsARDFARWO8P60/pT+tPCOjvABTAFsAUzwAAACAED/4AfABSAACwAXAAAJBBcHJwkBNwkDJzcXCQEHAQcBAuABgP6A/WACoKhgSP4gAeDB/t8CoAKg/WCoYEgB4P4gwQEhYP6AAuD+gP6AAqACoKhgSP4g/iDBAR8CoP1g/WCoYEgB4AHgwf7hYAGAAAAAAAMAAP8ABwAGAAALABcAJwAAJQkBBxcHCQEXNycJBTcnNwkBJwcAEAIGBCAkJgIQEjYkIAQWAs0BD/7pWMBg/ukBFyhXf/46AywBxv46/vEBF1jAYAEX/ukoVwNMjvD+tP6U/rTwjo7wAUwBbAFM8LYBDwEXWL9gARcBFyhXgP46/kIBxgHG/vH+6Vi/YP7p/ukoWAH5/pT+tPCOjvABTAFsAUzwjo7wAAoAAP/cCQAFJAALABMAHAAlAC8AOQBFAFMAWwCAAAABFAYjIiY1NDYzMhYkFAYiJjQ2MgU0JiIGFBYyNiQ0JiMiBhQWMiUUBiMiJjQ2MhYkFAYjIiY0NjMyABAAIyIOARQeATMyASYhIAcyHgIVND4CABAAIAAQACATIQ4BBxYVFAIEIyImJwYHLgEnDgEjIiQCNTQ3LgEnITYkMzIEAos3Jic3NycmNwSCN043N078J3GgcXGgcQSBcVBPcnGg/EWjc3SjpOajBIKjdHOjo3N0/N/+8b991Hx81H2/A6v+/tL+wf511JlbV5XOAlH+8v6C/vEBDwF+BAF/LD4Jbpr++JuF6FAvUgtVIFDphZv++JpuCT4sAW2VAZzi4AGKAhsnNzcnJjc3Ak43N042Xk9ycaBxcQGgcXGgccB0o6Tmo6MB5qOj5qP+KAF+AQ981frVfAQLb25bmtR1c9GYXv0HAX4BD/7x/oL+8QQEM38zl7qc/viZcGM4exZ5JWNxmQEInLqXM38zZHFwAAMAZv8ABJoGAAAJABMATAAAACAANTQAIAAVFAAiBhUUFjI2NTQBHgEOAgcGBxcBFhQPAQYiJyYnAQYiLwEmNDcBNyYnLgM2Nz4CFhceBDMyNj8BPgEeAQM8/oj+9gEKAXgBCv6WuIODuIMBLA0EDSgtJ3PISQELHh4MH1YfQ8j+9R9WHgwfHwELSMtyJy0oDQQNCiQwQCEFFEJIcDlbpiUmIUAwJAJ1AQq7vAEK/va8uwGbg11cg4NcXf2nGy0kKSEZSRVI/vUfVh4NHh5EyP70Hh4NHlYfAQtIFUkZISkkLRsUHg4SGgQOIxoWMxkZGhIOHgAEAAD/gAYABYAABwA2AD4ATgAAABQGIiY0NjIBLgEGBw4CIiYvAS4BBgcGFhcWFwcGBwYUHwEWMj8BFhcWMj8BNjQvAjY3PgECECYgBhAWIAERFAYjISImNRE0NjMhMhYDn12EXV2EATMKJDsfCiZ8gnYbGx87JAoWKENTjzOOMRYWCRY9Fr9yTRY9FgkWFr80jVRDKEe+/vS+vgEMAnqpd/xAd6mpdwPAd6kD/oRdXYRd/fYUGAUZCBgoJBISGQUYFC07LDUONI4wFj0WCRYWv3NMFhYJFj0WvjQONSw7ARIBDL6+/vS+Aej8QHepqXcDwHepqQAAAAIAAP+ABrgFgAASACgAAAEyFhURFAIGBCMiJCYCNRE0NjMBMjcBNjU0JiMiBwkBJiMiBhUUFwEWBh1BWojl/sGvsP7B5ohcQALBLyMBlCVFMS8j/r3+vSMuMUUkAZUhBYBbQf35sP7A5oeH5gFAsAIHQFz72CEBhCMyMUUh/soBNiFFMTMi/nwhAAAAAQAA/5gJAAVnAEwAAAUBBgAHBiY1JgAnLgIjNCY1IRUOAhcWABc2EjcmAicmJzUFFQ4BFx4BFzY3NiYnNjQ1Mj4BMxUOAQcDFhIXAS4CJzUFFwcGBwAHBdb+2Rn+9UEBNVL+pVYVW3QsAQJHJ1E0EBoBfS0f2hYT1h0mowIBPEMVIWwgbj8YRF8BQNWTEz5yIdUN5QcBuQ5HOxoBzAEBiz798iFnArcx/f+FAQEBwQMUyjJzVgUmCDICHDojO/yQZD0BmyonAeQ1RQIyAS8CLi5G70TWlTcxAgckBgEBMQI+Mv5GIf3+EQP5JjEOATIEAiwEjftASwAFAAD/AAcABgAACgAYAHIAggCSAAABFAYjIiY1NDYyFhcBDgQHAT4EJRQHLgIjIhUUFw4BBycmIyIGHwEGIyInPgI1NCMiDgEHLgEnNzY1NCYPASY1NDceAjMyNTQmLwE+ATcXFjMyNi8BNjMyFwYVFDMyNx4BFwcGFRQWPwEeARACJiQgBAYCEBIWBCAkNhIQAgYEICQmAhASNiQgBBYDtSEZGiYiMiYPAV4JdYaLXwP+owd4hIxeAopoAxwZBA07St2DEAEOBQYBEEhKx60BGBMNBhYXAnGeH0UKCwVEDm0CIRsEDRkUFE3ghA8CDQUGAQ9HP8yvJwwLJW+ZHzgKCwQ5DlV/1v7Y/rr+2NZ/f9YBKAFGASjW347w/rT+lP608I6O8AFMAWwBTPACgxomIRkaJiFTAkUIbXyCWwb9vAdue4NbPMmqAhIPDQoicJ0gQwoLBEQPaQIlHgQNHSgDS+GEDwMMBQYBD0hDzq0BFhAMBhMMDHCaHkMKCwVCDW04CQ1AS96CDAIOBQYBDUjnAUYBKNZ/f9b+2P66/tjWf3/WAoH+lP608I6O8AFMAWwBTPCOjvAAAAQAAP8BBwAGAAALABYAIgAqAAABNhcWFyUmBAcBNiQJARYENwMmJAI1ECUWEgIGBwYlATYCJyQyFhQGIiY0A33w0+h4/Rqg/vQz/uyAAW793QFRSAEWmubU/qbHBsQ6A2TOj+b+9AGVWAtl/jj6sbH6sQYAAnqG7icJp5IBqJ+t/mz9aY+UHf49IfkBf9wBCzeW/r/+3f1ThQ4Cb4MBP3YGsfqxsfoAAAEAAv8ABwAFyQBNAAABIAAnJgIaATcDPgEXPgE3DgEXHgMXFgYHDgIHFycGHgI3PgIXHgEHDgQnDgEnHgE+Ajc2LgEnHgEXNgInBAATFgIOAQQDh/7l/kVsOhJGmGcLC3INKu10NoMHGUszVQgPCxkFF1o4D4sSFTNQKTNeSSU9OQkBAw4WKRo8qX1KsaCVaxsrCEMtV2QbD5GJAQkBJgQCVaLY/un/AAEt+IMBVAFFAStd/ucOAxFRcgItzzwICwQEAQVRIwcXMAq9QytNOBsHCTMnAgQ6JAIHEg0IA19RCz0rH0lmNVvLriYmU0eqAVpvTf5r/sV//wDcrGMAAAACAAD/AAcABgAAIwA3AAABJiMiBAcOAQcVHgEXFgQzMjcGBCMiJyYkJgI1NBI2JDsBFgQBFAIHBiMiJzYSNTQCJzYzMhcWEgXVpcKb/uxmS1kEBFlLZgEUm8Klef7NqR0Or/7E5IaO8AFMtgOoATEBpJqIaHaJdprHxpp3h3drh5cFHG6Sf136jSqN+l1/km5seAEIlO4BRLG2AUzwjgF3/PjA/qt+P1Q4AWLk4wFiOVNBff6sAAAABAAA/xAHAAXwACsANQA/AEYAAAEUByEUFjMyNjchDgEEIyInBiMiETQ3NjcSJQYDEgAhMhckMzIeAhUUBxYDNCYjIgceARc2ARQWMzI3LgEnBgEhLgEjIgYHAAf7gduUY60yAac45f7OqLup5KbtLRFcxwEUuPM/AbkBGR4PAP+yQGhVMEtlRmpUbJJ5y0Uz+cZhVnOXercuYgH4AtgF2I+Q1wJXODCSxV1Un/SFU3QBB3OgPKkBaPZP/u0BEgFfAXUaN2JCdKq2AbBTYkYvqW+H+3xWXVNI3obNAkqOvr4AAAAAAgAA/4AHgAWAAA8AMwAAARE0JiMhIgYVERQWMyEyNhMRFAYjIRUhMhYdARQGIyEiJj0BNDYzITUhIiY1ETQ2MyEyFgcAEw35wA0TEw0GQA0TgF5C/SABYA4SEg78wA4SEg4BYP0gQl5eQgZAQl4BIAPADRMTDfxADRMTA838QEJegBIOQA4SEg5ADhKAXkIDwEJeXgAAAAACABb/gAbqBYAAFwA+AAATMwYHDgMeARcWFxYXFhchIiY1ETQ2KQEyFhURFAYrATYDBQ4DBwYnLgInLgE2Nz4BNzYeAxclJorFRjgkLg4DGBITBAIzHjlf/vAwREQE6AE0MEREMLLUEP4rAhQqTTd7TCAqPSIjFQoSFFU8LU05MyMRAdREBYBAVTh2hWudX1kTCe5bq2hEMAUYMEREMProMETSAWNlLUpGMQwaQhtEvqOjyE4mKUANDAsXLzEgZK8AAAAABAAO/wAFeQYAACUARgCrAMUAAAUHBgcGIyInJicmJyYnJjc2FxYVFhcWFxYXFjMyNzY/ATYXFhcWAQcXFgcGIyIvAQcGIyIvASY1ND8BJyY3NjMyHwE3NhcWBRQHBgcOASImJyYnJjUjJjc2FxYXMxE1Njc2MzIWFRQGIyInJjc2HwEeATMyNjU0JyYjIgcGFREWMzI+AjU0JyYjIgcGDwEOAicuATURNDYzITIUIyERMz4BNzYzMhYXFhcWAxYUBgcGIyInJicmIyIHBicmNzY3NjMyFxYFeQZxkpqjpZiUb3E+KgwENDMFARIcMmZigISQj4WAYQYKDwwVJP4VQj8VHBEPCgk+QgUKDxACEghCQhAeEg0GB0FBEh4bAccuLVFQ1vLWUFIrDwEJNDIKJTwBA2NplJPQ0ZI6NhwPEBwODiYLaJBIR2hrR0BuhGCyhkmNjMfIjDUYAggKIRYVHxURA20eHvzVASh8Lm16edZQUS0uHwkLCxoNCQdqZYCUhYEbEgkBAw2CqaSYiQsGcT5AQD9wcJJnVhwICBwBA1pFfGZiNjg4N2EGCgQDEyUCUkI/FRwRCj1CBRACDw4HCkFCEB0SBUJBER4bSnZuaVFQXFxQUmghBxsREBxjRAFTAohgZ86Sk9AQCzIzCAMDBo9nZUZHUEhY/mNDSYawX8aNjIw1IgILCQoIBRcPAqgPF27+HSpUEy5cUFFpcAHQCBQQDRoHWyo4MQovGQ0QBDlAOgAABAAd/wAG4QYAABsAPgB0AIIAACU2FhQHDgQjIi4DJy4BPgEWFxYXBCU2JRYGBwYHBiY3PgEnLgMOAiMOAyoCLgEnJjY3NhYBFB4CHwEHLgEvASYnDgMuAjU0PgU3NTQnJiMiDgMHJTQ+AzMyHgMVARQXFjc2NzY9AQ4DBg8PFg8NPoGZ33Z37rSlZCIIBAYKDQXAbAGFAZq+AZgLERQiMxESCRUvEQUVIRosEysBBg4ICQUGAwMBAQZqMi58/oQbJSYODeMoThMTCw4md4iQg2g+OFh9eIxjMhUiVwYVPDQ8Ev7aLFp+sWZkomFBGf1gRkJJVB4OO2htQTwGBh0TEDdRQzE+W3VdKQkPCQUBBHUxsFYo0hBrMVMpDgoTLZkWBwkDAgICBAEBAQEBAgIQMAYHDAGpH0IyKgsL4CVNFBQLFjtXKAYwU49bVIxdSSkcCQJ/QSA1AhYlUjcbPHZsUjEySV1PIv2eVi8sFhliLTiiAhQvXwAAAAUAAP8ABoAGAAAjADMAQwBHAGsAAAEyFhURFAYjISImNRE0NjsBNTQ2OwEyFh0BITU0NjsBMhYdASURFBY7ATI2NRE0JisBIgYFERQWOwEyNjURNCYrASIGAREhEQEzMhYdARQGKwEVFAYrASImPQEjIiY9ATQ2OwE1NDY7ATIWFQYANExMNPqANExMNIBeQkBCXgGAXkJAQl7/ABIOQA4SEg5ADhL9ABIOQA4SEg5ADhIEgPqAAwDgDhISDuASDkAOEuAOEhIO4BIOQA4SBQBMNPsANExMNAUANExgQl5eQmBgQl5eQmBg/uAOEhIOASAOEhIO/uAOEhIOASAOEhL6EgQA/AACQBIOQA4S4A4SEg7gEg5ADhLgDhISDgAAAAUAAP8ABoAGAAAPABMAIwAzAFcAAAEVFAYjISImPQE0NjMhMhYBIREhJRE0JisBIgYVERQWOwEyNiURNCYrASIGFREUFjsBMjYlERQGIyEiJjURNDY7ATU0NjsBMhYdASE1NDY7ATIWHQEzMhYEgBIO/cAOEhIOAkAOEvwABYD6gAGAEg5ADhISDkAOEgMAEg5ADhISDkAOEgGATDT6gDRMTDSAXkJAQl4BgF5CQEJegDRMAaBADhISDkAOEhL90gQAwAEgDhISDv7gDhISDgEgDhISDv7gDhISTvsANExMNAUANExgQl5eQmBgQl5eQmBMAAAFAAD/AAaABgAAIwAnADcARwBrAAAlBwYiLwEHBiIvASY0PwEnJjQ/ATYyHwE3NjIfARYUDwEXFhQBIREhJRE0JisBIgYVERQWOwEyNiURNCYrASIGFREUFjsBMjYlERQGIyEiJjURNDY7ATU0NjsBMhYdASE1NDY7ATIWHQEzMhYEVy4JGgq8vAoaCS4JCb29CQkuCRoKvLwKGgkuCQm8vAn8IAWA+oABgBIOQA4SEg5ADhIDABIOQA4SEg5ADhIBgEw0+oA0TEw0gF5CQEJeAYBeQkBCXoA0TJcuCQm9vQkJLgkaCry8ChoJLgkJvLwJCS4JGgq8vAoa/uAEAMABIA4SEg7+4A4SEg4BIA4SEg7+4A4SEk77ADRMTDQFADRMYEJeXkJgYEJeXkJgTAAABQAA/wAGgAYAABQAGAAoADgAXAAACQEGIicBJjQ/ATYyHwEBNjIfARYUASERISURNCYrASIGFREUFjsBMjYlETQmKwEiBhURFBY7ATI2JREUBiMhIiY1ETQ2OwE1NDY7ATIWHQEhNTQ2OwEyFh0BMzIWBRf+AAoaCv7gCQkuCRoK3AG8ChoJLgn7YAWA+oABgBIOQA4SEg5ADhIDABIOQA4SEg5ADhIBgEw0+oA0TEw0gF5CQEJeAYBeQkBCXoA0TAI8/gAJCQEgChoJLgkJ3AG8CQkuCRr9OgQAwAEgDhISDv7gDhISDgEgDhISDv7gDhISTvsANExMNAUANExgQl5eQmBgQl5eQmBMAAEAAP8ABwAGAAAdAAABMhYVEQE2MzIWFREBNjMyFhURFAYjISImNRE0NjMBwBomAhgRFxomAhgRFxomJhr5gBomJhoGACYa/IUBrQ4mGv6FAa0OJhr7gBomJhoGgBomAAMAAP8ABAAGAAALABMAIwAAADI3ERQGKwEiJjURAiAAEAAgABAlMjY0JiMiBhUUFjI2NTQ2Ab6EPiYagBomVAGoASz+1P5Y/tQCAA4SEg6SzhIcEqkBwA/9cRomJhoCjwQx/tT+WP7UASwBqEwSHBLOkg4SEg53qQAAAAADACX/AAbbBgAAGwAlADsAAAEWFA8BBiMhIiY1ETQ2MyE1NDY7ATIWHQEhMhcBIREUBisBIiY1ATIWFREUBiMhIi8BJjQ/ATYzITUhFQbRCgqNHCj6wBomJhoCQCYagBomAgAoHPy8AQAmGoAaJgNAGiYmGvrAKByNCgqNHCgCAAEABNcKGgqNHCYaAQAaJkAaJiYaQBz73P4AGiYmGgPAJhr/ABomHI0KGgqNHMDAAAQAAP8ACAAF+wAbAB8AIwAnAAABFhURFAYHAQYnJQUGIyInJjURNDY3ATYXBSU2BREFESURJREBEQURB+QcFhL9gBgY/Zj9mAoOExEcFhICgBgYAmgCaCD7GAJA+2ACIATg/eAF9RQh+oAUIAf/AAsL9vYFCxQhBYAUIAcBAAsL9vYNmvsK5gT2DfsK2QT2+v0E9tn7CgAAAwAA/wAHAAYAABEAIwA1AAABMhYVERQHAQYjIiY1ETQ3ATYhMhYVERQHAQYjIiY1ETQ3ATYhMhcBFhURFAYjIicBJjURNDYCAA0TEf4gBwgNExEB4AcE6A0TEf4gBwgNExEB4Af7qAgGAgASEw0IBv4AEhMGABMN+kAUCP8ABBMNBcAUCAEABBMN+kAUCP8ABBMNBcAUCAEABAP/AAoT+kANEwMBAAoTBcANEwAAAAAEAAD/IAcABQAABwAPABcAOAAAADQmIgYUFjIkNCYiBhQWMiQ0JiIGFBYyABACBCMiJwYFBgcGJicmNz4HNy4BNTQSJCAEAoBLaktLagHLS2pLS2oBy0tqS0tqAcvw/mT0bmWt/vo0IgwUAwQYBSUOIQ8aDg8FkqfwAZwB6AGcAktqS0tqS0tqS0tqS0tqS0tqSwEu/qT+2asSrTgKAwEOCw8WBSEOJRowMEMnWv2PrgEnq6sAAAAABQAA/wAHAAUAAAcADwAXAC4AVwAAABQGIiY0NjIEFAYiJjQ2MgQUBiImNDYyAiAEBhUUFh8BBwYHNj8BFxYzMiQ2ECYBFAIEIyInBgUGByMiJic1JjYmPgI3PgU3JgI1ND4BJCAEHgECgEtqS0tqActLaktLagHLS2pLS2rp/mj+ndGPglcbGC6Yeys5RT3MAWPR0QFR8P5k9EZLxv76MUEFDxgEAwUBCgIMAgcwFSkYHgudtY7wAUwBbAFM8I4CtWpLS2pLS2pLS2pLS2pLS2pLAYCL7Ilwy0oyYFtRP2wmBgiL7AES7P6Lrv7ZqwivQw4IFREBBBAEDwMOAgg1FzguSChZAQaWgu2sZWWs7QAEAAD/CQQABfcAAwAGAAoADQAACQERCQERARkBAREJARECAAIA/gD+AAIA/gACAAIAAVkBJ/2x/tgDd/2xASgEnv2x/tgCT/7ZASf9sQAAAAEAUv/ABq0FQAAkAAABBgEAIyIDJgMCIyIHJz4BNzY3NhYXEhcWMzI3Njc2IyIHEgUWBq0K/r7+s+WOYixYSFUSbU0YqC6cVV90FywWN0EzZ2UIDXo5QHgBU/sD+uz+Yf5RAQegAUIBBkxiFZcoiggJgYv+4Vb5oaFVixoBiQsIAAAAAAIAAP+ABgAFgAADAAoAABEhESEBAxMhEwMBBgD6AAQ93d39ht3dAT0FgPoAAaUCdwEp/tf9if7QAAAAAAQAAP+ABgAFgAADABIAQQBVAAARIREhAQcXBxc3FzcnNycjJyMHBTIWBzc0LgIjIgYdASMVMzIVERQGDwEVITUnLgI+ATURMzcjIjc2PQE0PgIBNScuATQ2NREhBxcWFREUBg8BFQYA+gADjAxLHxlraxkfSwxfNSA1/pYgGQGuI0JIMYWEYEwUCg1JAcCVBgUCAQG/JucGBAQDDBsCdjYHBQL+7RdTFwwORgWA+gAEwCFTchk5ORlyUyFgYKMgLxU3SyUOc31IgAj+gg4MAQdYVg4BAQQECgUBg4AGBgNQGxsdC/zDVgkBAwMMBgIIZRYHFP6ODgkCCVYAAAQAAP9kBwAGAAAvADkAUQBbAAABFAYHFhUUAgQgJAI1NDcuATU0NjMyFzYlEz4BFwU+ATMyFhQGIiY1JQMEFzYzMhYBFBYyNjQmIyIGATY0JyYiBw4BIiYnJiIHBhQXHgIyPgEmMjY1NCYjIgYUBwA7MgzV/pD+UP6R1QszPnRTVTzaASl0AxgOAXESSCs+WFh8V/6yaAEs2zpVU3T6old8WFg+PVgDKgsLCh4LKaCgoCkLHgoLCyuXXlhelxZ8V1g9PlgCsjpfGS4ym/74mZkBCJsvLxlhOlJ1P5gKAgkNEANRJS1XfFhXPkr+KAmXPXX+5z5YWHxXWP5gCx4LCgoqKCgqCgoKHwsrMgkJMvhYPj1YV3wAAAABAEX/Aga7BgAAMAAAEzM+AyQzMgQXFh0BIR4DPgE3EQYMAScmAicmEjcOAQchNi4ELwEOA0UBEFWRvgEBlOcBbm9o+5sBaajT18lJXP7t/qKNvfUCA+TTMDwQAnsIID5PUkQWFof5xpoC5X7ny5VW08a7/7xvo1IgGkMz/oc3SgI2SQFgxPIBVGI8g15Nfk04Gg8BAQVPgpcAAAAEAAD/gAkABYAACQANABEAGwAANREhERQGIyEiJgEVITUhFSE1ATIWHQEhNTQ2MwkAXkL4QEJeAoABgP0AAQAGYEJe9wBeQiACYP2gQl5eASKAgICABIBeQuDgQl4AAAADAAD/AAa7BgAAHwAwADsAACUnDgEjIi4BNTQ+AjMyFhc3JiQjIgQGAhASFgQzMiQJAQYAISIkJgIQEjYkMyAAFwMjFSMRMzIeAQ4BBjDaSvWNk/iQVZHHboPpTNdu/p/Kof7a1H5+1AEmodUBcf5AArV0/kv+7rb+tPCOjvABTLYBBAGlfZ8nYIggLQwKLfZveIqQ+JJux5FVeWx9qcB+1P7a/r7+2tR+1gJG/qD9/tqO8AFMAWwBTPCO/vXp/nSgAWAoODgoAAQAIP8ABuAGAAADAAcACwAPAAAJATchAScRAR8BEQkCIQEFk/2aXANX+rW4BJ8Uk/3sAVz+DPypAWQDOwGCl/zedANa/RlgX/ymAU8Cf/zeAjsAAAMAAP8ABoAF8AALABcAfQAAATU0KwEiHQEUOwEyJTU0KwEiHQEUOwEyBREhETQmIgYVESERNDsBMh0BMxE0OwEyHQEzNTQ7ATIdATM1ND4CFjMRJjU0NjIWFRQHFTYzMhYzMjYzMh0BFAYjIiYjIgcVMjYeAh0BMzU0OwEyHQEzNTQ7ATIVETM1NDsBMgKAEGAQEGAQAgAQYBAQYBACAP2AcKBw/YAQYBCAEGAQgBBgEIAFDAcQASAhLCEgLSYVTRARPAcQRhsSSRMoMgEQBwwFgBBgEIAQYBCAEGAQAhDgEBDgEBDgEBDgEBD9EAFAUHBwUP7AAvAQEHACcBAQcHAQEHBwBgcDAQEBhw8jFyAgFyMPEQoPDxDSDw0PDIUBAQMHBnBwEBBwcBAQ/ZBwEAABAAAAAAkABYAAagAAARYUBwUGIyInJj0BIRYXHgU7ATU0NjMhMhYVERQGIyEiJj0BIyIuBScuAyMhDgEjIiY0NjMyFhczMj4CNz4GOwE+ATMyFhQGIyImJyMiDgQHBgchNTQ2FwjwEBD+wAgICQcQ/KYlLhARHxcfIBFgEg4BQA4SEg7+wA4SYCA6LC4cJxITFxwsLRj+mBaKWGqWlmpYihZoGC0sHBcTEiccLiw6IGsVYj5QcHBQPmIVaxEgHxcfERAuJQRaIBAC2wgmCMAFBAoSgDprJSQ+ICQQYA4SEg7+wA4SEg5gFBs2JkwnKTU5SSJUbJbUlmxUIkk5NSknTCY2GxQ5R3CgcEc5ECQgPiQlazqAEhQLAAAAAAMAAP8ABwAGAAAHABEAIQAAABQGKwERMzIAECYjIREzETMyABACBgQgJCYCEBI2JCAEFgR+Tzj9/TgBAreD/k+0/YICh47w/rT+lP608I6O8AFMAWwBTPADPnBOAQ3+9wEEuPyAAQ0Baf6U/rTwjo7wAUwBbAFM8I6O8AAEAAD/2QkABScAJwA6AE0AYQAAATQmJwYHDgEjIicuATc2NTQuASMiBgcWFxYUBiInJiMiBhQWMyEyNjcUBiMhIiY1NDY3NiQzMgAXHgEXFAcGIyInLgE3NhAnJj4BFhcWJBAHBiMiJy4BNzY1NCcmNjc2FhcGbUQ1BxAHKRgMDB8cChd60nuG4jZsUBYsQBdLaWqWlmoEFk9vmcmO++qp8MiVPgE+w+sBWxd0mfphFykYExoMEkdHEgw0PxJhAQCGFykXExoNEmxsEg0aGj4SAbY7XxUtLxgcAwo5HkdIe9F6knkcThdALBZLldSVb06OyO+pmeQWuOT+w+cZu3mvkCENET8aaAECaBo+JA0ajkT+GMciDRI+GqTCw6IaPxESDBsAAgAk/wAF3AYAAAkAbgAABRQGIiY1NDYyFicOARUUFwYjIi4FNTQ+AzIeAxUUBx4BHwEyNjU0LgQnJicuAzU0PgMzMh4DFRQOAyMiIyoBLgQ1LgEvASIOARUUHgMXHggF3H60f3+0fulzmyGS6W24e2I2IwwJHC1TalIsGwgXHGwnKHOWEi02Xl1JHA90jmcpKVuGx3p4yIFaJh4rNiwRAgYTGjQkLhwUD1glJURjKgomRH5XTH1dSTAiEwoCDVl/f1laf3+/D692SkBOKkNWVFIzDhMvQTMkIy87Jw4iLxseAgFmUhotLCYyLSINBzdacoleTpCDYTk0UmppMy5JKx0KChImNlc2EBMBAT5OJRgmNjA7HRk5NkA3RjZJMwAAAwAA/4AGAAWAAA8AHwArAAABETQmIyEiBhURFBYzITI2JRE0JiMhIgYVERQWMyEyNgAQAgQgJAIQEiQgBALAEg7/AA4SEg4BAA4SAcASDv8ADhISDgEADhIBgM7+n/5e/p/OzgFhAaIBYQFgAkAOEhIO/cAOEhIOAkAOEhIO/cAOEhIB//5e/p/OzgFhAaIBYc7OAAQAAP+ABgAFgAALABcAJwA3AAAAIAQSEAIEICQCEBIAID4BEC4BIA4BEBYlIiY1ETQ2OwEyFhURFAYjISImNRE0NjsBMhYVERQGIwIvAaIBYc7O/p/+Xv6fzs4BngEo+pKS+v7Y+pKSAe4OEhIOwA4SEg79wA4SEg7ADhISDgWAzv6f/l7+n87OAWEBogFh+66S+gEo+pKS+v7Y+k4SDgJADhISDv3ADhISDgJADhISDv3ADhIAAAACAAD/gAYABYAADwAbAAABETQmIyEiBhURFBYzITI2ABACBCAkAhASJCAEBEASDv3ADhISDgJADhIBwM7+n/5e/p/OzgFhAaIBYQFgAkAOEhIO/cAOEhIB//5e/p/OzgFhAaIBYc7OAAMAAP+ABgAFgAALABcAJwAAACAEEhACBCAkAhASACA+ARAuASAOARAWNyImNRE0NjMhMhYVERQGIwIvAaIBYc7O/p/+Xv6fzs4BngEo+pKS+v7Y+pKSbg4SEg4CQA4SEg4FgM7+n/5e/p/OzgFhAaIBYfuukvoBKPqSkvr+2PpOEg4CQA4SEg79wA4SAAAAAAMAAP8ABwAGAAALACUAPQAAJRMWBwYjISInJjcTARMhEz4BMyEVFBYyNj0BIRUUFjI2PQEhMhYlERQGIiY1ETQmIgYVERQGIiY1ETQ2IBYG3SMDExMd+YAdExMDIwZdVvlUVgMkGQEAS2pLAYBLaksBABkk/oMmNCaW1JYmNCbhAT7hgP7HHBYVFRYcATkDR/z5AwcYIYA1S0s1gIA1S0s1gCGh/wAaJiYaAQBqlpZq/wAaJiYaAQCf4eEABgAA/wAIAAYAABUAIwAvADsASQBtAAABMhYUBisBAw4BIyEiJicDIyImNDYzAT4BJwMuAQ4BFxMeATMlETQmIgYVERQWMjYlETQmIgYVERQWMjYlEzYuAQYHAwYWFzMyNgEDIxM+ATsBNDYzITIWFTMyFhcTIwMuASsBFAYjISImNSMiBgeANUtLNQ9zCEgu+wAuSAhzDzVLSzUBZRojAiACKTQjAiACJRkBoCY0JiY0JgGAJjQmJjQmAWAgAiM0KQIgAiMaBRkl+35dhGUTjFqnJhoBgBomp1qME2WEXQtFLacmGv6AGianLUUDAEtqS/1qLjw8LgKWS2pL/OACKRoBoBojBCka/mAZIkABoBomJhr+YBomJhoBoBomJhr+YBomJhUBoBopBCMa/mAaKQIiBNr+ZAG5WG8aJiYab1j+RwGcLDgaJiYaOAACACH/gAbfBYAAAwBPAAABEyMDAQcGIyEDITIXFg8BBiMhAwYrASInJjcTIwMGKwEiJyY3EyEiJyY/ATYzIRMhIicmPwE2MyETNjsBMhcWBwMzEzY7ATIXFgcDITIXFgPfQP5AA/44Bxj+uUABNw8KCgQ4BRr+uVEHGOAQCgkDTv5RBxjhDwoJA07+yQ8KCQM4BxgBR0D+yQ8KCgQ4BRoBR1EHGeAPCgkDTv5RBxngDwoJA04BNw8KCQIAAQD/AAH44Bj/AAwODuAY/rgYDAwQATj+uBgMDBABOAwMEOAYAQAMDg7gGAFIGAwMEP7IAUgYDAwQ/sgMDAAAAAAEAGv/AAWVBgAAAgAFABEAJQAAARcHERcHAwkDEQMHCQEXAQAQAg4CIi4CAhASPgIyHgIDSZSVlZSDAdD+zgEy/jD/XQFA/sBdAP8Cz0BvqsH2wapvQEBvqsH2wapvAeOUlQOMlZT8YQHQATIBMgHQ/Z0A/13+v/6/XQD/AXD+Xv7HyXwxMXzJATkBogE5yXwxMXzJAAAAAAMAKP8AA9gGAAACAAUAEQAAJTcnETcnEwkBEQEnCQE3AREBAlStra2tIAFk/eX+12wBdP6MbAEpAhtxrKwBbqys/fH+nP3kAsf+2GwBdQF1bP7YAsf95AAFAAD/gAYABYAABwAPABcAKQAxAAAkNCYiBhQWMgA0JiIGFBYyABAGICYQNiATFAcBBisBIiY1NDcBNjsBMhYEEAYgJhA2IAUATGhMTGj9TExoTExoBEzh/sLh4QE+gQ374BMgoBomDQQgEyCgGib9YOH+wuHhAT7MaExMaEwDTGhMTGhM/h/+wuHhAT7hAsAUEvqAGiYaFBIFgBomu/7C4eEBPuEAAAAFAAP/Rwb9BbkABgAKABAAFwAdAAATCQEuATcTKQEBMQETIRM2MgETFgYHCQExIRM2MhdoAxj8nBIOB2UBzgKU/rb98Mb+MsYIMgUwZQcOEvycAxj+MsYIMggDPvwJAnYNKxUBNPwJBlv9nAJkF/2F/swVKw39igP3AmQXFwAAAAQAAP8gBwAF4AADAA8AEwAxAAABMzUjATUGBwYmJxceATcyASE1IQUUBxYVFAQjIiYnBiInDgEjIiQ1NDcmNTQSJCAEEgGAoKADRWiLh/lgAVj4lIH+KAKA/YAEgGNZ/v24es46E0wTOs56uP79WWPwAZ0B5gGd8ALA4P3UXCQCAV9LYFBhAQF94MC7pWZ/nd5pWAEBWGnenX9mpbvRAWHOzv6fAAAAAAkAAP+ABgAFgAADAAcACwAPABMAKAArAC4APgAAARUjNRMVIzUBFSE1ARUhNQEVITUBETQmKwEBJwcBIyIGFREUFjMhMjYBNyEFNyEFERQGIyEiJjURNDYzITIWAgP8/PwD8v6rAVX9YAKg/WADJwwIIP6G0tL+hiAIDAwIBNgIDPypuf5qAovd/moC4lY++yg+VlY+BNg+VgJxgIAA/39//gGAgAEAgIAA/39//KQE2AgM/wCrqwEADAj7KAgMDARelpaWFPsoPlZWPgTYPlZWAAAAAgAA/wAHAAYAAB8APQAAASYnJicmJyYGHwEeAxcWFx4EFxY3NicmJyYCAS4FAicgDAEeAw4BBwYVASMBDgIuAgOAaDiL0CIkWQonJz5lWDUsCQQsUHRzk0uZAQEyNRxNzP5STHFTOzouSycBEQHBATXpilIeBQ4NDQFDaP7nFotorJW6AtDEUsp0ExEoEB4fK2WEXlQRCFSKqoJ1IEIGAyIkFToBMv5+PIKdmNzGATKISHCxqOWq43dUVBf+uQEdAhgOAiBWAAAFAAD/AAcABgAALwA3AEcAVwBnAAAALgEHBCAlJg4BFhcWFw4CDwEGFhcWMzI/ATY3MxYfARYzMjc+AS8BLgInNjc2JDQmIgYUFjIEEAIGBCAkJgIQEjYkIAQWACAEBgIQEhYEICQ2EhACJgAQAgYEICQmAhASNiQgBBYFZAwtGv77/uj++xotDBsawm0CGxocCQoWGQkOLBAINhEqETYIECwOCRkWCgkcGhsCbcIa/rdLaktLagKLb73++/7i/vu9b2+9AQUBHgEFvf5L/sj+5M56es4BHAE4ARzOenrOAciO8P60/pT+tPCOjvABTAFsAUzwA1U0GwY+PgYbNC0GLgye3llHFRkwCgQpFIt4eIsUKQQKMBkVR1nengwuBqNqS0tqS3H+4v77vW9vvQEFAR4BBb1vb70BbHrO/uT+yP7kznp6zgEcATgBHM7+MP6U/rTwjo7wAUwBbAFM8I6O8AAAAAMARP8ABbsGAAAvADcASAAAABYHAw4BIyInLgE3EwcWFRQHJzY1NCYjIgcnNjcBJwcGLgE2PwE+ARcBFhcWDwElAiImNDYyFhQBMjcXBiMiLgE1NDcXBhUUFgV8RAUsBD0pBgMsOQMjjzeUiVvNkYZmiXikAQiVtSFYOgUg7xpEHgHoJAwRK80BcymUaGiUafzaalqLkr2U+5J0izzNAvZGL/3ZKjgBA0MsAa0IcX/YnIllhpHOXIpyGwEsV6EeBUJYHdUXBxL+5RUvQzLoFAGpaJRoaJT6vj2LdJL6lLyUi1htkc0AAAAEAAD/gAYABYAADwA+AE4AWgAAARUUBisBIiY9ATQ2OwEyFgEUDgIHDgIdARQGKwEiJj0BND4DNz4BNTQmIyIHBgcGIyIvAS4BNzYzMhYCIA4CEB4CID4CEC4BABACBCAkAhASJCAEA3ASDqAOEhIOoA4SAQAePSsmIB0XEg6gDhIVGzMfHTUsVzQ4Jx0zCRALCGwKBAd644Hb7v787atmZqvtAQTtq2ZmqwGRzv6f/l7+n87OAWEBogFhAVCgDhISDqAOEhIB4jJQOh4VEhQcDyAOEhIORCM7JCMQDRkkHyo7GxQ/DAZSBxoKwLMBQ2ar7f787atmZqvtAQTtq/63/l7+n87OAWEBogFhzs4AAAQAJ/8DBVkGAAAJAD4ATwBgAAAAIiY1NDYyFhUUARQGJicBLgEPAQYfARMDBgcGBwYnLgE3NhsBBxcWDgIPAQYuAzUDEzYzMhcBFh8BBxYFHgEfARYXFgcGLgEnIyYnAwEWFRQHBi4BJyYBFjY/ATY1Aa6AXFyAWwGMPEMO/pEHDgQDBwt6AaFDGQ8NMjUdGQMCwwVVIwQKEhQHBxMfEQsELtMXWksgAagHBwMBB/5tK1sYGCQGCy8jPigJAQYCfAOTHwMJCxQGcv7LAwgDAwsEyVtBQFtbQEH9IzIjFhcBtgwHAgMIDYv+nv43wCoaBhoZDTwbEQJZAaCk3hgkEw0BAgMMFBgPAgErAX0iKP33BQwDAQ2mceA4N10gRhsWDCATEAkBX/6tMQgFAgULKQqsAekBBAICCQgAAAAHAAMA4wkABBwAAgALACMAMQBLAGUAfwAAATMDBTQmKwERMzI2ARMUBisBIiY9ASEHBiMhIiY3ATYzITIWBBAGIyEiJjURNDYzITIBFA4DByM+Az8BNC4DJzMeAx8BFA4DByM+Az8BNC4DJzMeAx8BFA4DByM+Az8BNC4DJzMeAxcB+KsBA1hlYDY0W2z9wgETDtgOE/7dNwoS/vUVEw0CLAkSAUwOFAM7+8f+8g4UFA4BDMgBmAEPHD0rMyY5GhABAQEOGjgmKyk+HRECuQEPHD4rMyY5GhABAQEOGTgmKyk+HRECtgEPHD0rMyY4GhABAQEOGTgmKyk+HREBAh4BCaZXav58cgHK/QwOFBQOPlEPJBEC9Q4Uxv5+3BQOAvQOFP5kCyRrYXcrLXdpWxsbCB1bXIM7L3hnWRoaCyRrYXcrLXdpWxsbCB1bXIM7L3hnWRoaCyRrYXcrLXdpWxsbCB1bXIM7L3hnWRoABAAA/wAFgAXyAEoAXABtAIIAAAU0LgEnLgInJiMiBiMiJy4DJyY0Nz4DNzYzMhYzMjc+Ajc+AjU0JicmIyIHDgMHBgcOARAWFxYXFhcWFxYzMjc+ARMiJjQ3NjU0JyY0NjIXFhQHBhYiJyY0NzYQJyY0NjIXFhAHFiInJjQ3PgEQJicmNDYyFxYSEAIHAmkaJAIBCAkJDyQXXhgiDQYKBQgBJSUBCAUKBg0iGF4XJA8JCQgBAiQaVyAUGSJAOU8/HR8GAzEmJjE4Gz90AwNAIhkUIFefGiYTJSUTJjQTS0sVuDYSExNwcBMmNBOWlqM2EhMTWmFhWhMmNBNtdHRtmQteeAkELRsIDgsLBRUTHQSA/oAEHRMVBQsLDggbLQQJeF4LFj0MCBIRL1U3QwwHa9r+8tpreidbJAEBEggMPQOnJjUTJTU0JxM0JhNL1EsTtRMTNBNyATxyEzQmE5b+WJbIExM0E1vqAQDqWxM0JhNt/uj+zP7obQAAAAAUAAAAAAiABYAABwAPABcAHwAnAC8ANwA/AEcATwBXAF8AZwBvAHcAfwCHAI8AlwCfAAAAIgYUFjI2NCQiBhQWMjY0AiIGFBYyNjQAIgYUFjI2NCQiBhQWMjY0ACIGFBYyNjQkIgYUFjI2NAIiBhQWMjY0ABQGIiY0NjIEFAYiJjQ2MgAUBiImNDYyBBQGIiY0NjIAFAYiJjQ2MgAUBiImNDYyABQGIiY0NjIAFAYiJjQ2MgAUBiImNDYyBBQGIiY0NjIAFAYiJjQ2MgQUBiImNDYyAQKEXl6EXgGihF5ehF5ehF5ehF4CooReXoReAaKEXl6EXv2ihF5ehF4BooReXoReXoReXoRe+SBwoHBwoAJwcKBwcKD+cHCgcHCgAnBwoHBwoP5wcKBwcKAFcHCgcHCg/XBwoHBwoAVwcKBwcKD+cHCgcHCgAnBwoHBwoP5wcKBwcKACcHCgcHCgAWBehF5ehF5ehF5ehAJeXoReXoT+Xl6EXl6EXl6EXl6EAl5ehF5ehF5ehF5ehAJeXoReXoT8DqBwcKBwcKBwcKBwAZCgcHCgcHCgcHCgcAGQoHBwoHD7kKBwcKBwA5CgcHCgcPuQoHBwoHABkKBwcKBwcKBwcKBwAZCgcHCgcHCgcHCgcAAACQAA/wAG/AYAAAcADwATABsATABUAGkAewCMAAAWFAYiJjQ2MjYUBiImNDYyEwEHASQUBiImNDYyARQOAgcOAxUUBiMiJjQ2MzI2NTQ+Ajc+AjU0ACAAFRQGIiY1ND4CMh4CBBQGIiY0NjIlFAYiJjU0JiMiBhUUBiImNTQ2IBYlFgYHBiMiJicmJy4BNz4BFxYFFgYHBiMiJyYnLgE3PgEXFoAmNCYmNOYmNCYmNFMBAFr/AAGtJjQmJjQC6Rc0JCMfHSYP4Z8aJiYaapYXMyQiKCck/vn+jv75JjQmW5vV6tWbW/39JjQmJjQBRiY0JoNdXIQmNCbOASTOAYoKFhkJDhMhB0ScFQgQETQVtwElCRUZCwwsEFzNFgcQEDQV66Y0JiY0Jpo0JiY0JgEt/wBaAQCHNCYmNCYBADtjWC8pIyY+Qimf4SY0JpZqOWFVMCcuNGE3uQEH/vm5GiYmGnXVm1tbm9XbNCYmNCZAGiYmGl2Dg10aJiYaks7OjxkwCgQWE7J1EDQVFQgQiYUZMAoEKe6bEDQVFgcQrwAAAAAEAAP/AAj9BgAAEQAjAGcAsAAAASYnLgEjIgYVFB8BFjMyNjc2JTQvASYjIgYHBgcWFx4BMzI2AQ4BJyYjIgcyNjMyFhcWBgcGIzIXHgEHDgErASYnJQcGIyInAyY2PwETNhI3Nh4BBgcGBzY3NhYXFgYHBgc2MzIXHgElExYGDwEDBgIHBiMiJyY2NzY3BgcGIyImJyY2NzY3BiMiJy4BNz4BFxYzMjciBiMiJicmNjc2MyInLgE3PgE7AhYXBTc2MzIECDsZET4lNUskCiIwJT4RGQJzJAoiMCU+ERk7OxkRPiU1S/5WEUwjPkgzMAMNA1ydKBEbJBIVFRIkGxEonVwGEBz+3u8ODygRoAsOFtGUEZV5H08yBx9GL3uQKD8EBTAoVEsuNXNnJBoDsaALDhbRlBGVeRojLR0ZBx9GL3uQBAgkNwQFMChUSy41c2ckGhIRTCM+SDMwAw0DXJ0oERskEhUVEiQbESidXAYBDhwBI+8ODygCQAI1IidLNTghCB8nIjWCOCEIHyciNQICNSInSwESIxoRHxEBZFMkSxEJCRFLJFNkAgIbeAcjAUAXMQ13AQubARFkGQc+Tho7RVQRBTAoKD8ECi0KMhJLfP7AFzENd/71m/7vZBYjH04aO0VUEQEwJCg/BAotCjISSyQjGhEfEQFkUyRLEQkJEUskU2QCAht4BwAAAAQAAP8ABwAGAAATAEQATgBcAAABFBYyNjU0JiAGFRQWMjY1NDYyFgIiDgIVFBYyNjU0ACAAFRQOAQcOAxUUBiMiBhQWMzI2NTQ+Ajc+AzU0LgEBFwEGIi8BJjQ3ARcWFA8DJic/ATYyBCAmNCbO/tzOJjQmhLiEaOrVm1smNCYBBwFyAQckJygiJDMXlmoaJiYan+EPJh0fIyQ0F1ub/cLi/b0MIgyoDAwGQKgMDOkaR0KBW88NIgLAGiYmGpLOzpIaJiYaXYODAeNbm9V1GiYmGrkBB/75uTdhNC4nMFVhOWqWJjQm4Z8pQj4mIykvWGM7ddWb/Yzi/b0MDKgMIgwGBqgMIg3pGUeZaVvPDAAAAwAA/4AGAAWAABQAWABoAAABFAcOAQcOAQcGIyImNTQ2NzYzMhYBNCYnJiMiByc+ATU0IyIHDgIVFBYzMhQHBgcOASMiNTQ+AzU0Jy4BIyIOARUUFjMyPgE3PgE3Njc2MzIXFjMyNhMRFAYjISImNRE0NjMhMhYDYg0LKQoCBQsUCzo0RkQcFxwRAeZODRUNW4cCAzHyGCxelUqhkxkBBBYOSy0qFR0eFgcYRR8jORlnV1KSWRUGEwUDC3ZtME8BAwUJuKl3/EB3qal3A8B3qQP9G0MyyDILAwECY0BYrCYOIf45DnsFCE0CFuJB6QYRkbxfkp4GAiJTNGIvGC8gGQ8BAwcWHURSIlhsapJQFlkWDAY8EgEJAg/8QHepqXcDwHepqQAAAAACACX/AAXaBf8AGQBlAAABNC4CIyIHBgIVFB4CMzIWPgI3NhI3NgEUBiMnLgIjIgcGBw4BBw4DIyImNTQ+ATMyFhcUDgMVFBYzMj4DNzU0JioBBiMiJjU0PgI3NjMgERQCBxc+ATMyFx4BAugEDR0XJydpbBEkRS8EHAwUCgIQQBATAvIPCAYWUEAfp7gPBgodCBdeg7Jgh58nVzYmpAEhLi4gISAtUDUrFgUHCgoKAeP6RXu9bjQ2AXZMBQNlo1YWHxN6BM8YHR8PFzr+94ksU04vAQEFDApNATVNW/2nBw0BAxAJXQgTJIsfW7GYXqeINYBpQxwBFycySCYhKD9ddmAqCQIDAfXibOLCjRMJ/phi/qIkAzk+DQe/AAMAAf8ABn8F+wA9AFIAhwAAATIfARYfARYHAw4BBw0BIyImNTQ2NyUhIiY3PgEzLQEuATc+ATsBBSUuATc+ATMyFwUXMhYzMjYvAS4BNzYHFy8CAy4BJyY2NzYWHwEOAQcGFgETFg8BBg8BNi8BJi8BJiMiBwMmNjc2FhcJASY2NzYWFxMDJjY3NhYXExceATYvASY2NzIWAz8gG949MZIoC0gGLyD98f6gCSc5NiYBBP5AKTkCAjwnAbr99ykyBgY5JQoB4f6hJjAGBjYjBg4BwNkBBAEXDxS6Iw4ZGxW62gUk7gEDARgLIB9KG44CBgEgEgOlDwQPMAw3agIpkjVA3iIqMyXrGQ4iIU0YAQr++hUVJSNLFPGIDxUiJU4RwWUIHhgBDAI4KSc4A18SlCg5qi48/mMgKwQ4IDgoJTYFIDwpJzQBQAVAKSMtPF4KPyUkLQJgJQEuDX0XUSEmyn0lAiYBBgEFAR9OGRcLHJMBBQItbAGn/vZJSts7HDY+L6o9KpQXJQE4IVEXFhAg/qABxyNQExIYIv5cAVEjThETGib+YcQPBRQQ4Ck8ATkAAAQAAP8eBwAFYgBSAF0AbQBwAAAlIicuAScmNTQ+Bjc2JSY1NDc2MzIfATYzIAAXFhQHDgEHFhUUBwYjIi8CATcGBxYaARUUBwYjIicBBgcWABUUIyImLwEDBgceARcTFCUXJBMCJR4BFRQGABQWMzIWFRQWMjY1NCYjIiUnFwFPAgRWpTkVBAQKBw4GEgK4AQxuEXQMEgp8XGQBCgHPkxQUW/+XbhF0CxMKfED+RAc6KQP47gkNOzkD/jgnKxgBfAsOiQRq4CwiAiAHsAM0MQERsbT+6UNIXv5uHBRWehwoHLJ+FAFSCQe0AjmwXB4nCRQQFAwWCBcD+3LGDRMKQBDlE/7t6B9MH47fQMYNFAlAEOV3AzQHGBcF/jb+SAMHAgMHA0kcKCv9QwQKLAbFAZ01NQMsDP65CmZbbwESARVwQKlcar0COygcelYUHBwUfrIRBAcAAAAABAAA/5cE/gVpAB8ALwA1AE8AAAEUBwYjIicmNTQ+ATMyFwYHJiMiBhUUFiA2NTQnNjcWJxQCDwEiJz4ENTQnFicVJiceARMiJzY3NjcOAQcmNTQ2NzY3PgE3FhUUBw4BBBqTlObokpOI8pNgViAHQk2n4+EBUuAgQjkpzJ+fDh0hU39ILQ8DNzdJhVht/VNN2kgTAirDayMiGi5vO14bShggcQGu15+hoZ/Xk/eSHz5AHPaoqu3tqllNDSRiS8D+zmQBBSCNqNKvW0UioKIC1uI7//65S3h/JRNekRk2OyVUGiweEFU6aZRtPU1rAAAABQAA/4AGAAWAABoAKQAuAEQAVAAAATQnBgcWFRQGIiY1NDYzMhc2NyYjIgYQFiA2AxYVFA4DBxY7ATYRNCcuAScWBTQnBgcOARUUFz4BNw4BBxYzMjY3NiURFAYjISImNRE0NjMhMhYEGhwpLBaa6JucczUtBBc8QZrPzwE0z7ICCh8yVzkVFQrbJgRQOlwBgTMpU0VQGEqFHQSNRDQ6M04VEQFJqXf8QHepqXcDwHepAe9ORRkJMkB1o6N1c6kTKywV2f7K1NUB/RgvP3iRc2EWA4sBEHRtULcnnClmSFYXE0VBKCURZEE0dyY0SjUq8PxAd6mpdwPAd6mpAAAAAAIAAP+ABgAFgABPAFsAAAE0Jy4BJyY1ND4CNTQmIyIGIyInNjU0Jy4BIyIHBhUUFwYjIiYjIgYVFB4CFRQHBgcGFRQXHgIzMjYzMh4CMzI+AjMyFjMyPgE3NgAQAgQgJAIQEiQgBAT/FkNmHQcnLyclFAwoCwQIBREkhlXHTBEFBAoMKAoVIycvJwdAhhaJAggPEAwzDiNALEcpK0grQCMOMw0QDggCiQEBzv6f/l7+n87OAWEBogFhAYQWBQ9YQBMGDxYMHRYTGRACXxNPI05XpSNPE18CDxgUFR0MFg8GE4odBRYuFgUqEwkeIx4eIx4IFCgFFgH7/l7+n87OAWEBogFhzs4AAAEAD/+ABnEFgABbAAABNhYXFhUUBxYzMjYzMhYVFA4CFRQXHgEXFhcWFRQHDgIjIiYjIgcOBCMiLgMnJiMiBiMiLgEnJjU0NzY3PgE3NjU0LgI1NDYzMhYzMjcmNTQ3PgEDUIbVORsJDg4SQhIdNj9LPwwlg08cNBzbBwgUFxRUFiUZID42Plo2NFk9Nj4fGiUYUxEZFAgH2xw0HE6FJAw/TD80HQ9CFBIOCRtA2AWAAYt7OnkvkAcbJBwgLBMnHA8cUoghDAsGHUYhCzglDQUFIykoGxsoKSMFBQ8lOgshRh0GCwwgilEcDxwnFCsfGyUaB44wejqJegAAAAIAAP+ABgAFgABPAF8AAAE0Jy4BJyY1ND4CNTQmIyIGIyInNjU0Jy4BIyIHBhUUFwYjIiYjIgYVFB4CFRQHBgcGFRQXHgIzMjYzMh4CMzI+AjMyFjMyPgE3NgERFAYjISImNRE0NjMhMhYFABZDZh0HJy4nJRQLKAwECAURJIVWxk0SBgoFCykKFCMnLicHQIYWigIIDhANMw0jQSxHKStIK0EjDTQNDw8IAYoBAKl3/EB3qal3A8B3qQGEFgUOWEEOCw8WDB0WExkQAj80TiROV6UmTSZMAhAZFBUdDBYPCw6KHQUWLxYFKhMKHiMeHiMeCRMrAxYDC/xAd6mpdwPAd6mpAAAAAAEAAP+ACQAGAABPAAABDgUHDgEHDgMHBgckBQYHPgE/AT4DNzYFMhceAQcDBicmIyIEBwYuAi8BNDU0MzI3EgAzMh4FFzc+BDc+AwkARXBCNRYWAwozFw9GQVAIL2j+q/7fXNMvThAPR7hThUy6ARcBCQsGBsIPIIDikv4AiFKGUCoMAQaK6cABbckFEzk1Rjg0DmYCJjNHYTRCfHdCBgAuXEZJKi8GEu0uHT8mLAYfyA6sNX4QHgcHG0sgJQ0fJgMGFgv+px0HGFkCARwuIhEBAQEGNwFuATwBCQ8iLUkusQRNYHuQQVJ3SiEABQAA/wAGAAYAAEYAWABeAGQAagAAARQHJxcGBycXBgcnFwYHJxcGIic3ByYnNwcmJzcHJic3ByY1NDcXJzY3Fyc2NxcnNjcXJzYzMhcHNxYXBzcWFwc3FhcHNxYXNAIkIyIOAhUUHgIzMiQSExEJAREBEQERCQERAREJAREBBSoF7OATJ9axLD+dZz1PTw4mTCYOTkpCZ507MbLWJxPg7QUF7uETJ9axLj2eZ0NJTQ0kJyYmDk5KQmeePS6x1SUV4O0FHp3+85532J1cXJ3Yd54BDZ1J/W/9bwKRAsT9PP08BcT9AP0AAwACgC0fDk5JRGeePS+y1yUW5PAGBu7iEyjXsitBnmhFSE8OKiIjKg5PSUNonz0vstcnE+DsBgbt4RMo1rIvPZ9oPk9ODh8uoAEPnV2d2nh32p1dnQEPAh79Av6BAX8C/gF/+csBnAM3AZv+ZfzJA1v8gP5AAcADgAHAAAADAAD/AAaABgAAFAApADYAAAEhByEiBhURFBYXFjMVIyImNRE0NiUzAQ4GBzU2NzY1NCcBMxMBESE2NyERNCYnNx4BAVMCsxr9Z26deV0XSy2Mx8cD3/f+HhcjNzVMU2w+ozkUFP7j5LsDVvzlJQgCpmNQGWV9BSZInm78/V+VEwVIyIwDA4zI2vryPVVvTFExIQLDGpw0NTY0At39twHy+6k3EgQOVYwdQyKzAAAAAAoAAP8ABwAGAAAHABQAIQAtADkAWwBuAHgAkADnAAAAFAYiJjQ2MgM1NCYiBh0BFBYzMjY3NTQmIgYdARQWMzI2NzU0JiIGHQEUFjI2NzU0JiIGHQEUFjI2AQYEIyIuAjU0NwYVFBIXNjMyFzYzMhc2Mhc2MzIWFzYSJzQjIgcGIyI1NDcGFRQWMzI3NgE0JiIGFRQWMjYBNC4BIyIGBwYVFBYzMjc2MzIWFRQHPgEFFAIHBgQPARUUBiMiJwYiJwYjIicGIyImNQYjIic2NyYnFjMyNyYnJjU0PgMzMhc2Nz4BNz4CNz4BMzIXNjMyFxYVFA4CBx4BFRQHFhc2MzIXFgNUIjgiIjiCKTwoKR0eKawoPCkpHh0prik8KSk8Ka4pPCkpPCkBDFT+2K971ZBSFWiCeB49OB4gNzgeIG4gHjgcMQ1wgo5IER5fNuIeU7KSb2MN/kZAYkA/ZD8CdUuXYk2QNzBbZjVZJBEzNQRLVQEXQzw6/u5bBDsrOB4gbiAeODcgHjgvOFpsdl02NHFFICdZS8AwGBItQWxCOxYTFwIUAwoaGBBX+YgjGztXUzkFDA0TAREmEJ0oGSMtN1oE6DovLzov+lRyHisrHnIeLCwech4rKx5yHiwsHnIeKysech4sLB5yHisrHnIeLCwCyqDHZ6vgeFhWr9ei/tRlOTIyMjIyMh8ZXgETs0sGE/NWdn+Ult1GMAKyMk9PMjNPT/7gYKZsRjufbWhqEwY4NBoURMNyb/7rQkCdGgFyK0AyMjIyMjJDMERQARMfYAcuwHI4aDmJnH5UNB0ZAxQGDy4mFG+EBEA5BQcFEQ8TAQYYDAYTivAeMVAAAAMAAP+ABgAFgAAZACUAMQAAATQnIRUzDgEjIiY0NjMyFzcmIyIGEBYzMjYlMzUjNSMVIxUzFTMAEAIEICQCEBIkIAQDlQb+ltkMfVBjjIxjXTxobJWg4OCgpcsBWW1tbm5ubgESzv6f/l7+n87OAWEBogFhAnchH4RMWY/GjztlZOH+wuHSd25ubm5uAXb+Xv6fzs4BYQGiAWHOzgAAAAABACX/AAYABgAAJwAAAREUBwYjIiQjIgcRIxEuATU0NjIWFRQGBxU2MzIXHgEzMjc+ATMyFgYAMa6kSf7jVaTOoD9MgLaATD++mWNjDsM0TVgLihQaJgQA/LkwDjQ7MP6uBVgZcERbgIBbRHAZRCwPAikSAiYmAAAFAAD/UQkABQAABQA5AFYAXACUAAASMjYmIgYFLgUnBwYmJyY2PwEuAgYjIg8BIxEyNh4DFwEWMzI3FjY3Fjc+AScWMzI+ASYXMxEjJyYrASIPAQYUFx4BPwE2HgEHHgEXHgEXFgQyNiYiBgERFAYjIQ4BBw4BBw4BJw4BLgEnASEiJjURNDYzIT4GOwEyFzY7ATIeBhchMhaYUCAgUCAGCQo5GjIjLhZ9U/tQOQE6sRY6JUwLXEKemwUgDBsOFQgBKXNwTi85bxFKNRQgAgohK0QfB4RgXZ1CZ6dZOdEcGyuGLMEZOSUKEFAUHWsLNAEAUCAgUCABCCYa/k4bbkYhXzcqfUI8hHtvMP7h/poaJiYaAaUOQh07KjxAJHVjUlJjpyNAMTYjMxs3DgFjGiYBgEBAQAYNSiJAKjQXjF4EYEWyRM4LCwECQp794AEBAwYLCP7cby8UODkGMhI3FwoqQE8YAgC0TEPzIVQhMwIy2hcDMx8TWBgkiw9CSkBAQAIA/YAaJkFTCjBDDDU5BCILJ0QvARomGgKgGiYORBw0FxwLODgMESQaNR9BECYAAAACAAD/AAcABgAAJQBPAAABERQGIyEiJjURNDc+Bjc+AzIeAhceBhcWASQ3PgEvAS4BBwYHDgMiLgInJicmBg8BBhYXFgUeBDI+AwcAXkL6QEJeCwg+FUZGeqVuBV8wUDpQMlwGbqV6RkYVPggL/cwBB1ILAwgmCBoL53AFXjFQOlAxXgW6nQsaCCYIAwtSAQcKUDJOTUpNUTBSA3L8LkJeXkID0g8JBzcROjVdeVAESCElJSJGBVB5XTU6ETcHCf2ovz0IGQs0CwMIqVEDSCElJSFIA4Z0CAMLNAsZCD2/CDwiLRYWLyA/AAAAAAMAAP8ABwAGAAAxAFAAcAAAARcWBgcOAgcOAysCIi4CJy4CJy4BPwE+ARcWFx4DOwIyPgI3JDc2FhMRJicmJS4DKwIiDgIHDgIHBgcRFBYzITI2ExEUBiMhIiY1ETQ3NgA3PgM7AjIeAhceAhcWBcInCAMKK6d+BCcqT0olAQElSk4sJgV4pycLAwglCBsLXtQFTSxFGAEBGEUsTQUBAjcLGsZaRVv+1gNQKkYYAQEYRipQA9fJOjUOBxMNBcANE4BeQvpAQl4pewHGBiQuTUslAQElS00uJCvi4lgpAm8zCxkIIoFhAyAgMhcXMiEfBF2BHggZCzQLBAlJowQ+HyIiHz4ExiwIA/0mA6BTOErmAkIeIyMeQgKmnzEyDAf8YA0TEwOt/GBCXl5CA6A4JnIBYQUeIzEYGDEjHiSstlImAAAAAAsAFf8ABesGAAADAAcACwAPABoAHgAiACYALgAyAHYAACUXLwEBJScFARcDJwElAwUBFy8BFBYGDwEXFgEFAyUBNwcXASUDBQE3JwcXFg8BJTcPAicHFA8BBi8BFxQHBQYjJjUnJgMmPwEmJwMmPwEmJwMmNyUyFwUWFRMUDwEXFhUXNzYfATc0PwE2HwEeAQ4BFRQPAQYBSsoi2AESARIL/tT+7uMw9QE8AT0O/qABjV8CZwICBE5VB/0/AQBE/ukEZg/mAv3hAXUT/lkDmhTiApAGAgcBAh6zFBNHCATqBwdiBwT+2wQCCOQENwIHPV4BSAIIXoUCYAIJAbEFAwE9BhQGdn4FBXkFBlQDBc4GBfUEAg8UBL8GAdbs1f4z2vXXAYbVAUfM/eLWAUTI/qNQ708BDwkDNEYGAp7IAdGt+7PqpPACccIBuaP8u+mOaV8EBXdc3oDkITF1BQO7BQVToQUD6gICAfIEAREHBCVWBgFfBwUtZAgB0goDhwGZBAX+MQcDPVUCBntKBAQ4bgYDfgMDhwQGcocDBQKZBQAAAwAA/wAGgAYAAB0AJwBVAAABNC4DIw4EIi4DJyIOAxUUFjMhMjYDNCYiBhUUFjI2ARUUBisBFRQGIyEiJjURNDYzITIWHQEzMhYdARQGKwEVMzIWHQEUBisBFTMyFgSxCx8wUDMGNx4zLy4vMx43BjNQMB8LVD0CQD1UrZnWmZnWmQJ8Eg5gXkL7QEJeXkIEwEJeYA4SEg5gYA4SEg5gYA4SASo5ZGVHLQQhEBgKChgQIQQtR2VkOUlhYQKbbJiYbGuYmP5PwA4S4EJeXkIFwEJeXkLgEg7ADhKAEg7ADhKAEgAABAAA/wAGgAYAAAkAKwBZAGkAAAEUBiImNTQ2MhYDMh4EFRQGIyEiJjU0PgM7AR4FMj4EARQGKwEVMzIWHQEUBisBFTMyFh0BFAYrARUUBiMhIiY1ETQ2MyEyFh0BMzIWFQERNCYjISIGFREUFjMhMjYEBJnWmZnWmTAuSS8gEAdPQv3AQk8JHC1RNQUHMhUtHSkmKR0tFTICsxMNYGANExMNYGANExMNYF5C+0BCXl5CBMBCXmANE/8AEw37QA0TEw0EwA0TA3xrmJhrbJiY/rgiPUlZTClDZ2dDMFtqTTQEHwsXCQkJCRcLHwEEDROAEw3ADROAEw3ADRPgQl5eQgXAQl5eQuATDftABcANExMN+kANExMAAAYAAP+ACAAFgAAZACEAMQBBAFEAdQAAADQuAiMOBCIuAyciDgIUFjMhMgI0JiIGFBYyATU0JiMhIgYdARQWMyEyNhE1NCYjISIGHQEUFjMhMjYRNTQmIyEiBh0BFBYzITI2AREUBiMhNTQmKwEiBh0BITU0JisBIgYdASEiJjURNDYzITIWBAASKVA5BjAbLCoqKiwbMAY5UCkSSjYCADZThbyFhbwEIhIO/cAOEhIOAkAOEhUP/cgPFRUPAjgPFRIO/cAOEhIOAkAOEgEAXkL+oBIOQA4S/QASDkAOEv6gQl5eQgbAQl4BVYBrYzkEHA8UCQkUDxwEOWNrgFUCP7yFhbyF/uZADhISDkAOEhIBEjgPFRUPOA8VFQELQA4SEg5ADhISAU77QEJeYA4SEg5gYA4SEg5gXkIEwEJeXgAABwAA/4AIAAWAABkAIQAxAEEAUQB1AIUAAAAUBiMhIiY0PgIzHgQyPgM3Mh4BAhQGIiY0NjIBFRQGIyEiJj0BNDYzITIWNRUUBiMhIiY9ATQ2MyEyFjUVFAYjISImPQE0NjMhMhYTETQmIyEiBhURFBYzITU0NjsBMhYdASE1NDY7ATIWHQEhMjYTERQGIyEiJjURNDYzITIWBABKNv4ANkoSKVA5BjAbLCoqKiwbMAY5UCmLhbyFhbwEIhIO/cAOEhIOAkAOEhUP/cgPFRUPAjgPFRIO/cAOEhIOAkAOEoATDflADRMTDQFgEg5ADhIDABIOQA4SAWANE4BeQvlAQl5eQgbAQl4B1YBVVYBrYzkEHA8UCQkUDxwEOWMBu7yFhbyF/WBADhISDkAOEhLuOA8VFQ84DxUV9UAOEhIOQA4SEvwyBMANExMN+0ANE2AOEhIOYGAOEhIOYBMEzftAQl5eQgTAQl5eAAAAAAMAAP8ABwAGAAAPABcAKAAAJS4BJw4BIiYnDgEHFgQgJAIQJiAGEBYgABACBgQjIiQmAhASNiQgBBYF8xaDd0O5zrlDd4MWagFKAX4BSonh/sLh4QE+AuGO7/60t7b+tPCOjvABTAFsAUzwxZvNEEpTU0oQzZuWr68CsgE+4eH+wuEBNv6U/rXxjo7wAUwBbAFM8I6O8AAAAwAA/wAHAAYAABAAJAAsAAAAIAQWEhUUAgYEICQmAhASNgE2NTQCJiQgBAYCFRQXEjMWIDcyJhAmIAYQFiACygFsAUzwjo3w/rT+kv60746O8ARtlXrO/uT+yP7kznqVQvCDAWyD8Knh/sLh4QE+BgCO8P60trX+tPCPjvEBSwFsAUzw+0fN+pwBHM56es7+5Jz6zQFHgIChAT7h4f7C4QAAAAADAAD/AAYABgAAHwAnADcAAAEeBBUUBiMhIiY1ND4DNyY1ND4CMh4CFRQAIAYQFiA2EBMyNjU0AicGICcGAhUUFjMEsS9VXUIsyI38qo3ILEJdVS9PUYq90L2KUf6f/sLh4QE+4StYfZ2Tkf6CkZOdfVgC8A4wYoXTg5rb25qD04ViMA59k2i9ilFRir1okwIT4f7C4eEBPvrhj2bvARQHf38H/uzvZo8AAAAABAAA/wAFAAYAABEAGQAjAD0AAAAUBiMhIiY0PgIzFjI3Mh4BAhQGIiY0NjIBESERFBYzITI2ExEUBiMhIiY1ETQ2MyEVFBY7ATI2PQEhMhYEAEo2/gA2ShIpUThQ2FA4USmIh76Hh74BofwAEw0DwA0TgF5C/EBCXl5CAWASDsAOEgFgQl4BVoBWVoBsZDlLSzlkAbm8hYW8hfugBWD6oA0TEwXN+kBCXl5CBcBCXmAOEhIOYF4AAAgAAP+ACAAFgAATABsAKwA7AEsAWwBlAHUAAAE0LgIjBiInIg4CFRQWMyEyNgI0JiIGFBYyATU0JiMhIgYdARQWMyEyNgE1NCYjISIGHQEUFjMhMjYlNTQmKwEiBh0BFBY7ATI2ETU0JiMhIgYdARQWMyEyNgEhNTQmIyEiBhUhERQGIyEiJjURNDYzITIWA4APIkQvQLhAL0QiDz8sAaosP4BwoHBwoARwEg79QA4SEg4CwA4S/oASDv7ADhISDgFADhIBgBIOwA4SEg7ADhISDv1ADhISDgLADhL5gAcAEg75QA4SB4BeQvlAQl5eQgbAQl4BRDZdVzJAQDJXXTY3TU0Bo6BwcKBw/uBADhISDkAOEhIBDkAOEhIOQA4SEg5ADhISDkAOEhIBDkAOEhIOQA4SEgFuYA4SEg77QEJeXkIEwEJeXgAIAAD/gAgABYAAEwAbACsAOwBLAFsAZQB1AAABFAYjISImNTQ+AjMWMjcyHgICFAYiJjQ2MgEVFAYjISImPQE0NjMhMhYlFRQGIyEiJj0BNDYzITIWBRUUBisBIiY9ATQ2OwEyFjUVFAYjISImPQE0NjMhMhYTESERFBYzITI2ExEUBiMhIiY1ETQ2MyEyFgOAPyz+Viw/DyJEL0C4QC9EIg+AcKBwcKAEcBIO/UAOEhIOAsAOEv6AEg7+wA4SEg4BQA4SAYASDsAOEhIOwA4SEg79QA4SEg4CwA4SgPkAEw0GwA0TgF5C+UBCXl5CBsBCXgFEN01NNzZdVzJAQDJXXQHWoHBwoHD9oEAOEhIOQA4SEvJADhISDkAOEhIOQA4SEg5ADhIS8kAOEhIOQA4SEvyyBGD7oA0TEwTN+0BCXl5CBMBCXl4AAgAd/wAG4gYAABoAQQAAARACIyICERASMzI3LgQjIgcnNjMyFhc2ATMWDgMjIi4CJwYjIiQmAjU0EjYkMzIeAxUUAgceATMyNgTn0uHe0NDeSjkWIjY1SSkuITFpq4SnQ0MBhnUDCitJjVxHd1xCIWFslv7j3YeH3gEdlXnrx5lWoYovXTo9QgLtAT4BOf7G/sP+xP7JESs8RisdEGFbbGWV/oUbUG5bQSZKUjcbdMkBKamqASvKdEiMvfmJvv7Fa0ZJSwAAAAAEAAD/ZQkABZsAIAAuAJkAvwAABRQGIyInJicCERATPgEzMhYVFAcGBwYVEBcWFx4EJRQGIyEiJjU0NjMhMhYDFAcOAQcGIyImNTQ+AjU0JyYjIhUUFhUUBiMiNTQ2NTQnLgEjIg4BFRQWFRQOAxUUFxYXFhcWFRQjIicuATU0PgM1NCcmJyY1NDMyFx4EFxQeBTMyNjU0JjQzMhceAQUQBw4DIyImNTQ+ATc2ETQmJyYnLgU1NDYzMhcWEhcWAcUgFQEMP2Ph1SdwJhMgP2Ixd3syVgIZDhQJBT8jHfvHGiYjHQQ5GibXQxlZJxALBxAmLiYjHREDDysXQgMKDToWBQQDICY2NSYqHTIQAQESBht3mDFHRjEZHRsTKTI8KTwnHBAIBgMICgwRChccKAobQkg9AtOKEzpOVCAQHjpPCbcpNDppAhYLEwsIIBNGfmJgDAJlFSEDD30BHAGIAVUBETNpGxMbP2ZSx/r+59JVWAMaEBkWfB0nJhodJyYCSYZjJlEUCgwGCSoyVS5MNioFDC8NFhpMDzoPGRUZOQEEBAIwHiU+Li4+JWI+KxQFBQIDEAsrwXo3eW1sdzQ1KTAQCQwUHRMzM0pAMAEhESEVFgscFxlUFEZMoIf+7uUgUF09HxAPR1ML5gEtg9Brd20DFQwXERQJEyGpg/7krCoAAAIAAP8ABwAGAAAYACgAACUTNiYHAQ4BFh8BATYXFgcBOQEHMj8BFxYAEAIGBCAkJgIQEjYkIAQWBKWTCScg/KAdFRAY3QIBFQsHC/5hEBcWbOBAAmyO8P60/pT+tPCOjvABTAFsAUzw5QK1LCYM/rMLHBkHRQFDDggFCv6J5BZopSQCm/6U/rTwjo7wAUwBbAFM8I6O8AAABgAA/wAEAAYAAA0AHwAvADMANwA7AAAlFAYiJjU0NjcRMxEeARc0JicRNCYiBhURDgEVFBYgNjcUACAANTQ3ETQ2IBYVERYTFSM1ExUjNRMVIzUCgHCgcEY6gDpGgEQ8cKBwPES7AQq7gP75/o7++YC7AQq7gIDAwMDAwMBQcHBQPGQVA4v8dRVkPE2GLQMAUHBwUP0ALYZNhbu7hbn++QEHubaDAseFu7uF/TmDAYqAgAEAgIABAICAAAAGAAD/AAQABgAADQAfAC8AMwA3ADsAACUUBiImNTQ2NxEzER4BFzQmJxE0JiIGFREOARUUFiA2NxQAIAA1NDcRNDYgFhURFhMVIzUTFSM1ExUjNQKAcKBwRjqAOkaARDxwoHA8RLsBCruA/vn+jv75gLsBCruAgMDAwMDAwFBwcFA8ZBUCi/11FWQ8TYYtAwBQcHBQ/QAthk2Fu7uFuf75AQe5toMCx4W7u4X9OYMBioCAAQCAgAEAgIAAAAYAAP8ABAAGAAANAB8ALwAzADcAOwAAJRQGIiY1NDY3ETMRHgEXNCYnETQmIgYVEQ4BFRQWIDY3FAAgADU0NxE0NiAWFREWExUjNRMVIzUTFSM1AoBwoHBGOoA6RoBEPHCgcDxEuwEKu4D++f6O/vmAuwEKu4CAwMDAwMDAUHBwUDxkFQGL/nUVZDxNhi0DAFBwcFD9AC2GTYW7u4W5/vkBB7m2gwLHhbu7hf05gwGKgIABAICAAQCAgAAABgAA/wAEAAYAAA0AHwAvADMANwA7AAAlFAYiJjU0Njc1MxUeARc0JicRNCYiBhURDgEVFBYgNjcUACAANTQ3ETQ2IBYVERYTFSM1ExUjNRMVIzUCgHCgcEY6gDpGgEQ8cKBwPES7AQq7gP75/o7++YC7AQq7gIDAwMDAwMBQcHBQPGQVi4sVZDxNhi0DAFBwcFD9AC2GTYW7u4W5/vkBB7m2gwLHhbu7hf05gwGKgIABAICAAQCAgAAAAAAGAAD/AAQABgAACQAbACsALwAzADcAACUUBiImNTQ2MhYXNCYnETQmIgYVEQ4BFRQWIDY3FAAgADU0NxE0NiAWFREWExUjNRMVIzUTFSM1AoBwoHBwoHCARDxwoHA8RLsBCruA/vn+jv75gLsBCruAgMDAwMDAwFBwcFBPcXFPTYYtAwBQcHBQ/QAthk2Fu7uFuf75AQe5toMCx4W7u4X9OYMBioCAAQCAgAEAgIAAABAAAP8AB4AGAAAmAC4ANgA+AEYATgBWAF4AZgBuAHYAfgCGAI4AlgCeAAABFhQHAQYiLwEmND8BLgE3JiMiBhURIRE0PgIzMhYXNhYXNzYyFwIyFhQGIiY0BCImNDYyFhQ2MhYUBiImNAQyFhQGIiY0BDQ2MhYUBiIkMhYUBiImNAQyFhQGIiY0BCImNDYyFhQ2MhYUBiImNAQiJjQ2MhYUNjIWFAYiJjQEMhYUBiImNCQyFhQGIiY0BjIWFAYiJjQGMhYUBiImNAWZCgr9jgoaClIKCixIEzhKZmqW/wBRir1oar5HXs5SLAoaCiE0JiY0JgFaNCYmNCamNCYmNCb9pjQmJjQmAQAmNCYmNAEANCYmNCb9pjQmJjQmAVo0JiY0JqY0JiY0Jv7aNCYmNCamNCYmNCb+pjQmJjQmASY0JiY0Jlo0JiY0Jlo0JiY0JgUHChoK/Y4KClIKGgosW+hjR5Zq+wAFAGi9ilFSSicdQSwKCv6nJjQmJjRaJjQmJjRaJjQmJjRaJjQmJjQ0NCYmNCaAJjQmJjRaJjQmJjRaJjQmJjRaJjQmJjTaJjQmJjRaJjQmJjRaJjQmJjQmJjQmJjRaJjQmJjRaJjQmJjQAEQAA/wAHAAYAAB0AJQAtADUAPQBFAE0AfQCFAI0AlQCdAKUArQC1AL0AxQAAARUUBxUUBisBIiY9AQYjISInFRQGKwEiJj0BJj0BABQGIiY0NjI2FAYiJjQ2MiYUBiImNDYyFhQGIiY0NjImFAYiJjQ2MiYUBiImNDYyARUUBiMhIiY9ATQ2OwERNDYzMhc2Fhc3Nh8BFgcBBi8BJj8BLgE3JiMiBhURITIWABQGIiY0NjImFAYiJjQ2MiYUBiImNDYyFhQGIiY0NjImFAYiJjQ2MiYUBiImNDYyFhQGIiY0NjImFAYiJjQ2MhYUBiImNDYyBoCAEg5ADhI/Qf0AQT8TDUANE4ACQBIcEhIcUhIcEhIcLhIcEhIckhIcEhIcLhIcEhIcLhIcEhIcBFISDvlADhISDmCWamxMLmgpFgsLKgsL/sYLCyoLCxYkCRwlMzVLBeAOEvyAEhwSEhwuEhwSEhwuEhwSEhzSEhwSEhwuEhwSEhwuEhwSEhzSEhwSEhwuEhwSEhySEhwSEhwBwMCpdcIOEhIOdhYWbhEXFxG6danAAa4cEhIcEi4cEhIcEi4cEhIcEhIcEhIcEi4cEhIcEi4cEhIcEv3gQA4SEg5ADhICgGqWThMOIBYLCyoLC/7GCwsqCwsWLnQyI0s1/YASAcAcEhIcEi4cEhIcEi4cEhIcElIcEhIcEi4cEhIcEi4cEhIcElIcEhIcEi4cEhIcEhIcEhIcEgAAAAQAAf8ABgAF/gANAEAASABxAAABFAcGBwYgJyYnJjU0IAEUAAcGJjc2NzY3Njc2EjU0AiQHDgMXFhIXFhcWFx4BFxYGJy4BAjc2EjYkNzYEFhIEFAYiJjQ2MgEUBgcGJicmJyY3PgE1NC4BBw4BBwYWFxYHBgcOAScuATc+Ajc2HgED4hEfGBb+/BYYHxEBwAIe/vTYCA4BBwMEAgEIn8G2/si1fOKhXwEBxJ8HAgMDAQgCAQ8IlOJ5CAd2vwEDj6QBL9uD/eKDuoODugGja10IEAIGFwcKOkJ1xnGFwA0KQ0EKBxgFAhAIX2sCA4TegpD4kQFYVm/XYlpaYtduV6gBAPD+fFYDDAkwEiAPCQNRATK4tAEtqAoHbK3nfbj+z08DCRUYCS8MCQwEOt8BMaePAQXBegkKcdD+2yW6g4O6g/8AetVHBggKNCgKCjaSUm+6YQwPxIVcqDwKCik0CQgGStp9g+KJBgeG8QACAAD/gAcABYAAAwATAAAlIREhAREUBiMhIiY1ETQ2MyEyFgEABQD7AAYAXkL6QEJeXkIFwEJegAMAAWD7QEJeXkIEwEJeXgABAAD/gAcAAYAADwAAJRUUBiMhIiY9ATQ2MyEyFgcAXkL6QEJeXkIFwEJe4MBCXl5CwEJeXgAAAAMAAP8ACAAGAAADAAwAJgAAKQERKQIRIREzMhYVAREUBiMhERQGIyEiJjURNDYzIRE0NjMhMhYBAAMA/QAEAAIA/QBgQl4DAF5C/aBeQvxAQl5eQgJgXkIDwEJeAgADAP8AXkICAPxAQl7+oEJeXkIDwEJeAWBCXl4AAAACAAD/gAcABYAAIwAzAAAlNzY0LwE3NjQvASYiDwEnJiIPAQYUHwEHBhQfARYyPwEXFjIBERQGIyEiJjURNDYzITIWBJeSCgrp6QoKkgoaCunpChoKkgoK6ekKCpIKGgrp6QoaAnNeQvpAQl5eQgXAQl7XkgoaCunpChoKkgoK6ekKCpIKGgrp6QoaCpIKCunpCgQT+0BCXl5CBMBCXl4AAwAA/4AHAAWAACMAJwA3AAABBwYiLwEHBiIvASY0PwEnJjQ/ATYyHwE3NjIfARYUDwEXFhQBIREhJREUBiMhIiY1ETQ2MyEyFgTpkgoaCqmpChoKkgoKqakKCpIKGgqpqQoaCpIKCqmpCvwNBQD7AAYAXkL6QEJeXkIFwEJeAamSCgqpqQoKkgoaCqmpChoKkgoKqakKCpIKGgqpqQoa/s0EAGD7QEJeXkIEwEJeXgACAAD/AAcABgAAAwATAAAJASEBABACBgQgJCYCEBI2JCAEFgQuATL9cv7OBWCO8P60/pT+tPCOjvABTAFsAUzwAWYCNP3MAdD+lP608I6O8AFMAWwBTPCOjvAAAAcAAP8ABwIGAAAHABMAIwAuAEMAxADUAAABJg4BFxY+AQUGIicmNDc2MhcWFBcHBiIvASY0PwE2Mh8BFhQnBiInJjQ3NjIWFCUOAScuAT4CFhceBw4BEzYuAicuAQc+AR8BNic+AS8BPgE3NiYnJgYHDgEeARcuAScmNyYnIgc+AT8BNCcuAQYHNjcGHgEXBgcOAQ8BDgEXFhcGBwYUFjc+ATcuAgc+BDMWNzY1NCcWBw4BDwEOBRYXJicOBBYXFjYSNz4BNxYXFjc2EhACBgQgJCYCEBI2JCAEFgULDygMCw40EP5aCBcHCAgHFwgHniMMIw0mDAwjDCMNJgx5BxcIBwcIFhABiyKTNiYuBEpNQCYCFgcTBg4DBQMHwwMXICIGKFhFEyoMDAIkBgEDAys4BgpqVDxsHB4HJDMfLVYOHDwQDTInEy4NDQ0KLTENAgIHASUeGRYjZSIhWrYQAQoPDxUrKilIEwIJIBEXOBgfFQ0OCAcoagUBHA0NBB4WHxMPAgkjAhYZKhMODRMtxrcfVnYbL2toPyf2jvD+s/6U/rPwjo7wAU0BbAFN8AQkEREoEhEFJNQICAgWBwgIBxZSIw0NJg0iDSMMDCcMI3YICAgWCAgQFlpAKyYcTWJWFB4kAhUGFQoVDxYUGP4SFB0OFApHNxANCwEBLS0UKQoKGFIyVIUKBzMxM2RKNg8EQDhschULExgaAQEyHBUPFh0EAxxfizUOFhBtLy4it0cQCwwSGToWERM9HgIGCQEFDwUHAQcpJTVmMGd0HSoGBgcyKT87Q0IeNhoYHjYmLCALGbIBCWA0fzhdVVMDAgF5/pT+tPCOjvABTAFsAUzwjo7wAAAAAQAA/wAGAAYAAEcAAAERFjY/AT4BPwEzAxMjJy4BJyYhERQWMyEyPgQ/ATMGAgcuAScjIQU1Nz4BNxMSJy4BLwE1BSEyNw4BDwEjJy4BIyEiBgIGZ7ElJUQtESFnDgdnHQ88Nlf+91daAWUjMT0vMioSXVkGMwWS6y0s/Yz+iH9DMQEIAwsCL0R/AXgCvovrBhAEBV0gH1ZG/dwcDwVJ/XEBBQMDAi1Ijv6+/sF/RDIBCP3UTksECxknPirYJf5SPQUGAQxmGQ0wNwKDAZLzPS4NGGYMG0T9XVx8eXURAAAHAAD/gAYABYAAEQAsADAAPgBTAGUAdQAAARUUFg4EIxEyHgMcAQUVFBYOAiMiJyY1PAM+AjMyHgMcAQUzESMBMxEjByYnIxEzERMzEwU0Jy4FIiMiKwERMjMWNicmBTU0LgIjIgc1IxEzNxYzMjYTERQGIyEiJjURNDYzITIWA5oBAQIFCA4JCQ4IBQIBPAEBBAsICQUEAwQGBQYIBQMB+956egGyap8cFAyeay1MKwGpBQMQEiAVKREVCARbFCSpOAMBAT0EDyIdLh91bgceLzIgtF5C+0BCXl5CBMBCXgLjtgQWCBAHCAMBNQIIAxAFFmN5ARcIDwYJCpsCCgcLBggDAwYGCwUO7gHY/igB2N2USf4oATj+yAE/DkMXEBkQDAUD/igBM5s+n4UdICMPIpr+KB4kPQMS+0BCXl5CBMBCXl4AAAAABQAw/wIISwX4AAwAFQAaAFMAjwAABSYnLgQnJicWAAEXLgEvAQYHFhMGBzY3ATQCJiQjIgQHBgc+Ax8BHgMHJg4CBx4CFxY+Aj8BPgEWFxYHBgUGJx4DHwEWNzYSEwYHBgIHBgcGJwYjIAADIiYjBh4CHwEWFy4DLwEuBiceAhc3Njc2NzY3PgE3NiQEFxYSBHcGBQ0ufmt1HxGeQgFS/l2oGSADBFQlBXorIiweBaB80/7en5P+9GoeDzyml4cpKCEoCQQDfsujekYEDzgie/m0kSUlFiMaBA410P79h7Ypioh9JyePeMPuSg4aRt/PMCJIWyQl/uX+RUoBBgIGESMlDQ4ILkdrMh0DAgU5KEIxMyIIEz+jQAILUymHHDUPIiCeASMBOZbc4sUBAwgeZG2rVwMi1f7WAjscTLc2NVKOQQIwQFQuFv6eoQEk1H1pYDpmM0EVBgQDAR0lJQoLFUJNPCRx8zoGKUJEGRgQCRMZYRhhJRQEYKFdQQsMFyZjAXwBCYdN0P7rcyELGgoDAVoBDQEyfWlbGhoMRiaJj4MqKgIVDxoYGxsMCh88CCCVjcqjc2McIg9KPCZOc/5GAAUAJf8MBtgF9AAXADAAQABXAG0AAAE2JicuAQYHBhYXHgIXHgc2AQ4CBCQuAQI3PgM3BhoBDAEkNzYHFAIUDgIiLgI0PgIyHgEFLgEsAQwBBgIXJgI+BB4CFx4BAzYAJyInJjceBA4DBz4DBT0dR1Y6h2USDA8jFx86GyQ/KyUYFA0LCgFxNMHs/vL++vC0ZwUBDwomBDNo8gFUAWABWnQUAvNRiLzQvIhRUYi80LyIAXBB5/7t/sv+2/7+tlAeMQVMjr3h7/bizkshOjwM/tf4CAICGn3SiGAVF2SR4Yhsu6FiAvAsqzknHRQbFwoFAwQPCg0lJSgkIRgNAf3Lf7phGDODwAEXpClXKXgN0P6G/v6aDKGkGw0EAh/QvopRUYq+0L6KUVGKBpPQYwhRsfb+pMehAS300pdlKRdVpHMyjv6B9AFYRAUFAwRclL3Rz7ySWQIeZJLPAAAAAAsAAP+ABgAGAAAPAB8ALwA/AE8AXwBvAH8AjwCfAK8AABMVIyI9ASMiPQE0OwE1NDMTFSMiPQEjIj0BNDsBNTQzExUjIj0BIyI9ATQ7ATU0MxMVIyI9ASMiPQE0OwE1NDMTFSMiPQEjIj0BNDsBNTQzJREUBiMhIiY1ETQ2MyEyFgEVFCsBFRQrATUzMh0BMzI1FRQrARUUKwE1MzIdATMyNRUUKwEVFCsBNTMyHQEzMjUVFCsBFRQrATUzMh0BMzI1FRQrARUUKwE1MzIdATMywHAQMBAQMBBwcBAwEBAwEHBwEDAQEDAQcHAQMBAQMBBwcBAwEBAwEASwOCj8wCg4OCgDQCg4AQAQMBBwcBAwEBAwEHBwEDAQEDAQcHAQMBAQMBBwcBAwEBAwEHBwEDAQAQCAEBAQIBAQEAEAgBAQECAQEBABAIAQEBAgEBAQAQCAEBAQIBAQEAEAgBAQECAQEBCg+kAoODgoBcAoODj7CCAQEBCAEBDwIBAQEIAQEPAgEBAQgBAQ8CAQEBCAEBDwIBAQEIAQEAAAAAABAC//AAZRBgAAkAAAAQcXHgEHDgEvARcWBiYnAyURFx4BDgEmLwEVFAYiJj0BBw4BLgE2PwERBQMOASY/AQcGJicmNj8BJy4BPgEXBS0BBQYjIi4BNj8BJy4BPgEfAScmNhYXEwURJy4BPgEWHwE1NDYyFh0BNz4BHgEGDwERJRM+ARYPATc2FhcWBg8BFx4BDgEjIiclDQElNh4BBgYep7oXDQ0OMhe6Nw0yRw1m/vHQEAIYISkQcCY0JnAQKSEYAhDQ/vFmDUcyDTe6FzIODQ0XuqcdGgkqHQE2AQ/+8f7KBAkbIgQaG6e6Fw0aNBa6Nw0yRw1mAQ/QEAIYISkQcCY0JnAQKSEYAhDQAQ9mDUcyDTe6FzIODQ0XuqcbGgQiGwkE/sr+8QEPATYdKgkaAaMhaw0zFxcNDWqgJjMKJQEsnP7H7hIqHxMIEoDWGiYmGtaAEggTHyoS7gE5nP7UJQozJqBqDQ0XFzMNayEGLi8hBj6dnT4BJCwqBSFrDTMuDg5qoCYzCiX+1JwBOe4SKh8TCBKA1homJhrWgBIIEx8qEu7+x5wBLCUKMyagag0NFxczDWshBSosJAE+nZ0+BiEvLgAAAAACAAD/AAcABgAAEgAmAAABNi4CJyYOAgcGHgIXFiQSCQEWEgcGAgQHBQEmAjc2EiQ3NiQFwQdQktB1dNulaQcHUJLRdZsBFKwBR/6jeHkKC7b+1Lb8GQFbeHkKC7YBLbanApoCX3bZoWUHB06Pz3V22aFlBwmIAP8EPf6kdf7Kprf+yMcZhAFbdAE3prgBOMcZFlgABgAA/wAHAAYAAAoADgASABYAJgA2AAABEyMLASMTJzcXBwEFAy0BFwcnJRcHJwQQAiYkIAQGAhASFgQgJDYSEAIGBCAkJgIQEjYkIAQWA7SjM6+rMbNOFfAV/kUBMIL+0AHa8GfvAX+/Ur4CPXzT/t7+wv7e03x80wEiAT4BItPsjvD+tP6U/rTwjo7wAUwBbAFM8AH8/rcBXv6iAXYhMWYyAmmC/tCCd2fvZlpRvlFeAT4BItN8fNP+3v7C/t7TfHzTAnf+lP608I6O8AFMAWwBTPCOjvAADAAm/wEHWgX/AFgAYgBsAHcAgQCrALcAwgDNANgA5ADuAAABLgMnJj4BJyYnJg8BDgMiLgEnLgYnJgYHDgMmJyYnJgYHDgMVBhY3PgE3NhI3PgEXFgcOAQcGFjY3PgI3NhcyBwYCBwYWFx4CNgQWBgcGJicmPgEBFg4BJicmPgEWAA4BJy4BNz4BFxYBFg4BLgE2NzYWExYCBwYnDgEmJwYHBiYnJicuAjY3LgE+ATc+AhYXNh4DBx4CBgEWBgcGJicmNjc2FhMWDgEmJyY2NzYWARYGBwYuATY3NhYBFgYHBiYnJj4BFgEWBgcGJicmNjc2FicWBgcGLgE+ARYFNgQvNC0DBUxKBQ5nLR4DBAIHAwcFBwMDDAYLCAsLBh4kGwEQCRUMCzYeKWoXEDIlKxZRRh4pEgeQBQYfDhsGAmIBBjNGFARTUAYUFR0EAn8HDDIxEURLMvxBBhAPDhkDAxAcAlcMByIpDAsHIin9FSQ/GhoMEhI/GhoFBBMMOEEmDBscQYRFNWxabRSBnj0MAWf0RzIDU3cqJj4kBDVqRCCGn7FHSIh5WC8GNEYVIPtyDgkUEzENDgkUEzGsBBIiHAQDExARHASlBBUUEyIIFRQUIf1sEA8cGz0QEA82PgL6BBAPDxkDAxAPDhm8DwkWFjYeCiw1AS4YFAEYGi+5sSdlAgERAgIBAwEDBAMCDQUKBQYDAQUQFwEPBw0CAhsNEi4qHI18kAFFZAQCGiENAXUICw4HDyYS8wsmJRcmCKifCR0BJhD++Rw1ZBgJDQMfqB4ZAwMQDw4aBv7aESkYCBERKRgIAzY2DBMSQBobDBIT/QEcQyYMOEIUEwwCQHH++Uw/A1BeBTcJAUctaElbDnGPoTo8iHJTCVV+ORc3FQdBX4dJEFJgZwJwFDEODgkUFDEODgkBBRAdCBMRERwEBBP8OxQiBAQVKCIFBBcDahs/EBAPGxw+IhD9VA8ZBAMRDg8aAwMQ4hY2EA8KLDYgCgAAABgBJgABAAAAAAAAAC8AYAABAAAAAAABAAsAqAABAAAAAAACAAcAxAABAAAAAAADABEA8AABAAAAAAAEAAsBGgABAAAAAAAFABIBTAABAAAAAAAGAAsBdwABAAAAAAAHAFECJwABAAAAAAAIAAwCkwABAAAAAAAJAAoCtgABAAAAAAALABUC7QABAAAAAAAOAB4DQQADAAEECQAAAF4AAAADAAEECQABABYAkAADAAEECQACAA4AtAADAAEECQADACIAzAADAAEECQAEABYBAgADAAEECQAFACQBJgADAAEECQAGABYBXwADAAEECQAHAKIBgwADAAEECQAIABgCeQADAAEECQAJABQCoAADAAEECQALACoCwQADAAEECQAOADwDAwBDAG8AcAB5AHIAaQBnAGgAdAAgAEQAYQB2AGUAIABHAGEAbgBkAHkAIAAyADAAMQA2AC4AIABBAGwAbAAgAHIAaQBnAGgAdABzACAAcgBlAHMAZQByAHYAZQBkAC4AAENvcHlyaWdodCBEYXZlIEdhbmR5IDIwMTYuIEFsbCByaWdodHMgcmVzZXJ2ZWQuAABGAG8AbgB0AEEAdwBlAHMAbwBtAGUAAEZvbnRBd2Vzb21lAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAE8ATgBUAEwAQQBCADoATwBUAEYARQBYAFAATwBSAFQAAEZPTlRMQUI6T1RGRVhQT1JUAABGAG8AbgB0AEEAdwBlAHMAbwBtAGUAAEZvbnRBd2Vzb21lAABWAGUAcgBzAGkAbwBuACAANAAuADcALgAwACAAMgAwADEANgAAVmVyc2lvbiA0LjcuMCAyMDE2AABGAG8AbgB0AEEAdwBlAHMAbwBtAGUAAEZvbnRBd2Vzb21lAABQAGwAZQBhAHMAZQAgAHIAZQBmAGUAcgAgAHQAbwAgAHQAaABlACAAQwBvAHAAeQByAGkAZwBoAHQAIABzAGUAYwB0AGkAbwBuACAAZgBvAHIAIAB0AGgAZQAgAGYAbwBuAHQAIAB0AHIAYQBkAGUAbQBhAHIAawAgAGEAdAB0AHIAaQBiAHUAdABpAG8AbgAgAG4AbwB0AGkAYwBlAHMALgAAUGxlYXNlIHJlZmVyIHRvIHRoZSBDb3B5cmlnaHQgc2VjdGlvbiBmb3IgdGhlIGZvbnQgdHJhZGVtYXJrIGF0dHJpYnV0aW9uIG5vdGljZXMuAABGAG8AcgB0ACAAQQB3AGUAcwBvAG0AZQAARm9ydCBBd2Vzb21lAABEAGEAdgBlACAARwBhAG4AZAB5AABEYXZlIEdhbmR5AABoAHQAdABwADoALwAvAGYAbwBuAHQAYQB3AGUAcwBvAG0AZQAuAGkAbwAAaHR0cDovL2ZvbnRhd2Vzb21lLmlvAABoAHQAdABwADoALwAvAGYAbwBuAHQAYQB3AGUAcwBvAG0AZQAuAGkAbwAvAGwAaQBjAGUAbgBzAGUALwAAaHR0cDovL2ZvbnRhd2Vzb21lLmlvL2xpY2Vuc2UvAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwwAAAAEAAgADAI4AiwCKAI0AkACRAIwAkgCPAQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETARQBFQEWARcBGAEZARoBGwEcAR0BHgEfASABIQEiASMBJAElASYBJwEoASkBKgErASwBLQEuAS8BMAExATIBMwE0ATUBNgE3ATgBOQE6ATsBPAE9AT4BPwFAAUEBQgFDAUQBRQFGAUcBSAFJAUoBSwFMAU0BTgFPAVABUQFSAVMBVAFVAVYBVwFYAVkBWgFbAVwBXQFeAV8BYAFhAWIADgDvAA0BYwFkAWUBZgFnAWgBaQFqAWsBbAFtAW4BbwFwAXEBcgFzAXQBdQF2AXcBeAF5AXoBewF8AX0BfgF/AYABgQGCAYMBhAGFAYYBhwGIAYkBigGLAYwBjQGOAY8BkAGRAZIBkwGUAZUBlgGXAZgBmQGaAZsBnAGdAZ4BnwGgAaEBogGjAaQBpQGmAacBqAGpAaoBqwGsAa0BrgGvAbABsQGyAbMBtAG1AbYBtwG4AbkBugG7AbwBvQG+Ab8BwAHBAcIBwwHEAcUBxgHHAcgByQHKAcsBzAHNAc4BzwHQAdEB0gHTAdQB1QHWAdcB2AHZAdoB2wHcAd0B3gHfAeAB4QHiAeMB5AHlAeYB5wHoAekB6gHrAewB7QHuAe8B8AHxAfIB8wH0AfUB9gH3AfgB+QH6AfsB/AH9Af4B/wIAAgECAgIDAgQCBQIGAgcCCAAiAgkCCgILAgwCDQIOAg8CEAIRAhICEwIUAhUCFgIXAhgCGQIaAhsCHAIdAh4CHwIgAiECIgIjAiQCJQImAicCKAIpAioCKwIsAi0CLgIvAjACMQIyAjMCNAI1AjYCNwI4AjkCOgI7AjwCPQI+Aj8CQAJBAkICQwJEAkUCRgJHAkgCSQJKAksCTAJNAk4CTwJQAlECUgJTANICVAJVAlYCVwJYAlkCWgJbAlwCXQJeAl8CYAJhAmICYwJkAmUCZgJnAmgCaQJqAmsCbAJtAm4CbwJwAnECcgJzAnQCdQJ2AncCeAJ5AnoCewJ8An0CfgJ/AoACgQKCAoMChAKFAoYChwKIAokCigKLAowCjQKOAo8CkAKRApICkwKUApUClgKXApgCmQKaApsCnAKdAp4CnwKgAqECogKjAqQCpQKmAqcCqAKpAqoCqwKsAq0CrgKvArACsQKyArMCtAK1ArYCtwK4ArkCugK7ArwCvQK+Ar8CwALBAsICwwLEAsUCxgLHAsgCyQLKAssCzALNAs4CzwLQAtEC0gLTAtQC1QLWAtcC2ALZAtoC2wLcAt0C3gLfAuAC4QLiAuMC5ALlAuYC5wLoAukC6gLrAuwC7QLuAu8C8ALxAvIC8wL0AvUC9gL3AvgC+QL6AvsC/AL9Av4C/wMAAwEDAgMDAwQDBQMGAwcDCAMJAwoDCwMMAw0DDgMPAxADEQMSAxMDFAMVAxYDFwMYAxkDGgMbAxwDHQMeAx8DIAMhAyIDIwMkAyUDJgMnAygDKQMqAysDLAMtAy4DLwMwAzEDMgMzAzQDNQM2AzcDOAM5AzoDOwM8Az0DPgM/A0ADQQNCA0MDRANFA0YDRwNIA0kDSgNLA0wDTQNOA08DUANRA1IDUwNUA1UDVgNXA1gDWQNaA1sDXANdA14DXwNgA2EDYgNjA2QDZQNmA2cDaANpA2oDawNsA20DbgNvA3ADcQNyA3MDdAN1A3YDdwN4A3kDegN7A3wDfQN+A38DgAOBA4IDgwOEA4UDhgOHA4gDiQOKA4sDjAONA44DjwOQA5EDkgOTA5QDlQOWA5cDmAOZA5oDmwOcA50DngOfA6ADoQOiA6MDpAOlA6YDpwOoA6kDqgOrA6wDrQOuA68DsAOxAJQFZ2xhc3MFbXVzaWMGc2VhcmNoCGVudmVsb3BlBWhlYXJ0BHN0YXIKc3Rhcl9lbXB0eQR1c2VyBGZpbG0IdGhfbGFyZ2UCdGgHdGhfbGlzdAJvawZyZW1vdmUHem9vbV9pbgh6b29tX291dANvZmYGc2lnbmFsA2NvZwV0cmFzaARob21lCGZpbGVfYWx0BHRpbWUEcm9hZAxkb3dubG9hZF9hbHQIZG93bmxvYWQGdXBsb2FkBWluYm94C3BsYXlfY2lyY2xlBnJlcGVhdAdyZWZyZXNoCGxpc3RfYWx0BGxvY2sEZmxhZwpoZWFkcGhvbmVzCnZvbHVtZV9vZmYLdm9sdW1lX2Rvd24Jdm9sdW1lX3VwBnFyY29kZQdiYXJjb2RlA3RhZwR0YWdzBGJvb2sIYm9va21hcmsFcHJpbnQGY2FtZXJhBGZvbnQEYm9sZAZpdGFsaWMLdGV4dF9oZWlnaHQKdGV4dF93aWR0aAphbGlnbl9sZWZ0DGFsaWduX2NlbnRlcgthbGlnbl9yaWdodA1hbGlnbl9qdXN0aWZ5BGxpc3QLaW5kZW50X2xlZnQMaW5kZW50X3JpZ2h0DmZhY2V0aW1lX3ZpZGVvB3BpY3R1cmUGcGVuY2lsCm1hcF9tYXJrZXIGYWRqdXN0BHRpbnQEZWRpdAVzaGFyZQVjaGVjawRtb3ZlDXN0ZXBfYmFja3dhcmQNZmFzdF9iYWNrd2FyZAhiYWNrd2FyZARwbGF5BXBhdXNlBHN0b3AHZm9yd2FyZAxmYXN0X2ZvcndhcmQMc3RlcF9mb3J3YXJkBWVqZWN0DGNoZXZyb25fbGVmdA1jaGV2cm9uX3JpZ2h0CXBsdXNfc2lnbgptaW51c19zaWduC3JlbW92ZV9zaWduB29rX3NpZ24NcXVlc3Rpb25fc2lnbglpbmZvX3NpZ24Kc2NyZWVuc2hvdA1yZW1vdmVfY2lyY2xlCW9rX2NpcmNsZQpiYW5fY2lyY2xlCmFycm93X2xlZnQLYXJyb3dfcmlnaHQIYXJyb3dfdXAKYXJyb3dfZG93bglzaGFyZV9hbHQLcmVzaXplX2Z1bGwMcmVzaXplX3NtYWxsEGV4Y2xhbWF0aW9uX3NpZ24EZ2lmdARsZWFmBGZpcmUIZXllX29wZW4JZXllX2Nsb3NlDHdhcm5pbmdfc2lnbgVwbGFuZQhjYWxlbmRhcgZyYW5kb20HY29tbWVudAZtYWduZXQKY2hldnJvbl91cAxjaGV2cm9uX2Rvd24HcmV0d2VldA1zaG9wcGluZ19jYXJ0DGZvbGRlcl9jbG9zZQtmb2xkZXJfb3Blbg9yZXNpemVfdmVydGljYWwRcmVzaXplX2hvcml6b250YWwJYmFyX2NoYXJ0DHR3aXR0ZXJfc2lnbg1mYWNlYm9va19zaWduDGNhbWVyYV9yZXRybwNrZXkEY29ncwhjb21tZW50cw10aHVtYnNfdXBfYWx0D3RodW1ic19kb3duX2FsdAlzdGFyX2hhbGYLaGVhcnRfZW1wdHkHc2lnbm91dA1saW5rZWRpbl9zaWduB3B1c2hwaW4NZXh0ZXJuYWxfbGluawZzaWduaW4GdHJvcGh5C2dpdGh1Yl9zaWduCnVwbG9hZF9hbHQFbGVtb24FcGhvbmULY2hlY2tfZW1wdHkOYm9va21hcmtfZW1wdHkKcGhvbmVfc2lnbgd0d2l0dGVyCGZhY2Vib29rBmdpdGh1YgZ1bmxvY2sLY3JlZGl0X2NhcmQDcnNzA2hkZAhidWxsaG9ybgRiZWxsC2NlcnRpZmljYXRlCmhhbmRfcmlnaHQJaGFuZF9sZWZ0B2hhbmRfdXAJaGFuZF9kb3duEWNpcmNsZV9hcnJvd19sZWZ0EmNpcmNsZV9hcnJvd19yaWdodA9jaXJjbGVfYXJyb3dfdXARY2lyY2xlX2Fycm93X2Rvd24FZ2xvYmUGd3JlbmNoBXRhc2tzBmZpbHRlcglicmllZmNhc2UKZnVsbHNjcmVlbgVncm91cARsaW5rBWNsb3VkBmJlYWtlcgNjdXQEY29weQpwYXBlcl9jbGlwBHNhdmUKc2lnbl9ibGFuawdyZW9yZGVyAnVsAm9sDXN0cmlrZXRocm91Z2gJdW5kZXJsaW5lBXRhYmxlBW1hZ2ljBXRydWNrCXBpbnRlcmVzdA5waW50ZXJlc3Rfc2lnbhBnb29nbGVfcGx1c19zaWduC2dvb2dsZV9wbHVzBW1vbmV5CmNhcmV0X2Rvd24IY2FyZXRfdXAKY2FyZXRfbGVmdAtjYXJldF9yaWdodAdjb2x1bW5zBHNvcnQJc29ydF9kb3duB3NvcnRfdXAMZW52ZWxvcGVfYWx0CGxpbmtlZGluBHVuZG8FbGVnYWwJZGFzaGJvYXJkC2NvbW1lbnRfYWx0DGNvbW1lbnRzX2FsdARib2x0B3NpdGVtYXAIdW1icmVsbGEFcGFzdGUKbGlnaHRfYnVsYghleGNoYW5nZQ5jbG91ZF9kb3dubG9hZAxjbG91ZF91cGxvYWQHdXNlcl9tZAtzdGV0aG9zY29wZQhzdWl0Y2FzZQhiZWxsX2FsdAZjb2ZmZWUEZm9vZA1maWxlX3RleHRfYWx0CGJ1aWxkaW5nCGhvc3BpdGFsCWFtYnVsYW5jZQZtZWRraXQLZmlnaHRlcl9qZXQEYmVlcgZoX3NpZ24EZjBmZRFkb3VibGVfYW5nbGVfbGVmdBJkb3VibGVfYW5nbGVfcmlnaHQPZG91YmxlX2FuZ2xlX3VwEWRvdWJsZV9hbmdsZV9kb3duCmFuZ2xlX2xlZnQLYW5nbGVfcmlnaHQIYW5nbGVfdXAKYW5nbGVfZG93bgdkZXNrdG9wBmxhcHRvcAZ0YWJsZXQMbW9iaWxlX3Bob25lDGNpcmNsZV9ibGFuawpxdW90ZV9sZWZ0C3F1b3RlX3JpZ2h0B3NwaW5uZXIGY2lyY2xlBXJlcGx5CmdpdGh1Yl9hbHQQZm9sZGVyX2Nsb3NlX2FsdA9mb2xkZXJfb3Blbl9hbHQKZXhwYW5kX2FsdAxjb2xsYXBzZV9hbHQFc21pbGUFZnJvd24DbWVoB2dhbWVwYWQIa2V5Ym9hcmQIZmxhZ19hbHQOZmxhZ19jaGVja2VyZWQIdGVybWluYWwEY29kZQlyZXBseV9hbGwPc3Rhcl9oYWxmX2VtcHR5DmxvY2F0aW9uX2Fycm93BGNyb3AJY29kZV9mb3JrBnVubGluawRfMjc5C2V4Y2xhbWF0aW9uC3N1cGVyc2NyaXB0CXN1YnNjcmlwdARfMjgzDHB1enpsZV9waWVjZQptaWNyb3Bob25lDm1pY3JvcGhvbmVfb2ZmBnNoaWVsZA5jYWxlbmRhcl9lbXB0eRFmaXJlX2V4dGluZ3Vpc2hlcgZyb2NrZXQGbWF4Y2RuEWNoZXZyb25fc2lnbl9sZWZ0EmNoZXZyb25fc2lnbl9yaWdodA9jaGV2cm9uX3NpZ25fdXARY2hldnJvbl9zaWduX2Rvd24FaHRtbDUEY3NzMwZhbmNob3IKdW5sb2NrX2FsdAhidWxsc2V5ZRNlbGxpcHNpc19ob3Jpem9udGFsEWVsbGlwc2lzX3ZlcnRpY2FsBF8zMDMJcGxheV9zaWduBnRpY2tldA5taW51c19zaWduX2FsdAtjaGVja19taW51cwhsZXZlbF91cApsZXZlbF9kb3duCmNoZWNrX3NpZ24JZWRpdF9zaWduBF8zMTIKc2hhcmVfc2lnbgdjb21wYXNzCGNvbGxhcHNlDGNvbGxhcHNlX3RvcARfMzE3A2V1cgNnYnADdXNkA2lucgNqcHkDcnViA2tydwNidGMEZmlsZQlmaWxlX3RleHQQc29ydF9ieV9hbHBoYWJldARfMzI5EnNvcnRfYnlfYXR0cmlidXRlcxZzb3J0X2J5X2F0dHJpYnV0ZXNfYWx0DXNvcnRfYnlfb3JkZXIRc29ydF9ieV9vcmRlcl9hbHQEXzMzNARfMzM1DHlvdXR1YmVfc2lnbgd5b3V0dWJlBHhpbmcJeGluZ19zaWduDHlvdXR1YmVfcGxheQdkcm9wYm94DXN0YWNrZXhjaGFuZ2UJaW5zdGFncmFtBmZsaWNrcgNhZG4EZjE3MQ5iaXRidWNrZXRfc2lnbgZ0dW1ibHILdHVtYmxyX3NpZ24PbG9uZ19hcnJvd19kb3duDWxvbmdfYXJyb3dfdXAPbG9uZ19hcnJvd19sZWZ0EGxvbmdfYXJyb3dfcmlnaHQHd2luZG93cwdhbmRyb2lkBWxpbnV4B2RyaWJibGUFc2t5cGUKZm91cnNxdWFyZQZ0cmVsbG8GZmVtYWxlBG1hbGUGZ2l0dGlwA3N1bgRfMzY2B2FyY2hpdmUDYnVnAnZrBXdlaWJvBnJlbnJlbgRfMzcyDnN0YWNrX2V4Y2hhbmdlBF8zNzQVYXJyb3dfY2lyY2xlX2FsdF9sZWZ0BF8zNzYOZG90X2NpcmNsZV9hbHQEXzM3OAx2aW1lb19zcXVhcmUEXzM4MA1wbHVzX3NxdWFyZV9vBF8zODIEXzM4MwRfMzg0BF8zODUEXzM4NgRfMzg3BF8zODgEXzM4OQd1bmlGMUEwBGYxYTEEXzM5MgRfMzkzBGYxYTQEXzM5NQRfMzk2BF8zOTcEXzM5OARfMzk5BF80MDAEZjFhYgRfNDAyBF80MDMEXzQwNAd1bmlGMUIxBF80MDYEXzQwNwRfNDA4BF80MDkEXzQxMARfNDExBF80MTIEXzQxMwRfNDE0BF80MTUEXzQxNgRfNDE3BF80MTgEXzQxOQd1bmlGMUMwB3VuaUYxQzEEXzQyMgRfNDIzBF80MjQEXzQyNQRfNDI2BF80MjcEXzQyOARfNDI5BF80MzAEXzQzMQRfNDMyBF80MzMEXzQzNAd1bmlGMUQwB3VuaUYxRDEHdW5pRjFEMgRfNDM4BF80MzkHdW5pRjFENQd1bmlGMUQ2B3VuaUYxRDcEXzQ0MwRfNDQ0BF80NDUEXzQ0NgRfNDQ3BF80NDgEXzQ0OQd1bmlGMUUwBF80NTEEXzQ1MgRfNDUzBF80NTQEXzQ1NQRfNDU2BF80NTcEXzQ1OARfNDU5BF80NjAEXzQ2MQRfNDYyBF80NjMEXzQ2NAd1bmlGMUYwBF80NjYEXzQ2NwRmMWYzBF80NjkEXzQ3MARfNDcxBF80NzIEXzQ3MwRfNDc0BF80NzUEXzQ3NgRmMWZjBF80NzgEXzQ3OQRfNDgwBF80ODEEXzQ4MgRfNDgzBF80ODQEXzQ4NQRfNDg2BF80ODcEXzQ4OARfNDg5BF80OTAEXzQ5MQRfNDkyBF80OTMEXzQ5NARmMjEwBF80OTYEZjIxMgRfNDk4BF80OTkEXzUwMARfNTAxBF81MDIEXzUwMwRfNTA0BF81MDUEXzUwNgRfNTA3BF81MDgEXzUwOQV2ZW51cwRfNTExBF81MTIEXzUxMwRfNTE0BF81MTUEXzUxNgRfNTE3BF81MTgEXzUxOQRfNTIwBF81MjEEXzUyMgRfNTIzBF81MjQEXzUyNQRfNTI2BF81MjcEXzUyOARfNTI5BF81MzAEXzUzMQRfNTMyBF81MzMEXzUzNARfNTM1BF81MzYEXzUzNwRfNTM4BF81MzkEXzU0MARfNTQxBF81NDIEXzU0MwRfNTQ0BF81NDUEXzU0NgRfNTQ3BF81NDgEXzU0OQRfNTUwBF81NTEEXzU1MgRfNTUzBF81NTQEXzU1NQRfNTU2BF81NTcEXzU1OARfNTU5BF81NjAEXzU2MQRfNTYyBF81NjMEXzU2NARfNTY1BF81NjYEXzU2NwRfNTY4BF81NjkEZjI2MARmMjYxBF81NzIEZjI2MwRfNTc0BF81NzUEXzU3NgRfNTc3BF81NzgEXzU3OQRfNTgwBF81ODEEXzU4MgRfNTgzBF81ODQEXzU4NQRfNTg2BF81ODcEXzU4OARfNTg5BF81OTAEXzU5MQRfNTkyBF81OTMEXzU5NARfNTk1BF81OTYEXzU5NwRfNTk4BGYyN2UHdW5pRjI4MAd1bmlGMjgxBF82MDIEXzYwMwRfNjA0B3VuaUYyODUHdW5pRjI4NgRfNjA3BF82MDgEXzYwOQRfNjEwBF82MTEEXzYxMgRfNjEzBF82MTQEXzYxNQRfNjE2BF82MTcEXzYxOARfNjE5BF82MjAEXzYyMQRfNjIyBF82MjMEXzYyNARfNjI1BF82MjYEXzYyNwRfNjI4BF82MjkHdW5pRjJBMAd1bmlGMkExB3VuaUYyQTIHdW5pRjJBMwd1bmlGMkE0B3VuaUYyQTUHdW5pRjJBNgd1bmlGMkE3B3VuaUYyQTgHdW5pRjJBOQd1bmlGMkFBB3VuaUYyQUIHdW5pRjJBQwd1bmlGMkFEB3VuaUYyQUUHdW5pRjJCMAd1bmlGMkIxB3VuaUYyQjIHdW5pRjJCMwd1bmlGMkI0B3VuaUYyQjUHdW5pRjJCNgd1bmlGMkI3B3VuaUYyQjgHdW5pRjJCOQd1bmlGMkJBB3VuaUYyQkIHdW5pRjJCQwd1bmlGMkJEB3VuaUYyQkUHdW5pRjJDMAd1bmlGMkMxB3VuaUYyQzIHdW5pRjJDMwd1bmlGMkM0B3VuaUYyQzUHdW5pRjJDNgd1bmlGMkM3B3VuaUYyQzgHdW5pRjJDOQd1bmlGMkNBB3VuaUYyQ0IHdW5pRjJDQwd1bmlGMkNEB3VuaUYyQ0UHdW5pRjJEMAd1bmlGMkQxB3VuaUYyRDIHdW5pRjJEMwd1bmlGMkQ0B3VuaUYyRDUHdW5pRjJENgd1bmlGMkQ3B3VuaUYyRDgHdW5pRjJEOQd1bmlGMkRBB3VuaUYyREIHdW5pRjJEQwd1bmlGMkREB3VuaUYyREUHdW5pRjJFMAd1bmlGMkUxB3VuaUYyRTIHdW5pRjJFMwd1bmlGMkU0B3VuaUYyRTUHdW5pRjJFNgd1bmlGMkU3BF82OTgHdW5pRjJFOQd1bmlGMkVBB3VuaUYyRUIHdW5pRjJFQwd1bmlGMkVEB3VuaUYyRUUAAAAAAAAB//8AAgABAAAADgAAABgAAAAAAAIAAQABAsIAAQAEAAAAAgAAAAAAAQAAAADMPaLPAAAAAMtPPDAAAAAA1DFouQ==?#iefix&v=4.7.0) format("embedded-opentype"),url(data:font/woff2;base64,d09GMgABAAAAAS1oAA0AAAAChpgAAS0OAAQBywAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGiAGYACFchEIComZKIe2WAE2AiQDlXALlhAABCAFiQYHtHVbUglyR2H3kYQqug2BJ+096zq1GibTzT1ytyoKAhnlGvH2XQR0B9xFqm6jsv/////kpDFG2w7cQODV9Pt8rYoUCGaTbZJgmyTYkaFAZFtCUREkKFtVPCsorbhAUNA1HuRggbAO2j72UBAaO+EokdExs/1s2/5o1Kiiwimf3Fl5lPJKaenrF62Fznwl24G3XqwUR4KiM7gSbp6V6LraldwKxM2QRIqecFxZciCUTN9Q9A6NG4N0pSnLEZjvE6c2UsJeIlMLTH7xWVLXQ1hSFQmKNIGO5kb6eVxbv+g3bqHirnwdc+C7jHEeo027jiVLyf8XLtu6DiwL+oT3+EzQdP8n9hCQyU0dLBEVY/eIK2L6xNeH50/9c/le2CSFhtd6Lgf1bcWgDPxoJmdi3vDhdu2H8wEOySeKDzajOrC7w/Nz622jYowx2KhtMCLHghqwvypWjKiNHqNjoyQsMEFUUFS0MRID+/SsPAvtO+3z0mAQ5rYn8UgOP/Fzzqk6kQ9ORJ+o/KkQSRGkJIwEVBSLW4GCYjSKEc38f+rs7yyvzrzX772jYmw2kboLSUzpaX3bjCbgNOOUbSwnyxbL8yO916Wzf1J3AaJidcC2LEuWC8YGm+J2iwPbCG1fLcDA5lxIi537jkhI/qrzk+oHxsI/mJbTbfMLOVCIrdgpOedKqIYkxr2InOex9Dj46Mfazs5+uTvEchWNbr89JBEatR+UTmRkbhshJ66m8OM7s/SsOJm8J9lOpu0eIX8tGAZKGcq20y7g2PqR7livPQwsEgQOkJseImA6GKL/Gw8JCSB7je+e3OC8EstLISefAKEtRkiUnAmJIyR+m1pfhLmdEBK1A041VlU4RsivHKKOJRRQ1Pvdq9rb+wYIDIZDcAgCJARRGaK0u9oQnXKs7KLKvZvuumu7a9obpzPZtxPROlIRJR4QtoEye/SH3qn1kh1oJbspOMkR9gD48QEPGApJTEuQNnb0I+37s+7+Biw70KY2h6BOmjLOaHa3Dw4I/u9/zf7rDE9Pkad0IxaFBuJ4VInvqkJmAp2ehHFeFiOcrp+WP3v+NWKKSeLgJS1XWpDruWKkQaMTDF7kMc3ZbjUZ+a7pitemTlGdWSf65t3NEpYE/JFTBNwYH6YhdCIgBmBiM+n3JZMH9O8zNbsCFNFmdjurndXObM6s7jmcOmpnZj9ncpv1cP94nyCAD3wS/CAkCCBlEpQcEpRaFCjFFCR3KFpyU5DodiubWtkcz9Zx9k2i7B6b7s3q3ZltPyZzW/bldJlTklNqjqc5nK/j9z+tfNrqDfHwxT5HDswGLBBiRNW3Xqn0ql6px90bOmyKM469TkGaYKs1C5wyNrMBTPlwU/IJQd+nL1XrCsLWmLS8s7QnOVy0p9WGdLiFEK8h3/b2+rca/RuBbAAGhSBQTVK0mpA5boAKzWAVEhMoyhBA0iBIeSlN0mRNyg2QHDXp1KQTSCfSkZoc8m1TPPro23Ema7wpXM97O+4xxcNt+QebONt74YvVWIQx3S0zx5qQkSmCQiiEkSz7JfWTELC2to0ExAsFBd3923efb36+mHTt8EhXOGyQ1FoRCXKk47//PWWzGuzfMSvmBwUvyY4xVz/WsHLuEg44OVBMxtIBPnVvOSDFGDEgdMOYq8N1Y6edke7EQLP5XUsUEFLvf2JO/7uSdvuTtNQaqqgouCKKg3nrvbt7HAxjrv+P5vNzY3qmGSaucDWn5QShLGqzbiCia07EIYMug25e9/hVdR8AQHz8GD92tT73B7kdudwckXIYVWHcSFIgCxqPEPq51/jVkQCT80kNRInfy4tRv71+cOkKgNyNOzu4bvn5jUwYFyShdPkJOgloRkNZoe3eVE+gRk4dTn59F/ExImCzqPyf2GHPB8sozT9IIBGXlocfxFyWzeV1yjATTNS19fEnte26vb7NlFBibm1Pv5jrtt39jb8CGEpsiz8CAQie5XOr5wWIMCwOOIx4yULy+va+QhnH5ZFGiRAUn1/fG1JpWh34/7fUfmUjFWqwEbF3/WhPYyomRjYMrFlxwZIFe4l9P8nzPvd1Hvu2LvM0Ds5oJQVnlGAEpybX5yC4yxIpqaxSNRjlSIx9saf/y6Swa9yp2xyQJ0qZ3k+/AEmI2xO2nV/vs38FkXFPYifWSMefAEJZRU2jAxw2yHaEgTWqEE5KDeUVAU+ITgcaRgtOeCgxkjoBXLrfq0Pga45joGI4BVH0CRNk4RhbTBQoZWwcKzJ1Le7QYdaYZKKONTuiTiTU9iKiSKqPEKtTRrpv6zJpqCKK2VyzaAQ3SYz2oDxTQ08CrRm4lsiQSKAe4kV3IQEuH9fp/SFCUxJDqmcexJ2JY+MOueRzKtWnc4koNW2UPXHGyoplovvxWZELJOtcPhBmTjiAcZeMeOojdgqlNnVt7wngGZ2wYNtOTS1KAFz0EEa3x3LpRAKAHrVa0zCTByMn6qWIbuwR0kdqTILahlgUG8qMokGqnfFnWXOZKrJZytwHx17ZtZg7ItgdJGhifz25FhnPmxOYMN52SDyXVnZ/gWObXwBcWYoD7KPodztkQhYCg4sDToOEMxshJM7n57Tn4t5JfFCYIH4TJhPkA2TFLsgDG9Sw6QItYQfz+mEZCSsrwhOSOboubVL46TTjY3mvnrkji1XVwkZX7gh1vQ3cCRdpL/Ccr5RmfoA03fBsg+sOWFP0OcOEG/cxRZ3wvTNAkP3aaxOI3BVAFycjo7y2Y6y92W7qqSC68RXvU187rCX77kmK0MEru/gu80wa2EMCeLHr7h4evvrqhrF3CdrNVtuCgIG6qOGkwMP5RXhmfkhgvekwH7whZJToQFF7T2gxiRcXsUjBtkbDq9V6cxqNN/Pdibazxpx0D3J2zOip0mudu4ZoZVMzt9uHdpk5hHF8q0+C75dLKZVVXPKWQdIlo7m7AsRvHntsPIbbS7j/up3NjqKkjmmzj/FI60eASYV6nT02mldXbzDr2Qt8Fd4lQfcaamREKSENgKlwd67I7l+Cs+s7uPGm22OXRCPp/8uBTZDA3k56nPIFtwRwsF6PQ0R43sJ4aimENU/IOfsNoWDR0kVEWO548Y0g3ZJHVcjA7cuvDsSZqgSp79baiZwuJQ23v7bOiLF+DOPx+j3/CBoWQxNvpikNRoQ388rnJFqk/Si3Z8Hrb0Ktpw3bxpzAQN7lJvLD2mXuewbq4uWOo6AIbKCwZopfxlJ4mU5bp10MrpsHOGAtM5lztKbBknt/UGoB3hm4V3VjOe+FuK6phBtbPh3qLZ8uRKLcjln6H/ebFQ+AHmSHDM/C2AeisisYXnuTrrlD7veJsW3gxNnwLKaxQE48spAd2tnQ+PKJrx9/Di6NlFbx5k3w2hFT7CvTXESeK6LaUqJ80Ta1C+IncVxU4N0CppXzHB45h0SEBlg8fyTtcImA3gciu+mFppL8JJvStwveLPlwH7tz+aVU084a3f6vYrv/1E5rSZEeX+ahYNXmCkboiB/qV5OfVv+UJdnRdwitfqmkxETUkNnCy90q87N4afIeuHlbclqqhwCZW1MltEeb3BhzYEY844WjhbOsIKLBVosr/vMhK62W9/WKuNiNizl5n2vFwWZikTgy3gZz3n1sO1spZSTE+IlUnYaWa62DkuApmnaPtqk5rAGE4xune9N1E/J1j3SPyN6zQEXj9D58Q/baPFw0JQiXUnbhDKW26eXE6Kra9EDXukPMOFyR+H4pFCNrfL65LmHrb6q62gO6MDBHlHEwHRQl8fzwE6GZaHCLqboNTP+c3iKMKz6O7Oa1JaoLXk3LiphOmnPTyAZxjrQ9lRKwD77u5eSmhrBLETRy5y0q7+cl6NpoI9clO3BQ6aaUaNZDPffO+traDZca5SYUKaliYYTGS0z4QL/5nuR0uiGifjLtU11yWWy6WjbQM9GeSt5vtJhPo1b1O7loJmdPNZJSVIgvffnB0sZ7rqXyFxdBWtImhxlT8+LZdNjK+ZzPAwvNrwHpolDq60OhpBSiMBMItLZELPtwYnDQt9R6KacgXYBJ9z4aAA5RXEJswSK6l14zUj5y/Sr7uwRDPsAeHoOn4Rd4UFW6eh6tfVkRPQIP9cyVFrx99dC2xxCaGQrnDRw2LWAvIkgLCm+FJpJEl0kw/0UyWGGJlS0fqXsONcCBmTwNLH2U0RNgYDb6x+0YkGppounYaW08VXVqWala+moOQlxAjGfLM0VqZnCW+JifOrra7eoQV9vHrp+62d+zjpyUznClxLMzYW+v+xGBMYhkYYv4IJwDt92rpf2ImUqC17I/IGrOcTeuvk3D5s5mZplZtWbLHNRzAh6wGySbnAmElUj9kRTmrGyllvW5v8CIlyglLptyBuPSdz8D8r5tPX4LgnmyY1mRYmcpPMtXhCAvVngW2muptJIk5/OPDELwcn7xhgGn0/A5E942jTDRJv6ZX3ZNAFnCJYST0p175kV/iTY8w+mVx8Lt2yWLJas0rYuO36BP3kDv807h+QihgqoiWrcY309Ee3UzUw+Mx1eLTbCVUqftM3M8w/UZp5HYsw2jgKbxsFxJDjCNqy6gxS0y3a3sz+OErTuvCeyDMNUOtn1Oqy9i9fYajk57hEmZs3xiX3LEZfidX3BTaYPjyhQPPhIn3HesNfzb+lJGLNGHiCUeU1mWhLvGV2ijNkxfaeyDoz2am75pMfEz/llJN064Q3CNScnwxJS+wxIoD6hyr769MKvde2qJGfe6hXKLS7yemeXQom8pbNnE9IczbmG/VDF/XKfDSRlFKOltvfeyvd+Dm5PCRPRs+qx/ZbOzx+Ykw4Xfd1ieiMxVrPwoQJWErvdN9WEibqwOLOQqdkezHZYcicyoE3i5iq4+lUfZDFOCEYOA7r1nwMyJIpRRy3akYhQwKnrbyFBF9HnByYmMPzevJBMLwY7Y8CWeHYlHh9LR5HDJZFnIJmbiByHt+8dhNpSOfKgIKb8OO3U3I8IzyTSQbUrEs9v4Cm/39olP+HCtyIGidjhqoOqZ/HgoS8svWtxkuwOKj3jJxYP9bTdW0V9cp2bXTOU3DHCbWPN6Fh7shUg3vi2rDpa1LCgxS0hirWWQqCxyLRkco6ARcKFMy+/G7aAzPeZUmALGMql0kTLZvFiWazqptLX/CFqANcDPcwWJDnAOiNJTc1SruAUa1es6Ll21t0QilECw9S22RbfMkQYhEJQTQY3wkTK6ybYt8EYZfbHLkoAyQseDko1RGpnVF+AFKXTFw6d82iM0hHzcXPfjqIDwyGC3ZmMQLLafI9QHZ4npMTrZLdYWq6G5dHkXINtd+4eY4OQyr1p+ArGEAC4p4+mu8/Sz1wLHjODWHrWh3CVSpUuNmKu/KHmQAmCROJa2QxrXx9aN+rfL93qTuh2KSy1OjgyE8wEO9WBeK6b1i55uCKKoizO528+0GP4C5fSAnRaVVIHyM4J0UeHYo6kGCDQ8PjpKMMOIJeXdkVphYmDovQPqds2s/IZh9lQvWgEC+hScYd6dx9CTSWkJm1cxkBb88f2DX6mQED4pw/qXvkgilIr54+lwkusLg3w3bRRGtV5az81+ZosRFzBK8epeAMlJkRfcM1a5IekYpdx70zxlzC89znBg2tcM3nGtngA4XvbU2dPBSzjM60/NOfZ3MNPqWpC0fB6K3AR2P5FuwxQJ4Awzl4FmgSH9y9+30X6V/FSKIB+n5B37wcryIErTm6X7hAcRHN811wvBcKaPFLpWCbzfM4fLq7jF1/MPLj3G8czugS19p9xbzmflUuE1q/Od827so0I44ZH3g5kzLrsI0jgUCVlnoSMw3ya4va9ThC8uZmdcChpF4mbnfQ6QyCxrh6KU6ZNn/AYU+yQDuT9YWZMHKo/6lKm6Ebwxr5BwrZdFKL/X6/JSU5KkUbqYdJ7uAzYsoFHjalwI8OM8CC9dTq5z+80dpTvNJwwYSFhdjkWYMh45kIdkpmtZ/Q3ZapCOwlI20dTt9wNREiGYygDq7vcgVoa7mQolIggVXtBgl04zT/KMog/6hoOsW/EddjrgyoQ62ehe2pxy17/nEUDq0uwKjUbFX67XEeUBCE5jzELSF/H9wzhwo1xpr6K11zfP7otn5a0DKu6P0c39LINDq50awg7hW4c2tFSSP7q6tRaFJfJ6+8VAAQYYakFwQk418J4iNFSepeD0IpZ9MHVK9IePnpbInH4z9h7ZDtF7fQJ1V/aM4O5Nkx5q+jnILYJdE/WrnRGZJ2xTsiAv8FI+PKUr50+fldvYH2VCI5VCY9Ia2cAC6GpMXBESo8QtvlpolVvX+kk8jar8D/GEGHGodt5+lmtdm0fDztVURL8/U6nL2dYvGsYt1Ncl3ZKJlNnoNwyI/nemaXxDFstJocRx8XdjqIBXAZsUeAyasSDPDC83BIF4rIJITy+u5bUd8G9dkZ4PlEddinmP34Pr/If7I4WHHzepj2LN4ySTdMccqlLbJCAGvpjpf13jtGE3G81Go9Gur7KPLG4hcsvfSXwywBC847g46pJ4/zbnmWdTpmixCbKTUl5ek0Qu+HiKTdFNUz/mvJ4nR/oj/H7hK52susTsCHY0imQhRnlU3DnxLbJmVmE3aPtCrssXNP6rn5boFyypMrzGicT9FSZ2VEhNcXDwNBQ/AlJctL2yqr5YYTyR2DQQ7pYcQE1prEjURF++6AmbRRFnqs9SiXmxTZrT0WxU/tigSt2uDauWeQ9jys4imUhK9CwgNop19i/atJviDq2dBMAPi5TpiXmOAJdWy9nmbkpu259IXFDFUqNCZHzTFDS5X+iOJGvunMvGwMYuuZp3EuqWyhvCmRQBSaBwU739JOT8HJZ8fWrO1vQ5yNrkpOkTw/4RoW2HfIMx0d+Ynre3/G6+OTODOb4fAevurJDUNXECU/p8hpufeFftORPa3OzN6kKyllZaIbqZuMttp0sv+0xuO2mr7nWz7STmFSrOdDMQ1s22E4zXQH0AFLCktEJ79Vnv4rjkn9SRlBR6qzJK53VA32H3FlwZTfuJhw5SN2+z8xhkeuigFaigm2Wz8jfeLyQ0XV6Vwb8ya4ocaCSMEz0cJQCJ5THuSedC0tiDIIPPSHwIAvhOLlvJTVwLTJeM+2La7drpMU1n5vIaOp1OVi5fMLEALJ4rFuEsuKRo3XQ3tGw4jXN+SVZeDU7ly7xN8rLDf/jYkWrk3NmDLaIJb9yuxa9R5MFvEFttf4igauk9cgOc/G0+8X56NCRNmuEXG316INXvm4BzAItoIiKeh+x1N7dWe1LDu92mALhPES2ehUQ5VtbZpWeGScqOS+xMZ9u2QhD/VA+o81C1J4dLF8/KzKbvCg5xVwWE1pLzM2W2s6USBP9w5IYmkJaI25KJ5kyLGGhws6qn1U6DYVOuowx3+aEKJpjU4oU7ZSiHLC0CN3bKeKMtv9t3JFepF89uWPNVn56HhbiJ6vfGdDiJmxG1kZkDWecRiro/S02fY3S7WdiDvnAq1YeO+okFi+It7YQc7svQkWZMrHzCW25MiuecDX00iXs12RjpoKCjM+GnjB0VC4huirCUJCQsK6NETgfUhC1I7VY+mNdIpo6Y2vlPc1wItwX/lS3RO8BXNgBO+JVNid04sp1GaZWR1Du+jaU3GWvzMrE2JQLWkswPHGFdLDohjcqy2r1FLB2f3ntVhP4BC25hd7ux+YVOZ6GGLq3ySQc5cjpqoIQV/5KMGrA8SRNFtTHwYCRgTGJyx5KEgded6s5dEeV44h05PVIZdiYqUTXogAQwen8e88v4eTyI4AHqg2BNfPbUmZpkT4bZpWlaruMZxSSu7hm7KyMeS0jIRgqNw+nE6u2+gwCnjgnuyBj4iR+njyktCb4GOk0ky3ljoK5FwCVBaZWSBTJdlpgIzGzltqiQiRyaGc04hkkavHmy0gVaF0dKs4MaogauXNUeMhrWmVhiGL9Mvvbwn0nCQS39R3JSACHNMKAToNtMK8BRaKpT81nU0hPX8lO/Nf1fHtgopQYOcG9GmqdUiYcRryNrHE7bvupsfHKHbgazZNdIoAceltx5E9uK5vnu5Mgm24YXeONwsMH34eVb6RY4RxqG/tlkdKyirKOxeuywg9mmBgk4tLRCva5LUCJAMmWMZQPmlAuseeYeeOenHtpqvbicBpVKS8KIaMFYxaxC7H3qEaY2CPnDov+1YD+1aRCRKrxbOWUrYtFWTO9hTM2ZE7Omn+lkDAJCWXAus8+ICsZuXDTs57OFxqSK3B6NZOwRPHeg31ciBgXP0z8gnye5TyUSj2EBMhlO/zkfi60sud+fobYP6iGbxeJ/LtN5f5da+a8l8jT2VcT1XvrLdaDPhuJnoCkCTSWWAOdD9c4aVumpB5qeyk0hetQmkJ287dl8FkTCLKZp9X5SLCWx+nxPIr772Qzkzx1oXDMrf6Py/GGrvRqc4ucEgIOeBYjQaTiTgh5cFCQDITGZTIrlYTZztg16EitNwlKtYufSF18Ka+C1dstqxN3pjRtV+K/oo5ItgsNqWPpHdB+VC5i/wKaVYph+iMuawJMb6pa6d3TR+a2KzZ2nUxJrUNYy/4ygKD1jdnTzoiKeWzOZyRcmtq1o6kROBYgIPbfyiI6LUMmb9EG0RxSS+cInE1/oUiOoxk06LtfsEZ8zgAnF7tZ0Sn4XnOQzend4IMCU2DuYN7rpAk+kHAs4nMlZKQrJRFNF+K6E3y+ApBPUzDeXaQ/gDI0hd3nKNsDqtCSgE404RTDqVGHejPt8QAjG/w1n+urXD/EuO23JHQe07zngOcFz3UhyTB43JqqkB5KRjjMbQnME4I58W28QASYSb3XaU2f31a0Yrit7oUFFv9/la1riCaQiTuKKZOoZNYOiOpqYSVa1otqKlT6rRu1irEuFx86oZikqY5amRzU888xDoJgAn5UuZ/QVXQSo669rlpIKGbalgRcgQTDjvi2+09mjFqapdn8EhlQguAUGD2Q0SyioFsVZcWCyqpsodd3leyy9OjAqJHwy7A6DmosvBEm6yyyTYEW8hujYFPF4UBuusyNxhLCvz8xgAJvgL+s66oDI0tPWJzuN2YlWBocRRCnLtAzOC3LJ/OOP9jg5vneifVsB+oZGrIjLCOui+d6cF863Dpy+oR0r5dLCmmieS0jeXODHmlWKjh2o5KyCSsBWJHBVapl8YzDL7tx7r97HTPPrQavaP+hW5j2nNI3y71O6GcW0dGD1xcZkmf+Jb/zZZKViBlVQBpQXzALwSqV4E9FnpK5KUvhynU+Fuc9zCfMdxsGRodoYNE13mKncHg0P6CIi9jQUMvfh6OBgTcQa8US6L04hidV2gjPVubfygeEujBVmK5NAeE+XVshx6ptqXtdD36qpS22u958RLOKxOEgEOYxaqKw8JrhvtoUfKNFA/7BrqfEe39ZNNZvzH42hXbFNhbhVMgw9EHZwQjZEWGpgqXKq8jz1d5XGMeaZWdA61SDnb5E8vwA5ojuMAZ34jkbA1fqTJBw7Mtac12q0sRD63rrseCwWEssayoGdQwTFUsSJdBgWuLASJIMcVkpmHsFmiMU5xykAr2GZOVCJqybg+NHFNk9vvtYDF2ypPJ3U8+ICGfIZ72RzPSMBM8VzFo+1UC3QYkSg1PwijQ/sWzqwd8m6Xmr5idOBu9BRZWpgjIuXVHGSBT2i+rGUSCajb48boRtrxIlMRN5XoU/7hsL5lOvKKkozc1sZzjadajHwQNnYbnI8rs6+24eGI4nN0kAJiDC/m2MGCaKdHwWZP++1nTwyikTV06YJv+h9r7BUc83ZU8790CLiC1LNCq6VpC59329a3s0Y44f5Rm8qmJWn3ZeHtv+3lrU63fTWG8GTvME3ye33SMLy5I2aDqV4obRdxdvHYRk2HnY17RJS/aDMvmUxh+0kWEyFm7rDCkqJYWGaERPdhizG8+yEkMwaIjMtz0fkIRzLpTizt/I4CnzgVDpT3lCTjAIfuLb18XAcTVKuWd5i9Oale+8ru0/9ZdubMvby12cFp6nTda7n91Y9+lU+LcUBa2I2VZ8SkpLQqXBa4k290E+oYP+y3CRX6ETBeRuOEbnxQd+7o1vANAWN/GGR/Ep/P65mRD89l++RiWSwryhLROS0sTrinEQeky9b5SOif/UkQQzF+yNLSC4ROpWeeD8l5ttW9HK3FUABW0IkzH2eY/FvGOGT21M2YExQZk0myZSAm0E8OooHrnaQnsOaClHSflDfGxB3oZLvW+vtKwj3nhStkYaP+wFgK2qjIFbfxyuPnlIq4wG2tXWjbH8hFA6j/up8/isnr0tZ/jabNrbNXwbrlnVk0n1fA4es3Fv/eXXbmJVqjqUAsLtvJMbjWT2geWpSnBFpKYsWmQZikNSLTGFEKL1Y/VXKd0kIq9q7WoAWJPQ3Atq77jkaufomf5nWNFrD3dYnjJNERp/13RBbTl3FfuZkGEQ/VvD2F1GVV6HNzbKBfXZTPsFODgNt98nDKwNT3nHwuA5IsP9h//rKVSH3zpKv5oYaF4naV2JfK6WrjZnoVfT+T12KXhu/7Aj8bDUHOQlAxeQx5id/6+DZQZ9e/oNt7KoS/ckRsm+xEjqbwTm416OjcxkOmy0T3QBOOhq7EZiAdEQBLcZ6a1O36mq1YTTtn3JjtH96D0b727sg3r/hhHj/2naI9zdbALzDpEM4liM3tnA13yuzhrMgHOJ+HSqFYkpKWdx61rN3K/y1zdkC7xAtyOpwmS9MzExbY2fY99HNbvRsY7iTYf9QiYbUy0irRue/Aru+myR90jlgf6Ohy9YYsJFcCoL0Dzgz5hJZbfAxYj6/fsa9Sq752IKvz4/J/HlCcz0ikobozMNm7Sh6S4kFHPdNf8UijRoISGDlxncItWO9RWSF6jpiOK42KAI5sBiJPO8QyWP/bI3dmB4vhb0W/BBrnZtn6gxHpLS9jAGRsMna4F4CRVNFKTXWR+tfXr2Pa9+HC/J2ib/VzJrTEX1UM/87NvEMIFd2FVRDUF+g9tBr88LqjC5fZbzg0ZROStNMAHtUySGzijaTaj5o+Jww3Qy6I+eG3dlbr+rjl5qpwIbMS8MBsXqTLP4h2hMziKbSMpjnBoG2OjZkPh2lBWhpbUXWXMw98EgMutQcWit7NpysQFfKyq8mEWxDJxLCLJIQEdByWCAUEgchFRo4nyhc48ytMpgtwVA4Dmjo70AOkhRDNAuajTx+s6EG2e5aN2olKQxl/rTF62VGy/xwWuonMTWxC9NeNhpCg80FyDO4bmOZbyMUfrqIwsKycZivUttAIdWh99AgesNe3UtzXVTeQINUTrNUIIUsUypAATfQE9kXQ76vicSr28mFmA/2k5JMDp2oaVGGTpUcLITECSM65c5S0aq7iKVq+JIXFzmXBRXiMYAtglmZl1DHTsK/AIpcJrl5TDiv07nN94kmMMtjksF2CBTwxolcjsCKofJKtUHKzTuk8lE7HJVdhYn9SbRNOAnZc68CqtgUTWb0P9SwBxyhSRIYmrJyG7tyIdJLhjnRjzhw2X1Rv+y9jYvnZ/sthCoPc221fsVYBtdQGjBk+E1eCLXwP0TFGGRJgm08hqhwO6F/BnmOBiwi26amNq3kdspwB1RcXspu9Nv3vn8FM22kPjikZUOu8dxOfRCtzertY8Og5tmtJHM327wT+pwj1bU8U0YtQbqnoBTkhvl6rNLiibETzwqAQoEJKnu4BjZjZx2Jh7FUeq1HB1gfMiuTgs322Rn/YQe2nDCbARuGpP8HO+YcIJ1FRWFHmGTxzpgABte/wFvvqk0AvKsG4QquafAbntMPZ/TSOkKIW8QJVfq5rRIzvRlKOd0NMAjKD5pJBr4yJwlvq/2T0BYSXGWgJTReNX2jhrYeAuY1gtQLHf0g0jA9B/MTDZ7BSsd9bX8f5BN5sBImqaipzyKR/i5j1oIJVrvxfWXnSt/a6zo0MnFgR8xP9KabLRMUlfKcr8HjLUKUi+6ZSpdGuOlZw9u+ojN8/8V8KcnkDorg8wasuur2SUfuzMFhvukPnqIIK+8qve90dFARYu/2gu9B3R0YRG8/BEMQjqFntHTztPXQO/K4xEnLXUcdhZgyUkU8XpVtSzOUrPcUpyvhE6w73w2aW4uqFsszy9r5jxlbMbC8wb15hHa4hY8KFyN/D6rccN88atRpQ9NhZuZ+XOcbR6QDQ6U0G+7C3mR1YnQgQqBLl8L10LFRbb0TPc5hm6abVHE8rfZeeufYofGvKMveuZZHflHbvFpvTxj41mPnhuCUD3I+UqV7Yrq5NKb3y3ZNnXGEsxGDbCk8i1aUe8Sb5pmQsTJQmQD6VBmAJx1E2AwKVnS7ApC8zvIVnYdvUK1hVZLJ4zZgiKAB/yLCgYFRZe9dawRhLd9ePHhqnzzkRy7b2dV+raW21+vF6fQ127m9269d01b6Hb5gOM+mvo4Rl/glub27ctceeaN20fQOAhgCm/OSnDvj23Bj/xn3heq1HP3om/zK091gAJvZmL110pnB7RY5cbnvcRCbRanEf6kZ0rnmzexCxRnS5xUUpwfbNtjHkQNht2XcwbZF9dirT+JZlPqtx5EjOnnrEnAcAoAQxukvIS8cpb81c5GnllUnISDgf+sifIeNpULjoaqoCuMPdFwbj1QjGeLz0tKdTY4kKzJuX8Xk3iCRur5i09ocHOJepyb1sZCSqpmPyGUXw+kUaZkbpmPgSeo9FRWE+gV1JUUWpqOMyK3z1pMfCs3K02ZqsGHYuNaQoJPOzUXA053gE+KrX9FlAvac4ChyffKebW85Gbr7VVA2ekgkZ7A0BPHZujapUPP3QEDiWA0oMc3OmM0Af+F4XwlKeb17lTPa5hMDrScsvoPx403rMW6b2BWFPnbwT+r0htWzhv34xGr+3xKY1rByzTHjZjRjc7pfJXYlbJPjS99aTmmSK1b47jPfJ7ekxNTgfueU606bTeBHQEjv5B1C7mIr0/3K7qd23VZGcUAYm92xdUtanWiqcEDs7UUw9/iBv+R1YYGXzvJTWGSE7oVVuJOYS33Ur9I4R4FYx0sCGWlJBKyC7aMlmgvH+4MABxl1UimxRZ7gkkktqNqWOJzGfA4xB9YSy0cSgM6e4OZmNuvIgO49IRZLwEY2klFmHltYsRXS2n7AEPSXX4/gaqJcXurNi14Ua4WUmp1gk4j++UT4tXP1BQUGR11+luOkm3kTB28QAgGKfY5/0TsraSWLCBpOfYdRvJwwv+X+1KXtVb/JdSlNtt1bxlpgIp83DbniGg4/L1tD5HvMbPGCKfIkGE1yifXAmnxeugSRCWGZu+K3EAP+pzqIoM0i6daKndthCcJsAvI+G95oAMfheaJ/gBRh0c57njI+r/5DUK6JkLBMxQ8QIJpqP9FuCHRn5Z7Y010DphbhU4i4+Ph74bVV04cFkSgns7Vi56MnZo/mZzDTg93qGJXETFBBpU10ZBUHzCnjszLDuuNZIdZ2AI4mYG+Fr/4yElBbCxudYd6UhLs1+8AMU4d8IyuAsgE3SgWkigojG8i4zF+r1WRVqaQ2I1YZRK6GwJtCIkuD99Z8ohq4wMEZFoApAm+Q0BCqdGv9bAOa5sgsrhT7bBHooesP81Uf7CnduWWYNYE8QboIsB5cMJzrnl/sN9jZ9u1efnvYJA1xUoLOsGaTEwH761AKEGEaIWaXtPkWWFWDsrNoWBvyomzbvV7B8ToonwNtoD+SxUA9Ymhnmd1PzZZ7LZNp0DqSJ7RBFYs4P2fC8HpIRnowERD3Ww9EI+OQQYwZLvbguiUntoB3rT0yDzMapMm4t51aJ/KhSHiGk6q77psmB0mdkjTQMUnvnUpppK2/m2XoepTaG8zTzY+X/W/i2bSbj3uDqYH+sGnnw584HQkwW8tLuC/uAx9uKu2oYTXzEdLt4bCJEOosYwKQmKzo+5gYsRLXK5rVQb63B0JEcmxEb7ifEfEiJB9UaNpUF7WZiqI55q4kxuWyo+n+J/fy9rz44RAwVognfOMizwWSmOLrgPShHArAkddTlkEPSiGU1Y/fkdI2xkY2UlyKNhRcv7s5tAgXLfhfPabBUbMiOUlXLlwuDnpta3rLRs21VfR4Dzw539DJkaokxjdp/EZT6e/P4f7Kp2LfgkD+26jqlH36z3XlAfRv9qH+z768Ed7Rqg8HEGq9ND2k7v6646VvZVVLC+Z4ZOlXmOu7uDFuRKVYzfWY5XmWIo2u6TXlgJjAyoKC1xSV1UsBlewX0fukvxQtpG83QiK04BLEmykemKV1Vwzi0R9FwWg5rBABwGIpGlDkJS6WJIRHnMEoQCgWkRHxdaPWUo0b7GZMVCAGz6obSjYN6c7qKQ9IKnnT3/EL6J89ztLMUQsvq93S2HVJLr0IujyP2++QwRgslrByI4J5BHy+AwZsyTxg+sZR+QfqPcT71PnrqUYkG+ir0kGSdOmYjTLa7JRkNgFjzPOCV8el5IejNH72Je92G2IZ/GH/0JVfQ9Wu41nebIfMqM52GnGkGoBzECRtOrBH3/TjXLxXW/azqbNDCRnlbPH0fQ/TUsVenzJKqUk23lj8bDmh6K898f/7gxGMYHQH/dOR7xUv9ReUGYNQrNlqZXMinKlfrA1MGY3Ed6dtq8t+wKZYFLrizU77Fk3vMXi/1RZ/qtmbIwK46k5telMP740lYreWHyzv8uOgxb2bfrJCne4JYP857/VWdTZVqn3Wukemfx0MrHXxbot3T761A68csOccZnNDl1wcgbIIvRzP/tvPZ/0atBOHuP65s1aX686mro9Am7b94qw6ql9gYyt98f3+TJU80Vu0kCNVq9YqH3zQ5q26W5PbW+Wnmeu61KdvuMrJvAK5v1w9R1L4SywhWzyLvkjjP46FO4U54fjGBYE6kdRJzaMrvsxh/pj5Ib+37SqPyD8jkidH0AfjPZ/txFE2FZssGuNny20mO7aHiNTz187rudlY5pWFMPL14Qr5wB+Akw6d7AuPO3FXqXHNJ6s0jK5JC/AMQ7Vn7dzxzoNZrWDGE34dYDZpeBEwDk9HuhlnYM7u3lt+k+A/TkPgUUDq+MiENuaQTs6BhKqeQX1qwI5CYfPBHDPtxaUp6hXDz8u0OnG6SasA7a+ewR1nWr4IMs92GmxmLN8Q0KOizn9Zv/OH0a7s3WLUqeoc+Z4Z2Vhvw0kSxJfLnN1YqIGiDl8nAcQS8sM19ccVXRpKhLj8MlDSCDkysKhDzYn61P8M/UDxmaZDpaCG+ZsYNhRFn2XRAEJAiwsG6KzfQZE5lN+HwwLn5se06HkGXQD1BUjxCQeJAy0c4CDbYraoOQ3R8E8e9RkwDHV3p6xJ4sjxpgI3SqZ4lcWrMq/zXMoZVmY9blaRVoCrpNAiIzmTrNZ2OHgK+7ZtFQ8UcEFo9tMT6HnikTOCu3BRCQ4l5NB0Xq+R2CB8g8KCXZ1ZQjhqQ9esbsQjBybLyYcL7vy98Mq0dqzLklChPhWWTwN/oamnBJOTrwOJebVVQXQy0F+34P3u8dHuAwvybjUzZSqDgzG7k5N29BWwtN4oS19ItXZWy8qJM30SByzVxkG0Q+BVxo3YghKUQ3UImavJdA6s+WnOLV25YOYFztbp+RvMN4RdUuYPDSF6c7JO+5Z0owSKkSa+xcyJzIRrKbzOU0ylzfSbD4TMua55ETeCqiS0sM+lREquTh/KZOXsIonU+X85HOkK5jMxIEnNF5daKF4oDWx3Ng0v9UCOWYpCjl7e2Nl9sE9UfjljvmPC8o5d+ZqVe+Ipy9197rlEOO0kE3sT+/DeE8d5Y5YsEsqkgHv2dEG6VzN6EEhJuqttw/BExjTcpFUE/dpUM2SmD0nSDp3zRJIpDRKM4EnbrI0uAWTrfulbDC37S5ZeMoBaYwyT2grdOP2Ddb4sWem0XlzZX6as1IHBX/gr2hdjSqXaHCSjXDI6WlfmDNVi1EKg7Xc919pbMSdOA59ZVno0kx47s/wol2Z6TqfEf+BVgfNmKH9w1pngIXjXI4OX4LbPTKk9IxbFi1TlaG4F02KL5GHLsyLWxSzMVOJcb9QhgvBAQHNOJabWGHwKlcfndOjkWGq7CWobs9MJv1FvNbr9ip0amLmz7W+PZUYDKRlvEPn0gZAg6znLt8864WgqJ2NK5fXlrY+YvFvO2XsSyIQGTmalbnqZXThGEb8v6qcbfJK6Mcp27Qz/Z0DUSjqxWczv1bZOddo6omTq5mhIrKLw9m8Kofi/u3S8TZDGYISEUsyNv1L092nBOnxO219QIqCi/YhCQLC5tMggbWBhnvWLojpN/QuL0AISCWMyy8WoPMgVpv3Yk7SWVQiPT41TApJcnYEAJWFcQQW6cOf0DOT46oSv8rG9ZcZc5shBkqypqZsuzLB7p9brrHeGx79+PGRYSWjB/VJOvWdrGnbg5m/ce26m1JyifY3X7h5IfGWsaVaVV6mh2BzHP6HMHCPNKEs6tLkHbR1gEe8m5kz+eF5GrpIBKyel3QOZ6x7G2Jxa5oWJspTFjxoeMT9e6wdFDgSmKKDdnR74ROCpyHXkiRbyNq/hVMKY7/uQE+3BoUxTjrs2T7Fhbe/aZOsHypkOeccy+ND6mXySXthTEt5L8KS9fSqMMkwvxZgEKRnPAGgIfvebwvJcMe3JIA1EucyFjPfoJKYY1TGTRy/OlW+pgDADXgzq2/qH+198cSzBrQx8q/xg/ty3BwYqevB8lKbGJ+x1HHN2FYNqKB9x4KtSq4l6TD7RzTb/jrqZv4gJ+Bw7CHMygxTFi2D4sYVXi2D9VHlQ92eoAWVlMBaH9wwR7fQwMOp9L8eUvI07aFt0R/lEuzXWXkW/xiPjaPfIjTpmPwn7BXUzejDv2o7vJOpUqKieXlTPQWh6BRKXCZd4CuhJew+B3TUbpujO3cCMi/gn5HLC/BmlSwqAm3qObyBs1qI8up7VTmyyjJ0QZqinTX8qzH7QVcqPh1fz2l+fBD8HlnYeOyhBgBmFqM262lLDXv8gM7c9NtI2PTLmbut+fWOvvRUHkE83k1gMhpXgZLqsAUoZ1nyP3kxQnN6dfg/Nhan68TiaK1FE7PTgXK/U5tKtC8OtU8MXXKc991XZdswNTeSFmh5jImH7q0s7z0GuHBY91KjEmqmUudZrgQFKhE6AcJvoTSVBUmDR2Yg72PkoE/u9hzXDEFeavds9tQiLhlkgnWct5F4IdjSB0Fh/rtmJ+oVK2EDu1z34Y8czxer87H3KKikSCHWS1sr/Yhu8VLkTRpobJ9N8uU4zl8G55kXf3gCyzjmJu9qqKTGQ0CESR9savfdrOJKtNpRE7wp+SK+4vUdwwAQlqEZ6M+4ywcRNGt9KomFa3tY/q2ON4G4wnik/i2jhBE4XgMB1ns8fmgWyHf4LbTMfSI5+ssEf28oxckT8J72s1tcx+57gx9V/kUtynXSbcwFK1EoPc76j2fazpn++1rhV1wXMz831BRCeMrT1FHJeoCtoTnpnlrFsMCdcHC9lkdt0WNSQ03adbCDJaudjbX0hUdYdz7yO43Qj1OZ6iLYjXRbb1dofoR/PldfeT5zR14dqReE6kyMJ9zaBbjo8kU7nEM3RdcdpsaaN4RjJe4V63hgPtdcxyp6k6v7jo+tVVsnybP0MK9Fhwk7wwler5I3JaLvLKU+nMnltRWzZpK9B1tU3H6Slq1lRcPAV9gaxZkKsijw4ip+FuzsCxh8Fj+X0lvgnZ0tSNW6Z9swG5r0LwVRACa5uvCq2F4MhPRZhNX+JnqyioYOIsFp+Q1eX0VBeRFgtWGanauj8ToDFsRC9cTT/TxIGwUlAFfnoU9IS+sD7ffJYaC/tPtwsYpbj5/M4ObXJ9O4tOkd8BVcFkZIp3d5i3x/7Qcfq+DVHk948KtmV29o6xJ+jBiEUXWdqfqtPB98m/4tVh07rork419sgrviU5YcTZ/EMXQctVxpXfyhX7IdOSbwzusMaTtLGDmdy454zfLeSbQ3ybY2gJz1bbpTtnqxNLD/mjCSwCNFIRK6TRLItrttPGD81dQhYrV3Lk+wU0zP6Eh83+T6rFyrmh3eAAWc/mqiVKiGS6fj6SnlUokALVbNnztN6xdFJ8bqVz18XpAaFN9Im8lx0jBB/8EguH1nxWuYoNFkn62TCDNdUhw2RRrjSc7wt7HF5umGtEjcb0w1bjYQ2N0smw0qILyTgsWMvw9R4jBD3vVsXxAGhgOG2jw47f/fEqqJ6MRpGdvinXUeEJ9qP6lGvQlNPwgP7iQ6V5bvt6f3QhiTQARN5mSjeE/BUU5P8LRgeO5ZoxbF6vswRVJrIJUTho9d0cwSgiCKJiT3qZ3dVEoF1RD9ioRgkGh5aFnL8Oej3R7zO6zyZjCb8w5FhPMV2NZ+TMNFdGWYlUxfyiQieYR9/birx1+vYip2dHbNv0Lxi2s79gjhwSjmfwYLY4qCawieYLXPOQIZy0PDrhIW8qVSwuqVBWIGkBkkM0Vw4bV17g09mC5VgIxzK1hNYs1ReZroZNffUJycb2ezE7NAYFvhXyjLPtyB2xXNF4lx/nu2IURhztZ4omcuQQEHoFGpSFB4qWuj8GbDlYZGIzLPoHFNsAdGWolKMW8vcnGS8Kimdyam7nMAMUOTCosS9SHQYo2/9vDWc9DiJyS6Ewl3AaMtcc+DQhtiL4QvaAxDm1z8Y9VZz8djoaC1VgyeJI0X2Z/KJum1d9MQyTmpXbBn2cm2pWs3jEpejw8MjMuf2QkUYNzVeXoekA2E0B9oExXdVqe1LyydnP2dlk3/I3xMyMTPO5ue4zMe4m29g1NdsS3pQNl6XIIgk9yQ5ToqQFItXdmcy+UgCz4+Tr+ZDUu/fnGE3Rg6hL+O58TPxXDit+61GhFy5L3oMUMzvLz/9vewe6Afup+n1e3jW49O8912vD7O+uwD5iesXL7QXXjn6QDdjo3/epQ4aRxs8SBdvfpdGivIhzDaUOoZqmSqar05i2mxOebqJ18NDxGNHodxkMltkN4ZXNF3TCtE1wDRpzTKppsEqGoDdaNHv+3C5HCqCHR45287W+W1Zbdi3ih63a2giEsmLxYqjV94LIfmoQfCKYW762UqufOtW1064Y3yHdarbH+9qK60n+h3T0Bk3tBgVjsgUC7jk0igndGNuVoTjZBOqG1VjngyM6vcpkEnilbXA4xs4KCn1S98PGc6WOdtVJ9ccGLSP1brBGmqE5j9W16RAQpIdT89F4BBHDRks4GNDpCJRW2K4JN/1FTkZdGTShok9lORYpiDgZEyDkOoXTf/l6c2LCLKCaN3ps36IyfjKbKNjji4U5s/Qtpx06HHVDD9ZJ3sSJ96I6kHkY1Px/VaBTRj2JalrRJgNrHvGpu0YWOQ93jrrxip8pM28ZSLu7tHa5uV+wORPdgk7r0dfUhrPnv30XLzU3EeRJDQ8FKuJaWXFZjN/vdLGUGi0SLb7YjDS6DbEjlW6vpIYt3P7wbK0TNOonxqXqFEe83xfUObRyufcM8Uwnn+Zucv2G0QerebiQ77TBEjvoaEcounGLH9BMV4n3000i5Ibi+jkAttdJe1FSjUzzuiVgg0rzapCUB/JXiRSusZSCkRCK8lNLe2yCbFzAtrgYoxSDIhWRmVQBZ87N4u6gq5J+ROrb5fbbbXCXqzUTaWK/Ypr3wzFKytfm5WioMBbOUuekhHGEthXpINSugN2CxB/26etFxQ/ZshxMsoFc6rhnn2/WAS5QHmaZquzqrrCydoWxUjKLz33mJsb+8rWr4xBfiD+rDAG1cycCPUZeHJhoSBHRL92q2y/AFGsrulaXFyRRCxolWm/SuIUGV0mKEEvjSJGYtwXE4Bh0caavggNDIjpbTKjbF2C5Yl4JOz7kuhFNXjNw5AxeLWTe5mQ1wUBueFBhTE+XjKf4OZflsbCQmWaO2KWon7z1oMpx86MMrNqgIvQIA6VcvE4XSeHN9rzsA31i4nJIGKMQ99ox/pU5sVkl4fumLUM/SkEpisLkonFB21EKbL11S41hzHRLRQArvwbznxZefXxkuAqEgGxum+N2qQc8kwTIKQG3/I0QeWluT0CCsTx9lSDmLhAfMxYJKYVaRpuLkvcSXzuUoQCoPdA31CChv7mQIWR3FCP470cKrGWG4phspfD9QS2a0AMztufjA+Vf6+jlJftPUmahAngPZtsF5vBAbuOW7ypvNeSIsRo7Fgwj1HSnAhmAaf7y5Lc4u2Olvdj3B48HSM5YHxjT30kbwE+ZalYPIxgLPpvvpARqV+x6EuJMwvnDIyNjoMVcJZ7WRKxBYeV4R5BblvtGTmrTdsIDalUKCEivqgGP1qwXQODaQVFxG2yC8Sewj7VJ5aGmeV7R8h0nRqvIKrXKhF+pvzrmnm5letgiSerQfs/2ZgjAfzUKQK3EG/GKCTi9ePIiduVTJ+N1Px2WU8xbx28nPNfPOwvx5C4AU3KKLmAtBRXf+iv6JeRUZEnXuobIzD6TXyXM314N3SRyTyIzmH+1kC+zLsAy0idbI8xxz6BwB6fJiAuE9Rt83aimiEq4PQpJPN6n9xtcsfYdL2FtBUoiDoesLeDR4gcR4diZVamd6JpJEO+TzH0+BAgkNDbY+da3FrsPEdjPHqs/kCxOgOrSi3A1cTfX2DoqQM4gKGZfg6A2oaIDORNFooJp6kD6CkNdUWNtLORAnNZMfKNjEK1ozcW1zR33zDrR5fTNYnBeo3CBUEwH+980KCWn1un5ECcxFb3z9yf7P2fUc0WcV5AVwGcci2O/dJVjJ5P7bcD2f7FJDkn58hJQmpmYDUNmyIU0aYOWXjI+Frv9CCBVe5PLyY4M9/cLMg4zg5rrDLi+h4mp74gJ5k/mmVFdockzhnVTGCPQhCJJbY9s1SHvWZ0RjXlr744kS7Fzxu/PDE9Po4wy0fGIAg3AgF6QEp5lq9+wuVwKWcf1Cxn7dlZG0wuJLksH6sF9yCXxi3ePKB/axfO+dL5e85/efxjKjCuMsYvcTGntc7h8rvBq6KTEr9nwg/ruhaBg+DkSxa+lfFNJsBSPOgO5cc3eEPmnnlbTfSWypsNI826+QCOo+dEGHlhuf6pM1yup3dmnndyyBFGPEeaVz7ZxLi/t00Ts10LXLOoTvjYHrBzsVfdjWSdPNOh+9IAg1flALydCKowNjTf/nQH1ci079B28Mi7MD7UrwzMBIjv0DsgBAi9kylmryOvKgmiMjwC+w5o/c0g9x9+J0IYwnesC5IPum2iSC/iGZy90+y3A5Cv4XdxTbAdD/AUydj2b+5nDBMQG0MpzLU2N9sj5YhCxlOQ+D5fLRVbzcRMfFK+Us/xkMvRbBRRg33uHFxUvkgpCp85RmGxuyJe4GKmQTqR3bNRNLG7JyDKPb1zTwkPoQMQw/EngxsZQAIumujZWSY4egqKLGk3FRqytaPq/TN52ME7jYHrVX1wL99JnwwB6/8LeFb5eNbeaWz4Rr1axepmm//L+WhY2mOHmNTsHi5iDOjqQiqsfCa/4o98Z6u3ZS/Ka8h1u/52XF9Ih7aenmKCoAwH+mTZcOFHm74v60GaffPACOOsrCfs93jInK7Vi+G5O9ZF8N3Y6QrLIVe43N/oBAeAaszMe6rtnNlaSSTfer57T94UcK8eO+d4phKwPde6mHHee/3T9aD1yTX6bDK4M0+ODOU9ARn5QO0TaoZqIwwT+EdZv1STbqE++SberA6vzSODz0NCz6n/ekwedXm1+d1sf1MfAu9hvWGXpe4wx0xUdoLAM5biLIwyCuVzZFQBcudVfUXdA5Wc3WwAMeC3eqJgWA9hKmh7H5pxGml1VeNc3hoWqiJM/rrQtED5VJXWWNlSVYe+RgNn9l1z5cTdF0XBzhSzNatWMN/LWKzSFi/G73XrtcZrunqFnUL1vCcH2YPASrp4GRuizOffHAnmSXrz7gGA0jf6ipH1jZLSWf6GzpXtMXS0v7Z5r4i3zppffYGhfLR4beNbBMB4Akp9evxs88j+RJvXVpf7hnLz12NzZHNxunblW5HjtyYRjo5gn29Vtn+4vmzrPwc8HGrbQ/QhCU9lEnFCDpO2PZlK3FycHmCexExyseWtiOFkMU1oHfdvq3fR0blLaQbqxKPqZIqVKjteGNKLyxi/JLW1eEix7xjHVbizVWBdR7VrQ63qhoLm7PezAwaasf1PmO1RU4VDleJ3k2+PFgtnfuEfeUc4UO+Ze3tIrr8uJPX7F98VNsUhFhF9CBxkNCxxHz7kYBaABGxstVVNQlKTuVBlAoYy5kGNMVKEueJI/HG84WwIQpBRv6amJNJXoyWJx2Lit2hCibL5DsOaVhxAKD/8HR22f0b3CJ5BmFF9PEdE9DIcwho6rA9lQJBm1CQiA40XOOK998iNRvqXpplm8+u3NWC86nupFcCCDEv09XV23Fymz1jntSuYn/IMdghqE4XgtgJeND3ezzAzT5ODKODp+r7aMC1Jh41mS9H1UqARyMdvsJuCT6i8zWnjMhMGwinYhgcUs0fyx54KWDzREseYZcds5+oabaPFU81coOf2h1DM3CEh+m947iTDKwwXiQiDBD5kbO3F4CuM551iipsQ4U5JTQMWw2RUIisYDoLGjLmwGG8w7cVgxBg4OcH+18/8XHw1IN6j9LvYpijH+pOgi5LYeQvxaqVxlBltKLLs94Dm0zxcR5EJFd4y1wfp8WRUnhjzUJyXMK/06CSIp7Zuz+UfQKEKAsSSIQHXWAy/47qVn5aWHI3TTumDxhlr1bOteGlraZD23vOcf92dzajRmyIwP85eMuW2WEbnjSx7c8Dmcl9lEEBWrvoVksHxknmfZ4iSFP4aEwzOTspf52n0CI6X+3cCcb07WNrIHEVEg6Bcoa1iMRoeR6OSKLakEI2KUnPXwJKqVMXL3fQ8G1zaiVH++ZECMnRUCYM7l58LYJLV3FsbB9kssOpBa76jS6PqYkRsI+NiOM0sXZlpXKybsf58a0OJ2eXQeExxfnIW3QrUzoY+fIt6zIy7D0KK3MPJYZ/oYsT3P2HfEPCAh2EOZzO8MKDoDtLjKAlq6twiRrVBKu1736PLZLRdxZkrWEjmlHrAc//Z1vcL5QtaqQJT6eJMHQ/gDnU6p5nLheEp0tKywN1uuEocjkVCD25TvvbsD7Q+xKbxAhOT+sLNCW39aCzyUs37593SVIp+fek5LAmQL4Klp77i+7WvLu6EAuH9qkiAfoUhxeCFy2DS1wJF+bsPvBh4GfsU+BRP+duWINsbbQR3AUmwbOqntNGRVXqdevZrKr0qfG3lmcoCKgsuP/31937l/L4NyOVj6/i5wAJocNfTP2XNWZdduSpIfMybMc/0kfnIZT+pVjsJ2KcJDjIRmlBRVoi8kmxXNm0cNU8RpDMbJwPbXv2iqxx4ExLgLKjSuRuzYSlU7JnzpWVV+65zMTCr29kWhGZ0ORcTgPyAw/4c/FS7rnvSIbCKTMCn0UDvT0yOl9V0x70hyQ76uV7jTCF0reZpIPakll64+TpDEvjMUu7WCYK9mfBLnP0NEj8yVMnqWXj/26lGcSMdMIWKsAo88r0Wr2jRrc76mvXDKZkG9a4ba2VzuWG9VJNs1fENeIO1qsn/ATm08b3SZI/JJSv+s2I4WP1ayiDryDtnnQN2OAxuFzeTz7vU2GGTgCa9XhyKwdRvnGJ7dwlPT+ED+xU3v2rPr7fYss6ewAXDLOl+ovNXWRa+8Ni7ccOOep0bsI6zVm/Ou+lnxic1wo33KKvqItWlDMMK/kGW04MGW506lNNQv/F8udOSKz6k8iPRBjI/JE1uZL116sCoZdFTn0oln4yt/hJl2J5+nf1Vn3GX1fEYmgq83rPZ0oh62QVSbuDQvyw3hAWLy7Ho9xK199HFxT5gF8UVBgrNL+t1RhJnh4cTT2cpUOeVSvSFXClYG78EayBWRiLx6ANcdPbX2Mpy0gIj8th3RV2zcxqsOlmgI26HmjjBgAtMbSI2RBuL2gqOHFYAG8ShrkhgUSDgr6Kq4KjSr+6tURdrRwzT/10B8jwykk6IP52RpOBVDefQJuQZ8nyGYZW5vQJfR9yPsX2bZGmfIZA6YMi+BeWF0cEbofj1WwTtXCxZqcRdSrO6/hnpz7nfkIisxMOsfru2l08QEZOeHN5BJT6dC7bxmQRd1eQTMlCZbDVwuOBPk8PRkAj2gVvKgDRPQJ/CoREsAMcA0qyKh4MtgywZmTS9HexYN58tIz+QM5K4BH97Hh+L/akWTc6H30O/jTHOOKMVYb2vHlkps02/ImvqE61h5l89NKdKcU2F5T+izG5oNo5rih3JnJgQnVD/GiAQCZoyoDuJMwyzZ4I0AR7VjVrQptOpp0da7GsobY0McLZ2q+umDHJpWhFGzX2KuItpOskv6/uaEB2MY3pQn8V1VsVROUWN0iYnzC/sC4eRduWc8q35BDyAMobf9NuK3vaMFoXpWVEpgmouGs34SE6s+6LaFzExmXPN1cqXremS59iL4HvmDZ2lJ3yta4OqbFSrJe8x8uqqix1Dpc/dZ/ZRVUpb7ifyxFX62JT7zJ2X1rZ7vzgx6SAfio1ypW6a7+Ka0rmFEs19HbrOCgU6ExEALMTQudz3NhpYN6Sfru+sZqzBGmWbJwUNB05NGaEVMnB8gjTZ9HA2BZC2AlZu65OBcCZTPchbLSDfnvHgv36dTmrGSZ6wnFn1L2NgWUFxNpot/YtZrjMwI1Z+GmgHc4b+RVBUO6F1HZfwYjbW+IZXRCPFB04xbz7BGeopzpip/0MbeDSMJLUvaghsMfcKeZcu2C+brfIsl+7yjVJy1/njltD3W1lFKkcQ0JXiS20v/Xw3/cfu/Avv/N9TSbjqglPGl7hxpkbV1+ONufiMqDb9zBUFOgVj5vpWcwfCC0DY6neagCvaa/8xgcRjzRzP9WHDreLpyf6k4XceMAs6WTXNUbQiCsCK6p8rFmciEiUqHqMyGgHpdMv1mmCNR6WQ3bSlDcBmOmhOM+wWM8YWXgWGfjxQEANN+r9aAMsEKneC+cbP1tKQ8kkwoBZwISJggVBT5gILTOgDFTYLCjasT9zUE3sDJri8rWAoiQLbhZITBb+5TXELtGFQyAbM2Nk9UJvrWl9do95wdvVXkX97ba9oOg31VQx1BiwKQemHajn0XverKu+l1QQ3I+3AQ69mpQWcXbcRjBAUZ3KLe05ZvLK0IDWsjxTEHiSgT4AIZf4NR27FxnOY4SSKjFwG72n7YONE1tjZ0e0/tN++BTvyAOrod9zM6zVVgnhqfu60zKbW3LWGqqf01p2fPod506nf9uApHNJvKWwq3u6RSPAtHZY7+8j0AwMr2XyRGNIrW6WKLdnYFVpHrhNY+WZ+PEaJhsRfzvTMneEc9/2Of3IdvWZeBRBSzAW+Dd+CizQvKSuO2DFMYTFQFUV2fhqSOitMPo4STcZllWI3DzWkt9NbCd5IbxZ9cBADaTh/8TsdYH+UJJA3vZh+71l3ojT35VJ5cAZKknOIoqoDgr3gwYeGAn3YISpZZtd+kbDxsOqmV/mBXbRUS1YY4DBGefnabIMbiSQimc9c1vnCQRq7g0U//qLUBFcNLN1bYvISHjBx+eYQ0y77fJfMeLVaHo0vysuBBMGV/12S8NVQKjQaA5QkKiiTlMGJCBlSN9EBtEygJr6i4BLlYGdvEFTckS4ZoiScVsyHiWgWtVXuTPBIbqhlvvppX60igZPYA2/fgQD9FrdlKm1i7p3kRDKao5Z1e/T0Ht250YgN37ZcG5+oie/Yv+ip7ITZ7VqnRMfcmsb0Cnboev4OMVVshxDgUmwtd2syVvl42dWRO53YgDT9MDCFPdSReI9+3r3aqwMD0dcMbzICUtttf9SUuNc9f970X3+d0XLXH/uWWiaW158vfxvfuKedr6GrKOfNW83hQ3voJWJbZgOFLuHMPE5jMEcyuNq8aqv3fkiS5WlEUJzCY2Xef3w6UNw3acUvcRiX1dct2o+nG81/+lzsYtE3UvQ+r1xsJH3tVhG1+ILL99qGH1X2n8gdKkIz/WyUDhRSUGbrCdFkA68nDr76zTxqxsEOFEWt7MLLH3j8C/ezfcQ2Zq1z0BcoxLBTyMsb7mV+ATSeBFXY4OgpEdNDMeVpi3MlQ/WscqMaSCL3M9jmDtrYgx4pCZSLTFvY6NOpKcxtagwUpQHmA1XthhsD29mcIvz+xdlJiadSC/C3xjbNVzOulm5QpdfRSI2HtdXfmzVRN3Nc6kC/jhNTd5WvrlJoFMaE+GVx6tyNRzA/3r1+/NiRWhs+1Q7e1gJHTO7u5dvRxWMBW8Nk/U4KjSVDOYtYpTz6Ue3tXmn5u9rvi3AsVSDIkRQXCx9Uw4n2fpHtVa4yFygnd3zWL5qrQjMUAMLqsdfo50oILLt0Cuoe3PGsV2dMTiTyIFvIVuP8Dnzevpl2wGgwWJ1Y/gzp7JrP0Dzbao5o5/mcthmJajDQzntyTE5ts63mW1tMHvYzU7EkWQiDEfel8cqIE34N34elf5KRS56wuq3xGN0h1VFFKNiLmpOLw9lQOiZ/l/l7r8a806w0c8WTiYVXTDNBjDaFUg0RaXYtFTcFUxA6n0yxM62wZQaa8e65PV6qi4mvGaLFpjTLs780BsJPQ9/pUn7ckIyFTkswK2MkJjOWTbH81ul1PDqlIhVak5ToACydisduMk6WxtTORUeWEOvRJVfVqSFgEN0DNNmJwof6Gw+6X9rOHGDV6oB9tC7xS3Hf9MV+m0rHa6andLnKa832U8N5KssNs8r7KfdJjPlrJFHuhoze9oZy1XEziVSUtX8pQQpSc/7IPVtEuApqORxxqu/idh5/z0Pcbm8D4p1LUh4yhnbfKcbN1DFknGN9RJkyazw5P8BdDjvEOP2hf/q6QlIpePbLoztI02m0fXvNNzSezcoXNM+PWxbECwzeOmeaVgctfUC4IN2hGl/XgEpQehels4/6h42VWDuXKWFESs0/pY+cXBUjWJLB7HLpmud38G2+yc3+QfPQjjJcqQ3dPRHmNjlqiVLwC0xtiqGLAi5JwmVH47X8oFKwJ5yIdvckmAlQ0Bk+NWgMXwqAqgFj1dKgV64/vIYr+sLgAPX/vPfjYN6Dz4eyI0O9gJfLCBjFQuqb6VcnQqvDfrOrgs39Y+FiDQAT0v7v2jV+fWDw1UHWRSgSKHKiG3sybWU1+xQKdD5gdrPDAwPvZAIsDHAqPa7Plca8ARgn2OG5ByBvjiTdpao7ZvJgosyi2Px0sbnJn0qvJN/746pIH/7lWuUABBJLlcPUioOxHM9rA8ArEEwBbe2tFN7f71IyHqTlrjH0LLBx4cfD9YiVh0Ye7wvBo3CSzLktl71KJWLH6x+glc89Z/VW9aONXol5gZC9fs8Xw9e89RUwfi1Qx8/Xqnv8xptCovjGMliyWto/6whvRyF4zW4uytt9Ja59TxtvCV++P2K4G0rcEuGJ506++XYbsiRibDt66c5ghiZLq4d4Xl0iEZLlFcNkmA8rEeRnCwFlSTKA+a+LBPYg8oEUQiPwKGlqTk4+U3dGwQxXANMMoXyXA2K4GAn+AojAV/lvV15ccRMajz+/pjE+BEIATNAvPdFpUv/bLL7r+ODIY3lrV74YWinHQlW8oI7Wa2p51Rs0WP71x0vD5iwNM/EK7kYAAvvlvDkY4nBL63WOr7DVt4MLl4zZcZBA95yYT0F2/nlHNPD6kMve3i4sbbmjI0QiXszRo4cBOGykUVr1pTH184Kr0EOUrp/oXKs0b0rcqIzo7Z6KD5WmoIUdk/1kRDbnaFumvHwamddM0Rxd1Vb4foEuhtc6tukOjMYSzNQweioFGBz6GRWaSFjXLIDPv883n5F6rvZV9FFOvGUuNyQ6uobFLs3KMNajTb3larkT6zn/F2eqC3sy2qxDjRv+G6tPGb2i5aK40/v/kE7ZmH/DQC6L1FfUMQVEsQd6HFsQwbDiW7BNJVbmNexyITQmVZlyqw1z4qA3JXl/AOdO2UooP6VuWW2JHiJUE/pDjU1tcvsuBO6Y3bR7YlNOVIwd7F0qGX3okht2YKqkmPuilTHqXkid5e6L03aTTm/uVduGQVM2V5lP2YllC1so2s5CEQPlos2dHoV0bzFiz6sVWkiC57x70cD1pH7LToB9Vh3Li9m5AG+ykhU8iz4jx/2ib6rw7r5URkQi7xslN+8zrqzXLvUoPxW+ZreSg4rl5l3f0vVgIfWcwLH8wL+8MSVV7/RxTDronKeoz7h8kgT7QDgn8xcrrvVWqLZXHnXboIKdMH+LC8t9ICtUL4nuUW7pE6DibBDqnn6GY7vye5dwq/5h7T2m6KNWOiN2bfjpfpDiyDHugc/tkPZ0CTCNU1BIgV22L8hq4mcvIbuSiBt7LxujYyDlap3Q98lokYXiW+M9khBV1fpAyo1xi0lnNs5Nlq3/+h+XlW1x6fslWTjsvmRjf9VgIheN2liRdK6k5QGznROkrz6dFwciA7f7e+KFxXJpuMUU6VCdTz/7rDA9hi+/ObPSRgHtE24eVn2mT1lbEtWcDxu9ta8iSe7ZCul7R0V6CWAp04dyyhLswR22T29L8f9ZAuq6p/5T7+nHApU0AzugpbuUvuu31B5MJ/SxuaI+4bBj6MThkk5AGZW94KrxOCDhF8qLinvsgpV6FGL2BDgFX3gIVuLU8NPc2igeWCJdzpSsxJtNNnf+LKRm6GdmlNMrzZwpVKrVShtVCHQ+DS3oXXp9AxuGb6MqkW1HB8W2H5YxiVPNHYw8u7G6u9u15Yf8tyaqhRU6F5eZUYN68Ujt4Wq6vWwapmr+uUwB7hwN2EYs+//B8PiPYehZqiInTMushsm0pbJiSnB79ryXNq3Vq+akDmiT5tFdE7+NEG2qDf1F0j2uC9J+kupmobvaBEZ2HIrf6odFu2BFV2luFnV44DghR1ZZ5z8/N0te9hUrm1syt5bdJV+sbXfkunPDWrXq6U1aP9x24myes5M5o7lmpIhPygzPexz5sqossyc5qy8bfRUADVR95cwb68rnNtneVut6w7T/dlUSuVvi0WRUHixfdepWyu2j5EXNK0IWOoF44uFhj1kuTDSNct1QyzHyIhGtoW6v72pbKVhz1hE1NI31AdsgyTRz5VPKNt3Bq6LyDHuZKAUsiWtXqocQ+wqrOhpEbaoz/Iiwji8K8FTFKt0f1wWpeiepMR62b/EnM/8Y+G+Kd3zQixSlqT3KWYc8EAoEYZ5EqG2CHj9GX6NZM+dmAl63TBKVZutmJxoVQNQYJk03t0Ywe4KM55USR6eKsVTIQsTRztMvrx9muNV6cWP4XS5MLkkRsm5eHr2k2dJXoWuU1ijtEGgait1jpCHInPrrrnziiiXYPyXA0Fz9hDbdFVHGwLRuKrmZMMAC5LMnGKsZJ4qNjtNXrmjEqeOfPfsA7sWdTJYa3ENnCFIE8ZuZjImmOVbulOrnjqvYm0GlENOaVL9R9a55zAXEjSZp/dmjaPWc41FKLCP2fGTpqboFes3K8aJ8eVlItMjn7tF7qkZJEiWZrE/YEegUghZSRJIm1mvqJ84JF/WRKKis/fFr1c23X9x14VhUBYGwNINK3RRvrYHddMeggPUdYBJYs3/oC+zziGwE2i+E3i3d1KmqrK7BGQoUVEJJaqLUmy8DnQqC+ErAbjAspsSnWELE991Vup5I1Wgd1xdGZagCJQzWNo4lDNQvEsbBtcYCFDomekxssRlkS1S19AqxXrxHds2KosoPU0E0ijrkRMEESYEG+d4Dr8qvkfDoPLgLliEulDE/Hm5U5Z7gGch6HQdo1JPlsLUMn1qIQuQYqvKpF5bO74evQ24W0u6XtR/57kmdngD4j7OJfgMr2+9zAm2mOLlUf7DFPWYhY7comksbSPeK6oNTrcvoSDchTPBTvy5ExAI054sk/tl+Xcva2bRhvEfpAppzr2kISzeQwOAif2TPuH2/rIm1mnyfe52p2NywUZI33nItD8odeaf7x+CIzIJ6qxVSYVbOXQh2NHS8lp6gj4u/sAUy+gjt5AT6wi3mx+iuqFlEjtuMGe1T2ECqJV/RQihG1hPj3UhrZX8lJgQ1+9U9J7wbakYsp/f7mLpH9fRvV/gQOeg7/Cjv2qSQwfdY0DN6YPdmnU2D1Dy1ft8x6sv5YlL0NnSm6BQwbL111kaaqb5JahHLr/vjyx5Kb6uIScxxqLm2xLQQKIUbrmN/A8eYx1XvyED0uqvb0R3RoiMCZc0mm7FWlbP3qczzeSgY+gnye8ynS3Wkz+GYV0sTZQGUkFoKXj4od0RJphmS2xIV37l9eMjeCv7axrriNbxnWYBHMqYcMg/I0/smi/P7ngzTc8+DIXEZgMpcCaHBnrysjI4ZQ91QJVWLDWZi6xP1BfdTta/l2ie1SIVMYmnMLJxzteRGA8C59DbkBKauN9+8ROQK5qZnHcyjb0dhKWroUy0mnT43lNJ5xs/nFR5DQ86WCGniXQBNUhyToLsMQfEajzCZ8AwNS2aTtEY9eguMxmcEZ4oDr3RmmzcXS3ggkFvQEuWrHwxMXi5bs6bUrT7zWtEBY/sZN+QWEweNhTM2/hZjHs2XmddxzAeyd6y5KkND+VY8t/wOXSlFjR3DOZqfKajPm8owbJRTTesfLiT0YkFTmOqWSGliEyV67LJx3ZNWEAPdzxvet8qAGDfk9is44Pp7ClziSKZB4VoeACNblzjEBaQwnirGDNFyH1stnHN3G27beFAr7pSoSEVs+xmH5VkuL91rNncZS2KuP/s41jhH9kkHAS7fC3WhAZa3ct68mWw5jw9Fad6c+AESooaZYIYigsaDnpGPyIefy7rz9iZ2ocxJzNsE1aJ1KkpcW9VeA2VuBvRRBSVqCT97625XK5sQszELgrJagNjcQ6vyCRbSJK/XM/evIdvuNur3laP+L6VTR8cgQKk0zowdGUW4IcNSGmSeHjhoZz+D00p+EY8QorJ1PwtaaaG/RBiDhzSj7Ut7aiUYKYgnGbcFeJrpTWH+/1l2a0V0gixs1gTFAf0TYzrJw3fhhVhrfHwy85yFEuskwi5FeYY9HwZ4kscqLUxNmrlfFr6273hDg9PTewXAdNPniDQCLp+mPBmgBFDwcvHNmZnhEXO5Mbm8L5wW1U4dOLB1daK9LtO/U6pfcoRqq124XK2lmmF2XpXkG6Kp4XP281ERiJ4MWsWc9S3F1ESMAHW1U90PGI1nizaDhA+Gsnske+YWcg+mMtrP8AD+NfM+tvgbhSwJk4doD2OmGxZisUrWis8/JHtvdZVvPs2o/qR2Q2yhkii2wjzcLzDnePsoDkQnf2HUp9hSmTDc3yLgb0CahqikPk4ImznfllG5XbbiqBp9uLcAM4EoiyB6Hl4pKNKuZbQIfUUxF1wEAt9wGp1CgCh5+5VmzLcTxUjw8c/IWYTEL0hJ/o0AOyz/p5QIccKrPZWn/ARk1sZ/PHpssGhpIGZ8QZfRZsBnXXlcxegPOmXU5P3OfY8fi8fVrxPnRq7ZTbEuTRelLUzaQ6PkRYhm6bqsv6x17eJcUSgUS43bhKBSaq2ruVL7EseP0e8vtfBbzQS3dQ5UT2IOpItEOxND2LdjAo1Fu5a9RcZUU3HD3fxoM2SU2y17BfxmWHAWxMPwNqetaA9dornbVqNIYTM8rdXcAHaZ1EpAWKbi6b7n9s1NxHpkUspMYgWjM6KRL5gC9AiYh7hkeqgil/jzP9SAAx9n2jpEX6Ud0cJQqL43va3CX9mgy1NjFX2+FaGWwv/fqPTKlfwwkCT5nTACpaBz+7vgm01HJV77lljiyQM1093+VG47m73APiYCEVSmBDzljRaZKTMIU2ZWMfPl2pMnrP3UdmiSyspE5vSk/AvuboYkNG6rtbcn3HJ9YhIw7+RE23hv/FbqC8ED0PxVnUpnSR8YTv6JnKd9BrLWNIO7LxLBG+6KfN+lXJTsJE2VjHmBuyKZaqZ9BWqPuQDokcNpCH9i0/kh1A9O070QU0K2dvNDOa53cJ03ferKNbH9+KyEHnEy6NGq4MbStAD3VcONuyzr1em8gRtJnRb1ff877d1ZzZzInZRESm1b8Pbl0E+srXPepSRGbOVYio5+pj0vXxi74VPpTOyx7BdKxNPdJqjHXigNcXd2I+vjvwke7+qSjvv/LtFQ39nlFjpiQvixZhpWiDJxy2duidmZC6+LBWw4VtOFuLRi0eW0MBeDYUctT1RsTz1BjGaTsVfsT9etT0qf/h17m9XMkc2yuWfG8CBrGTqH4fntSf7nM+TPKnoQFeabQSQR/4fzlb3Mimu+UA3JYObms271Rkd4KetH/1JQRSW9NcRc/X23rtoSwLypM9u1UnV1m94IV+ctzOjxH5n+mN/6MtQU1Ob7ufr0pUeJohL+qw+dkov0Gg4lds1vTf/dzWsgeAeG70L4dUaO6U4314JrVikxMvBkQiEINA354K4uCpKKTpEDOE8sZr36pxKcfzJUaVYNdYux5MRk20zyru16eaf5G8p1mGfR8MKSzDumGUtz3ycPXqSnEqB5K4MaN1VVT52o+0KZ+NC26iutJLQlT7s5ZWzVpSqR2mNAqokFRokE9WM2FGdnBfRNVX9f2X4xZoSmdr1WuzUNiRDzLVYNm9wwHY8YwSAXKV9E8Xu989SzYjEbGZYjUXzmg2ueOT2tP4f35FBvmcGeY9Zzux8fgyQm8RadfdNCb1dUh+IiTcIMp7w9oER5JCxJnNcITgEs2oaxCXeZA0nNePtFjY8RpzaQvXjgbqFD1EMfLaH4HJksnc+V0trMslkNOt15pX6xzMqdyxfYjKiOPVmiB8PinmPPLFR4ZaFxVaJr5+DdKk/r5lRx9FyxRRzYB6yAKoTiLwDYki+Jqk5T5H9VHmY67PWJlmKN/D/VxKunSNJ0AyTZtlVmdYeGZEgihRqkJLYya1EMzC+Lrc9XF2lY+/7NGk4b7rbOeA0csHI2/Zy6X3l7PzLCF9q9zfNDfnuT7tp11TjlmRt8hg7cgRy5U2aV6Svjou97BpbqMxeYMGC7dxdiY0Pz1Q+RUdj0K3rGqlxUn38tDxzpH3v4Xd4Co86+NtXRrsJjkT/COJZafnyCJsRlE/McrkSdljlxV5MyUixZK5a9E7h5PGBPd+9BmmJ6Nny2Xdw6cafkWt9PF/dW1mdN8dLMpWljzGtKyzAFwD0snvqJ8szSNNosYW0i0x2IGqb0UkMj+NssY+EMZqKsGspaHjZSY0e9xaI6uikRH2WMCQn9msJlSRe9Fhvdcg82LuoQ9Fo7l81QsCtP0ymI0yQWXMF3SaJW7MIoaO/2YHq0eyXPZnC6+3hsCX3opRpvn9FuG3INsZU3miXTp/8cuHueH68NmxPheAOqbaEdpwa9MW/QkrP0aYPxcROw5CASStbK3E+arydWIYmZIrcSsD2JJBUKDdGXNITC+EtTuivqkcLKJlra25mDkSek5oalWY4O4NBe2xa3BWW+BQLM5n7///d94pYshcJ4JyJzo2/frmSxx/2xH6PfvX17Lgjna+jIyFRKWTtmZuqW74WO12qnS1aSuBy8Qu8r0fZqxdwBHXFNrldMryKbG2X1L53Xtrvfu1lmmf2M9Hh3okn18jpr65FJ6+hxLoaHx7IInGRMV2lt7vy4s10eAMmX9cLH+10NZs/iuCmCQuHqe2yy1ru3wR1g7oyxymrWfqPeht7przvEgTt+rTexxS16QcHv2NdYwSeszg50Yp+N2ByDV0/VLpjLHyQA9AZHUzBSyeQTEWGhESPlUbje/gj9UModT8l82lBbqpsMhuP5JWBDEilj/5rFwCIX1s29ZEQxyn94cF9zKjXFYWM8m3Yf+shQCx/b7GObcWB7RDiGU2h2EJLskGkg+/rOVwPZCafzd/pwa+7g5lISfBj2vRpPmjIvbtBAkjZN4bIAzVLo1atCfKkQmFwVVW6hpAtew2yvc93CBbQ9EFt7rJcepUEDrgU/svEMekpfEFI2AgSt/lNBg+W/4wm/jPqPoLX8b5io/3dutpb7fuHhnkdLDyv3KHVoS7k32QMB+uEULLkHBg/OFudIgQz/4rqUx/nIEYdRuNsvsJosv6e/Wov0eZIoTlro/Yz2eQqIi/u6yae1s+b2ZSt1zmitQ748xi/vLHMJd3movyPxatfYSefwwKbor7Wfe/HSjhL+tPrJLNm/8iXupYPOYAVTIls7tN39X35gGyE+7F363I4TKs7adF04Spl1G9e3D811T8ENidUO1aFIPoiKCGjvTGtxN2fiErhSMhb2LMqqkboYWl3GfKCQJKxDWqWs5G0Nttbu9K3D8nGiFwNYAaeBCZxMclP5j99LYh+fzO2Znv6XEtMlSL6JhS+6zswad40+D0ebOcIofPJ27XYP86BObk52WA1OCtCAYHC70scOwxnRKwPJeyiku3UDXB+cIHMEjLtRyPqzcAuHDt2oM7mZccVckvbNn5zoJBIZ0e+1p4o7UdhTxZl6wQ6JW2psCYo2bpggBjiFRFTkG3216bnjlKj2UIpFAgklgbpCV/D+r9itFhSOWasadxeFty7A7R3R4rTliSGhnL2nLxResm1kU1p+aj24KlFnZP3iqI7RMHTDxhyxXYafBQWigcNxFsEt7i5Qp0pCcJbqMQng2KvgxGF0/2yJL/qD8XnycNf5ccZ7fsfR+FRPSNMFjKY29wTX+7QdCXWFTqL/o3dZuXzD9gpBmFZyz+x3RAhoNEtrlhai8cErDeEvvkANQNXGTx6c+wf9GZS+SvzsAVpCMVuHP2x7+UrVivyjrRtxpDlQdq1vAFk2x0NKsIK6uIP3qf3MDtLJ5yS1t5RIYDcGRWmNr6gpKmVLwaPYglkIOH+pl3tWu6KrKWKn0AxwTnYvQdkl5YI73XUdaIcod8yDvGx9oirRNMt5fHVWOgcm4CpQO0zxGFHumfPzZyp9T77NVzsTeFS/Ibi62PZGglsMpfmtb+kNbJWIvir6GrCntMBLBgGVhEuH4lV2tty8xozZq05ZNJskR2QrhDOVJEvAVlrRGL4OuEYmEUZ1Uvalai5HTpus25bKNca0yghyZRkTdnYWnxl2pfz6BcisMk366kNbzCnPGHzI3wFlR3liEBine/gp2rsDjr2QLhVJe2zaMaem/KBDwAaXZYVzWuh0EY3DaNHGybuRUsOmAUdwxsMVNz+9uCinZLHGV4RePbcNCAqgxNkm9WbwVgO78c2eB7dpz58SXBu0h5FHF871mjYk3gWwJJK4dVA9B2/ndTg3v9QeveydW54lPmA8FQ6eLvfLJMdNdNOXtkIpR6pqU65R4+bGVWT8YI7oU7YiuKcfM7eZHcm9hX1N17GzVAt0aD/0FzefsQbtXZvh0PeE8pdpokVI5RWJn3rFn/3lfBWnLZ/BGRTVdGSGp7/bkSz9OstEzweaG5KpFtBqN2zB3QREADbZpxct/IaPArfUwSunfVpVNJ9erud4T7XdvJ2fZsX82FEeSPgbFBALjcLqVTsiSXv3KZHcMYUEjVrAsPgaLvXYF8UH4ZQSQPOImzLzhJapYgMrcbp681bwmwuBc17GPp8fHq8EAlZbxbWl78UtHxg1zna+gKG08V3omq6Wl9pjpvsi/I0iZoj5xFyl36yv45w8jNuLY3kerZgjtsVRap82ZHJ/IwGnyJGzgt4USu3LNGwSGvJPFgbu38YoeQ6HFu9O9c19JG2ODFuaBC3LfPOT1Igq/REdlFPxilz30ZyN/uiHiUAS/wvLQArd4KQIqGllJ5ptgp8ncSSdtBJzJ0IDmn+BxuCpu0GpuWTzKfbwLgaIKgn5X3m2jiN6XxcZ0Ktf7g/P8fR7vRPqX2GsXz0r5IqS04zPnidQ9Ny6dw1H1Eru1mwui7r9cqhx+1rIdh9EKJ1EQxkYR48m40Pp2LHDIRGh8pOvPZLHo3o0hYKKdiijJDsDvHsGiBsyGhQUIECPaceY/HXf7gdwY9JFwxTsChoJaGgACXPkzz4NE4HWTLZe66Jm79q7d74NVFfen7b/B1LZDcwvX7lJHqrEpsRNJ0J/Lp602CxQmi3o+kjKain9/iVQf/m9vvREcDLbyF7tXneNYEvWq4FL6ANQYT7Ovu+rpWrPqGfq+Cn9S1P809m8Eu5kR0ZZR8wkkxWqlRX4WGCIDDclktKAY7JLkdpRFk+5G8GPgSJC1aEbQpUnq+i2XhAu62Ai8IY7ykd/ogbT/4DIbGXUkq1PXmyJgzqZURmhPuw0NWUbFvgaPVs3JHq9pwWDtH8M4Wm/5UbwXCpC9A4UJ8edxkGWDAVrb94CuJDnTUZjvMDdEL6EhacCFzN8gNOsJXbxoj4h0hy0r13YwoCln9j2iSchCfAe7306eGmJFy/qeGNSsV4BV6WLSav2hrbf4UP675um33rk819gfmP+oppWpu9GdmaPXTVPbhT7rEOC8j/F3dK3ujesOaGfJ12mL2d9oeeC1oNpBIHeVUnIg6muT5J0Ftrwvq3MkgbCP83Va4zn5xcCOtLI1dBb+dw+VFNpw/ShEKAEmJucHEU8N/caRS3vTgnYkHc7521ECI2vddbH5FvFHerKxdMGesQrOarJZ19QGk8kH97LVVlOlIFbuyNqraLc+w9JJvXD0zOWXGU0boXP1xGFKR1SdmN46y/0VtJDxD/dS/WHnYmbZ3sfR7n6WPmSsrYiYhes4yjjNs4LvMqbvXy6qfbyCVLwctFJnMngJsAtTtWx3M/5Kqc/joYyQnBFWVAL0RdbAKTdLv+ghXI//WdPowFokr8vJWzkr/1ST7gTRbwNumYdIE49ZCb+dV9xYsA/DFjCsILcE2YEOtjMSi+sC5N9Pyh1iza+i6PPUJgi+LNMftdpVi3fZzHt6FlCHGeCBgkUmBzcGBT8DP7spH0XSKRLMqA0Bem1lnIpCKnbocgjfHRpCOtAQKMdhkrmUhhbxRnEaw14ppPJD9hjAgNFXvHg7A7ySTLfuLBkVm+VcVDNH4e5a1phMtvXSIIvjhs9KLhjW2xXJWnWG7gfo7djWACCY4gPwaNoUMZxt9PpNokSGWP8TfI/vgt9H2lTaIdSbdDoXR750BU2O/Son5aN2j8nr6zyBINCfWfF2U2rbfTux57r7MtDaix2tJzP1LGvoD6J+qcPl0fwwBZ/kit6WWw/R+jcpip7grESLuxtN+RBx1SqXjFE5SKlO1KOVXLwoBCEImJo+KYObHF3JJKx1C9neb5Sv21acIclFIswQs4Vz50jNP9iwejoXHEwbu0ICe5OXU2JPL5x64jOTpfU9XvUiIbNaMxA/vwxP7vbfot0+fLA6sI2zZzY2sFUnbhrp47VzIYPHtKZGQ/Sh/tcTQgA5XzAdCAQ0zVPPDQ+IEoO532+3hks/1EdclEqza/2m0FcFSf1KXkFetQnhh0TS2TYrgZEjfZXZGm8QGd6dScxXBV9u15xwefPSTwGPmVe1mgpyFEqHrn0FGx6rX9CgGw/C2fc+bIB1PeKi8oDzUfW7lqbGhqCvjBgErMH5X773QfqkzmjPCE6BJWIziuSqXjboyIicKpbhVfFffePFSLiWXzKkpGqPvcvaWUrVbZyrx9Xl+nRV3M2CpRn7SqdRH3seoF5bivhiIV3VdOL1onrzWapFA9HvwMlIam7iExbI/6DItFoMplmbWj/0nxGcWJ9KpVIiAipI3qctLEfblbLtICZXfZ4QSCYMY2uoqVtAbepH2uxCgnXglYSEHw9CMRAuz2FwU9CB7B6xlC8ZPPAyTVWcmwkAL2h0VrVhDiQu4O0OF7Pj5hxcCg6QTZKNVBZMgkJw6hWHpm1DidHlInOzHBl5uGdrVy2qmhqkxYfHQ6i0nChMWGEjsp3xcqTU7lBAwgkE9N8vUjB9UUjN9GH1dLgtNx8/tBwst4cKurKxAqbB2DlRF1a85SMQi2SgFw2yxNpVw94zIhHjQT6kPr+7w5HR5IQoNeufo1ZukqpvlQ3TXFewui6I4Iwgafk2MO1cYe+BBrz18vqYoswmktWb3TxWw2KGdWWbREOXudrIBdrtLotZMtw2t2ff/+vXgxK9N1k9jOix92VRhoTj0bPVObPutuXnTlvk1xT4wI45wMZ0XFrEOoigQLPg3hMXzqv+BxQnIpMaMClMCHc3mnLjA7UF3vo6DgbtTq5nvN6RQ0EIBiuT3n6q4sv0JjgbA0sKfO0R76G8ueNxXHO8lG2FJgbUhnzDmCBsFwVC0r5PluLGwCUpqFpcCbVgEChrPGtGq6xDa6pACSviQU6wRBROLKioEJ0OkBgez68p4UWJ/th596ddTkH5+n+9zkQ8J4noAEIqUweEvlj0LjKxJFIaJH0ZM2e8ofr4VlHj2aZqQEEtqvBEtbfL58JTuYCPfD4U2a7MFSrO1dKJsMgxkmcCzK4tPL6AuwzMZEA22vDiXJgyNR9spJBzLau/Jm+qxOBg9T862QIhLyUQB0MXHEtEJ45KNZC7KwsdhHRo60SQUxYwnGqSFupIclm5IUtdHz475/ZBIluuVDOpFIDXrBiwuzV+MNHT59mhQA9K6WMpOVo/rSwV/BEO0tm3ngxgsheFwtVq12SM6BAavxLOHtW2y4gIms1AoEPHRGw0f5opUfCvrVwQ+m5krMq+TYEBmmq01Mr0L+4dTQ0OTXqZGqQKwyGnUtrudJOcelCpRkCBZRN8IgTDisrP3sHxjITTYObTkp/VvF1EPw5MNEkI2RWnC/VLCmRzw1BazCUxoJeG4yHgflGHJTfm80FwNzcbrECi/f7upQ8JaIRnEqtwJz3jHZxACScm+oen8nor2QJQOR3d/W4P50E5VLA/RhzkApEMatGEy2gX/FFMX39emPjkRbGnVqMGWjQ9FvcER4HlMbPJMP9nSYFAERXeBgmZmXFJentIH4pCX6OEoNYTLd0y5vd0oWWjkoGS90vLyiXRlsMmEtZPTvKH8rYlWL/+peDfiRWZLhdmqI42tx81PcaAoFiStMWKTp2IP/6oxgzUoZSl1G0jwR9y7rkf0/tDNYJawbFVVDEwYt9s59TVpWv/QzMf3h/cwBRynJvr7GfMx6j/3rnkDKJRhCkjNL6J9avo9jdbk4/8B7XeyJd9TEWQisfxNW1pQ3jsDsqqwqK7dFlT13C3dYtztJOfrW/+DL1zJzyo3UlbMUoWr6tu6OdYn+hOU2ZaF1aHw4zJymiFDmgI4c+zCrXAzxjjDvaHNSafWw+4qf7Jfspt1ZgEGxlWRfuLjUq0A/ZD6VEfuotDIn2B2Q1SuHGWvUhUQO1udOmp15mAVCAoy9mar4LgVTKWJESogRYJihmIQiIw51eE/KYZy9qPAmzL9rH66WDUydK1pM14VZeCf6V+t+fv55exBltvHugjwYyvqw7oqUNMGk3BCQB4A8HFibiqbX+07WOjY2rj1hFT1PoH8B4xjUOHsexvdmKdCKOFWiqEYh2569fQ9oWg+VTlZu9fkEkujyGQAvRAbzlHmaKXDtTzGGMKZqmNkPR0V+d3t/OigxnMCg0aS1rwhM8BQojNXSLXENDo6sZaPU+DDuPIWC2CJCpqAsgM6rzLdcABTaVaHQPiURdG+lTsGVOh6jq6w2NfYN9jY2LqOYird7OzxMjUW6Tt7IWumBGOp/DGRAEPhWhNzkkbFbazGV+zMvHzIgWShBh+iWTiXF+1tyjs8u0r6deD2yHQ7H0swMNZisvDq4Luf7htGVCYbvoEzztuie0IFwqAEbzmUPbO62NfByEYw23htqAmE66f/ZmviHg//lMMml+gTxbDcXYxe1w64QIJprRlUG+a27ubrqQcr7ti6f97Okbbia7Zhd/dhxuam6ULc3oMh/cNSgh7NHyovTV3cRyQ36H5IpEBLKXzSJgXFSfJ2oJvsxQYJIwaRrcT82a551G7GtyZu11yZn3otqpalwnrx4zgyFCuklFbN9RP6bzbTEyPFS/p/MSUuekpXzAWH3f9ecL73aFq2bpKrc/X4hLfElZ9d7E+6OShXu9JW1gKhA13ES7pNFgjIdOgZ85JCOTY72HpAzYFKAFGHrhS4vKzxeEdLHYgB8LZIK6a9iB3TfzB+xbgzOoA3qiGdyQLJ6mwb1iPPcafFM8l37Yui1WRYlsD8ykqgLtaUFAT1u22C41PsRwUfWlpeJliz6W4VLHd+fYqkTnLtuL0N7kDVhOI7EnTqKkympqAaKR0L40F9UhBpmxdEtfveKTy2alUoDAIUDmo7xDEpRKLagSamHJHkgq9s0M4/uNgZ1O7stwtEB3l1a0Wzu73Q3d6uKehHPsccLl0UiKpGyBttqcQbs/1P55rQkiumr9IYDkhNY8f9xVtD/daL3lwOV/pmvhpzGxpm9h3rv429Zl6f04U4CcMffQneSLhLYEjCHT87riOZNohdhJDRiH1kKO6woHETlLq29fKABbAWYZMLe4iG8h/AuFkvkzMR2eQ7e+wTtYDpZJaCSlyYDnprlAhMVAMFdsDR/dEV2GJilzNvDgqDR38aRZkDNjLvzjTQJnC168FMgx0sfpuU+zcXMjTXPxgjNaTkxNafZ98PDGDaE5jX9Vgn6H6LN4fnsWriQ2ugicqANG1cmsUa9Fae4yV3aGWRRGpgxB2+eeVhBsqAsUuAbt1uQEVkRYZXLiKLTAsFq6ZZ6S682wkBYzKdvKXHQAGor5NVxe4SJy8hnQqOdzswrcd+4dUOQ1jqpmN6FO30skZrPIXnF7sCJMjZ3cXa+IGXpgQPiVRFFol8wE5jZmsp0WlRx+aKtHqTXGdVUEN0fk8O3ruMQVfvcKwbjj9S6IIzPxUBMLjvpUVsohvB9uf6yv79qYBVBmNqDViT5s2zYJOUDd0pb3ppkej6UC4DXPmjYy8vl0QDcKnuFMjs4yCR321xcgdPz17SfUr8BiSMrk79S8AYh3EsvmV2by8bfJijc9zNv8Lj1ieA0lBWQ/Dbp/we6NYbPKyyCSOeBl/3CQp4u9SI/SqQxLyOX3XPCQxduP+52EnoSMJKCwmOObQyWWMKiWHMHmDcnGygXmgwGd3W50dqO8OoC1Tchg4bORQoSN22FzcJMmCykCIi0ScWODo6oJm5NAqUnix+jzYmvc2RS5nanMBTNlUJwWRjjdAYlabVVMKNkRKHFQMDW/GW4ZJ7ylwUP4x8JWibWKacC1qpvaEpOhjmqV0PDJvwRYP3HpZ14605vAW1tQsFY4qZwZsguhnzakANo9ScmJKAi1YwbNR5aaFdtAqRUXveBMYiFst2wF3MY436xNdtr5+p12VmL1cd9+FdzSEi+k2s0lx0lpH4iFwLbSgs+h1qNU8509+iFCs4MEUAZTBjqmbZ11rHaL0AQFUASfyHPPz6XvO6e/F6bPWgR8cywWR4UPyzrgxnBI9oqvZ9npVhV1gKMXWghSPmbmzECd4gBlFOKLrkBGwzw2482y4C4dBZO6TIEN1hAvgSmTWJQLBDMiTE4+lF6CbQvUFJh3J9bB5RWVqT7b+tQbXONDPOvxhUP9S2Jgnigu9u511sHWsJqBpdZUnhgnyCCCb+/VBvNNR/SYex14uCQKdgasG/o57wqrfOieRrCNyXjKyoBhEEBRSdvWp/Mn7X89z3p8Uflv2PxeQuxm0/+iLLNaZvpX+gE05qkjnQgHNJPOeYFJrAeVmDkj2/Q1DA5a2q0ORQyn2ebAMh0H4rdwkyfG2xZCh6R+u6X2VbhqfRUa26MQV3dF/WDuCQ0RbfcnP+gWIaxAIACAg0MgMkPZHvnRAHBjrcQIbBPdu0/Fodgfeyi+QzIOyeBrQ4mD8dFrgfYnjFWYIq4W6UM/CL8MVPJRXpDuDNqduKRrS/HmbcUzzult7OokutudFoEAjh/NrrC0XeA8aSgAUSZ3bGRtWd0xnyAPc7voM+yVaE8BSqal//E6nE6JSaKVN07B2CSpehbauLr0CyMjHARvdDR6z4q5cOPk6amanDCPpGv+eOUMyKxVqre2GM/DnEZ+Oih8tkK5jvyUy27p6W3GCWBOCy2rlY9kzf5snZ05oy8ZXFTMJjGJzMIDvhcBOZtWPHZuHwYDtzp9O0Ir14cOZN5TjlxIoBHaCAzJbDUU7SBqi6imZmVfiIzW6eZOzIFhxDi/gnx8Z/WAwHjM1FdGjGnwyCURQ89GASPt9k1rp4wxl+j0sREGnndKJSKDEVzTvjfF28MXpFINGBnr3Da9O5R7PLFVS5E5YNw7JOrRvrU84bt7YvFhKk13ZtSxurOoT1/uZ6gyww8O+UUXBmqJXVYRFgHk1zTyWJUMKo/pZ+9TMIxL97yIY/7rjkGkgVQa7VD53Y+4YH6PZT+hFkb6W766brpqWMxu2LHbVZSVNVogGxq8IqCSDnCIc3OZtNY0MdhAt4TPAQaU1hBHacA8StvEPHumyXrT5QGfDgveok3WfaAMYZvPIUJlOuHcjW+5YC2TQ1zYLnlrrBr+JAP27IJleMezgE7wSJUBHtLokCiBy8hfjKO9nQEhy0tGs6vXCG90dlfV2Hct5cRztEwA0j6JzF05YvOwCYhKbhKZKXNunHRf8vIZ618PeEVLrZRElAYgpbxCCZkkZ1mYQb9WPh9nJJUlTNAwTCPu43sbJs6dmJZGdA9k61zApVCUEz2c0hthNOLKDY8fDzginDzcnYqLc/xMXl5O39zyRWOcx3a5rO1ILV8+6Zfyp/HWi9ja+AI7fCuHY6nIIYupBL+2v97qCzi+H08v0i7op4TB90puxji8Jqgs7BGBliXrc/N0kF02KAtrB5ZINvEMiUZxIyjbiVuWeZeMj6Z7+8EwKJNe4MoL1r/BYtb469ejrMWsDgODkoDkFxQA3NoLnZ39tJEmZobOekNxSYnPEhAV3TzOnCSSqygoaFzSRUTpQ9H0HwEdFa3dHNzz6WNf6Hj2L8GDRYIuOuQc/fxpXvjGK4rOn54xfxjXpsnz0oJKaTRAYGyHeBBO70wk5pCYNsPSVJeqxRIunZY/0OqP5A80B10MjVikMWh8fWc4PDHIpDwL7kBLAo2aLxbH9aIvC+Ol0TXtcAHIf9ecym/r6JF0kq5whxBhIGrppXTgYkWREpwLRal59rcm0KY0YNivEYm9tSTSTIcEnfkiq4V/reeDSnZpvgzBbO4AaqNaJT0nKb6WOJYYZeaIFMjhYDj8VMrhx+wqj03nOPWbuy6sgIe7jdZ3uH4PyeL1XChIlHSkdgtyqyJqRG+9RxBHDeaYaQP+soRsA0hljIYlaWEmObNkibbPHGQ+8/wOLWkNt2xNEu6+3LDZFqFUQe+UJLacVkhHfOez7AqIFyTHDwsL6vk6HccSMVIMFXNc8FogFCSRUGrX24e9j13Zi8Zn2Dhg57CGIBb7et+S8qTLVtRYjxkVo92VeLpydFgvoEHRcNcytA8IXlsxflJ77wjrmqyXGbK8yYeiOmsOQxFVEic1bpiQHCWhJ9dDWAJQMDZHg9uukftsW+k8lhtOg3NjT0ZlUfrKLZJnaSTzGFJO6BOy/W8ZN9JXepoNX3S6uSI/6no8UdXrbCa1kUIsNeylIvp9ElzZEdtpXpN8fcPwsaJSn5y92BnotGwPO38kiYzRu/knZHh34fJBKsbNujEPX3fwZiRvcpd3plalFSQKyOlUHdtIBmn58wP68tNMFtviFvzkbFYHY1ygp7y+N08L7IqaDrf0xblShkQp113u+LyMQu7RAdPktj0zlejpcUbJTU3J6MiThkLK/Ge3ydjbCq1PTVv61LBgEhD0rVdbcELOiXQMu98Cacpc9vFg3nsZWOrR8S8p08apY0S7Uqf/UHZ67ot4n+6mNDlIE4Zfn8HZh4Uj6boxovkm0+tQwi/W1dahp9Umrn9VnKh1jqjgKZbvbDn20K32OiHlfcmRvD1b8hIqspk7p62yAYR1e7C0sQPrLhqklnARveIi6iHq4gYs/rx8HHYOqw9uThmbSwwT7TYzdQBkPoP2NoyXBLvPeS9IFqJ93BMekvHRkYMCe3FMgR2c8SSS8g0K55zgLcTE9GGhj1uO/vlzdAvdblOMbjKOxJ/gQKF/ku4a0beKjQ+/Dg+PjHhITnDBoonH47XeEB7SMvHQ4wgmBOHpCzMDCafxhPORzcDGZoz3eOMPKef6DBEBV1AnaII3ZvI+kdoglgJzIag7FfxwgdUmUf2xt85jDk4fBD5PZ2RI90XeMXUJEHuEzF7L2q/8VuR98ejjMttA50rKSAWVU+EWHvYUPiF+9RabTOleZBsQCZjmcsDSNS/nHZBHeU4PV/4ILfVgBaSxG+LkyZpMSgOeiz2p1ChSpVYyw8iP7E07vjqLLc/sQQgwPBnIpAlMwwcxTDxGKNJK7q30FEwOhu5DbKhZ9/bDTo/8A1837QA6KpVcOM2P3ncIoOoLDWQ1J0yy38/lpu71SPdzNU0gnjJJRI4lnrZXUFxweXKifoWD0o3pKXFOMAfFRfd8KYko9UAB/NYoIjuRSkdakCGjo5dVpdssV0yKI0XXrNJFtq2EhxwYmU81Lkv6wZGxkab5mVNsc28CjMV6iWSSEzfj6dOzOyUFbjyPDzX/Ko8UD/fZaXW4jrY/b4yTbUmWlyJtkPcuHecUWEzz3vfGRqWRtbWRjhly4sf1cwzqlgu9n/m0jg04syGiyMt7TpNjxnnZl6PtBIr5TmaA5zLj/SH8bhsiNWhVxEb4hkon0GSEQgDEMuXyc3Y1Ed4J1tfli/DKQ6FyEz5+GC6BrBy13KQQiWtnx89MaW5O8WSbkI/zvXUnrfLS42ZdoR7xtUL7cxRMt7dByQE1U4do1Uujduacdm4tyl9lvDkQZfVWByJtk68HiUISOu9HA86rvnjWY/VaWAquvslvGhvp2nn+5fkA8sJIEEtnVJwcfmNOB8K4F+3iAIdPWks63GLcQQeAJTlDCV2dw2/yFcqXF5i5yNV32zGN3SkbKKN0uJhesj+xgXWAxqaYAy0UQQGduoo5rxmLowCn6TlO1tmEHUyt9sG9I9pBMll12unh4b01x8YvXx4fPWYScWwUysdq9sbl3oeIvxG+y6E/dfb9QXKpWpmaFs0C0V3TQetYIBRf1XbvTQ+8jzFWHJa/JhlQXO/qHcU2WKOTMuvrnW035KWxW2zSjye7HkGpyVE2UrsLUwvtUX3r65StU4fsZX+V7O9THFxELXdMclRDXbnTjm9ybHm93YJYpc3bSl5mb+6jDC2K6Qvwy7CHlSiVWDPTUj5c1iPqlgk54haJVlDppZhR1ZDbkR4sHmH5ZaTP5KZYmyO/KoXf52dW7FRucfmPzUdMlyiYwlop02+ETfPBaY7lISNa0RgEykgFLoPQJPGJyYBX+vW0oK9csHCpuBXQKsi29Y0LFy8PlJUuZ77SeSA5k+9MMpeBGnCnKNEjWi0paY7BuPO13WrrtNJq1K0ZPR8avDBik/PyG2BuozDgYV2cazKTSSm6WO1F2zhmlm5Esc63uyU4kkNTLt5v2hWLxJsY9k5n3yd/ZN1wrS2d2UqTPWG6ir1ZPGzc7MegDKNPGllkYslIbF9MAUMKBl4bXcfK0h3Rbw6q8cfgjz6rybnYqKj8TmuxWQmlkdS1PYGa1MPj9RdmhedOpazsA0jOXpW5A5/OGZ9m46g8lpcfiSh84kXT5ChTTLXXXPmfij6cdcI0D3ZkTpfpvvV+tEhO8gCrW7FuRMTMymVoL9qIKDKpMaJoZV/KlFFuVj2RQ+T28JKo+Uj/HBt/RY3vZxtpfqclqkKl4zE1/sbgY3rFlQt2DYE+YetZgPElsWW+JmMhoIkVcElCDcs40LNdfkEtbKE2NMMxpZiSLxWwW1wSXFoIDEn1ClQ00BxXufnwYWE4J2z6iHhSWazfTpJl+wDGajM63O0tBjpHkNs2F+UZdtPhYWQkJGCDTSzclEP09r4EevAztyFxhjGTmPeP4F3Ti9kX324jeI61Qg6NyufGwGxduL5Lw163D3QOlfS51sITX0BZ0PwXdeycZ1P6tWuu513QAk/GpJcmdjr1mB9Og9th+kwZ2BFld8mLnvUtaFl9Oh6owXhpIE+5BSCVinh8K16Lw7GyQ3EBJYR/A+a4XXtbWxse2HEimgnceEBMB9Z1cNWUHdXDarvqgwsL3NYtAd3oo1s9yX+LwPWT2KayXAzxZYmLanFb/iXvHLNeV6WHlBoZJ+JIatN5wmPq9CVKOIoYSW14lcLlPehDL/pdLibBdzTNRN7DLMaYF84Tyhwz+bnqlCK2epYUn4NgxVWpkBbqwQ18TTofM1FjIZNfx6Pl8VcoARhXaoeQ0/lx69ZT8iNmKEc0R96XST60p9TgheRu1dqERZIGDvzZqf/3jfJehJuSgOaXy5eL2jxEJD5u8UhHW8cWTYknyUPUJpLHuCdv+HJVbQgFgByKxhH7zU7Lz92+f3dKAT+JEuU2l1xBPIiPTsG29w5aSzUSokTBKZj8he8dSGk9F4Jp2XFsUwXO1TqcQhoytiZ5WZHtXhvZBhdi2K51feYQWStsf2P8vlrbbUzH1SU5pBXjpnPBxsyqWe9P8jHp37pZRDIOTLYKv/2/yqIl+KL1YxUrN50HVpRfLnJzSXENcBvXqfC55bogPhAEyWJH7E56lcW9MrJxlliT/UT5Sa7WYYr2ltonSP8QVoNUoq3snLyZnx+VRcl0j3z62ke1M5YoDW9PdHJKbA+XEnMCPOU71fLcMylZUfnogWBnd4c4BSJvvSbv3zc+F+5j0a2CiF6i9UAmC+bRdOpUkwcSfWe7HLEkgn2I7LAwaLpovRMpiEdU+gG+AMdzlON5NHLsxwANIBQAf2/qDU3ySDsLzqZ36n58qiAhKOvv8vfP+Qv2htngthn3YWTYByIJuZEL2y1zUWcj4iwxTbAWnHyvrS+pdc1o9lKUsdMtxy5rJEf4SyzdhTFhFT1hq/yMWVDHQcYscZQlIRHW/wpPTgUVenZONtdepcYDPvDuxqxB6XbcSodG8NO9zSmwyQovnZmK3qpszJKpQjNHTRmcrydbGJAaLG5cFr7njFwda97Row1tMQWlaG20b7U+IdMa9Lvw1WpNMEMgPKbp5//zB+WftYC5345cvby7u5G+YEt/fAdfeE70ERFgx4CcuJ5wVx0dSgzoDGpITPZND6k8lOpflJKJPQf5f5+qkEMFFKiKBk1AB1fehc4l6om3Frj9x4aC9OGTZhSXf6OOJeSnTW7YcOahC1oA1DP9QD4n9k288GQN/lm6LEIEVLOXdbHCSvU6+QMbg+bYbz6vtWJeHdW54ciRkt6LR3iOul9X62DPBEgMBI+SIj20z5+j/gF6Jj3eBQgcQP4l04xI2fPYcWmTeBewREi6WHjPauqEr0sBIBZ8QAAEUVQWsMZQqOQrBxjjOnUe7rJj3X3Qnr1UspvLC6HwhUI1jNqoygI4MYLWaMipqqqcp2G3mUZ19lhMY1uhbk7XqHh0Tt9Em1jYxSoRTjgEAv3wxtzhw3M3HgIWiRV8+PYYhs0yDX+QBVJ7Pn03OPjYLsfhuUeOnQTVeRHVgrCfT2fBI/hRDpaRmnHzJ6BnEgrPZpKquBLCBxhL+FmItGCyOY9o8zLqwoTJNtr9JH2THq4OHiCXgyjDVD+777IYfUGtYPcPNxvUBTiU6IAYTBlIRlISA4lHigoLRf1GSghYdyFTw0vScoYdjgAE3kBFS2H63DLL9ie+6bHKjJQldlvYn1s3voIfU65Gs2q8AehqhhSHWzXoaKFNBnQsobnhXv+h0mkj2uFDb6+0znHCp/tap2Xo5vOavXSsv2XjGVdp/pW3h+5wX9d0qP9eKj6yuLH5Vmxo8fkXWppRo2pYB6fPHELf46iqgjmpcQI31kD5GbGLgq+4J7QS0O0WHuOe4fodq1s9ZR4cicRIK17Rl7rF3uphL/VHhRM2jHrVPPA2KXnQtoflREjkd0bLz/PjE3bl+voybka9KSXDZPjz7wO57i6dKeEIFMbblVA2XsO3cgmN4wR7qmj3yDyKTMo/s0loLqe3mI60ZGh0WySd5R7jFl0J7OKyZsWYsDkmNC7aOwDmczuPQoyvlf32ChKaa/b1Gdzm9fWVfs8+qGopz7B5IlTL4528ar1NVRuBAulkzoJNvN2xrbRb/4RE8Wc0D3saK+HdnR+pjAKhFzqqPIM5cakCtwH+Qc9/FAIFf6EVdwcJTH27xUE9wqM2Exuv26BldvjdQXURlCtV+l//H/ZR3jNm3j+f5OKVG1K3XJcIMAVSxgAYfw2kUl4g8yz3mOtW0XeF3FeiGx0Vgn+y7jLiYEEJH+V2qUepPDkLD5PKNG5YO6E/uwuJP/KnGyp1VjD7q+S00+0De1sBNCKuEMPOgiy2F8TughUacdO8sec87OeSUkuaK4IIB98dhms1yFd4Y0bshPAYUAhP/H8fPSrC8KU7RRL7gwWZ1RhEg36/zzoX1AmSbVxBtr5w+LLa/cvrGVxYWKcIZLf/q/Urv0gOazb7/1pi3uzfV3NYDOSsL9TNAyRfuq1RhBMS8YRaX5epvWhokEz1dXzXxhA4+Q0JwtbkWpSmwtR98UlIwjrGi29LfbuMCsxhLy3Va6PzeFZxMMQCwnLKzn9MQ5Bf4IQIFEQQNmgm6LuTU6VxfXDfqPI9mhi4fjM4vhCh8V54jlPfoWO+qNU4VW0RsfdlfjewuLYe9JlWVVrHOvR2xq8L5Ftt6T6FvxOAP9MN0QjgcBt99F8G4fkQZ0sGQt30ofrDXwol61+kZz33SWh8Lt2lxIXy/lYOXjHkk7owCSJ7k5Y3hoNthnPQOcgP6pums/TRQuD17E6elEnBE3CHzGl7Cl1KrCDqEPY6TbiqpdJ55CWJxXWG59UGAL/6R+YEzf9W1oGhArUL5tIBawJrPG8pGs57PB1P8UdK16WheENOajMty6obqu/xEFctNxczOYofQsaSKFQKYNpQDB6qr4hYH+m+aYqRC3cIUeU65Z3XwdvwgDbjuCkSIlMRICMTFrct6I8MCI8sriJ2CQj1hFzuGupkfm4VsJEycnIyT2K7NoJbllSB1tIKUhgPq0tjy1nz54qL+K80Y12RPrQUpI0GjHB54KfmgWoGcDoaBEddr1rQ6NjIJBIwCov0+l/qTitNN/pZMhhsFQpAB3iH6jYHcZ3hCbedNJ/V3zU5T9TQopx9EVSTkHL8ZjX6nzL/axYgdAGq37K6fbtwxFVc0nVyupu3sXNWbLjXqoVhh/W83rKODX1Wbdrxx34z/2dtho3NLBhcN219lS2OwYQq45oQLEVIm3ED5yRZeLg9DkUVmPz+X1YnnvZD6hmyUplph05Etfo59QOdkS8AC0MZYrKzwdj4eJ2hQDhgwTJJzKosIfHRwgNm3YSybkXx8zjeYvH6KxJRkJQy7KqY671DWl4/R/f4Vmbi7PbnoLGyBPsXKELr4Ell8/wrFIk5rRbuOg1BDA4Lw/Wc7wr/vHaopdTQNNRSQrdIINd659Gzeex8/3gbvq6c1qPbVz+ARRv7Ehp0tNBGTw7P3JThk2Me+5Q99ZoxReUkVihU85Ka18F9C+arclkYDqMhSBxoUSEuRi8NZBCe9vTVq0e0g54w/+/U0TtqFwc4NnQd/sDE6qrFFq7s0Ak43NV55PgL31FHtP0vWrWQYTMGPQYKy8/0T4Gqh8Jf1dikSpqZUNeSokmxUnOjWj2OkHzavEEjkYysrIzwDiORc3Xr7uabuzsu6+ndGga7+i50itepOupLFklUJxeBNpgalcptN5jSIvI67xrs4r5zBwPFYhLHcdd5TOJAWixZrwliZ5iO3cUswf6/bp8G+4mYew5PuDtdk8mqIV/jIj1jF/jTugKGmoJkaWqbMqRH7EK/WLUkgOO14Hypqxd/adshsaGCKm5U7gElmwIT+zvPFSrqxfbkXjPOL2PtrrlFwJ8Tc58INPa6QwN3TGp9KRmx+eI8KIaeWXBId+Ld81eLXpL9SEyMLQt2y9twhPnEkUABd97E0J9wxcy5nVX6S7iXwKE+Meu3gPHETMu+qWbiBDBwidDOjpcbPdRf64zxnyELCTn+ccZburrBxq2u+XSELWNcDdUJQNVx8V2ykuBDQUq0r3DNUGFvfB55qWxO3uqRew9GhvMqM7NG0PjLeEx/VHaitNAw1JtWLJGQu+Te+/PUakj1QShcyfTUeOIH+vufvgd4dFC9DfWvqlKlXqnX5eUAU7/vaCKRSLDG/UpuI19wvy7CJK2yAhmNczLwaajx+0LM5ubxe1TRdVpLC3Rc1EwaSYcZJb7t8SqaC4y/UPg9Fnv5YuAiVbhRhyJW01J9CT5agtbxitIMpYHFik6xs1bdrgLpLftKyexoAgzPg+HNDcNeqdnVwQwRjDuSpkZRw9QsKivorSL1ItUwMCm2Ojs6VpSnElA4KmUoN9JKbJe9joubMG9IZV7GiuLleSWBYLyTHTSnx1nSW2VYFn2yNkv8SgXLqYSREswAAF4jPMmdyQjPSd9fL+6uMjMtQLFsszSWy/tgyuxQ4j0B5ksmPS4p6c3VnFh2TKqIxWaxb9kLnYtCR13ero0W0isC8ovm2IJQebjQSY5uqVZg5mstflOMxWTQ7RFk/QLYY1W3ly7aZ8aXJ90gMU6K/fWtMFAh9AAIoc6vgodIle2oXUhmsBKeD1u0WsJ4yx3ixQVcLsIgkeCAvSuiXF8WNBNimKZPdq8a/4KKkiO7rvaxiMV2IYJszAQs1Hg87BpEE3hJTgItRhOC7GUsL4lcbYLe02S0UHmYEsRJcoaDx5AmJIoRRxu8S/FLthaE1ocxxHESl3pHnyGvo7K1QQXtu8ARuTM4rRHMjc0EOTdVO8i0VmXmZyCw6d2MHr9Mu/jOkG+cdHCSUjxzmuVrMARV4C0LgqLAgrDmnD1DmMsBvkOxnp7R9hxXakGcsrUM2k9pw+2fjKWSaWwwBxhHdGM9B1SjCax1NZ082YTxhfonTYo+IwWOqw3uQadEiBaiw+S2hRCiKehtgyLHm/EZWCEQDi3ql86cYb5SHpWqgrmZX630kX0pO807NhPF79CfsiiOjm861pT8cUNe/fnHle2p+63btemtQT2OevkaT+8HYsoJhWSEfvjKxdvb+7aN1+5oepduL0p+mMeqxaR6U+gsSoKmSiMyxa3D8xBpC+H/Wn5fontju4weXW8HlmJSOvR2Ouuj4vY/ZT8JdFpd1rjf1aDfZ9WqTWsO6hYUJo56ep9xsx/lJcNVQ1dcWd7au2Vz9baGN2l2ouQHuaxal2TvCBoUEZ9UqRZW5qxRzEOOHCRtBMSMa8BpDN13tMa/BRIj8+avOw/N+MyLyQklectHH604QDU6eXEptKisfOKMrE7d5z39tMbsxd1C1oHFXlz+qVP5OF0HAuv1ql2aP3u8oHJX+bXy0lt/Ley5K1cPGKRx2SleMtX43/3HLcjMG0tLoBQwZzSJTNK87iZP+bJTULxk7eACncWeLW2yFYAFxz73uN3zgIdu7HgbylF5WeW0jgBi4RziiXmmQxJRmgibzsf6QQDPGZMpCJiPQsvrRGA8YJKI7JnB1xizsbLwBem//jeeyQeRuyVmIqVZiRaTFY37PraS2dCoR13cVH3qX/Pi+p3D6shUGMQsYX/S7N9eJnjUoKuR5yx2pTSYRXBX8MK2n/JThEEU/U7v4oWtCGdq3ineyeziJqqKZJkADLo1C7g0rX/k/ijaBAjn5CTB/eNzROJC3aZ4nfBPn2gRqlhRn8xM4rJ3mAWKYO0fcY5uHVDuiHNUoRdz29UnQMdUesC9LO0yH8zoSrUqbmreiPs0X5h9M7m4F52cu9eZx2rF0qstqyVp+ajypb3pCoDytwG9wlCST/OkRj+PrWtqU9sj7QcER/on68pwG/Yx5o4dvUrDGG3qYgba9s3VYVvvMu+x5T9rS3EBHKeyIYyIQC1eWTk39yqdlm8w8IGRacVN0mzkPfXfuvy2tO2qv6WS9r4o6Tdnqby/X6vfx5nHBFfl2KOk0y4u+40KjA5wzdse6GukjAOfrgvuIw+s8/j4wWNdBkDg+QPul5KNcQOLb5pzFl2sdkuOwGld00MVKx2aSzbWCy3tLydTosvoe1aq4UYjcAXGpnVPJuHlZx70eompdfLgdJKqeGVMlC6KqHbec9xNZu/Rn0Av484p9nWVsO/IG0HjKRswIdu9+AApL1m4CKLGXyRtVT9Tf14V3glHcdEB2ssTyFbEi2oudt3W8VVIofMwwcptx5XW2CozEqi8h9BiB3QzgKPaySjhzyRGI7HEUINoelqYsrJvEbYU2lyiyGT55rKgcG0cTJF+9kwMag4TYhDLbRBtS+XQxwmocXNO8bYiUV9RaDnRCS2RG9vjs59DVc8DAdGf/Y9P6j3ehvZ51DXxhNEMWWvI7dQfisNOLmUcdZtprSN1ueXakuCgoLmtknDVDCqT2CGh9ENf37szjNVR2nCDYXoEbaZnGuctloyZCbkt5Ynz9AcAAmsKCziJq1oHxMPojqcWlllQlGTMH02qnLHxYFRHvLXQHGjRpF06q2T41NBWTs12AmOqVzp3mRPrjXxr0oEuOtOrHo1P3dqRc4B3HCBwAFQSytIfDIC2JXrOgdmHwSrsMCnYDOoeQQcmM6+SE1BQUV9pLt4tWukh4Y3R9r0l0VR09qj4ZjPra9e03iu08LT/ZoPQ3TaLneO1B6ULq9U2bVDQ0Y9INLHXhxiFwzL+1fwKsXVtTUPNpQbnoXBtKlnLrauL0jkOAcJfu53y4hVKEVvE8/O6Ljm01ybz4SxygEi4ad+DOMmFoO9hws3WyN8Zl1u/Th6YbrP+PI5DcnhMte9y+Uoy4nZjGBT+5D54zQn8nO7WEeRKHoIjdeOkB7c6blmTFp2YfRps9HrC06606V5ZO5625LF6tOqzF9OJrDHAYDd6g3Yvmphf55yTsMoOe5DPGz0nVIcgYErZvF0YAvjIh1XLAilLe3b7W6WEFLDVnXmsYNctMC3TP52awV6Cmv/HW8ltAw9TxpAewj35A08jX0StrZ1xyHEajm1SHzAOzRrC0ymVCmmiYhFKnbF9587t+Dzdd/hv4mGBARk2ulue9oG7XkSF3hyEWnpgr6uc4My2LkTmS8/yp3/NGj1isQUJm8bi7mKIAOSdbK3esnftl4JN4hia0wY3ZBjWhqWjCIWAFYDtI3dRXSGw9tjLmJgU82cxfUJK2jmJhvrEwtSO8Umu8z1DVlKNuSXOTNVNVaJdQyj1KyNP9zFRrmRqyjK+uX4SJsdCJ9mpcL7ZY/BR3hw0zBsxI7CWmnEdyrhMj8nMrq5Mm+KekhYIm4YZDkdadCpqGJYeSbZg6BbbUbWijS/QAkhKZX/WbLnoh9If6LGOlZuUeFswlESj1owxwsBTVEuJYWbUO6IM+NkzYBdMmLB95I172KdKESY1s4CxxNnqSoRet/z1tEe9j4ahhusm9faeeK3usiVuhnEjI+lHs6E3lqT/cCgvOPmEndfKtkobR3nRG772ONE/lqT/sMgrPkkItKWu+I8Q5YWLV+K7VNxtCkFqmPcvYogHpoizWUZOR/91F2P+BPe1jlyuwYuIzzrraSW6luFmVSxwF+aCSeyNcCD/ll55tuuVHwj3QsBjeMIyitDsG/fKFg1WYuCnNk4Bv2QL1tmN05lUgOTmnWwUxleGe3TEiFR78JboUxEeL6VRlVn+pUv9jhXVN7fkIxKuu3AWUWNHb5He8Gf7UaCARz9lPIDztOgFdBmG/edKoPjprDi3M9dZtbXeqPxGXjqezIrjfO6Oypo4YHJ94FHnwWhG6TTV66K6aiKzOmuiMjtro84uLO8m/tZ621RJRrdUefg9nUuZwjvCcHICJNzRsoA4Zl+bk1RJH1ZbhYpbAbLFumD2wuYuTg8wzlW4qeM4SQBZnpcNx0Q1D5U39m8tChwh8212OamPHFwvtUtSmZ2x4iH9Hoz/Nv+IDIFi6R7JXLUrJ0nnZS+xnWH2ykZ6G823EPu1e+2L8/BQfPO1d43DNGVqLaWgdMLboF7CXN9TS9crJ7xK5vtSm4JT9I4AHWaZ8A7I5oIDNL6W1JYrxmX50Mci04PWahpckfPKjOBFzS4CxT5wtubtlyHNXOy+9UL14LjDfXbahk4hByJmxeu641KLMHLWR8Dfu8AqudD9HyCtxvaVjS9KleTz4jYbmE2a/vFu/+vKfourfX0YPPHtjh1vE+Gw4JjnbM+4+3Dv/L1mJe3e/xBuft3YV9VY7lXhvGwRQSG5y40h06vC/f0462lEKrl6EjPJ2UC4hUVZb8oFStJO8UM4ZqQEt5IsA+NSHRIJnMaPg23Wd/CsRRsOwfEoyWn9d0yMBd9l7uM363jQrLvy0zLt50x6AKwgQqIIwSzkJxpcbkBP3qRsC+/3/xhvPGmRveNZVcjXyqOWOoc4lt5w7IB1o4ha5RM487kmPuZzNFBjWKFZ+xOWxd/P7wvlEY99dPKscI8ttAmJjnlDHCbqH4N6pbHKCg5aYDehKao8aZ8dqaI2T2dndH94vApoVEm6H3cxYe5yzMzeMztlrhceu5nlMHT+0Ov8Hv1Zc212y1lF9o3ewxp7Ka5LHpKS9lkbaAH0ox0mjduRx7aF9xtYnu7W4bE+VCmrMP9qSqL52NevjyQ3CqC/k6KA27dvEsFVY2uXsXfx1Fk7OKC2PszrgPErZ9E2dyYkHdE+3oJ1y+u27vo+G8IK3VZa68GISrQFo5EatLhngsu/5T2K/oM+T4sB5Wnptl1AnMkB/+VRWdb3hvmn99hP2uba8r/Sxr0MQUmuTiVGKJ3gmgRZ/jnMOaPeStVDCDTOUUBK/bi2OaDhda4zcD0FgjBBo4oxCrjkLF4Z9T4FhCi12khSqdRCeI21TNSHiGotGPDt72HacDOt//s3dWID8E5WNHwHEXWHoOegi2FsZQyNmnoIovaoSkDq1TX6q+J5uEMXB41RQFJScYJP+aewPC8d5CbxHUlHJgItcEBfUy+7bW6m9b/YwgNjppBaNTv1PHkECRjjyxgv6aqeUJbIZX8g4J22+oGtAvCiBJTTB5ZQLldr9FmJRDTOATztH0GK+qXTF6aQTseslZppxUSV9g5OJH/CNyDt9y6GINIry8BnHEmcZ6HGOrUjP+G4pFB1R5cXcSs1PCiTGc/ari1Iu0pEnxuvuOBVMSZn7LvOviNZuQIYI33Eg5CJBy2Uc6MVPEmayrmNYM57NsKBcNhTpPuadUHrnG1tFotHg3A8EO2Z3Ppz+E9pYzACyraCdb8Y+AWdlJxmHsI1byMPrJKckh/a1S7vb12FbK48KH9J69WWK9AgWxRELZax0xJkofEEv3Ed6p274SkZyzxVUHF5b1FeNDlLHJsSIwkqwb/xJV7+5vaPIlYfdoQcKi3C5upz2XkxIk6kIcM0xgjwXFUk0Z/Ki1utzMBNfYHfkU++f3ICPZn1Sy2RBwqJvzgySeWt/t4rkQjKKLEdWWRtaK+mxZCInAVMYaC8JFWZVJeuCvaUQ/coBg8Evtrlih2OHScgSCgEeA4IGcsVtQr2AwPKPZ6qPFhVl65RlKTKA4nCBUwOKUZNi4deqz6GwryFcMXeGIXvMQPMQriParAqvQ4IGU/ygO18T7EODBQsgu4Civ2R7jDJ37CvyrkC0L3ziCwcde6JgMPohPzAwgq0SHP+EjW93sSy2cpSpdXqKKWH8/WNK6TQRrtMxx8/RmgjfkoX9PK9MQ/1lJaWAhwLlLShEHApTyLNLUrIEv1xEA2bAsmDN8d1NpXXKNuEor/3q+z/7pYhUECB6gg+GsOBMZQKAKQmFBknjnMzrdmHhlgs6zlZgxd8v3Maq9NByENFdnDGfMy6JRSYswQzuDcff5RfKnhD6+Y4zwo8oyKMHxsnIkfBtfHn0iEH3cKjxBCk51b167Op4HPAJjw2RC1tno/Bm6GLDoF0rnSeeuhxNf63Im33jK+8Suvc7H1f/CheDr1t7SdWoLObm3MS3gLbtEb3PhIPfSpz1lbJFdOHAxYisKagzPdt/Le3rQbv/Pyo1Rb0qTlvcai5p7rR+XvBlG+skCEMPA6if113B79AYQ7wI2GMxOm5WddZfWnBopTEfCPScu/SXPYG8omXSQwClF/fmYlXK9vLIu2Rjv/cTtyegjCXfJfnpzmnOOjWvQouxXlmkKS4CO9u7P5zy6EA6GKYv85+HXAqNUUjAfIFcwrLdk7eOT7QY8nk6LNRR9Uh64DDmscPgTj+/NCKkXmzNiaqygy9LTKzflH7lssAgVv0YeG5lpjr0L4pNdUf4+PZ6V9bl5F6719pHu90quXzYijfrR4aT6SNPehDL/rJ4JwM7Q6wGVA0PwwPOeZUyywC7jEAoq/VrNIUhjnRzSL1Zr3gyVDurKZdU7v12x/UnH8oHzB2NPtzz0oHc2K1mW5Rt3vp7PwGfc0MI8FApP3y9+7Jj6DxnxmYVdnB+xO9pl6+nFIrGIEvNvcnChKkl5AZi4sRyEtop/ct7d9G+HOBNZNY/rTellj8eVhR9zOI1f4H0ukNgLid7VdL/YrUYiKNqCbLw6LRe9Zb7W0TlnDb2hpaor7i1rYvyrKWw1pby9taLWwk3k6KZZRXSFcGz03IXxjRClbTp+R45nOT5ICxWA0p5NYcH5lvwUMmqTbZbJhrdElwiaFdAC5AP3caU7mehmiXcy3ihiThOezobrFQWwO2n/j1sI5wg1mP07JH5vUfOvWlr/X1mUXrdNHX5+4DYia4PA2YRehf6/HRcNEwSnR6H8BYDKetQrSy9awuUvbt+vUKLkXC4sSOoJR1LTBPU0LDvhhtCeLb1ceinKDx4pPsGgdddpQW32SdYLd/y8OdWBn/UP/gnOL6m1sNF4zqVu5D0zRPEJGMkbWQv/cwJnrNzXWgwDTGJtEQ1EWhypkndNlB7vbNQsG1Jdorh0TLjkccf35B7XjWHvC8Q1BLWqoAl24WrJ/nvlJnvLx4wivO9BtpfBu4b/HKnOLxkjist2+cF3FKs2ADnBTr/EcU3OF+DIaJyZVvIFAK5zgQsHkPdXGC66K12cIIzPrW8JCgtfqZp42Nn5nVjD3Gtp8Tm1TcwrduMnCtErm/YUEdL+FGWw1dK3BetrVGtRebxCjK8/3CP8msM2dnAfOz9dkOBOxRKbQBw8TEirUORExtNPeYRzu/Pzgx11vRq9RU2D4gPbFROBrjE6opypLeNcGoY2srZ2RSvvYAhogdwxJBfIZ25Oz9Yequa0Jjev/t5VuV6clDOJReJ7PVpIbUz08HgFMwt4MqICmbNXKP63yfgMikipNezD/4en23W/CiwIFTVwdV970e9huxBOxUfRqBjT9M18D2+Q5VzV67wIzNfRhMCdI2aLg42w3uYuKNx45F2rACbrwvhE0B0dlBhQ4E7DbK4uv7tpM2TWsUPOnMdTmNbzUpP3GpCSPGMDE5daNBLsptWAIWqWnIqvJmZ8ZRfxqTt7pXb/H+Z61AxusYdaw7wwnJbxcjCJalzPUmj280jhFPkTpvbtP0TV6pnaI7Pp7ncoIwti4nmn0XvClY9eQMIqI5mbpP5wywiot+qS43QDO8tPLxmr9ffkkq+o+VYPqFDuvWo8GxEnGtFMHKXgxRKFSGlc8D2ATfoDH3YGAGwvN3Mo2+3sZ1raTgr9WTBa/XBdijCMvaxTAGEoxG77UoemM8uchtTKloY/L1LXATFIY6knxtA+neLseiuVZmaEri6k34fpog7VvQtbR9/PRyisoyiwS4fvzooHd6SgWQOtWNe+lzCRCeMxH293jUutcsR7cgnU1LZLyasHYXJWLtsW++g38H1nwC4Pyt2mw2pXoJXmFDRzt6Vmy4DiB8X/XDD6b9beCvt0WpWlFsnO5aHOvuPme36RBzU2+YrL9sB5sDh/NQj+SuGzj/Q+g0PkAVmo/ygGUxYhTPgh/cHZzgCSAO/sx60Nf34EYIXbU1tgNRxoOML1kN4XZBZkfbVxJKO/+oPd55dxZAvFK/2+X+cboZXAMSa0swezJ0du0wBj0idw0wf8RO3heUA/W8cg2vRO5u2gaDSmAzxDf5JS8twyqdUp7ugC5VK/xbbK9RnYY3SMIWf8HX8zB4G/gve8eGAXGwkME4PjZGsr4OJzAqCEdc8lHbYdckOwOeaIlmFABFQtf8p5lDErqWhLctYBkwgd0BKfCPg3mUW2jKkZH2E7/EVuqVCkgynnBDihm0eFG1UMKl8Og5mhI+Jnpn4YCtjyqVK2vJvIQnxRS/yldfpH5J+bWOwVBnX/cQQ097YvHizsyWiaOqYdW387ZOycgg8ND0Cqf7fkEnDpUvAknZ5e2Mn2+ymfXqHyKnDNrcrBoqMHcCp8G587CB645LGqNPTHiL+4lpMcBNKn/LgHrcl7F7mSCbbc1lSrohLE8n9qhaMk6KbQ7CDwbiOqi0jtyiKkfHYOD0eF1z0rYjZkRcmBD9AfK6FaPERkmCnUh38+1dEquqAJJJC/uikT+4NyMVyIJViS7xNXc1ya7OUj83+9YXkA+u5DAckTq9M6m/bhMBcCY5JudWdXCwHbSkQUZzkBSbjBtVYztJfbshXI8YrlV2whu05X2ohAFigr8PmXo6zc3OOXke3CEgUtnU2NfOvpPuk978qcoKTkApiTDfl0RkOyhBsFhytFtC+RJO/mEdHyuW43vHzT9YgYcT/t8vp6pK2r3VnHbW3bbDNvZs0qRnjLSHTyW6pcFQCijFL1arzSDqag6E/j5NVI3yYzc0YsmkXux+XuwoKXnHFEm9isfY0IRlN2EneIxVJHU4lZHmL6Gc4pz0TvLOqCcWbrrgzmjotJGeNTHb6Bk7vl5uNIs4677fllPNcc9GO+IgSngOiaTcyvBd8F3m5v5ZIO4d1k1HLVdNqMbVX8kJSw/jpsfpVqRnR2cXx+Tj0z6Eld1XJvrCGRlpvSYN+wzJmdujzro1y1iYbrwT1hdGPmdsYdHip7KPMMPmEcJ4KXuT5RviONzcfT47fM7EOQlpuCA3P8TJa07BvBvOwVe2vabm/xbis/wg+dVB8vJQ+UVq9odw5aZZ0nLSitIT8h2SShbhEnAYN8N+VqG72sC3OOC0y2+fP5ej2u+7y9f+6yCHq9rnrfwzI0pGCTtTbDYQUUGAaRLdf6sEpPEFQ98P7GZ/VDBZ8nceAsJJ+/e0K37UHrRbl7BrQh2xBeKTNNExTPmoW6Eq88Y7L2rT+kwBQU0wWOV9Pv0QsbmksvUu5HTYunUVyMN0H2qNssRpWo246jbE7KEp4xCxpHUR7B5k+Jr4buOu/ATAuZWrv55/P5S02crKFe4Kg3xuNG9au/M4SNsvo9Bo1SGr3QQGfYNJPqnXFh/e/N9k/uQJ5H9f4xUIWfYzo3JEkHdjNtNa+bXPS+UF2Kz498ZBHr87+J9UyfidBQEgR1gZS2I07nAAOkk56Ottjcp7Iz97/8dYJfalQ7CHS0074YzrwgBFjSh7dlQSNgtMYZtZfcZq40+TjNGtVPbQsr9gEHUgsbkAhJXtu8sfSsTa24P1MmaEMfbfRJrp464vn00a/OhSjTGzQ2KHFiBAIw/EXiR5SCK2YwPhJRvfgBvkwJDiLhNNdL7YQpvJbDcg6pTVXoSnyF1dXb0qlwK/CBAYEmXCZ14xOo6zCXYidKq8xTLt5T1NQGZd5026zJ9EX5zxd2B00Zj87wKGwf+mbZ2sqpXIdR5Kd6UiQmibloW0TzuTGxv81r0ELoSFd4kzLMNlSvtWS20ExEMyTEMUedOdT9gHEUz9gVWVe8ovXCKI5vHvS7EJaIGekKoJv2J4GlqIv+tMUhK+mrppvU/HKD3utnzS7aT8x1Z9iLop8LXXvp3gW1sB6R/aUPZbz/Pu8W4dzPPkMuw2WRedS6qVCb9VGEwTmn0DklcZMCR/2oNSOqCnDKVPAP0zSWq6KM6SH1LWhUqNgAvwkSmnndQW+e23prGxBfsGSJtJ+4PZbpxTtyjLZ5hL6nALpajvMptcn4+mDm9O3e+BHXlh6Lua9q/BnjiUJ+SQ2nC2DrElG3/XAUurRUWpZ08YxVs6KszXuBAAzw9wupjis4cEV94f3vr8GcfIRsvkdPi1IQNX5W/j9tqngiKyy7IiQ9aAb4jFb77lQq1K5mSGlzsnS82S4F9f9vqeaKF26ivb85MXDAyBZMCBA7bkyN6NiosgJwF/l6ych5KGVpSv4bhtrBmzDqpJLl7Fy4UJwbweON/wQp/jr3N/rWaJRzDY/jjj1bwasirKriC8mRTqqZCtEVTSlYSjY74bszaIc374B6DuAkppbbAXFumxFqR4WX6t6lbTKYlJurfGmxWvwCsI1OEeaBf884HKzpzFO131nkWexNAcQgFB0JAFUZmJbCKUVdXaf4bwtSzeQ+wp/hDkJ2abQ3vcS0SGXdpwIygcBV7xzt8eFbrlefcOcz28mRg9Vbncam8Wbv4Q8GxWZRT2dcn4aUorJM/aZMVV3SO6O/W2BU/r7ZwKCT85rzKcC5U81zuycT5vCVSvcqQeeCbWClu1uyct0nimcKgwaqdb8DszDpxJd+mKDry1gDZOPzubsTxtJyqMeETX/T8kQeDKgvEaOA+JZiIiMMbvu8paSfk7jKMgX9+iVRJjR2uoIskMBiOYKwtRRQn6oHAPm1hkC3zErcynxiF4M6NmMvb5W9D0RoOH18lL4BHBb2EAneYMrUt+ttu3Uqk2CdxZw2Nq/NM8hJdMXegXgyWh0hHSVFPLtlLnT42eV8O2YmO7wqPHZdBQhH2OUwwCFr2uvBBcFvXcCh7e4ftUhB/d9tF14aQgaMGMudCra6a7LngIBvt/ewfI6AjfE3paCUoOVG+MO8c45s1IyxCviQ6Ay1AfXkVzVAoSJ0ucQMHkBu7PBPcMCoR09oFC8yVGauRkQ9N/g9fXqgYWDW+xHaOuhkBYViuuF+PqsHouBZMHVK0UBPMiISKmxhuN1MNCw56y4AK6zEbziy5+i1+HHJlhY6hhCxs7odgADRD0OyUjCU82kEyb9z1CDR5kWJiZ4W/awAoI9N+hvHPq7+VMniEuiEEynVL3IA8gmzQKoxmpmII6HWe1X40qW3QEl4j0Uypdjr82FewsgRtPObszA6ak47bfNf632JYjXqGebIMb6YFtvBcEk1vKZaKF0J++qAVXqAoHPeg2OHXHULwb3aTkX5fnDdnHTe7UcIIiB0uOfXEUndxmGW6OVn0UW+BboCFxqGWLrqMqYGcgaWbN8qB8FlTsEdsvXAt3hEcz6wmVuXpD6lVsco65s+K6zs0TUUjkJHH+fXJglpP6b2ceqtWaZ8lPM8sZPemqxPq6K+V/G7wb3Pke9sa7gd97AATfTp9iAdzzLXCpZ1ty7zqm9I+Dva/r7JbwfkRmGiywFSGzPqERqUsGmqOaOVlSMrrwdvFy+UQz78Qn+grD+JkPS7Zn1YI/aD/Lcl/61PhLJgxgdM2h8Z+eiajO7Xk3hdQmLp8+/XT1AfR15zSY35vNFEe3Crnu3TroXhZNinB2hO932rTcWXp+HNqH1bH3Tdmq5SHBUlebZMU7syP03wleg3oc18qIg7TwxQZRFanbDHRco1d5ArtcFE9KFzE0vsc6NdJcsv4M8JdTWFSFt90g3ZMSHJr5Z+d2tx5WOY9Va1gsbbZpTbJc6ui2/g/G7ihujp4+RZ1JD6EgYbu370nnaYVfFB+TvSyDmNrix+ofKPcNFTsuc54psD01nkGeSZ7pKNzLd1ihZ6d9NFmTlLGRRHDENJesexrqanEoUQrMt1pKslWNWmaxS7H1KsV4AEN+cCLSEjKvrHKDI+skIQ6MSh6GHeR6WgVZ0S4OoF58EmjQ/X2gnch6jsAbslhh444VSaeLqEWqWGfQdF40q1J7/rNmFBqKTMkRedN/cAjR4ZqayQYAMd6ofLBPBw3eFDLb4DXeIgwM8nTJVeOSQenel/KVQPb/EXX7G1Lkof1QGgROtljGMaJaTgaB/v8vqNyov3im9v2qlUlRr8OXBwaWw18DBI55NpBFS/iqoaUgL7y6oRG198cgY3VElm+/uoA31aSvCdD8B9Yd23wy/NBW5vxD5QvOZitIjL0KtTpgvnef+QFp8sR52/9+d2u45ZPWdEDLNE9FXSz7PLv6/8nNpj8Pc+YSoWIYMS2rhA3ySr+S38NBnLSnqIzS8f5BMuDSLT2GyXTt7LmZQ8LDtcyN4H868MAPCumdQmGzOwX1VxfpkkNFos6eFnL/5XvnYMkmicQsHyf023T/3ewVjopbOMEXceGJde74Ci0ox0rsXbuYNA2o2vOZsuvKuTWr5/Bhefy3Cmho+lmx/Zm4Lu/+yzSdB2omsLYakzTf8oK2YfYcovYLg3HLJyiaC4U14JcVEx2E8rgUcxqKWMNH9GpXQpnsht5+rZKFyWNtCNu2GIwv/ZkuATYdymH/XxtBNbz9+ys9ZLzc4ww+xLlfLhnuqmjPz8joOHRC4XO46DDED0hKxh+KbJzhoWxbVUg09nYuCbvKPl3GKAprjDkuoCBVlEE6LEEtFay/xnfmhXnKsJDSicvxVuBqVlUMnF6+mIF9sHx3f1RIwdOYLB8DQXHIMDss81pEKq7cI3ufvK1szEg34NViHlJY7zBDgcdkzXVC0aL1NdJkqD3NVrBcVD2bUTMAE4s3bwvtcRNBzJBB+4zrT/z8Bmzu3L+in+ch+617X3VEDEdfk63Ocmv2r9+YVJRemJCifVfQbykYLjgamJispXxnVw9QlUNl7kqfvfaceO42TrLT/v8H3x8ow352B/xfmTuizp4Oqv7gUz8Ii5mLVyMYTfzLv9/XXorbf1PpyBahz21H/w0bzrhKf5/tUTUwBwYg5ZlpujylJiuuyDsXHoXxVj30S65yVYS8CpwfZQ+TtoOg5sQj9gKnLMsQdKyeRqRqw6uqws6TGphVsgTJfE4ndUyk4sMcodF4pYcmiikKqTZ3cnJvR+agNAEXDbG+3kzbUre6CWdulIhaYZ+jucCUI3QrFTLkPmlmIQh/Es+lvRwRKce++T4wJCbbywRxpMC82O1xSllckqfaSQLWUyily6Q3uF4cKw+tJ9XA1hmDxHeU2ZrqemUMAo0h+GWVhi3L4c/dmXuYhWG6BY53HAPPhMT8GCCk7b1LHCKrSmQNweYdTHkiRonN1bsP41CMABxuiCkPh9C289z1DHeXLVlVuP82TPo4Irgh0aH/Gd58zkYV/Go9Y/ToyKDswIDs4IFFne32yM5S+tDDeiH5PKtuVRc8pFFjquaM5/Da8Pf3byvx/C1gKHzJjSCHyO6hTyzwinQcCxZjUtKHE5/Thq6eBYovauRu7UA8l1GgZ9gamxir+fc09Pw2n6GfVz1ajdqSkjmZrp00Y0uottYme57b3n3uOCNa81jzHu1XVRdVK+n8UUfO0flR89zG3+QzLOTrL+AlikVvnKMCjt/D3ocOFNW86A7n9JVkzTd6fQQNIx1Pt3R7eUQiM+GsC7vC9EuezmSulfAge0N1N/2QJ9INGkMpboQwex7PNKxrpq2QKHwJdSg1/ZV1KSLrfLYUViD+lFdyFJ6c8GWuFPFu3X9uk97rWFeETx6ke4+EkkJ1mVdVhwYfqZIsMkwhjSiLS324ouSK9j3v86OGCbJb/01QKeJzMvHbbKI2JeAYag0jXEp/ZzFhXhw5UewaHx4XLpn92EbOLwr2Cnl8eKTk+CaOPnrUfCUlTqmIe5AGObS1Y9eJUydJ5iPm+sDcsyaRUUa+5YxutuC5lZISGaEMIRpKxoRlA5llkW8cfSzd0FjWTTBj7H8Cczld6ZjDZQMwOHX4eKzk48Hevv1C5KaCwOJAaH5UJMUlCj/uzy0m7Lk9pd3ERXObAqZuz6jb7GYnJIL20IRgOeXPd6ej3+X7dsiSnN+W09LiJHNOebE3etSv6TMuyYlBuz6F8mO+n/KxLHaZ/EHo4sU/cC0/2vUj/kfOdsunpmhtLN0UUXaWpkeiPUvUvgmG/268a0BwKoM7cvTeUfv8s3ecWroq2pP4x6TN5vQg+jPOvZPVpXdS8gEthWBRelzv06eNdukAgWP0jzyAcwgAibjQKil/4sbfJW3nv2dO3Kbuuq1JebJ+I+flK1Vg7re5foJVj87t8q/njatsJ+N/LQdxEvQnEomE1qOi1QGP22gmyZoCLNhCv0wTpAfAPK9n5E1JTX8JANmnAOX7jhIYCOHOwkBuZuAAhlyg+H3BtGQeHG+YwoeJjO2MWxc2W65CJKy6OS23nlJd1YKT4gYGVM197XUSQSSbK8Fl0qIUNMZrAPq7jnYn7+rp/J+WXksIzuzSyhwYNg1hOzhkLXgrtdXhSgdfhnUVXzIMzqJHrwEHynIDZT0dnT/A3PvbKLb9/QOBihN3h5QbLy+UKMcCX2C9Nfp3zi+eLys6WH23WvxY1sIucnXIkFGWgJeBVybtA9xlVXM/f4F68H9Og9J8amoEGl/ITXczMYfkxxEfDyNxFkpbdf9XRvB4+dSOsH0IB9p5fU2Fcr0uKXLovjEriRu1FykJ86VRbrUifEQfwlUXKV44czbc/u0M/WOrxCP7kg+oQew7fZcvC98Ko8IJzxu50j/vG9ZLf+TwgM64xLvsR5+f+k1n3Wm9oA85XiMw88872I6XEkpiGIuP6piZ2Nr2I7I8n+jrTet6fR50dW3+uGv7jnCHlmFTFqyYrp7TFiAy83AYLkFeUzGeXy53Rx9hbyU3rixTVVeplNWVCjfnbWS0JUX2PSzbUIXe6qlb0rDT5YqaqvXtbIrt5/FLkD0zuj5oOnBaN3/Xnx+7Z37/3iPvitQ7HHhEr3Tb30+7pv582d500rp91NUmWTn95+cUusaucGJ1VVtdkInxmFS6otjOuSPC4apV1kZvf375FnnO1aWqpWrYzGBh7rLq5YXLfqouOxUmXFVCwUSuyAgZvZM84aIS8ANqwJrBNXmk0YNv5Slduo3vsSy9hLYr6F3HKtFEjKw4ObvFvOKa9hWmoG1Tit1UpUnM9jniurkD4+zbIqr+rcRfS0tnaMXwJsNcXmE9pAsSWIanHhDG/SiJHHVg7rMdpW1nTxssi9OJhgJofYH7kt55qAYkmQPbkhKkJAzfRcb7W9PpYpLH5gyzXB3aish4bH5bxfC+ANHTbDqyDumIvPYstRKz3c1nA59caoEbEa1nWRPqCY6IJwe0HOUmZinhi0dMfJ/GrSrhhxxR29xwcqWjg37uGjvOWvG0kn/DSV2s3Q0hPPlhUH9Ct0nu8w5iuENVeNCPHA72/UVn/8ZDf/8opjwVf2e3ZO/b19Cgck17TFfSrkcHaBI3/DmzV/dGyZwsc1IGhcvflXpIN9J6z5nMRnJjSEv8//ga328ZU67h40ZhMBnDFq16soGVaMdDqhzO1zorBi+hna/V0q39Wy1XmMAgcAKUBMDQMxR26O1cdXHHR0cr1JtEWCnd4J4DJ9YG47cmTet1GcaX08ObfkWtvN6IjFd/F3Cn9ts1AkrZcEfVoNPS9LQwzOqMX9XUjaqOAN9xV//EmJSYCn9dNZh4DJIAyfagnhbg+THLeXXSJuanDq84SMiPJxOf/juk0kC7PFHudvU4uYSMrb51Vqw8Hua3yaZFWSkWK5nvdG65sXzO37LVS7X0lQzUH93ptdUzKonLFqjqItv8tgL23qsjIxv6HvC42w2S0I5O2WkiTUOjRphawXVUCArdwYOmN/TtEOp5XD330Ya+0ZFjBJUPWFkkKuZe2klO62jucRwFwYdoyTyHsOyHotLqHFu3AOethpG1JcGJxVVZ9s5B7kf0OJxtG16O0HMfrbJ1F9bCtpOTJDYJecA3WVZQs9++1MDQAwL2dEbzKGp/kTqor8HauOcVJGoaGsHC76CFltF7dyVwaBHsQrZMkd0e8Vw9QJIiMB24i+E0KVUWEKoMd/EEJyCqT6p3HjQHysr1Ix/imfBOPnGiptmY7O4Lrz7E6jBTfNtfQWWRZ648Msw4EP1ArSvpsTWUCTP7Z0twOtbp8KxFB+pM3v9Cdv9Lr66LiWr7OuK97iomeoWU3eCp+jDiDlYgCz4Ooc1HtFgd/kNKo+pJ8k+y90VysgOy8OMQE1ff7cYC7WKVJJ9XK8JeapLJkqz7+/b1z5b2nhCIhTbgHUjTWCMxOAuNy4w1mJEV1gMUl9SLovSW2WCi1qmOd0euVRfKAyzwt5/+MDMJj6Cr7Kv02ufMtTELwdBRmSbIHqKcZzshj9BddppY5ut+MJxh9rkLuZvB1QmP+Fy9TYG4/KGGRjRDJmjimSCNVtTTvtOXfI6sruaAmXc56qN9wZw5jS+17UiGFFm8tKWaMermlcuatVcFhSjUdTJpZxZv1H05qH4hVjcb1judOkipCfN4x5fXE34I47K/p4oPdgVX3Niy+2qhyw37d48kGeLEa8qqZZq+iDFaXp1XJFPXK8S80ZosqS2rM63WByHsY23umWgW/Lo5lY6boSUGIFEqOyWBX5YP7gCoOIhGViiz1fiGm3P437dmzDgUZPWbnRefEJzYtGdtNUBAN1bWibXJISmR3sJeYKzWI22ME9yKpbu+h0exa4IhvQbjBnnDdeiophmz5NQoK8tx/tE63sKt0UTdiTUvgMtijbN3Ge2e6/DyifnUyGIrGe1iDxaf+OGOgZrtu9c2zn3rSK/Qm4dtJJyadGXWMS0exJsK7vy1vLsIR11pudyY8KiZ4Lkku7pROm4acHnr/nOGx6mJ6ULZ4HE4+aZ/SK9yLTuhLWP/Tr8q75qNpRJys0pdFWPE8vPo/UfWG1n5zu11Y3lVa9t1DNTKGL9EUaAaKY2fOjRenJ6tSzx851hFld6aLhRIeKNy5LqeqWrJ+M6axqHxhgX74y2bXf3JZVU2pf+jeKxia64XE+QeoF9sb58Y0+Kwr3V2prhvTA6UekEr1CRe0pVcd+oCJT7qW6FQoI9HPKqamakyGpXT4vaPPL1Vx+Tlju53sJWcmK4rPdynVPMyYnfdoHd4tr2f8grIYXmZI0fl5cGo53TGcyvHc6rkisrK8Q+WW/KrVdFZMYvNbh4spiwopzSc92MkoVXMU5nrOZORnULnjCXFWv1Iq1xS6LcV1671whlt6FlahCxd4UtIklvaRbcQw7/H5C9sO99mvesSCuifJIA2qMIhW2FChXLv69ZkB7da9QyMzFbPem/ZkogEgW7QSO+l9qUdS7BWFlWFJbbOD9LDKUeSjkKZJL5FN1xm/FnWtVTkru24xwr1Bktn3t/JtzuiNxvvIHevqUJo/in5a4XNzTSyjZf/6Vzzs3I8wnp1wat0q1Plb9f5PygYI60IIqQqR4SZDLYdugc8Sz++JwM8aevz+JxUP/qZmu9abQ1syxUVlNex/n9rpsawQ9LrZLUJQNJQtkrqixoe+vWUrHVVuSA3IkMIKokAqKbJbM5lvNUQgPFBtUkY5pDgyBHlzK5CWnxH1X4Q25nnB9ngUba+AqzvZWMpWEio3yMPu8CV+pVrhrqe6eYzpJNLVsMgPVsS3fTy41jAX8bH35Dm/e/pVx/WQ2+nmP/YRqt4tiMpyIF0OOatNutdm+VIr853MywRa3mrlNGheK28woHKLEGG17cJZeKpyyOGhS/U6P1023N1rJ0j+pzCOImz5+bL4fk7Z8yXDJ3aXcf+HFuHf2RgFMZvs65BgQhsiPsYZyO3IG/9QN5eHvPRdkkOo0O1uYYS4c8X4GvP4xFyAoj8a4hNcAsW1dSA4fNLnY3ObW4OSvg2pNHNIcQJe4V6UUlWTp5ygXJFzlqWunDktdJXpXcoW3ka+R35q7INKgpO+UP5U8UOgyF/IX/D2KNj1O6QhKP+wsItca290B5Vd0r7PWoswhvwBZ3Q2Ou90GwAHu2xW15zTe4c5HXnizvXm86nvzp94b3SnPUJ8QlxZ/vhuQa2+84X4mNOaJv7lP1Uwn921ylXm+NkwskZ7V3HXccdKknZHccdxhKcbr6kD8HlTfM6xTKx0rGBdXjkdoc+6w+nqhmLRqGsbuNEIeokAVOreDiQoDutisTPO8UoupMApX4bDapXb3W6XBjLHQdIdNoqR8SeDnbKOqrTW+O+TNdymN4toKupefxH0G0Ka4MtNksXvz2COQHYRD65R2v2vuIOm2FEGO5sOeA8at0bVZgUcq+dADcLjKzg9Gq0uSrtBk5spbvAFI+TFyk4wRFqkDKU0GLi6VPLwB4tYYqbc/Pv6DRkICwZpgFgBII4BgEbHmowX0ZDKrgSNqUUp4kqv1skX1wgcSc7GEMybETWSdL5Ez0j4hfxOt5WcC0oX5vpSGHMuSSkJD13vyMWbQZDKkHhMUqLGdVQuSWac+BkKqc61OElCX3ouuvRNKpBUjjuvMQFBoWZk/h6H8O4p8HHwD2BP0V1LHEtEReutdijgYLDzMO3pa71LCGWcI/iTtD+mTq+C9rFkDXZ7LlWgEk0qpSihj8+qypLMoPNFIvtSjhPc/zTHr+PsvVQIuWBmRPzYk7bJa4NvhYEcO4GeGPIzE6SJmEIeY17f02LbMaqBzMeI0yNbU7MlSbVPhjs9LM0dxLNENjVmd6owxeGlhh8M5Hg5JbafSutZdX/fYfo/qbhjfj6X4PIENcsvixBy0zo43W0W5manPkdz7JRSjXaJ3qZlQ+aQE7Unc9azImnRUTOQKMoUFZkbJOsXDhO6SYsnLApSV22ZKvmpE7z/s/eWRY4K7vKnupfuwZ3oATO++z/deKliuw41yP75CvzMQJk7ThzNoGSA/Wex6wbfeWjrwyf4tH0VXmL8mZjkMGZuCvK1PshKY3IprPeMZu3Fb5b57JO67D06td9M8euSUes23Vdjtt4ft5ehcqUmDQKnZmbcWTp5pgDuFsePpQse+yuMSPxXjOq70lE75vrPetxBySxJfKgyaXC8zpBKoHeQ2cKC1LJwcRADJVClIZI/Y6YQOQhHlRu/ZsV2ne2bOLNy63wFdhhCBSxXe7N88msssMR9AN6NRObC7XSGPEIe3rfFsXxMdIEUiaAj2yeXFfRn5T7Z4LwmACSRUnZkXQphx6iCIQ4kFKoVHAqA1lNm9qLm0ZmUr44VpdZwmJKaXIWNUbEjQlONGWsZ0glpzyQ2bylDYS8CG6KasxjKnaEnTzhp7wVIC/vq+PiVfbbamFvLmxHBYvlknZBs3ZQwAKy8gTYoIRaq2qqifvqObdJZEHg53bqxok8n48Lak/v6zO1r2oaD4k1z0to9GkDTXR8sgaoB2Vu3yo9LUEAQorzmAVR9fiV8B7XjS58pyI/qePDj3O57p3YXFre5fsbJdL+G2eS83QyXkyQIztLnjA+O7Ifw84hkJMS+VNTSdXH/AQhIa/VB0iHPqBT1RTOfLxCvs+1xbUeUU6vCCwkqxYsSu/LLAGtn3nzYY4+QaLwAvciVAfgU+iDTZ3P1g5Llr7+0e0HIsNJ7KuInCupOzul07zopVvv6eE1kK0qXuWeMSGJ3TsAbcktLT93Yl5lmaJDaehPFXvlKoKdA9lO+EMv+o3vLk1/43Mn+M4LH7UMtvTQZit2mlP4J+vMmIgMgQIKVOtrT/RIjEyWxFTacFKkj3MZhyMyBByUWd/WFECwMrzmgU73Nl5Umr8pdVvMFT40KG4j4xEqd5/CskpintLd/64kyKSV1kYP+lR4TTMEEywiJg303LR5ts9XbRvCAQLHwIHODOeq/mshb78gqoQJ5Rb6LAsSy5LSZb6qjaw2mUeMR1xyXVUyJbboOMxXSO+F5bAKQ/3ZHKLEUW/lqKOWKbOfwCrpW3piwzLlbqOu/LXNtKguQ0w/m9xn+p9s0zLbXPWUI6cuV5iq8llg6R0eV0eBwT5yOPSOphPuZTEbirrP+u5qrslC883j/fMN/9VVlZi/cTilYHsfbF9kPEPJaB1qrGiwu3zRdvtvHePQTDmmocDf+xdnigat8eSHhKhiyCW8JreyaMgg3njA1kygrSl7CxcoZm/2m3/sUJtIGZbrnsd+bBeWkx3x2DiiIC1z6rQzuyghzd/dQ2sZYquFw2VykQpBx0XSSNXz0Iptx3G12KDMrpB4ghm2wCs5JlaeHMtITGHEAsoOsvXn4GpLIyMwY5Vlo8VbYWJozUD2Lzna8+Tx3Ep5HDGeTUv8uzrkNWKcb06+S8JUkr9oHnfa59hRHpfGF38JurAp5Z2B3SgKvWmYx7YXJnA5kZyQmJzdHkajZPdJgMD2U/CferHV1KKl5wLWdXGbFxVn3t206VZE0Vr0JmD/V546Ou0qwv5e6yHdVsYA/3B9nYWZn/lhExmB55XrLD8Mt/DnOJDQEBYH5pmb/EuGnl+Vr7U3zGfiPwTQcpsRVy5V5VvW5BzFY+o+mOc5KVy+PK26/rFywS4tlQ8HXogNoEJ0UkDku82TxmadBDjxd/HRBQE8X0nI7oLArRgFYc7At8LGnxAYzKIE+LMowYERQ5tVggPcLymrXFLWDn773h+CP37bqArDv7dkWgzr7ata25VHxpCD3hgRkYD7cmfCD9nxt0pwX/0ifftJZc/1Z6asuq69zJIWNi0XBEfuO5vRy+IOSwvGPqkBJG7fHN7W7fgMyiv/skzBW4CRb90ioE6fPvSJjfG2r2Xr0FmRZhqCm0Mtm70CXFF6hPQlgexzZewdHWe0p4OsQJ+5Je2p8PP5ByAWSfPF/rZe2IStvM/8i9jzuSrN06yIlRzl7B5E54AGmDySrcP1iuUhqtgw6U8hDfR3IfWVhqnennv7f8EbwLxE61Oa4+zTci6g+n6n//5Ctnrj5iuFH0Ia6m1B6ir2K3m9rwv7HdkoawDDyBP49XfrX+0zZNwf3uIWVq67ef7U+TQv3LrC31mtgJloc5J2hHpK3gUw72HhFHA2Gzefmli93jaknq/FCZ7pecVuAc5vFaP/m31sp4ZrAfKDjm6ecjcKeXloEN1EpWJLpfRT609SNXClOB/spy5UrGFbDKuRWbtoS0hDSl1jQLkv5YlzAS0dYM+8uKKLRbaOYaRHa6ZZcpoByoeFSzzzRcPBCGWOm1fwVgOQUlCthfx0rEcrJO+N0LT3ILSK8eVSsJNioM3Nhx5Q4MdURVtq0oWPDd4O9Oi9EBgqsYW1TlW2plqa8nsBplY8ytX3jvS2DK0cUfHmyv7grdh3/CqTP5vTgzdO6pUMc/tPo4IUCWqTJIAwYNux+8GXLxwOkU6cSx2fXc+rkl0NaVo/Oxo6d4iB2f4fPILG9Ien9dP6N9KGw9KHlR+836a02agfblbud2znfUTFyUGEJfx5do+YBIgrhHckLMbIWGwbDz7dL2r9HTHDJw8kWacQRp2XD/Vc/IMoCP34yEHQg+pdeO/BafFaa5Cw4yQ1oOwFVdyIiD8DWqq1Tv4DOjXcWr+/AQJD5gUnWurcpMp9HxR3oafafkhF494BrVZOJ/NPOqlSxf0YqHxKJawSFNihGALM1EMuXuC5x9qO5WDL2mfNkCgzIbaPYQ2MWzDJmA4QwrsAI6CoY11qodsbKZiBYBIb79Jyc0ohpSpqtgUSE2P1CGZgFJS9b8sr5g2u7+0dGRkbO214qLy4eP+BILUcMjxzxhU11fqOQINIVMJ9ia9ejeBQgcg6FXV7/R6sUCe11+3Z+C+1uq0+PQ19CEpLb6ublRkNYQrlqepYTua6LeEEvku6AzsUeExAQB3BtomUYR2L8CwE4onIEaiqzHVdHc+6qZ1VLFn2O0ntYdjLr6wlFnnLwlwJiBzAI7kyIqBkucERiWFF3rU+UJV+rz9uxaB2XXdaxO/MWdesAs7vjrGw8IC3YSmI5t4znTN0MtDx4+8P961U/v3bt01O7/g2Pe2cP0PdudPekIEHZP99MfAZeSI59WdW4BUOysuaIVoxA7FxeibfV7qxd5WNLWajUpwIhEN8Sw/CPh0Owf6oJ99jdwBBP2A2JCzYfEPDa9md7eQw6S0+XPcjqMu9yPfC1e+f9DVLHO+wTGnSVG9t8cxcW9qpTkpYdY596pW1B9uhGJJ4/cbDW0A0q3WrCatnhvf38vuhAOJAwB2L/Cv6IoAFk1IuE0FTkFSbK64HOFMHgJmxM3IKUCxx3ZVWXoRmBboA3dNimfbanV1kfGuwChp4dFEL3MOkPaITOuIIBHFDL9G+30v6NuQ5QM4RzKa0/zjbg40pr+M2Bm3Va4/Pix+FEnp7iXb9tbXFQxIL6+1HE636H9Z228ygZPi8hQ1sQxGIyIfnYJdoFpaVcoCxpK78AC66U6ceRttt7tilPjLtkYi6lW78mVyPeQqWvNkzw2vYGpA0M2KRP++C7HPNTmqXhuTph/pUhYgSmeYl0mG/KbT59jKfELJ9HjcK/brqIEmUnewKfUE2bYUibyeCaUxJjB2eSQ81+bx54JfjPwCBhIeBfK/WVWUth9KizGhi6+c9z6oGE9uxX9ICKieAe52IEGidHjNyvOrQB7N5IjqWVUA+53HC23xK2f8h7Pm1gJX2146675jtp7Q3MhBazp28zQldgnAfGyV9BY4ZgCxyCeRUD4OW5cSBZbN12jEndA6EzJZY+23k2alYJDpEbD6AT8Xy6uoFHvP+7YVLWB1bkju29OGENEXLaCHIQkGty99qF68TWsk8fDpmsRuhogOsXgOLT5vvaDWtgAFhlSD18PyAhK/5S7KTqb3lhHUbkIWdpC9iA3qsdJqAd36bOGkk+ahvb6PvdLJeBDNRP3LV7UzListmrPdvy80ISQ9uz/VI2BWZzR1p2XFVZ2fqjeUp04emFGke9S0aYav9dWnMyzQsYXueIG6+WSSwuJv5SO1rShlj1M5KCAE4QIl0MUGSeY/q+6U4o1JRziko5w3BcXL+PLXC6asnVMT/lDJRVUW+81SIqIcUvxeiDNSrCp7p0ipEPCEElBLipZhg8pSrBbldkjBe36IrPcer9apJfAlevhJP/WF4o7snl+OJRNBUUxJSPD2eTysSXy7Fy+OoirEHowi4u2T1lyfy5Ql0bPw5ibqnZTWm5CzGmRJPdicHegV6uHvEU8Jd8heqpnjjC70IqttqCkRdgR3DoktxbyIKqY+nTX6rEBOK/jf38LsqADXXrwjl/O0WU4VwuUWNy/FCPldWLUoo8vS4WVdafl3PXtUFzG8fUOU2ewqeW6XE6T08b3oRUQ8lHq/BCGeEZngLGfcQjwc+kgXyAN/KpMMFxpTal4vyiT76ohn5gh3hIcH+iEMFsC/hORegmYZree55mXKtTCs+O6OaypKxmK+1W+Mv8LH4CQXPZvdu65AD2j7RTzwLgzHoIxRyycp5F+p3hQAZNzAiAaKQE9hhwRpZTYC4MH9JYr44SF4tcuRprQ1hDAWb3rRCjOKQADeRTjmzIbX4Z0kgMuuDBGlPQh+5rAu6KnvIqiG9JrpG3BBzqMFToZ/v4ehtdNMqVsbqkWNofLWSyqKMJhBFPaOtRQSWK4LTQkqgJlEiL3HCZJHlIos4WW7Z/aO2hIAknjoQ7+8ZpIpXBrt8DqY4nYuaYcElCeNGjoLlqOvW7n69XNfa2Opc4yDKBLAFgQc9D/bpoXfAjhbluJnkIqrkaao04Mh9QpWpVzOZ36zu4+5bbzRZZrnMIosd/tLSMzEDRH9v2pS9wHLBXUODqoRwz7xBeWywomvJN1MgTK7NasGqDfVA2T79+XP6Jf/x6jDbKXURtUG6IN05/YgtXnsaI3j4L6HepkxbFmDiMC+tliiJ3D/CqFnNKYbYm2EKjHdJe+KtZM1kQwgxr5W22d347dqQ2kfwjGSFEmqJvDyW44DxGvKkUq/rMPAqZVlDsU5zSSh+LuS4EUQ8gZ9vdQ93z6ov259FUJtxAtz3e4IL22PbiVgkNgLj4usfE9Bp3eCLRQYA8+z3mII8qC22jYC1b+VtcO9W8xcFdFjX+2LRS73Nu/kOkaUXL9Vtamj16KhvqecyLDtXnsyBzHi/SZZnxq3YjDkwc9n0UfCmThNP8gz3IKFIHlAEsjHomP4nvAFnS6QsLcjezCL4ejLx89eY2m2ltIRxEgpaiShFepJRTmWWc0SkEhEcq6M91YY77AcsY6tQmF8iYnB5sR4HSQxrPMaJdJIsX4LwQqWmjuot93GSmJcgoOzckC6YX7YVBtPW/69oiyJ72Bj5Z/JH2xFqrt3nFOF5EAbhwhWthzshWIw7isYbg/wWQwpIqJIqZ/ZyLZD+OzJJO7KB8GTj+lSS11jqxCUSXN1mF1Ss9weVm8eaUnOg3235EMct7i8sjh3LwjtVsL1Vstvf+bEQxHYte4Wnkz2Vbk8JOYIAnfJrgB8RVa7rlZCdqu7ikxIeBO6LEuH/KPpuF2R6tklp/hMM/sNQX+2tDaZrrZBhihW3NmQ+Kjuf7wIJ2rvre5VW2uDV/nHQzVOCB/0b6ocCW5hC7k/vbF15V57pTVJawSQuqd0lmJKb+K+ncWoitsyZsd0u7905Ku23q6cHFKudSCruOpxIqMlmY6FFcN/mUrWWb6W+uVEjImjV4nRMwslcl1aXCbCowU9m9dri2s/AlH0FPVFdr5pMvaXxvkivl3ybPGznmCWKy0PTNgdo/yVgdDSoNXvbKc9EvBck70Odgr1XMk2FsuqgRpeYy0SFq5dwjpeY/lZJNGVAlCC0DImsRyL5wZ3GwgVTs119s6fbhfONgviWTchi5EbcKb1LdN24z3+VGpqymU1xOSVxG2Mrj4+iObqxusBzZvgK0baynPmmYhiSIRPzdIpPZa0NyV43dXzPUK3c44H6kF5nLWoS0YooQpQJcQ0FAjf/fsbUxhA/Vlx4XaJvRoZvZyaedzVPp9Zv6ywzlduqbExU/Z/Ww7XcGYZObgX5VWB6p1xU5OzD5GQaka1T9OnpXPqva8be+ytdKFBYnNHxmPR4JTKKul/K5Z6Y5zJnQP5FwJ+XyWeGpEhqu8t06U3t+w6JTRHqNvZGTr4N22NeusoF8NmyvO2t8mOR1eusfy1K4ETUX8cFLivxoUxRbIFPkQMIwmTlAGB1k7unH7w7qeHWplX9Yu1omCvoEX1PkF3m5rPx7sHwEw7aicO1IcwZf2JomAnF/OIf0wYSjsd5Mi/2JH0tNAO+rZAtAoH3Eqii2xx9luAZfJB+XMfPL23p2ojPscAEIF6EJDIDns2U4jUj3Oe+wFwPgVBcgmtYs7QOjL90eE2sKcaVFE9sBsApXvhWOWYr+xR0c41qvBHayMuXIyPz867CgXj16tU/Z+FCG+X/mFB8wUN2Dd62sRNx0z8vuSbttdX7yuiS7Ah5dLtnIrlnJ10Rq09JafBX6XZkFewWjS+/H5r2zW7fELDy8SnQ+TCk++tQI1gyP/lCx4azEakpizUL45NzYvJie3SqY4Z6Y843+1XrFEEZH/3UkjEpIaLYKL2Nk5FT+c7xLIQXNJDyH+RI+EOOJG5wPyTBPYLHAmlbnu5+xdeJq50PtaPBWViWhQPEQSOTXzCCFpKoipZqhSUdFyNKyfM4X6W8mWYu5+/EyOEtzopexi7g1icKjGR1wf7s4oPQeAgsPXL/7pyyI5FlsZO2pYHyKkFazcrdhcUTW1Mqawyh9bXE7LSA9OhITr0EF1SysiX5RZ2EHZUW+XaMQYLmyGOKUt9ZlDaA4gBk68y7q1ncsgGlABsUhw4C/PTK74Efio1HJgf/GWMDiDzj9G+el5Am4mzzd3WMvT9MSFqUs5RunI2rTSlEL/NVnHHWsju/G/a8O+oPBQ2P7I+M7gy8xvZnHo23sxGbuN0pAcrR3aKqn6WM/7m3eQ53fF5+ZN9sA68WJsm+QOPjwVMKCP1s1ocHFxwGxs6NcrhTHu9aHrYuYn6I6wrFEH6OlGV5+XllveK/xWb6H2n9tokIUwff1cDUkURUupUXnpWVTRXiGMkAgU8l5SwlEWQsf+5M9D3OQv2pLYOCMeo7LIKPe+p9F4Qs0pzcPa2/c4/eboyJPce6T0k79iR/qu7ScPLtwidpJmuMH9w3rtn6vUcu7vaxEub9jboP3fbNdPQAFDDqG3IFtegNJx2t/GJcOYOqcn+R2+4NbGdqT9zaLXIM3P6SbPEDYxLF7IvDN2ljbSvTIRWrRJdd1fSJzmExPdGkNXGBi2wGf44PrQ5s79sG1aOjJRGVkbQa0pH9asQJR/dkVArCD3YCL6P0+Qn1iCP27I8fqb1O3r7VXsEMeJOc7EKuOsbB3FcYqdq8yY8ImBukRdF2UjRxzwNVPXpqVWRBUksW1l3kldDUFO+5aGwh1VeZn9h1Qujrog1tDyhjD9rnJwpIAmWOqHTt3BVve1KWfSRvRRRi+7E/mcPZFYHLrO6jQaEPeRWzZtv+mrFDL86fnHvd1rN1N3rkko8djxqT0FhHtnahstX+2tstVz6/ua1ffplrz6OUyPGPiJSU7r+qdu5yyJtpgiYhryopgbMIHXJJ9ezSYkDl7KqWJU010J1zkyFOm73rPdUzaMQlYIEdVTMGso6P9XlWfAyOjeRwiA8I02ssNq7W1a2KXSt7E/b0xkXOl1zAE9Re2dMEytYDeW7blC4qHVF6lU1Ps/PVv//pEETvEe7dJ+xUlf9TXKIwmFdVJzX7lL46mSPhaM6FQRUlykVat8qcNWK10pyrFDZNLvtecefV7dO22ljX2yiSpgIxhafYXWyH7tQoNBccoqdB1OaY4o3Sou3bi8DCAhOtVlhrdile25rcbjbjq2WlCFGifu6AcWDrYTRFpJuVrdTbbBHZWnshnrPO3mWn2bkQCAzCUruWZm2lhHfFoRd8tfjaTvZ3AGRheyVR9Aljn3nY0WeR/VKznqCcxUE5eu+gWLUHQk6efDX52ZGzEYdPnPs0OV937JzOOaW1kKCvuxAcLgeZ6OWi/2btb/qxKPsbRN/mmVwTAxxFUGydnH6LULyEy6JBqyel98ePbZ2ypMMgEHzF1inMXcuNg9oxj988fGApe9nt+Hk/y0o7fMaT5RU97djIBH9KN7axTeXl/U1Bvr3vfndl+4KkjUj4rWJezb4r5s402PeW9VQbs+KJMRrnurLRs+onWk5XUqhmEMMdWqZ4qZINUrfNHq99HpMIzPfUzR6rRdfaonVewPetfdsNmaywF/891rwz5LFDQexsQ1zjoydFDs6pKdcui2IuLfrH90dC/LTunNiE8u5IQXxaRYd5jMut03nxSOfcOv8M+ySNhhMniliF9nYfyTMmu3nzAlZRSi+5uf+aSV7p08XbCeonNFrv/1lbGX0+/MSTbhafnNjrxNGt5hnFo3boq/5Ub+R3KPJreMeC1SDP8tS/rV5nV3rbvLhyxjFrDX1QY/AuZvrFnen2EvtMQOS3XoMt3dA38HBqhG+psbuccs2k8PpE4ra0C3BwS3TygcIDchT6j1V9yiRnbUp0kEFQg7TDdq3dywwcaBMq2bLlzZst97X9WtB2JsVkSKtqfDS3UMYOOaDz+7HeP11df3oFdxsY2+4CIBEAgAgad/j/o0yb4Q8HmMDaes0gesCF6R64oNCpIdX4LgUrJyx6nGI4++4Ig6cPKt+uJIve6obOas6GLIK1N+piQ+aFARXj65Jvni/a913BRaxoKx66ErcjUE6qGcg6DR/SxzyfROJTEF9TNBA7Ds7WTEcfrK6Z3e+z7FZf/SFHs6k4l4jKnCWw9wIdrWdxXbB3WLncwhsYElx6C12IQpdXsPsMh86713r97FRT+Xag9GzTyvDwyhCFhla4KyP6iuGhnKq1p6UGtwLmFfofDPJMIPSUvhW+V/+n/rrPmz3ddTUO0mYehl3qWTrdNXRncThoxKIpo6qhqCup2zweNWSstFCvOjnbP3R1biThrntgHOf7HlmsEKu0PyHFJl3cs5LfcKNhgYa7UrIcPNTSsaVua33LRHB6YXdZgdYk1noV+jqh35OJSBl67ObVERuD769kWZwQR2qxYe9yzT7x7/dxzbhFQMrYR+OsNI3eE5u/2ivugPzU2+2TArfzNXyo2SLDRUCfn+Lgz+I4H/14j3k+18FYA3FJp6YzJeU0Jo2VxVVl0aN4jN6cKx/WG1ZbCle4Dj/SJP5VjKSLmTepiuxInZXskDKx3JjubQqHJhrnrnt9tDMD8X2dvfeM1/WiHZZgUgdVBc7VPX1paSr2oyJROrPrLCAhOKnzoDaL3KRQpSfgVJRzpOvWcnZ3pqyDTRIAREtPeO/byWluTYInXFenrQltRpOI2WaKUIKqT8QcVqYNCbvmXISz08pgvg6V45ETJX7ySsL5SnZDbaI4j2sddjm9BUWKt2fdZnaeR9mhzncy77Ew8STbLadc5rTGSZhNRDecTxbbutLjrXJV+gzKFDpR2oObMTw70gktq5jrOhjheuuv+l4l8XGQvEK+WkuKUUTr6MZ7BdKXlnjHb2UltCpwDNcOFjd8tS10PF7deNij0GJU/u0qbgyV5X3O25lv0MrLntco890B77Syg6cE19pctp+nXijvHlpuxNEzoGaC8bFapCwyy+2HOoOnr6oiuhfQbrtAe/O21Tgspi2iXriddxJRs7eDUh7rk+Dt0EV+p3/q6wsFwCc+0RVAXlW2Pv+S3Vc1C4DAJTMjWIk19AYi37bnuLXobXd/DK636CMs6H8ssUP1OOmWhZ1Xjs9PPcS74oYY3Ej3Gzfr4z3OtsXMGjor0Q3hk54oTuWsPM3CbiJdO9ms4UQKCgorh019BLVZYNbnKkwQl+d2bCAAi3HBqoeeWmaj/LZ1Jq3KLX+Yo0E4s02y+9TugMAQHLfm6tbKNnUKdBMQMml75jXwleL+BMZrEL4c9/kNCcF2QL6+5dlKZx12OzFwaLcCBFACddoyW+twjAe/Q5GVVW2jlwqpXkiFv26qfDrMfeXq9EoIdKAeON3hMkWepLCebD3rVS2706196NXbEJMwFRPkxHOpCS4+Uf0WoKYaz3inoFSu5hkWYTck7m0S+n0ciTthw7//bWsuxDTTHtznN6rxtgO4S3Tdi5RC+3v8EN7PH/OeuVo9o5F/+yv4SaEX+qbh5Jf3d/T96ZNvTqkur5BS8SJrrk81aLK8FWG5vUOVS5AwG0+viv0fUKskhC+7e3HLdVvBEtbAX2brXyIukHfkeSTsOCkib1iIOzPANFon5PKTokcmnqz0b9nsNRug8mfIrAlb5O2RgnCueKMkflZsWXnSP0E6p08wTy4/SXbCewWx134MbJZ6XSXyvuB4gfnVpK4xn0cy9bINza8e9zRgCzF3+aGzuQ9e+A6xIkL2ftnOPNeOa9Vo+jql+78m9TlEg8mXH/zZQAnxuoFJuMjiNDzsbJxDIu1gv8g25/ylwd43FtCLley9gHvvlYXtpz1WnyuvlQ1gl+FUA/h/D1UQMOuUjqCxcypPyo8bEu28sHRqjeHUeegyls+gisJ8KgUoVHfYbKlktsVi4m5RL8jLN1pbm2l9D5pow61tXombV6NMtm2nP+QBLC9va2sCWMVGdAa7FQKHthO7sSudLc/ke1aaqrpYN4xORmQM9xT9F84zOcTIkYVWvdF7B1yPFKhvzBSsbx/9yv2XNyoPHzrEXssuZp3iPWf2o60KOzp1UFuwdZ0rz1rq5QdQBMnuz7jldX4oe5y5tLfLzcr9nghSpPzuypHQsyWkP85M2OEnbaNPI43IABs4tHgKgPQPJBpOPsB8kt+WXh65qh95fnIH2xaJj9eu25l81ix5La5u+79REemg35ZC007PIm4P9/wGjSU7VHPTA5URQtatZuwgPTPoRVhYmTekVxcN+cZzFAnslP8SmGkqKCorIkFDLsLV2qUY7bgrnTqPgp/TV1JebZFTUU3DwJ8YeiuDDC6lIO5zU9rmECHaRl3++2JaeEy3fU7I4k6PCoEBJOvQcGd2nYdFngzpbUF+RK+MglBoI+OiLuQwa7PDD8jjsqfEb+K3bo1/8z/vzdatbP8PjYkvFU94v/kkXZMM10yiYBouXCimUACCKzpyanvUeH1jT/ru6/0jViCiBvsdzKUpnToMz+5moJ6oKMO98lEe6vAgHPTHgN4qqcpbw9W1n5Ks4X7ELWBo+MAxKTq/iMMFhtKZnBi3wm4PQC3Izt2B2ic+YxMosp/x788+LKapsZFVMI4uUZ/ur3/u2y+MpHNVKrZrot6RUjEmJjt7nD08pB4JUQGlFrWQZMOFUhUYJaSVHaWxUq8JwKS9xeKnRkAiEonO+HqGhkVHMeNN6308KjpR3xU1CYPVeleawaML1Z+okPhEFosO10tqfh/cB1++8P8fDB7zz/8MgcJbI6nXx8zhELxaBrfu2i/AhBA5WE1Gnajbh3sS4MHcN/L+HgLImZCxnNqp5PTP4hu3K4oFaIazw8P/c0RmISEv18XaecbZC3vcuPTQPfXuZzA8iRXM7ynlOKA0sAdU7E3Kpnpqt15LIhnDfwPiJEyfK8rcj78hXqWGXCqS/GQlXMH/JR6gik65GMxzu+TGJITNy/haG5aUOsu8GASNhiaFLBPAdAwnVdx9lH60I87O4gq9XBHosumA9MmduIwvIS3sbVnCVvNCLUVpOMm3OazQyTI8x8hTfk4JS9upxHDTJ4fDgqCHB4AqkRXWnNZ3Y1dG3/Zjpx6onks/wlpBShDZxrqlcDfUt7zzYiDRaYf49stLTNJgXcfrZ8mOcCRsKYdx/Au5osGx0o1WsUIfpkOPKmPvgPxLr2lyen8hkTPo2oe2HLazfDDj30azig1g9Adam0IEmVFenvZ6fSIh1alNj674ciILv1veGVKyjBrvkcBNP+3H8A+GuCATvR83luwL4QmHZExkHEgrWNPp91Rwnbu29ZcfO52M37tXtc/P2zOPhms+avqnV12gW/cFAfrRgpdRVH74Bzc5tUWdPJtyBZWjo2pPAj7CM69T0aeKQjCPbiv5D1xxxFxYaB3AO2VkkYfgSeZ49uU25T7xpyChoVhDp/2gVh1yAZNwTqZGrxOVS+98OTlRUOeY9hpiYS39fgokFQKRRxZuWJCAPzphLnABZi4fHgILIcKuQ+FmiACE34RaDyT53O+A+r4XCurh1t2eXNiJara0q41ydtJimzH65MBGNAsKJUIgEAgfuUINayK9crIsHSSn9CTsyf1ciTdLla013nP3825fxAy+0Sv19bGjFXa1vacgivJQJJLPqTPML6GlGHi+HT5KgoZhdy/L8lTOabtY6oZGkU6thylAH9fMHh7UhUH8oQL1pEskcj76R9duYwlR7lJdDaG/XWVcFUMgEHcQXurKus0A8JGer1c23qp9TEJ8+ejSsZmoszYx851SDA200XBuPZKHDB0MYhCUHT5Aawaz/hZEtlLX18aMQgzAPGTrFkTMT0ud595nekrrMoVtbwW/3XpNbgVF531FS0fAV5Tkt5RIoUODCWmnovMzs7UFPAVJPu1NGVH7gZuCboVo4O6pHjXrMK0WcWI5agtDX8B+UOpv1vXwYa2ZyoDAMfCUPmLXqYqR09xp1naG/5s2Mxl1XwicyTtmah4DuC8xJ3mwGTm3RDibYdEgBa26bisWLlrA8hhmcf+5PsFaDszD81SQmhbOn86sBPVzNqfq6csaDdfuH+2gd6NWDB+sQCn4weoIgfbgdxcxqBH+u7Ng0mjvCQOmfFp3spCLqob3VbP/afO3Dx5hrn97+F3nsv4iqpcQNQuIWPcgr033oURYZmx8Ns9ipskzz9JaHz1joWT4x4YvwOJiV0/80MXi2mcWxEwgFQsM2MOBXrAMftCHb5Q7THif1DBlt18IylqakiyZkLtDw7XdtyX3IpjECIe5ESgbe8EWmsw+1O05gjYHP8LBgwSlA5i8Bfz774XpQ4eOYAYZGS+HoMZ9vUfXKBABBj8EpAARlAyaWmm0Fwm5Nv1t/fK5CXZ7TK/HM+xaq1tho5B4t8rZ+iewOTYSIae0MbYysRcn6XC9wMjNpeZbpMuUxh4pzSmxTEDGmVZ+K3KYnq4yn9XKkQdra4O1OfIDWu3mCTBOR7uFhssygzVy2WFRShYLDsMjzv1/K44WWsEsqk+o6c9o7U8N6Dr6GtZYFQc9YKdPv+YwiMEMjhTfixwcjLxXPPJOHcw7wMp7W7O+Hpz8HNNlMMVet0fnyM7drMAteww6viYc3Jb1VqEWGU8ePXRdhvO8tcfR9jTGj0tGfTFRrFcBUMp54hNAT6V+a/fxplvvK4G5Y58RDATAFESZxsr3t95A+Y1rLL8VVULUI8WxJtZyQ4y4ZdYs5C9hdFsQWE9k69Saey3+QPJhC6QUGWlgIFHuvC+wDaIGqUKCWO4YSfVIVYgsfaPIpF20C095qiyuqt7t9LkbdEdkCBS3ip8uQOeH676EjKwA9n3v24D57hrHDzlTrVUSr1cAgSFPyhqi0pWk6WBowLo/my+YPZ+k8wog8G/H+SL3mRoGjzo4gvhBNgJWS8YjppFYrh+2iKCJSXH0cY9LhY7t3Hks0biDOl5QQXUQft/d8luwAbk1oIDfPItgZJGZbDJ12Nod/3YNNp01YtL9C5nHra2wgUvT93br/O3RFo9vC4iAiq7LDZ1vE6OZCknRkKU4EIroEDCK6MhNjPz57Ql/U3/J2BcSTh/2/AWW1CZR/SXCwtn4trZ4Wx4iuqU6hnbLRQhiDkrak/UwkJRLIpBg5Ed/Xrqk4CHx3L71FDMjR7LMx/2LV1SgYvhBw70nmvL47zQUSc7DSW++oTX1S0CzZCnGu6JIOWVXGplgnKNwklvL8Sc67fFxzlx93gGOxzQ97rBARDd/4FrA8xOZd7YWWTXl5p7e6RswFDaT/77TmM3q0JKBILQqKQOz6OyA83q3RxbqUzwBLkY5IufgQ2HOIXqErqOKW75+xVA+mpLdtGMDkdhaQv+PYsw0bB4QwpLZn+Pdc5+d65vUs9y7WYkWp4FqKEqVtNWcG7I6iHFabyU5IiCMFZ/J4oVdYyw6t1pyFfSgUEE80wVAcBHEL44i+5zG1A2fj2fLXb9bdRGzb8VXnCi+Qce4M2FJg0wcL7EIjyleasGLXxPZ7nMTk8c7kV8TIv6ArdUUS5VZtQkJbRHEhJoiuG9q6c09MUj2nmbGzqQ7RiDP2Q1VXFY+s/Afe8DFOVljNkqcP3jezIBX8zBNLaulN9IaH9iZnqLuSHJWqDIKt5EUHUnqtO48++AI6+LmKLfc5rkVBu0PnA01dXl3akJ0hcv/5RyKBkGRsK/Wj28XD4b1XGUbM1nhjvq1TFzuyrprbCNz/3PQy3+UDsuvzBsURxMO6GL/L2vm0MRCWjCW8nIVzkS5aIVE2BpxOeH+V+vzn9J6s0MdjB04IECsyRMA00MX6gU0kYS24pzxFYouN6PCVZt7X6dc0RCAj199IyF8epQoMTK4T4ePna8EurFk2UD6Qz/5eDfuC04uP3mTanZHQ/T9AuXSjIq5IgX7ypoUWbxsQ6pgvYbIMusnJRLG9+yAYltp3Ks2h4npaExGkgqtGUhPXb3+hIbe56MNjU0VneHuItvcVe3SMZ9Q4NUKD1sQ8h65jTmvsqTIEwb7/ZbSwlisnQ0UuXxV7q+16sNC2PG5HInpIFN+enwuwjT80+9UUL6Dey71pWI5jnDeecwtvn4AXnqsswr6XPrWQBVKqMpYYG7uYhBEV3BrDjlfYywaOrEy41lhARGIykbOvNKm160UYtQxuvr2RExj9mH1dSLSnVTpVAyTNytvdv0EeqAf04DGoww8jm7Lc2lEdx7ZoS+zxaMHw/qbsfDVEzNtVy7JezIrB9inrO7LdJIXYvCAlcVKnYIElmPXCwQi6r3LBTkLxc7D5MqTGZui8wu50zjjbMmtQLWc0aTMpCWuPmnw6xb6jgWnTxfg9AECx8CB3tnfFPZ+l9l9JLno+mZ9Zabz512m1LcOu+85k6Q5eTKpNldM4rr/+Ld15VMLTXb6icbacaHSOXTZKWlH14nj6DCmzu+HNvjypadHCS0wSeUAI8gXGXXgyRMxl419xa1bY7QCwZN6qZShNhJXxYEhLXBpPxZLoaSknDj+J2C4UENycrvx7BnTE8fPcFz8jZtCO/lrFskDaf6FfjjU369JiId7J9FEBYnxg9HyyqrxnErgEyJhbUAhr0KVtlPSgrGx/CCPPx8fe77jHQHmxYIaa33upE1xuleFxc5X3iwvv/UboFIrT9jsQ/1bEsb8kVl3M3xjf/jNwvzkaz19C1G+/7bbYztZqTTA5eIZ+/bOzBWHB/tlZDZuqn+R7ZP72q9sY2Dj1yy9yanfpEAVBw83aU2PkT2Zy+JHc56tNGcD6ueFJdZyR44Gpt1w9EjqqkMcAwg1cL4js4JTL9qdKpGm5AnPk10FNvIPgx8cfRf8TuB4/py87buhy/e9vI2Ly0VyrlA/U3LK7mK3/Y9P1hx7FlGArXCJydhoKky1/tQWD2LO/e+OzPxZDFPrbssNL/tCWvw7C33WbX45Ybk0spkdrKItwmisW4cLstf06c2OH8+tlkokxTGzBZgATscmzXwnu2PH5KylL8q66ef8JuGnpbMspxq5L545NOydCuKzZ4eRKRleRAYUgg4Ixy+tFVAiuNyIRWTTvQsfJh0IUyOW1QJwS6DI74BEHpjbAUT8pAr7yJoL/PDqGk2IOULWxTRH4R7zZUDxZo5+3rs7A2F+t1dPawrXQ0wB6PGOIFSG55V8oDuW3XboKeKQs2FIFpK3DJbAufB6rj1seU76FKJTXvrrBt94R4fprzAYqgVm38Z4IWW4A8a4Lpo5labA4lwoCgf/KG5vQWlP+UB1dDopk1PYUNZVNr8mKr3f9kLydvXd7XAMRn6zW8XDwRq6o0AOiwiH4RxdHNzP7UqBFRiYYTDIyGRUpXjNilqt0KELjZjkcRwwLo5XMnbhzffCMWhkjS1DWvGkv1bVQUC1R4TDsXxnO+7lPRlF1hg0yidLPPxArbp8CIuYNF6AcQl85Vzlf/uGVhUf4u0bnzFwoA8lW8YjU9Tv4CPsRumL+uL3z9gjsqgtpkOkSfHazO3Mpb4rXBYpLO1XeXnyOiPs33Pt91GlvKiY5VBePPHy30X+L+tQmJ6slE55h4S684j/356SPymB6GXA/VP9kn9iOglqHnelbmGmjdLuXLhUx/ddbj4ssuZKeqO7jUYgIuepvKLGuTAtvMnhaIsAh5b6y3HztLMoQj/W6eZaCHspsrHLNnuzb6uNm92U7pjaMldDwQbddMuLgt1ngjXzVDi+w/aOsL4sK0/NZTAbSFXg3LoHt3ZSckHWRI8Nmac2kYYS28WZqf8hFugCBIZEKW46qZ9uYwmlYYvqtT0ytt2r7+odd3M59E/dWdhWQF6N41hJ+wN7K4sS6vsL1SOW52Kfrp6J7beqV/UWG6B5FSsCQCUNsaowLrl7uid+e2SEetJy7dMvEd3bjmzzf56/5Z1Mjf4YKmLb2WTSXwe9v6ASnA5FY71m/9fu4RVhkyLDc9i14i0J+512BRTnJJUOOTWGXdwmLKfMi99QF6zLTK5Z4d8kOPDAoD720g/RPfjCW8fWd9w8BioJQxh+ziQCXJilnlnJWTf/m1ckWeGTf7GsXpCcceJGJUWF1tnXQdMUVxOyUakUN8p71fDordFFSDKHQwbmKUPaG451zZS85/oSLnc5QcVZFMiTkkuasRLW/4GcuGPq65nryeflZArRScyjlzzlGwzxjtfjHXeClBpUUE7lkP0Id2Kyj7vUobyisiJ+SKfQNsg2yl8CEN4wd25ES0FBTo6R3mU5uL7O0hip02lGVmcEtD/8+KwPwiPA0d58n8/n2uDWvF4OMqV8iMWae+iEQSbwWBCEfLTjrFtRaFmIXqGQy29HfL6d4SNXKoOKZmVgLcbeo6xcBgcWAIU2xmn1hcu6ry50dS9e7bLRHnn8+eC1a0GolPXtyQUCHp+vL+HLmYLUNZnsbtFu1556110x59raWlvPnW9tFVY5NQ/LhQhf4TbjnAllXuVewc8hTeXqGxkGzU2x/elIoQjRh1Z4XW0k79rVj5FLSk3PDzRGLauXGG9R60Mbnaq22jLRx+2zBrozcS+DVJ9dvSnxHRY8Ni5qeG+/L3xDQV6mW2NC6jKp43xBCbl7b3/QMa2VS3vxBjJBFWBPrfEMG0Y4u8I7p9UnIL6LORIEEsaAQGJSw13ulKPKt9FxLFbabxefPCrwkvr4bL0RXpTcq7UYUWNUpIpfFJEUNT8ks1XYEDBfOdeKIGbJ0SkW/AMchhJDwsUF16WVtCmnjAvz15nohFCmWyJxLDaZF8YKFrqo3TxzHlqNbU52Lg2DsoEuJ6Drug0f1JyWEbnf1fx9OYm1UMyCvCQN/LnIaD/69+rLgxsyPffzgisLLsUjRz13T5OZHEc+hCPMYcgA5uqbAGNkJKBcHsfZgIfunfi17927+orhZ+O1ebRaumeL63aMYp+899S3YXoCOBape8ibfQ5CaNJBt3ttRAP+hq6FhS6DHPQnKku4208baWs7op1EIJYjmROBgJ0cri8AaJCGkLo7k0Aa/+DCsQ0h9Nsr/9qrDswtshZjnGtuLvrL73YZliQ/OovviaaB79yX38XA/mLHe98TzWF6A8BLwMPq3qNkmUdreVbWtrzBhada+a/NpTq3zCdajhVzZ5suArsBT1wXLyvfafsuhKU1aso+KKGOCz2C/z7yCMt2Hgrb9Hc9N1yDNL4f2eDfiHnx+n4p2MlxGU5LAQIXAnOpc37yOX88otgLaw2c4Ld7ZAGGpt/Wb/nDnjuftcda6I2EsATmQcRSiTSndnLDrU3NgZbRsvkSyoCel4sm8l8+tXA8YVwmEN1SFvNfcZ+/zW8NQFgiUF1UVd4web/ovnYZ4Ha0C3fW6v2ldMpd5VXVlxbtad8LhzwVQ9Pi8WmueD1jMXY3OYooZvkK7E3qa/PahDqTJ9qqCrtJ6ooMlQb3YHx5zgg5RO28pvE1km6O8FUOOrpDKy8+OVXHRigjZUmUfJVLIbra4dCSk2wwqKQzNrHZbsdMR5dlKjZOZQ0vy4wa7dSO18WqamrVmuN3+rSt82X1xTdyfNGCkOCElOTWlJTW5OQEmajorp7s3Q2DQeqaWs1TqkNyCtaUQuNJm7JudIfa1n61Lc0jWuNWu3+72sh2+tYdG0yyrEIBG3L5pyI5xZc1ntjDOeAegDhWBr7quHisB2jqX2ReyzqTfHhtVwEon7d+q98N+k3qeYErpSkjEiXKgrWZH3X9qoWdgn7er74W+4fRiYsqt/Skt8VLE6OUWI6Dr+88+M/RZ6v7NwB8YBCAzdrWehKwxkgwlRy0z2lrWZg9MscWFuTh7/vlbg1f+9d1/1i//kdXVtK5jo6zgVldL0s8Su5UZG4Wnbi4WbPt5vVKTTZA4Ody3Y2cG/NO+2Jqvu/TRB04tXwgzcIn5CteDrdqjYt0fYzzB/vOgbRiRkFHxIqQpL3Mg/npoi+vnWOWRKc7J2a0e3OIKXmxwBgn+gn5SzE3tPqTReXTbfromLfSlNN/G2vhPCP6BOv9r+HqqI9T1PhJuMBWkDrgCcdl8PgbOB5amSh0IGm790A+BvY4W4TmwOs0WEzv/fD7h3uiwEou/hfKFC4KNXxFvM9eXXPSnWOdQxF+6eEbB9gSTED+IT3hSaUUF3V/euptDprKkF6920lVOpQQgOmYZP+Nw92MEmEOP2EyaAIvkLDEae55xTvY124GUbqJ+OdvINjvkJMoi/6B+dEbJgufPVg7Ldk/j3ZrQ8op/J+dCxtmbTnZ3NKfRfOV7GZeHRqi8IUtTdeWSsvnPe40byxxl8uSoWlegVhcbFjes9zbk4aRl5cPey06f66dsuXD++3951Z7FOIP2j8/9SbcDvMqX2n48K+SXaLFokC3kMHjVH4R3DkZe8zsHVW0cK38Tf3ZWB3XkKEFavrEyVPpm6lXOjrv0UBWFJNW2b6vqj0tvb19X2X7m+N5DgN7isSOnV6/Zx7UaWbnaOhqonIPltSuDJ3y1zAoicd3FDkws46ke+ZU1ixPVOE8fg2KisgMERKOPs+3WBhWWBXQF50YsDi8s150zqqs8byZxC+tmKSnhnkKt0YeJsCRJFpMxO0DpOTIjyFECOLmxgfKSG7LgzjhbbHJHhK31uhMupD5tzqPZO1KBCeqIQZjXD/TPMa2fcQcv45AfeHfHc4A3snazubR3YEKIgIn4Xx8yzL5X32w+FcJMzqY5OupB6B9NilYtC646YKIl0mTAp+rZYxtBsWbzQBb0DrenRe35nKIbayMTCNoZCCYlmNeb6WAEaYAoDvRNuHA4Yph1Pghbaz3GLXTTNpTiYUd4wo+lm7Eyk4tuubwAGon3DkYQlD5Qt/fIjfVJRwipszPSp889IuT4Q4FFFqnr98pjAp9pwZCCeJbAVP9hIr59GfUk2QlgZGjHDcN2U+yC02gEBRtZvGbWo1kUT/B8qc4a5Se0OcNsLM4VuKAGtBqV7u7e3raAAqTNRu5etWEkZTx/39mZjIhD4Nd80rFGDe6/Jft5TPG3wECQ8aFMlAHt+/01iyoTXeIj8e5n9fWKimpqTVI2On58xigwCUBIHOCOdKPdO5J8VQLSObJJwUIiQ5+HKMGaWOH3UsBFtscIrp+WLDrPX5LSKBe6SFP/AAEGXEm/grkIooaXq748n9TOWMqbGB0yeqBMTK6MspRhWQW+QxAGsC/2Vox0E6W/6NbCjr+qJCsSFzBzHTchtAC4xrog0Nll1OsU/BSfEQWyw4V4pBYRUN5ZOmDaHDhOUAGADwo+Sv589/43cgkzJk0psDFOy4ZOeuMiyk1mfdkp2UZpXPXt3okAb+y3/5Vm9dmH+rd0NJ7f/7lPCbddgjSJJQIouli8ilLv4ELV/OJ5FT/sczy3xISUro4WcFqk6X5J6m8P39LXkdXgdh7mG8OJTju84z51WR3tQejssN/tc1K6wcGZ9xN/HoJMy6cijdTzVv9Xqhuhz/B1KMD0AGKbL7ezUM5oFhkvxPSQz8cBJLLNXsv9sLtlczsey/u29V7wiDDFjJEe0QNded3b4zpr8Xq/8ynD+AbgpAN9IH8f0McaptjhuuU+dhU3CPImgzbEwa9rut5K0yR80B3Mcjw/enR9Z1jwEDPXd3pP+ylfP6dw0sM9os5r4NkzFixg4nb22Uscoz3ujc1NYXnz+u8vNDZkJjR11xcNUGz1OsJ3jeKCYFb881C/n64tcHRYukFjXMcz153+UUeKWBzT3LRjyll3qYFbENa3EBLZ/6xnt+dnb96juYvbWmxTSkbunwZRBHfUp3Rv5OvPaWoyi/sDvx8ugTHcHpXpFBDPMH8eNl1Hz0oOZYWbTht2Iq3LUxXrrAubjqxWn135p2gNroKd+CCJCKdBdlPNabwdIg1/77pjMDlTtaB9DsmzKLtpQMgJ3xeMN/86gzV9VKrLvJUKHwkcIL5yLKbGKfLIb6FTTrADXRvVMSmS/6ZlE1IJ4LSHZO6lelPiot8MrU2Tq8174lrIDFKLdkxEepZWXP1uh1WaVXbOG8Y+QTCZllwyXMbsCqVbAnJL9ZFdnMySqriL4A/HXywt8W4g0akYi3RVkFjRu/rOqLUwcxs6mzN73vnsbsT+xUuS/T5vk0oGDZNWRdXv9UsM7oeq3cMl5eXRWPCqRlRneHBi+wbPAqRqdhDVD/fbPw3VVq23xz3rYoq0RrMewRFjfJpcENUtDS+Yylm2SgxLwb2CFoRLPFPoKIQLAu8yFSaZUXW+8YWQ5X60GvYlhIc980SS/ws8Q5LSDqnJsjwIxtI97EA6UQ1bXJIr/HB4z8zsVHfRiKtv7xE09CJj6TCNtjxisW3UM8+uN/iCSG8FVVxhnXyLu/dZtxj517ktHTd78CAWKxcWlrjSrOwOQBWXa3QsdmIKw9882bv5HGBLMTn0o/x5UGuXy/lhJjlKCPrIDqUzpOJlWuAUdxuz8t+Q6EKmZubmhY8r8+zTfdmjYHJpaYkBDw7E4Xl65QOZY+i5M7apDEYHSWJiWnL89FFVQ5n8XEqO/OPUubmMT1YjsNoV2CHVlXYcje3784uWRIiznH3pgJ5zVezKJ8DTazuJp/+cbT+z4j3lwdi8r7+FSn/Yw+AtvLW1UFuat5J21c0eaUamXQH0p3XMaja7FHKFgLcg4p/7Gr2CTYDyxyM91chaO5kNxcXN/KLIk64vK/LtPj0jjruQ/FNXAB0hLtpMXKxqFseP9CDb8x7441URXq9crIJ4zarF+NrP1q6/KxRW7vr3zfPL4yIwIoZyFb/ey7XCD3VrtwishUrm6r20zk96yBL00xlLGBT6Qyyd805b1fNocmT/GzG2goduBlf1NJHl9eGYVKSMLqYZcPiydIaX8eBH3X2ibYDNQWTy1gyhexrnj4WCKaZ01u3On+CBRL+a+HRly83OvNZw5KU9PQrVy4xQWTWD2U7wWbt85009riJrY1ZLpTK2+ZIOqboAV6ew8rKzrhgIho8nUjkp/xXn932RyGXdbhNxywZHeqmWkBMFFQ33WNDg8LdEq/ejobAkgq5Ht4+0Rw3JTG1sCRFNZSaOkSWa1CpvOCNhYwycqITQIimg9j7NX+FE7b9qpLdlSuKWoX6mBKrZn2kykfGDQs3m5rijFIdPbk0R09i+udUy7eyCn+548+OkwcjX/t3qwxUYdKzpmr6pqN0vcNbmsz9jMn6SL8JgS0EeXOJ7uJHsGQYyBNomUF1LlqRNTROXr4Dsvrr67NS4dOyE0fbMlHRkfX6XEkWh5gfvd4+GfOOXXocUM/F4Nc96D4nO7S9cpvL6pg/vjhExXhbazVqkzRJCLpUp1UJs1frMLAqq6OnqhZo2qzYRmel/UxSZ/pYLM3H3GNBjCGK7+zmKvzsfSWT5AtzFfdZfPp7BMhGu93r5yuR/M51Xfgk2F9vSaxyEisHc8W6Gf12OL2Y7rmoc7vnf4+WUoKo3D8sJRhfirknTiwXgzgrIMvZBLFrxKfxRt9nZC8kW4Y1lw4nnK5azsehHimVm7QaQeJ7UJOg6A17rTJk/tZm3KXpt0MoqIO/UVWZZzHOcvlcO+JI+YsIYr7NFWLXCwfPhPSF/x+u4B6Uo2UrbEmPItwi99OcpJUNrH8uvD8Ik6k+aWvt59HlVjJZ1nIULo/CNunRi888GtxPRn1L3+VsY8YrJKcjy6cIe8mYCjZTsDnSkHW00+bhZITp0WD77ukqtBLZlQRYz+y51TXcPfr8Zefo9L8Sb3U3fv801C3SeP3IZrnLJp9827xj5a3/o7c7wrylLLta7Zxf3aXDJmvjr6nC/entC1wm9a9jd0bwCJFjFuugrjfqHofYlP78zldLxfeLXdp9UYFZpzrS3EgMEkE9ci9LdVdU0hY3/bLMVm9ppQGwnvngrcztO+QH1Y2MvRwYK6wZ3ZZPP2WTvo+/6sptiyvXOVeWp/8qhjOti9UGTaqTdT0CF5u7LfhaUinCx+fAhohRiXYhRRCgUWG4KDmXFVArQnbHe0DUBUUcEjWWKhNxrV0/rNMf/8nPdlOS2A6JIVfjkLjENxkUZyHaToyC58KjSXK4hldPsOa8xwTUh2QWbWKDrpJX0EK7lL5NxCHjuP31KkmYsD4FdNMzPFobq/FvxtkzMFjguf6fhoMWBn+9mNynAP4/i3mcpQtJPbg1YNW8pTTcav1NLIqPQ3mqPfBv3YmvVHBHWMrORm/8tM1+Vf5vjLQGmitabUfR7P56LfVWGC2Sloo7H3rtaY+mm8qBQKU1GX5jOHvut5n28u5u1lBM41See5D+oCvTPB35VDTqjuxC4+Yt3L5bpUBBptJkL3lAZbbzQfcqbcVoyZuWiDAz6A5OPuc5oSDzM/foRKDWy5O1f5geHIbKrAjv3+oGHqOD0eB5AuwqH3srDO5JGfRmRCQCNXe/CBiUoKJbRQaLRxOmZZOGTN9lvnVygEjy4LoPyecCMYydEbQblR+8VP9+zqcddFd5d7MkdnNqGBKsZjIo/WTo2+9G12dda1N6IX6gJ10eOjQFYASJbHlpMZ9ZyriAwDd58witVOGjxCkSSUrR8pt1i80glrKlvl7EwgPVsxKDxLeYJ15EoR/ndtLU0NH3g9NJd057KyQ+x3wM8tTYv/N67EZk+RfeGZzeYQztHrqRzOaiBE+832JETB/Re8ys97VvwL6dPDV8/8qQloAtREmfoN+aa/mt13nrtUJvV8Ur92+Vy8le6MQnXk4/8cHoIBY9OFx8N3JwMOJ+SXHAC4dYvPaKmuyq+rOjyjOtCliUntpkeXrArGyZyckwrUUYmAtwKfXbSxWMZK0eykLElCyLROVLhKELzp5rg7n9bf/x7j9eJIcMZlJkOU0iUajIJfjrp8ao0aNm9Eiqx8Onh13pOV9S3PlVm7BBcfN9PNzY+YTWPYBe8cZGLdqL1Faau/K8BuyavVZxvirEnaovf3PcAHKUmuf83QcPpLDrzRl1IWBE69ze8ltJ63f4PSkJRWuKdt4aq9ZryL9nb3X9U5QsYPnn69EqDuezozqIC2c8hE63o4mRz74ke9ap2pdtmL7flZ3Luzo3bcpMzJ1WUKgJifkPhFpvnXjjhvRc2WInQ/jaTH16cSE9FUV3ogpoOKqYk3SKklvBRjNYY4TV4VhydfAuvSQES3zYM4pik9M4pfWZcgWl0our/ds/TRx6Yt6oqkEf49SnP8prK1GzGeoQPYpKWjtU+Gdy+b9dTRoTe0PUfUJLxNQVJjCfjEZ+fqJZ6+M6jVBdmlzI5ApCtoySVKQqJrH9LEYfn3UE9FW3eZem42BIgf1usw1uHrGaDQtG/uPAfMpLj2xuhtF4wIoZXC7ljfCY3kh8rsPSSW2OLMVpXbMmGqcBK0OKuTnz+KcbRA5aiYbogTeDK+b7Z/2PkMdEc8HuPpyphfABngSGiuSz1gxtYph/fHvshntxgE91eWXih9qsKCs3BN/kb8qIejAn8CMysVZRB7Ke2MeXFE2GRbOvfZ4KHB+rh0xL7zTUCNZ+9kmJOp3WsseMNSdK0GU5d3NlPntoUJmKZ42LFpQsq4hmIaZr5cvY5ZyfXtjCxoaM6Gx8wHf8dXzDkd+sujxl1PISzZvU+AbUnXx3WkBP4mkaUMnyrgmAbPQGbnPRHZ5TDI/WlLmhpEzOyRZ8kvvGQnLK4CVJlNCgo3XWoTtF28xSLI77xU1qN6ubl2x9vi1bwc4SgGAU5HD24frB/MmuvBgw2YEudZ8Pw0kWInURQ0MRNqdMAJmZFblOf+XmLZJKHaVizDtChCHBIJrpfimLmIrmNGRukmROajdzmie2RQlvjjlK448LCW4wiJKQcNwzngM7k76168yd0TAVNypdFPhS3Ye1xonoBUPXHPsg3Jk8P9zBf5A0+qShPxi2e3SacauesqqzosD4G57GYtdY4bAf0N2wH3+88/GBEGUPEOHCbfU3t5YJlwl35L92uUOof7Js5Pz1V4Zq3G0MJ+Z8W2S2HPY+yRumpkSRUZN4BTNDa99wFim7nPNlDq+ejUM+qOXUniQe2jJmPeHk/ObxOkjK+mg12qIIEqH6aEbs/JzhTLYsQJi+OpyQn6OyGEWYsn43geZCVj9RI5GYvDNRQeYu0ZjarJDueFftdWrNVAOCYTccYE66IqMqjGtLYlnAy0pEHLU6Cp6JFCxU+rO/zjNzccglzYMhTI5vDAQSb1CMTbxafjhfHkJV655ovTJ8pfVIFECVh4TzvfJt4q1Fal08FK/WbR/IGO67CXdGyYe7fOohW6PKJKwF5lGLpSPPevWWmOsAVN4a1p5O6Mo2EoQJCe/oro6hSA8dTmIhG2InFnLIVuHKxSFSBZVuHq8mPne+id13/qy72h6YuKoppHJSGWDyPjxcuud88aZhAJEgCcEQkCuPjlF/27lvo+7wvj1/AmIkSmiTmdySIkHkuISjdXU/+QQEXB7vnsRoRyHuNxXKy70mSz6qrnA1MKtFmasq5dTafiM+xKRSlD5wOCXfHXH8m3v/zX3LIwu78nCHidPEcZPNv8ZmT0dbcFZhoOZyEU7gdsj/CkBgSJRy6nK3nVVIa5rOrXx6rJhnLHT/8FGy8ODsza3oTmL8Bw60KeXtWRjEMEfffXdzPZd/PxEx/V0G+M6fHi4659Pm0VgMAYnv07sko8wcVrfejdqBc3fXBS+M4kCtQAEF6u7ee1csfXbinKUi1Lh60AP01NZFSR8HSUuQHVXtAIHFj0llm1AAkWCJm2ZxmDTqkoA8RXS0XHwPNDpDKHoPHW2oO24JlGloHTA3mLkVMSiLWFj/Yj7ZeV0lXfC6IJoILRwi1ZM5EeFzh+Z6EBhSaRGVIA3Zqh/TjeufpDETjCGkU2rxMw33x16spy1TYFk5AASEnB+xBIAlzKXKkoE+ojKXLr4tfbdw0bfp8zf3uV4W5i1SuNUy6VXvs1vi8vcOS1aPH161to+7avHQXRLuTueJhR6BYY7GIn36trot6ex89rL6srogax/dMmH6Al6moJ6UIWIpLUS00hUqNQ/PN2hv2dGg++iCSv7y0j9czrZuPBr0b//xUZv+tDBepjA2niUGZ/IVPinAZt7HVcwqNwXdwsdV6P2c/ye5f4hNJCvrz/3GNl83CdSkoPofWdUHfGr19POMwWlw+v9Vese1QZDbE6rI+8/W8o+0DlvSDAyTki4QYAj0ewxmuyJb6qiDo/ac30gxN9Ywg651IGVlybJIuWsukr7CYTA80WJHUdBKaZkluZFfyish19PofVf3atuRdShHa2bi3EVzRpgvo3LZAXl5xSOKWH812kaZzxNI4sauNRD7nxpZy2WZ6jg88jEeZ+2cqBqYfWZQq33VLC2mXl+KStrGHs+3Jn0k8ds2x3bGuNvupAKx/2XX/tbEb5Ewr4seP+sfCgF71GTCluEiAOL2KwaVFD2Z+JK+KqfaY4wUearieHnLWiWtPXZTI0PG6TkKcCI4KuxeHVp4xN03U9bNijvP2cX6c7y5uF8ilcyvab/XIyfJKyrHcTIaE0kF0h6UeWwlC5eKRY64pKNeW8aJ+IU3sDhBrC0C0xY0HPPji7L8Lqv4QdN1HkbqjUVPWpph3hg7UjNHBdVG5+TGGBjpfhQDI5HCnhjoiVS6XVx7amehV/SMD1gHswh+9jwMm3BEbbFFyt2t4vTtUYYajke9DEMEGw/y8Ij45z1wiSRzQ6tUIruRjFkftHVHP9zWMXrLoHir/GkBtXaRNTroaKxg0giH5LqfI58qHZCQkZqMLPe6oxjrkmYGEPgjFT4zZbNUde2T1HUrKO+BbIU608sqb9h3xuTQ/gP6UZP75cqRj9NHd0W/Aq04+IXxsHeum6+/VZWy1Zv8buunD0uMLbcg2wvNjkuhTe2y43KGOb9drWF5+rYr9NAytrbecCvSue4frLqoeKSXP+RfUXv4jCjHtg47fwrdLRchmOQxRlIbOW7/FGaLDPchrdCa2scPmqoR65E/buv4COaMCgAgYwNEJD1LjrZuLFCJWWf+yxp4cc/NqdEnQ/HQBiAK3n3WR+ElM0NnrVH505xjDiTWbvclbGNm6KxVy4ygTuq3Dl723qQeugijTYYt7idLVrzPms05uHmR82XyerFiUQOmvsi1oRCzxo94VONS0FGml6Y1fg1enY11OWcR5vAz/xxmIMx7ia4mI1SKiHXTSJ1/BDglFfim3TJ08ik69U4j44dzmj8/JZLrqD8wNaUSp7bS0Zm0VCqtA1K7A6xn0ylT15B5GiLSh1NB3LvK6Yyqrxcpcf73pVLTSz1XEJdIxBKQnT2wvC4oPL/Uyz5Mff8szhk38Oaxq83GjhqXuFCnnp8gf3PtKx7mZkkCvdBYXGiWj547c8ZiKfS9LlYA4a/TxKYs7NV8cFX3/JnpWVm1GA21rn3SMNOQVKR6FvutcdpNnmVScAz8CxHAzxYtTgJTXCDgwC7jXfALk+35SIdkj3YHx2nfZEs5fe9kcXqBD+LiS8oQNfNuWCBlh+cQ/DViRr+gwTapyo1th0PK1EA75T+3e++IrlIsbLA93vqahnDE/WWZ8Igo7xavRk0t39djFsQ8uzoLR8jQnRtuyNHllooF3uYU29wmGFLGYVJWztV6FCovg9K0VJkj85xINgisgPGh7HbZ9K202yPKD0ndKNfh2+lWIVHSoITNGEfn8H/p34SdBBcreMRtMmszqKYDGLvhelXmMzXVsKcDhfeyMm8amX5HcYjrcpR2IA8EwbO+gvMPKuMNpbVb1ZLhQ+qsW346620mld0k3gc0aWql70I4rzR8l7r62I1wSNzmcp8b19UrxrpRKana+9iCmUneCvI8RG0eaN3OCWyzuUge4zdJeQyqQ47lF2qz+c/8vfxBR6FAG7DEyl7kclUEZTWQ9sO0Y/pHGyNbIUPJIkoD6VTcu3I3K0wDVcq7+pB8Je8jToBNtzbVdD8SJrKD+EL98K1EvW/6hTvlBjw+ydBnskilUwfL6q5iYS11aS2BH8Zs/6Hb9Pgv0L7QMKZcTct9S/g/5EZkRJOWez3IezwH1I0ff+XvCIpe0aCS74w78IoV93x4u92LCZca8vldHTk0avvM3BsRRhFh+qFm33wSxmxcFhu8UbMhjnI1ufQzTN0fYxs2mj9h42H2ucM132ONzUd8ry34AcfAh9lsc17X86vEOJolyxc2deCbT4bnOeNRuL7HnwuXjm5YSXiv/Y3yNHBh3L0aZr3Ott32S37KPxwrMnlJBWIporE75ij5GuVK/JGOzpXQRki66pH48c7YK+CEKjEmIsmw4eHJjayw3VACxmHOJSdvBpFmP70clYRjT8pPwUsL5Owd38I4nFZ66uxNlYzDqZFjZ4jO1qcT9Rw2WV999wnbDm/8lG288/8remdUfO6FVlE/J6n1EY7pmSKReKYYF+RSjztnT17UTNvEODvU3nHG3N5hsIffmGytTGKMTFz6V3fIPmuw+YZ+W2d3a+PxBTrb0T4EMn1ai0Kfe52jVxMKLPKRd70m2lOuIGvXyxYXYUCW1LjzP7k2PjOjobaRbj0pP3vAMvjcAaWEyu7w9IaaxkgyHSwLKXGTwkgIYAz6vt6VujNqa1TEnkIZHvqYyD+SEt5RbSQl3Cn6kJT04X1iVdpxX+WxY75xWQkthBvX1MsTCF/MMdOBvilq1j8VqKeHRT03PqfjLTnkNuVsn5AEky6qmyBz8ZaCeCLhaOCWgo1jvre4W8DPeZ67N4c/rE4NLf4WsYDVErQYoiBU5PEQS8340sUFgvT3N/cEOeV8sdGweBh6lGrSZ21oHORJ9263SN9vkmcp64h2h6rZftoW9e+zG+sNQ/87EEyaSnHtnRp1C/Ob0nCvBf1tV+c8Ffe2s8uXPRdsKyiEbENQ/PEZnm0tl1tJs0j3SEsohZN8TFFr4GcPgcKqP0P4RRFCeLi/fVFO4CLN8Tu2sEZOVbGKY0UP7KlcazVF4UcK0L3IEl5Kdtg8hCuXp0RrvQuFz3KuS+xDrU4Nf713wrkqrnuM8cF/wva4q8+a8ak+6AYWjWqh42j4/8OJvVd+f3uvfPRrm8O/q88kBmH/Pbmx/sjjZ/Ux2WkPeufdwINm0oZNrItts6UGIAHrDPDRH3pg0vusMBpYEP8qtMsrR+N/qG4a0dEgP0oPHQzrPgPIBgBbU3SBZLA+KReNEgNgemRNH5G4tCvIOYLBrixaJywgxK8+GRBjdX1uwKptxJDYTumQPZl6OAEkEVIC1aPMM/JjDLGoFzEBTUUQrMRLpFm9JLe2jYuj0/CG2ASh1A016grkXRxZPHqIKLCNs7upOh7PT2LqTqi9QZtFjAM12KUsu44vngHQDgcALaSx3kQM2cqw5gGyAROtc1WEMgpizEM9h4eVKLBGyXNVAdc7y48oLvMV5CaJ70DDtxE/S5YqFwHYlcoxpPy4RTyHCg+JfGfXPLQlDnUiCpOwmgRrQ/BEGSXKq5HNcIB6Rald72g/pCpks1BnyFz7HhFSCkTbxIcA6lW6JEbAoybRaajmqYfxr1o+Xj0VeNyg5ohLSFVOeRiPnKqIeFW0wfYEcZrmWckCyPhkKtVnZ+ttAm5MFbglroNyFuSwvCHaQJTUWiITxvKcWx4iKPLNmHBm6s9rrpYbInaHguAbJA6+z4E5Jn9Mm0m0URyhke/gVvw6vr2yV0la1GuKN+YC41RUviHMWJs1MlGpqNxJwenBZSiLWoQFpoZQm/gEFQpip8V9TEzdz7DfOtYuJ6/PAoEYVBIvDIlriFMWLYs+qsGcbKyRVBLREsc10X1UBNdyAwWK6iPEZeQop/xTnEePnDoWridXEW2aUCAAOPnhn29WlVbH9b/QHRrujjdTfyqqigIXNuKLq4OSLYL/qDdrw0ngNVB8Led30Q+YheBTnFiq0cntvegtEmek1fILYCgI2lSsj3pJfygTahLbYVqSY16Udy6ZljivmhRnLclmVpnC9qxdaGz2My55T4V1HOIyJvba2/euF7qlBzhFQUR8THxa2jO4yaGl0NEy1l3p25H1NexLcU+fW6HYtNy1LAQf1YQ+3WsqmdXEatYetA5zzq2aCSqN3tGufFztD0FbCpbHVO+uywULialPzN09Na5AJ/0P4dLWepzmAj1dWihDG0cGRenfZhFNtu04HZRH8oNXh8lQK3GxTkWAt23vRjA24zhaOhJiN7nPxS2MGtCsm7Qlf8Z7mM1DaMcZsKPvhDGd9150xd5tLFKsqR9cjwXoSOIMVAGjWiN4sOOuvYmXyGDf7FmzJ+7c97J9P7G89p4YfQGj7GlvdTjMS9jWUDHrwvIIu73jpZnlpIZDsrnKAJoev+3i2+uwwJJakSKzOAaNs6yn1thAeNcKGMK1Lc9gYJxQaox9Nkxsl1Ka+fv0VVzu+4M2WwzN0UNarbefu4hO3CId9MgqWbPRG/U9Hh0zQ5PIvjPF8/SW2qOB3Xh+r9AS+yxjH2UbvUcHip4UCzuXLDXOUj5Vs3fmiDbUvLRTQVI3fARhcffpdQSH8F7Y2oEYO1ayYNu8PK6uVpH2vfGS76BW00jJqkUt6jPiEo90OcmFaJYRhkfrO8bhmn4ZE1bobjxyAS3LpdbmyO5/E4iGVsTWP8AligNhc1L9MbeUPjqXmISZe9h+25R4/Qg5OtY3Ttv7K20x3d7W42Y3NWQZRxdyz8d62e+XWkbdrCg6298lt1CfFgo58ruoR6yGYZx4TEngA3JsMn2J0do+Fk2sbj/Wz0v7d0Uv2ROSOlTjQNcCv1lft8fvk2Hu7u9eTwD6BU1FXjOgCb+Ij5hPp5BcELjQA4GTnMCBl3MKDV/mDF6cyTkcJC0X8JGRUeYOrck1jKV5uQ4nrcttsNMPcwcS6cnnutGBDQLDY9x24VYg5QRJqIm0wt+HnCETP+YcSYTmAtkkN8rcoepcw7NkW64jha7LbUig4dyBzvSz/+5Gf8beJjgc7yQQKrWksAD2cMrWdyzmhI/saGkbaMyndN8tBiw2EcMAaTCyqg5JHOleryxgj8WaBjek8Ht+qjVR/FILPD9PyIpjJVOHkIoomqBEPBEb00PJk86s4sfu1yqZBgKichqc9/xXL748NfOZSVSYh64s/XmLH1Do/wn58vU0nU1ev1bLv7fXj6+rZT8x5E0c9/xCT8NQuq08cUJUfavXGDZaCXwHLjx/o5sMHDNwyEfLMnGvWm/duZhwfFVOYlVxa+jEd35trBW5OWDGTJZF1UVAS2F9lsohDCwFtIwvipABcLegmTeKlfVii60gXd4Q4UcTtXvgyO2xkLOwTzG+GFIx3NkNO8SNjORB0dz2Jpq9pHUdwrNGqpwAP4dtCcL+xhrCnV2A6xwxm+v30gzPmxS+R2cf/drD2euPvvz/SVmkleW4xoMR+yNKsqJqumFatuN6ACJMKONCen4QRnGitLFplhdlVTdt1w/jNC/rth/ndT/v5wBAEBgChcERSBQag8XhCUQSmUKl0RlMFpvD5fEFwjB9Kr5YIpXJFUqVWqPV6Q1Gk9litdkdTpfbx+PrBUAIRlAMJ0iKZliOF0RJVlRNN0zLdlzPD8IoTtIsL8qqbtquH8ZpXtZtP87rft7f3w/CKE7SLC/Kqm7argcQYUIZF1JpY90wTvOybvtxXvfzfj+xqHlk9ew9IxQ/pKJquhHK37Rsx/V8AIRgBMVwguTxBUKRWELRDCuVyRVKlVqj1ekNRpPZYrXZHU6X2+P1cQAgCAyBwuAIJAqNweLwBCIpAKBQaXQGk8XmcHl8gVAklkhlcoVSpdZodXqD0WS2WG12h9Pl9vH4egFAEBgChcERSBQag8XhCUQSmUKlWZ7OYLLYHC6PLxCKxBKpTK5QqtQarU5vMJrMFqvN7nC63B6vnz9fIBSJJVKZXKFUqTVanR4AIRhBMZwgKZphOYPRZLZYbXaH0+X2eH1+hAllXEiljXUemxUD07Jdbsfj9Sm/FgARJpRxIT0/CKM4UdrYNMuLsqqbtuuHcZqXdduP87qf93MACMEIiuEESdEMy/GCKMmKqumGadmO6/lBGMVJmuVFWdVN2/XDOM3Luu3Hed2f5/sCIAQjKIYTJEUzLMcLoiQrqqYbpmU7rucHYRQnaZYXZVU3bdcfzi8hmNVtKWhyWXpimv4zGu0z3lOOSGBdQcJNeDFBsq6APl2BiPo1nWqBnV4dRuVptVRcPzhFfNOVibFfk2XV729Ie1WOj8Sg/adU6SZMoS0z4FFXzW69ktSkAhF1Bf7rtQerjk21/pGIv/oqCtult6Oq7qK2q0Tc1iseiCW7ajvoYuDNrqAHJyBZD7I+DSjYn5Y0ju4LF3fzXXwX9B/4rC+ZwvuGSlcjyKQAxvVaY2E3xMGeiJK7Qic4OnvefSCR2k4d7PUkgjilb5KYE1F8V4G/nvwg0G1Pbky3FCn4jFFeIR1XnLBDTTiHfTpOj2jbkWMmNNmdcbZvkH+/pl/u1kCWeN6JGwH7yZC7xTUFsu+GyNoNUbcrFJYGdO8qXNoBwV0Di3cJ1PpDIcNX0cNeIoB5d8bebv7Q8geFwuaXEWXsqy/r+NxSqj2YYL8atu4qpeKGNWL9Sq4E0feSnXqvA013WqqB+B5OCWjdwQz+UAgOUZk3f960FNbhFoQtveKQnKFF0t9n9ryPnAHZQ6UyOcryKljf3X8TxvfuWUu4VWvEJgVE8g8Dje0IXMw0nqqA/F3NB2F/d48tng41xCZfa0TwiUDGO4ONr0kxZrXNq7N7zkOKW8WPWX1FqQOBeBVk9VPPOcmHiNz9QPR+srokHu+XYINL/NxQuKPzBZhLfcj0kso9BZJ3dheN1f5aUgo/ULqpaHunJbCev1pkz5nmJx+2YmmmEQGDeXMtS2hPlMO8nvYaANUXLvzmIFt/NC8lMHmVXdR8FOEfKIWU54+rRJ33zgVCy4AonkSN0xXrurnyHSLxY8Xln2Z3hog4sbVOZ6JQF5Rt+5Ech3pk7m8MKsSiajZo6YluzmlbAdB912lZCkzo2bHxRY5m/Dnd8xplRro446Nk/cejk9dP86Jrn0CXcJTC7esjHUJc+xmp5CcCTW8G/j20KQWnDXXEkEW9Qj466s36NlFsb4WbqswVlDa19JBdp1oqIKQp5A3LuGvJARHWv/iQ9cHpIN0vhmQ/NhzuDVHXG9LIN0SQf9Z4qvbj4ydleTrzyh9L/e+6FUNhTYHbvdVUJv11Zs/rVIHJBOPMeF+Br76aF7pX/kTFKXs16lBKN5tBtgWGzO+3DIMyg7p3V5ZxlPtvLUO072cqk9Lf1Nl0G2X/DfSXitfEagteIt1+7zToeztmby29V/I/g5Mqd6NX5DG4e8XLEvN81cT28WupLlG4WiLG/ApY8i30kuhKyP6SL36tGebPDJj9D9zbtY9kcLiRO/EAPFeusQLF8TTVTdRTvPUPL9zyK6lFbpPrtdbYtOYw7TuYjj23606q9dEde5gzjf2rpCG/USk5XT0kfZOa6N61ydXMMuMPl8UXm0scvaJQEx1nKNurUFmRKWvn5o+aoGYTCJMsrn36ZUsC/NRmaNQYwA8jD+m1KoMzV+CLqq1BK/y4hOrbCHh2/KBmZRa3mCsR+yvcLJixZlRy7n5q67jxKQnyh7pbVBZuks3h6Crj7Y80cMjvhV2n97pXMceznyUMtma0pzUqef7wxufv91cbCeOK9AlAWdg5fpn86arqw4v34djJhJhUFzXYWM/Zs2lfjhdxIyD+Gjud/N0P64XKSygdrTU2rTlM+w5GUcwAL/x/Usby70wDsKFFRSZSC3qnxE/8RRtLvtAtnVF9WZcOawV23eDlDQiF7aSbsM7xpgHhcXNPG0xj90cZpA8yye6jvxBo0sncBbtu4qq7pyA6YAgIoNalo+Eki5rykX/Yx5g3VdGschyUsMtfSv9RIXdKhZeiqYeqOjb11c5t0Oe6j2gZ9SWw62KftjS0ErDP3wmSVIdN1P6uXwKjM1xqwnqZ6kZzMWf2LhH8YwWOYp2MR5tkPzJSWWABb+3SO8TU9reGqzJ1o5gluXuZuF5yf7kpYCvwducdFbXbs52L4AX50d0390ZzPYkfoNlDdUPwvXveQy7VPRtaOGtWwFllBIaSGdhg9tSuX1mJ6pOjVXVA0GnAhFIbfDqRgAUUXtB5r9Qlq5iL9YJ9LtOAH1Q0T4e9wgMuXXFxpVotdi4bd+muZYj1ab3aw38bkb+0wOZv+465OsL6G+ZmLx4xSXxG3WLithPj2UTSWP+P4uUHQ0WszT97nv+LVfstTnj+5PO5MIt3ipaNNtt+VRy9fn0uePiokJ7v+WPZ02bsniEBFbE293i9PuJ9ngMAAAALV0FEPGnb6zP88rbXtCmPPvR8UcS3jeZ+2vqKlIYOhYpYm7G7QwLe7fz43s7vfcLz3zxBjz4UoKLlA9fvzxmFNmMOAFTE2sw7a63d9psjNy57N2Ou6qI4nARUxNr83dP9X5vj/Mw0gIpYm7E7QgIqYm3G7ozpIyIiIiqllFJKKUVERERExMzMzMybPzmqpzfN1sd0M1prrWeBExERERER0YGoaHr2ir8c/beM/nQm3q93Lo7D4VmbTvnLi9W+GbtnSEBFrM3YHSEBFbE2j4329RZ+GWKVct20wZ/IetvJXURERERERERmZmZmZmZmVlVVVVVVVVWzabq6e3r7ppOcf4Q2vU5krQEA) format("woff2"),url(data:font/woff;base64,d09GRgABAAAAAX7oAA0AAAAChqwABAAHAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABMAAAABwAAAAca75HuUdERUYAAAFMAAAAHwAAACAC8AAET1MvMgAAAWwAAAA+AAAAYIgyekBjbWFwAAABrAAAAWkAAALyCr86f2dhc3AAAAMYAAAACAAAAAj//wADZ2x5ZgAAAyAAAV95AAJMvI/3rk1oZWFkAAFinAAAADMAAAA2EInlLWhoZWEAAWLQAAAAHwAAACQPAwq1aG10eAABYvAAAAL0AAAK8EV5GIVsb2NhAAFl5AAABxYAAAsQAvWiXG1heHAAAWz8AAAAHwAAACADLAIcbmFtZQABbRwAAAJEAAAEhuOXi6xwb3N0AAFvYAAAD4UAABp1r4+boQAAAAEAAAAAzD2izwAAAADLTzwwAAAAANQxaLl4nGNgZGBg4ANiCQYQYGJgZGBkOgQkWcA8BgAMuAD3AHicY2Bmy2ScwMDKwMDSw2LMwMDQBqGZihkYGLsY8ICCyqJiBgcGha8MbAz/gXw2BkaQMCOSEgUGRgDQywhuAAB4nM2S30ricRDF52dqZeb5PsAi6gNEvYDIPoAIe9NFiE8gPoH4BOITiJcbLCLRdche7KUIW1tb+cPdavtvc6b11l+/Teii6yU6MGc4MMwHhhGRBZnXB/FCF+8uTN5zjnrDsNekIDFZl4xsS1d25ZscZXO5dK6iKU1rXota1qrWtalt7eqODtTXic6YYpprzLPIMquss8k2u9zjgD4nnFnK0pa3opWtanVrWtu6tmcD820ylSAIyRn5/Ioo6jSrBS1pRWva0JZ2tKd9HepYlULHDNdZYIkV1thgix322OeQY6qJOctawUpWsZo1rGUd61nfhjb+RwzOgq1gM/gUfAw2/KvR/eiLW3VJl3DLbskturiLuahbcBFM8RePMBCKB0xwjzvc4gbXuMIl/uAC5zjDb/zCGD5GOMUJjvETRzjEDxxgH99Xv86v/bby4vKC9SKhRV4PzF/hPSgeSyxGk0vLK/957xNi+cPzAAAAAAAAAf//AAJ4nLy9CYBU1ZUw/O69b6l9e7V1dXV3VVfVq+pu6G5qbXotmp1udgQExBZFkUVBQRAXSiEqiBso4t5oRMkyYxbzJUacyqaTRWISYja/+dokJpm4jJPkNxG6Ht+591VVVzcN6Mz8H3S9d/f13HvPOfec8zjMbeY4YhPhwUkclwnag8QetA+hvJrdjAc3C4FTm0XuFEf/Ie6SM5z4jJDjasDjlJA9GHc7xVCwXkmmE0E7UlLJbpQIxmuR+ExT4S6U9SmKbzhHnyhbuKspHPMIOU8sLMwIQXSBU5IK/BEO72gKeap1umpaBwd1cFBHE3jsTguub8bJbpyIe+zCaG8ynUHpRNwtctPWXbXiqnXT4DXx6mWF0V6llmRNtlibEDg9GJ/X5HI1zbsCXlFc9X6hozKAvFaXMCCOb+Mwa0MO2iBxQei3jQvQH4Ku1kcRPMIKtjnS4QDvdrhgGNx8Tv1YvVf9GEnoOiL1J9Nh9dhX3rpPPX382muPIwHVIuH4tTejZREMCZCkJVZzyX4FLb15JMW1x9XT9731FfVYhM4GdyYncQLH+bgubi7HReyixEsW3AQjgKJKRInanW4Y67S9EzcTmAPR5fS4PbV8B453k0w6040ydm1yUnY6PTBQuUBE/duTieymVoRaN2UTT6p/iwRks5A3y0gQTbpTWbN88FtviO31mWYnQs7mTH27+Ma30pfkVveeyvauXt0r5HtXBwgXrj2xp6l10qTWpj0nasMFzizLfAw79HadQZDNz289/KwwyRdxOCK+ScKzh5seGDidp7l5WoY2x7RvOc7PcTwMaTOfghbGa7Gnm8CE0jEljyYdhfsNof7OFnWo+7ZrF4TDC669rXtIfafwQM6BV+jCl15x79S3/tE0OxsOZ2c3/eOt//1O4Xmt7C/C3A1x9RqMylAcnbeIAE8A0IxMwTQTkdNxjyzAmPjUh5Yil1N2qT1qD0yoCy9VH6xqQx+9LXfKb6OP2siNbp/6pGqSzK4a03vvmWpcogX9Da2pdkX0s9FrDQ3q5Nl6uj5wuW49hV49ihhhaklEKLXj3M3gt6C4uuL4cXUFis9GO9GN6DXWroZzNws7UUM3ulW9vVv9hbrytdeIodTM+HlaSduYE+jYu+gqjhQhJAkD7w5k4rWEs4kBxZYOCNwty4c/t/wWe/PMbf270cbd/dtmNtvPcG+r3377bdS9d9Pjj2+66OFHNk3P5aZveuRh8i0t/G0YByNdPxJdP1aujmvherj53KXctdwu7j7uKe6fOU5IJZUmVC/WIKe7AwEIX8CP7EmFQXgR5NHY+E+Z/kL1jV04KKf42C52jgfPKb4CRz0EnsPcSIxQkVPNVaa6UJmw5D5mi0aERZMtR6FHx3MWfJgVrNInPxJ+esRJKpOo45ZS4XzpFKtbYAuWp8AtVs4n3ZlHjVAVGjNiF4gnXH9S5ZL9/UnMniNukjtXDOboltmfRPSJf1ThGf7RuWI4tjDZXnM2LHLIpbWqC2mtso/xj43/n/aPrQ9zbTE1H2tri6EsfY64ca7SV8idO+6Tp6x0owBz0gf6ZdlZGHGScUMvmKCiMAChcefif3wWPvmoChAzzMIIhJ3mzh1X6f4vjtWooYBz6kbOIt7Jf5lzgw/OB0msb0FISfYgOBH08KhD4p3+woS7/Av8d6mH/H7qQAq+n/rJXxawKP9daD31+/3qr/AD4IVyrznzgeDgD3Ahjgs7rUisj+oRLVtJZvSjy3c7JT0SHKxk9dfqr7WSkAKuYm1IKZb+awg9b6y/XIqGu2j7RQjOwWnaDDdpDzotIW1uOmBbhkfcXYPg7EdFLIs7F5bFc7J5SDYDijIE6MaIcxTu1Zc6F+6Fh87KSZ1/qEDIXlzfdw6ErLJPVs7DtZ4FtZ+s/YU8rRVnP12rWXs/cUuLZ7xIl1sDl6JYEBb5ALQmlXRk0m6PW5Qs0PpawBMhSIk2I8AVPW4H3bO1HZri1DtPqL9X/1X9/YmdRw40XV0XsDau2bBw3/E3ju9buGFNozVQt77xwJFCrn9dP/zh3OM05c4TyP/411DvpoClqfHqwJw3b1wHySHXuhvfnBO4urHJEtikvoLnFNgGjdkGDf+EMj44si9wkTK4aEASsWt+2r7x/OhCfs5hyVsc7IFyn849UHI4rlOZE2Xh+ZcCc2PqRtcN05eF0CD0l1PMI1DPyHwweuIa8CeVetHpjlMIgvUpwYw4YUZCsEZFCf7TVsNyjUoUkJQoRRMBl4egZkQHAxZwphSagFWcBlyf9RAWtCcDaDRQARSFtiAJgmoB7g6dPHToJD5kM31DdoZmGfTV97tNln0TWmxmqebfLC7kn9Rwj8FqMd4alXTWWY5qy/8y22zGlyxVsakGve8Bt9k8OvG9eqvZdFuYJfZZITF20xoOoU3/ZnJjfzoSX27yGSL36jd6rHfF/Xbz122uDXrjdWmD2WR0rayKT6rGLjNL29w8eaHJZDCH7zNsqExs2J7QWbTErX7sYmcH4K0jOEgHN5W7SsNDKmdZuIBfBtrWWUtp1G6EgjC6QVESGKSVEZZQaU1nGC0LY8jOEIeFzSk80DncueGcxUpIllgthQGUb5UM6ncMErnWYRlY3TsM+NQAA53UDOs8esLMs85AKYuDBCrAyHIOd6GWfHW4H2DeHuHnbNNjrH8Igof7F9+4bTH5Oqv9uUgyGXnOoa1/HwzYlQLhZLb+Wdeg40X8K6VH7gwAWoidDFEKa5SSBlAq7scuuwc2FcBP1dwZwLkAV8U9uAf9n26dmZh1hf5Cv8lk1nXrsAH/OLA88De2NH5jwDigBihiSxFdNIR4hH6tKnjKHD2W8JTCv+gQ1s8xVOvwMp/vR9+hfVPXfY3S/NreSqdYhpbDuQVQ6xqDQHoke1CJwpmj9SJoF172x9pip9iZSnKxAf8etMNgUl8zocvVAUB8OH6PfyB2OkfjRTi7Y/5p6l01JjTZdMrBw9mOBhlTg5TXphP27gkjmK227xTBhrM1o4AF2WpRIM3ZMOymsLXDzk5gk9B2hCENHAYPnFJ/eerAgVModgpdd0J9Sl2tPnXiBLoMPY0uI0NqGW4oLBRUSHWgmANfWpn0xAk2j3HAl+bB9mgHaOdQijQjSqZIxCVqdI4zBNRNFIIptSMREaidetgYEIXcerq5sGR05wjRMURufpkXOc0vmZ3Iixymv5kc+KPmQtbsQE4IVj+EcCdymAvZZh86ogs70WIIsULIUUhihSRosTOsQ0d82M8jdjKped5kswFtKZsRZQOYz8Bzdrqbd8p+2aztm2Zwnn6vu0RHiBQJtHIRrgswlOJeWHrLo6bd44730NWH3BLFY5CSoWwmDSBc9mBc0DhISGGvowAODElDP7mz/fH2u9AbsTb1m/Y6NetIO9Rsnd3eiIA0Q5T44hqPJrVc9A8FRvC+u9rgD9sbatSsLKN8TUMU5RndlK2AFS8XZjiAs9yuMqi47AnYLorA0o1sCl8BL/yAQf2W0WtU81adzp1nCwf+flSGmQMHzoIaPGAyqd/S61HWJjsZ3FjUQQeOV0Da8bNAZ5y2anucthlqLAiKCaJzt3V1RQsNqAeajbLWn563qQ861UG2yQ04LCYT6tHr1bwNfXyepmIGExQFMLOVH2xGURIkcHgFPcHICDRkZG039shucgZ1IoJOFjpPwgt1XoqyeEDxnYKNquoDQ8pHsr6U4YMqnCVGjD5UbfDKP63WMi7kb7u7cKyqvr6q8MuuijGyctVcVMPD2aFLK0zD2Jxj2fODgcKQ1W6zBQLBOhw476LHz85xqHm9To7gXER2yGr+h+db9ajcpkR5L4oqPUgJ1Vsw4GyJOD3v4/Rgl0S+jGQm4jyc/YDacRRSG+32un0Pfr+EfG0/OVuyWQ179Ui3Sf3BF0ZQtYNI3nA7QLjAqVmfEovW7ttbRPHWXWrA+n26KsOeB2hK1Ib8J3Zeu/Y2WESV+EyYm8lWAeaC9WFAWEb2a6A84JiNl5GT0sJOsq6U8Zwu5OCCrO1wVv8RZdV16gcH1P/YcJucpNMFK0/eO/Orl93xpxnGRgBHs1xF+weh0L1i4GtmeQp6FMkHkHPD7ZANDQlY/Zv6lWuuvE3WilCS8t7eWbdfZ7/CIxOZZoeQfXu1ALOETGgudE1WKCjqzskv4NAYjDR1Af9YujR1Ab88hmsln8WF0giBcz14iB9mHsLIjPHdkOgU81Cu7yi+LhooF/fXcVyF8QIrohOEuYdpffzcSoYvW+O8xk+vo2s8RXd7VyWPiNKCcP5SStANy5mirCRbIroDSIc2I10g1ka4/PpDh9arQwW2X2OIzn8d6dR/fD3fRuEyW6Qj7FyGwWV5w4PtLq1hgxSrbsaheo0PS9c5xZkBZU7E6bUC1J5lHcr2re8T8lXVv3i065ZVd8/Oqx/abT6lztX+3jc2vHSrEk/vumSx2acI3CzltIV2nP+LMivV17etIFRVW7ZOSE44oFd8+A8Bj6VmR3uH3JhsVBjdX+Kl9dEWWjEg/q7ROGoN/GBBpJIYthrsctbR47yMmpVgDGgEDL0qEphirtP5Dffe5SPY6Mwb6qfVvKD+Qv2y+osXaqbV3zBzJG75Xvc3nJ13DKEk6kfJoTvwvqMPTgou3hAYQT4DMztNl655EImPP66eenDNpabOmYERpDSwYXFw0oNHH0be13fufF39k9avAOH4IcDh2L4Fx2IZduGgcRM4q2X1K+optg+LaC4sVX7wNF3haC6EUDRzrrYGKbwE+Bwra+L4pXHaRDLGdbKZsOsDz7h1oNxFMwxWn+Ktr/fSn+KzGmaMU7HqOLzbL0SqXTWuqpbelip4V0eEaga6sN99A+ZsJmvPbG7Dp2kTHKnFUHYnA/Q2I97GxgGFB4DosOEoJcjLKT5xj9BFn9tvNlUr0TbnnMWL5zjboorPbN6PPqf+zAxgGpXqpObwTfv23RRuBieL/NknH4WMekItdAiKL+qssaaf+fozaWuNMwrQ3/E1NanuWgkxYQ9v5qt8K5ENxZFtpa8KvJ4wJFnJmRiRT2Ge3jEaYWeVOQ+cuHVw4rfAOUfXqiuUkuEXhB9itIo9SN+A7ttRMRxot1TIHrIHXYkU0pLYUQ7+kRyQXpTsoD/C0ecZrpDjczkarebYuwD/BfjRIMLRbMMI7ULFfDQW51QWTvnMEIhZQhpMfxy7ByydDWf3I8o1FfvSQfnjiZA9If83fj3wLxBYXVf3BPx1d99aV9fD/p7o6YG/W9nf6p6e46tX02Q9PULu1G3Crv/Sj86LdqY/JLzL9uiaCh5FESMCCqJMiSE3ysPm2LeevyGiuqLJVKSQUlL9STSYyin4hxHeSCP71GwqojojEfyjSC6FBpP9KaWQjpZw04ekDcW6UheqTdBCgfqDPZHGhRKfoBUox4LDzbXozQiNy6WGPkH7kizQXweZoDL8AyWlNZtwBsB5boQ2L+Gu4LYCxAJNYqF0FyznTBLWrpLpxmwZK/Q51gFRokdiXSrmk0QPO+YBDY+6BZG5e1BaGSHlKvziVTG3+r58/ZThtXPv83vdIoIzEZtcomeCjgiY+ImrkUcSz4d5uYVHOowtblFnN8vOYNSPFDP+eM4Ct/pBeOYlw49VG40G7w7yWE1ahyZIWDn9Pm+y4AFzFe8CR2EQHOvOCuHrJ88aviG7bMO8qZ18s0VXLRqd1QZlg2KI6Yz1Ynhzvb5ZMIcE3zZFF9LrnD6dKRKMVrmRSPSb5wzfsH261VY9o85HfuMOWWvLaIuaLzu1u9uHheK9MIp7NC4AY4PpGVxoYAHnNb/f4wpGo0G5qjWkzlRnhls0v8sj5PTmtvpTf69vM+sC6Hl1eZD6BT349aW9PCdqe5EJaP5OjmvQNhPG9wmWQDFjL7KsNQwtVDqei2BZx1gUFF2A3WcYfoP0roXPaYSobB7ScJchs7xlPuAxeDA24D/sj2Xnb0Ec3XPaYoMFjfbMqgNmeZBiM4NAQg/O34IDlFlx2D8QO8NtKcoBaDRzkGuAHlCRC8Cji8jACAJVZlcV+dA2MvuDY8c+OEaGKMp0KkefQwl5bQpzqbVyonDVCD+ZDByjSfHsQ+uHWToCz7smzZw56a7TOVSWWRjhLWu43AKYJRIHxCmjQO18RkYdiBJoDpg5KoqAKB9SdNUDws9LgPjHu4VUEg63iAhYTS1JUC4ljRRDIv7554I/niwry4Z/gD29rQnF9D7y9qV05PXggQbr0hqnVd5nFVGPmu1X/xzldyOPzqU3C92LkNrtW+vvUPoJwu3/3q6LkAXkJ2o3jwvDN8yXjAY5WofX4ZMWSQ3MUx+5tP5/t080WWtERRbsvM2CmkJ+Ac5gg0lnO/JtgtvV96vcdQ6g1qJ6h1NnKdLR7OxywQ5/GcdF3ImAPRltBtpLgs45xVpEGO4IXcM0jPXZyRZ+N9+JUjZI24IoiQbJaonLaSESAA+8QmxkcNOcXrSjoXp676Wz22f7EUY6sXHqop1rEu1XbO2NL9Chwu+xdX9YMooCcvPhVHNC4Neg3+/2rPDM+MzNq9qCE5d0px59fca2p55fNeGFCevVa6wBNP+63gmdQTtvSJ1M6rbPuQS/Kfl6ti6ZcXWH3xz/QaJ6va95ePNq3ms11Ub8La64QN5s0pn1Ao8WYxn52pfc0pdcNrk94A29+tAVT1053S+6NdqUp+uzneNcdE+DtehD0VQzjmYoaQpdpncLEvRQxPCkHGlRqqebd4jOs909f0q134x2rkfernmyHPynW9pb197jFyy190V0JlGPq2+0Y7fDgpD9eWI2Nhlrtvr3TUt8/daLJFm2hHolnMTGUJXZKJCrsF4Q9DgaN0Ssckuw3fxg4e0l+jWLLrI6+OoJGeLEjhF4PQVtruZugdmLu63abRhdy9CuHu0mjDJHEKUBKC1Al1E3Bnh1MxAVJUDJcLSZ0H7QvdjjdMAclwAcygtTGIZdgo6IPYkpQUfhnBG6FgzZ7eIbQYfzVmc7/BzBBQsqPR//JG16DeYtfF8YRcRao8uia+SdPBaiNVU1xGZGokmWarD98vi8gB7xgmCIPR8WSH2/+vspMJPEfvFGrywizBPjw8EdTrk26Gu05CK+p33wF+G5kmuY489Uw/wiJJiNCG0eWlBj4Scs0c+bjnR6ghHi+YWZ1YWvHrFdOyvoarLFDBYrwk5HAumrAz5LI7poLXpw7TZc7fE7eZPXYt5+FfY50C5tjAnjB1zGPcRxcnEcw7zHPWYQUwodFDaIdSjlpMvgHOPYjZOAAzOBstEjiaiYEL0wgeXTDAOdCjrdTnp7AlOkAB5N6F0irMBgUoG8C7WxnYEuQ9z2oKdyYC0Gu9BVe+uCjY16BItu3HGV9AQJdMR448MNf7NpYyvUmjozWd7n47OZTpPZKpBhjghW89hQnoYKu2DMMeJRoGLI585AZhFjXliYOZzMvPr0rPGH3Lb1n+/8ApFqdNKcWQvTgqnaaNq+jo35qTPRCWnianOR9ISoK1wXwjhUF3aNG8hpfNdRPA12u/bfuWOXOMX3MZMWEYuSLaeZdInAmKuK7xTziVwxjqXk4ZkfETa58gLO/0ft1sQTSa7YbuYTStI6zIf/f2j3WBmFC/lHt7tytCvH+r880v9P2nxh96ds83l4dWNvj+0X8I8HN+eLv1DfESebGWp7jocI8aeYRwDk9xR3rphzuYfKpaHrx3MO/7Xs5McNHT8bu4s/a0w1PjS950hqErefdjTOGp2cbLbo1SG9HgX0FrMsgP9j1kORNeU0e/LZse6RNGSIilLQ7H76uHDPKjs5bh+LvH+Nn0MlZP67fRygHWScQQs0UTj2abuIT/hpCZq4CLhU/afoosZnZPLDdWz+GBVV6lOJuK5BiHGZJC5qNlU71E3Hthey248d247z24+hg45qkzlKmUSNdkFGB4+WYo5tfxYdAAS6TE9JGj1g4Wq5ZjqSlD5Jx4GsSiEYyAqWNlSseMawtXFu8+DmzYP85lM5lB3EgE18zPoh0pE4WCkFydtows2FvJrNs6QoAIPHBoyHLIHTjJXN54syi4C3vyts4ESg8qq4CMcFM1HJlXChJGDpCFB0oFuA9Ib22REgH4iygQETRBtWvrsyh29wG6TCbyV44lopjQaH8+qA8G7kqDpwNJxOKe9GINWGHBl001QGN031A3VgOI8G8VAqchQNPqsof44W8U9ek/3wjOZ0WBDlaSiM8U00IQ10KKg+aOuZ1WNVDwbRBPQ8mkCKshXcphnDp4KKEiTijE0n0QT15Ci5EplKiNezu6pRF9Tcg/SuiTw45lZqgM9qN1D4P8++O9T49ZyQB5qH8l+B2iFRpZ6h9S5ofDpC78op05IAlRMHBI543Jhzohq3X+KB1vMDZDn71vdhTj2pLldPLhS3XHyNXx9PJnT+ay7eIi5EuXAQNQUzHpvNkwk2oWA41df34kkV+nXygdv1z9z9q0tq6+trL/nV3c/od2nrVfwH9FMEGJvMdXOzoFXabHIKzKU7g+TRoE1lYKxUuKHyQgWWJqD7bsKmXIIJZzJwZMfWw1sHMBewq0/bA3a0euGx7cMMykm2J20lxDTJ4vC4hxkYEgAxfdYaG0CBwoA6xK9apQ6t8i8Ach0NQDFtAzhfLqfw41e0UrYfq5JsdihGFDVBkNW9t5qhFBt+XR0qQFHYvwoFVvmhlAXl8Wf35E3cirGytpPiGjpNj6fKnlFazOOWtfvLLhQKSKLsZqueStd3S/SGhUkHQZeFXKmL3Bmz7JvbZhA3l3rn8Ptssut9NcdW/6B6/PrtE4lHx9sMBvfkxpDkCnXMu3bfi+sHYcvwybCT45BaKPVTNlcLvnq+1Ms3ZYPZa9Pp0VtqDvaLxvzuveoLHiM2W+qvGtjTNmnJwILFU9qjbrbBQJJkqe+7YK5bmOSgfbxppV08e2LpTiZr9/GjpRxHulueUYOZiKPn1GAWRecfh3/q7fWqi7zea+CNJHwnvK7x4tXqt0dPpQGXp1KFqTQQHToJeb3on1gGr/oxZKWFaHozVB6eyrdMLZ4zjNVE2UclAQLGWgq6nGLplKWbM+NJla7pmYxSkF5jeRAs9zOcnAQcFVAh5qQPQIwAaWVOGXHsooBGUyd9QDSi0YjDj3669PLo2ir4AFQPKM34UNDs6BhZK5c9nSE/k30+udCu5yuk5fXC9bLJdyrrM8n4Vb2hsKKEcwPGvcKgr9APaRpb/jmqYYnSGbFc29l14ldl31k1t5+jCZDY5Cu0s7bsLPK7qsZpS7Jc8+LKmmX5PLXB6I4Uz/p6s7BL2EO1JvRIZN1ia3TdqTc8waBHaPXgywq1ZqdPyPucZnCFK2Q8izjMWfL4wljVH64o+c+0AIZzlT4hO0L1VFJASgl2S/WcVYs4imIaVc5IXlEbO0+5a55iDyXWW1GaSIcOBoinT5kOHwwdHTnosImOqQG/yhwwcvAw+fCrBn25/BKcnFW+xz76ypRWNV6No8Hk3LWD4+jIAOGjBn1lY0atidFtGduIcu2V9Y6ucUxFbL6hBhEJIsBJNcfJ2qbAZgNVzAitxzICYxT2hFcrpgVPLA2xr/AHTRZK8Z2Bpzaej555lD8q/AEwJk6P3Zr0eHE/ohspf7DwPpZl+SidCR9A+R/AcVTmf1Z4v/A+c2pB8KBptDJXQJlXFss8SxCdFroYitLyylAKKxwKwAdpDcwD/7UENOEo2Kf3hxzV7gkF7ZoKj8se1PR4EkG7psyTssMJMUp6J0+7zMb9DOs/0jxMMCw7VnwnW4w5Ow9qOluWqUKeqNiuUmvObkOFLtC4tRZp3rG1VPa/id2dJlsQFRdooZI1VsYss1L8tg5J7OlOxHsYbxNGfFQbbpFffFGWV8jVPurwVYPz7BC0e0zb0JPnS14MQSfOOTYeJudFWwtoOKCVrK0e2koqt1jRPoF3rIR5V9f9Fp4rHQ60nlaB6xzDY+Uq6/0OqFm9+rdQtcMPhMwhmaabM6YNlfJe7dwMwJjH6o0lmxEQByIbs6JgCJzJkgWVUsD5m+nmw2NEQMsy49y1R5f9NWf17JFMNn0qWJ9s7Yu19lzNIpuCgfr2uiqUG9P6wbJwOf6n5YcW/dzruEI0TfN6k0Gl2e3fNjVMo+Uu2eGa1DKnaywwjPSJ0l7tpT7ZR0CP8bnLQEjGdHmUxB/nsAyUBFoHNGllcFd0EJ/V+EEI5GgsONQ8eznIvYPFEMe3xrZ3BA5amO5PWRekGUXLPBcLkhIUAaL+WuQpq4l0I40vA/HltJCvXEY3ypTTQj4og//iJrqQNgWObGTLaeORwNgAdL3iuy/y7hHmPfJu5D4aPyYAc+fKXQ5AE86dvRgwWi4zxKTYOU3xR9I2xh5YEEntSqJInVhh5TrT55JDnH3A4DPs3QuPAwb6Nozxv34+yUT0/fEzlf1V5xdPPlt2Wl+Bfdeh4qFxTiHKg+oKurx/LctXwvsgopv8lfLO8wpT/gzyyEhhKVkWmvfUJ2znZzg952B6wckoYnd2ApOrBKCChmk6MkWNHSGwrGDZO3jt9w8sHa7Cf73zWSCjhcDO19Xfqf+q/o4KPcGW0IZqXse7j9xRsF687MAPX8Z/WXlg+MGnUY/6qvpbJmFZi9pRDXXRczB7JgVt6IORKuoOsdnV+GopjbHGVLIQQ6ymJAtZFFGUPiqGUNgWieC76X1In6Kov8H55BScy6X61F+HN4b7IW4/E1bYpyhzlPWQoE/DR1JCvlifxttiRy8q86i0iWIUoZCPFLZFk4kolI8ihWxyypQkzqu/gfqVZErBd0dwNh2hzeiDClCkLwW1IwVqhwyFbXRD51Iwxn1ClmrMo1LHyliPdvAXu0kRlz4oiWo9/ZoVxToCReG7Q5l0hFaXOk9baFs13CJ15kWoM1fS9S4NZrFbZdyrOLZQKe1lCp4wUtSBlP5kLtmPFDp+fRGch7itdDwpj6cvElF/DWPd30/nQoG+R0dwzjyF9yItR+WpLQIcYs6irnkzjmLoqyOYsJfoNZVSUENrHntky5rukCDYrTaTZLKSXamn8feHgMrCHAGqTKVkF+JMdemLtg2uzUwTQ3qr0673wUlZc/S1O9BBiolAKm7UedqitcTjHsHOS8uPyam1oBLeRbcXjen2V4P61ftlTZgWqr8f9cOiv454qFv9KnUbDKj//qIELXrfx9KXhXJpekg+m8ni0gyQ3scyJJWiDJ/5zD3CX4Xrtfadqx3najeTexunIedoN86O2xB8cNxmcyU5TEHTUSyuxzKwlldIGYAoRUV1ZweY/ibVL6EKJMyDBmNtJDBeKEtfrAtDXUSjocbwiWm5p5mYK58vllRSEtVoT0o/pZhOjBUOvuiI3psgaqo7E+EM7IGzzyOU2xtJU20wURKEHzRX+7K+q5rVjxikqx81XwX+6mZkAKcWhQzaIjAUo9SP0B8g+BqIfkR9nalSJx6B8Gsg/tFHSzEowbSzXy/HVJ4HlEaZyKQ4HaUdf6wOPpGTURoAOKqsheAWbcsubfn4yw5z3ux0wsOBHQaD5S2LwWB3Wr5hkYWxeMjp/3jFIjvNr5idMroSbzKJOp1oKhw0WK2luy1oV5Yzc26gludQLMmeCrrsriLel2A3zE53OMmQ50Rc0xur1AnTKCxm6YSdzgnN9EncTQbVfNif94fVtu/c6muCmcO/bIs1+W75dgy9AHgUTC9Mp4ZNff2S3bsv2dCVy3VtoC70dYvjq23oZD6vTmirqq4ma4/UtS1og7+6I4MUDSvBlKZxuPul3XOffXYuvBwan0zS7DjMY3zlUD0vMv4soK5U6CycoFxmkdN4gIjqD1AhOiqYqul90st1TOV2unlqe0MAHOcL6lu/2wmry+uqXu3ci6Sv+bDibFbf/c2bQw/usx7w2FqaumuaGqqwjpDuOd1+rF/28CubMl/9ypcfihqizvqoN9oTsBElqVx+7E6XF1acd7V88zokXrpmSP32po0twpxsfzbUyFtEsxSam26X+WmGROr6nz61PeywEn00YojaPfpVe7aWeBzQQ5GDdZOA1Tr2hsXJNt2ohzE4BdjBPdFant4ljdyTneEmzR8YmD9pKo9W7N+7IqP5eonmGyxLr/PyvD2XLJ41a2ViIIdQw5Ktt31hTSlk9e3FkCIuQcedpzLmQW4SrEslCru+xg8XJTcAO5sLjVHOpHg5OgsBjkonpOHtEXOH3+nSBK+63jn8GfQAOokeKLzod97yFX/Mv3Opk2x07lejhb+o0f1O5370K2xBv9qPs+9tW3fjN6jK8DduXLftvdf/+lc8Oeb/yi1Ov9+5dKf602mhP6jvIvc7oWmhd5Bb/fM7TK92UKIy2XquiuvipnIXAeRnmhFrqmNsOyO0nUXuKqSgYhe0xcE40yqlPH4ZaCHk5hn7mYeTOpxRohlAtHHTvGVroC/P4b0jvUB3ovXqqqsnGRymnbYJ9/3ncqfzEfQqMl+8Mm1wCL5wbZDYIk/ejrw6lHdGZxxSt/3bnJPo6huvf67n0n+e/P17evIbaD9VFV8z0s3/kPDxgunli20zoNi+Kb/cW9df9y6y2S+zmWSHjA1q693vxNFHE/fMqM8u/MIrexwfvPyV6zdnv3ypNnc22J8+ZPAUpBA1lv47e08iyC2VpTwRvezgK+5qYVcyG98ymou7kplwoYi9o/4UV99hj4QIZ++c0XkENibZQh9oD/qhSTIaJYuaMZjN5IVTuZ6emvr6Giq+WxcOF8+kjcJGqvcH27cVySVud1SPGOe7CVGxf6oQxLYhPdLcHgGWvDAwIdt/ZFCw5yQTT6yi+u9qISWYB/QWbNUfHzZiZAC3iL+NiMpbCDbmLDb8yGB/XhhI5vuPFGbJlgERETMaVgvftlsG9Ng4fFyymU2X6VEKEeTR2WzGnFl4arA/S0+yM9odxdmy0CUp6Pnc9RznKUpyR8a8UaW/zLwp7scV6TJj4iKjhB7L5F6wwpaAO4cC6hAaQFk1rw6OdeMh5s7RJ+FoiOZWB0dUaSBNORyx0gIjkSjXnzzFNNhzq3uzvauR9oIQrd5AlmXLZlFgGMpHee0NoTiAAkzqlRofGP4iS0Iz5CuC555mBk8EeA7Q64UB7dlfpGNgPQtDQMVkuC1Up09q5ivEFEp32F0IiJpmMZrO1PKJoKZKgBzlyCAcBbCELZUSDkyYr1ssp8aPds511yYSfROGmHrrKUHUq3l6nx1Y37Yi2R/vTbZXdxSTUC3okrofTXKGa53X2egNNNc0TO1adsmOaVoZYwJLufi6VS9OzMxqqGEshmGLn5YC6wshIlk89c1d0Uu+yuKpHqL6LbK9lKC2s6e5e1Pvih0LliaCLPOoEC35yP0LbIcUNQWEBFaUKMAepkRTSlqhh6CQoeYRuhFVpJO4D9Ur/jaj71X11KQp9mqeCMiATVhqdTV4a41PvHjvh6j/a39Dj5Nm9bPqrz6v++epFh12OxBv463EgnUpT1vzrNjFSDx0+/tfWPv50TR/gmnyupwMKyqdZLD/1JJ4NymfbBfk5n9PPaLOUo98T9PcaOlc1NzYvKizRfNSA0QqYyBSHz/Kh/O576uvvPgi6v2+xmJM9itunndTQojyh68cSVqZrcgfXsG5xKN8gPJyI1KlZZHSHdVBxho+ixv8+rMl7u6zckrG78hyoVpOlfjDQ+JR8m6JP3zW7Z14kPGHz+IG419CGbSsFBQqa4zpZ1mhGm6UgzM6QrWsNBtXzaQTdaFRmq+a3n+Q3fqXLuJS2k2cRq0ywx7ED6Q+vasTOKpHpzNKPAZawoqycqeMslbFl8dZm35Qwjmrmne2O9U8DSvkaRjVuSvlgDXOG0S76ESDaBBwLDvKud1qzu6lwmbGvAE95LWrOY8HsSCUM+X1xpEs6kAF/ygnaDrU7dTGiyZtwRffVGtQEugdcdk4H8PzqLSx1iHew6QumOUO8iP2+lHQe/o9s5ccpvM9DDSmzVaNv/QjjdFtq7KYeAnxX/IpSWbtQ/sjeZXzRsjOToOtlYqy+4wNdZMEkgG32VHnUqTSHVBR38159v1RDeN15PasOp1dtWfPKgRPPLhqDxksMD/J02dgT/lOXFoG5chco0bta+dySd2dSiVRTQkkJUeXLy2rU19oeqz3dL4+VYcWgIvP1qfUY8P51Se61H8WULHiAPxm1YXUrYmZvtq6ENoPb9Q+eOksdavI2/mKxlBeDofzIpOt4RgQjb3KHbm4xXlYZGOuaSuuWflfJ+l6rbiF5bnypas2figrcSSv1VW6Ox57Uzz6XnjcAkdufcfc8hZvdYt2WHQl/SYzYLguOmdBu6aFFbQn7CUfzsEIwE/g/sEBMGoeqkBF5XeGgeI6nYMd7xTQvAWOamSdpqtxhGfRymXZ6ZUGPFRDQj2AbtKXEgWE1ENxHsAr6Yvy6YBkiabP2hS5tinTqqZM71q17Cbhtt/Or1nZkrpido3b7HNtmLb1AZ/3wX/a/N39aycBbdx4bPswk2si+e3HyJNV+thcxdx707IaWdp6Wbztui5Uhfu2WXR8zyK0gqyeuf2xY0sc+okIj+Q6NuouNEz1U4qXevZEJkS3ikxKYXz2kCtRsrSR4Ido/pdfq32nZdrOnuvveuZf/7XwHg1iIglQOF78pwfb2tCP9YMHPv+nwhe1ujQSY8QmDsWrqIZZM9ddpPQqsPZ0SdoqmApyNiUg2twB6iZBABOpUoVeM7wGtCQV8nC0xSx/YTJHw4eofU8+VzTsN/w21YiDbg5/N1u4Wcz1pU5xqb6+lAhP/GW/Y3UvPctjbTomljT87RyqQ91v08w8zH/+hn253GmWQaBPNuezxIOMTp1ZlH+i08zIbdoFOsHMsmYzjkqeIgNNk8RLOsJFa5CZkjplLU+ymwc3yw2NCzYX3+Q7a+z6aH0TGXjLP68x5i9c9sLxZ15/BcUHn3l9N7p8gDTXB9bYzQZxwZKLJ5MXBjdvXtDYIG8uvlXOviYAhwNkjjXO8+Ondr/+zCCKv/L6M8dfUJ8YIE1wyNnXGMS5i1b0amwE7oxVygkfwgzZYV52cce509yIXJfWP+iZveyqsPPjOo+hn09v5qfCyA9iMkFMMogS+bA50HpYdoWKA1HxIFYWVXH2wF4B5WslQKvs/53MJMegiByCI6FvfZ/2VHMW/WNGV32bJHm2y0bD9ZGY0SR5XjI6kKe+4QbJbDTcLxm6bR7TYYOlnNS9gyatb6pMqjPRpKZOq8cISXHuIZMjwe/Eun6L0+m09OvwTj7hMD30kNme4PnutmJEokHkd/AJu/mhT5u+aMroDEPCAYD5VNGh3v8Ng4y8oYbWqUa9SardLq2QTRtbvFbDIwbXxZLuM9V6g2Wee4LiRXZjZVJd7Q3SCodlY3NFUp3R1u9urfdge2Fov81aXbWliiczV7swdq2eSXjwVlttEFHjoRE4HLgEomY24Bk0zlNjJR/+V3KV5UYYLhxhUq82kWHDzBwQTHYSMOFunrEI6D0ILEwJ8IVakUIaVVyOiqEAXbFhgEpYu9RM0MvqN/9l6YqbHw3HiVHGgLRjgYhICNtqXIab730ZTUe3oum4896bDa4aW1hAItVXhGROUzz86M0rlqr/+f322iMotvWWOzy3HSJ3q39+b69teUwPlCeRRJGXCBXbcEVi3lk/3X73e3v3Fvbu+MksbyziUkQEkbwoSsRiQ5I+tty2h1+xZNWHd8ztm/lmGe9munOd3KYRazOI3o4m0/R+vkwJwREOPaUkJvSrG8GBQ3lksCKdbGWwn9iE6SCN7Kd0UVLKieqcQAIqGq2ZpOGPzourgwPZAZ830uDO8ErVhHBD1BYImCM1LZ5W4We7b8wLtSFHymkNNOUm6RXATr9wT/iSgW/etNWtDtH9EznCa9sneT1KUzSx5I4ZrS+sO6zZrMG5xNz2H3asWe274TNNnmlCPJAKhR2FnChZdXY8+zlfrW32nEB8elWXHa0KXzwnGJ471eVeO/fuIxObYn0pnEv1eXf3papu3NMYmbJv2yWXH+bKNpiYLGk3pS0rdrQom2s2HmmNYyJZBG3EBKrnhz10I1dSVJmVnoilbY6JjVIbW+XjB6CGbmGSqzyk5fFqClidKUeoVlizLLf7Z0Krp6UmYg4EbNGG8IQqhc+4GyJeHwwoGojPyx1e90JrKHTHkkS0Pmb0yq0da8PqB2zQAu6tuVeu3rz/i6iTKPpJvKZkqXKhVcjeVTU9XqdEZttqfRctmo3tOqskFnKOcCgViAvTPE2fucG3ek3HD9vnxq86fPklN0ybPiUSXLN4qSs+d7dXG7fYhAlP7hXmrnW7ps4NB2cXcYIvkiyjyQFXOsu6L8mOtd4rDJ363tnmeSvXJtV/nUxvKZsJo9TpQNZbCBybQBNlinjmGJvJYq5p6sCqdTvWzvI6uh3eWWt3rFs1MLXpm3g6nvZy7p3CA45z2FMmX1h48+xmW2LuVL/b7Z86N2Frnn3zwue/WXgDt7z8PDWq7BjP3HIZJxcDsJfEKD4XcbotuBLXcBUDinKa7biWlG/Mysm0GzKcw0iwmlUmpUktSxW9lPeBqOVtu2jgyaBcGKKCiFlGmOTptVlggA+4fGZNMF02M8/q3kK2dzXmJSOOJ2kWSBwo2jgIALJbGCrpAWu4LrVFBXRjJmEPwc7HTm3tVoBKUdRLiVTITcDNDmLXWDT0/T/+8SM0Y+vsmZNRxyw8+48Hdtw1G/+RkD9K1s4JW9HJStRzJ/7am8lp05KJ6dOHn0P3PvrktrW9hf1oj+IITXoCX1+JbTLeN7OZYqQy9UhDJ+wMn6ANIBZqCixKGAWUTtiLxB2l+OywCw0Bhgd/GOhMdXEC202oWuhXN/qUJy4vm15MXv4EHkRMtIPZJVP/CQjRGpO9Gr2j+G76HuY0Ok/lvlemv+heGh3P/m+NZt+3UtC/bIVxvHu/EZFczBpQyJblj5l5NCp4+kJhq3b9h/e/IGuiinhAzZcEcVnCkhAuM8hIFlGhRpaP3QLSfPQ6csTGlIfC6TlgUF/uU1IBTKeorRAKNmKKfGpBbn48EETXH9tOFdkZzCLWE3WoCLPFMMD0Hx0fFFGikK2AXJzXIFengXWZ3qey72ZuNr1vSAH1546kgk4JTieXUzvBELv4Kc2DdkfCdmVqT6TIWEpVUMXoB3POcMf575zh5txzPLf4nte3NKaUmq6pfdsclmGYkm19U7tqlFTjltfvWdwWQwFoGWV1BmJt+J6nfzIw7/mPBn7ydM3zJ3Iz7986X0g31M9NpOesnK5ZmJm+ck46Mbe+IS3M33r/zFysTeNh0stQfYXOAqVs6gCeJnBx7jbuASpfG1WoWQTtmUlHi35PGrrB3sxfS1U4nBkakkZUe8LldIATzigLprcW0GF2IkNCZoCKzl9GydA7UZjnbuxx07PHQiRNVRsqcoyFZyzxkl6An0cAHEQSxBYsSYhIOjdGRNQJ4kps1PPwazYZurAbYye+XdN1+O6jDjsS5eSEJp2nHgtGYrSIjkaTrWlCwCL5Js2ZFU15a+SZVb72/e3GUL9c4035m7JdSgjZHY9+F3GV+wVaIEpQtyQ1S4TX6Qg/iecxLxAsIwlLOkmcKfFEgh9vs1mhxToeTWeqISefU/+/JLGZkk2IIH2dr8OKBKNO4qvdfr8ktrjFqtTlM+a3d88Rq202u11y14pzutvnT16WCtv4umxsDTbZSBIZ8Z2Ve1LJdkKezR3bB85vv48Z2kxnKLhp9+taFLVoVmTBncuC3+ddl3chrutyF/o8M+LXSIUvqeTlGY4aN0N5B8xZvk45hxG/tlmz2trwQKy0TGOAqeZlWc3Wls9Z4QzA4CTucnrOMtVkig+ya2Cmlg+EFdU4djGRDmdJMZwiMI6ME2uGfrS0LKPGY9MkBrW0DLTgdAYUeZfFaDLoDAZeL89zdv6po+mqqW17pwzsmlTl9rq9l1VNfnvyi1fd9vPtuf3Dj938g8m/bYOw2WvdVeHZuaXzHv32zs4/tsv9zoVz4AQ0YZsDvzrh7upa/0SfZ6U74kD6Vo/XnZ40+9//47bYYINn2YQad1144i+Q8+5n1W+ezkyoqbl2tne5J3ak4dqfn/jalI6uea2GtUs8Kzxmrz7Ax56olIWgun5ORpsCPc6QN44uJ75ovIjZlqV9wnTbKXbPU0s001nUiamGhpBzGl1rV6+qTvbULdCvmbtL/WB+a4jUGh1Soi1etazaIjlCRiVgJTWWyVMnGyQX6v/uXlxvqdY72uKdTktNI181eYY8QyQoVr2sKt6WkBzGWhJqnY8cu+au0S+o60lWr1q91mV0EhHSTa7iG2sszs54m0NfbanHe7/bj1ySAcq21BBrQDGGHFLpDCvbkOUupJjGD4zoh6z+txEVku3HBK507tC4wZEI7dzWbJiImj1DO8p4kHxeYya5YQ49d/HF6DnTOa2acKcVdOiii9T1worz2zcZ4bHN5JYxHJKPUrsU9PKfGjFAZQEA6hQAvWG2oIHy4Ty1AjPYdzajjQ9Map4oCn63wdoUbjBLsslNLr+3DZtFqWFSg8FJiNdX7TEYW1PN0wTBLDlwJ5r8WbHV0VAVtk0+6HKP2daWGQ2eap+XEKcB8kuiGWfuu5y4TbJkbgg3WQ1uvyBObJ4U4N2ug5Nt4aoGR6v4WfW1TuyQzIIwrTlFJlfuS4jKYolL4HyfxLiKsPawBfEapUrvsbVXF3J72N23m/cU7WtR/mNaXDL1UtT/2JvqT7+g/ufboaa3X7j6aF3Q39S4+eC0eb3zJtyIVr6qO37H/oFNA5GrL+HXrZlu8d+uFj74X5se4PfhWy4TjJ4vbeMVMuHexcv7HvqKQQnfcfxK1+TrewyMPrj0TI78C+BNjP/NOIRBEqL2ZuzaXRv5lyeWdqJIVFVPnOHOvPHFg8Lf1H/MmnVc/WVBj/+OYr9+6XWO6TqfeY7N6xJuFXcFt4G7ntvJ3c7dpUnZuJycJGpbUbSbp9QaHJhWKmLdDOiBh25FxEPRBCoBgloAya1FlG8EP9KD2CYHaz2VdMjlI7fyPcpLj+akVO9yZuIZGlcS3FF/86dqH0pOXnnZlIb5kYn+9VHlklcvsaWu80+MzG/IXrZyctTgau2d4pE7nE6XTTRJkrvJYDB3z5rq9iBf9Z/U35y4iBgMhBj0IUlvEOEX1ut1er0jrjOZdHqzaQqxAY1rnWq32W3t2GbjA0wS6Cen1WvnCl4HOdh12UTRm56/+6Lty1Zu0ce8Xp/PGJio37Jy2faLbl+Q9orhqQZDU0MgxhO9xSIIhjaPR2kxI55X1vIOrzAXPXD6J+iy4V2SQAQ4en2CUS8KRoMimcyS4AvrjCY9/GxGgXfzomTGRjN2GTHx6kbddURGWaZW6KQnRtvrodgYYC5iTvHBGXXo5KGBkY8MAFbObO6QfEnXgNrkybfFKqwefoOa5Cnx7IvfWqkq2iEr8abLdbkY1FF2h53pQ9BNL5OidtSCLnGI7mOakq1ZFnOy2Sx/DM8BxOUQlLu6d0StFoKHhszyaU4244HCoFmm5tJymkyMoOkAB6lV37IGsFtjctJjhHE1KQcTVp/bIZRjMBceiTMxO/SaQjDejGVHzZ1VYexWv/lOVdBl9wmDKLzlujuxGTsd/vt8EWT6svo79ZZfVIWcDh9BIvo/L33zTaRpCavf8ztdwap30HQ3DlfdWeOwm++8bov61tPVTmeo6hdoN6r5shlFqu4DQsn85jdfUoNFPVOueLdWxzVQDIcbc7/mGfttmWDJ/HLFvllhrZa3tfS2tPSiFvZ6qlJh+XScf/wJ3msZ/ovFy/Nf0kba9j37qgyxZFbZv2dDl/Vq2ejfhyWDy1TV+330W7Pdbi7cWiSRs1VxvDrV25sqPB1nZ8Buxkdo5pIMGihVCD8uYoE90ILgmLYgeq6nM2Vr5wEKNMTOCXZezFFWSn9SvVTd1t7LK07RMalFqXn2C83SRLmaGOw7WZ1D6Cvo9WR/Tr1B3YduJDnG9032o5VBefWGaHBKoqOhtj1e3ei5rfOGJVvSq3upjdFcf3I4TF5Sf9qg/qWR8Z2yZziR3qUZAX6nAGGeZDhVPaVnUJCzJ5sBMcAuGyNs2AcK6BDTPc6R0ax6UjaSg25w5H5bx0WBq2YXbhCc6ketKx556ZEVrXweOpKFBaZmk/3xRcu7on9+Rde2oE33yp+jXcsXvRC4qMNmm30VakUTsDOxcU1Pz5qNicJ76slkP111/cnGVQc/95e7DyPBLzvp8nPKfvX04bv/8rmDq9iax4BLqsItjDYDykK0sicV6ZeYzLXETKzTZw9jodJnJq0965jVR/r0uLUnzQ35hYF9tQZT7OWUqa6m4aVWQ4NJqnPeeae/scHQ+lJDTZ0p9XLMZKjdNyZVQ82dd9Y0jE6Dc2OyYTfNZmwYydboH110g8FUd/fdtUbDqDTlb5LRdZ7i1o3lpzKpQqo+IxVvNyiDEPa9Sn5qiUUoFhmqRU3eEq7RLVA8k9dufYJlbqpwdF68kK8N114809vrNcdmzaydPjMQmPXK9xYeL3JRUR9A4sNXH+ODjJP6meOf7SiyUQMGj9dVbfHiKSFzrL6lR7nlGTe6oZKZ6pycWtw0tevuCa7swoVVkwu5bLaSidqfuvpw92SNgzq9Q2ME6mW73+onczKuRd3Z0B07p3Ue5irGJwW74BaOiyTsml0i9p+aDGM0gYt9rA12D4p6eUR638mo9240hoxiVEYP0i5iNFIjEdRQFyqO56kVGX42EAiEpnTGanT8rJjFi2SH26WbeTEMVyEfn9efRH0aZ5W/bNmSV19B6zRSqy+lDnV89pVd976AUBcJ8seufvjwOnSD+5lblJ6W+pg5NAV7LdUur8eAAqm+HM55441BvbAw6wbCIKh4uqY2LU5Nds5NJPsZYzUwZ7bNG7hoUTarFAe2AOPUMf2x/UL/lW7X5O7DV191uHPazjtC2e5FrswcAuNnl/V9XKX9/yJc8aVhoKYamlE9uyOW7NrNp52Z79W+dsf+s6ONMerFilOvWShSLmntW4GMOQL4C8X6SmTn0VHTnDwLEjBAQo5OeWH8Kb9qBDBWaJ8y7KyEx3MB7dJPAJ1lUB41Pkmuk36vkeqpMSEAxvuh/y28BkE4YWfEaspOcV43rDbqw2WrE7Aviey+h92zUnXUosFaJv1VoUVKqbhstnCeWW+ePDLpuSIVX5zs9BQ62ek5N945ZrLZ2umYjrMAiLMuBLUhDWhJFxvawjQNUmul80NqEa5H00J1DCti+piZdFH1UBKddQjRLwzQkDH6mVQYWjUcl+WV9NsBh1Y6HCvRenCC4zj6iGqEjqexeVxTVKTpIal6CHKB4/j5dThZ27gk/fgT1YWERpV1RlkT3fEMylRqHAoCK1trjGpgGOJHxaai9SuReWzT1qZZ64uN8Y00FFKr59TTLLYrquloIq0pPaisVcs+zhAera95Vs/LlSHL2FZdyVrrOEdfChdqVwsbrrJwqKZI6vQg1qxRNlCoHuk4PXewUTm7XVeMzPI4MMCdOZ8enBH9Enu50XoPFiTFNevOcL4rlI3Sg0Ql6pSSihgtkeT1FhRSYDVDYkpppZVogkVJQKe53PR4oFFAh7kt2Eqzw3+J/mjqbpSi15AhN5P7hyPXnY66WQrRo1gQraGeFpmmBTLsz02N6YluidLGlBik0s1pJoIjaYV4Mm6PQoUCgH6M0iOd8n0ybinNsBPaLncGthTJA2+xyBRC4KHGHhkfKJPWDFnHa6EiFhuKuzVuEbP3RxkNUFRGi6OEuDuTTolRQPco45rlpaMkuurpJWw3URg/jspsUhq+G7FQ5GZCEiF3mtKkSsadYZXDrkfb2Y0A8UqmIIN2SxuNZ+oBV0/TrJS7TF/pJJuQdIixm2GM6FshaSb+Hk0X7T5KFuKhTEJm3VKBBBaeuqAltQzbozYh4W+sBguZhq0iFgQk2ixKvR17CPESbDIiUW/BBoOIsBUjQgRRJyEiEhETI7HaDKKeSAKyOokuCW8Jmf088QE5KmEkCjwxypQvLQrhqqAoSiaCiR6ZJBKyCmZeb5AFC9Gb9DxvsuoMyG7TIb2g0xG/Qa6WqkUBGQ1mbBGx2QA1CoKOSAED77ULPI8IbyHNraIo2HC9TrCIEnRIwrzVorOJBy6WBB4DYS6iJhkTM7IhIknQOkzsZnMQWu4wQZU67EGIIFJFEOZF7LNiImCsg1zEYHFi0abTu0VBxNhschKhWmcw2QWrXwrLWDBKWPAJkNCps9Q5BIIxr8ciQk4suAVihnHCSC9io0mWEL3yr5fMMhUmMPGYNh6GEUlNolUSsOAlVQKBngkGbNRJOkT/WSWDAVnsvEuUeATDrZcEQdCbdJJQRyRMeDe2E+IwG2zEpCd2bHXbj594gMjEISJJbyPYwBtFiU4VRi6rYNIbRQHDYhKIVW/hzRjmDsuYJ5JcjXmbDZ2loKR+D9mRwYQknSjqZOxGABZuZDMDSGEYer2XCNATSRQMBowQjCtGgsgj3ibyeh0W9Lyol4loESS7WWfjdS6R3QPA2FirBJ3ebNYLyGIloodOrNXEWwUvjKWBKlc4oAIAB+QBuKtCVp0FmawwZpJegkADj2BeeScvVPF6gqAFOmgGDLfVB03QI4sk2PQ8EUWTSCwwkgvulRCyQReMyG/nYc4sMI0oEOWRaSIhMR3ClF8SEkW/HjYzmgc7G6t4wcUTqE1y2dxYrHbpdWFRMosGDIPOQ1/reVmHzA4jER0iL+i8mNRYg0gPcCM5eJ2X6DFAMUAA4Ao2swlaIBOrjhDM6xpthqDdhq0EUfulAI1ELxrNyC5UOwhPAHyJYDHEwGU3Sjq9Xkccsh4JOl626aEmI7Fhk0GnkyQRw6gKOmTksRl6ACsNYYMoDN8efgTqAWTBRFurg2mmkEagAlhWWBQAiqtEWLlGrCe8DTpDDHFznb3K6ualah3TjnCdcYm3MprJRTUhSyi+vqiRS+VXawHMmcQEZ+PYtyickuDyaJ+j0FAr/LnCUqqjul5R8LHow/gtT8u792jKQO27Jths6m++JTx4k95qL96F/B6SRzZSLVZ8bM3DaH906h3PaUylYK2x3nhsaANZOdPJVX6TU9PjqIbTtQMol2AqiEq/C3zLdayf5yjur+Z4bhhcVJoQfyJLkMxMP/wNZ0tsL2r+4g/n8lDaWwDa+yaBY3Kqbqls5o4qHLNvRcWFm+x1qsys253hZFWmH4ESuEb+Vw01qlzwMcN2nOxDf0Dv1zRQpWK+fM9NmNxlC/teScUYBF0lm1MhV5B9h2Ds1SqmXxDg+OK3VegVPP0Q+sAZKPtjbnUvGtBYeGigd7XA5QqcGtDYKYO0a4MwBFTxJNe7WjMKXvpedpGnz+kxZRO4Rr4MpGcnUInxlKZKQVLpI0aazSwrBEW18aAZWaxA1CfQ5fdDp0sfDLpffUJ94n46QMWPAd2PLocA2WcyxegdGkuDLodM7EtaeZ/CLICR342frzY6Jhc1AEZz0RSsbpaC1i3Imlwlx+yc27lJ3GRuCreYW8m4+ZRAsWmchAw1rF2WaReo9It28ySUuHSlr1cz0xFMXIkJEENeXEyBFz591R2LNt8s9u3omNor8LkDNw4fuvGA5AqkZ6ztMvQuuOOuOxb0GrrWzkgHXNKwZpePLC1Kx5Lg5kV3XPX0QqF3aseOPvFmTfgRAxQunIcua2zyRGruLlh23H33jtTabVdcOjXWlGqCv9jUS6/YtlaIM9lCta74qezCU/MW3iRsu7sm4mlqROtZZElP7X5xs/AhF+SmclcXraUAKVzLM7INSLERwy5pVDL8UgrLlESDiCfNaZr42j4TLdoAKCqPUR6Lh7mEF/xv+GONtSRglKW2mLXKZ6ojQf+J6oaY/6C/MMV/wh+L1hz0+9+obhibiuy66ODiHTcuPrF4+fKlO3cseWPJGD/KxqD0AKkz+aqssTZJNoK7Meb/cbXvgB//CRz+6gP+KCSqrhudqPD2h4sPLL7ox4t33LR0+XIoebS3aOMyx2x7cxpccNRACzWpSD+IpV3DSrVIyr391Ok8bJf3bsVowsknEeqYMbD+UMNtz6PcU2/DHrrnN2m/9SSa8MK93YfW9/XU/gTojethzZmZfn2QWn1nUJfRJPuLkjZN9BgIomjKHrK7hL+3TV9/Ord+ehv6e7ZkWkvxZdX31A/xv6ofOnPLL96162JShe4ryqRtmaYuRl+si6D71C0RbdtBRdlMiZvHreLWczu4O7j9XNnmv4AYf5HtcQw5txSXOsPZE0wwl8lo1rNvyLDraIZtUyHh4qRT5mKameFm5EQiTrqZySAoi/qotRUohFlxRxLkiiKXxIz5gztDayUa4wxtRKf9RKjNmW12S2HeNToecOI1i/c8cNfSFUZpzaI9BxZP05t37jTrpy0+sGfRGkloaLpo7wN7Fq+RIKXuGvxli91mztUKxH96VXN84aor5kS1V/PCeHN0zhWrtBeyDAQt833EIgCe9IsBPAQ75qAecD4L7yMDucI/voSNWDskfep1znDIlgWUb3cvjya1zr0ntWTekpv6700tqTPrZ8/Wm+uWpO7t79gYnb8kee/c1kmI70W7dVLWFgo79zXuSXSE6aPQkdjTGGYPPNhuDDt1LT5iA7QI/XsAZ7Pqwi0DOszzNt6n5rPo8D7Ca/cw2rlRx9VzES5Bvywx6h6meEKWtFVc9nRCQkE9Csr0ECl+ojOZLnvEwdKNUGGIfhEC0U9CULsC0zpz6s9RU4E9v4s6VWaZAHMx8kvNyZdNCqBA8dsTkBnKUL8e+7n6c/x59efqZ1En1SmiX61AXGxg+B98TvMxnjZ/Zo9ws3AzswLtLFnV0Cx3FAX0i1obiDGbkhV+15j0ws1PbrvziuG/b3nrqSevx5cYumxmQ+Hp+VeuP9BPdD2Lskt6Ct/01dcoVehRQ7fNZFCv7Llu0fIuPP2Kh7c9eQXRXf/4U/+2pfC0wWTrMuBL5x5af3X/8N97lmQX9eDpXqUmUK1eCXHdBvRo1/JF10Fha0bJ9lEd7enaNz6YPB/7fsyIXr89UWJ5jdVBHatz56FYGv0gEEdyOadB/aOh1ardyOVguAkMt5qr0AzOlb9Nyobf64+xjxPlLJMMqMrgLCn2n+Y0SxGYq7jdkYdZrMC+Wqr+yT8wSvdkXDt8ldfr/MBotRXtfo7da2n2jj+1Ze/Rdv7O5a6w3v2H8ZzsjM9L1A6Ddr8W5TIUoylpsDlKt4ZjaufOEX62VWl2b6j9CR9W3rSdyo0TWOl+g2VD92sGhgfLhpTJ78aGoBFL09qwWplu6d+5Wljx/bBrb+Ruhu2ArYKMtjqkaDfOpOrFEPuQFZxHsivImK7afUm0m10OU2ZuInW2IfJgKpGk2KYoRTMJ+wUH4ZZNC9f3Tp40uabpap9uUli2TbGtR3MvTXRi9ZDY0tvbUlPVHLrIe2n77CumLZqOdgl/1sbBYdEGSv3SBoR1jTPvWi+8VxlTOVpLFqzqXT6xxp/VtRmmNjgQTh1efr1pDs4+FXYkliSbJniqqts7EpMXz4wvbs5Udarf0sbM4pDJDZdf3nCkwWSP9O9SN6q3lCPGjOvIXYqVS3Fr2V46SrgxoinHpDWjsNoHJKgyDTvYypcDJFi0llu6jdMUWijenMpo0kqeoq03Kv0lMkXlj5kUI/qO39N6x2cQH9/We63BaBFMSyzx1PKd102b2tv78+nr2iPvocekBk9rZNaC2Qtuum7h/slWHaUbr7TWWoXQxKbujtnZvrkTWxbW49zIt/eyoYlrVryY2yWbwsqCmzod1UBTPtS2sqN9+eypU7udzX7vGS6aunZtW2uoudXh8sRsJp3FvLG1VolMwPVzFN3kSNjlrvZ1dk1bMrumgi96OdW2l5UWzRAu61M8I3lcojYgbpdHruit1uNmbcisCEDL4854yoNF07tl98jIaXdYsOFElbF2DVsjOmKu7kzuqV+6aGttWy3CndlO2YyQRZwY6lp+8bplbU2t9rDdJVmB5pbrm66w4CWv9+8AWn9idLZoJTqL6LL6lDl9GzYdeG7b9s4ut81eJSx1WEY+oy4EMV6OeIkAjW/J6vVVlhvMUfEd9U83z+sItvgdwbC/rX324/PXHFzaMdUVQpgsNRAzVsyS14SMotUnxYyyeud3NvU3T2mfHAg2t/T1b1/wBJr7clX41O2luXFwnKEswzH2mwL3cU9pFiMq+24f4x87Nv/T/rH1jf1GKP1OecUn6ivco2NU7txxnzxlpZuSu0wWQaAicWWbhujeslMdcRLLeKEXTFBRGJpX+YVRug9Xn3msaI9CZvqSTdTCBxC+KMzkvVvKdkwjnv/L25sAtlGcfeM7s5fOlbSry5It67Akx2dsWZJvK7FzOHES507IZXI6DpCbQEKCCKGQcIUA4SbmKtCQQrl5Ca3aAqXc4YVSWmhNS3kLLUfblwKxtfnPzK4OHyG87//7Poi1s7uzuzOzszPPM8/z/H54pGgD4DRb5ocguEH+PSwTT54UY+KLoshyeHvylZUrPR70By56/vnmZvRH/0E9kr5TTdDPkmvfieFr0aUxfK344nXkpGelPESua34+vVw9Aj1qgqw9JLLyv5lyUjPyLOwYCxqreNmwHItVYEIBxSGC/CIBTFH8kCDTSmNAKAKPEckFe8uvguSdRu0vtazi2g+6NJLgM4RprJRiTTZBhw0+QdIgxR0wWsn4otTm7g+5GKTJKLEAEAmL6Hpj+sdkl0kNUSaHoKUBwL4S+A8AWis4TBjTVBOzV7v96CaulAIgkJNhplEZHAY8EGHVHocYEZAiGsf/KkYIlQVTESkxh15UjX110JwD4zVg6w6HLXEnNm5okrSV1r6WC3/au+NP16x/8uIl5d0zPBpogJwlcuLBmx7cv6FlmqAJOmK1rQsKVlmY1+UMeuhssk7rXTbF/5Nww/4vD295aU9jz+4ftPfe6TV4+fGcw9py1k3v3Xvpjz5f2BLYvri4duKW+Z018vLJG5aAiz45oViBcnXrypP7M7UTFXIwtXJk8P3OymXwppT44XT5fIe2wra++Ym/TN71ZF/vE7vPKp81w2hjdCxnqX3j/hvvv7yvGVfOHq1pme9c6bQ8lR9jvHOR/+FwPQj/ad4dF3Y29Oy6bOLa272sTqiwOKTWRYffufuSB/6+sNm/fWFxzYTNc6fWyCtX35oNRM7ZttxEXsPYiT5bRFDhBGodcVxqMxZ0gpFoIIpkHFvEFhkpodI3cvLh92j3+PmxVVddtWppS+85N/YPDPTf9wpYfO6556H/gJgvw8IdrtA+Z10scM1L1zStWY1XX97agbOdBy8bJt3i+e8eLcUuU7GArTCPFNvr4Ikrt5X0MDrui/rsQRsWwwLRSDRiY+/4sfzTN2+Uv3x+27bngflG4HntV9sf3nVi584Tu+ZeeVZ7MYf0qscN9KoTb5048Rbc+Kb87FM4IygD5ue3pX62+aJ3ht65qGrSopmBobY2nOfEiewaIsZoMFCFVAXRBAl1Ke+I4SCjEiTq+atgXSusRTqFRfmCcdiOzVc3akTH0fPJLTfMKDPidcWyGXsO75lRpmxgWd/hwST+7pjk4U9Drm/JigOPAYWTPSC1vztolQc+vurgRTNnXnRQ2chlkMIXyOSXTuT4gkIq1gCD9BvKmImSIXgGqBgMJckJjNaZkAhZEn0WSUsgJdVlcB6Q2kjRCeVaUgUVAQEDkAwRzIEUxhxIAeIrISkO+cq1CSoJMUKAMcusq0IbYM0+9yAmkX8fKcOnnIQJJq/MCpCgA8AEKbPyLBx+kyl8SH3u8NiaIoqK+IhvZBDzQY6eW/thTzopseemk7BHoc7OzndMcrDfKHmZnsGkxLyWz0OC+2eKUbDn3CNbVRzRTsPbODSi2X6X1xJjtCF5DnrcGd/dsBup19KUWsYzvDt65HNz8cQujEaS++7tDsbhgU2Q2L6DMQwdRvECUw5JYEEJseKqNFHKQnlFA+i7vGHK+REAIudPafgRmNpQvrJTvmKpbkJ5S8yBpudYS/kE3RL5R/7W8+bOYFMTVtCNQx8TL3xXTejfq8qqa2qqy3b9IQwWzDoYkQcTfHVRiSiWFFXzic+cZde3zexdTt75I2g8O4fE/ZWr+BZ2xVUXexOSFX2Fot5m8YnmauCzBUiIJVgmPwlWgHXz4JzV6364mrlWfmr2grb5Nr38FBL7QSe0lk1Z13b0TfraIR/9R1DbuXJl57Szzx76IP0SFNfvmBTxRNLvgmvBl+PHH/SOry/+c+a9KeNrHZkTcTh2STiEw/8jeNUN+/SQuYPjRyzzY4A/BqnmO1+XP7r9Ifnlc3mg2a8zmfnOt3f0Pndg9uwDz/WufHzy/ryV+b0bgHT97aDwdbpQfkn+6PWd1+3TFWgOaKFuRS/K/ia6asrEA3kr95es2bjzdVTG0lM27m/sb7FPm28YaC0OTvVwON6XVY+1MiQcmnWoXaiKw8gBrLp2JDAktIQNY+zbDBbs34IbCO/ujaHyU9QeoVSANsbMaOhC2q13iS5jaaHcW6jV2vUe2hPSmS06C2eFggCWjpUV3DxG1j2AKserVBuC0eA5wSDAlrFygJ4lQCuHMpl1IXSB3q7VkpUyI7qV3o1uqkE3t0H0GPSs0VlRqcbIuucUVY7qEs5heCj+xJi9FVs2pudiq7PCnBSrAjiKnfh7YC7hkhE5Mh5xwMwrdh9LhvkdJAkLMtArm6/XcO7aKn5N83KztfvWA1ZzBVxJzqRfIRuo5rvyailw8gcB6WqMZgXOAV1fXgPImelQpUc+Ava4KgW3S97LzmiecaC0e0bzFkHJ8QrZbFfypeTBPxQVfQC4J/FNrvlSfjwzLiiYW3Y8/1FIUEOyD4ak52MKGn1JzBxicmBcGH5gOBoXAYnuknvlO05cu3eh21l1867yhkktr4JVJ06A2XkYXazJOQqk60twO/gruJ1JXvn3/ZtemVbbs2R22zkhTnPl34H491/lgLtsljFwu34MwkeP5tYgcOxGI7U6vxbZOtSF8Fv4DhQF8N34CUj8oxfLr8v/vqOv5+yAv7AiOnP6LUB3xx3pOzFuwvEzoCuwjd8LVeEaJtn76No5N9fXz7NKxTqh99FXH/3r/r+fAWph8JszoyzsuuAEGh/AKYq+CI1hPsUOqxgg4hKrGCdUZ3g0StBBHPCyXdSnPzIWMTqLhXlB7mM0olFkf804zWCq5GKPgqs0jES/bHUO7iqAbKGZLl0D9CYn3SCIBRaNTq5ZCfO5P+YPXw9FSg+ST0eSI495jBhuA7kJXsHzsflUFEGeqi9VQgp7ZIqsyI6511UHlX0SeFjaAzFyX2l9fjhiKpXJPcZeXVcqcy0+muqqS9XnZJMU0mZnUYtVuSjj8I6RcyyxWmWVEatNXMYUhL3JwIhdMpkpuAQxCs8a2CQEbCE/T25HJ29+8+ZQXWjm6pm+VtonGfWGmkWNHReU8zZGbxH1jI0v33HFDrIrWsjuBR2Ni2oMeqMEKqlTYP5PrwLGgft8IE2VVZRh39/n08d7b765F4swtTNn1sIOfcgo6aqqpjXrSjiLhSvRNU/LT1dV6SQjC58Cliu6r//zAQjfWgnhSiyUMlm7igZpxG6sgbA+xZbiG7VY4svGcLcMJ0Uhq/c0kmzxurucxOyMabKaCVOoDhQol9+BVM7YUl/KoJTNhOeCJF7KB/3Am8WKTZ+L8s9Pk3feryzTY9OK0YTmg56sXEm4YMxUKbWU2CZJWLmqM6HmV6MarApTdiRG9N24FXu4ZaExsGZIArbIm8v8YXfyKFEdIByQXNI5dbhctaum90/aePmByzdO6tCN0yWNHxmTaNuRXFfZ1MxUFxRUGtuqrN3Lu61VbcbKgoJqprmpct3i65766VPXLabJymtVLbqbt6tu6kWzKitnXTR1zSx9hf6W6667BW1mrbltc03X1trCWNDtDtYVOZxVtRV1dRW1VU5HUR0+Fius3dpVs/m2VUc3T5iw+SgZ/xXsWReJQSHL1DnbkMIjSdwlzHm4lKFcoLoCZ2Y82S8ZDQb551otSBCqyB5MhkhQJk/2E5TfHgVFEvSgWqB/OpQPMy4mMEKkBH0ZsEiytJyFhMxgBBJuoiiJAS7PWYAytixMEMh+h12ZpURhgNx4AJNR9mAyyhU6mLE2X3U+tjbfDuimKSv6Do/bez/sEUTQQ+w8/YQBsx9Va4XhbWKD3vt+3GN8G1T8+GDr4b6u1uITo8sYJo7LCj5F1g83oiJCnLaM+DGoFe7S5RX2O8rYL+CaoPwGgyDKpI1BjyR/dppCZvq7Gv+1iOrJWXTYrK8GHUdfKQEpUEAJcBSmN446AP56M2hmYTIcDdsPheuwD6aHyTp2KKZeJqS4beiDjb0d9sbJm/o3TWko2Acm7yvoO+yt7673dvV2ke2kJgAYnaajtzGol1OqG8fviAl794UHDlzYsefw1iWmuo5XrKtbujdt6m5ZbX2ltbi3t7g1cbhvcVEZ/rjLihZjvIzcXscOv25CcV2ZZFqy9fAe+reqQ0c2tlxpixk5SS+O1B+LlfGWYMISlWKUmH3IF4HepTem+OKTNSHl7eFwYZtyhkgStdmwhSkNCnz0ve+HXJzO0hzAbu++4uNAc7zYh9OBZouOc4XevxcfapiCWodWnA4SrStt8vYjH354ZJ/1twcJpIanBElxonweWb07JKKdEg/E/GAHf2vdRw5eaVvZippG5fpU7KpYmw0qvlFsDh4d6U6RrCuUiqEeyXhEyf0E1ZHpH6KSigsUpPYtTaCDTBKDxu1bSqP0IJK3FM+ngaHU0n0stQ+1aS5GLDIiQuz7R4XRie8ZCPa9Ar8U2TChyvZ+8qZJZYFP6fSow5aP4Fvlkpu6E4nub7/kqcN9g1TfYT7x4ZHEvqUY7RIvwhyhx/dvkpPpFHo+o0V9yovbCw5gdq4cFnolNVGRBvhshKnSpUiXsSvYK8PTbDZnnrQDk1MaCPB/w5R8GAUcxUKR42iYOL4Pu9qxqXQSfRZDX+GPgNajDwUq8LA9xBmvf2T6W8KZAdHoTXv3HVfsvkr8ioRmAwUDdy5hNLCNNLLzFh/mRAXqDG/JAeQq+dgRVsCRVkH2OPZzUC3vydKewn3gAp1B/pUBrCLuDRQGHc5AzggiHMik8o+KArOvsKd0MInvwhErfId8RZEBNBhOigyFxYGTFN2TMRoJ/Tnr3ikql8YR31n8+tG2pIepn1FvUH+kvkASlAkUg0rQMpq3Ojpinx2xPzL/SN7qkefPtP//+voz5R9ZX4wIbsl4W47CYsK80lkxLYfXTeXSp/LS9GmOny79fyM/PM3x4WXG+Km4bgQYi8pnfx/I1vRfoyuedyz9rzEOjpX6P5VRHutg7ufk9Rh0dEAR4PLcgfEK5Hd8M09Rv6e++n//lfxvemnWLyOvvxaADN9AIDrc26gFRGyj8e0jvqwG83+ld3/f3ncKa8JoHMRppReSU3nlSar3y/RNkECjJObBSfwf66Nn6FFD1zNJLx6wvYNJ0q/olFLQnp6sY5WSrsx9PoBcIQ+EkNCRyPKYY9trM0YGyre+EgjXjDgnkdeXZY8IZCgkbNm3WRtTACCGGWhDxDobU2yz2WmYLLvJr4DknYLmlzxkKXLgFSStE1O3gp2fSWKuylTGXku+G5f0opRw9StWHHUJD2m4kP+lQZc+RvZp76j74CSswuafjOUW+3T2uxLobsRfPZTBllBw68NUDfoWO5UoyjNW/XtJhUR7GqOKaUVaTBLph0kNpvpz0qIXHQT9Y9fm8+8UIjP4HAQXHlsqOCPgA4oIXk5HI5YAHwhjq2A0HI1jQ2Y0HnGgo9EmqPj6goiDRdo6nwTyh3L/QEL+/STc/D39iUR/qsfrTaZSSa+3J4X3iTA0CQQTA6AneVADE170P1LDBK0X9A94U16NM+nUoO0A6PdqsSKY8BaO1xH9IaH6n3CoFxLrBBZzbb5onLRnOO6L+5CYhPG2p0cZNDEkk0c+THjBgJdOeRM43uIUFZ0uJ1Kp1IdHQCKRTKa8QwPDOFMx80mOLnWE36MCD0LwD0fhABE/PpnK8dbCDHNqvu02pdiuMAVGxoaFBwQZewHQ/zHCN3FEub4Pl+tY5ZJTStlSyrOUUiVGlkwhc00opRt+AWwcXjCI5OwZ9L+YCJLixmGNdiQXLq8FzFgH4VZdrc6lk6t0OvAWStTqdPIOsB8cGPPwMZIiR9CPkmWHvEM39mFSLiMq139mykXlfFtynLrMWAfhXPxw5b770RPITcFbqFxjHYYzlLKSvf1gv1riKt3Yh3G5ZlBXMxFm7rD2Gs4PIY51kImcqdbDDn82qqj4+eD8MQ9TSrmOoXJtzW+vERwT4lgHUblOW90xDsNjo18uyoELNsZhPBah/gW3kveIS6UFI+mWUUdScw/rN/RnYzcWGd9Q34Bzs/f83p3gdG+b3HMGMDIReq5yz//BCwTnnu6d4HtWontuzZXzezY+XXma5lTt0IrcWK3gpeaj9Ci2fKsnq5HXtYJo3hiClxq/JSIClyC2/fSA16uQpHu9aQKRxOFgLi9NZIohnJWegV3QgrNbjHgMEZq7Qzl3tDwfEBOJWMdj23BLQwDkYc/hsmIRUJUZI2xtHRoBrRHQn3VymzjYLxkZ8vjBFF4I7Vdgm/rpTWZzv9kMKAU9VEG/pXtyC9zS0FyyWN2DZqmsPzijyDoONLNn5ZzgmK2Wv2Sg4Dz8UG0BI600Vg4Lby1ZQBhQVpSHcAno14Y56jFKAci6iUPxRj/d0yFpgiYwksIAvEkAkahTSKqjSB3Rbwo3QT8Y31UnU8rqQ13XCgU3iTSBst5Pz/B6vUMkA4N/8+cfPSoPRalMta1AMU5mWZ5vyJLSHjo0ipaW6c8jrX1uLKwHdU73EfafXH1aYRPIEB1nacjy6X7GzkBTm7rlZPcmbOIns1mi73B96UD3Jjp5mhMwgQ9v6oYp7BpApr7DfUj4VbKPcZwas9wCzFNzkKxH5ul8mqLvzkBTowq2qRskcblPc4JJpRMjSwxIiU9zHBdZg2T5BFkv1FIWgoqGv78mNdZAwdGpzUYMZqILrMryay7eYOwcitceFKZH67qm98EWxbh+JdkwaUIV0Dd9qHn5vuXL9zFfqqZ3BdBs776lmPVx6b5f9k3HGeX/UqR1xZCevgbfcPp0+h/40uXpe5STSkiCvEW5MiPHZvsslY90wY1EJVF9G/M64zD+WmClMaSCCmKK/cHZ8uH+VzZLxCuh0fFi2mTgDWaThWUDrSs333LbSkxaK1MS1iHRBw9/fXcU9P9Q/jPvd2ktVpM2wHXE1/Rvnx8rNuCYXZIN/2AUV/ncH2SxZCny3dVQi/BMIAB/FagjLHt5aYeCKuUPK/6RHhrTldGSlReYgL+KCWcsY8q6OV5WJ4u/MFnQMq+lAP/AW7LJZw6cP+7WKQ9Nubn8/AOJlYd+MOeBOT84tDIx0BK6/PqfH146M3n/gSv6fK1XuCPn3Lvh+rtv2Lf+3g0R9xWgt3teR8e84T8XXfCATa+3PXDBokunVwpC5fRLgeaNi2Zsag5oOWlc6+oJu9787MicRdvWzpoX8M6ZuXbbwtn9w78rB34L6riHv5rvHH0VtiSkiqcTOfMzJo0dRaA0AMm5RBZSEP51JKOSwmO5ncU8lmEcIQXqFBA71MIEtBfEgr7oyIIhxZXNMS/ll4tYzB127qvoYKp0iUv+nRhlEqVLC0BIHLySpjLYhbjQgKo4yDZUye+VH2ofTGXLjTS7VOwsuwkuC5QXyzc6zYGKYrDB/nh/ripHQVN00j2tjfKN0Um5yiztr6ki8xqbx0deSJVQdYRliJhQQwRuhOBBtwIPGAnqR5mroFeAZg9EI7+YT1J+XvBl+eWgxukqqNYUXP7A5QWa8bVOWaf40kxXfGmmrz36mTz02dG1aAuYz45+PJJo/bULb7jhQnQDdJvuVau6XU5zNXijT7mafPoyvmxt7jZouB7x3Y5dNzuB8VPs/djjAn8u/4O6aZy149VaVRe4nBpcVzn+P6tbpKDanKmWBt0GVRVq/7d10xPf/XJs5c/4IeIu9v2rlAy50kTfhEmXHPqf1UQxCoIn/keFV+U8tFFmmfbvt0LCjPDvKjFTAX84wCkQEL5aOiEKKVFICqIS8ZBJwoRaGXUjv/126tD7h1Jvy2+Dirfp5NsgNeoanFxHqqN6eBGc8mQSVIAHAGYxN2XXRfBYjP2o8Vw5l1pBbaB2UJeSldd7qMeIFR/VCQ0HqB7xvHQ4L43yoPeG0qgWwdPnOePx06XZ/LQlm47ifYmwk420CZh7zOhf0jxgRv/UPYYyDyGBke4xp7PnyQaMvZvZypS6n9ui227CF3yLptXp0W8JdiZG0ASbSI4v837TX446JI+xo26AslH/yf0knxnHnw4l8R9+EI1/FZE6oa7V2akyagGW1jK+QbyF8IQQbAAwwmyoWgcz0XHY0ZTJokfEidtrJmIMDe7JB/fPaVv9wPJjH391PH72qni8sKLhgsFzA0XE3lUUQH2LTQV0/O9uWjS5MDF5U+Na+asVJtFs9hYHFl59b+emX2wKRXYet2uLi4vB32DvEm9N/OL0g5tNwQK3YKc3BxotgwKxv/3T0oiN2tvTbFhkmW0BwecpXNSo1UhB+HHAaitvCbXGpU0G1ixacexPpu4s6sFlVC01mdqCv0OOt8Uk8ovS4SgaKrWoOWykUg4bqhc6iepqs///ahY68cQrrz320Nvv0p/87UarxNYba6UqV0Wgwu5wSWuf2CBZy2ouOPbg/krfDYMP/a/aCjpT5jXP9IBHXtCc/9xGuf7pbZUDnJYu5Jy8xOkZhv5DY1TLHbdA/rklmufLwOf/u4bEa0tILiHrByUKG+eI9QO7dWT8Kewca0FBx1SKwhAxhNJ41Bo39iqKXJkXeYf7cOWp6/m5zGfk+Q0qx+jw5TW7VYtmdEyShgPpMYT1mMWE68dabdPBSfKVjMPQajQyYLuSgFePWYH9Y69EMb6TX6GLLYzDyOqVRLp37MrlfOOfpWwYUwfYMvA0uEIYt5IA1mEiCsVPUsTueiMy2dATkChLEGwUcbtoXFjeKkmc0V8eLeQ0Vo4ugOU3Jt65a3gecNvxB8GLkzG6iip7Y0fwSfIWHAkwo/Gm3bvrDRagcYGD902ZZRwckU8+WfjzY4qsCk8d4/awA5SOKkV1qERtT1scLB3WAongtwYJ5xFmPIphwiMkgUusBzB3AyDfPtFzpAm0NhvAV/KNC1i7w+KQ2+Q2tLGzC+QbvGIl+PeH1qJC24fg35UibD9Zp2sGE4daih8AqyaCqHynbPAFDX//uyHow1xJ3jiPqZLGyQ2dfJzKYO8miY8xlQPV9/kx4BtQsC/YC9NJSymrs7vTKXtAJ1pZymh2iyaeuWeQCkA2YIcJd0WpDiZ5SRiXwdrEsjlEo0k9QfDXAp9iAcya+XyqL4Wi6OZIqOOo9+F1POL0UgnnppPo7xiTzJgqhvqHWS7ouf9G/UWr/ZoYdlDW36G/njzrBt2TZ+H4WqtFuf89dEykVP4iJsejMj23jiKO8BnHvkcKR0wRIAtgRN2LZ8Y5Gx77kFjMRtUDAPtNZf7Bp8nm5roKONB+RXJuRR3SRusq1E1sdXxCV1nYQnad5BLmabKZSn576hYXyB9eHCovbZ3kKlhchxV3dIiuy6Vlk6vYUhAsa56lHlSw7pMkltOItPcgknSXUr3UNmqvyhCsrjzarQ7FJ5b4uITy5EU2G6MQxuBaaFDAzv9xOxoZAJ8Fy3EAPkScEdvUQAQm7xYg79bssIeCp05ReqdeqwUUfnn9CtPSQF4sLAsVCBz5UZvtC2Bxz3FfX1gofy4GbKB7XvqmL+QvVDgdIKJj8iMqYg6YaYPX5N0m/U/l1uCmYQ8E2lMU6QmAbCJ54bgDJH//BRgmB8yyBUT5czdQwHWA9IUNPWoBXC4CUQXckT//0oaKtOB8coH8E9t6hTSKyrvlfcMehseDHvSRDJF1zWbFr3OY5RuPZkL+UeLorsJCk7kUxEUfdl5NOZE04yQ/oLk4PKUiPC6O9ky2vTObape1TCgPTDWKBuO9RlbTD8Z33713DnBmLnDCqbHlTc1uu2NegaU4KFXOvT7gbqwuSxQVnGXW7NZ5jEDX2ntTRteG+Hv2YB6tfOQLhaY3M5HZ8DdLj5zdksoacMiVSGSosFEiqXDRKEBkWdgLkFQNY+lUiFlLDEtK4CukVqIfT5Z3ZMRDJFrRp8N0SI3hzr+9pxCE8W4YFIIgtswGgXcAn8Q/DJcmGWkCiIZHLIqV2Q3om5mG6xrA0f2E4tAEfNGIRAeiPgJ5EIm1QZ8tQEvA5iPuxEzmHYUVDhsSqROJ0pd8c8SpoWlAM0Bnuk2Wky88sx9Yr4Q2dJDWFFwFwO6nX4WfpmWaqZt51sy6pnGRKsG+3hWcu/68K2qmL+qK03+9//6hMq2B5rXQ6jx5PwgA8wMfMSGtQWso++gB+Sv5t/D+192FYqKvva2q1ReqCevdS4NFE3asql/e1Fje7OtW5iEW+5DRe1HdOr9f3djT143+/nX7e1pm6OF16z7nvCsmrVo9jTlz1d573V0JRtds4vr2xo5wN6kXQLrXxayCN0cFsQ+7HS/DkB4RIvMYXjlNgu40JT/CfWXSFwwlQ41pKtRmRmkapWmUJjh7TNQ/vXCIqhjnR1sGbZX1vvfJWNqrYGQR9GyMJ2vz85gUJhSty8UeY2IfNW6gGvjD/qgFY2RgQRcHMGcClgktEqaKseHmx1gbCgEQUhAWzxrXWdkRPM8L7Hr/xb1VLfMC4wLnzJ53vifoqQp2rzisDWqNAEJYHKQPr+gOVqHj58/vPgflmteS+Gs1YFngDFRU2htqusvnLAFPzsanLgrfHGaR2KGLNgQ7KjvHzVq8ZE55d02DvbIi4IQMhAAw1IhL1ZI0RD0jnqbKZUyScNlFyPdI8TZfhi2dOKCHKPx1kpV3yqum8ZTgJVOC184k5ffeIzCE6noDoN6T38PLBwRkESVOUcflb45j/1s6kfxAfsa5T3Gu3OcEUz5QhgwFv5Gg5KyVqX3Hj++D+Bd71yK5Zivxd23HMzu6YbY4WqB40fOo0fMKOaoCYT4f88BuDQIFBB2Y1uAQDWa9fNPxffFYz9nnPEPKO6o+u8+T0bg/R6dj3iJbeWf6+uP71t4HZ61Zt1GpQBR65JuS+45LPRG1Iq5hVTV2yDp0pQvfAm/RHXANz8/6SSs8SX7FzwF9nZLFKrCE8DKLRc4k5MSO5X9Lta/av21P1GwoNJije7btX9WuOLzABEwOXts27Wn6kTS14MFLL5rT6cKMba7OORdd+uACZWBU5SUqiw8RwLYAh8/iC47wfhi9PyJiSBX0sinUomhyOYk+v5zjJ53nBIoJL04StsXk8omYQU/ZoCNIeksBLwHRIPJdXnrmIDFRsTiSiDDnKb9dpN1oIvMOILmvK+dfHlRhHYNVONRpuGNtPIqRB9TPGselZR2kfehkkMDFQMWznP6hQWNgaDmhF05RG69TJr/dq7xNm6a0WBlLqdnosBhYqX7C+vqC5fuWC6BK0IMUzaCrWOWd98gps5YHPVDUr3U8snWITFW0t+9Bz8bqpmk+TYA31Dp13ukTJollFbhWvmK9CHsAr8V1Kznl5RS7ZGWubsCKpVcas/ARBB+kamRTuPzxWAk2PvUTQRU4b3p09hYrFOQkrzXoE0Z2vvxf8t9pTtAmLIYBnRns6uk+DuYBVrAyisQKkt/KNz7W3SNfZtYNMFr80qygYD7QJiQrSArQumX2s9dIGf8h7oSibwDah7mSyvHWh/5oH8G35k7cKz/6qLHQXf/gq/Kjr8p/wr+3MENrftLUXAYH0yydqPf6hqbQz+A/MGV2Z+fPhvvB4AGHCsZjdUjDymDVcyQaJd/UQ1+9VpLk10BEktZija5RksCLUh38wYhVzavxWRBB+eokfEWjkhm+e1p8deX56NFhFZDeoVXB3/OfD19Dj1Nuh24LIvJrpCD05JHPx6XCRVOK+RrKh6840/NBPJaJdlEg8LUjns9cnVcbKVdJMLIBgNICIwsLRhZgjHeQaX5tpiFGvoPKUfVSXsLIpeXPSCOMfGFwxxhtkCCxIxbSw+KoZ2FImoDERqJByRcGPpoNMn3moauq4Wr7C88bH7aDPgasq01fZJLr2WQy/dP0L+ijD6c//SgavUr+dDVYBb1PgHdOrrz7btJ/DacS3H+rGHI+LZR8PIvuK/niPiCxH8r/Hno/PXkKGFcEfgg+7hic2sg8Exqcioa3V+SvgB6svv6uu8BcMO5naluZeYWzY37et6qMQ9WAQ60UHoVD6wGOPLU5TwG1RTJWbksriGfAaumUMiqttWoYg37ZDnmzXCdv3rFMKzAaKxoxe+wajWl1+1c3KsJ24+TDbx+e3Kjs3PhV+2qTRmMHPYLIfEzGpqF+ud+ugdpl195//7XLtFA5aZXMq5fstsLLifR+j3/7ZOwNOXm7/x5yIH2hdfeS1WbJKirfP5EbAqM4trA/J2EiVZEECFsv482RenlVyUCl+8qZxAgWcILweT2DS46fLqeG27MUHZ9IKzmk25CXM9u9lJlS/05nE1EgbIFdjX0CZytEpWT5/6EzGEXgpwpk7dmg9UN8PZyXvbQiveeMlh2ynoJE9ySdwdMapTGO9J0e5UudrC8l7ZTCHqBjp2lvJjXmT9bnBeRwvUaVw3KG/fxyjPUDcmUAvx0rmc85zVNuKoqtrlnfF0y0SexEhCMBENkjBKtACWZxIMftjKicGM3QCBWXYfAjo/zMJ4LVYrz1fT0QjUmjFVzMrv3JJ/KHtwpanWh8FSw9wZMTOj0ozveMVCL6/Z+AKUZgRedFoH//VqPFarwVFH/yk7Us0OnIUf6EfO+rRlGnpV8b6S+Zs+FhnJN8BgwylBNyHqJLjGJJeBS7WBX7vF6z2WIahZyfvkmcJoKEJErBdDIoabToXcZORblX2JeJLIfepZbNzRZ4kFaWhGOobflwRgImK2EOuxUpCs3p5+XnwXrYhwZkzD2SPozG7T4xRl85tD24IbinflN//e5gkL4S7ezGO3uCTLP8fBpjreKr6nBufFUdvh5eO7QtiC7q34TybQjSB4LoIrSzO7hhWLsouv/IkOUxfFkVh1l6lF8t8V5VlhiGe6vm+Pfy+vawFYYz+HXhBcohsuZDK0huOYeuZD7vKRzIrtfLtYQWVclJ782nQEXjJCoRfZK9mCrEftblIAdWjr3BAzn6X/qkWJrCQVc2jcbQrzWDRKpUtLhAQmxFr9xN3xfEK6ai1ZTSw2QwWAySdruc9JK5DMnB6BkU7m1SZv1GdSXEVIIWH5EQY17s/pUqLXHLKXRTOeWyoEfKKUHfb9RqWUoShu6a5pXRfUGyOBSESX1KsErDZYGSPFkAhHOywKjP8Bhcq87ulf+pigNYJlqb/xY/g2tVWQDlUTLfKtE/yH+fuXGfQyO7TX2nDh47pRN4BdJ+WtoCVDIj02gfuRturqvvAW8JFvkDi1GwgIBFHoReeSA9QCeXFhbeXNhduBT2D2Nlfejmup568B9GfIlgxJekE9AL0LcpD8CepeiKmwsLl/ac7rsvwP61qt8lzxVnGIPiQFlAGNNr20vg4dOfKg0B7QdFt8EYHtHtewBSIsLjinA+0nIon8RaYFl+SXLlCOJYaW1m0CkCfoFVlijisTDEJMbK3iiEss9AD3op/Z5w6Y5fXHp2vU93v17gOTtd0Vf1wFWlBoMLhoY112MoPxoJerC5pD/ctqJn55rmJ/5ooLVOsHJHXXV/mYWFqWGNlRv/IXqzIuUh9hRgARY0eQPV83AYDRUO5MBBNzJFe/NcDEc5IIJUMglmpf90ikIa+QfESVHJDVeMmJJzeG4Y8apSxetQPhrUDCNHipGtxFwoOuSUNFGSUw7RUgqTpTerfp5G7PM5/M3RywLFcsLtBqniQCDtHeYUOmL8GlEmZbhQB4kzl8lSmk6WWkQHmiUmSiDh2H76MoF7AoFAMUi53XKiWP7d9y8T8VNW7L8xBzhjmRL4/gHlWb/Pt4WO6Nx35TWlBbdt+u80GYnJFfTrw3mOsSDzL1SmHjQiOeycCQh8wE+FsyJ1KJ5NxijC1o2EbmIuZTEIiCKEo4JyDiWJF54JxhTTho2N9JsB2qBnGaPkdKMXIH0q3922AjfQREi340KtbAdnD6xdqtdydDltNzKMyVrgLhb2vFQL3jZrdbSTdctOmgavmJCE4ISiXt49/pWLxZLiQpuZYY1Gw1+OGGyYpoVjWZaBgP1AMm42Sg3jRWGLIL4FKAd6vvEINs8CmqFpmNxkMAhbXMEOg8G0SW/avp9m0IUAsjyv6uP0EGqPtpxX7fCVfQXlBRsCcfgWR6iwOdVhTYFcV1dy6CHU5B2CKBnPXoFruuLrnz1zGKkI67RGo44t66mc3wtqSCDZG+BOUbgbvchr5etwzsOoi10sGS8VxD8e/cNuTYHuYj2AWrawZHnXu6JwqVGSL3tCATUGVN0pin4L6Q8rFZ71rIiJvRjbMPCTY7wC0YvXW+lwlQYb6rJrTZilW62GSiWJoYXot351RBQuN0oTd3V3FLAW0zrebNLCzXuDwdm7PMHuuli4cmb1xHFVBZbn75CMlwtiw4b2ZpGzGGZrTIKRdsRbF5atuMBSFpxeVR2t74lPCrrAils+cD2MW+NhbUVlxImedbkOQj1c5dIsmFVY6x/nsJnFgLtiXEPTtHEH3vQ8jmGiH+H8vjIzJ1oPmQCto8VAkWNBh6si7A5IotVRHWqdsEh9Z3vRO2vNyOAC4O0qU3CYCmedh+NZASaUkcMzoeDlwO7A1pq9ovCA4+0f3Q9KBJ3G9kuzVn4dY31s2neXXZ5P1tTuaPjP63DRaPL9fVJtOYq0wbK1gnjwceuj8q1mUTSAja9qjRcbpQVzRAGd2CwZL8N5UbJlrkhADZGogcqLpHVfQAXyV2FKst1NETlqMcIyUl8lkkbjaiTTzWy5Dmfl4JKHUKcgMYrAq2x/I/9Mo9GJv5B070pB3Tj+Zxrbzyw6rUb+1bukz/0B+JUtqgqYJgrrjNJ8Ueg1SnCi2WwW5YWhhc5FFnCvZBYs6eckY68gzpeM6wRRftIoqbz3it5RT3R13PExV0p+ybKdMffpZFPKqMZIe/twVFcf2Jh+SX4IfEsWLHnJeH/GRJ2xW0P3S/S6ly6SE+Auec9/nz/SkQ0duBGVfbsg5vEPaSgDknYK0Gh7HuoZUkCyWx11MSnuc/gi4QA+gJQg5YCiI9Kkx9ABWmGSprOlzY2HdOa9+KRhWztPZxcceGyrh7OPTAcAbAvI73vBXVcGJoMjM++ejY5s9MnvEvzud+7lnUec/A9P3I+2egvsfxPX52HfNXhz7mJWpzPvd7FngXVn8849Tn4lOHcZ69pv1unYJRtxluv8j6ExYz4oR+ozgxm+Hkomk2mkSsvvoB106Fgy6UW9NH2z0wl70a+gg71E1lZWlsEik9HglG8GvU7l12A0yQ+oGbB+W3+KYv6K2jFCTSWYQ3ZMfCIwvC0Q9YdtAYsffUZxJAVZIqGABTsoOmrj0YgthoFQPTRdV8X4CQhpbSuHd9DUgHZaOeZa8cbt24x8ZOa2i+fc2l12qzhVeql4Y63GzOmMXRvfTvhunVN666ydvS0nPBVTmhfVztJoGkMdNROqajzSlIKS5trO8gk82+SfWNEUKhHp5JNdhYevnHLO5Go7c2oQDFGnwFMRcAiA4o57ARj6Gn41xBc3nZ2+o6S+pMDAQfnHgGYNZpe/Cnzji/gcOg4A+TU0PWgER3GVgotBsCXUeEls5HewSsxg3pTMUHYB3CwI6QfqS6E3CxHhRergbwVB7hXs3tL6wYEM4oPC55G9byn6bqbiNnX4LBhUfniMttUunQGme+Q+exw9s9QudOQXpf6lsaAoRqaZEsGOi5x+PldajFmV9mZ1MyCMlcTypx/VaTeHUc5LqInUHFSjCKYGCvBoMgIKDlNGfVImHaJVsZjoKtYGMIUB9oLBLAYACR82nDEqYYaCcICP4K0UkZj7fzLVgKnwmPSXOvnnOqNBL6fwSlyK+LJgt5eO9NNgs0GLSdMM4l8vgHH5Ws6kF7S2b96SB6ZX/6t6uvzh5I/v/pjp/V21mbECv2HQkwGBMktWlkBvnOwXL/vkLGgRtVoa0Fv/sjj9uUbUQwh30Jf09R082NcHD6f7FNtPfr3rcL2DuXqzp603GFEz+jvb4XvU+45htZNO2wrZav9prFrLQ7nqMRePagIdkr92oP7rV3HTsF7WQHViDLngd7zi4SsGIx0hzrQPB8auMuPNX1nAqn6SdOQk2ZFJ5wQpsnOKIjvot2esWudBv//zDEllusvU35Sr/8hanr49Rq2gnGGfGVYB2Tt2a8D+EXUe1hq5dvJmq7JlrKYAW87cAKTPs6+rfb4dewQHiZGfWO5P3+eDVgztHQ6F44ocGg9gXkI16gl/ABjAAMkI2O0C85GwExc11bV2dtROTt95mkp/7qrv3j6ptcophk3mYGjeGjO0za7o+8HBc3fd65HL7weQ14itc1K7/tjWN21LV2zBWHWOt+44d06NWcNv5hnj9oWOwmvXrD/0HKzesgU8wjtZs8EoNi54Jr2FGlX3OPGGztX9u8e5EdWTvqs5vkfd38yv3y+/oyEYtfKDPxqr9kMjq8lGxmyPDG5kQl2HXZp564rDxsh1PxajDNp5O+ES43iMzQwIbS8xGxNIQgzHChVEX5sVk4JBHi8vUSGXOxh0u0L9IZdMbLzA6wox/XETXWWxmMLaxsRlJV2WibcvnLEr4AqVFDh7azp8okur5fWFVslV1VntM2mBJIm0oGGAbeYWYrVB94TubAAH+l3QVuHtaqlvaQhumtQFi92ucgCCLnhJQRDCLYmFPrE5WBauaLZKtuLa0maPM9RV4eecVmGLuuaPxv0EiTFzqziM2Zc3UoMP2m1EG4YO7ARD4Iwx+S9UaIzVJsHt0URjDjXyx1tP1xDr42DzTPlvjEagRdEKtCZfdWeVS7IW6nmt1iX6Omp6nQUlIVdg14yFt0+0dJVclmjUhk0WSxVNZ1oi/RelDUh7PNyyaOYWwerkgqUzQk5Pc2ltsU2yNleEy4LNom9hYguEwQJ4iSsIQLnLXQy7Jm0KNqCG6/JiFPrMWoaW2JHKqRbUGqupi6mrqDupR6lfEF4T7BmPV8kiGFotiARG9H+URX+qES+iLt9bWNVHCGXB4iNeZbBZMywxaEAkTrBFIGCzotx1sTrMaYSDNGpBHaGl83kJOqkKfukl/QyJ93w4QMAwbRFMdEo8tpC4pCzcYSAOi1qOgFqOUQt4NxVZzGZL0dMTJ6Zf6J42E/ykPRz0abmJAAhWO2jjDeMCvvZ2b8k4Az8IaYM7Wldksxatddsu8zs5IF+SSECbpJtYfoX8d/mzKyom6KxW3YTy/TC0vxyl08azpkeiM3mvJqCfBny2opqI22ZzR2qKbE+0txM463ZOj+4Ovs5f4PnkjlrzgPmoPxL562R5Mbh/8h75utLKQksQ+OV/OqGpGDg3HqqzlY0rAZ/dVVpme1JbJNjF0pC76ZImdyhU1NA1IeICBpuerr89Erm9Lk3/ZG5FE2sysU0VC489Mq+8Gaeby+fRTaD0l790LHWsi//6gr2NRejaRrJxN4Mt8l+KzdAJzPLvg6K7EmiGr+GirwONl38h8bKZ/rGEWkXtpvZTt1EPEz0doxSid80ioaeuNhjBeLqWiG+M15J5eVHUO6Lk5QWjAdJhWkBk1IuNY4YbP9qtJQy4POclXQRDhqNe4SU9BERodHcMnhyRMn1P6We47wXH6KH0K2GH3e4IgzlnnTXUuEF+af1q4F282OMWabBYY6gaHwPHtJZYbfnixZXjYxYtmLMEDWtVj7nD7R3hwqLwpKlIUYHp/gUL4BsuYVHj02nX042LjS6UbnoKfkzSQ661F64WqoOFfVPAk4WhjvZQYWGovSNUCGYtidZWGTVLAC26PaDkP9vtoNLeUVXVcXj58vSvwOfyD8pstBecI19Y4wy2LH+h01Ufey+9fnw87p5rjOhKJi1cNysYiQRnHUObqNutpX/x1qRJb01OL/x0W1M3Z7Nx3U2bPsdp3mrlUZoR5M3yP4Bp2oF18+RvJz88G10d6n64G99kjmyMtwadEXBAvs4H7eVgt+JLiXlz/01JOPofcIoGHZdqwxmFGa8K2zKLMiAG8EE4X/e1O/SFzapLA3CXQa91fFHqol/W69Nfgm69Tmf/oswpHxMhKAj/w06vEeVpVX7MW4BeoclUCVabbUNngfQtVoupEp7npa+pzIzRytgkZflF8HoPtiDYaM6BvbDigBwBdkD2YmGAxHDHKOPLHlvx06KG1+x+XqvVmJ8plug4b3nWI8lrkLpt9T4t8hqtPARu0fx+2CI1DT7w6w2W3wL5h4JgLKFnGwLpMJR9AaRgg/cB/E/zFaMxaygdTzH/RqlOsoYv1TLFAIPeK2z2RQBTc5qAgPQEX6ikGiozCerZLSBE+OZbuUgM/gp8JBc+8wBo6OwEXsHn9HoETgqjUgIg8SWCIHi8Th8aIQblK96Q3xhfU1ISnOAcnUPwgkFw88k0WKdlGZrmdGaHiStYGk9cN670iuuuiy9GE7LDpONoWsIs1Qyr8xaMOm/G50VKwcHiUuwBYlvFDMjFaFhgbMAW5qMg6kD/4jatASnsn8s/ku1shWxH+rjjerAAALAwPRsskEX5x2wVmCM75AfBQvCJ/GNZpFvkN+Q/gzb5o3Pk3xM+9uA5PaAQs6XJHzG/lf8svwkE+Z/yP+SfgyJ6j/xz+Z9gPBLe9Whc+or4mOjRyKSUB+M/ByzoLxhneUxJiv9owGux5xurHby7n72zf2iOjzb50ova4Tvt6f9eC9eufQ98kJQD6Udpbw8YSCdhsuKO+26HrkPysevgk7vSp3bRu9IX98BLTt515MgYvhezqHU5L5cMGG0G57bEH0JyEZaOaLuVU/qAh47V2rH0BOKtdIig2GI5gqbMeeOcOTfMZdw0vB/LT3/8MZgK5sS6YrEueYpw5dQL5xfVdln1Jha3HGvSW7tqi+ZfOPXK05+C57G6j95cJMcWvfmRjiVp8DJOQztx6AD3Kk/5mDwklvyetx1+Sj5v9P1Jeth3bSI4HyP9ZSLZyNdMtAqhOlK+NHDrRY9cdNEj8BGyyfAYKV/g0AP4mPov/zkQzV6YB1zysREtiMR9w1y1qF/L58HYcjkqR5f3Qh0YHImUcEh+fQA+lp7RD2rGik/uZi9h70H6BI6ubMd9Adi5MI4ziqF3V4XJctFLRG9TQu+5hEW9ATtOI2lRIvEQSIak0fzVBpC44wGcxBHchSA6zOAzmDMjXsJi3w+6WrM9Gi4qDJV0xjcKL65sm04z1y9dsvMj69SKGvkD+bPyqoToWRpv/uj9tujSBRqTsaJkwRsvrKuaMidhLfBy4h9hfMDGmZ9wzWcryn1D8q3fHDLZjCwPtQGbS0sX+etLPLuPg11g3G3NZgDva+vyWubMsYiGJsuGLRWFF05aktRoboY73QGtprqG1/ldhQEtX1So0QSGRNea9k7r+GraorH6o4Ge583aG27g/PX00/fLTk9doWVPyL3JUDTOXaetfWnXQ1NdlR6PSV8lBhdWdVlbCQ6s8q40ZLRvRDo5YbcOESriWJyEs5NQfQm3Dx4zsfKBRlWpLhYKo4/GBAiHIW7YGOZTYDleaWsPjY4zWFcRRwmG3XNKykF5eN40zaJ9fTSMV06+9klre7jitgcrQu02Y5Xf8+JbvpLaej1rukvuvdvAukzVd3z7mN9julxrKd/0W/kf+5aHyiOMxl7CAQ0nGtc/BugnnMXFzHhQOsyad2t5ld26XnTEWiaeZ1jaXrPIWjwHNNpcHGu1cnyBVXLySLFg+YI0zYcLmL4+znBr/Wx31SppQh/8VdQe97W5DX6Tdbyn46qXS9g6q1/fbS1cYrSGbEAPakfMQ4DqwDFgqFn92B6Ih5UqGkliUdSfCMKgz+azWD2oBelHuh2PLO49tmmm74GpWzrGW1nAM/8NZsiPGr3t42e+8VmgFcD6pRdc0Ai977oWLtu4sJLl5UVD6ZOeuqgHwHw7v8IgG0ZTWxWMWnxR7NCBBj4eCYT4Wa1glC10U2tFU0ldgQ6AU9RxDWALoms69pYvvG3VpMvB3fntN/0pO3CUjnOAa34BJusqFvQuKLhPXt6wrW8CBOOZ6uG2UPpUAqZR3TFqj31slR5+ZTbKd+uMgk6+w6jRWlW8QKS0meWkTgeSZkliiM1iMONTQsE0m8L3VP1WsrDJcTVIDKaz97GZjWA5vjtYZWQkaZA4cDMDITNAN5eTZuUdJQDNU3Sa3DODgp/BwHco4Bk8hUswolBwYPgzVgqkBoofMqC5lHpPxS49HD0fs+qkcBFGlApeipriTkGTXwXUQFl//M2oPUMk6lFV57CwHvDTMKpK21hmJxqfwhEKMtyqCtGdw2pnN4fnXZKsWbJgQsvs2ZGbb7x+8+ajU9f3+itXrp2yY3ld3azAhAPyh0Wetlgs2E5Pn/YIoNEMM2H37ue9Xp8f7bD//OjQQY/H759QkmiPLN980YvMzpbp09tiop678ZwN42gzzRiy/vwEi1yRDihgCVoIm5O6hT9KL8B/XHJoO3btgmJ6+3JYCf8rfS6MpncMfb4b3kifN/QxvAO7dSu4s+weMt8XIkl0BtKBKKo2RuYnRt2yyiymdG4FypIEVLZgdZcsLoSJjRAHWmLveuzJWozdGHCgOE++DPXDqLWDD7wOh9cOjnvtdq9jaLCsuWlBczMzK1E5vXlB84Hm8rJmMK0qAX+8ITm0KnnOFN5g5KeueHvFVN5o4MFhfL65rLyZKXLg+yj/3mguk+eUNzeXgx+XNUvptVWJP+O9Pyu/iSp4K7gx/sL27S/ELzXynGFfWdk+A8cb0zdmripvakLzKJa7viWcGybKDzRIFQiCCOgE/yB4KgFM6VTr4EI8qhQI4XGH5/D43Uo3gxAS4LHAo8g7eJkEncSSD5npQjF1OQUP8mjUj8fqougw57AGqlA3xsT0HOZAwpohTwKgHLV2jgSvkimWxmM/jacEoHCcoFkipMwIaPrEwSMCXrHB3oZWAZIh0Y6z4PdASkm8K8nVHmiLoRkGDVjoahLIjzMQA24Mz0GRVqRw4ALZ7I5ankO6L64So0xV4To05/tx0mFFF9dhYS4gYLEfTfv4DrUx4IG4OIBAs9AEvAgNk2GlKfADcCNg6RBESRFx4WjeihqSlBCvu5HVuBA+SdbhUL3jyvwYIWA2vJrXTiRPclvURrhZ1RurLe1h4U16LcNK7FLGpHNqaPk2pAXQNK/TMhYGQAggPT/O8DQNeaAFumkBp2+hTx8uNgG91iYajUDwF9gZxqoPm5o4DWcvCBbq9CKSKiwFdvMGEWjHFdDAX+gugkBr4XUco+ctAFidFisAdq0mDIysTrDr3PbqOCxze1mtnqW1BmuntsJVEEPTgrmgzBLy+9x2I4Qcp+eNdOGsmN1WZqeBp8goOmZpIOA0Ni8DOYaFsKSKLWWsD2jNdLFHUyZUhRkjB2irruqCyyocegNEz+RstANCC7SbSkD7zPRdtJ7TQlpH03oa3AO1Fo7VshykhTJRq39cZ6A5hqEFRgNjrJE2abUsDYEOMoxG0ACzAONWO+SdjqArpAmtKLSsDYkOnd9TsUDqslZMKYkUFt2bkBIl5U5W5wcADeE6YYHF47RFvRG/1ihCA8sAP037rZcEnKsnOMrLadGqu3B8R6WeQYOf6OE1QXvIep5gYGBdd3hCtK+kYRKL5IRV8cUmJG7odW53zC+6Ra0A7SHRbJV09WeVNrV0Rsfrw16fjxaAYHKZ3cwaIAHOgHZNtN7IyXOAxsKyGj1qXx2twS8cyreKTlOB21yk8/Pl7PjzrNa2u7eVQqZyZ1W4uVg0gNY5nhK7bYJfQ3sAqK0D9MQCycQzCdZTatPSmj0mpEDyDRMBaCg2VRRDWq8FRZLdA8pKGJNgcADBxWocJj2AFmDQWrQCh0pCc8WMxCAJlGFMDgAMZsmkZbSQZRmO5oHQ7DLoW4u1NF/QNr6jiHugQVyrcdqK2woLJQCYCWsMXsZxudZUVUqbmmqqnB0aswayWr7ObJoa0nBVBe1I3Za2eW3rF7vEoFdPl1lcEGpZYLL+QsPTDK3jeADNcQaIA3qLBjAMYNw0Cz+FnAaagNHIMUaWo1G7AebkS4YCh91usRpFRprmNvOitsiOejJ6S4XeAgCajahnGyx6x0K9eXywRGtgdKLf3+mzsrTRVMY5DXa9qUOwaLkCDecVaK6ibkLY8tO6aX6t02wvwnTea2Md1mvrNr141q5yGyhylx3pWLFj8/qmNxfWTCmF0B9Era6RDEVsUJgXn7x7whTWVxMoQNUq0OunTTEURzxuvUmNj8eymEB5kRxdRdVSrdQC7FUUDNEBbPTHHGN0KMz48CztUOiA0ViCBgovG+LxIAf8fIzF8zvaYaRQGF9FRpNWUOthHLFhEQRlKyE0x27Yc0XA9PSn+1psXvnX8mGwqLv2+gO7QkFGXHfBRQdSXlBFv//WrxaO23jD0D/QpA5nPfNN16xLt07aOaXZ9BF9CGit7dN3TyrAqxAlMyZ3NEfLPbqdI/SwEnwlZ5ux8JoZ+sPw+prWZbxw0YeLF9+2vEMwAvY379w34Z83fdFc/MXH0/9CnwvAdfdKP3rbNSnWbJP9f30UGAoSDZ2F0TLWiboXjbQDFr40Fh6j2n6t1HKsf1TR1QBzJ0dqPbTie4WZiCGOhy0GhFsex83SGTtKK1SItzjCNKugz2GpKIYJGUWMPcfcGG5cNKOm11NYJpoOlneUllS4qhs2PdTTkdzYHpq2oPnQWXZv94TI7Jqy2qLayH8/2PmDjRPBhg+P7O2d0XmtPPjcRnO3ugNYvAPeq50bq3DqnTxvNrssM5w+vzNRGV9cVdy2sbNlSXNQKLEL1tJwxFtZ6W2uXHppcPL2g0c+7DZvfA6w13bO6N2r7MiDeIfo5xVId3iFxLK0UR0k4ipjD4kTfPJaQlMcyrNyxuKcDruUEAdfgAntsvCpdMwF6L8G2UJbut5RzIGAw+P7wu6hnUam2Cb/Dq9Gg7NE/8emGa0Mx9ndtT75H0atRl5u7zTEu+bQF6xI2O9kWmcwM3/h8Putg4+hB/S4TEWmvS02dG1ZUdD9eae8W/6VxW6rsFt1WtldwGvtXeze+Iq+vqFPLaABXEqNWHdQNJVRnppnwDjFdmkiM4MB1WKb3esPuU4SkwyLflMMsfcOUYSYHBJLLrHn0kIuUygTV4b9rwYI/6NihQrTAZtkJ35Mw8hZ6uJSNECrbG0k9hvJ8pmYH5aqL40U/bnya23IlZpY1V81MeUKab+u/HNRpLTeDKjOdSC5rhNQZrnn0v+49NL/AAOl9eVg/j55jUl0heQvqyZOrALmkEs0gdv2yUfL60uLnCC5YYOcdNI9+IJLlbIyuKxB4omrCruB02yVNsvis1H13fWJiUsnkj+U3tQNk92b5AFSGjohKzx5PUObSEnelMfjLX1QJhh/oL970ybwWq4cynu0YVbBIOqSoXAow2qHF9vsjpL8BR4WLDdbiqpLF7Q4S5qbSpwtC8ZVFVnMzKIRA8yn4D37tJ5iF5JXSksL/cBV3DPNfs0YY0QF0i/eZk+hftSJV/4IYRsaEGpbQRANKzjOLRwkMdYscQsOhrALJ5Yz40HiI8zGCdk8wfBhiSOuw86mltz2zqfv3LZE2YCNjFl+32gS5Pcf13l1j8vvCyaj/L6ZYbWPP65lGTMoQSdByeNav/ZxUIJOghL1JNTnboM2URPbI79u1um45d8Yjd8s53Q6M6jtYU0WwzffGM3oLKhVzhoMyln5dXTWbPzmG4Oq+/2UvZgSUQ+lgnhcw8MaR0bASG1JkGPUoU6MlRBJGUN8YMdhIokzn8fqn5Rffrz316fWHv1s70E0X4aWy5cN3I4pZre+AMRbKiyib8GSQydvOP+8ccUC/wmqTezJ1H3N8o/f3fvZ0bW7fvnKv3a+DgpvvwU4Xt3NwXHjime+sfWGk4ciYrFQqmCbcSnVpl2uejASc75vlB//qNiWRB6aBlyb/wWjMyfJGQ7zYP1Qgf+jhgjSB7HCgh/mcDgIjof3VD/Xw6aoidgbjCL8DrzDbiXdAI2L6LPwV8HqDPViG1BJH5qAJYy/j2KCEKQCBAEfBhLgekKugfY3JUmMiS+y1sTEleOTkTWdTYLpKWuhU5Joy8uNCtzHMSlUJx2ju45JdSHp2IBLnpxOPgt0z8Kz6kJHd5yQ6iRJeoE1j/O6MDicOxw2Cm/YzGLU+uct/bhiIeVC5Tby7yB12bPPog/81CkK8LuZKdRlxGcQr6fhpUusWUCk6rFcCM2NNBr1HVZCgYGXffARpGYR4BwksuA5Ev966Np4K0OwI4jChXsK0mmsBA+GrIrj1TzF/gEdQaTD8Lsdx5zjSj3FvFTlZ8DVtTTPa8pCpyhnwmr1dDdMcNI6p2QCPMOIga1TDm9e5izQBc7pvbqZoxlTGRANdpY1a6x1JnNRrLy00Ag5UatjocBzBc1G0WyP/secqNUt8BAJ9JxF0Ij+stZgczWDRHLIWXXAG67l6G8SH3ujkbIGdxkSaeGlZ7GmkKeAYa0Gg23BpGoNYJ2BSeWmAo6VaGbchHanU1d6TT/grjbbWU5CsiZD6221GwqLmhfVFLJAU9LY21k60Wjwa6Fd0rsgMLCWYl9j3eKQvtVfXayFjKt8SWvvhToTBh+hAWRNWsIV/CPua3Y6pSMjXjU1n1pPXYy+xqxOjGdjkkT6pyOD94kaNVgFSniOwR9iPFYSRHovGhVxbK2IdrE66MFOa9gojz5bolpCD1ABQ2NIu1RUyiA5Rg6hE1hlxyo6vAebfmfa7GLH7G0arVEo4i0ewfNE5Z82bphdXX2ib+MKpCP2y6cO/VH+vaDtB+DQH0EQhKYd/Lmclj+W//udvVcmHwSLp02oZDjBxHFX/qaqshKygs7QsLRj27wCSVPuQAWzLmpzljGsy9kM5i+MhLW1MZemsKS19aGFheMNxYW7/jnkn2wSXD7/JK/7NqObZfXGYoHVL1/bU+J/ZsWype6iJ5p7bpgsOD47pGyu6bj20t7W9h1PnbMVMMkHfzAtcZ1gQL0ANrW0bTUKetShGtfDFct31aOnozK09RjR053jWOOsnvRWt0usdc95vGNSVOSK66s51/R82WILpaUkzBdP+G2Rpu3Ba56Qx6TMJcDMo4HSYmdE5tyjLzx/9MAv/YFfyrelX33iflDCRJ94Nf0YKLnfv3z5wm8OHvyGbZHdQ/LZq94FzmfBpN+ky+S/vrsKHBkCf/H8Rn5WWetDssNOJKdtwGsvNBZVOYonKB9oLBYgNh8A9HHFcJrFabYYxKJVLNL7GQFpOGh4wmsjAv6QOZxkd3oXLe9dtXxWs9myWT7ypuRyScdA+dqSqcsXrVww17flpcu3tBVEXbx9SseKOQsSldzki1cuaIn47Cxj0Lin1NcJoUjnuc0lLGcVNTxSj4Tq2KIVl3TAcMvM+fO6miwWRy3nnN69Y9s14Cfd21q8tOAp0Ok+kr8FrlABeOe4IGqMFdP2zK22BmZ2VVzaD2hIW4rqp22dXGiRxjW1tdWYzDs7OeukaZs2X91R0Nl91qK5k2MmE7PUxTvaoo3F0DHz4jktHhF9PvT1V/COpqoQrEFiiw3JLn9jKeJJbiXxVUTCAorPPrD5LPgvaMswMjF/2zq7QR5KfzF7K/ObwbLM39bZ9MzZW4F74vwd8r+Accf8iWDyKeoUmIp+rmpvn7djR56ciRHKatT4oDFpTO2nCe5ikiqRaYZkUyEyffC7Ar3gNWPwmR79roCvYTKxWtbhbKz5ZKziacuKOUtxAXNUrJjJtP87CzugFhG0YWZUhZFVPvWdpR0lvytrprlijpTfR1kbqJDLalHCzixWHEP7HQFqKexbZVDDxgyhoRe/RzwYj7794lwcvngaxgDVnlv2XbwBanQ98H4nfYDq474MyeQ2KoYjQYk4hqWxuAPPrVQEC6UOMhrRCpBYnJCLYkuD5LP5cLSXRJ9a2yi/+ezt8te3nfiRZechwD+z553t0N14ijKaSy1fyKXOIN0DNcKC2MTlvR1BcL+83gx+VWr5CCx79bE/3Aa0tz8Bylovjf3xsmfkb/d+4NqS5APgA5+T1lsKIm3LJ046m5f/mEwG5IZhOrbC6xMLh2j0+njsPqksauKlUYcSm4XtCpI4yjvRoDv6X7MrQvP1zFWB8rDR69nbtN59jruuS99Qa2o2dfTc8af3Tw57n3t/y2nkf0k9De8/GPv1cwZ+mbPH2V73WPz38cdACLjBxcMsaCqeAyoj1n+tkFHUsKyDURuI5qczYVhIcClCch9ryyQsMUo9ySSfk4//rF8Q36U5ndbo+CSzFQV0EOwwuRzyDnVzHDDkKEz9TD7+nCjAVRMBpzMnHZopy7Kpk1irfGIba8V7Fy7LJOQCI7D+FHv65mK/Ayr6tE0NM1Iqkx2Mslax7xkPLiuslnI/UX57lBiUnjNGh4/KT+70XdHialysBuN4hgnjX7difYsqSnAVUGiNsY896i0+IsEQV1TAx9Hk5sCRvj6O9yPxFAigHNCRWjogYYhe4GEirC8EzznvziT6pPnGGTMaecmYSN55HrO47BLz4p2VlTsXmy8p46LR2R0dg/Ppr9/7omGTu1AecC2u7FlWdMcdRct6qha5gJcRqms7S8BLQ9ptoD+RqPY5C6DFaYEFTl91IsHbaVOkoqQiYqLt/FDJphLP+BvGy78JlY13OrFXKHgTDIA3sYcoY/QV2LoT6veBsUTmEP9k/LFiDVGxIiGlMpfMEDS0ATqXDKturEjDzCVVeDvUEFI8BoI0y37ROnfZQ/X8vKbqGaa4/HJcM6+5ussUv6XI1jI7XnH7+ttd9uY58Yo7osqJGIjFNPNx5ujdNnvz/OaKO9bf6xwaArH18svwm9ktZ/ua7re5mhbEKu/ru9fpwIl7otruFnTt/0fbd8BHVWX/v3vfe/Omtze9ZvqkJzOZmfROgJCEEHpooXcJIB1haGIDFaWoKFERG3YsKLpZ+1pQF7fgz4K7uLu2tRcgc/nf+95MCMj+dD///z8w7936yn23nHPPOd8TA2Vx6Qhyldg+i7lydDy/Z24PKZLIuz0hGV6RP1QTRy+WStHpuaBi/oV7NdmCJtUFOiJAl3ZkXwbSruxD6R6b6cBpvAxJpJpNBKrBQCUS+oTb430pNq2+flrhc4XKHHlpmK4Nlyay+3rDpVWBwsdDtEPt4C1Gg9HC4xANFL6a83VNzpwAh3wG0zr/oEFZq7KkQSlqIc4UZmaXl4YDw61ZS2yQl+lkROkFn3j4oHk4lZElCrYHLO7Ng6kR1FRqMUXxeAULQgEhkxZEP0GNuKdBeCe+P8kb9MX9xIW3aOKJqX2WN5mFNRB/W8jx8VgJlcXgpRoSkJ0gXm7iVJY/juNB4gMEx03rG8CiF//NSlmN1M60oM8Kcng1z785bL1SJ6E1yvaV96B/pdO4LPlcMPLlG4BirjzRzDBKiR735hok+RIw6zZ0z6XXTHn7oc8r+u4AC0DL19u3f40OoRvRIRICo0EnqPrkiis+QS+gA+gFEoLJO3f18VPApUDKhyodnaqzFF1Os9DjBHIgA0o9rwZS9BSS0rWZ1J5n5nWNSCgtvF3jUvrZ+cdSqyRsXhbT8eAL76B9s+CBe+fnwJLzbtwiPMypJ6/4BFRd8AyZtUdofz3RFwM6NugnY8SfMEoYo4Ex6wAfSARDMcbMVKOvT6Jr/vwHMOn4cfQpiH1GPxBIfXfDituB8Q3iojRp2J/acc1P+20Hgyeu3fMPF9uOatDqJSObnAc9azM65oLfKSUVpIoI8oDRl+7Cvhjw6KK6Ab9z2HFsJhile+neZLbjtNyRnQR4TUpm/lc4sk/hjAoJDvyMAxIKJUUEkLNUCt/43E+EJyUe7ZIZX9FJmWi7TugF3iR0lATPmiKJtL+tALG6NRo4Pq3jiXPJZBtPBDJ+vST/1jMH0Z/RfvTng4weVptKTEy76UwPo2RSl+aWSmrKy6FcpunVyOSwvLxOMRY9ZjIxXTib6YJH0IuDlg/C/0Hl4xwHtQVShHnDo95bZvqHDgqi4WoF/lODR4KDhgbfWjNHWiAFXQCgHvz+C88m2RtEnRbAEwEFH6QgkWdgNktvrqYTJFhMAO3oCarq3OxaVRidfXhSeSSvoWbb73MC13euLIzHSssdtb42+Q7YkKpSKOALg8BLIHy1RrPoS/xkVZ/e8OZYtTo0vfxy3c9pnzjsx8IaSgEPGWXifhceWf5olpnDTyEQeZjOohMemoJ/Uj6BHnrvVnTy6KpVR4HjVpD3l3fWPLnhf5LJ/9kwdsfkJo8EtcB/N1QdR/f3kgKgHDiOrvrDH1Zs/Aj9/NHGoiETOwKiXpk4TxC7Vy/VJkgjTEQ5MCgo0ZP9tYg/DdgcYdMUpylBgG2CId5MPHwL2KaYnqIlXNrQw4wPTDTij5VgbtA/YJbAs4OJGazVVqN/V2u1Er2kaNXKYokeHStpjsWawe9izSU4dKZphn/j4zWvksRA3PYBLxl0aIOvJNIUcEuA5aWXgYVz+cGsi4xHsFirqa7WaCWS4mLJu/hiuC91Bsg1SzqKm/ydEmDPD5TEmmORYtaIXuU6A03FvnKN3bn9tde2Z1k1Zc9ccEEcOh8HSyN4cyLzqdBO3nQ7kWYKZJrJxPaHEkLjBEMJM/l2/6GpRGv70C/1luj7VarYFzGVitWyOUdzWC1CBdUF+bX5oEM8/6UyN8e9+Ob4/SDfTeQuRcZndUzlzYtcebmVWTb263vv+1pidYPoefgTu/FF8TUlkpwcyS53QYFQM30enFPpbmO+C2Xl4avn5rB69L2kNasyxxVRWc2rH3hgtdWiKgYnL86XuPDsQxCZE2nwsX61FOEFRZUTJ2BjaUWVKsCFjKQDnacmOa3z0p5LHUH77qUdI5baDbwdXLmLnDorL71jKRhxIf9y2F49vHvRcPSJwW43rFzdsWRxO8CLqYOPf7R6ncHu4NfYHGvalywBD1zI1ZA56k4uyU4SnlvARRIfWjSx73deLzw0x3oyOeaEmMUEK0dV9j3y6BkwBAdSDz3c9wK4Fgw58+gjfZtewCl06XKiHpPa+9DPZx4FcnQ6t6IiFy64/9vvD15Rfjv68dEzpx4Gyqpy9G1ORUXOQH6F4H1QAeJmXHSPehH6mO1N1aKsSZtgLzgxaVPtwO/bA07A3k2TUFaqdhPjPF9hT4p/NinF/AP3aBm+j06wdg8IuDlkefBYgU8H8EpBG6MxnmBT4H8BHU4bGB7yRuoLMGQNuOnNN9/sgMbU52AIeook3AwNOGcwOgwGr2H+0ZcND+O8xehaXGYwPAxcb7yB/tbXcWfHfjGxPzhgfMkEbNQi4luIEthuYvMxIKRNA3lzugSx7YBC3CdGfsGIm1piuXZHTgz9kA7AdQ9fZuDNibFrj0XrL7v7kcuaG54+lqi6jDafp0TZmOzUAKMOjEhOIOdUMVA+R7eVT5GkNmcf5eFcHPX3PYWD4Ofz21dOZZ+VcW/i+XQjdYR6jTpKvU/9nfon9Sn1JfUV4UFdNFHQV0OugPURTVIX5wYmHA2KBiQliWqIpwfCogqaN4xIbJMlEc/7AkdtzlDYUJJG6SCCkhCZQAQbOXNCTZsTBVyoAOYQ1yuYLHXBGmA0Y+JOWiPqLBGFVcyl0eSC+IkEyi5h5oAITB2qhlE8NEkmH8WpMaMG1EDm5WFXTp9dl+uZUDmoaNVef16lPVQwfahcwsgkeZyb1dMSAAAn1dG+zVkhD6RhRQKPRP/uKuvMbofEiFxurUWnBv+QKoy8nWXMEo2Nu1Oms+o0TwBwl6nwusJEobwxl+2ozkvkGIxyizJCh/N9oIrVcWqJnJMxnMamL1Svm6ANN9Y4B0uVWVkmpemntY68bKtX7VPkSjmYPbzvkLo0T0fn/hQ6HJfZnWYrXLWmqhadKlo4FNxO+8qipQxnHF7nQIO6JPJ8JX/MLc+mVwFI/k2hC5tWTB1SOi9R5UrUaAN7HziycypkWBkb4JxKlzVg8thqsltwn5Br3c0mVVmVEdpik9bdZGBs3SatxkzPU5tUcoaFQJWlC5h0GhMd1tqe7Cn2e2mDRavn84basrS0WuV31zqs4TBUaP7MGqUaCSbgIc2AXJfHVmAfKZPlOwBegaZMMfpD5nxdGd+ikcXG3PVyLi2Ty/g4p+gbZct1xwtK2XwF7Vc+UoTe1gBOo5ByIBeqOHipQQeUqbUjlZJiAIQrizyuHo+xf1NmTJNNojbhZS2Y3g0h+rNkI1+wthTUmsVRJqjUcbiTCLrlcVBC0GuI+h2RxwBBmY0oIwhacYLGlyG91sdKcL8TumwizR8x17K8a0nzhlpWqtBwQOqdPy2SPTaXU+bxBnOs0OIstqllOjOtkahlWjWvsPsUUjkrN4NOuTnf5Ulu9NuHDh/XnVi6H8IWZ0NT2a7lq7NsbXWDDb7CLIcztvZt9Dl6G/3jT8lQRcewjkJe3eyrcvnzpBvK8g7mGv2jG0YmQhFebfIWYw7DIM9y0DTjsXPKzYVqjVyZZzFIOQNUMXJGQkONWqOTMEpQaMrPd4wcBcLl5WEAbpnZXWLQ1bXWAlA1tBrQ3oLslUf3o3/+bsHSV4CjZ/zdaxcPq3XKpQFD2OIYP+KWoLPNrrIMGrJ83f3UQOwtF14lO6mVeD7QQDUIZex5E0HMVZs5iQGTEzU0bcaEgldicNNcISwAiQIRRwiPf5NoRBoi2+kJMyHACumEm0hUXIA2SDiTYDlMtEU1dKgGVhOFGlyRKejZ7ap7YLS2e+joleMHmQrqlLsVgUBgTsC1+/bnlHuUgTnNAeeent2373Y15tmbOleOblmqHHU/PXvl6OYl6jHPNCp2C2Vce3rwP2dtobFlJpzVYitoUOKM5jlCxu17nA1PjVEsbRu9ErzVs8dVW2Bs6lw1eki3dsyDdco9isCcYIAUhHpyx+a55I74n6vh8FgNfrBV05oNhWd2jl41ebAjr1EoMid9Q1ftA6MVSxlz66WK0U82pJ83ndWQbxs2a5Xot0PEzBhEjaMmUFOo2dQ86krqTrKfEywUXNWFRGXOUFpDMREk06HEICpy4n+C0THRvcRjgciFBB1PUWWTFhQ0faRUQpCGJSKsOQQCOhaY6RCeds2A1eFPSG4hIMKI+yJCXWK6jQcX0Ami7FBJSCdotyR0bCQPZxp1cDswGwx5uVwj09AwwsK4aUmLcYNa1wils6QhF4SAtZktejkDJAFFeeEMKK9XyKwMA2mrg7aW1CovYxnVWzSnDLpcNrOaAbTHUOTndfC5mqvP/AyfSDUzx2c9PuOvs/KPoQJYhU7fFg9v3FHuGTX8mxqpXMo4PMzQBwZPuW60xh2Qg519p9WpAk7FEoVoDWZ/CyBmdCsYA3iN5qQyg5ONwdltUzSQgcw4yxN215Uy4IUKKdG7k7Mcx+gkOiihtVof9DG0HAClEUbK2MgIh6QEgmJwQqMya5S0WWPDw5BRK+GOv+ekbvoXI/00FXfD692pf7kvqaMrngJrT+tUPfUjrcq2Ak6Gpw49DBQ7/ZwOM9LJM3/4UfKdCkAmLgMS1q8GyZcvmW9EkwV74wz2ArHpG0yNxT1hBbWV2k3dTT1J9fbv9PQ7h2XPhywn9APx7WQ850ZPxGPX/Ur8/3d5XgQW8+hAFtnPTJIDe6K8ade8vp76yaVh2BPucuxxhFNZAtDRfzwA6v8uv6snXJpKMsnJ9ee8K9/pXT4oRc3bNbleQoVLw/gxusJnkv3VgPpiQXTR1P+mANgOqNJwD6KIN2+iQy+h0rKbGmo4ngMWUesFD4IPUb+j3qI+wpTYWaABblAIai6y49fvJFFsd91/Gaf/y+/5W/rHhUA+/7fX+3/5fKygrHJG1FLpPed24H8/JH9rwXMHSA3wTPSbawHqv7+ThAraTgn7XBJ8RAMgZ7/9teCj/cGLQyBdPHhGwEwRDvC/qNb3X5Q9D4YJ85q1Z7VML9uFR0mI7BheoFRHZJ0ZZSGzyZCxMmX2o/fTunXofYfDOdxxEnSfdLQ7HKhHVLB7H73f96qgWpdESUG1rhT4SQHHyZOkwieibh2b9r1M9lOcgtRoBJF/iXwPph0JXwJEXzEgvYSyEUZPLCrw7Ofz4gziNCYwoDTBBgkIvmFEcgrTZ8rguKqWtZX42LqmEt03qrVlU5NwAFctB/qnvDX1uY1f1dSnmp/svvttMKRqXLByTSs5rgUzWkc1bWohByZcOb9t6d6h5HhL6lj78kV7m9tXLLq18AX06dKCKqeic/yOMcceXH6sbX5l8y1L8XHo3qVzVrQ37120vL351kXE/uosBYkvcKOIucib0sbu4sPjZ4e9S6bkQ7+t1+aH+VOWjN51367R9NfXvxToe13QBIsFXro++d2tt353DlMkY3fkxlQ80LGhfKAiH1FEUk1jhQibqJhqScJkKlkLn041pZrY0353qtZR70jVuv0FQdhryjPB3mDBJDAJrv10MUIIpihfpQ4ltVqQ1FX6aCpcrwaUVHqWUteLUHn4/lLRj8k5q2icxQaE52BB+hzKxMlzsWTHF9OsYiD9gAHhgJ9SWHzxAQpOhGrBjWgBWsC+OyCSJ4YPo8FoMHsq6EG11lorqmVoyKaDnmCuDzyKf73muBn0+nLBo/6crl5Qvr/7gQceSG3LhFbeBeT7u5999tlUFeryV2tPqNUnIP4jZ221H/QEa7VPg+vwsVcu79XWBlH309paUaaCpBQL8XvLcLsHqQKqjuzWGj00QTYN0pjCi0KPFzM/lNgjOY/BFPBEYiU+T8xDeHWfJ0A8j+EcocPSPg9XigA429fZLQF79Adqlus+mIEO/zkF2KNXvTkTpi5ZeiYOwm++gv4IrG0TnkN96HPYMfaKZTUHl1xaPHJJsil1K/PAWvTHuZ0vpJ6sTaA3gfQvbwP+ig+v1LkWrYrcfei5oa3X/cXRsG7C4x1ZB1YNWzOq3Jb+hpn9TBcVoPLwmwwW/PxcsBrywu4T2VsgGw20L4YpVUP6xOIynnjsHLoPgSaiI2YfHnq4UQZKwo6hbWDdsp5r54eaR7U+fOeKqYefXQvljUPALWDnhuT+2y5/s/oqxdDixQrENM0DNej350vB0PV9Xy5dfFtOSXfZ8Bwdev6pzsnokeOL52S1DJIbNj9ycOPW/b/zhsElq0vrgbw1w2txGZz7EEFn7fdaIOzBmjP6ZyFCmYMBCEUJA+UDwhxSiMeVoD5DgGwpScG1r1177WupbTvm2O1zWuvc7j0txg5D1vLBc+i3H1u3/rHH1q97bBf64Qgapnx+86qnrf8AW4ZPVpkIxoDimSNAwbhJ/WvPPPf2DkmOe3dLa61b6pFWDqU/WvcYrv/oo+ufRT+i3294dM+lE8EDtxZBsPsZIEU/UOfxjlL8Pg1UaxoJgGyfUiI3KJgvx/FDx89thFVlGI9AJP2dOJq8fSCzvyy2CWEO31vSs3hxD9Je2lE62VpSULnSaolWdZgMHXSf+CUOGm6YMudmORi/69ixXTf+EX4s44dVo7+IH+in7a9u2zZj5jY6u2fxkuHti9GrB5aWFxkM+BqVKy0eFi4UP+ZNgyauvGZ237Gdu469cyN6DgRWgHdxOuqZsW3bq9u3EbTxs2MkX7FnKRXul/mYTx4moCbRXEAQvmIGymTHHDOtATTRbo0nQoBYGwHModE8aQEgoQMhnmglskTqxKlZLohTEnQgQRTX2Dim6k10owaiiXjsKziNzAvb8g7dUDO1yE0zz+kgJ/UNv0aSPKIs5vWDb5T+4xh339/KUqHC99AL/MeG9rCl2FdkKYK739UrTKqwv8rTpPD+E5St3f4+mrTb2zGoUqcDO91xpSIEFqHrTE66LGAvbfZP5JSwHG2ZOOT6uaOMRjDTVqnT11w2JvUZusnpoxmO3Q8WgXkPaE0m+tEadM0zSjDD7WCgwZRnjaOX0M5Am8/gNZnkenoIWPDClyPR1YYx42+e1KBSAdqu0VSJfaRWKvZ5sq/bcA4tgvfg1iJEJNefMtBw1JMxIM04EsHtR7qHmagwgBOTN0+evHkj/fN4aJGlKJkFsrSQhPTqru6e7j4KH7rU+k2THHPNd0yjqWl3mOc6Jm0C60ihyeAEmCnleWnKKkYphEn2JHG9mRSPmJ5L4tJ3Tl6/fjKatEm0q5WS6TZKVWA+vnUAr/a/PLCIs+xJe8Qy8xm7WXDu3dMpXNakTRd99KSIipckL3DqtPi4Mwa8N+MR0mBy0yTyErXk8WvF47mXOEHIrBPkVVCW0Exgo9gAfc8IUUwPZGEe5YTwfpSfDFRXBuuPbAIR92kJ8mb9R9GfMFEiFI/siaANRYDcb0W9Vr8coIgtyIMdnwjHl8gxSWDhk3zQ9hLYgY+fgB2dJUHdtqDV57MGt+mCOPeG/kOS5xGuEEQLhcOAucZI5VKNgi5MGjRJnOXTZtjxBE71DEjNElJ5nOoX9hP7SzOCez4wUDVttuv3aMvNOXYTm7V50d/u59W8o8v3JfrDTbuKfFbOtXoDML9jUVt9C8Lr0KMPv9Fjdme7Fc4tD+4D+bONvDP3zQvh55uy+KVeWa7BKbXPVti/CBu35aiiVp/Us1blA7pC89BhhVzA5c6RBhqrlNkTLhAGAdGXLf4mPKGGiV82juYwjx3CoQSf8DAUescCzIjN2+5Cx0ChBX0KzuAwyGfeST3tRlNd6CsXKISDXWCfC+hceOzp8O8aGcVcSqnxCks82ldSQ6hR1DRqOrUYc6TbqOuo26iDVC/1LvG2RXqplxiNkhkbR3EzkrblaIM54zwgRnYHvYXEtjdhJoo4sVCiBM/2tJkz+IT0KKbZz2W404o7OIJzZIDnDIJnJOIi2ZS4MCZGRLvwMkCTbLIG8kSMae6PYXrVxHPFQgzysXjaGF/AbxaoOpJACUIKWotJSJVcplargUpmAjkKpUqqlaqAXCGRqRUy2ZkvDAaohjodVI+z2aBUZjbLpMB2xGpVyKHRCOWKyWYzVKqMRpWyC8fVEpnBIJOowQb0kdEo57QQ80taTj6Z5xVSHMJxqWIaTjPwOKKSypTgypc1Gg1mCdRqjUEzXa3WmrRAqQRak+ZPar1NDyQSJZTLFFJODZlZB5b1/Vuld4zuegG4dLGyZQf2fwMVcrVanvrhG7mq5Bhs1kpZVqqVpJ4FnwM5p5BxKrAguU4mW5eUNb31ukz+2lsyPDI//+FLheLLH5Rs3/cq1fd9KvdnP2pl3I+fSWTIBBeizT9yCv2PYK1eMRzlfS9V8N+Dd3lFFpJ8azR+C07LVKqUDn6G4FdyjVrxFUAKtdqFDF8otFrFF+ALpVaLpP9U6fWqJcvgWloj41ipPnXjsrugXkVvMsu96FSv6QCVwSegBB/GdgGBlKKy/Ak81ZAd+ipg+t9jjABOLUZL4pAH74G9K46i21AXuu3oCrD3V+KHQQ+YdjQTP0pTY0bdJ+pj3Deq774BEZAzIMLk4FNSjOHTgP1cnrJRPmoyHjuX4rGzFc9Jv9yvM3M6D/GnLChbExEuEKRlZBNXwhnFPXMOCn77iD07INYhRrIHS2wOKmBEsL/Hr40PmLJQAyAx40mOmLzH8L+QgaNJ0RC5ioQN+siYLGGPOML9AMrJcJdjM1gpV6JXlGA6sTVLURB5ohXlN7i0aggkdUWX13xw/03jNSoLYOWMbPJotQyWJBr9FpVK4TYCs1IvI8bwygSyl4yODgUbNCr8OAJChRKs3boTmtiWqL3UBVdYLm0pUjPMZmGLLQPDHHY0oiucSlCmPK1nKGLQdpqCI2wurtiEmSsAgmGPpQKd5pSAkdvCs/NlGghHd1+xruOWSFhjLJRAmnWtGbQf2S2Xh8fRq3M6uQAdZhiA65pwe6Tmxu2YKG5YOGZRqcLiAIA6r5+J32jUb/s2vJEAGuPWj0XJ5joOC5B+tEQDfCUFxDUbAVYntJ0Ptzgdjf1qS89t2r8vydGQoQFLJ/ftb0Lvdk5nIWTw00vgdUuugyxgGAjZ6Z2/odno5PzUfPCJwaaVWmivDNnhzvnzUbPBZiTOdtksGfSkPpK5JUajzQCemP/Ldhj529qBmAL4CKgnkQZDN/CROC02hgDhRsQNhUCI8/SvNgLIB9Zhs1k5i1+agSxHz28BvsbeFxrQp82zGSWNexcjUcxrQR82Pvv8b2iGz+bNu53jpYyE4WTM7fPmAR2wzZ+/j+MZGl9HuQ+3ydfok4yOzMD3LxV0gX9rC2COUvTTjSkNguwIfDoycgnY4q+/cxYYPOnKlpyG4c01RR3ouomAXbGyxF1a7f5tL3i3xpzsGLHSzs9P/QlYgFLv6Rjv1lzsnXKoyG+ceXSeWMIMGFFdyvCrr8Ak+6hesvnR3tONadLf8NygF/X2kirJblKFIGdmnjWzL0OeN0E1CyjrMZ+Rjfmc6bPx19/BR8DFdUCwEBa0oON8LEqcJMI0GQ2TREmQ/OjK//XtkklEwW3zpdd/eL3UOD053OQ9Ivh6Y5ID/sCvvXEyiaeyd9CdduvIhQtHWu01oDWZtCGb4J+xX+d1wLcqo1oEbbbftE4YM14j+x03JOIE6FEbEpHVTFoBdSUUIV5BCwBJMQgpv945MZFDfEce2EQYg00HtOCQm9+wQRs3GFndjBk61qh/1m4YO1YfD0K+pISHvOG3zE4FUlPqBHElebewb3y3JjXYsg/s2WeU6HQx4xr0/BpjTKu50TCpbxIP/TFD2Y1lhphed5E+Hf2t4/TCvSE202oCGmY08utLoeCFGAlHegFpFrUM/QRkst+0jtHJTF2AjxC/fy95fyDvBHLZRb5/ghpG8JN+05tVE9tRQLTfiYWpYL7iMXG04LcIEFV3Yr6IqVxMKPBiWZIZ+vWP3yW1KaIKWvrEE1IaB2zSv6nxy6rVf7swHS1XaeBV0KSqSZ9/U4vgKwTxlb77Dl8hiK8E8nn8h45dmJ6S4CvS5NJyHOj7PQ5gnid0djd7HLcX0dDF5JEEio595JjrMdkI7ZQI9ntcx4OAqCQN3O5jj8+cWveHOwrbOxx1c2cs7RprB3bbuFWrh9+7fPsdbx969LlyztpQUad3l0ditX+8oxq+9LL5CvTt7bb8Il1sybUfAw5c8tZ7aDf66uWue78cAsKHe3841rtvPWCUoazZI8Z2Tp/w9F/SMn1OnNcklBxzU3rMmVoJNgAPdAE2EZKBQGbDGfNuOjaAaRSdIe1UjLAkIgv9VzgBPYoe//3v6SgOfYcebQVavHh9fTVoS93FvPl79DhQpe6io96+N415xr43vV46igM4ASxCl4DZH/k3bOh7H+w49NHlTzzxxKSPwGx0CfpqA4D+Q2AHuik39WG2OfWhSgW95mzozTZDL6bkPzRn8Frxi7Arcb8cK/ZJYdfO58mFgoSjH8CD6N3rcSYQmGeirZDBC3ex0fQuHpfRAfN5Ra9a0kVXfnE3o6HPDAaQve+LSyYq9y+b0joMhB47ACx3gtNv3LP2ytnaGmVDa6K1NZY3oq5u6IjFdavuvmfNtdMm1beUtDeX5Q6vqx/asahm9X2wr+CV1fs/BfJ/3nXJ0/FQ7tI7ym8+cjv64k6JBX29evt0w1B1XUM81pjT2NHRmHPtilXbpy6orY+WDRITtp1vfyBibxKrmgThP843GvBn4VeJmBMgESxJhCRaKgsfvSFOnxUXfMuyZjwBcyYDfO2Xqv+wF22+//mO+zqeP/PN8w7H852wHqwVE15Lu4qlZzzf2fm8Q0JdRFNY3Ukq4aqkwv1oc+o5IQEEPxYrS5+/X7ycsF+TJTnB/oWgQIBzCk56osxPEXyCrGqy5R+KmRi95MSV/0S9qAf1/vPK50H70Q/QB2m/trPQBx8cBe3Pw+TDJPPKf4Lah/8Eln7tPpmPev6xUXRju/EfoCv/pPtrtI3ohPN4Pvs3bsPpuKfH9YlIMR6FjKBMIhiwA2LmTjY1E8R8Iy5oAxGCkWQKAbVgFS8auxcwmOuJmopdUrM+rVvOS//6Eguk4dpSDzt0SGROa7VWG3Jo7Cq1PDs/R62aE2oz8CBkNNze4wnRjGm4wzE7r4Pn3V5DoWf8iMEmY+VQC5OVU5ytVqk5eTh/eHFjbpGDB/SH6JKzh9Ghz7fAXcfBajxCpNFZK/bsPDA4EtK6ddropiUzXE5rsccmkSzVNdnsRYuy3E8+XrDY6wkM1umWqoc4naW3HK7Ndxs8Om1s7Yq13bNHVul0KtrprY+0N8+as3EwSqEZ/7jxZ9Ah0j1CX1NiPjdMtVOTqAXUKupK6ibibyPoJ54T8H/M1HH4GNQmzBKOqF0TK0YuFk+E4glznOaIIZeEqO6YcRdMBENEa5t0S5KLjxF8AXwZPFGmi4XifkqLj6LuJa6QIFWEWqQrUAOMYRjROOY8NXh63tvotnnlzry6G9/X1aX+NtJkL5s2rczFd/hYafk8dNvbpXW692+sy1v9qVr9L3fD4bLOopKJJUWdZYcb3P9Sqz/11B+uGFeUtyCvaFzF4XqUU1dKigd9ZfNAF6OdVmY3jfT7OnhXmanMFyQ3Ka17B3QB1daT6EV0AL14cuvWk6ASdILKk49dZIDMqpe8ddBbHCm7J2+MEuoclSWeQ+DmQ57SUseM7oXoX96Db0nqgXJM3j1lETihPWdMTvvE1jsa9N/I5d/oG+5onSgkTWq5o1H/tVz+tb7xjhYYrIeKMTn3luaUeg6+lbofzTrkKal0zF7YPcNRWuoJenDGvTljFBDfGq+d5Mm2DnxauO9i2vnnZFkcpcVU3yBqLrWUaDcGDERKHI3Q6bMpEZP4Mmr3RoL+Tw4EXoSwHWQaFjiQUJyPCquGj9A3bEzEjY+YojEfSSNuBcj0GzX6cGVaEB6Jgpj4hS5QYdOk+dNm+ZtbW/3BA21lkcoxyyvygtmLw40tuSe62uzFxa2d8sDgKyG8kganXXial/lkc+lrmEo/oLWYe9O7S4O16NWiIcWRpmI4Y6BI7GR9TS3YOXpUZzRwmdO5ZExkjobWNcYsdGBWfoNPe6ShVs26LXlSzSXDLQ4ZmmpPgE0FZnMRWhmRrTJ2fAyXdRgs7sJlNIDHA/GKoAW+50/EA/5YfOQFGK8SqhHPQ0cEDGytsIe5gFpBvHr4vMS/Ak1WJBIgI0PwpC4gs7BGrccrqCbHCPMQS8vxzRHgI1r1oShRtQ8YBVSrmC4a8wqI/QSeH+dEjcRVmM6Q1vwW1z848q7bDu6uqKxYu3YFUPlztTvWhkP5g8eMGZyPdg5afUndEw01Q6Y8d01XxzTwxIcM8yEDJw2eXd0ZcUohZ5EYg12Sv0vu15SpR4+tSn3dVlbePryi3DRjzkx6YlXH9VvBm68p5bnZ6x8zS4Mhd7bZ6MofWYbetpbNb76rkskevdDBWO4dcfXhwr7n8sfDqZO9ngmpW8Y/8mIoXNk1rgJMYaDkuZa4L3vtcwy6YROjvnTs2PKKcdQv/FLLgI/GkwftA7roL+w9soG8+1aLIeeWlYCbCf9ynlK6AXyHu0LeRFCKeHSEvup837NlZynmFfyNnAJWkAgOxkEiASPbXkERuZGYpBALcQEbRoCdJNq7IrAQ2WQWwI+JYgUmQujmJcMro9Wxn/KB3cjiYaI2Bpsaw1WDtYt7wL/3ou9uq20wmlnWb4yWTX002dKSfPR5fCqRq4LZ8tpJe/+6/DagYgw9i30Nw9E2ZDF5oN2w7rvfPb6xsnOYL6d9cQEe2N/vVbMBfGdGla6OT1OXzDGEDWp+zfYVf907cS9eB/XpdZAgNacVZRMEWoRYbkvcRGudjGNgTFNVBIXSxxF4TbOI1pR2KSMo2uLeJjqWIfvpAlAMEVWIjRTTArXUpAI69eHLrj68ZUtxR2XE6zYoQUJPM61jQ36ZUWdUaAEmsiqGGkYmpJBha/8dWzqiViNV10qzH+jwNS4fVWdwKyoMjBzCopUqlpHqh2YDhqHN8D3eYyjXmqqVV4PcyvqEMV7e1jS9vZwd2aAuUQKWBUv+sCB3icaQZXRDwNw8yBAoyGEskql6E89CBoD8MK2xxQPhkBOaAISQVjxbTRuyGxgZiBcAPkN3VWM683kBJ9yDaeShAobsOaJ9oKgbXjwZ4CBD+oMwOENcwk9QRQiyHNFeMYugc1qBUjXBxkh2bn19bjZtjYbt+fn2cPSLYjEFHiwJkZRQCfrRHboXnbzT7PPYiqrtHbLUEPThC6D1pYdB2TG46MpliVd2NZICdwLHvbcDx/2MvCMSDYeiaIojL9/uyM8DX12YcB9zMzq1t62ZpuWMDq5/73Xgvhc47tz8aapm2Z/GPr4wsO1b4Pp227bvRPwSyVncNK60r2GBZw3QIkRSDPMMBDlLwHaQnPRIzlKsXa1TqFDFt3q3Ssab6a4zx9CyAA29kqQGrwg/WMKnKadWyh5Gx80M5zGASYyvb/od6uwwT/fKzuElnGV/wpxo1nl3BZm7pu8JeMDKwMD7pr5Bf9Y71TLehMIBmvZJkj70+genZ4F2egrynrv7X9Bho3D3F3+vzg4Z6F7jaTWb2/fSlXB939/Pm3dKhDmB0B/4y4m8bNSUVt0XNPrxVzVxmZlIgAsWPi57vkNb0XxfQq0+ik7uPYheW8gB6ZVyjZYb+u6KOc9eNWLEVc/OmXao6UrijhrV2oLhkGvjfMDfsBc4jqZOZ5T3TghKaLQDvUqwua7fLLdKr5JB+ZQ5uPrb+CqD669yhcJEl5B45t4wc9Hqo3tQvzZfV0Z/7Zz+ip3wFWqoFehwbQE4z5psI+oTKWuBBJ91P7j+AsEhS+HMgYXQk7+QDVbjez2P77UF05Np7TNhlsQzCBHTCWCERtpgdtFprm5giRBuN4I8DDJun/AIE7g3onVu5Iloz0PmIr4kVAAvXkK4rmRH3iP5eQ/nWWzevHKtBwBVIDUpqAIgoK2NhK2WwsMFufflmK3u7LjGQ7AvWalapqks8FssBYcLcu7NsVq9uaUaH65og89YcUWffkTUasWXzD2Ya7X68stxpldbWei3JDku2+p2MXK5cQXYapQzjNyItm03ySXA6bblcVyOxeVi5XLzyjI6ny6wR7whi0TOOIS8PJvLDiVy49Wo16igaYUR1F6NA+ZgOtMBWLn5qr4RK4xyDjpdtjwBY8hyNskg3MZ5afwIwfzknIK2rz9ElO9FO+F4NsG7QAFLhLFJaL91gdV/rc+2wOa7Ydq6+tpx41YtAhHwkdXPNgx11gKJVRE7k7T6/Vbm+TPV5Ay+VhaWr1q2/cDK5dkBv8BHkD5FDfA7QjSIG6jBmNoxemKBX2gKe2K80RcjZ/rCvAv3ynA54qYSdKEeKLjXSuO69fT1nDghoVJZJ84l0slzYVh74kRfD9khHQAiFwQ4Dqlksg//mPNyEDUwli4myrfTvumJNgXxHoLbkODs4Zkcr6MB0jmzcDqenVjMCbFxpnfLM8+gH5+BaM/EdTi4Zd1EMAcSuDcSRHsgBHMmQooUeWaL0nRoDMkac8ikFKvhkAUnnjdWA1SMovyiDWwcs0ymqLiVjJcaLuMcLyEYxP7ClI+lLhs3quobCL+pGjXussseXge/qR6JA+NGVn8D1z0MLhtIKqUeXle+UqvWrixf9zAuwmlXll328GVlK7XcuMvoEwPpJq6fd9Thb11NtVDjqBmYe6AoYdtX2OEVBBOJODATnD2NgIBwjpGLElz1iBvwwuZxWmvWhJfOgbG42HeF+TOUVl0RpOoitkuJCI1mgIMMRdYFB/LkBqtKkaP3bhhlpZ8q+L6R52vHE9xU9DcCyyrAqT5xey0f4xvPyJUq+QSZTG6Td8rfV1gUnXK5zC6bIMvSqwXgky71g3qHHv/fPYEUleNiNrmMvjlikOcdWGAtkrPhURu8CvBAwXeN+IK1tz9xbeYewEVwX8fX8nwjyEtXxFe2fyUcZULKM8K1e9K30usHZe6PnyiNS0DalqEM5MuDAEt74AVbQCBOzIB5czBkZgMJCZfgiVGwOcHynCmSCPEBOBW4gXshupX95R4Qs3DnrK9rLt/1VQx9jD6OfbVra/XXs3a6QNPVly77cdmlV4Mm+Pbbb6OHmeRFGNwzQ14/Q48/ARqUR1vW7tu3tuWoEj17Yjx95vXNYfTnQaHQIJATpgTfdWn/0BmbgqGC1xCyw3AH9Sh1hMwOGc/VaVfuF8TBr+QHMkpNvl8r+ev5nlgJywjADtUMXgFdjO6CIrp+x6FA9BIpuoo8F4S1F01OPe8IQhi0w7P/TS2QTCG0EW1MIV20fdtjQAWqgfLQtvao7lyZoB0l7cET/TrwA7yLoiUXS90RtG/YYA+m/osq4CqVfA4EM+UqXUnLsNbyQKC8dVhLCRp7rsQofEl84X65XxoXwSBo75SlccD65yWeIBoRQV8mQRAlRMygH9qN7Q/B3qAtaEN4Qj7FWeC/CLytGMUz+T0Wru84gToCWQTsNxNielM4PyUsFZCi55pTtbC3L4nSiwJeJCgzSKTdnZOjSOcKz+wkFKeBI9pCTAjgBSqorwFmQASRnHCW/E8ggBbt6rkTVRxGux4H89YW3tmzC1wXnNccQN2fgeuD85iK4Nwg6sZlCtcKRQ6Dl0iZ6wPN83Hdz8B1AUH2bz2rlPxT8NtnpMoFr0QDURAu4uvSxWLqJi7Ae8bNEResZvGo14vWdwlaEPun/SXwgvMFFzCn1wCjLhE30XPXP7oe/wc/ruscv379+M51H9cOP3PPyIrcCYMnRMc7RsNGu4Sx+bhFbI25MTg4OrSq+eVVZ0bNr182p20MA6QeDjBjh89ZVjd35JlV1pwQo6EnNzCfNkw2hnJox8gVK0aOWr58VPqMfoa3jB3aODE1xew1aXBN4JDQVtsEgppPSxRas9uyczb6+6HFvqzC6GLQBKAUoAeXRAqz/EsOAfvsnYESO5TT8Ikhs2YNSTVr7CWkzWbg9XBvWk5L8CRwzxLcien4BLHBNyaADng4In7l6eT10H399akzY0DTcUw0t6Gnjx9HSxYybagNPEp+KSmi7Wf+efw4c1+fArXh8+XAI/bh8WcBex+bwpxgLp612qiZZKaCpKkFIkrkggUAz5BEAxjBrjGI43gxIiIuQBbAUJAWwDnTfh4I5oXg5MZPvqCexVEWT9oSEW1VUKnBxWgWsMpQ/KxPxQCWqdwNKjTFVot9F128En2p8/FKVqrP8ameHZw3ymyly7h7owGb+r5CNavzFYHlr7dJHalOtqK8FF0utWeD1vKwjA7CW2inBr3cYAHmArXLBZovi8gcgaJdkuPr0fuqLKlsco7GqFTLmx9r4hUyefBkQhMaB73WSMvjjbDVqffKctGR+J8NaqMcGFuNEWOuDoTq7ZwJjphl0I2DY3z23EkauU+f+v2rIYO8RSOFmCApDIOZ99dLeJ35gzLBvl+U4yTPs32wUz5MtxKfNfjrCVSeToB5jJ33IzSssEno0Rm48yAdPDGGQkSSnxIsNVgKYaLp3A8TecGSoCR5mlKwr2Oarrv9VLK9G1Ck0llM3dGUUI/ql8cLv75aulcEEmZqz/R63EHmvTOCripTm8RVcygV92cBb8GN57YRmC5Lj1qjIeHFzEraiiZB9P0EIDAB/8rnJc6IBfIbry1COo8pGBxO44KdS2cM4R2XdVw2B7as37h+GK3fLW/74h9ftMl3U2cVyiv+tWf0/etnlEPdLvlmsBIkwcrN8l1IoXgMrUelaP1jCoVut/wZyEAbZJ6R71bdYMjKy8syrI3gv116lbx13LhWuUq/C2ilc6fnVVfn7dIr5Zt37NgsV+JEjezWfftulZGCT7/xxtOkINGCE+xmhH3MgVKpGmoYNZKaTs2n1uDBeYFPOOq/PBNsSBHVLhIfmDYQ6047QAd7II0LksOIXgR4XTgh8UQPGxi7aCI9rGVOC/6PMvUz5ngsPgpJr7eUnBYk5yw+xuaJtcl/8LpwQq8PjF00MZUE56T38KyY1SvAUov8BrpLSKOp0xQpJyFH4hHvLMV+JSG4eoOEfRDo8RGYPAIfIBhBkY3JCiC4vxEmEKJkIbp0MvhCmAmkhSZKZDTSMVH6ld40FnnzrEGWSUA2ZD1jtNAyn94vY4Obtsx+qHtWzKIANMMMv6mg/cPFV3d2ztDDkUCBjpuc9L/YfCcc411fNH8xvXrUStTosfHogMbmcRlLT3R/VBqA5tDcKbubaiQ0oCsem7/h044wBKBLmvpR7jGxv3MGbXz2fjKHh9JrrZzS4xk8TLgqM8V7IB3EzJ+Eg3Q8oef1JEUGtDTxbxMUdQ/04LCHB/IuVL/+a6XeQO8vbhn+SJg59vHnINeHqrIRxcyZ2YDet45geC2YbfSxS+kuG6ZdZ4HDoETrQ7e88jyIA8cHJ9FBcC06kuLRYngTHUr1onFoLSyCCpAP7FqrzYBmi7IRmWg3oqEslAPzOIIfeuCLEwliwszSuG9yTEBwC8RHAR3lfaxgKULAHYyiijBnipqIure4iR93gwBm4ehoImoyRy/sxdyTV6lLaEZJK09vLFfUou8hSADNHTrb8iFbHwJs4MCcA3DPoPY1ewHYURSsDI1pMpmbF228FV5TnFdc0BTXgN5knenHB33vspqbky0lPwvdSYqP0BvYLpNnyRMrQSiuGj4RNY9vWuFEEG5IrYMbtfblk2cNMfuNriyP4jovWDljXqPVazR5gFV6Szx1qMvUTD9/RrgYK/RNS3/bEGuJXCpK1WJOfxyeCWZTi6nV1F7qKeoV6hPqFFAAK27TStAMxoE14GqyC51xzoGZwyDUJyRQb47rYcikh5ywpx4T9tVANOYzRo0VMEZ8SxujMXM0QRtzQawCGKOhSDQRLykE3lwciUX9Jf1CfX/E7GPEuRjH4umQ1+wNeYOCNAVPs8WRmKDaWmw2moycg/iL90kCUSLJ8nKi92N81ZJoxAmEk9EcJVBMGTa7BuA7B0mGOSHu/Ar76JgdJc8fFzZ5ibdkH74MeQXiSDtj5UXyQuRO0XN3wVcxpTNDokmRcN0Lb3pehXRmJo/z+siWD9kNMAibkwnCGCeIcDUYIu0U/AW+z5TkTbOfvWLEiCuOzLkpuWnylDvXTZywfv2EiZM2Tpm8KXnTnCMk79nZN8GZnI6jnQwrkbC0hGGlkKYJKIrwBwEe7GdMJl5vMul5cFcl2wS2mjB9w+tPm/1ms38r0Zkk5cieO2CgUAmC00dcTmuWRu22aFwuj8vpcR1wOnU24mjEoXm0UG22mg1Kk8fmKlRZ3FaDyupxejZKVSq+qMjlcBQaZzqDIZfHpNYbvdxM/yaz0uVyyqUymT7kcfJqvU5vNut5rdrg8Bx1uTR2ZyjkdKi3mJVOJykmXe90akpDIYdT3UY0hiGhSCFDM5DEhCckTz174ABi7h+Nm2o2aZbR80EVqBw5HR1D706fDvJA/pr56AX0wjxSYs5sXKLvOE3rDCqVQaNSoTJIy1lAWkHF5gUtVj1vGZvlFgNWv5WcnIARngKK7UOUbskz4IcYjfMsFoN26zC/fxj5NTZoDeHqsMHilUBGrlFY1BaDhwR1arPOorZypip7dra9KrI97M4K8SaNR5kVwvVbfIyDwRW1FhWwBC1Ki/bqzKVWZ7Kvblw92JBdmW2gyRcjLQKFpyB/5JtDQZcaMJ8MnApE//TCXCDHswHZ+aunxlLTqHl4JriMuoq6WfBySBBhBYffBiHAEkN4XcY5PJuWIcfPDSnBUaiIcS2MKkGWnFb0iWUGBdCpgRKynnP0QkDwRM8nyOhL/0BU0Lwit4v9QmoIyvzOSp2uyuGXfF3LG2pOjZwxfMqU5vxKV10dqM1OOI12o9PizS7Lq/QXBKS8w1RkzskbHK0FpkB2cU1NQW4wHG6ePas5h/mpbh96Ed2LDAhJPLZg3wPzds2btwvA6wZ3jh+8/e2nVixduuIpsLV9bkt16dQ6GfC0Jn6WJlpbE9zPiVb4U9Rje9/uVpXMXNI8CT0WjI4Hrf8K5xnkerXWaM8LJMK+bK1KojQZ7Hnh2qrs1kBdpKgh2GqYuWNm6kmoCY/bseGaoiB8kdx0nhSMOXEC3Scr7SxtLkOPXaNtKyxBj22B/jPK0ra2UuZ7fCTkuL7/20FMkasxH+rA9HgQc6PDqQnUUepveAZngQz4QQ2YRlF8NAQSZDLG81rAHDOXkOk3EhBPQDyx0RBx6s75QkZfyMf5eLzKRc0JYFAz3iCeEEMcJvTNCVzN6NNFjeLF+o24dHhhNAtzPSb7ExGyF+OC8UyizmcMkf/CVEjWXiHG9fO4Qgb+eYz4c5MfJ9gg4bq4p5GFQsRJT5CHNkg4F3BiDp90DfIoEUFEJ6SVxAtoIdFMdoUGPCZBcBM7MEG8KxBRpY1Ehm+Ku0DCKMnkSQR5RDrPBWhdpjm8sRKc6g2qGQH7IiG0TmzF+HxY19x05/btoGr6s+FRI7OBJ6djRC76jBzB6+Pz+kz1k8smb7ZutTZd2nXJvNGtcI9C57CELNmyde0jz1KAae94ayH64PjxPTfeyL4r9q1F1oT1PX6xATrlcmA212aPlllLrX/3PnHIeth8alD4oKU4dU1u7sume9vEbrgy6nokYUYvukvfMTd+Fo+gO8HYRMkxY4X7QamUgboy9z2VqXyLyaqvs3gH1d1cVI4+txptujqAmVazvqn2pmLMl/z1r7tvvBF9WQ9/mrVunddbHPGWhDeu8PuKi31fWWovu8xjDeQGrLHwhuX+8uE3Tly92Xa5ddiGLTVcjsat1EnsfufEqQunL6HHLEhdPnx4cSLedsnxSs+gsLMKfOusDC4oRN+8i/8qK4EGnQXgqadS7xpcBhUHwYTOTqAZP76vFGjKcL3UO58khg9PwANVVQUFhYXTgXqMWakEsKqqvByszsN/Jvw3dWpe3mNgKymZ6jSl/8rL0eUVFeNVs6Yz0rEWyxlzWCbzOuP5HuN0oHGBeyw47nHFZD6NSc5NAxrgTF2K71qK7wrvRd8ATerSMeVWrZwL+kM5ZVatDEgC6pm+cqtKCVhFwEUSDYwE1qNvX3+9snLLVRV4dpXrnHww/Cf8NakjR8j4VPSPTwXmunx4XI6kLqG2UPuoB6nD1B/S3qjS+0S4S/s4whEQxIeB6QLoCEdLCOYI0WcTpGQsHxeSB1hv4zMuQQnFNSAkQJWQ3msWMxLgN1/JINbgYyVCeU6AO0kQ03DxAU0XzsPw02jA6YsEHAFah5lVHVToTTYLmBL1O/0k9fQ9rdU9PKwDUkmLAeqBUq810WOmgVg2SVHT9sYhMweVOyr1jGoQD56Xsq0Kbl4eqxvGSkP5oEOFo9RZsK61ep9BuEiHkvnlRWyDyEXwekAu8oGqWSEUrefhqaFsDp5JoIIP+7kl59HVywPFWY5A1LMyxwXmKxjjvf6IEN9eEePRHImcv0Qqp+HUvwFWIveEFwytaLIYlDItMMpl8r27tDIWLtnMdEtVctBdmq6iuvSXVYCW0YKDQK1AXZCV8YD3mfDtzOCj85ZissfSvxZrqAg1BK/EE6gF1KXU1dQt4jqMF1RC/bK+uLAKC+tuetnl0ojchJYNCstuIg4SvpiGjqbNKEWFLlZYgPHkq4sSXEleWMEFK9dQGk0ycY6BFzIk6foC+RsMRX+BySmpMvIes97pKANPXCKJRE99Ud/ozwqW1+sbOloLiuoaQu4iZ4dbP6RrRFEUM1tdG/QFuuq84NCswixlDrhSo8oqlMs37bKVagt37YKX5IcH18akm3f5s0ZGq1BeQX1BQT39cFFkcteimsS8mRXassG5BjP7MzyfS1o1KOCTnXCNmfZpRZ1VZVLbPN1ZwVBTeZ1Fbda6rfrF2YFs4Fu01bhEOvt/RvldiuVc5CXr1XSWqxRlg4gbPQT+8uHqspLSwtQa625FaR14kdy5EH2+uKZ285JkZSI8283zhWr4yHkfjqbUmCf+VkIJ45wgK+nNpIHIfnCIjZQIY5msMsBEYEoIGluc+KeqZogbiczmE168zETVXmKq+rKlBNXuencnAJRWWzE6azYTlQL5zw/L7dJROPA0H+kYVxX67DlpaXupdO1zMXAHzoEH0d5XS1rm7do576Gs0RVa7dDZklq5XXbqPimUd+ECt2d5cybecN+3V+8BrIM3EP16A6/fMAnMxwVEe7Zz72HCdEQb2RXqf/ioDKRdM2pB/9slPEE6oSfWA7/6Yoz4KkNTP9ELcx7fMummziKmN/OiO+EPB6oWVYGGUb/6og+nXw58Dn8et6xm2oIoSqJa8cU3PAO0U9Fe5p6u3/ri/RjHbLJfzpUgmkPEd6EwhepEtKdfiwMPHhoeCcdm/AqKA8SX8QGREPdx3MTTC6QuDtM0MJw6AXqLODl6Qc7Ri/TqLtGBgyBwBLEmTVsY1IbbNE0gptb3QEGUkxKq/ocw/e9lMghlO3G4r2XkqmUj6aeE29wdKCkJ3K0fgGWcJ2g6El0EAjlEiZAutJNQTt6qgdpSGbEa/E86KMy6oUtXlb2JvgTa170jZ3eUapdrNw255pEntzdeI5OskMj7fk1HBRxdGGnLxePmrdeBVmbPHpK/UKttyi1+csful4pymjiZjM79NS2WgXJ4NfHTKrwD2cQQbPNZomziFWe29NavXkCbrBE9cZpNeMUkZXGn1lIer/CuZI4kcBoCnuIAuHKKfmP+5JrV06rmT+3qGQ1LmtdcM0zCc1MKHWzJvsm3P7L5b1vGXhGECiBjl7NSFq5krVmO8nH1RWg/ej+jCX/yEYVNmi0FUD7rzBbBj5/gnw+MA/fAUwtWVy04MLV79ZZXdIsOTotCEPNE6sf97sFbgfyWwbV8qUSpYBWpmy2WkA3IQlXL2zD1PzHTRNfJoKJYqVTJRnaSS4JS4Di6Go3r19sS9vV8ZE+PMmmJTZBBA4g8n3gEYUM88YqZFtoTfxcyEAJGSeORyR/Pkcv/KLfJ56buCsReP0vVJgNwwlwxbc5Hk/pegrW9qV4JdQT9NOmjOTjxj3KhbLIWUK/HhLJC2pyPJ5+uFcr2pvXIkCCHzE776OCozF47iAuOG0yUj2jaEl3kRDUjGd40Nx8d2jJ11brHJ8J1FX1Ph7aOBAz64S9rnltazjWWVmuy1da65llzJNSkpppxqavXTDi8PjkKNsTP/NiywDT4T+j7SXe8sZyNhLyB+kkVfs158tD8fjQ9AaE6ImBoihCXMCrEIOk2gpfKNGCxC/JGooMpYsdyAoTXxSOEkyGaZp7+fyJHI2pTMbFzMsVfRjjqFJXfHnS4cn2WsMnk9LcX5Lf7XUZzyOLLdTmC7Z1ipleI5KfL5Be0+50mU5iU+WUVIRfX6W6vJX4RxH+17d1nqCGlsWG8w+vgg53wP0aSRKjjsFvsJrWWt9ocTquV16pNOMEhpAohUNsr5jpsYu4FBW1Wu6m3vRv0otrMr5vWto4cFnPmWbLc5cEbW/5jRBzzgryKJXS4x0i8QGC2Hf+k1M8Ung4AdSoJemEtDp5OMlRfEuK+l+rt943SK6yDWrwSUpj8F7w+4VktynuIHxD8/Rk9TUHvPPTJre+I8807z9DsygX7U9Q7eN6Bl6c+XLAyMwulqFvRJ/PgHTSFJ7jzns2deTayZJCRRoZbSBhhxPiOLBnC83JUSLsqtRUPlE9RVy8cSgLg7VVanRE8ptaL73ACtRp1QqlMIbFMSJ/2t8RRzFiqi1CSBLeYEXWGJSHiXbkftES0EcFrFxTVoYkTFBFtWyKAuhIpp88FzVwwJBCSrFIud5X4A2DQsZ0Vc9taImWuYkVWxbiVHV0PzvrTrY+MKLWP0jjBJnT2hh+uGHv9K3PHXjd7bHlFTrmt68oRS4M1HWPHNZcq6IcWtY0uAkqTi9lgc5ibi5voWonPmW1XySd8s+P3gfiU9vXDL3eMmDsuvOjRrp6vptTE9nj9YM9tAOyY+9ruicHqaTMuX7oj/urU9pzKLLc5v2Juk1Z3yX6GNuco7Pns9GIjMNaftxaMFWT2RPcwVJLZvvKZMCkdEvFIDALyLV74TILiKkvayGwU5/5EP3SxMMy56EVw6vd85vOHZQws9sd1wMBPCsk9g6Lta6F26gxnOGIHIyumNpnLQoOGJ0fOfGIezUx6cOHTkwyKypwl45fu2T+n+9ICqc+U7U+UtuTM3zPnPD8GJx+ol6sCDqhSQH+hRuMfHJc7DUvbOW3XOKdU48i2seVN1xXunLViSHH3UzPAgicWX2K3LGwf8uCyuffMX2GcUj6hrDFkvxp+cr7BA52W8YoYolHqfM+7frKx7yEqTJwHR/VaPIMRQwct7iUePA0yybQeq3iiBa1YtG7F1VevABvnPHvVO2RtS1GZVY4mIWg5VyFz6kTfozfQ950jrgJ3X0AfDLAnpAS0fMoCxLvD9NMApl+tH7O+/feZ1X9v5tHz7ghQ+tIZGuL68x5GmP+Jigc+EetLC6aOCCoX/s41RBQi0ZKxEYpiMh94OJOZEUD5ie2B4A+O0A1ZeArJIj7KEiGyjJJ+g1MIzya4p43i0R9KhwjgWjQCT6OXwz7Lkbohm48c2bz04Tuf1peBxSALZU2fa2TZI5srqx7UyE0ao0//4KQjQAoq0Sm0HZ0a3lSH9uk9L5n77jmMTgHu8JKZVwqqlSAJHhv9oagY6TEAxYSZh0GyKeuM+wj6+cj1X42uuREkN8/e+SKQHrGgPnOJWuEEzJSNm48A4br4SlMfqJmGcm373wccWAK4xJPBkmCSiOYdqDtvoF01J/ScXIKnR10gT+YzYFS0RJAFw/P8CPsuxLfSlRDJJzEXM/MZ+TAjym6dQ1ifuW+e2ccOYYMuJugK/tNhSCUNDocBJg3gICmcovAhaZ0tewTYwRhgf0Q21wwUA+S/UAmSZqfTjJKuggJ4SdjhCDtSE1J3JWPDhsWS4hFO6F4EXm5bXlm5vA2VzxLWhStw3/sZrwsFBFuAEoe88O0wDy3iWEU9BAVKMCPwiIIsj4khkjFAGANRiRL3gZA4f1QAgeD0E+ggPJewT0b8qXp/JOKHz/mB1NyXQ8L0NePQew88go49ZKb/TBL6Lh0HQg9s/vbBOWBpxL9Jt+l99NbdP6L5058luZtxHBTf8wPYOf2IPwL/3hSNNkXHjBkV8fkj197zEHr3kUx49kPfgM2+yOjRd6O3PtgE5McjfiEGij/YhH48HiF2FYqzFPND+tvacf9fJmCK02Z9DPOGgq10AX41gqVkJhB7ElpwTk2EV2RdkdBpkVZcV0KsUfziRoWLSUQE+CQRkhyPEyNODoYkvrTrNUzkmdILj7Bdcc5QWFQV503malYQG9JESRyKaP6QPrxk2V3BMnSNiw54lTk+9OY+XZamctWwIt4wfPZmr9qcpQqW1TsN0dusFadu/fste/B3KkV/WBpQKnMbx47rcGo5i1bDOBqrsmrHB2jmSpnUA0fEO+71lEhbS5XOh5y58SWjJztWVzmz7+xo2/S8BEoKshuqhwcGd+yrGh5UT76vb8+i7p3vMZejp4zghYbSvu52aY4Vchy9ZRoaL2fBlPd9fT/4D1xjU1vastqn1cbRrdk11++/714Ac4ta9MUxBevyljh4hoE873fYTJaCKwa5l7qUSig/Cjl1bOjeEV5PrXKOTun9cHxi5lpbs6t6tQYcnds+M/WMTqJdf8n1M4dMG7oANWmqJ0+q3YX6nrskpwyozvn7I+ufjYoLOPEUiA5czHzp1Y8sdIH/mBMPkM0nGAp6sgiIvPAFiX8PE+PJImDv1YDHNCyte0t978Y7Dj99zY33qF5nq6JlNXJbPDQF/vmo+p5M+htMdYSkx0LFCbDQnS/ROOCY1K2pa0ezVp0k3+XKl+jNkjywFfBw2ljWomMLXL0/U1B72+P/evX5zx/sqW1ataxoSIP/6gsTWp5469UqqVIPa2oYjUpa+co7b79SJVWrWU9WHaNWyypfpl8/TaatzLrCduF2cVIVosZjGiA9OMCjozDSBY/DapBZ7DOeHeOZCH1C8C3Z042+FgKYYX9768ktILnl5FZUROI4EWi7e4QAfR3SCmW+7u45kyQhFrPlW07+H+a+O7CJI/t/Z4tWvRdblmXJsiRXuciSbINl2ZhibMCYZrrppptOgIDoJEBCT4BAuBBSCCnkm94wuUtCChzJQQ4Skji5NO6SXL65Sw5safjNzEq2bLjcfe/7/eMH1u7s7OzszOzMmzdv3vs8UBPZgZ7SKhlhEU8daWFaBBsQNsEGJEg0eKie2rGcgFXNxwGrUVz81q2unL5ORR1yL4a33oOjSUtJeifJYkGHFGis9G2stliq1/kqDQHEuk9Ishj8RkvSJMTdBwz0oCofvOarQsG0ilO+qtVbmjrON23Z0sQWNG2hn1uIc8EH2O6rLC6u9LUbjV/juK87z0sP+CorfXC6wfBMdiV9qOvpLYm+C2k0NWMtQnsKsOP/kpvsCnfDj3ZfBQH4ChwAXwEBsIaedXxpJLT0+PGlTOvS4+B12h25B3H/FCijH+qKP467g6kTj3EQNYKaRDVTc6mF1HK0CtxA3UHtpPZR91FHqAeph6nj1JPUC9TL1GvUaepdAeuYIRahTGwX1C7CP4GuMcTglhHQD3TFOEoXo212P/4JsBM6gqOLjqhiDoDuABJrCmjcIh7YTU6UJ4YB5R0BBphAQGcHfs6LVjgmI2MPABXw+nijRo8fMmkCGhPIB7wm4BY5HZzJIKGdbg3He4FJl0+jXsO43BLax+gcOsBXAOKOTgZMfjFl1p9lkvWnGXtSshq2aIo1cIHGbEpnT+uTmXP65BT9WyD9fTbdZNaCbWq/GtylxXd/b7LxL+uSI26wER6/Gx4HzdrsyFhAn1e98rJCTT8CV71GZ8Nv1bn0k4ANaazGCLxUAZapK+EIMEgcaeHASLiVRaNkVwi+e+j00UdYIH7Muh9kffYZe/aUiFmmju6+CP+IvmdmdOUW8HX2COD8YQMDjOJLnBjWAn+k9Sj6x5YXrMv8Pc08tnYQR681pLHwPolEj05PisWmdK1er7cnieVgCJuml0jAVC5Nj9KARsCCDBWYLRUn2Q3onz1JJIcHgN2oUMJX2LTIWTAZHlYzFlYi5eC9orfA2NfFNGg9c0bdMVzEVQ+ZCaTwbAjusAA/fJRVodQnRRxYXgUqH/rk1ZNixgdooFacBAoZfPsQKPvuUzG8NvBtWt72eQ58A54GXtV2+OUnuWBLB40awoDaCywHLCyEL4JfPoNfR+6AX4GUP/2pH5gpZdFnzoze18AI8hKC/48x7yjS/TsHA/rWCYp4z6+nvwZNz6+P/H398+z5p0IeaPGEKvOYxvWnwPT2qg2vvbYh4xnwKMYwh3pPH4HerEfj7XZKSjx7Y3kMSzGYcUF8C4fYXnSBFplASzmFCw4jxfmpgIg3Mg/B38L0ZfqzoOl8A5g6vj9cGX1j/vhgC+2HRxfRGjAlUwmvwNCyGczvTz+x+eBcMPA9Q30lN+s2mApPjx51Hkw6e2flmAXR03DlgDFgHV3W0RtMpfVLx81YDoPwY6W+qHK46SyonXfvhidjtEFMsf8gur+YkusELz9khyQH6PyIzfZ7bVi5k4nHM3ihixgZwTkdT7xDmfwmftrB9avPnP5iz54vTp8Jr+IOtgH66oEDVwEN/3vtuUOrHnujbd++tjceWzXztqfGvHPixE+BP+y599Onjixc9f6S94+deIdd3iEuHbtnz9hS9tqaWbM6HiqtZKKDt28fHGFych1z5qQzW9l7DlZFhnmLps/mBD76GJqbx3baW4z7n8uhb7ruAlhNQFohtMUKuCtW/Xi9lRzgl1b9NBxGB3jl1mFuy3cPdWQ89N3qmdLfLJg+OA9kv7o3slu5+cQx+hOD1WqIOnBCWoeP0e/xETyOj3AYCc8i4X3o+NBD33330OI3itLdC37T5/k/747srSqxf0xhbUnqRlAk2M4IftoMxFObnfhqy6MKKR9VSpVTlVRfqgbR5aGIMo+mxiPqPIOaTc2nFlHLqJWIQm9EFHo7otF7qf3UMeoiGhFY9OMkR5/dgK3XTD1/AROf+MMuiRJ/AOOC/coP3/caAv/krgnrsxj4W/yccQ6LgN9Yab+gjubo1KcDIpeA9W80eQMeERZei6jItaiYu6/9DL2XPtp+Zqgz/q9CNVOVhn5Wcm5WDZmpmrkc/W6LnSOVC4F+ETAsAvqF5C8W7njBueiBnvE/Dl7UmbEzumXtCy+sXff88/Cyu3d1b3fLJDOT1mdiaqDEEagfEsjKNKTXqBA3niGxKs1GeWrAZxdR7TvgE6ChkjkcmQw/4jLffht+uGjRnoS/u9Pz7cp0Tzr+Keye9HSPPX+CJ92Df+Pz0z3s+xk9/sETQxZ1j1k0JKNbnujP8fw6obTg9owsCQd0hkJvRbbUmJvmyeeBTG9IEhlNZUDFyBgRLTXlxf0LLELjbzvBe8jusYa9lXFezI0sZjQm3t92+HAbAw+33X9/G2iryLt2Ka+iIg88mRuifwrlgifzKsAWfO8wTtiy4DBb0v5KbkVFLleNj7/5DTrG+NBMRL8uo/MYRL24ONwR37U/TwTNGB+QFbxEUIkQSTHNAZ+wyRFXZRce8HP7ALvng48OjziwYmHzjIXL7x124Lfn7596aQRns4iVht7T4M9rNn6+GaScW37x8M6Nm46Nmb5x7UTrDI0+TfPH+8tmlxeJVYbkXk9NOAXZUubF997Ydej9wLjlGzYuHxd4fv+hl2rL2VSdQZnka5yz+MNNZ4F61NaHH9k6auW0iWGnVa8drL//vDPXaVDpUvrUdLzmTFXFeFnsfxzbEuRgjCiiwkB8UqYCoirWCxCQEYxFEseyZ2NnHfGwQPwKoI8QJ3VBEGDiMhUri5fhLHbQi6UWxIcvCUS/FnTIBVXyd23JHd8Bnkti7sVJIpTZZXTSJ98TxCbqZJWM5QF70uxiuueCA9FExXKmFVJJTmYFn5okVRdgjD6z0lvNMgEUVGjTjE7e1YVrj+st6OMPE3qbKq5GTzygmYCxKAD+0zpzlKtYtxu9djdiMnWAwtDYVHT3f1xr3S7gxDfgx7t0KOcblA7nl/4/r7vgR0Pg37E3TjmxNUO3dBLG7tbZJbTdaWcIQ+8UtsyJZw+MU2AvukDPhxfAVTA+2u+O92A7bGOiKObVyOv08ffgD/R8MAa2wXYwGoSVtDoS0pZpIyE1rQRhrZ0N2xkqOoPeH4kwLPG3EfmG3k8CIDwdUtp8TYTS61lKk6+lKWzHiSrJf4/mohrqHsTpUxwWy/NuAkX964eAYBz7Tw/OxEQaBm+ba7zYzagBQ4BiHw2Mpiv1v3olMDg5H55meB36yOExw4Zp/dphw1D4nx5wol+7P6w9LyFV6AON3noyLGwDhU9a9ZoPdIk5/errQAhgEx+I+ouQoe6f/X7l7m34bkODTtcQAk5QZi6XloEcbBwOL5ZJy83wTfixFt1s+NVMWLMAuRkff1zcl0sfailF2XWoJXUqAGJOINNjviAFN44S7IAaa2cxKCAWDKM7xx4TcHsxoRWILcZnMRYRkBZAgFyNvJe3MnSoqQk3RLgJUDQtHdlvEm/hJ/UbKSV6ujL0x8g5hUyjNSkyPDqpQiaXKaQ6T4bCpNXIFJyckZFU4IFdt0X23bZLkuoZ6hvzoZF+/QNN3wxbrnVO7znWXFtGX80Hr/MpHzZUjM5Wg9ZwCJtIhcJ0EUuLdTStE9OsVsLwPGsXm8V6Xs6yyY705OR0RzLLynk9irSzPM9IIkdvu/PO28oX3jFvkvlKKCTXZ5aUZgd3ZDuDQWf2jmB2aUnm0CGf29ccuTu2bxBFtKwOcawt2NpFSWOrChfZKCEiUEeC4NvVaRNupU12L5aEBsheO+7uMaEEYtVNeK8JcbABu+AinYjbM4H/Jhm7OCqvXvfyjN98r5YPGdK/aZ4z5QbVt1MMXleXtPJZYg4WHrxpSm4qTS0a8anVxbGupKhd32+hLmUavvlfi9bvuPudaxcWPWWCbzr0Ws3u/NwNr7zChYH4le4yd/D3Gae21PGyL4/Mf6v/7Pov16W445LxlLx5iNSlFKUaw3lWk9Uyc6EOvdbsOlGRYr4c7dg5P82WhlZ0WPD+Sk9xe8y/ERfm2hCPOwTPhHa9krZ5aAFPw4iVbJQsb2WxJ3QCrEFMGBlBVpWocdKplxebMbjwyrM/w/afz66sWry8vzmX5dLMZU2lmSrAFExed+rCqXWTCxigyixtKjOncWyuuf/yxVUw7DKHBBMn1Hq1PhD21TYRX1cV08rT0sqnVRQO8TvkKCuUoTQlyaRmZWkOq15vzUiTs8okU4oU5YTykzv8Q5ghEDsUCwv7Efjnq60Fjwg+sehOnzUpRHvKjiH8BAxLtx19/xQg+HLRmYwAzXkYmFbEy9CMgHcT7DGMSNoUZLAAnQKFnJRloju1xdroDk4NFhgdXL/XROlGQ7poV4mWds+Ad88XO3R5srW/Ezly07nFcPQM2BZcO78+I6N+/tpgG6QpkYRho49otfQYWptiAMnRaXqzWQ++anGAEzsPfqLR01wWbKCf0JtTDLDg4M4r13JqQhkZoZqca5iHo29QbJiLENsaCugpXuON9+pOQV0n3q7GA2jifZbVZuC9IvRjw/Dy5bYu0BghuO9va+WyrZ9vPA6yn4hQQo/Dez9M6yfwRdSXEpIK6kSs+gmgPbjp610q3S74Z62wm4OfStwHxbaA3X1CEm/IdLqHJhvAJhADwvEKZaPUXKvZRV4A160ee/Diny8eHItOS969D6yGHURYOSNeNHidQ18bCmpLIrj2vneXCKnxQ6vBapJNe7irLp26KCymzeWC7ZzWgJrQ8CtN6HNRROMMURyssmPFVINQEl4ULzQT3HkSNaqA2EBeKwQvw8sndx6rEOk0fQ3i3NbvWnPFqeUanagi+mBXJdjfDYB/eRi38oaER0lwQxLo/8nDwDCg6aQ6RT9r3bpZ+hT1yY4rCVUi/YHMNVXUQLznHFN4j1cDg8f9i/rhLuKnMBFw4vEdrxRLYZv5+NdYfav67f3bOrka2N5deqWRurFJqY1uTvg2qLOgr0O6zKYbh9++dQVRJ9IcfA/kmJRV/aBW2dGU+LXoTtvS2Rg95D+pG/52ATffCTls6CZtj08GgU6kYr+teyNw/7oR0EdeXTxNYpYWSIFk5nxyBxEhG765cdbI2I0xpYfBrsP/YSvhbvD2Yd98KRDnilOki1o2kT4fL9fsCbEbU0pWr76pFbHsh8b6TlyUKqGCVC3VQHZmjLToVqTD/k+ICO4haNY0UmiSdIvUTBFhSFxk4gUaLJPTgCIURvMnYUtEUL72b/sSKAakepAbDXCfPffYY+fOAndkN2JdWhfNOHBgxiIys9LX71i27A469CKuxYvkBvPXg/CHJ9TdSNHNBOkcyNMZFi0y6OAfou+sB3PWr4d74C+lx75oe7hUaHLEkLOqIUNUMAJitKH04bYvjpVivg3cEPG4v/Wj6qkJ1Jxb9TnEPosoXpTh9jABYep0duphdu+cptiAAsWEUTEFgVNvNKFWowJ4twvRRQobFpJObAWibj2trsKYBn96/gN4tM+S87vrxZI7v9i89OPRpP8kpuuV/twuEgkp9oGP0F8k/OkxBijf9X2yGTUk04oaEEXAn1AE25TY1yb+EH4ORsypH50SzTj66bLNf96rEsZgKDHVwImSRSgOHtG7ktsfJodHIqZU6wegwrl8F7we4REXhGIsaR/A0ygGtaEotq8xELXhOKr5V9oQ9Zl/izARdyNCU5K+R1i9gEuNe19nn1OjLhfu0YQ2+I9nP3tpydabxuzB67ebkoHipbaXdj3xdmxUUmEMFYCqs2TagQPTlrzIlAqdj1x2H6eo7Z6BkZT0VYNVNw9WzYsg/YGXgSo1fdUkMhq/iXVDMB93v9KHQevDpZHOrgdDD5d20x3qRZDjE+dMvlNZku8+ewa6NCb/6Tx6cZtE4kFEaNvg7vPp4BNC/ImLvz6vfrhNakYJJduHdJ9fB58Q4k9c/CfzLH2DJfNsKfHnaKQMepol27paf8DX9ZF5AdRJqEa8nl3dgo7Vhw5fBu4n4IfHN36+VYYpC9n8PDJOKMQ7aC34jlCfccKN6121YVYlwRc/eRj+eZdOtevrTQeB9gm18NmOjROeeVune1vIaNwxcqMj3H0eQis6PsyujteFoKALpU4glyIK6/EJ3JbR5PXFN0HtcTCq+Lfh5+p08CNJiiRPKn0RfhSj8f+kjMD1olSahxJ3hLqqRM9FFYYfCTdeFKggmoeeANmd7SNEvii8JfL9TfMq+TZYPiTwkJ1AcBReESCWt5MNwOwiKQl6QezjR/mE1iUMYvQ+ohM+Fc9UsV4SfbfHOxGBDbMYTxiDt8eYUaqzO2MtLwpe7+QjN3f1VnQCCXMm7euKRycqAYctI8HXpsYbwIqv3gBRJcQAw15NJ3DcY46iIge87S3rV/nVKyoWbTl65kzUjuO4cJGj/bijiB727Z6SEvB7yZFdj30bfRzdGOkoomLv4jB9q8M7YXhdwBqJ09F0l1spwsZR6KXaQJfYXdAFZ4nQlACbC7u2HqZ2w4k3ZxwG6uOuhqUnZlRvSpVmyKzG7CKnUqLKGcPbmuvLqxvHhAITKgpTFB8/dQb+PTk12WqkVd4hOUbmsTmn7mou3giPNL1wfO2gUIl7d86UnIaaIk56KG3cV2CMtbJ52K6hwar2YMWwopHNS2bmP34aRt/KbSjIkVjGMKqG2XPjcukVqO02ofVEECOWUAIyCdE9J+vsgOCOzEi0EQGpEMEZQhFMIs4tHzBq4zBkGO9OR5SPmPfMj3K0Rj0vv3Tj5B11AwDTP8kiSuJ1KrG4qC+XXl0yUS5Vtay5+sjUqY9chei0fMhPhxFZB6Z3li9/B17d/9vjcOKWOcvfoYsaJZzUnuP2BfN2tcweJR7bx8goDPotvKFGyotrQr4CHg6JZYJOa949dnVQMzcdZwLPwavvLJ+wCex9+g/7Uc7Er0sMf0zAC9IRGbEbtQJasQTsPrsG/TpNlRLC2k6cEeKPhvywii+FfyJbSX1JSX17UsKF8HfvdQrrUuNfmIDS3EtusLZ4iBZSRm1YYEhTXcfOfUeCxZ2DLWcom0uNcQVBjIVN0CKJzwP2uPYIcXBuiAuTOG98BYM1UrFnvInw9c8xOj8dAk0KnU4Bj+gUrQodPIIvQBO5iNrqigFVPQOLhniDzd9vWrlOP+Sep+8ZotdtGPFZcR0djgH8w/tvflrIN9paXPdD0Z23+aYtmTqxT6amHP3TNNUVx3Wi+X+Q+nmpkQn1wz1RBQS0DAEL0FdcQYYYRlslMh18xP2V4wncQmJFjTZSTcJ8ddXz2esSyRaJQim5fl2iVKAgDvSIiRqedTqHGUzdKnwADDyg11lSLWZnZ32jn/3zTLpinnX6fc5hTFflV6zQiFI8dr8zQS9WS5kJ/SKskqCnH/uE8a5n79SkAZQIze83qHZEyIkQiA7tu7Bv3wVu5Of3R0PoEiOhhQAm8wTrDBrx3X2h+z9H4XAXli6mY0ai5cJ4DXbebrBLcF93231ehqi86NCs1toKfwiAGjgNHkT/p4GaAPyhtRVQoA9YAfpAas4lEQVDreHWSCuDT6A1iqqFpqs4fRHeg+caB6bPLKbPiKchn6pCcKud4dXGPYuierOY7+945qJabexoM6rVF5/pQHzZj8SJE8oZ0fqXN0bC617g3lFlZqre4V5Yx4Q3vtzeSnw2gfMY3qkTby7h3TmCNOLW76cT3k/9y7J8IfgsDUXbGCi4NA1hK5RbFktw9Qpex8WKJl7E92ruRHRoKfG/YiGYNxoyQcTceWMhidEkobEPebcTz9USIETSI5KTNGqYb0jV65RWcIMJ0cbon9nZlgIT7E8nR2/kwhWgWuNQyulUlh3bMTvZIb4qzTexi/UW1Q2KmRE5DKR0v44vktMUV5ivmMip/vQKWmURwZ/obvjqqp746nZNT0z1dqoHkjp7XNB+S6KG3xCJH+RuxOyU86lqahAVASKgBSnAieh8b9AfDAUTwBywDPwXeB1cBlcBpBXo82GkNBfBSTNyWNqNPTG7XaIACROnZiIhDVZA8BuBN52Pgeu4Y9uZxS601OKDtBUAI+KdjUKOrJM4qcbY7XhxETsWC+tbky827eG9UMTG4akuCLD4x10c8MSeQ6s+vZUxYYAlF08wljysOwPDLAW8QQZbd5kEkSrgDVgLFZUYJ/IGgZXcISioDj3vF95pwKh9qIAmP9DjI64ZXiQJXhTRMindbTQVodpzRNHCRXxnmVDDFGK7MvxEAHEePpGJtJMVy24DLirmP8FXzLh4n8goxLs49HP7RA7BjYlTRDxco/QiHhWANfkzUHMUB0E5MJA3E8xAt1LsELmVDEbDcQsxeMFvZPwYWdClBCbh8xCFXfwUYhKMBG7KgcpkYomLehF5xmEocuJq8X6fAJeHfUCirDi/gA2rF4oJPhW7tMk+GjSkoEoV8y5dsg/Qw1KMxlLFqPS8gZsLMvPbFypGCkEP/TbIcqSk+13FFq5lSH1LS9uUv61KmX/70qH0T2IdD8aG/QWNxujQ6O9MowpHvgxoTicWJStTeInMkmpVmCwOs1Yv432NMolENZhOd1k4hUfJ0NIsqUplqgbBBRabQaweaCpjGJrluZTCgqLMFfnl03feoc8utgfl9DDgm9x7RAbgeJamAVNmqtGiicMyv3f/JKVGli0BrDpXwVlc6fQQpUQsb/RJeaDXmh0Wk9JuTpFJxRaFCf4sabCyKRa9bbAjWdHHquCYEq9qoFWZLTMY1dbrr1kbJHadJSUztVqR7HCqvAFW8pKyly4jz2NOZi6LNQyj0GTmgiTY9u1DD337kH/mLMBLU9emSVgO/iRmWPoCzYpEsvRN8F51VqlKyzBSru/rjHMDMD10AhgO2hlAa6pU5hJvGsfyUlok4eVitVjHzipl5Va1RcT8VxLtz8+VizWSslQwlNFUu7Nua+Qc6/zekQoT+9s3Jh+bJDLRaRJ5rlQHaEY3gtbT0+ATdfVicWXo/HkA2CNsklIHGJUqWylJo9Xy9/7rTbqJa1ye7eqrYaQjvf51W9VOXpKsM1ZxrNeQEG5MqZQoHHbPXI4bkZ4QZqtU4rwUR1GOSTdw5sw9Mz+am9end40oc277FVmaSVOyoB9N52cnJ2cV0MzBYUZtmkwqMaamSqRKvTJVLLegT6aqoaV9fa6coF3jlCZrOS3DAg7IRJmMiKXtaRktJat9alMqMKuTlIyS9lhYrafMV6MQqxRiJbMa/mP4nVIdo0xSKZWWJE3x6tIWh81OS+ksTo7y4RiUY5LYpbFVZGb5+knowiQV6kQWucSi1iokUovVIGaeTE22TXWuTNWxS7M3lilsSmVomlolBYtWMdWbCqfaklO1rC515dY0ZdnGbJFKPbVSU7lqPovacvRsxu3artPyYv363jS9/tjiJceOLVkMXagjpixFg0rGDOjzEtvYiJpdP7yBU9Fnei1LFou06j2p9DqTYvubgcLX9ysMNINBfGgejMlGQ1KsKOTEIg67tgQSvUYnY2igKa2QiD0KRWoGapboBqW6/1KZ3Dfb76un6d5XKkoWlBdvmcRKgIjW6kwyhWxYn/SzBsPuQoeRYQyW3mGQ769y2cGgOtR/kvRalmPFr03otc0/2yeXLeunVhai4tcLPEMfCeBeJZx5L+LPu5uWArCidvUWWVlMkvgg50GnDA/P/b1py6RJW6KLJm1patoSHVM6e/Mdvz0L3KD00tY/3DMpj8nuP2fVoBenpU4c39TPJR9yAJ58BF658uq6RdXV9vwc/NAk8ugkrrD36FpvpknJSU22/JIBQ6fNqTw0xrt44vSh9b29aWqGVluLvQN7DQ8MjescxPxypRFU0FpqBvbmQnX3VIQRHbvBNOuKECuC+HY0z3tZsljkO8UJWPmGtrHauM2zziDo3Akg14jrj1+5bKKeWIhsFnwCvvfZhg2fgWLQAIpxKDr3ZqTnhWq1Ta0GK2fVOlLJEj/VMVSwbI6bSn9Aote/tJ6cz8Er55gmlzkSjgOqc60bPoPv9Xjb726BCx0drIb4XW3qUK3PUaZZiOUFCzVlDh9T28MwG/4giNPGr18/XgjtOncuchdNUBEJVG/cnkwi4MqbCF+H12JejaNHU/gIN2XoqVpVZOTD18M8WotpldeIEjxPbORrfROqrrVWTZhQxYeqJvhqWQrzstFWEBYE+hHB9v0IDPtqj+BkDEl8pJbqUaaUzjLF5BE9imBIBjcVFbH1HEUT+6DEUvQoIioORbfW+noUIdrUvYzA9n9RHgYtbf9/Kg+NONL/s/LQneUxoVFL/U9KIv71UjD/1vuxLIljVyK6YSEonui1urirTOLRxBXz/G5i5xL3H+veluqTTiYXyE7BMzqzXJ6ZKZenaMH3VncmzEDRteg2+B26x2myubZsDacT8KsZLOvDPgpsBoxYpdHb0dHmFtkdPq/Np0FHTTEJm/zoDhOCreEwCIVC8MeWFvhjKARC4TBsRWd1SwtQh7hwG2wKR9vawrt2hdtoWxgcIUGhOeN2DXFvDzkE9aIXkZxiXBiiiKTBIxWdfXbOQJww+zQ+h8GJCkI0WlEpiT/dmME6PhP7dYMYjVgY7qAgdm4b5iiAsXqxSEWEfh3CGaLYCErFhLFz1CjqwTdQeuwLWHiKpUDcP247FvqjCMHnAw5FKdKDwjTuRfgBSsDOQRVDdUrrlBF5Yz4sRnWvVfe6aRzxGoLEWjoMXqe9q6rYe7Ad/VA/89ljWaHVuE9C6oprgv6EojNYdIQ1nlCto1S4HUVy6NeBbqAqCH4pcET8EYbAGAvP4h9NzjDmHJgcO2JNQZPtj6hwB7Vb7J24AbrWghqM7wk0iaMDXYhMdtxreZaKNGEAFC6UWUJcFIPbVUUvFDUAG2wSYksyI00lAxpQpIpKtLUREb/KFHYCVwH8zrj0A9Nu7HCxm6XQ8mup8hfl8Cdg60AduwScybS8YGnKjFDxVwPqmhSlOMSgDgFsmSXMEXSvCSXKjBUC91NRAn5WEvqmldRwaiqxuuwEJPR3ho1eI0ecpaAxacDgEDanD+N9F5P1InZ35SKWzAFiuuYTPG5jP6Qa+82mTvz9aSaxdP9+qdiksJoY+datjAyYOmZ+Wddnzm2+LVnZYAD9zpRpc1asmDNtSkGzxbLm+cm5uZOfXzONqRlZVRpqqELsJCwFfxk4sTtEUXGxk6O30dyTReksWAvYNlAM3yur6dWiUgNgX1DMiye/NFnMe1vkKpoWZdY3LW6qzxSxd/n7coy4jydQxaB1dw3j74Y/xHW2E8Y6MFMeKoh7gBLxHxmokho/RTyfeYjrThsLiCE3sVDVsqi2Qfomq6kxszZsoCdvmDULjD0Ef7p/2eVD4w+hbxwEStoy/4W/rYd/eApefvIJkP0EyFv78wvzQWNiLYGbfjbr1T+/iv6yogOzwPvwdfgTyuHysvuB8tAhWLf154eaHoAfvvQY/Pj4tEe/Y0TdcbCYbrwa4i25HrT9Jvxog6PLgM1IcPu6sKnCOkVHK5ZusiGFLjyhqoOQehZNB2jsxO8dORKPbMLJYtHsoK7EE0DwyJH4nXAsLubvVYxpN9Zl9VHl1AhqLpbFYCkdxpHXdMp/O6W+aPndeUFQxuNJ2LhMS9hxIYqF/iKTleV6RohaEe2krmMKSoFnlRWZNOHC2snsRjdlViihgcxgfzFMXjXZAP5Ctg8rqvLzq/LZHePv2r1h913j+y2c2sxq67Rs89SF/TqoW8WyIex9IRpiwijL9p+74Ik4GXopCZX2719KAup8nH1kUs3iKru9anGNbNv7z73E2+38S8+9v012y9hEGWceNQj1WjXNG7VxlYcuF1xqbcBFaxI28cltEGR8djSmTVZscadkDHbUtd0elIQLXzxy5KLQJqTITZ3XnGBPeeegHYv6Rah+i3YM0plMOnzFxq+4MOyA82fNgvNhRwI6Ewd2ohGxE3AJKE29U9c8/dOGDT89vSaVt2fa+e6XibLVPDIf/c9qmAPsepMdm07Tbgeq37+sVluEkjA/SKoXbKv7um7bgup/vyZVwfL2Puv+enJNWtqak39d110ujMve6z8rO4N6uwONg3+n6COYkSNK/c/P+HrG8/5/v+Tnnn46otz+dnb229u796f+/7v+JOLtrv+sM90xm35l9h3/u47k3bnTK3ShhO+gokqxRzuuB0kJBMUBj9htV4p5q9ik63GXa+sq+WTGnF5WWF88OjcnJ3d0cX1hWbqZYSO3ip3c9VRIqwzjMzqEAs0jG0O1eZVWi8VamVcbahzZHLhVHNaViT+UoDtBoVl8FvouZLc35lJd4xYCqNQmvE9EaDwqekDnjwGOCWndiUF3EfEFTg7oQQLSJUwKQKh2kUkw42PQ4sgWKvBUkYMD+N0uM42WxdI5UhJb5FZK0KmyiBMPryyt6tWcnmKbuk0xV9RSHw0PnwPfq9s+RcaJtk4s9gxgw7W+8PiCPlUeOMx6Ap/b8h3wkrsCL3uTszLAMxlZv+Bo2+2ZlWK6yhNe4R3EgXBRur+Qv3vqL95SWJeUX9+yZDjIrJneNmU7mLjO0Ldrr6cJfeNCCgNy4WZxCLYgySAOwghIy6Bm8cWsRBwJ58628OMlEs8ILJkbxKz+hG0KP3N4XJWtalzVAVfIV4tVcUP0U+l+vo6rEuJtz2xZlKYzTdk+8x5xnfL2odH63nMzYNi7b9bgou1TTLo0LlzlibbQamweGv3xBnXWW+vLSYeUNzcd7LWlgJ+I3eiP8QT0Ds/r/cvZ7VM0om0zoTIzB84Z0hzIp6nqkbP2pYOnp2xny+P7QIIOsAvNogOpydiPMYfXV4KYJWAXVMY7kaa5mLoSz4kYzH8K8EV4Q4Z0GZ4jGL04KggYZxyWmjPEMEcCeHuSIXcFG38+5ruiHHiJaSQW9HBs4cmjFaZgDQc7Zu3bN2tB7sCx+2Z58ujFaADvmzMSPj7u7oNHrRlVHrMeNBRWgBAOwU8t2hy1uqJIrwVN1oxvo0uTjL7aPCetjJIVKW266pk/p6EGDMvxoyXoe1sycLuXFvf1uOA74e2FPs66pK9Luu/CPo1lff2sfZq/7psVndq41TDCRL/Vf6AyYPdUSQ9I64tuUCiwQSE2G5zGopDkiDLAaK6Ja32ZVcozodpZtbPerMiZHqF0I2R9c+n7fLWr7YXwkifYz3P+fL9c8VBf9gDN9s6+R9aDGQQfD/Uk0OnErxw4O5kV/BHcQhhoilHXIiwXxpjF4IYGeww1yWsnWhWxVQEe1rjfmjiMzhwTfq0pn5dB917aUg/D9S3wi+in9S2PLgMPZkcbpu4WV7bUi1rHR3/rDkUqzS5GrZF605hQpBWFxQPy6PDYzBIuJC1Kg32rJqCxXKhWgPKkVKxUbnaJqJLCyN/uPwMPYY8vJ+9uqbctezS8ecqQGbb6luutYMqhNYyi2GW2OTz6NJfNZc5V5paVZKpUranOCVU2s4s/rPCkvEEEWAImHubtiqjFmGahNT8aTeTgj0G8pYAY1Bs2qGVikCTYZMnBYO10BxMHk9IlBFGD6XAzFQWAYKjHc75iMwjEwU4Yhw4HwbuDbtNNU3CL+VXjNetHDVunHzZDv27Y6I3Kccv5ldKAsSC9MHnmvtIiyFWPKHSVSx5cs1NS7ioIMRvMUyRBV34Vs5hnxVPFxXb6uex00FFSW4yG6tnQAIYN5bvLJYvN+5iKG9TEWrCz1JtnBJ+kWMdvkY6YM2MofBCcGDpj0SjpneOTHJDic9RWmWzPzGCLC27wisIFruhIeoyroCpfpYh+Au51eqs8SjlMtyy2wvm2LDNYmdOnuMb89Z9YIAeZCq0sv7rABa10i1JZUB3b88Xt6iUIJFMIEtetKV254GTc4UuYB4QAGrVuQu68ZCbomghuJny6mJcp/MOyu3uyqooHCsTvnNHBjUsqqS8RpoiBfjRZDPTP3muUThmYX7ygf0rqhHWWcermqmiRQAj3zuzfa9+fbcCG/zg0H0AKht/x1xUTIphiAC1Nky9n9S7JLMfzQGhMYEitr4kuCwwJH5x9he5rGMVvnnB58Vy4IzRUIIMz73HQjln72mN2aMIvYV/cSbzYTqLWEU8riVX0aZiYClMaELBWMaCvkU8XqQgUIelEpnQlE0OwFKYO1K9QFzRg/fhAfPoQuiaItThDUF/cwrraTxZWKoCXXpy4d/520wjD1sbo1Fn7/qrZN6t+vUWDCFWKoe+Sl+wB5cD+gaJ6RJuqnjQ6DWaxYoO0yoOij0hCHZXia9NzKt5EVKk2dEZZlemrZS25fWUjdNs1A7J9Q8W5/c6f9/QLeuClQvvqWh9zm6ni6MkJ4+DjI+fsQ7wSvTjPM2vf2IG5CzAhhh1cTSDDevRgRSFo0Js9VZvV6hytBX6KwxlW0KTVF1WAGcak6NK+8z1XaROmu9EwrXTm1bb/xZ8DhtU0jIXvuDx9i0vxrJexBb7nq+3EgeGfYSkqmfCPhltr7hQZOZ2RJ7FuGcb1Skcn4tjH7fLpBOBQHdmU1gmYMKN1CvihVrFZoYN/VOi0SiZZoWOVg4BEqtgk1wLPq2LDcr3klTyglW9WSCWD0fkuveSKVMoo2E8k+u0KLdO2RKGNXCAP52oVS5RanTRSoZBJNXK6Do7S6cBj0aflGqlUyZyWa3TRa0kpvENCi3WauA6DsKaWUNlUmWCH4BbcOPhNsbq4mS5vswIgmTAPGukemyRUwgYJ3jBhtb3tw1c+UDWg+KxYItbdqxe/flCrFPSgXeHgiMkjakR58AL88Y0lS94AapAL1CT00S12IZjKRrsWfjPwMtyqUao1YC58AOeDYXCS0u6bPm53hpTxL3kD/tgjP1jbIyMUSqx3HqI1xNMVKAr487GRH5qguE54ozTsiqkCcYceVuAV7P9espuapsf+ET1+f7NSlifSqmUsq9KnWJ26uslNA5191WqZSi32KVSMOtfXkLfnd68zcpRUmifW/Iuku9943X1zY0YfvHnzCOQ3a7UNCpZWMKxcpZTzUwfVTbEolTJAywfrdaw6LVl/eseuUziVkvlXqdjCWzQ7MNziG+JxFLrRxrdyNqJTQklYE++WgICEcQdMEsCj/3QbJnTRJvrII00DoA20nYaf0UfoI9EmdA3aoO00sDfBMN2GhZz4BkmGo9Nwolgy/NjnTSBMdZMb4Xe6EelEbzLxEmAKuCVcwB2QADffs+vSZ4EKXm1sbYJXgSlz1BpYxuSCN2EZ/G9gQrHABK9mjmLqblHJ57AxSuMplAQ/GEaPVIE30aP/jbI7hbJDDzaC67folFhWfUVCcRmonDrKEvOy2ZcahnpouLtXgPiuKhdTL/MTJ8LEVwpJhal+RizkFdTslYAAsAEMzVVkpQ3FQTquyauzK4l6OpYGYo0OtDQn8MW0j6jN2Inzc3prwOUOBNyuALsuMDgQGBxxLziyAP2xaxfUD1m44Eik79FFi48++PVRdt3RxYuOoovIZ/C/T91+YdWqC7efYh6D8AN4Gi65sH/sqL3n6KHwJ7gOu1QAq1mwJjcomXcAXju48dv6/AbZCFv91Y0H4bUD8yTBXDB3L7jvizZwJ50ivD5A47f7J+B3LlgASBlayYuPAvT7+ijMBKuBatXF9ourWNn8eWMPXFiy6P17J0R5HI0+A3oty3rXeO956T54bX/LlJKVxtucUxbsB+L7XroHxU9d0IL6zPQbFHuA0EUd1hcmYI3oYNB3KecAK8AeyXlTTPkdrT5jyuUBrHXkYQQ9JCuLaClWLLICpjfcAn8BUrAcSOG+F9avf2E9yFWwisw896IzNUBmtcrTRqb1OQN/ThuJgmlANuDdhe68TJREmlEQsnP6qgEtpWMfcrrsoYIMegmQvvwKyumXV14GB9ePH7d+/bjx0YdT8jKy7Mk1hgEkF4XVWn0G/t2KAiNxfoaaZHtWRl6K3qrUmlmlw2z0JiebtUprAn4YT/mpINFWje/ae4CIV9LprnwSwppHJqwkhJ1koRkVXaKjvzifxvwvrXbZRGqj7Sbx8f3jN4wfvwF4pRm90qSuVeuWpqSk9cqQGjP7DLvbe1eh0SgxlhtPLRyEjhKj8VTx9uF9Mvu/Bv/+2mtATq9IhDplIM5pfPQXfRKXLE7KzNBqk7kkfV6vXJ+y+K6CWAaL6oQsXytW+nJ7AS2Qv4ZzA992xzcVZBAvoHprBb91eJFDNKEROYg5L+/kyCWgkxUVpVaO2fIVPP3kU/D011vGhejT+Q6wx9m3EK39X4WvOjyFfTPAXjsXHlsZvf4UbP168+avQegpmg+N67hkxwCLhX3t8B3gt/ct9KbDVfaYjvq9iAbMwH2OA9jUxuVzURgQutjlsxuUtMlImbCSOo16m48zCApcRL3OX+wrQqsOFMUzRq0JeGiUAH8miuc+hJeT4c+VwNcAj400jF2cC+j+7qHFajO4PS/tI6Puw1TXURr07mOwz7HNq0iqnghCF3frggvtFxVf8eBFZf9eZvAeAFuD0Z/sM+jnC6M3NgIATjP6d4oWjeRc4iLaUuboFdkxtRwczHaDL3196SKQT3s8/f5a/eHeQCHNZ4gAKKSDRbCfPQo1zHVXoRIgqpLLbu8I1SbgaUupJGoh4mp3JVA8vPJUsjwIsk49j7GxUfujWpJVQRrZbsWAOAQyG9Ersl5SYT4/gDEJ0UU+8eyHOd18si4QEfdtVuwPGA3lCjQwBQ2PxBm722zAPGtPNrvSi1C2EyRLNm2dyMCj/PIN2ybQdzYzlmRW0WvgJ+vViCEQAfWAgW89DpJ0CjRI6AWH0/pKZVy1ci5tT2EVyXr9oLYNKlqB0qn6V7z3pFsuc87fn1YilbGlyhFrPoSX4Evw0odr1nwIMkE/kPnhZ7eYYOj1Zhcujn0Y3Vc8d9W6saLoK/y8levH9n77OK1VKaTpLYdsfVCW1aqZtNPKKlIzmdrPN6gYOX7tgD7nHgdGtVykk8tbDlhROq5KMbdEogjVfrpOTuMqKAZ8Q16+JrFA9Np/xkeB2NxqpNIxOg7AO2tOF/pc/gwJMLIBxoVmErXTqKURxXACP+3OwPgkiLAwt//4h2+XR81H4N+98LswmIcWjUMHAOOBry/Ah94S/a6MmXru7q/h38HeRtk0WNJ+8mT7SRFFr9j0g1vy8C7wyP2PwznRmXfvSYXl9utgzRUgC+yDp+An0WEblfT89aBiqegkfgiPKxr3L+5tsptgo9wuGi2smSAWUQTwGGKIzifNm9wiKzYEwlgbShbNg24rwGZBHhwwobKzlM5IKwHLbIZfwb5zyrT97p0hky1UZH+/2L+eT671jhCrZMmcaUyJaqvW4K3P8k6ocZaXStDyyZhl7v3o7QNPHtk7OyVH3Cdv1NQU1c47ACIpLD3igUvw6g0K5F1bD4aDviBnPPxGyWiGLqTzft9bjBg/wA118KYC6at9cgaVpPASr5tmyzJoXqsQMxOHyspz0mqm+8a++4TLNaz/cTBm/iA4G76x5gZ15cSUuCwnhuMfEPw1skTFFWt/ovkpQAw/XJjgYdjZXui7AT1NoBT8Wl8x7Sa+FbXcxWOvH4TfTa8dzbKja6cD/cHXj90Gzz6aqnwS/u7LTbhvPMc8AgrBgwe2NC+9Y+mBt948sGzzstmb7+Es83atGd++PXt7+/g1u+bNWQ7Ee34A1Sefwz0JLItca4WPra4YXgImf/knMLl0WOXt8ERsfaJG3+1HKofyURVUP+Lvxi6sWhHbgkuNCol1LQJap4jRUmh1goHMMAyOkSEkG383QGR+WMEV2MmiFhHFjrUf75nyeBF4uOQreO6Rlx/98qHv8zTj3gL6F/5WAV4EyVYVdePpUPOIgtpp/WYNn7Prtnf7eq+/OWnkontWPO+ZDK7Rl7hLd+/4Iz2qpGDXG+OH3//3jcMWA37Rkd6PguZfhsDv0YQzESwxByZXLT7+HHhq2OR++Y/O39yxauT4YQM+3XSWHnjXa6/F5WxhXvAzgnEBbrmrabhpv9CXuDFN6RTXyY6lSNjNjNoA2YiIkI0I0BS14Q1LUahqArAxJGEE72cyZyOC/kt8vyEc03kRymVE8+KfUblMeOdY58V7aYISNPofe3tWp7mjn+GwTp+bbLUJrq/RqHK67nyjX0mGR8kkaXUs7bWWToQ/FlRXs9+CYnQqePqCGubQ+uxBgZV1tuzydIdBqtWP6J03qNTr0IAL1Vw4NKJk6cbZhyaO1kl+GPtYc3UBl4QfbP+2oPoDMGVa3sB+hXJzVUr1a0ePnhnsygop5DJTfqFt6pPC+lZ5g+JuI/KSftRj1BtoVuUFiBBBFRorkGMl7phZFFnE4SBaIRj5m61XAjHTFZOR0xOI4nSSic9B8jF5NTGLK0GVHUWmgTjsseCLSRNDbxMu0RoSt1bsM+qx5VsMJwaXgTHqO4uKUxPNdjIQUY0W7Dpw9Ni9e+YvCGbL2WIvB7SWoumTwxt23L0xPEkkVckNGdBQVWGwaFRSSbCKk6rUtFZcVaW2ahUivrJSa00Bb3nyhtZ/+NOH9Q05KiApLpI6ewNmysw9u8+/v6vMb1Gp0WrPJWveMaB/8+z+oXkbmp7eVLN921tntvmSaLHUbjSkGTTMXKs1chFkrvLMXXHbh/VD8zxpEpnMrJDws6aF92xcm6JFpE+x7tEH771DJloQDIUqWlp2zRhpEYstgBnTd9X0yf6SkgAqMcvonHQDKbG0vIpT0yolL62sUqdquapKjTVl4NJ5M4fWjxtX39Bs51M0asuUajCM3tI049yu3efVsiKvmGFEd8+Y1q9//YBGOKVPzaanJr65fds2Xzotk0jFnElFP6IyzYOp2cN1nnH1Q2e2gPNivVph5sdmlxRK85MVarY0VIb7TOoNSvS5CGOPBanFWMLm9Bv1aDpwpHuwW2DilNnEOv1OjDaDODTU2RG3r6QdSiabFgBu/EaM2ZeGGRIsLVAyZJueCwhfHg0UJzFAtDIGoCfGCP5yoGREKpVRpQiu3f/Z0mU/PHNsarqYFUkVXOscsBEceA3cK9Po070arcSQr+EMdnOuLgeIlGIJJ8L6v6JZRZ5VcEOK06VU/ClzsE4nU7qWbdmxvjlY0nj78m1Tigzpo0SG3sW9tfCj3DGrT06f+sCkyuRoU7+qmuFWZa/muZW9RaJUnTowtE9hcOyS8VkSlYQD7JLCp0ZmfqCeXTgsSynV5e038hLsQlRwFkvT6gIRLwePplUVZctkbc5Ber3M2GtUpqhg2N1jh28bX5NlkdBrKm0+2uhsCKT0XjqnobCoZvyQ9Ojhkfm5xuTJeSUP0Pr8iZ02P2EyR3mJhtbsBJvQOKpyl21uZ8gZw7T0xTAuuR7Xgn7pr1irx4y1iIvumGNwRAgxsRRONxIdMCWE2XB7mKESkAwSghxVV9ylv9KEyW9T7CjYogsahQnhdi02PaRDPXMiwW7toyJeDrxEg82QOCcUGbG+3b/GAv0XDYraikWTQlRQG0FFiKBVIZZEd1WdSfRPFb5lq6EYcCSeRhv9gKVab6qzEB5864aq694n3IhzIX3C2QVx5iJUudP3UMwO3WTU/5+1wyhsZf7KK4KN+auvClbn8etXXpFEbP9Z09xz6+w6r2Hb/6699GgdlUmVYKxYiQCaFGulmLX+/1UDcSZISc1S2CYU/QoQ6tLR9J81C90bUhIJsAkNgnIj2UbL/oPGAJ08b2qMjgAyNcdPCdIJ0Gp20UkaU/zoMl8nevIiymWObASPK11mKJw6hHh0FOSKrLD2IV5HqKJAp5w8Dn7gJDslnSIjP3htQ5CYfQ4Hj4BceAE2wgs0hSuz65zWon0UtKqiC/Ar6LvZQuE2yAWP1KF753bhZMseFWSaTvSdPyZzlJPo4BARVJe4petjYaSmeLG6qGkMuAGzkQbR+1LpdktmO7E3pUOCVSqVaYm8AgQTVYbgpLW3Zlq2k5Q0alv2j+irb7dgQEiCBOYyhywdV4iOv5lpFQDCUHKcprVVkLeLKa6D6BXjsUwJe8k8ELmdXFxj2h9A3Bfn9HMaTuNE/wE6819ajNpoOCkpem/0XqlSp0GXNLqkm+lmW0cSHepoom1sW7SN+1lvbw/rbfwNSib75RdOprdz+BKQS8WBDunX7C+KDull9pf2KPvL5Q5pomxYg0rli883eKOWtCQqj/0WMfGNcDyscLFpSqHTQBsvRifQxrPfdrvseEQsoimtTiEWQXQSIWa9PaQXo86jQ3O7XgxwoGcMc4OS6toRk84AFOAQzx7fr7HxeJhj+xoThRVie3hUiZ8F7U63iBMRU8xAkA9gJQms6kkLjlPAu91PP8Kpf5837XHYXpwu1zNsEudU2lVmpYrb9fCP4D7wLbiPrk2A9RT+gAc+CC8/pn28RMoApUxl5OxKp7mgoI97TPTuJ4D7scc67XkTyu0hiK49bIPiZ7x3gsZLGsZzQ/w45ssz/GoX0HdWCMupfS6/C7uU4ALEJxV2CmMFt6zZVdgMD71/97pRKUmee1fmlPYtfw9Mef99MBRXuF/tm7C9sJJTJbEMB6S0nOYLDFlJVtmhZ7tEHfSzN9c7vPW7O1reHVjUNHZoxRyXSLz1O6D9Dm59AjWG+Mk+SjGiM6yaVSG2UOwzlXgGZI4Gon3rvj8xbdqJ78l3lLAU9w/UA0WUlFJgKq1BfyAZkDM244XoP01+aMCNBu7oSXiJWRY9CTLZwzhMD4GXcSyRGzbcaBU9zoWIHboIUI50xsXQ2HtrMGb1qhXWNwE/itRyRtHjUvga/K+v7pqc2zhghHbuoKRHPPeNmLjYlGsMVHpnTBMrVpSGloNhHUz7d3ASHAr4I6AKiOomG+7JvFMsWbsVfj7y+m9+M2KrGdwhE3euY0UCLoOUIGvbAaOzow4sotoptvyTT6KbPvkElKOJgQLH6GUgC/4xegc8H+/X8We1VCU1IvY8TzC3A+6AGzva5tBKN4DVlGOgINgGC62hDHYfWnVijR1vwJGOOeniIA18REnPp7GjlVwsHS4Hs01em5Y8e3ZyWq18os/mg/tsyeAJR9WAwo0bmur0UkUNaN0r4mgATrm+EbEsI0+hl/p5jobfm4aZ5Mp+uPhsq33YwuTS0uSFw+xNTUdt+YZArVO56PYBYTFcp5QDvnGkEgCWlXJgfVgkYupTUlJlkd+OREshRi6ixdOMvB7epZTQkpFC3acSGoT3e4ZiL6NYz5BsyNhimzAxiHanLghMHFEtwWPF52RYouAA8OxC5hngRwuM9NjCFK0Z9YLnQVccBlrPU72K5BfhDlgPd16UeYOLh43o/RHIWswkKcEC7YCcYGPjqlHw6WaQ+3HZiGGL2x8YtaqxMVjeyCD2XmqVZR05ciRLZpXKZDn3TGiccI9x1ajG8mAj/XTZxGRP0UF4bf9+ID6Yn588qaxhScW9UlqiUDNDnXkol1HBgTBTck/5EvgNeUkjbJJZZVJpdmZmtlQqTZPlFEkkRdfwy0atIn267w1a9DJqlwIsfQgyeBsKazrYrQzq1BqRHLF+GJQooAS83e9h89EKqi9Qj9j5GgB7vgHz5jd3HAQzH/nDH9+uGQe/hw9sf/VnmvnyDwW91fRKsS04pKHaaNx8/c0D9Ferv3l378g/vPnyjVfmH22wmft44ebAQNpfA5p+9xMYPrn3+gmDVg8qMasA4IasuyfeX4luvYBGn0JRqKfFWArcIbERSSez5JVQE6quIQYHG3FgMxUR4lH+geJsdFMUq5iDdGLCgrigtraqCZ26nS8Tu5UCPL87yZYc7giCP8kA8SYlCKwReUQsHmVPcDhqYhzYPqXICpRAVPDRwJ+37762Y8TOt+atv1r3x3nw/nd+Az+6sHr1BeD6zUWwAIboZxfDWvjDc3EJ73OABcduv9/dtMWWJ5fm/TJ/+Z07ru2a99bOEbfNuf3R1tUX4EeIeqAsPqT7wSNR+FEXrYQ/X4WLjwBiToLayYbq0RbD043hEQTswK0BaYjO0XbA7Y4eGMeMan/2BfZ+/e7od2AclEceBVOZXmDdPZFPFzNjoslNEyMPgSH0msindK9424S5H8l+7u2ooxCP5J0uazrDHLZEIZos6IyuEb8aP/s6z0Ha6NV0+iQ2CHA56Jgq7D4gYmko8lvpbs+gs0EjnOmwukmN/mgqfo6GW460RHF054+T82pgs+fabXkuwyC1pjev7peirdFlFgE1L+cS09LqNnXXX1QNQlhhDbbSP6rVLXQLOpCfiMcGv5tVDpPNZnKoNFKVSv2BSqGSbwSA4UUtsYTRHS1qwccj6auzBAQsgd0qB3ajycoRvj4O8iasJFE/47CXLjtR+BG8PGGpVSAo6gVixAfPwI50JYvVobH7RzEqH2wViyW8OvKQ06PWpJnSbJomxKkTnh+ipWSTrSzXY3FrdSZLbl4SvNd4ZyNW2mm809iclJdrMem0bosnt8w22zA5iCsdnGyYrbGhfDRqj5MdY1PTH4td4laOlWrDZbOdGUFbhropnrlW2aRP8bvq3Fm+0pr04XP2Xdg3Z3h6Takvy13n8qfoS/ujr9K/VJ1hC2Y4Z5eFtXpZd90AHo1iO+FJiPILpcY2QF4S6qHUsnpISTRaAujn18Mhz0TX0Ztvpa0SbBkMFPAfgH0hEgYKMPMWmyeYhlxG38WNuOEyahA1ifggdovi+E14H0uQVRtNmNy7hS1+ogHX5b1D8BFnBSbBDTx+TO12ERFVhrozCoudCBcgmlvt49V8VpJcnmaRmlZ8sHLTF/459cbckKl2Jv4crHHI/P1v39Xx50d/PLM3CIK//QsYa1q8v32SKStJZ5Zr+/fXyosrtJMAtcmUZdKZFdo5c7QKszmoBc/1mmjIy0+yMNJSa/8BK99fses2y2BTKNdYu/fC3vmD7zrz10f3f2l84Uv422+SX77tyR12habC3AzoZnMwQ2G+qxomvZWu0AbND77+2wfMFRqtPAXxFBk3KO4K2Yefh9hIMuvhsSrgMmIPCBw2f8GCNKyemwaIT1LWjbfffXERG8H4cmQDD0ssvohXUytjsoq5K6ufWbPmmdVXFx2077o694WVk/0OucSSN2xWQ26K2GSZ485ctE+b558wvsaiWnzXjKyssZveWrH8zNoxLmuOP1dDi3Tm4gyPRa9qdDqrp2RLXdWrR9XdPr6mIF0npRWj16wZPWbNmlOqJ5cODA3O7jNyeINXqcuv9GY48nu5len5KVYaTG8w5+W6ivLSFXxgzMI7JgzesX5SaXHDrJleT01OqlSqdflH+dU6AIKDnUkuf0Gv1ORSfyjQz1/jTbTDE+zXb9o9cPa4TnTETbdqlTfI2hOgI+h+Fe7pc7uJJiO5SygUC4MbPTxrd/Fygr5NgFjTd1rDU7YgUHvQAh6ojc5EX2mJsobYNZ3f3aYdHAaZ7bt2tcNL6Ah+wGVo7SoUOXA9C97xxK72zqcGdyt6Qrgb/4o9Gt7Ukt1cmIcScwCtv9ZWN7UP06N9/mnrBBJtNf9Va8zrqs//oAl66kc5qXLEa+iIQTOBVweIgSda3IISfOe5yIiFQ4InPNJGQthvM4o+cTA6Xer1cKpOxzhE40deHz6SyUgGFFk04QOVnAHXu4pdiEajI4bjCsO3LEaDwWgBpUz/yHWGT7Inety0/+YGJfiewBQqHr7/889jdnb4ZCAIRb2oGmxnB/AUlQPiOr8xDxho7nIzHsQRETVrZ7zkRmGUdIZ1fqzjwojwpOcHjIPobcY+A9GfxXqxOXGUf0yfSSlVi8QDPB2UZ4B4kQpfg2lmB22js4rx0ZkMjmDHF8UuEI6dm2y0ozgL3XOYuWRnx+rxG6bpto15WNBXf3jMNt20DeNlffMexrBfKCKvL4NbMDrL07u3h96HgpE2OssMjpgdbJYZNiWnh1AYwyw0kebpChtQOIt14IssOp39CE4FLzbOx7fnN8L+4L7cEhwuQf3fjvrlZ2QNNgR7yHIwePPLztiLTEYiXGKINijqFY7OEO4lRI6UECJg20ae8XaGcA7MZyEYYmAJnwRfDIGASiplSzgzfHEon9SmlkqYwRCFPleR0Nv4hFKC/iEcJilB/6F8cpsqljIWwvlIsDjqBgWutSXdoORKZVsSfAFNb2pQEj+jQ1sSEO6BATgOnomf5XJh/TkbzTN7Y/aaGmJxb+I1Jp6RMBoG6woCNP6JtSUapARlk6nZs3fvnvXgPDwHimDBjfEgBFvHUzfo34fmHz/9y+nj80PxAPjTnr3Mtr17IpPAeVCE/p+PHqJujIen4Cn0AGhBY/Wtt1cVFq56G5Si8VoqhIWxmXmDYi51lotyBtyagFuHJQVYcRKd6OGPo382MDX6FfzjHLAYbpsDsuiUBSdOgHknTkT/G94X/ZJ+C16aA5aAJXPgJfqt6JeCXU1M1wvLY7KoQorqlBx1SpBEBM1Ph6VfRH6IpV+YOLOxOxxV11xX1xytIye27nMBqW+toqNNZ0M9UMHayDnaFLvzHk5Xx5DkdTAtDuzXqte2o05u1ms5dHo5Fk3kRsyN/qIo9yKRkqhRSVOxPxjs9kWXBUAhJk/+IoDdPkhAIQ6bmpmkyH1aJT8NnKP3wOeiP74Ji94UF3EF03ilNnIfk0QuxUwwIqGXKnIMoDgiEY2N3kdPNUU3wvcMOYroncw/0JUpQd7Whr4E3nUpxH5RfQ5AbMjdGPCKIExyerxcF9Qn0wXlScHtB54s0Fx65AjTt3nr5utNoPHanrUwk2AbhKeMhtEXVpwr09Xpys6teAFGR0/5ERwCX4NDP9KtbdEL4zJoMLG2qX4SALe3tb58bPqaQ5/ObASgceanh9ZMP/by+8JkEMduiMtPhHWWjspE/IBg821w+HTEE5m960dE/cDNE+OT2BSHVmYc+uuht0czkUiE+Qk+BkZgtdxoE+OWi21w0wcfwE02sVwuZi+J0ZLtRTiL3voJOnwxMtiRGRw5MsheCo6kF4TD1I01ayBGP6CEcORB/MQN6rHH0JgUd2SiPNgJ+/bt03c9NrKbzkoanpVAbMNelAawto7JyuJ9UxxDAw9Hu21yFI/B2QzAAZS0h2bCzSVbz6dnjJa63cFpjb5cCZtbv3jR7tr9ABT5LIPegw11C4b1KvPUutEwOg18V+9ssHJKhQL0aYbfGLc2n9j7En3+dw3vLNZpMtXWtJxpGyYM14iH33l83RJblYhJzzCUoZG/uve6Q/deeRMUbRnQcvKRr47/adnw4Sb4Ikilk5S0bSSVoNuWT3awiId5ygN41uZ0KclespJG9JUoICAKGvBidXJvUSCIoe9pN+bxYyOS7bEW6YlS1HOtwk2V55lhB/wWdpjz5Cnm1+fSKWaLRGpMlihz1WK/JlvjF6tzlZJko1RiMafQc183w+eJgJPeOv9V9OQXsOPV+fNfBRywAu5VWAvPwC/PrVhxDlhACbCQ0JlbrX9GFKeIgkFRSnGeyCM//Ono/obkAimbpd+6fPlWfRYrLUg29B/96WG5R3SUiFMX9HgTDs1ZcQ5+2eOFsOBWamio11cj+v1yrI0HoBgjMYchqx8dgbV3xzQ4UXuibi/yAKKTixEa0eTmpAWlaT0oCpBVBbYtxHqCRm5VNZfLlmeJmNxSxnF3YM8dY8/u3DT9juUPAvHeZ+2NZZztr+ZqK/g2Q67JOQsWZe1pbt4zM/LRrDFbd726p2PX4q29z9K/9MuPXs4uAUyfXPC4eMGaS/fdMW3TznPj7lyYAnJH/cbKVTWmXjTxWviVIb9P0bd68Ggzzqb9tfKti3e173llz9bGuTvPUj19/A4mvuB6+PjFKAG8khY2u0l0kPl/1X0JfBvF2ffO7KX7Wmll3bJOy4dkS7Lk24rtOIkdJ45zx4nj3PcJOUmIIeTghgRSIORqgHC2JdBwFRqgJZQWSLkbWpoE3raUEiiUtpBo883Myo7thNK+7/f+ft+XWDs7s7Ozs7PPzDzPzPM8/zTxa0Fgi4g2S1RWMoFeHTS4obcOIpazP39LL89BFO/HbnnctUUhr8tKYhZHwuMqL56YrAi7EkqDWrFYxfDrP7zq/TPSuU8fmjv3oU8BQ0Jw62CmuL23RBM4HW+vcltMZqee7OM1+asDfoPWFvAUVjvM9Rqug7erjj4GGlFx/YuVnhjESqP2CJ+n2clEPqxDXEs3tpHtXc1BLRDCCGGob3mAQBNdDSINO7B2D+lzSEikBdknpwfw2AejBxMEJo+wH/vyIYB6WKUDiFg1qBz8oGfq1J5OcENNo066ldcxNK9eDw402vTaeLnLRsMX2fF+RmUy87zgMaqZ6JvWKa1ecD/PI2ZKWlLUmZcX4NQxf10B9rW2gd7poZVqM7dS+iWtoGk184vOIZnOzsyQrD/uF63giIaHtEJ7vbRXSh8ttHN2m7bGYYSTwf57PsgLCFoAaY05Tw8RP7rRV5D9B6uhgfa+FScr0tO8zQ5R4xUMSjBdeqRMwUJWHVE9DD4GDIRKBfF9RlMfKinGiUZaNeKey6hWag61Cc9wNJvM2QABoQ9dgsgEIRluDXMA/eYIRHM078fuM5NROpxw055/I8UK/vkQoCfN6U4lOxdnXwCC7j2dIP0urTJJX1kELSxWmsBInZmuPntM+kJnNuuA5mVwB9A7a4sSoUq7AQCgs1eEiiJ1LiN8CqXXXUi39aYfyeWvGJgOoBso75u4UNqwEryS1eDS68boA0b4lc78knTlb1Ef+pvOLM1WBxbNWFNUsmZBp8OhcHVO3VwdWztvst3+H6bL+59sD/sF1UJNRRLK1WhawMD32Kk+AWcMozYJJdPYkQdZgSRo6TBn3c4TZ3lYJLRe0FSrAwIas+SlHUTvVhERqujDheAFIJJi4OUEJFKGckloluDhAjviLBRKpT5g7crzaTkVqwDBIFCwKk7ry+uyBvRKpQLAgH2i14zkisrR9S4PR5eFQmUVjvrLaTrjs5m9E/fZQ0IwiDH/WlstT6ZMgrB8OY7t2nUQR6bMmDEFR5dcfvmSO9Vda5VMiUOhU6tZi+BieqQeDAnJqtU6haOEUa7tUou1GoXJGBufbtTwi05IX5xYtD7cGQDApNDU0odC5UIQvSmGLGx9q1X4McaZWwlqVuKEXdKkXS/jhM4/A+rPnThpCZryfiX9ifhJN+ODoqeP1/UQbKM0VY/mYoynNR3Nx8uoNYjyt1E3U9+j9hE7e7KjEsiFMBcOTv/WfIN2NL8t/l3ht90PoOy5+PskkP/g9/unZb9/cY6vvcTLMlxOAmn5JWKsHGQHxC6ZMxcD3V0XngDlQOq6OG1A5Jxuv3w3/gO3XBw5Kwf0gNilMsp/Od9l3DmO6vMIP5IaRy2grqBuQKxArtVSvUiZgAe9FlTybElb+oylUgRWDXc9Yu1D1huJvNfb9kE5TVbqkJcjvWJQxp3DDKqMvyayYq/uZi5Blvv/QI5jATUFSayPkAj82JoM+D2ukP7UPiyJL9xlTQR8BeGAjJmA8vRiN2RJftCMgs3Tpl6DgtdA4DVwHeHnhHy+6W6LwmBMWp4AQaXFptYUG6a+KvIGQ9LyyX1k0eEueemh5Dw1BVDb5AhVPWtSLOIP1TVE9p3CqzILK2eMLw1HkzPSMooKrlMOGOJ9cgvR9sAuHnG447XXbsasnSgcXoUehCpw7RbC6p3ZjaLo6Tk9XPo8pcjm9CzmUT8i/HzO8p1wuynsgStGrGty4Ip49tER028+LqvE4haNE818NN+FwkEZ6g+jZAopUzrlxqZJfCqHiYfOiMf8IHHMR3OyNjteBU/3fityLvOIdUTNIO3ru5DIJVdD0criQZlRVNuMdcHy1oDKVxqsM9rgZb1n1bkr0gTjSH/d8EQpraWn7ikwOgImi8UUcBgL9kzlDE7pg890+gLjfrVO/PVtxtvXeUbHeU9z7IpbCuoZtrRgXGu0/LJ5ATv9aF8Ou7/EZZPzMIpAun8u0794FNA5gR8/C2ZguS/cWl6Rr/CEfeVX50JIUoHJbzd6jGD22ECrUak0tgbGzobQsZb3g4y1TLsGqHcD42wbXzfKXj10nBE9G9VTVaKKm1o3SEdxDumr3dJns0W/R84BSgN9OQLfUvYAm2OBakI87FS83020o0LePj0pxJwSbAoSIz0RiXa5fsoR9X+5n9J4jwRx8b12dxhvhw6Fsaob48UdRPrtayi45slr5uMuhAmeQJsEwgW+QMK6ayGm4X2n9CGXxx9IWjt3Z184nX1W49Pcr9FwGXT42D6s4arO17U+eDRH7jty5A8+xHA8OCL3k/SMZDRcOn5G5UKyrLkv0lAX8kdik2ZVo96TvQEXi0r1aTgOHbUf24bduaDzdU3/NXwzNYmgLmEID9nPeG6PB2/x51iBMGblMUsAie2+rIXu9+G9DjQ/4h6Vc3pSR3yJ5xTGExd7R6NnahFDiLhCs7oq2dzktDqN4A+jtBZt5zZIl32RV9x1e8uBnTbAiLrWkkKLyy3yeUM9/krbvIkdOyZbOIGl1auXlI4GNKt8coBxXtbRGH85rqYBnJWZ9HBIly9V6q5gFW1QPD3kY85460+m79jLQd/Y5MxYXsxrQ52TF11NHb5JixfuaBcnixquxgSUUD/QTA9xqUHEQ51gz1M2xKdSxF8dkmggBmZBDYStdEwy+mpYvkJakfb7+mDSzZiAcNPQaURshbJKF0HRTHiNZsjLroHcAP6J0bqs4fCCxcbA0Bjj1JhV0JAxCPALvYIT2zOeQ0/qOZVLYe3afLh7277wxFToHpAfjXrzvSXt5UUiy6tUKvDhN0OveHZpMgVWj2TpOQcniB5hPfN6nsujt1ZJ/7i2eOyoGACsRtUGyts6s4d4LaANymkKIXC9p/PRO7oObS/vWdDoBNZwfHgov6B+2uruQiWkwVenF59+4UZBKd0xU/p+gK6s0/I/RTQE0Py3iT1L1VIdiI+hMGoqXkbAUjAqOUdI2GcL9lBSAuSxDbBBcoId51jjsoEcFpB4awzSvYrsHuyvjhOBgBeB9QBbv5NxmqflLUUlkEMhFxdQC+JMqTQisnqv44Pash0F6uFczJv9q7RfGa5MhQAjZSKVENaEwdPZf0TiHFcZVIFT0oFQKcel/JwOHP0NYIBVb37ar7M5LE+fYANnAA3y1F5Pi+MmyAGvib5Xz+hLNemFMLKjPPOBrzAR/MSm8+W35QGV9I3FEvS3mv+6XW/xBUcZn5+jcOcBDayIhCvo6abbCiofjNZIs7xFTIW3oiCYYr01kXASZNhMxF9S06WqDwZKYHcQRLUbrWPyQ69sDMIQ4AALPKNsVrVzJ2BhyWJwSPr7iJb3q52putiDtYW3WYOgIn8M4rq90n5wzN8umPJ80lQwxj/KKNhD0oyf6Vmz4WSkBlTKY6Cbp9iZ6GtNQ/IAYmGCMngBokcOTYV4rZXYmqSwNodIRgQiiyLxHRKX/3YgR8No1sMQXX5snUsTwALBHLQGBBgkbhooTPFibiRFny0YtoLRkJlwb6WFYVS8jjPBJ4FmqfFyjUm1YepsoAKv7zSbO89/DyWpBdWGjNTEV0Xof55RaqsraakiXJQHNqh11zILTxb7oJf/EZ0sA8ZHH5c+bhzeJS11miesdxY4D19pBh1K/nFY+aOp7rDSbDBrRIWVPrvyJa2gyhj+S5A+/ZNnpOem32de0pqVKGENneTzrKyUkobTSObl6RHOgqJsI6Mq5n4O9pSX08Ua6SnV3M5lwAQsyzMPTF34LKwucK6fYHY6zVceNjJ8rx7Z9xiJXYC4/BjBy8WjqaxeSgYBK8fn1HG9WHJKpcWwGeqBL4xhnsJi2BIKu5FghRfdsFqRPPzigVQGVmLsO2/7w5927Nz+xc7uCV6+oe3Qh6dAx0lvQ2XkV/v26Vz5YzcNL9HT6fSILZOWZMe2nRguwMIXF/l99uiy6i5HS553BfjBu/sOHNj37s5/7PDUZZx/v//BTz99cHKbNjCz9aj02mzAem+8/40fdg717f8+fOd09Xnpqda1m4JC1622VHVwnL3YbRhfteC2JbVti3r9Y5G5w05FqCiaT8cRDx5EfYzLuQvAOBkEJdmbogngFS9Wg5QRzxZhkU0SjQMCcojfOMeKDZosGLszUize9afdd19WXsJYa4bc9frrIPn6YajyxCdWWiyq90NMe9VUcFUiMnZoe17LFhdzY1OyKjHKYgQj+k8O4LNRQ23KeGbVwYOrLntAKCq2/EZ65a23QTYvVr/21stmiPT1wHD5kvYnwndH5g6fYBWGDikIGmcPSa4JJVvKCz+/aE7off/RRG8u2duHoMyhY/vF3LSIbX2tskoPJ2N54fUg7JkKEoUfHBDdKjJ1DtzuPS82znXx4Vg4aNYUqBkFawxsHX9spJFlVJoClcWPrvCZreK1UKE3aBI6f6Z4WKRoeFHGr0toDToFvBaAwath14isflJG4PSixiUKNgOcLoz2j5p4r3+0MB3q88wWl0bUc8J1LlaMimyhoHT73ehPYS5gRXB28DoYoPSoHVagdsCtkJJxwGRFJoI7SBxwWXPwYFDWa8rZM8nNJDebTOpYgwLKjiYS8Rx4Od2+9e1Kh1KnMzWYXKn61npNcPNoZ9L5Pq8wW83jxKDNW5eqm5JKTq5N1XnswbyxRptZwb+PsozaEtDUj6xPuvQNZpNO6ci8x/aA66+oWhe7hXcEnN5iIezUOzu252vUnKs5X10R1LKsP1LgcBRE/CyrD1ap85tdnFrjvW4Myhg2F3kcQTt/U+n6qmvXD6KB6f9XaWCwBwOWkukgiuhAXaAhdLBlwkttJk6FF9fMiPEgdHAdVOgM2oTWP0SmgyF+bVKr1yvAdYAa0BkQEegmDcFa0zkiqE+OCiAiCLWFRkKDTSYCtQ4TQQwTgUomAqVQRIu0elBfALJOIuKr8ainY2X2B71ggOX4OlAP8OISS+QnmgsTC2AuCmMgWZ5En9lEoddnrek6BjHVSmro8oZyUaRVCau+eUi7IjZfekj6/dQ3Y6MM+mFPjt0y8mnEcyvVHPeC3ttzeodEbe/Y2l6oAdx1Hx8FS37BCpXlzRVJ3VwYSgybkWzYsKaBo6JTm0cUxjjTp1FXfaiY87yse7j8SoOb5x2t3qDWE6I5US0dcvF5kyFwRn1GAACXBktBDVDqfSUjoo8ybd1X3DKkY01Lfj8/WM2IZ+6iZhPdNjMfRuN7v58vnOZD/X94VR+N7f1+aHjk0+KAXxIG/ET4wOQQMAlEL9soq2eTA1vI/uWkEH7n0eL6PfNqR4/WhUaGdKNaGubtqS47/E5YOPkpy545hTNEa/fOaxyBBvdwSM6xtzb66NtBC8rh3iN9uXfNe3umTt3z3pq9QLtnRHZZdhm8Ff4sW5OtYX+WJfgFsKfEoxs1ogndGDv8blD86HOOO3NaKHj3cNGQvfOHDh+tK/T5C3WjRzTO34dzoIf/heM+PSUUvHM4Vrtvft3oUTpPdD/Q75m258TaNSewx2Y9dGehdBXYBCWw6etfgrvpNNgtzTn3C7rzXI+UAUfpHnC0T8+S2BJFqBTGN+Nz+jBIoOh1phxMAB3HY7NX1MdAQgDG/FQa612G024AxsLH7Nl5S/esm2ZtLbnh2DH69/+Q3FZ/unzk2MV1ByvNZunDj56hJ5z7r6AC3jer3TZnIxsavnfpuez02wV2+Ms30PQNL5/45ova8ctGjinLhy/a706Wp5Lwd9knwBdnH0ibGN34G1yNvseoXl/vOV0+M5VPlVCVaDRcSq2lbqH+eMHaAIlJoZz3QTTTXToy8BxwOTfZaTRUmHq9yllTva5GTWEskHFYCEvLHtXQ0EEUSsjdOSW+3itkREb9kcX29Yy+F/WK2LGHiURCRqx0KExGXzKS0WQSxxIdlLl1ItThgZ24pORFOYEe56vw+SqujtQURFzuyMMFNZGI2xX5QQSFNb0B0IyT3vvhFW/f0mGZf/Vad22F25tGv6Ved4WzTLv86puGG93TU6fdYw/vWDZLKzVnZmbqZ9fDVa3fm9l2S7q0c2755IAxUc60jgfWxpoq6UwnU12UKyCNfrGKKYtXT0slVwz1hie3Hi3NM5UMWdxQLQpWaKZV9jzDxK+3+x3VE8dWshotIpeQYU+BzV+SnsL8qSoWq4p9M26lu6jIvdJdXOz+l2fwlf3H5j10cu2kCT989/vSW3Mq4+Sfx9YFhMdaOeHLCas33bbrd82l8HB89Oh4YvRo6WT3fYubq/ctmb9Q4CqSdnPTiyuXSZ80ZPbYwcqijHx/Y2lTOxA83Xz06MqK+ZXX3n3luKTLRps5fTRkXnYNk6lkedaoFwCXp0Hz8+fusvb+MryNChItgWQ435LoU6C15jgwRGXBRLm/3G/xWxKWxIA9t9s5addvNBvbZ91ww6xpNfMX377/5Mn99/4STF6yZCn6B0yDWAi4Jt9zzcjJN790c/Wc2Vi/4o01S0nG1YO5Azw3BHPjZZig1GFqRYMcb/QbozkngRjBRl4xI5sLiEw5quwH94yQPhx/z2v760f2HOkZWf/cnbNm6V5Mtk1SX2e2hxjq3FOlumR1qfQDdpJteVNnT09n03JbU7EeRkwQ+8rE4/QYgtPBot44gZpK3UZRpngKdQ42yoZlkLh6EIWoPnrgN8axzwCy+Y0xybBdNZmKQ9aE0Y/d0qFM2KQBTWYpNwajJlwNQ8qTJ2t54USHPVghLgD0Td5YdRl1G3Rwc9ix+h3tXm+7l1OqKu1xf1TcOPZseyWoelSsCo5UT23Yu5v1ahw6iwJELls+Kla5zNhSbvZCVX5Rk4e/pnvanoZ5hyZX/trpKNpa/LwNya6GdrNrkToJKFIsUITs0ijH0ub86enCjQ0111yxrFQ6Jd1FFLPu1TW4qgtrMoFVszo6Zh3yZ8pS/oQDsd6z7CHQk8lkOG2LL1OYtN7QxXQPPdz0mloNYMPe7EmApDu1Qvrtspi5opKLm9JWVWFmdB6kHh/Z+GX+uPwEjJ+w0gmPMCkvcL2+oQUVhbXR7aEhY1WljZrySsanDjfFgD1kh/vtIV2TM2l1qisqNMaAvdwzxBAaoHMRJFzEBQYojcRSrGcLragBRRCQtROwiZaO9uFtrHCIk5UYWDcTr6N5qqvhm0xDl1pRZ2luXn/vUnZ6aXtVe3wqt/Te9c3NljqFOvsrwHeoaUVIYVf/cTnbVYaul3WxT+9R21Eare4AvKo9PqqtpW1MaQe98lyUQLK8oVfyaWNV+bR17czw/GDQ18y2r5tWXmVM88rs/T+tVdjUSVToA2NofDV/OL31clRWUm1T1P5UUeMrEcWYt36g3mMZ1Y4lcJDzAaOji7Cil+zJIocI6KarIVaBD6RTomBELxuM4lxkqx21wcUIBBj+vA7fhFsMolZ5IaygVUWHrmTChaNbggAEW0YVh9i1h8KoskGFQ931FttWPDQPgLyhxW0sgGm1/aUpQzuld+j2wmac3FzYTr/7i6pyHY+NBImbD9zAkSvAS1wg2taKy2xtiwaKTp+eFIHLEuiNfVfNoL3euNUaz/cw065yk7ZhlCMOMnUen89Tx7xUrKCzIXr/2IqWP8AGt9/vboD37SuLa/hzGPqVfuQcsaal91eEVoIZrNtflpdX5ncHHj7SgcmFUlOW8xT7ST/7DjvlpnxUCMmicWo1IiNrDFUrzAIrHQZBGoUxNKdy2EYbsHQQpHkrSU6HeaKHkdbDMI9NWWNYo53l/KHycIgO1QPsZFc+poNxKytaBGLobbFiHxtpbMuKXW1gQRbdDFpe8b0HTMCklt6SznxY+hViImt10n5w43Q4D0Jm1Hg+Ww+oJuljZq7+DzB7CqwSpMn0XebT8BYO8gC6HzMLwxTMn3l+Js9I7zNQ8RGThnxtFxgOFV1bYDdUgkdZGtRyZm71lSy7juXG0exrHPsVA/Vm5qcceOcvb0uJE1+9C7a+DYb9Knv6HdD0snSw/bPRQK+kk80c3Psy+PUjZx/78z2fwxUvgKcOnnvm45sWTGfYNVM/6Pkov2wVSz/DsmMPsPSfIQRfMMDIM8EJHJjOsyWzFeANFb0N3MmwUhlP146H3BUtDFOxlKOvpOltDLdyG83CO9n+PJwLjfzjyaop7dcxWPDzyauhiGzpC8yKJeciYSDm1gXnCQPOmEfVntL2BJd2J2LRWMKd5hLtpR71uFqYqR33yJ3v3In+4AaTrrur4WyGIGYcbegiJhvdfUdQWDl7zrASJt+Qp1LlGfKZkmFzZleOmDED7l58xx2LF91xhzT6qM50Et/OEtiNk0TTuyd3zO0nkHdUUkXUZGoBsZ/LaYGgEYvpfR3ER1UDNxuvYy7xLn3OIS56c8tFGG2M/Gql0RExr4Ef3ZA92jBa6SwZU87ycUuJKxKKuEoscfiYoO0mAMq544BW0ArnKUF7lqCKMKg30xvQqy5Cryw96asdMXlkpHHevMbSzoVtScajtirRP6vaAxjU7Qkys3zs3yq4MJa49sFWw0IOJ0ch8yT5aIwbQo2hVmF74SjsowBI3gj2gmXn4FJ6/XEbvyMuTw/lstMAYurWe9Zv5YgyRdoruVJHcWFhYbGjlKtsj5haUpBKjd3yky1bfsL4+qvSW/TZl/UWix5W6C0DVOzRbCLt7++AQyLQLBx6dzC+Z9GsSsapNyuVZr2TqZy1qGc8rMeFb5H+0OeAApgqcMn4ANQXUkfhb9KfJuXv0yVjA17cfluIJIGJBFvikakuHXcD2LufPMgfR/l3xIUBtHUJFwuXwLVhqJaURKVaLm7Y6/+DJkUU9HVGxvru758BQ36jmeXrTF/zvt0z/qIWBs+Q5s129zXkmb7W/aov7VycIQSJqbx/EwvMqxd6QtfAuRhraBSgeYM4IfXJILmER5adSlKGXs+MvSqOX4qb1zQ+9dpTjWs2iwtBC7gStFyb0zaGp276THr8iSMDFAZ/vvtVQ8vYsS2GV3fv+uEP4WEZDfwUSEm3ST/+6yDFwgv1MlABqpjYaogmi/mCmiV2DJlzHmgxW00J0ZuOh3KVha/IJd2IFSR3SI9/hspkltx+Qa3x9obPN4PFmz9/IFdhjsK6lEd+jCp8801/Ba3k9rPDXv3mblnXUvro7m9eBcN6eg7kaj0Qj8UjW9uAAUNeuleBwWKmSK1SBgFvBcAw5w1zZBeReTQ2flpD8cs3nnvwxpeLG6aNj40ec92zx5+9bgySOGRd7KJJG/fsvFW6+tadezZOgp/rSmdueXPzXe+/f9fmN7fMLNVt3Dkf5UY3zd8JhdzLfHPq5rmfATO/aRMv/eWzuTf3+ZtmZX8LNsqP9Xr79SYxPqArYYPaSwA79aFpDugKYyra32uvGBPZvu25bdueAwfOodGVlrmkc4TWMJkfxfSNSHpCz4QJPYtnV7a2Vs4GTxFSPruf7f4GIzmxr36T6R1WcyMChnnvHQuwbkkRVU21Up3UHDyekn1IJL7L29W4ut82nA6OB/vGS/mNLhpe+1Dj8wfv3fbofU2xzJOZWJNPX18MHiyu7yGqMMxy1MVJ/4PoXaWeXuNIQJyu5EykZJOpvlwYTNOk+xrF+YEdvyk1bWI8k4lPnJZKt7WBg0TXRjp5Yezs8+fS79AvESwl7de/q/+rduwj2RwhwG8bU4OD4uwgDdiLx9hLExJux/piaUJxfb/W/O+3Y8/XiOS4o4OHzybUdum+lgTvkFbMXnCM9MUlGvFC2rnDTPdZTJYDh0xIfJSdRv3ITtAZDdDvg0aDCTs5ZIiSM1mZAgkRb4AjQYaTvdli546ySSReOUogXuaPb5z64PjxD1oqRV+qfEQkml+24KFrDjU2gq2rkLgy4sapw9ZMbcifsXiX9OHvtm37ALhuX/fJsTsnHLguNq2qtgF+isSjSukl6UXpZ9IvjEU1zUUuw4zOxXNul7Y42pd2Dgm1dKQdl/8CRB54EBS9cvnwG579+trnpJ8vah7R2jsezFFS7G7KiySGO6mfEhtPojaFXkcgyxC5RXoD0fkP9lm+ku9nvqAm0etVD3VCsqSGsvRXiLCQzX9ZexJvlhLEGKIzQZbY8MIHYzW7WaJZEiJxwBou6A+kU0aCL4TtTWVnmEiC+bnXAjT1s069HV4eErz1M8vWXBGfAG06s5Kt97vOHrOH/C6m0h56t9E2OWxQ84ZQFKUYaX2RtYFWaatElqG9oVR5qNAVNwBg4hxr7igb1lxmczmESLwmUhN2GhQcrVBpjCqrs0DlaBheC9+8TqgaNc5rcFeNVj4RSVYtgKJaUCu8QvOVM7s1cI4ln9ZvBE6wHYwHxsQCh+Con9tx7Bvpj2+Mn0TbDTZxgyscsqMfHLF1VmiMWaXhlIXx8dGRqUJWE9OK9pH6Kr3NYqsEDANL3cG6aLQuOLOuyMyykDaoi55fn163ZPGaZHmk1KDUmF1CItGSKcX+pCyi2mm1jTM3j9y/TTrzX972abUeg37YWPUfQMnm44vWLKEtGqvRrBTyH9gsffRwYf/1hjwy6wupEI+EOBG7qbKKPKgEfBx7gLnICPvencqw99x+l8WQ9zsILGpeLc1AFLL4ZAYuvoQ9wn/BHxeHNNJjaqeNHwoadQpWJV37kTj/3gDcfSmDAq7Pt5OW7CQnCA4qldP9S6WNCaMbWDGKomw4SEjMm0qbiZ/wNDGEtBhFIWd5g38QjyzNVT1VzT1NNei0pukZoHqmR1by6yHnPUfJP2z8XjPbQl9/bpVldk3b1hKawklZqmRr25ZnntnylPQ14J86shkew7Fs5WZwnWxcQwxs/p+oO7w++/9t3cH10v9K3csTlv/1ul9//X+n5v3rriTzslz7vrqjueQ/rzf6+3dqPXrFitH/cY0NfRhMeKUJe6tvpkZRE6guai61lFpNXUltpW6idlF7ZY8XoNdXYBSkZWy5fGPOkUpKtGLsTJhzSc3k7IBSvfHeMCmnBAanD87/Lff33scNCtk7VarsTSq7qkOlKh4uVLTMXbjrPIUZ6YXPDet6raMYXcqXFXWnkEBW5M3el1PelTWCqQGJ/TNKJ/pHchlkC+Qp/Y4sj56D6oGqYVcVd/5p1rBdC88iRh1z9R0tYdeQYpVKOkTum3LRMUmK6PmWqycuSgldlIItW/t89QWpEoKYOpRqozYieftG6nZqD3Uv9Qj1Y+pZ7MEX73j1sXzEUL0vhv6oQdreoVwoDoqHLsFdVoMcHp5IlhXRBMQhuulPNnGR+pZyvq38wem9ca5Hdo5YPyRLDakXtNhxM8yYnCaTs4Mco+S4o9+5fGQ6ZG4dSSa7Fi4eGZ0fEdXqQrVaeokEYkDpDCbKWzG+47mei+5+41+myE8DR48+sOoF/ITVorjUaLUan171wFHwA3zNFO13NF2Uku0TD2DPwl2jBJ13YOWil8f9GHPJBI5edG/Hv0yR/wjPiHUdKVZC42yGGk6tkHW8eCTOElbOC8wYNgGrvuL/2H15APFxhGPDPCRe5kfcH1YXTQXSKSTP95lVmGVfedhbHsCKxYS7JPZgeEspSvZfU25AnzZ68kTpnJjnMYKj0C397T0FRl1gIFDse/6I9PKPN5w+MB2An+3jIU0DBQR6xW2n1yn41T8F9M33gNj7m7OnNz+9efPT4OCiaQrE21h5VVXDqpdWbDmqVTUOUfF5LDQopi+C9DUfXH3LP28FkyYse3fmlCkz31068X5AfS5tmEBrlKUmr15JjwHxJx8HJfer+MWP/HHjk9Lro2mlJU8Z0yg1TNXvQdmhmwH7/HqlasVx6f0gfubm89T6t4dxClWyQKVK7ehY9vQMjf5nW6beX6NSRZJKBddyYuPm09dy/Na/5nyTy3bFApoPCJr7IJRlNEycRd9D3o2Q5WYMP9zdX14BcjkA2y1Sg+U3fsC9J8lyZm5hiO7z70BTGjTWUxFgjEA0esvrsjkUrgvV6asTTWURoWAoeCTv0+gB2f29CwGwW3ZyDlGm8+gKpHC6vJ6I0/EKQVefX3b87tjXLhVMp5IxQA4hnx6EQ2QvEjspzKGgWJHEP3il7ns7VKqPP1apdqBhFYV21aA4vKz/q7/7bdlycUbo36Z0v/rJ6z7/tl/cQbX8GD/ngQfk56BQNSh+TnvxJwYPXDpvX1x6laG6B8qsvWM8oSUMhH0RWx8F8exK6TW2+xI8PJgLk9lfgeOX4td5UjYkuh/YF2uUaqR+Rr2FrUx06LXrAMvJpnHYTs7a10Ryw4R7r4nmIOnmBLUH9XghRbYA+TrgAakw3vDEciDe6UQX0TiC9czSobCPaFdhWRNbn3DoAr6OcS7RcINRcvBGdjoK+TomIRI9GVG+zorWUFjHoAEmZSI6ptiifTD2CKvWF2jUuqRBmqKw8goFb1Xwe/0avzak0cjBOpzEK0QDuN63MxWKMi1tmRAUeYHT0SzNv0hbvT6uYNJQoVCjgQEO0HRRBadaOK5msdPNBxKekgk6Z41BGw8LUa1Wqyop00LIg6DbJvrn+PKnHDEAlV5vKSqMDBeg0mu0VuR5LFqdgi9YyAKnVsu4RY+gh0o/FG2Fgk4rlLz0hGfCakds0fz68N/Rh3wMfbHHyBdrQ1+s7XMmYDQWmIxs4C2FQiHiVxI7/FptSOvT+jWasMa/GqcrFAZxSqYo5GybOcHsDkALZ1FZ9KI5TzKZXTqzaljaoFUDUFJijqhUeR3xcVtUfKIsMbslpWcyFYtXWtRCnh2AuBPd5GJo5/Try3WiYUks6ntimEGtMdmqRKNQ64acErB6lgd8JFg+t3Te5a5CjuPjkfrqxgZ3yp7nToWKvWrbYaDsTm6qmDZ+LA3BukvaoIO+dViMEGgUiX15PUjQgp9oJOYWoeoYlMZBjFTjz2fL8XcXTGHsl6qczY+nMWHg/HjdD3LzHg0Gm0qM+fN0/DyXviY1UfrHxClgjr+sNhYvNE2bzCXYHZ+UFGdvkLZvaiwDCloNY02bwFr43PWfcAaGneb1TGjO/tapZ0dkVwCWpmHJ8Juk56TnNzXFgSL71qhWRm0L1xW+F5Q6alkOaObatKVpuBns+LI2qs2bq3E0ZadN3bBulTG3H0J0XIxUMVWKeO6xuZU7JA/oGL8x7qadgMURSBSua2jMYpPEhNEP0I8Phf1IhBMSAou6C+vz+4qAMZ4QU+EQWy7bc5SjDOlL2qvcBQBkFTqlEknvENQAwKgVSpahGY7lFCwNzn6wfj04vHCf06zZu6hkZBF4gKUNJq8lYrQomE5z4IEKGoBaRu9zRT2rlvLuWNz7eP8tOfjhEUZUGHgFDcqhgjaw4qx1wKrQc0rVbqji1RwGGODUrO4MeE8qAO/97rYRKKiQXgb1ukarwWbQsDRKSOyu27fF5fXrfXdJBe5ALW0atNfBUqXnoaKV/Sea0SyUHbXizSgxFCZey0QKDysxrNMv4NEE4M0FoqrJ19HY8wUfwkpfEI1psF5GIuDR+4exgTUePNBN2NKN58Kc30vRvpCfwzAEojVKx0AU5YPWHGOEh7IAg7giZg3HaqNXLlrlMe5tAB3StPttXpoZF2TXF/mK3ez+DW9KH+zbKf1toVtfc9/3tkUK8guUDH3lLw+ub2b0Fb4rvn781mBQ9NsZXflxKbvtSOS67RvD4ZvXvnimRWdv/v3rpb7hnYEgRstpAYikjf4gGjyiwxbFXTRkKwsayhI+hVB/MAPVYyPbnOV6n3cv8IPKXb89/XNAK9yzlzw0kfa9Lb0Dq50jn0iVd9w0BJZmxkVFae8BEHhr44LuqrmJIRaOoYErGFSpLQ1tNYEVX1ZxkYYmW55BKdhm5M0ImpnuA9OGqDXW0CywASi3tR2XPrksX21X0WAK0IL4xgWddrumOXTtzZsLC6FFb89zODQqT43Ce/uNrxy8bJbTp2+pCY26TGpG3y94XsO9x/6NsqJekKEmEo9TqVA4B42GFT74FNBBJoC5zDo6zdmBBiBWkzdDM/EhRDZkABsFxegCB60hWMcQfHk6RYWxXyU3o6PRB2drXcMmVG2bY9Lo/VZPlSNQXxTMM2vVKrAi+fxfpC+kbz5/fB4L9KoQk5j/BRgHusGUy83wyzHbf3L8J9vHyAFYPuSP0qfSL6X3JelIu7uMHXnTs6c++/vp11rzq2o00rv/VEBo3/jG9m6Ldfatp7YvfubATPh58UOVYZfZYVWxNKNXaYPBgkB+nhZkf7np6Rl5ic1HgfWeyMTIWu1xaask3aU5cI9Dy0DP8efwJtBzcsDtPD5LMebRv0v3HDsASv72xvfmRKzj77ksfpN01d/ApCYWlTz1tmd//fpPdkyG7tk7Xpf1ScgYQ/YB8RpKPdHpXkZtQn1kH/VDihIsfh/2UIl4R+y5MvE/jQ/mhdBYVkR+5dgFaCJe/j+MH11uKDWgv+XfETI/qig4dxT7TKUzBRWIMfruW0gIqB6DweBFv3/3bP83GfwYFj/srAKnoCuff0co6xDG0Pw2Bn2bWzCvKdvhxrA0FQrTQaMVa9+EYoDYndTia8TFipGldViE7lX1I/gpVrYEsMTqoDfFg43NRKvAGmWAlRx0sQtbp7mx2ZkR+z4W9UC27tUD8jg0zQS1IIgtfzn3oaetWq0ubn06rY0P086V/nrcAPPyI4bloWRouSGSnwcNx6W/ztUOi2vTT1vjOq3W+vQhl11Z6AIpAgz5CqN0+Bi7AxdkT4q5coD+EuUA/aByHHbG51Ay0isE0zLlKlTawcH8RdqEFVVq4f5QQhUExXdLx86YCj2CwtTzDtYFfKfHpBA8haYzoPJu6a2gKhHavxCVZk1oF+Vz0Vg+V7dnTx0IFBeyuKSoTicXJL11N6i8dEHSsbtB8cCC2MLiAMAFcfmxaK/NjMyHm7BEBTCTiycVDs8qAZMSiCY0hzA8C0JYRkbjVoB9nm/fcXzV5e/fu4BHZ79etRuYHwbDpINr16nUR6S3jpyzgU5yDkqOHIJ3wemrf3NgDs+Puvn1VeRMuZ06z9RK96ySXrnvCenlY7ZrQOflIH3fk6DimE2cJK8/5vD/dKheIqpZivigUwO/EE5becS8lAArHw6iH/NdcH2PH0z88KGyx0ZZPrdIQ0Hp1dJxcOLzeZ+BTT/teA7W4glNekH64M0NG94EPkRtvjf/cil545z0BOiSvg9W55fNjcMFqJSr18z7bO6UMc+N6SJ3behfElxzCa4QyaznAT+FPU9NomZSi6k11FXUQ9QT1AvUq9R71EfUGfSO2AanDoRlSGEaW+KgeRqLGLTs7wqbPXNEhCBSglWUVyVSZDHCGifzPZ51UowoL1/UASDqADkRqdy6Bda3E0mXxAqMIroljLPk1juiMJXG3Y7glaYQk4HYYpArTb6BlEdgjXCyXAzoe57YP3NYzoFS2RQTS5bQ7MgWVjevxE0zkKd5lsc+0NUKtZpzBxzAoLRo1Cl3ZKHVEA8WiWOa3RETfwvLeXQODs4EXKLZzIxt58wWFwM38Zp4mbGpNX5uCGfQ62w0bXDCiRreF9Go0SFrCdSjSdxkQkeWETQVQ0Iah3PINUPLF09ZYr5qb60GzPvbsDg9dk1hqC7AlC9s8m7d9+iw4dvXTYpxyWaL9+xKndIslGnJ8WHG5HMytGAwOpl7GYtZ8CksZnN+drFB73TUGgz6VB38hjHo9bgaqDI/0StFMeVWFZeDaJ4Z5NljTz0angOBEUJAA5qhoZZVsRwNWIMV6HkkYzm0pmih88YNt4Chsxloz9eCVQq1jteHTF+qQ0FrSHH/PqULhAzS187y2XlKLe253y0/zM5JJ4yRPIURH+hUSiOYMnaHxiRkgbMxpKloMAsamFkhfT2ynm7vYtNKMKxk/ohO3YqbD1TVbF85Vjn+ykpr2sIPmb5thKGjex5cbi7TobcmR1RBl0IwotdmhHPVZh/DWAp8LGOlFzrq0Ws7nHU+Q3ac3sbQRp3ejupzWkwZ9KrilFf1fwBUC+G2AAAAeJxjYGRgYGBhPD3hfEVkPL/NVwZudgYQuGJ81ghG////n4GTkQ3E5WBgYgDqAABkIwvXAHicY2BkYGBj+M/AwMDJ8B8IOBkZgCLIgGkrAHsKBc4AeJyNVktrFEEQrnn0PIybLIYVNQRWSUyULIqo6EXmsB69iB4MiCLiRSKCJ3Nq/Bn+D8Gjv0q8rVUzVT3ftJOsSz6qu7q63tWTzNNn4l/6kij5RVTSf+F1wbTwPU/WAid7PzxjfHWePplMYXcYruNdK3TPd++ZzBjkXt7pbkQu031r2/d61YcLzvwEmRzsr41VfcmppxhvOeSdOvQdzouUEvblO+P4rNhG0KieB4Ky50+cD7k7xdxYDhRTF9VC5Y5beIijy2UjMlWUb8sD2KfMQx76moS4kZqvrj8/4py8CTmyWHp7EneKPp8JTzON20W1nyr9wvxEZfK4lxhbA7897ZSWd0WtOnOtZeqpSTVvxsOeUt2H2Eecr8TyhT1TQvxQuwZzEs58Vx+NK/jIuhaMCdfgmYB9WzDC3mzkXY0xVsv1sKejfoHZtLNG52/C+4XeTdnH1HKi9K3kifGO7zsByyeF+sLyE5tPXmdM98bqrXm5aLNvvMQP8v3Q+Gw3E6ybL6jd/ewb04xyp3EzfQQ9dkPA/BaFwUOvE+1ID0Y9vBHHoXaX7Qzxn0DzafNscuEu+3KkNLxDpfK0DvPSr1b4prLsbGRWwqyKTAX+W71l9utO/gTf6TBX1L8P5W+6Fc+T+mlvcxtXjXd6Oq16/tzqUa+pWYQD81n9nzO2wcZS/XnM60sghz4/4fMrI+9CjKuM93z+Sv2+rXpqpge1+h6D5TYF+F1AvVVELb9Qh3bNPm7gu4x1wDuDtdZX99sF6NQeT62v4L1NZUZZvtCzlNftXNhsQJ2DriryIe6J6g+9qHU/lifrbYy7gPOSzu8NzCfmsvwxOAv9yPY+tHd/9vpD/MOaXGa5Taa7Y32h7/h+Nc5/Hvn3FGzNzReIbW8sLtV9nfcfWe+h8rNyqFvWS51/6cfMZlz1B3m3ov1Cv0cO7Xnawh6xb5We79dDW7Oov/7pDeDv2t18BPC/RRLPRUAKve7pruRcfbwTZDzdFHre7y/1CnzxeJyllntUz2ccx9/P404uuYYQGmnNQpFkihBiIeMQi7kzs2mbTYaJZYwk17k0l61NyD3kHic0cg+5h5BpriHsZf/4f+uc9/n+vs/zubzf78/zfU7Sv38e/wExkqkIFkg2AmRIhYJBnlQ4VCrqCq5IxUdKJcYC9kuyXsoNnJIcoqTSA6UyCVJZ3svx7khZx8VSeXIq0KNCplRxIiiQKtGvspdUpZzkRJ5TulR1tFQtCMRJ1ennzHoN8moWB3CqRS+XGQBOteOlOp5SXRfJlRhXuNULlOpnS270bAA3d/LcU5BHD49H0nv0b+gPeL4fDtjzRLPnSqkRPRvDqQk9veDlxbs3tb3h650sNeV30zBATjM4NkOnjwOgjs8mqTleNefpOxTkSi32SH7oaQk+8APwasVeK3r7k+9PnQD4B1C7dS+QL7Whdxu4B1IrkPi27LXjvT1x7bOkIOp2QH9HH6lTohRMTGdyuqC/Czy74PuHSVIInELg1xUdXfGpGzy7MYPuxHVnvqHs96BmT3zsRd3e+NQHX/pQOwyuYXDpS1w//O5Hj4+pEY6OAeQPwMeBhQFcBoUAzsHgVGkINYfQcxjch6F9OLMYQd8RcBoJt0+pP4r8z9gfzdn4HM+/oPcYzlIE84kg90tyxlEnknMTiT/jWR9P3HfR0gTmMZG1SU4AnpPxMIrZRVF/CrlT4DkVjT/QJxru0+AwnfwZadJPxM9kbxY5Mcwxhr3ZnI9Y+MWyFgufWNZiOZdz6D+HnDg0xlErDo/mwn8e53E+81/ArBY6S4vguoj5/EyvxfizhHpL2VuKd8uYWTz7v+DPcjQvR8MKZrYCniuZ1yrqJHDWVuN7IrUS8XIN72typLX0WofGdcwxCW5JnOv1eLSe72MD3DfwHWyA30Z6bWQWm5jLZvzaTN0t1NqCH1s5h1vhnUzeNuK3wWl7+lvsgEcKmneibxc6d1NvDzPchx/78Go//FLplYrfB/DwADoP4n8aZyYNPofodYg6h6lzBL5HWEuHy5/EHKXnUXQcg38GtY6j/zjzO4HWEzxP0uMk6yfRfApPTrN/Gr/O4PsZ8s4yp0x0Z6LhHGvn4HUeb8/D4QK+XKBHFryz4HyR2IvovISWy+xd5pu4AuerrF/Dl+touM65yIbjDeJvMuNbxN2idw7rt/kW74C7IBff7nGW/+JM3mfvAb48RNMjch/zHT3BhyfwfEp+Pt7nU+sZZ+I5vV7Qs4BvpQCOL9H3Et4v4f8Kza9Ye11cRhVlimySKfpIpli+TPEMmRIDZUqWAwtkSjnJOBQGK2VKe8iU4SouGy3jyG/HeJny6TIVfEA213SMTCU3QGzlXqBApsoeGacomapjZapFylQPlXE+JVPDH/CsSU4t6tdiz4W82sTXIbYu3OqOlHFlz5Ue9YfKuOXIuAfLeFCjIc9GEQDeja/INPEESTJeCTLerDclppmrDHehaR4k44se3zyZFvTzg49fpkwrOPo7ywTQs3WaTBsQuFimLfHtQPvRMkE8O8CnowtAYyc4B6O7M750QUMI4C4z3eDQPVAmlLgecPsoHBDbkx69vAAxvdHSG+/64G8f4sPQ3Bce/dgLj5PpT6/+KTID4PkJeQMTZQahZTDah2TJDGVOw8JkhsNnFBpG03sMdb5C29dwH4u2b6j/7QyZceRE8hyPPu4qM4G8CcxzAjOeiK+TqPs98ZPhNpn9KPKn4N9UfkezN43cH5nr9DeA30w0zcTbWfgaQ7/ZnJs55MfxnIuuucx6HrXnE7sQXYuot5i4JcxxCRqXsrYMz5Yxw/hUmeXMZQW9V6JlFX1/nSjzGz0S4MsdZBJy3+J3vPiDc7Uab1dzFhLxZQ1c1vK+Fr3r6L+O9yT8SOJ9Cx5uRWMy3nDPmO3sb8ffHZyHHehLgVMKfXfSb9cbsLabWnvwfy8c98JvPzn7mXcqeg6g+SD9D8IlDd6HwGH6HGEvHc1H4XyM+hn0PM5sTzCrkyGAvdPM6Qy9znKWzuJRJuf1PPwvUDMLXKQWd4W5RL3LcLmKD9fIy4bHDfZu+sncgtct9OXAP4czdZs+d+h5h9934ZiLj7nJgNr3qHUffffRlIeGPPz6G20P4POQvIf4/5i6T/h+n3Dun8LtKT7lw+8Za895f4FnBcQUoIV7w7zkLLyix5v74nWGrPGStc6yhTxkCw+VLXJKtliIbAnWS/Lb4Yps6TzZsk6y5VhzzJat4CdbkfhKgP+vbBVPWScf2aqustWiZavzu8Ym2ZqhIF3WJVK2NrXrJMq6Bsu+Q3y9INn6xLo9km0wQ9adNfcs2XfjZD14NqRWw1xZT9AoSraxPyiQbZIs6xUh681+U3Kbu8j6ku8L1xYOgJp+biBTtiXcWhHvv0A2AB1t4mUDqdGO96BwQH4H+AWn/B/8A2W9n3QAAHicY2BkYGA6zCTJoM4AAkxAzAiEDAwOYD4DAB0oAU0AeJyVk99qE0EUxr/dpE1rpGDRUryQQUTBi920lBaCN9s/6U1oYgilV+o2O0mWJrthdpKQa19A8AXEKx9AvBe89FUEH8FvJ2MTsUJNSOY3Z+b8+c7ZBbDtPIWD+cfHG8sOyvhk2UUJ3ywXcA8/LRdRdh5aXsGmU7e8SvvUcgkv3WeW13DXfW95HXfcL5bLeOD+sLyBR4WAWZziOnevTMacHWzhnWWXtz5bLuAxvlsuYstxLa/gCXXNeZX215ZL+Oi8tbyGbXdmeR333Q+Wy3jufrW8gReFAo6QYoQZFGL00IeGwDFCTCBJp6QEEc8FdlHBDvbhkQMM+BVLXpnZSa6Sa+4d8SaO0tFMxb2+FsfhRIrTMIlmYreys++JYDAQ5igTSmZSTWREhxrrSRgvwNRESzHkilqa6GAqs3TITYuWHsasIGQutGRvPAhV7tvAGdqo0/sQVe7atJ3gAk1yizvUGmftenBYbbRrJxfNRqt9u4znRlVGtfldgT1qO+CvstQXnEuVxWki9rwDr2JE3i54k0IkpWSm5XkTuyadoF9q/vvm5KZR5T4d0u/CulzVkk/X5s8tijkiWoembVe0hbRqE++S7VxESbjmu46pmVNpDmSYSc6pK5XQqdB9KRajzWRH58K7qTInXaoTWoWRHIbqSoRaq/hybK4kqY47MrODVqayv3qjtLhuzk3PIhbPEkwfNPtS5SvuX+sN/4jpGWXoaz2q+n5eXjiP78Xp/0TwOal5VxLTef8fMf0BRSaZ9PELz4vYEXicfVcFdOPIsnVVmWInGVimt8yU2JacLE9gmZm9st22NZYtjSAwy8zMzMyPmfYxv33MzLCPmaqk9kzm/HN+TtIk3b7dfW9XKSlM/b8/+BoXkMIUpW5KXZ+6LnVj6pbUrakbUrelbgYEgjRkIAs5yMMQFKAIwzACo7AMlsMKWAkbwcawCWwKm8HmsAVsCVvB1rANvAm2he1ge9gBdoSdYGfYBXaF3WB32AP2hL1gb9gH9oUxGIcSlKECBphQhQmYhP1gfzgADoSD4GA4BFbBFEzDDMzCoXAYHA5HwJFwFBwNx8CxcBwcDyfAiXASnAynwKlwGpwOZ8CZcBacDefAuVCD88CCemo09UZqBBrQBAUtaEMHbFgNXXCgB31wwYM14EMAIUQwB/OwAIuwFs6HC+BCuAguhkvgUrgMLocr4Eq4Cq6Ga+BauA6uhxvgRrgJboZb4Fa4DW6HO+BOuAvuhnvgXrgP7ocH4EF4CB6GR+BReAwehyfgSXgKnoZn4Fl4Dp6HF+BFeAlehlfgVXgzvAXeCm+Dt8M74J3wLng3vAfeC++D98MH4IPwIfgwvAYfgY/Cx+Dj8An4JHwKPg2fgc/C5+Dz8AX4IrwOX4Ivw1fgq/A1+Dp8A74J34Jvw3fgu/A9+D78AH4IP4Ifw0/gp/Az+Dn8An4Jv4Jfw2/gt/AG/A5+D3+AP8Kf4M/wF/gr/A3+Dv+Af8K/4N/wH/gvphAQkTCNGcxiDvOpHXAIC1jEYRzBUVyGy3EFrsSNcGPcBDfFzXBz3AK3xK1wa9wG34Tb4na4Pe6AO+JOuDPugrvibrg77oF74l64N+6D++IYjmMJy1hBA02s4gRO4n64Px6AB+JBeDAegqtwCqdxBmfxUDwMD8cj8Eg8Co/GY/BYPA6PxxPwRDwp9TqejKfgqXgano5n4Jl4Fp6N5+C5WMPz0MI6NrCJClvYxg7auBq76GAP++iih2vQxwBDjHAO53EBF3Etno8X4IV4EV6Ml+CleBlejlfglXgVXo3X4LV4HV6PN+CNeBPejLfgrXgb3o534J14F96N9+C9eB/ejw/gg/gQPoyP4KP4GD6OT+CT+BQ+jc/gs/gcPo8v4Iv4Er6Mr+Cr+GZ8C74V34Zvx3fgO/Fd+G58D74X34fvxw/gB/FD+GF8DT+CH8WP4cfxE/hJ/BR+Gj+Dn8XP4efxC/hFfB2/hF/Gr+BX8Wv4dfwGfhO/hd/G7+B38Xv4ffwB/hB/hD/Gn+BP8Wf4c/wF/hJ/hb/G3+Bv8Q38Hf4e/4B/xD/hn/Ev+Ff8G/4d/4H/xH/hv/E/+F9KERASUZoylKUc5WmIClSkYRqhUVpGy2kFraSNaGPahDalzWhz2oK2pK1oa9qG3kTb0na0Pe1AO9JOtDPtQrvSbrQ77UF70l60N+1D+9IYjVOJylQhg0yq0gRN0n60Px1AB9JBdDAdQqtoiqZphmbpUDqMDqcj6Eg6io6mY+hYOo6OpxPoRDqJTqZT6FQ6jU6nM+hMOovOpnPoXKrReWRRnRrUJEUtalOHbFpNXXKoR31yyaM15FNAIUU0R/O0QIu0ls6nC+hCuogupkvoUrqMLqcr6Eq6iq6ma+hauo6upxvoRrqJbqZb6Fa6jW6nO+hOuovupnvoXrqP7qcH6EF6iB6mR+hReowepyfoSXqKnqZn6Fl6jp6nF+hFeoleplfo1dQdmbZjBUGmFwV2Ixsoy2908qo/pxzXU5kO98N0EFp+QYqa6nnhYjoKlJ9u2U4vH3ZqjuW3FYadnLTtIES3m/VVz51TubWu26vZ/Xxcu1FIbquVDex233Ko4bYzoW8FnXTH7ak8z6ZqlhOmQ7un0r5rNYeb7nzf4YYM5wedbORJlbH7dXeh6DnWYq1h+w1HMaenrDDnq5avgk5elhJP6LiNbrrlWO0Cb6bpddy+CgpzrhP1VI3XU9RNIRjS7cjLrvEbblPl6lZcU2i10/wXpOuu281L0bP8bsbz7X6YbVg95VvpltsP+bnTzNqh5diNYqgWwlpH2e1OWIjb83Yz7BT4Wbtfc1QrHE6aDdUPlV9MOr68PpK0V0dBaLcW07KXot1v8nsJTrfjd0dbVkPJqdXm7KZyc57dCCNfZT3Vb9hOoWd5NVmr8rNWUybkE+Z1qqYdZoKO5atMo6P4hESwkSBUXq1uNbrzlt8caVl8hINeftBIy6FnPItNwMZwvVzL9WV8OH590Iln0p2MWq0a4TDzzPlusvORQSfewpDnREFNjFHo2X3dLCYmits5txvXI2sixUfCOOkN2f2Wm8CChq9UP+i44YiGJa4YYmDSKtSt/qBp+b47H6+jmDTjVeSTduTp57Ej4iMSH/FyAnutqrUixxnW7aBnOc5ytdBwrJ61blnptt1i2ymrxXfEV3m1yEZjNYak0XDcQA3zqfTtfjt+PcPn2Vf5huWoftPys77Vb7q9XMPt9VjjbM9q91VYGJxX5K07R1kf2z2cVyoc4a17nkzZ4As73GIXKj8hK+qOLGGZXvic8kObGVfofsf17bVsX8sZYsfXGh2ZJJy3Q/ZlcvBiMrF93BtOHF9jct+lrlpM820O8nrJwUjYiXr1gNcqB7dM92S50h+KA0nHclrFOLokMSUn83KIGHHsfpfNmRxlzouCDm9rhG+P8jls1ORxHELsfpbJvc5isW0zQz3xQRIdhCbjsA/4cOW+F2OLJ0Sjg8ubdAvxCwmZ3nB+sNdsMnM26ksMKbLF+NLIATfJDwLqNPlSsBv48PrpunKcYkOOtcUHG6pCh2XU7o6b4rZc3Iq8ZEQOZEXiyNp6R67cYCSeYNkGQ5G3IUim4Rju1lV23uc738mEVtANshxReTNDdd9WrYYVqII4N7knmbbvRl5azjLDHoma2bqyOEJQIwpZSo9PxfJi/9heOrDmVEHOp1Zno3bZca7PfsLIQdfhiOHbXRV2eMJ2ZyjiuOTztIrXUHdUhs1rNzjMR43uEMvI6+HrO7quFR/78rbrtnk362JAcclAhjVUiwU+cxXGO80nTb6kSSO+xEkzPiu+NxzC+0E6cH22GhfJPYlbfHkGmS1OKgOvpXndLhumzf5vckqqu6xxUdtZ3hweWDvOKBzjQ/ZrqDi25tnbPmtvcUTkmFdwZBE1tkU9z3GBdW6r0fiIa4MMNpx0E6fmJJXWes0iY8OOG/Dhq3wQ2aEolhdTCWO2wYlKKc4wLkdlyZRxOpEt1CPb4R208wz2JO8MWT1mt/oNle2pZtcOiy1ZErOsVrx0xXmgk4Sp1lhLrWi6UV2s1JcTj/23wUjivw2G2H8b9GVfhfX44hJgfoAorH8111RBl9NG1rE8qWKjhMM9ty77im/jsPZ37LfCmsgN9dRJM9GZd9vv82aSdzOc/Z3Fgg4FfDDLl4bAOAwtCYPSL6gFT25hoi4L6CXvZYIeLyTT4qvVp57q5Noc6zyrmecwF/siL98S8uZo3IhDC7u5mecz5uxlOWn5YhiKF8SvOcvWxTsdgDiYJMkivr/pBkexIYFIuuxKsGFXpmul6mRxSWYpBhHfSL6+tse2jupJi1+bKA970dq1cna2aihOoDKhHOPo+mYt/vDq2Mppjg4STbKaFZKiauwm9lBkBx0+UZ+DnZLEs9BocoDS2SYYfLSs3GBEB6ilQxKglvbjANUJe46RbgRBOcve5JBZSKKqNjFHJs6OG7HfbS+wgyUJacW6sUHSStfKY+Wh+NNP5s/yIK93dP2XQ5yuk5AfD+YdxZdebJg0Yscmz+PPiDisx1eiVh4vFZKUH2cEvvZ8rSWzJQZZ7xS2rrxdJRX51K57FAVNsvs+rfYWyY/q1PXnqR425DNZDa27s8vjOFQXY3gdq843slYuTa5cNxpyOK1HoQo2/b9Dsq2RwXAcg1ds0ItjU61crkhhDC9yNo3qeiO6k15gmYcWBp8e696Rw8w12Sz8Uc0hnb/0BsGLv7G43/atXrbF37Rdn6wmh47x6vho3Q7rkRy9loEjoeMXkyoeWua4TLQ+S40s6Ufe0qfiq+VL+skVn+fPXHc+yPE19V27meGLES3wMu265Jagu+hxUnMjP1gTsWL8OcBWcbMtDsuOSkshCTy0PQoikdY0c/LPjT2nqB61ca6bmVd23eV/HPr8yy9US6Px3muDzctYZZNkSYOc6yQ5Rx6Zo003XPJAxiaG5/hTnL9K4zXxyMTYSJLZ4oGaK0MlKcpSiFYThhSmFFUpJqSYzEV9+9DxVWN81tY4j0wKaLIsXQFNCmhSQJMCmhTQ5GS6VhmLEXVplaQoS1FJZpsal44pRVWKCSkEND4mhTwdF9C4gMYrUhhSCGJcEOOCGNdrmx7TteBKgisJriS4kuBKgisJriS4kjCVhaksiLIgyoIo6+XN6AlnxnUdvyHQsqacMXRt6lomr8gcFWGtCGtFWCvxA4FWNHRWiA0hNmRaQ0CGgAwBGQIyBGQIyJClmoIwBWEKwhSEqZd6aPxMQGaVz7sVPxNQVR5UBVQVUFUeVIWmKjRVU15uSEtoqoKYEMSEIMQXFfFFRXxREV9UxBcV8UVFfFGZEMSkICYFIaaoTApispJulWIZ2RTcih8IQkxhsCm4GJeiJEVZiooUhhSmFFUpJqSYzMwpDpvcFEsYMpchljDEEoZYwhBLGGIJQyxhjAtJSUhKghAzGGIGQ8xgiBkMMYMhZjDEDIaYwRAzGGIGQ8xgiBkMCV9GWRBlQZQFIR4wyoKoCKIiiIogRHpDpDdEekOkN0R6Q6Q3KoIwBCG6G6K7IboborshuhuiuyG6G6K7IboborshuhuiuyG6G6YgTEGI6IYpCFMQLHqrxAguBMGic0sQIrohohtVQVQFIaIbIrohohsiuiGiGyK6IaIbIrohohsiuiGiGyK6IaIbIrohohsiujEpCIkEhkQCQyKBwaK3SlUV27Q0MaZrxpkivSnSmzoelCYMXZsyWJViQgrmM8VLpuhviv6m6G+K/qbob4r+puhviv6m6G+K/qbob4r+puhviv6m6G+K/qbob4r+Zim5lqVVeoWrxnVd0nVZ13qpq/RSV5m6rup6QteD+VbpekrX07qe0fVsUk9p3inNO6V5pzTvlOad0rxTmndK805p3inNO6V5pzTvlOad0rxTmlcHzdK05p3WvNOad1rzTmveac07rXmnNe+05p3WvNOad1rzTmveac2rY2tJx9bSjOad0bwzmldH2JKOsKUZzTujeWc074zmndG8M5p3RvPOaN5ZzTureWc176zmndW8s5p3VvPOilMmNemsJp3VpLOadFaTzmrS2dn/AboJB4wAAAA=) format("woff"),url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTWu+R7kAAoaQAAAAHEdERUYC8AAEAAKGcAAAACBPUy8yiDJ6QAAAAVgAAABgY21hcAq/On8AAAyoAAAC8mdhc3D//wADAAKGaAAAAAhnbHlmj/euTQAAGqwAAky8aGVhZBCJ5S0AAADcAAAANmhoZWEPAwq1AAABFAAAACRobXR4RXkYhQAAAbgAAArwbG9jYQL1olwAAA+cAAALEG1heHADLAIcAAABOAAAACBuYW1l45eLrAACZ2gAAASGcG9zdK+Pm6EAAmvwAAAadQABAAAABAHLkM94WV8PPPUACwcAAAAAANQzzTIAAAAA1DPNMv///wAJAQYAAAAACAACAAEAAAAAAAEAAAYA/wAAAAkA/////wkBAAEAAAAAAAAAAAAAAAAAAAK1AAEAAALDAhkAJwAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAwZpAZAABQAABIwEMwAAAIYEjAQzAAACcwAAAYoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcHlycwBAACD1AAYA/wAAAAYAAQAAAAABAAAAAAAAAAAAAAAgAAEDgABwAAAAAAJVAAABwAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAXQYAAAAGgAAABwAAAAcAAAAGgAAABoAAAAUAAAAHgAAABoAAAAcAAAAHAAAABwAAeQWAAG4GgAAABoAAAAYAAAAHAAAABgAAAAWAAAAGgAAaBgAAAAYAAAAHgAAyBoAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAcAAAAEgAAABwAAQAaAAAADAAAABIAAAAaAAAAFgAAABwAAAAYAAAAHgAAABoAACgUAAAAGgAAAB4AAAAaAAAAFgAAABAAAAAcAAAAGAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHgAAABgAAAAQAAAAGAAAABAAAAAcAAAAGgAAABoAAAAcAAAAEAAAABwAAAAaAAHoFgAAABgAAAAYAAAAGgAAABwAAAAQAAAAGAgABBQAAmgUAAFoGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAQAYAAAAGgAA1BoAANQcAAAAGAAAABgAADQWAAAAFgAAABoAAegYAAAAGAAAABwAAAAWAAAAHAAAABwAAAAcAABAFgAAABoAAAAcAAAAHAAAABgAAAAcAAFoHAABaB4AAAAaAAAAGgAAAB4AAAAMAAEAHAAAACAAAAAYAAAAGAAAABwAAAAcAAAAHgAAABwAAAAYAAAAGAAAAA4AAAAcAAAAGgAAABgAAAASAAAAHAAAABgAAAAaAAAAGAAAABoAAAAYAAAAFgAAABYAAAAUAAAAGAAAABoAALAQAAF8GAAAABoAAAAeAAAAFgAAABgAAAAcAAAAHAABABgAAAgcAAAAHAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAaAABUHAAAABYAABQcAAAAGAAAAB4AAAAaAABAHgAAABoAAcwcAAAEHAAAABYAABAYAAAAGAAAABgAAAAcAAAAHAAAPBwAAAAYAAAAGgAAABoAAGwcAAEAGAAAABgAAAAYAAAAJAAAAB4AAAAQAAAAEAAAAAoAAQAKAAAAGgAAABAAAAAQAAAAEAAAABwAAAAYAAAAGAAAABwAAKAcAAAAHAAAABwAAAAOAAAEHAAAABoAAAAcAAAAEAAAABwAAAAeAAAAHgAAABYAAAAWAAAAHAAAABwAAQAeAAAAFgAAABgAAAAWAAAAFgAAAB4AAQAcAAAAHgAAABoAAQAYAAAAGAAAABAAALQQAAA0EgABNBIAATQKAAC0CgAANBIAATQSAAE0HgAAAB4AAAASAAAADAAAABgAAAAaAAAAGgAAABwAAQAYAAAAHAAAABoAAAAaAAAAHgAAABwAAAAcAAAAGAAAABgAAAAYAAAAHgAAAB4AAAAcAAEAHAABABoAADQeAAC0HAAAABoAAAgWAAAIGgAAABAAAAAaAAAAEAABgAoAAAAKAAGIGAAAFBgAABQeAAAEGgAAABIAAAAWAAA0FAAAABoAAAAWAAAMGgAAkBwAAAAYAAAAGAAAABgAAAAYAAAAFgAAABwAADAcAAAAEgAAABgAAAAWAAAABgAAABgAAAAYAAAAHAAA2BgAAAAWAAAAEAAADBAAAAwYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABAAAAAQAAAAEAAA0A4IAAAQDAAQFAAAABwAAAAUAADgGAAAABgAAAAaAACIGgAAiBwAAIgcAACIGAAAiBgAAIgaAAAAGgAAABgAAAAYAABsFgAAFBgAAAAcAAAAHAABABgAACwYAAAAGAAAABgAAAAWAAAAGAAAABAAARAYAAAADAAADAwAAAwcAAEAHAAAABYAAAAaAAAAFgAAABgAACwYAAAAGAAAABQAALAYAAAAFAAAABAAAAAYAAAAHAAAsBgAAAAcAAEAGgAAgB4D//wcAAAAGAAAABYAAAAUAABUGAAAABgAAAAYAAAAGAAAABoAAAAYAAAAEgAAABYAAAAiAAAAGgAAABgAAAAcAAAAHAAAACAAAAAkAAAAGAABtBgAAAAcAAAAGAAAABgAAAAeAAAAGAAAACAAAAAYAAAAH9gApBgAAAAYAAAAGAAAABwAAAAYAAAAFAABABoAAAAMAAEAHAAAACQAAAAgAAAAGAAAABwAAAAYAAAAHAAAQCAAAAAgAAAAGAAAgBgAAAAQAAAAJAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAACcHAAAACAAAAAcAAAAHAAAgBwAAEwcAAAAGAAAABwAARAYAAAAFAAA5BwAAEggAAAAHAAAABwAAAAYAAAAGAAAABwAAPgUAABgGAAAABgAAAAYAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAABkHAABkBgAAWQgAAAAIAAAqBwAAAAYAAAkHAAAnCQAAAAkAAAAJAAAACQAAAAkAAAAJAAAACAAADggAAA4FgAAABgAAAAYAAAAHAAAABwAAAAcAAAAIAAAABwAAAAgAAAAHAAAABgAAAAgAAAAIAAAACQAAAAYAAAAIAAAABQAACwgAAAAGAAAABgAAAAYAAAAIAAAABgAAAAYAAAAIAAAACAAAAAYAAAAIAAAACAAAAAaAAAAGgAAACAAAAAgAABMGAAAACQAAAAYAAAAHAAAABQAAAgYAAAAFAAAABgAAAgcAAAAHAAACB4AAAQgAAAYGAAAABQAAAggAAAQFAAAABQAAAAcAAAAHAAAABgAAAAUAAAAGAAAABwAAAAgAAAAIAAAACAAAAAYAAAAGAAAABgAAAAcAAAAGAAAACPgAVAkAAAAHAAAACQAAAAkAAAAJAAAACQAAAAkAAAAFAAAABAAAAAgAAAAJAAAABgAAAAYAAAAJAAAACQAAAAcAAAAJAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABwAAAAcAAAAIAAAACAAAAAcAAAAGAAAAB7UAAAcAAAAHAAAACAAAQAcAAAAJAAAABQAAZgYAAAAGuAAACQAAAAcAAAAHAAAABwAAAgcAAAAHAAAACAAAAAcAABYGAAAOBwAAHQcAAAAHAAAABwAAAAcAAAAHAAAABAAAAAcAACUIAAAABwAAAAcAAAAHAAAABAAAAAcAAFIGAAAABgAAAAcAAAAHAABFCQAAAAcAAAAHAAAgBwAAAAkAAAAHAAAACQAAAAYAACQGAAAABgAAAAYAAAAGAAAABwAAAAgAAAAHAAAhBgAAawQAACgGAAAABwAAAwcAAAAGAAAABwAAAAcAAAAGAABEBgAAAAWAACcJAAADBYAAAAiAAAAHAAAACQAAAwcAAAAGAAAABf8AJQaAAAEHAAAABQAAAAYAAAAGAAAABoAADwYAAAAJAAAABgAAAAaAAAAHAAAABgAAAAYAACUJAAAABwAAAAcAAAAGAAAVBoAAAAaAAAAIAAAACAAAAAcAAAAHAAAABgAAAAUAAAAIAAAACAAAAAcAAB0JAAAABwAAAAQAAAAEAAAABAAAAAQAAAAEAAAAB4AAAAcAAAAGAAABBwAAAAcAAAAIAAAABwAAAAcAAAAHAAAABwIAAAYAAAAGAAAACIAAMAcAACUGAAAABoAALwcAAAAHAAAAB4AAJgcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAMAAAAcAAEAAAAAAewAAwABAAAAHAAEAdAAAABwAEAABQAwACAAqQCuALQAxgDYISIiHiJg8A7wHvA+8E7wXvBu8H7wjvCe8K7wsvDO8N7w7vD+8Q7xHvEu8T7xTvFe8W7xfvGO8Z7xrvG+8c7x3vHu8f7yDvIe8j7yTvJe8m7yfvKO8p7yrvK+8s7y3vLu9QD//wAAACAAqACuALQAxgDYISIiHiJg8ADwEPAh8EDwUPBg8HDwgPCQ8KDwsPDA8NDw4PDw8QDxEPEg8TDxQPFQ8WDxcPGA8ZDxoPGw8cDx0PHg8fDyAPIQ8iHyQPJQ8mDycPKA8pDyoPKw8sDy0PLg9QD////j/1z/WP9T/0L/Md7o3e3drBANEAwQChAJEAgQBxAGEAUQBBADEAIP9Q/0D/MP8g/xD/AP7w/uD+0P7A/rD+oP6Q/oD+cP5g/lD+QP4w/iD+EP4A/eD90P3A/bD9oP2Q/YD9cP1g/VD9QP0w3CAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABBgAAAQAAAAAAAAABAgAAAAIAAAAAAAAAAAAAAAAAAAABAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgUKBwQMCAkLAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAsAAAALAAAACwAAAAsAAAALAAAACwAAAAsAAAALAAAACwAAAAsAAAALAAAACwAAACQAAABFAAAAZgAAAJ0AAAC0AAAA0wAAAPwAAAEVAAABiQAAAbgAAAIbAAACXgAAAnQAAAKVAAACygAAAvUAAAMhAAADWQAAA6oAAAP1AAAEIQAABEAAAARnAAAEmwAABMsAAAT2AAAFIAAABT8AAAVkAAAFjQAABcQAAAYZAAAGMwAABlwAAAaSAAAGpQAABskAAAcZAAAHSwAAB4IAAAedAAAHygAACCMAAAg8AAAIaAAACIwAAAjIAAAJCwAACTgAAAmRAAAJ+QAACicAAApVAAAKggAACq8AAAsEAAALPQAAC3YAAAuQAAALtgAAC9gAAAvvAAAMBQAADCkAAAxlAAAMpAAADNkAAA0NAAANJQAADUgAAA1gAAANbgAADYgAAA2XAAANrwAADdIAAA3qAAAOAwAADhgAAA4tAAAOUwAADm0AAA6aAAAOuwAADvAAAA8cAAAPXAAAD48AAA+5AAAP2gAAD/YAABASAAAQLwAAEEwAABBuAAAQlgAAEL4AABDZAAAQ5wAAERMAABE5AAARbgAAEacAABHMAAAR9wAAEjsAABJjAAASjgAAEusAABM5AAATWQAAE4sAABOgAAATtQAAE+wAABQYAAAUKgAAFE0AABRoAAAUgwAAFJsAABTLAAAU5gAAFRgAABVMAAAV/AAAFjcAABaCAAAW0AAAFuMAABcPAAAXPgAAF2YAABeKAAAXuQAAF+gAABgcAAAYiwAAGL0AABkBAAAZOwAAGVQAABl0AAAZsQAAGdgAABnqAAAaUwAAGnAAABqRAAAawwAAGvUAABsgAAAbUAAAG4sAABvTAAAcIQAAHGkAABy3AAAc3gAAHQQAAB0qAAAdUQAAHtgAAB8AAAAfLwAAH0QAAB9pAAAfogAAH+UAACAvAAAgRgAAIGMAACDSAAAhBQAAITUAACFqAAAheQAAIZsAACHQAAAiJgAAInAAACLEAAAjMgAAI2MAACObAAAj0gAAJAgAACQwAAAkVQAAJIMAACSSAAAkoQAAJLAAACS/AAAk2AAAJPIAACUBAAAlEAAAJTwAACVgAAAliQAAJdcAACYWAAAmRwAAJpEAACauAAAm5gAAJygAACdVAAAnlgAAJ74AACfnAAAoEQAAKFQAACiLAAAoqQAAKM4AACjqAAApGQAAKVcAACokAAAqwgAAKwcAACs7AAArZAAAK3oAACugAAArxgAAK+wAACwSAAAsOAAALF4AACxzAAAsiAAALJ0AACyyAAAs1gAALP0AAC0cAAAtQAAALVkAAC2HAAAttQAALe0AAC38AAAuHgAALl0AAC5+AAAuswAALrMAAC6zAAAu6gAALyEAAC9QAAAvgQAAL/IAADAxAAAwgwAAMKMAADDXAAAxCAAAMS8AADFEAAAxbgAAMaUAADIMAAAyOAAAMlkAADJzAAAyqgAAMuAAADL4AAAzPQAAM2UAADOeAAAzugAAM+wAADQjAAA0SwAANGIAADSCAAA0ogAANMMAADTjAAA0+wAANQ4AADVLAAA1ZwAANZgAADW6AAA12wAANhIAADYtAAA2WAAANnEAADaVAAA2rgAANsYAADblAAA3EAAANzIAADdbAAA3fAAAN6EAADfGAAA36wAAOC8AADhbAAA4nAAAOMgAADj5AAA5IAAAOXIAADmwAAA5xgAAOfsAADo5AAA6dgAAOrYAADr2AAA7NQAAO3QAADu3AAA7+QAAPIEAADz9AAA9IAAAPU0AAD2EAAA9pwAAPcYAAD4WAAA+MAAAPkkAAD6bAAA+7wAAPwoAAD8uAAA/QwAAP1gAAD9tAAA/ggAAP64AAD/CAABABQAAQW0AAEG9AABB/gAAQjQAAEJZAABChAAAQqYAAELGAABDAQAAQykAAENLAABDgAAAQ+IAAERLAABEaAAARLMAAETOAABE+QAARSQAAEVKAABFaQAARZYAAEW/AABF8AAARiEAAEZeAABGnwAARtUAAEc1AABHUAAAR3UAAEekAABHwQAAR98AAEgpAABIcAAASJ4AAEjCAABI2wAASQEAAEkzAABJ2gAASjoAAEqTAABLFQAAS5MAAExdAABMfQAATLgAAEzMAABM7AAATSoAAE1dAABNlQAATckAAE4DAABOUgAAToQAAE68AABO5AAATyEAAE82AABP1gAAUAcAAFBwAABQsgAAUPIAAFEnAABRUgAAUZIAAFHcAABSEgAAUl4AAFKIAABSuQAAUvUAAFMoAABTRgAAU5AAAFQQAABUaAAAVLgAAFTRAABVCAAAVVMAAFWYAABVtQAAVdYAAFYNAABWKAAAVoEAAFaiAABW2QAAVvgAAFcfAABXdgAAV6gAAFglAABYUgAAWG8AAFi8AABY1gAAWSsAAFldAABZmgAAWfcAAFotAABaVwAAWp4AAFuhAABcEAAAXPgAAF2EAABd8gAAXiQAAF5iAABeowAAXtoAAF8jAABfRwAAX2kAAF/XAABf5gAAX/4AAGAbAABgXQAAYKQAAGDNAABg6QAAYTIAAGFsAABhqQAAYh0AAGJjAABijgAAYs4AAGLoAABjkwAAY6oAAGPVAABkBAAAZEUAAGTkAABlBQAAZUEAAGV/AABlvgAAZegAAGZfAABmsgAAZwQAAGdCAABndgAAZ58AAGfGAABn+gAAaDEAAGiDAABozQAAaR4AAGlsAABpoAAAadMAAGoHAABqJAAAajsAAGo7AABqOwAAalYAAGqKAABqyAAAavMAAGsrAABragAAa4gAAGuiAABrwQAAa+oAAGwQAABsIgAAba8AAG3bAABuOAAAbl0AAG6BAABupQAAbskAAG7pAABvAgAAbx4AAG9TAABvkwAAb6kAAG/IAABwEgAAcEYAAHBxAABwwQAAcPkAAHEoAABxVQAAcYoAAHG7AAByAwAAckMAAHKiAABy6AAAcz4AAHOHAABz5QAAdBsAAHRZAAB0twAAdNQAAHT+AAB1YQAAdZ4AAHXcAAB1/wAAdj0AAHarAAB21QAAdxUAAHdDAAB3fAAAd6IAAHfTAAB4YAAAeL4AAHkGAAB5QwAAeY8AAHnSAAB56gAAegkAAHo1AAB6WwAAeocAAHq1AAB6+QAAew0AAHsuAAB7PQAAe3wAAHvCAAB76QAAfAEAAHwzAAB8SAAAfJQAAHzbAAB8+gAAfUMAAH2LAAB9sAAAfd4AAH34AAB+HAAAfksAAH6eAAB+3QAAfwMAAH8ZAAB/QwAAf2MAAH+NAAB/wgAAf/QAAIBNAACAhwAAgMsAAIEaAACBdQAAgdQAAIJNAACCtQAAgzgAAIN8AACDxgAAhA0AAIR5AACEzwAAhQsAAIVLAACFjQAAhcwAAIYOAACGSQAAhqIAAIbOAACHbQAAh5UAAIezAACIHwAAiFoAAIirAACJEwAAiUwAAImSAACJ4gAAij0AAIpjAACKjAAAircAAIrlAACLNwAAi4kAAIu7AACMOwAAjGEAAIyQAACMvwAAjO4AAI0dAACNSQAAjb0AAI5IAACOowAAjrUAAI7DAACO4gAAjwoAAI82AACPTQAAj+4AAJAmAACQeAAAkOgAAJE/AACRpgAAkhgAAJI9AACScwAAky8AAJMvAACTLwAAky8AAJMvAACTLwAAky8AAJMvAACTLwAAky8AAJMvAACTLwAAky8AAJMvAACTLwAAky8AAIAcAAAAxAGAAADAAcAADchESEDESER4AHA/kBwAqBwBSD6cAYA+gAAAAAAAQBd/wAGowWAAB0AAAEUBwERITIWFAYjISImNDYzIREBJjU0PgEzITIeAQajK/2IAUAaJiYa/IAaJiYaAUD9iCskKBcFgBcoJAVGIyv9iP0AJjQmJjQmAwACeCsjFxsICBsAAAEAAP8ABgAFgAArAAABERQOAiIuAjQ+AjMyFxEFERQOAiIuAjQ+AjMyFxE0NjcBNjMyFgYARGhnWmdoRERoZy1pV/0ARGhnWmdoRERoZy1pVyYeA0AMECg4BSD7oDJOKxUVK05kTisVJwIZ7f07Mk4rFRUrTmROKxUnA8cfMwoBAAQ4AAIAAP8ABoAFgAAHACEAAAAQACAAEAAgARQGIyInAQYjIiQmAhASNiQgBBYSFRQHARYEgP75/o7++QEHAXIDB0w0NiT+qbPcj/77vW9vvQEFAR4BBb1vfAFXJQIHAXIBB/75/o7++f6ANEwmAVZ8b70BBQEeAQW9b2+9/vuP3LP+qSUAAAMAAP+ABwAFAAAaAD0ATQAAJREGBwQHDgIrAiIuAScmJSYnERQWMyEyNhE8Ai4DIyEiBhUUFxYXHgQ7AjI+Azc2Nz4BNxEUBiMhIiY1ETQ2MyEyFgaAICX+9J4zQG0wAQEwbUAznv70JSATDQXADRMBBQYMCPpADROTwdAGOiI3LhQBARQuNyI6BtDBNl2AXkL6QEJeXkIFwEJeIAMAJB7OhCswMTEwK4TOHiT9AA0TEwQoAhIJEQgKBRMNqHSYpQUxGiUSEiUaMQWlmCuRYPvAQl5eQgRAQl5eAAABAAD/gAcABYAAHAAABCInAS4ENTQ2MzIeAhc+AzMyFhUUBwEDmjQS/ZAKI0w8L/7gPoFvUCQkUG+BPuD+5f2RgBICWggkX2SOQ9z4K0lAJCRASSv43N3l/agAAAEAAP+tBoAF4AAiAAABFAcBExYVFAYjIiclBQYjIiY1NDcTASY1NDclEzYyFxMFFgaAGv6VVgEVFBMV/j/+PxYSFRUCVv6UGTgB9uETPBPhAfY4A3kWGv6e/gwHDRUdDOzsDB0VBg4B9AFiGxUlCUkBxykp/jlJCQAAAAACAAD/rQaABeAACQArAAAJASULAQUBAyUFARQHARMWFRQjIiclBQYjIiY1NDcTASY1NDclEzYyFxMFFgRxATL+Wr29/loBMkkBegF5Acca/pVWASkTFf4//j8WEhUVAlb+lBk4AfbhEzwT4QH2OAIUASk+AX7+gj7+1/5bx8cDChYa/p7+DAcNMgzs7AwdFQYOAfQBYhsVJQlJAccpKf45SQkAAAIAAP+ABQAFgAAVAB0AACUUBiMhIiY1ND4DMxYgNzIeAwAQBiAmEDYgBQB9WPyqWH0RLkd1TIMBbINMdUcuEf8A4f7C4eEBPoltnJxtVZeZbUWAgEVtmZcDwf7C4eEBPuEAAAALAAD/AAeABYAADwAfAC8APwBPAF8AbwB/AI8AnwCvAAAFNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYBETQmIyEiBhURFBYzITI2ATU0JisBIgYdARQWOwEyNgE1NCYrASIGHQEUFjsBMjYBETQmIyEiBhURFBYzITI2ATU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2NxEUBiMhIiY1ETQ2MyEyFgGAJhqAGiYmGoAaJiYagBomJhqAGiYmGoAaJiYagBomBAAmGv0AGiYmGgMAGib8ACYagBomJhqAGiYFgCYagBomJhqAGib+gCYa/QAaJiYaAwAaJgGAJhqAGiYmGoAaJiYagBomJhqAGiYmGoAaJiYagBomgF5C+cBCXl5CBkBCXkCAGiYmGoAaJiYBmoAaJiYagBomJgGagBomJhqAGiYm/RoCABomJhr+ABomJgSagBomJhqAGiYm+5qAGiYmGoAaJiYDGgIAGiYmGv4AGiYm/pqAGiYmGoAaJiYBmoAaJiYagBomJgGagBomJhqAGiYmuvrAQl5eQgVAQl5eAAQAAAAABoAFgAAPAB8ALwA/AAABERQGIyEiJjURNDYzITIWGQEUBiMhIiY1ETQ2MyEyFgERFAYjISImNRE0NjMhMhYZARQGIyEiJjURNDYzITIWAwBMNP4ANExMNAIANExMNP4ANExMNAIANEwDgEw0/gA0TEw0AgA0TEw0/gA0TEw0AgA0TAIA/oA0TEw0AYA0TEwCzP6ANExMNAGANExM/Mz+gDRMTDQBgDRMTALM/oA0TEw0AYA0TEwACQAAAAAHAAWAAA8AHwAvAD8ATwBfAG8AfwCPAAABFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFgEVFAYjISImPQE0NjMhMhYBFRQGIyEiJj0BNDYzITIWARUUBiMhIiY9ATQ2MyEyFgEVFAYjISImPQE0NjMhMhYBFRQGIyEiJj0BNDYzITIWARUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYCADgo/sAoODgoAUAoODgo/sAoODgoAUAoOAKAOCj+wCg4OCgBQCg4/YA4KP7AKDg4KAFAKDgCgDgo/sAoODgoAUAoOAKAOCj+wCg4OCgBQCg4/YA4KP7AKDg4KAFAKDgCgDgo/sAoODgoAUAoODgo/sAoODgoAUAoOAEgwCg4OCjAKDg4AdjAKDg4KMAoODj92MAoODgowCg4OAPYwCg4OCjAKDg4/djAKDg4KMAoODj92MAoODgowCg4OAPYwCg4OCjAKDg4/djAKDg4KMAoODgB2MAoODgowCg4OAAABgAAAAAHAAWAAA8AHwAvAD8ATwBfAAABFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFgEVFAYjISImPQE0NjMhMhYBFRQGIyEiJj0BNDYzITIWARUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYCADgo/sAoODgoAUAoODgo/sAoODgoAUAoOAUAOCj8QCg4OCgDwCg4+wA4KP7AKDg4KAFAKDgFADgo/EAoODgoA8AoODgo/EAoODgoA8AoOAEgwCg4OCjAKDg4AdjAKDg4KMAoODj92MAoODgowCg4OAPYwCg4OCjAKDg4/djAKDg4KMAoODgB2MAoODgowCg4OAAAAAEAeQAOBocEsgAWAAAAFAcBBwYiLwEBJjQ/ATYyFwkBNjIfAQaHHP0siBxQHIj+lhwciBxQHAEmApAcUByIA/JQHP0siBwciAFqHFAciBwc/tkCkRwciAABAG7/7gUSBJIAIwAAJBQPAQYiJwkBBiIvASY0NwkBJjQ/ATYyFwkBNjIfARYUBwkBBRIciBxQHP7a/tocUByIHBwBJv7aHByIHFAcASYBJhxQHIgcHP7aASb+UByIHBwBJv7aHByIHFAcASYBJhxQHIgcHP7aASYcHIgcUBz+2v7aAAADAAD/AAaABYAAIwArAEQAAAEVFAYrARUUBisBIiY9ASMiJj0BNDY7ATU0NjsBMhYdATMyHgEQACAAEAAgABQGIyInAQYjIiQmAhASNiQgBBYSFRQHAQQAEw3gEw1ADRPgDRMTDeATDUANE+ANE4D++f6O/vkBBwFyAwdLNTYk/qmz3I/++71vb70BBQEeAQW9b3wBVwLgQA0T4A0TEw3gEw1ADRPgDRMTDeAT5gFyAQf++f6O/vn+tWpLJgFWfG+9AQUBHgEFvW9vvf77j9yz/qkAAAMAAP8ABoAFgAAPABcAMAAAARUUBiMhIiY9ATQ2MyEyHgEQACAAEAAgABQGIyInAQYjIiQmAhASNiQgBBYSFRQHAQQAEw39wA0TEw0CQA0TgP75/o7++QEHAXIDB0s1NiT+qbPcj/77vW9vvQEFAR4BBb1vfAFXAuBADRMTDUANExPmAXIBB/75/o7++f61aksmAVZ8b70BBQEeAQW9b2+9/vuP3LP+qQAAAAACAAD/gAYABgAAKQA1AAABFAIGBCAkJgI1NBI3NhYXFgYHDgEVFB4CMj4CNTQmJy4BNz4BFxYSAREUBiImNRE0NjIWBgB6zv7k/sj+5M56oZIraR8gDypia1GKvdC9ilFrYioPIB9qKpKh/YBMaExMaEwCgJz+5M56es4BHJy2AUJtIA4rKmkgStZ5aL2KUVGKvWh51kogaSorDiBt/r4CSv2ANExMNAKANExMAAAAAAUAAP+ABwAFgAAPAB8ALwA/AE8AACUVFAYrASImPQE0NjsBMhYlERQGKwEiJjURNDY7ATIWJREUBisBIiY1ETQ2OwEyFgERFAYrASImNRE0NjsBMhYBERQGKwEiJjURNDY7ATIWAQASDsAOEhIOwA4SAYASDsAOEhIOwA4SAYASDsAOEhIOwA4SAYASDsAOEhIOwA4SAYASDsAOEhIOwA4SYMAOEhIOwA4SEnL+wA4SEg4BQA4SEvL9wA4SEg4CQA4SEgFy/EAOEhIOA8AOEhIB8vpADhISDgXADhISAAAAAgAA/4AGAAWAAAcAbgAAADQmIgYUFjIBFRQGDwEGBxYXFhQHDgEjIi8BBgcGBwYrASImLwEmJwcGIyInJicmNTQ3PgE3Ji8BLgE9ATQ2PwE2NyYnJjU0Nz4BMzIfATY3Njc2OwEyFh8BFhc3NjMyFxYXFhUUBw4BBxYfAR4BBACW1JaW1AKWEAy5ExQjSAoJG5AWDA6KLC8QDQcd3g4VARwxKY0KDw4LficHCA9IEhsOtw0QEAu6DhkoQwoJGpEWDQ2KLC8QDQcd3g4VARwxKY4JDw0MgSQHCA9IEhoPtw0QAhbUlpbUlgFt3gwWAhw2JTJYDBoKJY4JbBcPiDIcEQ24EBVrCQtyNgoNDAsVWxkyMRsCFQ3eDBYCHC4uOVEMDAoNJI8KaxcPiDIcEQ24EBVrCQp3MwgODAsVWxkyMBwCFQAABgAA/4AFgAWAAA8AHwAvADsAQwBnAAABERQGKwEiJjURNDY7ATIWBREUBisBIiY1ETQ2OwEyFgURFAYrASImNRE0NjsBMhYTESERFB4BMyEyPgEBIScmJyEGBwUVFAYrAREUBiMhIiY1ESMiJj0BNDYzITc+ATMhMhYfASEyFgIAEg5ADhISDkAOEgEAEg5ADhISDkAOEgEAEg5ADhISDkAOEoD8gA4PAwNAAw8O/WABwDAHCv7DCgcDbxIOYF5C/MBCXmAOEhIOATVGD04oAUAoTg9GATUOEgMg/cAOEhIOAkAOEhIO/cAOEhIOAkAOEhIO/cAOEhIOAkAOEhL9HgO0/EwWJRERJQRKdQkCAgmVQA4S/ExTeXVTA7gSDkAOEqclNDQlpxIAAAAAAgAaAAAGZgUDABMANQAAAREUBiMhESERISImNRE0NjUJARY3BwYHIyInCQEGJyYvASY2NwE2Mh8BNTQ2OwEyFhURFx4BBYAmGv6A/wD+gBomAQI/Aj8B3z4IDQMNCP1M/UwMDA0IPggCCgLPIFgg9BIOwA4S2woCAiD+IBomAYD+gCYaAeABBAEB2v4mAkFKCQIHAkH9vwgBAglKChsIAlcaGszDDhISDv5otggbAAADAAD/AAYABgAAEwAaACMAAAEeARURFAYjISImNRE0NjMhMhYXBxEhJicBJgERISImNREhEQW8HCg4KPrAKDg4KAOAKGAchAF4Cgz+xwwBY/5gKDj9AASEHGAo+4AoODgoBkAoOCgcRP6IHQwBOQz6EgQAOCgBoPoAAAAAAwAA/4AGAAWAABQAIAAsAAABERQGIyEiJj0BNDY7ARE0NjsBMhYAEC4BIA4BEB4BIDYAEAIEICQCEBIkIAQDgBIO/sAOEhIO4BIOQA4SAaCS+v7Y+pKS+gEo+gFyzv6f/l7+n87OAWEBogFhA+D+QA4SEg5ADhIBYA4SEv3+ASj6kpL6/tj6kpICX/5e/p/OzgFhAaIBYc7OAAAAAgAyAAAHTgUAABEAQwAAATUDLgErASIGBwMVBhY7ATI2ARQjITI2JwMuASMhIgYHAwYWMyEiNTQ3AT4BMyEiBg8BBhY7ATI2LwEuASMhMhYXARYEVxgBFA26DRQBGAESDPQMEgL2Lv1ADRIBFAEUDf7wDRQBFAESDf1ALhoBoQgkFAFTDRQBDwESDaYNEgEPARQNAVMUJAgBoRoCHAQBQA0TEw3+wAQMEBD+OUkTDQEADRMTDf8ADRNJNj4EFBMcEw3ADhISDsANExwT++w+AAQAAAAABoAGAAAHAA8AJQA9AAAkNCYiBhQWMiQ0JiIGFBYyExEUBiMhIiY1ETQ2MyEXFjI/ASEyFgEWBwEGIicBJjc2MyERNDYzITIWFREhMgUAJjQmJjQBJiY0JiY0pjgo+kAoODgoAdGHOpw6iAHQKDj+uxEf/kASNhL+QB8RESoBACYaAQAaJgEAKqY0JiY0JiY0JiY0JgEg/sAoODgoAUAoOIg4OIg4AhEpHf5AExMBwB0pJwHAGiYmGv5AAAMAAP+ABgAFgAAYACQAMAAAARQHAQYiJwEmNzY7ARE0NjsBMhYVETMyFgIgDgEQHgEgPgEQJgQQAgQgJAIQEiQgBARgCv7BCxgL/sAPCAgWwBIOwA4SwA4SzP7Y+pKS+gEo+pKSAXLO/p/+Xv6fzs4BYQGiAWECYAwM/sEJCQFAEBMUAWAOEhIO/qASAjKS+v7Y+pKS+gEo+r3+Xv6fzs4BYQGiAWHOzgAAAAADAAD/gAYABYAAGAAkADAAAAEGKwERFAYrASImNREjIiY1NDcBNjIXARYCIA4BEB4BID4BECYEEAIEICQCEBIkIAQEXggWwBIOwA4SwA4SCgE/CxgLAUAP0v7Y+pKS+gEo+pKSAXLO/p/+Xv6fzs4BYQGiAWEClBT+oA4SEg4BYBIODAwBPwkJ/sAQAfmS+v7Y+pKS+gEo+r3+Xv6fzs4BYQGiAWHOzgACAAAAAAYABQAADQAjAAABIS4BJwMhAw4BByEXISURFAYjISImNRE0NxM+ATMhMhYXExYD/wE8AQMB1P081AEDAQE8XwFAAmAmGvqAGiYZ7go1GgNAGjUK7hkCQAMLAgHw/hADCwLAov4eGiYmGgHiPj0CKBkiIhn92D0AAwAA/4AGAAWAAA8AGwAnAAAAFAcBBiMiJyY1ETQ3NhcBFhAuASAOARAeASA2ABACBCAkAhASJCAEBKAg/eAPERAQICAhHwIgoJL6/tj6kpL6ASj6AXLO/p/+Xv6fzs4BYQGiAWECpUoS/sAJCBMlAoAlExIT/sDLASj6kpL6/tj6kpICX/5e/p/OzgFhAaIBYc7OAAEAAP+ABgAFgAAzAAABERQGIyEiJyY/ASYjIg4CFB4CMzI2NzY3Mh8BHgEHBgQjIiQmAhASNiQzMgQXNzYXFgYAJhr+QCoRER+KlMlovYpRUYq9aHfUSQcQDwqJCQEIbf7KrJz+5M56es4BHJyTARNrgh0pJwUA/kAaJignHoqJUYq90L2KUWhfCgIJiggZCoSRes4BHAE4ARzOem9lgR8REQAAAgAA/4AGAAWAACQARwAAARQHAgAhIiQnBwYiJjURNDYzITIWFA8BHgEzMjY3Njc2OwEyFhMRFAYjISImND8BJiMiBgcGBwYrASImPQESACEyBBc3NjIWBecBQP5o/u6S/u9rgRM0JiYaAcAaJhOJR7RhhuhGCyoIFsANExkmGv5AGiYTipTJhuhGCyoIFscNE0EBmgETkgEUa4ITNCYB4AUC/vT+s25mgRMmGgHAGiYmNBOJQkiCchFkFxMDE/5AGiYmNBOKiYJyEWQXEw0HAQwBTW9lgRMmAAAAAAgAAAAABwAFgAAPAB8ALwA/AE8AXwBvAH8AAAEVFAYrASImPQE0NjsBMhY1FRQGKwEiJj0BNDY7ATIWNRUUBisBIiY9ATQ2OwEyFgEVFAYjISImPQE0NjMhMhY1FRQGIyEiJj0BNDYzITIWNRUUBiMhIiY9ATQ2MyEyFhMRNCYjISIGFREUFjMhMjYTERQGIyEiJjURNDYzITIWAYATDUANExMNQA0TEw1ADRMTDUANExMNQA0TEw1ADRMEgBMN/EANExMNA8ANExMN/EANExMNA8ANExMN/EANExMNA8ANE4ATDfpADRMTDQXADROAXkL6QEJeXkIFwEJeAWBADRMTDUANExPzQA0TEw1ADRMT80ANExMNQA0TE/3zQA0TEw1ADRMT80ANExMNQA0TE/NADRMTDUANExP9MwNADRMTDfzADRMTBE37wEJeXkIEQEJeXgACAAAAAASABYAABwAfAAABITU0JiIGFQERFAYjISImNRE0NjsBNTQAIAAdATMyFgFAAgCW1JYDQDgo/EAoODgoIAEIAXABCCAoOAMAwGqWlmr+4P3AKDg4KAJAKDjAuAEI/vi4wDgAAAIAQP+ABwAFgAARADcAAAEUBxEUBisBIiY1ESY1NDYyFgURFAYHBiMiLgIjIgUGIyImNRE0NzY3NjMyFhcWMzI+AjMyFgFAQBMNQA0TQEtqSwXAGRvXmj19XItJwP7wERAaJh8VOuy5a7p+JjI2f11TDRomBQBIJvsODRMTDQTyJkg1S0t1/QUZGw50LDQskgkmGgLmIBcOHXg6OxMqNComAAAAAQAAAAAGgAWAAEsAAAEUDwIOASMVFAYrASImNRE0NjsBMhYdATIWFzc2NTQCJCAEAhUUHwE+ATM1NDY7ATIWFREUBisBIiY9ASImLwImNTQSNiQgBBYSBoA8FLkWiVgSDkAOEhIOQA4SR3YiRB2w/tf+sv7XsB1EInZHEg5ADhISDkAOEliJFrkUPIbgATQBTAE04IYCiqaUMSFTayAOEhIOAkAOEhIOIEc8DF9ilAEGnJz++pRiXww8RyAOEhIO/cAOEhIOIGtTITGUppcBGM16es3+6AAAAQAAACADAATgABMAAAERFAYiJwEhIiY1ETQ2MyEBNjIWAwAmNBP+s/76GiYmGgEGAU0TNCYEoPvAGiYTAU0mGgGAGiYBTRMmAAAAAAIAAAAgBIAE4AATAC0AAAERFAYiJwEhIiY1ETQ2MyEBNjIWABQGBwYjIiY1ND4DNC4DNTQ2MzIXFgMAJjQT/rP++homJhoBBgFNEzQmAYBVRgoPGiYYIiIYGCIiGCYaDwpGBKD7wBomEwFNJhoBgBomAU0TJv4SmIMcBSUbFR0VGS9CLxkVHRUbJQUbAAAAAAQAAP+5BoAFRwATAC0ASQBrAAABERQGIicBISImNRE0NjMhATYyFgAUBgcGIyImNTQ+AzQuAzU0NjMyFxYEEAIHBiMiJjU0NzY3PgE0JicmJyY1NDYzMhcWBBACBwYjIiY1NDc+ATc2NzYSEAInJicuAScmNTQ2MzIXFgMAJjQT/rP++homJhoBBgFNEzQmAYBVRgoPGiYYIiIYGCIiGCYaDwpGAVWqjA0MGyYnOBRKU1NKFDgnJhoNDYwBqv7TDQ0aJicHHwcuJHuKinskLgcfBycmGg0N0wSg+8AaJhMBTSYaAYAaJgFNEyb+EpiDHAUlGxUdFRkvQi8ZFR0VGyUFGzf+zv79OwUmGicUHQ82o7ijNg8dFCcaJgU7tv40/n9bBSYaJBcEDQQZGlsBEAEyARBbGhkEDQQXJBomBVsADAAAAAAFgAWAAAMABwALAA8AEwAXABsAHwAjAC8AMwA3AAABFSM1ExUjNSEVIzUBIREhESERIQEhESEBESERARUjNSEVIzUTESE1IxEjESEVMzUBESERIREhEQGAgICAA4CA/IABgP6AAYD+gAMAAYD+gP8A/YAEgIABgICA/oCAgAGAgP2A/YAFgP2AAYCAgAMAgICAgPwBAX8BgAGA/oABgP2A/YACgP4AgICAgAIA/oCA/oACgICAAwD9gAKA/YACgAAAAAAQAAAAAAcABYAAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwAAMyMRMxMjETMTIxEzEyMRMxMjETMTIxEzEyMRMxMjETMTIxEzEyMRMxMjETMTIxEzEyMRMxMjETMTIxEzEyMRMz8/Pz8gIF4fH50fH50+Pn4fHz8fHz8fH50/P50/P34/P34/P14/P71eXj8gIF4/PwWA+oEFf/qBBX/6gQV/+oEFf/qBBX/6gQV/+oEFf/qBBX/6gQV/+oEFf/qBBX/6gQV/+oEFf/qBBX/6gAWAAAAAAgAA/5UF6wWAAAcAHQAAADQmIgYUFjIBFAcBBiMiJwEuATURNDYzITIWFwEWAcBLaktLagR2Jf4VJzQ1Jf01JjVMNAGgNYAmAsslBAtqS0tqS/5ANSX+FCUlAswlgDUBoDRMNSb9NicAAAAAAwAA/5UHawWAAAcAHQA1AAAANCYiBhQWMgEUBwEGIyInAS4BNRE0NjMhMhYXARYFFAcBBiMiJicBNjU0JwEuASMzMhYXARYBwEtqS0tqBHYl/hUnNDUl/TUmNUw0AaA1gCYCyyUBgCX+FSc0JC4eAdYlJf01JoA14DWAJgLLJQQLaktLakv+QDUl/hQlJQLMJYA1AaA0TDUm/TYnNDUl/hQlHB8B1iU1NCcCyiY1NSb9NicAAwAK/4AGeQWAAFQAZAB0AAABFgcBDgEjISImJyY3NDY3NiY3PgI3PgE3NiY3PgE3PgE3NiY3PgE3PgE3NiY3PgI3PgYXBzYzITIWBwEOASMhIgcGFxYzITI2NwE2JxYFBhYzITI2PwE2JiMhIgYHAwYWMyEyNj8BNiYjISIGBwZnKBb+7RNzQfxlTY8cGBYGAQEIAQIMFQYXLAgDBQIDHAMVKgQBBwQEJAQTLwQBCAICDhYGCBENExQhJxwBJg0C+UpQFv7uJEdd/JsbCwsKGHgDmx02CAEsBwIm++0EDA4CYA0ZBBUEDA79oA0ZBGgEDA4CYA0ZBBUEDA79oA0ZBAQiOUj8dkBXa05DPAQuDggbBgsUGwomayYKKAgLIgYkcCIJLgUNIwUadSYIIwkIFBoIDCUhJxkWAQYDCXBK/HZ3RQ8QG0YfGgPbFiMPHg0TEw1ADRMTDf7ADRMTDUANExMNAAABAAD/lwUABYAAHAAAATIXHgEVERQGBwYjIicJAQYjIicuATURNDY3NjMEjBcVIScnIRMZMCP+R/5HJC8XFSEnJyEVFwWACQ04Ivr3IjgNCCABqP5YIQkNOCIFCSI4DQkAAAAABAAA/4AGgAWAAAMADAAUADwAACkBESERIREjIiY9ASEANCYiBhQWMjcRFAYrARUUBiMhIiY9ASMiJjURNDY7ARE0NjMhMhYfAR4BFREzMhYBgAOA/IADgKAoOP2ABIAmNCYmNKYTDeA4KPxAKDjgDRNxT0A4KAKgKGAcmBwoQE9xAQABgAGAOCig/SY0JiY0JkD+YA0ToCg4OCigEw0BoE9xAiAoOCgcmBxgKP8AcQADAAD/gAeABgAABwAhACkAAAAyFhQGIiY0ATIWFREUBiMhIiY1ETQ2OwE3PgEzITIWHwEAIAAQACAAEANJ7qmp7qkD4GqWlmr6gGqWlmrgMxNlNQIANWUTM/1nAXIBB/75/o7++QNgqe6pqe4CSZZq/IBqlpZqA4BqlogxR0cxiPuAAQcBcgEH/vn+jgAAAAACAAD/gAaABYAABwBQAAABAzIWMzI3JgE3PgQ3EwE7ARYXExYSFx4BFxYXHgEXFhUUBhUiJiMiBAc0PwEyPgU1NC4BJyUGAhUUHgMzFhUUByImIyIGIwYC1aohzzkTJlf8ygIXQjAzJgztARhLNQgDzSGSKQ9WHRQPE4oPBgE//kBM/uonBIMBFwgVCQ0FPlIB/j4aZRw7JkwDAQI66ToIJQNQA9H+PgQC/fx2TwcLChMnHwJoAtQOB/4gTv6ZXyLdOi0MDx0GJhMFEQQQDgErIxwFAgcGCgwIEKHCAwI6/u0ZFh8SCQgTJwkSFAgOAAADAAD/gAWABYAAFQArAGEAACUWMyARNCcuBCMiBxQGFRQGHgEDFjMyPgI1NC4CIyIHFBYVFAYVFAE3PgE3PgQ8ATUQJy4ELwE2JDMyFjMyHgMVFA4DBx4BFRQOAyMiJiMiBAIrSkIBeCkbRUJfSTpJHAECAQgGKkNSemIzOmR0QjJQCAH95AIPjCQHCwYFARYEJDUuMwUEYgHkgxdaF0aFfFw4IS1UPjWazUZ1n6hcLLAsav5uDyABT3JCLDwhEQQKNdQ0CHdKXQLWBxo/dFRGaTscDTLKMxtqGi78cF4EGA8MHiUcLxUyBQPWKwgNCQUEAVMCEwEaOlR9SzRXOTogGCPGlWSfZkUcBhYAAQAA/4AEAAWAADoAABU3PgI3Njc2GgEnNS4CJzceAjMyPgE3BgcOAQcOAwcGAgcOAx8BFhcGByIGIyImIyYjIgYRFk9BGxwNAXpqARg9ThMTIa59OjBljRwFDh6PJQgMBgkCG3kRAhYSDgEBEagDDQsrCx10HIpEM7h+VQcTEw4jQgcCNAILIxkNCwUDZwIJBQUJAicyCiUPEy8hOg2U/eFUCWJSVQ8SBBssNwMUAhIAAAAAAgAA/4AG+gWAABsAfQAAJTIWDwEGIi8BJjY7AREjIiY/ATYyHwEWBisBEQEXFjMyNjMyFjMhMhY+Aj8BMhYzFhUUBwYHJicuAicuAwYjIiYiBgcGFxQSFRQGFhceARcWFRQPAQYkIyIGIyY9AT4CNzYRNAI9ATQ2NC4BJyYjIgYHDgIHJicRBtAhEhR+FDoUfhQSIVBQIRIUfhQ6FH4UEiFQ+dE2DMcssCwkjyQBJQYeCxUOCCoEFAQCBScdGR0DEA0BBgwTBx0CEWMyTiAJAQQFBQooqCQFAyJM/uRBMsozAxFZbBgTBgECBAMLlyF4FBMeIRoqDoAlGqIaGqIaJQQAJRqiGhqiGiX8AAT/GwUEAQEBBQ0LAQFw4FAdDgQsVAlORQEICQMCAQEEBFE3Xv20oRBvSCEVKxAoCg4PAQIUEjMBCRsgGg4qAVVlAZRldQIbFxwUBAwYDg13ZwIaEgF/AAACAAD/AwYABYAAYQCVAAATFxYzMjYzMiQEFxY/ATIWMxYVFAcGByYnLgI1JicmIyImIgYHBh8BNRQeARUUBhYXHgEXFhUUDwEGJCMiBiMmPQE+Ajc+AjQmNTQmNTQ+AS4BJyYjIgYHDgIHJicRATIeAhcWFAcOAyMiLgE0NjUhFBYUDgEjIi4CJyY0Nz4DMzIeARQGFSE0JjQ+AVE2DMcssCxGAWEBAHchFyoEFAQCBScdGR0DEA4KEQU9Hn5QbCoJAQECAQUFCiioJAUDIkz+5EEyyjMDEVlsGAcJAwEFAQEBBQQLlyn0EBMeIRoqDgUeDDw3QAQaGgRANzwMDQ8FA/wAAwUPDQw8N0AEGhoEQDc8DA0PBQMEAAMFDwV/GwUEAgEEASABAXDgUB0OBCxUCU1GAQ0GAgIEBVE3mDQ3xqJIEG9IIRUrECgKDg8BAhQSMwEJGyAaDhB0r4esAwcdCAdKSFE2BQwbCwx3aAIaEgF/+v8nLDYDFTgVAzYsJxUkHyMCAiMfJBUnLDYDFTgVAzYsJxUkHyMCAiMfJBUAAAQAAAAABwAFgAAPAB8ALwA/AAAlFRQGIyEiJj0BNDYzITIWARUUBiMhIiY9ATQ2MyEyFgEVFAYjISImPQE0NjMhMhYBFRQGIyEiJj0BNDYzITIWBwAmGvmAGiYmGgaAGib+gCYa+wAaJiYaBQAaJgEAJhr6ABomJhoGABom/oAmGvuAGiYmGgSAGibAgBomJhqAGiYmAWaAGiYmGoAaJiYBZoAaJiYagBomJgFmgBomJhqAGiYmAAAEAAAAAAcABYAADwAfAC8APwAAJRUUBiMhIiY9ATQ2MyEyFgEVFAYjISImPQE0NjMhMhYBFRQGIyEiJj0BNDYzITIWARUUBiMhIiY9ATQ2MyEyFgcAJhr5gBomJhoGgBom/oAmGvyAGiYmGgOAGiYBACYa+oAaJiYaBYAaJv6AJhr9gBomJhoCgBomwIAaJiYagBomJgFmgBomJhqAGiYmAWaAGiYmGoAaJiYBZoAaJiYagBomJgAABAAAAAAHAAWAAA8AHwAvAD8AACUVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYHACYa+YAaJiYaBoAaJiYa+wAaJiYaBQAaJiYa+gAaJiYaBgAaJiYa+4AaJiYaBIAaJsCAGiYmGoAaJiYBZoAaJiYagBomJgFmgBomJhqAGiYmAWaAGiYmGoAaJiYAAAAABAAAAAAHAAWAAA8AHwAvAD8AACUVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYHACYa+YAaJiYaBoAaJiYa+YAaJiYaBoAaJiYa+YAaJiYaBoAaJiYa+YAaJiYaBoAaJsCAGiYmGoAaJiYBZoAaJiYagBomJgFmgBomJhqAGiYmAWaAGiYmGoAaJiYAAAAACAAAAAAHAAWAAA8AHwAvAD8ATwBfAG8AfwAAJRUUBisBIiY9ATQ2OwEyFhEVFAYrASImPQE0NjsBMhYRFRQGKwEiJj0BNDY7ATIWARUUBiMhIiY9ATQ2MyEyFgEVFAYrASImPQE0NjsBMhYBFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYBABMNwA0TEw3ADRMTDcANExMNwA0TEw3ADRMTDcANEwYAEw36wA0TEw0FQA0T+gATDcANExMNwA0TBgATDfrADRMTDQVADRMTDfrADRMTDQVADRMTDfrADRMTDQVADRPgwA0TEw3ADRMTAXPADRMTDcANExMBc8ANExMNwA0TE/zzwA0TEw3ADRMTBHPADRMTDcANExP888ANExMNwA0TEwFzwA0TEw3ADRMTAXPADRMTDcANExMAAAUAAAAABwAFgAAPAB8ALwA/AE8AAAERFAYjIicBJjQ3ATYzMhYBFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWAYATDQ4J/uAJCQEgCQ4NEwWAEw35QA0TEw0GwA0TEw37wA0TEw0EQA0TEw37wA0TEw0EQA0TEw35QA0TEw0GwA0TA+D9wA0TCQEgCRwJASAJE/zzwA0TEw3ADRMTAXPADRMTDcANExMBc8ANExMNwA0TEwFzwA0TEw3ADRMTAAUAAAAABwAFgAAPAB8ALwA/AE8AAAAUBwEGIyImNRE0NjMyFwkBFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWAWAJ/uAJDg0TEw0OCQEgBakTDflADRMTDQbADRMTDfvADRMTDQRADRMTDfvADRMTDQRADRMTDflADRMTDQbADRMCzhwJ/uAJEw0CQA0TCf7g/gnADRMTDcANExMBc8ANExMNwA0TEwFzwA0TEw3ADRMTAXPADRMTDcANExMAAAEAAAAABwAFAAAfAAABERQHBiMiJwEVFAYjISImNRE0NjMhMhYdAQE2MzIXFgcAJw0MGxL+bal3/UB3qal3AsB3qQGTEhsMDScEoPvAKhEFEwGTpnepqXcCwHepqXelAZITBREAAAAABAAA/4AHgAWAAAcADgAeAC4AAAAUBiImNDYyAREhNQEXCQEhIgYVERQWMyEyNjURNCYXERQGIyEiJjURNDYzITIWAoBwoHBwoARw+oABQKACAAIA+cANExMNBkANExOTXkL5wEJeXkIGQEJeBBCgcHCgcP3A/kDAAUCgAgABIBMN+0ANExMNBMANEyD7QEJeXkIEwEJeXgAEAAD/gAXrBWsABgAUABkAJQAAITcnBxUzFQE0IyIHAQYVFDMyNwE2JwkBIREBFA8BATc2MzIfARYBa1vrW4ACdhYKB/3iBxYKBwIeBzYBoPzA/mAF6yWm/mCmJDY1JuslW+tba4ADoBYH/eIHChYHAh4Hyv5g/MABoALgNSWmAaClJibqJwAAAgAA/4AEAAWAAAcAFwAAADQmIgYUFjIBFAcBDgEiJicBJjU0ACAAAwCW1JaW1AGWIf6UED9IPw/+kyEBLAGoASwDFtSWltSWAQBtRvz6ISYmIQMGRm3UASz+1AACAAD/gAYABYAABwATAAAlESIOARAeAQAQAgQgJAIQEiQgBAMAlPqSkvoDlM7+n/5e/p/OzgFhAaIBYWAEQJL6/tj6kgLx/l7+n87OAWEBogFhzs4AAAAAAgAAAAAEAAXAABUALQAAATQnLgMnJiIHDgMHBhUUFjI2JRQAIAA1NDc+Azc+ATIWFx4DFxYCABQBHRYcBwQiBAccFh0BFEtqSwIA/tT+WP7UUQZxWW4cCTI0MwgcbllxBlEBgCQhASshNxcQEBc3ISsBISQ1S0u11P7UASzUkYIJo4vZXR4iIh5d2YujCX8ABQAAAAAG+AWAAAYADgA5AD4ASAAAATcnBxUzFQAmBwEGFjcBExUUBiMhIiY1ETQ2MyEyFxYXFg8BBicmIyEiBhURFBYzITI2PQE0PwE2FgMJASERAQcBNzYyHwEWFAN4dJh0YAIAIBH+ohEgEQFeUal3/MB3qal3A0A/Ng8DAwwxDhIXFvzAQl5eQgNAQl4JQA8oYAEg/WD+4ARcXP7gXBxQHJgcAWB0mHQ4YALAIBH+ohEgEQFe/c++d6mpdwNAd6kZBxARDDEOBgZeQvzAQl5eQn4NCUAPEALN/uD9YAEgAhxcASBcHByYHFAAAAAAAgAAAAAGgAYAACsAWgAAAREUBiMhIiY1ETQ2MyExMhYVFAcGBwYrASIGFREUFjMhMjY9ATQ3Njc2FxYTAQYjIicmPQEjIAcGExYHBiMiJy4ENTQ+BzsBNTQ3NjMyFwEWFAWAqXf8wHepqXcA/w0TGk04CgZwQl5eQgNAQl4SHBoQExXt/oASGwwNJ6D+vXN3LQMXCAQQCgoWOSojBxUjO05virVqoCcNDBoTAYATAiP+/XepqXcDQHepEw0bBRoiBF5C/MBCXl5C1hMKDRgQCAkB3P6AEwURKsCDif6wFwsCDQ4iZ2CEODFUYFBTQTonFsAqEQUT/oATNAAAAgAAAAAGfwWAAC8ARAAAAREUBiMhIiY1ETQ2MyEyFxYXFg8BBiMiJyYjISIGFREUFjMhMjY9ATQ/ATYzMhcWEwEGIicBJjQ/ATYyFwkBNjIfARYUBYCpd/zAd6mpdwNAPzYPAwMMMQoNAwYXFvzAQl5eQgNAQl4JQAoNBgYU5/zSGEIY/lIYGG4YQhgBBwKHGEIYbhgCXv7Cd6mpdwNAd6kZBxARDDEKAgZeQvzAQl5eQv4NCUAKAwgB1PzSGBgBrhhCGG4YGP75AocYGG4YQgAAAAABAAD/AAcABgAAQwAAABQHAQYiJj0BIREzMhYUBwEGIicBJjQ2OwERIRUUBiInASY0NwE2MhYdASERIyImNDcBNjIXARYUBisBESE1NDYyFwEHABP/ABM0Jv6AgBomE/8AEzQT/wATJhqA/oAmNBP/ABMTAQATNCYBgIAaJhMBABM0EwEAEyYagAGAJjQTAQACmjQT/wATJhqA/oAmNBP/ABMTAQATNCYBgIAaJhMBABM0EwEAEyYagAGAJjQTAQATE/8AEzQm/oCAGiYT/wAAAQAA/4AEAAWAAB0AAAE2FhURFAYnASYnERQGKwEiJjURNDY7ATIWFRE2NwPTExoaE/06CQQmGoAaJiYagBomBAkFcxMMGvpAGgwTAsYJCv1aGiYmGgWAGiYmGv1aCgkAAQAA/4AHAAWAACsAAAE2FhURFAYnASYnERQGJwEmJxEUBisBIiY1ETQ2OwEyFhURNjcBNhYVETY3BtMTGhoT/ToJBBoT/ToJBCYagBomJhqAGiYECQLGExoECQVzEwwa+kAaDBMCxgkK/ToaDBMCxgkK/VoaJiYaBYAaJiYa/VoKCQLGEwwa/ToKCQABAHr/gAaABYAAGQAAATYWFREUBicBJicRFAYnASY0NwE2FhURNjcGUxMaGhP9OgkEGhP9OhMTAsYTGgQJBXMTDBr6QBoMEwLGCQr9OhoMEwLGEzQTAsYTDBr9OgoJAAABAAD/fAV/BYQACwAACQEGJjURNDYXARYUBWj60BchIRcFMBcCYf0eDRQaBcAaFA39Hg0kAAAAAAIAAP+ABgAFgAAPAB8AAAERFAYjISImNRE0NjMhMhYFERQGIyEiJjURNDYzITIWBgAmGv4AGiYmGgIAGib8gCYa/gAaJiYaAgAaJgVA+oAaJiYaBYAaJiYa+oAaJiYaBYAaJiYAAAAAAQAA/4AGAAWAAA8AAAERFAYjISImNRE0NjMhMhYGACYa+oAaJiYaBYAaJgVA+oAaJiYaBYAaJiYAAAAAAQAA/4AGBgWAABkAABcGJjURNDYXARYXETQ2FwEWFAcBBiY1EQYHLRMaGhMCxgkEGhMCxhMT/ToTGgQJcxMMGgXAGgwT/ToJCgLGGgwT/ToTNBP9OhMMGgLGCgkAAAAAAQAA/4AHAAWAACsAABcGJjURNDYXARYXETQ2FwEWFxE0NjsBMhYVERQGKwEiJjURBgcBBiY1EQYHLRMaGhMCxgkEGhMCxgkEJhqAGiYmGoAaJgQJ/ToTGgQJcxMMGgXAGgwT/ToJCgLGGgwT/ToJCgKmGiYmGvqAGiYmGgKmCgn9OhMMGgLGCgkAAAABAAD/gAQABYAAHQAAFwYmNRE0NhcBFhcRNDY7ATIWFREUBisBIiY1EQYHLRMaGhMCxgkEJhqAGiYmGoAaJgQJcxMMGgXAGgwT/ToJCgKmGiYmGvqAGiYmGgKmCgkAAAACAAEAAAYBBQYACwAbAAATATYyFwEWBiMhIiYBISImNRE0NjMhMhYVERQGDgLGEzQTAsYTDBr6QBoMBcb6gBomJhoFgBomJgItAsYTE/06Exoa/eYmGgEAGiYmGv8AGiYAAAAAAQCa/5oEpgXmABQAAAkCFhQPAQYiJwEmNDcBNjIfARYUBJP97QITExOmEzQT/RoTEwLmEzQTphME0/3t/e0TNBOmExMC5hM0EwLmExOmEzQAAAAAAQBa/5oEZgXmABQAAAkBBiIvASY0NwkBJjQ/ATYyFwEWFART/RoTNBOmExMCE/3tExOmEzQTAuYTApP9GhMTphM0EwITAhMTNBOmExP9GhM0AAAAAgAA/4AGAAWAACMALwAAATU0JiMhETQmKwEiBhURISIGHQEUFjMhERQWOwEyNjURITI2ABACBCAkAhASJCAEBMAmGv8AJhqAGib/ABomJhoBACYagBomAQAaJgFAzv6f/l7+n87OAWEBogFhAkCAGiYBABomJhr/ACYagBom/wAaJiYaAQAmASv+Xv6fzs4BYQGiAWHOzgACAAD/gAYABYAADwAbAAABNTQmIyEiBh0BFBYzITI2ABACBCAkAhASJCAEBMAmGv0AGiYmGgMAGiYBQM7+n/5e/p/OzgFhAaIBYQJAgBomJhqAGiYmASv+Xv6fzs4BYQGiAWHOzgAAAAIAAP+ABgAFgAArADcAAAE0LwE3NjU0LwEmIyIPAScmIyIPAQYVFB8BBwYVFB8BFjMyPwEXFjMyPwE2ABACBCAkAhASJCAEBH0TtbUTE1oTGxoTtbUTGhsTWhMTtbUTE1oTGxoTtbUTGhsTWhMBg87+n/5e/p/OzgFhAaIBYQGeGhO1tRMaGxNaExO1tRMTWhMbGhO1tRMaGxNaExO1tRMTWhMBzv5e/p/OzgFhAaIBYc7OAAIAAP+ABgAFgAAXACMAAAE0LwEmIgcBJyYiDwEGFRQXARYzMjcBPgEQAgQgJAIQEiQgBAUEElsTNBP+aOITNBNbEhIBahMaGxMCHxL8zv6f/l7+n87OAWEBogFhAyIcEloTE/5p4hMTWhIcGxL+lhMTAh8SSv5e/p/OzgFhAaIBYc7OAAMAAP+ABgAFgAAPADoARgAAJTU0JisBIgYdARQWOwEyNgE0LgEjIgcGHwEWMzI3Njc2MzIWFRQGBw4BHQEUFjsBMjY1NDY3PgQkEAIEICQCEBIkIAQDgBIOwA4SEg7ADhIBAG+mV/OADxeEBwwQCTUhIjQwSygwP2kSDsAOEishICI6HxkBgM7+n/5e/p/OzgFhAaIBYaDADhISDsAOEhICrliWUtUYEmQGDEQYGDQhJi4WHHVDJA4SEg4TPRMSFTEvSj3+Xv6fzs4BYQGiAWHOzgAAAwAA/4AGAAWAAB4ALgA6AAAlNTQmKwERNCYjISIGHQEUFjsBESMiBh0BFBYzITI2AzU0JisBIgYdARQWOwEyNgQQAgQgJAIQEiQgBAQAEg5gEg7+wA4SEg5gYA4SEg4BwA4SgBIOwA4SEg7ADhICgM7+n/5e/p/OzgFhAaIBYaCgDhICAA4SEg6gDhL+wBIOoA4SEgOOoA4SEg6gDhISwf5e/p/OzgFhAaIBYc7OAAACAAD/gAYABYAALwBfAAABIyImPQE0NjsBLgEnFRQGKwEiJj0BDgEHMzIWHQEUBisBHgEXNTQ2OwEyFh0BPgEBFRQGKwEOAQcVFAYrASImPQEuAScjIiY9ATQ2OwE+ATc1NDY7ATIWHQEeARczMhYErW0aJiYabSChbCYagBombKEgbRomJhptIKFsJhqAGiZsoQFzJhqPJeuhJhqAGiah6yWPGiYmGo8l66EmGoAaJqHrJY8aJgIAJhqAGiZsoSBtGiYmGm0goWwmGoAaJmyhIG0aJiYabSChASyAGiah6yWPGiYmGo8l66EmGoAaJqHrJY8aJiYajyXroSYAAAAAAwAA/4AGAAWAACMALwA7AAABBwYiLwEHBiIvASY0PwEnJjQ/ATYyHwE3NjIfARYUDwEXFhQ2EC4BIA4BEB4BIDYAEAIEICQCEBIkIAQESZIKGgqJiQoaCpIKComJCgqSChoKiYkKGgqSCgqJiQrNkvr+2PqSkvoBKPoBcs7+n/5e/p/OzgFhAaIBYQHJkgoKiYkKCpIKGgqJiQoaCpIKComJCgqSChoKiYkKGhkBKPqSkvr+2PqSkgJf/l7+n87OAWEBogFhzs4AAAAAAwAA/4AGAAWAABQAIAAsAAAJAQYiJwEmND8BNjIfAQE2Mh8BFhQWEC4BIA4BEB4BIDYAEAIEICQCEBIkIAQEk/5aEzQT/toTE2YTNBOTARMTNBNmE3qS+v7Y+pKS+gEo+gFyzv6f/l7+n87OAWEBogFhAtP+WhMTASYTNBNmExOTARMTE2YTNPoBKPqSkvr+2PqSkgJf/l7+n87OAWEBogFhzs4AAAAAAwAA/4AGAAWFAAkAEgAiAAABNCcBFjMyPgIFASYjIg4BFRQAEAIGBCAkJgIQEjYkIAQWBSBX/Q6JoG/Jklb8GQLzh6WU+pIFIHrN/uP+yP7jzXp6zQEdATgBHc0Cg6GG/Q9ZV5LLvALyW5L8lKIBP/7G/uLOenrOAR4BOgEdznp6zgAAAQBA/zUGAAVLACAAAAEVFAYjIQEWFA8BBiMiJwEmNTQ3ATYzMh8BFhQHASEyFgYAQTT9QAElJiZLJTU0J/11JSUCiyY1NCZLJib+2wLANEECgIA1S/7aJGwkTCUlAowlNTQnAoomJkomaib+20sAAAEAAP81BcAFSwAgAAABFAcBBiMiLwEmNDcBISImPQE0NjMhASY0PwE2MzIXARYFwCX9dSc0MydLJiYBJf1ANEFBNALA/tsmJksmNDUmAoslAkA2Jf11JSVLJmomASVLNYA1SwEmJGwkSyYm/XUjAAABADX/gAZLBUAAIQAAARQPAQYjIicBERQGKwEiJjURAQYiLwEmNTQ3ATYzMhcBFgZLJUsmNTYk/tpLNYA1S/7aJGwkSyYmAosjNzYlAoslAjUzJ0smJgEl/UA0QUE0AsD+2yYmSyY0NSYCiyUl/XUnAAAAAAEANf+1BksFgAAiAAABFAcBBiMiJwEmNTQ/ATYzMhcBETQ2OwEyFhURATYzMh8BFgZLJf11JzQ1Jf11JiZKJzQ1JQEmTDSANEwBJiU1NCdLJQLANSX9dCUlAowkNjUmSyUl/toCwDRMTDT9QAEmJSVLJwAAAQAA/4AHAAXAACwAAAAUBwEGIiY1ESMiDgUVFBcUFhUUBiMiJy4CJwI1NDcSITMRNDYyFwEHABP+ABM0JuBim5lxYj4jBQURDxAMBwwPA381ogLJ4CY0EwIAA5o0E/4AEyYaAQAMHzZVdaBlN0QGIwkPFBEJGiIHAR2mx4YBkwEAGiYT/gAAAAIAAP+ABgAFgAAXAC8AAAAUBwEXFhQGIyEiJjURNDYyHwEBNjIfAQERFAYiLwEBBiIvASY0NwEnJjQ2MyEyFgLzCv60kBMmGv5AGiYmNBOQAUwKGgpyAxcmNBOQ/rQKGgpyCgoBTJATJhoBwBomAe0aCv60kBM0JiYaAcAaJhOQAUwKCnIDSf5AGiYTkP60CgpyChoKAUyQEzQmJgAAAAACAA3/jQXzBXMAFwAvAAABERQGIi8BAQYiLwEmNDcBJyY0NjMhMhYAFAcBFxYUBiMhIiY1ETQ2Mh8BATYyHwEDACY0E5D+tAoaCnIKCgFMkBMmGgHAGiYC8wr+tJATJhr+QBomJjQTkAFMChoKcgJA/kAaJhOQ/rQKCnIKGgoBTJATNCYmApMaCv60kBM0JiYaAcAaJhOQAUwKCnIAAAAAAQAAAAAFgAWAACMAAAEVFAYjIREUBisBIiY1ESEiJj0BNDYzIRE0NjsBMhYVESEyFgWAOCj+YDgowCg4/mAoODgoAaA4KMAoOAGgKDgDIMAoOP5gKDg4KAGgOCjAKDgBoCg4OCj+YDgAAAAAAQAAAgAFgAOAAA8AAAEVFAYjISImPQE0NjMhMhYFgDgo+0AoODgoBMAoOAMgwCg4OCjAKDg4AAABAHr/gAYGBYAANQAAAR4BDwEOASclERQGKwEiJjURBQYmLwEmNjctAS4BPwE+ARcFETQ2OwEyFhURJTYWHwEWBgcFBcouGxpAGmcu/vZMNIA0TP72LmcaQBobLgEK/vYuGxpAGmcuAQpMNIA0TAEKLmcaQBobLv72AeYaZy5uLhsamf7NNExMNAEzmRobLm4uZxqamhpnLm4uGxqZATM0TEw0/s2ZGhsubi5nGpoAAAMAAP+ABgAFgAALABsALQAAACAEEhACBCAkAhASATU0JisBIgYdARQWOwEyNgMTNCcmKwEiBwYVExQWOwEyNgIvAaIBYc7O/p/+Xv6fzs4CshINwA0UFA3ADRICEgoKDtwOCgoRFA65DhMFgM7+n/5e/p/OzgFhAaIBYfvvvg4TFA2+DRQTAWYCbQwGCAgGDP2TCg8PAAAABAAAAAAGAAVAAA0AFgAfAEoAACU1ETUhFREVFBY7ATI2ATMnJiMiBhQWJDQmIyIPATMyBREUBisBERQGIyEiJjURIyImNRE0NjMhIiY0NjMyHwE3NjMyFhQGIyEyFgOg/sAkHMAcJP44w34aKyg4OALYOCgrGn3CKAGwEg5gOCj7wCg4YA4SEg4BuF2Dg11rPYCAPWtdg4NdAbgOErQ4AdTAwP4sOBkbGwNloR84UDg4UDgfoaD+wA4S/mAoODgoAaASDgFADhKDuoNNpaVNg7qDEgACAAAAAAcABYAAFQBOAAAANCYjIgQGBwYVFBYzMjc+ATc2JDMyARQHBgAHBiMiJy4BIyIOAiMiJicuAzU0PgI1NCYnJjU0PgI3PgQ3PgQzMh4CBQAmGqz+3ON6EyYaGBUbXhSJAQe2GgImFC7+69vW4JSKD5IXEC8rPh0rKRkCCAMDPko+HAIJV5e+bTe0s7KVJwonFCInGCc/IBADJjQmY6mHFRgaJhMYXhN8aAEGX2Lg/sJtbC8FSkBMQCMqBA4GDQcjTTY6EwRECjM1c9KfdyQSDwMJJyUKJxEXCVyEdAAAAAACAAD/AAWABgAADwAzAAAFFRQGIyEiJj0BNDYzITIWARQOBRUUFycXLgQ1ND4FNTQnFyceBAWAEw36wA0TEw0FQA0T/wAxT2BgTzFDBAFajIlaNzFPYGBPMUIDAVqMiVo3oEANExMNQA0TEwQTToRdU0hIWzNggAEBKVR0gaxiToRdU0hIWzNeggEBKVR0gawAAAAAAwAAAAAHAASAABEAIQAxAAABJicWFRQAIAA1NDcGBxYEICQANCYjIgYVFBYyNjU0NjMyABQHBgAgACcmNDc2ACAAFwaAmOU9/vn+jv75PeWYhQGRAdQBkf21HBR9sxwoHHpWFANsFIz+J/3y/ieMFBSMAdkCDgHZjAJA7HVoebn++QEHuXlodezN8/MCOSgcs30UHBwUVnr+0kQj5v7rARblI0Qj5QEW/urlAAUAAP+gBwAE4AAJABkAPQBDAFUAACU3LgE1NDcGBxIANCYjIgYVFBYyNjU0NjMyJRQHBgAPAQYjIicmNTQ3LgEnJjQ3NgAhMhc3NjMyHgMXFhMUBgcBFgQUBwYHBgQjNzYkNyYnNx4BFwIrTldiPeWYpwKJHBR9sxwoHHpWFAGHAWr+XGkxChIMehAsj/FYFBSZAcYBDVlbNgoSBRokHiEDECWeggEYCAHAFCdGlv513krUAWl5c6c/X685yY0/wGt5aHXs/v4Cbigcs30UHBwUVnrvBwK9/Qy8WRBGChIMS0HYiR9MH+sBEBFhEAwTEhMCCv4wi+UyAfYthEYiQFGsvoQS7ryzc3BAsl8AAAAAAwAQ/4AG8AYAAA8AIQAzAAAlNTQmKwEiBh0BFBY7ATI2AxM0JyYrASIHBhUTFBY7ATI2AwEWBw4BIyEiJicmNwE+ATIWBAATDcANExMNwA0TAhIKDQvcCw0KERQOuQ4TDQMAIyUROyL6ACI7ESUjAwARPEY8ob4OExMOvg4TEwGEAcsMBwsLBw7+NwoNDQOw+oA/Px0iIh0/PwWAHyQkAAEAAAAABWwFbAAyAAABFgYPARMWDwEGIyInJicJARcWDwEGKwEmLwImJyY/ATYzMh8BCQEmJyY/ATYXBTc+AQVgLEBMoaAFEYAHDAQDDwb+6f79NQUNYAkOAg8JvfwLAgEKYAkOBgLCAQP+BA4DAguADhACmaBMwAVgNMBMof1IEw5gBgEDDQH8/v3CEQ5gCQIL/L0HEA0MYQkBNQEDARcIEBALgA0Fn6BMQAAPAAD/AAaABgAAAwAHAAsADwATABcAGwAfACMAMwA3ADsAPwBPAHMAABchESEBIREhJSERIQEhESElIREhASERIQEhESEBIREhJSERIQERNCYrASIGFREUFjsBMjYBIREhJSERIQEhESE3ETQmKwEiBhURFBY7ATI2JREUBiMhIiY1ETQ2OwE1NDY7ATIWHQEhNTQ2OwEyFh0BMzIWgAEg/uABYAFA/sD+oAEg/uABYAFA/sD+oAEg/uAC4AFA/sD+gAFA/sADAAEg/uD+gAFA/sD+oBMNQA0TEw1ADRMC4AEg/uD+gAFA/sABgAEg/uAgEw1ADRMTDUANEwGATDT6gDRMTDSAXkJAQl4BgF5CQEJegDRMgAEg/uABIEABQP7AAUBAASD8AAEgAcABIPwAASBAAUACIAEgDRMTDf7gDRMT/K0BQEABIP7gASDAASANExMN/uANExNN+wA0TEw0BQA0TGBCXl5CYGBCXl5CYEwAAAADAAD/oAcABeAAEgA3AHEAAAEGBy4EKwEiJj0BNDY7ATIAFAcBBiMiJj0BIg4BLgYnNjceBDMhNTQ2MzIXARIUBwEGIyImPQEhIg4CBwYHDgYrASImPQE0NjsBMj4CNzY3PgYzITU0NjMyFwECmjxNFh4zM0ss4A4SEg7g+gUGCf7ACQ4NEyBqOFo0TDJCNDobO00WHjMzSywBABIODAwBPwkJ/sAJDg0T/wAwTjwqGCAuHSlDPVddeETgDhISDuAwTjwqGCAuHSlDPVddeEQBABIODAwBPwQfXLUtN0gpHRIOwA4S/A4cCf7ACRMNwAEBAwcOFyIuPSddtC03SCkdwA4SCv7BA3ccCf7ACRMNwB48Py4+bUJaeFBWMyESDsAOEh48Py4+bUJaeFBWMyHADhIK/sEAAAABAAD/AAcABQAAJgAAABACBCMiJwYFBgcGJic1JjYmPgI3PgU3JgI1ND4BJDMyBAcA8P5k9EZLxv76MUERGwQDBQEKAgwCBzAVKRgeC521jvABTLb0AZwDLv6k/tmrCK9DDggCFhIBBBAEDwMOAgg1FzguSChZAQaWgu2sZasAAAMAAP+ABgAFgAAjADMAQwAAARUUAgQgJAI9ATQ2MyEyFh0BFB4DMj4DPQE0NjMhMhYBERQGIyEiJjURNDYzITIWBREUBiMhIiY1ETQ2MyEyFgYAxf6h/kj+ocUmGgGAGiYvPFIuKi5SPC8mGgGAGib8ACYa/oAaJiYaAYAaJgQAJhr+gBomJhoBgBomAsCAyf6+tbUBQsmAGiYmGoA0TCYWBAQWJkw0gBomJgJm/oAaJiYaAYAaJiYa/oAaJiYaAYAaJiYAAAAAAQBaABUGpgQgABQAACUHBiInCQEGIi8BJjQ3ATYyFwEWFAaTphM0E/3t/e0TNBOmExMC5hM0EwLmE82lExMCE/3tExOlEzUTAuUTE/0bEzUAAAAAAQBa/+AGpgPrABQAAAkBBiInASY0PwE2MhcJATYyHwEWFAaT/RoTNBP9GhMTphM0EwITAhMTNBOmEwLY/RsTEwLlEzUTpRMT/e0CExMTpRM1AAAAAgAAAAAHgASAACUASwAAJRQGIyEiLgM8AT0BESMiJjU0NwE2MhcBFhUUBisBESEyHwEWARQHAQYiJwEmNTQ2OwERISIvASY1NDYzITIeAxwBHQERMzIWBQATDfxACAsHBALAGiYPAUATPBMBQA8mGsACQBAJoAcCgA/+wBQ6FP7ADyYawP3AEAmgBxMNA8AICwcEAsAaJiANEwQKBhEGFAGgAaAmGhgRAYAWFv6AERgaJv6AC8AKAZUYEf6AFxcBgBEYGiYBgAzACQsNEwQKBhEGFAGg/mAmAAAAAAMAAP+ABoAFAAAHAA8AOgAAJBQGIiY0NjIEFAYiJjQ2MhMRFAYHBRYVFAchMhYUBiMhIiY1ND4CNwMjIiY0NjMhMh4EFyEyFgKATGhMTGgDzExoTExozCEY++wNGAOYGiYmGvwAGiYQEBsCscwaJiYaAQAQGQ4MBAcBBLEaJjRoTExoTExoTExoTAPA/gAYJQN6PAoQMCY0JiYaCykfMQUDNyY0Jg0SHxUmByYAAAAAAQAAAAAGgAWAABQAAAERFAYjISImNRE0NjMhMhYdASEyFgaAhFz7QFyEhFwBQFyEAqBchAOg/UBchIRcA8BchIRcIIQAAAAAAgAAAAAHVwWAABMAKgAAARQHAQ4BIyEiJjU0NwE+ATMhMhYBFSEiBgcBBzQmNRE0NjMhMhYdASEyFgdXH/6wK5tC+8AiNR8BUCubQgRAIjX+qfzAXs49/q8FAYRcAUBchAIgXIQCSB8j/nQzRxoeHyMBjDNHGgE6oF9I/nQGBBEEA8BchIRcIIQAAAABAED/AALABgAAHwAAABQGKwERMzIWFAcBBiInASY0NjsBESMiJjQ3ATYyFwECwCYagIAaJhP/ABM0E/8AEyYagIAaJhMBABM0EwEABNo0JvwAJjQT/wATEwEAEzQmBAAmNBMBABMT/wAAAAABAAABQAcAA8AAHwAAABQHAQYiJj0BIRUUBiInASY0NwE2MhYdASE1NDYyFwEHABP/ABM0JvwAJjQT/wATEwEAEzQmBAAmNBMBAAKaNBP/ABMmGoCAGiYTAQATNBMBABMmGoCAGiYT/wAAAAAFAAD/gAgABYAAAwAHAA0AEQAVAAABESERAREhEQEVIREzEQERIREBESERAoD/AAKA/wAFAPgAgAUA/wACgP8AAoD+AAIAAgD8AAQA+4CABgD6gAOA/QADAAGA+4AEgAACAAD/gAYABYAAMABAAAABBgc2NwYHJiMiBhUUFy4BJwYVFBcmJxUUFhcGIyInHgEXBiMiJxYzMj4DNTQnNgERFAYjISImNRE0NjMhMhYFADhBRBlBRT1cV3sFgeJPHVsvNWRJHRYNGhVrRHSRGhiUrnDEjGUxAT8BKql3/EB3qal3A8B3qQOeGQkoTSYNQntXHRMHdGEyOHI9ARkCS3UOCAQ/UgFaA15Hd5upVBIJLQEC/EB3qal3A8B3qakAAAABAAD/gAYABYAAJAAAATIWFREUBisBETM3IzU0NjM3NSYjIgYdASMVMxEhIiY1ETQ2MwTgd6mpd7zHHuUvRHo/c4ijyMj97HepqXcFgKl3/EB3qQJT6JQ4OAHPCaCSq+j9ral3A8B3qQAAAAAHAAD/gAcABYAADwAXABsAIwAnAC4APgAAADQmIyIGFRQWMjY1NDYzMjYUBiImNDYyASE1IQAQJiAGEBYgASE1IQMhPQEhByElERQGIyEiJjURNDYzITIWA6ASDkJeEhwSOCgO8pbUlpbU/JYGAPoABIDh/sLh4QE+/OEBgP6AgAYA/MRA/XwGgEs1+gA1S0s1BgA1SwKyHBJeQg4SEg4oOAjUlpbUlvzCgAEfAT7h4f7C4QQCgP7AdoqAgPsANUtLNQUANUtLAAIAAP9IBpMFgAAVAEcAAAA0JiIGFRQXJiMiBhQWMjY1NCcWMzIBFAYjIi4CJwcXFhUUBiMiJwEGIyImNTQSJDMyFhUUBwE3LgM1NDYzMhceBANAcKBwEykqUHBwoHATKSpQA8NiEQknIisDYNwcTiooHP1hsL2jzb4BMqCjzYMBY2ADLiIgYhENCgZQVFk5A7CgcHBQKikTcKBwcFAqKRP+ABFiICIuA2DcHCgqThwCn4PNo6ABMr7No72w/p1gAysiJwkRYgoGTVJaQgAAAAAGAAD/DweABfAABwARABsAfwC9APsAAAA0JiIGFBYyATQmIgYVFBYyNhE0JiIGFRQWMjYBFRQGDwEGBxYXFhUUBw4BIyIvAQYHBgcGKwEiJi8BJicHBiMiJyY1NDc+ATcmLwEuAT0BNDY/ATY3JicmNTQ3PgEzMh8BNjc2NzY7ATIWHwEWFzc2MzIXFhUUBw4BBxYfAR4BARUUBwYHFhUUBwYjIiYnBiInDgEjIicmNTQ3JicmPQE0NzY3JjU0Nz4CMzIWFzYyFzY/ATIXFhUUBxYXFhEVFAcGBxYVFAcGIyImJwYiJw4BIyInJjU0NyYnJj0BNDc2NyY1NDc+AjMyFhc2Mhc2PwEyFxYVFAcWFxYDgJbUlpbUA5ZMaExLaktMaExLakv+gA4JmwsVIjgHBxd3EwsKcyUoCwwHF7oLEgEXIil2Bw0LCpAHCj4QFwyYCg4OCZsLFSI4BwcWeBMLCnMiKwsMBxe6CxIBFyIpdggMCwqQBww8DxcLmAoOAoCVDBIzBHoCCEwOFBQUDkwIAnoEMxIMlZUNETMEBD44AghMDhQUFDMpBgR4BDMRDZWVDBIzBHoCCEwOFBQUDkwIAnoEMxIMlZUNETMEBD44AghMDhQUFDMpBgR4BDMRDZUCFtSWltSW/wA0TEw0NUtLBDU0TEw0NUtL/pC5ChMBGCMpMEMLCQwHHncHWhMMbC8YDwqZChVZBwiFGwkKDk4WLCYYARELuQoTARgjKTBDCwkMCB52B1oSDmwuGA8KmQoVWQcIhRsICxBMFjAiFwIR/eCMEA8bGXEZBANHXhUCAhVeRwMEGXEZGw8QjBAPHRdxGQQDAiQgXRUCAkcpAkYDBBlxFx0PA/CMEA8bGXEZBANHXhUCAhVeRwMEGXEZGw8QjBAPHRdxGQQDAiQgXRUCAkcpAkYDBBlxFx0PAAAAAAIAAP+ABwAFAAAlAE8AAAAQBgQjIicGBwYHIyImJyY0PgU3PgQ3LgE1NDYkIAQBFAYHHgQXHgYUBw4BJyYnJicGIyAnFjMyJDc+ATU0Jx4BBYC8/ru/Vlp8miQyAwsTAgEBAwIFAwYBBSQQHRUKfI68AUUBfgFFAjyOfAoVHRAkBQEGAwUCAwEBAxQMMiSafFpW/vHJOh6hASh0fYYXgZYDi/7q7IkQWCgJBxANAwcGBgQHAwcBBiYVJSgYSNJ3i+yJif2JeNFIGCglFSYGAQcDBwQGBgcDDhABBwkoWBCEBFpUXPCGTUtH1gAAAwAA/4AGAAYAAAcAPABtAAAkNCYiBhQWMgE0JiMhNDY1NCYjDgIHBgcOBisBETMyHgQXFjsBMjU0Jz4BNCc2NTQmJz4BNxQHFhUUBxYVFAcWBisCIiYnJiMhIiY1ETQ2MyE2NzY3PgI3NjMyHgEVFAczMhYBACY0JiY0BKZOMv6gYEBgGhglKRY3BCYZLCQpJxAgIA0lHS8XMAXTg3nABR4jEjUUDyArgDEJJgM8AayNJF1gu3t0Fv7gNUtLNQESJGU6MRgXJisnM1SGRjCwaJimNCYmNCYCgDNNOss7Yl4adoUrF0QFMiA1IyQS/YAGBw8IEQJJpxoeEElKIDJFGT0RAVwkWUohJE1DFRZlTYuhLSsoSzUCgDVLGINLNRl5hColQYp1XWOYAAAAAwAA/wAGAAWAAAcAPgBxAAAANCYiBhQWMgE0Jic+ATU0JzY1NCYnNjU0JisBIgcOBSsBETMyHgUXFhceAhcyNjU0JjUhMjY3FAYrARYVFAcOASMiJy4DJyYnJichIiY1ETQ2MyEyNz4BOwEyFgcVFhUUBxYVFAcWAQAmNCYmNASmKyAPFDUSIx4FYleAg9MFMBcvHSUNICAQJykkLBkmBDcWKSUYGmBAYAFgMk6AmGiwMCMjhlQzJyIoCxgTMDtlJP7uNUtLNQEgFnSAvmlwjK0BPAMmCTEEJjQmJjQm/gAjXAERPRlFMh8mJUkQHhpVUkkCEQgPBwb9gBIkIzUgMgVEFyuFdhpeYjvLOk0yZ5hjXXZERUElIWJTVhUyTYMYSzUCgDVLKCwsnokFTWUWFUNNJCFJAAAAAQAA/60DQAXgABIAAAERBQYjIiY1NDcTASY1NDclEzYDQP4/FhIVFQJW/pQZOAH24RMF4PrF7AwdFQYOAfQBYhsVJQlJAccpAAAAAAIAAP+ABwAFgAAcADkAAAE0LgMiDgIHBiInLgMiDgMVFBcJATY3FAcBBiInAS4ENTQ2MzIeAhc+AzMyFgaAK0NgXGh4ZUgYEj4SGEhleGhcYEMruwJFAkS8gOX9kRI0Ev2QCiNMPC/+4D6Bb1AkJFBvgT7g/gOsUXxJLhAzTUMcFhYcQ00zEC5JfFGou/3QAi+8qN3l/agSEgJaCCRfZI5D3PgrSUAkJEBJK/gAAAAAAgAAAAAGIAUAACgAQAAAJRQWDgIjISImNRE0NjMhMhYVFBYOAiMhIgYVERQWMyE6Ah4DABQHAQYiJjURISImNRE0NjMhETQ2MhcBAoACAQUPDf7Ad6mpdwFADRMCAQUPDf7AQl5eQgEgARQGEQYKBAOgE/3gEzQm/kAaJiYaAcAmNBMCIGAEIBUaDal3AsB3qRMNBCAVGg1eQv1AQl4CBAcLAjI0E/3gEyYaASAmGgGAGiYBIBomE/3gAAAEAAD/gAYABYAAAwAPACUANQAANzMRIzcuASIGFRQWOwEyNgEzETQmIyIHMzUjFgMzETQ3PgEzMhUBERQGIyEiJjURNDYzITIW7efn9gFGdElHOQE7SAJJ55J4iEkC5wMD5wcPPCx0AdSpd/xAd6mpdwPAd6l6ArbWNERENDNFRfynAY6annVlQv2MAYQmEiMxnQJz/EB3qal3A8B3qakAAgAA/wAEgAWAAAsALgAAARE0JiIGFREUFjI2ARQGIyEDDgErASInAyEiJjU0NjMRIiY0NjMhMhYUBiMRMhYB4BIcEhIcEgKgJhr+UzMCEQwBGwVM/mwaJp1jNExMNAKANExMNGOdAqABwA4SEg7+QA4SEv6uGib+HQwRGwHlJhp7xQIATGhMTGhM/gDFAAAAAgAAAAAHAAYAACcAPwAAAREUBiMhIiY1ETQ2MyEyFh0BFAYjISIGFREUFjMhMjY1ETQ2OwEyFgERFAYiLwEBBiIvASY0NwEnJjQ2MyEyFgWAqXf8wHepqXcCwA4SEg79QEJeXkIDQEJeEg5ADhIBgCY0E7D9dAoaCnIKCgKMsBMmGgIAGiYCYP7Ad6mpdwNAd6kSDkAOEl5C/MBCXl5CAUAOEhIDUv4AGiYTsP10CgpyChoKAoywEzQmJgACAAAAAAYABQAAFwBAAAAAFAcBBiImNREhIiY1ETQ2MyERNDYyFwkBERQGIyEiJjU0Jj4CMyEyNjURNCYjISoCLgM1NCY+AjMhMhYEoBP94BM0Jv5AGiYmGgHAJjQTAiABc6l3/sANEwIBBQ8NAUBCXl5C/uABFAYRBgoEAgEFDw0BQHepApo0E/3gEyYaASAmGgGAGiYBIBomE/3gATP9QHepEw0EIBUaDV5CAsBCXgIEBwsIBCAVGg2pAAMAAP+ABoAFgAAGAA0ASQAAASY1IRUUFiU1IRQHPgE3FRQOAgcGBw4BFRQWMzIWHQEUBiMhIiY9ATQ2MzI2NTQmJyYnLgM9ATQ2MyE1NDYzITIWHQEhMhYBykr/AL0Ew/8ASo29gFONzXEqNSYdPUNLdRIO/MAOEnVLQz0dJjUqcc2NUzgoASBeQgJAQl4BICg4Ao2i0WBOqPZg0aIdqM6AR5B0TwU2KSJNMzZKW0VADhISDkBFW0o2M00iKTYFT3SQR4AoOGBCXl5CYDgAAAAJAAD/gAYABYAABwAPABcAHwAnACwAMgCBAJEAAAE2JyYHBhcWJyYHBhcWNzYnNicmBwYXFhc2JicmBhcWFzYnJgcGFx4BNCMiFDcmBhcWNgE0ACAAFRQSFxY2NTQnDgIuAScmJy4DNjMyHgEXHgEyNjc2Ny4DNTQ3Jjc2Fh8BNjIXPgIXFgcWFRQOAwcWFRQGFRQWNzYSAREUBiMhIiY1ETQ2MyEyFgIHBAcJBQQHCRcFBwYGBwUGLwIHBwEDBwgWAgEDBggFBlsCCwkEAgsJLgwKPQIWAgIUAoL+1P5Y/tTEmhIRAQYTNCwrCBciAgULAwsOBhIqDBArLCAOBxoxSkgnNRgdE0cZGjqMOgsjTBMdGDUcK0A9JiMBERKaxAEAqXf8QHepqXcDwHepAVAGBwcFBgcHLgcDBAgIAwQxBAQCBAUDAhMBBwIHCAcGRwcEAwcHBAMEEBAPBwQHCAQBRdQBLP7U1Kf+9TQDEAw0KwEDAQkfGjsPAQULCAcEGxYcHAcGLxYGGTVjRk86PkoGGxAQEREHFh4GSj46TzlXNSQQBB9AKGICDBADNAELAof8QHepqXcDwHepqQAEAAD/gAaABcAABwAPACcAPwAAJDQmIgYUFjIkNCYiBhQWMhMRFAYjISImNRE0NjMhHgEzITI2NyEyFgEGIyERFAYjISImNREhIicmNwE2MhcBFgUAJjQmJjQBJiY0JiY0pjgo+kAoODgoAasVYz0BAD1jFQGrKDj+uxEq/wAmGv8AGib/ACoRER8BwBI2EgHAHyY0JiY0JiY0JiY0JgEg/sAoODgoAUAoODhISDg4AmAo/kAaJiYaAcAoJx4BwBMT/kAeAAAAAAIAAP+ABf8FgAAxAGMAAAE0JicuAjU0NjU0JyYjIgYjIiYjIg4BBwYHDgIVFBYVFAYUFjMyNjMyFjMyNz4BEjcUAgYHBiMiJiMiBiMiJjU0NjU0JjU0PgI3Njc2MzIWMzI2MzIWFRQGFRQeAhceAQV/DgsMCggKCgQJE04UPOg7K2dDOIlBYH8xGRYYFhhhGTnhObVngdV3gIz8m3zKOeI4GGEZSWUWGSRJgFZOmsJ6POc6E0wUUUoKBAMMAhASAsYsixseHC0aF1sWJRIBCTAXGBY2MUnp74EooCkXVywdFh8kLdcBFIul/rv7NywdHW9JGFgXKKEpb9XOtkE7PU4wCmVUF1oXDRgJIAQonQAAAQAAAAAFgAWAAE8AAAEUBgcGBwYjIi4DJyYnJgAnJicuBDU0NzY3PgEzMhcWFx4CFx4CFRQOAhUUHgIXHgEXHgMzMj4CMzIeARceAhcWFxYFgBQLFWVeXBs0Px9QCWJNf/7uTzAjAx4LEgczODIZVxsOBxIjCyYgDwMdDjlDOQoHFQFMxIkCIg4bCRI4MjwUDh0qBBk5RhNGBgMBKBtXGTI4MwcSCx4DIzBPARJ/TWIJUB8/NBtcXmUVCxQDBkYTRjkZBCodDhQ8MjgSCRsOIgKJxEwBFQcKOUM5Dh0DDyAmCyMSBwAAAAIAAAAABYAFgAAPAB8AAAEhIgYVERQWMyEyNjURNCYXERQGIyEiJjURNDYzITIWBGD8wEJeXkIDQEJeXt6pd/zAd6mpdwNAd6kFAF5C/MBCXl5CA0BCXqD8wHepqXcDQHepqQACAAD/lwUABYAABgAjAAABIREBNxcBEzIXHgEVERQGBwYjIicJAQYjIicuATURNDY3NjMEgPwAAadZWQGnDBcVIScnIRMZMCP+R/5HJC8XFSEnJyEVFwUA+yYBllVV/moFWgkNOCL69yI4DQggAaj+WCEJDTgiBQkiOA0JAAAAAAIAAP+ABgAFgABHAFcAAAE0LgQnLgIjIg4CIyIuAicuAScuAzU0PgI1NC4BJy4FIyIHDgEVFB4EFxYAFx4FMzI2NzYBERQGIyEiJjURNDYzITIWBQAEIDEuLQYFHBYKDyskKQ0HEwwWA2OOOAINBgcpMSkKFAMDGBobFwoLMDUuRAUFDQcSAjwBOaQGMBIpGSQQOZMVFgEAqXf8QHepqXcDwHepAVcLChcbGhgDAxQKKTEpBwYNAjePYwMWDBMHDSkkKw8KFhwFBi0uMSAEFhWTORAkGSkSMAak/sc8AhIHDQUFRC41Azn8QHepqXcDwHepqQABACwAAAZUBQAAMQAAAQYHFhUUAg4BBCMgJxYzMjcuAScWMzI3LgE9ARYXLgE1NDcWBBcmNTQ2MzIXNjcGBzYGVENfAUyb1v7SrP7x4SMr4bBpph8hHCsqcJNETkJOLHkBW8YIvYaMYG1gJWldBGhiRQ4cgv797rdtkQSKAn1hBQsXsXUEJgMsjlNYS5WzCiYkhr1mFTlzPwoAAAABAF//gAO/BgAAFAAAAREjIgYdASEDIxEhESMRITU0NjMyA7+dVjwBJSf+/s7/AP/QrZMF9P74SEi9/tj9CQL3ASjaus0AAAAIAAD/pwYABYAAVABcAGQAawBzAHoAggCIAAAAIAQSFRQABwYmNTQ2NTQnPgQ1NCc2JyYGDwEmIgcuAgcGFwYVFB4DFwYHDgEiJicuAS8BIgYeAR8BHgEfAR4DPwEUFhUUBicmADU0EhM2JyYHBhcWFzYnJgcGFxYXNicmBwYWFzYnJgcGFxYXNicmBhcWNzQHIhUUNzI3JgcGFjYCLwGiAWHO/tvoGxoBNDlbYUEpTyUtHGonJl3GXRA1chwtJU8pQGFbOScKFTBCQRcTOxQUFRAGDAcHFisKCg0+SEMWFwEaG+j+285VAwoKAwMKCSMHCQoGBwkKJAkJCAkJEjIIDAwICQ0MQQMQDwgRD0MREBEQOgIQEAQgBYDO/p/R+/5vTQUYEgOTPWEtBhg2T4NVd1dbcQkoGBgaGgsgLQlxW1d3VYJQNhgGJEMKCispICgEAwkODgUFCjgXFyYvDQEEBCZlBBIYBU0BkfvRAWH8fwcFAwUHBQYaBQsJBgULCiYHDA0HBRokCAsMCQgLDBALBQQWBAYHDQILDQIVCwIDGAgAAAABAAAAAAaABYAAJQAAAREUBisBIiY1ETQmIgYdATMyFhURFAYjISImNRE0NjMhNTQAIAAGgCYaQBomltSWYCg4OCj8QCg4OCgCoAEHAXIBBwPA/wAaJiYaAQBqlpZqwDgo/cAoODgoAkAoOMC5AQf++QAAAAUAAP+AB4AFgAAPABkAIwAnACsAAAEyFhURFAYjISImNRE0NjMVIgYdASE1NCYjETI2NREhERQWMzc1IRUzNSEVBuBCXl5C+cBCXl5CDRMGgBMNDRP5gBMNYAEAgAGABYBeQvtAQl5eQgTAQl6AEw3g4A0T+wATDQJg/aANE4CAgICAAAMAAAAABYAFgAAHACEAPQAAABQGIiY0NjIBFgcGKwEiJicmACcuAT0BNDc2OwEWBBcWEgUWBwYrASImJyYCACQnLgE9ATQ3NjsBDAEXFhIBgHCgcHCgAnACExIdhxkkAhb+u+UZIRURGgWgASRxcocCDQIUEhyPGiUBDLL+4/591xkjFBIaAwEGAd+6u9YBEKBwcKBw/sUcFBUhGeUBRRYCJBmHHRIRDYdycf7cohsUFCMZ1wGDAR2yDQElGY8cEhIN1ru6/iEABQAAAAAGAAUAAAcADwAfACkAPwAAABQGIiY0NjIEFAYiJjQ2MhcRNCYjISIGFREUFjMhMjYBIQMuASMhIgYHAREUBiMhIiY1ETQ3Ez4BMyEyFhcTFgQQL0IvL0IBLy9CLy9CnxMN+0ANExMNBMANE/syBJydBBgO/PIOGAQEsV5C+0BCXhDFEVw3Aw43XBHFEAFhQi8vQi8vQi8vQi/wAUANExMN/sANExMB7QHiDRERDf1+/sBCXl5CAUAZMgJeNUJCNf2iMgACAAD/gwcABYAALgA0AAABMhYUBiMRFAYjACUOARYXDgEeAhcOASYnLgQ2NyMiJj0BNDYzISABMhYVAxEABREEBoA1S0s1TDT+X/51OkIEJhQGEjEvJh2lrC4HLRMbAwoRekJeXkIB4AGzAc00TID+dv6KAXkDgEtqS/6ANEwBWyETXmsnIUEzOykeOjIbKheBPHZUcTZeQsBCXgGATDT8JAO6/tIp/vIqAAAAAwBA/wAGwAYAAAsAGQBBAAAENCMiJjU0IhUUFjMBIQARNC4CIg4CFRABFAYjIRQGIiY1ISImNT4ENTQSNyY1NDYyFhUUBxYSFRQeAwOQEDtVIGdJ/XYFFP72MFqZuplaMATATDT+QJbUlv5ANEwyUlg9J+q+CDhQOAi+6ic9WFKwIFU7EBBJZwEwASwCFDNsYj8/Ymwz/ez+1DRMapaWakw0KlyTqvKLmAEFHBMUKDg4KBQTHP77mIvyqpNcAAAAAQAC/4AF/gV9AEkAAAEXFgcGDwEXFgcGLwEHBgcGIyIvAQcGJyYvAQcGJyY/AScmJyY/AScmNzY/AScmNzYfATc2NzYfATc2FxYfATc2FxYPARcWFxYHBWCKHgoMKLw1DB8dKbowCikMBx8Uh4ccKikKMLopHR8MNbwoDAoeiooeCgwovDUMHx0pujAKKSkdh4cdKSkKMLopHR8MNbwoDAoeAoCHHCopCjC6KR0fDDW8KAwCFoqKHgoLKbw1DB8dKbowCikqHIeHHCopCjC6KR0fDDW8KQoMH4uLHgsKKbw1DB8dKbowCikqHAADAAD/gAcABYAABwA1AGgAACQ0JiIGFBYyATQmIyE0PgI1NCYjIgcGBwYHBgcGKwERMzIeATMyNTQnPgE0JzY1NCYnITI2NxQGKwEGBxYVFAcWBiMiJyYjISImNRE0NjMhMj4FNzY3PgQzMhYVFAchMhYBACY0JiY0BaZOMv3AHiQeWUcYQhgNKEhHHkVHICBIvsVRvQUeIxI1FA8BSzRMgJdpqQQhAzwBrI2FvaQ7/uA1S0s1ASAKFxgVGw4YAkEjDSgiLz8mfaMWAXZomKY0JiY0JgKAM00UOTVTK0M9iywVQFFRGTn9gEBApxoeEElKIDJFGT0RTDVpmD45FRZlTYuhRTtLNQKANUsJExEcDxwDSjcVUj5AI4Z6RDyYAAADAAD/gAcABYAANQA9AHEAACUzESMiLgInJicmJyYnLgQjIgYVFB4CFSEiBhUUFjMhDgEVFBcGFBYXBhUUFjMyPgEkNCYiBhQWMhMRFAYjISIHBiMiJj8BJjU0NyYnIyImNTQ2MyEmNTQ2MzIeAxcWFx4GMyEyFgVgICAjQTwoHQgESCgOGAETEhYVCEdZHiQe/cAyTkw0AUsPFDUSIx4EYVdUxr4BaCY0JiY0pks1/uA7pL5/jrABAT0DIQSpaZeYaAF2FqN9Jj8vIigNI0ECGA4bFRgXCgEgNUuAAoAYMiohCQVRQBYuAychJhc9QytTNTkUTTM0TBE9GUUyIEpJEBggVVJAQCY0JiY0JgKA/YA1SztFm4wFTGYWFTk+mGlnmDxEeoYjQD5SFTdKAxwPHBETCUsAAAADAAD/AAYABgAABwA1AGgAAAQ0JiIGFBYyEzQjIgcuASIHJiMiBgcRNCYjIgYVESIuAiMiBhUUFxYXFhcWFxYdASE1ND4BNxQHBhURFAYjISImNRE0LgUnJicuBDU0NjMyFxE0NjMyFh0BFhc2MzIXNhYFACY0JiY0pqcaHhBJSiAyRRk9EUw0M00UOTVTK0M9iywVQFFRGTkCgEBAgEU7SzX9gDVLCRMRHA8cA0o3FVI+QCOGekQ8mGdpmD45FRZlTYuhWjQmJjQmAzy9BR4jEjUUDwFLNExOMv3AHiQeWUcYQhgNKEhHHkVHICBIvsVWhb2kO/7gNUtLNQEgChcYFRsOGAJBIw0oIi8/Jn2jFgF2aJiXaakEIQM8AawAAAADAAD/AAYABgAANAA8AHAAAAE0LgE9ASEVFA4CBwYHBgcGBw4EFRQWMzI+AjMRFBYzMjY1ERYzMjcWMjY3FjMyNgI0JiIGFBYyARQGLwEGIyInBgcVFAYjIiY1EQYjIiY1ND4DNzY3PgY1ETQ2MyEyFhURFBcWBYBAQP2AGDIqIQkFUUAWLgMnISYXPUMrUzU5FE0zNEwuOUUyIEpJEBggVVKAJjQmJjQBJpuMBUxmFhU2QZhpZ5g2SnmHI0A+UhU3SgMcDxwREwlLNQKANUs7RQJAVMa+SCAgI0E8KB0IBEgoDhgBExIWFQhHWR4kHv3AMk5MNAFLIzUSIx4EYQM9NCYmNCb9RI6wAQE9Ax4HqWmXmGgBdhajfSY/LyIoDSNBAhgOGxUYFwoBIDVLSzX+4DukvgAAAAACAAD/gAYABYAAHwArAAABNTQmIyE3NjQvASYiBwEHBhQfAQEWMj8BNjQvASEyNgAQAgQgJAIQEiQgBAUAJhr+Cr0TE1sSNhL+llsSElsBahI2ElsSEr0B9homAQDO/p/+Xv6fzs4BYQGiAWECQIAaJr0TNBNbEhL+llsSNhJb/pYSElsSNhK9JgEr/l7+n87OAWEBogFhzs4AAAACAAD/gAYABYAAHwArAAAANC8BASYiDwEGFB8BISIGHQEUFjMhBwYUHwEWMjcBNyQQAgQgJAIQEiQgBAUFElv+lhI2ElsSEr3+ChomJhoB9r0TE1sSNhIBalsBDc7+n/5e/p/OzgFhAaIBYQJlNhJbAWoSElsSNhK9JhqAGia9EzQTWxISAWpb/v5e/p/OzgFhAaIBYc7OAAIAAP+ABgAFgAAfACsAAAA0JwEnJiIPAQEGFB8BFjI/AREUFjsBMjY1ERcWMj8BJBACBCAkAhASJCAEBQQS/pZbEjYSW/6WEhJbEjYSvSYagBomvRM0E1sBDs7+n/5e/p/OzgFhAaIBYQJmNhIBalsSElv+lhI2ElsSEr3+ChomJhoB9r0TE1v9/l7+n87OAWEBogFhzs4AAgAA/4AGAAWAAB8AKwAAADQvASYiDwERNCYrASIGFREnJiIPAQYUFwEXFjI/AQEAEAIEICQCEBIkIAQFBBJbEjYSvSYagBomvRM0E1sSEgFqWxI2ElsBagEOzv6f/l7+n87OAWEBogFhAmQ2ElsSEr0B9homJhr+Cr0TE1sSNhL+llsSElsBagD//l7+n87OAWEBogFhzs4AAAAAAwAA/4AGAAWAAAsB2AIYAAAAIAQSEAIEICQCEBIBDgEHMj4BNzY3Njc2FyY2Nz4BPwEGJicUBzQmBicuAicuAScuAyIOASMmDgIHDgEHNicmBzYmJzMuAicuAQcGHgEVFgYVFBYHDgEHBhYXFg4CDwEGJicmJyYHJicmBzYnJgc+ATU2Nz4CIxY3PgE3Nh4BMxY2JxYnJicmBwYXJg4BJy4BJyIHNiYnNicuAQcOAR4CFxYHDgIHBhYHLgEnFi8BIgYmJyY3NhcuAScGBxY3PgE3Nhc3FhcmBwYHFgcuAiciBwYHFhceAjcWBzYXFhcWBy4BBwYWNyIGFAcXBhY3BhcWFx4CFx4BFwYWByIGIx4BFx4CNzYnJicuAScyHgIHBh4CFx4BIzIWFx4BFx4DFx4BFxYyNjc2FhcWNwYeAhceARc2NwYWNzY1Bic0LgI2MzI2JicuAScGJicUBhUiJz4BNz4DJgcGBw4CBwYmJy4BNTQ+ASc+ATc+ARY2NyYnJiMWNhcWNzQmNxY3HgEXHgI2NxYXFhcWPgEmLwE0NScuATY3PgI3NicyNyIuASM2Jz4BNxY3Nic+ATcWNjQ3PgE/ATYjFjc2JzYmJzYWNzYnJgM2Ny4BJyYnNi4CJy4DBiMHDgMXJicuAgYHDgEHJjYnJg4EBw4BBy4BNR4BFxYHBgcGFxQGFxQCLwGiAWHOzv6f/l7+n87OA0QCDwYCBQUBBhAOJiIRAhcDAxgDAgwLAQYJDgIKCgYBAg8CAQMDBQYIBwEDBgMGAgMLAw8QCgYJAwcFAQ8UAwg0BwUBBwENHAQDGgMFBwcCAQYFBAMLEwQHCRcGBSQZIQYGBwwDAgMJAQwHAyMPBQ0ECQoTBQ4DCQwJBAQMDwgKAREQCAEJBQgIAxwKExsHGwYFAQsKDQIOBgINCgEDBgUFCAMHIAoEGBEFBAQBAwQOAy4wBgYFEAIiCAUOBgcXFAIHAgQPDggQBpJZBwUEAgMKCQYBKxMCAw0BEAEDBwcHBQECAxENDSEGAgMSDAQEDAgCFwEBAwEDGQMBAgQGAhoPAgMFAgIICQYBAwoOFAIGEAgJFgYFBgICDQwUAwUbCAoMEQUPHAckEwIFCwcCBRoFBgEDFAgOHxIFAwICBAkCBgEBFAIFFgUDDQIBAwIBCQYCCwwTBwEEBgYHIgcNEwUBBgMMBAIFBAQBAQMDAQcrBg8HBQIFGAMZBQMIAwcFCgILCAcIAQEBAQEPBwoKAQ4RBBUGBwQBCAcBCQcFBQUJDAgHBR8DBwIDBBYCEQMDEg0KEAMMCQMRAg8WEb3OkQMTAxIGAQcJEAMCCgQLBgcDAwUGAgEVDwUMCQsGBQIBBw4FAw8JDgQNAgMGAgITAgQDBxMbAgQQEAEFgM7+n/5e/p/OzgFhAaIBYf7FAREBCgwBBwgGBggTAhYBAgUFFgEQDQIGBwIEAQMJGAMFDAQCBwYFCgoCAQEFAQICAQUGBAEEEAYECQgCBQkEBgkTAwYOBQcRDQgQBAgVBgIEBQMCAgUWDxkFCAkNDQkFAQ4PAwYXAg0KAQ8MBA8FGAUGAQoBGAgBEgcCBAkEBAEXDAsBGQEPCA4BDA8EAgUHCQcEBAEKBAEFBAIEFAQFGQQJAwEEAgcIDAQCAw0CDxoBAgIJAQ4HBRAJBAMGBgwGAw4IAQFQjgcBARAGBggLARwRBAsHAg4DBRsBICcEAQwtAwMoCAECCwkGBSMGBhwJAgcOBgMOCAIUKhkEBRUEAwQEAQcVEBYCBhsVCQgkBgcNBgoCAhEDBAUBAiIEEwgBDRILAwYSBgQFCBgCAx0PIQEJCAkGBxIECBgDCQIIAQkCAQMdCAQQDQwHAQETAw8IAwMCBAgqEAohERACDwMBAQEEBAECAwMJBgsNAREFGxIDBAMCBwIDBQ4KKAQDAhELBwgJCQgDEhMJAQUIBBMQCQYEBQsDEAIMCggIBwcGAggQBAUIAQsEAg0LCQYHAgEBAgoGBfyCJJkDAwIHAQcMBgoCAggDBgIBAQMDAwERBQEJBQIGBRQDBRkGBgMGCwIJAwQQAwQFAwoyDR8RGQ8WBAcbCAYAAAMAFf8VBn4FgAAHABUALwAAJDQmIgYUFjIJAQYjIi8BJjU0NwEeAQEUBw4BIyIAEAAzMhYXFhQHBRUXPgIzMhYBgCY0JiY0Aqr9ViU1NCdqJiYCqSeXAtwXL+uNuf75AQe5On8sEBD+28EFlHsJDxEmNCYmNCYB5P1WJSVsJDY1JgKpYpcBjCdDhqcBBwFyAQchHgsiC6ngawNbRxQAAAAGAAAAAAcABYAAAwAHAAsAGwArADsAACUhNSEBITUhASE1IQERFAYjISImNRE0NjMhMhYZARQGIyEiJjURNDYzITIWGQEUBiMhIiY1ETQ2MyEyFgQAAoD9gP6ABAD8AAKAAYD+gAIAJhr5gBomJhoGgBomJhr5gBomJhoGgBomJhr5gBomJhoGgBomgIABgIABgID8QP8AGiYmGgEAGiYmAeb/ABomJhoBABomJgHm/wAaJiYaAQAaJiYAAAEABf+ABXsFAAAVAAABFgcBERQHBiMiJwEmNREBJjc2MyEyBXsRH/4TJw0MGxL/ABP+Ex8RESoFACoE2Skd/hP9GioRBRMBABMaAeYB7R0pJwAAAAQAAAAABwAGAAADABcAGwAvAAABITUhAREUBiMhIiY1ESEVFBYzITI2PQEjFSE1AREhETQ2MyE1NDYzITIWHQEhMhYCgAIA/gAEgF5C+kBCXgKgJhoBQBomYP8ABAD5AF5CAWA4KAJAKDgBYEJeBQCA/QD+IEJeXkIB4KAaJiYaoICAAeD+gAGAQl6gKDg4KKBeAAABAAD/gAYABYAARwAACQI3NhcWFREUBiMhIicmPwEJARcWBwYjISImNRE0NzYfAQkBBwYjIicmNRE0NjMhMhcWDwEJAScmNzYzITIWFREUBwYjIicFA/6dAWOQHSknJhr+QCoRER+Q/p3+nZAfEREq/kAaJignHpABY/6dkBMaDAwoJhoBwCoRER+QAWMBY5AfEREqAcAaJicNDBoTA+P+nf6dkB8RESr+QBomKCcekAFj/p2QHicoJhoBwCoRER+QAWMBY5ATBREqAcAaJignHpD+nQFjkB4nKCYa/kAqEQUTAAAGAAD/AAeABgAAEQAxADkAQQBTAFsAAAEGByMiJjUQMzIeATMyNwYVFAEUBiMhIiY1ND4FMzIeAjI+AjMyHgUAFAYiJjQ2MgAQBiAmEDYgARQGKwEmJzY1NCcWMzI+ATMyAhQGIiY0NjICUaJnhlJwfAZLeDtDQgUEgJJ5/JZ5kgcVIDZGZT0KQlCGiIZQQgo9ZUY2IBUH/ACW1JaW1ANW4f7C4eEBPgMhcFKGZ6JRBUJDO3hLBnyAltSWltQCgAV7UU4BYSorFyUdi/0OeIuLeDVldWRfQygrNSsrNSsoQ19kdWUFMtSWltSW/h/+wuHhAT7h/Z9OUXsFdYsdJRcrKgFq1JaW1JYAAAAAAwAQ/5AGcAXwACEAQwBpAAABNC8BJiMiBx4EFRQGIyIuAycGFRQfARYzMj8BNgE0LwEmIyIPAQYVFB8BFjMyNy4ENTQ2MzIeAxc2ABQPAQYjIi8BJjU0NycGIyIvASY0PwE2MzIfARYVFAcXNjMyHwEFsBzQHCgqHgMgCxMHOCgPGRoMHwMhHM4bKSgckxz9QRzOHCgnHZMcHNAbKSoeAyALEwc4KA8ZGgwfAyEDf1WTU3h5U85TWFhWenhU0FRVk1N4eVPOU1hYVnp4VNABQCgc0BwgAx8MGhkPKDgHEwsgAx8qKBzPGxqSHALoKBzPHBuSHCcoHNAbHwMfDBoZDyg4BxMLIAMf/eHwU5JTVc9TeHtWWFhU0FTwU5JTVc9TeHtWWFhU0AABAAAAAAeABYAAGwAAARQGIyEiADU0NjcmNTQAMzIEFzYzMhYVFAceAQeA4Z/7wLn++Y50AgEs1J4BATtGYGqWKYGoAYCf4QEHuYTbNhwP1AEssI4+lmpLPx7RAAIAc/+ABg0FgAAXACEAACUWBiMhIiY3AREjIiY0NjMhMhYUBisBEQUBIQEnNREjERUF9zhFavuAakU4AfdAGiYmGgIAGiYmGkD+7P7wAsj+8BSAWFl/f1kDGQGPJjQmJjQm/nFE/lMBrR8lAY/+cSUAAAAABwAB/4AHAAUAAAcATgBcAGoAeACGAIwAAAAyFhQGIiY0BQEWBwYPAQYjIicBBwYHFgcOAQcGIyInJjc+ATc2MzIXNj8BJyYnBiMiJy4BJyY2NzYzMhceARcWBxYfAQE2MzIfARYXFgcFNiYnJiMiBwYWFxYzMgM+AScmIyIHDgEXFjMyARc1ND8BJwcOAQcOAQcfAQEnARUHFxYXHgEfAQE3AQcGBwOmNCYmNCYBbAH7HAMFHoANEBEO/U5uCAQOBAdiU4SRiFZaCwdiUoSSU0QJDXp6DQlEU5KEUmIHBSkrVYmRhFNiBwQOBAhuArIOERANgB4FAxz7XC4yUVxkSicuMlFcZEouUTIuJ0pkXFEyLidKZAEOYCEOTxoDDgUCBAHXYALggP0AoAkCBQQOBBoDYID9+LECCwKAJjQmJjQa/nIUJCMQQAcIAYNCBAExME2NNVROVHtMjjVUHw0JSUkJDR9UNY5MO2wnT1Q0jk0wMQEEQgGDCAdAECMkFIoqhDM7JCqEMzv9OzOEKiQ7M4QqJAKgOgskFAgvGgMQBAIDAekgAkBA/lFxYAgCBAQQBBr+wEABmIoDBAAABQAA/wAHAAYAAB8AIgAlADMAPAAAATIWFREUBiMhIiY1ESEiJjURNDY3AT4BMyEyFhURNjMHASEJASETAREhERQGIyERIRE0NgERIREUBiMhEQagKDg4KPxAKDj94Cg4KBwBmBxgKAGgKDhEPID+1QEr/YD+1QErxAE8/oA4KP5gAgAoA9j+gDgo/mAEgDgo+0AoODgoASA4KAKgKGAcAZgcKDgo/rgo1f7VAqv+1f6kATwBoP5gKDj9gAEAKGD8+ASA/mAoOP2AAAAAAQAE/4QFfAV8AD8AACUUBiMiJwEmNTQ2MzIXARYVFAYjIicBJiMiBhUUFwEWMzI2NTQnASYjIgYVFBcBFhUUBiMiJwEmNTQ2MzIXARYFfJ51h2T893Hcn55zAl0KPRANCv2iT2ZqkkwDCD9SQFQ//bsaIh0mGQGaCj4QDAr+Zj9yUlg9AkVkl3WeZAMIc5yf3nH9ogoMED0KAl9NlmppTPz3P1RAUj8CRRgmHSAb/mYKDBA+CgGaPVhScj/9u2IABAAA/4AGAAWAAAMAIQAxAEUAACkBESEBMxE0JicBLgEjERQGIyEiJjURIxEzETQ2MyEyFhUBETQmKwEiBhURFBY7ATI2BREUBiMhIiY1ETQ2MyEyFhcBHgEBgAMA/QADgIAUCv7nCjAPOCj9wCg4gIA4KANAKDj+gBMNwA0TEw3ADRMCgDgo+sAoODgoA6AoYBwBGBwoAYD+gAOADjEKARkKFP5gKDg4KAGg+wABoCg4OCgCAAFADRMTDf7ADRMTE/xgKDg4KAVAKDgoHP7oHGAAAAABAAD/gAYABYAADwAAAREUBiMhIiY1ETQ2MyEyFgYAqXf8QHepqXcDwHepBGD8QHepqXcDwHepqQAAAAADAAAAAAYABQAADwAfAC8AACUVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFgYAJhr6gBomJhoFgBomJhr6gBomJhoFgBomJhr6gBomJhoFgBomwIAaJiYagBomJgHmgBomJhqAGiYmAeaAGiYmGoAaJiYABgAA/8AHAAVAAAcADwAfACcANwBHAAAkFAYiJjQ2MhIUBiImNDYyARUUBiMhIiY9ATQ2MyEyFgAUBiImNDYyARUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYBgHCgcHCgcHCgcHCgBfATDftADRMTDQTADRP6gHCgcHCgBfATDftADRMTDQTADRMTDftADRMTDQTADRPQoHBwoHABkKBwcKBw/aDADRMTDcANExMD46BwcKBw/aDADRMTDcANExMB88ANExMNwA0TEwAAAAAGAA//AAcABfcAHgA8AEwAXABsAHwAAAUUBiMiJzcWMzI2NTQHJz4CNzUiBiMVIzUhFQceARMVISY1ND4DNTQmIyIHJz4BMzIWFRQOAgczNQEVFAYjISImPQE0NjMhMhYBFSE1MzQ2PQEjBgcnNzMRARUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYBfW1RakI5MTkdK2kaCDEkExBBEGoBTV8zPAL+lgYvQkIvHRkuI1UYXzpJZERSRQF/BeoTDftADRMSDgTADRP6gP6xawECCCpHiGoF7BMN+0ANExIOBMANExMN+0ANExMNBMANE1RQXEJYLR0cQAg4CkMpEgECNZhYcwxKAkCfJBIzVDQrLBcZGzo7MzlTRzJTLjcZPP7BwA0TEw3ADhITA3ZjYymhKQwRJUx//mz+fcANExMNwA4SEwHzwA0TEw3ADRMTAAAAAAMAAP+ABwAFgAAPADUAZQAAATIWHQEUBiMhIiY9ATQ2MyUmJyY1NDc2ITIXFhcWFxYVFA8BLwEmJyYjIgcGFRQXFhcWFxYXAyEWFRQHBgcGBwYHBiMiLwEmJyY9ATQnJj8BNTceAhcWFxYXFjMyNzY3NjU0JyYG4A4SEg75QA4SEg4BwxwXMIaFAQQydUJvCgsOBQxUDjI1WHpyRENCQtVFaDol7AGbBykXMCVIUElQe3JRjDkPCAIBAQJmDx4PBSMtKz47SUBLTS0vUSICgBIOQA4SEg5ADhJAIy1iWrWAfxMMJCZQezwSGwMGApU4Wzs6WElDQz4ULhwY/wAnNW9lODAjLjASFRcoEAwIDg1sMB4mJSwCIkomCDklJBUWGxo8PURUSR0AAgAA/4AGAAWAAGMAcwAAEyYvATYzMhcWMzI3NjcyNwcXFQYjIgcGFRQWFRcTFhcWFxYzMjc2NzY3Njc2NTQuAS8BJicmDwEnNzMXFjcXFhUUBwYHBgcGFRQWFRYTFgcGBwYHBgcGIyInJicmJyY1ETQnJgE1NCYjISIGHQEUFjMhMjYwJQgDDRs8NIQiVlJ0HjgeAQI8QDwTDQEBDgYtIz1YWWhXOCswESQRFQcPBgQFEyIrZA4CVM1MeBIGBC0nSQYPAwgOBhUPGiZKS2ttkqd1dzw9FhARGQVWEg76QA4SEg4FwA4SBSECAlgBBAcDBAECDkAJCRkOdg0nBuX+6HxOOyEvHBIhJBw4OkmcT2KTVjtDFSMBAgNWCgMNAiYNBxgMAQsGDxoHKAsT/ofDbUwuQTo5ICEuL0tMd1CdAU28GST6gkAOEhIOQA4SEgAACgAAAAAGgAWAAA8AHwAvAD8ATwBfAG8AfwCPAJ8AACU1NCYjISIGHQEUFjMhMjYRNTQmIyEiBh0BFBYzITI2ATU0JiMhIgYdARQWMyEyNgE1NCYjISIGHQEUFjMhMjYBNTQmIyEiBh0BFBYzITI2ATU0JiMhIgYdARQWMyEyNgE1NCYjISIGHQEUFjMhMjYBNTQmIyEiBh0BFBYzITI2ETU0JiMhIgYdARQWMyEyNhMRFAYjISImNRE0NjMhMhYCABIO/sAOEhIOAUAOEhIO/sAOEhIOAUAOEgIAEg7+wA4SEg4BQA4S/gASDv7ADhISDgFADhICABIO/sAOEhIOAUAOEgIAEg7+wA4SEg4BQA4S/gASDv7ADhISDgFADhICABIO/sAOEhIOAUAOEhIO/sAOEhIOAUAOEoBeQvrAQl5eQgVAQl6gwA4SEg7ADhISAY7ADhISDsAOEhL+jsAOEhIOwA4SEgMOwA4SEg7ADhIS/o7ADhISDsAOEhL+jsAOEhIOwA4SEgMOwA4SEg7ADhIS/o7ADhISDsAOEhIBjsAOEhIOwA4SEgFO+8BCXl5CBEBCXl4AAAAGABv/mwaABgAAAwATABsAIwArADMAAAkBJwEkFAcBBiIvASY0NwE2Mh8BJRcPAS8BPwEBFw8BLwE/AQEXDwEvAT8BARcPAS8BPwEEpgEla/7bAioS+voSNhLGEhIFBhI2Esb6y2JiHh5iYh4BfMTEPDzExDwD3mJiHh5iYh79nmJiHh5iYh4DuwEla/7b1TYS+voSEsYSNhIFBhISxpEeHmJiHh5i/vw8PMTEPDzE/V4eHmJiHh5iAh4eHmJiHh5iAAAABABA/4AHAAUAAAcAEAAYAE0AACQ0JiIGFBYyASERIyIPAQYVADQmIgYUFjIBERQOBCYjFAYiJjUhFAYiJjUjIgYuBDU0NjMRNCY+Az8BPgE7ATU0NjMhMhYCgExoTExo/swBgJ4NCcMJBQBMaExMaAFMCBMOIQwnA5bUlv6AltSWQAMnDCEOEwgmGgEBBAkTDcYTPxugJhoEABomTGhMTGhMAoABAAnDCQ39rmhMTGhMBMD8AA8XDgkDAQFqlpZqapaWagEBAwkOFw8aJgFACDYWLxsiDcYTGsAaJiYAAAABAAD/gAYABYAASgAAABACBCMiJzY3NjceATMyPgE1NC4BIyIOAxUUFhcWNz4BNzYnJjU0NjMyFhUUBiMiJjc+AjU0JiMiBhUUFwMGFyYCNTQSJCAEBgDO/p/Rb2s7EwktFGo9eb5od+KOabZ/WytQTR4IAgwCBhEz0amXqYlrPUoOCCUXNjI+VhljEQTO/s4BYQGiAWEDUf5e/p/OIF1HIrEnOYnwlnLIfjpgfYZDaJ4gDCAHMAYXFD1al9mkg6ruVz0jdVkfMkJyVUkx/l5Ga1sBfOnRAWHOzgAAAQAA/4AGAAWAAEwAAAEyFhURFAYjITY3NjceATMyEjU0LgIjIg4DFRQWFxY2NzY3NicmNTQ2MzIWFRQGIyImNz4CNTQmIyIGFRQXAwYXIyImNRE0NjME4HepqXf9K1UXCSwVaTy15UZ7tmpotX1aK09NDRUECgUGETLPp5Wnh2o8Sg4IJRY1MT1VGGIYEbd3qal3BYCpd/xAd6l6WCKvJzgBJ+JUnXlJOWB7hUJmnCAFCg4sERcTPliW1aKBqOxXPCJ1Vx8xQXFTSDH+YmSaqXcDwHepAAAAAwAA/4AGAAWAABsAJwA3AAABNCchFTMOAyMiJjQ2MzIXNyYjIgYQFjMyNiUzNSM1IxUjFTMVMwERFAYjISImNRE0NjMhMhYDlQb+ltkDGzBVNmOMjGNcPWhslaDg4KClywFZbW1ubm5uARKpd/xAd6mpdwPAd6kCdxomhBg0NiOOyI47ZWTh/sLh0ndubm5ubgKF/EB3qal3A8B3qakAAAIAAP+jCQAFXQAjAC8AAAEUAgQjIiQmAhASNiQzIBcHJiMiDgEUHgEzMj4DNyE1IRYlFSMVIzUjNTM1MxUFna7+vtCV/vDEdHTEARCVAR7Nx3Wve9F6etF7U4taQx8G/mACtAwDY9HS0dHSAm/Q/ru3dMQBEAEqARDEdMC/cXzV/NV8LkVYTiP8Pz/S0dHS0dEAAAAEAAAAAAeABQAADAAcACwAPAAAASE1IxEjBxc2NzMRIyQUDgIiLgI0PgIyHgEBESImNSEUBiMRMhYVITQ2ExEUBiMhIiY1ETQ2MyEyFgMAAYCAcpRNKg0CgAIAKk1+ln5NKipNfpZ+TQIqapb7gJZqapYEgJbqJhr5ABomJhoHABomAYBgAcCJUCUU/uDmjJB8Tk58kIyQfE5OfP4qAgCWamqW/gCWamqWA0D7gBomJhoEgBomJgAAAQAAAUAEAAOAAA0AAAAUBwEGIicBJjQ2MyEyBAAT/kATNBP+QBMmGgOAGgNaNBP+QBMTAcATNCYAAAAAAQAAAQAEAANAAA0AAAAUBiMhIiY0NwE2MhcBBAAmGvyAGiYTAcATNBMBwAFaNCYmNBMBwBMT/kAAAAAAAQBAAIACgASAAA0AAAERFAYiJwEmNDcBNjIWAoAmNBP+QBMTAcATNCYEQPyAGiYTAcATNBMBwBMmAAAAAQAAAIACQASAAA0AAAAUBwEGIiY1ETQ2MhcBAkAT/kATNCYmNBMBwAKaNBP+QBMmGgOAGiYT/kAAAAAAAwAA/4AGgAWAAAYADQAdAAAzIREhERQWJREhESEyNhMRFAYjISImNRE0NjMhMhagAmD9gBMFbf2AAmANE4BeQvrAQl5eQgVAQl4EgPugDRMgBGD7gBMEzftAQl5eQgTAQl5eAAIAAP/ABAAFQAANABsAAAAUBwEGIicBJjQ2MyEyEhQGIyEiJjQ3ATYyFwEEABP+QBM0E/5AEyYaA4AaJiYa/IAaJhMBwBM0EwHAAdo0E/5AExMBwBM0JgFaNCYmNBMBwBMT/kAAAAAAAQAA/8AEAAIAAA0AAAAUBwEGIicBJjQ2MyEyBAAT/kATNBP+QBMmGgOAGgHaNBP+QBMTAcATNCYAAAAAAQAAAwAEAAVAAA0AAAAUBiMhIiY0NwE2MhcBBAAmGvyAGiYTAcATNBMBwANaNCYmNBMBwBMT/kAAAAAAAgAA/4AHAAUAABoAOgAAAREUBiMhIiY1ERYXBBceAjsCMj4BNzYlNhMUBgcABw4EKwIiLgMnJiQnLgE1NDYzITIWBwBeQvpAQl4sOQFqhzlHdjMBATN2RzmqAUg5K2JJ/ohcCkErPTYXAQEXNj0rQQpb/qoiPm5TTQXAQV8DOvzmQl5eQgMaMSb2YyovMTEvKnveJwFWT5Az/vtABy8dJBISJB0vB0DtGCqTP05oXgADAAD/sAYABWwAAwAPACsAAAERIREBFgYrASImNTQ2MhYBESERNCYjIgYHBhURIRIQLwEhFSM+AzMyFgFd/rYBXwFnVAJSZGemZASP/rdRVj9VFQv+twIBAQFJAhQqR2c/q9ADj/whA98BMkliYklKYWH83f3IAhJpd0UzHjP91wGPAfAwMJAgMDgf4wAAAAABAAD/gAYABYAANAAAABACBgQjIiQnJjY/ATYzFhceATMyPgI0LgIjIgYHFxYHBiMhIiY1ETQ3Nh8BNiQzMgQWBgB6zv7knKz+ym0HAQiJCg8QB0nUd2i9ilFRir1oYrRGiR8RESr+QBomKCcegmsBE5OcARzOAxz+yP7kznqRhAoZCIoJAgpfaFGKvdC9ilFHQooeJygmGgHAKhERH4Flb3rOAAEAKP8VBusF2ABxAAAhFA8BBiMiJwEmNTQ3AQcGIiceBhUUBw4FIyInASY1ND4ENzYzMh4FFyY0NwE2MhcuBjU0Nz4FMzIXARYVFA4EBwYjIi4FJxYUDwEBNjMyFwEWBuslayc0NSX+lSYr/wB+DigOAhUEEAQIAxwDGwsaEhoNKBz+aBwJCRYLHgMeJgoQEQoRBhQCDg4BXA4oDgIVBBAECAMcAxsLGhIaDSgcAZgcCQkWCx4DHiYKEBEKEQYUAg4OfgEAKzU0JwFrJTUlbCUlAWwkNjUrAQB+Dg4CFAYRChEQCiYeAx4LFgkJHAGYHCgNGhIaCxsDHAMIBBAEFQIOKA4BXA4OAhQGEQoREAomHgMeCxYJCRz+aBwoDRoSGgsbAxwDCAQQBBUCDigOfv8AKyX+lScAAAcAAP+ABwAFAAAHAA8AIQApADEAOQBLAAAANCYiBhQWMgA0JiIGFBYyARM2LgEGBwMOAQcGHgE2NzYmJDQmIgYUFjIANCYiBhQWMgQ0JiIGFBYyARAHBiMhIicmETQSNiQgBBYSAYBLaktLagELS2pLS2oB92UGGzIuB2U8XhAUUJqKFBAsAmJLaktLav3LS2pLS2oCC0tqS0tqAYuNEyP6hiMTjY7wAUwBbAFM8I4BS2pLS2pLAgtqS0tqS/6fAX4aLQ4bGv6CBU08TYooUE08cg5qS0tqSwLLaktLakt1aktLakv+wP773h0d3QEGtgFM8I6O8P60AAAAAAIAAP8ABwAFAAAWADwAAAAgBAYVFBYfAQcGBzY/ARcWMzIkNhAmBBACBCMiJwYFBgcjIiYnNSY2Jj4CNz4FNyYCNTQSJCAEBEz+aP6d0Y+CVxsYLph7KzlFPcwBY9HRAVHw/mT0RkvG/voxQQUPGAQDBQEKAgwCBzAVKRgeC5218AGcAegBnASAi+yJcMtKMmBbUT9sJgYIi+wBEuzH/qT+2asIr0MOCBURAQQQBA8DDgIINRc4LkgoWQEGlq4BJ6urAAADAAD/gAcABQAAFAA6AGQAAAAgBAYVFBYfAQc2PwEXFjMyJDY0JiQgBBYQBgQjIicGBwYHIyImJyY0PgU3PgQ3LgE1NDYBHgQXHgYUBw4BJyYnJicGIyAnFjMyJDc+ATU0Jx4BFRQGA1n+zv72nWpgYSMiHCw1TkuZAQqdnf2eAX4BRby8/ru/Vlp8miQyAwsTAgEBAwIFAwYBBSQQHRUKfI68BToKFR0QJAUBBgMFAgMBAQMUDDIkmnxaVv7xyToeoQEodH2GF4GWjgSAaLJmUpg4OFQUEx8KDmiyzLLoiez+6uyJEFgoCQcQDQMHBgYEBwMHAQYmFSUoGEjSd4vs+/gYKCUVJgYBBwMHBAYGBwMOEAEHCShYEIQEWlRc8IZNS0fWe3jRAAEAAf8AA3wFgAAhAAABFgcBBiMiJy4BNxMFBiMiJyY3Ez4BMyEyFhUUBwMlNjMyA3USC/3kDR0EChERBMX+agQIEg0SBckEGBABSBMaBasBjAgEEwPKFBj7exkCBRwQAyhlAQsPGAM5DhIZEQgK/jFiAgAAAQAA/4AHAAWAAFUAAAERFAYjISImNRE0NjsBNSEVMzIWFREUBiMhIiY1ETQ2OwE1IRUzMhYVERQGIyEiJjURNDY7ATU0NjMhNSMiJjURNDYzITIWFREUBisBFSEyFh0BMzIWBwA4KP7AKDg4KGD+AGAoODgo/sAoODgoYP4AYCg4OCj+wCg4OChgTDQCAGAoODgoAUAoODgoYAIANExgKDgBIP7AKDg4KAFAKDjAwDgo/sAoODgoAUAoOMDAOCj+wCg4OCgBQCg4wDRMwDgoAUAoODgo/sAoOMBMNMA4AAADAAD/gAaABcAAEwBPAFkAAAERFAYiJjU0NjIWFRQWMjY1ETYyBRQGIyInLgEjIgYHDgEHBiMiJy4BJy4BIgYHDgEHBiMiJy4BJy4BIyIGBwYjIiY1NDc2ACQzMgQeARcWARUmIgc1NDYyFgOAmNCYJjQmTmROIT4DIRMNCwwxWDpEeCsHFQQLERILBBUHK3eIdysHFQQLEhELBBUHK3hEOlgxDAsNEwEtAP8BVb6MAQ3gpSEB/QAqLComNCYCxP28aJiYaBomJhoyTk4yAkQLJg0TCi4uSjwKJAYREQYkCjxKSjwKJAYREQYkCjxKLi4KEw0FArcBEYhQk+OKAgLSYgICYhomJgAEAAD/AAcABgAACAAYABsANwAABSERISImNREhATU0JiMhIgYdARQWMyEyNgEhCQERFAYjISImPQEhIiY1ETQ2MyEyFhURFhcBHgEDAAOA/mAoOP6AAQATDf1ADRMTDQLADRMBAAEr/tUCADgo/EAoOP3gKDg4KARAKDgVDwGYHCiAAoA4KAGgASBADRMTDUANExP9bQEr/lX9YCg4OCigOCgFQCg4OCj+uA0P/mgcYAAAAAADAAD/gAQABYAAEAAoAFwAAAEUBiImNTQmIyImNDYzMh4BFzQuAiIOAhUUFx4BFxYXMzY3PgE3NjcUBw4CBxYVFAcWFRQHFhUUBiMOASImJyImNTQ3JjU0NyY1NDcuAicmNTQ+AjIeAgLgExoTbDQNExMNMmNLoEVvh4qHb0VECikKgA3kDYAKKQpEgGctOzwELxkZLQ0/LhRQXlAULj8NLRkZLwQ8Oy1nWZG3vreRWQPADRMTDS4yExoTIEw0SHxPLS1PfEhlTwssC5mRkZkLLAtPZZtxMUxzMhw2JRsbJTQdFxguMiw0NCwyLhgXHTQlGxslNhwyc0wxcZtjq3FBQXGrAAIAAP+gBwAE4AAaADQAAAEVFAYjIRUUBiMiJwEmNTQ3ATYzMhYdASEyFhAUBwEGIyImPQEhIiY9ATQ2MyE1NDYzMhcBBwATDfqgEw0MDP7BCQkBQAkODRMFYA0TCf7ACQ4NE/qgDRMTDQVgEg4MDAE/AWDADRPADRMKAUAJDQ4JAUAJEw3AEwIhHAn+wAkTDcATDcANE8AOEgr+wQAAAAACAAAAAAeABYAAGQA1AAABNCYrARE0JisBIgYVESMiBhUUFwEWMjcBNgUUBiMhIgA1NDY3JjU0ADMyBBc2MzIWFRQHHgEFABIO4BMNwA0T4A0TCQFgCRwJAV8KAoDhn/vAuf75jHYCASzUnAEDO0dfapYpgqcCYA4SAWANExMN/qATDQ4J/qAJCQFfDNSf4QEHuYLcNx4N1AEsrpA+lmpMPh/RAAIAAAAAB4AFgAAZADUAAAE0JwEmIgcBBhUUFjsBERQWOwEyNjURMzI2ARQGIyEiADU0NjcmNTQAMzIEFzYzMhYVFAceAQUACf6gCRwJ/qEKEg7gEw3ADRPgDRMCgOGf+8C5/vmMdgIBLNScAQM7R19qlimCpwKgDgkBYAkJ/qEMDA4S/qANExMNAWAT/u2f4QEHuYLcNx4N1AEsrpA+lmpMPh/RAAAAAAMAAP+ABYAFgAAHAFgAYAAAJBQGIiY0NjIFFAYjISImNTQ+AzcGHQEOARUUFjI2NTQmJzU0NxYgNxYdASIGHQEGFRQWMjY1NCc1NDYyFh0BBhUUFjI2NTQnNTQmJzQ2LgInHgQAEAYgJhA2IAGAJjQmJjQEJpJ5/JZ5kgslOmhEFjpGcKBwRzkZhAFGhBlqliA4UDggTGhMIDhQOCBFOwEBBAoIRGg6JQv+wOH+wuHhAT7aNCYmNCZ9eYqKeUR+lnNbDzREyxRkPVBwcFA9ZBTLPh9oaB8+QJZqWR0qKDg4KCodWTRMTDRZHSooODgoKh1ZRHciCkEfNCoTD1tzln4D2P7C4eEBPuEAAAACAAD/gAWABYAABwBNAAAANCYiBhQWMjcUBgcRFAQgJD0BLgE1ETQ2MzIXPgEzMhYUBiMiJxEUFiA2NREGIyImNDYzMhYXNjMyFhURFAYHFRQWIDY1ES4BNTQ2MhYFACY0JiY0pkc5/vn+jv75pNwmGgYKETwjNUtLNSEfvAEIvB8hNUtLNSM8EQoGGibcpLwBCLw5R3CgcAMmNCYmNCZAPmIV/nWf4eGfhBTYkAIAGiYCHiRLaksS/m5qlpZqAZISS2pLJB4CJhr+AJDYFIRqlpZqAYsVYj5QcHAABAAA/4AHAAWAAAMADQAbACUAAAEhNSEFESMiJjURNDYzIREhETM1NDYzITIWHQEFERQGKwERMzIWAoACAP4A/qBAXISEXASg/ACAOCgCQCg4AgCEXEBAXIQEgICA+wCEXANAXIT7AAUAoCg4OCig4PzAXIQFAIQAAgBA/wAGwAYAAAsAMwAABDQjIiY1NCIVFBYzARQGIyEUBiImNSEiJjU+BDU0EjcmNTQ2MhYVFAcWEhUUHgMDkBA7VSBnSQNATDT+QJbUlv5ANEwyUlg9J+q+CDhQOAi+6ic9WFKwIFU7EBBJZwEwNExqlpZqTDQqXJOq8ouYAQUcExQoODgoFBMc/vuYi/Kqk1wAAAMAAP+AB0AFAAAHAA8AIgAAADQmKwERMzIBIRQGIyEiJgAQBisBFRQGIyEiJjURNDYzITIGgHBQQEBQ+fAHAJZq+wBqlgdA4Z9AhFz9QFyEJhoEgJ8DMKBw/oD9wGqWlgQJ/sLhIFyEhFwC4BomAAACAAD/AAWABgAALQBCAAABERQGBxEUBisBIiY1ES4BNRE0NjIWFREUFjI2NRE0NjIWFREUFjI2NRE0NjIWBREUBisBIiY1ESMiJjURNDYzITIWAoBHOUw0gDRMOUcmNCYmNCYmNCYmNCYmNCYDAEw0gDRM4A0TvIQBABomBcD9gD1kFPz1NExMNAMLFGQ9AoAaJiYa/mAaJiYaAaAaJiYa/mAaJiYaAaAaJiYa+cA0TEw0AgATDQMghLwmAAYAAP8ABgAGAAATABoAIwAzAEMAUwAAAR4BFREUBiMhIiY1ETQ2MyEyFhcHESEmJwEmAREhIiY1ESERATQ2MyEyFh0BFAYjISImNQUyFh0BFAYjISImPQE0NjMBMhYdARQGIyEiJj0BNDYzBbwcKDgo+sAoODgoA4AoYByEAXgKDP7HDAFj/mAoOP0AAQASDgLADhISDv1ADhIC4A4SEg79QA4SEg4CwA4SEg79QA4SEg4EhBxgKPuAKDg4KAZAKDgoHET+iB0MATkM+hIEADgoAaD6AANgDhISDkAOEhIOoBIOQA4SEg5ADhL/ABIOQA4SEg5ADhIAFAAA/wAFgAYAAA8AHwAvAD8ATwBfAG8AfwCPAJ8ArwC/AM8A3wDvAP8BDwEfAS0BPQAAJRUUBisBIiY9ATQ2OwEyFjUVFAYrASImPQE0NjsBMhYFFRQGKwEiJj0BNDY7ATIWJRUUBisBIiY9ATQ2OwEyFgEVFAYrASImPQE0NjsBMhYlFRQGKwEiJj0BNDY7ATIWJRUUBisBIiY9ATQ2OwEyFiUVFAYrASImPQE0NjsBMhYBFRQGKwEiJj0BNDY7ATIWJRUUBisBIiY9ATQ2OwEyFiUVFAYrASImPQE0NjsBMhYlFRQGKwEiJj0BNDY7ATIWARUUBisBIiY9ATQ2OwEyFiUVFAYrASImPQE0NjsBMhYlFRQGKwEiJj0BNDY7ATIWARUUBisBIiY9ATQ2OwEyFiUVFAYrASImPQE0NjsBMhYFFRQGKwEiJj0BNDY7ATIWASERIREhNTQ2MyEyFhUBERQGIyEiJjURNDYzITIWAYATDUANExMNQA0TEw1ADRMTDUANEwEAEw1ADRMTDUANE/8AEw1ADRMTDUANEwMAEw1ADRMTDUANE/8AEw1ADRMTDUANE/8AEw1ADRMTDUANE/8AEw1ADRMTDUANEwMAEw1ADRMTDUANE/8AEw1ADRMTDUANE/8AEw1ADRMTDUANE/8AEw1ADRMTDUANEwMAEw1ADRMTDUANE/8AEw1ADRMTDUANE/8AEw1ADRMTDUANEwIAEw1ADRMTDUANE/8AEw1ADRMTDUANEwEAEw1ADRMTDUANE/8AAYD7gAGAEw0BQA0TAgAmGvsAGiYmGgUAGibgQA0TEw1ADRMT80ANExMNQA0TEw1ADRMTDUANExPzQA0TEw1ADRMT/fNADRMTDUANExPzQA0TEw1ADRMT80ANExMNQA0TE/NADRMTDUANExP980ANExMNQA0TE/NADRMTDUANExPzQA0TEw1ADRMT80ANExMNQA0TE/3zQA0TEw1ADRMT80ANExMNQA0TE/NADRMTDUANExP+80ANExMNQA0TE/NADRMTDUANExMNQA0TEw1ADRMT+pMGAPoA4A0TEw0FYPmAGiYmGgaAGiYmAA0AAP8ABYAGAAAPAB8ALwA/AE8AXwBvAH8AjwCfALcA2wD1AAAlFRQGKwEiJj0BNDY7ATIWNRUUBisBIiY9ATQ2OwEyFgUVFAYrASImPQE0NjsBMhYlFRQGKwEiJj0BNDY7ATIWARUUBisBIiY9ATQ2OwEyFiUVFAYrASImPQE0NjsBMhYlFRQGKwEiJj0BNDY7ATIWARUUBisBIiY9ATQ2OwEyFiUVFAYrASImPQE0NjsBMhYFFRQGKwEiJj0BNDY7ATIWASERIRUUBiMhIiY9ASERITU0NjMhMhYVGQE0JisBIgYdASM1NCYrASIGFREUFjsBMjY9ATMVFBY7ATI2JREUBiMhIiY1ETQ2MyERNDYzITIWFREhMhYBgBMNQA0TEw1ADRMTDUANExMNQA0TAQATDUANExMNQA0T/wATDUANExMNQA0TAwATDUANExMNQA0T/wATDUANExMNQA0T/wATDUANExMNQA0TAgATDUANExMNQA0T/wATDUANExMNQA0TAQATDUANExMNQA0T/wABgP8AOCj+QCg4/wABgBMNAUANExMNQA0TgBMNQA0TEw1ADROAEw1ADRMCACYa+wAaJiYaAUA4KAHAKDgBQBom4EANExMNQA0TE/NADRMTDUANExMNQA0TEw1ADRMT80ANExMNQA0TE/3zQA0TEw1ADRMT80ANExMNQA0TE/NADRMTDUANExP+80ANExMNQA0TE/NADRMTDUANExMNQA0TEw1ADRMT/JMEgCAoODgoIPuA4A0TEw0DwAFADRMTDWBgDRMTDf7ADRMTDWBgDRMTLfsAGiYmGgUAGiYBICg4OCj+4CYABQBA/4AHgAWAAAcAEAAYADwAYwAAJDQmIgYUFjIBIREjBg8BBgcANCYiBhQWMhM1NCYrATU0JisBIgYdASMiBh0BFBY7ARUUFjsBMjY9ATMyNgERFAYrARQGIiY1IRQGIiY1IyImNDYzETQ2PwE+ATsBETQ2MyEyFgKAS2pLS2r+ywGAng4IwwcCBQBLaktLassSDuASDsAOEuAOEhIO4BIOwA4S4A4SAQAmGsCW1Jb+gJbUloAaJiYaGhPGE0AaoCYaBIAaJktqS0tqSwKAAQACB8MMCv2taktLaksDIMAOEuAOEhIO4BIOwA4S4A4SEg7gEgIu+4AaJmqWlmpqlpZqJjQmAaAaQBPGExoBQBomJgAABQAA/4AHAAWAACMAJwAxAD8ASQAAATU0JisBNTQmKwEiBh0BIyIGHQEUFjsBFRQWOwEyNj0BMzI2ASE1IQURIyImNRE0NjMhESERMzU0NjMhMhYdAQURFAYrAREzMhYFABIO4BIOwA4S4A4SEg7gEg7ADhLgDhL9gAIA/gD+gCBchIRcBMD7wKA4KAJAKDgCAIRcICBchAGgwA4S4A4SEg7gEg7ADhLgDhISDuASAu6AgPsAhFwDQFyE+wAFAKAoODgooOD8wFyEBQCEAAAAAAEAAAAAB4AEgAA6AAABBg0BByMBMzIWFAYrAzUzESMHIyc1MzUzNSc1NzUjNSM1NzMXMxEjNTsCMhYUBisBATMXBR4BFweAAf7h/qDgQP7bRRomJhpgoEBAoMBgICCAwMCAICBgwKBAQKBgGiYmGkUBJUDgAWCAkAgCQCBAIED+oAkOCSABoOAgwCAIGIAYCCDAIOABoCAJDgn+oEAgHDAKAAAAAgBAAAAGgAWAAAYAGAAAAREhERQWMwEVITU3IyImNREnNyE3IRcHEQKA/wBLNQSA+4CAgJ/hQCAB4CADwCBAAoABgP8ANUv+QMDAwOGfAUBAgIDAIPzgAAIAAP+ABgAFgAAjADMAACURNCYrASIGFREhETQmKwEiBhURFBY7ATI2NREhERQWOwEyNgERFAYjISImNRE0NjMhMhYFACYagBom/gAmGoAaJiYagBomAgAmGoAaJgEAqXf8QHepqXcDwHepwAOAGiYmGv7AAUAaJiYa/IAaJiYaAUD+wBomJgO6/EB3qal3A8B3qakAAAAAAgAA/4AGAAWAACMAMwAAATU0JiMhETQmKwEiBhURISIGHQEUFjMhERQWOwEyNjURITI2AREUBiMhIiY1ETQ2MyEyFgUAJhr+wCYagBom/sAaJiYaAUAmGoAaJgFAGiYBAKl3/EB3qal3A8B3qQJAgBomAUAaJiYa/sAmGoAaJv7AGiYmGgFAJgI6/EB3qal3A8B3qakAAAACAC0ATQPzBDMAFAApAAAkFA8BBiInASY0NwE2Mh8BFhQHCQEEFA8BBiInASY0NwE2Mh8BFhQHCQECcwoyChoK/i4KCgHSChoKMgoK/ncBiQGKCjIKGgr+LgoKAdIKGgoyCgr+dwGJrRoKMgoKAdIKGgoB0goKMgoaCv53/ncKGgoyCgoB0goaCgHSCgoyChoK/nf+dwAAAAIADQBNA9MEMwAUACkAAAAUBwEGIi8BJjQ3CQEmND8BNjIXAQQUBwEGIi8BJjQ3CQEmND8BNjIXAQJTCv4uChoKMgoKAYn+dwoKMgoaCgHSAYoK/i4KGgoyCgoBif53CgoyChoKAdICTRoK/i4KCjIKGgoBiQGJChoKMgoK/i4KGgr+LgoKMgoaCgGJAYkKGgoyCgr+LgAAAgBNAI0EMwRTABQAKQAAJBQPAQYiJwkBBiIvASY0NwE2MhcBEhQPAQYiJwkBBiIvASY0NwE2MhcBBDMKMgoaCv53/ncKGgoyCgoB0goaCgHSCgoyChoK/nf+dwoaCjIKCgHSChoKAdLtGgoyCgoBif53CgoyChoKAdIKCv4uAXYaCjIKCgGJ/ncKCjIKGgoB0goK/i4AAAACAE0ArQQzBHMAFAApAAAAFAcBBiInASY0PwE2MhcJATYyHwESFAcBBiInASY0PwE2MhcJATYyHwEEMwr+LgoaCv4uCgoyChoKAYkBiQoaCjIKCv4uChoK/i4KCjIKGgoBiQGJChoKMgKtGgr+LgoKAdIKGgoyCgr+dwGJCgoyAXYaCv4uCgoB0goaCjIKCv53AYkKCjIAAAEALQBNAnMEMwAUAAAAFAcJARYUDwEGIicBJjQ3ATYyHwECcwr+dwGJCgoyChoK/i4KCgHSChoKMgPtGgr+d/53ChoKMgoKAdIKGgoB0goKMgAAAAEADQBNAlMEMwAUAAAAFAcBBiIvASY0NwkBJjQ/ATYyFwECUwr+LgoaCjIKCgGJ/ncKCjIKGgoB0gJNGgr+LgoKMgoaCgGJAYkKGgoyCgr+LgAAAAEATQENBDMDUwAUAAAAFA8BBiInCQEGIi8BJjQ3ATYyFwEEMwoyChoK/nf+dwoaCjIKCgHSChoKAdIBbRoKMgoKAYn+dwoKMgoaCgHSCgr+LgAAAAEATQEtBDMDcwAUAAAAFAcBBiInASY0PwE2MhcJATYyHwEEMwr+LgoaCv4uCgoyChoKAYkBiQoaCjIDLRoK/i4KCgHSChoKMgoK/ncBiQoKMgAAAAIAAP+AB4AGAAAPAC8AAAERNCYjISIGFREUFjMhMjYTERQGIyEUHgEVFAYjISImNTQ+ATUhIiY1ETQ2MyEyFgcAEw35wA0TEw0GQA0TgF5C/eAgICYa/gAaJiAg/eBCXl5CBkBCXgIgA0ANExMN/MANExMDTfvAQl4lUT0NGiYmGg48UCZeQgRAQl5eAAAAAAQAAAAAB4AFAAAPAB8AKwAzAAABIiY1ETQ2MyEyFhURFAYjAREUFjMhMjY1ETQmIyEiBgEzFRQGIyEiJj0BMwUyNCsBIhQzAaBCXl5CBEBCXl5C+6ATDQRADRMTDfvADRMFYKBeQvnAQl6gA3AQEKAQEAEAXkICwEJeXkL9QEJeA2D9QA0TEw0CwA0TE/xTYCg4OChgYCAgAAAAAAMAAAAABIAFgAAHABcAJwAAJDQmIgYUFjIlETQmIyEiBhURFBYzITI2ExEUBiMhIiY1ETQ2MyEyFgKAJjQmJjQBphMN/MANExMNA0ANE4BeQvzAQl5eQgNAQl5mNCYmNCbgA8ANExMN/EANExMDzfvAQl5eQgRAQl5eAAAEAAAAAAMABQAABwAXAB8ALwAAJDQmIgYUFjIlETQmIyEiBhURFBYzITI2AjQrASIUOwElERQGIyEiJjURNDYzITIWAdAvQi8vQgD/Ew3+AA0TEw0CAA0TwBCgEBCgATBMNP4ANExMNAIANExfQi8vQi/wAsANExMN/UANExMDTSAgIPwANExMNAQANExMAAACAAD/gAYABYAACwAXAAAAIA4BEB4BID4BECYEEAIEICQCEBIkIAQDlP7Y+pKS+gEo+pKSAXLO/p/+Xv6fzs4BYQGiAWEEoJL6/tj6kpL6ASj6vf5e/p/OzgFhAaIBYc7OAAAAAgAAAAAGgAWAACEAQwAAAREUBiMhIiY1ETQ+AjsBMhYdARQGKwEiBh0BFBY7ATIWBREUBiMhIiY1ETQ+AjsBMhYdARQGKwEiBh0BFBY7ATIWAwBwUP6AUHBRir1oQBomJhpAapY4KOBQcAOAcFD+gFBwUYq9aEAaJiYaQGqWOCjgUHACQP6AUHBwUALAaL2KUSYagBomlmogKDhwUP6AUHBwUALAaL2KUSYagBomlmogKDhwAAAAAAIAAAAABoAFgAAhAEMAAAERFA4CKwEiJj0BNDY7ATI2PQE0JisBIiY1ETQ2MyEyFgURFA4CKwEiJj0BNDY7ATI2PQE0JisBIiY1ETQ2MyEyFgMAUYq9aEAaJiYaQGqWOCjgUHBwUAGAUHADgFGKvWhAGiYmGkBqljgo4FBwcFABgFBwBMD9QGi9ilEmGoAaJpZqICg4cFABgFBwcFD9QGi9ilEmGoAaJpZqICg4cFABgFBwcAAAAAAIAED/QAbABgAACQARABkAIwArADMAOwBHAAAkFAYjIiY1NDYyABQGIiY0NjIAFAYiJjQ2MgEUBiMiJjQ2MhYAFAYiJjQ2MgAUBiImNDYyABQGIiY0NjIBFAYjIiY1NDYzMhYCDks1NExLagI9S2pLS2r9i0tqS0tqBP1MNDVLS2pL/DxehF5ehATwS2pLS2r9y3CgcHCgAoKEXF2Dg11chMNqS0w0NUv+52pLS2pLAnVqS0tqS/2ONExLaktLA/GEXl6EXv2jaktLaksCkKBwcKBw/nJdg4NdXISEAAAAAAEAAP+ABgAFgAALAAAAEAIEICQCEBIkIAQGAM7+n/5e/p/OzgFhAaIBYQNR/l7+n87OAWEBogFhzs4AAAEAAP+ABwAFwAAsAAABFAMOAgcGIyImNTQ2NTY1NC4FKwERFAYiJwEmNDcBNjIWFREzIBMWBwB/Aw8MBwwQDxEFBSM+YnGZm2LgJjQT/gATEwIAEzQm4ALJojUBoKb+4wciGgkRFA8JIwZEN2WgdVU2Hwz/ABomEwIAEzQTAgATJhr/AP5thgAEAAD/gAaABQAACwAXADEAWAAAABQOASIuATQ+ATIWBBQOASIuATQ+ATIWFzQmIyIHBiInJiMiBhUUHgM7ATI+AxMUBw4EIyIuBCcmNTQ3JjU0NzIWFzYzMhc+ATMWFRQHFgKAGT1UPRkZPVQ9ApkZPVQ9GRk9VD25inYpmkesR5grdopAYpKGUqhShpJiQOA9JoeTwZZcToCniohqIT6IGzNspGuTopSEaaRrMxuIAWhQVEREVFBURERUUFRERFRQVEREfHioFQsLFah4WINLLQ4OLUuDAQjPfE1wPCMJBhMpPmRBe9Dtn1JYdGZPVCMgUk5mdFdRoAAAAAACAAAAAAaABYAAFwAsAAAlETQmIyEiJj0BNCYjISIGFREUFjMhMjYTERQGIyEiJjURNDYzITIWHQEhMhYGADgo/UAoODgo/sAoODgoBMAoOICEXPtAXISEXAFAXIQCoFyE4ALAKDg4KEAoODgo/EAoODgC6P1AXISEXAPAXISEXCCEAAADAAAAAAd1BYAAEQAnAEUAAAE0IyEiBgcBBhUUMyEyNjcBNiUhNTQmIyEiJj0BNCYjISIGFREBPgEFFAcBDgEjISImNRE0NjMhMhYdASEyFh0BMzIWFxYG9TX7wChbGv7aEjUEQChcGQEmEvuLAwA4KP3AKDg4KP7AKDgBACyQBTku/tkrkkP7wFyEhFwBQFyEAiBchMA2WhYPAl0jKx/+lRgQIywfAWsWtKAoODgoQCg4OCj8qwE7NUWjPjr+lTVFhFwDwFyEhFwghFygMS4gAAAAAAUAAP+ABgAFgAAUABwAJAA0AEAAAAEOASImJyY2NzYWFx4BMjY3PgEeAQAUBiImNDYyBBQGIiY0NjIAEC4CIA4CEB4CID4BEhACBCAkAhASJCAEBG4lyv7KJQgYGhkvCBmHqIcZCDAyGP4KS2pLS2oCS0tqS0tqAUtmq+3+/O2rZmar7QEE7avmzv6f/l7+n87OAWEBogFhAc15lJR5GS8ICBgaUGNjUBoYEC8Bz2pLS2pLS2pLS2pL/f4BBO2rZmar7f787atmZqsCQP5e/p/OzgFhAaIBYc7OAAAFAAD/gAYABYAAFAAcACQANABAAAABFg4BJicuASIGBw4BJy4BNz4BMhYAFAYiJjQ2MgQUBiImNDYyABAuAiAOAhAeAiA+ARIQAgQgJAIQEiQgBARuCBgyMAgZh6iHGQgvGRoYCCXK/sr+N0tqS0tqAktLaktLagFLZqvt/vztq2Zmq+0BBO2r5s7+n/5e/p/OzgFhAaIBYQEzGS8QGBpQY2NQGhgICC8ZeZSUAglqS0tqS0tqS0tqS/3+AQTtq2Zmq+3+/O2rZmarAkD+Xv6fzs4BYQGiAWHOzgAABQAA/4AGAAWAAAsAEwAbACsANwAAABQGIyEiJjQ2MyEyABQGIiY0NjIEFAYiJjQ2MgAQLgIgDgIQHgIgPgESEAIEICQCEBIkIAQEgCYa/YAaJiYaAoAa/iZLaktLagJLS2pLS2oBS2ar7f787atmZqvtAQTtq+bO/p/+Xv6fzs4BYQGiAWEB2jQmJjQmAbVqS0tqS0tqS0tqS/3+AQTtq2Zmq+3+/O2rZmarAkD+Xv6fzs4BYQGiAWHOzgAEAAAAAAeABAAAIwArADMAQwAAATU0JisBNTQmKwEiBh0BIyIGHQEUFjsBFRQWOwEyNj0BMzI2BDQmIgYUFjIANCYiBhQWMiQQACMiJyMGIyIAEAAzITIDQBIOwBIOgA4SwA4SEg7AEg6ADhLADhICQEtqS0tqAUtLaktLagFL/tTUwJLcksDU/tQBLNQDgNQBwIAOEsAOEhIOwBIOgA4SwA4SEg7AEmdqS0tqSwFLaktLakvU/lj+1ICAASwBqAEsAAAADwAAAAAHgASAAAsAFwAjAC8AOwBHAFMAXwBrAHcAgwCPAJ8AowCzAAABFRQrASI9ATQ7ATI3FRQrASI9ATQ7ATInFRQrASI9ATQ7ATIBFRQjISI9ATQzITIlFRQrASI9ATQ7ATInFRQrASI9ATQ7ATIBFRQrASI9ATQ7ATInFRQrASI9ATQ7ATIBFRQrASI9ATQ7ATIBFRQrASI9ATQ7ATIBFRQrASI9ATQ7ATIFFRQrASI9ATQ7ATIFERQrASI9ATQ7ATU0OwEyExEhEQERFAYjISImNRE0NjMhMhYBgBBgEBBgEIAQ4BAQ4BCAEGAQEGAQBAAQ/KAQEANgEP2AEGAQEGAQgBBgEBBgEAGAEGAQEGAQgBBgEBBgEAGAEGAQEGAQAYAQYBAQYBD+ABBgEBBgEAEAEGAQEGAQAQAQ4BAQcBBgEID5gAcASzX5gDVLSzUGgDVLAXBgEBBgEPBgEBBgEPBgEBBgEP3wYBAQYBDwYBAQYBDwYBAQYBD+8GAQEGAQ8GAQEGAQ/vBgEBBgEP7wYBAQYBAB8GAQEGAQEGAQEGAQEP6gEBBgEPAQ/QADgPyAA4D8gDVLSzUDgDVLSwAAAAADAED/gAcABYAAFgAqAFYAAAERBiMiJy4BIyIHETYzMh4CHwEWMzIBFAYHERQGKwEiJjURLgE1NDYyFgURFAcGBwYjIi8BLgIjIgQHBiMiJyY1ETQ3PgMzMhYXFjMyNzY3NhcWBoCpiVI/ZKhereb1vDdhYzc3HCw5ePttIx0SDkAOEh0jS2pLBcAjCgfal1hGHEBGcDpm/vVfDxIQECAfI1eNpElwwnAmM3q8FgkfHx8B6wJoWyAxN3/9qXEPJRkbDhYDcSM6EfsODhISDgTyETojNUtLdf0FJxIFBHQjDiEeHFg6CQgTJQLmIxQVKz0mPjcTcAwFEBIUAAAGAED/gAcABYAABQALACoAMgBGAHIAAAE1BgcVNhM1BgcVNgE1Bic1JicuCSMiBxUzMhYXFhcVFjMyEzUGIyInFRYBFAYHERQGKwEiJjURLgE1NDYyFgURFAcGBwYjIi8BLgIjIgQHBiMiJyY1ETQ3PgMzMhYXFjMyNzY3NhcWA0C1y82zrNTXA+nrlRQTBTgNMhMuGiwjLBYXGhNmtWsTFCoxeK2piS0hlPusIx0SDkAOEh0jS2pLBcAjCgfal1hGHEBGcDpm/vVfDxIQECAfI1eNpElwwnAmM3q8FgkfHx8CGMAQZblgAbDFCHa9b/44uHQt4AYJAxwGGAcTBgsEBAPeOjUJBrwRAge9WwjEKgHuIzoR+w4OEhIOBPIROiM1S0t1/QUnEgUEdCMOIR4cWDoJCBMlAuYjFBUrPSY+NxNwDAUQEhQAAgANAAAGgAQzABQAJAAACQEGIi8BJjQ3CQEmND8BNjIXARYUARUUBiMhIiY9ATQ2MyEyFgJJ/i4KGgoyCgoBif53CgoyChoKAdIKBC0SDvxADhISDgPADhICKf4uCgoyChoKAYkBiQoaCjIKCv4uChr+LUAOEhIOQA4SEgAAAAADAC3/kwdTBO0AFAAkADkAACUHBiInASY0NwE2Mh8BFhQHCQEWFAkBDgEvAS4BNwE+AR8BHgEJAQYiLwEmNDcJASY0PwE2MhcBFhQCaTIKGgr+LgoKAdIKGgoyCgr+dwGJCgJF/osEFww+DQ0EAXUEFww+DQ0Cjf4uChoKMgoKAYn+dwoKMgoaCgHSCokyCgoB0goaCgHSCgoyChoK/nf+dwoaBCH69Q0NBBEEFw0FCw0NBBEEF/1o/i4KCjIKGgoBiQGJChoKMgoK/i4KGgAAAgAA/4AHAAW7ABUAOwAAARUUBwYjIicBJjQ3ATYXFh0BAQYUFwEUDgMHBiMiJyY3EicuAScVFAcGIyInASY0NwE2FxYVEQQXFgKAJw0MGxL+ABMTAgAdKSf+cxMTBg0iKzUcBggUBgMZAiuVQNWhJw0MGxL+ABMTAgAdKScBm7ypAcZGKhEFEwIAEzQTAgAfEREqRf5yEzQT/k06l319OAwRAQgaAZClR08N+yoRBRMCABM0EwIAHxERKv76HMGtAAAAAAIAAv+tBn4F4AAKACgAAAEtAS8BAxEXBQMnCQETFgYjIiclBQYjIiY3EwEmNjclEzYzMhcTBR4BBKIBAf6cQh6fOwE+PAwB9f6VVgUWFxEX/j/+PxcRFxYFVv6UIBItAfbhFB0cFeEB9i0SAkP6NAo8AUL8PR+oAWNCATX+nv4MISUM7OwMJSEB9AFiIDcHSQHHKSn+OUkHNwAAAAEAAv+ABYAFAAAWAAAJAQYjIicuATURISIuATY3ATYzMhceAQV5/YARKAUKFhv9wBYjChIUBQANEBsSDwcEo/sAIwIFIxYCQBssKAoCgAcTDikAAAMAAP8ABoAFgAACAAUAOAAAASERCQEhARUUBisBFRQGKwEiJj0BISImNREjIiY9ATQ2OwE1NDY7ATIWHQEhNzYyFxYUDwERMzIWAi0CU/2AAlP9rQSAEg7gEg7ADhL8oA4S4A4SEg7gEg7ADhIDU/YKGgoJCffgDhIBAAJT/doCU/1gwA4S4A4SEg7gEg4DYBIOwA4S4A4SEg7g9wkJChoK9vytEgAAAAQAAP+ABAAFgAAHAA8AFwBLAAAkNCYiBhQWMhI0JiIGFBYyBDQmIgYUFjI3FAYHAgcGBw4BHQEeARUUBiImNTQ2NxEuATU0NjIWFRQGBxE2Nz4FNS4BNTQ2MhYBIDhQODhQODhQODhQArg4UDg4UJg0LALgQ4iAUyw0cKBwNCwsNHCgcDQsNmQ3QUwqJxEsNHCgcBhQODhQOAS4UDg4UDhIUDg4UDhgNFkZ/uF/JisoPkUaGVk0UHBwUDRZGQM0GVk0UHBwUDRZGf4PGh8RGSUqPE80GVk0UHBwAAAIAAD/gAaABgAADQAZACUAQABcAGgAdACCAAAJAQYiJyY0NwE2MhcWFBcRFAYiJjURNDYyFiYUBiMhIiY0NjMhMgUUDwEGIyInASYnNwEeAT8BNjU0JwE3FhcBFgEHASYjIg8BBhUUFwEHJicBJjU0PwE2MzIXARYEFAYjISImNDYzITIBERQGIiY1ETQ2MhYFAQYiJyY0NwE2MhcWFAG3/wALGAsJCQEAChoKCaASHBISHBLgEg7+wA4SEg4BQA4FAlWTU3h5U/6yFRXvAREbUhuTHBz+7hIjFQFQVP2X7/7vHCgnHZMcHAESEiMV/rBUVZNTeHlTAU4VAo4SDv7ADhISDgFADv3yEhwSEhwSAZf/AAsYCwkJAQAKGgoJAQn/AAkJChoKAQAJCQoaM/7ADhISDgFADhIS4BwSEhwSoHhTklNVAU8VIxL+7hsBG5IcJygcARPvFRX+sFYCXhIBEhwbkhwnKBz+7vAVFQFQVnZ4U5JTVf6xFWkcEhIcEgIA/sAOEhIOAUAOEhKl/wAJCQoaCgEACQkKGgAAAgBgAAAD/AUAAA8APAAAARUUBisBIiY9ATQ2OwEyFgEUDgMHDgEVFAYrASImPQE0Njc+ATU0JiMiBwYHBiMiLwEuATcSITIeAgLAGBDwEBgYEPAQGAE8HydHLCcpNxgQ8A8Vgk47Ml09QSsjSA0SDA2kDQUIoAEwUKKCUgEY8BAYGBDwEBgYAkg2Xjs8GxYXVBkRHyUTLVOTIxs6LypAHRlaEAh9Ch4NAQo+aJcAAAACAAAAAAKABYAAHgAuAAAlFRQGIyEiJj0BNDY7AREjIiY9ATQ2MyEyFhURMzIWAxUUBiMhIiY9ATQ2MyEyFgKAJhr+ABomJhpAQBomJhoBgBomQBomgCYa/wAaJiYaAQAaJsCAGiYmGoAaJgGAJhqAGiYmGv3AJgRmwBomJhrAGiYmAAACAGIAAAIeBYAADwAfAAABFRQGIyEiJj0BNDYzITIWEwMOASMhIiYnAyY2MyEyFgIAJhr/ABomJhoBABomHhwBJxr/ABonARwBJRoBQBolASDgGiYmGuAaJiYEBv0AGiYmGgMAGiYmAAIABQAABf4FawAlAEoAACUVIy8BJicjDgIHBg8BITUzEwMjNSEXFhcWFzM2PwIhFSMDEwEVIScmNTQ+BDU0JiMiBwYHJzY3NjMyFhUUDgQHMzUDgfifGAgDAwEDBAEKD5v+/oDFuYkBFIsCFQgDAwMIGYwBAX24zALq/f4DBDROWk40OykzLg4WaRolU2luiDFLWEw3A+inp/wqCQwDBwkCFBj6pwEjARCo5AQmCQwJDCrkqP71/tgCp84bHBJAakM/Lj4hJjEnCxtcJR1Bd2M4Xjs6KzwhUAAAAAACAAX/AAYAA4IAJQBJAAAlFSMvASYnIw4CBwYPASE1MxMDIzUhFxYXFhczNj8CIRUjAxMFFSEnJjU0PgQ1NCYjIgcGByc2NzYzMhYVFA4DBzM1A4H4nxgIAwMBAwQBCg+b/v6AxbmJARSLAhUIAwMDCBmMAQF9uMwC7P3+BAM0TlpONDspMy4OFmkaJVBsbohFY2RKBOinp/wqCQwDBwkCFBj6pwEjARCo5AQmCQwJDCrkqP71/tjZzhstAUBqQz8uPiEmMScLG1wlHUF3Y0JpQzpEJ1AAAAACAAEAAAd/BQAAAwAXAAAlASEJARYGBwEGIyEiJicmNjcBNjMhMhYDgAFQ/QD+sAb1DwsZ/IAmOv0AJj8QDwsZA4AmOgMAJj+AAYD+gAQ1Iksc/AAsKSIiSxwEACwpAAABAAD/3AaABgAAaAAAARQGIyIuAiMiFRQWBxUiBw4CIyImNTQ+AjU0JiMiBhUUHgIVFAcGIyInLgEvASInIjURHgIXFjMyNzY1NC4CNTQ2MzIWFRQOAhUUFjMyNjcVDgIHBhUUFxYzMj4CMzIWBoBZTylJLUQlbiABFgsif2guPVQjKSNsUVR2HiUeLiVQX5YJJQkNAQICAh8lA5ZfUCUuHiUedlVQbCMpI1Q9QOgvAQUFARgjLC0WOTFQK1JbAbZRbCMpI3wnmCcFAQMRCjU5JUQtSSlPWVtSK1AxORYtLCMYAgQCAgEBBAABBQUBGCMsLRY5MVArUltZTylJLUQlOTUeAgICHyUDll9QJS4eJR52AAACAAD/gASABgAAJwAzAAABFRQABxUhMhYUBiMhIiY0NjMhNSYAPQE0NjIWHQEUACAAPQE0NjIWAREUBiAmNRE0NiAWBID+2dkBABomJhr9gBomJhoBANn+2SY0JgEHAXIBByY0Jv8AvP74vLwBCLwDQIDd/rkYhCY0JiY0JoQYAUfdgBomJhqAuf75AQe5gBomJgFm/gCEvLyEAgCEvLwAAwAN/4AFcwYAAAsAQwBLAAABByY9ATQ2MhYdARQJARUUBiMiJwcWMzIAPQE0NjIWHQEUAAcVITIWFAYjISImNDYzITUmJwcGIi8BJjQ3ATYyHwEWFCUBETQ2MzIWAQ9lKiY0JgRp/pe8hDc2YGFsuQEHJjQm/tnZAQAaJiYa/YAaJiYaAQB9bv4KGgpSCgoE0goaClIK/nr9k7yEZqUCT2Vnb4AaJiYagDUCHv6XgIS8E2AzAQe5gBomJhqA3f65GIQmNCYmNCaEDUT+CgpSChoKBNIKClIKGnr9kwIAhLx2AAAAAgAA/4AFAAWAAAYAIgAAAREhETY3NhMRFA4FBwYiJy4GNRE0NjMhMhYEQP5Ad17rwENjiXR+NRAMHAwQNX50iWNDJhoEgBomAkACgPuPP0q4A7D9AFapg3xSSRoHBgYHGklSfIOpVgMAGiYmAAAAAAQAAP8ABoAGAAADABMAIwBHAAAXIREhJRE0JisBIgYVERQWOwEyNiURNCYrASIGFREUFjsBMjYlERQGIyEiJjURNDY7ATU0NjsBMhYdASE1NDY7ATIWHQEzMhaABYD6gAGAEg5ADhISDkAOEgMAEg5ADhISDkAOEgGATDT6gDRMTDSAXkJAQl4BgF5CQEJegDRMgAQAwAEgDhISDv7gDhISDgEgDhISDv7gDhISTvsANExMNAUANExgQl5eQmBgQl5eQmBMAAAAAgAD/4AFgAXgAAcATAAAADQmIgYUFjIlERQHBiMiJyUuATUhFR4BFREUBiMhIiY1ETQ2NzUjIg4DBwYjIicuATc+BDcmNTQ2MhYVFAchNDY3JTYzMhcWAgAmNCYmNAOmDAgMBAP+QAsO/wBvkSYa/gAaJn1jIDtwRz0UBBEoEA0XEQwFEzhBaTgZXoReDgEuDgsBwAMEDAgMBSY0JiY0JmD+wBAJBwFgAhILZhewc/zgGiYmGgMgaqkeby87SiEIIwcMMhgKIEtBRRIqLEJeXkIhHwsSAmABBwkAAAIAJP8gBoAFgAAHAC0AAAA0JiIGFBYyARQCBwYHAwYHBQYjIi8BJjcTAQUGIyIvASY3EzY3JTY3NiQhMhYFoDhQODhQARiXslFyFAIO/oAHCQwLQA0FVf7n/uwDBg4JQBEM4AoQAXtgULwBVAEFDhQEGFA4OFA4AYD5/pWzUGD+hRAK4AQJQA4SARQBGVUBCUATFAGADgIUclG7jhMAAAABAAAAAAbRBQAAFgAAAQMhEzYnJisBAyETIQMhEwMhMhYXHgEG0aT+srINHBs4qcz+ssz+4sz+ssyZBPxlsTs8KgL7/QUDQDggIfxHA7n8RwO5AUdRSUm/AAAAAAIAAP+ABgAFgAAUACAAACU3NjQnCQE2NC8BJiIHAQYUFwEWMgAQAgQgJAIQEiQgBAONZhMT/s0BMxMTZhM0E/46ExMBxhM0AobO/p/+Xv6fzs4BYQGiAWGNZhM0EwEzATMTNBNmExP+OhM0E/46EwLX/l7+n87OAWEBogFhzs4AAgAA/4AGAAWAABQAIAAAJQE2NCcBJiIPAQYUFwkBBhQfARYyABACBCAkAhASJCAEAs0BxhMT/joTNBNmExMBM/7NExNmEzQDRs7+n/5e/p/OzgFhAaIBYY0BxhM0EwHGExNmEzQT/s3+zRM0E2YTAtf+Xv6fzs4BYQGiAWHOzgACAAD/gAYABYAAFAAgAAABNzY0JwEmIgcBBhQfARYyNwkBFjIAEAIEICQCEBIkIAQEjWYTE/46EzQT/joTE2YTNBMBMwEzEzQBhs7+n/5e/p/OzgFhAaIBYQGNZhM0EwHGExP+OhM0E2YTEwEz/s0TAdf+Xv6fzs4BYQGiAWHOzgAAAAACAAD/gAYABYAAFAAgAAAlATY0LwEmIgcJASYiDwEGFBcBFjIAEAIEICQCEBIkIAQDLQHGExNmEzQT/s3+zRM0E2YTEwHGEzQC5s7+n/5e/p/OzgFhAaIBYe0BxhM0E2YTE/7NATMTE2YTNBP+OhMCd/5e/p/OzgFhAaIBYc7OAAIAAP9ABYAFgAARABYAAAE3IRMhDwEvASMTBTM1JRMhJwEhAwUlBGoQ/IwvAmQWxcQNrxYBagQBZzL9fA/+OAWAgP2+/cIDq6/96uQ1NYz+6mQBYwIgtQHV+mKiogAAAAEADP9ABvQFgAAPAAABIQkCEyEHBSUTIRMhNyEBEwXh/vb83P1GRwEpHQGmAeZE+0g6BLkm+0gFgPrL/vUBCwFkk6GhAVMBKb8AAAACAAD/EAcABgAABwBVAAAANCYiBhQWMgERFAcGIyIvAQYEICQnBwYjIicmNRE0NjMhMhcWDwEeARcRIyImPQE0NjsBNS4BNTQ2MhYVFAYHFTMyFh0BFAYrARE+ATcnJjc2MyEyFgPAJjQmJjQDZhQIBAwLXXf+cf40/nF3XQkOBAgUEg4BYBYICA9kQ/WVwBomJhrAOkaW1JZGOsAaJiYawJX1Q2QPCAgWAWAOEgTmNCYmNCb8oP6gFggCCV2Pp6ePXQkCCBYBYA4SFBMQZFt9FAKHJhqAGiajInVGapaWakZ1IqMmGoAaJv15FH1bZBATFBIAAQAAAAAEgAYAACMAAAEyFhURFAYjISImNRE0NjsBETQAIAAVFAYrASImNTQmIgYVEQQgKDg4KPxAKDg4KCABBwFyAQcmGkAaJpbUlgMAOCj9wCg4OCgCQCg4AUC5AQf++bkaJiYaapaWav7AAAAAAAUAAP+ABgAFgAAHAA8AFwAnADMAAAAUBiImNDYyABAmIAYQFiAAEAAgABAAIAAQLgIgDgIQHgIgPgESEAIEICQCEBIkIAQEAJbUlpbUARbh/sLh4QE+AWH+1P5Y/tQBLAGoAaxmq+3+/O2rZmar7QEE7avmzv6f/l7+n87OAWEBogFhAurUlpbUlv5hAT7h4f7C4QJU/lj+1AEsAagBLP1+AQTtq2Zmq+3+/O2rZmarAkD+Xv6fzs4BYQGiAWHOzgAAAAADAAACAAWAA4AADwAfAC8AAAEVFAYrASImPQE0NjsBMhYFFRQGKwEiJj0BNDY7ATIWBRUUBisBIiY9ATQ2OwEyFgGAOCjAKDg4KMAoOAIAOCjAKDg4KMAoOAIAOCjAKDg4KMAoOAMgwCg4OCjAKDg4KMAoODgowCg4OCjAKDg4KMAoODgAAAAAAwAAAAABgAWAAA8AHwAvAAABFRQGKwEiJj0BNDY7ATIWERUUBisBIiY9ATQ2OwEyFhEVFAYrASImPQE0NjsBMhYBgDgowCg4OCjAKDg4KMAoODgowCg4OCjAKDg4KMAoOAEgwCg4OCjAKDg4AdjAKDg4KMAoODgB2MAoODgowCg4OAAABAAA/4AGAAWAAAcAGwA1AEUAACQ0JiIGFBYyJSYAJyYGHQEUFhceARceATsBMjYlJgIuASQnJgcGHQEUFhcWBBIXHgE7ATI3NgERFAYjISImNRE0NjMhMhYCAEtqS0tqAaoN/rnpDhQRDZrcCwESDYANFAF/BWax6f7hmg4JChINzAFc0QcBEg2ADQoLAR+pd/xAd6mpdwPAd6nLaktLaksi6QFHDQEUDYANEgEL3JoNERQNmgEf6bFmBQEKCg2ADRIBB9H+pMwNEgoJA838QHepqXcDwHepqQAAAAIAAP+ABgAFgAALABsAAAAgBBIQAgQgJAIQEgE2NCcBJgcGFREUFxYzMjcCLwGiAWHOzv6f/l7+n87OA7IgIP3gHyEgIBAQEQ8FgM7+n/5e/p/OzgFhAaIBYf2XEkoSAUATEhMl/YAlEwgJAAMANv81BssFygADABMALwAACQU2NCcBJiIHAQYUFwEWMgkBBiIvATY0JiIHJyY0NwE2Mh8BBhQWMjcXFhQEAAE8/cT+xAFpAmoTE/6WEjYS/ZYTEwFqEjYDi/x1JWslfjhwoDh9JSUDiyVrJX04cKA4fiUEPP7E/cQBPP5pAmoTNBMBahIS/ZYTNBP+lhICj/x0JSV+OKBwOH4layUDiiUlfTigcDh9JWsAAAACAAD/gAYABYAADwAfAAABNTQmIyEiBh0BFBYzITI2AREUBiMhIiY1ETQ2MyEyFgUAJhr8gBomJhoDgBomAQCpd/xAd6mpdwPAd6kCQIAaJiYagBomJgI6/EB3qal3A8B3qakAAwAAAAAFgAWAAA8AHwAvAAABFRQGIyEiJj0BNDYzITIWExE0JiMhIgYVERQWMyEyNhMRFAYjISImNRE0NjMhMhYEgBIO/MAOEhIOA0AOEoBeQvzAQl5eQgNAQl6AqXf8wHepqXcDQHepAuBADhISDkAOEhL+MgNAQl5eQvzAQl5eA4L8wHepqXcDQHepqQAAAQADAAAD+gV/ABwAAAEGKwERFAYjISInJj8BNjMhESMiJyY3ATYyFwEWA/oSKMASDv1AFQgIDKAJEAFAwCgSERoBQBI+EgFAGwOlJfygDhISFA/ACwKAJSUfAYAWFv6AIAAAAAEAA/+AA/oFAAAbAAATITIWFREzMhYHAQYiJwEmNzY7AREhIi8BJjc2IALADRPAKCQb/sASPhL+wBoREijA/sAOC6ANCQkFABMO/KFKIP6AFhYBgB8mJQKAC8AOFBMAAAIAAP+ABgAFgAAUACQAACUBNjQvASYiBwEnJiIPAQYUFwEWMgERFAYjISImNRE0NjMhMhYCrQJmExNmEzQT/i3TEzQTZhMTAWYTNANmqXf8QHepqXcDwHep7QJmEzQTZhMT/i3TExNmEzQT/poTA4b8QHepqXcDwHepqQAFAAD/gAYABYAABgAQABUAHwAvAAABFwcjNSM1ARYHAQYnJjcBNgkDEQE3NjQvASYiDwElERQGIyEiJjURNDYzITIWAZSYNDhgAdIOEf7dEQ0OEQEjEf77AiD+4P3gA4BcHByYHFAcXAKgqXf8QHepqXcDwHepAayYNGA4AboNEf7dEQ4NEQEjEf1AAiABIP3g/uACYFwcUByYHBxcYPxAd6mpdwPAd6mpAAAAAgAA/4AGAAWAABkAKQAAARE0JiMhIgcGHwEBBhQfARYyNwEXFjMyNzYBERQGIyEiJjURNDYzITIWBQAmGv4gKhERH5D96hMTZhM0EwIWkBIbDA0nAQCpd/xAd6mpdwPAd6kCYAHgGiYnKR2Q/eoTNBNmExMCFpATBRECKvxAd6mpdwPAd6mpAAIAAP+ABgAFgAAlADUAAAkBNjQnASYHBh0BIg4FFRQXFjMyNzYnAjc+ATMVFBcWMzIBERQGIyEiJjURNDYzITIWA+0BYBMT/qAeJyh3woNhOCEKpwsOBwYWAyxqLqiMKAwMGgImqXf8QHepqXcDwHepAbMBYBM0EwFgHxERKqAnP19gemU8td8MAwkYAWJ3NC+gKhEFAsD8QHepqXcDwHepqQAABAAA/4AGAAWAAAIABgASAB4AAAEtAQERAREAEC4BIA4BEB4BIDYAEAIEICQCEBIkIAQCgAEA/wABgP4AAyCS+v7Y+pKS+gEo+gFyzv6f/l7+n87OAWEBogFhAcCAgAFP/eL/AAIe/t0BKPqSkvr+2PqSkgJf/l7+n87OAWEBogFhzs4AAwAA/4AGAAWAAA0AHQAtAAABFgcBBiInASY3NjMhMhMRNCYjISIGFREUFjMhMjYBERQGIyEiJjURNDYzITIWBHkSF/7AE0IT/sAXEhEoAoAomBMN/EANExMNA8ANEwEAqXf8QHepqXcDwHepA10jH/5AGxsBwB8jI/0gA8ANExMN/EANExMDzfxAd6mpdwPAd6mpAAMAAP+ABgAFgAANAB0ALQAAAQYjISInJjcBNjIXARYTETQmIyEiBhURFBYzITI2AREUBiMhIiY1ETQ2MyEyFgR5ESj9gCgREhcBQBNCEwFAF3UTDfxADRMTDQPADRMBAKl3/EB3qal3A8B3qQGjIyMjHwHAGxv+QB/+2gPADRMTDfxADRMTA838QHepqXcDwHepqQADAAD/gAYABYAADQAdAC0AAAAUBwEGJyY1ETQ3NhcBExE0JiMhIgYVERQWMyEyNgERFAYjISImNRE0NjMhMhYEQBv+QB8jIyMjHwHA2xIO/EAOEhIOA8AOEgEAqXf8QHepqXcDwHepAqFCE/7AFxIRKAKAKBESF/7A/ewDwA4SEg78QA4SEgPO/EB3qal3A8B3qakAAQAAAAAD8wWAAGAAACUXFgYPAQ4HIyIAJyMiJj0BNDY7ASY3IyImPQE0NjsBNgAzMhcWFxYPAQ4BLwEuBSMiBgchMhcWDwEGIyEGFyEyFxYPAQ4BIyEeATMyPgQ/ATYXFgPQIwMMCwUEDRMYGyEiJxPq/qI/Xw0TEw1CAgNDDhISDmJDAWHgZlwLCQYDKwMWDQQEDxQZGx8OfsgyAdQQCQoDGAUb/hgDAwHLDwoJAxgCEgv+fTDLfxIkHxwVEAQFDQ0M5Z8MFQQBAgMGBQUFBAIBBd0TDXENEzkwEg5yDhLSAQAXAwwLDZ8NDQQBAQMEAwMCgHAMDA5yGiVEDAwPcAsPdYkDBAUFBAECBQcHAAABAAAAAAP8BYAAPwAAAREUBiMhIiY9ATQ2OwERIyImPQE0NjsBNTQ2MzIXHgEPAQYHBicuAiMiBh0BITIWHQEUBiMhESE1NDY7ATIWA/wSDvxEDhITDWFfDhISDl/3v7mWCQIIZwkNDQoFKmAtVWgBMQ0TEw3+zwGeEg6iDhIBj/6RDhISDpYNEwF/Ew2DDhLfq959CBkKfwsBAgkFHCReTNcSDoMNE/6FtQ0TEwAAAAEANP8AA9IGAABiAAABFAYHFRQGKwEiJj0BLgQnJj8BNjc2FzAXFhcWMzI2NTQuAycuCDU0Njc1NDY7ATIWHQEeBBcWDwEGBwYnLgQjIgYVFB4EFx4GA9LHnxIOhw0TQntQRBkFEQ9nBxAPCQJxgiUlUXseJVA0NictTi9CKS4ZEcSdEw2HDhI5a0M8EgYRDFEIDw4NAxc3PlcqX3gRKiVLLi81OGA3RSUaAV+Z3RqvDhITDa8JLC0zGAYVFIcKAgILAmMaCFZPHDIiKRcVEBIjGywpOTtKKYrQHrQNExIOsAYiISoQBhIUkg8BAwoDEiMdF1ZEGiwnGyMTEhQXLyY+QVgAAQAAAAADggWAAD4AAAEVFAYrAQ4BBxYBFgcGKwEiJwAnJj0BNDY7ATI2NyEiJj0BNDYzISYrASImPQE0NjMhMhYdARQGKwEWFzMyFgOCEg6oF9SqpwEkDgoIFcMQCf7OwAkTDXCEoRb+VQ4SEg4BnTnTkQ0TEg4DQA4SEg7pLxGrDhIEKmYOEpC0FLL+mhASEgwBb8wJDX8NE1ZSEg5mDhJxEw2FDhISDmYOEj1TEgABAAQAAAP/BYAARQAAISMiJjURISImPQE0NjMhNSEiJj0BNDY7AQEmNzY7ATIXExYXPgE3EzY7ATIXFgcBMzIWHQEUBiMhFSEyFh0BFAYjIREUBgJbrA0T/uANExMNASD+4A0TEw3W/r8ICAoSwhMK1xMlCikHvwgVvxEKCQj+x9cNExMN/t4BIg0TEw3+3hMSDgFKEg5nDRNVEg5oDRMCQhAQEBL+VyZXGFgRAaQTEA4R/b0TDWgOElUTDWcOEv62DRMAAgAAAAAFAAWAAAcAOAAAADQmIyERITIAEAYjIRUhMhYdARQGIyEVFAYrASImPQEjIiY9ATQ2OwE1IyImPQE0NjsBETQ2MyEyBBOCav7AAUBqAW/9yP6sAfkOEhIO/gcTDacOEuAOEhIO4OAOEhIO4BIOAhvIA2fIfP5AAaH+fvR2Eg6ADhLADhISDsASDoAOEnYSDpUNEwJ1DhIABgAAAAAHAAWAAAgADAAQABkAHQBuAAABEyMTFhQXNDYTNyEXITMnIwETIxMUFhc0NhM3IRcFFRQGKwEDBisBIicDIwMGKwEiJicDIyImPQE0NjsBJyMiJj0BNDY7AQMmNzY7ATIXEyETNjsBMhcTIRM2OwEyFxYHAzMyFh0BFAYrAQczMhYCAlGfSwEBAXQj/twgAaGLI0YBn06iUQEBAW8h/tciAoASDtWkBxifGAem0acHGJ8LEQKg0A4SEg6vIY4OEhIObVkFCgoQiRoFWgFnYQcYfhgHYgFtXQUaiRAKCgVbbw4SEg6RIrMOEgFVASv+1AEEAQEFAayAgID91AEs/tUBBQEBBAGtgIAgQA4S/ZgYGAJo/ZgYDgoCaBIOQA4SgBIOQA4SAVgPDQwY/pgBaBgY/pgBaBgMDQ/+qBIOQA4SgBIAAAMAOP8ABOgFgAAzAEgAXAAAARYHHgEHDgQHFSM1IicVIxEiJisBNzMyNxEzJiMRJisBNRcyNzUzFTYzNTMVHgMDNC4EIgYjETIWMj4GAzQuBA4BIxEyFj4GBI8SlXV0DQczTnR/UppQKpoSSBPIH28yCBAGCg1Mb9RAIZpSKJpPemg90R4sRzxYMk8ICDomRDFBLjEeE0cZJDwySStBBwU7IkIsOyYkEgOAtkwclotHbEYvFgT/+wH8AP8BtzMBkgEBH0SkAQH89wL1/AcfO2H9nSQ4JBkMBgL+rgEDBQwQGiIuAfghMyEXCgYBAf7NAQEDCA4XHy4AAgAA/wAGAAYAAAYAGAAAAREWFwEWFwUUFjMhERQGIyEiJjURNDYzIQQAFg4BmA4O/ag4KAIgOCj6wCg4OCgDIAQAAdgODv5oDhYgKDj74Cg4OCgGQCg4AAUAAP8ABgAGAAAGABgAKAA4AEgAAAEWFyERFhcDIREUBiMhIiY1ETQ2MyERFBYTNTQmIyEiBh0BFBYzITI2ETU0JiMhIgYdARQWMyEyNhE1NCYjISIGHQEUFjMhMjYFvA4O/igWDkQCIDgo+sAoODgoAyA4yBIO/UAOEhIOAsAOEhIO/UAOEhIOAsAOEhIO/UAOEhIOAsAOEgQkDhYB2A4O/cT74Cg4OCgGQCg4/eAoOP0gQA4SEg5ADhISAQ5ADhISDkAOEhIBDkAOEhIOQA4SEgAABAAi/wAGfQYAAAoAJABCAFIAAAEzLwEmNSMHFAYHARQHAQYjIicBJjc2OwERNDY7ATIWFREzMhYFFSE1ATY/ATUiBiMGKwEVIzUhFQEGDwEVNzY7ATUTFSE1MycjBzMVITUzEzMTBKexSAwCBAMHBP3wCv7BCg0MC/7ADwgIFsASDsAOEsAOEgNE/bgBcQwJCwIJAwwS6HgCN/6PBg8LDgkV+NL+4Esv8y9L/uFG5qLmBGjaLxAEFAEiDPseDAz+wQkJAUAQExQFYA4SEg76oBKF6VoCERIJCQMBA3PlWf3uCBILAgICdwOBamqQkGpqApb9agAAAAAEACL/AAZ9BgAACgAkADQAUgAAJTMvASY1IwcUBgcFFAcBBiMiJwEmNzY7ARE0NjsBMhYVETMyFgEVITUzJyMHMxUhNTMTMxMDFSE1ATY/ATUiBiMGKwEVIzUhFQEGDwEVNzY7ATUEp7FIDAIEAwcE/fAK/sEKDQwL/sAPCAgWwBIOwA4SwA4SA53+4Esv8y9L/uFG5qLmE/24AXEMCQsCCQMMEuh4Ajf+jwYPCw4JFfho2i8QBBQBIgziDAz+wQkJAUAQExQFYA4SEg76oBL+/GpqkJBqagKW/WoEf+laAhESCQkDAQNz5Vn97ggSCgMDAXcABQAi/wAHAAYAABkAKQA5AEkAWQAAJRQHAQYjIicBJjc2OwERNDY7ATIWFREzMhYFFRQGIyEiJj0BNDYzITIWAxUUBiMhIiY9ATQ2MyEyFgMVFAYjISImPQE0NjMhMhYDFRQGIyEiJj0BNDYzITIWAuAK/sEKDQwL/sAPCAgWwBIOwA4SwA4SBCASDvzADhISDgNADhLAEg79gA4SEg4CgA4SwBIO/kAOEhIOAcAOEsASDv8ADhISDgEADhJgDAz+wQkJAUAQExQFYA4SEg76oBKOwA4SEg7ADhISAfLADhISDsAOEhIB8sAOEhIOwA4SEgHywA4SEg7ADhISAAAAAAUAIv8ABwAGAAAPACkAOQBJAFkAAAUVFAYjISImPQE0NjMhMhYlFAcBBiMiJwEmNzY7ARE0NjsBMhYVETMyFgEVFAYjISImPQE0NjMhMhYTFRQGIyEiJj0BNDYzITIWExUUBiMhIiY9ATQ2MyEyFgTAEg7/AA4SEg4BAA4S/iAK/sEKDQwL/sAPCAgWwBIOwA4SwA4SAqASDv5ADhISDgHADhLAEg79gA4SEg4CgA4SwBIO/MAOEhIOA0AOEiDADhISDsAOEhJyDAz+wQkJAUAQExQFYA4SEg76oBIBcsAOEhIOwA4SEgHywA4SEg7ADhISAfLADhISDsAOEhIAAAAEACL/AAXOBgAACgAkAEMAVgAAJTQmIyIGFBYzMjYFFAcBBiMiJwEmNzY7ARE0NjsBMhYVETMyFiUUDgMjIicmJzcWFxYzMjY3Iw4BIyImNTQ2MzIWAxUhNTMRNDY9ASMHBg8BJzczEQVCWDs0PklEMkb9ngr+wQoNDAv+wA8ICBbAEg7ADhLADhIC7ho4UHVFPi4YEicPECUmVGUQAhVRLGqGkG17pB7+K6cBAgcIEj5SwHvfP2pKckw2VgwM/sEJCQFAEBMUBWAOEhIO+qASNz53bVIxEAgHcQcEDXVXFxyPZWmSvQIvcnIBsAcYBRAMDRI6Vrn9cgAAAAAEACL/AAXOBgAACgAkADcAVgAAATQmIyIGFBYzMjYBFAcBBiMiJwEmNzY7ARE0NjsBMhYVETMyFgUVITUzETQ2PQEjBwYPASc3MxETFA4DIyInJic3FhcWMzI2NyMOASMiJjU0NjMyFgVCWDs0PklEMkb9ngr+wQoNDAv+wA8ICBbAEg7ADhLADhIC0P4rpwECBwgSPlLAe8MaOFB1RT4uGBInDxAlJlRlEAIVUSxqhpBte6QE3z9qSnJMNvuqDAz+wQkJAUAQExQFYA4SEg76oBL8cnIBsAcYBRAMDRI6Vrn9cgUzPndtUjEQCAdxBwQNdVcXHI9laZK9AAADAAD/gAZABYAACwAbAFwAACU0JiMiBhUUFjMyNhMRFAYjISImNRE0NjMhMhYFFAcWFRYHFgcGBxYHBgcrAiIuAScmJy4BNRE0Njc+ATc2Nz4CNz4CNzYzMh4FFRQOAQcOAgchMhYBACYaGyUlGxomoCYa/uAaJiYaASAaJgSgNw8DLhERDycJOkCFJEwRQpxXTXsjGiYkGRhoMUQhEhoJCQcLHBQTGi5JLyEPCQETExIDDggEARVOcsAaJiYaGyUlAhv9gBomJhoCgBomJhpWPywgTD04PTklcEVMAh8bGisBASUaAoEZJQICckBXIRI8JSonLDwUExUfMig8HhgmTCwiBhgUDnIAAAAAAwAA/wAGQAUAAAsAGwBcAAABFAYjIiY1NDYzMhYTETQmIyEiBhURFBYzITI2JRYVDgEjIR4CFx4CFRQOBSMiJy4CJy4CJyYnLgEnLgE1ETQ2NzY3PgI7AxYXFgcWFxYHFgcUAQAmGhslJRsaJqAmGv7gGiYmGgEgGiYEaTcBcU7+6wQIDgMSEhQBCQ8hL0kuGhMUHAsHCQkaEiFEMWgYGSQmGiN7TVecQhFMJIVAOgknDxERLgMDwBomJhobJSX95QKAGiYmGv2AGiYmrz1YTnIOFBgGJShNJhgePCgyHxUTFDwsJyolPBIhV0ByAgIlGQKBGiUBASsaGx8CTEVwJTk9OD1MIAAADAAA/4AGAAWAAAkADwAXACsAPQBcAGQAfwCMAJ4AsgDCAAAlNTQjIgcVFjMyNzM1NCIVJRUjESMRIzUFESM1BiMiJyY1ETMRFBcWMzI3EQUVFAcGIyInFSMRMxU2MzIXFhcVFAcGBwYjIicmPQE0NzYyFxYdASMVFDMyNzQ2NDUBFRQiPQE0MgE0Jy4BJyYhIAcOAQcGFRQXHgEXFiA3PgE3NgETIwcnIx4BFxYXFTMlNTQnJiMiBwYdARQXFjMyNzYXMxEjEQYjIicmNREjERQXFjMyNwERFAYjISImNRE0NjMhMhYDlx0REBARHbhCQv3FUEpOAbFDJyUhCQZCAQEOFBYBPwcMKSMhQ0MgJCkMB/sCAwwbNTQdFRQdZhsVhSIYBgH+gUBAAhUTCkIriP7s/u2ILEEKFBQKQSuJAiaJK0EKFP0NWkszNU4HIAgjC0oBIRUdMTMbFRUbMzEdFbVDQxYUDwEBQwYLICQpAfepd/xAd6mpdwPAd6npnTIQ4BCrIjMz6Eb+WQGnRn7+kSgtHBElASL+8hgCDx8BGG+SNBUqKSQB7aEoKhW2CR0OFhIoJhs7gTsbJiYdOUxBMxoBDBULAzicMzOcNP0DsVMsOwUPDwU7LFetsFQrPAUPDwU8K1QDOwEow8MXXBdnN8l4gjodJiYdOoI6HSYmGzwBcv7lHxACGAEQ/tslEhstAQj8QHepqXcDwHepqQAAAAsAG/8ABeUGAAAJAA8AFwArAD0AWwBjAH0AiQCbAK8AAAEVFCMiJxE2MzIFFSM1NDIlMzUhFTMRMyEzESMRBiMiJyY1ESMRFBcWMzI3JTU0JyYjIgc1IxEzNRYzMjc2JTUjFAcGIyI9ATM1NCcmIyIHBh0BFBcWMzI3Njc2ATU0Ih0BFDIBFAcOAQcGICcuAScmNTQ3PgE3NiAXHgEXFgEzAxEjESYnJiczEwUVFAcGIyInJj0BNDc2MzIXFiURIzUGIyInJjURMxEUFxYzMjcRA8snFxYWFycBUlpa/Dpr/shpZAEgWVkeGxIDAVkIDC4wNgGtCRE2MitZWS0wNhEJAVJbAgchLrMbJ0NEJxwdJ0VIJBIDAv2gVlYCzxoOWDq4/Rq4OlkNGhoOWDu3Aua4OlkNGvwaZnlkDi8lHGpHAbYcJkRDJhwcJkNEJhwBT1s1Mi4NCFsBAxIbHgEk00MWAS0WRC4uRJZeXv3HAe7+hioVAyABbP55MRglPV7FSRo4Ntn9aTA3NxtTDTMKJEVXZ08lMzMlT61PJTM1GxsJA8LSRUXSRv1X6nQ7UAYVFQZQO3Du6nQ7UAcUFAdQO3AEDv5x/vEBD0qKZ1T++UavUSUzMyZQr1AlMzMlUv4NNz4lGDMBiv6RIQIWKwF9AAACAAX/gAV7BfYAEwAnAAABBgMGKwEiJjcTMicDJjc2OwEyFwEWBwEVARYHBisBIicBNgE2OwEyAlUK9xsm7xUUCv0BAaEMCwkX7ygaA8oLC/3wAVALCgoW7yoY/q0SAgEZJ/EWA2US/kouIhMBwAEBFxYPDy0BZBAV/FoB/ZkUEQ8tAm4gA44tAAAAAAMAAP+ABgAFgAATACcANwAAATQnJisBIgcGHwEVAwYXFjsBMjcBJisBIgcBFgEWOwEyNzYnATUBNhcRFAYjISImNRE0NjMhMhYCrX4VH7gSCAcIfcQJCQgQuR8TAzcHEbseE/5lAQEFFCC4EgcICf78AZkI26l3/EB3qal3A8B3qQMDAd0iCwwR2AH+pg4ODSQDUQwj/ScC/iEjDA0PAdwBAtMQiPxAd6mpdwPAd6mpAAAAAAIAAAAKBwAE9gACAEkAAAEtARMyBB8BMh4FFx4CFx4BFx0BFgcOAQ8BDgYjBiEmJC8CLgInLgInLgEnPQEmNz4BPwE+BjM2AscB5P4cuagBOUlJASAOIRggHg4GEycHCAkBARMHJA4ODh4gGCEPHwH7/ojP/s8wMSQkJUEYBhMnBwgJAQETByQODg4eIBghDiAB+wGY+v0BZwkFBAMDBgoQFw8GGVw3QJEpKIiRkTdZEREPFw8KBgMDEwIJAwQEBQogGQYZXDdAkSkoiJGRN1kREQ8XEAoGAwMSAAAFAED/gAbABYoAAwATABcAGwAfAAAJBBUBFScHNQE1FwE1FzcVCQwBkgHu/qr+FgUs/hYBAf4XkwFWAQEBV/1RAVb+Ev6uBS4BUv4X/qkBVwHp/q7+EgM9/s/+4wE//uRs/tsBAQEBASVsYAEcAgEBAv7kBNj+4/7QAQ7+8v7x/sEBHQN+/sH+8gEwAAYAC/8ABfUGAAAHAAsADwATABcAGwAABSERIxEhESMlNwUHATcBBwE3AQcDAQcJATUhFQUJ+6KgBZ6g/FIhAw8h/VhDAtVD/fRmAmZm2QHdgP4j/bIDIGAB4P2AAoAsnaWcAhqS/q2RArZ7/f97A3v9f2ACgfqhn58AAAAFAAD/gAYABYAABwAPABcATwBnAAAANCYiBhQWMgAQBiAmEDYgJBQGIiY0NjIkIiYOAgcOAQcOAxYUBh4CFx4BFx4DNjIWPgI3PgE3PgMmNDYuAicuAScuAwAQBw4BBwYgJy4BJyYQNz4BNzYgFx4BFwQAltSWltQBIOb+uObmAUgBUjZMNjZM/kcOi0h5VR0yTBQLDwUBAQEBBQ8LFEwyHVV5SIsOi0h5VR0yTBQLDwUBAQEBBQ8LFEwyHVV5SAJuBQrk0Fj+NljQ5AoFBQrk0FgByljQ5AoCFtSWltSWAaT+uObmAUjmNkw2Nkw2gAEBBQ8LFEwyHVV5SIsOi0h5VR0yTBQLDwUBAQEBBQ8LFEwyHVV5SIsOi0h5VR0yTBQLDwUB/m7+NljQ5AoFBQrk0FgByljQ5AoFBQrk0AAAAAMAAP+ABgAFgAAPABcAHwAAATIWFREUBiMhIiY1ETQ2MwA0JiIGFBYyJDQmIgYUFjIE4HepqXf8QHepqXcBmnywfHywArB8sHx8sAWAqXf8QHepqXcDwHep/KiwfHywfHywfHywfAAAAwAA/4AGAAWAAAIACQAVAAABEyEFMwkBMzchABACBCAkAhASJCAEAwDJ/m4CNl7+Nf41XmgCCgH7zv6f/l7+n87OAWEBogFhA5L+zuACs/1NoAEx/l7+n87OAWEBogFhzs4AAAUAAP9QBYEFowAKABYAKgBDAGcAAAEWBicuATY3Nh4BFy4BBw4BFx4BNz4BEy4CJyQFDgIHHgIXFjc+AhMOAwcOASYnLgMnJic/ARYgNx4BBhMGAw4CBwYlJicuBCcuAyc+BDc2NyQFFhceAQMvCHU1Jx0cJiRJN28OxmI/SwMEk1xbeuQUSCwx/t3+7SsuQBIeXDc85Nw/NVxWCA8NLCRWz8VnLkdSQBQZIAYS3wI34BUGELUaVQUsKyH8/pr4kg8VDQUHAgkjFRoJAx0iOCQefbwBewEpmzwQAQKlP0wgEVJSERIMOxFrciwceUVbgAgImAJ6GyMJCC8xBwoiGhwjCQcdHAgII/wSGmVDSRQwLwMRCBQiNSNgxBAJlJQGIjgDuKf+GB40HBF+JhtwDB0pGzQJMsh7rEgaLR4eDwsuEiVXLkwUPgAGAAD/gAYABYAACAATACcAOgBZAGkAAAE0JgcGFhcWNjcWDgEmJyY2NzYWEw4CBwYnLgInPgI3NhceAhM0NiYnBiAnDwEWFxYXFjc+AhM2JyYnJgUGBw4CBx4CFx4DFxYXBDc+AjcSAREUBiMhIiY1ETQ2MyEyFgNQUiQrASsnVEoIWIRqAwI3LUaPthRDJyybqSwmQxUNLiIextIhJDI4CwUPof5oogwFGg8vnfmzIh4PhwkRK3DY/vGEXiYrMwQIFiQGAQgGEg1pswEDtRgfHwQwASipd/xAd6mpdwPAd6kCmisuFhRpEhc2PUJuDFxDMVgUH1IBOhUaBgUUFAYHGRQTGAcFIyIFBxn9AwcnGQRqagYMmjhRGy5jE0FqAsc1FjchPxsMIg8UMB5EjMokBTQUIgtQFBxbDRQmFQELATL8QHepqXcDwHepqQAAAAABAET/gAQABgAAIgAAJRcOAQcGLgM1ESM1PgQ3PgE7AREhFSERFB4CNzYDsFAXsFlorXBOIahIckQwFAUBBwT0AU3+sg0gQzBOz+0jPgECOFx4eDoCINcaV11vVy0FB/5Y/P36HjQ1HgECAAACAAD/gAYABYAAHwAvAAAlJwYjBi4CNREhNSERIyIHDgMHFTMRFB4CNz4BAREUBiMhIiY1ETQ2MyEyFgRwPiw7JDQZCgEB/wC8CAEFGTVlRIIrV5tjRYcBoql3/EB3qal3A8B3qUu3FgEXKCkXAY7CAUYKLFZoVhml/l45dGpBAgEwBC/8QHepqXcDwHepqQABAAP/QAL9BgAAFwAAABYHAQYjIicBJjc2OwERNDY7ATIWFREzAvUQDf6iCg0OCv6dDQgJFOASDsAOEuABACYQ/oAKCgGAEBMTBOAOEhIO+yAAAAABAAP/AAL9BcAAFwAAAQYrAREUBisBIiY1ESMiJjcBNjMyFwEWAv0JFOASDsAOEuAVEA0BXgoNDgoBYw0EExP7IA4SEg4E4CYQAYAKCv6AEAAAAAABAEABAwcAA/0AFwAAARUUBiMhFRQGJwEmNTQ3ATYXFh0BITIWBwASDvsgJhD+gAoKAYAQExME4A4SAuDADhLgFRANAV4KDQ4KAWIOCAkU4BIAAAABAAABAwbAA/0AFwAAARQHAQYnJj0BISImPQE0NjMhNTQ2FwEWBsAK/oAQExP7IA4SEg4E4CYQAYAKAoMOCv6eDggJFOASDsAOEuAVEA3+ogoAAAACAAD/gAVxBgAAJgA4AAABBgcGIyInJiMiBwYjIgMCNTQ3NjMyFxYzMjc2MzIXFhcGBwYVFBYBFAcGBwYHBgc2NzY3HgEXFBYFcSdUgYAxW1ZBPVFRM5iVk3Fxq0hpaCItYmZHd140NE8jQYr+4R0ePzY2JUMDS0qwAQMBAQFBfX3EICAhIgEDAQXy5JKQHh4iIkEkQEMzXnF8xgR6PUtLPzYSCwaVbGspAxADBAwAAAQAAP8ABoAFgAADAAcACwAPAAABESURAREhEQERJREBESERAqr9VgKq/VYGgPx1A4v8dQIS/XVeAi0C5/1tAjX9d/zufQKVA2785gKdAAAABgAA/wAFgAV+AAcADwAcADcATQBbAAAAMjY0JiIGFAQyNjQmIgYUBTIWFREUBiImNRE0NgURFAYrARUUBiImPQEjFRQGIyImNScjIiY1EQEeARUhNDY3JyY3Nh8BNjIXNzYXFgcBERQGIyImNRE0NjMyFgHdIBcXIBYBvCAWFiAX/PsqPDtWPDwET0AtSzxWPIo8Kyo8AUouQAKua4D8Y4BsRwcMDQdIX9RfSAcNDAcBljwrKjw8Kis8BB0XIBcXIBcXIBcXIM88Kv5SKzw8KwGuKjwT/WYuQOMrPDwr4+MrPDwr40AuApoBlTfFdXXFN4MNBwYMhCoqhAwGBw39lf5SKzw8KwGuKzs7AAkAC/8ABfkGAAAIAA8AIgEIARUBJQEzAUkB8QAAAQ4BIwY1NDcyFwYmBzYXFgEmDgEHBgcGFxY2Nz4DPAEmATQnPgMmNC4CJy4BJxYXFgcGBwYuAScuBCcuAycmNiYnLgEnLgE2NzYWBwYWNzY0NS4DJwYXFCMuAQYnNiYnJgYHBh4BNzY3NgciJicmNhcyFgYHBgcOAQcOARceAxcWNz4DNzYXHgEGBw4BBwYHBicmFxYXFjc+BRYXFA4FBw4CJyYnJgcGFRQOAhcOAQcGFgcGJyYnJjc2BwYHBhceARceARceAQYHHgIVNicuAjc+ARcWNzY3NhcWBwYHBhYXPgE3NiY2NzYzPgEWATYmJyYVFhcyBwYzMgUuAicuBAcGFhcWNic0LgEHIgYWFxYXFDc2NzQuAScmIw4BFgcOAhcWPgE3NjI2AR4CDgUHDgEHDgEnLgMnJiMiBgcOAycuAScuBCcmNjc2LgE2Nz4BNz4BNRYHBicmBwYXHgMHFAYXFhceARceAjc+Ai4BJyYnJgcGJyY3PgI3PgM3NjcmJyY2NzYzNhYXHgEHBhcWFx4BFxYOAQcOAycuBCcmDgEXFgcGFjY3PgE3PgEuAScuATY3HgUClwsJBAUTBVwEDwoYCAP+mwQEBQMDBwoJBBEEAQICAQIDVTcEBwMDAgcBCQEKSiMYIVchCycfDwELCRUSDQ0BDiIZFgQEFAsnDzsGCAYWGSUcCgsSFQ0FERkWEGsSAQkpGQMBIhwbHQIBCREHCgYECwcRAQEUGBEUAQEWCQgnAQ0FCg4WChsWLzcCKhsgBQkLBQMJDBRJCSwaGTYKAQEQGSoRJiIhGxYNAgIGBgsHDQMcTzYWFSoWAwEeHQ0SF08IAgEGCBUgBAIGBAUCAiQuBSgEFKgJEAMfHggqDi4nBA0GAQMUCi54hSwXCwwCARYJBhUDFwICEQIWDyQBQ079oQMLBgkCAwoDAwsDAaMCCREGBQkFBgIDDioSCQu0CgwDBgQEAw4ECAI2BQ0DDwkJBQMCAQoCBAQIDggBEA4CNxQWAgcYFyUaJggmXxwRZiYSFwoiHixWE0wULEckMxwdpEATQCQrGAUKIgEBCgoBCg5WER4YFTUgMyIJDRICDAUEASIDAyIUgSMYZEEXKysDEhQKeTBELQsEAwEBEh4HCCUWJhRuDgwEAjRQJ0E1aiQ5RQUFIyJjN1kPCAYSCwobGzYiEhsSCQ4CFiYSEBQTCjhaKDs9STUwCycgISEDDgEODxoQGwRlARMBBgwDDgEPAwsNBv5SAQgRBQUICwEBEAoDCAQFAwMC/poSGA8ZGxAdCiIHKwUwbhQUP6J0KAIELXouJzwfEgwBPlIeJBYVQSIIAx4BATI0AQNCGRMPBwRABR4oFQkDCH4PCQMEBzlCAQE5Hw8sHwIDCwkBHRMWHgEqJAQPDgwXAQ4aBQgXDwsBAhEBDAkRCQ4GAwsNAwYfBBMEBQcCBAQPFwEBDBATDwkECQIFBQQGAwcBDjwaDAs+HwkDBxk/MEQdBqg5EmYIGBUfPxwcEwEBBEFlDCAEF4cJDy4oAw87MS4YRAgQCAIFCQc0EA9IJggGLhlDFx0BE3QgFWlZGhIlIAsDKhEaAgIJBQEPFMIIBwMEAwoGBwECEDcEARLgCxEIAQQEAQQbAwUC6gIGCAIPAQ0NBgQNBQYDBgwDAQT6yAwZFxYWERQNEgQTShsQBxIJHRYRAQEDAQEcIBkBATwNBAsHDBELF1cLEDAlJAkMBAoSIiJJIRQFAw0PKgYYDBYLD0QOEQkGGQgGIA4DBiw0QScRvjRKIgkYEBYdLjASFWY2RBSPNHDGWnsrFQEdGyqfRF93cWk70FcxRygCAiIlHgEBCBMMHQUlDlQ3Rn1BRwUhMSMZEiUgGQsLSkcMHzMeGwsPAAgAAP+ABgAFgAAOACAAJwAuADIAPgBWAGIAACUmAyMHDgQHJxYzMgMmJwQhBhUUFhc+Az8BPgEnJicOAQcgBSYHFhc+AQEiBzYFJiMiBxYXPgQTJicHDgQHFhceARc+ATIeBBc2EAIEICQCEBIkIAQEACpiAgIQNpR+iCMPuOqEPRUg/sn+lgFYUDKTinsmJQQSZ3h8isAgAS4D3NLHVylvlPzxAQEBAk+5+ExPg3NFekc8D+QDkgEJFENLfUUZEwIJAyRNRkQ8NSseCnrO/p/+Xv6fzs4BYQGiAWEk8QEBAQYVTVeOTQuWApMxPl0HDnzhWVmbXkQODQEF1tWlQfKX7zwf7+ZL5QNtAQGRpBOq1BpFNjwV/iLosgEMGUA5SRw1KgUYBQUEAwUGBwUCyP5e/p/OzgFhAaIBYc7OAAAAAgAA/4AGAAWAAD4AXgAAATQuAy8BLgQ1NDMyHgMzMjY1NC4BIyIOAhUUHgIfARYXFhUUBiMiLgMjIgYVFBYzMj4CBRQGIyInBiMiJCYCNTQ3JjU0NjMyFzYzMgQWEhUUBxYElSc6WE0xaB4cKhIPkCtEKCQsGi85cKxgRIBvQyZKVjySWhYgUEEzUTEqMh0yM/SpSYZvQgFr4Z+CaE1Jj/77vW8QUOGfgmhNSY8BBb1vEFAB2TJTNiwYCxgHBxAQGhFNGCEiGEAtN1kuHz9vST1bPCUOJBYOFCgnMyAtLSA8LVyDJUZ1kJ/hUBBvvQEFj0lNaIKf4VAQb73++49JTWgAAAADACz/gATLBgAAIwA/AEQAAAE3NiYjISIGFREUNwE+ATsBMjY3Njc2JiMhIiY9ATQ2MyEyNjcGCgEHDgQjISIHBgEOAScmNRE0NjMhMhYHAzYaAQPoJQUcFf04Fx8GASMXHiHvFh4DGA0EHxX+2h0mJh0BWhIi5g9NPgQGBhYbMiH+8Q0JCP5eFkkMN0xSA3hfQBaeBD5NBE7CFyIiFPuzBwYBYBoPHQ+CPRUmJh0qHSUb7kn+ff7HERYVLBYUCgn+GxkHCRZMBYI3X2pq/OoRATkBgwAAAAADAAD/gAYABYAADwAfAC8AACURNCYjISIGFREUFjMhMjYBETQmIyEiBhURFBYzITI2ExEUBiMhIiY1ETQ2MyEyFgLAEg7+IA4SEg4B4A4SAqASDv4gDhISDgHgDhKgJhr6gBomJhoFgBomwAQADhISDvwADhISAY4CgA4SEg79gA4SEgMO+oAaJiYaBYAaJiYAAAAAAgAA/wAFAAXgADEAOQAAARQGIyInAyMVExYVFAYrAREUBisBIiY1ESMiJjU0NxM1IwMGIyImNTQ3ATYzITIXARYAFAYiJjQ2MgUAOCgzHeMt9wkmGsBCLqAuQsAaJgn3LeMdMyg4EAEASWcBgGdJAQAQ/mCDuoODugHgKDgrAVWE/mUPEhom/vAuQkIuARAmGhIPAZuE/qsrOCgdGAGAa2v+gBgDYLqDg7qDAAIAAP8ABAAF4AAlAC0AAAERFAYiJjURIxEUBiImNREjERQGIiY1ESMRFAYiJjURNDYzITIWABQGIiY0NjIEADhQOEBCXEJAQlxCQDhQOHBQAoBQcP7gg7qDg7oDQP5gKDg4KAFg/HAuQkIuAdD+MC5CQi4DkP6gKDg4KAGgUHBwAc26g4O6gwACAAD/gAYABYAAFQAhAAAlAT4BJicmDgEHBiMiJy4CBw4BFhckEAIEICQCEBIkIAQDBQFeEBEdLyhWPRgkPDskGD1WKS4dERAEWM7+n/5e/p/OzgFhAaIBYeoB2RZKYB8aASIcKCgcIgEaH2BKFo7+Xv6fzs4BYQGiAWHOzgAAAAIALP8ABtQF/wAPAEkAAAA0LgIiDgIUHgIyPgElBgcFERQHBiclBwYiLwEFBicmNRElJicmPwEnJjc2NyURNDc2FwU3NjIfASU2FxYVEQUWFxYPARcWBcBbm9Xq1ZtbW5vV6tWbAW8EEP7cDQ8O/ty0CiAKtP7cDg8N/twQBAUJtLQJBQQQASQNDw4BJLQJIgm0ASQODw0BJBAEBQm0tAkCC+rVm1tbm9Xq1ZtbW5s1DwVg/s4QCgoGXvgNDfheBgoKEAEyYAUPEQz4+A0QDwVgATIQCgoGXvgMDPheBgoKEP7OYAUPEA34+AwAAgAA/4AFvgV/ABIAMQAAJQYjIiQCNTQ3BgIVFB4CMzIkJQYEIyIkJgI1NBI2JDc2FxYHDgEVFB4BMzI3NhceAQTuNji2/sq0aMn/ZqvtgpABAwEmXv6F4Jz+5M56c8UBEpksERIhVluS+pR2bikfDgfpCbQBNrbApTz+rteC7atme8PL83rOARycmQEXzH0GAikpH07Pc5T6kjMSHw4oAAMAQP+ABsAFgAALABsAKwAAADQmIyEiBhQWMyEyAREUBiMhIiY1ETQ2MyEyFhMRFAYjISImNRE0NjMhMhYEQCYa/wAaJiYaAQAaAmYmGvqAGiYmGgWAGiZAJhr6ABomJhoGABomAqY0JiY0JgEA/EAaJiYaA8AaJiYBpv8AGiYmGgEAGiYmAAACACD/oAZgBcAAQgBIAAAAFAYrARQHFxYUBwYiLwEOBCMRIxEiLgIvAQcGIyInLgE/ASY1IyImNDY7AREnJjQ2Mh8BITc2MhYUDwERMzIBITQ2IBYGYCYa4EPQExMSNhLGBRRAQmIwgDNlSTsOD7cUHBgTEwMRyjrgGiYmGuCtEyY0E60DTK0TNCYTreAa/kb9gLsBCrsCWjQmq3fREzQTExPFBRApIBoDgPyAGycnDQ7PFRASNRTjcqAmNCYBJq0TNCYTra0TJjQTrf7aAgCFu7sAAAH//wABB30ERwCFAAABFgcGBw4CHgIXFhcWFx4CDgEjBQYmLwEuAwcOBBcUBg8BBgcjBi4CLwEuAwInJjQ/ATYzJR4BHwEWFx4BHwEeAzI3PgQnLgEvASYnJjc2NzYXFhceAxQOARUUBh4CFx4BPgI3Njc+AT8BPgIXJTYWFwd9F60YKSgeHwcTLiIEAY0yAwcHCCom/wAYQBQUHlA5QRgDChgTDwEHBAQSI3NHlnFdGBkKI2xojTwGAwQPKgESDBYFBRAIFDQPEB02KygcDQIGEgkKBQIOBwYZPA0SEBY1ulI1FBsOBwIDAgEGEQ4IEiIqPiU8LwQMBQQCBhQKASAnMgYD+EDmIDUzKjkbKiwfAgKDWgUPJh4ZBAUUDAwVVkUvCAEFGCNFKw8ZBgUTAwQpQUMYGAoojqABBo0QFgUGEwICCQQDCxUyaxwdPFgxHAUBCCQ6aEkoQg0MIgkCFhMLGgIBDAURHyE6NFkmCz4iLx8JAgQaK1s+aHkKDwMDAQMDAQIFDwkABwAA/6oG9wVLAAoAFQAhAC8AVQBpAH8AACU2JicmBgcGHgE2NzYmJyYGBwYXFjYXDgEnLgE3PgEXHgElLgEkBwYEFx4BBDc2JCUUDgIEICQuATU0Ejc2JBcWBwYeATY/ATYyFxYHDgEeARceAgIeAQcOAScuATc2JgcGJicmNjc2JR4BBw4BLgE3NiYnLgEHBi4BNjc2FgKjFRQjIk4VFhJEUXQICQ0OHQcRHg4etS3ib2tRLy/Ram9fAQsJoP7/kt/+2w4JoAEBkt8BJQEmSpDB/v3+5v701YKLgKkBWUpBLQQGDg8GBovWLi0tAgUOCgw5XER0VBkTCCsXFxYHFFg/GCoEBRoYPAFVVzMnCTI2GggcJD4+rFccMAwfHHvy/CJGDw4aISJFIBubDRsFBQsNHw4FC15mYCQiuV9dXBsdtTxglEYOF+2SYJRGDhftjkSPg2g+Q3e3bHMBBICphkpAkQ4MAgMCAjs9P3MNDgsEBBI6aQJfXns4FxYHCCsXP2ANBRoYGCkFDU9g/XMbGhIyG1K0REU1EgYfOC8GGksAAAAAAwAA/4AGAAVyAAkAEwAdAAAFBiMiJz4BNx4BAREUAgcmETQSJAEQByYCNREWBBIEbavFxKuKwyIjw/6b/cy1pwEkBDW1zP2zASSnIl5eV/iQkPgFPf4b/P5hY9cBGLsBRdb9Kv7o12MBn/wB5R7W/rsAAAABAAD/AAV6BgAAawAAAQ4DLgMvAQYAByImNDYzNiQ3DgIuAyc+AR4CFzY3DgIuBSc+AR4FHwE2NS4FNjceBA4CDwEWFAc+BRYXDgYmLwEGBz4FFgV6IFheaGNeTzwQEXH+n9ATGhoTrQErZiRIXlhiVlMhcsiHcj8ZNRoHFkdEX1JWQC0GRn9iVj0zIRYFBAwIG0c4NA4mM0ltPCQFBhQSCAcBAQMOLzZYX4FEAic9TlVUTDsRERcyBhhLUHd0jgGxUHQ9IAMOHhkKCuT++QEaJhkB1bwOEggNLEp+Uy8UI05MLIOgAQMCAxEdOEpzRhwREyk7Pz8xDxB6SQYURUpwcY1EGUlQWlhTRjYPDwRcGgcXPzU6HwIXTn9SPR4SAQMDA5OIBxc7LiYCMQAEABX/AATrBQAADAAQABQAHgAAARUUBisBAREhIiY9AQEVIREBFSERJRUhNTQ2MyEyFgTrc1E5/vz971FzBNb7KgTW+yoE1vsqc1EDTlFzARtCVXf+8wENd1VCAUb/AP8BSP8A/4xDQ1R3dwADAAD/gAYABYAAGQAlADEAAAAUBwEGIyImPQEhIiY9ATQ2MyE1NDYzMhcBFhAuASAOARAeASA2ABACBCAkAhASJCAEBIAJ/sAJDg0T/qANExMNAWASDgwMAT+pkvr+2PqSkvoBKPoBcs7+n/5e/p/OzgFhAaIBYQKOHAn+wAkTDcATDcANE8AOEgr+wasBKPqSkvr+2PqSkgJf/l7+n87OAWEBogFhzs4AAAAAAwAA/4AGAAWAABkAJQAxAAABFRQGIyEVFAYjIicBJjQ3ATYzMhYdASEyFhIQLgEgDgEQHgEgNgAQAgQgJAIQEiQgBASAEw3+oBIODAz+wQkJAUAJDg0TAWANE6CS+v7Y+pKS+gEo+gFyzv6f/l7+n87OAWEBogFhAuDADRPADhIKAT8JHAkBQAkTDcAT/v8BKPqSkvr+2PqSkgJf/l7+n87OAWEBogFhzs4AAAMAAP+ABgAFgAAPAB8ALwAAAREUBiMiJwEmNDcBNjMyFgERNCYjISIGFREUFjMhMjYBERQGIyEiJjURNDYzITIWBAAmGhQR/kAbGwHAERQaJgEAEw38QA0TEw0DwA0TAQCpd/xAd6mpdwPAd6kDwP2AGiYMAUATQhMBQAwm/MYDwA0TEw38QA0TEwPN/EB3qal3A8B3qakAAwAA/4AGAAWAAAcAEwAfAAAAFAYiJjQ2MhIgDgEQHgEgPgEQJgQQAgQgJAIQEiQgBAQAltSWltQq/tj6kpL6ASj6kpIBcs7+n/5e/p/OzgFhAaIBYQLq1JaW1JYBIJL6/tj6kpL6ASj6vf5e/p/OzgFhAaIBYc7OAAAAAAIAAP8ABl0F4AAVADYAAAEXBgQjIiQCNTQSNxcOARUUADMyPgElFwUGIyInAyEiJicDJjc+ATMyFhUUBicTIRUhFyEyFxMD/2Y6/tC7nP73m9GqEXqSAQe5ftV1Ahs6/wANECgR7/4oGCUDYAIIDlY2Ql5oRCUBp/5pEAHHKBHkAV3Ms96bAQmctQEqPoM234W5/vmC3RpygAcjAd0hGAMLERkzP15CRWEH/t+AgCP+OQAAAAIAAP+ABgAFgAAjADMAAAE2JyYDNjMyBw4BIyInJicmBwYHDgEHFzYzMhceARcWMzITEhMRFAYjISImNRE0NjMhMhYFDAqr51EsJlULBIwjKycNIB6CO2kbbBs0TAs5Mg88D0RgneLc+ql3/EB3qal3A8B3qQOC2AYI/vMTYDncqTbJvQwHXRhgGEM0szfbN7MBJgEbAX/8QHepqXcDwHepqQAAAQAAAAAEgAWAAEQAAAEUAgQrASImNREHBiMiJyY9ATQ/ATUHBiMiJyY9ATQ/ATU0NjsBMhYdASU2Fh0BFAcFFSU2Fh0BFAcFETYANTQ2OwEyFgSAvf68v6AOEtcDBgoJDRfp1wMGCgkNF+kSDqAOEgF3DxoX/ncBdw8aF/53vAEEEg6gDhICwL/+vL0SDgJjQgEGChCAFwhHXUIBBgoQgBcIR/oOEhIOtXQFFBCAFwh5XXQFFBCAFwh5/hkNARS+DhISAAMAAAAABYAFgAAjADMAQwAAARUUBiMhERQGKwEiJjURISImPQE0NjMhETQ2OwEyFhURITIWExE0JiMhIgYVERQWMyEyNhMRFAYjISImNRE0NjMhMhYEgBIO/qASDkAOEv6gDhISDgFgEg5ADhIBYA4SgF5C/MBCXl5CA0BCXoCpd/zAd6mpdwNAd6kC4EAOEv6gDhISDgFgEg5ADhIBYA4SEg7+oBL+MgNAQl5eQvzAQl5eA4L8wHepqXcDQHepqQAAAAAEAAD/gAiABQAAJwAvAD8AUAAAAQYrATUjIiY1NDcuATQ2NyY1NDY7ATUzMhchHgEXHgIUDgEHDgEHNxYUBxc2NCcBIQYHIgYPAQEOASsBAzMyAyMTMzIWFwEeBDMFISYCbG6egEANEwc6TU06BxMNQICebgRZKoEQWXotLXpZEIEqBjU1UURE+1UD99nvOXAbHP7gGlktYF0dnZ0dXWAuWBoBIAQOLzJJJAHI/Al0AaBAQC8hGBkCERgRAhkYIS9AQAcWAw8zLCQsMw8DFgf8JHAkHjCUMP7WJiowGBj+4BomAdAB4AHQJhr+4AQNIRkVUEAAAgAA/4AGgAYAAFIAVgAAATIWFRQPARcWFRQGIyImLwEFFxYVFAYjIiYvAQcGIyImNTQ2PwEDBwYjIiY1NDY/AScmNTQ2MzIWHwElJyY1NDYzMhYfATc2MzIWFRQGDwETNzYBJQMFBe8+U12sOAdUOy9NDzf+yjcIVDwvTA83mR0VPVE3LJxpnBoWPFI3LJ01CFQ8L0wPNgE2NghVOy9NDzWiFRY8VTwsnWmkGPz8ATZp/soC+FE9YSE7pxUaO1Y2LaVqpBgXO1Y2LaM1CVA9L0wPNQE5NghRPC9MDzWfGBc8VTYtoGmgGBc7VjcsoTcGTzstSQ82/sQ4CP76aQE7awAAAAADAAD/gAYABYAADwApAEkAAAEyFhURFAYjISImNRE0NjMBEQYHDgEHBiM5ASInLgEnLgEnERQWMyEyNhE0JiMhIgYVFBYXHgEXHgYyPgU3JT4BBOB3qal3/EB3qal3A+AfISLFNWJCQmIvvi8MKgo4KANAKDg3KfzAKDg9JS+1JwMcDhwTGBUUFRgTHA4cAwELIz8FgKl3/EB3qal3A8B3qfvgAbQjFBZ+JEVFIHkgCCYI/kwoODgCZSk6OCglTxkgchoCEwkRCQoFBQoJEQkTAq4XTwAAAAAGAAD/AAcABgAABQA/AEcAUQBhAHEAABM0NwEmAgEUDgMHAwE2Nz4BJg8BJicmDgEeAR8BEwMBNjc+ASYPASImIzYkMzIEFyMiBhUUHgYXFgUTFhcGIyInARYVFAIHEzY1NAAgBBYSEAIGBCAkJgIQEjYAICQ2EhACJiQgBAYCEBIWf0MBb8TuBQgFDwgbBEz+6i4qEw4TE81LfwwRBgMPDFB4qP7oLioTDhMTzQcgCmkBU8aTAQtpCjdKBAQMBhIHFgM//gbtAQR+gXBpA3tf0K/rO/yiAWwBTPCOjvD+tP6U/rTwjo7wAVUBWgE95YiI5f7D/qb+w+WIiOUCgKOW/BNfAXQBCBMnPBxaDf8AAzoDBQIhHQEKAQkBDBITDgEI/rj+CANAAwUCIR0BCgGgu2pgUTcMGBMbDx4MJAVr0/15BgUsIARSrsPR/p9mAqapayoCNI7w/rT+lP608I6O8AFMAWwBTPD5t4jlAT0BWgE95YiI5f7D/qb+w+UAAAACAAD/gAcABgAAEgAbAAABEQUmJCY1NDYkNxUGBBUUBBcRARMlNyYnNQQXBD7+8OT+jNbJAV3Z2f7pATXqA60l/fOTd6EBFcwGAPoAgBSk/ZKM96QarCbgj5jmHgVQ/j/+enJTRh2sIXwAAAADAAD/AAeABgAADAAmADAAAAkBFSMUBiMhIiY1IzUBIREzESERMxEhETMRIREzMhYdASE1NDY7AQUyFh0BITU0NjMDwAPAgCkc+gocKYABAAEAgAEAgAEAgAEAOxwp+YApHDsGOxwp+IApHAYA/oCAGiYmGoD/AP0AAwD9AAMA/QADAP0AJhpAQBomwCYagIAaJgAAAgAA/4AJAAWAAA0ANgAAARMWBgQgJCY3EwUWMjcAFAcBBiInJQ4BBxYVFAcTFgcGKwEiJyY3EyY1NDc2NyUmNDcBNjIXAQbuEgSs/tb+pP7WrAQSAj4WNBYEUBb7oAQMBP10KzgGPzo6AgoJD8APCQoCOjpBC1f+sxYWBGAEDAQEYAK8/sRFdkVFdkUBPLUHBwIQLgj+oAEBziKbZSRJRSb+Tw4LCwsLDgGxJkVJJs97aAguCAFgAQH+oAABAG3/gAWTBgAAIgAAARMmIyIHEyYAAicWMzI3HgESFz4DNxYzMjcxDgMHBgNbDT4rKUANKP7/sF06MixDP43BKiWRWngvNjU4OhxAI04KkgJD/T0LCwLDRQHFASiLDw9v7f7ERT3pk81XDg4nYzqGEfgAAAEAAP+ABeEFgAAjAAABIRYVFAIEIyIkJgIQEjYkMyAXByYjIg4BEB4BMzI+AzchAwAC1Qy2/q/anf7kznl5zgEcnQEs19F7t4HbgIDbgVeSXkYhBv5MAu5DPdn+q8B5zgEcAToBHM55ycl3gt/++N+CMEhcUiUAAAUAAP8ABwAGAAAQABkAIgBOAF4AAAEWBwYgJyY3NjIXFjMyNzYyJBQGIiY1NDYyBRQGIiY0NjIWNzQmIgcmJxMXFBYyNjQmIyIHJyYHAwYHJiMiBhUUFhcGFRQEMzIkNTQnPgEkEAIGBCAkJgIQEjYkIAQWBEcQED7+7j4QEAYSBjB5eDEGEv7TNEo1NUoBvzVKNDRKNftGZCSCtT/INEo1NSU2Gt0TBkW0gSM0MkYlHwYBGMXGARgHHiQBZo7w/rT+lP608I6O8AFMAWwBTPABcRAPPj4PEAYGMTEG1Eo0NCUmNFolNDRKNTRSMUYkWgYBGy0lNDVKNTIxBRX+yAdaJUYxIzoPGx2OysqOIBkPObv+lP608I6O8AFMAWwBTPCOjvAAAAAABQAA/4AGAAWAAA8AGQAjAFEAYQAAARYHBiInJjc2MhcWMjc2MiUUBiImNTQ2MhYFFAYiJjU0NjIWNzQmIyIHJic3Fx4BMzI2NCYjIgcnJgcDBgcmIyIGFRQWFwYVFBYzMjY1NCc+AQERFAYjISImNRE0NjMhMhYDqw0NNew1DQ0FEAUqzioFEP7+Lj4uLUAtAVIuPi4tQC3XPCsqH3GaNqsBLR8gLS0gMBW9EQQ8mm8eLCs8IBoF8Kmq8AYZHwEzqXf8QHepqXcDwHepAZcNDTU1DQ0GBioqBpYfLi4fIC0tIB8uLh8gLS1HKjwfTgTzJyAsLUAtKyoFEv70Bk0gPCoeMg0ZF3qtrXoZGA0xAeT8QHepqXcDwHepqQADAAD/gAYABYAAHgAwADwAAAE3NTQmIgYVERQGIiY9ASMVFBYzMjY1ETQ2MzIWHQEFNSMVFAYjIiY9AQcnFRQWMjYAEAIEICQCEBIkIAQDYlp0oHQcJhuXc1JRcxsUExsBiZYbFBMbWjx0onMBUc7+n/5e/p/OzgFhAaIBYQK5Gz5PcG9P/uUUGxsUeHpScnFQARgTHBwTNt96fhQbHBN7Ghx7UHJyAa3+Xv6fzs4BYQGiAWHOzgAAAgAA/6MHgAVdAB4AMAAAATU0JiIGFREUBiMiJjURIREUFjI2NRE0NjMyFh0BBwUhERQGIyImNREXNxEUFjI2NQQmPFQ8/LGy+wFIPFQ8/a+w/MMBjwFI+7Kx/IPDPFQ8Azh2Kjw8Kv2cr/j7sgEK/vorOzsrAmyr8vSsiDqh/vay+/mwAQw9Ov7yKjs7KgAAAgAA/4AGAAWAAA0AHQAAJREhESEiBhURIREhMjYTERQGIyEiJjURNDYzITIWBcD9QP4gXYMCwAHgXYNAqXf8QHepqXcDwHepoAHgAsCDXf4g/UCDBB38QHepqXcDwHepqQAAAAgAAAAaCAAE5gAFAAkADQARABkAHQAlACkAAAEzESERIRkBIxEBETMRAxUzNRMhESE1ITUhJREjEQEhESE1ITUhJREjEQFIzP3sAUh7AZnNzc1SAhX96wFI/rgBSHsBmgIU/ewBR/65AUd7BOb8KQK5/esBcf6PAhX9RwK5AR7MzP7i/FKjUqQBcf6PAhX8UqNSpAFx/o8ABQAA/4AGAAWAAAkAEwAjADAAQAAAABQGIyInETYzMgAUBiMiJxE2MzIAECYjIgcGBwYHETc1FjMyAhAmIyIHIxE3NRYzMgERFAYjISImNRE0NjMhMhYEFkw1KxscKjX+9Uw1KxscKjUCfrB9FBMXN1d80zNCfaexfUpDutM3PX0DF6l3/EB3qal3A8B3qQJEgFoPARURAVGAWw8BFRH9MQEMvgNOOl8G/YQpzhMCaQEMviT8uCnOEwH4/EB3qal3A8B3qakAAAAKACn/CQfNBgAAggC8AMoAzgDcAOMA5wDpAO0A7wAAATYeAxceAhcOAgcuBSMPARYXHgcfARYOAgcmBiMiJyY1NDc+AicmBw4BIyIuAScmJwQjIiY1NDY3JSY0PgM3PgEzMhYXNjMyFhUUBg8CBhYzMjY1NC4CNTQ3JzY1NCc2MzIeBRc3DgMXNy4HJy4CKgEjIgc+BTceAj8BFRc2Nz4IPwEGBw4BBw4CBx4BFRQDPgEzMh4DFwYjIicBNxcHARYVFA4DByc+AjMBByc+ATMyEzMXBwE1FQ8BPwIExkuJY2dBKyFbPEUweZwkLDwbJy5jSQoGBAkGLAcfBRIDBgEBAQcIEQMjhCAnIQIDAjs3ARgTJJc9GWVwHAYV/h4fEBgRDgHmCAsVExsFBBcGDxoHowkRGREPtgEBpRYvkC83LwpEKwVSPiw3KhQVChgMMgMoLSMBPQURBw4GCgcJBAcPGhIvDn5bEChEPx1HCAwgIBYMFvd8HCwpGSIOIwsrCAcCKU/8tA44LBEDK/cnuTYJGx0XGQJ5ez1A/vkwbUkBoQMjOTM4BAcVT0Ec/kVgBgotDBPTHwopA3kBAgECAQJfAy9Gd2FIOGo3PR43PxAlnK28lWECBAUJBSUHHQweGSUWIRo/KUwPARUKEB9KFg05PRUCGjVdfpkUBBpwFhAPFwNqDhYNCgQFAgENIBElFhEPFgMoEBq3oDEkIgMUGBASEyxJGiAQAw4NJB9AHBkoKAILD9YFFQgPBgoFBQIDBAErHiEaLhtTCQktHAEBTAFfXxUkJxctETkTTA8JNValxisDCQoJEzYHC/xUGisfNi44BS0LAyQMsTD+0A8BBw8LCAcBKwINBwJ0FBEBDP18UwwGMQEBBQIDBAEAAAQAAP8SBgAF7gAXADYAXQCDAAAFJgcOASMiJyYjIgcOARceATY3PgI3NicmJyYjIgcGBwYXFjY3PgczMh4BFx4BNzYBNC4CIyIOASMGLgMHDgEHBhceATMyPgIXHgMXFjY3PgE3FAIGBCAkJgI1ND4FNz4DNz4BNxYXHgEXHgYEjwUTHnJKgUAFCAsPBwEIImtiMilXKwcMLBMUFzUvGB0xGg4JERcDDwYOCRAOEwsbIwsICgUKFwFaChctHiGAgiQbSU9YcDdzpAICTB1DRjmWdnogGk5BRxQjLyAcHTV80P7r/tD+5tWAJztSS1IvEw5KIz0eJCwIgTksrCsVJFVDUzcnMhMOFiIxBAwGFAogHAMDBCEbBwyELw4PCgwsGBQIBxQCDQQKBAYDAg8ODxEGBAwBLxYtLRxTVAEoOjooAQGbZXA0FBFBTUABAT1JPgEDIi4peM6k/ue/bHPHARygWad8cUtAHQoIJRQoGBxZUZsmHU4bDRhFSHZ+qwAAAAQAAP+ABgAFgAAeADwAWgB4AAABDwIOAScOASMiJjU0NjcmNj8BFwcGFBcWMj8DAxcHJyYiBhQfAwcvAi4BNy4BNTQ2MzIWFzYWARQGIyImJwYmLwE3FxYyNjQvAzcfAh4BBx4BAxQGBxYGDwEnNzY0JiIPAyc/Aj4BFz4BMzIWBC6glx5BrVUQcElVeFlFFi5BDJcLJSUlaCUel6G+DJgMJWhKJR2YoJehlx5ELBtGWnhVTHMMVKsDZ3hVSnIOVrtEC5cMJWhKJR6YoJigmB1ALxVMZQJmTBouQwyXDCVKaCUemKCYoZgdQ7hWC3NOVXgBz6CYHkAuFUZaeVVIcBBWrkEMmAslaCYlJR6YoAISDJgMJUppJR2YoJigmB5DuVcPcElVeWJKFC/7lVV5XkccLEQMmAwlSmglHpigmKCYHkCtVQtzBBdNdAtVt0MMmAwlaEolHpigmKCYHkMtGktmeQAACAAA/wAGAAYAAEUAWABbAF8AZwBqAIkAowAAAQYmLwEmJy4BJwYHBgcOASc2Nz4BNz4BNyYHDgIHBhQHBgcGJyYnJic+ATc2NzYzPgE3PgIXFgcUDgEHBgcXHgEXHgEDFgcGBwYjJicmJzceATY3NjcyBRcnASURBQEXAycDFzcXAQURARcHJwYHBisBIiYnJjU0NjMyHgEXHgEzMjY3PgI3ARElBgQjIic0JxE2NzY3NjcRBTIsATMyFRECjgEXFBQsKwdEBENDURgEHwMGTBWBDhFEAghmCCceAgIBBRoXGBIKBAEGJQs6L2QCCkILCRkEBAIDGRwDGTRADH0FBA3PAwcMJh4eGhcOBAEDIRQwJBMRAr4/i/v4Arb9SgTZZrVk2GYt0/4uAj3++p42KIKSOiFUT/E/CAoIBBwhBEmtR1+QVQ8fJQoBlfz6Dv0uBw0FAQMBBQ9rKgIuAgE9ATsEFAHKAwcICRQdBTUCZ05fDwIEAgRYGLYbHokJASICCwgBAhEBCgUHBwQRBhECBgMQECMCIwQDCgEBDBUCMjkFMlEcBjQCATEB4A8NFw8MAxcPGgMDBAQODAKS4yr9megECOn9Nh8CkR/96B9uQQM7uAF8+hENoEJTGQxOLgcJCAsPEgIlMR0kBxEVBgSA+8n2BvMNAQIENgkBBgUkDgGAxm5rFf5eAAwAAP8ABwAGAAAPACcANwBHAFcAZwB3AIcAlwCnALcAwAAAATIWFREUBisBIiY1ETQ2MwUeARURFAYjISImNRE0NjMhMhYfAR4BFQE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNgE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNgE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNhMRIyImPQEhEQEgQl5eQoBCXl5CBeA6RpZq/KBCXjgoAqAoYByYHCj9IBIOgA4SEg6ADhISDoAOEhIOgA4SEg6ADhISDoAOEgEAEg6ADhISDoAOEhIOgA4SEg6ADhISDoAOEhIOgA4SAQASDoAOEhIOgA4SEg6ADhISDoAOEhIOgA4SEg6ADhJgoCg4/YAEgF5C+8BCXl5CBEBCXqMidkX9AGqWXkIGACg4KByYHGAo+4CADhISDoAOEhIBDoAOEhIOgA4SEgEOgA4SEg6ADhIS/g6ADhISDoAOEhIBDoAOEhIOgA4SEgEOgA4SEg6ADhIS/g6ADhISDoAOEhIBDoAOEhIOgA4SEgEOgA4SEg6ADhISAY4BADgooP4AABQAAP8ABYAGAAAPAB8ALwA/AE8AXwBvAH8AjwCfAK8AvwDPAN8A7wD/AQ8BHwEvAT8AAAEyFhURFAYjISImNRE0NjMBFRQWOwEyNj0BNCYrASIGERUUFjsBMjY9ATQmKwEiBhEVFBY7ATI2PQE0JisBIgYRFRQWOwEyNj0BNCYrASIGAzU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYBNTQmIyEiBh0BFBYzITI2ETU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNgE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2BUAaJiYa+wAaJiYaAcASDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SgBIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SAgASDv7ADhISDgFADhISDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SAQASDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhISDkAOEgYAJhr5gBomJhoGgBom/uBADhISDkAOEhL+8kAOEhIOQA4SEv7yQA4SEg5ADhIS/vJADhISDkAOEhL+skAOEhIOQA4SEgEOQA4SEg5ADhISAQ5ADhISDkAOEhIBDkAOEhIOQA4SEgEOQA4SEg5ADhIS+w7ADhISDsAOEhICDkAOEhIOQA4SEgEOQA4SEg5ADhISAQ5ADhISDkAOEhIBDkAOEhIOQA4SEvwOQA4SEg5ADhISAQ5ADhISDkAOEhIBDkAOEhIOQA4SEgEOQA4SEg5ADhISAQ5ADhISDkAOEhIAAAACAED/EATABWAAHwAnAAAJAREUBiImNREjERQGIiY1EQEmNDc2Mh8BITc2MhcWFCQUBiImNDYyBKT+3EJcQkBCXEL+3BwcHU8c5AFw5BxQHBz+oIO6g4O6A9z+3PzILkJCLgGA/oAuQkIuAzgBJBxQHBwc5OQcHB1P5bqDg7qDAAUAAP+ABoAFgAAPAB0AMwBDAFEAAAEUDgEjIi4BNTQ+ATMyHgEBFAYjIi4BNTQ2MzIeAQUyBBIVFA4CIyImIyIGIyI1ND4CJSIuATU0PgEzMh4BFRQOASUyFhUUDgEjIiY1ND4BAwwmWD1MfDwmWD1Nezz+qlRNTINGVE1Mg0YBinYBErgiP0IrRO8/Qv1Kt3Cn0AFIPVgmPHtNPVgmPHwBZE1URoNMTVRGgwQoPGtOc5xJPGtOc5v901B2b5xKUHdvnS/D/ulzLj0dC1pZklbTrnbTTms8SptzTms8SZxzaHdQSpxvdlBKnW8AAQBA/wACwAYAABUAAAEUBgcTFgYrASImNxMuATU0PgEyHgECwHJfLQIkGsAaJAItX3JVlqqWVQPwkcUl/MsaJiYaAzUlxZGA852d8wAAAAADAAD/AAaABYAAAwAHAB8AAAUBEQUnLQENAREUBgcBBiInAS4BNRE0NjcBNjIXAR4BA4ACgP2AQAK6/Ub9RgX6JB/9QBxCHP1AHyQuJgLAFiwWAsAmLl0BXQJ86XH+/v4C/QAjPBH+gBAQAYARPCMDAChCDgEACAj/AA5CAAAAAAcAAP8ACIAGAAADAAcACwAPABMAFwBCAAAFJREFJy0BBQElEQUnLQEFJyURBSctAQUBERQGBwUGIiclJicGBwUGIiclLgE1ETQ2NyURNDY3JTYyFwUeARURBR4BAoABgP6AQAGU/mz+bAXUAYD+gEABlP5s/mwsAYD+gEABuf5H/kcF+SYh/kAZQBn+QAQDAgX+QBlAGf5AISYrIwGyKyMBwBc2FwHAIysBsiQqYMABOqRwra2t/Y3AATqkcK2trXilAQqkcL29vf09/mAkPhDgDg7gAgICAuAODuAQPiQBoCZAELoBkCZAEMAKCsAQQCb+cLoQQAAABgAA//4IAAUCAAMACQAfACYALgBBAAABIRUhAyIGByEmAzI2NzMCISICNTQAMzIeARUUByEUFiUhMjU0IyE1ITI2NTQjISUhMh4CFRQHHgEVFA4DIyEHOP4BAf/8WnAGAZgSpj92Ed1k/rnW/QEFzorNZQL9bnP7NgEozcf+0gEZTlu+/vz+6wJSV4h1P6xydDFTcoBG/Z0ErXz+0mlaw/23QDf+zQEI19ABE4jeiREeb3kyp7S+SU2Q1xxDflu1UiCmeUt7VDoaAAAABwAA/4AGAAWAAA8AHgAlACwAQQBHAEsAAAEyFhURFAYjISImNRE0NjMTIREhMjY1NCc2NTQuAgMjNTMyFRQDIzUzMhUUBSImNSE2NTQmIyIGFRQWMzI3Iw4BAzIXIz4BAyEVIQTgd6mpd/xAd6mpd9P+jQF+daCPaydKVE2wo3dhub18AgpESAGbAZWBgKSehs0+igtJMXEL/gRGagE//sEFgKl3/EB3qal3A8B3qf6R/O1zcZ4qNHA5TyoR/sK4Wl7+sdlxaCBMRQoUhLGsgoekvyIoAW56OEIBCk0AAAAEAAD/gAcABYAABwAbACcAPwAAABQGIiY0NjIANCYjIgcXHgEHDgEnLgEnHgEzMgE0JiMiBhUUFjMyNjcUACMBDgEjIiYvAREFNjMyFwE2ADMyAAYuj8qPj8r9jZJoGxtoTUEfH5hMFVIUIHZHaAPQs35/s7N/frOW/vW8/ksMwoR5uhnmAYVPXg0WARwCAQu7vAELBB/Kj4/Kj/u+0JIGKh+XTE1AHwghCDxJA99+s7N+f7Kyf73+9v7BgbKYdFwBrZ0wAgGXuwEI/vUAAAAABAAA/4AGAAWAAAgAGwBDAE0AAAA0JiIGFRQWMgAUBiMiJicWFxY2NzYmLwE2MzIBERQGIyEiJj0BFx4BMzI2NyUyNjU0JiMiBgcDJiMiByURNDYzITIWAxQGIiY0NjMyFgTacqBxcaD+EHRSOF4ZNC48eBkYMz1SFhRSA/ypd/xAd6msFJNfaJoKAVmW09OWlNIC4QkTSz7+16l3A8B3qfeOyI2NZGWNAymgcXJPUHH+yKZzOjAUFBgzPTx4GCEFAm38QHepqXeZRVx4jGf805WW09GU/r4BJXcB1Hepqf6gZI2NyI6NAAYAEP9WBu8F/wANAB4ALQA8AEsAXAAAAQMHJS4BJy4BPgI3FhsBJw4DDwEDLgE/ATY3JwEDDgEPAQYHFwMTFxY2NwEGAyUnEz4BFx4FARMWBgcOBQcmAyUnNwMlNy4DLwEFNhYfARYDRA8C/lwkPhALBw8JIgJOLLSTP2EwHwMEvhECBwgjT4wGgLwMMRMSR5QI5tMHquI5/Scv2v7DE+EUUCgYMSMwGDACl9QSCxYNKCQ9IUYLIucBOXyO3P5dlyJSRTwREQGVHzYMCycBb/6QFh0DOSUbOEokXAcMAjr+hVxIkWlUFRUBZRo8ERI/fVb96v6ZHSMDBAcFpAFvAWqtEBYWA7I//oy7DAFkHxwEAhQWLBk2/sX+lSVOIxQiFhYKEgNIAWzD7VP+ixRWWZpdQw0NAQMbDw89AAAEAAD/QAgABYAABwARABkAQwAAADQmIgYUFjITIQMuASMhIgYHADQmIgYUFjITERQGKwEVFAYiJj0BIRUUBiImPQEjIiY1ETQ2OwETPgEzITIWFxMzMhYB4F6EXl6EggP4WQIYCf0ACRgCBQNehF5ehP4SDmBwoHD8AHCgcGAOEoNdHGkXomIDAGKiF2kcXYMBfoReXoReAeABZQgTEwj9GYReXoReAQD+gA4SgFBwcFCAgFBwcFCAEg4BgF2DAaNef39e/l2DAAQAAP8ACAAGAAAzADsARQBNAAABMhYVERQGKwEVFAYiJj0BIRUUBiImPQEjIiY1ETQ2OwETPgE7ATU0NjMhMhYdATMyFhcTADI2NCYiBhQBIQMuASMhIgYHADI2NCYiBhQHIF2DEg5gcKBw/ABwoHBgDhKDXRxpF6JigBIOAcAOEoBiohdp+fqEXl6EXgFkA/hZAhgJ/QAJGAIEIYReXoReAoCDXf6ADhJAUHBwUEBAUHBwUEASDgGAXYMBo15/4A4SEg7gf17+Xf4gXoReXoQBggFlCBMTCPy7XoReXoQAAQAg/wAF4AYAADMAACQUBiMhHgEVFAYjISImNTQ2NyEiJjQ3ASMiJjQ3ASMiJjQ3ATYyFwEWFAYrAQEWFAYrAQEF4CYa/jIBCiQZ/sAZJAoB/jIaJhMBkuUaJhMBksUaJhMBgBM0EwGAEyYaxQGSEyYa5QGSWjQmEY0mGSMjGSaNESY0EwGTJjQTAZMmNBMBgBMT/oATNCb+bRM0Jv5tAAQAAP+ABgAFgAAVACsARABQAAABNCcmIyIHBhUUFjMyNzYzMhcWMzI2NzQnJiEiBwYVFBYzMjc2MyAXFjMyNhM0JyYkIyIHDgEVFBYzMjc2MzIEFxYzMj4BEAIEICQCEBIkIAQEZx7B/oWaKhsWBSCEb+KrEw4THGAj7f7JmZYwIxkHHnqBARfRGA4ZI2wofv6ysMygFx8pHwsdha6fAS1nFRMdK83O/p/+Xv6fzs4BYQGiAWEBRiATcyIJKxQdCBtnCxvsKBWNKg0zGSMIIXwNIwERLxdJSy8HJR4fKgglRD0MKVv+Xv6fzs4BYQGiAWHOzgABAAD/gAQABgAAEwAACQEXIREhBwMHIREBJyERITcTNyEEAP7RGAEX/gUsjh7+0wEvGP7pAfssjh4BLQTR/bof/mEe/u8eAS8CRx4Bnx4BER4AAAARAAAAjAkABHQADgAlAC8AOwA8AEgAVABiAGMAcQB/AI0AkACeAKwAwADUAAAlNwMuASMiBhUDFx4BMzIlNwM0JyYiBwYVBwMUFxUUFxYzMjc2NQEXBwYiLwE3NjI3FwcGIyI1Jzc0MzIBAxcHFCMiLwE3NjMyHwEHBiMiNSc3NDMyHwEHBiMiJjUnNzQ2MzIJARMHFAYjIi8BEzYzMhY3EwcUBiMiLwETNjMyFjcTBwYjIi8BEzQ2MzIWATkBAxMHFAYiJi8BEzQ2MhYXEwcUBiImLwETPgEyFhMHMRQGIiYvAhM1Njc2MzIXFhcBFAYjIS4BNRE0NzYzMgAXNjMyFgMQEBABDQoJDg4OAQ0JFgEqCwwNCBAIDQEKCwYJDgsJCfvsFBQCDgIREQIOWBoaAggJFxcJCAEavBkZCwoCFRUCCgteFxcCDA0VFQ0MYBUVAg4GCRQUCQYOAYH+3xUVCgcQAhISAhAHCl4TEwsIEgIQEAISCAtiEhICFBMCEBANCAkMAYnGDw8PFA4BDg4PFA9jDg4QFhABDAwBEBYP1Q4SGhIBBgYMAgoJCwgHDgIEZqZ1/O4NEhxVYMMBHhE1OXWmpPECCwoODgr99fEKDTTTAkoQCAUFCBAG/b0B6wEKBwsJBw0BbIB+CQl+gAlGz8sJCsrPCf4yAev17QsL7fUMBfz0DQ30/A0f6vYQCQf26gYJ/hYCbf6E9gcLEvYBfBILT/4s9AgLE/QB1BMLIP4G8hUV8gH6CQ0N/REC6v4C7woPDgvvAf4LDg4e/hTsCxAQC+wB7AwQEP4I5w0SEg1ydQJ8Aw8JBwUIEv2UdaUCEg0DgxcKIv75wBamAAAABAAA/wAGAAYAAA0AGwApADkAAAAgJDcVFAYEICQmPQEWACAkNxUUBgQgJCY9ARYAICQ3FRQGBCAkJj0BFgAgBBYdARQGBCAkJj0BNDYCEwHaAZx3zv6e/mD+ns53AZwB2gGcd87+nv5g/p7OdwGcAdoBnHfO/p7+YP6ezncBuQGgAWLOzv6e/mD+ns7OAwBWVKpFdkVFdkWqVPyqVlSqRXZFRXZFqlQBKlZUqkV2RUV2RapUBCpFdkWARXZFRXZFgEV2AAgAAP8ABgAGAAATABoAIwBeAGMAdAB/AIcAAAEeARURFAYjISImNRE0NjMhMhYXBxEhJicBJgERISImNREhEQEWFzYzMhcWBxQGBxUGIyImJwYHAiMiLwEmJyY3PgE3NhcWFTY3NjcuATc2OwIyFxYHBgcWHQEGBxYBNjcOAQEGFzY3NDc2NyY1JjUmJxQHAzY3LgEnJicGBwYFJiMWMzI3NAW8HCg4KPrAKDg4KAOAKGAchAF4Cgz+xwwBY/5gKDj9AAL+ITM7OpMeEA4CAQZBMIY/3auZWQ8NGAEFCgQJXlUOCQI0N0QkGA0NCx8VARcMEgkCAgECDDf+GzRVM0kBgQ8NAQYHAQMBAQEMAXyHlQIWBUwzGzgeAncYdEwwDgQEhBxgKPuAKDg4KAZAKDgoHET+iB0MATkM+hIEADgoAaD6AAJRGh4HMRYeAQIBASYoIRg7/voHDAEEChooZy0JDwICVXCIflKbMigPFS8GAgMFHntFpP4bGIYoWAN6KloHJQMoBAQBAQIBFg4BAf1pNhsBEQVDbVZvOAsYHAEBAAAAAAQAAP8ABgAGAAATABoAIwBUAAABHgEVERQGIyEiJjURNDYzITIWFwcRISYnASYBESEiJjURIRETFTMTMxM2NzY1MxceARcTMxMzNSEVMwMGDwEjNC4BNS4BJwMjAw4BDwEjJyYnAzM1BbwcKDgo+sAoODgoA4AoYByEAXgKDP7HDAFj/mAoOP0AaUakn4AHAwIEAwEFA4CfpEb+1FpjBQICBAECAQYCkHKQAgUBBAQCAgVjWgSEHGAo+4AoODgoBkAoOCgcRP6IHQwBOQz6EgQAOCgBoPoAA4Br/WsB5RQaEAgYAyIJ/hsClWtr/koUGhUDBwkCBSAJAiH93wkfBhUVGhQBtmsAAAQAAP8ABgAGAAATABoAIwBTAAABHgEVERQGIyEiJjURNDYzITIWFwcRISYnASYBESEiJjURIRElFSE1Izc+AjsBFhceAh8BIxUhNSMDEzM1IRUzBw4BDwEjJicmLwEzNSEVMxMDBbwcKDgo+sAoODgoA4AoYByEAXgKDP7HDAFj/mAoOP0AAS0BGUtnBQoFAQIBBAIFBwNrTAEjRMDDQ/7pSmcEDAMCAgEEBgtqTP7eRL3CBIQcYCj7gCg4OCgGQCg4KBxE/ogdDAE5DPoSBAA4KAGg+gDqamqhBxMIBAYEBwkEoWpqAREBGmtrnwcTBAMEBgsMn2tr/vD+5QAAAAAFAAD/AAYABgAAEwAaACMAOABDAAABHgEVERQGIyEiJjURNDYzITIWFwcRISYnASYBESEiJjURIRElFSE1IzUzMjc+ATU0JicmIyEVMxEBIxEzMhcWFRQHBgW8HCg4KPrAKDg4KAOAKGAchAF4Cgz+xwwBY/5gKDj9AAEgAUddiUwqQ09KPzBS/pBcAQV3eDQfOD4fBIQcYCj7gCg4OCgGQCg4KBxE/ogdDAE5DPoSBAA4KAGg+gDqamqnDxeAUlF4GxNr/dUBGAEMEiFSWR8PAAAAAAUAAP8ABgAGAAATABoAIwAqADIAAAEeARURFAYjISImNRE0NjMhMhYXBxEhJicBJgERISImNREhEQERITU3FwEEIiY0NjIWFAW8HCg4KPrAKDg4KAOAKGAchAF4Cgz+xwwBY/5gKDj9AASA/ADAgAGA/lCgcHCgcASEHGAo+4AoODgoBkAoOCgcRP6IHQwBOQz6EgQAOCgBoPoAAcD+wMDAgAGAgHCgcHCgAAAJAAD/AAYABgAAAwAHAAsADwAjACoANwBKAFIAAAE1IxUFNSMdATUjFQU1IxUBHgEVERQGIyEiJjURNDYzITIWFwcRISYnASYBESEiJjURIxUjNSERARMWFRQGIiY1NDc2EzUzFTMyFgIyNjQmIgYUAoCAAQCAgAEAgAM8HCg4KPrAKDg4KAOAKGAchAF4Cgz+xwwBY/5gKDiAgP4AAo1rCJHekQgVY4BPFiK8aktLaksEgICAgICAgICAgICAAYQcYCj7gCg4OCgGQCg4KBxE/ogdDAE5DPoSBAA4KAGggID6AALR/qMbGVNtbVMZGz8BTYCAGv4aJjQmJjQAAAAABgAA/wAGAAYAABMAGgAjADkATABeAAABHgEVERQGIyEiJjURNDYzITIWFwcRISYnASYBESEiJjURIREBFhURFAcGIyIvASMiJj0BNDY7ATc2ATI3NhAnLgEHDgEXFhAHBhYXFicyNzY0Jy4BDgEXFhQHBhYXFgW8HCg4KPrAKDg4KAOAKGAchAF4Cgz+xwwBY/5gKDj9AAHsFBQIBAwLpoMOEhIOg6YQAbQfE4GBEDYUFQURZGQRBRUSvRsUV1cSNiYCEzQ0EwITFASEHGAo+4AoODgoBkAoOCgcRP6IHQwBOQz6EgQAOCgBoPoAAy4IFv3gFggCCacSDsAOEqcP/UcYnwGYnxUGERE1FXv+wnsVNRAPlBRd/F0TAiQ1FDmUORQ1EhEAAAAFAAD/AAYABgAAEwAaACMAMwBDAAABHgEVERQGIyEiJjURNDYzITIWFwcRISYnASYBESEiJjURIREBMhYVERQGIyEiJjURNDYzBRYVERQHBiMiJwE1ATYzMgW8HCg4KPrAKDg4KAOAKGAchAF4Cgz+xwwBY/5gKDj9AAKANExMNP6ANExMNANsFBQIBA4J/vcBCQkOBASEHGAo+4AoODgoBkAoOCgcRP6IHQwBOQz6EgQAOCgBoPoAA4BMNP6ANExMNAGANEwCCBb9wBYIAgkBCloBCgkAAAAGAAD/AAYABgAAEwAaACMANwBLAFsAAAEeARURFAYjISImNRE0NjMhMhYXBxEhJicBJgERISImNREhEQE+AR8BHgEPARcWBg8BBiYnAyY3IRYHAw4BLwEuAT8BJyY2PwE2FhcBLgE3Ez4BHwEeAQcDDgEnBbwcKDgo+sAoODgoA4AoYByEAXgKDP7HDAFj/mAoOP0AAWAIGgszCwMItrYIAwszCxoI4g4OBAQODuIIGgszCwMItrYIAwszCxoI/nYNDwKKAhYNPw0PAooCFg0EhBxgKPuAKDg4KAZAKDgoHET+iB0MATkM+hIEADgoAaD6AAOACwMIJggaC/PzCxoIJggDCwEtExMTE/7TCwMIJggaC/PzCxoIJggDC/0GAhYNAz8NDwIKAhYN/MENDwIAAQAn/5cF2QYAADYAAAEVBiMGAgYHBicuBAoBJyEWGgEWFzY3JgI1NDYzMhYVFAcOASIuASc2NTQmIyIGFRQWMzIF2WVhQcmiL1BSHEFpZHNgVxsBGxpYeXpPqXaOotC0sr46BxlDO0ESHzoyNUDSoj4CxcYXiP7yoRotMBE1co/hAQcBbs/a/pf+78Zgqe1IASi5wPXTwJ9/AQQMJyBnUVdaY1u61wAACAAA/wAHAAYAAAMABgAKAA4AEgAVABkALQAAEwERJQU3JwkBJQUnLQEFJyURCQEXEQUlAREFERQHAQYiJwEmNRE0NwE2MhcBFtgCW/6y/rXBwQMzAlv+8/6yTQEQ/vD+8IsBTv2lBM3B/rUBDf2lAzMi/M0VLBX8zSIiAzMVLBUDMyIBb/5uAWffJIGB/NwBkrTfhra2tl3fAWf+bv7vgQECJLQBkv6ZK/3eKRf93g0NAiIXKQIiKRcCIg0N/d4XAAAAAAIAAAAACAAFeAAjAFcAAAEeARUUBiMiJiMhKwIuATU0NjcmNTQ2MzIXNiQzMgQSFRQGARQWMzI3LgEnBiMiJjU0NjMyHgUzMjY1NCYjIgcXNjMyFhUUBiMiLgUjIgYHCG+J7KcEDwP7RwECBarsblwMpHVfTUsBJ7OmARijAfrMqHyJZxA/DENNN01NNSxRQUFJUXFBeaeoe49iXUJMNFBKOStPQUJJUm8/eqoC/C7HeqTpAQrnpW66Nicrc6I6mryh/uyjBhj+8HqOYxRJDkFDNjVEKkRSUkQqj3d5jmFsQEIzOUUqRFJSRCqNAAAAAAYAAP8ABwAGAAAPABcAHwAnAC8ANwAAACAEFhIQAgYEICQmAhASNiQgBxc2Mhc3ATcmNDcnBhAAIDcnBiInBxIgNhAmIAYQBRc2ECcHFhQCygFsAUzwjo7w/rT+lP608I6O8ALA/oSrwlKqUsL78cIcHMJaAkIBfKvCUqpSwsoBPuHh/sLhA2TCWlrCHAYAjvD+tP6U/rTwjo7wAUwBbAFM8A5awhwcwvvxwlKqUsKr/oT9vlrCHBzCASbhAT7h4f7CCMKrAXyrwlKqAAEAIP8gBuAF1wAhAAABFAIGBCAkJgI1NBIkNxUGABUUHgIgPgI1NAAnNRYEEgbgief+wP6g/sDnicIBUM7d/t1mq+0BBO2rZv7d3c4BUMICgLD+wOeJiecBQLDVAXPwH+Qt/qDmgu2rZmar7YLmAWAt5B/w/o0AAAEAE/8ABu4GAABjAAATNhI3MjEUBw4EHgEXHgE+AT8BPgEuAS8BLgMvATceAR8BNiYvATcXDgEPAT4BPwEXDgEPAQ4BFhceAT4BPwE+Ai4ELwEmMxYxHggXEgIEIyIkJgITCNjFBQEIKEA4IQVJSDJoTT4QECccDxsNDgopLSoODWgnThQTAScVFKGgIScDBBZPHBxnLFITEx8iFC8hWVFHFhU8SRgEICoxKQ4NDgcKKC1PMUQrMBwTAQPe/m7/uf6064UCltkBeoEBAggzZneYlaZHMicQHxEQM4NyZB4dGTEhGgYGcxFGGhswbyAft7UucSIhJUcREXMOSB0dOJu5QC0fFCEREDV8d3xwZ1M9ERENAx0iQjJQSmZogkf+/f5k5pT4AVIACQAA/wAHAAYAAAwAGwAoAFAAXQBsAHkAiQCZAAAFFSYkJzcWFzcWFwcWAQcWFwcmEDcXBgcXBhUUARcGBAc1NjcnNjcXNgMHFhQHFwYHJwYHFwYiJzcmJwcmJzcmNDcnNjcXNjcnNjIXBxYXNxYBFQYHFwYHJwYHJzYkABAHJzY3JzY1NCc3Jic3JwcmJwcmJzcmJzUWBAAQAiYkIAQGAhASFgQgJDYSEAIGBCAkJgIQEjYkIAQWA2rQ/p5qOh0sQZTcEUH94lMWGzliYjkeE1IjBQg6av6e0DhBEdyUQSx66Q4O6B9DuTlaMDRcNDBaOblDH+gODukhQrk7WDAsbCwwWDu5Qv4qQTgR3JRBJiM5agFgBBBiORsWUyQjUhMeORY5IyZBlNwROEHRAWABDYfk/sT+pv7E5IeH5AE8AVoBPOSzjvD+tP6U/rTwjo7wAUwBbAFM8GZCBs+sIjEyOagsVgwCERw8NCG0AZq0ITg4HGRwbf7oIqzPBkIBDFYsqDkyAltQKlYqUFxNokMS8QoK8RJDok1cUCpWKlBdTKJEEvAKCvASRKJMAiZCAgtWKqk4KjghrM/9q/5mtCE0PBxnbXBkHDg4ISYhOCo4qSpWCwJCBs/9AAFaATzkh4fk/sT+pv7E5IeH5AKf/pT+tPCOjvABTAFsAUzwjo7wAAAHAAD/gAYABYAABwAQADkARQBpAHMAgwAAJRQjIjU0MzIDFCMiNTQzMhY3NQYjJiMiBhUUFhcVBhUUFxUGFRQeAjMyNTQmJy4BNTQ3PgE1NCc2EzMmNRE0NyMWFREUBTUGIyI9ATMyFjM1IzQ3IxYdASMVNjMyFjMVIxUUHgMzMgE0JiIGFRQWMjYlERQGIyEiJjURNDYzITIWAkZda2JmJEpNTSQmpk45MjxWdjssJilxKERMK+BgThsxMU1aCiVHiQICiQMB+h4mNTQJIwlpA4wEPCQBAxAEAgUSHzgmQP7IMEgxMkYxAmSpd/xAd6mpdwPAd6nkQj9AAZVVVFozJX0dHXJWMmgPAxFENRgDJWYtQyMQvENADgUfGCwID25PGBwJ/mEbNwGDLhcXMP54Mgl5FVLhAnVSFBgfL3UDAQLZJTY7JhgC2iQ3NiUkNTZT/EB3qal3A8B3qakAAAAABgBE/wAGvAYAAAcAEAA8AEgAbAB3AAAlNCMiFRQzMgM0JiMiFRQzMgEVBgcWFRQGBw4BFRQeBRUQISIuAjU0NzUmNTQ3NS4BNTQ2MzIXMgEjNjURNCczBhURFCUVBiMiLgM1ETM1IiYjIgc1MzU0JzMGFTMVIiYrAREUMzIAFAYjIiY1NDYzMgJTpZ6slzs8O3x8dwENJCsQknwoJy1HVlZHLf6VRXpuQbZDP0hfvoxgUmIBtt4EBN4EAl1HZz5aMh0IAgcYBhUmYAbjBqsPOQ5VVz398E45OlBPOzoWZGhlA1w9UpGHAc3KDAorKX+zFwgmJx8pFxUeLVM5/tAZOWtKpTwEKVVtHAQYqVGLuS/8vi1ZAmFeIiFb/ZtZscQnKDxgWDsBXwQCBr5MNiMpfL4E/pODBA50V1c6O1gAAAACAAD/gAYABYAACwAbAAAJASMDBgcnAyMBETMBERQGIyEiJjURNDYzITIWAykBCnCdGBQqm3gBB2UC16l3/EB3qal3A8B3qQIUAfP+yDAsXAE4/hP+vAOK/EB3qal3A8B3qakAAgA5/wAExwYAAB0ASQAAABQGIyInBgcCExYGByMiJicmPgM3NjcmNTQ2MgQQAgQjIicuATc+ARcWMzI+AjQuAiIOAhUUFxYOASYnJjU0PgIzMgQDSnJPPDM+NfctARsVBRQeAg4VJkZEKD1HEHGgAe6c/vOeQEMVFwUFJBUzOWGygExMgLLCsoBMNAoNJikKQF2c2HaeAQ0EFKBxI0NP/o3+GBYhAhsUfvO/tYI8WksjKlBxLv7E/vScDgUlFRQXBA1MgLLCsoBMTICyYXJoFCgUDhN7jnfYnFycAAEAEv8ABu4GAABpAAABJjU0NjcmNjc0Ejc2MzIXHgYfARYVFAYVFB4BFR4BFRQGIyIuBCcmIwcGBx4CFw4BBwYjIi4BJyYnLgEnDgEjIi4DNTQ2Nz4BNzI3NjUnLgEvASIHDgEHIyImJyY1EAEOCBYNAREOuX2LuYWFMVI8MiIfFAwBNxIDBE1XJyQJFREVCxABAQIFO0kUUzcIAgQFQO41c1FADwgOQAgprVIjRHZUQRQfCzsUBAoCAjB4DQUECBJJKQEEBAMXAtoTIRQ6EBY+DIsBKzxCNxU2Ok5GY1A6BVNDDjQMAQUFAXLJbCtyDxQgFR8CAQSaRRQlLioEGAZhEhYTBQIEAQEtKAMPGjYlKCcdAhYBAgICAwu9PgMUKUMECQE2LgETAAAAAAYAAP8+CAAFwgAKABYAIQAtAEkAWwAAADQmIyIGFRQWMzIBNCYjIgYVFBYzMjYCNCYjIgYVFBYzMgE0JiMiBhUUFjMyNgEmIyIEAhUUFwYjIi4DJwc3JBE0EiQzMgQWARQGBxcnBiMiJCYQNiQzMgQWAkQyKStCQispAxkzKBstLRsoM+wxKStCQispAqw0JxstLRsnNP72Hyep/uSjFyMhGjA+G1IJ/Uj+3sMBTcWwATnTAm+JdTfHlkSp/uSjowEcqaEBHKsEClIyMygnM/5fHCwtGxwtLAHvUjIzKCcz/l8cLC0bHC0sAaoEmv75nE5KAwMKBBECf9rLAR+pARyjhOn9P3XVV7VtJY3yAR7yjY3zAAEAAP8ABv8GAAAeAAABFgcBBgcGIyInJQMGIyInLgE1EQkBJSYnJjcBNjMyBuQhBv8ABRsOEQsN/jvyEh8NCRMXA2D70/51JQMCIgaADxEUBfUYKPoAHRAIBbn+2RcEByEUAV0EI/xjog4pKBMDwAkAAAAAAgAA/wAG/wX3ABoAIAAAARYHAQYHBiMiJyUBBiMiJy4BNRElJicmNwE2ARMBBQkBBuQhBv8ABRsOEQsN/fH+1hIdDgkTFv4oJQMDIwaAI/7L3fpmAVADX/4iBfUYKPoAHRAIBdf+uRUEByEUAcTBDiknFAPAFfoOBSv8xYkCf/zjAAAAAgAA/4AGAAWAADQASQAAABACBgQjIiQnJjY/ATYzFhceATMyPgI0LgIjIgYHFxYHBiMhIiY1ETQ3Nh8BNiQzMgQWBREUBiMhIiY9ATQ2OwERNDY7ATIWBgB6zv7knKz+ym0HAQiJCg8QB0nUd2i9ilFRir1oYrRGiR8RESr+QBomKCcegmsBE5OcARzO/foSDv7ADhISDuASDkAOEgMc/sj+5M56kYQKGQiKCQIKX2hRir3QvYpRR0KKHicoJhoBwCoRER+BZW96zpj+QA4SEg5ADhIBYA4SEgAAAAIAAP+ABgAFgAAPABsAAAAgDgIQHgIgPgIQLgEAEAIEICQCEBIkIAQDgv787atmZqvtAQTtq2ZmqwGRzv6f/l7+n87OAWEBogFhBQBmq+3+/O2rZmar7QEE7av+t/5e/p/OzgFhAaIBYc7OAAEAPv+ABsIFgACFAAAFIiYjIgYjIiY1ND4CNzY1AzQnJiMhIgcGFQMUFx4DFRQGIyImIyIGIyImNTQ+Ajc2NScRNDYuBCcuASImNTQ2MzIWMzI2MzIWFRQOAgcGFRMUFxYzITI3NjUTNCcuAjU0NjMyFjMyNjMyFhUUDgIHBhUTFBceAxUUBgaSLLEtLLAsGBoiLDoQIQEBDSX9XSYNAQElEEAyKBkYL7kuK6oqFxkfKTYPIQEBAQIFCA4JDzwuJBgYLrkuKqkqGRkiKzgPIwEBDRoCuxkNAQEjElEzGRkssCwrrCsZGSMtOg8jASIQPC8kGIAHBykZHx4ECgoVdwGHFQoEBAoV/o2OFgoGAR0fGiwHByoYHh4FCgoXeDkDLQMuGzIiJxgGCgQcHxosBwcsGh4bAgYKFYv+wBULAwMLFQFAixULAxcmGiwHBywaHhwBBQoXivxRdxUKBwIdHhosAAAAAQAY/4AE/gWAACwAAAEVFAYjIgcGBwYVERQGKwEiJjURIxEUBisBIiY1ESYnJicmNTQ3Njc2KQEyFgT+JRgyBBoGAyQZbBkkjyMabBojk2J+QkBYWHlvATIB3xkkBUNJHUABBhkLNfuAGSQkGQTC+z4ZJCQZAfAMLzp5dY6meHYpJSQACQAA/4AGAAUAAAMAEwAXABsAHwAvAD8AQwBHAAAlFSE1JTIWFREUBiMhIiY1ETQ2MwEVITUTFSM1ARUhNQMyFhURFAYjISImNRE0NjMBMhYVERQGIyEiJjURNDYzBRUjNRMVITUBYP6gAsAaJiYa/wAaJiYaAaD8oODgBgD9IOAaJiYa/wAaJiYaA4AaJiYa/wAaJiYaAkDg4PyggICAgCYa/wAaJiYaAQAaJgGAgIACAICA/ACAgASAJhr/ABomJhoBABom/gAmGv8AGiYmGgEAGiaAgIACAICAAAEAAP+ABgAFgAAlAAABMhYQBiAmNTQ3JQYjIiYQNjMyFyUmNTQ2IBYQBiMiJwUWFAcFNgTAhbu7/va7Av6YXH6Fu7uFflwBaAK7AQq7u4V+XP6YAgIBaFwCALv+9ru7hQwWtFa7AQq7VrQWDIW7u/72u1a0FhgWtFYAAAACAAD/gAYABYAAJQA1AAAkNCYjIgcnNjQnNxYzMjY0JiIGFRQXByYjIgYUFjMyNxcGFRQWMgERFAYjISImNRE0NjMhMhYFAH1YVD3xAgLxPVRYfX2wfgLxPlNYfX1YUz7xAn6wAX2pd/xAd6mpdwPAd6n9sH46eBAOEHg6frB9fVgHEHg5fbB9OXgQB1h9A+D8QHepqXcDwHepqQAHAAD/AAcABgAAEQAvAD4ATABYAGQAcwAAAC4BBw4BBwYWFxYzMjc+ATc2ARcHFxYUDwEWFRQCBgQgJCYCEBI2JDMyFzc2Mh8BEwYjIi8BJjQ3NjIfARYUFwYiLwEmNDc2Mh8BFhQ2FAYrASImNDY7ATInFRQGIiY9ATQ2MhYXBwYjIicmND8BNjIXFhQCRRQwGWymLAoUGQ0LKhIigVQZA7gu9EQTE0BZb73++/7i/vu9b2+9AQWPtqFAEzUTRPsKDA0KWwkJChoKWgrcCxgLWgoKCRsJWwkgEg5gDhISDmAOrhIcEhIcEpdbCgwNCgoKWgoaCgkDmjIUCiymbBkwCgUoVIEiCwGtLvNEEzUTQKG2j/77vW9vvQEFAR4BBb1vWUATE0QBLAoKWgoaCgkJWwkb7wkJWwkbCQoKWgoauxwSEhwSoGAOEhIOYA4SEkVaCgoJGwlbCQkKGgADAAD/AAcABgAABAAUADUAAAElBQMhAiAEFhIQAgYEICQmAhASNgE2PQEHJxMXJicXBSU3Bgc3EwcnFRQXNwUTBxYyNycTJQJhAR8BH23+nQUBbAFM8I6O8P60/pT+tPCOjvAEbZVm8D+Glu81/uH+4TXvloc+8GaVHgFGi3R19nV0iwFGAtDQ0P6wBICO8P60/pT+tPCOjvABTAFsAUzw+0jL+wNZ4AFDDM5MfJ+ffEzODP694FkD+8uEKP7WRScnRQEqKAAAAAwAAAAABwAFgAAPAB8ALwA/AEkAWQBpAHkAiQCiALIAvAAAJRUUBisBIiY9ATQ2OwEyFgMVFAYrASImPQE0NjsBMhYBFRQGKwEiJj0BNDY7ATIWAxUUBisBIiY9ATQ2OwEyFiUiJj0BIRUUBiMBFRQGKwEiJj0BNDY7ATIWAxUUBisBIiY9ATQ2OwEyFgEVFAYrASImPQE0NjsBMhYDFRQGKwEiJj0BNDY7ATIWARUhNTQFBB0BITU0PgQkIAQeBBEVFAYrASImPQE0NjsBMhYRFRQGIyEiJj0BAcASDsAOEhIOwA4SwBIOwA4SEg7ADhICQBIOwA4SEg7ADhLAEg7ADhISDsAOEv3CHCYCAiYbAv8SDsAOEhIOwA4SwBIOwA4SEg7ADhICQBIOwA4SEg7ADhLAEg7ADhISDsAOEgGA/f7+gv6C/f4RM1CNswENAT4BDLSNUDMREg7ADhISDsAOEiYb/oAbJuDADhISDsAOEhIBcsAOEhIOwA4SEv5ywA4SEg7ADhISAXLADhISDsAOEhKSJhuBgRsm/eDADhISDsAOEhIBcsAOEhIOwA4SEv5ywA4SEg7ADhISAXLADhISDsAOEhIBig0KaAIBZQoNETRMS006JSU6TUtMNP5XwA4SEg7ADhISAVSBGyYmG4EAAAAABQAA/wAHAAYAABAAFAAlAC8AOQAAAREUBiMRFAYjISImNRETNjMhESERAREUBiMhIiY1ESImNREhMhcBFSE1NDYzITIWBRUhNTQ2MyEyFgLAJhomGv4AGib5BxgC6P8ABAAmGv4AGiYaJgGoGAf82f6gEg4BIA4SAqD+oBIOASAOEgTA/QAaJv3AGiYmGgIAA2kX/UACwPyA/gAaJiYaAkAmGgMAFwE34OAOEhIO4OAOEhIAAQAA/wAHAAYAAB0AAAEWFAcBFwcGBCcBIzUBJhI/ARcBNjIWFAcBFwE2MgbbJSX+b5ago/47uf6WtQFqfC+joJYBkCZqSiX+cOoBkSZqBDsmaSb+cJagoy98/pa1AWq5AcWjoJYBkSVKayX+b+oBkCUAAAAEABn/DAbnBgAACQAVADoAZwAAARQGIiY1NDYyFgUUBiMiJjU0NjMyFhMRNCYjISIGFREeBTI2MzYXFhcWFzYXMh4CPgU3BgcSBwYHBicmNwM1LgEnAxYHBicmJyYTJicmNhceARcRNDYzITIWFRE3NhYDaX+yf3+yfwH2flpZf39ZWn7hQE/7qFM7K1tHWzNZHFUCRBsGBBojB28FPxdEJkczST1Kxnn7VGtCdWhOVgQBCCEHAQRXT2h1QWlT+3kZKicEDwNeQwTpQ14VJyoDHFN3d1NUdnZUU3d3U1R2dv74AptXSURc/V8XIhYPBwEEARwGAxkaWwQDAQEDBgsQFx8YlWf+47RxIyAvM3EBRgECCAH+rnIyLyAkcrQBG2eVJTQbAgoDArZIZmZI/UoPGzQAAAQAZP+ABpwGAAADAAcADwAZAAABESMRIREjERM3ESERIRU3AREBIQcjNSEREwOAkQIfkZH9+1YBRtkDHP5O/rrZ2f5ybQRO/k4Bsv5OAbL9CP4DG/vn2dkEqvwL/k7Z2QSGASEAAAAABQBZ/wEFqgX9ABYAKwA/AE4AZQAAJRUCBwYHBiYnJicmNz4BNzI3PgEXHgEnBg8BBCMmJyYnJj4BFzIXFh8BHgEBDgEHBicmAycmNjc2FxYXHgEXFgEWBwYnASY3NiQXFhcWEgUWBwYFBgc3BiYnJjc2Nz4BNzYXHgEXAwUBBQwnNv8jDQQBBQQ8lwE7DzEZGBuWAzF4/u0RIxMMBQgSKiMNvUcsVBcZAzkHqTMlGg6qLw4FESMwAXbLTggc/VoFOzo4/oYIGykBTTooCQMmApsDHQ/+xkMYARcuDh4eAUp9MgkcJTCWBtl//twNIAgJXioPFQwOCkqzRhMLCQom5DcPJ1gCIhkyTLVEAk0dEiIJK/68NtYUDhUKARVNFTIVKxEBJ0IbBxYCUWYUEVgCViMbK10PCiMS/cHIJxQKTA8IAgYUFi8oAWWrQgYTERfdOQAAAAoAAAAACAAFgAADAAcACwAPABMAFwAbACMALAA4AAABIREhExUhNQERIREBFSE1ARUhNQEVITUBFSE1AREjERQWMjYlESERFAchMjYTERQGIyEiJjURITUEAP6AAYCA/YACgP2ABQD+AAIA/gACAP4AAgD+APwAgCY0JgaA+gALBcsaJoBwUPmAUHABAAQA/oD/AICAAwD9gAKA/QCAgAEAgIABAICAAQCAgPxAA8D8QBomJhoEQPvAIR8mBNr7QFBwcFAEQIAABAAqAA0H1gWAAAkAHwA5AFEAACQiJjU0NjIWFRQ3Ii4BIg4BIyImNTQ3PgEyFhcWFRQGASInLgEjIg4DIyImNTQ3NiQgBBcWFRQGEyInJiQgBAcGIyImNTQ3NiQgBBcWFRQGBBQokn1SfWgCTH+Cf0sDEpcKTuzm7E4KlwD/CwyI6JhVq39kOgIRlgqEAXgBgAF4hAqW/gsLs/5//jj+f7MLCxGXCrsCBAIaAgS7CpcNkxQgLCwgFHwyMjIylhINCk1YWE0KDRKWARAIaWMsPj4slhIMCoSSkoQKDBKWAQ8JnZ+fnQmWEg0KuszMugoNEpYAAA0AAP8ABoAGAAAHAA8AFwAfACcALwA3AD8ASwBTAGMAawB7AAAENCYiBhQWMiQ0JiIGFBYyADQmIgYUFjIANCYiBhQWMgA0JiIGFBYyADQmIgYUFjIANCYiBhQWMgA0JiIGFBYyARE0JiIGFREUFjI2ADQmIgYUFjIBETQmIyEiBhURFBYzITI2EDQmIgYUFjITERQGIyEiJjURNDYzITIWAYBLaktLagHLS2pLS2r+y0tqS0tqA0tLaktLav7LS2pLS2r+y0tqS0tqA0tLaktLav7LS2pLS2oDS0xoTExoTP6AS2pLS2oByyYa+wAaJiYaBQAaJktqS0tqy0w0+oA0TEw0BYA0TDVqS0tqS0tqS0tqSwHLaktLakv+y2pLS2pLActqS0tqSwHLaktLakv+y2pLS2pLActqS0tqS/2AAYA0TEw0/oA0TEwC/2pLS2pLAcABABomJhr/ABomJv6laktLaksDAPoANExMNAYANExMAAIACf8ABe8GAAAnAEUAAAEWBwIhIyIGDwEDBw4BKwEiJjc+Azc2OwEWNzY3Njc2Nz4BFhcWJxQHBgcGBxQjJyIHBgMGIyEiJjcTPgEzITIWFx4BBe8SFlf+IiwZJgUENwIFJxn7FRgDCSMSJAkFJoOFZ69wZjUYCwEDBARPmS5Q3nGLWlpkEgJTAQv+2RYdA+gFLR0CViJ/MGtxA3pUeP5EIRoT/qYPGiEeFTjgcN84JQIXJ2lfl0Y/BgMBAzuza4HpUigCAQFgCP32CiEWBb8dJhoTKaQAAAQAJ/8ABwAGAAAKABIAGQAoAAABMhcAEyECAyY2MwEGBwIDNjcSExIAEyECCQEQAwIBAgMmNjMhMhYXEgG5IRMBCmD+Qn/wDBIUA6QxTE+xKATT4esBKyP+PSn+AARoZUP+3BlRBBMQAWcVIwVzA2Aa/pT+ZgG5ATQQI/6bx8IBNgEc3eT+rAGP/rz9E/5xApkDJ/3A/lj+fAIwAgsBLQEbEBkaFP5nAAcAAP+ACQAFgAAIAA8AGAAcAD4ASQBZAAABIzY/AT4BNxcFAyYjIQcEJQMnLgEnEzMBAzMTIwUmIyIGBwYXHgEVFAYjIi8BBxYzFjY3NCcuATU0NjM2HwElIyIHAzM3MxYXMxMRFAYjISImNRE0NjMhMhYHt4oONAMEDAMM+oI6C0D+9AIBNwEPohEadkiHrwEFJaZopgKYRVB7nAEBkjAmPCdWRhYXSm+CnQKMMSwxLkY2DwHAgEEW9q4j1AUPmoBMNPgANExMNAgANEwCIiWOCQogCjd4ASc2DU9c/kpZRncd/gICgf1+AoIQG3ZeZkgXJBUeICELkCIBeGRqRBkiFRYhARkImzb9tGAWSgPC+wA0TEw0BQA0TEwAGAAA/4AJAAWAABEAGQArADMAQABHAFgAYwBnAHEAegCcALgAxwDlAPkBCwEZAS0BPAFKAVgBewGLAAABJiMiDgIVFB4CMzI3JgISNwYCEhc2EgInFhICBxYzMj4CNTQuAiMiATM1IxUzFTsCNSMHJyMVMzUXMzcDFSsBNTsBFTMnMjM3NjQvASIrARUzNTMkNDYzMhYVFAYjIiQyFyMENDYyFhUUBiMiNjQ2MhYVFAYiFyInIiY1JjU0NzQ3NjEyNTYzMhcWMRcVFhUHHAEjBwYjBiUzNTQmJyIHJiMiBzUjFTM1NDMyHQEzNTQzMhUXMz0BIxUmIyIGFBYzMj8BNC8BJjU0MzIXNyYjIgYVFB8BFhUUIyInBxYzMjYXJwYjIj0BMzUjNSMVIxUzFRQzMjciBhUUFjMyNycGIyInMzU0JjMiBzUjFTM1NDMyFzcmFhQWMzI3JwYnIiY0NjMyFzcmIyIXMz0BIxUmIyIGFBYzMj8BIgc1IxUzNTQzMhc3JhczPQEjFSYiBhQWMzI/AQciIwYHBhUGFRQXFBceATMyNzQ/ATY3NjU0JyYnNC8BIiYBERQGIyEiJjURNDYzITIWBF+AmWe9iFFRiLxomYCDXl+jflxbf39bXF2CX16DgJlovIhRUYi9Z5kCZQcRBwMdBAUGBgUDBgQFCAIDAwIDBAEBAQEBAQIBBgMB+xYWExIWFhITAaU8BUYBhxYkFxYTEvoXJBcXJIcCAgEEAQECAQICAgMBBAIBAQEBAgIB+rweHRkgDw4fGA8eHiEeHSEeph0dERodJiYdHA+yLw4XGRcUDBYhGh4vDRgfGRQNGSEdIYIIDQ0TMDAeHBwvFWUdJiceIRYOEhUiB2UkgxcMHh4dCggJCRInIR0TDhIREhcXEhMQDhQcIc4eHg8bHScnHRwOhRcMHR0dCggJCH8dHQ84JyccHQ5OAgIBAgIDAQEDAgQDBAICAgECAQEBAgICAQQBZ0w0+AA0TEw0CAA0TASrVVGIvGdovIhRVWsBPQE8U2P+0/7UY2MBLAEte2v+w/7DalVRiLxoZ7yIUfzZAwMRFA0NFA8NDf45AgMKBQEBBAEBDQUsJhgZEhMYVyAfJhgZEhMYGSQZGRITGB0BBAECAgMBAgIBAQEBAgQBAgEBAgICAgEEVRgdARgYFBCHSyQkS0skJEtEQxAUKD4oFBgiBgIECg8LGA4YFCEGAgQKEQ4XERgOGQcWPRspKRs9Mo4oHyAnExYPIQwgJxQQh0wjBBwEKD4oEBgNARgmGAwYEItEQxAUKD4oFHoUEIdMIwQcBItEekcUKTwpFAMBAQIBAwIEAwICAgICAQEBAQEDAgMEAgEDAQEBAQTl+wA0TEw0BQA0TEwAAAwAAP+ACQAFgAAKABEAGwAfAEIAVwBiAGoAcQB9AIoAmgAAARQHBisBNTMyFxYlFCsBNTMyBTQmKwERMzI3NhczESMFNCYnLgE1NDYzMhc3JiMiBhUUFhcWFxYVFAYjIicHFjMyNgU1BiMiJjU0NjMyFzUmIyIGFBYzMgERDgEMAgUhMjYANCYiBhQWMiUTIwcnIxM3MzUjNTM1IzUzNSMBMyc2NTQmKwERMzUzAREUBiMhIiY1ETQ2MyEyFgE5JB08ERE9HCQG8EATFD/5U2RPX19KLTweQUEBQCk3HRUbFR0YIik5LDwkLiUIExwWMBcqLEczQAEWJSkxPz8uKyYoKEpnZkoqBPdBn/7E/qn+FP7+BiEaJvytapZqapYBApBHWllHjtC4d3Nzd7gBh1BpTD44YUEJASFNN/gIN01NNwf4N00C9zMhGtwbHw00ZXJKXf6zJjNZAU3oKCwUChIOEBUbLCU3KCMpEA0GDBYUGywoQD0pTSVBMjBDJk0UZZJl/bcCDyhYkoGMMCYCxJZqapZqCAFW4OD+qgk4WjhKOf6zjBBOLzT+s4UCJPsMOE5OOAT0OE5OAAAAABIAAP+ACQAFgAACAAsADgAVABwAIwAmADoATwBbAM4A4gD5AQUBCQEkAT8BYgAAEzMnATcnIxUzFSMVJRc1FzQrARUzMiU0KwEVMzIBNCsBFTMyBTMnJREjNQcjJxUjJyMHIxMzExEzFzcBFA4EIiYjFSMnByERIRc3MzIlFSMRMxUjFTMVIxUBFRQGIyEiJjURMzczFzM1FzM3FSE1NzIdASE1HgI2MzczFzM1FzMRIxUnIxUnIyIHNSMVJiMhBycjFScjBxE0NjMhMhYVESMiBzUjIgc1IRUmKwEVJisBBychESE3FzM1MzI3FTM1MzIWHQEhMjcVMzIlFAYHHgEdASM1NCYrARUjETMyFgEUBgceAR0BIzQ2LgMrARUjERcyFgEVIxEzFSMVMxUjFQERIxEBFCsBNTMyNTQmIi4BNTQ2OwEVIyIVFBY2HgE3FQYrATUzMjU0JgYuAjU0NjsBFSMiFRQeAQMRIycVIycjByMiNTQ7ARUiJg4EFRQWOwE3MxMRMxc1d1ktAkFKRqOOjgE9Y70oVFMpASEqUlEr/uoqUlErActZLPwWQl45XoQZhxlGdGBualVNApgLERwYJxgpCX5QU/8AAQRQUs9t/t3Z2ZiUlAXUTTf4CDdNbxk3GdoTcRQCHQoKARcXQClVCRk4GeMitrQZuRf5RSisGDH9jCsrxhapTk03B/g3TXgzHrE3F/7EHzjRF0TqNjL+owFXNzTTFTsfrggIBAIROR+oPP0tGBYZEkEYIkVBmjA6/usZFRoRQQEBBQwXEkZAmTE6AhHY2JeUlP7tQgL3Zn5+IiIxMiI0KIJ3JCMxMSPvGEB9fSEZJSslGTUogXYkOk+UXHqEGoYZS4GFPwcqDx8MEQYbJB1cYW1jcgNWbP2GT08xNzZObtk8IUUoHT0B8h08Jmwv/vHU1NTUPDwBD/7/AQG4uP3UFB4UDQcCAVtaWgEPWVn8OAEPOTE3Nv3R5TdPTzcCpj09Li4vL2MBDlYXDAwBAj09OjoBeiwsLCwWFhYWYWEsLLMBhzdPTzf9WhYWFhYWFhYWOjr+hjs7WQ1mYwQIVxgY+xcoCQkiHTYtIRVjAQ8eAagYKAkJIR41CSMPFgoHYgEPAR39dDgBDzgxNzYCqf7xAQ/9dFY6GRAKByYkJyo5GRAJAQYlDmUjOhkNDAEFCyUeJyo5GRQEBgJC/vLLyzw8hYo7AgEDChEdEyYo1f8AAQC8vAAAAAALAAD/gAkABYAACwAXACMAOgBTAG4AhQCfAK4AuQDJAAABFAYjIiY1NDYzMhYlFAYjBzc2OwEyHgEFFAYjIiY1NDYzMhYlNCYrASIHAwYWOwEyPwE+AjIWMzI2BRM2JisBIgcmIyIGFRQWMzI2NwYVFDsBMgA0JisBIg8BJyYrASIGFRQeARcGFRQ7ATI3ASU0JisBIgcDBhY7ATI/AT4CMhYzMjYFEzYmKwEiByYjIgYVFBYzMjY3FAYVFDsBMhM1NCsBIgcDBxQWOwEyNwEOASMHNzY7ATIWAREUBiMhIiY1ETQ2MyEyFgLpMyUdIzIlHCUDESwsIBECCxIWGhgBXzMkHSQyJRwl+qhNPqATAkEBCAZMFAISAQwSEBYDVmIBNSkBCAZMDgMbREhlRTocPBIEDUUTAcIIBU0LB2osBRFLBQgnLQFSDU0LBwD/AX5NPp8UAkEBCAZSDAQSAQwSEBYDVmIBNSkBCAZMDgMaRUhlRTodPBEEDUUT3Q1KCwJBAQgGQhMC+UkFKichEQILEygkB3JMNPgANExMNAgANEwCdiUxIBwlMyF4Kh4BawsEFakkMiAcJTMhjjs1E/5oBgoTbggKAwJh4gEFBgohKGxJO0YYFAwJEAEVCgkKnJYQCQUCcoQEcAgNCgFwODs1E/5oBgoNdAgKAwJh4gEFBgohKGxJO0YYFAEQBBABrAEOC/5gAgUJEwETIxYBawsXAd/7ADRMTDQFADRMTAAAAAoAAP+ACQAFgAAKAA8AMgBIAFcAWwBsAHQAiwCbAAABFAcGIyInNTYzMgUjNjMyBTQmJy4BNTQzMhc3JiMiBwYVFBYXHgEVFCMiJicHFjMyNzYBNyM1DwMzFRQXFjMyNzUGIyI9AQU1JiMiBgcnIxEzETYzMhMzESMFNCcmIyIHJyMRNzUWMzI3NgA0JiIGFBYyATQnJiMiBhUUFxYzMjcnBiMiJyYnMzYTERQGIyEiJjURNDYzITIWBj0VEyEXEh0cOQG2bgYyM/nsQkQkICY6QhJDUk0uMEFDJx8wHVIfEkhgUTAzAScTYIESLhE+LCZJIC8gDCoBiQ8NIC8KCoOWGjgQL5aWAm4tKEdANQiEliQgUzM9/iwuQi4uQgOwMDJeYG8/N2plOxA5RysUFwX4AoBMNPgANExMNAgANEwCeUUlIwngHlZi6TtBGQ0WDhohcCAmJ0Y6QRgOFxAfGRJxKSUpASNvhxVyCGfbVCQeC3YHMsUZiwMgHjj+KQEyH/6vAdfeejk0OC/9exmXCzhBAcRCLi5CL/7rcT9AhHKAPDcoZx8TEy8OArH7ADRMTDQFADRMTAAAAwAO/wAH8gYAAAsAFwA/AAABEhcUBiMhFAYiJicFMjQjIiY1NCIVFBYBFgYHAQYmLwEmNj8BJjU+BDU0EjcmNTQ2MhYVFAceARcBNhYXBhY97Uw0/kCW1JUBAQAQEDtVIGcEMwgBCviwChsIVAgBCroTMlJYPSfqvgg4UDgIfL41AaIKGwgCrP6cyDRMapaVaq8gVTsQEElnBkAKGwn5qggCCmAKGwihICIqXJOq8ouYAQUcExQoODgoFBMSgV0BawgCCgAAAAAEAA7/AAfyBgAACwAWACYATgAABDQjIiY1NCIVFBYzCQEuASMiDgIVEAEUBiMhFAYiJic3ISYDNxIBFxYGBwEGJi8BJjY/ASY1PgQ1NBI3JjU0NjIWFRQHHgEXATYWBBAQO1UgZ0n99wNtKrWFXZlaMATATDT+QJbUlQGVAvWmPW89AUNUCAEK+LAKGwhUCAEKuhMyUlg9J+q+CDhQOAh8vjUBogobsCBVOxAQSWcB6wL4WHU/Ymwz/oD+QDRMapaVaoG7ARBh/pwEqGAKGwn5qggCCmAKGwihICIqXJOq8ouYAQUcExQoODgoFBMSgV0BawgCAAAAAAUAAP+ABYAFgAAPAB8ALwA3AFsAACURNCYrASIGFREUFjsBMjYlETQmKwEiBhURFBY7ATI2JRE0JisBIgYVERQWOwEyNgEhJyYnIQYHBRUUBisBERQGIyEiJjURIyImPQE0NjMhNz4BMyEyFh8BITIWAgASDkAOEhIOQA4SAQASDkAOEhIOQA4SAQASDkAOEhIOQA4S/eABwDAHCv7DCgcDbxIOYF5C/MBCXmAOEhIOATVGD04oAUAoTg9GATUOEqACwA4SEg79QA4SEg4CwA4SEg79QA4SEg4CwA4SEg79QA4SEgPudQkCAgmVQA4S/ExTeXVTA7gSDkAOEqclNDQlpxIAAwAA/4AGAAWAACwAPABIAAABFRQOAiMiADU0ADMyHgMdARQrASI9ATQmIyIGFRQWMzI2PQE0NjsBMhYCIA4CEB4CID4CEC4BABACBCAkAhASJCAEBH5Jc3k5zf7tARDLIlNnUjgQdhCDSIyxt45EjAkGdwYK/P787atmZqvtAQTtq2ZmqwGRzv6f/l7+n87OAWEBogFhAc5tMk4rFgEWz8sBEAkbKUgtbRAQRisxt5KXxTAqRgcJCQMrZqvt/vztq2Zmq+0BBO2r/rf+Xv6fzs4BYQGiAWHOzgAAAAIAAP+ABgAFgAAOAGIAAAE0JiMiDgIVFBYzMj4BBRQOAgciBiMiJyYnDgEjIiY1NBI2MzIWFz8BPgE7ATIXFgcDBhUUFjM+BDUQACEiDgIQHgIzMjc2Fh8BFgcGBw4BIyIkJgIQEjYkMyAAA8xrXj96Yj1rYWCgVQI0SnuMSwYTB18vHAU0n16hsYTihVeIJgILAQkFdgUIBQJ4BRkgHDpYQjD+pP7cgu2rZmar7YLksQsaCCkIAQIKZvuFnP7kznp6zgEcnAFYAagC+Wx6PWymYXB6hccRb6xiMwIBNSEyQli/rp0BCptHQBM4BgwLBQv9mhgYJxoBCSc9dk4BJAFcZqvt/vztq2aQCQILMQwMDQlTWnrOARwBOAEcznr+WAAAAAACAAD/AAcABgAAIwAoAAAAFhAPARcWFA8BBiIvAQEGKwEFJxM1NDcBJyY0PwE2Mh8BNzYJAScBFQZEvF7haAoK0goaCmn9pSU1y/8AQIAlAltpCgrSChoKaN9d/MUCQMD9wAYAvP73Xd9oChoK0goKaf2lJYBAAQDLNSUCW2kKGgrSCgpo4V76QAJAwP3AwAACAAD/AAb+BgAAEAApAAABMhYVFAcABwYjIiY1NDcBNgEeAR8BFgAjIi4CNR4DMzI3PgQGT0ZpLf60hWF5frVcAn47/Lonh1MBBP7113u+czoHRDg+DykOGUFKZmgGAF1GP1j9i3tbuX+AVAJDNvv2TGwWR9X+9F2izHYFMiciJUJdOyQPAAAABQAA/wAHAAYAAC0AbwB/AI8AnwAAJREhETI+ATc+ATMyHgEXHgIzMj4BNz4CMzIWFx4CMj4BNz4BMzIWFx4CExUiLgEnLgIjIg4BBw4CIyImJy4CIyIOAQcOAiMiJicuAiMiDgEHDgEjNTQ2OwERIREhESERIREhETMyFgEUBiMiJjU0PgQ1MhYFFAYjIiY1ND4ENTIWBRQGIyImNTQ+BDUyFgcA+QAtUCYcHisjGCgWFh0kUC4tUCQeFRcnGCMrHhwmUFpQJhweKyMiKx4cJlAtGCgWFh0kUC0uUCQdFhYoGCMrHh0kUC4tUCQeFRcnGCMrHhwmUC0uUCQdHisjcFBAAQABAAEAAQABAEBQcPsASDg1SxMcIhwTJloCAEg4NUsTHCIcEyZaAgBIODVLExwiHBMmWoD+gAGAHBsYGxYOEBMZGhwdGRkTEA4WGxgbHBwbGBsWFhsYGxwBQMAOEBMZGhwcGhkTEA4WGxkaHB0ZGRMQDhYbGBscHBoZGxbAUHABwP5AAcD+QAHA/kBwAxBNU0s1HSwYIB86JpRMTVNLNR0sGCAfOiaUTE1TSzUdLBggHzomlAACAAD/gAgABYAABQALAAAhFSERMxEJASERCQEIAPgAgAYAAQD5gAHAAkCABgD6gAQA/IACQAJA/cAAAAADAAD/gAbABgAACwAQABYAAAkBBgQjIiQCEBIkMxMhFAIHEyERMgQSAwACImr+5Z3R/p/OzgFh0bsDBXhspP0A0QFhzgKG/d5seM4BYQGiAWHO/QCd/uVqAqIDAM7+nwACAAD/gAgABYAABQAfAAAhFSERMxEBERQGLwEBBiIvAQEnATYyHwEBJyY2MyEyFggA+ACABwAnEHn9hwoaCun+YMACSQoaCukB0HkQERUBsw4SgAYA+oAE4P5NFREQef2HCgrp/mDAAkkKCukB0HkQJxIAAAEAAAAABwAEVwBgAAABFBceAxcEFRQGIyIuBicuAyMiDgEVFBYzMjc2NxcGBxcGISImAjU0PgIzMh4GFxYzMjY1NC4GJyY1NDYXHgEXIx4CFwcmJzUmIyIGBQwKCh40JCUBRdOVO2lOTDI5HjELIDtYeFJgrmbVnbFROBtUDx0Bg/7/k/WIV5HHaVeQZ1c6Oyo6GmCJUXMmP1JXWEo4CwOvb05VMAEMFh4EgRocF0oxRgNABiMdKRsNClvxksElNl9Qf0+GHFFpWChvsmCg718/NZgiJAGYngEBkmnKl1wmPmJkhnOSNshhUCo8IB8XLTtpRhARbqQEAxcqCxstBWMxFQEVQgAAAAIAAP+ABgAFgABXAGcAAAE0Jy4CJzQuATU0NjMyFyMWFzcmJy4BIyIGFRQXHgEXHgMdARYGIyInLgUjIg4BFxUeAjMyNzY3Jw4BIyImNTQ2MzIWFx4HMzI2ExEUBiMhIiY1ETQ2MyEyFgWY6iMkKAkEAjEkNhEBFBNdJwohRTNQfAIQYWQdKDIbAVM7YUYXOSdFT4BTZbZqAwRdrm26XRQLPCpyWXOYpGhwdC4IIxYpJDc4TCprmGipd/xAd6mpdwPAd6kB5K1CCg0lHAINCwIkLw8PJEc2Ch0Uc1AHEGBYHQgPHCkaBTpGkC+VZndIMXC4ZAFstnFuGxhtUEiudWmoa3cVXzpbOUQnG4sC5fxAd6mpdwPAd6mpAAAAAwAAAAAIAAUAAA8AHwAzAAAANC4CIg4CFB4CMj4BJDQuAiMhFhIQAgchMj4BEhAOAiMhIi4CED4CMyEyHgEEgFGKvdC9ilFRir3QvYoDUVGKvWj+fneLi3cBgmi9itFmq+2C/QCC7atmZqvtggMAgu2rAhjQvYpRUYq90L2KUVGKvdC9ilFa/vT+zP70WlGKAaf+/O2rZmar7QEE7atmZqsAAAACAAAAAAgABQAAEwAjAAAYAT4CMyEyHgIQDgIjISIuAQQyPgI0LgIiDgIUHgFmq+2CAwCC7atmZqvtgv0Agu2rBLLQvYpRUYq90L2KUVGKAf4BBO2rZmar7f787atmZquRUYq90L2KUVGKvdC9igAABQAAAAAJAAUAAA4AEgAYACwAXAAAASEiJj8BJiMiBhAWMzI2JzMmJwUBIQcWFwQQJiMiBxMWBgcGIyInAwYVFBYgABAAIAA1NDY3JwEGKwEOASMiABAAMzIXNyMiJjQ2MyEVIScjIiY0NjMhMhcBNjMyAvr+xigjGLxBSIS8vIRzsKO6EjkBcQEg/iBjaRUFBbyEPD2uDwoWDxUjEq5dvAEIATz++f6O/vlPRkH+nxIhxRf8qLn++QEHuXJlieAaJiYaAYABs1XeGiYmGgEAIRQBC1tluQGARiD7H7z++LyR71U/lAGAhGeVxAEIvBj+/Bc0DgsdAQRfgoS8Afn+jv75AQe5Ya0/Yv4rGqTcAQcBcgEHN7cmNCaAgCY0Jhz+cCwAAAUAAP8ABgAGAAAHAA8AHwArAEsAAAA0JiIGFBYyJDQmIgYUFjITAy4BIyEiBgcDBhYzITI2AjQmIyEiBhQWMyEyAREjFRQGIiY9ASEVFAYiJj0BIxE0NxM+ASQgBBYXExYBgEtqS0tqBEtLaktLah1IBSMX/GoXIwVIBSYeBCYeJuccFP2AFBwcFAKAFAGsgEtqS/0AS2pLgBlnCbEBGwFWARuxCWkXAQtqS0tqS0tqS0tqSwIMAYAXHR0X/oAeLi4CbigcHCgc/Vv9pYA1S0s1gIA1S0s1gAJbcG8Bxk52PDx2Tv46ZgADAAD/iAgABfgACwAuAFIAAAAUBiMhIiY0NjMhMgU0JyEiJjU0NjMhJiQjIgQCFRQXITIWFRQGIyEWBDMyPgIBFAYrARYVFAIGBCMiACcjIiY1NDY7ASY1NBI2JDMyABczMhYFtzIk/UIkMjIkAr4kAQgX/CokMjIkA4xY/tqtsf7TrxcD1iQyMiT8dFgBJ62E8q5oAXMyJIMRg9z+z6f2/mtjvSQyMiSEEYPcATGo9QGVY7wkMgLjRjMzRjNWVlQyIyQyj6iv/tSxVlQyIyQyj6hnr/EBhCMyVVWn/s/dgwEK2TIkIzJVVacBMd2D/vbZMgAABgAL/wAE9QYAAAcADwAbACwAdQCjAAABAxcSNTQjIgEWFzY3LgIBFBM2MzIXAyYjIgYDFB4BMzI2NTQnLgMjIgYDFBceATMyNzYRNC4BJyYkIyIHBhUUHgQ3MjMyFxYXBgcGBw4BFRQWFQcGFSYnBiMWFRQGIyImNTQ3FhcWMzI2NTQmIyIGBzQ2NyY1NDYzMhcCNTQ2MzITFhc+BTMyFhUUAx4DFRQCDgEjIicmAgO5cnWlJjn+jB4DJSIMKiP+zZ8RIA88eUswExRPZ4QiDhcgDSY5Qh0UM54ZO/md45uYAhUUOP7JcyUMDCtEV1hSHRAHGBAPBBxEPSBAWSUDBIkJCCECUTZSqSE0CE04DB2vHSs2clVeHHo9HSmjUk6DwgYCBi4pQz5PJUdSnz1PJg5eqvyYb3CV2gSG/rgVAcNDOPxwUAgqGQIHBwOFYv5ZCgUBX9wj/PUkpowaDhhOIFBiQDb+nSk/kaSqqQECKzBMEjE1CwUeIjQcEwQEAhMTJBwaFhguiEUfcx4MDAIKzgIHDjVJnFEiIUAMaBEMIt5ZN2V8GkoePnoPAc5pUGX9uxEGEH9ukWVIYkls/kYPPl5dQJb+/L5uKjkBDQAAAAAEAAD/gAgABYAAGgA2AFsAXwAAATMOASMiJjU0NjMyFhcjLgEjIgYVFB4CMzIlMw4BIyImNTQ2MzIWFyMuASMiBhUUHgIzMjYlNCYnLgInJiEgBw4CBw4BFRQWFx4CFxYEISA3PgI3PgETESERAxHPDqmCorm6jJSoDcsFPTM5PwoaNidfAtbODqiCorm6jJSoDcwEPjI5PwoaNScxNwFtHy0GDxwCVv2d/Y9VBRkRBi0eHi0GEhcGLAGHARMCYlcFGBEFLh7A+AACEJ616MjC666gQEZ5dTBIQySLnrXoyMLrrqBARnl1MEhDJEy2z8g9CAwSAj8/BA8NCDzH0dDHPQgODgUhIEEEDg4JPMYDy/oABgAAAAAAAgAAAAAFYAWAAB0AOwAAAREUBisBIiY1ETQmIyERFAYrASImNRE0NjMhMh4BAREUDgEjISImNRE0NjsBMhYVESEyNjURNDY7ATIWA+ASDqAOEqBw/vASDqAOEhIOAdCH5IUBgIXkh/4wDhISDqAOEgEQcKASDqAOEgOQ/hAOEhIOAfBwoPuADhISDgVADhKF5AFJ/JCH5IUSDgPADhISDv0AoHADcA4SEgAAAAQAAP+ABgAFgAAPAD4AUwBjAAABFRQGKwEiJj0BNDY7ATIWBTU0JisBIgcmKwEiBh0BFDsBMj0BNDY7ATIWHQEUOwEyPQE0NjsBMhYdARQ7ATIlNTQmIyEiBhURFDsBMj0BFjsBMjYTERQGIyEiJjURNDYzITIWBR8bGMoYHBwYyhgb/hZBNYVEHBxEgjVBFTcWGxleGBwVNhYcGGEYGxY3FQJNQjX++DVCFjcVHz+/NUJ+iGD70GCIiGAEMGCIArZyGBwcGHIYHBz++jVBNDRBNfoWFuYYHBwY5hYW5hgcHBjmFnaaNUFBNf5mFRW0KkECnfvQYIiIYAQwYIiIAAADAAD/gAYABYAAAgAJABkAAAEhGwEhASEBIQkBERQGIyEiJjURNDYzITIWA5P+2pPpATf+vP5I/rwBNwF/AmqqdvxAdqqqdgPAdqoBwgIn/JcEAPwAAToCpvxAdqqqdgPAdqqqAAAAABcAAP8ACAAGAABNAFUAYQBoAG0AcgB4AH8AhACJAJEAlgCcAKAApACnAKoArwC4ALsAvgDBAMsAAAEUBgcDFhUUBgcDFhUUBiMiJyEGIichBiMiJjU0NwMuATU0NwMuATU0NjcTNCY1NDcTJjU0NjMyFyE2MhchNjMyFhUUBxMeARUUBxMeAQEhASMBITYyARYVFAcTFzcRJwYHASEXJSEGIgE2NycHIzcDARcBNxMhATYFMwEhERcWAyE3AQ8BMzUHFhEUFhUUBxcRNxEXAS8BBxE3JwYlIwUXFQkCJScRBQczARcTLwImPQEDJicJAjUDEyMTAQc/ARMmNTQ3CwEXNggAGhTNAxkUwQMhGBkQ/nARNBH+cREaFyIEwRQZA84UGRsUxwEi0QQiFxoSAYwQNhABjhIaFyIEzxcgB7sTGfwnAYX+qo/+qgFoEir8WwEC0A+8uw0QAqj+fL4CKv7oECwCrwEEQBEeFvz+2D8BdxBB/lUBTQj8cAUBVv6LBA4SAZJA/sudwaOoBAEIqx6ZASnf3wTNvwYDdxD9k9X+1wE3ASj9e4gB5ipVASXuhAMBFgjYBQj+SwE2/MCjo6OjBD0wgijPAgOrgU0FAoEVHwT+nAkJFB8E/q8ICBciEhQUFCEYCAwBTwQfFAkJAWQFHxQVHwQBWAEEASQPAWsKCBghFRUVFSEYBgz+mgEhFg0O/rwEH/zNAWL+nhADHAQJCgX+mAbHAVvCCAIBwMjIEPtUBgVET2kBCv7NQP6QHAE2/qkEDwFi/rEGBQF4QgFBpt29sQgDNQECARANsQENC/7JnQE67N4I/vhKyQIM4OEr/sX+wQEzD43+5N0sAYj7AnAFARUNEAIBeAEE/jH+uQH23/7m/In+5QEb4+NGAWkKBAEPASj9nFIDAAIAAP8ABYAGAAANABsAABE0NjMhAREUBiMhIiY1JScRNCYjISIGFREUFjO3gwLmAWC3g/z0g7cE0LBALv4cLkBBLQNYg78BZvpChL6+hCS0AakuQkIu/hQuQwAABAAA/4MGAAV9AAoAFAAeACkAAAEEAAMmNTQSJDMyBRYXBAADJicSAAESACUWFwQAAyYFJicGBzYANwYHFgOm/sP+IncUzQFg0FIBZF1H/nv9xW9dPnACNv6jcwIRAWMoDv7c/kB3ZwPPwa6Hm20BSswVUEEFann+Hf7BWVfQAWHNikFacf3B/ntIWgGCAjr7PAFkAhR2XGd4/j7+2w4UMkFUF80BS26YhK8AAAMAAP+ACAAE9wAWACsAOwAAARMiJyYjIgcmIyIHBisBEzYhMhc2MyABMhYXAyYjIgcmIyIHAz4CMzIXNjcDBgcmIyIHAz4BMzIXNhcHZZuDfsjB4pSU4sHIgHwFm+ABAumamukBAv7xgc6dfKvF4JaW4MWrfGl5sFrKrKzyN9OUmN6woHJ80XXRpazKBHj7CDlblJRbOQT4f2pq+6Y5QQP9To2NTvwDKywjbGwiA4sEl5tC/FMzMmZrBQAABQAA/6UIAAVbAA8AHwAvAD8AXAAAJRE0JisBIgYVERQWOwEyNiURNCYrASIGFREUFjsBMjYlETQmKwEiBhURFBY7ATI2JRE0JisBIgYVERQWOwEyNiUUBiMhIiY1NDY3JjU0NjMyFzYkMzIeARUUBx4BBdweFF0UHh4UXRQe/uQeFGUUHh4UZRQe/tweFGUUHh4UZRQe/tweFGUUHh4UZRQeBYjspvskpux+aQqhcWZOLQEqvZX8kw6HrKUC3RUeHhX9IxQeHhQCExQeHhT97RQeHhQBrRQeHhT+UxQeHhQBahQeHhT+lhQeHqam7OymdMUyIidxoUO36pP8lUI4IdsAAAAnAAD/PgYABgAABAAJAA0AEQAVABkAHQAhACUAKQAtADEANQA5AD0AQQBFAEkATQBRAFUAWQBdAGEAZwBrAG8AcwB3AHsAfwCFAIkAjQCRAJUAmQClANUAABEhEQkBJREhEQkBNSEVExUjNRcVIzUXFSM1FxUjNRcVIzUXNxcHFzcXBxc3FwcXNxcHPwEXBz8BFwc/ARcHPwEXBwEVIzUhFSM1IRUjNSEVIzUhFSM1IRUjNSEVIzUhFSM1ARUjNTMVNxUjNSEVIzUhFSM1IRUjNSEVIzUhFSM1FzUjNTMVBzUzFQc1MxUHNTMVBzUzFQc1MxUlIiY1NDYzMhYVFAYBFB4CNhYVFCMiJyMHFjMyPgI1NC4BBiY1ND4BMzIWFzM3LgYjIg4CBgD8+P0IBZz6yAKVAqP6yFElJSUlJSUlJSU/D2kPHw9pDx4PaQ8fD2gPT2kPaXhpD2l5aQ9peGkPafxBcgEUcwEVcwEUcgEUcgEUcwEVcwEUcvu4JXOicwEVcwEUcgEUcgEUcwEVc/BOcyUlJSUlJSUlJSX9iIG4uIGCt7f+2Sc8RDwncGEaAx9DXx03OCM3UE83KSgVIkkPAx4DJAkeDhoWDB03NSEGAPqQ/q4BUkEDnvxi/toFKMnJ/tZzc5Rzc5Rzc5Rzc5Rzc48iLyEOIi4iDiIuIg0hLiIiLiEvXi4iLl4uIi5dLyIuBNEkJCQkJCQkJCQkJCQkJCQk/qxPcyQkJCQkJCQkJCQkJCQkc08kc5Rzc5Rzc5Rzc5Rzc5RzcyO3goG4uIGCtwF9JCkJBQETFTEzPyoKFiwfLi8HAQsUFRgGFhc6AQ8DCwMGAgoXLQAAAAADAAD/cwgABY0ABwAQACoAAAA0JiIGFBYyJDQmIgYVFBYyAREUBiMhIiY1ETQ2MyEyFh0BITU0NjMhMhYDX5/gnp7gA/6e4J+f4AHgPy342C0/Py0BryxAAvJALAGvLT8BiOCfn+Cen+CennBxngQ4+rwsPz8sBUQsPz8soaEsPz8AAAACAAAAKAgABNkAAABaAAABBTIWFRQGIyIuByMiBhUUFjMyNjc+AjMyFhUUBwYEIyIuATU0ADMyHgUzMjY1NCYjIgYjIiY1NDY1NCYjIg4CIyImNTQ3PgEzMhYVFAc2BZYBBJTS2p5VmnpyaGdyeJhTmsPQn2TYVQUgHAgOFTxl/vV/heGHARvOeNWekYWGpVpmhYFfHmcRFB8R1586az0yCA8VGTuwXr/+BDkDuczFkp3RN1x4hIV4XDe3mZ26Sz0EHRMVDhg1WGx01obNARBXi6eoi1d7ZV+AJR4UEk4Un9AlLCUVDxMbQ0n7viUdDwAEAAD/gAaABQAAGwAjACsAVwAAADQmKwE1NCYiBh0BIyIGFBY7ARUUFjI2PQEzMgAUBiImNDYyBBQGIiY0NjITERQGBwUeAhUUByEyFhQGIyEiJjU0PgE3AyMiJjQ2MyEyHgQXITIWBMAmGoAmNCaAGiYmGoAmNCaAGv3mS2pLS2oDy0tqS0tqyyAZ++wBBwUYA5gaJiYa/AAaJhYlArHMGiYmGgEAEBkPCwQHAQSxGiYDJjQmgBomJhqAJjQmgBomJhqA/TVqS0tqS0tqS0tqSwPA/gAYJQN6Bx0YChAwJjQmJhoOM0QEAzcmNCYNEh8WJQcmAAAAAAQAAP+ABoAFAAAXAB8AJwBTAAAANCYiDwERNCYiBhURJyYiBhQXARYyNwEAFAYiJjQ2MgQUBiImNDYyExEUBgcFHgIVFAchMhYUBiMhIiY1ND4BNwMjIiY0NjMhMh4EFyEyFgUAJjQTkyY0JpMTNCYTAQATNBMBAP2TS2pLS2oDy0tqS0tqyyAZ++wBBwUYA5gaJiYa/AAaJhYlArHMGiYmGgEAEBkPCwQHAQSxGiYDJjQmE5IBJRomJhr+25ITJjQT/wATEwEA/SJqS0tqS0tqS0tqSwPA/gAYJQN6Bx0YChAwJjQmJhoOM0QEAzcmNCYNEh8WJQcmAAAAAAcAAP8ACAAFgAACAAUACQAMABAAFAAmAAATCQMhJxMhCQIhJSEDIQEhASElARYGBwEGIicBLgE3ATYzITLUAm/+1AHpAV39RonM/vr+4AP9Am/+vfzCAqrM/u4CbwFa/uD++gFZAYAOAhD8QBI6EvxAEAIOAYASIQSAIQMA/WcCmfz8AwSAAYD+gPznApmAAYD+gAGAZv4AEi8R/AAUFAQAES8SAgAaAAMAE/8AB+0GAABJAJcAoAAABTYyHwEHJwcGIi8BBwYiLwEHBiIvAQcGIi8BBwYiLwEHBiIvAQcGIi8BNxc3NjIfATc2Mh8BNzYyHwE3NjIfATc2Mh8BNzYyHwElBiIvATcXNzYyHwE3EQMmNj8BETM1ITUhFSEVMxEXHgEHAxE3NjIfATc2Mh8BBycHBiIvAQcGIi8BBwYiLwEHBiIvAQcGIi8BBwYiLwEBFSUFNSM1IRUHExM0E4BaU1MSNhJTUxM0E1NTEzQTU1MTNBNTUxM0E1NTEzQTU1MTNBOAWlNTEzQTU1MTNBNTUxM0E1NTEzQTU1MTNBNTUxM0E1P6LRM0E4BaU1MTNBNTQNIRFB6xgAEAAQABAICxHhQR0hMTNBNTUxM0E4BaU1MSNhJTUxM0E1NTEzQTU1MTNBNTUxM0E1NTEzQTUwFAAYABgID+ABMTE4BaU1MTE1NTExNTUxMTU1MTE1NTExNTUxMTU1MTE4BaU1MTE1NTExNTUxMTU1MTE1NTExNTUxMTU3kTE4BaUlITE1JAASUBOho9CjoBK4CAgID+1ToKPRr+xv7bEhMTUlITE4BaU1MTE1NTExNTUxMTU1MTE1NTExNTUxMTUwQagICAgICAAAAABAAA/4AFgAYAAAMABwBDAHYAACETLwEBEw8BASYnJiMiBwYiJyYjIgcGBxYXHgEXHgkzMj4DOwEyHgMzMj4INz4BNzYBFAYjISImNTQ+AzcnMyY1NDcmNTQ3PgE3NjMyFjI2MzIXHgEXFhUUBxYHMwceAwJAYGCAAYCAgGABAAICClZGYQccB2FGVgoCAgICAgsCAgsDDAUNCxESFw0kLhMKDQsMCw0KEy4kDRcSEQsNBQwDCwICCwICAaKSefyWeZIJHS5RNVrWFgLC0hFFJCAsHmw8bB4sICRFEdLCBxvWUj9ZKhABwIBA/YACgECAAjIEAggTAgITCAIEEgkDBwcEIQgaCBQHDAQEGSMiGRkiIxkEBAwHFAgaCCEEBwcDCfyjeYqKeT1yiW5hGtxAQAwUKDg5Kj6QKiU+PiUqkD4qOTgoUU/hIX+gjwADAAAAAAj9BQAATABcAHAAAAEWDgInLgEnJjY3Jw4BFRQGIyEjDgEjIgAQADMyFzcmKwEiJjQ2OwEyHgIXITMnIyImNz4BOwEyHwE3NjsBMhYdARQGKwEXNhceAQEyNjchIicmNxMmIyIGEBYoATYQJiMiBxMWBgcGIyInAwYVFAj9DESCu2eh7RAMT09HYG4lG/8ARRf8qLn++QEHuUxMGHu1QBomJhqAToZjLB0CAHNV3h4mBQQmGP0hFEZyExtlGiYmGrNzg5CPyvjUc7AX/sYjFBIRky8shLy8BYABCLy8hDw9rg8KFg8VIxKuXQH0Z7+ITAcL5KBvx0drUOSCGyek3AEHAXIBBxstbiY0JhsyHRaALR4XHhxpchMmGoAaJqw/GxrZ/fuRbx8gHwEVDbz++Ly8AQi8GP78FzQOCx0BBF+ChAAAAwAA/wAFgAXgADUATwBXAAAhFA4CIC4CNTQ+Ajc2FhcWBgcOBAceBDI+AzcuBCcuATc+ARceAwERFAYrAREUBiMhIiY1ESMiJjURNDYzITIWAhQGIiY0NjIFgHvN9f769c17QnR4RxosBAUfGjpgOSgPAQMwYoK/1L+CYjADAQ8oOWA6Gh8FBCwaR3h0Qv6AJhpAJhr/ABomQBomSzUBgDVLYIO6g4O6P2U9Hx89ZT8xTzYjDAUfGhosBAobGBcQBAsfIx4UFB4kHwwEDhgXGwoELBoaHwUMIzZPA0/+gBom/oAaJiYaAYAmGgGANUtLAai6g4O6gwACAAD/gAcABYAAGwA/AAABIQ4BDwEBBiInASYnITI2NxsBHgEzMjY3ExcWARQHIScuAQcGBwsBLgEiBgcDISY1NDYzMh4CFz4DMzIWBQABMQUKBAP9kRI0Ev2QBRABcRYjBUa+BiIWFSIGkjgSAidn/o9vCCMTLQuBxAYjLCIFdP5ZZ/7gPoFvUCQkUG+BPuD+AgAGCQME/agSEgJaAhIbFQEZ/WUUGhoUAeVwIwGskZvdERQCBSn+UgKuFBobFf4wm5Hc+CtJQCQkQEkr+AAAAgAC/wAEgAX8ACsAMwAAARQABxEzMhYdARQGKwEVFAYrASImPQEjIiY9ATQ2OwERLgECNz4CNzYEEiQQACAAEAAgBID+2dngDhISDuASDkAOEuAOEhIO4JbzgQwLi+GFqgEqrvwAAQcBcgEH/vn+jgPA3f65GP78Eg5ADhLgDhISDuASDkAOEgEEEK4BEpuG5pIPE5L+6hL+jv75AQcBcgEHAAACAAD/gAYABYAAJwAvAAABMhYVERQGKwEiJjURARYVFA4CIi4CND4CMzIXASEiJj0BNDYzACAAEAAgABAFwBomEg5ADhL+gn5bm9Xq1ZtbW5vVdcucAX7++w4SEg79ZwFyAQf++f6O/vkFgCYa/mAOEhIOAQb+gZzLddWbW1ub1erVm1t+AX4SDkAOEvqAAQcBcgEH/vn+jgAAAAACAAD/AASABgAAPQBFAAABFhIVFAAHFTMyFh0BFAYrARUUBisBIiY9ASMiJj0BNDY7ATUmADU0EjcmJyY2OwEyFx4BMjY3NjsBMhYHBgAgABAAIAAQAz6Rsf7Z2WAOEhIOYBIOQA4SYA4SEg5g2f7ZsZGlPwYTEUUVCCzA7MAsCB09ERMGP/2kAXIBB/75/o7++QTESP7rp93+uRiEEg5ADhJgDhISDmASDkAOEoQYAUfdpwEVSGCxEBsUaoKCahQbELH73AEHAXIBB/75/o4AAgAC/wAFgAYAAEIASgAAATQ2MyEyFhURFAYrASImPQEHFhUUAAcVMzIWHQEUBisBFRQGKwEiJj0BIyImPQE0NjsBNS4BAjc2ADc2FhclIyImNQAgABAAIAAQBAASDgEgGiYSDkAOEv5+/tnZYA4SEg5gEg5ADhJgDhISDmCV84IMEAEgy3bcWAD/hg4S/YcBcgEH/vn+jv75BeAOEiYa/uAOEhIOhv+eyd3+uRiEEg5ADhJgDhISDmASDkAOEoQQrgERm8wBKxcOQkb+Eg77YAEHAXIBB/75/o4AAAIAAP8ABoAGAABrAHMAAAE0NjMhMhYVERQGKwEiJj0BBxYVFAAHFTMyFh0BFAYrARUUBisBIiY9ASMiJj0BNDY7ATUmADU0NycHDgEvAS4BPwEnFRQGKwEiJjURNDYzITIWHQEUBisBFzc+AR8BHgEPARc2IBclIyImNQAgABAAIAAQBQASDgEgGiYSDkAOEv5+/tnZYA4SEg5gEg5ADhJgDhISDmDZ/tl+NGUJGgowCgEJaW8SDkAOEiYaASAOEhIOhWpWCRoKMAoBCVo5ngGSngD/hg4S/YcBcgEH/vn+jv75BeAOEiYa/uAOEhIOhv+eyd3+uRiEEg5ADhJgDhISDmASDkAOEoQYAUfdyZ41bwoBCCwIGwpzcIYOEhIOASAaJhIOQA4Sa14KAQgsCBsKYzh+fv4SDvtgAQcBcgEH/vn+jgAAAAAFAAL/AAb+Bf0AOAA+AEsAUgBfAAABFgIGBxEzMhYdARQGKwEVFAYrASImPQEhFRQGKwEiJj0BIyImPQE0NjsBES4BAjc2ADc2FzYXFgABNhAnBhADMjcmNTQ3JiMiABAAAREmJwYHEQEyABAAIyIHFhUUBxYG/gyB85bgDhISDuASDkAOEv4AEg5ADhLgDhISDuCW84EMEQEnzc6rq87NASf8k4CAgMBzZ5qaZ3O5/vkBBwL5iXd3iQJAuQEH/vm5c2eammcD75v+7q4Q/vwSDkAOEuAOEhIO4OAOEhIO4BIOQA4SAQQQrgESm84BLRMVc3MVE/7T/cqDAWyDg/6U/vY5peLgpzn++f6O/vn+gAEED09PD/78AYABBwFyAQc5p+DipTkAAAQAAf8GB4AGAABGAFAAXgBsAAABNDYzITIWFREUBisBIiY9AQceAQcGAAcGJCcuAzc+Ajc2FhclIyImPQE0NjMhMhYVERQGKwEiJj0BBxYXFhclIyImNQE0Jw4BFRQXPgElFBYXJjU0ADcuASMiAAEyADU0JicWFRQABx4BBgASDgEgGiYSDkAOEv5MPxYf/vK30v6jQ3XQk1AICYrih3bbWQD/hg4SEg4BIBomEg5ADhL+OyK2kgD/hg4S/gAEotoEotr8gN6lAwEOyzXdh7n++QPAuQEH3qUD/vLLNd0EYA4SJhr+4A4SEg6G/1/ugLb+/Bod2r8GZ6Ped4fqlQ8OQkb+Eg5ADhImGv7gDhISDob/Sl8Jc/4SDv6gFCYZ+qcUJhn6p6j8Fx0e0gE/JXiS/vn8BwEHuaj8Fxwf0v7BJXiSAAQABv8ACAAGAABKAFAAXABoAAABNDYzITIWFREUBisBIiY9AQceAQcGAAcGJwYHFTMyFh0BFAYrARUUBisBIiY9ASMiJj0BNDY7ATUuAQI3NgA3Nhc2MzIXJSMiJjUBNhAnBhAAEAAzMjcmEDcmIyIBMgAQACMiBxYQBxYGgBIOASAaJhIOQA4S/kw/FiD+97XfunWLYA4SEg5gEg5ADhJgDhISDmCb+X0XGQENuuC6kq7JngD/hg4S/QCAgID9gAEHuXVlmppldbkDObkBB/75uXVlmpplBeAOEiYa/uAOEhIOhv9f7oC0/vwbInxOD4QSDkAOEmAOEhIOYBIOQA4ShBG5ASKiuwEPHSJ8YX7+Eg7754MBbIOD/pQBb/6O/vk5pwHApzn8gAEHAXIBBzmn/kCnOQAAAAIAAP+ABgAFgAA7AEMAAAEyFhURFAYrASImNREHFxYUDwEGIi8BBxYVFA4CIi4CND4CMzIXNycmND8BNjIfATchIiY9ATQ2MwAgABAAIAAQBcAaJhIOQA4S1YwJCS4JGgqMTn5bm9Xq1ZtbW5vVdcucTqwJCS4JGgqs1f77DhISDv1nAXIBB/75/o7++QWAJhr+YA4SEg4BBtaMChoJLgkJjU+cy3XVm1tbm9Xq1Ztbfk6sChoJLgkJrNUSDkAOEvqAAQcBcgEH/vn+jgAAAAACAAL/BASABgAAOQBBAAABFgAVFAIEJy4CJyYSNjc1IyImPQE0NjsBNQcGIi8BJjQ/ATYyHwEWFA8BBiIvARUzMhYdARQGKwECIAAQACAAEAKA2QEnrv7WqoXhiwsMgfOWoA4SEg6gXAoaCS4JCcoTNBPKCQkuCRoKXKAOEhIOoPkBcgEH/vn+jv75A3wY/rndp/7qkhMPkuaGmwESrhCEEg5ADhKlXAkJLgkaCskTE8kKGgkuCQlcpRIOQA4S+4ABBwFyAQf++f6OAAACAAQAAAeABH4AOQBBAAABFhQHAQYiLwEmND8BIRUUBisBIiY9ASMGACMiJAI3PgI3NgQWFzM1NDY7ATIWHQEhJyY0PwE2MhcAIAAQACAAEAdtExP+2gkbCS0KCrn+2hIOQA4ShBj+ud2n/uqSEw+S5oabARKuEIQSDkAOEgEmuQoKLQkbCftAAXIBB/75/o7++QJtEzQT/toKCi0JGwm54A4SEg7g2f7ZrgEqqoXhiwsMgfOW4A4SEg7guQkbCS0KCvztAQcBcgEH/vn+jgAAAgAA/wAEgAYAABcAHwAAARQABxEUBisBIiY1ESYANTQ+AjIeAgAgABAAIAAQBID+2dkSDkAOEtn+2Vub1erVm1v9BwFyAQf++f6O/vkDwN3+uRj9nA4SEg4CZBgBR9111ZtbW5vV/csBBwFyAQf++f6OAAACAAAAAASABIAABwAXAAAAEAAgABAAIAAUDgIiLgI0PgIyHgEEAP75/o7++QEHAXIBh1ub1erVm1tbm9Xq1ZsBhwFyAQf++f6O/vkCNerVm1tbm9Xq1ZtbW5sAAAEAAP+ABgAFgAAkAAABMhYVERQGIyERMzcjNTQ2Mzc1JiMiBh0BIxUzESEiJjURNDYzBasjMjIj/nnHHuUvRHo/c4ijyMj9ISMyMiMFgDIj+qojMgJT6JQ4OAHPCaCSq+j9rTIjBVYjMgAAAAEAAP+ABQAGAABMAAARND4DMzIEFhUUDgMjIiYnDgYPAScmNTQ2EjcmNTQ2MzIWFRQGFRQWMzI+BDU0JiMiABUUHgIVFAYjIicuA0uErMZnngEQqiZSdqxnRIYdCiQLHhYqMiUOCQ8rWgcgaFA9RFhaQDdePzEbDduwyP70GR0ZHhYCDzNPKxYDq2y/jmg0hf6gYLiqgU1AOCeTK2MrUkkyBQqdH1zlAVoeQWhTklE+Qvo+P1MyVmh1aS+twf79xyxSMCsJHFoDD1JrbQAAAAADAAD/egYABYYAKwA+AFEAAAAyFhcWFRQHDgEjIicuAScmNzU2NzYzMhYzMhYXHgEVFAYVFBcWFxYXFjMyAzI+AjQuAiIOAhUUFwc3FhIgBBYSEAIGBCMiJwUTJjU0EjYDzBqpBQIREG4vOYVikExIAQNHGBwGGAcTDwgIMkUFIkQ4XwwKD3B/6ahkZKjp/umoZHhP8p4iATIBF8p4eMr+6ZnDqv5fiGx4ygIyWAkFCiErJzU+LZJwa1cIW0MWAw0VFIgHFUkKBwhJQDUwB/5PZKjp/umoZGSo6X/LpelNaAVmeMr+6f7O/unKeF6GAZWy05kBF8oAAAkAAAAABwAFgAADAAcADwATABsAIwAnACsALwAANyE1IREhNSEANCYiBhQWMgEhNSEANCYiBhQWMhI0JiIGFBYyExEhEQERIREBESERgAQA/AAEAPwABiA4UDg4UPoYBAD8AAYgOFA4OFA4OFA4OFCY+QAHAPkABwD5AICAAYCA/ZhQODhQOAQggP2YUDg4UDgCOFA4OFA4/SD+gAGAAgD+gAGAAgD+gAGAAAADAAD/gAgABYAABwArAE4AAAAgJhA2IBYQASEyFh0BFAYjIREUBisBIiY1ESEiJj0BNDYzIRE0NjsBMhYVARQWMyEVBiMhIiY1ND4FMzIXHgEyNjc2MzIXIyIGFQNf/sLh4QE+4QJAAWANExMN/qATDcANE/6gDRMTDQFgEw3ADRP9IEw0AQBEZ/yWeZIHFSA2RmU9ExRPl7KXTxQThFXfNEwCgOEBPuHh/sL+nxMNwA0T/qANExMNAWATDcANEwFgDRMTDf3ANEzuMop5NWV1ZF9DKBE9PT09EWBMNAAAAAMAAP+AB/cFgAAHADMAVgAAACAmEDYgFhABFxYVFA8BBiMiLwEHBiMiLwEmNTQ/AScmNTQ/ATYzMh8BNzYzMh8BFhUUBwUHBhUUHwEGIyEiJjU0PgUzMhcWIDc2MzIXDgEVFBcDX/7C4eEBPuECtfkJCYgJDQ4J+fkJDg0JiAkJ+fkJCYgJDQ4J+fkJDg0JiAkJ/RW1JSVTFRf8lnmSBxUgNkZlPRMUmgFKmhQTHB0cGiUCgOEBPuHh/sL93/kJDg0JiAkJ+fkJCYgJDQ4J+fkJDg0JiAkJ+fkJCYgJDQ4J+bUlNjUlUwOKeTVldWRfQygRenoRBhsuITYlAAMAAAAACAAFAAASABoAJAAAASEyFhURIREhESERNDY7ATIWFQA0JiIGFBYyITU0JiMhIgYVEQEABsAaJv8A+gD/ACYagBomAkCW1JaW1AVW4Z/9QBomAgAmGv5AAQD/AATAGiYmGv4W1JaW1JZAn+EmGv6AAAAAAAIAAP8ABgAGAAAWABkAAAEDMxUhByEVIQkBITUhJyE1MwMhASEJARMjBgDAwP7uNwFJ/mX+m/6b/mUBSTf+7sDAAQABQwF6AUP+AGzYBgD+QMCAwPzAA0DAgMABwP0AAwD7QAEAAAAAAwAA/wAGAAYAABcAHwAjAAABMgQVERQGBxcWBiMhIiY/AS4BNRE0JDMSMjY0JiIGFAERIREEQLkBB/u01RAQFvvgFhAQ1bT7AQe58KBwcKBwAwD7gAYAu4X8gIK4BcoPKCgPygW4ggOAhbv6wHCgcHCgAdACAP4AAAAAAAUAAP8ABgAGAAAXAB8AIwArAC8AAAEyBBURFAYHFxYGIyEiJj8BLgE1ETQkMwIyNjQmIgYUAREhEQAyNjQmIgYUAREhEQRAuQEH+7TVEBAW++AWEBDVtPsBB7nihF5ehF4CQP3gA/6EXl6EXgFA/cAGALuF/ICCuAXKDygoD8oFuIIDgIW7+uBehF5ehAHCAgD+AP3gXoReXoQBwgIA/gAAAAAABAAA/4oHAAV2ABIAFQAcACgAAAERFAYjIiclLgE1ETQ2MzIXARYXCQIRFAYiJyUBFAAHCQE2MzIXARYCVRkYERD+LxUdFBMOHgH/A0ACFv3qBGscMBf+RwIZ/f8s/noBRBEjDgwCHQQEW/trGSMI6QovFwR0FBwP/wADZ/yeAQoCRvviGR8N3APlA/y/RwJ6Ag8cBv7yAgACAAD/gAYABYAACwAPAAAJASMDBgcnAyMBETMBESERAykBCnCdGBQqm3gBB2UC1/oAAhQB8/7IMCxcATj+E/68BKr6AAYAAAAYAFT/BgikBf8ACwAXACMALwBEAE0A/AEGARIBGwElATIBPAFHAVEBXgFsAXcBswHCAdkB6QH+Ag0AAAUOAQcGJicmNjc2FgUeARcWNjc2JicmBjceARcWNjU0JicmBgUOAQcGJjU0Njc2FgEzIgceARUUBiMiJwYVFBYzMjY0JjcuAQc+Ah4BARYHFhUWDgEHBiYnBCUOAScuATc2NyY3Nhc2NyY3Nhc2NzQ3Nhc2FxYXNSInLgEnJjc2Nz4CFhczFhcWFz4BNyYnJic0Ny4BJy4BNzY3NhYXFB4DFxY3NjcmBzc2NzY3LgQnJAEWFxY3Mz4DPwE+ARcWFxYGBw4BBxUGBwYHHgEXNjc2NzM+AR4BFxYXFgcOAQcGIxQHNjc2FzYXFhUWFzYXFgcWFzYBFAcWFzYmJyYGBx4BBzY3NjcuAScGByInFhcyNzYmBTY3JjU0JgcOARcWFyY2NzEmJw4BBxYXNjcGDwE1BhcWBR4BFx4BNz4BNyYAIgYVFBYyNjU0AyYHNQYWFx4BNz4BJgU+ASYnNQYjDgEWFx4BJQYWFxY2Nz4BNwYHFgcWBBc2JDcmNzQ+AT0BFS4BJwYHBicmJyYnDggjBicOAwcGIwYnBicmJyYnJicGBxYDNjUuAScmDgEXHgEXFjY3Fhc2Ny4BJwYHFAYVFgcGBwYHIwYXFhcEJSYnBgcGJyYnBgcjFTIlNjc2Nwc2NSYnJicmNyY1JicGBxYFNi4BBw4BBxQXHgE3PgEB3ggmEhk1AgFSGxcWBTQHJhMZNQECUxsWFjkNVyItSocwKC/6cg1WIi1KhzAoLgLJASkjGyI2JjQcBXBPUHBw4GPzfBtvfXZRAvIIEwcBW4A2MFgW/VH9xBdXMVa7AQIFEwgGGQ4bBwkLHB0eDRccIxoSFAsHNVgLCQkPTgIiJhwFDS4OAwIKKQoPDxdEAT5xHCAVCBBKFzoDAwIEBwUbMTAyKHovPWaRiRQqNCE+DAJTATViPFUkAQUHBAICAQM6F0kSBxUgHG88RxgOEQsqCQEEECwNBRwmIgJPDgkIDFg1CgcBFBIaIxwXDiEaGwsKCBwNF/71CVIeBBscFCBOIxkNQx4NBQM4Mw9KHg4qCxUWEB75vh5SCSETHBsoHUQNGSMlDzM3BAm6DjsTJC0uGhkD2QgRAwMNESgsARj+4OimpuimNmlqAQcKHYEfCQQF/vIIAwQC1AIEBgYLIob+mBApOQ8SAwMKBUXCAyWEARemrAEVmyEDAQIRQg8aODMfBQQHCgIGCQcMCBAIEwRqOQQMHhAcBgOzGAI2LywMCBEJOh0BUQMRRCcpeVgFI4I2M1YNFwTDxWKlYQYXAh8JDCwKEwECAxNVAhQCZf6uTFAICEFA0NABAQSgBBgOEwEDDw8qDgkfAhAMzLPGAmAFWHgqJkURAwpWMzaCixAlBwkZExZCBQQzFRAlBwkZExZCBQQzWBtBCQ0jIS5tBQVVIhtBCQ0jIS5tBQVVBEIPCC0bIzIrFxNKaWmUadptLUM8SQYobfrcCx8XEThxRgICLyoZGSkwAgObUxYSHwsKCRYdHQkKDhQOHQgMHAUHBA9JAgpFNSYrPiERJQoZEgUSAwQBBQELBigDBgQCIR8kcDh+NRAXHQEaEBgOAw4CLhwEEi46NUkNCA8NCA4Dfv73VIoKEwMOGA8ODhwYETR+OXAjICECCgIpBQwBBQEFAxIFEhgIJhEgPygpNUYJAjEYDwQHBRwMCRwQEg0JChweFQgDrx0ZIGQlex0TBHYqhToNIA4OQGUQDwoBc3wDRIYxZCAZHRIEEx17ix8OOoUqBg8QZEERQXxvBA4TAVlrAycmjRMSBwgUgzwCAoOldHWlpXV0/iYCAgEbdgcOAQsDSEO6BFhYEwEDFFRSBQ8CyDt3GQgGEhCUHQKCFw2NxjcxwpkNFQIDAwEBAQIHAVoqJicGCA0xBQgGBQMCAgEBCRQREwsDAgEROT8JCC4NDR0kBgQC/YQOEEd2Cww1azY1UAICPNw/OHE9NIhhBAkBBgISExcLDQtTQyLNFRWTMSMWAwMVHDyAAS82QiYhAU1MCBEJGBQSBAUECL5eO4w2azUMC3dGEA4xPAICUAAAAwAA/0MJAQW9AAcADwA7AAAkFAYiJjQ2MgQUBiImNDYyAR4FDAEzMh4EDgMHBgc+BS4DBwYkLgcF9GCIYWGI/XNhiGBgiP1aOWuHicPNAScBOdiL05dhLQMqR2x8TbllHV9dYEYmDE+a/rGo/tzcvYJzREQhLyuIYGCIYWGIYGCIYQUxPFlLMygXDgUKFyAvOEhRZWxBnVozdF9mUVA8Mx8QAwIQHjQzSjtUN1EAAAAHAAD/AAcABgAADwAfACsAPwBLAGcAdwAAACAEBgIQEhYEICQ2EhACJiQgBBYSEAIGBCAkJgIQEjYTMhURFCsBIjURNDMEMhYVFAYHFRQGKwEiJj0BLgE1NAIgBBIQAgQgJAIQEhMVFBY7ATI2PQE0NjIWHQEUFjsBMjY9ATQmIAYBETQmIyEiBhURFBYzITI2BCn+rv7M34SE3wE0AVIBNN+EhN/9bQFsAUzwjo7w/rT+lP608I6O8HIQECAQEAF7aksjHRIOQA4SHSNRAaIBYc7O/p/+Xv6fzs7SEg5ADhKDuoMSDkAOEs7+3M4DYCYa/IAaJiYaA4AaJgXAhN/+zP6u/szfhITfATQBUgE038SO8P60/pT+tPCOjvABTAFsAUzw/U4Q/iAQEAHgEEBLNSM6EXIOEhIOchE6IzUDS87+n/5e/p/OzgFhAaIBYf7uYA4SEg5gXYODXWAOEhIOYJLOzvyOAgAaJiYa/gAaJiYAAAADAAAAAAkABQAAAwAXAC8AAAERIREBMxEjETQmIyEiBhURFBYzITI2NQERFAYjFRQGIyEiJjURNDYzITIWHQEyFgeA+YAHAICAEg74wA4SEg4HQA4SAQBLNV5C+MBCXl5CB0BCXjVLBAD9AAMA/cABgAEgDhISDvxADhISDgKg/oA1S6BCXl5CA8BCXl5CoEsAAAAAAwAAAAAJAAUAAAMAGwAvAAABESERATIWFREUBiMVFAYjISImNRE0NjMhMhYVGQEjETQmIyEiBhURFBYzITI2NREBAAUAAoA1S0s1XkL4wEJeXkIHQEJegBIO+MAOEhIOB0AOEgEAAwD9AALASzX+gDVLoEJeXkIDwEJeXkL9YAGAASAOEhIO/EAOEhIOASAAAwAAAAAJAAUAAAMAGwAvAAABESERATIWFREUBiMVFAYjISImNRE0NjMhMhYVGQEjETQmIyEiBhURFBYzITI2NREBAAOABAA1S0s1XkL4wEJeXkIHQEJegBIO+MAOEhIOB0AOEgEAAwD9AALASzX+gDVLoEJeXkIDwEJeXkL9YAGAASAOEhIO/EAOEhIOASAAAwAAAAAJAAUAAAMAGwAvAAABESERATIWFREUBiMVFAYjISImNRE0NjMhMhYVGQEjETQmIyEiBhURFBYzITI2NREBAAIABYA1S0s1XkL4wEJeXkIHQEJegBIO+MAOEhIOB0AOEgEAAwD9AALASzX+gDVLoEJeXkIDwEJeXkL9YAGAASAOEhIO/EAOEhIOASAAAgAAAAAJAAUAABcAKwAAATIWFREUBiMVFAYjISImNRE0NjMhMhYVGQEjETQmIyEiBhURFBYzITI2NREIgDVLSzVeQvjAQl5eQgdAQl6AEg74wA4SEg4HQA4SA8BLNf6ANUugQl5eQgPAQl5eQv1gAYABIA4SEg78QA4SEg4BIAABAAD/BQR7BgAAHAAAARYHBiMhExYGDwEGJicDAQYjIicmNRE0NzYzMhcEbR8RESr+gskKFBixGTALv/7IExoMDCgoDAwbEgHtHico/iQZMAtLChQYAcT+yBMFESoF4CoRBRMAAQAA/wADgAYAACUAAAEgFREzFSMRFCEzFSMgJwYhIzUzIDURIzUzETQhIzUzIBc2ITMVA0D+wICAAUBAQP7wcHD+8EBAAUCAgP7AQEABEHBwARBABYDg/mCA/eDggJKSgOACIIABoOCAkpKAAAAAAAkAAP8ACAAGAAATABcAGwAfACsALwA3ADsAQQAAASMRMxEhNSEVIREzESMRIRUhNSEFFTM1IRUzNRE1IxUlNTMRIzUhFSMRMxUFNSMVASERIREhESEBIREhAREhESEVCACAgP6A+wD+gICAAYAFAAGA/wCA+QCAgAYAgID7AICABgCA/gABgPyA/oADgP0AAoD9gAQA/wD+gASA/AD+gICAAYAEAAGAgICAgICAgPoAgICAgAQAgID8AICAgIAEAP0AAQADAP2AAgD9AAIA/oCAAAAACgAA/wAJAAYAAB8AIwAnACsALwAzAD8AQwBHAFcAAAEjETMRITUhFSERMzUhFSERMxEjESEVITUhESMVITUhBRUzNQEVMzUhFTM1ETUjFSUjFTMlITUzESM1IRUjETMBNSMVITUjFRkBIzUhETMRITUhFTMVITUJAICA/oD8gP6AgP6A/oCAgAGAA4ABgIABgAGA/wCA/QCA+oCAgAWAgID7gAOAgID8gICAAgCABYCAgP6AgP6A/oCAA4ADAP2A/oCAgAGAgIABgAKAAYCAgP6AgICAgIABgICAgID7gICAgICAgAKAgID9gP2AgICAgAEAAoCA/oD+gICAgIAAAAIAAP+ABgAFgAARABgAAAERISImNRE0NjMhMhYVESEiBhchBg8BBgcEAPxgKDg4KAVAKDj+YCg4gAF9DzK4MlIBIP5gOCgFQCg4OCj8YDhIUjK4Mg8AAAADAAD/gAYABYAABgAPACMAAAEjFTY/ATYlIREhESERNDYBERQGDwEOASMhIiY1ETQ2MyEyFgV4+B0MuQz+8gEg+wADgDgByCgcuBxgKPwAKDg4KAVAKDgBAPgKDLkMnQOA+wABICg4A6D8AChgHLgcKDgoBUAoODgAAAAABgAA/4AJAAWAAAsAGAAnAEEAVABkAAAAFAYHBisBNTMyFxY2FAYHBisBNTMyFjMWBREjERQGIyInFR4BHwEgJTUGBwYmNDYXFhc1LgEvASYOAhQeAjc2JTQmJzU+ATU0JiciJiMhESEyNhMRFAYjISImNRE0NjMhMhYHnx8XCAqZmQoIFw0eFwMMi4sDCwEX+2nkTENseTWIKSoBSALKY2VsenpsZWMwaBwcf7diLCxit39lA0lWQjlAUkIDEgX+OQHrSl+ATDT4ADRMTDQIADRMAjQ0JQUCjAIFrzIiBAGBAQTgATT+zDpJO3APEAEBIXE0BwhiumIIBzNwDA8CAgYoUGB0YFAoBgSONkUFAwhDLjdCAwH+AkkDNvsANExMNAUANExMAAAFAAD/gAkABYAABQALABoALgA+AAABEQ4BFBYkNCYnETYAEAIEIyIuAjU0EiQgBAE0LgIjISIEAhUUEgQzITI+AgERFAYjISImNRE0NjMhMhYDWmqEhAJihGpqAVud/vKfd9mdXZ0BDgE+AQ4CHG+484P+07D+2a+uASquAS2B9bhvAVhMNPgANExMNAgANEwBJwK1Kb3qvb3qvSn9SikB0f7C/vKdXZ3Zd58BDp2d/kyL9aZgov7Wuqv+26plqewDBvsANExMNAUANExMAAAAAwAA/wAHAAYAAA8AHwA7AAAFETQmIyEiBhURFBYzITI2ExEUBiMhIiY1ETQ2MyEyFgEVIzU0JiMhIgYVERQWOwEVIyImNRE0NjMhMhYGgBMN+8ANExMNBEANE4BeQvvAQl5eQgRAQl7+gIATDfvADRMTDaCgQl5eQgRAQl5gBEANExMN+8ANExMETfvAQl5eQgRAQl5eAT6goA0TEw37wA0TgF5CBEBCXl4AAAYAAP8ACIAGAAACAAUANQA9AFUAbQAACQEhCQEhAQ4BBxEhMhYdARQGIyEiJj0BNDYzIREuASchIiY9ATQ2MyE+ATIWFyEyFh0BFAYjBDI2NCYiBhQBFA4CIi4CNTQ+Azc2MhceBAUUDgIiLgI1ND4DNzYyFx4EBsD+gAMA+YD+gAMAAbUOPygCYA4SEg76wA4SEg4CYCg/Dv4VDhISDgHrFWJ8YhUB6w4SEg79P0IvL0IvBJBdjpOEk45dRnJkaAQSTBIEaGRyRvsAXY6ThJOOXUZyZGgEEkwSBGhkckYEQP1AAsD9QAOAKD8O+vUSDkAOEhIOQA4SBQsOPygSDkAOEjlHRzkSDkAOEhAvQi8vQvxhSXRCISFCdEkLjNG2ugchIQe6ttGMC0l0QiEhQnRJC4zRtroHISEHurbRjAAAAgAA/wAGAAYAAC0ATQAAARACBxYSETMyFh0BFAYjISImPQE0NjsBEBI3JgIRIyImPQE0NjMhMhYdARQGIwE+AzUhFB4CFx4BFAYHDgMVITQuAicuATQ2BYDVoKDVYA4SEg76QA4SEg5g1aCg1WAOEhIOBcAOEhIO/YpNkHNG/ABGc5BNExcXE02Qc0YEAEZzkE0TFxcFgP77/m9qav5v/vsSDkAOEhIOQA4SAQUBkWpqAZEBBRIOQA4SEg5ADhL9PB1/svKEhPKyfx0HISghBx1/svKEhPKyfx0HISghAAADAAD/AAYABgAALQAzAD8AAAEQAgcWEhEzMhYdARQGIyEiJj0BNDY7ARASNyYCESMiJj0BNDYzITIWHQEUBisBIRQXITYRNC4CJyMOAxUFgNWgoNVgDhISDvpADhISDmDVoKDVYA4SEg4FwA4SEg7g/AAJA+4JRHGMTOZMjHFEBYD++/5vamr+b/77Eg5ADhISDkAOEgEFAZFqagGRAQUSDkAOEhIOQA4SQj49+kOC77F/Hx9/se+CAAAAAAMAAP8ABgAGAAAtADMAOwAAARACBxYSETMyFh0BFAYjISImPQE0NjsBEBI3JgIRIyImPQE0NjMhMhYdARQGKwEhFBchNgMuAScjDgEHBYDVoKDVYA4SEg76QA4SEg5g1aCg1WAOEhIOBcAOEhIO4PwAVQNWVTk2t2fmZ7c2BYD++/5vamr+b/77Eg5ADhISDkAOEgEFAZFqagGRAQUSDkAOEhIOQA4SzrKy/A6NySoqyY0AAAIAAP8ABgAGAAAtAEcAAAEQAgcWEhEzMhYdARQGIyEiJj0BNDY7ARASNyYCESMiJj0BNDYzITIWHQEUBiMBPgM1IRQeAhceARQGBwYHISYnLgE0NgWA1aCg1WAOEhIO+kAOEhIOYNWgoNVgDhISDgXADhISDv2KTZBzRvwARnOQTRMXFxOJawK8a4kTFxcFgP77/m9qav5v/vsSDkAOEhIOQA4SAQUBkWpqAZEBBRIOQA4SEg5ADhL9PB1/svKEhPKyfx0HISghBzORkTMHISghAAAAAwAA/wAGAAYAAA8AOQBJAAAFMhYdARQGIyEiJj0BNDYzNz4INy4IJyEOCAceCBcTMhYdARQGIyEiJj0BNDYzBeAOEhIO+kAOEhIOYgMaIjoxUDRZLCsrLFk0UDE6IhoDBPwDGiI6MVA0WSwrKyxZNFAxOiIaA2IOEhIO+kAOEhIOQBIOgA4SEg6ADhJAN2hWWEBLLUEeHBweQS1LQFhWaDc3aFZYQEstQR4cHB5BLUtAWFZoNwYAEg6ADhISDoAOEgAAAAIAAP+ABgAFAABBAGoAAAEiBh0BIzU0JiMiBhURJzU0JiMiBh0BFBcBFhUUFjMhMjY9ATQ3EzY9ATQmIyIGHQEjNTQmJyYjIgYdASM1NCYnJicyFzYzMhYXNjMyFh0BFAcDBhUUBiMhIiY1ASY9ATQ2MzIXPgEzMhc2AwA1SyBAMC5CIEAwLkIjATYnJhoCgBomCmwKQDAuQiAyJw4JLkIgQTIFCFRBOUI7aCIbIGSMDW0GcFD9gFRs/sxMjWMLBQaLXzQuSASASzWAXTBDQi7+Ux6sMENCLuAvI/7YJz8aJiYaGSkkAbQkKfYwQ0IuIH0oQQgCQi6AejNNBQGAMiI2MQePZPYzOf5MGC9QcHVUAShJZuBjjQFfghVFAAAAAAIAAP8ABmAGAAAxAFgAAAAiBhURIxE0JiIGFRkBJyYjIgYVFBcBFjMhMjY3EzY1ETQmIgYVESMRNCYiBhURIxE0JjIWFzYzMhYdATYWFREUBwMOASMhIiYnASY1NDYzMhcRNDYzMhc2A55cQiBCXEKaJkA1SxoBgCZAArAiNgdMBUJcQiBCXEIgtIhzHxMXY41plwhMDn1R/VA8bST+gDOWak4yjWMXEx8FgEIu/XACEC5CQi798P8AzTNLNSsi/gAzLCIBlSAbAfIuQkIu/vACEC5CQi798AKQLsJHPQSNYxEGjGn+Digr/mxPaDcvAgBEVmqWIgGyY40EPQAAAAAFAAD/gAcABYAAJgA1AEoAYgCDAAAFIyInJj0BLgE1NDchIiY0NjsBJy4BNTQ2MzIXBSEyFhURFAYHBQYDDwEOARUUFjMyNyUuATUBNCYjIgcFDgQVFBYzMjclPgEDJSYjIgYVFBYXBRUhIgYUFjMhNzU0PwEDMjclPgE1ETQmIyEHBhURFBYyNj0BMxUUBx4BFRQGBwUEMbGjPxc+SQX++2qWlmpxLEpblmouLQJ0AZFqlmxW/q1cj5ujHiRCLhoUAVIxPwFAQi4aFP7eHBIrEBA/MhQSAWAeJOj9dhgWNUstJQIO/YA1S0s1AhfpLm9sUkkBUys2SzX+zIgkQlxCIDk0RS4m/sqAjTE1BR51RSYKltSWERyDUGqWEe+Wav1kWIsVVRcCx0dKDjchLkIKmgpQMv8ALkIKhA0IGhUlFjJACaAONwMR+AhLNShCDshAS2pLasY/K2b8ABNVC0UsApw1S34hMf7YLj5GLtDQRiwIUTUqSBGNAAAAAAIAAP8ACAAGAAAkAGIAAAEyFhcBFhURFAYjISImPQElISImPQE0NjMhNyEiJicmPQE0NjMBETQnASYjISIGFRQeARc+ATMhFSEiBhUUFx4BMyEzMhYVFA8BDgEjISIGHQEUFjMhMhcFHgEdARQWMyEyNgR/PW4kAjx2cFD+gFBw/uL93lBwqXcBpCr9UmSTCEFwUAbAXf3DJ0D8QRomAxARCjMfA0D8wBomAwhILQKAWyg4BUAKMh/+RUJeJhoCMRANAT0YHSYaAYAaJgYAODH885/I/p1QcHBQsY9wUCB3qYCHY09nIFBw+cABY51/Aw00JhogIy4UHyYgJhosDiw6OCgPD8AdJV5CIBomB54NLhvFGiYmAAACAAD/AAeABgAAMgB0AAABIiYnAyY1NCcDJjU0Njc+ATMyFhcbAT4BMzIWFx4BFRQHAz4FMzIWFRQGBwEGIwMiBgcDIwMuASMiBhUUFxMjAy4BIyIGFRQXEx4BFxMeATMhMjcBNjU0JiMiBwU1NBoBNzY1NCYjIgYHAyMTNjU0JgHLTXkTZQ0FdAd8XRGDV1OCFFNnFIJTWYUOXHgHewo3FjAiMRlpljky/gVEVTEmPQmkf5EJPSYwQAOEGmMJPiYvQgN0BwQIZAg0IQK2KiIB+zhLNCsi/s1ASAMEQC8nPQl0GpYDP/8AX0sBkTkzLRYB3RseXYgKVWxnUf6kAaxRZ3NXCopdGCP+AAcrEB4LC5RpPnAm/oQzBoAwJv1WAlomMEIvDw393QGYJTNCLg4M/iIcdB7+byApGgF7K0M0SRrm4wQBDAEoDRILL0QwJv4eAnAODjBEAAUAAP8ABoAGAAAzAFsAXwBjAGcAAAEiBhUZAScmIyIGFRQXARYzITI2NxM2PQE0JiIGFSM1NCYjIgYdASM1NCYjIgYdASMRNCYnMhYdATYzMhc2MzIXNjMyFh0BFAcDDgEjISImJwEmNTQ2MzIXETQ2ExEjESERIxEhESMRAoA1S5cpQjRKGgGAJkACzhYjBVwYOFA4IEAwLkIgSjY1SyBKNmuVFgpjSi80cUcbHV6CHFwQaEL9MjxtJP6AM5VpRzuW6iABICABICAFgEs1/gD+gMo2TDQrIv4AMxsVAXBgYtkpPDgoPTBDQi5AWjdPSzVgAjo3T4Cba9wCRRVXB4de2XRt/pBAUTcvAgBEVmmXIwIjapb6gAGA/oABgP6AAYD+gAAFAAD/AAYABgAAJQA0AEkAYQCCAAABMhcWHQEUBwMOASMhIiY1EQMmNTQ2MzIWHwE1NDYyFhURNjMyFgciBg8CMzIWFxM2NTQmFyIOAwcDBhUUFjMyNjcTNjU0JgEUFxMVNzY7ATcRNCYiBhURIwMuASMiBgEyNjcTNj0BAw4BIyImJwYrATUzMjY0JiMhIg8BERQWMwUIPC+NF1UVi1j9ZGqW7xGWalCDHBGW1JYbFUV1uiE3DkpHNzJQCpoKQq8WJRUaCA2ECkIuITcOoAlA+0EI+GYrP8ZqS2pLQMgOQig1SwQcLEULVRONEUgqNVEILEbQ0C5GPi7+2DEhfks1A3kXP6OxXlz+rVZslmoBkQJ0LS5qlltKLHFqlpZq/vsFSTckHqObPzEBUhQaLkKHEBArEhz+3hQaLkIkHgFgEhQyPwFnFhj9dkVvLukCFzVLSzX9gAIOJS1L+us2KwFTSVJb/somLkU0OSBCXEIkiP7MNUsAAAAAAgAAAAAHtAQAABkARwAAARUUBiMhERQGKwEiJjURISImPQE0NjMhMhYFExYHBisBIiYnCwEGKwEiJwsBDgErASInJjUTPgE7ATIXExYXPgE3EzY7ATIWA1kTDf7WEg2HDRP+1w0TEg4DGQ0TBA5NAQkKDYYMEgEuvQgVeBQJvC0BEgyHDQoJTgESDI4UCdwKCgMNBN0JFI0NEgPgdQ0S/NQNExIOAywSDXUOEhMK/D8NCwoRDAJM/lcTEwGr/bIMEQoKDgPBDBET/fgYGwcjCQIIExEAAAAABAAA/wAHAAYAAAkAKgA6AEoAAAE0JyYrAREzMjYXExYHBisBIicDIxEUBisBIiY1ETQ2MyEyFx4BFRQGBxYCIAQGAhASFgQgJDYSEAImABACBgQgJCYCEBI2JCAEFgQSPCFUe6JCSDTNCAkIE5gUCMKbEg6GDhISDgEmgD5VYlVJBi3+1P7wxXV1xQEQASwBEMV1dcUB2o7w/rT+lP608I6O8AFMAWwBTPADQVghEv7nStn+ixEOEBEBbf6iDhISDgPADhIYH5xmXJMkCgM2dcX+8P7U/vDFdXXFARABLAEQxf5L/pT+tPCOjvABTAFsAUzwjo7wAAAEAAD/AAcABgAALQBbAGsAewAAATI3Ni8BJicmDwEOBSMiJjU0NjMyFh8BFjc2PwE2Jy4EIyIGFRQWITI3Ni8BJicmDwEOBSMiJjU0NjMyFh8BFjc2PwE2Jy4EIyIGFRQWAiAEBgIQEhYEICQ2EhACJgAgBBYSEAIGBCAkJgIQEjYCXZloDgstBhIQCwQEDxQbHiUTTGJgSiVFEBALDxAINQ0PAxAsNVItlMTCAwyZaA4KLQgREAsEBA8UGx4lE0xiYEolRRAQCw8QCDUNDwMQLDVSLZPFwif+1P7wxXV1xQEQASwBEMV1dcX9pAFsAUzwjo7w/rT+lP608I6O8AEvaBISUg0EAg0DBAwPDgwHZE1MYxwODgsBAgxOFBMEEB8ZFMGQkr9oEhJSDgMCDQMEDA8ODAdkTUxjHA4OCwECDE4UEwQQHxkUwZCSvwQxdcX+8P7U/vDFdXXFARABLAEQxQEVjvD+tP6U/rTwjo7wAUwBbAFM8AAAAgBA/+AHwAUgAAsAFwAACQQXBycJATcJAyc3FwkBBwEHAQLgAYD+gP1gAqCoYEj+IAHgwf7fAqACoP1gqGBIAeD+IMEBIWD+gALg/oD+gAKgAqCoYEj+IP4gwQEfAqD9YP1gqGBIAeAB4MH+4WABgAAAAAADAAD/AAcABgAACwAXACcAACUJAQcXBwkBFzcnCQU3JzcJAScHABACBgQgJCYCEBI2JCAEFgLNAQ/+6VjAYP7pARcoV3/+OgMsAcb+Ov7xARdYwGABF/7pKFcDTI7w/rT+lP608I6O8AFMAWwBTPC2AQ8BF1i/YAEXARcoV4D+Ov5CAcYBxv7x/ulYv2D+6f7pKFgB+f6U/rTwjo7wAUwBbAFM8I6O8AAKAAD/3AkABSQACwATABwAJQAvADkARQBTAFsAgAAAARQGIyImNTQ2MzIWJBQGIiY0NjIFNCYiBhQWMjYkNCYjIgYUFjIlFAYjIiY0NjIWJBQGIyImNDYzMgAQACMiDgEUHgEzMgEmISAHMh4CFTQ+AgAQACAAEAAgEyEOAQcWFRQCBCMiJicGBy4BJw4BIyIkAjU0Ny4BJyE2JDMyBAKLNyYnNzcnJjcEgjdONzdO/CdxoHFxoHEEgXFQT3JxoPxFo3N0o6TmowSCo3Rzo6NzdPzf/vG/fdR8fNR9vwOr/v7S/sH+ddSZW1eVzgJR/vL+gv7xAQ8BfgQBfyw+CW6a/vibhehQL1ILVSBQ6YWb/viabgk+LAFtlQGc4uABigIbJzc3JyY3NwJONzdONl5PcnGgcXEBoHFxoHHAdKOk5qOjAeajo+aj/igBfgEPfNX61XwEC29uW5rUdXPRmF79BwF+AQ/+8f6C/vEEBDN/M5e6nP74mXBjOHsWeSVjcZkBCJy6lzN/M2RxcAADAGb/AASaBgAACQATAEwAAAAgADU0ACAAFRQAIgYVFBYyNjU0AR4BDgIHBgcXARYUDwEGIicmJwEGIi8BJjQ3ATcmJy4DNjc+AhYXHgQzMjY/AT4BHgEDPP6I/vYBCgF4AQr+lriDg7iDASwNBA0oLSdzyEkBCx4eDB9WH0PI/vUfVh4MHx8BC0jLcictKA0EDQokMEAhBRRCSHA5W6YlJiFAMCQCdQEKu7wBCv72vLsBm4NdXIODXF39pxstJCkhGUkVSP71H1YeDR4eRMj+9B4eDR5WHwELSBVJGSEpJC0bFB4OEhoEDiMaFjMZGRoSDh4ABAAA/4AGAAWAAAcANgA+AE4AAAAUBiImNDYyAS4BBgcOAiImLwEuAQYHBhYXFhcHBgcGFB8BFjI/ARYXFjI/ATY0LwI2Nz4BAhAmIAYQFiABERQGIyEiJjURNDYzITIWA59dhF1dhAEzCiQ7HwomfIJ2GxsfOyQKFihDU48zjjEWFgkWPRa/ck0WPRYJFha/NI1UQyhHvv70vr4BDAJ6qXf8QHepqXcDwHepA/6EXV2EXf32FBgFGQgYKCQSEhkFGBQtOyw1DjSOMBY9FgkWFr9zTBYWCRY9Fr40DjUsOwESAQy+vv70vgHo/EB3qal3A8B3qakAAAACAAD/gAa4BYAAEgAoAAABMhYVERQCBgQjIiQmAjURNDYzATI3ATY1NCYjIgcJASYjIgYVFBcBFgYdQVqI5f7Br7D+weaIXEACwS8jAZQlRTEvI/69/r0jLjFFJAGVIQWAW0H9+bD+wOaHh+YBQLACB0Bc+9ghAYQjMjFFIf7KATYhRTEzIv58IQAAAAEAAP+YCQAFZwBMAAAFAQYABwYmNSYAJy4CIzQmNSEVDgIXFgAXNhI3JgInJic1BRUOARceARc2NzYmJzY0NTI+ATMVDgEHAxYSFwEuAic1BRcHBgcABwXW/tkZ/vVBATVS/qVWFVt0LAECRydRNBAaAX0tH9oWE9YdJqMCATxDFSFsIG4/GERfAUDVkxM+ciHVDeUHAbkORzsaAcwBAYs+/fIhZwK3Mf3/hQEBAcEDFMoyc1YFJggyAhw6Izv8kGQ9AZsqJwHkNUUCMgEvAi4uRu9E1pU3MQIHJAYBATECPjL+RiH9/hED+SYxDgEyBAIsBI37QEsABQAA/wAHAAYAAAoAGAByAIIAkgAAARQGIyImNTQ2MhYXAQ4EBwE+BCUUBy4CIyIVFBcOAQcnJiMiBh8BBiMiJz4CNTQjIg4BBy4BJzc2NTQmDwEmNTQ3HgIzMjU0Ji8BPgE3FxYzMjYvATYzMhcGFRQzMjceARcHBhUUFj8BHgEQAiYkIAQGAhASFgQgJDYSEAIGBCAkJgIQEjYkIAQWA7UhGRomIjImDwFeCXWGi18D/qMHeISMXgKKaAMcGQQNO0rdgxABDgUGARBISsetARgTDQYWFwJxnh9FCgsFRA5tAiEbBA0ZFBRN4IQPAg0FBgEPRz/MrycMCyVvmR84CgsEOQ5Vf9b+2P66/tjWf3/WASgBRgEo1t+O8P60/pT+tPCOjvABTAFsAUzwAoMaJiEZGiYhUwJFCG18glsG/bwHbnuDWzzJqgISDw0KInCdIEMKCwRED2kCJR4EDR0oA0vhhA8DDAUGAQ9IQ86tARYQDAYTDAxwmh5DCgsFQg1tOAkNQEveggwCDgUGAQ1I5wFGASjWf3/W/tj+uv7Y1n9/1gKB/pT+tPCOjvABTAFsAUzwjo7wAAAEAAD/AQcABgAACwAWACIAKgAAATYXFhclJgQHATYkCQEWBDcDJiQCNRAlFhICBgcGJQE2AickMhYUBiImNAN98NPoeP0aoP70M/7sgAFu/d0BUUgBFprm1P6mxwbEOgNkzo/m/vQBlVgLZf44+rGx+rEGAAJ6hu4nCaeSAaifrf5s/WmPlB3+PSH5AX/cAQs3lv6//t39U4UOAm+DAT92BrH6sbH6AAABAAL/AAcABckATQAAASAAJyYCGgE3Az4BFz4BNw4BFx4DFxYGBw4CBxcnBh4CNz4CFx4BBw4EJw4BJx4BPgI3Ni4BJx4BFzYCJwQAExYCDgEEA4f+5f5FbDoSRphnCwtyDSrtdDaDBxlLM1UIDwsZBRdaOA+LEhUzUCkzXkklPTkJAQMOFikaPKl9SrGglWsbKwhDLVdkGw+RiQEJASYEAlWi2P7p/wABLfiDAVQBRQErXf7nDgMRUXICLc88CAsEBAEFUSMHFzAKvUMrTTgbBwkzJwIEOiQCBxINCANfUQs9Kx9JZjVby64mJlNHqgFab03+a/7Ff/8A3KxjAAAAAgAA/wAHAAYAACMANwAAASYjIgQHDgEHFR4BFxYEMzI3BgQjIicmJCYCNTQSNiQ7ARYEARQCBwYjIic2EjU0Aic2MzIXFhIF1aXCm/7sZktZBARZS2YBFJvCpXn+zakdDq/+xOSGjvABTLYDqAExAaSaiGh2iXaax8aad4d3a4eXBRxukn9d+o0qjfpdf5JubHgBCJTuAUSxtgFM8I4Bd/z4wP6rfj9UOAFi5OMBYjlTQX3+rAAAAAQAAP8QBwAF8AArADUAPwBGAAABFAchFBYzMjY3IQ4BBCMiJwYjIhE0NzY3EiUGAxIAITIXJDMyHgIVFAcWAzQmIyIHHgEXNgEUFjMyNy4BJwYBIS4BIyIGBwAH+4HblGOtMgGnOOX+zqi7qeSm7S0RXMcBFLjzPwG5ARkeDwD/skBoVTBLZUZqVGySectFM/nGYVZzl3q3LmIB+ALYBdiPkNcCVzgwksVdVJ/0hVN0AQdzoDypAWj2T/7tARIBXwF1GjdiQnSqtgGwU2JGL6lvh/t8Vl1TSN6GzQJKjr6+AAAAAAIAAP+AB4AFgAAPADMAAAERNCYjISIGFREUFjMhMjYTERQGIyEVITIWHQEUBiMhIiY9ATQ2MyE1ISImNRE0NjMhMhYHABMN+cANExMNBkANE4BeQv0gAWAOEhIO/MAOEhIOAWD9IEJeXkIGQEJeASADwA0TEw38QA0TEwPN/EBCXoASDkAOEhIOQA4SgF5CA8BCXl4AAAAAAgAW/4AG6gWAABcAPgAAEzMGBw4DHgEXFhcWFxYXISImNRE0NikBMhYVERQGKwE2AwUOAwcGJy4CJy4BNjc+ATc2HgMXJSaKxUY4JC4OAxgSEwQCMx45X/7wMEREBOgBNDBERDCy1BD+KwIUKk03e0wgKj0iIxUKEhRVPC1NOTMjEQHURAWAQFU4doVrnV9ZEwnuW6toRDAFGDBERDD66DBE0gFjZS1KRjEMGkIbRL6jo8hOJilADQwLFy8xIGSvAAAAAAQADv8ABXkGAAAlAEYAqwDFAAAFBwYHBiMiJyYnJicmJyY3NhcWFRYXFhcWFxYzMjc2PwE2FxYXFgEHFxYHBiMiLwEHBiMiLwEmNTQ/AScmNzYzMh8BNzYXFgUUBwYHDgEiJicmJyY1IyY3NhcWFzMRNTY3NjMyFhUUBiMiJyY3Nh8BHgEzMjY1NCcmIyIHBhURFjMyPgI1NCcmIyIHBg8BDgInLgE1ETQ2MyEyFCMhETM+ATc2MzIWFxYXFgMWFAYHBiMiJyYnJiMiBwYnJjc2NzYzMhcWBXkGcZKao6WYlG9xPioMBDQzBQESHDJmYoCEkI+FgGEGCg8MFST+FUI/FRwRDwoJPkIFCg8QAhIIQkIQHhINBgdBQRIeGwHHLi1RUNby1lBSKw8BCTQyCiU8AQNjaZST0NGSOjYcDxAcDg4mC2iQSEdoa0dAboRgsoZJjYzHyIw1GAIICiEWFR8VEQNtHh781QEofC5tennWUFEtLh8JCwsaDQkHamWAlIWBGxIJAQMNgqmkmIkLBnE+QEA/cHCSZ1YcCAgcAQNaRXxmYjY4ODdhBgoEAxMlAlJCPxUcEQo9QgUQAg8OBwpBQhAdEgVCQREeG0p2bmlRUFxcUFJoIQcbERAcY0QBUwKIYGfOkpPQEAsyMwgDAwaPZ2VGR1BIWP5jQ0mGsF/GjYyMNSICCwkKCAUXDwKoDxdu/h0qVBMuXFBRaXAB0AgUEA0aB1sqODEKLxkNEAQ5QDoAAAQAHf8ABuEGAAAbAD4AdACCAAAlNhYUBw4EIyIuAycuAT4BFhcWFwQlNiUWBgcGBwYmNz4BJy4DDgIjDgMqAi4BJyY2NzYWARQeAh8BBy4BLwEmJw4DLgI1ND4FNzU0JyYjIg4DByU0PgMzMh4DFQEUFxY3Njc2PQEOAwYPDxYPDT6Bmd92d+60pWQiCAQGCg0FwGwBhQGavgGYCxEUIjMREgkVLxEFFSEaLBMrAQYOCAkFBgMDAQEGajIufP6EGyUmDg3jKE4TEwsOJneIkINoPjhYfXiMYzIVIlcGFTw0PBL+2ixafrFmZKJhQRn9YEZCSVQeDjtobUE8BgYdExA3UUMxPlt1XSkJDwkFAQR1MbBWKNIQazFTKQ4KEy2ZFgcJAwICAgQBAQEBAQICEDAGBwwBqR9CMioLC+AlTRQUCxY7VygGMFOPW1SMXUkpHAkCf0EgNQIWJVI3Gzx2bFIxMkldTyL9nlYvLBYZYi04ogIUL18AAAAFAAD/AAaABgAAIwAzAEMARwBrAAABMhYVERQGIyEiJjURNDY7ATU0NjsBMhYdASE1NDY7ATIWHQElERQWOwEyNjURNCYrASIGBREUFjsBMjY1ETQmKwEiBgERIREBMzIWHQEUBisBFRQGKwEiJj0BIyImPQE0NjsBNTQ2OwEyFhUGADRMTDT6gDRMTDSAXkJAQl4BgF5CQEJe/wASDkAOEhIOQA4S/QASDkAOEhIOQA4SBID6gAMA4A4SEg7gEg5ADhLgDhISDuASDkAOEgUATDT7ADRMTDQFADRMYEJeXkJgYEJeXkJgYP7gDhISDgEgDhISDv7gDhISDgEgDhIS+hIEAPwAAkASDkAOEuAOEhIO4BIOQA4S4A4SEg4AAAAFAAD/AAaABgAADwATACMAMwBXAAABFRQGIyEiJj0BNDYzITIWASERISURNCYrASIGFREUFjsBMjYlETQmKwEiBhURFBY7ATI2JREUBiMhIiY1ETQ2OwE1NDY7ATIWHQEhNTQ2OwEyFh0BMzIWBIASDv3ADhISDgJADhL8AAWA+oABgBIOQA4SEg5ADhIDABIOQA4SEg5ADhIBgEw0+oA0TEw0gF5CQEJeAYBeQkBCXoA0TAGgQA4SEg5ADhIS/dIEAMABIA4SEg7+4A4SEg4BIA4SEg7+4A4SEk77ADRMTDQFADRMYEJeXkJgYEJeXkJgTAAABQAA/wAGgAYAACMAJwA3AEcAawAAJQcGIi8BBwYiLwEmND8BJyY0PwE2Mh8BNzYyHwEWFA8BFxYUASERISURNCYrASIGFREUFjsBMjYlETQmKwEiBhURFBY7ATI2JREUBiMhIiY1ETQ2OwE1NDY7ATIWHQEhNTQ2OwEyFh0BMzIWBFcuCRoKvLwKGgkuCQm9vQkJLgkaCry8ChoJLgkJvLwJ/CAFgPqAAYASDkAOEhIOQA4SAwASDkAOEhIOQA4SAYBMNPqANExMNIBeQkBCXgGAXkJAQl6ANEyXLgkJvb0JCS4JGgq8vAoaCS4JCby8CQkuCRoKvLwKGv7gBADAASAOEhIO/uAOEhIOASAOEhIO/uAOEhJO+wA0TEw0BQA0TGBCXl5CYGBCXl5CYEwAAAUAAP8ABoAGAAAUABgAKAA4AFwAAAkBBiInASY0PwE2Mh8BATYyHwEWFAEhESElETQmKwEiBhURFBY7ATI2JRE0JisBIgYVERQWOwEyNiURFAYjISImNRE0NjsBNTQ2OwEyFh0BITU0NjsBMhYdATMyFgUX/gAKGgr+4AkJLgkaCtwBvAoaCS4J+2AFgPqAAYASDkAOEhIOQA4SAwASDkAOEhIOQA4SAYBMNPqANExMNIBeQkBCXgGAXkJAQl6ANEwCPP4ACQkBIAoaCS4JCdwBvAkJLgka/ToEAMABIA4SEg7+4A4SEg4BIA4SEg7+4A4SEk77ADRMTDQFADRMYEJeXkJgYEJeXkJgTAABAAD/AAcABgAAHQAAATIWFREBNjMyFhURATYzMhYVERQGIyEiJjURNDYzAcAaJgIYERcaJgIYERcaJiYa+YAaJiYaBgAmGvyFAa0OJhr+hQGtDiYa+4AaJiYaBoAaJgADAAD/AAQABgAACwATACMAAAAyNxEUBisBIiY1EQIgABAAIAAQJTI2NCYjIgYVFBYyNjU0NgG+hD4mGoAaJlQBqAEs/tT+WP7UAgAOEhIOks4SHBKpAcAP/XEaJiYaAo8EMf7U/lj+1AEsAahMEhwSzpIOEhIOd6kAAAAAAwAl/wAG2wYAABsAJQA7AAABFhQPAQYjISImNRE0NjMhNTQ2OwEyFh0BITIXASERFAYrASImNQEyFhURFAYjISIvASY0PwE2MyE1IRUG0QoKjRwo+sAaJiYaAkAmGoAaJgIAKBz8vAEAJhqAGiYDQBomJhr6wCgcjQoKjRwoAgABAATXChoKjRwmGgEAGiZAGiYmGkAc+9z+ABomJhoDwCYa/wAaJhyNChoKjRzAwAAEAAD/AAgABfsAGwAfACMAJwAAARYVERQGBwEGJyUFBiMiJyY1ETQ2NwE2FwUlNgURBRElESURAREFEQfkHBYS/YAYGP2Y/ZgKDhMRHBYSAoAYGAJoAmgg+xgCQPtgAiAE4P3gBfUUIfqAFCAH/wALC/b2BQsUIQWAFCAHAQALC/b2DZr7CuYE9g37CtkE9vr9BPbZ+woAAAMAAP8ABwAGAAARACMANQAAATIWFREUBwEGIyImNRE0NwE2ITIWFREUBwEGIyImNRE0NwE2ITIXARYVERQGIyInASY1ETQ2AgANExH+IAcIDRMRAeAHBOgNExH+IAcIDRMRAeAH+6gIBgIAEhMNCAb+ABITBgATDfpAFAj/AAQTDQXAFAgBAAQTDfpAFAj/AAQTDQXAFAgBAAQD/wAKE/pADRMDAQAKEwXADRMAAAAABAAA/yAHAAUAAAcADwAXADgAAAA0JiIGFBYyJDQmIgYUFjIkNCYiBhQWMgAQAgQjIicGBQYHBiYnJjc+BzcuATU0EiQgBAKAS2pLS2oBy0tqS0tqActLaktLagHL8P5k9G5lrf76NCIMFAMEGAUlDiEPGg4PBZKn8AGcAegBnAJLaktLaktLaktLaktLaktLaksBLv6k/tmrEq04CgMBDgsPFgUhDiUaMDBDJ1r9j64BJ6urAAAAAAUAAP8ABwAFAAAHAA8AFwAuAFcAAAAUBiImNDYyBBQGIiY0NjIEFAYiJjQ2MgIgBAYVFBYfAQcGBzY/ARcWMzIkNhAmARQCBCMiJwYFBgcjIiYnNSY2Jj4CNz4FNyYCNTQ+ASQgBB4BAoBLaktLagHLS2pLS2oBy0tqS0tq6f5o/p3Rj4JXGxgumHsrOUU9zAFj0dEBUfD+ZPRGS8b++jFBBQ8YBAMFAQoCDAIHMBUpGB4LnbWO8AFMAWwBTPCOArVqS0tqS0tqS0tqS0tqS0tqSwGAi+yJcMtKMmBbUT9sJgYIi+wBEuz+i67+2asIr0MOCBURAQQQBA8DDgIINRc4LkgoWQEGloLtrGVlrO0ABAAA/wkEAAX3AAMABgAKAA0AAAkBEQkBEQEZAQERCQERAgACAP4A/gACAP4AAgACAAFZASf9sf7YA3f9sQEoBJ79sf7YAk/+2QEn/bEAAAABAFL/wAatBUAAJAAAAQYBACMiAyYDAiMiByc+ATc2NzYWFxIXFjMyNzY3NiMiBxIFFgatCv6+/rPljmIsWEhVEm1NGKgunFVfdBcsFjdBM2dlCA16OUB4AVP7A/rs/mH+UQEHoAFCAQZMYhWXKIoICYGL/uFW+aGhVYsaAYkLCAAAAAACAAD/gAYABYAAAwAKAAARIREhAQMTIRMDAQYA+gAEPd3d/Ybd3QE9BYD6AAGlAncBKf7X/Yn+0AAAAAAEAAD/gAYABYAAAwASAEEAVQAAESERIQEHFwcXNxc3JzcnIycjBwUyFgc3NC4CIyIGHQEjFTMyFREUBg8BFSE1Jy4CPgE1ETM3IyI3Nj0BND4CATUnLgE0NjURIQcXFhURFAYPARUGAPoAA4wMSx8Za2sZH0sMXzUgNf6WIBkBriNCSDGFhGBMFAoNSQHAlQYFAgEBvybnBgQEAwwbAnY2BwUC/u0XUxcMDkYFgPoABMAhU3IZOTkZclMhYGCjIC8VN0slDnN9SIAI/oIODAEHWFYOAQEEBAoFAYOABgYDUBsbHQv8w1YJAQMDDAYCCGUWBxT+jg4JAglWAAAEAAD/ZAcABgAALwA5AFEAWwAAARQGBxYVFAIEICQCNTQ3LgE1NDYzMhc2JRM+ARcFPgEzMhYUBiImNSUDBBc2MzIWARQWMjY0JiMiBgE2NCcmIgcOASImJyYiBwYUFx4CMj4BJjI2NTQmIyIGFAcAOzIM1f6Q/lD+kdULMz50U1U82gEpdAMYDgFxEkgrPlhYfFf+smgBLNs6VVN0+qJXfFhYPj1YAyoLCwoeCymgoKApCx4KCwsrl15YXpcWfFdYPT5YArI6XxkuMpv++JmZAQibLy8ZYTpSdT+YCgIJDRADUSUtV3xYVz5K/igJlz11/uc+WFh8V1j+YAseCwoKKigoKgoKCh8LKzIJCTL4WD49WFd8AAAAAQBF/wIGuwYAADAAABMzPgMkMzIEFxYdASEeAz4BNxEGDAEnJgInJhI3DgEHITYuBC8BDgNFARBVkb4BAZTnAW5vaPubAWmo09fJSVz+7f6ijb31AgPk0zA8EAJ7CCA+T1JEFhaH+caaAuV+58uVVtPGu/+8b6NSIBpDM/6HN0oCNkkBYMTyAVRiPINeTX5NOBoPAQEFT4KXAAAABAAA/4AJAAWAAAkADQARABsAADURIREUBiMhIiYBFSE1IRUhNQEyFh0BITU0NjMJAF5C+EBCXgKAAYD9AAEABmBCXvcAXkIgAmD9oEJeXgEigICAgASAXkLg4EJeAAAAAwAA/wAGuwYAAB8AMAA7AAAlJw4BIyIuATU0PgIzMhYXNyYkIyIEBgIQEhYEMzIkCQEGACEiJCYCEBI2JDMgABcDIxUjETMyHgEOAQYw2kr1jZP4kFWRx26D6UzXbv6fyqH+2tR+ftQBJqHVAXH+QAK1dP5L/u62/rTwjo7wAUy2AQQBpX2fJ2CIIC0MCi32b3iKkPiSbseRVXlsfanAftT+2v6+/trUftYCRv6g/f7ajvABTAFsAUzwjv716f50oAFgKDg4KAAEACD/AAbgBgAAAwAHAAsADwAACQE3IQEnEQEfAREJAiEBBZP9mlwDV/q1uASfFJP97AFc/gz8qQFkAzsBgpf83nQDWv0ZYF/8pgFPAn/83gI7AAADAAD/AAaABfAACwAXAH0AAAE1NCsBIh0BFDsBMiU1NCsBIh0BFDsBMgURIRE0JiIGFREhETQ7ATIdATMRNDsBMh0BMzU0OwEyHQEzNTQ+AhYzESY1NDYyFhUUBxU2MzIWMzI2MzIdARQGIyImIyIHFTI2HgIdATM1NDsBMh0BMzU0OwEyFREzNTQ7ATICgBBgEBBgEAIAEGAQEGAQAgD9gHCgcP2AEGAQgBBgEIAQYBCABQwHEAEgISwhIC0mFU0QETwHEEYbEkkTKDIBEAcMBYAQYBCAEGAQgBBgEAIQ4BAQ4BAQ4BAQ4BAQ/RABQFBwcFD+wALwEBBwAnAQEHBwEBBwcAYHAwEBAYcPIxcgIBcjDxEKDw8Q0g8NDwyFAQEDBwZwcBAQcHAQEP2QcBAAAQAAAAAJAAWAAGoAAAEWFAcFBiMiJyY9ASEWFx4FOwE1NDYzITIWFREUBiMhIiY9ASMiLgUnLgMjIQ4BIyImNDYzMhYXMzI+Ajc+BjsBPgEzMhYUBiMiJicjIg4EBwYHITU0NhcI8BAQ/sAICAkHEPymJS4QER8XHyARYBIOAUAOEhIO/sAOEmAgOiwuHCcSExccLC0Y/pgWilhqlpZqWIoWaBgtLBwXExInHC4sOiBrFWI+UHBwUD5iFWsRIB8XHxEQLiUEWiAQAtsIJgjABQQKEoA6ayUkPiAkEGAOEhIO/sAOEhIOYBQbNiZMJyk1OUkiVGyW1JZsVCJJOTUpJ0wmNhsUOUdwoHBHORAkID4kJWs6gBIUCwAAAAADAAD/AAcABgAABwARACEAAAAUBisBETMyABAmIyERMxEzMgAQAgYEICQmAhASNiQgBBYEfk84/f04AQK3g/5PtP2CAoeO8P60/pT+tPCOjvABTAFsAUzwAz5wTgEN/vcBBLj8gAENAWn+lP608I6O8AFMAWwBTPCOjvAABAAA/9kJAAUnACcAOgBNAGEAAAE0JicGBw4BIyInLgE3NjU0LgEjIgYHFhcWFAYiJyYjIgYUFjMhMjY3FAYjISImNTQ2NzYkMzIAFx4BFxQHBiMiJy4BNzYQJyY+ARYXFiQQBwYjIicuATc2NTQnJjY3NhYXBm1ENQcQBykYDAwfHAoXetJ7huI2bFAWLEAXS2lqlpZqBBZPb5nJjvvqqfDIlT4BPsPrAVsXdJn6YRcpGBMaDBJHRxIMND8SYQEAhhcpFxMaDRJsbBINGho+EgG2O18VLS8YHAMKOR5HSHvRepJ5HE4XQCwWS5XUlW9OjsjvqZnkFrjk/sPnGbt5r5AhDRE/GmgBAmgaPiQNGo5E/hjHIg0SPhqkwsOiGj8REgwbAAIAJP8ABdwGAAAJAG4AAAUUBiImNTQ2MhYnDgEVFBcGIyIuBTU0PgMyHgMVFAceAR8BMjY1NC4EJyYnLgM1ND4DMzIeAxUUDgMjIiMqAS4ENS4BLwEiDgEVFB4DFx4IBdx+tH9/tH7pc5shkultuHtiNiMMCRwtU2pSLBsIFxxsJyhzlhItNl5dSRwPdI5nKSlbhsd6eMiBWiYeKzYsEQIGExo0JC4cFA9YJSVEYyoKJkR+V0x9XUkwIhMKAg1Zf39ZWn9/vw+vdkpATipDVlRSMw4TL0EzJCMvOycOIi8bHgIBZlIaLSwmMi0iDQc3WnKJXk6Qg2E5NFJqaTMuSSsdCgoSJjZXNhATAQE+TiUYJjYwOx0ZOTZAN0Y2STMAAAMAAP+ABgAFgAAPAB8AKwAAARE0JiMhIgYVERQWMyEyNiURNCYjISIGFREUFjMhMjYAEAIEICQCEBIkIAQCwBIO/wAOEhIOAQAOEgHAEg7/AA4SEg4BAA4SAYDO/p/+Xv6fzs4BYQGiAWEBYAJADhISDv3ADhISDgJADhISDv3ADhISAf/+Xv6fzs4BYQGiAWHOzgAEAAD/gAYABYAACwAXACcANwAAACAEEhACBCAkAhASACA+ARAuASAOARAWJSImNRE0NjsBMhYVERQGIyEiJjURNDY7ATIWFREUBiMCLwGiAWHOzv6f/l7+n87OAZ4BKPqSkvr+2PqSkgHuDhISDsAOEhIO/cAOEhIOwA4SEg4FgM7+n/5e/p/OzgFhAaIBYfuukvoBKPqSkvr+2PpOEg4CQA4SEg79wA4SEg4CQA4SEg79wA4SAAAAAgAA/4AGAAWAAA8AGwAAARE0JiMhIgYVERQWMyEyNgAQAgQgJAIQEiQgBARAEg79wA4SEg4CQA4SAcDO/p/+Xv6fzs4BYQGiAWEBYAJADhISDv3ADhISAf/+Xv6fzs4BYQGiAWHOzgADAAD/gAYABYAACwAXACcAAAAgBBIQAgQgJAIQEgAgPgEQLgEgDgEQFjciJjURNDYzITIWFREUBiMCLwGiAWHOzv6f/l7+n87OAZ4BKPqSkvr+2PqSkm4OEhIOAkAOEhIOBYDO/p/+Xv6fzs4BYQGiAWH7rpL6ASj6kpL6/tj6ThIOAkAOEhIO/cAOEgAAAAADAAD/AAcABgAACwAlAD0AACUTFgcGIyEiJyY3EwETIRM+ATMhFRQWMjY9ASEVFBYyNj0BITIWJREUBiImNRE0JiIGFREUBiImNRE0NiAWBt0jAxMTHfmAHRMTAyMGXVb5VFYDJBkBAEtqSwGAS2pLAQAZJP6DJjQmltSWJjQm4QE+4YD+xxwWFRUWHAE5A0f8+QMHGCGANUtLNYCANUtLNYAhof8AGiYmGgEAapaWav8AGiYmGgEAn+HhAAYAAP8ACAAGAAAVACMALwA7AEkAbQAAATIWFAYrAQMOASMhIiYnAyMiJjQ2MwE+AScDLgEOARcTHgEzJRE0JiIGFREUFjI2JRE0JiIGFREUFjI2JRM2LgEGBwMGFhczMjYBAyMTPgE7ATQ2MyEyFhUzMhYXEyMDLgErARQGIyEiJjUjIgYHgDVLSzUPcwhILvsALkgIcw81S0s1AWUaIwIgAik0IwIgAiUZAaAmNCYmNCYBgCY0JiY0JgFgIAIjNCkCIAIjGgUZJft+XYRlE4xapyYaAYAaJqdajBNlhF0LRS2nJhr+gBompy1FAwBLakv9ai48PC4ClktqS/zgAikaAaAaIwQpGv5gGSJAAaAaJiYa/mAaJiYaAaAaJiYa/mAaJiYVAaAaKQQjGv5gGikCIgTa/mQBuVhvGiYmGm9Y/kcBnCw4GiYmGjgAAgAh/4AG3wWAAAMATwAAARMjAwEHBiMhAyEyFxYPAQYjIQMGKwEiJyY3EyMDBisBIicmNxMhIicmPwE2MyETISInJj8BNjMhEzY7ATIXFgcDMxM2OwEyFxYHAyEyFxYD30D+QAP+OAcY/rlAATcPCgoEOAUa/rlRBxjgEAoJA07+UQcY4Q8KCQNO/skPCgkDOAcYAUdA/skPCgoEOAUaAUdRBxngDwoJA07+UQcZ4A8KCQNOATcPCgkCAAEA/wAB+OAY/wAMDg7gGP64GAwMEAE4/rgYDAwQATgMDBDgGAEADA4O4BgBSBgMDBD+yAFIGAwMEP7IDAwAAAAABABr/wAFlQYAAAIABQARACUAAAEXBxEXBwMJAxEDBwkBFwEAEAIOAiIuAgIQEj4CMh4CA0mUlZWUgwHQ/s4BMv4w/10BQP7AXQD/As9Ab6rB9sGqb0BAb6rB9sGqbwHjlJUDjJWU/GEB0AEyATIB0P2dAP9d/r/+v10A/wFw/l7+x8l8MTF8yQE5AaIBOcl8MTF8yQAAAAADACj/AAPYBgAAAgAFABEAACU3JxE3JxMJAREBJwkBNwERAQJUra2trSABZP3l/tdsAXT+jGwBKQIbcaysAW6srP3x/pz95ALH/thsAXUBdWz+2ALH/eQABQAA/4AGAAWAAAcADwAXACkAMQAAJDQmIgYUFjIANCYiBhQWMgAQBiAmEDYgExQHAQYrASImNTQ3ATY7ATIWBBAGICYQNiAFAExoTExo/UxMaExMaARM4f7C4eEBPoEN++ATIKAaJg0EIBMgoBom/WDh/sLh4QE+zGhMTGhMA0xoTExoTP4f/sLh4QE+4QLAFBL6gBomGhQSBYAaJrv+wuHhAT7hAAAABQAD/0cG/QW5AAYACgAQABcAHQAAEwkBLgE3EykBATEBEyETNjIBExYGBwkBMSETNjIXaAMY/JwSDgdlAc4ClP62/fDG/jLGCDIFMGUHDhL8nAMY/jLGCDIIAz78CQJ2DSsVATT8CQZb/ZwCZBf9hf7MFSsN/YoD9wJkFxcAAAAEAAD/IAcABeAAAwAPABMAMQAAATM1IwE1BgcGJicXHgE3MgEhNSEFFAcWFRQEIyImJwYiJw4BIyIkNTQ3JjU0EiQgBBIBgKCgA0Voi4f5YAFY+JSB/igCgP2ABIBjWf79uHrOOhNMEzrOerj+/Vlj8AGdAeYBnfACwOD91FwkAgFfS2BQYQEBfeDAu6Vmf53eaVgBAVhp3p1/ZqW70QFhzs7+nwAAAAAJAAD/gAYABYAAAwAHAAsADwATACgAKwAuAD4AAAEVIzUTFSM1ARUhNQEVITUBFSE1ARE0JisBAScHASMiBhURFBYzITI2ATchBTchBREUBiMhIiY1ETQ2MyEyFgID/Pz8A/L+qwFV/WACoP1gAycMCCD+htLS/oYgCAwMCATYCAz8qbn+agKL3f5qAuJWPvsoPlZWPgTYPlYCcYCAAP9/f/4BgIABAICAAP9/f/ykBNgIDP8Aq6sBAAwI+ygIDAwEXpaWlhT7KD5WVj4E2D5WVgAAAAIAAP8ABwAGAAAfAD0AAAEmJyYnJicmBh8BHgMXFhceBBcWNzYnJicmAgEuBQInIAwBHgMOAQcGFQEjAQ4CLgIDgGg4i9AiJFkKJyc+ZVg1LAkELFB0c5NLmQEBMjUcTcz+UkxxUzs6LksnAREBwQE16YpSHgUODQ0BQ2j+5xaLaKyVugLQxFLKdBMRKBAeHytlhF5UEQhUiqqCdSBCBgMiJBU6ATL+fjyCnZjcxgEyiEhwsajlquN3VFQX/rkBHQIYDgIgVgAABQAA/wAHAAYAAC8ANwBHAFcAZwAAAC4BBwQgJSYOARYXFhcOAg8BBhYXFjMyPwE2NzMWHwEWMzI3PgEvAS4CJzY3NiQ0JiIGFBYyBBACBgQgJCYCEBI2JCAEFgAgBAYCEBIWBCAkNhIQAiYAEAIGBCAkJgIQEjYkIAQWBWQMLRr++/7o/vsaLQwbGsJtAhsaHAkKFhkJDiwQCDYRKhE2CBAsDgkZFgoJHBobAm3CGv63S2pLS2oCi2+9/vv+4v77vW9vvQEFAR4BBb3+S/7I/uTOenrOARwBOAEcznp6zgHIjvD+tP6U/rTwjo7wAUwBbAFM8ANVNBsGPj4GGzQtBi4Mnt5ZRxUZMAoEKRSLeHiLFCkECjAZFUdZ3p4MLgajaktLaktx/uL++71vb70BBQEeAQW9b2+9AWx6zv7k/sj+5M56es4BHAE4ARzO/jD+lP608I6O8AFMAWwBTPCOjvAAAAADAET/AAW7BgAALwA3AEgAAAAWBwMOASMiJy4BNxMHFhUUByc2NTQmIyIHJzY3AScHBi4BNj8BPgEXARYXFg8BJQIiJjQ2MhYUATI3FwYjIi4BNTQ3FwYVFBYFfEQFLAQ9KQYDLDkDI483lIlbzZGGZol4pAEIlbUhWDoFIO8aRB4B6CQMESvNAXMplGholGn82mpai5K9lPuSdIs8zQL2Ri/92So4AQNDLAGtCHF/2JyJZYaRzlyKchsBLFehHgVCWB3VFwcS/uUVL0My6BQBqWiUaGiU+r49i3SS+pS8lItYbZHNAAAABAAA/4AGAAWAAA8APgBOAFoAAAEVFAYrASImPQE0NjsBMhYBFA4CBw4CHQEUBisBIiY9ATQ+Azc+ATU0JiMiBwYHBiMiLwEuATc2MzIWAiAOAhAeAiA+AhAuAQAQAgQgJAIQEiQgBANwEg6gDhISDqAOEgEAHj0rJiAdFxIOoA4SFRszHx01LFc0OCcdMwkQCwhsCgQHeuOB2+7+/O2rZmar7QEE7atmZqsBkc7+n/5e/p/OzgFhAaIBYQFQoA4SEg6gDhISAeIyUDoeFRIUHA8gDhISDkQjOyQjEA0ZJB8qOxsUPwwGUgcaCsCzAUNmq+3+/O2rZmar7QEE7av+t/5e/p/OzgFhAaIBYc7OAAAEACf/AwVZBgAACQA+AE8AYAAAACImNTQ2MhYVFAEUBiYnAS4BDwEGHwETAwYHBgcGJy4BNzYbAQcXFg4CDwEGLgM1AxM2MzIXARYfAQcWBR4BHwEWFxYHBi4BJyMmJwMBFhUUBwYuAScmARY2PwE2NQGugFxcgFsBjDxDDv6RBw4EAwcLegGhQxkPDTI1HRkDAsMFVSMEChIUBwcTHxELBC7TF1pLIAGoBwcDAQf+bStbGBgkBgsvIz4oCQEGAnwDkx8DCQsUBnL+ywMIAwMLBMlbQUBbW0BB/SMyIxYXAbYMBwIDCA2L/p7+N8AqGgYaGQ08GxECWQGgpN4YJBMNAQIDDBQYDwIBKwF9Iij99wUMAwENpnHgODddIEYbFgwgExAJAV/+rTEIBQIFCykKrAHpAQQCAgkIAAAABwADAOMJAAQcAAIACwAjADEASwBlAH8AAAEzAwU0JisBETMyNgETFAYrASImPQEhBwYjISImNwE2MyEyFgQQBiMhIiY1ETQ2MyEyARQOAwcjPgM/ATQuAyczHgMfARQOAwcjPgM/ATQuAyczHgMfARQOAwcjPgM/ATQuAyczHgMXAfirAQNYZWA2NFts/cIBEw7YDhP+3TcKEv71FRMNAiwJEgFMDhQDO/vH/vIOFBQOAQzIAZgBDxw9KzMmORoQAQEBDho4JispPh0RArkBDxw+KzMmORoQAQEBDhk4JispPh0RArYBDxw9KzMmOBoQAQEBDhk4JispPh0RAQIeAQmmV2r+fHIByv0MDhQUDj5RDyQRAvUOFMb+ftwUDgL0DhT+ZAska2F3Ky13aVsbGwgdW1yDOy94Z1kaGgska2F3Ky13aVsbGwgdW1yDOy94Z1kaGgska2F3Ky13aVsbGwgdW1yDOy94Z1kaAAQAAP8ABYAF8gBKAFwAbQCCAAAFNC4BJy4CJyYjIgYjIicuAycmNDc+Azc2MzIWMzI3PgI3PgI1NCYnJiMiBw4DBwYHDgEQFhcWFxYXFhcWMzI3PgETIiY0NzY1NCcmNDYyFxYUBwYWIicmNDc2ECcmNDYyFxYQBxYiJyY0Nz4BECYnJjQ2MhcWEhACBwJpGiQCAQgJCQ8kF14YIg0GCgUIASUlAQgFCgYNIhheFyQPCQkIAQIkGlcgFBkiQDlPPx0fBgMxJiYxOBs/dAMDQCIZFCBXnxomEyUlEyY0E0tLFbg2EhMTcHATJjQTlpajNhITE1phYVoTJjQTbXR0bZkLXngJBC0bCA4LCwUVEx0EgP6ABB0TFQULCw4IGy0ECXheCxY9DAgSES9VN0MMB2va/vLaa3onWyQBARIIDD0DpyY1EyU1NCcTNCYTS9RLE7UTEzQTcgE8chM0JhOW/liWyBMTNBNb6gEA6lsTNCYTbf7o/sz+6G0AAAAAFAAAAAAIgAWAAAcADwAXAB8AJwAvADcAPwBHAE8AVwBfAGcAbwB3AH8AhwCPAJcAnwAAACIGFBYyNjQkIgYUFjI2NAIiBhQWMjY0ACIGFBYyNjQkIgYUFjI2NAAiBhQWMjY0JCIGFBYyNjQCIgYUFjI2NAAUBiImNDYyBBQGIiY0NjIAFAYiJjQ2MgQUBiImNDYyABQGIiY0NjIAFAYiJjQ2MgAUBiImNDYyABQGIiY0NjIAFAYiJjQ2MgQUBiImNDYyABQGIiY0NjIEFAYiJjQ2MgEChF5ehF4BooReXoReXoReXoReAqKEXl6EXgGihF5ehF79ooReXoReAaKEXl6EXl6EXl6EXvkgcKBwcKACcHCgcHCg/nBwoHBwoAJwcKBwcKD+cHCgcHCgBXBwoHBwoP1wcKBwcKAFcHCgcHCg/nBwoHBwoAJwcKBwcKD+cHCgcHCgAnBwoHBwoAFgXoReXoReXoReXoQCXl6EXl6E/l5ehF5ehF5ehF5ehAJeXoReXoReXoReXoQCXl6EXl6E/A6gcHCgcHCgcHCgcAGQoHBwoHBwoHBwoHABkKBwcKBw+5CgcHCgcAOQoHBwoHD7kKBwcKBwAZCgcHCgcHCgcHCgcAGQoHBwoHBwoHBwoHAAAAkAAP8ABvwGAAAHAA8AEwAbAEwAVABpAHsAjAAAFhQGIiY0NjI2FAYiJjQ2MhMBBwEkFAYiJjQ2MgEUDgIHDgMVFAYjIiY0NjMyNjU0PgI3PgI1NAAgABUUBiImNTQ+AjIeAgQUBiImNDYyJRQGIiY1NCYjIgYVFAYiJjU0NiAWJRYGBwYjIiYnJicuATc+ARcWBRYGBwYjIicmJy4BNz4BFxaAJjQmJjTmJjQmJjRTAQBa/wABrSY0JiY0AukXNCQjHx0mD+GfGiYmGmqWFzMkIignJP75/o7++SY0Jlub1erVm1v9/SY0JiY0AUYmNCaDXVyEJjQmzgEkzgGKChYZCQ4TIQdEnBUIEBE0FbcBJQkVGQsMLBBczRYHEBA0FeumNCYmNCaaNCYmNCYBLf8AWgEAhzQmJjQmAQA7Y1gvKSMmPkIpn+EmNCaWajlhVTAnLjRhN7kBB/75uRomJhp11ZtbW5vV2zQmJjQmQBomJhpdg4NdGiYmGpLOzo8ZMAoEFhOydRA0FRUIEImFGTAKBCnumxA0FRYHEK8AAAAABAAD/wAI/QYAABEAIwBnALAAAAEmJy4BIyIGFRQfARYzMjY3NiU0LwEmIyIGBwYHFhceATMyNgEOAScmIyIHMjYzMhYXFgYHBiMyFx4BBw4BKwEmJyUHBiMiJwMmNj8BEzYSNzYeAQYHBgc2NzYWFxYGBwYHNjMyFx4BJRMWBg8BAwYCBwYjIicmNjc2NwYHBiMiJicmNjc2NwYjIicuATc+ARcWMzI3IgYjIiYnJjY3NjMiJy4BNz4BOwIWFwU3NjMyBAg7GRE+JTVLJAoiMCU+ERkCcyQKIjAlPhEZOzsZET4lNUv+VhFMIz5IMzADDQNcnSgRGyQSFRUSJBsRKJ1cBhAc/t7vDg8oEaALDhbRlBGVeR9PMgcfRi97kCg/BAUwKFRLLjVzZyQaA7GgCw4W0ZQRlXkaIy0dGQcfRi97kAQIJDcEBTAoVEsuNXNnJBoSEUwjPkgzMAMNA1ydKBEbJBIVFRIkGxEonVwGAQ4cASPvDg8oAkACNSInSzU4IQgfJyI1gjghCB8nIjUCAjUiJ0sBEiMaER8RAWRTJEsRCQkRSyRTZAICG3gHIwFAFzENdwELmwERZBkHPk4aO0VUEQUwKCg/BAotCjISS3z+wBcxDXf+9Zv+72QWIx9OGjtFVBEBMCQoPwQKLQoyEkskIxoRHxEBZFMkSxEJCRFLJFNkAgIbeAcAAAAEAAD/AAcABgAAEwBEAE4AXAAAARQWMjY1NCYgBhUUFjI2NTQ2MhYCIg4CFRQWMjY1NAAgABUUDgEHDgMVFAYjIgYUFjMyNjU0PgI3PgM1NC4BARcBBiIvASY0NwEXFhQPAyYnPwE2MgQgJjQmzv7cziY0JoS4hGjq1ZtbJjQmAQcBcgEHJCcoIiQzF5ZqGiYmGp/hDyYdHyMkNBdbm/3C4v29DCIMqAwMBkCoDAzpGkdCgVvPDSICwBomJhqSzs6SGiYmGl2DgwHjW5vVdRomJhq5AQf++bk3YTQuJzBVYTlqliY0JuGfKUI+JiMpL1hjO3XVm/2M4v29DAyoDCIMBgaoDCIN6RlHmWlbzwwAAAMAAP+ABgAFgAAUAFgAaAAAARQHDgEHDgEHBiMiJjU0Njc2MzIWATQmJyYjIgcnPgE1NCMiBw4CFRQWMzIUBwYHDgEjIjU0PgM1NCcuASMiDgEVFBYzMj4BNz4BNzY3NjMyFxYzMjYTERQGIyEiJjURNDYzITIWA2INCykKAgULFAs6NEZEHBccEQHmTg0VDVuHAgMx8hgsXpVKoZMZAQQWDkstKhUdHhYHGEUfIzkZZ1dSklkVBhMFAwt2bTBPAQMFCbipd/xAd6mpdwPAd6kD/RtDMsgyCwMBAmNAWKwmDiH+OQ57BQhNAhbiQekGEZG8X5KeBgIiUzRiLxgvIBkPAQMHFh1EUiJYbGqSUBZZFgwGPBIBCQIP/EB3qal3A8B3qakAAAAAAgAl/wAF2gX/ABkAZQAAATQuAiMiBwYCFRQeAjMyFj4CNzYSNzYBFAYjJy4CIyIHBgcOAQcOAyMiJjU0PgEzMhYXFA4DFRQWMzI+Azc1NCYqAQYjIiY1ND4CNzYzIBEUAgcXPgEzMhceAQLoBA0dFycnaWwRJEUvBBwMFAoCEEAQEwLyDwgGFlBAH6e4DwYKHQgXXoOyYIefJ1c2JqQBIS4uICEgLVA1KxYFBwoKCgHj+kV7vW40NgF2TAUDZaNWFh8TegTPGB0fDxc6/veJLFNOLwEBBQwKTQE1TVv9pwcNAQMQCV0IEySLH1uxmF6niDWAaUMcARcnMkgmISg/XXZgKgkCAwH14mziwo0TCf6YYv6iJAM5Pg0HvwADAAH/AAZ/BfsAPQBSAIcAAAEyHwEWHwEWBwMOAQcNASMiJjU0NjclISImNz4BMy0BLgE3PgE7AQUlLgE3PgEzMhcFFzIWMzI2LwEuATc2BxcvAgMuAScmNjc2Fh8BDgEHBhYBExYPAQYPATYvASYvASYjIgcDJjY3NhYXCQEmNjc2FhcTAyY2NzYWFxMXHgE2LwEmNjcyFgM/IBvePTGSKAtIBi8g/fH+oAknOTYmAQT+QCk5AgI8JwG6/fcpMgYGOSUKAeH+oSYwBgY2IwYOAcDZAQQBFw8UuiMOGRsVutoFJO4BAwEYCyAfShuOAgYBIBIDpQ8EDzAMN2oCKZI1QN4iKjMl6xkOIiFNGAEK/voVFSUjSxTxiA8VIiVOEcFlCB4YAQwCOCknOANfEpQoOaouPP5jICsEOCA4KCU2BSA8KSc0AUAFQCkjLTxeCj8lJC0CYCUBLg19F1EhJsp9JQImAQYBBQEfThkXCxyTAQUCLWwBp/72SUrbOxw2Pi+qPSqUFyUBOCFRFxYQIP6gAccjUBMSGCL+XAFRI04RExom/mHEDwUUEOApPAE5AAAEAAD/HgcABWIAUgBdAG0AcAAAJSInLgEnJjU0PgY3NiUmNTQ3NjMyHwE2MyAAFxYUBw4BBxYVFAcGIyIvAgE3BgcWGgEVFAcGIyInAQYHFgAVFCMiJi8BAwYHHgEXExQlFyQTAiUeARUUBgAUFjMyFhUUFjI2NTQmIyIlJxcBTwIEVqU5FQQECgcOBhICuAEMbhF0DBIKfFxkAQoBz5MUFFv/l24RdAsTCnxA/kQHOikD+O4JDTs5A/44JysYAXwLDokEauAsIgIgB7ADNDEBEbG0/ulDSF7+bhwUVnocKByyfhQBUgkHtAI5sFweJwkUEBQMFggXA/tyxg0TCkAQ5RP+7egfTB+O30DGDRQJQBDldwM0BxgXBf42/kgDBwIDBwNJHCgr/UMECiwGxQGdNTUDLAz+uQpmW28BEgEVcECpXGq9AjsoHHpWFBwcFH6yEQQHAAAAAAQAAP+XBP4FaQAfAC8ANQBPAAABFAcGIyInJjU0PgEzMhcGByYjIgYVFBYgNjU0JzY3FicUAg8BIic+BDU0JxYnFSYnHgETIic2NzY3DgEHJjU0Njc2Nz4BNxYVFAcOAQQak5Tm6JKTiPKTYFYgB0JNp+PhAVLgIEI5Kcyfnw4dIVN/SC0PAzc3SYVYbf1TTdpIEwIqw2sjIhoubzteG0oYIHEBrtefoaGf15P3kh8+QBz2qKrt7apZTQ0kYkvA/s5kAQUgjajSr1tFIqCiAtbiO//+uUt4fyUTXpEZNjslVBosHhBVOmmUbT1NawAAAAUAAP+ABgAFgAAaACkALgBEAFQAAAE0JwYHFhUUBiImNTQ2MzIXNjcmIyIGEBYgNgMWFRQOAwcWOwE2ETQnLgEnFgU0JwYHDgEVFBc+ATcOAQcWMzI2NzYlERQGIyEiJjURNDYzITIWBBocKSwWmuibnHM1LQQXPEGaz88BNM+yAgofMlc5FRUK2yYEUDpcAYEzKVNFUBhKhR0EjUQ0OjNOFREBSal3/EB3qal3A8B3qQHvTkUZCTJAdaOjdXOpEyssFdn+ytTVAf0YLz94kXNhFgOLARB0bVC3J5wpZkhWFxNFQSglEWRBNHcmNEo1KvD8QHepqXcDwHepqQAAAAACAAD/gAYABYAATwBbAAABNCcuAScmNTQ+AjU0JiMiBiMiJzY1NCcuASMiBwYVFBcGIyImIyIGFRQeAhUUBwYHBhUUFx4CMzI2MzIeAjMyPgIzMhYzMj4BNzYAEAIEICQCEBIkIAQE/xZDZh0HJy8nJRQMKAsECAURJIZVx0wRBQQKDCgKFSMnLycHQIYWiQIIDxAMMw4jQCxHKStIK0AjDjMNEA4IAokBAc7+n/5e/p/OzgFhAaIBYQGEFgUPWEATBg8WDB0WExkQAl8TTyNOV6UjTxNfAg8YFBUdDBYPBhOKHQUWLhYFKhMJHiMeHiMeCBQoBRYB+/5e/p/OzgFhAaIBYc7OAAABAA//gAZxBYAAWwAAATYWFxYVFAcWMzI2MzIWFRQOAhUUFx4BFxYXFhUUBw4CIyImIyIHDgQjIi4DJyYjIgYjIi4BJyY1NDc2Nz4BNzY1NC4CNTQ2MzIWMzI3JjU0Nz4BA1CG1TkbCQ4OEkISHTY/Sz8MJYNPHDQc2wcIFBcUVBYlGSA+Nj5aNjRZPTY+HxolGFMRGRQIB9scNBxOhSQMP0w/NB0PQhQSDgkbQNgFgAGLezp5L5AHGyQcICwTJxwPHFKIIQwLBh1GIQs4JQ0FBSMpKBsbKCkjBQUPJToLIUYdBgsMIIpRHA8cJxQrHxslGgeOMHo6iXoAAAACAAD/gAYABYAATwBfAAABNCcuAScmNTQ+AjU0JiMiBiMiJzY1NCcuASMiBwYVFBcGIyImIyIGFRQeAhUUBwYHBhUUFx4CMzI2MzIeAjMyPgIzMhYzMj4BNzYBERQGIyEiJjURNDYzITIWBQAWQ2YdBycuJyUUCygMBAgFESSFVsZNEgYKBQspChQjJy4nB0CGFooCCA4QDTMNI0EsRykrSCtBIw00DQ8PCAGKAQCpd/xAd6mpdwPAd6kBhBYFDlhBDgsPFgwdFhMZEAI/NE4kTlelJk0mTAIQGRQVHQwWDwsOih0FFi8WBSoTCh4jHh4jHgkTKwMWAwv8QHepqXcDwHepqQAAAAABAAD/gAkABgAATwAAAQ4FBw4BBw4DBwYHJAUGBz4BPwE+Azc2BTIXHgEHAwYnJiMiBAcGLgIvATQ1NDMyNxIAMzIeBRc3PgQ3PgMJAEVwQjUWFgMKMxcPRkFQCC9o/qv+31zTL04QD0e4U4VMugEXAQkLBgbCDyCA4pL+AIhShlAqDAEGiunAAW3JBRM5NUY4NA5mAiYzR2E0Qnx3QgYALlxGSSovBhLtLh0/JiwGH8gOrDV+EB4HBxtLICUNHyYDBhYL/qcdBxhZAgEcLiIRAQEBBjcBbgE8AQkPIi1JLrEETWB7kEFSd0ohAAUAAP8ABgAGAABGAFgAXgBkAGoAAAEUBycXBgcnFwYHJxcGBycXBiInNwcmJzcHJic3ByYnNwcmNTQ3Fyc2NxcnNjcXJzY3Fyc2MzIXBzcWFwc3FhcHNxYXBzcWFzQCJCMiDgIVFB4CMzIkEhMRCQERAREBEQkBEQERCQERAQUqBezgEyfWsSw/nWc9T08OJkwmDk5KQmedOzGy1icT4O0FBe7hEyfWsS49nmdDSU0NJCcmJg5OSkJnnj0usdUlFeDtBR6d/vOed9idXFyd2HeeAQ2dSf1v/W8CkQLE/Tz9PAXE/QD9AAMAAoAtHw5OSURnnj0vstclFuTwBgbu4hMo17IrQZ5oRUhPDioiIyoOT0lDaJ89L7LXJxPg7AYG7eETKNayLz2faD5PTg4fLqABD51dndp4d9qdXZ0BDwIe/QL+gQF/Av4Bf/nLAZwDNwGb/mX8yQNb/ID+QAHAA4ABwAAAAwAA/wAGgAYAABQAKQA2AAABIQchIgYVERQWFxYzFSMiJjURNDYlMwEOBgc1Njc2NTQnATMTAREhNjchETQmJzceAQFTArMa/WdunXldF0stjMfHA9/3/h4XIzc1TFNsPqM5FBT+4+S7A1b85SUIAqZjUBllfQUmSJ5u/P1flRMFSMiMAwOMyNr68j1Vb0xRMSECwxqcNDU2NALd/bcB8vupNxIEDlWMHUMiswAAAAAKAAD/AAcABgAABwAUACEALQA5AFsAbgB4AJAA5wAAABQGIiY0NjIDNTQmIgYdARQWMzI2NzU0JiIGHQEUFjMyNjc1NCYiBh0BFBYyNjc1NCYiBh0BFBYyNgEGBCMiLgI1NDcGFRQSFzYzMhc2MzIXNjIXNjMyFhc2Eic0IyIHBiMiNTQ3BhUUFjMyNzYBNCYiBhUUFjI2ATQuASMiBgcGFRQWMzI3NjMyFhUUBz4BBRQCBwYEDwEVFAYjIicGIicGIyInBiMiJjUGIyInNjcmJxYzMjcmJyY1ND4DMzIXNjc+ATc+Ajc+ATMyFzYzMhcWFRQOAgceARUUBxYXNjMyFxYDVCI4IiI4gik8KCkdHimsKDwpKR4dKa4pPCkpPCmuKTwpKTwpAQxU/tive9WQUhVogngePTgeIDc4HiBuIB44HDENcIKOSBEeXzbiHlOykm9jDf5GQGJAP2Q/AnVLl2JNkDcwW2Y1WSQRMzUES1UBF0M8Ov7uWwQ7KzgeIG4gHjg3IB44LzhabHZdNjRxRSAnWUvAMBgSLUFsQjsWExcCFAMKGhgQV/mIIxs7V1M5BQwNEwERJhCdKBkjLTdaBOg6Ly86L/pUch4rKx5yHiwsHnIeKysech4sLB5yHisrHnIeLCwech4rKx5yHiwsAsqgx2er4HhYVq/Xov7UZTkyMjIyMjIfGV4BE7NLBhPzVnZ/lJbdRjACsjJPTzIzT0/+4GCmbEY7n21oahMGODQaFETDcm/+60JAnRoBcitAMjIyMjIyQzBEUAETH2AHLsByOGg5iZx+VDQdGQMUBg8uJhRvhARAOQUHBREPEwEGGAwGE4rwHjFQAAADAAD/gAYABYAAGQAlADEAAAE0JyEVMw4BIyImNDYzMhc3JiMiBhAWMzI2JTM1IzUjFSMVMxUzABACBCAkAhASJCAEA5UG/pbZDH1QY4yMY108aGyVoODgoKXLAVltbW5ubm4BEs7+n/5e/p/OzgFhAaIBYQJ3IR+ETFmPxo87ZWTh/sLh0ndubm5ubgF2/l7+n87OAWEBogFhzs4AAAAAAQAl/wAGAAYAACcAAAERFAcGIyIkIyIHESMRLgE1NDYyFhUUBgcVNjMyFx4BMzI3PgEzMhYGADGupEn+41WkzqA/TIC2gEw/vpljYw7DNE1YC4oUGiYEAPy5MA40OzD+rgVYGXBEW4CAW0RwGUQsDwIpEgImJgAABQAA/1EJAAUAAAUAOQBWAFwAlAAAEjI2JiIGBS4FJwcGJicmNj8BLgIGIyIPASMRMjYeAxcBFjMyNxY2NxY3PgEnFjMyPgEmFzMRIycmKwEiDwEGFBceAT8BNh4BBx4BFx4BFxYEMjYmIgYBERQGIyEOAQcOAQcOAScOAS4BJwEhIiY1ETQ2MyE+BjsBMhc2OwEyHgYXITIWmFAgIFAgBgkKORoyIy4WfVP7UDkBOrEWOiVMC1xCnpsFIAwbDhUIASlzcE4vOW8RSjUUIAIKIStEHweEYF2dQmenWTnRHBsrhizBGTklChBQFB1rCzQBAFAgIFAgAQgmGv5OG25GIV83Kn1CPIR7bzD+4f6aGiYmGgGlDkIdOyo8QCR1Y1JSY6cjQDE2IzMbNw4BYxomAYBAQEAGDUoiQCo0F4xeBGBFskTOCwsBAkKe/eABAQMGCwj+3G8vFDg5BjISNxcKKkBPGAIAtExD8yFUITMCMtoXAzMfE1gYJIsPQkpAQEACAP2AGiZBUwowQww1OQQiCydELwEaJhoCoBomDkQcNBccCzg4DBEkGjUfQRAmAAAAAgAA/wAHAAYAACUATwAAAREUBiMhIiY1ETQ3PgY3PgMyHgIXHgYXFgEkNz4BLwEuAQcGBw4DIi4CJyYnJgYPAQYWFxYFHgQyPgMHAF5C+kBCXgsIPhVGRnqlbgVfMFA6UDJcBm6lekZGFT4IC/3MAQdSCwMIJggaC+dwBV4xUDpQMV4Fup0LGggmCAMLUgEHClAyTk1KTVEwUgNy/C5CXl5CA9IPCQc3ETo1XXlQBEghJSUiRgVQeV01OhE3Bwn9qL89CBkLNAsDCKlRA0ghJSUhSAOGdAgDCzQLGQg9vwg8Ii0WFi8gPwAAAAADAAD/AAcABgAAMQBQAHAAAAEXFgYHDgIHDgMrAiIuAicuAicuAT8BPgEXFhceAzsCMj4CNyQ3NhYTESYnJiUuAysCIg4CBw4CBwYHERQWMyEyNhMRFAYjISImNRE0NzYANz4DOwIyHgIXHgIXFgXCJwgDCiunfgQnKk9KJQEBJUpOLCYFeKcnCwMIJQgbC17UBU0sRRgBARhFLE0FAQI3CxrGWkVb/tYDUCpGGAEBGEYqUAPXyTo1DgcTDQXADROAXkL6QEJeKXsBxgYkLk1LJQEBJUtNLiQr4uJYKQJvMwsZCCKBYQMgIDIXFzIhHwRdgR4IGQs0CwQJSaMEPh8iIh8+BMYsCAP9JgOgUzhK5gJCHiMjHkICpp8xMgwH/GANExMDrfxgQl5eQgOgOCZyAWEFHiMxGBgxIx4krLZSJgAAAAALABX/AAXrBgAAAwAHAAsADwAaAB4AIgAmAC4AMgB2AAAlFy8BASUnBQEXAycBJQMFARcvARQWBg8BFxYBBQMlATcHFwElAwUBNycHFxYPASU3DwInBxQPAQYvARcUBwUGIyY1JyYDJj8BJicDJj8BJicDJjclMhcFFhUTFA8BFxYVFzc2HwE3ND8BNh8BHgEOARUUDwEGAUrKItgBEgESC/7U/u7jMPUBPAE9Dv6gAY1fAmcCAgROVQf9PwEARP7pBGYP5gL94QF1E/5ZA5oU4gKQBgIHAQIesxQTRwgE6gcHYgcE/tsEAgjkBDcCBz1eAUgCCF6FAmACCQGxBQMBPQYUBnZ+BQV5BQZUAwXOBgX1BAIPFAS/BgHW7NX+M9r11wGG1QFHzP3i1gFEyP6jUO9PAQ8JAzRGBgKeyAHRrfuz6qTwAnHCAbmj/LvpjmlfBAV3XN6A5CExdQUDuwUFU6EFA+oCAgHyBAERBwQlVgYBXwcFLWQIAdIKA4cBmQQF/jEHAz1VAgZ7SgQEOG4GA34DA4cEBnKHAwUCmQUAAAMAAP8ABoAGAAAdACcAVQAAATQuAyMOBCIuAyciDgMVFBYzITI2AzQmIgYVFBYyNgEVFAYrARUUBiMhIiY1ETQ2MyEyFh0BMzIWHQEUBisBFTMyFh0BFAYrARUzMhYEsQsfMFAzBjceMy8uLzMeNwYzUDAfC1Q9AkA9VK2Z1pmZ1pkCfBIOYF5C+0BCXl5CBMBCXmAOEhIOYGAOEhIOYGAOEgEqOWRlRy0EIRAYCgoYECEELUdlZDlJYWECm2yYmGxrmJj+T8AOEuBCXl5CBcBCXl5C4BIOwA4SgBIOwA4SgBIAAAQAAP8ABoAGAAAJACsAWQBpAAABFAYiJjU0NjIWAzIeBBUUBiMhIiY1ND4DOwEeBTI+BAEUBisBFTMyFh0BFAYrARUzMhYdARQGKwEVFAYjISImNRE0NjMhMhYdATMyFhUBETQmIyEiBhURFBYzITI2BASZ1pmZ1pkwLkkvIBAHT0L9wEJPCRwtUTUFBzIVLR0pJikdLRUyArMTDWBgDRMTDWBgDRMTDWBeQvtAQl5eQgTAQl5gDRP/ABMN+0ANExMNBMANEwN8a5iYa2yYmP64Ij1JWUwpQ2dnQzBbak00BB8LFwkJCQkXCx8BBA0TgBMNwA0TgBMNwA0T4EJeXkIFwEJeXkLgEw37QAXADRMTDfpADRMTAAAGAAD/gAgABYAAGQAhADEAQQBRAHUAAAA0LgIjDgQiLgMnIg4CFBYzITICNCYiBhQWMgE1NCYjISIGHQEUFjMhMjYRNTQmIyEiBh0BFBYzITI2ETU0JiMhIgYdARQWMyEyNgERFAYjITU0JisBIgYdASE1NCYrASIGHQEhIiY1ETQ2MyEyFgQAEilQOQYwGywqKiosGzAGOVApEko2AgA2U4W8hYW8BCISDv3ADhISDgJADhIVD/3IDxUVDwI4DxUSDv3ADhISDgJADhIBAF5C/qASDkAOEv0AEg5ADhL+oEJeXkIGwEJeAVWAa2M5BBwPFAkJFA8cBDlja4BVAj+8hYW8hf7mQA4SEg5ADhISARI4DxUVDzgPFRUBC0AOEhIOQA4SEgFO+0BCXmAOEhIOYGAOEhIOYF5CBMBCXl4AAAcAAP+ACAAFgAAZACEAMQBBAFEAdQCFAAAAFAYjISImND4CMx4EMj4DNzIeAQIUBiImNDYyARUUBiMhIiY9ATQ2MyEyFjUVFAYjISImPQE0NjMhMhY1FRQGIyEiJj0BNDYzITIWExE0JiMhIgYVERQWMyE1NDY7ATIWHQEhNTQ2OwEyFh0BITI2ExEUBiMhIiY1ETQ2MyEyFgQASjb+ADZKEilQOQYwGywqKiosGzAGOVApi4W8hYW8BCISDv3ADhISDgJADhIVD/3IDxUVDwI4DxUSDv3ADhISDgJADhKAEw35QA0TEw0BYBIOQA4SAwASDkAOEgFgDROAXkL5QEJeXkIGwEJeAdWAVVWAa2M5BBwPFAkJFA8cBDljAbu8hYW8hf1gQA4SEg5ADhIS7jgPFRUPOA8VFfVADhISDkAOEhL8MgTADRMTDftADRNgDhISDmBgDhISDmATBM37QEJeXkIEwEJeXgAAAAADAAD/AAcABgAADwAXACgAACUuAScOASImJw4BBxYEICQCECYgBhAWIAAQAgYEIyIkJgIQEjYkIAQWBfMWg3dDuc65Q3eDFmoBSgF+AUqJ4f7C4eEBPgLhju/+tLe2/rTwjo7wAUwBbAFM8MWbzRBKU1NKEM2blq+vArIBPuHh/sLhATb+lP618Y6O8AFMAWwBTPCOjvAAAAMAAP8ABwAGAAAQACQALAAAACAEFhIVFAIGBCAkJgIQEjYBNjU0AiYkIAQGAhUUFxIzFiA3MiYQJiAGEBYgAsoBbAFM8I6N8P60/pL+tO+OjvAEbZV6zv7k/sj+5M56lULwgwFsg/Cp4f7C4eEBPgYAjvD+tLa1/rTwj47xAUsBbAFM8PtHzfqcARzOenrO/uSc+s0BR4CAoQE+4eH+wuEAAAAAAwAA/wAGAAYAAB8AJwA3AAABHgQVFAYjISImNTQ+AzcmNTQ+AjIeAhUUACAGEBYgNhATMjY1NAInBiAnBgIVFBYzBLEvVV1CLMiN/KqNyCxCXVUvT1GKvdC9ilH+n/7C4eEBPuErWH2dk5H+gpGTnX1YAvAOMGKF04Oa29uag9OFYjAOfZNovYpRUYq9aJMCE+H+wuHhAT764Y9m7wEUB39/B/7s72aPAAAAAAQAAP8ABQAGAAARABkAIwA9AAAAFAYjISImND4CMxYyNzIeAQIUBiImNDYyAREhERQWMyEyNhMRFAYjISImNRE0NjMhFRQWOwEyNj0BITIWBABKNv4ANkoSKVE4UNhQOFEpiIe+h4e+AaH8ABMNA8ANE4BeQvxAQl5eQgFgEg7ADhIBYEJeAVaAVlaAbGQ5S0s5ZAG5vIWFvIX7oAVg+qANExMFzfpAQl5eQgXAQl5gDhISDmBeAAAIAAD/gAgABYAAEwAbACsAOwBLAFsAZQB1AAABNC4CIwYiJyIOAhUUFjMhMjYCNCYiBhQWMgE1NCYjISIGHQEUFjMhMjYBNTQmIyEiBh0BFBYzITI2JTU0JisBIgYdARQWOwEyNhE1NCYjISIGHQEUFjMhMjYBITU0JiMhIgYVIREUBiMhIiY1ETQ2MyEyFgOADyJEL0C4QC9EIg8/LAGqLD+AcKBwcKAEcBIO/UAOEhIOAsAOEv6AEg7+wA4SEg4BQA4SAYASDsAOEhIOwA4SEg79QA4SEg4CwA4S+YAHABIO+UAOEgeAXkL5QEJeXkIGwEJeAUQ2XVcyQEAyV102N01NAaOgcHCgcP7gQA4SEg5ADhISAQ5ADhISDkAOEhIOQA4SEg5ADhISAQ5ADhISDkAOEhIBbmAOEhIO+0BCXl5CBMBCXl4ACAAA/4AIAAWAABMAGwArADsASwBbAGUAdQAAARQGIyEiJjU0PgIzFjI3Mh4CAhQGIiY0NjIBFRQGIyEiJj0BNDYzITIWJRUUBiMhIiY9ATQ2MyEyFgUVFAYrASImPQE0NjsBMhY1FRQGIyEiJj0BNDYzITIWExEhERQWMyEyNhMRFAYjISImNRE0NjMhMhYDgD8s/lYsPw8iRC9AuEAvRCIPgHCgcHCgBHASDv1ADhISDgLADhL+gBIO/sAOEhIOAUAOEgGAEg7ADhISDsAOEhIO/UAOEhIOAsAOEoD5ABMNBsANE4BeQvlAQl5eQgbAQl4BRDdNTTc2XVcyQEAyV10B1qBwcKBw/aBADhISDkAOEhLyQA4SEg5ADhISDkAOEhIOQA4SEvJADhISDkAOEhL8sgRg+6ANExMEzftAQl5eQgTAQl5eAAIAHf8ABuIGAAAaAEEAAAEQAiMiAhEQEjMyNy4EIyIHJzYzMhYXNgEzFg4DIyIuAicGIyIkJgI1NBI2JDMyHgMVFAIHHgEzMjYE59Lh3tDQ3ko5FiI2NUkpLiExaauEp0NDAYZ1AworSY1cR3dcQiFhbJb+492Hh94BHZV568eZVqGKL106PUIC7QE+ATn+xv7D/sT+yRErPEYrHRBhW2xllf6FG1BuW0EmSlI3G3TJASmpqgErynRIjL35ib7+xWtGSUsAAAAABAAA/2UJAAWbACAALgCZAL8AAAUUBiMiJyYnAhEQEz4BMzIWFRQHBgcGFRAXFhceBCUUBiMhIiY1NDYzITIWAxQHDgEHBiMiJjU0PgI1NCcmIyIVFBYVFAYjIjU0NjU0Jy4BIyIOARUUFhUUDgMVFBcWFxYXFhUUIyInLgE1ND4DNTQnJicmNTQzMhceBBcUHgUzMjY1NCY0MzIXHgEFEAcOAyMiJjU0PgE3NhE0JicmJy4FNTQ2MzIXFhIXFgHFIBUBDD9j4dUncCYTID9iMXd7MlYCGQ4UCQU/Ix37xxomIx0EORom10MZWScQCwcQJi4mIx0RAw8rF0IDCg06FgUEAyAmNjUmKh0yEAEBEgYbd5gxR0YxGR0bEykyPCk8JxwQCAYDCAoMEQoXHCgKG0JIPQLTihM6TlQgEB46Twm3KTQ6aQIWCxMLCCATRn5iYAwCZRUhAw99ARwBiAFVAREzaRsTGz9mUsf6/ufSVVgDGhAZFnwdJyYaHScmAkmGYyZRFAoMBgkqMlUuTDYqBQwvDRYaTA86DxkVGTkBBAQCMB4lPi4uPiViPisUBQUCAxALK8F6N3ltbHc0NSkwEAkMFB0TMzNKQDABIREhFRYLHBcZVBRGTKCH/u7lIFBdPR8QD0dTC+YBLYPQa3dtAxUMFxEUCRMhqYP+5KwqAAACAAD/AAcABgAAGAAoAAAlEzYmBwEOARYfAQE2FxYHATkBBzI/ARcWABACBgQgJCYCEBI2JCAEFgSlkwknIPygHRUQGN0CARULBwv+YRAXFmzgQAJsjvD+tP6U/rTwjo7wAUwBbAFM8OUCtSwmDP6zCxwZB0UBQw4IBQr+ieQWaKUkApv+lP608I6O8AFMAWwBTPCOjvAAAAYAAP8ABAAGAAANAB8ALwAzADcAOwAAJRQGIiY1NDY3ETMRHgEXNCYnETQmIgYVEQ4BFRQWIDY3FAAgADU0NxE0NiAWFREWExUjNRMVIzUTFSM1AoBwoHBGOoA6RoBEPHCgcDxEuwEKu4D++f6O/vmAuwEKu4CAwMDAwMDAUHBwUDxkFQOL/HUVZDxNhi0DAFBwcFD9AC2GTYW7u4W5/vkBB7m2gwLHhbu7hf05gwGKgIABAICAAQCAgAAABgAA/wAEAAYAAA0AHwAvADMANwA7AAAlFAYiJjU0NjcRMxEeARc0JicRNCYiBhURDgEVFBYgNjcUACAANTQ3ETQ2IBYVERYTFSM1ExUjNRMVIzUCgHCgcEY6gDpGgEQ8cKBwPES7AQq7gP75/o7++YC7AQq7gIDAwMDAwMBQcHBQPGQVAov9dRVkPE2GLQMAUHBwUP0ALYZNhbu7hbn++QEHubaDAseFu7uF/TmDAYqAgAEAgIABAICAAAAGAAD/AAQABgAADQAfAC8AMwA3ADsAACUUBiImNTQ2NxEzER4BFzQmJxE0JiIGFREOARUUFiA2NxQAIAA1NDcRNDYgFhURFhMVIzUTFSM1ExUjNQKAcKBwRjqAOkaARDxwoHA8RLsBCruA/vn+jv75gLsBCruAgMDAwMDAwFBwcFA8ZBUBi/51FWQ8TYYtAwBQcHBQ/QAthk2Fu7uFuf75AQe5toMCx4W7u4X9OYMBioCAAQCAgAEAgIAAAAYAAP8ABAAGAAANAB8ALwAzADcAOwAAJRQGIiY1NDY3NTMVHgEXNCYnETQmIgYVEQ4BFRQWIDY3FAAgADU0NxE0NiAWFREWExUjNRMVIzUTFSM1AoBwoHBGOoA6RoBEPHCgcDxEuwEKu4D++f6O/vmAuwEKu4CAwMDAwMDAUHBwUDxkFYuLFWQ8TYYtAwBQcHBQ/QAthk2Fu7uFuf75AQe5toMCx4W7u4X9OYMBioCAAQCAgAEAgIAAAAAABgAA/wAEAAYAAAkAGwArAC8AMwA3AAAlFAYiJjU0NjIWFzQmJxE0JiIGFREOARUUFiA2NxQAIAA1NDcRNDYgFhURFhMVIzUTFSM1ExUjNQKAcKBwcKBwgEQ8cKBwPES7AQq7gP75/o7++YC7AQq7gIDAwMDAwMBQcHBQT3FxT02GLQMAUHBwUP0ALYZNhbu7hbn++QEHubaDAseFu7uF/TmDAYqAgAEAgIABAICAAAAQAAD/AAeABgAAJgAuADYAPgBGAE4AVgBeAGYAbgB2AH4AhgCOAJYAngAAARYUBwEGIi8BJjQ/AS4BNyYjIgYVESERND4CMzIWFzYWFzc2MhcCMhYUBiImNAQiJjQ2MhYUNjIWFAYiJjQEMhYUBiImNAQ0NjIWFAYiJDIWFAYiJjQEMhYUBiImNAQiJjQ2MhYUNjIWFAYiJjQEIiY0NjIWFDYyFhQGIiY0BDIWFAYiJjQkMhYUBiImNAYyFhQGIiY0BjIWFAYiJjQFmQoK/Y4KGgpSCgosSBM4SmZqlv8AUYq9aGq+R17OUiwKGgohNCYmNCYBWjQmJjQmpjQmJjQm/aY0JiY0JgEAJjQmJjQBADQmJjQm/aY0JiY0JgFaNCYmNCamNCYmNCb+2jQmJjQmpjQmJjQm/qY0JiY0JgEmNCYmNCZaNCYmNCZaNCYmNCYFBwoaCv2OCgpSChoKLFvoY0eWavsABQBovYpRUkonHUEsCgr+pyY0JiY0WiY0JiY0WiY0JiY0WiY0JiY0NDQmJjQmgCY0JiY0WiY0JiY0WiY0JiY0WiY0JiY02iY0JiY0WiY0JiY0WiY0JiY0JiY0JiY0WiY0JiY0WiY0JiY0ABEAAP8ABwAGAAAdACUALQA1AD0ARQBNAH0AhQCNAJUAnQClAK0AtQC9AMUAAAEVFAcVFAYrASImPQEGIyEiJxUUBisBIiY9ASY9AQAUBiImNDYyNhQGIiY0NjImFAYiJjQ2MhYUBiImNDYyJhQGIiY0NjImFAYiJjQ2MgEVFAYjISImPQE0NjsBETQ2MzIXNhYXNzYfARYHAQYvASY/AS4BNyYjIgYVESEyFgAUBiImNDYyJhQGIiY0NjImFAYiJjQ2MhYUBiImNDYyJhQGIiY0NjImFAYiJjQ2MhYUBiImNDYyJhQGIiY0NjIWFAYiJjQ2MgaAgBIOQA4SP0H9AEE/Ew1ADROAAkASHBISHFISHBISHC4SHBISHJISHBISHC4SHBISHC4SHBISHARSEg75QA4SEg5glmpsTC5oKRYLCyoLC/7GCwsqCwsWJAkcJTM1SwXgDhL8gBIcEhIcLhIcEhIcLhIcEhIc0hIcEhIcLhIcEhIcLhIcEhIc0hIcEhIcLhIcEhIckhIcEhIcAcDAqXXCDhISDnYWFm4RFxcRunWpwAGuHBISHBIuHBISHBIuHBISHBISHBISHBIuHBISHBIuHBISHBL94EAOEhIOQA4SAoBqlk4TDiAWCwsqCwv+xgsLKgsLFi50MiNLNf2AEgHAHBISHBIuHBISHBIuHBISHBJSHBISHBIuHBISHBIuHBISHBJSHBISHBIuHBISHBISHBISHBIAAAAEAAH/AAYABf4ADQBAAEgAcQAAARQHBgcGICcmJyY1NCABFAAHBiY3Njc2NzY3NhI1NAIkBw4DFxYSFxYXFhceARcWBicuAQI3NhI2JDc2BBYSBBQGIiY0NjIBFAYHBiYnJicmNz4BNTQuAQcOAQcGFhcWBwYHDgEnLgE3PgI3Nh4BA+IRHxgW/vwWGB8RAcACHv702AgOAQcDBAIBCJ/Btv7ItXzioV8BAcSfBwIDAwEIAgEPCJTieQgHdr8BA4+kAS/bg/3ig7qDg7oBo2tdCBACBhcHCjpCdcZxhcANCkNBCgcYBQIQCF9rAgOE3oKQ+JEBWFZv12JaWmLXbleoAQDw/nxWAwwJMBIgDwkDUQEyuLQBLagKB2yt5324/s9PAwkVGAkvDAkMBDrfATGnjwEFwXoJCnHQ/tsluoODuoP/AHrVRwYICjQoCgo2klJvumEMD8SFXKg8CgopNAkIBkrafYPiiQYHhvEAAgAA/4AHAAWAAAMAEwAAJSERIQERFAYjISImNRE0NjMhMhYBAAUA+wAGAF5C+kBCXl5CBcBCXoADAAFg+0BCXl5CBMBCXl4AAQAA/4AHAAGAAA8AACUVFAYjISImPQE0NjMhMhYHAF5C+kBCXl5CBcBCXuDAQl5eQsBCXl4AAAADAAD/AAgABgAAAwAMACYAACkBESkCESERMzIWFQERFAYjIREUBiMhIiY1ETQ2MyERNDYzITIWAQADAP0ABAACAP0AYEJeAwBeQv2gXkL8QEJeXkICYF5CA8BCXgIAAwD/AF5CAgD8QEJe/qBCXl5CA8BCXgFgQl5eAAAAAgAA/4AHAAWAACMAMwAAJTc2NC8BNzY0LwEmIg8BJyYiDwEGFB8BBwYUHwEWMj8BFxYyAREUBiMhIiY1ETQ2MyEyFgSXkgoK6ekKCpIKGgrp6QoaCpIKCunpCgqSChoK6ekKGgJzXkL6QEJeXkIFwEJe15IKGgrp6QoaCpIKCunpCgqSChoK6ekKGgqSCgrp6QoEE/tAQl5eQgTAQl5eAAMAAP+ABwAFgAAjACcANwAAAQcGIi8BBwYiLwEmND8BJyY0PwE2Mh8BNzYyHwEWFA8BFxYUASERISURFAYjISImNRE0NjMhMhYE6ZIKGgqpqQoaCpIKCqmpCgqSChoKqakKGgqSCgqpqQr8DQUA+wAGAF5C+kBCXl5CBcBCXgGpkgoKqakKCpIKGgqpqQoaCpIKCqmpCgqSChoKqakKGv7NBABg+0BCXl5CBMBCXl4AAgAA/wAHAAYAAAMAEwAACQEhAQAQAgYEICQmAhASNiQgBBYELgEy/XL+zgVgjvD+tP6U/rTwjo7wAUwBbAFM8AFmAjT9zAHQ/pT+tPCOjvABTAFsAUzwjo7wAAAHAAD/AAcCBgAABwATACMALgBDAMQA1AAAASYOARcWPgEFBiInJjQ3NjIXFhQXBwYiLwEmND8BNjIfARYUJwYiJyY0NzYyFhQlDgEnLgE+AhYXHgcOARM2LgInLgEHPgEfATYnPgEvAT4BNzYmJyYGBw4BHgEXLgEnJjcmJyIHPgE/ATQnLgEGBzY3Bh4BFwYHDgEPAQ4BFxYXBgcGFBY3PgE3LgIHPgQzFjc2NTQnFgcOAQ8BDgUWFyYnDgQWFxY2Ejc+ATcWFxY3NhIQAgYEICQmAhASNiQgBBYFCw8oDAsONBD+WggXBwgIBxcIB54jDCMNJgwMIwwjDSYMeQcXCAcHCBYQAYsikzYmLgRKTUAmAhYHEwYOAwUDB8MDFyAiBihYRRMqDAwCJAYBAwMrOAYKalQ8bBweByQzHy1WDhw8EA0yJxMuDQ0NCi0xDQICBwElHhkWI2UiIVq2EAEKDw8VKyopSBMCCSARFzgYHxUNDggHKGoFARwNDQQeFh8TDwIJIwIWGSoTDg0TLca3H1Z2Gy9raD8n9o7w/rP+lP6z8I6O8AFNAWwBTfAEJBERKBIRBSTUCAgIFgcICAcWUiMNDSYNIg0jDAwnDCN2CAgIFggIEBZaQCsmHE1iVhQeJAIVBhUKFQ8WFBj+EhQdDhQKRzcQDQsBAS0tFCkKChhSMlSFCgczMTNkSjYPBEA4bHIVCxMYGgEBMhwVDxYdBAMcX4s1DhYQbS8uIrdHEAsMEhk6FhETPR4CBgkBBQ8FBwEHKSU1ZjBndB0qBgYHMik/O0NCHjYaGB42JiwgCxmyAQlgNH84XVVTAwIBef6U/rTwjo7wAUwBbAFM8I6O8AAAAAEAAP8ABgAGAABHAAABERY2PwE+AT8BMwMTIycuAScmIREUFjMhMj4EPwEzBgIHLgEnIyEFNTc+ATcTEicuAS8BNQUhMjcOAQ8BIycuASMhIgYCBmexJSVELREhZw4HZx0PPDZX/vdXWgFlIzE9LzIqEl1ZBjMFkustLP2M/oh/QzEBCAMLAi9EfwF4Ar6L6wYQBAVdIB9WRv3cHA8FSf1xAQUDAwItSI7+vv7Bf0QyAQj91E5LBAsZJz4q2CX+Uj0FBgEMZhkNMDcCgwGS8z0uDRhmDBtE/V1cfHl1EQAABwAA/4AGAAWAABEALAAwAD4AUwBlAHUAAAEVFBYOBCMRMh4DHAEFFRQWDgIjIicmNTwDPgIzMh4DHAEFMxEjATMRIwcmJyMRMxETMxMFNCcuBSIjIisBETIzFjYnJgU1NC4CIyIHNSMRMzcWMzI2ExEUBiMhIiY1ETQ2MyEyFgOaAQECBQgOCQkOCAUCATwBAQQLCAkFBAMEBgUGCAUDAfveenoBsmqfHBQMnmstTCsBqQUDEBIgFSkRFQgEWxQkqTgDAQE9BA8iHS4fdW4HHi8yILReQvtAQl5eQgTAQl4C47YEFggQBwgDATUCCAMQBRZjeQEXCA8GCQqbAgoHCwYIAwMGBgsFDu4B2P4oAdjdlEn+KAE4/sgBPw5DFxAZEAwFA/4oATObPp+FHSAjDyKa/igeJD0DEvtAQl5eQgTAQl5eAAAAAAUAMP8CCEsF+AAMABUAGgBTAI8AAAUmJy4EJyYnFgABFy4BLwEGBxYTBgc2NwE0AiYkIyIEBwYHPgMfAR4DByYOAgceAhcWPgI/AT4BFhcWBwYFBiceAx8BFjc2EhMGBwYCBwYHBicGIyAAAyImIwYeAh8BFhcuAy8BLgYnHgIXNzY3Njc2Nz4BNzYkBBcWEgR3BgUNLn5rdR8RnkIBUv5dqBkgAwRUJQV6KyIsHgWgfNP+3p+T/vRqHg88ppeHKSghKAkEA37Lo3pGBA84Inv5tJElJRYjGgQONdD+/Ye2KYqIfScnj3jD7koOGkbfzzAiSFskJf7l/kVKAQYCBhEjJQ0OCC5HazIdAwIFOShCMTMiCBM/o0ACC1Mphxw1DyIgngEjATmW3OLFAQMIHmRtq1cDItX+1gI7HEy3NjVSjkECMEBULhb+nqEBJNR9aWA6ZjNBFQYEAwEdJSUKCxVCTTwkcfM6BilCRBkYEAkTGWEYYSUUBGChXUELDBcmYwF8AQmHTdD+63MhCxoKAwFaAQ0BMn1pWxoaDEYmiY+DKioCFQ8aGBsbDAofPAgglY3Ko3NjHCIPSjwmTnP+RgAFACX/DAbYBfQAFwAwAEAAVwBtAAABNiYnLgEGBwYWFx4CFx4HNgEOAgQkLgECNz4DNwYaAQwBJDc2BxQCFA4CIi4CND4CMh4BBS4BLAEMAQYCFyYCPgQeAhceAQM2ACciJyY3HgQOAwc+AwU9HUdWOodlEgwPIxcfOhskPyslGBQNCwoBcTTB7P7y/vrwtGcFAQ8KJgQzaPIBVAFgAVp0FALzUYi80LyIUVGIvNC8iAFwQef+7f7L/tv+/rZQHjEFTI694e/24s5LITo8DP7X+AgCAhp90ohgFRdkkeGIbLuhYgLwLKs5Jx0UGxcKBQMEDwoNJSUoJCEYDQH9y3+6YRgzg8ABF6QpVyl4DdD+hv7+mgyhpBsNBAIf0L6KUVGKvtC+ilFRigaT0GMIUbH2/qTHoQEt9NKXZSkXVaRzMo7+gfQBWEQFBQMEXJS90c+8klkCHmSSzwAAAAALAAD/gAYABgAADwAfAC8APwBPAF8AbwB/AI8AnwCvAAATFSMiPQEjIj0BNDsBNTQzExUjIj0BIyI9ATQ7ATU0MxMVIyI9ASMiPQE0OwE1NDMTFSMiPQEjIj0BNDsBNTQzExUjIj0BIyI9ATQ7ATU0MyURFAYjISImNRE0NjMhMhYBFRQrARUUKwE1MzIdATMyNRUUKwEVFCsBNTMyHQEzMjUVFCsBFRQrATUzMh0BMzI1FRQrARUUKwE1MzIdATMyNRUUKwEVFCsBNTMyHQEzMsBwEDAQEDAQcHAQMBAQMBBwcBAwEBAwEHBwEDAQEDAQcHAQMBAQMBAEsDgo/MAoODgoA0AoOAEAEDAQcHAQMBAQMBBwcBAwEBAwEHBwEDAQEDAQcHAQMBAQMBBwcBAwEAEAgBAQECAQEBABAIAQEBAgEBAQAQCAEBAQIBAQEAEAgBAQECAQEBABAIAQEBAgEBAQoPpAKDg4KAXAKDg4+wggEBAQgBAQ8CAQEBCAEBDwIBAQEIAQEPAgEBAQgBAQ8CAQEBCAEBAAAAAAAQAv/wAGUQYAAJAAAAEHFx4BBw4BLwEXFgYmJwMlERceAQ4BJi8BFRQGIiY9AQcOAS4BNj8BEQUDDgEmPwEHBiYnJjY/AScuAT4BFwUtAQUGIyIuATY/AScuAT4BHwEnJjYWFxMFEScuAT4BFh8BNTQ2MhYdATc+AR4BBg8BESUTPgEWDwE3NhYXFgYPARceAQ4BIyInJQ0BJTYeAQYGHqe6Fw0NDjIXujcNMkcNZv7x0BACGCEpEHAmNCZwECkhGAIQ0P7xZg1HMg03uhcyDg0NF7qnHRoJKh0BNgEP/vH+ygQJGyIEGhunuhcNGjQWujcNMkcNZgEP0BACGCEpEHAmNCZwECkhGAIQ0AEPZg1HMg03uhcyDg0NF7qnGxoEIhsJBP7K/vEBDwE2HSoJGgGjIWsNMxcXDQ1qoCYzCiUBLJz+x+4SKh8TCBKA1homJhrWgBIIEx8qEu4BOZz+1CUKMyagag0NFxczDWshBi4vIQY+nZ0+ASQsKgUhaw0zLg4OaqAmMwol/tScATnuEiofEwgSgNYaJiYa1oASCBMfKhLu/secASwlCjMmoGoNDRcXMw1rIQUqLCQBPp2dPgYhLy4AAAAAAgAA/wAHAAYAABIAJgAAATYuAicmDgIHBh4CFxYkEgkBFhIHBgIEBwUBJgI3NhIkNzYkBcEHUJLQdXTbpWkHB1CS0XWbARSsAUf+o3h5Cgu2/tS2/BkBW3h5Cgu2AS22pwKaAl922aFlBwdOj891dtmhZQcJiAD/BD3+pHX+yqa3/sjHGYQBW3QBN6a4ATjHGRZYAAYAAP8ABwAGAAAKAA4AEgAWACYANgAAARMjCwEjEyc3FwcBBQMtARcHJyUXBycEEAImJCAEBgIQEhYEICQ2EhACBgQgJCYCEBI2JCAEFgO0ozOvqzGzThXwFf5FATCC/tAB2vBn7wF/v1K+Aj180/7e/sL+3tN8fNMBIgE+ASLT7I7w/rT+lP608I6O8AFMAWwBTPAB/P63AV7+ogF2ITFmMgJpgv7Qgndn72ZaUb5RXgE+ASLTfHzT/t7+wv7e03x80wJ3/pT+tPCOjvABTAFsAUzwjo7wAAwAJv8BB1oF/wBYAGIAbAB3AIEAqwC3AMIAzQDYAOQA7gAAAS4DJyY+AScmJyYPAQ4DIi4BJy4GJyYGBw4DJicmJyYGBw4DFQYWNz4BNzYSNz4BFxYHDgEHBhY2Nz4CNzYXMgcGAgcGFhceAjYEFgYHBiYnJj4BARYOASYnJj4BFgAOAScuATc+ARcWARYOAS4BNjc2FhMWAgcGJw4BJicGBwYmJyYnLgI2Ny4BPgE3PgIWFzYeAwceAgYBFgYHBiYnJjY3NhYTFg4BJicmNjc2FgEWBgcGLgE2NzYWARYGBwYmJyY+ARYBFgYHBiYnJjY3NhYnFgYHBi4BPgEWBTYELzQtAwVMSgUOZy0eAwQCBwMHBQcDAwwGCwgLCwYeJBsBEAkVDAs2HilqFxAyJSsWUUYeKRIHkAUGHw4bBgJiAQYzRhQEU1AGFBUdBAJ/BwwyMRFESzL8QQYQDw4ZAwMQHAJXDAciKQwLByIp/RUkPxoaDBISPxoaBQQTDDhBJgwbHEGERTVsWm0UgZ49DAFn9EcyA1N3KiY+JAQ1akQghp+xR0iIeVgvBjRGFSD7cg4JFBMxDQ4JFBMxrAQSIhwEAxMQERwEpQQVFBMiCBUUFCH9bBAPHBs9EBAPNj4C+gQQDw8ZAwMQDw4ZvA8JFhY2HgosNQEuGBQBGBovubEnZQIBEQICAQMBAwQDAg0FCgUGAwEFEBcBDwcNAgIbDRIuKhyNfJABRWQEAhohDQF1CAsOBw8mEvMLJiUXJgionwkdASYQ/vkcNWQYCQ0DH6geGQMDEA8OGgb+2hEpGAgRESkYCAM2NgwTEkAaGwwSE/0BHEMmDDhCFBMMAkBx/vlMPwNQXgU3CQFHLWhJWw5xj6E6PIhyUwlVfjkXNxUHQV+HSRBSYGcCcBQxDg4JFBQxDg4JAQUQHQgTEREcBAQT/DsUIgQEFSgiBQQXA2obPxAQDxscPiIQ/VQPGQQDEQ4PGgMDEOIWNhAPCiw2IAoAAAAYASYAAQAAAAAAAAAvAGAAAQAAAAAAAQALAKgAAQAAAAAAAgAHAMQAAQAAAAAAAwARAPAAAQAAAAAABAALARoAAQAAAAAABQASAUwAAQAAAAAABgALAXcAAQAAAAAABwBRAicAAQAAAAAACAAMApMAAQAAAAAACQAKArYAAQAAAAAACwAVAu0AAQAAAAAADgAeA0EAAwABBAkAAABeAAAAAwABBAkAAQAWAJAAAwABBAkAAgAOALQAAwABBAkAAwAiAMwAAwABBAkABAAWAQIAAwABBAkABQAkASYAAwABBAkABgAWAV8AAwABBAkABwCiAYMAAwABBAkACAAYAnkAAwABBAkACQAUAqAAAwABBAkACwAqAsEAAwABBAkADgA8AwMAQwBvAHAAeQByAGkAZwBoAHQAIABEAGEAdgBlACAARwBhAG4AZAB5ACAAMgAwADEANgAuACAAQQBsAGwAIAByAGkAZwBoAHQAcwAgAHIAZQBzAGUAcgB2AGUAZAAuAABDb3B5cmlnaHQgRGF2ZSBHYW5keSAyMDE2LiBBbGwgcmlnaHRzIHJlc2VydmVkLgAARgBvAG4AdABBAHcAZQBzAG8AbQBlAABGb250QXdlc29tZQAAUgBlAGcAdQBsAGEAcgAAUmVndWxhcgAARgBPAE4AVABMAEEAQgA6AE8AVABGAEUAWABQAE8AUgBUAABGT05UTEFCOk9URkVYUE9SVAAARgBvAG4AdABBAHcAZQBzAG8AbQBlAABGb250QXdlc29tZQAAVgBlAHIAcwBpAG8AbgAgADQALgA3AC4AMAAgADIAMAAxADYAAFZlcnNpb24gNC43LjAgMjAxNgAARgBvAG4AdABBAHcAZQBzAG8AbQBlAABGb250QXdlc29tZQAAUABsAGUAYQBzAGUAIAByAGUAZgBlAHIAIAB0AG8AIAB0AGgAZQAgAEMAbwBwAHkAcgBpAGcAaAB0ACAAcwBlAGMAdABpAG8AbgAgAGYAbwByACAAdABoAGUAIABmAG8AbgB0ACAAdAByAGEAZABlAG0AYQByAGsAIABhAHQAdAByAGkAYgB1AHQAaQBvAG4AIABuAG8AdABpAGMAZQBzAC4AAFBsZWFzZSByZWZlciB0byB0aGUgQ29weXJpZ2h0IHNlY3Rpb24gZm9yIHRoZSBmb250IHRyYWRlbWFyayBhdHRyaWJ1dGlvbiBub3RpY2VzLgAARgBvAHIAdAAgAEEAdwBlAHMAbwBtAGUAAEZvcnQgQXdlc29tZQAARABhAHYAZQAgAEcAYQBuAGQAeQAARGF2ZSBHYW5keQAAaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGEAdwBlAHMAbwBtAGUALgBpAG8AAGh0dHA6Ly9mb250YXdlc29tZS5pbwAAaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGEAdwBlAHMAbwBtAGUALgBpAG8ALwBsAGkAYwBlAG4AcwBlAC8AAGh0dHA6Ly9mb250YXdlc29tZS5pby9saWNlbnNlLwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAsMAAAABAAIAAwCOAIsAigCNAJAAkQCMAJIAjwECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4BHwEgASEBIgEjASQBJQEmAScBKAEpASoBKwEsAS0BLgEvATABMQEyATMBNAE1ATYBNwE4ATkBOgE7ATwBPQE+AT8BQAFBAUIBQwFEAUUBRgFHAUgBSQFKAUsBTAFNAU4BTwFQAVEBUgFTAVQBVQFWAVcBWAFZAVoBWwFcAV0BXgFfAWABYQFiAA4A7wANAWMBZAFlAWYBZwFoAWkBagFrAWwBbQFuAW8BcAFxAXIBcwF0AXUBdgF3AXgBeQF6AXsBfAF9AX4BfwGAAYEBggGDAYQBhQGGAYcBiAGJAYoBiwGMAY0BjgGPAZABkQGSAZMBlAGVAZYBlwGYAZkBmgGbAZwBnQGeAZ8BoAGhAaIBowGkAaUBpgGnAagBqQGqAasBrAGtAa4BrwGwAbEBsgGzAbQBtQG2AbcBuAG5AboBuwG8Ab0BvgG/AcABwQHCAcMBxAHFAcYBxwHIAckBygHLAcwBzQHOAc8B0AHRAdIB0wHUAdUB1gHXAdgB2QHaAdsB3AHdAd4B3wHgAeEB4gHjAeQB5QHmAecB6AHpAeoB6wHsAe0B7gHvAfAB8QHyAfMB9AH1AfYB9wH4AfkB+gH7AfwB/QH+Af8CAAIBAgICAwIEAgUCBgIHAggAIgIJAgoCCwIMAg0CDgIPAhACEQISAhMCFAIVAhYCFwIYAhkCGgIbAhwCHQIeAh8CIAIhAiICIwIkAiUCJgInAigCKQIqAisCLAItAi4CLwIwAjECMgIzAjQCNQI2AjcCOAI5AjoCOwI8Aj0CPgI/AkACQQJCAkMCRAJFAkYCRwJIAkkCSgJLAkwCTQJOAk8CUAJRAlICUwDSAlQCVQJWAlcCWAJZAloCWwJcAl0CXgJfAmACYQJiAmMCZAJlAmYCZwJoAmkCagJrAmwCbQJuAm8CcAJxAnICcwJ0AnUCdgJ3AngCeQJ6AnsCfAJ9An4CfwKAAoECggKDAoQChQKGAocCiAKJAooCiwKMAo0CjgKPApACkQKSApMClAKVApYClwKYApkCmgKbApwCnQKeAp8CoAKhAqICowKkAqUCpgKnAqgCqQKqAqsCrAKtAq4CrwKwArECsgKzArQCtQK2ArcCuAK5AroCuwK8Ar0CvgK/AsACwQLCAsMCxALFAsYCxwLIAskCygLLAswCzQLOAs8C0ALRAtIC0wLUAtUC1gLXAtgC2QLaAtsC3ALdAt4C3wLgAuEC4gLjAuQC5QLmAucC6ALpAuoC6wLsAu0C7gLvAvAC8QLyAvMC9AL1AvYC9wL4AvkC+gL7AvwC/QL+Av8DAAMBAwIDAwMEAwUDBgMHAwgDCQMKAwsDDAMNAw4DDwMQAxEDEgMTAxQDFQMWAxcDGAMZAxoDGwMcAx0DHgMfAyADIQMiAyMDJAMlAyYDJwMoAykDKgMrAywDLQMuAy8DMAMxAzIDMwM0AzUDNgM3AzgDOQM6AzsDPAM9Az4DPwNAA0EDQgNDA0QDRQNGA0cDSANJA0oDSwNMA00DTgNPA1ADUQNSA1MDVANVA1YDVwNYA1kDWgNbA1wDXQNeA18DYANhA2IDYwNkA2UDZgNnA2gDaQNqA2sDbANtA24DbwNwA3EDcgNzA3QDdQN2A3cDeAN5A3oDewN8A30DfgN/A4ADgQOCA4MDhAOFA4YDhwOIA4kDigOLA4wDjQOOA48DkAORA5IDkwOUA5UDlgOXA5gDmQOaA5sDnAOdA54DnwOgA6EDogOjA6QDpQOmA6cDqAOpA6oDqwOsA60DrgOvA7ADsQCUBWdsYXNzBW11c2ljBnNlYXJjaAhlbnZlbG9wZQVoZWFydARzdGFyCnN0YXJfZW1wdHkEdXNlcgRmaWxtCHRoX2xhcmdlAnRoB3RoX2xpc3QCb2sGcmVtb3ZlB3pvb21faW4Iem9vbV9vdXQDb2ZmBnNpZ25hbANjb2cFdHJhc2gEaG9tZQhmaWxlX2FsdAR0aW1lBHJvYWQMZG93bmxvYWRfYWx0CGRvd25sb2FkBnVwbG9hZAVpbmJveAtwbGF5X2NpcmNsZQZyZXBlYXQHcmVmcmVzaAhsaXN0X2FsdARsb2NrBGZsYWcKaGVhZHBob25lcwp2b2x1bWVfb2ZmC3ZvbHVtZV9kb3duCXZvbHVtZV91cAZxcmNvZGUHYmFyY29kZQN0YWcEdGFncwRib29rCGJvb2ttYXJrBXByaW50BmNhbWVyYQRmb250BGJvbGQGaXRhbGljC3RleHRfaGVpZ2h0CnRleHRfd2lkdGgKYWxpZ25fbGVmdAxhbGlnbl9jZW50ZXILYWxpZ25fcmlnaHQNYWxpZ25fanVzdGlmeQRsaXN0C2luZGVudF9sZWZ0DGluZGVudF9yaWdodA5mYWNldGltZV92aWRlbwdwaWN0dXJlBnBlbmNpbAptYXBfbWFya2VyBmFkanVzdAR0aW50BGVkaXQFc2hhcmUFY2hlY2sEbW92ZQ1zdGVwX2JhY2t3YXJkDWZhc3RfYmFja3dhcmQIYmFja3dhcmQEcGxheQVwYXVzZQRzdG9wB2ZvcndhcmQMZmFzdF9mb3J3YXJkDHN0ZXBfZm9yd2FyZAVlamVjdAxjaGV2cm9uX2xlZnQNY2hldnJvbl9yaWdodAlwbHVzX3NpZ24KbWludXNfc2lnbgtyZW1vdmVfc2lnbgdva19zaWduDXF1ZXN0aW9uX3NpZ24JaW5mb19zaWduCnNjcmVlbnNob3QNcmVtb3ZlX2NpcmNsZQlva19jaXJjbGUKYmFuX2NpcmNsZQphcnJvd19sZWZ0C2Fycm93X3JpZ2h0CGFycm93X3VwCmFycm93X2Rvd24Jc2hhcmVfYWx0C3Jlc2l6ZV9mdWxsDHJlc2l6ZV9zbWFsbBBleGNsYW1hdGlvbl9zaWduBGdpZnQEbGVhZgRmaXJlCGV5ZV9vcGVuCWV5ZV9jbG9zZQx3YXJuaW5nX3NpZ24FcGxhbmUIY2FsZW5kYXIGcmFuZG9tB2NvbW1lbnQGbWFnbmV0CmNoZXZyb25fdXAMY2hldnJvbl9kb3duB3JldHdlZXQNc2hvcHBpbmdfY2FydAxmb2xkZXJfY2xvc2ULZm9sZGVyX29wZW4PcmVzaXplX3ZlcnRpY2FsEXJlc2l6ZV9ob3Jpem9udGFsCWJhcl9jaGFydAx0d2l0dGVyX3NpZ24NZmFjZWJvb2tfc2lnbgxjYW1lcmFfcmV0cm8Da2V5BGNvZ3MIY29tbWVudHMNdGh1bWJzX3VwX2FsdA90aHVtYnNfZG93bl9hbHQJc3Rhcl9oYWxmC2hlYXJ0X2VtcHR5B3NpZ25vdXQNbGlua2VkaW5fc2lnbgdwdXNocGluDWV4dGVybmFsX2xpbmsGc2lnbmluBnRyb3BoeQtnaXRodWJfc2lnbgp1cGxvYWRfYWx0BWxlbW9uBXBob25lC2NoZWNrX2VtcHR5DmJvb2ttYXJrX2VtcHR5CnBob25lX3NpZ24HdHdpdHRlcghmYWNlYm9vawZnaXRodWIGdW5sb2NrC2NyZWRpdF9jYXJkA3JzcwNoZGQIYnVsbGhvcm4EYmVsbAtjZXJ0aWZpY2F0ZQpoYW5kX3JpZ2h0CWhhbmRfbGVmdAdoYW5kX3VwCWhhbmRfZG93bhFjaXJjbGVfYXJyb3dfbGVmdBJjaXJjbGVfYXJyb3dfcmlnaHQPY2lyY2xlX2Fycm93X3VwEWNpcmNsZV9hcnJvd19kb3duBWdsb2JlBndyZW5jaAV0YXNrcwZmaWx0ZXIJYnJpZWZjYXNlCmZ1bGxzY3JlZW4FZ3JvdXAEbGluawVjbG91ZAZiZWFrZXIDY3V0BGNvcHkKcGFwZXJfY2xpcARzYXZlCnNpZ25fYmxhbmsHcmVvcmRlcgJ1bAJvbA1zdHJpa2V0aHJvdWdoCXVuZGVybGluZQV0YWJsZQVtYWdpYwV0cnVjawlwaW50ZXJlc3QOcGludGVyZXN0X3NpZ24QZ29vZ2xlX3BsdXNfc2lnbgtnb29nbGVfcGx1cwVtb25leQpjYXJldF9kb3duCGNhcmV0X3VwCmNhcmV0X2xlZnQLY2FyZXRfcmlnaHQHY29sdW1ucwRzb3J0CXNvcnRfZG93bgdzb3J0X3VwDGVudmVsb3BlX2FsdAhsaW5rZWRpbgR1bmRvBWxlZ2FsCWRhc2hib2FyZAtjb21tZW50X2FsdAxjb21tZW50c19hbHQEYm9sdAdzaXRlbWFwCHVtYnJlbGxhBXBhc3RlCmxpZ2h0X2J1bGIIZXhjaGFuZ2UOY2xvdWRfZG93bmxvYWQMY2xvdWRfdXBsb2FkB3VzZXJfbWQLc3RldGhvc2NvcGUIc3VpdGNhc2UIYmVsbF9hbHQGY29mZmVlBGZvb2QNZmlsZV90ZXh0X2FsdAhidWlsZGluZwhob3NwaXRhbAlhbWJ1bGFuY2UGbWVka2l0C2ZpZ2h0ZXJfamV0BGJlZXIGaF9zaWduBGYwZmURZG91YmxlX2FuZ2xlX2xlZnQSZG91YmxlX2FuZ2xlX3JpZ2h0D2RvdWJsZV9hbmdsZV91cBFkb3VibGVfYW5nbGVfZG93bgphbmdsZV9sZWZ0C2FuZ2xlX3JpZ2h0CGFuZ2xlX3VwCmFuZ2xlX2Rvd24HZGVza3RvcAZsYXB0b3AGdGFibGV0DG1vYmlsZV9waG9uZQxjaXJjbGVfYmxhbmsKcXVvdGVfbGVmdAtxdW90ZV9yaWdodAdzcGlubmVyBmNpcmNsZQVyZXBseQpnaXRodWJfYWx0EGZvbGRlcl9jbG9zZV9hbHQPZm9sZGVyX29wZW5fYWx0CmV4cGFuZF9hbHQMY29sbGFwc2VfYWx0BXNtaWxlBWZyb3duA21laAdnYW1lcGFkCGtleWJvYXJkCGZsYWdfYWx0DmZsYWdfY2hlY2tlcmVkCHRlcm1pbmFsBGNvZGUJcmVwbHlfYWxsD3N0YXJfaGFsZl9lbXB0eQ5sb2NhdGlvbl9hcnJvdwRjcm9wCWNvZGVfZm9yawZ1bmxpbmsEXzI3OQtleGNsYW1hdGlvbgtzdXBlcnNjcmlwdAlzdWJzY3JpcHQEXzI4MwxwdXp6bGVfcGllY2UKbWljcm9waG9uZQ5taWNyb3Bob25lX29mZgZzaGllbGQOY2FsZW5kYXJfZW1wdHkRZmlyZV9leHRpbmd1aXNoZXIGcm9ja2V0Bm1heGNkbhFjaGV2cm9uX3NpZ25fbGVmdBJjaGV2cm9uX3NpZ25fcmlnaHQPY2hldnJvbl9zaWduX3VwEWNoZXZyb25fc2lnbl9kb3duBWh0bWw1BGNzczMGYW5jaG9yCnVubG9ja19hbHQIYnVsbHNleWUTZWxsaXBzaXNfaG9yaXpvbnRhbBFlbGxpcHNpc192ZXJ0aWNhbARfMzAzCXBsYXlfc2lnbgZ0aWNrZXQObWludXNfc2lnbl9hbHQLY2hlY2tfbWludXMIbGV2ZWxfdXAKbGV2ZWxfZG93bgpjaGVja19zaWduCWVkaXRfc2lnbgRfMzEyCnNoYXJlX3NpZ24HY29tcGFzcwhjb2xsYXBzZQxjb2xsYXBzZV90b3AEXzMxNwNldXIDZ2JwA3VzZANpbnIDanB5A3J1YgNrcncDYnRjBGZpbGUJZmlsZV90ZXh0EHNvcnRfYnlfYWxwaGFiZXQEXzMyORJzb3J0X2J5X2F0dHJpYnV0ZXMWc29ydF9ieV9hdHRyaWJ1dGVzX2FsdA1zb3J0X2J5X29yZGVyEXNvcnRfYnlfb3JkZXJfYWx0BF8zMzQEXzMzNQx5b3V0dWJlX3NpZ24HeW91dHViZQR4aW5nCXhpbmdfc2lnbgx5b3V0dWJlX3BsYXkHZHJvcGJveA1zdGFja2V4Y2hhbmdlCWluc3RhZ3JhbQZmbGlja3IDYWRuBGYxNzEOYml0YnVja2V0X3NpZ24GdHVtYmxyC3R1bWJscl9zaWduD2xvbmdfYXJyb3dfZG93bg1sb25nX2Fycm93X3VwD2xvbmdfYXJyb3dfbGVmdBBsb25nX2Fycm93X3JpZ2h0B3dpbmRvd3MHYW5kcm9pZAVsaW51eAdkcmliYmxlBXNreXBlCmZvdXJzcXVhcmUGdHJlbGxvBmZlbWFsZQRtYWxlBmdpdHRpcANzdW4EXzM2NgdhcmNoaXZlA2J1ZwJ2awV3ZWlibwZyZW5yZW4EXzM3Mg5zdGFja19leGNoYW5nZQRfMzc0FWFycm93X2NpcmNsZV9hbHRfbGVmdARfMzc2DmRvdF9jaXJjbGVfYWx0BF8zNzgMdmltZW9fc3F1YXJlBF8zODANcGx1c19zcXVhcmVfbwRfMzgyBF8zODMEXzM4NARfMzg1BF8zODYEXzM4NwRfMzg4BF8zODkHdW5pRjFBMARmMWExBF8zOTIEXzM5MwRmMWE0BF8zOTUEXzM5NgRfMzk3BF8zOTgEXzM5OQRfNDAwBGYxYWIEXzQwMgRfNDAzBF80MDQHdW5pRjFCMQRfNDA2BF80MDcEXzQwOARfNDA5BF80MTAEXzQxMQRfNDEyBF80MTMEXzQxNARfNDE1BF80MTYEXzQxNwRfNDE4BF80MTkHdW5pRjFDMAd1bmlGMUMxBF80MjIEXzQyMwRfNDI0BF80MjUEXzQyNgRfNDI3BF80MjgEXzQyOQRfNDMwBF80MzEEXzQzMgRfNDMzBF80MzQHdW5pRjFEMAd1bmlGMUQxB3VuaUYxRDIEXzQzOARfNDM5B3VuaUYxRDUHdW5pRjFENgd1bmlGMUQ3BF80NDMEXzQ0NARfNDQ1BF80NDYEXzQ0NwRfNDQ4BF80NDkHdW5pRjFFMARfNDUxBF80NTIEXzQ1MwRfNDU0BF80NTUEXzQ1NgRfNDU3BF80NTgEXzQ1OQRfNDYwBF80NjEEXzQ2MgRfNDYzBF80NjQHdW5pRjFGMARfNDY2BF80NjcEZjFmMwRfNDY5BF80NzAEXzQ3MQRfNDcyBF80NzMEXzQ3NARfNDc1BF80NzYEZjFmYwRfNDc4BF80NzkEXzQ4MARfNDgxBF80ODIEXzQ4MwRfNDg0BF80ODUEXzQ4NgRfNDg3BF80ODgEXzQ4OQRfNDkwBF80OTEEXzQ5MgRfNDkzBF80OTQEZjIxMARfNDk2BGYyMTIEXzQ5OARfNDk5BF81MDAEXzUwMQRfNTAyBF81MDMEXzUwNARfNTA1BF81MDYEXzUwNwRfNTA4BF81MDkFdmVudXMEXzUxMQRfNTEyBF81MTMEXzUxNARfNTE1BF81MTYEXzUxNwRfNTE4BF81MTkEXzUyMARfNTIxBF81MjIEXzUyMwRfNTI0BF81MjUEXzUyNgRfNTI3BF81MjgEXzUyOQRfNTMwBF81MzEEXzUzMgRfNTMzBF81MzQEXzUzNQRfNTM2BF81MzcEXzUzOARfNTM5BF81NDAEXzU0MQRfNTQyBF81NDMEXzU0NARfNTQ1BF81NDYEXzU0NwRfNTQ4BF81NDkEXzU1MARfNTUxBF81NTIEXzU1MwRfNTU0BF81NTUEXzU1NgRfNTU3BF81NTgEXzU1OQRfNTYwBF81NjEEXzU2MgRfNTYzBF81NjQEXzU2NQRfNTY2BF81NjcEXzU2OARfNTY5BGYyNjAEZjI2MQRfNTcyBGYyNjMEXzU3NARfNTc1BF81NzYEXzU3NwRfNTc4BF81NzkEXzU4MARfNTgxBF81ODIEXzU4MwRfNTg0BF81ODUEXzU4NgRfNTg3BF81ODgEXzU4OQRfNTkwBF81OTEEXzU5MgRfNTkzBF81OTQEXzU5NQRfNTk2BF81OTcEXzU5OARmMjdlB3VuaUYyODAHdW5pRjI4MQRfNjAyBF82MDMEXzYwNAd1bmlGMjg1B3VuaUYyODYEXzYwNwRfNjA4BF82MDkEXzYxMARfNjExBF82MTIEXzYxMwRfNjE0BF82MTUEXzYxNgRfNjE3BF82MTgEXzYxOQRfNjIwBF82MjEEXzYyMgRfNjIzBF82MjQEXzYyNQRfNjI2BF82MjcEXzYyOARfNjI5B3VuaUYyQTAHdW5pRjJBMQd1bmlGMkEyB3VuaUYyQTMHdW5pRjJBNAd1bmlGMkE1B3VuaUYyQTYHdW5pRjJBNwd1bmlGMkE4B3VuaUYyQTkHdW5pRjJBQQd1bmlGMkFCB3VuaUYyQUMHdW5pRjJBRAd1bmlGMkFFB3VuaUYyQjAHdW5pRjJCMQd1bmlGMkIyB3VuaUYyQjMHdW5pRjJCNAd1bmlGMkI1B3VuaUYyQjYHdW5pRjJCNwd1bmlGMkI4B3VuaUYyQjkHdW5pRjJCQQd1bmlGMkJCB3VuaUYyQkMHdW5pRjJCRAd1bmlGMkJFB3VuaUYyQzAHdW5pRjJDMQd1bmlGMkMyB3VuaUYyQzMHdW5pRjJDNAd1bmlGMkM1B3VuaUYyQzYHdW5pRjJDNwd1bmlGMkM4B3VuaUYyQzkHdW5pRjJDQQd1bmlGMkNCB3VuaUYyQ0MHdW5pRjJDRAd1bmlGMkNFB3VuaUYyRDAHdW5pRjJEMQd1bmlGMkQyB3VuaUYyRDMHdW5pRjJENAd1bmlGMkQ1B3VuaUYyRDYHdW5pRjJENwd1bmlGMkQ4B3VuaUYyRDkHdW5pRjJEQQd1bmlGMkRCB3VuaUYyREMHdW5pRjJERAd1bmlGMkRFB3VuaUYyRTAHdW5pRjJFMQd1bmlGMkUyB3VuaUYyRTMHdW5pRjJFNAd1bmlGMkU1B3VuaUYyRTYHdW5pRjJFNwRfNjk4B3VuaUYyRTkHdW5pRjJFQQd1bmlGMkVCB3VuaUYyRUMHdW5pRjJFRAd1bmlGMkVFAAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAQLCAAEABAAAAAIAAAAAAAEAAAAAzD2izwAAAADLTzwwAAAAANQxaLk=) format("truetype"),url(data:image/svg+xml;base64,PHN2Zz48ZGVmcz48Zm9udCBpZD0iRm9udEF3ZXNvbWUiIGhvcml6LWFkdi14PSIxNTM2Ij48Zm9udC1mYWNlIGZvbnQtZmFtaWx5PSJGb250QXdlc29tZSIgZm9udC13ZWlnaHQ9IjQwMCIgdW5pdHMtcGVyLWVtPSIxNzkyIiBhc2NlbnQ9IjE1MzYiIGRlc2NlbnQ9Ii0yNTYiIGJib3g9Ii0xLjAyMDgzIC0yNTYuOTYyIDIzMDQuNiAxNTM3LjAyIiB1bmRlcmxpbmUtdGhpY2tuZXNzPSIwIiB1bmRlcmxpbmUtcG9zaXRpb249IjAiIHVuaWNvZGUtcmFuZ2U9IlUrMDAyMC1GNTAwIi8+PGdseXBoIGdseXBoLW5hbWU9Ii5ub3RkZWYiIGhvcml6LWFkdi14PSI4OTYiIGQ9Ik0yMjQgMTEyaDQ0OHYxMzEySDIyNFYxMTJ6TTExMiAwdjE1MzZoNjcyVjBIMTEyeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSIubnVsbCIgaG9yaXotYWR2LXg9IjAiLz48Z2x5cGggZ2x5cGgtbmFtZT0ibm9ubWFya2luZ3JldHVybiIgaG9yaXotYWR2LXg9IjU5NyIvPjxnbHlwaCBnbHlwaC1uYW1lPSJzcGFjZSIgaG9yaXotYWR2LXg9IjQ0OCIvPjxnbHlwaCBnbHlwaC1uYW1lPSJkaWVyZXNpcyIgdW5pY29kZT0iwqgiIGhvcml6LWFkdi14PSIxNzkyIi8+PGdseXBoIGdseXBoLW5hbWU9ImNvcHlyaWdodCIgdW5pY29kZT0iwqkiIGhvcml6LWFkdi14PSIxNzkyIi8+PGdseXBoIGdseXBoLW5hbWU9InJlZ2lzdGVyZWQiIHVuaWNvZGU9IsKuIiBob3Jpei1hZHYteD0iMTc5MiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJhY3V0ZSIgdW5pY29kZT0iwrQiIGhvcml6LWFkdi14PSIxNzkyIi8+PGdseXBoIGdseXBoLW5hbWU9IkFFIiB1bmljb2RlPSLDhiIgaG9yaXotYWR2LXg9IjE3OTIiLz48Z2x5cGggZ2x5cGgtbmFtZT0iT3NsYXNoIiB1bmljb2RlPSLDmCIgaG9yaXotYWR2LXg9IjE3OTIiLz48Z2x5cGggZ2x5cGgtbmFtZT0idHJhZGVtYXJrIiB1bmljb2RlPSLihKIiIGhvcml6LWFkdi14PSIxNzkyIi8+PGdseXBoIGdseXBoLW5hbWU9ImluZmluaXR5IiB1bmljb2RlPSLiiJ4iIGhvcml6LWFkdi14PSIxNzkyIi8+PGdseXBoIGdseXBoLW5hbWU9Im5vdGVxdWFsIiB1bmljb2RlPSLiiaAiIGhvcml6LWFkdi14PSIxNzkyIi8+PGdseXBoIGdseXBoLW5hbWU9ImdsYXNzIiB1bmljb2RlPSLvgIAiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTY5OSAxMzUwcTAtMzUtNDMtNzhsLTYzMi02MzJ2LTc2OGgzMjBxMjYgMCA0NS0xOXQxOS00NS0xOS00NS00NS0xOUg0NDhxLTI2IDAtNDUgMTl0LTE5IDQ1IDE5IDQ1IDQ1IDE5aDMyMHY3NjhsLTYzMiA2MzJxLTQzIDQzLTQzIDc4IDAgMjMgMTggMzYuNXQzOCAxNy41IDQzIDRoMTQwOHEyMyAwIDQzLTR0MzgtMTcuNSAxOC0zNi41eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJtdXNpYyIgdW5pY29kZT0i74CBIiBkPSJNMTUzNiAxMzEyVjE5MnEwLTUwLTM0LTg5dC04Ni02MC41LTEwMy41LTMyVDEyMTYgMHQtOTYuNSAxMC41LTEwMy41IDMyLTg2IDYwLjUtMzQgODkgMzQgODkgODYgNjAuNSAxMDMuNSAzMlQxMjE2IDM4NHExMDUgMCAxOTItMzl2NTM3TDY0MCA2NDVWLTY0cTAtNTAtMzQtODl0LTg2LTYwLjUtMTAzLjUtMzJUMzIwLTI1NnQtOTYuNSAxMC41LTEwMy41IDMyVDM0LTE1MyAwLTY0dDM0IDg5IDg2IDYwLjUgMTAzLjUgMzJUMzIwIDEyOHExMDUgMCAxOTItMzl2OTY3cTAgMzEgMTkgNTYuNXQ0OSAzNS41bDgzMiAyNTZxMTIgNCAyOCA0IDQwIDAgNjgtMjh0MjgtNjh6Ii8+PGdseXBoIGdseXBoLW5hbWU9InNlYXJjaCIgdW5pY29kZT0i74CCIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTExNTIgNzA0cTAgMTg1LTEzMS41IDMxNi41VDcwNCAxMTUydC0zMTYuNS0xMzEuNVQyNTYgNzA0dDEzMS41LTMxNi41VDcwNCAyNTZ0MzE2LjUgMTMxLjVUMTE1MiA3MDR6bTUxMi04MzJxMC01Mi0zOC05MHQtOTAtMzhxLTU0IDAtOTAgMzhsLTM0MyAzNDJROTI0IDAgNzA0IDAgNTYxIDAgNDMwLjUgNTUuNXQtMjI1IDE1MC0xNTAgMjI1VDAgNzA0dDU1LjUgMjczLjUgMTUwIDIyNSAyMjUgMTUwVDcwNCAxNDA4dDI3My41LTU1LjUgMjI1LTE1MCAxNTAtMjI1VDE0MDggNzA0cTAtMjIwLTEyNC0zOTlsMzQzLTM0M3EzNy0zNyAzNy05MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iZW52ZWxvcGUiIHVuaWNvZGU9Iu+AgyIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNjY0IDMydjc2OHEtMzItMzYtNjktNjYtMjY4LTIwNi00MjYtMzM4LTUxLTQzLTgzLTY3dC04Ni41LTQ4LjVUODk3IDI1NmgtMnEtNDggMC0xMDIuNSAyNC41VDcwNiAzMjl0LTgzIDY3UTQ2NSA1MjggMTk3IDczNHEtMzcgMzAtNjkgNjZWMzJxMC0xMyA5LjUtMjIuNVQxNjAgMGgxNDcycTEzIDAgMjIuNSA5LjVUMTY2NCAzMnptMCAxMDUxdjI0LjVsLS41IDEzLTMgMTIuNS01LjUgOS05IDcuNS0xNCAyLjVIMTYwcS0xMyAwLTIyLjUtOS41VDEyOCAxMTIwcTAtMTY4IDE0Ny0yODQgMTkzLTE1MiA0MDEtMzE3IDYtNSAzNS0yOS41dDQ2LTM3LjUgNDQuNS0zMS41VDg1MiAzOTN0NDMtOWgycTIwIDAgNDMgOXQ1MC41IDI3LjVUMTAzNSA0NTJ0NDYgMzcuNSAzNSAyOS41cTIwOCAxNjUgNDAxIDMxNyA1NCA0MyAxMDAuNSAxMTUuNVQxNjY0IDEwODN6bTEyOCAzN1YzMnEwLTY2LTQ3LTExM3QtMTEzLTQ3SDE2MHEtNjYgMC0xMTMgNDdUMCAzMnYxMDg4cTAgNjYgNDcgMTEzdDExMyA0N2gxNDcycTY2IDAgMTEzLTQ3dDQ3LTExM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iaGVhcnQiIHVuaWNvZGU9Iu+AhCIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik04OTYtMTI4cS0yNiAwLTQ0IDE4TDIyOCA0OTJxLTEwIDgtMjcuNSAyNlQxNDUgNTgzLjUgNzcgNjgxIDIzLjUgODAyIDAgOTQwcTAgMjIwIDEyNyAzNDR0MzUxIDEyNHE2MiAwIDEyNi41LTIxLjV0MTIwLTU4VDgyMCAxMjYwdDc2LTY4cTM2IDM2IDc2IDY4dDk1LjUgNjguNSAxMjAgNThUMTMxNCAxNDA4cTIyNCAwIDM1MS0xMjR0MTI3LTM0NHEwLTIyMS0yMjktNDUwTDk0MC0xMTBxLTE4LTE4LTQ0LTE4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJzdGFyIiB1bmljb2RlPSLvgIUiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNMTY2NCA4ODlxMC0yMi0yNi00OGwtMzYzLTM1NCA4Ni01MDBxMS03IDEtMjAgMC0yMS0xMC41LTM1LjVUMTMyMS04M3EtMTkgMC00MCAxMkw4MzIgMTY1IDM4My03MXEtMjItMTItNDAtMTItMjEgMC0zMS41IDE0LjVUMzAxLTMzcTAgNiAyIDIwbDg2IDUwMEwyNSA4NDFRMCA4NjggMCA4ODlxMCAzNyA1NiA0Nmw1MDIgNzMgMjI1IDQ1NXExOSA0MSA0OSA0MXQ0OS00MWwyMjUtNDU1IDUwMi03M3E1Ni05IDU2LTQ2eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJzdGFyX2VtcHR5IiB1bmljb2RlPSLvgIYiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNMTEzNyA1MzJsMzA2IDI5Ny00MjIgNjItMTg5IDM4Mi0xODktMzgyLTQyMi02MiAzMDYtMjk3LTczLTQyMSAzNzggMTk5IDM3Ny0xOTl6bTUyNyAzNTdxMC0yMi0yNi00OGwtMzYzLTM1NCA4Ni01MDBxMS03IDEtMjAgMC01MC00MS01MC0xOSAwLTQwIDEyTDgzMiAxNjUgMzgzLTcxcS0yMi0xMi00MC0xMi0yMSAwLTMxLjUgMTQuNVQzMDEtMzNxMCA2IDIgMjBsODYgNTAwTDI1IDg0MVEwIDg2OCAwIDg4OXEwIDM3IDU2IDQ2bDUwMiA3MyAyMjUgNDU1cTE5IDQxIDQ5IDQxdDQ5LTQxbDIyNS00NTUgNTAyLTczcTU2LTkgNTYtNDZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVzZXIiIHVuaWNvZGU9Iu+AhyIgaG9yaXotYWR2LXg9IjEyODAiIGQ9Ik0xMjgwIDEzN3EwLTEwOS02Mi41LTE4N1QxMDY3LTEyOEgyMTNxLTg4IDAtMTUwLjUgNzhUMCAxMzdxMCA4NSA4LjUgMTYwLjV0MzEuNSAxNTIgNTguNSAxMzEgOTQgODlUMzI3IDcwNHExMzEtMTI4IDMxMy0xMjh0MzEzIDEyOHE3NiAwIDEzNC41LTM0LjV0OTQtODkgNTguNS0xMzEgMzEuNS0xNTJUMTI4MCAxMzd6bS0yNTYgODg3cTAtMTU5LTExMi41LTI3MS41VDY0MCA2NDAgMzY4LjUgNzUyLjUgMjU2IDEwMjR0MTEyLjUgMjcxLjVUNjQwIDE0MDh0MjcxLjUtMTEyLjVUMTAyNCAxMDI0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJmaWxtIiB1bmljb2RlPSLvgIgiIGhvcml6LWFkdi14PSIxOTIwIiBkPSJNMzg0LTY0VjY0cTAgMjYtMTkgNDV0LTQ1IDE5SDE5MnEtMjYgMC00NS0xOXQtMTktNDVWLTY0cTAtMjYgMTktNDV0NDUtMTloMTI4cTI2IDAgNDUgMTl0MTkgNDV6bTAgMzg0djEyOHEwIDI2LTE5IDQ1dC00NSAxOUgxOTJxLTI2IDAtNDUtMTl0LTE5LTQ1VjMyMHEwLTI2IDE5LTQ1dDQ1LTE5aDEyOHEyNiAwIDQ1IDE5dDE5IDQ1em0wIDM4NHYxMjhxMCAyNi0xOSA0NXQtNDUgMTlIMTkycS0yNiAwLTQ1LTE5dC0xOS00NVY3MDRxMC0yNiAxOS00NXQ0NS0xOWgxMjhxMjYgMCA0NSAxOXQxOSA0NXpNMTQwOC02NHY1MTJxMCAyNi0xOSA0NXQtNDUgMTlINTc2cS0yNiAwLTQ1LTE5dC0xOS00NVYtNjRxMC0yNiAxOS00NXQ0NS0xOWg3NjhxMjYgMCA0NSAxOXQxOSA0NXpNMzg0IDEwODh2MTI4cTAgMjYtMTkgNDV0LTQ1IDE5SDE5MnEtMjYgMC00NS0xOXQtMTktNDV2LTEyOHEwLTI2IDE5LTQ1dDQ1LTE5aDEyOHEyNiAwIDQ1IDE5dDE5IDQ1ek0xNzkyLTY0VjY0cTAgMjYtMTkgNDV0LTQ1IDE5aC0xMjhxLTI2IDAtNDUtMTl0LTE5LTQ1Vi02NHEwLTI2IDE5LTQ1dDQ1LTE5aDEyOHEyNiAwIDQ1IDE5dDE5IDQ1em0tMzg0IDc2OHY1MTJxMCAyNi0xOSA0NXQtNDUgMTlINTc2cS0yNiAwLTQ1LTE5dC0xOS00NVY3MDRxMC0yNiAxOS00NXQ0NS0xOWg3NjhxMjYgMCA0NSAxOXQxOSA0NXptMzg0LTM4NHYxMjhxMCAyNi0xOSA0NXQtNDUgMTloLTEyOHEtMjYgMC00NS0xOXQtMTktNDVWMzIwcTAtMjYgMTktNDV0NDUtMTloMTI4cTI2IDAgNDUgMTl0MTkgNDV6bTAgMzg0djEyOHEwIDI2LTE5IDQ1dC00NSAxOWgtMTI4cS0yNiAwLTQ1LTE5dC0xOS00NVY3MDRxMC0yNiAxOS00NXQ0NS0xOWgxMjhxMjYgMCA0NSAxOXQxOSA0NXptMCAzODR2MTI4cTAgMjYtMTkgNDV0LTQ1IDE5aC0xMjhxLTI2IDAtNDUtMTl0LTE5LTQ1di0xMjhxMC0yNiAxOS00NXQ0NS0xOWgxMjhxMjYgMCA0NSAxOXQxOSA0NXptMTI4IDE2MFYtOTZxMC02Ni00Ny0xMTN0LTExMy00N0gxNjBxLTY2IDAtMTEzIDQ3VDAtOTZ2MTM0NHEwIDY2IDQ3IDExM3QxMTMgNDdoMTYwMHE2NiAwIDExMy00N3Q0Ny0xMTN6Ii8+PGdseXBoIGdseXBoLW5hbWU9InRoX2xhcmdlIiB1bmljb2RlPSLvgIkiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNNzY4IDUxMlYxMjhxMC01Mi0zOC05MFQ2NDAgMEgxMjhRNzYgMCAzOCAzOFQwIDEyOHYzODRxMCA1MiAzOCA5MHQ5MCAzOGg1MTJxNTIgMCA5MC0zOHQzOC05MHptMCA3NjhWODk2cTAtNTItMzgtOTB0LTkwLTM4SDEyOHEtNTIgMC05MCAzOFQwIDg5NnYzODRxMCA1MiAzOCA5MHQ5MCAzOGg1MTJxNTIgMCA5MC0zOHQzOC05MHptODk2LTc2OFYxMjhxMC01Mi0zOC05MHQtOTAtMzhoLTUxMnEtNTIgMC05MCAzOHQtMzggOTB2Mzg0cTAgNTIgMzggOTB0OTAgMzhoNTEycTUyIDAgOTAtMzh0MzgtOTB6bTAgNzY4Vjg5NnEwLTUyLTM4LTkwdC05MC0zOGgtNTEycS01MiAwLTkwIDM4dC0zOCA5MHYzODRxMCA1MiAzOCA5MHQ5MCAzOGg1MTJxNTIgMCA5MC0zOHQzOC05MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idGgiIHVuaWNvZGU9Iu+AiiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik01MTIgMjg4Vjk2cTAtNDAtMjgtNjhUNDE2IDBIOTZRNTYgMCAyOCAyOFQwIDk2djE5MnEwIDQwIDI4IDY4dDY4IDI4aDMyMHE0MCAwIDY4LTI4dDI4LTY4em0wIDUxMlY2MDhxMC00MC0yOC02OHQtNjgtMjhIOTZxLTQwIDAtNjggMjhUMCA2MDh2MTkycTAgNDAgMjggNjh0NjggMjhoMzIwcTQwIDAgNjgtMjh0MjgtNjh6bTY0MC01MTJWOTZxMC00MC0yOC02OHQtNjgtMjhINzM2cS00MCAwLTY4IDI4dC0yOCA2OHYxOTJxMCA0MCAyOCA2OHQ2OCAyOGgzMjBxNDAgMCA2OC0yOHQyOC02OHpNNTEyIDEzMTJ2LTE5MnEwLTQwLTI4LTY4dC02OC0yOEg5NnEtNDAgMC02OCAyOHQtMjggNjh2MTkycTAgNDAgMjggNjh0NjggMjhoMzIwcTQwIDAgNjgtMjh0MjgtNjh6bTY0MC01MTJWNjA4cTAtNDAtMjgtNjh0LTY4LTI4SDczNnEtNDAgMC02OCAyOHQtMjggNjh2MTkycTAgNDAgMjggNjh0NjggMjhoMzIwcTQwIDAgNjgtMjh0MjgtNjh6bTY0MC01MTJWOTZxMC00MC0yOC02OHQtNjgtMjhoLTMyMHEtNDAgMC02OCAyOHQtMjggNjh2MTkycTAgNDAgMjggNjh0NjggMjhoMzIwcTQwIDAgNjgtMjh0MjgtNjh6bS02NDAgMTAyNHYtMTkycTAtNDAtMjgtNjh0LTY4LTI4SDczNnEtNDAgMC02OCAyOHQtMjggNjh2MTkycTAgNDAgMjggNjh0NjggMjhoMzIwcTQwIDAgNjgtMjh0MjgtNjh6bTY0MC01MTJWNjA4cTAtNDAtMjgtNjh0LTY4LTI4aC0zMjBxLTQwIDAtNjggMjh0LTI4IDY4djE5MnEwIDQwIDI4IDY4dDY4IDI4aDMyMHE0MCAwIDY4LTI4dDI4LTY4em0wIDUxMnYtMTkycTAtNDAtMjgtNjh0LTY4LTI4aC0zMjBxLTQwIDAtNjggMjh0LTI4IDY4djE5MnEwIDQwIDI4IDY4dDY4IDI4aDMyMHE0MCAwIDY4LTI4dDI4LTY4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ0aF9saXN0IiB1bmljb2RlPSLvgIsiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNNTEyIDI4OFY5NnEwLTQwLTI4LTY4VDQxNiAwSDk2UTU2IDAgMjggMjhUMCA5NnYxOTJxMCA0MCAyOCA2OHQ2OCAyOGgzMjBxNDAgMCA2OC0yOHQyOC02OHptMCA1MTJWNjA4cTAtNDAtMjgtNjh0LTY4LTI4SDk2cS00MCAwLTY4IDI4VDAgNjA4djE5MnEwIDQwIDI4IDY4dDY4IDI4aDMyMHE0MCAwIDY4LTI4dDI4LTY4em0xMjgwLTUxMlY5NnEwLTQwLTI4LTY4dC02OC0yOEg3MzZxLTQwIDAtNjggMjh0LTI4IDY4djE5MnEwIDQwIDI4IDY4dDY4IDI4aDk2MHE0MCAwIDY4LTI4dDI4LTY4ek01MTIgMTMxMnYtMTkycTAtNDAtMjgtNjh0LTY4LTI4SDk2cS00MCAwLTY4IDI4dC0yOCA2OHYxOTJxMCA0MCAyOCA2OHQ2OCAyOGgzMjBxNDAgMCA2OC0yOHQyOC02OHptMTI4MC01MTJWNjA4cTAtNDAtMjgtNjh0LTY4LTI4SDczNnEtNDAgMC02OCAyOHQtMjggNjh2MTkycTAgNDAgMjggNjh0NjggMjhoOTYwcTQwIDAgNjgtMjh0MjgtNjh6bTAgNTEydi0xOTJxMC00MC0yOC02OHQtNjgtMjhINzM2cS00MCAwLTY4IDI4dC0yOCA2OHYxOTJxMCA0MCAyOCA2OHQ2OCAyOGg5NjBxNDAgMCA2OC0yOHQyOC02OHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ib2siIHVuaWNvZGU9Iu+AjCIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNjcxIDk3MHEwLTQwLTI4LTY4TDkxOSAxNzggNzgzIDQycS0yOC0yOC02OC0yOHQtNjggMjhMNTExIDE3OCAxNDkgNTQwcS0yOCAyOC0yOCA2OHQyOCA2OGwxMzYgMTM2cTI4IDI4IDY4IDI4dDY4LTI4bDI5NC0yOTUgNjU2IDY1N3EyOCAyOCA2OCAyOHQ2OC0yOGwxMzYtMTM2cTI4LTI4IDI4LTY4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJyZW1vdmUiIHVuaWNvZGU9Iu+AjSIgaG9yaXotYWR2LXg9IjE0MDgiIGQ9Ik0xMjk4IDIxNHEwLTQwLTI4LTY4TDExMzQgMTBxLTI4LTI4LTY4LTI4dC02OCAyOEw3MDQgMzA0IDQxMCAxMHEtMjgtMjgtNjgtMjh0LTY4IDI4TDEzOCAxNDZxLTI4IDI4LTI4IDY4dDI4IDY4bDI5NCAyOTQtMjk0IDI5NHEtMjggMjgtMjggNjh0MjggNjhsMTM2IDEzNnEyOCAyOCA2OCAyOHQ2OC0yOGwyOTQtMjk0IDI5NCAyOTRxMjggMjggNjggMjh0NjgtMjhsMTM2LTEzNnEyOC0yOCAyOC02OHQtMjgtNjhMOTc2IDU3NmwyOTQtMjk0cTI4LTI4IDI4LTY4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ6b29tX2luIiB1bmljb2RlPSLvgI4iIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNMTAyNCA3MzZ2LTY0cTAtMTMtOS41LTIyLjVUOTkyIDY0MEg3NjhWNDE2cTAtMTMtOS41LTIyLjVUNzM2IDM4NGgtNjRxLTEzIDAtMjIuNSA5LjVUNjQwIDQxNnYyMjRINDE2cS0xMyAwLTIyLjUgOS41VDM4NCA2NzJ2NjRxMCAxMyA5LjUgMjIuNVQ0MTYgNzY4aDIyNHYyMjRxMCAxMyA5LjUgMjIuNXQyMi41IDkuNWg2NHExMyAwIDIyLjUtOS41VDc2OCA5OTJWNzY4aDIyNHExMyAwIDIyLjUtOS41dDkuNS0yMi41em0xMjgtMzJxMCAxODUtMTMxLjUgMzE2LjVUNzA0IDExNTJ0LTMxNi41LTEzMS41VDI1NiA3MDR0MTMxLjUtMzE2LjVUNzA0IDI1NnQzMTYuNSAxMzEuNVQxMTUyIDcwNHptNTEyLTgzMnEwLTUzLTM3LjUtOTAuNVQxNTM2LTI1NnEtNTQgMC05MCAzOGwtMzQzIDM0MlE5MjQgMCA3MDQgMCA1NjEgMCA0MzAuNSA1NS41dC0yMjUgMTUwLTE1MCAyMjVUMCA3MDR0NTUuNSAyNzMuNSAxNTAgMjI1IDIyNSAxNTBUNzA0IDE0MDh0MjczLjUtNTUuNSAyMjUtMTUwIDE1MC0yMjVUMTQwOCA3MDRxMC0yMjAtMTI0LTM5OWwzNDMtMzQzcTM3LTM3IDM3LTkweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ6b29tX291dCIgdW5pY29kZT0i74CQIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTEwMjQgNzM2di02NHEwLTEzLTkuNS0yMi41VDk5MiA2NDBINDE2cS0xMyAwLTIyLjUgOS41VDM4NCA2NzJ2NjRxMCAxMyA5LjUgMjIuNVQ0MTYgNzY4aDU3NnExMyAwIDIyLjUtOS41dDkuNS0yMi41em0xMjgtMzJxMCAxODUtMTMxLjUgMzE2LjVUNzA0IDExNTJ0LTMxNi41LTEzMS41VDI1NiA3MDR0MTMxLjUtMzE2LjVUNzA0IDI1NnQzMTYuNSAxMzEuNVQxMTUyIDcwNHptNTEyLTgzMnEwLTUzLTM3LjUtOTAuNVQxNTM2LTI1NnEtNTQgMC05MCAzOGwtMzQzIDM0MlE5MjQgMCA3MDQgMCA1NjEgMCA0MzAuNSA1NS41dC0yMjUgMTUwLTE1MCAyMjVUMCA3MDR0NTUuNSAyNzMuNSAxNTAgMjI1IDIyNSAxNTBUNzA0IDE0MDh0MjczLjUtNTUuNSAyMjUtMTUwIDE1MC0yMjVUMTQwOCA3MDRxMC0yMjAtMTI0LTM5OWwzNDMtMzQzcTM3LTM3IDM3LTkweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJvZmYiIHVuaWNvZGU9Iu+AkSIgZD0iTTE1MzYgNjQwcTAtMTU2LTYxLTI5OFQxMzExIDk3IDEwNjYtNjd0LTI5OC02MS0yOTggNjFUMjI1IDk3IDYxIDM0MiAwIDY0MHEwIDE4MiA4MC41IDM0M1QzMDcgMTI1M3E0MyAzMiA5NS41IDI1dDgzLjUtNTBxMzItNDIgMjQuNS05NC41VDQ2MSAxMDQ5cS05OC03NC0xNTEuNS0xODFUMjU2IDY0MHEwLTEwNCA0MC41LTE5OC41VDQwNiAyNzh0MTYzLjUtMTA5LjVUNzY4IDEyOHQxOTguNSA0MC41VDExMzAgMjc4dDEwOS41IDE2My41VDEyODAgNjQwcTAgMTIxLTUzLjUgMjI4VDEwNzUgMTA0OXEtNDIgMzItNDkuNSA4NC41dDI0LjUgOTQuNXEzMSA0MyA4NCA1MHQ5NS0yNXExNDYtMTA5IDIyNi41LTI3MHQ4MC41LTM0M3ptLTY0MCA3NjhWNzY4cTAtNTItMzgtOTB0LTkwLTM4LTkwIDM4LTM4IDkwdjY0MHEwIDUyIDM4IDkwdDkwIDM4IDkwLTM4IDM4LTkweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJzaWduYWwiIHVuaWNvZGU9Iu+AkiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0yNTYgOTZWLTk2cTAtMTQtOS0yM3QtMjMtOUgzMnEtMTQgMC0yMyA5VDAtOTZWOTZxMCAxNCA5IDIzdDIzIDloMTkycTE0IDAgMjMtOXQ5LTIzem0zODQgMTI4Vi05NnEwLTE0LTktMjN0LTIzLTlINDE2cS0xNCAwLTIzIDl0LTkgMjN2MzIwcTAgMTQgOSAyM3QyMyA5aDE5MnExNCAwIDIzLTl0OS0yM3ptMzg0IDI1NlYtOTZxMC0xNC05LTIzdC0yMy05SDgwMHEtMTQgMC0yMyA5dC05IDIzdjU3NnEwIDE0IDkgMjN0MjMgOWgxOTJxMTQgMCAyMy05dDktMjN6bTM4NCAzODRWLTk2cTAtMTQtOS0yM3QtMjMtOWgtMTkycS0xNCAwLTIzIDl0LTkgMjN2OTYwcTAgMTQgOSAyM3QyMyA5aDE5MnExNCAwIDIzLTl0OS0yM3ptMzg0IDUxMlYtOTZxMC0xNC05LTIzdC0yMy05aC0xOTJxLTE0IDAtMjMgOXQtOSAyM3YxNDcycTAgMTQgOSAyM3QyMyA5aDE5MnExNCAwIDIzLTl0OS0yM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iY29nIiB1bmljb2RlPSLvgJMiIGQ9Ik0xMDI0IDY0MHEwIDEwNi03NSAxODF0LTE4MSA3NS0xODEtNzUtNzUtMTgxIDc1LTE4MSAxODEtNzUgMTgxIDc1IDc1IDE4MXptNTEyIDEwOVY1MjdxMC0xMi04LTIzdC0yMC0xM2wtMTg1LTI4cS0xOS01NC0zOS05MSAzNS01MCAxMDctMTM4IDEwLTEyIDEwLTI1dC05LTIzcS0yNy0zNy05OS0xMDh0LTk0LTcxcS0xMiAwLTI2IDlsLTEzOCAxMDhxLTQ0LTIzLTkxLTM4LTE2LTEzNi0yOS0xODYtNy0yOC0zNi0yOEg2NTdxLTE0IDAtMjQuNSA4LjVUNjIxLTk4TDU5MyA4NnEtNDkgMTYtOTAgMzdMMzYyIDE2cS0xMC05LTI1LTktMTQgMC0yNSAxMS0xMjYgMTE0LTE2NSAxNjgtNyAxMC03IDIzIDAgMTIgOCAyMyAxNSAyMSA1MSA2Ni41dDU0IDcwLjVxLTI3IDUwLTQxIDk5TDI5IDQ5NXEtMTMgMi0yMSAxMi41VDAgNTMxdjIyMnEwIDEyIDggMjN0MTkgMTNsMTg2IDI4cTE0IDQ2IDM5IDkyLTQwIDU3LTEwNyAxMzgtMTAgMTItMTAgMjQgMCAxMCA5IDIzIDI2IDM2IDk4LjUgMTA3LjVUMzM3IDEyNzNxMTMgMCAyNi0xMGwxMzgtMTA3cTQ0IDIzIDkxIDM4IDE2IDEzNiAyOSAxODYgNyAyOCAzNiAyOGgyMjJxMTQgMCAyNC41LTguNVQ5MTUgMTM3OGwyOC0xODRxNDktMTYgOTAtMzdsMTQyIDEwN3E5IDkgMjQgOSAxMyAwIDI1LTEwIDEyOS0xMTkgMTY1LTE3MCA3LTggNy0yMiAwLTEyLTgtMjMtMTUtMjEtNTEtNjYuNXQtNTQtNzAuNXEyNi01MCA0MS05OGwxODMtMjhxMTMtMiAyMS0xMi41dDgtMjMuNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idHJhc2giIHVuaWNvZGU9Iu+AlCIgaG9yaXotYWR2LXg9IjE0MDgiIGQ9Ik01MTIgODAwVjIyNHEwLTE0LTktMjN0LTIzLTloLTY0cS0xNCAwLTIzIDl0LTkgMjN2NTc2cTAgMTQgOSAyM3QyMyA5aDY0cTE0IDAgMjMtOXQ5LTIzem0yNTYgMFYyMjRxMC0xNC05LTIzdC0yMy05aC02NHEtMTQgMC0yMyA5dC05IDIzdjU3NnEwIDE0IDkgMjN0MjMgOWg2NHExNCAwIDIzLTl0OS0yM3ptMjU2IDBWMjI0cTAtMTQtOS0yM3QtMjMtOWgtNjRxLTE0IDAtMjMgOXQtOSAyM3Y1NzZxMCAxNCA5IDIzdDIzIDloNjRxMTQgMCAyMy05dDktMjN6bTEyOC03MjR2OTQ4SDI1NlY3NnEwLTIyIDctNDAuNXQxNC41LTI3VDI4OCAwaDgzMnEzIDAgMTAuNSA4LjV0MTQuNSAyNyA3IDQwLjV6TTQ4MCAxMTUyaDQ0OGwtNDggMTE3cS03IDktMTcgMTFINTQ2cS0xMC0yLTE3LTExem05MjgtMzJ2LTY0cTAtMTQtOS0yM3QtMjMtOWgtOTZWNzZxMC04My00Ny0xNDMuNVQxMTIwLTEyOEgyODhxLTY2IDAtMTEzIDU4LjVUMTI4IDcydjk1MkgzMnEtMTQgMC0yMyA5dC05IDIzdjY0cTAgMTQgOSAyM3QyMyA5aDMwOWw3MCAxNjdxMTUgMzcgNTQgNjN0NzkgMjZoMzIwcTQwIDAgNzktMjZ0NTQtNjNsNzAtMTY3aDMwOXExNCAwIDIzLTl0OS0yM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iaG9tZSIgdW5pY29kZT0i74CVIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTE0MDggNTQ0VjY0cTAtMjYtMTktNDV0LTQ1LTE5SDk2MHYzODRINzA0VjBIMzIwcS0yNiAwLTQ1IDE5dC0xOSA0NXY0ODBxMCAxIC41IDN0LjUgM2w1NzUgNDc0IDU3NS00NzRxMS0yIDEtNnptMjIzIDY5bC02Mi03NHEtOC05LTIxLTExaC0zcS0xMyAwLTIxIDdsLTY5MiA1NzctNjkyLTU3N3EtMTItOC0yNC03LTEzIDItMjEgMTFsLTYyIDc0cS04IDEwLTcgMjMuNVQzNyA2NThsNzE5IDU5OXEzMiAyNiA3NiAyNnQ3Ni0yNmwyNDQtMjA0djE5NXEwIDE0IDkgMjN0MjMgOWgxOTJxMTQgMCAyMy05dDktMjNWODQwbDIxOS0xODJxMTAtOCAxMS0yMS41dC03LTIzLjV6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImZpbGVfYWx0IiB1bmljb2RlPSLvgJYiIGQ9Ik0xNDY4IDExNTZxMjgtMjggNDgtNzZ0MjAtODhWLTE2MHEwLTQwLTI4LTY4dC02OC0yOEg5NnEtNDAgMC02OCAyOFQwLTE2MHYxNjAwcTAgNDAgMjggNjh0NjggMjhoODk2cTQwIDAgODgtMjB0NzYtNDh6bS00NDQgMjQ0di0zNzZoMzc2cS0xMCAyOS0yMiA0MWwtMzEzIDMxM3EtMTIgMTItNDEgMjJ6bTM4NC0xNTI4Vjg5Nkg5OTJxLTQwIDAtNjggMjh0LTI4IDY4djQxNkgxMjhWLTEyOGgxMjgweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ0aW1lIiB1bmljb2RlPSLvgJciIGQ9Ik04OTYgOTkyVjU0NHEwLTE0LTktMjN0LTIzLTlINTQ0cS0xNCAwLTIzIDl0LTkgMjN2NjRxMCAxNCA5IDIzdDIzIDloMjI0djM1MnEwIDE0IDkgMjN0MjMgOWg2NHExNCAwIDIzLTl0OS0yM3ptNDE2LTM1MnEwIDE0OC03MyAyNzN0LTE5OCAxOTgtMjczIDczLTI3My03My0xOTgtMTk4LTczLTI3MyA3My0yNzMgMTk4LTE5OCAyNzMtNzMgMjczIDczIDE5OCAxOTggNzMgMjczem0yMjQgMHEwLTIwOS0xMDMtMzg1LjVUMTE1My41LTI1IDc2OC0xMjggMzgyLjUtMjUgMTAzIDI1NC41IDAgNjQwdDEwMyAzODUuNVQzODIuNSAxMzA1IDc2OCAxNDA4dDM4NS41LTEwMyAyNzkuNS0yNzkuNVQxNTM2IDY0MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0icm9hZCIgdW5pY29kZT0i74CYIiBob3Jpei1hZHYteD0iMTkyMCIgZD0iTTExMTEgNTQwdjRsLTI0IDMyMHEtMSAxMy0xMSAyMi41dC0yMyA5LjVIODY3cS0xMyAwLTIzLTkuNVQ4MzMgODY0bC0yNC0zMjB2LTRxLTEtMTIgOC0yMHQyMS04aDI0NHExMiAwIDIxIDh0OCAyMHptNzU5LTQ2N3EwLTczLTQ2LTczaC03MDRxMTMgMCAyMiA5LjV0OCAyMi41bC0yMCAyNTZxLTEgMTMtMTEgMjIuNXQtMjMgOS41SDgyNHEtMTMgMC0yMy05LjVUNzkwIDI4OEw3NzAgMzJxLTEtMTMgOC0yMi41VDgwMCAwSDk2UTUwIDAgNTAgNzNxMCA1NCAyNiAxMTZsNDE3IDEwNDRxOCAxOSAyNiAzM3QzOCAxNGgzMzlxLTEzIDAtMjMtOS41dC0xMS0yMi41bC0xNS0xOTJxLTEtMTQgOC0yM3QyMi05aDE2NnExMyAwIDIyIDl0OCAyM2wtMTUgMTkycS0xIDEzLTExIDIyLjV0LTIzIDkuNWgzMzlxMjAgMCAzOC0xNHQyNi0zM2w0MTctMTA0NHEyNi02MiAyNi0xMTZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImRvd25sb2FkX2FsdCIgdW5pY29kZT0i74CZIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTEyODAgMTkycTAgMjYtMTkgNDV0LTQ1IDE5LTQ1LTE5LTE5LTQ1IDE5LTQ1IDQ1LTE5IDQ1IDE5IDE5IDQ1em0yNTYgMHEwIDI2LTE5IDQ1dC00NSAxOS00NS0xOS0xOS00NSAxOS00NSA0NS0xOSA0NSAxOSAxOSA0NXptMTI4IDIyNFY5NnEwLTQwLTI4LTY4dC02OC0yOEg5NlE1NiAwIDI4IDI4VDAgOTZ2MzIwcTAgNDAgMjggNjh0NjggMjhoNDY1bDEzNS0xMzZxNTgtNTYgMTM2LTU2dDEzNiA1NmwxMzYgMTM2aDQ2NHE0MCAwIDY4LTI4dDI4LTY4em0tMzI1IDU2OXExNy00MS0xNC03MEw4NzcgNDY3cS0xOC0xOS00NS0xOXQtNDUgMTlMMzM5IDkxNXEtMzEgMjktMTQgNzAgMTcgMzkgNTkgMzloMjU2djQ0OHEwIDI2IDE5IDQ1dDQ1IDE5aDI1NnEyNiAwIDQ1LTE5dDE5LTQ1di00NDhoMjU2cTQyIDAgNTktMzl6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImRvd25sb2FkIiB1bmljb2RlPSLvgJoiIGQ9Ik0xMTIwIDYwOHEwLTEyLTEwLTI0TDc5MSAyNjVxLTExLTktMjMtOXQtMjMgOUw0MjUgNTg1cS0xNSAxNi03IDM1IDggMjAgMzAgMjBoMTkydjM1MnEwIDE0IDkgMjN0MjMgOWgxOTJxMTQgMCAyMy05dDktMjNWNjQwaDE5MnExNCAwIDIzLTl0OS0yM3ptLTM1MiA1NzZxLTE0OCAwLTI3My03M1QyOTcgOTEzdC03My0yNzMgNzMtMjczIDE5OC0xOTggMjczLTczIDI3MyA3MyAxOTggMTk4IDczIDI3My03MyAyNzMtMTk4IDE5OC0yNzMgNzN6bTc2OC01NDRxMC0yMDktMTAzLTM4NS41VDExNTMuNS0yNSA3NjgtMTI4IDM4Mi41LTI1IDEwMyAyNTQuNSAwIDY0MHQxMDMgMzg1LjVUMzgyLjUgMTMwNSA3NjggMTQwOHQzODUuNS0xMDMgMjc5LjUtMjc5LjVUMTUzNiA2NDB6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVwbG9hZCIgdW5pY29kZT0i74CbIiBkPSJNMTExOCA2NjBxLTgtMjAtMzAtMjBIODk2VjI4OHEwLTE0LTktMjN0LTIzLTlINjcycS0xNCAwLTIzIDl0LTkgMjN2MzUySDQ0OHEtMTQgMC0yMyA5dC05IDIzcTAgMTIgMTAgMjRsMzE5IDMxOXExMSA5IDIzIDl0MjMtOWwzMjAtMzIwcTE1LTE2IDctMzV6bS0zNTAgNTI0cS0xNDggMC0yNzMtNzNUMjk3IDkxM3QtNzMtMjczIDczLTI3MyAxOTgtMTk4IDI3My03MyAyNzMgNzMgMTk4IDE5OCA3MyAyNzMtNzMgMjczLTE5OCAxOTgtMjczIDczem03NjgtNTQ0cTAtMjA5LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh0Mzg1LjUtMTAzIDI3OS41LTI3OS41VDE1MzYgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJpbmJveCIgdW5pY29kZT0i74CcIiBkPSJNMTAyMyA1NzZoMzE2cS0xIDMtMi41IDguNXQtMi41IDcuNWwtMjEyIDQ5Nkg0MTRMMjAyIDU5MnEtMS0zLTIuNS04LjVUMTk3IDU3NmgzMTZsOTUtMTkyaDMyMHptNTEzLTMwVjY0cTAtMjYtMTktNDV0LTQ1LTE5SDY0UTM4IDAgMTkgMTlUMCA2NHY0ODJxMCA2MiAyNSAxMjNsMjM4IDU1MnExMCAyNSAzNi41IDQydDUyLjUgMTdoODMycTI2IDAgNTIuNS0xN3QzNi41LTQybDIzOC01NTJxMjUtNjEgMjUtMTIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJwbGF5X2NpcmNsZSIgdW5pY29kZT0i74CdIiBkPSJNMTE4NCA2NDBxMC0zNy0zMi01NUw2MDggMjY1cS0xNS05LTMyLTktMTYgMC0zMiA4LTMyIDE5LTMyIDU2djY0MHEwIDM3IDMyIDU2IDMzIDE4IDY0LTFsNTQ0LTMyMHEzMi0xOCAzMi01NXptMTI4IDBxMCAxNDgtNzMgMjczdC0xOTggMTk4LTI3MyA3My0yNzMtNzMtMTk4LTE5OC03My0yNzMgNzMtMjczIDE5OC0xOTggMjczLTczIDI3MyA3MyAxOTggMTk4IDczIDI3M3ptMjI0IDBxMC0yMDktMTAzLTM4NS41VDExNTMuNS0yNSA3NjgtMTI4IDM4Mi41LTI1IDEwMyAyNTQuNSAwIDY0MHQxMDMgMzg1LjVUMzgyLjUgMTMwNSA3NjggMTQwOHQzODUuNS0xMDMgMjc5LjUtMjc5LjVUMTUzNiA2NDB6Ii8+PGdseXBoIGdseXBoLW5hbWU9InJlcGVhdCIgdW5pY29kZT0i74CeIiBkPSJNMTUzNiAxMjgwVjgzMnEwLTI2LTE5LTQ1dC00NS0xOWgtNDQ4cS00MiAwLTU5IDQwLTE3IDM5IDE0IDY5bDEzOCAxMzhxLTE0OCAxMzctMzQ5IDEzNy0xMDQgMC0xOTguNS00MC41VDQwNiAxMDAyIDI5Ni41IDgzOC41IDI1NiA2NDB0NDAuNS0xOTguNVQ0MDYgMjc4dDE2My41LTEwOS41VDc2OCAxMjhxMTE5IDAgMjI1IDUydDE3OSAxNDdxNyAxMCAyMyAxMiAxNSAwIDI1LTlsMTM3LTEzOHE5LTggOS41LTIwLjVUMTM1OSAxNDlRMTI1MCAxNyAxMDk1LTU1LjVUNzY4LTEyOHEtMTU2IDAtMjk4IDYxVDIyNSA5NyA2MSAzNDIgMCA2NDB0NjEgMjk4IDE2NCAyNDUgMjQ1IDE2NCAyOTggNjFxMTQ3IDAgMjg0LjUtNTUuNVQxMjk3IDExOTZsMTMwIDEyOXEyOSAzMSA3MCAxNCAzOS0xNyAzOS01OXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0icmVmcmVzaCIgdW5pY29kZT0i74ChIiBkPSJNMTUxMSA0ODBxMC01LTEtNy02NC0yNjgtMjY4LTQzNC41VDc2NC0xMjhxLTE0NiAwLTI4Mi41IDU1VDIzOCA4NEwxMDktNDVROTAtNjQgNjQtNjRUMTktNDUgMCAwdjQ0OHEwIDI2IDE5IDQ1dDQ1IDE5aDQ0OHEyNiAwIDQ1LTE5dDE5LTQ1LTE5LTQ1TDQyMCAyNjZxNzEtNjYgMTYxLTEwMnQxODctMzZxMTM0IDAgMjUwIDY1dDE4NiAxNzlxMTEgMTcgNTMgMTE3IDggMjMgMzAgMjNoMTkycTEzIDAgMjIuNS05LjV0OS41LTIyLjV6bTI1IDgwMFY4MzJxMC0yNi0xOS00NXQtNDUtMTloLTQ0OHEtMjYgMC00NSAxOXQtMTkgNDUgMTkgNDVsMTM4IDEzOHEtMTQ4IDEzNy0zNDkgMTM3LTEzNCAwLTI1MC02NVQzMzIgOTA4cS0xMS0xNy01My0xMTctOC0yMy0zMC0yM0g1MHEtMTMgMC0yMi41IDkuNVQxOCA4MDB2N3E2NSAyNjggMjcwIDQzNC41VDc2OCAxNDA4cTE0NiAwIDI4NC01NS41dDI0NS0xNTYuNWwxMzAgMTI5cTE5IDE5IDQ1IDE5dDQ1LTE5IDE5LTQ1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJsaXN0X2FsdCIgdW5pY29kZT0i74CiIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTM4NCAzNTJ2LTY0cTAtMTMtOS41LTIyLjVUMzUyIDI1NmgtNjRxLTEzIDAtMjIuNSA5LjVUMjU2IDI4OHY2NHEwIDEzIDkuNSAyMi41VDI4OCAzODRoNjRxMTMgMCAyMi41LTkuNVQzODQgMzUyem0wIDI1NnYtNjRxMC0xMy05LjUtMjIuNVQzNTIgNTEyaC02NHEtMTMgMC0yMi41IDkuNVQyNTYgNTQ0djY0cTAgMTMgOS41IDIyLjVUMjg4IDY0MGg2NHExMyAwIDIyLjUtOS41VDM4NCA2MDh6bTAgMjU2di02NHEwLTEzLTkuNS0yMi41VDM1MiA3NjhoLTY0cS0xMyAwLTIyLjUgOS41VDI1NiA4MDB2NjRxMCAxMyA5LjUgMjIuNVQyODggODk2aDY0cTEzIDAgMjIuNS05LjVUMzg0IDg2NHptMTE1Mi01MTJ2LTY0cTAtMTMtOS41LTIyLjVUMTUwNCAyNTZINTQ0cS0xMyAwLTIyLjUgOS41VDUxMiAyODh2NjRxMCAxMyA5LjUgMjIuNVQ1NDQgMzg0aDk2MHExMyAwIDIyLjUtOS41dDkuNS0yMi41em0wIDI1NnYtNjRxMC0xMy05LjUtMjIuNVQxNTA0IDUxMkg1NDRxLTEzIDAtMjIuNSA5LjVUNTEyIDU0NHY2NHEwIDEzIDkuNSAyMi41VDU0NCA2NDBoOTYwcTEzIDAgMjIuNS05LjV0OS41LTIyLjV6bTAgMjU2di02NHEwLTEzLTkuNS0yMi41VDE1MDQgNzY4SDU0NHEtMTMgMC0yMi41IDkuNVQ1MTIgODAwdjY0cTAgMTMgOS41IDIyLjVUNTQ0IDg5Nmg5NjBxMTMgMCAyMi41LTkuNXQ5LjUtMjIuNXptMTI4LTcwNHY4MzJxMCAxMy05LjUgMjIuNXQtMjIuNSA5LjVIMTYwcS0xMyAwLTIyLjUtOS41VDEyOCA5OTJWMTYwcTAtMTMgOS41LTIyLjVUMTYwIDEyOGgxNDcycTEzIDAgMjIuNSA5LjV0OS41IDIyLjV6bTEyOCAxMDg4VjE2MHEwLTY2LTQ3LTExM1QxNjMyIDBIMTYwUTk0IDAgNDcgNDdUMCAxNjB2MTA4OHEwIDY2IDQ3IDExM3QxMTMgNDdoMTQ3MnE2NiAwIDExMy00N3Q0Ny0xMTN6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImxvY2siIHVuaWNvZGU9Iu+AoyIgaG9yaXotYWR2LXg9IjExNTIiIGQ9Ik0zMjAgNzY4aDUxMnYxOTJxMCAxMDYtNzUgMTgxdC0xODEgNzUtMTgxLTc1LTc1LTE4MVY3Njh6bTgzMi05NlY5NnEwLTQwLTI4LTY4dC02OC0yOEg5NlE1NiAwIDI4IDI4VDAgOTZ2NTc2cTAgNDAgMjggNjh0NjggMjhoMzJ2MTkycTAgMTg0IDEzMiAzMTZ0MzE2IDEzMiAzMTYtMTMyIDEzMi0zMTZWNzY4aDMycTQwIDAgNjgtMjh0MjgtNjh6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImZsYWciIHVuaWNvZGU9Iu+ApCIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0zMjAgMTI4MHEwLTcyLTY0LTExMFYtOTZxMC0xMy05LjUtMjIuNVQyMjQtMTI4aC02NHEtMTMgMC0yMi41IDkuNVQxMjgtOTZ2MTI2NnEtNjQgMzgtNjQgMTEwIDAgNTMgMzcuNSA5MC41VDE5MiAxNDA4dDkwLjUtMzcuNVQzMjAgMTI4MHptMTQ3Mi02NFY0NTNxMC0yNS0xMi41LTM4LjVUMTc0MCAzODdxLTIxNS0xMTYtMzY5LTExNi02MSAwLTEyMy41IDIyVDExMzkgMzQxdC0xMTUuNSA0OFQ4ODEgNDExcS0xOTIgMC00NjQtMTQ2LTE3LTktMzMtOS0yNiAwLTQ1IDE5dC0xOSA0NXY3NDJxMCAzMiAzMSA1NSAyMSAxNCA3OSA0MyAyMzYgMTIwIDQyMSAxMjAgMTA3IDAgMjAwLTI5dDIxOS04OHEzOC0xOSA4OC0xOSA1NCAwIDExNy41IDIxdDExMCA0NyA4OCA0NyA1NC41IDIxcTI2IDAgNDUtMTl0MTktNDV6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImhlYWRwaG9uZXMiIHVuaWNvZGU9Iu+ApSIgaG9yaXotYWR2LXg9IjE2NjQiIGQ9Ik0xNjY0IDY1MHEwLTE2Ni02MC0zMTRsLTIwLTQ5LTE4NS0zM3EtMjItODMtOTAuNS0xMzYuNVQxMTUyIDY0VjMycTAtMTQtOS0yM3QtMjMtOWgtNjRxLTE0IDAtMjMgOXQtOSAyM3Y1NzZxMCAxNCA5IDIzdDIzIDloNjRxMTQgMCAyMy05dDktMjN2LTMycTcxIDAgMTMwLTM1LjV0OTMtOTUuNWw2OCAxMnEyOSA5NSAyOSAxOTMgMCAxNDgtODggMjc5dC0yMzYuNSAyMDktMzE1LjUgNzgtMzE1LjUtNzhUMjgwIDkyOXQtODgtMjc5cTAtOTggMjktMTkzbDY4LTEycTM0IDYwIDkzIDk1LjVUNTEyIDU3NnYzMnEwIDE0IDkgMjN0MjMgOWg2NHExNCAwIDIzLTl0OS0yM1YzMnEwLTE0LTktMjN0LTIzLTloLTY0cS0xNCAwLTIzIDl0LTkgMjN2MzJxLTg4IDAtMTU2LjUgNTMuNVQyNjUgMjU0TDgwIDI4N2wtMjAgNDlRMCA0ODQgMCA2NTBxMCAxNTEgNjcgMjkxdDE3OSAyNDIuNVQ1MTIgMTM0N3QzMjAgNjEgMzIwLTYxIDI2Ni0xNjMuNVQxNTk3IDk0MXQ2Ny0yOTF6Ii8+PGdseXBoIGdseXBoLW5hbWU9InZvbHVtZV9vZmYiIHVuaWNvZGU9Iu+ApiIgaG9yaXotYWR2LXg9Ijc2OCIgZD0iTTc2OCAxMTg0Vjk2cTAtMjYtMTktNDV0LTQ1LTE5LTQ1IDE5TDMyNiAzODRINjRxLTI2IDAtNDUgMTlUMCA0NDh2Mzg0cTAgMjYgMTkgNDV0NDUgMTloMjYybDMzMyAzMzNxMTkgMTkgNDUgMTl0NDUtMTkgMTktNDV6Ii8+PGdseXBoIGdseXBoLW5hbWU9InZvbHVtZV9kb3duIiB1bmljb2RlPSLvgKciIGhvcml6LWFkdi14PSIxMTUyIiBkPSJNNzY4IDExODRWOTZxMC0yNi0xOS00NXQtNDUtMTktNDUgMTlMMzI2IDM4NEg2NHEtMjYgMC00NSAxOVQwIDQ0OHYzODRxMCAyNiAxOSA0NXQ0NSAxOWgyNjJsMzMzIDMzM3ExOSAxOSA0NSAxOXQ0NS0xOSAxOS00NXptMzg0LTU0NHEwLTc2LTQyLjUtMTQxLjVUOTk3IDQwNXEtMTAtNS0yNS01LTI2IDAtNDUgMTguNVQ5MDggNDY0cTAgMjEgMTIgMzUuNXQyOSAyNSAzNCAyMyAyOSAzNiAxMiA1Ni41LTEyIDU2LjUtMjkgMzYtMzQgMjMtMjkgMjUtMTIgMzUuNXEwIDI3IDE5IDQ1LjV0NDUgMTguNXExNSAwIDI1LTUgNzAtMjcgMTEyLjUtOTN0NDIuNS0xNDJ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InZvbHVtZV91cCIgdW5pY29kZT0i74CoIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTc2OCAxMTg0Vjk2cTAtMjYtMTktNDV0LTQ1LTE5LTQ1IDE5TDMyNiAzODRINjRxLTI2IDAtNDUgMTlUMCA0NDh2Mzg0cTAgMjYgMTkgNDV0NDUgMTloMjYybDMzMyAzMzNxMTkgMTkgNDUgMTl0NDUtMTkgMTktNDV6bTM4NC01NDRxMC03Ni00Mi41LTE0MS41VDk5NyA0MDVxLTEwLTUtMjUtNS0yNiAwLTQ1IDE4LjVUOTA4IDQ2NHEwIDIxIDEyIDM1LjV0MjkgMjUgMzQgMjMgMjkgMzYgMTIgNTYuNS0xMiA1Ni41LTI5IDM2LTM0IDIzLTI5IDI1LTEyIDM1LjVxMCAyNyAxOSA0NS41dDQ1IDE4LjVxMTUgMCAyNS01IDcwLTI3IDExMi41LTkzdDQyLjUtMTQyem0yNTYgMHEwLTE1My04NS0yODIuNVQxMDk4IDE2OXEtMTMtNS0yNS01LTI3IDAtNDYgMTl0LTE5IDQ1cTAgMzkgMzkgNTkgNTYgMjkgNzYgNDQgNzQgNTQgMTE1LjUgMTM1LjVUMTI4MCA2NDB0LTQxLjUgMTczLjVUMTEyMyA5NDlxLTIwIDE1LTc2IDQ0LTM5IDIwLTM5IDU5IDAgMjYgMTkgNDV0NDUgMTlxMTMgMCAyNi01IDE0MC01OSAyMjUtMTg4LjV0ODUtMjgyLjV6bTI1NiAwcTAtMjMwLTEyNy00MjIuNVQxMTk5LTY2cS0xMy01LTI2LTUtMjYgMC00NSAxOXQtMTkgNDVxMCAzNiAzOSA1OSA3IDQgMjIuNSAxMC41VDExOTMgNzNxNDYgMjUgODIgNTEgMTIzIDkxIDE5MiAyMjd0NjkgMjg5LTY5IDI4OS0xOTIgMjI3cS0zNiAyNi04MiA1MS03IDQtMjIuNSAxMC41VDExNDggMTIyOHEtMzkgMjMtMzkgNTkgMCAyNiAxOSA0NXQ0NSAxOXExMyAwIDI2LTUgMjExLTkxIDMzOC0yODMuNVQxNjY0IDY0MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0icXJjb2RlIiB1bmljb2RlPSLvgKkiIGhvcml6LWFkdi14PSIxNDA4IiBkPSJNMzg0IDM4NFYyNTZIMjU2djEyOGgxMjh6bTAgNzY4di0xMjhIMjU2djEyOGgxMjh6bTc2OCAwdi0xMjhoLTEyOHYxMjhoMTI4ek0xMjggMTI5aDM4NHYzODNIMTI4VjEyOXptMCA3NjdoMzg0djM4NEgxMjhWODk2em03NjggMGgzODR2Mzg0SDg5NlY4OTZ6TTY0MCA2NDBWMEgwdjY0MGg2NDB6bTUxMi01MTJWMGgtMTI4djEyOGgxMjh6bTI1NiAwVjBoLTEyOHYxMjhoMTI4em0wIDUxMlYyNTZoLTM4NHYxMjhIODk2VjBINzY4djY0MGgzODRWNTEyaDEyOHYxMjhoMTI4em0tNzY4IDc2OFY3NjhIMHY2NDBoNjQwem03NjggMFY3NjhINzY4djY0MGg2NDB6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImJhcmNvZGUiIHVuaWNvZGU9Iu+AqiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik02MyAwSDB2MTQwOGg2M1Ywem02MyAxSDk0djE0MDdoMzJWMXptOTQgMGgtMzF2MTQwN2gzMVYxem0xNTcgMGgtMzF2MTQwN2gzMVYxem0xNTcgMGgtNjJ2MTQwN2g2MlYxem0xMjYgMGgtMzF2MTQwN2gzMVYxem02MyAwaC0zMXYxNDA3aDMxVjF6bTYzIDBoLTMxdjE0MDdoMzFWMXptMTU3IDBoLTYzdjE0MDdoNjNWMXptMTU3IDBoLTYzdjE0MDdoNjNWMXptMTI2IDBoLTYzdjE0MDdoNjNWMXptMTI2IDBoLTYzdjE0MDdoNjNWMXptOTQgMGgtNjN2MTQwN2g2M1Yxem0xODkgMGgtOTR2MTQwN2g5NFYxem02MyAwaC0zMnYxNDA3aDMyVjF6bTk0LTFoLTYzdjE0MDhoNjNWMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idGFnIiB1bmljb2RlPSLvgKsiIGQ9Ik00NDggMTA4OHEwIDUzLTM3LjUgOTAuNVQzMjAgMTIxNnQtOTAuNS0zNy41VDE5MiAxMDg4dDM3LjUtOTAuNVQzMjAgOTYwdDkwLjUgMzcuNVQ0NDggMTA4OHptMTA2Ny01NzZxMC01My0zNy05MEw5ODctNzBxLTM5LTM3LTkxLTM3LTUzIDAtOTAgMzdMOTEgNjQ2cS0zOCAzNy02NC41IDEwMVQwIDg2NHY0MTZxMCA1MiAzOCA5MHQ5MCAzOGg0MTZxNTMgMCAxMTctMjYuNXQxMDItNjQuNWw3MTUtNzE0cTM3LTM5IDM3LTkxeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ0YWdzIiB1bmljb2RlPSLvgKwiIGhvcml6LWFkdi14PSIxOTIwIiBkPSJNNDQ4IDEwODhxMCA1My0zNy41IDkwLjVUMzIwIDEyMTZ0LTkwLjUtMzcuNVQxOTIgMTA4OHQzNy41LTkwLjVUMzIwIDk2MHQ5MC41IDM3LjVUNDQ4IDEwODh6bTEwNjctNTc2cTAtNTMtMzctOTBMOTg3LTcwcS0zOS0zNy05MS0zNy01MyAwLTkwIDM3TDkxIDY0NnEtMzggMzctNjQuNSAxMDFUMCA4NjR2NDE2cTAgNTIgMzggOTB0OTAgMzhoNDE2cTUzIDAgMTE3LTI2LjV0MTAyLTY0LjVsNzE1LTcxNHEzNy0zOSAzNy05MXptMzg0IDBxMC01My0zNy05MEwxMzcxLTcwcS0zOS0zNy05MS0zNy0zNiAwLTU5IDE0dC01MyA0NWw0NzAgNDcwcTM3IDM3IDM3IDkwIDAgNTItMzcgOTFsLTcxNSA3MTRxLTM4IDM4LTEwMiA2NC41VDcwNCAxNDA4aDIyNHE1MyAwIDExNy0yNi41dDEwMi02NC41bDcxNS03MTRxMzctMzkgMzctOTF6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImJvb2siIHVuaWNvZGU9Iu+ArSIgaG9yaXotYWR2LXg9IjE2NjQiIGQ9Ik0xNjM5IDEwNThxNDAtNTcgMTgtMTI5TDEzODIgMjNxLTE5LTY0LTc2LjUtMTA3LjVUMTE4My0xMjhIMjYwcS03NyAwLTE0OC41IDUzLjVUMTIgNTdxLTI0IDY3LTIgMTI3IDAgNCAzIDI3dDQgMzdxMSA4LTMgMjEuNVQxMSAyODlxMiAxMSA4IDIxdDE2LjUgMjMuNVQ1MiAzNTdxMjMgMzggNDUgOTEuNXQzMCA5MS41cTMgMTAgLjUgMzB0LS41IDI4cTMgMTEgMTcgMjh0MTcgMjNxMjEgMzYgNDIgOTJ0MjUgOTBxMSA5LTIuNSAzMnQuNSAyOHE0IDEzIDIyIDMwLjV0MjIgMjIuNXExOSAyNiA0Mi41IDg0LjVUMzQwIDExMjVxMSA4LTMgMjUuNXQtMiAyNi41cTIgOCA5IDE4dDE4IDIzIDE3IDIxcTggMTIgMTYuNSAzMC41dDE1IDM1IDE2IDM2IDE5LjUgMzIgMjYuNSAyMy41IDM2IDExLjUgNDcuNS01LjVsLTEtM3EzOCA5IDUxIDloNzYxcTc0IDAgMTE0LTU2dDE4LTEzMGwtMjc0LTkwNnEtMzYtMTE5LTcxLjUtMTUzLjVUMTAyNSAxMjhIMTU2cS0yNyAwLTM4LTE1LTExLTE2LTEtNDNRMTQxIDAgMjYxIDBoOTIzcTI5IDAgNTYgMTUuNXQzNSA0MS41bDMwMCA5ODdxNyAyMiA1IDU3IDM4LTE1IDU5LTQzem0tMTA2NC0ycS00LTEzIDItMjIuNXQyMC05LjVoNjA4cTEzIDAgMjUuNSA5LjV0MTYuNSAyMi41bDIxIDY0cTQgMTMtMiAyMi41dC0yMCA5LjVINjM4cS0xMyAwLTI1LjUtOS41VDU5NiAxMTIwem0tODMtMjU2cS00LTEzIDItMjIuNXQyMC05LjVoNjA4cTEzIDAgMjUuNSA5LjVUMTE2NCA4MDBsMjEgNjRxNCAxMy0yIDIyLjV0LTIwIDkuNUg1NTVxLTEzIDAtMjUuNS05LjVUNTEzIDg2NHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iYm9va21hcmsiIHVuaWNvZGU9Iu+AriIgaG9yaXotYWR2LXg9IjEyODAiIGQ9Ik0xMTY0IDE0MDhxMjMgMCA0NC05IDMzLTEzIDUyLjUtNDF0MTkuNS02MlY3cTAtMzQtMTkuNS02MlQxMjA4LTk2cS0xOS04LTQ0LTgtNDggMC04MyAzMkw2NDAgMzUyIDE5OS03MnEtMzYtMzMtODMtMzMtMjMgMC00NCA5LTMzIDEzLTUyLjUgNDFUMCA3djEyODlxMCAzNCAxOS41IDYydDUyLjUgNDFxMjEgOSA0NCA5aDEwNDh6Ii8+PGdseXBoIGdseXBoLW5hbWU9InByaW50IiB1bmljb2RlPSLvgK8iIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNMzg0IDBoODk2djI1NkgzODRWMHptMCA2NDBoODk2djM4NGgtMTYwcS00MCAwLTY4IDI4dC0yOCA2OHYxNjBIMzg0VjY0MHptMTE1Mi02NHEwIDI2LTE5IDQ1dC00NSAxOS00NS0xOS0xOS00NSAxOS00NSA0NS0xOSA0NSAxOSAxOSA0NXptMTI4IDBWMTYwcTAtMTMtOS41LTIyLjVUMTYzMiAxMjhoLTIyNFYtMzJxMC00MC0yOC02OHQtNjgtMjhIMzUycS00MCAwLTY4IDI4dC0yOCA2OHYxNjBIMzJxLTEzIDAtMjIuNSA5LjVUMCAxNjB2NDE2cTAgNzkgNTYuNSAxMzUuNVQxOTIgNzY4aDY0djU0NHEwIDQwIDI4IDY4dDY4IDI4aDY3MnE0MCAwIDg4LTIwdDc2LTQ4bDE1Mi0xNTJxMjgtMjggNDgtNzZ0MjAtODhWNzY4aDY0cTc5IDAgMTM1LjUtNTYuNVQxNjY0IDU3NnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iY2FtZXJhIiB1bmljb2RlPSLvgLAiIGhvcml6LWFkdi14PSIxOTIwIiBkPSJNOTYwIDg2NHExMTkgMCAyMDMuNS04NC41VDEyNDggNTc2dC04NC41LTIwMy41VDk2MCAyODh0LTIwMy41IDg0LjVUNjcyIDU3NnQ4NC41IDIwMy41VDk2MCA4NjR6bTcwNCA0MTZxMTA2IDAgMTgxLTc1dDc1LTE4MVYxMjhxMC0xMDYtNzUtMTgxdC0xODEtNzVIMjU2cS0xMDYgMC0xODEgNzVUMCAxMjh2ODk2cTAgMTA2IDc1IDE4MXQxODEgNzVoMjI0bDUxIDEzNnExOSA0OSA2OS41IDg0LjVUNzA0IDE1MzZoNTEycTUzIDAgMTAzLjUtMzUuNXQ2OS41LTg0LjVsNTEtMTM2aDIyNHpNOTYwIDEyOHExODUgMCAzMTYuNSAxMzEuNVQxNDA4IDU3NnQtMTMxLjUgMzE2LjVUOTYwIDEwMjQgNjQzLjUgODkyLjUgNTEyIDU3NnQxMzEuNS0zMTYuNVQ5NjAgMTI4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJmb250IiB1bmljb2RlPSLvgLEiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNNzI1IDk3N0w1NTUgNTI3cTMzIDAgMTM2LjUtMnQxNjAuNS0ycTE5IDAgNTcgMi04NyAyNTMtMTg0IDQ1MnpNMC0xMjhsMiA3OXEyMyA3IDU2IDEyLjVUMTE1LTI2dDQ5LjUgMTQuNSA0NC41IDI5VDI0MCA2OGwyMzcgNjE2IDI4MCA3MjRoMTI4cTgtMTQgMTEtMjFsMjA1LTQ4MHEzMy03OCAxMDYtMjU3LjVUMTMyMSAzNzVxMTUtMzQgNTgtMTQ0LjVUMTQ1MSA2MnEyMC00NSAzNS01NyAxOS0xNSA4OC0yOS41dDg0LTIwLjVxNi0zOCA2LTU3IDAtNS0uNS0xMy41dC0uNS0xMi41cS02MyAwLTE5MCA4dC0xOTEgOHEtNzYgMC0yMTUtN3QtMTc4LThxMCA0MyA0IDc4bDEzMSAyOHExIDAgMTIuNSAyLjVUMTA1Mi0xNXQxNC41IDQuNSAxNSA2LjUgMTEgOCA5IDExIDIuNSAxNHEwIDE2LTMxIDk2LjVUMTAwMSAzMDN0LTQyIDEwMGwtNDUwIDJxLTI2LTU4LTc2LjUtMTk1LjVUMzgyIDQ3cTAtMjIgMTQtMzcuNVQ0MzkuNS0xNSA0ODgtMjguNXQ1Ny04LjUgNDEtNHExLTE5IDEtNTggMC05LTItMjctNTggMC0xNzQuNSAxMFQyMzYtMTA2cS04IDAtMjYuNS00dC0yMS41LTRxLTgwLTE0LTE4OC0xNHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iYm9sZCIgdW5pY29kZT0i74CyIiBob3Jpei1hZHYteD0iMTQwOCIgZD0iTTU1NSAxNXE3NC0zMiAxNDAtMzIgMzc2IDAgMzc2IDMzNSAwIDExNC00MSAxODAtMjcgNDQtNjEuNSA3NFQ5MDEgNjE4LjV0LTgwLjUgMjUtODQgMTAuNS05NC41IDJxLTczIDAtMTAxLTEwIDAtNTMtLjUtMTU5dC0uNS0xNThxMC04LTEtNjcuNXQtLjUtOTYuNSA0LjUtODMuNVQ1NTUgMTV6bS0xNCA3NDZxNDItNyAxMDktNyA4MiAwIDE0MyAxM3QxMTAgNDQuNSA3NC41IDg5LjUgMjUuNSAxNDJxMCA3MC0yOSAxMjIuNXQtNzkgODItMTA4IDQzLjUtMTI0IDE0cS01MCAwLTEzMC0xMyAwLTUwIDQtMTUxdDQtMTUycTAtMjctLjUtODB0LS41LTc5cTAtNDYgMS02OXpNMC0xMjhsMiA5NHExNSA0IDg1IDE2VDE5MyA5cTcgMTIgMTIuNSAyN3Q4LjUgMzMuNSA1LjUgMzIuNSAzIDM3LjUuNSAzNFYyMzlxMCA5ODItMjIgMTAyNS00IDgtMjIgMTQuNXQtNDQuNSAxMS00OS41IDctNDguNSA0LjUtMzAuNSAzbC00IDgzcTk4IDIgMzQwIDExLjV0MzczIDkuNXEyMyAwIDY4LS41dDY4LS41cTcwIDAgMTM2LjUtMTN0MTI4LjUtNDIgMTA4LTcxIDc0LTEwNC41IDI4LTEzNy41cTAtNTItMTYuNS05NS41dC0zOS03MlQxMjA2IDgxNHQtNzMtNDUtODQtNDBxMTU0LTM1IDI1Ni41LTEzNFQxNDA4IDM0N3EwLTEwMC0zNS0xNzkuNVQxMjc5LjUgMzd0LTEzOC04NS41VDk3OC05N3QtMTc2LTE0cS00NCAwLTEzMiAzdC0xMzIgM3EtMTA2IDAtMzA3LTExVDAtMTI4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJpdGFsaWMiIHVuaWNvZGU9Iu+AsyIgaG9yaXotYWR2LXg9IjEwMjQiIGQ9Ik0wLTEyNmwxNyA4NXEyMiA3IDYxLjUgMTYuNXQ3MiAxOVQyMTAgMThxMjggMzUgNDEgMTAxIDEgNyA2MiAyODl0MTE0IDU0My41IDUyIDI5Ni41djI1cS0yNCAxMy01NC41IDE4LjV0LTY5LjUgOC01OCA1LjVsMTkgMTAzcTMzLTIgMTIwLTYuNXQxNDkuNS03VDcwNiAxMzkycTQ4IDAgOTguNSAyLjV0MTIxIDcgOTguNSA2LjVxLTUtMzktMTktODktMzAtMTAtMTAxLjUtMjguNVQ3OTUgMTI1N3EtOC0xOS0xNC00Mi41dC05LTQwLTcuNS00NS41LTYuNS00MnEtMjctMTQ4LTg3LjUtNDE5LjVUNTkzIDMxMnEtMi05LTEzLTU4dC0yMC05MC0xNi04My41LTYtNTcuNWwxLTE4cTE3LTQgMTg1LTMxLTMtNDQtMTYtOTktMTEgMC0zMi41LTEuNVQ2NDMtMTI4cS0yOSAwLTg3IDEwdC04NiAxMHEtMTM4IDItMjA2IDItNTEgMC0xNDMtOVQwLTEyNnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idGV4dF9oZWlnaHQiIHVuaWNvZGU9Iu+AtCIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNzQ0IDEyOHEzMyAwIDQyLTE4LjVUMTc3NSA2NUwxNjQ5LTk3cS0yMC0yNi00OS0yNnQtNDkgMjZMMTQyNSA2NXEtMjAgMjYtMTEgNDQuNXQ0MiAxOC41aDgwdjEwMjRoLTgwcS0zMyAwLTQyIDE4LjV0MTEgNDQuNWwxMjYgMTYycTIwIDI2IDQ5IDI2dDQ5LTI2bDEyNi0xNjJxMjAtMjYgMTEtNDQuNXQtNDItMTguNWgtODBWMTI4aDgwek04MSAxNDA3bDU0LTI3cTEyLTUgMjExLTUgNDQgMCAxMzIgMnQxMzIgMnEzNiAwIDEwNy41LS41dDEwNy41LS41aDI5M3E2IDAgMjEtLjV0MjAuNSAwIDE2IDMgMTcuNSA5IDE1IDE3LjVsNDIgMXE0IDAgMTQtLjV0MTQtLjVxMi0xMTIgMi0zMzYgMC04MC01LTEwOS0zOS0xNC02OC0xOC0yNSA0NC01NCAxMjgtMyA5LTExIDQ4dC0xNC41IDczLjUtNy41IDM1LjVxLTYgOC0xMiAxMi41dC0xNS41IDYtMTMgMi41LTE4IC41LTE2LjUtLjVxLTE3IDAtNjYuNS41dC03NC41LjUtNjQtMi03MS02cS05LTgxLTgtMTM2IDAtOTQgMi0zODh0Mi00NTVxMC0xNi0yLjUtNzEuNXQwLTkxLjVUNzc1IDMycTQwLTIxIDEyNC00Mi41VDEwMTktNDhxNS00MCA1LTUwIDAtMTQtMy0yOWwtMzQtMXEtNzYtMi0yMTggOHQtMjA3IDEwcS01MCAwLTE1MS05dC0xNTItOXEtMyA1MS0zIDUydjlxMTcgMjcgNjEuNSA0M1Q0MTYgNXQ3OCAyN3ExOSA0MiAxOSAzODMgMCAxMDEtMyAzMDN0LTMgMzAzdjExN3EwIDIgLjUgMTUuNXQuNSAyNS0xIDI1LjUtMyAyNC01IDE0cS0xMSAxMi0xNjIgMTItMzMgMC05My0xMnQtODAtMjZxLTE5LTEzLTM0LTcyLjV0LTMxLjUtMTExVDU2IDk3OXEtNDIgMjYtNTYgNDR2MzgzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ0ZXh0X3dpZHRoIiB1bmljb2RlPSLvgLUiIGQ9Ik04MSAxNDA3bDU0LTI3cTEyLTUgMjExLTUgNDQgMCAxMzIgMnQxMzIgMnE3MCAwIDI0Ni41IDF0MzA0LjUuNSAyNDctNC41cTMzLTEgNTYgMzFsNDIgMXE0IDAgMTQtLjV0MTQtLjVxMi0xMTIgMi0zMzYgMC04MC01LTEwOS0zOS0xNC02OC0xOC0yNSA0NC01NCAxMjgtMyA5LTExIDQ3LjV0LTE1IDczLjUtNyAzNnEtMTAgMTMtMjcgMTktNSAyLTY2IDItMzAgMC05MyAxdC0xMDMgMS05NC0yLTk2LTdxLTktODEtOC0xMzZsMS0xNTJ2NTJxMC01NSAxLTE1NHQxLjUtMTgwIC41LTE1M3EwLTE2LTIuNS03MS41dDAtOTEuNSAxMi41LTY5cTQwLTIxIDEyNC00Mi41dDEyMC0zNy41cTUtNDAgNS01MCAwLTE0LTMtMjlsLTM0LTFxLTc2LTItMjE4IDh0LTIwNyAxMHEtNTAgMC0xNTEtOXQtMTUyLTlxLTMgNTEtMyA1MnY5cTE3IDI3IDYxLjUgNDN0OTguNSAyOSA3OCAyN3E3IDE2IDExLjUgNzR0NiAxNDUuNSAxLjUgMTU1LS41IDE1My41LS41IDg5cTAgNy0yLjUgMjEuNVQ2MzUgOTQ5cTAgNyAuNSA0NHQxIDczIDAgNzYuNS0zIDY3LjUtNi41IDMycS0xMSAxMi0xNjIgMTItNDEgMC0xNjMtMTMuNVQxNjQgMTIxNnEtMTktMTItMzQtNzEuNVQ5OC41IDEwMzMgNTYgOTc5cS00MiAyNi01NiA0NHYzODN6TTEzMTAgMTI1cTEyIDAgNDItMTkuNXQ1Ny41LTQxLjUgNTkuNS00OSAzNi0zMHEyNi0yMSAyNi00OXQtMjYtNDlxLTQtMy0zNi0zMHQtNTkuNS00OS01Ny41LTQxLjUtNDItMTkuNXEtMTMgMC0yMC41IDEwLjV0LTEwIDI4LjUtMi41IDMzLjUgMS41IDMzIDEuNSAxOS41SDI1NnEwLTIgMS41LTE5LjV0MS41LTMzLTIuNS0zMy41LTEwLTI4LjVUMjI2LTI1M3EtMTIgMC00MiAxOS41VDEyNi41LTE5MiA2Ny0xNDN0LTM2IDMwUTUtOTIgNS02NHQyNiA0OXE0IDMgMzYgMzB0NTkuNSA0OSA1Ny41IDQxLjUgNDIgMTkuNXExMyAwIDIwLjUtMTAuNXQxMC0yOC41IDIuNS0zMy41LTEuNS0zM1QyNTYgMGgxMDI0cTAgMi0xLjUgMTkuNXQtMS41IDMzIDIuNSAzMy41IDEwIDI4LjVUMTMxMCAxMjV6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImFsaWduX2xlZnQiIHVuaWNvZGU9Iu+AtiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNzkyIDE5MlY2NHEwLTI2LTE5LTQ1dC00NS0xOUg2NFEzOCAwIDE5IDE5VDAgNjR2MTI4cTAgMjYgMTkgNDV0NDUgMTloMTY2NHEyNiAwIDQ1LTE5dDE5LTQ1em0tMzg0IDM4NFY0NDhxMC0yNi0xOS00NXQtNDUtMTlINjRxLTI2IDAtNDUgMTlUMCA0NDh2MTI4cTAgMjYgMTkgNDV0NDUgMTloMTI4MHEyNiAwIDQ1LTE5dDE5LTQ1em0yNTYgMzg0VjgzMnEwLTI2LTE5LTQ1dC00NS0xOUg2NHEtMjYgMC00NSAxOVQwIDgzMnYxMjhxMCAyNiAxOSA0NXQ0NSAxOWgxNTM2cTI2IDAgNDUtMTl0MTktNDV6bS0zODQgMzg0di0xMjhxMC0yNi0xOS00NXQtNDUtMTlINjRxLTI2IDAtNDUgMTl0LTE5IDQ1djEyOHEwIDI2IDE5IDQ1dDQ1IDE5aDExNTJxMjYgMCA0NS0xOXQxOS00NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iYWxpZ25fY2VudGVyIiB1bmljb2RlPSLvgLciIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTc5MiAxOTJWNjRxMC0yNi0xOS00NXQtNDUtMTlINjRRMzggMCAxOSAxOVQwIDY0djEyOHEwIDI2IDE5IDQ1dDQ1IDE5aDE2NjRxMjYgMCA0NS0xOXQxOS00NXptLTM4NCAzODRWNDQ4cTAtMjYtMTktNDV0LTQ1LTE5SDQ0OHEtMjYgMC00NSAxOXQtMTkgNDV2MTI4cTAgMjYgMTkgNDV0NDUgMTloODk2cTI2IDAgNDUtMTl0MTktNDV6bTI1NiAzODRWODMycTAtMjYtMTktNDV0LTQ1LTE5SDE5MnEtMjYgMC00NSAxOXQtMTkgNDV2MTI4cTAgMjYgMTkgNDV0NDUgMTloMTQwOHEyNiAwIDQ1LTE5dDE5LTQ1em0tMzg0IDM4NHYtMTI4cTAtMjYtMTktNDV0LTQ1LTE5SDU3NnEtMjYgMC00NSAxOXQtMTkgNDV2MTI4cTAgMjYgMTkgNDV0NDUgMTloNjQwcTI2IDAgNDUtMTl0MTktNDV6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImFsaWduX3JpZ2h0IiB1bmljb2RlPSLvgLgiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTc5MiAxOTJWNjRxMC0yNi0xOS00NXQtNDUtMTlINjRRMzggMCAxOSAxOVQwIDY0djEyOHEwIDI2IDE5IDQ1dDQ1IDE5aDE2NjRxMjYgMCA0NS0xOXQxOS00NXptMCAzODRWNDQ4cTAtMjYtMTktNDV0LTQ1LTE5SDQ0OHEtMjYgMC00NSAxOXQtMTkgNDV2MTI4cTAgMjYgMTkgNDV0NDUgMTloMTI4MHEyNiAwIDQ1LTE5dDE5LTQ1em0wIDM4NFY4MzJxMC0yNi0xOS00NXQtNDUtMTlIMTkycS0yNiAwLTQ1IDE5dC0xOSA0NXYxMjhxMCAyNiAxOSA0NXQ0NSAxOWgxNTM2cTI2IDAgNDUtMTl0MTktNDV6bTAgMzg0di0xMjhxMC0yNi0xOS00NXQtNDUtMTlINTc2cS0yNiAwLTQ1IDE5dC0xOSA0NXYxMjhxMCAyNiAxOSA0NXQ0NSAxOWgxMTUycTI2IDAgNDUtMTl0MTktNDV6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImFsaWduX2p1c3RpZnkiIHVuaWNvZGU9Iu+AuSIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNzkyIDE5MlY2NHEwLTI2LTE5LTQ1dC00NS0xOUg2NFEzOCAwIDE5IDE5VDAgNjR2MTI4cTAgMjYgMTkgNDV0NDUgMTloMTY2NHEyNiAwIDQ1LTE5dDE5LTQ1em0wIDM4NFY0NDhxMC0yNi0xOS00NXQtNDUtMTlINjRxLTI2IDAtNDUgMTlUMCA0NDh2MTI4cTAgMjYgMTkgNDV0NDUgMTloMTY2NHEyNiAwIDQ1LTE5dDE5LTQ1em0wIDM4NFY4MzJxMC0yNi0xOS00NXQtNDUtMTlINjRxLTI2IDAtNDUgMTlUMCA4MzJ2MTI4cTAgMjYgMTkgNDV0NDUgMTloMTY2NHEyNiAwIDQ1LTE5dDE5LTQ1em0wIDM4NHYtMTI4cTAtMjYtMTktNDV0LTQ1LTE5SDY0cS0yNiAwLTQ1IDE5dC0xOSA0NXYxMjhxMCAyNiAxOSA0NXQ0NSAxOWgxNjY0cTI2IDAgNDUtMTl0MTktNDV6Ii8+PGdseXBoIGdseXBoLW5hbWU9Imxpc3QiIHVuaWNvZGU9Iu+AuiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0yNTYgMjI0VjMycTAtMTMtOS41LTIyLjVUMjI0IDBIMzJRMTkgMCA5LjUgOS41VDAgMzJ2MTkycTAgMTMgOS41IDIyLjVUMzIgMjU2aDE5MnExMyAwIDIyLjUtOS41VDI1NiAyMjR6bTAgMzg0VjQxNnEwLTEzLTkuNS0yMi41VDIyNCAzODRIMzJxLTEzIDAtMjIuNSA5LjVUMCA0MTZ2MTkycTAgMTMgOS41IDIyLjVUMzIgNjQwaDE5MnExMyAwIDIyLjUtOS41VDI1NiA2MDh6bTAgMzg0VjgwMHEwLTEzLTkuNS0yMi41VDIyNCA3NjhIMzJxLTEzIDAtMjIuNSA5LjVUMCA4MDB2MTkycTAgMTMgOS41IDIyLjVUMzIgMTAyNGgxOTJxMTMgMCAyMi41LTkuNVQyNTYgOTkyem0xNTM2LTc2OFYzMnEwLTEzLTkuNS0yMi41VDE3NjAgMEg0MTZxLTEzIDAtMjIuNSA5LjVUMzg0IDMydjE5MnEwIDEzIDkuNSAyMi41VDQxNiAyNTZoMTM0NHExMyAwIDIyLjUtOS41dDkuNS0yMi41ek0yNTYgMTM3NnYtMTkycTAtMTMtOS41LTIyLjVUMjI0IDExNTJIMzJxLTEzIDAtMjIuNSA5LjVUMCAxMTg0djE5MnEwIDEzIDkuNSAyMi41VDMyIDE0MDhoMTkycTEzIDAgMjIuNS05LjV0OS41LTIyLjV6bTE1MzYtNzY4VjQxNnEwLTEzLTkuNS0yMi41VDE3NjAgMzg0SDQxNnEtMTMgMC0yMi41IDkuNVQzODQgNDE2djE5MnEwIDEzIDkuNSAyMi41VDQxNiA2NDBoMTM0NHExMyAwIDIyLjUtOS41dDkuNS0yMi41em0wIDM4NFY4MDBxMC0xMy05LjUtMjIuNVQxNzYwIDc2OEg0MTZxLTEzIDAtMjIuNSA5LjVUMzg0IDgwMHYxOTJxMCAxMyA5LjUgMjIuNXQyMi41IDkuNWgxMzQ0cTEzIDAgMjIuNS05LjV0OS41LTIyLjV6bTAgMzg0di0xOTJxMC0xMy05LjUtMjIuNXQtMjIuNS05LjVINDE2cS0xMyAwLTIyLjUgOS41VDM4NCAxMTg0djE5MnEwIDEzIDkuNSAyMi41dDIyLjUgOS41aDEzNDRxMTMgMCAyMi41LTkuNXQ5LjUtMjIuNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iaW5kZW50X2xlZnQiIHVuaWNvZGU9Iu+AuyIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0zODQgOTkyVjQxNnEwLTEzLTkuNS0yMi41VDM1MiAzODRxLTE0IDAtMjMgOUw0MSA2ODFxLTkgOS05IDIzdDkgMjNsMjg4IDI4OHE5IDkgMjMgOSAxMyAwIDIyLjUtOS41VDM4NCA5OTJ6bTE0MDgtNzY4VjMycTAtMTMtOS41LTIyLjVUMTc2MCAwSDMyUTE5IDAgOS41IDkuNVQwIDMydjE5MnEwIDEzIDkuNSAyMi41VDMyIDI1NmgxNzI4cTEzIDAgMjIuNS05LjV0OS41LTIyLjV6bTAgMzg0VjQxNnEwLTEzLTkuNS0yMi41VDE3NjAgMzg0SDY3MnEtMTMgMC0yMi41IDkuNVQ2NDAgNDE2djE5MnEwIDEzIDkuNSAyMi41VDY3MiA2NDBoMTA4OHExMyAwIDIyLjUtOS41dDkuNS0yMi41em0wIDM4NFY4MDBxMC0xMy05LjUtMjIuNVQxNzYwIDc2OEg2NzJxLTEzIDAtMjIuNSA5LjVUNjQwIDgwMHYxOTJxMCAxMyA5LjUgMjIuNXQyMi41IDkuNWgxMDg4cTEzIDAgMjIuNS05LjV0OS41LTIyLjV6bTAgMzg0di0xOTJxMC0xMy05LjUtMjIuNXQtMjIuNS05LjVIMzJxLTEzIDAtMjIuNSA5LjVUMCAxMTg0djE5MnEwIDEzIDkuNSAyMi41VDMyIDE0MDhoMTcyOHExMyAwIDIyLjUtOS41dDkuNS0yMi41eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJpbmRlbnRfcmlnaHQiIHVuaWNvZGU9Iu+AvCIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0zNTIgNzA0cTAtMTQtOS0yM0w1NSAzOTNxLTktOS0yMy05LTEzIDAtMjIuNSA5LjVUMCA0MTZ2NTc2cTAgMTMgOS41IDIyLjVUMzIgMTAyNHExNCAwIDIzLTlsMjg4LTI4OHE5LTkgOS0yM3ptMTQ0MC00ODBWMzJxMC0xMy05LjUtMjIuNVQxNzYwIDBIMzJRMTkgMCA5LjUgOS41VDAgMzJ2MTkycTAgMTMgOS41IDIyLjVUMzIgMjU2aDE3MjhxMTMgMCAyMi41LTkuNXQ5LjUtMjIuNXptMCAzODRWNDE2cTAtMTMtOS41LTIyLjVUMTc2MCAzODRINjcycS0xMyAwLTIyLjUgOS41VDY0MCA0MTZ2MTkycTAgMTMgOS41IDIyLjVUNjcyIDY0MGgxMDg4cTEzIDAgMjIuNS05LjV0OS41LTIyLjV6bTAgMzg0VjgwMHEwLTEzLTkuNS0yMi41VDE3NjAgNzY4SDY3MnEtMTMgMC0yMi41IDkuNVQ2NDAgODAwdjE5MnEwIDEzIDkuNSAyMi41dDIyLjUgOS41aDEwODhxMTMgMCAyMi41LTkuNXQ5LjUtMjIuNXptMCAzODR2LTE5MnEwLTEzLTkuNS0yMi41dC0yMi41LTkuNUgzMnEtMTMgMC0yMi41IDkuNVQwIDExODR2MTkycTAgMTMgOS41IDIyLjVUMzIgMTQwOGgxNzI4cTEzIDAgMjIuNS05LjV0OS41LTIyLjV6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImZhY2V0aW1lX3ZpZGVvIiB1bmljb2RlPSLvgL0iIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTc5MiAxMTg0Vjk2cTAtNDItMzktNTktMTMtNS0yNS01LTI3IDAtNDUgMTlsLTQwMyA0MDNWMjg4cTAtMTE5LTg0LjUtMjAzLjVUOTkyIDBIMjg4UTE2OSAwIDg0LjUgODQuNVQwIDI4OHY3MDRxMCAxMTkgODQuNSAyMDMuNVQyODggMTI4MGg3MDRxMTE5IDAgMjAzLjUtODQuNVQxMjgwIDk5MlY4MjdsNDAzIDQwMnExOCAxOSA0NSAxOSAxMiAwIDI1LTUgMzktMTcgMzktNTl6Ii8+PGdseXBoIGdseXBoLW5hbWU9InBpY3R1cmUiIHVuaWNvZGU9Iu+AviIgaG9yaXotYWR2LXg9IjE5MjAiIGQ9Ik02NDAgOTYwcTAtODAtNTYtMTM2dC0xMzYtNTYtMTM2IDU2LTU2IDEzNiA1NiAxMzYgMTM2IDU2IDEzNi01NiA1Ni0xMzZ6bTEwMjQtMzg0VjEyOEgyNTZ2MTkybDMyMCAzMjAgMTYwLTE2MCA1MTIgNTEyem05NiA3MDRIMTYwcS0xMyAwLTIyLjUtOS41VDEyOCAxMjQ4VjMycTAtMTMgOS41LTIyLjVUMTYwIDBoMTYwMHExMyAwIDIyLjUgOS41VDE3OTIgMzJ2MTIxNnEwIDEzLTkuNSAyMi41dC0yMi41IDkuNXptMTYwLTMyVjMycTAtNjYtNDctMTEzdC0xMTMtNDdIMTYwcS02NiAwLTExMyA0N1QwIDMydjEyMTZxMCA2NiA0NyAxMTN0MTEzIDQ3aDE2MDBxNjYgMCAxMTMtNDd0NDctMTEzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJwZW5jaWwiIHVuaWNvZGU9Iu+BgCIgZD0iTTM2MyAwbDkxIDkxLTIzNSAyMzUtOTEtOTFWMTI4aDEyOFYwaDEwN3ptNTIzIDkyOHEwIDIyLTIyIDIyLTEwIDAtMTctN0wzMDUgNDAxcS03LTctNy0xNyAwLTIyIDIyLTIyIDEwIDAgMTcgN2w1NDIgNTQycTcgNyA3IDE3em0tNTQgMTkybDQxNi00MTYtODMyLTgzMkgwdjQxNnptNjgzLTk2cTAtNTMtMzctOTBsLTE2Ni0xNjYtNDE2IDQxNiAxNjYgMTY1cTM2IDM4IDkwIDM4IDUzIDAgOTEtMzhsMjM1LTIzNHEzNy0zOSAzNy05MXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ibWFwX21hcmtlciIgdW5pY29kZT0i74GBIiBob3Jpei1hZHYteD0iMTAyNCIgZD0iTTc2OCA4OTZxMCAxMDYtNzUgMTgxdC0xODEgNzUtMTgxLTc1LTc1LTE4MSA3NS0xODEgMTgxLTc1IDE4MSA3NSA3NSAxODF6bTI1NiAwcTAtMTA5LTMzLTE3OUw2MjctNTdxLTE2LTMzLTQ3LjUtNTJUNTEyLTEyOHQtNjcuNSAxOVQzOTgtNTdMMzMgNzE3UTAgNzg3IDAgODk2cTAgMjEyIDE1MCAzNjJ0MzYyIDE1MCAzNjItMTUwIDE1MC0zNjJ6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImFkanVzdCIgdW5pY29kZT0i74GCIiBkPSJNNzY4IDk2djEwODhxLTE0OCAwLTI3My03M1QyOTcgOTEzdC03My0yNzMgNzMtMjczIDE5OC0xOTggMjczLTczem03NjggNTQ0cTAtMjA5LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh0Mzg1LjUtMTAzIDI3OS41LTI3OS41VDE1MzYgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ0aW50IiB1bmljb2RlPSLvgYMiIGhvcml6LWFkdi14PSIxMDI0IiBkPSJNNTEyIDM4NHEwIDM2LTIwIDY5LTEgMS0xNS41IDIyLjV0LTI1LjUgMzgtMjUgNDQtMjEgNTAuNXEtNCAxNi0yMSAxNnQtMjEtMTZxLTctMjMtMjEtNTAuNXQtMjUtNDQtMjUuNS0zOFQyNzYgNDUzcS0yMC0zMy0yMC02OSAwLTUzIDM3LjUtOTAuNVQzODQgMjU2dDkwLjUgMzcuNVQ1MTIgMzg0em01MTIgMTI4cTAtMjEyLTE1MC0zNjJUNTEyIDAgMTUwIDE1MCAwIDUxMnEwIDE0NSA4MSAyNzUgNiA5IDYyLjUgOTAuNXQxMDEgMTUxIDk5LjUgMTc4IDgzIDIwMS41cTkgMzAgMzQgNDd0NTEgMTcgNTEuNS0xNyAzMy41LTQ3cTI4LTkzIDgzLTIwMS41dDk5LjUtMTc4IDEwMS0xNTFUOTQzIDc4N3E4MS0xMjcgODEtMjc1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJlZGl0IiB1bmljb2RlPSLvgYQiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNODg4IDM1MmwxMTYgMTE2LTE1MiAxNTItMTE2LTExNnYtNTZoOTZ2LTk2aDU2em00NDAgNzIwcS0xNiAxNi0zMy0xTDk0NSA3MjFxLTE3LTE3LTEtMzN0MzMgMWwzNTAgMzUwcTE3IDE3IDEgMzN6bTgwLTU5NFYyODhxMC0xMTktODQuNS0yMDMuNVQxMTIwIDBIMjg4UTE2OSAwIDg0LjUgODQuNVQwIDI4OHY4MzJxMCAxMTkgODQuNSAyMDMuNVQyODggMTQwOGg4MzJxNjMgMCAxMTctMjUgMTUtNyAxOC0yMyAzLTE3LTktMjlsLTQ5LTQ5cS0xNC0xNC0zMi04LTIzIDYtNDUgNkgyODhxLTY2IDAtMTEzLTQ3dC00Ny0xMTNWMjg4cTAtNjYgNDctMTEzdDExMy00N2g4MzJxNjYgMCAxMTMgNDd0NDcgMTEzdjEyNnEwIDEzIDkgMjJsNjQgNjRxMTUgMTUgMzUgN3QyMC0yOXptLTk2IDczOGwyODgtMjg4LTY3Mi02NzJINjQwdjI4OHptNDQ0LTEzMmwtOTItOTItMjg4IDI4OCA5MiA5MnEyOCAyOCA2OCAyOHQ2OC0yOGwxNTItMTUycTI4LTI4IDI4LTY4dC0yOC02OHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ic2hhcmUiIHVuaWNvZGU9Iu+BhSIgaG9yaXotYWR2LXg9IjE2NjQiIGQ9Ik0xNDA4IDU0N1YyODhxMC0xMTktODQuNS0yMDMuNVQxMTIwIDBIMjg4UTE2OSAwIDg0LjUgODQuNVQwIDI4OHY4MzJxMCAxMTkgODQuNSAyMDMuNVQyODggMTQwOGgyNTVxMTMgMCAyMi41LTkuNXQ5LjUtMjIuNXEwLTI3LTI2LTMyLTc3LTI2LTEzMy02MC0xMC00LTE2LTRIMjg4cS02NiAwLTExMy00N3QtNDctMTEzVjI4OHEwLTY2IDQ3LTExM3QxMTMtNDdoODMycTY2IDAgMTEzIDQ3dDQ3IDExM3YyMTRxMCAxOSAxOCAyOSAyOCAxMyA1NCAzNyAxNiAxNiAzNSA4IDIxLTkgMjEtMjl6bTIzNyA0OTZsLTM4NC0zODRxLTE4LTE5LTQ1LTE5LTEyIDAtMjUgNS0zOSAxNy0zOSA1OXYxOTJIOTkycS0zMjMgMC00MzgtMTMxLTExOS0xMzctNzQtNDczIDMtMjMtMjAtMzQtOC0yLTEyLTItMTYgMC0yNiAxMy0xMCAxNC0yMSAzMXQtMzkuNSA2OC41VDMxMiA0Njh0LTM4LjUgMTE0VDI1NiA3MDRxMCA0OSAzLjUgOTF0MTQgOTAgMjggODggNDcgODEuNSA2OC41IDc0IDk0LjUgNjEuNSAxMjQuNSA0OC41IDE1OS41IDMwLjUgMTk2LjUgMTFoMTYwdjE5MnEwIDQyIDM5IDU5IDEzIDUgMjUgNSAyNiAwIDQ1LTE5bDM4NC0zODRxMTktMTkgMTktNDV0LTE5LTQ1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjaGVjayIgdW5pY29kZT0i74GGIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTE0MDggNjA2VjI4OHEwLTExOS04NC41LTIwMy41VDExMjAgMEgyODhRMTY5IDAgODQuNSA4NC41VDAgMjg4djgzMnEwIDExOSA4NC41IDIwMy41VDI4OCAxNDA4aDgzMnE2MyAwIDExNy0yNSAxNS03IDE4LTIzIDMtMTctOS0yOWwtNDktNDlxLTEwLTEwLTIzLTEwLTMgMC05IDItMjMgNi00NSA2SDI4OHEtNjYgMC0xMTMtNDd0LTQ3LTExM1YyODhxMC02NiA0Ny0xMTN0MTEzLTQ3aDgzMnE2NiAwIDExMyA0N3Q0NyAxMTN2MjU0cTAgMTMgOSAyMmw2NCA2NHExMCAxMCAyMyAxMCA2IDAgMTItMyAyMC04IDIwLTI5em0yMzEgNDg5TDgyNSAyODFxLTI0LTI0LTU3LTI0dC01NyAyNEwyODEgNzExcS0yNCAyNC0yNCA1N3QyNCA1N2wxMTAgMTEwcTI0IDI0IDU3IDI0dDU3LTI0bDI2My0yNjMgNjQ3IDY0N3EyNCAyNCA1NyAyNHQ1Ny0yNGwxMTAtMTEwcTI0LTI0IDI0LTU3dC0yNC01N3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0ibW92ZSIgdW5pY29kZT0i74GHIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE3OTIgNjQwcTAtMjYtMTktNDVsLTI1Ni0yNTZxLTE5LTE5LTQ1LTE5dC00NSAxOS0xOSA0NXYxMjhoLTM4NFYxMjhoMTI4cTI2IDAgNDUtMTl0MTktNDUtMTktNDVMOTQxLTIzN3EtMTktMTktNDUtMTl0LTQ1IDE5TDU5NSAxOXEtMTkgMTktMTkgNDV0MTkgNDUgNDUgMTloMTI4djM4NEgzODRWMzg0cTAtMjYtMTktNDV0LTQ1LTE5LTQ1IDE5TDE5IDU5NVEwIDYxNCAwIDY0MHQxOSA0NWwyNTYgMjU2cTE5IDE5IDQ1IDE5dDQ1LTE5IDE5LTQ1Vjc2OGgzODR2Mzg0SDY0MHEtMjYgMC00NSAxOXQtMTkgNDUgMTkgNDVsMjU2IDI1NnExOSAxOSA0NSAxOXQ0NS0xOWwyNTYtMjU2cTE5LTE5IDE5LTQ1dC0xOS00NS00NS0xOWgtMTI4Vjc2OGgzODR2MTI4cTAgMjYgMTkgNDV0NDUgMTkgNDUtMTlsMjU2LTI1NnExOS0xOSAxOS00NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ic3RlcF9iYWNrd2FyZCIgdW5pY29kZT0i74GIIiBob3Jpei1hZHYteD0iMTAyNCIgZD0iTTk3OSAxMzk1cTE5IDE5IDMyIDEzdDEzLTMyVi05NnEwLTI2LTEzLTMydC0zMiAxM0wyNjkgNTk1cS05IDktMTMgMTlWLTY0cTAtMjYtMTktNDV0LTQ1LTE5SDY0cS0yNiAwLTQ1IDE5VDAtNjR2MTQwOHEwIDI2IDE5IDQ1dDQ1IDE5aDEyOHEyNiAwIDQ1LTE5dDE5LTQ1VjY2NnE0IDEwIDEzIDE5eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJmYXN0X2JhY2t3YXJkIiB1bmljb2RlPSLvgYkiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTc0NyAxMzk1cTE5IDE5IDMyIDEzdDEzLTMyVi05NnEwLTI2LTEzLTMydC0zMiAxM2wtNzEwIDcxMHEtOSA5LTEzIDE5Vi05NnEwLTI2LTEzLTMydC0zMiAxM0wyNjkgNTk1cS05IDktMTMgMTlWLTY0cTAtMjYtMTktNDV0LTQ1LTE5SDY0cS0yNiAwLTQ1IDE5VDAtNjR2MTQwOHEwIDI2IDE5IDQ1dDQ1IDE5aDEyOHEyNiAwIDQ1LTE5dDE5LTQ1VjY2NnE0IDEwIDEzIDE5bDcxMCA3MTBxMTkgMTkgMzIgMTN0MTMtMzJWNjY2cTQgMTAgMTMgMTl6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImJhY2t3YXJkIiB1bmljb2RlPSLvgYoiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNMTYxOSAxMzk1cTE5IDE5IDMyIDEzdDEzLTMyVi05NnEwLTI2LTEzLTMydC0zMiAxM0w5MDkgNTk1cS05IDktMTMgMTlWLTk2cTAtMjYtMTMtMzJ0LTMyIDEzTDE0MSA1OTVxLTE5IDE5LTE5IDQ1dDE5IDQ1bDcxMCA3MTBxMTkgMTkgMzIgMTN0MTMtMzJWNjY2cTQgMTAgMTMgMTl6Ii8+PGdseXBoIGdseXBoLW5hbWU9InBsYXkiIHVuaWNvZGU9Iu+BiyIgaG9yaXotYWR2LXg9IjE0MDgiIGQ9Ik0xMzg0IDYwOUw1Ni0xMjlxLTIzLTEzLTM5LjUtM1QwLTk2djE0NzJxMCAyNiAxNi41IDM2dDM5LjUtM2wxMzI4LTczOHEyMy0xMyAyMy0zMXQtMjMtMzF6Ii8+PGdseXBoIGdseXBoLW5hbWU9InBhdXNlIiB1bmljb2RlPSLvgYwiIGQ9Ik0xNTM2IDEzNDRWLTY0cTAtMjYtMTktNDV0LTQ1LTE5SDk2MHEtMjYgMC00NSAxOXQtMTkgNDV2MTQwOHEwIDI2IDE5IDQ1dDQ1IDE5aDUxMnEyNiAwIDQ1LTE5dDE5LTQ1em0tODk2IDBWLTY0cTAtMjYtMTktNDV0LTQ1LTE5SDY0cS0yNiAwLTQ1IDE5VDAtNjR2MTQwOHEwIDI2IDE5IDQ1dDQ1IDE5aDUxMnEyNiAwIDQ1LTE5dDE5LTQ1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJzdG9wIiB1bmljb2RlPSLvgY0iIGQ9Ik0xNTM2IDEzNDRWLTY0cTAtMjYtMTktNDV0LTQ1LTE5SDY0cS0yNiAwLTQ1IDE5VDAtNjR2MTQwOHEwIDI2IDE5IDQ1dDQ1IDE5aDE0MDhxMjYgMCA0NS0xOXQxOS00NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iZm9yd2FyZCIgdW5pY29kZT0i74GOIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTQ1LTExNXEtMTktMTktMzItMTNUMC05NnYxNDcycTAgMjYgMTMgMzJ0MzItMTNsNzEwLTcxMHE5LTkgMTMtMTl2NzEwcTAgMjYgMTMgMzJ0MzItMTNsNzEwLTcxMHExOS0xOSAxOS00NXQtMTktNDVMODEzLTExNXEtMTktMTktMzItMTN0LTEzIDMydjcxMHEtNC0xMC0xMy0xOXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iZmFzdF9mb3J3YXJkIiB1bmljb2RlPSLvgZAiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNNDUtMTE1cS0xOS0xOS0zMi0xM1QwLTk2djE0NzJxMCAyNiAxMyAzMnQzMi0xM2w3MTAtNzEwcTktOSAxMy0xOXY3MTBxMCAyNiAxMyAzMnQzMi0xM2w3MTAtNzEwcTktOSAxMy0xOXY2NzhxMCAyNiAxOSA0NXQ0NSAxOWgxMjhxMjYgMCA0NS0xOXQxOS00NVYtNjRxMC0yNi0xOS00NXQtNDUtMTloLTEyOHEtMjYgMC00NSAxOXQtMTkgNDV2Njc4cS00LTEwLTEzLTE5TDgxMy0xMTVxLTE5LTE5LTMyLTEzdC0xMyAzMnY3MTBxLTQtMTAtMTMtMTl6Ii8+PGdseXBoIGdseXBoLW5hbWU9InN0ZXBfZm9yd2FyZCIgdW5pY29kZT0i74GRIiBob3Jpei1hZHYteD0iMTAyNCIgZD0iTTQ1LTExNXEtMTktMTktMzItMTNUMC05NnYxNDcycTAgMjYgMTMgMzJ0MzItMTNsNzEwLTcxMHE5LTkgMTMtMTl2Njc4cTAgMjYgMTkgNDV0NDUgMTloMTI4cTI2IDAgNDUtMTl0MTktNDVWLTY0cTAtMjYtMTktNDV0LTQ1LTE5SDgzMnEtMjYgMC00NSAxOXQtMTkgNDV2Njc4cS00LTEwLTEzLTE5eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJlamVjdCIgdW5pY29kZT0i74GSIiBob3Jpei1hZHYteD0iMTUzOCIgZD0iTTE0IDU1N2w3MTAgNzEwcTE5IDE5IDQ1IDE5dDQ1LTE5bDcxMC03MTBxMTktMTkgMTMtMzJ0LTMyLTEzSDMzcS0yNiAwLTMyIDEzdDEzIDMyek0xNDczIDBINjVRMzkgMCAyMCAxOVQxIDY0djI1NnEwIDI2IDE5IDQ1dDQ1IDE5aDE0MDhxMjYgMCA0NS0xOXQxOS00NVY2NHEwLTI2LTE5LTQ1dC00NS0xOXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iY2hldnJvbl9sZWZ0IiB1bmljb2RlPSLvgZMiIGhvcml6LWFkdi14PSIxMjgwIiBkPSJNMTE3MSAxMjM1TDY0MCA3MDRsNTMxLTUzMXExOS0xOSAxOS00NXQtMTktNDVMMTAwNS04M3EtMTktMTktNDUtMTl0LTQ1IDE5TDE3MyA2NTlxLTE5IDE5LTE5IDQ1dDE5IDQ1bDc0MiA3NDJxMTkgMTkgNDUgMTl0NDUtMTlsMTY2LTE2NnExOS0xOSAxOS00NXQtMTktNDV6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImNoZXZyb25fcmlnaHQiIHVuaWNvZGU9Iu+BlCIgaG9yaXotYWR2LXg9IjEyODAiIGQ9Ik0xMTA3IDY1OUwzNjUtODNxLTE5LTE5LTQ1LTE5dC00NSAxOUwxMDkgODNxLTE5IDE5LTE5IDQ1dDE5IDQ1bDUzMSA1MzEtNTMxIDUzMXEtMTkgMTktMTkgNDV0MTkgNDVsMTY2IDE2NnExOSAxOSA0NSAxOXQ0NS0xOWw3NDItNzQycTE5LTE5IDE5LTQ1dC0xOS00NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0icGx1c19zaWduIiB1bmljb2RlPSLvgZUiIGQ9Ik0xMjE2IDU3NnYxMjhxMCAyNi0xOSA0NXQtNDUgMTlIODk2djI1NnEwIDI2LTE5IDQ1dC00NSAxOUg3MDRxLTI2IDAtNDUtMTl0LTE5LTQ1Vjc2OEgzODRxLTI2IDAtNDUtMTl0LTE5LTQ1VjU3NnEwLTI2IDE5LTQ1dDQ1LTE5aDI1NlYyNTZxMC0yNiAxOS00NXQ0NS0xOWgxMjhxMjYgMCA0NSAxOXQxOSA0NXYyNTZoMjU2cTI2IDAgNDUgMTl0MTkgNDV6bTMyMCA2NHEwLTIwOS0xMDMtMzg1LjVUMTE1My41LTI1IDc2OC0xMjggMzgyLjUtMjUgMTAzIDI1NC41IDAgNjQwdDEwMyAzODUuNVQzODIuNSAxMzA1IDc2OCAxNDA4dDM4NS41LTEwMyAyNzkuNS0yNzkuNVQxNTM2IDY0MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ibWludXNfc2lnbiIgdW5pY29kZT0i74GWIiBkPSJNMTIxNiA1NzZ2MTI4cTAgMjYtMTkgNDV0LTQ1IDE5SDM4NHEtMjYgMC00NS0xOXQtMTktNDVWNTc2cTAtMjYgMTktNDV0NDUtMTloNzY4cTI2IDAgNDUgMTl0MTkgNDV6bTMyMCA2NHEwLTIwOS0xMDMtMzg1LjVUMTE1My41LTI1IDc2OC0xMjggMzgyLjUtMjUgMTAzIDI1NC41IDAgNjQwdDEwMyAzODUuNVQzODIuNSAxMzA1IDc2OCAxNDA4dDM4NS41LTEwMyAyNzkuNS0yNzkuNVQxNTM2IDY0MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0icmVtb3ZlX3NpZ24iIHVuaWNvZGU9Iu+BlyIgZD0iTTExNDkgNDE0cTAgMjYtMTkgNDVMOTQ5IDY0MGwxODEgMTgxcTE5IDE5IDE5IDQ1IDAgMjctMTkgNDZsLTkwIDkwcS0xOSAxOS00NiAxOS0yNiAwLTQ1LTE5TDc2OCA4MjFsLTE4MSAxODFxLTE5IDE5LTQ1IDE5LTI3IDAtNDYtMTlsLTkwLTkwcS0xOS0xOS0xOS00NiAwLTI2IDE5LTQ1bDE4MS0xODEtMTgxLTE4MXEtMTktMTktMTktNDUgMC0yNyAxOS00Nmw5MC05MHExOS0xOSA0Ni0xOSAyNiAwIDQ1IDE5bDE4MSAxODEgMTgxLTE4MXExOS0xOSA0NS0xOSAyNyAwIDQ2IDE5bDkwIDkwcTE5IDE5IDE5IDQ2em0zODcgMjI2cTAtMjA5LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh0Mzg1LjUtMTAzIDI3OS41LTI3OS41VDE1MzYgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJva19zaWduIiB1bmljb2RlPSLvgZgiIGQ9Ik0xMjg0IDgwMnEwIDI4LTE4IDQ2bC05MSA5MHEtMTkgMTktNDUgMTl0LTQ1LTE5TDY3NyA1MzEgNDUxIDc1N3EtMTkgMTktNDUgMTl0LTQ1LTE5bC05MS05MHEtMTgtMTgtMTgtNDYgMC0yNyAxOC00NWwzNjItMzYycTE5LTE5IDQ1LTE5IDI3IDAgNDYgMTlsNTQzIDU0M3ExOCAxOCAxOCA0NXptMjUyLTE2MnEwLTIwOS0xMDMtMzg1LjVUMTE1My41LTI1IDc2OC0xMjggMzgyLjUtMjUgMTAzIDI1NC41IDAgNjQwdDEwMyAzODUuNVQzODIuNSAxMzA1IDc2OCAxNDA4dDM4NS41LTEwMyAyNzkuNS0yNzkuNVQxNTM2IDY0MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0icXVlc3Rpb25fc2lnbiIgdW5pY29kZT0i74GZIiBkPSJNODk2IDE2MHYxOTJxMCAxNC05IDIzdC0yMyA5SDY3MnEtMTQgMC0yMy05dC05LTIzVjE2MHEwLTE0IDktMjN0MjMtOWgxOTJxMTQgMCAyMyA5dDkgMjN6bTI1NiA2NzJxMCA4OC01NS41IDE2M1Q5NTggMTExMXQtMTcwIDQxcS0yNDMgMC0zNzEtMjEzLTE1LTI0IDgtNDJsMTMyLTEwMHE3LTYgMTktNiAxNiAwIDI1IDEyIDUzIDY4IDg2IDkyIDM0IDI0IDg2IDI0IDQ4IDAgODUuNS0yNnQzNy41LTU5cTAtMzgtMjAtNjF0LTY4LTQ1cS02My0yOC0xMTUuNS04Ni41VDY0MCA1MTZ2LTM2cTAtMTQgOS0yM3QyMy05aDE5MnExNCAwIDIzIDl0OSAyM3EwIDE5IDIxLjUgNDkuNVQ5NzIgNTc5cTMyIDE4IDQ5IDI4LjV0NDYgMzUgNDQuNSA0OCAyOCA2MC41IDEyLjUgODF6bTM4NC0xOTJxMC0yMDktMTAzLTM4NS41VDExNTMuNS0yNSA3NjgtMTI4IDM4Mi41LTI1IDEwMyAyNTQuNSAwIDY0MHQxMDMgMzg1LjVUMzgyLjUgMTMwNSA3NjggMTQwOHQzODUuNS0xMDMgMjc5LjUtMjc5LjVUMTUzNiA2NDB6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImluZm9fc2lnbiIgdW5pY29kZT0i74GaIiBkPSJNMTAyNCAxNjB2MTYwcTAgMTQtOSAyM3QtMjMgOWgtOTZ2NTEycTAgMTQtOSAyM3QtMjMgOUg1NDRxLTE0IDAtMjMtOXQtOS0yM1Y3MDRxMC0xNCA5LTIzdDIzLTloOTZWMzUyaC05NnEtMTQgMC0yMy05dC05LTIzVjE2MHEwLTE0IDktMjN0MjMtOWg0NDhxMTQgMCAyMyA5dDkgMjN6bS0xMjggODk2djE2MHEwIDE0LTkgMjN0LTIzIDlINjcycS0xNCAwLTIzLTl0LTktMjN2LTE2MHEwLTE0IDktMjN0MjMtOWgxOTJxMTQgMCAyMyA5dDkgMjN6bTY0MC00MTZxMC0yMDktMTAzLTM4NS41VDExNTMuNS0yNSA3NjgtMTI4IDM4Mi41LTI1IDEwMyAyNTQuNSAwIDY0MHQxMDMgMzg1LjVUMzgyLjUgMTMwNSA3NjggMTQwOHQzODUuNS0xMDMgMjc5LjUtMjc5LjVUMTUzNiA2NDB6Ii8+PGdseXBoIGdseXBoLW5hbWU9InNjcmVlbnNob3QiIHVuaWNvZGU9Iu+BmyIgZD0iTTExOTcgNTEyaC0xMDlxLTI2IDAtNDUgMTl0LTE5IDQ1djEyOHEwIDI2IDE5IDQ1dDQ1IDE5aDEwOXEtMzIgMTA4LTExMi41IDE4OC41VDg5NiAxMDY5Vjk2MHEwLTI2LTE5LTQ1dC00NS0xOUg3MDRxLTI2IDAtNDUgMTl0LTE5IDQ1djEwOXEtMTA4LTMyLTE4OC41LTExMi41VDMzOSA3NjhoMTA5cTI2IDAgNDUtMTl0MTktNDVWNTc2cTAtMjYtMTktNDV0LTQ1LTE5SDMzOXEzMi0xMDggMTEyLjUtMTg4LjVUNjQwIDIxMXYxMDlxMCAyNiAxOSA0NXQ0NSAxOWgxMjhxMjYgMCA0NS0xOXQxOS00NVYyMTFxMTA4IDMyIDE4OC41IDExMi41VDExOTcgNTEyem0zMzkgMTkyVjU3NnEwLTI2LTE5LTQ1dC00NS0xOWgtMTQzcS0zNy0xNjEtMTU0LjUtMjc4LjVUODk2IDc5Vi02NHEwLTI2LTE5LTQ1dC00NS0xOUg3MDRxLTI2IDAtNDUgMTl0LTE5IDQ1Vjc5cS0xNjEgMzctMjc4LjUgMTU0LjVUMjA3IDUxMkg2NHEtMjYgMC00NSAxOVQwIDU3NnYxMjhxMCAyNiAxOSA0NXQ0NSAxOWgxNDNxMzcgMTYxIDE1NC41IDI3OC41VDY0MCAxMjAxdjE0M3EwIDI2IDE5IDQ1dDQ1IDE5aDEyOHEyNiAwIDQ1LTE5dDE5LTQ1di0xNDNxMTYxLTM3IDI3OC41LTE1NC41VDEzMjkgNzY4aDE0M3EyNiAwIDQ1LTE5dDE5LTQ1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJyZW1vdmVfY2lyY2xlIiB1bmljb2RlPSLvgZwiIGQ9Ik0xMDk3IDQ1N0w5NTEgMzExcS0xMC0xMC0yMy0xMHQtMjMgMTBMNzY4IDQ0OCA2MzEgMzExcS0xMC0xMC0yMy0xMHQtMjMgMTBMNDM5IDQ1N3EtMTAgMTAtMTAgMjN0MTAgMjNsMTM3IDEzNy0xMzcgMTM3cS0xMCAxMC0xMCAyM3QxMCAyM2wxNDYgMTQ2cTEwIDEwIDIzIDEwdDIzLTEwbDEzNy0xMzcgMTM3IDEzN3ExMCAxMCAyMyAxMHQyMy0xMGwxNDYtMTQ2cTEwLTEwIDEwLTIzdC0xMC0yM0w5NjAgNjQwbDEzNy0xMzdxMTAtMTAgMTAtMjN0LTEwLTIzem0yMTUgMTgzcTAgMTQ4LTczIDI3M3QtMTk4IDE5OC0yNzMgNzMtMjczLTczLTE5OC0xOTgtNzMtMjczIDczLTI3MyAxOTgtMTk4IDI3My03MyAyNzMgNzMgMTk4IDE5OCA3MyAyNzN6bTIyNCAwcTAtMjA5LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh0Mzg1LjUtMTAzIDI3OS41LTI3OS41VDE1MzYgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJva19jaXJjbGUiIHVuaWNvZGU9Iu+BnSIgZD0iTTExNzEgNzIzTDc0OSAzMDFxLTE5LTE5LTQ1LTE5dC00NSAxOUwzNjUgNTk1cS0xOSAxOS0xOSA0NXQxOSA0NWwxMDIgMTAycTE5IDE5IDQ1IDE5dDQ1LTE5bDE0Ny0xNDcgMjc1IDI3NXExOSAxOSA0NSAxOXQ0NS0xOWwxMDItMTAycTE5LTE5IDE5LTQ1dC0xOS00NXptMTQxLTgzcTAgMTQ4LTczIDI3M3QtMTk4IDE5OC0yNzMgNzMtMjczLTczLTE5OC0xOTgtNzMtMjczIDczLTI3MyAxOTgtMTk4IDI3My03MyAyNzMgNzMgMTk4IDE5OCA3MyAyNzN6bTIyNCAwcTAtMjA5LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh0Mzg1LjUtMTAzIDI3OS41LTI3OS41VDE1MzYgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJiYW5fY2lyY2xlIiB1bmljb2RlPSLvgZ4iIGQ9Ik0xMzEyIDY0M3EwIDE2MS04NyAyOTVMNDcxIDE4NXExMzctODkgMjk3LTg5IDExMSAwIDIxMS41IDQzLjVUMTE1MyAyNTZ0MTE2IDE3NC41IDQzIDIxMi41ek0zMTMgMzQ0bDc1NSA3NTRxLTEzNSA5MS0zMDAgOTEtMTQ4IDAtMjczLTczVDI5NyA5MTd0LTczLTI3NHEwLTE2MiA4OS0yOTl6bTEyMjMgMjk5cTAtMTU3LTYxLTMwMFQxMzExLjUgOTd0LTI0NS0xNjRUNzY4LTEyOCA0NjkuNS02N3QtMjQ1IDE2NFQ2MSAzNDMgMCA2NDN0NjEgMjk5LjVUMjI0LjUgMTE4OHQyNDUgMTY0IDI5OC41IDYxIDI5OC41LTYxIDI0NS0xNjRUMTQ3NSA5NDIuNXQ2MS0yOTkuNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iYXJyb3dfbGVmdCIgdW5pY29kZT0i74GgIiBkPSJNMTUzNiA2NDBWNTEycTAtNTMtMzIuNS05MC41VDE0MTkgMzg0SDcxNWwyOTMtMjk0cTM4LTM2IDM4LTkwdC0zOC05MGwtNzUtNzZxLTM3LTM3LTkwLTM3LTUyIDAtOTEgMzdMMTAxIDQ4NnEtMzcgMzctMzcgOTAgMCA1MiAzNyA5MWw2NTEgNjUwcTM4IDM4IDkxIDM4IDUyIDAgOTAtMzhsNzUtNzRxMzgtMzggMzgtOTF0LTM4LTkxTDcxNSA3NjhoNzA0cTUyIDAgODQuNS0zNy41VDE1MzYgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJhcnJvd19yaWdodCIgdW5pY29kZT0i74GhIiBkPSJNMTQ3MiA1NzZxMC01NC0zNy05MUw3ODQtMTY2cS0zOS0zNy05MS0zNy01MSAwLTkwIDM3bC03NSA3NXEtMzggMzgtMzggOTF0MzggOTFsMjkzIDI5M0gxMTdxLTUyIDAtODQuNSAzNy41VDAgNTEydjEyOHEwIDUzIDMyLjUgOTAuNVQxMTcgNzY4aDcwNGwtMjkzIDI5NHEtMzggMzYtMzggOTB0MzggOTBsNzUgNzVxMzggMzggOTAgMzggNTMgMCA5MS0zOGw2NTEtNjUxcTM3LTM1IDM3LTkweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJhcnJvd191cCIgdW5pY29kZT0i74GiIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTE2MTEgNTY1cTAtNTEtMzctOTBsLTc1LTc1cS0zOC0zOC05MS0zOC01NCAwLTkwIDM4bC0yOTQgMjkzVi0xMXEwLTUyLTM3LjUtODQuNVQ4OTYtMTI4SDc2OHEtNTMgMC05MC41IDMyLjVUNjQwLTExdjcwNEwzNDYgNDAwcS0zNi0zOC05MC0zOHQtOTAgMzhsLTc1IDc1cS0zOCAzOC0zOCA5MCAwIDUzIDM4IDkxbDY1MSA2NTFxMzUgMzcgOTAgMzcgNTQgMCA5MS0zN2w2NTEtNjUxcTM3LTM5IDM3LTkxeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJhcnJvd19kb3duIiB1bmljb2RlPSLvgaMiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNMTYxMSA3MDRxMC01My0zNy05MEw5MjMtMzhxLTM5LTM3LTkxLTM3LTUzIDAtOTAgMzdMOTEgNjE0cS0zOCAzNi0zOCA5MCAwIDUzIDM4IDkxbDc0IDc1cTM5IDM3IDkxIDM3IDUzIDAgOTAtMzdsMjk0LTI5NHY3MDRxMCA1MiAzOCA5MHQ5MCAzOGgxMjhxNTIgMCA5MC0zOHQzOC05MFY1NzZsMjk0IDI5NHEzNyAzNyA5MCAzNyA1MiAwIDkxLTM3bDc1LTc1cTM3LTM5IDM3LTkxeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJzaGFyZV9hbHQiIHVuaWNvZGU9Iu+BpCIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNzkyIDg5NnEwLTI2LTE5LTQ1bC01MTItNTEycS0xOS0xOS00NS0xOXQtNDUgMTktMTkgNDV2MjU2SDkyOHEtOTggMC0xNzUuNS02dC0xNTQtMjEuNS0xMzMtNDIuNVQzNjAgNTAwLjV0LTgwLTEwMVQyMzEuNSAyNjEgMjE0IDgwcTAtNTUgNS0xMjMgMC02IDIuNS0yMy41VDIyNC05M3EwLTE1LTguNS0yNVQxOTItMTI4cS0xNiAwLTI4IDE3LTcgOS0xMyAyMnQtMTMuNSAzMFQxMjctMzVRMCAyNTAgMCA0MTZxMCAxOTkgNTMgMzMzIDE2MiA0MDMgODc1IDQwM2gyMjR2MjU2cTAgMjYgMTkgNDV0NDUgMTkgNDUtMTlsNTEyLTUxMnExOS0xOSAxOS00NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0icmVzaXplX2Z1bGwiIHVuaWNvZGU9Iu+BpSIgZD0iTTc1NSA0ODBxMC0xMy0xMC0yM0w0MTMgMTI1IDU1Ny0xOXExOS0xOSAxOS00NXQtMTktNDUtNDUtMTlINjRxLTI2IDAtNDUgMTlUMC02NHY0NDhxMCAyNiAxOSA0NXQ0NSAxOSA0NS0xOWwxNDQtMTQ0IDMzMiAzMzJxMTAgMTAgMjMgMTB0MjMtMTBsMTE0LTExNHExMC0xMCAxMC0yM3ptNzgxIDg2NFY4OTZxMC0yNi0xOS00NXQtNDUtMTktNDUgMTlsLTE0NCAxNDQtMzMyLTMzMnEtMTAtMTAtMjMtMTB0LTIzIDEwTDc5MSA3NzdxLTEwIDEwLTEwIDIzdDEwIDIzbDMzMiAzMzItMTQ0IDE0NHEtMTkgMTktMTkgNDV0MTkgNDUgNDUgMTloNDQ4cTI2IDAgNDUtMTl0MTktNDV6Ii8+PGdseXBoIGdseXBoLW5hbWU9InJlc2l6ZV9zbWFsbCIgdW5pY29kZT0i74GmIiBkPSJNNzY4IDU3NlYxMjhxMC0yNi0xOS00NXQtNDUtMTktNDUgMTlMNTE1IDIyNyAxODMtMTA1cS0xMC0xMC0yMy0xMHQtMjMgMTBMMjMgOVExMyAxOSAxMyAzMnQxMCAyM2wzMzIgMzMyLTE0NCAxNDRxLTE5IDE5LTE5IDQ1dDE5IDQ1IDQ1IDE5aDQ0OHEyNiAwIDQ1LTE5dDE5LTQ1em03NTUgNjcycTAtMTMtMTAtMjNsLTMzMi0zMzIgMTQ0LTE0NHExOS0xOSAxOS00NXQtMTktNDUtNDUtMTlIODMycS0yNiAwLTQ1IDE5dC0xOSA0NXY0NDhxMCAyNiAxOSA0NXQ0NSAxOSA0NS0xOWwxNDQtMTQ0IDMzMiAzMzJxMTAgMTAgMjMgMTB0MjMtMTBsMTE0LTExNHExMC0xMCAxMC0yM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0icGx1cyIgdW5pY29kZT0i74GnIiBob3Jpei1hZHYteD0iMTQwOCIgZD0iTTE0MDggODAwVjYwOHEwLTQwLTI4LTY4dC02OC0yOEg4OTZWOTZxMC00MC0yOC02OFQ4MDAgMEg2MDhxLTQwIDAtNjggMjh0LTI4IDY4djQxNkg5NnEtNDAgMC02OCAyOFQwIDYwOHYxOTJxMCA0MCAyOCA2OHQ2OCAyOGg0MTZ2NDE2cTAgNDAgMjggNjh0NjggMjhoMTkycTQwIDAgNjgtMjh0MjgtNjhWODk2aDQxNnE0MCAwIDY4LTI4dDI4LTY4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJtaW51cyIgdW5pY29kZT0i74GoIiBob3Jpei1hZHYteD0iMTQwOCIgZD0iTTE0MDggODAwVjYwOHEwLTQwLTI4LTY4dC02OC0yOEg5NnEtNDAgMC02OCAyOFQwIDYwOHYxOTJxMCA0MCAyOCA2OHQ2OCAyOGgxMjE2cTQwIDAgNjgtMjh0MjgtNjh6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImFzdGVyaXNrIiB1bmljb2RlPSLvgakiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNMTQ4MiA0ODZxNDYtMjYgNTkuNS03Ny41VDE1MjkgMzExbC02NC0xMTBxLTI2LTQ2LTc3LjUtNTkuNVQxMjkwIDE1NGwtMjY2IDE1M1YwcTAtNTItMzgtOTB0LTkwLTM4SDc2OHEtNTIgMC05MCAzOFQ2NDAgMHYzMDdMMzc0IDE1NHEtNDYtMjYtOTcuNS0xMi41VDE5OSAyMDFsLTY0IDExMHEtMjYgNDYtMTIuNSA5Ny41VDE4MiA0ODZsMjY2IDE1NC0yNjYgMTU0cS00NiAyNi01OS41IDc3LjVUMTM1IDk2OWw2NCAxMTBxMjYgNDYgNzcuNSA1OS41VDM3NCAxMTI2bDI2Ni0xNTN2MzA3cTAgNTIgMzggOTB0OTAgMzhoMTI4cTUyIDAgOTAtMzh0MzgtOTBWOTczbDI2NiAxNTNxNDYgMjYgOTcuNSAxMi41dDc3LjUtNTkuNWw2NC0xMTBxMjYtNDYgMTIuNS05Ny41VDE0ODIgNzk0bC0yNjYtMTU0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJleGNsYW1hdGlvbl9zaWduIiB1bmljb2RlPSLvgaoiIGQ9Ik03NjggMTQwOHEyMDkgMCAzODUuNS0xMDN0Mjc5LjUtMjc5LjVUMTUzNiA2NDB0LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh6TTg5NiAxNjF2MTkwcTAgMTQtOSAyMy41dC0yMiA5LjVINjczcS0xMyAwLTIzLTEwdC0xMC0yM1YxNjFxMC0xMyAxMC0yM3QyMy0xMGgxOTJxMTMgMCAyMiA5LjV0OSAyMy41em0tMiAzNDRsMTggNjIxcTAgMTItMTAgMTgtMTAgOC0yNCA4SDY1OHEtMTQgMC0yNC04LTEwLTYtMTAtMThsMTctNjIxcTAtMTAgMTAtMTcuNXQyNC03LjVoMTg1cTE0IDAgMjMuNSA3LjVUODk0IDUwNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iZ2lmdCIgdW5pY29kZT0i74GrIiBkPSJNOTI4IDE4MHY3MTZINjA4VjE4MHEwLTI1IDE4LTM4LjV0NDYtMTMuNWgxOTJxMjggMCA0NiAxMy41dDE4IDM4LjV6bS00NTYgODQ0aDE5NWwtMTI2IDE2MXEtMjYgMzEtNjkgMzEtNDAgMC02OC0yOHQtMjgtNjggMjgtNjggNjgtMjh6bTY4OCA5NnEwIDQwLTI4IDY4dC02OCAyOHEtNDMgMC02OS0zMWwtMTI1LTE2MWgxOTRxNDAgMCA2OCAyOHQyOCA2OHptMzc2LTI1NlY1NDRxMC0xNC05LTIzdC0yMy05aC05NlY5NnEwLTQwLTI4LTY4dC02OC0yOEgyMjRxLTQwIDAtNjggMjh0LTI4IDY4djQxNkgzMnEtMTQgMC0yMyA5dC05IDIzdjMyMHEwIDE0IDkgMjN0MjMgOWg0NDBxLTkzIDAtMTU4LjUgNjUuNVQyNDggMTEyMHQ2NS41IDE1OC41VDQ3MiAxMzQ0cTEwNyAwIDE2OC03N2wxMjgtMTY1IDEyOCAxNjVxNjEgNzcgMTY4IDc3IDkzIDAgMTU4LjUtNjUuNVQxMjg4IDExMjB0LTY1LjUtMTU4LjVUMTA2NCA4OTZoNDQwcTE0IDAgMjMtOXQ5LTIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJsZWFmIiB1bmljb2RlPSLvgawiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTI4MCA4MzJxMCAyNi0xOSA0NXQtNDUgMTlxLTE3MiAwLTMxOC00OS41dC0yNTkuNS0xMzRUNDAzIDQ5M3EtMTktMjEtMTktNDUgMC0yNiAxOS00NXQ0NS0xOXEyNCAwIDQ1IDE5IDI3IDI0IDc0IDcxdDY3IDY2cTEzNyAxMjQgMjY4LjUgMTc2dDMxMy41IDUycTI2IDAgNDUgMTl0MTkgNDV6bTUxMiAxOThxMC05NS0yMC0xOTMtNDYtMjI0LTE4NC41LTM4M1QxMjMwIDE4NlExMDE2IDc4IDc5MiA3OHEtMTQ4IDAtMjg2IDQ3LTE1IDUtODggNDJ0LTk2IDM3cS0xNiAwLTM5LjUtMzJ0LTQ1LTcwVDE4NSAzMiAxMjUgMFE4MiAwIDYxLjUgMTcuNVQxNiA3N3EtMiA0LTYgMTFUNC41IDk4dC0zIDkuNVQwIDEyMXEwIDM1IDMxIDczLjVUOTkgMjYwdDY4IDU2IDMxIDQ4cTAgNC0xNCAzOHQtMTYgNDRxLTkgNTEtOSAxMDQgMCAxMTUgNDMuNSAyMjB0MTE5IDE4NC41IDE3MC41IDEzOSAyMDQgOTUuNXE1NSAxOCAxNDUgMjUuNXQxNzkuNSA5IDE3OC41IDYgMTYzLjUgMjRUMTQ3NiAxMzEwbDI5LjUgMjkuNSAyOS41IDI4IDI3IDIwIDM2LjUgMTYgNDMuNSA0LjVxMzkgMCA3MC41LTQ2dDQ3LjUtMTEyIDI0LTEyNCA4LTk2eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJmaXJlIiB1bmljb2RlPSLvga0iIGhvcml6LWFkdi14PSIxNDA4IiBkPSJNMTQwOC0xNjB2LTY0cTAtMTMtOS41LTIyLjVUMTM3Ni0yNTZIMzJxLTEzIDAtMjIuNSA5LjVUMC0yMjR2NjRxMCAxMyA5LjUgMjIuNVQzMi0xMjhoMTM0NHExMyAwIDIyLjUtOS41dDkuNS0yMi41ek0xMTUyIDg5NnEwLTc4LTI0LjUtMTQ0dC02NC0xMTIuNS04Ny41LTg4LTk2LTc3LjUtODcuNS03Mi02NC04MS41VDcwNCAyMjRxMC05NiA2Ny0yMjRsLTQgMSAxLTFxLTkwIDQxLTE2MCA4M1Q0NjkuNSAxODMgMzU2IDMwNS41IDI4My41IDQ1NiAyNTYgNjQwcTAgNzggMjQuNSAxNDR0NjQgMTEyLjUgODcuNSA4OCA5NiA3Ny41IDg3LjUgNzIgNjQgODEuNVQ3MDQgMTMxMnEwIDk0LTY2IDIyNGwzLTEtMSAxcTkwLTQxIDE2MC04M3QxMzguNS0xMDAgMTEzLjUtMTIyLjUgNzIuNS0xNTAuNSAyNy41LTE4NHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iZXllX29wZW4iIHVuaWNvZGU9Iu+BriIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNjY0IDU3NnEtMTUyIDIzNi0zODEgMzUzIDYxLTEwNCA2MS0yMjUgMC0xODUtMTMxLjUtMzE2LjVUODk2IDI1NiA1NzkuNSAzODcuNSA0NDggNzA0cTAgMTIxIDYxIDIyNS0yMjktMTE3LTM4MS0zNTMgMTMzLTIwNSAzMzMuNS0zMjYuNVQ4OTYgMTI4dDQzNC41IDEyMS41VDE2NjQgNTc2ek05NDQgOTYwcTAgMjAtMTQgMzR0LTM0IDE0cS0xMjUgMC0yMTQuNS04OS41VDU5MiA3MDRxMC0yMCAxNC0zNHQzNC0xNCAzNCAxNCAxNCAzNHEwIDg2IDYxIDE0N3QxNDcgNjFxMjAgMCAzNCAxNHQxNCAzNHptODQ4LTM4NHEwLTM0LTIwLTY5LTE0MC0yMzAtMzc2LjUtMzY4LjVUODk2IDAgMzk2LjUgMTM5IDIwIDUwN1EwIDU0MiAwIDU3NnQyMCA2OXExNDAgMjI5IDM3Ni41IDM2OFQ4OTYgMTE1MnQ0OTkuNS0xMzlUMTc3MiA2NDVxMjAtMzUgMjAtNjl6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImV5ZV9jbG9zZSIgdW5pY29kZT0i74GwIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTU1NSAyMDFsNzggMTQxcS04NyA2My0xMzYgMTU5dC00OSAyMDNxMCAxMjEgNjEgMjI1LTIyOS0xMTctMzgxLTM1MyAxNjctMjU4IDQyNy0zNzV6bTM4OSA3NTlxMCAyMC0xNCAzNHQtMzQgMTRxLTEyNSAwLTIxNC41LTg5LjVUNTkyIDcwNHEwLTIwIDE0LTM0dDM0LTE0IDM0IDE0IDE0IDM0cTAgODYgNjEgMTQ3dDE0NyA2MXEyMCAwIDM0IDE0dDE0IDM0em0zNjMgMTkxcTAtNy0xLTktMTA2LTE4OS0zMTYtNTY3VDY3NSA5bC00OS04OXEtMTAtMTYtMjgtMTYtMTIgMC0xMzQgNzAtMTYgMTAtMTYgMjggMCAxMiA0NCA4Ny0xNDMgNjUtMjYzLjUgMTczVDIwIDUwN1EwIDUzOCAwIDU3NnQyMCA2OXExNTMgMjM1IDM4MCAzNzF0NDk2IDEzNnE4OSAwIDE4MC0xN2w1NCA5N3ExMCAxNiAyOCAxNiA1IDAgMTgtNnQzMS0xNS41IDMzLTE4LjUgMzEuNS0xOC41IDE5LjUtMTEuNXExNi0xMCAxNi0yN3ptMzctNDQ3cTAtMTM5LTc5LTI1My41VDEwNTYgMjg2bDI4MCA1MDJxOC00NSA4LTg0em00NDgtMTI4cTAtMzUtMjAtNjktMzktNjQtMTA5LTE0NS0xNTAtMTcyLTM0Ny41LTI2N1Q4OTYgMGw3NCAxMzJxMjEyIDE4IDM5Mi41IDEzN1QxNjY0IDU3NnEtMTE1IDE3OS0yODIgMjk0bDYzIDExMnE5NS02NCAxODIuNS0xNTNUMTc3MiA2NDVxMjAtMzQgMjAtNjl6Ii8+PGdseXBoIGdseXBoLW5hbWU9Indhcm5pbmdfc2lnbiIgdW5pY29kZT0i74GxIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTEwMjQgMTYxdjE5MHEwIDE0LTkuNSAyMy41VDk5MiAzODRIODAwcS0xMyAwLTIyLjUtOS41VDc2OCAzNTFWMTYxcTAtMTQgOS41LTIzLjVUODAwIDEyOGgxOTJxMTMgMCAyMi41IDkuNXQ5LjUgMjMuNXptLTIgMzc0bDE4IDQ1OXEwIDEyLTEwIDE5LTEzIDExLTI0IDExSDc4NnEtMTEgMC0yNC0xMS0xMC03LTEwLTIxbDE3LTQ1N3EwLTEwIDEwLTE2LjV0MjQtNi41aDE4NXExNCAwIDIzLjUgNi41VDEwMjIgNTM1em0tMTQgOTM0TDE3NzYgNjFxMzUtNjMtMi0xMjYtMTctMjktNDYuNS00NnQtNjMuNS0xN0gxMjhxLTM0IDAtNjMuNSAxN1QxOC02NVEtMTktMiAxNiA2MWw3NjggMTQwOHExNyAzMSA0NyA0OXQ2NSAxOCA2NS0xOCA0Ny00OXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0icGxhbmUiIHVuaWNvZGU9Iu+BsiIgaG9yaXotYWR2LXg9IjE0MDgiIGQ9Ik0xMzc2IDEzNzZxNDQtNTIgMTItMTQ4dC0xMDgtMTcybC0xNjEtMTYxIDE2MC02OTZxNS0xOS0xMi0zM2wtMTI4LTk2cS03LTYtMTktNi00IDAtNyAxLTE1IDMtMjEgMTZMODEzIDU4OSA1NTQgMzMwbDUzLTE5NHE1LTE3LTgtMzFMNTAzIDlxLTktOS0yMy05aC0ycS0xNSAyLTI0IDEzTDI2NSAyNjUgMTMgNDU0cS0xMSA3LTEzIDIzLTEgMTMgOSAyNWw5NiA5N3E5IDkgMjMgOSA2IDAgOC0xbDE5NC01MyAyNTkgMjU5LTUwOCAyNzlxLTE0IDgtMTcgMjQtMiAxNiA5IDI3bDEyOCAxMjhxMTQgMTMgMzAgOGw2NjUtMTU5IDE2MCAxNjBxNzYgNzYgMTcyIDEwOHQxNDgtMTJ6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImNhbGVuZGFyIiB1bmljb2RlPSLvgbMiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNMTI4LTEyOGgyODh2Mjg4SDEyOHYtMjg4em0zNTIgMGgzMjB2Mjg4SDQ4MHYtMjg4ek0xMjggMjI0aDI4OHYzMjBIMTI4VjIyNHptMzUyIDBoMzIwdjMyMEg0ODBWMjI0ek0xMjggNjA4aDI4OHYyODhIMTI4VjYwOHptNzM2LTczNmgzMjB2Mjg4SDg2NHYtMjg4ek00ODAgNjA4aDMyMHYyODhINDgwVjYwOHptNzY4LTczNmgyODh2Mjg4aC0yODh2LTI4OHpNODY0IDIyNGgzMjB2MzIwSDg2NFYyMjR6bS0zNTIgODY0djI4OHEwIDEzLTkuNSAyMi41VDQ4MCAxNDA4aC02NHEtMTMgMC0yMi41LTkuNVQzODQgMTM3NnYtMjg4cTAtMTMgOS41LTIyLjV0MjIuNS05LjVoNjRxMTMgMCAyMi41IDkuNXQ5LjUgMjIuNXptNzM2LTg2NGgyODh2MzIwaC0yODhWMjI0ek04NjQgNjA4aDMyMHYyODhIODY0VjYwOHptMzg0IDBoMjg4djI4OGgtMjg4VjYwOHptMzIgNDgwdjI4OHEwIDEzLTkuNSAyMi41dC0yMi41IDkuNWgtNjRxLTEzIDAtMjIuNS05LjV0LTkuNS0yMi41di0yODhxMC0xMyA5LjUtMjIuNXQyMi41LTkuNWg2NHExMyAwIDIyLjUgOS41dDkuNSAyMi41em0zODQgNjRWLTEyOHEwLTUyLTM4LTkwdC05MC0zOEgxMjhxLTUyIDAtOTAgMzhUMC0xMjh2MTI4MHEwIDUyIDM4IDkwdDkwIDM4aDEyOHY5NnEwIDY2IDQ3IDExM3QxMTMgNDdoNjRxNjYgMCAxMTMtNDd0NDctMTEzdi05NmgzODR2OTZxMCA2NiA0NyAxMTN0MTEzIDQ3aDY0cTY2IDAgMTEzLTQ3dDQ3LTExM3YtOTZoMTI4cTUyIDAgOTAtMzh0MzgtOTB6Ii8+PGdseXBoIGdseXBoLW5hbWU9InJhbmRvbSIgdW5pY29kZT0i74G0IiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTY2NiAxMDU1cS02MC05Mi0xMzctMjczLTIyIDQ1LTM3IDcyLjVUNDUxLjUgOTE4dC01MSA1Ni41LTYzIDM1VDI1NiAxMDI0SDMycS0xNCAwLTIzIDl0LTkgMjN2MTkycTAgMTQgOSAyM3QyMyA5aDIyNHEyNTAgMCA0MTAtMjI1em0xMTI2LTc5OXEwLTE0LTktMjNMMTQ2My04N3EtOS05LTIzLTktMTMgMC0yMi41IDkuNVQxNDA4LTY0djE5MnEtMzIgMC04NS0uNXQtODEtMS03MyAxLTcxIDUtNjQgMTAuNS02MyAxOC41LTU4IDI4LjUtNTkgNDAtNTUgNTMuNS01NiA2OS41cTU5IDkzIDEzNiAyNzMgMjItNDUgMzctNzIuNXQ0MC41LTYzLjUgNTEtNTYuNSA2My0zNVQxMTUyIDM4NGgyNTZ2MTkycTAgMTQgOSAyM3QyMyA5cTEyIDAgMjQtMTBsMzE5LTMxOXE5LTkgOS0yM3ptMCA4OTZxMC0xNC05LTIzbC0zMjAtMzIwcS05LTktMjMtOS0xMyAwLTIyLjUgOS41VDE0MDggODMydjE5MmgtMjU2cS00OCAwLTg3LTE1dC02OS00NS01MS02MS41LTQ1LTc3LjVxLTMyLTYyLTc4LTE3MS0yOS02Ni00OS41LTExMXQtNTQtMTA1LTY0LTEwMC03NC04My05MC02OC41LTEwNi41LTQyVDI1NiAxMjhIMzJxLTE0IDAtMjMgOXQtOSAyM3YxOTJxMCAxNCA5IDIzdDIzIDloMjI0cTQ4IDAgODcgMTV0NjkgNDUgNTEgNjEuNSA0NSA3Ny41cTMyIDYyIDc4IDE3MSAyOSA2NiA0OS41IDExMXQ1NCAxMDUgNjQgMTAwIDc0IDgzIDkwIDY4LjUgMTA2LjUgNDIgMTI4IDE2LjVoMjU2djE5MnEwIDE0IDkgMjN0MjMgOXExMiAwIDI0LTEwbDMxOS0zMTlxOS05IDktMjN6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImNvbW1lbnQiIHVuaWNvZGU9Iu+BtSIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNzkyIDY0MHEwLTE3NC0xMjAtMzIxLjV0LTMyNi0yMzNUODk2IDBxLTcwIDAtMTQ1IDgtMTk4LTE3NS00NjAtMjQyLTQ5LTE0LTExNC0yMi0xNy0yLTMwLjUgOVQxMjktMjE4djFxLTMgNC0uNSAxMnQyIDEwIDQuNSA5LjVsNiA5IDcgOC41IDggOXE3IDggMzEgMzQuNXQzNC41IDM4IDMxIDM5LjVUMjg1IDR0MjcgNTkgMjYgNzZRMTgxIDIyOCA5MC41IDM1OVQwIDY0MHEwIDEzMCA3MSAyNDguNVQyNjIgMTA5M3QyODYgMTM2LjUgMzQ4IDUwLjVxMjQ0IDAgNDUwLTg1LjV0MzI2LTIzM1QxNzkyIDY0MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ibWFnbmV0IiB1bmljb2RlPSLvgbYiIGQ9Ik0xNTM2IDcwNFY1NzZxMC0yMDEtOTguNS0zNjJ0LTI3NC0yNTEuNVQ3NjgtMTI4IDM3Mi41LTM3LjUgOTguNSAyMTQgMCA1NzZ2MTI4cTAgMjYgMTkgNDV0NDUgMTloMzg0cTI2IDAgNDUtMTl0MTktNDVWNTc2cTAtNTIgMjMuNS05MHQ1My41LTU3IDcxLTMwIDY0LTEzIDQ0LTIgNDQgMiA2NCAxMyA3MSAzMCA1My41IDU3IDIzLjUgOTB2MTI4cTAgMjYgMTkgNDV0NDUgMTloMzg0cTI2IDAgNDUtMTl0MTktNDV6TTUxMiAxMzQ0Vjk2MHEwLTI2LTE5LTQ1dC00NS0xOUg2NHEtMjYgMC00NSAxOVQwIDk2MHYzODRxMCAyNiAxOSA0NXQ0NSAxOWgzODRxMjYgMCA0NS0xOXQxOS00NXptMTAyNCAwVjk2MHEwLTI2LTE5LTQ1dC00NS0xOWgtMzg0cS0yNiAwLTQ1IDE5dC0xOSA0NXYzODRxMCAyNiAxOSA0NXQ0NSAxOWgzODRxMjYgMCA0NS0xOXQxOS00NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iY2hldnJvbl91cCIgdW5pY29kZT0i74G3IiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE2ODMgMjA1TDE1MTcgNDBxLTE5LTE5LTQ1LTE5dC00NSAxOUw4OTYgNTcxIDM2NSA0MHEtMTktMTktNDUtMTl0LTQ1IDE5TDEwOSAyMDVxLTE5IDE5LTE5IDQ1LjV0MTkgNDUuNWw3NDIgNzQxcTE5IDE5IDQ1IDE5dDQ1LTE5bDc0Mi03NDFxMTktMTkgMTktNDUuNXQtMTktNDUuNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iY2hldnJvbl9kb3duIiB1bmljb2RlPSLvgbgiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTY4MyA3MjhMOTQxLTEzcS0xOS0xOS00NS0xOXQtNDUgMTlMMTA5IDcyOHEtMTkgMTktMTkgNDUuNXQxOSA0NS41bDE2NiAxNjVxMTkgMTkgNDUgMTl0NDUtMTlsNTMxLTUzMSA1MzEgNTMxcTE5IDE5IDQ1IDE5dDQ1LTE5bDE2Ni0xNjVxMTktMTkgMTktNDUuNXQtMTktNDUuNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0icmV0d2VldCIgdW5pY29kZT0i74G5IiBob3Jpei1hZHYteD0iMTkyMCIgZD0iTTEyODAgMzJxMC0xMy05LjUtMjIuNVQxMjQ4IDBIMjg4cS04IDAtMTMuNSAydC05IDctNS41IDgtMyAxMS41LTEgMTEuNXY2MDBINjRxLTI2IDAtNDUgMTlUMCA3MDRxMCAyNCAxNSA0MWwzMjAgMzg0cTE5IDIyIDQ5IDIydDQ5LTIybDMyMC0zODRxMTUtMTcgMTUtNDEgMC0yNi0xOS00NXQtNDUtMTlINTEyVjI1Nmg1NzZxMTYgMCAyNS0xMWwxNjAtMTkycTctMTAgNy0yMXptNjQwIDQxNnEwLTI0LTE1LTQxTDE1ODUgMjNxLTIwLTIzLTQ5LTIzdC00OSAyM2wtMzIwIDM4NHEtMTUgMTctMTUgNDEgMCAyNiAxOSA0NXQ0NSAxOWgxOTJ2Mzg0SDgzMnEtMTYgMC0yNSAxMmwtMTYwIDE5MnEtNyA5LTcgMjAgMCAxMyA5LjUgMjIuNXQyMi41IDkuNWg5NjBxOCAwIDEzLjUtMnQ5LTcgNS41LTggMy0xMS41IDEtMTEuNVY1MTJoMTkycTI2IDAgNDUtMTl0MTktNDV6Ii8+PGdseXBoIGdseXBoLW5hbWU9InNob3BwaW5nX2NhcnQiIHVuaWNvZGU9Iu+BuiIgaG9yaXotYWR2LXg9IjE2NjQiIGQ9Ik02NDAgMHEwLTUyLTM4LTkwdC05MC0zOC05MCAzOC0zOCA5MCAzOCA5MCA5MCAzOCA5MC0zOCAzOC05MHptODk2IDBxMC01Mi0zOC05MHQtOTAtMzgtOTAgMzgtMzggOTAgMzggOTAgOTAgMzggOTAtMzggMzgtOTB6bTEyOCAxMDg4VjU3NnEwLTI0LTE2LjUtNDIuNVQxNjA3IDUxMkw1NjMgMzkwcTEzLTYwIDEzLTcwIDAtMTYtMjQtNjRoOTIwcTI2IDAgNDUtMTl0MTktNDUtMTktNDUtNDUtMTlINDQ4cS0yNiAwLTQ1IDE5dC0xOSA0NXEwIDExIDggMzEuNXQxNiAzNiAyMS41IDQwVDQ0NSAzMjlsLTE3NyA4MjNINjRxLTI2IDAtNDUgMTl0LTE5IDQ1IDE5IDQ1IDQ1IDE5aDI1NnExNiAwIDI4LjUtNi41VDM2OCAxMjU4dDEzLTI0LjUgOC0yNiA1LjUtMjkuNSA0LjUtMjZoMTIwMXEyNiAwIDQ1LTE5dDE5LTQ1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJmb2xkZXJfY2xvc2UiIHVuaWNvZGU9Iu+BuyIgaG9yaXotYWR2LXg9IjE2NjQiIGQ9Ik0xNjY0IDkyOFYyMjRxMC05Mi02Ni0xNThUMTQ0MCAwSDIyNFExMzIgMCA2NiA2NlQwIDIyNHY5NjBxMCA5MiA2NiAxNTh0MTU4IDY2aDMyMHE5MiAwIDE1OC02NnQ2Ni0xNTh2LTMyaDY3MnE5MiAwIDE1OC02NnQ2Ni0xNTh6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImZvbGRlcl9vcGVuIiB1bmljb2RlPSLvgbwiIGhvcml6LWFkdi14PSIxOTIwIiBkPSJNMTg3OSA1ODRxMC0zMS0zMS02NmwtMzM2LTM5NnEtNDMtNTEtMTIwLjUtODYuNVQxMjQ4IDBIMTYwcS0zNCAwLTYwLjUgMTNUNzMgNTZxMCAzMSAzMSA2NmwzMzYgMzk2cTQzIDUxIDEyMC41IDg2LjVUNzA0IDY0MGgxMDg4cTM0IDAgNjAuNS0xM3QyNi41LTQzem0tMzQzIDM0NFY3NjhINzA0cS05NCAwLTE5Ny00Ny41VDM0MyA2MDFMNiAyMDVsLTUtNnEwIDQtLjUgMTIuNVQwIDIyNHY5NjBxMCA5MiA2NiAxNTh0MTU4IDY2aDMyMHE5MiAwIDE1OC02NnQ2Ni0xNTh2LTMyaDU0NHE5MiAwIDE1OC02NnQ2Ni0xNTh6Ii8+PGdseXBoIGdseXBoLW5hbWU9InJlc2l6ZV92ZXJ0aWNhbCIgdW5pY29kZT0i74G9IiBob3Jpei1hZHYteD0iNzY4IiBkPSJNNzA0IDEyMTZxMC0yNi0xOS00NXQtNDUtMTlINTEyVjEyOGgxMjhxMjYgMCA0NS0xOXQxOS00NS0xOS00NUw0MjktMjM3cS0xOS0xOS00NS0xOXQtNDUgMTlMODMgMTlRNjQgMzggNjQgNjR0MTkgNDUgNDUgMTloMTI4djEwMjRIMTI4cS0yNiAwLTQ1IDE5dC0xOSA0NSAxOSA0NWwyNTYgMjU2cTE5IDE5IDQ1IDE5dDQ1LTE5bDI1Ni0yNTZxMTktMTkgMTktNDV6Ii8+PGdseXBoIGdseXBoLW5hbWU9InJlc2l6ZV9ob3Jpem9udGFsIiB1bmljb2RlPSLvgb4iIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTc5MiA2NDBxMC0yNi0xOS00NWwtMjU2LTI1NnEtMTktMTktNDUtMTl0LTQ1IDE5LTE5IDQ1djEyOEgzODRWMzg0cTAtMjYtMTktNDV0LTQ1LTE5LTQ1IDE5TDE5IDU5NVEwIDYxNCAwIDY0MHQxOSA0NWwyNTYgMjU2cTE5IDE5IDQ1IDE5dDQ1LTE5IDE5LTQ1Vjc2OGgxMDI0djEyOHEwIDI2IDE5IDQ1dDQ1IDE5IDQ1LTE5bDI1Ni0yNTZxMTktMTkgMTktNDV6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImJhcl9jaGFydCIgdW5pY29kZT0i74KAIiBob3Jpei1hZHYteD0iMjA0OCIgZD0iTTY0MCA2NDBWMTI4SDM4NHY1MTJoMjU2em0zODQgNTEyVjEyOEg3Njh2MTAyNGgyNTZ6TTIwNDggMHYtMTI4SDB2MTUzNmgxMjhWMGgxOTIwem0tNjQwIDg5NlYxMjhoLTI1NnY3NjhoMjU2em0zODQgMzg0VjEyOGgtMjU2djExNTJoMjU2eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ0d2l0dGVyX3NpZ24iIHVuaWNvZGU9Iu+CgSIgZD0iTTEyODAgOTI2cS01Ni0yNS0xMjEtMzQgNjggNDAgOTMgMTE3LTY1LTM4LTEzNC01MS02MSA2Ni0xNTMgNjYtODcgMC0xNDguNS02MS41VDc1NSA4MTRxMC0yOSA1LTQ4LTEyOSA3LTI0MiA2NVQzMjYgOTg2cS0yOS01MC0yOS0xMDYgMC0xMTQgOTEtMTc1LTQ3IDEtMTAwIDI2di0ycTAtNzUgNTAtMTMzLjVUNDYxIDUyM3EtMjktOC01MS04LTEzIDAtMzkgNCAyMS02MyA3NC41LTEwNFQ1NjcgMzczcS0xMTYtOTAtMjYxLTkwLTI2IDAtNTAgMyAxNDgtOTQgMzIyLTk0IDExMiAwIDIxMCAzNS41dDE2OCA5NSAxMjAuNSAxMzcgNzUgMTYyVDExNzYgNzkwcTAgMTgtMSAyNyA2MyA0NSAxMDUgMTA5em0yNTYgMTk0VjE2MHEwLTExOS04NC41LTIwMy41VDEyNDgtMTI4SDI4OHEtMTE5IDAtMjAzLjUgODQuNVQwIDE2MHY5NjBxMCAxMTkgODQuNSAyMDMuNVQyODggMTQwOGg5NjBxMTE5IDAgMjAzLjUtODQuNVQxNTM2IDExMjB6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImZhY2Vib29rX3NpZ24iIHVuaWNvZGU9Iu+CgiIgZD0iTTEyNDggMTQwOHExMTkgMCAyMDMuNS04NC41VDE1MzYgMTEyMFYxNjBxMC0xMTktODQuNS0yMDMuNVQxMjQ4LTEyOGgtMTg4djU5NWgxOTlsMzAgMjMyaC0yMjl2MTQ4cTAgNTYgMjMuNSA4NHQ5MS41IDI4bDEyMiAxdjIwN3EtNjMgOS0xNzggOS0xMzYgMC0yMTcuNS04MFQ4MjAgODcwVjY5OUg2MjBWNDY3aDIwMHYtNTk1SDI4OHEtMTE5IDAtMjAzLjUgODQuNVQwIDE2MHY5NjBxMCAxMTkgODQuNSAyMDMuNVQyODggMTQwOGg5NjB6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImNhbWVyYV9yZXRybyIgdW5pY29kZT0i74KDIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTkyOCA3MDRxMCAxNC05IDIzdC0yMyA5cS02NiAwLTExMy00N3QtNDctMTEzcTAtMTQgOS0yM3QyMy05IDIzIDkgOSAyM3EwIDQwIDI4IDY4dDY4IDI4cTE0IDAgMjMgOXQ5IDIzem0yMjQtMTMwcTAtMTA2LTc1LTE4MXQtMTgxLTc1LTE4MSA3NS03NSAxODEgNzUgMTgxIDE4MSA3NSAxODEtNzUgNzUtMTgxek0xMjggMGgxNTM2djEyOEgxMjhWMHptMTE1MiA1NzRxMCAxNTktMTEyLjUgMjcxLjVUODk2IDk1OCA2MjQuNSA4NDUuNSA1MTIgNTc0dDExMi41LTI3MS41VDg5NiAxOTB0MjcxLjUgMTEyLjVUMTI4MCA1NzR6TTI1NiAxMjE2aDM4NHYxMjhIMjU2di0xMjh6bS0xMjgtMTkyaDE1MzZ2MjU2SDgzNmwtNjQtMTI4SDEyOHYtMTI4em0xNjY0IDI1NlYwcTAtNTMtMzcuNS05MC41VDE2NjQtMTI4SDEyOHEtNTMgMC05MC41IDM3LjVUMCAwdjEyODBxMCA1MyAzNy41IDkwLjVUMTI4IDE0MDhoMTUzNnE1MyAwIDkwLjUtMzcuNXQzNy41LTkwLjV6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImtleSIgdW5pY29kZT0i74KEIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTgzMiAxMDI0cTAgODAtNTYgMTM2dC0xMzYgNTYtMTM2LTU2LTU2LTEzNnEwLTQyIDE5LTgzLTQxIDE5LTgzIDE5LTgwIDAtMTM2LTU2dC01Ni0xMzYgNTYtMTM2IDEzNi01NiAxMzYgNTYgNTYgMTM2cTAgNDItMTkgODMgNDEtMTkgODMtMTkgODAgMCAxMzYgNTZ0NTYgMTM2em04NTEtNzA0cTAtMTctNDktNjZ0LTY2LTQ5cS05IDAtMjguNSAxNnQtMzYuNSAzMy0zOC41IDQwLTI0LjUgMjZsLTk2LTk2TDE1NjQgNHEyOC0yOCAyOC02OCAwLTQyLTM5LTgxdC04MS0zOXEtNDAgMC02OCAyOEw3MzMgNTE1UTU1NyAzODQgMzY4IDM4NHEtMTYzIDAtMjY1LjUgMTAyLjVUMCA3NTJxMCAxNjAgOTUgMzEzdDI0OCAyNDggMzEzIDk1cTE2MyAwIDI2NS41LTEwMi41VDEwMjQgMTA0MHEwLTE4OS0xMzEtMzY1bDM1NS0zNTUgOTYgOTZxLTMgMy0yNiAyNC41dC00MCAzOC41LTMzIDM2LjUtMTYgMjguNXEwIDE3IDQ5IDY2dDY2IDQ5cTEzIDAgMjMtMTAgNi02IDQ2LTQ0LjV0ODItNzkuNSA4Ni41LTg2IDczLTc4IDI4LjUtNDF6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImNvZ3MiIHVuaWNvZGU9Iu+ChSIgaG9yaXotYWR2LXg9IjE5MjAiIGQ9Ik04OTYgNjQwcTAgMTA2LTc1IDE4MXQtMTgxIDc1LTE4MS03NS03NS0xODEgNzUtMTgxIDE4MS03NSAxODEgNzUgNzUgMTgxem03NjgtNTEycTAgNTItMzggOTB0LTkwIDM4LTkwLTM4LTM4LTkwcTAtNTMgMzcuNS05MC41VDE1MzYgMHQ5MC41IDM3LjVUMTY2NCAxMjh6bTAgMTAyNHEwIDUyLTM4IDkwdC05MCAzOC05MC0zOC0zOC05MHEwLTUzIDM3LjUtOTAuNXQ5MC41LTM3LjUgOTAuNSAzNy41IDM3LjUgOTAuNXptLTM4NC00MjFWNTQ2cTAtMTAtNy0xOS41dC0xNi0xMC41bC0xNTUtMjRxLTExLTM1LTMyLTc2IDM0LTQ4IDkwLTExNSA3LTExIDctMjAgMC0xMi03LTE5LTIzLTMwLTgyLjUtODkuNVQ5OTkgMTEzcS0xMSAwLTIxIDdsLTExNSA5MHEtMzctMTktNzctMzEtMTEtMTA4LTIzLTE1NS03LTI0LTMwLTI0SDU0N3EtMTEgMC0yMCA3LjVUNTE3IDI1bC0yMyAxNTNxLTM0IDEwLTc1IDMxbC0xMTgtODlxLTctNy0yMC03LTExIDAtMjEgOC0xNDQgMTMzLTE0NCAxNjAgMCA5IDcgMTkgMTAgMTQgNDEgNTN0NDcgNjFxLTIzIDQ0LTM1IDgyTDI0IDUyMHEtMTAgMS0xNyA5LjVUMCA1NDl2MTg1cTAgMTAgNyAxOS41VDIzIDc2NGwxNTUgMjRxMTEgMzUgMzIgNzYtMzQgNDgtOTAgMTE1LTcgMTEtNyAyMCAwIDEyIDcgMjAgMjIgMzAgODIgODl0NzkgNTlxMTEgMCAyMS03bDExNS05MHEzNCAxOCA3NyAzMiAxMSAxMDggMjMgMTU0IDcgMjQgMzAgMjRoMTg2cTExIDAgMjAtNy41dDEwLTE3LjVsMjMtMTUzcTM0LTEwIDc1LTMxbDExOCA4OXE4IDcgMjAgNyAxMSAwIDIxLTggMTQ0LTEzMyAxNDQtMTYwIDAtOC03LTE5LTEyLTE2LTQyLTU0dC00NS02MHEyMy00OCAzNC04MmwxNTItMjNxMTAtMiAxNy0xMC41dDctMTkuNXptNjQwLTUzM1Y1OHEwLTE2LTE0OS0zMS0xMi0yNy0zMC01MiA1MS0xMTMgNTEtMTM4IDAtNC00LTctMTIyLTcxLTEyNC03MS04IDAtNDYgNDd0LTUyIDY4cS0yMC0yLTMwLTJ0LTMwIDJxLTE0LTIxLTUyLTY4dC00Ni00N3EtMiAwLTEyNCA3MS00IDMtNCA3IDAgMjUgNTEgMTM4LTE4IDI1LTMwIDUyLTE0OSAxNS0xNDkgMzF2MTQwcTAgMTYgMTQ5IDMxIDEzIDI5IDMwIDUyLTUxIDExMy01MSAxMzggMCA0IDQgNyA0IDIgMzUgMjB0NTkgMzQgMzAgMTZxOCAwIDQ2LTQ2LjV0NTItNjcuNXEyMCAyIDMwIDJ0MzAtMnE1MSA3MSA5MiAxMTJsNiAycTQgMCAxMjQtNzAgNC0zIDQtNyAwLTI1LTUxLTEzOCAxNy0yMyAzMC01MiAxNDktMTUgMTQ5LTMxem0wIDEwMjR2LTE0MHEwLTE2LTE0OS0zMS0xMi0yNy0zMC01MiA1MS0xMTMgNTEtMTM4IDAtNC00LTctMTIyLTcxLTEyNC03MS04IDAtNDYgNDd0LTUyIDY4cS0yMC0yLTMwLTJ0LTMwIDJxLTE0LTIxLTUyLTY4dC00Ni00N3EtMiAwLTEyNCA3MS00IDMtNCA3IDAgMjUgNTEgMTM4LTE4IDI1LTMwIDUyLTE0OSAxNS0xNDkgMzF2MTQwcTAgMTYgMTQ5IDMxIDEzIDI5IDMwIDUyLTUxIDExMy01MSAxMzggMCA0IDQgNyA0IDIgMzUgMjB0NTkgMzQgMzAgMTZxOCAwIDQ2LTQ2LjV0NTItNjcuNXEyMCAyIDMwIDJ0MzAtMnE1MSA3MSA5MiAxMTJsNiAycTQgMCAxMjQtNzAgNC0zIDQtNyAwLTI1LTUxLTEzOCAxNy0yMyAzMC01MiAxNDktMTUgMTQ5LTMxeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjb21tZW50cyIgdW5pY29kZT0i74KGIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE0MDggNzY4cTAtMTM5LTk0LTI1N3QtMjU2LjUtMTg2LjVUNzA0IDI1NnEtODYgMC0xNzYgMTYtMTI0LTg4LTI3OC0xMjgtMzYtOS04Ni0xNmgtM3EtMTEgMC0yMC41IDhUMTI5IDE1N3EtMSAzLTEgNi41dC41IDYuNSAyIDZsMi41IDUgMy41IDUuNSA0IDUgNC41IDUgNCA0LjVxNSA2IDIzIDI1dDI2IDI5LjUgMjIuNSAyOSAyNSAzOC41IDIwLjUgNDRRMTQyIDQzOSA3MSA1NDRUMCA3NjhxMCAxMzkgOTQgMjU3dDI1Ni41IDE4Ni41VDcwNCAxMjgwdDM1My41LTY4LjVUMTMxNCAxMDI1dDk0LTI1N3ptMzg0LTI1NnEwLTEyMC03MS0yMjQuNVQxNTI2IDExMXExMC0yNCAyMC41LTQ0dDI1LTM4LjUgMjIuNS0yOSAyNi0yOS41IDIzLTI1cTEtMSA0LTQuNXQ0LjUtNSA0LTUgMy41LTUuNWwyLjUtNSAyLTYgLjUtNi41LTEtNi41cS0zLTE0LTEzLTIydC0yMi03cS01MCA3LTg2IDE2LTE1NCA0MC0yNzggMTI4LTkwLTE2LTE3Ni0xNi0yNzEgMC00NzIgMTMyIDU4LTQgODgtNCAxNjEgMCAzMDkgNDV0MjY0IDEyOXExMjUgOTIgMTkyIDIxMnQ2NyAyNTRxMCA3Ny0yMyAxNTIgMTI5LTcxIDIwNC0xNzh0NzUtMjMweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ0aHVtYnNfdXBfYWx0IiB1bmljb2RlPSLvgociIGQ9Ik0yNTYgMTkycTAgMjYtMTkgNDV0LTQ1IDE5LTQ1LTE5LTE5LTQ1IDE5LTQ1IDQ1LTE5IDQ1IDE5IDE5IDQ1em0xMTUyIDU3NnEwIDUxLTM5IDg5LjV0LTg5IDM4LjVIOTI4cTAgNTggNDggMTU5LjV0NDggMTYwLjVxMCA5OC0zMiAxNDV0LTEyOCA0N3EtMjYtMjYtMzgtODV0LTMwLjUtMTI1LjVUNzM2IDEwODhxLTIyLTIzLTc3LTkxLTQtNS0yMy0zMHQtMzEuNS00MS0zNC41LTQyLjUtNDAtNDQtMzguNS0zNS41LTQwLTI3LTM1LjUtOWgtMzJWMTI4aDMycTEzIDAgMzEuNS0zdDMzLTYuNSAzOC0xMSAzNS0xMS41VDU4OSA4My41IDYxOCA3M1E4MjkgMCA5NjAgMGgxMjFxMTkyIDAgMTkyIDE2NyAwIDI2LTUgNTYgMzAgMTYgNDcuNSA1Mi41VDEzMzMgMzQ5dC0xOCA2OXE1MyA1MCA1MyAxMTkgMCAyNS0xMCA1NS41dC0yNSA0Ny41cTMyIDEgNTMuNSA0N3QyMS41IDgxem0xMjggMXEwLTg5LTQ5LTE2MyA5LTMzIDktNjkgMC03Ny0zOC0xNDQgMy0yMSAzLTQzIDAtMTAxLTYwLTE3OCAxLTEzOS04NS0yMTkuNVQxMDg5LTEyOEg5NjBxLTk2IDAtMTg5LjUgMjIuNVQ1NTQtNDBRNDM4IDAgNDE2IDBIMTI4UTc1IDAgMzcuNSAzNy41VDAgMTI4djY0MHEwIDUzIDM3LjUgOTAuNVQxMjggODk2aDI3NHEzNiAyNCAxMzcgMTU1IDU4IDc1IDEwNyAxMjggMjQgMjUgMzUuNSA4NS41VDcxMiAxMzkxdDYyIDEwOHEzOSAzNyA5MCAzNyA4NCAwIDE1MS0zMi41dDEwMi0xMDEuNSAzNS0xODZxMC05My00OC0xOTJoMTc2cTEwNCAwIDE4MC03NnQ3Ni0xNzl6Ii8+PGdseXBoIGdseXBoLW5hbWU9InRodW1ic19kb3duX2FsdCIgdW5pY29kZT0i74KIIiBkPSJNMjU2IDEwODhxMCAyNi0xOSA0NXQtNDUgMTktNDUtMTktMTktNDUgMTktNDUgNDUtMTkgNDUgMTkgMTkgNDV6bTExNTItNTc2cTAgMzUtMjEuNSA4MXQtNTMuNSA0N3ExNSAxNyAyNSA0Ny41dDEwIDU1LjVxMCA2OS01MyAxMTkgMTggMzEgMTggNjkgMCAzNy0xNy41IDczLjVUMTI2OCAxMDU3cTUgMzAgNSA1NiAwIDg1LTQ5IDEyNnQtMTM2IDQxSDk2MHEtMTMxIDAtMzQyLTczLTUtMi0yOS0xMC41dC0zNS41LTEyLjUtMzUtMTEuNS0zOC0xMS0zMy02LjUtMzEuNS0zaC0zMlY1MTJoMzJxMTYgMCAzNS41LTl0NDAtMjcgMzguNS0zNS41IDQwLTQ0IDM0LjUtNDIuNSAzMS41LTQxIDIzLTMwcTU1LTY4IDc3LTkxIDQxLTQzIDU5LjUtMTA5LjVUODI2LTQzdDM4LTg1cTk2IDAgMTI4IDQ3dDMyIDE0NXEwIDU5LTQ4IDE2MC41VDkyOCAzODRoMzUycTUwIDAgODkgMzguNXQzOSA4OS41em0xMjgtMXEwLTEwMy03Ni0xNzl0LTE4MC03NmgtMTc2cTQ4LTk5IDQ4LTE5MiAwLTExOC0zNS0xODYtMzUtNjktMTAyLTEwMS41VDg2NC0yNTZxLTUxIDAtOTAgMzctMzQgMzMtNTQgODJ0LTI1LjUgOTAuNVQ2NzcgMzh0LTMxIDY0cS00OCA1MC0xMDcgMTI3LTEwMSAxMzEtMTM3IDE1NUgxMjhxLTUzIDAtOTAuNSAzNy41VDAgNTEydjY0MHEwIDUzIDM3LjUgOTAuNVQxMjggMTI4MGgyODhxMjIgMCAxMzggNDAgMTI4IDQ0IDIyMyA2NnQyMDAgMjJoMTEycTE0MCAwIDIyNi41LTc5dDg1LjUtMjE2di01cTYwLTc3IDYwLTE3OCAwLTIyLTMtNDMgMzgtNjcgMzgtMTQ0IDAtMzYtOS02OSA0OS03MyA0OS0xNjN6Ii8+PGdseXBoIGdseXBoLW5hbWU9InN0YXJfaGFsZiIgdW5pY29kZT0i74KJIiBob3Jpei1hZHYteD0iODk2IiBkPSJNODMyIDE1MDRWMTY1TDM4My03MXEtMjItMTItNDAtMTItMjEgMC0zMS41IDE0LjVUMzAxLTMzcTAgNiAyIDIwbDg2IDUwMEwyNSA4NDFRMCA4NjggMCA4ODlxMCAzNyA1NiA0Nmw1MDIgNzMgMjI1IDQ1NXExOSA0MSA0OSA0MXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iaGVhcnRfZW1wdHkiIHVuaWNvZGU9Iu+CiiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNjY0IDk0MHEwIDgxLTIxLjUgMTQzdC01NSA5OC41LTgxLjUgNTkuNS05NCAzMS05OCA4LTExMi0yNS41LTExMC41LTY0LTg2LjUtNzItNjAtNjEuNXEtMTgtMjItNDktMjJ0LTQ5IDIycS0yNCAyOC02MCA2MS41dC04Ni41IDcyLTExMC41IDY0LTExMiAyNS41LTk4LTgtOTQtMzEtODEuNS01OS41LTU1LTk4LjVUMTI4IDk0MHEwLTE2OCAxODctMzU1TDg5NiAyNWw1ODAgNTU5cTE4OCAxODggMTg4IDM1NnptMTI4IDBxMC0yMjEtMjI5LTQ1MEw5NDAtMTEwcS0xOC0xOC00NC0xOHQtNDQgMThMMjI4IDQ5MnEtMTAgOC0yNy41IDI2VDE0NSA1ODMuNSA3NyA2ODEgMjMuNSA4MDIgMCA5NDBxMCAyMjAgMTI3IDM0NHQzNTEgMTI0cTYyIDAgMTI2LjUtMjEuNXQxMjAtNThUODIwIDEyNjB0NzYtNjhxMzYgMzYgNzYgNjh0OTUuNSA2OC41IDEyMCA1OFQxMzE0IDE0MDhxMjI0IDAgMzUxLTEyNHQxMjctMzQ0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJzaWdub3V0IiB1bmljb2RlPSLvgosiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNNjQwIDk2cTAtNCAxLTIwdC41LTI2LjUtMy0yMy41LTEwLTE5LjVUNjA4IDBIMjg4UTE2OSAwIDg0LjUgODQuNVQwIDI4OHY3MDRxMCAxMTkgODQuNSAyMDMuNVQyODggMTI4MGgzMjBxMTMgMCAyMi41LTkuNXQ5LjUtMjIuNXEwLTQgMS0yMHQuNS0yNi41LTMtMjMuNS0xMC0xOS41LTIwLjUtNi41SDI4OHEtNjYgMC0xMTMtNDd0LTQ3LTExM1YyODhxMC02NiA0Ny0xMTN0MTEzLTQ3aDMxMmwxMS41LTEgMTEuNS0zIDgtNS41IDctOSAyLTEzLjV6bTkyOCA1NDRxMC0yNi0xOS00NUwxMDA1IDUxcS0xOS0xOS00NS0xOXQtNDUgMTktMTkgNDV2Mjg4SDQ0OHEtMjYgMC00NSAxOXQtMTkgNDV2Mzg0cTAgMjYgMTkgNDV0NDUgMTloNDQ4djI4OHEwIDI2IDE5IDQ1dDQ1IDE5IDQ1LTE5bDU0NC01NDRxMTktMTkgMTktNDV6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImxpbmtlZGluX3NpZ24iIHVuaWNvZGU9Iu+CjCIgZD0iTTIzNyAxMjJoMjMxdjY5NEgyMzdWMTIyem0yNDYgOTA4cS0xIDUyLTM2IDg2dC05MyAzNC05NC41LTM0LTM2LjUtODZxMC01MSAzNS41LTg1LjVUMzUxIDkxMGgxcTU5IDAgOTUgMzQuNXQzNiA4NS41em01ODUtOTA4aDIzMXYzOThxMCAxNTQtNzMgMjMzdC0xOTMgNzlxLTEzNiAwLTIwOS0xMTdoMnYxMDFINTk1cTMtNjYgMC02OTRoMjMxdjM4OHEwIDM4IDcgNTYgMTUgMzUgNDUgNTkuNXQ3NCAyNC41cTExNiAwIDExNi0xNTdWMTIyem00NjggOTk4VjE2MHEwLTExOS04NC41LTIwMy41VDEyNDgtMTI4SDI4OHEtMTE5IDAtMjAzLjUgODQuNVQwIDE2MHY5NjBxMCAxMTkgODQuNSAyMDMuNVQyODggMTQwOGg5NjBxMTE5IDAgMjAzLjUtODQuNVQxNTM2IDExMjB6Ii8+PGdseXBoIGdseXBoLW5hbWU9InB1c2hwaW4iIHVuaWNvZGU9Iu+CjSIgaG9yaXotYWR2LXg9IjExNTIiIGQ9Ik00ODAgNjcydjQ0OHEwIDE0LTkgMjN0LTIzIDktMjMtOS05LTIzVjY3MnEwLTE0IDktMjN0MjMtOSAyMyA5IDkgMjN6bTY3Mi0zNTJxMC0yNi0xOS00NXQtNDUtMTlINjU5bC01MS00ODNxLTItMTItMTAuNS0yMC41VDU3Ny0yNTZoLTFxLTI3IDAtMzIgMjdsLTc2IDQ4NUg2NHEtMjYgMC00NSAxOVQwIDMyMHEwIDEyMyA3OC41IDIyMS41VDI1NiA2NDB2NTEycS01MiAwLTkwIDM4dC0zOCA5MCAzOCA5MCA5MCAzOGg2NDBxNTIgMCA5MC0zOHQzOC05MC0zOC05MC05MC0zOFY2NDBxOTkgMCAxNzcuNS05OC41VDExNTIgMzIweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJleHRlcm5hbF9saW5rIiB1bmljb2RlPSLvgo4iIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTQwOCA2MDhWMjg4cTAtMTE5LTg0LjUtMjAzLjVUMTEyMCAwSDI4OFExNjkgMCA4NC41IDg0LjVUMCAyODh2ODMycTAgMTE5IDg0LjUgMjAzLjVUMjg4IDE0MDhoNzA0cTE0IDAgMjMtOXQ5LTIzdi02NHEwLTE0LTktMjN0LTIzLTlIMjg4cS02NiAwLTExMy00N3QtNDctMTEzVjI4OHEwLTY2IDQ3LTExM3QxMTMtNDdoODMycTY2IDAgMTEzIDQ3dDQ3IDExM3YzMjBxMCAxNCA5IDIzdDIzIDloNjRxMTQgMCAyMy05dDktMjN6bTM4NCA4NjRWOTYwcTAtMjYtMTktNDV0LTQ1LTE5LTQ1IDE5bC0xNzYgMTc2LTY1Mi02NTJxLTEwLTEwLTIzLTEwdC0yMyAxMEw2OTUgNTUzcS0xMCAxMC0xMCAyM3QxMCAyM2w2NTIgNjUyLTE3NiAxNzZxLTE5IDE5LTE5IDQ1dDE5IDQ1IDQ1IDE5aDUxMnEyNiAwIDQ1LTE5dDE5LTQ1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJzaWduaW4iIHVuaWNvZGU9Iu+CkCIgZD0iTTExODQgNjQwcTAtMjYtMTktNDVMNjIxIDUxcS0xOS0xOS00NS0xOXQtNDUgMTktMTkgNDV2Mjg4SDY0cS0yNiAwLTQ1IDE5VDAgNDQ4djM4NHEwIDI2IDE5IDQ1dDQ1IDE5aDQ0OHYyODhxMCAyNiAxOSA0NXQ0NSAxOSA0NS0xOWw1NDQtNTQ0cTE5LTE5IDE5LTQ1em0zNTIgMzUyVjI4OHEwLTExOS04NC41LTIwMy41VDEyNDggMEg5MjhxLTEzIDAtMjIuNSA5LjVUODk2IDMycTAgNC0xIDIwdC0uNSAyNi41IDMgMjMuNSAxMCAxOS41VDkyOCAxMjhoMzIwcTY2IDAgMTEzIDQ3dDQ3IDExM3Y3MDRxMCA2Ni00NyAxMTN0LTExMyA0N0g5MzZsLTExLjUgMS0xMS41IDMtOCA1LjUtNyA5LTIgMTMuNXEwIDQtMSAyMHQtLjUgMjYuNSAzIDIzLjUgMTAgMTkuNSAyMC41IDYuNWgzMjBxMTE5IDAgMjAzLjUtODQuNVQxNTM2IDk5MnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idHJvcGh5IiB1bmljb2RlPSLvgpEiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNNDU4IDY1M3EtNzQgMTYyLTc0IDM3MUgxMjh2LTk2cTAtNzggOTQuNS0xNjJUNDU4IDY1M3ptMTA3OCAyNzV2OTZoLTI1NnEwLTIwOS03NC0zNzEgMTQxIDI5IDIzNS41IDExM3Q5NC41IDE2MnptMTI4IDEyOFY5MjhxMC03MS00MS41LTE0M3QtMTEyLTEzMC0xNzMtOTcuNVQxMTIyIDUxM3EtNDItNTQtOTUtOTUtMzgtMzQtNTIuNS03Mi41VDk2MCAyNTZxMC01NCAzMC41LTkxdDk3LjUtMzdxNzUgMCAxMzMuNS00NS41VDEyODAtMzJ2LTY0cTAtMTQtOS0yM3QtMjMtOUg0MTZxLTE0IDAtMjMgOXQtOSAyM3Y2NHEwIDY5IDU4LjUgMTE0LjVUNTc2IDEyOHE2NyAwIDk3LjUgMzd0MzAuNSA5MXEwIDUxLTE0LjUgODkuNVQ2MzcgNDE4cS01MyA0MS05NSA5NS0xMTMgNS0yMTUuNSA0NC41dC0xNzMgOTcuNS0xMTIgMTMwVDAgOTI4djEyOHEwIDQwIDI4IDY4dDY4IDI4aDI4OHY5NnEwIDY2IDQ3IDExM3QxMTMgNDdoNTc2cTY2IDAgMTEzLTQ3dDQ3LTExM3YtOTZoMjg4cTQwIDAgNjgtMjh0MjgtNjh6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImdpdGh1Yl9zaWduIiB1bmljb2RlPSLvgpIiIGQ9Ik01MTkgMzM2cTQgNi0zIDEzLTkgNy0xNCAyLTQtNiAzLTEzIDktNyAxNC0yem0tMjggNDFxLTUgNy0xMiA0LTYtNCAwLTEyIDctOCAxMi01IDYgNCAwIDEzem0tNDEgNDBxMiA0LTUgOC03IDItOC0yLTMtNSA0LTggOC0yIDkgMnptMjEtMjNxMiAxIDEuNSA0LjVUNDY5IDQwNHEtNiA3LTEwIDN0MS0xMXE2LTYgMTEtMnptODYtNzVxMiA3LTkgMTEtOSAzLTEzLTQtMi03IDktMTEgOS0zIDEzIDR6bTQyLTNxMCA4LTEyIDgtMTAgMC0xMC04dDExLTggMTEgOHptMzkgN3EtMiA3LTEzIDV0LTktOXEyLTggMTItNnQxMCAxMHptNjQyIDMxN3EwIDIxMi0xNTAgMzYydC0zNjIgMTUwLTM2Mi0xNTAtMTUwLTM2MnEwLTE2NyA5OC0zMDAuNVQ2MDYgMTU0cTE4LTMgMjYuNSA1dDguNSAyMHEwIDUyLTEgOTUtNi0xLTE1LjUtMi41dC0zNS41LTItNDggNC00My41IDIwVDQ2OCAzMzVxLTIzIDU5LTU3IDc0LTIgMS00LjUgMy41bC04IDgtNyA5LjUgNCA3LjVMNDE1IDQ0MXE2IDAgMTUtMnQzMC0xNS41IDMzLTM1LjVxMTYtMjggMzcuNS00MnQ0My41LTE0IDM4IDMuNSAzMCA5LjVxNyA0NyAzMyA2OS00OSA2LTg2IDE4LjV0LTczIDM5LTU1LjUgNzZUNDQxIDY2N3EwIDc5IDUzIDEzNy0yNCA2MiA1IDEzNiAxOSA2IDU0LjUtNy41VDYxNCA5MDNsMjYtMTZxNTggMTcgMTI4IDE3dDEyOC0xN3ExMSA3IDI4LjUgMTh0NTUuNSAyNiA1NyA5cTI5LTc0IDUtMTM2IDUzLTU4IDUzLTEzNyAwLTU3LTE0LTEwMC41dC0zNS41LTcwVDk5MiA0NTJ0LTYyLjUtMjYtNjguNS0xMnEzNS0zMSAzNS05NSAwLTQwLS41LTg5dC0uNS01MXEwLTEyIDguNS0yMHQyNi41LTVxMTU0IDUyIDI1MiAxODUuNXQ5OCAzMDAuNXptMjU2IDQ4MFYxNjBxMC0xMTktODQuNS0yMDMuNVQxMjQ4LTEyOEgyODhxLTExOSAwLTIwMy41IDg0LjVUMCAxNjB2OTYwcTAgMTE5IDg0LjUgMjAzLjVUMjg4IDE0MDhoOTYwcTExOSAwIDIwMy41LTg0LjVUMTUzNiAxMTIweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1cGxvYWRfYWx0IiB1bmljb2RlPSLvgpMiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNMTI4MCA2NHEwIDI2LTE5IDQ1dC00NSAxOS00NS0xOS0xOS00NSAxOS00NSA0NS0xOSA0NSAxOSAxOSA0NXptMjU2IDBxMCAyNi0xOSA0NXQtNDUgMTktNDUtMTktMTktNDUgMTktNDUgNDUtMTkgNDUgMTkgMTkgNDV6bTEyOCAyMjRWLTMycTAtNDAtMjgtNjh0LTY4LTI4SDk2cS00MCAwLTY4IDI4VDAtMzJ2MzIwcTAgNDAgMjggNjh0NjggMjhoNDI3cTIxLTU2IDcwLjUtOTJUNzA0IDI1NmgyNTZxNjEgMCAxMTAuNSAzNnQ3MC41IDkyaDQyN3E0MCAwIDY4LTI4dDI4LTY4em0tMzI1IDY0OHEtMTctNDAtNTktNDBoLTI1NlY0NDhxMC0yNi0xOS00NXQtNDUtMTlINzA0cS0yNiAwLTQ1IDE5dC0xOSA0NXY0NDhIMzg0cS00MiAwLTU5IDQwLTE3IDM5IDE0IDY5bDQ0OCA0NDhxMTggMTkgNDUgMTl0NDUtMTlsNDQ4LTQ0OHEzMS0zMCAxNC02OXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ibGVtb24iIHVuaWNvZGU9Iu+ClCIgZD0iTTE0MDcgNzEwcTAgNDQtNyAxMTMuNXQtMTggOTYuNXEtMTIgMzAtMTcgNDR0LTkgMzYuNS00IDQ4LjVxMCAyMyA1IDY4LjV0NSA2Ny41cTAgMzctMTAgNTUtNCAxLTEzIDEtMTkgMC01OC00LjV0LTU5LTQuNXEtNjAgMC0xNzYgMjR0LTE3NSAyNHEtNDMgMC05NC41LTExLjV0LTg1LTIzLjUtODkuNS0zNHEtMTM3LTU0LTIwMi0xMDMtOTYtNzMtMTU5LjUtMTg5LjV0LTg4LTIzNlQxMjggNDM0cTAtNDAgMTIuNS0xMjBUMTUzIDE5M3EwLTIzLTExLTY2LjVUMTMxIDYxdDEyLTM2LjVUMTc3IDEwcTI0IDAgNzIuNSAxMVQzMjMgMzJxNTcgMCAxNjkuNS0xNS41VDY2MiAxcTE4MSAwIDI4NCAzNiAxMjkgNDUgMjM1LjUgMTUyLjV0MTY2IDI0NS41IDU5LjUgMjc1em0xMjggMnEwLTE2NS03MC0zMjcuNXQtMTk2LTI4OFQ5ODgtODRxLTEyNC00NC0zMjYtNDQtNTcgMC0xNzAgMTQuNVQzMjMtOTlxLTI0IDAtNzIuNS0xNC41VDE3Ny0xMjhxLTczIDAtMTIzLjUgNTUuNVQzIDU2cTAgMjQgMTEgNjh0MTEgNjdxMCA0MC0xMi41IDEyMC41VDAgNDMzcTAgMTExIDE4IDIxNy41VDcyLjUgODYwIDE3MyAxMDU0dDE1MCAxNTZxNzggNTkgMjMyIDEyMCAxOTQgNzggMzE2IDc4IDYwIDAgMTc1LjUtMjR0MTczLjUtMjRxMTkgMCA1NyA1dDU4IDVxODEgMCAxMTgtNTAuNXQzNy0xMzQuNXEwLTIzLTUtNjh0LTUtNjhxMC0xMyAyLTI1dDMuNS0xNi41IDcuNS0yMC41IDgtMjBxMTYtNDAgMjUtMTE4LjV0OS0xMzYuNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0icGhvbmUiIHVuaWNvZGU9Iu+ClSIgaG9yaXotYWR2LXg9IjE0MDgiIGQ9Ik0xNDA4IDI5NnEwLTI3LTEwLTcwLjV0LTIxLTY4LjVxLTIxLTUwLTEyMi0xMDYtOTQtNTEtMTg2LTUxLTI3IDAtNTMgMy41VDk1OC41IDE2dC00NyAxNC41VDg1NiA1MXQtNDkgMThxLTk4IDM1LTE3NSA4My0xMjcgNzktMjY0IDIxNlQxNTIgNjMycS00OCA3Ny04MyAxNzUtMyA5LTE4IDQ5dC0yMC41IDU1LjUtMTQuNSA0N1QzLjUgMTAxNiAwIDEwNjlxMCA5MiA1MSAxODYgNTYgMTAxIDEwNiAxMjIgMjUgMTEgNjguNSAyMXQ3MC41IDEwcTE0IDAgMjEtMyAxOC02IDUzLTc2IDExLTE5IDMwLTU0dDM1LTYzLjUgMzEtNTMuNXEzLTQgMTcuNS0yNXQyMS41LTM1LjUgNy0yOC41cTAtMjAtMjguNS01MHQtNjItNTUtNjItNTMtMjguNS00NnEwLTkgNS0yMi41dDguNS0yMC41IDE0LTI0IDExLjUtMTlxNzYtMTM3IDE3NC0yMzV0MjM1LTE3NHEyLTEgMTktMTEuNXQyNC0xNCAyMC41LTguNSAyMi41LTVxMTggMCA0NiAyOC41dDUzIDYyIDU1IDYyIDUwIDI4LjVxMTQgMCAyOC41LTd0MzUuNS0yMS41IDI1LTE3LjVxMjUtMTUgNTMuNS0zMXQ2My41LTM1IDU0LTMwcTcwLTM1IDc2LTUzIDMtNyAzLTIxeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjaGVja19lbXB0eSIgdW5pY29kZT0i74KWIiBob3Jpei1hZHYteD0iMTQwOCIgZD0iTTExMjAgMTI4MEgyODhxLTY2IDAtMTEzLTQ3dC00Ny0xMTNWMjg4cTAtNjYgNDctMTEzdDExMy00N2g4MzJxNjYgMCAxMTMgNDd0NDcgMTEzdjgzMnEwIDY2LTQ3IDExM3QtMTEzIDQ3em0yODgtMTYwVjI4OHEwLTExOS04NC41LTIwMy41VDExMjAgMEgyODhRMTY5IDAgODQuNSA4NC41VDAgMjg4djgzMnEwIDExOSA4NC41IDIwMy41VDI4OCAxNDA4aDgzMnExMTkgMCAyMDMuNS04NC41VDE0MDggMTEyMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iYm9va21hcmtfZW1wdHkiIHVuaWNvZGU9Iu+ClyIgaG9yaXotYWR2LXg9IjEyODAiIGQ9Ik0xMTUyIDEyODBIMTI4VjM4bDQyMyA0MDYgODkgODUgODktODUgNDIzLTQwNnYxMjQyem0xMiAxMjhxMjMgMCA0NC05IDMzLTEzIDUyLjUtNDF0MTkuNS02MlY3cTAtMzQtMTkuNS02MlQxMjA4LTk2cS0xOS04LTQ0LTgtNDggMC04MyAzMkw2NDAgMzUyIDE5OS03MnEtMzYtMzMtODMtMzMtMjMgMC00NCA5LTMzIDEzLTUyLjUgNDFUMCA3djEyODlxMCAzNCAxOS41IDYydDUyLjUgNDFxMjEgOSA0NCA5aDEwNDh6Ii8+PGdseXBoIGdseXBoLW5hbWU9InBob25lX3NpZ24iIHVuaWNvZGU9Iu+CmCIgZD0iTTEyODAgMzQzcTAgMTEtMiAxNnQtMTggMTYuNS00MC41IDI1VDExNzIgNDI3dC00NS41IDI1LTI4LjUgMTVxLTUgMy0xOSAxM3QtMjUgMTUtMjEgNXEtMTUgMC0zNi41LTIwLjV0LTM5LjUtNDUtMzguNS00NVQ4ODUgMzY5cS03IDAtMTYuNSAzLjVUODUzIDM3OXQtMTcgOS41LTE0IDguNXEtOTkgNTUtMTcwIDEyNi41VDUyNSA2OTRxLTIgMy04LjUgMTR0LTkuNSAxNy02LjUgMTUuNVQ0OTcgNzU3cTAgMTMgMjAuNSAzMy41dDQ1IDM4LjUgNDUgMzkuNVQ2MjggOTA1cTAgMTAtNSAyMXQtMTUgMjUtMTMgMTlxLTMgNi0xNSAyOC41dC0yNSA0NS41LTI2LjUgNDcuNS0yNSA0MC41LTE2LjUgMTgtMTYgMnEtNDggMC0xMDEtMjItNDYtMjEtODAtOTQuNVQyNTYgOTA1cTAtMTYgMi41LTM0dDUtMzAuNSA5LTMzIDEwLTI5LjUgMTIuNS0zMyAxMS0zMHE2MC0xNjQgMjE2LjUtMzIwLjVUODQzIDE3OHE2LTIgMzAtMTF0MzMtMTIuNSAyOS41LTEwIDMzLTkgMzAuNS01IDM0LTIuNXE1NyAwIDEzMC41IDM0dDk0LjUgODBxMjIgNTMgMjIgMTAxem0yNTYgNzc3VjE2MHEwLTExOS04NC41LTIwMy41VDEyNDgtMTI4SDI4OHEtMTE5IDAtMjAzLjUgODQuNVQwIDE2MHY5NjBxMCAxMTkgODQuNSAyMDMuNVQyODggMTQwOGg5NjBxMTE5IDAgMjAzLjUtODQuNVQxNTM2IDExMjB6Ii8+PGdseXBoIGdseXBoLW5hbWU9InR3aXR0ZXIiIHVuaWNvZGU9Iu+CmSIgaG9yaXotYWR2LXg9IjE2NjQiIGQ9Ik0xNjIwIDExMjhxLTY3LTk4LTE2Mi0xNjcgMS0xNCAxLTQyIDAtMTMwLTM4LTI1OS41VDEzMDUuNSA0MTEgMTEyMSAyMDAuNXQtMjU4LTE0NlQ1NDAgMFEyNjkgMCA0NCAxNDVxMzUtNCA3OC00IDIyNSAwIDQwMSAxMzgtMTA1IDItMTg4IDY0LjVUMjIxIDUwM3EzMy01IDYxLTUgNDMgMCA4NSAxMS0xMTIgMjMtMTg1LjUgMTExLjVUMTA4IDgyNnY0cTY4LTM4IDE0Ni00MS02NiA0NC0xMDUgMTE1dC0zOSAxNTRxMCA4OCA0NCAxNjMgMTIxLTE0OSAyOTQuNS0yMzguNVQ4MjAgODgzcS04IDM4LTggNzQgMCAxMzQgOTQuNSAyMjguNVQxMTM1IDEyODBxMTQwIDAgMjM2LTEwMiAxMDkgMjEgMjA1IDc4LTM3LTExNS0xNDItMTc4IDkzIDEwIDE4NiA1MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iZmFjZWJvb2siIHVuaWNvZGU9Iu+CmiIgaG9yaXotYWR2LXg9IjEwMjQiIGQ9Ik05NTkgMTUyNHYtMjY0SDgwMnEtODYgMC0xMTYtMzZ0LTMwLTEwOFY5MjdoMjkzbC0zOS0yOTZINjU2di03NTlIMzUwdjc1OUg5NXYyOTZoMjU1djIxOHEwIDE4NiAxMDQgMjg4LjVUNzMxIDE1MzZxMTQ3IDAgMjI4LTEyeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJnaXRodWIiIHVuaWNvZGU9Iu+CmyIgZD0iTTc2OCAxNDA4cTIwOSAwIDM4NS41LTEwM3QyNzkuNS0yNzkuNVQxNTM2IDY0MHEwLTI1MS0xNDYuNS00NTEuNVQxMDExLTg5cS0yNy01LTQwIDd0LTEzIDMwcTAgMyAuNSA3Ni41VDk1OSAxNTlxMCA5Ny01MiAxNDIgNTcgNiAxMDIuNSAxOHQ5NCAzOSA4MSA2Ni41IDUzIDEwNVQxMjU4IDY4MHEwIDExOS03OSAyMDYgMzcgOTEtOCAyMDQtMjggOS04MS0xMXQtOTItNDRsLTM4LTI0cS05MyAyNi0xOTIgMjZ0LTE5Mi0yNnEtMTYgMTEtNDIuNSAyN3QtODMuNSAzOC41LTg1IDEzLjVxLTQ1LTExMy04LTIwNC03OS04Ny03OS0yMDYgMC04NSAyMC41LTE1MFQzNTEgNDI1dDgwLjUtNjcgOTQtMzlUNjI4IDMwMXEtMzktMzYtNDktMTAzLTIxLTEwLTQ1LTE1dC01Ny01LTY1LjUgMjEuNVQzNTYgMjYycS0xOSAzMi00OC41IDUyVDI1OCAzMzhsLTIwIDNxLTIxIDAtMjktNC41dC01LTExLjUgOS0xNCAxMy0xMmw3LTVxMjItMTAgNDMuNS0zOHQzMS41LTUxbDEwLTIzcTEzLTM4IDQ0LTYxLjV0NjctMzAgNjkuNS03VDU1NCA4N2wyMyA0cTAtMzggLjUtODguNVQ1NzgtNTJxMC0xOC0xMy0zMHQtNDAtN1EyOTMtMTIgMTQ2LjUgMTg4LjVUMCA2NDBxMCAyMDkgMTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh6TTI5MSAzMDVxMyA3LTcgMTItMTAgMy0xMy0yLTMtNyA3LTEyIDktNiAxMyAyem0zMS0zNHE3IDUtMiAxNi0xMCA5LTE2IDMtNy01IDItMTYgMTAtMTAgMTYtM3ptMzAtNDVxOSA3IDAgMTktOCAxMy0xNyA2LTktNSAwLTE4dDE3LTd6bTQyLTQycTggOC00IDE5LTEyIDEyLTIwIDMtOS04IDQtMTkgMTItMTIgMjAtM3ptNTctMjVxMyAxMS0xMyAxNi0xNSA0LTE5LTd0MTMtMTVxMTUtNiAxOSA2em02My01cTAgMTMtMTcgMTEtMTYgMC0xNi0xMSAwLTEzIDE3LTExIDE2IDAgMTYgMTF6bTU4IDEwcS0yIDExLTE4IDktMTYtMy0xNC0xNXQxOC04IDE0IDE0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmxvY2siIHVuaWNvZGU9Iu+CnCIgaG9yaXotYWR2LXg9IjE2NjQiIGQ9Ik0xNjY0IDk2MFY3MDRxMC0yNi0xOS00NXQtNDUtMTloLTY0cS0yNiAwLTQ1IDE5dC0xOSA0NXYyNTZxMCAxMDYtNzUgMTgxdC0xODEgNzUtMTgxLTc1LTc1LTE4MVY3NjhoOTZxNDAgMCA2OC0yOHQyOC02OFY5NnEwLTQwLTI4LTY4dC02OC0yOEg5NlE1NiAwIDI4IDI4VDAgOTZ2NTc2cTAgNDAgMjggNjh0NjggMjhoNjcydjE5MnEwIDE4NSAxMzEuNSAzMTYuNVQxMjE2IDE0MDh0MzE2LjUtMTMxLjVUMTY2NCA5NjB6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImNyZWRpdF9jYXJkIiB1bmljb2RlPSLvgp0iIGhvcml6LWFkdi14PSIxOTIwIiBkPSJNMTc2MCAxNDA4cTY2IDAgMTEzLTQ3dDQ3LTExM1YzMnEwLTY2LTQ3LTExM3QtMTEzLTQ3SDE2MHEtNjYgMC0xMTMgNDdUMCAzMnYxMjE2cTAgNjYgNDcgMTEzdDExMyA0N2gxNjAwek0xNjAgMTI4MHEtMTMgMC0yMi41LTkuNVQxMjggMTI0OHYtMjI0aDE2NjR2MjI0cTAgMTMtOS41IDIyLjV0LTIyLjUgOS41SDE2MHpNMTc2MCAwcTEzIDAgMjIuNSA5LjVUMTc5MiAzMnY2MDhIMTI4VjMycTAtMTMgOS41LTIyLjVUMTYwIDBoMTYwMHpNMjU2IDEyOHYxMjhoMjU2VjEyOEgyNTZ6bTM4NCAwdjEyOGgzODRWMTI4SDY0MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0icnNzIiB1bmljb2RlPSLvgp4iIGhvcml6LWFkdi14PSIxNDA4IiBkPSJNMzg0IDE5MnEwLTgwLTU2LTEzNlQxOTIgMCA1NiA1NiAwIDE5MnQ1NiAxMzYgMTM2IDU2IDEzNi01NiA1Ni0xMzZ6TTg5NiA2OXEyLTI4LTE3LTQ4LTE4LTIxLTQ3LTIxSDY5N3EtMjUgMC00MyAxNi41VDYzNCA1OHEtMjIgMjI5LTE4NC41IDM5MS41VDU4IDYzNHEtMjUgMi00MS41IDIwVDAgNjk3djEzNXEwIDI5IDIxIDQ3IDE3IDE3IDQzIDE3aDVxMTYwLTEzIDMwNi04MC41VDYzNCA2MzRxMTE0LTExMyAxODEuNS0yNTlUODk2IDY5em01MTItMnEyLTI3LTE4LTQ3LTE4LTIwLTQ2LTIwaC0xNDNxLTI2IDAtNDQuNSAxNy41VDExMzcgNjBxLTEyIDIxNS0xMDEgNDA4LjV0LTIzMS41IDMzNi0zMzYgMjMxLjVUNjAgMTEzOHEtMjUgMS00Mi41IDE5LjVUMCAxMjAxdjE0M3EwIDI4IDIwIDQ2IDE4IDE4IDQ0IDE4aDNxMjYyLTEzIDUwMS41LTEyMFQ5OTQgOTk0cTE4Ny0xODYgMjk0LTQyNS41VDE0MDggNjd6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImhkZCIgdW5pY29kZT0i74KgIiBkPSJNMTA0MCAzMjBxMC0zMy0yMy41LTU2LjVUOTYwIDI0MHQtNTYuNSAyMy41VDg4MCAzMjB0MjMuNSA1Ni41VDk2MCA0MDB0NTYuNS0yMy41VDEwNDAgMzIwem0yNTYgMHEwLTMzLTIzLjUtNTYuNVQxMjE2IDI0MHQtNTYuNSAyMy41VDExMzYgMzIwdDIzLjUgNTYuNVQxMjE2IDQwMHQ1Ni41LTIzLjVUMTI5NiAzMjB6bTExMi0xNjB2MzIwcTAgMTMtOS41IDIyLjVUMTM3NiA1MTJIMTYwcS0xMyAwLTIyLjUtOS41VDEyOCA0ODBWMTYwcTAtMTMgOS41LTIyLjVUMTYwIDEyOGgxMjE2cTEzIDAgMjIuNSA5LjV0OS41IDIyLjV6TTE3OCA2NDBoMTE4MGwtMTU3IDQ4MnEtNCAxMy0xNiAyMS41dC0yNiA4LjVIMzc3cS0xNCAwLTI2LTguNXQtMTYtMjEuNXptMTM1OC0xNjBWMTYwcTAtNjYtNDctMTEzVDEzNzYgMEgxNjBROTQgMCA0NyA0N1QwIDE2MHYzMjBxMCAyNSAxNiA3NWwxOTcgNjA2cTE3IDUzIDYzIDg2dDEwMSAzM2g3ODJxNTUgMCAxMDEtMzN0NjMtODZsMTk3LTYwNnExNi01MCAxNi03NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iYnVsbGhvcm4iIHVuaWNvZGU9Iu+CoSIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNjY0IDg5NnE1MyAwIDkwLjUtMzcuNVQxNzkyIDc2OHQtMzcuNS05MC41VDE2NjQgNjQwVjI1NnEwLTUyLTM4LTkwdC05MC0zOHEtNDE3IDM0Ny04MTIgMzgwLTU4LTE5LTkxLTY2dC0zMS0xMDAuNSA0MC05Mi41cS0yMC0zMy0yMy02NS41dDYtNTggMzMuNS01NSA0OC01MFQ3NjgtMzBxLTI5LTU4LTExMS41LTgzVDQ4OC0xMjQuNSAzNTYtNjlxLTcgMjMtMjkuNSA4Ny41dC0zMiA5NC41LTIzIDg5LTE1IDEwMSAzLjUgOTguNVQyODIgNTEySDE2MHEtNjYgMC0xMTMgNDdUMCA2NzJ2MTkycTAgNjYgNDcgMTEzdDExMyA0N2g0ODBxNDM1IDAgODk2IDM4NCA1MiAwIDkwLTM4dDM4LTkwVjg5NnptLTEyOC02MDR2OTU0cS0zOTQtMzAyLTc2OC0zNDNWNjMzcTM3Ny00MiA3NjgtMzQxeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJiZWxsIiB1bmljb2RlPSLvgqIiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNOTEyLTE2MHEwIDE2LTE2IDE2LTU5IDAtMTAxLjUgNDIuNVQ3NTIgMHEwIDE2LTE2IDE2VDcyMCAwcTAtNzMgNTEuNS0xMjQuNVQ4OTYtMTc2cTE2IDAgMTYgMTZ6TTI0NiAxMjhoMTMwMHEtMjY2IDMwMC0yNjYgODMyIDAgNTEtMjQgMTA1dC02OSAxMDMtMTIxLjUgODAuNVQ4OTYgMTI4MHQtMTY5LjUtMzEuNVQ2MDUgMTE2OHQtNjktMTAzLTI0LTEwNXEwLTUzMi0yNjYtODMyem0xNDgyIDBxMC01Mi0zOC05MHQtOTAtMzhoLTQ0OHEwLTEwNi03NS0xODF0LTE4MS03NS0xODEgNzVUNjQwIDBIMTkycS01MiAwLTkwIDM4dC0zOCA5MHE1MCA0MiA5MSA4OHQ4NSAxMTkuNVQzMTQuNSA0OTR0NTAgMjA2VDM4NCA5NjBxMCAxNTIgMTE3IDI4Mi41VDgwOCAxNDAxcS04IDE5LTggMzkgMCA0MCAyOCA2OHQ2OCAyOCA2OC0yOCAyOC02OHEwLTIwLTgtMzkgMTkwLTI4IDMwNy0xNTguNVQxNDA4IDk2MHEwLTEzOSAxOS41LTI2MHQ1MC0yMDYgNzQuNS0xNTguNSA4NS0xMTkuNSA5MS04OHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iY2VydGlmaWNhdGUiIHVuaWNvZGU9Iu+CoyIgZD0iTTEzNzYgNjQwbDEzOC0xMzVxMzAtMjggMjAtNzAtMTItNDEtNTItNTFsLTE4OC00OCA1My0xODZxMTItNDEtMTktNzAtMjktMzEtNzAtMTlsLTE4NiA1My00OC0xODhxLTEwLTQwLTUxLTUyLTEyLTItMTktMi0zMSAwLTUxIDIyTDc2OCAzMiA2MzMtMTA2cS0yOC0zMC03MC0yMC00MSAxMS01MSA1MmwtNDggMTg4LTE4Ni01M3EtNDEtMTItNzAgMTktMzEgMjktMTkgNzBsNTMgMTg2LTE4OCA0OHEtNDAgMTAtNTIgNTEtMTAgNDIgMjAgNzBsMTM4IDEzNUwyMiA3NzVxLTMwIDI4LTIwIDcwIDEyIDQxIDUyIDUxbDE4OCA0OC01MyAxODZxLTEyIDQxIDE5IDcwIDI5IDMxIDcwIDE5bDE4Ni01MyA0OCAxODhxMTAgNDEgNTEgNTEgNDEgMTIgNzAtMTlsMTM1LTEzOSAxMzUgMTM5cTI5IDMwIDcwIDE5IDQxLTEwIDUxLTUxbDQ4LTE4OCAxODYgNTNxNDEgMTIgNzAtMTkgMzEtMjkgMTktNzBsLTUzLTE4NiAxODgtNDhxNDAtMTAgNTItNTEgMTAtNDItMjAtNzB6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImhhbmRfcmlnaHQiIHVuaWNvZGU9Iu+CpCIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0yNTYgMTkycTAgMjYtMTkgNDV0LTQ1IDE5LTQ1LTE5LTE5LTQ1IDE5LTQ1IDQ1LTE5IDQ1IDE5IDE5IDQ1em0xNDA4IDU3NnEwIDUxLTM5IDg5LjV0LTg5IDM4LjVIOTYwcTAgMjAgMTUgNDguNXQzMyA1NSAzMyA2OCAxNSA4NC41cTAgNjctNDQuNSA5Ny41VDg5NiAxMjgwcS0yNCAwLTkwLTEzOS0yNC00NC0zNy02NS00MC02NC0xMTItMTQ1LTcxLTgxLTEwMS0xMDYtNjktNTctMTQwLTU3aC0zMlYxMjhoMzJxNzIgMCAxNjctMzJ0MTkzLjUtNjRUOTU2IDBxMTg5IDAgMTg5IDE2NyAwIDI2LTUgNTYgMzAgMTYgNDcuNSA1Mi41VDEyMDUgMzQ5dC0xOCA2OXE1MyA1MCA1MyAxMTkgMCAyNS0xMCA1NS41dC0yNSA0Ny41aDMzMXE1MiAwIDkwIDM4dDM4IDkwem0xMjggMXEwLTEwNS03NS41LTE4MVQxNTM2IDUxMmgtMTY5cS00LTYyLTM3LTExOSAzLTIxIDMtNDMgMC0xMDEtNjAtMTc4IDEtMTM5LTg1LTIxOS41VDk2MS0xMjhxLTEzMyAwLTMyMiA2OVE0NzUgMCA0MTYgMEgxMjhRNzUgMCAzNy41IDM3LjVUMCAxMjh2NjQwcTAgNTMgMzcuNSA5MC41VDEyOCA4OTZoMjg4cTEwIDAgMjEuNSA0LjV0MjMuNSAxNCAyMi41IDE4IDI0IDIyLjUgMjAuNSAyMS41IDE5IDIxLjUgMTQgMTdxNjUgNzQgMTAwIDEyOSAxMyAyMSAzMyA2MnQzNyA3MiA0MC41IDYzIDU1IDQ5LjVUODk2IDE0MDhxMTI1IDAgMjA2LjUtNjd0ODEuNS0xODlxMC02OC0yMi0xMjhoMzc0cTEwNCAwIDE4MC03NnQ3Ni0xNzl6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImhhbmRfbGVmdCIgdW5pY29kZT0i74KlIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTEzNzYgMTI4aDMydjY0MGgtMzJxLTM1IDAtNjcuNSAxMnQtNjIuNSAzNy01MCA0Ni00OSA1NHEtOCA5LTEyIDE0LTcyIDgxLTExMiAxNDUtMTQgMjItMzggNjgtMSAzLTEwLjUgMjIuNXQtMTguNSAzNi0yMCAzNS41LTIxLjUgMzAuNVQ4OTYgMTI4MHEtNzEgMC0xMTUuNS0zMC41VDczNiAxMTUycTAtNDMgMTUtODQuNXQzMy02OCAzMy01NSAxNS00OC41SDI1NnEtNTAgMC04OS0zOC41VDEyOCA3NjhxMC01MiAzOC05MHQ5MC0zOGgzMzFxLTE1LTE3LTI1LTQ3LjVUNTUyIDUzN3EwLTY5IDUzLTExOS0xOC0zMi0xOC02OXQxNy41LTczLjVUNjUyIDIyM3EtNC0yNC00LTU2IDAtODUgNDguNS0xMjZUODMyIDBxODQgMCAxODMgMzJ0MTk0IDY0IDE2NyAzMnptMjg4IDY0cTAgMjYtMTkgNDV0LTQ1IDE5LTQ1LTE5LTE5LTQ1IDE5LTQ1IDQ1LTE5IDQ1IDE5IDE5IDQ1em0xMjggNTc2VjEyOHEwLTUzLTM3LjUtOTAuNVQxNjY0IDBoLTI4OHEtNTkgMC0yMjMtNTktMTkwLTY5LTMxNy02OS0xNDIgMC0yMzAgNzcuNVQ1MTkgMTY3bDEgNXEtNjEgNzYtNjEgMTc4IDAgMjIgMyA0My0zMyA1Ny0zNyAxMTlIMjU2cS0xMDUgMC0xODAuNSA3NlQwIDc2OXEwIDEwMyA3NiAxNzl0MTgwIDc2aDM3NHEtMjIgNjAtMjIgMTI4IDAgMTIyIDgxLjUgMTg5dDIwNi41IDY3cTM4IDAgNjkuNS0xNy41dDU1LTQ5LjUgNDAuNS02MyAzNy03MiAzMy02MnEzNS01NSAxMDAtMTI5IDItMyAxNC0xN3QxOS0yMS41IDIwLjUtMjEuNSAyNC0yMi41IDIyLjUtMTggMjMuNS0xNCAyMS41LTQuNWgyODhxNTMgMCA5MC41LTM3LjVUMTc5MiA3Njh6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImhhbmRfdXAiIHVuaWNvZGU9Iu+CpiIgZD0iTTEyODAtNjRxMCAyNi0xOSA0NXQtNDUgMTktNDUtMTktMTktNDUgMTktNDUgNDUtMTkgNDUgMTkgMTkgNDV6bTEyOCA3NjRxMCAxODktMTY3IDE4OS0yNiAwLTU2LTUtMTYgMzAtNTIuNSA0Ny41VDEwNTkgOTQ5dC02OS0xOHEtNTAgNTMtMTE5IDUzLTI1IDAtNTUuNS0xMFQ3NjggOTQ5djMzMXEwIDUyLTM4IDkwdC05MCAzOHEtNTEgMC04OS41LTM5dC0zOC41LTg5VjcwNHEtMjAgMC00OC41IDE1dC01NSAzMy02OCAzMy04NC41IDE1cS02NyAwLTk3LjUtNDQuNVQxMjggNjQwcTAtMjQgMTM5LTkwIDQ0LTI0IDY1LTM3IDY0LTQwIDE0NS0xMTIgODEtNzEgMTA2LTEwMSA1Ny02OSA1Ny0xNDB2LTMyaDY0MHYzMnEwIDcyIDMyIDE2N3Q2NCAxOTMuNSAzMiAxNzkuNXptMTI4IDVxMC0xMzMtNjktMzIyLTU5LTE2NC01OS0yMjN2LTI4OHEwLTUzLTM3LjUtOTAuNVQxMjgwLTI1Nkg2NDBxLTUzIDAtOTAuNSAzNy41VDUxMi0xMjh2Mjg4cTAgMTAtNC41IDIxLjV0LTE0IDIzLjUtMTggMjIuNS0yMi41IDI0LTIxLjUgMjAuNS0yMS41IDE5LTE3IDE0cS03NCA2NS0xMjkgMTAwLTIxIDEzLTYyIDMzdC03MiAzNy02MyA0MC41LTQ5LjUgNTVUMCA2NDBxMCAxMjUgNjcgMjA2LjVUMjU2IDkyOHE2OCAwIDEyOC0yMnYzNzRxMCAxMDQgNzYgMTgwdDE3OSA3NnExMDUgMCAxODEtNzUuNXQ3Ni0xODAuNXYtMTY5cTYyLTQgMTE5LTM3IDIxIDMgNDMgMyAxMDEgMCAxNzgtNjAgMTM5IDEgMjE5LjUtODV0ODAuNS0yMjd6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImhhbmRfZG93biIgdW5pY29kZT0i74KnIiBkPSJNMTQwOCA1NzZxMCA4NC0zMiAxODN0LTY0IDE5NC0zMiAxNjd2MzJINjQwdi0zMnEwLTM1LTEyLTY3LjVUNTkxIDk5MHQtNDYtNTAtNTQtNDlxLTktOC0xNC0xMi04MS03Mi0xNDUtMTEyLTIyLTE0LTY4LTM4LTMtMS0yMi41LTEwLjV0LTM2LTE4LjUtMzUuNS0yMC0zMC41LTIxLjVUMTI4IDY0MHEwLTcxIDMwLjUtMTE1LjVUMjU2IDQ4MHE0MyAwIDg0LjUgMTV0NjggMzMgNTUgMzMgNDguNSAxNVYwcTAtNTAgMzguNS04OXQ4OS41LTM5cTUyIDAgOTAgMzh0MzggOTB2MzMxcTQ2LTM1IDEwMy0zNSA2OSAwIDExOSA1MyAzMi0xOCA2OS0xOHQ3My41IDE3LjVUMTE4NSAzOTZxMjQtNCA1Ni00IDg1IDAgMTI2IDQ4LjV0NDEgMTM1LjV6bS0xMjggNzY4cTAgMjYtMTkgNDV0LTQ1IDE5LTQ1LTE5LTE5LTQ1IDE5LTQ1IDQ1LTE5IDQ1IDE5IDE5IDQ1em0yNTYtNzY0cTAtMTQyLTc3LjUtMjMwVDEyNDEgMjYzbC01IDFxLTc2LTYxLTE3OC02MS0yMiAwLTQzIDMtNTQtMzAtMTE5LTM3VjBxMC0xMDUtNzYtMTgwLjVUNjM5LTI1NnEtMTAzIDAtMTc5IDc2VDM4NCAwdjM3NHEtNTQtMjItMTI4LTIyLTEyMSAwLTE4OC41IDgxLjVUMCA2NDBxMCAzOCAxNy41IDY5LjV0NDkuNSA1NSA2MyA0MC41IDcyIDM3IDYyIDMzcTU1IDM1IDEyOSAxMDAgMyAyIDE3IDE0dDIxLjUgMTkgMjEuNSAyMC41IDIyLjUgMjQgMTggMjIuNSAxNCAyMy41IDQuNSAyMS41djI4OHEwIDUzIDM3LjUgOTAuNVQ2NDAgMTUzNmg2NDBxNTMgMCA5MC41LTM3LjV0MzcuNS05MC41di0yODhxMC01OSA1OS0yMjMgNjktMTkwIDY5LTMxN3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iY2lyY2xlX2Fycm93X2xlZnQiIHVuaWNvZGU9Iu+CqCIgZD0iTTEyODAgNTc2djEyOHEwIDI2LTE5IDQ1dC00NSAxOUg3MTRsMTg5IDE4OXExOSAxOSAxOSA0NXQtMTkgNDVsLTkxIDkxcS0xOCAxOC00NSAxOHQtNDUtMThMMzYwIDc3NmwtOTEtOTFxLTE4LTE4LTE4LTQ1dDE4LTQ1bDkxLTkxIDM2Mi0zNjJxMTgtMTggNDUtMTh0NDUgMThsOTEgOTFxMTggMTggMTggNDV0LTE4IDQ1TDcxNCA1MTJoNTAycTI2IDAgNDUgMTl0MTkgNDV6bTI1NiA2NHEwLTIwOS0xMDMtMzg1LjVUMTE1My41LTI1IDc2OC0xMjggMzgyLjUtMjUgMTAzIDI1NC41IDAgNjQwdDEwMyAzODUuNVQzODIuNSAxMzA1IDc2OCAxNDA4dDM4NS41LTEwMyAyNzkuNS0yNzkuNVQxNTM2IDY0MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iY2lyY2xlX2Fycm93X3JpZ2h0IiB1bmljb2RlPSLvgqkiIGQ9Ik0xMjg1IDY0MHEwIDI3LTE4IDQ1bC05MSA5MS0zNjIgMzYycS0xOCAxOC00NSAxOHQtNDUtMThsLTkxLTkxcS0xOC0xOC0xOC00NXQxOC00NWwxODktMTg5SDMyMHEtMjYgMC00NS0xOXQtMTktNDVWNTc2cTAtMjYgMTktNDV0NDUtMTloNTAyTDYzMyAzMjNxLTE5LTE5LTE5LTQ1dDE5LTQ1bDkxLTkxcTE4LTE4IDQ1LTE4dDQ1IDE4bDM2MiAzNjIgOTEgOTFxMTggMTggMTggNDV6bTI1MSAwcTAtMjA5LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh0Mzg1LjUtMTAzIDI3OS41LTI3OS41VDE1MzYgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjaXJjbGVfYXJyb3dfdXAiIHVuaWNvZGU9Iu+CqiIgZD0iTTEyODQgNjQxcTAgMjctMTggNDVsLTM2MiAzNjItOTEgOTFxLTE4IDE4LTQ1IDE4dC00NS0xOGwtOTEtOTEtMzYyLTM2MnEtMTgtMTgtMTgtNDV0MTgtNDVsOTEtOTFxMTgtMTggNDUtMTh0NDUgMThsMTg5IDE4OVYxOTJxMC0yNiAxOS00NXQ0NS0xOWgxMjhxMjYgMCA0NSAxOXQxOSA0NXY1MDJsMTg5LTE4OXExOS0xOSA0NS0xOXQ0NSAxOWw5MSA5MXExOCAxOCAxOCA0NXptMjUyLTFxMC0yMDktMTAzLTM4NS41VDExNTMuNS0yNSA3NjgtMTI4IDM4Mi41LTI1IDEwMyAyNTQuNSAwIDY0MHQxMDMgMzg1LjVUMzgyLjUgMTMwNSA3NjggMTQwOHQzODUuNS0xMDMgMjc5LjUtMjc5LjVUMTUzNiA2NDB6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImNpcmNsZV9hcnJvd19kb3duIiB1bmljb2RlPSLvgqsiIGQ9Ik0xMjg0IDYzOXEwIDI3LTE4IDQ1bC05MSA5MXEtMTggMTgtNDUgMTh0LTQ1LTE4TDg5NiA1ODZ2NTAycTAgMjYtMTkgNDV0LTQ1IDE5SDcwNHEtMjYgMC00NS0xOXQtMTktNDVWNTg2TDQ1MSA3NzVxLTE5IDE5LTQ1IDE5dC00NS0xOWwtOTEtOTFxLTE4LTE4LTE4LTQ1dDE4LTQ1bDM2Mi0zNjIgOTEtOTFxMTgtMTggNDUtMTh0NDUgMThsOTEgOTEgMzYyIDM2MnExOCAxOCAxOCA0NXptMjUyIDFxMC0yMDktMTAzLTM4NS41VDExNTMuNS0yNSA3NjgtMTI4IDM4Mi41LTI1IDEwMyAyNTQuNSAwIDY0MHQxMDMgMzg1LjVUMzgyLjUgMTMwNSA3NjggMTQwOHQzODUuNS0xMDMgMjc5LjUtMjc5LjVUMTUzNiA2NDB6Ii8+PGdseXBoIGdseXBoLW5hbWU9Imdsb2JlIiB1bmljb2RlPSLvgqwiIGQ9Ik03NjggMTQwOHEyMDkgMCAzODUuNS0xMDN0Mjc5LjUtMjc5LjVUMTUzNiA2NDB0LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh6bTI3NC01MjFxLTItMS05LjUtOS41VDEwMTkgODY4cTIgMCA0LjUgNXQ1IDExIDMuNSA3cTYgNyAyMiAxNSAxNCA2IDUyIDEyIDM0IDggNTEtMTEtMiAyIDkuNSAxM3QxNC41IDEycTMgMiAxNSA0LjV0MTUgNy41bDIgMjJxLTEyLTEtMTcuNSA3dC02LjUgMjFxMC0yLTYtOCAwIDctNC41IDh0LTExLjUtMS05LTFxLTEwIDMtMTUgNy41dC04IDE2LjUtNCAxNXEtMiA1LTkuNSAxMXQtOS41IDEwcS0xIDItMi41IDUuNXQtMyA2LjUtNCA1LjUtNS41IDIuNS03LTUtNy41LTEwLTQuNS01cS0zIDItNiAxLjV0LTQuNS0xLTQuNS0zLTUtMy41cS0zLTItOC41LTN0LTguNS0ycTE1IDUtMSAxMS0xMCA0LTE2IDMgOSA0IDcuNSAxMnQtOC41IDE0aDVxLTEgNC04LjUgOC41dC0xNy41IDguNS0xMyA2cS04IDUtMzQgOS41dC0zMyAuNXEtNS02LTQuNS0xMC41dDQtMTQgMy41LTEyLjVxMS02LTUuNS0xM3QtNi41LTEycTAtNyAxNC0xNS41dDEwLTIxLjVxLTMtOC0xNi0xNnQtMTYtMTJxLTUtOC0xLjUtMTguNVQ5MTQgOTUycTItMiAxLjUtNHQtMy41LTQuNS01LjUtNC02LjUtMy41bC0zLTJxLTExLTUtMjAuNSA2VDg2MyA5NjZxLTcgMjUtMTYgMzAtMjMgOC0yOS0xLTUgMTMtNDEgMjYtMjUgOS01OCA0IDYgMSAwIDE1LTcgMTUtMTkgMTIgMyA2IDQgMTcuNXQxIDEzLjVxMyAxMyAxMiAyMyAxIDEgNyA4LjV0OS41IDEzLjUuNSA2cTM1LTQgNTAgMTEgNSA1IDExLjUgMTd0MTAuNSAxN3E5IDYgMTQgNS41dDE0LjUtNS41IDE0LjUtNXExNC0xIDE1LjUgMTF0LTcuNSAyMHExMi0xIDMgMTctNCA3LTggOS0xMiA0LTI3LTUtOC00IDItOC0xIDEtOS41LTEwLjVUODAxIDExOTB0LTE2IDVxLTEgMS01LjUgMTMuNVQ3NzAgMTIyMnEtOCAwLTE2LTE1IDMgOC0xMSAxNXQtMjQgOHExOSAxMi04IDI3LTcgNC0yMC41IDV0LTE5LjUtNHEtNS03LTUuNS0xMS41dDUtOCAxMC41LTUuNSAxMS41LTQgOC41LTNxMTQtMTAgOC0xNC0yLTEtOC41LTMuNVQ2ODkgMTIwNHQtNi00cS0zLTQgMC0xNHQtMi0xNHEtNSA1LTkgMTcuNXQtNyAxNi41cTctOS0yNS02bC0xMCAxcS00IDAtMTYtMnQtMjAuNS0xLTEzLjUgOHEtNCA4IDAgMjAgMSA0IDQgMi00IDMtMTEgOS41dC0xMCA4LjVxLTQ2LTE1LTk0LTQxIDYtMSAxMiAxIDUgMiAxMyA2LjV0MTAgNS41cTM0IDE0IDQyIDdsNSA1cTE0LTE2IDIwLTI1LTcgNC0zMCAxLTIwLTYtMjItMTIgNy0xMiA1LTE4LTQgMy0xMS41IDEwdC0xNC41IDExLTE1IDVxLTE2IDAtMjItMS0xNDYtODAtMjM1LTIyMiA3LTcgMTItOCA0LTEgNS05dDIuNS0xMSAxMS41IDNxOS04IDMtMTkgMSAxIDQ0LTI3IDE5LTE3IDIxLTIxIDMtMTEtMTAtMTgtMSAyLTkgOXQtOSA0cS0zLTUgLjUtMTguNVQzMDggODUxcS03IDAtOS41LTE2dC0yLjUtMzUuNS0xLTIzLjVsMi0xcS0zLTEyIDUuNS0zNC41VDMyNCA3MjFxLTEzLTMgMjAtNDMgNi04IDgtOSAzLTIgMTItNy41dDE1LTEwIDEwLTEwLjVxNC01IDEwLTIyLjV0MTQtMjMuNXEtMi02IDkuNS0yMHQxMC41LTIzcS0xIDAtMi41LTF0LTIuNS0xcTMtNyAxNS41LTE0dDE1LjUtMTNxMS0zIDItMTB0My0xMSA4LTJxMiAyMC0yNCA2Mi0xNSAyNS0xNyAyOS0zIDUtNS41IDE1LjVUNDIxIDYyMXEyIDAgNi0xLjV0OC41LTMuNSA3LjUtNCAyLTNxLTMtNyAyLTE3LjV0MTItMTguNSAxNy0xOSAxMi0xM3E2LTYgMTQtMTkuNXQwLTEzLjVxOSAwIDIwLTEwLjV0MTctMTkuNXE1LTggOC0yNnQ1LTI0cTItNyA4LjUtMTMuNVQ1NzMgNDA1bDE2LTggMTMtN3E1LTIgMTguNS0xMC41VDY0MiAzNjhxMTAtNCAxNi00dDE0LjUgMi41VDY4NiAzNzBxMTUgMiAyOS0xNXQyMS0yMXEzNi0xOSA1NS0xMS0yLTEgLjUtNy41dDgtMTUuNSA5LTE0LjUgNS41LTguNXE1LTYgMTgtMTV0MTgtMTVxNiA0IDcgOS0zLTggNy0yMHQxOC0xMHExNCAzIDE0IDMyLTMxLTE1LTQ5IDE4IDAgMS0yLjUgNS41dC00IDguNS0yLjUgOC41IDAgNy41IDUgM3E5IDAgMTAgMy41dC0yIDEyLjUtNCAxM3EtMSA4LTExIDIwdC0xMiAxNXEtNS05LTE2LTh0LTE2IDlxMC0xLTEuNS01LjVUNzg5IDM2MnEtMTMgMC0xNSAxIDEgMyAyLjUgMTcuNVQ3ODAgNDAzcTEgNCA1LjUgMTJ0Ny41IDE0LjUgNCAxMi41LTQuNSA5LjVUNzc1IDQ1NHEtMTktMS0yNi0yMC0xLTMtMy0xMC41dC01LTExLjUtOS03cS03LTMtMjQtMnQtMjQgNXEtMTMgOC0yMi41IDI5dC05LjUgMzdxMCAxMCAyLjUgMjYuNXQzIDI1VDY1MiA1NTBxMyAyIDkgOS41dDEwIDEwLjVxMiAxIDQuNSAxLjV0NC41IDAgNCAxLjUgMyA2cS0xIDEtNCAzLTMgMy00IDMgNy0zIDI4LjUgMS41VDczNSA1ODVxMTUtMTEgMjIgMiAwIDEtMi41IDkuNVQ3NTQgNjEwcTUtMjcgMjktOSAzLTMgMTUuNS01dDE3LjUtNXEzLTIgNy01LjV0NS41LTQuNSA1IC41IDguNSA2LjVxMTAtMTQgMTItMjQgMTEtNDAgMTktNDQgNy0zIDExLTJ0NC41IDkuNSAwIDE0VDg4NyA1NTRsLTEgOHYxOGwtMSA4cS0xNSAzLTE4LjUgMTJ0MS41IDE4LjUgMTUgMTguNXExIDEgOCAzLjV0MTUuNSA2LjUgMTIuNSA4cTIxIDE5IDE1IDM1IDcgMCAxMSA5LTEgMC01IDN0LTcuNSA1LTQuNSAycTkgNSAyIDE2IDUgMyA3LjUgMTF0Ny41IDEwcTktMTIgMjEtMiA4IDggMSAxNiA1IDcgMjAuNSAxMC41dDE4LjUgOS41cTctMiA4IDJ0MSAxMiAzIDEycTQgNSAxNSA5dDEzIDVsMTcgMTFxMyA0IDAgNCAxOC0yIDMxIDExIDEwIDExLTYgMjAgMyA2LTMgOS41dC0xNSA1LjVxMyAxIDExLjUuNXQxMC41IDEuNXExNSAxMC03IDE2LTE3IDUtNDMtMTJ6TTg3OSAxMHEyMDYgMzYgMzUxIDE4OS0zIDMtMTIuNSA0LjVUMTIwNSAyMDdxLTE4IDctMjQgOCAxIDctMi41IDEzdC04IDktMTIuNSA4LTExIDdxLTIgMi03IDZ0LTcgNS41LTcuNSA0LjUtOC41IDItMTAtMWwtMy0xcS0zLTEtNS41LTIuNXQtNS41LTMtNC0zIDAtMi41cS0yMSAxNy0zNiAyMi01IDEtMTEgNS41dC0xMC41IDctMTAgMS41LTExLjUtN3EtNS01LTYtMTV0LTItMTNxLTcgNSAwIDE3LjV0MiAxOC41cS0zIDYtMTAuNSA0LjV0LTEyLTQuNS0xMS41LTguNS05LTYuNS04LjUtNS41LTguNS03LjVxLTMtNC02LTEydC01LTExcS0yIDQtMTEuNSA2LjVUOTEyIDI1NXEyLTEwIDQtMzV0NS0zOHE3LTMxLTEyLTQ4LTI3LTI1LTI5LTQwLTQtMjIgMTItMjYgMC03LTgtMjAuNVQ4NzcgMjZxMC02IDItMTZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9IndyZW5jaCIgdW5pY29kZT0i74KtIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTM4NCA2NHEwIDI2LTE5IDQ1dC00NSAxOS00NS0xOS0xOS00NSAxOS00NSA0NS0xOSA0NSAxOSAxOSA0NXptNjQ0IDQyMEwzNDYtMTk4cS0zNy0zNy05MC0zNy01MiAwLTkxIDM3TDU5LTkwUTIxLTU0IDIxIDBxMCA1MyAzOCA5MWw2ODEgNjgxcTM5LTk4IDExNC41LTE3My41VDEwMjggNDg0em02MzQgNDM1cTAtMzktMjMtMTA2LTQ3LTEzNC0xNjQuNS0yMTcuNVQxMjE2IDUxMnEtMTg1IDAtMzE2LjUgMTMxLjVUNzY4IDk2MHQxMzEuNSAzMTYuNVQxMjE2IDE0MDhxNTggMCAxMjEuNS0xNi41VDE0NDUgMTM0NXExNi0xMSAxNi0yOHQtMTYtMjhsLTI5My0xNjlWODk2bDE5My0xMDdxNSAzIDc5IDQ4LjV0MTM1LjUgODFUMTYzMCA5NTRxMTUgMCAyMy41LTEwdDguNS0yNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idGFza3MiIHVuaWNvZGU9Iu+CriIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xMDI0IDEyOGg2NDB2MTI4aC02NDBWMTI4ek02NDAgNjQwaDEwMjR2MTI4SDY0MFY2NDB6bTY0MCA1MTJoMzg0djEyOGgtMzg0di0xMjh6bTUxMi04MzJWNjRxMC0yNi0xOS00NXQtNDUtMTlINjRRMzggMCAxOSAxOVQwIDY0djI1NnEwIDI2IDE5IDQ1dDQ1IDE5aDE2NjRxMjYgMCA0NS0xOXQxOS00NXptMCA1MTJWNTc2cTAtMjYtMTktNDV0LTQ1LTE5SDY0cS0yNiAwLTQ1IDE5VDAgNTc2djI1NnEwIDI2IDE5IDQ1dDQ1IDE5aDE2NjRxMjYgMCA0NS0xOXQxOS00NXptMCA1MTJ2LTI1NnEwLTI2LTE5LTQ1dC00NS0xOUg2NHEtMjYgMC00NSAxOXQtMTkgNDV2MjU2cTAgMjYgMTkgNDV0NDUgMTloMTY2NHEyNiAwIDQ1LTE5dDE5LTQ1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJmaWx0ZXIiIHVuaWNvZGU9Iu+CsCIgaG9yaXotYWR2LXg9IjE0MDgiIGQ9Ik0xNDAzIDEyNDFxMTctNDEtMTQtNzBMODk2IDY3OFYtNjRxMC00Mi0zOS01OS0xMy01LTI1LTUtMjcgMC00NSAxOUw1MzEgMTQ3cS0xOSAxOS0xOSA0NXY0ODZMMTkgMTE3MXEtMzEgMjktMTQgNzAgMTcgMzkgNTkgMzloMTI4MHE0MiAwIDU5LTM5eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJicmllZmNhc2UiIHVuaWNvZGU9Iu+CsSIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik02NDAgMTI4MGg1MTJ2MTI4SDY0MHYtMTI4em0xMTUyLTY0MFYxNjBxMC02Ni00Ny0xMTNUMTYzMiAwSDE2MFE5NCAwIDQ3IDQ3VDAgMTYwdjQ4MGg2NzJWNDgwcTAtMjYgMTktNDV0NDUtMTloMzIwcTI2IDAgNDUgMTl0MTkgNDV2MTYwaDY3MnptLTc2OCAwVjUxMkg3Njh2MTI4aDI1NnptNzY4IDQ4MFY3MzZIMHYzODRxMCA2NiA0NyAxMTN0MTEzIDQ3aDM1MnYxNjBxMCA0MCAyOCA2OHQ2OCAyOGg1NzZxNDAgMCA2OC0yOHQyOC02OHYtMTYwaDM1MnE2NiAwIDExMy00N3Q0Ny0xMTN6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImZ1bGxzY3JlZW4iIHVuaWNvZGU9Iu+CsiIgZD0iTTEyODMgOTk1TDkyOCA2NDBsMzU1LTM1NSAxNDQgMTQ0cTI5IDMxIDcwIDE0IDM5LTE3IDM5LTU5Vi02NHEwLTI2LTE5LTQ1dC00NS0xOWgtNDQ4cS00MiAwLTU5IDQwLTE3IDM5IDE0IDY5bDE0NCAxNDQtMzU1IDM1NS0zNTUtMzU1TDU1Ny0xOXEzMS0zMCAxNC02OS0xNy00MC01OS00MEg2NHEtMjYgMC00NSAxOVQwLTY0djQ0OHEwIDQyIDQwIDU5IDM5IDE3IDY5LTE0bDE0NC0xNDQgMzU1IDM1NS0zNTUgMzU1LTE0NC0xNDRxLTE5LTE5LTQ1LTE5LTEyIDAtMjQgNS00MCAxNy00MCA1OXY0NDhxMCAyNiAxOSA0NXQ0NSAxOWg0NDhxNDIgMCA1OS00MCAxNy0zOS0xNC02OWwtMTQ0LTE0NCAzNTUtMzU1IDM1NSAzNTUtMTQ0IDE0NHEtMzEgMzAtMTQgNjkgMTcgNDAgNTkgNDBoNDQ4cTI2IDAgNDUtMTl0MTktNDVWODk2cTAtNDItMzktNTktMTMtNS0yNS01LTI2IDAtNDUgMTl6Ii8+PGdseXBoIGdseXBoLW5hbWU9Imdyb3VwIiB1bmljb2RlPSLvg4AiIGhvcml6LWFkdi14PSIxOTIwIiBkPSJNNTkzIDY0MHEtMTYyLTUtMjY1LTEyOEgxOTRxLTgyIDAtMTM4IDQwLjVUMCA2NzFxMCAzNTMgMTI0IDM1MyA2IDAgNDMuNS0yMXQ5Ny41LTQyLjVUMzg0IDkzOXE2NyAwIDEzMyAyMy01LTM3LTUtNjYgMC0xMzkgODEtMjU2ek0xNjY0IDNxMC0xMjAtNzMtMTg5LjVUMTM5Ny0yNTZINTIzcS0xMjEgMC0xOTQgNjkuNVQyNTYgM3EwIDUzIDMuNSAxMDMuNXQxNCAxMDlUMzAwIDMyNHQ0MyA5Ny41IDYyIDgxIDg1LjUgNTMuNVQ2MDIgNTc2cTEwIDAgNDMtMjEuNXQ3My00OCAxMDctNDhUOTYwIDQzN3QxMzUgMjEuNSAxMDcgNDggNzMgNDggNDMgMjEuNXE2MSAwIDExMS41LTIwdDg1LjUtNTMuNSA2Mi04MSA0My05Ny41IDI2LjUtMTA4LjUgMTQtMTA5VDE2NjQgM3pNNjQwIDEyODBxMC0xMDYtNzUtMTgxdC0xODEtNzUtMTgxIDc1LTc1IDE4MSA3NSAxODEgMTgxIDc1IDE4MS03NSA3NS0xODF6bTcwNC0zODRxMC0xNTktMTEyLjUtMjcxLjVUOTYwIDUxMiA2ODguNSA2MjQuNSA1NzYgODk2dDExMi41IDI3MS41VDk2MCAxMjgwdDI3MS41LTExMi41VDEzNDQgODk2em01NzYtMjI1cTAtNzgtNTYtMTE4LjVUMTcyNiA1MTJoLTEzNHEtMTAzIDEyMy0yNjUgMTI4IDgxIDExNyA4MSAyNTYgMCAyOS01IDY2IDY2LTIzIDEzMy0yMyA1OSAwIDExOSAyMS41dDk3LjUgNDIuNSA0My41IDIxcTEyNCAwIDEyNC0zNTN6bS0xMjggNjA5cTAtMTA2LTc1LTE4MXQtMTgxLTc1LTE4MSA3NS03NSAxODEgNzUgMTgxIDE4MSA3NSAxODEtNzUgNzUtMTgxeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJsaW5rIiB1bmljb2RlPSLvg4EiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNMTQ1NiAzMjBxMCA0MC0yOCA2OGwtMjA4IDIwOHEtMjggMjgtNjggMjgtNDIgMC03Mi0zMiAzLTMgMTktMTguNXQyMS41LTIxLjUgMTUtMTkgMTMtMjUuNSAzLjUtMjcuNXEwLTQwLTI4LTY4dC02OC0yOHEtMTUgMC0yNy41IDMuNXQtMjUuNSAxMy0xOSAxNS0yMS41IDIxLjUtMTguNSAxOXEtMzMtMzEtMzMtNzMgMC00MCAyOC02OGwyMDYtMjA3cTI3LTI3IDY4LTI3IDQwIDAgNjggMjZsMTQ3IDE0NnEyOCAyOCAyOCA2N3ptLTcwMyA3MDVxMCA0MC0yOCA2OGwtMjA2IDIwN3EtMjggMjgtNjggMjgtMzkgMC02OC0yN2wtMTQ3LTE0NnEtMjgtMjgtMjgtNjcgMC00MCAyOC02OGwyMDgtMjA4cTI3LTI3IDY4LTI3IDQyIDAgNzIgMzEtMyAzLTE5IDE4LjVUNTQzLjUgODU2dC0xNSAxOS0xMyAyNS41VDUxMiA5MjhxMCA0MCAyOCA2OHQ2OCAyOHExNSAwIDI3LjUtMy41dDI1LjUtMTMgMTktMTUgMjEuNS0yMS41IDE4LjUtMTlxMzMgMzEgMzMgNzN6bTg5NS03MDVxMC0xMjAtODUtMjAzTDE0MTYtMjlxLTgzLTgzLTIwMy04My0xMjEgMC0yMDQgODVMODAzIDE4MHEtODMgODMtODMgMjAzIDAgMTIzIDg4IDIwOWwtODggODhxLTg2LTg4LTIwOC04OC0xMjAgMC0yMDQgODRMMTAwIDg4NHEtODQgODQtODQgMjA0dDg1IDIwM2wxNDcgMTQ2cTgzIDgzIDIwMyA4MyAxMjEgMCAyMDQtODVsMjA2LTIwN3E4My04MyA4My0yMDMgMC0xMjMtODgtMjA5bDg4LTg4cTg2IDg4IDIwOCA4OCAxMjAgMCAyMDQtODRsMjA4LTIwOHE4NC04NCA4NC0yMDR6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImNsb3VkIiB1bmljb2RlPSLvg4IiIGhvcml6LWFkdi14PSIxOTIwIiBkPSJNMTkyMCAzODRxMC0xNTktMTEyLjUtMjcxLjVUMTUzNiAwSDQ0OFEyNjMgMCAxMzEuNSAxMzEuNVQwIDQ0OHEwIDEzMiA3MSAyNDEuNVQyNTggODUzcS0yIDI4LTIgNDMgMCAyMTIgMTUwIDM2MnQzNjIgMTUwcTE1OCAwIDI4Ni41LTg4dDE4Ny41LTIzMHE3MCA2MiAxNjYgNjIgMTA2IDAgMTgxLTc1dDc1LTE4MXEwLTc1LTQxLTEzOCAxMjktMzAgMjEzLTEzNC41dDg0LTIzOS41eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJiZWFrZXIiIHVuaWNvZGU9Iu+DgyIgaG9yaXotYWR2LXg9IjE2NjQiIGQ9Ik0xNTI3IDg4cTU2LTg5IDIxLjUtMTUyLjVUMTQwOC0xMjhIMjU2cS0xMDYgMC0xNDAuNSA2My41VDEzNyA4OGw1MDMgNzkzdjM5OWgtNjRxLTI2IDAtNDUgMTl0LTE5IDQ1IDE5IDQ1IDQ1IDE5aDUxMnEyNiAwIDQ1LTE5dDE5LTQ1LTE5LTQ1LTQ1LTE5aC02NFY4ODF6TTc0OCA4MTNMNDc2IDM4NGg3MTJMOTE2IDgxM2wtMjAgMzF2NDM2SDc2OFY4NDR6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImN1dCIgdW5pY29kZT0i74OEIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTk2MCA2NDBxMjYgMCA0NS0xOXQxOS00NS0xOS00NS00NS0xOS00NSAxOS0xOSA0NSAxOSA0NSA0NSAxOXptMzAwLTY0bDUwNy0zOThxMjgtMjAgMjUtNTYtNS0zNS0zNS01MUwxNjI5IDdxLTEzLTctMjktNy0xNyAwLTMxIDhMODc5IDM5NWwtMTEwLTY2cS04LTQtMTItNSAxNC00OSAxMC05Ny03LTc3LTU2LTE0Ny41VDU3OS00NHEtMTMyLTg0LTI3Ny04NC0xMzYgMC0yMjIgNzgtOTAgODQtNzkgMjA3IDcgNzYgNTYgMTQ3dDEzMSAxMjRxMTMyIDg0IDI3OCA4NCA4MyAwIDE1MS0zMSA5IDEzIDIyIDIybDEyMiA3My0xMjIgNzNxLTEzIDktMjIgMjItNjgtMzEtMTUxLTMxLTE0NiAwLTI3OCA4NC04MiA1My0xMzEgMTI0VDEgOTk1cS01IDU5IDE1LjUgMTEzdDYzLjUgOTNxODUgNzkgMjIyIDc5IDE0NSAwIDI3Ny04NCA4My01MiAxMzItMTIzdDU2LTE0OHE0LTQ4LTEwLTk3IDQtMSAxMi01bDExMC02NiA2OTAgMzg3cTE0IDggMzEgOCAxNiAwIDI5LTdsMTI4LTY0cTMwLTE2IDM1LTUxIDMtMzYtMjUtNTZ6TTU3OSA4MzZxNDYgNDIgMjEgMTA4dC0xMDYgMTE3cS05MiA1OS0xOTIgNTktNzQgMC0xMTMtMzYtNDYtNDItMjEtMTA4dDEwNi0xMTdxOTItNTkgMTkyLTU5IDc0IDAgMTEzIDM2ek00OTQgOTFxODEgNTEgMTA2IDExN3QtMjEgMTA4cS0zOSAzNi0xMTMgMzYtMTAwIDAtMTkyLTU5LTgxLTUxLTEwNi0xMTd0MjEtMTA4cTM5LTM2IDExMy0zNiAxMDAgMCAxOTIgNTl6bTE3OCA2MTNsOTYtNTh2MTFxMCAzNiAzMyA1NmwxNCA4LTc5IDQ3LTI2LTI2cS0zLTMtMTAtMTF0LTEyLTEycS0yLTItNC0zLjV0LTMtMi41em0yMjQtMjI0bDk2LTMyIDczNiA1NzYtMTI4IDY0LTc2OC00MzFWNTQ0bC0xNjAtOTYgOS04cTItMiA3LTYgNC00IDExLTEydDExLTEybDI2LTI2em03MDQtNDE2bDEyOCA2NC01MjAgNDA4LTE3Ny0xMzhxLTItMy0xMy03eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjb3B5IiB1bmljb2RlPSLvg4UiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTY5NiAxMTUycTQwIDAgNjgtMjh0MjgtNjhWLTE2MHEwLTQwLTI4LTY4dC02OC0yOEg3MzZxLTQwIDAtNjggMjh0LTI4IDY4djI4OEg5NnEtNDAgMC02OCAyOFQwIDIyNHY2NzJxMCA0MCAyMCA4OHQ0OCA3Nmw0MDggNDA4cTI4IDI4IDc2IDQ4dDg4IDIwaDQxNnE0MCAwIDY4LTI4dDI4LTY4di0zMjhxNjggNDAgMTI4IDQwaDQxNnptLTU0NC0yMTNMODUzIDY0MGgyOTl2Mjk5em0tNjQwIDM4NGwtMjk5LTI5OWgyOTl2Mjk5em0xOTYtNjQ3bDMxNiAzMTZ2NDE2SDY0MFY5OTJxMC00MC0yOC02OHQtNjgtMjhIMTI4VjI1Nmg1MTJ2MjU2cTAgNDAgMjAgODh0NDggNzZ6bTk1Ni04MDR2MTE1MmgtMzg0VjYwOHEwLTQwLTI4LTY4dC02OC0yOEg3Njh2LTY0MGg4OTZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InBhcGVyX2NsaXAiIHVuaWNvZGU9Iu+DhiIgaG9yaXotYWR2LXg9IjE0MDgiIGQ9Ik0xNDA0IDE1MXEwLTExNy03OS0xOTZ0LTE5Ni03OXEtMTM1IDAtMjM1IDEwMEwxMTcgNzUyUTQgODY3IDQgMTAyM3EwIDE1OSAxMTAgMjcwdDI2OSAxMTFxMTU4IDAgMjczLTExM2w2MDUtNjA2cTEwLTEwIDEwLTIyIDAtMTYtMzAuNS00Ni41VDExOTQgNTg2cS0xMyAwLTIzIDEwbC02MDYgNjA3cS03OSA3Ny0xODEgNzctMTA2IDAtMTc5LTc1dC03My0xODFxMC0xMDUgNzYtMTgxTDk4NCA2NnE2My02MyAxNDUtNjMgNjQgMCAxMDYgNDJ0NDIgMTA2cTAgODItNjMgMTQ1TDYzMyA4NzdxLTI2IDI0LTYwIDI0LTI5IDAtNDgtMTl0LTE5LTQ4cTAtMzIgMjUtNTlsNDEwLTQxMHExMC0xMCAxMC0yMiAwLTE2LTMxLTQ3dC00Ny0zMXEtMTIgMC0yMiAxMEw0NDEgNjg1cS02MyA2MS02MyAxNDkgMCA4MiA1NyAxMzl0MTM5IDU3cTg4IDAgMTQ5LTYzbDU4MS01ODFxMTAwLTk4IDEwMC0yMzV6Ii8+PGdseXBoIGdseXBoLW5hbWU9InNhdmUiIHVuaWNvZGU9Iu+DhyIgZD0iTTM4NCAwaDc2OHYzODRIMzg0VjB6bTg5NiAwaDEyOHY4OTZxMCAxNC0xMCAzOC41dC0yMCAzNC41bC0yODEgMjgxcS0xMCAxMC0zNCAyMHQtMzkgMTBWODY0cTAtNDAtMjgtNjh0LTY4LTI4SDM1MnEtNDAgMC02OCAyOHQtMjggNjh2NDE2SDEyOFYwaDEyOHY0MTZxMCA0MCAyOCA2OHQ2OCAyOGg4MzJxNDAgMCA2OC0yOHQyOC02OFYwek04OTYgOTI4djMyMHEwIDEzLTkuNSAyMi41VDg2NCAxMjgwSDY3MnEtMTMgMC0yMi41LTkuNVQ2NDAgMTI0OFY5MjhxMC0xMyA5LjUtMjIuNVQ2NzIgODk2aDE5MnExMyAwIDIyLjUgOS41VDg5NiA5Mjh6bTY0MC0zMlYtMzJxMC00MC0yOC02OHQtNjgtMjhIOTZxLTQwIDAtNjggMjhUMC0zMnYxMzQ0cTAgNDAgMjggNjh0NjggMjhoOTI4cTQwIDAgODgtMjB0NzYtNDhsMjgwLTI4MHEyOC0yOCA0OC03NnQyMC04OHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ic2lnbl9ibGFuayIgdW5pY29kZT0i74OIIiBkPSJNMTUzNiAxMTIwVjE2MHEwLTExOS04NC41LTIwMy41VDEyNDgtMTI4SDI4OHEtMTE5IDAtMjAzLjUgODQuNVQwIDE2MHY5NjBxMCAxMTkgODQuNSAyMDMuNVQyODggMTQwOGg5NjBxMTE5IDAgMjAzLjUtODQuNVQxNTM2IDExMjB6Ii8+PGdseXBoIGdseXBoLW5hbWU9InJlb3JkZXIiIHVuaWNvZGU9Iu+DiSIgZD0iTTE1MzYgMTkyVjY0cTAtMjYtMTktNDV0LTQ1LTE5SDY0UTM4IDAgMTkgMTlUMCA2NHYxMjhxMCAyNiAxOSA0NXQ0NSAxOWgxNDA4cTI2IDAgNDUtMTl0MTktNDV6bTAgNTEyVjU3NnEwLTI2LTE5LTQ1dC00NS0xOUg2NHEtMjYgMC00NSAxOVQwIDU3NnYxMjhxMCAyNiAxOSA0NXQ0NSAxOWgxNDA4cTI2IDAgNDUtMTl0MTktNDV6bTAgNTEydi0xMjhxMC0yNi0xOS00NXQtNDUtMTlINjRxLTI2IDAtNDUgMTl0LTE5IDQ1djEyOHEwIDI2IDE5IDQ1dDQ1IDE5aDE0MDhxMjYgMCA0NS0xOXQxOS00NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idWwiIHVuaWNvZGU9Iu+DiiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0zODQgMTI4cTAtODAtNTYtMTM2VDE5Mi02NCA1Ni04IDAgMTI4dDU2IDEzNiAxMzYgNTYgMTM2LTU2IDU2LTEzNnptMCA1MTJxMC04MC01Ni0xMzZ0LTEzNi01Ni0xMzYgNTZUMCA2NDB0NTYgMTM2IDEzNiA1NiAxMzYtNTYgNTYtMTM2em0xNDA4LTQxNlYzMnEwLTEzLTkuNS0yMi41VDE3NjAgMEg1NDRxLTEzIDAtMjIuNSA5LjVUNTEyIDMydjE5MnEwIDEzIDkuNSAyMi41VDU0NCAyNTZoMTIxNnExMyAwIDIyLjUtOS41dDkuNS0yMi41ek0zODQgMTE1MnEwLTgwLTU2LTEzNnQtMTM2LTU2LTEzNiA1Ni01NiAxMzYgNTYgMTM2IDEzNiA1NiAxMzYtNTYgNTYtMTM2em0xNDA4LTQxNlY1NDRxMC0xMy05LjUtMjIuNVQxNzYwIDUxMkg1NDRxLTEzIDAtMjIuNSA5LjVUNTEyIDU0NHYxOTJxMCAxMyA5LjUgMjIuNVQ1NDQgNzY4aDEyMTZxMTMgMCAyMi41LTkuNXQ5LjUtMjIuNXptMCA1MTJ2LTE5MnEwLTEzLTkuNS0yMi41dC0yMi41LTkuNUg1NDRxLTEzIDAtMjIuNSA5LjVUNTEyIDEwNTZ2MTkycTAgMTMgOS41IDIyLjV0MjIuNSA5LjVoMTIxNnExMyAwIDIyLjUtOS41dDkuNS0yMi41eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJvbCIgdW5pY29kZT0i74OLIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTM4MS04NHEwLTgwLTU0LjUtMTI2VDE5MS0yNTZxLTEwNiAwLTE3MiA2Nmw1NyA4OHE0OS00NSAxMDYtNDUgMjkgMCA1MC41IDE0LjVUMjU0LTkwcTAgNjQtMTA1IDU2bC0yNiA1NnE4IDEwIDMyLjUgNDMuNXQ0Mi41IDU0IDM3IDM4LjV2MXEtMTYgMC00OC41LTF0LTQ4LjUtMXYtNTNIMzJ2MTUyaDMzM3YtODhMMjcwIDUzcTUxLTEyIDgxLTQ5dDMwLTg4em0yIDYyN1YzODRIMjFxLTYgMzYtNiA1NCAwIDUxIDIzLjUgOTNUOTUgNTk5dDY2IDQ3LjUgNTYuNSA0My41IDIzLjUgNDVxMCAyNS0xNC41IDM4LjVUMTg3IDc4N3EtNDYgMC04MS01OGwtODUgNTlxMjQgNTEgNzEuNSA3OS41VDE5OCA4OTZxNzMgMCAxMjMtNDEuNVQzNzEgNzQycTAtNTAtMzQtOTEuNVQyNjIgNTg2dC03NS41LTUwLjVUMTUxIDQ4M2gxMjd2NjBoMTA1em0xNDA5LTMxOVYzMnEwLTEzLTkuNS0yMi41VDE3NjAgMEg1NDRxLTEzIDAtMjIuNSA5LjVUNTEyIDMydjE5MnEwIDE0IDkgMjN0MjMgOWgxMjE2cTEzIDAgMjIuNS05LjV0OS41LTIyLjV6TTM4NCAxMTIzdi05OUg0OXY5OWgxMDdxMCA0MSAuNSAxMjEuNXQuNSAxMjEuNXYxMmgtMnEtOC0xNy01MC01NGwtNzEgNzYgMTM2IDEyN2gxMDZ2LTQwNGgxMDh6bTE0MDgtMzg3VjU0NHEwLTEzLTkuNS0yMi41VDE3NjAgNTEySDU0NHEtMTMgMC0yMi41IDkuNVQ1MTIgNTQ0djE5MnEwIDE0IDkgMjN0MjMgOWgxMjE2cTEzIDAgMjIuNS05LjV0OS41LTIyLjV6bTAgNTEydi0xOTJxMC0xMy05LjUtMjIuNXQtMjIuNS05LjVINTQ0cS0xMyAwLTIyLjUgOS41VDUxMiAxMDU2djE5MnEwIDEzIDkuNSAyMi41dDIyLjUgOS41aDEyMTZxMTMgMCAyMi41LTkuNXQ5LjUtMjIuNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ic3RyaWtldGhyb3VnaCIgdW5pY29kZT0i74OMIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE3NjAgNjQwcTE0IDAgMjMtOXQ5LTIzdi02NHEwLTE0LTktMjN0LTIzLTlIMzJxLTE0IDAtMjMgOXQtOSAyM3Y2NHEwIDE0IDkgMjN0MjMgOWgxNzI4ek00ODMgNzA0cS0yOCAzNS01MSA4MC00OCA5OC00OCAxODggMCAxODEgMTM0IDMwOSAxMzMgMTI3IDM5MyAxMjcgNTAgMCAxNjctMTkgNjYtMTIgMTc3LTQ4IDEwLTM4IDIxLTExOCAxNC0xMjMgMTQtMTgzIDAtMTgtNS00NWwtMTItMy04NCA2LTE0IDJxLTUwIDE0OS0xMDMgMjA1LTg4IDkxLTIxMCA5MS0xMTQgMC0xODItNTktNjctNTgtNjctMTQ2IDAtNzMgNjYtMTQwdDI3OS0xMjlxNjktMjAgMTczLTY2IDU4LTI4IDk1LTUySDQ4M3ptNTA3LTI1Nmg0MTFxNy0zOSA3LTkyIDAtMTExLTQxLTIxMi0yMy01Ni03MS0xMDQtMzctMzUtMTA5LTgxLTgwLTQ4LTE1My02Ni04MC0yMS0yMDMtMjEtMTE0IDAtMTk1IDIzTDQ5Ni02NXEtNTcgMTYtNzIgMjgtOCA4LTggMjJ2MTNxMCAxMDgtMiAxNTYtMSAzMCAwIDY4bDIgMzd2NDRsMTAyIDJxMTUtMzQgMzAtNzF0MjIuNS01NiAxMi41LTI3cTM1LTU3IDgwLTk0IDQzLTM2IDEwNS01NyA1OS0yMiAxMzItMjIgNjQgMCAxMzkgMjcgNzcgMjYgMTIyIDg2IDQ3IDYxIDQ3IDEyOSAwIDg0LTgxIDE1Ny0zNCAyOS0xMzcgNzF6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuZGVybGluZSIgdW5pY29kZT0i74ONIiBkPSJNNDggMTMxM3EtMzcgMi00NSA0bC0zIDg4cTEzIDEgNDAgMSA2MCAwIDExMi00IDEzMi03IDE2Ni03IDg2IDAgMTY4IDMgMTE2IDQgMTQ2IDUgNTYgMCA4NiAybC0xLTE0IDItNjR2LTlxLTYwLTktMTI0LTktNjAgMC03OS0yNS0xMy0xNC0xMy0xMzIgMC0xMyAuNS0zMi41dC41LTI1LjVsMS0yMjkgMTQtMjgwcTYtMTI0IDUxLTIwMiAzNS01OSA5Ni05MiA4OC00NyAxNzctNDcgMTA0IDAgMTkxIDI4IDU2IDE4IDk5IDUxIDQ4IDM2IDY1IDY0IDM2IDU2IDUzIDExNCAyMSA3MyAyMSAyMjkgMCA3OS0zLjUgMTI4dC0xMSAxMjIuNVQxMjQ0IDExNDBsLTQgNTlxLTUgNjctMjQgODgtMzQgMzUtNzcgMzRsLTEwMC0yLTE0IDMgMiA4Nmg4NGwyMDUtMTBxNzYtMyAxOTYgMTBsMTgtMnE2LTM4IDYtNTEgMC03LTQtMzEtNDUtMTItODQtMTMtNzMtMTEtNzktMTctMTUtMTUtMTUtNDEgMC03IDEuNS0yN3QxLjUtMzFxOC0xOSAyMi0zOTYgNi0xOTUtMTUtMzA0LTE1LTc2LTQxLTEyMi0zOC02NS0xMTItMTIzLTc1LTU3LTE4Mi04OS0xMDktMzMtMjU1LTMzLTE2NyAwLTI4NCA0Ni0xMTkgNDctMTc5IDEyMi02MSA3Ni04MyAxOTUtMTYgODAtMTYgMjM3djMzM3EwIDE4OC0xNyAyMTMtMjUgMzYtMTQ3IDM5ek0xNTM2LTk2djY0cTAgMTQtOSAyM3QtMjMgOUgzMlExOCAwIDktOVQwLTMydi02NHEwLTE0IDktMjN0MjMtOWgxNDcycTE0IDAgMjMgOXQ5IDIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ0YWJsZSIgdW5pY29kZT0i74OOIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTUxMiAxNjB2MTkycTAgMTQtOSAyM3QtMjMgOUgxNjBxLTE0IDAtMjMtOXQtOS0yM1YxNjBxMC0xNCA5LTIzdDIzLTloMzIwcTE0IDAgMjMgOXQ5IDIzem0wIDM4NHYxOTJxMCAxNC05IDIzdC0yMyA5SDE2MHEtMTQgMC0yMy05dC05LTIzVjU0NHEwLTE0IDktMjN0MjMtOWgzMjBxMTQgMCAyMyA5dDkgMjN6bTUxMi0zODR2MTkycTAgMTQtOSAyM3QtMjMgOUg2NzJxLTE0IDAtMjMtOXQtOS0yM1YxNjBxMC0xNCA5LTIzdDIzLTloMzIwcTE0IDAgMjMgOXQ5IDIzek01MTIgOTI4djE5MnEwIDE0LTkgMjN0LTIzIDlIMTYwcS0xNCAwLTIzLTl0LTktMjNWOTI4cTAtMTQgOS0yM3QyMy05aDMyMHExNCAwIDIzIDl0OSAyM3ptNTEyLTM4NHYxOTJxMCAxNC05IDIzdC0yMyA5SDY3MnEtMTQgMC0yMy05dC05LTIzVjU0NHEwLTE0IDktMjN0MjMtOWgzMjBxMTQgMCAyMyA5dDkgMjN6bTUxMi0zODR2MTkycTAgMTQtOSAyM3QtMjMgOWgtMzIwcS0xNCAwLTIzLTl0LTktMjNWMTYwcTAtMTQgOS0yM3QyMy05aDMyMHExNCAwIDIzIDl0OSAyM3ptLTUxMiA3Njh2MTkycTAgMTQtOSAyM3QtMjMgOUg2NzJxLTE0IDAtMjMtOXQtOS0yM1Y5MjhxMC0xNCA5LTIzdDIzLTloMzIwcTE0IDAgMjMgOXQ5IDIzem01MTItMzg0djE5MnEwIDE0LTkgMjN0LTIzIDloLTMyMHEtMTQgMC0yMy05dC05LTIzVjU0NHEwLTE0IDktMjN0MjMtOWgzMjBxMTQgMCAyMyA5dDkgMjN6bTAgMzg0djE5MnEwIDE0LTkgMjN0LTIzIDloLTMyMHEtMTQgMC0yMy05dC05LTIzVjkyOHEwLTE0IDktMjN0MjMtOWgzMjBxMTQgMCAyMyA5dDkgMjN6bTEyOCAzMjBWMTYwcTAtNjYtNDctMTEzVDE1MDQgMEgxNjBROTQgMCA0NyA0N1QwIDE2MHYxMDg4cTAgNjYgNDcgMTEzdDExMyA0N2gxMzQ0cTY2IDAgMTEzLTQ3dDQ3LTExM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0ibWFnaWMiIHVuaWNvZGU9Iu+DkCIgaG9yaXotYWR2LXg9IjE2NjQiIGQ9Ik0xMTkwIDk1NWwyOTMgMjkzLTEwNyAxMDctMjkzLTI5M3ptNDQ3IDI5M3EwLTI3LTE4LTQ1TDMzMy04M3EtMTgtMTgtNDUtMTh0LTQ1IDE4TDQ1IDExNXEtMTggMTgtMTggNDV0MTggNDVsMTI4NiAxMjg2cTE4IDE4IDQ1IDE4dDQ1LTE4bDE5OC0xOThxMTgtMTggMTgtNDV6TTI4NiAxNDM4bDk4LTMwLTk4LTMwLTMwLTk4LTMwIDk4LTk4IDMwIDk4IDMwIDMwIDk4em0zNTAtMTYybDE5Ni02MC0xOTYtNjAtNjAtMTk2LTYwIDE5Ni0xOTYgNjAgMTk2IDYwIDYwIDE5NnptOTMwLTQ3OGw5OC0zMC05OC0zMC0zMC05OC0zMCA5OC05OCAzMCA5OCAzMCAzMCA5OHptLTY0MCA2NDBsOTgtMzAtOTgtMzAtMzAtOTgtMzAgOTgtOTggMzAgOTggMzAgMzAgOTh6Ii8+PGdseXBoIGdseXBoLW5hbWU9InRydWNrIiB1bmljb2RlPSLvg5EiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNNjQwIDEyOHEwIDUyLTM4IDkwdC05MCAzOC05MC0zOC0zOC05MCAzOC05MCA5MC0zOCA5MCAzOCAzOCA5MHpNMjU2IDY0MGgzODR2MjU2SDQ4MnEtMTMgMC0yMi05TDI2NSA2OTJxLTktOS05LTIydi0zMHptMTI4MC01MTJxMCA1Mi0zOCA5MHQtOTAgMzgtOTAtMzgtMzgtOTAgMzgtOTAgOTAtMzggOTAgMzggMzggOTB6bTI1NiAxMDg4VjE5MnEwLTE1LTQtMjYuNXQtMTMuNS0xOC41LTE2LjUtMTEuNS0yMy41LTYtMjIuNS0yLTI1LjUgMC0yMi41LjVxMC0xMDYtNzUtMTgxdC0xODEtNzUtMTgxIDc1LTc1IDE4MUg3NjhxMC0xMDYtNzUtMTgxdC0xODEtNzUtMTgxIDc1LTc1IDE4MWgtNjRxLTMgMC0yMi41LS41dC0yNS41IDAtMjIuNSAyLTIzLjUgNlQ4MS41IDE0NyA2OCAxNjUuNSA2NCAxOTJxMCAyNiAxOSA0NXQ0NSAxOXYzMjBxMCA4LS41IDM1dDAgMzggMi41IDM0LjUgNi41IDM3IDE0IDMwLjUgMjIuNSAzMGwxOTggMTk4cTE5IDE5IDUwLjUgMzJ0NTguNSAxM2gxNjB2MTkycTAgMjYgMTkgNDV0NDUgMTloMTAyNHEyNiAwIDQ1LTE5dDE5LTQ1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJwaW50ZXJlc3QiIHVuaWNvZGU9Iu+DkiIgZD0iTTE1MzYgNjQwcTAtMjA5LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOHEtMTExIDAtMjE4IDMyIDU5IDkzIDc4IDE2NCA5IDM0IDU0IDIxMSAyMC0zOSA3My02Ny41VDg2OSAxODNxMTIxIDAgMjE2IDY4LjVUMTIzMiA0NDB0NTIgMjcwcTAgMTE0LTU5LjUgMjE0VDEwNTIgMTA4N3QtMjU1IDYzcS0xMDUgMC0xOTYtMjl0LTE1NC41LTc3LTEwOS0xMTAuNS02Ny0xMjkuNVQyNDkgNjcwcTAtMTA0IDQwLTE4M3QxMTctMTExcTMwLTEyIDM4IDIwIDIgNyA4IDMxdDggMzBxNiAyMy0xMSA0My01MSA2MS01MSAxNTEgMCAxNTEgMTA0LjUgMjU5LjVUNzc2IDEwMTlxMTUxIDAgMjM1LjUtODJ0ODQuNS0yMTNxMC0xNzAtNjguNS0yODlUODUyIDMxNnEtNjEgMC05OCA0My41VDczMSA0NjRxOCAzNSAyNi41IDkzLjV0MzAgMTAzVDc5OSA3MzZxMCA1MC0yNyA4M3QtNzcgMzNxLTYyIDAtMTA1LTU3dC00My0xNDJxMC03MyAyNS0xMjJsLTk5LTQxOHEtMTctNzAtMTMtMTc3LTIwNiA5MS0zMzMgMjgxVDAgNjQwcTAgMjA5IDEwMyAzODUuNVQzODIuNSAxMzA1IDc2OCAxNDA4dDM4NS41LTEwMyAyNzkuNS0yNzkuNVQxNTM2IDY0MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0icGludGVyZXN0X3NpZ24iIHVuaWNvZGU9Iu+DkyIgZD0iTTEyNDggMTQwOHExMTkgMCAyMDMuNS04NC41VDE1MzYgMTEyMFYxNjBxMC0xMTktODQuNS0yMDMuNVQxMjQ4LTEyOEg1MjNRNjA4LTYgNjMxIDgycTkgMzQgNTMgMjA5IDIxLTM5IDczLjUtNjdUODcwIDE5NnExODEgMCAyOTUuNSAxNDcuNVQxMjgwIDcxN3EwIDg0LTM1IDE2Mi41dC05Ni41IDEzOS0xNTIuNSA5Ny0xOTcgMzYuNXEtMTA0IDAtMTk0LjUtMjguNXQtMTUzLTc2LjVUMzQ0IDkzNy41dC02Ni41LTEyOFQyNTYgNjc3cTAtMTAyIDM5LjUtMTgwVDQxMiAzODdxMTMtNSAyMy41IDB0MTQuNSAxOXExMCA0NCAxNSA2MSA2IDIzLTExIDQyLTUwIDYyLTUwIDE1MCAwIDE1MCAxMDMuNSAyNTYuNVQ3NzggMTAyMnExNDkgMCAyMzIuNS04MXQ4My41LTIxMHEwLTE2OC02Ny41LTI4NlQ4NTMgMzI3cS02MCAwLTk3IDQzLjVUNzMzIDQ3NHE4IDM0IDI2LjUgOTIuNXQyOS41IDEwMiAxMSA3NC41cTAgNDktMjYuNSA4MS41VDY5OCA4NTdxLTYxIDAtMTAzLjUtNTYuNVQ1NTIgNjYxcTAtNzIgMjQtMTIxbC05OC00MTRxLTI0LTEwMC03LTI1NEgyODhxLTExOSAwLTIwMy41IDg0LjVUMCAxNjB2OTYwcTAgMTE5IDg0LjUgMjAzLjVUMjg4IDE0MDhoOTYweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJnb29nbGVfcGx1c19zaWduIiB1bmljb2RlPSLvg5QiIGQ9Ik05MTcgNjMxcTAgMjYtNiA2NEg1NDlWNTYzaDIxN3EtMy0yNC0xNi41LTUwVDcxMiA0NjB0LTY2LjUtNDQuNVQ1NDkgMzk4cS05OSAwLTE2OSA3MXQtNzAgMTcxIDcwIDE3MSAxNjkgNzFxOTIgMCAxNTMtNTlsMTA0IDEwMXEtMTA4IDEwMC0yNTcgMTAwLTE2MCAwLTI3Mi0xMTIuNVQxNjUgNjQwdDExMi0yNzEuNVQ1NDkgMjU2cTE2NSAwIDI2Ni41IDEwNVQ5MTcgNjMxem0zNDUtNDZoMTA5djExMGgtMTA5djExMGgtMTEwVjY5NWgtMTEwVjU4NWgxMTBWNDc1aDExMHYxMTB6bTI3NCA1MzVWMTYwcTAtMTE5LTg0LjUtMjAzLjVUMTI0OC0xMjhIMjg4cS0xMTkgMC0yMDMuNSA4NC41VDAgMTYwdjk2MHEwIDExOSA4NC41IDIwMy41VDI4OCAxNDA4aDk2MHExMTkgMCAyMDMuNS04NC41VDE1MzYgMTEyMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iZ29vZ2xlX3BsdXMiIHVuaWNvZGU9Iu+DlSIgaG9yaXotYWR2LXg9IjIzMDQiIGQ9Ik0xNDM3IDYyM3EwLTIwOC04Ny0zNzAuNXQtMjQ4LTI1NFQ3MzMtOTNxLTE0OSAwLTI4NSA1OFQyMTQgMTIxIDU4IDM1NSAwIDY0MHQ1OCAyODUgMTU2IDIzNCAyMzQgMTU2IDI4NSA1OHEyODYgMCA0OTEtMTkybC0xOTktMTkxcS0xMTcgMTEzLTI5MiAxMTMtMTIzIDAtMjI3LjUtNjJUMzQwIDg3Mi41IDI3OSA2NDB0NjEtMjMyLjVUNTA1LjUgMjM5IDczMyAxNzdxODMgMCAxNTIuNSAyM3QxMTQuNSA1Ny41IDc4LjUgNzguNSA0OSA4MyAyMS41IDc0SDczM3YyNTJoNjkycTEyLTYzIDEyLTEyMnptODY3IDEyMlY1MzVoLTIwOVYzMjZoLTIxMHYyMDloLTIwOXYyMTBoMjA5djIwOWgyMTBWNzQ1aDIwOXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ibW9uZXkiIHVuaWNvZGU9Iu+DliIgaG9yaXotYWR2LXg9IjE5MjAiIGQ9Ik03NjggMzg0aDM4NHY5NmgtMTI4djQ0OEg5MTBMNzYyIDc5MWw3Ny04MHE0MiAzNyA1NSA1N2gyVjQ4MEg3Njh2LTk2em01MTIgMjU2cTAtNzAtMjEtMTQydC01OS41LTEzNFQxMDk4IDI2M3QtMTM4LTM5LTEzOCAzOS0xMDEuNSAxMDFUNjYxIDQ5OHQtMjEgMTQyIDIxIDE0MiA1OS41IDEzNFQ4MjIgMTAxN3QxMzggMzkgMTM4LTM5IDEwMS41LTEwMSA1OS41LTEzNCAyMS0xNDJ6bTUxMi0yNTZ2NTEycS0xMDYgMC0xODEgNzV0LTc1IDE4MUgzODRxMC0xMDYtNzUtMTgxdC0xODEtNzVWMzg0cTEwNiAwIDE4MS03NXQ3NS0xODFoMTE1MnEwIDEwNiA3NSAxODF0MTgxIDc1em0xMjggODMyVjY0cTAtMjYtMTktNDV0LTQ1LTE5SDY0UTM4IDAgMTkgMTlUMCA2NHYxMTUycTAgMjYgMTkgNDV0NDUgMTloMTc5MnEyNiAwIDQ1LTE5dDE5LTQ1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjYXJldF9kb3duIiB1bmljb2RlPSLvg5ciIGhvcml6LWFkdi14PSIxMDI0IiBkPSJNMTAyNCA4MzJxMC0yNi0xOS00NUw1NTcgMzM5cS0xOS0xOS00NS0xOXQtNDUgMTlMMTkgNzg3UTAgODA2IDAgODMydDE5IDQ1IDQ1IDE5aDg5NnEyNiAwIDQ1LTE5dDE5LTQ1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjYXJldF91cCIgdW5pY29kZT0i74OYIiBob3Jpei1hZHYteD0iMTAyNCIgZD0iTTEwMjQgMzIwcTAtMjYtMTktNDV0LTQ1LTE5SDY0cS0yNiAwLTQ1IDE5VDAgMzIwdDE5IDQ1bDQ0OCA0NDhxMTkgMTkgNDUgMTl0NDUtMTlsNDQ4LTQ0OHExOS0xOSAxOS00NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iY2FyZXRfbGVmdCIgdW5pY29kZT0i74OZIiBob3Jpei1hZHYteD0iNjQwIiBkPSJNNjQwIDEwODhWMTkycTAtMjYtMTktNDV0LTQ1LTE5LTQ1IDE5TDgzIDU5NXEtMTkgMTktMTkgNDV0MTkgNDVsNDQ4IDQ0OHExOSAxOSA0NSAxOXQ0NS0xOSAxOS00NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iY2FyZXRfcmlnaHQiIHVuaWNvZGU9Iu+DmiIgaG9yaXotYWR2LXg9IjY0MCIgZD0iTTU3NiA2NDBxMC0yNi0xOS00NUwxMDkgMTQ3cS0xOS0xOS00NS0xOXQtNDUgMTktMTkgNDV2ODk2cTAgMjYgMTkgNDV0NDUgMTkgNDUtMTlsNDQ4LTQ0OHExOS0xOSAxOS00NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iY29sdW1ucyIgdW5pY29kZT0i74ObIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTE2MCAwaDYwOHYxMTUySDEyOFYzMnEwLTEzIDkuNS0yMi41VDE2MCAwem0xMzc2IDMydjExMjBIODk2VjBoNjA4cTEzIDAgMjIuNSA5LjVUMTUzNiAzMnptMTI4IDEyMTZWMzJxMC02Ni00Ny0xMTN0LTExMy00N0gxNjBxLTY2IDAtMTEzIDQ3VDAgMzJ2MTIxNnEwIDY2IDQ3IDExM3QxMTMgNDdoMTM0NHE2NiAwIDExMy00N3Q0Ny0xMTN6Ii8+PGdseXBoIGdseXBoLW5hbWU9InNvcnQiIHVuaWNvZGU9Iu+DnCIgaG9yaXotYWR2LXg9IjEwMjQiIGQ9Ik0xMDI0IDQ0OHEwLTI2LTE5LTQ1TDU1Ny00NXEtMTktMTktNDUtMTl0LTQ1IDE5TDE5IDQwM1EwIDQyMiAwIDQ0OHQxOSA0NSA0NSAxOWg4OTZxMjYgMCA0NS0xOXQxOS00NXptMCAzODRxMC0yNi0xOS00NXQtNDUtMTlINjRxLTI2IDAtNDUgMTlUMCA4MzJ0MTkgNDVsNDQ4IDQ0OHExOSAxOSA0NSAxOXQ0NS0xOWw0NDgtNDQ4cTE5LTE5IDE5LTQ1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJzb3J0X2Rvd24iIHVuaWNvZGU9Iu+DnSIgaG9yaXotYWR2LXg9IjEwMjQiIGQ9Ik0xMDI0IDQ0OHEwLTI2LTE5LTQ1TDU1Ny00NXEtMTktMTktNDUtMTl0LTQ1IDE5TDE5IDQwM1EwIDQyMiAwIDQ0OHQxOSA0NSA0NSAxOWg4OTZxMjYgMCA0NS0xOXQxOS00NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ic29ydF91cCIgdW5pY29kZT0i74OeIiBob3Jpei1hZHYteD0iMTAyNCIgZD0iTTEwMjQgODMycTAtMjYtMTktNDV0LTQ1LTE5SDY0cS0yNiAwLTQ1IDE5VDAgODMydDE5IDQ1bDQ0OCA0NDhxMTkgMTkgNDUgMTl0NDUtMTlsNDQ4LTQ0OHExOS0xOSAxOS00NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iZW52ZWxvcGVfYWx0IiB1bmljb2RlPSLvg6AiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTc5MiA4MjZWMzJxMC02Ni00Ny0xMTN0LTExMy00N0gxNjBxLTY2IDAtMTEzIDQ3VDAgMzJ2Nzk0cTQ0LTQ5IDEwMS04NyAzNjItMjQ2IDQ5Ny0zNDUgNTctNDIgOTIuNS02NS41dDk0LjUtNDhUODk1IDI1NmgycTUxIDAgMTEwIDI0LjV0OTQuNSA0OFQxMTk0IDM5NHExNzAgMTIzIDQ5OCAzNDUgNTcgMzkgMTAwIDg3em0wIDI5NHEwLTc5LTQ5LTE1MXQtMTIyLTEyM3EtMzc2LTI2MS00NjgtMzI1LTEwLTctNDIuNS0zMC41dC01NC0zOC01Mi0zMi41LTU3LjUtMjctNTAtOWgtMnEtMjMgMC01MCA5dC01Ny41IDI3LTUyIDMyLjUtNTQgMzhUNjM5IDUyMXEtOTEgNjQtMjYyIDE4Mi41VDE3MiA4NDZxLTYyIDQyLTExNyAxMTUuNVQwIDEwOThxMCA3OCA0MS41IDEzMHQxMTguNSA1MmgxNDcycTY1IDAgMTEyLjUtNDd0NDcuNS0xMTN6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImxpbmtlZGluIiB1bmljb2RlPSLvg6EiIGQ9Ik0zNDkgOTExVi04MEgxOXY5OTFoMzMwem0yMSAzMDZxMS03My01MC41LTEyMlQxODQgMTA0NmgtMnEtODIgMC0xMzIgNDlUMCAxMjE3cTAgNzQgNTEuNSAxMjIuNVQxODYgMTM4OHQxMzMtNDguNSA1MS0xMjIuNXptMTE2Ni03MjlWLTgwaC0zMjl2NTMwcTAgMTA1LTQwLjUgMTY0LjVUMTA0MCA2NzRxLTYzIDAtMTA1LjUtMzQuNVQ4NzEgNTU0cS0xMS0zMC0xMS04MVYtODBINTMxcTIgMzk5IDIgNjQ3dC0xIDI5NmwtMSA0OGgzMjlWNzY3aC0ycTIwIDMyIDQxIDU2dDU2LjUgNTIgODcgNDMuNVQxMTU3IDkzNHExNzEgMCAyNzUtMTEzLjVUMTUzNiA0ODh6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuZG8iIHVuaWNvZGU9Iu+DoiIgZD0iTTE1MzYgNjQwcTAtMTU2LTYxLTI5OFQxMzExIDk3IDEwNjYtNjd0LTI5OC02MXEtMTcyIDAtMzI3IDcyLjVUMTc3IDE0OXEtNyAxMC02LjUgMjIuNVQxNzkgMTkybDEzNyAxMzhxMTAgOSAyNSA5IDE2LTIgMjMtMTIgNzMtOTUgMTc5LTE0N3QyMjUtNTJxMTA0IDAgMTk4LjUgNDAuNVQxMTMwIDI3OHQxMDkuNSAxNjMuNVQxMjgwIDY0MHQtNDAuNSAxOTguNVQxMTMwIDEwMDJ0LTE2My41IDEwOS41VDc2OCAxMTUycS05OCAwLTE4OC0zNS41VDQyMCAxMDE1bDEzNy0xMzhxMzEtMzAgMTQtNjktMTctNDAtNTktNDBINjRxLTI2IDAtNDUgMTlUMCA4MzJ2NDQ4cTAgNDIgNDAgNTkgMzkgMTcgNjktMTRsMTMwLTEyOXExMDcgMTAxIDI0NC41IDE1Ni41VDc2OCAxNDA4cTE1NiAwIDI5OC02MXQyNDUtMTY0IDE2NC0yNDUgNjEtMjk4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJsZWdhbCIgdW5pY29kZT0i74OjIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE3NzEgMHEwLTUzLTM3LTkwbC0xMDctMTA4cS0zOS0zNy05MS0zNy01MyAwLTkwIDM3bC0zNjMgMzY0cS0zOCAzNi0zOCA5MCAwIDUzIDQzIDk2TDgzMiA2MDggNzA2IDQ4MnEtMTQtMTQtMzQtMTR0LTM0IDE0cTItMiAxMi41LTEydDEyLjUtMTMgMTAtMTEuNSAxMC0xMy41IDYtMTMuNSA1LjUtMTYuNSAxLjUtMThxMC0zOC0yOC02OC0zLTMtMTYuNS0xOHQtMTktMjAuNVQ2MTQgMjYxdC0yMi0xNS41LTIyLTktMjYtNC41cS00MCAwLTY4IDI4TDY4IDY2OHEtMjggMjgtMjggNjggMCAxMyA0LjUgMjZ0OSAyMlQ2OSA4MDZ0MTYuNSAxOC41IDIwLjUgMTkgMTggMTYuNXEzMCAyOCA2OCAyOCAxMCAwIDE4LTEuNXQxNi41LTUuNSAxMy41LTYgMTMuNS0xMCAxMS41LTEwIDEzLTEyLjUgMTItMTIuNXEtMTQgMTQtMTQgMzR0MTQgMzRsMzQ4IDM0OHExNCAxNCAzNCAxNHQzNC0xNHEtMiAyLTEyLjUgMTJ0LTEyLjUgMTMtMTAgMTEuNS0xMCAxMy41LTYgMTMuNS01LjUgMTYuNS0xLjUgMThxMCAzOCAyOCA2OCAzIDMgMTYuNSAxOHQxOSAyMC41VDczMCAxNDY3dDIyIDE1LjUgMjIgOSAyNiA0LjVxNDAgMCA2OC0yOGw0MDgtNDA4cTI4LTI4IDI4LTY4IDAtMTMtNC41LTI2dC05LTIyLTE1LjUtMjItMTYuNS0xOC41LTIwLjUtMTktMTgtMTYuNXEtMzAtMjgtNjgtMjgtMTAgMC0xOCAxLjV0LTE2LjUgNS41LTEzLjUgNi0xMy41IDEwLTExLjUgMTAtMTMgMTIuNS0xMiAxMi41cTE0LTE0IDE0LTM0dC0xNC0zNEw5MjggNzA0bDI1Ni0yNTZxNDMgNDMgOTYgNDMgNTIgMCA5MS0zN2wzNjMtMzYzcTM3LTM5IDM3LTkxeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJkYXNoYm9hcmQiIHVuaWNvZGU9Iu+DpCIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0zODQgMzg0cTAgNTMtMzcuNSA5MC41VDI1NiA1MTJ0LTkwLjUtMzcuNVQxMjggMzg0dDM3LjUtOTAuNVQyNTYgMjU2dDkwLjUgMzcuNVQzODQgMzg0em0xOTIgNDQ4cTAgNTMtMzcuNSA5MC41VDQ0OCA5NjB0LTkwLjUtMzcuNVQzMjAgODMydDM3LjUtOTAuNVQ0NDggNzA0dDkwLjUgMzcuNVQ1NzYgODMyem00MjgtNDgxbDEwMSAzODJxNiAyNi03LjUgNDguNVQxMDU5IDgxMXQtNDgtNi41LTMwLTM5LjVMODgwIDM4M3EtNjAtNS0xMDctNDMuNVQ3MTAgMjQxcS0yMC03NyAyMC0xNDZUODQ3IDZ0MTQ2IDIwIDg5IDExN3ExNiA2MC02IDExN3QtNzIgOTF6bTY2MCAzM3EwIDUzLTM3LjUgOTAuNVQxNTM2IDUxMnQtOTAuNS0zNy41VDE0MDggMzg0dDM3LjUtOTAuNVQxNTM2IDI1NnQ5MC41IDM3LjVUMTY2NCAzODR6bS02NDAgNjQwcTAgNTMtMzcuNSA5MC41VDg5NiAxMTUydC05MC41LTM3LjVUNzY4IDEwMjR0MzcuNS05MC41VDg5NiA4OTZ0OTAuNSAzNy41IDM3LjUgOTAuNXptNDQ4LTE5MnEwIDUzLTM3LjUgOTAuNVQxMzQ0IDk2MHQtOTAuNS0zNy41VDEyMTYgODMydDM3LjUtOTAuNVQxMzQ0IDcwNHQ5MC41IDM3LjVUMTQ3MiA4MzJ6bTMyMC00NDhxMC0yNjEtMTQxLTQ4My0xOS0yOS01NC0yOUgxOTVxLTM1IDAtNTQgMjlRMCAxMjIgMCAzODRxMCAxODIgNzEgMzQ4dDE5MSAyODYgMjg2IDE5MSAzNDggNzEgMzQ4LTcxIDI4Ni0xOTEgMTkxLTI4NiA3MS0zNDh6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImNvbW1lbnRfYWx0IiB1bmljb2RlPSLvg6UiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNODk2IDExNTJxLTIwNCAwLTM4MS41LTY5LjVUMjMyLjUgODk1IDEyOCA2NDBxMC0xMTIgNzEuNS0yMTMuNVQ0MDEgMjUxbDg3LTUwLTI3LTk2cS0yNC05MS03MC0xNzJRNTQzLTQgNjY2IDEwNGw0MyAzOCA1Ny02cTY5LTggMTMwLTggMjA0IDAgMzgxLjUgNjkuNXQyODIgMTg3LjVUMTY2NCA2NDB0LTEwNC41IDI1NS0yODIgMTg3LjVUODk2IDExNTJ6bTg5Ni01MTJxMC0xNzQtMTIwLTMyMS41dC0zMjYtMjMzVDg5NiAwcS03MCAwLTE0NSA4LTE5OC0xNzUtNDYwLTI0Mi00OS0xNC0xMTQtMjJoLTVxLTE1IDAtMjcgMTAuNVQxMjktMjE4djFxLTMgNC0uNSAxMnQyIDEwIDQuNSA5LjVsNiA5IDcgOC41IDggOXE3IDggMzEgMzQuNXQzNC41IDM4IDMxIDM5LjVUMjg1IDR0MjcgNTkgMjYgNzZRMTgxIDIyOCA5MC41IDM1OVQwIDY0MHEwIDE3NCAxMjAgMzIxLjV0MzI2IDIzMyA0NTAgODUuNSA0NTAtODUuNSAzMjYtMjMzVDE3OTIgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjb21tZW50c19hbHQiIHVuaWNvZGU9Iu+DpiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik03MDQgMTE1MnEtMTUzIDAtMjg2LTUyVDIwNi41IDk1OSAxMjggNzY4cTAtODIgNTMtMTU4dDE0OS0xMzJsOTctNTYtMzUtODRxMzQgMjAgNjIgMzlsNDQgMzEgNTMtMTBxNzgtMTQgMTUzLTE0IDE1MyAwIDI4NiA1MnQyMTEuNSAxNDEgNzguNSAxOTEtNzguNSAxOTFUOTkwIDExMDB0LTI4NiA1MnptMCAxMjhxMTkxIDAgMzUzLjUtNjguNVQxMzE0IDEwMjV0OTQtMjU3LTk0LTI1Ny0yNTYuNS0xODYuNVQ3MDQgMjU2cS04NiAwLTE3NiAxNi0xMjQtODgtMjc4LTEyOC0zNi05LTg2LTE2aC0zcS0xMSAwLTIwLjUgOFQxMjkgMTU3cS0xIDMtMSA2LjV0LjUgNi41IDIgNmwyLjUgNSAzLjUgNS41IDQgNSA0LjUgNSA0IDQuNXE1IDYgMjMgMjV0MjYgMjkuNSAyMi41IDI5IDI1IDM4LjUgMjAuNSA0NFExNDIgNDM5IDcxIDU0NFQwIDc2OHEwIDEzOSA5NCAyNTd0MjU2LjUgMTg2LjVUNzA0IDEyODB6bTgyMi0xMTY5cTEwLTI0IDIwLjUtNDR0MjUtMzguNSAyMi41LTI5IDI2LTI5LjUgMjMtMjVxMS0xIDQtNC41dDQuNS01IDQtNSAzLjUtNS41bDIuNS01IDItNiAuNS02LjUtMS02LjVxLTMtMTQtMTMtMjJ0LTIyLTdxLTUwIDctODYgMTYtMTU0IDQwLTI3OCAxMjgtOTAtMTYtMTc2LTE2LTI3MSAwLTQ3MiAxMzIgNTgtNCA4OC00IDE2MSAwIDMwOSA0NXQyNjQgMTI5cTEyNSA5MiAxOTIgMjEydDY3IDI1NHEwIDc3LTIzIDE1MiAxMjktNzEgMjA0LTE3OHQ3NS0yMzBxMC0xMjAtNzEtMjI0LjVUMTUyNiAxMTF6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImJvbHQiIHVuaWNvZGU9Iu+DpyIgaG9yaXotYWR2LXg9Ijg5NiIgZD0iTTg4NSA5NzBxMTgtMjAgNy00NEwzNTItMjMxcS0xMy0yNS00Mi0yNS00IDAtMTQgMi0xNyA1LTI1LjUgMTl0LTQuNSAzMGwxOTcgODA4TDU3IDUwMnEtNC0xLTEyLTEtMTggMC0zMSAxMS0xOCAxNS0xMyAzOWwyMDEgODI1cTQgMTQgMTYgMjN0MjggOWgzMjhxMTkgMCAzMi0xMi41dDEzLTI5LjVxMC04LTUtMThMNDQzIDg4NWwzOTYgOThxOCAyIDEyIDIgMTkgMCAzNC0xNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ic2l0ZW1hcCIgdW5pY29kZT0i74OoIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE3OTIgMjg4Vi0zMnEwLTQwLTI4LTY4dC02OC0yOGgtMzIwcS00MCAwLTY4IDI4dC0yOCA2OHYzMjBxMCA0MCAyOCA2OHQ2OCAyOGg5NnYxOTJIOTYwVjM4NGg5NnE0MCAwIDY4LTI4dDI4LTY4Vi0zMnEwLTQwLTI4LTY4dC02OC0yOEg3MzZxLTQwIDAtNjggMjh0LTI4IDY4djMyMHEwIDQwIDI4IDY4dDY4IDI4aDk2djE5MkgzMjBWMzg0aDk2cTQwIDAgNjgtMjh0MjgtNjhWLTMycTAtNDAtMjgtNjh0LTY4LTI4SDk2cS00MCAwLTY4IDI4VDAtMzJ2MzIwcTAgNDAgMjggNjh0NjggMjhoOTZ2MTkycTAgNTIgMzggOTB0OTAgMzhoNTEydjE5MmgtOTZxLTQwIDAtNjggMjh0LTI4IDY4djMyMHEwIDQwIDI4IDY4dDY4IDI4aDMyMHE0MCAwIDY4LTI4dDI4LTY4Vjk5MnEwLTQwLTI4LTY4dC02OC0yOGgtOTZWNzA0aDUxMnE1MiAwIDkwLTM4dDM4LTkwVjM4NGg5NnE0MCAwIDY4LTI4dDI4LTY4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bWJyZWxsYSIgdW5pY29kZT0i74OpIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTg5NiA3MDhWMTI4cTAtMTA0LTc2LTE4MHQtMTgwLTc2LTE4MCA3Ni03NiAxODBxMCAyNiAxOSA0NXQ0NSAxOSA0NS0xOSAxOS00NXEwLTUwIDM5LTg5dDg5LTM5IDg5IDM5IDM5IDg5djU4MHEzMyAxMSA2NCAxMXQ2NC0xMXptNzY4LTI3cTAtMTMtOS41LTIyLjVUMTYzMiA2NDlxLTExIDAtMjMgMTAtNDkgNDYtOTMgNjl0LTEwMiAyM3EtNjggMC0xMjgtMzd0LTEwMy05N3EtNy0xMC0xNy41LTI4dC0xNC41LTI0cS0xMS0xNy0yOC0xNy0xOCAwLTI5IDE3LTQgNi0xNC41IDI0dC0xNy41IDI4cS00MyA2MC0xMDIuNSA5N1Q4MzIgNzUxdC0xMjcuNS0zN1Q2MDIgNjE3cS03LTEwLTE3LjUtMjhUNTcwIDU2NXEtMTEtMTctMjktMTctMTcgMC0yOCAxNy00IDYtMTQuNSAyNFQ0ODEgNjE3cS00MyA2MC0xMDMgOTd0LTEyOCAzN3EtNTggMC0xMDItMjN0LTkzLTY5cS0xMi0xMC0yMy0xMC0xMyAwLTIyLjUgOS41VDAgNjgxcTAgNSAxIDcgNDUgMTgzIDE3Mi41IDMxOS41dDI5OCAyMDQuNSAzNjAuNSA2OHExNDAgMCAyNzQuNS00MHQyNDYuNS0xMTMuNSAxOTQuNS0xODdUMTY2MyA2ODhxMS0yIDEtN3ptLTc2OCA3Mjd2LTk4cS00MiAyLTY0IDJ0LTY0LTJ2OThxMCAyNiAxOSA0NXQ0NSAxOSA0NS0xOSAxOS00NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0icGFzdGUiIHVuaWNvZGU9Iu+DqiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik03NjgtMTI4aDg5NnY2NDBoLTQxNnEtNDAgMC02OCAyOHQtMjggNjh2NDE2SDc2OFYtMTI4em0yNTYgMTQ0MHY2NHEwIDEzLTkuNSAyMi41VDk5MiAxNDA4SDI4OHEtMTMgMC0yMi41LTkuNVQyNTYgMTM3NnYtNjRxMC0xMyA5LjUtMjIuNXQyMi41LTkuNWg3MDRxMTMgMCAyMi41IDkuNXQ5LjUgMjIuNXptMjU2LTY3MmgyOTlsLTI5OSAyOTlWNjQwem01MTItMTI4di02NzJxMC00MC0yOC02OHQtNjgtMjhINzM2cS00MCAwLTY4IDI4dC0yOCA2OFYwSDk2UTU2IDAgMjggMjhUMCA5NnYxMzQ0cTAgNDAgMjggNjh0NjggMjhoMTA4OHE0MCAwIDY4LTI4dDI4LTY4di0zMjhxMjEtMTMgMzYtMjhsNDA4LTQwOHEyOC0yOCA0OC03NnQyMC04OHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ibGlnaHRfYnVsYiIgdW5pY29kZT0i74OrIiBob3Jpei1hZHYteD0iMTAyNCIgZD0iTTczNiA5NjBxMC0xMy05LjUtMjIuNVQ3MDQgOTI4dC0yMi41IDkuNVQ2NzIgOTYwcTAgNDYtNTQgNzF0LTEwNiAyNXEtMTMgMC0yMi41IDkuNVQ0ODAgMTA4OHQ5LjUgMjIuNSAyMi41IDkuNXE1MCAwIDk5LjUtMTZ0ODctNTQgMzcuNS05MHptMTYwIDBxMCA3Mi0zNC41IDEzNHQtOTAgMTAxLjUtMTIzIDYyVDUxMiAxMjgwdC0xMzYuNS0yMi41LTEyMy02Mi05MC0xMDEuNVQxMjggOTYwcTAtMTAxIDY4LTE4MCAxMC0xMSAzMC41LTMzdDMwLjUtMzNxMTI4LTE1MyAxNDEtMjk4aDIyOHExMyAxNDUgMTQxIDI5OCAxMCAxMSAzMC41IDMzdDMwLjUgMzNxNjggNzkgNjggMTgwem0xMjggMHEwLTE1NS0xMDMtMjY4LTQ1LTQ5LTc0LjUtODdUNzg3IDUwOS41IDc1MyA0MDJxNDctMjggNDctODIgMC0zNy0yNS02NCAyNS0yNyAyNS02NCAwLTUyLTQ1LTgxIDEzLTIzIDEzLTQ3IDAtNDYtMzEuNS03MVQ2NTktMzJxLTIwLTQ0LTYwLTcwdC04Ny0yNi04NyAyNi02MCA3MHEtNDYgMC03Ny41IDI1VDI1NiA2NHEwIDI0IDEzIDQ3LTQ1IDI5LTQ1IDgxIDAgMzcgMjUgNjQtMjUgMjctMjUgNjQgMCA1NCA0NyA4Mi00IDUwLTM0IDEwNy41VDE3Ny41IDYwNSAxMDMgNjkyUTAgODA1IDAgOTYwcTAgOTkgNDQuNSAxODQuNXQxMTcgMTQyIDE2NCA4OVQ1MTIgMTQwOHQxODYuNS0zMi41IDE2NC04OSAxMTctMTQyVDEwMjQgOTYweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJleGNoYW5nZSIgdW5pY29kZT0i74OsIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE3OTIgMzUyVjE2MHEwLTEzLTkuNS0yMi41VDE3NjAgMTI4SDM4NFYtNjRxMC0xMy05LjUtMjIuNVQzNTItOTZxLTEyIDAtMjQgMTBMOSAyMzRxLTkgOS05IDIyIDAgMTQgOSAyM2wzMjAgMzIwcTkgOSAyMyA5IDEzIDAgMjIuNS05LjVUMzg0IDU3NlYzODRoMTM3NnExMyAwIDIyLjUtOS41dDkuNS0yMi41em0wIDU0NHEwLTE0LTktMjNsLTMyMC0zMjBxLTktOS0yMy05LTEzIDAtMjIuNSA5LjVUMTQwOCA1NzZ2MTkySDMycS0xMyAwLTIyLjUgOS41VDAgODAwdjE5MnEwIDEzIDkuNSAyMi41VDMyIDEwMjRoMTM3NnYxOTJxMCAxNCA5IDIzdDIzIDlxMTIgMCAyNC0xMGwzMTktMzE5cTktOSA5LTIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjbG91ZF9kb3dubG9hZCIgdW5pY29kZT0i74OtIiBob3Jpei1hZHYteD0iMTkyMCIgZD0iTTEyODAgNjA4cTAgMTQtOSAyM3QtMjMgOWgtMjI0djM1MnEwIDEzLTkuNSAyMi41VDk5MiAxMDI0SDgwMHEtMTMgMC0yMi41LTkuNVQ3NjggOTkyVjY0MEg1NDRxLTEzIDAtMjIuNS05LjVUNTEyIDYwOHEwLTE0IDktMjNsMzUyLTM1MnE5LTkgMjMtOXQyMyA5bDM1MSAzNTFxMTAgMTIgMTAgMjR6bTY0MC0yMjRxMC0xNTktMTEyLjUtMjcxLjVUMTUzNiAwSDQ0OFEyNjMgMCAxMzEuNSAxMzEuNVQwIDQ0OHEwIDEzMCA3MCAyNDB0MTg4IDE2NXEtMiAzMC0yIDQzIDAgMjEyIDE1MCAzNjJ0MzYyIDE1MHExNTYgMCAyODUuNS04N3QxODguNS0yMzFxNzEgNjIgMTY2IDYyIDEwNiAwIDE4MS03NXQ3NS0xODFxMC03Ni00MS0xMzggMTMwLTMxIDIxMy41LTEzNS41VDE5MjAgMzg0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjbG91ZF91cGxvYWQiIHVuaWNvZGU9Iu+DriIgaG9yaXotYWR2LXg9IjE5MjAiIGQ9Ik0xMjgwIDY3MnEwIDE0LTkgMjNsLTM1MiAzNTJxLTkgOS0yMyA5dC0yMy05TDUyMiA2OTZxLTEwLTEyLTEwLTI0IDAtMTQgOS0yM3QyMy05aDIyNFYyODhxMC0xMyA5LjUtMjIuNVQ4MDAgMjU2aDE5MnExMyAwIDIyLjUgOS41dDkuNSAyMi41djM1MmgyMjRxMTMgMCAyMi41IDkuNXQ5LjUgMjIuNXptNjQwLTI4OHEwLTE1OS0xMTIuNS0yNzEuNVQxNTM2IDBINDQ4UTI2MyAwIDEzMS41IDEzMS41VDAgNDQ4cTAgMTMwIDcwIDI0MHQxODggMTY1cS0yIDMwLTIgNDMgMCAyMTIgMTUwIDM2MnQzNjIgMTUwcTE1NiAwIDI4NS41LTg3dDE4OC41LTIzMXE3MSA2MiAxNjYgNjIgMTA2IDAgMTgxLTc1dDc1LTE4MXEwLTc2LTQxLTEzOCAxMzAtMzEgMjEzLjUtMTM1LjVUMTkyMCAzODR6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVzZXJfbWQiIHVuaWNvZGU9Iu+DsCIgaG9yaXotYWR2LXg9IjE0MDgiIGQ9Ik0zODQgMTkycTAtMjYtMTktNDV0LTQ1LTE5LTQ1IDE5LTE5IDQ1IDE5IDQ1IDQ1IDE5IDQ1LTE5IDE5LTQ1em0xMDI0LTYxcTAtMTIxLTczLTE5MHQtMTk0LTY5SDI2N3EtMTIxIDAtMTk0IDY5VDAgMTMxcTAgNjggNS41IDEzMXQyNCAxMzhUNzcgNTMyLjV0ODEgMTAzVDI3OCA2OTZxLTIyLTUyLTIyLTEyMFYzNzNxLTU4LTIwLTkzLTcwdC0zNS0xMTFxMC04MCA1Ni0xMzZUMzIwIDB0MTM2IDU2IDU2IDEzNnEwIDYxLTM1LjUgMTExVDM4NCAzNzN2MjAzcTAgNjIgMjUgOTMgMTMyLTEwNCAyOTUtMTA0dDI5NSAxMDRxMjUtMzEgMjUtOTN2LTY0cS0xMDYgMC0xODEtNzV0LTc1LTE4MXYtODlxLTMyLTI5LTMyLTcxIDAtNDAgMjgtNjh0NjgtMjggNjggMjggMjggNjhxMCA0Mi0zMiA3MXY4OXEwIDUyIDM4IDkwdDkwIDM4IDkwLTM4IDM4LTkwdi04OXEtMzItMjktMzItNzEgMC00MCAyOC02OHQ2OC0yOCA2OCAyOCAyOCA2OHEwIDQyLTMyIDcxdjg5cTAgNjgtMzQuNSAxMjcuNVQxMTUyIDQ3N3EwIDEwIC41IDQyLjV0MCA0OC0yLjUgNDEuNS03IDQ3LTEzIDQwcTY4LTE1IDEyMC02MC41dDgxLTEwMyA0Ny41LTEzMi41IDI0LTEzOCA1LjUtMTMxem0tMzIwIDg5M3EwLTE1OS0xMTIuNS0yNzEuNVQ3MDQgNjQwIDQzMi41IDc1Mi41IDMyMCAxMDI0dDExMi41IDI3MS41VDcwNCAxNDA4dDI3MS41LTExMi41VDEwODggMTAyNHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ic3RldGhvc2NvcGUiIHVuaWNvZGU9Iu+DsSIgaG9yaXotYWR2LXg9IjE0MDgiIGQ9Ik0xMjgwIDgzMnEwIDI2LTE5IDQ1dC00NSAxOS00NS0xOS0xOS00NSAxOS00NSA0NS0xOSA0NSAxOSAxOSA0NXptMTI4IDBxMC02Mi0zNS41LTExMXQtOTIuNS03MFYyNTZxMC0xNTktMTMxLjUtMjcxLjVUODMyLTEyOCA1MTUuNS0xNS41IDM4NCAyNTZ2MTMycS0xNjQgMjAtMjc0IDEyOFQwIDc2OHY1MTJxMCAyNiAxOSA0NXQ0NSAxOXE2IDAgMTYtMiAxNyAzMCA0NyA0OHQ2NSAxOHE1MyAwIDkwLjUtMzcuNVQzMjAgMTI4MHQtMzcuNS05MC41VDE5MiAxMTUycS0zMyAwLTY0IDE4Vjc2OHEwLTEwNiA5NC0xODF0MjI2LTc1IDIyNiA3NSA5NCAxODF2NDAycS0zMS0xOC02NC0xOC01MyAwLTkwLjUgMzcuNVQ1NzYgMTI4MHQzNy41IDkwLjVUNzA0IDE0MDhxMzUgMCA2NS0xOHQ0Ny00OHExMCAyIDE2IDIgMjYgMCA0NS0xOXQxOS00NVY3NjhxMC0xNDQtMTEwLTI1MlQ1MTIgMzg4VjI1NnEwLTEwNiA5NC0xODFUODMyIDB0MjI2IDc1IDk0IDE4MXYzOTVxLTU3IDIxLTkyLjUgNzBUMTAyNCA4MzJxMCA4MCA1NiAxMzZ0MTM2IDU2IDEzNi01NiA1Ni0xMzZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InN1aXRjYXNlIiB1bmljb2RlPSLvg7IiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNNjQwIDExNTJoNTEydjEyOEg2NDB2LTEyOHptLTM1MiAwVi0xMjhoLTY0cS05MiAwLTE1OCA2NlQwIDk2djgzMnEwIDkyIDY2IDE1OHQxNTggNjZoNjR6bTExMjAgMFYtMTI4SDM4NHYxMjgwaDEyOHYxNjBxMCA0MCAyOCA2OHQ2OCAyOGg1NzZxNDAgMCA2OC0yOHQyOC02OHYtMTYwaDEyOHptMzg0LTIyNFY5NnEwLTkyLTY2LTE1OHQtMTU4LTY2aC02NHYxMjgwaDY0cTkyIDAgMTU4LTY2dDY2LTE1OHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iYmVsbF9hbHQiIHVuaWNvZGU9Iu+DsyIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik05MTItMTYwcTAgMTYtMTYgMTYtNTkgMC0xMDEuNSA0Mi41VDc1MiAwcTAgMTYtMTYgMTZUNzIwIDBxMC03MyA1MS41LTEyNC41VDg5Ni0xNzZxMTYgMCAxNiAxNnptODE2IDI4OHEwLTUyLTM4LTkwdC05MC0zOGgtNDQ4cTAtMTA2LTc1LTE4MXQtMTgxLTc1LTE4MSA3NVQ2NDAgMEgxOTJxLTUyIDAtOTAgMzh0LTM4IDkwcTUwIDQyIDkxIDg4dDg1IDExOS41VDMxNC41IDQ5NHQ1MCAyMDZUMzg0IDk2MHEwIDE1MiAxMTcgMjgyLjVUODA4IDE0MDFxLTggMTktOCAzOSAwIDQwIDI4IDY4dDY4IDI4IDY4LTI4IDI4LTY4cTAtMjAtOC0zOSAxOTAtMjggMzA3LTE1OC41VDE0MDggOTYwcTAtMTM5IDE5LjUtMjYwdDUwLTIwNiA3NC41LTE1OC41IDg1LTExOS41IDkxLTg4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjb2ZmZWUiIHVuaWNvZGU9Iu+DtCIgaG9yaXotYWR2LXg9IjE5MjAiIGQ9Ik0xNjY0IDg5NnEwIDgwLTU2IDEzNnQtMTM2IDU2aC02NFY3MDRoNjRxODAgMCAxMzYgNTZ0NTYgMTM2ek0wIDEyOGgxNzkycTAtMTA2LTc1LTE4MXQtMTgxLTc1SDI1NnEtMTA2IDAtMTgxIDc1VDAgMTI4em0xODU2IDc2OHEwLTE1OS0xMTIuNS0yNzEuNVQxNDcyIDUxMmgtNjR2LTMycTAtOTItNjYtMTU4dC0xNTgtNjZINDgwcS05MiAwLTE1OCA2NnQtNjYgMTU4djczNnEwIDI2IDE5IDQ1dDQ1IDE5aDExNTJxMTU5IDAgMjcxLjUtMTEyLjVUMTg1NiA4OTZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImZvb2QiIHVuaWNvZGU9Iu+DtSIgaG9yaXotYWR2LXg9IjE0MDgiIGQ9Ik02NDAgMTQ3MlY4MzJxMC02MS0zNS41LTExMVQ1MTIgNjUxdi03NzlxMC01Mi0zOC05MHQtOTAtMzhIMjU2cS01MiAwLTkwIDM4dC0zOCA5MHY3NzlxLTU3IDIwLTkyLjUgNzBUMCA4MzJ2NjQwcTAgMjYgMTkgNDV0NDUgMTkgNDUtMTkgMTktNDV2LTQxNnEwLTI2IDE5LTQ1dDQ1LTE5IDQ1IDE5IDE5IDQ1djQxNnEwIDI2IDE5IDQ1dDQ1IDE5IDQ1LTE5IDE5LTQ1di00MTZxMC0yNiAxOS00NXQ0NS0xOSA0NSAxOSAxOSA0NXY0MTZxMCAyNiAxOSA0NXQ0NSAxOSA0NS0xOSAxOS00NXptNzY4IDBWLTEyOHEwLTUyLTM4LTkwdC05MC0zOGgtMTI4cS01MiAwLTkwIDM4dC0zOCA5MHY1MTJIODAwcS0xMyAwLTIyLjUgOS41VDc2OCA0MTZ2ODAwcTAgMTMyIDk0IDIyNnQyMjYgOTRoMjU2cTI2IDAgNDUtMTl0MTktNDV6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImZpbGVfdGV4dF9hbHQiIHVuaWNvZGU9Iu+DtiIgZD0iTTE0NjggMTE1NnEyOC0yOCA0OC03NnQyMC04OFYtMTYwcTAtNDAtMjgtNjh0LTY4LTI4SDk2cS00MCAwLTY4IDI4VDAtMTYwdjE2MDBxMCA0MCAyOCA2OHQ2OCAyOGg4OTZxNDAgMCA4OC0yMHQ3Ni00OHptLTQ0NCAyNDR2LTM3NmgzNzZxLTEwIDI5LTIyIDQxbC0zMTMgMzEzcS0xMiAxMi00MSAyMnptMzg0LTE1MjhWODk2SDk5MnEtNDAgMC02OCAyOHQtMjggNjh2NDE2SDEyOFYtMTI4aDEyODB6TTM4NCA3MzZxMCAxNCA5IDIzdDIzIDloNzA0cTE0IDAgMjMtOXQ5LTIzdi02NHEwLTE0LTktMjN0LTIzLTlINDE2cS0xNCAwLTIzIDl0LTkgMjN2NjR6bTczNi0yMjRxMTQgMCAyMy05dDktMjN2LTY0cTAtMTQtOS0yM3QtMjMtOUg0MTZxLTE0IDAtMjMgOXQtOSAyM3Y2NHEwIDE0IDkgMjN0MjMgOWg3MDR6bTAtMjU2cTE0IDAgMjMtOXQ5LTIzdi02NHEwLTE0LTktMjN0LTIzLTlINDE2cS0xNCAwLTIzIDl0LTkgMjN2NjRxMCAxNCA5IDIzdDIzIDloNzA0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJidWlsZGluZyIgdW5pY29kZT0i74O3IiBob3Jpei1hZHYteD0iMTQwOCIgZD0iTTM4NCAyMjR2LTY0cTAtMTMtOS41LTIyLjVUMzUyIDEyOGgtNjRxLTEzIDAtMjIuNSA5LjVUMjU2IDE2MHY2NHEwIDEzIDkuNSAyMi41VDI4OCAyNTZoNjRxMTMgMCAyMi41LTkuNVQzODQgMjI0em0wIDI1NnYtNjRxMC0xMy05LjUtMjIuNVQzNTIgMzg0aC02NHEtMTMgMC0yMi41IDkuNVQyNTYgNDE2djY0cTAgMTMgOS41IDIyLjVUMjg4IDUxMmg2NHExMyAwIDIyLjUtOS41VDM4NCA0ODB6bTI1NiAwdi02NHEwLTEzLTkuNS0yMi41VDYwOCAzODRoLTY0cS0xMyAwLTIyLjUgOS41VDUxMiA0MTZ2NjRxMCAxMyA5LjUgMjIuNVQ1NDQgNTEyaDY0cTEzIDAgMjIuNS05LjVUNjQwIDQ4MHpNMzg0IDczNnYtNjRxMC0xMy05LjUtMjIuNVQzNTIgNjQwaC02NHEtMTMgMC0yMi41IDkuNVQyNTYgNjcydjY0cTAgMTMgOS41IDIyLjVUMjg4IDc2OGg2NHExMyAwIDIyLjUtOS41VDM4NCA3MzZ6bTc2OC01MTJ2LTY0cTAtMTMtOS41LTIyLjVUMTEyMCAxMjhoLTY0cS0xMyAwLTIyLjUgOS41VDEwMjQgMTYwdjY0cTAgMTMgOS41IDIyLjV0MjIuNSA5LjVoNjRxMTMgMCAyMi41LTkuNXQ5LjUtMjIuNXpNODk2IDQ4MHYtNjRxMC0xMy05LjUtMjIuNVQ4NjQgMzg0aC02NHEtMTMgMC0yMi41IDkuNVQ3NjggNDE2djY0cTAgMTMgOS41IDIyLjVUODAwIDUxMmg2NHExMyAwIDIyLjUtOS41VDg5NiA0ODB6TTY0MCA3MzZ2LTY0cTAtMTMtOS41LTIyLjVUNjA4IDY0MGgtNjRxLTEzIDAtMjIuNSA5LjVUNTEyIDY3MnY2NHEwIDEzIDkuNSAyMi41VDU0NCA3NjhoNjRxMTMgMCAyMi41LTkuNVQ2NDAgNzM2ek0zODQgOTkydi02NHEwLTEzLTkuNS0yMi41VDM1MiA4OTZoLTY0cS0xMyAwLTIyLjUgOS41VDI1NiA5Mjh2NjRxMCAxMyA5LjUgMjIuNXQyMi41IDkuNWg2NHExMyAwIDIyLjUtOS41VDM4NCA5OTJ6bTc2OC01MTJ2LTY0cTAtMTMtOS41LTIyLjVUMTEyMCAzODRoLTY0cS0xMyAwLTIyLjUgOS41VDEwMjQgNDE2djY0cTAgMTMgOS41IDIyLjV0MjIuNSA5LjVoNjRxMTMgMCAyMi41LTkuNXQ5LjUtMjIuNXpNODk2IDczNnYtNjRxMC0xMy05LjUtMjIuNVQ4NjQgNjQwaC02NHEtMTMgMC0yMi41IDkuNVQ3NjggNjcydjY0cTAgMTMgOS41IDIyLjVUODAwIDc2OGg2NHExMyAwIDIyLjUtOS41VDg5NiA3MzZ6TTY0MCA5OTJ2LTY0cTAtMTMtOS41LTIyLjVUNjA4IDg5NmgtNjRxLTEzIDAtMjIuNSA5LjVUNTEyIDkyOHY2NHEwIDEzIDkuNSAyMi41dDIyLjUgOS41aDY0cTEzIDAgMjIuNS05LjVUNjQwIDk5MnptLTI1NiAyNTZ2LTY0cTAtMTMtOS41LTIyLjVUMzUyIDExNTJoLTY0cS0xMyAwLTIyLjUgOS41VDI1NiAxMTg0djY0cTAgMTMgOS41IDIyLjV0MjIuNSA5LjVoNjRxMTMgMCAyMi41LTkuNXQ5LjUtMjIuNXptNzY4LTUxMnYtNjRxMC0xMy05LjUtMjIuNVQxMTIwIDY0MGgtNjRxLTEzIDAtMjIuNSA5LjVUMTAyNCA2NzJ2NjRxMCAxMyA5LjUgMjIuNXQyMi41IDkuNWg2NHExMyAwIDIyLjUtOS41dDkuNS0yMi41ek04OTYgOTkydi02NHEwLTEzLTkuNS0yMi41VDg2NCA4OTZoLTY0cS0xMyAwLTIyLjUgOS41VDc2OCA5Mjh2NjRxMCAxMyA5LjUgMjIuNXQyMi41IDkuNWg2NHExMyAwIDIyLjUtOS41VDg5NiA5OTJ6bS0yNTYgMjU2di02NHEwLTEzLTkuNS0yMi41VDYwOCAxMTUyaC02NHEtMTMgMC0yMi41IDkuNVQ1MTIgMTE4NHY2NHEwIDEzIDkuNSAyMi41dDIyLjUgOS41aDY0cTEzIDAgMjIuNS05LjV0OS41LTIyLjV6bTUxMi0yNTZ2LTY0cTAtMTMtOS41LTIyLjVUMTEyMCA4OTZoLTY0cS0xMyAwLTIyLjUgOS41VDEwMjQgOTI4djY0cTAgMTMgOS41IDIyLjV0MjIuNSA5LjVoNjRxMTMgMCAyMi41LTkuNXQ5LjUtMjIuNXptLTI1NiAyNTZ2LTY0cTAtMTMtOS41LTIyLjVUODY0IDExNTJoLTY0cS0xMyAwLTIyLjUgOS41VDc2OCAxMTg0djY0cTAgMTMgOS41IDIyLjV0MjIuNSA5LjVoNjRxMTMgMCAyMi41LTkuNXQ5LjUtMjIuNXptMjU2IDB2LTY0cTAtMTMtOS41LTIyLjV0LTIyLjUtOS41aC02NHEtMTMgMC0yMi41IDkuNXQtOS41IDIyLjV2NjRxMCAxMyA5LjUgMjIuNXQyMi41IDkuNWg2NHExMyAwIDIyLjUtOS41dDkuNS0yMi41ek04OTYtMTI4aDM4NHYxNTM2SDEyOFYtMTI4aDM4NFY5NnEwIDEzIDkuNSAyMi41VDU0NCAxMjhoMzIwcTEzIDAgMjIuNS05LjVUODk2IDk2di0yMjR6bTUxMiAxNjAwVi0xOTJxMC0yNi0xOS00NXQtNDUtMTlINjRxLTI2IDAtNDUgMTlUMC0xOTJ2MTY2NHEwIDI2IDE5IDQ1dDQ1IDE5aDEyODBxMjYgMCA0NS0xOXQxOS00NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iaG9zcGl0YWwiIHVuaWNvZGU9Iu+DuCIgaG9yaXotYWR2LXg9IjE0MDgiIGQ9Ik0zODQgMjI0di02NHEwLTEzLTkuNS0yMi41VDM1MiAxMjhoLTY0cS0xMyAwLTIyLjUgOS41VDI1NiAxNjB2NjRxMCAxMyA5LjUgMjIuNVQyODggMjU2aDY0cTEzIDAgMjIuNS05LjVUMzg0IDIyNHptMCAyNTZ2LTY0cTAtMTMtOS41LTIyLjVUMzUyIDM4NGgtNjRxLTEzIDAtMjIuNSA5LjVUMjU2IDQxNnY2NHEwIDEzIDkuNSAyMi41VDI4OCA1MTJoNjRxMTMgMCAyMi41LTkuNVQzODQgNDgwem0yNTYgMHYtNjRxMC0xMy05LjUtMjIuNVQ2MDggMzg0aC02NHEtMTMgMC0yMi41IDkuNVQ1MTIgNDE2djY0cTAgMTMgOS41IDIyLjVUNTQ0IDUxMmg2NHExMyAwIDIyLjUtOS41VDY0MCA0ODB6TTM4NCA3MzZ2LTY0cTAtMTMtOS41LTIyLjVUMzUyIDY0MGgtNjRxLTEzIDAtMjIuNSA5LjVUMjU2IDY3MnY2NHEwIDEzIDkuNSAyMi41VDI4OCA3NjhoNjRxMTMgMCAyMi41LTkuNVQzODQgNzM2em03NjgtNTEydi02NHEwLTEzLTkuNS0yMi41VDExMjAgMTI4aC02NHEtMTMgMC0yMi41IDkuNVQxMDI0IDE2MHY2NHEwIDEzIDkuNSAyMi41dDIyLjUgOS41aDY0cTEzIDAgMjIuNS05LjV0OS41LTIyLjV6TTg5NiA0ODB2LTY0cTAtMTMtOS41LTIyLjVUODY0IDM4NGgtNjRxLTEzIDAtMjIuNSA5LjVUNzY4IDQxNnY2NHEwIDEzIDkuNSAyMi41VDgwMCA1MTJoNjRxMTMgMCAyMi41LTkuNVQ4OTYgNDgwek02NDAgNzM2di02NHEwLTEzLTkuNS0yMi41VDYwOCA2NDBoLTY0cS0xMyAwLTIyLjUgOS41VDUxMiA2NzJ2NjRxMCAxMyA5LjUgMjIuNVQ1NDQgNzY4aDY0cTEzIDAgMjIuNS05LjVUNjQwIDczNnptNTEyLTI1NnYtNjRxMC0xMy05LjUtMjIuNVQxMTIwIDM4NGgtNjRxLTEzIDAtMjIuNSA5LjVUMTAyNCA0MTZ2NjRxMCAxMyA5LjUgMjIuNXQyMi41IDkuNWg2NHExMyAwIDIyLjUtOS41dDkuNS0yMi41ek04OTYgNzM2di02NHEwLTEzLTkuNS0yMi41VDg2NCA2NDBoLTY0cS0xMyAwLTIyLjUgOS41VDc2OCA2NzJ2NjRxMCAxMyA5LjUgMjIuNVQ4MDAgNzY4aDY0cTEzIDAgMjIuNS05LjVUODk2IDczNnptMjU2IDB2LTY0cTAtMTMtOS41LTIyLjVUMTEyMCA2NDBoLTY0cS0xMyAwLTIyLjUgOS41VDEwMjQgNjcydjY0cTAgMTMgOS41IDIyLjV0MjIuNSA5LjVoNjRxMTMgMCAyMi41LTkuNXQ5LjUtMjIuNXpNODk2LTEyOGgzODR2MTE1MmgtMjU2di0zMnEwLTQwLTI4LTY4dC02OC0yOEg0ODBxLTQwIDAtNjggMjh0LTI4IDY4djMySDEyOFYtMTI4aDM4NFY5NnEwIDEzIDkuNSAyMi41VDU0NCAxMjhoMzIwcTEzIDAgMjIuNS05LjVUODk2IDk2di0yMjR6bTAgMTE4NHYzMjBxMCAxMy05LjUgMjIuNVQ4NjQgMTQwOGgtNjRxLTEzIDAtMjIuNS05LjVUNzY4IDEzNzZ2LTk2SDY0MHY5NnEwIDEzLTkuNSAyMi41VDYwOCAxNDA4aC02NHEtMTMgMC0yMi41LTkuNVQ1MTIgMTM3NnYtMzIwcTAtMTMgOS41LTIyLjV0MjIuNS05LjVoNjRxMTMgMCAyMi41IDkuNXQ5LjUgMjIuNXY5NmgxMjh2LTk2cTAtMTMgOS41LTIyLjV0MjIuNS05LjVoNjRxMTMgMCAyMi41IDkuNXQ5LjUgMjIuNXptNTEyIDMyVi0xOTJxMC0yNi0xOS00NXQtNDUtMTlINjRxLTI2IDAtNDUgMTlUMC0xOTJ2MTI4MHEwIDI2IDE5IDQ1dDQ1IDE5aDMyMHYyODhxMCA0MCAyOCA2OHQ2OCAyOGg0NDhxNDAgMCA2OC0yOHQyOC02OHYtMjg4aDMyMHEyNiAwIDQ1LTE5dDE5LTQ1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJhbWJ1bGFuY2UiIHVuaWNvZGU9Iu+DuSIgaG9yaXotYWR2LXg9IjE5MjAiIGQ9Ik02NDAgMTI4cTAgNTMtMzcuNSA5MC41VDUxMiAyNTZ0LTkwLjUtMzcuNVQzODQgMTI4dDM3LjUtOTAuNVQ1MTIgMHQ5MC41IDM3LjVUNjQwIDEyOHpNMjU2IDY0MGgzODR2MjU2SDQ4MnEtMTQtMi0yMi05TDI2NSA2OTJxLTctMTItOS0yMnYtMzB6bTEyODAtNTEycTAgNTMtMzcuNSA5MC41VDE0MDggMjU2dC05MC41LTM3LjVUMTI4MCAxMjh0MzcuNS05MC41VDE0MDggMHQ5MC41IDM3LjVUMTUzNiAxMjh6bTEyOCA2NzJ2MTkycTAgMTQtOSAyM3QtMjMgOWgtMjI0djIyNHEwIDE0LTkgMjN0LTIzIDloLTE5MnEtMTQgMC0yMy05dC05LTIzdi0yMjRIOTI4cS0xNCAwLTIzLTl0LTktMjNWODAwcTAtMTQgOS0yM3QyMy05aDIyNFY1NDRxMC0xNCA5LTIzdDIzLTloMTkycTE0IDAgMjMgOXQ5IDIzdjIyNGgyMjRxMTQgMCAyMyA5dDkgMjN6bTI1NiA1NDRWMTkycTAtMjYtMTktNDV0LTQ1LTE5aC0xOTJxMC0xMDYtNzUtMTgxdC0xODEtNzUtMTgxIDc1LTc1IDE4MUg3NjhxMC0xMDYtNzUtMTgxdC0xODEtNzUtMTgxIDc1LTc1IDE4MUgxMjhxLTI2IDAtNDUgMTl0LTE5IDQ1IDE5IDQ1IDQ1IDE5djQxNnEwIDI2IDEzIDU4dDMyIDUxbDE5OCAxOThxMTkgMTkgNTEgMzJ0NTggMTNoMTYwdjMyMHEwIDI2IDE5IDQ1dDQ1IDE5aDExNTJxMjYgMCA0NS0xOXQxOS00NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ibWVka2l0IiB1bmljb2RlPSLvg7oiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTI4MCA0MTZ2MTkycTAgMTQtOSAyM3QtMjMgOWgtMjI0djIyNHEwIDE0LTkgMjN0LTIzIDlIODAwcS0xNCAwLTIzLTl0LTktMjNWNjQwSDU0NHEtMTQgMC0yMy05dC05LTIzVjQxNnEwLTE0IDktMjN0MjMtOWgyMjRWMTYwcTAtMTQgOS0yM3QyMy05aDE5MnExNCAwIDIzIDl0OSAyM3YyMjRoMjI0cTE0IDAgMjMgOXQ5IDIzem0tNjQwIDczNmg1MTJ2MTI4SDY0MHYtMTI4em0tMzg0IDBWLTEyOGgtMzJxLTkyIDAtMTU4IDY2VDAgOTZ2ODMycTAgOTIgNjYgMTU4dDE1OCA2NmgzMnptMTE4NCAwVi0xMjhIMzUydjEyODBoMTYwdjE2MHEwIDQwIDI4IDY4dDY4IDI4aDU3NnE0MCAwIDY4LTI4dDI4LTY4di0xNjBoMTYwem0zNTItMjI0Vjk2cTAtOTItNjYtMTU4dC0xNTgtNjZoLTMydjEyODBoMzJxOTIgMCAxNTgtNjZ0NjYtMTU4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJmaWdodGVyX2pldCIgdW5pY29kZT0i74O7IiBob3Jpei1hZHYteD0iMTkyMCIgZD0iTTE5MjAgNTc2cS0xLTMyLTI4OC05NmwtMzUyLTMyLTIyNC02NGgtNjRMNjk5IDMyaDY5cTI2IDAgNDUtNC41VDgzMiAxNiA4MTMgNC41IDc2OCAwSDQ0OHYzMmg2NHY0MTZIMzUyTDE2MCAyMjRINjRsLTMyIDMydjE5MmgzMnYzMmgxMjh2OEwwIDUxMnYxMjhsMTkyIDI0djhINjR2MzJIMzJ2MTkybDMyIDMyaDk2bDE5Mi0yMjRoMTYwdjQxNmgtNjR2MzJoMzIwcTI2IDAgNDUtNC41dDE5LTExLjUtMTktMTEuNS00NS00LjVoLTY5bDI5My0zNTJoNjRsMjI0LTY0IDM1Mi0zMnExMjgtMjggMjAwLTUydDgwLTM0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJiZWVyIiB1bmljb2RlPSLvg7wiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNNjQwIDY0MHYzODRIMzg0Vjc2OHEwLTUzIDM3LjUtOTAuNVQ1MTIgNjQwaDEyOHptMTAyNC00NDhWMEg1MTJ2MTkybDEyOCAxOTJINTEycS0xNTkgMC0yNzEuNSAxMTIuNVQxMjggNzY4djMyMGwtNjQgNjQgMzIgMTI4aDQ4MGwzMiAxMjhoOTYwbDMyLTE5Mi02NC0zMlYzODR6Ii8+PGdseXBoIGdseXBoLW5hbWU9Imhfc2lnbiIgdW5pY29kZT0i74O9IiBkPSJNMTI4MCAxOTJ2ODk2cTAgMjYtMTkgNDV0LTQ1IDE5aC0xMjhxLTI2IDAtNDUtMTl0LTE5LTQ1Vjc2OEg1MTJ2MzIwcTAgMjYtMTkgNDV0LTQ1IDE5SDMyMHEtMjYgMC00NS0xOXQtMTktNDVWMTkycTAtMjYgMTktNDV0NDUtMTloMTI4cTI2IDAgNDUgMTl0MTkgNDV2MzIwaDUxMlYxOTJxMC0yNiAxOS00NXQ0NS0xOWgxMjhxMjYgMCA0NSAxOXQxOSA0NXptMjU2IDkyOFYxNjBxMC0xMTktODQuNS0yMDMuNVQxMjQ4LTEyOEgyODhxLTExOSAwLTIwMy41IDg0LjVUMCAxNjB2OTYwcTAgMTE5IDg0LjUgMjAzLjVUMjg4IDE0MDhoOTYwcTExOSAwIDIwMy41LTg0LjVUMTUzNiAxMTIweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJmMGZlIiB1bmljb2RlPSLvg74iIGQ9Ik0xMjgwIDU3NnYxMjhxMCAyNi0xOSA0NXQtNDUgMTlIODk2djMyMHEwIDI2LTE5IDQ1dC00NSAxOUg3MDRxLTI2IDAtNDUtMTl0LTE5LTQ1Vjc2OEgzMjBxLTI2IDAtNDUtMTl0LTE5LTQ1VjU3NnEwLTI2IDE5LTQ1dDQ1LTE5aDMyMFYxOTJxMC0yNiAxOS00NXQ0NS0xOWgxMjhxMjYgMCA0NSAxOXQxOSA0NXYzMjBoMzIwcTI2IDAgNDUgMTl0MTkgNDV6bTI1NiA1NDRWMTYwcTAtMTE5LTg0LjUtMjAzLjVUMTI0OC0xMjhIMjg4cS0xMTkgMC0yMDMuNSA4NC41VDAgMTYwdjk2MHEwIDExOSA4NC41IDIwMy41VDI4OCAxNDA4aDk2MHExMTkgMCAyMDMuNS04NC41VDE1MzYgMTEyMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iZG91YmxlX2FuZ2xlX2xlZnQiIHVuaWNvZGU9Iu+EgCIgaG9yaXotYWR2LXg9IjEwMjQiIGQ9Ik02MjcgMTYwcTAtMTMtMTAtMjNsLTUwLTUwcS0xMC0xMC0yMy0xMHQtMjMgMTBMNTUgNTUzcS0xMCAxMC0xMCAyM3QxMCAyM2w0NjYgNDY2cTEwIDEwIDIzIDEwdDIzLTEwbDUwLTUwcTEwLTEwIDEwLTIzdC0xMC0yM0wyMjQgNTc2bDM5My0zOTNxMTAtMTAgMTAtMjN6bTM4NCAwcTAtMTMtMTAtMjNsLTUwLTUwcS0xMC0xMC0yMy0xMHQtMjMgMTBMNDM5IDU1M3EtMTAgMTAtMTAgMjN0MTAgMjNsNDY2IDQ2NnExMCAxMCAyMyAxMHQyMy0xMGw1MC01MHExMC0xMCAxMC0yM3QtMTAtMjNMNjA4IDU3NmwzOTMtMzkzcTEwLTEwIDEwLTIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJkb3VibGVfYW5nbGVfcmlnaHQiIHVuaWNvZGU9Iu+EgSIgaG9yaXotYWR2LXg9IjEwMjQiIGQ9Ik01OTUgNTc2cTAtMTMtMTAtMjNMMTE5IDg3cS0xMC0xMC0yMy0xMFQ3MyA4N2wtNTAgNTBxLTEwIDEwLTEwIDIzdDEwIDIzbDM5MyAzOTNMMjMgOTY5cS0xMCAxMC0xMCAyM3QxMCAyM2w1MCA1MHExMCAxMCAyMyAxMHQyMy0xMGw0NjYtNDY2cTEwLTEwIDEwLTIzem0zODQgMHEwLTEzLTEwLTIzTDUwMyA4N3EtMTAtMTAtMjMtMTB0LTIzIDEwbC01MCA1MHEtMTAgMTAtMTAgMjN0MTAgMjNsMzkzIDM5My0zOTMgMzkzcS0xMCAxMC0xMCAyM3QxMCAyM2w1MCA1MHExMCAxMCAyMyAxMHQyMy0xMGw0NjYtNDY2cTEwLTEwIDEwLTIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJkb3VibGVfYW5nbGVfdXAiIHVuaWNvZGU9Iu+EgiIgaG9yaXotYWR2LXg9IjExNTIiIGQ9Ik0xMDc1IDIyNHEwLTEzLTEwLTIzbC01MC01MHEtMTAtMTAtMjMtMTB0LTIzIDEwTDU3NiA1NDQgMTgzIDE1MXEtMTAtMTAtMjMtMTB0LTIzIDEwbC01MCA1MHEtMTAgMTAtMTAgMjN0MTAgMjNsNDY2IDQ2NnExMCAxMCAyMyAxMHQyMy0xMGw0NjYtNDY2cTEwLTEwIDEwLTIzem0wIDM4NHEwLTEzLTEwLTIzbC01MC01MHEtMTAtMTAtMjMtMTB0LTIzIDEwTDU3NiA5MjggMTgzIDUzNXEtMTAtMTAtMjMtMTB0LTIzIDEwbC01MCA1MHEtMTAgMTAtMTAgMjN0MTAgMjNsNDY2IDQ2NnExMCAxMCAyMyAxMHQyMy0xMGw0NjYtNDY2cTEwLTEwIDEwLTIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJkb3VibGVfYW5nbGVfZG93biIgdW5pY29kZT0i74SDIiBob3Jpei1hZHYteD0iMTE1MiIgZD0iTTEwNzUgNjcycTAtMTMtMTAtMjNMNTk5IDE4M3EtMTAtMTAtMjMtMTB0LTIzIDEwTDg3IDY0OXEtMTAgMTAtMTAgMjN0MTAgMjNsNTAgNTBxMTAgMTAgMjMgMTB0MjMtMTBsMzkzLTM5MyAzOTMgMzkzcTEwIDEwIDIzIDEwdDIzLTEwbDUwLTUwcTEwLTEwIDEwLTIzem0wIDM4NHEwLTEzLTEwLTIzTDU5OSA1NjdxLTEwLTEwLTIzLTEwdC0yMyAxMEw4NyAxMDMzcS0xMCAxMC0xMCAyM3QxMCAyM2w1MCA1MHExMCAxMCAyMyAxMHQyMy0xMGwzOTMtMzkzIDM5MyAzOTNxMTAgMTAgMjMgMTB0MjMtMTBsNTAtNTBxMTAtMTAgMTAtMjN6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImFuZ2xlX2xlZnQiIHVuaWNvZGU9Iu+EhCIgaG9yaXotYWR2LXg9IjY0MCIgZD0iTTYyNyA5OTJxMC0xMy0xMC0yM0wyMjQgNTc2bDM5My0zOTNxMTAtMTAgMTAtMjN0LTEwLTIzbC01MC01MHEtMTAtMTAtMjMtMTB0LTIzIDEwTDU1IDU1M3EtMTAgMTAtMTAgMjN0MTAgMjNsNDY2IDQ2NnExMCAxMCAyMyAxMHQyMy0xMGw1MC01MHExMC0xMCAxMC0yM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iYW5nbGVfcmlnaHQiIHVuaWNvZGU9Iu+EhSIgaG9yaXotYWR2LXg9IjY0MCIgZD0iTTU5NSA1NzZxMC0xMy0xMC0yM0wxMTkgODdxLTEwLTEwLTIzLTEwVDczIDg3bC01MCA1MHEtMTAgMTAtMTAgMjN0MTAgMjNsMzkzIDM5M0wyMyA5NjlxLTEwIDEwLTEwIDIzdDEwIDIzbDUwIDUwcTEwIDEwIDIzIDEwdDIzLTEwbDQ2Ni00NjZxMTAtMTAgMTAtMjN6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImFuZ2xlX3VwIiB1bmljb2RlPSLvhIYiIGhvcml6LWFkdi14PSIxMTUyIiBkPSJNMTA3NSAzNTJxMC0xMy0xMC0yM2wtNTAtNTBxLTEwLTEwLTIzLTEwdC0yMyAxMEw1NzYgNjcyIDE4MyAyNzlxLTEwLTEwLTIzLTEwdC0yMyAxMGwtNTAgNTBxLTEwIDEwLTEwIDIzdDEwIDIzbDQ2NiA0NjZxMTAgMTAgMjMgMTB0MjMtMTBsNDY2LTQ2NnExMC0xMCAxMC0yM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iYW5nbGVfZG93biIgdW5pY29kZT0i74SHIiBob3Jpei1hZHYteD0iMTE1MiIgZD0iTTEwNzUgODAwcTAtMTMtMTAtMjNMNTk5IDMxMXEtMTAtMTAtMjMtMTB0LTIzIDEwTDg3IDc3N3EtMTAgMTAtMTAgMjN0MTAgMjNsNTAgNTBxMTAgMTAgMjMgMTB0MjMtMTBsMzkzLTM5MyAzOTMgMzkzcTEwIDEwIDIzIDEwdDIzLTEwbDUwLTUwcTEwLTEwIDEwLTIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJkZXNrdG9wIiB1bmljb2RlPSLvhIgiIGhvcml6LWFkdi14PSIxOTIwIiBkPSJNMTc5MiA1NDR2ODMycTAgMTMtOS41IDIyLjV0LTIyLjUgOS41SDE2MHEtMTMgMC0yMi41LTkuNVQxMjggMTM3NlY1NDRxMC0xMyA5LjUtMjIuNVQxNjAgNTEyaDE2MDBxMTMgMCAyMi41IDkuNXQ5LjUgMjIuNXptMTI4IDgzMlYyODhxMC02Ni00Ny0xMTN0LTExMy00N2gtNTQ0cTAtMzcgMTYtNzcuNXQzMi03MSAxNi00My41cTAtMjYtMTktNDV0LTQ1LTE5SDcwNHEtMjYgMC00NSAxOXQtMTkgNDVxMCAxNCAxNiA0NHQzMiA3MCAxNiA3OEgxNjBxLTY2IDAtMTEzIDQ3VDAgMjg4djEwODhxMCA2NiA0NyAxMTN0MTEzIDQ3aDE2MDBxNjYgMCAxMTMtNDd0NDctMTEzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJsYXB0b3AiIHVuaWNvZGU9Iu+EiSIgaG9yaXotYWR2LXg9IjE5MjAiIGQ9Ik00MTYgMjU2cS02NiAwLTExMyA0N3QtNDcgMTEzdjcwNHEwIDY2IDQ3IDExM3QxMTMgNDdoMTA4OHE2NiAwIDExMy00N3Q0Ny0xMTNWNDE2cTAtNjYtNDctMTEzdC0xMTMtNDdINDE2em0tMzIgODY0VjQxNnEwLTEzIDkuNS0yMi41VDQxNiAzODRoMTA4OHExMyAwIDIyLjUgOS41dDkuNSAyMi41djcwNHEwIDEzLTkuNSAyMi41dC0yMi41IDkuNUg0MTZxLTEzIDAtMjIuNS05LjVUMzg0IDExMjB6bTEzNzYtOTI4aDE2MFY5NnEwLTQwLTQ3LTY4VDE3NjAgMEgxNjBROTQgMCA0NyAyOFQwIDk2djk2aDE3NjB6bS03MjAtOTZxMTYgMCAxNiAxNnQtMTYgMTZIODgwcS0xNiAwLTE2LTE2dDE2LTE2aDE2MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idGFibGV0IiB1bmljb2RlPSLvhIoiIGhvcml6LWFkdi14PSIxMTUyIiBkPSJNNjQwIDEyOHEwIDI2LTE5IDQ1dC00NSAxOS00NS0xOS0xOS00NSAxOS00NSA0NS0xOSA0NSAxOSAxOSA0NXptMzg0IDE2MHY5NjBxMCAxMy05LjUgMjIuNVQ5OTIgMTI4MEgxNjBxLTEzIDAtMjIuNS05LjVUMTI4IDEyNDhWMjg4cTAtMTMgOS41LTIyLjVUMTYwIDI1Nmg4MzJxMTMgMCAyMi41IDkuNXQ5LjUgMjIuNXptMTI4IDk2MFYxNjBxMC02Ni00Ny0xMTNUOTkyIDBIMTYwUTk0IDAgNDcgNDdUMCAxNjB2MTA4OHEwIDY2IDQ3IDExM3QxMTMgNDdoODMycTY2IDAgMTEzLTQ3dDQ3LTExM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0ibW9iaWxlX3Bob25lIiB1bmljb2RlPSLvhIsiIGhvcml6LWFkdi14PSI3NjgiIGQ9Ik00NjQgMTI4cTAgMzMtMjMuNSA1Ni41VDM4NCAyMDh0LTU2LjUtMjMuNVQzMDQgMTI4dDIzLjUtNTYuNVQzODQgNDh0NTYuNSAyMy41VDQ2NCAxMjh6bTIwOCAxNjB2NzA0cTAgMTMtOS41IDIyLjVUNjQwIDEwMjRIMTI4cS0xMyAwLTIyLjUtOS41VDk2IDk5MlYyODhxMC0xMyA5LjUtMjIuNVQxMjggMjU2aDUxMnExMyAwIDIyLjUgOS41VDY3MiAyODh6bS0xOTIgODQ4cTAgMTYtMTYgMTZIMzA0cS0xNiAwLTE2LTE2dDE2LTE2aDE2MHExNiAwIDE2IDE2em0yODggMTZWMTI4cTAtNTItMzgtOTBUNjQwIDBIMTI4UTc2IDAgMzggMzhUMCAxMjh2MTAyNHEwIDUyIDM4IDkwdDkwIDM4aDUxMnE1MiAwIDkwLTM4dDM4LTkweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjaXJjbGVfYmxhbmsiIHVuaWNvZGU9Iu+EjCIgZD0iTTc2OCAxMTg0cS0xNDggMC0yNzMtNzNUMjk3IDkxM3QtNzMtMjczIDczLTI3MyAxOTgtMTk4IDI3My03MyAyNzMgNzMgMTk4IDE5OCA3MyAyNzMtNzMgMjczLTE5OCAxOTgtMjczIDczem03NjgtNTQ0cTAtMjA5LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh0Mzg1LjUtMTAzIDI3OS41LTI3OS41VDE1MzYgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJxdW90ZV9sZWZ0IiB1bmljb2RlPSLvhI0iIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNNzY4IDU3NlYxOTJxMC04MC01Ni0xMzZUNTc2IDBIMTkyUTExMiAwIDU2IDU2VDAgMTkydjcwNHEwIDEwNCA0MC41IDE5OC41VDE1MCAxMjU4dDE2My41IDEwOS41VDUxMiAxNDA4aDY0cTI2IDAgNDUtMTl0MTktNDV2LTEyOHEwLTI2LTE5LTQ1dC00NS0xOWgtNjRxLTEwNiAwLTE4MS03NXQtNzUtMTgxdi0zMnEwLTQwIDI4LTY4dDY4LTI4aDIyNHE4MCAwIDEzNi01NnQ1Ni0xMzZ6bTg5NiAwVjE5MnEwLTgwLTU2LTEzNlQxNDcyIDBoLTM4NHEtODAgMC0xMzYgNTZ0LTU2IDEzNnY3MDRxMCAxMDQgNDAuNSAxOTguNVQxMDQ2IDEyNTh0MTYzLjUgMTA5LjVUMTQwOCAxNDA4aDY0cTI2IDAgNDUtMTl0MTktNDV2LTEyOHEwLTI2LTE5LTQ1dC00NS0xOWgtNjRxLTEwNiAwLTE4MS03NXQtNzUtMTgxdi0zMnEwLTQwIDI4LTY4dDY4LTI4aDIyNHE4MCAwIDEzNi01NnQ1Ni0xMzZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InF1b3RlX3JpZ2h0IiB1bmljb2RlPSLvhI4iIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNNzY4IDEyMTZWNTEycTAtMTA0LTQwLjUtMTk4LjVUNjE4IDE1MCA0NTQuNSA0MC41IDI1NiAwaC02NHEtMjYgMC00NSAxOXQtMTkgNDV2MTI4cTAgMjYgMTkgNDV0NDUgMTloNjRxMTA2IDAgMTgxIDc1dDc1IDE4MXYzMnEwIDQwLTI4IDY4dC02OCAyOEgxOTJxLTgwIDAtMTM2IDU2VDAgODMydjM4NHEwIDgwIDU2IDEzNnQxMzYgNTZoMzg0cTgwIDAgMTM2LTU2dDU2LTEzNnptODk2IDBWNTEycTAtMTA0LTQwLjUtMTk4LjVUMTUxNCAxNTAgMTM1MC41IDQwLjUgMTE1MiAwaC02NHEtMjYgMC00NSAxOXQtMTkgNDV2MTI4cTAgMjYgMTkgNDV0NDUgMTloNjRxMTA2IDAgMTgxIDc1dDc1IDE4MXYzMnEwIDQwLTI4IDY4dC02OCAyOGgtMjI0cS04MCAwLTEzNiA1NnQtNTYgMTM2djM4NHEwIDgwIDU2IDEzNnQxMzYgNTZoMzg0cTgwIDAgMTM2LTU2dDU2LTEzNnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ic3Bpbm5lciIgdW5pY29kZT0i74SQIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTUyNiAxNDJxMC01My0zNy41LTkwLjVUMzk4IDE0cS01MiAwLTkwIDM4dC0zOCA5MHEwIDUzIDM3LjUgOTAuNVQzOTggMjcwdDkwLjUtMzcuNVQ1MjYgMTQyem00OTgtMjA2cTAtNTMtMzcuNS05MC41VDg5Ni0xOTJ0LTkwLjUgMzcuNVQ3NjgtNjR0MzcuNSA5MC41VDg5NiA2NHQ5MC41LTM3LjVUMTAyNC02NHpNMzIwIDY0MHEwLTUzLTM3LjUtOTAuNVQxOTIgNTEydC05MC41IDM3LjVUNjQgNjQwdDM3LjUgOTAuNVQxOTIgNzY4dDkwLjUtMzcuNVQzMjAgNjQwem0xMjAyLTQ5OHEwLTUyLTM4LTkwdC05MC0zOHEtNTMgMC05MC41IDM3LjVUMTI2NiAxNDJ0MzcuNSA5MC41VDEzOTQgMjcwdDkwLjUtMzcuNVQxNTIyIDE0MnptLTk2NCA5OTZxMC02Ni00Ny0xMTN0LTExMy00Ny0xMTMgNDctNDcgMTEzIDQ3IDExMyAxMTMgNDcgMTEzLTQ3IDQ3LTExM3ptMTE3MC00OThxMC01My0zNy41LTkwLjVUMTYwMCA1MTJ0LTkwLjUgMzcuNVQxNDcyIDY0MHQzNy41IDkwLjVUMTYwMCA3Njh0OTAuNS0zNy41VDE3MjggNjQwem0tNjQwIDcwNHEwLTgwLTU2LTEzNnQtMTM2LTU2LTEzNiA1Ni01NiAxMzYgNTYgMTM2IDEzNiA1NiAxMzYtNTYgNTYtMTM2em01MzAtMjA2cTAtOTMtNjYtMTU4LjVUMTM5NCA5MTRxLTkzIDAtMTU4LjUgNjUuNVQxMTcwIDExMzhxMCA5MiA2NS41IDE1OHQxNTguNSA2NnE5MiAwIDE1OC02NnQ2Ni0xNTh6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImNpcmNsZSIgdW5pY29kZT0i74SRIiBkPSJNMTUzNiA2NDBxMC0yMDktMTAzLTM4NS41VDExNTMuNS0yNSA3NjgtMTI4IDM4Mi41LTI1IDEwMyAyNTQuNSAwIDY0MHQxMDMgMzg1LjVUMzgyLjUgMTMwNSA3NjggMTQwOHQzODUuNS0xMDMgMjc5LjUtMjc5LjVUMTUzNiA2NDB6Ii8+PGdseXBoIGdseXBoLW5hbWU9InJlcGx5IiB1bmljb2RlPSLvhJIiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTc5MiA0MTZxMC0xNjYtMTI3LTQ1MS0zLTctMTAuNS0yNFQxNjQxLTg5dC0xMy0yMnEtMTItMTctMjgtMTctMTUgMC0yMy41IDEwdC04LjUgMjVxMCA5IDIuNSAyNi41VDE1NzMtNDNxNSA2OCA1IDEyMyAwIDEwMS0xNy41IDE4MVQxNTEyIDM5OS41dC04MCAxMDEtMTA1LjUgNjkuNS0xMzMgNDIuNS0xNTQgMjEuNS0xNzUuNSA2SDY0MFYzODRxMC0yNi0xOS00NXQtNDUtMTktNDUgMTlMMTkgODUxUTAgODcwIDAgODk2dDE5IDQ1bDUxMiA1MTJxMTkgMTkgNDUgMTl0NDUtMTkgMTktNDV2LTI1NmgyMjRxNzEzIDAgODc1LTQwMyA1My0xMzQgNTMtMzMzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJnaXRodWJfYWx0IiB1bmljb2RlPSLvhJMiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNNjQwIDMyMHEwLTQwLTEyLjUtODJ0LTQzLTc2LTcyLjUtMzQtNzIuNSAzNC00MyA3Ni0xMi41IDgyIDEyLjUgODIgNDMgNzYgNzIuNSAzNCA3Mi41LTM0IDQzLTc2IDEyLjUtODJ6bTY0MCAwcTAtNDAtMTIuNS04MnQtNDMtNzYtNzIuNS0zNC03Mi41IDM0LTQzIDc2LTEyLjUgODIgMTIuNSA4MiA0MyA3NiA3Mi41IDM0IDcyLjUtMzQgNDMtNzYgMTIuNS04MnptMTYwIDBxMCAxMjAtNjkgMjA0dC0xODcgODRxLTQxIDAtMTk1LTIxLTcxLTExLTE1Ny0xMXQtMTU3IDExcS0xNTIgMjEtMTk1IDIxLTExOCAwLTE4Ny04NHQtNjktMjA0cTAtODggMzItMTUzLjV0ODEtMTAzIDEyMi02MFQ1OTktMjZ0MTQ5LTdoMTY4cTgyIDAgMTQ5IDd0MTQwIDI5LjUgMTIyIDYwIDgxIDEwMyAzMiAxNTMuNXptMjI0IDE3NnEwLTIwNy02MS0zMzEtMzgtNzctMTA1LjUtMTMzdC0xNDEtODYtMTcwLTQ3LjUtMTcxLjUtMjItMTY3LTQuNXEtNzggMC0xNDIgM3QtMTQ3LjUgMTIuNS0xNTIuNSAzMFQyNjktMzEgMTQ4IDUwIDYyIDE2NVEwIDI4OCAwIDQ5NnEwIDIzNyAxMzYgMzk2LTI3IDgyLTI3IDE3MCAwIDExNiA1MSAyMTggMTA4IDAgMTkwLTM5LjVUNTM5IDExMTdxMTQ3IDM1IDMwOSAzNSAxNDggMCAyODAtMzIgMTA1IDgyIDE4NyAxMjF0MTg5IDM5cTUxLTEwMiA1MS0yMTggMC04Ny0yNy0xNjggMTM2LTE2MCAxMzYtMzk4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJmb2xkZXJfY2xvc2VfYWx0IiB1bmljb2RlPSLvhJQiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNMTUzNiAyMjR2NzA0cTAgNDAtMjggNjh0LTY4IDI4SDczNnEtNDAgMC02OCAyOHQtMjggNjh2NjRxMCA0MC0yOCA2OHQtNjggMjhIMjI0cS00MCAwLTY4LTI4dC0yOC02OFYyMjRxMC00MCAyOC02OHQ2OC0yOGgxMjE2cTQwIDAgNjggMjh0MjggNjh6bTEyOCA3MDRWMjI0cTAtOTItNjYtMTU4VDE0NDAgMEgyMjRRMTMyIDAgNjYgNjZUMCAyMjR2OTYwcTAgOTIgNjYgMTU4dDE1OCA2NmgzMjBxOTIgMCAxNTgtNjZ0NjYtMTU4di0zMmg2NzJxOTIgMCAxNTgtNjZ0NjYtMTU4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJmb2xkZXJfb3Blbl9hbHQiIHVuaWNvZGU9Iu+ElSIgaG9yaXotYWR2LXg9IjE5MjAiIGQ9Ik0xNzgxIDYwNXEwIDM1LTUzIDM1SDY0MHEtNDAgMC04NS41LTIxLjVUNDgzIDU2NkwxODkgMjAzcS0xOC0yNC0xOC00MCAwLTM1IDUzLTM1aDEwODhxNDAgMCA4NiAyMnQ3MSA1M2wyOTQgMzYzcTE4IDIyIDE4IDM5ek02NDAgNzY4aDc2OHYxNjBxMCA0MC0yOCA2OHQtNjggMjhINzM2cS00MCAwLTY4IDI4dC0yOCA2OHY2NHEwIDQwLTI4IDY4dC02OCAyOEgyMjRxLTQwIDAtNjgtMjh0LTI4LTY4VjMzMWwyNTYgMzE1cTQ0IDUzIDExNiA4Ny41VDY0MCA3Njh6bTEyNjktMTYzcTAtNjItNDYtMTIwbC0yOTUtMzYzcS00My01My0xMTYtODcuNVQxMzEyIDBIMjI0UTEzMiAwIDY2IDY2VDAgMjI0djk2MHEwIDkyIDY2IDE1OHQxNTggNjZoMzIwcTkyIDAgMTU4LTY2dDY2LTE1OHYtMzJoNTQ0cTkyIDAgMTU4LTY2dDY2LTE1OFY3NjhoMTkycTU0IDAgOTktMjQuNXQ2Ny03MC41cTE1LTMyIDE1LTY4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJleHBhbmRfYWx0IiB1bmljb2RlPSLvhJYiIGhvcml6LWFkdi14PSIxNzkyIi8+PGdseXBoIGdseXBoLW5hbWU9ImNvbGxhcHNlX2FsdCIgdW5pY29kZT0i74SXIiBob3Jpei1hZHYteD0iMTc5MiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJzbWlsZSIgdW5pY29kZT0i74SYIiBkPSJNMTEzNCA0NjFxLTM3LTEyMS0xMzgtMTk1dC0yMjgtNzQtMjI4IDc0LTEzOCAxOTVxLTggMjUgNCA0OC41dDM4IDMxLjVxMjUgOCA0OC41LTR0MzEuNS0zOHEyNS04MCA5Mi41LTEyOS41VDc2OCAzMjB0MTUxLjUgNDkuNVQxMDEyIDQ5OXE4IDI2IDMyIDM4dDQ5IDQgMzctMzEuNSA0LTQ4LjV6TTY0MCA4OTZxMC01My0zNy41LTkwLjVUNTEyIDc2OHQtOTAuNSAzNy41VDM4NCA4OTZ0MzcuNSA5MC41VDUxMiAxMDI0dDkwLjUtMzcuNVQ2NDAgODk2em01MTIgMHEwLTUzLTM3LjUtOTAuNVQxMDI0IDc2OHQtOTAuNSAzNy41VDg5NiA4OTZ0MzcuNSA5MC41IDkwLjUgMzcuNSA5MC41LTM3LjVUMTE1MiA4OTZ6bTI1Ni0yNTZxMCAxMzAtNTEgMjQ4LjV0LTEzNi41IDIwNC0yMDQgMTM2LjUtMjQ4LjUgNTEtMjQ4LjUtNTEtMjA0LTEzNi41LTEzNi41LTIwNFQxMjggNjQwdDUxLTI0OC41IDEzNi41LTIwNFQ1MTkuNSA1MSA3NjggMHQyNDguNSA1MSAyMDQgMTM2LjUgMTM2LjUgMjA0IDUxIDI0OC41em0xMjggMHEwLTIwOS0xMDMtMzg1LjVUMTE1My41LTI1IDc2OC0xMjggMzgyLjUtMjUgMTAzIDI1NC41IDAgNjQwdDEwMyAzODUuNVQzODIuNSAxMzA1IDc2OCAxNDA4dDM4NS41LTEwMyAyNzkuNS0yNzkuNVQxNTM2IDY0MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iZnJvd24iIHVuaWNvZGU9Iu+EmSIgZD0iTTExMzQgMzA3cTgtMjUtNC00OC41dC0zNy0zMS41LTQ5IDQtMzIgMzhxLTI1IDgwLTkyLjUgMTI5LjVUNzY4IDQ0OHQtMTUxLjUtNDkuNVQ1MjQgMjY5cS04LTI2LTMxLjUtMzh0LTQ4LjUtNHEtMjYgOC0zOCAzMS41dC00IDQ4LjVxMzcgMTIxIDEzOCAxOTV0MjI4IDc0IDIyOC03NCAxMzgtMTk1ek02NDAgODk2cTAtNTMtMzcuNS05MC41VDUxMiA3Njh0LTkwLjUgMzcuNVQzODQgODk2dDM3LjUgOTAuNVQ1MTIgMTAyNHQ5MC41LTM3LjVUNjQwIDg5NnptNTEyIDBxMC01My0zNy41LTkwLjVUMTAyNCA3Njh0LTkwLjUgMzcuNVQ4OTYgODk2dDM3LjUgOTAuNSA5MC41IDM3LjUgOTAuNS0zNy41VDExNTIgODk2em0yNTYtMjU2cTAgMTMwLTUxIDI0OC41dC0xMzYuNSAyMDQtMjA0IDEzNi41LTI0OC41IDUxLTI0OC41LTUxLTIwNC0xMzYuNS0xMzYuNS0yMDRUMTI4IDY0MHQ1MS0yNDguNSAxMzYuNS0yMDRUNTE5LjUgNTEgNzY4IDB0MjQ4LjUgNTEgMjA0IDEzNi41IDEzNi41IDIwNCA1MSAyNDguNXptMTI4IDBxMC0yMDktMTAzLTM4NS41VDExNTMuNS0yNSA3NjgtMTI4IDM4Mi41LTI1IDEwMyAyNTQuNSAwIDY0MHQxMDMgMzg1LjVUMzgyLjUgMTMwNSA3NjggMTQwOHQzODUuNS0xMDMgMjc5LjUtMjc5LjVUMTUzNiA2NDB6Ii8+PGdseXBoIGdseXBoLW5hbWU9Im1laCIgdW5pY29kZT0i74SaIiBkPSJNMTE1MiA0NDhxMC0yNi0xOS00NXQtNDUtMTlINDQ4cS0yNiAwLTQ1IDE5dC0xOSA0NSAxOSA0NSA0NSAxOWg2NDBxMjYgMCA0NS0xOXQxOS00NXpNNjQwIDg5NnEwLTUzLTM3LjUtOTAuNVQ1MTIgNzY4dC05MC41IDM3LjVUMzg0IDg5NnQzNy41IDkwLjVUNTEyIDEwMjR0OTAuNS0zNy41VDY0MCA4OTZ6bTUxMiAwcTAtNTMtMzcuNS05MC41VDEwMjQgNzY4dC05MC41IDM3LjVUODk2IDg5NnQzNy41IDkwLjUgOTAuNSAzNy41IDkwLjUtMzcuNVQxMTUyIDg5NnptMjU2LTI1NnEwIDEzMC01MSAyNDguNXQtMTM2LjUgMjA0LTIwNCAxMzYuNS0yNDguNSA1MS0yNDguNS01MS0yMDQtMTM2LjUtMTM2LjUtMjA0VDEyOCA2NDB0NTEtMjQ4LjUgMTM2LjUtMjA0VDUxOS41IDUxIDc2OCAwdDI0OC41IDUxIDIwNCAxMzYuNSAxMzYuNSAyMDQgNTEgMjQ4LjV6bTEyOCAwcTAtMjA5LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh0Mzg1LjUtMTAzIDI3OS41LTI3OS41VDE1MzYgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJnYW1lcGFkIiB1bmljb2RlPSLvhJsiIGhvcml6LWFkdi14PSIxOTIwIiBkPSJNODMyIDQ0OHYxMjhxMCAxNC05IDIzdC0yMyA5SDYwOHYxOTJxMCAxNC05IDIzdC0yMyA5SDQ0OHEtMTQgMC0yMy05dC05LTIzVjYwOEgyMjRxLTE0IDAtMjMtOXQtOS0yM1Y0NDhxMC0xNCA5LTIzdDIzLTloMTkyVjIyNHEwLTE0IDktMjN0MjMtOWgxMjhxMTQgMCAyMyA5dDkgMjN2MTkyaDE5MnExNCAwIDIzIDl0OSAyM3ptNTc2LTY0cTAgNTMtMzcuNSA5MC41VDEyODAgNTEydC05MC41LTM3LjVUMTE1MiAzODR0MzcuNS05MC41VDEyODAgMjU2dDkwLjUgMzcuNVQxNDA4IDM4NHptMjU2IDI1NnEwIDUzLTM3LjUgOTAuNVQxNTM2IDc2OHQtOTAuNS0zNy41VDE0MDggNjQwdDM3LjUtOTAuNVQxNTM2IDUxMnQ5MC41IDM3LjVUMTY2NCA2NDB6bTI1Ni0xMjhxMC0yMTItMTUwLTM2MlQxNDA4IDBxLTE5MiAwLTMzOCAxMjhIODUwUTcwNCAwIDUxMiAwIDMwMCAwIDE1MCAxNTBUMCA1MTJ0MTUwIDM2MiAzNjIgMTUwaDg5NnEyMTIgMCAzNjItMTUwdDE1MC0zNjJ6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImtleWJvYXJkIiB1bmljb2RlPSLvhJwiIGhvcml6LWFkdi14PSIxOTIwIiBkPSJNMzg0IDM2OHYtOTZxMC0xNi0xNi0xNmgtOTZxLTE2IDAtMTYgMTZ2OTZxMCAxNiAxNiAxNmg5NnExNiAwIDE2LTE2em0xMjggMjU2di05NnEwLTE2LTE2LTE2SDI3MnEtMTYgMC0xNiAxNnY5NnEwIDE2IDE2IDE2aDIyNHExNiAwIDE2LTE2ek0zODQgODgwdi05NnEwLTE2LTE2LTE2aC05NnEtMTYgMC0xNiAxNnY5NnEwIDE2IDE2IDE2aDk2cTE2IDAgMTYtMTZ6bTEwMjQtNTEydi05NnEwLTE2LTE2LTE2SDUyOHEtMTYgMC0xNiAxNnY5NnEwIDE2IDE2IDE2aDg2NHExNiAwIDE2LTE2ek03NjggNjI0di05NnEwLTE2LTE2LTE2aC05NnEtMTYgMC0xNiAxNnY5NnEwIDE2IDE2IDE2aDk2cTE2IDAgMTYtMTZ6TTY0MCA4ODB2LTk2cTAtMTYtMTYtMTZoLTk2cS0xNiAwLTE2IDE2djk2cTAgMTYgMTYgMTZoOTZxMTYgMCAxNi0xNnptMzg0LTI1NnYtOTZxMC0xNi0xNi0xNmgtOTZxLTE2IDAtMTYgMTZ2OTZxMCAxNiAxNiAxNmg5NnExNiAwIDE2LTE2ek04OTYgODgwdi05NnEwLTE2LTE2LTE2aC05NnEtMTYgMC0xNiAxNnY5NnEwIDE2IDE2IDE2aDk2cTE2IDAgMTYtMTZ6bTM4NC0yNTZ2LTk2cTAtMTYtMTYtMTZoLTk2cS0xNiAwLTE2IDE2djk2cTAgMTYgMTYgMTZoOTZxMTYgMCAxNi0xNnptMzg0LTI1NnYtOTZxMC0xNi0xNi0xNmgtOTZxLTE2IDAtMTYgMTZ2OTZxMCAxNiAxNiAxNmg5NnExNiAwIDE2LTE2em0tNTEyIDUxMnYtOTZxMC0xNi0xNi0xNmgtOTZxLTE2IDAtMTYgMTZ2OTZxMCAxNiAxNiAxNmg5NnExNiAwIDE2LTE2em0yNTYgMHYtOTZxMC0xNi0xNi0xNmgtOTZxLTE2IDAtMTYgMTZ2OTZxMCAxNiAxNiAxNmg5NnExNiAwIDE2LTE2em0yNTYgMFY1MjhxMC0xNi0xNi0xNmgtMjI0cS0xNiAwLTE2IDE2djk2cTAgMTYgMTYgMTZoMTEydjI0MHEwIDE2IDE2IDE2aDk2cTE2IDAgMTYtMTZ6bTEyOC03NTJ2ODk2SDEyOFYxMjhoMTY2NHptMTI4IDg5NlYxMjhxMC01My0zNy41LTkwLjVUMTc5MiAwSDEyOFE3NSAwIDM3LjUgMzcuNVQwIDEyOHY4OTZxMCA1MyAzNy41IDkwLjVUMTI4IDExNTJoMTY2NHE1MyAwIDkwLjUtMzcuNXQzNy41LTkwLjV6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImZsYWdfYWx0IiB1bmljb2RlPSLvhJ0iIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTY2NCA0OTF2NjE2cS0xNjktOTEtMzA2LTkxLTgyIDAtMTQ1IDMyLTEwMCA0OS0xODQgNzYuNVQ4NTEgMTE1MnEtMTczIDAtNDAzLTEyN1Y0MjZxMjQ1IDExMyA0MzMgMTEzIDU1IDAgMTAzLjUtNy41dDk4LTI2IDc3LTMxVDEyNDIgNDM1bDI4LTE0cTQ0LTIyIDEwMS0yMiAxMjAgMCAyOTMgOTJ6TTMyMCAxMjgwcTAtMzUtMTcuNS02NHQtNDYuNS00NlYtOTZxMC0xNC05LTIzdC0yMy05aC02NHEtMTQgMC0yMyA5dC05IDIzdjEyNjZxLTI5IDE3LTQ2LjUgNDZUNjQgMTI4MHEwIDUzIDM3LjUgOTAuNVQxOTIgMTQwOHQ5MC41LTM3LjVUMzIwIDEyODB6bTE0NzItNjRWNDUzcTAtMzktMzUtNTctMTAtNS0xNy05LTIxOC0xMTYtMzY5LTExNi04OCAwLTE1OCAzNWwtMjggMTRxLTY0IDMzLTk5IDQ4dC05MSAyOS0xMTQgMTRxLTEwMiAwLTIzNS41LTQ0VDQxNyAyNjVxLTE1LTktMzMtOS0xNiAwLTMyIDgtMzIgMTktMzIgNTZ2NzQycTAgMzUgMzEgNTUgMzUgMjEgNzguNSA0Mi41dDExNCA1MlQ2OTYgMTI2MXQxNTUgMTlxMTEyIDAgMjA5LTMxdDIwOS04NnEzOC0xOSA4OS0xOSAxMjIgMCAzMTAgMTEyIDIyIDEyIDMxIDE3IDMxIDE2IDYyLTIgMzEtMjAgMzEtNTV6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImZsYWdfY2hlY2tlcmVkIiB1bmljb2RlPSLvhJ4iIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNODMyIDUzNnYxOTJxLTE4MS0xNi0zODQtMTE3VjQyNnEyMDUgOTYgMzg0IDExMHptMCA0MTh2MTk3cS0xNzItOC0zODQtMTI2VjgzNnEyMTUgMTExIDM4NCAxMTh6bTgzMi00NjN2MTg0cS0yMzUtMTE2LTM4NC03MXYyMjRxLTIwIDYtMzkgMTUtNSAzLTMzIDE3dC0zNC41IDE3LTMxLjUgMTUtMzQuNSAxNS41LTMyLjUgMTMtMzYgMTIuNS0zNSA4LjUtMzkuNSA3LjUtMzkuNSA0LTQ0IDJxLTIzIDAtNDktM1Y3MzBoMTlxMTAyIDAgMTkyLjUtMjl0MTk3LjUtODJxMTktOSAzOS0xNVY0MTZxNDItMTcgOTEtMTcgMTIwIDAgMjkzIDkyem0wIDQyN3YxODlxLTE2OS05MS0zMDYtOTEtNDUgMC03OCA4VjgyOHExNDgtNDIgMzg0IDkwek0zMjAgMTI4MHEwLTM1LTE3LjUtNjR0LTQ2LjUtNDZWLTk2cTAtMTQtOS0yM3QtMjMtOWgtNjRxLTE0IDAtMjMgOXQtOSAyM3YxMjY2cS0yOSAxNy00Ni41IDQ2VDY0IDEyODBxMCA1MyAzNy41IDkwLjVUMTkyIDE0MDh0OTAuNS0zNy41VDMyMCAxMjgwem0xNDcyLTY0VjQ1M3EwLTM5LTM1LTU3LTEwLTUtMTctOS0yMTgtMTE2LTM2OS0xMTYtODggMC0xNTggMzVsLTI4IDE0cS02NCAzMy05OSA0OHQtOTEgMjktMTE0IDE0cS0xMDIgMC0yMzUuNS00NFQ0MTcgMjY1cS0xNS05LTMzLTktMTYgMC0zMiA4LTMyIDE5LTMyIDU2djc0MnEwIDM1IDMxIDU1IDM1IDIxIDc4LjUgNDIuNXQxMTQgNTJUNjk2IDEyNjF0MTU1IDE5cTExMiAwIDIwOS0zMXQyMDktODZxMzgtMTkgODktMTkgMTIyIDAgMzEwIDExMiAyMiAxMiAzMSAxNyAzMSAxNiA2Mi0yIDMxLTIwIDMxLTU1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ0ZXJtaW5hbCIgdW5pY29kZT0i74SgIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTU4NSA1NTNMMTE5IDg3cS0xMC0xMC0yMy0xMFQ3MyA4N2wtNTAgNTBxLTEwIDEwLTEwIDIzdDEwIDIzbDM5MyAzOTNMMjMgOTY5cS0xMCAxMC0xMCAyM3QxMCAyM2w1MCA1MHExMCAxMCAyMyAxMHQyMy0xMGw0NjYtNDY2cTEwLTEwIDEwLTIzdC0xMC0yM3pNMTY2NCA5NlYzMnEwLTE0LTktMjN0LTIzLTlINjcycS0xNCAwLTIzIDl0LTkgMjN2NjRxMCAxNCA5IDIzdDIzIDloOTYwcTE0IDAgMjMtOXQ5LTIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjb2RlIiB1bmljb2RlPSLvhKEiIGhvcml6LWFkdi14PSIxOTIwIiBkPSJNNjE3IDEzN2wtNTAtNTBxLTEwLTEwLTIzLTEwdC0yMyAxMEw1NSA1NTNxLTEwIDEwLTEwIDIzdDEwIDIzbDQ2NiA0NjZxMTAgMTAgMjMgMTB0MjMtMTBsNTAtNTBxMTAtMTAgMTAtMjN0LTEwLTIzTDIyNCA1NzZsMzkzLTM5M3ExMC0xMCAxMC0yM3QtMTAtMjN6bTU5MSAxMDY3TDgzNS04N3EtNC0xMy0xNS41LTE5LjVUNzk2LTEwOWwtNjIgMTdxLTEzIDQtMTkuNSAxNS41VDcxMi01MmwzNzMgMTI5MXE0IDEzIDE1LjUgMTkuNXQyMy41IDIuNWw2Mi0xN3ExMy00IDE5LjUtMTUuNXQyLjUtMjQuNXptNjU3LTY1MUwxMzk5IDg3cS0xMC0xMC0yMy0xMHQtMjMgMTBsLTUwIDUwcS0xMCAxMC0xMCAyM3QxMCAyM2wzOTMgMzkzLTM5MyAzOTNxLTEwIDEwLTEwIDIzdDEwIDIzbDUwIDUwcTEwIDEwIDIzIDEwdDIzLTEwbDQ2Ni00NjZxMTAtMTAgMTAtMjN0LTEwLTIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJyZXBseV9hbGwiIHVuaWNvZGU9Iu+EoiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik02NDAgNDU0di03MHEwLTQyLTM5LTU5LTEzLTUtMjUtNS0yNyAwLTQ1IDE5TDE5IDg1MVEwIDg3MCAwIDg5NnQxOSA0NWw1MTIgNTEycTI5IDMxIDcwIDE0IDM5LTE3IDM5LTU5di02OUwyNDMgOTQxcS0xOS0xOS0xOS00NXQxOS00NXptMTE1Mi0zOHEwLTU4LTE3LTEzMy41dC0zOC41LTEzOC00OC0xMjVUMTY0OC03MWwtMjAtNDBxLTgtMTctMjgtMTctNiAwLTkgMS0yNSA4LTIzIDM0IDQzIDQwMC0xMDYgNTY1LTY0IDcxLTE3MC41IDExMC41VDEwMjQgNjM1VjM4NHEwLTQyLTM5LTU5LTEzLTUtMjUtNS0yNyAwLTQ1IDE5TDQwMyA4NTFxLTE5IDE5LTE5IDQ1dDE5IDQ1bDUxMiA1MTJxMjkgMzEgNzAgMTQgMzktMTcgMzktNTl2LTI2MnE0MTEtMjggNTk5LTIyMSAxNjktMTczIDE2OS01MDl6Ii8+PGdseXBoIGdseXBoLW5hbWU9InN0YXJfaGFsZl9lbXB0eSIgdW5pY29kZT0i74SjIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTExODYgNTc5bDI1NyAyNTAtMzU2IDUyLTY2IDEwLTMwIDYwLTE1OSAzMjJWMzEwbDU5LTMxIDMxOC0xNjgtNjAgMzU1LTEyIDY2em00NTIgMjYybC0zNjMtMzU0IDg2LTUwMHE1LTMzLTYtNTEuNVQxMzIxLTgzcS0xNyAwLTQwIDEyTDgzMiAxNjUgMzgzLTcxcS0yMy0xMi00MC0xMi0yMyAwLTM0IDE4LjVUMzAzLTEzbDg2IDUwMEwyNSA4NDFxLTMyIDMyLTIzIDU5LjVUNTYgOTM1bDUwMiA3MyAyMjUgNDU1cTIwIDQxIDQ5IDQxIDI4IDAgNDktNDFsMjI1LTQ1NSA1MDItNzNxNDUtNyA1NC0zNC41dC0yNC01OS41eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJsb2NhdGlvbl9hcnJvdyIgdW5pY29kZT0i74SkIiBob3Jpei1hZHYteD0iMTQwOCIgZD0iTTE0MDEgMTE4N0w3NjEtOTNxLTE3LTM1LTU3LTM1LTUgMC0xNSAyLTIyIDUtMzUuNSAyMi41VDY0MC02NHY1NzZINjRxLTIyIDAtMzkuNSAxMy41VDIgNTYxdDQgNDIgMjkgMzBsMTI4MCA2NDBxMTMgNyAyOSA3IDI3IDAgNDUtMTkgMTUtMTQgMTguNS0zNC41dC02LjUtMzkuNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iY3JvcCIgdW5pY29kZT0i74SlIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTU1NyAyNTZoNTk1djU5NXptLTQ1IDQ1bDU5NSA1OTVINTEyVjMwMXptMTE1Mi03N1YzMnEwLTE0LTktMjN0LTIzLTloLTIyNHYtMjI0cTAtMTQtOS0yM3QtMjMtOWgtMTkycS0xNCAwLTIzIDl0LTkgMjNWMEgyODhxLTE0IDAtMjMgOXQtOSAyM3Y4NjRIMzJxLTE0IDAtMjMgOXQtOSAyM3YxOTJxMCAxNCA5IDIzdDIzIDloMjI0djIyNHEwIDE0IDkgMjN0MjMgOWgxOTJxMTQgMCAyMy05dDktMjN2LTIyNGg4NTFsMjQ2IDI0N3ExMCA5IDIzIDl0MjMtOXE5LTEwIDktMjN0LTktMjNsLTI0Ny0yNDZWMjU2aDIyNHExNCAwIDIzLTl0OS0yM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iY29kZV9mb3JrIiB1bmljb2RlPSLvhKYiIGhvcml6LWFkdi14PSIxMDI0IiBkPSJNMjg4IDY0cTAgNDAtMjggNjh0LTY4IDI4LTY4LTI4LTI4LTY4IDI4LTY4IDY4LTI4IDY4IDI4IDI4IDY4em0wIDExNTJxMCA0MC0yOCA2OHQtNjggMjgtNjgtMjgtMjgtNjggMjgtNjggNjgtMjggNjggMjggMjggNjh6bTY0MC0xMjhxMCA0MC0yOCA2OHQtNjggMjgtNjgtMjgtMjgtNjggMjgtNjggNjgtMjggNjggMjggMjggNjh6bTk2IDBxMC01Mi0yNi05Ni41VDkyOCA5MjJxLTItMjg3LTIyNi00MTQtNjctMzgtMjAzLTgxLTEyOC00MC0xNjkuNS03MVQyODggMjU2di0yNnE0NC0yNSA3MC02OS41VDM4NCA2NHEwLTgwLTU2LTEzNnQtMTM2LTU2VDU2LTcyIDAgNjRxMCA1MiAyNiA5Ni41VDk2IDIzMHY4MjBxLTQ0IDI1LTcwIDY5LjVUMCAxMjE2cTAgODAgNTYgMTM2dDEzNiA1NiAxMzYtNTYgNTYtMTM2cTAtNTItMjYtOTYuNXQtNzAtNjkuNVY1NTNxNTQgMjYgMTU0IDU3IDU1IDE3IDg3LjUgMjkuNXQ3MC41IDMxIDU5IDM5LjUgNDAuNSA1MSAyOCA2OS41VDczNiA5MjJxLTQ0IDI1LTcwIDY5LjV0LTI2IDk2LjVxMCA4MCA1NiAxMzZ0MTM2IDU2IDEzNi01NiA1Ni0xMzZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVubGluayIgdW5pY29kZT0i74SnIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTQzOSAyNjVMMTgzIDlxLTExLTktMjMtOXQtMjMgOXEtOSAxMC05IDIzdDkgMjNsMjU2IDI1NnExMCA5IDIzIDl0MjMtOXE5LTEwIDktMjN0LTktMjN6bTE2OS00MVYtOTZxMC0xNC05LTIzdC0yMy05LTIzIDktOSAyM3YzMjBxMCAxNCA5IDIzdDIzIDkgMjMtOSA5LTIzek0zODQgNDQ4cTAtMTQtOS0yM3QtMjMtOUgzMnEtMTQgMC0yMyA5dC05IDIzIDkgMjMgMjMgOWgzMjBxMTQgMCAyMy05dDktMjN6bTEyNjQtMTI4cTAtMTIwLTg1LTIwM0wxNDE2LTI5cS04My04My0yMDMtODMtMTIxIDAtMjA0IDg1TDY3NSAzMDhxLTIxIDIxLTQyIDU2bDIzOSAxOCAyNzMtMjc0cTI3LTI3IDY4LTI3LjV0NjggMjYuNWwxNDcgMTQ2cTI4IDI4IDI4IDY3IDAgNDAtMjggNjhsLTI3NCAyNzUgMTggMjM5cTM1LTIxIDU2LTQybDMzNi0zMzZxODQtODYgODQtMjA0em0tNjE3IDcyNGwtMjM5LTE4LTI3MyAyNzRxLTI4IDI4LTY4IDI4LTM5IDAtNjgtMjdsLTE0Ny0xNDZxLTI4LTI4LTI4LTY3IDAtNDAgMjgtNjhsMjc0LTI3NC0xOC0yNDBxLTM1IDIxLTU2IDQyTDEwMCA4ODRxLTg0IDg2LTg0IDIwNCAwIDEyMCA4NSAyMDNsMTQ3IDE0NnE4MyA4MyAyMDMgODMgMTIxIDAgMjA0LTg1bDMzNC0zMzVxMjEtMjEgNDItNTZ6bTYzMy04NHEwLTE0LTktMjN0LTIzLTloLTMyMHEtMTQgMC0yMyA5dC05IDIzIDkgMjMgMjMgOWgzMjBxMTQgMCAyMy05dDktMjN6bS01NDQgNTQ0di0zMjBxMC0xNC05LTIzdC0yMy05LTIzIDktOSAyM3YzMjBxMCAxNCA5IDIzdDIzIDkgMjMtOSA5LTIzem00MDctMTUxbC0yNTYtMjU2cS0xMS05LTIzLTl0LTIzIDlxLTkgMTAtOSAyM3Q5IDIzbDI1NiAyNTZxMTAgOSAyMyA5dDIzLTlxOS0xMCA5LTIzdC05LTIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJxdWVzdGlvbiIgdW5pY29kZT0i74SoIiBob3Jpei1hZHYteD0iMTAyNCIgZD0iTTcwNCAyODBWNDBxMC0xNi0xMi0yOFQ2NjQgMEg0MjRxLTE2IDAtMjggMTJ0LTEyIDI4djI0MHEwIDE2IDEyIDI4dDI4IDEyaDI0MHExNiAwIDI4LTEydDEyLTI4em0zMTYgNjAwcTAtNTQtMTUuNS0xMDF0LTM1LTc2LjUtNTUtNTkuNS01Ny41LTQzLjUtNjEtMzUuNXEtNDEtMjMtNjguNS02NVQ3MDAgNDMycTAtMTctMTItMzIuNVQ2NjAgMzg0SDQyMHEtMTUgMC0yNS41IDE4LjVUMzg0IDQ0MHY0NXEwIDgzIDY1IDE1Ni41VDU5MiA3NTBxNTkgMjcgODQgNTZ0MjUgNzZxMCA0Mi00Ni41IDc0VDU0NyA5ODhxLTY1IDAtMTA4LTI5LTM1LTI1LTEwNy0xMTUtMTMtMTYtMzEtMTYtMTIgMC0yNSA4TDExMiA5NjFxLTEzIDEwLTE1LjUgMjV0NS41IDI4cTE2MCAyNjYgNDY0IDI2NiA4MCAwIDE2MS0zMXQxNDYtODMgMTA2LTEyNy41IDQxLTE1OC41eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfMjc5IiB1bmljb2RlPSLvhKkiIGhvcml6LWFkdi14PSI2NDAiIGQ9Ik02NDAgMTkyVjY0cTAtMjYtMTktNDVUNTc2IDBINjRRMzggMCAxOSAxOVQwIDY0djEyOHEwIDI2IDE5IDQ1dDQ1IDE5aDY0djM4NEg2NHEtMjYgMC00NSAxOVQwIDcwNHYxMjhxMCAyNiAxOSA0NXQ0NSAxOWgzODRxMjYgMCA0NS0xOXQxOS00NVYyNTZoNjRxMjYgMCA0NS0xOXQxOS00NXpNNTEyIDEzNDR2LTE5MnEwLTI2LTE5LTQ1dC00NS0xOUgxOTJxLTI2IDAtNDUgMTl0LTE5IDQ1djE5MnEwIDI2IDE5IDQ1dDQ1IDE5aDI1NnEyNiAwIDQ1LTE5dDE5LTQ1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJleGNsYW1hdGlvbiIgdW5pY29kZT0i74SqIiBob3Jpei1hZHYteD0iNjQwIiBkPSJNNTEyIDI4OFY2NHEwLTI2LTE5LTQ1VDQ0OCAwSDE5MnEtMjYgMC00NSAxOXQtMTkgNDV2MjI0cTAgMjYgMTkgNDV0NDUgMTloMjU2cTI2IDAgNDUtMTl0MTktNDV6bTMwIDEwNTZsLTI4LTc2OHEtMS0yNi0yMC41LTQ1VDQ0OCA1MTJIMTkycS0yNiAwLTQ1LjUgMTlUMTI2IDU3NmwtMjggNzY4cS0xIDI2IDE3LjUgNDV0NDQuNSAxOWgzMjBxMjYgMCA0NC41LTE5dDE3LjUtNDV6Ii8+PGdseXBoIGdseXBoLW5hbWU9InN1cGVyc2NyaXB0IiB1bmljb2RlPSLvhKsiIGQ9Ik04OTcgMTY3VjBINjQ5TDQ5MCAyNTJsLTI0IDQycS04IDktMTEgMjFoLTNxLTEtMy0yLjUtNi41dC0zLjUtOC0zLTYuNXEtMTAtMjAtMjUtNDRMMjYzIDBINXYxNjdoMTI4bDE5NyAyOTEtMTg1IDI3Mkg4djE2OGgyNzZsMTM5LTIyOHEyLTQgMjMtNDIgOC05IDExLTIxaDNxMyA5IDExIDIxbDI1IDQyIDE0MCAyMjhoMjU3VjczMEg3NjhMNTg0IDQ2M2wyMDQtMjk2aDEwOXptNjM3IDY3OVY2NDBoLTUxNGwtMyAyN3EtNCAyOC00IDQ2IDAgNjQgMjYgMTE3dDY1IDg2LjUgODQgNjUgODQgNTQuNSA2NSA1NCAyNiA2NHEwIDM4LTI5LjUgNjIuNVQxMjYzIDEyNDFxLTUxIDAtOTctMzktMTQtMTEtMzYtMzhsLTEwNSA5MnEyNiAzNyA2MyA2NiA4MyA2NSAxODggNjUgMTEwIDAgMTc4LTU5LjV0NjgtMTU4LjVxMC01Ni0yNC41LTEwM3QtNjItNzYuNVQxMzU0IDkzMXQtODItNTAuNS02NS41LTUxLjUtMzAuNS02M2gyMzJ2ODBoMTI2eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJzdWJzY3JpcHQiIHVuaWNvZGU9Iu+ErCIgZD0iTTg5NyAxNjdWMEg2NDlMNDkwIDI1MmwtMjQgNDJxLTggOS0xMSAyMWgtM3EtMS0zLTIuNS02LjV0LTMuNS04LTMtNi41cS0xMC0yMC0yNS00NEwyNjMgMEg1djE2N2gxMjhsMTk3IDI5MS0xODUgMjcySDh2MTY4aDI3NmwxMzktMjI4cTItNCAyMy00MiA4LTkgMTEtMjFoM3EzIDkgMTEgMjFsMjUgNDIgMTQwIDIyOGgyNTdWNzMwSDc2OEw1ODQgNDYzbDIwNC0yOTZoMTA5em02MzktMjE3di0yMDZoLTUxNGwtNCAyN3EtMyA0NS0zIDQ2IDAgNjQgMjYgMTE3dDY1IDg2LjUgODQgNjUgODQgNTQuNSA2NSA1NCAyNiA2NHEwIDM4LTI5LjUgNjIuNVQxMjY1IDM0NXEtNTEgMC05Ny0zOS0xNC0xMS0zNi0zOGwtMTA1IDkycTI2IDM3IDYzIDY2IDgwIDY1IDE4OCA2NSAxMTAgMCAxNzgtNTkuNXQ2OC0xNTguNXEwLTY2LTM0LjUtMTE4LjV0LTg0LTg2VDEzMDYgNnQtODctNjMtNDEtNzNoMjMydjgwaDEyNnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzI4MyIgdW5pY29kZT0i74StIiBob3Jpei1hZHYteD0iMTkyMCIgZD0iTTg5NiAxMjhsMzM2IDM4NEg0NjRMMTI4IDEyOGg3Njh6bTEwMTMgMTA3N3ExNS0zNCA5LjUtNzEuNVQxODg4IDEwNjhMOTkyIDQ0UTk1NCAwIDg5NiAwSDEyOFE5MCAwIDU4LjUgMjAuNVQxMSA3NXEtMTUgMzQtOS41IDcxLjVUMzIgMjEybDg5NiAxMDI0cTM4IDQ0IDk2IDQ0aDc2OHEzOCAwIDY5LjUtMjAuNXQ0Ny41LTU0LjV6Ii8+PGdseXBoIGdseXBoLW5hbWU9InB1enpsZV9waWVjZSIgdW5pY29kZT0i74SuIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTE2NjQgNDM4cTAtODEtNDQuNS0xMzVUMTQ5NiAyNDlxLTQxIDAtNzcuNSAxNy41dC01OSAzOC01Ni41IDM4LTcxIDE3LjVxLTExMCAwLTExMC0xMjQgMC0zOSAxNi0xMTV0MTUtMTE1VjFxLTIyIDAtMzMtMS0zNC0zLTk3LjUtMTEuNVQ5MDctMjV0LTk4LTVxLTYxIDAtMTAzIDI2LjVUNjY0IDgwcTAgMzcgMTcuNSA3MXQzOCA1Ni41IDM4IDU5VDc3NSAzNDRxMCA3OS01NCAxMjMuNVQ1ODYgNTEycS04NCAwLTE0My00NS41VDM4NCAzMzlxMC00MyAxNS04M3QzMy41LTY0LjUgMzMuNS01M1Q0ODEgODhxMC00NS00Ni04OS0zNy0zNS0xMTctMzUtOTUgMC0yNDUgMjQtOSAyLTI3LjUgNFQxOC00TDUtMlE0LTIgMi0xIDAtMSAwIDB2MTAyNHEyLTEgMTcuNS0zLjV0MzQtNVQ3MyAxMDEycTE1MC0yNCAyNDUtMjQgODAgMCAxMTcgMzUgNDYgNDQgNDYgODkgMCAyMi0xNSA1MC41dC0zMy41IDUzVDM5OSAxMjgwdC0xNSA4M3EwIDgyIDU5IDEyNy41dDE0NCA0NS41cTgwIDAgMTM0LTQ0LjV0NTQtMTIzLjVxMC00MS0xNy41LTc3LjV0LTM4LTU5LTM4LTU2LjUtMTcuNS03MXEwLTU3IDQyLTgzLjVUODA5IDk5NHE2NCAwIDE4MCAxNXQxNjMgMTd2LTJxLTEtMi0zLjUtMTcuNXQtNS0zNC0zLjUtMjEuNXEtMjQtMTUwLTI0LTI0NSAwLTgwIDM1LTExNyA0NC00NiA4OS00NiAyMiAwIDUwLjUgMTV0NTMgMzMuNVQxNDA4IDYyNXQ4MyAxNXE4MiAwIDEyNy41LTU5dDQ1LjUtMTQzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJtaWNyb3Bob25lIiB1bmljb2RlPSLvhLAiIGhvcml6LWFkdi14PSIxMTUyIiBkPSJNMTE1MiA4MzJWNzA0cTAtMjIxLTE0Ny41LTM4NC41VDY0MCAxMzJWMGgyNTZxMjYgMCA0NS0xOXQxOS00NS0xOS00NS00NS0xOUgyNTZxLTI2IDAtNDUgMTl0LTE5IDQ1IDE5IDQ1IDQ1IDE5aDI1NnYxMzJxLTIxNyAyNC0zNjQuNSAxODcuNVQwIDcwNHYxMjhxMCAyNiAxOSA0NXQ0NSAxOSA0NS0xOSAxOS00NVY3MDRxMC0xODUgMTMxLjUtMzE2LjVUNTc2IDI1NnQzMTYuNSAxMzEuNVQxMDI0IDcwNHYxMjhxMCAyNiAxOSA0NXQ0NSAxOSA0NS0xOSAxOS00NXptLTI1NiAzODRWNzA0cTAtMTMyLTk0LTIyNnQtMjI2LTk0LTIyNiA5NC05NCAyMjZ2NTEycTAgMTMyIDk0IDIyNnQyMjYgOTQgMjI2LTk0IDk0LTIyNnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ibWljcm9waG9uZV9vZmYiIHVuaWNvZGU9Iu+EsSIgaG9yaXotYWR2LXg9IjE0MDgiIGQ9Ik0yNzEgNTkxTDE3MCA0OTBxLTQyIDEwMy00MiAyMTR2MTI4cTAgMjYgMTkgNDV0NDUgMTkgNDUtMTkgMTktNDVWNzA0cTAtNTMgMTUtMTEzem0xMTE0IDYwMmwtMzYxLTM2MVY3MDRxMC0xMzItOTQtMjI2dC0yMjYtOTRxLTU1IDAtMTA5IDE5bC05Ni05NnE5Ny01MSAyMDUtNTEgMTg1IDAgMzE2LjUgMTMxLjVUMTE1MiA3MDR2MTI4cTAgMjYgMTkgNDV0NDUgMTkgNDUtMTkgMTktNDVWNzA0cTAtMjIxLTE0Ny41LTM4NC41VDc2OCAxMzJWMGgyNTZxMjYgMCA0NS0xOXQxOS00NS0xOS00NS00NS0xOUgzODRxLTI2IDAtNDUgMTl0LTE5IDQ1IDE5IDQ1IDQ1IDE5aDI1NnYxMzJxLTEyNSAxMy0yMzUgODFMMTUxLTQxcS0xMC0xMC0yMy0xMHQtMjMgMTBMMjMgNDFRMTMgNTEgMTMgNjR0MTAgMjNsMTIzNCAxMjM0cTEwIDEwIDIzIDEwdDIzLTEwbDgyLTgycTEwLTEwIDEwLTIzdC0xMC0yM3ptLTM4MCAxMzJMMzg0IDcwNHY1MTJxMCAxMzIgOTQgMjI2dDIyNiA5NHExMDIgMCAxODQuNS01OXQxMTYuNS0xNTJ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InNoaWVsZCIgdW5pY29kZT0i74SyIiBob3Jpei1hZHYteD0iMTI4MCIgZD0iTTEwODggNTc2djY0MEg2NDBWNzlxMTE5IDYzIDIxMyAxMzcgMjM1IDE4NCAyMzUgMzYwem0xOTIgNzY4VjU3NnEwLTg2LTMzLjUtMTcwLjV0LTgzLTE1MC0xMTgtMTI3LjVUOTE5IDI1IDc5OC01Mi41IDcwOC41LTEwMiA2NjYtMTIycS0xMi02LTI2LTZ0LTI2IDZxLTE2IDctNDIuNSAyMFQ0ODItNTIuNSAzNjEgMjUgMjM0LjUgMTI4dC0xMTggMTI3LjUtODMgMTUwVDAgNTc2djc2OHEwIDI2IDE5IDQ1dDQ1IDE5aDExNTJxMjYgMCA0NS0xOXQxOS00NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iY2FsZW5kYXJfZW1wdHkiIHVuaWNvZGU9Iu+EsyIgaG9yaXotYWR2LXg9IjE2NjQiIGQ9Ik0xMjgtMTI4aDE0MDhWODk2SDEyOFYtMTI4em0zODQgMTIxNnYyODhxMCAxNC05IDIzdC0yMyA5aC02NHEtMTQgMC0yMy05dC05LTIzdi0yODhxMC0xNCA5LTIzdDIzLTloNjRxMTQgMCAyMyA5dDkgMjN6bTc2OCAwdjI4OHEwIDE0LTkgMjN0LTIzIDloLTY0cS0xNCAwLTIzLTl0LTktMjN2LTI4OHEwLTE0IDktMjN0MjMtOWg2NHExNCAwIDIzIDl0OSAyM3ptMzg0IDY0Vi0xMjhxMC01Mi0zOC05MHQtOTAtMzhIMTI4cS01MiAwLTkwIDM4VDAtMTI4djEyODBxMCA1MiAzOCA5MHQ5MCAzOGgxMjh2OTZxMCA2NiA0NyAxMTN0MTEzIDQ3aDY0cTY2IDAgMTEzLTQ3dDQ3LTExM3YtOTZoMzg0djk2cTAgNjYgNDcgMTEzdDExMyA0N2g2NHE2NiAwIDExMy00N3Q0Ny0xMTN2LTk2aDEyOHE1MiAwIDkwLTM4dDM4LTkweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJmaXJlX2V4dGluZ3Vpc2hlciIgdW5pY29kZT0i74S0IiBob3Jpei1hZHYteD0iMTQwOCIgZD0iTTUxMiAxMzQ0cTAgMjYtMTkgNDV0LTQ1IDE5LTQ1LTE5LTE5LTQ1IDE5LTQ1IDQ1LTE5IDQ1IDE5IDE5IDQ1em04OTYgMzJ2LTMyMHEwLTE2LTEyLTI1LTgtNy0yMC03LTQgMC03IDFsLTQ0OCA5NnEtMTEgMi0xOCAxMXQtNyAyMEg2NDB2LTEwMnExMTEtMjMgMTgzLjUtMTExVDg5NiA3MzZWLTY0cTAtMjYtMTktNDV0LTQ1LTE5SDMyMHEtMjYgMC00NSAxOXQtMTkgNDV2ODAwcTAgMTA2IDYyLjUgMTkwLjVUNDgwIDEwNDF2MTExaC0zMnEtNTkgMC0xMTUtMjMuNXQtOTEuNS01My02Ni02Ni41LTQwLjUtNTMuNS0xNC0yNC41cS0xNy0zNS01Ny0zNS0xNiAwLTI5IDctMjMgMTItMzEuNSAzN1Q3IDk4OXE1IDEwIDE0LjUgMjZ0MzcuNSA1My41IDYwLjUgNzAgODUgNjdUMzEzIDEyNThxLTI1IDQyLTI1IDg2IDAgNjYgNDcgMTEzdDExMyA0NyAxMTMtNDcgNDctMTEzcTAtMzMtMTQtNjRoMzAycTAgMTEgNyAyMHQxOCAxMWw0NDggOTZxMyAxIDcgMSAxMiAwIDIwLTcgMTItOSAxMi0yNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0icm9ja2V0IiB1bmljb2RlPSLvhLUiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNMTQ0MCAxMDg4cTAgNDAtMjggNjh0LTY4IDI4LTY4LTI4LTI4LTY4IDI4LTY4IDY4LTI4IDY4IDI4IDI4IDY4em0yMjQgMjg4cTAtMjQ5LTc1LjUtNDMwLjVUMTMzNSA1ODVxLTgxLTgwLTE5NS0xNzZsLTIwLTM3OXEtMi0xNi0xNi0yNkw3MjAtMjIwcS03LTQtMTYtNC0xMiAwLTIzIDlsLTY0IDY0cS0xMyAxNC04IDMybDg1IDI3Ni0yODEgMjgxLTI3Ni04NXEtMy0xLTktMS0xNCAwLTIzIDlsLTY0IDY0cS0xNyAxOS01IDM5bDIyNCAzODRxMTAgMTQgMjYgMTZsMzc5IDIwcTk2IDExNCAxNzYgMTk1IDE4OCAxODcgMzU4IDI1OHQ0MzEgNzFxMTQgMCAyNC05LjV0MTAtMjIuNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ibWF4Y2RuIiB1bmljb2RlPSLvhLYiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTc0NSA3NjNMMTU4MSAwaC0zMzRsMTc4IDgzMnExMyA1Ni0xNSA4OC0yNyAzMy04MyAzM2gtMTY5TDk1NCAwSDYyMGwyMDQgOTUzSDUzOEwzMzQgMEgwbDIwNCA5NTMtMTUzIDMyN2gxMjc2cTEwMSAwIDE4OS41LTQwLjVUMTY2NCAxMTI2cTYwLTczIDgxLTE2OC41dDAtMTk0LjV6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImNoZXZyb25fc2lnbl9sZWZ0IiB1bmljb2RlPSLvhLciIGQ9Ik05MDkgMTQxbDEwMiAxMDJxMTkgMTkgMTkgNDV0LTE5IDQ1TDcwNCA2NDBsMzA3IDMwN3ExOSAxOSAxOSA0NXQtMTkgNDVsLTEwMiAxMDJxLTE5IDE5LTQ1IDE5dC00NS0xOUwzNjUgNjg1cS0xOS0xOS0xOS00NXQxOS00NWw0NTQtNDU0cTE5LTE5IDQ1LTE5dDQ1IDE5em02MjcgNDk5cTAtMjA5LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh0Mzg1LjUtMTAzIDI3OS41LTI3OS41VDE1MzYgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjaGV2cm9uX3NpZ25fcmlnaHQiIHVuaWNvZGU9Iu+EuCIgZD0iTTcxNyAxNDFsNDU0IDQ1NHExOSAxOSAxOSA0NXQtMTkgNDVsLTQ1NCA0NTRxLTE5IDE5LTQ1IDE5dC00NS0xOWwtMTAyLTEwMnEtMTktMTktMTktNDV0MTktNDVsMzA3LTMwNy0zMDctMzA3cS0xOS0xOS0xOS00NXQxOS00NWwxMDItMTAycTE5LTE5IDQ1LTE5dDQ1IDE5em04MTkgNDk5cTAtMjA5LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh0Mzg1LjUtMTAzIDI3OS41LTI3OS41VDE1MzYgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjaGV2cm9uX3NpZ25fdXAiIHVuaWNvZGU9Iu+EuSIgZD0iTTExNjUgMzk3bDEwMiAxMDJxMTkgMTkgMTkgNDV0LTE5IDQ1bC00NTQgNDU0cS0xOSAxOS00NSAxOXQtNDUtMTlMMjY5IDU4OXEtMTktMTktMTktNDV0MTktNDVsMTAyLTEwMnExOS0xOSA0NS0xOXQ0NSAxOWwzMDcgMzA3IDMwNy0zMDdxMTktMTkgNDUtMTl0NDUgMTl6bTM3MSAyNDNxMC0yMDktMTAzLTM4NS41VDExNTMuNS0yNSA3NjgtMTI4IDM4Mi41LTI1IDEwMyAyNTQuNSAwIDY0MHQxMDMgMzg1LjVUMzgyLjUgMTMwNSA3NjggMTQwOHQzODUuNS0xMDMgMjc5LjUtMjc5LjVUMTUzNiA2NDB6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImNoZXZyb25fc2lnbl9kb3duIiB1bmljb2RlPSLvhLoiIGQ9Ik04MTMgMjM3bDQ1NCA0NTRxMTkgMTkgMTkgNDV0LTE5IDQ1bC0xMDIgMTAycS0xOSAxOS00NSAxOXQtNDUtMTlMNzY4IDU3NiA0NjEgODgzcS0xOSAxOS00NSAxOXQtNDUtMTlMMjY5IDc4MXEtMTktMTktMTktNDV0MTktNDVsNDU0LTQ1NHExOS0xOSA0NS0xOXQ0NSAxOXptNzIzIDQwM3EwLTIwOS0xMDMtMzg1LjVUMTE1My41LTI1IDc2OC0xMjggMzgyLjUtMjUgMTAzIDI1NC41IDAgNjQwdDEwMyAzODUuNVQzODIuNSAxMzA1IDc2OCAxNDA4dDM4NS41LTEwMyAyNzkuNS0yNzkuNVQxNTM2IDY0MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iaHRtbDUiIHVuaWNvZGU9Iu+EuyIgaG9yaXotYWR2LXg9IjE0MDgiIGQ9Ik0xMTMwIDkzOWwxNiAxNzVIMjYybDQ3LTUzNGg2MTJsLTIyLTIyOC0xOTctNTMtMTk2IDUzLTEzIDE0MEgzMThsMjItMjc4IDM2Mi0xMDBoNHYxbDM1OSA5OSA1MCA1NDRINDcxbC0xNSAxODFoNjc0ek0wIDE0MDhoMTQwOEwxMjgwLTMwIDcwMi0xOTIgMTI4LTMweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjc3MzIiB1bmljb2RlPSLvhLwiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMjc1IDE0MDhoMTUwNUwxNTE0IDc1IDcxMC0xOTIgMTIgNzVsNzEgMzU2aDI5N2wtMjktMTQ3IDQyMi0xNjEgNDg2IDE2MSA2OCAzMzlIMTE5bDU4IDI5N2gxMjA5bDM4IDE5MUgyMTZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImFuY2hvciIgdW5pY29kZT0i74S9IiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTk2MCAxMjgwcTAgMjYtMTkgNDV0LTQ1IDE5LTQ1LTE5LTE5LTQ1IDE5LTQ1IDQ1LTE5IDQ1IDE5IDE5IDQ1em04MzItOTI4VjBxMC0yMi0yMC0zMC04LTItMTItMi0xMiAwLTIzIDlsLTkzIDkzcS0xMTktMTQzLTMxOC41LTIyNi41VDg5Ni0yNDB0LTQyOS41IDgzLjVUMTQ4IDcwTDU1LTIzcS05LTktMjMtOS00IDAtMTIgMlEwLTIyIDAgMHYzNTJxMCAxNCA5IDIzdDIzIDloMzUycTIyIDAgMzAtMjAgOC0xOS03LTM1TDMwNyAyMjlxNjctOTEgMTg5LjUtMTUzLjVUNzY4LTd2NjQ3SDU3NnEtMjYgMC00NSAxOXQtMTkgNDV2MTI4cTAgMjYgMTkgNDV0NDUgMTloMTkydjE2M3EtNTggMzQtOTMgOTIuNVQ2NDAgMTI4MHEwIDEwNiA3NSAxODF0MTgxIDc1IDE4MS03NSA3NS0xODFxMC03MC0zNS0xMjguNXQtOTMtOTIuNVY4OTZoMTkycTI2IDAgNDUtMTl0MTktNDVWNzA0cTAtMjYtMTktNDV0LTQ1LTE5aC0xOTJWLTdxMTQ5IDIwIDI3MS41IDgyLjVUMTQ4NSAyMjlsLTEwMCAxMDBxLTE1IDE2LTcgMzUgOCAyMCAzMCAyMGgzNTJxMTQgMCAyMy05dDktMjN6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVubG9ja19hbHQiIHVuaWNvZGU9Iu+EviIgaG9yaXotYWR2LXg9IjExNTIiIGQ9Ik0xMDU2IDc2OHE0MCAwIDY4LTI4dDI4LTY4Vjk2cTAtNDAtMjgtNjh0LTY4LTI4SDk2UTU2IDAgMjggMjhUMCA5NnY1NzZxMCA0MCAyOCA2OHQ2OCAyOGgzMnYzMjBxMCAxODUgMTMxLjUgMzE2LjVUNTc2IDE1MzZ0MzE2LjUtMTMxLjVUMTAyNCAxMDg4cTAtMjYtMTktNDV0LTQ1LTE5aC02NHEtMjYgMC00NSAxOXQtMTkgNDVxMCAxMDYtNzUgMTgxdC0xODEgNzUtMTgxLTc1LTc1LTE4MVY3NjhoNzM2eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJidWxsc2V5ZSIgdW5pY29kZT0i74WAIiBkPSJNMTAyNCA2NDBxMC0xMDYtNzUtMTgxdC0xODEtNzUtMTgxIDc1LTc1IDE4MSA3NSAxODEgMTgxIDc1IDE4MS03NSA3NS0xODF6bTEyOCAwcTAgMTU5LTExMi41IDI3MS41VDc2OCAxMDI0IDQ5Ni41IDkxMS41IDM4NCA2NDB0MTEyLjUtMjcxLjVUNzY4IDI1NnQyNzEuNSAxMTIuNVQxMTUyIDY0MHptMTI4IDBxMC0yMTItMTUwLTM2MlQ3NjggMTI4IDQwNiAyNzggMjU2IDY0MHQxNTAgMzYyIDM2MiAxNTAgMzYyLTE1MCAxNTAtMzYyem0xMjggMHEwIDEzMC01MSAyNDguNXQtMTM2LjUgMjA0LTIwNCAxMzYuNS0yNDguNSA1MS0yNDguNS01MS0yMDQtMTM2LjUtMTM2LjUtMjA0VDEyOCA2NDB0NTEtMjQ4LjUgMTM2LjUtMjA0VDUxOS41IDUxIDc2OCAwdDI0OC41IDUxIDIwNCAxMzYuNSAxMzYuNSAyMDQgNTEgMjQ4LjV6bTEyOCAwcTAtMjA5LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh0Mzg1LjUtMTAzIDI3OS41LTI3OS41VDE1MzYgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJlbGxpcHNpc19ob3Jpem9udGFsIiB1bmljb2RlPSLvhYEiIGhvcml6LWFkdi14PSIxNDA4IiBkPSJNMzg0IDgwMFY2MDhxMC00MC0yOC02OHQtNjgtMjhIOTZxLTQwIDAtNjggMjhUMCA2MDh2MTkycTAgNDAgMjggNjh0NjggMjhoMTkycTQwIDAgNjgtMjh0MjgtNjh6bTUxMiAwVjYwOHEwLTQwLTI4LTY4dC02OC0yOEg2MDhxLTQwIDAtNjggMjh0LTI4IDY4djE5MnEwIDQwIDI4IDY4dDY4IDI4aDE5MnE0MCAwIDY4LTI4dDI4LTY4em01MTIgMFY2MDhxMC00MC0yOC02OHQtNjgtMjhoLTE5MnEtNDAgMC02OCAyOHQtMjggNjh2MTkycTAgNDAgMjggNjh0NjggMjhoMTkycTQwIDAgNjgtMjh0MjgtNjh6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImVsbGlwc2lzX3ZlcnRpY2FsIiB1bmljb2RlPSLvhYIiIGhvcml6LWFkdi14PSIzODQiIGQ9Ik0zODQgMjg4Vjk2cTAtNDAtMjgtNjhUMjg4IDBIOTZRNTYgMCAyOCAyOFQwIDk2djE5MnEwIDQwIDI4IDY4dDY4IDI4aDE5MnE0MCAwIDY4LTI4dDI4LTY4em0wIDUxMlY2MDhxMC00MC0yOC02OHQtNjgtMjhIOTZxLTQwIDAtNjggMjhUMCA2MDh2MTkycTAgNDAgMjggNjh0NjggMjhoMTkycTQwIDAgNjgtMjh0MjgtNjh6bTAgNTEydi0xOTJxMC00MC0yOC02OHQtNjgtMjhIOTZxLTQwIDAtNjggMjh0LTI4IDY4djE5MnEwIDQwIDI4IDY4dDY4IDI4aDE5MnE0MCAwIDY4LTI4dDI4LTY4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfMzAzIiB1bmljb2RlPSLvhYMiIGQ9Ik01MTIgMjU2cTAgNTMtMzcuNSA5MC41VDM4NCAzODR0LTkwLjUtMzcuNVQyNTYgMjU2dDM3LjUtOTAuNVQzODQgMTI4dDkwLjUgMzcuNVQ1MTIgMjU2em0zNTEtOTRxLTEzIDIzMy0xNzYuNSAzOTYuNVQyOTAgNzM1cS0xNCAxLTI0LTl0LTEwLTIzVjU3NXEwLTEzIDguNS0yMnQyMS41LTEwcTE1NC0xMSAyNjQtMTIxdDEyMS0yNjRxMS0xMyAxMC0yMS41dDIyLTguNWgxMjhxMTMgMCAyMyAxMHQ5IDI0em0zODQtMXEtNSAxNTQtNTYgMjk3LjV0LTEzOS41IDI2MC0yMDUgMjA1LTI2MCAxMzkuNS0yOTcuNSA1NnEtMTQgMS0yMy05LTEwLTEwLTEwLTIzVjk1OXEwLTEzIDktMjJ0MjItMTBxMjA0LTcgMzc4LTExMS41VDk0My41IDUzNyAxMDU1IDE1OXExLTEzIDEwLTIydDIyLTloMTI4cTEzIDAgMjMgMTAgMTEgOSA5IDIzem0yODkgOTU5VjE2MHEwLTExOS04NC41LTIwMy41VDEyNDgtMTI4SDI4OHEtMTE5IDAtMjAzLjUgODQuNVQwIDE2MHY5NjBxMCAxMTkgODQuNSAyMDMuNVQyODggMTQwOGg5NjBxMTE5IDAgMjAzLjUtODQuNVQxNTM2IDExMjB6Ii8+PGdseXBoIGdseXBoLW5hbWU9InBsYXlfc2lnbiIgdW5pY29kZT0i74WEIiBkPSJNNzY4IDE0MDhxMjA5IDAgMzg1LjUtMTAzdDI3OS41LTI3OS41VDE1MzYgNjQwdC0xMDMtMzg1LjVUMTE1My41LTI1IDc2OC0xMjggMzgyLjUtMjUgMTAzIDI1NC41IDAgNjQwdDEwMyAzODUuNVQzODIuNSAxMzA1IDc2OCAxNDA4em0zODQtODIzcTMyIDE4IDMyIDU1dC0zMiA1NWwtNTQ0IDMyMHEtMzEgMTktNjQgMS0zMi0xOS0zMi01NlYzMjBxMC0zNyAzMi01NiAxNi04IDMyLTggMTcgMCAzMiA5eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ0aWNrZXQiIHVuaWNvZGU9Iu+FhSIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xMDI0IDEwODRsMzE2LTMxNi01NzItNTcyLTMxNiAzMTZ6TTgxMyAxMDVsNjE4IDYxOHExOSAxOSAxOSA0NXQtMTkgNDVsLTM2MiAzNjJxLTE4IDE4LTQ1IDE4dC00NS0xOEwzNjEgNTU3cS0xOS0xOS0xOS00NXQxOS00NWwzNjItMzYycTE4LTE4IDQ1LTE4dDQ1IDE4em04ODkgNjM3TDc5NS0xNjZxLTM3LTM3LTkwLjUtMzdUNjE0LTE2Nkw0ODgtNDBxNTYgNTYgNTYgMTM2dC01NiAxMzYtMTM2IDU2LTEzNi01Nkw5MSAzNThxLTM3IDM3LTM3IDkwLjVUOTEgNTM5bDkwNyA5MDZxMzcgMzcgOTAuNSAzN3Q5MC41LTM3bDEyNS0xMjVxLTU2LTU2LTU2LTEzNnQ1Ni0xMzYgMTM2LTU2IDEzNiA1NmwxMjYtMTI1cTM3LTM3IDM3LTkwLjV0LTM3LTkwLjV6Ii8+PGdseXBoIGdseXBoLW5hbWU9Im1pbnVzX3NpZ25fYWx0IiB1bmljb2RlPSLvhYYiIGQ9Ik0xMjgwIDU3NnYxMjhxMCAyNi0xOSA0NXQtNDUgMTlIMzIwcS0yNiAwLTQ1LTE5dC0xOS00NVY1NzZxMC0yNiAxOS00NXQ0NS0xOWg4OTZxMjYgMCA0NSAxOXQxOSA0NXptMjU2IDU0NFYxNjBxMC0xMTktODQuNS0yMDMuNVQxMjQ4LTEyOEgyODhxLTExOSAwLTIwMy41IDg0LjVUMCAxNjB2OTYwcTAgMTE5IDg0LjUgMjAzLjVUMjg4IDE0MDhoOTYwcTExOSAwIDIwMy41LTg0LjVUMTUzNiAxMTIweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjaGVja19taW51cyIgdW5pY29kZT0i74WHIiBob3Jpei1hZHYteD0iMTQwOCIgZD0iTTExNTIgNzM2di02NHEwLTE0LTktMjN0LTIzLTlIMjg4cS0xNCAwLTIzIDl0LTkgMjN2NjRxMCAxNCA5IDIzdDIzIDloODMycTE0IDAgMjMtOXQ5LTIzem0xMjgtNDQ4djgzMnEwIDY2LTQ3IDExM3QtMTEzIDQ3SDI4OHEtNjYgMC0xMTMtNDd0LTQ3LTExM1YyODhxMC02NiA0Ny0xMTN0MTEzLTQ3aDgzMnE2NiAwIDExMyA0N3Q0NyAxMTN6bTEyOCA4MzJWMjg4cTAtMTE5LTg0LjUtMjAzLjVUMTEyMCAwSDI4OFExNjkgMCA4NC41IDg0LjVUMCAyODh2ODMycTAgMTE5IDg0LjUgMjAzLjVUMjg4IDE0MDhoODMycTExOSAwIDIwMy41LTg0LjVUMTQwOCAxMTIweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJsZXZlbF91cCIgdW5pY29kZT0i74WIIiBob3Jpei1hZHYteD0iMTAyNCIgZD0iTTEwMTggOTMzcS0xOC0zNy01OC0zN0g3NjhWMzJxMC0xNC05LTIzdC0yMy05SDMyUTExIDAgMyAxOHEtOCAyMCA0IDM1bDE2MCAxOTJxOSAxMSAyNSAxMWgzMjB2NjQwSDMyMHEtNDAgMC01OCAzNy0xNyAzNyA5IDY4bDMyMCAzODRxMTggMjIgNDkgMjJ0NDktMjJsMzIwLTM4NHEyNy0zMiA5LTY4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJsZXZlbF9kb3duIiB1bmljb2RlPSLvhYkiIGhvcml6LWFkdi14PSIxMDI0IiBkPSJNMzIgMTI4MGg3MDRxMTMgMCAyMi41LTkuNXQ5LjUtMjMuNVYzODRoMTkycTQwIDAgNTgtMzd0LTktNjlMNjg5LTEwNnEtMTgtMjItNDktMjJ0LTQ5IDIyTDI3MSAyNzhxLTI2IDMxLTkgNjkgMTggMzcgNTggMzdoMTkydjY0MEgxOTJxLTE0IDAtMjUgMTFMNyAxMjI3cS0xMyAxNC00IDM0IDkgMTkgMjkgMTl6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImNoZWNrX3NpZ24iIHVuaWNvZGU9Iu+FiiIgZD0iTTY4NSAyMzdsNjE0IDYxNHExOSAxOSAxOSA0NXQtMTkgNDVsLTEwMiAxMDJxLTE5IDE5LTQ1IDE5dC00NS0xOUw2NDAgNTc2IDQyOSA3ODdxLTE5IDE5LTQ1IDE5dC00NS0xOUwyMzcgNjg1cS0xOS0xOS0xOS00NXQxOS00NWwzNTgtMzU4cTE5LTE5IDQ1LTE5dDQ1IDE5em04NTEgODgzVjE2MHEwLTExOS04NC41LTIwMy41VDEyNDgtMTI4SDI4OHEtMTE5IDAtMjAzLjUgODQuNVQwIDE2MHY5NjBxMCAxMTkgODQuNSAyMDMuNVQyODggMTQwOGg5NjBxMTE5IDAgMjAzLjUtODQuNVQxNTM2IDExMjB6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImVkaXRfc2lnbiIgdW5pY29kZT0i74WLIiBkPSJNNDA0IDQyOGwxNTItMTUyLTUyLTUyaC01NnY5NmgtOTZ2NTZ6bTQxNCAzOTBxMTQtMTMtMy0zMEw1MjQgNDk3cS0xNy0xNy0zMC0zLTE0IDEzIDMgMzBsMjkxIDI5MXExNyAxNyAzMCAzek01NDQgMTI4bDU0NCA1NDQtMjg4IDI4OC01NDQtNTQ0VjEyOGgyODh6bTYwOCA2MDhsOTIgOTJxMjggMjggMjggNjh0LTI4IDY4bC0xNTIgMTUycS0yOCAyOC02OCAyOHQtNjgtMjhsLTkyLTkyem0zODQgMzg0VjE2MHEwLTExOS04NC41LTIwMy41VDEyNDgtMTI4SDI4OHEtMTE5IDAtMjAzLjUgODQuNVQwIDE2MHY5NjBxMCAxMTkgODQuNSAyMDMuNVQyODggMTQwOGg5NjBxMTE5IDAgMjAzLjUtODQuNVQxNTM2IDExMjB6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il8zMTIiIHVuaWNvZGU9Iu+FjCIgZD0iTTEyODAgNjA4djQ4MHEwIDI2LTE5IDQ1dC00NSAxOUg3MzZxLTQyIDAtNTktMzktMTctNDEgMTQtNzBsMTQ0LTE0NC01MzQtNTM0cS0xOS0xOS0xOS00NXQxOS00NWwxMDItMTAycTE5LTE5IDQ1LTE5dDQ1IDE5bDUzNCA1MzQgMTQ0LTE0NHExOC0xOSA0NS0xOSAxMiAwIDI1IDUgMzkgMTcgMzkgNTl6bTI1NiA1MTJWMTYwcTAtMTE5LTg0LjUtMjAzLjVUMTI0OC0xMjhIMjg4cS0xMTkgMC0yMDMuNSA4NC41VDAgMTYwdjk2MHEwIDExOSA4NC41IDIwMy41VDI4OCAxNDA4aDk2MHExMTkgMCAyMDMuNS04NC41VDE1MzYgMTEyMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ic2hhcmVfc2lnbiIgdW5pY29kZT0i74WNIiBkPSJNMTAwNSA0MzVsMzUyIDM1MnExOSAxOSAxOSA0NXQtMTkgNDVsLTM1MiAzNTJxLTMwIDMxLTY5IDE0LTQwLTE3LTQwLTU5di0xNjBxLTExOSAwLTIxNi0xOS41dC0xNjIuNS01MS0xMTQtNzlUMzI3IDc3OXQtNDQuNS0xMDlUMjYxIDU1OC41IDI1NiA0NDhxMC0xODEgMTY3LTQwNCAxMS0xMiAyNS0xMiA3IDAgMTMgMyAyMiA5IDE5IDMzLTQ0IDM1NCA2MiA0NzMgNDYgNTIgMTMwIDc1LjVUODk2IDY0MFY0ODBxMC00MiA0MC01OSAxMi01IDI0LTUgMjYgMCA0NSAxOXptNTMxIDY4NVYxNjBxMC0xMTktODQuNS0yMDMuNVQxMjQ4LTEyOEgyODhxLTExOSAwLTIwMy41IDg0LjVUMCAxNjB2OTYwcTAgMTE5IDg0LjUgMjAzLjVUMjg4IDE0MDhoOTYwcTExOSAwIDIwMy41LTg0LjVUMTUzNiAxMTIweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjb21wYXNzIiB1bmljb2RlPSLvhY4iIGQ9Ik02NDAgNDQ4bDI1NiAxMjgtMjU2IDEyOFY0NDh6bTM4NCA1OTFWNDk3TDUxMiAyNDF2NTQyem0yODgtMzk5cTAgMTQ4LTczIDI3M3QtMTk4IDE5OC0yNzMgNzMtMjczLTczLTE5OC0xOTgtNzMtMjczIDczLTI3MyAxOTgtMTk4IDI3My03MyAyNzMgNzMgMTk4IDE5OCA3MyAyNzN6bTIyNCAwcTAtMjA5LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh0Mzg1LjUtMTAzIDI3OS41LTI3OS41VDE1MzYgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJjb2xsYXBzZSIgdW5pY29kZT0i74WQIiBkPSJNMTE0NSA4NjFxMTgtMzUtNS02Nkw4MjAgMzQ3cS0xOS0yNy01Mi0yN3QtNTIgMjdMMzk2IDc5NXEtMjMgMzEtNSA2NiAxNyAzNSA1NyAzNWg2NDBxNDAgMCA1Ny0zNXptMTM1LTcwMXY5NjBxMCAxMy05LjUgMjIuNXQtMjIuNSA5LjVIMjg4cS0xMyAwLTIyLjUtOS41VDI1NiAxMTIwVjE2MHEwLTEzIDkuNS0yMi41VDI4OCAxMjhoOTYwcTEzIDAgMjIuNSA5LjV0OS41IDIyLjV6bTI1NiA5NjBWMTYwcTAtMTE5LTg0LjUtMjAzLjVUMTI0OC0xMjhIMjg4cS0xMTkgMC0yMDMuNSA4NC41VDAgMTYwdjk2MHEwIDExOSA4NC41IDIwMy41VDI4OCAxNDA4aDk2MHExMTkgMCAyMDMuNS04NC41VDE1MzYgMTEyMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iY29sbGFwc2VfdG9wIiB1bmljb2RlPSLvhZEiIGQ9Ik0xMTQ1IDQxOXEtMTctMzUtNTctMzVINDQ4cS00MCAwLTU3IDM1LTE4IDM1IDUgNjZsMzIwIDQ0OHExOSAyNyA1MiAyN3Q1Mi0yN2wzMjAtNDQ4cTIzLTMxIDUtNjZ6bTEzNS0yNTl2OTYwcTAgMTMtOS41IDIyLjV0LTIyLjUgOS41SDI4OHEtMTMgMC0yMi41LTkuNVQyNTYgMTEyMFYxNjBxMC0xMyA5LjUtMjIuNVQyODggMTI4aDk2MHExMyAwIDIyLjUgOS41dDkuNSAyMi41em0yNTYgOTYwVjE2MHEwLTExOS04NC41LTIwMy41VDEyNDgtMTI4SDI4OHEtMTE5IDAtMjAzLjUgODQuNVQwIDE2MHY5NjBxMCAxMTkgODQuNSAyMDMuNVQyODggMTQwOGg5NjBxMTE5IDAgMjAzLjUtODQuNVQxNTM2IDExMjB6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il8zMTciIHVuaWNvZGU9Iu+FkiIgZD0iTTEwODggNjQwcTAtMzMtMjctNTJMNjEzIDI2OHEtMzEtMjMtNjYtNS0zNSAxNy0zNSA1N3Y2NDBxMCA0MCAzNSA1NyAzNSAxOCA2Ni01bDQ0OC0zMjBxMjctMTkgMjctNTJ6bTE5Mi00ODB2OTYwcTAgMTQtOSAyM3QtMjMgOUgyODhxLTE0IDAtMjMtOXQtOS0yM1YxNjBxMC0xNCA5LTIzdDIzLTloOTYwcTE0IDAgMjMgOXQ5IDIzem0yNTYgOTYwVjE2MHEwLTExOS04NC41LTIwMy41VDEyNDgtMTI4SDI4OHEtMTE5IDAtMjAzLjUgODQuNVQwIDE2MHY5NjBxMCAxMTkgODQuNSAyMDMuNVQyODggMTQwOGg5NjBxMTE5IDAgMjAzLjUtODQuNVQxNTM2IDExMjB6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImV1ciIgdW5pY29kZT0i74WTIiBob3Jpei1hZHYteD0iMTAyNCIgZD0iTTk3NiAyMjlsMzUtMTU5cTMtMTItMy0yMi41VDk5MSAzM2wtNS0xcS00LTItMTAuNS0zLjV0LTE2LTQuNS0yMS41LTUuNS0yNS41LTUtMzAtNVQ4NDkgNHQtMzYuNS0zVDc3NCAwUTU0MCAwIDM2NSAxMzAuNVQxMjcgNDgySDMycS0xMyAwLTIyLjUgOS41VDAgNTE0djExM3EwIDEzIDkuNSAyMi41VDMyIDY1OWg2NnEtMiA1NyAxIDEwNUgzMnEtMTQgMC0yMyA5dC05IDIzdjExNHEwIDE0IDkgMjN0MjMgOWg5OHE2NyAyMTAgMjQzLjUgMzM4VDc3NCAxNDA4cTEwMiAwIDE5NC0yMyAxMS0zIDIwLTE1IDYtMTEgMy0yNGwtNDMtMTU5cS0zLTEzLTE0LTE5LjV0LTI0LTIuNWwtNCAxcS00IDEtMTEuNSAyLjVMODc3IDExNzJsLTIyLjUgMy41LTI2IDMtMjkgMi41LTI5LjUgMXEtMTI2IDAtMjI2LTY0VDM5NCA5NDJoNDY4cTE2IDAgMjUtMTIgMTAtMTIgNy0yNmwtMjQtMTE0cS01LTI2LTMyLTI2SDM1MHEtMy0zNyAwLTEwNWg0NTlxMTUgMCAyNS0xMiA5LTEyIDYtMjdsLTI0LTExMnEtMi0xMS0xMS0xOC41dC0yMC03LjVIMzk4cTQ4LTExNyAxNDkuNS0xODUuNVQ3NzYgMjI4cTE4IDAgMzYgMS41dDMzLjUgMy41IDI5LjUgNC41IDI0LjUgNVQ5MTggMjQ3bDEyIDMgNSAycTEzIDUgMjYtMiAxMi03IDE1LTIxeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJnYnAiIHVuaWNvZGU9Iu+FlCIgaG9yaXotYWR2LXg9IjEwMjQiIGQ9Ik0xMDIwIDM5OVYzMnEwLTE0LTktMjN0LTIzLTlIMzJRMTggMCA5IDlUMCAzMnYxNTBxMCAxMyA5LjUgMjIuNVQzMiAyMTRoOTd2MzgzSDM0cS0xNCAwLTIzIDkuNVQyIDYyOXYxMzFxMCAxNCA5IDIzdDIzIDloOTV2MjIzcTAgMTcxIDEyMy41IDI4MlQ1NjcgMTQwOHExODUgMCAzMzUtMTI1IDktOCAxMC0yMC41dC03LTIyLjVsLTEwMy0xMjdxLTktMTEtMjItMTItMTMtMi0yMyA3LTUgNS0yNiAxOXQtNjkgMzItOTMgMThxLTg1IDAtMTM3LTQ3dC01Mi0xMjNWNzkyaDMwNXExMyAwIDIyLjUtOXQ5LjUtMjNWNjI5cTAtMTMtOS41LTIyLjVUNjg1IDU5N0gzODBWMjE4aDQxNHYxODFxMCAxMyA5IDIyLjV0MjMgOS41aDE2MnExNCAwIDIzLTkuNXQ5LTIyLjV6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVzZCIgdW5pY29kZT0i74WVIiBob3Jpei1hZHYteD0iMTAyNCIgZD0iTTk3OCAzNTFxMC0xNTMtOTkuNS0yNjMuNVQ2MjAtNDl2LTE3NXEwLTE0LTktMjN0LTIzLTlINDUzcS0xMyAwLTIyLjUgOS41VDQyMS0yMjR2MTc1cS02NiA5LTEyNy41IDMxVDE5MiAyNi41dC03NCA0OFQ3MS41IDExMiA1NCAxMzBxLTE3IDIxLTIgNDFsMTAzIDEzNXE3IDEwIDIzIDEyIDE1IDIgMjQtOWwyLTJxMTEzLTk5IDI0My0xMjUgMzctOCA3NC04IDgxIDAgMTQyLjUgNDNUNzI1IDMzOXEwIDI4LTE1IDUzdC0zMy41IDQyLTU4LjUgMzcuNS02NiAzMi04MCAzMi41cS0zOSAxNi02MS41IDI1VDM0OSA1ODcuNXQtNjIuNSAzMVQyMzAgNjU0dC01My41IDQyLjUtNDMuNSA0OS0zNS41IDU4LTIxIDY2LjUtOC41IDc4cTAgMTM4IDk4IDI0MnQyNTUgMTM0djE4MHEwIDEzIDkuNSAyMi41dDIyLjUgOS41aDEzNXExNCAwIDIzLTl0OS0yM3YtMTc2cTU3LTYgMTEwLjUtMjN0ODctMzMuNVQ4ODEgMTIzNHQzOS0yOSAxNS0xNHExNy0xOCA1LTM4bC04MS0xNDZxLTgtMTUtMjMtMTYtMTQtMy0yNyA3LTMgMy0xNC41IDEydC0zOSAyNi41LTU4LjUgMzItNzQuNSAyNlQ1MzcgMTEwNnEtOTUgMC0xNTUtNDN0LTYwLTExMXEwLTI2IDguNS00OHQyOS41LTQxLjUgMzkuNS0zMyA1Ni0zMSA2MC41LTI3IDcwLTI3LjVxNTMtMjAgODEtMzEuNXQ3Ni0zNSA3NS41LTQyLjUgNjItNTAgNTMtNjMuNVQ5NjUgNDQ1dDEzLTk0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJpbnIiIHVuaWNvZGU9Iu+FliIgaG9yaXotYWR2LXg9Ijg5OCIgZD0iTTg5OCAxMDY2Vjk2NHEwLTE0LTktMjN0LTIzLTlINjk4cS0yMy0xNDQtMTI5LTIzNFQyOTMgNTg4UTQ2MCA0MTAgNzUyIDUycTE0LTE2IDQtMzQtOC0xOC0yOS0xOEg1MzJxLTE2IDAtMjUgMTJRMjAxIDM3OSA5IDU4M3EtOSA5LTkgMjJ2MTI3cTAgMTMgOS41IDIyLjVUMzIgNzY0aDExMnExMzIgMCAyMTIuNSA0M1Q0NTkgOTMySDMycS0xNCAwLTIzIDl0LTkgMjN2MTAycTAgMTQgOSAyM3QyMyA5aDQxM3EtNTcgMTEzLTI2OCAxMTNIMzJxLTEzIDAtMjIuNSA5LjVUMCAxMjQzdjEzM3EwIDE0IDkgMjN0MjMgOWg4MzJxMTQgMCAyMy05dDktMjN2LTEwMnEwLTE0LTktMjN0LTIzLTlINjMxcTQ3LTYxIDY0LTE0NGgxNzFxMTQgMCAyMy05dDktMjN6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImpweSIgdW5pY29kZT0i74WXIiBob3Jpei1hZHYteD0iMTAyNyIgZD0iTTYwMyAwSDQzMXEtMTMgMC0yMi41IDlUMzk5IDMydjMzMEgxMTFxLTEzIDAtMjIuNSA5VDc5IDM5NHYxMDNxMCAxMyA5LjUgMjIuNVQxMTEgNTI5aDI4OHY4NUgxMTFxLTEzIDAtMjIuNSA5VDc5IDY0NnYxMDRxMCAxMyA5LjUgMjIuNVQxMTEgNzgyaDIxNEw0IDEzNjBxLTggMTYgMCAzMiAxMCAxNiAyOCAxNmgxOTRxMTkgMCAyOS0xOGwyMTUtNDI1cTE5LTM4IDU2LTEyNSAxMCAyNCAzMC41IDY4dDI3LjUgNjFsMTkxIDQyMHE4IDE5IDI5IDE5aDE5MXExNyAwIDI3LTE2IDktMTQgMS0zMUw3MTAgNzgyaDIxNXExMyAwIDIyLjUtOS41VDk1NyA3NTBWNjQ2cTAtMTQtOS41LTIzdC0yMi41LTlINjM1di04NWgyOTBxMTMgMCAyMi41LTkuNVQ5NTcgNDk3VjM5NHEwLTE0LTkuNS0yM3QtMjIuNS05SDYzNVYzMnEwLTEzLTkuNS0yMi41VDYwMyAweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJydWIiIHVuaWNvZGU9Iu+FmCIgaG9yaXotYWR2LXg9IjEyODAiIGQ9Ik0xMDQzIDk3MXEwIDEwMC02NSAxNjJ0LTE3MSA2Mkg0ODdWNzQ3aDMyMHExMDYgMCAxNzEgNjJ0NjUgMTYyem0yMzcgMHEwLTE5My0xMjYuNS0zMTVUODI3IDUzNEg0ODdWNDE2aDUwNXExNCAwIDIzLTl0OS0yM1YyNTZxMC0xNC05LTIzdC0yMy05SDQ4N1YzMnEwLTE0LTkuNS0yM1Q0NTUgMEgyODhxLTE0IDAtMjMgOXQtOSAyM3YxOTJIMzJxLTE0IDAtMjMgOXQtOSAyM3YxMjhxMCAxNCA5IDIzdDIzIDloMjI0djExOEgzMnEtMTQgMC0yMyA5dC05IDIzdjE0OXEwIDEzIDkgMjIuNXQyMyA5LjVoMjI0djYyOXEwIDE0IDkgMjN0MjMgOWg1MzlxMjAwIDAgMzI2LjUtMTIyVDEyODAgOTcxeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJrcnciIHVuaWNvZGU9Iu+FmSIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik01MTQgMzQxbDgxIDI5OUg0MzZsNzUtMzAwcTEtMSAxLTN0MS0zcTAgMSAuNSAzLjV0LjUgMy41em0xMTYgNDI3bDM1IDEyOEgzNzNsMzItMTI4aDIyNXptMTkyIDBoMTM5bC0zNSAxMjhoLTcwem00NDktNDI4bDc4IDMwMGgtMTYybDgxLTI5OXEwLTEgLjUtMy41dDEuNS0zLjVxMCAxIC41IDN0LjUgM3ptMTExIDQyOGwzMyAxMjhoLTI5N2wzNC0xMjhoMjMwem00MTAtMzJ2LTY0cTAtMTQtOS0yM3QtMjMtOWgtMjEzTDEzODMgMjRxLTctMjQtMzEtMjRoLTE1OXEtMjQgMC0zMSAyNEw5OTYgNjQwSDc4N0w2MjAgMjRxLTctMjQtMzEtMjRINDMwcS0xMSAwLTE5LjUgN1Q0MDAgMjRMMjQwIDY0MEgzMnEtMTQgMC0yMyA5dC05IDIzdjY0cTAgMTQgOSAyM3QyMyA5aDE3NWwtMzMgMTI4SDMycS0xNCAwLTIzIDl0LTkgMjN2NjRxMCAxNCA5IDIzdDIzIDloMTA5bC04OSAzNDRxLTUgMTUgNSAyOCAxMCAxMiAyNiAxMmgxMzdxMjYgMCAzMS0yNGw5MC0zNjBoMzU5bDk3IDM2MHE3IDI0IDMxIDI0aDEyNnEyNCAwIDMxLTI0bDk4LTM2MGgzNjVsOTMgMzYwcTUgMjQgMzEgMjRoMTM3cTE2IDAgMjYtMTIgMTAtMTMgNS0yOGwtOTEtMzQ0aDExMXExNCAwIDIzLTl0OS0yM3YtNjRxMC0xNC05LTIzdC0yMy05aC0xNDVsLTM0LTEyOGgxNzlxMTQgMCAyMy05dDktMjN6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImJ0YyIgdW5pY29kZT0i74WaIiBob3Jpei1hZHYteD0iMTI4MCIgZD0iTTExNjcgODk2cTE4LTE4Mi0xMzEtMjU4IDExNy0yOCAxNzUtMTAzdDQ1LTIxNHEtNy03MS0zMi41LTEyNXQtNjQuNS04OS05Ny01OC41VDk0MC41IDE0IDc5NS0xdi0yNTVINjQxVi01cS04MCAwLTEyMiAxdi0yNTJIMzY1Vi0xcS0xOCAwLTU0IC41VDI1NiAwSDU2bDMxIDE4M2gxMTFxNTAgMCA1OCA1MXY0MDJoMTZxLTYgMS0xNiAxdjI4N3EtMTMgNjgtODkgNjhINTZ2MTY0bDIxMi0xcTY0IDAgOTcgMXYyNTJoMTU0di0yNDdxODIgMiAxMjIgMnYyNDVoMTU0di0yNTJxNzktNyAxNDAtMjIuNXQxMTMtNDUgODIuNS03OFQxMTY3IDg5NnpNOTUyIDM1MXEwIDM2LTE1IDY0dC0zNyA0Ni01Ny41IDMwLjVUNzc3IDUxMHQtNzQgOS02OSAzLTY0LjUtMS00Ny41LTFWMTgycTggMCAzNy0uNXQ0OC0uNSA1MyAxLjUgNTguNSA0IDU3IDguNSA1NS41IDE0IDQ3LjUgMjEgMzkuNSAzMCAyNC41IDQwIDkuNSA1MXptLTcxIDQ3NnEwIDMzLTEyLjUgNTguNXQtMzAuNSA0Mi00OCAyOC01NSAxNi41LTYxLjUgOC01OCAyLjUtNTQtMS0zOS41LS41VjY3NHE1IDAgMzQuNS0uNXQ0Ni41IDAgNTAgMiA1NSA1LjUgNTEuNSAxMSA0OC41IDE4LjUgMzcgMjcgMjcgMzguNSA5IDUxeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJmaWxlIiB1bmljb2RlPSLvhZsiIGQ9Ik0xMDI0IDEwMjR2NDcycTIyLTE0IDM2LTI4bDQwOC00MDhxMTQtMTQgMjgtMzZoLTQ3MnptLTEyOC0zMnEwLTQwIDI4LTY4dDY4LTI4aDU0NFYtMTYwcTAtNDAtMjgtNjh0LTY4LTI4SDk2cS00MCAwLTY4IDI4VDAtMTYwdjE2MDBxMCA0MCAyOCA2OHQ2OCAyOGg4MDBWOTkyeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJmaWxlX3RleHQiIHVuaWNvZGU9Iu+FnCIgZD0iTTE0NjggMTA2MHExNC0xNCAyOC0zNmgtNDcydjQ3MnEyMi0xNCAzNi0yOHpNOTkyIDg5Nmg1NDRWLTE2MHEwLTQwLTI4LTY4dC02OC0yOEg5NnEtNDAgMC02OCAyOFQwLTE2MHYxNjAwcTAgNDAgMjggNjh0NjggMjhoODAwVjk5MnEwLTQwIDI4LTY4dDY4LTI4em0xNjAtNzM2djY0cTAgMTQtOSAyM3QtMjMgOUg0MTZxLTE0IDAtMjMtOXQtOS0yM3YtNjRxMC0xNCA5LTIzdDIzLTloNzA0cTE0IDAgMjMgOXQ5IDIzem0wIDI1NnY2NHEwIDE0LTkgMjN0LTIzIDlINDE2cS0xNCAwLTIzLTl0LTktMjN2LTY0cTAtMTQgOS0yM3QyMy05aDcwNHExNCAwIDIzIDl0OSAyM3ptMCAyNTZ2NjRxMCAxNC05IDIzdC0yMyA5SDQxNnEtMTQgMC0yMy05dC05LTIzdi02NHEwLTE0IDktMjN0MjMtOWg3MDRxMTQgMCAyMyA5dDkgMjN6Ii8+PGdseXBoIGdseXBoLW5hbWU9InNvcnRfYnlfYWxwaGFiZXQiIHVuaWNvZGU9Iu+FnSIgaG9yaXotYWR2LXg9IjE2NjQiIGQ9Ik0xMTkxIDExMjhoMTc3bC03MiAyMTgtMTIgNDdxLTIgMTYtMiAyMGgtNGwtMy0yMHEwLTEtMy41LTE4dC03LjUtMjl6TTczNiA5NnEwLTEyLTEwLTI0TDQwNy0yNDdxLTEwLTktMjMtOS0xMiAwLTIzIDlMNDEgNzNxLTE1IDE2LTcgMzUgOCAyMCAzMCAyMGgxOTJ2MTM3NnEwIDE0IDkgMjN0MjMgOWgxOTJxMTQgMCAyMy05dDktMjNWMTI4aDE5MnExNCAwIDIzLTl0OS0yM3ptODM2LTExOXYtMjMzSDk4OHY5MGwzNjkgNTI5cTEyIDE4IDIxIDI3bDExIDl2M3EtMiAwLTYuNS0uNXQtNy41LS41cS0xMi0zLTMwLTNoLTIzMlYyODNIOTkzdjIyOWg1Njd2LTg5bC0zNjktNTMwcS02LTgtMjEtMjZsLTExLTExdi0ybDE0IDJxOSAyIDMwIDJoMjQ4djExOWgxMjF6bTg5IDg5N1Y3NjhoLTI4OHYxMDZoNzVsLTQ3IDE0NGgtMjQzbC00Ny0xNDRoNzVWNzY4SDg5OXYxMDZoNzBsMjMwIDY2MmgxNjJsMjMwLTY2Mmg3MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzMyOSIgdW5pY29kZT0i74WeIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTExOTEgMTA0aDE3N2wtNzIgMjE4LTEyIDQ3cS0yIDE2LTIgMjBoLTRsLTMtMjBxMC0xLTMuNS0xOHQtNy41LTI5em0tNDU1LThxMC0xMi0xMC0yNEw0MDctMjQ3cS0xMC05LTIzLTktMTIgMC0yMyA5TDQxIDczcS0xNSAxNi03IDM1IDggMjAgMzAgMjBoMTkydjEzNzZxMCAxNCA5IDIzdDIzIDloMTkycTE0IDAgMjMtOXQ5LTIzVjEyOGgxOTJxMTQgMCAyMy05dDktMjN6bTkyNS0yNDZ2LTEwNmgtMjg4djEwNmg3NUwxNDAxLTZoLTI0M2wtNDctMTQ0aDc1di0xMDZIODk5djEwNmg3MGwyMzAgNjYyaDE2MmwyMzAtNjYyaDcwem0tODkgMTE1MVY3NjhIOTg4djkwbDM2OSA1MjlxMTIgMTggMjEgMjdsMTEgOXYzcS0yIDAtNi41LS41dC03LjUtLjVxLTEyLTMtMzAtM2gtMjMydi0xMTVIOTkzdjIyOWg1Njd2LTg5bC0zNjktNTMwcS02LTgtMjEtMjZsLTExLTEwdi0zbDE0IDNxOSAxIDMwIDFoMjQ4djExOWgxMjF6Ii8+PGdseXBoIGdseXBoLW5hbWU9InNvcnRfYnlfYXR0cmlidXRlcyIgdW5pY29kZT0i74WgIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTczNiA5NnEwLTEyLTEwLTI0TDQwNy0yNDdxLTEwLTktMjMtOS0xMiAwLTIzIDlMNDEgNzNxLTE1IDE2LTcgMzUgOCAyMCAzMCAyMGgxOTJ2MTM3NnEwIDE0IDkgMjN0MjMgOWgxOTJxMTQgMCAyMy05dDktMjNWMTI4aDE5MnExNCAwIDIzLTl0OS0yM3pNMTc5Mi0zMnYtMTkycTAtMTQtOS0yM3QtMjMtOUg5MjhxLTE0IDAtMjMgOXQtOSAyM3YxOTJxMCAxNCA5IDIzdDIzIDloODMycTE0IDAgMjMtOXQ5LTIzem0tMTkyIDUxMlYyODhxMC0xNC05LTIzdC0yMy05SDkyOHEtMTQgMC0yMyA5dC05IDIzdjE5MnEwIDE0IDkgMjN0MjMgOWg2NDBxMTQgMCAyMy05dDktMjN6bS0xOTIgNTEyVjgwMHEwLTE0LTktMjN0LTIzLTlIOTI4cS0xNCAwLTIzIDl0LTkgMjN2MTkycTAgMTQgOSAyM3QyMyA5aDQ0OHExNCAwIDIzLTl0OS0yM3ptLTE5MiA1MTJ2LTE5MnEwLTE0LTktMjN0LTIzLTlIOTI4cS0xNCAwLTIzIDl0LTkgMjN2MTkycTAgMTQgOSAyM3QyMyA5aDI1NnExNCAwIDIzLTl0OS0yM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0ic29ydF9ieV9hdHRyaWJ1dGVzX2FsdCIgdW5pY29kZT0i74WhIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTEyMTYtMzJ2LTE5MnEwLTE0LTktMjN0LTIzLTlIOTI4cS0xNCAwLTIzIDl0LTkgMjN2MTkycTAgMTQgOSAyM3QyMyA5aDI1NnExNCAwIDIzLTl0OS0yM3pNNzM2IDk2cTAtMTItMTAtMjRMNDA3LTI0N3EtMTAtOS0yMy05LTEyIDAtMjMgOUw0MSA3M3EtMTUgMTYtNyAzNSA4IDIwIDMwIDIwaDE5MnYxMzc2cTAgMTQgOSAyM3QyMyA5aDE5MnExNCAwIDIzLTl0OS0yM1YxMjhoMTkycTE0IDAgMjMtOXQ5LTIzem02NzIgMzg0VjI4OHEwLTE0LTktMjN0LTIzLTlIOTI4cS0xNCAwLTIzIDl0LTkgMjN2MTkycTAgMTQgOSAyM3QyMyA5aDQ0OHExNCAwIDIzLTl0OS0yM3ptMTkyIDUxMlY4MDBxMC0xNC05LTIzdC0yMy05SDkyOHEtMTQgMC0yMyA5dC05IDIzdjE5MnEwIDE0IDkgMjN0MjMgOWg2NDBxMTQgMCAyMy05dDktMjN6bTE5MiA1MTJ2LTE5MnEwLTE0LTktMjN0LTIzLTlIOTI4cS0xNCAwLTIzIDl0LTkgMjN2MTkycTAgMTQgOSAyM3QyMyA5aDgzMnExNCAwIDIzLTl0OS0yM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0ic29ydF9ieV9vcmRlciIgdW5pY29kZT0i74WiIiBkPSJNMTM0NiAyMjNxMCA2My00NCAxMTZ0LTEwMyA1M3EtNTIgMC04My0zN3QtMzEtOTQgMzYuNS05NSAxMDQuNS0zOHE1MCAwIDg1IDI3dDM1IDY4ek03MzYgOTZxMC0xMi0xMC0yNEw0MDctMjQ3cS0xMC05LTIzLTktMTIgMC0yMyA5TDQxIDczcS0xNSAxNi03IDM1IDggMjAgMzAgMjBoMTkydjEzNzZxMCAxNCA5IDIzdDIzIDloMTkycTE0IDAgMjMtOXQ5LTIzVjEyOGgxOTJxMTQgMCAyMy05dDktMjN6bTc1MCA2OXEwLTYyLTEzLTEyMS41dC00MS0xMTQtNjgtOTUuNS05OC41LTY1LjVUMTEzOC0yNTZxLTYyIDAtMTA4IDE2LTI0IDgtNDIgMTVsMzkgMTEzcTE1LTcgMzEtMTEgMzctMTMgNzUtMTMgODQgMCAxMzQuNSA1OC41VDEzMzQgNjhoLTJxLTIxLTIzLTYxLjUtMzdUMTE4NiAxN3EtMTA2IDAtMTczIDcxLjVUOTQ2IDI2MXEwIDEwNSA3MiAxNzh0MTgxIDczcTEyMyAwIDIwNS05NC41dDgyLTI1Mi41em0tMzAgNzE3Vjc2OEg5ODd2MTE0aDE2N3Y0MzJxMCA3IC41IDE5dC41IDE3djE2aC0ybC03LTEycS04LTEzLTI2LTMxbC02Mi01OC04MiA4NiAxOTIgMTg1aDEyM1Y4ODJoMTY1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJzb3J0X2J5X29yZGVyX2FsdCIgdW5pY29kZT0i74WjIiBkPSJNMTM0NiAxMjQ3cTAgNjMtNDQgMTE2dC0xMDMgNTNxLTUyIDAtODMtMzd0LTMxLTk0IDM2LjUtOTUgMTA0LjUtMzhxNTAgMCA4NSAyN3QzNSA2OHpNNzM2IDk2cTAtMTItMTAtMjRMNDA3LTI0N3EtMTAtOS0yMy05LTEyIDAtMjMgOUw0MSA3M3EtMTUgMTYtNyAzNSA4IDIwIDMwIDIwaDE5MnYxMzc2cTAgMTQgOSAyM3QyMyA5aDE5MnExNCAwIDIzLTl0OS0yM1YxMjhoMTkycTE0IDAgMjMtOXQ5LTIzem03MjAtMjM4di0xMTRIOTg3djExNGgxNjd2NDMycTAgNyAuNSAxOXQuNSAxN3YxNmgtMmwtNy0xMnEtOC0xMy0yNi0zMWwtNjItNTgtODIgODYgMTkyIDE4NWgxMjN2LTY1NGgxNjV6bTMwIDEzMzFxMC02Mi0xMy0xMjEuNXQtNDEtMTE0LTY4LTk1LjUtOTguNS02NS41VDExMzggNzY4cS02MiAwLTEwOCAxNi0yNCA4LTQyIDE1bDM5IDExM3ExNS03IDMxLTExIDM3LTEzIDc1LTEzIDg0IDAgMTM0LjUgNTguNVQxMzM0IDEwOTJoLTJxLTIxLTIzLTYxLjUtMzd0LTg0LjUtMTRxLTEwNiAwLTE3MyA3MS41VDk0NiAxMjg1cTAgMTA1IDcyIDE3OHQxODEgNzNxMTIzIDAgMjA1LTk0LjV0ODItMjUyLjV6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il8zMzQiIHVuaWNvZGU9Iu+FpCIgaG9yaXotYWR2LXg9IjE2NjQiIGQ9Ik0yNTYgMTkycTAgMjYtMTkgNDV0LTQ1IDE5cS0yNyAwLTQ1LjUtMTlUMTI4IDE5MnEwLTI3IDE4LjUtNDUuNVQxOTIgMTI4cTI2IDAgNDUgMTguNXQxOSA0NS41em0xNjAgNTEyVjY0cTAtMjYtMTktNDVUMzUyIDBINjRRMzggMCAxOSAxOVQwIDY0djY0MHEwIDI2IDE5IDQ1dDQ1IDE5aDI4OHEyNiAwIDQ1LTE5dDE5LTQ1em0xMTg0IDBxMC04Ni01NS0xNDkgMTUtNDQgMTUtNzYgMy03Ni00My0xMzcgMTctNTYgMC0xMTctMTUtNTctNTQtOTQgOS0xMTItNDktMTgxLTY0LTc2LTE5Ny03OGgtMTI5cS02NiAwLTE0NCAxNS41dC0xMjEuNSAyOVQ3MDItNDRRNTc5LTEgNTQ0IDBxLTI2IDEtNDUgMTkuNVQ0ODAgNjR2NjQxcTAgMjUgMTggNDMuNXQ0MyAyMC41cTI0IDIgNzYgNTl0MTAxIDEyMXE2OCA4NyAxMDEgMTIwIDE4IDE4IDMxIDQ4dDE3LjUgNDguNVQ4ODEgMTIyNnE3IDM5IDEyLjUgNjF0MTkuNSA1MiAzNCA1MHExOSAxOSA0NSAxOSA0NiAwIDgyLjUtMTAuNXQ2MC0yNiA0MC00MC41IDI0LTQ1IDEyLTUwIDUtNDUgLjUtMzlxMC0zOC05LjUtNzZ0LTE5LTYwLTI3LjUtNTZxLTMtNi0xMC0xOHQtMTEtMjItOC0yNGgyNzdxNzggMCAxMzUtNTd0NTctMTM1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfMzM1IiB1bmljb2RlPSLvhaUiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNMjU2IDk2MHEwLTI2LTE5LTQ1dC00NS0xOXEtMjcgMC00NS41IDE5VDEyOCA5NjBxMCAyNyAxOC41IDQ1LjVUMTkyIDEwMjRxMjYgMCA0NS0xOC41dDE5LTQ1LjV6bTE2MC01MTJ2NjQwcTAgMjYtMTkgNDV0LTQ1IDE5SDY0cS0yNiAwLTQ1LTE5dC0xOS00NVY0NDhxMC0yNiAxOS00NXQ0NS0xOWgyODhxMjYgMCA0NSAxOXQxOSA0NXptMTEyOSAxNDlxNTUtNjEgNTUtMTQ5LTEtNzgtNTcuNS0xMzVUMTQwOCAyNTZoLTI3N3E0LTE0IDgtMjR0MTEtMjIgMTAtMThxMTgtMzcgMjctNTd0MTktNTguNVQxMjE2IDBxMC0yNC0uNS0zOXQtNS00NS0xMi01MC0yNC00NS00MC00MC41LTYwLTI2VDk5Mi0yNTZxLTI2IDAtNDUgMTktMjAgMjAtMzQgNTB0LTE5LjUgNTJUODgxLTc0cS05IDQyLTEzLjUgNjAuNVQ4NTAgMzV0LTMxIDQ4cS0zMyAzMy0xMDEgMTIwLTQ5IDY0LTEwMSAxMjF0LTc2IDU5cS0yNSAyLTQzIDIwLjVUNDgwIDQ0N3Y2NDFxMCAyNiAxOSA0NC41dDQ1IDE5LjVxMzUgMSAxNTggNDQgNzcgMjYgMTIwLjUgMzkuNXQxMjEuNSAyOSAxNDQgMTUuNWgxMjlxMTMzLTIgMTk3LTc4IDU4LTY5IDQ5LTE4MSAzOS0zNyA1NC05NCAxNy02MSAwLTExNyA0Ni02MSA0My0xMzcgMC0zMi0xNS03NnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ieW91dHViZV9zaWduIiB1bmljb2RlPSLvhaYiIGQ9Ik05MTkgMjMzdjE1N3EwIDUwLTI5IDUwLTE3IDAtMzMtMTZWMjAwcTE2LTE2IDMzLTE2IDI5IDAgMjkgNDl6bTE4NCAxMjJoNjZ2MzRxMCA1MS0zMyA1MXQtMzMtNTF2LTM0ek01MzIgNjIxdi03MGgtODBWMTI4aC03NHY0MjNoLTc4djcwaDIzMnptMjAxLTEyNlYxMjhoLTY3djQwcS0zOS00NS03Ni00NS0zMyAwLTQyIDI4LTYgMTctNiA1NHYyOTBoNjZWMjI1cTAtMjQgMS0yNiAxLTE1IDE1LTE1IDIwIDAgNDIgMzF2MjgwaDY3em0yNTItMTExVjIzOHEwLTUyLTctNzMtMTItNDItNTMtNDItMzUgMC02OCA0MXYtMzZoLTY3djQ5M2g2N1Y0NjBxMzIgNDAgNjggNDAgNDEgMCA1My00MiA3LTIxIDctNzR6bTI1MS0xMjl2LTlxMC0yOS0yLTQzLTMtMjItMTUtNDAtMjctNDAtODAtNDAtNTIgMC04MSAzOC0yMSAyNy0yMSA4NnYxMjlxMCA1OSAyMCA4NiAyOSAzOCA4MCAzOHQ3OC0zOHEyMS0yOSAyMS04NnYtNzZoLTEzM3YtNjVxMC01MSAzNC01MSAyNCAwIDMwIDI2IDAgMSAuNSA3dC41IDE2LjVWMjU1aDY4em0tNDUxIDgyNFY5MjNxMC01MS0zMi01MXQtMzIgNTF2MTU2cTAgNTIgMzIgNTJ0MzItNTJ6bTUzMy03MTNxMCAxNzctMTkgMjYwLTEwIDQ0LTQzIDczLjV0LTc2IDM0LjVxLTEzNiAxNS00MTIgMTUtMjc1IDAtNDExLTE1LTQ0LTUtNzYuNS0zNC41VDIzOCA2MjZxLTIwLTg3LTIwLTI2MCAwLTE3NiAyMC0yNjAgMTAtNDMgNDIuNS03M1QzNTYtMnExMzctMTUgNDEyLTE1dDQxMiAxNXE0MyA1IDc1LjUgMzV0NDIuNSA3M3EyMCA4NCAyMCAyNjB6bS03NTUgNjUxbDkwIDI5NmgtNzVsLTUxLTE5NS01MyAxOTVoLTc4cTctMjMgMjMtNjlsMjQtNjlxMzUtMTAzIDQ2LTE1OFY4MTZoNzR2MjAxem0yODktODF2MTMwcTAgNTgtMjEgODctMjkgMzgtNzggMzgtNTEgMC03OC0zOC0yMS0yOS0yMS04N1Y5MzZxMC01OCAyMS04NyAyNy0zOCA3OC0zOCA0OSAwIDc4IDM4IDIxIDI3IDIxIDg3em0xODEtMTIwaDY3djM3MGgtNjdWOTAzcS0yMi0zMS00Mi0zMS0xNSAwLTE2IDE2LTEgMi0xIDI2djI3MmgtNjdWODkzcTAtMzcgNi01NSAxMS0yNyA0My0yNyAzNiAwIDc3IDQ1di00MHptNTAzIDMwNFYxNjBxMC0xMTktODQuNS0yMDMuNVQxMjQ4LTEyOEgyODhxLTExOSAwLTIwMy41IDg0LjVUMCAxNjB2OTYwcTAgMTE5IDg0LjUgMjAzLjVUMjg4IDE0MDhoOTYwcTExOSAwIDIwMy41LTg0LjVUMTUzNiAxMTIweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ5b3V0dWJlIiB1bmljb2RlPSLvhaciIGQ9Ik05NzEgMjkyVjgxcTAtNjctMzktNjctMjMgMC00NSAyMnYzMDFxMjIgMjIgNDUgMjIgMzkgMCAzOS02N3ptMzM4LTF2LTQ2aC05MHY0NnEwIDY4IDQ1IDY4dDQ1LTY4ek0zNDMgNTA5aDEwN3Y5NEgxMzh2LTk0aDEwNVYtNjBoMTAwdjU2OXpNNjMxLTYwaDg5djQ5NGgtODlWNTZxLTMwLTQyLTU3LTQyLTE4IDAtMjEgMjEtMSAzLTEgMzV2MzY0aC04OVY0M3EwLTQ5IDgtNzMgMTItMzcgNTgtMzcgNDggMCAxMDIgNjF2LTU0em00MjkgMTQ4djE5N3EwIDczLTkgOTktMTcgNTYtNzEgNTYtNTAgMC05My01NHYyMTdoLTg5Vi02MGg4OXY0OHE0NS01NSA5My01NSA1NCAwIDcxIDU1IDkgMjcgOSAxMDB6bTMzOCAxMHYxM2gtOTFxMC01MS0yLTYxLTctMzYtNDAtMzYtNDYgMC00NiA2OXY4N2gxNzl2MTAzcTAgNzktMjcgMTE2LTM5IDUxLTEwNiA1MS02OCAwLTEwNy01MS0yOC0zNy0yOC0xMTZWMTAwcTAtNzkgMjktMTE2IDM5LTUxIDEwOC01MSA3MiAwIDEwOCA1MyAxOCAyNyAyMSA1NCAyIDkgMiA1OHptLTYwOCA5MTN2MjEwcTAgNjktNDMgNjl0LTQzLTY5di0yMTBxMC03MCA0My03MHQ0MyA3MHptNzE5LTc1MXEwLTIzNC0yNi0zNTAtMTQtNTktNTgtOTl0LTEwMi00NnEtMTg0LTIxLTU1NS0yMXQtNTU1IDIxcS01OCA2LTEwMi41IDQ2VDUzLTkwUTI3IDIyIDI3IDI2MHEwIDIzNCAyNiAzNTAgMTQgNTkgNTggOTl0MTAzIDQ3cTE4MyAyMCA1NTQgMjB0NTU1LTIwcTU4LTcgMTAyLjUtNDd0NTcuNS05OXEyNi0xMTIgMjYtMzUwek01MTEgMTUzNmgxMDJsLTEyMS0zOTlWODY2SDM5MnYyNzFxLTE0IDc0LTYxIDIxMi0zNyAxMDMtNjUgMTg3aDEwNmw3MS0yNjN6bTM3MC0zMzN2LTE3NXEwLTgxLTI4LTExOC0zOC01MS0xMDYtNTEtNjcgMC0xMDUgNTEtMjggMzgtMjggMTE4djE3NXEwIDgwIDI4IDExNyAzOCA1MSAxMDUgNTEgNjggMCAxMDYtNTEgMjgtMzcgMjgtMTE3em0zMzUgMTYyVjg2NmgtOTF2NTVxLTUzLTYyLTEwMy02Mi00NiAwLTU5IDM3LTggMjQtOCA3NXYzOTRoOTFWOTk4cTAtMzMgMS0zNSAzLTIyIDIxLTIyIDI3IDAgNTcgNDN2MzgxaDkxeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ4aW5nIiB1bmljb2RlPSLvhagiIGhvcml6LWFkdi14PSIxNDA4IiBkPSJNNTk3IDg2OXEtMTAtMTgtMjU3LTQ1Ni0yNy00Ni02NS00NkgzNnEtMjEgMC0zMSAxN3QwIDM2bDI1MyA0NDhxMSAwIDAgMUw5NyAxMTQ4cS0xMiAyMi0xIDM3IDkgMTUgMzIgMTVoMjM5cTQwIDAgNjYtNDV6bTgwNiA2NDJxMTEtMTYgMC0zN0w4NzUgNTQwdi0xbDMzNi02MTVxMTEtMjAgMS0zNy0xMC0xNS0zMi0xNUg5NDFxLTQyIDAtNjYgNDVMNTM2IDUzOXExOCAzMiA1MzEgOTQyIDI1IDQ1IDY0IDQ1aDI0MXEyMiAwIDMxLTE1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ4aW5nX3NpZ24iIHVuaWNvZGU9Iu+FqSIgZD0iTTY4NSA3NzFxMCAxLTEyNiAyMjItMjEgMzQtNTIgMzRIMzIzcS0xOCAwLTI2LTExLTctMTIgMS0yOWwxMjUtMjE2di0xTDIyNyA0MjRxLTktMTQgMC0yOCA4LTEzIDI0LTEzaDE4NXEzMSAwIDUwIDM2em02MjQgNDk3cS03IDEyLTI0IDEyaC0xODdxLTMwIDAtNDktMzVMNjM4IDUxNnExLTIgMjYyLTQ4MSAyMC0zNSA1Mi0zNWgxODRxMTggMCAyNSAxMiA4IDEzLTEgMjhMOTAwIDUxNnYxbDQwOSA3MjNxOCAxNiAwIDI4em0yMjctMTQ4VjE2MHEwLTExOS04NC41LTIwMy41VDEyNDgtMTI4SDI4OHEtMTE5IDAtMjAzLjUgODQuNVQwIDE2MHY5NjBxMCAxMTkgODQuNSAyMDMuNVQyODggMTQwOGg5NjBxMTE5IDAgMjAzLjUtODQuNVQxNTM2IDExMjB6Ii8+PGdseXBoIGdseXBoLW5hbWU9InlvdXR1YmVfcGxheSIgdW5pY29kZT0i74WqIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTcxMSA0MDhsNDg0IDI1MC00ODQgMjUzVjQwOHptMTg1IDg2MnExNjggMCAzMjQuNS00LjV0MjI5LjUtOS41bDczLTRxMSAwIDE3LTEuNXQyMy0zIDIzLjUtNC41IDI4LjUtOCAyOC0xMyAzMS0xOS41IDI5LTI2LjVxNi02IDE1LjUtMTguNXQyOS01OC41IDI2LjUtMTAxcTgtNjQgMTIuNS0xMzYuNVQxNzkyIDc0OFY1NzJxMS0xNDUtMTgtMjkwLTctNTUtMjUtOTkuNXQtMzItNjEuNWwtMTQtMTdxLTE0LTE1LTI5LTI2LjV0LTMxLTE5LTI4LTEyLjUtMjguNS04LTI0LTQuNS0yMy0zVDE1MjMgMjlxLTI1MS0xOS02MjctMTktMjA3IDItMzU5LjUgNi41VDMzNiAyNGwtNDkgNC0zNiA0cS0zNiA1LTU0LjUgMTB0LTUxIDIxVDg5IDEwNHEtNiA2LTE1LjUgMTguNXQtMjkgNTguNVQxOCAyODJxLTggNjQtMTIuNSAxMzYuNVQwIDUzMnYxNzZxLTEgMTQ1IDE4IDI5MCA3IDU1IDI1IDk5LjV0MzIgNjEuNWwxNCAxN3ExNCAxNSAyOSAyNi41dDMxIDE5LjUgMjggMTMgMjguNSA4IDIzLjUgNC41IDIzIDMgMTcgMS41cTI1MSAxOCA2MjcgMTh6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImRyb3Bib3giIHVuaWNvZGU9Iu+FqyIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik00MDIgODI5bDQ5NC0zMDUtMzQyLTI4NUw2NCA1NTh6bTk4Ni01NTVWMTY2TDg5OC0xMjd2LTFsLTEgMS0xLTF2MUw0MDcgMTY2djEwOGwxNDctOTYgMzQyIDI4NHYybDEtMSAxIDF2LTJsMzQzLTI4NHpNNTU0IDE0MThsMzQyLTI4NS00OTQtMzA0LTMzOCAyNzB6bTgzNi01ODlsMzM4LTI3MS00ODktMzE5LTM0MyAyODV6bS0xNTEgNTg5bDQ4OS0zMTktMzM4LTI3MC00OTQgMzA0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJzdGFja2V4Y2hhbmdlIiB1bmljb2RlPSLvhawiIGQ9Ik0xMjg5LTk2SDE3MXY0ODBIMTF2LTY0MGgxNDM4djY0MGgtMTYwVi05NnpNMzQ3IDQyOGwzMyAxNTcgNzgzLTE2NS0zMy0xNTZ6bTEwMyAzNzRsNjcgMTQ2IDcyNS0zMzktNjctMTQ1em0yMDEgMzU2bDEwMiAxMjMgNjE0LTUxMy0xMDItMTIzem0zOTcgMzc4bDQ3Ny02NDEtMTI4LTk2LTQ3NyA2NDF6TTMzMCA2NXYxNTloODAwVjY1SDMzMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iaW5zdGFncmFtIiB1bmljb2RlPSLvha0iIGQ9Ik0xMDI0IDY0MHEwIDEwNi03NSAxODF0LTE4MSA3NS0xODEtNzUtNzUtMTgxIDc1LTE4MSAxODEtNzUgMTgxIDc1IDc1IDE4MXptMTM4IDBxMC0xNjQtMTE1LTI3OVQ3NjggMjQ2IDQ4OSAzNjEgMzc0IDY0MHQxMTUgMjc5IDI3OSAxMTUgMjc5LTExNSAxMTUtMjc5em0xMDggNDEwcTAtMzgtMjctNjV0LTY1LTI3LTY1IDI3LTI3IDY1IDI3IDY1IDY1IDI3IDY1LTI3IDI3LTY1em0tNTAyIDIyMHEtNyAwLTc2LjUuNXQtMTA1LjUgMC05Ni41LTMtMTAzLTEwVDMxNSAxMjM5cS01MC0yMC04OC01OHQtNTgtODhxLTExLTI5LTE4LjUtNzEuNXQtMTAtMTAzLTMtOTYuNSAwLTEwNS41LjUtNzYuNS0uNS03Ni41IDAtMTA1LjUgMy05Ni41IDEwLTEwM1QxNjkgMTg3cTIwLTUwIDU4LTg4dDg4LTU4cTI5LTExIDcxLjUtMTguNXQxMDMtMTAgOTYuNS0zIDEwNS41IDAgNzYuNS41IDc2LjUtLjUgMTA1LjUgMCA5Ni41IDMgMTAzIDEwVDEyMjEgNDFxNTAgMjAgODggNTh0NTggODhxMTEgMjkgMTguNSA3MS41dDEwIDEwMyAzIDk2LjUgMCAxMDUuNS0uNSA3Ni41LjUgNzYuNSAwIDEwNS41LTMgOTYuNS0xMCAxMDMtMTguNSA3MS41cS0yMCA1MC01OCA4OHQtODggNThxLTI5IDExLTcxLjUgMTguNXQtMTAzIDEwLTk2LjUgMy0xMDUuNSAwLTc2LjUtLjV6bTc2OC02MzBxMC0yMjktNS0zMTctMTAtMjA4LTEyNC0zMjJ0LTMyMi0xMjRxLTg4LTUtMzE3LTV0LTMxNyA1UTI0My0xMTMgMTI5IDFUNSAzMjNxLTUgODgtNSAzMTd0NSAzMTdxMTAgMjA4IDEyNCAzMjJ0MzIyIDEyNHE4OCA1IDMxNyA1dDMxNy01cTIwOC0xMCAzMjItMTI0dDEyNC0zMjJxNS04OCA1LTMxN3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iZmxpY2tyIiB1bmljb2RlPSLvha4iIGQ9Ik0xMjQ4IDE0MDhxMTE5IDAgMjAzLjUtODQuNVQxNTM2IDExMjBWMTYwcTAtMTE5LTg0LjUtMjAzLjVUMTI0OC0xMjhIMjg4cS0xMTkgMC0yMDMuNSA4NC41VDAgMTYwdjk2MHEwIDExOSA4NC41IDIwMy41VDI4OCAxNDA4aDk2MHpNNjk4IDY0MHEwIDg4LTYyIDE1MHQtMTUwIDYyLTE1MC02Mi02Mi0xNTAgNjItMTUwIDE1MC02MiAxNTAgNjIgNjIgMTUwem01NjQgMHEwIDg4LTYyIDE1MHQtMTUwIDYyLTE1MC02Mi02Mi0xNTAgNjItMTUwIDE1MC02MiAxNTAgNjIgNjIgMTUweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJhZG4iIHVuaWNvZGU9Iu+FsCIgZD0iTTc2OCA5MTRsMjAxLTMwNkg1Njd6bTM2NS01MzBoOTRsLTQ1OSA2OTEtNDU5LTY5MWg5NGwxMDQgMTYwaDUyMnptNDAzIDI1NnEwLTIwOS0xMDMtMzg1LjVUMTE1My41LTI1IDc2OC0xMjggMzgyLjUtMjUgMTAzIDI1NC41IDAgNjQwdDEwMyAzODUuNVQzODIuNSAxMzA1IDc2OCAxNDA4dDM4NS41LTEwMyAyNzkuNS0yNzkuNVQxNTM2IDY0MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iZjE3MSIgdW5pY29kZT0i74WxIiBob3Jpei1hZHYteD0iMTQwOCIgZD0iTTgxNSA2NzdxOC02My01MC41LTEwMVQ2NTMgNTcwcS0zOSAxNy01My41IDU4dC0uNSA4MiA1MiA1OHEzNiAxOCA3Mi41IDEydDY0LTM1LjVUODE1IDY3N3ptMTExIDIxcS0xNCAxMDctMTEzIDE2NHQtMTk3IDEzcS02My0yOC0xMDAuNS04OC41VDQ4MSA2NTdxNC05MSA3Ny41LTE1NVQ3MjQgNDQ2cTkxIDggMTUyIDg0dDUwIDE2OHptMjM5IDU0MnEtMjAgMjctNTYgNDQuNXQtNTggMjItNzEgMTIuNXEtMjkxIDQ3LTU2Ni0yLTQzLTctNjYtMTJ0LTU1LTIyLTUwLTQzcTMwLTI4IDc2LTQ1LjV0NzMuNS0yMlQ0ODAgMTE2MXEyMjgtMjkgNDQ4LTEgNjMgOCA4OS41IDEydDcyLjUgMjEuNSA3NSA0Ni41em01Ny0xMDM1cS04LTI2LTE1LjUtNzYuNXQtMTQtODQtMjguNS03MC01OC01Ni41cS04Ni00OC0xODkuNS03MS41dC0yMDItMjJUNTEzLTE1N3EtNDYgOC04MS41IDE4VDM1NS0xMTJ0LTczIDQzLjVUMjMwLTdxLTI1IDk2LTU3IDI5Mmw2IDE2IDE4IDlxMjIzLTE0OCA1MDYuNS0xNDhUMTIxMSAzMTBxMjEtNiAyNC0yM3QtNS00NS04LTM3em0xODEgOTYxcS0yNi0xNjctMTExLTY1NS01LTMwLTI3LTU2dC00My41LTQwLTU0LjUtMzFxLTI1Mi0xMjYtNjEwLTg4LTI0OCAyNy0zOTQgMTM5LTE1IDEyLTI1LjUgMjYuNXQtMTcgMzUtOSAzNC02IDM5LjUtNS41IDM1cS05IDUwLTI2LjUgMTUwdC0yOCAxNjEuNVQyMiAxMDY0IDAgMTIyMnEzIDI2IDE3LjUgNDguNVQ0OSAxMzA4dDQ1IDMwIDQ2IDIyLjUgNDggMTguNXExMjUgNDYgMzEzIDY0IDM3OSAzNyA2NzYtNTAgMTU1LTQ2IDIxNS0xMjIgMTYtMjAgMTYuNS01MXQtNS41LTU0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJiaXRidWNrZXRfc2lnbiIgdW5pY29kZT0i74WyIiBkPSJNODQ4IDY2NnEwIDQzLTQxIDY2dC03NyAxcS00My0yMC00Mi41LTcyLjVUNzMxIDU5MHEzOS0yMyA4MSA0dDM2IDcyem04MCAxNnE4LTY2LTM2LTEyMXQtMTEwLTYxLTExOSA0MC01NiAxMTNxLTIgNDkgMjUuNSA5M3Q3Mi41IDY0cTcwIDMxIDE0MS41LTEwVDkyOCA2ODJ6bTE3MiAzOTFxLTIwLTIxLTUzLjUtMzR0LTUzLTE2LTYzLjUtOHEtMTU1LTIwLTMyNCAwLTQ0IDYtNjMgOS41dC01Mi41IDE2VDQzNiAxMDczcTEzIDE5IDM2IDMxdDQwIDE1LjUgNDcgOC41cTE5OCAzNSA0MDggMSAzMy01IDUxLTguNXQ0My0xNiAzOS0zMS41em00Mi03NDZxMCA3IDUuNSAyNi41dDMgMzJUMTEzMyA0MDJROTcyIDI5NiA3NjggMjk2VDQwMiA0MDJsLTEyLTYtNS0xMnEyNi0xNTQgNDEtMjEwIDQ3LTgxIDIwNC0xMDggMjQ5LTQ2IDQyOCA1MyAzNCAxOSA0OSA1MS41dDIyLjUgODUuNSAxMi41IDcxem0xMzAgNjkzcTkgNTMtOCA3NS00MyA1NS0xNTUgODgtMjE2IDYzLTQ4NyAzNi0xMzItMTItMjI2LTQ2LTM4LTE1LTU5LjUtMjV0LTQ3LTM0LTI5LjUtNTRxOC02OCAxOS0xMzh0MjktMTcxIDI0LTEzN3ExLTUgNS0zMXQ3LTM2IDEyLTI3IDIyLTI4cTEwNS04MCAyODQtMTAwIDI1OS0yOCA0NDAgNjMgMjQgMTMgMzkuNSAyM3QzMSAyOSAxOS41IDQwcTQ4IDI2NyA4MCA0NzN6bTI2NCAxMDBWMTYwcTAtMTE5LTg0LjUtMjAzLjVUMTI0OC0xMjhIMjg4cS0xMTkgMC0yMDMuNSA4NC41VDAgMTYwdjk2MHEwIDExOSA4NC41IDIwMy41VDI4OCAxNDA4aDk2MHExMTkgMCAyMDMuNS04NC41VDE1MzYgMTEyMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idHVtYmxyIiB1bmljb2RlPSLvhbMiIGhvcml6LWFkdi14PSIxMDI0IiBkPSJNOTQ0IDIwN2w4MC0yMzdxLTIzLTM1LTExMS02NnQtMTc3LTMycS0xMDQtMi0xOTAuNSAyNlQ0MDMtMjggMzA4IDc4dC01NS41IDEyMFQyMzYgMzE2djU0NEg2OHYyMTVxNzIgMjYgMTI5IDY5LjV0OTEgOTAgNTggMTAyIDM0IDk5IDE1IDg4LjVxMSA1IDQuNSA4LjV0Ny41IDMuNWgyNDR2LTQyNGgzMzNWODYwSDY1MFYzNDJxMC0zMCA2LjUtNTZ0MjIuNS01Mi41IDQ5LjUtNDEuNSA4MS41LTE0cTc4IDIgMTM0IDI5eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ0dW1ibHJfc2lnbiIgdW5pY29kZT0i74W0IiBkPSJNMTEzNiA3NWwtNjIgMTgzcS00NC0yMi0xMDMtMjItMzYtMS02MiAxMC41VDg3MC41IDI3OCA4NTMgMzE4LjV0LTUgNDMuNXYzOThoMjU3djE5NEg4NDl2MzI2SDY2MXEtOCAwLTktMTAtNS00NC0xNy41LTg3dC0zOS05NS03Ny05NVQ0MDAgOTI1Vjc2MGgxMzBWMzQycTAtNTcgMjEuNS0xMTV0NjUtMTExIDEyMS04NS41VDkxNCAwcTY5IDEgMTM2LjUgMjV0ODUuNSA1MHptNDAwIDEwNDVWMTYwcTAtMTE5LTg0LjUtMjAzLjVUMTI0OC0xMjhIMjg4cS0xMTkgMC0yMDMuNSA4NC41VDAgMTYwdjk2MHEwIDExOSA4NC41IDIwMy41VDI4OCAxNDA4aDk2MHExMTkgMCAyMDMuNS04NC41VDE1MzYgMTEyMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ibG9uZ19hcnJvd19kb3duIiB1bmljb2RlPSLvhbUiIGhvcml6LWFkdi14PSI3NjgiIGQ9Ik03NjUgMjM3cTgtMTktNS0zNUw0MTAtMTgycS0xMC0xMC0yMy0xMC0xNCAwLTI0IDEwTDggMjAycS0xMyAxNi01IDM1IDkgMTkgMjkgMTloMjI0djEyNDhxMCAxNCA5IDIzdDIzIDloMTkycTE0IDAgMjMtOXQ5LTIzVjI1NmgyMjRxMjEgMCAyOS0xOXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ibG9uZ19hcnJvd191cCIgdW5pY29kZT0i74W2IiBob3Jpei1hZHYteD0iNzY4IiBkPSJNNzY1IDEwNDNxLTktMTktMjktMTlINTEyVi0yMjRxMC0xNC05LTIzdC0yMy05SDI4OHEtMTQgMC0yMyA5dC05IDIzdjEyNDhIMzJxLTIxIDAtMjkgMTl0NSAzNWwzNTAgMzg0cTEwIDEwIDIzIDEwIDE0IDAgMjQtMTBsMzU1LTM4NHExMy0xNiA1LTM1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJsb25nX2Fycm93X2xlZnQiIHVuaWNvZGU9Iu+FtyIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNzkyIDczNlY1NDRxMC0xNC05LTIzdC0yMy05SDUxMlYyODhxMC0yMS0xOS0yOXQtMzUgNUw3NCA2MTRxLTEwIDEwLTEwIDIzIDAgMTQgMTAgMjRsMzg0IDM1NHExNiAxNCAzNSA2IDE5LTkgMTktMjlWNzY4aDEyNDhxMTQgMCAyMy05dDktMjN6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImxvbmdfYXJyb3dfcmlnaHQiIHVuaWNvZGU9Iu+FuCIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNzI4IDY0M3EwLTE0LTEwLTI0bC0zODQtMzU0cS0xNi0xNC0zNS02LTE5IDktMTkgMjl2MjI0SDMycS0xNCAwLTIzIDl0LTkgMjN2MTkycTAgMTQgOSAyM3QyMyA5aDEyNDh2MjI0cTAgMjEgMTkgMjl0MzUtNWwzODQtMzUwcTEwLTEwIDEwLTIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJhcHBsZSIgdW5pY29kZT0i74W5IiBob3Jpei1hZHYteD0iMTQwOCIgZD0iTTEzOTMgMzIxcS0zOS0xMjUtMTIzLTI1MC0xMjktMTk2LTI1Ny0xOTYtNDkgMC0xNDAgMzItODYgMzItMTUxIDMyLTYxIDAtMTQyLTMzLTgxLTM0LTEzMi0zNC0xNTIgMC0zMDEgMjU5UTAgMzkyIDAgNjM0cTAgMjI4IDExMyAzNzQgMTEzIDE0NCAyODQgMTQ0IDcyIDAgMTc3LTMwIDEwNC0zMCAxMzgtMzAgNDUgMCAxNDMgMzQgMTAyIDM0IDE3MyAzNCAxMTkgMCAyMTMtNjUgNTItMzYgMTA0LTEwMC03OS02Ny0xMTQtMTE4LTY1LTk0LTY1LTIwNyAwLTEyNCA2OS0yMjN0MTU4LTEyNnptLTM3NiAxMTczcTAtNjEtMjktMTM2LTMwLTc1LTkzLTEzOC01NC01NC0xMDgtNzItMzctMTEtMTA0LTE3IDMgMTQ5IDc4IDI1NyA3NCAxMDcgMjUwIDE0OCAxLTMgMi41LTExdDIuNS0xMXEwLTQgLjUtMTB0LjUtMTB6Ii8+PGdseXBoIGdseXBoLW5hbWU9IndpbmRvd3MiIHVuaWNvZGU9Iu+FuiIgaG9yaXotYWR2LXg9IjE2NjQiIGQ9Ik02ODIgNTMwdi02NTFMMC0yN3Y1NTdoNjgyem0wIDc0M1Y2MTRIMHY1NjV6bTk4Mi03NDN2LTc4Nkw3NTctMTMxdjY2MWg5MDd6bTAgODc4VjYxNEg3NTd2NjY5eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJhbmRyb2lkIiB1bmljb2RlPSLvhbsiIGhvcml6LWFkdi14PSIxNDA4IiBkPSJNNDkzIDEwNTNxMTYgMCAyNy41IDExLjVUNTMyIDEwOTJ0LTExLjUgMjcuNVQ0OTMgMTEzMXQtMjctMTEuNS0xMS0yNy41IDExLTI3LjUgMjctMTEuNXptNDIyIDBxMTYgMCAyNyAxMS41dDExIDI3LjUtMTEgMjcuNS0yNyAxMS41LTI3LjUtMTEuNVQ4NzYgMTA5MnQxMS41LTI3LjVUOTE1IDEwNTN6TTEwMyA4NjlxNDIgMCA3Mi0zMHQzMC03MlYzMzdxMC00My0yOS41LTczVDEwMyAyMzR0LTczIDMwLTMwIDczdjQzMHEwIDQyIDMwIDcydDczIDMwem0xMDYwLTE5VjE4NHEwLTQ2LTMyLTc4dC03Ny0zMmgtNzV2LTIyN3EwLTQzLTMwLTczdC03My0zMC03MyAzMC0zMCA3M1Y3NEg2MzV2LTIyN3EwLTQzLTMwLTczdC03My0zMHEtNDIgMC03MiAzMHQtMzAgNzNsLTEgMjI3aC03NHEtNDYgMC03OCAzMnQtMzIgNzh2NjY2aDkxOHptLTIzMiA0MDVxMTA3LTU1IDE3MS0xNTMuNXQ2NC0yMTUuNUgyNDFxMCAxMTcgNjQgMjE1LjVUNDc3IDEyNTVsLTcxIDEzMXEtNyAxMyA1IDIwIDEzIDYgMjAtNmw3Mi0xMzJxOTUgNDIgMjAxIDQydDIwMS00Mmw3MiAxMzJxNyAxMiAyMCA2IDEyLTcgNS0yMHptNDc3LTQ4OFYzMzdxMC00My0zMC03M3QtNzMtMzBxLTQyIDAtNzIgMzB0LTMwIDczdjQzMHEwIDQzIDMwIDcyLjV0NzIgMjkuNXE0MyAwIDczLTI5LjV0MzAtNzIuNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ibGludXgiIHVuaWNvZGU9Iu+FvCIgZD0iTTY2MyAxMTI1cS0xMS0xLTE1LjUtMTAuNXQtOC41LTkuNXEtNS0xLTUgNSAwIDEyIDE5IDE1aDEwem04Ny0xNHEtNC0xLTExLjUgNi41VDcyMSAxMTIycTI0IDExIDMyLTIgMy02LTMtOXpNMzk5IDY4NHEtNCAxLTYtM3QtNC41LTEyLjVUMzgzIDY1NXQtMTAtMTNxLTEwLTExLTEtMTIgNC0xIDEyLjUgN3QxMi41IDE4cTEgMyAyIDd0MiA2IDEuNSA0LjUuNSA0djNsLTEgMi41LTMgMnptODU1LTM1OXEwIDE4LTU1IDQyIDQgMTUgNy41IDI3LjV0NSAyNiAzIDIxLjUuNSAyMi41LTEgMTkuNS0zLjUgMjItNCAyMC41LTUgMjUtNS41IDI2LjVxLTEwIDQ4LTQ3IDEwM3QtNzIgNzVxMjQtMjAgNTctODMgODctMTYyIDU0LTI3OC0xMS00MC01MC00Mi0zMS00LTM4LjUgMTguNXQtOCA4My41LTExLjUgMTA3cS05IDM5LTE5LjUgNjl0LTE5LjUgNDUuNS0xNS41IDI0LjUtMTMgMTUtNy41IDdxLTE0IDYyLTMxIDEwM3QtMjkuNSA1Ni0yMy41IDMzLTE1IDQwcS00IDIxIDYgNTMuNXQ0LjUgNDkuNS00NC41IDI1cS0xNSAzLTQ0LjUgMTh0LTM1LjUgMTZxLTggMS0xMSAyNnQ4IDUxIDM2IDI3cTM3IDMgNTEtMzB0NC01OHEtMTEtMTktMi0yNi41dDMwLS41cTEzIDQgMTMgMzZ2MzdxLTUgMzAtMTMuNSA1MHQtMjEgMzAuNS0yMy41IDE1LTI3IDcuNXEtMTA3LTgtODktMTM0IDAtMTUtMS0xNS05IDktMjkuNSAxMC41dC0zMy0uNS0xNS41IDVxMSA1Ny0xNiA5MHQtNDUgMzRxLTI3IDEtNDEuNS0yNy41VDU0OSAxMTg1cS0xLTE1IDMuNS0zN3QxMy0zNy41VDU4MSAxMDk3cTEwIDMgMTYgMTQgNCA5LTcgOC03IDAtMTUuNSAxNC41VDU2NSAxMTY3cS0xIDIyIDkgMzd0MzQgMTRxMTcgMCAyNy0yMXQ5LjUtMzktMS41LTIycS0yMi0xNS0zMS0yOS04LTEyLTI3LjUtMjMuNVQ1NjQgMTA3MXEtMTMtMTQtMTUuNS0yN3Q3LjUtMThxMTQtOCAyNS0xOS41dDE2LTE5IDE4LjUtMTNUNjUxIDk2OHE0Ny0yIDEwMiAxNSAyIDEgMjMgN3QzNC41IDEwLjUgMjkuNSAxMyAyMSAxNy41cTkgMTQgMjAgOCA1LTMgNi41LTguNXQtMy0xMi0xNi41LTkuNXEtMjAtNi01Ni41LTIxLjVUNzY2IDk2OHEtNDQtMTktNzAtMjMtMjUtNS03OSAyLTEwIDItOS0ydDE3LTE5cTI1LTIzIDY3LTIyIDE3IDEgMzYgN3QzNiAxNCAzMy41IDE3LjUgMzAgMTcgMjQuNSAxMiAxNy41IDIuNSA4LjUtMTFxMC0yLTEtNC41dC00LTUtNi00LjUtOC41LTUtOS00LjUtMTAtNS05LjUtNC41cS0yOC0xNC02Ny41LTQ0VDY5NiA4NDN0LTQ5LTFxLTIxIDExLTYzIDczLTIyIDMxLTI1IDIyLTEtMy0xLTEwIDAtMjUtMTUtNTYuNVQ1MTMuNSA4MTV0LTIxLTU4IDExLjUtNjNxLTIzLTYtNjIuNS05MFQzOTQgNDYzcS0yLTE4LTEuNS02OXQtNS41LTU5cS04LTI0LTI5LTMtMzIgMzEtMzYgOTQtMiAyOCA0IDU2IDQgMTktMSAxOC0yLTEtNC01LTM2LTY1IDEwLTE2NiA1LTEyIDI1LTI4dDI0LTIwcTIwLTIzIDEwNC05MC41dDkzLTc2LjVxMTYtMTUgMTcuNS0zOHQtMTQtNDNUNTM1IDEwcTgtMTUgMjktNDQuNXQyOC01NCA3LTcwLjVxNDYgMjQgNyA5Mi00IDgtMTAuNSAxNlQ1ODYtMzl0LTIgNnEzIDUgMTMgOS41dDIwLTIuNXE0Ni01MiAxNjYtMzYgMTMzIDE1IDE3NyA4NyAyMyAzOCAzNCAzMCAxMi02IDEwLTUyLTEtMjUtMjMtOTItOS0yMy02LTM3LjV0MjQtMTUuNXEzIDE5IDE0LjUgNzd0MTMuNSA5MHEyIDIxLTYuNSA3My41dC03LjUgOTcgMjMgNzAuNXExNSAxOCA1MSAxOCAxIDM3IDM0LjUgNTN0NzIuNSAxMC41IDYwLTIyLjV6bS02MjggODI3cTMgMTctMi41IDMwdC0xMS41IDE1cS05IDItOS03IDItNSA1LTYgMTAgMCA3LTE1LTMtMjAgOC0yMCAzIDAgMyAzem00MTktMTk3cS0yIDgtNi41IDExLjV0LTEzIDUtMTQuNSA1LjVxLTUgMy05LjUgOHQtNyA4LTUuNSA2LjUtNCA0LTQtMS41cS0xNC0xNiA3LTQzLjV0MzktMzEuNXE5LTEgMTQuNSA4dDMuNSAyMHptLTE3OCAyMTNxMCAxMS01IDE5LjV0LTExIDEyLjUtOSAzcS02IDAtOC0ydDAtNCA1LTNxMTQtNCAxOC0zMSAwLTMgOCAyIDIgMiAyIDN6bTU0IDIzM3EwIDItMi41IDV0LTkgNy05LjUgNnEtMTUgMTUtMjQgMTUtOS0xLTExLjUtNy41dC0xLTEzLS41LTEyLjVxLTEtNC02LTEwLjV0LTYtOSAzLTguNXE0LTMgOCAwdDExIDkgMTUgOXExIDEgOSAxdDE1IDIgOSA3ek0xNDg2IDYwcTIwLTEyIDMxLTI0LjV0MTItMjQtMi41LTIyLjUtMTUuNS0yMi0yMy41LTE5LjUtMzAtMTguNS0zMS41LTE2LjUtMzItMTUuNS0yNy0xM3EtMzgtMTktODUuNS01NnQtNzUuNS02NHEtMTctMTYtNjgtMTkuNXQtODkgMTQuNXEtMTggOS0yOS41IDIzLjVUMTAwMy0xOTJ0LTIyIDE5LjUtNDcgOS41cS00NCAxLTEzMCAxLTE5IDAtNTctMS41dC01OC0yLjVxLTQ0LTEtNzkuNS0xNVQ1NTYtMjExdC00My41LTI4LjVUNDU5LTI1MXEtMjkgMS0xMTEgMzF0LTE0NiA0M3EtMTkgNC01MSA5LjV0LTUwIDktMzkuNSA5LjVUMjgtMTM0LjUgMTEtMTE1UTEtOTIgMTgtNDguNVQzNiA2cTEgMTYtNCA0MFQyMiA4OC41IDE3LjUgMTI1IDI4IDE1MnExNCAxMiA1NyAxNHQ2MCAxMnEzMCAxOCA0MiAzNXQxMiA1MXEyMS03My0zMi0xMDYtMzItMjAtODMtMTUtMzQgMy00My0xMC0xMy0xNSA1LTU3IDItNiA4LTE4dDguNS0xOFQ2NyAyM3QxLTIycTAtMTUtMTctNDlUMzctOTZxMy0xNyAzNy0yNiAyMC02IDg0LjUtMTguNVQyNTgtMTYxcTI0LTYgNzQtMjJ0ODIuNS0yMyA1NS41LTRxNDMgNiA2NC41IDI4dDIzIDQ4LTcuNSA1OC41LTE5IDUyVDUxMSAxM1EzOTAgMjAzIDM0MiAyNTVxLTY4IDc0LTExMyA0MC0xMS05LTE1IDE1LTMgMTYtMiAzOCAxIDI5IDEwIDUydDI0IDQ3IDIyIDQycTggMjEgMjYuNSA3MnQyOS41IDc4IDMwIDYxIDM5IDU0cTExMCAxNDMgMTI0IDE5NS0xMiAxMTItMTYgMzEwLTIgOTAgMjQgMTUxLjVUNjMxIDE1MTVxMzkgMjEgMTA0IDIxIDUzIDEgMTA2LTEzLjV0ODktNDEuNXE1Ny00MiA5MS41LTEyMS41VDEwNTEgMTIxMnEtNS05NSAzMC0yMTQgMzQtMTEzIDEzMy0yMTggNTUtNTkgOTkuNS0xNjN0NTkuNS0xOTFxOC00OSA1LTg0LjV0LTEyLTU1LjUtMjAtMjJxLTEwLTItMjMuNS0xOXQtMjctMzUuNVQxMjU1IDE3NnQtNjEtMTRxLTE4IDEtMzEuNSA1dC0yMi41IDEzLjUtMTMuNSAxNS41LTExLjUgMjAuNS05IDE5LjVxLTIyIDM3LTQxIDMwdC0yOC00OSA3LTk3cTIwLTcwIDEtMTk1LTEwLTY1IDE4LTEwMC41dDczLTMzIDg1IDM1LjVxNTkgNDkgODkuNSA2Ni41VDE0MTQtNjRxNTMgMTggNzcgMzYuNVQxNTA5LjUgN3QtMjUgMjguNVQxNDMzIDU5cS0zMyAxMS00OS41IDQ4dC0xNSA3Mi41VDEzODQgMjI3cTEtMzEgOC01Ni41dDE0LjUtNDAuNSAyMC41LTI4LjUgMjEtMTkgMjEuNS0xM1QxNDg2IDYweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJkcmliYmxlIiB1bmljb2RlPSLvhb0iIGQ9Ik0xMDI0IDM2cS00MiAyNDEtMTQwIDQ5OGgtMmwtMi0xcS0xNi02LTQzLTE2LjV0LTEwMS00OS0xMzctODJUNDY4IDI3MSAzNjUgMTIzbC0xNSAxMVE1MzQtMTYgNzY4LTE2cTEzMiAwIDI1NiA1MnpNODM5IDY0M3EtMjEgNDktNTMgMTExLTMxMS05My02NzMtOTMtMS03LTEtMjEgMC0xMjQgNDQtMjM2LjVUMjgwIDIwMnE1MCA4OSAxMjMuNSAxNjYuNVQ1NDYgNDkzdDEzMC41IDgxIDk5LjUgNDhsMzcgMTNxNCAxIDEzIDMuNXQxMyA0LjV6TTczMiA4NTVxLTEyMCAyMTMtMjQ0IDM3OC0xMzgtNjUtMjM0LTE4NlQxMjYgNzc1cTMwMiAwIDYwNiA4MHptNjg0LTMxOXEtMjEwIDYwLTQwOSAyOSA4Ny0yMzkgMTI4LTQ2OSAxMTEgNzUgMTg1IDE4OS41dDk2IDI1MC41em0tODA1IDc0MXEtMSAwLTItMSAxIDEgMiAxem01OTAtMTQ1cS0xODUgMTY0LTQzMyAxNjQtNzYgMC0xNTUtMTkgMTMxLTE3MCAyNDYtMzgyIDY5IDI2IDEzMCA2MC41dDk2LjUgNjEuNSA2NS41IDU3IDM3LjUgNDAuNXptMjIzLTQ4NXEtMyAyMzItMTQ5IDQxMGwtMS0xcS05LTEyLTE5LTI0LjV0LTQzLjUtNDQuNS03MS02MC41LTEwMC02NVQ5MDkgNzk3cTI1LTUzIDQ0LTk1IDItNSA2LjUtMTd0Ny41LTE3cTM2IDUgNzQuNSA3dDczLjUgMiA2OS0xLjUgNjQtNCA1Ni41LTUuNSA0OC02LjUgMzYuNS02IDI1LTQuNXptMTEyLTdxMC0yMDktMTAzLTM4NS41VDExNTMuNS0yNSA3NjgtMTI4IDM4Mi41LTI1IDEwMyAyNTQuNSAwIDY0MHQxMDMgMzg1LjVUMzgyLjUgMTMwNSA3NjggMTQwOHQzODUuNS0xMDMgMjc5LjUtMjc5LjVUMTUzNiA2NDB6Ii8+PGdseXBoIGdseXBoLW5hbWU9InNreXBlIiB1bmljb2RlPSLvhb4iIGQ9Ik0xMTczIDQ3M3EwIDUwLTE5LjUgOTEuNVQxMTA1IDYzM3QtNzMgNDktODIuNSAzNC04Ny41IDIzbC0xMDQgMjRxLTMwIDctNDQgMTAuNVQ2NzkgNzg1dC0zMCAxNi0xNi41IDIxLTcuNSAzMHEwIDc3IDE0NCA3NyA0MyAwIDc3LTEydDU0LTI4LjUgMzgtMzMuNSA0MC0yOSA0OC0xMnE0NyAwIDc1LjUgMzJ0MjguNSA3N3EwIDU1LTU2IDk5LjVUOTMyIDEwOTB0LTE4MiAyM3EtNjggMC0xMzItMTUuNXQtMTE5LjUtNDctODktODdUMzc2IDgzNXEwLTYxIDE5LTEwNi41dDU2LTc1LjUgODAtNDguNVQ2MzQgNTcybDE0Ni0zNnE5MC0yMiAxMTItMzYgMzItMjAgMzItNjAgMC0zOS00MC02NC41VDc3OSAzNTBxLTUxIDAtOTEuNSAxNnQtNjUgMzguNS00NS41IDQ1LTQ2IDM4LjUtNTQgMTZxLTUwIDAtNzUuNS0zMFQzNzYgMzk5cTAtOTIgMTIyLTE1Ny41VDc4OSAxNzZxNzMgMCAxNDAgMTguNXQxMjIuNSA1My41IDg4LjUgOTMuNSAzMyAxMzEuNXptMzYzLTIxN3EwLTE1OS0xMTIuNS0yNzEuNVQxMTUyLTEyOHEtMTMwIDAtMjM0IDgwLTc3LTE2LTE1MC0xNi0xNDMgMC0yNzMuNSA1NS41dC0yMjUgMTUwLTE1MCAyMjVUNjQgNjQwcTAgNzMgMTYgMTUwUTAgODk0IDAgMTAyNHEwIDE1OSAxMTIuNSAyNzEuNVQzODQgMTQwOHExMzAgMCAyMzQtODAgNzcgMTYgMTUwIDE2IDE0MyAwIDI3My41LTU1LjV0MjI1LTE1MCAxNTAtMjI1VDE0NzIgNjQwcTAtNzMtMTYtMTUwIDgwLTEwNCA4MC0yMzR6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImZvdXJzcXVhcmUiIHVuaWNvZGU9Iu+GgCIgaG9yaXotYWR2LXg9IjEyODAiIGQ9Ik0xMDAwIDExMDJsMzcgMTk0cTUgMjMtOSA0MHQtMzUgMTdIMjgxcS0yMyAwLTM4LjUtMTd0LTE1LjUtMzdWMTk4cTAtNyA2LTFsMjkxIDM1MnEyMyAyNiAzOCAzMy41dDQ4IDcuNWgyMzlxMjIgMCAzNyAxNC41dDE4IDI5LjVxMjQgMTMwIDM3IDE5MSA0IDIxLTExLjUgNDBUODkzIDg4NEg1OTlxLTI5IDAtNDggMTl0LTE5IDQ4djQycTAgMjkgMTkgNDcuNXQ0OCAxOC41aDM0NnExOCAwIDM1IDEzLjV0MjAgMjkuNXptMjI3IDIyMnEtMTUtNzMtNTMuNS0yNjYuNXQtNjkuNS0zNTAtMzUtMTczLjVxLTYtMjItOS0zMi41dC0xNC0zMi41LTI0LjUtMzMtMzguNS0yMS01OC0xMEg2NTRxLTEzIDAtMjItMTAtOC05LTQyNi00OTQtMjItMjUtNTguNS0yOC41VDk5LTEyMnEtNTUgMjItNTUgOTh2MTQxMHEwIDU1IDM4IDEwMi41dDEyMCA0Ny41aDg4OHE5NSAwIDEyNy01M3QxMC0xNTl6bTAgMGwtMTU4LTc5MHE0IDE3IDM1IDE3My41dDY5LjUgMzUwVDEyMjcgMTMyNHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idHJlbGxvIiB1bmljb2RlPSLvhoEiIGQ9Ik03MDQgMTkydjEwMjRxMCAxNC05IDIzdC0yMyA5SDE5MnEtMTQgMC0yMy05dC05LTIzVjE5MnEwLTE0IDktMjN0MjMtOWg0ODBxMTQgMCAyMyA5dDkgMjN6bTY3MiAzODR2NjQwcTAgMTQtOSAyM3QtMjMgOUg4NjRxLTE0IDAtMjMtOXQtOS0yM1Y1NzZxMC0xNCA5LTIzdDIzLTloNDgwcTE0IDAgMjMgOXQ5IDIzem0xNjAgNzY4Vi02NHEwLTI2LTE5LTQ1dC00NS0xOUg2NHEtMjYgMC00NSAxOVQwLTY0djE0MDhxMCAyNiAxOSA0NXQ0NSAxOWgxNDA4cTI2IDAgNDUtMTl0MTktNDV6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImZlbWFsZSIgdW5pY29kZT0i74aCIiBob3Jpei1hZHYteD0iMTI4MCIgZD0iTTEyODAgNDgwcTAtNDAtMjgtNjh0LTY4LTI4cS01MSAwLTgwIDQzTDg3NyA3NjhoLTQ1VjYzNmwyNDctNDExcTktMTUgOS0zMyAwLTI2LTE5LTQ1dC00NS0xOUg4MzJ2LTI3MnEwLTQ2LTMzLTc5dC03OS0zM0g1NjBxLTQ2IDAtNzkgMzN0LTMzIDc5djI3MkgyNTZxLTI2IDAtNDUgMTl0LTE5IDQ1cTAgMTggOSAzM2wyNDcgNDExdjEzMmgtNDVMMTc2IDQyN3EtMjktNDMtODAtNDMtNDAgMC02OCAyOFQwIDQ4MHEwIDI5IDE2IDUzbDI1NiAzODRxNzMgMTA3IDE3NiAxMDdoMzg0cTEwMyAwIDE3Ni0xMDdsMjU2LTM4NHExNi0yNCAxNi01M3ptLTQxNiA4MDBxMC05My02NS41LTE1OC41VDY0MCAxMDU2dC0xNTguNSA2NS41VDQxNiAxMjgwdDY1LjUgMTU4LjVUNjQwIDE1MDR0MTU4LjUtNjUuNVQ4NjQgMTI4MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ibWFsZSIgdW5pY29kZT0i74aDIiBob3Jpei1hZHYteD0iMTAyNCIgZD0iTTEwMjQgODMyVjQxNnEwLTQwLTI4LTY4dC02OC0yOC02OCAyOC0yOCA2OHYzNTJoLTY0di05MTJxMC00Ni0zMy03OXQtNzktMzMtNzkgMzMtMzMgNzl2NDY0aC02NHYtNDY0cTAtNDYtMzMtNzl0LTc5LTMzLTc5IDMzLTMzIDc5djkxMmgtNjRWNDE2cTAtNDAtMjgtNjh0LTY4LTI4LTY4IDI4LTI4IDY4djQxNnEwIDgwIDU2IDEzNnQxMzYgNTZoNjQwcTgwIDAgMTM2LTU2dDU2LTEzNnptLTI4OCA0NDhxMC05My02NS41LTE1OC41VDUxMiAxMDU2dC0xNTguNSA2NS41VDI4OCAxMjgwdDY1LjUgMTU4LjVUNTEyIDE1MDR0MTU4LjUtNjUuNVQ3MzYgMTI4MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iZ2l0dGlwIiB1bmljb2RlPSLvhoQiIGQ9Ik03NzMgMjM0bDM1MCA0NzNxMTYgMjIgMjQuNSA1OXQtNiA4NS02MS41IDc5cS00MCAyNi04MyAyNS41VDkyMy41IDkzOCA4NjkgODkzcS0zNi00MC05Ni00MC01OSAwLTk1IDQwLTI0IDI4LTU0LjUgNDVUNTUwIDk1NS41IDQ2NiA5MzBxLTQ2LTMxLTYwLjUtNzl0LTYtODUgMjQuNS01OXptNzYzIDQwNnEwLTIwOS0xMDMtMzg1LjVUMTE1My41LTI1IDc2OC0xMjggMzgyLjUtMjUgMTAzIDI1NC41IDAgNjQwdDEwMyAzODUuNVQzODIuNSAxMzA1IDc2OCAxNDA4dDM4NS41LTEwMyAyNzkuNS0yNzkuNVQxNTM2IDY0MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0ic3VuIiB1bmljb2RlPSLvhoUiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTQ3MiA2NDBxMCAxMTctNDUuNSAyMjMuNXQtMTIzIDE4NC0xODQgMTIzVDg5NiAxMjE2dC0yMjMuNS00NS41LTE4NC0xMjMtMTIzLTE4NFQzMjAgNjQwdDQ1LjUtMjIzLjUgMTIzLTE4NCAxODQtMTIzVDg5NiA2NHQyMjMuNSA0NS41IDE4NCAxMjMgMTIzIDE4NFQxNDcyIDY0MHptMjc2LTI3N3EtNC0xNS0yMC0yMGwtMjkyLTk2Vi01OXEwLTE2LTEzLTI2LTE1LTEwLTI5LTRMMTEwMiA1IDkyMi0yNDNxLTEwLTEzLTI2LTEzdC0yNiAxM0w2OTAgNSAzOTgtODlxLTE0LTYtMjkgNC0xMyAxMC0xMyAyNnYzMDZMNjQgMzQzcS0xNiA1LTIwIDIwLTUgMTcgNCAyOWwxODAgMjQ4TDQ4IDg4OHEtOSAxMy00IDI5IDQgMTUgMjAgMjBsMjkyIDk2djMwNnEwIDE2IDEzIDI2IDE1IDEwIDI5IDRsMjkyLTk0IDE4MCAyNDhxOSAxMiAyNiAxMnQyNi0xMmwxODAtMjQ4IDI5MiA5NHExNCA2IDI5LTQgMTMtMTAgMTMtMjZ2LTMwNmwyOTItOTZxMTYtNSAyMC0yMCA1LTE2LTQtMjlsLTE4MC0yNDggMTgwLTI0OHE5LTEyIDQtMjl6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il8zNjYiIHVuaWNvZGU9Iu+GhiIgZD0iTTEyNjIgMjMzcS01NC05LTExMC05LTE4MiAwLTMzNyA5MFQ1NzAgNTU5dC05MCAzMzdxMCAxOTIgMTA0IDM1Ny0yMDEtNjAtMzI4LjUtMjI5VDEyOCA2NDBxMC0xMzAgNTEtMjQ4LjV0MTM2LjUtMjA0VDUxOS41IDUxIDc2OCAwcTE0NCAwIDI3My41IDYxLjVUMTI2MiAyMzN6bTIwMyA4NXEtOTQtMjAzLTI4My41LTMyNC41VDc2OC0xMjhxLTE1NiAwLTI5OCA2MVQyMjUgOTcgNjEgMzQyIDAgNjQwcTAgMTUzIDU3LjUgMjkyLjV0MTU2IDI0MS41VDQ0OSAxMzM4LjV0MjkwIDY4LjVxNDQgMiA2MS0zOSAxOC00MS0xNS03Mi04Ni03OC0xMzEuNS0xODEuNVQ2MDggODk2cTAtMTQ4IDczLTI3M3QxOTgtMTk4IDI3My03M3ExMTggMCAyMjggNTEgNDEgMTggNzItMTMgMTQtMTQgMTcuNS0zNHQtNC41LTM4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJhcmNoaXZlIiB1bmljb2RlPSLvhociIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTA4OCA3MDRxMCAyNi0xOSA0NXQtNDUgMTlINzY4cS0yNiAwLTQ1LTE5dC0xOS00NSAxOS00NSA0NS0xOWgyNTZxMjYgMCA0NSAxOXQxOSA0NXptNTc2IDE5MlYtNjRxMC0yNi0xOS00NXQtNDUtMTlIMTkycS0yNiAwLTQ1IDE5dC0xOSA0NXY5NjBxMCAyNiAxOSA0NXQ0NSAxOWgxNDA4cTI2IDAgNDUtMTl0MTktNDV6bTY0IDQ0OHYtMjU2cTAtMjYtMTktNDV0LTQ1LTE5SDEyOHEtMjYgMC00NSAxOXQtMTkgNDV2MjU2cTAgMjYgMTkgNDV0NDUgMTloMTUzNnEyNiAwIDQ1LTE5dDE5LTQ1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJidWciIHVuaWNvZGU9Iu+GiCIgaG9yaXotYWR2LXg9IjE2NjQiIGQ9Ik0xNjMyIDU3NnEwLTI2LTE5LTQ1dC00NS0xOWgtMjI0cTAtMTcxLTY3LTI5MGwyMDgtMjA5cTE5LTE5IDE5LTQ1dC0xOS00NXEtMTgtMTktNDUtMTl0LTQ1IDE5bC0xOTggMTk3cS01LTUtMTUtMTN0LTQyLTI4LjUtNjUtMzYuNS04Mi0yOS05Ny0xM3Y4OTZINzY4VjBxLTUxIDAtMTAxLjUgMTMuNXQtODcgMzMtNjYgMzlUNDcwIDExOGwtMTUgMTRMMjcyLTc1cS0yMC0yMS00OC0yMS0yNCAwLTQzIDE2LTE5IDE4LTIwLjUgNDQuNVQxNzYgMTFsMjAyIDIyN3EtNTggMTE0LTU4IDI3NEg5NnEtMjYgMC00NSAxOXQtMTkgNDUgMTkgNDUgNDUgMTloMjI0djI5NGwtMTczIDE3M3EtMTkgMTktMTkgNDV0MTkgNDUgNDUgMTkgNDUtMTlsMTczLTE3M2g4NDRsMTczIDE3M3ExOSAxOSA0NSAxOXQ0NS0xOSAxOS00NS0xOS00NWwtMTczLTE3M1Y2NDBoMjI0cTI2IDAgNDUtMTl0MTktNDV6bS00ODAgNTc2SDUxMnEwIDEzMyA5My41IDIyNi41VDgzMiAxNDcydDIyNi41LTkzLjVUMTE1MiAxMTUyeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ2ayIgdW5pY29kZT0i74aJIiBob3Jpei1hZHYteD0iMTkyMCIgZD0iTTE5MTcgMTAxNnEyMy02NC0xNTAtMjk0LTI0LTMyLTY1LTg1LTQwLTUxLTU1LTcydC0zMC41LTQ5LjUtMTItNDIgMTMtMzQuNSAzMi41LTQzIDU3LTUzcTQtMiA1LTQgMTQxLTEzMSAxOTEtMjIxIDMtNSA2LjUtMTIuNXQ3LTI2LjUtLjUtMzQtMjUtMjcuNVQxODMyIDVsLTI1Ni00cS0yNC01LTU2IDV0LTUyIDIybC0yMCAxMnEtMzAgMjEtNzAgNjR0LTY4LjUgNzcuNS02MSA1OFQxMTkyIDI1NXEtMy0xLTgtMy41dC0xNy0xNC41LTIxLjUtMjkuNS0xNy01MlQxMTIyIDc4cTAtMTUtMy41LTI3LjVUMTExMSAzMmwtNC01cS0xOC0xOS01My0yMkg5MzlxLTcxLTQtMTQ2IDE2LjV0LTEzMS41IDUzLTEwMyA2NlQ0ODggMTk4bC0yNSAyNHEtMTAgMTAtMjcuNSAzMFQzNjQgMzQzIDI1OCA0OTQgMTM1LjUgNzA1IDUgOTc3cS02IDE2LTYgMjd0MyAxNmw0IDZxMTUgMTkgNTcgMTlsMjc0IDJxMTItMiAyMy02LjV0MTYtOC41bDUtM3ExNi0xMSAyNC0zMiAyMC01MCA0Ni0xMDMuNXQ0MS04MS41bDE2LTI5cTI5LTYwIDU2LTEwNHQ0OC41LTY4LjVUNjU0IDU3MnQzNC0xNCAyNyA1cTIgMSA1IDV0MTIgMjIgMTMuNSA0NyA5LjUgODEgMCAxMjVxLTIgNDAtOSA3M3QtMTQgNDZsLTYgMTJxLTI1IDM0LTg1IDQzLTEzIDIgNSAyNCAxNiAxOSAzOCAzMCA1MyAyNiAyMzkgMjQgODItMSAxMzUtMTMgMjAtNSAzMy41LTEzLjV0MjAuNS0yNCAxMC41LTMyIDMuNS00NS41LTEtNTUtMi41LTcwLjUtMS41LTgyLjVxMC0xMS0xLTQydC0uNS00OCAzLjUtNDAuNSAxMS41LTM5VDExNTcgNTY1cTgtMiAxNy00dDI2IDExIDM4IDM0LjUgNTIgNjcgNjggMTA3LjVxNjAgMTA0IDEwNyAyMjUgNCAxMCAxMCAxNy41dDExIDEwLjVsNCAzIDUgMi41IDEzIDMgMjAgLjUgMjg4IDJxMzkgNSA2NC0yLjV0MzEtMTYuNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0id2VpYm8iIHVuaWNvZGU9Iu+GiiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik02NzUgMjUycTIxIDM0IDExIDY5dC00NSA1MHEtMzQgMTQtNzMgMXQtNjAtNDZxLTIyLTM0LTEzLTY4LjV0NDMtNTAuNSA3NC41LTIuNVQ2NzUgMjUyem05NCAxMjFxOCAxMyAzLjUgMjYuNVQ3NTUgNDE4cS0xNCA1LTI4LjUtLjVUNzA1IDM5OXEtMTctMzEgMTMtNDUgMTQtNSAyOSAuNXQyMiAxOC41em0xNzQtMTA3cS00NS0xMDItMTU4LTE1MHQtMjI0LTEycS0xMDcgMzQtMTQ3LjUgMTI2LjVUNDIwIDQxOHE0NyA5MyAxNTEuNSAxMzlUNzgyIDU3NnExMTEtMjkgMTU4LjUtMTE5LjVUOTQzIDI2NnptMzEyIDE2MHEtOSA5Ni04OSAxNzBUOTU3LjUgNzA1IDY4MyA3MjZxLTIyMy0yMy0zNjkuNS0xNDEuNVQxODEgMzIwcTktOTYgODktMTcwVDQ3OC41IDQxIDc1MyAyMHEyMjMgMjMgMzY5LjUgMTQxLjVUMTI1NSA0MjZ6bTMwOC00cTAtNjgtMzctMTM5LjV0LTEwOS0xMzdUMTI0OC41IDI4dC0yMjYtODNUNzUyLTg2IDQ3Ny01Mi41dC0yNDAuNSA5M1Q2NSAxOTEuNSAwIDM5MXEwIDExNSA2OS41IDI0NVQyNjcgODk0cTE2OSAxNjkgMzQxLjUgMjM2dDI0Ni41LTdxNjUtNjQgMjAtMjA5LTQtMTQtMS0yMHQxMC03IDE0LjUuNVQ5MTIgODkxbDYgMnExMzkgNTkgMjQ2IDU5dDE1My02MXE0NS02MyAwLTE3OC0yLTEzLTQuNS0yMHQ0LjUtMTIuNSAxMi03LjUgMTctNnE1Ny0xOCAxMDMtNDd0ODAtODEuNSAzNC0xMTYuNXptLTc0IDYyNHE0Mi00NyA1NC41LTEwOC41VDE1MzcgODIwcS04LTIzLTI5LjUtMzR0LTQ0LjUtNHEtMjMgOC0zNCAyOS41dC00IDQ0LjVxMjAgNjMtMjQgMTExdC0xMDcgMzVxLTI0LTUtNDUgOHQtMjUgMzdxLTUgMjQgOCA0NC41dDM3IDI1LjVxNjAgMTMgMTE5LTUuNXQxMDEtNjUuNXptMTgxIDE2M3E4Ny05NiAxMTIuNS0yMjIuNVQxNzY5IDc0NXEtOS0yNy0zNC00MHQtNTItNC00MCAzNC01IDUycTI4IDgyIDEwIDE3MnQtODAgMTU4cS02MiA2OS0xNDggOTUuNXQtMTczIDguNXEtMjgtNi01MiA5LjV0LTMwIDQzLjUgOS41IDUxLjUgNDMuNSAyOS41cTEyMyAyNiAyNDQtMTEuNXQyMDgtMTM0LjV6Ii8+PGdseXBoIGdseXBoLW5hbWU9InJlbnJlbiIgdW5pY29kZT0i74aLIiBkPSJNMTEzMy0zNHEtMTcxLTk0LTM2OC05NC0xOTYgMC0zNjcgOTQgMTM4IDg3IDIzNS41IDIxMVQ3NjUgNDQ1cTM1LTE0NCAxMzIuNS0yNjhUMTEzMy0zNHpNNjM4IDEzOTRWOTA5cTAtMjUyLTEyNi41LTQ1OS41VDE4MSAxNDNRMCAzNTggMCA2MzhxMCAxODcgODMuNSAzNDkuNVQzMTMgMTI1N3QzMjUgMTM3em04OTgtNzU2cTAtMjgwLTE4MS00OTUtMjA0IDk5LTMzMC41IDMwNi41VDg5OCA5MDl2NDg1cTE3OS0zMCAzMjUtMTM3dDIyOS41LTI2OS41VDE1MzYgNjM4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfMzcyIiB1bmljb2RlPSLvhowiIGhvcml6LWFkdi14PSIxNDA4IiBkPSJNMTQwMiA0MzNxLTMyLTgwLTc2LTEzOHQtOTEtODguNS05OS00Ni41LTEwMS41LTE0LjVUOTM4IDE1NHQtODYuNSAyMi02OS41IDI3LjUtNDYgMjIuNWwtMTcgMTBRNjA2IDggNDI5LjUtMTIzLjVUNDUtMjU2cS0xOSAwLTMyIDEzVDAtMjExdDEzIDMxLjVUNDUtMTY3cTE3MyAxIDMyMi41IDEwNy41VDYxOSAyMzVxLTM2LTE0LTcyLTIzdC04My0xMy05MSAyLjUtOTMgMjguNS05MiA1OS04NC41IDEwMFQyOSA1MzVxMTE0IDQ3IDIxNCA1N3QxNjcuNS03LjVUNTM1IDUyOHQ4OC41LTc3IDU2LjUtODJxNTMgMTMxIDc5IDI5MS03LTEtMTgtMi41dC00Ni41LTIuNS02OS41LjUtODEuNSAxMC04OC41IDIzLTg0IDQyLjUtNzUgNjUtNTQuNSA5NC41VDIxMyAxMDE4cTcwIDI4IDEzMy41IDM2LjV0MTEyLjUtMSA5Mi0zMCA3My41LTUwIDU2LTYxIDQyLTYzIDI3LjUtNTYgMTYtMzkuNWw0LTE2cTEyIDEyMiAxMiAxOTUtOCA2LTIxLjUgMTZ0LTQ5IDQ0LjVUNjQ4IDEwNjV0LTU0IDkzLTMzIDExMi41IDEyIDEyNyA3MCAxMzguNXE3My0yNSAxMjcuNS02MS41VDg1NSAxMzk4dDQ4LTg1IDIwLjUtODktLjUtODUuNS0xMy03Ni41LTE5LTYyLTE3LTQybC03LTE1cTEtNCAxLTUwdC0xLTcycTMgNyAxMCAxOC41dDMwLjUgNDMgNTAuNSA1OCA3MSA1NS41IDkxLjUgNDQuNSAxMTIgMTQuNSAxMzIuNS0yNHEtMi03OC0yMS41LTE0MS41dC01MC0xMDQuNS02OS41LTcxLjUtODEuNS00NS41LTg0LjUtMjQtODAtOS41LTY3LjUgMVQ4NjQgNjQwbC0xNyAzcS0yMy0xNDctNzMtMjgzIDYgNyAxOCAxOC41dDQ5LjUgNDFUOTE5IDQ3MnQ5OS41IDQyIDExNy41IDIwIDEyOS0yMy41IDEzNy03Ny41eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJzdGFja19leGNoYW5nZSIgdW5pY29kZT0i74aNIiBob3Jpei1hZHYteD0iMTI4MCIgZD0iTTEyNTkgMjgzdi02NnEwLTg1LTU3LjUtMTQ0LjVUMTA2MyAxM2gtNTdMNzQ2LTI1NlYxM0gyMTdxLTgxIDAtMTM4LjUgNTkuNVQyMSAyMTd2NjZoMTIzOHptMCAzMjZWMzU0SDIxdjI1NWgxMjM4em0wIDMyOFY2ODJIMjF2MjU1aDEyMzh6bTAgMTQwdi02N0gyMXY2N3EwIDg0IDU3LjUgMTQzLjVUMjE3IDEyODBoODQ2cTgxIDAgMTM4LjUtNTkuNVQxMjU5IDEwNzd6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il8zNzQiIHVuaWNvZGU9Iu+GjiIgZD0iTTExNTIgNjQwcTAtMTQtOS0yM0w4MjMgMjk3cS05LTktMjMtOS0xMyAwLTIyLjUgOS41VDc2OCAzMjB2MTkySDQxNnEtMTMgMC0yMi41IDkuNVQzODQgNTQ0djE5MnEwIDEzIDkuNSAyMi41VDQxNiA3NjhoMzUydjE5MnEwIDE0IDkgMjN0MjMgOXExMiAwIDI0LTEwbDMxOS0zMTlxOS05IDktMjN6bTE2MCAwcTAgMTQ4LTczIDI3M3QtMTk4IDE5OC0yNzMgNzMtMjczLTczLTE5OC0xOTgtNzMtMjczIDczLTI3MyAxOTgtMTk4IDI3My03MyAyNzMgNzMgMTk4IDE5OCA3MyAyNzN6bTIyNCAwcTAtMjA5LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh0Mzg1LjUtMTAzIDI3OS41LTI3OS41VDE1MzYgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJhcnJvd19jaXJjbGVfYWx0X2xlZnQiIHVuaWNvZGU9Iu+GkCIgZD0iTTExNTIgNzM2VjU0NHEwLTEzLTkuNS0yMi41VDExMjAgNTEySDc2OFYzMjBxMC0xNC05LTIzdC0yMy05cS0xMiAwLTI0IDEwTDM5MyA2MTdxLTkgOS05IDIzdDkgMjNsMzIwIDMyMHE5IDkgMjMgOSAxMyAwIDIyLjUtOS41VDc2OCA5NjBWNzY4aDM1MnExMyAwIDIyLjUtOS41dDkuNS0yMi41em0xNjAtOTZxMCAxNDgtNzMgMjczdC0xOTggMTk4LTI3MyA3My0yNzMtNzMtMTk4LTE5OC03My0yNzMgNzMtMjczIDE5OC0xOTggMjczLTczIDI3MyA3MyAxOTggMTk4IDczIDI3M3ptMjI0IDBxMC0yMDktMTAzLTM4NS41VDExNTMuNS0yNSA3NjgtMTI4IDM4Mi41LTI1IDEwMyAyNTQuNSAwIDY0MHQxMDMgMzg1LjVUMzgyLjUgMTMwNSA3NjggMTQwOHQzODUuNS0xMDMgMjc5LjUtMjc5LjVUMTUzNiA2NDB6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il8zNzYiIHVuaWNvZGU9Iu+GkSIgZD0iTTEwMjQgOTYwVjMyMHEwLTI2LTE5LTQ1dC00NS0xOXEtMjAgMC0zNyAxMkw0NzUgNTg4cS0yNyAxOS0yNyA1MnQyNyA1Mmw0NDggMzIwcTE3IDEyIDM3IDEyIDI2IDAgNDUtMTl0MTktNDV6bTI1Ni04MDB2OTYwcTAgMTMtOS41IDIyLjV0LTIyLjUgOS41SDI4OHEtMTMgMC0yMi41LTkuNVQyNTYgMTEyMFYxNjBxMC0xMyA5LjUtMjIuNVQyODggMTI4aDk2MHExMyAwIDIyLjUgOS41dDkuNSAyMi41em0yNTYgOTYwVjE2MHEwLTExOS04NC41LTIwMy41VDEyNDgtMTI4SDI4OHEtMTE5IDAtMjAzLjUgODQuNVQwIDE2MHY5NjBxMCAxMTkgODQuNSAyMDMuNVQyODggMTQwOGg5NjBxMTE5IDAgMjAzLjUtODQuNVQxNTM2IDExMjB6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImRvdF9jaXJjbGVfYWx0IiB1bmljb2RlPSLvhpIiIGQ9Ik0xMDI0IDY0MHEwLTEwNi03NS0xODF0LTE4MS03NS0xODEgNzUtNzUgMTgxIDc1IDE4MSAxODEgNzUgMTgxLTc1IDc1LTE4MXptLTI1NiA1NDRxLTE0OCAwLTI3My03M1QyOTcgOTEzdC03My0yNzMgNzMtMjczIDE5OC0xOTggMjczLTczIDI3MyA3MyAxOTggMTk4IDczIDI3My03MyAyNzMtMTk4IDE5OC0yNzMgNzN6bTc2OC01NDRxMC0yMDktMTAzLTM4NS41VDExNTMuNS0yNSA3NjgtMTI4IDM4Mi41LTI1IDEwMyAyNTQuNSAwIDY0MHQxMDMgMzg1LjVUMzgyLjUgMTMwNSA3NjggMTQwOHQzODUuNS0xMDMgMjc5LjUtMjc5LjVUMTUzNiA2NDB6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il8zNzgiIHVuaWNvZGU9Iu+GkyIgaG9yaXotYWR2LXg9IjE2NjQiIGQ9Ik0xMDIzIDM0OWwxMDItMjA0cS01OC0xNzktMjEwLTI5MFQ1NzYtMjU2cS0xNTYgMC0yODguNSA3Ny41dC0yMTAgMjEwVDAgMzIwcTAgMTgxIDEwNC41IDMzMFQzNzkgODYxbDE3LTEzMXEtMTIyLTU0LTE5NS0xNjUuNVQxMjggMzIwcTAtMTg1IDEzMS41LTMxNi41VDU3Ni0xMjhxMTI2IDAgMjMyLjUgNjV0MTY1IDE3NS41VDEwMjMgMzQ5em01NDgtMTAwbDU4LTExNEwxMzczIDdxLTEzLTctMjktNy00MCAwLTU3IDM1bC0yMzkgNDc3SDU3NnEtMjQgMC00Mi41IDE2LjVUNTEyIDU2OWwtOTYgNzc5cS0yIDE3IDYgNDIgMTQgNTEgNTcgODIuNXQ5NyAzMS41cTY2IDAgMTEzLTQ3dDQ3LTExM3EwLTY5LTUyLTExNy41VDU2NCAxMTg1bDM3LTI4OWg0MjNWNzY4SDYxN2wxNi0xMjhoNDU1cTQwIDAgNTctMzVsMjI4LTQ1NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idmltZW9fc3F1YXJlIiB1bmljb2RlPSLvhpQiIGQ9Ik0xMjkyIDg5OHExMCAyMTYtMTYxIDIyMi0yMzEgOC0zMTItMjYxIDQ0IDE5IDgyIDE5IDg1IDAgNzQtOTYtNC01Ny03NC0xNjdUNzk2IDUwNXEtNDMgMC04MiAxNjktMTMgNTQtNDUgMjU1LTMwIDE4OS0xNjAgMTc3LTU5LTctMTY0LTEwMGwtODEtNzItODEtNzIgNTItNjdxNzYgNTIgODcgNTIgNTcgMCAxMDctMTc5IDE1LTU1IDQ1LTE2NC41VDUxOSAzMzlxNjgtMTc5IDE2NC0xNzkgMTU3IDAgMzgzIDI5NCAyMjAgMjgzIDIyNiA0NDR6bTI0NCAyMjJWMTYwcTAtMTE5LTg0LjUtMjAzLjVUMTI0OC0xMjhIMjg4cS0xMTkgMC0yMDMuNSA4NC41VDAgMTYwdjk2MHEwIDExOSA4NC41IDIwMy41VDI4OCAxNDA4aDk2MHExMTkgMCAyMDMuNS04NC41VDE1MzYgMTEyMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzM4MCIgdW5pY29kZT0i74aVIiBob3Jpei1hZHYteD0iMTE1MiIgZD0iTTExNTIgNzA0cTAtMTkxLTk0LjUtMzUzVDgwMSA5NC41IDQ0OCAwSDI4OHEtMTQgMC0yMyA5dC05IDIzdjYxMUw0MSA1NzdxLTMtMS05LTEtMTAgMC0xOSA2LTEzIDEwLTEzIDI2djEyOHEwIDIzIDIzIDMxbDIzMyA3MXY5M0w0MSA4NjVxLTMtMS05LTEtMTAgMC0xOSA2LTEzIDEwLTEzIDI2djEyOHEwIDIzIDIzIDMxbDIzMyA3MXYyNTBxMCAxNCA5IDIzdDIzIDloMTYwcTE0IDAgMjMtOXQ5LTIzdi0xODFsMzc1IDExNnExNSA1IDI4LTV0MTMtMjZ2LTEyOHEwLTIzLTIzLTMxbC0zOTMtMTIxdi05M2wzNzUgMTE2cTE1IDUgMjgtNXQxMy0yNlY4NjRxMC0yMy0yMy0zMUw0ODAgNzEyVjIyNXExODggMTMgMzE4IDE1MXQxMzAgMzI4cTAgMTQgOSAyM3QyMyA5aDE2MHExNCAwIDIzLTl0OS0yM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0icGx1c19zcXVhcmVfbyIgdW5pY29kZT0i74aWIiBob3Jpei1hZHYteD0iMTQwOCIgZD0iTTExNTIgNzM2di02NHEwLTE0LTktMjN0LTIzLTlINzY4VjI4OHEwLTE0LTktMjN0LTIzLTloLTY0cS0xNCAwLTIzIDl0LTkgMjN2MzUySDI4OHEtMTQgMC0yMyA5dC05IDIzdjY0cTAgMTQgOSAyM3QyMyA5aDM1MnYzNTJxMCAxNCA5IDIzdDIzIDloNjRxMTQgMCAyMy05dDktMjNWNzY4aDM1MnExNCAwIDIzLTl0OS0yM3ptMTI4LTQ0OHY4MzJxMCA2Ni00NyAxMTN0LTExMyA0N0gyODhxLTY2IDAtMTEzLTQ3dC00Ny0xMTNWMjg4cTAtNjYgNDctMTEzdDExMy00N2g4MzJxNjYgMCAxMTMgNDd0NDcgMTEzem0xMjggODMyVjI4OHEwLTExOS04NC41LTIwMy41VDExMjAgMEgyODhRMTY5IDAgODQuNSA4NC41VDAgMjg4djgzMnEwIDExOSA4NC41IDIwMy41VDI4OCAxNDA4aDgzMnExMTkgMCAyMDMuNS04NC41VDE0MDggMTEyMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzM4MiIgdW5pY29kZT0i74aXIiBob3Jpei1hZHYteD0iMjE3NiIgZD0iTTYyMCA0MTZxLTExMC02NC0yNjgtNjRIMjI0djY0aC02NHEtMTMgMC0yMi41IDIzLjVUMTI4IDQ5NnEwIDI0IDcgNDktNTggMi05Ni41IDEwLjVUMCA1NzZ0MzguNSAyMC41VDEzNSA2MDdxLTcgMjUtNyA0OSAwIDMzIDkuNSA1Ni41VDE2MCA3MzZoNjR2NjRoMTI4cTE1OCAwIDI2OC02NGgxMTEzcTQyLTcgMTA2LjUtMTh0ODAuNS0xNHE4OS0xNSAxNTAtNDAuNXQ4My41LTQ3LjUgMjIuNS00MC0yMi41LTQwLTgzLjUtNDcuNS0xNTAtNDAuNXEtMTYtMy04MC41LTE0VDE3MzMgNDE2SDYyMHptMTExOSAyNTJxNTMtMzYgNTMtOTJ0LTUzLTkybDgxLTMwcTY4IDQ4IDY4IDEyMnQtNjggMTIyek02MjUgNDAwaDEwMTVxLTIxNy0zOC00NTYtODAtNTcgMC0xMTMtMjR0LTgzLTQ4bC0yOC0yNEw2NzItNjRxLTI2LTI2LTcwLjUtNDVUNTEyLTEyOGgtOTZsLTkzIDQ2NGgyOXExNTcgMCAyNzMgNjR6TTM1MiA4MTZoLTI5bDkzIDQ2NGg5NnE0NiAwIDkwLTE5dDcwLTQ1bDI4OC0yODhxNC00IDExLTEwLjV0MzAuNS0yMyA0OC41LTI5IDYxLjUtMjNUMTE4NCA4MzJsNDU2LTgwSDYyNXEtMTE2IDY0LTI3MyA2NHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzM4MyIgdW5pY29kZT0i74aYIiBob3Jpei1hZHYteD0iMTY2NCIgZD0iTTE1MTkgNzYwcTYyIDAgMTAzLjUtNDAuNVQxNjY0IDYxOHEwLTk3LTkzLTEzMGwtMTcyLTU5IDU2LTE2N3E3LTIxIDctNDcgMC01OS00Mi0xMDJ0LTEwMS00M3EtNDcgMC04NS41IDI3dC01My41IDcybC01NSAxNjUtMzEwLTEwNiA1NS0xNjRxOC0yNCA4LTQ3IDAtNTktNDItMTAydC0xMDItNDNxLTQ3IDAtODUgMjd0LTUzIDcybC01NSAxNjMtMTUzLTUzcS0yOS05LTUwLTktNjEgMC0xMDEuNSA0MFQxOTYgMjEzcTAgNDcgMjcuNSA4NXQ3MS41IDUzbDE1NiA1My0xMDUgMzEzLTE1Ni01NHEtMjYtOC00OC04LTYwIDAtMTAxIDQwLjVUMCA3OTZxMCA0NyAyNy41IDg1VDk5IDkzNGwxNTcgNTMtNTMgMTU5cS04IDI0LTggNDcgMCA2MCA0MiAxMDIuNXQxMDIgNDIuNXE0NyAwIDg1LTI3dDUzLTcybDU0LTE2MCAzMTAgMTA1LTU0IDE2MHEtOCAyNC04IDQ3IDAgNTkgNDIuNSAxMDJ0MTAxLjUgNDNxNDcgMCA4NS41LTI3LjV0NTMuNS03MS41bDUzLTE2MSAxNjIgNTVxMjEgNiA0MyA2IDYwIDAgMTAyLjUtMzkuNXQ0Mi41LTk4LjVxMC00NS0zMC04MS41dC03NC01MS41bC0xNTctNTQgMTA1LTMxNiAxNjQgNTZxMjQgOCA0NiA4ek03MjUgNDk4bDMxMCAxMDUtMTA1IDMxNS0zMTAtMTA3eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfMzg0IiB1bmljb2RlPSLvhpkiIGQ9Ik0xMjQ4IDE0MDhxMTE5IDAgMjAzLjUtODQuNVQxNTM2IDExMjBWMTYwcTAtMTE5LTg0LjUtMjAzLjVUMTI0OC0xMjhIMjg4cS0xMTkgMC0yMDMuNSA4NC41VDAgMTYwdjk2MHEwIDExOSA4NC41IDIwMy41VDI4OCAxNDA4aDk2MHptMzItMTA1NnY0MzZxLTMxLTM1LTY0LTU1LTM0LTIyLTEzMi41LTg1VDkzMiA1NDlxLTk4LTY5LTE2NC02OXQtMTY0IDY5cS00NyAzMi0xNDIgOTIuNVQzMjAgNzM0cS0xMiA4LTMzIDI3dC0zMSAyN1YzNTJxMC00MCAyOC02OHQ2OC0yOGg4MzJxNDAgMCA2OCAyOHQyOCA2OHptMCA1NzNxMCA0MS0yNy41IDcwdC02OC41IDI5SDM1MnEtNDAgMC02OC0yOHQtMjgtNjhxMC0zNyAzMC41LTc2LjVUMzU0IDc4N3E0Ny0zMiAxMzcuNS04OVQ2MjEgNjE1cTMtMiAxNy0xMS41dDIxLTE0IDIxLTEzIDIzLjUtMTNUNzI1IDU1NHQyMi41LTcuNVQ3NjggNTQ0dDIwLjUgMi41VDgxMSA1NTR0MjEuNSA5LjUgMjMuNSAxMyAyMSAxMyAyMSAxNCAxNyAxMS41bDI2NyAxNzRxMzUgMjMgNjYuNSA2Mi41VDEyODAgOTI1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfMzg1IiB1bmljb2RlPSLvhpoiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTI3IDY0MHEwIDE2MyA2NyAzMTNMNTYxLTUyUTM2NSA0MyAyNDYgMjI5VDEyNyA2NDB6bTEyODggMzlxMC0xOS0yLjUtMzguNXQtMTAtNDkuNS0xMS41LTQ0LTE3LjUtNTktMTcuNS01OGwtNzYtMjU2LTI3OCA4MjZxNDYgMyA4OCA4IDE5IDIgMjYgMTguNXQtMi41IDMxLTI4LjUgMTMuNWwtMjA1LTEwcS03NSAxLTIwMiAxMC0xMiAxLTIwLjUtNXQtMTEuNS0xNS0xLjUtMTguNSA5LTE2LjUgMTkuNS04bDgwLTggMTIwLTMyOC0xNjgtNTA0LTI4MCA4MzJxNDYgMyA4OCA4IDE5IDIgMjYgMTguNXQtMi41IDMxVDUwOCAxMDcxbC0yMDUtMTBxLTcgMC0yMyAuNXQtMjYgLjVxMTA1IDE2MCAyNzQuNSAyNTMuNVQ4OTYgMTQwOXExNDcgMCAyODAuNS01M3QyMzguNS0xNDloLTEwcS01NSAwLTkyLTQwLjV0LTM3LTk1LjVxMC0xMiAyLTI0dDQtMjEuNSA4LTIzIDktMjEgMTItMjIuNSAxMi41LTIxIDE0LjUtMjQgMTQtMjNxNjMtMTA3IDYzLTIxMnpNOTA5IDU3M2wyMzctNjQ3cTEtNiA1LTExLTEyNi00NC0yNTUtNDQtMTEyIDAtMjE3IDMyem02NjEgNDM2cTk1LTE3NCA5NS0zNjkgMC0yMDktMTA0LTM4NS41VDEyODItMjRsMjM1IDY3OHE1OSAxNjkgNTkgMjc2IDAgNDItNiA3OXptLTY3NCA1MjdxMTgyIDAgMzQ4LTcxdDI4Ni0xOTEgMTkxLTI4NiA3MS0zNDgtNzEtMzQ4VDE1MzAgNnQtMjg2LTE5MS0zNDgtNzEtMzQ4IDcxVDI2MiA2IDcxIDI5MiAwIDY0MHQ3MSAzNDggMTkxIDI4NiAyODYgMTkxIDM0OCA3MXptMC0xNzUxcTE3MyAwIDMzMS41IDY4dDI3MyAxODIuNSAxODIuNSAyNzMgNjggMzMxLjUtNjggMzMxLjUtMTgyLjUgMjczLTI3MyAxODIuNS0zMzEuNSA2OC0zMzEuNS02OC0yNzMtMTgyLjUtMTgyLjUtMjczVDQxIDY0MHQ2OC0zMzEuNSAxODIuNS0yNzMgMjczLTE4Mi41VDg5Ni0yMTV6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il8zODYiIHVuaWNvZGU9Iu+GmyIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xMDg2IDE1MzZWMEw4MTQtMTI4UTU4Ni0xMDggNDAwLTI2VDEwNyAxODIuNSAwIDQ1NXEwIDE0MCAxMDAuNSAyNjMuNXQyNzUgMjA1LjVUNzY3IDEwMzJWODYwcS0yMTctMzgtMzU2LjUtMTUwVDI3MSA0NTVxMC0xNTIgMTU0LjUtMjY3VDgxNCA0M3YxMzYwem02NjktNTgybDM3LTM5MC01MjUgMTE0IDE0NyA4M3EtMTE5IDcwLTI4MCA5OXYxNzJxMjc3LTMzIDQ4MS0xNTd6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il8zODciIHVuaWNvZGU9Iu+GnCIgaG9yaXotYWR2LXg9IjIwNDgiIGQ9Ik05NjAgMTUzNmw5NjAtMzg0di0xMjhoLTEyOHEwLTI2LTIwLjUtNDV0LTQ4LjUtMTlIMTk3cS0yOCAwLTQ4LjUgMTl0LTIwLjUgNDVIMHYxMjh6TTI1NiA4OTZoMjU2VjEyOGgxMjh2NzY4aDI1NlYxMjhoMTI4djc2OGgyNTZWMTI4aDEyOHY3NjhoMjU2VjEyOGg1OXEyOCAwIDQ4LjUtMTl0MjAuNS00NVYwSDEyOHY2NHEwIDI2IDIwLjUgNDV0NDguNSAxOWg1OXY3Njh6TTE4NTEtNjRxMjggMCA0OC41LTE5dDIwLjUtNDV2LTEyOEgwdjEyOHEwIDI2IDIwLjUgNDVUNjktNjRoMTc4MnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzM4OCIgdW5pY29kZT0i74adIiBob3Jpei1hZHYteD0iMjMwNCIgZD0iTTE3NzQgNzAwbDE4LTMxNnE0LTY5LTgyLTEyOHQtMjM1LTkzLjUtMzIzLTM0LjUtMzIzIDM0LjVUNTk0IDI1NnQtODIgMTI4bDE4IDMxNiA1NzQtMTgxcTIyLTcgNDgtN3Q0OCA3em01MzAgMzI0cTAtMjMtMjItMzFMMTE2MiA2NDFxLTQtMS0xMC0xdC0xMCAxTDQ5MCA4NDdxLTQzLTM0LTcxLTExMS41VDM4NSA1NTdxNjMtMzYgNjMtMTA5IDAtNjktNTgtMTA3bDU4LTQzM3EyLTE0LTgtMjUtOS0xMS0yNC0xMUgyMjRxLTE1IDAtMjQgMTEtMTAgMTEtOCAyNWw1OCA0MzNxLTU4IDM4LTU4IDEwNyAwIDczIDY1IDExMSAxMSAyMDcgOTggMzMwTDIyIDk5M3EtMjIgOC0yMiAzMXQyMiAzMWwxMTIwIDM1MnE0IDEgMTAgMXQxMC0xbDExMjAtMzUycTIyLTggMjItMzF6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il8zODkiIHVuaWNvZGU9Iu+GniIgZD0iTTg1OSA1NzlsMTMtNzA3cS02MiAxMS0xMDUgMTEtNDEgMC0xMDUtMTFsMTMgNzA3cS00MCA2OS0xNjguNSAyOTUuNVQyOTAgMTI0OXQtMTgxIDI4N3E1OC0xNSAxMDgtMTUgNDQgMCAxMTEgMTUgNjMtMTExIDEzMy41LTIyOS41dDE2Ny0yNzYuNVQ3NjcgODAzcTM3IDYxIDEwOS41IDE3Ny41dDExNy41IDE5MCAxMDUgMTc2IDEwNyAxODkuNXE1NC0xNCAxMDctMTQgNTYgMCAxMTQgMTQtMjgtMzktNjAtODguNXQtNDkuNS03OC41LTU2LjUtOTYtNDktODRxLTE0Ni0yNDgtMzUzLTYxMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjFBMCIgdW5pY29kZT0i74agIiBkPSJNNzY4IDc1MGg3MjVxMTItNjcgMTItMTI4IDAtMjE3LTkxLTM4Ny41VDExNTQuNS0zMiA3NjgtMTI4cS0xNTcgMC0yOTkgNjAuNVQyMjQgOTYgNjAuNSAzNDEgMCA2NDB0NjAuNSAyOTlUMjI0IDExODR0MjQ1IDE2My41IDI5OSA2MC41cTMwMCAwIDUxNS0yMDFsLTIwOS0yMDFxLTEyMyAxMTktMzA2IDExOS0xMjkgMC0yMzguNS02NVQzNTYgODgzLjUgMjkyIDY0MHQ2NC0yNDMuNVQ1MjkuNSAyMjAgNzY4IDE1NXE4NyAwIDE2MCAyNHQxMjAgNjAgODIgODIgNTEuNSA4NyAyMi41IDc4SDc2OHYyNjR6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImYxYTEiIHVuaWNvZGU9Iu+GoSIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xMDk1IDM2OXExNi0xNiAwLTMxLTYyLTYyLTE5OS02MnQtMTk5IDYycS0xNiAxNSAwIDMxIDYgNiAxNSA2dDE1LTZxNDgtNDkgMTY5LTQ5IDEyMCAwIDE2OSA0OSA2IDYgMTUgNnQxNS02ek03ODggNTUwcTAtMzctMjYtNjN0LTYzLTI2LTYzLjUgMjYtMjYuNSA2M3EwIDM4IDI2LjUgNjR0NjMuNSAyNiA2My0yNi41IDI2LTYzLjV6bTM5NSAwcTAtMzctMjYuNS02M3QtNjMuNS0yNi02MyAyNi0yNiA2MyAyNiA2My41IDYzIDI2LjUgNjMuNS0yNiAyNi41LTY0em0yNTEgMTIwcTAgNDktMzUgODR0LTg1IDM1LTg2LTM2cS0xMzAgOTAtMzExIDk2bDYzIDI4MyAyMDAtNDVxMC0zNyAyNi02M3Q2My0yNiA2My41IDI2LjUgMjYuNSA2My41LTI2LjUgNjMuNS02My41IDI2LjVxLTU0IDAtODAtNTBsLTIyMSA0OXEtMTkgNS0yNS0xNmwtNjktMzEycS0xODAtNy0zMDktOTctMzUgMzctODcgMzctNTAgMC04NS0zNXQtMzUtODRxMC0zNSAxOC41LTY0dDQ5LjUtNDRxLTYtMjctNi01NiAwLTE0MiAxNDAtMjQzdDMzNy0xMDFxMTk4IDAgMzM4IDEwMXQxNDAgMjQzcTAgMzItNyA1NyAzMCAxNSA0OCA0My41dDE4IDYzLjV6bTM1OC0zMHEwLTE4Mi03MS0zNDhUMTUzMCA2dC0yODYtMTkxLTM0OC03MS0zNDggNzFUMjYyIDYgNzEgMjkyIDAgNjQwdDcxIDM0OCAxOTEgMjg2IDI4NiAxOTEgMzQ4IDcxIDM0OC03MSAyODYtMTkxIDE5MS0yODYgNzEtMzQ4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfMzkyIiB1bmljb2RlPSLvhqIiIGQ9Ik05MzkgNDA3cTEzLTEzIDAtMjYtNTMtNTMtMTcxLTUzdC0xNzEgNTNxLTEzIDEzIDAgMjYgNSA2IDEzIDZ0MTMtNnE0Mi00MiAxNDUtNDJ0MTQ1IDQycTUgNiAxMyA2dDEzLTZ6TTY3NiA1NjNxMC0zMS0yMy01NHQtNTQtMjMtNTQgMjMtMjMgNTRxMCAzMiAyMi41IDU0LjVUNTk5IDY0MHQ1NC41LTIyLjVUNjc2IDU2M3ptMzM4IDBxMC0zMS0yMy01NHQtNTQtMjMtNTQgMjMtMjMgNTRxMCAzMiAyMi41IDU0LjVUOTM3IDY0MHQ1NC41LTIyLjVUMTAxNCA1NjN6bTIxNSAxMDNxMCA0Mi0zMCA3MnQtNzMgMzBxLTQyIDAtNzMtMzEtMTEzIDc4LTI2NyA4Mmw1NCAyNDMgMTcxLTM5cTEtMzIgMjMuNS01NHQ1My41LTIycTMyIDAgNTQuNSAyMi41dDIyLjUgNTQuNS0yMi41IDU0LjUtNTQuNSAyMi41cS00OCAwLTY5LTQzbC0xODkgNDJxLTE3IDUtMjEtMTNsLTYwLTI2OHEtMTU0LTYtMjY1LTgzLTMwIDMyLTc0IDMyLTQzIDAtNzMtMzB0LTMwLTcycTAtMzAgMTYtNTV0NDItMzhxLTUtMjUtNS00OCAwLTEyMiAxMjAtMjA4LjVUNzY5IDIzMHExNzAgMCAyOTAgODYuNVQxMTc5IDUyNXEwIDI1LTYgNDkgMjUgMTMgNDAuNSAzNy41VDEyMjkgNjY2em0zMDcgNDU0VjE2MHEwLTExOS04NC41LTIwMy41VDEyNDgtMTI4SDI4OHEtMTE5IDAtMjAzLjUgODQuNVQwIDE2MHY5NjBxMCAxMTkgODQuNSAyMDMuNVQyODggMTQwOGg5NjBxMTE5IDAgMjAzLjUtODQuNVQxNTM2IDExMjB6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il8zOTMiIHVuaWNvZGU9Iu+GoyIgZD0iTTg2NiA2OTdsOTAgMjd2NjJxMCA3OS01OCAxMzV0LTEzOCA1Ni0xMzgtNTUuNVQ1NjQgNzg3VjUwNHEwLTIwLTE0LTMzLjVUNTE3IDQ1N3QtMzIuNSAxMy41VDQ3MSA1MDR2MTIwSDMyMFY1MDJxMC04MiA1Ny41LTEzOVQ1MTcgMzA2cTgxIDAgMTM4LjUgNTYuNVQ3MTMgNDk5djI4MHEwIDE5IDEzLjUgMzN0MzMuNSAxNHExOSAwIDMyLjUtMTR0MTMuNS0zM3YtNTR6bTMzMy0xOTV2MTIyaC0xNTBWNDk4cTAtMjAtMTMuNS0zMy41VDEwMDIgNDUxcS0xOSAwLTMyLjUgMTRUOTU2IDQ5OHYxMjNsLTkwLTI2LTYwIDI4VjUwMHEwLTgwIDU4LTEzN3QxMzktNTcgMTM4LjUgNTcgNTcuNSAxMzl6bTMzNyAxMzhxMC0yMDktMTAzLTM4NS41VDExNTMuNS0yNSA3NjgtMTI4IDM4Mi41LTI1IDEwMyAyNTQuNSAwIDY0MHQxMDMgMzg1LjVUMzgyLjUgMTMwNSA3NjggMTQwOHQzODUuNS0xMDMgMjc5LjUtMjc5LjVUMTUzNiA2NDB6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImYxYTQiIHVuaWNvZGU9Iu+GpCIgaG9yaXotYWR2LXg9IjE5MjAiIGQ9Ik0xMDYyIDgyNHYxMThxMCA0Mi0zMCA3MnQtNzIgMzAtNzItMzAtMzAtNzJWMzMwcTAtMTc1LTEyNi0yOTlUNDI5LTkzUTI1MS05MyAxMjUuNSAzMi41VDAgMzM2djI2NmgzMjhWMzQwcTAtNDMgMzAtNzIuNXQ3Mi0yOS41IDcyIDI5LjUgMzAgNzIuNXY2MjBxMCAxNzEgMTI2LjUgMjkyVDk2MCAxMzczcTE3NiAwIDMwMi0xMjJ0MTI2LTI5NFY4MjFsLTE5NS01OHptNTMwLTIyMmgzMjhWMzM2cTAtMTc4LTEyNS41LTMwMy41VDE0OTEtOTNxLTE3NyAwLTMwMyAxMjQuNVQxMDYyIDMzMnYyNjhsMTMxLTYxIDE5NSA1OFYzMjdxMC00MiAzMC03MS41dDcyLTI5LjUgNzIgMjkuNSAzMCA3MS41djI3NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzM5NSIgdW5pY29kZT0i74alIiBkPSJNMTQ3MiAxNjB2NDgwSDc2OHY3MDRIMjg4cS05MyAwLTE1OC41LTY1LjVUNjQgMTEyMFY2NDBoNzA0Vi02NGg0ODBxOTMgMCAxNTguNSA2NS41VDE0NzIgMTYwem02NCA5NjBWMTYwcTAtMTE5LTg0LjUtMjAzLjVUMTI0OC0xMjhIMjg4cS0xMTkgMC0yMDMuNSA4NC41VDAgMTYwdjk2MHEwIDExOSA4NC41IDIwMy41VDI4OCAxNDA4aDk2MHExMTkgMCAyMDMuNS04NC41VDE1MzYgMTEyMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzM5NiIgdW5pY29kZT0i74amIiBob3Jpei1hZHYteD0iMjA0OCIgZD0iTTMyOCAxMjU0aDIwNFYyNzFIMHY2OTdoMzI4djI4NnptMC04MTl2MzY5SDIwNVY0MzVoMTIzem0yODYgNTMzVjI3MWgyMDV2Njk3SDYxNHptMCAyODZ2LTIwNGgyMDV2MjA0SDYxNHptMjg3LTI4Nmg1MzNWMjZIOTAxdjE2M2gzMjh2ODJIOTAxdjY5N3ptMzI4LTUzM3YzNjloLTEyM1Y0MzVoMTIzem0yODcgNTMzaDUzMlYyNmgtNTMydjE2M2gzMjd2ODJoLTMyN3Y2OTd6bTMyNy01MzN2MzY5aC0xMjNWNDM1aDEyM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzM5NyIgdW5pY29kZT0i74anIiBkPSJNMTA0NiA1MTZxMC02NC0zOC0xMDl0LTkxLTQ1cS00MyAwLTcwIDE1djI3N3EyOCAxNyA3MCAxNyA1MyAwIDkxLTQ1LjV0MzgtMTA5LjV6TTcwMyA5NDRxMC02NC0zOC0xMDkuNVQ1NzQgNzg5cS00MyAwLTcwIDE1djI3N3EyOCAxNyA3MCAxNyA1MyAwIDkxLTQ1dDM4LTEwOXptNTYyLTQzMXEwIDEzNC04OCAyMjl0LTIxMyA5NXEtMjAgMC0zOS0zLTIzLTc4LTc4LTEzNi04Ny05NS0yMTEtMTAxVi0zOUw4NDcgMnYyMDZxNTEtMTkgMTE3LTE5IDEyNSAwIDIxMyA5NXQ4OCAyMjl6TTkyMiA5NDBxMCAxMzQtODguNSAyMjlUNjIwIDEyNjRxLTc0IDAtMTQxLTM2SDI5M1YzODhsMjExIDQxdjIwNnE1NS0xOSAxMTYtMTkgMTI1IDAgMjEzLjUgOTVUOTIyIDk0MHptNjE0IDE4MFYxNjBxMC0xMTktODQuNS0yMDMuNVQxMjQ4LTEyOEgyODhxLTExOSAwLTIwMy41IDg0LjVUMCAxNjB2OTYwcTAgMTE5IDg0LjUgMjAzLjVUMjg4IDE0MDhoOTYwcTExOSAwIDIwMy41LTg0LjVUMTUzNiAxMTIweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfMzk4IiB1bmljb2RlPSLvhqgiIGhvcml6LWFkdi14PSIyMDM4IiBkPSJNMTIyMiA2MDdxNzUgMyAxNDMuNS0yMC41dDExOC01OC41IDEwMS05NC41IDg0LTEwOFQxNzQ0IDIwNXEzMy01NiA3OC41LTEwOXQ3NS41LTgwLjUgOTktODguNXEtNDgtMzAtMTA4LjUtNTcuNXQtMTM4LjUtNTktMTE0LTQ3LjVxLTQ0IDM3LTc0IDExNXQtNDMuNSAxNjQuNS0zMyAxODAuNS00Mi41IDE2OC41LTcyLjUgMTIzVDEyNDggNTYzbC0xMC0yLTYtNHE0LTUgMTMtMTQgNi01IDI4LTIzLjV0MjUuNS0yMiAxOS0xOCAxOC0yMC41IDExLjUtMjEgMTAuNS0yNy41IDQuNS0zMSA0LTQwLjVsMS0zM3ExLTI2LTIuNS01Ny41dC03LjUtNTItMTIuNS01OC41LTExLjUtNTNxLTM1IDEtMTAxLTkuNVQxMTM0IDY1cS0zOSAwLTcyIDEwLTIgMTYtMiA0NyAwIDc0IDMgOTYgMiAxMyAzMS41IDQxLjV0NTcgNTlUMTE3OCAzNzBxLTI0IDItNDMtMjQtMzYtNTMtMTExLjUtOTkuNVQ4ODcgMjAwcS0yNSAwLTc1LjUgNjNUNzA1IDQwMi41IDYyMSA0OTlxLTYgNC0yNyAzMFExMTIgNDE3IDgxIDQxN3EtMTYgMC0yOCAxMXQtMTIgMjdxMCAxNSA4LjUgMjYuNVQ3MiA0OTZsNDg2IDEwNnEtOCAxNC04IDI1dDUuNSAxNy41IDE2IDExLjUgMjAgNyAyMyA0LjVUNjMzIDY3MnE0IDEgMTUuNSA3LjVUNjY2IDY4NnExNSAwIDI4LTE2dDIwLTMzcTE2MyAzNyAxNzIgMzcgMTcgMCAyOS41LTExdDEyLjUtMjhxMC0xNS04LjUtMjZUODk2IDU5NWwtMTgyLTQwLTEtMTZxLTEtMjYgODEuNS0xMTcuNVQ4OTkgMzMwcTQ3IDAgMTE5IDgwdDcyIDEyOXEwIDM2LTIzLjUgNTN0LTUxIDE4LjUtNTEgMTEuNS0yMy41IDM0cTAgMTYgMTAgMzRsLTY4IDE5cTQzIDQ0IDQzIDExNyAwIDI2LTUgNTggODIgMTYgMTQ0IDE2IDQ0IDAgNzEuNS0xLjV0NDguNS04LjUgMzEtMTMuNSAyMC41LTI0LjUgMTUuNS0zMy41IDE3LTQ3LjUgMjQtNjBsNTAgMjVxLTMtNDAtMjMtNjB0LTQyLjUtMjEtNDAtNi41VDEyMjEgNjI4em02MCAyMzVxLTUgNS0xMy41IDE1LjV0LTEyIDE0LjUtMTAuNSAxMS41LTEwIDEwLjVsLTggOC04LjUgNy41LTggNS04LjUgNC41cS03IDMtMTQuNSA1dC0yMC41IDIuNS0yMiAuNWgtNzBxLTEyNiAwLTIxNy00MyAxNiAzMCAzNiA0Ni41dDU0IDI5LjUgNjUuNSAzNiA0NiAzNi41IDUwIDU1IDQzLjUgNTAuNXExMi05IDI4LTMxLjV0MzItMzYuNSAzOC0xM2wxMiAxdi03NmwyMi0xcTI0NyA5NSAzNzEgMTkwIDI4IDIxIDUwIDM5dDQyLjUgMzcuNSAzMyAzMSAyOS41IDM0IDI0IDMxIDI0LjUgMzcgMjMgMzggMjcgNDcuNSAyOS41IDUzbDcgOXEtMi01My00My0xMzktNzktMTY1LTIwNS0yNjR0LTMwNi0xNDJxLTE0LTMtNDItNy41dC01MC05LjUtMzktMTRxMy0xOSAyNC41LTQ2dDIxLjUtMzRxMC0xMS0yNi0zMHpNMTA2MS03OXEzOSAyNiAxMzEuNSA0Ny41VDEzMzktMTBxOSAwIDIyLjUtMTUuNXQyOC00Mi41IDI2LTUwIDI0LTUxIDE0LjUtMzNxLTEyMS00NS0yNDQtNDUtNjEgMC0xMjUgMTF6TTgyMiA1NjhsNDggMTIgMTA5LTE3Ny03My00OHptNTAxLTUxN3EzLTE1IDMtMTYgMC03LTE3LjUtMTQuNXQtNDYtMTMtNTQtOS41LTUzLjUtNy41LTMyLTQuNWwtNyA0M3EyMSAyIDYwLjUgOC41dDcyIDEwVDEzMDkgNTFoMTR6TTg2NiA2NzlsLTk2LTIwLTYgMTdxMTAgMSAzMi41IDd0MzQuNSA2cTE5IDAgMzUtMTB6bTE5NS02MzRoMzFsMTAtODMtNDEtMTJ2OTV6bTg4OSAxNDkwdjEtMXptMCAwbC0xLTUtMi0yIDEgM3ptMCAwbDEgMXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzM5OSIgdW5pY29kZT0i74apIiBkPSJNMTE2Ny01MHEtNSAxOS0yNCA1LTMwLTIyLTg3LTM5dC0xMzEtMTdxLTEyOSAwLTE5MyA0OS01IDQtMTMgNC0xMSAwLTI2LTEyLTctNi03LjUtMTZ0Ny41LTIwcTM0LTMyIDg3LjUtNDZUODgzLTE1NC41dDk5IDQuNXE0MSA0IDg0LjUgMjAuNXQ2NSAzMFQxMTYwLTc5cTEyIDEyIDcgMjl6bS0zOSAxMTVxLTE5IDQ3LTM5IDYxLTIzIDE1LTc2IDE1LTQ3IDAtNzEtMTAtMjktMTItNzgtNTYtMjYtMjQtMTItNDQgOS04IDE3LjUtNC41VDkwMSA1MHEzIDIgMTAuNSA4LjVUOTIyIDY3dDEwIDcgMTEuNSA3IDEyLjUgNSAxNSA0LjUgMTYuNSAyLjUgMjAuNSAxcTI3IDAgNDQuNS03LjV0MjMtMTQuNSAxMy41LTIycTEwLTE3IDEyLjUtMjB0MTIuNSAxcTIzIDEyIDE0IDM0em0zNTUgMjgxcTAgMjItNSA0NC41dC0xNi41IDQ1LTM0IDM2LjUtNTIuNSAxNHEtMzMgMC05Ny00MS41VDExNDkgMzYxdC0xMDEtNDJxLTI3LTEtNjMuNSAxOXQtNzYgNDktODMuNSA1OC0xMDAgNDktMTExIDE5cS0xMTUtMS0xOTctNzguNVQzMzMgMjU2cS0yLTExMiA3NC0xNjQgMjktMjAgNjIuNS0yOC41VDU3MyA1NXE1NyAwIDEzMiAzMi41dDEzNCA3MVQ5NTkgMjI5dDkzIDMxcTI2LTEgNjUtMzEuNXQ3MS41LTY3IDY4LTY3LjUgNTUuNS0zMnEzNS0zIDU4LjUgMTR0NTUuNSA2M3EyOCA0MSA0Mi41IDEwMXQxNC41IDEwNnptNTMgMTYwcTAtMTY0LTYyLTMwNC41dC0xNjYtMjM2VDEwNjUuNS0xODQgNzc1LTIzOHQtMjkzIDU3LjUtMjQ3LjUgMTU3VDY0IDIxOCAwIDUyMHEwIDg5IDE5LjUgMTcyLjV0NDkgMTQ1LjVUMTM5IDk1Ni41dDc4LjUgOTRUMjk2IDExMjB0NjQuNSA0Ni41VDQwMyAxMTkxcTE0IDggNTEgMjYuNXQ1NC41IDI4LjUgNDggMzAgNjAuNSA0NHEzNiAyOCA1OCA3Mi41dDMwIDEyNS41cTEyOS0xNTUgMTg2LTE5MyA0NC0yOSAxMzAtNjh0MTI5LTY2cTIxLTEzIDM5LTI1dDYwLjUtNDYuNSA3Ni03MC41IDc1LTk1IDY5LTEyMiA0Ny0xNDguNVQxNTM2IDUwNnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQwMCIgdW5pY29kZT0i74aqIiBkPSJNMTA3MCA0NjNMOTEwIDMwMyA3NTkgMTUxbC0zMC0zMHEtNjUtNjQtMTUxLjUtODdUNDA2IDMycS0xNi03MC03Mi0xMTV0LTEyOS00NXEtODUgMC0xNDUgNjAuNVQwIDc4cTAgNzIgNDQuNSAxMjhUMTU4IDI3OHEtMjIgODYgMSAxNzN0ODggMTUybDEyIDEyIDE1MS0xNTItMTEtMTFxLTM3LTM3LTM3LTg5dDM3LTkwcTM3LTM3IDg5LTM3dDg5IDM3bDMwIDMwIDE1MSAxNTIgMTYxIDE2MHptLTM0MSA2ODJsMTItMTItMTUyLTE1Mi0xMiAxMnEtMzcgMzctODkgMzd0LTg5LTM3LTM3LTg5LjUgMzctODkuNWwyOS0yOSAxNTItMTUyIDE2MC0xNjAtMTUxLTE1Mi0xNjEgMTYwLTE1MSAxNTItMzAgMzBxLTY4IDY3LTkwIDE1OS41dDUgMTc5LjVxLTcwIDE1LTExNSA3MVQyIDEyMDJxMCA4NSA2MCAxNDUuNXQxNDUgNjAuNXE3NiAwIDEzMy41LTQ5dDY5LjUtMTIzcTg0IDIwIDE2OS41LTMuNVQ3MjkgMTE0NXpNMTUzNiA3OHEwLTg1LTYwLTE0NS41VDEzMzEtMTI4cS03NCAwLTEzMSA0N3QtNzEgMTE4cS04Ni0yOC0xNzkuNS02VDc4OCAxMjFsLTExIDEyIDE1MSAxNTIgMTItMTJxMzctMzcgODktMzd0ODkgMzcgMzcgODktMzcgODlsLTMwIDMwLTE1MiAxNTItMTYwIDE2MCAxNTIgMTUyIDE2MC0xNjAgMTUyLTE1MiAyOS0zMHE2NC02NCA4Ny41LTE1MC41VDEzNTkgMjgxcTc2LTExIDEyNi41LTY4LjVUMTUzNiA3OHptLTIgMTEyNHEwLTc3LTUxLTEzNXQtMTI3LTY5cTI2LTg1IDMtMTc2LjVUMTI2OSA2NjNsLTEyLTEyLTE1MSAxNTIgMTIgMTJxMzcgMzcgMzcgODl0LTM3IDg5LTg5IDM3LTg5LTM3bC0zMC0zMC0xNTItMTUyLTE2MC0xNjAtMTUyIDE1MiAxNjEgMTYwIDE1MiAxNTIgMjkgMzBxNjcgNjcgMTU5IDg5LjV0MTc4LTMuNXExMSA3NSA2OC41IDEyNnQxMzUuNSA1MXE4NSAwIDE0NS02MC41dDYwLTE0NS41eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJmMWFiIiB1bmljb2RlPSLvhqsiIGQ9Ik02NTQgNDU4cS0xLTMtMTIuNS41VDYxMCA0NzBsLTIwIDlxLTQ0IDIwLTg3IDQ5LTcgNS00MSAzMS41VDQyNCA1ODhxLTY3LTEwMy0xMzQtMTgxLTgxLTk1LTEwNS0xMTAtNC0yLTE5LjUtNHQtMTguNSAwcTYgNCA4MiA5MiAyMSAyNCA4NS41IDExNVQzOTMgNjE4cTE3IDMwIDUxIDk4LjV0MzYgNzcuNXEtOCAxLTExMC0zMy04LTItMjcuNS03LjVUMzA4IDc0NHQtMTctNXEtMi0yLTItMTAuNXQtMS05LjVxLTUtMTAtMzEtMTUtMjMtNy00NyAwLTE4IDQtMjggMjEtNCA2LTUgMjMgNiAyIDI0LjUgNXQyOS41IDZxNTggMTYgMTA1IDMyIDEwMCAzNSAxMDIgMzUgMTAgMiA0MyAxOS41dDQ0IDIxLjVxOSAzIDIxLjUgOHQxNC41IDUuNSA2LS41cTItMTItMS0zMyAwLTItMTIuNS0yN1Q1MjcgNzY2LjUgNTEwIDczM3EtMjUtNTAtNzctMTMxbDY0LTI4cTEyLTYgNzQuNS0zMnQ2Ny41LTI4cTQtMSAxMC41LTI1LjVUNjU0IDQ1OHpNNDQ5IDk0NHEzLTE1LTQtMjgtMTItMjMtNTAtMzgtMzAtMTItNjAtMTItMjYgMy00OSAyNi0xNCAxNS0xOCA0MWwxIDNxMy0zIDE5LjUtNXQyNi41IDAgNTggMTZxMzYgMTIgNTUgMTQgMTcgMCAyMS0xN3ptNjk4LTEyOWw2My0yMjctMTM5IDQyek0zOSAxNWw2OTQgMjMydjEwMzJMMzkgMTA0NlYxNXptMTI0MSAzMTdsMTAyLTMxLTE4MSA2NTctMTAwIDMxLTIxNi01MzYgMTAyLTMxIDQ1IDExMCAyMTEtNjV6bS01MDMgOTYybDU3My0xODR2Mzgwek0xMDg4LTI5bDE1OC0xMy01NC0xNjAtNDAgNjZxLTEzMC04My0yNzYtMTA4LTU4LTEyLTkxLTEyaC04NHEtNzkgMC0xOTkuNSAzOVQzMTgtMTMycS04IDctOCAxNiAwIDggNSAxMy41dDEzIDUuNXE0IDAgMTgtNy41dDMwLjUtMTYuNSAyMC41LTExcTczLTM3IDE1OS41LTYxLjVUNzE0LTIxOHE5NSAwIDE2NyAxNC41dDE1NyA1MC41cTE1IDcgMzAuNSAxNS41dDM0IDE5VDExMzEtMTAyem00NDggMTA3OVYtMjlMNzYyIDIxN3EtMTQtNi0zNzUtMTI3LjVUMTktMzJRNi0zMiAxLTE5cTAgMS0xIDN2MTA3OHEzIDkgNCAxMCA1IDYgMjAgMTEgMTA3IDM2IDE0OSA1MHYzODRsNTU4LTE5OHEyIDAgMTYwLjUgNTV0MzE2IDEwOC41VDEzNjkgMTUzNnEyMCAwIDIwLTIxdi00MTh6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80MDIiIHVuaWNvZGU9Iu+GrCIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0yODggMTE1MnE2NiAwIDExMy00N3Q0Ny0xMTNWLTk2cTAtNjYtNDctMTEzdC0xMTMtNDdIMTYwcS02NiAwLTExMyA0N1QwLTk2Vjk5MnEwIDY2IDQ3IDExM3QxMTMgNDdoMTI4em0xMzc2LTE2M3E1OC0zNCA5My05M3QzNS0xMjhWMHEwLTEwNi03NS0xODF0LTE4MS03NUg2NzJxLTY2IDAtMTEzIDQ3VDUxMi05NnYxNTM2cTAgNDAgMjggNjh0NjggMjhoNjcycTQwIDAgODgtMjB0NzYtNDhsMTUyLTE1MnEyOC0yOCA0OC03NnQyMC04OFY5ODl6TTkyOCAwdjEyOHEwIDE0LTkgMjN0LTIzIDlINzY4cS0xNCAwLTIzLTl0LTktMjNWMHEwLTE0IDktMjN0MjMtOWgxMjhxMTQgMCAyMyA5dDkgMjN6bTAgMjU2djEyOHEwIDE0LTkgMjN0LTIzIDlINzY4cS0xNCAwLTIzLTl0LTktMjNWMjU2cTAtMTQgOS0yM3QyMy05aDEyOHExNCAwIDIzIDl0OSAyM3ptMCAyNTZ2MTI4cTAgMTQtOSAyM3QtMjMgOUg3NjhxLTE0IDAtMjMtOXQtOS0yM1Y1MTJxMC0xNCA5LTIzdDIzLTloMTI4cTE0IDAgMjMgOXQ5IDIzek0xMTg0IDB2MTI4cTAgMTQtOSAyM3QtMjMgOWgtMTI4cS0xNCAwLTIzLTl0LTktMjNWMHEwLTE0IDktMjN0MjMtOWgxMjhxMTQgMCAyMyA5dDkgMjN6bTAgMjU2djEyOHEwIDE0LTkgMjN0LTIzIDloLTEyOHEtMTQgMC0yMy05dC05LTIzVjI1NnEwLTE0IDktMjN0MjMtOWgxMjhxMTQgMCAyMyA5dDkgMjN6bTAgMjU2djEyOHEwIDE0LTkgMjN0LTIzIDloLTEyOHEtMTQgMC0yMy05dC05LTIzVjUxMnEwLTE0IDktMjN0MjMtOWgxMjhxMTQgMCAyMyA5dDkgMjN6TTE0NDAgMHYxMjhxMCAxNC05IDIzdC0yMyA5aC0xMjhxLTE0IDAtMjMtOXQtOS0yM1YwcTAtMTQgOS0yM3QyMy05aDEyOHExNCAwIDIzIDl0OSAyM3ptMCAyNTZ2MTI4cTAgMTQtOSAyM3QtMjMgOWgtMTI4cS0xNCAwLTIzLTl0LTktMjNWMjU2cTAtMTQgOS0yM3QyMy05aDEyOHExNCAwIDIzIDl0OSAyM3ptMCAyNTZ2MTI4cTAgMTQtOSAyM3QtMjMgOWgtMTI4cS0xNCAwLTIzLTl0LTktMjNWNTEycTAtMTQgOS0yM3QyMy05aDEyOHExNCAwIDIzIDl0OSAyM3ptOTYgMzg0djI1NmgtMTYwcS00MCAwLTY4IDI4dC0yOCA2OHYxNjBINjQwVjg5Nmg4OTZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80MDMiIHVuaWNvZGU9Iu+GrSIgZD0iTTEzNDQgMTUzNnEyNiAwIDQ1LTE5dDE5LTQ1Vi0xOTJxMC0yNi0xOS00NXQtNDUtMTlINjRxLTI2IDAtNDUgMTlUMC0xOTJ2MTY2NHEwIDI2IDE5IDQ1dDQ1IDE5aDEyODB6bS04MzItMjg4di02NHEwLTE0IDktMjN0MjMtOWg2NHExNCAwIDIzIDl0OSAyM3Y2NHEwIDE0LTkgMjN0LTIzIDloLTY0cS0xNCAwLTIzLTl0LTktMjN6bTAtMjU2di02NHEwLTE0IDktMjN0MjMtOWg2NHExNCAwIDIzIDl0OSAyM3Y2NHEwIDE0LTkgMjN0LTIzIDloLTY0cS0xNCAwLTIzLTl0LTktMjN6bTAtMjU2di02NHEwLTE0IDktMjN0MjMtOWg2NHExNCAwIDIzIDl0OSAyM3Y2NHEwIDE0LTkgMjN0LTIzIDloLTY0cS0xNCAwLTIzLTl0LTktMjN6bTAtMjU2di02NHEwLTE0IDktMjN0MjMtOWg2NHExNCAwIDIzIDl0OSAyM3Y2NHEwIDE0LTkgMjN0LTIzIDloLTY0cS0xNCAwLTIzLTl0LTktMjN6TTM4NCAxNjB2NjRxMCAxNC05IDIzdC0yMyA5aC02NHEtMTQgMC0yMy05dC05LTIzdi02NHEwLTE0IDktMjN0MjMtOWg2NHExNCAwIDIzIDl0OSAyM3ptMCAyNTZ2NjRxMCAxNC05IDIzdC0yMyA5aC02NHEtMTQgMC0yMy05dC05LTIzdi02NHEwLTE0IDktMjN0MjMtOWg2NHExNCAwIDIzIDl0OSAyM3ptMCAyNTZ2NjRxMCAxNC05IDIzdC0yMyA5aC02NHEtMTQgMC0yMy05dC05LTIzdi02NHEwLTE0IDktMjN0MjMtOWg2NHExNCAwIDIzIDl0OSAyM3ptMCAyNTZ2NjRxMCAxNC05IDIzdC0yMyA5aC02NHEtMTQgMC0yMy05dC05LTIzdi02NHEwLTE0IDktMjN0MjMtOWg2NHExNCAwIDIzIDl0OSAyM3ptMCAyNTZ2NjRxMCAxNC05IDIzdC0yMyA5aC02NHEtMTQgMC0yMy05dC05LTIzdi02NHEwLTE0IDktMjN0MjMtOWg2NHExNCAwIDIzIDl0OSAyM3pNODk2LTk2Vjk2cTAgMTQtOSAyM3QtMjMgOUg1NDRxLTE0IDAtMjMtOXQtOS0yM1YtOTZxMC0xNCA5LTIzdDIzLTloMzIwcTE0IDAgMjMgOXQ5IDIzem0wIDUxMnY2NHEwIDE0LTkgMjN0LTIzIDloLTY0cS0xNCAwLTIzLTl0LTktMjN2LTY0cTAtMTQgOS0yM3QyMy05aDY0cTE0IDAgMjMgOXQ5IDIzem0wIDI1NnY2NHEwIDE0LTkgMjN0LTIzIDloLTY0cS0xNCAwLTIzLTl0LTktMjN2LTY0cTAtMTQgOS0yM3QyMy05aDY0cTE0IDAgMjMgOXQ5IDIzem0wIDI1NnY2NHEwIDE0LTkgMjN0LTIzIDloLTY0cS0xNCAwLTIzLTl0LTktMjN2LTY0cTAtMTQgOS0yM3QyMy05aDY0cTE0IDAgMjMgOXQ5IDIzem0wIDI1NnY2NHEwIDE0LTkgMjN0LTIzIDloLTY0cS0xNCAwLTIzLTl0LTktMjN2LTY0cTAtMTQgOS0yM3QyMy05aDY0cTE0IDAgMjMgOXQ5IDIzem0yNTYtMTAyNHY2NHEwIDE0LTkgMjN0LTIzIDloLTY0cS0xNCAwLTIzLTl0LTktMjN2LTY0cTAtMTQgOS0yM3QyMy05aDY0cTE0IDAgMjMgOXQ5IDIzem0wIDI1NnY2NHEwIDE0LTkgMjN0LTIzIDloLTY0cS0xNCAwLTIzLTl0LTktMjN2LTY0cTAtMTQgOS0yM3QyMy05aDY0cTE0IDAgMjMgOXQ5IDIzem0wIDI1NnY2NHEwIDE0LTkgMjN0LTIzIDloLTY0cS0xNCAwLTIzLTl0LTktMjN2LTY0cTAtMTQgOS0yM3QyMy05aDY0cTE0IDAgMjMgOXQ5IDIzem0wIDI1NnY2NHEwIDE0LTkgMjN0LTIzIDloLTY0cS0xNCAwLTIzLTl0LTktMjN2LTY0cTAtMTQgOS0yM3QyMy05aDY0cTE0IDAgMjMgOXQ5IDIzem0wIDI1NnY2NHEwIDE0LTkgMjN0LTIzIDloLTY0cS0xNCAwLTIzLTl0LTktMjN2LTY0cTAtMTQgOS0yM3QyMy05aDY0cTE0IDAgMjMgOXQ5IDIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDA0IiB1bmljb2RlPSLvhq4iIGhvcml6LWFkdi14PSIxMjgwIiBkPSJNMTE4OCA5ODhMODk2IDY5NnYtODI0cTAtNDYtMzMtNzl0LTc5LTMzLTc5IDMzLTMzIDc5djM4NGgtNjR2LTM4NHEwLTQ2LTMzLTc5dC03OS0zMy03OSAzMy0zMyA3OXY4MjRMOTIgOTg4cS0yOCAyOC0yOCA2OHQyOCA2OHEyOSAyOCA2OC41IDI4dDY3LjUtMjhsMjI4LTIyOGgzNjhsMjI4IDIyOHEyOCAyOCA2OCAyOHQ2OC0yOHEyOC0yOSAyOC02OC41dC0yOC02Ny41em0tMzI0IDE2NHEwLTkzLTY1LjUtMTU4LjVUNjQwIDkyOHQtMTU4LjUgNjUuNVQ0MTYgMTE1MnQ2NS41IDE1OC41VDY0MCAxMzc2dDE1OC41LTY1LjVUODY0IDExNTJ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYxQjEiIHVuaWNvZGU9Iu+GsCIgaG9yaXotYWR2LXg9IjE2NjQiIGQ9Ik03ODAgMTA2NHEwLTYwLTE5LTExMy41VDY5OCA4NTh0LTEwNS0zOXEtNzYgMC0xMzggNTcuNVQzNjMgMTAxMnQtMzAgMTUxcTAgNjAgMTkgMTEzLjV0NjMgOTIuNSAxMDUgMzlxNzcgMCAxMzguNS01Ny41dDkxLjUtMTM1IDMwLTE1MS41ek00MzggNTgxcTAtODAtNDItMTM5dC0xMTktNTlxLTc2IDAtMTQxLjUgNTUuNVQzNSA1NzIgMCA3MjRxMCA4MCA0MiAxMzkuNVQxNjEgOTIzcTc2IDAgMTQxLjUtNTUuNXQxMDAuNS0xMzRUNDM4IDU4MXptMzk0IDI3cTExOCAwIDI1NS05Ny41dDIyOS0yMzdUMTQwOCAxOXEwLTQ2LTE3LTc2LjV0LTQ4LjUtNDUtNjQuNS0yMC03Ni01LjVxLTY4IDAtMTg3LjUgNDVUODMyLTM4cS02NiAwLTE5Mi41LTQ0LjVUNDM5LTEyN3EtMTgzIDAtMTgzIDE0NiAwIDg2IDU2IDE5MS41VDQ1MS41IDQwMyA2MzkgNTQ5dDE5MyA1OXptMjM5IDIxMXEtNjEgMC0xMDUgMzl0LTYzIDkyLjUtMTkgMTEzLjVxMCA3NCAzMCAxNTEuNXQ5MS41IDEzNVQxMTQ0IDE0MDhxNjEgMCAxMDUtMzl0NjMtOTIuNSAxOS0xMTMuNXEwLTczLTMwLTE1MXQtOTItMTM1LjUtMTM4LTU3LjV6bTQzMiAxMDRxNzcgMCAxMTktNTkuNXQ0Mi0xMzkuNXEwLTc0LTM1LTE1MnQtMTAwLjUtMTMzLjVUMTM4NyAzODNxLTc3IDAtMTE5IDU5dC00MiAxMzlxMCA3NCAzNSAxNTIuNXQxMDAuNSAxMzRUMTUwMyA5MjN6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80MDYiIHVuaWNvZGU9Iu+GsSIgaG9yaXotYWR2LXg9Ijc2OCIgZD0iTTcwNCAxMDA4cTAtMTQ1LTU3LTI0My41VDQ5NSA2MjlsNDUtODIxcTItMjYtMTYtNDV0LTQ0LTE5SDI4OHEtMjYgMC00NCAxOXQtMTYgNDVsNDUgODIxcS05NSAzNy0xNTIgMTM1LjVUNjQgMTAwOHEwIDEyOCA0Mi41IDI0OS41dDExNy41IDIwMCAxNjAgNzguNSAxNjAtNzguNSAxMTcuNS0yMDBUNzA0IDEwMDh6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80MDciIHVuaWNvZGU9Iu+GsiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik04OTYtOTNsNjQwIDM0OXY2MzZMODk2IDY1OVYtOTN6bS02NCA4NjVsNjk4IDI1NC02OTggMjU0LTY5OC0yNTR6bTgzMiAyNTJWMjU2cTAtMzUtMTgtNjV0LTQ5LTQ3TDg5My0yNDBxLTI4LTE2LTYxLTE2dC02MSAxNkw2NyAxNDRxLTMxIDE3LTQ5IDQ3VDAgMjU2djc2OHEwIDQwIDIzIDczdDYxIDQ3bDcwNCAyNTZxMjIgOCA0NCA4dDQ0LThsNzA0LTI1NnEzOC0xNCA2MS00N3QyMy03M3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQwOCIgdW5pY29kZT0i74azIiBob3Jpei1hZHYteD0iMjMwNCIgZD0iTTY0MC05NmwzODQgMTkydjMxNEw2NDAgMjQ2Vi05NnptLTY0IDQ1NGw0MDQgMTczLTQwNCAxNzMtNDA0LTE3M3pNMTY2NC05NmwzODQgMTkydjMxNGwtMzg0LTE2NFYtOTZ6bS02NCA0NTRsNDA0IDE3My00MDQgMTczLTQwNC0xNzN6bS00NDggMjkzbDM4NCAxNjV2MjY2bC0zODQtMTY0VjY1MXptLTY0IDM3OWw0NDEgMTg5LTQ0MSAxODktNDQxLTE4OXptMTA4OC01MThWOTZxMC0zNi0xOS02N3QtNTItNDdsLTQ0OC0yMjRxLTI1LTE0LTU3LTE0dC01NyAxNEwxMDk1LTE4cS00IDItNyA0LTItMi03LTRMNjMzLTI0MnEtMjUtMTQtNTctMTR0LTU3IDE0TDcxLTE4UTM4LTIgMTkgMjlUMCA5NnY0MTZxMCAzOCAyMS41IDcwVDc4IDYzMGw0MzQgMTg2djQwMHEwIDM4IDIxLjUgNzB0NTYuNSA0OGw0NDggMTkycTIzIDEwIDUwIDEwdDUwLTEwbDQ0OC0xOTJxMzUtMTYgNTYuNS00OHQyMS41LTcwVjgxNmw0MzQtMTg2cTM2LTE2IDU3LTQ4dDIxLTcweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDA5IiB1bmljb2RlPSLvhrQiIGhvcml6LWFkdi14PSIyMDQ4IiBkPSJNMTg0OCAxMTk3aC01MTF2LTEyNGg1MTF2MTI0em0tMjUyLTQyNnEtOTAgMC0xNDYtNTIuNVQxMzg4IDU3Nmg0MDhxLTE4IDE5NS0yMDAgMTk1em0xNi01ODVxNjMgMCAxMjIgMzJ0NzYgODdoMjIxUTE5MzEtMiAxNjA0LTJxLTIxNCAwLTM0MC41IDEzMlQxMTM3IDQ3N3EwIDIwOCAxMzAuNSAzNDUuNVQxNjA0IDk2MHExMzggMCAyNDAuNS02OHQxNTMtMTc5IDUwLjUtMjQ4cTAtMTctMi00N2gtNjU4cTAtMTExIDU3LjUtMTcxLjVUMTYxMiAxODZ6TTI3NyAyMzZoMjk2cTIwNSAwIDIwNSAxNjcgMCAxODAtMTk5IDE4MEgyNzdWMjM2em0wIDUzN2gyODFxNzggMCAxMjMuNSAzNi41VDcyNyA5MjNxMCAxNDQtMTkwIDE0NEgyNzdWNzczek0wIDEyODJoNTk0cTg3IDAgMTU1LTE0dDEyNi41LTQ3LjUgOTAtOTYuNVQ5OTcgOTcwcTAtMTgxLTE3Mi0yNjMgMTE0LTMyIDE3Mi0xMTV0NTgtMjA0cTAtNzUtMjQuNS0xMzYuNXQtNjYtMTAzLjVUODY2IDc3IDc0NSAzNSA2MTEgMjJIMHYxMjYweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDEwIiB1bmljb2RlPSLvhrUiIGQ9Ik0xMjQ4IDE0MDhxMTE5IDAgMjAzLjUtODQuNVQxNTM2IDExMjBWMTYwcTAtMTE5LTg0LjUtMjAzLjVUMTI0OC0xMjhIMjg4cS0xMTkgMC0yMDMuNSA4NC41VDAgMTYwdjk2MHEwIDExOSA4NC41IDIwMy41VDI4OCAxNDA4aDk2MHptLTc0OS0zNjdIMTI4VjI1NGgzODJxMTE3IDAgMTk3IDU3LjVUNzg3IDQ4MnEwIDE1OC0xNDMgMjAwIDEwNyA1MiAxMDcgMTY0IDAgNTctMTkuNSA5Ni41VDY3NSAxMDAzdC03OSAyOS41LTk3IDguNXptLTIyLTMxOEgzMDF2MTg0aDE2M3ExMTkgMCAxMTktOTAgMC05NC0xMDYtOTR6bTktMzM1SDMwMXYyMTdoMTg5cTEyNCAwIDEyNC0xMTMgMC0xMDQtMTI4LTEwNHptNjUwLTMycS02OCAwLTEwNCAzOHQtMzYgMTA3aDQxMXExIDEwIDEgMzAgMCAxMzItNzQuNSAyMjAuNVQxMTMwIDg0MHEtMTI4IDAtMjEwLTg2dC04Mi0yMTZxMC0xMzUgNzktMjE3dDIxMy04MnEyMDUgMCAyNjcgMTkxaC0xMzhxLTExLTM0LTQ3LjUtNTR0LTc1LjUtMjB6bS0xMCAzNjZxMTEzIDAgMTI0LTEyMkg5OTZxNCA1NiAzOSA4OXQ5MSAzM3pNOTY0IDk4OGgzMTl2LTc3SDk2NHY3N3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQxMSIgdW5pY29kZT0i74a2IiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE1ODIgOTU0cTAtMTAxLTcxLjUtMTcyLjVUMTMzOCA3MTB0LTE3Mi41IDcxLjVUMTA5NCA5NTR0NzEuNSAxNzIuNVQxMzM4IDExOTh0MTcyLjUtNzEuNVQxNTgyIDk1NHpNODEyIDIxMnEwIDEwNC03MyAxNzd0LTE3NyA3M3EtMjcgMC01NC02bDEwNC00MnE3Ny0zMSAxMDkuNS0xMDYuNVQ3MjMgMTU2UTY5MiA3OSA2MTYgNDd0LTE1Mi0xcS0yMSA4LTYyIDI0LjVUMzQxIDk1cTMyLTYwIDkxLTk2LjVUNTYyLTM4cTEwNCAwIDE3NyA3M3Q3MyAxNzd6bTgzMCA3NDFxMCAxMjYtODkuNSAyMTUuNVQxMzM3IDEyNThxLTEyNyAwLTIxNi41LTg5LjVUMTAzMSA5NTNxMC0xMjcgODkuNS0yMTZ0MjE2LjUtODlxMTI2IDAgMjE1LjUgODl0ODkuNSAyMTZ6bTE1MCAwcTAtMTg5LTEzMy41LTMyMlQxMzM3IDQ5OEw5MDAgMTc5UTg4OCA1MCA3OTEtMzl0LTIyOS04OXEtMTIxIDAtMjE0IDc2VDIzMCAxNDBMMCAyMzJ2NDI5bDM4OS0xNTdxNzkgNDggMTczIDQ4IDEzIDAgMzUtMmwyODQgNDA3cTIgMTg3IDEzNS41IDMxOXQzMjAuNSAxMzJxMTg4IDAgMzIxLjUtMTMzLjVUMTc5MiA5NTN6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80MTIiIHVuaWNvZGU9Iu+GtyIgZD0iTTEyNDIgODg5cTAgODAtNTcgMTM2LjV0LTEzNyA1Ni41LTEzNi41LTU3VDg1NSA4ODlxMC04MCA1Ni41LTEzNi41VDEwNDggNjk2dDEzNyA1Ni41IDU3IDEzNi41ek02MzIgMzAxcTAtODMtNTgtMTQwLjVUNDM0IDEwM3EtNTYgMC0xMDMgMjl0LTcyIDc3cTUyLTIwIDk4LTQwIDYwLTI0IDEyMCAxLjV0ODUgODYuNXEyNCA2MC0xLjUgMTIwVDQ3NCA0NjFsLTgyIDMzcTIyIDUgNDIgNSA4MiAwIDE0MC01Ny41VDYzMiAzMDF6bTkwNCA4MTlWMTYwcTAtMTE5LTg0LjUtMjAzLjVUMTI0OC0xMjhIMjg4cS0xMTkgMC0yMDMuNSA4NC41VDAgMTYwdjE1M2wxNzItNjlxMjAtOTIgOTMuNS0xNTJUNDM0IDMycTEwNCAwIDE4MSA3MHQ4NyAxNzNsMzQ1IDI1MnExNTAgMCAyNTUuNSAxMDUuNVQxNDA4IDg4N3EwIDE1MC0xMDUuNSAyNTUuNVQxMDQ3IDEyNDhxLTE0OCAwLTI1My0xMDQuNVQ2ODcgODkxTDQ2MiA1NjlxLTkgMS0yOCAxLTc1IDAtMTM3LTM3TDAgNjUydjQ2OHEwIDExOSA4NC41IDIwMy41VDI4OCAxNDA4aDk2MHExMTkgMCAyMDMuNS04NC41VDE1MzYgMTEyMHptLTI0Ny0yMzNxMC0xMDAtNzEtMTcwLjVUMTA0NyA2NDZ0LTE3MC41IDcwLjVUODA2IDg4N3Q3MC41IDE3MSAxNzAuNSA3MXExMDEgMCAxNzEuNS03MC41VDEyODkgODg3eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDEzIiB1bmljb2RlPSLvhrgiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNODM2IDM2N0w4MjEtMWwtMi0yMkwzOTkgNnEtMzYgMy02NyAzMS41VDI4NSAxMDNxLTExIDI3LTE0LjUgNTV0NCA2NSAxMiA1NSAyMS41IDY0IDE5IDUzcTc4LTEyIDUwOS0yOHpNNDQ5IDk1M2wxODAtMzc5LTE0NyA5MnEtNjMtNzItMTExLjUtMTQ0LjV0LTcyLjUtMTI1LTM5LjUtOTQuNS0xOC41LTYzbC00LTIxTDQ2IDU3NXEtMTcgMjYtMTggNTZ0NiA0N2w4IDE4cTM1IDYzIDExNCAxODhMMTYgOTcwem0xMjMxLTUxN0wxNDkyIDc3cS0xMi0yOS0zNi41LTQ2LjVUMTQxMiAxMGwtMTgtNHEtNzEtNy0yMTktMTJsOC0xNjQtMjMwIDM2NyAyMTEgMzYyIDctMTczcTE3MC0xNiAyODMtNXQxNzAgMzN6bS03ODUgOTI0cS00Ny02My0yNjUtNDM1bC0zMTcgMTg3LTE5IDEyIDIyNSAzNTZxMjAgMzEgNjAgNDV0ODAgMTBxMjQtMiA0OC41LTEydDQyLTIxIDQxLjUtMzMgMzYtMzQuNSAzNi0zOS41IDMyLTM1em02NTUtMzA3bDIxMi0zNjNxMTgtMzcgMTIuNS03NnQtMjcuNS03NHEtMTMtMjAtMzMtMzd0LTM4LTI4LTQ4LjUtMjItNDctMTYtNTEuNS0xNC00Ni0xMnEtMzQgNzItMjY1IDQzNmwzMTMgMTk1em0tMTQzIDIyNmwxNDIgODMtMjIwLTM3My00MTkgMjAgMTUxIDg2cS0zNCA4OS03NSAxNjZ0LTc1LjUgMTIzLjUtNjQuNSA4MC00NyA0Ni41bC0xNyAxMyA0MDUtMXEzMSAzIDU4LTEwLjV0MzktMjguNWwxMS0xNXEzOS02MSAxMTItMTkweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDE0IiB1bmljb2RlPSLvhrkiIGhvcml6LWFkdi14PSIyMDQ4IiBkPSJNNDgwIDQ0OHEwIDY2LTQ3IDExM3QtMTEzIDQ3LTExMy00Ny00Ny0xMTMgNDctMTEzIDExMy00NyAxMTMgNDcgNDcgMTEzem0zNiAzMjBoMTAxNmwtODkgMzU3cS0yIDgtMTQgMTcuNXQtMjEgOS41SDY0MHEtOSAwLTIxLTkuNXQtMTQtMTcuNXptMTM3Mi0zMjBxMCA2Ni00NyAxMTN0LTExMyA0Ny0xMTMtNDctNDctMTEzIDQ3LTExMyAxMTMtNDcgMTEzIDQ3IDQ3IDExM3ptMTYwIDk2VjE2MHEwLTE0LTktMjN0LTIzLTloLTk2VjBxMC04MC01Ni0xMzZ0LTEzNi01Ni0xMzYgNTYtNTYgMTM2djEyOEg1MTJWMHEwLTgwLTU2LTEzNnQtMTM2LTU2LTEzNiA1NlQxMjggMHYxMjhIMzJxLTE0IDAtMjMgOXQtOSAyM3YzODRxMCA5MyA2NS41IDE1OC41VDIyNCA3NjhoMjhsMTA1IDQxOXEyMyA5NCAxMDQgMTU3LjV0MTc5IDYzLjVoNzY4cTk4IDAgMTc5LTYzLjV0MTA0LTE1Ny41bDEwNS00MTloMjhxOTMgMCAxNTguNS02NS41VDIwNDggNTQ0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDE1IiB1bmljb2RlPSLvhroiIGhvcml6LWFkdi14PSIyMDQ4IiBkPSJNMTgyNCA2NDBxOTMgMCAxNTguNS02NS41VDIwNDggNDE2VjMycTAtMTQtOS0yM3QtMjMtOWgtOTZ2LTY0cTAtODAtNTYtMTM2dC0xMzYtNTYtMTM2IDU2LTU2IDEzNlYwSDUxMnYtNjRxMC04MC01Ni0xMzZ0LTEzNi01Ni0xMzYgNTYtNTYgMTM2VjBIMzJRMTggMCA5IDlUMCAzMnYzODRxMCA5MyA2NS41IDE1OC41VDIyNCA2NDBoMjhsMTA1IDQxOXEyMyA5NCAxMDQgMTU3LjV0MTc5IDYzLjVoMTI4djIyNHEwIDE0IDkgMjN0MjMgOWg0NDhxMTQgMCAyMy05dDktMjN2LTIyNGgxMjhxOTggMCAxNzktNjMuNXQxMDQtMTU3LjVsMTA1LTQxOWgyOHpNMzIwIDE2MHE2NiAwIDExMyA0N3Q0NyAxMTMtNDcgMTEzLTExMyA0Ny0xMTMtNDctNDctMTEzIDQ3LTExMyAxMTMtNDd6bTE5NiA0ODBoMTAxNmwtODkgMzU3cS0yIDgtMTQgMTcuNXQtMjEgOS41SDY0MHEtOSAwLTIxLTkuNVQ2MDUgOTk3em0xMjEyLTQ4MHE2NiAwIDExMyA0N3Q0NyAxMTMtNDcgMTEzLTExMyA0Ny0xMTMtNDctNDctMTEzIDQ3LTExMyAxMTMtNDd6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80MTYiIHVuaWNvZGU9Iu+GuyIgZD0iTTE1MDQgNjRxMC0yNi0xOS00NXQtNDUtMTlIOTc4cTEtMTcgNi04Ny41dDUtMTA4LjVxMC0yNS0xOC00Mi41VDkyOC0yNTZINjA4cS0yNSAwLTQzIDE3LjVUNTQ3LTE5NnEwIDM4IDUgMTA4LjVUNTU4IDBIOTZRNzAgMCA1MSAxOVQzMiA2NHQxOSA0NWw0MDIgNDAzSDIyNHEtMjYgMC00NSAxOXQtMTkgNDUgMTkgNDVsNDAyIDQwM0gzODRxLTI2IDAtNDUgMTl0LTE5IDQ1IDE5IDQ1bDM4NCAzODRxMTkgMTkgNDUgMTl0NDUtMTlsMzg0LTM4NHExOS0xOSAxOS00NXQtMTktNDUtNDUtMTlIOTU1bDQwMi00MDNxMTktMTkgMTktNDV0LTE5LTQ1LTQ1LTE5aC0yMjlsNDAyLTQwM3ExOS0xOSAxOS00NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQxNyIgdW5pY29kZT0i74a8IiBkPSJNMTEyNyAzMjZxMCAzMi0zMCA1MS0xOTMgMTE1LTQ0NyAxMTUtMTMzIDAtMjg3LTM0LTQyLTktNDItNTIgMC0yMCAxMy41LTM0LjVUMzcwIDM1N3E1IDAgMzcgOCAxMzIgMjcgMjQzIDI3IDIyNiAwIDM5Ny0xMDMgMTktMTEgMzMtMTEgMTkgMCAzMyAxMy41dDE0IDM0LjV6bTk2IDIxNXEwIDQwLTM1IDYxLTIzNyAxNDEtNTQ4IDE0MS0xNTMgMC0zMDMtNDItNDgtMTMtNDgtNjQgMC0yNSAxNy41LTQyLjVUMzQ5IDU3N3E3IDAgMzcgOCAxMjIgMzMgMjUxIDMzIDI3OSAwIDQ4OC0xMjQgMjQtMTMgMzgtMTMgMjUgMCA0Mi41IDE3LjVUMTIyMyA1NDF6bTEwOCAyNDhxMCA0Ny00MCA3MC0xMjYgNzMtMjkzIDExMC41VDY1NSAxMDA3cS0yMDQgMC0zNjQtNDctMjMtNy0zOC41LTI1LjVUMjM3IDg4NnEwLTMxIDIwLjUtNTJ0NTEuNS0yMXExMSAwIDQwIDggMTMzIDM3IDMwNyAzNyAxNTkgMCAzMDkuNS0zNHQyNTMuNS05NXEyMS0xMiA0MC0xMiAyOSAwIDUwLjUgMjAuNVQxMzMxIDc4OXptMjA1LTE0OXEwLTIwOS0xMDMtMzg1LjVUMTE1My41LTI1IDc2OC0xMjggMzgyLjUtMjUgMTAzIDI1NC41IDAgNjQwdDEwMyAzODUuNVQzODIuNSAxMzA1IDc2OCAxNDA4dDM4NS41LTEwMyAyNzkuNS0yNzkuNVQxNTM2IDY0MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQxOCIgdW5pY29kZT0i74a9IiBob3Jpei1hZHYteD0iMTAyNCIgZD0iTTEwMjQgMTIzM0w3MjEgNjUxbDI0LTMxaDI3OVYyMDVINTE3bC00NC0zMEwzMzEtOThsLTMwLTMwSDB2MzAzbDMwMyA1ODMtMjQgMzBIMHY0MTVoNTA3bDQ0IDMwIDE0MiAyNzMgMzAgMzBoMzAxdi0zMDN6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80MTkiIHVuaWNvZGU9Iu+GviIgaG9yaXotYWR2LXg9IjIzMDQiIGQ9Ik03ODQgMTY0bDE2IDI0MS0xNiA1MjNxLTEgMTAtNy41IDE3dC0xNi41IDdxLTkgMC0xNi03dC03LTE3bC0xNC01MjMgMTQtMjQxcTEtMTAgNy41LTE2LjVUNzYwIDE0MXEyMiAwIDI0IDIzem0yOTYgMjlsMTEgMjExLTEyIDU4NnEwIDE2LTEzIDI0LTggNS0xNiA1dC0xNi01cS0xMy04LTEzLTI0bC0xLTYtMTAtNTc5cTAtMSAxMS0yMzZ2LTFxMC0xMCA2LTE3IDktMTEgMjMtMTEgMTEgMCAyMCA5IDkgNyA5IDIwek0zNSA1MzNsMjAtMTI4LTIwLTEyNnEtMi05LTktOXQtOSA5TDAgNDA1bDE3IDEyOHEyIDkgOSA5dDktOXptODYgNzlsMjYtMjA3LTI2LTIwM3EtMi05LTEwLTktOSAwLTkgMTBMNzkgNDA1bDIzIDIwN3EwIDkgOSA5IDggMCAxMC05em0yODAtNDUzek0yMTMgNjUwbDI1LTI0NS0yNS0yMzdxMC0xMS0xMS0xMS0xMCAwLTEyIDExbC0yMSAyMzcgMjEgMjQ1cTIgMTIgMTIgMTIgMTEgMCAxMS0xMnptOTQgN2wyMy0yNTItMjMtMjQ0cS0yLTEzLTE0LTEzLTEzIDAtMTMgMTNsLTIxIDI0NCAyMSAyNTJxMCAxMyAxMyAxMyAxMiAwIDE0LTEzem05NC0xOGwyMS0yMzQtMjEtMjQ2cS0yLTE2LTE2LTE2LTYgMC0xMC41IDQuNVQzNzAgMTU5bC0yMCAyNDYgMjAgMjM0cTAgNiA0LjUgMTAuNVQzODUgNjU0cTE0IDAgMTYtMTV6bTM4My00NzV6TTQ5NSA3ODVsMjEtMzgwLTIxLTI0NnEwLTctNS0xMi41dC0xMi01LjVxLTE2IDAtMTggMThsLTE4IDI0NiAxOCAzODBxMiAxOCAxOCAxOCA3IDAgMTItNS41dDUtMTIuNXptOTQgODZsMTktNDY4LTE5LTI0NHEwLTgtNS41LTEzLjVUNTcwIDE0MHEtMTggMC0yMCAxOWwtMTYgMjQ0IDE2IDQ2OHEyIDE5IDIwIDE5IDggMCAxMy41LTUuNVQ1ODkgODcxem05OCA0MGwxOC01MDYtMTgtMjQycS0yLTIxLTIyLTIxLTE5IDAtMjEgMjFsLTE2IDI0MiAxNiA1MDZxMCA5IDYuNSAxNS41VDY2NSA5MzNxOSAwIDE1LTYuNXQ3LTE1LjV6bTM5Mi03NDJ6TTg4MSA5MTVsMTUtNTEwLTE1LTIzOXEwLTEwLTcuNS0xNy41VDg1NiAxNDF0LTE3IDctOCAxOGwtMTQgMjM5IDE0IDUxMHEwIDExIDcuNSAxOHQxNy41IDcgMTcuNS03IDcuNS0xOHptOTktMTlsMTQtNDkyLTE0LTIzNnEwLTExLTgtMTl0LTE5LTgtMTkgOC05IDE5bC0xMiAyMzYgMTIgNDkycTEgMTIgOSAyMHQxOSA4IDE4LjUtOCA4LjUtMjB6bTIxMi00OTJsLTE0LTIzMXEwLTEzLTktMjJ0LTIyLTktMjIgOS0xMCAyMmwtNiAxMTQtNiAxMTcgMTIgNjM2djNxMiAxNSAxMiAyNCA5IDcgMjAgNyA4IDAgMTUtNSAxNC04IDE2LTI2em0xMTEyIDE5cTAtMTE3LTgzLTE5OS41VDIwMjEgMTQxaC03ODZxLTEzIDItMjIgMTF0LTkgMjJ2ODk5cTAgMjMgMjggMzMgODUgMzQgMTgxIDM0IDE5NSAwIDMzOC0xMzEuNVQxOTExIDY4NXE1MyAyMiAxMTAgMjIgMTE3IDAgMjAwLTgzdDgzLTIwMXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjFDMCIgdW5pY29kZT0i74eAIiBkPSJNNzY4IDc2OHEyMzcgMCA0NDMgNDN0MzI1IDEyN1Y3NjhxMC02OS0xMDMtMTI4dC0yODAtOTMuNVQ3NjggNTEydC0zODUgMzQuNVQxMDMgNjQwIDAgNzY4djE3MHExMTktODQgMzI1LTEyN3Q0NDMtNDN6bTAtNzY4cTIzNyAwIDQ0MyA0M3QzMjUgMTI3VjBxMC02OS0xMDMtMTI4dC0yODAtOTMuNVQ3NjgtMjU2dC0zODUgMzQuNVQxMDMtMTI4IDAgMHYxNzBRMTE5IDg2IDMyNSA0M1Q3NjggMHptMCAzODRxMjM3IDAgNDQzIDQzdDMyNSAxMjdWMzg0cTAtNjktMTAzLTEyOHQtMjgwLTkzLjVUNzY4IDEyOHQtMzg1IDM0LjVUMTAzIDI1NiAwIDM4NHYxNzBxMTE5LTg0IDMyNS0xMjd0NDQzLTQzem0wIDExNTJxMjA4IDAgMzg1LTM0LjV0MjgwLTkzLjUgMTAzLTEyOHYtMTI4cTAtNjktMTAzLTEyOHQtMjgwLTkzLjVUNzY4IDg5NnQtMzg1IDM0LjUtMjgwIDkzLjVUMCAxMTUydjEyOHEwIDY5IDEwMyAxMjh0MjgwIDkzLjUgMzg1IDM0LjV6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYxQzEiIHVuaWNvZGU9Iu+HgSIgZD0iTTE0NjggMTE1NnEyOC0yOCA0OC03NnQyMC04OFYtMTYwcTAtNDAtMjgtNjh0LTY4LTI4SDk2cS00MCAwLTY4IDI4VDAtMTYwdjE2MDBxMCA0MCAyOCA2OHQ2OCAyOGg4OTZxNDAgMCA4OC0yMHQ3Ni00OHptLTQ0NCAyNDR2LTM3NmgzNzZxLTEwIDI5LTIyIDQxbC0zMTMgMzEzcS0xMiAxMi00MSAyMnptMzg0LTE1MjhWODk2SDk5MnEtNDAgMC02OCAyOHQtMjggNjh2NDE2SDEyOFYtMTI4aDEyODB6TTg5NCA0NjVxMzMtMjYgODQtNTYgNTkgNyAxMTcgNyAxNDcgMCAxNzctNDkgMTYtMjIgMi01MiAwLTEtMS0ybC0yLTJ2LTFxLTYtMzgtNzEtMzgtNDggMC0xMTUgMjB0LTEzMCA1M3EtMjIxLTI0LTM5Mi04M1E0MTAgMCAzMjEgMHEtMTUgMC0yOCA3bC0yNCAxMnEtMSAxLTYgNS0xMCAxMC02IDM2IDkgNDAgNTYgOTEuNVQ0NDUgMjQ4cTE0IDkgMjMtNiAyLTIgMi00IDUyIDg1IDEwNyAxOTcgNjggMTM2IDEwNCAyNjItMjQgODItMzAuNSAxNTkuNVQ2NTcgOTg0cTExIDQwIDQyIDQwaDIycTIzIDAgMzUtMTUgMTgtMjEgOS02OC0yLTYtNC04IDEtMyAxLTh2LTMwcS0yLTEyMy0xNC0xOTIgNTUtMTY0IDE0Ni0yMzh6TTMxOCA1NHE1MiAyNCAxMzcgMTU4LTUxLTQwLTg3LjUtODRUMzE4IDU0em0zOTggOTIwcS0xNS00Mi0yLTEzMiAxIDcgNyA0NCAwIDMgNyA0MyAxIDQgNCA4LTEgMS0xIDItMSAyLTEgMy0xIDIyLTEzIDM2IDAtMS0xLTJ2LTJ6TTU5MiAzMTNxMTM1IDU0IDI4NCA4MS0yIDEtMTMgOS41VDg0NyA0MTdxLTc2IDY3LTEyNyAxNzYtMjctODYtODMtMTk3LTMwLTU2LTQ1LTgzem02NDYgMTZxLTI0IDI0LTE0MCAyNCA3Ni0yOCAxMjQtMjggMTQgMCAxOCAxIDAgMS0yIDN6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80MjIiIHVuaWNvZGU9Iu+HgiIgZD0iTTE0NjggMTE1NnEyOC0yOCA0OC03NnQyMC04OFYtMTYwcTAtNDAtMjgtNjh0LTY4LTI4SDk2cS00MCAwLTY4IDI4VDAtMTYwdjE2MDBxMCA0MCAyOCA2OHQ2OCAyOGg4OTZxNDAgMCA4OC0yMHQ3Ni00OHptLTQ0NCAyNDR2LTM3NmgzNzZxLTEwIDI5LTIyIDQxbC0zMTMgMzEzcS0xMiAxMi00MSAyMnptMzg0LTE1MjhWODk2SDk5MnEtNDAgMC02OCAyOHQtMjggNjh2NDE2SDEyOFYtMTI4aDEyODB6TTIzMyA3NjhWNjYxaDcwTDQ2NyAwaDE1OWwxMjggNDg1cTcgMjAgMTAgNDYgMiAxNiAyIDI0aDRsMy0yNHExLTMgMy41LTIwdDUuNS0yNkw5MTAgMGgxNTlsMTY0IDY2MWg3MHYxMDdoLTMwMFY2NjFoOTBsLTk5LTQzOHEtNS0yMC03LTQ2bC0yLTIxaC00cTAgMy0uNSA2LjV0LTEuNSA4LTEgNi41cS0xIDUtNCAyMXQtNSAyNUw4MjUgNzY4SDcxMUw1NjcgMjIzcS0yLTktNC41LTI0LjVUNTU5IDE3N2wtNC0yMWgtNGwtMiAyMXEtMiAyNi03IDQ2bC05OSA0MzhoOTB2MTA3SDIzM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQyMyIgdW5pY29kZT0i74eDIiBkPSJNMTQ2OCAxMTU2cTI4LTI4IDQ4LTc2dDIwLTg4Vi0xNjBxMC00MC0yOC02OHQtNjgtMjhIOTZxLTQwIDAtNjggMjhUMC0xNjB2MTYwMHEwIDQwIDI4IDY4dDY4IDI4aDg5NnE0MCAwIDg4LTIwdDc2LTQ4em0tNDQ0IDI0NHYtMzc2aDM3NnEtMTAgMjktMjIgNDFsLTMxMyAzMTNxLTEyIDEyLTQxIDIyem0zODQtMTUyOFY4OTZIOTkycS00MCAwLTY4IDI4dC0yOCA2OHY0MTZIMTI4Vi0xMjhoMTI4MHpNNDI5IDEwNlYwaDI4MXYxMDZoLTc1bDEwMyAxNjFxNSA3IDEwIDE2LjV0Ny41IDEzLjUgMy41IDRoMnExLTQgNS0xMCAyLTQgNC41LTcuNXQ2LTggNi41LTguNWwxMDctMTYxaC03NlYwaDI5MXYxMDZoLTY4TDg0NSAzNzlsMTk1IDI4Mmg2N3YxMDdIODI4VjY2MWg3NEw3OTkgNTAycS00LTctMTAtMTYuNXQtOS0xMy41bC0yLTNoLTJxLTEgNC01IDEwLTYgMTEtMTcgMjNMNjQ4IDY2MWg3NnYxMDdINDM0VjY2MWg2OGwxODktMjcyLTE5NC0yODNoLTY4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDI0IiB1bmljb2RlPSLvh4QiIGQ9Ik0xNDY4IDExNTZxMjgtMjggNDgtNzZ0MjAtODhWLTE2MHEwLTQwLTI4LTY4dC02OC0yOEg5NnEtNDAgMC02OCAyOFQwLTE2MHYxNjAwcTAgNDAgMjggNjh0NjggMjhoODk2cTQwIDAgODgtMjB0NzYtNDh6bS00NDQgMjQ0di0zNzZoMzc2cS0xMCAyOS0yMiA0MWwtMzEzIDMxM3EtMTIgMTItNDEgMjJ6bTM4NC0xNTI4Vjg5Nkg5OTJxLTQwIDAtNjggMjh0LTI4IDY4djQxNkgxMjhWLTEyOGgxMjgwek00MTYgMTA2VjBoMzI3djEwNmgtOTN2MTY3aDEzN3E3NiAwIDExOCAxNSA2NyAyMyAxMDYuNSA4N3QzOS41IDE0NnEwIDgxLTM3IDE0MXQtMTAwIDg3cS00OCAxOS0xMzAgMTlINDE2VjY2MWg5MlYxMDZoLTkyem0zNTMgMjgwSDY1MHYyNjhoMTIwcTUyIDAgODMtMTggNTYtMzMgNTYtMTE1IDAtODktNjItMTIwLTMxLTE1LTc4LTE1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDI1IiB1bmljb2RlPSLvh4UiIGQ9Ik0xNDY4IDExNTZxMjgtMjggNDgtNzZ0MjAtODhWLTE2MHEwLTQwLTI4LTY4dC02OC0yOEg5NnEtNDAgMC02OCAyOFQwLTE2MHYxNjAwcTAgNDAgMjggNjh0NjggMjhoODk2cTQwIDAgODgtMjB0NzYtNDh6bS00NDQgMjQ0di0zNzZoMzc2cS0xMCAyOS0yMiA0MWwtMzEzIDMxM3EtMTIgMTItNDEgMjJ6bTM4NC0xNTI4Vjg5Nkg5OTJxLTQwIDAtNjggMjh0LTI4IDY4djQxNkgxMjhWLTEyOGgxMjgwem0tMTI4IDQ0OFYwSDI1NnYxOTJsMTkyIDE5MiAxMjgtMTI4IDM4NCAzODR6TTQ0OCA1MTJxLTgwIDAtMTM2IDU2dC01NiAxMzYgNTYgMTM2IDEzNiA1NiAxMzYtNTYgNTYtMTM2LTU2LTEzNi0xMzYtNTZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80MjYiIHVuaWNvZGU9Iu+HhiIgZD0iTTY0MCAxMTUydjEyOEg1MTJ2LTEyOGgxMjh6bTEyOC0xMjh2MTI4SDY0MHYtMTI4aDEyOHpNNjQwIDg5NnYxMjhINTEyVjg5NmgxMjh6bTEyOC0xMjh2MTI4SDY0MFY3NjhoMTI4em03MDAgMzg4cTI4LTI4IDQ4LTc2dDIwLTg4Vi0xNjBxMC00MC0yOC02OHQtNjgtMjhIOTZxLTQwIDAtNjggMjhUMC0xNjB2MTYwMHEwIDQwIDI4IDY4dDY4IDI4aDg5NnE0MCAwIDg4LTIwdDc2LTQ4em0tNDQ0IDI0NHYtMzc2aDM3NnEtMTAgMjktMjIgNDFsLTMxMyAzMTNxLTEyIDEyLTQxIDIyem0zODQtMTUyOFY4OTZIOTkycS00MCAwLTY4IDI4dC0yOCA2OHY0MTZINzY4di0xMjhINjQwdjEyOEgxMjhWLTEyOGgxMjgwek03ODEgNTkzbDEwNy0zNDlxOC0yNyA4LTUyIDAtODMtNzIuNS0xMzcuNVQ2NDAgMCA0NTYuNSA1NC41IDM4NCAxOTJxMCAyNSA4IDUyIDIxIDYzIDEyMCAzOTZ2MTI4aDEyOFY2NDBoNzlxMjIgMCAzOS0xM3QyMy0zNHpNNjQwIDEyOHE1MyAwIDkwLjUgMTl0MzcuNSA0NS0zNy41IDQ1LTkwLjUgMTktOTAuNS0xOS0zNy41LTQ1IDM3LjUtNDUgOTAuNS0xOXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQyNyIgdW5pY29kZT0i74eHIiBkPSJNMTQ2OCAxMTU2cTI4LTI4IDQ4LTc2dDIwLTg4Vi0xNjBxMC00MC0yOC02OHQtNjgtMjhIOTZxLTQwIDAtNjggMjhUMC0xNjB2MTYwMHEwIDQwIDI4IDY4dDY4IDI4aDg5NnE0MCAwIDg4LTIwdDc2LTQ4em0tNDQ0IDI0NHYtMzc2aDM3NnEtMTAgMjktMjIgNDFsLTMxMyAzMTNxLTEyIDEyLTQxIDIyem0zODQtMTUyOFY4OTZIOTkycS00MCAwLTY4IDI4dC0yOCA2OHY0MTZIMTI4Vi0xMjhoMTI4MHpNNjIwIDY4NnEyMC04IDIwLTMwVjExMnEwLTIyLTIwLTMwLTgtMi0xMi0yLTEyIDAtMjMgOUw0MTkgMjU2SDI4OHEtMTQgMC0yMyA5dC05IDIzdjE5MnEwIDE0IDkgMjN0MjMgOWgxMzFsMTY2IDE2N3ExNiAxNSAzNSA3ek0xMDM3LTNxMzEgMCA1MCAyNCAxMjkgMTU5IDEyOSAzNjN0LTEyOSAzNjNxLTE2IDIxLTQzIDI0dC00Ny0xNHEtMjEtMTctMjMuNS00My41VDk4OCA2NjZxMTAwLTEyMyAxMDAtMjgyVDk4OCAxMDJxLTE3LTIxLTE0LjUtNDcuNVQ5OTcgMTJxMTgtMTUgNDAtMTV6TTgyNiAxNDVxMjcgMCA0NyAyMCA4NyA5MyA4NyAyMTl0LTg3IDIxOXEtMTggMTktNDUgMjB0LTQ2LTE3LTIwLTQ0LjUgMTgtNDYuNXE1Mi01NyA1Mi0xMzF0LTUyLTEzMXEtMTktMjAtMTgtNDYuNXQyMC00NC41cTIwLTE3IDQ0LTE3eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDI4IiB1bmljb2RlPSLvh4giIGQ9Ik0xNDY4IDExNTZxMjgtMjggNDgtNzZ0MjAtODhWLTE2MHEwLTQwLTI4LTY4dC02OC0yOEg5NnEtNDAgMC02OCAyOFQwLTE2MHYxNjAwcTAgNDAgMjggNjh0NjggMjhoODk2cTQwIDAgODgtMjB0NzYtNDh6bS00NDQgMjQ0di0zNzZoMzc2cS0xMCAyOS0yMiA0MWwtMzEzIDMxM3EtMTIgMTItNDEgMjJ6bTM4NC0xNTI4Vjg5Nkg5OTJxLTQwIDAtNjggMjh0LTI4IDY4djQxNkgxMjhWLTEyOGgxMjgwek03NjggNzY4cTUyIDAgOTAtMzh0MzgtOTBWMjU2cTAtNTItMzgtOTB0LTkwLTM4SDM4NHEtNTIgMC05MCAzOHQtMzggOTB2Mzg0cTAgNTIgMzggOTB0OTAgMzhoMzg0em00OTItMnEyMC04IDIwLTMwVjE2MHEwLTIyLTIwLTMwLTgtMi0xMi0yLTE0IDAtMjMgOUw5NjAgNDAzdjkwbDI2NSAyNjZxOSA5IDIzIDkgNCAwIDEyLTJ6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80MjkiIHVuaWNvZGU9Iu+HiSIgZD0iTTE0NjggMTE1NnEyOC0yOCA0OC03NnQyMC04OFYtMTYwcTAtNDAtMjgtNjh0LTY4LTI4SDk2cS00MCAwLTY4IDI4VDAtMTYwdjE2MDBxMCA0MCAyOCA2OHQ2OCAyOGg4OTZxNDAgMCA4OC0yMHQ3Ni00OHptLTQ0NCAyNDR2LTM3NmgzNzZxLTEwIDI5LTIyIDQxbC0zMTMgMzEzcS0xMiAxMi00MSAyMnptMzg0LTE1MjhWODk2SDk5MnEtNDAgMC02OCAyOHQtMjggNjh2NDE2SDEyOFYtMTI4aDEyODB6TTQ4MCA3NjhxOCAxMSAyMSAxMi41dDI0LTYuNWw1MS0zOHExMS04IDEyLjUtMjF0LTYuNS0yNEw0MDAgNDQ4bDE4Mi0yNDNxOC0xMSA2LjUtMjRUNTc2IDE2MGwtNTEtMzhxLTExLTgtMjQtNi41VDQ4MCAxMjhMMjU0IDQyOXEtMTQgMTkgMCAzOHptODAyLTMwMXExNC0xOSAwLTM4bC0yMjYtMzAxcS04LTExLTIxLTEyLjV0LTI0IDYuNWwtNTEgMzhxLTExIDgtMTIuNSAyMXQ2LjUgMjRsMTgyIDI0My0xODIgMjQzcS04IDExLTYuNSAyNHQxMi41IDIxbDUxIDM4cTExIDggMjQgNi41dDIxLTEyLjV6TTY2MiA2cS0xMyAyLTIwLjUgMTNUNjM2IDQzbDEzOCA4MzFxMiAxMyAxMyAyMC41dDI0IDUuNWw2My0xMHExMy0yIDIwLjUtMTN0NS41LTI0TDc2MiAyMnEtMi0xMy0xMy0yMC41VDcyNS00eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDMwIiB1bmljb2RlPSLvh4oiIGQ9Ik0xNDk3IDcwOVY1MTFxLTEwMS0yMy0xOTgtMjMtNjUtMTM2LTE2NS41LTI3MVQ5NTIgMS41IDgyNC0xMDVxLTgwLTQ1LTE2MiAzLTI4IDE3LTYwLjUgNDMuNXQtODUgODMuNVQ0MTQgMTUzLjV0LTEwNy41IDE4NC0xMDUuNSAyNDRUMTA5LjUgODk2IDM5IDEyODZoMjgzcTI2LTIxOCA3MC0zOTguNXQxMDQuNS0zMTdUNjE4IDMzNXQxNDAtMTk1cTE2OSAxNjkgMjg3IDQwNi0xNDIgNzItMjIzIDIyMHQtODEgMzMzcTAgMTkyIDEwNCAzMTQuNXQyODQgMTIyLjVxMTc4IDAgMjczLTEwNS41dDk1LTI5Ny41cTAtMTU5LTU4LTI4Ni03LTEtMTkuNS0zdC00Ni0yLTYzIDYtNjIgMjUuNVQxMTk4IDkyNXEzMSAxMDMgMzEgMTg0IDAgODctMjkgMTMydC03OSA0NXEtNTMgMC04NS00OS41dC0zMi0xNDAuNXEwLTE4NiAxMDUtMjkzLjVUMTM3NiA2OTVxNjIgMCAxMjEgMTR6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80MzEiIHVuaWNvZGU9Iu+HiyIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0yMTYgMzY3TDgxOS0zNXYzNTlMNDg1IDU0N3ptLTYyIDE0NGwxOTMgMTI5LTE5MyAxMjlWNTExek05NzMtMzVsNjAzIDQwMi0yNjkgMTgwLTMzNC0yMjNWLTM1em0tNzcgNDkzbDI3MiAxODItMjcyIDE4Mi0yNzItMTgyek00ODUgNzMzbDMzNCAyMjN2MzU5TDIxNiA5MTN6bTk2MC05M2wxOTMtMTI5djI1OHptLTEzOCA5M2wyNjkgMTgwLTYwMyA0MDJWOTU2em00ODUgMTgwVjM2N3EwLTQxLTM0LTY0TDkzOS0yNDNxLTIxLTEzLTQzLTEzdC00MyAxM0wzNCAzMDNRMCAzMjYgMCAzNjd2NTQ2cTAgNDEgMzQgNjRsODE5IDU0NnEyMSAxMyA0MyAxM3Q0My0xM2w4MTktNTQ2cTM0LTIzIDM0LTY0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDMyIiB1bmljb2RlPSLvh4wiIGhvcml6LWFkdi14PSIyMDQ4IiBkPSJNMTgwMCA3NjRxMTExLTQ2IDE3OS41LTE0NS41VDIwNDggMzk3cTAtMTY0LTExOC0yODAuNVQxNjQ1IDBxLTQgMC0xMS41LjVUMTYyMyAxSDQwNlEyMzYgMTEgMTE4IDEyNi41VDAgNDA3cTAgMTEwIDU1IDIwM3QxNDcgMTQ3cS0xMiAzOS0xMiA4MiAwIDExNSA4MiAxOTZ0MTk5IDgxcTk1IDAgMTcyLTU4IDc1IDE1NCAyMjIuNSAyNDh0MzI2LjUgOTRxMTY2IDAgMzA2LTgwLjV0MjIxLjUtMjE4LjUgODEuNS0zMDFxMC02LS41LTE4dC0uNS0xOHpNNDY4IDQ5OHEwLTEyMiA4NC0xOTN0MjA4LTcxcTEzNyAwIDI0MCA5OS0xNiAyMC00Ny41IDU2LjVUOTA5IDQ0MHEtNjctNjUtMTQ0LTY1LTU1IDAtOTMuNSAzMy41VDYzMyA0OTZxMCA1MyAzOC41IDg3dDkxLjUgMzRxNDQgMCA4NC41LTIxdDczLTU1IDY1LTc1IDY5LTgyIDc3LTc1IDk3LTU1IDEyMS41LTIxcTEyMSAwIDIwNC41IDcxLjVUMTYzOCA0OTVxMCAxMjEtODQgMTkydC0yMDcgNzFxLTE0MyAwLTI0MS05N2w5My0xMDhxNjYgNjQgMTQyIDY0IDUyIDAgOTItMzN0NDAtODRxMC01Ny0zNy05MS41dC05NC0zNC41cS00MyAwLTgyLjUgMjF0LTcyIDU1LTY1LjUgNzUtNjkuNSA4Mi03Ny41IDc1LTk2LjUgNTVUNzYwIDc1OHEtMTIyIDAtMjA3LTcwLjVUNDY4IDQ5OHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQzMyIgdW5pY29kZT0i74eNIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTg5NiAxNTM2cTE4MiAwIDM0OC03MXQyODYtMTkxIDE5MS0yODYgNzEtMzQ4LTcxLTM0OFQxNTMwIDZ0LTI4Ni0xOTEtMzQ4LTcxLTM0OCA3MVQyNjIgNiA3MSAyOTIgMCA2NDB0NzEgMzQ4IDE5MSAyODYgMjg2IDE5MSAzNDggNzF6bTAtMTI4cS0xOTAgMC0zNjEtOTBsMTk0LTE5NHE4MiAyOCAxNjcgMjh0MTY3LTI4bDE5NCAxOTRxLTE3MSA5MC0zNjEgOTB6TTIxOCAyNzlsMTk0IDE5NHEtMjggODItMjggMTY3dDI4IDE2N2wtMTk0IDE5NHEtOTAtMTcxLTkwLTM2MXQ5MC0zNjF6bTY3OC00MDdxMTkwIDAgMzYxIDkwbC0xOTQgMTk0cS04Mi0yOC0xNjctMjh0LTE2NyAyOEw1MzUtMzhxMTcxLTkwIDM2MS05MHptMCAzODRxMTU5IDAgMjcxLjUgMTEyLjVUMTI4MCA2NDB0LTExMi41IDI3MS41VDg5NiAxMDI0IDYyNC41IDkxMS41IDUxMiA2NDB0MTEyLjUtMjcxLjVUODk2IDI1NnptNDg0IDIxN2wxOTQtMTk0cTkwIDE3MSA5MCAzNjF0LTkwIDM2MWwtMTk0LTE5NHEyOC04MiAyOC0xNjd0LTI4LTE2N3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQzNCIgdW5pY29kZT0i74eOIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE3NjAgNjQwcTAtMTc2LTY4LjUtMzM2dC0xODQtMjc1LjUtMjc1LjUtMTg0VDg5Ni0yMjR0LTMzNiA2OC41LTI3NS41IDE4NC0xODQgMjc1LjVUMzIgNjQwcTAgMjEzIDk3IDM5OC41VDM5NCAxMzQ0dDM3NCAxNTF2LTIyOHEtMjIxLTQ1LTM2Ni41LTIyMVQyNTYgNjQwcTAtMTMwIDUxLTI0OC41dDEzNi41LTIwNFQ2NDcuNSA1MSA4OTYgMHQyNDguNSA1MSAyMDQgMTM2LjUgMTM2LjUgMjA0IDUxIDI0OC41cTAgMjMwLTE0NS41IDQwNlQxMDI0IDEyNjd2MjI4cTIwNi0zMSAzNzQtMTUxdDI2NS0zMDUuNSA5Ny0zOTguNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjFEMCIgdW5pY29kZT0i74eQIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE5IDY2MnE4IDIxNyAxMTYgNDA2dDMwNSAzMThoNXEwLTEtMS0zLTgtOC0yOC0zMy41dC01Mi03Ni41LTYwLTExMC41LTQ0LjUtMTM1LjUtMTQtMTUwLjUgMzktMTU3LjVUMzkzIDU2NXE1MC01MCAxMDItNjkuNXQ5MC41LTExLjUgNjkuNSAyMy41IDQ3IDMyLjVsMTYgMTZxMzkgNTEgNTMgMTE2LjV0Ni41IDEyMi41LTIxIDEwNy0yNi41IDgwbC0xNCAyOXEtMTAgMjUtMzAuNSA0OS41dC00MyA0MVQ1OTkgMTEzMXQtMzUgMTlsLTEzIDYgMTA0IDExNXEzOS0xNyA3OC01MnQ1OS02MWwxOS0yN3ExIDQ4LTE4LjUgMTAzLjVUNzUyIDEzMjJsLTIwIDMxIDE2MSAxODMgMTYwLTE4MXEtMzMtNDYtNTIuNS0xMDIuNVQ5NzggMTE2MmwtNC0zM3EyMiAzNyA2MS41IDcyLjV0NjcuNSA1Mi41bDI4IDE3IDEwMy0xMTVxLTQ0LTE0LTg1LTUwdC02MC02NWwtMTktMjlxLTMxLTU2LTQ4LTEzMy41dC03LTE3MCA1Ny0xNTYuNXEzMy00NSA3Ny41LTYwLjV0ODUtNS41IDc2IDI2LjVUMTM2OCA1NDZsMjEgMTZxNjAgNTMgOTYuNSAxMTV0NDguNSAxMjEuNSAxMCAxMjEuNS0xOCAxMTgtMzcgMTA3LjUtNDUuNSA5My00NSA3Mi0zNC41IDQ3LjVsLTEzIDE3cS0xNCAxMy03IDEzbDEwLTNxNDAtMjkgNjIuNS00NnQ2Mi01MCA2NC01OCA1OC41LTY1IDU1LjUtNzcgNDUuNS04OCAzOC0xMDMgMjMuNS0xMTcgMTAuNS0xMzZxMy0yNTktMTA4LTQ2NXQtMzEyLTMyMS00NTYtMTE1cS0xODUgMC0zNTEgNzRUMjYzLjUgMTZ0LTE4NCAyOTNUMTkgNjYyeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMUQxIiB1bmljb2RlPSLvh5EiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNODc0LTEwMnYtNjZxLTIwOCA2LTM4NSAxMDkuNVQyMDYgMjE3bDU4IDM0cTI5LTQ5IDczLTk5bDY1IDU3UTU1MCA0MSA3NzAtM2wtMTctODZxNjUtMTIgMTIxLTEzek0yNzYgNDI4bC04My0yOHEyMi02MCA0OS0xMTJsLTU3LTMzUTg3IDQzNSA4NyA2NDB0OTggMzg1bDU3LTMzcS0zMC01Ni00OS0xMTJsODItMjhxLTM1LTEwMC0zNS0yMTIgMC0xMDkgMzYtMjEyem0xMjUyLTE3N2w1OC0zNFExNDgwIDQ1IDEzMDMtNTguNVQ5MTgtMTY4djY2cTU2IDEgMTIxIDEzbC0xNyA4NnEyMjAgNDQgMzY4IDIxMmw2NS01N3E0NCA1MCA3MyA5OXptLTE1MSA1NTRsLTIzMy04MHExNC00MiAxNC04NXQtMTQtODVsMjMyLTgwcS0zMS05Mi05OC0xNjlsLTE4NSAxNjJxLTU3LTY3LTE0Ny04NWw0OC0yNDFxLTUyLTEwLTk4LTEwdC05OCAxMGw0OCAyNDFxLTkwIDE4LTE0NyA4NUw1MTQgMzA2cS02NyA3Ny05OCAxNjlsMjMyIDgwcS0xNCA0Mi0xNCA4NXQxNCA4NWwtMjMzIDgwcTMzIDkzIDk5IDE2OWwxODUtMTYycTU5IDY4IDE0NyA4NmwtNDggMjQwcTQ0IDEwIDk4IDEwdDk4LTEwbC00OC0yNDBxODgtMTggMTQ3LTg2bDE4NSAxNjJxNjYtNzYgOTktMTY5em0tNTAzIDY0M3YtNjZxLTY1LTItMTIxLTEzbDE3LTg2cS0yMjAtNDItMzY4LTIxMWwtNjUgNTZxLTM4LTQyLTczLTk4bC01NyAzM3ExMDYgMTcyIDI4MiAyNzUuNVQ4NzQgMTQ0OHptODMxLTgwOHEwLTIwNS05OC0zODVsLTU3IDMzcTI3IDUyIDQ5IDExMmwtODMgMjhxMzYgMTAzIDM2IDIxMiAwIDExMi0zNSAyMTJsODIgMjhxLTE5IDU2LTQ5IDExMmw1NyAzM3E5OC0xODAgOTgtMzg1em0tMTIwIDQyM2wtNTctMzNxLTM1IDU2LTczIDk4bC02NS01NnEtMTQ4IDE2OS0zNjggMjExbDE3IDg2cS01NiAxMS0xMjEgMTN2NjZxMjA5LTYgMzg1LTEwOS41dDI4Mi0yNzUuNXptMTYzLTQyM3EwIDE3My02Ny41IDMzMVQxNDk5IDEyNDN0LTI3MiAxODEuNS0zMzEgNjcuNS0zMzEtNjcuNVQyOTMgMTI0MyAxMTEuNSA5NzEgNDQgNjQwdDY3LjUtMzMxVDI5MyAzN3QyNzItMTgxLjVUODk2LTIxMnQzMzEgNjcuNVQxNDk5IDM3dDE4MS41IDI3MiA2Ny41IDMzMXptNDQgMHEwLTE4Mi03MS0zNDhUMTUzMCA2dC0yODYtMTkxLTM0OC03MS0zNDggNzFUMjYyIDYgNzEgMjkyIDAgNjQwdDcxIDM0OCAxOTEgMjg2IDI4NiAxOTEgMzQ4IDcxIDM0OC03MSAyODYtMTkxIDE5MS0yODYgNzEtMzQ4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMUQyIiB1bmljb2RlPSLvh5IiIGQ9Ik01ODIgMjI4cTAtNjYtOTMtNjYtMTA3IDAtMTA3IDYzIDAgNjQgOTggNjQgMTAyIDAgMTAyLTYxem0tMzYgNDY2cTAtODUtNzQtODUtNzcgMC03NyA4NCAwIDkwIDc3IDkwIDM2IDAgNTUtMjUuNXQxOS02My41em0xNjYgNzV2MTI1cS03OC0yOS0xMzUtMjktNTAgMjktMTEwIDI5LTg2IDAtMTQ1LTU3dC01OS0xNDNxMC01MCAyOS41LTEwMnQ3My41LTY3di0zcS0zOC0xNy0zOC04NSAwLTUzIDQxLTc3di0zcS0xMTMtMzctMTEzLTEzOSAwLTQ1IDIwLTc4LjV0NTQtNTFUNDAyIDYzdDgxLThxMjI0IDAgMjI0IDE4OCAwIDY3LTQ4IDk5dC0xMjYgNDZxLTI3IDUtNTEuNSAyMC41VDQ1NyA0NDhxMCA0NCA0OSA1MiA3NyAxNSAxMjIgNzB0NDUgMTM0cTAgMjQtMTAgNTIgMzcgOSA0OSAxM3ptNTktNDE5aDEzN3EtMiAyNy0yIDgydjM4N3EwIDQ2IDIgNjlINzcxcTMtMjMgMy03MVY0MjVxMC01MC0zLTc1em01MDkgMTZ2MTIxcS0zMC0yMS02OC0yMS01MyAwLTUzIDgydjIyNWg1MnE5IDAgMjYuNS0xdDI2LjUtMXYxMTdoLTEwNXEwIDgyIDMgMTAyaC0xNDBxNC0yNCA0LTU1di00N2gtNjBWNzcxcTM2IDMgMzcgMyAzIDAgMTEtLjV0MTItLjV2LTJoLTJWNTU0cTAtMzcgMi41LTY0dDExLjUtNTYuNSAyNC41LTQ4LjUgNDMuNS0zMSA2Ni0xMnE2NCAwIDEwOCAyNHptLTM1NiA3MDZxMCAzNi0yNCA2My41dC02MCAyNy41LTYwLjUtMjctMjQuNS02NHEwLTM2IDI1LTYyLjV0NjAtMjYuNSA1OS41IDI3IDI0LjUgNjJ6bTYxMiA0OFYxNjBxMC0xMTktODQuNS0yMDMuNVQxMjQ4LTEyOEgyODhxLTExOSAwLTIwMy41IDg0LjVUMCAxNjB2OTYwcTAgMTE5IDg0LjUgMjAzLjVUMjg4IDE0MDhoOTYwcTExOSAwIDIwMy41LTg0LjVUMTUzNiAxMTIweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDM4IiB1bmljb2RlPSLvh5MiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNNTk1IDIycTAgMTAwLTE2NSAxMDAtMTU4IDAtMTU4LTEwNCAwLTEwMSAxNzItMTAxIDE1MSAwIDE1MSAxMDV6bS01OSA3NTVxMCA2MS0zMCAxMDJ0LTg5IDQxcS0xMjQgMC0xMjQtMTQ1IDAtMTM1IDEyNC0xMzUgMTE5IDAgMTE5IDEzN3ptMjY5IDMyNFY4OTlxLTM2LTEyLTc5LTIyIDE2LTQzIDE2LTg0IDAtMTI3LTczLTIxNi41VDQ3MiA0NjRxLTQwLTgtNTkuNS0yN1QzOTMgMzc5cTAtMzEgMjIuNS01MS41dDU4LTMyIDc4LjUtMjIgODYtMjUuNSA3OC41LTM3LjUgNTgtNjRUNzk3IDQ4cTAtMzA0LTM2My0zMDQtNjkgMC0xMzAgMTIuNXQtMTE2IDQxLTg3LjUgODJUNjggN3EwIDE2NSAxODIgMjI1djRxLTY3IDQxLTY3IDEyNiAwIDEwOSA2MyAxMzd2NHEtNzIgMjQtMTE5LjUgMTA4LjVUNzkgNzc3cTAgMTM5IDk1IDIzMS41dDIzNSA5Mi41cTk2IDAgMTc4LTQ3IDk4IDAgMjE4IDQ3em0zMTgtODgxSDkwMXE0IDQ1IDQgMTM0djYwOXEwIDk0LTQgMTI4aDIyMnEtNC0zMy00LTEyNFYzNTRxMC04OSA0LTEzNHptNjAxIDIyMlYyNDZxLTcxLTM5LTE3NC0zOS02MiAwLTEwNyAyMHQtNzAgNTAtMzkuNSA3OC0xOC41IDkyLTQgMTAzdjM1MWgydjRxLTcgMC0xOSAxdC0xOCAxcS0yMSAwLTU5LTZ2MTkwaDk2djc2cTAgNTQtNiA4OWgyMjdxLTYtNDEtNi0xNjVoMTcxVjkwMXEtMTUgMC00My41IDJ0LTQyLjUgMmgtODVWNTQwcTAtMTMxIDg3LTEzMSA2MSAwIDEwOSAzM3ptLTU3NiA5NDdxMC01OC0zOS0xMDEuNXQtOTYtNDMuNXEtNTggMC05OCA0My41VDg3NSAxMzg5cTAgNTkgMzkuNSAxMDN0OTguNSA0NHE1OCAwIDk2LjUtNDQuNVQxMTQ4IDEzODl6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80MzkiIHVuaWNvZGU9Iu+HlCIgZD0iTTgwOSA1MzJsMjY2IDQ5OUg5NjNMODA2IDcxOXEtMjQtNDgtNDQtOTJsLTQyIDkyLTE1NSAzMTJINDQ1bDI2My00OTNWMjE0aDEwMXYzMTh6bTcyNyA1ODhWMTYwcTAtMTE5LTg0LjUtMjAzLjVUMTI0OC0xMjhIMjg4cS0xMTkgMC0yMDMuNSA4NC41VDAgMTYwdjk2MHEwIDExOSA4NC41IDIwMy41VDI4OCAxNDA4aDk2MHExMTkgMCAyMDMuNS04NC41VDE1MzYgMTEyMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjFENSIgdW5pY29kZT0i74eVIiBob3Jpei1hZHYteD0iMTI4MCIgZD0iTTg0MiA5NjRxMC04MC01Ny0xMzYuNVQ2NDkgNzcxcS02MCAwLTExMSAzNS02Mi02Ny0xMTUtMTQ2LTI0Ny0zNzEtMjAyLTg1OSAxLTIyLTEyLjUtMzguNVQxNzQtMjU2aC01cS0yMCAwLTM1IDEzLjVUMTE3LTIwOXEtMTQgMTI2LTMuNSAyNDcuNXQyOS41IDIxNyA1NCAxODZUMjY2IDU5N3Q3NCAxMjVxNjEgOTAgMTMyIDE2NS0xNiAzNS0xNiA3NyAwIDgwIDU2LjUgMTM2LjVUNjQ5IDExNTd0MTM2LjUtNTYuNVQ4NDIgOTY0em0zODEtMTFxMC0xNTgtNzgtMjkyVDkzMi41IDQ0OSA2NDAgMzcxcS02NCAwLTEzMSAxNC0yMSA1LTMyLjUgMjMuNVQ0NzAgNDQ4cTUgMjAgMjMgMzEuNXQzOSA3LjVxNTEtMTMgMTA4LTEzIDk3IDAgMTg2IDM4dDE1MyAxMDIgMTAyIDE1MyAzOCAxODYtMzggMTg2LTEwMiAxNTMtMTUzIDEwMi0xODYgMzgtMTg2LTM4LTE1My0xMDItMTAyLTE1My0zOC0xODZxMC0xMTQgNTItMjE4IDEwLTIwIDMuNS00MFQxOTEgNjY1dC0zOS41LTMtMzAuNSAyNlE1NyA4MTEgNTcgOTUzcTAgMTE5IDQ2LjUgMjI3VDIyOCAxMzY2dDE4NiAxMjQgMjI2IDQ2cTE1OCAwIDI5Mi41LTc4dDIxMi41LTIxMi41IDc4LTI5Mi41eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMUQ2IiB1bmljb2RlPSLvh5YiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMjcwIDczMHEtOCAxOS04IDUyIDAgMjAgMTEgNDl0MjQgNDVxLTEgMjIgNy41IDUzdDIyLjUgNDNxMCAxMzkgOTIuNSAyODguNVQ2MzcgMTQ3MHExMzkgNjYgMzI0IDY2IDEzMyAwIDI2Ni01NSA0OS0yMSA5MC00OHQ3MS01NiA1NS02OCA0Mi03NCAzMi41LTg0LjUgMjUuNS04OS41IDIyLTk4bDEtNXE1NS04MyA1NS0xNTAgMC0xNC05LTQwdC05LTM4cTAtMSAxLjUtMy41dDMuNS01IDItMy41cTc3LTExNCAxMjAuNS0yMTQuNVQxNzc0IDI5NXEwLTQzLTE5LjUtMTAwdC01NS41LTU3cS05IDAtMTkuNSA3LjV0LTE5IDE3LjUtMTkgMjYtMTYgMjYuNS0xMy41IDI2LTkgMTcuNXEtMSAxLTMgMWwtNS00cS01OS0xNTQtMTMyLTIyMyAyMC0yMCA2MS41LTM4LjV0NjktNDEuNSAzNS41LTY1cS0yLTQtNC0xNnQtNy0xOHEtNjQtOTctMzAyLTk3LTUzIDAtMTEwLjUgOXQtOTggMjAtMTA0LjUgMzBxLTE1IDUtMjMgNy0xNCA0LTQ2IDQuNXQtNDAgMS41cS00MS00NS0xMjcuNS02NVQ1OTgtMjU2cS0zNSAwLTY5IDEuNXQtOTMgOVQzMzUtMjI1dC03NC41IDQwLTMyLjUgNjRxMCA0MCAxMCA1OS41VDI3OS0xM3ExMSAyIDQwLjUgMTNUMzY5IDEycTQgMCAxNCAyIDIgMiAyIDRsLTIgM3EtNDggMTEtMTA4IDEwNS41VDIwMiAyODNsLTUgM3EtNCAwLTEyLTIwLTE4LTQxLTU0LjUtNzQuNVQ1MyAxNTRoLTFxLTQgMC02IDQuNXQtNSA1LjVxLTIzIDU0LTIzIDEwMCAwIDI3NSAyNTIgNDY2eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMUQ3IiB1bmljb2RlPSLvh5ciIGhvcml6LWFkdi14PSIyMDQ4IiBkPSJNNTgwIDEwNzVxMCA0MS0yNSA2NnQtNjYgMjVxLTQzIDAtNzYtMjUuNXQtMzMtNjUuNXEwLTM5IDMzLTY0LjV0NzYtMjUuNXE0MSAwIDY2IDI0LjV0MjUgNjUuNXptNzQzLTUwN3EwIDI4LTI1LjUgNTB0LTY1LjUgMjJxLTI3IDAtNDkuNS0yMi41VDExNjAgNTY4cTAtMjggMjIuNS01MC41VDEyMzIgNDk1cTQwIDAgNjUuNSAyMnQyNS41IDUxem0tMjM2IDUwN3EwIDQxLTI0LjUgNjZ0LTY1LjUgMjVxLTQzIDAtNzYtMjUuNXQtMzMtNjUuNXEwLTM5IDMzLTY0LjV0NzYtMjUuNXE0MSAwIDY1LjUgMjQuNXQyNC41IDY1LjV6bTYzNS01MDdxMCAyOC0yNiA1MHQtNjUgMjJxLTI3IDAtNDkuNS0yMi41VDE1NTkgNTY4cTAtMjggMjIuNS01MC41VDE2MzEgNDk1cTM5IDAgNjUgMjJ0MjYgNTF6bS0yNjYgMzk3cS0zMSA0LTcwIDQtMTY5IDAtMzExLTc3VDg1MS41IDY4My41IDc3MCAzOTZxMC03OCAyMy0xNTItMzUtMy02OC0zLTI2IDAtNTAgMS41dC01NSA2LjUtNDQuNSA3LTU0LjUgMTAuNS01MCAxMC41TDIxOCAxNTBsNzIgMjE4UTAgNTcxIDAgODU4cTAgMTY5IDk3LjUgMzExdDI2NCAyMjMuNVQ3MjUgMTQ3NHExNzYgMCAzMzIuNS02NnQyNjItMTgyLjVUMTQ1NiA5NjV6bTU5Mi01NjFxMC0xMTctNjguNS0yMjMuNVQxNzk0LTEzbDU1LTE4MS0xOTkgMTA5cS0xNTAtMzctMjE4LTM3LTE2OSAwLTMxMSA3MC41VDg5Ny41IDE0MCA4MTYgNDA0dDgxLjUgMjY0VDExMjEgODU5LjV0MzExIDcwLjVxMTYxIDAgMzAzLTcwLjV0MjI3LjUtMTkyVDIwNDggNDA0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDQzIiB1bmljb2RlPSLvh5giIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTc2NCAxNTI1cTMzLTI0IDI3LTY0TDE1MzUtNzVxLTUtMjktMzItNDUtMTQtOC0zMS04LTExIDAtMjQgNUw5OTUgNjIgNzUzLTIzM3EtMTgtMjMtNDktMjMtMTMgMC0yMiA0LTE5IDctMzAuNSAyMy41VDY0MC0xOTJ2MzQ5bDg2NCAxMDU5TDQzNSAyOTEgNDAgNDUzUTMgNDY3IDAgNTA4cS0yIDQwIDMyIDU5bDE2NjQgOTYwcTE1IDkgMzIgOSAyMCAwIDM2LTExeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDQ0IiB1bmljb2RlPSLvh5kiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTc2NCAxNTI1cTMzLTI0IDI3LTY0TDE1MzUtNzVxLTUtMjktMzItNDUtMTQtOC0zMS04LTExIDAtMjQgNUw5MjEgOTIgNjIzLTIzNXEtMTgtMjEtNDctMjEtMTQgMC0yMyA0LTE5IDctMzAgMjMuNVQ1MTItMTkydjQ1Mkw0MCA0NTNRMyA0NjcgMCA1MDhxLTMgMzkgMzIgNTlsMTY2NCA5NjBxMzUgMjEgNjgtMnpNMTQyMiAyNmwyMjEgMTMyM0wyMDkgNTIybDMzNi0xMzcgODYzIDYzOS00NzgtNzk3eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDQ1IiB1bmljb2RlPSLvh5oiIGQ9Ik0xNTM2IDY0MHEwLTE1Ni02MS0yOThUMTMxMSA5NyAxMDY2LTY3dC0yOTgtNjFxLTE3MiAwLTMyNyA3Mi41VDE3NyAxNDlxLTcgMTAtNi41IDIyLjVUMTc5IDE5MmwxMzcgMTM4cTEwIDkgMjUgOSAxNi0yIDIzLTEyIDczLTk1IDE3OS0xNDd0MjI1LTUycTEwNCAwIDE5OC41IDQwLjVUMTEzMCAyNzh0MTA5LjUgMTYzLjVUMTI4MCA2NDB0LTQwLjUgMTk4LjVUMTEzMCAxMDAydC0xNjMuNSAxMDkuNVQ3NjggMTE1MnEtOTggMC0xODgtMzUuNVQ0MjAgMTAxNWwxMzctMTM4cTMxLTMwIDE0LTY5LTE3LTQwLTU5LTQwSDY0cS0yNiAwLTQ1IDE5VDAgODMydjQ0OHEwIDQyIDQwIDU5IDM5IDE3IDY5LTE0bDEzMC0xMjlxMTA3IDEwMSAyNDQuNSAxNTYuNVQ3NjggMTQwOHExNTYgMCAyOTgtNjF0MjQ1LTE2NCAxNjQtMjQ1IDYxLTI5OHpNODk2IDkyOFY0ODBxMC0xNC05LTIzdC0yMy05SDU0NHEtMTQgMC0yMyA5dC05IDIzdjY0cTAgMTQgOSAyM3QyMyA5aDIyNHYzNTJxMCAxNCA5IDIzdDIzIDloNjRxMTQgMCAyMy05dDktMjN6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80NDYiIHVuaWNvZGU9Iu+HmyIgZD0iTTc2OCAxMjgwcS0xMzAgMC0yNDguNS01MXQtMjA0LTEzNi41LTEzNi41LTIwNFQxMjggNjQwdDUxLTI0OC41IDEzNi41LTIwNFQ1MTkuNSA1MSA3NjggMHQyNDguNSA1MSAyMDQgMTM2LjUgMTM2LjUgMjA0IDUxIDI0OC41LTUxIDI0OC41LTEzNi41IDIwNC0yMDQgMTM2LjUtMjQ4LjUgNTF6bTc2OC02NDBxMC0yMDktMTAzLTM4NS41VDExNTMuNS0yNSA3NjgtMTI4IDM4Mi41LTI1IDEwMyAyNTQuNSAwIDY0MHQxMDMgMzg1LjVUMzgyLjUgMTMwNSA3NjggMTQwOHQzODUuNS0xMDMgMjc5LjUtMjc5LjVUMTUzNiA2NDB6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80NDciIHVuaWNvZGU9Iu+HnCIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNjgyLTEyOHEtNDQgMC0xMzIuNSAzLjVUMTQxNi0xMjFxLTQ0IDAtMTMyLTMuNXQtMTMyLTMuNXEtMjQgMC0zNyAyMC41VDExMDItNjJxMCAzMSAxNyA0NnQzOSAxNyA1MSA3IDQ1IDE1cTMzIDIxIDMzIDE0MGwtMSAzOTFxMCAyMS0xIDMxLTEzIDQtNTAgNEg1NjBxLTM4IDAtNTEtNC0xLTEwLTEtMzFsLTEtMzcxcTAtMTQyIDM3LTE2NCAxNi0xMCA0OC0xM3Q1Ny0zLjUgNDUtMTVUNzE0LTU4cTAtMjYtMTIuNS00OFQ2NjUtMTI4cS00NyAwLTEzOS41IDMuNVQzODctMTIxcS00MyAwLTEyOC0zLjVUMTMyLTEyOHEtMjMgMC0zNS41IDIxVDg0LTYycTAgMzAgMTUuNSA0NXQzNiAxNy41VDE4MyA4dDQyIDE1cTMzIDIzIDMzIDE0M2wtMSA1N3Y4MTNxMCAzIC41IDI2dDAgMzYuNS0xLjUgMzguNS0zLjUgNDItNi41IDM2LjUtMTEgMzEuNS0xNiAxOHEtMTUgMTAtNDUgMTJ0LTUzIDItNDEgMTQtMTggNDVxMCAyNiAxMiA0OHQzNiAyMnE0NiAwIDEzOC41LTMuNVQzODcgMTQwMXE0MiAwIDEyNi41IDMuNVQ2NDAgMTQwOHEyNSAwIDM3LjUtMjJ0MTIuNS00OHEwLTMwLTE3LTQzLjV0LTM4LjUtMTQuNS00OS41LTQtNDMtMTNxLTM1LTIxLTM1LTE2MGwxLTMyMHEwLTIxIDEtMzIgMTMtMyAzOS0zaDY5OXEyNSAwIDM4IDMgMSAxMSAxIDMybDEgMzIwcTAgMTM5LTM1IDE2MC0xOCAxMS01OC41IDEyLjV0LTY2IDEzLTI1LjUgNDkuNXEwIDI2IDEyLjUgNDh0MzcuNSAyMnE0NCAwIDEzMi0zLjV0MTMyLTMuNXE0MyAwIDEyOSAzLjV0MTI5IDMuNXEyNSAwIDM3LjUtMjJ0MTIuNS00OHEwLTMwLTE3LjUtNDR0LTQwLTE0LjUtNTEuNS0zLTQ0LTEyLjVxLTM1LTIzLTM1LTE2MWwxLTk0M3EwLTExOSAzNC0xNDAgMTYtMTAgNDYtMTMuNXQ1My41LTQuNSA0MS41LTE1LjUgMTgtNDQuNXEwLTI2LTEyLTQ4dC0zNi0yMnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQ0OCIgdW5pY29kZT0i74edIiBob3Jpei1hZHYteD0iMTI4MCIgZD0iTTEyNzggMTM0N3YtNzNxMC0yOS0xOC41LTYxdC00Mi41LTMycS01MCAwLTU0LTEtMjYtNi0zMi0zMS0zLTExLTMtNjRWLTY3cTAtMjUtMTgtNDN0LTQzLTE4SDk1OXEtMjUgMC00MyAxOHQtMTggNDN2MTIxOEg3NTVWLTY3cTAtMjUtMTcuNS00M1Q2OTQtMTI4SDU4NnEtMjYgMC00My41IDE4VDUyNS02N3Y0OTZxLTE0NyAxMi0yNDUgNTktMTI2IDU4LTE5MiAxNzktNjQgMTE3LTY0IDI1OSAwIDE2NiA4OCAyODYgODggMTE4IDIwOSAxNTkgMTExIDM3IDQxNyAzN2g0NzlxMjUgMCA0My0xOHQxOC00M3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQ0OSIgdW5pY29kZT0i74eeIiBkPSJNMzUyIDEyOFYwSDB2MTI4aDM1MnptMzUyIDEyOHEyNiAwIDQ1LTE5dDE5LTQ1Vi02NHEwLTI2LTE5LTQ1dC00NS0xOUg0NDhxLTI2IDAtNDUgMTl0LTE5IDQ1djI1NnEwIDI2IDE5IDQ1dDQ1IDE5aDI1NnptMTYwIDM4NFY1MTJIMHYxMjhoODY0em0tNjQwIDUxMnYtMTI4SDB2MTI4aDIyNHpNMTUzNiAxMjhWMEg4MDB2MTI4aDczNnpNNTc2IDEyODBxMjYgMCA0NS0xOXQxOS00NVY5NjBxMC0yNi0xOS00NXQtNDUtMTlIMzIwcS0yNiAwLTQ1IDE5dC0xOSA0NXYyNTZxMCAyNiAxOSA0NXQ0NSAxOWgyNTZ6bTY0MC01MTJxMjYgMCA0NS0xOXQxOS00NVY0NDhxMC0yNi0xOS00NXQtNDUtMTlIOTYwcS0yNiAwLTQ1IDE5dC0xOSA0NXYyNTZxMCAyNiAxOSA0NXQ0NSAxOWgyNTZ6bTMyMC0xMjhWNTEyaC0yMjR2MTI4aDIyNHptMCA1MTJ2LTEyOEg2NzJ2MTI4aDg2NHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjFFMCIgdW5pY29kZT0i74egIiBkPSJNMTIxNiA1MTJxMTMzIDAgMjI2LjUtOTMuNVQxNTM2IDE5MnQtOTMuNS0yMjYuNVQxMjE2LTEyOCA5ODkuNS0zNC41IDg5NiAxOTJxMCAxMiAyIDM0TDUzOCA0MDZxLTkyLTg2LTIxOC04Ni0xMzMgMC0yMjYuNSA5My41VDAgNjQwdDkzLjUgMjI2LjVUMzIwIDk2MHExMjYgMCAyMTgtODZsMzYwIDE4MHEtMiAyMi0yIDM0IDAgMTMzIDkzLjUgMjI2LjVUMTIxNiAxNDA4dDIyNi41LTkzLjVUMTUzNiAxMDg4dC05My41LTIyNi41VDEyMTYgNzY4cS0xMjYgMC0yMTggODZMNjM4IDY3NHEyLTIyIDItMzR0LTItMzRsMzYwLTE4MHE5MiA4NiAyMTggODZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80NTEiIHVuaWNvZGU9Iu+HoSIgZD0iTTEyODAgMzQxcTAgODgtNjIuNSAxNTFUMTA2NyA1NTVxLTg0IDAtMTQ1LTU4TDY4MSA2MTdxMiAxNiAyIDIzdC0yIDIzbDI0MSAxMjBxNjEtNTggMTQ1LTU4IDg4IDAgMTUwLjUgNjN0NjIuNSAxNTEtNjIuNSAxNTAuNVQxMDY3IDExNTJ0LTE1MS02Mi41VDg1MyA5MzlxMC03IDItMjNMNjE0IDc5NnEtNjIgNTctMTQ1IDU3LTg4IDAtMTUwLjUtNjIuNVQyNTYgNjQwdDYyLjUtMTUwLjVUNDY5IDQyN3E4MyAwIDE0NSA1N2wyNDEtMTIwcS0yLTE2LTItMjMgMC04OCA2My0xNTAuNXQxNTEtNjIuNSAxNTAuNSA2Mi41VDEyODAgMzQxem0yNTYgNzc5VjE2MHEwLTExOS04NC41LTIwMy41VDEyNDgtMTI4SDI4OHEtMTE5IDAtMjAzLjUgODQuNVQwIDE2MHY5NjBxMCAxMTkgODQuNSAyMDMuNVQyODggMTQwOGg5NjBxMTE5IDAgMjAzLjUtODQuNVQxNTM2IDExMjB6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80NTIiIHVuaWNvZGU9Iu+HoiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik01NzEgOTQ3cS0xMCAyNS0zNCAzNXQtNDkgMHEtMTA4LTQ0LTE5MS0xMjdUMTcwIDY2NHEtMTAtMjUgMC00OXQzNS0zNHExMy01IDI0LTUgNDIgMCA2MCA0MCAzNCA4NCA5OC41IDE0OC41VDUzNiA4NjNxMjUgMTEgMzUgMzV0MCA0OXptOTQyIDM1Nmw0Ni00Ni0yNDQtMjQzIDY4LTY4cTE5LTE5IDE5LTQ1LjV0LTE5LTQ1LjVsLTY0LTY0cTg5LTE2MSA4OS0zNDMgMC0xNDMtNTUuNS0yNzMuNXQtMTUwLTIyNS0yMjUtMTUwVDcwNC0yNTZ0LTI3My41IDU1LjUtMjI1IDE1MC0xNTAgMjI1VDAgNDQ4dDU1LjUgMjczLjUgMTUwIDIyNSAyMjUgMTUwVDcwNCAxMTUycTE4MiAwIDM0My04OWw2NCA2NHExOSAxOSA0NS41IDE5dDQ1LjUtMTlsNjgtNjh6bTggNTZxLTEwLTEwLTIyLTEwLTEzIDAtMjMgMTBsLTkxIDkwcS05IDEwLTkgMjN0OSAyM3ExMCA5IDIzIDl0MjMtOWw5MC05MXExMC05IDEwLTIyLjV0LTEwLTIyLjV6bTIzMC0yMzBxLTExLTktMjMtOXQtMjMgOWwtOTAgOTFxLTEwIDktMTAgMjIuNXQxMCAyMi41cTkgMTAgMjIuNSAxMHQyMi41LTEwbDkxLTkwcTktMTAgOS0yM3QtOS0yM3ptNDEgMTgzcTAtMTQtOS0yM3QtMjMtOWgtOTZxLTE0IDAtMjMgOXQtOSAyMyA5IDIzIDIzIDloOTZxMTQgMCAyMy05dDktMjN6bS0xOTIgMTkydi05NnEwLTE0LTktMjN0LTIzLTktMjMgOS05IDIzdjk2cTAgMTQgOSAyM3QyMyA5IDIzLTkgOS0yM3ptMTUxLTU1bC05MS05MHEtMTAtMTAtMjItMTAtMTMgMC0yMyAxMC0xMCA5LTEwIDIyLjV0MTAgMjIuNWw5MCA5MXExMCA5IDIzIDl0MjMtOXE5LTEwIDktMjN0LTktMjN6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80NTMiIHVuaWNvZGU9Iu+HoyIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik02MDkgNzIwbDI4NyAyMDggMjg3LTIwOC0xMDktMzM2SDcxOXptMjg3IDgxNnExODIgMCAzNDgtNzF0Mjg2LTE5MSAxOTEtMjg2IDcxLTM0OC03MS0zNDhUMTUzMCA2dC0yODYtMTkxLTM0OC03MS0zNDggNzFUMjYyIDYgNzEgMjkyIDAgNjQwdDcxIDM0OCAxOTEgMjg2IDI4NiAxOTEgMzQ4IDcxem02MTktMTM1MHExNDkgMjAzIDE0OSA0NTR2M2wtMTAyLTg5LTI0MCAyMjQgNjMgMzIzIDEzNC0xMnEtMTUwIDIwNi0zODkgMjgybDUzLTEyNC0yODctMTU5LTI4NyAxNTkgNTMgMTI0cS0yMzktNzYtMzg5LTI4MmwxMzUgMTIgNjItMzIzLTI0MC0yMjQtMTAyIDg5di0zcTAtMjUxIDE0OS00NTRsMzAgMTMyIDMyNi00MEw3NzItMjAgNjU2LTg5cTExNy0zOSAyNDAtMzl0MjQwIDM5bC0xMTYgNjkgMTM5IDI5OCAzMjYgNDB6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80NTQiIHVuaWNvZGU9Iu+HpCIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik00NDggMjI0VjMycTAtMTQtOS0yM3QtMjMtOUgyMjRxLTE0IDAtMjMgOXQtOSAyM3YxOTJxMCAxNCA5IDIzdDIzIDloMTkycTE0IDAgMjMtOXQ5LTIzek0yNTYgNjA4VjQxNnEwLTE0LTktMjN0LTIzLTlIMzJxLTE0IDAtMjMgOXQtOSAyM3YxOTJxMCAxNCA5IDIzdDIzIDloMTkycTE0IDAgMjMtOXQ5LTIzem01NzYtMzg0VjMycTAtMTQtOS0yM3QtMjMtOUg2MDhxLTE0IDAtMjMgOXQtOSAyM3YxOTJxMCAxNCA5IDIzdDIzIDloMTkycTE0IDAgMjMtOXQ5LTIzek02NDAgNjA4VjQxNnEwLTE0LTktMjN0LTIzLTlINDE2cS0xNCAwLTIzIDl0LTkgMjN2MTkycTAgMTQgOSAyM3QyMyA5aDE5MnExNCAwIDIzLTl0OS0yM3pNNjYgNzY4cS0yOCAwLTQ3IDE5VDAgODMzdjEyOWg1MTRWODMzcTAtMjctMTktNDZ0LTQ2LTE5SDY2em0xMTUwLTU0NFYzMnEwLTE0LTktMjN0LTIzLTlIOTkycS0xNCAwLTIzIDl0LTkgMjN2MTkycTAgMTQgOSAyM3QyMyA5aDE5MnExNCAwIDIzLTl0OS0yM3ptLTE5MiAzODRWNDE2cTAtMTQtOS0yM3QtMjMtOUg4MDBxLTE0IDAtMjMgOXQtOSAyM3YxOTJxMCAxNCA5IDIzdDIzIDloMTkycTE0IDAgMjMtOXQ5LTIzem01NzYtMzg0VjMycTAtMTQtOS0yM3QtMjMtOWgtMTkycS0xNCAwLTIzIDl0LTkgMjN2MTkycTAgMTQgOSAyM3QyMyA5aDE5MnExNCAwIDIzLTl0OS0yM3ptLTE5MiAzODRWNDE2cTAtMTQtOS0yM3QtMjMtOWgtMTkycS0xNCAwLTIzIDl0LTkgMjN2MTkycTAgMTQgOSAyM3QyMyA5aDE5MnExNCAwIDIzLTl0OS0yM3ptMzg0IDQwOHYtMTNoLTUxNHYxMHEwIDEwNC0zODIgMTAyLTM4Mi0xLTM4Mi0xMDJ2LTEwSDB2MTNxMCAxNyA4LjUgNDN0MzQgNjQgNjUuNSA3NS41IDExMC41IDc2IDE2MCA2Ny41IDIyNCA0Ny41VDg5NiAxNDA4dDI5My0xOC41IDIyNC00Ny41IDE2MC41LTY3LjUgMTEwLjUtNzYgNjUuNS03NS41IDM0LTY0IDguNS00M3ptMC00MDhWNDE2cTAtMTQtOS0yM3QtMjMtOWgtMTkycS0xNCAwLTIzIDl0LTkgMjN2MTkycTAgMTQgOSAyM3QyMyA5aDE5MnExNCAwIDIzLTl0OS0yM3ptMCAzNTRWODMzcTAtMjctMTktNDZ0LTQ2LTE5aC0zODRxLTI3IDAtNDYgMTl0LTE5IDQ2djEyOWg1MTR6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80NTUiIHVuaWNvZGU9Iu+HpSIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik03MDQgMTIxNlY0NDhxMC0yNi0xOS00NXQtNDUtMTl2LTU3NnEwLTI2LTE5LTQ1dC00NS0xOUg2NHEtMjYgMC00NSAxOVQwLTE5MnY1MTJsMjQ5IDg3M3E3IDIzIDMxIDIzaDQyNHptMzIwIDBWNTEySDc2OHY3MDRoMjU2em03NjgtODk2di01MTJxMC0yNi0xOS00NXQtNDUtMTloLTUxMnEtMjYgMC00NSAxOXQtMTkgNDV2NTc2cS0yNiAwLTQ1IDE5dC0xOSA0NXY3NjhoNDI0cTI0IDAgMzEtMjN6TTczNiAxNTA0di0yMjRIMzg0djIyNHEwIDE0IDkgMjN0MjMgOWgyODhxMTQgMCAyMy05dDktMjN6bTY3MiAwdi0yMjRoLTM1MnYyMjRxMCAxNCA5IDIzdDIzIDloMjg4cTE0IDAgMjMtOXQ5LTIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDU2IiB1bmljb2RlPSLvh6YiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTc1NSAxMDgzcTM3LTM4IDM3LTkwLjV0LTM3LTkwLjVsLTQwMS00MDAgMTUwLTE1MC0xNjAtMTYwUTExODEgMjkgOTU0LjUgNS41VDU0MyAxMDZMMTgxLTI1NkgwdjE4MWwzNjIgMzYyUTIzOCA0NzIgMjYxLjUgNjk4LjVUNDQ4IDEwODhsMTYwIDE2MCAxNTAtMTUwIDQwMCA0MDFxMzggMzcgOTEgMzd0OTAtMzcgMzctOTAuNS0zNy05MC41TDkzOSA5MTdsMjM0LTIzNCA0MDEgNDAwcTM4IDM3IDkxIDM3dDkwLTM3eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDU3IiB1bmljb2RlPSLvh6ciIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNODczIDc5NnEwLTgzLTYzLjUtMTQyLjVUNjU3IDU5NHQtMTUyLjUgNTkuNVQ0NDEgNzk2cTAgODQgNjMuNSAxNDNUNjU3IDk5OHQxNTIuNS01OVQ4NzMgNzk2em01MDIgMHEwLTgzLTYzLTE0Mi41VDExNTkgNTk0cS04OSAwLTE1Mi41IDU5LjVUOTQzIDc5NnEwIDg0IDYzLjUgMTQzdDE1Mi41IDU5cTkwIDAgMTUzLTU5dDYzLTE0M3ptMjI1LTE4MHY2NjdxMCA4Ny0zMiAxMjMuNXQtMTExIDM2LjVIMzQ1cS04MyAwLTExMi41LTM0VDIwMyAxMjgzVjYxMHE0My0yMyA4OC41LTQwdDgxLTI4IDgxLTE4LjUgNzEtMTEgNzAtNCA1OC41LS41IDU2LjUgMiA0NC41IDJxNjggMSA5NS0yNyA2LTYgMTAtOSAyNi0yNSA2MS01MSA3IDkxIDExOCA4NyA1IDAgMzYuNS0xLjV0NDMtMiA0NS41LTEgNTMgMSA1NC41IDQuNSA2MSA4LjUgNjIgMTMuNSA2NyAxOS41IDY3LjUgMjcgNzIgMzQuNXptMTYzIDVxLTEyMS0xNDktMzcyLTI1MiA4NC0yODUtMjMtNDY1LTY2LTExMy0xODMtMTQ4LTEwNC0zMi0xODIgMTUtODYgNTEtODIgMTY0bC0xIDMyNnYxcS04IDItMjQuNSA2dC0yMy41IDVsLTEtMzM4cTQtMTE0LTgzLTE2NC03OS00Ny0xODMtMTUtMTE3IDM2LTE4MiAxNTAtMTA1IDE4MC0yMiA0NjNRMTUwIDQ3MiAyOSA2MjFxLTI1IDM3LTQgNjN0NjAtMXE0LTIgMTEuNS03dDEwLjUtOHY2OTRxMCA3MiA0NyAxMjN0MTE0IDUxaDEyNTdxNjcgMCAxMTQtNTF0NDctMTIzVjY2OGwyMSAxNXEzOSAyNyA2MCAxdC00LTYzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDU4IiB1bmljb2RlPSLvh6giIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNODk2IDExMDJWNjY4SDc1MXY0MzRoMTQ1em0zOTggMFY2NjhoLTE0NXY0MzRoMTQ1em0wLTc2MGwyNTMgMjU0djc5NUgzNTNWMzQyaDMyNlYxMjVsMjE3IDIxN2gzOTh6bTM5OCAxMTk0VjUyM0wxMjU4IDg5SDkzMkw3MTUtMTI4SDQ5OFY4OUgxMDB2MTE1OGwxMDkgMjg5aDE0ODN6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80NTkiIHVuaWNvZGU9Iu+HqSIgZD0iTTc3MyAyMTdWOTBxLTEtMjkyLTYtMzA1LTEyLTMyLTUxLTQwLTU0LTktMTgxLjUgMzhUMzcyLTEyOHEtMTMgMTUtMTcgMzYtMSAxMiA0IDI2IDQgMTAgMzQgNDd0MTgxIDIxNnExIDAgNjAgNzAgMTUgMTkgMzkuNSAyNC41VDcyMyAyODhxMjQtMTAgMzcuNS0yOXQxMi41LTQyek02MjQgNDY4cS0zLTU1LTUyLTcwbC0xMjAtMzlxLTI3NS04OC0yOTItODgtMzUgMi01NCAzNi0xMiAyNS0xNyA3NS04IDc2IDEgMTY2LjVUMTIwIDY3M3Q1NiAzMnExMyAwIDIwMi03NyA3MS0yOSAxMTUtNDdsODQtMzRxMjMtOSAzNS41LTMwLjVUNjI0IDQ2OHptODI2LTI5N3EtNy01NC05MS41LTE2MVQxMjIzLTExN3EtMzctMTQtNjMgNy0xNCAxMC0xODQgMjg3bC00NyA3N3EtMTQgMjEtMTEuNSA0NnQxOS41IDQ2cTM1IDQzIDgzIDI2IDEtMSAxMTktNDAgMjAzLTY2IDI0Mi03OS41dDQ3LTIwLjVxMjgtMjIgMjItNjF6TTc3OCA4MDNxNS0xMDItNTQtMTIyLTU4LTE3LTExNCA3MWwtMzc4IDU5OHEtOCAzNSAxOSA2MiA0MSA0MyAyMDcuNSA4OS41VDY4MyAxNTMzcTQwLTEwIDQ5LTQ1IDMtMTggMjItMzA1LjVUNzc4IDgwM3ptNjYyLTEwOHEzLTM5LTI2LTU5LTE1LTEwLTMyOS04Ni02Ny0xNS05MS0yM2wxIDJxLTIzLTYtNDYgNHQtMzcgMzJxLTMwIDQ3IDAgODcgMSAxIDc1IDEwMiAxMjUgMTcxIDE1MCAyMDR0MzQgMzlxMjggMTkgNjUgMiA0OC0yMyAxMjMtMTMzLjV0ODEtMTY3LjV2LTN6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80NjAiIHVuaWNvZGU9Iu+HqiIgaG9yaXotYWR2LXg9IjIwNDgiIGQ9Ik0xMDI0IDEwMjRINjQwVjY0MGgzODR2Mzg0em0xMjgtNjQwVjI1Nkg1MTJ2MTI4aDY0MHptMCA3NjhWNTEySDUxMnY2NDBoNjQwem02NDAtNzY4VjI1NmgtNTEydjEyOGg1MTJ6bTAgMjU2VjUxMmgtNTEydjEyOGg1MTJ6bTAgMjU2Vjc2OGgtNTEydjEyOGg1MTJ6bTAgMjU2di0xMjhoLTUxMnYxMjhoNTEyek0yNTYgMTkydjk2MEgxMjhWMTkycTAtMjYgMTktNDV0NDUtMTkgNDUgMTkgMTkgNDV6bTE2NjQgMHYxMDg4SDM4NFYxOTJxMC0zMy0xMS02NGgxNDgzcTI2IDAgNDUgMTl0MTkgNDV6bTEyOCAxMjE2VjE5MnEwLTgwLTU2LTEzNlQxODU2IDBIMTkyUTExMiAwIDU2IDU2VDAgMTkydjEwODhoMjU2djEyOGgxNzkyeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDYxIiB1bmljb2RlPSLvh6siIGhvcml6LWFkdi14PSIyMDQ4IiBkPSJNMTAyNCAxM3EtMjAgMC05MyA3My41VDg1OCAxODBxMCAzMiA2Mi41IDU0dDEwMy41IDIyIDEwMy41LTIyIDYyLjUtNTRxMC0yMC03My05My41VDEwMjQgMTN6bTI3MCAyNzFxLTIgMC00MCAyNXQtMTAxLjUgNTAtMTI4LjUgMjUtMTI4LjUtMjUtMTAxLTUwLTQwLjUtMjVxLTE4IDAtOTMuNSA3NVQ1ODUgNDUycTAgMTMgMTAgMjMgNzggNzcgMTk2IDEyMXQyMzMgNDQgMjMzLTQ0IDE5Ni0xMjFxMTAtMTAgMTAtMjMgMC0xOC03NS41LTkzdC05My41LTc1em0yNzMgMjcycS0xMSAwLTIzIDgtMTM2IDEwNS0yNTIgMTU0LjVUMTAyNCA3NjhxLTg1IDAtMTcwLjUtMjJ0LTE0OS01M1Q1OTEgNjMxdC03OS01My0zMS0yMnEtMTcgMC05MiA3NXQtNzUgOTNxMCAxMiAxMCAyMiAxMzIgMTMyIDMyMCAyMDV0MzgwIDczIDM4MC03MyAzMjAtMjA1cTEwLTEwIDEwLTIyIDAtMTgtNzUtOTN0LTkyLTc1em0yNzEgMjcxcS0xMSAwLTIyIDktMTc5IDE1Ny0zNzEuNSAyMzYuNVQxMDI0IDExNTJ0LTQyMC41LTc5LjVUMjMyIDgzNnEtMTEtOS0yMi05LTE3IDAtOTIuNSA3NVQ0MiA5OTVxMCAxMyAxMCAyMyAxODcgMTg2IDQ0NSAyODh0NTI3IDEwMiA1MjctMTAyIDQ0NS0yODhxMTAtMTAgMTAtMjMgMC0xOC03NS41LTkzdC05Mi41LTc1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDYyIiB1bmljb2RlPSLvh6wiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMzg0IDBxMCA1My0zNy41IDkwLjVUMjU2IDEyOHQtOTAuNS0zNy41VDEyOCAwdDM3LjUtOTAuNVQyNTYtMTI4dDkwLjUgMzcuNVQzODQgMHptMzg0IDBxMCA1My0zNy41IDkwLjVUNjQwIDEyOHQtOTAuNS0zNy41VDUxMiAwdDM3LjUtOTAuNVQ2NDAtMTI4dDkwLjUgMzcuNVQ3NjggMHpNMzg0IDM4NHEwIDUzLTM3LjUgOTAuNVQyNTYgNTEydC05MC41LTM3LjVUMTI4IDM4NHQzNy41LTkwLjVUMjU2IDI1NnQ5MC41IDM3LjVUMzg0IDM4NHpNMTE1MiAwcTAgNTMtMzcuNSA5MC41VDEwMjQgMTI4dC05MC41LTM3LjVUODk2IDB0MzcuNS05MC41VDEwMjQtMTI4dDkwLjUgMzcuNVQxMTUyIDB6TTc2OCAzODRxMCA1My0zNy41IDkwLjVUNjQwIDUxMnQtOTAuNS0zNy41VDUxMiAzODR0MzcuNS05MC41VDY0MCAyNTZ0OTAuNSAzNy41VDc2OCAzODR6TTM4NCA3NjhxMCA1My0zNy41IDkwLjVUMjU2IDg5NnQtOTAuNS0zNy41VDEyOCA3Njh0MzcuNS05MC41VDI1NiA2NDB0OTAuNSAzNy41VDM4NCA3Njh6bTc2OC0zODRxMCA1My0zNy41IDkwLjVUMTAyNCA1MTJ0LTkwLjUtMzcuNVQ4OTYgMzg0dDM3LjUtOTAuNVQxMDI0IDI1NnQ5MC41IDM3LjVUMTE1MiAzODR6TTc2OCA3NjhxMCA1My0zNy41IDkwLjVUNjQwIDg5NnQtOTAuNS0zNy41VDUxMiA3Njh0MzcuNS05MC41VDY0MCA2NDB0OTAuNSAzNy41VDc2OCA3Njh6TTE1MzYgMHYzODRxMCA1Mi0zOCA5MHQtOTAgMzgtOTAtMzgtMzgtOTBWMHEwLTUyIDM4LTkwdDkwLTM4IDkwIDM4IDM4IDkwem0tMzg0IDc2OHEwIDUzLTM3LjUgOTAuNVQxMDI0IDg5NnQtOTAuNS0zNy41VDg5NiA3Njh0MzcuNS05MC41VDEwMjQgNjQwdDkwLjUgMzcuNVQxMTUyIDc2OHptMzg0IDMyMHYyNTZxMCAyNi0xOSA0NXQtNDUgMTlIMTkycS0yNiAwLTQ1LTE5dC0xOS00NXYtMjU2cTAtMjYgMTktNDV0NDUtMTloMTI4MHEyNiAwIDQ1IDE5dDE5IDQ1em0wLTMyMHEwIDUzLTM3LjUgOTAuNVQxNDA4IDg5NnQtOTAuNS0zNy41VDEyODAgNzY4dDM3LjUtOTAuNVQxNDA4IDY0MHQ5MC41IDM3LjVUMTUzNiA3Njh6bTEyOCA2NDBWLTEyOHEwLTUyLTM4LTkwdC05MC0zOEgxMjhxLTUyIDAtOTAgMzhUMC0xMjh2MTUzNnEwIDUyIDM4IDkwdDkwIDM4aDE0MDhxNTIgMCA5MC0zOHQzOC05MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQ2MyIgdW5pY29kZT0i74etIiBkPSJNMTUxOSA4OTBxMTgtODQtNC0yMDQtODctNDQ0LTU2NS00NDRoLTQ0cS0yNSAwLTQ0LTE2LjVUODM4IDE4M2wtNC0xOS01NS0zNDYtMi0xNXEtNS0yNi0yNC41LTQyLjVUNzA4LTI1Nkg0NTdxLTIxIDAtMzMgMTV0LTkgMzZxOSA1NiAyNi41IDE2OFQ0NjggMTMxdDI3IDE2Ny41VDUyMiA0NjZxNSAzNyA0MyAzN2gxMzFxMTMzLTIgMjM2IDIxIDE3NSAzOSAyODcgMTQ0IDEwMiA5NSAxNTUgMjQ2IDI0IDcwIDM1IDEzMyAxIDYgMi41IDcuNXQzLjUgMSA2LTMuNXE3OS01OSA5OC0xNjJ6bS0xNzIgMjgycTAtMTA3LTQ2LTIzNi04MC0yMzMtMzAyLTMxNS0xMTMtNDAtMjUyLTQyIDAtMS05MC0xbC05MCAxcS0xMDAgMC0xMTgtOTYtMi04LTg1LTUzMC0xLTEwLTEyLTEwSDU3cS0yMiAwLTM2LjUgMTYuNVQ5LTJsMjMyIDE0NzFxNSAyOSAyNy41IDQ4dDUxLjUgMTloNTk4cTM0IDAgOTcuNS0xM3QxMTEuNS0zMnExMDctNDEgMTYzLjUtMTIzdDU2LjUtMTk2eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDY0IiB1bmljb2RlPSLvh64iIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNNDQxIDg2NHEzMyAwIDUyLTI2UTc1OSA0NzQgODU1IDY0SDQwOVEyODIgNTA1IDQyIDgxM3EtMTIgMTYtMyAzMy41VDY4IDg2NGgzNzN6bTU1OS0zNTdxLTQ5LTE5OS0xMjUtMzkzLTc5IDMxMC0yNTYgNTk0IDQwIDIyMSA0NCA0NDkgMjExLTM0MCAzMzctNjUwem05OSA3MDlxMjM1LTMyNCAzODQuNS02OTguNVQxNjY4LTI1NmgtNDUxcS00MSA2NjUtNTUzIDE0NzJoNDM1em02OTMtNTc2cTAtNDI0LTEwMS04MTItNjcgNTYwLTM1OSAxMDgzLTI1IDMwMS0xMDYgNTg0LTQgMTYgNS41IDI4LjV0MjUuNSAxMi41aDM1OXEyMSAwIDM4LjUtMTN0MjIuNS0zM3ExMTUtNDA5IDExNS04NTB6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYxRjAiIHVuaWNvZGU9Iu+HsCIgaG9yaXotYWR2LXg9IjIzMDQiIGQ9Ik0xOTc1IDU0NmgtMTM4cTE0IDM3IDY2IDE3OWwzIDlxNCAxMCAxMCAyNnQ5IDI2bDEyLTU1ek01MzEgNjExbC01OCAyOTVxLTExIDU0LTc1IDU0SDEzMGwtMi0xM3EzMTEtNzkgNDAzLTMzNnptMTc5IDM0OUw1NDggNTIybC0xNyA4OXEtMjYgNzAtODUgMTI5LjVUMzE1IDgyOWwxMzUtNTEwaDE3NWwyNjEgNjQxSDcxMHptMTM5LTY0MmgxNjZsMTA0IDY0Mkg5NTN6bTc2OCA2MjZxLTY5IDI3LTE0OSAyNy0xMjMgMC0yMDEtNTl0LTc5LTE1M3EtMS0xMDIgMTQ1LTE3NCA0OC0yMyA2Ny00MXQxOS0zOXEwLTMwLTMwLTQ2dC02OS0xNnEtODYgMC0xNTYgMzNsLTIyIDExLTIzLTE0NHE3NC0zNCAxODUtMzQgMTMwLTEgMjA4LjUgNTl0ODAuNSAxNjBxMCAxMDYtMTQwIDE3NC00OSAyNS03MSA0MnQtMjIgMzhxMCAyMiAyNC41IDM4LjVUMTQ1NSA4MzdxNzAgMSAxMjQtMjRsMTUtOHptNDI1IDE2aC0xMjhxLTY1IDAtODctNTRsLTI0Ni01ODhoMTc0bDM1IDk2aDIxMnE1LTIyIDIwLTk2aDE1NHptMjYyIDMyMFYwcTAtNTItMzgtOTB0LTkwLTM4SDEyOHEtNTIgMC05MCAzOFQwIDB2MTI4MHEwIDUyIDM4IDkwdDkwIDM4aDIwNDhxNTIgMCA5MC0zOHQzOC05MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQ2NiIgdW5pY29kZT0i74exIiBob3Jpei1hZHYteD0iMjMwNCIgZD0iTTExMTkgMTE5NXEtMTI4IDg1LTI4MSA4NS0xMDMgMC0xOTcuNS00MC41VDQ3OCAxMTMxIDM2OS41IDk2OSAzMjkgNzcycTAtMTA0IDQwLjUtMTk4VDQ3OCA0MTJ0MTYyLTEwOC41VDgzOCAyNjNxMTUzIDAgMjgxIDg1LTEzMSAxMDctMTc4IDI2NS41dC41IDMxNi41IDE3Ny41IDI2NXptMzMtMjRxLTEyNi05OS0xNzItMjQ5LjV0LS41LTMwMC41VDExNTIgMzcycTEyNyA5OSAxNzIuNSAyNDl0LS41IDMwMC41LTE3MiAyNDkuNXptMzMgMjRxMTMwLTEwNyAxNzcuNS0yNjUuNXQuNS0zMTdUMTE4NSAzNDhxMTI4LTg1IDI4MS04NSAxMDQgMCAxOTggNDAuNVQxODI2IDQxMnQxMDguNSAxNjIgNDAuNSAxOThxMCAxMDMtNDAuNSAxOTdUMTgyNiAxMTMxdC0xNjIuNSAxMDguNVQxNDY2IDEyODBxLTE1MyAwLTI4MS04NXptNzQxLTcyMmg3djNoLTE3di0zaDd2LTE3aDN2MTd6bTI5LTE3aDR2MjBoLTVsLTYtMTMtNiAxM2gtNXYtMjBoM3YxNWw2LTEzaDRsNSAxM3YtMTV6bS04LTQ0MHYtMmgtNXYzaDV2LTF6bTAtOWgzbC00IDVoMmwxIDFxMSAxIDEgM3QtMSAzbC0xIDFoLTlWN2gzdjVoMXpNNjg1IDc1cTAgMTkgMTEgMzF0MzAgMTJxMTggMCAyOS0xMi41VDc2NiA3NXEwLTE5LTExLTMxdC0yOS0xMnEtMTkgMC0zMCAxMnQtMTEgMzF6bTQ3MyA0NHEzMCAwIDM1LTMyaC03MHE1IDMyIDM1IDMyem0zNTYtNDRxMCAxOSAxMSAzMXQyOSAxMiAyOS41LTEyLjVUMTU5NSA3NXEwLTE5LTExLTMxdC0zMC0xMnEtMTggMC0yOSAxMnQtMTEgMzF6bTI3MiAwcTAgMTggMTEuNSAzMC41VDE4MjcgMTE4dDI5LjUtMTIuNVQxODY4IDc1cTAtMTktMTEuNS0zMVQxODI3IDMydC0yOS41IDEyLjVUMTc4NiA3NXptMTU4LTcycS0yIDAtNCAxLTEgMC0zIDJ0LTIgM3EtMSAyLTEgNCAwIDMgMSA0IDAgMiAyIDRsMSAxcTIgMCAyIDEgMiAxIDQgMSAzIDAgNC0xbDQtMiAyLTR2LTFxMS0yIDEtM2wtMS0xVjlsLTEtMS0xLTJxLTItMi00LTItMS0xLTQtMXpNNTk5IDdoMzB2ODVxMCAyNC0xNC41IDM4LjVUNTc1IDE0NnEtMzIgMC00Ny0yNC0xNCAyNC00NSAyNC0yNCAwLTM5LTIwdjE2aC0zMFY3aDMwdjc1cTAgMzYgMzMgMzYgMzAgMCAzMC0zNlY3aDI5djc1cTAgMzYgMzMgMzYgMzAgMCAzMC0zNlY3em0xNjYgMGgyOXYxMzVoLTI5di0xNnEtMTcgMjAtNDMgMjAtMjkgMC00OC0yMHQtMTktNTEgMTktNTEgNDgtMjBxMjggMCA0MyAyMFY3em0xNzggNDFxMCAzNC00NyA0MGwtMTQgMnEtMjMgNC0yMyAxNCAwIDE1IDI1IDE1IDIzIDAgNDMtMTFsMTIgMjRxLTIyIDE0LTU1IDE0LTI2IDAtNDEtMTJ0LTE1LTMycTAtMzMgNDctMzlsMTMtMnEyNC00IDI0LTE0IDAtMTctMzEtMTctMjUgMC00NSAxNGwtMTMtMjNxMjUtMTcgNTgtMTcgMjkgMCA0NS41IDEyVDk0MyA0OHptMTMwLTM0bC04IDI1cS0xMy03LTI2LTctMTkgMC0xOSAyMnY2MWg0OHYyN2gtNDh2NDFoLTMwdi00MWgtMjh2LTI3aDI4VjU0cTAtNTAgNDctNTAgMjEgMCAzNiAxMHptODYgMTMycS0yOSAwLTQ4LTIwdC0xOS01MXEwLTMyIDE5LjUtNTEuNVQxMTYxIDRxMzMgMCA1NSAxOWwtMTQgMjJxLTE4LTE1LTM5LTE1LTM0IDAtNDEgMzNoMTAxdjEycTAgMzItMTggNTEuNXQtNDYgMTkuNXptMTU5IDBxLTIzIDAtMzUtMjB2MTZoLTMwVjdoMzB2NzZxMCAzNSAyOSAzNSAxMCAwIDE4LTRsOSAyOHEtOSA0LTIxIDR6bTMwLTcxcTAtMzEgMTkuNS01MVQxNDIwIDRxMjkgMCA0OCAxNmwtMTQgMjRxLTE4LTEzLTM1LTEyLTE4IDAtMjkuNSAxMlQxMzc4IDc1dDExLjUgMzEgMjkuNSAxMnExOSAwIDM1LTEybDE0IDI0cS0yMCAxNi00OCAxNi0zMyAwLTUyLjUtMjBUMTM0OCA3NXptMjQ1LTY4aDMwdjEzNWgtMzB2LTE2cS0xNSAyMC00MiAyMC0yOSAwLTQ4LjUtMjBUMTQ4MyA3NXQxOS41LTUxVDE1NTEgNHEyOCAwIDQyIDIwVjd6bTEzMyAxMzlxLTIzIDAtMzUtMjB2MTZoLTI5VjdoMjl2NzZxMCAzNSAyOSAzNSAxMCAwIDE4LTRsOSAyOHEtOCA0LTIxIDR6TTE4NjYgN2gyOXYxOTBoLTI5di03MXEtMTUgMjAtNDMgMjB0LTQ3LjUtMjAuNVQxNzU2IDc1dDE5LjUtNTAuNVQxODIzIDRxMjkgMCA0MyAyMFY3em03OCAyMGwtMi0xaC0zcS0yLTEtNC0zLTMtMS0zLTQtMS0yLTEtNiAwLTMgMS01IDAtMiAzLTQgMi0yIDQtM3Q1LTFxNCAwIDYgMSAwIDEgMiAybDIgMXExIDEgMyA0IDEgMiAxIDUgMCA0LTEgNi0xIDEtMyA0IDAgMS0yIDJsLTIgMXEtMSAwLTMgLjV0LTMgLjV6bTM2MCAxMjUzVjBxMC01Mi0zOC05MHQtOTAtMzhIMTI4cS01MiAwLTkwIDM4VDAgMHYxMjgwcTAgNTIgMzggOTB0OTAgMzhoMjA0OHE1MiAwIDkwLTM4dDM4LTkweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDY3IiB1bmljb2RlPSLvh7IiIGhvcml6LWFkdi14PSIyMzA0IiBkPSJNMzEzIDc1OXEwLTUxLTM2LTg0LTI5LTI2LTg5LTI2aC0xN3YyMjBoMTdxNjEgMCA4OS0yNyAzNi0zMSAzNi04M3ptMTc3NiA2NXEwLTUyLTY0LTUyaC0xOXYxMDFoMjBxNjMgMCA2My00OXpNMzgwIDc1OXEwIDc0LTUwIDEyMC41VDIwMSA5MjZoLTk1VjU5M2g5NXE3NCAwIDExOSAzOCA2MCA1MSA2MCAxMjh6bTMwLTE2Nmg2NXYzMzNoLTY1VjU5M3ptMzIwIDEwMXEwIDQwLTIwLjUgNjJUNjM0IDc5OHEtMjkgMTAtMzkuNSAxOVQ1ODQgODQwcTAgMTYgMTMuNSAyNi41VDYzMiA4NzdxMjkgMCA1My0yN2wzNCA0NHEtNDEgMzctOTggMzctNDQgMC03NC0yNy41VDUxNyA4MzZxMC0zNSAxOC01NS41dDY0LTM2LjVxMzctMTMgNDUtMTkgMTktMTIgMTktMzQgMC0yMC0xNC0zMy41VDYxMyA2NDRxLTQ4IDAtNzEgNDRsLTQyLTQwcTQ0LTY0IDExNS02NCA1MSAwIDgzIDMwLjV0MzIgNzkuNXptMjc4LTkwdjc3cS0zNy0zNy03OC0zNy00OSAwLTgwLjUgMzIuNVQ4MTggNzU5cTAgNDggMzEuNSA4MS41VDkyNyA4NzRxNDMgMCA4MS0zOHY3N3EtNDAgMjAtODAgMjAtNzQgMC0xMjUuNS01MC41VDc1MSA3NTl0NTEtMTIzLjVUOTI3IDU4NXE0MiAwIDgxIDE5ek0yMjQwIDB2NTI3cS02NS00MC0xNDQuNS04NFQxODU4IDMyNnQtMzI5LjUtMTM3LjVUMTExMSA1NCA2MDctNjRoMTU2OXEyNiAwIDQ1IDE5dDE5IDQ1em0tODUxIDc1N3EwIDc1LTUzIDEyOHQtMTI4IDUzLTEyOC01My01My0xMjggNTMtMTI4IDEyOC01MyAxMjggNTMgNTMgMTI4em0xNTItMTczbDE0NCAzNDJoLTcxbC05MC0yMjQtODkgMjI0aC03MWwxNDItMzQyaDM1em0xNzMgOWgxODR2NTZoLTExOXY5MGgxMTV2NTZoLTExNXY3NGgxMTl2NTdoLTE4NFY1OTN6bTM5MSAwaDgwbC0xMDUgMTQwcTc2IDE2IDc2IDk0IDAgNDctMzEgNzN0LTg3IDI2aC05N1Y1OTNoNjV2MTMzaDl6bTE5OSA2ODFWNnEwLTU2LTM4LjUtOTV0LTkzLjUtMzlIMTMycS01NSAwLTkzLjUgMzlUMCA2djEyNjhxMCA1NiAzOC41IDk1dDkzLjUgMzloMjA0MHE1NSAwIDkzLjUtMzl0MzguNS05NXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iZjFmMyIgdW5pY29kZT0i74ezIiBob3Jpei1hZHYteD0iMjMwNCIgZD0iTTExOSA4NTRoODlsLTQ1IDEwOHptNjIxLTUyNmw3NCA3OS03MCA3OUg1ODF2LTQ5aDE0MnYtNTVINTgxdi01NGgxNTl6bTE1OCA3OGw5OS0xMTB2MjE3em0yODggNDdxMCAzMy00MCAzM2gtODR2LTY5aDgzcTQxIDAgNDEgMzZ6bTI4OSA0cTAgMjktNDIgMjloLTgydi02MWg4MXE0MyAwIDQzIDMyem0tMjc4IDQ2NnEwIDI5LTQyIDI5aC04MnYtNjBoODFxNDMgMCA0MyAzMXptNDU5LTY5aDg5bC00NCAxMDh6bS05NTcgMTU1VjczOGgtNjZ2MjEybC05NC0yMTJoLTU3bC05NCAyMTJWNzM4SDI1NmwtMjUgNjBIOTZsLTI1LTYwSDFsMTE2IDI3MWg5NmwxMTAtMjU3djI1N2gxMDZsODUtMTg0IDc3IDE4NGgxMDh6bTU1Ni01NTZxMC0yMC01LjUtMzV0LTE0LTI1LTIyLjUtMTYuNS0yNi0xMC0zMS41LTQuNS0zMS41LTEtMzIuNS41LTI5LjUuNXYtOTFIOTM2bC04MCA5MC04My05MEg1MTd2MjcxaDI2MGw4MC04OSA4MiA4OWgyMDdxMTA5IDAgMTA5LTg5ek05NjQgNzk0di01Nkg3NDd2MjcxaDIxN3YtNTdIODEydi00OWgxNDh2LTU1SDgxMnYtNTRoMTUyem0xMzQwLTU1OVY2cTAtNTUtMzguNS05NC41VDIxNzItMTI4SDEzMnEtNTUgMC05My41IDM5LjVUMCA2djY3OGgxMTFsMjUgNjFoNTVsMjUtNjFoMjE4djQ2bDE5LTQ2aDExM2wyMCA0N3YtNDdoNTQxdjk5bDEwIDFxMTAgMCAxMC0xNHYtODZoMjc5djIzcTIzLTEyIDU1LTE4dDUyLjUtNi41IDYzIC41IDUxLjUgMWwyNSA2MWg1NmwyNS02MWgyMjd2NThsMzQtNThoMTgydjM3OGgtMTgwdi00NGwtMjUgNDRoLTE4NXYtNDRsLTIzIDQ0aC0yNDlxLTY5IDAtMTA5LTIydjIyaC0xNzJ2LTIycS0yNCAyMi03MyAyMkg1NTNsLTQzLTk3LTQzIDk3SDI2OXYtNDRsLTIyIDQ0SDc4TDAgODgzdjM5MXEwIDU1IDM4LjUgOTQuNVQxMzIgMTQwOGgyMDQwcTU1IDAgOTMuNS0zOS41dDM4LjUtOTQuNVY1OTZoLTEyMHEtNTEgMC04MS0yMnYyMmgtMTc3cS01NSAwLTc4LTIydjIyaC0zMTZ2LTIycS0zMSAyMi04NyAyMmgtMjA5di0yMnEtMjMgMjItOTEgMjJIOTExbC01NC01OC01MCA1OEg0NThWMjE4aDM0M2w1NSA1OSA1Mi01OWgyMTF2ODloMjFxNTkgMCA5MCAxM1YyMThoMTc0djk5aDhxOCAwIDEwLTJ0Mi0xMHYtODdoNTI5cTU3IDAgODggMjR2LTI0aDE2OHE2MCAwIDk1IDE3em0tNzU4IDIzNHEwLTIzLTEyLTQzdC0zNC0yOXEyNS05IDM0LTI2dDktNDZ2LTU0aC02NXY0NXEwIDMzLTEyIDQzLjV0LTQ2IDEwLjVoLTY5di05OWgtNjV2MjcxaDE1NHE0OCAwIDc3LTE1dDI5LTU4em0tMjc3IDQ2N3EwLTI0LTEyLjUtNDR0LTMzLjUtMjlxMjYtOSAzNC41LTI1LjV0OC41LTQ2LjV2LTUzaC02NXEwIDkgLjUgMjYuNXQwIDI1LTMgMTguNS04LjUgMTYtMTcuNSA4LjUtMjkuNSAzLjVoLTcwdi05OGgtNjR2MjcxbDE1My0xcTQ5IDAgNzgtMTQuNXQyOS01Ny41em01MjktNjA5di01NmgtMjE2djI3MWgyMTZ2LTU2aC0xNTF2LTQ5aDE0OHYtNTVoLTE0OHYtNTR6bS00MjYgNjgyVjczOGgtNjZ2MjcxaDY2em02OTMtNjUycTAtODYtMTAyLTg2aC0xMjZ2NThoMTI2cTM0IDAgMzQgMjUgMCAxNi0xNyAyMXQtNDEuNSA1LTQ5LjUgMy41LTQyIDIyLjUtMTcgNTVxMCAzOSAyNiA2MHQ2NiAyMWgxMzB2LTU3aC0xMTlxLTM2IDAtMzYtMjUgMC0xNiAxNy41LTIwLjV0NDItNCA0OS0yLjUgNDItMjEuNVQyMDY1IDM1N3ptMjM5IDUwVjMwNnEtMjQtMzUtODgtMzVoLTEyNXY1OGgxMjVxMzMgMCAzMyAyNSAwIDEzLTEyLjUgMTl0LTMxIDUuNS00MCAyLTQwIDgtMzEgMjRUMjA4MiA0NjFxMCAzOSAyNi41IDYwdDY2LjUgMjFoMTI5di01N2gtMTE4cS0zNiAwLTM2LTI1IDAtMjAgMjktMjJ0NjguNS01IDU2LjUtMjZ6bS0xNjUgNjAxVjczOGgtOTJsLTEyMiAyMDNWNzM4aC0xMzJsLTI2IDYwaC0xMzRsLTI1LTYwaC03NXEtMTI5IDAtMTI5IDEzMyAwIDEzOCAxMzMgMTM4aDYzdi01OXEtNyAwLTI4IDF0LTI4LjUuNS0yMy0yLTIxLjUtNi41LTE0LjUtMTMuNS0xMS41LTIzLTMtMzMuNXEwLTM4IDEzLjUtNTh0NDkuNS0yMGgyOWw5MiAyMTNoOTdsMTA5LTI1NnYyNTZoOTlsMTE0LTE4OHYxODhoNjZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80NjkiIHVuaWNvZGU9Iu+HtCIgaG9yaXotYWR2LXg9IjIzMDQiIGQ9Ik03NDUgNjMwcTAtMzctMjUuNS02MS41VDY1NyA1NDRxLTI5IDAtNDYuNSAxNlQ1OTMgNjA0cTAgMzcgMjUgNjIuNXQ2MiAyNS41cTI4IDAgNDYuNS0xNi41VDc0NSA2MzB6bTc4NSAxNDlxMC00Mi0yMi01N3QtNjYtMTVsLTMyLTEgMTcgMTA3cTIgMTEgMTMgMTFoMThxMjIgMCAzNS0ydDI1LTEyLjUgMTItMzAuNXptMzUxLTE0OXEwLTM2LTI1LjUtNjF0LTYxLjUtMjVxLTI5IDAtNDcgMTZ0LTE4IDQ0cTAgMzcgMjUgNjIuNXQ2MiAyNS41cTI4IDAgNDYuNS0xNi41VDE4ODEgNjMwek01MTMgODAxcTAgNTktMzguNSA4NS41VDM3NCA5MTNIMjE0cS0xOSAwLTIxLTE5bC02NS00MDhxLTEtNiAzLTExdDEwLTVoNzZxMjAgMCAyMiAxOWwxOCAxMTBxMSA4IDcgMTN0MTUgNi41IDE3IDEuNSAxOS0xIDE0LTFxODYgMCAxMzUgNDguNVQ1MTMgODAxem0zMDktMzEybDQxIDI2MXExIDYtMyAxMXQtMTAgNWgtNzZxLTE0IDAtMTctMzMtMjcgNDAtOTUgNDAtNzIgMC0xMjIuNS01NFQ0ODkgNTkycTAtNTkgMzQuNS05NHQ5Mi41LTM1cTI4IDAgNTggMTJ0NDggMzJxLTQtMTItNC0yMSAwLTE2IDEzLTE2aDY5cTE5IDAgMjIgMTl6bTQ0NyAyNjNxMCA1LTQgOS41dC05IDQuNWgtNzdxLTExIDAtMTgtMTBsLTEwNi0xNTYtNDQgMTUwcS01IDE2LTIyIDE2aC03NXEtNSAwLTktNC41dC00LTkuNXEwLTIgMTkuNS01OXQ0Mi0xMjMgMjMuNS03MHEtODItMTEyLTgyLTEyMCAwLTEzIDEzLTEzaDc3cTExIDAgMTggMTBsMjU1IDM2OHEyIDIgMiA3em0zODAgNDlxMCA1OS0zOC41IDg1LjVUMTUxMCA5MTNoLTE1OXEtMjAgMC0yMi0xOWwtNjUtNDA4cS0xLTYgMy0xMXQxMC01aDgycTEyIDAgMTYgMTNsMTggMTE2cTEgOCA3IDEzdDE1IDYuNSAxNyAxLjUgMTktMSAxNC0xcTg2IDAgMTM1IDQ4LjV0NDkgMTM0LjV6bTMwOS0zMTJsNDEgMjYxcTEgNi0zIDExdC0xMCA1aC03NnEtMTQgMC0xNy0zMy0yNiA0MC05NSA0MC03MiAwLTEyMi41LTU0VDE2MjUgNTkycTAtNTkgMzQuNS05NHQ5Mi41LTM1cTI5IDAgNTkgMTJ0NDcgMzJxMC0xLTItOXQtMi0xMnEwLTE2IDEzLTE2aDY5cTE5IDAgMjIgMTl6bTIxOCA0MDl2MXEwIDE0LTEzIDE0aC03NHEtMTEgMC0xMy0xMWwtNjUtNDE2LTEtMnEwLTUgNC05LjV0MTAtNC41aDY2cTE5IDAgMjEgMTl6TTM5MiA3NjRxLTUtMzUtMjYtNDZ0LTYwLTExbC0zMy0xIDE3IDEwN3EyIDExIDEzIDExaDE5cTQwIDAgNTgtMTEuNXQxMi00OC41em0xOTEyIDUxNlYwcTAtNTItMzgtOTB0LTkwLTM4SDEyOHEtNTIgMC05MCAzOFQwIDB2MTI4MHEwIDUyIDM4IDkwdDkwIDM4aDIwNDhxNTIgMCA5MC0zOHQzOC05MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQ3MCIgdW5pY29kZT0i74e1IiBob3Jpei1hZHYteD0iMjMwNCIgZD0iTTE1OTcgNjMzcTAtNjktMjEtMTA2LTE5LTM1LTUyLTM1LTIzIDAtNDEgOXYyMjRxMjkgMzAgNTcgMzAgNTcgMCA1Ny0xMjJ6bTQzOCAzNmgtMTEwcTYgOTggNTYgOTggNTEgMCA1NC05OHpNNDc2IDUzNHEwIDU5LTMzIDkxLjVUMzQyIDY4M3EtMzYgMTMtNTIgMjR0LTE2IDI1cTAgMjYgMzggMjYgNTggMCAxMjQtMzNsMTggMTEycS02NyAzMi0xNDkgMzItNzcgMC0xMjMtMzgtNDgtMzktNDgtMTA5IDAtNTggMzIuNS05MC41VDI2NiA1NzVxMzktMTQgNTQuNS0yNS41VDMzNiA1MjJxMC0zMS00OC0zMS0yOSAwLTcwIDEyLjVUMTQ2IDUzNGwtMTgtMTEzcTcyLTQxIDE2OC00MSA4MSAwIDEyOSAzNyA1MSA0MSA1MSAxMTd6bTI5NSAyMTVsMTkgMTExaC05NnYxMzVsLTEyOS0yMS0xOC0xMTQtNDYtOC0xNy0xMDNoNjJWNTMwcTAtODQgNDQtMTIwIDM4LTMwIDExMS0zMCAzMiAwIDc5IDExdjExOHEtMzItNy00NC03LTQyIDAtNDIgNTB2MTk3aDc3em0zMTYtMjV2MTM5cS0xNSAzLTI4IDMtMzIgMC01NS41LTE2VDk3MCA4MDRsLTEwIDU2SDgyOVYzODloMTUwdjMwNnEyNiAzMSA4MiAzMSAxNiAwIDI2LTJ6bTM3LTMzNWgxNTB2NDcxaC0xNTBWMzg5em02MjIgMjQ5cTAgMTIyLTQ1IDE3OS00MCA1Mi0xMTEgNTItNjQgMC0xMTctNTZsLTggNDdoLTEzMlYyMTVsMTUwIDI1djE1MXEzNi0xMSA2OC0xMSA4MyAwIDEzNCA1NiA2MSA2NSA2MSAyMDJ6bS00NjggMzQ4cTAgMzMtMjMgNTZ0LTU2IDIzLTU2LTIzLTIzLTU2IDIzLTU2LjUgNTYtMjMuNSA1NiAyMy41IDIzIDU2LjV6bTg5OC0zNTdxMCAxMTMtNDggMTc2LTUwIDY0LTE0NCA2NC05NiAwLTE1MS41LTY2VDE3NzcgNjIzcTAtMTI4IDYzLTE4OCA1NS01NSAxNjEtNTUgMTAxIDAgMTYwIDQwbC0xNiAxMDNxLTU3LTMxLTEyOC0zMS00MyAwLTYzIDE5LTIzIDE5LTI4IDY2aDI0OHEyIDE0IDIgNTJ6bTEyOCA2NTFWMHEwLTUyLTM4LTkwdC05MC0zOEgxMjhxLTUyIDAtOTAgMzhUMCAwdjEyODBxMCA1MiAzOCA5MHQ5MCAzOGgyMDQ4cTUyIDAgOTAtMzh0MzgtOTB6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80NzEiIHVuaWNvZGU9Iu+HtiIgaG9yaXotYWR2LXg9IjIwNDgiIGQ9Ik0xNTU4IDY4NHE2MS0zNTYgMjk4LTU1NiAwLTUyLTM4LTkwdC05MC0zOGgtNDQ4cTAtMTA2LTc1LTE4MXQtMTgxLTc1LTE4MC41IDc0LjVUNzY4LTF6bS01MzQtODYwcTE2IDAgMTYgMTZ0LTE2IDE2cS01OSAwLTEwMS41IDQyLjVUODgwIDBxMCAxNi0xNiAxNlQ4NDggMHEwLTczIDUxLjUtMTI0LjVUMTAyNC0xNzZ6bTEwMDIgMTYwMHE4LTEwIDcuNS0yMy41VDIwMjMgMTM3OEwxNTEtMjQ0cS0xMC04LTIzLjUtN1QxMDYtMjQwbC04NCA5NnEtOCAxMC03LjUgMjMuNVQyNS05OUwyMTEgNjJxLTE5IDMyLTE5IDY2IDUwIDQyIDkxIDg4dDg1IDExOS41VDQ0Mi41IDQ5NHQ1MCAyMDZUNTEyIDk2MHEwIDE1MiAxMTcgMjgyLjVUOTM2IDE0MDFxLTggMTktOCAzOSAwIDQwIDI4IDY4dDY4IDI4IDY4LTI4IDI4LTY4cTAtMjAtOC0zOSAxMjQtMTggMjE5LTgyLjV0MTQ4LTE1Ny41bDQxOCAzNjNxMTAgOCAyMy41IDd0MjEuNS0xMXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQ3MiIgdW5pY29kZT0i74e3IiBob3Jpei1hZHYteD0iMjA0OCIgZD0iTTEwNDAtMTYwcTAgMTYtMTYgMTYtNTkgMC0xMDEuNSA0Mi41VDg4MCAwcTAgMTYtMTYgMTZUODQ4IDBxMC03MyA1MS41LTEyNC41VDEwMjQtMTc2cTE2IDAgMTYgMTZ6TTUwMyAzMTVsODc3IDc2MHEtNDIgODgtMTMyLjUgMTQ2LjVUMTAyNCAxMjgwcS05MyAwLTE2OS41LTMxLjVUNzMzIDExNjh0LTY5LTEwMy0yNC0xMDVxMC0zODQtMTM3LTY0NXptMTM1My0xODdxMC01Mi0zOC05MHQtOTAtMzhoLTQ0OHEwLTEwNi03NS0xODF0LTE4MS03NS0xODAuNSA3NC41VDc2OC0xbDE0OSAxMjloNzU3cS0xNjYgMTg3LTIyNyA0NTlsMTExIDk3cTYxLTM1NiAyOTgtNTU2em04NiAxMzkybDg0LTk2cTgtMTAgNy41LTIzLjVUMjAyMyAxMzc4TDE1MS0yNDRxLTEwLTgtMjMuNS03VDEwNi0yNDBsLTg0IDk2cS04IDEwLTcuNSAyMy41VDI1LTk5TDIxMSA2MnEtMTkgMzItMTkgNjYgNTAgNDIgOTEgODh0ODUgMTE5LjVUNDQyLjUgNDk0dDUwIDIwNlQ1MTIgOTYwcTAgMTUyIDExNyAyODIuNVQ5MzYgMTQwMXEtOCAxOS04IDM5IDAgNDAgMjggNjh0NjggMjggNjgtMjggMjgtNjhxMC0yMC04LTM5IDEyNC0xOCAyMTktODIuNXQxNDgtMTU3LjVsNDE4IDM2M3ExMCA4IDIzLjUgN3QyMS41LTExeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDczIiB1bmljb2RlPSLvh7giIGhvcml6LWFkdi14PSIxNDA4IiBkPSJNNTEyIDE2MHY3MDRxMCAxNC05IDIzdC0yMyA5aC02NHEtMTQgMC0yMy05dC05LTIzVjE2MHEwLTE0IDktMjN0MjMtOWg2NHExNCAwIDIzIDl0OSAyM3ptMjU2IDB2NzA0cTAgMTQtOSAyM3QtMjMgOWgtNjRxLTE0IDAtMjMtOXQtOS0yM1YxNjBxMC0xNCA5LTIzdDIzLTloNjRxMTQgMCAyMyA5dDkgMjN6bTI1NiAwdjcwNHEwIDE0LTkgMjN0LTIzIDloLTY0cS0xNCAwLTIzLTl0LTktMjNWMTYwcTAtMTQgOS0yM3QyMy05aDY0cTE0IDAgMjMgOXQ5IDIzem0tNTQ0IDk5Mmg0NDhsLTQ4IDExN3EtNyA5LTE3IDExSDU0NnEtMTAtMi0xNy0xMXptOTI4LTMydi02NHEwLTE0LTktMjN0LTIzLTloLTk2Vjc2cTAtODMtNDctMTQzLjVUMTEyMC0xMjhIMjg4cS02NiAwLTExMyA1OC41VDEyOCA3MnY5NTJIMzJxLTE0IDAtMjMgOXQtOSAyM3Y2NHEwIDE0IDkgMjN0MjMgOWgzMDlsNzAgMTY3cTE1IDM3IDU0IDYzdDc5IDI2aDMyMHE0MCAwIDc5LTI2dDU0LTYzbDcwLTE2N2gzMDlxMTQgMCAyMy05dDktMjN6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80NzQiIHVuaWNvZGU9Iu+HuSIgZD0iTTExNTAgNDYyVjM1M3EwLTUwLTM2LjUtODl0LTk0LTYwLjUtMTE4LTMyLjVUNzg0IDE2MHEtMjA1IDAtMzQyLjUgMTM5VDMwNCA2NDVxMCAyMDMgMTM2IDMzOXQzMzkgMTM2cTM0IDAgNzUuNS00LjV0OTMtMTggOTIuNS0zNCA2OS01Ni41IDI4LTgxVjgxN3EwLTE2LTE2LTE2aC0xMThxLTE2IDAtMTYgMTZ2NzBxMCA0My02NS41IDY3LjVUNzg0IDk3OXEtMTQwIDAtMjI4LjUtOTEuNVQ0NjcgNjUwcTAtMTUxIDkxLjUtMjQ5LjVUNzkyIDMwMnE2OCAwIDEzOCAyNHQ3MCA2NnY3MHEwIDcgNC41IDExLjV0MTAuNSA0LjVoMTE5cTYgMCAxMS00LjV0NS0xMS41em0tMzgyIDgxOHEtMTMwIDAtMjQ4LjUtNTF0LTIwNC0xMzYuNS0xMzYuNS0yMDRUMTI4IDY0MHQ1MS0yNDguNSAxMzYuNS0yMDRUNTE5LjUgNTEgNzY4IDB0MjQ4LjUgNTEgMjA0IDEzNi41IDEzNi41IDIwNCA1MSAyNDguNS01MSAyNDguNS0xMzYuNSAyMDQtMjA0IDEzNi41LTI0OC41IDUxem03NjgtNjQwcTAtMjA5LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh0Mzg1LjUtMTAzIDI3OS41LTI3OS41VDE1MzYgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDc1IiB1bmljb2RlPSLvh7oiIGQ9Ik05NzIgNzYxcTAgMTA4LTUzLjUgMTY5VDc3MSA5OTFxLTYzIDAtMTI0LTMwLjVUNTM3IDg3NnQtNzkuNS0xMzdUNDI3IDU1OXEwLTExMiA1My41LTE3M1Q2MzEgMzI1cTk2IDAgMTc2IDY2LjV0MTIyLjUgMTY2VDk3MiA3NjF6bTU2NC0xMjFxMC0xMTEtMzctMTk3dC05OC41LTEzNS0xMzEuNS03NC41LTE0NS0yNy41cS02IDAtMTUuNS0uNXQtMTYuNS0uNXEtOTUgMC0xNDIgNTMtMjggMzMtMzMgODMtNTItNjYtMTMxLjUtMTEwVDYxMiAxODdxLTE2MSAwLTI0OS41IDk1LjVUMjc0IDU1MnEwIDE1NyA2NiAyOTB0MTc5IDIxMC41IDI0NiA3Ny41cTg3IDAgMTU1LTM1LjV0MTA2LTk5LjVsMiAxOSAxMSA1NnExIDYgNS41IDEydDkuNSA2aDExOHE1IDAgMTMtMTEgNS01IDMtMTZsLTEyMC02MTRxLTUtMjQtNS00OCAwLTM5IDEyLjUtNTJ0NDQuNS0xM3EyOCAxIDU3IDUuNXQ3MyAyNCA3NyA1MCA1NyA4OS41IDI0IDEzN3EwIDI5Mi0xNzQgNDY2dC00NjYgMTc0cS0xMzAgMC0yNDguNS01MXQtMjA0LTEzNi41LTEzNi41LTIwNFQxMjggNjQwdDUxLTI0OC41IDEzNi41LTIwNFQ1MTkuNSA1MSA3NjggMHEyMjggMCA0MDUgMTQ0IDExIDkgMjQgOHQyMS0xMmw0MS00OXE4LTEyIDctMjQtMi0xMy0xMi0yMi0xMDItODMtMjI3LjUtMTI4VDc2OC0xMjhxLTE1NiAwLTI5OCA2MVQyMjUgOTcgNjEgMzQyIDAgNjQwdDYxIDI5OCAxNjQgMjQ1IDI0NSAxNjQgMjk4IDYxcTM0NCAwIDU1Ni0yMTJ0MjEyLTU1NnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQ3NiIgdW5pY29kZT0i74e7IiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE2OTggMTQ0MnE5NC05NCA5NC0yMjYuNVQxNjk4IDk5MGwtMjI1LTIyMyAxMDQtMTA0cTEwLTEwIDEwLTIzdC0xMC0yM2wtMjEwLTIxMHEtMTAtMTAtMjMtMTB0LTIzIDEwbC0xMDUgMTA1TDYxMy05MXEtMzctMzctOTAtMzdIMzIwTDY0LTI1NiAwLTE5MiAxMjggNjR2MjAzcTAgNTMgMzcgOTBsNjAzIDYwMy0xMDUgMTA1cS0xMCAxMC0xMCAyM3QxMCAyM2wyMTAgMjEwcTEwIDEwIDIzIDEwdDIzLTEwbDEwNC0xMDQgMjIzIDIyNXE5MyA5NCAyMjUuNSA5NHQyMjYuNS05NHpNNTEyIDY0bDU3NiA1NzYtMTkyIDE5Mi01NzYtNTc2VjY0aDE5MnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iZjFmYyIgdW5pY29kZT0i74e8IiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE2MTUgMTUzNnE3MCAwIDEyMi41LTQ2LjVUMTc5MCAxMzczcTAtNjMtNDUtMTUxLTMzMi02MjktNDY1LTc1Mi05Ny05MS0yMTgtOTEtMTI2IDAtMjE2LjUgOTIuNVQ3NTUgNjkxcTAgMTI4IDkyIDIxMmw2MzggNTc5cTU5IDU0IDEzMCA1NHpNNzA2IDUwMnEzOS03NiAxMDYuNS0xMzBUOTYzIDI5NmwxLTcxcTQtMjEzLTEyOS41LTM0N1Q0ODYtMjU2cS0xMjMgMC0yMTggNDYuNVQxMTUuNS04MiAyOSAxMDEgMCAzMjFxNy01IDQxLTMwdDYyLTQ0LjUgNTktMzYuNSA0Ni0xN3E0MSAwIDU1IDM3IDI1IDY2IDU3LjUgMTEyLjV0NjkuNSA3NiA4OCA0Ny41IDEwMyAyNS41VDcwNiA1MDJ6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80NzgiIHVuaWNvZGU9Iu+HvSIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNzkyIDEyOHYtMzg0SDB2Mzg0cTQ1IDAgODUgMTR0NTkgMjcuNSA0NyAzNy41cTMwIDI3IDUxLjUgMzh0NTYuNSAxMXEyNCAwIDQ0LTd0MzEtMTUgMzMtMjdxMjktMjUgNDctMzh0NTgtMjcgODYtMTRxNDUgMCA4NSAxNC41dDU4IDI3IDQ4IDM3LjVxMjEgMTkgMzIuNSAyN3QzMSAxNSA0My41IDdxMzUgMCA1Ni41LTExdDUxLjUtMzhxMjgtMjQgNDctMzcuNXQ1OS0yNy41IDg1LTE0IDg1IDE0IDU5IDI3LjUgNDcgMzcuNXEzMCAyNyA1MS41IDM4dDU2LjUgMTFxMzQgMCA1NS41LTExdDUxLjUtMzhxMjgtMjQgNDctMzcuNXQ1OS0yNy41IDg1LTE0em0wIDMyMFYyNTZxLTI0IDAtNDQgN3QtMzEgMTUtMzMgMjdxLTI5IDI1LTQ3IDM4dC01OCAyNy04NSAxNHEtNDYgMC04Ni0xNHQtNTgtMjctNDctMzhxLTIyLTE5LTMzLTI3dC0zMS0xNS00NC03cS0zNSAwLTU2LjUgMTF0LTUxLjUgMzhxLTI5IDI1LTQ3IDM4dC01OCAyNy04NiAxNHEtNDUgMC04NS0xNC41dC01OC0yNy00OC0zNy41cS0yMS0xOS0zMi41LTI3dC0zMS0xNS00My41LTdxLTM1IDAtNTYuNSAxMVQ0OTAgMzA1cS0yOCAyNC00NyAzNy41VDM4NCAzNzB0LTg1IDE0cS00NiAwLTg2LTE0dC01OC0yNy00Ny0zOHEtMzAtMjctNTEuNS0zOFQwIDI1NnYxOTJxMCA4MCA1NiAxMzZ0MTM2IDU2aDY0djQ0OGgyNTZWNjQwaDI1NnY0NDhoMjU2VjY0MGgyNTZ2NDQ4aDI1NlY2NDBoNjRxODAgMCAxMzYtNTZ0NTYtMTM2ek01MTIgMTMxMnEwLTc3LTM2LTExOC41dC05Mi00MS41cS01MyAwLTkwLjUgMzcuNVQyNTYgMTI4MHEwIDI5IDkuNSA1MXQyMy41IDM0IDMxIDI4IDMxIDMxLjUgMjMuNSA0NC41IDkuNSA2N3EzOCAwIDgzLTc0dDQ1LTE1MHptNTEyIDBxMC03Ny0zNi0xMTguNXQtOTItNDEuNXEtNTMgMC05MC41IDM3LjVUNzY4IDEyODBxMCAyOSA5LjUgNTF0MjMuNSAzNCAzMSAyOCAzMSAzMS41IDIzLjUgNDQuNSA5LjUgNjdxMzggMCA4My03NHQ0NS0xNTB6bTUxMiAwcTAtNzctMzYtMTE4LjV0LTkyLTQxLjVxLTUzIDAtOTAuNSAzNy41VDEyODAgMTI4MHEwIDI5IDkuNSA1MXQyMy41IDM0IDMxIDI4IDMxIDMxLjUgMjMuNSA0NC41IDkuNSA2N3EzOCAwIDgzLTc0dDQ1LTE1MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQ3OSIgdW5pY29kZT0i74e+IiBob3Jpei1hZHYteD0iMjA0OCIgZD0iTTIwNDggMHYtMTI4SDB2MTUzNmgxMjhWMGgxOTIwem0tMzg0IDEwMjRsMjU2LTg5NkgyNTZ2NTc2bDQ0OCA1NzYgNTc2LTU3NnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQ4MCIgdW5pY29kZT0i74iAIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTc2OCA2NDZsNTQ2LTU0NlExMjA4LTggMTA2Ni41LTY4VDc2OC0xMjhxLTIwOSAwLTM4NS41IDEwM1QxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDhWNjQ2em0xODctNmg3NzNxMC0xNTctNjAtMjk4LjVUMTUwMCA5NHptNzA5IDEyOEg4OTZ2NzY4cTIwOSAwIDM4NS41LTEwM3QyNzkuNS0yNzkuNVQxNjY0IDc2OHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQ4MSIgdW5pY29kZT0i74iBIiBob3Jpei1hZHYteD0iMjA0OCIgZD0iTTIwNDggMHYtMTI4SDB2MTUzNmgxMjhWMGgxOTIwem0tMTI4IDEyNDhWODEzcTAtMjEtMTkuNS0yOS41VDE4NjUgNzkxbC0xMjEgMTIxLTYzMy02MzNxLTEwLTEwLTIzLTEwdC0yMyAxMEw4MzIgNTEyIDQxNiA5NiAyMjQgMjg4bDU4NSA1ODVxMTAgMTAgMjMgMTB0MjMtMTBsMjMzLTIzMyA0NjQgNDY0LTEyMSAxMjFxLTE2IDE2LTcuNSAzNS41dDI5LjUgMTkuNWg0MzVxMTQgMCAyMy05dDktMjN6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80ODIiIHVuaWNvZGU9Iu+IgiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xMjkyIDgzMnEwLTYgMTAtNDEgMTAtMjkgMjUtNDkuNXQ0MS0zNCA0NC0yMCA1NS0xNi41cTMyNS05MSAzMjUtMzMyIDAtMTQ2LTEwNS41LTI0Mi41VDE0MzIgMHEtNTkgMC0xMTEuNSAxOC41VDEyMjkgNjR0LTc3IDc0LjUtNjMgODcuNS01My41IDEwMy41LTQzLjUgMTAzVDk1Mi41IDUzOSA5MTcgNjM0cS0zMiA4MS02MS41IDEzMy41VDc4MiA4NjR0LTEwNCA2NC0xNDIgMjBxLTk2IDAtMTgzLTU1LjVUMjE1IDc0OHQtNTEtMTg1cTAtMTYwIDEwNi41LTI3OS41VDUzNCAxNjRxMTc3IDAgMjU4IDk1IDU2IDYzIDgzIDExNmw4NC0xNTJxLTE1LTM0LTQ0LTcwbDEtMVE3ODUgMCA1MjggMCAzODEgMCAyNTguNSA3OVQ2OCAyODYuNSAwIDU2MXEwIDEwNSA0My41IDIwNnQxMTYgMTc2LjUgMTcyIDEyMS41IDIwNC41IDQ2cTg3IDAgMTU5LTE5dDEyMy41LTUwIDk1LTgwIDcyLjUtOTkgNTguNS0xMTcgNTAuNS0xMjQuNSA1MC0xMzAuNSA1NS0xMjdxOTYtMjAwIDIzMy0yMDAgODEgMCAxMzguNSA0OC41VDE2MjkgMzQxcTAgNDItMTkgNzJ0LTUwLjUgNDYtNzIuNSAzMS41LTg0LjUgMjctODcuNSAzNC04MSA1Mi02NSA4Mi0zOSAxMjIuNXEtMyAxNi0zIDMzIDAgMTEwIDg3LjUgMTkydDE5OC41IDc4cTc4LTMgMTIwLjUtMTQuNXQ5MC41LTUzLjVoLTFxMTItMTEgMjMtMjQuNXQyNi0zNiAxOS0yNy41bC0xMjktOTlxLTI2IDQ5LTU0IDcwdjFxLTIzIDIxLTk3IDIxLTQ5IDAtODQtMzN0LTM1LTgzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDgzIiB1bmljb2RlPSLviIMiIGQ9Ik0xNDMyIDQ4NHEwIDE3My0yMzQgMjM5LTM1IDEwLTUzIDE2LjV0LTM4IDI1LTI5IDQ2LjVxMCAyLTIgOC41dC0zIDEyLTEgNy41cTAgMzYgMjQuNSA1OS41VDExNTcgOTIycTU0IDAgNzEtMTVoLTFxMjAtMTUgMzktNTFsOTMgNzFxLTM5IDU0LTQ5IDY0LTMzIDI5LTY3LjUgMzl0LTg1LjUgMTBxLTgwIDAtMTQyLTU3LjVUOTUzIDg0NXEwLTcgMi0yMyAxNi05NiA2NC41LTE0MHQxNDguNS03M3EyOS04IDQ5LTE1LjV0NDUtMjEuNSAzOC41LTM0LjVUMTMxNCA0OTF2LTVxMS01OC00MC41LTkzVDExNzMgMzU4cS05NyAwLTE2NyAxNDQtMjMgNDctNTEuNSAxMjEuNXQtNDggMTI1LjUtNTQgMTEwLjUtNzQgOTUuNS0xMDMuNSA2MC41LTE0NyAyNC41cS0xMDEgMC0xOTItNTZUMTkyIDgzNnQtNTAtMTkydi0xcTQtMTA4IDUwLjUtMTk5VDMyNiAyOTYuNSA1MjIgMjQwcTE4NiAwIDI3OSAxMTAgMjAgMjcgMzEgNTFsLTYwIDEwOXEtNDItODAtOTktMTE2dC0xNDYtMzZxLTExNSAwLTE5MSA4N3QtNzYgMjA0cTAgMTA1IDgyIDE4OXQxODYgODRxMTEyIDAgMTcwLTUzLjVUODAyIDY5NnE4LTIxIDI1LjUtNjguNVQ4NTYgNTUxdDMxLjUtNzQuNSAzOC41LTc0IDQ1LjUtNjIuNSA1NS41LTUzLjUgNjYtMzMgODAtMTMuNXExMDcgMCAxODMgNjkuNXQ3NiAxNzQuNXptMTA0IDYzNlYxNjBxMC0xMTktODQuNS0yMDMuNVQxMjQ4LTEyOEgyODhxLTExOSAwLTIwMy41IDg0LjVUMCAxNjB2OTYwcTAgMTE5IDg0LjUgMjAzLjVUMjg4IDE0MDhoOTYwcTExOSAwIDIwMy41LTg0LjVUMTUzNiAxMTIweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDg0IiB1bmljb2RlPSLviIQiIGhvcml6LWFkdi14PSIyMDQ4IiBkPSJNMTE1MiA2NDBxMCAxMDQtNDAuNSAxOTguNVQxMDAyIDEwMDJ0LTE2My41IDEwOS41VDY0MCAxMTUydC0xOTguNS00MC41VDI3OCAxMDAyIDE2OC41IDgzOC41IDEyOCA2NDB0NDAuNS0xOTguNVQyNzggMjc4dDE2My41LTEwOS41VDY0MCAxMjh0MTk4LjUgNDAuNVQxMDAyIDI3OHQxMDkuNSAxNjMuNVQxMTUyIDY0MHptNzY4IDBxMCAxMDQtNDAuNSAxOTguNVQxNzcwIDEwMDJ0LTE2My41IDEwOS41VDE0MDggMTE1MmgtMzg2cTExOS05MCAxODguNS0yMjR0NjkuNS0yODgtNjkuNS0yODhUMTAyMiAxMjhoMzg2cTEwNCAwIDE5OC41IDQwLjVUMTc3MCAyNzh0MTA5LjUgMTYzLjVUMTkyMCA2NDB6bTEyOCAwcTAtMTMwLTUxLTI0OC41dC0xMzYuNS0yMDQtMjA0LTEzNi41VDE0MDggMEg2NDBRNTEwIDAgMzkxLjUgNTF0LTIwNCAxMzYuNVQ1MSAzOTEuNSAwIDY0MHQ1MSAyNDguNSAxMzYuNSAyMDQgMjA0IDEzNi41IDI0OC41IDUxaDc2OHExMzAgMCAyNDguNS01MXQyMDQtMTM2LjUgMTM2LjUtMjA0IDUxLTI0OC41eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDg1IiB1bmljb2RlPSLviIUiIGhvcml6LWFkdi14PSIyMDQ4IiBkPSJNMCA2NDBxMCAxMzAgNTEgMjQ4LjV0MTM2LjUgMjA0IDIwNCAxMzYuNSAyNDguNSA1MWg3NjhxMTMwIDAgMjQ4LjUtNTF0MjA0LTEzNi41IDEzNi41LTIwNCA1MS0yNDguNS01MS0yNDguNS0xMzYuNS0yMDQtMjA0LTEzNi41VDE0MDggMEg2NDBRNTEwIDAgMzkxLjUgNTF0LTIwNCAxMzYuNVQ1MSAzOTEuNSAwIDY0MHptMTQwOC01MTJxMTA0IDAgMTk4LjUgNDAuNVQxNzcwIDI3OHQxMDkuNSAxNjMuNVQxOTIwIDY0MHQtNDAuNSAxOTguNVQxNzcwIDEwMDJ0LTE2My41IDEwOS41VDE0MDggMTE1MnQtMTk4LjUtNDAuNVQxMDQ2IDEwMDIgOTM2LjUgODM4LjUgODk2IDY0MHQ0MC41LTE5OC41VDEwNDYgMjc4dDE2My41LTEwOS41VDE0MDggMTI4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDg2IiB1bmljb2RlPSLviIYiIGhvcml6LWFkdi14PSIyMzA0IiBkPSJNNzYyIDM4NEg0NDhxLTQwIDAtNTcuNSAzNXQ2LjUgNjdsMTg4IDI1MXEtNjUgMzEtMTM3IDMxLTEzMiAwLTIyNi05NHQtOTQtMjI2IDk0LTIyNiAyMjYtOTRxMTE1IDAgMjAzIDcyLjVUNzYyIDM4NHpNNTc2IDUxMmgxODZxLTE4IDg1LTc1IDE0OHptNDgwIDBsMjg4IDM4NEg4NjRsLTk5LTEzMnExMDUtMTAzIDEyNi0yNTJoMTY1em0xMTIwLTY0cTAgMTMyLTk0IDIyNnQtMjI2IDk0cS02MCAwLTEyMS0yNGwxNzQtMjYwcTE1LTIzIDEwLTQ5dC0yNy00MHEtMTUtMTEtMzYtMTEtMzUgMC01MyAyOWwtMTc0IDI2MHEtOTMtOTUtOTMtMjI1IDAtMTMyIDk0LTIyNnQyMjYtOTQgMjI2IDk0IDk0IDIyNnptMTI4IDBxMC0xODUtMTMxLjUtMzE2LjVUMTg1NiAwdC0zMTYuNSAxMzEuNVQxNDA4IDQ0OHEwIDk3IDM5LjUgMTgzLjVUMTU1NyA3ODFsLTY1IDk4LTM1My00NjlxLTE4LTI2LTUxLTI2SDg5MXEtMjMtMTY0LTE0OS0yNzRUNDQ4IDBRMjYzIDAgMTMxLjUgMTMxLjVUMCA0NDh0MTMxLjUgMzE2LjVUNDQ4IDg5NnExMTQgMCAyMTUtNTVsMTM3IDE4M0g1NzZxLTI2IDAtNDUgMTl0LTE5IDQ1IDE5IDQ1IDQ1IDE5aDM4NHYtMTI4aDQzNWwtODUgMTI4aC0yMjJxLTI2IDAtNDUgMTl0LTE5IDQ1IDE5IDQ1IDQ1IDE5aDI1NnEzMyAwIDUzLTI4bDI2Ny00MDBxOTEgNDQgMTkyIDQ0IDE4NSAwIDMxNi41LTEzMS41VDIzMDQgNDQ4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDg3IiB1bmljb2RlPSLviIciIGQ9Ik0zODQgMzIwcTAgNTMtMzcuNSA5MC41VDI1NiA0NDh0LTkwLjUtMzcuNVQxMjggMzIwdDM3LjUtOTAuNVQyNTYgMTkydDkwLjUgMzcuNVQzODQgMzIwem0xMDI0IDBxMCA1My0zNy41IDkwLjVUMTI4MCA0NDh0LTkwLjUtMzcuNVQxMTUyIDMyMHQzNy41LTkwLjVUMTI4MCAxOTJ0OTAuNSAzNy41VDE0MDggMzIwem0tNDYgMzk2bC03MiAzODRxLTUgMjMtMjIuNSAzNy41VDEyMjcgMTE1MkgzMDlxLTIzIDAtNDAuNS0xNC41VDI0NiAxMTAwbC03Mi0zODRxLTUtMzAgMTQtNTN0NDktMjNoMTA2MnEzMCAwIDQ5IDIzdDE0IDUzem0tMjI2IDYxMnEwIDIwLTE0IDM0dC0zNCAxNEg0NDhxLTIwIDAtMzQtMTR0LTE0LTM0IDE0LTM0IDM0LTE0aDY0MHEyMCAwIDM0IDE0dDE0IDM0em00MDAtNzI1VjBoLTEyOHYtMTI4cTAtNTMtMzcuNS05MC41VDEyODAtMjU2dC05MC41IDM3LjVUMTE1Mi0xMjhWMEgzODR2LTEyOHEwLTUzLTM3LjUtOTAuNVQyNTYtMjU2dC05MC41IDM3LjVUMTI4LTEyOFYwSDB2NjAzcTAgMTEyIDI1IDIyM2wxMDMgNDU0cTkgNzggOTcuNSAxMzd0MjMwIDg5IDMxMi41IDMwIDMxMi41LTMwIDIzMC04OSA5Ny41LTEzN2wxMDUtNDU0cTIzLTEwMiAyMy0yMjN6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80ODgiIHVuaWNvZGU9Iu+IiCIgaG9yaXotYWR2LXg9IjIwNDgiIGQ9Ik0xNDYzIDcwNHEwLTM1LTI1LTYwLjV0LTYxLTI1LjVINjc1cS0zNiAwLTYxIDI1LjVUNTg5IDcwNHQyNSA2MC41IDYxIDI1LjVoNzAycTM2IDAgNjEtMjUuNXQyNS02MC41em0yMTQgMHEwIDg2LTIzIDE3MEg2NzJxLTM2IDAtNjEgMjV0LTI1IDYwcTAgMzYgMjUgNjF0NjEgMjVoOTA4cS04OCAxNDMtMjM1IDIyN3QtMzIwIDg0cS0xNzcgMC0zMjcuNS04Ny41dC0yMzgtMjM3LjVUMzcyIDcwNHEwLTg2IDIzLTE3MGg5ODJxMzYgMCA2MS0yNXQyNS02MHEwLTM2LTI1LTYxdC02MS0yNUg0NjlxODgtMTQzIDIzNS41LTIyN1QxMDI1IDUycTEzMiAwIDI1MyA1MS41dDIwOCAxMzkgMTM5IDIwOCA1MiAyNTMuNXptMzcxIDI1NXEwLTM1LTI1LTYwdC02MS0yNWgtMTMxcTE3LTg1IDE3LTE3MCAwLTE2Ny02NS41LTMxOS41dC0xNzUuNS0yNjMtMjYyLjUtMTc2VDEwMjUtMTIwcS0yNDYgMC00NDguNSAxMzNUMjc1IDM2M0g4NnEtMzYgMC02MSAyNVQwIDQ0OXEwIDM1IDI1IDYwdDYxIDI1aDEzMnEtMTcgODUtMTcgMTcwIDAgMTY3IDY1LjUgMzE5LjV0MTc1LjUgMjYzIDI2Mi41IDE3NlQxMDI1IDE1MjhxMjQ1IDAgNDQ3LjUtMTMzdDMwMS41LTM1MGgxODhxMzYgMCA2MS0yNXQyNS02MXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQ4OSIgdW5pY29kZT0i74iJIiBob3Jpei1hZHYteD0iMTI4MCIgZD0iTTk1MyAxMTU4TDgzOSA4MzBsMTE3LTIxcTE2NSA0NTEgMTY1IDUxOCAwIDU2LTM4IDU2LTU3IDAtMTMwLTIyNXpNNjU0IDQ3MWwzMy04OHEzNyA0MiA3MSA2N2wtMzMgNS41LTM4LjUgN0w2NTQgNDcxem0tMjkyIDg5NnEwLTk4IDE1OS01MjEgMTcgMTAgNDkgMTAgMTUgMCA3NS01bC0xMjEgMzUxcS03NSAyMjAtMTIzIDIyMC0xOSAwLTI5LTE3LjV0LTEwLTM3LjV6bS03OS03NTlxMC0zNiA1MS41LTExOVQ0NTIgMzM2dDEwMC03MHExNCAwIDI1LjUgMTN0MTEuNSAyN3EwIDI0LTMyIDEwMi0xMyAzMi0zMiA3MnQtNDcuNSA4OS02MS41IDgxLTYyIDMycS0yMCAwLTQ1LjUtMjdUMjgzIDYwOHpNMTI1IDI3M3EwLTQxIDI1LTEwNFEyMDkgMjQgMzMzLjUtNThUNjE1LTE0MHEyMjcgMCAzODIgMTcwIDE1MiAxNjkgMTUyIDQyNyAwIDQzLTEgNjd0LTExLjUgNjItMzAuNSA1NnEtNTYgNDktMjExLjUgNzUuNVQ2MjQgNzQ0cS0zNyAwLTQ5LTExLTEyLTUtMTItMzUgMC0zNCAyMS41LTYwdDU1LjUtNDAgNzcuNS0yMy41VDgwNSA1NjN0ODUtNCA3MCAwaDIzcTI0IDAgNDAtMTkgMTUtMTkgMTktNTUtMjgtMjgtOTYtNTQtNjEtMjItOTMtNDYtNjQtNDYtMTA4LjUtMTE0VDcwMCAxMzRxMC0zMSAxOC41LTg4LjVUNzM3LTQybC0zLTEycS00LTEyLTQtMTQtMTM3IDEwLTE0NiAyMTYtOC0yLTQxLTIgMi03IDItMjEgMC01My00MC41LTg5LjVUNDEwLTFxLTgyIDAtMTY2LjUgNzhUMTU5IDIzNnEwIDM0IDMzIDY3IDUyLTY0IDYwLTc2IDc3LTEwNCAxMzMtMTA0IDEyIDAgMjYuNSA4LjVUNDI2IDE1MnEwIDM0LTg3LjUgMTQ1VDIyMiA0MDhxLTQzIDAtNzAtNDQuNVQxMjUgMjczem0tMTE0LTlxMCAxMDEgNDIuNSAxNjNUMTkwIDUxNXEtMjggNzQtMjggMTA0IDAgNjIgNjEgMTIzdDEyMiA2MXEyOSAwIDcwLTE1LTE2MyA0NjItMTYzIDU2NyAwIDgwIDQxIDEzMC41dDExOSA1MC41cTEzMSAwIDMyNS01ODEgNi0xNyA4LTIzIDYgMTYgMjkgNzkuNXQ0My41IDExOC41IDU0IDEyNy41IDY0LjUgMTIzIDcwLjUgODYuNSA3Ni41IDM2cTcxIDAgMTEyLTQ5dDQxLTEyMnEwLTEwOC0xNTktNTUwIDYxLTE1IDEwMC41LTQ2dDU4LjUtNzggMjYtOTMuNSA3LTExMC41cTAtMTUwLTQ3LTI4MFQxMDkwLTUxIDg3OS0yMDF0LTI3OC01NXEtMTExIDAtMjIzIDQyLTE0OSA1Ny0yNTggMTkxLjVUMTEgMjY0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDkwIiB1bmljb2RlPSLviIoiIGhvcml6LWFkdi14PSIyMDQ4IiBkPSJNNzg1IDUyOGgyMDdxLTE0LTE1OC05OC41LTI0OC41VDY3OSAxODlxLTE2MiAwLTI1NC41IDExNlQzMzIgNjIxcTAgMTk0IDkzIDMxMS41VDY1OCAxMDUwcTE0OCAwIDIzMi04N3Q5Ny0yNDdINzg0cS01IDY0LTM1LjUgOTlUNjY3IDg1MHEtNTcgMC04OC41LTYwLjVUNTQ3IDYxMnEwLTQ4IDUtODR0MTgtNjkuNSA0MC01MS41IDY2LTE4cTk1IDAgMTA5IDEzOXptNzEyIDBoMjA2cS0xNC0xNTgtOTgtMjQ4LjVUMTM5MSAxODlxLTE2MiAwLTI1NC41IDExNlQxMDQ0IDYyMXEwIDE5NCA5MyAzMTEuNXQyMzMgMTE3LjVxMTQ4IDAgMjMyLTg3dDk3LTI0N2gtMjA0cS00IDY0LTM1IDk5dC04MSAzNXEtNTcgMC04OC41LTYwLjVUMTI1OSA2MTJxMC00OCA1LTg0dDE4LTY5LjUgMzkuNS01MS41IDY1LjUtMThxNDkgMCA3Ni41IDM4dDMzLjUgMTAxem0zNTkgMTE5cTAgMjA3LTE1LjUgMzA3dC02MC41IDE2MXEtNiA4LTEzLjUgMTR0LTIxLjUgMTUtMTYgMTFxLTg2IDYzLTY5NyA2My02MjUgMC03MTAtNjMtNS00LTE3LjUtMTEuNXQtMjEtMTRUMjY5IDExMTVxLTQ1LTYwLTYwLTE1OS41VDE5NCA2NDdxMC0yMDggMTUtMzA3LjVUMjY5IDE3OXE2LTggMTUtMTV0MjAuNS0xNCAxNy41LTEycTQ0LTMzIDIzOS41LTQ5VDEwMzIgNzNxNjEwIDAgNjk3IDY1IDUgNCAxNyAxMXQyMC41IDE0IDEzLjUgMTZxNDYgNjAgNjEgMTU5dDE1IDMwOXptMTkyIDc2MVYtMTI4SDB2MTUzNmgyMDQ4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDkxIiB1bmljb2RlPSLviIsiIGQ9Ik05OTIgOTEyVjQxNnEwLTE0LTktMjN0LTIzLTlIODAwcS0xNCAwLTIzIDl0LTkgMjN2NDk2cTAgMTEyLTgwIDE5MnQtMTkyIDgwSDIyNFYzMnEwLTE0LTktMjN0LTIzLTlIMzJRMTggMCA5IDlUMCAzMnYxMzQ0cTAgMTQgOSAyM3QyMyA5aDQ2NHExMzUgMCAyNDktNjYuNVQ5MjUuNSAxMTYxIDk5MiA5MTJ6bTM4NCA0NjRWNDk2cTAtMTM1LTY2LjUtMjQ5VDExMjkgNjYuNSA4ODAgMEg0MTZxLTE0IDAtMjMgOXQtOSAyM3Y5NjBxMCAxNCA5IDIzdDIzIDloMTYwcTE0IDAgMjMtOXQ5LTIzVjIyNGgyNzJxMTEyIDAgMTkyIDgwdDgwIDE5MnY4ODBxMCAxNCA5IDIzdDIzIDloMTYwcTE0IDAgMjMtOXQ5LTIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDkyIiB1bmljb2RlPSLviIwiIGQ9Ik0xMzExIDY5NFY1ODBxMC0yNC0xMy41LTM4dC0zNy41LTE0aC0yMDJxLTI0IDAtMzggMTR0LTE0IDM4djExNHEwIDI0IDE0IDM4dDM4IDE0aDIwMnEyNCAwIDM3LjUtMTR0MTMuNS0zOHpNODIxIDQ2NHYyNTBxMCA1My0zMi41IDg1LjVUNzAzIDgzMkg1NzBxLTY4IDAtOTYtNTItMjggNTItOTYgNTJIMjQ4cS01MyAwLTg1LjUtMzIuNVQxMzAgNzE0VjQ2NHEwLTIyIDIxLTIyaDU1cTIyIDAgMjIgMjJ2MjMwcTAgMjQgMTMuNSAzOHQzOC41IDE0aDk0cTI0IDAgMzgtMTR0MTQtMzhWNDY0cTAtMjIgMjEtMjJoNTRxMjIgMCAyMiAyMnYyMzBxMCAyNCAxNCAzOHQzOCAxNGg5N3EyNCAwIDM3LjUtMTR0MTMuNS0zOFY0NjRxMC0yMiAyMi0yMmg1NXEyMSAwIDIxIDIyem01ODkgOTZ2MTU0cTAgNTMtMzMgODUuNXQtODYgMzIuNWgtMjY0cS01MyAwLTg2LTMyLjVUOTA4IDcxNFYzMDRxMC0yMSAyMi0yMWg1NXEyMSAwIDIxIDIxdjE4MHEzMS00MiA5NC00MmgxOTFxNTMgMCA4NiAzMi41dDMzIDg1LjV6bTEyNiA2MTZWMTA0cTAtOTYtNjgtMTY0dC0xNjQtNjhIMjMycS05NiAwLTE2NCA2OFQwIDEwNHYxMDcycTAgOTYgNjggMTY0dDE2NCA2OGgxMDcycTk2IDAgMTY0LTY4dDY4LTE2NHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQ5MyIgdW5pY29kZT0i74iNIiBkPSJNOTE1IDQ1MEg2MjFsMTQ3IDU1MXptODYtMzIyaDMxMUw5ODggMTE1Mkg1NDhMMjI0IDEyOGgzMTFsMzgzIDMxNHptNTM1IDk5MlYxNjBxMC0xMTgtODUtMjAzdC0yMDMtODVIMjg4cS0xMTggMC0yMDMgODVUMCAxNjB2OTYwcTAgMTE4IDg1IDIwM3QyMDMgODVoOTYwcTExOCAwIDIwMy04NXQ4NS0yMDN6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80OTQiIHVuaWNvZGU9Iu+IjiIgaG9yaXotYWR2LXg9IjIwNDgiIGQ9Ik0yMDQ4IDY0MXEwLTIxLTEzLTM2LjV0LTMzLTE5LjVsLTIwNS0zNTZxMy05IDMtMTggMC0yMC0xMi41LTM1LjVUMTc1NSAxNTZsLTE5My0zMzdxMy04IDMtMTYgMC0yMy0xNi41LTQwdC00MC41LTE3cS0yNSAwLTQxIDE4aC00MDBxLTE3LTIwLTQzLTIwdC00MyAyMEg1ODJxLTE3LTIwLTQzLTIwLTIzIDAtNDAgMTYuNVQ0ODItMTk5cTAgOCA0IDIwTDI5MyAxNTZxLTIwIDQtMzIuNSAxOS41VDI0OCAyMTFxMCA5IDMgMThMNDUgNTg1cS0yMCA1LTMyLjUgMjAuNVQwIDY0MXEwIDIxIDEzLjUgMzYuNVQ0NyA2OTdsMTk5IDM0NHEwIDEtLjUgM3QtLjUgM3EwIDM2IDM0IDUxbDIwOSAzNjNxLTQgMTAtNCAxOCAwIDI0IDE3IDQwLjV0NDAgMTYuNXEyNiAwIDQ0LTIxaDM5NnExNiAyMSA0MyAyMXQ0My0yMWgzOThxMTggMjEgNDQgMjEgMjMgMCA0MC0xNi41dDE3LTQwLjVxMC02LTQtMThsMjA3LTM1OHEyMy0xIDM5LTE3LjV0MTYtMzguNXEwLTEzLTctMjdsMTg3LTMyNHExOS00IDMxLjUtMTkuNVQyMDQ4IDY0MXptLTk4NS03OTloMzg5bC0zNDIgMzU0SDk2N0w2MjUtMTU4aDM2MHExOCAxNiAzOSAxNnQzOS0xNnpNMTEyIDY1NHExLTQgMS0xMyAwLTEwLTItMTVsMjA4LTM2MCAxNS02IDE4OCAxOTl2MzQ3bC0xODcgMTk0cS0xMy04LTI5LTEwem04NzQgNzg0SDU5OGwxOTAtMjAwIDU1NCAyMDBoLTI4MHEtMTYtMTYtMzgtMTZ0LTM4IDE2em03MDMtMTIxMnExIDYgNSAxMWwtNjQgNjgtMTctNzloNzZ6bS0xMDYgMGwyMiAxMDUtMjUyIDI2Ni0yOTYtMzA3IDYzLTY0aDQ2M3ptLTg4LTM2OGwxNiAyOCA2NSAzMTBoLTQyN2wzMzMtMzQzcTggNCAxMyA1em0tOTE3LTE2aDVsMzQyIDM1NEg1NTJ2LTMzNWw0LTZxMTQtNSAyMi0xM3ptLTI2IDM4NGg0MDJsNjQgNjYtMzA5IDMyMS0xNTctMTY2VjIyNnptLTE5MyAwaDE2M3YxODlMMzU0IDIzOHE0LTggNS0xMnptLTEgODI1cTAtMSAuNS0ydC41LTJxMC0xNi04LTI5bDE3MS0xNzd2MjY5em0xOTQgNzBWODEwbDE1My0xNTcgMjk3IDMxNC0yMjMgMjM2em00IDMwNGwtNC04di0yNjRsMjA1IDc0LTE5MSAyMDFxLTYtMi0xMC0zem04OTEgMTNoLTE2bC02MjEtMjI0IDIxMy0yMjV6bS00MjQtNDkyTDcyNiA2MzFsMzExLTMxOSAyOTYgMzA3ek02ODggNjM0TDU1MiA3NzVWNDkxem0zNTAtMzY0bC00Mi00NGg4NXptMzM2IDM0OGwyMzgtMjUxIDEzMiA2MjQtMyA1LTEgMXptMzQ0IDQwMHEtOCAxMy04IDI5djJsLTIxNiAzNzZxLTUgMS0xMyA1bC00MzctNDYzIDMxMC0zMjd6TTUyMiAxMTQydjIyM2wtMTYzLTI4MnptMC05NDZIMzU5TDUyMi04N3YyODN6bTEwODUgMGwtNDgtMjI3IDEzMCAyMjdoLTgyem0xMjIgNzBsMjA3IDM2MXEtMiAxMC0yIDE0IDAgMSAzIDE2bC0xNzEgMjk2LTEyOS02MTIgNzctODJxNSAzIDE1IDd6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImYyMTAiIHVuaWNvZGU9Iu+IkCIgZD0iTTAgODU2cTAgMTMxIDkxLjUgMjI2LjVUMzE0IDExNzhoNzQybDM1MiAzNThWNjZxMC0xMzItOTEuNS0yMjdUMTA5NC0yNTZIMzE0cS0xMzEgMC0yMjIuNSA5NVQwIDY2djc5MHptMTIzMi03NTRsLTE3NiAxODB2NDI1cTAgNDYtMzIgNzl0LTc4IDMzSDQ2MnEtNDYgMC03OC0zM3QtMzItNzlWMjE1cTAtNDYgMzIuNS03OS41VDQ2MiAxMDJoNzcweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNDk2IiB1bmljb2RlPSLviJEiIGQ9Ik05MzQgMTM4NnEtMzE3LTEyMS01NTYtMzYyLjVUMjAgNDYzUTAgNTUyIDAgNjM5cTAgMjA4IDEwMi41IDM4NC41dDI3OC41IDI3OVQ3NjUgMTQwNXE4MiAwIDE2OS0xOXptMjY5LTExOXE5My02NSAxNjQtMTU1LTM4OS0xMTMtNjc0LjUtNDAwLjVUMjk2IDM1cS05MyA3Mi0xNTUgMTYyIDExMiAzODYgMzk1IDY3MXQ2NjcgMzk5ek00NzAtNjdxMTE1IDM1NiAzNzkuNSA2MjJUMTQ2OSA5MzlxNDAtOTIgNTQtMTk1LTI5Mi0xMjAtNTE2LTM0NVQ2NjQtMTE5cS0xMDMgMTQtMTk0IDUyem0xMDY2LTU4cS0xOTMgNTAtMzY3IDExNS0xMzUtODQtMjkwLTEwNyAxMDkgMjA1IDI3NCAzNzAuNVQxNTIyIDUyOXEtMjEtMTUyLTEwMS0yODQgNjUtMTc1IDExNS0zNzB6Ii8+PGdseXBoIGdseXBoLW5hbWU9ImYyMTIiIHVuaWNvZGU9Iu+IkiIgaG9yaXotYWR2LXg9IjIwNDgiIGQ9Ik0xODkzIDExNDRsMTU1LTEyNzJxLTEzMSAwLTI1NyA1Ny0yMDAgOTEtMzkzIDkxLTIyNiAwLTM3NC0xNDhRODc2IDIwIDY1MCAyMHEtMTkzIDAtMzkzLTkxLTEyOC01Ny0yNTItNTdIMGwxNTUgMTI3MnEyMjQgMTI3IDQ4MiAxMjcgMjMzIDAgMzg3LTEwNiAxNTQgMTA2IDM4NyAxMDYgMjU4IDAgNDgyLTEyN3ptLTQ5NS05ODdxMTI5IDAgMjMyLTI4LjVUMTg5MCAzNWwtMTI0IDEwMjFxLTE3MSA3OC0zNjggNzgtMjI0IDAtMzc0LTE0MS0xNTAgMTQxLTM3NCAxNDEtMTk3IDAtMzY4LTc4TDE1OCAzNXExMDUgNDMgMTY1LjUgNjVUNDcyIDEzOS41IDY1MCAxNTdxMjAyIDAgMzc0LTEwOCAxNzIgMTA4IDM3NCAxMDh6bTQwIDM0bC01NSA5MDdxLTIxMS00LTM1OS0xNTUtMTUyIDE1NS0zNzQgMTU1LTE3NiAwLTMzNi02NkwyMDAgOTFxMTI0IDUxIDIyOC41IDc2VDY1MCAxOTJxMjA5IDAgMzc0LTEwMiAxNzIgMTA3IDM3NCAxMDJ6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il80OTgiIHVuaWNvZGU9Iu+IkyIgaG9yaXotYWR2LXg9IjIwNDgiIGQ9Ik0xNTAwIDE2NXY3MzNxMCAyMS0xNSAzNnQtMzUgMTVoLTkzcS0yMCAwLTM1LTE1dC0xNS0zNlYxNjVxMC0yMCAxNS0zNXQzNS0xNWg5M3EyMCAwIDM1IDE1dDE1IDM1em0tMjg0IDB2NTMxcTAgMjAtMTUgMzV0LTM1IDE1aC0xMDFxLTIwIDAtMzUtMTV0LTE1LTM1VjE2NXEwLTIwIDE1LTM1dDM1LTE1aDEwMXEyMCAwIDM1IDE1dDE1IDM1em0tMjkyIDB2NDI5cTAgMjAtMTUgMzV0LTM1IDE1SDc3M3EtMjAgMC0zNS0xNXQtMTUtMzVWMTY1cTAtMjAgMTUtMzV0MzUtMTVoMTAxcTIwIDAgMzUgMTV0MTUgMzV6bS0yOTIgMHYzNjJxMCAyMC0xNSAzNXQtMzUgMTVINDgxcS0yMCAwLTM1LTE1dC0xNS0zNVYxNjVxMC0yMCAxNS0zNXQzNS0xNWgxMDFxMjAgMCAzNSAxNXQxNSAzNXptMTQxNiAxNDZxMC0xNjYtMTE4LTI4NFQxNjQ2LTkxSDQwMlEyMzYtOTEgMTE4IDI3VDAgMzExcTAgMTE2IDYzIDIxNC41VDIzMSA2NzRxLTEwIDM0LTEwIDczIDAgMTEzIDgwLjUgMTkzLjVUNDk1IDEwMjFxMTAyIDAgMTgwLTY3IDQ1IDE4MyAxOTQgMzAwdDMzOCAxMTdxMTQ5IDAgMjc1LTczLjV0MTk5LjUtMTk5LjUgNzMuNS0yNzVxMC02Ni0xNC0xMjIgMTM1LTMzIDIyMS0xNDIuNXQ4Ni0yNDcuNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzQ5OSIgdW5pY29kZT0i74iUIiBkPSJNMCAxNTM2aDE1MzZWMTQ0TDc2MC0xOTQgMCAxNDR2MTM5MnpNMTQzNiAyMDl2OTI2SDEwMFYyMDlMNzYxLTg1em0wIDEwMjZ2MjAxSDEwMHYtMjAxaDEzMzZ6TTE4MSA5MzdWODIyaC0zN3YxMTVoMzd6bTAtMTQ4VjY3NGgtMzd2MTE1aDM3em0wLTE0OFY1MjZoLTM3djExNWgzN3ptMC0xNDhWMzc4aC0zN3YxMTVoMzd6bTAtMTQ4VjIzMGgtMzd2MTE1aDM3em0yNi0xNDNsMTUgMzQgMTA1LTQ3LTE1LTMzem0xMzYtNjBsMTUgMzQgMTA1LTQ2LTE1LTM0em0xMzUtNjBsMTUgMzQgMTA1LTQ2LTE1LTM0em0xMzYtNTlsMTUgMzMgMTA0LTQ2LTE1LTM0em0xODMtMTNsMTA1IDQ2IDE1LTMzLTEwNS00N3ptMTM1IDYwbDEwNSA0NiAxNS0zNC0xMDUtNDZ6bTEzNiA2MGwxMDUgNDYgMTUtMzQtMTA1LTQ2em0xMzUgNTlsMTA1IDQ3IDE1LTM0LTEwNS00NnpNMjU5IDEzODl2LTM2SDE0NXYzNmgxMTR6bTE2MiAwdi0zNkgzMDZ2MzZoMTE1em0xNjIgMHYtMzZINDY4djM2aDExNXptMTYxIDB2LTM2SDYzMHYzNmgxMTR6bTE2MiAwdi0zNkg3OTJ2MzZoMTE0em0xNjIgMHYtMzZIOTUzdjM2aDExNXptMTYyIDB2LTM2aC0xMTV2MzZoMTE1em0xNjEgMHYtMzZoLTExNHYzNmgxMTR6TTE4MSAxMDQ5di03OWgtMzd2MTE1aDExNXYtMzZoLTc4em0yNDAgMzZ2LTM2SDMwNnYzNmgxMTV6bTE2MiAwdi0zNkg0Njh2MzZoMTE1em0xNjEgMHYtMzZINjMwdjM2aDExNHptMTYyIDB2LTM2SDc5MnYzNmgxMTR6bTE2MiAwdi0zNkg5NTN2MzZoMTE1em0xNjIgMHYtMzZoLTExNXYzNmgxMTV6bTEyNS0xMTV2NzloLTc4djM2aDExNVY5NzBoLTM3em0wLTE0OHYxMTVoMzdWODIyaC0zN3ptMC0xNDh2MTE1aDM3VjY3NGgtMzd6bTAtMTQ4djExNWgzN1Y1MjZoLTM3em0wLTE0OHYxMTVoMzdWMzc4aC0zN3ptMC0xNDh2MTE1aDM3VjIzMGgtMzd6bS01OTUgMzVxLTEyOSAwLTIyMSA5MS41VDQ0NyA1NzhxMCAxMjkgOTIgMjIxdDIyMSA5MnExMzAgMCAyMjEuNS05MnQ5MS41LTIyMXEwLTEzMC05MS41LTIyMS41VDc2MCAyNjV6TTU5NSA2NDZxMC0zNiAxOS41LTU2LjV0NDkuNS0yNSA2NC03IDY0LTIgNDkuNS05VDg2MSA1MTZxMC00OS0xMTItNDktOTcgMC0xMjMgNTFoLTNsLTMxLTYzcTY3LTQyIDE2Mi00MiAyOSAwIDU2LjUgNXQ1NS41IDE2IDQ1LjUgMzMgMTcuNSA1M3EwIDQ2LTI3LjUgNjkuNXQtNjcuNSAyNy03OS41IDMtNjcgNVQ2NjAgNjUwcTAgMjEgMjAuNSAzM3Q0MC41IDE1IDQxIDNxMzQgMCA3MC41LTExdDUxLjUtMzRoM2wzMCA1OHEtMyAxLTIxIDguNXQtMjIuNSA5LTE5LjUgNy0yMiA3LTIwIDQuNS0yNCA0LTIzIDFxLTI5IDAtNTYuNS01dC01NC0xNi41LTQzLTM0VDU5NSA2NDZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81MDAiIHVuaWNvZGU9Iu+IlSIgaG9yaXotYWR2LXg9IjIwNDgiIGQ9Ik04NjMgNTA0cTAgMTEyLTc5LjUgMTkxLjVUNTkyIDc3NXQtMTkxLTc5LjVUMzIyIDUwNHQ3OS0xOTEgMTkxLTc5IDE5MS41IDc5VDg2MyA1MDR6bTg2MyAxcTAgMTEyLTc5IDE5MXQtMTkxIDc5LTE5MS41LTc5LTc5LjUtMTkxcTAtMTEzIDc5LjUtMTkydDE5MS41LTc5IDE5MSA3OS41IDc5IDE5MS41em0zMjIgODA5Vi0zNHEwLTQ0LTMxLjUtNzUuNVQxOTQwLTE0MUgxMDhxLTQ1IDAtNzYuNSAzMS41VDAtMzR2MTM0OHEwIDQ0IDMxLjUgNzUuNVQxMDggMTQyMWg0MzFxNDQgMCA3Ni0zMS41dDMyLTc1LjV2LTE2MWg3NTR2MTYxcTAgNDQgMzIgNzUuNXQ3NiAzMS41aDQzMXE0NSAwIDc2LjUtMzEuNXQzMS41LTc1LjV6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81MDEiIHVuaWNvZGU9Iu+IliIgaG9yaXotYWR2LXg9IjIwNDgiIGQ9Ik0xNDMwIDk1M3ptMjYwLTIwNHExNDggMCAyNTMtOTguNVQyMDQ4IDQwNnEwLTE1Ny0xMDktMjYxLjVUMTY3MiA0MHEtODUgMC0xNjIgMjcuNVQxMzcyIDE0MXQtMTE4IDEwNi0xMDkgMTI2LTEwMy41IDEzMi41VDkzMyA2MzIgODE2IDczOHQtMTM2IDczLjVUNTIxIDgzOXEtMTU0IDAtMjUxLjUtOTEuNVQxNzIgNTAzcTAtMTU3IDEwNC0yNTB0MjYzLTkzcTEwMCAwIDIwOCAzNy41VDk0MCAyOTZxNSA0IDIxIDE4LjV0MzAgMjQgMjIgOS41cTE0IDAgMjQuNS0xMC41VDEwNDggMzEzcTAtMjQtNjAtNzctMTAxLTg4LTIzNC41LTE0MlQ0OTMgNDBxLTEzMyAwLTI0NS41IDU4dC0xODAgMTY1VDAgNTA0cTAgMjA1IDE0MS41IDM0MVQ0ODkgOTgxcTEyMCAwIDIyNi41LTQzLjV0MTg1LjUtMTEzIDE1MS41LTE1MyAxMzktMTY3LjVUMTMyNSAzNTAuNXQxNDkuNS0xMTNUMTY0NyAxOTRxMTAyIDAgMTY4LjUgNjEuNVQxODgyIDQxOHEwIDk1LTY0LjUgMTU5VDE2NTggNjQxcS0zMCAwLTgxLjUtMTguNVQxNTA4IDYwNHEtMjAgMC0zNS41IDE1dC0xNS41IDM1cTAgMTggOC41IDU3dDguNSA1OXEwIDE1OS0xMDcuNSAyNjNUMTEwMCAxMTM3cS01OCAwLTExMS41LTE4LjV0LTg0LTQwLjUtNTUuNS00MC41LTMzLTE4LjVxLTE1IDAtMjUuNSAxMC41VDc4MCAxMDU1cTAgMTkgMjUgNDYgNTkgNjcgMTQ3IDEwMy41dDE4MiAzNi41cTE5MSAwIDMxOC0xMjUuNVQxNTc5IDgwMHEwLTM3LTQtNjYgNTcgMTUgMTE1IDE1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTAyIiB1bmljb2RlPSLviJciIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNMTIxNiA4MzJxMCAyNi0xOSA0NXQtNDUgMTloLTEyOHYxMjhxMCAyNi0xOSA0NXQtNDUgMTktNDUtMTktMTktNDVWODk2SDc2OHEtMjYgMC00NS0xOXQtMTktNDUgMTktNDUgNDUtMTloMTI4VjY0MHEwLTI2IDE5LTQ1dDQ1LTE5IDQ1IDE5IDE5IDQ1djEyOGgxMjhxMjYgMCA0NSAxOXQxOSA0NXpNNjQwIDBxMC01My0zNy41LTkwLjVUNTEyLTEyOHQtOTAuNSAzNy41VDM4NCAwdDM3LjUgOTAuNVQ1MTIgMTI4dDkwLjUtMzcuNVQ2NDAgMHptODk2IDBxMC01My0zNy41LTkwLjVUMTQwOC0xMjh0LTkwLjUgMzcuNVQxMjgwIDB0MzcuNSA5MC41VDE0MDggMTI4dDkwLjUtMzcuNVQxNTM2IDB6bTEyOCAxMDg4VjU3NnEwLTI0LTE2LTQyLjV0LTQxLTIxLjVMNTYzIDM5MHExLTcgNC41LTIxLjV0Ni0yNi41IDIuNS0yMnEwLTE2LTI0LTY0aDkyMHEyNiAwIDQ1LTE5dDE5LTQ1LTE5LTQ1LTQ1LTE5SDQ0OHEtMjYgMC00NSAxOXQtMTkgNDVxMCAxNCAxMSAzOS41dDI5LjUgNTkuNSAyMC41IDM4bC0xNzcgODIzSDY0cS0yNiAwLTQ1IDE5dC0xOSA0NSAxOSA0NSA0NSAxOWgyNTZxMTYgMCAyOC41LTYuNXQyMC0xNS41IDEzLTI0LjUgNy41LTI2LjUgNS41LTI5LjUgNC41LTI1LjVoMTIwMXEyNiAwIDQ1LTE5dDE5LTQ1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTAzIiB1bmljb2RlPSLviJgiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNMTI4MCA4MzJxMCAyNi0xOSA0NXQtNDUgMTktNDUtMTlsLTE0Ny0xNDZ2MjkzcTAgMjYtMTkgNDV0LTQ1IDE5LTQ1LTE5LTE5LTQ1VjczMUw3NDkgODc3cS0xOSAxOS00NSAxOXQtNDUtMTktMTktNDUgMTktNDVsMjU2LTI1NnExOS0xOSA0NS0xOXQ0NSAxOWwyNTYgMjU2cTE5IDE5IDE5IDQ1ek02NDAgMHEwLTUzLTM3LjUtOTAuNVQ1MTItMTI4dC05MC41IDM3LjVUMzg0IDB0MzcuNSA5MC41VDUxMiAxMjh0OTAuNS0zNy41VDY0MCAwem04OTYgMHEwLTUzLTM3LjUtOTAuNVQxNDA4LTEyOHQtOTAuNSAzNy41VDEyODAgMHQzNy41IDkwLjVUMTQwOCAxMjh0OTAuNS0zNy41VDE1MzYgMHptMTI4IDEwODhWNTc2cTAtMjQtMTYtNDIuNXQtNDEtMjEuNUw1NjMgMzkwcTEtNyA0LjUtMjEuNXQ2LTI2LjUgMi41LTIycTAtMTYtMjQtNjRoOTIwcTI2IDAgNDUtMTl0MTktNDUtMTktNDUtNDUtMTlINDQ4cS0yNiAwLTQ1IDE5dC0xOSA0NXEwIDE0IDExIDM5LjV0MjkuNSA1OS41IDIwLjUgMzhsLTE3NyA4MjNINjRxLTI2IDAtNDUgMTl0LTE5IDQ1IDE5IDQ1IDQ1IDE5aDI1NnExNiAwIDI4LjUtNi41dDIwLTE1LjUgMTMtMjQuNSA3LjUtMjYuNSA1LjUtMjkuNSA0LjUtMjUuNWgxMjAxcTI2IDAgNDUtMTl0MTktNDV6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81MDQiIHVuaWNvZGU9Iu+ImSIgaG9yaXotYWR2LXg9IjIwNDgiIGQ9Ik0yMTIgNzY4bDYyMy02NjUtMzAwIDY2NUgyMTJ6TTEwMjQtNGwzNDkgNzcySDY3NXpNNTM4IDg5NmwyMDQgMzg0SDQ4MEwxOTIgODk2aDM0NnptNjc1LTc5M2w2MjMgNjY1aC0zMjN6TTY4MyA4OTZoNjgybC0yMDQgMzg0SDg4N3ptODI3IDBoMzQ2bC0yODggMzg0aC0yNjJ6bTE0MSA0ODZsMzg0LTUxMnExNC0xOCAxMy00MS41dC0xNy00MC41TDEwNzEtMjM2cS0xOC0yMC00Ny0yMHQtNDcgMjBMMTcgNzg4UTEgODA1IDAgODI4LjVUMTMgODcwbDM4NCA1MTJxMTggMjYgNTEgMjZoMTE1MnEzMyAwIDUxLTI2eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTA1IiB1bmljb2RlPSLviJoiIGhvcml6LWFkdi14PSIyMDQ4IiBkPSJNMTgxMS0xOXExOSAxOSA0NSAxOXQ0NS0xOWwxMjgtMTI4LTkwLTkwLTgzIDgzLTgzLTgzcS0xOC0xOS00NS0xOXQtNDUgMTlsLTgzIDgzLTgzLTgzcS0xOS0xOS00NS0xOXQtNDUgMTlsLTgzIDgzLTgzLTgzcS0xOS0xOS00NS0xOXQtNDUgMTlsLTgzIDgzLTgzLTgzcS0xOS0xOS00NS0xOXQtNDUgMTlsLTgzIDgzLTgzLTgzcS0xOS0xOS00NS0xOXQtNDUgMTlsLTgzIDgzLTgzLTgzcS0xOS0xOS00NS0xOXQtNDUgMTlsLTgzIDgzLTgzLTgzcS0xOS0xOS00NS0xOXQtNDUgMTlMMTktMTA5bDkwIDkwIDgzLTgzIDgzIDgzcTE5IDE5IDQ1IDE5dDQ1LTE5bDgzLTgzIDgzIDgzcTE5IDE5IDQ1IDE5dDQ1LTE5bDgzLTgzIDgzIDgzcTE5IDE5IDQ1IDE5dDQ1LTE5bDgzLTgzIDgzIDgzcTE5IDE5IDQ1IDE5dDQ1LTE5bDgzLTgzIDgzIDgzcTE5IDE5IDQ1IDE5dDQ1LTE5bDgzLTgzIDgzIDgzcTE5IDE5IDQ1IDE5dDQ1LTE5bDgzLTgzek0yMzcgMTlRMjE4IDAgMTkyIDB0LTQ1IDE5TDE5IDE0N2w5MCA5MCA4My04MiA4MyA4MnExOSAxOSA0NSAxOXQ0NS0xOWw4My04MiA2NCA2NHYyOTNMMzAyIDgyNnEtMTcgMjYtNyA1Ni41dDQwIDQwLjVsMTc3IDU4djI5OWgxMjh2MTI4aDI1NnYxMjhoMjU2di0xMjhoMjU2di0xMjhoMTI4Vjk4MWwxNzctNThxMzAtMTAgNDAtNDAuNXQtNy01Ni41bC0yMTAtMzE0VjIxOWwxOSAxOHExOSAxOSA0NSAxOXQ0NS0xOWw4My04MiA4MyA4MnExOSAxOSA0NSAxOXQ0NS0xOWwxMjgtMTI4LTkwLTkwLTgzIDgzLTgzLTgzcS0xOC0xOS00NS0xOXQtNDUgMTlsLTgzIDgzLTgzLTgzcS0xOS0xOS00NS0xOXQtNDUgMTlsLTgzIDgzLTgzLTgzcS0xOS0xOS00NS0xOXQtNDUgMTlsLTgzIDgzLTgzLTgzUTk4NiAwIDk2MCAwdC00NSAxOWwtODMgODMtODMtODNRNzMwIDAgNzA0IDB0LTQ1IDE5bC04MyA4My04My04M1E0NzQgMCA0NDggMHQtNDUgMTlsLTgzIDgzem00MDMgMTEzM3YtMTI4bDM4NCAxMjggMzg0LTEyOHYxMjhoLTEyOHYxMjhINzY4di0xMjhINjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTA2IiB1bmljb2RlPSLviJsiIGQ9Ik01NzYgMGw5NiA0NDgtOTYgMTI4LTEyOCA2NHptMjU2IDBsMTI4IDY0MC0xMjgtNjQtOTYtMTI4em0xNjAgMTAxMHEtMiA0LTQgNi0xMCA4LTk2IDgtNzAgMC0xNjctMTktNy0yLTIxLTJ0LTIxIDJxLTk3IDE5LTE2NyAxOS04NiAwLTk2LTgtMi0yLTQtNiAyLTE4IDQtMjcgMi0zIDcuNS02LjVUNDM1IDk2NnEyLTQgNy41LTIwLjV0Ny0yMC41IDcuNS0xNyA4LjUtMTcgOS0xNCAxMi0xMy41IDE0LTkuNSAxNy41LTggMjAuNS00IDI0LjUtMnEzNiAwIDU5IDEyLjV0MzIuNSAzMFQ2NjkgOTE3dDExLjUgMjkuNVQ2OTggOTU5aDEycTExIDAgMTcuNS0xMi41VDczOSA5MTd0MTQuNS0zNC41IDMyLjUtMzAgNTktMTIuNXExMyAwIDI0LjUgMnQyMC41IDQgMTcuNSA4IDE0IDkuNSAxMiAxMy41IDkgMTQgOC41IDE3IDcuNSAxNyA3IDIwLjVUOTczIDk2NnEyIDcgNy41IDEwLjV0Ny41IDYuNXEyIDkgNCAyN3ptNDE2LTg3OXEwLTEyMS03My0xOTB0LTE5NC02OUgyNjdxLTEyMSAwLTE5NCA2OVQwIDEzMXEwIDYxIDQuNSAxMTh0MTkgMTI1LjVUNjEgNDk4dDYzLjUgMTAzLjVUMjE4IDY3NmwtOTAgMjIwaDIxNHEtMjIgNjQtMjIgMTI4IDAgMTIgMiAzMi0xOTQgNDAtMTk0IDk2IDAgNTcgMjEwIDk5IDE3IDYyIDUxLjUgMTM0dDcwLjUgMTE0cTMyIDM3IDc2IDM3IDMwIDAgODQtMzF0ODQtMzEgODQgMzEgODQgMzFxNDQgMCA3Ni0zNyAzNi00MiA3MC41LTExNHQ1MS41LTEzNHEyMTAtNDIgMjEwLTk5IDAtNTYtMTk0LTk2IDctODEtMjAtMTYwaDIxNGwtODItMjI1cTYzLTMzIDEwNy41LTk2LjVUMTM3MSA0MzF0MjktMTUxLjUgOC0xNDguNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzUwNyIgdW5pY29kZT0i74icIiBob3Jpei1hZHYteD0iMjMwNCIgZD0iTTIzMDEgNTAwcTEyLTEwMy0yMi0xOTguNVQyMTgwIDEzOCAyMDIxLjUgMzIgMTgyNSAxcS0xNjEgMTEtMjc5LjUgMTI1VDE0MTEgNDAwcS0xMiAxMTEgMjcuNSAyMTAuNVQxNTU3IDc4MWwtNzEgMTA3cS05Ni04MC0xNTEtMTk0dC01NS0yNDRxMC0yNy0xOC41LTQ2LjVUMTIxNiAzODRIODkxcS0yMy0xNjQtMTQ5LTI3NFQ0NDggMFEyNjMgMCAxMzEuNSAxMzEuNVQwIDQ0OHQxMzEuNSAzMTYuNVQ0NDggODk2cTc2IDAgMTUyLTI3bDI0IDQ1cS0xMjMgMTEwLTMwNCAxMTBoLTY0cS0yNiAwLTQ1IDE5dC0xOSA0NSAxOSA0NSA0NSAxOWgxMjhxNzggMCAxNDUtMTMuNXQxMTYuNS0zOC41IDcxLjUtMzkuNSA1MS0zNi41aDYyN2wtODUgMTI4aC0yMjJxLTMwIDAtNDkgMjIuNXQtMTQgNTIuNXE0IDIzIDIzIDM4dDQzIDE1aDI1M3EzMyAwIDUzLTI4bDcwLTEwNSAxMTQgMTE0cTE5IDE5IDQ2IDE5aDEwMXEyNiAwIDQ1LTE5dDE5LTQ1di0xMjhxMC0yNi0xOS00NXQtNDUtMTloLTE3OWwxMTUtMTcycTEzMSA2MyAyNzUgMzYgMTQzLTI2IDI0NC0xMzQuNVQyMzAxIDUwMHpNNDQ4IDEyOHExMTUgMCAyMDMgNzIuNVQ3NjIgMzg0SDQ0OHEtMzUgMC01NSAzMS0xOCAzMi0xIDYzbDE0NyAyNzdxLTQ3IDEzLTkxIDEzLTEzMiAwLTIyNi05NHQtOTQtMjI2IDk0LTIyNiAyMjYtOTR6bTE0MDggMHExMzIgMCAyMjYgOTR0OTQgMjI2LTk0IDIyNi0yMjYgOTRxLTYwIDAtMTIxLTI0bDE3NC0yNjBxMTUtMjMgMTAtNDl0LTI3LTQwcS0xNS0xMS0zNi0xMS0zNSAwLTUzIDI5bC0xNzQgMjYwcS05My05NS05My0yMjUgMC0xMzIgOTQtMjI2dDIyNi05NHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzUwOCIgdW5pY29kZT0i74idIiBkPSJNMTQwOCAwcTAtNjMtNjEuNS0xMTMuNXQtMTY0LTgxLTIyNS00NlQ3MDQtMjU2dC0yNTMuNSAxNS41LTIyNSA0Ni0xNjQgODFUMCAwcTAgNDkgMzMgODguNXQ5MSA2Ni41IDExOCA0NC41VDM3MyAyMjlxMjYgNSA0OC0xMC41dDI2LTQxLjVxNS0yNi0xMC41LTQ4VDM5NSAxMDNxLTU4LTEwLTEwNi0yMy41VDIxMi41IDU0IDE2NCAzMC41IDEzNi41IDExIDEyOC0xcTMtMTEgMjctMjYuNXQ3My0zM1QzNDItOTN0MTYwLjUtMjVUNzA0LTEyOHQyMDEuNSAxMFQxMDY2LTkzdDExNCAzMyA3MyAzMy41VDEyODAgMXEtMSA0LTguNSAxMVQxMjQ0IDMxdC00OC41IDIzLjUtNzYuNSAyNS0xMDYgMjMuNXEtMjYgNC00MS41IDI2VDk2MSAxNzdxNCAyNiAyNiA0MS41dDQ4IDEwLjVxNzEtMTIgMTMxLTI5LjV0MTE4LTQ0LjUgOTEtNjYuNVQxNDA4IDB6bS0zODQgODk2VjUxMnEwLTI2LTE5LTQ1dC00NS0xOWgtNjRWNjRxMC0yNi0xOS00NVQ4MzIgMEg1NzZxLTI2IDAtNDUgMTl0LTE5IDQ1djM4NGgtNjRxLTI2IDAtNDUgMTl0LTE5IDQ1djM4NHEwIDUzIDM3LjUgOTAuNVQ1MTIgMTAyNGgzODRxNTMgMCA5MC41LTM3LjVUMTAyNCA4OTZ6bS05NiAzODRxMC05My02NS41LTE1OC41VDcwNCAxMDU2dC0xNTguNSA2NS41VDQ4MCAxMjgwdDY1LjUgMTU4LjVUNzA0IDE1MDR0MTU4LjUtNjUuNVQ5MjggMTI4MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzUwOSIgdW5pY29kZT0i74ieIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTEyODAgNTEyaDMwNXEtNS02LTEwLTEwLjV0LTktNy41bC0zLTQtNjIzLTYwMHEtMTgtMTgtNDQtMTh0LTQ0IDE4TDIyOCA0OTJxLTUgMi0yMSAyMGgzNjlxMjIgMCAzOS41IDEzLjVUNjM4IDU2MGw3MCAyODEgMTkwLTY2N3E2LTIwIDIzLTMzdDM5LTEzcTIxIDAgMzggMTN0MjMgMzNsMTQ2IDQ4NSA1Ni0xMTJxMTgtMzUgNTctMzV6bTUxMiA0MjhxMC0xNDUtMTAzLTMwMGgtMzY5bC0xMTEgMjIxcS04IDE3LTI1LjUgMjd0LTM2LjUgOHEtNDUtNS01Ni00Nkw5NjIgNDIwbC0xOTYgNjg2cS02IDIwLTIzLjUgMzN0LTM5LjUgMTMtMzktMTMuNS0yMi0zNC41TDUyNiA2NDBIMTAzUTAgNzk1IDAgOTQwcTAgMjIwIDEyNyAzNDR0MzUxIDEyNHE2MiAwIDEyNi41LTIxLjV0MTIwLTU4VDgyMCAxMjYwdDc2LTY4cTM2IDM2IDc2IDY4dDk1LjUgNjguNSAxMjAgNThUMTMxNCAxNDA4cTIyNCAwIDM1MS0xMjR0MTI3LTM0NHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idmVudXMiIHVuaWNvZGU9Iu+IoSIgaG9yaXotYWR2LXg9IjEyODAiIGQ9Ik0xMTUyIDk2MHEwLTIyMS0xNDcuNS0zODQuNVQ2NDAgMzg4VjEyOGgyMjRxMTQgMCAyMy05dDktMjNWMzJxMC0xNC05LTIzdC0yMy05SDY0MHYtMjI0cTAtMTQtOS0yM3QtMjMtOWgtNjRxLTE0IDAtMjMgOXQtOSAyM1YwSDI4OHEtMTQgMC0yMyA5dC05IDIzdjY0cTAgMTQgOSAyM3QyMyA5aDIyNHYyNjBxLTE1MCAxNi0yNzEuNSAxMDN0LTE4NiAyMjRUMiAxMDA3cTExIDEzNCA4MC41IDI0OXQxODIgMTg4IDI0NS41IDg4cTE3MCAxOSAzMTktNTR0MjM2LTIxMiA4Ny0zMDZ6bS0xMDI0IDBxMC0xODUgMTMxLjUtMzE2LjVUNTc2IDUxMnQzMTYuNSAxMzEuNVQxMDI0IDk2MHQtMTMxLjUgMzE2LjVUNTc2IDE0MDh0LTMxNi41LTEzMS41VDEyOCA5NjB6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81MTEiIHVuaWNvZGU9Iu+IoiIgZD0iTTE0NzIgMTQwOHEyNiAwIDQ1LTE5dDE5LTQ1VjkyOHEwLTE0LTktMjN0LTIzLTloLTY0cS0xNCAwLTIzIDl0LTkgMjN2MjYybC0zODItMzgzcTEyNi0xNTYgMTI2LTM1OSAwLTExNy00NS41LTIyMy41dC0xMjMtMTg0LTE4NC0xMjNUNTc2LTEyOCAzNTIuNS04Mi41dC0xODQgMTIzLTEyMyAxODRUMCA0NDh0NDUuNSAyMjMuNSAxMjMgMTg0IDE4NCAxMjNUNTc2IDEwMjRxMjAzIDAgMzU5LTEyNmwzODIgMzgyaC0yNjFxLTE0IDAtMjMgOXQtOSAyM3Y2NHEwIDE0IDkgMjN0MjMgOWg0MTZ6TTU3NiAwcTE4NSAwIDMxNi41IDEzMS41VDEwMjQgNDQ4IDg5Mi41IDc2NC41IDU3NiA4OTYgMjU5LjUgNzY0LjUgMTI4IDQ0OHQxMzEuNS0zMTYuNVQ1NzYgMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzUxMiIgdW5pY29kZT0i74ijIiBob3Jpei1hZHYteD0iMTI4MCIgZD0iTTgzMCAxMjIwcTE0NS03MiAyMzMuNS0yMTAuNVQxMTUyIDcwNHEwLTIyMS0xNDcuNS0zODQuNVQ2NDAgMTMyVjBoOTZxMTQgMCAyMy05dDktMjN2LTY0cTAtMTQtOS0yM3QtMjMtOWgtOTZ2LTk2cTAtMTQtOS0yM3QtMjMtOWgtNjRxLTE0IDAtMjMgOXQtOSAyM3Y5NmgtOTZxLTE0IDAtMjMgOXQtOSAyM3Y2NHEwIDE0IDkgMjN0MjMgOWg5NnYxMzJxLTIxNyAyNC0zNjQuNSAxODcuNVQwIDcwNHEwIDE2NyA4OC41IDMwNS41VDMyMiAxMjIwcS0xNjUgOTYtMjI4IDI3My02IDE2IDMuNSAyOS41VDEyNCAxNTM2aDY5cTIxIDAgMjktMjAgNDQtMTA2IDE0MC0xNzF0MjE0LTY1IDIxNCA2NSAxNDAgMTcxcTggMjAgMzcgMjBoNjFxMTcgMCAyNi41LTEzLjV0My41LTI5LjVxLTYzLTE3Ny0yMjgtMjczek01NzYgMjU2cTE4NSAwIDMxNi41IDEzMS41VDEwMjQgNzA0dC0xMzEuNSAzMTYuNVQ1NzYgMTE1MnQtMzE2LjUtMTMxLjVUMTI4IDcwNHQxMzEuNS0zMTYuNVQ1NzYgMjU2eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTEzIiB1bmljb2RlPSLviKQiIGQ9Ik0xMDI0IDE1MDRxMCAxNCA5IDIzdDIzIDloMjg4cTI2IDAgNDUtMTl0MTktNDV2LTI4OHEwLTE0LTktMjN0LTIzLTloLTY0cS0xNCAwLTIzIDl0LTkgMjN2MTM0bC0yNTQtMjU1cTEyNi0xNTggMTI2LTM1OSAwLTIyMS0xNDcuNS0zODQuNVQ2NDAgMTMyVjBoOTZxMTQgMCAyMy05dDktMjN2LTY0cTAtMTQtOS0yM3QtMjMtOWgtOTZ2LTk2cTAtMTQtOS0yM3QtMjMtOWgtNjRxLTE0IDAtMjMgOXQtOSAyM3Y5NmgtOTZxLTE0IDAtMjMgOXQtOSAyM3Y2NHEwIDE0IDkgMjN0MjMgOWg5NnYxMzJxLTE0OSAxNi0yNzAuNSAxMDNUNTUgNDU4LjUgMiA3NTBxMTYgMjA0IDE2MCAzNTMuNVQ1MDkgMTI3NnExMTggMTQgMjI4LTE5dDE5OC0xMDNsMjU1IDI1NGgtMTM0cS0xNCAwLTIzIDl0LTkgMjN2NjR6TTU3NiAyNTZxMTg1IDAgMzE2LjUgMTMxLjVUMTAyNCA3MDR0LTEzMS41IDMxNi41VDU3NiAxMTUydC0zMTYuNS0xMzEuNVQxMjggNzA0dDEzMS41LTMxNi41VDU3NiAyNTZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81MTQiIHVuaWNvZGU9Iu+IpSIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xMjgwIDE1MDRxMCAxNCA5IDIzdDIzIDloMjg4cTI2IDAgNDUtMTl0MTktNDV2LTI4OHEwLTE0LTktMjN0LTIzLTloLTY0cS0xNCAwLTIzIDl0LTkgMjN2MTM0bC0yNTQtMjU1cTEyNi0xNTggMTI2LTM1OSAwLTIyMS0xNDcuNS0zODQuNVQ4OTYgMTMyVjBoOTZxMTQgMCAyMy05dDktMjN2LTY0cTAtMTQtOS0yM3QtMjMtOWgtOTZ2LTk2cTAtMTQtOS0yM3QtMjMtOWgtNjRxLTE0IDAtMjMgOXQtOSAyM3Y5NmgtOTZxLTE0IDAtMjMgOXQtOSAyM3Y2NHEwIDE0IDkgMjN0MjMgOWg5NnYxMzJxLTIxNyAyNC0zNjQuNSAxODcuNVQyNTYgNzA0cTAgMjAxIDEyNiAzNTlsLTUyIDUzLTEwMS0xMTFxLTktMTAtMjItMTAuNXQtMjMgNy41bC00OCA0NHEtMTAgOC0xMC41IDIxLjV0OC41IDIzLjVsMTA1IDExNS0xMTEgMTEydi0xMzRxMC0xNC05LTIzdC0yMy05SDMycS0xNCAwLTIzIDl0LTkgMjN2Mjg4cTAgMjYgMTkgNDV0NDUgMTloMjg4cTE0IDAgMjMtOXQ5LTIzdi02NHEwLTE0LTktMjN0LTIzLTlIMjE5bDEwNi0xMDcgODYgOTRxOSAxMCAyMiAxMC41dDIzLTcuNWw0OC00NHExMC04IDEwLjUtMjEuNVQ1MDYgMTMwOWwtOTAtOTkgNTctNTZxMTU4IDEyNiAzNTkgMTI2dDM1OS0xMjZsMjU1IDI1NGgtMTM0cS0xNCAwLTIzIDl0LTkgMjN2NjR6TTgzMiAyNTZxMTg1IDAgMzE2LjUgMTMxLjVUMTI4MCA3MDR0LTEzMS41IDMxNi41VDgzMiAxMTUydC0zMTYuNS0xMzEuNVQzODQgNzA0dDEzMS41LTMxNi41VDgzMiAyNTZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81MTUiIHVuaWNvZGU9Iu+IpiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNzkwIDEwMDdxMTItMTU1LTUyLjUtMjkydC0xODYtMjI0VDEyODAgMzg4VjEyOGgyMjRxMTQgMCAyMy05dDktMjNWMzJxMC0xNC05LTIzdC0yMy05aC0yMjR2LTIyNHEwLTE0LTktMjN0LTIzLTloLTY0cS0xNCAwLTIzIDl0LTkgMjNWMEg2NDB2LTIyNHEwLTE0LTktMjN0LTIzLTloLTY0cS0xNCAwLTIzIDl0LTkgMjNWMEgyODhxLTE0IDAtMjMgOXQtOSAyM3Y2NHEwIDE0IDkgMjN0MjMgOWgyMjR2MjYwcS0xNTAgMTYtMjcxLjUgMTAzdC0xODYgMjI0VDIgMTAwN3ExNyAyMDYgMTY0LjUgMzU2LjVUNTE5IDE1MzNxMjA2IDIxIDM3Ny05NCAxNzEgMTE1IDM3NyA5NCAyMDUtMTkgMzUyLjUtMTY5LjVUMTc5MCAxMDA3ek04OTYgNjQ3cTEyOCAxMzEgMTI4IDMxM3QtMTI4IDMxM3EtMTI4LTEzMS0xMjgtMzEzdDEyOC0zMTN6TTU3NiA1MTJxMTE1IDAgMjE4IDU3LTE1NCAxNjUtMTU0IDM5MSAwIDIyNCAxNTQgMzkxLTEwMyA1Ny0yMTggNTctMTg1IDAtMzE2LjUtMTMxLjVUMTI4IDk2MHQxMzEuNS0zMTYuNVQ1NzYgNTEyem01NzYtMzg0djI2MHEtMTM3IDE1LTI1NiA5NC0xMTktNzktMjU2LTk0VjEyOGg1MTJ6bTY0IDM4NHExODUgMCAzMTYuNSAxMzEuNVQxNjY0IDk2MHQtMTMxLjUgMzE2LjVUMTIxNiAxNDA4cS0xMTUgMC0yMTgtNTcgMTU0LTE2NyAxNTQtMzkxIDAtMjI2LTE1NC0zOTEgMTAzLTU3IDIxOC01N3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzUxNiIgdW5pY29kZT0i74inIiBob3Jpei1hZHYteD0iMTkyMCIgZD0iTTE1MzYgMTEyMHEwIDE0IDkgMjN0MjMgOWgyODhxMjYgMCA0NS0xOXQxOS00NVY4MDBxMC0xNC05LTIzdC0yMy05aC02NHEtMTQgMC0yMyA5dC05IDIzdjEzNGwtMjU0LTI1NXE3Ni05NSAxMDcuNS0yMTR0OS41LTI0N3EtMzEtMTgyLTE2Ni0zMTJ0LTMxOC0xNTZxLTIxMC0yOS0zODQuNSA4MFQ1NDUgMTMwcS0xMTcgNi0yMjEgNTcuNXQtMTc3LjUgMTMzVDMzIDUxMyAxIDc0M3E5IDEzNSA3OCAyNTJ0MTgyIDE5MS41IDI0OCA4OS41cTExOCAxNCAyMjcuNS0xOVQ5MzUgMTE1NGwyNTUgMjU0aC0xMzRxLTE0IDAtMjMgOXQtOSAyM3Y2NHEwIDE0IDkgMjN0MjMgOWgyODhxMjYgMCA0NS0xOXQxOS00NXYtMjg4cTAtMTQtOS0yM3QtMjMtOWgtNjRxLTE0IDAtMjMgOXQtOSAyM3YxMzRsLTI1NC0yNTVxNTktNzQgOTMtMTY5IDE4Mi05IDMyOC0xMjRsMjU1IDI1NGgtMTM0cS0xNCAwLTIzIDl0LTkgMjN2NjR6bS01MTItNDE2cTAgMjAtNCA1OC0xNjItMjUtMjcxLTE1MFQ2NDAgMzIwcTAtMjAgNC01OCAxNjIgMjUgMjcxIDE1MHQxMDkgMjkyem0tODk2IDBxMC0xNjggMTExLTI5NHQyNzYtMTQ5cS0zIDI5LTMgNTkgMCAyMTAgMTM1IDM2OS41VDk4NSA4ODZxLTUzIDEyMC0xNjMuNSAxOTNUNTc2IDExNTJxLTE4NSAwLTMxNi41LTEzMS41VDEyOCA3MDR6bTk2MC04MzJxMTg1IDAgMzE2LjUgMTMxLjVUMTUzNiAzMjBxMCAxNjgtMTExIDI5NHQtMjc2IDE0OXEzLTI4IDMtNTkgMC0yMTAtMTM1LTM2OS41VDY3OSAxMzhRNzMyIDE4IDg0Mi41LTU1dDI0NS41LTczeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTE3IiB1bmljb2RlPSLviKgiIGhvcml6LWFkdi14PSIyMDQ4IiBkPSJNMTY2NCAxNTA0cTAgMTQgOSAyM3QyMyA5aDI4OHEyNiAwIDQ1LTE5dDE5LTQ1di0yODhxMC0xNC05LTIzdC0yMy05aC02NHEtMTQgMC0yMyA5dC05IDIzdjEzNGwtMjU0LTI1NXE3Ni05NSAxMDcuNS0yMTR0OS41LTI0N3EtMzItMTgwLTE2NC41LTMxMFQxMzA1IDEzNXEtMjIzLTM0LTQwOSA5MC0xMTctNzgtMjU2LTkzVjBoOTZxMTQgMCAyMy05dDktMjN2LTY0cTAtMTQtOS0yM3QtMjMtOWgtOTZ2LTk2cTAtMTQtOS0yM3QtMjMtOWgtNjRxLTE0IDAtMjMgOXQtOSAyM3Y5NmgtOTZxLTE0IDAtMjMgOXQtOSAyM3Y2NHEwIDE0IDkgMjN0MjMgOWg5NnYxMzJxLTE1NSAxNy0yNzkuNSAxMDkuNVQ0NS41IDQ3OSA2IDc4NnEyNSAxODcgMTU5LjUgMzIyLjVUNDg2IDEyNzNxMjI0IDM0IDQxMC05MCAxNDYgOTcgMzIwIDk3IDIwMSAwIDM1OS0xMjZsMjU1IDI1NGgtMTM0cS0xNCAwLTIzIDl0LTkgMjN2NjR6TTg5NiAzOTFxMTI4IDEzMSAxMjggMzEzdC0xMjggMzEzUTc2OCA4ODYgNzY4IDcwNHQxMjgtMzEzek0xMjggNzA0cTAtMTg1IDEzMS41LTMxNi41VDU3NiAyNTZxMTE3IDAgMjE4IDU3LTE1NCAxNjctMTU0IDM5MXQxNTQgMzkxcS0xMDEgNTctMjE4IDU3LTE4NSAwLTMxNi41LTEzMS41VDEyOCA3MDR6bTEwODgtNDQ4cTE4NSAwIDMxNi41IDEzMS41VDE2NjQgNzA0dC0xMzEuNSAzMTYuNVQxMjE2IDExNTJxLTExNyAwLTIxOC01NyAxNTQtMTY3IDE1NC0zOTFUOTk4IDMxM3ExMDEtNTcgMjE4LTU3eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTE4IiB1bmljb2RlPSLviKkiIGQ9Ik0xNDcyIDE0MDhxMjYgMCA0NS0xOXQxOS00NVY5MjhxMC0xNC05LTIzdC0yMy05aC02NHEtMTQgMC0yMyA5dC05IDIzdjI2MmwtMjEzLTIxNCAxNDAtMTQwcTktMTAgOS0yM3QtOS0yMmwtNDYtNDZxLTktOS0yMi05dC0yMyA5bC0xNDAgMTQxLTc4LTc5cTEyNi0xNTYgMTI2LTM1OSAwLTExNy00NS41LTIyMy41dC0xMjMtMTg0LTE4NC0xMjNUNTc2LTEyOCAzNTIuNS04Mi41dC0xODQgMTIzLTEyMyAxODRUMCA0NDh0NDUuNSAyMjMuNSAxMjMgMTg0IDE4NCAxMjNUNTc2IDEwMjRxMjAzIDAgMzU5LTEyNmw3OCA3OC0xNzIgMTcycS05IDEwLTkgMjN0OSAyMmw0NiA0NnE5IDkgMjIgOXQyMy05bDE3Mi0xNzIgMjEzIDIxM2gtMjYxcS0xNCAwLTIzIDl0LTkgMjN2NjRxMCAxNCA5IDIzdDIzIDloNDE2ek01NzYgMHExODUgMCAzMTYuNSAxMzEuNVQxMDI0IDQ0OCA4OTIuNSA3NjQuNSA1NzYgODk2IDI1OS41IDc2NC41IDEyOCA0NDh0MTMxLjUtMzE2LjVUNTc2IDB6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81MTkiIHVuaWNvZGU9Iu+IqiIgaG9yaXotYWR2LXg9IjEyODAiIGQ9Ik02NDAgODkycTIxNy0yNCAzNjQuNS0xODcuNVQxMTUyIDMyMHEwLTE2Ny04Ny0zMDZUODI5LTE5OHQtMzE5LTU0cS0xMzMgMTUtMjQ1LjUgODhUODIuNSAyNCAyIDI3M3EtMTIgMTU1IDUyLjUgMjkydDE4NiAyMjRUNTEyIDg5MnYxMzJIMzUycS0xNCAwLTIzIDl0LTkgMjN2NjRxMCAxNCA5IDIzdDIzIDloMTYwdjE2NWwtOTItOTJxLTEwLTktMjMtOXQtMjIgOWwtNDYgNDZxLTkgOS05IDIydDkgMjNsMjAyIDIwMXExOSAxOSA0NSAxOXQ0NS0xOWwyMDItMjAxcTktMTAgOS0yM3QtOS0yMmwtNDYtNDZxLTktOS0yMi05dC0yMyA5bC05MiA5MnYtMTY1aDE2MHExNCAwIDIzLTl0OS0yM3YtNjRxMC0xNC05LTIzdC0yMy05SDY0MFY4OTJ6TTU3Ni0xMjhxMTg1IDAgMzE2LjUgMTMxLjVUMTAyNCAzMjAgODkyLjUgNjM2LjUgNTc2IDc2OCAyNTkuNSA2MzYuNSAxMjggMzIwIDI1OS41IDMuNSA1NzYtMTI4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTIwIiB1bmljb2RlPSLviKsiIGhvcml6LWFkdi14PSIyMDQ4IiBkPSJNMTkwMSA2MjFxMTktMTkgMTktNDV0LTE5LTQ1bC0yOTQtMjk0cS05LTEwLTIyLjUtMTB0LTIyLjUgMTBsLTQ1IDQ1cS0xMCA5LTEwIDIyLjV0MTAgMjIuNWwxODUgMTg1aC0yOTRWMjg4cTAtMTQtOS0yM3QtMjMtOWgtNjRxLTE0IDAtMjMgOXQtOSAyM3YyMjRoLTEzMnEtMjQtMjE3LTE4Ny41LTM2NC41VDU3NiAwUTQwOSAwIDI3MCA4N1Q1OCAzMjMgNCA2NDJxMTUgMTMzIDg4IDI0NS41dDE4OCAxODIgMjQ5IDgwLjVxMTU1IDEyIDI5Mi01Mi41dDIyNC0xODZUMTE0OCA2NDBoMTMydjIyNHEwIDE0IDkgMjN0MjMgOWg2NHExNCAwIDIzLTl0OS0yM1Y2NDBoMjk0bC0xODUgMTg1cS0xMCA5LTEwIDIyLjV0MTAgMjIuNWw0NSA0NXE5IDEwIDIyLjUgMTB0MjIuNS0xMHpNNTc2IDEyOHExODUgMCAzMTYuNSAxMzEuNVQxMDI0IDU3NiA4OTIuNSA4OTIuNSA1NzYgMTAyNCAyNTkuNSA4OTIuNSAxMjggNTc2dDEzMS41LTMxNi41VDU3NiAxMjh6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81MjEiIHVuaWNvZGU9Iu+IrCIgaG9yaXotYWR2LXg9IjEyODAiIGQ9Ik0xMTUyIDk2MHEwLTIyMS0xNDcuNS0zODQuNVQ2NDAgMzg4di02MTJxMC0xNC05LTIzdC0yMy05aC02NHEtMTQgMC0yMyA5dC05IDIzdjYxMnEtMjE3IDI0LTM2NC41IDE4Ny41VDAgOTYwcTAgMTE3IDQ1LjUgMjIzLjV0MTIzIDE4NCAxODQgMTIzVDU3NiAxNTM2dDIyMy41LTQ1LjUgMTg0LTEyMyAxMjMtMTg0VDExNTIgOTYwek01NzYgNTEycTE4NSAwIDMxNi41IDEzMS41VDEwMjQgOTYwdC0xMzEuNSAzMTYuNVQ1NzYgMTQwOHQtMzE2LjUtMTMxLjVUMTI4IDk2MHQxMzEuNS0zMTYuNVQ1NzYgNTEyeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTIyIiB1bmljb2RlPSLviK0iIGhvcml6LWFkdi14PSIxMjgwIiBkPSJNMTAyNCA1NzZxMCAxODUtMTMxLjUgMzE2LjVUNTc2IDEwMjQgMjU5LjUgODkyLjUgMTI4IDU3NnQxMzEuNS0zMTYuNVQ1NzYgMTI4dDMxNi41IDEzMS41VDEwMjQgNTc2em0xMjggMHEwLTExNy00NS41LTIyMy41dC0xMjMtMTg0LTE4NC0xMjNUNTc2IDAgMzUyLjUgNDUuNXQtMTg0IDEyMy0xMjMgMTg0VDAgNTc2dDQ1LjUgMjIzLjUgMTIzIDE4NCAxODQgMTIzVDU3NiAxMTUydDIyMy41LTQ1LjUgMTg0LTEyMyAxMjMtMTg0VDExNTIgNTc2eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTIzIiB1bmljb2RlPSLviK4iIGhvcml6LWFkdi14PSIxNzkyIi8+PGdseXBoIGdseXBoLW5hbWU9Il81MjQiIHVuaWNvZGU9Iu+IryIgaG9yaXotYWR2LXg9IjE3OTIiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzUyNSIgdW5pY29kZT0i74iwIiBkPSJNMTQ1MSAxNDA4cTM1IDAgNjAtMjV0MjUtNjBWLTQzcTAtMzUtMjUtNjB0LTYwLTI1aC0zOTF2NTk1aDE5OWwzMCAyMzJoLTIyOXYxNDhxMCA1NiAyMy41IDg0dDkxLjUgMjhsMTIyIDF2MjA3cS02MyA5LTE3OCA5LTEzNiAwLTIxNy41LTgwVDgyMCA4NzBWNjk5SDYyMFY0NjdoMjAwdi01OTVIODVxLTM1IDAtNjAgMjVUMC00M3YxMzY2cTAgMzUgMjUgNjB0NjAgMjVoMTM2NnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzUyNiIgdW5pY29kZT0i74ixIiBob3Jpei1hZHYteD0iMTI4MCIgZD0iTTAgOTM5cTAgMTA4IDM3LjUgMjAzLjVUMTQxIDEzMDl0MTUyIDEyMyAxODUgNzggMjAyIDI2cTE1OCAwIDI5NC02Ni41dDIyMS0xOTMuNSA4NS0yODdxMC05Ni0xOS0xODh0LTYwLTE3Ny0xMDAtMTQ5LjUtMTQ1LTEwM1Q3NjcgMzMzcS02OCAwLTEzNSAzMnQtOTYgODhxLTEwLTM5LTI4LTExMi41dC0yMy41LTk1LTIwLjUtNzEtMjYtNzFUNDA2IDQxdC00Ni03Ny41LTYyLTg2LjVsLTE0LTUtOSAxMFEyNjAgMzkgMjYwIDcwcTAgOTIgMjEuNSAyMDYuNVQzNDggNTY0dDUyIDIwM3EtMzIgNjUtMzIgMTY5IDAgODMgNTIgMTU2dDEzMiA3M3E2MSAwIDk1LTQwLjV0MzQtMTAyLjVxMC02Ni00NC0xOTF0LTQ0LTE4N3EwLTYzIDQ1LTEwNC41VDc0NyA0OThxNTUgMCAxMDIgMjV0NzguNSA2OCA1NiA5NSAzOCAxMTAuNSAyMCAxMTEgNi41IDk5LjVxMCAxNzMtMTA5LjUgMjY5LjVUNjUzIDEzNzNxLTIwMCAwLTMzNC0xMjkuNVQxODUgOTE1cTAtNDQgMTIuNS04NXQyNy02NSAyNy00NS41VDI2NCA2ODlxMC0yOC0xNS03M3QtMzctNDVxLTIgMC0xNyAzLTUxIDE1LTkwLjUgNTZ0LTYxIDk0LjUtMzIuNSAxMDhUMCA5Mzl6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81MjciIHVuaWNvZGU9Iu+IsiIgZD0iTTk4NSA1NjJxMTMgMCA5Ny41LTQ0dDg5LjUtNTNxMi01IDItMTUgMC0zMy0xNy03Ni0xNi0zOS03MS02NS41VDk4NCAyODJxLTU3IDAtMTkwIDYyLTk4IDQ1LTE3MCAxMThUNDc2IDY0N3EtNzIgMTA3LTcxIDE5NHY4cTMgOTEgNzQgMTU4IDI0IDIyIDUyIDIyIDYgMCAxOC0xLjV0MTktMS41cTE5IDAgMjYuNS02LjVUNjEwIDk5MnE4LTIwIDMzLTg4dDI1LTc1cTAtMjEtMzQuNS01Ny41VDU5OSA3MjVxMC03IDUtMTUgMzQtNzMgMTAyLTEzNyA1Ni01MyAxNTEtMTAxIDEyLTcgMjItNyAxNSAwIDU0IDQ4LjV0NTIgNDguNXpNNzgyIDMycTEyNyAwIDI0My41IDUwVDEyMjYgMjE2dDEzNCAyMDAuNSA1MCAyNDMuNS01MCAyNDMuNS0xMzQgMjAwLjUtMjAwLjUgMTM0LTI0My41IDUwLTI0My41LTUwVDMzOCAxMTA0IDIwNCA5MDMuNSAxNTQgNjYwcTAtMjAzIDEyMC0zNjhMMTk1IDU5bDI0MiA3N1E1OTUgMzIgNzgyIDMyem0wIDEzODJxMTUzIDAgMjkyLjUtNjB0MjQwLjUtMTYxIDE2MS0yNDAuNSA2MC0yOTIuNS02MC0yOTIuNVQxMzE1IDEyNyAxMDc0LjUtMzQgNzgyLTk0UTU4Ny05NCA0MTcgMEwwLTEzNGwxMzYgNDA1UTI4IDQ0OSAyOCA2NjBxMCAxNTMgNjAgMjkyLjVUMjQ5IDExOTN0MjQwLjUgMTYxIDI5Mi41IDYweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTI4IiB1bmljb2RlPSLviLMiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTI4IDEyOGgxMDI0djEyOEgxMjhWMTI4em0wIDUxMmgxMDI0djEyOEgxMjhWNjQwem0xNTY4LTQ0OHEwIDQwLTI4IDY4dC02OCAyOC02OC0yOC0yOC02OCAyOC02OCA2OC0yOCA2OCAyOCAyOCA2OHpNMTI4IDExNTJoMTAyNHYxMjhIMTI4di0xMjh6bTE1NjgtNDQ4cTAgNDAtMjggNjh0LTY4IDI4LTY4LTI4LTI4LTY4IDI4LTY4IDY4LTI4IDY4IDI4IDI4IDY4em0wIDUxMnEwIDQwLTI4IDY4dC02OCAyOC02OC0yOC0yOC02OCAyOC02OCA2OC0yOCA2OCAyOCAyOCA2OHptOTYtODMyVjBIMHYzODRoMTc5MnptMCA1MTJWNTEySDB2Mzg0aDE3OTJ6bTAgNTEydi0zODRIMHYzODRoMTc5MnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzUyOSIgdW5pY29kZT0i74i0IiBob3Jpei1hZHYteD0iMjA0OCIgZD0iTTcwNCA2NDBxLTE1OSAwLTI3MS41IDExMi41VDMyMCAxMDI0dDExMi41IDI3MS41VDcwNCAxNDA4dDI3MS41LTExMi41VDEwODggMTAyNCA5NzUuNSA3NTIuNSA3MDQgNjQwem05NjAtMTI4aDM1MnExMyAwIDIyLjUtOS41dDkuNS0yMi41VjI4OHEwLTEzLTkuNS0yMi41VDIwMTYgMjU2aC0zNTJWLTk2cTAtMTMtOS41LTIyLjVUMTYzMi0xMjhoLTE5MnEtMTMgMC0yMi41IDkuNVQxNDA4LTk2djM1MmgtMzUycS0xMyAwLTIyLjUgOS41VDEwMjQgMjg4djE5MnEwIDEzIDkuNSAyMi41dDIyLjUgOS41aDM1MnYzNTJxMCAxMyA5LjUgMjIuNXQyMi41IDkuNWgxOTJxMTMgMCAyMi41LTkuNXQ5LjUtMjIuNVY1MTJ6TTkyOCAyODhxMC01MiAzOC05MHQ5MC0zOGgyNTZWLTc4cS02OC01MC0xNzEtNTBIMjY3cS0xMjEgMC0xOTQgNjlUMCAxMzFxMCA1MyAzLjUgMTAzLjV0MTQgMTA5VDQ0IDQ1MnQ0MyA5Ny41IDYyIDgxIDg1LjUgNTMuNVQzNDYgNzA0cTE5IDAgMzktMTcgNzktNjEgMTU0LjUtOTEuNVQ3MDQgNTY1dDE2NC41IDMwLjVUMTAyMyA2ODdxMjAgMTcgMzkgMTcgMTMyIDAgMjE3LTk2aC0yMjNxLTUyIDAtOTAtMzh0LTM4LTkwVjI4OHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzUzMCIgdW5pY29kZT0i74i1IiBob3Jpei1hZHYteD0iMjA0OCIgZD0iTTcwNCA2NDBxLTE1OSAwLTI3MS41IDExMi41VDMyMCAxMDI0dDExMi41IDI3MS41VDcwNCAxNDA4dDI3MS41LTExMi41VDEwODggMTAyNCA5NzUuNSA3NTIuNSA3MDQgNjQwem0xMDc3LTMyMGwyNDktMjQ5cTktOSA5LTIzIDAtMTMtOS0yMmwtMTM2LTEzNnEtOS05LTIyLTktMTQgMC0yMyA5bC0yNDkgMjQ5LTI0OS0yNDlxLTktOS0yMy05LTEzIDAtMjIgOUwxMTcwIDI2cS05IDktOSAyMiAwIDE0IDkgMjNsMjQ5IDI0OS0yNDkgMjQ5cS05IDktOSAyMyAwIDEzIDkgMjJsMTM2IDEzNnE5IDkgMjIgOSAxNCAwIDIzLTlsMjQ5LTI0OSAyNDkgMjQ5cTkgOSAyMyA5IDEzIDAgMjItOWwxMzYtMTM2cTktOSA5LTIyIDAtMTQtOS0yM3ptLTQ5OCAwbC0xODEtMTgxcS0zNy0zNy0zNy05MSAwLTUzIDM3LTkwbDgzLTgzcS0yMS0zLTQ0LTNIMjY3cS0xMjEgMC0xOTQgNjlUMCAxMzFxMCA1MyAzLjUgMTAzLjV0MTQgMTA5VDQ0IDQ1MnQ0MyA5Ny41IDYyIDgxIDg1LjUgNTMuNVQzNDYgNzA0cTE5IDAgMzktMTcgMTU0LTEyMiAzMTktMTIydDMxOSAxMjJxMjAgMTcgMzkgMTcgMjggMCA1Ny02LTI4LTI3LTQxLTUwdC0xMy01NnEwLTU0IDM3LTkxeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTMxIiB1bmljb2RlPSLviLYiIGhvcml6LWFkdi14PSIyMDQ4IiBkPSJNMjU2IDUxMmgxNzI4cTI2IDAgNDUtMTl0MTktNDVWMGgtMjU2djI1NkgyNTZWMEgwdjEyMTZxMCAyNiAxOSA0NXQ0NSAxOWgxMjhxMjYgMCA0NS0xOXQxOS00NVY1MTJ6bTU3NiAzMjBxMCAxMDYtNzUgMTgxdC0xODEgNzUtMTgxLTc1LTc1LTE4MSA3NS0xODEgMTgxLTc1IDE4MSA3NSA3NSAxODF6bTEyMTYtMjU2djY0cTAgMTU5LTExMi41IDI3MS41VDE2NjQgMTAyNEg5NjBxLTI2IDAtNDUtMTl0LTE5LTQ1VjU3NmgxMTUyeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTMyIiB1bmljb2RlPSLviLciIGQ9Ik0xNTM2IDE1MzZsLTE5Mi00NDhoMTkyVjg5NmgtMjc0bC01NS0xMjhoMzI5VjU3NmgtNDExTDc2OC0yNTYgNDExIDU3NkgwdjE5MmgzMjlsLTU1IDEyOEgwdjE5MmgxOTJMMCAxNTM2aDI1NmwzMjMtNzY4aDM3OGwzMjMgNzY4aDI1NnpNNzY4IDMyMGwxMDggMjU2SDY2MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzUzMyIgdW5pY29kZT0i74i4IiBkPSJNMTA4OCAxNTM2cTE4NSAwIDMxNi41LTkzLjVUMTUzNiAxMjE2VjMyMHEwLTEzMC0xMjUuNS0yMjJUMTEwNSAxbDIxMy0yMDJxMTYtMTUgOC0zNXQtMzAtMjBIMjQwcS0yMiAwLTMwIDIwdDggMzVMNDMxIDFRMjUxIDYgMTI1LjUgOThUMCAzMjB2ODk2cTAgMTMzIDEzMS41IDIyNi41VDQ0OCAxNTM2aDY0MHpNNzY4IDE5MnE4MCAwIDEzNiA1NnQ1NiAxMzYtNTYgMTM2LTEzNiA1Ni0xMzYtNTYtNTYtMTM2IDU2LTEzNiAxMzYtNTZ6bTU3NiA1NzZ2NTEySDE5MlY3NjhoMTE1MnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzUzNCIgdW5pY29kZT0i74i5IiBkPSJNMTA4OCAxNTM2cTE4NSAwIDMxNi41LTkzLjVUMTUzNiAxMjE2VjMyMHEwLTEzMC0xMjUuNS0yMjJUMTEwNSAxbDIxMy0yMDJxMTYtMTUgOC0zNXQtMzAtMjBIMjQwcS0yMiAwLTMwIDIwdDggMzVMNDMxIDFRMjUxIDYgMTI1LjUgOThUMCAzMjB2ODk2cTAgMTMzIDEzMS41IDIyNi41VDQ0OCAxNTM2aDY0MHpNMjg4IDIyNHE2NiAwIDExMyA0N3Q0NyAxMTMtNDcgMTEzLTExMyA0Ny0xMTMtNDctNDctMTEzIDQ3LTExMyAxMTMtNDd6bTQxNiA1NDR2NTEySDE2MFY3NjhoNTQ0em01NDQtNTQ0cTY2IDAgMTEzIDQ3dDQ3IDExMy00NyAxMTMtMTEzIDQ3LTExMy00Ny00Ny0xMTMgNDctMTEzIDExMy00N3ptMTYwIDU0NHY1MTJIODMyVjc2OGg1NzZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81MzUiIHVuaWNvZGU9Iu+IuiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik01OTcgMTExNVYtNThxMC0yNS0xMi41LTQyLjVUNTQ4LTExOHEtMTcgMC0zMyA4TDUwIDEyM3EtMjEgMTAtMzUuNSAzMy41VDAgMjAzdjExNDBxMCAyMCAxMCAzNHQyOSAxNHExNCAwIDQ0LTE1bDUxMS0yNTZxMy0zIDMtNXptNjQtMTAxbDUzNC04NjYtNTM0IDI2NnY2MDB6bTExMzEtMThWLTU4cTAtMjUtMTQtNDAuNXQtMzgtMTUuNS00NyAxM2wtNDQxIDIyMHptLTMgMTIwcTAtMy0yNTYuNS00MTkuNVQxMjMyIDIwOUw4NDIgODQzbDMyNCA1MjdxMTcgMjggNTIgMjggMTQgMCAyNi02bDU0MS0yNzBxNC0yIDQtNnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzUzNiIgdW5pY29kZT0i74i7IiBkPSJNODA5IDUzMmwyNjYgNDk5SDk2M0w4MDYgNzE5cS0yNC00OC00NC05MmwtNDIgOTItMTU1IDMxMkg0NDVsMjYzLTQ5M1YyMTRoMTAxdjMxOHptNzI3IDg3NlYtMTI4SDB2MTUzNmgxNTM2eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTM3IiB1bmljb2RlPSLviLwiIGhvcml6LWFkdi14PSIyMjk2IiBkPSJNNDc4LTEzOXEtOC0xNi0yNy0zNC41VDQxNC0xOTlxLTI1LTktNTEuNSAzLjVUMzM0LTE2NHEtMSAyMiA0MCA1NXQ2OCAzOHEyMyA0IDM0LTIxLjV0Mi00Ni41em0xMzQxIDBxNy0xNiAyNi0zNC41dDM4LTI1LjVxMjUtOSA1MS41IDMuNVQxOTYyLTE2NHEyIDIyLTM5LjUgNTVUMTg1NC03MXEtMjIgNC0zMy0yMS41dC0yLTQ2LjV6bTQ4IDEwOXExMy0yNyA1Ni41LTU5LjVUMjAwMS0xMzFxNDUtMTMgODIgNC41dDM3IDUwLjVxMCA0Ni02Ny41IDEwMC41VDE5MzcgODRxLTQwIDUtNjMuNS0zNy41VDE4NjctMzB6TTQyOC0zMHEtMTMtMjctNTYtNTkuNVQyOTUtMTMxcS00NS0xMy04MiA0LjVUMTc2LTc2cTAgNDYgNjcuNSAxMDAuNVQzNTkgODRxNDAgNSA2My0zNy41dDYtNzYuNXptNzMwIDExMjRoMXEtNDEgMC03Ni0xNSAyNy04IDQ0LTMwLjV0MTctNDkuNXEwLTM1LTI3LTYwdC02NS0yNXEtNTIgMC04MCA0My01LTIzLTUtNDIgMC03NCA1Ni0xMjYuNXQxMzUtNTIuNXE4MCAwIDEzNiA1Mi41dDU2IDEyNi41LTU2IDEyNi41LTEzNiA1Mi41em0zMDQgMjE4cS05OSAxMDktMjIwLjUgMTMxLjVUOTk2IDEzOTlxMjcgNjAgODIuNSA5Ni41dDExOCAzOS41IDEyMS41LTE3IDk5LjUtNzQuNVQxNDYyIDEzMTJ6TTIyMTIgNzNxOC0xMS0xMS00MiA3LTIzIDctNDAgMS01Ni00NC41LTExMi41VDIwNTQtMjEzdC0xMTgtMzdxLTQ4LTItOTIgMjEuNXQtNjYgNjUuNXEtNjg3LTI1LTEyNTkgMC0yMy00MS02Ni41LTY1VDM2MC0yNTBxLTg2IDMtMTc5LjUgODAuNVQ4OC05cTIgMjIgNyA0MC0xOSAzMS0xMSA0MiA2IDEwIDMxIDEgMTQgMjIgNDEgNTEtNyAyOSAyIDM4IDExIDEwIDM5LTQgMjkgMjAgNTkgMzQgMCAyOSAxMyAzNyAyMyAxMiA1MS0xNiAzNSA1IDYxLTIgMTgtNCAzOC0xOXY3M3EtMTEgMC0xOCAyLTUzIDEwLTk3IDQ0LjVUMjQ5IDQwMHEtOSAzOCAwIDgxIDE1IDYyIDkzIDk1IDIgMTcgMTkgMzUuNXQzNiAyMy41IDMzLTcuNSAxOS0zMC41aDEzcTQ2LTUgNjAtMjMgMy0zIDUtNyAxMCAxIDMwLjUgMy41VDU4OCA1NzRxLTE1IDExLTMwIDE3LTIzIDQwLTkxIDQzIDAgNiAxIDEwLTYyIDItMTE4LjUgMTguNVQyNjUgNzEwcS0zMiAzNi00Mi41IDkyVDIyMCA5MTRxMTYgMTI2IDkwIDE3OSAyMyAxNiA1MiA0LjV0MzItNDAuNXEwLTEgMS41LTE0dDIuNS0yMSAzLTIwIDUuNS0xOSA4LjUtMTBxMjctMTQgNzYtMTIgNDggNDYgOTggNzQtNDAgNC0xNjItMTRsNDcgNDZxNjEgNTggMTYzIDExMSAxNDUgNzMgMjgyIDg2LTIwIDgtNDEgMTUuNXQtNDcgMTQtNDIuNSAxMC41LTQ3LjUgMTEtNDMgMTBxNTk1IDEyNiA5MDQtMTM5IDk4LTg0IDE1OC0yMjIgODUtMTAgMTIxIDloMXE1IDMgOC41IDEwdDUuNSAxOSAzIDE5LjUgMyAyMS41bDEgMTRxMyAyOCAzMiA0MHQ1Mi01cTczLTUyIDkxLTE3OCA3LTU3LTMuNS0xMTN0LTQyLjUtOTFxLTI4LTMyLTgzLjUtNDguNVQxODMzIDY0M3YtMTBxLTcxLTItOTUtNDMtMTQtNS0zMS0xNyAxMS0xIDMyLTMuNXQzMC0zLjVxMSA1IDUgOCAxNiAxOCA2MCAyM2gxM3E1IDE4IDE5IDMwdDMzIDggMzYtMjMgMTktMzZxNzktMzIgOTMtOTUgOS00MCAxLTgxLTEyLTUzLTU2LTg4dC05Ny00NHEtMTAtMi0xNy0yIDAtNDktMS03MyAyMCAxNSAzOCAxOSAyNiA3IDYxIDIgMjggMjggNTEgMTYgMTQtOSAxNC0zNyAzMy0xNiA1OS0zNCAyNyAxMyAzOCA0IDEwLTEwIDItMzggMjgtMzAgNDEtNTEgMjMgOCAzMS0xem0tMjc1IDk1MnEwLTI5LTktNTQgODItMzIgMTEyLTEzMiA0IDM3LTkuNSA5OC41VDE5ODkgMTAyOHEtMjAgMTktMzYgMTd0LTE2LTIwem0tNzgtMTAwcTM1LTQyIDQ3LjUtMTA4LjVUMTkwNiA2OTJxNjcgMTMgOTcgNDUgMTMgMTQgMTggMjgtMyA2NC0zMSAxMTQuNXQtNzkgNjYuNXEtMTUtMTUtNTItMjF6bS0zNy00cS0zMCAwLTQ0IDEgNDItMTE1IDUzLTIzOSAyMSAwIDQzIDMgMTYgNjggMSAxMzV0LTUzIDEwMHpNMjU4IDgzOXEzMCAxMDAgMTEyIDEzMi05IDI1LTkgNTQgMCAxOC0xNi41IDIwdC0zNS41LTE3cS0yOC0yOS00MS41LTkwLjVUMjU4IDgzOXptMzYtMTAycTI5LTMxIDk3LTQ1LTEzIDU4LS41IDEyNC41VDQzOCA5MjVxLTM3IDYtNTIgMjEtNTEtMTYtNzguNS02NlQyNzYgNzY1cTktMTcgMTgtMjh6bTE3Ny01NHExNCAxMjQgNzMgMjM1LTE5LTQtNTUtMThsLTQ1LTE5djFxLTQ2LTg5LTIwLTE5NiAyNS0zIDQ3LTN6bTk2My0zOXE4LTM4IDE2LjUtMTA4LjVUMTQ2MiA0NDZxMy0xOCA5LjUtMjEuNXQyMy41IDQuNXE0MCAyMCA2MiA4NS41dDIzIDEyNS41cS0yNCAyLTE0NiA0em0tMjgyIDY0MXEtMTE2IDAtMTk5LTgyLjVUODcwIDEwMDRxMC0xMTcgODMtMTk5LjV0MTk5LTgyLjUgMTk5IDgyLjUgODMgMTk5LjVxMCAxMTYtODMgMTk4LjV0LTE5OSA4Mi41em0yMjgtNjM5cS0xMDUgMi0yMTEgMHYxcS0xLTI3IDIuNS04NnQxMy41LTY2cTI5LTE0IDkzLjUtMTQuNVQxMzc0IDQ5MXE5IDMgMTEgMzl0LS41IDY5LjUtNC41IDQ2LjV6bS0yNjgtMTk5cTggNCA5LjUgNDh0LS41IDg4LTQgNjN2MXEtMjEyLTMtMjE0LTMtNC0yMC03LTYydDAtODMgMTQtNDZxMzQtMTUgMTAxLTE2dDEwMSAxMHpNNzE4IDYzNnEtMTYtNTkgNC41LTExOC41VDgwMCA0MzNxMTUtOCAyNC01dDEyIDIxcTMgMTYgOCA5MHQxMCAxMDNxLTY5LTItMTM2LTZ6TTU5MSA1MTBxMy0yMy0zNC0zNiAxMzItMTQxIDI3MS41LTI0MFQxMTM0IDgwcTE3MiA0OSAzMTAuNSAxNDZUMTczOCA0NzZxLTMzIDEzLTMwIDM0IDAgMiAuNSAzLjV0MS41IDMgMSAyLjV2MS0xcS0xNyAyLTUwIDUuNXQtNDggNC41cS0yNi05MC04Mi0xMzItNTEtMzgtODIgMS01IDYtOSAxNC03IDEzLTE3IDYyLTItNS01LTl0LTcuNS03LTgtNS41LTkuNS00bC0xMC0yLjUtMTItMi0xMi0xLjUtMTMuNS0xLTEzLjUtLjVxLTEwNi05LTE2MyAxMS00LTE3LTEwLTI2LjV0LTIxLTE1LTIzLTctMzYtMy41cS02LTEtOS0xLTE3OS0xNy0yMDMgNDAtMi02My01Ni01NC00NyA4LTkxIDU0LTEyIDEzLTIwIDI2LTE3IDI5LTI2IDY1LTU4LTYtODctMTAgMS0yIDQtMTB6bS04NC02MjhxMyAxNCAzIDMwLTE3IDcxLTUxIDEzMHQtNzMgNzBxLTQxIDEyLTEwMS41LTE0LjVUMTgwIDE3LjUgMTQxLTkwcTM1LTUzIDEwMC05M3QxMTktNDJxNTEtMiA5NCAyOHQ1MyA3OXptMyAxNzFxMjMtNjMgMjctMTE5UTczMiA0NyA5MjkgMTA4cS05OCA1Mi0xODAuNSAxMjBUNTY5IDM5M3EtNi00LTI5LTEzIDAtMS0xLTR0LTEtNXEzMS0xOCAyMi0zNy0xMi0yMy01Ni0zNC0xMC0xMy0yOS0yNGgtMXEtMi04MyAxLTE1MCAxOS0zNCAzNS03M3ptNjktMTY2cTUzMi0yMSAxMTQ1IDAtMjU0IDE0Ny00MjggMTk2LTc2LTM1LTE1Ni01Ny04LTMtMTYgMC02NSAyMS0xMjkgNDktMjA4LTYwLTQxNi0xODhoLTF2LTFxMSAwIDEgMXptMTE4NCA0NnE0IDU0IDI4IDEyMCAxNCAzOCAzMyA3MWwtMS0xcTMgNzcgMyAxNTMtMTUgOC0zMCAyNS00MiA5LTU2IDMzLTkgMjAgMjIgMzgtMiA0LTIgOS0xNiA0LTI4IDEyLTIwNC0xOTAtMzgzLTI4NCAxOTgtNTkgNDE0LTE3NnptMzkyLTIzcTUgNTQtMzkgMTA3LjV0LTEwNCA4MC0xMDIgMTQuNXEtMzgtMTEtNzIuNS03MC41VDE3ODYtODhxMC0xNiAzLTMwIDEwLTQ5IDUzLTc5dDk0LTI4cTU0IDIgMTE5IDQydDEwMCA5M3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzUzOCIgdW5pY29kZT0i74i9IiBob3Jpei1hZHYteD0iMjMwNCIgZD0iTTE1MjQtMjVxMC02OC00OC0xMTZ0LTExNi00OC0xMTYuNSA0OFQxMTk1LTI1dDQ4LjUgMTE2LjVUMTM2MCAxNDB0MTE2LTQ4LjVUMTUyNC0yNXptLTc0OSAwcTAtNjgtNDguNS0xMTZUNjEwLTE4OXQtMTE2IDQ4LTQ4IDExNiA0OCAxMTYuNVQ2MTAgMTQwdDExNi41LTQ4LjVUNzc1LTI1ek0wIDE0NjlxNTctNjAgMTEwLjUtMTA0LjV0MTIxLTgyIDEzNi02MyAxNjYtNDUuNSAyMDAtMzEuNSAyNTAtMTguNSAzMDQtOS41IDM3Mi41LTIuNXExMzkgMCAyNDQuNS01dDE4MS0xNi41IDEyNC0yNy41IDcxLTM5LjUgMjQtNTEuNS0xOS41LTY0LTU2LjUtNzYuNS04OS41LTkxVDIwMjMgNjM2dC0xMzktMTE5cS0xODUtMTU3LTI4Ni0yNDcgMjkgNTEgNzYuNSAxMDl0OTQgMTA1LjVUMTg2MyA1ODN0ODMgOTEuNSA1NCA4MC41IDEzIDcwLTQ1LjUgNTUuNS0xMTYuNSA0MS0yMDQgMjMuNS0zMDQgNXEtMTY4LTItMzE0IDZ0LTI1NiAyMy0yMDQuNSA0MS0xNTkuNSA1MS41LTEyMi41IDYyLjUtOTEuNSA2Ni41LTY4IDcxLjUtNTAuNSA2OS41LTQwIDY4VDAgMTQ2OXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzUzOSIgdW5pY29kZT0i74i+IiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTg5NiAxNDcycS0xNjkgMC0zMjMtNjZ0LTI2NS41LTE3Ny41VDEzMCA5NjMgNjQgNjQwdDY2LTMyM1QzMDcuNSA1MS41IDU3My0xMjZ0MzIzLTY2IDMyMyA2NiAyNjUuNSAxNzcuNVQxNjYyIDMxN3Q2NiAzMjMtNjYgMzIzLTE3Ny41IDI2NS41VDEyMTkgMTQwNnQtMzIzIDY2em0wIDY0cTE4MiAwIDM0OC03MXQyODYtMTkxIDE5MS0yODYgNzEtMzQ4LTcxLTM0OFQxNTMwIDZ0LTI4Ni0xOTEtMzQ4LTcxLTM0OCA3MVQyNjIgNiA3MSAyOTIgMCA2NDB0NzEgMzQ4IDE5MSAyODYgMjg2IDE5MSAzNDggNzF6TTQ5NiA3MDRxMTYgMCAxNi0xNlYyMDhxMC0xNi0xNi0xNmgtMzJxLTE2IDAtMTYgMTZ2NDgwcTAgMTYgMTYgMTZoMzJ6bTQwMC02NHE1MyAwIDkwLjUtMzcuNVQxMDI0IDUxMnEwLTM1LTE3LjUtNjRUOTYwIDQwMlYyODhxMC0xNC05LTIzdC0yMy05aC02NHEtMTQgMC0yMyA5dC05IDIzdjExNHEtMjkgMTctNDYuNSA0NlQ3NjggNTEycTAgNTMgMzcuNSA5MC41VDg5NiA2NDB6bTAgNzY4cTIwOSAwIDM4NS41LTEwM3QyNzkuNS0yNzkuNVQxNjY0IDY0MHQtMTAzLTM4NS41VDEyODEuNS0yNSA4OTYtMTI4IDUxMC41LTI1IDIzMSAyNTQuNSAxMjggNjQwdDEwMyAzODUuNVQ1MTAuNSAxMzA1IDg5NiAxNDA4ek01NDQgOTI4di05NnEwLTE0IDktMjN0MjMtOWg2NHExNCAwIDIzIDl0OSAyM3Y5NnEwIDkzIDY1LjUgMTU4LjVUODk2IDExNTJ0MTU4LjUtNjUuNVQxMTIwIDkyOHYtOTZxMC0xNCA5LTIzdDIzLTloNjRxMTQgMCAyMyA5dDkgMjN2OTZxMCAxNDYtMTAzIDI0OXQtMjQ5IDEwMy0yNDktMTAzLTEwMy0yNDl6bTg2NC03MzZ2NTEycTAgMjYtMTkgNDV0LTQ1IDE5SDQ0OHEtMjYgMC00NS0xOXQtMTktNDVWMTkycTAtMjYgMTktNDV0NDUtMTloODk2cTI2IDAgNDUgMTl0MTkgNDV6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81NDAiIHVuaWNvZGU9Iu+JgCIgaG9yaXotYWR2LXg9IjIzMDQiIGQ9Ik0xOTIwIDEwMjRWMjU2SDI1NnY3NjhoMTY2NHptMTI4LTU3NmgxMjh2Mzg0aC0xMjh2Mjg4cTAgMTQtOSAyM3QtMjMgOUgxNjBxLTE0IDAtMjMtOXQtOS0yM1YxNjBxMC0xNCA5LTIzdDIzLTloMTg1NnExNCAwIDIzIDl0OSAyM3YyODh6bTI1NiAzODRWNDQ4cTAtNTMtMzcuNS05MC41VDIxNzYgMzIwVjE2MHEwLTY2LTQ3LTExM1QyMDE2IDBIMTYwUTk0IDAgNDcgNDdUMCAxNjB2OTYwcTAgNjYgNDcgMTEzdDExMyA0N2gxODU2cTY2IDAgMTEzLTQ3dDQ3LTExM1Y5NjBxNTMgMCA5MC41LTM3LjVUMjMwNCA4MzJ6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81NDEiIHVuaWNvZGU9Iu+JgSIgaG9yaXotYWR2LXg9IjIzMDQiIGQ9Ik0yNTYgMjU2djc2OGgxMjgwVjI1NkgyNTZ6bTE5MjAgNzA0cTUzIDAgOTAuNS0zNy41VDIzMDQgODMyVjQ0OHEwLTUzLTM3LjUtOTAuNVQyMTc2IDMyMFYxNjBxMC02Ni00Ny0xMTNUMjAxNiAwSDE2MFE5NCAwIDQ3IDQ3VDAgMTYwdjk2MHEwIDY2IDQ3IDExM3QxMTMgNDdoMTg1NnE2NiAwIDExMy00N3Q0Ny0xMTNWOTYwem0wLTUxMnYzODRoLTEyOHYyODhxMCAxNC05IDIzdC0yMyA5SDE2MHEtMTQgMC0yMy05dC05LTIzVjE2MHEwLTE0IDktMjN0MjMtOWgxODU2cTE0IDAgMjMgOXQ5IDIzdjI4OGgxMjh6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81NDIiIHVuaWNvZGU9Iu+JgiIgaG9yaXotYWR2LXg9IjIzMDQiIGQ9Ik0yNTYgMjU2djc2OGg4OTZWMjU2SDI1NnptMTkyMCA3MDRxNTMgMCA5MC41LTM3LjVUMjMwNCA4MzJWNDQ4cTAtNTMtMzcuNS05MC41VDIxNzYgMzIwVjE2MHEwLTY2LTQ3LTExM1QyMDE2IDBIMTYwUTk0IDAgNDcgNDdUMCAxNjB2OTYwcTAgNjYgNDcgMTEzdDExMyA0N2gxODU2cTY2IDAgMTEzLTQ3dDQ3LTExM1Y5NjB6bTAtNTEydjM4NGgtMTI4djI4OHEwIDE0LTkgMjN0LTIzIDlIMTYwcS0xNCAwLTIzLTl0LTktMjNWMTYwcTAtMTQgOS0yM3QyMy05aDE4NTZxMTQgMCAyMyA5dDkgMjN2Mjg4aDEyOHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU0MyIgdW5pY29kZT0i74mDIiBob3Jpei1hZHYteD0iMjMwNCIgZD0iTTI1NiAyNTZ2NzY4aDUxMlYyNTZIMjU2em0xOTIwIDcwNHE1MyAwIDkwLjUtMzcuNVQyMzA0IDgzMlY0NDhxMC01My0zNy41LTkwLjVUMjE3NiAzMjBWMTYwcTAtNjYtNDctMTEzVDIwMTYgMEgxNjBROTQgMCA0NyA0N1QwIDE2MHY5NjBxMCA2NiA0NyAxMTN0MTEzIDQ3aDE4NTZxNjYgMCAxMTMtNDd0NDctMTEzVjk2MHptMC01MTJ2Mzg0aC0xMjh2Mjg4cTAgMTQtOSAyM3QtMjMgOUgxNjBxLTE0IDAtMjMtOXQtOS0yM1YxNjBxMC0xNCA5LTIzdDIzLTloMTg1NnExNCAwIDIzIDl0OSAyM3YyODhoMTI4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTQ0IiB1bmljb2RlPSLviYQiIGhvcml6LWFkdi14PSIyMzA0IiBkPSJNMjE3NiA5NjBxNTMgMCA5MC41LTM3LjVUMjMwNCA4MzJWNDQ4cTAtNTMtMzcuNS05MC41VDIxNzYgMzIwVjE2MHEwLTY2LTQ3LTExM1QyMDE2IDBIMTYwUTk0IDAgNDcgNDdUMCAxNjB2OTYwcTAgNjYgNDcgMTEzdDExMyA0N2gxODU2cTY2IDAgMTEzLTQ3dDQ3LTExM1Y5NjB6bTAtNTEydjM4NGgtMTI4djI4OHEwIDE0LTkgMjN0LTIzIDlIMTYwcS0xNCAwLTIzLTl0LTktMjNWMTYwcTAtMTQgOS0yM3QyMy05aDE4NTZxMTQgMCAyMyA5dDkgMjN2Mjg4aDEyOHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU0NSIgdW5pY29kZT0i74mFIiBob3Jpei1hZHYteD0iMTI4MCIgZD0iTTExMzMgNDkzcTMxLTMwIDE0LTY5LTE3LTQwLTU5LTQwSDcwNkw5MDctOTJxMTAtMjUgMC00OXQtMzQtMzVsLTE3Ny03NXEtMjUtMTAtNDkgMHQtMzUgMzRMNDIxIDIzNSAxMDktNzdROTAtOTYgNjQtOTZxLTEyIDAtMjQgNVEwLTc0IDAtMzJ2MTUwNHEwIDQyIDQwIDU5IDEyIDUgMjQgNSAyNyAwIDQ1LTE5eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTQ2IiB1bmljb2RlPSLviYYiIGhvcml6LWFkdi14PSIxMDI0IiBkPSJNODMyIDE0MDhxLTMyMCAwLTMyMC0yMjRWNzY4aDEyOFY2NDBINTEyVjk2cTAtMjI0IDMyMC0yMjRoNjR2LTEyOGgtNjRxLTI3MiAwLTM4NCAxNDZRMzM2LTI1NiA2NC0yNTZIMHYxMjhoNjRxMzIwIDAgMzIwIDIyNHY1NDRIMjU2djEyOGgxMjh2NDE2cTAgMjI0LTMyMCAyMjRIMHYxMjhoNjRxMjcyIDAgMzg0LTE0NiAxMTIgMTQ2IDM4NCAxNDZoNjR2LTEyOGgtNjR6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81NDciIHVuaWNvZGU9Iu+JhyIgaG9yaXotYWR2LXg9IjIwNDgiIGQ9Ik0yMDQ4IDExNTJoLTEyOFYxMjhoMTI4di0zODRoLTM4NHYxMjhIMzg0di0xMjhIMHYzODRoMTI4djEwMjRIMHYzODRoMzg0di0xMjhoMTI4MHYxMjhoMzg0di0zODR6bS0yNTYgMjU2di0xMjhoMTI4djEyOGgtMTI4em0tMTY2NCAwdi0xMjhoMTI4djEyOEgxMjh6TTI1Ni0xMjhWMEgxMjh2LTEyOGgxMjh6TTE2NjQgMHYxMjhoMTI4djEwMjRoLTEyOHYxMjhIMzg0di0xMjhIMjU2VjEyOGgxMjhWMGgxMjgwem0yNTYtMTI4VjBoLTEyOHYtMTI4aDEyOHpNMTI4MCA4OTZoMzg0VjEyOEg3Njh2MjU2SDM4NHY3NjhoODk2Vjg5NnpNNTEyIDUxMmg2NDB2NTEySDUxMlY1MTJ6bTEwMjQtMjU2djUxMmgtMjU2VjM4NEg4OTZWMjU2aDY0MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU0OCIgdW5pY29kZT0i74mIIiBob3Jpei1hZHYteD0iMjMwNCIgZD0iTTIzMDQgNzY4aC0xMjhWMTI4aDEyOHYtMzg0aC0zODR2MTI4aC04OTZ2LTEyOEg2NDB2Mzg0aDEyOHYxMjhIMzg0VjEyOEgwdjM4NGgxMjh2NjQwSDB2Mzg0aDM4NHYtMTI4aDg5NnYxMjhoMzg0di0zODRoLTEyOHYtMTI4aDM4NHYxMjhoMzg0Vjc2OHptLTI1NiAyNTZWODk2aDEyOHYxMjhoLTEyOHptLTY0MCAzODR2LTEyOGgxMjh2MTI4aC0xMjh6bS0xMjgwIDB2LTEyOGgxMjh2MTI4SDEyOHpNMjU2IDI1NnYxMjhIMTI4VjI1NmgxMjh6bTEyODAgMTI4aC0xMjhWMjU2aDEyOHYxMjh6bS0xMTUyIDBoODk2djEyOGgxMjh2NjQwaC0xMjh2MTI4SDM4NHYtMTI4SDI1NlY1MTJoMTI4VjM4NHptNTEyLTUxMlYwSDc2OHYtMTI4aDEyOHptMTI4MCAwVjBoLTEyOHYtMTI4aDEyOHptLTEyOCAyNTZ2NjQwaC0xMjh2MTI4aC0zODRWNTEyaDEyOFYxMjhoLTM4NHYxMjhIODk2VjEyOGgxMjhWMGg4OTZ2MTI4aDEyOHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU0OSIgdW5pY29kZT0i74mJIiBkPSJNMTAyNCAyODh2LTQxNkg5NnEtNDAgMC02OCAyOFQwLTMydjEzNDRxMCA0MCAyOCA2OHQ2OCAyOGgxMzQ0cTQwIDAgNjgtMjh0MjgtNjhWMzg0aC00MTZxLTQwIDAtNjgtMjh0LTI4LTY4em0xMjgtMzJoMzgxcS0xNS04Mi02NS0xMzJMMTI4NC02MHEtNTAtNTAtMTMyLTY1djM4MXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU1MCIgdW5pY29kZT0i74mKIiBkPSJNMTQwMCAyNTZoLTI0OFY4cTI5IDEwIDQxIDIybDE4NSAxODVxMTIgMTIgMjIgNDF6bS0yODAgMTI4aDI4OHY4OTZIMTI4VjBoODk2djI4OHEwIDQwIDI4IDY4dDY4IDI4em00MTYgOTI4VjI4OHEwLTQwLTIwLTg4dC00OC03NkwxMjg0LTYwcS0yOC0yOC03Ni00OHQtODgtMjBIOTZxLTQwIDAtNjggMjhUMC0zMnYxMzQ0cTAgNDAgMjggNjh0NjggMjhoMTM0NHE0MCAwIDY4LTI4dDI4LTY4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTUxIiB1bmljb2RlPSLviYsiIGhvcml6LWFkdi14PSIyMzA0IiBkPSJNMTk1MSA1MzhxMC0yNi0xNS41LTQ0LjVUMTg5NyA0NzBxLTgtMi0xOC0yaC0xNTN2MTQwaDE1M3ExMCAwIDE4LTIgMjMtNSAzOC41LTIzLjVUMTk1MSA1Mzh6bS0xOCAyMTNxMC0yNS0xNS00MnQtMzgtMjFxLTMtMS0xNS0xaC0xMzl2MTI5aDEzOXEzIDAgOC41LS41dDYuNS0uNXEyMy00IDM4LTIxLjV0MTUtNDIuNXpNNzI4IDU4N3YzMDhINTAwVjU4N3EwLTU4LTM4LTk0LjVUMzU3IDQ1NnEtMTA4IDAtMjI5IDU5VjQwM3E1My0xNSAxMjEtMjN0MTA5LTlsNDItMXEzMjggMCAzMjggMjE3em03MTQtMTg0djExM3EtOTktNTItMjAwLTU5LTEwOC04LTE2OSA0MXQtNjEgMTQyIDYxIDE0MiAxNjkgNDFxMTAxLTcgMjAwLTU4djExMnEtNDggMTItMTAwIDE5LjV0LTgwIDkuNWwtMjggMnEtMTI3IDYtMjE4LjUtMTRUODc1IDgzNHQtNzEtODgtMjItMTA2IDIyLTEwNiA3MS04OCAxNDAuNS02MCAyMTguNS0xNHExMDEgNCAyMDggMzF6bTczNCAxMTVxMCA1NC00MyA4OC41VDIwMjQgNjQ2djNxNTcgOCA4OSA0MS41dDMyIDc5LjVxMCA1NS00MSA4OHQtMTA3IDM2cS0zIDAtMTIgLjV0LTE0IC41aC00NTVWMzg1aDQ5MXE3NCAwIDEyMS41IDM2LjVUMjE3NiA1MTh6bTEyOCA3NjJWMHEwLTUyLTM4LTkwdC05MC0zOEgxMjhxLTUyIDAtOTAgMzhUMCAwdjEyODBxMCA1MiAzOCA5MHQ5MCAzOGgyMDQ4cTUyIDAgOTAtMzh0MzgtOTB6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81NTIiIHVuaWNvZGU9Iu+JjCIgaG9yaXotYWR2LXg9IjIzMDQiIGQ9Ik04NTggMjk1djY5M3EtMTA2LTQxLTE3Mi0xMzUuNVQ2MjAgNjQxdDY2LTIxMS41VDg1OCAyOTV6bTUwNCAzNDZxMCAxMTctNjYgMjExLjVUMTEyNCA5ODhWMjk0cTEwNiA0MSAxNzIgMTM1LjV0NjYgMjExLjV6bTIxNSAwcTAtMTU5LTc4LjUtMjk0VDEyODUgMTMzLjUgOTkxIDU1cS0xMTkgMC0yMjcuNSA0Ni41dC0xODcgMTI1LTEyNSAxODdUNDA1IDY0MXEwIDE1OSA3OC41IDI5NFQ2OTcgMTE0OC41dDI5NCA3OC41IDI5NC03OC41VDE0OTguNSA5MzV0NzguNS0yOTR6bTM4My03cTAgMTM5LTU1LjUgMjYxLjVUMTc1NyAxMTAxdC0yMTMuNSAxMzEtMjUyLjUgNDhIOTkwcS0xNzYgMC0zMjMuNS04MXQtMjM1LTIzMFQzNDQgNjM0cTAtMTcxIDg3LTMxNy41VDY2NyA4NSA5OTAgMGgzMDFxMTI5IDAgMjUxLjUgNTAuNXQyMTQuNSAxMzVUMTkwNC41IDM4OHQ1NS41IDI0NnptMzQ0IDY0NlYwcTAtNTItMzgtOTB0LTkwLTM4SDEyOHEtNTIgMC05MCAzOFQwIDB2MTI4MHEwIDUyIDM4IDkwdDkwIDM4aDIwNDhxNTIgMCA5MC0zOHQzOC05MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU1MyIgdW5pY29kZT0i74mNIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE2NjQtOTZWOTkycTAgMTMtOS41IDIyLjV0LTIyLjUgOS41SDU0NHEtMTMgMC0yMi41LTkuNVQ1MTIgOTkyVi05NnEwLTEzIDkuNS0yMi41VDU0NC0xMjhoMTA4OHExMyAwIDIyLjUgOS41VDE2NjQtOTZ6bTEyOCAxMDg4Vi05NnEwLTY2LTQ3LTExM3QtMTEzLTQ3SDU0NHEtNjYgMC0xMTMgNDdUMzg0LTk2Vjk5MnEwIDY2IDQ3IDExM3QxMTMgNDdoMTA4OHE2NiAwIDExMy00N3Q0Ny0xMTN6bS0zODQgMzg0di0xNjBoLTEyOHYxNjBxMCAxMy05LjUgMjIuNXQtMjIuNSA5LjVIMTYwcS0xMyAwLTIyLjUtOS41VDEyOCAxMzc2VjI4OHEwLTEzIDkuNS0yMi41VDE2MCAyNTZoMTYwVjEyOEgxNjBxLTY2IDAtMTEzIDQ3VDAgMjg4djEwODhxMCA2NiA0NyAxMTN0MTEzIDQ3aDEwODhxNjYgMCAxMTMtNDd0NDctMTEzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTU0IiB1bmljb2RlPSLviY4iIGhvcml6LWFkdi14PSIyMzA0IiBkPSJNMTcyOCAxMDg4bC0zODQtNzA0aDc2OHptLTEyODAgMEw2NCAzODRoNzY4em04MjEgMTkycS0xNC00MC00NS41LTcxLjVUMTE1MiAxMTYzVi0xMjhoNjA4cTE0IDAgMjMtOXQ5LTIzdi02NHEwLTE0LTktMjN0LTIzLTlINDE2cS0xNCAwLTIzIDl0LTkgMjN2NjRxMCAxNCA5IDIzdDIzIDloNjA4djEyOTFxLTQwIDE0LTcxLjUgNDUuNVQ5MDcgMTI4MEg0MTZxLTE0IDAtMjMgOXQtOSAyM3Y2NHEwIDE0IDkgMjN0MjMgOWg0OTFxMjEgNTcgNzAgOTIuNXQxMTEgMzUuNSAxMTEtMzUuNSA3MC05Mi41aDQ5MXExNCAwIDIzLTl0OS0yM3YtNjRxMC0xNC05LTIzdC0yMy05aC00OTF6bS0xODEtMTZxMzMgMCA1Ni41IDIzLjV0MjMuNSA1Ni41LTIzLjUgNTYuNS01Ni41IDIzLjUtNTYuNS0yMy41LTIzLjUtNTYuNSAyMy41LTU2LjUgNTYuNS0yMy41em0xMDg4LTg4MHEwLTczLTQ2LjUtMTMxVDIwMTIgMTYydC0xNDQuNS00OS41VDE3MjggOTZ0LTEzOS41IDE2LjVUMTQ0NCAxNjJ0LTExNy41IDkxLTQ2LjUgMTMxcTAgMTEgMzUgODF0OTIgMTc0LjVUMTUxNCA4MzV0MTAyIDE4NCA1NiAxMDBxMTggMzMgNTYgMzN0NTYtMzNxNC03IDU2LTEwMHQxMDItMTg0IDEwNy0xOTUuNSA5Mi0xNzQuNSAzNS04MXptLTEyODAgMHEwLTczLTQ2LjUtMTMxVDczMiAxNjJ0LTE0NC41LTQ5LjVUNDQ4IDk2dC0xMzkuNSAxNi41VDE2NCAxNjIgNDYuNSAyNTMgMCAzODRxMCAxMSAzNSA4MXQ5MiAxNzQuNVQyMzQgODM1dDEwMiAxODQgNTYgMTAwcTE4IDMzIDU2IDMzdDU2LTMzcTQtNyA1Ni0xMDB0MTAyLTE4NCAxMDctMTk1LjVUODYxIDQ2NXQzNS04MXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU1NSIgdW5pY29kZT0i74mQIiBkPSJNMTQwOCAxNDA4cTAtMjYxLTEwNi41LTQ2MS41VDEwMzUgNjQwcTE2MC0xMDYgMjY2LjUtMzA2LjVUMTQwOC0xMjhoOTZxMTQgMCAyMy05dDktMjN2LTY0cTAtMTQtOS0yM3QtMjMtOUgzMnEtMTQgMC0yMyA5dC05IDIzdjY0cTAgMTQgOSAyM3QyMyA5aDk2cTAgMjYxIDEwNi41IDQ2MS41VDUwMSA2NDBRMzQxIDc0NiAyMzQuNSA5NDYuNVQxMjggMTQwOEgzMnEtMTQgMC0yMyA5dC05IDIzdjY0cTAgMTQgOSAyM3QyMyA5aDE0NzJxMTQgMCAyMy05dDktMjN2LTY0cTAtMTQtOS0yM3QtMjMtOWgtOTZ6TTg3NCA3MDBxNzcgMjkgMTQ5IDkyLjVUMTE1Mi41IDk0NXQ5Mi41IDIxMCAzNSAyNTNIMjU2cTAtMTMyIDM1LTI1M3Q5Mi41LTIxMFQ1MTMgNzkyLjUgNjYyIDcwMHExOS03IDMwLjUtMjMuNVQ3MDQgNjQwdC0xMS41LTM2LjVUNjYyIDU4MHEtNzctMjktMTQ5LTkyLjVUMzgzLjUgMzM1IDI5MSAxMjV0LTM1LTI1M2gxMDI0cTAgMTMyLTM1IDI1M3QtOTIuNSAyMTBUMTAyMyA0ODcuNSA4NzQgNTgwcS0xOSA3LTMwLjUgMjMuNVQ4MzIgNjQwdDExLjUgMzYuNVQ4NzQgNzAweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTU2IiB1bmljb2RlPSLviZEiIGQ9Ik0xNDA4IDE0MDhxMC0yNjEtMTA2LjUtNDYxLjVUMTAzNSA2NDBxMTYwLTEwNiAyNjYuNS0zMDYuNVQxNDA4LTEyOGg5NnExNCAwIDIzLTl0OS0yM3YtNjRxMC0xNC05LTIzdC0yMy05SDMycS0xNCAwLTIzIDl0LTkgMjN2NjRxMCAxNCA5IDIzdDIzIDloOTZxMCAyNjEgMTA2LjUgNDYxLjVUNTAxIDY0MFEzNDEgNzQ2IDIzNC41IDk0Ni41VDEyOCAxNDA4SDMycS0xNCAwLTIzIDl0LTkgMjN2NjRxMCAxNCA5IDIzdDIzIDloMTQ3MnExNCAwIDIzLTl0OS0yM3YtNjRxMC0xNC05LTIzdC0yMy05aC05NnptLTEyOCAwSDI1NnEwLTY2IDktMTI4aDEwMDZxOSA2MSA5IDEyOHptMC0xNTM2cTAgMTMwLTM0IDI0OS41dC05MC41IDIwOC0xMjYuNSAxNTJUODgzIDU3Nkg2NTNxLTc2LTMxLTE0Ni05NC41dC0xMjYuNS0xNTItOTAuNS0yMDhUMjU2LTEyOGgxMDI0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTU3IiB1bmljb2RlPSLviZIiIGQ9Ik0xNDA4IDE0MDhxMC0yNjEtMTA2LjUtNDYxLjVUMTAzNSA2NDBxMTYwLTEwNiAyNjYuNS0zMDYuNVQxNDA4LTEyOGg5NnExNCAwIDIzLTl0OS0yM3YtNjRxMC0xNC05LTIzdC0yMy05SDMycS0xNCAwLTIzIDl0LTkgMjN2NjRxMCAxNCA5IDIzdDIzIDloOTZxMCAyNjEgMTA2LjUgNDYxLjVUNTAxIDY0MFEzNDEgNzQ2IDIzNC41IDk0Ni41VDEyOCAxNDA4SDMycS0xNCAwLTIzIDl0LTkgMjN2NjRxMCAxNCA5IDIzdDIzIDloMTQ3MnExNCAwIDIzLTl0OS0yM3YtNjRxMC0xNC05LTIzdC0yMy05aC05NnptLTEyOCAwSDI1NnEwLTIwNiA4NS0zODRoODU0cTg1IDE3OCA4NSAzODR6bS01Ny0xMjE2cS01NCAxNDEtMTQ1LjUgMjQxLjVUODgzIDU3Nkg2NTNxLTEwMy00Mi0xOTQuNS0xNDIuNVQzMTMgMTkyaDkxMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU1OCIgdW5pY29kZT0i74mTIiBkPSJNMTQwOCAxNDA4cTAtMjYxLTEwNi41LTQ2MS41VDEwMzUgNjQwcTE2MC0xMDYgMjY2LjUtMzA2LjVUMTQwOC0xMjhoOTZxMTQgMCAyMy05dDktMjN2LTY0cTAtMTQtOS0yM3QtMjMtOUgzMnEtMTQgMC0yMyA5dC05IDIzdjY0cTAgMTQgOSAyM3QyMyA5aDk2cTAgMjYxIDEwNi41IDQ2MS41VDUwMSA2NDBRMzQxIDc0NiAyMzQuNSA5NDYuNVQxMjggMTQwOEgzMnEtMTQgMC0yMyA5dC05IDIzdjY0cTAgMTQgOSAyM3QyMyA5aDE0NzJxMTQgMCAyMy05dDktMjN2LTY0cTAtMTQtOS0yM3QtMjMtOWgtOTZ6TTg3NCA3MDBxNzcgMjkgMTQ5IDkyLjVUMTE1Mi41IDk0NXQ5Mi41IDIxMCAzNSAyNTNIMjU2cTAtMTMyIDM1LTI1M3Q5Mi41LTIxMFQ1MTMgNzkyLjUgNjYyIDcwMHExOS03IDMwLjUtMjMuNVQ3MDQgNjQwdC0xMS41LTM2LjVUNjYyIDU4MHEtMTM3LTUxLTI0NC0xOTZoNzAwcS0xMDcgMTQ1LTI0NCAxOTYtMTkgNy0zMC41IDIzLjVUODMyIDY0MHQxMS41IDM2LjVUODc0IDcwMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU1OSIgdW5pY29kZT0i74mUIiBkPSJNMTUwNC02NHExNCAwIDIzLTl0OS0yM3YtMTI4cTAtMTQtOS0yM3QtMjMtOUgzMnEtMTQgMC0yMyA5dC05IDIzdjEyOHEwIDE0IDkgMjN0MjMgOWgxNDcyek0xMzAgMHEzIDU1IDE2IDEwN3QzMCA5NSA0NiA4NyA1My41IDc2IDY0LjUgNjkuNSA2NiA2MCA3MC41IDU1VDU0MyA1OTd0NjUgNDNxLTQzIDI4LTY1IDQzdC02Ni41IDQ3LjUtNzAuNSA1NS02NiA2MC02NC41IDY5LjUtNTMuNSA3Ni00NiA4Ny0zMCA5NS0xNiAxMDdoMTI3NnEtMy01NS0xNi0xMDd0LTMwLTk1LTQ2LTg3LTUzLjUtNzYtNjQuNS02OS41LTY2LTYwLTcwLjUtNTVUOTkzIDY4M3QtNjUtNDNxNDMtMjggNjUtNDN0NjYuNS00Ny41IDcwLjUtNTUgNjYtNjAgNjQuNS02OS41IDUzLjUtNzYgNDYtODcgMzAtOTUgMTYtMTA3SDEzMHptMTM3NCAxNTM2cTE0IDAgMjMtOXQ5LTIzdi0xMjhxMC0xNC05LTIzdC0yMy05SDMycS0xNCAwLTIzIDl0LTkgMjN2MTI4cTAgMTQgOSAyM3QyMyA5aDE0NzJ6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81NjAiIHVuaWNvZGU9Iu+JlSIgZD0iTTc2OCAxMTUycS01MyAwLTkwLjUtMzcuNVQ2NDAgMTAyNFY4OTZoLTMydjkzcTAgNDgtMzIgODEuNXQtODAgMzMuNXEtNDYgMC03OS0zM3QtMzMtNzlWNTYzbC0zMiAzMHYxNzJxMCA0OC0zMiA4MS41VDI0MCA4ODBxLTQ2IDAtNzktMzN0LTMzLTc5VjU0NHEwLTQ3IDM1LTgybDMxMC0yOTZxMzktMzkgMzktMTAyIDAtMjYgMTktNDV0NDUtMTloNjQwcTI2IDAgNDUgMTl0MTkgNDV2MjVxMCA0MSAxMCA3N2wxMDggNDM2cTEwIDM2IDEwIDc3djI0NnEwIDQ4LTMyIDgxLjV0LTgwIDMzLjVxLTQ2IDAtNzktMzN0LTMzLTc5di0zMmgtMzJ2MTI1cTAgNDAtMjUgNzIuNXQtNjQgNDAuNXEtMTQgMi0yMyAyLTQ2IDAtNzktMzN0LTMzLTc5Vjg5NmgtMzJ2MTIycTAgNTEtMzIuNSA4OS41VDc4MSAxMTUxcS01IDEtMTMgMXptMCAxMjhxODQgMCAxNDktNTAgNTcgMzQgMTIzIDM0IDU5IDAgMTExLTI3dDg2LTc2cTI3IDcgNTkgNyAxMDAgMCAxNzAtNzEuNXQ3MC0xNzEuNVY2NzlxMC01MS0xMy0xMDhsLTEwOS00MzZxLTYtMjQtNi03MSAwLTgwLTU2LTEzNnQtMTM2LTU2SDU3NnEtODQgMC0xMzggNTguNVQzODQgNzNMNzYgMzY5UTAgNDQyIDAgNTQ0djIyNHEwIDk5IDcwLjUgMTY5LjVUMjQwIDEwMDhxMTEgMCAxNi0xIDYgOTUgNzUuNSAxNjB0MTY0LjUgNjVxNTIgMCA5OC0yMSA3MiA2OSAxNzQgNjl6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81NjEiIHVuaWNvZGU9Iu+JliIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik04ODAgMTQwOHEtNDYgMC03OS0zM3QtMzMtNzlWNjQwaC0zMnY1MjhxMCA0Ni0zMyA3OXQtNzkgMzMtNzktMzMtMzMtNzlWMzg0TDM1OCA1ODlxLTM4IDUxLTEwMiA1MS01MyAwLTkwLjUtMzcuNVQxMjggNTEycTAtNDMgMjYtNzdMNTM4LTc3cTM4LTUxIDEwMi01MWg2ODhxMzQgMCA2MSAyMnQzNCA1Nmw3NiA0MDVxNSAzMiA1IDU5djQ5OHEwIDQ2LTMzIDc5dC03OSAzMy03OS0zMy0zMy03OVY2NDBoLTMydjUyOHEwIDQ2LTMzIDc5dC03OSAzMy03OS0zMy0zMy03OVY2NDBoLTMydjY1NnEwIDQ2LTMzIDc5dC03OSAzM3ptMCAxMjhxNjggMCAxMjUuNS0zNS41dDg4LjUtOTYuNXExOSA0IDQyIDQgOTkgMCAxNjkuNS03MC41VDEzNzYgMTE2OHYtMTdxMTA1IDYgMTgwLjUtNjR0NzUuNS0xNzVWNDE0cTAtNDAtOC04M2wtNzYtNDA0cS0xNC03OS03Ni41LTEzMVQxMzI4LTI1Nkg2NDBxLTYwIDAtMTE0LjUgMjcuNVQ0MzUtMTU0TDUxIDM1OFEwIDQyNiAwIDUxMnEwIDEwNiA3NSAxODF0MTgxIDc1cTc4IDAgMTI4LTM0djQzNHEwIDk5IDcwLjUgMTY5LjVUNjI0IDE0MDhxMjMgMCA0Mi00IDMxIDYxIDg4LjUgOTYuNVQ4ODAgMTUzNnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU2MiIgdW5pY29kZT0i74mXIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTEwNzMtMTI4SDg5NnEtMTYzIDAtMjI2IDE0MS0yMyA0OS0yMyAxMDJ2NXEtNjIgMzAtOTguNSA4OC41VDUxMiAzMzZxMCAzOCA1IDQ4SDI1NnEtMTA2IDAtMTgxIDc1VDAgNjQwdDc1IDE4MSAxODEgNzVoMTEzbC00NCAxN3EtNzQgMjgtMTE5LjUgOTMuNVQxNjAgMTE1MnEwIDEwNiA3NSAxODF0MTgxIDc1cTQ2IDAgOTEtMTdsNjI4LTIzOWg0MDFxMTA2IDAgMTgxLTc1dDc1LTE4MVYyMjhxMC04OC01NC0xNTcuNVQxNTk4LTIwbC0zMzktODVxLTkyLTIzLTE4Ni0yM3ptLTQ5IDcxMWwtMTU1LTcxLTE2My03NHEtMzAtMTQtNDgtNDEuNVQ2NDAgMzM2cTAtNDYgMzMtNzl0NzktMzNxMjYgMCA0NiAxMGwzMzggMTU0cS00OSAxMC04MC41IDUwdC0zMS41IDkwdjU1em0zMjAtMzExcTAgNDYtMzMgNzl0LTc5IDMzcS0yNiAwLTQ2LTEwTDg5NiAyNDJxLTI4LTEzLTM3LTE3dC0zMC41LTE3LTI5LjUtMjMuNS0xNi0yOS04LTQwLjVxMC01MCAzMS41LTgyVDg4OCAxcTIwIDAgMzggOWwzNTIgMTYwcTMwIDE0IDQ4IDQxLjV0MTggNjAuNXptLTIzMiA3NTJsLTY1MCAyNDhxLTI0IDgtNDYgOC01MyAwLTkwLjUtMzcuNVQyODggMTE1MnEwLTQwIDIyLjUtNzN0NTkuNS00N2w1MjYtMjAwdi02NEgyNTZxLTUzIDAtOTAuNS0zNy41VDEyOCA2NDB0MzcuNS05MC41VDI1NiA1MTJoNTM1bDIzMyAxMDZ2MTk4cTAgNjMgNDYgMTA2bDExMSAxMDJoLTY5ek0xMDczIDBxODIgMCAxNTUgMTlsMzM5IDg1cTQzIDExIDcwIDQ1LjV0MjcgNzguNXY2NjhxMCA1My0zNy41IDkwLjVUMTUzNiAxMDI0aC0zMDhsLTEzNi0xMjZxLTM2LTMzLTM2LTgyVjUyMHEwLTQ2IDMzLTc3dDc5LTMxIDc5IDM1IDMzIDgxdjIwOGgzMlY1MjhxMC03MC01Ny0xMTQgNTItOCA4Ni41LTQ4LjVUMTM3NiAyNzJxMC00Mi0yMy03OHQtNjEtNTNMOTgyIDBoOTF6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81NjMiIHVuaWNvZGU9Iu+JmCIgaG9yaXotYWR2LXg9IjIwNDgiIGQ9Ik0xMTUxIDE1MzZxNjEgMCAxMTYtMjh0OTEtNzdsNTcyLTc4MXExMTgtMTU5IDExOC0zNTlWLTY0cTAtODAtNTYtMTM2dC0xMzYtNTZoLTM4NHEtODAgMC0xMzYgNTZ0LTU2IDEzNnYxNzdMOTk0IDI1Nkg0NDhxLTgwIDAtMTM2IDU2dC01NiAxMzZ2MzJxMCAxMTkgODQuNSAyMDMuNVQ1NDQgNzY4aDQyMGw0MiAxMjhIMzIwcS0xMDAgMC0xNzMuNSA2Ny41VDY1IDExMzBxLTY1IDc5LTY1IDE4MnYzMnEwIDgwIDU2IDEzNnQxMzYgNTZoOTU5ek0xOTIwLTY0djM1NXEwIDE1Ny05MyAyODRsLTU3MyA3ODFxLTM5IDUyLTEwMyA1MkgxOTJxLTI2IDAtNDUtMTl0LTE5LTQ1cTAtMzIgMS41LTQ5LjV0OS41LTQwLjUgMjUtNDNxMTAgMzEgMzUuNSA1MHQ1Ni41IDE5aDgzMnYtMzJIMjU2cS0yNiAwLTQ1LTE5dC0xOS00NXEwLTQ0IDMtNTggOC00NCA0NC03M3Q4MS0yOWg3MzFxNDAgMCA2OC0yOHQyOC02OHEwLTE1LTUtMzBsLTY0LTE5MnEtMTAtMjktMzUtNDcuNVQ5ODcgNjQwSDU0NHEtNjYgMC0xMTMtNDd0LTQ3LTExM3YtMzJxMC0yNiAxOS00NXQ0NS0xOWg1NjFxMTYgMCAyOS03bDMxNy0xNThxMjQtMTMgMzguNS0zNnQxNC41LTUwVi02NHEwLTI2IDE5LTQ1dDQ1LTE5aDM4NHEyNiAwIDQ1IDE5dDE5IDQ1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTY0IiB1bmljb2RlPSLviZkiIGhvcml6LWFkdi14PSIyMDQ4IiBkPSJNNDU5LTI1NnEtNzcgMC0xMzcuNSA0Ny41VDI0Mi04NkwxNDEgMzE1cS0xMyA1Ny0xMyAxMDggMCA0NS01IDY3TDcgOTY3cS03IDI3LTcgNTcgMCA5MyA2MiAxNjF0MTU1IDc4cTE3IDg1IDgyLjUgMTM5dDE1Mi41IDU0cTgzIDAgMTQ4LTUxLjV0ODUtMTMyLjVsODMtMzQ4IDEwMyA0MjhxMjAgODEgODUgMTMyLjV0MTQ4IDUxLjVxODkgMCAxNTUuNS01Ny41VDEzNDAgMTMzNHE5Mi0xMCAxNTItNzl0NjAtMTYycTAtMjQtNy01OWwtMTIzLTUxMnExMCA3IDM3LjUgMjguNVQxNDk4IDU4MHQzNSAyMyA0MSAyMC41IDQxLjUgMTEgNDkuNSA1LjVxMTA1IDAgMTgwLTc0dDc1LTE3OXEwLTYyLTI4LjUtMTE4dC03OC41LTk0bC01MDctMzgwcS02OC01MS0xNTMtNTFINDU5em02NDUgMTY2NHEtMzggMC02OC41LTI0dC0zOS41LTYyTDgzMiA2NDBINzA1bC0xNDUgNjAycS05IDM4LTM5LjUgNjJ0LTY4LjUgMjRxLTQ4IDAtODAtMzN0LTMyLTgwcTAtMTUgMy0yOGwxMzItNTQ3aC0yNmwtOTkgNDA4cS05IDM3LTQwIDYyLjV0LTY5IDI1LjVxLTQ3IDAtODAtMzN0LTMzLTc5cTAtMTQgMy0yNmwxMTYtNDc4cTctMjggOS04NnQxMC04OEwzNjYtNTVxOC0zMiAzNC01Mi41dDU5LTIwLjVoNjk0cTQyIDAgNzYgMjZsNTA3IDM3OXE1NiA0MyA1NiAxMTAgMCA1Mi0zNy41IDg4LjVUMTY2NSA1MTJxLTQzIDAtNzctMjZsLTMwNy0yMzB2MjI3cTAgNCAzMiAxMzh0NjggMjgyIDM5IDE2MXE0IDE4IDQgMjkgMCA0Ny0zMiA4MXQtNzkgMzRxLTM5IDAtNjkuNS0yNHQtMzkuNS02MmwtMTE2LTQ4MmgtMjZsMTUwIDYyNHEzIDE0IDMgMjggMCA0OC0zMS41IDgydC03OS41IDM0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTY1IiB1bmljb2RlPSLviZoiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNNjQwIDE0MDhxLTUzIDAtOTAuNS0zNy41VDUxMiAxMjgwVjM4NEwzNjEgNTg2cS00MSA1NC0xMDcgNTQtNTIgMC04OS0zOHQtMzctOTBxMC00MyAyNi03N0w1MzgtNzdxMzgtNTEgMTAyLTUxaDcxOHEyMiAwIDM5LjUgMTMuNVQxNDIwLTgwbDkyIDM2OHEyNCA5NiAyNCAxOTR2MjE3cTAgNDEtMjggNzF0LTY4IDMwLTY4LTI4LTI4LTY4aC0zMnY2MXEwIDQ4LTMyIDgxLjV0LTgwIDMzLjVxLTQ2IDAtNzktMzN0LTMzLTc5di02NGgtMzJ2OTBxMCA1NS0zNyA5NC41VDkyOCA5MjhxLTUzIDAtOTAuNS0zNy41VDgwMCA4MDB2LTk2aC0zMnY1NzBxMCA1NS0zNyA5NC41dC05MSAzOS41em0wIDEyOHExMDcgMCAxODEuNS03Ny41VDg5NiAxMjc0di0yMjBxMjIgMiAzMiAyIDk5IDAgMTczLTY5IDQ3IDIxIDk5IDIxIDExMyAwIDE4NC04NyAyNyA3IDU2IDcgOTQgMCAxNTktNjcuNXQ2NS0xNjEuNVY0ODJxMC0xMTYtMjgtMjI1bC05Mi0zNjhxLTE2LTY0LTY4LTEwNC41VDEzNTgtMjU2SDY0MHEtNjAgMC0xMTQuNSAyNy41VDQzNS0xNTRMNTEgMzU4UTAgNDI2IDAgNTEycTAgMTA1IDc0LjUgMTgwLjVUMjU0IDc2OHE3MSAwIDEzMC0zNXY1NDdxMCAxMDYgNzUgMTgxdDE4MSA3NXpNNzY4IDEyOHYzODRoLTMyVjEyOGgzMnptMjU2IDB2Mzg0aC0zMlYxMjhoMzJ6bTI1NiAwdjM4NGgtMzJWMTI4aDMyeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTY2IiB1bmljb2RlPSLviZsiIGQ9Ik0xMjg4IDg4OXE2MCAwIDEwNy0yMyAxNDEtNjMgMTQxLTIyNlY0NjNxMC05NC0yMy0xODZsLTg1LTMzOXEtMjEtODYtOTAuNS0xNDBUMTE4MC0yNTZINTEycS0xMDYgMC0xODEgNzVUMjU2IDB2NDAxTDE3IDEwMjlxLTE3IDQ1LTE3IDkxIDAgMTA2IDc1IDE4MXQxODEgNzVxODAgMCAxNDUuNS00NS41VDQ5NSAxMjExbDE3LTQ0djExM3EwIDEwNiA3NSAxODF0MTgxIDc1IDE4MS03NSA3NS0xODF2LTI2MXEyNyA1IDQ4IDUgNjkgMCAxMjcuNS0zNi41VDEyODggODg5em0tMjE2IDdxLTMzIDAtNjAuNS0xOFQ5NzAgODMwbC03NC0xNjMtNzEtMTU1aDU1cTUwIDAgOTAtMzEuNXQ1MC04MC41bDE1NCAzMzhxMTAgMjAgMTAgNDYgMCA0Ni0zMyA3OXQtNzkgMzN6bTIyMS0xMzVxLTIyIDAtNDAuNS04dC0yOS0xNi0yMy41LTI5LjUtMTctMzAuNS0xNy0zN2wtMTMyLTI5MHEtMTAtMjAtMTAtNDYgMC00NiAzMy03OXQ3OS0zM3EzMyAwIDYwLjUgMTh0NDEuNSA0OGwxNjAgMzUycTkgMTggOSAzOCAwIDUwLTMyIDgxLjV0LTgyIDMxLjV6TTEyOCAxMTIwcTAtMjIgOC00NmwyNDgtNjUwdi02OWwxMDIgMTExcTQzIDQ2IDEwNiA0NmgxOThsMTA2IDIzM3Y1MzVxMCA1My0zNy41IDkwLjVUNzY4IDE0MDh0LTkwLjUtMzcuNVQ2NDAgMTI4MFY2NDBoLTY0bC0yMDAgNTI2cS0xNCAzNy00NyA1OS41dC03MyAyMi41cS01MyAwLTkwLjUtMzcuNVQxMjggMTEyMHpNMTE4MC0xMjhxNDQgMCA3OC41IDI3dDQ1LjUgNzBsODUgMzM5cTE5IDczIDE5IDE1NXY5MWwtMTQxLTMxMHEtMTctMzgtNTMtNjF0LTc4LTIzcS01MyAwLTkzLjUgMzQuNVQ5OTQgMjgxcS00NC01Ny0xMTQtNTdINjcydjMyaDIwOHE0NiAwIDgxIDMzdDM1IDc5LTMxIDc5LTc3IDMzSDU5MnEtNDkgMC04Mi0zNkwzODQgMzA4VjBxMC01MyAzNy41LTkwLjVUNTEyLTEyOGg2Njh6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81NjciIHVuaWNvZGU9Iu+JnCIgaG9yaXotYWR2LXg9IjE5NzMiIGQ9Ik04NTcgOTkyVjg3NXEwLTEzLTkuNS0yMnQtMjIuNS05SDUyN1YzMnEwLTEzLTktMjIuNVQ0OTYgMEgzNjFxLTEzIDAtMjIuNSA5VDMyOSAzMnY4MTJIMzJxLTEzIDAtMjIuNSA5VDAgODc1djExN3EwIDE0IDkgMjN0MjMgOWg3OTNxMTMgMCAyMi41LTkuNVQ4NTcgOTkyem0xMDM4IDNsNzctOTYxcTEtMTMtOC0yNC0xMC0xMC0yMy0xMGgtMTM0cS0xMiAwLTIxIDguNVQxNzc2IDI5bC00NiA1ODgtMTg5LTQyNXEtOC0xOS0yOS0xOWgtMTIwcS0yMCAwLTI5IDE5bC0xODggNDI3LTQ1LTU5MHEtMS0xMi0xMC0yMC41VDEwOTkgMEg5NjRxLTEzIDAtMjMgMTAtOSAxMC05IDI0bDc4IDk2MXExIDEyIDEwIDIwLjV0MjEgOC41aDE0MnEyMCAwIDI5LTE5bDIyMC01MjBxMTAtMjQgMjAtNTEgMyA3IDkuNSAyNC41VDE0NzIgNDg1bDIyMSA1MjBxOSAxOSAyOSAxOWgxNDFxMTMgMCAyMi04LjV0MTAtMjAuNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU2OCIgdW5pY29kZT0i74mdIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTEwNDIgODMzcTAgODgtNjAgMTIxLTMzIDE4LTExNyAxOEg3NDJWNjkxaDE2MnE2NiAwIDEwMiAzN3QzNiAxMDV6bTUyLTI4NWwyMDUtMzczcTgtMTctMS0zMS04LTE2LTI3LTE2aC0xNTJxLTIwIDAtMjggMTdMODk3IDUxMEg3NDJWMTYwcTAtMTQtOS0yM3QtMjMtOUg1NzZxLTE0IDAtMjMgOXQtOSAyM3Y5NjBxMCAxNCA5IDIzdDIzIDloMjk0cTEyOCAwIDE5MC0yNCA4NS0zMSAxMzQtMTA5dDQ5LTE4MHEwLTkyLTQyLjUtMTY1LjVUMTA4NSA1NjRxNi0xMCA5LTE2em0tMTk4IDgyOHEtMTUwIDAtMjg2LTU4LjV0LTIzNC41LTE1Ny0xNTctMjM0LjVUMTYwIDY0MHQ1OC41LTI4NiAxNTctMjM0LjVUNjEwLTM3LjUgODk2LTk2dDI4NiA1OC41IDIzNC41IDE1NyAxNTcgMjM0LjUgNTguNSAyODYtNTguNSAyODYtMTU3IDIzNC41LTIzNC41IDE1Ny0yODYgNTguNXptODk2LTczNnEwLTE4Mi03MS0zNDhUMTUzMCA2dC0yODYtMTkxLTM0OC03MS0zNDggNzFUMjYyIDYgNzEgMjkyIDAgNjQwdDcxIDM0OCAxOTEgMjg2IDI4NiAxOTEgMzQ4IDcxIDM0OC03MSAyODYtMTkxIDE5MS0yODYgNzEtMzQ4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTY5IiB1bmljb2RlPSLviZ4iIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNNjA1IDMwM3ExNTMgMCAyNTcgMTA0IDE0IDE4IDMgMzZsLTQ1IDgycS02IDEzLTI0IDE3LTE2IDItMjctMTFsLTQtM3EtNC00LTExLjUtMTBUNzM2IDUwNC41IDcxMi41IDQ5MCA2ODQgNDc3dC0zMy41LTkuNVQ2MTMgNDY0cS03NiAwLTEyNSA1MHQtNDkgMTI3cTAgNzYgNDggMTI1LjVUNjA5IDgxNnEzNyAwIDcxLjUtMTR0NTAuNS0yOGwxNi0xNHExMS0xMSAyNi0xMCAxNiAyIDI0IDE0bDUzIDc4cTEzIDIwLTIgMzktMyA0LTExIDEydC0zMCAyMy41LTQ4LjUgMjhUNjkxIDk2N3QtODYgMTBxLTE0OCAwLTI0Ni05Ni41VDI2MSA2NDBxMC0xNDYgOTctMjQxLjVUNjA1IDMwM3ptNjMwIDBxMTUzIDAgMjU3IDEwNCAxNCAxOCA0IDM2bC00NSA4MnEtOCAxNC0yNSAxNy0xNiAyLTI3LTExbC00LTNxLTQtNC0xMS41LTEwdC0xNy41LTEzLjUtMjMuNS0xNC41LTI4LjUtMTMtMzMuNS05LjUtMzcuNS0zLjVxLTc2IDAtMTI1IDUwdC00OSAxMjdxMCA3NiA0OCAxMjUuNXQxMjIgNDkuNXEzNyAwIDcxLjUtMTR0NTAuNS0yOGwxNi0xNHExMS0xMSAyNi0xMCAxNiAyIDI0IDE0bDUzIDc4cTEzIDIwLTIgMzktMyA0LTExIDEydC0zMCAyMy41LTQ4LjUgMjhUMTMyMSA5Njd0LTg2IDEwcS0xNDcgMC0yNDUuNS05Ni41VDg5MSA2NDBxMC0xNDYgOTctMjQxLjV0MjQ3LTk1LjV6TTg5NiAxMzc2cS0xNTAgMC0yODYtNTguNXQtMjM0LjUtMTU3LTE1Ny0yMzQuNVQxNjAgNjQwdDU4LjUtMjg2IDE1Ny0yMzQuNVQ2MTAtMzcuNSA4OTYtOTZ0Mjg2IDU4LjUgMjM0LjUgMTU3IDE1NyAyMzQuNSA1OC41IDI4Ni01OC41IDI4Ni0xNTcgMjM0LjUtMjM0LjUgMTU3LTI4NiA1OC41em0wIDE2MHExODIgMCAzNDgtNzF0Mjg2LTE5MSAxOTEtMjg2IDcxLTM0OC03MS0zNDhUMTUzMCA2dC0yODYtMTkxLTM0OC03MS0zNDggNzFUMjYyIDYgNzEgMjkyIDAgNjQwdDcxIDM0OCAxOTEgMjg2IDI4NiAxOTEgMzQ4IDcxeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJmMjYwIiB1bmljb2RlPSLviaAiIGhvcml6LWFkdi14PSIyMDQ4IiBkPSJNNzM2IDczNmwzODQtMzg0TDczNi0zMiA2NCA2NDBsNjcyIDY3MiAxNjgtMTY4LTk2LTk2LTcyIDcyLTQ4MC00ODAgNDgwLTQ4MCAxOTMgMTkzLTI4OSAyODd6bTU3NiA1NzZsNjcyLTY3Mi02NzItNjcyLTE2OCAxNjggOTYgOTYgNzItNzIgNDgwIDQ4MC00ODAgNDgwLTE5My0xOTMgMjg5LTI4Ny05Ni05Ni0zODQgMzg0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJmMjYxIiB1bmljb2RlPSLviaEiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNNzE3IDE4MmwyNzEgMjcxLTI3OSAyNzktODgtODggMTkyLTE5MS05Ni05Ni0yNzkgMjc5IDI3OSAyNzkgNDAtNDAgODcgODctMTI3IDEyOC00NTQtNDU0em0zNTggOGw0NTQgNDU0LTQ1NCA0NTQtMjcxLTI3MSAyNzktMjc5IDg4IDg4LTE5MiAxOTEgOTYgOTYgMjc5LTI3OS0yNzktMjc5LTQwIDQwLTg3LTg4em03MTcgNDUwcTAtMTgyLTcxLTM0OFQxNTMwIDZ0LTI4Ni0xOTEtMzQ4LTcxLTM0OCA3MVQyNjIgNiA3MSAyOTIgMCA2NDB0NzEgMzQ4IDE5MSAyODYgMjg2IDE5MSAzNDggNzEgMzQ4LTcxIDI4Ni0xOTEgMTkxLTI4NiA3MS0zNDh6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81NzIiIHVuaWNvZGU9Iu+JoiIgaG9yaXotYWR2LXg9IjIzMDQiIGQ9Ik02NTEgNTM5cTAtMzktMjcuNS02Ni41VDU1OCA0NDVxLTM5IDAtNjYuNSAyNy41VDQ2NCA1MzlxMCAzOCAyNy41IDY1LjVUNTU4IDYzMnEzOCAwIDY1LjUtMjcuNVQ2NTEgNTM5em0xMTU0IDFxMC0zOS0yNy41LTY2LjVUMTcxMSA0NDZ0LTY2LjUgMjcuNVQxNjE3IDU0MHQyNy41IDY2IDY2LjUgMjcgNjYuNS0yNyAyNy41LTY2em0tMTA0MC0xcTAgNzktNTYuNSAxMzZUNTcyIDczMnQtMTM2LjUtNTYuNVQzNzkgNTM5dDU2LjUtMTM2LjVUNTcyIDM0NnQxMzYuNSA1Ni41VDc2NSA1Mzl6bTExNTMgMXEwIDgwLTU2LjUgMTM2LjVUMTcyNSA3MzNxLTc5IDAtMTM2LTU2LjVUMTUzMiA1NDB0NTYuNS0xMzYuNVQxNzI1IDM0N3QxMzYuNSA1Ni41VDE5MTggNTQwem0tMTA2OC0xcTAtMTE2LTgxLjUtMTk3LjVUNTcyIDI2MHEtMTE2IDAtMTk3LjUgODJUMjkzIDUzOXQ4MiAxOTYuNVQ1NzIgODE3dDE5Ni41LTgxLjVUODUwIDUzOXptMTE1NCAxcTAtMTE1LTgxLjUtMTk2LjVUMTcyNSAyNjJxLTExNSAwLTE5Ni41IDgxLjVUMTQ0NyA1NDB0ODEuNSAxOTYuNVQxNzI1IDgxOHExMTYgMCAxOTcuNS04MS41VDIwMDQgNTQwem0tOTY0LTNxMCAxOTEtMTM1LjUgMzI2LjVUNTc4IDk5OXEtMTI1IDAtMjMxLTYyVDE3OSA3NjguNSAxMTcgNTM3dDYyLTIzMS41VDM0NyAxMzd0MjMxLTYycTE5MSAwIDMyNi41IDEzNS41VDEwNDAgNTM3em02NjggNTczcS0yNTQgMTExLTU1NiAxMTEtMzE5IDAtNTczLTExMCAxMTcgMCAyMjMtNDUuNVQ5ODQuNSA5NDN0MTIyLTE4MyA0NS41LTIyM3EwIDExNSA0My41IDIxOS41dDExOCAxODAuNSAxNzcuNSAxMjMgMjE3IDUwem00NzktNTczcTAgMTkxLTEzNSAzMjYuNVQxNzI2IDk5OXQtMzI2LjUtMTM1LjVUMTI2NCA1Mzd0MTM1LjUtMzI2LjVUMTcyNiA3NXQzMjYgMTM1LjVUMjE4NyA1Mzd6bS0yNjYgNTY2aDM4M3EtNDQtNTEtNzUtMTE0LjVUMjE4OSA4NzRxMTEwLTE1MSAxMTAtMzM3IDAtMTU2LTc3LTI4OFQyMDEzIDQwLjUgMTcyNi0zNnEtMTMzIDAtMjQ5IDU2dC0xOTYgMTU1cS00Ny01Ni0xMjktMTc5LTExIDIyLTUzLjUgODIuNVQxMDI0IDE3NlE5NDQgNzcgODI3LjUgMjAuNVQ1NzgtMzZxLTE1NSAwLTI4NyA3Ni41VDgyIDI0OSA1IDUzN3EwIDE4NiAxMTAgMzM3LTkgNTEtNDAgMTE0LjVUMCAxMTAzaDM2NXExNDkgMTAwIDM1NSAxNTYuNXQ0MzIgNTYuNXEyMjQgMCA0MjEtNTZ0MzQ4LTE1N3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iZjI2MyIgdW5pY29kZT0i74mjIiBob3Jpei1hZHYteD0iMTI4MCIgZD0iTTY0MCA2MjlxLTE4OCAwLTMyMSAxMzN0LTEzMyAzMjBxMCAxODggMTMzIDMyMXQzMjEgMTMzIDMyMS0xMzMgMTMzLTMyMXEwLTE4Ny0xMzMtMzIwVDY0MCA2Mjl6bTAgNjc3cS05MiAwLTE1Ny41LTY1LjVUNDE3IDEwODJxMC05MiA2NS41LTE1Ny41VDY0MCA4NTl0MTU3LjUgNjUuNVQ4NjMgMTA4MnEwIDkzLTY1LjUgMTU4LjVUNjQwIDEzMDZ6bTUyMy03MzJxMTMtMjcgMTUtNDkuNXQtNC41LTQwLjUtMjYuNS0zOC41LTQyLjUtMzdUMTA0MyAzNjdxLTExNS03My0zMTUtOTRsNzMtNzIgMjY3LTI2N3EzMC0zMSAzMC03NHQtMzAtNzNsLTEyLTEzcS0zMS0zMC03NC0zMHQtNzQgMzBxLTY3IDY4LTI2NyAyNjhMMzc0LTIyNnEtMzEtMzAtNzQtMzB0LTczIDMwbC0xMiAxM3EtMzEgMzAtMzEgNzN0MzEgNzRsMjY3IDI2NyA3MiA3MnEtMjAzIDIxLTMxNyA5NC0zOSAyNS02MS41IDQxLjV0LTQyLjUgMzctMjYuNSAzOC41LTQuNSA0MC41IDE1IDQ5LjVxMTAgMjAgMjggMzV0NDIgMjIgNTYtMiA2NS0zNXE1LTQgMTUtMTF0NDMtMjQuNSA2OS0zMC41IDkyLTI0IDExMy0xMXE5MSAwIDE3NCAyNS41VDkzNCA1NjlsMzggMjVxMzMgMjYgNjUgMzV0NTYgMiA0Mi0yMiAyOC0zNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU3NCIgdW5pY29kZT0i74mkIiBkPSJNOTI3IDk1NnEwLTY2LTQ2LjUtMTEyLjVUNzY4IDc5N3QtMTEyLjUgNDYuNVQ2MDkgOTU2dDQ2LjUgMTEyLjVUNzY4IDExMTV0MTEyLjUtNDYuNVQ5MjcgOTU2em0yMTQtMzYzcS0xMCAyMC0yOCAzMnQtNDcuNSA5LjVUMTAwNSA2MDdxLTEwLTgtMjktMjB0LTgxLTMyLTEyNy0yMC0xMjQgMTgtODYgMzZsLTI3IDE4cS0zMSAyNS02MC41IDI3LjVUNDIzIDYyNXQtMjgtMzJxLTIyLTQ1LTItNzQuNXQ4Ny03My41cTgzLTUzIDIyNi02N2wtNTEtNTJRNTEzIDE4NCA0NjQgMTM2cS0yMi0yMi0yMi01Mi41VDQ2NCAzMWw5LTlxMjItMjIgNTIuNS0yMlQ1NzggMjJsMTkxIDE5MVE4ODMgOTggOTYwIDIycTIyLTIyIDUyLjUtMjJ0NTIuNSAyMmw5IDlxMjIgMjIgMjIgNTIuNXQtMjIgNTIuNUw4ODMgMzI2bC01MiA1MnExNDEgMTQgMjI1IDY3IDY3IDQ0IDg3IDczLjV0LTIgNzQuNXptLTQ5IDM2M3EwIDEzNC05NSAyMjl0LTIyOSA5NS0yMjktOTUtOTUtMjI5IDk1LTIyOSAyMjktOTUgMjI5IDk1IDk1IDIyOXptNDQ0IDE2NFYxNjBxMC0xMTktODQuNS0yMDMuNVQxMjQ4LTEyOEgyODhxLTExOSAwLTIwMy41IDg0LjVUMCAxNjB2OTYwcTAgMTE5IDg0LjUgMjAzLjVUMjg4IDE0MDhoOTYwcTExOSAwIDIwMy41LTg0LjVUMTUzNiAxMTIweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTc1IiB1bmljb2RlPSLviaUiIGhvcml6LWFkdi14PSIxNzIwIiBkPSJNMTU2NSAxNDA4cTY1IDAgMTEwLTQ1LjV0NDUtMTEwLjVWNzMzcTAtMTc2LTY4LTMzNnQtMTgyLjUtMjc1LTI3NC0xODIuNVQ4NjEtMTI4cS0xNzYgMC0zMzUuNSA2Ny41VDI1MSAxMjIgNjggMzk3IDAgNzMzdjUxOXEwIDY0IDQ2IDExMHQxMTAgNDZoMTQwOXpNODYxIDM0NHE0NyAwIDgyIDMzbDQwNCAzODhxMzcgMzUgMzcgODUgMCA0OS0zNC41IDgzLjVUMTI2NiA5NjhxLTQ3IDAtODItMzNMODYxIDYyNSA1MzggOTM1cS0zNSAzMy04MSAzMy00OSAwLTgzLjUtMzQuNVQzMzkgODUwcTAtNTEgMzYtODVsNDA1LTM4OHEzMy0zMyA4MS0zM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU3NiIgdW5pY29kZT0i74mmIiBob3Jpei1hZHYteD0iMjMwNCIgZD0iTTE0OTQtMTAzbC0yOTUgNjk1cS0yNS00OS0xNTguNS0zMDUuNVQ4NDItMTAzcS0xLTEtMjcuNS0uNVQ3ODgtMTAyUTcwNiA5MSA1MzIuNSA0ODVUMjczIDEwODFxLTIxIDUwLTY2LjUgMTA3LjVUMTAzIDEyODkgMSAxMzMycTAgNS0uNSAyNHQtLjUgMjdoNTgzdi01MHEtMzktMi03OS41LTE2dC02Ni41LTQzLTEwLTY0cTI2LTU5IDIxNi41LTQ5OVQ4NzkgMTcxcTMxIDYxIDE0MCAyNjYuNVQxMTUwIDY4NXEtMTkgMzktMTI2IDI4MXQtMTM2IDI5NXEtMzggNjktMjAxIDcxdjUwbDUxMy0xdi00N3EtNjAtMi05My41LTI1dC0xMi41LTY5cTMzLTcwIDg3LTE4OS41dDg2LTE4Ny41cTExMCAyMTQgMTczIDM2MyAyNCA1NS0xMCA3OS41dC0xMjkgMjYuNXExIDcgMSAyNXYyNHE2NCAwIDE3MC41LjV0MTgwIDEgOTIuNS41di00OXEtNjItMi0xMTktMzN0LTkwLTgxbC0yMTMtNDQycTEzLTMzIDEyNy41LTI5MFQxNTcyIDIxNGw0NDEgMTAxN3EtMTQgMzgtNDkuNSA2Mi41dC02NSAzMS41LTU1LjUgOHY1MGw0NjAtNCAxLTItMS00NHEtMTM5LTQtMjAxLTE0NVExNTc2LTI4IDE1NDMtMTAzaC00OXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU3NyIgdW5pY29kZT0i74mnIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTk0OSA2NDNxMC0yNi0xNi41LTQ1VDg5MSA1NzlxLTI2IDAtNDUgMTYuNVQ4MjcgNjM3cTAgMjYgMTcgNDV0NDIgMTkgNDQtMTYuNSAxOS00MS41em0xNS01OGwzNTAgNTgxcS05LTgtNjcuNS02Mi41VDExMjEgOTg3IDk4NC41IDg2MHQtMTE3LTExMC41VDgxNyA2OThMNDY4IDExOHE3IDcgNjcgNjJ0MTI2IDExNi41IDEzNiAxMjcgMTE3IDExMSA1MCA1MC41em02NDcgNTVxMC0yMDEtMTA0LTM3MS0zIDItMTcgMTF0LTI2LjUgMTYuNS0xNi41IDcuNXEtMTMgMC0xMy0xMyAwLTEwIDU5LTQ0LTc0LTExMi0xODQuNS0xOTAuNVQxMDY3LTU0bC0xNiA2N3EtMSAxMC0xNSAxMC01IDAtOC01LjV0LTItOS41bDE2LTY4cS03Mi0xNS0xNDYtMTUtMTk5IDAtMzcyIDEwNSAxIDIgMTMgMjAuNVQ1NTguNSA4NHQ5LjUgMTlxMCAxMy0xMyAxMy02IDAtMTctMTQuNVQ1MTUuNSA2NyA1MDIgNDRxLTExMyA3NS0xOTIgMTg3LjVUMjAwIDQ3Nmw2OSAxNXExMCAzIDEwIDE1IDAgNS01LjUgOHQtMTAuNSAybC02OC0xNXEtMTQgNzItMTQgMTM5IDAgMjA2IDEwOSAzNzkgMi0xIDE4LjUtMTJ0MzAtMTkgMTcuNS04cTEzIDAgMTMgMTIgMCA2LTEyLjUgMTUuNVQzMjQgMTAyOWwtMjAgMTJxNzcgMTEyIDE4OSAxODl0MjQ0IDEwN2wxNS02N3EyLTEwIDE1LTEwIDUgMCA4IDUuNXQyIDEwLjVsLTE1IDY2cTcxIDEzIDEzNCAxMyAyMDQgMCAzNzktMTA5LTM5LTU2LTM5LTY1IDAtMTMgMTItMTMgMTEgMCA0OCA2NCAxMTEtNzUgMTg3LjUtMTg2VDE1OTEgODA1bC01Ni0xMnEtMTAtMi0xMC0xNiAwLTUgNS41LTh0OS41LTJsNTcgMTNxMTQtNzIgMTQtMTQwem04NSAwcTAgMTYzLTYzLjUgMzExVDE0NjIgMTIwNnQtMjU1IDE3MC41LTMxMSA2My41LTMxMS02My41VDMzMCAxMjA2IDE1OS41IDk1MSA5NiA2NDB0NjMuNS0zMTFUMzMwIDc0IDU4NS05Ni41IDg5Ni0xNjB0MzExIDYzLjVUMTQ2MiA3NHQxNzAuNSAyNTUgNjMuNSAzMTF6bTk2IDBxMC0xODItNzEtMzQ4VDE1MzAgNnQtMjg2LTE5MS0zNDgtNzEtMzQ4IDcxVDI2MiA2IDcxIDI5MiAwIDY0MHQ3MSAzNDggMTkxIDI4NiAyODYgMTkxIDM0OCA3MSAzNDgtNzEgMjg2LTE5MSAxOTEtMjg2IDcxLTM0OHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU3OCIgdW5pY29kZT0i74moIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTg5MyAxNTM2cTI0MCAyIDQ1MS0xMjAgMjMyLTEzNCAzNTItMzcybC03NDIgMzlxLTE2MCA5LTI5NC03NC41VDQ3NSA3NzlsLTI3NiA0MjRxMTI4IDE1OSAzMTEgMjQ1LjV0MzgzIDg3LjV6bS03NDctNDA1bDMzNy02NjNxNzItMTQzIDIxMS0yMTd0MjkzLTQ1TDc1Ny0yNDVRNTQ1LTIxMiAzNzItODcuNXQtMjcyLjUgMzE2VDAgNjQwcTAgMjY3IDE0NiA0OTF6bTE1ODYtMTY5cTU4LTE1MCA1OS41LTMxMC41dC00OC41LTMwNi0xNTMtMjcyVDEzNDQtMTM2cS0yMzAtMTMzLTQ5OC0xMTlsNDA1IDYyM3E4OCAxMzEgODIuNSAyOTAuNVQxMjI3IDkzNnptLTgzNi0yMHExMjUgMCAyMTMuNS04OC41VDExOTggNjQwdC04OC41LTIxMy41VDg5NiAzMzh0LTIxMy41IDg4LjVUNTk0IDY0MHQ4OC41IDIxMy41VDg5NiA5NDJ6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81NzkiIHVuaWNvZGU9Iu+JqSIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik05MDMtMjU2cS0yODMgMC01MDQuNSAxNTAuNVQ2OSAyOTNRMTEgNDI0IDIgNTk0dDI2IDMzMi41IDExMSAzMTJUMzE4IDE0ODFsLTExLTI4MXExMSAxNCA2OCAxNS41dDcwLTE1LjVxNDIgODEgMTYwLjUgMTM4dDIzNC41IDU5cS01NC00NS0xMTkuNS0xNDguNVQ2NjIgMTA4NXEyNS04IDYyLjUtMTMuNXQ2My03LjUgNjgtNCA1MC41LTNxMTUtNSA5LjUtNDUuNVQ4ODUgOTM2cS01LTctMTYuNS0xOC41VDgxMiA4ODJ0LTEwMS0zNGwxNS0xODktMTM5IDY3cS0xOC00My03LjUtODEuNXQzNi02Ni41IDY1LjUtNDEuNSA4MS02LjVxNTEgOSA5OCAzNC41dDgzLjUgNDVUMTAxNyA2MjdxNjEtNCA4OS41LTMzdDE5LjUtNjVxLTEtMi0yLjUtNS41VDExMTUgNTExdC0xOC0xNS41LTMxLjUtMTAuNS00Ni41LTFxLTYwLTk1LTE0NC41LTEzNS41VDY2NSAzMTlxNzQtNjEgMTYyLjUtODIuNXQxNjguNS02IDE1NC41IDUyIDEyOCA4Ny41IDgwLjUgMTA0cTQzIDkxIDM5IDE5Mi41VDEzNjAuNSA4NTUgMTI4MiA5ODBxODctMzggMTM3LTc5LjV0NzctMTEyLjVxMTUgMTcwLTU3LjUgMzQzVDEyMjkgMTQxNXEyNjUtNzcgNDEyLTI3OS41VDE3OTIgNjE4cTItMTI3LTQwLjUtMjU1VDE2MjggMTI1IDE0MzktNzF0LTI0Ny41LTEzNS41VDkwMy0yNTZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81ODAiIHVuaWNvZGU9Iu+JqiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNDkzIDEzMDhxLTE2NSAxMTAtMzU5IDExMC0xNTUgMC0yOTMtNzN0LTI0MC0yMDBxLTc1LTkzLTExOS41LTIxOFQ0MzMgNjYxdi00MnE0LTE0MSA0OC41LTI2NlQ2MDEgMTM1UTcwMyA4IDg0MS02NXQyOTMtNzNxMTk0IDAgMzU5IDExMC0xMjEtMTA4LTI3NC41LTE2OFQ4OTYtMjU2cS0yOSAwLTQzIDEtMTc1IDgtMzMzIDgyVDI0OCAyMCA2NyAzMDEgMCA2NDBxMCAxODIgNzEgMzQ4dDE5MSAyODYgMjg2IDE5MSAzNDggNzFoM3ExNjgtMSAzMjAuNS02MC41VDE0OTMgMTMwOHptMjk5LTY2OHEwLTE5Mi03Ny0zNjIuNVQxNTAyLTE5cS0xMDQtNjMtMjIyLTYzLTEzNyAwLTI1NSA4NCAxNTQgNTYgMjUzLjUgMjMzdDk5LjUgNDA1cTAgMjI3LTk5IDQwNHQtMjUzIDIzNHExMTkgODMgMjU0IDgzIDExOSAwIDIyNi02NSAxMzUtMTI1IDIxMC41LTI5NXQ3NS41LTM2MXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU4MSIgdW5pY29kZT0i74mrIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE3OTIgNTk5cTAtNTYtNy0xMDRINjM0cTAtMTQ2IDEwOS41LTI0NC41VDEwMDEgMTUycTk5IDAgMTg1LjUgNDYuNVQxMzIzIDMyOWg0MjNxLTU2LTE1OS0xNzAuNS0yODFUMTMwOC0xNDAuNSA5ODctMjA3cS0xODcgMC0zNTYgODMtMjI4LTExNi0zOTQtMTE2UTAtMjQwIDAgMjNxMCAxMTUgNDUgMjc1IDE3IDYwIDEwOSAyMjkgMTk5IDM2MCA0NzUgNjA2LTE4NC03OS00MjctMzU0IDYzIDI3NCAyODMuNSA0NDkuNVQ5ODcgMTQwNHEzMCAwIDQ1LTEgMjU1IDExNyA0MzMgMTE3IDY0IDAgMTE2LTEzdDk0LjUtNDAuNSA2Ni41LTc2LjUgMjQtMTE1cTAtMTE2LTc1LTI4NiAxMDEtMTgyIDEwMS0zOTB6bS03MCA2NDBxMCA4My01MyAxMzJ0LTEzNyA0OXEtMTA4IDAtMjU0LTcwIDEyMS00NyAyMjIuNS0xMzEuNVQxNjcxIDEwMjNxNTEgMTM1IDUxIDIxNnpNMTI4IDJxMC04NiA0OC41LTEzMi41VDMxMS0xNzdxMTE1IDAgMjY2IDgzUTQ1NS0yMiAzNjMuNSA4OVQyMjYgMzM0UTEyOCAxMjkgMTI4IDJ6bTUwNCA3MTNoNzI4cS01IDE0Mi0xMTMgMjM3dC0yNTEgOTVxLTE0NCAwLTI1MS41LTk1VDYzMiA3MTV6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81ODIiIHVuaWNvZGU9Iu+JrCIgaG9yaXotYWR2LXg9IjIwNDgiIGQ9Ik0xNzkyIDI4OHY5NjBxMCAxMy05LjUgMjIuNXQtMjIuNSA5LjVIMTYwcS0xMyAwLTIyLjUtOS41VDEyOCAxMjQ4VjI4OHEwLTEzIDkuNS0yMi41VDE2MCAyNTZoMTYwMHExMyAwIDIyLjUgOS41dDkuNSAyMi41em0xMjggOTYwVjI4OHEwLTY2LTQ3LTExM3QtMTEzLTQ3aC03MzZWMGgzNTJxMTQgMCAyMy05dDktMjN2LTY0cTAtMTQtOS0yM3QtMjMtOUg1NDRxLTE0IDAtMjMgOXQtOSAyM3Y2NHEwIDE0IDkgMjN0MjMgOWgzNTJ2MTI4SDE2MHEtNjYgMC0xMTMgNDdUMCAyODh2OTYwcTAgNjYgNDcgMTEzdDExMyA0N2gxNjAwcTY2IDAgMTEzLTQ3dDQ3LTExM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU4MyIgdW5pY29kZT0i74mtIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTEzOCAxNDA4aDE5N3EtNzAtNjQtMTI2LTE0OS0zNi01Ni01OS0xMTV0LTMwLTEyNS41LTguNS0xMjAgMTAuNS0xMzIgMjEtMTI2VDE3MSA1MDRxNC0xOSA2LTI4IDUxLTIzOCA4MS0zMjkgNTctMTcxIDE1Mi0yNzVIMTM4cS00OCAwLTgyIDM0VDIyLTEydjEzMDRxMCA0OCAzNCA4MnQ4MiAzNHptMTIwOCAwaDMwOHE0OCAwIDgyLTM0dDM0LTgyVi0xMnEwLTQ4LTM0LTgydC04Mi0zNGgtMTc4cTIxMiAyMTAgMTk2IDU2NWwtNDY5LTEwMXEtMi00NS0xMi04MnQtMzEtNzItNTkuNS01OS41VDEwMDcgODZxLTEyMy0yNi0xOTkgNDAtMzIgMjctNTMgNjF0LTUxLjUgMTI5VDYzOSA1NzRxLTM1IDE2My00NS41IDI2M1Q1ODggOTc2dDIzIDc3cTIwIDQxIDYyLjUgNzN0MTAyLjUgNDVxNDUgMTIgODMuNSA2LjV0NjctMTcgNTQtMzUgNDMtNDggMzQuNS01Ni41bDQ2OCAxMDBxLTY4IDE3NS0xODAgMjg3eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTg0IiB1bmljb2RlPSLvia4iIGQ9Ik0xNDAxLTExbC02LTZxLTExMy0xMTMtMjU5LTE3NS0xNTQtNjQtMzE3LTY0LTE2NSAwLTMxNyA2NC0xNDggNjMtMjU5IDE3NVExMzAgOTUgNjggMjQxIDI2IDM0NCAxNCA0MzBxLTQgMjggNDggMzYgNTEgOCA1Ni0yMCAxLTEgMS00IDE4LTkwIDQ2LTE1OSA1MC0xMjQgMTUyLTIyNiA5OC05OCAyMjYtMTUyIDEzMi01NiAyNzYtNTYgMTQzIDAgMjc2IDU2IDEyOCA1NSAyMjUgMTUybDYgNnExMCAxMCAyNSA2IDEyLTMgMzMtMjIgMzYtMzcgMTctNTh6TTkyOSA2MDRsLTY2LTY2IDYzLTYzcTIxLTIxLTctNDktMTctMTctMzItMTctMTAgMC0xOSAxMGwtNjIgNjEtNjYtNjZxLTUtNS0xNS01LTE1IDAtMzEgMTZsLTIgMnEtMTggMTUtMTggMjkgMCA3IDggMTdsNjYgNjUtNjYgNjZxLTE2IDE2IDE0IDQ1IDE4IDE4IDMxIDE4IDYgMCAxMy01bDY1LTY2IDY1IDY1cTE4IDE3IDQ4LTEzIDI3LTI3IDExLTQ0em00NzEtNTdxMC0xMTgtNDYtMjI4LTQ1LTEwNS0xMjYtMTg2LTgwLTgwLTE4Ny0xMjZUODEzLTM5IDU4NSA3IDM5OCAxMzNxLTgyIDgyLTEyNSAxODYtMTUgMzMtMTUgNDBoLTFxLTkgMjcgNDMgNDQgNTAgMTYgNjAtMTIgMzctOTkgOTctMTY3aDF2MzQxcTMgMTM2IDEwMiAyMzIgMTA1IDEwMyAyNTMgMTAzIDE0NyAwIDI1MS0xMDN0MTA0LTI0OXEwLTE0Ny0xMDQuNS0yNTFUODEzIDE5M3EtNTggMC0xMTIgMTYtMjggMTEtMTMgNjEgMTYgNTEgNDQgNDNsMTQtM3ExNC0zIDMzLTZ0MzAtM3ExMDQgMCAxNzYgNzEuNXQ3MiAxNzQuNXEwIDEwMS03MiAxNzEtNzEgNzEtMTc1IDcxLTEwNyAwLTE3OC04MC02NC03Mi02NC0xNjBWMTM2cTExMC02NyAyNDItNjcgOTYgMCAxODUgMzYuNVQxMTUxIDIwOXQxMDMuNSAxNTUgMzYuNSAxODNxMCAxOTgtMTQxIDMzOS0xNDAgMTQwLTMzOSAxNDAtMjAwIDAtMzQwLTE0MC01My01My03Ny04N2wtMi0ycS04LTExLTEzLTE1LjV0LTIxLjUtOS41LTM4LjUgM3EtMjEgNS0zNi41IDE2LjVUMjY3IDgxOHY2ODBxMCAxNSAxMC41IDI2LjVUMzA1IDE1MzZoODc3cTMwIDAgMzAtNTV0LTMwLTU1SDM3MVY5NDNoMXE0MCA0MiAxMDIgODR0MTA4IDYxcTEwOSA0NiAyMzEgNDYgMTIxIDAgMjI4LTQ2dDE4Ny0xMjZxODEtODEgMTI2LTE4NiA0Ni0xMTIgNDYtMjI5em0tMzEgNTgxcTktOCA5LTE4dC01LjUtMTgtMTYuNS0yMXEtMjYtMjYtMzktMjYtOSAwLTE2IDctMTA2IDkxLTIwNyAxMzMtMTI4IDU2LTI3NiA1Ni0xMzMgMC0yNjItNDktMjctMTAtNDUgMzctOSAyNS04IDM4IDMgMTYgMTYgMjAgMTMwIDU3IDI5OSA1NyAxNjQgMCAzMTYtNjQgMTM3LTU4IDIzNS0xNTJ6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81ODUiIHVuaWNvZGU9Iu+JsCIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNTUxIDYwcTE1IDYgMjYgM3QxMS0xNy41LTE1LTMzLjVxLTEzLTE2LTQ0LTQzLjV0LTk1LjUtNjgtMTQxLTc0LTE4OC01OFQ4NzUtMjU2cS0xMTkgMC0yMzggMzF0LTIwOSA3Ni41LTE3Mi41IDEwNFQxMjMgNjAuNSAzOSAxNDhxLTggOS0xMCAxNi41dDEgMTIgOCA3IDExLjUgMlQ2MSAxODFRMjUzIDY0IDM2MSAxNXEzODktMTc2IDc5OS05MCAxOTAgNDAgMzkxIDEzNXptMjA3IDExNXExMS0xNiAyLjUtNjkuNVQxNzMyIDNxLTM0LTgzLTg1LTEyNC0xNy0xNC0yNi05dDAgMjRxMjEgNDUgNDQuNSAxMjEuNXQ2LjUgOTguNXEtNSA3LTE1LjUgMTEuNXQtMjcgNi0yOS41IDIuNS0zNSAwLTMxLjUtMi0zMS0zLTIyLjUtMnEtNi0xLTEzLTEuNXQtMTEtMS04LjUtMS03LS41aC0xMGwtMyAuNS0yIDEuNS0xLjUgM3EtNiAxNiA0NyA0MHQxMDMgMzBxNDYgNyAxMDggMXQ3Ni0yNHptLTM5NCA0NDNxMC0zMSAxMy41LTY0dDMyLTU4IDM3LjUtNDYgMzMtMzJsMTMtMTEtMjI3LTIyNHEtNDAgMzctNzkgNzUuNXQtNTggNTguNWwtMTkgMjBxLTExIDExLTI1IDMzLTM4LTU5LTk3LjUtMTAyLjVUODYwIDIwNHQtMTQwLTIzLTEzNy41IDIxVDQ2NSAyNjcuNXQtODMgMTEzVDM1MSA1NDNxMCA4NCAyOCAxNTR0NzIgMTE2LjUgMTA2LjUgODMgMTIyLjUgNTdUODEwIDk4OHQxMTkuNSAxOC41IDk5LjUgNi41djEyN3EwIDY1LTIxIDk3LTM0IDUzLTEyMSA1My02IDAtMTYuNS0xdC00MC41LTEyLTU2LTI5LjUtNTYtNTkuNS00OC05NmwtMjk0IDI3cTAgNjAgMjIgMTE5dDY3IDExMyAxMDggOTUgMTUxLjUgNjUuNVQ5MTUgMTUzNnExMDAgMCAxODEtMjV0MTI5LjUtNjEuNSA4MS04MyA0NS04NiAxMi41LTczLjVWNjE4em0tNjcyLTIxcTAtODYgNzAtMTMzIDY2LTQ0IDEzOS0yMiA4NCAyNSAxMTQgMTIzIDE0IDQ1IDE0IDEwMXYxNjJxLTU5LTItMTExLTEydC0xMDYuNS0zMy41LTg3LTcxVDY5MiA1OTd6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81ODYiIHVuaWNvZGU9Iu+JsSIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNTM2IDEyODBxNTIgMCA5MC0zOHQzOC05MFYtMTI4cTAtNTItMzgtOTB0LTkwLTM4SDEyOHEtNTIgMC05MCAzOFQwLTEyOHYxMjgwcTAgNTIgMzggOTB0OTAgMzhoMTI4djk2cTAgNjYgNDcgMTEzdDExMyA0N2g2NHE2NiAwIDExMy00N3Q0Ny0xMTN2LTk2aDM4NHY5NnEwIDY2IDQ3IDExM3QxMTMgNDdoNjRxNjYgMCAxMTMtNDd0NDctMTEzdi05NmgxMjh6bS0zODQgOTZ2LTI4OHEwLTE0IDktMjN0MjMtOWg2NHExNCAwIDIzIDl0OSAyM3YyODhxMCAxNC05IDIzdC0yMyA5aC02NHEtMTQgMC0yMy05dC05LTIzem0tNzY4IDB2LTI4OHEwLTE0IDktMjN0MjMtOWg2NHExNCAwIDIzIDl0OSAyM3YyODhxMCAxNC05IDIzdC0yMyA5aC02NHEtMTQgMC0yMy05dC05LTIzek0xNTM2LTEyOFY4OTZIMTI4Vi0xMjhoMTQwOHpNODk2IDQ0OGgyMjRxMTQgMCAyMy05dDktMjN2LTY0cTAtMTQtOS0yM3QtMjMtOUg4OTZWOTZxMC0xNC05LTIzdC0yMy05aC02NHEtMTQgMC0yMyA5dC05IDIzdjIyNEg1NDRxLTE0IDAtMjMgOXQtOSAyM3Y2NHEwIDE0IDkgMjN0MjMgOWgyMjR2MjI0cTAgMTQgOSAyM3QyMyA5aDY0cTE0IDAgMjMtOXQ5LTIzVjQ0OHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU4NyIgdW5pY29kZT0i74myIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTExNTIgNDE2di02NHEwLTE0LTktMjN0LTIzLTlINTQ0cS0xNCAwLTIzIDl0LTkgMjN2NjRxMCAxNCA5IDIzdDIzIDloNTc2cTE0IDAgMjMtOXQ5LTIzek0xMjgtMTI4aDE0MDhWODk2SDEyOFYtMTI4em0zODQgMTIxNnYyODhxMCAxNC05IDIzdC0yMyA5aC02NHEtMTQgMC0yMy05dC05LTIzdi0yODhxMC0xNCA5LTIzdDIzLTloNjRxMTQgMCAyMyA5dDkgMjN6bTc2OCAwdjI4OHEwIDE0LTkgMjN0LTIzIDloLTY0cS0xNCAwLTIzLTl0LTktMjN2LTI4OHEwLTE0IDktMjN0MjMtOWg2NHExNCAwIDIzIDl0OSAyM3ptMzg0IDY0Vi0xMjhxMC01Mi0zOC05MHQtOTAtMzhIMTI4cS01MiAwLTkwIDM4VDAtMTI4djEyODBxMCA1MiAzOCA5MHQ5MCAzOGgxMjh2OTZxMCA2NiA0NyAxMTN0MTEzIDQ3aDY0cTY2IDAgMTEzLTQ3dDQ3LTExM3YtOTZoMzg0djk2cTAgNjYgNDcgMTEzdDExMyA0N2g2NHE2NiAwIDExMy00N3Q0Ny0xMTN2LTk2aDEyOHE1MiAwIDkwLTM4dDM4LTkweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTg4IiB1bmljb2RlPSLvibMiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTExMSAxNTFsLTQ2LTQ2cS05LTktMjItOXQtMjMgOUw4MzIgMjk0IDY0NCAxMDVxLTEwLTktMjMtOXQtMjIgOWwtNDYgNDZxLTkgOS05IDIydDkgMjNsMTg5IDE4OC0xODkgMTg4cS05IDEwLTkgMjN0OSAyMmw0NiA0NnE5IDkgMjIgOXQyMy05bDE4OC0xODggMTg4IDE4OHExMCA5IDIzIDl0MjItOWw0Ni00NnE5LTkgOS0yMnQtOS0yM0w5MjMgMzg0bDE4OC0xODhxOS0xMCA5LTIzdC05LTIyek0xMjgtMTI4aDE0MDhWODk2SDEyOFYtMTI4em0zODQgMTIxNnYyODhxMCAxNC05IDIzdC0yMyA5aC02NHEtMTQgMC0yMy05dC05LTIzdi0yODhxMC0xNCA5LTIzdDIzLTloNjRxMTQgMCAyMyA5dDkgMjN6bTc2OCAwdjI4OHEwIDE0LTkgMjN0LTIzIDloLTY0cS0xNCAwLTIzLTl0LTktMjN2LTI4OHEwLTE0IDktMjN0MjMtOWg2NHExNCAwIDIzIDl0OSAyM3ptMzg0IDY0Vi0xMjhxMC01Mi0zOC05MHQtOTAtMzhIMTI4cS01MiAwLTkwIDM4VDAtMTI4djEyODBxMCA1MiAzOCA5MHQ5MCAzOGgxMjh2OTZxMCA2NiA0NyAxMTN0MTEzIDQ3aDY0cTY2IDAgMTEzLTQ3dDQ3LTExM3YtOTZoMzg0djk2cTAgNjYgNDcgMTEzdDExMyA0N2g2NHE2NiAwIDExMy00N3Q0Ny0xMTN2LTk2aDEyOHE1MiAwIDkwLTM4dDM4LTkweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTg5IiB1bmljb2RlPSLvibQiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTMwMyA1NzJMNzkxIDYwcS0xMC05LTIzLTl0LTIzIDlMNDU3IDM0OHEtOSAxMC05IDIzdDkgMjJsNDYgNDZxOSA5IDIyIDl0MjMtOWwyMjAtMjIwIDQ0NCA0NDRxMTAgOSAyMyA5dDIyLTlsNDYtNDZxOS05IDktMjJ0LTktMjN6TTEyOC0xMjhoMTQwOFY4OTZIMTI4Vi0xMjh6bTM4NCAxMjE2djI4OHEwIDE0LTkgMjN0LTIzIDloLTY0cS0xNCAwLTIzLTl0LTktMjN2LTI4OHEwLTE0IDktMjN0MjMtOWg2NHExNCAwIDIzIDl0OSAyM3ptNzY4IDB2Mjg4cTAgMTQtOSAyM3QtMjMgOWgtNjRxLTE0IDAtMjMtOXQtOS0yM3YtMjg4cTAtMTQgOS0yM3QyMy05aDY0cTE0IDAgMjMgOXQ5IDIzem0zODQgNjRWLTEyOHEwLTUyLTM4LTkwdC05MC0zOEgxMjhxLTUyIDAtOTAgMzhUMC0xMjh2MTI4MHEwIDUyIDM4IDkwdDkwIDM4aDEyOHY5NnEwIDY2IDQ3IDExM3QxMTMgNDdoNjRxNjYgMCAxMTMtNDd0NDctMTEzdi05NmgzODR2OTZxMCA2NiA0NyAxMTN0MTEzIDQ3aDY0cTY2IDAgMTEzLTQ3dDQ3LTExM3YtOTZoMTI4cTUyIDAgOTAtMzh0MzgtOTB6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81OTAiIHVuaWNvZGU9Iu+JtSIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik00NDggMTUzNnEyNiAwIDQ1LTE5dDE5LTQ1VjU4MWw1MzYgNDI5cTE3IDE0IDQwIDE0IDI2IDAgNDUtMTl0MTktNDVWNTgxbDUzNiA0MjlxMTcgMTQgNDAgMTQgMjYgMCA0NS0xOXQxOS00NVYtMTkycTAtMjYtMTktNDV0LTQ1LTE5SDY0cS0yNiAwLTQ1IDE5VDAtMTkydjE2NjRxMCAyNiAxOSA0NXQ0NSAxOWgzODR6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81OTEiIHVuaWNvZGU9Iu+JtiIgaG9yaXotYWR2LXg9IjEwMjQiIGQ9Ik01MTIgNDQ4cTY2IDAgMTI4IDE1di02NTVxMC0yNi0xOS00NXQtNDUtMTlINDQ4cS0yNiAwLTQ1IDE5dC0xOSA0NXY2NTVxNjItMTUgMTI4LTE1em0wIDEwODhxMjEyIDAgMzYyLTE1MHQxNTAtMzYyLTE1MC0zNjItMzYyLTE1MC0zNjIgMTUwVDAgMTAyNHQxNTAgMzYyIDM2MiAxNTB6bTAtMjI0cTE0IDAgMjMgOXQ5IDIzLTkgMjMtMjMgOXEtMTQ2IDAtMjQ5LTEwM3QtMTAzLTI0OXEwLTE0IDktMjN0MjMtOSAyMyA5IDkgMjNxMCAxMTkgODQuNSAyMDMuNVQ1MTIgMTMxMnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU5MiIgdW5pY29kZT0i74m3IiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE3NDUgMTIzOXExMC0xMCAxMC0yM3QtMTAtMjNsLTE0MS0xNDFxLTI4LTI4LTY4LTI4SDE5MnEtMjYgMC00NSAxOXQtMTkgNDV2MjU2cTAgMjYgMTkgNDV0NDUgMTloNTc2djY0cTAgMjYgMTkgNDV0NDUgMTloMTI4cTI2IDAgNDUtMTl0MTktNDV2LTY0aDUxMnE0MCAwIDY4LTI4ek03NjggMzIwaDI1NnYtNTEycTAtMjYtMTktNDV0LTQ1LTE5SDgzMnEtMjYgMC00NSAxOXQtMTkgNDV2NTEyem04MzIgNDQ4cTI2IDAgNDUtMTl0MTktNDVWNDQ4cTAtMjYtMTktNDV0LTQ1LTE5SDI1NnEtNDAgMC02OCAyOEw0NyA1NTNxLTEwIDEwLTEwIDIzdDEwIDIzbDE0MSAxNDFxMjggMjggNjggMjhoNTEydjE5MmgyNTZWNzY4aDU3NnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU5MyIgdW5pY29kZT0i74m4IiBob3Jpei1hZHYteD0iMjA0OCIgZD0iTTIwMjAgMTUyNXEyOC0yMCAyOC01M1Y2NHEwLTIwLTExLTM2dC0yOS0yM2wtNjQwLTI1NnEtMjQtMTEtNDggMEw3MDQtNSA4OC0yNTFxLTEwLTUtMjQtNS0xOSAwLTM2IDExLTI4IDIwLTI4IDUzdjE0MDhxMCAyMCAxMSAzNnQyOSAyM2w2NDAgMjU2cTI0IDExIDQ4IDBsNjE2LTI0NiA2MTYgMjQ2cTMyIDEzIDYwLTZ6TTczNiAxMzkwVjEyMGw1NzYtMjMwdjEyNzB6bS02MDgtMjE3Vi05N2w1NDQgMjE3djEyNzB6TTE5MjAgMTA3djEyNzBsLTU0NC0yMTdWLTExMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU5NCIgdW5pY29kZT0i74m5IiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTUxMiAxNTM2cTEzIDAgMjIuNS05LjV0OS41LTIyLjVWMzJxMC0yMC0xNy0yOEw0Ny0yNTJxLTctNC0xNS00LTEzIDAtMjIuNSA5LjVUMC0yMjR2MTQ3MnEwIDIwIDE3IDI4bDQ4MCAyNTZxNyA0IDE1IDR6bTEyNDggMHExMyAwIDIyLjUtOS41dDkuNS0yMi41VjMycTAtMjAtMTctMjhsLTQ4MC0yNTZxLTctNC0xNS00LTEzIDAtMjIuNSA5LjVUMTI0OC0yMjR2MTQ3MnEwIDIwIDE3IDI4bDQ4MCAyNTZxNyA0IDE1IDR6bS0xMTIwIDBxOCAwIDE0LTNsNTEyLTI1NnExOC0xMCAxOC0yOVYtMjI0cTAtMTMtOS41LTIyLjVUMTE1Mi0yNTZxLTggMC0xNCAzTDYyNiAzcS0xOCAxMC0xOCAyOXYxNDcycTAgMTMgOS41IDIyLjV0MjIuNSA5LjV6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il81OTUiIHVuaWNvZGU9Iu+JuiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik02NDAgNjQwcTAgNTMtMzcuNSA5MC41VDUxMiA3Njh0LTkwLjUtMzcuNVQzODQgNjQwdDM3LjUtOTAuNVQ1MTIgNTEydDkwLjUgMzcuNVQ2NDAgNjQwem0zODQgMHEwIDUzLTM3LjUgOTAuNVQ4OTYgNzY4dC05MC41LTM3LjVUNzY4IDY0MHQzNy41LTkwLjVUODk2IDUxMnQ5MC41IDM3LjVUMTAyNCA2NDB6bTM4NCAwcTAgNTMtMzcuNSA5MC41VDEyODAgNzY4dC05MC41LTM3LjVUMTE1MiA2NDB0MzcuNS05MC41VDEyODAgNTEydDkwLjUgMzcuNVQxNDA4IDY0MHptMzg0IDBxMC0xNzQtMTIwLTMyMS41dC0zMjYtMjMzVDg5NiAwUTc4NiAwIDY4NSAxOCA1MTItMTU1IDI1MC0yMTFxLTUyLTEwLTg2LTEzLTEyLTEtMjIgNnQtMTMgMThxLTQgMTUgMjAgMzcgNSA1IDIzLjUgMjEuNVQxOTgtMTE4dDIzLjUgMjUuNSAyNCAzMS41VDI2Ni0yNHQyMCA0OCAxNC41IDU3LjVUMzEzIDE1NFExNjcgMjQ0IDgzLjUgMzcwLjVUMCA2NDBxMCAxNzQgMTIwIDMyMS41dDMyNiAyMzMgNDUwIDg1LjUgNDUwLTg1LjUgMzI2LTIzM1QxNzkyIDY0MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzU5NiIgdW5pY29kZT0i74m7IiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTY0MCA2NDBxMC01My0zNy41LTkwLjVUNTEyIDUxMnQtOTAuNSAzNy41VDM4NCA2NDB0MzcuNSA5MC41VDUxMiA3Njh0OTAuNS0zNy41VDY0MCA2NDB6bTM4NCAwcTAtNTMtMzcuNS05MC41VDg5NiA1MTJ0LTkwLjUgMzcuNVQ3NjggNjQwdDM3LjUgOTAuNVQ4OTYgNzY4dDkwLjUtMzcuNVQxMDI0IDY0MHptMzg0IDBxMC01My0zNy41LTkwLjVUMTI4MCA1MTJ0LTkwLjUgMzcuNVQxMTUyIDY0MHQzNy41IDkwLjVUMTI4MCA3Njh0OTAuNS0zNy41VDE0MDggNjQwem0tNTEyIDUxMnEtMjA0IDAtMzgxLjUtNjkuNVQyMzIuNSA4OTUgMTI4IDY0MHEwLTExMiA3MS41LTIxMy41VDQwMSAyNTFsODctNTAtMjctOTZxLTI0LTkxLTcwLTE3MlE1NDMtNCA2NjYgMTA0bDQzIDM4IDU3LTZxNjktOCAxMzAtOCAyMDQgMCAzODEuNSA2OS41dDI4MiAxODcuNVQxNjY0IDY0MHQtMTA0LjUgMjU1LTI4MiAxODcuNVQ4OTYgMTE1MnptODk2LTUxMnEwLTE3NC0xMjAtMzIxLjV0LTMyNi0yMzNUODk2IDBxLTcwIDAtMTQ1IDgtMTk4LTE3NS00NjAtMjQyLTQ5LTE0LTExNC0yMmgtNXEtMTUgMC0yNyAxMC41VDEyOS0yMTh2MXEtMyA0LS41IDEydDIgMTAgNC41IDkuNWw2IDkgNyA4LjUgOCA5cTcgOCAzMSAzNC41dDM0LjUgMzggMzEgMzkuNVQyODUgNHQyNyA1OSAyNiA3NlExODEgMjI4IDkwLjUgMzU5VDAgNjQwcTAgMTMwIDcxIDI0OC41VDI2MiAxMDkzdDI4NiAxMzYuNSAzNDggNTAuNSAzNDgtNTAuNSAyODYtMTM2LjUgMTkxLTIwNC41IDcxLTI0OC41eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTk3IiB1bmljb2RlPSLvibwiIGhvcml6LWFkdi14PSIxMDI0IiBkPSJNNTEyIDM0NWw1MTIgMjk1VjQ5TDUxMi0yNDd2NTkyek0wIDY0MFY0OWw1MTIgMjk2em01MTIgODg3VjkzNkwwIDY0MHY1OTF6bTAtNTkxbDUxMiAyOTVWNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNTk4IiB1bmljb2RlPSLvib0iIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTcwOSAxMDE4cS0xMC0yMzYtMzMyLTY1MVExMDQ0LTY0IDgxNS02NHEtMTQyIDAtMjQwIDI2My00NCAxNjAtMTMyIDQ4Mi03MiAyNjItMTU3IDI2Mi0xOCAwLTEyNy03NmwtNzcgOThxMjQgMjEgMTA4IDk2LjVUMzIwIDExNzdxMTU2IDEzOCAyNDEgMTQ2IDk1IDkgMTUzLTU1LjV0ODEtMjAzLjVxNDQtMjg3IDY2LTM3MyA1NS0yNDkgMTIwLTI0OSA1MSAwIDE1NCAxNjEgMTAxIDE2MSAxMDkgMjQ2IDEzIDEzOS0xMDkgMTM5LTU3IDAtMTIxLTI2IDEyMCAzOTMgNDU5IDM4MiAyNTEtOCAyMzYtMzI2eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJmMjdlIiB1bmljb2RlPSLvib4iIGQ9Ik0wIDE0MDhoMTUzNlYtMTI4SDB2MTUzNnpNMTA4NSAyOTNMODY0IDkyNGwyMjEgMjk3SDQ1MWwyMjEtMjk3LTIyMS02MzFMNzY4LTExeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMjgwIiB1bmljb2RlPSLvioAiIGQ9Ik0wIDE0MDhoMTUzNlYtMTI4SDB2MTUzNnptOTA4LTMyMGwtMTItMzMgNzUtODMtMzEtMTE0IDI1LTI1IDEwNyA1NyAxMDctNTcgMjUgMjUtMzEgMTE0IDc1IDgzLTEyIDMzaC05NWwtNTMgOTZoLTMybC01My05NmgtOTV6TTY0MSA5MjVxMzIgMCA0NC41LTE2dDExLjUtNjNsMTc0IDIxcTAgNTUtMTcuNSA5Mi41dC01MC41IDU2LTY5IDI1LjUtODUgN3EtMTMzIDAtMTk5LTU3LjVUMzg0IDgwOHYtNzJoLTk2VjYwOGg3NnEyMCAwIDIwLThWMjE4cTAtMTQtNS0yMHQtMTgtN2wtNzMtN1Y5Nmg0NDh2ODZsLTE0OSAxNHEtNiAxLTguNSAxLjVUNTc1IDIwMHQtLjUgNCAxIDcgLjUgMTB2Mzg3aDE5MWwzOCAxMjhINTc0cS02IDAtMiA2dDQgOXY4MHEwIDI3IDEuNSA0MC41dDcuNSAyOCAxOS41IDIwVDY0MSA5MjV6bTYwNy04Mjl2ODZsLTU0IDlxLTcgMS05LjUgMi41dC0yLjUgMyAxIDcuNSAxIDEydjUyMEg5MDlsLTIzLTEwMSA4My0yMnEyMy03IDIzLTI3VjIxNnEwLTE0LTYtMTguNXQtMjAtNi41bC03MC05Vjk2aDM1MnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjI4MSIgdW5pY29kZT0i74qBIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE3OTIgNjkwcTAtNTgtMjkuNS0xMDUuNVQxNjgzIDUxMnExMi00NiAxMi05NiAwLTE1NS0xMDYuNS0yODdUMTI5OC03OS41IDg5OC0xNTYgNDk4LjUtNzkuNSAyMDguNSAxMjkgMTAyIDQxNnEwIDQ3IDExIDk0LTUxIDI1LTgyIDczLjVUMCA2OTBxMCA4MiA1OCAxNDAuNVQxOTkgODg5cTg1IDAgMTQ1LTYzIDIxOCAxNTIgNTE1IDE2MmwxMTYgNTIxcTMgMTMgMTUgMjF0MjYgNWwzNjktODFxMTggMzcgNTQgNTkuNXQ3OSAyMi41cTYyIDAgMTA2LTQzLjV0NDQtMTA1LjUtNDQtMTA2LTEwNi00NC0xMDUuNSA0My41VDEzNjkgMTM4NmwtMzM0IDc0LTEwNC00NzJxMzAwLTkgNTE5LTE2MCA1OCA2MSAxNDMgNjEgODMgMCAxNDEtNTguNXQ1OC0xNDAuNXpNNDE4IDQ5MXEwLTYyIDQzLjUtMTA2VDU2NyAzNDF0MTA2IDQ0IDQ0IDEwNi00NCAxMDUuNVQ1NjcgNjQwcS02MSAwLTEwNS00NHQtNDQtMTA1em04MTAtMzU1cTExIDExIDExIDI2dC0xMSAyNnEtMTAgMTAtMjUgMTB0LTI2LTEwcS00MS00Mi0xMjEtNjJ0LTE2MC0yMC0xNjAgMjAtMTIxIDYycS0xMSAxMC0yNiAxMHQtMjUtMTBxLTExLTEwLTExLTI1LjV0MTEtMjYuNXE0My00MyAxMTguNS02OFQ4MDUgMzguNXQ5MS00LjUgOTEgNC41VDExMDkuNSA2OHQxMTguNSA2OHptLTMgMjA1cTYyIDAgMTA1LjUgNDR0NDMuNSAxMDZxMCA2MS00NCAxMDV0LTEwNSA0NHEtNjIgMC0xMDYtNDMuNVQxMDc1IDQ5MXQ0NC0xMDYgMTA2LTQ0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNjAyIiB1bmljb2RlPSLvioIiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNNjkgNzQxaDFxMTYgMTI2IDU4LjUgMjQxLjV0MTE1IDIxNyAxNjcuNSAxNzZUNjM0LjUgMTQ5M3QyNzYuNSA0M3EyMzEgMCA0MTQtMTA1LjV0Mjk0LTMwMy41cTEwNC0xODcgMTA0LTQ0MlY0OTdINTk4cTEtMTExIDUzLjUtMTkyLjVUNzg4IDE4MnQxODkuNS01NyAyMTMtMyAyMDggNDYuNVQxNTcyIDI1M3YtMzc3cS05Mi01NS0yMjkuNS05MlQxMDMwLTI1NHQtMzE2IDUzUTUyNS0xMjggNDAyLjUgNDhUMjc4IDQyMHEtMyAyNDIgMTExIDQxMnQzMjUgMjY4cS00OC02MC03OC0xMjUuNVQ1OTAgODE1aDYzNXE4IDc3LTggMTQwdC00NyAxMDEuNS03MC41IDY2LjUtODAuNSA0MS03NSAyMC41LTU2IDguNWwtMjIgMXEtMTM1LTUtMjU5LjUtNDQuNVQzODMgMTA0NSAyMDcgOTA0LjUgNjkgNzQxeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNjAzIiB1bmljb2RlPSLvioMiIGhvcml6LWFkdi14PSIyMzA0IiBkPSJNMCAzMnY2MDhoMjMwNFYzMnEwLTY2LTQ3LTExM3QtMTEzLTQ3SDE2MHEtNjYgMC0xMTMgNDdUMCAzMnptNjQwIDIyNFYxMjhoMzg0djEyOEg2NDB6bS0zODQgMFYxMjhoMjU2djEyOEgyNTZ6bTE4ODggMTE1MnE2NiAwIDExMy00N3Q0Ny0xMTN2LTIyNEgwdjIyNHEwIDY2IDQ3IDExM3QxMTMgNDdoMTk4NHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzYwNCIgdW5pY29kZT0i74qEIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE1ODQgMjQ2bC0yMTggMTExcS03NC0xMjAtMTk2LjUtMTg5VDkwNiA5OXEtMTQ3IDAtMjcxIDcyVDQzOSAzNjd0LTcyIDI3MHEwIDExMCA0Mi41IDIwOS41dDExNSAxNzIgMTcyIDExNVQ5MDYgMTE3NnExMzEgMCAyNDcuNS02MC41VDEzNDYgOTQ3bDIxNSAxMjVxLTExMCAxNjktMjg2LjUgMjY1VDg5NiAxNDMzcS0xNjEgMC0zMDgtNjN0LTI1My0xNjktMTY5LTI1My02My0zMDggNjMtMzA4VDMzNSA3OSA1ODgtOTB0MzA4LTYzcTIxMyAwIDM5Ny41IDEwN1QxNTg0IDI0NnptLTU1NCAzOTdsNjkzLTM1MnEtMTE2LTI1My0zMzQuNS00MDBUODk2LTI1NnEtMTgyIDAtMzQ4IDcxVDI2MiA2IDcxIDI5MiAwIDY0MHQ3MSAzNDggMTkxIDI4NiAyODYgMTkxIDM0OCA3MXEyNjAgMCA0NzAuNS0xMzMuNVQxNzAyIDEwMzZ6bTUxMy0zaC0zOVY0ODBoLTk2djM1MmgxMzZxMzIgMCA1NC41LTIwdDI4LjUtNDggMS01Ni0yNy41LTQ4LTU3LjUtMjB6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyODUiIHVuaWNvZGU9Iu+KhSIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNDI3IDgyN2wtNjE0IDM4NiA5MiAxNTFoODU1ek00MDUgNTYyTDIyMSA2Nzh2ODU4bDExODMtNzQzem0xMDE5IDEzNWwxNDctOTV2LTg1OEwxMDM5IDc5em0tMzcgMjFMODg3LTg0SDMybDM1NiA1NzF6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyODYiIHVuaWNvZGU9Iu+KhiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik02NDAgNTI4djIyNHEwIDE2LTE2IDE2aC05NnEtMTYgMC0xNi0xNlY1MjhxMC0xNiAxNi0xNmg5NnExNiAwIDE2IDE2em01MTIgMHYyMjRxMCAxNi0xNiAxNmgtOTZxLTE2IDAtMTYtMTZWNTI4cTAtMTYgMTYtMTZoOTZxMTYgMCAxNiAxNnptNTEyLTMydi03NTJoLTY0MFY2NHEwIDgwLTU2IDEzNnQtMTM2IDU2LTEzNi01Ni01Ni0xMzZ2LTMyMEgwdjc1MnEwIDE2IDE2IDE2aDk2cTE2IDAgMTYtMTZWMzg0aDEyOHY2MjRxMCAxNiAxNiAxNmg5NnExNiAwIDE2LTE2Vjg5NmgxMjh2MTEycTAgMTYgMTYgMTZoOTZxMTYgMCAxNi0xNlY4OTZoMTI4djExMnEwIDYgMi41IDkuNXQ4LjUgNSA5LjUgMiAxMS41IDAgOS0uNXYzOTFxLTMyIDE1LTMyIDUwIDAgMjMgMTYuNSAzOXQzOC41IDE2IDM4LjUtMTYgMTYuNS0zOXEwLTM1LTMyLTUwdi0xN3E0NSAxMCA4MyAxMCAyMSAwIDU5LjUtNy41dDU0LjUtNy41cTE3IDAgNDcgNy41dDM3IDcuNXExNiAwIDE2LTE2di0yMTBxMC0xNS0zNS0yMS41dC02Mi02LjVxLTE4IDAtNTQuNSA3LjVUOTQ1IDExNjlxLTQwIDAtOTAtMTJ2LTEzM3ExIDAgOSAuNXQxMS41IDAgOS41LTIgOC41LTUgMi41LTkuNVY4OTZoMTI4djExMnEwIDE2IDE2IDE2aDk2cTE2IDAgMTYtMTZWODk2aDEyOHYxMTJxMCAxNiAxNiAxNmg5NnExNiAwIDE2LTE2VjM4NGgxMjh2MTEycTAgMTYgMTYgMTZoOTZxMTYgMCAxNi0xNnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzYwNyIgdW5pY29kZT0i74qHIiBob3Jpei1hZHYteD0iMjMwNCIgZD0iTTIyODggNzMxcTE2LTggMTYtMjd0LTE2LTI3bC0zMjAtMTkycS04LTUtMTYtNS05IDAtMTYgNC0xNiAxMC0xNiAyOHYxMjhoLTg1OHEzNy01OCA4My0xNjUgMTYtMzcgMjQuNS01NXQyNC00OSAyNy00NyAyNy0zNCAzMS41LTI2IDMzLThoOTZ2OTZxMCAxNCA5IDIzdDIzIDloMzIwcTE0IDAgMjMtOXQ5LTIzVjMycTAtMTQtOS0yM3QtMjMtOWgtMzIwcS0xNCAwLTIzIDl0LTkgMjN2OTZoLTk2cS0zMiAwLTYxIDEwdC01MSAyMy41LTQ1IDQwLjUtMzcgNDYtMzMuNSA1Ny0yOC41IDU3LjUtMjggNjAuNXEtMjMgNTMtMzcgODEuNXQtMzYgNjUtNDQuNSA1My41LTQ2LjUgMTdINTA0cS0yMi04NC05MS0xMzh0LTE1Ny01NHEtMTA2IDAtMTgxIDc1VDAgNzA0dDc1IDE4MSAxODEgNzVxODggMCAxNTctNTR0OTEtMTM4aDEwNHEyNCAwIDQ2LjUgMTd0NDQuNSA1My41IDM2IDY1IDM3IDgxLjVxMTkgNDEgMjggNjAuNXQyOC41IDU3LjUgMzMuNSA1NyAzNyA0NiA0NSA0MC41IDUxIDIzLjUgNjEgMTBoMTA3cTIxIDU3IDcwIDkyLjV0MTExIDM1LjVxODAgMCAxMzYtNTZ0NTYtMTM2LTU2LTEzNi0xMzYtNTZxLTYyIDAtMTExIDM1LjV0LTcwIDkyLjVoLTEwN3EtMTcgMC0zMy04dC0zMS41LTI2LTI3LTM0LTI3LTQ3LTI0LTQ5LTI0LjUtNTVxLTQ2LTEwNy04My0xNjVoMTExNHYxMjhxMCAxOCAxNiAyOHQzMi0xeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNjA4IiB1bmljb2RlPSLviogiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTE1MCA3NzRxMC01Ni0zOS41LTk1dC05NS41LTM5SDc2MnYyNjloMjUzcTU2IDAgOTUuNS0zOS41VDExNTAgNzc0em0xNzkgMHEwIDEzMC05MS41IDIyMnQtMjIyLjUgOTJINTgyVjE5MmgxODB2MjY5aDI1M3ExMzAgMCAyMjIgOTEuNXQ5MiAyMjEuNXptNDYzLTEzNHEwLTE4Mi03MS0zNDhUMTUzMCA2dC0yODYtMTkxLTM0OC03MS0zNDggNzFUMjYyIDYgNzEgMjkyIDAgNjQwdDcxIDM0OCAxOTEgMjg2IDI4NiAxOTEgMzQ4IDcxIDM0OC03MSAyODYtMTkxIDE5MS0yODYgNzEtMzQ4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNjA5IiB1bmljb2RlPSLviokiIGhvcml6LWFkdi14PSIyMzA0IiBkPSJNMTY0NSA0MzhxMCA1OS0zNCAxMDYuNXQtODcgNjguNXEtNy00NS0yMy05Mi03LTI0LTI3LjUtMzh0LTQ0LjUtMTRxLTEyIDAtMjQgMy0zMSAxMC00NSAzOC41dC00IDU4LjVxMjMgNzEgMjMgMTQzIDAgMTIzLTYxIDIyNy41VDExNTIgMTEwNXQtMjI4IDYxcS0xMzQgMC0yNDctNzNUNTEwIDg5OXExMDgtMjggMTg4LTEwNiAyMi0yMyAyMi01NXQtMjItNTQtNTQtMjItNTUgMjJxLTc1IDc1LTE4MCA3NS0xMDYgMC0xODEtNzQuNVQxNTMgNTA0dDc1LTE4MC41VDQwOSAyNDloMTA0NnE3OSAwIDEzNC41IDU1LjVUMTY0NSA0Mzh6bTE1MyAwcTAtMTQyLTEwMC41LTI0MlQxNDU1IDk2SDQwOXEtMTY5IDAtMjg5IDExOS41VDAgNTA0cTAgMTUzIDEwMCAyNjd0MjQ5IDEzNnE2MiAxODQgMjIxIDI5OHQzNTQgMTE0cTIzNSAwIDQwOC41LTE1OC41VDE1MjkgNzcxcTExNi0yNSAxOTIuNS0xMTguNVQxNzk4IDQzOHptMjUwIDBxMC0xNzUtOTctMzE5LTIzLTMzLTY0LTMzLTI0IDAtNDMgMTMtMjYgMTctMzIgNDguNXQxMiA1Ny41cTcxIDEwNCA3MSAyMzN0LTcxIDIzM3EtMTggMjYtMTIgNTd0MzIgNDkgNTcuNSAxMS41VDE5NTEgNzU2cTk3LTE0MiA5Ny0zMTh6bTI1NiAwcTAtMjQ0LTEzNC00NDMtMjMtMzQtNjQtMzQtMjMgMC00MiAxMy0yNiAxOC0zMi41IDQ5dDExLjUgNTdxMTA4IDE2NCAxMDggMzU4IDAgMTk1LTEwOCAzNTctMTggMjYtMTEuNSA1Ny41VDIwNjQgOTAxcTI2IDE4IDU3IDEydDQ5LTMzcTEzNC0xOTggMTM0LTQ0MnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzYxMCIgdW5pY29kZT0i74qKIiBkPSJNMTUwMC0xM3EwLTg5LTYzLTE1Mi41VDEyODQtMjI5dC0xNTMuNSA2My41VDEwNjctMTNxMCA5MCA2My41IDE1My41VDEyODQgMjA0dDE1My02My41VDE1MDAtMTN6bS0yMzMgMjgxcS0xMTUtMTUtMTkyLjUtMTAyLjVUOTk3LTQwcTAtNzQgMzMtMTM4LTE0Ni03OC0zNzktNzgtMTA5IDAtMjAxIDIxdC0xNTMuNSA1NC41VDE4Ni0xMDR0LTc2IDg1LTQ0LjUgODNUNDIgMTMwLjUgMzYgMTcwcTAgMTkgNC41IDQyLjV0MTguNSA1NiAzNi41IDU4IDY0IDQzLjUgOTQuNSAxOCA5NC0xNy41IDYzLTQxIDM1LjUtNTMgMTcuNS00OSA0LTMzLjVxMC0zNC0yMy04MSAyOC0yNyA4Mi00MnQ5My0xN2w0MC0xcTExNSAwIDE5MCA1MXQ3NSAxMzNxMCAyNi05IDQ4LjVUODg0LjUgMzMwIDgzNSAzNzF0LTc0IDQ0LTkzLjUgNDcuNVQ1NDggNTE5cS0yOCAxMy00MyAyMC0xMTYgNTUtMTg3IDEwMFQxOTUuNSA3NDF0LTcyIDEyNS41VDEwMyAxMDI5cTAgNzggMjAuNSAxNTB0NjYgMTM3LjUgMTEyLjUgMTE0IDE2Ni41IDc3VDY5MCAxNTM2cTEyMCAwIDIyMC0yNnQxNjQuNS02NyAxMDkuNS05NCA2NC0xMDUuNSAxOS0xMDMuNXEwLTQ2LTE1LTgyLjV0LTM2LjUtNTgtNDguNS0zNi00OS0xOS41LTM5LTVoLTQwbC0zOSA1LTQ0IDE0LTQxIDI4LTM3IDQ2LTI0IDcwLjUtMTAgOTcuNXEtMTUgMTYtNTkgMjUuNXQtODEgMTAuNWwtMzcgMXEtNjggMC0xMTcuNS0zMXQtNzAuNS03MC0yMS03NnEwLTI0IDUtNDN0MjQtNDYgNTMtNTEgOTctNTMuNVQ3ODcgODA4cTc2LTI1IDEzOC41LTUzLjV0MTA5LTU1LjUgODMtNTkgNjAuNS01OS41IDQxLTYyLjUgMjYuNS02MiAxNC41LTYzLjUgNi02MiAxLTYyLjV6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il82MTEiIHVuaWNvZGU9Iu+KiyIgZD0iTTcwNCAzNTJ2NTc2cTAgMTQtOSAyM3QtMjMgOUg0MTZxLTE0IDAtMjMtOXQtOS0yM1YzNTJxMC0xNCA5LTIzdDIzLTloMjU2cTE0IDAgMjMgOXQ5IDIzem00NDggMHY1NzZxMCAxNC05IDIzdC0yMyA5SDg2NHEtMTQgMC0yMy05dC05LTIzVjM1MnEwLTE0IDktMjN0MjMtOWgyNTZxMTQgMCAyMyA5dDkgMjN6bTM4NCAyODhxMC0yMDktMTAzLTM4NS41VDExNTMuNS0yNSA3NjgtMTI4IDM4Mi41LTI1IDEwMyAyNTQuNSAwIDY0MHQxMDMgMzg1LjVUMzgyLjUgMTMwNSA3NjggMTQwOHQzODUuNS0xMDMgMjc5LjUtMjc5LjVUMTUzNiA2NDB6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il82MTIiIHVuaWNvZGU9Iu+KjCIgZD0iTTc2OCAxNDA4cTIwOSAwIDM4NS41LTEwM3QyNzkuNS0yNzkuNVQxNTM2IDY0MHQtMTAzLTM4NS41VDExNTMuNS0yNSA3NjgtMTI4IDM4Mi41LTI1IDEwMyAyNTQuNSAwIDY0MHQxMDMgMzg1LjVUMzgyLjUgMTMwNSA3NjggMTQwOHptMC0xMzEycTE0OCAwIDI3MyA3M3QxOTggMTk4IDczIDI3My03MyAyNzMtMTk4IDE5OC0yNzMgNzMtMjczLTczLTE5OC0xOTgtNzMtMjczIDczLTI3MyAxOTgtMTk4IDI3My03M3ptOTYgMjI0cS0xNCAwLTIzIDl0LTkgMjN2NTc2cTAgMTQgOSAyM3QyMyA5aDE5MnExNCAwIDIzLTl0OS0yM1YzNTJxMC0xNC05LTIzdC0yMy05SDg2NHptLTM4NCAwcS0xNCAwLTIzIDl0LTkgMjN2NTc2cTAgMTQgOSAyM3QyMyA5aDE5MnExNCAwIDIzLTl0OS0yM1YzNTJxMC0xNC05LTIzdC0yMy05SDQ4MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzYxMyIgdW5pY29kZT0i74qNIiBkPSJNMTA4OCAzNTJ2NTc2cTAgMTQtOSAyM3QtMjMgOUg0ODBxLTE0IDAtMjMtOXQtOS0yM1YzNTJxMC0xNCA5LTIzdDIzLTloNTc2cTE0IDAgMjMgOXQ5IDIzem00NDggMjg4cTAtMjA5LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh0Mzg1LjUtMTAzIDI3OS41LTI3OS41VDE1MzYgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNjE0IiB1bmljb2RlPSLvio4iIGQ9Ik03NjggMTQwOHEyMDkgMCAzODUuNS0xMDN0Mjc5LjUtMjc5LjVUMTUzNiA2NDB0LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh6bTAtMTMxMnExNDggMCAyNzMgNzN0MTk4IDE5OCA3MyAyNzMtNzMgMjczLTE5OCAxOTgtMjczIDczLTI3My03My0xOTgtMTk4LTczLTI3MyA3My0yNzMgMTk4LTE5OCAyNzMtNzN6TTQ4MCAzMjBxLTE0IDAtMjMgOXQtOSAyM3Y1NzZxMCAxNCA5IDIzdDIzIDloNTc2cTE0IDAgMjMtOXQ5LTIzVjM1MnEwLTE0LTktMjN0LTIzLTlINDgweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNjE1IiB1bmljb2RlPSLvipAiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTc1NyAxMjhsMzUtMzEzcTMtMjgtMTYtNTAtMTktMjEtNDgtMjFINjRxLTI5IDAtNDggMjEtMTkgMjItMTYgNTBsMzUgMzEzaDE3MjJ6bS05MyA4MzlsODYtNzc1SDQybDg2IDc3NXEzIDI0IDIxIDQwLjV0NDMgMTYuNWgyNTZWODk2cTAtNTMgMzcuNS05MC41VDU3NiA3Njh0OTAuNSAzNy41VDcwNCA4OTZ2MTI4aDM4NFY4OTZxMC01MyAzNy41LTkwLjVUMTIxNiA3Njh0OTAuNSAzNy41VDEzNDQgODk2djEyOGgyNTZxMjUgMCA0My0xNi41dDIxLTQwLjV6bS0zODQgMTg1Vjg5NnEwLTI2LTE5LTQ1dC00NS0xOS00NSAxOS0xOSA0NXYyNTZxMCAxMDYtNzUgMTgxdC0xODEgNzUtMTgxLTc1LTc1LTE4MVY4OTZxMC0yNi0xOS00NXQtNDUtMTktNDUgMTktMTkgNDV2MjU2cTAgMTU5IDExMi41IDI3MS41VDg5NiAxNTM2dDI3MS41LTExMi41VDEyODAgMTE1MnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzYxNiIgdW5pY29kZT0i74qRIiBob3Jpei1hZHYteD0iMjA0OCIgZD0iTTE5MjAgNzY4cTUzIDAgOTAuNS0zNy41VDIwNDggNjQwdC0zNy41LTkwLjVUMTkyMCA1MTJoLTE1bC0xMTUtNjYycS04LTQ2LTQ0LTc2dC04Mi0zMEgzODRxLTQ2IDAtODIgMzB0LTQ0IDc2TDE0MyA1MTJoLTE1cS01MyAwLTkwLjUgMzcuNVQwIDY0MHQzNy41IDkwLjVUMTI4IDc2OGgxNzkyek00ODUtMzJxMjYgMiA0My41IDIyLjVUNTQ0IDM3bC0zMiA0MTZxLTIgMjYtMjIuNSA0My41VDQ0MyA1MTJ0LTQzLjUtMjIuNVQzODQgNDQzbDMyLTQxNnEyLTI1IDIwLjUtNDJUNDgwLTMyaDV6bTQxMSA2NHY0MTZxMCAyNi0xOSA0NXQtNDUgMTktNDUtMTktMTktNDVWMzJxMC0yNiAxOS00NXQ0NS0xOSA0NSAxOSAxOSA0NXptMzg0IDB2NDE2cTAgMjYtMTkgNDV0LTQ1IDE5LTQ1LTE5LTE5LTQ1VjMycTAtMjYgMTktNDV0NDUtMTkgNDUgMTkgMTkgNDV6bTM1Mi01bDMyIDQxNnEyIDI2LTE1LjUgNDYuNVQxNjA1IDUxMnQtNDYuNS0xNS41VDE1MzYgNDUzbC0zMi00MTZxLTItMjYgMTUuNS00Ni41VDE1NjMtMzJoNXEyNSAwIDQzLjUgMTd0MjAuNSA0MnpNNDc2IDEyNDRsLTkzLTQxMkgyNTFsMTAxIDQ0MXExOSA4OCA4OSAxNDMuNXQxNjAgNTUuNWgxNjdxMCAyNiAxOSA0NXQ0NSAxOWgzODRxMjYgMCA0NS0xOXQxOS00NWgxNjdxOTAgMCAxNjAtNTUuNXQ4OS0xNDMuNWwxMDEtNDQxaC0xMzJsLTkzIDQxMnEtMTEgNDQtNDUuNSA3MnQtNzkuNSAyOGgtMTY3cTAtMjYtMTktNDV0LTQ1LTE5SDgzMnEtMjYgMC00NSAxOXQtMTkgNDVINjAxcS00NSAwLTc5LjUtMjh0LTQ1LjUtNzJ6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il82MTciIHVuaWNvZGU9Iu+KkiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik05OTEgNTEybDY0IDI1Nkg4MDFsLTY0LTI1NmgyNTR6bTc2OCA1MDRsLTU2LTIyNHEtNy0yNC0zMS0yNGgtMzI3bC02NC0yNTZoMzExcTE1IDAgMjUtMTIgMTAtMTQgNi0yOGwtNTYtMjI0cS01LTI0LTMxLTI0aC0zMjdsLTgxLTMyOHEtNy0yNC0zMS0yNEg4NzNxLTE2IDAtMjYgMTItOSAxMi02IDI4bDc4IDMxMkg2NjVsLTgxLTMyOHEtNy0yNC0zMS0yNEgzMjhxLTE1IDAtMjUgMTItOSAxMi02IDI4bDc4IDMxMkg2NHEtMTUgMC0yNSAxMi05IDEyLTYgMjhsNTYgMjI0cTcgMjQgMzEgMjRoMzI3bDY0IDI1NkgyMDBxLTE1IDAtMjUgMTItMTAgMTQtNiAyOGw1NiAyMjRxNSAyNCAzMSAyNGgzMjdsODEgMzI4cTcgMjQgMzIgMjRoMjI0cTE1IDAgMjUtMTIgOS0xMiA2LTI4bC03OC0zMTJoMjU0bDgxIDMyOHE3IDI0IDMyIDI0aDIyNHExNSAwIDI1LTEyIDktMTIgNi0yOGwtNzgtMzEyaDMxMXExNSAwIDI1LTEyIDktMTIgNi0yOHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzYxOCIgdW5pY29kZT0i74qTIiBkPSJNODQxIDQ4M2wxNDgtMTQ4LTE0OS0xNDl6bS0xIDYxMWwxNDktMTQ5LTE0OC0xNDh6TTcxMC0xMzBsNDY0IDQ2NC0zMDYgMzA2IDMwNiAzMDYtNDY0IDQ2NFY3OTlsLTI1NSAyNTUtOTMtOTMgMzIwLTMyMS0zMjAtMzIxIDkzLTkzIDI1NSAyNTV2LTYxMXptNzE5IDc3MHEwLTIwOS0zMi0zNjUuNXQtODcuNS0yNTdUMTE2OS0xNDV0LTE4MS41LTg2LjVUNzY4LTI1NnQtMjE5LjUgMjQuNVQzNjctMTQ1IDIyNi41IDE3LjV0LTg3LjUgMjU3VDEwNyA2NDB0MzIgMzY1LjUgODcuNSAyNTdUMzY3IDE0MjV0MTgxLjUgODYuNVQ3NjggMTUzNnQyMTkuNS0yNC41VDExNjkgMTQyNXQxNDAuNS0xNjIuNSA4Ny41LTI1NyAzMi0zNjUuNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzYxOSIgdW5pY29kZT0i74qUIiBob3Jpei1hZHYteD0iMTAyNCIgZD0iTTU5NiAxMTNsMTczIDE3Mi0xNzMgMTcyVjExM3ptMCA3MTBsMTczIDE3Mi0xNzMgMTcyVjgyM3ptMzItMTgzbDM1Ni0zNTYtNTM5LTU0MHY3MTFMMTQ4IDE1OSA0MCAyNjdsMzcyIDM3My0zNzIgMzczIDEwOCAxMDggMjk3LTI5NnY3MTFsNTM5LTU0MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzYyMCIgdW5pY29kZT0i74qVIiBkPSJNMTI4MCAyNTZxMCA1Mi0zOCA5MHQtOTAgMzgtOTAtMzgtMzgtOTAgMzgtOTAgOTAtMzggOTAgMzggMzggOTB6bS03NjggNzY4cTAgNTItMzggOTB0LTkwIDM4LTkwLTM4LTM4LTkwIDM4LTkwIDkwLTM4IDkwIDM4IDM4IDkwem0xMDI0LTc2OHEwLTE1OS0xMTIuNS0yNzEuNVQxMTUyLTEyOCA4ODAuNS0xNS41IDc2OCAyNTZ0MTEyLjUgMjcxLjVUMTE1MiA2NDB0MjcxLjUtMTEyLjVUMTUzNiAyNTZ6bS05NiAxMDg4cTAtMjAtMTMtMzhMMzcxLTEwMnEtMTktMjYtNTEtMjZIMTYwcS0yNiAwLTQ1IDE5VDk2LTY0cTAgMjAgMTMgMzhsMTA1NiAxNDA4cTE5IDI2IDUxIDI2aDE2MHEyNiAwIDQ1LTE5dDE5LTQ1em0tNjcyLTMyMHEwLTE1OS0xMTIuNS0yNzEuNVQzODQgNjQwIDExMi41IDc1Mi41IDAgMTAyNHQxMTIuNSAyNzEuNVQzODQgMTQwOHQyNzEuNS0xMTIuNVQ3NjggMTAyNHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzYyMSIgdW5pY29kZT0i74qWIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTEwNCA4MzBMODk2LTE4NSAyOCA0NDVxLTE4IDEzLTI1IDM0LjVUMyA1MjJsMTAxIDMwOHptNDYyIDBoNjYwTDg5Ni0xODV6bS0xOTggNjEybDE5OC02MTJIMTA0bDE5OCA2MTJxOCAyMyAzMyAyM3QzMy0yM3ptMTMyMC02MTJsMTAxLTMwOHE3LTIxIDAtNDIuNXQtMjUtMzQuNUw4OTYtMTg1bDc5MiAxMDE1em0wIDBoLTQ2MmwxOTggNjEycTggMjMgMzMgMjN0MzMtMjN6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il82MjIiIHVuaWNvZGU9Iu+KlyIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0zODQgNzA0aDE2MHYyMjRIMzg0VjcwNHptODM3LTMzMnY5MnEtMTA0LTM2LTI0My0zOC0xMzUtMS0yNTkuNSA0Ni41VDQ5OCA1OTVsMS05NnE4OC04MCAyMTItMTI4LjVUOTgzIDMyM3ExMjkgMCAyMzggNDl6TTY0MCA3MDRoNjQwdjIyNEg2NDBWNzA0em0xMTUyIDMycTAtMTg3LTk5LTM1MiA4OS0xMDIgODktMjI5IDAtMTU3LTEyOS41LTI2OFQxMzM5LTIyNHEtMTIyIDAtMjI1IDUyLjVUOTUzLTMxcS0xOS0xLTU3LTF0LTU3IDFxLTU4LTg4LTE2MS0xNDAuNVQ0NTMtMjI0cS0xODQgMC0zMTMuNSAxMTFUMTAgMTU1cTAgMTI3IDg5IDIyOVEwIDU0OSAwIDczNnEwIDIwOSAxMjAgMzg1LjVUNDQ2LjUgMTQwMSA4OTYgMTUwNHQ0NDkuNS0xMDMgMzI2LjUtMjc5LjVUMTc5MiA3MzZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il82MjMiIHVuaWNvZGU9Iu+KmCIgZD0iTTUxNSA2MjVWNDk3SDI2M3YxMjhoMjUyem0wIDI1NVY3NTNIMjYzdjEyN2gyNTJ6bTc1OC01MTFWMjQxSDkzMnYxMjhoMzQxem0wIDI1NlY0OTdINjAxdjEyOGg2NzJ6bTAgMjU1Vjc1M0g2MDF2MTI3aDY3MnptMTM1LTg2MHYxMjQwcTAgOC02IDE0dC0xNCA2aC0zMmwtMzc4LTI1Ni0yMTAgMTcxLTIxMC0xNzEtMzc4IDI1NmgtMzJxLTggMC0xNC02dC02LTE0VjIwcTAtOCA2LTE0dDE0LTZoMTI0MHE4IDAgMTQgNnQ2IDE0ek01NTMgMTEzMGwxODUgMTUwSDMzMnptNDMwIDBsMjIxIDE1MEg3OTh6bTU1MyAxMzBWMjBxMC02Mi00My0xMDV0LTEwNS00M0gxNDhxLTYyIDAtMTA1IDQzVDAgMjB2MTI0MHEwIDYyIDQzIDEwNXQxMDUgNDNoMTI0MHE2MiAwIDEwNS00M3Q0My0xMDV6Ii8+PGdseXBoIGdseXBoLW5hbWU9Il82MjQiIHVuaWNvZGU9Iu+KmSIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik04OTYgNzIwUTc5MiA5MTYgNzM2IDk5OHEtMTM5IDIwMi0zNDcgMzE4LTM0IDE5LTcwIDM2LTg5IDQwLTk0IDMydDM0LTM4bDM5LTMxcTYyLTQzIDExMi41LTkzLjVUNTA1IDExMDV0NzAuNS0xMTNUNjQ2IDg2MXE5LTE3IDEzLTI1IDQ0LTg0IDg0LTE1M3Q5OC0xNTQgMTE1LjUtMTUwIDEzMS0xMjMuNVQxMjM2IDE2NXExNTMtNjYgMTU0LTYwIDEgMy00OSAzNy01MyAzNi04MSA1Ny03NyA1OC0xNzkgMjExVDg5NiA3MjB6TTU0OSAxNzdxLTc2IDYwLTEzMi41IDEyNXQtOTggMTQzLjUtNzEgMTU0LjVUMTg5IDc4NnQtNTIgMjA5LTYwLjUgMjUyVDAgMTUzNnEyNzMgMCA0OTcuNS0zNnQzNzktOTIgMjcxLTE0NC41VDEzMzMgMTA5MXQxMTAtMTk4LjUgNTYtMTk5LjUgMTIuNS0xOTguNS05LjUtMTczLTIwLTE0My41LTEzLTEwN2wzMjMtMzI3aC0xMDRMMTQwNyAyOXEtMjItMi05MS41LTE0VDExOTQtNHQtMTM4LTZUODk1LjUgNyA3MjggNjYgNTQ5IDE3N3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzYyNSIgdW5pY29kZT0i74qaIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTEzNzQgODc5cS02IDI2LTI4LjUgMzkuNVQxMjk3IDkyNnEtMjYxLTYyLTQwMS02MnQtNDAxIDYycS0yNiA2LTQ4LjUtNy41VDQxOCA4Nzl0Ny41LTQ4LjVUNDY1IDgwMnExOTQtNDYgMzAzLTU4LTItMTU4LTE1LjUtMjY5VDcyNiAzMTkuNSA2ODUgMjA0bC05LTIxcS0xMC0yNSAxLTQ5dDM2LTM0cTktNCAyMy00IDQ0IDAgNjAgNDFsOCAyMHE1NCAxMzkgNzEgMjU5aDQycTE3LTEyMCA3MS0yNTlsOC0yMHExNi00MSA2MC00MSAxNCAwIDIzIDQgMjUgMTAgMzYgMzR0MSA0OWwtOSAyMXEtMjggNzEtNDEgMTE1LjVUMTAzOS41IDQ3NSAxMDI0IDc0NHExMDkgMTIgMzAzIDU4IDI2IDYgMzkuNSAyOC41dDcuNSA0OC41em0tMzUwIDE0NXEwIDUzLTM3LjUgOTAuNVQ4OTYgMTE1MnQtOTAuNS0zNy41VDc2OCAxMDI0dDM3LjUtOTAuNVQ4OTYgODk2dDkwLjUgMzcuNSAzNy41IDkwLjV6bTU3Ni0zODRxMC0xNDMtNTUuNS0yNzMuNXQtMTUwLTIyNS0yMjUtMTUwVDg5Ni02NCA2MjIuNS04LjV0LTIyNSAxNTAtMTUwIDIyNVQxOTIgNjQwdDU1LjUgMjczLjUgMTUwIDIyNSAyMjUgMTUwVDg5NiAxMzQ0dDI3My41LTU1LjUgMjI1LTE1MCAxNTAtMjI1VDE2MDAgNjQwem0tNzA0IDc2OHEtMTU2IDAtMjk4LTYxdC0yNDUtMTY0LTE2NC0yNDUtNjEtMjk4IDYxLTI5OFQzNTMgOTcgNTk4LTY3dDI5OC02MSAyOTggNjEgMjQ1IDE2NCAxNjQgMjQ1IDYxIDI5OC02MSAyOTgtMTY0IDI0NS0yNDUgMTY0LTI5OCA2MXptODk2LTc2OHEwLTE4Mi03MS0zNDhUMTUzMCA2dC0yODYtMTkxLTM0OC03MS0zNDggNzFUMjYyIDYgNzEgMjkyIDAgNjQwdDcxIDM0OCAxOTEgMjg2IDI4NiAxOTEgMzQ4IDcxIDM0OC03MSAyODYtMTkxIDE5MS0yODYgNzEtMzQ4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNjI2IiB1bmljb2RlPSLvipsiIGQ9Ik0xNDM4IDcyM3EzNC0zNSAyOS04MmwtNDQtNTUxcS00LTQyLTM0LjUtNzBUMTMxNy04cS02IDAtOSAxLTQ0IDMtNzIuNSAzNi41VDEyMTAgMTA3bDM1IDQyOS0xNDMtOHE1NS0xMTMgNTUtMjQwIDAtMjE2LTE0OC0zNzJMODcyIDUzcTkxIDEwMSA5MSAyMzUgMCAxNDUtMTAyLjUgMjQ4VDYxMyA2MzlxLTEzNCAwLTIzNi05MkwyNDAgNjg1cTEyMCAxMTQgMjg0IDE0MWwyNjQgMzAwLTE0OSA4Ny0xODEtMTYxcS0zMy0zMC03Ny0yNy41dC03MyAzNS41LTI2LjUgNzcgMzQuNSA3M2wyMzkgMjEzcTI2IDIzIDYwIDI2LjV0NjQtMTQuNWw0ODgtMjgzcTM2LTIxIDQ4LTY4IDE3LTY3LTI2LTExN0w5ODQgNzM1bDM3MSAyMHE0OSAzIDgzLTMyem0tMTk4IDQ1N3EtNzQgMC0xMjYgNTJ0LTUyIDEyNiA1MiAxMjYgMTI2IDUyIDEyNi41LTUyIDUyLjUtMTI2LTUyLjUtMTI2LTEyNi41LTUyek02MTMtNjJxMTA2IDAgMTk2IDYxbDEzOS0xMzlRODAyLTI1NiA2MTMtMjU2cS0xNDggMC0yNzMuNSA3M1QxNDEgMTUgNjggMjg4cTAgMTg4IDExNiAzMzZsMTM5LTEzOXEtNjAtODgtNjAtMTk3IDAtMTQ1IDEwMi41LTI0Ny41VDYxMy02MnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzYyNyIgdW5pY29kZT0i74qcIiBkPSJNODgwIDMzNlYxNzZxMC0xNC05LTIzdC0yMy05SDY4OHEtMTQgMC0yMyA5dC05IDIzdjE2MHEwIDE0IDkgMjN0MjMgOWgxNjBxMTQgMCAyMy05dDktMjN6bTI1NiA0OTZxMC01MC0xNS05MHQtNDUuNS02OS01Mi00NC01OS41LTM2cS0zMi0xOC00Ni41LTI4dC0yNi0yNC0xMS41LTI5di0zMnEwLTE0LTktMjN0LTIzLTlINjg4cS0xNCAwLTIzIDl0LTkgMjN2NjhxMCAzNSAxMC41IDY0LjV0MjQgNDcuNSAzOSAzNS41IDQxIDI1LjUgNDQuNSAyMXE1MyAyNSA3NSA0M3QyMiA0OXEwIDQyLTQzLjUgNzEuNVQ3NzMgOTM1cS01NiAwLTk1LTI3LTI5LTIwLTgwLTgzLTktMTItMjUtMTItMTEgMC0xOSA2bC0xMDggODJxLTEwIDctMTIgMjB0NSAyM3ExMjIgMTkyIDM0OSAxOTIgMTI5IDAgMjM4LjUtODkuNVQxMTM2IDgzMnptLTM2OCA0NDhxLTEzMCAwLTI0OC41LTUxdC0yMDQtMTM2LjUtMTM2LjUtMjA0VDEyOCA2NDB0NTEtMjQ4LjUgMTM2LjUtMjA0VDUxOS41IDUxIDc2OCAwdDI0OC41IDUxIDIwNCAxMzYuNSAxMzYuNSAyMDQgNTEgMjQ4LjUtNTEgMjQ4LjUtMTM2LjUgMjA0LTIwNCAxMzYuNS0yNDguNSA1MXptNzY4LTY0MHEwLTIwOS0xMDMtMzg1LjVUMTE1My41LTI1IDc2OC0xMjggMzgyLjUtMjUgMTAzIDI1NC41IDAgNjQwdDEwMyAzODUuNVQzODIuNSAxMzA1IDc2OCAxNDA4dDM4NS41LTEwMyAyNzkuNS0yNzkuNVQxNTM2IDY0MHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0iXzYyOCIgdW5pY29kZT0i74qdIiBob3Jpei1hZHYteD0iMTQwOCIgZD0iTTM2NiAxMjI1cS02NCAwLTExMCA0NS41VDIxMCAxMzgxcTAgNjQgNDYgMTA5LjV0MTEwIDQ1LjUgMTA5LjUtNDUuNVQ1MjEgMTM4MXEwLTY1LTQ1LjUtMTEwLjVUMzY2IDEyMjV6bTU1MS02NDJxMC01MC0zMC02Ny41dC02My41LTYuNS00Ny41IDM0TDQwOSA5ODFxLTcgMTItMTQgMTUuNXQtMTEgMS41bC0zLTNxLTctOCA0LTIxbDEyMi0xMzkgMS0zNTRMMzQ3IDI0cS02Ny0xOTItOTItMjM0LTE1LTI2LTI4LTMyLTUwLTI2LTEwMy0xLTI5IDEzLTQxLjUgNDNUNzMtMTQzcTIgMTcgMTk3IDYxOGw1IDQxNi04NS0xNjQgMzUtMjIycTQtMjQtMS00MnQtMTQtMjcuNS0xOS0xNi0xNy03LjVsLTctMnEtMTktMy0zNC41IDN0LTI0IDE2LTE0IDIyLTcuNSAxOS41LTIgOS41TDM5IDc3OWwyMTEgMzgxcTIzIDM0IDExMyAzNCA3NSAwIDEwNy00MGw0MjQtNTIxcTctNSAxNC0xN2wzLTMtMS0xcTctMTMgNy0yOXpNNTE0IDQzM3E0My0xMTMgODguNS0yMjVUNjcyIDQwbDI0LTU1cTM2LTkzIDQyLTEyNSAxMS03MC0zNi05Ny0zNS0yMi02Ni0xNnQtNTEgMjItMjkgMzVoLTFxLTYgMTYtOCAyNUw0MjMgMTgwem04MjQtNTkycTMxLTQ5IDMxLTU3IDAtNS0zLTctOS01LTE0LjUuNXQtMTUuNSAyNi0xNiAzMC41UTEyMDYgNiA4OTcgNDk1cTMtMSA3IDF0NyA0bDMgMnExMSA5IDExIDE3eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJfNjI5IiB1bmljb2RlPSLvip4iIGhvcml6LWFkdi14PSIyMzA0IiBkPSJNNTA0IDU0MmgxNzFsLTEgMjY1em0xMDI2IDk5cTAgODctNTAuNSAxNDBUMTMzMyA4MzRoLTU0VjQ0Nmg1MnE5MSAwIDE0NSA1N3Q1NCAxMzh6bS01NzQgMzc3bDEtNzU2cTAtMTQtOS41LTI0VDkyNCAyMjhINzA4cS0xNCAwLTIzLjUgMTB0LTkuNSAyNHY2MkgzODRsLTU1LTgxcS0xMC0xNS0yOC0xNUgzNHEtMjEgMC0zMC41IDE4VDcgMjgxbDU1NiA3NTdxOSAxNCAyNyAxNGgzMzJxMTQgMCAyNC0xMHQxMC0yNHptODI3LTM3N3EwLTE5My0xMjUuNS0zMDNUMTMzMyAyMjhoLTI3MHEtMTQgMC0yNCAxMHQtMTAgMjR2NzU2cTAgMTQgMTAgMjR0MjQgMTBoMjY4cTIwMCAwIDMyNi0xMDl0MTI2LTMwMnptMTU2LTFxMC0xMS0uNS0yOXQtOC03MS41LTIxLjUtMTAyLTQ0LjUtMTA4VDE3OTEgMjI3aC01MXEzOCA0NSA2Ni41IDEwNC41dDQxLjUgMTEyIDIxIDk4IDkgNzIuNWwxIDI3cTAgOC0uNSAyMi41dC03LjUgNjAtMjAgOTEuNS00MSAxMTEuNS02NiAxMjQuNWg0M3E0MS00NyA3Mi0xMDd0NDUuNS0xMTEuNSAyMy05NlQxOTM4IDY2NnptMTg0IDBxMC0xMS0uNS0yOXQtOC03MS41LTIxLjUtMTAyLTQ1LTEwOC03NC0xMDIuNWgtNTFxMzggNDUgNjYuNSAxMDQuNXQ0MS41IDExMiAyMSA5OCA5IDcyLjVsMSAyN3EwIDgtLjUgMjIuNXQtNy41IDYwLTE5LjUgOTEuNS00MC41IDExMS41LTY2IDEyNC41aDQzcTQxLTQ3IDcyLTEwN3Q0NS41LTExMS41IDIzLTk2VDIxMjIgNjY2em0xODEgMHEwLTExLS41LTI5dC04LTcxLjUtMjEuNS0xMDItNDQuNS0xMDhUMjE1NiAyMjdoLTUxcTM4IDQ1IDY2IDEwNC41dDQxIDExMiAyMSA5OCA5IDcyLjVsMSAyN3EwIDgtLjUgMjIuNXQtNy41IDYwLTE5LjUgOTEuNS00MC41IDExMS41LTY2IDEyNC41aDQzcTQxLTQ3IDcyLTEwN3Q0NS41LTExMS41IDIzLTk2IDkuNS03MC41eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkEwIiB1bmljb2RlPSLviqAiIGhvcml6LWFkdi14PSIxNDA4IiBkPSJNNjE3LTE1M3EwIDExLTEzIDU4VDU3MyAxMnQtMjAgNjlxLTEgNC01IDI2LjV0LTguNSAzNlQ1MjYgMTY1cS0xNSAxNC01MSAxNC0yMyAwLTcwLTUuNXQtNzEtNS41cS0zNCAwLTQ3IDExLTYgNS0xMSAxNS41dC03LjUgMjAtNi41IDI0LTUgMTguNXEtMzcgMTI4LTM3IDI1NXQzNyAyNTVxMSA0IDUgMTguNXQ2LjUgMjQgNy41IDIwIDExIDE1LjVxMTMgMTEgNDcgMTEgMjQgMCA3MS01LjV0NzAtNS41cTM2IDAgNTEgMTQgOSA4IDEzLjUgMjEuNXQ4LjUgMzYgNSAyNi41cTIgOSAyMCA2OXQzMSAxMDcgMTMgNThxMCAyMi00My41IDUyLjVUNDk4IDEyNzJxLTIwIDgtNDUgOC0zNCAwLTk4LTE4LTU3LTE3LTk2LjUtNDAuNXQtNzEtNjYtNDYtNzBUOTYgOTkxcS02LTEyLTktMTktNDktMTA3LTY4LTIxNlQwIDUxMnQxOS0yNDRUODcgNTJxNTYtMTIyIDgzLTE2MSA2My05MSAxNzktMTI3bDYtMnE2NC0xOCA5OC0xOCAyNSAwIDQ1IDggMzIgMTIgNzUuNSA0Mi41VDYxNy0xNTN6bTE1OSA5MTNxLTI2IDAtNDUgMTl0LTE5IDQ1LjUgMTkgNDUuNXEzNyAzNyAzNyA5MCAwIDUyLTM3IDkxLTE5IDE5LTE5IDQ1dDE5IDQ1IDQ1IDE5IDQ1LTE5cTc1LTc1IDc1LTE4MXQtNzUtMTgxcS0yMS0xOS00NS0xOXptMTgxLTE4MXEtMjcgMC00NSAxOS0xOSAxOS0xOSA0NXQxOSA0NXExMTIgMTE0IDExMiAyNzJ0LTExMiAyNzJxLTE5IDE5LTE5IDQ1dDE5IDQ1IDQ1IDE5IDQ1LTE5cTE1MC0xNTAgMTUwLTM2MnQtMTUwLTM2MnEtMTgtMTktNDUtMTl6bTE4MS0xODFxLTI3IDAtNDUgMTktMTkgMTktMTkgNDV0MTkgNDVxOTAgOTEgMTM4LjUgMjA4dDQ4LjUgMjQ1LTQ4LjUgMjQ1LTEzOC41IDIwOHEtMTkgMTktMTkgNDV0MTkgNDUgNDUgMTkgNDUtMTlxMTA5LTEwOSAxNjctMjQ5dDU4LTI5NC01OC0yOTQtMTY3LTI0OXEtMTgtMTktNDUtMTl6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQTEiIHVuaWNvZGU9Iu+KoSIgaG9yaXotYWR2LXg9IjIxNzYiIGQ9Ik0xOTIgMzUycS02NiAwLTExMy00N1QzMiAxOTIgNzkgNzl0MTEzLTQ3IDExMyA0NyA0NyAxMTMtNDcgMTEzLTExMyA0N3ptNTEyIDBxLTY2IDAtMTEzLTQ3dC00Ny0xMTMgNDctMTEzIDExMy00NyAxMTMgNDcgNDcgMTEzLTQ3IDExMy0xMTMgNDd6bTAgNTEycS02NiAwLTExMy00N3QtNDctMTEzIDQ3LTExMyAxMTMtNDcgMTEzIDQ3IDQ3IDExMy00NyAxMTMtMTEzIDQ3em03NjgtNTEycS02NiAwLTExMy00N3QtNDctMTEzIDQ3LTExMyAxMTMtNDcgMTEzIDQ3IDQ3IDExMy00NyAxMTMtMTEzIDQ3em01MTIgMHEtNjYgMC0xMTMtNDd0LTQ3LTExMyA0Ny0xMTMgMTEzLTQ3IDExMyA0NyA0NyAxMTMtNDcgMTEzLTExMyA0N3ptLTUxMiA1MTJxLTY2IDAtMTEzLTQ3dC00Ny0xMTMgNDctMTEzIDExMy00NyAxMTMgNDcgNDcgMTEzLTQ3IDExMy0xMTMgNDd6bTUxMiAwcS02NiAwLTExMy00N3QtNDctMTEzIDQ3LTExMyAxMTMtNDcgMTEzIDQ3IDQ3IDExMy00NyAxMTMtMTEzIDQ3em0wIDUxMnEtNjYgMC0xMTMtNDd0LTQ3LTExMyA0Ny0xMTMgMTEzLTQ3IDExMyA0NyA0NyAxMTMtNDcgMTEzLTExMyA0N3pNMzg0IDE5MnEwLTgwLTU2LTEzNlQxOTIgMCA1NiA1NiAwIDE5MnQ1NiAxMzYgMTM2IDU2IDEzNi01NiA1Ni0xMzZ6bTUxMiAwcTAtODAtNTYtMTM2VDcwNCAwIDU2OCA1NnQtNTYgMTM2IDU2IDEzNiAxMzYgNTYgMTM2LTU2IDU2LTEzNnpNMzg0IDcwNHEwLTgwLTU2LTEzNnQtMTM2LTU2LTEzNiA1NlQwIDcwNHQ1NiAxMzYgMTM2IDU2IDEzNi01NiA1Ni0xMzZ6bTUxMiAwcTAtODAtNTYtMTM2dC0xMzYtNTYtMTM2IDU2LTU2IDEzNiA1NiAxMzYgMTM2IDU2IDEzNi01NiA1Ni0xMzZ6bS01MTIgNTEycTAtODAtNTYtMTM2dC0xMzYtNTYtMTM2IDU2LTU2IDEzNiA1NiAxMzYgMTM2IDU2IDEzNi01NiA1Ni0xMzZ6TTE2NjQgMTkycTAtODAtNTYtMTM2VDE0NzIgMHQtMTM2IDU2LTU2IDEzNiA1NiAxMzYgMTM2IDU2IDEzNi01NiA1Ni0xMzZ6TTg5NiAxMjE2cTAtODAtNTYtMTM2dC0xMzYtNTYtMTM2IDU2LTU2IDEzNiA1NiAxMzYgMTM2IDU2IDEzNi01NiA1Ni0xMzZ6TTIxNzYgMTkycTAtODAtNTYtMTM2VDE5ODQgMHQtMTM2IDU2LTU2IDEzNiA1NiAxMzYgMTM2IDU2IDEzNi01NiA1Ni0xMzZ6bS01MTIgNTEycTAtODAtNTYtMTM2dC0xMzYtNTYtMTM2IDU2LTU2IDEzNiA1NiAxMzYgMTM2IDU2IDEzNi01NiA1Ni0xMzZ6bTUxMiAwcTAtODAtNTYtMTM2dC0xMzYtNTYtMTM2IDU2LTU2IDEzNiA1NiAxMzYgMTM2IDU2IDEzNi01NiA1Ni0xMzZ6bS01MTIgNTEycTAtODAtNTYtMTM2dC0xMzYtNTYtMTM2IDU2LTU2IDEzNiA1NiAxMzYgMTM2IDU2IDEzNi01NiA1Ni0xMzZ6bTUxMiAwcTAtODAtNTYtMTM2dC0xMzYtNTYtMTM2IDU2LTU2IDEzNiA1NiAxMzYgMTM2IDU2IDEzNi01NiA1Ni0xMzZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQTIiIHVuaWNvZGU9Iu+KoiIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xMjgtMTkycTAtMjYtMTktNDV0LTQ1LTE5LTQ1IDE5LTE5IDQ1IDE5IDQ1IDQ1IDE5IDQ1LTE5IDE5LTQ1ek0zMjAgMHEwLTI2LTE5LTQ1dC00NS0xOS00NSAxOS0xOSA0NSAxOSA0NSA0NSAxOSA0NS0xOSAxOS00NXptNDUgMzY1bDI1Ni0yNTYtOTAtOTAtMjU2IDI1NnptMzM5IDE5cTAtMjYtMTktNDV0LTQ1LTE5LTQ1IDE5LTE5IDQ1IDE5IDQ1IDQ1IDE5IDQ1LTE5IDE5LTQ1em03MDcgMzIwcTAtNTktMTEuNS0xMDguNVQxMzYyIDUwMnQtNDQtNjcuNS01My02NC41cS0zMS0zNS00NS41LTU0dC0zMy41LTUwLTI2LjUtNjQtNy41LTc0cTAtMTU5LTExMi41LTI3MS41VDc2OC0yNTZxLTI2IDAtNDUgMTl0LTE5IDQ1IDE5IDQ1IDQ1IDE5cTEwNiAwIDE4MSA3NXQ3NSAxODFxMCA1NyAxMS41IDEwNS41dDM3IDkxVDExMTYgMzkxdDUyIDYzcTQwIDQ2IDU5LjUgNzJ0MzcuNSA3NC41IDE4IDEwMy41cTAgMTg1LTEzMS41IDMxNi41VDgzNSAxMTUydC0zMTYuNS0xMzEuNVQzODcgNzA0cTAtMjYtMTktNDV0LTQ1LTE5LTQ1IDE5LTE5IDQ1cTAgMTE3IDQ1LjUgMjIzLjV0MTIzIDE4NCAxODQgMTIzVDgzNSAxMjgwdDIyMy41LTQ1LjUgMTg0LTEyMyAxMjMtMTg0VDE0MTEgNzA0ek04OTYgNTc2cTAtMjYtMTktNDV0LTQ1LTE5LTQ1IDE5LTE5IDQ1IDE5IDQ1IDQ1IDE5IDQ1LTE5IDE5LTQ1em0yODggMTI4cTAtMjYtMTktNDV0LTQ1LTE5LTQ1IDE5LTE5IDQ1cTAgOTMtNjUuNSAxNTguNVQ4MzIgOTI4cS05MiAwLTE1OC02NS41VDYwOCA3MDRxMC0yNi0xOS00NXQtNDUtMTktNDUgMTktMTkgNDVxMCAxNDYgMTAzIDI0OXQyNDkgMTAzIDI0OS0xMDMgMTAzLTI0OXptMzk0IDI4OXExMC0yNS0xLTQ5dC0zNi0zNHEtOS00LTIzLTQtMTkgMC0zNS41IDExdC0yMy41IDMwcS02OCAxNzgtMjI0IDI5NS0yMSAxNi0yNSA0MnQxMiA0N3ExNyAyMSA0MyAyNXQ0Ny0xMnExODMtMTM3IDI2Ni0zNTF6bTIxMCA4MXE5LTI1LTEuNS00OXQtMzUuNS0zNHEtMTEtNC0yMy00LTQ0IDAtNjAgNDEtOTIgMjM4LTI5NyAzOTMtMjIgMTYtMjUuNSA0MnQxMi41IDQ3cTE2IDIyIDQyIDI1LjV0NDctMTIuNXEyMzUtMTc1IDM0MS00NDl6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQTMiIHVuaWNvZGU9Iu+KoyIgaG9yaXotYWR2LXg9IjIzMDQiIGQ9Ik0xMDMyIDU3NnEtNTkgMi04NCA1NS0xNyAzNC00OCA1My41VDgzMiA3MDRxLTUzIDAtOTAuNS0zNy41VDcwNCA1NzZxMC01NiAzNi04OWwxMC04cTM0LTMxIDgyLTMxIDM3IDAgNjggMTkuNXQ0OCA1My41cTI1IDUzIDg0IDU1em01NjggMTI4cTAgNTYtMzYgODlsLTEwIDhxLTM0IDMxLTgyIDMxLTM3IDAtNjgtMTkuNXQtNDgtNTMuNXEtMjUtNTMtODQtNTUgNTktMiA4NC01NSAxNy0zNCA0OC01My41dDY4LTE5LjVxNTMgMCA5MC41IDM3LjVUMTYwMCA3MDR6bS00MjYgMjIxcS0xNy0zNS01NS00OHQtNzMgNHEtNjIgMzEtMTM0IDMxLTUxIDAtOTktMTcgMyAwIDkuNS41dDkuNS41cTkyIDAgMTcwLjUtNTBUMTEyMSA3MTNxMTctMzYgMy41LTczLjVUMTA3NSA1ODVxLTE4LTktMzktOSAyMSAwIDM5LTkgMzYtMTcgNDkuNS01NC41VDExMjEgNDM5cS00MC04My0xMTguNS0xMzNUODMyIDI1NmgtNnEtMTYgMi00NCA0bC0yOTAgMjctMjM5LTEyMHEtMTQtNy0yOS03LTQwIDAtNTcgMzVMNyA1MTVxLTExIDIzLTQgNDcuNVQzMiA2MDBsMjA5IDExOSAxNDggMjY3cTE3IDE1NSA5MS41IDI5MS41VDY3NiAxNTE0cTMxIDI1IDcwLjUgMjEuNVQ4MTEgMTUwMXQyMS41LTcwLTM0LjUtNjVxLTcwLTU5LTExNy0xMjggMTIzIDg0IDI2NyAxMDEgNDAgNSA3MS41LTE5dDM1LjUtNjRxNS00MC0xOS03MS41dC02NC0zNS41cS04NC0xMC0xNTktNTUgNDYgMTAgOTkgMTAgMTE1IDAgMjE4LTUwIDM2LTE4IDQ5LTU1LjV0LTUtNzMuNXptOTYzIDE2MGwxNjAtMzIwcTExLTIzIDQtNDcuNXQtMjktMzcuNWwtMjA5LTExOS0xNDgtMjY3cS0xNy0xNTUtOTEuNS0yOTEuNVQxNjI4LTIzNHEtMjYtMjItNjEtMjItNDUgMC03NCAzNS0yNSAzMS0yMS41IDcwdDM0LjUgNjVxNzAgNTkgMTE3IDEyOC0xMjMtODQtMjY3LTEwMS00LTEtMTItMS0zNiAwLTYzLjUgMjRUMTI0OSAyNHEtNSA0MCAxOSA3MS41dDY0IDM1LjVxODQgMTAgMTU5IDU1LTQ2LTEwLTk5LTEwLTExNSAwLTIxOCA1MC0zNiAxOC00OSA1NS41dDUgNzMuNXExNyAzNSA1NSA0OHQ3My00cTYyLTMxIDEzNC0zMSA1MSAwIDk5IDE3LTMgMC05LjUtLjV0LTkuNS0uNXEtOTIgMC0xNzAuNSA1MFQxMTgzIDU2N3EtMTcgMzYtMy41IDczLjVUMTIyOSA2OTVxMTggOSAzOSA5LTIxIDAtMzkgOS0zNiAxNy00OS41IDU0LjV0My41IDczLjVxNDAgODMgMTE4LjUgMTMzdDE3MC41IDUwaDdxMTQtMiA0Mi00bDI5MS0yNyAyMzkgMTIwcTE0IDcgMjkgNyA0MCAwIDU3LTM1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkE0IiB1bmljb2RlPSLviqQiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTA1NiA3MDRxMC0yNiAxOS00NXQ0NS0xOSA0NSAxOSAxOSA0NXEwIDE0Ni0xMDMgMjQ5dC0yNDkgMTAzLTI0OS0xMDMtMTAzLTI0OXEwLTI2IDE5LTQ1dDQ1LTE5IDQ1IDE5IDE5IDQ1cTAgOTMgNjYgMTU4LjVUODMyIDkyOHQxNTgtNjUuNSA2Ni0xNTguNXptLTIyMSA1NzZxLTExNyAwLTIyMy41LTQ1LjV0LTE4NC0xMjMtMTIzLTE4NFQyNTkgNzA0cTAtMjYgMTktNDV0NDUtMTkgNDUgMTkgMTkgNDVxMCAxODUgMTMxLjUgMzE2LjVUODM1IDExNTJ0MzE2LjUtMTMxLjVUMTI4MyA3MDRxMC01NS0xOC0xMDMuNXQtMzcuNS03NC41LTU5LjUtNzJxLTM0LTM5LTUyLTYzdC00My41LTY2LjUtMzctOTFUMTAyNCAxMjhxMC0xMDYtNzUtMTgxdC0xODEtNzVxLTI2IDAtNDUtMTl0LTE5LTQ1IDE5LTQ1IDQ1LTE5cTE1OSAwIDI3MS41IDExMi41VDExNTIgMTI4cTAgNDEgNy41IDc0dDI2LjUgNjQgMzMuNSA1MCA0NS41IDU0cTM1IDQxIDUzIDY0LjV0NDQgNjcuNSAzNy41IDkzLjVUMTQxMSA3MDRxMCAxMTctNDUuNSAyMjMuNXQtMTIzIDE4NC0xODQgMTIzVDgzNSAxMjgwek01OTEgNTYxbDIyNi0yMjYtNTc5LTU3OXEtMTItMTItMjktMTJ0LTI5IDEyTDEyLTc2UTAtNjQgMC00N3QxMiAyOXptMTAyMSA5NjNsMTY4LTE2OHExMi0xMiAxMi0yOXQtMTItMzBsLTIzMy0yMzMtMjYtMjUtNzEtNzFxLTY2IDE1My0xOTUgMjU4bDkxIDkxIDIwNyAyMDdxMTMgMTIgMzAgMTJ0MjktMTJ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQTUiIHVuaWNvZGU9Iu+KpSIgZD0iTTg2NiAxMDIxcTAtMjctMTMtOTQtMTEtNTAtMzEuNS0xNTBUNzkxIDYyN3EtMi0xMS00LjUtMTIuNVQ3NzMgNjEycS0yMC0yLTMxLTItNTggMC04NCA0OS41VDYzMiA3NzNxMCA4OCAzNSAxNzR0MTAzIDEyNHEyOCAxNCA1MSAxNCAyOCAwIDM2LjUtMTYuNXQ4LjUtNDcuNXptNDg2LTQyNHEwIDE0LTM5IDc1LjV0LTUyIDY2LjVxLTIxIDgtMzQgOC05MSAwLTIyNi03N2wtMiAycTMgMjIgMjcuNSAxMzV0MjQuNSAxNzhxMCAyMzMtMjQyIDIzMy0yNCAwLTY4LTYtOTQtMTctMTY4LjUtODkuNVQ0NjEgOTU2dC0zNy0xODlxMC0xNDYgODAuNS0yMjVUNzMyIDQ2M3EyNSAwIDI1LTN0LTEtNXEtNC0zNC0yNi0xMTctMTQtNTItNTEuNS0xMDFUNTk2IDE4OHEtNDIgMC00MiA0NyAwIDI0IDEwLjUgNDcuNXQyNSAzOS41IDI5LjUgMjguNSAyNiAyMCAxMSA4LjVxMCAzLTcgMTAtMjQgMjItNTguNSAzNi41VDUyNSA0NDBxLTM1IDAtNjMuNS0zNHQtNDEtNzUtMTIuNS03NXEwLTg4IDUxLjUtMTQyVDU5OCA2MHE4MiAwIDE1NSA1M3QxMTcuNSAxMjZUOTM2IDM5MnE2IDIyIDE1LjUgNjYuNVQ5NjYgNTI1cTMgMTIgMTQgMTggMTE4IDYwIDIyNyA2MCA0OCAwIDEyNy0xOCAxLTEgNC0xIDUgMCA5LjUgNC41dDQuNSA4LjV6bTE4NCA1MjNWMTYwcTAtMTE5LTg0LjUtMjAzLjVUMTI0OC0xMjhIMjg4cS0xMTkgMC0yMDMuNSA4NC41VDAgMTYwdjk2MHEwIDExOSA4NC41IDIwMy41VDI4OCAxNDA4aDk2MHExMTkgMCAyMDMuNS04NC41VDE1MzYgMTEyMHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjJBNiIgdW5pY29kZT0i74qmIiBob3Jpei1hZHYteD0iMTUzNSIgZD0iTTc0NCAxMjMxcTAgMjQtMiAzOC41dC04LjUgMzAtMjEgMjMtMzcuNSA3LjVxLTM5IDAtNzgtMjMtMTA1LTU4LTE1OS0xOTAuNVQzODQgODQ3cTAtNDQgOC41LTg1LjVUNDE5IDY4MXQ1Mi41LTYyLjVUNTUzIDU5NXE0IDAgMTgtLjV0MjAgMCAxNiAzIDE1IDguNSA3IDE2cTE2IDc3IDQ4IDIzMS41dDQ4IDIzMS41cTE5IDkxIDE5IDE0NnptNzU0LTY1NnEwLTctNy41LTEzLjVUMTQ3NSA1NTVsLTYgMXEtMjIgMy02MiAxMXQtNzIgMTIuNS02MyA0LjVxLTE2NyAwLTM1MS05My0xNS04LTIxLTI3LTEwLTM2LTI0LjUtMTA1LjVUODUzIDI1OHEtMjMtOTEtNzAtMTc5LjVUNjcwLjUtODYgNTE2LTIwOXQtMTg1LTQ3cS0xMzUgMC0yMTQuNSA4My41VDM3IDQ3cTAgNTMgMTkuNSAxMTd0NjMgMTE2LjVUMjE3IDMzM3EzOCAwIDEyMC0zMy41dDgzLTYxLjVxMC0xLTE2LjUtMTIuNXQtMzkuNS0zMS00Ni00NC41LTM5LTYxLTE2LTc0cTAtMzMgMTYuNS01M1QzMjgtNThxNDUgMCA4NSAzMS41dDY2LjUgNzggNDggMTA1LjVUNTYwIDI2NHQxNiA5MHY5cTAgMi0zLjUgMy41VDU2NCAzNjhoLTEwbC0xMC0uNS02LS41cS0yMjcgMC0zNTIgMTIyLjVUNjEgODM4cTAgMTA4IDM0LjUgMjIxdDk2IDIxMCAxNTYgMTY3LjVUNTUyIDE1MjZxNTIgOSAxMDYgOSAzNzQgMCAzNzQtMzYwIDAtOTgtMzgtMjczdC00My0yMTFsMy0zcTEwMSA1NyAxODIuNSA4OHQxNjcuNSAzMXEyMiAwIDUzLTEzIDE5LTcgODAtMTAyLjV0NjEtMTE2LjV6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQTciIHVuaWNvZGU9Iu+KpyIgaG9yaXotYWR2LXg9IjE2NjQiIGQ9Ik04MzEgODYzcTMyIDAgNTktMThsMjIyLTE0OHE2MS00MCAxMTAtOTdsMTQ2LTE3MHE0MC00NiAyOS0xMDZsLTcyLTQxM3EtNi0zMi0yOS41LTUzLjVUMTI0MC0xNjhsLTUyNy01Ni0zNTItMzJoLTlxLTM5IDAtNjcuNSAyOFQyNTYtMTYwcTAgMzcgMjcgNjR0NjUgMzJsMjYwIDMySDE2MHEtNDEgMC02OS41IDMwVDY0IDY5cTIgMzkgMzIgNjV0NjkgMjZsNDQyIDEtNTIxIDY0cS00MSA1LTY2IDM3VDEgMzM1cTYgMzUgMzQuNSA1Ny41VDEwMSA0MTVoMTBsNDgxLTYwLTM1MSA5NHEtMzggMTAtNjIgNDEuNVQxNjEgNTU5cTYgMzYgMzMgNTguNXQ2MiAyMi41cTYgMCAyMC0ybDQ0OC05NiAyMTctMzdxMSAwIDMtLjV0My0uNXEyMyAwIDMwLjUgMjNUOTY1IDU2M0w3NzkgNjg4cS0zNSAyMy00MiA2My41dDE4IDczLjVxMjcgMzggNzYgMzh6bS03MC0yMDJsMTg2LTEyNS0yMTggMzctNSAyLTM2IDM4LTIzOCAyNjJxLTEgMS0yLjUgMy41VDQ0NSA4ODJxLTI0IDMxLTE4LjUgNzB0MzcuNSA2NHEzMSAyMyA2OCAxNy41dDY0LTMzLjVsMTQyLTE0N3EtMi0xLTUtMy41dC00LTQuNXEtMzItNDUtMjMtOTl0NTUtODV6bTg4NyA0NTRsMTUtMjY2cTQtNzMtMTEtMTQ3bC00OC0yMTlxLTEyLTU5LTY3LTg3bC0xMDYtNTRxMiA2Mi0zOSAxMDlsLTE0NiAxNzBxLTUzIDYxLTExNyAxMDNMOTA3IDg3MnEtMzQgMjMtNzYgMjMtNTEgMC04OC0zN2wtMjM1IDMxMnEtMjUgMzMtMTggNzMuNXQ0MSA2My41cTMzIDIyIDcxLjUgMTR0NjIuNS00MGwyNjYtMzUyLTI2MiA0NTVxLTIxIDM1LTEwLjUgNzV0NDcuNSA1OXEzNSAxOCA3Mi41IDZ0NTcuNS00NmwyNDEtNDIwLTEzNiAzMzdxLTE1IDM1LTQuNSA3NHQ0NC41IDU2cTM3IDE5IDc2IDZ0NTYtNTFsMTkzLTQxNSAxMDEtMTk2cTgtMTUgMjMtMTcuNXQyNyA3LjUgMTEgMjZsLTEyIDIyNHEtMiA0MSAyNiA3MXQ2OSAzMXEzOSAwIDY3LTI4LjV0MzAtNjcuNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjJBOCIgdW5pY29kZT0i74qoIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTMzNSAxODBxLTIgMC02IDItODYgNTctMTY4LjUgMTQ1VDIxIDUwN1EwIDUzNyAwIDU3NnEwIDkgMiAxOXQ0IDE4IDcgMTggOC41IDE2VDMyIDY2NHQxMCAxNSAxMiAxNS41VDY1IDcwOXExODQgMjUxIDQ1MiAzNjUtMTEwIDE5OC0xMTAgMjExIDAgMTkgMTcgMjkgMTE2IDY0IDEyOCA2NCAxOCAwIDI4LTE2bDEyNC0yMjlxOTIgMTkgMTkyIDE5IDI2NiAwIDQ5Ny41LTEzNy41VDE3NzIgNjQ1cTIwLTMxIDIwLTY5dC0yMC02OXEtOTEtMTQyLTIxOC41LTI1My41VDEyNzUgNzhxMTEwLTE5OCAxMTAtMjExIDAtMjAtMTctMjktMTE2LTY0LTEyNy02NC0xOSAwLTI5IDE2TDEwODggMTlsLTY0IDExOS00NDQgODIwIDcgN3EtNTgtMjQtOTktNDcgMy01IDEyNy0yMzR0MjQzLTQ0OVQ5NzcgMTJxMC03LTktOS0xMy0zLTcyLTMtNTcgMC02MCA3TDM4MCA4NDhxLTM5LTI4LTgyLTY4IDI0LTQzIDIxNC0zOTMuNVQ3MDIgMzJxMC0xMC0xMS0xMC0xNCAwLTgyLjUgMjJUNTM2IDcyTDQzMCAyNjkgMjA2IDY4MnEtNDQtNTMtNzgtMTA2IDItMyAxOC0yNXQyMy0zNGwxNzYtMzI3cTAtMTAtMTAtMTB6bTgzMCAxMDJsNDktOTFxMjczIDExMSA0NTAgMzg1LTE4MCAyNzctNDU5IDM4OSA2Ny02NCAxMDMtMTQ4LjV0MzYtMTc2LjVxMC0xMDYtNDctMjAwLjVUMTE2NSAyODJ6TTg0OCA4OTZxMC0yMCAxNC0zNHQzNC0xNHE4NiAwIDE0Ny02MXQ2MS0xNDdxMC0yMCAxNC0zNHQzNC0xNCAzNCAxNCAxNCAzNHEwIDEyNi04OSAyMTV0LTIxNSA4OXEtMjAgMC0zNC0xNHQtMTQtMzR6bTM2NiA2NWwtOSA0IDctN3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjJBOSIgdW5pY29kZT0i74qpIiBob3Jpei1hZHYteD0iMTI4MCIgZD0iTTEwNTAgNDMwcTAtMjE1LTE0Ny0zNzQtMTQ4LTE2MS0zNzgtMTYxLTIzMiAwLTM3OCAxNjFRMCAyMTUgMCA0MzBxMCAxNDcgNjggMjcwLjVUMjU3IDg5N3QyNjggNzNxOTYgMCAxODItMzEtMzItNjItMzktMTI2LTY2IDI4LTE0MyAyOC0xNjcgMC0yODAuNS0xMjNUMTMxIDQyN3EwLTE3MCAxMTIuNS0yODguNVQ1MjUgMjB0MjgxIDExOC41VDkxOCA0MjdxMCA4OS0zMiAxNjYgNjYgMTMgMTIzIDQ5IDQxLTk4IDQxLTIxMnpNODQ2IDYxOXEwLTE5Mi03OS41LTM0NVQ1MjggMjFsLTE0LTFxLTI5IDAtNjIgNSA4MyAzMiAxNDYuNSAxMDIuNVQ2OTggMjgydDU4LjUgMTg5IDMwIDE5Mi41VDc5NCA4NDJxMCA2OS0zIDEwMyA1NS0xNjAgNTUtMzI2em0tNTUgMzI4di0ycS03MyAyMTQtMjA2IDQ0MCA4OC01OSAxNDIuNS0xODYuNVQ3OTEgOTQ3em0yNDQtMjAzcS04MyAwLTE2MCA3NSAyMTggMTIwIDI5MCAyNDcgMTkgMzcgMjEgNTYtNDItOTQtMTM5LjUtMTY2LjVUODQyIDg1OHEtMzUgNTQtMzUgMTEzIDAgMzcgMTcgNzl0NDMgNjhxNDYgNDQgMTU3IDc0IDU5IDE2IDEwNiA1OC41dDc0IDEwMC41cTc0LTEwNSA3NC0yNTMgMC0xMDktMjQtMTcwLTMyLTc3LTg4LjUtMTMwLjVUMTAzNSA3NDR6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQUEiIHVuaWNvZGU9Iu+KqiIgZD0iTTEwNTAgNDk1cTAgNzgtMjggMTQ3LTQxLTI1LTg1LTM0IDIyLTUwIDIyLTExNCAwLTExNy03Ny0xOTguNVQ2ODkgMjE0dC0xOTMuNSA4MS41VDQxOCA0OTRxMCAxMTUgNzggMTk5LjVUNjg5IDc3OHE1MyAwIDk4LTE5IDQgNDMgMjcgODctNjAgMjEtMTI1IDIxLTE1NCAwLTI1Ny41LTEwOC41VDMyOCA0OTV0MTAzLjUtMjYxVDY4OSAxMjh0MjU3LjUgMTA2LjVUMTA1MCA0OTV6TTg3MiA4NTBxMi0yNCAyLTcxIDAtNjMtNS0xMjN0LTIwLjUtMTMyLjUtNDAuNS0xMzAtNjguNS0xMDZUNjM5IDIxN3EyMS0zIDQyLTNoMTBxMjE5IDEzOSAyMTkgNDExIDAgMTE2LTM4IDIyNXptMCAwcS00IDgwLTQ0IDE3MS41VDczMCAxMTUycTkyLTE1NiAxNDItMzAyem0zMzUgMTA1cTAgMTAyLTUxIDE3NC00MS04Ni0xMjQtMTA5LTY5LTE5LTEwOS01My41VDg4MyA4NjdxMC00MCAyNC03NyA3NCAxNyAxNDAuNSA2N3Q5NS41IDExNXEtNC01Mi03NC41LTExMS41VDkzMCA3NjNxNTItNTIgMTEwLTUyIDUxIDAgOTAgMzd0NjAgOTBxMTcgNDIgMTcgMTE3em0zMjkgMTY1VjE2MHEwLTExOS04NC41LTIwMy41VDEyNDgtMTI4SDI4OHEtMTE5IDAtMjAzLjUgODQuNVQwIDE2MHY5NjBxMCAxMTkgODQuNSAyMDMuNVQyODggMTQwOGg5NjBxMTE5IDAgMjAzLjUtODQuNVQxNTM2IDExMjB6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQUIiIHVuaWNvZGU9Iu+KqyIgZD0iTTEyNzkgMzg4cTAgMjItMjIgMjctNjcgMTUtMTE4IDU5dC04MCAxMDhxLTcgMTktNyAyNSAwIDE1IDE5LjUgMjZ0NDMgMTcgNDMgMjAuNVQxMTc3IDcwN3EwIDE5LTE4LjUgMzEuNVQxMTIwIDc1MXEtMTIgMC0zMi04dC0zMS04cS00IDAtMTIgMiA1IDk1IDUgMTE0IDAgNzktMTcgMTE0LTM2IDc4LTEwMyAxMjEuNVQ3NzggMTEzMHEtMTk5IDAtMjc1LTE2NS0xNy0zNS0xNy0xMTQgMC0xOSA1LTExNC00LTItMTQtMi0xMiAwLTMyIDcuNXQtMzAgNy41cS0yMSAwLTM4LjUtMTJUMzU5IDcwNnEwLTIxIDE5LjUtMzUuNXQ0My0yMC41IDQzLTE3IDE5LjUtMjZxMC02LTctMjUtNjQtMTM4LTE5OC0xNjctMjItNS0yMi0yNyAwLTQ2IDEzNy02OCAyLTUgNi0yNnQxMS41LTMwLjVUNDM1IDI1NHExMiAwIDM3LjUgNC41VDUxMiAyNjNxMzUgMCA2Ny0xNXQ1NC0zMi41IDU3LjUtMzIuNSA3Ni41LTE1cTQzIDAgNzkgMTV0NTcuNSAzMi41VDk1NyAyNDh0NjcgMTVxMTQgMCAzOS41LTR0MzguNS00cTE2IDAgMjMgMTB0MTEgMzAgNiAyNXExMzcgMjIgMTM3IDY4em0yNTcgMjUycTAtMjA5LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh0Mzg1LjUtMTAzIDI3OS41LTI3OS41VDE1MzYgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkFDIiB1bmljb2RlPSLviqwiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNODQ4IDE0MDhxMTM0IDEgMjQwLjUtNjguNVQxMjUyIDExNDdxMjctNTggMjctMTc5IDAtNDctOS0xOTEgMTQtNyAyOC03IDE4IDAgNTEgMTMuNXQ1MSAxMy41cTI5IDAgNTYtMTh0MjctNDZxMC0zMi0zMS41LTU0dC02OS0zMS41LTY5LTI5VDEyODIgNTcxcTAtMTUgMTItNDMgMzctODIgMTAyLjUtMTUwVDE1NDEgMjc3cTI4LTEyIDgwLTIzIDI4LTYgMjgtMzUgMC03MC0yMTktMTAzLTctMTEtMTEtMzl0LTE0LTQ2LjUtMzMtMTguNXEtMjAgMC02MiA2LjV0LTY0IDYuNXEtMzcgMC02Mi01LTMyLTUtNjMtMjIuNXQtNTgtMzgtNTgtNDAuNS03Ni0zMy41LTk5LTEzLjVxLTUyIDAtOTYuNSAxMy41dC03NSAzMy41VDYwMS00MC41dC01OCAzOFQ0ODEgMjBxLTI2IDUtNjMgNS0yNCAwLTY1LjUtNy41VDI5NCAxMHEtMjUgMC0zNSAxOC41VDI0NSA3NnQtMTEgNDBRMTUgMTQ5IDE1IDIxOXEwIDI5IDI4IDM1IDUyIDExIDgwIDIzIDc4IDMyIDE0NC41IDEwMVQzNzAgNTI4cTEyIDI4IDEyIDQzIDAgMjgtMzEuNSA0Ny41VDI4MSA2NDh0LTY5LjUgMzEuNVQxODAgNzMycTAgMjcgMjYgNDUuNXQ1NSAxOC41cTE1IDAgNDgtMTN0NTMtMTNxMTggMCAzMiA3LTkgMTQyLTkgMTkwIDAgMTIyIDI3IDE4MCA2NCAxMzcgMTcyIDE5OHQyNjQgNjN6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQUQiIHVuaWNvZGU9Iu+KrSIgZD0iTTEyODAgMzg4cTAgMjItMjIgMjctNjcgMTQtMTE4IDU4dC04MCAxMDlxLTcgMTQtNyAyNSAwIDE1IDE5LjUgMjZ0NDIuNSAxNyA0Mi41IDIwLjVUMTE3NyA3MDdxMCAxOS0xOC41IDMxLjVUMTEyMCA3NTFxLTExIDAtMzEtOHQtMzItOHEtNCAwLTEyIDIgNSA2MyA1IDExNSAwIDc4LTE3IDExNC0zNiA3OC0xMDIuNSAxMjEuNVQ3NzggMTEzMXEtMTk4IDAtMjc1LTE2NS0xOC0zOC0xOC0xMTUgMC0zOCA2LTExNC0xMC0yLTE1LTItMTEgMC0zMS41IDh0LTMwLjUgOHEtMjAgMC0zNy41LTEyLjVUMzU5IDcwNnEwLTIxIDE5LjUtMzUuNVQ0MjEgNjUwdDQyLjUtMTcgMTkuNS0yNnEwLTExLTctMjUtNjQtMTM4LTE5OC0xNjctMjItNS0yMi0yNyAwLTQ3IDEzOC02OSAyLTUgNi0yNnQxMS0zMC41IDIzLTkuNXExMyAwIDM4LjUgNXQzOC41IDVxMzUgMCA2Ny41LTE1dDU0LjUtMzIuNSA1Ny41LTMyLjUgNzYuNS0xNXE0MyAwIDc5IDE1dDU3LjUgMzIuNSA1NCAzMi41IDY3LjUgMTVxMTMgMCAzOS00LjV0MzktNC41cTE1IDAgMjIuNSA5LjV0MTEuNSAzMSA1IDI0LjVxMTM4IDIyIDEzOCA2OXptMjU2IDczMlYxNjBxMC0xMTktODQuNS0yMDMuNVQxMjQ4LTEyOEgyODhxLTExOSAwLTIwMy41IDg0LjVUMCAxNjB2OTYwcTAgMTE5IDg0LjUgMjAzLjVUMjg4IDE0MDhoOTYwcTExOSAwIDIwMy41LTg0LjVUMTUzNiAxMTIweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkFFIiB1bmljb2RlPSLviq4iIGhvcml6LWFkdi14PSIyMzA0IiBkPSJNMjMwNCAxNTM2cS02OS00Ni0xMjUtOTJ0LTg5LTgxLTU5LjUtNzEuNS0zNy41LTU3LjUtMjItNDQuNS0xNC0yOS41cS0xMC0xOC0zNS41LTEzNi41VDE4NzMgODU5cS0xNS0yOS01MC02MC41dC02Ny41LTUwLjUtNzIuNS00MS00OC0yOHEtNDctMzEtMTUxLTIzMS0zNDEgMTQtNjMwLTE1OC05Mi01My0zMDMtMTc5IDQ3IDE2IDg2IDMxdDU1IDIybDE1IDdxNzEgMjcgMTYzIDY0LjV0MTMzLjUgNTMuNSAxMDggMzQuNVQxMjU0IDM1NXExODYgMzEgNDY1LTcgMSAwIDEwLTMgMTEtNiAxNC0xN3QtMy0yMkwxNTQ2LTM5cS0xNS0yOS00Ny0yMi0xMjggMjQtMzU0IDI0LTE0NiAwLTQwMi00NC41VDM1MS0xMjhxLTgyLTEtMTQ5IDEzVDk1LTc4IDM0LTM4IDEtNEwwLTN2MnEwIDYgNiA2IDEzOCAwIDM3MSA1NSAxOTIgMzY2IDM3NC41IDUyNFQxMTM1IDc0MnE1IDAgMTQuNS0uNXQzOC01IDU1LTEyVDEzMDQgNzAwdDYzLTM5LjUgNTQtNTkgNDAtODIuNWwxMDIgMTc3cTIgNCAyMSA0Mi41dDQ0LjUgODYuNSA2MSAxMDkuNSA4NCAxMzMuNSAxMDAuNSAxMzdxNjYgODIgMTI4IDE0MS41dDEyMS41IDk2LjUgOTIuNSA1My41IDg4IDM5LjV6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQjAiIHVuaWNvZGU9Iu+KsCIgZD0iTTEzMjIgNjQwcTAtNDUtNS03NmwtMjM2IDE0IDIyNC03OHEtMTktNzMtNTgtMTQxbC0yMTQgMTAzIDE3Ny0xNThxLTQ0LTYxLTEwNy0xMDhMOTQ2IDM3NGwxMDMtMjE1cS02MS0zNy0xNDAtNTlsLTc5IDIyOCAxNC0yNDBxLTM4LTYtNzYtNnQtNzYgNmwxNCAyMzgtNzgtMjI2cS03NCAxOS0xNDAgNTlsMTAzIDIxNS0xNTctMTc4cS01OSA0My0xMDggMTA4bDE3OCAxNTgtMjE0LTEwNHEtMzkgNjktNTggMTQxbDIyNCA3OS0yMzctMTRxLTUgNDItNSA3NiAwIDM1IDUgNzdsMjM4LTE0LTIyNSA3OXExOSA3MyA1OCAxNDBsMjE0LTEwNC0xNzcgMTU5cTQ2IDYxIDEwNyAxMDhsMTU4LTE3OC0xMDMgMjE1cTY3IDM5IDE0MCA1OGw3Ny0yMjQtMTMgMjM2cTM2IDYgNzUgNiAzOCAwIDc2LTZsLTE0LTIzNyA3OCAyMjVxNzQtMTkgMTQwLTU5TDk0NSA5MDdsMTU4IDE3OHE2MS00NyAxMDctMTA4bC0xNzctMTU5IDIxMyAxMDRxMzctNjIgNTgtMTQxbC0yMjQtNzggMjM3IDE0cTUtMzEgNS03N3ptMzAgMHEwIDE2MC03OC41IDI5NS41dC0yMTMgMjE0VDc2OCAxMjI4cS0xMTkgMC0yMjctNDYuNXQtMTg2LjUtMTI1VDIzMCA4Njl0LTQ2LTIyOXEwLTExOSA0Ni0yMjh0MTI0LjUtMTg3LjVUNTQxIDk5LjUgNzY4IDUzcTE1OCAwIDI5Mi41IDc4LjV0MjEzIDIxNFQxMzUyIDY0MHptNzMgMzgzVjI1N0w3NjgtMTI2IDExMSAyNTd2NzY2bDY1NyAzODN6TTc2OC0xODNsNzA4IDQxMnY4MjNsLTcwOCA0MTEtNzA4LTQxMVYyMjl6bTc2OCAxMjcxVjE5Mkw3NjgtMjU2IDAgMTkydjg5Nmw3NjggNDQ4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkIxIiB1bmljb2RlPSLvirEiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNMzM5IDEzMThoNjkxbC0yNi03MkgzMzlxLTExMCAwLTE4OC41LTc5VDcyIDk3OFYyMDdxMC05NSA2MC41LTE2OS41VDI4Ni01NnEyMy01IDk4LTV2LTcyaC00NVExOTktMTMzIDk5LjUtMzNUMCAyMDd2NzcxcTAgMTQwIDk5LjUgMjQwVDMzOSAxMzE4em04NTEgMjE4aDI0N0w5NTUgMjQycS0yMy02MS00MC41LTEwMy41dC00NS05OC01NC05My41LTY0LjUtNzguNS03OS41LTY1LTk1LjUtNDFUNDYwLTI1NnYxOTVxMTYzIDI2IDIyMCAxODIgMjAgNTIgMjAgMTA1IDAgNTQtMjAgMTA2bC0yODUgNzMzaDIyOGwxODctNTg1em00NzQtNTU4Vi0xMzNIODY5cTM3IDU1IDQ1IDczaDY3OFY5NzhxMCA4NS00OS41IDE1NXQtMTI5LjUgOTlsMjUgNjdxMTAxLTM0IDE2My41LTEyMy41VDE2NjQgOTc4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkIyIiB1bmljb2RlPSLvirIiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNODUyIDEyMjdxMC0yOS0xNy01Mi41dC00NS0yMy41LTQ1IDIzLjUtMTcgNTIuNSAxNyA1Mi41IDQ1IDIzLjUgNDUtMjMuNSAxNy01Mi41ek02ODgtMTQ5djExNHEwIDMwLTIwLjUgNTEuNVQ2MTcgMzh0LTUwLTIxLjVUNTQ3LTM1di0xMTRxMC0zMCAyMC41LTUydDQ5LjUtMjJxMzAgMCA1MC41IDIydDIwLjUgNTJ6bTE3MiAwdjExNHEwIDMwLTIwIDUxLjVUNzkwIDM4dC01MC41LTIxLjVUNzE5LTM1di0xMTRxMC0zMCAyMC41LTUydDUwLjUtMjJxMjkgMCA0OS41IDIydDIwLjUgNTJ6bTE3NCAwdjExNHEwIDMwLTIwLjUgNTEuNVQ5NjMgMzh0LTUwLjUtMjEuNVQ4OTItMzV2LTExNHEwLTMwIDIwLjUtNTJ0NTAuNS0yMiA1MC41IDIyIDIwLjUgNTJ6bTE3NCAwdjExNHEwIDMwLTIwLjUgNTEuNVQxMTM3IDM4dC01MC41LTIxLjVUMTA2Ni0zNXYtMTE0cTAtMzAgMjAuNS01MnQ1MC41LTIyIDUwLjUgMjIgMjAuNSA1MnptMjY4IDY4NHEtODQtMTYwLTIzMi0yNTkuNVQ5MjEgMTc2cS0xMjMgMC0yMjkuNSA1MS41VDUxMyAzNjQuNSA0MDAgNTYydC00MSAyMzJxMCA4OCAyMSAxNzQtMTA0LTE3NS0xMDQtMzkwIDAtMTYyIDY1LTMxMlQ1MjYgMTVxMzAgNTcgOTEgNTcgNTYgMCA4Ni01MCAzMiA1MCA4NyA1MCA1NiAwIDg2LTUwIDMyIDUwIDg3IDUwdDg3LTUwcTMwIDUwIDg2IDUwIDI4IDAgNTIuNS0xNS41VDEyMjYgMTZxMTEyIDk0IDE3NyAyMzEuNXQ3MyAyODcuNXptLTE1MCAyOXEwIDc1LTcyIDc1LTE3IDAtNDctNi05NS0xOS0xNDktMTktMjI2IDAtMjI2IDI0MyAwIDg2IDMwIDIwNC04My0xMjctODMtMjc1IDAtMTUwIDg5LTI2MC41VDExMDMgNDE1cTExMSAwIDIxMCA3MCAxMyA0OCAxMyA3OXptLTQ0MiA2NTlxMCA1MC0zMiA4OS41dC04MSAzOS41LTgxLTM5LjUtMzItODkuNXEwLTUxIDMxLjUtOTAuNVQ3NzEgMTA5M3Q4MS41IDM5LjVUODg0IDEyMjN6bTYyOS0zMzlxMCA5Ni0zNy41IDE3OXQtMTEzIDEzNy0xNzMuNSA1NHEtNzcgMC0xNDktMzV0LTEyNy05NHEtNDgtMTU5LTQ4LTI2OCAwLTEwNCA0NS41LTE1N3QxNDcuNS01M3E1MyAwIDE0MiAxOSAzNiA2IDUzIDYgNTEgMCA3Ny41LTI4dDI2LjUtODBxMC0yNi00LTQ2IDc1IDY4IDExNy41IDE2NS41VDE1MTMgODg0em0yNzktMjE3cTAtMTExLTMzLjUtMjQ5LjVUMTY2NSAyMTNxLTU4LTY0LTE5NS0xNDIuNVQxMjQyLTM0bC00LTF2LTExNHEwLTQzLTI5LjUtNzV0LTcyLjUtMzJxLTU2IDAtODYgNTAtMzItNTAtODctNTB0LTg3IDUwcS0zMC01MC04Ni01MC01NSAwLTg3IDUwLTMwLTUwLTg2LTUwLTQ3IDAtNzUgMzMuNVQ1MTQtMTQxcS05MC02OC0xOTgtNjgtMTE4IDAtMjExIDgwIDU0IDEgMTA2IDIwUTk4LTc4IDI5IDE4cTMyLTcgNzEtNyA4OSAwIDE2NCA0NlE3MiAyNDkgMjQgMzYzIDAgNDE5IDAgNTIzcTAgNTcgOSAxMjUuNVQ0MC41IDc5NXQ1NSAxNDEgODYuNSAxMDUgMTIwIDQycTU5IDAgODEtNTIgMTkgMjkgNDIgNTQgMiAzIDEyIDEzdDEzIDE2cTEwIDE1IDIzIDM4dDI1IDQyIDI4IDM5cTg3IDExMSAyMTEuNSAxNzd0MjYwLjUgNjZxMzUgMCA2Mi00IDU5IDY0IDE0NiA2NCA4MyAwIDE0MC01NyA1LTUgNS0xMiAwLTUtNi0xMy41dC0xMi41LTE2LTE2LTE3TDEzMDYgMTQxMHExNy02IDM2LTE4dDE5LTI0cTAtNi0xNi0yNSAxNTctMTM4IDE5Ny0zNzggMjUgMzAgNjAgMzAgNDUgMCAxMDAtNDkgOTAtODAgOTAtMjc5eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkIzIiB1bmljb2RlPSLvirMiIGQ9Ik05MTcgNjMxcTAgMzMtNiA2NEg1NDlWNTYzaDIxN3EtMTItNzYtNzQuNS0xMjAuNVQ1NDkgMzk4cS05OSAwLTE2OSA3MS41VDMxMCA2NDB0NzAgMTcwLjVUNTQ5IDg4MnE5MyAwIDE1My01OWwxMDQgMTAxcS0xMDggMTAwLTI1NyAxMDAtMTYwIDAtMjcyLTExMi41VDE2NSA2NDB0MTEyLTI3MS41VDU0OSAyNTZxMTY1IDAgMjY2LjUgMTA1VDkxNyA2MzF6bTM0NS00NmgxMDl2MTEwaC0xMDl2MTEwaC0xMTBWNjk1aC0xMTBWNTg1aDExMFY0NzVoMTEwdjExMHptMjc0IDU1cTAtMjA5LTEwMy0zODUuNVQxMTUzLjUtMjUgNzY4LTEyOCAzODIuNS0yNSAxMDMgMjU0LjUgMCA2NDB0MTAzIDM4NS41VDM4Mi41IDEzMDUgNzY4IDE0MDh0Mzg1LjUtMTAzIDI3OS41LTI3OS41VDE1MzYgNjQweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkI0IiB1bmljb2RlPSLvirQiIGQ9Ik0xNTM2IDEwMjRWMTg1cTAtNDgtNDktNjItMTc0LTUyLTMzOC01Mi03MyAwLTIxNS41IDI5LjVUNzA2IDEzMHEtMTY0IDAtMzcwLTQ4di0zMzhIMTc2djEzNjhxLTYzIDI1LTEwMSA4MXQtMzggMTI0cTAgOTEgNjQgMTU1dDE1NSA2NCAxNTUtNjQgNjQtMTU1cTAtNjgtMzgtMTI0dC0xMDEtODF2LTY4cTE5MCA0NCAzNDMgNDQgOTkgMCAxOTgtMTUgMTQtMiAxMTEuNS0yMi41VDExMzggMTAzMHE3NyAwIDE2NSAxOCAxMSAyIDgwIDIxdDg5IDE5cTI2IDAgNDUtMTl0MTktNDV6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQjUiIHVuaWNvZGU9Iu+KtSIgaG9yaXotYWR2LXg9IjIzMDQiIGQ9Ik0xOTIgMzg0cTQwIDAgNTYgMzJ0MCA2NC01NiAzMi01Ni0zMiAwLTY0IDU2LTMyem0xNDczIDU4cS0xMCAxMy0zOC41IDUwdC00MS41IDU0LTM4IDQ5LTQyLjUgNTMtNDAuNSA0Ny00NSA0OWwtMTI1LTE0MHEtODMtOTQtMjA4LjUtOTJUODgwIDYxMHEtNTcgNjktNTYuNSAxNThUODgyIDkyNWwxNzcgMjA2cS0yMiAxMS01MSAxNi41dC00Ny41IDYtNTYuNS0uNS00OS0xcS05MiAwLTE1OC02Nkw1MzkgOTI4SDM4NFYzODRxNSAwIDIxIC41dDIyIDAgMTkuNS0yVDQ2NyAzNzh0MTcuNS04LjVUNTAzIDM1Nkw4MDAgNjRROTE1LTQ3IDEwMjctNDdxNzggMCAxMjUgNDcgNTctMjAgMTEyLjUgOHQ3Mi41IDg1cTc0LTYgMTI3IDQ0IDIwIDE4IDM2IDQ1LjV0MTQgNTAuNXExMC0xMCA0My0xMCA0MyAwIDc3IDIxdDQ5LjUgNTMgMTIgNzEuNVQxNjY1IDQ0MnptMTU5LTU4aDk2djUxMmgtOTNsLTE1NyAxODBxLTY2IDc2LTE2OSA3NmgtMTY3cS04OSAwLTE0Ni02N0w5NzkgODQycS0yOC0zMy0yOC03NXQyNy03NXE0My01MSAxMTAtNTJ0MTExIDQ5bDE5MyAyMThxMjUgMjMgNTMuNSAyMS41dDQ3LTI3IDguNS01Ni41cTE2LTE5IDU2LTYzdDYwLTY4cTI5LTM2IDgyLjUtMTA1LjVUMTc2NCA1MjRxNTItNjYgNjAtMTQwem0yODggMHE0MCAwIDU2IDMydDAgNjQtNTYgMzItNTYtMzIgMC02NCA1Ni0zMnptMTkyIDU3NlYzMjBxMC0yNi0xOS00NXQtNDUtMTloLTQzNHEtMjctNjUtODItMTA2LjVUMTU5OSA5OHEtMzMtNDgtODAuNS04MS41VDE0MTYtMjlxLTQyLTUzLTEwNC41LTgxLjVUMTE4My0xMzVxLTYwLTM0LTEyNi0zOS41dC0xMjcuNSAxNC0xMTcgNTMuNVQ3MDktMjZMNDIyIDI1Nkg2NHEtMjYgMC00NSAxOVQwIDMyMHY2NzJxMCAyNiAxOSA0NXQ0NSAxOWg0MjFxMTQgMTQgNDcgNDh0NDcuNSA0OCA0NCA0MCA1MC41IDM3LjUgNTEgMjUuNSA2MiAxOS41IDY4IDUuNWgxMTdxOTkgMCAxODEtNTYgODIgNTYgMTgxIDU2aDE2N3EzNSAwIDY3LTZ0NTYuNS0xNC41IDUxLjUtMjYuNSA0NC41LTMxIDQzLTM5LjUgMzktNDIgNDEtNDggNDEuNS00OC41aDM1NXEyNiAwIDQ1LTE5dDE5LTQ1eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkI2IiB1bmljb2RlPSLvirYiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTc5MiA4ODJWLTk2cTAtNjYtNDctMTEzdC0xMTMtNDdIMTYwcS02NiAwLTExMyA0N1QwLTk2djk3OHEwIDE1IDExIDI0IDggNyAzOSAzNC41dDQxLjUgMzZUMTM3IDEwMTR0NzAgNTUuNSA5NiA3MyAxNDMuNSAxMDdUNjM5IDEzOTBxNSA0IDUyLjUgNDB0NzEuNSA1Mi41IDY0IDM1IDY5IDE4LjUgNjktMTguNSA2NS0zNS41IDcxLTUyIDUyLTQwcTExMC04MCAxOTIuNS0xNDAuNXQxNDMuNS0xMDcgOTYtNzMgNzAtNTUuNSA0NS41LTM3LjUgNDEuNS0zNiAzOS0zNC41cTExLTkgMTEtMjR6bS01NjQtNTg1cTI2MyAxOTEgMzQ1IDI1MiAxMSA4IDEyLjUgMjAuNVQxNTc5IDU5M2wtMzggNTJxLTggMTEtMjEgMTIuNXQtMjQtNi41cS0yMzEtMTY5LTM0My0yNTAtNS0zLTUyLTM5dC03MS41LTUyLjUtNjQuNS0zNS02OS0xOC41LTY5IDE4LjUtNjQuNSAzNVQ2OTEgMzYydC01MiAzOVE0NTMgNTM1IDI5NiA2NTFxLTExIDgtMjQgNi41VDI1MSA2NDVsLTM4LTUycS04LTExLTYuNS0yMy41VDIxOSA1NDlxODItNjEgMzQ1LTI1MiAxMC04IDUwLTM4dDY1LTQ3IDY0LTM5LjUgNzcuNS0zMy41IDc1LjUtMTEgNzUuNSAxMSA3OSAzNC41VDExMTUgMjEzdDY1IDQ3LjUgNDggMzYuNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjJCNyIgdW5pY29kZT0i74q3IiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE0NzQgNjIzbDM5LTUxcTgtMTEgNi41LTIzLjVUMTUwOCA1MjhxLTQzLTM0LTEyNi41LTk4LjV0LTE0Ni41LTExMy02Ny01MS41cS0zOS0zMi02MC00OHQtNjAuNS00MS03Ni41LTM2LjUtNzQtMTEuNWgtMnEtMzcgMC03NCAxMS41VDc0NSAxNzZ0LTYxIDQxLjUtNjAgNDcuNXEtNSA0LTY1IDUwLjV0LTE0My41IDExMVQyOTMgNTIxcS0xMSA4LTEyLjUgMjAuNVQyODcgNTY1bDM3IDUycTggMTEgMjEuNSAxM3QyNC41LTdxOTQtNzMgMzA2LTIzNiA1LTQgNDMuNS0zNXQ2MC41LTQ2LjUgNTYuNS0zMi41IDU4LjUtMTdoMnEyNCAwIDU4LjUgMTd0NTYuNSAzMi41IDYwLjUgNDYuNSA0My41IDM1cTI1OCAxOTggMzEzIDI0MiAxMSA4IDI0IDYuNXQyMS0xMi41em0xOTAtNzE5djkyOHEtOTAgODMtMTU5IDEzOS05MSA3NC0zODkgMzA0LTMgMi00MyAzNXQtNjEgNDgtNTYgMzIuNS01OSAxNy41aC0ycS0yNCAwLTU5LTE3LjV0LTU2LTMyLjUtNjEtNDgtNDMtMzVxLTIxNS0xNjYtMzE1LjUtMjQ1LjVUMjMxIDkyNS41IDE0OSA4NTFxLTE0LTEyLTIxLTE5Vi05NnEwLTEzIDkuNS0yMi41VDE2MC0xMjhoMTQ3MnExMyAwIDIyLjUgOS41VDE2NjQtOTZ6bTEyOCA5MjhWLTk2cTAtNjYtNDctMTEzdC0xMTMtNDdIMTYwcS02NiAwLTExMyA0N1QwLTk2djkyOHEwIDU2IDQxIDk0IDEyMyAxMTQgMzUwIDI5MC41VDYyNCAxMzk4cTM2IDMwIDU5IDQ3LjV0NjEuNSA0MiA3NiAzNi41IDc0LjUgMTJoMnEzNyAwIDc0LjUtMTJ0NzYtMzYuNSA2MS41LTQyIDU5LTQ3LjVxNDMtMzYgMTU2LTEyMnQyMjYtMTc3IDIwMS0xNzNxNDEtMzggNDEtOTR6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQjgiIHVuaWNvZGU9Iu+KuCIgZD0iTTMzMCAxbDIwMi0yMTQtMzQgMjM2LTIxNiAyMTN6bTIyNi0yMjZMODMwLTdsLTExIDI0NUw1MTkgMjN6TTI0NSA0MTNsMjI3LTIxMy00OCAzMjctMjQ1IDIwNHptMjUwLTIyNGwzMTcgMjE0LTE0IDMyNC0zNTItMjAwem0zNDgtMTFsOTUtODAtMiAyMzktMTAzIDc5cTAtMSAxLTguNXQwLTEyLTUtNy41bC03OC01MiA4NS03MHE3LTYgNy04OHpNMTM4IDkzMGwyNTYtMjAwLTY4IDQ2NS0yNzkgMTczem0xMDM1LTY2M2wxNSAyMzQtMjMwLTE2NCAyLTI0MHpNNDE3IDcyMmwzNzMgMTk0LTE5IDQ0MS00MjMtMTYzem04NTMtMzY1bDIwIDIzMy0yMjYgMTQyLTItMTA1IDE0NC05NXE2LTQgNC05bC03LTExOXptMTkxIDEzOWwzMCAyMjItMTc5LTEyOC0yMC0yMjh6bS0xODgtMTY3bC03MSA0OS04LTExN3EwLTUtNC04TDk1NiA2NnEtNy01LTE0IDBsLTk4IDgzIDctMTYxcTAtNS00LThMNTU0LTI1NHEtNC0yLTYtMi04IDItOCAzTDMxMi0xMXEtNCA0LTU5IDI3Ny0yIDcgNSAxMWw2MSAzN3EtOTQgODYtOTUgOTJsLTcyIDM1MXEtMiA3IDYgMTJsOTQgNDVRMTE5IDkxNCAxMTcgOTIybC05NiA0NjZxLTIgMTAgNyAxM2w0MzMgMTM1cTUgMCA4LTFsMzE3LTE1M3E2LTQgNi05bDIwLTQ2M3EwLTctNi0xMGwtMTE4LTYxIDEyNi04NXE1LTIgNS04bDUtMTIzIDEyMSA3NHE1IDQgMTEgMGw4NC01NiAzIDExMHEwIDYgNSA5bDIwNiAxMjZxNiAzIDExIDBsMjQ1LTEzNXE0LTQgNS03dC02LjUtNjAtMTcuNS0xMjQuNS0xMC03MC41cTAtNS00LTdsLTE5MS0xNTNxLTYtNS0xMyAweiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkI5IiB1bmljb2RlPSLvirkiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNMTIwMSAyOThxMCA1Ny01LjUgMTA3dC0yMSAxMDAuNS0zOS41IDg2LTY0IDU4LTkxIDIyLjVxLTYtNC0zMy41LTIwLjVUOTA0IDYyN3QtNDAuNS0yMC00OS0xNy00Ni41LTUtNDYuNSA1LTQ5IDE3LTQwLjUgMjAtNDIuNSAyNC41VDU1NiA2NzJxLTUxIDAtOTEtMjIuNXQtNjQtNTgtMzkuNS04Ni0yMS0xMDAuNS01LjUtMTA3cTAtNzMgNDItMTIxLjVUNDgwIDEyOGg1NzZxNjEgMCAxMDMgNDguNXQ0MiAxMjEuNXptLTE3MyA1OTRxMCAxMDgtNzYuNSAxODRUNzY4IDExNTJ0LTE4My41LTc2VDUwOCA4OTJxMC0xMDcgNzYuNS0xODNUNzY4IDYzM3QxODMuNSA3NiA3Ni41IDE4M3ptNjM2LTU0MFYxNjBxMC0xNC05LTIzdC0yMy05aC05NlYtOTZxMC02Ni00Ny0xMTN0LTExMy00N0gxNjBxLTY2IDAtMTEzIDQ3VDAtOTZ2MTQ3MnEwIDY2IDQ3IDExM3QxMTMgNDdoMTIxNnE2NiAwIDExMy00N3Q0Ny0xMTN2LTIyNGg5NnExNCAwIDIzLTl0OS0yM1Y5MjhxMC0xNC05LTIzdC0yMy05aC05NlY3NjhoOTZxMTQgMCAyMy05dDktMjNWNTQ0cTAtMTQtOS0yM3QtMjMtOWgtOTZWMzg0aDk2cTE0IDAgMjMtOXQ5LTIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkJBIiB1bmljb2RlPSLviroiIGhvcml6LWFkdi14PSIxNjY0IiBkPSJNMTAyOCA4OTJxMC0xMDctNzYuNS0xODNUNzY4IDYzM3QtMTgzLjUgNzZUNTA4IDg5MnEwIDEwOCA3Ni41IDE4NHQxODMuNSA3NiAxODMuNS03NiA3Ni41LTE4NHptLTQ4LTIyMHE0NiAwIDgyLjUtMTd0NjAtNDcuNSAzOS41LTY3IDI0LTgxIDExLjUtODIuNSAzLjUtNzlxMC02Ny0zOS41LTExOC41VDEwNTYgMTI4SDQ4MHEtNjYgMC0xMDUuNSA1MS41VDMzNSAyOThxMCA0OCA0LjUgOTMuNVQzNTggNDkwdDM2LjUgOTEuNSA2MyA2NC41IDkzLjUgMjZoNXE3LTQgMzItMTkuNXQzNS41LTIxIDMzLTE3IDM3LTE2IDM1LTlUNzY4IDU4NXQzOS41IDQuNSAzNSA5IDM3IDE2IDMzIDE3IDM1LjUgMjEgMzIgMTkuNXptNjg0IDI1NnEwLTEzLTkuNS0yMi41VDE2MzIgODk2aC05NlY3NjhoOTZxMTMgMCAyMi41LTkuNXQ5LjUtMjIuNVY1NDRxMC0xMy05LjUtMjIuNVQxNjMyIDUxMmgtOTZWMzg0aDk2cTEzIDAgMjIuNS05LjV0OS41LTIyLjVWMTYwcTAtMTMtOS41LTIyLjVUMTYzMiAxMjhoLTk2Vi05NnEwLTY2LTQ3LTExM3QtMTEzLTQ3SDE2MHEtNjYgMC0xMTMgNDdUMC05NnYxNDcycTAgNjYgNDcgMTEzdDExMyA0N2gxMjE2cTY2IDAgMTEzLTQ3dDQ3LTExM3YtMjI0aDk2cTEzIDAgMjIuNS05LjV0OS41LTIyLjVWOTI4ek0xNDA4LTk2djE0NzJxMCAxMy05LjUgMjIuNXQtMjIuNSA5LjVIMTYwcS0xMyAwLTIyLjUtOS41VDEyOCAxMzc2Vi05NnEwLTEzIDkuNS0yMi41VDE2MC0xMjhoMTIxNnExMyAwIDIyLjUgOS41VDE0MDgtOTZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQkIiIHVuaWNvZGU9Iu+KuyIgaG9yaXotYWR2LXg9IjIwNDgiIGQ9Ik0xMDI0IDQwNXEwIDY0LTkgMTE3LjV0LTI5LjUgMTAzLTYwLjUgNzgtOTcgMjguNXEtNi00LTMwLTE4dC0zNy41LTIxLjVUNzI1IDY3NXQtNDMtMTQuNS00Mi00LjUtNDIgNC41LTQzIDE0LjUtMzUuNSAxNy41VDQ4MiA3MTR0LTMwIDE4cS01NyAwLTk3LTI4LjV0LTYwLjUtNzgtMjkuNS0xMDMtOS0xMTcuNSAzNy0xMDYuNSA5MS00Mi41aDUxMnE1NCAwIDkxIDQyLjV0MzcgMTA2LjV6TTg2NyA5MjVxMCA5NC02Ni41IDE2MC41VDY0MCAxMTUydC0xNjAuNS02Ni41VDQxMyA5MjV0NjYuNS0xNjAuNVQ2NDAgNjk4dDE2MC41IDY2LjVUODY3IDkyNXptOTI1LTUwOXY2NHEwIDE0LTkgMjN0LTIzIDloLTU3NnEtMTQgMC0yMy05dC05LTIzdi02NHEwLTE0IDktMjN0MjMtOWg1NzZxMTQgMCAyMyA5dDkgMjN6bTAgMjYwdjU2cTAgMTUtMTAuNSAyNS41VDE3NTYgNzY4aC01NjhxLTE1IDAtMjUuNS0xMC41VDExNTIgNzMydi01NnEwLTE1IDEwLjUtMjUuNVQxMTg4IDY0MGg1NjhxMTUgMCAyNS41IDEwLjVUMTc5MiA2NzZ6bTAgMjUydjY0cTAgMTQtOSAyM3QtMjMgOWgtNTc2cS0xNCAwLTIzLTl0LTktMjN2LTY0cTAtMTQgOS0yM3QyMy05aDU3NnExNCAwIDIzIDl0OSAyM3ptMjU2IDMyMFYzMnEwLTY2LTQ3LTExM3QtMTEzLTQ3aC0zNTJ2OTZxMCAxNC05IDIzdC0yMyA5aC02NHEtMTQgMC0yMy05dC05LTIzdi05Nkg2NDB2OTZxMCAxNC05IDIzdC0yMyA5aC02NHEtMTQgMC0yMy05dC05LTIzdi05NkgxNjBxLTY2IDAtMTEzIDQ3VDAgMzJ2MTIxNnEwIDY2IDQ3IDExM3QxMTMgNDdoMTcyOHE2NiAwIDExMy00N3Q0Ny0xMTN6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQkMiIHVuaWNvZGU9Iu+KvCIgaG9yaXotYWR2LXg9IjIwNDgiIGQ9Ik0xMDI0IDQwNXEwLTY0LTM3LTEwNi41VDg5NiAyNTZIMzg0cS01NCAwLTkxIDQyLjVUMjU2IDQwNXQ5IDExNy41IDI5LjUgMTAzIDYwLjUgNzggOTcgMjguNXE2LTQgMzAtMTh0MzcuNS0yMS41VDU1NSA2NzV0NDMtMTQuNSA0Mi00LjUgNDIgNC41IDQzIDE0LjUgMzUuNSAxNy41VDc5OCA3MTR0MzAgMThxNTcgMCA5Ny0yOC41dDYwLjUtNzggMjkuNS0xMDMgOS0xMTcuNXpNODY3IDkyNXEwLTk0LTY2LjUtMTYwLjVUNjQwIDY5OHQtMTYwLjUgNjYuNVQ0MTMgOTI1dDY2LjUgMTYwLjVUNjQwIDExNTJ0MTYwLjUtNjYuNVQ4NjcgOTI1em05MjUtNDQ1di02NHEwLTE0LTktMjN0LTIzLTloLTU3NnEtMTQgMC0yMyA5dC05IDIzdjY0cTAgMTQgOSAyM3QyMyA5aDU3NnExNCAwIDIzLTl0OS0yM3ptMCAyNTJ2LTU2cTAtMTUtMTAuNS0yNS41VDE3NTYgNjQwaC01NjhxLTE1IDAtMjUuNSAxMC41VDExNTIgNjc2djU2cTAgMTUgMTAuNSAyNS41VDExODggNzY4aDU2OHExNSAwIDI1LjUtMTAuNVQxNzkyIDczMnptMCAyNjB2LTY0cTAtMTQtOS0yM3QtMjMtOWgtNTc2cS0xNCAwLTIzIDl0LTkgMjN2NjRxMCAxNCA5IDIzdDIzIDloNTc2cTE0IDAgMjMtOXQ5LTIzem0xMjgtOTYwdjEyMTZxMCAxMy05LjUgMjIuNXQtMjIuNSA5LjVIMTYwcS0xMyAwLTIyLjUtOS41VDEyOCAxMjQ4VjMycTAtMTMgOS41LTIyLjVUMTYwIDBoMzUydjk2cTAgMTQgOSAyM3QyMyA5aDY0cTE0IDAgMjMtOXQ5LTIzVjBoNzY4djk2cTAgMTQgOSAyM3QyMyA5aDY0cTE0IDAgMjMtOXQ5LTIzVjBoMzUycTEzIDAgMjIuNSA5LjVUMTkyMCAzMnptMTI4IDEyMTZWMzJxMC02Ni00Ny0xMTN0LTExMy00N0gxNjBxLTY2IDAtMTEzIDQ3VDAgMzJ2MTIxNnEwIDY2IDQ3IDExM3QxMTMgNDdoMTcyOHE2NiAwIDExMy00N3Q0Ny0xMTN6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQkQiIHVuaWNvZGU9Iu+KvSIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNTIzIDE5N3EtMjIgMTU1LTg3LjUgMjU3LjVUMTI1MSA1NzNxLTY3LTc0LTE1OS41LTExNS41VDg5NiA0MTZ0LTE5NS41IDQxLjVUNTQxIDU3M3EtMTE5LTE2LTE4NC41LTExOC41VDI2OSAxOTdRMzc1IDQ3IDU0MC00MC41VDg5Ni0xMjh0MzU2IDg3LjVUMTUyMyAxOTd6bS0yNDMgNjk5cTAgMTU5LTExMi41IDI3MS41VDg5NiAxMjgwdC0yNzEuNS0xMTIuNVQ1MTIgODk2dDExMi41LTI3MS41VDg5NiA1MTJ0MjcxLjUgMTEyLjVUMTI4MCA4OTZ6bTUxMi0yNTZxMC0xODItNzEtMzQ3LjV0LTE5MC41LTI4NlQxMjQ1LTE4NXQtMzQ5LTcxcS0xODIgMC0zNDggNzFUMjYyIDYgNzEgMjkyIDAgNjQwdDcxIDM0OCAxOTEgMjg2IDI4NiAxOTEgMzQ4IDcxIDM0OC03MSAyODYtMTkxIDE5MS0yODYgNzEtMzQ4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkJFIiB1bmljb2RlPSLvir4iIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNODk2IDE1MzZxMTgyIDAgMzQ4LTcxdDI4Ni0xOTEgMTkxLTI4NiA3MS0zNDhxMC0xODEtNzAuNS0zNDdUMTUzMSA3dC0yODYtMTkxLjVUODk2LTI1NnQtMzQ5IDcxVDI2MS41IDYuNSA3MSAyOTIuNSAwIDY0MHQ3MSAzNDggMTkxIDI4NiAyODYgMTkxIDM0OCA3MXptNjE5LTEzNTFxMTQ5IDIwNSAxNDkgNDU1IDAgMTU2LTYxIDI5OHQtMTY0IDI0NS0yNDUgMTY0LTI5OCA2MS0yOTgtNjEtMjQ1LTE2NC0xNjQtMjQ1LTYxLTI5OHEwLTI1MCAxNDktNDU1IDY2IDMyNyAzMDYgMzI3IDEzMS0xMjggMzEzLTEyOHQzMTMgMTI4cTI0MCAwIDMwNi0zMjd6bS0yMzUgNjQ3cTAgMTU5LTExMi41IDI3MS41VDg5NiAxMjE2dC0yNzEuNS0xMTIuNVQ1MTIgODMydDExMi41LTI3MS41VDg5NiA0NDh0MjcxLjUgMTEyLjVUMTI4MCA4MzJ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQzAiIHVuaWNvZGU9Iu+LgCIgZD0iTTEyMDEgNzUycTQ3LTE0IDg5LjUtMzh0ODktNzMgNzkuNS0xMTUuNSA1NS0xNzIgMjItMjM2LjVxMC0xNTQtMTAwLTI2My41VDExOTUtMjU2SDM0MXEtMTQxIDAtMjQxIDEwOS41VDAgMTE3cTAgMTMxIDIyIDIzNi41dDU1IDE3MlQxNTYuNSA2NDF0ODkgNzMgODkuNSAzOHEtNzkgMTI1LTc5IDI3MiAwIDEwNCA0MC41IDE5OC41VDQwNiAxMzg2dDE2My41IDEwOS41VDc2OCAxNTM2dDE5OC41LTQwLjVUMTEzMCAxMzg2dDEwOS41LTE2My41VDEyODAgMTAyNHEwLTE0Ny03OS0yNzJ6bS00MzMgNjU2cS0xNTkgMC0yNzEuNS0xMTIuNVQzODQgMTAyNHQxMTIuNS0yNzEuNVQ3NjggNjQwdDI3MS41IDExMi41VDExNTIgMTAyNHQtMTEyLjUgMjcxLjVUNzY4IDE0MDh6bTQyNy0xNTM2cTg4IDAgMTUwLjUgNzEuNVQxNDA4IDExN3EwIDIzOS03OC41IDM3N1QxMTA0IDYzOVE5NTkgNTEyIDc2OCA1MTJUNDMyIDYzOXEtMTQ3LTctMjI1LjUtMTQ1VDEyOCAxMTdxMC0xMDIgNjIuNS0xNzMuNVQzNDEtMTI4aDg1NHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjJDMSIgdW5pY29kZT0i74uBIiBob3Jpei1hZHYteD0iMTI4MCIgZD0iTTEwMjQgMjc4cTAtNjQtMzctMTA3dC05MS00M0gzODRxLTU0IDAtOTEgNDN0LTM3IDEwNyA5IDExOCAyOS41IDEwNCA2MSA3OC41VDQ1MiA2MDdxODAtNzUgMTg4LTc1dDE4OCA3NXE1NiAwIDk2LjUtMjguNXQ2MS03OC41IDI5LjUtMTA0IDktMTE4ek04NzAgNzk3cTAtOTQtNjcuNS0xNjAuNVQ2NDAgNTcwdC0xNjIuNSA2Ni41VDQxMCA3OTd0NjcuNSAxNjAuNVQ2NDAgMTAyNHQxNjIuNS02Ni41VDg3MCA3OTd6bTI4Mi04OTN2MTM3NkgxMjhWLTk2cTAtMTMgOS41LTIyLjVUMTYwLTEyOGg5NjBxMTMgMCAyMi41IDkuNVQxMTUyLTk2em0xMjggMTQ3MlYtOTZxMC02Ni00Ny0xMTN0LTExMy00N0gxNjBxLTY2IDAtMTEzIDQ3VDAtOTZ2MTQ3MnEwIDY2IDQ3IDExM3QxMTMgNDdoMzUydi05NnEwLTE0IDktMjN0MjMtOWgxOTJxMTQgMCAyMyA5dDkgMjN2OTZoMzUycTY2IDAgMTEzLTQ3dDQ3LTExM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjJDMiIgdW5pY29kZT0i74uCIiBob3Jpei1hZHYteD0iMjA0OCIgZD0iTTg5NiAzMjRxMCA1NC03LjUgMTAwLjV0LTI0LjUgOTAtNTEgNjguNS04MSAyNXEtNjQtNjQtMTU2LTY0dC0xNTYgNjRxLTQ3IDAtODEtMjV0LTUxLTY4LjUtMjQuNS05MFQyNTYgMzI0cTAtNTUgMzEuNS05My41VDM2MyAxOTJoNDI2cTQ0IDAgNzUuNSAzOC41VDg5NiAzMjR6TTc2OCA3NjhxMCA4MC01NiAxMzZ0LTEzNiA1Ni0xMzYtNTYtNTYtMTM2IDU2LTEzNiAxMzYtNTYgMTM2IDU2IDU2IDEzNnptMTAyNC00ODB2NjRxMCAxNC05IDIzdC0yMyA5aC03MDRxLTE0IDAtMjMtOXQtOS0yM3YtNjRxMC0xNCA5LTIzdDIzLTloNzA0cTE0IDAgMjMgOXQ5IDIzem0tMzg0IDI1NnY2NHEwIDE0LTkgMjN0LTIzIDloLTMyMHEtMTQgMC0yMy05dC05LTIzdi02NHEwLTE0IDktMjN0MjMtOWgzMjBxMTQgMCAyMyA5dDkgMjN6bTM4NCAwdjY0cTAgMTQtOSAyM3QtMjMgOWgtMTkycS0xNCAwLTIzLTl0LTktMjN2LTY0cTAtMTQgOS0yM3QyMy05aDE5MnExNCAwIDIzIDl0OSAyM3ptMCAyNTZ2NjRxMCAxNC05IDIzdC0yMyA5aC03MDRxLTE0IDAtMjMtOXQtOS0yM3YtNjRxMC0xNCA5LTIzdDIzLTloNzA0cTE0IDAgMjMgOXQ5IDIzek0xMjggMTE1MmgxNzkydjk2cTAgMTQtOSAyM3QtMjMgOUgxNjBxLTE0IDAtMjMtOXQtOS0yM3YtOTZ6bTE5MjAgOTZWMzJxMC02Ni00Ny0xMTN0LTExMy00N0gxNjBxLTY2IDAtMTEzIDQ3VDAgMzJ2MTIxNnEwIDY2IDQ3IDExM3QxMTMgNDdoMTcyOHE2NiAwIDExMy00N3Q0Ny0xMTN6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQzMiIHVuaWNvZGU9Iu+LgyIgaG9yaXotYWR2LXg9IjIwNDgiIGQ9Ik04OTYgMzI0cTAtNTUtMzEuNS05My41VDc4OSAxOTJIMzYzcS00NCAwLTc1LjUgMzguNVQyNTYgMzI0cTAgNTQgNy41IDEwMC41dDI0LjUgOTAgNTEgNjguNSA4MSAyNXE2NC02NCAxNTYtNjR0MTU2IDY0cTQ3IDAgODEtMjV0NTEtNjguNSAyNC41LTkwVDg5NiAzMjR6TTc2OCA3NjhxMC04MC01Ni0xMzZ0LTEzNi01Ni0xMzYgNTYtNTYgMTM2IDU2IDEzNiAxMzYgNTYgMTM2LTU2IDU2LTEzNnptMTAyNC00MTZ2LTY0cTAtMTQtOS0yM3QtMjMtOWgtNzA0cS0xNCAwLTIzIDl0LTkgMjN2NjRxMCAxNCA5IDIzdDIzIDloNzA0cTE0IDAgMjMtOXQ5LTIzem0tMzg0IDI1NnYtNjRxMC0xNC05LTIzdC0yMy05aC0zMjBxLTE0IDAtMjMgOXQtOSAyM3Y2NHEwIDE0IDkgMjN0MjMgOWgzMjBxMTQgMCAyMy05dDktMjN6bTM4NCAwdi02NHEwLTE0LTktMjN0LTIzLTloLTE5MnEtMTQgMC0yMyA5dC05IDIzdjY0cTAgMTQgOSAyM3QyMyA5aDE5MnExNCAwIDIzLTl0OS0yM3ptMCAyNTZ2LTY0cTAtMTQtOS0yM3QtMjMtOWgtNzA0cS0xNCAwLTIzIDl0LTkgMjN2NjRxMCAxNCA5IDIzdDIzIDloNzA0cTE0IDAgMjMtOXQ5LTIzem0xMjgtODMydjExMjBIMTI4VjMycTAtMTMgOS41LTIyLjVUMTYwIDBoMTcyOHExMyAwIDIyLjUgOS41VDE5MjAgMzJ6bTEyOCAxMjE2VjMycTAtNjYtNDctMTEzdC0xMTMtNDdIMTYwcS02NiAwLTExMyA0N1QwIDMydjEyMTZxMCA2NiA0NyAxMTN0MTEzIDQ3aDE3MjhxNjYgMCAxMTMtNDd0NDctMTEzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkM0IiB1bmljb2RlPSLvi4QiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTI1NSA3NDlxMCAzMTgtMTA1IDQ3NC41VDgyMCAxMzgwcS0yMjIgMC0zMjYtMTU3VDM5MCA3NDlxMC0zMTYgMTA0LTQ3MS41VDgyMCAxMjJxNzQgMCAxMzEgMTctMjIgNDMtMzkgNzN0LTQ0IDY1LTUzLjUgNTYuNS02MyAzNlQ2NzQgMzg0cS00NiAwLTc5LTE2bC00OSA5N3ExMDUgOTEgMjc2IDkxIDEzMiAwIDIxNS41LTU0VDExODggMzQ3cTY3IDE0OSA2NyA0MDJ6bTM5MC02MzJoMTE3cTMtMjctMi02N3QtMjYuNS05NS01OC0xMDAuNS0xMDctNzhUMTQwNi0yNTZxLTcxIDAtMTMwLjUgMTlUMTE3MC0xODF0LTc5IDc4LTY2IDk2cS05Ny0yNy0yMDUtMjctMTUwIDAtMjkyLjUgNTh0LTI1MyAxNTguNS0xNzggMjQ5VDI5IDc0OXEwIDE3MCA2Ny41IDMxOS41VDI3NSAxMzE5dDI1My41IDE1OSAyOTEuNSA1OHExMjEgMCAyMzguNS0zNnQyMTctMTA2IDE3Ni0xNjQuNSAxMTkuNS0yMTkgNDMtMjYxLjVxMC0xOTAtODAuNS0zNDcuNVQxMzE1IDEzN3E0Ny03MCA5My41LTEwNi41VDE1MTMtNnE2MSAwIDk0IDM3LjV0MzggODUuNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjJDNSIgdW5pY29kZT0i74uFIiBob3Jpei1hZHYteD0iMjMwNCIgZD0iTTQ1My0xMDFxMC0yMS0xNi0zNy41VDQwMC0xNTVxLTEgMC0xMyAzLTYzIDE1LTE2MiAxNDBRMCAyNzIgMCA2NjRxMCAzNDEgMjEzIDYxNCAzOSA1MSA5NSAxMDMuNXQ5NCA1Mi41cTE5IDAgMzUtMTMuNXQxNi0zMi41cTAtMjctNjMtOTAtOTgtMTAyLTE0Ny0xODQtMTE5LTE5OS0xMTktNDQ5IDAtMjgxIDEyMy00OTFRMjk3IDg5IDM4MyAxcTItMyAxNC41LTE2VDQxNy0zNnQxNy0yMC41VDQ0OC41LTgwdDQuNS0yMXpNMTc5NiAzM3EwLTI5LTE3LjUtNDguNVQxNzMyLTM1SDY1MXEtMjYgMC00NSAxOXQtMTkgNDVxMCAyOSAxNy41IDQ4LjVUNjUxIDk3aDEwODFxMjYgMCA0NS0xOXQxOS00NXptLTIxNSA2MTFxMC0xMzQtNjctMjMzLTI1LTM4LTY5LjUtNzguNVQxMzYxIDI3MnEtMTYtMTAtMjctMTAtNyAwLTE1IDZ0LTggMTJxMCA5IDE5IDMwdDQyIDQ2IDQyIDY3LjUgMTkgODguNXEwIDc2LTM1IDEzMC0yOSA0Mi00NiA0Mi0zIDAtMy01IDAtMTIgNy41LTM1LjV0Ny41LTM2LjVxMC0yMi0yMS41LTM1dC00NC41LTEzcS02NiAwLTY2IDc2IDAgMTUgMS41IDQ0dDEuNSA0NHEwIDI1LTEwIDQ2LTEzIDI1LTQyIDUzLjV0LTUxIDI4LjVxLTUgMC03LS41dC0zLjUtMi41LTEuNS02cTAtMiAxNi0yNnQxNi01NHEwLTM3LTE5LTY4dC00Ni01NC01My41LTQ2LTQ1LjUtNTQtMTktNjhxMC05OCA0Mi0xNjAgMjktNDMgNzktNjMgMTYtNSAxNy0xMCAxLTIgMS01IDAtMTYtMTgtMTYtNiAwLTMzIDExLTExOSA0My0xOTUgMTM5LjVUNzg2IDU4N3EwIDU1IDI0LjUgMTE1LjV0NjAgMTE1VDk0MSA5MjZ0NTkuNSAxMTMuNVQxMDI1IDExNTFxMCA1My0yNSA5NC0yOSA0OC01NiA2NC0xOSA5LTE5IDIxIDAgMjAgNDEgMjAgNTAgMCAxMTAtMjkgNDEtMTkgNzEtNDQuNXQ0OS41LTUxIDMzLjUtNjIuNSAyMi02OSAxNi04MHEwLTEgMy0xNy41dDQuNS0yNSA1LjUtMjUgOS0yNyAxMS0yMS41IDE0LjUtMTYuNSAxOC41LTUuNXEyMyAwIDM3IDE0dDE0IDM3cTAgMjUtMjAgNjd0LTIwIDUyIDEwIDEwcTI3IDAgOTMtNzAgNzItNzYgMTAyLjUtMTU2dDMwLjUtMTg2em03MjMtMjlxMC0yNzQtMTM4LTUwMy0xOS0zMi00OC03MnQtNjgtODYuNS04MS03Ny03NC0zMC41cS0xNiAwLTMxIDE1LjV0LTE1IDMxLjVxMCAxNSAyOSA1MC41dDY4LjUgNzdUMTk5NSA3M3ExODMgMjMwIDE4MyA1MzEgMCAxMzEtMjAuNSAyMzV0LTcyLjUgMjExcS01OCAxMTktMTYzIDIyOC0yIDMtMTMgMTMuNXQtMTYuNSAxNi41LTE1IDE3LjUtMTUgMjAtOS41IDE4LjUtNCAxOXEwIDE5IDE2IDM1LjV0MzUgMTYuNXE3MCAwIDE5Ni0xNjkgOTgtMTMxIDE0Ni0yNzN0NjAtMzE0cTItNDIgMi02NHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjJDNiIgdW5pY29kZT0i74uGIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTExODkgMjI5bDE0NyA2OTNxOSA0NC0xMC41IDYzdC01MS41IDdMNDEwIDY1OXEtMjktMTEtMzkuNS0yNXQtMi41LTI2LjUgMzItMTkuNWwyMjEtNjkgNTEzIDMyM3EyMSAxNCAzMiA2IDctNS00LTE1TDc0NyA0NThsLTE2LTIyOHEyMyAwIDQ1IDIybDEwOCAxMDQgMjI0LTE2NXE2NC0zNiA4MSAzOHptNjAzIDQxMXEwLTE4Mi03MS0zNDhUMTUzMCA2dC0yODYtMTkxLTM0OC03MS0zNDggNzFUMjYyIDYgNzEgMjkyIDAgNjQwdDcxIDM0OCAxOTEgMjg2IDI4NiAxOTEgMzQ4IDcxIDM0OC03MSAyODYtMTkxIDE5MS0yODYgNzEtMzQ4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkM3IiB1bmljb2RlPSLvi4ciIGhvcml6LWFkdi14PSIxMDI0IiBkPSJNNjQwIDE5MnEwLTgwLTU2LTEzNlQ0NDggMCAzMTIgNTZ0LTU2IDEzNnEwIDYwIDM1IDExMHQ5MyA3MXY5MDdoMTI4VjM3M3E1OC0yMSA5My03MXQzNS0xMTB6bTEyOCAwcTAgNzctMzQgMTQ0dC05NCAxMTJ2NzY4cTAgODAtNTYgMTM2dC0xMzYgNTYtMTM2LTU2LTU2LTEzNlY0NDhxLTYwLTQ1LTk0LTExMnQtMzQtMTQ0cTAtMTMzIDkzLjUtMjI2LjVUNDQ4LTEyOHQyMjYuNSA5My41VDc2OCAxOTJ6bTEyOCAwcTAtMTg1LTEzMS41LTMxNi41VDQ0OC0yNTYgMTMxLjUtMTI0LjUgMCAxOTJxMCAxODIgMTI4IDMxM3Y3MTFxMCAxMzMgOTMuNSAyMjYuNVQ0NDggMTUzNnQyMjYuNS05My41VDc2OCAxMjE2VjUwNXExMjgtMTMxIDEyOC0zMTN6bTEyOCA1NzZWNjQwSDgzMnYxMjhoMTkyem0wIDI1NlY4OTZIODMydjEyOGgxOTJ6bTAgMjU2di0xMjhIODMydjEyOGgxOTJ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQzgiIHVuaWNvZGU9Iu+LiCIgaG9yaXotYWR2LXg9IjEwMjQiIGQ9Ik02NDAgMTkycTAtODAtNTYtMTM2VDQ0OCAwIDMxMiA1NnQtNTYgMTM2cTAgNjAgMzUgMTEwdDkzIDcxdjY1MWgxMjhWMzczcTU4LTIxIDkzLTcxdDM1LTExMHptMTI4IDBxMCA3Ny0zNCAxNDR0LTk0IDExMnY3NjhxMCA4MC01NiAxMzZ0LTEzNiA1Ni0xMzYtNTYtNTYtMTM2VjQ0OHEtNjAtNDUtOTQtMTEydC0zNC0xNDRxMC0xMzMgOTMuNS0yMjYuNVQ0NDgtMTI4dDIyNi41IDkzLjVUNzY4IDE5MnptMTI4IDBxMC0xODUtMTMxLjUtMzE2LjVUNDQ4LTI1NiAxMzEuNS0xMjQuNSAwIDE5MnEwIDE4MiAxMjggMzEzdjcxMXEwIDEzMyA5My41IDIyNi41VDQ0OCAxNTM2dDIyNi41LTkzLjVUNzY4IDEyMTZWNTA1cTEyOC0xMzEgMTI4LTMxM3ptMTI4IDU3NlY2NDBIODMydjEyOGgxOTJ6bTAgMjU2Vjg5Nkg4MzJ2MTI4aDE5MnptMCAyNTZ2LTEyOEg4MzJ2MTI4aDE5MnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjJDOSIgdW5pY29kZT0i74uJIiBob3Jpei1hZHYteD0iMTAyNCIgZD0iTTY0MCAxOTJxMC04MC01Ni0xMzZUNDQ4IDAgMzEyIDU2dC01NiAxMzZxMCA2MCAzNSAxMTB0OTMgNzF2Mzk1aDEyOFYzNzNxNTgtMjEgOTMtNzF0MzUtMTEwem0xMjggMHEwIDc3LTM0IDE0NHQtOTQgMTEydjc2OHEwIDgwLTU2IDEzNnQtMTM2IDU2LTEzNi01Ni01Ni0xMzZWNDQ4cS02MC00NS05NC0xMTJ0LTM0LTE0NHEwLTEzMyA5My41LTIyNi41VDQ0OC0xMjh0MjI2LjUgOTMuNVQ3NjggMTkyem0xMjggMHEwLTE4NS0xMzEuNS0zMTYuNVQ0NDgtMjU2IDEzMS41LTEyNC41IDAgMTkycTAgMTgyIDEyOCAzMTN2NzExcTAgMTMzIDkzLjUgMjI2LjVUNDQ4IDE1MzZ0MjI2LjUtOTMuNVQ3NjggMTIxNlY1MDVxMTI4LTEzMSAxMjgtMzEzem0xMjggNTc2VjY0MEg4MzJ2MTI4aDE5MnptMCAyNTZWODk2SDgzMnYxMjhoMTkyem0wIDI1NnYtMTI4SDgzMnYxMjhoMTkyeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkNBIiB1bmljb2RlPSLvi4oiIGhvcml6LWFkdi14PSIxMDI0IiBkPSJNNjQwIDE5MnEwLTgwLTU2LTEzNlQ0NDggMCAzMTIgNTZ0LTU2IDEzNnEwIDYwIDM1IDExMHQ5MyA3MXYxMzloMTI4VjM3M3E1OC0yMSA5My03MXQzNS0xMTB6bTEyOCAwcTAgNzctMzQgMTQ0dC05NCAxMTJ2NzY4cTAgODAtNTYgMTM2dC0xMzYgNTYtMTM2LTU2LTU2LTEzNlY0NDhxLTYwLTQ1LTk0LTExMnQtMzQtMTQ0cTAtMTMzIDkzLjUtMjI2LjVUNDQ4LTEyOHQyMjYuNSA5My41VDc2OCAxOTJ6bTEyOCAwcTAtMTg1LTEzMS41LTMxNi41VDQ0OC0yNTYgMTMxLjUtMTI0LjUgMCAxOTJxMCAxODIgMTI4IDMxM3Y3MTFxMCAxMzMgOTMuNSAyMjYuNVQ0NDggMTUzNnQyMjYuNS05My41VDc2OCAxMjE2VjUwNXExMjgtMTMxIDEyOC0zMTN6bTEyOCA1NzZWNjQwSDgzMnYxMjhoMTkyem0wIDI1NlY4OTZIODMydjEyOGgxOTJ6bTAgMjU2di0xMjhIODMydjEyOGgxOTJ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQ0IiIHVuaWNvZGU9Iu+LiyIgaG9yaXotYWR2LXg9IjEwMjQiIGQ9Ik02NDAgMTkycTAtODAtNTYtMTM2VDQ0OCAwIDMxMiA1NnQtNTYgMTM2cTAgNzkgNTYgMTM1LjVUNDQ4IDM4NHQxMzYtNTYuNVQ2NDAgMTkyem0xMjggMHEwIDc3LTM0IDE0NHQtOTQgMTEydjc2OHEwIDgwLTU2IDEzNnQtMTM2IDU2LTEzNi01Ni01Ni0xMzZWNDQ4cS02MC00NS05NC0xMTJ0LTM0LTE0NHEwLTEzMyA5My41LTIyNi41VDQ0OC0xMjh0MjI2LjUgOTMuNVQ3NjggMTkyem0xMjggMHEwLTE4NS0xMzEuNS0zMTYuNVQ0NDgtMjU2IDEzMS41LTEyNC41IDAgMTkycTAgMTgyIDEyOCAzMTN2NzExcTAgMTMzIDkzLjUgMjI2LjVUNDQ4IDE1MzZ0MjI2LjUtOTMuNVQ3NjggMTIxNlY1MDVxMTI4LTEzMSAxMjgtMzEzem0xMjggNTc2VjY0MEg4MzJ2MTI4aDE5MnptMCAyNTZWODk2SDgzMnYxMjhoMTkyem0wIDI1NnYtMTI4SDgzMnYxMjhoMTkyeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkNDIiB1bmljb2RlPSLvi4wiIGhvcml6LWFkdi14PSIxOTIwIiBkPSJNMTQzMyAxMjg3cTEwLTEwIDEwLTIzdC0xMC0yM0w4MDcgNjE1cS0xMC0xMC0yMy0xMHQtMjMgMTBsLTgyIDgycS0xMCAxMC0xMCAyM3QxMCAyM2w0NCA0NHEtNzIgOTEtODEuNSAyMDd0NDYuNSAyMTVxLTc0IDcxLTE3NiA3MS0xMDYgMC0xODEtNzV0LTc1LTE4MVYtMjU2SDB2MTI4MHEwIDEwNCA0MC41IDE5OC41VDE1MCAxMzg2dDE2My41IDEwOS41VDUxMiAxNTM2cTEwNiAwIDIwMS00MXQxNjYtMTE1cTk0IDM5IDE5NyAyNC41dDE4NS03OS41bDQ0IDQ0cTEwIDEwIDIzIDEwdDIzLTEwem0tODktMjYzcTI2IDAgNDUtMTl0MTktNDUtMTktNDUtNDUtMTktNDUgMTktMTkgNDUgMTkgNDUgNDUgMTl6bTI1Ni0xMjhxLTI2IDAtNDUgMTl0LTE5IDQ1IDE5IDQ1IDQ1IDE5IDQ1LTE5IDE5LTQ1LTE5LTQ1LTQ1LTE5em0yNTYgMTI4cTI2IDAgNDUtMTl0MTktNDUtMTktNDUtNDUtMTktNDUgMTktMTkgNDUgMTkgNDUgNDUgMTl6bS02NDAtMTI4cTI2IDAgNDUtMTl0MTktNDUtMTktNDUtNDUtMTktNDUgMTktMTkgNDUgMTkgNDUgNDUgMTl6bTE5Mi02NHEwIDI2IDE5IDQ1dDQ1IDE5IDQ1LTE5IDE5LTQ1LTE5LTQ1LTQ1LTE5LTQ1IDE5LTE5IDQ1em0zMjAgNjRxMjYgMCA0NS0xOXQxOS00NS0xOS00NS00NS0xOS00NSAxOS0xOSA0NSAxOSA0NSA0NSAxOXptLTY0MC0xMjhxMjYgMCA0NS0xOXQxOS00NS0xOS00NS00NS0xOS00NSAxOS0xOSA0NSAxOSA0NSA0NSAxOXptMjU2LTEyOHEtMjYgMC00NSAxOXQtMTkgNDUgMTkgNDUgNDUgMTkgNDUtMTkgMTktNDUtMTktNDUtNDUtMTl6bTI1NiAxMjhxMjYgMCA0NS0xOXQxOS00NS0xOS00NS00NS0xOS00NSAxOS0xOSA0NSAxOSA0NSA0NSAxOXptLTM4NC0yNTZxLTI2IDAtNDUgMTl0LTE5IDQ1IDE5IDQ1IDQ1IDE5IDQ1LTE5IDE5LTQ1LTE5LTQ1LTQ1LTE5em0yNTYgMTI4cTI2IDAgNDUtMTl0MTktNDUtMTktNDUtNDUtMTktNDUgMTktMTkgNDUgMTkgNDUgNDUgMTl6bS0zODQtMTI4cTI2IDAgNDUtMTl0MTktNDUtMTktNDUtNDUtMTktNDUgMTktMTkgNDUgMTkgNDUgNDUgMTl6bTI1NiAwcTI2IDAgNDUtMTl0MTktNDUtMTktNDUtNDUtMTktNDUgMTktMTkgNDUgMTkgNDUgNDUgMTl6bS0xMjgtMTI4cTI2IDAgNDUtMTl0MTktNDUtMTktNDUtNDUtMTktNDUgMTktMTkgNDUgMTkgNDUgNDUgMTl6bS0xMjgtMTI4cTI2IDAgNDUtMTl0MTktNDUtMTktNDUtNDUtMTktNDUgMTktMTkgNDUgMTkgNDUgNDUgMTl6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyQ0QiIHVuaWNvZGU9Iu+LjSIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xNjY0IDQ0OFYyNTZxMC0xNjktMTI4LTI4NnYtMTk0cTAtMTQtOS0yM3QtMjMtOWgtNjRxLTE0IDAtMjMgOXQtOSAyM3YxMThxLTYzLTIyLTEyOC0yMkg1MTJxLTY1IDAtMTI4IDIydi0xMTBxMC0xNy05LjUtMjguNVQzNTItMjU2aC02NHEtMTMgMC0yMi41IDExLjVUMjU2LTIxNnYxODZRMTI4IDg3IDEyOCAyNTZ2MTkyaDE1MzZ6TTcwNCA4NjRxMC0xNC05LTIzdC0yMy05LTIzIDktOSAyMyA5IDIzIDIzIDkgMjMtOSA5LTIzem02NCA2NHEwLTE0LTktMjN0LTIzLTktMjMgOS05IDIzIDkgMjMgMjMgOSAyMy05IDktMjN6bS02NCA2NHEwLTE0LTktMjN0LTIzLTktMjMgOS05IDIzIDkgMjMgMjMgOSAyMy05IDktMjN6bTEyOCAwcTAtMTQtOS0yM3QtMjMtOS0yMyA5LTkgMjMgOSAyMyAyMyA5IDIzLTkgOS0yM3ptLTY0IDY0cTAtMTQtOS0yM3QtMjMtOS0yMyA5LTkgMjMgOSAyMyAyMyA5IDIzLTkgOS0yM3ptLTY0IDY0cTAtMTQtOS0yM3QtMjMtOS0yMyA5LTkgMjMgOSAyMyAyMyA5IDIzLTkgOS0yM3ptMTA4OC01MTJ2LTY0cTAtMTQtOS0yM3QtMjMtOUgzMnEtMTQgMC0yMyA5dC05IDIzdjY0cTAgMTQgOSAyM3QyMyA5aDk2djY0MHEwIDEwNiA3NSAxODF0MTgxIDc1cTEwOCAwIDE4NC03OCA0NiAxOSA5OCAxMnQ5My0zOWwyMiAyMnExMSAxMSAyMiAwbDQyLTQycTExLTExIDAtMjJsLTMxNC0zMTRxLTExLTExLTIyIDBsLTQyIDQycS0xMSAxMSAwIDIybDIyIDIycS0zNiA0Ni00MC41IDEwNHQyMy41IDEwOHEtMzcgMzUtODggMzUtNTMgMC05MC41LTM3LjVUMjU2IDEyODBWNjQwaDE1MDRxMTQgMCAyMy05dDktMjN6bS04OTYgNDQ4cTAtMTQtOS0yM3QtMjMtOS0yMyA5LTkgMjMgOSAyMyAyMyA5IDIzLTkgOS0yM3ptLTY0IDY0cTAtMTQtOS0yM3QtMjMtOS0yMyA5LTkgMjMgOSAyMyAyMyA5IDIzLTkgOS0yM3ptLTY0IDY0cTAtMTQtOS0yM3QtMjMtOS0yMyA5LTkgMjMgOSAyMyAyMyA5IDIzLTkgOS0yM3ptMTkyLTY0cTAtMTQtOS0yM3QtMjMtOS0yMyA5LTkgMjMgOSAyMyAyMyA5IDIzLTkgOS0yM3ptLTY0IDY0cTAtMTQtOS0yM3QtMjMtOS0yMyA5LTkgMjMgOSAyMyAyMyA5IDIzLTkgOS0yM3ptLTY0IDY0cTAtMTQtOS0yM3QtMjMtOS0yMyA5LTkgMjMgOSAyMyAyMyA5IDIzLTkgOS0yM3ptMTkyLTY0cTAtMTQtOS0yM3QtMjMtOS0yMyA5LTkgMjMgOSAyMyAyMyA5IDIzLTkgOS0yM3ptLTY0IDY0cTAtMTQtOS0yM3QtMjMtOS0yMyA5LTkgMjMgOSAyMyAyMyA5IDIzLTkgOS0yM3ptMTI4IDBxMC0xNC05LTIzdC0yMy05LTIzIDktOSAyMyA5IDIzIDIzIDkgMjMtOSA5LTIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkNFIiB1bmljb2RlPSLvi44iIGQ9Ik05OTQgMzQ0cTAtODYtMTctMTk3LTMxLTIxNS01NS0zMTMtMjItOTAtMTUyLTkwdC0xNTIgOTBxLTI0IDk4LTU1IDMxMy0xNyAxMTAtMTcgMTk3IDAgMTY4IDIyNCAxNjh0MjI0LTE2OHptNTQyIDQyNHEwLTI0MC0xMzQtNDM0VDEwNTIgNTRxLTgtMy0xNSAzdC02IDE1cTcgNDggMTAgNjYgNCAzMiA2IDQ3IDEgOSA5IDEyIDE1OSA4MSAyNTUuNSAyMzR0OTYuNSAzMzdxMCAxODAtOTEgMzMwLjVUMTA3MCAxMzMzdC0zMzcgNzRxLTEyNC03LTIzNy02MXQtMTkzLjUtMTQwLjUtMTI4LTIwMlQxMjggNzYzcTEtMTg0IDk5LTMzNi41VDQ4NCAxOTVxNy0zIDktMTIgMy0yMSA2LTQ1IDEtOSA1LTMyLjV0Ni0zNS41cTEtOS02LjUtMTVUNDg4IDUzcS0xNDggNTgtMjYxIDE2OS41dC0xNzMuNSAyNjRUMSA4MDZxNyAxNDMgNjYgMjczLjV0MTU0LjUgMjI3IDIyNSAxNTcuNSAyNzIuNSA3MHExNjQgMTAgMzE1LjUtNDYuNXQyNjEtMTYwLjUgMTc1LTI1MC41VDE1MzYgNzY4em0tNTQyIDMycTAtOTMtNjUuNS0xNTguNVQ3NzAgNTc2dC0xNTguNSA2NS41VDU0NiA4MDB0NjUuNSAxNTguNVQ3NzAgMTAyNHQxNTguNS02NS41VDk5NCA4MDB6bTI4OC0zMnEwLTEyMi01My41LTIyOC41VDEwODIgMzYycS04LTYtMTYtMnQtMTAgMTRxLTYgNTItMjkgOTItNyAxMCAzIDIwIDU4IDU0IDkxIDEyN3QzMyAxNTVxMCAxMTEtNTguNSAyMDRUOTM4IDExMTMuNSA3MjYgMTE1MHEtMTMzLTE1LTIyOS0xMTNUMzg4IDgwNnEtMTAtOTIgMjMuNS0xNzZUNTEwIDQ4NnExMC0xMCAzLTIwLTI0LTQxLTI5LTkzLTItOS0xMC0xM3QtMTYgMnEtOTUgNzQtMTQ4LjUgMTgzVDI1OCA3NzlxMyAxMzEgNjkgMjQ0dDE3NyAxODEuNSAyNDEgNzQuNXExNDQgNyAyNjgtNjB0MTk2LjUtMTg3LjVUMTI4MiA3Njh6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyRDAiIHVuaWNvZGU9Iu+LkCIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0yNTYgMTI4aDEyODB2NzY4SDI1NlYxMjh6bTE1MzYgMTEyMFYzMnEwLTY2LTQ3LTExM3QtMTEzLTQ3SDE2MHEtNjYgMC0xMTMgNDdUMCAzMnYxMjE2cTAgNjYgNDcgMTEzdDExMyA0N2gxNDcycTY2IDAgMTEzLTQ3dDQ3LTExM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjJEMSIgdW5pY29kZT0i74uRIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTE3OTIgMjI0VjMycTAtNjYtNDctMTEzdC0xMTMtNDdIMTYwcS02NiAwLTExMyA0N1QwIDMydjE5MnEwIDY2IDQ3IDExM3QxMTMgNDdoMTQ3MnE2NiAwIDExMy00N3Q0Ny0xMTN6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyRDIiIHVuaWNvZGU9Iu+LkiIgaG9yaXotYWR2LXg9IjIwNDgiIGQ9Ik0yNTYgMGg3Njh2NTEySDI1NlYwem0xMDI0IDUxMmg1MTJ2NzY4aC03Njh2LTI1Nmg5NnE2NiAwIDExMy00N3Q0Ny0xMTNWNTEyem03NjggODY0VjQxNnEwLTY2LTQ3LTExM3QtMTEzLTQ3aC02MDhWLTk2cTAtNjYtNDctMTEzdC0xMTMtNDdIMTYwcS02NiAwLTExMyA0N1QwLTk2djk2MHEwIDY2IDQ3IDExM3QxMTMgNDdoNjA4djM1MnEwIDY2IDQ3IDExM3QxMTMgNDdoOTYwcTY2IDAgMTEzLTQ3dDQ3LTExM3oiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjJEMyIgdW5pY29kZT0i74uTIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTExNzUgMjE1bDE0NiAxNDZxMTAgMTAgMTAgMjN0LTEwIDIzbC0yMzMgMjMzIDIzMyAyMzNxMTAgMTAgMTAgMjN0LTEwIDIzbC0xNDYgMTQ2cS0xMCAxMC0yMyAxMHQtMjMtMTBMODk2IDgzMmwtMjMzIDIzM3EtMTAgMTAtMjMgMTB0LTIzLTEwTDQ3MSA5MTlxLTEwLTEwLTEwLTIzdDEwLTIzbDIzMy0yMzMtMjMzLTIzM3EtMTAtMTAtMTAtMjN0MTAtMjNsMTQ2LTE0NnExMC0xMCAyMy0xMHQyMyAxMGwyMzMgMjMzIDIzMy0yMzNxMTAtMTAgMjMtMTB0MjMgMTB6bTYxNyAxMDMzVjMycTAtNjYtNDctMTEzdC0xMTMtNDdIMTYwcS02NiAwLTExMyA0N1QwIDMydjEyMTZxMCA2NiA0NyAxMTN0MTEzIDQ3aDE0NzJxNjYgMCAxMTMtNDd0NDctMTEzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkQ0IiB1bmljb2RlPSLvi5QiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTI1NyA0MjVsLTE0Ni0xNDZxLTEwLTEwLTIzLTEwdC0yMyAxMEw4OTYgNDQ4IDcyNyAyNzlxLTEwLTEwLTIzLTEwdC0yMyAxMEw1MzUgNDI1cS0xMCAxMC0xMCAyM3QxMCAyM2wxNjkgMTY5LTE2OSAxNjlxLTEwIDEwLTEwIDIzdDEwIDIzbDE0NiAxNDZxMTAgMTAgMjMgMTB0MjMtMTBsMTY5LTE2OSAxNjkgMTY5cTEwIDEwIDIzIDEwdDIzLTEwbDE0Ni0xNDZxMTAtMTAgMTAtMjN0LTEwLTIzbC0xNjktMTY5IDE2OS0xNjlxMTAtMTAgMTAtMjN0LTEwLTIzek0yNTYgMTI4aDEyODB2MTAyNEgyNTZWMTI4em0xNTM2IDExMjBWMzJxMC02Ni00Ny0xMTN0LTExMy00N0gxNjBxLTY2IDAtMTEzIDQ3VDAgMzJ2MTIxNnEwIDY2IDQ3IDExM3QxMTMgNDdoMTQ3MnE2NiAwIDExMy00N3Q0Ny0xMTN6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyRDUiIHVuaWNvZGU9Iu+LlSIgaG9yaXotYWR2LXg9IjE3OTIiIGQ9Ik0xMDcwIDM1OGwzMDYgNTY0SDcyMkw0MTYgMzU4aDY1NHptNzIyIDI4MnEwLTE4Mi03MS0zNDhUMTUzMCA2dC0yODYtMTkxLTM0OC03MS0zNDggNzFUMjYyIDYgNzEgMjkyIDAgNjQwdDcxIDM0OCAxOTEgMjg2IDI4NiAxOTEgMzQ4IDcxIDM0OC03MSAyODYtMTkxIDE5MS0yODYgNzEtMzQ4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkQ2IiB1bmljb2RlPSLvi5YiIGhvcml6LWFkdi14PSIxNzk0IiBkPSJNMTI5MSAxMDYwcS0xNSAxNy0zNSA4LjV0LTI2LTI4LjUgNS0zOHExNC0xNyA0MC0xNC41dDM0IDIwLjUtMTggNTJ6TTg5NSA4MTRxLTgtOC0xOS41LTh0LTE4LjUgOHEtOCA4LTggMTl0OCAxOHE3IDggMTguNSA4dDE5LjUtOHE3LTcgNy0xOHQtNy0xOXptMTY1LTc0bC0zNS0zNXEtMTItMTMtMjkuNS0xM1Q5NjUgNzA1bC0zOCAzOHEtMTIgMTMtMTIgMzB0MTIgMzBsMzUgMzVxMTIgMTIgMjkuNSAxMnQzMC41LTEybDM4LTM5cTEyLTEyIDEyLTI5LjV0LTEyLTI5LjV6TTk1MSA4NzBxLTctOC0xOC41LTh0LTE5LjUgOHEtNyA4LTcgMTl0NyAxOXE4IDggMTkgOHQxOS04IDgtMTktOC0xOXptNDAzIDk4cS0zNC02NC0xMDcuNS04NS41VDExMTkgODk5cS0zOCAyOC02MSA2Ni41dC0yMSA4Ny41IDM5IDkyIDc1LjUgNTMgNzAuNS01IDcwLTUxcTItMiAxMy0xMi41dDE0LjUtMTMuNSAxMy0xMy41IDEyLjUtMTUuNSAxMC0xNS41IDguNS0xOCA0LTE4LjUgMS0yMS01LTIyLTkuNS0yNHptMjAxLTQ4MnEzIDIwLTguNSAzNC41VDE1MTkgNTQydC0zMyAxNy0yMyAyMHEtNDAgNzEtODQgOTguNVQxMjY2IDY4OXExOSAxMyA0MCAxOC41dDMzIDQuNWwxMi0xcTIgNDUtMzQgOTAgNiAyMCA2LjUgNDAuNVQxMzIxIDg3MmwtMyAxMHE0MyAyNCA3MSA2NXQzNCA5MXExMCA4NC00MyAxNTAuNXQtMTM3IDc2LjVxLTYwIDctMTE0LTE4LjV0LTgyLTc0LjVxLTMwLTUxLTMzLjUtMTAxdDE0LjUtODcgNDMuNS02NCA1Ni41LTQycS00NSA0LTg4IDM2dC01NyA4OHEtMjggMTA4IDMyIDIyMi0xNiAyMS0yOSAzMi01MCAwLTg5LTE5IDE5IDI0IDQyIDM3dDM2IDE0bDEzIDFxMCA1MC0xMyA3OC0xMCAyMS0zMi41IDI4LjV0LTQ3LTMuNS0zNy41LTQwcTIgNCA0IDctNy0yOC02LjUtNzUuNXQxOS0xMTdUOTIzIDEwNDRxLTI1LTE0LTQ3LTM2LTM1LTE2LTg1LjUtNzAuNVQ3MDYgODM2bC0zMy00NnEtOTAtMzQtMTgxLTEyNS41VDQxNyA1MDJxMS0xNiAxMS0yNy0xNS0xMi0zMC0zMC0yMS0yNS0yMS01NHQyMS41LTQwIDYzLjUgNnE0MSAxOSA3NyA0OS41dDU1IDYwLjVxLTIgMi02LjUgNXQtMjAuNSA3LjUtMzMgMy41cTIzIDUgNTEgMTIuNXQ0MCAxMCAyNy41IDYgMjYgNCAyMy41LjVxMTQtNyAyMiAzNCA3IDM3IDcgOTAgMCAxMDItNDAgMTUwIDEwNi0xMDMgMTAxLTIxOS0xLTI5LTE1LTUwdC0yNy0yN2wtMTMtNnEtNC03LTE5LTMydC0yNi00NS41LTI2LjUtNTItMjUtNjEtMTctNjNUNjE3IDE2OHQxMC02M3EtMzUgNTQtMzcgODAtMjItMjQtMzQuNS0zOVQ1MjIgMTA0dC0zMC41LTQ2VDQ3NSAxN3QtLjUtMzhUNTAwLTQ4cTQ1LTI1IDE0NCA2NHQxOTAuNSAyMjEuNVQ5NTcgNDY2cTg2IDUyIDE0NSAxMTUuNXQ4NiAxMTkuNXE0Ny05MyAxNTQtMTc4IDEwNC04MyAxNjctODAgMzkgMiA0NiA0M3ptMjM5IDE1NHEwLTE4Mi03MS0zNDhUMTUzMiA2dC0yODYuNS0xOTFUODk3LTI1NnQtMzQ4LjUgNzFUMjYyIDYgNzEgMjkyIDAgNjQwdDcxIDM0OCAxOTEgMjg2IDI4Ni41IDE5MSAzNDguNSA3MSAzNDguNS03MSAyODYuNS0xOTEgMTkxLTI4NiA3MS0zNDh6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyRDciIHVuaWNvZGU9Iu+LlyIgZD0iTTUxOCAxMzUzVjY5OHExMDMtMSAxOTEuNSAxLjVUODM1IDcwNWwzNyAzcTY4IDIgOTAuNSAyNC41VDEwMDIgODI3bDMzIDE0MmgxMDNsLTE0LTMyMiA3LTMxOWgtMTAzbC0yOSAxMjdxLTE1IDY4LTQ1IDkzdC04NCAyNnEtODcgOC0zNTIgOFYyNnEwLTc4IDQzLjUtMTE1LjVUNjk1LTEyN2gzNTdxMzUgMCA1OS41IDJ0NTUgNy41IDU0IDE4IDQ4LjUgMzIgNDYgNTAuNSAzOSA3M2w5MyAyMTZoODlxLTYtMzctMzEuNS0yNTJUMTQ3NC0yNTZxLTE0NiA1LTI2My41IDh0LTE2Mi41IDRIMzc2TDAtMjU2djEwMmwxMjcgMjVxNjcgMTMgOTEuNSAzN1QyNDQtMTNsOCA2NDNxMyA0MDItOCA2NDUtMiA2MS0yNS41IDg0dC05MS41IDM2TDAgMTQxOXYxMDJsMzc2LTEyaDcwMnExMzkgMCAzNzQgMjctNi02OC0xNC0xOTQuNXQtMTItMjE5LjVsLTUtOTJoLTkzbC0zMiAxMjRxLTMxIDEyMS03NCAxNzkuNXQtMTEzIDU4LjVINTYxcS0yOCAwLTM1LjUtOC41VDUxOCAxMzUzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkQ4IiB1bmljb2RlPSLvi5giIGQ9Ik05MjIgNzM5VjU1N3EwLTQgLjUtMTV0MC0xNWwtMS41LTEyLTMuNS0xMS41LTYuNS03LjUtMTEtNS41LTE2LTEuNXYzMDlxOSAwIDE2LTF0MTEtNSA2LjUtNS41IDMuNS05LjUgMS0xMC41VjczOXptMzE2LTk2VjUyMnEwLTEgLjUtMTIuNXQwLTE1LjUtMi41LTExLjUtNy41LTEwLjUtMTMuNS0zcS05IDAtMTQgOS00IDEwLTQgMTY1djI0LjVsMS41IDguNSAzLjUgNyA1IDUuNSA4IDEuNXE2IDAgMTAtMS41dDYuNS00LjUgNC02IDItOC41LjUtOFY2NDN6TTE4MCA0MDdoMTIydjQ3MkgxODBWNDA3em00MzQgMGgxMDZ2NDcySDU2MWwtMjgtMjIxcS0yMCAxNDgtMzIgMjIxSDM0M1Y0MDdoMTA3djMxMmw0NS0zMTJoNzZsNDMgMzE5VjQwN3ptNDI1IDMwNXEwIDY3LTUgOTAtMyAxNi0xMSAyOC41dC0xNyAyMC41LTI1IDE0LTI2LjUgOC41LTMxIDQtMjkgMS41SDc2MlY0MDdoNTZxMTY5LTEgMTk3IDI0LjV0MjUgMTgwLjVxLTEgNjItMSAxMDB6bTMxNy0xOTd2MTMzcTAgMjktMiA0NXQtOS41IDMzLjUtMjQuNSAyNS00NiA3LjVxLTQ2IDAtNzctMzR2MTU0aC0xMTdWNDA3aDExMGw3IDMwcTMwLTM2IDc3LTM2IDUwIDAgNjYgMzAuNXQxNiA4My41em0xODAgNzMzVjMycTAtNjYtNDctMTEzdC0xMTMtNDdIMTYwcS02NiAwLTExMyA0N1QwIDMydjEyMTZxMCA2NiA0NyAxMTN0MTEzIDQ3aDEyMTZxNjYgMCAxMTMtNDd0NDctMTEzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkQ5IiB1bmljb2RlPSLvi5kiIGhvcml6LWFkdi14PSIyMTc2IiBkPSJNMTE0My0xOTdxLTYgMS0xMSA0LTEzIDgtMzYgMjN0LTg2IDY1VDg5My41LS41dC0xMTIgMTQwVDY5MiAzMTJxLTE3IDMtMTc1IDM3IDY2LTIxMyAyMzUtMzYydDM5MS0xODR6TTUwMiA0MDlsMTY4LTI4cS0yNSA3Ni00MSAxNjcuNVQ2MTAgNjk0bC00IDUzcS04NC04Mi0xMjEtMjI0IDUtNjUgMTctMTE0em0xMTAgNjA5cS00My02NC03Ny0xNDggNDQgNDYgNzQgNjh6bTE0MzctNDM0cTAgMTYxLTYyIDMwN3QtMTY3LjUgMjUyLTI1MC41IDE2OC41LTMwNCA2Mi41cS0xNDcgMC0yODEtNTIuNVQ3NDQgMTE3M3EtMzAtNTgtNDUtMTYwIDYwIDUxIDE0MyA4My41dDE1OC41IDQzIDE0MyAxMy41IDEwOC41LTFsNDAtM3EzMy0xIDUzLTE1LjV0MjQuNS0zMyA2LjUtMzctMS0yOC41cS0xMjYgMTEtMjI3LjUuNXQtMTgzLTQzLjVUODIyIDkyMC41IDY5MSA4MjJxNC0zNiAxMS41LTkyLjV0MzUuNS0xNzhUODAwIDM3MnExMjMtNiAyNDcuNSAxNC41VDEyNjIgNDQwdDE2Mi41IDY3IDEwOS41IDU5bDM3IDI0cTIyIDE2IDM5LjUgMjAuNXQzMC41LTUgMTctMzQuNXExNC05Ny0zOS0xMjEtMjA4LTk3LTQ2Ny0xMzQtMTM1LTIwLTMxNy0xNiA0MS05NiAxMTAtMTc2LjV0MTM3LTEyNyAxMzAuNS03OVQxMzE0LTEyNmwzOS0xMnExNDMtMjMgMjYzIDE1IDE5NSA5OSAzMTQgMjg5dDExOSA0MTh6bTc0IDM3cS0xNC0xMzUtNDAtMjEyLTcwLTIwOC0xODEuNS0zNDYuNVQxNTgzLTE5MXEtNDgtMzMtODItNDQtNzItMjYtMTYzLTE2LTM2LTMtNzMtMy0yODMgMC01MDQuNSAxNzNUNDY1IDM2MXEtMSAwLTQgLjV0LTUgLjVxLTYtNTAgMi41LTExMi41dDI2LTExNSAzNi05OFQ1NTItMzVsMTQtMjZxOC0xMiA1NC04Mi03MSAzOC0xMjQuNSAxMDYuNXQtNzguNSAxNDAtMzkuNSAxMzdUMzYwIDM0OGwtMiA0MnEtNSAyLTMzLjUgMTIuNXQtNDguNSAxOC01MyAyMC41LTU3LjUgMjUtNTAgMjUuNS00Mi41IDI3VDQ4IDU0NHExOS0xMCA1MC41LTI1LjV0MTEzLTQ1LjVUMzU3IDQzNWwyIDMycTExIDE0OSA5NCAyOTAgNDEgMjAyIDE3NiAzNjUgMjggMTE1IDgxIDIxNCAxNSAyOCAzMiA0NXQ0OSAzMnExNTggNzQgMzAzLjUgMTA0dDMwMiAxMSAzMDYuNS05N3EyMjAtMTE1IDMzMy0zMzZ0ODctNDc0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkRBIiB1bmljb2RlPSLvi5oiIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTM0MSA3NTJxMjkgNDQtNi41IDEyOS41VDEyMTMgMTAyNHEtNTggMzktMTI1LjUgNTMuNXQtMTE4IDQuNS02OC41LTM3cS0xMi0yMy00LjUtMjh0NDIuNS0xMHEyMy0zIDM4LjUtNXQ0NC41LTkuNSA1Ni0xNy41cTM2LTEzIDY3LjUtMzEuNXQ1My0zNyA0MC0zOC41IDMwLjUtMzggMjItMzQuNSAxNi41LTI4LjUgMTItMTguNSAxMC41LTYgMTEgOS41em0zNjMtNTc0cS01Mi0xMjctMTQ4LjUtMjIwVDEzNDEtMTgzLjUgMTA4OC0yNDR0LTI2NiAxMy41LTI1MSA5MVQzNjEgMjIgMjE5LjUgMjU3LjUgMTczIDU2MXExIDQxIDguNSA4NC41dDEyLjUgNjQgMjQgODAuNSAyMyA3M3EtNTEtMjA4IDEtMzk3dDE3My0zMThUNzA2LTU4dDM0Ni04MyAzNDkgNzQuNVQxNjkwIDE3OHEyMCAyNyAxOCAxNCAwLTQtNC0xNHptLTIzOSA0NDlxMC0xMDQtNDAuNS0xOTlUMTMxNiAyNjR0LTE2Mi0xMDkuNVQ5NTYgMTE0dC0xOTggNDAuNVQ1OTYgMjY0IDQ4Ny41IDQyOCA0NDcgNjI3dDQwLjUgMTk5VDU5NiA5OTB0MTYyIDEwOS41IDE5OCA0MC41IDE5OC00MC41VDEzMTYgOTkwdDEwOC41LTE2NCA0MC41LTE5OXptMjg3IDI4OHEtNjUgMTQ3LTE4MC41IDI1MXQtMjUzIDE1My41LTI5MiA1My41LTMwMS0zNi41LTI3NS41LTEyOVQyMzAgOTk2IDk5IDY5OSA4OSAzMjZRNDAgNDg3IDM3LjUgNjM3LjVUNzMgOTEwdDEwOSAyMjcgMTY1LjUgMTgwLjUgMjA3IDEyNiAyMzIgNzEgMjQyLjUgOSAyMzYtNTQgMjE2LTEyNC41IDE3OC0xOTdxMzMtNTAgNjItMTIxdDMxLTExMnptLTYyLTM0MnExMiAyNDQtMTM2LjUgNDE2VDExNTcgMTIyOXEtOCAwLTEwIDV0MjQgOHExMjUtNCAyMzAtNTB0MTczLTEyMCAxMTYtMTY4LjUgNTguNS0xOTktMS0yMDhUMTY4NiAyOTl0LTEyMi41LTE2Ny0xODUtMTE3LjVUMTEzMC0zMnExMDggMzAgMjAxLjUgODB0MTc0IDEyM1QxNjM1IDM0Ny41dDU1IDIyNS41eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkRCIiB1bmljb2RlPSLvi5siIGQ9Ik0xOTIgMjU2VjEyOEg4MHEtMTYgMC0xNiAxNnYxNkgxNnEtMTYgMC0xNiAxNnYzMnEwIDE2IDE2IDE2aDQ4djE2cTAgMTYgMTYgMTZoMTEyem0wIDI1NlYzODRIODBxLTE2IDAtMTYgMTZ2MTZIMTZxLTE2IDAtMTYgMTZ2MzJxMCAxNiAxNiAxNmg0OHYxNnEwIDE2IDE2IDE2aDExMnptMCAyNTZWNjQwSDgwcS0xNiAwLTE2IDE2djE2SDE2cS0xNiAwLTE2IDE2djMycTAgMTYgMTYgMTZoNDh2MTZxMCAxNiAxNiAxNmgxMTJ6bTAgMjU2Vjg5Nkg4MHEtMTYgMC0xNiAxNnYxNkgxNnEtMTYgMC0xNiAxNnYzMnEwIDE2IDE2IDE2aDQ4djE2cTAgMTYgMTYgMTZoMTEyem0wIDI1NnYtMTI4SDgwcS0xNiAwLTE2IDE2djE2SDE2cS0xNiAwLTE2IDE2djMycTAgMTYgMTYgMTZoNDh2MTZxMCAxNiAxNiAxNmgxMTJ6bTEwODggMTYwVi0zMnEwLTQwLTI4LTY4dC02OC0yOEgzNTJxLTQwIDAtNjggMjh0LTI4IDY4djE0NzJxMCA0MCAyOCA2OHQ2OCAyOGg4MzJxNDAgMCA2OC0yOHQyOC02OHptMjU2LTEyMzJ2LTMycTAtMTYtMTYtMTZoLTQ4di0xNnEwLTE2LTE2LTE2aC0xMTJ2MTI4aDExMnExNiAwIDE2LTE2di0xNmg0OHExNiAwIDE2LTE2em0wIDI1NnYtMzJxMC0xNi0xNi0xNmgtNDh2LTE2cTAtMTYtMTYtMTZoLTExMnYxMjhoMTEycTE2IDAgMTYtMTZ2LTE2aDQ4cTE2IDAgMTYtMTZ6bTAgMjU2di0zMnEwLTE2LTE2LTE2aC00OHYtMTZxMC0xNi0xNi0xNmgtMTEydjEyOGgxMTJxMTYgMCAxNi0xNnYtMTZoNDhxMTYgMCAxNi0xNnptMCAyNTZ2LTMycTAtMTYtMTYtMTZoLTQ4di0xNnEwLTE2LTE2LTE2aC0xMTJ2MTI4aDExMnExNiAwIDE2LTE2di0xNmg0OHExNiAwIDE2LTE2em0wIDI1NnYtMzJxMC0xNi0xNi0xNmgtNDh2LTE2cTAtMTYtMTYtMTZoLTExMnYxMjhoMTEycTE2IDAgMTYtMTZ2LTE2aDQ4cTE2IDAgMTYtMTZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyREMiIHVuaWNvZGU9Iu+LnCIgaG9yaXotYWR2LXg9IjE2NjQiIGQ9Ik0xNTY2IDQxOWwtMTY3LTMzIDE4Ni0xMDdxMjMtMTMgMjkuNS0zOC41VDE2MDggMTkycS0xNC0yMy0zOS0yOS41dC00OCA2LjVsLTE4NiAxMDYgNTUtMTYwcTEzLTM4LTEyLTYzLjVUMTMxNy41IDMxIDEyNjkgNzNsLTEwMiAzMDAtMjcxIDE1NlYyMTZsMjA4LTIzOHExNi0xOCAxNy0zOXQtMTEtMzYuNS0yOC41LTI1LTM3LTUuNS0zNi41IDIyTDg5NiAyMnYtMjE0cTAtMjYtMTktNDV0LTQ1LTE5LTQ1IDE5LTE5IDQ1VjIyTDY1Ni0xMDZxLTE2LTE4LTM2LjUtMjJ0LTM3IDUuNS0yOC41IDI1VDU0My02MXQxNyAzOWwyMDggMjM4djMxM0w0OTcgMzczIDM5NSA3M3EtMTMtMzctNDguNS00MlQyODYgNTEuNSAyNzQgMTE1bDU1IDE2MC0xODYtMTA2cS0yMy0xMy00OC02LjVUNTYgMTkycS0xMyAyMy02LjUgNDguNVQ3OSAyNzlsMTg2IDEwNy0xNjcgMzNxLTI5IDYtNDIgMjl0LTguNSA0Ni41IDI1LjUgNDAgNTAgMTAuNWwzMTAtNjIgMjcxIDE1Ny0yNzEgMTU3LTMxMC02MnEtNC0xLTEzLTEtMjcgMC00NCAxOHQtMTkgNDAgMTEgNDMgNDAgMjZsMTY3IDMzLTE4NiAxMDdxLTIzIDEzLTI5LjUgMzguNVQ1NiAxMDg4dDM5IDMwIDQ4LTdsMTg2LTEwNi01NSAxNjBxLTEzIDM4IDEyIDYzLjV0NjAuNSAyMC41IDQ4LjUtNDJsMTAyLTMwMCAyNzEtMTU2djMxM2wtMjA4IDIzOHEtMTYgMTgtMTcgMzl0MTEgMzYuNSAyOC41IDI1IDM3IDUuNSAzNi41LTIybDExMi0xMjh2MjE0cTAgMjYgMTkgNDV0NDUgMTkgNDUtMTkgMTktNDV2LTIxNGwxMTIgMTI4cTE2IDE4IDM2LjUgMjJ0MzctNS41IDI4LjUtMjUgMTEtMzYuNS0xNy0zOWwtMjA4LTIzOFY3NTFsMjcxIDE1NiAxMDIgMzAwcTEzIDM3IDQ4LjUgNDJ0NjAuNS0yMC41IDEyLTYzLjVsLTU1LTE2MCAxODYgMTA2cTIzIDEzIDQ4IDYuNXQzOS0yOS41cTEzLTIzIDYuNS00OC41VDE1ODUgMTAwMWwtMTg2LTEwNyAxNjctMzNxMjctNSA0MC0yNnQxMS00My0xOS00MC00NC0xOHEtOSAwLTEzIDFsLTMxMCA2Mi0yNzEtMTU3IDI3MS0xNTcgMzEwIDYycTI5IDYgNTAtMTAuNXQyNS41LTQwLTguNS00Ni41LTQyLTI5eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkREIiB1bmljb2RlPSLvi50iIGhvcml6LWFkdi14PSIxNzkyIiBkPSJNMTQ3MyA2MDdxNyAxMTgtMzMgMjI2LjV0LTExMyAxODktMTc3IDEzMS0yMjEgNTcuNXEtMTE2IDctMjI1LjUtMzJ0LTE5Mi0xMTAuNS0xMzUtMTc1VDMxNyA2NzNxLTctMTE4IDMzLTIyNi41dDExMy0xODkgMTc3LjUtMTMxVDg2MiA2OXExNTUtOSAyOTMgNTl0MjI0IDE5NS41IDk0IDI4My41em0zMTkgOTI5bC0zNDktMzQ4cTEyMC0xMTcgMTgwLjUtMjcydDUwLjUtMzIxcS0xMS0xODMtMTAyLTMzOVQxMzMxIC41IDk5OS0xMjRMMC0yNTYgMzQ3IDkxUTIyNyAyMDcgMTY2LjUgMzYyLjVUMTE2IDY4NHExMSAxODQgMTAyIDM0MHQyNDEuNSAyNTUuNVQ3OTIgMTQwNHExNjcgMjIgNTAwIDY2dDUwMCA2NnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjJERSIgdW5pY29kZT0i74ueIiBob3Jpei1hZHYteD0iMTc5MiIgZD0iTTk0OCA1MDhsMTYzLTMyOWgtNTFMODg1IDUyOSA3MTQgMTc5aC00OWwxNzkgMzc0LTc4IDMzIDIxIDQ5IDI0MC0xMDItMjEtNTB6bS0zODUgNTkybDMwNC0xMzAtMTMwLTMwNC0zMDQgMTMwem0zNDQtMTg1bDI0MC0xMDMtMTAzLTIzOS0yMzkgMTAyem0yODEtMTUwbDE5MS04MS04Mi0xOTAtMTkwIDgxem00OTItMTI1cTAgMTU5LTYyIDMwNHQtMTY3LjUgMjUwLjVUMTIwMCAxMzYydC0zMDQgNjItMzA0LTYyLTI1MC41LTE2Ny41VDE3NCA5NDR0LTYyLTMwNCA2Mi0zMDRUMzQxLjUgODUuNSA1OTItODJ0MzA0LTYyIDMwNCA2MiAyNTAuNSAxNjcuNVQxNjE4IDMzNnQ2MiAzMDR6bTExMiAwcTAtMTgyLTcxLTM0OFQxNTMwIDZ0LTI4Ni0xOTEtMzQ4LTcxLTM0OCA3MVQyNjIgNiA3MSAyOTIgMCA2NDB0NzEgMzQ4IDE5MSAyODYgMjg2IDE5MSAzNDggNzEgMzQ4LTcxIDI4Ni0xOTEgMTkxLTI4NiA3MS0zNDh6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyRTAiIHVuaWNvZGU9Iu+LoCIgaG9yaXotYWR2LXg9IjE5MjAiIGQ9Ik0xMzM0IDMwMnEtNCAyNC0yNy41IDM0dC00OS41IDEwLjUtNDguNSAxMi41LTI1LjUgMzhxLTUgNDcgMzMgMTM5LjV0NzUgMTgxIDMyIDEyNy41cS0xNCAxMDEtMTE3IDEwMy00NSAxLTc1LTE2bC0zLTItNS0yLjUtNC41LTItNS0yLTUtLjUtNiAxLjUtNiAzLjUtNi41IDVxLTMgMi05IDguNXQtOSA5LTguNSA3LjUtOS41IDcuNS05LjUgNS41LTExIDQuNS0xMS41IDIuNXEtMzAgNS00OC0zdC00NS0zMXEtMS0xLTktOC41dC0xMi41LTExLTE1LTEwVDg3NiA5MDl0LTE3IDNxLTU0IDI3LTg0IDQwLTQxIDE4LTk0LTV0LTc2LTY1cS0xNi0yOC00MS05OC41VDUyMC41IDY1MXQtNDAtMTM0LTIxLjUtNzNxLTIyLTY5IDE4LjUtMTE5VDU4OCAyNzlxMzAgMiA1MC41IDE1dDM4LjUgNDZxNyAxMyA3OSAxOTkuNVQ4MzMgNzM0cTYgMTEgMjEuNSAxOHQyOS41IDBxMjctMTUgMjEtNTMtMi0xOC01MS0xMzkuNVQ4MDQgNDI3cS02LTM4IDE5LjUtNTYuNXQ2MC41LTcgNTUgNDkuNXE0IDggNDUuNSA5MnQ4MS41IDE2My41IDQ2IDg4LjVxMjAgMjkgNDEgMjggMjkgMCAyNS0zOC0yLTE2LTY1LjUtMTQ3LjVUMTA0MiA0NDBxLTEyLTUzIDEzLTEwM3Q3NC03NHExNy05IDUxLTE1LjV0NzEuNS04IDYyLjUgMTQgMjAgNDguNXpNMzgzIDg2cTMtMTUtNS0yNy41VDM1NSA0M3EtMTQtMy0yNi41IDVUMzEzIDcxcS0zIDE0IDUgMjd0MjIgMTYgMjctNSAxNi0yM3ptNTcwLTI2M3ExMi0xNyA4LjUtMzcuNVQ5NDEtMjQ3dC0zNy41LTgtMzIuNSAyMXEtMTEgMTctNy41IDM3LjVUODg0LTE2NHQzNy41IDggMzEuNS0yMXpNMTc3IDYzNXEtMTgtMjctNDkuNS0zM1Q3MCA2MTVxLTI2IDE4LTMyIDUwdDEyIDU4cTE4IDI3IDQ5LjUgMzN0NTcuNS0xMnEyNi0xOSAzMi01MC41VDE3NyA2MzV6TTE0NjctNDJxMTktMjggMTMtNjEuNXQtMzQtNTIuNS02MC41LTEzLTUxLjUgMzQtMTMgNjEgMzMgNTNxMjggMTkgNjAuNSAxM3Q1Mi41LTM0em0xMTIgNjA0cTY5LTExMyA0Mi41LTI0NC41VDE0ODcgMTEwcS05MC02My0xOTktNjAtMjAtODAtODQuNS0xMjdUMTA2MC0xMjEuNSA5MjAtNjRxLTEyLTktMTMtMTAtMTAzLTcxLTIyNS00OC41VDQ4OSA0cS01MCA3My01MyAxNjQtODMgMTQtMTQyLjUgNzAuNXQtODAuNSAxMjgtMiAxNTJUMjkyIDY1N3EtMzYgNjAtMzggMTI4dDI0LjUgMTI1IDc5LjUgOTguNSAxMjEgNTAuNXEzMiA4NSA5OSAxNDh0MTQ2LjUgOTEuNSAxNjggMTdUMTA1MiAxMjQ5cTcyIDIxIDE0MCAxNy41dDEyOC41LTM2IDEwNC41LTgwIDY3LjUtMTE1VDE1MTAgODk1cTUyLTE2IDg3LTU3dDQ1LjUtODktNS41LTk5LjUtNTgtODcuNXpNNDU1IDEyMjJxMTQtMjAgOS41LTQ0LjVUNDQwIDExMzlxLTE5LTE0LTQzLjUtOS41VDM1OSAxMTU0cS0xNCAyMC05LjUgNDQuNVQzNzQgMTIzN3ExOSAxNCA0My41IDkuNVQ0NTUgMTIyMnptMTU5IDI4MXE0LTE2LTUtMzAuNXQtMjYtMTguNS0zMSA1LjUtMTggMjYuNXEtMyAxNyA2LjUgMzF0MjUuNSAxOHExNyA0IDMxLTUuNXQxNy0yNi41em0xMTg2LTk0OHE0LTIwLTYuNS0zN3QtMzAuNS0yMXEtMTktNC0zNiA2LjV0LTIxIDMwLjUgNi41IDM3IDMwLjUgMjJxMjAgNCAzNi41LTcuNVQxODAwIDU1NXptLTY2NCA4OTNxMTYtMjcgOC41LTU4LjVUMTEwOSAxMzQycS0yNy0xNi01Ny41LTguNVQxMDA1IDEzNjhxLTE2IDI4LTguNSA1OXQzNC41IDQ4IDU4IDkgNDctMzZ6bTc0Ni02NTZxNC0xNS00LTI3LjV0LTIzLTE2LjVxLTE1LTMtMjcuNSA1LjVUMTgxMiA3NzZxLTMgMTUgNSAyOHQyMyAxNnExNCAzIDI2LjUtNXQxNS41LTIzem0tMTkxIDI0MXExNS0yMiAxMC41LTQ5dC0yNi41LTQzcS0yMi0xNS00OS0xMHQtNDIgMjctMTAgNDkgMjcgNDMgNDguNSAxMSA0MS41LTI4eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkUxIiB1bmljb2RlPSLvi6EiIGhvcml6LWFkdi14PSIxNzkyIi8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyRTIiIHVuaWNvZGU9Iu+LoiIgaG9yaXotYWR2LXg9IjE3OTIiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjJFMyIgdW5pY29kZT0i74ujIiBob3Jpei1hZHYteD0iMTc5MiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkU0IiB1bmljb2RlPSLvi6QiIGhvcml6LWFkdi14PSIxNzkyIi8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyRTUiIHVuaWNvZGU9Iu+LpSIgaG9yaXotYWR2LXg9IjE3OTIiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjJFNiIgdW5pY29kZT0i74umIiBob3Jpei1hZHYteD0iMTc5MiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkU3IiB1bmljb2RlPSLvi6ciIGhvcml6LWFkdi14PSIxNzkyIi8+PGdseXBoIGdseXBoLW5hbWU9Il82OTgiIHVuaWNvZGU9Iu+LqCIgaG9yaXotYWR2LXg9IjE3OTIiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjJFOSIgdW5pY29kZT0i74upIiBob3Jpei1hZHYteD0iMTc5MiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkVBIiB1bmljb2RlPSLvi6oiIGhvcml6LWFkdi14PSIxNzkyIi8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyRUIiIHVuaWNvZGU9Iu+LqyIgaG9yaXotYWR2LXg9IjE3OTIiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjJFQyIgdW5pY29kZT0i74usIiBob3Jpei1hZHYteD0iMTc5MiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMkVEIiB1bmljb2RlPSLvi60iIGhvcml6LWFkdi14PSIxNzkyIi8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYyRUUiIHVuaWNvZGU9Iu+LriIgaG9yaXotYWR2LXg9IjE3OTIiLz48Z2x5cGggZ2x5cGgtbmFtZT0ibGVzc2VxdWFsIiB1bmljb2RlPSLvlIAiIGhvcml6LWFkdi14PSIxNzkyIi8+PC9mb250PjwvZGVmcz48L3N2Zz4=) format("svg");font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scaleY(-1);transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-close:before,.fa-remove:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-cog:before,.fa-gear:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-repeat:before,.fa-rotate-right:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-exclamation-triangle:before,.fa-warning:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-cogs:before,.fa-gears:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-floppy-o:before,.fa-save:before{content:""}.fa-square:before{content:""}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-sort:before,.fa-unsorted:before{content:""}.fa-sort-desc:before,.fa-sort-down:before{content:""}.fa-sort-asc:before,.fa-sort-up:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-gavel:before,.fa-legal:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-bolt:before,.fa-flash:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-clipboard:before,.fa-paste:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-chain-broken:before,.fa-unlink:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:""}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:""}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:""}.fa-eur:before,.fa-euro:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-inr:before,.fa-rupee:before{content:""}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:""}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:""}.fa-krw:before,.fa-won:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-try:before,.fa-turkish-lira:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-bank:before,.fa-institution:before,.fa-university:before{content:""}.fa-graduation-cap:before,.fa-mortar-board:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:""}.fa-file-archive-o:before,.fa-file-zip-o:before{content:""}.fa-file-audio-o:before,.fa-file-sound-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:""}.fa-empire:before,.fa-ge:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-paper-plane:before,.fa-send:before{content:""}.fa-paper-plane-o:before,.fa-send-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-bed:before,.fa-hotel:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-y-combinator:before,.fa-yc:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-television:before,.fa-tv:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:""}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-sign-language:before,.fa-signing:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-address-card:before,.fa-vcard:before{content:""}.fa-address-card-o:before,.fa-vcard-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} -/*! normalize.css v2.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}.hljs{display:block;background:#fff;padding:.5em;color:#333;overflow-x:auto}.hljs-comment,.hljs-meta{color:#969896}.hljs-emphasis,.hljs-quote,.hljs-strong,.hljs-template-variable,.hljs-variable{color:#df5000}.hljs-keyword,.hljs-selector-tag,.hljs-type{color:#d73a49}.hljs-attribute,.hljs-bullet,.hljs-literal,.hljs-symbol{color:#0086b3}.hljs-name,.hljs-section{color:#63a35c}.hljs-tag{color:#333}.hljs-attr,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-title{color:#6f42c1}.hljs-addition{color:#55a532;background-color:#eaffea}.hljs-deletion{color:#bd2c00;background-color:#ffecec}.hljs-link{text-decoration:underline}.hljs-number{color:#005cc5}.hljs-string{color:#032f62}[dir=rtl] .chart__axis_y g text{text-anchor:start}[dir=rtl] .timeline__group text{text-anchor:end}[dir=rtl] .chart__legend{right:10%}[dir=rtl] .fa-angle-left:before{content:""}[dir=rtl] .tooltip_position_bottom{width:100px}.alert__code{white-space:pre}.alert_status_failed{background:#ffaca6}.alert_status_broken{background:#ffeca0}.alert_status_passed{background:#a6e19d}.alert_status_skipped{background:#ccc}.alert_status_unknown{background:#ecb7e2}.attachment-row{padding:5px 16px 5px 25px;cursor:pointer;font-size:smaller;display:flex;position:relative;position:sticky;top:0}.attachment-row:hover{background:#e4edfe}.attachment-row_selected,.attachment-row_selected:hover{background:#fff}.attachment-row_selected:hover{background:#e4edfe}.attachment-row_selected>.attachment-row__arrow{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.attachment-row__arrow{left:7px;position:absolute}.attachment-row__name{flex:1}.attachment-row__control{padding-left:16px;display:inline-block}.attachment-row__icon{margin-right:5px}.attachment-row__preview{margin-bottom:7px}.attachment-row__content{background-color:#f8f8f9}.attachment-row__content>div{padding:5px}.hljs{background:inherit}.bar{border-radius:3px;background:#eee;display:inline-flex;width:100%}.bar,.bar__fill{height:18px;overflow:hidden}.bar__fill{display:inline-block;background:#04b;text-align:center;color:#fff;font-size:12px;line-height:18px}.bar__fill_status_failed{background:#fd5a3e}.bar__fill_status_broken{background:#ffd050}.bar__fill_status_passed{background:#97cc64}.bar__fill_status_skipped{background:#aaa}.bar__fill_status_unknown{background:#d35ebe}.button{padding:0 13px;font-size:13px;line-height:26px;overflow:hidden;background:transparent;border:1px solid rgba(0,0,0,.2);border-radius:3px;outline:none}.button:hover{border-color:rgba(0,0,0,.3)}.button:active{background:rgba(0,0,0,.05)}.button_active{background:#e8e8e8}.button_inverse{color:#737373;border-color:#666}.button_inverse:hover{border-color:#737373}.button-group{display:flex}.button-group .button{border-radius:0;border-right-width:0}.button-group .button:last-child{border-right-width:1px;border-radius:0 3px 3px 0}.button-group .button:first-child{border-radius:3px 0 0 3px}.button-group .button:hover+.button{border-left-color:rgba(0,0,0,.3)}.island{background:#fff;border:1px solid #e5e5e5;padding:16px 16px 0}.label{vertical-align:baseline;letter-spacing:1px;color:#fff;padding:2px 4px 2px 5px;font-size:80%;border-radius:3px}.label_status_failed{background:#fd5a3e}.label_status_broken{background:#ffd050}.label_status_passed{background:#97cc64}.label_status_skipped{background:#aaa}.label_status_unknown{background:#d35ebe}.label__info{background:#3c58e4}.link{color:#000;transition:color .15s ease-out;text-decoration:none}.link:hover{color:red}.spinner{position:relative;-webkit-animation:spinner 1s linear infinite;animation:spinner 1s linear infinite;width:32px;height:32px}.spinner:before{content:" ";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:100%;border-color:transparent transparent #fc0 #fc0;border-style:solid;border-width:2px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.splash{margin:auto;text-align:center}.splash__title{font-size:3.5em;line-height:1}.splash__subtitle{color:#999}.step-stats__info{color:#999;font-size:small;vertical-align:bottom}.step-stats__info_time{float:right}.step-stats__info_separator:last-child{display:none}.step-stats__info>span{white-space:nowrap}.text_status_failed{color:#fd5a3e}.text_status_broken{color:#ffd050}.text_status_passed{color:#97cc64}.text_status_skipped{color:#aaa}.text_status_unknown{color:#d35ebe}.widget{margin-bottom:16px;position:relative}.widget_ghost{border:1px dashed #e5e5e5;box-shadow:none;min-height:50px}.widget_ghost>*{display:none}.widget__title{margin-top:0;margin-bottom:15px;font-weight:lighter;text-transform:uppercase}.widget__subtitle{color:#999;font-size:16px;text-transform:none}.widget__noitems{font-size:16px;text-align:center;padding:10px 15px;line-height:1.5em}.widget__flex-line{display:flex}.widget__column{width:50%}.widget__handle{display:none;position:absolute;right:16px;top:16px;color:#999;cursor:move;cursor:-webkit-grab;cursor:grab}.widget__handle:active{cursor:-webkit-grabbing;cursor:grabbing}.widget:hover .widget__handle{display:block}.widget__table{border-top:1px solid #eceff1;margin:0 -16px;word-break:break-all}.widget__table .table__row:last-child{border-bottom:0}.draggable-icon{position:absolute;width:10px;height:15px;right:0;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjUiPjxwYXRoIGZpbGw9IiNjY2MiIGQ9Ik0wIDBoM3YzSDB6Ii8+PC9zdmc+);z-index:1}.parameters-table{display:table;font-size:12px;width:100%;padding-right:10px;table-layout:fixed}.parameters-table__row{display:table-row}.parameters-table__cell{display:table-cell;padding:5px;cursor:pointer;word-wrap:break-word}.parameters-table__cell_name{width:25%}.parameters-table__cell_value{width:75%}body{color:#000;font-family:Helvetica,Arial,sans-serif}*{box-sizing:border-box}body,html{height:100%;font-size:14px}#content{height:100%;min-height:100%;overflow:hidden;display:flex;flex-direction:column}#content .app{flex:1}#content>.spinner{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.view{padding:0 15px;margin:0 auto}.view_narrow{max-width:1100px}.view-small{max-width:300px}.view-medium{max-width:600px}.view-large{max-width:1200px}.clickable{cursor:pointer}.long-line{word-break:break-word}.line-nobreak{white-space:nowrap}.preformated-text{white-space:pre-wrap;word-wrap:break-word}.line-ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.tooltip{position:absolute;background:rgba(50,50,50,.8);color:#fff;text-align:center;padding:0 8px;line-height:24px;font-size:12px;pointer-events:none;z-index:5}.tooltip:before{content:"";position:absolute;border:8px solid transparent}.tooltip_position_top:before{border-top-color:rgba(50,50,50,.8);top:100%;left:50%;margin-left:-8px}.tooltip_position_right:before{border-right-color:rgba(50,50,50,.8);top:4px;left:-16px}.tooltip_position_left:before{border-left-color:rgba(50,50,50,.8);top:4px;left:100%}.tooltip_position_bottom:before{border-bottom-color:rgba(50,50,50,.8);top:-16px;left:50%;margin-left:-8px}.tooltip_position_center{pointer-events:none}.error-splash{padding:10px;text-align:center}.app{background:#fff;display:flex}.app__nav{padding:0}.app__content{position:relative;flex:1;overflow:auto}.app__header{background:#fff}.side-nav{background:#343434;width:180px;display:flex;flex-direction:column;height:100vh;overflow:hidden}.side-nav__head{margin:16px 0;padding-bottom:5px;border-bottom:1px solid #4d4d4d}.side-nav__brand{color:#fff;text-decoration:none;display:block;font-size:26px;line-height:40px;font-weight:700;padding-left:40px;margin-bottom:10px;margin-left:10px;transition:all .3s;background-size:auto auto}.side-nav__brand-text{padding:0 16px}.side-nav__menu{margin:0;left:0;padding:0;list-style-type:none;transition:width .3s}.side-nav__footer{margin-top:auto;margin-bottom:32px;padding-left:0;padding-right:0}.side-nav__item{display:block;font-size:14px}.side-nav__collapse,.side-nav__link{display:block;line-height:24px;color:#999;text-decoration:none;padding:.8em 0;position:relative}.side-nav__collapse_active,.side-nav__link_active{color:#fff;border-right:4px solid #64b5f6}.side-nav__collapse:hover,.side-nav__link:hover{color:#fff}.side-nav__icon{position:absolute;left:16px;font-size:22px;vertical-align:middle;margin:0 3px}.side-nav__text{padding-left:55px;padding-right:7px}.side-nav__language-small{display:block;text-transform:capitalize;padding:0 5px;text-overflow:".";max-width:30px;margin:0 auto}.side-nav__collapse{cursor:pointer}.side-nav__collapse .side-nav__icon{left:21px;transition:-webkit-transform .1s;transition:transform .1s;transition:transform .1s,-webkit-transform .1s}.side-nav_collapsed{width:60px}.side-nav_collapsed .side-nav__collapse .side-nav__icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.side-nav_collapsed .side-nav__brand-text,.side-nav_collapsed .side-nav__text{visibility:hidden;opacity:0}.side-nav_collapsed .side-nav__collapse,.side-nav_collapsed .side-nav__link{white-space:nowrap}.side-nav__brand{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzYiIGhlaWdodD0iNzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01Mi44IDExLjA3MWE4LjU1IDguNTUgMCAwMTEyLjA5Mi4wODRjNi43OCA2Ljg3NCAxMS4wNzEgMTYuMzUzIDExLjA3MSAyNi44MjZhOC41NSA4LjU1IDAgMTEtMTcuMSAwYzAtNS43MTQtMi4zMy0xMC45NS02LjE0Ni0xNC44MThhOC41NSA4LjU1IDAgMDEuMDg0LTEyLjA5MnoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcikiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTI5LjQzMiA4LjU1QTguNTUgOC41NSAwIDAxMzcuOTgyIDBjMTAuNDczIDAgMTkuOTUyIDQuMjkxIDI2LjgyNiAxMS4wNzFBOC41NSA4LjU1IDAgMDE1Mi44IDIzLjI0NmMtMy44NjgtMy44MTUtOS4xMDQtNi4xNDYtMTQuODE4LTYuMTQ2YTguNTUgOC41NSAwIDAxLTguNTUtOC41NXoiIGZpbGw9InVybCgjcGFpbnQxX2xpbmVhcikiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMzcuOTgxQzAgMTYuOTk4IDE2Ljk5OCAwIDM3Ljk4MSAwYTguNTUgOC41NSAwIDAxMCAxNy4xQzI2LjQ0MyAxNy4xIDE3LjEgMjYuNDQzIDE3LjEgMzcuOTgxYzAgNS43MTQgMi4zMyAxMC45NSA2LjE0NiAxNC44MmE4LjU1IDguNTUgMCAwMS0xMi4xNzUgMTIuMDA3QzQuMjkxIDU3LjkzNCAwIDQ4LjQ1NSAwIDM3Ljk4MXoiIGZpbGw9InVybCgjcGFpbnQyX2xpbmVhcikiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTExLjA3MSA1Mi44YTguNTUgOC41NSAwIDAxMTIuMDkxLS4wODNjMy44NjkgMy44MTUgOS4xMDUgNi4xNDYgMTQuODIgNi4xNDZhOC41NSA4LjU1IDAgMDEwIDE3LjFjLTEwLjQ3NCAwLTE5Ljk1My00LjI5MS0yNi44MjgtMTEuMDcyYTguNTUgOC41NSAwIDAxLS4wODMtMTIuMDl6IiBmaWxsPSJ1cmwoI3BhaW50M19saW5lYXIpIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02Ny40MTMgMjkuNDMxYTguNTUgOC41NSAwIDAxOC41NSA4LjU1YzAgMjAuOTgzLTE2Ljk5OCAzNy45ODItMzcuOTgxIDM3Ljk4MmE4LjU1IDguNTUgMCAwMTAtMTcuMWMxMS41MzggMCAyMC44ODEtOS4zNDMgMjAuODgxLTIwLjg4MmE4LjU1IDguNTUgMCAwMTguNTUtOC41NXoiIGZpbGw9InVybCgjcGFpbnQ0X2xpbmVhcikiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTY3LjQxMyAyOS40MzFhOC41NSA4LjU1IDAgMDE4LjU1IDguNTV2MjkuNDMyYTguNTUgOC41NSAwIDAxLTE3LjEgMFYzNy45OGE4LjU1IDguNTUgMCAwMTguNTUtOC41NXoiIGZpbGw9InVybCgjcGFpbnQ1X2xpbmVhcikiLz48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDApIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTUyLjggMTEuMDcxYTguNTUgOC41NSAwIDAxMTIuMDkyLjA4NGM2Ljc4IDYuODc0IDExLjA3MSAxNi4zNTMgMTEuMDcxIDI2LjgyNmE4LjU1IDguNTUgMCAxMS0xNy4xIDBjMC01LjcxNC0yLjMzLTEwLjk1LTYuMTQ2LTE0LjgxOGE4LjU1IDguNTUgMCAwMS4wODQtMTIuMDkyeiIgZmlsbD0idXJsKCNwYWludDZfbGluZWFyKSIvPjwvZz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXIiIHgxPSI2Mi43IiB5MT0iMjIuOCIgeDI9IjY4LjQiIHkyPSIzNS42MjUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjN0UyMkNFIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjOEI1Q0Y2Ii8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MV9saW5lYXIiIHgxPSI2My42NSIgeTE9IjIyLjMyNSIgeDI9IjQyLjI3NSIgeTI9IjguNTUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRUY0NDQ0Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjREMyNjI2Ii8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50Ml9saW5lYXIiIHgxPSI4LjU1IiB5MT0iMzMuMjUiIHgyPSIxMi44MjUiIHkyPSI1OC45IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iIzIyQzU1RSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzE1ODAzRCIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDNfbGluZWFyIiB4MT0iMTEuNCIgeTE9IjUyLjcyNSIgeDI9IjM0LjIiIHkyPSI2OS4zNSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiM5NEEzQjgiLz48c3RvcCBvZmZzZXQ9Ii45NTgiIHN0b3AtY29sb3I9IiM2NDc0OEIiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM2NDc0OEIiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQ0X2xpbmVhciIgeDE9IjY3LjQ1IiB5MT0iNTIuNjYiIHgyPSI1Mi42OTciIHkyPSI2Ny40MTMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRDk3NzA2Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkJCRjI0Ii8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50NV9saW5lYXIiIHgxPSI2OS4zNSIgeTE9IjEyOS4yIiB4Mj0iNzIuNzM1IiB5Mj0iMTI4Ljg1OCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGQkJGMjQiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGQkJGMjQiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQ2X2xpbmVhciIgeDE9IjYyLjciIHkxPSIyMi44IiB4Mj0iNjguNCIgeTI9IjM1LjYyNSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiM3RTIyQ0UiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM4QjVDRjYiLz48L2xpbmVhckdyYWRpZW50PjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxwYXRoIGZpbGw9IiNmZmYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDU4LjkgMjguNSkiIGQ9Ik0wIDBoMTcuMXYxOUgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==) no-repeat 0;background-size:40px}.language-select{z-index:1}.language-select.popover{padding:0}.language-select__menu{list-style-type:none;padding:0;margin:0}.language-select__item{padding:.5em .8em;border-bottom:1px solid #eceff1;cursor:pointer}.language-select__item:before{content:" ";display:inline-block;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNSI+PHBhdGggZD0iTTEyLjAzNS4zNzNMNC41MDQgMTEuNjQxLjk3NSA3LjcwN2wtLjk3NiAxLjI0MiA0LjYyNSA1LjEwOUwxMy4xNyAxLjQ2eiIvPjwvc3ZnPg==) 50% no-repeat;background-size:contain;width:.8em;height:.8em;margin-right:.5em;visibility:hidden}.language-select__item_active:before{visibility:visible}.language-select__item:hover{background:#e4edfe}.popover{position:absolute;background:#fff;color:#000;border:1px solid #e5e5e5;padding:8px;font-size:14px}.popover:after,.popover:before{content:" ";position:absolute;border:8px solid transparent;top:50%;margin-top:-8px}.popover_position_right:before{left:-16px;border-right-color:#e5e5e5}.popover_position_right:after{left:-15px;border-right-color:#fff}.popover__list{margin:.5em 0;padding-left:20px}.test-result__name{padding-left:10px}.test-result__content{margin-bottom:300px}.app__content>.test-result{position:absolute;width:100%}.testresult__failure_expanded>.testresult__trace{display:block}.message{border-bottom:3px solid}.message_status_failed{border-color:#fd5a3e}.message_status_broken{border-color:#ffd050}.message_status_passed{border-color:#97cc64}.message_status_skipped{border-color:#aaa}.message_status_unknown{border-color:#d35ebe}.fullname__copy{cursor:pointer}.attachment__filename{background:#f6f5f3;padding:16px}.attachment__code,.attachment__text{white-space:pre-wrap;word-break:break-word;margin:0;padding:0}.attachment__code{font:14px normal monospace,Courier New}.attachment__table{width:100%}.attachment__table tr{border-bottom:1px solid #eceff1}.attachment__table td{padding:10px 15px}.attachment__url{padding:0 16px;margin:.5em 0}.attachment__url_comment{color:#999}.attachment__table-container{overflow:auto}.attachment__table-container_fullscreen,.attachment__text-container_fullscreen{padding:16px;background-color:#fff}.attachment__media-container{text-align:center;cursor:-webkit-zoom-in;cursor:zoom-in}.attachment__media-container_fullscreen{cursor:-webkit-zoom-out;cursor:zoom-out}.attachment__iframe-container{height:100%}.attachment__embed,.attachment__media{max-width:100%;display:block;margin:auto}.attachment__embed_fullscreen,.attachment__media_fullscreen{margin:auto}.attachment__iframe{width:100%}.attachment__iframe_fullscreen{background-color:#fff;height:85vh}.modal__background{position:absolute;width:100%;height:100%;top:0;margin:0 auto;overflow:auto;background-color:hsla(0,0%,92.2%,.7);z-index:1000}.modal__title{display:flex}.modal__close{margin-left:auto}.modal__window{position:absolute;width:90%;margin-left:5%;top:0;z-index:1001}.blur{-webkit-filter:blur(3px);filter:blur(3px)}.test-result-overview__trace{border-top:1px solid #eceff1;padding-top:10px;margin-top:10px;display:none}.test-result-overview__trace_expanded{display:block}.test-result-overview__trace-toggle{margin-top:5px;text-align:center;padding-top:5px;color:#999}.test-result-overview__trace-toggle:hover{background-color:#e4edfe}.test-result-execution__title{margin:16px 16px 10px}.test-result-execution__stage-title{margin:16px 16px 5px}.step{line-height:1.2em}.step__name{display:inline}.step__arrow,.step__status{left:7px;position:absolute}.step__arrow{display:none}.step__title{position:relative;padding:7px 16px 7px 25px}.step__title_hasContent{cursor:pointer}.step__title_hasContent>.step__arrow{display:block}.step__title:hover,.step__title:hover:before{background-color:#e4edfe}.step__title_stage{font-weight:700}.step__content{margin-left:20px;display:none}.step_expanded>.step__title>.step__arrow{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.step_expanded>.step__content{display:block}.parameters{display:inline;white-space:nowrap}.parameters_name{font-style:italic}.parameters_separator:last-child{display:none}.block__arrow{position:absolute;visibility:visible;transition:-webkit-transform .1s;transition:transform .1s;transition:transform .1s,-webkit-transform .1s;font-weight:400;display:inline-block;vertical-align:middle;line-height:normal}.block__arrow__expanded{-webkit-transform:rotate(90deg);transform:rotate(90deg)}[dir=rtl] .block__arrow{-webkit-transform:scaleX(-1);transform:scaleX(-1);-webkit-filter:FlipH;filter:FlipH}.angle{width:18px}.executor-icon{width:32px;height:32px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAvZUlEQVR4XuyZQQqAMAwEm+L/n+yqh142EMSDpToDpWHJbeeWkNT+C/T2cQABAAEAAQABAAEAAQABAAEAAQABYMsRxEl7iBY7rtTHIAq/K4LWFMIFoPSwOe/UEsgzlwEB5pdeFz4yn+vixy/L9koGBJhfeh+ZvSuPtOPkonXNI/f5RREQ4GDvTaMuyco639+zd8QZ3jHfrJwra54LihmLSbygDCpIK2Cjd7V6RbFtsG0Q7rKvAtLqbREVbRUbEBZ6gVZplMHVBUiBJUVRDYVQc1FzkZXj8OY7niEi9n7uqRM71l4Zsc46JmUWyVp8+K8nTpyTuary93+GvWO/76mDnwDU1KCb6vpFP3Be909/64dfNb+w9QnWslO0t2j8cF7J26pm3Xu7Wmh6vCjc/pXjh79x5213fv3DH731oY9dz2bNCD5Ia2oY4bsGOA3Qp2S4qfSu33n+rn/zw0/79+2091Tj1y8Uv7mz2Lw9cYNvom5zstFMF9Page2cj5l5/NBremA49P/8z9d/+r0f/sQ3bvnQZ9gAfE1TjPBdA5wO6AF41Nm755Mvf+rn3jDbWfsRKfZfXqx/JcFvgrQBJUk9iMOIx5gCEYcA3oMqeFdGV4BXQAUFRNoks09xw7zzkLMX37///ls//M73fOlTH/4Ma4/CCN81wKMo8abSJefa1mf/xw+9ZuuOXT8trF7gNm9MKdaQdCtJZwmbLmAsGJMjDEEz8D3wy+BOgPpAyqCMpCMhqBecKi4Hl/lRLEAVJCVdeqnLde/d++69/U8+9rFrP/Ub7+dw0whxRqib4LsGmA4+qtnPLWBu/eSTXnLhlU9/s7WDi3z2gNXsQSTdg23vwrYWMUaAopRmoEPQPrh1cAdRt4KioCnOJ6gKznmK3OGd4rzivUdHQj3GeHxRXgtgDKTdK4oBF335nntX3vueD1z/D3/5v1gFinpFaJrguwYI4CeX+TpwwP7DH297wlOfftl/nNt96UuQzbbm9yHJOUh6DiZdQEQBV4NeqY8Wq+APghvg1OOdociVLHfkw4JsmJP1c4qhJ888voC8EEQBEawBm6hvd/KsO593EgsjkS48LSvS77vp85+97k1v/L2b7njwQfK6EU6/CaIBvtMz3kRh/+7/3Xnp0x5nX7G0e+dPdHY9+VzMIdAB0nkmkp4NCIIHigo2qhmQRRO4VbTYh/rjqFOKQsiGynCQ0+8NGGxsMOz1yQYO5wAFVcFI2QoEAyrgDTqSdxZrlZmlgVvY2jdpiqQtS7L4omP7D8/+5mv//Uc+fPsyg6NHKQAXW8LpN4Go6ncyeAuY3/m5ndte9YLuv1tc9C/vbll6YrLnaky6DALSeS4kZwMJ4CroAXYErzpA3TIU96HuCD53FIUhy5Vh39FbO05v9TiD/gAf2rsxMlZiy2iNKeEjqDPlXFAYXG7IMqEYRVC6C31d3N7zs3NqW3N7Xd76sf/1i2/44C9+7cvLG9kJsofBAf6xMEE0wJlf7k0d/H/92d3bfvIFc7+0tMW/JpmfmWud+yxMqwdmDpn5AbA7JoAPkRwYon4Nze5G87txPsNlhuFQGfRyBmuHR/CPMuznqIIASQppKqRtaKUBvAhWBJFyMKQweGfIczMGnw+FQc8wGOrYDKinuzBkaVevWFjqJum21+2/6Z/vffUvv/EjXznhGBw4QHF6TRAN8J0DPugdP79nx48/d8svjTL+523bz7UvfDbJwgwk25GZF4LdBiSxzNfhk4frDTQ/gBZfxedHKArPoO/pbxT0Vg8xWD1AnjkUsAZaHWi3ZaxWqzSCFYNYQAVRi1dBnaDelFUgNxRFMjZBNhAGm4Z+H4YZ5IXHq7K4rafb9/a0vetn12+77fjPvPHX//b6fSv0Dx8mP90mEFU9M+E3e7x95y+cvf3l37v4y/Nd+/MmLWbb515Ouus8pLUVmX0ZJOcArRr4oHqf98to9tWRbqEohmSZ0tvIWV8+Qf/EQ2SDTYAx6HZH6Hag3ZUI3gogGAG8oBKmi8LgvYAzeDVoYct7eUKeldVg0LP0+4ZsAIO8oHAe28rZff5KMbPjmeu33NH62d9/z7U3PHw3vduPkgPudJnA/sZv/MaZCT+W+uS3fmb31r9447m//j2Xz76v0zLPTbZuac1ceTXJUoKZeX5Z7pPdIF0wbcA0PSQh4sEdwvevxed3kBeOft+zfqLPyqH72Tj+EPkwwyYwMwsLi6XmF4TujNBqQ5qCGLBGEZH41yuIVRBQCffGURABI4IYIR3JiB1LSDBiKHLLiWNd44cPtc/d23vpjm1LNxw+tnp8qYvvHEOXawDe9ra3SWD3nW2AJnwMRPhf+sNLrn7x0xY+MQL/YhFptfZeRPfCrZjODmT230B6EZhubWWYgEQTICHqAIq7cP2/xxf7yYfK5nrGytEjrB26i8H6KqrQmYHFpVLzC9DtMgafJGBsAGoquyoCQAlZEMScfA8IMbQKkXKAxCCaIGoREbzC+lpb1lb6rUsvzH5k196Lv3bsxJEjGx6/ZTfu6FGAqO90A0T4zXKfnDVv0zv+/IrXn7O99V4jbAWhe/lTae/wmJnnIJ2ng1kkkohCogkQC6qgJ/DD6/D9ayjyEwx6jrXldVYP3c36sX0UuSNtwfw8bNkKC1tgdhbabbAJGAMiUcG8oMTXwXBCqACECyR+XgAFRDAIgkHEIuEaIB8aVpZpX3xx60V7z7vy9gOHHjo4OI6b34kfmUBrVeA70wBN+DHr3/3L5+z649fu/eBc17wasKbVZeaqp5PMryEzzyt7vbSmuQuwgAO3D+39DZpdT55v0tvIWDlyhNWDd9Df2ECA7gwsLsKWJZibh04ngLcV4LpKmGJAkVh/RJsmgHAhiMaoIhihrADeAqayCoUzrBztdy6+fPfzt+/Y/ZWH9+07dGyAO3wYhYYJzmADTIdPhI/92rsue96zHjf7idTKEwCSpR3MXHEBplMg3WeAWQJMg0XzhYL20OzWUXg/WtxJNhyysTpk5dB+1g/fR5GFrF8oy/3CYiz3JfhSNBXfQxBDNAQCRkGDCaqqgAAldFFBMYgXNOS996Y0AoIPLcsVwrEDR7qXXnHh1bfd/uD/HA5dNgS3tnbyQHimG2B6z4/wn3/BrtbfibAAkJ61m+5FCdLeirQuB+kC0sx0BaQG36+gw89B9ld4f5DhMGd9pc/KwQfZOLYP77XM+i2lZkPWJ2kTPibEpkr4EuEjgkB8Hf8bY2WIfyES/C9qUBdcF9qGiuAcHD9weMvVV19+7i1f3fepw0Pc8jKO5kB4phsglixowr/27RdddcW5nY+JMANgF7fRvTBBWtsh3YvEkh8ASDSAENMSD/4QfvgJJL8O59fo9wvWl3usHLiH3omjQAl8yxIsjNSdhbTKelsbQ039dVMylqCmWgUIEg0CKrFNUAIWjfchVAX/iAwoqBjUgxGDd8hoXrn0nG2d//2lBzYearfHVUD/NUyQfBtLvwmy73vDOWc/+aKZ/1llvpldYubiRaRlwZ4F6kEGxENXAqYCbqI0A38AzT6HyAEK9Qz6jvXja6w8fDeD9Q2shdk5WAi9vlX2+gheauJfeipQEU8J1/oxTHGgXjEAgFeLqMdYwatBvGJGwnp84klbHu8sqoLzSisxqEJiwas3S1s6bxsc55+GDlt7aHSmtoDpQ9/rf2z7ws//4FmfsFYuBTCtDjNXno9JN8FuBSwIsWQaAxJkTKzX9MHfDO6zYI7jHAx7BWvHVljZdyfZZm8Men4RFrfC3CK0Z8C2gRQkAZLymqSmtHEdZWOUNBjJSojV5K+gAsSsVy+gsb8wfm2qB0glWVUUAVG8Cnkh25995eI9f/+ZlTsH8YERlc74ChAVJ/43vXLHOxIrT6y80bnwXIx9CGQnaA4MQSVAt6gkiDgwHoyC5CBr4L4Oej+YDOctw37G+vIaq6PMz3oDkhTmwrA3s1hmvlTgTU0SxLd4LlgVnCBO0WAC0VAhDIhXxHpwFhGPiClfj2QTT+IsXhWnhlQ9zhkSo7RSz9KC/bUT8LeAC+7RIERETnWHMPk2ln7zd2+94LKZtvlJAIB0516S+QMgHSADjWUeEpAWiKJWkTH8IXC4zHxZRo3iXUI2yNhYeQT+PePMT1OY2wKLZ8HMPKTdAD8NwE+p/E83gShgFXWCiKIK4hRjPc4JiGJQvPWIStkKjKLGo9ZjRrJeSETxRkgTcKoUXsgLPe9vfu28n/7x337ofYAPitPvGVsBmuU/ufrymf+nqvG02rTPFlRzIEX8EIyANyC2hG8cYjyMtQkcAu4FOwCR8ulblrN5Yo2V/fczWF8rM38JFrfBzEIJ37SApDbUTQV/aiZAQAgmiIM9Ioox4I0i6hEsSGloYxU/kjUleGtHUrBesUZIDKRWWegmPw38xb9GFTDfrt2+a377wqtG2f+jhLe7F56H6N2gRTyk4TNgWEpHIgPpBfA3gdwGpocaQUUo8oze6hprB/cxPLGMtTCzKCxshe4iJDNh17hV6+W2UQXC9SmIGOOwChLQGBQhchEBZEwXYzSYUBEJrcCEE0XC+Dq1QnmiSCjg8W961fYLmrWLM3UGaA5/T7ig+yYFQRUzuwXTvgP1DjQLA161phYQG6pBDrIKsgJ4kGQsVY/LHcONHhvHjtI/dgQMdOdL+DNL0JoB025mfjPjH4U0yAUVpZ9xinpQjeDj0wKtWgIYjxotJR4rgrVgVDBewwEUJTFivvfK+f/4Do7+pyqhYt3hTJsBmtn/9EtnuqPs/35QFCHd7tHiMF5mEJOg5GVvNIKgiMvC2bw1JNFygjOdQNCBh7w3oLeyxuahA3hVOnPCwlkws6UGv54vWr9+FOA1gicHLQQyoBAkVAP1QDCCMYoLmY9oNGS4NgG+ldACrOK8GUWPV34Q+JVgZx/EqbaB5Nux6/f2n9vzTIQ5QZA0JZk9hPcZXsNkZiyiBuMdRo5DvgImRxKDShdxCsaAWDwel3kG65tsjOAXgyFpG+a3wOxI7VmNw54G+RANIFPAy7cIP5NwLeBCwUKRMVxFQzmQcQQxirgQRzKigAktQEM7KCuAEUBl21v+3Z5L/8v/d+COYDs5UyuA1I9znbsjfT4oHqG9bRZX3Ib6FKc5IgWKwZghnh52FI3JMdaDWCgENRYxCRiLesuwl9NbWWWwsoKxMDtfLvXSGTApiIngcRP6/ITl3xRNgF9GitpRDgWpsp0yiAHvAYIRREuZ8rUxlKVfFBNngpGUJ5zX/iHgrubEgp6JM4AJsgtd+zxUMKLYhVW8F9xI6pXCZWB8+B9WJBFEBFWgcIjJwCbgUlQM3idkvSGD48fBK+1ZmF0QOrNK2lKwABG+epDGeaMJhmDCeCW1id8T4ech6xvwaxlhFe8DdMrIOGp8tlAZQBipMoFgLSMJMx15Zjz7hvlW2kDyWJ/yeeol3U4rlSsUMPNzoF9DveCd4Hx5kFJHMglYQJwiOERGsgpagMvRIsOrpSgcg7VN8vUeNhFm55VOF5Iq8yUaQF3TBJigSWYwU6qCj9mv+eTMV5WahxRjQZ0i1VNCIUiRWCVC1leZT2gD49dXNEbaaAQ9g1pAzLXXv3z7ZYAFkNYa6h3epzgnFCN5X1LQsHgWU0IX7xEpSoq+QDVHnSXvCcOVVdQrnRnodoS0FVq+F8RrABVUmUCjQZhohinLPY1/rxZAlf2uAi8nY2iYIKz5TzKYgMT3VcIwXIGXkUJlAHZ+9LeW3n1oOX/Pa/9g4x8j/DNnBpCazPk7208EUMC2hyHzGUdfjFTtlYsJhywdViwqBV4E4z04B0WB05y8D0VvgLXQ7ZbwrSgUAkYDuJCBqsRBsFYJGppuAK0v+2LWRzFBWlGGxHgyAVFFOHlAFYQIXcoYVgXGIHNzW77/vO7m/wEbe2uW1dgGzpwKYLfM2CsBRBVaA1QVdYobyY9UVG1LBC/grcV7gzEGlADRo+rwLicbKD4rSFKh1VISA+JjX1YRsIDG5h0BlUFqcMP1dPjUVhZOJsNXaVQBVSklghWPMzY+4Q5RNXhRpIwmwK9MYZ3atDv3zKcy+6WvslrfEzhThkBTqZPaK1TDMs5uojllBfBK4UsTYBRc3An2xqChMqAAijqPy0caZJhwfLuVCsaAoBGIaK1/V/ciQNVwWypwdeDxWnXSICjE103QzUhUmPus9XjRaCyIR8uqobiaFYwgouAxaVt548u3vurlX11+b82uU4fB5DHa/iVEk1i5WBGSmRR0Fa8WHYP3Y6jeO8AieLwIakAtqA9SDdDCT+YOC0SENAGbEB6+xN6PBOBmwhhfNwJBU/cF6rAjNBqAJd6LMYogLTd7vIAHiNgieFGMaKgG4ApJrPUszqUvAN5fNaIzoQJITebfPvesrSJsVwXT2qiAlgom8IG04FEVvFbgQQNQQfEKblwFHMZCkgpiQJRGr8c3Mnp6hdQp96UGv6lGtjdNUBMAgg1Vz4uE6iAldAk+rl4jeGcTYxxpypWAPdU9AfMYtgB55fctPNkp4j2QDAEq+CgexaE+SB3Oe1QfkeJjeQ1Hp8B5RQvFiIS+GDNOVUCb5RmJihnIqctLE/7k7G+Wf6Sm+DkBEqMYJBo2XMbHJKEC5BYxSpKaXdEAzTbw7TSABJmdi+lVJWwFm5VQNdZfxsBdGPDGRihbg/fhfQEpg1fG8LUAY0tJLKUnmwCgUd6/RSPEz06FryoT24Bq+X4ltPY5DW0tuFo0DIKPiHhtRHHlvknrmU9mrr6APaOWgTMtubRaxUmaoyiqgGqZ6QTY4lARiC0CIB6tQvCquMyDQmLjP4yqxmFumiUnA5yuJvgm/Gb2x8/6CJpoBqgipVJbvld4RQSEKpbXBhBVtYnIr7xiy799xddW3nMqbcCcXvghxgHwAu9DOTcZ+IpTtfPlESkrgPoYvfdluR8JI+hI3oEbKhB3yERAkPo/ftOK1Y0at9MGP6j5flPxvQiglZQmB0XisrUaBLHi1RplaTF9/qmeD0hO/xZwlBH2eAW1Kco6qpTg5eRtNcGBSjX8BWN4EMGHLHceXKaAYIzENbNGLqKAhqrApBkAQB8d+Cb8xme1AdqgtfvqTdO4Qa1U8CpkhQISTCAoihHvxWDSVC4/1RZgHoPSD2DO2ZW0UbZ6ryStAryPbY+4zgUf5HDqYCT1fqRAE0ERXAE+B0NV/qW+xGoOXJPmLyIEpvf/afDr0JtG8AIxNo0wYc7otMxY8cERCNAyzouAsWbHhE3siYOgeaxWAG9+xa4neFWjXjGtLG6jAkbioQgRX0LXEL2LmwCiVRXAqeJzwZhqBVBVAWlCiQKmQp6k6cu9qMlAfcx+6vLxuDhqABqabVccY7VbmM0JkNNWSjJ5//KxN4BUumBP66nqFQ+YJI8fCG42QnwEbDyIQ9SheDwewkJRJSwDC0VzwYpgCGB9PYOk8n9tHS9VAB6V6tlbM0OzxKuaCHt8r/6eQf1kLIogNaQL84VFodCW/MHrFp4BmCAA+XZvBAGYubZ5nEfBKybJYtv18UevS/iKeA2rgQgNfAlXBI/ihopgMNUKwIMajyggUIbwgrA7WNu/V4Voh1MHD9RKfrMFNa9rWR7gM1Z8b6IBvKLxJWZ8LsDbVgJZZjn7rPazgevOpGWgAaRl9WL1oHhMGlqAlJIwDFYnX7x4jCFQkrG8r8AKzoHPww4ZBmMEFUU0II/P4DH1rV4F0WgMVKr79arUgB3U6OtM7v/x2hs0CC2z/aTs99EIqJm+QamwZfdOzr3ibMyJe0hkgWGWsHVp5gXAfwUkaqoBTv8zAIE93iskCdLyEYiUMga8V4wFG7Z5BROzWMDHMogWioiMhRfEBfgmfgoERWMaeIAKuMBJkch0Wn9QaZpjcgsA36wARPgQpDrWlMoDYDj/KU9mtnM3rP0VKLSNo50oSPuK9/yXi85/zVvu+0aNgT6WFUAg6ty9tJ33W/CGmaUOWhyLLVNB4tYmxoM3ilEQfMjyCrYJzwbKARA1iDwiwativKAYCEtGAzHDPYiBCD2CEgA95fI/tQVE+GZCBYiKRhCAiWqffRkXPS5B1v8WXR8gHnwOLQq6Vjm2auUnXrL0tpEBfrLGIT4ZPM0GkPpj4E+/V/587TaXGIHObB/vSthEEyAa5wDrBaTa9NC4+a2Mo/cjZQaDYGJGhbW/L/s9Etb/Aqoh26oWUD+uZUBPxQES4+R5ALyJ0QuUitcRejDB5Iqd7rmMZEsCvc+ja4fx1cmmvFTKgBmb0TIt5mbsi0a/G/n7r3rp1z9VrwKP+RD4R2/mgp3n6bNXby4zuz3XRz1lJsfjV/EPCIgBU80FYsZRUGTMSfCOsQGsKT8cIAcTmDBEmvB5j1RZJcTW44NiRTgV+BPBA6G31+Gb2qQf5MpIUD2X0lHG20VBep9DV4+BB/IAvwCflQawbkjXDlic7QJwyXmdNwCfnjYHJKd7B/DHXsa72h0SVaU90yUxD6K+hC/VYBfhhIFBwYAgiFVEiLt9XvBe0dxCSzBqUA+IhALhUTGYsHUsLrQFVUQqSMEsXkEBL+G9b738A40lX4ixDcS1/knw1dtxBIng916BXfDQuxZdW0YDeHVAGIJ9AQwhy8E7T9v0WJjfCUC7Zb7nk396zkUvfe2+bwB+0jGx5DQMf6aKn/1v8vq5eX2aLwSA+e1dfN4/eXkuEx4eCCCKKc0VOAlocL0ziI6ECUtARYIZREDFh9fxWYMSrsssrc0Dp14BmLzuj9B9NEPMejsWET6oQdIuydlXYro9tP9Z/NoJcAquBC9V1uel3NgEwQAeEvps3XE2sEYxXDFPvJQfAO6ub4A/Fi3AfOgt8vi20beYBPxQaM0uMHfWJj4nZpsFrZlB4u5gdQtTVQcvFAUUAwFK+KgNJd2jeASDioIYcCUkMR4NbQQEX1JDqD2GFf2Xwp8AvjH8NY3gQqkP8HEGs3ABybazITmOX/84fnVQkg3AcaVcDhqgOwdFuJc5UIXUOrZfeCla3MjgxANYu32pdrCd+jCYnI7S/6yrSc/ZrteZNmIt0F7inKeeS3H8Gqie2lkQFw8+IqDSPLRjQoaJCA7BO0GHIN5g1CBqwWswUsh8b1AUqqHQm1ABtOKNxGsIVzJ5tRSXj8SqAVM2e+qtwIWMdyP5BLPz2ZhuF83vxK1/ArRs6Oo8OEUrA4SMVw/+ETnIi9IARQFewQDzl7wM625j4/CdqOuzttE/BljATawAp6Hvm9/9Gb5Om/bucyz5miOZPQ7FNXgH4uPQN760AbIAcdjHCNWsgKk2dYowu2W2fAMbsolonmAY8FBUpURRUSBWARUFDSYRjTYQnTL5gxINgMrkFhBXArHkp7sxO58OicOtXo/rryCaoaGuiy/Q3KOFQ52iBagSTkCBi+BHMS6j58/5XtqLBSv3/RPGFth2y//Yfzr+UUBqOg1DYOz95ov/Xf5MZvVCMxQ6idK/H5KtUKwHoIBoWKpb8JT3xZTyAqIhVvNaAVKApqX7NbcYDFR91NdP3fhgBMAryFhxDhCiGQQ0RADidVT8Q0TwoNTBE6f/WAFQs4Rsew6azEBxlOzEp0GzErx7JObgM3SYo65M6araOAdalfsimMCB96BA2mqx/apX4zZuZP3eL2DSkurDy3PvvfPB5SrdZNJyMPnXzP7P/Zm8VOb1/8qXYefZUpamAvIjgFBBiUYgVgT1QGgNAAjRLALeK1IAgE1SHAkGixYmDIBw0sEhK4gKGuGX18Ssj+CrOPm5gDYNACpEE0A0QgmdxeeCmcW7TfLVG5G8Bz6C924Afjgma9RXy2MI2a4KRRjwnCulGtNty56rmbvwxazc+vuI3yBJQcRwcG3p76/88eN/XH80fLqWgQLIH79JtnXm9G/yDfBrMPt4wThFNZZ4AkwlyIEHrAkmELAKPp56wflAtACTgIhg2waMwZCACjgNgIKMAD70mAgfUSRERYK7IvSS6+QZAG2u/6MJAHsWLHwvXrr4okd2/AbEDUDzssS7IVr0EJehmkP8SSCchuiJWR+ufSj1Cjg1LOx5FnMX/CBrd3+Ag198G2mLsTSd7b3/2uTtb/qj49cG8FMfCyf/Gsu+a/6bPH5hUW8sCkx2EJbOLim7AmzgQIAqgCOYQkECZFGIwEEqmfD3WMVlCimkXYOxJuz2WdQrIIgGOKXihGk8yMlGAIIZIvSKxmT4J5d/TXYic09BzSJeDD5fIz92PYyhF+ALXN5HXB91Q1B3EgHRWBG9lqB9hI7zMBjAxib0M8vSuc/g7Ce+mI37/4qHPvfrJImSpiDW6j3LC195wU+t/EmW64km+MlKHi38L75bXq+z+nY3QIYHAWBxu4AHHPji5CPNCliBwIxqpxfAV/BPGrQV48ChWPGI8ZiOYrZuRVbXESUMWsBYPkQBE7eBq8EDo3HoC5EqQqwI9fJvF2H+KdDajUoyls+WKdZuHcUT4HLUZTCS5ptQDMDngKIaza+UkEUD9NqAl+WwugJr67C6AWJSzr/quVz+PS9i+c6/5IFr34rBk4ZqOEgWll//37O/+OT1J+6e/tOJzaVg8mjg3/DnfNZ19fuKY8AGtFNobRFaM+BUUQQ3AJtAquDD8W0ETH1prWApeRFjGISqgc1j8Fizgdk9g272kOqDalAnoJUUfNgDUDn5tzGIBjGOUjOANymy8GToXgBJB2wL1Yxi805040Z8XpZzn5fAfbYB+Sa+GCJaIDQLClW2U5X0CH2jB2ursLoGmz1QZbxrevmzXsTuy5/EoZs/xM0f/VWMlODTlmVN5g+940PDaz5+/er9wGaAX4TogyaaIO4DfAsD30d+R3bs2am3O8NWPQxtBTML1sL89vg/Wzglc4IMFJmFJJR0VRBOHvKUWBG0uWBFCx92Ah1gULmVzhUvw3/zXnRzmUjPhsMfHjXBDF7BVEsPOQk+6QzMno8sXAqtDpJ2EWvw2QPo8M6RCrTIx9C1GKLZADdYR4fr+LwHLkNQFCL4aGKkqnZBPmR7bxNOrMDqKuRFnOrntyxw0dN/hLP27uGbX/0QN/31x1F0DL41k+qRfPah//xHm5++7YGVZWAIZFHkQDHRCNMfBk2H/4V38aMyr3+tQ2xrDUwKxgYZIZ2VOKkK5G2DX/OIKjOz1flwwNR2ACHOBBUfgTjZK5o7QMAKKkImH6d1/jOR4kp07Tj+xDfRwWb1sAUzuxWZ24aZ2Q5piiQWEjO+NjaFJEEo8MVhNL+7ZJSBeo+6As2zkYYUm6u43graX8cXAwSP1s7TmThGVPBjRwrQixzW1mB1HQaD+N3DxsDSWds57+pX0Jkp+OZNH+O+G49WuGjPzw7vOJze9au/u/ZPKxsrgwA6AwZBw6iGGXzQtBlgOvwvvY93F21e3dpAEg/SrsCDtWDCaxQM0OruoPu4N3DiwXtYu+f9eHXMCLQFjAKm9qPZoTrYEIXa74dWxecFGDChf2buBiRNsfN7sDsvQexWBINYUF1BdRn81wMZGzYfDN4LZFJ2BK8lqDCBud4qxcYJfG8NN9wE7xATHyUjxBFba5WKuJTT0OP7PVhfK4c5DaXfCpjEsm3vJZz95Jfihw/x4E0fZuXoaljqWvL23PH/cV3xpQ9cs3kP4IIq+MMAvw/0gvrhXhbgu2ktIfmXwr/hL7hF4XFzmyVwk4CMwQtiy+u0E2gJdLa9kC0X/zbD/gCnS/iiz+Y3P4pqH+bCb+mm5CHQ/PX/JtrWxLIKKGQ5xB8oRVIP+cP4/iEkTRCToGIxxgIWMaaM1W6TCgqg5Z/Xfh/XWxtpHTcogSPEbiGABgmgsXppfW4J0L2HYQ/WNmE4APVxOTy7tIPtlzyXHZc9heX7PsPdn/9TNlZ7ALRnu8WDK+373vq+zS88cGB1PUKkCKrgDyP8mgFiJSimzQOiqtOGPf73B/iq8Typ40r4EmQSifv6BqQDNumydOlbmdn9SnyxPl4aDdcPsXr4flYP3Mng/o9j5QRzM9DujtSpWgix7EtsDxqxx42kEI21MJZBbAKJxZgEqcpSiIKgGCT0F80z3HCI5gPcYADqTjZ/ZB33LurwK+gRfJXdDIfQW4csi1O/TbssnfsUdlz+PLrddfbf9mkeuv0BBptDjDXQnVu75mt60+/91fqtAZiLIo+K8KPoAZshVvcGtVag0QhxCJQQJ2b+jR/gXS34hdYYfikqA1iBcQQSaC8+jrMe/yck3T14t4GO5ItHtEbeP87G8f2sH93P5oGb0dVv0LJ9ul1oz0CaQtoKxhJA4rXWgPjYZ0u41iAYsKYEr/EvUedHcuDLqN7FYTMChxpUalkvtUfGPl6jHtAw0W+U4AEUw/z2i9l68fNY3LWTYv1rPHzHzez7xkGyQU6r2/ZHhjP73v7XvS/cdNfwOOAbGR/BZ0GDaICJGkb4uKAa/OkzgACma3leWyvo8QCn2tgIscL8+a9hy0W/Aprh8hOo20T9SG4DdAObDJjbYkdxjs7spawePEh2YshwU7F9pRN2s1rtMqYJ2BSwJUupROy/viKBw+OgkFiKx9JG5oqJfVwj8wiaCDu+V322ZgIXDZANy8EOD3OL21g8/1kjPYlE99E//s/cfd3DHLjvCN57ktm53lcenLnlLX+++uVCh34S+BCzWtkfRIVMbwyDzd9VNm0IbJb+oNSSxNJctdAIP+nuYNtVf0hn6Xti1rsx+GgA/4g2MaY/gp9jijtg23HyWWEwFPJBuf6l7zE9aFklDd/Q2WqBSaCVgE3CsGnjbKDhWjyIUfABVGWWWDEa05pohOrrD/705N7eFBgJT+UyMGaGsy64ioXzn0NnJoPBXWwc+Bj77trPgQeXsYll66654i0fzD7xiS+sPxyh18BH6HHYi3EQY7xuTv/NZWAz++MMMMkAFrC3f1j+Mk15Zf2hrwjM7nohZz3u7YjpBPibpfzYCDFqD3z52g3uoti4sVqe4xzkWfiHDDHPwG0omnuMggVSqyQJpGkwQZAVECFWpwAeQruCSLe2WeiDCeK9UoRrNE70AN5XB1cttnMWdmYvrYWLmTlrL2lbkPx+yA6zfmyZQ/cdYPnwGtLq+tmZ1G+xG8nhoT/61NfyoSZ48jr4CD2oCXswZQ9gKnyAZNqvdr31fn7vKZfzEhG6CACYpMPWy9/C3N6fCD1+ZQy+NEHNAH6zhK8b+Gw/+eZX4re9CKRtod0FkZOfehUufPW6xhMw2VDp9xXNFFEwlMAtiipY0fD3BlDRGFXLiL08lvgIXADiSWFJOthkFtNdIOks0e5spzO/g/bcIsIaxp8Y6SBSPAy5Z/PYEZb3HWRjrU+P+d619yze/OJLVq9Y7Pa3ADx4mMNAVgOfTSj18bp+LwCfBD5EjYJJShrZH2UA86pf1/s++Q553RUX8m4MSWvhylHJf2TQ24vPT+CrrK/K/0j42P9Vyxag7vg48wWHxCFvpAgqkarNVCRqe+VO8FX2Vk/isHgExOILwfcsxVBGUiTzqPNQOIw1iFiQFGyKSVtY00KSNtaOFYC3SNtz2FYHKznGZBgdiX4JXVYwWfw+YFzO4MQheocPMRh4Dm3OH33H38gXP/L59f2Av+95HHvrK/nhr93LN975SW6IPTpmbh3uJOgReFCEXtTAe4CpXzYdWkDdACYoAVKgA3Q/87vyuov38svd85+fLlz0Bmx7R8z6aADUn9z7VTfBr5ON4KNroVxXkvC6ds8AEgfOqq7HBgUqccdRVVEANbjcjqMvLOpbeJeAtgGDwSBjCaKUV2IQH6JajCQIBlOdSh7HCBxCtcr6DE8cIFs5iqPlv3pf5/7/8M7N6+/dl2/G0osD3EU7ad93mNUIrg65CXwK9LzWRnTSev9Uf1HkxK9zfeH/rR/8zZ+RfS9/9ufeNDz4j3u75/4AM7tegdguGkt/zHwfDVD0bwO/FiFLKSaLpjFOvodAjAKAEM7cuxBD/1CvoBbRsCHkRsJWZ/fKa29BLXiDiAEibKikuM0T5OuHyTdOsFnMDT52w/zNv/T7qzcVbhCgR/iVRvA3J/T1Qe16SrbXdveCTjXrp88ATRnAvvkDesubP8Dr/uAX/Ute9LTP/Oj8kc+d1d75HNpbno2InGwALU3gswfR4nAFMNpKJAKVSkLTHNK0pUjTFBLP4mFDFCnNYOIPXYrG3UB8PIeGEfCUEU6S5psUm0coNo6hhefg+tzy2z84+8X3fnzjoVr2TV7SNaf4fu1eBD8x25vga5oKfroBpptB3vBn+gXg6+95ffGy5zz1umcs7LlxvrVwFcnspaBZlf34EXif7YvwTQR9EnjTtJzUZZr3iAINUCsxjtEYIcYNgOZnoRLgc9zgGG4E3mebONr+lgfnHvqFt2/80633rK5F8AHK5GVdzPzm2r1fg59H4SYMdqcI/tEfCNFJes079R9mO3rje944+MFnXHXTVTM7bmnbhfMxySLq1vD5g4hRIvzY4+vgxQhN4NIELdI0CRVEE6NKkAHqoM1EM/hsGd8/gh+cQBFWe7Obn/nK4l2v/s21L2f5sKjB9jVQrgav1u9L6EGDCfCLZsZPBt+E/+gNoHVt24YcO9Ysa0CxOWDwf/6WXnPeLr3hD//D8IUXnHP3ru17k8VkwYiIQwSiARrwm8NgBA3VZyZrcvZH8ESZpgm8R4dr+OEq+oi8Y30417/htsX73/RHm1+564H1zSnlva48xqAAv6EIvznRR2mtx08E/+gN0DyL4QE3gp8Bac3RrRAtYB46xNqPvkU/Dpo866p828+9lCc8/jI5e+85si1dFBMgN+GLnHQPM7n0Y6TZKjARLqaMGu81zQDkAzTrocN1NO/hXOqPrHRWb7xt7ptv/8DmrTfdsb4K6HTw5FMUWwDTd+6iahl/GsBPqwDUHF9E8KS1L1+j5lJ/w6165IZb+UdQ88RLZMuv/Lg8+XGXsufsPbI1nRPDjGBaIEaahohtYvrQSAQfs7yW4bmDQR/NcjQfQD6k0NSv9dLe7Q/Yg+//284df/n3/f2Q1Sufmww+luzmblzUpG3dKdu2DfCToJ8mA0Sgtb5mgUEEj1RGiaIAWkEOSG6+R5d/6rf184C57Fzmf+2n5CmX7WbX/Ix0Z2ZpdWekZeeQZE6wI5kZE8FPGxrVoEPQTMPPShWIVyh8UEHmTLG8kWzev98c/+LXzP73fsTcf+++bBMyasCnZHwDZtaAGkHHVhCuJ7yXx4wPMYrTB376swATZIE0qA10gJmm6AZ1Avz2pO/mDJJKrRT7Q8+SHc99Ensu3Svbdi2xsDBHt5vSFgUsWCmjMchJXxzukQIpek6GawPTO7bKxsNHZe3O+/XEl292y9fd5JbzvJlNgJ8OHleDF8FP26UL4KfMCi7olNbxj20FiFktNemELMmCCfJYCUgbJoiSLMd97Drd/7HrOBDPCCOn/O19k1/rBPlGqZ/+LH44wQD17HZT1Mj6xxZ8VFIvNSISAUcYRc0cPqi+3OlGE9CeZIKoyV/UVoMupwJ/OvjJS7laec5qGjYj+ZQlXEOTsv70gz/1fQA/sTJM3vDohNiumSCZUA1sZYApRpgmjZpe5qdP9mQTNJzU72vgdVL8dmd90wCTq4DUXKrNCkA+YTCKBihjGpRERRNM/8a+GJvQ4dGDb/b7uibvz0+e5CdUJM4A+NEAj9YETSNE+FGNSmCnV4OmCRqanPV+Avz6rl2E31RWv25CD5oOnkeznj+dq4BT/vbPShFiLO812GnzdbMK1GRO4Wsbq6inmPXNsh9jVPM9N22rdhrwCfDPIANMNwERDrZmBBsBk9YUs39CFQgyk0wwZU5pTPZTHtJMaAH1e03ok7Zqz2zg0w1wakaIMrU+nkSwQfWsb34mwo9xehsAbcJvlv6JahrBTQJeAx+Bn4Y9+jPSANOrQbMq1JQ0YwQ/ZSCc3gKYboLa9fR7zUz3p2GYO5MNcOpGiOCiJpjCTAA/MfunrgKaoNyEDR+dAHoK8Mlbtf9/e2eMAiAQA8Ho/9+s1jLIGlII3gwIXrTb8Yq1uAI/EGAmAmXAmtcWvn7sAE+7AITAPWYx8BD8SgJQAgQUzuROgT9v/f3KtzGrEDqCX10AipBlqFvbh+aP76UeIJRClIPPqhu6AgxleDmrfhWcxcC8HboCzGXgmrNA9+cQZtPAFWAuRDN09gCBSTGjAN9LMSeHrQDrInv9HFEAUQBRAFEAUQBRAFEAUQBRAFEAuQCgY0TrtBY3aQAAAABJRU5ErkJggg==) 50% no-repeat;background-size:contain;display:inline-block}.executor-icon__jenkins{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxODAiIGhlaWdodD0iMTgwIj48ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLjI1IDAgMCAtMS4yNSAwIDE4MCkiPjxwYXRoIGQ9Ik0xMDcuOTY1IDMwLjY2MWwtMTIuNTA3LTEuODc2LTE2Ljg4My0xLjg3Ni0xMC45NDMtLjMxMi0xMC42MjkuMzEyLTguMTMgMi41MDItNy4xOSA3LjgxNi01LjYyOCAxNS45NDQtMS4yNSAzLjQ0LTcuNTAzIDIuNS00LjM3OCA3LjE5MS0zLjEyNiAxMC4zMTggMy40NCA5LjA2NyA4LjEyOCAyLjgxMyA2LjU2NS0zLjEyNyAzLjEyNy02Ljg3OCAzLjc1Mi42MjYgMS4yNSAxLjU2My0xLjI1IDcuMTktLjMxMyA5LjA2OCAxLjg3NiAxMi41MDUtLjA3NCA3LjE0M0w1MiAxMjUuNzA0bDEwLjAwNSA3LjE5MSAxNy41MDggNy41MDQgMTkuMzg0LTIuODE0IDE2Ljg4Mi0xMi4xOTMgNy44MTctMTIuNTA2IDUuMDAyLTkuMDY3IDEuMjUtMjIuNTEtMy43NTEtMTkuMzg0LTYuODc4LTE3LjE5NS02LjU2Ni05LjA2NyIgZmlsbD0iI2YwZDZiNyIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTk3LjMzNC0yMy40MjVsLTQ0LjcwOC0xLjg3NnYtNy41MDRsMy43NTEtMjYuMjYyLTEuODc2LTIuMTg5LTMxLjI2MyAxMC42My0yLjE5IDMuNzUyLTMuMTI2IDM1LjMyOC03LjE5IDIxLjI2LTEuNTYzIDUuMDAyIDI1LjAxIDE3LjE5NSA3LjgxNyAzLjEyNyA2Ljg3OC04LjQ0IDUuOTQtNS4zMTYgNi44NzktMi4xODggMy4xMjYtLjkzOEw2OC41NyAxLjg5OWwyLjgxNC0zLjQ0TDc4LjU3NS45NjFsLTUuMDAyLTkuNjkzIDI3LjItMTIuODE4LTMuNDM5LTEuODc1IiBmaWxsPSIjMzM1MDYxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNMjMuMjM4IDg1LjY4N2w4LjEyOCAyLjgxMyA2LjU2NS0zLjEyNyAzLjEyNy02Ljg3OCAzLjc1Mi42MjYuOTM4IDMuNzUyLTEuODc2IDcuMTkgMS44NzYgMTcuMTk2LTEuNTY0IDkuMzggNS42MjggNi41NjUgMTIuMTkzIDkuNjkxLTMuNDQgNC42OS0xNy4xOTUtOC40NDEtNy4xOS01LjYyOC00LjA2NS04Ljc1NC02LjI1My04LjQ0MS0xLjg3Ni0xMC4wMDUgMS4yNTItMTAuNjMiIGZpbGw9IiM2ZDZiNmQiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjxwYXRoIGQ9Ik0zNi4wNTUgMTE1LjA3NXM0LjY5IDExLjU2NyAyMy40NDkgMTcuMTk1YzE4Ljc1OCA1LjYyNy45MzggNC4wNjUuOTM4IDQuMDY1bC0yMC4zMjItNy44MTctNy44MTYtNy44MTYtMy40MzktNi4yNTMgNy4xOS42MjZNMjYuNjc2IDg3Ljg3NXMtNi41NjUgMjEuODg1IDE4LjQ0NiAyNS4wMTFsLS45MzggMy43NTItMTcuMTk1LTQuMDY1LTUuMDAzLTE2LjI1NyAxLjI1Mi0xMC42MyAzLjQzOCAyLjE4OSIgZmlsbD0iI2RjZDlkOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTM2LjY4IDU4Ljc5OWw0LjA5NCAzLjk2NnMxLjg0OC0uMjE0IDIuMTYtMi40MDJjLjMxMi0yLjE5IDEuMjUtMjEuODg2IDE0LjY5NC0zMi41MTcgMS4yMjYtLjk3LTEwLjAwNCAxLjU2NS0xMC4wMDQgMS41NjVMMzcuNjE5IDQ1LjA0Mk05NC4yMDkgNjQuNzM5cy43MjkgOS40NzcgMy4yOCA4Ljc0OGMyLjU1My0uNzI5IDIuNTUzLTMuMjggMi41NTMtMy4yOHMtNi4xOTgtNC4wMS01LjgzMy01LjQ2OCIgZmlsbD0iI2Y3ZTRjZCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTEyMC4xNTcgOTkuNDQycy01LjE1My0xLjA4OC01LjYyOC01LjYyN2MtLjQ3NC00LjU0IDUuNjI4LS45MzggNi41NjYtLjYyNk04Mi4zMjcgOTkuMTI5cy02Ljg3OS0uOTM4LTYuODc5LTUuMzE0YzAtNC4zNzggNy44MTctNC4wNjUgMTAuMDA1LTIuMTkiIGZpbGw9IiNmN2U0Y2QiLz48cGF0aCBkPSJNMzkuODA3IDc4LjgwOHMtMTEuODggNy4xOS0xMy4xMy4zMTJjLTEuMjUxLTYuODc4LTQuMDY2LTExLjg4IDEuODc1LTE5LjA3bC00LjA2NCAxLjI1LTMuNzUyIDkuNjkxLTEuMjUgOS4zOCA3LjE5IDcuNTA0IDguMTI5LS42MjYgNC42OS0zLjc1Mi4zMTItNC42OU00NS40MzUgOTguNTA0czUuMzE1IDI3LjUxMiAzMi4yMDIgMzIuODI4YzIyLjEzNyA0LjM3NSAzMy43NjUtLjkzOCAzOC4xNDItNS45NCAwIDAtMTkuNjk2IDIzLjQ0Ny0zOC40NTUgMTYuMjU3LTE4Ljc1OC03LjE5MS0zMi41MTQtMjAuMzIyLTMyLjIwMi0yOC43NjMuNTMzLTE0LjM3Ni4zMTMtMTQuMzgyLjMxMy0xNC4zODJNMTE3Ljk2OSAxMjIuMjY2cy05LjA2Ni4zMTItOS4zOC03LjgxN2MwIDAgMC0xLjI1LjYyNS0yLjUgMCAwIDcuMTkyIDguMTI5IDExLjU2OCAzLjc1MSIgZmlsbD0iI2Y3ZTRjZCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTc4LjI2OCAxMTEuMTAycy0xLjU2MSAxMi40NzctMTIuMTk5IDUuMjIzYy02Ljg3OC00LjY5LTYuMjUyLTExLjI1NS01LjAwMi0xMi41MDYgMS4yNS0xLjI1LjkxLTMuNzY5IDEuODYyLTIuMDQuOTUyIDEuNzI4LjYzOCA3LjM1NiA0LjA3OCA4LjkxOCAzLjQ0IDEuNTY0IDkuMDc3IDMuMzEgMTEuMjYuNDA1IiBmaWxsPSIjZjdlNGNkIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNNDguODc0IDI2LjU5N2wtMjkuMzg4LTEzLjEzczEyLjE5My00OC40NiA1Ljk0LTYzLjQ2OGwtNC4zNzcgMS41NjMtLjMxMyAxOC40NDYtOC4xMjggMzUuMDE2LTMuNDQgOS42OTIgMzAuNjQgMjAuNjM0IDkuMDY2LTguNzUzTTUxLjg5Ni0uMjA2bDQuMTctNS4wODd2LTE4Ljc1OWgtNS4wMDRzLS42MjQgMTMuMTMxLS42MjQgMTQuNjk1YzAgMS41NjMuNjI0IDcuMTkuNjI0IDcuMTlNNTItMjYuODY2bC0xNC4wNjktLjYyNCA0LjA2NS0yLjgxNEw1Mi0zMS44NjciIGZpbGw9IiM0OTcyOGIiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjxwYXRoIGQ9Ik0xMDAuMTQ4LTIzLjczOWwxMS41NjcuMzEzIDIuODE0LTI4Ljc2NC0xMS44OC0xLjU2Mi0yLjUwMSAzMC4wMTMiIGZpbGw9IiMzMzUwNjEiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjxwYXRoIGQ9Ik0xMDMuMjc0LTIzLjczOWwxNy41MDguOTM4czcuMTkgMTguMTMzIDcuMTkgMTkuMDcxYzAgLjkzOCA2LjI1NCAyNi4yNjIgNi4yNTQgMjYuMjYybC0xNC4wNyAxNC42OTQtMi44MTMgMi41MDEtNy41MDMtNy41MDNWMy4xNDhsLTYuNTY2LTI2Ljg4NyIgZmlsbD0iIzMzNTA2MSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTExMS4wOS0yMS41NWwtMTAuOTQyLTIuMTg5IDEuNTYzLTguNzU0YzQuMDY0LTEuODc2IDEwLjk0MiAzLjEyNyAxMC45NDIgMy4xMjdNMTExLjQwMyAzMy4xNjJsMjEuODg1LTE2LjI1Ny42MjUgNy41MDMtMTYuNTcgMTUuMzItNS45NC02LjU2NiIgZmlsbD0iIzQ5NzI4YiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTYyLjg1LTg1LjMzMmwtNi40NzMgMjYuMjY1LTMuMjE5IDE5LjM4LS41MzIgMTQuMzg2IDI5LjI5NiAxLjU2IDE4LjIyNi4wMDItMS42NTctMzIuODMgMi44MTMtMjUuMzI0LS4zMTItNC42OS0yMy43Ni0xLjg3Ni0xNC4zODIgMy4xMjciIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjxwYXRoIGQ9Ik05Ni4wODMtMjMuNDI2cy0xLjU2My0zMi41MTUgMy4xMjctNTUuNjVjMCAwLTkuMzgtNS45NDEtMjMuMTM2LTcuNTA0bDI2LjI2Mi45MzggMy4xMjYgMS44NzYtMy43NTEgNTEuMjczLS45MzggMTAuOTQzIiBmaWxsPSIjZGNkOWQ4IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNMTE1LjA2Mi00OS42OTFsMTIuMTkzIDMuNDQgMjMuMTM1IDEuMjUgMy40NCAxMC42MjktNi4yNTQgMTguNDQ2LTcuMTkuOTM4LTEwLjAwNS0zLjEyNi05LjU5OS00LjY4Ny01LjA5NS45MzUtMy45NzItMS41NiIgZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTExNC44NDEtNDMuNDM1czguMTI5IDMuNzUgOS4zOCAzLjQzOEwxMjAuNzgyLTIyLjhsNC4wNjQgMS41NjNzMi44MTQtMTYuMjU3IDIuODE0LTE4LjEzM2MwIDAgMTcuNTA4LS45MzggMTkuMDcxLS45MzggMCAwIDMuNzUyIDcuMTkxIDIuODE0IDE0LjY5NWwzLjQ0LTEwLjAwNS4zMTItNS42MjgtNS4wMDItNy41MDMtNS42MjgtMS4yNS05LjM4LjMxMi0zLjEyNSA0LjA2NC0xMC45NDMtMS41NjMtMy40NC0xLjI1MSIgZmlsbD0iI2RjZDlkOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTEwMi41NTYtMjEuMjQxTDk1LjY3OC0zLjczMyA4OC40ODcgNi41ODVzMS41NjIgNC4zNzcgMy43NTEgNC4zNzdoNy4xOTFsNi44NzgtMi41MDItLjYyNC0xMS41NjctMy4xMjctMTguMTM0IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwMy45LTE1LjI5N1M5NS4xNDUgMS41ODUgOTUuMTQ1IDQuMDg2YzAgMCAxLjU2MyAzLjc1MiAzLjc1MiAyLjgxNCAyLjE4OS0uOTM4IDYuODc4LTMuNDM5IDYuODc4LTMuNDM5djUuOTRsLTEwLjYzIDIuMTktNy4xOS0uOTM5IDEyLjE5My0yOC43NjMgMi41LS4zMTMiIGZpbGw9IiNkY2Q5ZDgiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjxwYXRoIGQ9Ik02NS42NjQgMjUuOTY4bC04LjY2Ljk0MS04LjEzIDIuNTAydi0yLjgxNGwzLjk3Mi00LjM4IDEyLjUwNS01LjYyOCIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik01MS42ODkgMjUuMDNzOS42OTItNC4wNjQgMTIuODE5LTMuMTI2bC4zMS0zLjc0OC04Ljc1MiAxLjg3Mi01LjMxNSAzLjc1Mi45MzggMS4yNSIgZmlsbD0iI2RjZDlkOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTExNS4wMjggOS44OTdjLTUuMzA1LjE1Ni0xMC4wOTguNzg2LTE0LjI5NCAxLjk3LjI4NSAxLjcyLS4yNDggMy40MDguMTggNC42NDcgMS4xNy44NDMgMy4xMy44MyA0Ljg5OCAxLjAyNy0xLjUyOS43NTItMy42NzcgMS4wNDktNS40NC42MTUtLjA0MiAxLjE5NC0uNTc4IDEuOTM0LS45MDIgMi44NjggMi45ODIgMS4wNjUgMTAuMDIzIDguMDQ0IDEzLjk4NCA1LjczMyAxLjg4Ny0xLjEgMi42OS03LjM3OCAyLjgzNi0xMC40MzEuMTIyLTIuNTMzLS4yMy01LjA4Ny0xLjI2Mi02LjQyOSIgZmlsbD0iI2QzMzgzMyIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTExNS4wMjggOS44OTdjLTUuMzA1LjE1Ni0xMC4wOTguNzg2LTE0LjI5NCAxLjk3LjI4NSAxLjcyLS4yNDggMy40MDguMTggNC42NDcgMS4xNy44NDMgMy4xMy44MyA0Ljg5OCAxLjAyNy0xLjUyOS43NTItMy42NzcgMS4wNDktNS40NC42MTUtLjA0MiAxLjE5NC0uNTc4IDEuOTM0LS45MDIgMi44NjggMi45ODIgMS4wNjUgMTAuMDIzIDguMDQ0IDEzLjk4NCA1LjczMyAxLjg4Ny0xLjEgMi42OS03LjM3OCAyLjgzNi0xMC40MzEuMTIyLTIuNTMzLS4yMy01LjA4Ny0xLjI2Mi02LjQyOXoiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2QzMzgzMyIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZD0iTTg5LjY2IDE4LjU3Yy0uMDE0LS40MDItLjAzLS44MDYtLjA0Ny0xLjIxMS0xLjY1Ni0xLjA4OC00LjMzLTEuMDc1LTYuMTQ4LTEuOTkgMi42OC0uMTE3IDQuNzktLjc2MiA2LjYxNC0xLjY3MmwtLjExOC0zLjAzMmMtMy4wMzYtMi4wNzktNS44MS01LjE3NC05LjM4NC03LjEyMy0xLjY5LS45MjItNy42MjItMy4yOTQtOS40Mi0yLjg3NS0xLjAxNy4yMzctMS4xMDkgMS41LTEuNTE2IDIuNjktLjg2NiAyLjU0OC0yLjg2MSA2LjYwNC0zLjAzNSAxMC40NC0uMjIyIDQuODQ2LS43MSAxMi45NjYgNC41MSAxMS45NjggNC4yMTMtLjgwNCA5LjExMy0yLjc0NCAxMi4zNzQtNC41MjYgMS45OTMtMS4wOSAzLjE0Ni0yLjQzNyA2LjE3LTIuNjciIGZpbGw9IiNkMzM4MzMiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjxwYXRoIGQ9Ik04OS42NiAxOC41N2MtLjAxNC0uNDAyLS4wMy0uODA2LS4wNDctMS4yMTEtMS42NTYtMS4wODgtNC4zMy0xLjA3NS02LjE0OC0xLjk5IDIuNjgtLjExNyA0Ljc5LS43NjIgNi42MTQtMS42NzJsLS4xMTgtMy4wMzJjLTMuMDM2LTIuMDc5LTUuODEtNS4xNzQtOS4zODQtNy4xMjMtMS42OS0uOTIyLTcuNjIyLTMuMjk0LTkuNDItMi44NzUtMS4wMTcuMjM3LTEuMTA5IDEuNS0xLjUxNiAyLjY5LS44NjYgMi41NDgtMi44NjEgNi42MDQtMy4wMzUgMTAuNDQtLjIyMiA0Ljg0Ni0uNzEgMTIuOTY2IDQuNTEgMTEuOTY4IDQuMjEzLS44MDQgOS4xMTMtMi43NDQgMTIuMzc0LTQuNTI2IDEuOTkzLTEuMDkgMy4xNDYtMi40MzcgNi4xNy0yLjY3eiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZDMzODMzIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBkPSJNOTIuNjc1IDEyLjc4OGMtLjQ2MyAyLjY0LS45OTggMy4zOTItLjc5MSA1LjY5NSA3LjAzOSA0LjY5MyA4LjM2LTguMDYxLjc5MS01LjY5NSIgZmlsbD0iI2QzMzgzMyIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTkyLjY3NSAxMi43ODhjLS40NjMgMi42NC0uOTk4IDMuMzkyLS43OTEgNS42OTUgNy4wMzkgNC42OTMgOC4zNi04LjA2MS43OTEtNS42OTV6IiBmaWxsPSJub25lIiBzdHJva2U9IiNkMzM4MzMiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGQ9Ik0xMDIuODY4IDEwLjY0OXMtMi4xOSAzLjEyNy0uNjI2IDQuMDY1YzEuNTY0LjkzOCAzLjEyNy0uMDAxIDQuMDY1IDEuNTYyLjkzOCAxLjU2NCAwIDIuNTAyLjMxMyA0LjM3Ny4zMTIgMS44NzYgMS44NzYgMi4xOSAzLjQzOSAyLjUwMiAxLjU2My4zMTIgNS45NC45MzggNi41NjYtLjYyNmwtMS44NzYgNS42MjgtMy43NTIgMS4yNS0xMS44OC02Ljg3OC0uNjI2LTMuNDR2LTYuODc3TTcwLjA0LjMzMWMtLjM3NSA0Ljg4LS43NzIgOS43NTItMS4yMTUgMTQuNjI2LS42NjEgNy4yNzkgMS43NDkgNi4wMDkgOC4wNTggNi4wMDkuOTYzIDAgNS45MzMtMS4xNSA2LjI4OC0xLjg3NiAxLjcwNi0zLjQ4My0yLjg1LTIuNzA5IDEuOTY0LTUuMzM1IDQuMDY1LTIuMjE2IDExLjI0NiAxLjM0NiA5LjYwNCA2LjI3My0uOTIgMS4wOTUtNC43OS4zNDEtNi4xNzYgMS4wNmwtNy4zMjggMy44Yy0zLjEwNyAxLjYxMi0xMC4yOSAzLjk2Mi0xMy42MDMgMS43MS04LjM5NC01LjcxLjUzLTE5Ljk3NSAzLjUyNS0yNS45MyIgZmlsbD0iI2VmM2QzYSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTc4LjI2OCAxMTEuMTAyYy04LjUyMiAxLjk4NC0xMi43NTYtMy41NjYtMTUuMzM5LTkuMzIzLTIuMzA2LjU1OS0xLjM4OCAzLjY5NS0uODA2IDUuMjkzIDEuNTI1IDQuMTk1IDcuNjcyIDkuNzc4IDEyLjY5NSA5LjAyMSAyLjE2LS4zMjUgNS4wODYtMi4zMDEgMy40NS00Ljk5MU0xMTkuNzg2IDEwMS4zOThsLjQwNC0uMDE2YzEuOTI2LTQgMy41OTMtOC4yMzggNi4wMjItMTEuNzctMS42MjctMy43OS0xMi4zMjItNy4xNDMtMTIuMTU3LS4zMzggMi4zMTMgMS4wMTEgNi4zMDUuMjA3IDguMzU2IDEuNDk4LTEuMTg2IDMuMjU0LTIuODk3IDYuMDIzLTIuNjI1IDEwLjYyNk04Mi42MyAxMDEuMjk0YzEuODI3LTMuMzUgMi40MjItNi44NjkgNS4wMi05LjQgMS4xNjktMS4xNCAzLjQ0My0yLjUyOSAyLjMxNi01LjY5OC0uMjY0LS43NDgtMi4xOS0yLjQxNC0zLjMtMi43NDItNC4wNjEtMS4xOTgtMTMuNTIyLS4yNDctMTAuMzE4IDQuODE1IDMuMzU4LS4xNTcgNy44NzEtMi4xODEgMTAuMzgxLjI1Ny0xLjkyNyAzLjA4LTUuMzY0IDkuMTc2LTQuMDk5IDEyLjc2OE0xMTguMjYyIDY3LjI1M2MtNi4xMTMtMy45MjgtMTIuOTMtOC4xOTgtMjIuOTQ3LTcuMjA4LTIuMTQgMS44NjEtMi45NTcgNi4wMDItLjg3NyA4LjczNyAxLjA4Mi0xLjg2LjQwMi01LjI4MyAzLjQxOS01Ljc5OCA1LjY4My0uOTczIDEyLjI5OSAzLjQ3NyAxNi4zODcgNS4wMzIgMi41MzUgNC4yNzQtLjIxOCA1Ljg0Ni0yLjUwMiA4LjU5Ny00LjY3NiA1LjYzNi0xMC45NDggMTIuNjIyLTEwLjcyIDIxLjA2IDEuODkgMS4zNyAyLjA1My0yLjA5MiAyLjMyNC0yLjcyMyAyLjQ0Mi01LjcxMyA4LjU4Ni0xMy4wMiAxMy4wNy0xNy45MTEgMS4xMDEtMS4yMDQgMi45MTQtMi4zNiAzLjExNi0zLjE1Ni41ODItMi4zMTYtMS41MTMtNS4wOS0xLjI3LTYuNjNNMzcuNjY4IDcxLjM4N2MtMS45MTcgMS4wOTQtMi4zNzMgNS45MS00LjYyMiA2LjA0OC0zLjIxNS4xOTUtMi42My02LjI1LTIuNjE2LTEwLjAxOC0yLjIxMyAyLjAwOS0yLjYwMiA4LjE5NC0uOTc3IDExLjM3MS0xLjg1Mi45MS0yLjY4LTEuMDAzLTMuNzA3LTEuNjc4IDEuMzIgOS41OTUgMTQuMDM2IDQuNDUgMTEuOTIyLTUuNzIzTTEyMi4xNTUgNjMuMjU3Yy0yLjg0Ni01LjQxNy02Ljg3Mi0xMS4zODItMTUuMjIyLTExLjU1NS0uMTcgMS43NDktLjMgNC40MS4wMDkgNS40NjQgNi4zODMuNjEzIDEwLjMyNSAzLjg2MiAxNS4yMTIgNi4wOTFNODIuMTQ5IDU5Ljc0NWM1LjMyNi0yLjggMTUuMTE0LTMuMTAxIDIyLjM1My0yLjg5LjM4OC0xLjU4NS4zNzktMy41NDUuMzk0LTUuNDc5LTkuMzA1LS40NjQtMjAuMzA3IDEuODM5LTIyLjc0NyA4LjM3TTgxLjEzNiA1NC41MjNjMy42ODMtOS4yNDcgMTYuMzQyLTguMTgzIDI3LjAxNi03LjkyNy0uNDctMS4yLTEuNDg4LTIuNjItMi43NTQtMy4xMzItMy40MjEtMS4zOTItMTIuODU2LTIuNDQ4LTE3LjYwNC4wNzQtMy4wMTIgMS42MDEtNC45NDcgNS4yMTktNi41OTcgNy4zNC0uNzk3IDEuMDIzLTQuNzY1IDMuNjQtLjA2IDMuNjQ1IiBmaWxsPSIjMjMxZjIwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNMTE3LjgxOCAzLjUxNmMtNC4zMjItNy40MDItOC40NTgtMTUuMDA1LTEzLjU4NS0yMS41MzQgMi4xNSA2LjMyIDMuMDcgMTYuOSAzLjM5NCAyNC45NjUgNC40OTcgMi4xMDQgOC4zNDgtLjQ3NCAxMC4xOS0zLjQzMSIgZmlsbD0iIzgxYjBjNCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTE0MS4wNzQtMjMuMDg5Yy00LjgzOC0uOTY4LTguMjM4LTUuNjcxLTEyLjk1OS01LjM3IDIuNTk0IDMuNjU4IDcuMTQgNS4yIDEyLjk2IDUuMzdNMTQzLjIxLTMwLjY2MWMtMy45NDUtLjQxNy04LjU3Ny0xLjA1Ni0xMi41NzgtLjcyNyAxLjg5NCAyLjg5MyA5LjE5IDEuODk1IDEyLjU3Ny43MjdNMTQ0LjU3Ni0zNy4xOWMtNC40MzMtLjA5Ni05Ljk0Mi0uMDA4LTE0LjE1Ni4zNDYgMi40OTMgMi42NzYgMTEuMjguOTkzIDE0LjE1Ni0uMzQ2IiBmaWxsPSIjMjMxZjIwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNMTA5LjQ3OC01NS4wNTdjLjYzNS01LjU2NyAyLjg0Mi0xMS4yMDcgMi41NjYtMTcuMzA0LTIuNDUxLS44MjYtMy44NTktMS41NS03LjE0My0xLjU0NS0uMjMxIDUuMTgyLS45MjQgMTMuMTAyLS43MTcgMTguMDQxIDEuNjE1LS4xMDYgMy45OTYgMS4xNTQgNS4yOTQuODA4IiBmaWxsPSIjZGNkOWQ4IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNMTAyLjMzMSAyNi45ODVjLTIuMjI1LTEuNDUyLTQuMTItMy4yNjYtNi4yNTgtNC44MTgtNC43NC0uMjM0LTcuMzI3LjMyOS0xMC44MSAzLjA1LjA1Ny4yMTkuNDA3LjEyMS40Mi4zOSA1LjA3NC0yLjI2MiAxMS41MjUuOTIgMTYuNjQ4IDEuMzc4IiBmaWxsPSIjZjBkNmI3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNNzUuNjk0LTcuNjAzYzEuMzk0IDYuMDQgNi44NTcgOS4xNyAxMS44MTcgMTIuNDk2IDUuMTItNi40OTggOC4yMzQtMTQuODU0IDExLjY2My0yMi45MTktOC4xMDEgMi40NDMtMTYuMzggNi40MDUtMjMuNDggMTAuNDIzIiBmaWxsPSIjODFiMGM0IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNMTA0LjE4NC01NS44NjVjLS4yMDctNC45MzkuNDg2LTEyLjg2LjcxNy0xOC4wNCAzLjI4NC0uMDA1IDQuNjkyLjcxOCA3LjE0MyAxLjU0NC4yNzYgNi4wOTctMS45MyAxMS43MzctMi41NjcgMTcuMzA0LTEuMjk3LjM0Ni0zLjY3OC0uOTE0LTUuMjkzLS44MDh6bS01MS4xMyAyOC4wOWMyLjE2NS0xOS45MDUgNS4zMDEtMzYuNjM5IDExLjA1My01NC4yNjUgMTIuNzY3LTMuODc3IDI4LjE1Ny00LjIxNCAzOS40NC0uNzE3LTIuMDcxIDkuOTQ5LTEuMTY2IDIyLjA2MS0yLjM3NyAzMi42NzgtLjkxMiA3Ljk4LS40NDcgMTYuMDA4LTEuNjk4IDI0LjE1LTEzLjY3MyAyLjg0NC0zMyAuNjY0LTQ2LjQxOC0xLjg0NnptNDkuNjUgMS43MmMtLjExNS04LjU0OS4zODMtMTYuOTgxIDEuMDM2LTI1LjU0MSAzLjI4My40OTMgNS41MS44MjIgOC41NiAxLjQ5LS45OSA4LjI0LS44NjggMTcuNTEzLTIuODg1IDI0LjgwMy0yLjMzMi0uMDIyLTQuMzg1LjAyNy02LjcxLS43NTJ6bTE2LjY1NCAxLjM3OGMtMS41NTguMzU4LTMuMzcyLjAxNC00Ljg2LS4wMTUuNjk5LTYuOTY4IDIuMzk3LTE0LjY1OCAyLjk5NC0yMS45NzQgMi4zNDItLjA3MiAzLjU5MyAxLjAzMiA1LjUyIDEuNDA0LjEwMyA2LjQyLS41NjEgMTUuMjY3LTMuNjU0IDIwLjU4NXptMjUuMjE1LTIzLjAzOGM0Ljg4MiAxLjE4NiA3Ljk1MiA3LjE2NSA2LjU4NiAxMy4zMDYtLjkxNiA0LjEyNi0yLjU0OCAxMS44OTctNC4yOTUgMTQuNTM3LTEuMjkgMS45NTMtNC43OSA0LjUxLTcuNTg0IDIuNzItNC41NDUtMi45MS0xMi41NTItMy43NTUtMTUuODY3LTcuMjc4IDEuNjYyLTUuNTM0IDIuMTc4LTEzLjEzNSAyLjg2NC0yMC4xNDYgNS42NzgtLjM1NCAxMi42NjUgMS41NjIgMTcuMzg3LS40NzItMy4yOTctMS4wNjgtNy41NzUtMS4wNzYtMTAuNDIzLTIuNjMyIDIuMzI4LTEuMTI1IDcuNzc4LS44OTggMTEuMzMyLS4wMzV6bS00NS4zOTkgMjkuNjljLTMuNDI5IDguMDY0LTYuNTQzIDE2LjQyLTExLjY2MyAyMi45MTgtNC45Ni0zLjMyNi0xMC40MjMtNi40NTUtMTEuODE3LTEyLjQ5NiA3LjEtNC4wMTggMTUuMzc5LTcuOTggMjMuNDgtMTAuNDIzem04LjQ1MyAyNC45NzJjLS4zMjUtOC4wNjUtMS4yNDUtMTguNjQ1LTMuMzk0LTI0Ljk2NSA1LjEyNyA2LjUyOSA5LjI2MyAxNC4xMzIgMTMuNTg1IDIxLjUzNC0xLjg0MyAyLjk1Ny01LjY5NCA1LjUzNS0xMC4xOTEgMy40M3ptLTkuNTgyIDMuNDA0Yy0xLjk0Mi4yMS0zLjU5MS0yLjIzMy02LjExNy0xLjE3Ny0uNTc5LS42NC0xLjEwNS0xLjMzMy0xLjY5NS0xLjk1NyA1LjU3OS02LjcyMyA4LjExNC0xNi4yNjIgMTIuNDIzLTI0LjE2MyAyLjMxMiA3LjU5IDIuMDQ2IDE1LjkwNCAyLjU1NSAyNC4xODgtMy4xNzctLjIwMi00Ljk0IDIuODczLTcuMTY2IDMuMTF6bS02LjE2MSA4LjEzMmMtLjIwNy0yLjMwMy4zMjgtMy4wNTYuNzkxLTUuNjk1IDcuNTctMi4zNjYgNi4yNDggMTAuMzg4LS43OTEgNS42OTV6TTgzLjQ5IDIxLjI0Yy0zLjI2MSAxLjc4Mi04LjE2IDMuNzIyLTEyLjM3MyA0LjUyNi01LjIyMiAxLTQuNzMzLTcuMTIyLTQuNTExLTExLjk2OC4xNzQtMy44MzYgMi4xNjktNy44OTIgMy4wMzUtMTAuNDQuNDA3LTEuMTkuNDk5LTIuNDUzIDEuNTE2LTIuNjkgMS43OTgtLjQxOSA3LjczIDEuOTUzIDkuNDIgMi44NzUgMy41NzUgMS45NDkgNi4zNDggNS4wNDQgOS4zODQgNy4xMjNsLjExOCAzLjAzMmMtMS44MjUuOTEtMy45MzQgMS41NTUtNi42MTQgMS42NzIgMS44MTguOTE1IDQuNDkyLjkwMiA2LjE0OCAxLjk5LjAxNi40MDUuMDMzLjgwOS4wNDcgMS4yMS0zLjAyNC4yMzMtNC4xNzcgMS41OC02LjE3IDIuNjd6bS0zMS4xNTIgNS42NThjLTIuNzA2LTIuNzQ4IDcuNTkyLTYuNDk0IDEwLjg3Mi02LjY5Ni0uMDE5IDEuNzQuOTkgMy4zNzkuNzg3IDQuNjI2LTMuODk0LjY4NC05LjAxMy4yMzMtMTEuNjU5IDIuMDd6bTMzLjM0NS0xLjI5Yy0uMDEzLS4yNjktLjM2My0uMTcxLS40Mi0uMzkgMy40ODMtMi43MjEgNi4wNy0zLjI4NCAxMC44MS0zLjA1IDIuMTM3IDEuNTUyIDQuMDMzIDMuMzY2IDYuMjU4IDQuODE4LTUuMTIzLS40NTctMTEuNTc0LTMuNjQtMTYuNjQ4LTEuMzc4em0zMC42MDctOS4yODFjLS4xNDcgMy4wNTMtLjk0OSA5LjMzMS0yLjgzNiAxMC40My0zLjk2IDIuMzEzLTExLjAwMi00LjY2Ny0xMy45ODQtNS43MzIuMzI0LS45MzQuODYtMS42NzQuOTAxLTIuODY4IDEuNzY0LjQzNCAzLjkxMi4xMzcgNS40NDEtLjYxNS0xLjc2OC0uMTk3LTMuNzI4LS4xODQtNC44OTgtMS4wMjctLjQyOC0xLjIzOS4xMDUtMi45MjctLjE4LTQuNjQ3IDQuMTk2LTEuMTg0IDguOTktMS44MTQgMTQuMjk0LTEuOTcgMS4wMzIgMS4zNDIgMS4zODQgMy44OTYgMS4yNjIgNi40Mjl6TTQ3Ljc4IDI0LjIzOWMtLjg1LjYwNi02LjYgOC4wODgtNy4zODggNy43NzctMTAuNDA1LTQuMTAzLTIwLjEzNC0xMS4xOTgtMjguODI4LTE3LjkxQzE5Ljg1NS0zLjY4IDIzLjItMjUuNDcxIDIzLjc5Mi00Ni40NzVjOS40OTUtNC40NDEgMTcuODM2LTEwLjg0MyAzMC43MjItMTEuNTEyLTEuNDkyIDEwLjU1LTIuODUzIDE5Ljk2Mi0zLjcgMjkuODk1LTMuMjM3IDEuMzY0LTcuODgyLS4wNjItMTAuOTEyLjQyMy0uMDI1IDMuNjUxIDQuNjI4IDEuNTk5IDUuMDE1IDQuMDU0LjI5MiAxLjg1Ny0yLjU2IDEuOTk4LTEuNjMxIDQuOTIyIDIuMzY5LS44NiAzLjYxMi0yLjc2MiA2LjEzOS0zLjQ3NyAyLjMwOCA1LjA1LS4wMzMgMTMuOTg1LjMgMTguMjA2LjA2My43OTIuMzk2IDQuMzkgMi4xNyAzLjc1OSAxLjU3Mi0uNTU5LS4wODktOS41NjkuMDgzLTEzLjU2My4xNTctMy42OC0uNDQ0LTcuMjQyIDEuMDQ2LTkuNTUyYTM1NS44MDQgMzU1LjgwNCAwIDAwMzguNTc3IDMuMTZjLTIuOTY0IDEuMjcxLTYuNDg1IDIuNDc1LTEwLjM0NiA0LjY1LTIuMDkyIDEuMTgtOC42ODkgMy42MzUtOS4yOTMgNS42MjMtLjk2MyAzLjE2NyAyLjUyOCA0Ljg1NCAzLjEyNSA3LjU3LTYuMjg1LTMuNDI4LTcuNTEgMy4yODUtOC45OTggOC4wNDItMS4zNDcgNC4zMDctMi4xMTQgNy41MjUtMi40NDQgMTAuMDEtNS40MTUgMi41ODEtMTEuMjAzIDUuMTk1LTE1Ljg2NCA4LjUwNXptNjMuMDEgNi44NzJjOC42NjkgNC4yMDQgMTAuMjMxLTE1LjcxIDYuODMzLTIyLjEyNi41MjYtMS45MTQgMi4zMzItMi42NDYgMy4wNy00LjM2Ni00LjgzOS04LjY2Ny0xMC4yMTItMTYuNzU2LTE1LjE0OC0yNS4zMiAzLjY3MiAyLjI4NSA4LjkxNy40MDggMTMuMjM4IDIuMTIgMS41OC42MjQgMi43MjIgNC4yNCAzLjkxOCA3LjEzMiAzLjI5IDcuOTU4IDYuNzQzIDE3Ljk5MSA4LjI4IDI1LjU4Ni4zNDYgMS43MyAxLjI5MiA1LjUgMS4wOCA3LjA0LS4zNzggMi43NTgtNC4xMiA0LjgwMy02LjAyMyA2LjUwOC0zLjUwNiAzLjE1LTUuNzEzIDUuOTIxLTkuMzcgOC44NjYtMS40ODMtMi4xODktNC42NjYtMy42Ni01Ljg3OC01LjQ0em0tODIuODM2IDc2Ljg4Yy00LjEzMS00LjU0NS0zLjI2Ni0xMy4wNjEtMi43NjYtMTkuMTIgNy40NjYgNC42OTcgMTcuMzc3LS4zNzIgMTcuMjg0LTguMzYgMy41NjQuMDk0IDEuMzMxIDQuNDUxLjY4NiA3LjI1OS0yLjEwNyA5LjE2OSAzLjU1IDE5LjEzLjI1NyAyNy41MTYtNi4zOTUtLjQ4NS0xMS42NS0zLjA5Ny0xNS40NjEtNy4yOTV6bTI5LjU1NyAyNi4zOGMtOS4zNTEtMi42NS0yMS4zMzctOS40NDUtMjUuMTgtMTcuODQ2IDIuOTc2LjQzMiA1LjA0MiAxLjkzMyA3Ljk3NyAyLjExOCAxLjExLjA3MyAyLjU2My0uNDY1IDMuODM4LS4xNDggMi41NC42MyA0LjY4NSA2LjMyOCA2LjYwMiA4LjQ0NyAxLjg2OSAyLjA3IDQuMTE0IDIuOTU1IDUuNjUxIDQuODQyLjk4OC40NzYgMi40NDguNDQzIDIuNTA0IDEuOTI2LS40MjguNDU4LS44NzkuODA3LTEuMzkyLjY2MnptNDguNjgyLTIuNDkyYy05LjcwNyA1LjQ3Ni0yNi4xMzcgOS41OTUtMzYuNDYyIDQuNDQ4QzYxLjQwMSAxMzIuMTczIDUwLjE0IDEyNS4zIDQ2LjMgMTE2LjU5YzMuNTg3LTguNDA0LTEuMDYyLTE2LjEwNi0xLjM1OS0yNC42MzktLjE1Ny00LjU0IDIuMTM4LTguNTA0IDIuMzE0LTEzLjQ0Ny0xLjIyOC0yLjAyNS00Ljk3OC0yLjI3NS03LjU3My0yLjEzNi0uODc0IDQuMzczLTIuNDA0IDkuMjg4LTYuOTA2IDkuNzgtNi4zNzIuNjk4LTExLjAzLTQuNTc1LTExLjMyLTEwLjA4Ni0uMzQyLTYuNDggNC45NzctMTcuMjIgMTIuNTE4LTE2LjQ3NCAyLjkxMi4yODggMy42MjggMy4yMDcgNi44MDEgMy4xNzcgMS43Mi0zLjQzMS0yLjY1My00LjUxLTMuMTAzLTYuOTY0LS4xMTctLjYzNC4zNjMtMy4xMTIuNjQyLTQuMjc0IDEuMzctNS42NTggNC40MjMtMTIuOTgyIDcuNDI4LTE3LjI5IDMuODE0LTUuNDY0IDExLjMwNy02LjI4NyAxOS4zNjgtNi44MjMgMS40NCAzLjEwMiA2Ljc0NCAyLjg0NyAxMC4yIDIuMDM1LTQuMTQyIDEuNjQtNy45OTIgNS42MTgtMTEuMTg0IDkuMTM4LTMuNjY1IDQuMDM4LTcuMzc4IDguMzctNy41NjYgMTMuNjUgNi45MjctOS42MSAxMi42NS0xOC4wMDMgMjUuMjQ2LTIyLjIzIDkuNTMxLTMuMTk3IDIwLjY2MiAxLjQ2NSAyNy45ODYgNi42MDcgMy4wMzkgMi4xMzggNC44NTMgNS41MyA3LjAxMyA4LjYzNCA4LjA4MiAxMS42MjUgMTEuODUzIDI4LjIyIDExLjAyNCA0NC4zMDMtLjM0MSA2LjYzMy0uMzI2IDEzLjI0My0yLjU1MiAxNy43MDYtMi4zMjYgNC42NjYtMTAuMTkzIDguODQtMTQuNzk5IDQuNjItLjg1MyA0LjUzOCAzLjgzIDcuMzQ0IDkuMzMgNS43MTEtMy45MjIgNS4wNjItOC4wMzggMTEuMTQ1LTEzLjYxMyAxNC4yOXptMTguMDg0LTE0OS42NjNjNy41ODUgMy43NyAyMS43NTcgMTAuMTUgMjYuNTEyLS4wMTQgMS43NTUtMy43NDYgMy44MTQtMTAuMDc5IDQuNzIzLTEzLjk0NiAxLjI4NC01LjQ1Ni0xLjM5Mi0xNi45MjMtNy0xOC43NTQtNC45NTMtMS42MTctMTAuNzMzLTEuNTE4LTE2LjY5OS0uMzItLjcwMi41ODUtMS40ODQgMS42MDMtMi4wMzEgMi42NjUtNC4yNi4xNjUtOC4yNS0uMjI5LTExLjYxNS0xLjk4LjMyLTMuMTUtMS44MTItMy42NTYtMy44MS00LjMwNS0xLjQ4LTUuODcyIDIuOTYzLTEzLjU0IDEuOS0xOC44OTUtLjc1OS0zLjgxNS01LjQ1Mi00LjQwNS04LjkwMi01LjExOS0uMTEzLTIuMTIuMTUtMy44OS4zODYtNS42ODMtLjc4OC0yLjkwNi00LjMyNi00LjU2LTcuNjc4LTQuOTY2LTExLjAzLTEuMzI2LTI3Ljc3Ni0xLjkyMi0zOC4zODQgMS44OTMtMi45NiA3LjI2MS01LjI5MiAxNi4wOTMtNy43NTggMjQuMzg0LTEwLjM0Ny0xLjEwNS0xOC43MTUgNC40NjQtMjYuNjA0IDguMTEzLTIuNzMgMS4yNjYtNi41MSAxLjk2NC03LjUzIDQuMTM4LS45ODkgMi4xMDUtLjU4NCA2LjE0LS44MyA5Ljk1LS42MjQgOS43MzMtMS4xNiAxOS4xMi0zLjczIDI5LjA4NkMxNC4wNzYtNy4wNjUgMTIuMDY0LTMuMTIgMTAuNjYgMS4xOSA5LjM2MyA1LjE4MyA3LjA5NyAxMC4xMTkgNi41MDYgMTQuMWMtLjg3NiA1LjkwMiA0LjY4MSA2LjIzIDguMjM1IDguNzg4IDUuNDk0IDMuOTU2IDkuODA3IDYuMTQzIDE1Ljc1NiA5LjcxMyAxLjc2MyAxLjA1NyA3LjA3NyAzLjczMyA3LjY4MiA0Ljk2NSAxLjIwMSAyLjQ0My0yLjA2MyA1Ljg4OC0yLjkzNiA3LjgwNC0xLjM4IDMuMDI4LTIuMSA1LjYwMS0yLjI5OCA4LjU5LTQuOTkxLjc4OC04Ljc3NSAzLjc1OC0xMS4wNiA3LjEwOC0zLjc4MSA1LjU0My02LjQwMyAxNS43OTgtMy4xMzIgMjMuNTk5LjI1Ny42MTQgMS41MzYgMS44MjIgMS43MjUgMi43NjYuMzcyIDEuODU4LS43IDQuMzI4LS43NjcgNi4zMDUtLjM0NCAxMC4xMzkgMS43MTUgMTguODc1IDguNTQgMjEuOTMyIDIuNzcxIDExLjAzOSAxMi42ODkgMTQuNzA5IDIyLjAzMyAyMC4xOTUgMy40OTIgMi4wNSA3LjM0MyAzLjM2IDExLjMxOSA0LjgyMyAxNC4yNjQgNS4yNSAzNi4xNSA0LjI2MSA0Ny45ODgtNC42OTIgNS4wMi0zLjc5NyAxMy4wNDQtMTEuODEzIDE1LjkxNC0xNy42MTcgNy41OC0xNS4zMjMgNy4wNDItNDAuOTMxIDEuNzQtNTkuNTctLjcxMy0yLjUwMy0xLjc0Ny02LjE4Mi0zLjE5LTkuMTg4LTEuMDA3LTIuMDk5LTQuMTM1LTYuMjk5LTMuNzU1LTguMTUyLjM5MS0xLjkxNiA3LjEzMi03LjAzNSA4LjU3OC04LjQyOCAyLjYwMi0yLjUxMSA3LjU0Ny01Ljg0NCA3Ljk0OC05LjAxMi40My0zLjM3Mi0xLjQ4Ni03Ljk4NS0yLjQ1Ny0xMS4yMzgtMy4yNDUtMTAuODU5LTYuNDEyLTIwLjg5NS0xMC4wOTEtMzAuNTc2IiBmaWxsPSIjMjMxZjIwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNNzMuNjc0IDU3LjM4Yy40MTEuNTQ4IDIuNjc0IDEuMzggNS44NC0uMTQ1IDAgMC0zLjc1Mi0uNjI1LTMuNDQtNi44OGwtMS41NjQuMzEzcy0xLjYxNSA1LjY3Mi0uODM2IDYuNzEyIiBmaWxsPSIjZjdlNGNkIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNMTAxLjA4NiAzLjYxN2ExLjcyIDEuNzIgMCAxMC0zLjQ0LjAwMSAxLjcyIDEuNzIgMCAwMDMuNDQtLjAwMU0xMDIuODA1LTQuMzU1YTEuNzIgMS43MiAwIDEwLTMuNDQgMCAxLjcyIDEuNzIgMCAwMDMuNDQgMCIgZmlsbD0iIzFkMTkxOSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHJlY3Qgd2lkdGg9IjcwLjQxMiIgaGVpZ2h0PSI0LjEyIiB4PSIxNi44NTQiIHk9IjE3Ny4zNzgiIHRyYW5zZm9ybT0ibWF0cml4KC44IDAgMCAtLjggMCAxNDQpIiByeD0iLjk4MyIgcnk9Ii45ODMiLz48cmVjdCB3aWR0aD0iNTAuMDM3IiBoZWlnaHQ9IjMuMjk2IiB4PSI3OC41MDIiIHk9Ii0yLjA5NyIgcng9Ii43ODYiIHJ5PSIuNzg2IiB0cmFuc2Zvcm09InNjYWxlKDEgLTEpIi8+PHJlY3Qgd2lkdGg9IjU0LjgzMSIgaGVpZ2h0PSIzLjI5NiIgeD0iMTMuNDgzIiB5PSItMy42OTciIHJ4PSIuNzg2IiByeT0iLjc4NiIgdHJhbnNmb3JtPSJzY2FsZSgxIC0xKSIvPjxyZWN0IHdpZHRoPSI0NS4yNDMiIGhlaWdodD0iMy4yOTYiIHg9IjgzLjI5NiIgeT0iLTMuNjk3IiByeD0iLjc4NiIgcnk9Ii43ODYiIHRyYW5zZm9ybT0ic2NhbGUoMSAtMSkiLz48L2c+PC9zdmc+)}.executor-icon__bamboo{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSJub25lIiBpZD0iY2FudmFzX2JhY2tncm91bmQiIGQ9Ik0tMS0xaDIwMnYyMDJILTF6Ii8+PGc+PGcgc3Ryb2tlPSJudWxsIiBpZD0ic3ZnXzYyIj48ZyBzdHJva2U9Im51bGwiIHRyYW5zZm9ybT0ibWF0cml4KDEuODYxNjcgMCAwIDEuODYxNjcgLTEzMTI3Ljg0MyAtMTMyNjQuNDQ3KSIgaWQ9InN2Z182MSI+PHN0eWxlPi5zdDB7ZmlsbDojMjA1MDgxfTwvc3R5bGU+PGcgc3Ryb2tlPSJudWxsIiBpZD0ic3ZnXzQ2Ij48ZyBzdHJva2U9Im51bGwiIGlkPSJzdmdfNDciIHRyYW5zZm9ybT0ibWF0cml4KC42OTQ0NCAwIDAgLjY5NDQ0IC0zNDMuNzUgMTUuMjc4KSI+PHBhdGggc3Ryb2tlPSJudWxsIiBjbGFzcz0ic3QwIiBkPSJNMTA2NTUuNDA4IDEwMzEwLjU5OGMyLjYgMS42IDguMiAzLjMgMTUuOSAzLjNoMGMzLjcgMCA3LjQtLjQgMTAuNC0xLjIuMy0uMS42LS40LjYtLjcuNS01LjggMi4xLTExLjYgNC44LTE2LjguMS0uMi4xLS40IDAtLjYtLjEtLjItLjItLjQtLjQtLjUtMy0xLjQtNi4yLTMuMy05LjEtNS40LTQuNS0zLjItOC4yLTYuOS0xMC45LTEwLjYtLjItLjMtLjUtLjQtLjktLjMtLjMuMS0uNi4zLS42LjctMSA1LjEtMi40IDEwLjMtNC4xIDE1LjctMS44IDUuNS0zLjggMTAuNi02IDE1LjQtLjIuMy0uMS44LjMgMXoiIGlkPSJzdmdfNTUiLz48cGF0aCBzdHJva2U9Im51bGwiIGNsYXNzPSJzdDAiIGQ9Ik0xMDY4OC43MDggMTAzMzkuNzk4Yy4yLS4zLjMtLjcuMS0xLTIuNC00LTQuMi04LjMtNS4zLTEyLjktLjMtMS4xLS41LTIuMy0uNy0zLjUgMC0uMi0uMi0uNC0uMy0uNi0uMi0uMS0uNC0uMi0uNi0uMS0zLjMuNi02LjkgMS0xMC41IDEtNS41IDAtMTAuNy0uNy0xNS4xLTIuMi0uMy0uMS0uNyAwLS45LjItLjIuMi0uMy42LS4xLjkgMi4yIDQuNyA0LjIgOS44IDUuOSAxNS4xIDEuOCA1LjUgMy4yIDEwLjggNC4yIDE2IC4xLjQuNC43LjguN2guMWMzLjEtLjMgOC42LTIuMSAxNC44LTYuNyAyLjktMiA1LjYtNC41IDcuNi02Ljl6IiBpZD0ic3ZnXzU0Ii8+PHBhdGggc3Ryb2tlPSJudWxsIiBjbGFzcz0ic3QwIiBkPSJNMTA3MzQuMTA4IDEwMjQ5LjA5OGMtLjMtLjYtLjgtMS0xLjQtMS4xbC0zOS44LTguM2MtLjgtLjItMS42LjItMi4xLjktLjQuNy0uNCAxLjYuMSAyLjJsNiA4LjFjLTMuMyAyLjktNi45IDUuOC0xMC43IDguNi00LjYgMy40LTkuMyA2LjQtMTMuOSA4LjktLjQuMi0uNS43LS40IDEuMSAxLjIgMi44IDQuNyA3LjUgMTAuOSAxMiAzIDIuMiA2LjIgNCA5LjEgNS4yLjEgMCAuMi4xLjMuMS4yIDAgLjUtLjEuNi0uMyA0LjEtNC44IDkuMS04LjYgMTQuOC0xMS4zbDIgMTAuMWMuMi44LjggMS40IDEuNiAxLjZoLjNjLjcgMCAxLjMtLjQgMS43LTFsMjAuNy0zNWMuNC0uNi41LTEuMy4yLTEuOHoiIGlkPSJzdmdfNTMiLz48cGF0aCBzdHJva2U9Im51bGwiIGNsYXNzPSJzdDAiIGQ9Ik0xMDcxMC4wMDggMTAzNTYuODk4Yy01LjUtMi4yLTEwLjUtNS42LTE0LjctOS44LS4yLS4yLS40LS4yLS42LS4yLS4yIDAtLjQuMS0uNi4zLTIuMyAyLjQtNSA0LjktNy45IDctNC41IDMuMi05LjEgNS43LTEzLjQgNy4xLS4zLjEtLjUuNC0uNi43IDAgLjMuMS42LjQuOCA0LjUgMi41IDkuMSA1LjUgMTMuNyA4LjggNC43IDMuNCA5LjEgNyAxMyAxMC43LjIuMS40LjIuNi4yLjIgMCAuNC0uMS41LS4yIDIuNC0yLjEgNS43LTYuOSA4LjEtMTQuMiAxLjItMy42IDEuOS03LjEgMi4xLTEwLjMtLjEtLjQtLjMtLjgtLjYtLjl6IiBpZD0ic3ZnXzUyIi8+PHBhdGggc3Ryb2tlPSJudWxsIiBjbGFzcz0ic3QwIiBkPSJNMTA3OTguOTA4IDEwMzIwLjE5OGMtMi42LTEuNi04LjItMy4zLTE1LjktMy4zLTMuOCAwLTcuNC40LTEwLjQgMS4yLS4zLjEtLjYuNC0uNi43LS41IDUuOC0yLjEgMTEuNi00LjggMTYuOC0uMS4yLS4xLjQgMCAuNy4xLjIuMi40LjQuNSAzIDEuNCA2LjIgMy4zIDkuMSA1LjQgNC41IDMuMiA4LjIgNi45IDEwLjkgMTAuNi4yLjIuNC4zLjcuM2guMmMuMy0uMS42LS4zLjYtLjcgMS01LjEgMi40LTEwLjMgNC4xLTE1LjcgMS44LTUuNSAzLjgtMTAuNiA2LTE1LjQuMi0uNS4xLS45LS4zLTEuMWgweiIgaWQ9InN2Z181MSIvPjxwYXRoIHN0cm9rZT0ibnVsbCIgY2xhc3M9InN0MCIgZD0iTTEwNzY1LjYwOCAxMDI5MC44OThjLS4yLjMtLjMuNy0uMSAxIDIuNCA0IDQuMiA4LjMgNS4zIDEyLjkuMyAxLjEuNSAyLjMuNyAzLjUgMCAuMi4yLjQuMy42LjIuMS40LjIuNi4xIDMuMy0uNiA2LjktMSAxMC41LTEgNS41IDAgMTAuNy43IDE1LjEgMi4yaC4zczAgMCAwIDBjLjUgMCAuOC0uNC44LS44IDAtLjItLjEtLjQtLjItLjUtMi4yLTQuNi00LjEtOS43LTUuOC0xNS0xLjgtNS41LTMuMi0xMC44LTQuMi0xNi0uMS0uNC0uNS0uNy0uOS0uNy0zLjEuMy04LjUgMi4xLTE0LjggNi43LTIuOSAyLjEtNS42IDQuNi03LjYgN2gweiIgaWQ9InN2Z181MCIvPjxwYXRoIHN0cm9rZT0ibnVsbCIgY2xhc3M9InN0MCIgZD0iTTEwNzQ0LjMwOCAxMDI3NC4wOThjNS41IDIuMiAxMC41IDUuNiAxNC43IDkuOC4yLjIuNC4yLjYuMiAwIDAgMCAwIDAgMCAuMiAwIC40LS4xLjYtLjMgMi4zLTIuNCA1LTQuOSA3LjktNyA0LjUtMy4yIDkuMS01LjcgMTMuNC03LjEuMy0uMS41LS40LjYtLjcgMC0uMy0uMS0uNi0uNC0uOC00LjUtMi41LTkuMS01LjUtMTMuNy04LjgtNC43LTMuNC05LjEtNy0xMy0xMC43LS4zLS4zLS44LS4zLTEuMSAwLTIuNCAyLjEtNS43IDYuOS04LjEgMTQuMi0xLjIgMy42LTEuOSA3LjEtMi4xIDEwLjMuMS40LjMuOC42Ljl6IiBpZD0ic3ZnXzQ5Ii8+PHBhdGggc3Ryb2tlPSJudWxsIiBjbGFzcz0ic3QwIiBkPSJNMTA3NzEuNTA4IDEwMzQ5LjI5OGMtMy0yLjItNi4yLTQtOS4xLTUuMi0uMy0uMS0uNyAwLS45LjItNC4xIDQuOC05LjEgOC42LTE0LjggMTEuM2wtMi0xMC4xYy0uMi0uOC0uOC0xLjQtMS42LTEuNi0uOC0uMS0xLjYuMi0yIC45bC0yMC43IDM1Yy0uMy41LS40IDEuMi0uMSAxLjguMy42LjggMSAxLjQgMS4xbDM5LjggOC4zaC40YzEuMSAwIDItLjkgMi0yIDAtLjUtLjItMS0uNS0xLjRsLTUuOC04YzMuMy0yLjkgNi45LTUuOCAxMC43LTguNiA0LjYtMy40IDkuMy02LjQgMTMuOS04LjkuNC0uMi41LS43LjQtMS4xLTEuNC0yLjUtNC45LTcuMi0xMS4xLTExLjdoMHoiIGlkPSJzdmdfNDgiLz48L2c+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==)}.executor-icon__teamcity{background-image:url(data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCAxMjguMDEgMTI4LjAxIj48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImIiIHgxPSI2Ni43MyIgeTE9Ii02NjIuODQiIHgyPSIyNi40IiB5Mj0iLTYxMy4wMSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAwIC01ODUuMDEpIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agb2Zmc2V0PSIuMDYiIHN0b3AtY29sb3I9IiMwY2IwZjIiLz48c3RvcCBvZmZzZXQ9Ii4yMSIgc3RvcC1jb2xvcj0iIzEwYWRmMiIvPjxzdG9wIG9mZnNldD0iLjM3IiBzdG9wLWNvbG9yPSIjMWVhNWYzIi8+PHN0b3Agb2Zmc2V0PSIuNTQiIHN0b3AtY29sb3I9IiMzNDk3ZjUiLz48c3RvcCBvZmZzZXQ9Ii43MSIgc3RvcC1jb2xvcj0iIzUyODNmNyIvPjxzdG9wIG9mZnNldD0iLjg4IiBzdG9wLWNvbG9yPSIjNzk2YWY5Ii8+PHN0b3Agb2Zmc2V0PSIuOTciIHN0b3AtY29sb3I9IiM5MDVjZmIiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgeDE9IjIwLjkiIHkxPSItNzA2LjMzIiB4Mj0iNDEuMTEiIHkyPSItNjU5LjU5IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgLTU4NS4wMSkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9Ii4wNiIgc3RvcC1jb2xvcj0iIzBjYjBmMiIvPjxzdG9wIG9mZnNldD0iLjIiIHN0b3AtY29sb3I9IiMwZGIyZWUiLz48c3RvcCBvZmZzZXQ9Ii4zNSIgc3RvcC1jb2xvcj0iIzEyYjdlMCIvPjxzdG9wIG9mZnNldD0iLjUxIiBzdG9wLWNvbG9yPSIjMTljMGNhIi8+PHN0b3Agb2Zmc2V0PSIuNjgiIHN0b3AtY29sb3I9IiMyM2NjYWMiLz48c3RvcCBvZmZzZXQ9Ii44NSIgc3RvcC1jb2xvcj0iIzMwZGM4NSIvPjxzdG9wIG9mZnNldD0iLjk3IiBzdG9wLWNvbG9yPSIjM2JlYTYyIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9ImMiIHgxPSI0OC42MiIgeTE9Ii02NDQuOTEiIHgyPSI4OC4xMiIgeTI9Ii01OTQuMjQiIHhsaW5rOmhyZWY9IiNhIi8+PGxpbmVhckdyYWRpZW50IGlkPSJkIiB4MT0iNjMuOTkiIHkxPSItNjA5LjkyIiB4Mj0iNjMuOTkiIHkyPSItNjg5LjkyIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgLTU4NS4wMSkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9IjAiLz48c3RvcCBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cGF0aCBkPSJNNDUuOTIgMi45MmEyNSAyNSAwIDAwLTUuNTMtMmMtMjUuNy02LjEtNDQuOCAxOS4xLTM0LjMgNDIgLjEuMSAxOC43IDQwLjkgMjEuNyA0Ny40IDAgMCAzNC4yLTE1LjcgNDEuMi0zMS44IDYuNDgtMTUtNC40NS00Mi4zOC02LjQ1LTQ2LjQ5eiIgZmlsbD0idXJsKCNiKSIvPjxwYXRoIGQ9Ik0xMjMuMTkgNDguNDNhMjQuMzYgMjQuMzYgMCAwMC04LjYtOGMtLjEgMC0yNC4xLTEzLjItMjQuMS0xMy4yUzguMDkgNzUgOCA3NS4xM2MtOS4zIDEwLjYtMTEuNCAyNy40LS43IDQyYTI1LjIyIDI1LjIyIDAgMDAxMyA5LjJjOS43IDMgMTguMyAxLjggMjUuNS0yIC4yLS4xIDY3LjctMzUuOSA2Ny45LTM2LjEgMTMuMTktNi45IDE5LjMtMjQuNSA5LjQ5LTM5Ljh6IiBmaWxsPSIjMGNiMGYyIi8+PHBhdGggZD0iTTM4LjQyIDM3Ljk0bC0yMiAyNy04LjUzIDEwLjE5Yy05LjMgMTAuNi0xMS40IDI3LjQtLjcgNDJhMjUuMjIgMjUuMjIgMCAwMDEzIDkuMmM5LjcgMyAxOC40IDEuOCAyNS42LTIgMCAwIDEuNy0uOSA0LjYtMi41IDkuMTQtNC45NCAyMS43NS0zOC4xNSAzMC4zNS02My44M3oiIGZpbGw9InVybCgjYSkiLz48cGF0aCBkPSJNNzMgNjMuOTNMOTAuNDkgMjdhLjEuMSAwIDAxLjEtLjFjLjEtLjMgMS41LTMuOSAxLjYtNC4xYTE3IDE3IDAgMDAtMS44LTE1LjkgMTQuMjkgMTQuMjkgMCAwMC04LjktNi4zIDE2LjQgMTYuNCAwIDAwLTE3LjEgNS43Yy0uMS4xLTMuOSA0LjUtMy45IDQuNWwtMjggMzQuNXoiIGZpbGw9InVybCgjYykiLz48Zz48cGF0aCBmaWxsPSJ1cmwoI2QpIiBkPSJNMjMuOTkgMjMuOTNoODB2ODBoLTgweiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik00Mi43OSA0MS42M2gtMTAuOHYtN2gyOS4zdjdoLTEwLjd2MjcuNTloLTcuOFY0MS42M3pNNjEuMjkgNTJjMC0xMCA3LjQtMTguMSAxOC4xLTE4LjEgNi41IDAgMTAuNSAyLjIgMTMuNyA1LjRsLTQuOSA1LjZjLTIuNy0yLjQtNS40LTMuOS04LjktMy45LTUuOCAwLTEwLjEgNC45LTEwLjEgMTAuOHYuMWMwIDYgNC4xIDEwLjkgMTAuMSAxMC45IDQgMCA2LjQtMS42IDkuMS00LjFsNC45IDQuOWMtMy42IDMuOC03LjUgNi4yLTE0LjIgNi4yQTE3LjQxIDE3LjQxIDAgMDE2MS4yOSA1Mk0zMS45OSA4Ny45M2gyOS4zdjUuM2gtMjkuM3oiLz48L2c+PC9zdmc+)}.executor-icon__gitlab{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNjAgNTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNNTkuNjgyIDMxLjM5MmwtMy4zNS0xMC4yNkw0OS43MDUuNzhjLS4zNC0xLjA0LTEuODIxLTEuMDQtMi4xNzMgMGwtNi42MjcgMjAuMzM5aC0yMi4wMkwxMi4yNTguNzhjLS4zNC0xLjA0LTEuODIxLTEuMDQtMi4xNzMgMEwzLjQ2OSAyMS4xMTkuMTE5IDMxLjM5MWMtLjMwMy45MzIuMDI1IDEuOTYuODI2IDIuNTQxTDI5Ljg5NiA1NC45bDI4Ljk1MS0yMC45NjhhMi4yNzUgMi4yNzUgMCAwMC44MzctMi41NDEiIGZpbGw9IiNmYzZkMjYiLz48cGF0aCBkPSJNMjkuOTAxIDU0Ljg4N2wxMS4wMS0zMy43NjdoLTIyLjAyeiIgZmlsbD0iI2UyNDMyOSIvPjxwYXRoIGQ9Ik0yOS44OTMgNTQuODg3TDE4Ljg4MyAyMS4xMkgzLjQ2NnoiIGZpbGw9IiNmYzZkMjYiLz48cGF0aCBkPSJNMy40NjIgMjEuMTNMLjExMiAzMS4zOWMtLjMwMy45MzEuMDI1IDEuOTYuODI2IDIuNTQxbDI4Ljk1MSAyMC45NjhMMy40NjMgMjEuMTMiIGZpbGw9IiNmY2EzMjYiLz48cGF0aCBkPSJNMy40NjYgMjEuMTNoMTUuNDI5TDEyLjI1NS43OTFjLS4zNC0xLjA0MS0xLjgyMS0xLjA0MS0yLjE3MyAwTDMuNDY2IDIxLjEzIiBmaWxsPSIjZTI0MzI5Ii8+PHBhdGggZD0iTTI5LjkwMSA1NC44ODdsMTEuMDEtMzMuNzY3SDU2LjM0eiIgZmlsbD0iI2ZjNmQyNiIvPjxwYXRoIGQ9Ik01Ni4zMyAyMS4xM2wzLjM1IDEwLjI2YTIuMjcgMi4yNyAwIDAxLS44MjYgMi41NDFMMjkuOTAzIDU0Ljg4NyA1Ni4zMjkgMjEuMTMiIGZpbGw9IiNmY2EzMjYiLz48cGF0aCBkPSJNNTYuMzQgMjEuMTNINDAuOTEyTDQ3LjUzOS43OTFjLjM0LTEuMDQxIDEuODIxLTEuMDQxIDIuMTczIDBMNTYuMzQgMjEuMTMiIGZpbGw9IiNlMjQzMjkiLz48L2c+PC9zdmc+)}.executor-icon__github{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIC4yOTdjLTYuNjMgMC0xMiA1LjM3My0xMiAxMiAwIDUuMzAzIDMuNDM4IDkuOCA4LjIwNSAxMS4zODUuNi4xMTMuODItLjI1OC44Mi0uNTc3IDAtLjI4NS0uMDEtMS4wNC0uMDE1LTIuMDQtMy4zMzguNzI0LTQuMDQyLTEuNjEtNC4wNDItMS42MUM0LjQyMiAxOC4wNyAzLjYzMyAxNy43IDMuNjMzIDE3LjdjLTEuMDg3LS43NDQuMDg0LS43MjkuMDg0LS43MjkgMS4yMDUuMDg0IDEuODM4IDEuMjM2IDEuODM4IDEuMjM2IDEuMDcgMS44MzUgMi44MDkgMS4zMDUgMy40OTUuOTk4LjEwOC0uNzc2LjQxNy0xLjMwNS43Ni0xLjYwNS0yLjY2NS0uMy01LjQ2Ni0xLjMzMi01LjQ2Ni01LjkzIDAtMS4zMS40NjUtMi4zOCAxLjIzNS0zLjIyLS4xMzUtLjMwMy0uNTQtMS41MjMuMTA1LTMuMTc2IDAgMCAxLjAwNS0uMzIyIDMuMyAxLjIzLjk2LS4yNjcgMS45OC0uMzk5IDMtLjQwNSAxLjAyLjAwNiAyLjA0LjEzOCAzIC40MDUgMi4yOC0xLjU1MiAzLjI4NS0xLjIzIDMuMjg1LTEuMjMuNjQ1IDEuNjUzLjI0IDIuODczLjEyIDMuMTc2Ljc2NS44NCAxLjIzIDEuOTEgMS4yMyAzLjIyIDAgNC42MS0yLjgwNSA1LjYyNS01LjQ3NSA1LjkyLjQyLjM2LjgxIDEuMDk2LjgxIDIuMjIgMCAxLjYwNi0uMDE1IDIuODk2LS4wMTUgMy4yODYgMCAuMzE1LjIxLjY5LjgyNS41N0MyMC41NjUgMjIuMDkyIDI0IDE3LjU5MiAyNCAxMi4yOTdjMC02LjYyNy01LjM3My0xMi0xMi0xMiIvPjwvc3ZnPg==)}.executor-icon__circleci{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTguOTYzIDEyYTIuODU0IDIuODU0IDAgMDEyLjg1NS0yLjg1NUEyLjg2MyAyLjg2MyAwIDAxMTQuNjc0IDEyYTIuODYzIDIuODYzIDAgMDEtMi44NTYgMi44NTZBMi44NjMgMi44NjMgMCAwMTguOTYzIDEyem0yLjg1NS0xMkM2LjIxNSAwIDEuNTIyIDMuODQuMTkgOS4wMjVjLS4wMS4wMzYtLjAxLjA3LS4wMS4xMiAwIC4zMTMuMjUyLjU3Ni41NzUuNTc2SDUuNTljLjIzIDAgLjQzMy0uMTMuNTE3LS4zMzMuOTk3LTIuMTYgMy4xOC0zLjY3MiA1LjcxMi0zLjY3MmE2LjI5MyA2LjI5MyAwIDAxNi4yODYgNi4yODdjMCAzLjQ3LTIuODIgNi4yOS02LjI5IDYuMjlhNi4yOCA2LjI4IDAgMDEtNS43MS0zLjY3My41OTQuNTk0IDAgMDAtLjUxNy0uMzM2SC43NTVhLjU3Ni41NzYgMCAwMC0uNTc1LjU3NmMwIC4wMzcuMDE0LjA3Mi4wMTQuMTJDMS41MTQgMjAuMTYgNi4yMTQgMjQgMTEuODE4IDI0YzYuNjI0IDAgMTItNS4zNzUgMTItMTIgMC02LjYyMy01LjM3Ni0xMi0xMi0xMnoiLz48L3N2Zz4=)}.executor-icon__bitbucket{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAwLjQ4IDAuNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzI2ODRGRiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNLjA0Mi4wNjVBLjAxMy4wMTMgMCAwMS4wNTIuMDZoLjM3NmEuMDEzLjAxMyAwIDAxLjAxMy4wMTVMLjM4Ny40MDlBLjAxMy4wMTMgMCAwMS4zNzQuNDJILjExMUEuMDE4LjAxOCAwIDAxLjA5NC40MDZMLjAzOS4wNzVhLjAxMy4wMTMgMCAwMS4wMDMtLjAxem0uMTU2LjIzNGguMDg0bC4wMi0uMTE4SC4xNzZsLjAyMi4xMTh6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBmaWxsPSJ1cmwoI2JpdGJ1Y2tldC1jb2xvci0xNl9fcGFpbnQwX2xpbmVhcl83MDdfMTM1KSIgZD0iTS40MjQuMTgxSC4zMDNsLS4wMi4xMThILjE5OEwuMS40MTZBLjAxNS4wMTUgMCAwMC4xMTEuNDJoLjI2M0EuMDEzLjAxMyAwIDAwLjM4Ny40MDlMLjQyNC4xODF6Ii8+PC9zdmc+)}.executor{line-height:32px}.status-details{overflow:auto;margin-bottom:7px}.status-details_status_failed{border-color:#fd5a3e}.status-details_status_broken{border-color:#ffd050}.status-details_status_passed{border-color:#97cc64}.status-details_status_skipped{border-color:#aaa}.status-details_status_unknown{border-color:#d35ebe}.status-details_status_failed{background:#ffe7e6}.status-details_status_broken{background:#fffae6}.status-details_status_passed{background:#eef9eb}.status-details_status_skipped{background:#f2f2f2}.status-details_status_unknown{background:#faebf7}.status-details__expanded>.status-details__content>.status-details__trace{display:block}.status-details__expanded>.status-details__content{display:inline-block}.status-details__message{padding:16px}.status-details__trace{float:left;display:none;padding:16px;white-space:pre;border-top:1px solid #fff}.status-details__content{display:block}.status-details__trace-toggle:hover{background-color:#e4edfe}.table__head,.table__row{display:flex}.table__row{border-bottom:1px solid #eceff1;text-decoration:none;color:#000}.table__head{border-bottom:1px solid #e5e5e5;font-weight:700}.table__col{line-height:1.5em;padding:10px 15px;flex:1}.table__col_center{text-align:center}.table__col_right{text-align:right;justify-content:flex-end}.table__col_sortable{cursor:pointer;display:flex}.table__col_sortable>span{overflow:hidden;padding-right:5px}.table__col_sortable:after{flex-shrink:0;vertical-align:middle;content:" ";display:inline-block;width:12px;height:18px;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBmaWxsPSIjYTVhNWE1IiBkPSJNMjU2IDUwbDEzMi4wMzQgMTc2SDEyMy45NjZMMjU2IDUwem0xMzIuMDM0IDIzNkgxMjMuOTY2TDI1NiA0NjJsMTMyLjAzNC0xNzZ6Ii8+PC9zdmc+) 50% no-repeat;background-size:contain}.table__col_sorted_down:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBmaWxsPSIjYTVhNWE1IiBkPSJNMjU2IDUwbDEzMi4wMzQgMTc2SDEyMy45NjZMMjU2IDUweiIvPjxwYXRoIGQ9Ik0zODguMDM0IDI4NkgxMjMuOTY2TDI1NiA0NjJsMTMyLjAzNC0xNzZ6Ii8+PC9zdmc+)}.table__col_sorted_up:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMjU2IDUwbDEzMi4wMzQgMTc2SDEyMy45NjZMMjU2IDUweiIvPjxwYXRoIGZpbGw9IiNhNWE1YTUiIGQ9Ik0zODguMDM0IDI4NkgxMjMuOTY2TDI1NiA0NjJsMTMyLjAzNC0xNzZ6Ii8+PC9zdmc+)}.table_hover .table__row:not([disabled]):hover{background:#e4edfe}.table .table__row_summary{background:#f6f5f3}.table .table__row_active{background:#fffacd}.tabs{list-style-type:none;position:relative;background:#fff;border-bottom:1px solid #e5e5e5;padding:0;margin:0}.tab{font-size:16px}.tab,.tab>a{display:inline-block}.tab>a{padding:8px 16px;border-bottom:3px solid transparent}.tab>a:hover{border-bottom-color:#eceff1}.tab_active>a,.tab_active>a:hover{border-bottom-color:#000}.pane__subtitle{color:#999;padding-left:5px;margin:10px 0;font-weight:400;font-size:16px}.pane__title{padding:0 15px 10px;width:100%;display:flex;position:relative;margin:7px 0 0;border-bottom:1px solid #eceff1;font-size:20px;font-weight:700}.pane__title_borderless{border:none}.pane__search{display:inline-block;padding:0 .5em;width:100%}.pane__title-text{text-align:left}.pane__controls>a{text-decoration:none;color:#000;opacity:.7}.pane__controls>a:hover{opacity:1}.pane__section{margin:16px 0;padding:0 16px}.pane__section-title{margin:0 0 16px}.trend__tooltip{white-space:nowrap;display:flex;flex-direction:column}.trend__tooltip_label{text-align:left;display:inline-block}.trend__tooltip_name{vertical-align:middle}.chart{margin-right:16px;margin-bottom:16px;margin-top:16px;position:relative;flex:1}.chart__title{margin-top:0;margin-bottom:16px;font-size:18px}.chart__caption{text-anchor:middle}.chart__body>div{padding-top:50%;position:relative}.chart__svg{position:absolute;top:0;left:0;width:100%;height:100%}.chart__legend{position:absolute;height:50%;top:10%;right:10%;display:grid}.chart__legend-icon{position:relative;top:-1px;border-radius:3px;display:inline-block;vertical-align:middle;width:20px;height:16px;margin-right:5px}.chart__legend-icon_status_failed{background:#fd5a3e}.chart__legend-icon_status_broken{background:#ffd050}.chart__legend-icon_status_passed{background:#97cc64}.chart__legend-icon_status_skipped{background:#aaa}.chart__legend-icon_status_unknown{background:#d35ebe}.chart__bar{shape-rendering:crispEdges;fill:#4682b4}.chart__arc{stroke:#fff;stop-opacity:0}.chart__fill_status_failed{fill:#fd5a3e}.chart__fill_status_broken{fill:#ffd050}.chart__fill_status_passed{fill:#97cc64}.chart__fill_status_skipped{fill:#aaa}.chart__fill_status_unknown{fill:#d35ebe}.chart__axis line,.chart__axis path{shape-rendering:crispEdges;stroke:#000;fill:none}.empty-view{padding:10px;text-align:center}.side-by-side{height:100%;width:100%;padding:0;margin:0;overflow:hidden;display:flex;position:absolute}[dir=ltr] .side-by-side{direction:ltr;flex-direction:row}[dir=ltr] .side-by-side__left{overflow:auto;flex:0 0 auto}[dir=ltr] .side-by-side__right{overflow:auto;flex:1 1 auto}[dir=rtl] .side-by-side{direction:ltr;box-orient:horizontal;flex-direction:row-reverse}[dir=rtl] .side-by-side__left{direction:rtl;overflow:auto;flex:0 0 auto}[dir=rtl] .side-by-side__right{direction:rtl;overflow:auto;flex:1 1 auto}[dir=rtl] .tree__ctrl{overflow:hidden}.gutter{background:#eceff1 no-repeat 50%}.gutter:hover{cursor:ew-resize}.gutter-horizontal{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==)}.tree__ctrl{display:flex;flex-wrap:wrap;border-top:1px solid #eceff1;background:hsla(0,0%,94.1%,.2)}.tree__filter,.tree__filter-marks,.tree__sorter{padding:0 16px;position:relative;white-space:nowrap}.tree__strut{flex:1}.tree__empty{border-top:1px solid #eceff1;padding:8px 0 0 15px}.tree .pane__controls{display:flex}.tree__download,.tree__info{cursor:pointer;padding:7px;color:#000;opacity:.7}.tree__download:hover,.tree__info:hover{opacity:1}.marks-toggle__items{display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;word-break:break-word}.marks-toggle__item{cursor:pointer;padding:5px 0;display:inline-block;white-space:nowrap}.y-label-mark{background:#97cc64;color:#fff;padding:2px 4px 2px 5px;border-radius:3px}.n-label-mark,.y-label-mark{vertical-align:baseline;letter-spacing:1px}.n-label-mark{padding:1px 3px 1px 4px;border-radius:3px;border:1px solid;font-weight:700}.search__container{width:100%;max-width:350px;float:right}.search__input{width:100%;height:32px;font-size:.8em;display:inline-block;padding:0 30px 0 10px;border:1px solid #e5e5e5;line-height:20px;background:no-repeat right 8px center}.search__input:hover{border-color:#888}.search__input:focus{border-color:#51a7e8;outline:none;box-shadow:inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(81,167,232,.5)}.sorter{overflow:hidden;color:#999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sorter_enabled{color:#000}.sorter__item{cursor:pointer;display:inline-block;padding-right:16px}.status-toggle__items{display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;word-break:break-word}.status-toggle__item{cursor:pointer;padding:5px 0;display:inline-block;white-space:nowrap}.y-label{vertical-align:baseline;letter-spacing:1px;color:#fff;padding:2px 4px 2px 5px;border-radius:3px}.y-label_status_failed{background:#fd5a3e}.y-label_status_broken{background:#ffd050}.y-label_status_passed{background:#97cc64}.y-label_status_skipped{background:#aaa}.y-label_status_unknown{background:#d35ebe}.n-label{vertical-align:baseline;letter-spacing:1px;padding:1px 3px 1px 4px;border-radius:3px;border:1px solid;font-weight:700}.n-label_status_failed{color:#fd5a3e}.n-label_status_broken{color:#ffd050}.n-label_status_passed{color:#97cc64}.n-label_status_skipped{color:#aaa}.n-label_status_unknown{color:#d35ebe}.n-label_status_failed{border-color:#fd5a3e}.n-label_status_broken{border-color:#ffd050}.n-label_status_passed{border-color:#97cc64}.n-label_status_skipped{border-color:#aaa}.n-label_status_unknown{border-color:#d35ebe}.node{margin-left:0;position:relative;display:block;text-decoration:none;color:#000}.node .node{margin-left:20px}.node:last-child{padding-bottom:10px}.node__arrow{left:7px;position:absolute}.node__unknown{color:#999}.node__marks{display:block;float:right;white-space:nowrap}.node__mark{padding-left:4px;padding-right:4px;opacity:0}.node__mark_shown{opacity:1}.node__order{padding-left:5px;padding-right:10px}.node__anchor{left:10px;position:absolute}.node__stats{display:block;float:right;white-space:nowrap}.node__title{overflow:hidden;line-height:1.2em;padding:7px 16px 7px 25px;flex:1;display:flex;cursor:pointer;border-top:1px solid #eceff1;position:relative}.node__leaf .node__title{padding:7px 16px 7px 35px}.node__title_active,.node__title_active:before{background-color:#fffacd}.node__title:hover,.node__title:hover:before{background-color:#e4edfe}.node__time{padding:5px}.node__parameters{padding:0 2px;color:#999;min-width:2ch;font-size:smaller}.node__children,.node__parameters_separator:last-child{display:none}.node__expanded>.node__children{display:block}.node:focus{outline:0}[dir=rtl] .attachment-row.attachment-row_selected>.attachment-row__arrow>.fa-angle-right{-webkit-transform:rotate(180deg);transform:rotate(180deg)}[dir=ltr] .node__expanded>.node__title>.node__arrow,[dir=rtl] .node__expanded>.node__title>.node__arrow,[dir=rtl] .step_expanded>.step__title>.step__arrow{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.widgets-grid{position:absolute;top:0;left:0;right:0;bottom:0;padding:16px 16px 0;max-height:100%;overflow:auto;display:flex}.widgets-grid__col{flex:1 0 0%;width:50%;min-width:300px}.widgets-grid__col+.widgets-grid__col{flex:1 0 0%;padding-left:16px}@media(max-width:1000px){.widgets-grid{display:block}.widgets-grid__col{width:100%}.widgets-grid__col+.widgets-grid__col{padding-left:0}}.loader{margin:auto;text-align:center}.loader__mask{position:relative;top:0;bottom:0;left:0;right:0;display:flex}.loader__text{font-size:14px;margin-top:1em}.loader_container{position:absolute;top:50%;left:50%;margin-left:-19px;margin-top:-19px}.timeline{padding:16px;overflow:auto;height:100vh}.timeline__brush_svg,.timeline__chart_svg{width:100%}.timeline__chart__axis_x .tick{opacity:.3;stroke-dasharray:1,4;shape-rendering:crispEdges}.timeline__item:hover{opacity:.7}.timeline__group_title{font-size:12px;fill:#838383;dominant-baseline:central}.timeline__host-bg{fill:#eee;stroke:#e0e0e0;rx:3;ry:9}.timeline__brush{position:absolute;width:100%}.timeline__brush .selection{fill:#000;fill-opacity:.3}.timeline__brush__axis_bg{fill:#fff}.timeline__brush .handle{fill:#fff;stroke:#000;stroke-opacity:.5;stroke-width:1px}.timeline__slider_track{stroke-linecap:round;stroke:#000;stroke-opacity:.3;stroke-width:10px}.timeline__slider_handle{fill:#fff;stroke:#000;stroke-opacity:.5;stroke-width:1px;cursor:pointer}.timeline__slider_text{text-anchor:middle}.categories-trend__chart>div,.duration-trend__chart>div,.retry-trend__chart>div{position:relative;padding-top:50%}.summary-widget{padding:1em 0}.summary-widget__stats{padding:2em 0}.summary-widget__chart>div{height:100%;padding-bottom:12px}.history-trend__chart>div,.summary-widget__chart>div{position:relative;padding-top:50%}.test-result-history__row{padding:7px 15px 7px 0}.test-result-history__success-rate{padding-bottom:10px}.test-result-retries__row{padding:7px 15px 7px 16px;cursor:pointer}.test-result-retries__row:hover{background-color:#e4edfe}.environment{margin-bottom:.5em}.environment__key{color:#999}.testresult-link:not(:last-child):after{content:","} \ No newline at end of file diff --git a/7346/widgets/behaviors.json b/7346/widgets/behaviors.json deleted file mode 100644 index 09b2d65e83a..00000000000 --- a/7346/widgets/behaviors.json +++ /dev/null @@ -1 +0,0 @@ -{"total":855,"items":[]} \ No newline at end of file diff --git a/7346/widgets/categories-trend.json b/7346/widgets/categories-trend.json deleted file mode 100644 index 68082f37df3..00000000000 --- a/7346/widgets/categories-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":7346,"reportUrl":"https://waku-org.github.io/js-waku/7346/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7345,"reportUrl":"https://waku-org.github.io/js-waku/7345/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7344,"reportUrl":"https://waku-org.github.io/js-waku/7344/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7342,"reportUrl":"https://waku-org.github.io/js-waku/7342/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7344,"reportUrl":"https://waku-org.github.io/js-waku/7344/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7343,"reportUrl":"https://waku-org.github.io/js-waku/7343/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7342,"reportUrl":"https://waku-org.github.io/js-waku/7342/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7328,"reportUrl":"https://waku-org.github.io/js-waku/7328/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7342,"reportUrl":"https://waku-org.github.io/js-waku/7342/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7341,"reportUrl":"https://waku-org.github.io/js-waku/7341/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7340,"reportUrl":"https://waku-org.github.io/js-waku/7340/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7339,"reportUrl":"https://waku-org.github.io/js-waku/7339/","reportName":"Allure Report with history","data":{}},{"buildOrder":7338,"reportUrl":"https://waku-org.github.io/js-waku/7338/","reportName":"Allure Report with history","data":{}},{"buildOrder":7338,"reportUrl":"https://waku-org.github.io/js-waku/7338/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7337,"reportUrl":"https://waku-org.github.io/js-waku/7337/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7336,"reportUrl":"https://waku-org.github.io/js-waku/7336/","reportName":"Allure Report with history","data":{}},{"buildOrder":7335,"reportUrl":"https://waku-org.github.io/js-waku/7335/","reportName":"Allure Report with history","data":{"Test defects":43}},{"buildOrder":7335,"reportUrl":"https://waku-org.github.io/js-waku/7335/","reportName":"Allure Report with history","data":{"Test defects":43}},{"buildOrder":7335,"reportUrl":"https://waku-org.github.io/js-waku/7335/","reportName":"Allure Report with history","data":{"Test defects":43}},{"buildOrder":7334,"reportUrl":"https://waku-org.github.io/js-waku/7334/","reportName":"Allure Report with history","data":{"Test defects":3}}] \ No newline at end of file diff --git a/7346/widgets/categories.json b/7346/widgets/categories.json deleted file mode 100644 index c4db438f048..00000000000 --- a/7346/widgets/categories.json +++ /dev/null @@ -1 +0,0 @@ -{"total":1,"items":[{"uid":"bdbf199525818fae7a8651db9eafe741","name":"Test defects","statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1}}]} \ No newline at end of file diff --git a/7346/widgets/duration-trend.json b/7346/widgets/duration-trend.json deleted file mode 100644 index a0e7353508c..00000000000 --- a/7346/widgets/duration-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":7346,"reportUrl":"https://waku-org.github.io/js-waku/7346/","reportName":"Allure Report with history","data":{"duration":790529}},{"buildOrder":7345,"reportUrl":"https://waku-org.github.io/js-waku/7345/","reportName":"Allure Report with history","data":{"duration":793138}},{"buildOrder":7344,"reportUrl":"https://waku-org.github.io/js-waku/7344/","reportName":"Allure Report with history","data":{"duration":879791}},{"buildOrder":7342,"reportUrl":"https://waku-org.github.io/js-waku/7342/","reportName":"Allure Report with history","data":{"duration":772508}},{"buildOrder":7344,"reportUrl":"https://waku-org.github.io/js-waku/7344/","reportName":"Allure Report with history","data":{"duration":907041}},{"buildOrder":7343,"reportUrl":"https://waku-org.github.io/js-waku/7343/","reportName":"Allure Report with history","data":{"duration":1036868}},{"buildOrder":7342,"reportUrl":"https://waku-org.github.io/js-waku/7342/","reportName":"Allure Report with history","data":{"duration":756979}},{"buildOrder":7328,"reportUrl":"https://waku-org.github.io/js-waku/7328/","reportName":"Allure Report with history","data":{"duration":864552}},{"buildOrder":7342,"reportUrl":"https://waku-org.github.io/js-waku/7342/","reportName":"Allure Report with history","data":{"duration":774498}},{"buildOrder":7341,"reportUrl":"https://waku-org.github.io/js-waku/7341/","reportName":"Allure Report with history","data":{"duration":787410}},{"buildOrder":7340,"reportUrl":"https://waku-org.github.io/js-waku/7340/","reportName":"Allure Report with history","data":{"duration":800312}},{"buildOrder":7339,"reportUrl":"https://waku-org.github.io/js-waku/7339/","reportName":"Allure Report with history","data":{"duration":774316}},{"buildOrder":7338,"reportUrl":"https://waku-org.github.io/js-waku/7338/","reportName":"Allure Report with history","data":{"duration":755602}},{"buildOrder":7338,"reportUrl":"https://waku-org.github.io/js-waku/7338/","reportName":"Allure Report with history","data":{"duration":782131}},{"buildOrder":7337,"reportUrl":"https://waku-org.github.io/js-waku/7337/","reportName":"Allure Report with history","data":{"duration":788214}},{"buildOrder":7336,"reportUrl":"https://waku-org.github.io/js-waku/7336/","reportName":"Allure Report with history","data":{"duration":783935}},{"buildOrder":7335,"reportUrl":"https://waku-org.github.io/js-waku/7335/","reportName":"Allure Report with history","data":{"duration":1359548}},{"buildOrder":7335,"reportUrl":"https://waku-org.github.io/js-waku/7335/","reportName":"Allure Report with history","data":{"duration":1345696}},{"buildOrder":7335,"reportUrl":"https://waku-org.github.io/js-waku/7335/","reportName":"Allure Report with history","data":{"duration":1344291}},{"buildOrder":7334,"reportUrl":"https://waku-org.github.io/js-waku/7334/","reportName":"Allure Report with history","data":{"duration":791081}}] \ No newline at end of file diff --git a/7346/widgets/duration.json b/7346/widgets/duration.json deleted file mode 100644 index 28cd256abde..00000000000 --- a/7346/widgets/duration.json +++ /dev/null @@ -1 +0,0 @@ -[{"uid":"3e799c907e4d4164","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1724764813489,"stop":1724764813490,"duration":1},"status":"passed","severity":"normal"},{"uid":"f35515a72d91cbff","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1724765534493,"stop":1724765534494,"duration":1},"status":"passed","severity":"normal"},{"uid":"43109396d323b532","name":"Sets default value correctly","time":{"start":1724765558252,"stop":1724765558252,"duration":0},"status":"passed","severity":"normal"},{"uid":"da6fb434be74fbf9","name":"Push message with content topic containing Basic HTML tag","time":{"start":1724765505396,"stop":1724765505396,"duration":0},"status":"passed","severity":"normal"},{"uid":"6af9e60d828e0f0d","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1724764797066,"stop":1724764797066,"duration":0},"status":"passed","severity":"normal"},{"uid":"2238edb4bbe24134","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1724765257551,"stop":1724765257551,"duration":0},"status":"passed","severity":"normal"},{"uid":"17a39fe22e44aff6","name":"Check received message containing shell command","time":{"start":1724765392371,"stop":1724765392371,"duration":0},"status":"passed","severity":"normal"},{"uid":"cec532847e767e55","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1724765426735,"stop":1724765426735,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dc31f04fc70157e","name":"Push message with content topic containing SQL Injection","time":{"start":1724765367184,"stop":1724765367185,"duration":1},"status":"passed","severity":"normal"},{"uid":"689d8122ffd82a36","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1724764823787,"stop":1724764823787,"duration":0},"status":"passed","severity":"normal"},{"uid":"e67341e413e7d4ba","name":"Subscribe to topic containing short and receive message","time":{"start":1724765545640,"stop":1724765545641,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c699d83de0b1ecb","name":"Subscribe to topic containing Russian and receive message","time":{"start":1724765545679,"stop":1724765545679,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff7294db77012cd4","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1724764789139,"stop":1724764789140,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6619c9945435ad1","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1724765049730,"stop":1724765049730,"duration":0},"status":"passed","severity":"normal"},{"uid":"a41e51a928f7732c","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1724765557438,"stop":1724765557439,"duration":1},"status":"passed","severity":"normal"},{"uid":"c37b1a0113e23cac","name":"Waku message hash computation (no timestamp)","time":{"start":1724764791735,"stop":1724764791735,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb5b4013ceba3fd4","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1724764789136,"stop":1724764789136,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa51bca862577219","name":"Push message with custom timestamp: 1724768710944","time":{"start":1724765367205,"stop":1724765367205,"duration":0},"status":"passed","severity":"normal"},{"uid":"43184af6406866af","name":"Check received message with timestamp: 1724764839246000000 ","time":{"start":1724765392390,"stop":1724765392390,"duration":0},"status":"passed","severity":"normal"},{"uid":"17755a4d192ef28f","name":"should be able to decode the field with only RELAY set to true","time":{"start":1724764797062,"stop":1724764797063,"duration":1},"status":"passed","severity":"normal"},{"uid":"30f78236b3af0e5b","name":"should not receive a peer event after stop","time":{"start":1724765396241,"stop":1724765396241,"duration":0},"status":"passed","severity":"normal"},{"uid":"b72145745f1c60de","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1724765411000,"stop":1724765411001,"duration":1},"status":"passed","severity":"normal"},{"uid":"42dac94161b3d93c","name":"Check received message containing shell command","time":{"start":1724765048430,"stop":1724765048430,"duration":0},"status":"passed","severity":"normal"},{"uid":"df93c54a7bff8620","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app30/1/topic147/proto","time":{"start":1724765462122,"stop":1724765462122,"duration":0},"status":"passed","severity":"normal"},{"uid":"68e71b6d72334f2b","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1724764855571,"stop":1724764855571,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2d56b36a5192151","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1724764813488,"stop":1724764813489,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac997bf7819b64ba","name":"Check message on other pubsub topic is not received","time":{"start":1724765048440,"stop":1724765048440,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2a7e49446b1a5e2","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1724764975585,"stop":1724764975585,"duration":0},"status":"passed","severity":"normal"},{"uid":"59ee2252de017e89","name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1724765325734,"stop":1724765325734,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7acc364699a9b8c","name":"Check message received after nwaku node is restarted","time":{"start":1724765048445,"stop":1724765048451,"duration":6},"status":"skipped","severity":"normal"},{"uid":"c57f39d88330f692","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1724765049723,"stop":1724765049723,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e3fd3472d5c8e24","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1724765049739,"stop":1724765049743,"duration":4},"status":"passed","severity":"normal"},{"uid":"d2bddf8ef84afe76","name":"Push message with SQL Injection payload","time":{"start":1724765367128,"stop":1724765367129,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ef27d57f03f71f4","name":"new peer added after a peer was already found","time":{"start":1724765411000,"stop":1724765411000,"duration":0},"status":"skipped","severity":"normal"},{"uid":"26b87c4d1de39671","name":"Check publish message containing Script","time":{"start":1724765426727,"stop":1724765426727,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ed1822cb0b0e1b5","name":"Push message with content topic containing XML","time":{"start":1724765505395,"stop":1724765505395,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c38d287a0e7200","name":"Check received message containing XML","time":{"start":1724765392382,"stop":1724765392382,"duration":0},"status":"passed","severity":"normal"},{"uid":"715017ffdce781d6","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1724765075587,"stop":1724765075587,"duration":0},"status":"passed","severity":"normal"},{"uid":"acbe66408144cafe","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1724765257550,"stop":1724765257551,"duration":1},"status":"passed","severity":"normal"},{"uid":"519ed04c54de1376","name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","time":{"start":1724765325752,"stop":1724765325753,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c3865fe5d691282","name":"Throws when trying to push message with empty payload","time":{"start":1724765505347,"stop":1724765505349,"duration":2},"status":"passed","severity":"normal"},{"uid":"14daf89d27798237","name":"Query Generator, No Decoder","time":{"start":1724765511606,"stop":1724765511606,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f50f634ddecf19a","name":"should use DNS peer discovery with light client","time":{"start":1724764850601,"stop":1724764850601,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1230c73bba4b189","name":"should not receive a peer event before start","time":{"start":1724764850599,"stop":1724764850600,"duration":1},"status":"passed","severity":"normal"},{"uid":"a236ef38d3d63756","name":"1 Relay, 1 fetch","time":{"start":1724764813131,"stop":1724764813131,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c2ee5ffae7ae2ab","name":"getPeersByDiscovery","time":{"start":1724764880296,"stop":1724764880296,"duration":0},"status":"passed","severity":"normal"},{"uid":"62c550c04874cf11","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1724765421003,"stop":1724765421004,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6a786c13eee1cd6","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app2/5/topic749/proto","time":{"start":1724765462122,"stop":1724765462123,"duration":1},"status":"passed","severity":"normal"},{"uid":"8eebc82bf0bd5925","name":"Decoder throws on undefined content topic","time":{"start":1724764825335,"stop":1724764825336,"duration":1},"status":"passed","severity":"normal"},{"uid":"21f0f97dd5118afe","name":"ignores unrecognized TXT record formats","time":{"start":1724764813703,"stop":1724764813704,"duration":1},"status":"passed","severity":"normal"},{"uid":"3296088492c5319","name":"1 Store, 2 relays, 2 fetches","time":{"start":1724764813132,"stop":1724764813133,"duration":1},"status":"passed","severity":"normal"},{"uid":"543413e903f6bfd9","name":"topics with same application and version share the same shard","time":{"start":1724764789128,"stop":1724764789128,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bdc63ac7a85ae81","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1724764797029,"stop":1724764797030,"duration":1},"status":"passed","severity":"normal"},{"uid":"c985fecc5cda7e4","name":"Fails to push message bigger that 1MB","time":{"start":1724765505406,"stop":1724765505407,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef5cd4b7a555d762","name":"Check publish message containing shell command","time":{"start":1724765426729,"stop":1724765426729,"duration":0},"status":"passed","severity":"normal"},{"uid":"791f90ba72ba4470","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1724765049750,"stop":1724765049755,"duration":5},"status":"passed","severity":"normal"},{"uid":"ceb17f146f4d1ca7","name":"should load peers from local storage and dispatch events","time":{"start":1724764817755,"stop":1724764817755,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee2163c32418e765","name":"Tracks peer failures correctly","time":{"start":1724764956451,"stop":1724764956452,"duration":1},"status":"passed","severity":"normal"},{"uid":"736e12a53db11784","name":"Check received message containing SQL Injection","time":{"start":1724765392381,"stop":1724765392381,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b4efa300ae5f5d1","name":"Push message with Chinese payload","time":{"start":1724765505317,"stop":1724765505317,"duration":0},"status":"passed","severity":"normal"},{"uid":"14ffbea7b901984b","name":"handles multiple messages","time":{"start":1724765548990,"stop":1724765548990,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb3d19c838d3650e","name":"should be able to encode the field with only FILTER set to true","time":{"start":1724764797028,"stop":1724764797028,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbc48a92b930c21a","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1724765205056,"stop":1724765205057,"duration":1},"status":"passed","severity":"normal"},{"uid":"7db040d9bce41a52","name":"Check publish message containing SQL Injection","time":{"start":1724765426726,"stop":1724765426727,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee1297a81d9257be","name":"Ping fails for unsubscribed peers","time":{"start":1724764956450,"stop":1724764956450,"duration":0},"status":"passed","severity":"normal"},{"uid":"1216fc327c08199e","name":"Push message with content topic containing Script","time":{"start":1724765367185,"stop":1724765367185,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0be1c76a110c40","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1724764789135,"stop":1724764789135,"duration":0},"status":"passed","severity":"normal"},{"uid":"693b2dc50e55dfb7","name":"should not receive a peer event after stop","time":{"start":1724764817754,"stop":1724764817754,"duration":0},"status":"passed","severity":"normal"},{"uid":"e46027e9bad0fbf4","name":"Push to array if already present","time":{"start":1724764788866,"stop":1724764788866,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b71b7fbec4d288c","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1724764841848,"stop":1724764841850,"duration":2},"status":"passed","severity":"normal"},{"uid":"96fe08886ab9c288","name":"Push message with Arabic payload","time":{"start":1724765505317,"stop":1724765505318,"duration":1},"status":"passed","severity":"normal"},{"uid":"99157c843cbc170","name":"should return unique PubsubTopics for static sharding","time":{"start":1724764789132,"stop":1724764789132,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2f4e038836937c4","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1724764928735,"stop":1724764928735,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ef1bc5b382d5080","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1724764797067,"stop":1724764797067,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9e8fa4fc3dbcf0d","name":"Query Generator - true","time":{"start":1724765527485,"stop":1724765527485,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2b2d3db9cd92881","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724765205056,"stop":1724765205056,"duration":0},"status":"passed","severity":"normal"},{"uid":"6bc3e84a08132465","name":"should handle corrupted local storage data gracefully","time":{"start":1724764817755,"stop":1724764817756,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb6fb76eb73f02ba","name":"Check received message containing Script","time":{"start":1724765392381,"stop":1724765392382,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8c747a874ed5660","name":"Push message with content topic containing Russian","time":{"start":1724765505391,"stop":1724765505392,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b2f477c66a38064","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app86/9/topic282/test.js","time":{"start":1724765462122,"stop":1724765462122,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f049fa9edad47b6","name":"should throw an error for insufficient data","time":{"start":1724764789258,"stop":1724764789258,"duration":0},"status":"passed","severity":"normal"},{"uid":"1415684f10fb8b1d","name":"shard 0","time":{"start":1724765485924,"stop":1724765485926,"duration":2},"status":"passed","severity":"normal"},{"uid":"4ab699f962568e11","name":"Check received message with timestamp: 1649153314 ","time":{"start":1724765392373,"stop":1724765392374,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ecfd88db50b9da4","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1724765049744,"stop":1724765049744,"duration":0},"status":"passed","severity":"normal"},{"uid":"d205c906054a8e39","name":"random static sharding 10 - Cluster ID: 372, Shard ID: 170","time":{"start":1724765485939,"stop":1724765485940,"duration":1},"status":"passed","severity":"normal"},{"uid":"b29a56053aedb236","name":"should properly create location multiaddrs - udp4","time":{"start":1724764797738,"stop":1724764797738,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ed8a9d7573724b5","name":"Push message with content topic containing Script","time":{"start":1724765505393,"stop":1724765505394,"duration":1},"status":"passed","severity":"normal"},{"uid":"858dc053b4095641","name":"Nwaku publishes","time":{"start":1724765396502,"stop":1724765396502,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b81fe00496c5421","name":"safeDispatchEvent","time":{"start":1724764880298,"stop":1724764880298,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee1d93cbe8329df1","name":"recovers when dns.resolve returns empty","time":{"start":1724764813701,"stop":1724764813702,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd9bbd150a9551fb","name":"should not receive a peer event before start","time":{"start":1724764817754,"stop":1724764817754,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f62aaa544cafb92","name":"Check received message containing Script","time":{"start":1724765392369,"stop":1724765392369,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed90d16aeee3db54","name":"Publishes to nwaku","time":{"start":1724765396501,"stop":1724765396501,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbeabdbb163f3f4f","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1724765511610,"stop":1724765511610,"duration":0},"status":"passed","severity":"normal"},{"uid":"df0a8fdbc64e9e1f","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1724764813708,"stop":1724764813708,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b2fa565f27082ad2","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1724765511610,"stop":1724765511610,"duration":0},"status":"passed","severity":"normal"},{"uid":"f038497c9c829556","name":"caches peers it previously fetched","time":{"start":1724764813704,"stop":1724764813704,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff79844a1e67a0cc","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1724765049746,"stop":1724765049747,"duration":1},"status":"passed","severity":"normal"},{"uid":"55de5f830b76bf34","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724764928740,"stop":1724764928740,"duration":0},"status":"passed","severity":"normal"},{"uid":"62284f18ffc006d2","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1724764895744,"stop":1724764895744,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e1d671dd9fe609c","name":"Relay","time":{"start":1724764850557,"stop":1724764850557,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec206ef1d09d471a","name":"should not receive a peer event before start","time":{"start":1724765396241,"stop":1724765396241,"duration":0},"status":"passed","severity":"normal"},{"uid":"60ba8df80d7ae084","name":"Push message with Russian payload","time":{"start":1724765367115,"stop":1724765367128,"duration":13},"status":"passed","severity":"normal"},{"uid":"67d11f589f2a523","name":"should properly compute the node id","time":{"start":1724764797732,"stop":1724764797733,"duration":1},"status":"passed","severity":"normal"},{"uid":"e111160d6c2f0521","name":"should only return 1 node with relay and store capability","time":{"start":1724764813705,"stop":1724764813706,"duration":1},"status":"passed","severity":"normal"},{"uid":"88fbd30727a15357","name":"Check received message with timestamp: 1649153314 ","time":{"start":1724765048439,"stop":1724765048439,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe8aca44a494e6d1","name":"Check received message containing escaped characters","time":{"start":1724765392371,"stop":1724765392372,"duration":1},"status":"passed","severity":"normal"},{"uid":"31d054d8f1eeee4","name":"Push message with content topic containing SQL Injection","time":{"start":1724765505392,"stop":1724765505393,"duration":1},"status":"passed","severity":"normal"},{"uid":"b76ff93d0d8f5bca","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1724765049727,"stop":1724765049727,"duration":0},"status":"passed","severity":"normal"},{"uid":"882e1877f66a6999","name":"Check received message with timestamp: 1724764839246000000 ","time":{"start":1724765392373,"stop":1724765392373,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d2bfc25011924f5","name":"Wrong topic","time":{"start":1724765462125,"stop":1724765462126,"duration":1},"status":"passed","severity":"normal"},{"uid":"26053fbd4d4a1076","name":"Push message with custom timestamp: 1724761475705","time":{"start":1724765505405,"stop":1724765505405,"duration":0},"status":"passed","severity":"normal"},{"uid":"efcb7a0a44872ffa","name":"Check received message containing JSON","time":{"start":1724765048430,"stop":1724765048430,"duration":0},"status":"passed","severity":"normal"},{"uid":"b32feb9c45c44fe4","name":"Fails to publish message with empty text","time":{"start":1724765426737,"stop":1724765426737,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4f9f7c43270b9f4","name":"All","time":{"start":1724764850558,"stop":1724764850558,"duration":0},"status":"passed","severity":"normal"},{"uid":"b336692aebe74c8c","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1724764789132,"stop":1724764789133,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0f3c3b4c78026b7","name":"throws on content topic with empty version field","time":{"start":1724764789115,"stop":1724764789116,"duration":1},"status":"passed","severity":"normal"},{"uid":"f308ce472abfd32b","name":"Passing page size 3 when there are 20 messages","time":{"start":1724765545354,"stop":1724765545354,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bc101d8587240ef","name":"should be called for bootstrap peers","time":{"start":1724764847606,"stop":1724764847607,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d728ea26ff67762","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1724764789258,"stop":1724764789258,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb01f1fa9be79565","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1724765421003,"stop":1724765421003,"duration":0},"status":"passed","severity":"normal"},{"uid":"c078f72254d4718d","name":"Subscribe and publish message","time":{"start":1724765421002,"stop":1724765421002,"duration":0},"status":"passed","severity":"normal"},{"uid":"9954e1f15f7af2d1","name":"Check received message containing emoji","time":{"start":1724765048431,"stop":1724765048435,"duration":4},"status":"passed","severity":"normal"},{"uid":"2ce591783da547aa","name":"Check received message containing long","time":{"start":1724765392379,"stop":1724765392379,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b3f0481ddc48efa","name":"Check publish message containing Basic HTML tag","time":{"start":1724765426728,"stop":1724765426728,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2dfe9ef00959053","name":"Subscribe to topic containing Russian and receive message","time":{"start":1724765075585,"stop":1724765075586,"duration":1},"status":"passed","severity":"normal"},{"uid":"d90172cc4cf225c1","name":"Check message with no content topic is not received","time":{"start":1724765392375,"stop":1724765392376,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ac82a8b8c415982","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1724765049728,"stop":1724765049729,"duration":1},"status":"passed","severity":"normal"},{"uid":"d64576051b9c1366","name":"Subscribe to topic containing Script and receive message","time":{"start":1724765545679,"stop":1724765545680,"duration":1},"status":"passed","severity":"normal"},{"uid":"a7de71ee189635fe","name":"Decoder throws on empty string content topic","time":{"start":1724764823792,"stop":1724764823792,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a677785da412611","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1724764789120,"stop":1724764789120,"duration":0},"status":"passed","severity":"normal"},{"uid":"976aa1d9ed436eac","name":"Renews subscription after lossing a connection","time":{"start":1724765545683,"stop":1724765545683,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa6f394d8d25a9e2","name":"Check publish message containing unicode special characters","time":{"start":1724765426730,"stop":1724765426730,"duration":0},"status":"passed","severity":"normal"},{"uid":"8aa21a1b193d29c2","name":"Push message with content topic containing emoji","time":{"start":1724765505400,"stop":1724765505401,"duration":1},"status":"passed","severity":"normal"},{"uid":"e20e68ad079d5f8f","name":"Filter with 0 connections","time":{"start":1724765110671,"stop":1724765110672,"duration":1},"status":"passed","severity":"normal"},{"uid":"dfc485cb5fcb8aec","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1724765545678,"stop":1724765545678,"duration":0},"status":"passed","severity":"normal"},{"uid":"66ea30f6802bf799","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1724765049744,"stop":1724765049744,"duration":0},"status":"passed","severity":"normal"},{"uid":"4136e080b39ef967","name":"Passing invalid cursor","time":{"start":1724765470242,"stop":1724765470242,"duration":0},"status":"passed","severity":"normal"},{"uid":"c90274bf675767b5","name":"passes more than one ENR URLs and attempts connection","time":{"start":1724764850601,"stop":1724764850602,"duration":1},"status":"skipped","severity":"normal"},{"uid":"8528f8b82e072511","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1724765049726,"stop":1724765049726,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfb1faa4acb2c34b","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1724765205055,"stop":1724765205055,"duration":0},"status":"passed","severity":"normal"},{"uid":"163d4aa81905e046","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1724764928737,"stop":1724764928738,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5f17da7a39206ff","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1724765411000,"stop":1724765411000,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3cca2d0b492215d3","name":"it tolerates circular branch references","time":{"start":1724764813701,"stop":1724764813701,"duration":0},"status":"passed","severity":"normal"},{"uid":"324189f1f83471cc","name":"Ephemeral messages are not stored","time":{"start":1724764855570,"stop":1724764855570,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3454977f30a4160","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724765049747,"stop":1724765049747,"duration":0},"status":"passed","severity":"normal"},{"uid":"18dc3d3c328519c9","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1724765545638,"stop":1724765545638,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0d42b0fb12cd83f","name":"Push message with content topic containing escaped characters","time":{"start":1724765367187,"stop":1724765367188,"duration":1},"status":"passed","severity":"normal"},{"uid":"1bda9350edeee87e","name":"Waku message hash computation (message is IDecodedMessage)","time":{"start":1724764791735,"stop":1724764791736,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd6c4961eb9dace4","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1724765108198,"stop":1724765108198,"duration":0},"status":"passed","severity":"normal"},{"uid":"48f71e4f6adbc9ff","name":"should properly create peer info with all multiaddrs","time":{"start":1724764797740,"stop":1724764797741,"duration":1},"status":"passed","severity":"normal"},{"uid":"bfc2cb8c2fcf8816","name":"Ordered Callback - false","time":{"start":1724765527487,"stop":1724765527494,"duration":7},"status":"passed","severity":"normal"},{"uid":"10538b7d2ce8905","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1724764813491,"stop":1724764813491,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f5f9ecaa84dce63","name":"Check publish message containing JSON","time":{"start":1724765426728,"stop":1724765426729,"duration":1},"status":"passed","severity":"normal"},{"uid":"50d2ea382aa316ec","name":"Init the array if not present","time":{"start":1724764788864,"stop":1724764788866,"duration":2},"status":"passed","severity":"normal"},{"uid":"ce08dac7e93356aa","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1724764895744,"stop":1724764895744,"duration":0},"status":"passed","severity":"normal"},{"uid":"b55a1409552a71b8","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1724765545679,"stop":1724765545679,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff4f3e1b504b96c0","name":"should throw an error for missing required configuration","time":{"start":1724764789134,"stop":1724764789134,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbbd5087d3d36243","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1724765534496,"stop":1724765534496,"duration":0},"status":"passed","severity":"normal"},{"uid":"da432e8edfed1421","name":"Query generator for multiple messages with different content topic format","time":{"start":1724765527322,"stop":1724765527322,"duration":0},"status":"passed","severity":"normal"},{"uid":"e59acfcaf7cb519e","name":"Push message with XML payload","time":{"start":1724765505325,"stop":1724765505325,"duration":0},"status":"passed","severity":"normal"},{"uid":"356bdea0f18c4c98","name":"should get / set TCP multiaddr","time":{"start":1724764797734,"stop":1724764797738,"duration":4},"status":"passed","severity":"normal"},{"uid":"df8269d302fe960a","name":"Encoder throws on empty string content topic","time":{"start":1724764825335,"stop":1724764825335,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab1087c3645f7d05","name":"Publish message with large meta","time":{"start":1724765426748,"stop":1724765426748,"duration":0},"status":"passed","severity":"normal"},{"uid":"e976c15bdc70c27b","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1724765527324,"stop":1724765527325,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ce3790a831668ff","name":"Check received message containing Basic HTML tag","time":{"start":1724765048429,"stop":1724765048429,"duration":0},"status":"passed","severity":"normal"},{"uid":"afc1e35c003942c6","name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","time":{"start":1724765325747,"stop":1724765325748,"duration":1},"status":"passed","severity":"normal"},{"uid":"eff7cfb60c8202c5","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1724764797030,"stop":1724764797030,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed4830ff110aa687","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1724764841851,"stop":1724764841851,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b90394c6362836d","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1724764789138,"stop":1724764789138,"duration":0},"status":"passed","severity":"normal"},{"uid":"d43e57d42c174f2","name":"Check received message containing Script","time":{"start":1724765048428,"stop":1724765048429,"duration":1},"status":"passed","severity":"normal"},{"uid":"41ad3301c87f187","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1724764789132,"stop":1724764789132,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a8f06486cc7819a","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1724764928734,"stop":1724764928734,"duration":0},"status":"passed","severity":"normal"},{"uid":"931ae191cf83086f","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724765049724,"stop":1724765049724,"duration":0},"status":"passed","severity":"normal"},{"uid":"fac8fe1a6ea6aa2","name":"Push message with content topic containing unicode special characters","time":{"start":1724765367188,"stop":1724765367188,"duration":0},"status":"passed","severity":"normal"},{"uid":"cbf76cd649c3bfa","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1724765049743,"stop":1724765049743,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4d6b70599937b13","name":"handles empty contentTopics array correctly","time":{"start":1724764789146,"stop":1724764789146,"duration":0},"status":"passed","severity":"normal"},{"uid":"abe3f685e498a28a","name":"throws on content topic with empty topic name field","time":{"start":1724764789116,"stop":1724764789116,"duration":0},"status":"passed","severity":"normal"},{"uid":"692e1fff814aa2b0","name":"Push message with shell command payload","time":{"start":1724765505326,"stop":1724765505326,"duration":0},"status":"passed","severity":"normal"},{"uid":"83d3ebbe1b5a5117","name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","time":{"start":1724765325735,"stop":1724765325736,"duration":1},"status":"passed","severity":"normal"},{"uid":"441ef3fbadd0cbe8","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1724765049727,"stop":1724765049727,"duration":0},"status":"passed","severity":"normal"},{"uid":"c451f242e870086a","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1724764789139,"stop":1724764789139,"duration":0},"status":"passed","severity":"normal"},{"uid":"c67a895657c21633","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1724765545639,"stop":1724765545639,"duration":0},"status":"passed","severity":"normal"},{"uid":"21f57cc4fa8f7e41","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1724764789147,"stop":1724764789148,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab82d7d5d9e32735","name":"Renews peer on consistent ping failures","time":{"start":1724764956451,"stop":1724764956451,"duration":0},"status":"passed","severity":"normal"},{"uid":"52d99622861e46df","name":"Encoder throws on empty string content topic","time":{"start":1724764802782,"stop":1724764802783,"duration":1},"status":"passed","severity":"normal"},{"uid":"682026c4d8c264a","name":"Callback on promise, aborts when callback returns true","time":{"start":1724765527324,"stop":1724765527324,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5366c5213e323e8","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1724764797728,"stop":1724764797728,"duration":0},"status":"passed","severity":"normal"},{"uid":"6535567ca8068ec2","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1724765462126,"stop":1724765462127,"duration":1},"status":"passed","severity":"normal"},{"uid":"6bbef93a38e45d63","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1724764797065,"stop":1724764797065,"duration":0},"status":"passed","severity":"normal"},{"uid":"87b25737fa5a23da","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1724764789119,"stop":1724764789119,"duration":0},"status":"passed","severity":"normal"},{"uid":"b889db7a0ed9914d","name":"Ping on peer without subscriptions","time":{"start":1724764941086,"stop":1724764941086,"duration":0},"status":"passed","severity":"normal"},{"uid":"30b9cd23cb8150fd","name":"Filter with 3 connections","time":{"start":1724765110675,"stop":1724765110675,"duration":0},"status":"passed","severity":"normal"},{"uid":"d49e5e8749c959e7","name":"can start and stop the service","time":{"start":1724764817752,"stop":1724764817753,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca0c85cc39b4bcc4","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1724764789143,"stop":1724764789144,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b468171aad47f73","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1724764813491,"stop":1724764813492,"duration":1},"status":"passed","severity":"normal"},{"uid":"a007ceb3b414d79a","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1724764928741,"stop":1724764928741,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1b954c776795042","name":"Query with Ordered Callback, No message returned","time":{"start":1724765511609,"stop":1724765511609,"duration":0},"status":"passed","severity":"normal"},{"uid":"5834d2d24d4fce5a","name":"getPeersByDiscovery","time":{"start":1724765410999,"stop":1724765410999,"duration":0},"status":"passed","severity":"normal"},{"uid":"6844df878bf5aceb","name":"Ping on unsubscribed peer","time":{"start":1724764907479,"stop":1724764907479,"duration":0},"status":"passed","severity":"normal"},{"uid":"108a6e3e935c9123","name":"Promise Callback - true","time":{"start":1724765527486,"stop":1724765527486,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3d2500e4c29444e","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1724764791732,"stop":1724764791733,"duration":1},"status":"passed","severity":"normal"},{"uid":"a0c523823c31bda3","name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","time":{"start":1724765325751,"stop":1724765325752,"duration":1},"status":"passed","severity":"normal"},{"uid":"f118c5d35700a783","name":"Check received message containing short","time":{"start":1724765392364,"stop":1724765392365,"duration":1},"status":"passed","severity":"normal"},{"uid":"cafb33462bd07b3d","name":"Overlapping topic subscription","time":{"start":1724765421004,"stop":1724765421005,"duration":1},"status":"skipped","severity":"normal"},{"uid":"14d75473dfd170e7","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1724764789135,"stop":1724764789135,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb8e57668133f0d1","name":"Push message with shell command payload","time":{"start":1724765367150,"stop":1724765367156,"duration":6},"status":"passed","severity":"normal"},{"uid":"27ec663605e1c0c8","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1724764975586,"stop":1724764975587,"duration":1},"status":"passed","severity":"normal"},{"uid":"b0094bab32cfe25e","name":"throws on content topic with generation field greater than 0","time":{"start":1724764789114,"stop":1724764789114,"duration":0},"status":"passed","severity":"normal"},{"uid":"74d8a74ab88d705a","name":"Query generator for multiple messages with different message text format","time":{"start":1724765527321,"stop":1724765527322,"duration":1},"status":"passed","severity":"normal"},{"uid":"e943751f69381ad8","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1724764975585,"stop":1724764975586,"duration":1},"status":"passed","severity":"normal"},{"uid":"43ec3aa78b7e821a","name":"Subscribe to topic containing shell command and receive message","time":{"start":1724765075588,"stop":1724765075588,"duration":0},"status":"passed","severity":"normal"},{"uid":"98f787e6fac709fa","name":"Push message with content topic containing special chars","time":{"start":1724765367179,"stop":1724765367180,"duration":1},"status":"passed","severity":"normal"},{"uid":"e08a5b6a14d17393","name":"Subscribe and receive messages via lightPush","time":{"start":1724765545657,"stop":1724765545658,"duration":1},"status":"passed","severity":"normal"},{"uid":"76283d1713133098","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1724765075577,"stop":1724765075577,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf1b255875aa08bd","name":"Check received message containing Arabic","time":{"start":1724765392380,"stop":1724765392380,"duration":0},"status":"passed","severity":"normal"},{"uid":"f134335cb289f811","name":"should set field with only RELAY enabled","time":{"start":1724764797741,"stop":1724764797742,"duration":1},"status":"passed","severity":"normal"},{"uid":"d64eb363aa4e873e","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1724765462120,"stop":1724765462121,"duration":1},"status":"passed","severity":"normal"},{"uid":"244490a897b2c62d","name":"Store - dialed first","time":{"start":1724765566163,"stop":1724765566163,"duration":0},"status":"passed","severity":"normal"},{"uid":"b18d9a35f58f52d9","name":"Check received message containing shell command","time":{"start":1724765392387,"stop":1724765392387,"duration":0},"status":"passed","severity":"normal"},{"uid":"b737aee05d37b734","name":"Check received message containing Arabic","time":{"start":1724765048427,"stop":1724765048427,"duration":0},"status":"passed","severity":"normal"},{"uid":"4707aaf56c982ac4","name":"Ping on unsubscribed peer","time":{"start":1724764941089,"stop":1724764941089,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccb88b3994b5f561","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1724764789127,"stop":1724764789127,"duration":0},"status":"passed","severity":"normal"},{"uid":"108e948986eeef5","name":"Check publish message containing XML","time":{"start":1724765426727,"stop":1724765426728,"duration":1},"status":"passed","severity":"normal"},{"uid":"4802dd36f32ec279","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1724765470239,"stop":1724765470239,"duration":0},"status":"passed","severity":"normal"},{"uid":"a98ef142904671da","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1724765108199,"stop":1724765108200,"duration":1},"status":"passed","severity":"normal"},{"uid":"3019314cb14a6256","name":"LightPush with 3 connections","time":{"start":1724765110674,"stop":1724765110674,"duration":0},"status":"passed","severity":"normal"},{"uid":"7beef57456a61790","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1724764789127,"stop":1724764789127,"duration":0},"status":"passed","severity":"normal"},{"uid":"3dbe815017d79d21","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1724765545653,"stop":1724765545653,"duration":0},"status":"passed","severity":"normal"},{"uid":"a12cc3eb35df49db","name":"Query Generator - false","time":{"start":1724765527485,"stop":1724765527486,"duration":1},"status":"passed","severity":"normal"},{"uid":"901c874d645016e6","name":"Does not throw an exception when node disconnects","time":{"start":1724765558250,"stop":1724765558250,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f6cfed8d5907012","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1724765545662,"stop":1724765545662,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca76fa481ba26d0a","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1724764789131,"stop":1724764789131,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd1b755e3c2a7fbb","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1724764789125,"stop":1724764789125,"duration":0},"status":"passed","severity":"normal"},{"uid":"11a90cbad18d7370","name":"Query generator for multiple messages","time":{"start":1724765527321,"stop":1724765527321,"duration":0},"status":"passed","severity":"normal"},{"uid":"52cd05bda85f761c","name":"Passing page size 1 when there are 4 messages","time":{"start":1724765545354,"stop":1724765545354,"duration":0},"status":"passed","severity":"normal"},{"uid":"913ff8265a76c72f","name":"Fails to publish message with wrong content topic","time":{"start":1724765426737,"stop":1724765426738,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6d06720b3e5b41c","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1724764802784,"stop":1724764802784,"duration":0},"status":"passed","severity":"normal"},{"uid":"345116cf48efde16","name":"Subscribe to topic containing numeric and receive message","time":{"start":1724765545641,"stop":1724765545641,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee9f94a333b21445","name":"Push message with emoji payload","time":{"start":1724765367162,"stop":1724765367163,"duration":1},"status":"passed","severity":"normal"},{"uid":"e59b36993879a283","name":"Round trip binary serialization","time":{"start":1724764802780,"stop":1724764802781,"duration":1},"status":"passed","severity":"normal"},{"uid":"85dc405bef5ce25a","name":"Push message with content topic containing long","time":{"start":1724765505349,"stop":1724765505382,"duration":33},"status":"passed","severity":"normal"},{"uid":"b1eb913235d2fb40","name":"Ephemeral field is preserved - encoder v0","time":{"start":1724764855570,"stop":1724764855570,"duration":0},"status":"passed","severity":"normal"},{"uid":"c35c0350e6ed14d1","name":"Fails to publish message with size larger than 1 MB","time":{"start":1724765426739,"stop":1724765426739,"duration":0},"status":"passed","severity":"normal"},{"uid":"97c8fc59bb1bdd35","name":"through manual discovery","time":{"start":1724765265444,"stop":1724765265445,"duration":1},"status":"passed","severity":"normal"},{"uid":"1413a7c568b5e0af","name":"should properly create location multiaddrs - udp6","time":{"start":1724764797739,"stop":1724764797739,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e01613eb916ca6e","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1724764789129,"stop":1724764789129,"duration":0},"status":"passed","severity":"normal"},{"uid":"8541c763adeca75c","name":"Passing an array","time":{"start":1724765558250,"stop":1724765558251,"duration":1},"status":"passed","severity":"normal"},{"uid":"90f9238c0472073c","name":"Default pageSize","time":{"start":1724765545356,"stop":1724765545356,"duration":0},"status":"passed","severity":"normal"},{"uid":"527390fb00188fea","name":"Push message with special chars payload","time":{"start":1724765367114,"stop":1724765367114,"duration":0},"status":"passed","severity":"normal"},{"uid":"a461112009fdd9f","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1724764789137,"stop":1724764789137,"duration":0},"status":"passed","severity":"normal"},{"uid":"31931b15a4a1c562","name":"random static sharding 3 - Cluster ID: 301, Shard ID: 571","time":{"start":1724765485929,"stop":1724765485930,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6a67c3291850b55","name":"Check received message containing escaped characters","time":{"start":1724765048431,"stop":1724765048431,"duration":0},"status":"passed","severity":"normal"},{"uid":"3025b88e2f0445e8","name":"Reopen subscription with peer with lost subscription","time":{"start":1724764941089,"stop":1724764941089,"duration":0},"status":"passed","severity":"normal"},{"uid":"151d575c3306795a","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1724764895743,"stop":1724764895743,"duration":0},"status":"passed","severity":"normal"},{"uid":"e578c25be8c06387","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1724764789144,"stop":1724764789144,"duration":0},"status":"passed","severity":"normal"},{"uid":"921ee21027dbd83","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1724764789133,"stop":1724764789133,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2c0945f8e7949c","name":"random static sharding 6 - Cluster ID: 357, Shard ID: 559","time":{"start":1724765485932,"stop":1724765485934,"duration":2},"status":"passed","severity":"normal"},{"uid":"d1c204d7e3012778","name":"Push message equal or less that 1MB","time":{"start":1724765505406,"stop":1724765505406,"duration":0},"status":"passed","severity":"normal"},{"uid":"48cbbbf3412459dc","name":"Check received message containing special chars","time":{"start":1724765392379,"stop":1724765392380,"duration":1},"status":"passed","severity":"normal"},{"uid":"93970d11b0e920e5","name":"Check received message containing long","time":{"start":1724765392365,"stop":1724765392365,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a91dca0444cae58","name":"A test","time":{"start":1724765205119,"stop":1724765205119,"duration":0},"status":"passed","severity":"normal"},{"uid":"35016d9ce4f8e53f","name":"Symmetric encrypt & Decrypt","time":{"start":1724764824184,"stop":1724764824185,"duration":1},"status":"passed","severity":"normal"},{"uid":"7336d0dfbbdcdd55","name":"Generator, 2 different pubsubtopics","time":{"start":1724765534494,"stop":1724765534495,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ddf270b33b4002","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1724765392374,"stop":1724765392374,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ad2c83589d3b282","name":"should return false","time":{"start":1724764797732,"stop":1724764797732,"duration":0},"status":"passed","severity":"normal"},{"uid":"df5560cf3a553faa","name":"Push message with content topic containing short","time":{"start":1724765505349,"stop":1724765505349,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d1e32ad6bf96ea7","name":"Filter with 1 connections","time":{"start":1724765110673,"stop":1724765110673,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cb6a6dca8e0933d","name":"Passing page size 19 when there are 20 messages","time":{"start":1724765545355,"stop":1724765545356,"duration":1},"status":"passed","severity":"normal"},{"uid":"38892fe2d18ae9fb","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1724764975586,"stop":1724764975586,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d1997a6e73be1d","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1724765075576,"stop":1724765075576,"duration":0},"status":"passed","severity":"normal"},{"uid":"e43d2f4a37d30d8","name":"Push message with Basic HTML tag payload","time":{"start":1724765505325,"stop":1724765505325,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0bcc10f75ad57f9","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1724765048439,"stop":1724765048439,"duration":0},"status":"passed","severity":"normal"},{"uid":"f26b38c298013a50","name":"Push message with meta","time":{"start":1724765367189,"stop":1724765367190,"duration":1},"status":"passed","severity":"normal"},{"uid":"526fd5cd3c9761de","name":"Decoder throws on empty string content topic","time":{"start":1724764802783,"stop":1724764802783,"duration":0},"status":"passed","severity":"normal"},{"uid":"21ba77d9d9795d74","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1724764928739,"stop":1724764928739,"duration":0},"status":"passed","severity":"normal"},{"uid":"deca36c522291e51","name":"should throw an error for an unconfigured topic","time":{"start":1724764789142,"stop":1724764789142,"duration":0},"status":"passed","severity":"normal"},{"uid":"55a7c60ba5066451","name":"Subscribe and receive messages via lightPush","time":{"start":1724765545632,"stop":1724765545632,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a037ac9758d954b","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1724764928740,"stop":1724764928741,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce0349898ccb2d2","name":"isConnected between 2 js-waku relay nodes","time":{"start":1724764895746,"stop":1724764895746,"duration":0},"status":"passed","severity":"normal"},{"uid":"5cc1b0cc3be49176","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1724764813490,"stop":1724764813491,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc4c3ac5d68e7c6","name":"Store - dialed after - with timeout","time":{"start":1724765566164,"stop":1724765566164,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ff0f29c56c19770","name":"Delete observer","time":{"start":1724765370748,"stop":1724765370748,"duration":0},"status":"passed","severity":"normal"},{"uid":"794c034237268332","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1724765049745,"stop":1724765049746,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3a1bd7b34a723b1","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1724764847607,"stop":1724764847607,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f98bc5103d7f95","name":"Ordered Callback sorting by timestamp while page direction is true","time":{"start":1724765547287,"stop":1724765547287,"duration":0},"status":"passed","severity":"normal"},{"uid":"56e134632c506775","name":"Subscribe to topic containing Russian and receive message","time":{"start":1724765545643,"stop":1724765545643,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf8beecea7e22d6d","name":"Push 30 different messages","time":{"start":1724765505346,"stop":1724765505346,"duration":0},"status":"passed","severity":"normal"},{"uid":"1cbeb4df4e4fa480","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app9/4/topic421/json","time":{"start":1724765462123,"stop":1724765462124,"duration":1},"status":"passed","severity":"normal"},{"uid":"c669d2ad3f3ecd8b","name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1724765325745,"stop":1724765325746,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1b6a395b8596360","name":"should return all peers when numPeers is 0","time":{"start":1724764802335,"stop":1724764802336,"duration":1},"status":"passed","severity":"normal"},{"uid":"325ff07595c14c30","name":"Reusing cursor across nodes","time":{"start":1724765470241,"stop":1724765470241,"duration":0},"status":"passed","severity":"normal"},{"uid":"6876a53dfa5bcece","name":"Used by Waku Relay","time":{"start":1724765558251,"stop":1724765558252,"duration":1},"status":"passed","severity":"normal"},{"uid":"715c680872b85c01","name":"Fails to push message with empty content topic","time":{"start":1724765367188,"stop":1724765367189,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1d57efca3170639","name":"Ephemeral field set to true","time":{"start":1724764802781,"stop":1724764802781,"duration":0},"status":"passed","severity":"normal"},{"uid":"5872715bb3cee8d2","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1724765075578,"stop":1724765075578,"duration":0},"status":"passed","severity":"normal"},{"uid":"5926e1ba4d4ac8a9","name":"Subscribe and receive messages via waku relay post","time":{"start":1724765075577,"stop":1724765075577,"duration":0},"status":"passed","severity":"normal"},{"uid":"963902fdd66bafe1","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1724765108198,"stop":1724765108198,"duration":0},"status":"passed","severity":"normal"},{"uid":"f54d183b9f7f2ef9","name":"Check received message containing Chinese","time":{"start":1724765392366,"stop":1724765392367,"duration":1},"status":"passed","severity":"normal"},{"uid":"6d596adb767ada39","name":"should set field with all protocols disabled","time":{"start":1724764797741,"stop":1724764797741,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddf73766bd3d1d0f","name":"Reopen subscription with peer with lost subscription","time":{"start":1724764941087,"stop":1724764941087,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9bc2f8166a1ea10","name":"Nodes with multiple pubsub topic","time":{"start":1724765405947,"stop":1724765405948,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c74214be35dc028","name":"Push message with numeric payload","time":{"start":1724765505316,"stop":1724765505316,"duration":0},"status":"passed","severity":"normal"},{"uid":"43493bffefbb8d8f","name":"should throw error - no id","time":{"start":1724764797729,"stop":1724764797729,"duration":0},"status":"passed","severity":"normal"},{"uid":"53622f830ac0d90d","name":"Push message with rate limit","time":{"start":1724765505404,"stop":1724765505404,"duration":0},"status":"passed","severity":"normal"},{"uid":"8cfb7e6f6ebb3fae","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1724764797065,"stop":1724764797066,"duration":1},"status":"passed","severity":"normal"},{"uid":"a028b79aa15e0435","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1724764789145,"stop":1724764789145,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d52a19939114608","name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1724765325750,"stop":1724765325751,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf7912975e3eaa34","name":"Should update shard info","time":{"start":1724765326018,"stop":1724765326018,"duration":0},"status":"passed","severity":"normal"},{"uid":"8383f6a48390bc96","name":"should throw error - invalid id","time":{"start":1724764797731,"stop":1724764797731,"duration":0},"status":"passed","severity":"normal"},{"uid":"947c404ca84592db","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1724764789125,"stop":1724764789126,"duration":1},"status":"passed","severity":"normal"},{"uid":"593884ba73527874","name":"Check received message containing JSON","time":{"start":1724765392370,"stop":1724765392371,"duration":1},"status":"passed","severity":"normal"},{"uid":"bcf9872ed3184595","name":"Passing page size 0 when there are 110 messages","time":{"start":1724765545353,"stop":1724765545353,"duration":0},"status":"passed","severity":"normal"},{"uid":"2870505b9a62765c","name":"throws on content topic with empty application field","time":{"start":1724764789115,"stop":1724764789115,"duration":0},"status":"passed","severity":"normal"},{"uid":"7adf2e77d05d4c8d","name":"Check received message containing special chars","time":{"start":1724765392366,"stop":1724765392366,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cfde271e4e424df","name":"Add multiple subscription objects on single nwaku node","time":{"start":1724765545682,"stop":1724765545682,"duration":0},"status":"passed","severity":"normal"},{"uid":"155fe09e93e3b5b","name":"Subscribe to topic containing XML and publish message","time":{"start":1724765421008,"stop":1724765421008,"duration":0},"status":"passed","severity":"normal"},{"uid":"882a674274413c01","name":"Subscribe to topic containing shell command and receive message","time":{"start":1724765545681,"stop":1724765545681,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e886d02229031ab","name":"Passing page size 10 when there are 10 messages","time":{"start":1724765545354,"stop":1724765545355,"duration":1},"status":"passed","severity":"normal"},{"uid":"9038771394e2b8c1","name":"Renews peer on consistent missed messages","time":{"start":1724764956453,"stop":1724764956453,"duration":0},"status":"passed","severity":"normal"},{"uid":"be4f7c6b14ef5dcf","name":"Sign & Recover","time":{"start":1724764824185,"stop":1724764824186,"duration":1},"status":"passed","severity":"normal"},{"uid":"60078c3c317f9d0c","name":"Ordered Callback - true","time":{"start":1724765527487,"stop":1724765527487,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c9285190a23151b","name":"Fields are not dropped","time":{"start":1724764802141,"stop":1724764802142,"duration":1},"status":"passed","severity":"normal"},{"uid":"9cafb49903dae1bb","name":"Check received message containing short","time":{"start":1724765392378,"stop":1724765392379,"duration":1},"status":"passed","severity":"normal"},{"uid":"57c235f7383ce0dc","name":"Relay + Store","time":{"start":1724764850557,"stop":1724764850557,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b14e85e844b90","name":"unsubscribes","time":{"start":1724765548990,"stop":1724765548990,"duration":0},"status":"passed","severity":"normal"},{"uid":"d01a69fb1d3e4eb1","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1724765049746,"stop":1724765049746,"duration":0},"status":"passed","severity":"normal"},{"uid":"9dae79a80e37d8a1","name":"Subscribe to topic containing Script and receive message","time":{"start":1724765545650,"stop":1724765545650,"duration":0},"status":"passed","severity":"normal"},{"uid":"a693e1731d35942c","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1724765108195,"stop":1724765108195,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9c0f8cc7286b401","name":"Check message with no payload is not received","time":{"start":1724765048442,"stop":1724765048442,"duration":0},"status":"passed","severity":"normal"},{"uid":"85b9e35f239646f0","name":"Push message with content topic containing JSON","time":{"start":1724765505397,"stop":1724765505397,"duration":0},"status":"passed","severity":"normal"},{"uid":"b93437c662a92fba","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1724765557437,"stop":1724765557438,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2bf8d925d83745e","name":"Fails to publish duplicate message","time":{"start":1724765426737,"stop":1724765426737,"duration":0},"status":"passed","severity":"normal"},{"uid":"e18f72326bda56d2","name":"Asymmetric encrypt & decrypt","time":{"start":1724764824184,"stop":1724764824184,"duration":0},"status":"passed","severity":"normal"},{"uid":"15768fa1a8b32f8f","name":"Query generator for multiple messages with multiple decoders","time":{"start":1724765527322,"stop":1724765527322,"duration":0},"status":"passed","severity":"normal"},{"uid":"78d5672880aa83aa","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1724765049749,"stop":1724765049749,"duration":0},"status":"passed","severity":"normal"},{"uid":"83c2985004d33660","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1724764789140,"stop":1724764789140,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f1d87c58911e6ac","name":"isConnected should return true after first peer connects","time":{"start":1724764895745,"stop":1724764895745,"duration":0},"status":"passed","severity":"normal"},{"uid":"43cd54bec203bccf","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1724765545642,"stop":1724765545643,"duration":1},"status":"passed","severity":"normal"},{"uid":"90131254afcc629b","name":"same cluster, same shard: nodes connect","time":{"start":1724765049719,"stop":1724765049720,"duration":1},"status":"passed","severity":"normal"},{"uid":"98c7bcf3c86f89a5","name":"should be online or offline if network state changed","time":{"start":1724764841857,"stop":1724764841858,"duration":1},"status":"broken","severity":"normal"},{"uid":"8b4a3af0d8d30276","name":"Subscribe and receive messages via lightPush","time":{"start":1724765075575,"stop":1724765075575,"duration":0},"status":"passed","severity":"normal"},{"uid":"8131759bca61ea37","name":"Check publish message after service node is restarted","time":{"start":1724765426745,"stop":1724765426745,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1a56d01dc853f61","name":"Check received message containing Arabic","time":{"start":1724765392367,"stop":1724765392367,"duration":0},"status":"passed","severity":"normal"},{"uid":"3af9089401740a75","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1724765405946,"stop":1724765405946,"duration":0},"status":"passed","severity":"normal"},{"uid":"54736213ef10276b","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1724765470239,"stop":1724765470239,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd853422204bd763","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1724765049744,"stop":1724765049744,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9f23bef5b2c6426","name":"Subscribe to topic containing JSON and receive message","time":{"start":1724765075587,"stop":1724765075588,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ae8598272f63940","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1724765579393,"stop":1724765579393,"duration":0},"status":"passed","severity":"normal"},{"uid":"497dc329ea1db036","name":"Check publish message containing numeric","time":{"start":1724765426724,"stop":1724765426724,"duration":0},"status":"passed","severity":"normal"},{"uid":"3589d68e0135ce1b","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1724765579391,"stop":1724765579392,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f4d48ff739363d2","name":"Subscribe and receives messages on 20 topics","time":{"start":1724765545638,"stop":1724765545639,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3ed5999e648efb6","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1724765557438,"stop":1724765557438,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f73ea787a751859","name":"Subscribe to topic containing JSON and publish message","time":{"start":1724765421009,"stop":1724765421009,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b7169ee21b3babe","name":"LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","time":{"start":1724765325737,"stop":1724765325738,"duration":1},"status":"passed","severity":"normal"},{"uid":"81712d2330b48162","name":"Push message with short payload","time":{"start":1724765505315,"stop":1724765505315,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed9a63cb081838a6","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1724764789141,"stop":1724764789141,"duration":0},"status":"passed","severity":"normal"},{"uid":"979d9fb25f445fa7","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1724764789138,"stop":1724764789138,"duration":0},"status":"passed","severity":"normal"},{"uid":"64796d1370a79746","name":"returns all values when wanted number matches available values","time":{"start":1724764812066,"stop":1724764812068,"duration":2},"status":"passed","severity":"normal"},{"uid":"d04734d2eda270df","name":"Overlapping topic subscription","time":{"start":1724765075579,"stop":1724765075580,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f2c72d7ffe4311c","name":"Check message with non string payload is not received","time":{"start":1724765048442,"stop":1724765048443,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f9675cec71bfb70","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1724765049723,"stop":1724765049723,"duration":0},"status":"passed","severity":"normal"},{"uid":"54205fa750bc9f20","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1724765470241,"stop":1724765470241,"duration":0},"status":"passed","severity":"normal"},{"uid":"1be9973e128de962","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1724764789134,"stop":1724764789134,"duration":0},"status":"passed","severity":"normal"},{"uid":"3026a74446cdf62b","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1724764802336,"stop":1724764802336,"duration":0},"status":"passed","severity":"normal"},{"uid":"680fd8824eead0f8","name":"Ping on subscribed peer","time":{"start":1724764941085,"stop":1724764941086,"duration":1},"status":"passed","severity":"normal"},{"uid":"803b0148a51aa9cb","name":"should be able to decode the field with only FILTER set to true","time":{"start":1724764797063,"stop":1724764797064,"duration":1},"status":"passed","severity":"normal"},{"uid":"d29c16ed8372bbfd","name":"should not fail to stop the service if it was not started","time":{"start":1724764817753,"stop":1724764817753,"duration":0},"status":"passed","severity":"normal"},{"uid":"2dd0f3c97b459eb5","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1724765545645,"stop":1724765545646,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ad2a8e419503d6d","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1724764928738,"stop":1724764928739,"duration":1},"status":"passed","severity":"normal"},{"uid":"f81979048941f1f7","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1724764789138,"stop":1724764789139,"duration":1},"status":"passed","severity":"normal"},{"uid":"96eace81aa5fa28d","name":"Passing page size 11 when there are 10 messages","time":{"start":1724765545355,"stop":1724765545355,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9579f57787441d6","name":"Meta field set when metaSetter is specified","time":{"start":1724764802781,"stop":1724764802782,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd6ad0bc7be45abb","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1724765545633,"stop":1724765545633,"duration":0},"status":"passed","severity":"normal"},{"uid":"98af01fd8e53cc2e","name":"Waku message hash computation (meta attribute not present)","time":{"start":1724764791734,"stop":1724764791734,"duration":0},"status":"passed","severity":"normal"},{"uid":"df653b9e1b12bd67","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1724765075590,"stop":1724765075590,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3c64e88608a6e44","name":"Throws when trying to push message with empty payload","time":{"start":1724765367168,"stop":1724765367171,"duration":3},"status":"passed","severity":"normal"},{"uid":"10ab91dd13b52862","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1724765049722,"stop":1724765049722,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2fdcc2c6399da55","name":"Waku message hash computation (payload length 0)","time":{"start":1724764791734,"stop":1724764791734,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddfc7054033d8310","name":"Query with Promise Callback, No message returned","time":{"start":1724765511611,"stop":1724765511611,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2a22538322dafb5","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1724765545663,"stop":1724765545664,"duration":1},"status":"passed","severity":"normal"},{"uid":"18d25b35989c6d0","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1724764975587,"stop":1724764975587,"duration":0},"status":"passed","severity":"normal"},{"uid":"42e8e2ce23eab285","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1724765049725,"stop":1724765049726,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e3f0b1cfba3e1dd","name":"handles different networkShards values correctly","time":{"start":1724764789129,"stop":1724764789129,"duration":0},"status":"passed","severity":"normal"},{"uid":"e636d3f12fcb237b","name":"Decoder throws on undefined content topic","time":{"start":1724764802783,"stop":1724764802783,"duration":0},"status":"passed","severity":"normal"},{"uid":"9acf41df0f3140a4","name":"Push message with Basic HTML tag payload","time":{"start":1724765367131,"stop":1724765367131,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff328f5ba80daa83","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1724765405947,"stop":1724765405947,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c038d3cbac212d0","name":"Reopen subscription with peer with lost subscription","time":{"start":1724764907479,"stop":1724764907480,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d5ac9abab4c5f6","name":"Check message on other pubsub topic is not received","time":{"start":1724765392393,"stop":1724765392393,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad428e013d3fc72c","name":"Subscribe to topic containing shell command and publish message","time":{"start":1724765421009,"stop":1724765421010,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ac4b9cedcbde46d","name":"Check received message containing Russian","time":{"start":1724765392367,"stop":1724765392368,"duration":1},"status":"passed","severity":"normal"},{"uid":"c389a64f0869e9cf","name":"Check message received after jswaku node is restarted","time":{"start":1724765048443,"stop":1724765048443,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3e015f5ff97a35ea","name":"should encodeTxt and decodeTxt","time":{"start":1724764797726,"stop":1724764797727,"duration":1},"status":"passed","severity":"normal"},{"uid":"f734d025b2ade8e4","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app92/3/topic305/xml","time":{"start":1724765462123,"stop":1724765462123,"duration":0},"status":"passed","severity":"normal"},{"uid":"7228ce49eba242ad","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1724764789139,"stop":1724764789139,"duration":0},"status":"passed","severity":"normal"},{"uid":"d56ea84afcf69d31","name":"should set field with only LIGHTPUSH enabled","time":{"start":1724764797742,"stop":1724764797742,"duration":0},"status":"passed","severity":"normal"},{"uid":"941f954d0af354f9","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1724764813492,"stop":1724764813492,"duration":0},"status":"passed","severity":"normal"},{"uid":"5413a897f291ebc3","name":"Push message with unicode special characters payload","time":{"start":1724765367158,"stop":1724765367162,"duration":4},"status":"passed","severity":"normal"},{"uid":"d95aecb06b29759d","name":"random static sharding 1 - Cluster ID: 874, Shard ID: 819","time":{"start":1724765485928,"stop":1724765485928,"duration":0},"status":"passed","severity":"normal"},{"uid":"84d2dc4fc665e258","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1724765545633,"stop":1724765545636,"duration":3},"status":"passed","severity":"normal"},{"uid":"a4a03a0c29b48287","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1724764802336,"stop":1724764802336,"duration":0},"status":"passed","severity":"normal"},{"uid":"aefdbce419eb4b06","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1724765049738,"stop":1724765049739,"duration":1},"status":"passed","severity":"normal"},{"uid":"eaaff052e8aef50f","name":"1 Relay, 1 Filter, gives up","time":{"start":1724764813133,"stop":1724764813133,"duration":0},"status":"passed","severity":"normal"},{"uid":"56f8dbfae5863352","name":"Encoder throws on undefined content topic","time":{"start":1724764802782,"stop":1724764802782,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdac418c0992563a","name":"should set field with all protocols enabled","time":{"start":1724764797741,"stop":1724764797741,"duration":0},"status":"passed","severity":"normal"},{"uid":"a725952e8a3646","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1724764802336,"stop":1724764802337,"duration":1},"status":"passed","severity":"normal"},{"uid":"ffc44858431c9681","name":"Publish message with custom timestamp: Tue Aug 27 2024 14:29:56 GMT+0000 (Coordinated Universal Time)","time":{"start":1724765426736,"stop":1724765426736,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2e8e50e027e192f","name":"Accepts a valid Waku Message","time":{"start":1724764806041,"stop":1724764806042,"duration":1},"status":"passed","severity":"normal"},{"uid":"b07379b34a7efc0d","name":"Check publish message containing short","time":{"start":1724765426723,"stop":1724765426724,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb77794378db50b","name":"throws on empty content topic","time":{"start":1724764789113,"stop":1724764789113,"duration":0},"status":"passed","severity":"normal"},{"uid":"47ee9d164ad5211f","name":"Check received message containing unicode special characters","time":{"start":1724765048431,"stop":1724765048431,"duration":0},"status":"passed","severity":"normal"},{"uid":"ebe9fa06ea8fa34f","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1724764789128,"stop":1724764789128,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3520c41fbfea3e2","name":"Push message with JSON payload","time":{"start":1724765367131,"stop":1724765367150,"duration":19},"status":"passed","severity":"normal"},{"uid":"dc0f6fec9af9ed2d","name":"should properly create location multiaddrs - tcp4","time":{"start":1724764797738,"stop":1724764797739,"duration":1},"status":"passed","severity":"normal"},{"uid":"f87472f173c5ebbf","name":"random static sharding 2 - Cluster ID: 309, Shard ID: 975","time":{"start":1724765485928,"stop":1724765485929,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca9d94e68ea40b6d","name":"Subscribe to topic containing JSON and receive message","time":{"start":1724765545654,"stop":1724765545654,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6f593bdae7dcdea","name":"Check message with no content topic is not received","time":{"start":1724765048441,"stop":1724765048442,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed9494c5bc7eb619","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1724765049727,"stop":1724765049728,"duration":1},"status":"passed","severity":"normal"},{"uid":"fdbcf75f4602ed66","name":"should not fail to stop the service if it was not started","time":{"start":1724764850587,"stop":1724764850588,"duration":1},"status":"passed","severity":"normal"},{"uid":"cdb043183d0f401e","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1724764841852,"stop":1724764841852,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8d553c770de7efb","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1724765557438,"stop":1724765557438,"duration":0},"status":"passed","severity":"normal"},{"uid":"a30dcf325e48fb59","name":"should add and remove event listeners correctly","time":{"start":1724764817756,"stop":1724764817756,"duration":0},"status":"passed","severity":"normal"},{"uid":"7432f82e5adb4b92","name":"tcp ip4 address","time":{"start":1724764797363,"stop":1724764797364,"duration":1},"status":"passed","severity":"normal"},{"uid":"a6fe410d1c87283b","name":"Push message with content topic containing emoji","time":{"start":1724765367188,"stop":1724765367188,"duration":0},"status":"passed","severity":"normal"},{"uid":"e86b4e095d75523e","name":"Check received message containing Russian","time":{"start":1724765392381,"stop":1724765392381,"duration":0},"status":"passed","severity":"normal"},{"uid":"14d015d1a8f1bcff","name":"Check received message containing numeric","time":{"start":1724765392366,"stop":1724765392366,"duration":0},"status":"passed","severity":"normal"},{"uid":"34d37b1559dd2ae2","name":"configure the node with multiple content topics","time":{"start":1724765462126,"stop":1724765462126,"duration":0},"status":"passed","severity":"normal"},{"uid":"7faf3ecc4695ccc9","name":"Decoder throws on undefined content topic","time":{"start":1724764823791,"stop":1724764823792,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c2bcb37f0648c4e","name":"handles different clusterIds correctly","time":{"start":1724764789128,"stop":1724764789129,"duration":1},"status":"passed","severity":"normal"},{"uid":"18670c2551aadcc2","name":"Subscribe to topic containing emoji and receive message","time":{"start":1724765545655,"stop":1724765545655,"duration":0},"status":"passed","severity":"normal"},{"uid":"96dd2e1e21913aba","name":"removeEventListener with wrong event","time":{"start":1724764880295,"stop":1724764880296,"duration":1},"status":"passed","severity":"normal"},{"uid":"16a8dfc242580ffa","name":"should emit a peer event after start","time":{"start":1724765396240,"stop":1724765396241,"duration":1},"status":"passed","severity":"normal"},{"uid":"76aa3991f2d90532","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1724765075588,"stop":1724765075589,"duration":1},"status":"passed","severity":"normal"},{"uid":"e358d1d058f4b0e3","name":"can start and stop the service","time":{"start":1724765396228,"stop":1724765396239,"duration":11},"status":"passed","severity":"normal"},{"uid":"330d18f14d44b669","name":"Check received message with timestamp: 1724764839246 ","time":{"start":1724765392373,"stop":1724765392373,"duration":0},"status":"passed","severity":"normal"},{"uid":"31b96fb45aeac25e","name":"Check meta is set [symmetric]","time":{"start":1724764823787,"stop":1724764823788,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d0ee7af1f8a268b","name":"Check publish message containing Chinese","time":{"start":1724765426725,"stop":1724765426725,"duration":0},"status":"passed","severity":"normal"},{"uid":"e285a07b9f586c7b","name":"Push message with short payload","time":{"start":1724765367112,"stop":1724765367112,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b90de4b2de663d3","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1724765545678,"stop":1724765545679,"duration":1},"status":"passed","severity":"normal"},{"uid":"943c1a87a49158e3","name":"should be called at least once on all `peer:discovery` events","time":{"start":1724764847605,"stop":1724764847605,"duration":0},"status":"passed","severity":"normal"},{"uid":"2576322c0f1d421b","name":"Encoder throws on empty string content topic","time":{"start":1724764823790,"stop":1724764823791,"duration":1},"status":"passed","severity":"normal"},{"uid":"342f2ce840a60b8c","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1724764813493,"stop":1724764813493,"duration":0},"status":"passed","severity":"normal"},{"uid":"977077a1540d4fb5","name":"should encode/decode to RLP encoding","time":{"start":1724764797733,"stop":1724764797733,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e374c6a870effb","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1724764789126,"stop":1724764789126,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0c0e26cc2f07931","name":"groups content topics by expected pubsub topic","time":{"start":1724764789128,"stop":1724764789128,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8e53b0b08932c32","name":"Push message with XML payload","time":{"start":1724765367129,"stop":1724765367130,"duration":1},"status":"passed","severity":"normal"},{"uid":"d2cb0470396f50f4","name":"Number of peers are maintained correctly","time":{"start":1724764956447,"stop":1724764956448,"duration":1},"status":"passed","severity":"normal"},{"uid":"61e757cba47ac35","name":"Keep-alive pings maintain the connection","time":{"start":1724764956450,"stop":1724764956451,"duration":1},"status":"passed","severity":"normal"},{"uid":"3518e53551d5c53a","name":"Subscribe and receives messages on 20 topics","time":{"start":1724765545664,"stop":1724765545674,"duration":10},"status":"passed","severity":"normal"},{"uid":"c195f603ea890e38","name":"Ping on subscribed peer","time":{"start":1724764941088,"stop":1724764941088,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ca13a7a3914c7a3","name":"can start and stop the service","time":{"start":1724764850587,"stop":1724764850587,"duration":0},"status":"passed","severity":"normal"},{"uid":"49d26b9192dc9534","name":"Overlapping topic subscription","time":{"start":1724765545640,"stop":1724765545640,"duration":0},"status":"passed","severity":"normal"},{"uid":"eba9e71b932f550f","name":"Subscribe to topic containing Script and publish message","time":{"start":1724765421008,"stop":1724765421008,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d0cf4e560a7233a","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1724765545658,"stop":1724765545658,"duration":0},"status":"passed","severity":"normal"},{"uid":"edcf17869f6fb165","name":"Query Generator, Multiple PubsubTopics","time":{"start":1724765511606,"stop":1724765511606,"duration":0},"status":"passed","severity":"normal"},{"uid":"95b0ada44b591d67","name":"Check received message containing Russian","time":{"start":1724765048427,"stop":1724765048428,"duration":1},"status":"passed","severity":"normal"},{"uid":"eb24b5771d1de43","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1724765075575,"stop":1724765075575,"duration":0},"status":"passed","severity":"normal"},{"uid":"67bd26986a73064d","name":"Check message with non string payload is not received","time":{"start":1724765392394,"stop":1724765392394,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c8c5ac07c4f3719","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1724765049723,"stop":1724765049724,"duration":1},"status":"passed","severity":"normal"},{"uid":"a02a7dbde0595ebe","name":"Fails to push message with empty content topic","time":{"start":1724765505401,"stop":1724765505402,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c8e1432a13e2df6","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724765049745,"stop":1724765049745,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd1fb64109c4961c","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1724765075586,"stop":1724765075586,"duration":0},"status":"passed","severity":"normal"},{"uid":"b238abd76366e481","name":"Fails to push message with large meta","time":{"start":1724765367190,"stop":1724765367191,"duration":1},"status":"passed","severity":"normal"},{"uid":"48338e45ea620df1","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1724765511607,"stop":1724765511608,"duration":1},"status":"passed","severity":"normal"},{"uid":"483fbc0b6c0601f","name":"Ping on peer without subscriptions","time":{"start":1724764907478,"stop":1724764907479,"duration":1},"status":"passed","severity":"normal"},{"uid":"d257d01a6782c66e","name":"Push message with content topic containing Chinese","time":{"start":1724765505386,"stop":1724765505387,"duration":1},"status":"passed","severity":"normal"},{"uid":"4530fd039eac0dd9","name":"isConnected should return false after all peers disconnect","time":{"start":1724764895745,"stop":1724764895745,"duration":0},"status":"passed","severity":"normal"},{"uid":"dca8f31a1a166d77","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1724765049739,"stop":1724765049739,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d04bf528ae697dc","name":"Check received message containing Basic HTML tag","time":{"start":1724765392370,"stop":1724765392370,"duration":0},"status":"passed","severity":"normal"},{"uid":"954ca1f5ae9f4b90","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1724765545654,"stop":1724765545655,"duration":1},"status":"passed","severity":"normal"},{"uid":"171e4de1e5e39408","name":"Subscribe to topic containing Russian and publish message","time":{"start":1724765421007,"stop":1724765421007,"duration":0},"status":"passed","severity":"normal"},{"uid":"716567b5e23fe914","name":"Push message with content topic containing numeric","time":{"start":1724765367178,"stop":1724765367179,"duration":1},"status":"passed","severity":"normal"},{"uid":"f05de8a1e9be0a2a","name":"Subscribe to topic containing special chars and receive message","time":{"start":1724765075584,"stop":1724765075584,"duration":0},"status":"passed","severity":"normal"},{"uid":"840b7b2d895dfd55","name":"Subscribe to topic containing short and receive message","time":{"start":1724765075580,"stop":1724765075583,"duration":3},"status":"passed","severity":"normal"},{"uid":"93612c91d0a9b0cb","name":"can start the service","time":{"start":1724764817751,"stop":1724764817752,"duration":1},"status":"passed","severity":"normal"},{"uid":"c4bda7403ac0320b","name":"Relay - dialed first","time":{"start":1724765566162,"stop":1724765566162,"duration":0},"status":"passed","severity":"normal"},{"uid":"a177a7fb2d9d5711","name":"Subscribe to topic containing JSON and receive message","time":{"start":1724765545680,"stop":1724765545681,"duration":1},"status":"passed","severity":"normal"},{"uid":"766d98459ad604c6","name":"should throw an error for empty SingleShardInfos array","time":{"start":1724764789130,"stop":1724764789131,"duration":1},"status":"passed","severity":"normal"},{"uid":"d77ded490c025854","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1724765470237,"stop":1724765470238,"duration":1},"status":"passed","severity":"normal"},{"uid":"13281b1ac271dd0a","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1724765421010,"stop":1724765421010,"duration":0},"status":"passed","severity":"normal"},{"uid":"76508ab29897a0e7","name":"start node with empty shard should fail","time":{"start":1724765485943,"stop":1724765485944,"duration":1},"status":"passed","severity":"normal"},{"uid":"23b1ac9ecedf0bc3","name":"Rejects garbage","time":{"start":1724764806042,"stop":1724764806042,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb198be67f1ee969","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1724764789130,"stop":1724764789130,"duration":0},"status":"passed","severity":"normal"},{"uid":"49cf09aeab1dd51f","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1724765557439,"stop":1724765557439,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee9997a3e3fc5f91","name":"different cluster, same shard: nodes don't connect","time":{"start":1724765049720,"stop":1724765049721,"duration":1},"status":"passed","severity":"normal"},{"uid":"d0f41bf2df85b6a3","name":"Filter","time":{"start":1724765566165,"stop":1724765566165,"duration":0},"status":"passed","severity":"normal"},{"uid":"df4a41f16cee3da3","name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1724765325744,"stop":1724765325745,"duration":1},"status":"passed","severity":"normal"},{"uid":"cbf60759b73185d","name":"Subscribe to topic containing numeric and receive message","time":{"start":1724765545677,"stop":1724765545677,"duration":0},"status":"passed","severity":"normal"},{"uid":"b839fdbed5da7b03","name":"throws on content topic with non-number generation field","time":{"start":1724764789114,"stop":1724764789114,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa261ced3cc13ee8","name":"Non TWN Cluster","time":{"start":1724765462121,"stop":1724765462121,"duration":0},"status":"passed","severity":"normal"},{"uid":"c86c50e7336f753","name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","time":{"start":1724765325743,"stop":1724765325744,"duration":1},"status":"passed","severity":"normal"},{"uid":"30bc32ef1cfa9739","name":"should not throw an error for a single configured topic","time":{"start":1724764789141,"stop":1724764789141,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3d725cff0fc547c","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724765205055,"stop":1724765205055,"duration":0},"status":"passed","severity":"normal"},{"uid":"411cc86f8696a446","name":"Check publish message containing Arabic","time":{"start":1724765426726,"stop":1724765426726,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cda190af083a032","name":"Push message with rate limit","time":{"start":1724765367191,"stop":1724765367201,"duration":10},"status":"passed","severity":"normal"},{"uid":"9318b70c2b8bf848","name":"Query with Ordered Callback, No Decoder","time":{"start":1724765511608,"stop":1724765511609,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9a08cb4584dd8b7","name":"addEventListener with correct event","time":{"start":1724764880294,"stop":1724764880294,"duration":0},"status":"passed","severity":"normal"},{"uid":"7988bf3e92337d1","name":"Check received message containing XML","time":{"start":1724765392370,"stop":1724765392370,"duration":0},"status":"passed","severity":"normal"},{"uid":"bef56232180e99c6","name":"Push message with Script payload","time":{"start":1724765367129,"stop":1724765367129,"duration":0},"status":"passed","severity":"normal"},{"uid":"45d1125c6aa97398","name":"connects to nwaku","time":{"start":1724765558250,"stop":1724765558250,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb81b953b2c33341","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1724765545674,"stop":1724765545674,"duration":0},"status":"passed","severity":"normal"},{"uid":"5fca1cc514918fc7","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1724765405945,"stop":1724765405946,"duration":1},"status":"passed","severity":"normal"},{"uid":"a4f66d626e57332","name":"Add multiple subscription objects on single nwaku node","time":{"start":1724765075589,"stop":1724765075590,"duration":1},"status":"passed","severity":"normal"},{"uid":"f41f8a15e0c2306c","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1724765049749,"stop":1724765049749,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d603cd7fe75ccb2","name":"Filter with 2 connections","time":{"start":1724765110674,"stop":1724765110674,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c78f35777072f13","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1724765511608,"stop":1724765511608,"duration":0},"status":"passed","severity":"normal"},{"uid":"48092be642a0d850","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app37/10/topic180/test.js","time":{"start":1724765462124,"stop":1724765462124,"duration":0},"status":"passed","severity":"normal"},{"uid":"151b4c0107f92690","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1724765421007,"stop":1724765421008,"duration":1},"status":"passed","severity":"normal"},{"uid":"80d5395b09551ccc","name":"LightPush with 0 connections","time":{"start":1724765110671,"stop":1724765110671,"duration":0},"status":"passed","severity":"normal"},{"uid":"678ac4ef889af614","name":"Query with Promise Callback, No Decoder","time":{"start":1724765511610,"stop":1724765511611,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad4dd0fb07bb7514","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1724765392391,"stop":1724765392392,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ccf071b53ef6425","name":"Check message received after jswaku node is restarted","time":{"start":1724765392377,"stop":1724765392377,"duration":0},"status":"skipped","severity":"normal"},{"uid":"fbef4e6e65982554","name":"start node with empty content topic","time":{"start":1724765462127,"stop":1724765462127,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5e5dbac02a2f839","name":"Subscribe to topic containing Script and receive message","time":{"start":1724765075586,"stop":1724765075586,"duration":0},"status":"passed","severity":"normal"},{"uid":"d74c657d2ec2f55d","name":"Check received message containing unicode special characters","time":{"start":1724765392372,"stop":1724765392372,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee1e62bb81f19995","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1724765485942,"stop":1724765485943,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c0d2845ec30fd98","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1724765108195,"stop":1724765108196,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3b1503f2fcee1cb","name":"Check message with no payload is not received","time":{"start":1724765392393,"stop":1724765392394,"duration":1},"status":"passed","severity":"normal"},{"uid":"99506e5ddae8568d","name":"retrieves a single peer","time":{"start":1724764813700,"stop":1724764813701,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5201dfe3d020d53","name":"Check publish message containing emoji","time":{"start":1724765426730,"stop":1724765426735,"duration":5},"status":"passed","severity":"normal"},{"uid":"1ede292159258d50","name":"should be able to encode the field with only RELAY set to true","time":{"start":1724764797025,"stop":1724764797027,"duration":2},"status":"passed","severity":"normal"},{"uid":"6032a1fee2cee687","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1724764823785,"stop":1724764823786,"duration":1},"status":"passed","severity":"normal"},{"uid":"915e5a37d9391a44","name":"Subscribe to topic containing emoji and publish message","time":{"start":1724765421011,"stop":1724765421011,"duration":0},"status":"passed","severity":"normal"},{"uid":"81c9b9b4027dce7b","name":"Check publish message after client node is restarted","time":{"start":1724765426747,"stop":1724765426747,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a51c651eb2e8b471","name":"Should update multiaddrs","time":{"start":1724765326018,"stop":1724765326018,"duration":0},"status":"passed","severity":"normal"},{"uid":"df569a3f675e338d","name":"Check received message containing short","time":{"start":1724765048424,"stop":1724765048424,"duration":0},"status":"passed","severity":"normal"},{"uid":"646decd22a652492","name":"Push message on custom pubsubTopic","time":{"start":1724765205051,"stop":1724765205051,"duration":0},"status":"passed","severity":"normal"},{"uid":"75c37226a5df22ac","name":"should set field with only FILTER enabled","time":{"start":1724764797742,"stop":1724764797742,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ecb3bfef69026ca","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1724764789135,"stop":1724764789135,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d89f2fb96b9f795","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724765049729,"stop":1724765049730,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b8cd1c31a59f4e3","name":"Privacy Node - default protocol","time":{"start":1724765566166,"stop":1724765566166,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b219a332e6eef60","name":"ignores domain fetching errors","time":{"start":1724764813702,"stop":1724764813703,"duration":1},"status":"passed","severity":"normal"},{"uid":"83556394dd313f53","name":"Push message with custom timestamp: 1724761510944","time":{"start":1724765367205,"stop":1724765367205,"duration":0},"status":"passed","severity":"normal"},{"uid":"846d212c86a16b00","name":"Push message with content topic containing Russian","time":{"start":1724765367181,"stop":1724765367184,"duration":3},"status":"passed","severity":"normal"},{"uid":"8fdc353f9b09012e","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1724764789119,"stop":1724764789119,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f5bd8d5fc9a836b","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1724765049745,"stop":1724765049745,"duration":0},"status":"passed","severity":"normal"},{"uid":"c142183457041f51","name":"should properly create location multiaddrs - udp","time":{"start":1724764797740,"stop":1724764797740,"duration":0},"status":"passed","severity":"normal"},{"uid":"715bf091bd744619","name":"should not receive a peer event after stop","time":{"start":1724764850600,"stop":1724764850600,"duration":0},"status":"passed","severity":"normal"},{"uid":"68c8c5f06504cd49","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1724765108194,"stop":1724765108194,"duration":0},"status":"passed","severity":"normal"},{"uid":"336a99da66c958b9","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1724764789136,"stop":1724764789136,"duration":0},"status":"passed","severity":"normal"},{"uid":"b351309a1788c8c7","name":"should emit a peer event after start","time":{"start":1724764850588,"stop":1724764850594,"duration":6},"status":"passed","severity":"normal"},{"uid":"d7dd196edade4ea4","name":"Check received message with timestamp: 1724764839246 ","time":{"start":1724765392390,"stop":1724765392391,"duration":1},"status":"passed","severity":"normal"},{"uid":"3239d5ad2d92c781","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","time":{"start":1724764956452,"stop":1724764956453,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d23798cb15b734b","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1724764797064,"stop":1724764797065,"duration":1},"status":"passed","severity":"normal"},{"uid":"503ea55a8af60b15","name":"Push message with escaped characters payload","time":{"start":1724765505326,"stop":1724765505326,"duration":0},"status":"passed","severity":"normal"},{"uid":"50c1415d2f21187a","name":"Publish message with custom timestamp: Tue Aug 27 2024 12:29:56 GMT+0000 (Coordinated Universal Time)","time":{"start":1724765426736,"stop":1724765426736,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b2875eff044fc90","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1724765557439,"stop":1724765557440,"duration":1},"status":"passed","severity":"normal"},{"uid":"ecaedfc84a505e6b","name":"Check publish message containing long","time":{"start":1724765426724,"stop":1724765426724,"duration":0},"status":"passed","severity":"normal"},{"uid":"805aaab14abc4996","name":"Subscribe and receive messages via waku relay post","time":{"start":1724765545662,"stop":1724765545662,"duration":0},"status":"passed","severity":"normal"},{"uid":"324c5a396893d8f2","name":"should emit events and trasition isConnected state when has peers or no peers","time":{"start":1724764841854,"stop":1724764841854,"duration":0},"status":"passed","severity":"normal"},{"uid":"d69731c23ed5bcb6","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1724764841853,"stop":1724764841853,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe121e76402af445","name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","time":{"start":1724765325746,"stop":1724765325747,"duration":1},"status":"passed","severity":"normal"},{"uid":"3671479a615fe38d","name":"Push message with content topic containing shell command","time":{"start":1724765505398,"stop":1724765505398,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d662c7d6abdbfa7","name":"Check meta is set [ecies]","time":{"start":1724764825334,"stop":1724764825334,"duration":0},"status":"passed","severity":"normal"},{"uid":"95dfefb59d75ae27","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1724765534495,"stop":1724765534495,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0c6ae64867d8cde","name":"Push 30 different messages","time":{"start":1724765367164,"stop":1724765367168,"duration":4},"status":"passed","severity":"normal"},{"uid":"e6e1be1c87bed556","name":"Generator, custom pubsub topic","time":{"start":1724765534495,"stop":1724765534496,"duration":1},"status":"passed","severity":"normal"},{"uid":"14ebd19f225456be","name":"should properly create location multiaddrs - tcp6","time":{"start":1724764797739,"stop":1724764797740,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e6d0a1561a61405","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1724764789143,"stop":1724764789143,"duration":0},"status":"passed","severity":"normal"},{"uid":"83ce657a6484d22","name":"Generator, 2 different pubsubtopics","time":{"start":1724765534496,"stop":1724765534496,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b96bdbf561bfd4a","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1724764847608,"stop":1724764847609,"duration":1},"status":"passed","severity":"normal"},{"uid":"b82c3fef4cf11ef9","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1724764789137,"stop":1724764789137,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2ddf9d7e66e0383","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1724764855570,"stop":1724764855571,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f50b4ca6834b229","name":"should only return 1 node with relay capability","time":{"start":1724764813705,"stop":1724764813705,"duration":0},"status":"passed","severity":"normal"},{"uid":"77178c74f03f2548","name":"random static sharding 7 - Cluster ID: 691, Shard ID: 805","time":{"start":1724765485935,"stop":1724765485936,"duration":1},"status":"passed","severity":"normal"},{"uid":"6814cc538e5bbafa","name":"random static sharding 8 - Cluster ID: 854, Shard ID: 924","time":{"start":1724765485936,"stop":1724765485937,"duration":1},"status":"passed","severity":"normal"},{"uid":"9defaacb69b0c7b4","name":"Check received message containing emoji","time":{"start":1724765392372,"stop":1724765392372,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdc7c200852ab5f5","name":"Ping on peer without subscriptions","time":{"start":1724764941088,"stop":1724764941089,"duration":1},"status":"passed","severity":"normal"},{"uid":"d460a58c72975ac1","name":"Subscribe to topic containing short and receive message","time":{"start":1724765545676,"stop":1724765545676,"duration":0},"status":"passed","severity":"normal"},{"uid":"51c2bd32c7da4df9","name":"Push message with custom timestamp: 1694006710944","time":{"start":1724765367201,"stop":1724765367204,"duration":3},"status":"passed","severity":"normal"},{"uid":"bbb7ae46b5f6cf44","name":"should only return 1 node with store capability","time":{"start":1724764813706,"stop":1724764813706,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4724f09695bb717","name":"Push message with content topic containing shell command","time":{"start":1724765367187,"stop":1724765367187,"duration":0},"status":"passed","severity":"normal"},{"uid":"309ed96883f3a1fb","name":"Push message with content topic containing unicode special characters","time":{"start":1724765505400,"stop":1724765505400,"duration":0},"status":"passed","severity":"normal"},{"uid":"6342d7435829c72a","name":"Check message on other pubsub topic is not received","time":{"start":1724765392375,"stop":1724765392375,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1bf6e966d5d6b9c","name":"should encode/decode to text encoding","time":{"start":1724764797733,"stop":1724764797733,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3bc283dcb91a664","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724765049737,"stop":1724765049738,"duration":1},"status":"passed","severity":"normal"},{"uid":"5714f296a4384db5","name":"Relay + Store","time":{"start":1724764797743,"stop":1724764797743,"duration":0},"status":"passed","severity":"normal"},{"uid":"146734797d2058e3","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1724764789118,"stop":1724764789118,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec00b7a3d14252ab","name":"Query Generator, Wrong PubsubTopic","time":{"start":1724765511605,"stop":1724765511606,"duration":1},"status":"passed","severity":"normal"},{"uid":"393e4d7950d1d697","name":"Push message with content topic containing escaped characters","time":{"start":1724765505399,"stop":1724765505399,"duration":0},"status":"passed","severity":"normal"},{"uid":"81a27ef6506fd35","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1724764789126,"stop":1724764789126,"duration":0},"status":"passed","severity":"normal"},{"uid":"1177f5de52af0a6c","name":"Check received message containing SQL Injection","time":{"start":1724765048428,"stop":1724765048428,"duration":0},"status":"passed","severity":"normal"},{"uid":"1985850e1cc2aa60","name":"does not throw on valid cases","time":{"start":1724764789112,"stop":1724764789112,"duration":0},"status":"passed","severity":"normal"},{"uid":"3577b928ef7ad12c","name":"Decoder throws on empty string content topic","time":{"start":1724764825336,"stop":1724764825336,"duration":0},"status":"passed","severity":"normal"},{"uid":"8537f8437a7719ab","name":"Nodes with multiple pubsub topic","time":{"start":1724765405946,"stop":1724765405946,"duration":0},"status":"passed","severity":"normal"},{"uid":"899c594c95c7866","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1724764847608,"stop":1724764847608,"duration":0},"status":"passed","severity":"normal"},{"uid":"5320e090d1380848","name":"Subscribe and receive messages via waku relay post","time":{"start":1724765545633,"stop":1724765545633,"duration":0},"status":"passed","severity":"normal"},{"uid":"56f05d96367564de","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1724764813707,"stop":1724764813707,"duration":0},"status":"passed","severity":"normal"},{"uid":"e00f49868c5484b7","name":"Push message with numeric payload","time":{"start":1724765367113,"stop":1724765367113,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8343b8579fa6e00","name":"Check message with no payload is not received","time":{"start":1724765392376,"stop":1724765392376,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b9ca89154db9036","name":"Push message with unicode special characters payload","time":{"start":1724765505327,"stop":1724765505327,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ab0876fc354480e","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1724764791733,"stop":1724764791733,"duration":0},"status":"passed","severity":"normal"},{"uid":"accc85d246b81f25","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1724764850601,"stop":1724764850601,"duration":0},"status":"skipped","severity":"normal"},{"uid":"bcb0c038cdb81b47","name":"Check received message containing numeric","time":{"start":1724765392379,"stop":1724765392379,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ffbdedfcad391e2","name":"should throw error - no id","time":{"start":1724764797730,"stop":1724764797730,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1a3a7160bf2bed8","name":"Subscribe to topic containing XML and receive message","time":{"start":1724765545650,"stop":1724765545653,"duration":3},"status":"passed","severity":"normal"},{"uid":"dcf2d34c3046acaa","name":"Check received message containing escaped characters","time":{"start":1724765392387,"stop":1724765392389,"duration":2},"status":"passed","severity":"normal"},{"uid":"77969fe089ae80bc","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1724765545674,"stop":1724765545675,"duration":1},"status":"passed","severity":"normal"},{"uid":"8effca021706685c","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1724765421010,"stop":1724765421010,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d0ad32633d63504","name":"Check message received after nwaku node is restarted","time":{"start":1724765392395,"stop":1724765392395,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e91c791a51c836e1","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1724765049738,"stop":1724765049738,"duration":0},"status":"passed","severity":"normal"},{"uid":"3195c43c949549f9","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1724765579393,"stop":1724765579393,"duration":0},"status":"passed","severity":"normal"},{"uid":"19e6f615b77590e3","name":"Ordered Callback sorting by timestamp while page direction is false","time":{"start":1724765547288,"stop":1724765547288,"duration":0},"status":"passed","severity":"normal"},{"uid":"76c9aa49368f8275","name":"less peers than existing","time":{"start":1724765367464,"stop":1724765367465,"duration":1},"status":"skipped","severity":"normal"},{"uid":"d31d8ac92cf8b755","name":"more peers than existing","time":{"start":1724765367464,"stop":1724765367464,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3e36d3afe255528b","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724765205052,"stop":1724765205053,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c859404fe368909","name":"Check received message containing long","time":{"start":1724765048424,"stop":1724765048425,"duration":1},"status":"passed","severity":"normal"},{"uid":"934c16df1889cd47","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1724764813708,"stop":1724764813708,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5b8e25bf983e40ea","name":"Subscribe to topic containing short and publish message","time":{"start":1724765421005,"stop":1724765421005,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd456d3664271b55","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1724764797060,"stop":1724764797061,"duration":1},"status":"passed","severity":"normal"},{"uid":"8147fba0ccd8f269","name":"udp ip6 address","time":{"start":1724764797364,"stop":1724764797364,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed232de46dd67f25","name":"Check message with invalid timestamp is not received","time":{"start":1724765392392,"stop":1724765392392,"duration":0},"status":"passed","severity":"normal"},{"uid":"e45b296052a62fba","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1724765557436,"stop":1724765557437,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f6d88a88912d725","name":"should throw error - no public key","time":{"start":1724764797729,"stop":1724764797730,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e825b995dc3acd","name":"Subscribe to topic containing special chars and receive message","time":{"start":1724765545642,"stop":1724765545642,"duration":0},"status":"passed","severity":"normal"},{"uid":"42c44b6dc8001e96","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1724765108196,"stop":1724765108196,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0d346e1b1238998","name":"Query Generator sorting by timestamp while page direction is false","time":{"start":1724765547287,"stop":1724765547287,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c53641039367385","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1724765545682,"stop":1724765545682,"duration":0},"status":"passed","severity":"normal"},{"uid":"30d3f2504637806c","name":"Number of peers are maintained correctly","time":{"start":1724765143904,"stop":1724765143904,"duration":0},"status":"passed","severity":"normal"},{"uid":"c96f48e022d8aa94","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1724765579392,"stop":1724765579392,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e32756d965294a4","name":"should handle a minimal index list","time":{"start":1724764789257,"stop":1724764789258,"duration":1},"status":"passed","severity":"normal"},{"uid":"6229e57f6b41121e","name":"Decrypt messages","time":{"start":1724765370747,"stop":1724765370748,"duration":1},"status":"passed","severity":"normal"},{"uid":"77cb6fdb59c4f4d5","name":"nwaku subscribes","time":{"start":1724765396499,"stop":1724765396500,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9986a8292a341a2","name":"should return empty list for no shard","time":{"start":1724764789133,"stop":1724764789133,"duration":0},"status":"passed","severity":"normal"},{"uid":"124ea4c39a65fbba","name":"non connected peers","time":{"start":1724765367465,"stop":1724765367465,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5fad5eb5833cdfce","name":"should decode valid enr with tcp successfully","time":{"start":1724764797728,"stop":1724764797729,"duration":1},"status":"passed","severity":"normal"},{"uid":"45710f4253e48acf","name":"Subscribe to topic containing long and receive message","time":{"start":1724765545641,"stop":1724765545641,"duration":0},"status":"passed","severity":"normal"},{"uid":"14a1ba05367be791","name":"Ping on unsubscribed peer","time":{"start":1724764941087,"stop":1724764941087,"duration":0},"status":"passed","severity":"normal"},{"uid":"680cb1d39d82b89f","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1724764928739,"stop":1724764928740,"duration":1},"status":"passed","severity":"normal"},{"uid":"5661e827547331fb","name":"addEventListener with wrong event","time":{"start":1724764880295,"stop":1724764880295,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fcd5608e5867c02","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1724765075578,"stop":1724765075579,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ac13981080d1304","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1724765049730,"stop":1724765049730,"duration":0},"status":"passed","severity":"normal"},{"uid":"54907391f70419dc","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1724765049731,"stop":1724765049731,"duration":0},"status":"passed","severity":"normal"},{"uid":"84cdbefad7011f80","name":"Fails to push message with large meta","time":{"start":1724765505403,"stop":1724765505404,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c8aa7295500fb24","name":"Subscribe to topic containing XML and receive message","time":{"start":1724765075587,"stop":1724765075587,"duration":0},"status":"passed","severity":"normal"},{"uid":"99664bcf74f44265","name":"Subscribe to topic containing special chars and receive message","time":{"start":1724765545677,"stop":1724765545678,"duration":1},"status":"passed","severity":"normal"},{"uid":"8607c9b6daf0b125","name":"Js publishes, other Js receives","time":{"start":1724765396503,"stop":1724765396503,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2ecf323ea9b13c","name":"Check received message containing Basic HTML tag","time":{"start":1724765392382,"stop":1724765392382,"duration":0},"status":"passed","severity":"normal"},{"uid":"fead9d6bfce3041d","name":"Overlapping topic subscription","time":{"start":1724765545675,"stop":1724765545675,"duration":0},"status":"passed","severity":"normal"},{"uid":"150b60c93c163f93","name":"Check message received after jswaku node is restarted","time":{"start":1724765392394,"stop":1724765392394,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c9c89950c18eb78b","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1724765405948,"stop":1724765405948,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7428749b0a03750","name":"throws on content topic with too few or too many fields","time":{"start":1724764789113,"stop":1724764789113,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e5f6cc9c0647de4","name":"Subscribe to topic containing emoji and receive message","time":{"start":1724765075589,"stop":1724765075589,"duration":0},"status":"passed","severity":"normal"},{"uid":"c675a6dfe7efc7ab","name":"Check message with invalid timestamp is not received","time":{"start":1724765392374,"stop":1724765392375,"duration":1},"status":"passed","severity":"normal"},{"uid":"504a6c15671b3f29","name":"pre and post cipher","time":{"start":1724764824185,"stop":1724764824185,"duration":0},"status":"passed","severity":"normal"},{"uid":"96b20426d07c5216","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1724765421007,"stop":1724765421007,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7c8e7067e95d93c","name":"same cluster, same shard: nodes connect","time":{"start":1724765257551,"stop":1724765257552,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf9e87f18a4779f2","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1724765075585,"stop":1724765075585,"duration":0},"status":"passed","severity":"normal"},{"uid":"90da062dedf12442","name":"can start the service","time":{"start":1724765396224,"stop":1724765396227,"duration":3},"status":"passed","severity":"normal"},{"uid":"5bf8341dddebc775","name":"Refresh subscription","time":{"start":1724765421004,"stop":1724765421004,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5fa54e430739c231","name":"Relay - times out","time":{"start":1724765566163,"stop":1724765566163,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcf602bbdeaf6f22","name":"Push message with content topic containing Arabic","time":{"start":1724765505387,"stop":1724765505387,"duration":0},"status":"passed","severity":"normal"},{"uid":"358e9246bb228314","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1724764817755,"stop":1724764817755,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc86ab4224b145f9","name":"Check received message containing Chinese","time":{"start":1724765392380,"stop":1724765392380,"duration":0},"status":"passed","severity":"normal"},{"uid":"be92e18297203ce1","name":"should use the provided clusterId for the pubsub topic","time":{"start":1724764789147,"stop":1724764789147,"duration":0},"status":"passed","severity":"normal"},{"uid":"b54ffa440963c212","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724765049743,"stop":1724765049743,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba3fa42e71c93ab4","name":"Subscribe to topic containing numeric and receive message","time":{"start":1724765075584,"stop":1724765075584,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d5d07104943d368","name":"Check received message containing numeric","time":{"start":1724765048425,"stop":1724765048425,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2fd0fd3e3779834","name":"Check received message containing unicode special characters","time":{"start":1724765392389,"stop":1724765392389,"duration":0},"status":"passed","severity":"normal"},{"uid":"123ded5439ef83a9","name":"Push message on custom pubsubTopic","time":{"start":1724765205056,"stop":1724765205056,"duration":0},"status":"passed","severity":"normal"},{"uid":"9200537386fe17f0","name":"Push message with custom timestamp: 1724768675705","time":{"start":1724765505405,"stop":1724765505406,"duration":1},"status":"passed","severity":"normal"},{"uid":"30cea34dae527673","name":"Publish without waiting for remote peer","time":{"start":1724765421001,"stop":1724765421001,"duration":0},"status":"passed","severity":"normal"},{"uid":"2057b4a2a29327fd","name":"Publish message with rate limit","time":{"start":1724765426748,"stop":1724765426748,"duration":0},"status":"passed","severity":"normal"},{"uid":"15efdb4089c1db82","name":"connected peers and dial","time":{"start":1724765367463,"stop":1724765367464,"duration":1},"status":"skipped","severity":"normal"},{"uid":"81181258347b7f37","name":"Push message with emoji payload","time":{"start":1724765505327,"stop":1724765505346,"duration":19},"status":"passed","severity":"normal"},{"uid":"f3273f132597315c","name":"Push message with content topic containing long","time":{"start":1724765367172,"stop":1724765367178,"duration":6},"status":"passed","severity":"normal"},{"uid":"e6b73d21c760f22f","name":"LightPush with 2 connections","time":{"start":1724765110673,"stop":1724765110674,"duration":1},"status":"passed","severity":"normal"},{"uid":"6915fa822ffb967c","name":"Light Node - default protocols","time":{"start":1724765566165,"stop":1724765566165,"duration":0},"status":"passed","severity":"normal"},{"uid":"d95ddd7da3b80f3c","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1724765049733,"stop":1724765049737,"duration":4},"status":"passed","severity":"normal"},{"uid":"375905d4eec1411c","name":"should decode valid enr successfully","time":{"start":1724764797727,"stop":1724764797728,"duration":1},"status":"passed","severity":"normal"},{"uid":"172c6753bbd36668","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1724764789143,"stop":1724764789143,"duration":0},"status":"passed","severity":"normal"},{"uid":"aad0054b0951bc96","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724764928734,"stop":1724764928735,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8bfe28fe9d4ceb1","name":"Push message with special chars payload","time":{"start":1724765505317,"stop":1724765505317,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1546c3ce0f2b03b","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1724764813493,"stop":1724764813493,"duration":0},"status":"passed","severity":"normal"},{"uid":"aebbbc0fe81dc7de","name":"random static sharding 4 - Cluster ID: 592, Shard ID: 830","time":{"start":1724765485930,"stop":1724765485930,"duration":0},"status":"passed","severity":"normal"},{"uid":"ecf1065613aa23e2","name":"Subscribe to topic containing special chars and publish message","time":{"start":1724765421006,"stop":1724765421006,"duration":0},"status":"passed","severity":"normal"},{"uid":"89e2a22b56c59509","name":"Push message with content topic containing Basic HTML tag","time":{"start":1724765367185,"stop":1724765367186,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc8d07ea15c38fc0","name":"different cluster, different shard: nodes don't connect","time":{"start":1724765257553,"stop":1724765257553,"duration":0},"status":"passed","severity":"normal"},{"uid":"35f4c005f212a775","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1724764813492,"stop":1724764813492,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a9943652bec9815","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1724764789147,"stop":1724764789147,"duration":0},"status":"passed","severity":"normal"},{"uid":"9936e03ec0a9fa6c","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app90/4/topic391/utf8","time":{"start":1724765462125,"stop":1724765462125,"duration":0},"status":"passed","severity":"normal"},{"uid":"54a9628e6cad25fe","name":"Failed peers are renewed","time":{"start":1724765143904,"stop":1724765143905,"duration":1},"status":"passed","severity":"normal"},{"uid":"1daaf01292ec860a","name":"listenerCount","time":{"start":1724764880296,"stop":1724764880297,"duration":1},"status":"passed","severity":"normal"},{"uid":"af4f3cfbcdada91e","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app55/4/topic466/xml","time":{"start":1724765462125,"stop":1724765462125,"duration":0},"status":"passed","severity":"normal"},{"uid":"66ea3a282ca33566","name":"throws on content topic with empty encoding field","time":{"start":1724764789117,"stop":1724764789117,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ad4bc8cdfbcf2ef","name":"Check received message containing XML","time":{"start":1724765048429,"stop":1724765048429,"duration":0},"status":"passed","severity":"normal"},{"uid":"8bfc49521680405f","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1724765545663,"stop":1724765545663,"duration":0},"status":"passed","severity":"normal"},{"uid":"5016d14c4dfa3b81","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1724765421009,"stop":1724765421009,"duration":0},"status":"passed","severity":"normal"},{"uid":"65412a256cdf303c","name":"Relay - dialed after","time":{"start":1724765566162,"stop":1724765566163,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5734ed02f22db2e","name":"should correctly map a content topic to a pubsub topic","time":{"start":1724764789146,"stop":1724764789147,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ac231842aa2780","name":"A test","time":{"start":1724765205118,"stop":1724765205118,"duration":0},"status":"passed","severity":"normal"},{"uid":"5709921164f90139","name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1724765325740,"stop":1724765325741,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5b4444666effe61","name":"Check message with no pubsub topic is not received","time":{"start":1724765048440,"stop":1724765048441,"duration":1},"status":"passed","severity":"normal"},{"uid":"a732215d857a10bc","name":"Check message with invalid timestamp is not received","time":{"start":1724765048440,"stop":1724765048440,"duration":0},"status":"passed","severity":"normal"},{"uid":"c62409bce992a0c5","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1724764825333,"stop":1724764825334,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8a275d7dfc8e64e","name":"can start the service","time":{"start":1724764850586,"stop":1724764850587,"duration":1},"status":"passed","severity":"normal"},{"uid":"c434ff5f21ae1eaa","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1724765545680,"stop":1724765545680,"duration":0},"status":"passed","severity":"normal"},{"uid":"27711cc0075f8728","name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1724765325749,"stop":1724765325750,"duration":1},"status":"passed","severity":"normal"},{"uid":"22dc3b3e0896ae","name":"Passing cursor with wrong pubsubTopic","time":{"start":1724765470242,"stop":1724765470242,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d4ad9bd558ce1e7","name":"Encoder throws on undefined content topic","time":{"start":1724764825335,"stop":1724764825335,"duration":0},"status":"passed","severity":"normal"},{"uid":"82892b522932a58","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1724765049750,"stop":1724765049750,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b802e911ad2efe1","name":"throws an error for improperly formatted content topics","time":{"start":1724764789129,"stop":1724764789129,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c083e9a1a20fce6","name":"creates an iterator","time":{"start":1724765548989,"stop":1724765548989,"duration":0},"status":"passed","severity":"normal"},{"uid":"88158d699f1f5520","name":"Query Generator sorting by timestamp while page direction is true","time":{"start":1724765547286,"stop":1724765547287,"duration":1},"status":"passed","severity":"normal"},{"uid":"e292c76abc57a405","name":"Subscribe to topic containing numeric and publish message","time":{"start":1724765421006,"stop":1724765421006,"duration":0},"status":"passed","severity":"normal"},{"uid":"81dcd1954409df8b","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app26/1/topic708/proto","time":{"start":1724765462121,"stop":1724765462121,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6ec9dc4a082b568","name":"stop","time":{"start":1724764880298,"stop":1724764880299,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0c8acd33f55ae39","name":"Refresh subscription","time":{"start":1724765075580,"stop":1724765075580,"duration":0},"status":"passed","severity":"normal"},{"uid":"288f9326056313b5","name":"Check received message containing special chars","time":{"start":1724765048425,"stop":1724765048426,"duration":1},"status":"passed","severity":"normal"},{"uid":"7875856fccd9b1e6","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1724765545681,"stop":1724765545681,"duration":0},"status":"passed","severity":"normal"},{"uid":"21a833ec43389474","name":"random static sharding 9 - Cluster ID: 545, Shard ID: 715","time":{"start":1724765485938,"stop":1724765485939,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c4b68eb50e8eb77","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1724765545639,"stop":1724765545640,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c42d8405881ff80","name":"isConnected return false after peer stops","time":{"start":1724764895745,"stop":1724764895746,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e4f831bc5ec319a","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1724764975586,"stop":1724764975586,"duration":0},"status":"passed","severity":"normal"},{"uid":"b58d31f3f966678a","name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1724765325741,"stop":1724765325742,"duration":1},"status":"passed","severity":"normal"},{"uid":"b287f2aecb73a861","name":"Subscribe and receives messages on 20 topics","time":{"start":1724765075578,"stop":1724765075578,"duration":0},"status":"passed","severity":"normal"},{"uid":"57d37cb53e4ff74e","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1724765485926,"stop":1724765485928,"duration":2},"status":"passed","severity":"normal"},{"uid":"6ae1a3cb08e037b0","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1724765405947,"stop":1724765405947,"duration":0},"status":"passed","severity":"normal"},{"uid":"362324f36f532f06","name":"should be able to decode the field with only STORE set to true","time":{"start":1724764797064,"stop":1724764797064,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e5ff69db467cd0c","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1724764797061,"stop":1724764797062,"duration":1},"status":"passed","severity":"normal"},{"uid":"415e1436d803d69f","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1724764813706,"stop":1724764813707,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc7ccc13ac52a7b6","name":"Query generator for 2000 messages","time":{"start":1724765527325,"stop":1724765527326,"duration":1},"status":"passed","severity":"normal"},{"uid":"2732e6e6fdf42ca","name":"Generator, 2 different pubsubtopics","time":{"start":1724765534478,"stop":1724765534493,"duration":15},"status":"passed","severity":"normal"},{"uid":"31d59136b98ebbc4","name":"Query Generator, No message returned","time":{"start":1724765511607,"stop":1724765511607,"duration":0},"status":"passed","severity":"normal"},{"uid":"450f8c00fe8973b5","name":"Using a function","time":{"start":1724765558251,"stop":1724765558251,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c352d188924cb84","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1724765075579,"stop":1724765075579,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae4d0313326d9bb9","name":"should return the pubsub topic directly if a string is provided","time":{"start":1724764789142,"stop":1724764789143,"duration":1},"status":"passed","severity":"normal"},{"uid":"9cb187f61c7477c7","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1724765426738,"stop":1724765426738,"duration":0},"status":"passed","severity":"normal"},{"uid":"a76944356a053328","name":"should get / set UDP multiaddr","time":{"start":1724764797733,"stop":1724764797734,"duration":1},"status":"passed","severity":"normal"},{"uid":"905d28219a2f5539","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1724765470239,"stop":1724765470241,"duration":2},"status":"passed","severity":"normal"},{"uid":"c5d85c6bf4260b83","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1724765049748,"stop":1724765049748,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfd1b5a67e540d21","name":"LightPush with 1 connections","time":{"start":1724765110672,"stop":1724765110673,"duration":1},"status":"passed","severity":"normal"},{"uid":"16d3c300a9aade06","name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","time":{"start":1724765325739,"stop":1724765325740,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce89d13de2197edc","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1724765075589,"stop":1724765075589,"duration":0},"status":"passed","severity":"normal"},{"uid":"72375a0d0f5707ba","name":"Check received message containing Chinese","time":{"start":1724765048426,"stop":1724765048426,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bd488085dbaa43a","name":"Check received message containing JSON","time":{"start":1724765392382,"stop":1724765392383,"duration":1},"status":"passed","severity":"normal"},{"uid":"2693d9104eb2867d","name":"should return valid sharding parameters for static sharding","time":{"start":1724764789144,"stop":1724764789145,"duration":1},"status":"passed","severity":"normal"},{"uid":"b4e778af550fee65","name":"different cluster, different shard: nodes don't connect","time":{"start":1724765049721,"stop":1724765049722,"duration":1},"status":"passed","severity":"normal"},{"uid":"8081920411a8d970","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1724765470238,"stop":1724765470238,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce9d56bbde0f3b63","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1724764789136,"stop":1724764789136,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b1daa36d1add34f","name":"Push message with content topic containing short","time":{"start":1724765367171,"stop":1724765367172,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9154e26150b7590","name":"Push message with long payload","time":{"start":1724765367113,"stop":1724765367113,"duration":0},"status":"passed","severity":"normal"},{"uid":"d28b0142cbd1449f","name":"Push message with Script payload","time":{"start":1724765505324,"stop":1724765505324,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d4b7673c91bd647","name":"Subscribe to topic containing long and receive message","time":{"start":1724765545676,"stop":1724765545676,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ce9c6ce2d5c0ead","name":"Ping on subscribed peer","time":{"start":1724764907478,"stop":1724764907478,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e298f2d168232a2","name":"should not fail to start the service if it is already started","time":{"start":1724764817753,"stop":1724764817753,"duration":0},"status":"passed","severity":"normal"},{"uid":"b59e4245a3521dfe","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1724764789131,"stop":1724764789132,"duration":1},"status":"passed","severity":"normal"},{"uid":"5246720484742e1","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1724764789141,"stop":1724764789142,"duration":1},"status":"passed","severity":"normal"},{"uid":"555546291814fcd0","name":"Generator, custom pubsub topic","time":{"start":1724765534478,"stop":1724765534478,"duration":0},"status":"passed","severity":"normal"},{"uid":"1757ef72f4d732ab","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1724764789138,"stop":1724764789138,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bbfc77fe1d1a79b","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1724764789140,"stop":1724764789140,"duration":0},"status":"passed","severity":"normal"},{"uid":"e875c1a581ef21c7","name":"Register correct protocols","time":{"start":1724765421001,"stop":1724765421001,"duration":0},"status":"passed","severity":"normal"},{"uid":"65b78257b65b80dd","name":"LightPush","time":{"start":1724765566164,"stop":1724765566165,"duration":1},"status":"passed","severity":"normal"},{"uid":"80ee8737d3143450","name":"should not fail to start the service if it is already started","time":{"start":1724764850588,"stop":1724764850588,"duration":0},"status":"passed","severity":"normal"},{"uid":"20642a8ceda96bd9","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1724764789258,"stop":1724764789258,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f2e03679029a958","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1724764789140,"stop":1724764789140,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3f918a41e5b568e","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1724764797029,"stop":1724764797029,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3cf887120bc95cc","name":"Subscribe to topic containing emoji and receive message","time":{"start":1724765545682,"stop":1724765545682,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e9d07ee4a2a4de5","name":"Generator, custom pubsub topic","time":{"start":1724765534494,"stop":1724765534494,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9242a7e49444974","name":"Passing page size 110 when there are 120 messages","time":{"start":1724765545356,"stop":1724765545356,"duration":0},"status":"passed","severity":"normal"},{"uid":"cac19f1fc4ad095","name":"1 Store, 2 fetches","time":{"start":1724764813132,"stop":1724764813132,"duration":0},"status":"passed","severity":"normal"},{"uid":"1743219a384c67f1","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1724765405945,"stop":1724765405945,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a9df02a1eb2fa47","name":"Push message with content topic containing Arabic","time":{"start":1724765367180,"stop":1724765367181,"duration":1},"status":"passed","severity":"normal"},{"uid":"1437c5f882ca7561","name":"Subscribe to topic containing long and publish message","time":{"start":1724765421005,"stop":1724765421005,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e2bc0a72e9da806","name":"Push message with Chinese payload","time":{"start":1724765367114,"stop":1724765367114,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e6aedeff2efd0cc","name":"Ping succeeds for all connected peers","time":{"start":1724764956448,"stop":1724764956450,"duration":2},"status":"passed","severity":"normal"},{"uid":"ea13385dfdbb150b","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1724765545642,"stop":1724765545642,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2d03e95f2e1f3fb","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1724765108194,"stop":1724765108195,"duration":1},"status":"passed","severity":"normal"},{"uid":"1bf6eeaacfb1c676","name":"random static sharding 5 - Cluster ID: 307, Shard ID: 43","time":{"start":1724765485931,"stop":1724765485931,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c31889a505ee1","name":"should properly create location multiaddrs - tcp","time":{"start":1724764797740,"stop":1724764797740,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ab494c1ad15ab23","name":"Check received message containing emoji","time":{"start":1724765392390,"stop":1724765392390,"duration":0},"status":"passed","severity":"normal"},{"uid":"6aade0a3a6fb330a","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724765049726,"stop":1724765049727,"duration":1},"status":"passed","severity":"normal"},{"uid":"b0510c58cf4465cf","name":"Mutual subscription","time":{"start":1724765421000,"stop":1724765421001,"duration":1},"status":"passed","severity":"normal"},{"uid":"be443c53a8d17d74","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1724765205053,"stop":1724765205054,"duration":1},"status":"passed","severity":"normal"},{"uid":"9111eebf01619c73","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1724765545632,"stop":1724765545632,"duration":0},"status":"passed","severity":"normal"},{"uid":"1039df87e52bd307","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1724765557440,"stop":1724765557440,"duration":0},"status":"passed","severity":"normal"},{"uid":"8822aaf3fa973396","name":"Push message with meta","time":{"start":1724765505402,"stop":1724765505403,"duration":1},"status":"passed","severity":"normal"},{"uid":"560000893c65926e","name":"should throw an error if shards are undefined for static sharding","time":{"start":1724764789133,"stop":1724764789134,"duration":1},"status":"passed","severity":"normal"},{"uid":"a61f27e48d7cc2f8","name":"Push message with content topic containing Chinese","time":{"start":1724765367180,"stop":1724765367180,"duration":0},"status":"passed","severity":"normal"},{"uid":"43ee9875c2e2e334","name":"Push message with long payload","time":{"start":1724765505316,"stop":1724765505316,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c118a7b62dbd3e1","name":"Refresh subscription","time":{"start":1724765545675,"stop":1724765545676,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3d48a146a63dd42","name":"should throw error - no public key","time":{"start":1724764797731,"stop":1724764797731,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f8b521fb8926012","name":"should not fail to start the service if it is already started","time":{"start":1724765396240,"stop":1724765396240,"duration":0},"status":"passed","severity":"normal"},{"uid":"caa4ecf6f921196","name":"Push message with content topic containing numeric","time":{"start":1724765505382,"stop":1724765505383,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e7a998d7bef7d","name":"same cluster, different shard: nodes don't connect","time":{"start":1724765049720,"stop":1724765049720,"duration":0},"status":"passed","severity":"normal"},{"uid":"13bed1ee14b4c455","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1724765421002,"stop":1724765421003,"duration":1},"status":"passed","severity":"normal"},{"uid":"77f01a4af622943c","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1724765108197,"stop":1724765108198,"duration":1},"status":"passed","severity":"normal"},{"uid":"9bfec7f0303d92b7","name":"Push message equal or less that 1MB","time":{"start":1724765367205,"stop":1724765367206,"duration":1},"status":"passed","severity":"normal"},{"uid":"51c34a3440661a3b","name":"Push message with content topic containing JSON","time":{"start":1724765367186,"stop":1724765367187,"duration":1},"status":"passed","severity":"normal"},{"uid":"8955da9fe8d9bcc1","name":"Promise Callback - false","time":{"start":1724765527486,"stop":1724765527486,"duration":0},"status":"passed","severity":"normal"},{"uid":"e19db8ab130105bd","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1724764789137,"stop":1724764789137,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c08e741965ce030","name":"Check received message with timestamp: 1724764839975000000 ","time":{"start":1724765048435,"stop":1724765048435,"duration":0},"status":"passed","severity":"normal"},{"uid":"1feeb7bf38384f76","name":"handles empty shards array correctly","time":{"start":1724764789145,"stop":1724764789146,"duration":1},"status":"passed","severity":"normal"},{"uid":"1414e68ce29b3e50","name":"Correctly serialized arguments","time":{"start":1724765265534,"stop":1724765265534,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef2caa85dee2b51b","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1724764812069,"stop":1724764812069,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9116117b51b6de7","name":"Push message with JSON payload","time":{"start":1724765505325,"stop":1724765505326,"duration":1},"status":"passed","severity":"normal"},{"uid":"ae2465b7ffcda979","name":"Push message with Russian payload","time":{"start":1724765505318,"stop":1724765505318,"duration":0},"status":"passed","severity":"normal"},{"uid":"df031731d3e8c26c","name":"Check message with non string payload is not received","time":{"start":1724765392376,"stop":1724765392377,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d1054694701bb44","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1724765075585,"stop":1724765075585,"duration":0},"status":"passed","severity":"normal"},{"uid":"b048b4caad8b8b05","name":"Fails to push message bigger that 1MB","time":{"start":1724765367206,"stop":1724765367206,"duration":0},"status":"passed","severity":"normal"},{"uid":"517a4ceb97adff28","name":"Check publish message containing Russian","time":{"start":1724765426726,"stop":1724765426726,"duration":0},"status":"passed","severity":"normal"},{"uid":"c232609f85250c90","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app32/2/topic767/utf8","time":{"start":1724765462124,"stop":1724765462124,"duration":0},"status":"passed","severity":"normal"},{"uid":"647cd928248e523a","name":"should not fail to stop the service if it was not started","time":{"start":1724765396240,"stop":1724765396240,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e0c7888e1b1297d","name":"Sample","time":{"start":1724764797330,"stop":1724764797331,"duration":1},"status":"passed","severity":"normal"},{"uid":"ddf184c41b487983","name":"should be able to encode the field with only STORE set to true","time":{"start":1724764797028,"stop":1724764797028,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c96b2a8da117520","name":"should set field with only STORE enabled","time":{"start":1724764797742,"stop":1724764797742,"duration":0},"status":"passed","severity":"normal"},{"uid":"3376af262d57e6c4","name":"Subscribe to topic containing long and receive message","time":{"start":1724765075583,"stop":1724765075584,"duration":1},"status":"passed","severity":"normal"},{"uid":"365a5fbc3a2006ee","name":"Push message with content topic containing XML","time":{"start":1724765367185,"stop":1724765367185,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbec4124ae444c7e","name":"Push message with SQL Injection payload","time":{"start":1724765505318,"stop":1724765505324,"duration":6},"status":"passed","severity":"normal"},{"uid":"6bf344acb540be37","name":"Push message with Arabic payload","time":{"start":1724765367114,"stop":1724765367115,"duration":1},"status":"passed","severity":"normal"},{"uid":"59ac2f481e5b2267","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1724764789126,"stop":1724764789126,"duration":0},"status":"passed","severity":"normal"},{"uid":"b38edc5d524f2e86","name":"can dial TLS multiaddrs","time":{"start":1724765265443,"stop":1724765265444,"duration":1},"status":"passed","severity":"normal"},{"uid":"867536b93721aedf","name":"Round trip binary encryption [ecies, signature]","time":{"start":1724764825334,"stop":1724764825334,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfe478fd6337daa2","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1724764789140,"stop":1724764789141,"duration":1},"status":"passed","severity":"normal"},{"uid":"8530cd535a2cd45c","name":"Check received message with timestamp: 1649153314 ","time":{"start":1724765392391,"stop":1724765392391,"duration":0},"status":"passed","severity":"normal"},{"uid":"4047bb3667fd75f0","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1724765049725,"stop":1724765049725,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ffd34157d8b6257","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1724765421006,"stop":1724765421007,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0df48b9ec5b7c43","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1724765557437,"stop":1724765557437,"duration":0},"status":"passed","severity":"normal"},{"uid":"435243150eaf0c0","name":"Push message with custom timestamp: 1694006675705","time":{"start":1724765505404,"stop":1724765505404,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6d6678e129684d8","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1724765421002,"stop":1724765421002,"duration":0},"status":"passed","severity":"normal"},{"uid":"318afb59823afb5e","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1724765108194,"stop":1724765108194,"duration":0},"status":"passed","severity":"normal"},{"uid":"e519997997501f16","name":"Encoder throws on undefined content topic","time":{"start":1724764823789,"stop":1724764823789,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5f1a6ef41f6a12a","name":"Push message with content topic containing special chars","time":{"start":1724765505383,"stop":1724765505386,"duration":3},"status":"passed","severity":"normal"},{"uid":"332ddee11a6b7f14","name":"Ordered callback, aborts when callback returns true","time":{"start":1724765527325,"stop":1724765527325,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a47011fafb6bbfb","name":"Check received message with timestamp: 1724764839975 ","time":{"start":1724765048436,"stop":1724765048436,"duration":0},"status":"passed","severity":"normal"},{"uid":"513e287853961927","name":"Push message on custom pubsubTopic","time":{"start":1724765205054,"stop":1724765205054,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2ab87f3c994b630","name":"Check publish message containing special chars","time":{"start":1724765426725,"stop":1724765426725,"duration":0},"status":"passed","severity":"normal"},{"uid":"743458c3a9505412","name":"Check publish message containing escaped characters","time":{"start":1724765426729,"stop":1724765426729,"duration":0},"status":"passed","severity":"normal"},{"uid":"10f9ea02c8639334","name":"same cluster, different shard: nodes connect","time":{"start":1724765257552,"stop":1724765257552,"duration":0},"status":"passed","severity":"normal"},{"uid":"a71347302db4673d","name":"Push message with escaped characters payload","time":{"start":1724765367157,"stop":1724765367158,"duration":1},"status":"passed","severity":"normal"},{"uid":"5936e3423cc1af21","name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","time":{"start":1724765325742,"stop":1724765325743,"duration":1},"status":"passed","severity":"normal"},{"uid":"f993a5db17ee2943","name":"Subscribe to topic containing XML and receive message","time":{"start":1724765545680,"stop":1724765545680,"duration":0},"status":"passed","severity":"normal"},{"uid":"291dfeef1b88b996","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1724764789127,"stop":1724764789128,"duration":1},"status":"passed","severity":"normal"},{"uid":"235373d7977160df","name":"Add multiple subscription objects on single nwaku node","time":{"start":1724765545656,"stop":1724765545656,"duration":0},"status":"passed","severity":"normal"},{"uid":"4193bdab54dd053a","name":"should throw an error for missing sharding configuration","time":{"start":1724764789145,"stop":1724764789145,"duration":0},"status":"passed","severity":"normal"},{"uid":"cfce41cdf2389246","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1724764789127,"stop":1724764789127,"duration":0},"status":"passed","severity":"normal"},{"uid":"b95a7d9ffa99765e","name":"returns all values when wanted number is greater than available values","time":{"start":1724764812068,"stop":1724764812069,"duration":1},"status":"passed","severity":"normal"},{"uid":"86a8bbb728b7dd8b","name":"Callback on promise","time":{"start":1724765527323,"stop":1724765527323,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc3e58dad9a1e136","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724764928738,"stop":1724764928738,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dabd66bf19c6092","name":"Renews subscription after lossing a connection","time":{"start":1724765545656,"stop":1724765545657,"duration":1},"status":"passed","severity":"normal"},{"uid":"3bf6bbd6792b8020","name":"should emit a peer event after start","time":{"start":1724764817753,"stop":1724764817754,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb988b345ab86cc6","name":"Publish message with custom timestamp: Wed Sep 06 2023 13:29:56 GMT+0000 (Coordinated Universal Time)","time":{"start":1724765426735,"stop":1724765426736,"duration":1},"status":"passed","severity":"normal"},{"uid":"b26c2cff2fb8d7b1","name":"Subscribe to topic containing shell command and receive message","time":{"start":1724765545654,"stop":1724765545654,"duration":0},"status":"passed","severity":"normal"},{"uid":"eff3fcce9e72ebb7","name":"removeEventListener with correct event","time":{"start":1724764880295,"stop":1724764880295,"duration":0},"status":"passed","severity":"normal"},{"uid":"10c16347de4a67cd","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1724765545655,"stop":1724765545655,"duration":0},"status":"passed","severity":"normal"},{"uid":"b12ebc44e29a47f9","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1724765108197,"stop":1724765108197,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f023581f56f89b4","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1724765049725,"stop":1724765049725,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fa72cf9adc0224f","name":"different cluster, same shard: nodes don't connect","time":{"start":1724765257552,"stop":1724765257553,"duration":1},"status":"passed","severity":"normal"},{"uid":"55b639b2b5ede839","name":"dispatchEvent via connectionManager","time":{"start":1724764880297,"stop":1724764880297,"duration":0},"status":"passed","severity":"normal"},{"uid":"40cf82af938ad867","name":"Check message received after nwaku node is restarted","time":{"start":1724765392377,"stop":1724765392377,"duration":0},"status":"skipped","severity":"normal"},{"uid":"db2c74bbcb7c533e","name":"configure the node with multiple pubsub topics","time":{"start":1724765485941,"stop":1724765485942,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a4cd2db3353da33","name":"Check message with no content topic is not received","time":{"start":1724765392393,"stop":1724765392393,"duration":0},"status":"passed","severity":"normal"},{"uid":"d97d394183462ff3","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1724765108196,"stop":1724765108197,"duration":1},"status":"passed","severity":"normal"},{"uid":"5af5452668bf89ba","name":"Check received message containing SQL Injection","time":{"start":1724765392369,"stop":1724765392369,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c760404d657bbf0","name":"Refresh subscription","time":{"start":1724765545640,"stop":1724765545640,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/7346/widgets/environment.json b/7346/widgets/environment.json deleted file mode 100644 index 0637a088a01..00000000000 --- a/7346/widgets/environment.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/7346/widgets/executors.json b/7346/widgets/executors.json deleted file mode 100644 index a2c99e3787d..00000000000 --- a/7346/widgets/executors.json +++ /dev/null @@ -1 +0,0 @@ -[{"name":"GitHub Actions","type":"github","url":"https://waku-org.github.io/js-waku","buildOrder":7346,"buildName":"GitHub Actions Run #10578955695","buildUrl":"https://github.com/waku-org/js-waku/actions/runs/10578955695","reportName":"Allure Report with history","reportUrl":"https://waku-org.github.io/js-waku/7346/"}] \ No newline at end of file diff --git a/7346/widgets/history-trend.json b/7346/widgets/history-trend.json deleted file mode 100644 index a3cac0542de..00000000000 --- a/7346/widgets/history-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":7346,"reportUrl":"https://waku-org.github.io/js-waku/7346/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":833,"unknown":0,"total":855}},{"buildOrder":7345,"reportUrl":"https://waku-org.github.io/js-waku/7345/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":18,"passed":820,"unknown":0,"total":839}},{"buildOrder":7344,"reportUrl":"https://waku-org.github.io/js-waku/7344/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":830,"unknown":0,"total":853}},{"buildOrder":7342,"reportUrl":"https://waku-org.github.io/js-waku/7342/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":833,"unknown":0,"total":855}},{"buildOrder":7344,"reportUrl":"https://waku-org.github.io/js-waku/7344/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":831,"unknown":0,"total":853}},{"buildOrder":7343,"reportUrl":"https://waku-org.github.io/js-waku/7343/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":827,"unknown":0,"total":850}},{"buildOrder":7342,"reportUrl":"https://waku-org.github.io/js-waku/7342/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":827,"unknown":0,"total":850}},{"buildOrder":7328,"reportUrl":"https://waku-org.github.io/js-waku/7328/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":830,"unknown":0,"total":853}},{"buildOrder":7342,"reportUrl":"https://waku-org.github.io/js-waku/7342/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":832,"unknown":0,"total":855}},{"buildOrder":7341,"reportUrl":"https://waku-org.github.io/js-waku/7341/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":833,"unknown":0,"total":855}},{"buildOrder":7340,"reportUrl":"https://waku-org.github.io/js-waku/7340/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":831,"unknown":0,"total":853}},{"buildOrder":7339,"reportUrl":"https://waku-org.github.io/js-waku/7339/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":832,"unknown":0,"total":853}},{"buildOrder":7338,"reportUrl":"https://waku-org.github.io/js-waku/7338/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":832,"unknown":0,"total":853}},{"buildOrder":7338,"reportUrl":"https://waku-org.github.io/js-waku/7338/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":831,"unknown":0,"total":853}},{"buildOrder":7337,"reportUrl":"https://waku-org.github.io/js-waku/7337/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":833,"unknown":0,"total":855}},{"buildOrder":7336,"reportUrl":"https://waku-org.github.io/js-waku/7336/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":828,"unknown":0,"total":849}},{"buildOrder":7335,"reportUrl":"https://waku-org.github.io/js-waku/7335/","reportName":"Allure Report with history","data":{"failed":0,"broken":43,"skipped":21,"passed":789,"unknown":0,"total":853}},{"buildOrder":7335,"reportUrl":"https://waku-org.github.io/js-waku/7335/","reportName":"Allure Report with history","data":{"failed":0,"broken":43,"skipped":21,"passed":789,"unknown":0,"total":853}},{"buildOrder":7335,"reportUrl":"https://waku-org.github.io/js-waku/7335/","reportName":"Allure Report with history","data":{"failed":0,"broken":43,"skipped":21,"passed":789,"unknown":0,"total":853}},{"buildOrder":7334,"reportUrl":"https://waku-org.github.io/js-waku/7334/","reportName":"Allure Report with history","data":{"failed":0,"broken":3,"skipped":21,"passed":831,"unknown":0,"total":855}}] \ No newline at end of file diff --git a/7346/widgets/launch.json b/7346/widgets/launch.json deleted file mode 100644 index 0637a088a01..00000000000 --- a/7346/widgets/launch.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/7346/widgets/retry-trend.json b/7346/widgets/retry-trend.json deleted file mode 100644 index eab3fdebf75..00000000000 --- a/7346/widgets/retry-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":7346,"reportUrl":"https://waku-org.github.io/js-waku/7346/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7345,"reportUrl":"https://waku-org.github.io/js-waku/7345/","reportName":"Allure Report with history","data":{"run":839,"retry":2}},{"buildOrder":7344,"reportUrl":"https://waku-org.github.io/js-waku/7344/","reportName":"Allure Report with history","data":{"run":853,"retry":2}},{"buildOrder":7342,"reportUrl":"https://waku-org.github.io/js-waku/7342/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7344,"reportUrl":"https://waku-org.github.io/js-waku/7344/","reportName":"Allure Report with history","data":{"run":853,"retry":2}},{"buildOrder":7343,"reportUrl":"https://waku-org.github.io/js-waku/7343/","reportName":"Allure Report with history","data":{"run":850,"retry":2}},{"buildOrder":7342,"reportUrl":"https://waku-org.github.io/js-waku/7342/","reportName":"Allure Report with history","data":{"run":850,"retry":2}},{"buildOrder":7328,"reportUrl":"https://waku-org.github.io/js-waku/7328/","reportName":"Allure Report with history","data":{"run":853,"retry":2}},{"buildOrder":7342,"reportUrl":"https://waku-org.github.io/js-waku/7342/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7341,"reportUrl":"https://waku-org.github.io/js-waku/7341/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7340,"reportUrl":"https://waku-org.github.io/js-waku/7340/","reportName":"Allure Report with history","data":{"run":853,"retry":2}},{"buildOrder":7339,"reportUrl":"https://waku-org.github.io/js-waku/7339/","reportName":"Allure Report with history","data":{"run":853,"retry":2}},{"buildOrder":7338,"reportUrl":"https://waku-org.github.io/js-waku/7338/","reportName":"Allure Report with history","data":{"run":853,"retry":2}},{"buildOrder":7338,"reportUrl":"https://waku-org.github.io/js-waku/7338/","reportName":"Allure Report with history","data":{"run":853,"retry":2}},{"buildOrder":7337,"reportUrl":"https://waku-org.github.io/js-waku/7337/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7336,"reportUrl":"https://waku-org.github.io/js-waku/7336/","reportName":"Allure Report with history","data":{"run":849,"retry":2}},{"buildOrder":7335,"reportUrl":"https://waku-org.github.io/js-waku/7335/","reportName":"Allure Report with history","data":{"run":853,"retry":2}},{"buildOrder":7335,"reportUrl":"https://waku-org.github.io/js-waku/7335/","reportName":"Allure Report with history","data":{"run":853,"retry":2}},{"buildOrder":7335,"reportUrl":"https://waku-org.github.io/js-waku/7335/","reportName":"Allure Report with history","data":{"run":853,"retry":2}},{"buildOrder":7334,"reportUrl":"https://waku-org.github.io/js-waku/7334/","reportName":"Allure Report with history","data":{"run":855,"retry":2}}] \ No newline at end of file diff --git a/7346/widgets/severity.json b/7346/widgets/severity.json deleted file mode 100644 index 3b7cd85dfc2..00000000000 --- a/7346/widgets/severity.json +++ /dev/null @@ -1 +0,0 @@ -[{"uid":"1c38d287a0e7200","name":"Check received message containing XML","time":{"start":1724765392382,"stop":1724765392382,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8a275d7dfc8e64e","name":"can start the service","time":{"start":1724764850586,"stop":1724764850587,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3d48a146a63dd42","name":"should throw error - no public key","time":{"start":1724764797731,"stop":1724764797731,"duration":0},"status":"passed","severity":"normal"},{"uid":"e43d2f4a37d30d8","name":"Push message with Basic HTML tag payload","time":{"start":1724765505325,"stop":1724765505325,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f6d88a88912d725","name":"should throw error - no public key","time":{"start":1724764797729,"stop":1724764797730,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9e8fa4fc3dbcf0d","name":"Query Generator - true","time":{"start":1724765527485,"stop":1724765527485,"duration":0},"status":"passed","severity":"normal"},{"uid":"715c680872b85c01","name":"Fails to push message with empty content topic","time":{"start":1724765367188,"stop":1724765367189,"duration":1},"status":"passed","severity":"normal"},{"uid":"151d575c3306795a","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1724764895743,"stop":1724764895743,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed4830ff110aa687","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1724764841851,"stop":1724764841851,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e374c6a870effb","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1724764789126,"stop":1724764789126,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cafb49903dae1bb","name":"Check received message containing short","time":{"start":1724765392378,"stop":1724765392379,"duration":1},"status":"passed","severity":"normal"},{"uid":"1daaf01292ec860a","name":"listenerCount","time":{"start":1724764880296,"stop":1724764880297,"duration":1},"status":"passed","severity":"normal"},{"uid":"5fa54e430739c231","name":"Relay - times out","time":{"start":1724765566163,"stop":1724765566163,"duration":0},"status":"passed","severity":"normal"},{"uid":"f118c5d35700a783","name":"Check received message containing short","time":{"start":1724765392364,"stop":1724765392365,"duration":1},"status":"passed","severity":"normal"},{"uid":"5016d14c4dfa3b81","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1724765421009,"stop":1724765421009,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ca13a7a3914c7a3","name":"can start and stop the service","time":{"start":1724764850587,"stop":1724764850587,"duration":0},"status":"passed","severity":"normal"},{"uid":"867536b93721aedf","name":"Round trip binary encryption [ecies, signature]","time":{"start":1724764825334,"stop":1724764825334,"duration":0},"status":"passed","severity":"normal"},{"uid":"963902fdd66bafe1","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1724765108198,"stop":1724765108198,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b81fe00496c5421","name":"safeDispatchEvent","time":{"start":1724764880298,"stop":1724764880298,"duration":0},"status":"passed","severity":"normal"},{"uid":"b18d9a35f58f52d9","name":"Check received message containing shell command","time":{"start":1724765392387,"stop":1724765392387,"duration":0},"status":"passed","severity":"normal"},{"uid":"e46027e9bad0fbf4","name":"Push to array if already present","time":{"start":1724764788866,"stop":1724764788866,"duration":0},"status":"passed","severity":"normal"},{"uid":"e59acfcaf7cb519e","name":"Push message with XML payload","time":{"start":1724765505325,"stop":1724765505325,"duration":0},"status":"passed","severity":"normal"},{"uid":"a02a7dbde0595ebe","name":"Fails to push message with empty content topic","time":{"start":1724765505401,"stop":1724765505402,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf1b255875aa08bd","name":"Check received message containing Arabic","time":{"start":1724765392380,"stop":1724765392380,"duration":0},"status":"passed","severity":"normal"},{"uid":"7adf2e77d05d4c8d","name":"Check received message containing special chars","time":{"start":1724765392366,"stop":1724765392366,"duration":0},"status":"passed","severity":"normal"},{"uid":"48f71e4f6adbc9ff","name":"should properly create peer info with all multiaddrs","time":{"start":1724764797740,"stop":1724764797741,"duration":1},"status":"passed","severity":"normal"},{"uid":"e86b4e095d75523e","name":"Check received message containing Russian","time":{"start":1724765392381,"stop":1724765392381,"duration":0},"status":"passed","severity":"normal"},{"uid":"21f57cc4fa8f7e41","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1724764789147,"stop":1724764789148,"duration":1},"status":"passed","severity":"normal"},{"uid":"309ed96883f3a1fb","name":"Push message with content topic containing unicode special characters","time":{"start":1724765505400,"stop":1724765505400,"duration":0},"status":"passed","severity":"normal"},{"uid":"e08a5b6a14d17393","name":"Subscribe and receive messages via lightPush","time":{"start":1724765545657,"stop":1724765545658,"duration":1},"status":"passed","severity":"normal"},{"uid":"6d4b7673c91bd647","name":"Subscribe to topic containing long and receive message","time":{"start":1724765545676,"stop":1724765545676,"duration":0},"status":"passed","severity":"normal"},{"uid":"882e1877f66a6999","name":"Check received message with timestamp: 1724764839246000000 ","time":{"start":1724765392373,"stop":1724765392373,"duration":0},"status":"passed","severity":"normal"},{"uid":"3019314cb14a6256","name":"LightPush with 3 connections","time":{"start":1724765110674,"stop":1724765110674,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb198be67f1ee969","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1724764789130,"stop":1724764789130,"duration":0},"status":"passed","severity":"normal"},{"uid":"14ffbea7b901984b","name":"handles multiple messages","time":{"start":1724765548990,"stop":1724765548990,"duration":0},"status":"passed","severity":"normal"},{"uid":"48cbbbf3412459dc","name":"Check received message containing special chars","time":{"start":1724765392379,"stop":1724765392380,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ce591783da547aa","name":"Check received message containing long","time":{"start":1724765392379,"stop":1724765392379,"duration":0},"status":"passed","severity":"normal"},{"uid":"d257d01a6782c66e","name":"Push message with content topic containing Chinese","time":{"start":1724765505386,"stop":1724765505387,"duration":1},"status":"passed","severity":"normal"},{"uid":"324c5a396893d8f2","name":"should emit events and trasition isConnected state when has peers or no peers","time":{"start":1724764841854,"stop":1724764841854,"duration":0},"status":"passed","severity":"normal"},{"uid":"6229e57f6b41121e","name":"Decrypt messages","time":{"start":1724765370747,"stop":1724765370748,"duration":1},"status":"passed","severity":"normal"},{"uid":"c451f242e870086a","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1724764789139,"stop":1724764789139,"duration":0},"status":"passed","severity":"normal"},{"uid":"4707aaf56c982ac4","name":"Ping on unsubscribed peer","time":{"start":1724764941089,"stop":1724764941089,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7de71ee189635fe","name":"Decoder throws on empty string content topic","time":{"start":1724764823792,"stop":1724764823792,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2fd0fd3e3779834","name":"Check received message containing unicode special characters","time":{"start":1724765392389,"stop":1724765392389,"duration":0},"status":"passed","severity":"normal"},{"uid":"31d59136b98ebbc4","name":"Query Generator, No message returned","time":{"start":1724765511607,"stop":1724765511607,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ad4bc8cdfbcf2ef","name":"Check received message containing XML","time":{"start":1724765048429,"stop":1724765048429,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3d725cff0fc547c","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724765205055,"stop":1724765205055,"duration":0},"status":"passed","severity":"normal"},{"uid":"8528f8b82e072511","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1724765049726,"stop":1724765049726,"duration":0},"status":"passed","severity":"normal"},{"uid":"a71347302db4673d","name":"Push message with escaped characters payload","time":{"start":1724765367157,"stop":1724765367158,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce0349898ccb2d2","name":"isConnected between 2 js-waku relay nodes","time":{"start":1724764895746,"stop":1724764895746,"duration":0},"status":"passed","severity":"normal"},{"uid":"7875856fccd9b1e6","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1724765545681,"stop":1724765545681,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c31889a505ee1","name":"should properly create location multiaddrs - tcp","time":{"start":1724764797740,"stop":1724764797740,"duration":0},"status":"passed","severity":"normal"},{"uid":"caa4ecf6f921196","name":"Push message with content topic containing numeric","time":{"start":1724765505382,"stop":1724765505383,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9c89950c18eb78b","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1724765405948,"stop":1724765405948,"duration":0},"status":"passed","severity":"normal"},{"uid":"62284f18ffc006d2","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1724764895744,"stop":1724764895744,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0094bab32cfe25e","name":"throws on content topic with generation field greater than 0","time":{"start":1724764789114,"stop":1724764789114,"duration":0},"status":"passed","severity":"normal"},{"uid":"715017ffdce781d6","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1724765075587,"stop":1724765075587,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b71b7fbec4d288c","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1724764841848,"stop":1724764841850,"duration":2},"status":"passed","severity":"normal"},{"uid":"aa6f394d8d25a9e2","name":"Check publish message containing unicode special characters","time":{"start":1724765426730,"stop":1724765426730,"duration":0},"status":"passed","severity":"normal"},{"uid":"b54ffa440963c212","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724765049743,"stop":1724765049743,"duration":0},"status":"passed","severity":"normal"},{"uid":"accc85d246b81f25","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1724764850601,"stop":1724764850601,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f2ddf9d7e66e0383","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1724764855570,"stop":1724764855571,"duration":1},"status":"passed","severity":"normal"},{"uid":"df8269d302fe960a","name":"Encoder throws on empty string content topic","time":{"start":1724764825335,"stop":1724764825335,"duration":0},"status":"passed","severity":"normal"},{"uid":"41ad3301c87f187","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1724764789132,"stop":1724764789132,"duration":0},"status":"passed","severity":"normal"},{"uid":"cbf60759b73185d","name":"Subscribe to topic containing numeric and receive message","time":{"start":1724765545677,"stop":1724765545677,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc4c3ac5d68e7c6","name":"Store - dialed after - with timeout","time":{"start":1724765566164,"stop":1724765566164,"duration":0},"status":"passed","severity":"normal"},{"uid":"483fbc0b6c0601f","name":"Ping on peer without subscriptions","time":{"start":1724764907478,"stop":1724764907479,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5f17da7a39206ff","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1724765411000,"stop":1724765411000,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a2e8e50e027e192f","name":"Accepts a valid Waku Message","time":{"start":1724764806041,"stop":1724764806042,"duration":1},"status":"passed","severity":"normal"},{"uid":"60078c3c317f9d0c","name":"Ordered Callback - true","time":{"start":1724765527487,"stop":1724765527487,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1546c3ce0f2b03b","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1724764813493,"stop":1724764813493,"duration":0},"status":"passed","severity":"normal"},{"uid":"235373d7977160df","name":"Add multiple subscription objects on single nwaku node","time":{"start":1724765545656,"stop":1724765545656,"duration":0},"status":"passed","severity":"normal"},{"uid":"65412a256cdf303c","name":"Relay - dialed after","time":{"start":1724765566162,"stop":1724765566163,"duration":1},"status":"passed","severity":"normal"},{"uid":"934c16df1889cd47","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1724764813708,"stop":1724764813708,"duration":0},"status":"skipped","severity":"normal"},{"uid":"2a9943652bec9815","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1724764789147,"stop":1724764789147,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ef27d57f03f71f4","name":"new peer added after a peer was already found","time":{"start":1724765411000,"stop":1724765411000,"duration":0},"status":"skipped","severity":"normal"},{"uid":"81712d2330b48162","name":"Push message with short payload","time":{"start":1724765505315,"stop":1724765505315,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3b1503f2fcee1cb","name":"Check message with no payload is not received","time":{"start":1724765392393,"stop":1724765392394,"duration":1},"status":"passed","severity":"normal"},{"uid":"7a677785da412611","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1724764789120,"stop":1724764789120,"duration":0},"status":"passed","severity":"normal"},{"uid":"17a39fe22e44aff6","name":"Check received message containing shell command","time":{"start":1724765392371,"stop":1724765392371,"duration":0},"status":"passed","severity":"normal"},{"uid":"d04734d2eda270df","name":"Overlapping topic subscription","time":{"start":1724765075579,"stop":1724765075580,"duration":1},"status":"passed","severity":"normal"},{"uid":"bbb7ae46b5f6cf44","name":"should only return 1 node with store capability","time":{"start":1724764813706,"stop":1724764813706,"duration":0},"status":"passed","severity":"normal"},{"uid":"1415684f10fb8b1d","name":"shard 0","time":{"start":1724765485924,"stop":1724765485926,"duration":2},"status":"passed","severity":"normal"},{"uid":"3b96bdbf561bfd4a","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1724764847608,"stop":1724764847609,"duration":1},"status":"passed","severity":"normal"},{"uid":"e636d3f12fcb237b","name":"Decoder throws on undefined content topic","time":{"start":1724764802783,"stop":1724764802783,"duration":0},"status":"passed","severity":"normal"},{"uid":"98f787e6fac709fa","name":"Push message with content topic containing special chars","time":{"start":1724765367179,"stop":1724765367180,"duration":1},"status":"passed","severity":"normal"},{"uid":"a4a03a0c29b48287","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1724764802336,"stop":1724764802336,"duration":0},"status":"passed","severity":"normal"},{"uid":"3026a74446cdf62b","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1724764802336,"stop":1724764802336,"duration":0},"status":"passed","severity":"normal"},{"uid":"43ee9875c2e2e334","name":"Push message with long payload","time":{"start":1724765505316,"stop":1724765505316,"duration":0},"status":"passed","severity":"normal"},{"uid":"eaaff052e8aef50f","name":"1 Relay, 1 Filter, gives up","time":{"start":1724764813133,"stop":1724764813133,"duration":0},"status":"passed","severity":"normal"},{"uid":"d69731c23ed5bcb6","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1724764841853,"stop":1724764841853,"duration":0},"status":"passed","severity":"normal"},{"uid":"1216fc327c08199e","name":"Push message with content topic containing Script","time":{"start":1724765367185,"stop":1724765367185,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcf602bbdeaf6f22","name":"Push message with content topic containing Arabic","time":{"start":1724765505387,"stop":1724765505387,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6619c9945435ad1","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1724765049730,"stop":1724765049730,"duration":0},"status":"passed","severity":"normal"},{"uid":"f05de8a1e9be0a2a","name":"Subscribe to topic containing special chars and receive message","time":{"start":1724765075584,"stop":1724765075584,"duration":0},"status":"passed","severity":"normal"},{"uid":"52d99622861e46df","name":"Encoder throws on empty string content topic","time":{"start":1724764802782,"stop":1724764802783,"duration":1},"status":"passed","severity":"normal"},{"uid":"42e8e2ce23eab285","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1724765049725,"stop":1724765049726,"duration":1},"status":"passed","severity":"normal"},{"uid":"d64576051b9c1366","name":"Subscribe to topic containing Script and receive message","time":{"start":1724765545679,"stop":1724765545680,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c9285190a23151b","name":"Fields are not dropped","time":{"start":1724764802141,"stop":1724764802142,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca0c85cc39b4bcc4","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1724764789143,"stop":1724764789144,"duration":1},"status":"passed","severity":"normal"},{"uid":"ecf1065613aa23e2","name":"Subscribe to topic containing special chars and publish message","time":{"start":1724765421006,"stop":1724765421006,"duration":0},"status":"passed","severity":"normal"},{"uid":"30b9cd23cb8150fd","name":"Filter with 3 connections","time":{"start":1724765110675,"stop":1724765110675,"duration":0},"status":"passed","severity":"normal"},{"uid":"8effca021706685c","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1724765421010,"stop":1724765421010,"duration":0},"status":"passed","severity":"normal"},{"uid":"31931b15a4a1c562","name":"random static sharding 3 - Cluster ID: 301, Shard ID: 571","time":{"start":1724765485929,"stop":1724765485930,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f4d48ff739363d2","name":"Subscribe and receives messages on 20 topics","time":{"start":1724765545638,"stop":1724765545639,"duration":1},"status":"passed","severity":"normal"},{"uid":"eb24b5771d1de43","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1724765075575,"stop":1724765075575,"duration":0},"status":"passed","severity":"normal"},{"uid":"acbe66408144cafe","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1724765257550,"stop":1724765257551,"duration":1},"status":"passed","severity":"normal"},{"uid":"a693e1731d35942c","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1724765108195,"stop":1724765108195,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae4d0313326d9bb9","name":"should return the pubsub topic directly if a string is provided","time":{"start":1724764789142,"stop":1724764789143,"duration":1},"status":"passed","severity":"normal"},{"uid":"b72145745f1c60de","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1724765411000,"stop":1724765411001,"duration":1},"status":"passed","severity":"normal"},{"uid":"43109396d323b532","name":"Sets default value correctly","time":{"start":1724765558252,"stop":1724765558252,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2c0945f8e7949c","name":"random static sharding 6 - Cluster ID: 357, Shard ID: 559","time":{"start":1724765485932,"stop":1724765485934,"duration":2},"status":"passed","severity":"normal"},{"uid":"b0c6ae64867d8cde","name":"Push 30 different messages","time":{"start":1724765367164,"stop":1724765367168,"duration":4},"status":"passed","severity":"normal"},{"uid":"7228ce49eba242ad","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1724764789139,"stop":1724764789139,"duration":0},"status":"passed","severity":"normal"},{"uid":"913ff8265a76c72f","name":"Fails to publish message with wrong content topic","time":{"start":1724765426737,"stop":1724765426738,"duration":1},"status":"passed","severity":"normal"},{"uid":"108e948986eeef5","name":"Check publish message containing XML","time":{"start":1724765426727,"stop":1724765426728,"duration":1},"status":"passed","severity":"normal"},{"uid":"7432f82e5adb4b92","name":"tcp ip4 address","time":{"start":1724764797363,"stop":1724764797364,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e5ff69db467cd0c","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1724764797061,"stop":1724764797062,"duration":1},"status":"passed","severity":"normal"},{"uid":"c67a895657c21633","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1724765545639,"stop":1724765545639,"duration":0},"status":"passed","severity":"normal"},{"uid":"84d2dc4fc665e258","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1724765545633,"stop":1724765545636,"duration":3},"status":"passed","severity":"normal"},{"uid":"f0f3c3b4c78026b7","name":"throws on content topic with empty version field","time":{"start":1724764789115,"stop":1724764789116,"duration":1},"status":"passed","severity":"normal"},{"uid":"a3454977f30a4160","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724765049747,"stop":1724765049747,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed90d16aeee3db54","name":"Publishes to nwaku","time":{"start":1724765396501,"stop":1724765396501,"duration":0},"status":"passed","severity":"normal"},{"uid":"c985fecc5cda7e4","name":"Fails to push message bigger that 1MB","time":{"start":1724765505406,"stop":1724765505407,"duration":1},"status":"passed","severity":"normal"},{"uid":"e20e68ad079d5f8f","name":"Filter with 0 connections","time":{"start":1724765110671,"stop":1724765110672,"duration":1},"status":"passed","severity":"normal"},{"uid":"86a8bbb728b7dd8b","name":"Callback on promise","time":{"start":1724765527323,"stop":1724765527323,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cda190af083a032","name":"Push message with rate limit","time":{"start":1724765367191,"stop":1724765367201,"duration":10},"status":"passed","severity":"normal"},{"uid":"16d3c300a9aade06","name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","time":{"start":1724765325739,"stop":1724765325740,"duration":1},"status":"passed","severity":"normal"},{"uid":"49cf09aeab1dd51f","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1724765557439,"stop":1724765557439,"duration":0},"status":"passed","severity":"normal"},{"uid":"3518e53551d5c53a","name":"Subscribe and receives messages on 20 topics","time":{"start":1724765545664,"stop":1724765545674,"duration":10},"status":"passed","severity":"normal"},{"uid":"7d04bf528ae697dc","name":"Check received message containing Basic HTML tag","time":{"start":1724765392370,"stop":1724765392370,"duration":0},"status":"passed","severity":"normal"},{"uid":"e00f49868c5484b7","name":"Push message with numeric payload","time":{"start":1724765367113,"stop":1724765367113,"duration":0},"status":"passed","severity":"normal"},{"uid":"90f9238c0472073c","name":"Default pageSize","time":{"start":1724765545356,"stop":1724765545356,"duration":0},"status":"passed","severity":"normal"},{"uid":"96eace81aa5fa28d","name":"Passing page size 11 when there are 10 messages","time":{"start":1724765545355,"stop":1724765545355,"duration":0},"status":"passed","severity":"normal"},{"uid":"5413a897f291ebc3","name":"Push message with unicode special characters payload","time":{"start":1724765367158,"stop":1724765367162,"duration":4},"status":"passed","severity":"normal"},{"uid":"59ee2252de017e89","name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1724765325734,"stop":1724765325734,"duration":0},"status":"passed","severity":"normal"},{"uid":"99664bcf74f44265","name":"Subscribe to topic containing special chars and receive message","time":{"start":1724765545677,"stop":1724765545678,"duration":1},"status":"passed","severity":"normal"},{"uid":"794c034237268332","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1724765049745,"stop":1724765049746,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ede292159258d50","name":"should be able to encode the field with only RELAY set to true","time":{"start":1724764797025,"stop":1724764797027,"duration":2},"status":"passed","severity":"normal"},{"uid":"bb8e57668133f0d1","name":"Push message with shell command payload","time":{"start":1724765367150,"stop":1724765367156,"duration":6},"status":"passed","severity":"normal"},{"uid":"5fad5eb5833cdfce","name":"should decode valid enr with tcp successfully","time":{"start":1724764797728,"stop":1724764797729,"duration":1},"status":"passed","severity":"normal"},{"uid":"1743219a384c67f1","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1724765405945,"stop":1724765405945,"duration":0},"status":"passed","severity":"normal"},{"uid":"f35515a72d91cbff","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1724765534493,"stop":1724765534494,"duration":1},"status":"passed","severity":"normal"},{"uid":"10538b7d2ce8905","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1724764813491,"stop":1724764813491,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9154e26150b7590","name":"Push message with long payload","time":{"start":1724765367113,"stop":1724765367113,"duration":0},"status":"passed","severity":"normal"},{"uid":"8607c9b6daf0b125","name":"Js publishes, other Js receives","time":{"start":1724765396503,"stop":1724765396503,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a9df02a1eb2fa47","name":"Push message with content topic containing Arabic","time":{"start":1724765367180,"stop":1724765367181,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee1297a81d9257be","name":"Ping fails for unsubscribed peers","time":{"start":1724764956450,"stop":1724764956450,"duration":0},"status":"passed","severity":"normal"},{"uid":"93970d11b0e920e5","name":"Check received message containing long","time":{"start":1724765392365,"stop":1724765392365,"duration":0},"status":"passed","severity":"normal"},{"uid":"45d1125c6aa97398","name":"connects to nwaku","time":{"start":1724765558250,"stop":1724765558250,"duration":0},"status":"passed","severity":"normal"},{"uid":"dca8f31a1a166d77","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1724765049739,"stop":1724765049739,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbeabdbb163f3f4f","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1724765511610,"stop":1724765511610,"duration":0},"status":"passed","severity":"normal"},{"uid":"fac8fe1a6ea6aa2","name":"Push message with content topic containing unicode special characters","time":{"start":1724765367188,"stop":1724765367188,"duration":0},"status":"passed","severity":"normal"},{"uid":"18d25b35989c6d0","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1724764975587,"stop":1724764975587,"duration":0},"status":"passed","severity":"normal"},{"uid":"d31d8ac92cf8b755","name":"more peers than existing","time":{"start":1724765367464,"stop":1724765367464,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4d5ac9abab4c5f6","name":"Check message on other pubsub topic is not received","time":{"start":1724765392393,"stop":1724765392393,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb77794378db50b","name":"throws on empty content topic","time":{"start":1724764789113,"stop":1724764789113,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4f66d626e57332","name":"Add multiple subscription objects on single nwaku node","time":{"start":1724765075589,"stop":1724765075590,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb01f1fa9be79565","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1724765421003,"stop":1724765421003,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcb0c038cdb81b47","name":"Check received message containing numeric","time":{"start":1724765392379,"stop":1724765392379,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef2caa85dee2b51b","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1724764812069,"stop":1724764812069,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3c64e88608a6e44","name":"Throws when trying to push message with empty payload","time":{"start":1724765367168,"stop":1724765367171,"duration":3},"status":"passed","severity":"normal"},{"uid":"aad0054b0951bc96","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724764928734,"stop":1724764928735,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c2ee5ffae7ae2ab","name":"getPeersByDiscovery","time":{"start":1724764880296,"stop":1724764880296,"duration":0},"status":"passed","severity":"normal"},{"uid":"d97d394183462ff3","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1724765108196,"stop":1724765108197,"duration":1},"status":"passed","severity":"normal"},{"uid":"76283d1713133098","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1724765075577,"stop":1724765075577,"duration":0},"status":"passed","severity":"normal"},{"uid":"d205c906054a8e39","name":"random static sharding 10 - Cluster ID: 372, Shard ID: 170","time":{"start":1724765485939,"stop":1724765485940,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb3d19c838d3650e","name":"should be able to encode the field with only FILTER set to true","time":{"start":1724764797028,"stop":1724764797028,"duration":0},"status":"passed","severity":"normal"},{"uid":"75c37226a5df22ac","name":"should set field with only FILTER enabled","time":{"start":1724764797742,"stop":1724764797742,"duration":0},"status":"passed","severity":"normal"},{"uid":"6bc3e84a08132465","name":"should handle corrupted local storage data gracefully","time":{"start":1724764817755,"stop":1724764817756,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e6d0a1561a61405","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1724764789143,"stop":1724764789143,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dabd66bf19c6092","name":"Renews subscription after lossing a connection","time":{"start":1724765545656,"stop":1724765545657,"duration":1},"status":"passed","severity":"normal"},{"uid":"77f01a4af622943c","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1724765108197,"stop":1724765108198,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa51bca862577219","name":"Push message with custom timestamp: 1724768710944","time":{"start":1724765367205,"stop":1724765367205,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a91dca0444cae58","name":"A test","time":{"start":1724765205119,"stop":1724765205119,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bda9350edeee87e","name":"Waku message hash computation (message is IDecodedMessage)","time":{"start":1724764791735,"stop":1724764791736,"duration":1},"status":"passed","severity":"normal"},{"uid":"50d2ea382aa316ec","name":"Init the array if not present","time":{"start":1724764788864,"stop":1724764788866,"duration":2},"status":"passed","severity":"normal"},{"uid":"c669d2ad3f3ecd8b","name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1724765325745,"stop":1724765325746,"duration":1},"status":"passed","severity":"normal"},{"uid":"22dc3b3e0896ae","name":"Passing cursor with wrong pubsubTopic","time":{"start":1724765470242,"stop":1724765470242,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e825b995dc3acd","name":"Subscribe to topic containing special chars and receive message","time":{"start":1724765545642,"stop":1724765545642,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6a786c13eee1cd6","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app2/5/topic749/proto","time":{"start":1724765462122,"stop":1724765462123,"duration":1},"status":"passed","severity":"normal"},{"uid":"43184af6406866af","name":"Check received message with timestamp: 1724764839246000000 ","time":{"start":1724765392390,"stop":1724765392390,"duration":0},"status":"passed","severity":"normal"},{"uid":"23b1ac9ecedf0bc3","name":"Rejects garbage","time":{"start":1724764806042,"stop":1724764806042,"duration":0},"status":"passed","severity":"normal"},{"uid":"df653b9e1b12bd67","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1724765075590,"stop":1724765075590,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcf9872ed3184595","name":"Passing page size 0 when there are 110 messages","time":{"start":1724765545353,"stop":1724765545353,"duration":0},"status":"passed","severity":"normal"},{"uid":"c57f39d88330f692","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1724765049723,"stop":1724765049723,"duration":0},"status":"passed","severity":"normal"},{"uid":"77178c74f03f2548","name":"random static sharding 7 - Cluster ID: 691, Shard ID: 805","time":{"start":1724765485935,"stop":1724765485936,"duration":1},"status":"passed","severity":"normal"},{"uid":"fead9d6bfce3041d","name":"Overlapping topic subscription","time":{"start":1724765545675,"stop":1724765545675,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3d2500e4c29444e","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1724764791732,"stop":1724764791733,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2a7e49446b1a5e2","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1724764975585,"stop":1724764975585,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e5f6cc9c0647de4","name":"Subscribe to topic containing emoji and receive message","time":{"start":1724765075589,"stop":1724765075589,"duration":0},"status":"passed","severity":"normal"},{"uid":"288f9326056313b5","name":"Check received message containing special chars","time":{"start":1724765048425,"stop":1724765048426,"duration":1},"status":"passed","severity":"normal"},{"uid":"441ef3fbadd0cbe8","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1724765049727,"stop":1724765049727,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c8e1432a13e2df6","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724765049745,"stop":1724765049745,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0d346e1b1238998","name":"Query Generator sorting by timestamp while page direction is false","time":{"start":1724765547287,"stop":1724765547287,"duration":0},"status":"passed","severity":"normal"},{"uid":"766d98459ad604c6","name":"should throw an error for empty SingleShardInfos array","time":{"start":1724764789130,"stop":1724764789131,"duration":1},"status":"passed","severity":"normal"},{"uid":"b29a56053aedb236","name":"should properly create location multiaddrs - udp4","time":{"start":1724764797738,"stop":1724764797738,"duration":0},"status":"passed","severity":"normal"},{"uid":"415e1436d803d69f","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1724764813706,"stop":1724764813707,"duration":1},"status":"passed","severity":"normal"},{"uid":"98c7bcf3c86f89a5","name":"should be online or offline if network state changed","time":{"start":1724764841857,"stop":1724764841858,"duration":1},"status":"broken","severity":"normal"},{"uid":"1bf6eeaacfb1c676","name":"random static sharding 5 - Cluster ID: 307, Shard ID: 43","time":{"start":1724765485931,"stop":1724765485931,"duration":0},"status":"passed","severity":"normal"},{"uid":"21f0f97dd5118afe","name":"ignores unrecognized TXT record formats","time":{"start":1724764813703,"stop":1724764813704,"duration":1},"status":"passed","severity":"normal"},{"uid":"ccb88b3994b5f561","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1724764789127,"stop":1724764789127,"duration":0},"status":"passed","severity":"normal"},{"uid":"6bf344acb540be37","name":"Push message with Arabic payload","time":{"start":1724765367114,"stop":1724765367115,"duration":1},"status":"passed","severity":"normal"},{"uid":"cdac418c0992563a","name":"should set field with all protocols enabled","time":{"start":1724764797741,"stop":1724764797741,"duration":0},"status":"passed","severity":"normal"},{"uid":"b55a1409552a71b8","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1724765545679,"stop":1724765545679,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fa72cf9adc0224f","name":"different cluster, same shard: nodes don't connect","time":{"start":1724765257552,"stop":1724765257553,"duration":1},"status":"passed","severity":"normal"},{"uid":"76aa3991f2d90532","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1724765075588,"stop":1724765075589,"duration":1},"status":"passed","severity":"normal"},{"uid":"3dbe815017d79d21","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1724765545653,"stop":1724765545653,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2d03e95f2e1f3fb","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1724765108194,"stop":1724765108195,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b3f0481ddc48efa","name":"Check publish message containing Basic HTML tag","time":{"start":1724765426728,"stop":1724765426728,"duration":0},"status":"passed","severity":"normal"},{"uid":"cec532847e767e55","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1724765426735,"stop":1724765426735,"duration":0},"status":"passed","severity":"normal"},{"uid":"325ff07595c14c30","name":"Reusing cursor across nodes","time":{"start":1724765470241,"stop":1724765470241,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ef1bc5b382d5080","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1724764797067,"stop":1724764797067,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d1054694701bb44","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1724765075585,"stop":1724765075585,"duration":0},"status":"passed","severity":"normal"},{"uid":"50c1415d2f21187a","name":"Publish message with custom timestamp: Tue Aug 27 2024 12:29:56 GMT+0000 (Coordinated Universal Time)","time":{"start":1724765426736,"stop":1724765426736,"duration":0},"status":"passed","severity":"normal"},{"uid":"680cb1d39d82b89f","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1724764928739,"stop":1724764928740,"duration":1},"status":"passed","severity":"normal"},{"uid":"76c9aa49368f8275","name":"less peers than existing","time":{"start":1724765367464,"stop":1724765367465,"duration":1},"status":"skipped","severity":"normal"},{"uid":"3f8b521fb8926012","name":"should not fail to start the service if it is already started","time":{"start":1724765396240,"stop":1724765396240,"duration":0},"status":"passed","severity":"normal"},{"uid":"43493bffefbb8d8f","name":"should throw error - no id","time":{"start":1724764797729,"stop":1724764797729,"duration":0},"status":"passed","severity":"normal"},{"uid":"81181258347b7f37","name":"Push message with emoji payload","time":{"start":1724765505327,"stop":1724765505346,"duration":19},"status":"passed","severity":"normal"},{"uid":"336a99da66c958b9","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1724764789136,"stop":1724764789136,"duration":0},"status":"passed","severity":"normal"},{"uid":"791f90ba72ba4470","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1724765049750,"stop":1724765049755,"duration":5},"status":"passed","severity":"normal"},{"uid":"171e4de1e5e39408","name":"Subscribe to topic containing Russian and publish message","time":{"start":1724765421007,"stop":1724765421007,"duration":0},"status":"passed","severity":"normal"},{"uid":"67bd26986a73064d","name":"Check message with non string payload is not received","time":{"start":1724765392394,"stop":1724765392394,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c42d8405881ff80","name":"isConnected return false after peer stops","time":{"start":1724764895745,"stop":1724764895746,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ac82a8b8c415982","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1724765049728,"stop":1724765049729,"duration":1},"status":"passed","severity":"normal"},{"uid":"81c9b9b4027dce7b","name":"Check publish message after client node is restarted","time":{"start":1724765426747,"stop":1724765426747,"duration":0},"status":"skipped","severity":"normal"},{"uid":"81a27ef6506fd35","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1724764789126,"stop":1724764789126,"duration":0},"status":"passed","severity":"normal"},{"uid":"840b7b2d895dfd55","name":"Subscribe to topic containing short and receive message","time":{"start":1724765075580,"stop":1724765075583,"duration":3},"status":"passed","severity":"normal"},{"uid":"e0c8acd33f55ae39","name":"Refresh subscription","time":{"start":1724765075580,"stop":1724765075580,"duration":0},"status":"passed","severity":"normal"},{"uid":"5714f296a4384db5","name":"Relay + Store","time":{"start":1724764797743,"stop":1724764797743,"duration":0},"status":"passed","severity":"normal"},{"uid":"d95ddd7da3b80f3c","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1724765049733,"stop":1724765049737,"duration":4},"status":"passed","severity":"normal"},{"uid":"ddf184c41b487983","name":"should be able to encode the field with only STORE set to true","time":{"start":1724764797028,"stop":1724764797028,"duration":0},"status":"passed","severity":"normal"},{"uid":"b839fdbed5da7b03","name":"throws on content topic with non-number generation field","time":{"start":1724764789114,"stop":1724764789114,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2d56b36a5192151","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1724764813488,"stop":1724764813489,"duration":1},"status":"passed","severity":"normal"},{"uid":"26053fbd4d4a1076","name":"Push message with custom timestamp: 1724761475705","time":{"start":1724765505405,"stop":1724765505405,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba3fa42e71c93ab4","name":"Subscribe to topic containing numeric and receive message","time":{"start":1724765075584,"stop":1724765075584,"duration":0},"status":"passed","severity":"normal"},{"uid":"497dc329ea1db036","name":"Check publish message containing numeric","time":{"start":1724765426724,"stop":1724765426724,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad4dd0fb07bb7514","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1724765392391,"stop":1724765392392,"duration":1},"status":"passed","severity":"normal"},{"uid":"be92e18297203ce1","name":"should use the provided clusterId for the pubsub topic","time":{"start":1724764789147,"stop":1724764789147,"duration":0},"status":"passed","severity":"normal"},{"uid":"15efdb4089c1db82","name":"connected peers and dial","time":{"start":1724765367463,"stop":1724765367464,"duration":1},"status":"skipped","severity":"normal"},{"uid":"40cf82af938ad867","name":"Check message received after nwaku node is restarted","time":{"start":1724765392377,"stop":1724765392377,"duration":0},"status":"skipped","severity":"normal"},{"uid":"83c2985004d33660","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1724764789140,"stop":1724764789140,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea13385dfdbb150b","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1724765545642,"stop":1724765545642,"duration":0},"status":"passed","severity":"normal"},{"uid":"ecaedfc84a505e6b","name":"Check publish message containing long","time":{"start":1724765426724,"stop":1724765426724,"duration":0},"status":"passed","severity":"normal"},{"uid":"b38edc5d524f2e86","name":"can dial TLS multiaddrs","time":{"start":1724765265443,"stop":1724765265444,"duration":1},"status":"passed","severity":"normal"},{"uid":"b82c3fef4cf11ef9","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1724764789137,"stop":1724764789137,"duration":0},"status":"passed","severity":"normal"},{"uid":"95dfefb59d75ae27","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1724765534495,"stop":1724765534495,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2cb0470396f50f4","name":"Number of peers are maintained correctly","time":{"start":1724764956447,"stop":1724764956448,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ed1822cb0b0e1b5","name":"Push message with content topic containing XML","time":{"start":1724765505395,"stop":1724765505395,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e298f2d168232a2","name":"should not fail to start the service if it is already started","time":{"start":1724764817753,"stop":1724764817753,"duration":0},"status":"passed","severity":"normal"},{"uid":"66ea30f6802bf799","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1724765049744,"stop":1724765049744,"duration":0},"status":"passed","severity":"normal"},{"uid":"aefdbce419eb4b06","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1724765049738,"stop":1724765049739,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6d6678e129684d8","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1724765421002,"stop":1724765421002,"duration":0},"status":"passed","severity":"normal"},{"uid":"c90274bf675767b5","name":"passes more than one ENR URLs and attempts connection","time":{"start":1724764850601,"stop":1724764850602,"duration":1},"status":"skipped","severity":"normal"},{"uid":"a76944356a053328","name":"should get / set UDP multiaddr","time":{"start":1724764797733,"stop":1724764797734,"duration":1},"status":"passed","severity":"normal"},{"uid":"715bf091bd744619","name":"should not receive a peer event after stop","time":{"start":1724764850600,"stop":1724764850600,"duration":0},"status":"passed","severity":"normal"},{"uid":"35f4c005f212a775","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1724764813492,"stop":1724764813492,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f1d87c58911e6ac","name":"isConnected should return true after first peer connects","time":{"start":1724764895745,"stop":1724764895745,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdb043183d0f401e","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1724764841852,"stop":1724764841852,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c08e741965ce030","name":"Check received message with timestamp: 1724764839975000000 ","time":{"start":1724765048435,"stop":1724765048435,"duration":0},"status":"passed","severity":"normal"},{"uid":"ceb17f146f4d1ca7","name":"should load peers from local storage and dispatch events","time":{"start":1724764817755,"stop":1724764817755,"duration":0},"status":"passed","severity":"normal"},{"uid":"647cd928248e523a","name":"should not fail to stop the service if it was not started","time":{"start":1724765396240,"stop":1724765396240,"duration":0},"status":"passed","severity":"normal"},{"uid":"365a5fbc3a2006ee","name":"Push message with content topic containing XML","time":{"start":1724765367185,"stop":1724765367185,"duration":0},"status":"passed","severity":"normal"},{"uid":"931ae191cf83086f","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724765049724,"stop":1724765049724,"duration":0},"status":"passed","severity":"normal"},{"uid":"15768fa1a8b32f8f","name":"Query generator for multiple messages with multiple decoders","time":{"start":1724765527322,"stop":1724765527322,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e3fd3472d5c8e24","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1724765049739,"stop":1724765049743,"duration":4},"status":"passed","severity":"normal"},{"uid":"cb988b345ab86cc6","name":"Publish message with custom timestamp: Wed Sep 06 2023 13:29:56 GMT+0000 (Coordinated Universal Time)","time":{"start":1724765426735,"stop":1724765426736,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7428749b0a03750","name":"throws on content topic with too few or too many fields","time":{"start":1724764789113,"stop":1724764789113,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b2875eff044fc90","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1724765557439,"stop":1724765557440,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f50b4ca6834b229","name":"should only return 1 node with relay capability","time":{"start":1724764813705,"stop":1724764813705,"duration":0},"status":"passed","severity":"normal"},{"uid":"7336d0dfbbdcdd55","name":"Generator, 2 different pubsubtopics","time":{"start":1724765534494,"stop":1724765534495,"duration":1},"status":"passed","severity":"normal"},{"uid":"52cd05bda85f761c","name":"Passing page size 1 when there are 4 messages","time":{"start":1724765545354,"stop":1724765545354,"duration":0},"status":"passed","severity":"normal"},{"uid":"c232609f85250c90","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app32/2/topic767/utf8","time":{"start":1724765462124,"stop":1724765462124,"duration":0},"status":"passed","severity":"normal"},{"uid":"8fdc353f9b09012e","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1724764789119,"stop":1724764789119,"duration":0},"status":"passed","severity":"normal"},{"uid":"3cca2d0b492215d3","name":"it tolerates circular branch references","time":{"start":1724764813701,"stop":1724764813701,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c8c5ac07c4f3719","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1724765049723,"stop":1724765049724,"duration":1},"status":"passed","severity":"normal"},{"uid":"27ec663605e1c0c8","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1724764975586,"stop":1724764975587,"duration":1},"status":"passed","severity":"normal"},{"uid":"72375a0d0f5707ba","name":"Check received message containing Chinese","time":{"start":1724765048426,"stop":1724765048426,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6f593bdae7dcdea","name":"Check message with no content topic is not received","time":{"start":1724765048441,"stop":1724765048442,"duration":1},"status":"passed","severity":"normal"},{"uid":"943c1a87a49158e3","name":"should be called at least once on all `peer:discovery` events","time":{"start":1724764847605,"stop":1724764847605,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ce9c6ce2d5c0ead","name":"Ping on subscribed peer","time":{"start":1724764907478,"stop":1724764907478,"duration":0},"status":"passed","severity":"normal"},{"uid":"49d26b9192dc9534","name":"Overlapping topic subscription","time":{"start":1724765545640,"stop":1724765545640,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d0ad32633d63504","name":"Check message received after nwaku node is restarted","time":{"start":1724765392395,"stop":1724765392395,"duration":0},"status":"skipped","severity":"normal"},{"uid":"9c0d2845ec30fd98","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1724765108195,"stop":1724765108196,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5734ed02f22db2e","name":"should correctly map a content topic to a pubsub topic","time":{"start":1724764789146,"stop":1724764789147,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ff0f29c56c19770","name":"Delete observer","time":{"start":1724765370748,"stop":1724765370748,"duration":0},"status":"passed","severity":"normal"},{"uid":"7beef57456a61790","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1724764789127,"stop":1724764789127,"duration":0},"status":"passed","severity":"normal"},{"uid":"b238abd76366e481","name":"Fails to push message with large meta","time":{"start":1724765367190,"stop":1724765367191,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6d06720b3e5b41c","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1724764802784,"stop":1724764802784,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f2c72d7ffe4311c","name":"Check message with non string payload is not received","time":{"start":1724765048442,"stop":1724765048443,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ac4b9cedcbde46d","name":"Check received message containing Russian","time":{"start":1724765392367,"stop":1724765392368,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9986a8292a341a2","name":"should return empty list for no shard","time":{"start":1724764789133,"stop":1724764789133,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b802e911ad2efe1","name":"throws an error for improperly formatted content topics","time":{"start":1724764789129,"stop":1724764789129,"duration":0},"status":"passed","severity":"normal"},{"uid":"6032a1fee2cee687","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1724764823785,"stop":1724764823786,"duration":1},"status":"passed","severity":"normal"},{"uid":"e18f72326bda56d2","name":"Asymmetric encrypt & decrypt","time":{"start":1724764824184,"stop":1724764824184,"duration":0},"status":"passed","severity":"normal"},{"uid":"10c16347de4a67cd","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1724765545655,"stop":1724765545655,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe8aca44a494e6d1","name":"Check received message containing escaped characters","time":{"start":1724765392371,"stop":1724765392372,"duration":1},"status":"passed","severity":"normal"},{"uid":"d56ea84afcf69d31","name":"should set field with only LIGHTPUSH enabled","time":{"start":1724764797742,"stop":1724764797742,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b7169ee21b3babe","name":"LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","time":{"start":1724765325737,"stop":1724765325738,"duration":1},"status":"passed","severity":"normal"},{"uid":"56f8dbfae5863352","name":"Encoder throws on undefined content topic","time":{"start":1724764802782,"stop":1724764802782,"duration":0},"status":"passed","severity":"normal"},{"uid":"9111eebf01619c73","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1724765545632,"stop":1724765545632,"duration":0},"status":"passed","severity":"normal"},{"uid":"c62409bce992a0c5","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1724764825333,"stop":1724764825334,"duration":1},"status":"passed","severity":"normal"},{"uid":"ddfc7054033d8310","name":"Query with Promise Callback, No message returned","time":{"start":1724765511611,"stop":1724765511611,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2bf8d925d83745e","name":"Fails to publish duplicate message","time":{"start":1724765426737,"stop":1724765426737,"duration":0},"status":"passed","severity":"normal"},{"uid":"90da062dedf12442","name":"can start the service","time":{"start":1724765396224,"stop":1724765396227,"duration":3},"status":"passed","severity":"normal"},{"uid":"9936e03ec0a9fa6c","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app90/4/topic391/utf8","time":{"start":1724765462125,"stop":1724765462125,"duration":0},"status":"passed","severity":"normal"},{"uid":"13bed1ee14b4c455","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1724765421002,"stop":1724765421003,"duration":1},"status":"passed","severity":"normal"},{"uid":"332ddee11a6b7f14","name":"Ordered callback, aborts when callback returns true","time":{"start":1724765527325,"stop":1724765527325,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee1e62bb81f19995","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1724765485942,"stop":1724765485943,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b219a332e6eef60","name":"ignores domain fetching errors","time":{"start":1724764813702,"stop":1724764813703,"duration":1},"status":"passed","severity":"normal"},{"uid":"17755a4d192ef28f","name":"should be able to decode the field with only RELAY set to true","time":{"start":1724764797062,"stop":1724764797063,"duration":1},"status":"passed","severity":"normal"},{"uid":"527390fb00188fea","name":"Push message with special chars payload","time":{"start":1724765367114,"stop":1724765367114,"duration":0},"status":"passed","severity":"normal"},{"uid":"eba9e71b932f550f","name":"Subscribe to topic containing Script and publish message","time":{"start":1724765421008,"stop":1724765421008,"duration":0},"status":"passed","severity":"normal"},{"uid":"517a4ceb97adff28","name":"Check publish message containing Russian","time":{"start":1724765426726,"stop":1724765426726,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e4f831bc5ec319a","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1724764975586,"stop":1724764975586,"duration":0},"status":"passed","severity":"normal"},{"uid":"8131759bca61ea37","name":"Check publish message after service node is restarted","time":{"start":1724765426745,"stop":1724765426745,"duration":0},"status":"skipped","severity":"normal"},{"uid":"20642a8ceda96bd9","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1724764789258,"stop":1724764789258,"duration":0},"status":"passed","severity":"normal"},{"uid":"146734797d2058e3","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1724764789118,"stop":1724764789118,"duration":0},"status":"passed","severity":"normal"},{"uid":"560000893c65926e","name":"should throw an error if shards are undefined for static sharding","time":{"start":1724764789133,"stop":1724764789134,"duration":1},"status":"passed","severity":"normal"},{"uid":"979d9fb25f445fa7","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1724764789138,"stop":1724764789138,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6ec9dc4a082b568","name":"stop","time":{"start":1724764880298,"stop":1724764880299,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc86ab4224b145f9","name":"Check received message containing Chinese","time":{"start":1724765392380,"stop":1724765392380,"duration":0},"status":"passed","severity":"normal"},{"uid":"60ba8df80d7ae084","name":"Push message with Russian payload","time":{"start":1724765367115,"stop":1724765367128,"duration":13},"status":"passed","severity":"normal"},{"uid":"b58d31f3f966678a","name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1724765325741,"stop":1724765325742,"duration":1},"status":"passed","severity":"normal"},{"uid":"18dc3d3c328519c9","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1724765545638,"stop":1724765545638,"duration":0},"status":"passed","severity":"normal"},{"uid":"716567b5e23fe914","name":"Push message with content topic containing numeric","time":{"start":1724765367178,"stop":1724765367179,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ae8598272f63940","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1724765579393,"stop":1724765579393,"duration":0},"status":"passed","severity":"normal"},{"uid":"393e4d7950d1d697","name":"Push message with content topic containing escaped characters","time":{"start":1724765505399,"stop":1724765505399,"duration":0},"status":"passed","severity":"normal"},{"uid":"915e5a37d9391a44","name":"Subscribe to topic containing emoji and publish message","time":{"start":1724765421011,"stop":1724765421011,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8d553c770de7efb","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1724765557438,"stop":1724765557438,"duration":0},"status":"passed","severity":"normal"},{"uid":"7db040d9bce41a52","name":"Check publish message containing SQL Injection","time":{"start":1724765426726,"stop":1724765426727,"duration":1},"status":"passed","severity":"normal"},{"uid":"358e9246bb228314","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1724764817755,"stop":1724764817755,"duration":0},"status":"passed","severity":"normal"},{"uid":"efcb7a0a44872ffa","name":"Check received message containing JSON","time":{"start":1724765048430,"stop":1724765048430,"duration":0},"status":"passed","severity":"normal"},{"uid":"abe3f685e498a28a","name":"throws on content topic with empty topic name field","time":{"start":1724764789116,"stop":1724764789116,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2f4e038836937c4","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1724764928735,"stop":1724764928735,"duration":0},"status":"passed","severity":"normal"},{"uid":"59ac2f481e5b2267","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1724764789126,"stop":1724764789126,"duration":0},"status":"passed","severity":"normal"},{"uid":"a732215d857a10bc","name":"Check message with invalid timestamp is not received","time":{"start":1724765048440,"stop":1724765048440,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9f23bef5b2c6426","name":"Subscribe to topic containing JSON and receive message","time":{"start":1724765075587,"stop":1724765075588,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8e53b0b08932c32","name":"Push message with XML payload","time":{"start":1724765367129,"stop":1724765367130,"duration":1},"status":"passed","severity":"normal"},{"uid":"1feeb7bf38384f76","name":"handles empty shards array correctly","time":{"start":1724764789145,"stop":1724764789146,"duration":1},"status":"passed","severity":"normal"},{"uid":"1985850e1cc2aa60","name":"does not throw on valid cases","time":{"start":1724764789112,"stop":1724764789112,"duration":0},"status":"passed","severity":"normal"},{"uid":"da6fb434be74fbf9","name":"Push message with content topic containing Basic HTML tag","time":{"start":1724765505396,"stop":1724765505396,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd6c4961eb9dace4","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1724765108198,"stop":1724765108198,"duration":0},"status":"passed","severity":"normal"},{"uid":"deca36c522291e51","name":"should throw an error for an unconfigured topic","time":{"start":1724764789142,"stop":1724764789142,"duration":0},"status":"passed","severity":"normal"},{"uid":"57c235f7383ce0dc","name":"Relay + Store","time":{"start":1724764850557,"stop":1724764850557,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e7a998d7bef7d","name":"same cluster, different shard: nodes don't connect","time":{"start":1724765049720,"stop":1724765049720,"duration":0},"status":"passed","severity":"normal"},{"uid":"356bdea0f18c4c98","name":"should get / set TCP multiaddr","time":{"start":1724764797734,"stop":1724764797738,"duration":4},"status":"passed","severity":"normal"},{"uid":"b32feb9c45c44fe4","name":"Fails to publish message with empty text","time":{"start":1724765426737,"stop":1724765426737,"duration":0},"status":"passed","severity":"normal"},{"uid":"48338e45ea620df1","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1724765511607,"stop":1724765511608,"duration":1},"status":"passed","severity":"normal"},{"uid":"53622f830ac0d90d","name":"Push message with rate limit","time":{"start":1724765505404,"stop":1724765505404,"duration":0},"status":"passed","severity":"normal"},{"uid":"be4f7c6b14ef5dcf","name":"Sign & Recover","time":{"start":1724764824185,"stop":1724764824186,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec206ef1d09d471a","name":"should not receive a peer event before start","time":{"start":1724765396241,"stop":1724765396241,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce08dac7e93356aa","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1724764895744,"stop":1724764895744,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a47011fafb6bbfb","name":"Check received message with timestamp: 1724764839975 ","time":{"start":1724765048436,"stop":1724765048436,"duration":0},"status":"passed","severity":"normal"},{"uid":"1414e68ce29b3e50","name":"Correctly serialized arguments","time":{"start":1724765265534,"stop":1724765265534,"duration":0},"status":"passed","severity":"normal"},{"uid":"3296088492c5319","name":"1 Store, 2 relays, 2 fetches","time":{"start":1724764813132,"stop":1724764813133,"duration":1},"status":"passed","severity":"normal"},{"uid":"db2c74bbcb7c533e","name":"configure the node with multiple pubsub topics","time":{"start":1724765485941,"stop":1724765485942,"duration":1},"status":"passed","severity":"normal"},{"uid":"8147fba0ccd8f269","name":"udp ip6 address","time":{"start":1724764797364,"stop":1724764797364,"duration":0},"status":"passed","severity":"normal"},{"uid":"af4f3cfbcdada91e","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app55/4/topic466/xml","time":{"start":1724765462125,"stop":1724765462125,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b468171aad47f73","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1724764813491,"stop":1724764813492,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0d42b0fb12cd83f","name":"Push message with content topic containing escaped characters","time":{"start":1724765367187,"stop":1724765367188,"duration":1},"status":"passed","severity":"normal"},{"uid":"e67341e413e7d4ba","name":"Subscribe to topic containing short and receive message","time":{"start":1724765545640,"stop":1724765545641,"duration":1},"status":"passed","severity":"normal"},{"uid":"48092be642a0d850","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app37/10/topic180/test.js","time":{"start":1724765462124,"stop":1724765462124,"duration":0},"status":"passed","severity":"normal"},{"uid":"680fd8824eead0f8","name":"Ping on subscribed peer","time":{"start":1724764941085,"stop":1724764941086,"duration":1},"status":"passed","severity":"normal"},{"uid":"84cdbefad7011f80","name":"Fails to push message with large meta","time":{"start":1724765505403,"stop":1724765505404,"duration":1},"status":"passed","severity":"normal"},{"uid":"c96f48e022d8aa94","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1724765579392,"stop":1724765579392,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cb6a6dca8e0933d","name":"Passing page size 19 when there are 20 messages","time":{"start":1724765545355,"stop":1724765545356,"duration":1},"status":"passed","severity":"normal"},{"uid":"77969fe089ae80bc","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1724765545674,"stop":1724765545675,"duration":1},"status":"passed","severity":"normal"},{"uid":"3376af262d57e6c4","name":"Subscribe to topic containing long and receive message","time":{"start":1724765075583,"stop":1724765075584,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e799c907e4d4164","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1724764813489,"stop":1724764813490,"duration":1},"status":"passed","severity":"normal"},{"uid":"d0be1c76a110c40","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1724764789135,"stop":1724764789135,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab82d7d5d9e32735","name":"Renews peer on consistent ping failures","time":{"start":1724764956451,"stop":1724764956451,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa261ced3cc13ee8","name":"Non TWN Cluster","time":{"start":1724765462121,"stop":1724765462121,"duration":0},"status":"passed","severity":"normal"},{"uid":"435243150eaf0c0","name":"Push message with custom timestamp: 1694006675705","time":{"start":1724765505404,"stop":1724765505404,"duration":0},"status":"passed","severity":"normal"},{"uid":"646decd22a652492","name":"Push message on custom pubsubTopic","time":{"start":1724765205051,"stop":1724765205051,"duration":0},"status":"passed","severity":"normal"},{"uid":"9defaacb69b0c7b4","name":"Check received message containing emoji","time":{"start":1724765392372,"stop":1724765392372,"duration":0},"status":"passed","severity":"normal"},{"uid":"bef56232180e99c6","name":"Push message with Script payload","time":{"start":1724765367129,"stop":1724765367129,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b14e85e844b90","name":"unsubscribes","time":{"start":1724765548990,"stop":1724765548990,"duration":0},"status":"passed","severity":"normal"},{"uid":"8383f6a48390bc96","name":"should throw error - invalid id","time":{"start":1724764797731,"stop":1724764797731,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc3e58dad9a1e136","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724764928738,"stop":1724764928738,"duration":0},"status":"passed","severity":"normal"},{"uid":"68c8c5f06504cd49","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1724765108194,"stop":1724765108194,"duration":0},"status":"passed","severity":"normal"},{"uid":"62c550c04874cf11","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1724765421003,"stop":1724765421004,"duration":1},"status":"passed","severity":"normal"},{"uid":"519ed04c54de1376","name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","time":{"start":1724765325752,"stop":1724765325753,"duration":1},"status":"passed","severity":"normal"},{"uid":"d29c16ed8372bbfd","name":"should not fail to stop the service if it was not started","time":{"start":1724764817753,"stop":1724764817753,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1b954c776795042","name":"Query with Ordered Callback, No message returned","time":{"start":1724765511609,"stop":1724765511609,"duration":0},"status":"passed","severity":"normal"},{"uid":"df93c54a7bff8620","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app30/1/topic147/proto","time":{"start":1724765462122,"stop":1724765462122,"duration":0},"status":"passed","severity":"normal"},{"uid":"8bfc49521680405f","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1724765545663,"stop":1724765545663,"duration":0},"status":"passed","severity":"normal"},{"uid":"124ea4c39a65fbba","name":"non connected peers","time":{"start":1724765367465,"stop":1724765367465,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ee9997a3e3fc5f91","name":"different cluster, same shard: nodes don't connect","time":{"start":1724765049720,"stop":1724765049721,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c74214be35dc028","name":"Push message with numeric payload","time":{"start":1724765505316,"stop":1724765505316,"duration":0},"status":"passed","severity":"normal"},{"uid":"6342d7435829c72a","name":"Check message on other pubsub topic is not received","time":{"start":1724765392375,"stop":1724765392375,"duration":0},"status":"passed","severity":"normal"},{"uid":"cafb33462bd07b3d","name":"Overlapping topic subscription","time":{"start":1724765421004,"stop":1724765421005,"duration":1},"status":"skipped","severity":"normal"},{"uid":"5a037ac9758d954b","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1724764928740,"stop":1724764928741,"duration":1},"status":"passed","severity":"normal"},{"uid":"43ec3aa78b7e821a","name":"Subscribe to topic containing shell command and receive message","time":{"start":1724765075588,"stop":1724765075588,"duration":0},"status":"passed","severity":"normal"},{"uid":"f308ce472abfd32b","name":"Passing page size 3 when there are 20 messages","time":{"start":1724765545354,"stop":1724765545354,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4724f09695bb717","name":"Push message with content topic containing shell command","time":{"start":1724765367187,"stop":1724765367187,"duration":0},"status":"passed","severity":"normal"},{"uid":"526fd5cd3c9761de","name":"Decoder throws on empty string content topic","time":{"start":1724764802783,"stop":1724764802783,"duration":0},"status":"passed","severity":"normal"},{"uid":"858dc053b4095641","name":"Nwaku publishes","time":{"start":1724765396502,"stop":1724765396502,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2b2d3db9cd92881","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724765205056,"stop":1724765205056,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed9a63cb081838a6","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1724764789141,"stop":1724764789141,"duration":0},"status":"passed","severity":"normal"},{"uid":"8537f8437a7719ab","name":"Nodes with multiple pubsub topic","time":{"start":1724765405946,"stop":1724765405946,"duration":0},"status":"passed","severity":"normal"},{"uid":"504a6c15671b3f29","name":"pre and post cipher","time":{"start":1724764824185,"stop":1724764824185,"duration":0},"status":"passed","severity":"normal"},{"uid":"78d5672880aa83aa","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1724765049749,"stop":1724765049749,"duration":0},"status":"passed","severity":"normal"},{"uid":"edcf17869f6fb165","name":"Query Generator, Multiple PubsubTopics","time":{"start":1724765511606,"stop":1724765511606,"duration":0},"status":"passed","severity":"normal"},{"uid":"947c404ca84592db","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1724764789125,"stop":1724764789126,"duration":1},"status":"passed","severity":"normal"},{"uid":"21a833ec43389474","name":"random static sharding 9 - Cluster ID: 545, Shard ID: 715","time":{"start":1724765485938,"stop":1724765485939,"duration":1},"status":"passed","severity":"normal"},{"uid":"5926e1ba4d4ac8a9","name":"Subscribe and receive messages via waku relay post","time":{"start":1724765075577,"stop":1724765075577,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4bda7403ac0320b","name":"Relay - dialed first","time":{"start":1724765566162,"stop":1724765566162,"duration":0},"status":"passed","severity":"normal"},{"uid":"68e71b6d72334f2b","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1724764855571,"stop":1724764855571,"duration":0},"status":"passed","severity":"normal"},{"uid":"a61f27e48d7cc2f8","name":"Push message with content topic containing Chinese","time":{"start":1724765367180,"stop":1724765367180,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4f9f7c43270b9f4","name":"All","time":{"start":1724764850558,"stop":1724764850558,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d2bfc25011924f5","name":"Wrong topic","time":{"start":1724765462125,"stop":1724765462126,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff79844a1e67a0cc","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1724765049746,"stop":1724765049747,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c699d83de0b1ecb","name":"Subscribe to topic containing Russian and receive message","time":{"start":1724765545679,"stop":1724765545679,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3bc283dcb91a664","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724765049737,"stop":1724765049738,"duration":1},"status":"passed","severity":"normal"},{"uid":"b287f2aecb73a861","name":"Subscribe and receives messages on 20 topics","time":{"start":1724765075578,"stop":1724765075578,"duration":0},"status":"passed","severity":"normal"},{"uid":"5fca1cc514918fc7","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1724765405945,"stop":1724765405946,"duration":1},"status":"passed","severity":"normal"},{"uid":"f134335cb289f811","name":"should set field with only RELAY enabled","time":{"start":1724764797741,"stop":1724764797742,"duration":1},"status":"passed","severity":"normal"},{"uid":"3577b928ef7ad12c","name":"Decoder throws on empty string content topic","time":{"start":1724764825336,"stop":1724764825336,"duration":0},"status":"passed","severity":"normal"},{"uid":"83ce657a6484d22","name":"Generator, 2 different pubsubtopics","time":{"start":1724765534496,"stop":1724765534496,"duration":0},"status":"passed","severity":"normal"},{"uid":"b95a7d9ffa99765e","name":"returns all values when wanted number is greater than available values","time":{"start":1724764812068,"stop":1724764812069,"duration":1},"status":"passed","severity":"normal"},{"uid":"4193bdab54dd053a","name":"should throw an error for missing sharding configuration","time":{"start":1724764789145,"stop":1724764789145,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9a08cb4584dd8b7","name":"addEventListener with correct event","time":{"start":1724764880294,"stop":1724764880294,"duration":0},"status":"passed","severity":"normal"},{"uid":"3671479a615fe38d","name":"Push message with content topic containing shell command","time":{"start":1724765505398,"stop":1724765505398,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7dd196edade4ea4","name":"Check received message with timestamp: 1724764839246 ","time":{"start":1724765392390,"stop":1724765392391,"duration":1},"status":"passed","severity":"normal"},{"uid":"3af9089401740a75","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1724765405946,"stop":1724765405946,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef5cd4b7a555d762","name":"Check publish message containing shell command","time":{"start":1724765426729,"stop":1724765426729,"duration":0},"status":"passed","severity":"normal"},{"uid":"51c2bd32c7da4df9","name":"Push message with custom timestamp: 1694006710944","time":{"start":1724765367201,"stop":1724765367204,"duration":3},"status":"passed","severity":"normal"},{"uid":"7e0c7888e1b1297d","name":"Sample","time":{"start":1724764797330,"stop":1724764797331,"duration":1},"status":"passed","severity":"normal"},{"uid":"6814cc538e5bbafa","name":"random static sharding 8 - Cluster ID: 854, Shard ID: 924","time":{"start":1724765485936,"stop":1724765485937,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd1fb64109c4961c","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1724765075586,"stop":1724765075586,"duration":0},"status":"passed","severity":"normal"},{"uid":"5246720484742e1","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1724764789141,"stop":1724764789142,"duration":1},"status":"passed","severity":"normal"},{"uid":"76508ab29897a0e7","name":"start node with empty shard should fail","time":{"start":1724765485943,"stop":1724765485944,"duration":1},"status":"passed","severity":"normal"},{"uid":"4802dd36f32ec279","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1724765470239,"stop":1724765470239,"duration":0},"status":"passed","severity":"normal"},{"uid":"e875c1a581ef21c7","name":"Register correct protocols","time":{"start":1724765421001,"stop":1724765421001,"duration":0},"status":"passed","severity":"normal"},{"uid":"e91c791a51c836e1","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1724765049738,"stop":1724765049738,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ac231842aa2780","name":"A test","time":{"start":1724765205118,"stop":1724765205118,"duration":0},"status":"passed","severity":"normal"},{"uid":"47ee9d164ad5211f","name":"Check received message containing unicode special characters","time":{"start":1724765048431,"stop":1724765048431,"duration":0},"status":"passed","severity":"normal"},{"uid":"96fe08886ab9c288","name":"Push message with Arabic payload","time":{"start":1724765505317,"stop":1724765505318,"duration":1},"status":"passed","severity":"normal"},{"uid":"a30dcf325e48fb59","name":"should add and remove event listeners correctly","time":{"start":1724764817756,"stop":1724764817756,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9242a7e49444974","name":"Passing page size 110 when there are 120 messages","time":{"start":1724765545356,"stop":1724765545356,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0bcc10f75ad57f9","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1724765048439,"stop":1724765048439,"duration":0},"status":"passed","severity":"normal"},{"uid":"899c594c95c7866","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1724764847608,"stop":1724764847608,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc8d07ea15c38fc0","name":"different cluster, different shard: nodes don't connect","time":{"start":1724765257553,"stop":1724765257553,"duration":0},"status":"passed","severity":"normal"},{"uid":"88158d699f1f5520","name":"Query Generator sorting by timestamp while page direction is true","time":{"start":1724765547286,"stop":1724765547287,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e36d3afe255528b","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724765205052,"stop":1724765205053,"duration":1},"status":"passed","severity":"normal"},{"uid":"6d596adb767ada39","name":"should set field with all protocols disabled","time":{"start":1724764797741,"stop":1724764797741,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0f41bf2df85b6a3","name":"Filter","time":{"start":1724765566165,"stop":1724765566165,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd1b755e3c2a7fbb","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1724764789125,"stop":1724764789125,"duration":0},"status":"passed","severity":"normal"},{"uid":"108a6e3e935c9123","name":"Promise Callback - true","time":{"start":1724765527486,"stop":1724765527486,"duration":0},"status":"passed","severity":"normal"},{"uid":"56f05d96367564de","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1724764813707,"stop":1724764813707,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2fa565f27082ad2","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1724765511610,"stop":1724765511610,"duration":0},"status":"passed","severity":"normal"},{"uid":"b336692aebe74c8c","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1724764789132,"stop":1724764789133,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb81b953b2c33341","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1724765545674,"stop":1724765545674,"duration":0},"status":"passed","severity":"normal"},{"uid":"977077a1540d4fb5","name":"should encode/decode to RLP encoding","time":{"start":1724764797733,"stop":1724764797733,"duration":0},"status":"passed","severity":"normal"},{"uid":"736e12a53db11784","name":"Check received message containing SQL Injection","time":{"start":1724765392381,"stop":1724765392381,"duration":0},"status":"passed","severity":"normal"},{"uid":"b26c2cff2fb8d7b1","name":"Subscribe to topic containing shell command and receive message","time":{"start":1724765545654,"stop":1724765545654,"duration":0},"status":"passed","severity":"normal"},{"uid":"e19db8ab130105bd","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1724764789137,"stop":1724764789137,"duration":0},"status":"passed","severity":"normal"},{"uid":"d64eb363aa4e873e","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1724765462120,"stop":1724765462121,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8343b8579fa6e00","name":"Check message with no payload is not received","time":{"start":1724765392376,"stop":1724765392376,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c352d188924cb84","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1724765075579,"stop":1724765075579,"duration":0},"status":"passed","severity":"normal"},{"uid":"26b87c4d1de39671","name":"Check publish message containing Script","time":{"start":1724765426727,"stop":1724765426727,"duration":0},"status":"passed","severity":"normal"},{"uid":"19e6f615b77590e3","name":"Ordered Callback sorting by timestamp while page direction is false","time":{"start":1724765547288,"stop":1724765547288,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ab699f962568e11","name":"Check received message with timestamp: 1649153314 ","time":{"start":1724765392373,"stop":1724765392374,"duration":1},"status":"passed","severity":"normal"},{"uid":"30cea34dae527673","name":"Publish without waiting for remote peer","time":{"start":1724765421001,"stop":1724765421001,"duration":0},"status":"passed","severity":"normal"},{"uid":"941f954d0af354f9","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1724764813492,"stop":1724764813492,"duration":0},"status":"passed","severity":"normal"},{"uid":"513e287853961927","name":"Push message on custom pubsubTopic","time":{"start":1724765205054,"stop":1724765205054,"duration":0},"status":"passed","severity":"normal"},{"uid":"2576322c0f1d421b","name":"Encoder throws on empty string content topic","time":{"start":1724764823790,"stop":1724764823791,"duration":1},"status":"passed","severity":"normal"},{"uid":"6bbef93a38e45d63","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1724764797065,"stop":1724764797065,"duration":0},"status":"passed","severity":"normal"},{"uid":"e519997997501f16","name":"Encoder throws on undefined content topic","time":{"start":1724764823789,"stop":1724764823789,"duration":0},"status":"passed","severity":"normal"},{"uid":"96dd2e1e21913aba","name":"removeEventListener with wrong event","time":{"start":1724764880295,"stop":1724764880296,"duration":1},"status":"passed","severity":"normal"},{"uid":"150b60c93c163f93","name":"Check message received after jswaku node is restarted","time":{"start":1724765392394,"stop":1724765392394,"duration":0},"status":"skipped","severity":"normal"},{"uid":"38892fe2d18ae9fb","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1724764975586,"stop":1724764975586,"duration":0},"status":"passed","severity":"normal"},{"uid":"743458c3a9505412","name":"Check publish message containing escaped characters","time":{"start":1724765426729,"stop":1724765426729,"duration":0},"status":"passed","severity":"normal"},{"uid":"b93437c662a92fba","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1724765557437,"stop":1724765557438,"duration":1},"status":"passed","severity":"normal"},{"uid":"1bdc63ac7a85ae81","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1724764797029,"stop":1724764797030,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad428e013d3fc72c","name":"Subscribe to topic containing shell command and publish message","time":{"start":1724765421009,"stop":1724765421010,"duration":1},"status":"passed","severity":"normal"},{"uid":"c5d85c6bf4260b83","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1724765049748,"stop":1724765049748,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab1087c3645f7d05","name":"Publish message with large meta","time":{"start":1724765426748,"stop":1724765426748,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ab494c1ad15ab23","name":"Check received message containing emoji","time":{"start":1724765392390,"stop":1724765392390,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ad2a8e419503d6d","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1724764928738,"stop":1724764928739,"duration":1},"status":"passed","severity":"normal"},{"uid":"11a90cbad18d7370","name":"Query generator for multiple messages","time":{"start":1724765527321,"stop":1724765527321,"duration":0},"status":"passed","severity":"normal"},{"uid":"5bf8341dddebc775","name":"Refresh subscription","time":{"start":1724765421004,"stop":1724765421004,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7c038d3cbac212d0","name":"Reopen subscription with peer with lost subscription","time":{"start":1724764907479,"stop":1724764907480,"duration":1},"status":"passed","severity":"normal"},{"uid":"dfb1faa4acb2c34b","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1724765205055,"stop":1724765205055,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e886d02229031ab","name":"Passing page size 10 when there are 10 messages","time":{"start":1724765545354,"stop":1724765545355,"duration":1},"status":"passed","severity":"normal"},{"uid":"14d75473dfd170e7","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1724764789135,"stop":1724764789135,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a56d01dc853f61","name":"Check received message containing Arabic","time":{"start":1724765392367,"stop":1724765392367,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5366c5213e323e8","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1724764797728,"stop":1724764797728,"duration":0},"status":"passed","severity":"normal"},{"uid":"7988bf3e92337d1","name":"Check received message containing XML","time":{"start":1724765392370,"stop":1724765392370,"duration":0},"status":"passed","severity":"normal"},{"uid":"678ac4ef889af614","name":"Query with Promise Callback, No Decoder","time":{"start":1724765511610,"stop":1724765511611,"duration":1},"status":"passed","severity":"normal"},{"uid":"5936e3423cc1af21","name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","time":{"start":1724765325742,"stop":1724765325743,"duration":1},"status":"passed","severity":"normal"},{"uid":"692e1fff814aa2b0","name":"Push message with shell command payload","time":{"start":1724765505326,"stop":1724765505326,"duration":0},"status":"passed","severity":"normal"},{"uid":"27711cc0075f8728","name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1724765325749,"stop":1724765325750,"duration":1},"status":"passed","severity":"normal"},{"uid":"f038497c9c829556","name":"caches peers it previously fetched","time":{"start":1724764813704,"stop":1724764813704,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dc31f04fc70157e","name":"Push message with content topic containing SQL Injection","time":{"start":1724765367184,"stop":1724765367185,"duration":1},"status":"passed","severity":"normal"},{"uid":"2693d9104eb2867d","name":"should return valid sharding parameters for static sharding","time":{"start":1724764789144,"stop":1724764789145,"duration":1},"status":"passed","severity":"normal"},{"uid":"f734d025b2ade8e4","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app92/3/topic305/xml","time":{"start":1724765462123,"stop":1724765462123,"duration":0},"status":"passed","severity":"normal"},{"uid":"82892b522932a58","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1724765049750,"stop":1724765049750,"duration":0},"status":"passed","severity":"normal"},{"uid":"a177a7fb2d9d5711","name":"Subscribe to topic containing JSON and receive message","time":{"start":1724765545680,"stop":1724765545681,"duration":1},"status":"passed","severity":"normal"},{"uid":"b07379b34a7efc0d","name":"Check publish message containing short","time":{"start":1724765426723,"stop":1724765426724,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c083e9a1a20fce6","name":"creates an iterator","time":{"start":1724765548989,"stop":1724765548989,"duration":0},"status":"passed","severity":"normal"},{"uid":"a461112009fdd9f","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1724764789137,"stop":1724764789137,"duration":0},"status":"passed","severity":"normal"},{"uid":"cbf76cd649c3bfa","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1724765049743,"stop":1724765049743,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd6ad0bc7be45abb","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1724765545633,"stop":1724765545633,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bc101d8587240ef","name":"should be called for bootstrap peers","time":{"start":1724764847606,"stop":1724764847607,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3cf887120bc95cc","name":"Subscribe to topic containing emoji and receive message","time":{"start":1724765545682,"stop":1724765545682,"duration":0},"status":"passed","severity":"normal"},{"uid":"b12ebc44e29a47f9","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1724765108197,"stop":1724765108197,"duration":0},"status":"passed","severity":"normal"},{"uid":"80ee8737d3143450","name":"should not fail to start the service if it is already started","time":{"start":1724764850588,"stop":1724764850588,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bd488085dbaa43a","name":"Check received message containing JSON","time":{"start":1724765392382,"stop":1724765392383,"duration":1},"status":"passed","severity":"normal"},{"uid":"ebe9fa06ea8fa34f","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1724764789128,"stop":1724764789128,"duration":0},"status":"passed","severity":"normal"},{"uid":"954ca1f5ae9f4b90","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1724765545654,"stop":1724765545655,"duration":1},"status":"passed","severity":"normal"},{"uid":"da432e8edfed1421","name":"Query generator for multiple messages with different content topic format","time":{"start":1724765527322,"stop":1724765527322,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2a22538322dafb5","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1724765545663,"stop":1724765545664,"duration":1},"status":"passed","severity":"normal"},{"uid":"2cfde271e4e424df","name":"Add multiple subscription objects on single nwaku node","time":{"start":1724765545682,"stop":1724765545682,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d1e32ad6bf96ea7","name":"Filter with 1 connections","time":{"start":1724765110673,"stop":1724765110673,"duration":0},"status":"passed","severity":"normal"},{"uid":"9318b70c2b8bf848","name":"Query with Ordered Callback, No Decoder","time":{"start":1724765511608,"stop":1724765511609,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f9675cec71bfb70","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1724765049723,"stop":1724765049723,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddf73766bd3d1d0f","name":"Reopen subscription with peer with lost subscription","time":{"start":1724764941087,"stop":1724764941087,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c118a7b62dbd3e1","name":"Refresh subscription","time":{"start":1724765545675,"stop":1724765545676,"duration":1},"status":"passed","severity":"normal"},{"uid":"e45b296052a62fba","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1724765557436,"stop":1724765557437,"duration":1},"status":"passed","severity":"normal"},{"uid":"e578c25be8c06387","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1724764789144,"stop":1724764789144,"duration":0},"status":"passed","severity":"normal"},{"uid":"8081920411a8d970","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1724765470238,"stop":1724765470238,"duration":0},"status":"passed","severity":"normal"},{"uid":"90131254afcc629b","name":"same cluster, same shard: nodes connect","time":{"start":1724765049719,"stop":1724765049720,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec00b7a3d14252ab","name":"Query Generator, Wrong PubsubTopic","time":{"start":1724765511605,"stop":1724765511606,"duration":1},"status":"passed","severity":"normal"},{"uid":"df4a41f16cee3da3","name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1724765325744,"stop":1724765325745,"duration":1},"status":"passed","severity":"normal"},{"uid":"d90172cc4cf225c1","name":"Check message with no content topic is not received","time":{"start":1724765392375,"stop":1724765392376,"duration":1},"status":"passed","severity":"normal"},{"uid":"682026c4d8c264a","name":"Callback on promise, aborts when callback returns true","time":{"start":1724765527324,"stop":1724765527324,"duration":0},"status":"passed","severity":"normal"},{"uid":"95b0ada44b591d67","name":"Check received message containing Russian","time":{"start":1724765048427,"stop":1724765048428,"duration":1},"status":"passed","severity":"normal"},{"uid":"846d212c86a16b00","name":"Push message with content topic containing Russian","time":{"start":1724765367181,"stop":1724765367184,"duration":3},"status":"passed","severity":"normal"},{"uid":"3ffbdedfcad391e2","name":"should throw error - no id","time":{"start":1724764797730,"stop":1724764797730,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ad2c83589d3b282","name":"should return false","time":{"start":1724764797732,"stop":1724764797732,"duration":0},"status":"passed","severity":"normal"},{"uid":"c389a64f0869e9cf","name":"Check message received after jswaku node is restarted","time":{"start":1724765048443,"stop":1724765048443,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a6fe410d1c87283b","name":"Push message with content topic containing emoji","time":{"start":1724765367188,"stop":1724765367188,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce89d13de2197edc","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1724765075589,"stop":1724765075589,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfc485cb5fcb8aec","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1724765545678,"stop":1724765545678,"duration":0},"status":"passed","severity":"normal"},{"uid":"450f8c00fe8973b5","name":"Using a function","time":{"start":1724765558251,"stop":1724765558251,"duration":0},"status":"passed","severity":"normal"},{"uid":"b76ff93d0d8f5bca","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1724765049727,"stop":1724765049727,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bbfc77fe1d1a79b","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1724764789140,"stop":1724764789140,"duration":0},"status":"passed","severity":"normal"},{"uid":"df5560cf3a553faa","name":"Push message with content topic containing short","time":{"start":1724765505349,"stop":1724765505349,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1d57efca3170639","name":"Ephemeral field set to true","time":{"start":1724764802781,"stop":1724764802781,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c96b2a8da117520","name":"should set field with only STORE enabled","time":{"start":1724764797742,"stop":1724764797742,"duration":0},"status":"passed","severity":"normal"},{"uid":"34d37b1559dd2ae2","name":"configure the node with multiple content topics","time":{"start":1724765462126,"stop":1724765462126,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0c523823c31bda3","name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","time":{"start":1724765325751,"stop":1724765325752,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ae1a3cb08e037b0","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1724765405947,"stop":1724765405947,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3273f132597315c","name":"Push message with content topic containing long","time":{"start":1724765367172,"stop":1724765367178,"duration":6},"status":"passed","severity":"normal"},{"uid":"8530cd535a2cd45c","name":"Check received message with timestamp: 1649153314 ","time":{"start":1724765392391,"stop":1724765392391,"duration":0},"status":"passed","severity":"normal"},{"uid":"e943751f69381ad8","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1724764975585,"stop":1724764975586,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3ed5999e648efb6","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1724765557438,"stop":1724765557438,"duration":0},"status":"passed","severity":"normal"},{"uid":"31b96fb45aeac25e","name":"Check meta is set [symmetric]","time":{"start":1724764823787,"stop":1724764823788,"duration":1},"status":"passed","severity":"normal"},{"uid":"df569a3f675e338d","name":"Check received message containing short","time":{"start":1724765048424,"stop":1724765048424,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbef4e6e65982554","name":"start node with empty content topic","time":{"start":1724765462127,"stop":1724765462127,"duration":0},"status":"passed","severity":"normal"},{"uid":"85dc405bef5ce25a","name":"Push message with content topic containing long","time":{"start":1724765505349,"stop":1724765505382,"duration":33},"status":"passed","severity":"normal"},{"uid":"9200537386fe17f0","name":"Push message with custom timestamp: 1724768675705","time":{"start":1724765505405,"stop":1724765505406,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3a1bd7b34a723b1","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1724764847607,"stop":1724764847607,"duration":0},"status":"passed","severity":"normal"},{"uid":"593884ba73527874","name":"Check received message containing JSON","time":{"start":1724765392370,"stop":1724765392371,"duration":1},"status":"passed","severity":"normal"},{"uid":"aebbbc0fe81dc7de","name":"random static sharding 4 - Cluster ID: 592, Shard ID: 830","time":{"start":1724765485930,"stop":1724765485930,"duration":0},"status":"passed","severity":"normal"},{"uid":"f54d183b9f7f2ef9","name":"Check received message containing Chinese","time":{"start":1724765392366,"stop":1724765392367,"duration":1},"status":"passed","severity":"normal"},{"uid":"55b639b2b5ede839","name":"dispatchEvent via connectionManager","time":{"start":1724764880297,"stop":1724764880297,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0df48b9ec5b7c43","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1724765557437,"stop":1724765557437,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcf2d34c3046acaa","name":"Check received message containing escaped characters","time":{"start":1724765392387,"stop":1724765392389,"duration":2},"status":"passed","severity":"normal"},{"uid":"976aa1d9ed436eac","name":"Renews subscription after lossing a connection","time":{"start":1724765545683,"stop":1724765545683,"duration":0},"status":"passed","severity":"normal"},{"uid":"55de5f830b76bf34","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724764928740,"stop":1724764928740,"duration":0},"status":"passed","severity":"normal"},{"uid":"330d18f14d44b669","name":"Check received message with timestamp: 1724764839246 ","time":{"start":1724765392373,"stop":1724765392373,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d5d07104943d368","name":"Check received message containing numeric","time":{"start":1724765048425,"stop":1724765048425,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f5f9ecaa84dce63","name":"Check publish message containing JSON","time":{"start":1724765426728,"stop":1724765426729,"duration":1},"status":"passed","severity":"normal"},{"uid":"a51c651eb2e8b471","name":"Should update multiaddrs","time":{"start":1724765326018,"stop":1724765326018,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d0cf4e560a7233a","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1724765545658,"stop":1724765545658,"duration":0},"status":"passed","severity":"normal"},{"uid":"d460a58c72975ac1","name":"Subscribe to topic containing short and receive message","time":{"start":1724765545676,"stop":1724765545676,"duration":0},"status":"passed","severity":"normal"},{"uid":"2732e6e6fdf42ca","name":"Generator, 2 different pubsubtopics","time":{"start":1724765534478,"stop":1724765534493,"duration":15},"status":"passed","severity":"normal"},{"uid":"c078f72254d4718d","name":"Subscribe and publish message","time":{"start":1724765421002,"stop":1724765421002,"duration":0},"status":"passed","severity":"normal"},{"uid":"c195f603ea890e38","name":"Ping on subscribed peer","time":{"start":1724764941088,"stop":1724764941088,"duration":0},"status":"passed","severity":"normal"},{"uid":"9954e1f15f7af2d1","name":"Check received message containing emoji","time":{"start":1724765048431,"stop":1724765048435,"duration":4},"status":"passed","severity":"normal"},{"uid":"4d4ad9bd558ce1e7","name":"Encoder throws on undefined content topic","time":{"start":1724764825335,"stop":1724764825335,"duration":0},"status":"passed","severity":"normal"},{"uid":"d28b0142cbd1449f","name":"Push message with Script payload","time":{"start":1724765505324,"stop":1724765505324,"duration":0},"status":"passed","severity":"normal"},{"uid":"57d37cb53e4ff74e","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1724765485926,"stop":1724765485928,"duration":2},"status":"passed","severity":"normal"},{"uid":"14daf89d27798237","name":"Query Generator, No Decoder","time":{"start":1724765511606,"stop":1724765511606,"duration":0},"status":"passed","severity":"normal"},{"uid":"df031731d3e8c26c","name":"Check message with non string payload is not received","time":{"start":1724765392376,"stop":1724765392377,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b1daa36d1add34f","name":"Push message with content topic containing short","time":{"start":1724765367171,"stop":1724765367172,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1bf6e966d5d6b9c","name":"should encode/decode to text encoding","time":{"start":1724764797733,"stop":1724764797733,"duration":0},"status":"passed","severity":"normal"},{"uid":"342f2ce840a60b8c","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1724764813493,"stop":1724764813493,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfd1b5a67e540d21","name":"LightPush with 1 connections","time":{"start":1724765110672,"stop":1724765110673,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7acc364699a9b8c","name":"Check message received after nwaku node is restarted","time":{"start":1724765048445,"stop":1724765048451,"duration":6},"status":"skipped","severity":"normal"},{"uid":"5661e827547331fb","name":"addEventListener with wrong event","time":{"start":1724764880295,"stop":1724764880295,"duration":0},"status":"passed","severity":"normal"},{"uid":"e59b36993879a283","name":"Round trip binary serialization","time":{"start":1724764802780,"stop":1724764802781,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ce3790a831668ff","name":"Check received message containing Basic HTML tag","time":{"start":1724765048429,"stop":1724765048429,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e6aedeff2efd0cc","name":"Ping succeeds for all connected peers","time":{"start":1724764956448,"stop":1724764956450,"duration":2},"status":"passed","severity":"normal"},{"uid":"14a1ba05367be791","name":"Ping on unsubscribed peer","time":{"start":1724764941087,"stop":1724764941087,"duration":0},"status":"passed","severity":"normal"},{"uid":"54a9628e6cad25fe","name":"Failed peers are renewed","time":{"start":1724765143904,"stop":1724765143905,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8bfe28fe9d4ceb1","name":"Push message with special chars payload","time":{"start":1724765505317,"stop":1724765505317,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae2465b7ffcda979","name":"Push message with Russian payload","time":{"start":1724765505318,"stop":1724765505318,"duration":0},"status":"passed","severity":"normal"},{"uid":"155fe09e93e3b5b","name":"Subscribe to topic containing XML and publish message","time":{"start":1724765421008,"stop":1724765421008,"duration":0},"status":"passed","severity":"normal"},{"uid":"6aade0a3a6fb330a","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724765049726,"stop":1724765049727,"duration":1},"status":"passed","severity":"normal"},{"uid":"f26b38c298013a50","name":"Push message with meta","time":{"start":1724765367189,"stop":1724765367190,"duration":1},"status":"passed","severity":"normal"},{"uid":"64796d1370a79746","name":"returns all values when wanted number matches available values","time":{"start":1724764812066,"stop":1724764812068,"duration":2},"status":"passed","severity":"normal"},{"uid":"9cb187f61c7477c7","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1724765426738,"stop":1724765426738,"duration":0},"status":"passed","severity":"normal"},{"uid":"b889db7a0ed9914d","name":"Ping on peer without subscriptions","time":{"start":1724764941086,"stop":1724764941086,"duration":0},"status":"passed","severity":"normal"},{"uid":"921ee21027dbd83","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1724764789133,"stop":1724764789133,"duration":0},"status":"passed","severity":"normal"},{"uid":"81dcd1954409df8b","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app26/1/topic708/proto","time":{"start":1724765462121,"stop":1724765462121,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ecb3bfef69026ca","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1724764789135,"stop":1724764789135,"duration":0},"status":"passed","severity":"normal"},{"uid":"c434ff5f21ae1eaa","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1724765545680,"stop":1724765545680,"duration":0},"status":"passed","severity":"normal"},{"uid":"14ebd19f225456be","name":"should properly create location multiaddrs - tcp6","time":{"start":1724764797739,"stop":1724764797740,"duration":1},"status":"passed","severity":"normal"},{"uid":"77cb6fdb59c4f4d5","name":"nwaku subscribes","time":{"start":1724765396499,"stop":1724765396500,"duration":1},"status":"passed","severity":"normal"},{"uid":"bdc7c200852ab5f5","name":"Ping on peer without subscriptions","time":{"start":1724764941088,"stop":1724764941089,"duration":1},"status":"passed","severity":"normal"},{"uid":"98af01fd8e53cc2e","name":"Waku message hash computation (meta attribute not present)","time":{"start":1724764791734,"stop":1724764791734,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f73ea787a751859","name":"Subscribe to topic containing JSON and publish message","time":{"start":1724765421009,"stop":1724765421009,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee2163c32418e765","name":"Tracks peer failures correctly","time":{"start":1724764956451,"stop":1724764956452,"duration":1},"status":"passed","severity":"normal"},{"uid":"42dac94161b3d93c","name":"Check received message containing shell command","time":{"start":1724765048430,"stop":1724765048430,"duration":0},"status":"passed","severity":"normal"},{"uid":"a028b79aa15e0435","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1724764789145,"stop":1724764789145,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbc48a92b930c21a","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1724765205056,"stop":1724765205057,"duration":1},"status":"passed","severity":"normal"},{"uid":"163d4aa81905e046","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1724764928737,"stop":1724764928738,"duration":1},"status":"passed","severity":"normal"},{"uid":"e292c76abc57a405","name":"Subscribe to topic containing numeric and publish message","time":{"start":1724765421006,"stop":1724765421006,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb6fb76eb73f02ba","name":"Check received message containing Script","time":{"start":1724765392381,"stop":1724765392382,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c3865fe5d691282","name":"Throws when trying to push message with empty payload","time":{"start":1724765505347,"stop":1724765505349,"duration":2},"status":"passed","severity":"normal"},{"uid":"7d603cd7fe75ccb2","name":"Filter with 2 connections","time":{"start":1724765110674,"stop":1724765110674,"duration":0},"status":"passed","severity":"normal"},{"uid":"6af9e60d828e0f0d","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1724764797066,"stop":1724764797066,"duration":0},"status":"passed","severity":"normal"},{"uid":"a236ef38d3d63756","name":"1 Relay, 1 fetch","time":{"start":1724764813131,"stop":1724764813131,"duration":0},"status":"passed","severity":"normal"},{"uid":"55a7c60ba5066451","name":"Subscribe and receive messages via lightPush","time":{"start":1724765545632,"stop":1724765545632,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d0ee7af1f8a268b","name":"Check publish message containing Chinese","time":{"start":1724765426725,"stop":1724765426725,"duration":0},"status":"passed","severity":"normal"},{"uid":"83556394dd313f53","name":"Push message with custom timestamp: 1724761510944","time":{"start":1724765367205,"stop":1724765367205,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca9d94e68ea40b6d","name":"Subscribe to topic containing JSON and receive message","time":{"start":1724765545654,"stop":1724765545654,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5b4444666effe61","name":"Check message with no pubsub topic is not received","time":{"start":1724765048440,"stop":1724765048441,"duration":1},"status":"passed","severity":"normal"},{"uid":"5872715bb3cee8d2","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1724765075578,"stop":1724765075578,"duration":0},"status":"passed","severity":"normal"},{"uid":"6535567ca8068ec2","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1724765462126,"stop":1724765462127,"duration":1},"status":"passed","severity":"normal"},{"uid":"8955da9fe8d9bcc1","name":"Promise Callback - false","time":{"start":1724765527486,"stop":1724765527486,"duration":0},"status":"passed","severity":"normal"},{"uid":"1757ef72f4d732ab","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1724764789138,"stop":1724764789138,"duration":0},"status":"passed","severity":"normal"},{"uid":"afc1e35c003942c6","name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","time":{"start":1724765325747,"stop":1724765325748,"duration":1},"status":"passed","severity":"normal"},{"uid":"2dd0f3c97b459eb5","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1724765545645,"stop":1724765545646,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f6cfed8d5907012","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1724765545662,"stop":1724765545662,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e32756d965294a4","name":"should handle a minimal index list","time":{"start":1724764789257,"stop":1724764789258,"duration":1},"status":"passed","severity":"normal"},{"uid":"8eebc82bf0bd5925","name":"Decoder throws on undefined content topic","time":{"start":1724764825335,"stop":1724764825336,"duration":1},"status":"passed","severity":"normal"},{"uid":"172c6753bbd36668","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1724764789143,"stop":1724764789143,"duration":0},"status":"passed","severity":"normal"},{"uid":"a725952e8a3646","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1724764802336,"stop":1724764802337,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee9f94a333b21445","name":"Push message with emoji payload","time":{"start":1724765367162,"stop":1724765367163,"duration":1},"status":"passed","severity":"normal"},{"uid":"d43e57d42c174f2","name":"Check received message containing Script","time":{"start":1724765048428,"stop":1724765048429,"duration":1},"status":"passed","severity":"normal"},{"uid":"ffc44858431c9681","name":"Publish message with custom timestamp: Tue Aug 27 2024 14:29:56 GMT+0000 (Coordinated Universal Time)","time":{"start":1724765426736,"stop":1724765426736,"duration":0},"status":"passed","severity":"normal"},{"uid":"30d3f2504637806c","name":"Number of peers are maintained correctly","time":{"start":1724765143904,"stop":1724765143904,"duration":0},"status":"passed","severity":"normal"},{"uid":"18670c2551aadcc2","name":"Subscribe to topic containing emoji and receive message","time":{"start":1724765545655,"stop":1724765545655,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbec4124ae444c7e","name":"Push message with SQL Injection payload","time":{"start":1724765505318,"stop":1724765505324,"duration":6},"status":"passed","severity":"normal"},{"uid":"c1b6a395b8596360","name":"should return all peers when numPeers is 0","time":{"start":1724764802335,"stop":1724764802336,"duration":1},"status":"passed","severity":"normal"},{"uid":"80d5395b09551ccc","name":"LightPush with 0 connections","time":{"start":1724765110671,"stop":1724765110671,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e2bc0a72e9da806","name":"Push message with Chinese payload","time":{"start":1724765367114,"stop":1724765367114,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8c747a874ed5660","name":"Push message with content topic containing Russian","time":{"start":1724765505391,"stop":1724765505392,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd456d3664271b55","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1724764797060,"stop":1724764797061,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6b73d21c760f22f","name":"LightPush with 2 connections","time":{"start":1724765110673,"stop":1724765110674,"duration":1},"status":"passed","severity":"normal"},{"uid":"43cd54bec203bccf","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1724765545642,"stop":1724765545643,"duration":1},"status":"passed","severity":"normal"},{"uid":"6876a53dfa5bcece","name":"Used by Waku Relay","time":{"start":1724765558251,"stop":1724765558252,"duration":1},"status":"passed","severity":"normal"},{"uid":"d3f918a41e5b568e","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1724764797029,"stop":1724764797029,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb5b4013ceba3fd4","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1724764789136,"stop":1724764789136,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0510c58cf4465cf","name":"Mutual subscription","time":{"start":1724765421000,"stop":1724765421001,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c760404d657bbf0","name":"Refresh subscription","time":{"start":1724765545640,"stop":1724765545640,"duration":0},"status":"passed","severity":"normal"},{"uid":"c675a6dfe7efc7ab","name":"Check message with invalid timestamp is not received","time":{"start":1724765392374,"stop":1724765392375,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d89f2fb96b9f795","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724765049729,"stop":1724765049730,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4d6b70599937b13","name":"handles empty contentTopics array correctly","time":{"start":1724764789146,"stop":1724764789146,"duration":0},"status":"passed","severity":"normal"},{"uid":"a007ceb3b414d79a","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1724764928741,"stop":1724764928741,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b4a3af0d8d30276","name":"Subscribe and receive messages via lightPush","time":{"start":1724765075575,"stop":1724765075575,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b4efa300ae5f5d1","name":"Push message with Chinese payload","time":{"start":1724765505317,"stop":1724765505317,"duration":0},"status":"passed","severity":"normal"},{"uid":"be443c53a8d17d74","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1724765205053,"stop":1724765205054,"duration":1},"status":"passed","severity":"normal"},{"uid":"45710f4253e48acf","name":"Subscribe to topic containing long and receive message","time":{"start":1724765545641,"stop":1724765545641,"duration":0},"status":"passed","severity":"normal"},{"uid":"555546291814fcd0","name":"Generator, custom pubsub topic","time":{"start":1724765534478,"stop":1724765534478,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf9e87f18a4779f2","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1724765075585,"stop":1724765075585,"duration":0},"status":"passed","severity":"normal"},{"uid":"1437c5f882ca7561","name":"Subscribe to topic containing long and publish message","time":{"start":1724765421005,"stop":1724765421005,"duration":0},"status":"passed","severity":"normal"},{"uid":"5af5452668bf89ba","name":"Check received message containing SQL Injection","time":{"start":1724765392369,"stop":1724765392369,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca76fa481ba26d0a","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1724764789131,"stop":1724764789131,"duration":0},"status":"passed","severity":"normal"},{"uid":"88fbd30727a15357","name":"Check received message with timestamp: 1649153314 ","time":{"start":1724765048439,"stop":1724765048439,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f2e03679029a958","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1724764789140,"stop":1724764789140,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc7ccc13ac52a7b6","name":"Query generator for 2000 messages","time":{"start":1724765527325,"stop":1724765527326,"duration":1},"status":"passed","severity":"normal"},{"uid":"b9c0f8cc7286b401","name":"Check message with no payload is not received","time":{"start":1724765048442,"stop":1724765048442,"duration":0},"status":"passed","severity":"normal"},{"uid":"5320e090d1380848","name":"Subscribe and receive messages via waku relay post","time":{"start":1724765545633,"stop":1724765545633,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1c204d7e3012778","name":"Push message equal or less that 1MB","time":{"start":1724765505406,"stop":1724765505406,"duration":0},"status":"passed","severity":"normal"},{"uid":"689d8122ffd82a36","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1724764823787,"stop":1724764823787,"duration":0},"status":"passed","severity":"normal"},{"uid":"d01a69fb1d3e4eb1","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1724765049746,"stop":1724765049746,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d1997a6e73be1d","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1724765075576,"stop":1724765075576,"duration":0},"status":"passed","severity":"normal"},{"uid":"543413e903f6bfd9","name":"topics with same application and version share the same shard","time":{"start":1724764789128,"stop":1724764789128,"duration":0},"status":"passed","severity":"normal"},{"uid":"87b25737fa5a23da","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1724764789119,"stop":1724764789119,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce9d56bbde0f3b63","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1724764789136,"stop":1724764789136,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e1d671dd9fe609c","name":"Relay","time":{"start":1724764850557,"stop":1724764850557,"duration":0},"status":"passed","severity":"normal"},{"uid":"6844df878bf5aceb","name":"Ping on unsubscribed peer","time":{"start":1724764907479,"stop":1724764907479,"duration":0},"status":"passed","severity":"normal"},{"uid":"21ba77d9d9795d74","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1724764928739,"stop":1724764928739,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c2bcb37f0648c4e","name":"handles different clusterIds correctly","time":{"start":1724764789128,"stop":1724764789129,"duration":1},"status":"passed","severity":"normal"},{"uid":"4530fd039eac0dd9","name":"isConnected should return false after all peers disconnect","time":{"start":1724764895745,"stop":1724764895745,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c53641039367385","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1724765545682,"stop":1724765545682,"duration":0},"status":"passed","severity":"normal"},{"uid":"93612c91d0a9b0cb","name":"can start the service","time":{"start":1724764817751,"stop":1724764817752,"duration":1},"status":"passed","severity":"normal"},{"uid":"503ea55a8af60b15","name":"Push message with escaped characters payload","time":{"start":1724765505326,"stop":1724765505326,"duration":0},"status":"passed","severity":"normal"},{"uid":"30f78236b3af0e5b","name":"should not receive a peer event after stop","time":{"start":1724765396241,"stop":1724765396241,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5201dfe3d020d53","name":"Check publish message containing emoji","time":{"start":1724765426730,"stop":1724765426735,"duration":5},"status":"passed","severity":"normal"},{"uid":"df0a8fdbc64e9e1f","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1724764813708,"stop":1724764813708,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d95aecb06b29759d","name":"random static sharding 1 - Cluster ID: 874, Shard ID: 819","time":{"start":1724765485928,"stop":1724765485928,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a8f06486cc7819a","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1724764928734,"stop":1724764928734,"duration":0},"status":"passed","severity":"normal"},{"uid":"96b20426d07c5216","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1724765421007,"stop":1724765421007,"duration":0},"status":"passed","severity":"normal"},{"uid":"56e134632c506775","name":"Subscribe to topic containing Russian and receive message","time":{"start":1724765545643,"stop":1724765545643,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7c8e7067e95d93c","name":"same cluster, same shard: nodes connect","time":{"start":1724765257551,"stop":1724765257552,"duration":1},"status":"passed","severity":"normal"},{"uid":"5709921164f90139","name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1724765325740,"stop":1724765325741,"duration":1},"status":"passed","severity":"normal"},{"uid":"eff7cfb60c8202c5","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1724764797030,"stop":1724764797030,"duration":0},"status":"passed","severity":"normal"},{"uid":"16a8dfc242580ffa","name":"should emit a peer event after start","time":{"start":1724765396240,"stop":1724765396241,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff4f3e1b504b96c0","name":"should throw an error for missing required configuration","time":{"start":1724764789134,"stop":1724764789134,"duration":0},"status":"passed","severity":"normal"},{"uid":"cfce41cdf2389246","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1724764789127,"stop":1724764789127,"duration":0},"status":"passed","severity":"normal"},{"uid":"2057b4a2a29327fd","name":"Publish message with rate limit","time":{"start":1724765426748,"stop":1724765426748,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f50f634ddecf19a","name":"should use DNS peer discovery with light client","time":{"start":1724764850601,"stop":1724764850601,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7f5bd8d5fc9a836b","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1724765049745,"stop":1724765049745,"duration":0},"status":"passed","severity":"normal"},{"uid":"14d015d1a8f1bcff","name":"Check received message containing numeric","time":{"start":1724765392366,"stop":1724765392366,"duration":0},"status":"passed","severity":"normal"},{"uid":"e976c15bdc70c27b","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1724765527324,"stop":1724765527325,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf7912975e3eaa34","name":"Should update shard info","time":{"start":1724765326018,"stop":1724765326018,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5e5dbac02a2f839","name":"Subscribe to topic containing Script and receive message","time":{"start":1724765075586,"stop":1724765075586,"duration":0},"status":"passed","severity":"normal"},{"uid":"54907391f70419dc","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1724765049731,"stop":1724765049731,"duration":0},"status":"passed","severity":"normal"},{"uid":"b59e4245a3521dfe","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1724764789131,"stop":1724764789132,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e9d07ee4a2a4de5","name":"Generator, custom pubsub topic","time":{"start":1724765534494,"stop":1724765534494,"duration":0},"status":"passed","severity":"normal"},{"uid":"b737aee05d37b734","name":"Check received message containing Arabic","time":{"start":1724765048427,"stop":1724765048427,"duration":0},"status":"passed","severity":"normal"},{"uid":"5cc1b0cc3be49176","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1724764813490,"stop":1724764813491,"duration":1},"status":"passed","severity":"normal"},{"uid":"66ea3a282ca33566","name":"throws on content topic with empty encoding field","time":{"start":1724764789117,"stop":1724764789117,"duration":0},"status":"passed","severity":"normal"},{"uid":"54736213ef10276b","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1724765470239,"stop":1724765470239,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9bc2f8166a1ea10","name":"Nodes with multiple pubsub topic","time":{"start":1724765405947,"stop":1724765405948,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2dfe9ef00959053","name":"Subscribe to topic containing Russian and receive message","time":{"start":1724765075585,"stop":1724765075586,"duration":1},"status":"passed","severity":"normal"},{"uid":"8aa21a1b193d29c2","name":"Push message with content topic containing emoji","time":{"start":1724765505400,"stop":1724765505401,"duration":1},"status":"passed","severity":"normal"},{"uid":"6fcd5608e5867c02","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1724765075578,"stop":1724765075579,"duration":1},"status":"passed","severity":"normal"},{"uid":"74d8a74ab88d705a","name":"Query generator for multiple messages with different message text format","time":{"start":1724765527321,"stop":1724765527322,"duration":1},"status":"passed","severity":"normal"},{"uid":"e358d1d058f4b0e3","name":"can start and stop the service","time":{"start":1724765396228,"stop":1724765396239,"duration":11},"status":"passed","severity":"normal"},{"uid":"8f023581f56f89b4","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1724765049725,"stop":1724765049725,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf8beecea7e22d6d","name":"Push 30 different messages","time":{"start":1724765505346,"stop":1724765505346,"duration":0},"status":"passed","severity":"normal"},{"uid":"f41f8a15e0c2306c","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1724765049749,"stop":1724765049749,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4e778af550fee65","name":"different cluster, different shard: nodes don't connect","time":{"start":1724765049721,"stop":1724765049722,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac997bf7819b64ba","name":"Check message on other pubsub topic is not received","time":{"start":1724765048440,"stop":1724765048440,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2ecf323ea9b13c","name":"Check received message containing Basic HTML tag","time":{"start":1724765392382,"stop":1724765392382,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2ab87f3c994b630","name":"Check publish message containing special chars","time":{"start":1724765426725,"stop":1724765426725,"duration":0},"status":"passed","severity":"normal"},{"uid":"e285a07b9f586c7b","name":"Push message with short payload","time":{"start":1724765367112,"stop":1724765367112,"duration":0},"status":"passed","severity":"normal"},{"uid":"3195c43c949549f9","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1724765579393,"stop":1724765579393,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d23798cb15b734b","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1724764797064,"stop":1724764797065,"duration":1},"status":"passed","severity":"normal"},{"uid":"2870505b9a62765c","name":"throws on content topic with empty application field","time":{"start":1724764789115,"stop":1724764789115,"duration":0},"status":"passed","severity":"normal"},{"uid":"cac19f1fc4ad095","name":"1 Store, 2 fetches","time":{"start":1724764813132,"stop":1724764813132,"duration":0},"status":"passed","severity":"normal"},{"uid":"1177f5de52af0a6c","name":"Check received message containing SQL Injection","time":{"start":1724765048428,"stop":1724765048428,"duration":0},"status":"passed","severity":"normal"},{"uid":"3239d5ad2d92c781","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","time":{"start":1724764956452,"stop":1724764956453,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c78f35777072f13","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1724765511608,"stop":1724765511608,"duration":0},"status":"passed","severity":"normal"},{"uid":"42c44b6dc8001e96","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1724765108196,"stop":1724765108196,"duration":0},"status":"passed","severity":"normal"},{"uid":"3589d68e0135ce1b","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1724765579391,"stop":1724765579392,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ac13981080d1304","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1724765049730,"stop":1724765049730,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc0f6fec9af9ed2d","name":"should properly create location multiaddrs - tcp4","time":{"start":1724764797738,"stop":1724764797739,"duration":1},"status":"passed","severity":"normal"},{"uid":"1039df87e52bd307","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1724765557440,"stop":1724765557440,"duration":0},"status":"passed","severity":"normal"},{"uid":"97c8fc59bb1bdd35","name":"through manual discovery","time":{"start":1724765265444,"stop":1724765265445,"duration":1},"status":"passed","severity":"normal"},{"uid":"10f9ea02c8639334","name":"same cluster, different shard: nodes connect","time":{"start":1724765257552,"stop":1724765257552,"duration":0},"status":"passed","severity":"normal"},{"uid":"3025b88e2f0445e8","name":"Reopen subscription with peer with lost subscription","time":{"start":1724764941089,"stop":1724764941089,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ecfd88db50b9da4","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1724765049744,"stop":1724765049744,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b90394c6362836d","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1724764789138,"stop":1724764789138,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed9494c5bc7eb619","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1724765049727,"stop":1724765049728,"duration":1},"status":"passed","severity":"normal"},{"uid":"411cc86f8696a446","name":"Check publish message containing Arabic","time":{"start":1724765426726,"stop":1724765426726,"duration":0},"status":"passed","severity":"normal"},{"uid":"89e2a22b56c59509","name":"Push message with content topic containing Basic HTML tag","time":{"start":1724765367185,"stop":1724765367186,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6a67c3291850b55","name":"Check received message containing escaped characters","time":{"start":1724765048431,"stop":1724765048431,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1eb913235d2fb40","name":"Ephemeral field is preserved - encoder v0","time":{"start":1724764855570,"stop":1724764855570,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b2f477c66a38064","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app86/9/topic282/test.js","time":{"start":1724765462122,"stop":1724765462122,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2fdcc2c6399da55","name":"Waku message hash computation (payload length 0)","time":{"start":1724764791734,"stop":1724764791734,"duration":0},"status":"passed","severity":"normal"},{"uid":"a12cc3eb35df49db","name":"Query Generator - false","time":{"start":1724765527485,"stop":1724765527486,"duration":1},"status":"passed","severity":"normal"},{"uid":"c37b1a0113e23cac","name":"Waku message hash computation (no timestamp)","time":{"start":1724764791735,"stop":1724764791735,"duration":0},"status":"passed","severity":"normal"},{"uid":"6915fa822ffb967c","name":"Light Node - default protocols","time":{"start":1724765566165,"stop":1724765566165,"duration":0},"status":"passed","severity":"normal"},{"uid":"151b4c0107f92690","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1724765421007,"stop":1724765421008,"duration":1},"status":"passed","severity":"normal"},{"uid":"4136e080b39ef967","name":"Passing invalid cursor","time":{"start":1724765470242,"stop":1724765470242,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfe478fd6337daa2","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1724764789140,"stop":1724764789141,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff328f5ba80daa83","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1724765405947,"stop":1724765405947,"duration":0},"status":"passed","severity":"normal"},{"uid":"9038771394e2b8c1","name":"Renews peer on consistent missed messages","time":{"start":1724764956453,"stop":1724764956453,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdbcf75f4602ed66","name":"should not fail to stop the service if it was not started","time":{"start":1724764850587,"stop":1724764850588,"duration":1},"status":"passed","severity":"normal"},{"uid":"f81979048941f1f7","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1724764789138,"stop":1724764789139,"duration":1},"status":"passed","severity":"normal"},{"uid":"d3520c41fbfea3e2","name":"Push message with JSON payload","time":{"start":1724765367131,"stop":1724765367150,"duration":19},"status":"passed","severity":"normal"},{"uid":"1413a7c568b5e0af","name":"should properly create location multiaddrs - udp6","time":{"start":1724764797739,"stop":1724764797739,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbbd5087d3d36243","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1724765534496,"stop":1724765534496,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e015f5ff97a35ea","name":"should encodeTxt and decodeTxt","time":{"start":1724764797726,"stop":1724764797727,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff7294db77012cd4","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1724764789139,"stop":1724764789140,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b8cd1c31a59f4e3","name":"Privacy Node - default protocol","time":{"start":1724765566166,"stop":1724765566166,"duration":0},"status":"passed","severity":"normal"},{"uid":"35016d9ce4f8e53f","name":"Symmetric encrypt & Decrypt","time":{"start":1724764824184,"stop":1724764824185,"duration":1},"status":"passed","severity":"normal"},{"uid":"a98ef142904671da","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1724765108199,"stop":1724765108200,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee1d93cbe8329df1","name":"recovers when dns.resolve returns empty","time":{"start":1724764813701,"stop":1724764813702,"duration":1},"status":"passed","severity":"normal"},{"uid":"f87472f173c5ebbf","name":"random static sharding 2 - Cluster ID: 309, Shard ID: 975","time":{"start":1724765485928,"stop":1724765485929,"duration":1},"status":"passed","severity":"normal"},{"uid":"1230c73bba4b189","name":"should not receive a peer event before start","time":{"start":1724764850599,"stop":1724764850600,"duration":1},"status":"passed","severity":"normal"},{"uid":"8541c763adeca75c","name":"Passing an array","time":{"start":1724765558250,"stop":1724765558251,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c8aa7295500fb24","name":"Subscribe to topic containing XML and receive message","time":{"start":1724765075587,"stop":1724765075587,"duration":0},"status":"passed","severity":"normal"},{"uid":"30bc32ef1cfa9739","name":"should not throw an error for a single configured topic","time":{"start":1724764789141,"stop":1724764789141,"duration":0},"status":"passed","severity":"normal"},{"uid":"67d11f589f2a523","name":"should properly compute the node id","time":{"start":1724764797732,"stop":1724764797733,"duration":1},"status":"passed","severity":"normal"},{"uid":"61e757cba47ac35","name":"Keep-alive pings maintain the connection","time":{"start":1724764956450,"stop":1724764956451,"duration":1},"status":"passed","severity":"normal"},{"uid":"a41e51a928f7732c","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1724765557438,"stop":1724765557439,"duration":1},"status":"passed","severity":"normal"},{"uid":"99157c843cbc170","name":"should return unique PubsubTopics for static sharding","time":{"start":1724764789132,"stop":1724764789132,"duration":0},"status":"passed","severity":"normal"},{"uid":"9dae79a80e37d8a1","name":"Subscribe to topic containing Script and receive message","time":{"start":1724765545650,"stop":1724765545650,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9116117b51b6de7","name":"Push message with JSON payload","time":{"start":1724765505325,"stop":1724765505326,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f049fa9edad47b6","name":"should throw an error for insufficient data","time":{"start":1724764789258,"stop":1724764789258,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bfec7f0303d92b7","name":"Push message equal or less that 1MB","time":{"start":1724765367205,"stop":1724765367206,"duration":1},"status":"passed","severity":"normal"},{"uid":"882a674274413c01","name":"Subscribe to topic containing shell command and receive message","time":{"start":1724765545681,"stop":1724765545681,"duration":0},"status":"passed","severity":"normal"},{"uid":"b351309a1788c8c7","name":"should emit a peer event after start","time":{"start":1724764850588,"stop":1724764850594,"duration":6},"status":"passed","severity":"normal"},{"uid":"d77ded490c025854","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1724765470237,"stop":1724765470238,"duration":1},"status":"passed","severity":"normal"},{"uid":"291dfeef1b88b996","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1724764789127,"stop":1724764789128,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d662c7d6abdbfa7","name":"Check meta is set [ecies]","time":{"start":1724764825334,"stop":1724764825334,"duration":0},"status":"passed","severity":"normal"},{"uid":"4047bb3667fd75f0","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1724765049725,"stop":1724765049725,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b8e25bf983e40ea","name":"Subscribe to topic containing short and publish message","time":{"start":1724765421005,"stop":1724765421005,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ddf270b33b4002","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1724765392374,"stop":1724765392374,"duration":0},"status":"passed","severity":"normal"},{"uid":"244490a897b2c62d","name":"Store - dialed first","time":{"start":1724765566163,"stop":1724765566163,"duration":0},"status":"passed","severity":"normal"},{"uid":"324189f1f83471cc","name":"Ephemeral messages are not stored","time":{"start":1724764855570,"stop":1724764855570,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9579f57787441d6","name":"Meta field set when metaSetter is specified","time":{"start":1724764802781,"stop":1724764802782,"duration":1},"status":"passed","severity":"normal"},{"uid":"d74c657d2ec2f55d","name":"Check received message containing unicode special characters","time":{"start":1724765392372,"stop":1724765392372,"duration":0},"status":"passed","severity":"normal"},{"uid":"85b9e35f239646f0","name":"Push message with content topic containing JSON","time":{"start":1724765505397,"stop":1724765505397,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ed8a9d7573724b5","name":"Push message with content topic containing Script","time":{"start":1724765505393,"stop":1724765505394,"duration":1},"status":"passed","severity":"normal"},{"uid":"8822aaf3fa973396","name":"Push message with meta","time":{"start":1724765505402,"stop":1724765505403,"duration":1},"status":"passed","severity":"normal"},{"uid":"9acf41df0f3140a4","name":"Push message with Basic HTML tag payload","time":{"start":1724765367131,"stop":1724765367131,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f62aaa544cafb92","name":"Check received message containing Script","time":{"start":1724765392369,"stop":1724765392369,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b9ca89154db9036","name":"Push message with unicode special characters payload","time":{"start":1724765505327,"stop":1724765505327,"duration":0},"status":"passed","severity":"normal"},{"uid":"51c34a3440661a3b","name":"Push message with content topic containing JSON","time":{"start":1724765367186,"stop":1724765367187,"duration":1},"status":"passed","severity":"normal"},{"uid":"318afb59823afb5e","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1724765108194,"stop":1724765108194,"duration":0},"status":"passed","severity":"normal"},{"uid":"7faf3ecc4695ccc9","name":"Decoder throws on undefined content topic","time":{"start":1724764823791,"stop":1724764823792,"duration":1},"status":"passed","severity":"normal"},{"uid":"54205fa750bc9f20","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1724765470241,"stop":1724765470241,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5f1a6ef41f6a12a","name":"Push message with content topic containing special chars","time":{"start":1724765505383,"stop":1724765505386,"duration":3},"status":"passed","severity":"normal"},{"uid":"362324f36f532f06","name":"should be able to decode the field with only STORE set to true","time":{"start":1724764797064,"stop":1724764797064,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c859404fe368909","name":"Check received message containing long","time":{"start":1724765048424,"stop":1724765048425,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6e1be1c87bed556","name":"Generator, custom pubsub topic","time":{"start":1724765534495,"stop":1724765534496,"duration":1},"status":"passed","severity":"normal"},{"uid":"2238edb4bbe24134","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1724765257551,"stop":1724765257551,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2bddf8ef84afe76","name":"Push message with SQL Injection payload","time":{"start":1724765367128,"stop":1724765367129,"duration":1},"status":"passed","severity":"normal"},{"uid":"c35c0350e6ed14d1","name":"Fails to publish message with size larger than 1 MB","time":{"start":1724765426739,"stop":1724765426739,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c4b68eb50e8eb77","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1724765545639,"stop":1724765545640,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed232de46dd67f25","name":"Check message with invalid timestamp is not received","time":{"start":1724765392392,"stop":1724765392392,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e3f0b1cfba3e1dd","name":"handles different networkShards values correctly","time":{"start":1724764789129,"stop":1724764789129,"duration":0},"status":"passed","severity":"normal"},{"uid":"31d054d8f1eeee4","name":"Push message with content topic containing SQL Injection","time":{"start":1724765505392,"stop":1724765505393,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd9bbd150a9551fb","name":"should not receive a peer event before start","time":{"start":1724764817754,"stop":1724764817754,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d728ea26ff67762","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1724764789258,"stop":1724764789258,"duration":0},"status":"passed","severity":"normal"},{"uid":"803b0148a51aa9cb","name":"should be able to decode the field with only FILTER set to true","time":{"start":1724764797063,"stop":1724764797064,"duration":1},"status":"passed","severity":"normal"},{"uid":"e111160d6c2f0521","name":"should only return 1 node with relay and store capability","time":{"start":1724764813705,"stop":1724764813706,"duration":1},"status":"passed","severity":"normal"},{"uid":"8cfb7e6f6ebb3fae","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1724764797065,"stop":1724764797066,"duration":1},"status":"passed","severity":"normal"},{"uid":"83d3ebbe1b5a5117","name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","time":{"start":1724765325735,"stop":1724765325736,"duration":1},"status":"passed","severity":"normal"},{"uid":"3bf6bbd6792b8020","name":"should emit a peer event after start","time":{"start":1724764817753,"stop":1724764817754,"duration":1},"status":"passed","severity":"normal"},{"uid":"375905d4eec1411c","name":"should decode valid enr successfully","time":{"start":1724764797727,"stop":1724764797728,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a4cd2db3353da33","name":"Check message with no content topic is not received","time":{"start":1724765392393,"stop":1724765392393,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f98bc5103d7f95","name":"Ordered Callback sorting by timestamp while page direction is true","time":{"start":1724765547287,"stop":1724765547287,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e01613eb916ca6e","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1724764789129,"stop":1724764789129,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b90de4b2de663d3","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1724765545678,"stop":1724765545679,"duration":1},"status":"passed","severity":"normal"},{"uid":"345116cf48efde16","name":"Subscribe to topic containing numeric and receive message","time":{"start":1724765545641,"stop":1724765545641,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0c0e26cc2f07931","name":"groups content topics by expected pubsub topic","time":{"start":1724764789128,"stop":1724764789128,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd853422204bd763","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1724765049744,"stop":1724765049744,"duration":0},"status":"passed","severity":"normal"},{"uid":"901c874d645016e6","name":"Does not throw an exception when node disconnects","time":{"start":1724765558250,"stop":1724765558250,"duration":0},"status":"passed","severity":"normal"},{"uid":"65b78257b65b80dd","name":"LightPush","time":{"start":1724765566164,"stop":1724765566165,"duration":1},"status":"passed","severity":"normal"},{"uid":"b048b4caad8b8b05","name":"Fails to push message bigger that 1MB","time":{"start":1724765367206,"stop":1724765367206,"duration":0},"status":"passed","severity":"normal"},{"uid":"5834d2d24d4fce5a","name":"getPeersByDiscovery","time":{"start":1724765410999,"stop":1724765410999,"duration":0},"status":"passed","severity":"normal"},{"uid":"693b2dc50e55dfb7","name":"should not receive a peer event after stop","time":{"start":1724764817754,"stop":1724764817754,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe121e76402af445","name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","time":{"start":1724765325746,"stop":1724765325747,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ccf071b53ef6425","name":"Check message received after jswaku node is restarted","time":{"start":1724765392377,"stop":1724765392377,"duration":0},"status":"skipped","severity":"normal"},{"uid":"bfc2cb8c2fcf8816","name":"Ordered Callback - false","time":{"start":1724765527487,"stop":1724765527494,"duration":7},"status":"passed","severity":"normal"},{"uid":"d49e5e8749c959e7","name":"can start and stop the service","time":{"start":1724764817752,"stop":1724764817753,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d52a19939114608","name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1724765325750,"stop":1724765325751,"duration":1},"status":"passed","severity":"normal"},{"uid":"10ab91dd13b52862","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1724765049722,"stop":1724765049722,"duration":0},"status":"passed","severity":"normal"},{"uid":"1cbeb4df4e4fa480","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app9/4/topic421/json","time":{"start":1724765462123,"stop":1724765462124,"duration":1},"status":"passed","severity":"normal"},{"uid":"c86c50e7336f753","name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","time":{"start":1724765325743,"stop":1724765325744,"duration":1},"status":"passed","severity":"normal"},{"uid":"805aaab14abc4996","name":"Subscribe and receive messages via waku relay post","time":{"start":1724765545662,"stop":1724765545662,"duration":0},"status":"passed","severity":"normal"},{"uid":"99506e5ddae8568d","name":"retrieves a single peer","time":{"start":1724764813700,"stop":1724764813701,"duration":1},"status":"passed","severity":"normal"},{"uid":"905d28219a2f5539","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1724765470239,"stop":1724765470241,"duration":2},"status":"passed","severity":"normal"},{"uid":"13281b1ac271dd0a","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1724765421010,"stop":1724765421010,"duration":0},"status":"passed","severity":"normal"},{"uid":"1be9973e128de962","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1724764789134,"stop":1724764789134,"duration":0},"status":"passed","severity":"normal"},{"uid":"f993a5db17ee2943","name":"Subscribe to topic containing XML and receive message","time":{"start":1724765545680,"stop":1724765545680,"duration":0},"status":"passed","severity":"normal"},{"uid":"c142183457041f51","name":"should properly create location multiaddrs - udp","time":{"start":1724764797740,"stop":1724764797740,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1a3a7160bf2bed8","name":"Subscribe to topic containing XML and receive message","time":{"start":1724765545650,"stop":1724765545653,"duration":3},"status":"passed","severity":"normal"},{"uid":"6ffd34157d8b6257","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1724765421006,"stop":1724765421007,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ab0876fc354480e","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1724764791733,"stop":1724764791733,"duration":0},"status":"passed","severity":"normal"},{"uid":"eff3fcce9e72ebb7","name":"removeEventListener with correct event","time":{"start":1724764880295,"stop":1724764880295,"duration":0},"status":"passed","severity":"normal"},{"uid":"123ded5439ef83a9","name":"Push message on custom pubsubTopic","time":{"start":1724765205056,"stop":1724765205056,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/7346/widgets/status-chart.json b/7346/widgets/status-chart.json deleted file mode 100644 index 28cd256abde..00000000000 --- a/7346/widgets/status-chart.json +++ /dev/null @@ -1 +0,0 @@ -[{"uid":"3e799c907e4d4164","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1724764813489,"stop":1724764813490,"duration":1},"status":"passed","severity":"normal"},{"uid":"f35515a72d91cbff","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1724765534493,"stop":1724765534494,"duration":1},"status":"passed","severity":"normal"},{"uid":"43109396d323b532","name":"Sets default value correctly","time":{"start":1724765558252,"stop":1724765558252,"duration":0},"status":"passed","severity":"normal"},{"uid":"da6fb434be74fbf9","name":"Push message with content topic containing Basic HTML tag","time":{"start":1724765505396,"stop":1724765505396,"duration":0},"status":"passed","severity":"normal"},{"uid":"6af9e60d828e0f0d","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1724764797066,"stop":1724764797066,"duration":0},"status":"passed","severity":"normal"},{"uid":"2238edb4bbe24134","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1724765257551,"stop":1724765257551,"duration":0},"status":"passed","severity":"normal"},{"uid":"17a39fe22e44aff6","name":"Check received message containing shell command","time":{"start":1724765392371,"stop":1724765392371,"duration":0},"status":"passed","severity":"normal"},{"uid":"cec532847e767e55","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1724765426735,"stop":1724765426735,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dc31f04fc70157e","name":"Push message with content topic containing SQL Injection","time":{"start":1724765367184,"stop":1724765367185,"duration":1},"status":"passed","severity":"normal"},{"uid":"689d8122ffd82a36","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1724764823787,"stop":1724764823787,"duration":0},"status":"passed","severity":"normal"},{"uid":"e67341e413e7d4ba","name":"Subscribe to topic containing short and receive message","time":{"start":1724765545640,"stop":1724765545641,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c699d83de0b1ecb","name":"Subscribe to topic containing Russian and receive message","time":{"start":1724765545679,"stop":1724765545679,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff7294db77012cd4","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1724764789139,"stop":1724764789140,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6619c9945435ad1","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1724765049730,"stop":1724765049730,"duration":0},"status":"passed","severity":"normal"},{"uid":"a41e51a928f7732c","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1724765557438,"stop":1724765557439,"duration":1},"status":"passed","severity":"normal"},{"uid":"c37b1a0113e23cac","name":"Waku message hash computation (no timestamp)","time":{"start":1724764791735,"stop":1724764791735,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb5b4013ceba3fd4","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1724764789136,"stop":1724764789136,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa51bca862577219","name":"Push message with custom timestamp: 1724768710944","time":{"start":1724765367205,"stop":1724765367205,"duration":0},"status":"passed","severity":"normal"},{"uid":"43184af6406866af","name":"Check received message with timestamp: 1724764839246000000 ","time":{"start":1724765392390,"stop":1724765392390,"duration":0},"status":"passed","severity":"normal"},{"uid":"17755a4d192ef28f","name":"should be able to decode the field with only RELAY set to true","time":{"start":1724764797062,"stop":1724764797063,"duration":1},"status":"passed","severity":"normal"},{"uid":"30f78236b3af0e5b","name":"should not receive a peer event after stop","time":{"start":1724765396241,"stop":1724765396241,"duration":0},"status":"passed","severity":"normal"},{"uid":"b72145745f1c60de","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1724765411000,"stop":1724765411001,"duration":1},"status":"passed","severity":"normal"},{"uid":"42dac94161b3d93c","name":"Check received message containing shell command","time":{"start":1724765048430,"stop":1724765048430,"duration":0},"status":"passed","severity":"normal"},{"uid":"df93c54a7bff8620","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app30/1/topic147/proto","time":{"start":1724765462122,"stop":1724765462122,"duration":0},"status":"passed","severity":"normal"},{"uid":"68e71b6d72334f2b","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1724764855571,"stop":1724764855571,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2d56b36a5192151","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1724764813488,"stop":1724764813489,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac997bf7819b64ba","name":"Check message on other pubsub topic is not received","time":{"start":1724765048440,"stop":1724765048440,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2a7e49446b1a5e2","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1724764975585,"stop":1724764975585,"duration":0},"status":"passed","severity":"normal"},{"uid":"59ee2252de017e89","name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1724765325734,"stop":1724765325734,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7acc364699a9b8c","name":"Check message received after nwaku node is restarted","time":{"start":1724765048445,"stop":1724765048451,"duration":6},"status":"skipped","severity":"normal"},{"uid":"c57f39d88330f692","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1724765049723,"stop":1724765049723,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e3fd3472d5c8e24","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1724765049739,"stop":1724765049743,"duration":4},"status":"passed","severity":"normal"},{"uid":"d2bddf8ef84afe76","name":"Push message with SQL Injection payload","time":{"start":1724765367128,"stop":1724765367129,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ef27d57f03f71f4","name":"new peer added after a peer was already found","time":{"start":1724765411000,"stop":1724765411000,"duration":0},"status":"skipped","severity":"normal"},{"uid":"26b87c4d1de39671","name":"Check publish message containing Script","time":{"start":1724765426727,"stop":1724765426727,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ed1822cb0b0e1b5","name":"Push message with content topic containing XML","time":{"start":1724765505395,"stop":1724765505395,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c38d287a0e7200","name":"Check received message containing XML","time":{"start":1724765392382,"stop":1724765392382,"duration":0},"status":"passed","severity":"normal"},{"uid":"715017ffdce781d6","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1724765075587,"stop":1724765075587,"duration":0},"status":"passed","severity":"normal"},{"uid":"acbe66408144cafe","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1724765257550,"stop":1724765257551,"duration":1},"status":"passed","severity":"normal"},{"uid":"519ed04c54de1376","name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","time":{"start":1724765325752,"stop":1724765325753,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c3865fe5d691282","name":"Throws when trying to push message with empty payload","time":{"start":1724765505347,"stop":1724765505349,"duration":2},"status":"passed","severity":"normal"},{"uid":"14daf89d27798237","name":"Query Generator, No Decoder","time":{"start":1724765511606,"stop":1724765511606,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f50f634ddecf19a","name":"should use DNS peer discovery with light client","time":{"start":1724764850601,"stop":1724764850601,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1230c73bba4b189","name":"should not receive a peer event before start","time":{"start":1724764850599,"stop":1724764850600,"duration":1},"status":"passed","severity":"normal"},{"uid":"a236ef38d3d63756","name":"1 Relay, 1 fetch","time":{"start":1724764813131,"stop":1724764813131,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c2ee5ffae7ae2ab","name":"getPeersByDiscovery","time":{"start":1724764880296,"stop":1724764880296,"duration":0},"status":"passed","severity":"normal"},{"uid":"62c550c04874cf11","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1724765421003,"stop":1724765421004,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6a786c13eee1cd6","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app2/5/topic749/proto","time":{"start":1724765462122,"stop":1724765462123,"duration":1},"status":"passed","severity":"normal"},{"uid":"8eebc82bf0bd5925","name":"Decoder throws on undefined content topic","time":{"start":1724764825335,"stop":1724764825336,"duration":1},"status":"passed","severity":"normal"},{"uid":"21f0f97dd5118afe","name":"ignores unrecognized TXT record formats","time":{"start":1724764813703,"stop":1724764813704,"duration":1},"status":"passed","severity":"normal"},{"uid":"3296088492c5319","name":"1 Store, 2 relays, 2 fetches","time":{"start":1724764813132,"stop":1724764813133,"duration":1},"status":"passed","severity":"normal"},{"uid":"543413e903f6bfd9","name":"topics with same application and version share the same shard","time":{"start":1724764789128,"stop":1724764789128,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bdc63ac7a85ae81","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1724764797029,"stop":1724764797030,"duration":1},"status":"passed","severity":"normal"},{"uid":"c985fecc5cda7e4","name":"Fails to push message bigger that 1MB","time":{"start":1724765505406,"stop":1724765505407,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef5cd4b7a555d762","name":"Check publish message containing shell command","time":{"start":1724765426729,"stop":1724765426729,"duration":0},"status":"passed","severity":"normal"},{"uid":"791f90ba72ba4470","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1724765049750,"stop":1724765049755,"duration":5},"status":"passed","severity":"normal"},{"uid":"ceb17f146f4d1ca7","name":"should load peers from local storage and dispatch events","time":{"start":1724764817755,"stop":1724764817755,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee2163c32418e765","name":"Tracks peer failures correctly","time":{"start":1724764956451,"stop":1724764956452,"duration":1},"status":"passed","severity":"normal"},{"uid":"736e12a53db11784","name":"Check received message containing SQL Injection","time":{"start":1724765392381,"stop":1724765392381,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b4efa300ae5f5d1","name":"Push message with Chinese payload","time":{"start":1724765505317,"stop":1724765505317,"duration":0},"status":"passed","severity":"normal"},{"uid":"14ffbea7b901984b","name":"handles multiple messages","time":{"start":1724765548990,"stop":1724765548990,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb3d19c838d3650e","name":"should be able to encode the field with only FILTER set to true","time":{"start":1724764797028,"stop":1724764797028,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbc48a92b930c21a","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1724765205056,"stop":1724765205057,"duration":1},"status":"passed","severity":"normal"},{"uid":"7db040d9bce41a52","name":"Check publish message containing SQL Injection","time":{"start":1724765426726,"stop":1724765426727,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee1297a81d9257be","name":"Ping fails for unsubscribed peers","time":{"start":1724764956450,"stop":1724764956450,"duration":0},"status":"passed","severity":"normal"},{"uid":"1216fc327c08199e","name":"Push message with content topic containing Script","time":{"start":1724765367185,"stop":1724765367185,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0be1c76a110c40","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1724764789135,"stop":1724764789135,"duration":0},"status":"passed","severity":"normal"},{"uid":"693b2dc50e55dfb7","name":"should not receive a peer event after stop","time":{"start":1724764817754,"stop":1724764817754,"duration":0},"status":"passed","severity":"normal"},{"uid":"e46027e9bad0fbf4","name":"Push to array if already present","time":{"start":1724764788866,"stop":1724764788866,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b71b7fbec4d288c","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1724764841848,"stop":1724764841850,"duration":2},"status":"passed","severity":"normal"},{"uid":"96fe08886ab9c288","name":"Push message with Arabic payload","time":{"start":1724765505317,"stop":1724765505318,"duration":1},"status":"passed","severity":"normal"},{"uid":"99157c843cbc170","name":"should return unique PubsubTopics for static sharding","time":{"start":1724764789132,"stop":1724764789132,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2f4e038836937c4","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1724764928735,"stop":1724764928735,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ef1bc5b382d5080","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1724764797067,"stop":1724764797067,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9e8fa4fc3dbcf0d","name":"Query Generator - true","time":{"start":1724765527485,"stop":1724765527485,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2b2d3db9cd92881","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724765205056,"stop":1724765205056,"duration":0},"status":"passed","severity":"normal"},{"uid":"6bc3e84a08132465","name":"should handle corrupted local storage data gracefully","time":{"start":1724764817755,"stop":1724764817756,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb6fb76eb73f02ba","name":"Check received message containing Script","time":{"start":1724765392381,"stop":1724765392382,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8c747a874ed5660","name":"Push message with content topic containing Russian","time":{"start":1724765505391,"stop":1724765505392,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b2f477c66a38064","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app86/9/topic282/test.js","time":{"start":1724765462122,"stop":1724765462122,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f049fa9edad47b6","name":"should throw an error for insufficient data","time":{"start":1724764789258,"stop":1724764789258,"duration":0},"status":"passed","severity":"normal"},{"uid":"1415684f10fb8b1d","name":"shard 0","time":{"start":1724765485924,"stop":1724765485926,"duration":2},"status":"passed","severity":"normal"},{"uid":"4ab699f962568e11","name":"Check received message with timestamp: 1649153314 ","time":{"start":1724765392373,"stop":1724765392374,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ecfd88db50b9da4","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1724765049744,"stop":1724765049744,"duration":0},"status":"passed","severity":"normal"},{"uid":"d205c906054a8e39","name":"random static sharding 10 - Cluster ID: 372, Shard ID: 170","time":{"start":1724765485939,"stop":1724765485940,"duration":1},"status":"passed","severity":"normal"},{"uid":"b29a56053aedb236","name":"should properly create location multiaddrs - udp4","time":{"start":1724764797738,"stop":1724764797738,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ed8a9d7573724b5","name":"Push message with content topic containing Script","time":{"start":1724765505393,"stop":1724765505394,"duration":1},"status":"passed","severity":"normal"},{"uid":"858dc053b4095641","name":"Nwaku publishes","time":{"start":1724765396502,"stop":1724765396502,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b81fe00496c5421","name":"safeDispatchEvent","time":{"start":1724764880298,"stop":1724764880298,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee1d93cbe8329df1","name":"recovers when dns.resolve returns empty","time":{"start":1724764813701,"stop":1724764813702,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd9bbd150a9551fb","name":"should not receive a peer event before start","time":{"start":1724764817754,"stop":1724764817754,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f62aaa544cafb92","name":"Check received message containing Script","time":{"start":1724765392369,"stop":1724765392369,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed90d16aeee3db54","name":"Publishes to nwaku","time":{"start":1724765396501,"stop":1724765396501,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbeabdbb163f3f4f","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1724765511610,"stop":1724765511610,"duration":0},"status":"passed","severity":"normal"},{"uid":"df0a8fdbc64e9e1f","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1724764813708,"stop":1724764813708,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b2fa565f27082ad2","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1724765511610,"stop":1724765511610,"duration":0},"status":"passed","severity":"normal"},{"uid":"f038497c9c829556","name":"caches peers it previously fetched","time":{"start":1724764813704,"stop":1724764813704,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff79844a1e67a0cc","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1724765049746,"stop":1724765049747,"duration":1},"status":"passed","severity":"normal"},{"uid":"55de5f830b76bf34","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724764928740,"stop":1724764928740,"duration":0},"status":"passed","severity":"normal"},{"uid":"62284f18ffc006d2","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1724764895744,"stop":1724764895744,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e1d671dd9fe609c","name":"Relay","time":{"start":1724764850557,"stop":1724764850557,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec206ef1d09d471a","name":"should not receive a peer event before start","time":{"start":1724765396241,"stop":1724765396241,"duration":0},"status":"passed","severity":"normal"},{"uid":"60ba8df80d7ae084","name":"Push message with Russian payload","time":{"start":1724765367115,"stop":1724765367128,"duration":13},"status":"passed","severity":"normal"},{"uid":"67d11f589f2a523","name":"should properly compute the node id","time":{"start":1724764797732,"stop":1724764797733,"duration":1},"status":"passed","severity":"normal"},{"uid":"e111160d6c2f0521","name":"should only return 1 node with relay and store capability","time":{"start":1724764813705,"stop":1724764813706,"duration":1},"status":"passed","severity":"normal"},{"uid":"88fbd30727a15357","name":"Check received message with timestamp: 1649153314 ","time":{"start":1724765048439,"stop":1724765048439,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe8aca44a494e6d1","name":"Check received message containing escaped characters","time":{"start":1724765392371,"stop":1724765392372,"duration":1},"status":"passed","severity":"normal"},{"uid":"31d054d8f1eeee4","name":"Push message with content topic containing SQL Injection","time":{"start":1724765505392,"stop":1724765505393,"duration":1},"status":"passed","severity":"normal"},{"uid":"b76ff93d0d8f5bca","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1724765049727,"stop":1724765049727,"duration":0},"status":"passed","severity":"normal"},{"uid":"882e1877f66a6999","name":"Check received message with timestamp: 1724764839246000000 ","time":{"start":1724765392373,"stop":1724765392373,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d2bfc25011924f5","name":"Wrong topic","time":{"start":1724765462125,"stop":1724765462126,"duration":1},"status":"passed","severity":"normal"},{"uid":"26053fbd4d4a1076","name":"Push message with custom timestamp: 1724761475705","time":{"start":1724765505405,"stop":1724765505405,"duration":0},"status":"passed","severity":"normal"},{"uid":"efcb7a0a44872ffa","name":"Check received message containing JSON","time":{"start":1724765048430,"stop":1724765048430,"duration":0},"status":"passed","severity":"normal"},{"uid":"b32feb9c45c44fe4","name":"Fails to publish message with empty text","time":{"start":1724765426737,"stop":1724765426737,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4f9f7c43270b9f4","name":"All","time":{"start":1724764850558,"stop":1724764850558,"duration":0},"status":"passed","severity":"normal"},{"uid":"b336692aebe74c8c","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1724764789132,"stop":1724764789133,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0f3c3b4c78026b7","name":"throws on content topic with empty version field","time":{"start":1724764789115,"stop":1724764789116,"duration":1},"status":"passed","severity":"normal"},{"uid":"f308ce472abfd32b","name":"Passing page size 3 when there are 20 messages","time":{"start":1724765545354,"stop":1724765545354,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bc101d8587240ef","name":"should be called for bootstrap peers","time":{"start":1724764847606,"stop":1724764847607,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d728ea26ff67762","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1724764789258,"stop":1724764789258,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb01f1fa9be79565","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1724765421003,"stop":1724765421003,"duration":0},"status":"passed","severity":"normal"},{"uid":"c078f72254d4718d","name":"Subscribe and publish message","time":{"start":1724765421002,"stop":1724765421002,"duration":0},"status":"passed","severity":"normal"},{"uid":"9954e1f15f7af2d1","name":"Check received message containing emoji","time":{"start":1724765048431,"stop":1724765048435,"duration":4},"status":"passed","severity":"normal"},{"uid":"2ce591783da547aa","name":"Check received message containing long","time":{"start":1724765392379,"stop":1724765392379,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b3f0481ddc48efa","name":"Check publish message containing Basic HTML tag","time":{"start":1724765426728,"stop":1724765426728,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2dfe9ef00959053","name":"Subscribe to topic containing Russian and receive message","time":{"start":1724765075585,"stop":1724765075586,"duration":1},"status":"passed","severity":"normal"},{"uid":"d90172cc4cf225c1","name":"Check message with no content topic is not received","time":{"start":1724765392375,"stop":1724765392376,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ac82a8b8c415982","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1724765049728,"stop":1724765049729,"duration":1},"status":"passed","severity":"normal"},{"uid":"d64576051b9c1366","name":"Subscribe to topic containing Script and receive message","time":{"start":1724765545679,"stop":1724765545680,"duration":1},"status":"passed","severity":"normal"},{"uid":"a7de71ee189635fe","name":"Decoder throws on empty string content topic","time":{"start":1724764823792,"stop":1724764823792,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a677785da412611","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1724764789120,"stop":1724764789120,"duration":0},"status":"passed","severity":"normal"},{"uid":"976aa1d9ed436eac","name":"Renews subscription after lossing a connection","time":{"start":1724765545683,"stop":1724765545683,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa6f394d8d25a9e2","name":"Check publish message containing unicode special characters","time":{"start":1724765426730,"stop":1724765426730,"duration":0},"status":"passed","severity":"normal"},{"uid":"8aa21a1b193d29c2","name":"Push message with content topic containing emoji","time":{"start":1724765505400,"stop":1724765505401,"duration":1},"status":"passed","severity":"normal"},{"uid":"e20e68ad079d5f8f","name":"Filter with 0 connections","time":{"start":1724765110671,"stop":1724765110672,"duration":1},"status":"passed","severity":"normal"},{"uid":"dfc485cb5fcb8aec","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1724765545678,"stop":1724765545678,"duration":0},"status":"passed","severity":"normal"},{"uid":"66ea30f6802bf799","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1724765049744,"stop":1724765049744,"duration":0},"status":"passed","severity":"normal"},{"uid":"4136e080b39ef967","name":"Passing invalid cursor","time":{"start":1724765470242,"stop":1724765470242,"duration":0},"status":"passed","severity":"normal"},{"uid":"c90274bf675767b5","name":"passes more than one ENR URLs and attempts connection","time":{"start":1724764850601,"stop":1724764850602,"duration":1},"status":"skipped","severity":"normal"},{"uid":"8528f8b82e072511","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1724765049726,"stop":1724765049726,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfb1faa4acb2c34b","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1724765205055,"stop":1724765205055,"duration":0},"status":"passed","severity":"normal"},{"uid":"163d4aa81905e046","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1724764928737,"stop":1724764928738,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5f17da7a39206ff","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1724765411000,"stop":1724765411000,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3cca2d0b492215d3","name":"it tolerates circular branch references","time":{"start":1724764813701,"stop":1724764813701,"duration":0},"status":"passed","severity":"normal"},{"uid":"324189f1f83471cc","name":"Ephemeral messages are not stored","time":{"start":1724764855570,"stop":1724764855570,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3454977f30a4160","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724765049747,"stop":1724765049747,"duration":0},"status":"passed","severity":"normal"},{"uid":"18dc3d3c328519c9","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1724765545638,"stop":1724765545638,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0d42b0fb12cd83f","name":"Push message with content topic containing escaped characters","time":{"start":1724765367187,"stop":1724765367188,"duration":1},"status":"passed","severity":"normal"},{"uid":"1bda9350edeee87e","name":"Waku message hash computation (message is IDecodedMessage)","time":{"start":1724764791735,"stop":1724764791736,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd6c4961eb9dace4","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1724765108198,"stop":1724765108198,"duration":0},"status":"passed","severity":"normal"},{"uid":"48f71e4f6adbc9ff","name":"should properly create peer info with all multiaddrs","time":{"start":1724764797740,"stop":1724764797741,"duration":1},"status":"passed","severity":"normal"},{"uid":"bfc2cb8c2fcf8816","name":"Ordered Callback - false","time":{"start":1724765527487,"stop":1724765527494,"duration":7},"status":"passed","severity":"normal"},{"uid":"10538b7d2ce8905","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1724764813491,"stop":1724764813491,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f5f9ecaa84dce63","name":"Check publish message containing JSON","time":{"start":1724765426728,"stop":1724765426729,"duration":1},"status":"passed","severity":"normal"},{"uid":"50d2ea382aa316ec","name":"Init the array if not present","time":{"start":1724764788864,"stop":1724764788866,"duration":2},"status":"passed","severity":"normal"},{"uid":"ce08dac7e93356aa","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1724764895744,"stop":1724764895744,"duration":0},"status":"passed","severity":"normal"},{"uid":"b55a1409552a71b8","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1724765545679,"stop":1724765545679,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff4f3e1b504b96c0","name":"should throw an error for missing required configuration","time":{"start":1724764789134,"stop":1724764789134,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbbd5087d3d36243","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1724765534496,"stop":1724765534496,"duration":0},"status":"passed","severity":"normal"},{"uid":"da432e8edfed1421","name":"Query generator for multiple messages with different content topic format","time":{"start":1724765527322,"stop":1724765527322,"duration":0},"status":"passed","severity":"normal"},{"uid":"e59acfcaf7cb519e","name":"Push message with XML payload","time":{"start":1724765505325,"stop":1724765505325,"duration":0},"status":"passed","severity":"normal"},{"uid":"356bdea0f18c4c98","name":"should get / set TCP multiaddr","time":{"start":1724764797734,"stop":1724764797738,"duration":4},"status":"passed","severity":"normal"},{"uid":"df8269d302fe960a","name":"Encoder throws on empty string content topic","time":{"start":1724764825335,"stop":1724764825335,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab1087c3645f7d05","name":"Publish message with large meta","time":{"start":1724765426748,"stop":1724765426748,"duration":0},"status":"passed","severity":"normal"},{"uid":"e976c15bdc70c27b","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1724765527324,"stop":1724765527325,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ce3790a831668ff","name":"Check received message containing Basic HTML tag","time":{"start":1724765048429,"stop":1724765048429,"duration":0},"status":"passed","severity":"normal"},{"uid":"afc1e35c003942c6","name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","time":{"start":1724765325747,"stop":1724765325748,"duration":1},"status":"passed","severity":"normal"},{"uid":"eff7cfb60c8202c5","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1724764797030,"stop":1724764797030,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed4830ff110aa687","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1724764841851,"stop":1724764841851,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b90394c6362836d","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1724764789138,"stop":1724764789138,"duration":0},"status":"passed","severity":"normal"},{"uid":"d43e57d42c174f2","name":"Check received message containing Script","time":{"start":1724765048428,"stop":1724765048429,"duration":1},"status":"passed","severity":"normal"},{"uid":"41ad3301c87f187","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1724764789132,"stop":1724764789132,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a8f06486cc7819a","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1724764928734,"stop":1724764928734,"duration":0},"status":"passed","severity":"normal"},{"uid":"931ae191cf83086f","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724765049724,"stop":1724765049724,"duration":0},"status":"passed","severity":"normal"},{"uid":"fac8fe1a6ea6aa2","name":"Push message with content topic containing unicode special characters","time":{"start":1724765367188,"stop":1724765367188,"duration":0},"status":"passed","severity":"normal"},{"uid":"cbf76cd649c3bfa","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1724765049743,"stop":1724765049743,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4d6b70599937b13","name":"handles empty contentTopics array correctly","time":{"start":1724764789146,"stop":1724764789146,"duration":0},"status":"passed","severity":"normal"},{"uid":"abe3f685e498a28a","name":"throws on content topic with empty topic name field","time":{"start":1724764789116,"stop":1724764789116,"duration":0},"status":"passed","severity":"normal"},{"uid":"692e1fff814aa2b0","name":"Push message with shell command payload","time":{"start":1724765505326,"stop":1724765505326,"duration":0},"status":"passed","severity":"normal"},{"uid":"83d3ebbe1b5a5117","name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","time":{"start":1724765325735,"stop":1724765325736,"duration":1},"status":"passed","severity":"normal"},{"uid":"441ef3fbadd0cbe8","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1724765049727,"stop":1724765049727,"duration":0},"status":"passed","severity":"normal"},{"uid":"c451f242e870086a","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1724764789139,"stop":1724764789139,"duration":0},"status":"passed","severity":"normal"},{"uid":"c67a895657c21633","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1724765545639,"stop":1724765545639,"duration":0},"status":"passed","severity":"normal"},{"uid":"21f57cc4fa8f7e41","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1724764789147,"stop":1724764789148,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab82d7d5d9e32735","name":"Renews peer on consistent ping failures","time":{"start":1724764956451,"stop":1724764956451,"duration":0},"status":"passed","severity":"normal"},{"uid":"52d99622861e46df","name":"Encoder throws on empty string content topic","time":{"start":1724764802782,"stop":1724764802783,"duration":1},"status":"passed","severity":"normal"},{"uid":"682026c4d8c264a","name":"Callback on promise, aborts when callback returns true","time":{"start":1724765527324,"stop":1724765527324,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5366c5213e323e8","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1724764797728,"stop":1724764797728,"duration":0},"status":"passed","severity":"normal"},{"uid":"6535567ca8068ec2","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1724765462126,"stop":1724765462127,"duration":1},"status":"passed","severity":"normal"},{"uid":"6bbef93a38e45d63","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1724764797065,"stop":1724764797065,"duration":0},"status":"passed","severity":"normal"},{"uid":"87b25737fa5a23da","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1724764789119,"stop":1724764789119,"duration":0},"status":"passed","severity":"normal"},{"uid":"b889db7a0ed9914d","name":"Ping on peer without subscriptions","time":{"start":1724764941086,"stop":1724764941086,"duration":0},"status":"passed","severity":"normal"},{"uid":"30b9cd23cb8150fd","name":"Filter with 3 connections","time":{"start":1724765110675,"stop":1724765110675,"duration":0},"status":"passed","severity":"normal"},{"uid":"d49e5e8749c959e7","name":"can start and stop the service","time":{"start":1724764817752,"stop":1724764817753,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca0c85cc39b4bcc4","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1724764789143,"stop":1724764789144,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b468171aad47f73","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1724764813491,"stop":1724764813492,"duration":1},"status":"passed","severity":"normal"},{"uid":"a007ceb3b414d79a","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1724764928741,"stop":1724764928741,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1b954c776795042","name":"Query with Ordered Callback, No message returned","time":{"start":1724765511609,"stop":1724765511609,"duration":0},"status":"passed","severity":"normal"},{"uid":"5834d2d24d4fce5a","name":"getPeersByDiscovery","time":{"start":1724765410999,"stop":1724765410999,"duration":0},"status":"passed","severity":"normal"},{"uid":"6844df878bf5aceb","name":"Ping on unsubscribed peer","time":{"start":1724764907479,"stop":1724764907479,"duration":0},"status":"passed","severity":"normal"},{"uid":"108a6e3e935c9123","name":"Promise Callback - true","time":{"start":1724765527486,"stop":1724765527486,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3d2500e4c29444e","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1724764791732,"stop":1724764791733,"duration":1},"status":"passed","severity":"normal"},{"uid":"a0c523823c31bda3","name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","time":{"start":1724765325751,"stop":1724765325752,"duration":1},"status":"passed","severity":"normal"},{"uid":"f118c5d35700a783","name":"Check received message containing short","time":{"start":1724765392364,"stop":1724765392365,"duration":1},"status":"passed","severity":"normal"},{"uid":"cafb33462bd07b3d","name":"Overlapping topic subscription","time":{"start":1724765421004,"stop":1724765421005,"duration":1},"status":"skipped","severity":"normal"},{"uid":"14d75473dfd170e7","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1724764789135,"stop":1724764789135,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb8e57668133f0d1","name":"Push message with shell command payload","time":{"start":1724765367150,"stop":1724765367156,"duration":6},"status":"passed","severity":"normal"},{"uid":"27ec663605e1c0c8","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1724764975586,"stop":1724764975587,"duration":1},"status":"passed","severity":"normal"},{"uid":"b0094bab32cfe25e","name":"throws on content topic with generation field greater than 0","time":{"start":1724764789114,"stop":1724764789114,"duration":0},"status":"passed","severity":"normal"},{"uid":"74d8a74ab88d705a","name":"Query generator for multiple messages with different message text format","time":{"start":1724765527321,"stop":1724765527322,"duration":1},"status":"passed","severity":"normal"},{"uid":"e943751f69381ad8","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1724764975585,"stop":1724764975586,"duration":1},"status":"passed","severity":"normal"},{"uid":"43ec3aa78b7e821a","name":"Subscribe to topic containing shell command and receive message","time":{"start":1724765075588,"stop":1724765075588,"duration":0},"status":"passed","severity":"normal"},{"uid":"98f787e6fac709fa","name":"Push message with content topic containing special chars","time":{"start":1724765367179,"stop":1724765367180,"duration":1},"status":"passed","severity":"normal"},{"uid":"e08a5b6a14d17393","name":"Subscribe and receive messages via lightPush","time":{"start":1724765545657,"stop":1724765545658,"duration":1},"status":"passed","severity":"normal"},{"uid":"76283d1713133098","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1724765075577,"stop":1724765075577,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf1b255875aa08bd","name":"Check received message containing Arabic","time":{"start":1724765392380,"stop":1724765392380,"duration":0},"status":"passed","severity":"normal"},{"uid":"f134335cb289f811","name":"should set field with only RELAY enabled","time":{"start":1724764797741,"stop":1724764797742,"duration":1},"status":"passed","severity":"normal"},{"uid":"d64eb363aa4e873e","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1724765462120,"stop":1724765462121,"duration":1},"status":"passed","severity":"normal"},{"uid":"244490a897b2c62d","name":"Store - dialed first","time":{"start":1724765566163,"stop":1724765566163,"duration":0},"status":"passed","severity":"normal"},{"uid":"b18d9a35f58f52d9","name":"Check received message containing shell command","time":{"start":1724765392387,"stop":1724765392387,"duration":0},"status":"passed","severity":"normal"},{"uid":"b737aee05d37b734","name":"Check received message containing Arabic","time":{"start":1724765048427,"stop":1724765048427,"duration":0},"status":"passed","severity":"normal"},{"uid":"4707aaf56c982ac4","name":"Ping on unsubscribed peer","time":{"start":1724764941089,"stop":1724764941089,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccb88b3994b5f561","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1724764789127,"stop":1724764789127,"duration":0},"status":"passed","severity":"normal"},{"uid":"108e948986eeef5","name":"Check publish message containing XML","time":{"start":1724765426727,"stop":1724765426728,"duration":1},"status":"passed","severity":"normal"},{"uid":"4802dd36f32ec279","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1724765470239,"stop":1724765470239,"duration":0},"status":"passed","severity":"normal"},{"uid":"a98ef142904671da","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1724765108199,"stop":1724765108200,"duration":1},"status":"passed","severity":"normal"},{"uid":"3019314cb14a6256","name":"LightPush with 3 connections","time":{"start":1724765110674,"stop":1724765110674,"duration":0},"status":"passed","severity":"normal"},{"uid":"7beef57456a61790","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1724764789127,"stop":1724764789127,"duration":0},"status":"passed","severity":"normal"},{"uid":"3dbe815017d79d21","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1724765545653,"stop":1724765545653,"duration":0},"status":"passed","severity":"normal"},{"uid":"a12cc3eb35df49db","name":"Query Generator - false","time":{"start":1724765527485,"stop":1724765527486,"duration":1},"status":"passed","severity":"normal"},{"uid":"901c874d645016e6","name":"Does not throw an exception when node disconnects","time":{"start":1724765558250,"stop":1724765558250,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f6cfed8d5907012","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1724765545662,"stop":1724765545662,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca76fa481ba26d0a","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1724764789131,"stop":1724764789131,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd1b755e3c2a7fbb","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1724764789125,"stop":1724764789125,"duration":0},"status":"passed","severity":"normal"},{"uid":"11a90cbad18d7370","name":"Query generator for multiple messages","time":{"start":1724765527321,"stop":1724765527321,"duration":0},"status":"passed","severity":"normal"},{"uid":"52cd05bda85f761c","name":"Passing page size 1 when there are 4 messages","time":{"start":1724765545354,"stop":1724765545354,"duration":0},"status":"passed","severity":"normal"},{"uid":"913ff8265a76c72f","name":"Fails to publish message with wrong content topic","time":{"start":1724765426737,"stop":1724765426738,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6d06720b3e5b41c","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1724764802784,"stop":1724764802784,"duration":0},"status":"passed","severity":"normal"},{"uid":"345116cf48efde16","name":"Subscribe to topic containing numeric and receive message","time":{"start":1724765545641,"stop":1724765545641,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee9f94a333b21445","name":"Push message with emoji payload","time":{"start":1724765367162,"stop":1724765367163,"duration":1},"status":"passed","severity":"normal"},{"uid":"e59b36993879a283","name":"Round trip binary serialization","time":{"start":1724764802780,"stop":1724764802781,"duration":1},"status":"passed","severity":"normal"},{"uid":"85dc405bef5ce25a","name":"Push message with content topic containing long","time":{"start":1724765505349,"stop":1724765505382,"duration":33},"status":"passed","severity":"normal"},{"uid":"b1eb913235d2fb40","name":"Ephemeral field is preserved - encoder v0","time":{"start":1724764855570,"stop":1724764855570,"duration":0},"status":"passed","severity":"normal"},{"uid":"c35c0350e6ed14d1","name":"Fails to publish message with size larger than 1 MB","time":{"start":1724765426739,"stop":1724765426739,"duration":0},"status":"passed","severity":"normal"},{"uid":"97c8fc59bb1bdd35","name":"through manual discovery","time":{"start":1724765265444,"stop":1724765265445,"duration":1},"status":"passed","severity":"normal"},{"uid":"1413a7c568b5e0af","name":"should properly create location multiaddrs - udp6","time":{"start":1724764797739,"stop":1724764797739,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e01613eb916ca6e","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1724764789129,"stop":1724764789129,"duration":0},"status":"passed","severity":"normal"},{"uid":"8541c763adeca75c","name":"Passing an array","time":{"start":1724765558250,"stop":1724765558251,"duration":1},"status":"passed","severity":"normal"},{"uid":"90f9238c0472073c","name":"Default pageSize","time":{"start":1724765545356,"stop":1724765545356,"duration":0},"status":"passed","severity":"normal"},{"uid":"527390fb00188fea","name":"Push message with special chars payload","time":{"start":1724765367114,"stop":1724765367114,"duration":0},"status":"passed","severity":"normal"},{"uid":"a461112009fdd9f","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1724764789137,"stop":1724764789137,"duration":0},"status":"passed","severity":"normal"},{"uid":"31931b15a4a1c562","name":"random static sharding 3 - Cluster ID: 301, Shard ID: 571","time":{"start":1724765485929,"stop":1724765485930,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6a67c3291850b55","name":"Check received message containing escaped characters","time":{"start":1724765048431,"stop":1724765048431,"duration":0},"status":"passed","severity":"normal"},{"uid":"3025b88e2f0445e8","name":"Reopen subscription with peer with lost subscription","time":{"start":1724764941089,"stop":1724764941089,"duration":0},"status":"passed","severity":"normal"},{"uid":"151d575c3306795a","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1724764895743,"stop":1724764895743,"duration":0},"status":"passed","severity":"normal"},{"uid":"e578c25be8c06387","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1724764789144,"stop":1724764789144,"duration":0},"status":"passed","severity":"normal"},{"uid":"921ee21027dbd83","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1724764789133,"stop":1724764789133,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2c0945f8e7949c","name":"random static sharding 6 - Cluster ID: 357, Shard ID: 559","time":{"start":1724765485932,"stop":1724765485934,"duration":2},"status":"passed","severity":"normal"},{"uid":"d1c204d7e3012778","name":"Push message equal or less that 1MB","time":{"start":1724765505406,"stop":1724765505406,"duration":0},"status":"passed","severity":"normal"},{"uid":"48cbbbf3412459dc","name":"Check received message containing special chars","time":{"start":1724765392379,"stop":1724765392380,"duration":1},"status":"passed","severity":"normal"},{"uid":"93970d11b0e920e5","name":"Check received message containing long","time":{"start":1724765392365,"stop":1724765392365,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a91dca0444cae58","name":"A test","time":{"start":1724765205119,"stop":1724765205119,"duration":0},"status":"passed","severity":"normal"},{"uid":"35016d9ce4f8e53f","name":"Symmetric encrypt & Decrypt","time":{"start":1724764824184,"stop":1724764824185,"duration":1},"status":"passed","severity":"normal"},{"uid":"7336d0dfbbdcdd55","name":"Generator, 2 different pubsubtopics","time":{"start":1724765534494,"stop":1724765534495,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ddf270b33b4002","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1724765392374,"stop":1724765392374,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ad2c83589d3b282","name":"should return false","time":{"start":1724764797732,"stop":1724764797732,"duration":0},"status":"passed","severity":"normal"},{"uid":"df5560cf3a553faa","name":"Push message with content topic containing short","time":{"start":1724765505349,"stop":1724765505349,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d1e32ad6bf96ea7","name":"Filter with 1 connections","time":{"start":1724765110673,"stop":1724765110673,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cb6a6dca8e0933d","name":"Passing page size 19 when there are 20 messages","time":{"start":1724765545355,"stop":1724765545356,"duration":1},"status":"passed","severity":"normal"},{"uid":"38892fe2d18ae9fb","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1724764975586,"stop":1724764975586,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d1997a6e73be1d","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1724765075576,"stop":1724765075576,"duration":0},"status":"passed","severity":"normal"},{"uid":"e43d2f4a37d30d8","name":"Push message with Basic HTML tag payload","time":{"start":1724765505325,"stop":1724765505325,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0bcc10f75ad57f9","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1724765048439,"stop":1724765048439,"duration":0},"status":"passed","severity":"normal"},{"uid":"f26b38c298013a50","name":"Push message with meta","time":{"start":1724765367189,"stop":1724765367190,"duration":1},"status":"passed","severity":"normal"},{"uid":"526fd5cd3c9761de","name":"Decoder throws on empty string content topic","time":{"start":1724764802783,"stop":1724764802783,"duration":0},"status":"passed","severity":"normal"},{"uid":"21ba77d9d9795d74","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1724764928739,"stop":1724764928739,"duration":0},"status":"passed","severity":"normal"},{"uid":"deca36c522291e51","name":"should throw an error for an unconfigured topic","time":{"start":1724764789142,"stop":1724764789142,"duration":0},"status":"passed","severity":"normal"},{"uid":"55a7c60ba5066451","name":"Subscribe and receive messages via lightPush","time":{"start":1724765545632,"stop":1724765545632,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a037ac9758d954b","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1724764928740,"stop":1724764928741,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce0349898ccb2d2","name":"isConnected between 2 js-waku relay nodes","time":{"start":1724764895746,"stop":1724764895746,"duration":0},"status":"passed","severity":"normal"},{"uid":"5cc1b0cc3be49176","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1724764813490,"stop":1724764813491,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc4c3ac5d68e7c6","name":"Store - dialed after - with timeout","time":{"start":1724765566164,"stop":1724765566164,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ff0f29c56c19770","name":"Delete observer","time":{"start":1724765370748,"stop":1724765370748,"duration":0},"status":"passed","severity":"normal"},{"uid":"794c034237268332","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1724765049745,"stop":1724765049746,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3a1bd7b34a723b1","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1724764847607,"stop":1724764847607,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f98bc5103d7f95","name":"Ordered Callback sorting by timestamp while page direction is true","time":{"start":1724765547287,"stop":1724765547287,"duration":0},"status":"passed","severity":"normal"},{"uid":"56e134632c506775","name":"Subscribe to topic containing Russian and receive message","time":{"start":1724765545643,"stop":1724765545643,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf8beecea7e22d6d","name":"Push 30 different messages","time":{"start":1724765505346,"stop":1724765505346,"duration":0},"status":"passed","severity":"normal"},{"uid":"1cbeb4df4e4fa480","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app9/4/topic421/json","time":{"start":1724765462123,"stop":1724765462124,"duration":1},"status":"passed","severity":"normal"},{"uid":"c669d2ad3f3ecd8b","name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1724765325745,"stop":1724765325746,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1b6a395b8596360","name":"should return all peers when numPeers is 0","time":{"start":1724764802335,"stop":1724764802336,"duration":1},"status":"passed","severity":"normal"},{"uid":"325ff07595c14c30","name":"Reusing cursor across nodes","time":{"start":1724765470241,"stop":1724765470241,"duration":0},"status":"passed","severity":"normal"},{"uid":"6876a53dfa5bcece","name":"Used by Waku Relay","time":{"start":1724765558251,"stop":1724765558252,"duration":1},"status":"passed","severity":"normal"},{"uid":"715c680872b85c01","name":"Fails to push message with empty content topic","time":{"start":1724765367188,"stop":1724765367189,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1d57efca3170639","name":"Ephemeral field set to true","time":{"start":1724764802781,"stop":1724764802781,"duration":0},"status":"passed","severity":"normal"},{"uid":"5872715bb3cee8d2","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1724765075578,"stop":1724765075578,"duration":0},"status":"passed","severity":"normal"},{"uid":"5926e1ba4d4ac8a9","name":"Subscribe and receive messages via waku relay post","time":{"start":1724765075577,"stop":1724765075577,"duration":0},"status":"passed","severity":"normal"},{"uid":"963902fdd66bafe1","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1724765108198,"stop":1724765108198,"duration":0},"status":"passed","severity":"normal"},{"uid":"f54d183b9f7f2ef9","name":"Check received message containing Chinese","time":{"start":1724765392366,"stop":1724765392367,"duration":1},"status":"passed","severity":"normal"},{"uid":"6d596adb767ada39","name":"should set field with all protocols disabled","time":{"start":1724764797741,"stop":1724764797741,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddf73766bd3d1d0f","name":"Reopen subscription with peer with lost subscription","time":{"start":1724764941087,"stop":1724764941087,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9bc2f8166a1ea10","name":"Nodes with multiple pubsub topic","time":{"start":1724765405947,"stop":1724765405948,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c74214be35dc028","name":"Push message with numeric payload","time":{"start":1724765505316,"stop":1724765505316,"duration":0},"status":"passed","severity":"normal"},{"uid":"43493bffefbb8d8f","name":"should throw error - no id","time":{"start":1724764797729,"stop":1724764797729,"duration":0},"status":"passed","severity":"normal"},{"uid":"53622f830ac0d90d","name":"Push message with rate limit","time":{"start":1724765505404,"stop":1724765505404,"duration":0},"status":"passed","severity":"normal"},{"uid":"8cfb7e6f6ebb3fae","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1724764797065,"stop":1724764797066,"duration":1},"status":"passed","severity":"normal"},{"uid":"a028b79aa15e0435","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1724764789145,"stop":1724764789145,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d52a19939114608","name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1724765325750,"stop":1724765325751,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf7912975e3eaa34","name":"Should update shard info","time":{"start":1724765326018,"stop":1724765326018,"duration":0},"status":"passed","severity":"normal"},{"uid":"8383f6a48390bc96","name":"should throw error - invalid id","time":{"start":1724764797731,"stop":1724764797731,"duration":0},"status":"passed","severity":"normal"},{"uid":"947c404ca84592db","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1724764789125,"stop":1724764789126,"duration":1},"status":"passed","severity":"normal"},{"uid":"593884ba73527874","name":"Check received message containing JSON","time":{"start":1724765392370,"stop":1724765392371,"duration":1},"status":"passed","severity":"normal"},{"uid":"bcf9872ed3184595","name":"Passing page size 0 when there are 110 messages","time":{"start":1724765545353,"stop":1724765545353,"duration":0},"status":"passed","severity":"normal"},{"uid":"2870505b9a62765c","name":"throws on content topic with empty application field","time":{"start":1724764789115,"stop":1724764789115,"duration":0},"status":"passed","severity":"normal"},{"uid":"7adf2e77d05d4c8d","name":"Check received message containing special chars","time":{"start":1724765392366,"stop":1724765392366,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cfde271e4e424df","name":"Add multiple subscription objects on single nwaku node","time":{"start":1724765545682,"stop":1724765545682,"duration":0},"status":"passed","severity":"normal"},{"uid":"155fe09e93e3b5b","name":"Subscribe to topic containing XML and publish message","time":{"start":1724765421008,"stop":1724765421008,"duration":0},"status":"passed","severity":"normal"},{"uid":"882a674274413c01","name":"Subscribe to topic containing shell command and receive message","time":{"start":1724765545681,"stop":1724765545681,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e886d02229031ab","name":"Passing page size 10 when there are 10 messages","time":{"start":1724765545354,"stop":1724765545355,"duration":1},"status":"passed","severity":"normal"},{"uid":"9038771394e2b8c1","name":"Renews peer on consistent missed messages","time":{"start":1724764956453,"stop":1724764956453,"duration":0},"status":"passed","severity":"normal"},{"uid":"be4f7c6b14ef5dcf","name":"Sign & Recover","time":{"start":1724764824185,"stop":1724764824186,"duration":1},"status":"passed","severity":"normal"},{"uid":"60078c3c317f9d0c","name":"Ordered Callback - true","time":{"start":1724765527487,"stop":1724765527487,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c9285190a23151b","name":"Fields are not dropped","time":{"start":1724764802141,"stop":1724764802142,"duration":1},"status":"passed","severity":"normal"},{"uid":"9cafb49903dae1bb","name":"Check received message containing short","time":{"start":1724765392378,"stop":1724765392379,"duration":1},"status":"passed","severity":"normal"},{"uid":"57c235f7383ce0dc","name":"Relay + Store","time":{"start":1724764850557,"stop":1724764850557,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b14e85e844b90","name":"unsubscribes","time":{"start":1724765548990,"stop":1724765548990,"duration":0},"status":"passed","severity":"normal"},{"uid":"d01a69fb1d3e4eb1","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1724765049746,"stop":1724765049746,"duration":0},"status":"passed","severity":"normal"},{"uid":"9dae79a80e37d8a1","name":"Subscribe to topic containing Script and receive message","time":{"start":1724765545650,"stop":1724765545650,"duration":0},"status":"passed","severity":"normal"},{"uid":"a693e1731d35942c","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1724765108195,"stop":1724765108195,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9c0f8cc7286b401","name":"Check message with no payload is not received","time":{"start":1724765048442,"stop":1724765048442,"duration":0},"status":"passed","severity":"normal"},{"uid":"85b9e35f239646f0","name":"Push message with content topic containing JSON","time":{"start":1724765505397,"stop":1724765505397,"duration":0},"status":"passed","severity":"normal"},{"uid":"b93437c662a92fba","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1724765557437,"stop":1724765557438,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2bf8d925d83745e","name":"Fails to publish duplicate message","time":{"start":1724765426737,"stop":1724765426737,"duration":0},"status":"passed","severity":"normal"},{"uid":"e18f72326bda56d2","name":"Asymmetric encrypt & decrypt","time":{"start":1724764824184,"stop":1724764824184,"duration":0},"status":"passed","severity":"normal"},{"uid":"15768fa1a8b32f8f","name":"Query generator for multiple messages with multiple decoders","time":{"start":1724765527322,"stop":1724765527322,"duration":0},"status":"passed","severity":"normal"},{"uid":"78d5672880aa83aa","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1724765049749,"stop":1724765049749,"duration":0},"status":"passed","severity":"normal"},{"uid":"83c2985004d33660","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1724764789140,"stop":1724764789140,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f1d87c58911e6ac","name":"isConnected should return true after first peer connects","time":{"start":1724764895745,"stop":1724764895745,"duration":0},"status":"passed","severity":"normal"},{"uid":"43cd54bec203bccf","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1724765545642,"stop":1724765545643,"duration":1},"status":"passed","severity":"normal"},{"uid":"90131254afcc629b","name":"same cluster, same shard: nodes connect","time":{"start":1724765049719,"stop":1724765049720,"duration":1},"status":"passed","severity":"normal"},{"uid":"98c7bcf3c86f89a5","name":"should be online or offline if network state changed","time":{"start":1724764841857,"stop":1724764841858,"duration":1},"status":"broken","severity":"normal"},{"uid":"8b4a3af0d8d30276","name":"Subscribe and receive messages via lightPush","time":{"start":1724765075575,"stop":1724765075575,"duration":0},"status":"passed","severity":"normal"},{"uid":"8131759bca61ea37","name":"Check publish message after service node is restarted","time":{"start":1724765426745,"stop":1724765426745,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1a56d01dc853f61","name":"Check received message containing Arabic","time":{"start":1724765392367,"stop":1724765392367,"duration":0},"status":"passed","severity":"normal"},{"uid":"3af9089401740a75","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1724765405946,"stop":1724765405946,"duration":0},"status":"passed","severity":"normal"},{"uid":"54736213ef10276b","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1724765470239,"stop":1724765470239,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd853422204bd763","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1724765049744,"stop":1724765049744,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9f23bef5b2c6426","name":"Subscribe to topic containing JSON and receive message","time":{"start":1724765075587,"stop":1724765075588,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ae8598272f63940","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1724765579393,"stop":1724765579393,"duration":0},"status":"passed","severity":"normal"},{"uid":"497dc329ea1db036","name":"Check publish message containing numeric","time":{"start":1724765426724,"stop":1724765426724,"duration":0},"status":"passed","severity":"normal"},{"uid":"3589d68e0135ce1b","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1724765579391,"stop":1724765579392,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f4d48ff739363d2","name":"Subscribe and receives messages on 20 topics","time":{"start":1724765545638,"stop":1724765545639,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3ed5999e648efb6","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1724765557438,"stop":1724765557438,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f73ea787a751859","name":"Subscribe to topic containing JSON and publish message","time":{"start":1724765421009,"stop":1724765421009,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b7169ee21b3babe","name":"LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","time":{"start":1724765325737,"stop":1724765325738,"duration":1},"status":"passed","severity":"normal"},{"uid":"81712d2330b48162","name":"Push message with short payload","time":{"start":1724765505315,"stop":1724765505315,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed9a63cb081838a6","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1724764789141,"stop":1724764789141,"duration":0},"status":"passed","severity":"normal"},{"uid":"979d9fb25f445fa7","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1724764789138,"stop":1724764789138,"duration":0},"status":"passed","severity":"normal"},{"uid":"64796d1370a79746","name":"returns all values when wanted number matches available values","time":{"start":1724764812066,"stop":1724764812068,"duration":2},"status":"passed","severity":"normal"},{"uid":"d04734d2eda270df","name":"Overlapping topic subscription","time":{"start":1724765075579,"stop":1724765075580,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f2c72d7ffe4311c","name":"Check message with non string payload is not received","time":{"start":1724765048442,"stop":1724765048443,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f9675cec71bfb70","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1724765049723,"stop":1724765049723,"duration":0},"status":"passed","severity":"normal"},{"uid":"54205fa750bc9f20","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1724765470241,"stop":1724765470241,"duration":0},"status":"passed","severity":"normal"},{"uid":"1be9973e128de962","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1724764789134,"stop":1724764789134,"duration":0},"status":"passed","severity":"normal"},{"uid":"3026a74446cdf62b","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1724764802336,"stop":1724764802336,"duration":0},"status":"passed","severity":"normal"},{"uid":"680fd8824eead0f8","name":"Ping on subscribed peer","time":{"start":1724764941085,"stop":1724764941086,"duration":1},"status":"passed","severity":"normal"},{"uid":"803b0148a51aa9cb","name":"should be able to decode the field with only FILTER set to true","time":{"start":1724764797063,"stop":1724764797064,"duration":1},"status":"passed","severity":"normal"},{"uid":"d29c16ed8372bbfd","name":"should not fail to stop the service if it was not started","time":{"start":1724764817753,"stop":1724764817753,"duration":0},"status":"passed","severity":"normal"},{"uid":"2dd0f3c97b459eb5","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1724765545645,"stop":1724765545646,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ad2a8e419503d6d","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1724764928738,"stop":1724764928739,"duration":1},"status":"passed","severity":"normal"},{"uid":"f81979048941f1f7","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1724764789138,"stop":1724764789139,"duration":1},"status":"passed","severity":"normal"},{"uid":"96eace81aa5fa28d","name":"Passing page size 11 when there are 10 messages","time":{"start":1724765545355,"stop":1724765545355,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9579f57787441d6","name":"Meta field set when metaSetter is specified","time":{"start":1724764802781,"stop":1724764802782,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd6ad0bc7be45abb","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1724765545633,"stop":1724765545633,"duration":0},"status":"passed","severity":"normal"},{"uid":"98af01fd8e53cc2e","name":"Waku message hash computation (meta attribute not present)","time":{"start":1724764791734,"stop":1724764791734,"duration":0},"status":"passed","severity":"normal"},{"uid":"df653b9e1b12bd67","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1724765075590,"stop":1724765075590,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3c64e88608a6e44","name":"Throws when trying to push message with empty payload","time":{"start":1724765367168,"stop":1724765367171,"duration":3},"status":"passed","severity":"normal"},{"uid":"10ab91dd13b52862","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1724765049722,"stop":1724765049722,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2fdcc2c6399da55","name":"Waku message hash computation (payload length 0)","time":{"start":1724764791734,"stop":1724764791734,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddfc7054033d8310","name":"Query with Promise Callback, No message returned","time":{"start":1724765511611,"stop":1724765511611,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2a22538322dafb5","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1724765545663,"stop":1724765545664,"duration":1},"status":"passed","severity":"normal"},{"uid":"18d25b35989c6d0","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1724764975587,"stop":1724764975587,"duration":0},"status":"passed","severity":"normal"},{"uid":"42e8e2ce23eab285","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1724765049725,"stop":1724765049726,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e3f0b1cfba3e1dd","name":"handles different networkShards values correctly","time":{"start":1724764789129,"stop":1724764789129,"duration":0},"status":"passed","severity":"normal"},{"uid":"e636d3f12fcb237b","name":"Decoder throws on undefined content topic","time":{"start":1724764802783,"stop":1724764802783,"duration":0},"status":"passed","severity":"normal"},{"uid":"9acf41df0f3140a4","name":"Push message with Basic HTML tag payload","time":{"start":1724765367131,"stop":1724765367131,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff328f5ba80daa83","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1724765405947,"stop":1724765405947,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c038d3cbac212d0","name":"Reopen subscription with peer with lost subscription","time":{"start":1724764907479,"stop":1724764907480,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d5ac9abab4c5f6","name":"Check message on other pubsub topic is not received","time":{"start":1724765392393,"stop":1724765392393,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad428e013d3fc72c","name":"Subscribe to topic containing shell command and publish message","time":{"start":1724765421009,"stop":1724765421010,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ac4b9cedcbde46d","name":"Check received message containing Russian","time":{"start":1724765392367,"stop":1724765392368,"duration":1},"status":"passed","severity":"normal"},{"uid":"c389a64f0869e9cf","name":"Check message received after jswaku node is restarted","time":{"start":1724765048443,"stop":1724765048443,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3e015f5ff97a35ea","name":"should encodeTxt and decodeTxt","time":{"start":1724764797726,"stop":1724764797727,"duration":1},"status":"passed","severity":"normal"},{"uid":"f734d025b2ade8e4","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app92/3/topic305/xml","time":{"start":1724765462123,"stop":1724765462123,"duration":0},"status":"passed","severity":"normal"},{"uid":"7228ce49eba242ad","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1724764789139,"stop":1724764789139,"duration":0},"status":"passed","severity":"normal"},{"uid":"d56ea84afcf69d31","name":"should set field with only LIGHTPUSH enabled","time":{"start":1724764797742,"stop":1724764797742,"duration":0},"status":"passed","severity":"normal"},{"uid":"941f954d0af354f9","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1724764813492,"stop":1724764813492,"duration":0},"status":"passed","severity":"normal"},{"uid":"5413a897f291ebc3","name":"Push message with unicode special characters payload","time":{"start":1724765367158,"stop":1724765367162,"duration":4},"status":"passed","severity":"normal"},{"uid":"d95aecb06b29759d","name":"random static sharding 1 - Cluster ID: 874, Shard ID: 819","time":{"start":1724765485928,"stop":1724765485928,"duration":0},"status":"passed","severity":"normal"},{"uid":"84d2dc4fc665e258","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1724765545633,"stop":1724765545636,"duration":3},"status":"passed","severity":"normal"},{"uid":"a4a03a0c29b48287","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1724764802336,"stop":1724764802336,"duration":0},"status":"passed","severity":"normal"},{"uid":"aefdbce419eb4b06","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1724765049738,"stop":1724765049739,"duration":1},"status":"passed","severity":"normal"},{"uid":"eaaff052e8aef50f","name":"1 Relay, 1 Filter, gives up","time":{"start":1724764813133,"stop":1724764813133,"duration":0},"status":"passed","severity":"normal"},{"uid":"56f8dbfae5863352","name":"Encoder throws on undefined content topic","time":{"start":1724764802782,"stop":1724764802782,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdac418c0992563a","name":"should set field with all protocols enabled","time":{"start":1724764797741,"stop":1724764797741,"duration":0},"status":"passed","severity":"normal"},{"uid":"a725952e8a3646","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1724764802336,"stop":1724764802337,"duration":1},"status":"passed","severity":"normal"},{"uid":"ffc44858431c9681","name":"Publish message with custom timestamp: Tue Aug 27 2024 14:29:56 GMT+0000 (Coordinated Universal Time)","time":{"start":1724765426736,"stop":1724765426736,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2e8e50e027e192f","name":"Accepts a valid Waku Message","time":{"start":1724764806041,"stop":1724764806042,"duration":1},"status":"passed","severity":"normal"},{"uid":"b07379b34a7efc0d","name":"Check publish message containing short","time":{"start":1724765426723,"stop":1724765426724,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb77794378db50b","name":"throws on empty content topic","time":{"start":1724764789113,"stop":1724764789113,"duration":0},"status":"passed","severity":"normal"},{"uid":"47ee9d164ad5211f","name":"Check received message containing unicode special characters","time":{"start":1724765048431,"stop":1724765048431,"duration":0},"status":"passed","severity":"normal"},{"uid":"ebe9fa06ea8fa34f","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1724764789128,"stop":1724764789128,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3520c41fbfea3e2","name":"Push message with JSON payload","time":{"start":1724765367131,"stop":1724765367150,"duration":19},"status":"passed","severity":"normal"},{"uid":"dc0f6fec9af9ed2d","name":"should properly create location multiaddrs - tcp4","time":{"start":1724764797738,"stop":1724764797739,"duration":1},"status":"passed","severity":"normal"},{"uid":"f87472f173c5ebbf","name":"random static sharding 2 - Cluster ID: 309, Shard ID: 975","time":{"start":1724765485928,"stop":1724765485929,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca9d94e68ea40b6d","name":"Subscribe to topic containing JSON and receive message","time":{"start":1724765545654,"stop":1724765545654,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6f593bdae7dcdea","name":"Check message with no content topic is not received","time":{"start":1724765048441,"stop":1724765048442,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed9494c5bc7eb619","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1724765049727,"stop":1724765049728,"duration":1},"status":"passed","severity":"normal"},{"uid":"fdbcf75f4602ed66","name":"should not fail to stop the service if it was not started","time":{"start":1724764850587,"stop":1724764850588,"duration":1},"status":"passed","severity":"normal"},{"uid":"cdb043183d0f401e","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1724764841852,"stop":1724764841852,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8d553c770de7efb","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1724765557438,"stop":1724765557438,"duration":0},"status":"passed","severity":"normal"},{"uid":"a30dcf325e48fb59","name":"should add and remove event listeners correctly","time":{"start":1724764817756,"stop":1724764817756,"duration":0},"status":"passed","severity":"normal"},{"uid":"7432f82e5adb4b92","name":"tcp ip4 address","time":{"start":1724764797363,"stop":1724764797364,"duration":1},"status":"passed","severity":"normal"},{"uid":"a6fe410d1c87283b","name":"Push message with content topic containing emoji","time":{"start":1724765367188,"stop":1724765367188,"duration":0},"status":"passed","severity":"normal"},{"uid":"e86b4e095d75523e","name":"Check received message containing Russian","time":{"start":1724765392381,"stop":1724765392381,"duration":0},"status":"passed","severity":"normal"},{"uid":"14d015d1a8f1bcff","name":"Check received message containing numeric","time":{"start":1724765392366,"stop":1724765392366,"duration":0},"status":"passed","severity":"normal"},{"uid":"34d37b1559dd2ae2","name":"configure the node with multiple content topics","time":{"start":1724765462126,"stop":1724765462126,"duration":0},"status":"passed","severity":"normal"},{"uid":"7faf3ecc4695ccc9","name":"Decoder throws on undefined content topic","time":{"start":1724764823791,"stop":1724764823792,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c2bcb37f0648c4e","name":"handles different clusterIds correctly","time":{"start":1724764789128,"stop":1724764789129,"duration":1},"status":"passed","severity":"normal"},{"uid":"18670c2551aadcc2","name":"Subscribe to topic containing emoji and receive message","time":{"start":1724765545655,"stop":1724765545655,"duration":0},"status":"passed","severity":"normal"},{"uid":"96dd2e1e21913aba","name":"removeEventListener with wrong event","time":{"start":1724764880295,"stop":1724764880296,"duration":1},"status":"passed","severity":"normal"},{"uid":"16a8dfc242580ffa","name":"should emit a peer event after start","time":{"start":1724765396240,"stop":1724765396241,"duration":1},"status":"passed","severity":"normal"},{"uid":"76aa3991f2d90532","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1724765075588,"stop":1724765075589,"duration":1},"status":"passed","severity":"normal"},{"uid":"e358d1d058f4b0e3","name":"can start and stop the service","time":{"start":1724765396228,"stop":1724765396239,"duration":11},"status":"passed","severity":"normal"},{"uid":"330d18f14d44b669","name":"Check received message with timestamp: 1724764839246 ","time":{"start":1724765392373,"stop":1724765392373,"duration":0},"status":"passed","severity":"normal"},{"uid":"31b96fb45aeac25e","name":"Check meta is set [symmetric]","time":{"start":1724764823787,"stop":1724764823788,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d0ee7af1f8a268b","name":"Check publish message containing Chinese","time":{"start":1724765426725,"stop":1724765426725,"duration":0},"status":"passed","severity":"normal"},{"uid":"e285a07b9f586c7b","name":"Push message with short payload","time":{"start":1724765367112,"stop":1724765367112,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b90de4b2de663d3","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1724765545678,"stop":1724765545679,"duration":1},"status":"passed","severity":"normal"},{"uid":"943c1a87a49158e3","name":"should be called at least once on all `peer:discovery` events","time":{"start":1724764847605,"stop":1724764847605,"duration":0},"status":"passed","severity":"normal"},{"uid":"2576322c0f1d421b","name":"Encoder throws on empty string content topic","time":{"start":1724764823790,"stop":1724764823791,"duration":1},"status":"passed","severity":"normal"},{"uid":"342f2ce840a60b8c","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1724764813493,"stop":1724764813493,"duration":0},"status":"passed","severity":"normal"},{"uid":"977077a1540d4fb5","name":"should encode/decode to RLP encoding","time":{"start":1724764797733,"stop":1724764797733,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e374c6a870effb","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1724764789126,"stop":1724764789126,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0c0e26cc2f07931","name":"groups content topics by expected pubsub topic","time":{"start":1724764789128,"stop":1724764789128,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8e53b0b08932c32","name":"Push message with XML payload","time":{"start":1724765367129,"stop":1724765367130,"duration":1},"status":"passed","severity":"normal"},{"uid":"d2cb0470396f50f4","name":"Number of peers are maintained correctly","time":{"start":1724764956447,"stop":1724764956448,"duration":1},"status":"passed","severity":"normal"},{"uid":"61e757cba47ac35","name":"Keep-alive pings maintain the connection","time":{"start":1724764956450,"stop":1724764956451,"duration":1},"status":"passed","severity":"normal"},{"uid":"3518e53551d5c53a","name":"Subscribe and receives messages on 20 topics","time":{"start":1724765545664,"stop":1724765545674,"duration":10},"status":"passed","severity":"normal"},{"uid":"c195f603ea890e38","name":"Ping on subscribed peer","time":{"start":1724764941088,"stop":1724764941088,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ca13a7a3914c7a3","name":"can start and stop the service","time":{"start":1724764850587,"stop":1724764850587,"duration":0},"status":"passed","severity":"normal"},{"uid":"49d26b9192dc9534","name":"Overlapping topic subscription","time":{"start":1724765545640,"stop":1724765545640,"duration":0},"status":"passed","severity":"normal"},{"uid":"eba9e71b932f550f","name":"Subscribe to topic containing Script and publish message","time":{"start":1724765421008,"stop":1724765421008,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d0cf4e560a7233a","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1724765545658,"stop":1724765545658,"duration":0},"status":"passed","severity":"normal"},{"uid":"edcf17869f6fb165","name":"Query Generator, Multiple PubsubTopics","time":{"start":1724765511606,"stop":1724765511606,"duration":0},"status":"passed","severity":"normal"},{"uid":"95b0ada44b591d67","name":"Check received message containing Russian","time":{"start":1724765048427,"stop":1724765048428,"duration":1},"status":"passed","severity":"normal"},{"uid":"eb24b5771d1de43","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1724765075575,"stop":1724765075575,"duration":0},"status":"passed","severity":"normal"},{"uid":"67bd26986a73064d","name":"Check message with non string payload is not received","time":{"start":1724765392394,"stop":1724765392394,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c8c5ac07c4f3719","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1724765049723,"stop":1724765049724,"duration":1},"status":"passed","severity":"normal"},{"uid":"a02a7dbde0595ebe","name":"Fails to push message with empty content topic","time":{"start":1724765505401,"stop":1724765505402,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c8e1432a13e2df6","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724765049745,"stop":1724765049745,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd1fb64109c4961c","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1724765075586,"stop":1724765075586,"duration":0},"status":"passed","severity":"normal"},{"uid":"b238abd76366e481","name":"Fails to push message with large meta","time":{"start":1724765367190,"stop":1724765367191,"duration":1},"status":"passed","severity":"normal"},{"uid":"48338e45ea620df1","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1724765511607,"stop":1724765511608,"duration":1},"status":"passed","severity":"normal"},{"uid":"483fbc0b6c0601f","name":"Ping on peer without subscriptions","time":{"start":1724764907478,"stop":1724764907479,"duration":1},"status":"passed","severity":"normal"},{"uid":"d257d01a6782c66e","name":"Push message with content topic containing Chinese","time":{"start":1724765505386,"stop":1724765505387,"duration":1},"status":"passed","severity":"normal"},{"uid":"4530fd039eac0dd9","name":"isConnected should return false after all peers disconnect","time":{"start":1724764895745,"stop":1724764895745,"duration":0},"status":"passed","severity":"normal"},{"uid":"dca8f31a1a166d77","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1724765049739,"stop":1724765049739,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d04bf528ae697dc","name":"Check received message containing Basic HTML tag","time":{"start":1724765392370,"stop":1724765392370,"duration":0},"status":"passed","severity":"normal"},{"uid":"954ca1f5ae9f4b90","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1724765545654,"stop":1724765545655,"duration":1},"status":"passed","severity":"normal"},{"uid":"171e4de1e5e39408","name":"Subscribe to topic containing Russian and publish message","time":{"start":1724765421007,"stop":1724765421007,"duration":0},"status":"passed","severity":"normal"},{"uid":"716567b5e23fe914","name":"Push message with content topic containing numeric","time":{"start":1724765367178,"stop":1724765367179,"duration":1},"status":"passed","severity":"normal"},{"uid":"f05de8a1e9be0a2a","name":"Subscribe to topic containing special chars and receive message","time":{"start":1724765075584,"stop":1724765075584,"duration":0},"status":"passed","severity":"normal"},{"uid":"840b7b2d895dfd55","name":"Subscribe to topic containing short and receive message","time":{"start":1724765075580,"stop":1724765075583,"duration":3},"status":"passed","severity":"normal"},{"uid":"93612c91d0a9b0cb","name":"can start the service","time":{"start":1724764817751,"stop":1724764817752,"duration":1},"status":"passed","severity":"normal"},{"uid":"c4bda7403ac0320b","name":"Relay - dialed first","time":{"start":1724765566162,"stop":1724765566162,"duration":0},"status":"passed","severity":"normal"},{"uid":"a177a7fb2d9d5711","name":"Subscribe to topic containing JSON and receive message","time":{"start":1724765545680,"stop":1724765545681,"duration":1},"status":"passed","severity":"normal"},{"uid":"766d98459ad604c6","name":"should throw an error for empty SingleShardInfos array","time":{"start":1724764789130,"stop":1724764789131,"duration":1},"status":"passed","severity":"normal"},{"uid":"d77ded490c025854","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1724765470237,"stop":1724765470238,"duration":1},"status":"passed","severity":"normal"},{"uid":"13281b1ac271dd0a","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1724765421010,"stop":1724765421010,"duration":0},"status":"passed","severity":"normal"},{"uid":"76508ab29897a0e7","name":"start node with empty shard should fail","time":{"start":1724765485943,"stop":1724765485944,"duration":1},"status":"passed","severity":"normal"},{"uid":"23b1ac9ecedf0bc3","name":"Rejects garbage","time":{"start":1724764806042,"stop":1724764806042,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb198be67f1ee969","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1724764789130,"stop":1724764789130,"duration":0},"status":"passed","severity":"normal"},{"uid":"49cf09aeab1dd51f","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1724765557439,"stop":1724765557439,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee9997a3e3fc5f91","name":"different cluster, same shard: nodes don't connect","time":{"start":1724765049720,"stop":1724765049721,"duration":1},"status":"passed","severity":"normal"},{"uid":"d0f41bf2df85b6a3","name":"Filter","time":{"start":1724765566165,"stop":1724765566165,"duration":0},"status":"passed","severity":"normal"},{"uid":"df4a41f16cee3da3","name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1724765325744,"stop":1724765325745,"duration":1},"status":"passed","severity":"normal"},{"uid":"cbf60759b73185d","name":"Subscribe to topic containing numeric and receive message","time":{"start":1724765545677,"stop":1724765545677,"duration":0},"status":"passed","severity":"normal"},{"uid":"b839fdbed5da7b03","name":"throws on content topic with non-number generation field","time":{"start":1724764789114,"stop":1724764789114,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa261ced3cc13ee8","name":"Non TWN Cluster","time":{"start":1724765462121,"stop":1724765462121,"duration":0},"status":"passed","severity":"normal"},{"uid":"c86c50e7336f753","name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","time":{"start":1724765325743,"stop":1724765325744,"duration":1},"status":"passed","severity":"normal"},{"uid":"30bc32ef1cfa9739","name":"should not throw an error for a single configured topic","time":{"start":1724764789141,"stop":1724764789141,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3d725cff0fc547c","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724765205055,"stop":1724765205055,"duration":0},"status":"passed","severity":"normal"},{"uid":"411cc86f8696a446","name":"Check publish message containing Arabic","time":{"start":1724765426726,"stop":1724765426726,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cda190af083a032","name":"Push message with rate limit","time":{"start":1724765367191,"stop":1724765367201,"duration":10},"status":"passed","severity":"normal"},{"uid":"9318b70c2b8bf848","name":"Query with Ordered Callback, No Decoder","time":{"start":1724765511608,"stop":1724765511609,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9a08cb4584dd8b7","name":"addEventListener with correct event","time":{"start":1724764880294,"stop":1724764880294,"duration":0},"status":"passed","severity":"normal"},{"uid":"7988bf3e92337d1","name":"Check received message containing XML","time":{"start":1724765392370,"stop":1724765392370,"duration":0},"status":"passed","severity":"normal"},{"uid":"bef56232180e99c6","name":"Push message with Script payload","time":{"start":1724765367129,"stop":1724765367129,"duration":0},"status":"passed","severity":"normal"},{"uid":"45d1125c6aa97398","name":"connects to nwaku","time":{"start":1724765558250,"stop":1724765558250,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb81b953b2c33341","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1724765545674,"stop":1724765545674,"duration":0},"status":"passed","severity":"normal"},{"uid":"5fca1cc514918fc7","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1724765405945,"stop":1724765405946,"duration":1},"status":"passed","severity":"normal"},{"uid":"a4f66d626e57332","name":"Add multiple subscription objects on single nwaku node","time":{"start":1724765075589,"stop":1724765075590,"duration":1},"status":"passed","severity":"normal"},{"uid":"f41f8a15e0c2306c","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1724765049749,"stop":1724765049749,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d603cd7fe75ccb2","name":"Filter with 2 connections","time":{"start":1724765110674,"stop":1724765110674,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c78f35777072f13","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1724765511608,"stop":1724765511608,"duration":0},"status":"passed","severity":"normal"},{"uid":"48092be642a0d850","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app37/10/topic180/test.js","time":{"start":1724765462124,"stop":1724765462124,"duration":0},"status":"passed","severity":"normal"},{"uid":"151b4c0107f92690","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1724765421007,"stop":1724765421008,"duration":1},"status":"passed","severity":"normal"},{"uid":"80d5395b09551ccc","name":"LightPush with 0 connections","time":{"start":1724765110671,"stop":1724765110671,"duration":0},"status":"passed","severity":"normal"},{"uid":"678ac4ef889af614","name":"Query with Promise Callback, No Decoder","time":{"start":1724765511610,"stop":1724765511611,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad4dd0fb07bb7514","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1724765392391,"stop":1724765392392,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ccf071b53ef6425","name":"Check message received after jswaku node is restarted","time":{"start":1724765392377,"stop":1724765392377,"duration":0},"status":"skipped","severity":"normal"},{"uid":"fbef4e6e65982554","name":"start node with empty content topic","time":{"start":1724765462127,"stop":1724765462127,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5e5dbac02a2f839","name":"Subscribe to topic containing Script and receive message","time":{"start":1724765075586,"stop":1724765075586,"duration":0},"status":"passed","severity":"normal"},{"uid":"d74c657d2ec2f55d","name":"Check received message containing unicode special characters","time":{"start":1724765392372,"stop":1724765392372,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee1e62bb81f19995","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1724765485942,"stop":1724765485943,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c0d2845ec30fd98","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1724765108195,"stop":1724765108196,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3b1503f2fcee1cb","name":"Check message with no payload is not received","time":{"start":1724765392393,"stop":1724765392394,"duration":1},"status":"passed","severity":"normal"},{"uid":"99506e5ddae8568d","name":"retrieves a single peer","time":{"start":1724764813700,"stop":1724764813701,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5201dfe3d020d53","name":"Check publish message containing emoji","time":{"start":1724765426730,"stop":1724765426735,"duration":5},"status":"passed","severity":"normal"},{"uid":"1ede292159258d50","name":"should be able to encode the field with only RELAY set to true","time":{"start":1724764797025,"stop":1724764797027,"duration":2},"status":"passed","severity":"normal"},{"uid":"6032a1fee2cee687","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1724764823785,"stop":1724764823786,"duration":1},"status":"passed","severity":"normal"},{"uid":"915e5a37d9391a44","name":"Subscribe to topic containing emoji and publish message","time":{"start":1724765421011,"stop":1724765421011,"duration":0},"status":"passed","severity":"normal"},{"uid":"81c9b9b4027dce7b","name":"Check publish message after client node is restarted","time":{"start":1724765426747,"stop":1724765426747,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a51c651eb2e8b471","name":"Should update multiaddrs","time":{"start":1724765326018,"stop":1724765326018,"duration":0},"status":"passed","severity":"normal"},{"uid":"df569a3f675e338d","name":"Check received message containing short","time":{"start":1724765048424,"stop":1724765048424,"duration":0},"status":"passed","severity":"normal"},{"uid":"646decd22a652492","name":"Push message on custom pubsubTopic","time":{"start":1724765205051,"stop":1724765205051,"duration":0},"status":"passed","severity":"normal"},{"uid":"75c37226a5df22ac","name":"should set field with only FILTER enabled","time":{"start":1724764797742,"stop":1724764797742,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ecb3bfef69026ca","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1724764789135,"stop":1724764789135,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d89f2fb96b9f795","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724765049729,"stop":1724765049730,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b8cd1c31a59f4e3","name":"Privacy Node - default protocol","time":{"start":1724765566166,"stop":1724765566166,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b219a332e6eef60","name":"ignores domain fetching errors","time":{"start":1724764813702,"stop":1724764813703,"duration":1},"status":"passed","severity":"normal"},{"uid":"83556394dd313f53","name":"Push message with custom timestamp: 1724761510944","time":{"start":1724765367205,"stop":1724765367205,"duration":0},"status":"passed","severity":"normal"},{"uid":"846d212c86a16b00","name":"Push message with content topic containing Russian","time":{"start":1724765367181,"stop":1724765367184,"duration":3},"status":"passed","severity":"normal"},{"uid":"8fdc353f9b09012e","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1724764789119,"stop":1724764789119,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f5bd8d5fc9a836b","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1724765049745,"stop":1724765049745,"duration":0},"status":"passed","severity":"normal"},{"uid":"c142183457041f51","name":"should properly create location multiaddrs - udp","time":{"start":1724764797740,"stop":1724764797740,"duration":0},"status":"passed","severity":"normal"},{"uid":"715bf091bd744619","name":"should not receive a peer event after stop","time":{"start":1724764850600,"stop":1724764850600,"duration":0},"status":"passed","severity":"normal"},{"uid":"68c8c5f06504cd49","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1724765108194,"stop":1724765108194,"duration":0},"status":"passed","severity":"normal"},{"uid":"336a99da66c958b9","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1724764789136,"stop":1724764789136,"duration":0},"status":"passed","severity":"normal"},{"uid":"b351309a1788c8c7","name":"should emit a peer event after start","time":{"start":1724764850588,"stop":1724764850594,"duration":6},"status":"passed","severity":"normal"},{"uid":"d7dd196edade4ea4","name":"Check received message with timestamp: 1724764839246 ","time":{"start":1724765392390,"stop":1724765392391,"duration":1},"status":"passed","severity":"normal"},{"uid":"3239d5ad2d92c781","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","time":{"start":1724764956452,"stop":1724764956453,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d23798cb15b734b","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1724764797064,"stop":1724764797065,"duration":1},"status":"passed","severity":"normal"},{"uid":"503ea55a8af60b15","name":"Push message with escaped characters payload","time":{"start":1724765505326,"stop":1724765505326,"duration":0},"status":"passed","severity":"normal"},{"uid":"50c1415d2f21187a","name":"Publish message with custom timestamp: Tue Aug 27 2024 12:29:56 GMT+0000 (Coordinated Universal Time)","time":{"start":1724765426736,"stop":1724765426736,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b2875eff044fc90","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1724765557439,"stop":1724765557440,"duration":1},"status":"passed","severity":"normal"},{"uid":"ecaedfc84a505e6b","name":"Check publish message containing long","time":{"start":1724765426724,"stop":1724765426724,"duration":0},"status":"passed","severity":"normal"},{"uid":"805aaab14abc4996","name":"Subscribe and receive messages via waku relay post","time":{"start":1724765545662,"stop":1724765545662,"duration":0},"status":"passed","severity":"normal"},{"uid":"324c5a396893d8f2","name":"should emit events and trasition isConnected state when has peers or no peers","time":{"start":1724764841854,"stop":1724764841854,"duration":0},"status":"passed","severity":"normal"},{"uid":"d69731c23ed5bcb6","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1724764841853,"stop":1724764841853,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe121e76402af445","name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","time":{"start":1724765325746,"stop":1724765325747,"duration":1},"status":"passed","severity":"normal"},{"uid":"3671479a615fe38d","name":"Push message with content topic containing shell command","time":{"start":1724765505398,"stop":1724765505398,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d662c7d6abdbfa7","name":"Check meta is set [ecies]","time":{"start":1724764825334,"stop":1724764825334,"duration":0},"status":"passed","severity":"normal"},{"uid":"95dfefb59d75ae27","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1724765534495,"stop":1724765534495,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0c6ae64867d8cde","name":"Push 30 different messages","time":{"start":1724765367164,"stop":1724765367168,"duration":4},"status":"passed","severity":"normal"},{"uid":"e6e1be1c87bed556","name":"Generator, custom pubsub topic","time":{"start":1724765534495,"stop":1724765534496,"duration":1},"status":"passed","severity":"normal"},{"uid":"14ebd19f225456be","name":"should properly create location multiaddrs - tcp6","time":{"start":1724764797739,"stop":1724764797740,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e6d0a1561a61405","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1724764789143,"stop":1724764789143,"duration":0},"status":"passed","severity":"normal"},{"uid":"83ce657a6484d22","name":"Generator, 2 different pubsubtopics","time":{"start":1724765534496,"stop":1724765534496,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b96bdbf561bfd4a","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1724764847608,"stop":1724764847609,"duration":1},"status":"passed","severity":"normal"},{"uid":"b82c3fef4cf11ef9","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1724764789137,"stop":1724764789137,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2ddf9d7e66e0383","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1724764855570,"stop":1724764855571,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f50b4ca6834b229","name":"should only return 1 node with relay capability","time":{"start":1724764813705,"stop":1724764813705,"duration":0},"status":"passed","severity":"normal"},{"uid":"77178c74f03f2548","name":"random static sharding 7 - Cluster ID: 691, Shard ID: 805","time":{"start":1724765485935,"stop":1724765485936,"duration":1},"status":"passed","severity":"normal"},{"uid":"6814cc538e5bbafa","name":"random static sharding 8 - Cluster ID: 854, Shard ID: 924","time":{"start":1724765485936,"stop":1724765485937,"duration":1},"status":"passed","severity":"normal"},{"uid":"9defaacb69b0c7b4","name":"Check received message containing emoji","time":{"start":1724765392372,"stop":1724765392372,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdc7c200852ab5f5","name":"Ping on peer without subscriptions","time":{"start":1724764941088,"stop":1724764941089,"duration":1},"status":"passed","severity":"normal"},{"uid":"d460a58c72975ac1","name":"Subscribe to topic containing short and receive message","time":{"start":1724765545676,"stop":1724765545676,"duration":0},"status":"passed","severity":"normal"},{"uid":"51c2bd32c7da4df9","name":"Push message with custom timestamp: 1694006710944","time":{"start":1724765367201,"stop":1724765367204,"duration":3},"status":"passed","severity":"normal"},{"uid":"bbb7ae46b5f6cf44","name":"should only return 1 node with store capability","time":{"start":1724764813706,"stop":1724764813706,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4724f09695bb717","name":"Push message with content topic containing shell command","time":{"start":1724765367187,"stop":1724765367187,"duration":0},"status":"passed","severity":"normal"},{"uid":"309ed96883f3a1fb","name":"Push message with content topic containing unicode special characters","time":{"start":1724765505400,"stop":1724765505400,"duration":0},"status":"passed","severity":"normal"},{"uid":"6342d7435829c72a","name":"Check message on other pubsub topic is not received","time":{"start":1724765392375,"stop":1724765392375,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1bf6e966d5d6b9c","name":"should encode/decode to text encoding","time":{"start":1724764797733,"stop":1724764797733,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3bc283dcb91a664","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724765049737,"stop":1724765049738,"duration":1},"status":"passed","severity":"normal"},{"uid":"5714f296a4384db5","name":"Relay + Store","time":{"start":1724764797743,"stop":1724764797743,"duration":0},"status":"passed","severity":"normal"},{"uid":"146734797d2058e3","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1724764789118,"stop":1724764789118,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec00b7a3d14252ab","name":"Query Generator, Wrong PubsubTopic","time":{"start":1724765511605,"stop":1724765511606,"duration":1},"status":"passed","severity":"normal"},{"uid":"393e4d7950d1d697","name":"Push message with content topic containing escaped characters","time":{"start":1724765505399,"stop":1724765505399,"duration":0},"status":"passed","severity":"normal"},{"uid":"81a27ef6506fd35","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1724764789126,"stop":1724764789126,"duration":0},"status":"passed","severity":"normal"},{"uid":"1177f5de52af0a6c","name":"Check received message containing SQL Injection","time":{"start":1724765048428,"stop":1724765048428,"duration":0},"status":"passed","severity":"normal"},{"uid":"1985850e1cc2aa60","name":"does not throw on valid cases","time":{"start":1724764789112,"stop":1724764789112,"duration":0},"status":"passed","severity":"normal"},{"uid":"3577b928ef7ad12c","name":"Decoder throws on empty string content topic","time":{"start":1724764825336,"stop":1724764825336,"duration":0},"status":"passed","severity":"normal"},{"uid":"8537f8437a7719ab","name":"Nodes with multiple pubsub topic","time":{"start":1724765405946,"stop":1724765405946,"duration":0},"status":"passed","severity":"normal"},{"uid":"899c594c95c7866","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1724764847608,"stop":1724764847608,"duration":0},"status":"passed","severity":"normal"},{"uid":"5320e090d1380848","name":"Subscribe and receive messages via waku relay post","time":{"start":1724765545633,"stop":1724765545633,"duration":0},"status":"passed","severity":"normal"},{"uid":"56f05d96367564de","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1724764813707,"stop":1724764813707,"duration":0},"status":"passed","severity":"normal"},{"uid":"e00f49868c5484b7","name":"Push message with numeric payload","time":{"start":1724765367113,"stop":1724765367113,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8343b8579fa6e00","name":"Check message with no payload is not received","time":{"start":1724765392376,"stop":1724765392376,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b9ca89154db9036","name":"Push message with unicode special characters payload","time":{"start":1724765505327,"stop":1724765505327,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ab0876fc354480e","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1724764791733,"stop":1724764791733,"duration":0},"status":"passed","severity":"normal"},{"uid":"accc85d246b81f25","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1724764850601,"stop":1724764850601,"duration":0},"status":"skipped","severity":"normal"},{"uid":"bcb0c038cdb81b47","name":"Check received message containing numeric","time":{"start":1724765392379,"stop":1724765392379,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ffbdedfcad391e2","name":"should throw error - no id","time":{"start":1724764797730,"stop":1724764797730,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1a3a7160bf2bed8","name":"Subscribe to topic containing XML and receive message","time":{"start":1724765545650,"stop":1724765545653,"duration":3},"status":"passed","severity":"normal"},{"uid":"dcf2d34c3046acaa","name":"Check received message containing escaped characters","time":{"start":1724765392387,"stop":1724765392389,"duration":2},"status":"passed","severity":"normal"},{"uid":"77969fe089ae80bc","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1724765545674,"stop":1724765545675,"duration":1},"status":"passed","severity":"normal"},{"uid":"8effca021706685c","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1724765421010,"stop":1724765421010,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d0ad32633d63504","name":"Check message received after nwaku node is restarted","time":{"start":1724765392395,"stop":1724765392395,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e91c791a51c836e1","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1724765049738,"stop":1724765049738,"duration":0},"status":"passed","severity":"normal"},{"uid":"3195c43c949549f9","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1724765579393,"stop":1724765579393,"duration":0},"status":"passed","severity":"normal"},{"uid":"19e6f615b77590e3","name":"Ordered Callback sorting by timestamp while page direction is false","time":{"start":1724765547288,"stop":1724765547288,"duration":0},"status":"passed","severity":"normal"},{"uid":"76c9aa49368f8275","name":"less peers than existing","time":{"start":1724765367464,"stop":1724765367465,"duration":1},"status":"skipped","severity":"normal"},{"uid":"d31d8ac92cf8b755","name":"more peers than existing","time":{"start":1724765367464,"stop":1724765367464,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3e36d3afe255528b","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724765205052,"stop":1724765205053,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c859404fe368909","name":"Check received message containing long","time":{"start":1724765048424,"stop":1724765048425,"duration":1},"status":"passed","severity":"normal"},{"uid":"934c16df1889cd47","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1724764813708,"stop":1724764813708,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5b8e25bf983e40ea","name":"Subscribe to topic containing short and publish message","time":{"start":1724765421005,"stop":1724765421005,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd456d3664271b55","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1724764797060,"stop":1724764797061,"duration":1},"status":"passed","severity":"normal"},{"uid":"8147fba0ccd8f269","name":"udp ip6 address","time":{"start":1724764797364,"stop":1724764797364,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed232de46dd67f25","name":"Check message with invalid timestamp is not received","time":{"start":1724765392392,"stop":1724765392392,"duration":0},"status":"passed","severity":"normal"},{"uid":"e45b296052a62fba","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1724765557436,"stop":1724765557437,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f6d88a88912d725","name":"should throw error - no public key","time":{"start":1724764797729,"stop":1724764797730,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e825b995dc3acd","name":"Subscribe to topic containing special chars and receive message","time":{"start":1724765545642,"stop":1724765545642,"duration":0},"status":"passed","severity":"normal"},{"uid":"42c44b6dc8001e96","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1724765108196,"stop":1724765108196,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0d346e1b1238998","name":"Query Generator sorting by timestamp while page direction is false","time":{"start":1724765547287,"stop":1724765547287,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c53641039367385","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1724765545682,"stop":1724765545682,"duration":0},"status":"passed","severity":"normal"},{"uid":"30d3f2504637806c","name":"Number of peers are maintained correctly","time":{"start":1724765143904,"stop":1724765143904,"duration":0},"status":"passed","severity":"normal"},{"uid":"c96f48e022d8aa94","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1724765579392,"stop":1724765579392,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e32756d965294a4","name":"should handle a minimal index list","time":{"start":1724764789257,"stop":1724764789258,"duration":1},"status":"passed","severity":"normal"},{"uid":"6229e57f6b41121e","name":"Decrypt messages","time":{"start":1724765370747,"stop":1724765370748,"duration":1},"status":"passed","severity":"normal"},{"uid":"77cb6fdb59c4f4d5","name":"nwaku subscribes","time":{"start":1724765396499,"stop":1724765396500,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9986a8292a341a2","name":"should return empty list for no shard","time":{"start":1724764789133,"stop":1724764789133,"duration":0},"status":"passed","severity":"normal"},{"uid":"124ea4c39a65fbba","name":"non connected peers","time":{"start":1724765367465,"stop":1724765367465,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5fad5eb5833cdfce","name":"should decode valid enr with tcp successfully","time":{"start":1724764797728,"stop":1724764797729,"duration":1},"status":"passed","severity":"normal"},{"uid":"45710f4253e48acf","name":"Subscribe to topic containing long and receive message","time":{"start":1724765545641,"stop":1724765545641,"duration":0},"status":"passed","severity":"normal"},{"uid":"14a1ba05367be791","name":"Ping on unsubscribed peer","time":{"start":1724764941087,"stop":1724764941087,"duration":0},"status":"passed","severity":"normal"},{"uid":"680cb1d39d82b89f","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1724764928739,"stop":1724764928740,"duration":1},"status":"passed","severity":"normal"},{"uid":"5661e827547331fb","name":"addEventListener with wrong event","time":{"start":1724764880295,"stop":1724764880295,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fcd5608e5867c02","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1724765075578,"stop":1724765075579,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ac13981080d1304","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1724765049730,"stop":1724765049730,"duration":0},"status":"passed","severity":"normal"},{"uid":"54907391f70419dc","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1724765049731,"stop":1724765049731,"duration":0},"status":"passed","severity":"normal"},{"uid":"84cdbefad7011f80","name":"Fails to push message with large meta","time":{"start":1724765505403,"stop":1724765505404,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c8aa7295500fb24","name":"Subscribe to topic containing XML and receive message","time":{"start":1724765075587,"stop":1724765075587,"duration":0},"status":"passed","severity":"normal"},{"uid":"99664bcf74f44265","name":"Subscribe to topic containing special chars and receive message","time":{"start":1724765545677,"stop":1724765545678,"duration":1},"status":"passed","severity":"normal"},{"uid":"8607c9b6daf0b125","name":"Js publishes, other Js receives","time":{"start":1724765396503,"stop":1724765396503,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2ecf323ea9b13c","name":"Check received message containing Basic HTML tag","time":{"start":1724765392382,"stop":1724765392382,"duration":0},"status":"passed","severity":"normal"},{"uid":"fead9d6bfce3041d","name":"Overlapping topic subscription","time":{"start":1724765545675,"stop":1724765545675,"duration":0},"status":"passed","severity":"normal"},{"uid":"150b60c93c163f93","name":"Check message received after jswaku node is restarted","time":{"start":1724765392394,"stop":1724765392394,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c9c89950c18eb78b","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1724765405948,"stop":1724765405948,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7428749b0a03750","name":"throws on content topic with too few or too many fields","time":{"start":1724764789113,"stop":1724764789113,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e5f6cc9c0647de4","name":"Subscribe to topic containing emoji and receive message","time":{"start":1724765075589,"stop":1724765075589,"duration":0},"status":"passed","severity":"normal"},{"uid":"c675a6dfe7efc7ab","name":"Check message with invalid timestamp is not received","time":{"start":1724765392374,"stop":1724765392375,"duration":1},"status":"passed","severity":"normal"},{"uid":"504a6c15671b3f29","name":"pre and post cipher","time":{"start":1724764824185,"stop":1724764824185,"duration":0},"status":"passed","severity":"normal"},{"uid":"96b20426d07c5216","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1724765421007,"stop":1724765421007,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7c8e7067e95d93c","name":"same cluster, same shard: nodes connect","time":{"start":1724765257551,"stop":1724765257552,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf9e87f18a4779f2","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1724765075585,"stop":1724765075585,"duration":0},"status":"passed","severity":"normal"},{"uid":"90da062dedf12442","name":"can start the service","time":{"start":1724765396224,"stop":1724765396227,"duration":3},"status":"passed","severity":"normal"},{"uid":"5bf8341dddebc775","name":"Refresh subscription","time":{"start":1724765421004,"stop":1724765421004,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5fa54e430739c231","name":"Relay - times out","time":{"start":1724765566163,"stop":1724765566163,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcf602bbdeaf6f22","name":"Push message with content topic containing Arabic","time":{"start":1724765505387,"stop":1724765505387,"duration":0},"status":"passed","severity":"normal"},{"uid":"358e9246bb228314","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1724764817755,"stop":1724764817755,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc86ab4224b145f9","name":"Check received message containing Chinese","time":{"start":1724765392380,"stop":1724765392380,"duration":0},"status":"passed","severity":"normal"},{"uid":"be92e18297203ce1","name":"should use the provided clusterId for the pubsub topic","time":{"start":1724764789147,"stop":1724764789147,"duration":0},"status":"passed","severity":"normal"},{"uid":"b54ffa440963c212","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724765049743,"stop":1724765049743,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba3fa42e71c93ab4","name":"Subscribe to topic containing numeric and receive message","time":{"start":1724765075584,"stop":1724765075584,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d5d07104943d368","name":"Check received message containing numeric","time":{"start":1724765048425,"stop":1724765048425,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2fd0fd3e3779834","name":"Check received message containing unicode special characters","time":{"start":1724765392389,"stop":1724765392389,"duration":0},"status":"passed","severity":"normal"},{"uid":"123ded5439ef83a9","name":"Push message on custom pubsubTopic","time":{"start":1724765205056,"stop":1724765205056,"duration":0},"status":"passed","severity":"normal"},{"uid":"9200537386fe17f0","name":"Push message with custom timestamp: 1724768675705","time":{"start":1724765505405,"stop":1724765505406,"duration":1},"status":"passed","severity":"normal"},{"uid":"30cea34dae527673","name":"Publish without waiting for remote peer","time":{"start":1724765421001,"stop":1724765421001,"duration":0},"status":"passed","severity":"normal"},{"uid":"2057b4a2a29327fd","name":"Publish message with rate limit","time":{"start":1724765426748,"stop":1724765426748,"duration":0},"status":"passed","severity":"normal"},{"uid":"15efdb4089c1db82","name":"connected peers and dial","time":{"start":1724765367463,"stop":1724765367464,"duration":1},"status":"skipped","severity":"normal"},{"uid":"81181258347b7f37","name":"Push message with emoji payload","time":{"start":1724765505327,"stop":1724765505346,"duration":19},"status":"passed","severity":"normal"},{"uid":"f3273f132597315c","name":"Push message with content topic containing long","time":{"start":1724765367172,"stop":1724765367178,"duration":6},"status":"passed","severity":"normal"},{"uid":"e6b73d21c760f22f","name":"LightPush with 2 connections","time":{"start":1724765110673,"stop":1724765110674,"duration":1},"status":"passed","severity":"normal"},{"uid":"6915fa822ffb967c","name":"Light Node - default protocols","time":{"start":1724765566165,"stop":1724765566165,"duration":0},"status":"passed","severity":"normal"},{"uid":"d95ddd7da3b80f3c","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1724765049733,"stop":1724765049737,"duration":4},"status":"passed","severity":"normal"},{"uid":"375905d4eec1411c","name":"should decode valid enr successfully","time":{"start":1724764797727,"stop":1724764797728,"duration":1},"status":"passed","severity":"normal"},{"uid":"172c6753bbd36668","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1724764789143,"stop":1724764789143,"duration":0},"status":"passed","severity":"normal"},{"uid":"aad0054b0951bc96","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724764928734,"stop":1724764928735,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8bfe28fe9d4ceb1","name":"Push message with special chars payload","time":{"start":1724765505317,"stop":1724765505317,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1546c3ce0f2b03b","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1724764813493,"stop":1724764813493,"duration":0},"status":"passed","severity":"normal"},{"uid":"aebbbc0fe81dc7de","name":"random static sharding 4 - Cluster ID: 592, Shard ID: 830","time":{"start":1724765485930,"stop":1724765485930,"duration":0},"status":"passed","severity":"normal"},{"uid":"ecf1065613aa23e2","name":"Subscribe to topic containing special chars and publish message","time":{"start":1724765421006,"stop":1724765421006,"duration":0},"status":"passed","severity":"normal"},{"uid":"89e2a22b56c59509","name":"Push message with content topic containing Basic HTML tag","time":{"start":1724765367185,"stop":1724765367186,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc8d07ea15c38fc0","name":"different cluster, different shard: nodes don't connect","time":{"start":1724765257553,"stop":1724765257553,"duration":0},"status":"passed","severity":"normal"},{"uid":"35f4c005f212a775","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1724764813492,"stop":1724764813492,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a9943652bec9815","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1724764789147,"stop":1724764789147,"duration":0},"status":"passed","severity":"normal"},{"uid":"9936e03ec0a9fa6c","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app90/4/topic391/utf8","time":{"start":1724765462125,"stop":1724765462125,"duration":0},"status":"passed","severity":"normal"},{"uid":"54a9628e6cad25fe","name":"Failed peers are renewed","time":{"start":1724765143904,"stop":1724765143905,"duration":1},"status":"passed","severity":"normal"},{"uid":"1daaf01292ec860a","name":"listenerCount","time":{"start":1724764880296,"stop":1724764880297,"duration":1},"status":"passed","severity":"normal"},{"uid":"af4f3cfbcdada91e","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app55/4/topic466/xml","time":{"start":1724765462125,"stop":1724765462125,"duration":0},"status":"passed","severity":"normal"},{"uid":"66ea3a282ca33566","name":"throws on content topic with empty encoding field","time":{"start":1724764789117,"stop":1724764789117,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ad4bc8cdfbcf2ef","name":"Check received message containing XML","time":{"start":1724765048429,"stop":1724765048429,"duration":0},"status":"passed","severity":"normal"},{"uid":"8bfc49521680405f","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1724765545663,"stop":1724765545663,"duration":0},"status":"passed","severity":"normal"},{"uid":"5016d14c4dfa3b81","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1724765421009,"stop":1724765421009,"duration":0},"status":"passed","severity":"normal"},{"uid":"65412a256cdf303c","name":"Relay - dialed after","time":{"start":1724765566162,"stop":1724765566163,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5734ed02f22db2e","name":"should correctly map a content topic to a pubsub topic","time":{"start":1724764789146,"stop":1724764789147,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ac231842aa2780","name":"A test","time":{"start":1724765205118,"stop":1724765205118,"duration":0},"status":"passed","severity":"normal"},{"uid":"5709921164f90139","name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1724765325740,"stop":1724765325741,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5b4444666effe61","name":"Check message with no pubsub topic is not received","time":{"start":1724765048440,"stop":1724765048441,"duration":1},"status":"passed","severity":"normal"},{"uid":"a732215d857a10bc","name":"Check message with invalid timestamp is not received","time":{"start":1724765048440,"stop":1724765048440,"duration":0},"status":"passed","severity":"normal"},{"uid":"c62409bce992a0c5","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1724764825333,"stop":1724764825334,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8a275d7dfc8e64e","name":"can start the service","time":{"start":1724764850586,"stop":1724764850587,"duration":1},"status":"passed","severity":"normal"},{"uid":"c434ff5f21ae1eaa","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1724765545680,"stop":1724765545680,"duration":0},"status":"passed","severity":"normal"},{"uid":"27711cc0075f8728","name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1724765325749,"stop":1724765325750,"duration":1},"status":"passed","severity":"normal"},{"uid":"22dc3b3e0896ae","name":"Passing cursor with wrong pubsubTopic","time":{"start":1724765470242,"stop":1724765470242,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d4ad9bd558ce1e7","name":"Encoder throws on undefined content topic","time":{"start":1724764825335,"stop":1724764825335,"duration":0},"status":"passed","severity":"normal"},{"uid":"82892b522932a58","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1724765049750,"stop":1724765049750,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b802e911ad2efe1","name":"throws an error for improperly formatted content topics","time":{"start":1724764789129,"stop":1724764789129,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c083e9a1a20fce6","name":"creates an iterator","time":{"start":1724765548989,"stop":1724765548989,"duration":0},"status":"passed","severity":"normal"},{"uid":"88158d699f1f5520","name":"Query Generator sorting by timestamp while page direction is true","time":{"start":1724765547286,"stop":1724765547287,"duration":1},"status":"passed","severity":"normal"},{"uid":"e292c76abc57a405","name":"Subscribe to topic containing numeric and publish message","time":{"start":1724765421006,"stop":1724765421006,"duration":0},"status":"passed","severity":"normal"},{"uid":"81dcd1954409df8b","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app26/1/topic708/proto","time":{"start":1724765462121,"stop":1724765462121,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6ec9dc4a082b568","name":"stop","time":{"start":1724764880298,"stop":1724764880299,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0c8acd33f55ae39","name":"Refresh subscription","time":{"start":1724765075580,"stop":1724765075580,"duration":0},"status":"passed","severity":"normal"},{"uid":"288f9326056313b5","name":"Check received message containing special chars","time":{"start":1724765048425,"stop":1724765048426,"duration":1},"status":"passed","severity":"normal"},{"uid":"7875856fccd9b1e6","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1724765545681,"stop":1724765545681,"duration":0},"status":"passed","severity":"normal"},{"uid":"21a833ec43389474","name":"random static sharding 9 - Cluster ID: 545, Shard ID: 715","time":{"start":1724765485938,"stop":1724765485939,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c4b68eb50e8eb77","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1724765545639,"stop":1724765545640,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c42d8405881ff80","name":"isConnected return false after peer stops","time":{"start":1724764895745,"stop":1724764895746,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e4f831bc5ec319a","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1724764975586,"stop":1724764975586,"duration":0},"status":"passed","severity":"normal"},{"uid":"b58d31f3f966678a","name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1724765325741,"stop":1724765325742,"duration":1},"status":"passed","severity":"normal"},{"uid":"b287f2aecb73a861","name":"Subscribe and receives messages on 20 topics","time":{"start":1724765075578,"stop":1724765075578,"duration":0},"status":"passed","severity":"normal"},{"uid":"57d37cb53e4ff74e","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1724765485926,"stop":1724765485928,"duration":2},"status":"passed","severity":"normal"},{"uid":"6ae1a3cb08e037b0","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1724765405947,"stop":1724765405947,"duration":0},"status":"passed","severity":"normal"},{"uid":"362324f36f532f06","name":"should be able to decode the field with only STORE set to true","time":{"start":1724764797064,"stop":1724764797064,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e5ff69db467cd0c","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1724764797061,"stop":1724764797062,"duration":1},"status":"passed","severity":"normal"},{"uid":"415e1436d803d69f","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1724764813706,"stop":1724764813707,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc7ccc13ac52a7b6","name":"Query generator for 2000 messages","time":{"start":1724765527325,"stop":1724765527326,"duration":1},"status":"passed","severity":"normal"},{"uid":"2732e6e6fdf42ca","name":"Generator, 2 different pubsubtopics","time":{"start":1724765534478,"stop":1724765534493,"duration":15},"status":"passed","severity":"normal"},{"uid":"31d59136b98ebbc4","name":"Query Generator, No message returned","time":{"start":1724765511607,"stop":1724765511607,"duration":0},"status":"passed","severity":"normal"},{"uid":"450f8c00fe8973b5","name":"Using a function","time":{"start":1724765558251,"stop":1724765558251,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c352d188924cb84","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1724765075579,"stop":1724765075579,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae4d0313326d9bb9","name":"should return the pubsub topic directly if a string is provided","time":{"start":1724764789142,"stop":1724764789143,"duration":1},"status":"passed","severity":"normal"},{"uid":"9cb187f61c7477c7","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1724765426738,"stop":1724765426738,"duration":0},"status":"passed","severity":"normal"},{"uid":"a76944356a053328","name":"should get / set UDP multiaddr","time":{"start":1724764797733,"stop":1724764797734,"duration":1},"status":"passed","severity":"normal"},{"uid":"905d28219a2f5539","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1724765470239,"stop":1724765470241,"duration":2},"status":"passed","severity":"normal"},{"uid":"c5d85c6bf4260b83","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1724765049748,"stop":1724765049748,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfd1b5a67e540d21","name":"LightPush with 1 connections","time":{"start":1724765110672,"stop":1724765110673,"duration":1},"status":"passed","severity":"normal"},{"uid":"16d3c300a9aade06","name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","time":{"start":1724765325739,"stop":1724765325740,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce89d13de2197edc","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1724765075589,"stop":1724765075589,"duration":0},"status":"passed","severity":"normal"},{"uid":"72375a0d0f5707ba","name":"Check received message containing Chinese","time":{"start":1724765048426,"stop":1724765048426,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bd488085dbaa43a","name":"Check received message containing JSON","time":{"start":1724765392382,"stop":1724765392383,"duration":1},"status":"passed","severity":"normal"},{"uid":"2693d9104eb2867d","name":"should return valid sharding parameters for static sharding","time":{"start":1724764789144,"stop":1724764789145,"duration":1},"status":"passed","severity":"normal"},{"uid":"b4e778af550fee65","name":"different cluster, different shard: nodes don't connect","time":{"start":1724765049721,"stop":1724765049722,"duration":1},"status":"passed","severity":"normal"},{"uid":"8081920411a8d970","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1724765470238,"stop":1724765470238,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce9d56bbde0f3b63","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1724764789136,"stop":1724764789136,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b1daa36d1add34f","name":"Push message with content topic containing short","time":{"start":1724765367171,"stop":1724765367172,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9154e26150b7590","name":"Push message with long payload","time":{"start":1724765367113,"stop":1724765367113,"duration":0},"status":"passed","severity":"normal"},{"uid":"d28b0142cbd1449f","name":"Push message with Script payload","time":{"start":1724765505324,"stop":1724765505324,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d4b7673c91bd647","name":"Subscribe to topic containing long and receive message","time":{"start":1724765545676,"stop":1724765545676,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ce9c6ce2d5c0ead","name":"Ping on subscribed peer","time":{"start":1724764907478,"stop":1724764907478,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e298f2d168232a2","name":"should not fail to start the service if it is already started","time":{"start":1724764817753,"stop":1724764817753,"duration":0},"status":"passed","severity":"normal"},{"uid":"b59e4245a3521dfe","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1724764789131,"stop":1724764789132,"duration":1},"status":"passed","severity":"normal"},{"uid":"5246720484742e1","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1724764789141,"stop":1724764789142,"duration":1},"status":"passed","severity":"normal"},{"uid":"555546291814fcd0","name":"Generator, custom pubsub topic","time":{"start":1724765534478,"stop":1724765534478,"duration":0},"status":"passed","severity":"normal"},{"uid":"1757ef72f4d732ab","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1724764789138,"stop":1724764789138,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bbfc77fe1d1a79b","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1724764789140,"stop":1724764789140,"duration":0},"status":"passed","severity":"normal"},{"uid":"e875c1a581ef21c7","name":"Register correct protocols","time":{"start":1724765421001,"stop":1724765421001,"duration":0},"status":"passed","severity":"normal"},{"uid":"65b78257b65b80dd","name":"LightPush","time":{"start":1724765566164,"stop":1724765566165,"duration":1},"status":"passed","severity":"normal"},{"uid":"80ee8737d3143450","name":"should not fail to start the service if it is already started","time":{"start":1724764850588,"stop":1724764850588,"duration":0},"status":"passed","severity":"normal"},{"uid":"20642a8ceda96bd9","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1724764789258,"stop":1724764789258,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f2e03679029a958","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1724764789140,"stop":1724764789140,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3f918a41e5b568e","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1724764797029,"stop":1724764797029,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3cf887120bc95cc","name":"Subscribe to topic containing emoji and receive message","time":{"start":1724765545682,"stop":1724765545682,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e9d07ee4a2a4de5","name":"Generator, custom pubsub topic","time":{"start":1724765534494,"stop":1724765534494,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9242a7e49444974","name":"Passing page size 110 when there are 120 messages","time":{"start":1724765545356,"stop":1724765545356,"duration":0},"status":"passed","severity":"normal"},{"uid":"cac19f1fc4ad095","name":"1 Store, 2 fetches","time":{"start":1724764813132,"stop":1724764813132,"duration":0},"status":"passed","severity":"normal"},{"uid":"1743219a384c67f1","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1724765405945,"stop":1724765405945,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a9df02a1eb2fa47","name":"Push message with content topic containing Arabic","time":{"start":1724765367180,"stop":1724765367181,"duration":1},"status":"passed","severity":"normal"},{"uid":"1437c5f882ca7561","name":"Subscribe to topic containing long and publish message","time":{"start":1724765421005,"stop":1724765421005,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e2bc0a72e9da806","name":"Push message with Chinese payload","time":{"start":1724765367114,"stop":1724765367114,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e6aedeff2efd0cc","name":"Ping succeeds for all connected peers","time":{"start":1724764956448,"stop":1724764956450,"duration":2},"status":"passed","severity":"normal"},{"uid":"ea13385dfdbb150b","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1724765545642,"stop":1724765545642,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2d03e95f2e1f3fb","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1724765108194,"stop":1724765108195,"duration":1},"status":"passed","severity":"normal"},{"uid":"1bf6eeaacfb1c676","name":"random static sharding 5 - Cluster ID: 307, Shard ID: 43","time":{"start":1724765485931,"stop":1724765485931,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c31889a505ee1","name":"should properly create location multiaddrs - tcp","time":{"start":1724764797740,"stop":1724764797740,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ab494c1ad15ab23","name":"Check received message containing emoji","time":{"start":1724765392390,"stop":1724765392390,"duration":0},"status":"passed","severity":"normal"},{"uid":"6aade0a3a6fb330a","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724765049726,"stop":1724765049727,"duration":1},"status":"passed","severity":"normal"},{"uid":"b0510c58cf4465cf","name":"Mutual subscription","time":{"start":1724765421000,"stop":1724765421001,"duration":1},"status":"passed","severity":"normal"},{"uid":"be443c53a8d17d74","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1724765205053,"stop":1724765205054,"duration":1},"status":"passed","severity":"normal"},{"uid":"9111eebf01619c73","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1724765545632,"stop":1724765545632,"duration":0},"status":"passed","severity":"normal"},{"uid":"1039df87e52bd307","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1724765557440,"stop":1724765557440,"duration":0},"status":"passed","severity":"normal"},{"uid":"8822aaf3fa973396","name":"Push message with meta","time":{"start":1724765505402,"stop":1724765505403,"duration":1},"status":"passed","severity":"normal"},{"uid":"560000893c65926e","name":"should throw an error if shards are undefined for static sharding","time":{"start":1724764789133,"stop":1724764789134,"duration":1},"status":"passed","severity":"normal"},{"uid":"a61f27e48d7cc2f8","name":"Push message with content topic containing Chinese","time":{"start":1724765367180,"stop":1724765367180,"duration":0},"status":"passed","severity":"normal"},{"uid":"43ee9875c2e2e334","name":"Push message with long payload","time":{"start":1724765505316,"stop":1724765505316,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c118a7b62dbd3e1","name":"Refresh subscription","time":{"start":1724765545675,"stop":1724765545676,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3d48a146a63dd42","name":"should throw error - no public key","time":{"start":1724764797731,"stop":1724764797731,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f8b521fb8926012","name":"should not fail to start the service if it is already started","time":{"start":1724765396240,"stop":1724765396240,"duration":0},"status":"passed","severity":"normal"},{"uid":"caa4ecf6f921196","name":"Push message with content topic containing numeric","time":{"start":1724765505382,"stop":1724765505383,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e7a998d7bef7d","name":"same cluster, different shard: nodes don't connect","time":{"start":1724765049720,"stop":1724765049720,"duration":0},"status":"passed","severity":"normal"},{"uid":"13bed1ee14b4c455","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1724765421002,"stop":1724765421003,"duration":1},"status":"passed","severity":"normal"},{"uid":"77f01a4af622943c","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1724765108197,"stop":1724765108198,"duration":1},"status":"passed","severity":"normal"},{"uid":"9bfec7f0303d92b7","name":"Push message equal or less that 1MB","time":{"start":1724765367205,"stop":1724765367206,"duration":1},"status":"passed","severity":"normal"},{"uid":"51c34a3440661a3b","name":"Push message with content topic containing JSON","time":{"start":1724765367186,"stop":1724765367187,"duration":1},"status":"passed","severity":"normal"},{"uid":"8955da9fe8d9bcc1","name":"Promise Callback - false","time":{"start":1724765527486,"stop":1724765527486,"duration":0},"status":"passed","severity":"normal"},{"uid":"e19db8ab130105bd","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1724764789137,"stop":1724764789137,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c08e741965ce030","name":"Check received message with timestamp: 1724764839975000000 ","time":{"start":1724765048435,"stop":1724765048435,"duration":0},"status":"passed","severity":"normal"},{"uid":"1feeb7bf38384f76","name":"handles empty shards array correctly","time":{"start":1724764789145,"stop":1724764789146,"duration":1},"status":"passed","severity":"normal"},{"uid":"1414e68ce29b3e50","name":"Correctly serialized arguments","time":{"start":1724765265534,"stop":1724765265534,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef2caa85dee2b51b","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1724764812069,"stop":1724764812069,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9116117b51b6de7","name":"Push message with JSON payload","time":{"start":1724765505325,"stop":1724765505326,"duration":1},"status":"passed","severity":"normal"},{"uid":"ae2465b7ffcda979","name":"Push message with Russian payload","time":{"start":1724765505318,"stop":1724765505318,"duration":0},"status":"passed","severity":"normal"},{"uid":"df031731d3e8c26c","name":"Check message with non string payload is not received","time":{"start":1724765392376,"stop":1724765392377,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d1054694701bb44","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1724765075585,"stop":1724765075585,"duration":0},"status":"passed","severity":"normal"},{"uid":"b048b4caad8b8b05","name":"Fails to push message bigger that 1MB","time":{"start":1724765367206,"stop":1724765367206,"duration":0},"status":"passed","severity":"normal"},{"uid":"517a4ceb97adff28","name":"Check publish message containing Russian","time":{"start":1724765426726,"stop":1724765426726,"duration":0},"status":"passed","severity":"normal"},{"uid":"c232609f85250c90","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app32/2/topic767/utf8","time":{"start":1724765462124,"stop":1724765462124,"duration":0},"status":"passed","severity":"normal"},{"uid":"647cd928248e523a","name":"should not fail to stop the service if it was not started","time":{"start":1724765396240,"stop":1724765396240,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e0c7888e1b1297d","name":"Sample","time":{"start":1724764797330,"stop":1724764797331,"duration":1},"status":"passed","severity":"normal"},{"uid":"ddf184c41b487983","name":"should be able to encode the field with only STORE set to true","time":{"start":1724764797028,"stop":1724764797028,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c96b2a8da117520","name":"should set field with only STORE enabled","time":{"start":1724764797742,"stop":1724764797742,"duration":0},"status":"passed","severity":"normal"},{"uid":"3376af262d57e6c4","name":"Subscribe to topic containing long and receive message","time":{"start":1724765075583,"stop":1724765075584,"duration":1},"status":"passed","severity":"normal"},{"uid":"365a5fbc3a2006ee","name":"Push message with content topic containing XML","time":{"start":1724765367185,"stop":1724765367185,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbec4124ae444c7e","name":"Push message with SQL Injection payload","time":{"start":1724765505318,"stop":1724765505324,"duration":6},"status":"passed","severity":"normal"},{"uid":"6bf344acb540be37","name":"Push message with Arabic payload","time":{"start":1724765367114,"stop":1724765367115,"duration":1},"status":"passed","severity":"normal"},{"uid":"59ac2f481e5b2267","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1724764789126,"stop":1724764789126,"duration":0},"status":"passed","severity":"normal"},{"uid":"b38edc5d524f2e86","name":"can dial TLS multiaddrs","time":{"start":1724765265443,"stop":1724765265444,"duration":1},"status":"passed","severity":"normal"},{"uid":"867536b93721aedf","name":"Round trip binary encryption [ecies, signature]","time":{"start":1724764825334,"stop":1724764825334,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfe478fd6337daa2","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1724764789140,"stop":1724764789141,"duration":1},"status":"passed","severity":"normal"},{"uid":"8530cd535a2cd45c","name":"Check received message with timestamp: 1649153314 ","time":{"start":1724765392391,"stop":1724765392391,"duration":0},"status":"passed","severity":"normal"},{"uid":"4047bb3667fd75f0","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1724765049725,"stop":1724765049725,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ffd34157d8b6257","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1724765421006,"stop":1724765421007,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0df48b9ec5b7c43","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1724765557437,"stop":1724765557437,"duration":0},"status":"passed","severity":"normal"},{"uid":"435243150eaf0c0","name":"Push message with custom timestamp: 1694006675705","time":{"start":1724765505404,"stop":1724765505404,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6d6678e129684d8","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1724765421002,"stop":1724765421002,"duration":0},"status":"passed","severity":"normal"},{"uid":"318afb59823afb5e","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1724765108194,"stop":1724765108194,"duration":0},"status":"passed","severity":"normal"},{"uid":"e519997997501f16","name":"Encoder throws on undefined content topic","time":{"start":1724764823789,"stop":1724764823789,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5f1a6ef41f6a12a","name":"Push message with content topic containing special chars","time":{"start":1724765505383,"stop":1724765505386,"duration":3},"status":"passed","severity":"normal"},{"uid":"332ddee11a6b7f14","name":"Ordered callback, aborts when callback returns true","time":{"start":1724765527325,"stop":1724765527325,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a47011fafb6bbfb","name":"Check received message with timestamp: 1724764839975 ","time":{"start":1724765048436,"stop":1724765048436,"duration":0},"status":"passed","severity":"normal"},{"uid":"513e287853961927","name":"Push message on custom pubsubTopic","time":{"start":1724765205054,"stop":1724765205054,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2ab87f3c994b630","name":"Check publish message containing special chars","time":{"start":1724765426725,"stop":1724765426725,"duration":0},"status":"passed","severity":"normal"},{"uid":"743458c3a9505412","name":"Check publish message containing escaped characters","time":{"start":1724765426729,"stop":1724765426729,"duration":0},"status":"passed","severity":"normal"},{"uid":"10f9ea02c8639334","name":"same cluster, different shard: nodes connect","time":{"start":1724765257552,"stop":1724765257552,"duration":0},"status":"passed","severity":"normal"},{"uid":"a71347302db4673d","name":"Push message with escaped characters payload","time":{"start":1724765367157,"stop":1724765367158,"duration":1},"status":"passed","severity":"normal"},{"uid":"5936e3423cc1af21","name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","time":{"start":1724765325742,"stop":1724765325743,"duration":1},"status":"passed","severity":"normal"},{"uid":"f993a5db17ee2943","name":"Subscribe to topic containing XML and receive message","time":{"start":1724765545680,"stop":1724765545680,"duration":0},"status":"passed","severity":"normal"},{"uid":"291dfeef1b88b996","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1724764789127,"stop":1724764789128,"duration":1},"status":"passed","severity":"normal"},{"uid":"235373d7977160df","name":"Add multiple subscription objects on single nwaku node","time":{"start":1724765545656,"stop":1724765545656,"duration":0},"status":"passed","severity":"normal"},{"uid":"4193bdab54dd053a","name":"should throw an error for missing sharding configuration","time":{"start":1724764789145,"stop":1724764789145,"duration":0},"status":"passed","severity":"normal"},{"uid":"cfce41cdf2389246","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1724764789127,"stop":1724764789127,"duration":0},"status":"passed","severity":"normal"},{"uid":"b95a7d9ffa99765e","name":"returns all values when wanted number is greater than available values","time":{"start":1724764812068,"stop":1724764812069,"duration":1},"status":"passed","severity":"normal"},{"uid":"86a8bbb728b7dd8b","name":"Callback on promise","time":{"start":1724765527323,"stop":1724765527323,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc3e58dad9a1e136","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724764928738,"stop":1724764928738,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dabd66bf19c6092","name":"Renews subscription after lossing a connection","time":{"start":1724765545656,"stop":1724765545657,"duration":1},"status":"passed","severity":"normal"},{"uid":"3bf6bbd6792b8020","name":"should emit a peer event after start","time":{"start":1724764817753,"stop":1724764817754,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb988b345ab86cc6","name":"Publish message with custom timestamp: Wed Sep 06 2023 13:29:56 GMT+0000 (Coordinated Universal Time)","time":{"start":1724765426735,"stop":1724765426736,"duration":1},"status":"passed","severity":"normal"},{"uid":"b26c2cff2fb8d7b1","name":"Subscribe to topic containing shell command and receive message","time":{"start":1724765545654,"stop":1724765545654,"duration":0},"status":"passed","severity":"normal"},{"uid":"eff3fcce9e72ebb7","name":"removeEventListener with correct event","time":{"start":1724764880295,"stop":1724764880295,"duration":0},"status":"passed","severity":"normal"},{"uid":"10c16347de4a67cd","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1724765545655,"stop":1724765545655,"duration":0},"status":"passed","severity":"normal"},{"uid":"b12ebc44e29a47f9","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1724765108197,"stop":1724765108197,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f023581f56f89b4","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1724765049725,"stop":1724765049725,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fa72cf9adc0224f","name":"different cluster, same shard: nodes don't connect","time":{"start":1724765257552,"stop":1724765257553,"duration":1},"status":"passed","severity":"normal"},{"uid":"55b639b2b5ede839","name":"dispatchEvent via connectionManager","time":{"start":1724764880297,"stop":1724764880297,"duration":0},"status":"passed","severity":"normal"},{"uid":"40cf82af938ad867","name":"Check message received after nwaku node is restarted","time":{"start":1724765392377,"stop":1724765392377,"duration":0},"status":"skipped","severity":"normal"},{"uid":"db2c74bbcb7c533e","name":"configure the node with multiple pubsub topics","time":{"start":1724765485941,"stop":1724765485942,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a4cd2db3353da33","name":"Check message with no content topic is not received","time":{"start":1724765392393,"stop":1724765392393,"duration":0},"status":"passed","severity":"normal"},{"uid":"d97d394183462ff3","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1724765108196,"stop":1724765108197,"duration":1},"status":"passed","severity":"normal"},{"uid":"5af5452668bf89ba","name":"Check received message containing SQL Injection","time":{"start":1724765392369,"stop":1724765392369,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c760404d657bbf0","name":"Refresh subscription","time":{"start":1724765545640,"stop":1724765545640,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/7346/widgets/suites.json b/7346/widgets/suites.json deleted file mode 100644 index af335d97e58..00000000000 --- a/7346/widgets/suites.json +++ /dev/null @@ -1 +0,0 @@ -{"total":99,"items":[{"uid":"dfcd908e41decdae00cc7bae7de5f86f","name":"Events","statistic":{"failed":0,"broken":1,"skipped":0,"passed":5,"unknown":0,"total":6}},{"uid":"7df6540d157bd48a9d3bc8c3f21e93bb","name":"Waku Light Push: Single Node","statistic":{"failed":0,"broken":0,"skipped":0,"passed":43,"unknown":0,"total":43}},{"uid":"f0ce4304a5c72aabff181e56ac32d839","name":"Waku Light Push: Multiple Nodes: Strict Check: true","statistic":{"failed":0,"broken":0,"skipped":0,"passed":43,"unknown":0,"total":43}},{"uid":"c3fd0a376e255f07764bc7336980757b","name":"getPeers","statistic":{"failed":0,"broken":0,"skipped":0,"passed":36,"unknown":0,"total":36}},{"uid":"8bc0d03481d47f999cc7ec458535a066","name":"ENR","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"6f94dc37311b4dd500c6fb4f60c93564","name":"Waku Filter V2: Subscribe: Single Service Node","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"79bc21179354d4d696ab0ed95aaefc00","name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"d2c836997f51e619a3f56fdc380693ce","name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"540857cd9aa465b36ce09e6d7509872d","name":"Waku Relay, Publish","statistic":{"failed":0,"broken":0,"skipped":2,"passed":27,"unknown":0,"total":29}},{"uid":"152bad9102957fb1d7f75e43c67592bd","name":"Waku Filter V2: FilterPush","statistic":{"failed":0,"broken":0,"skipped":2,"passed":26,"unknown":0,"total":28}}]} \ No newline at end of file diff --git a/7346/widgets/summary.json b/7346/widgets/summary.json deleted file mode 100644 index 05add1e842d..00000000000 --- a/7346/widgets/summary.json +++ /dev/null @@ -1 +0,0 @@ -{"reportName":"Allure Report with history","testRuns":[],"statistic":{"failed":0,"broken":1,"skipped":21,"passed":833,"unknown":0,"total":855},"time":{"start":1724764788864,"stop":1724765579393,"duration":790529,"minDuration":0,"maxDuration":33,"sumDuration":524}} \ No newline at end of file diff --git a/7376/data/behaviors.csv b/7376/data/behaviors.csv index 4d8713cf8e1..b92c5a95016 100644 --- a/7376/data/behaviors.csv +++ b/7376/data/behaviors.csv @@ -1,2 +1,2 @@ "Epic","Feature","Story","FAILED","BROKEN","PASSED","SKIPPED","UNKNOWN" -"","","","0","2","832","21","0" +"","","","0","0","834","21","0" diff --git a/7376/data/behaviors.json b/7376/data/behaviors.json index 4de36043561..edf94b27048 100644 --- a/7376/data/behaviors.json +++ b/7376/data/behaviors.json @@ -1 +1 @@ -{"uid":"b1a8273437954620fa374b796ffaacdd","children":[{"name":"Init the array if not present","uid":"5fc36053a2125c3a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037308,"stop":1724921037310,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"5612bdfac6133a49","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037311,"stop":1724921037311,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"e67d64c4c2c9220b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037618,"stop":1724921037618,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"3d529c610f151dcf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037619,"stop":1724921037620,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with too few or too many fields","uid":"b7b0151897eef35e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037620,"stop":1724921037620,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with non-number generation field","uid":"2e7abba2fea39d56","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037620,"stop":1724921037621,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with generation field greater than 0","uid":"a777e19e857fd151","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037621,"stop":1724921037621,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty application field","uid":"21eb89b7a11d37c0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037621,"stop":1724921037622,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty topic name field","uid":"62391f629dbd3c53","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037622,"stop":1724921037623,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty version field","uid":"d877460f4936ccd3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037622,"stop":1724921037622,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty encoding field","uid":"ae31d2c2f5df4f5a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037623,"stop":1724921037623,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /myapp/1/latest/proto to shard index 0","uid":"8c633cd02e4bcaf1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037624,"stop":1724921037625,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /waku/2/content/test.js to shard index 1","uid":"6b3fd67c4e7e6762","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037625,"stop":1724921037625,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /toychat/2/huilong/proto to shard index 3","uid":"6a0e53a2d16e932f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037625,"stop":1724921037626,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /statusim/1/community/cbor to shard index 4","uid":"74ee1a35ac2bd4e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037631,"stop":1724921037632,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","uid":"3e775a524f387094","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037631,"stop":1724921037631,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/22/sometopic/someencoding to shard index 2","uid":"4e10595305ade239","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037632,"stop":1724921037632,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/statusim/1/community/cbor to shard index 4","uid":"a660c26f6f9b8591","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037632,"stop":1724921037632,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/27/sometopic/someencoding to shard index 5","uid":"2226891e9b597d0a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037633,"stop":1724921037633,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 7","uid":"b72e034a574ff9e2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037633,"stop":1724921037633,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/29/sometopic/someencoding to shard index 6","uid":"44ecaff2390e5433","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037633,"stop":1724921037633,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","uid":"bb1ca02f3e5b2dda","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037634,"stop":1724921037634,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","uid":"4b2d9748a50e8bf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037634,"stop":1724921037634,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","uid":"91ab48d0ea6f268e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037634,"stop":1724921037634,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups multiple content topics into the same pubsub topic when they share the same shard index","uid":"266b4c134a4ca33c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037635,"stop":1724921037636,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups content topics by expected pubsub topic","uid":"e9b034f8f075acb7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037635,"stop":1724921037635,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"topics with same application and version share the same shard","uid":"7f5d938f054952ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037635,"stop":1724921037635,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"ae9e573d039bc59","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037636,"stop":1724921037636,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"9899d7be1f78a7f5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037636,"stop":1724921037636,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert a SingleShardInfo object to the correct PubsubTopic","uid":"4549a666b90f29ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037637,"stop":1724921037637,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws an error for improperly formatted content topics","uid":"9ee558e38f8419d3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037637,"stop":1724921037637,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"c7724d5ba18196f0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037638,"stop":1724921037638,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for SingleShardInfos with different clusterIds","uid":"453971419b14a781","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037638,"stop":1724921037639,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for empty SingleShardInfos array","uid":"fd88698b1bb3f570","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037638,"stop":1724921037638,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return unique PubsubTopics for static sharding","uid":"660f23e1f9201c09","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037639,"stop":1724921037640,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert content topics to PubsubTopics for autosharding","uid":"68bb4be0b88fa096","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037639,"stop":1724921037639,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 6","uid":"17b86087301f0bf3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037640,"stop":1724921037641,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 1","uid":"fce2d6f395d59011","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037640,"stop":1724921037640,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 0","uid":"b9bf68e62d8997a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037640,"stop":1724921037640,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing required configuration","uid":"fed10d8dabb9ea90","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037641,"stop":1724921037642,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return empty list for no shard","uid":"d26b319ec6c2ccf7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037641,"stop":1724921037641,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error if shards are undefined for static sharding","uid":"92e36bff546d9df8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037641,"stop":1724921037641,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should extract SingleShardInfo from a valid PubsubTopic","uid":"cecd57b280f7b2a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037642,"stop":1724921037642,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /incorrect/format","uid":"997580436d78ecb1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037643,"stop":1724921037644,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","uid":"da4132c642b177e2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037643,"stop":1724921037643,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","uid":"ab935c6549faaae2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037643,"stop":1724921037643,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","uid":"e8066380dcbf1780","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037644,"stop":1724921037644,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","uid":"eac57ea6dd1d2f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037644,"stop":1724921037645,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","uid":"1efbaf9fffa74590","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037644,"stop":1724921037644,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","uid":"5a233612831f2928","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037645,"stop":1724921037646,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","uid":"71c79e9a049dbf03","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037645,"stop":1724921037645,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","uid":"beb86ae22843be","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037646,"stop":1724921037647,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","uid":"3d9cfee103242d68","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037646,"stop":1724921037646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","uid":"c545b1ce7159876c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037646,"stop":1724921037646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","uid":"ed2db9c3dd027f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037647,"stop":1724921037647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","uid":"ff62bef00a3111c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037647,"stop":1724921037647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","uid":"dd8abdc0d7a442a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037648,"stop":1724921037648,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","uid":"d64c18074186ffcf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037648,"stop":1724921037648,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","uid":"e53024792f7dfe8f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037648,"stop":1724921037649,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","uid":"a4a676297003c3ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037649,"stop":1724921037649,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/","uid":"b128c6132fadca5b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037649,"stop":1724921037650,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","uid":"f5ff81aa4818e63","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037649,"stop":1724921037649,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","uid":"225ee1841fcdf495","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037650,"stop":1724921037650,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error for a single configured topic","uid":"f92f81baa9a737a2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037650,"stop":1724921037651,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","uid":"6cfc3bfc9a579daf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037650,"stop":1724921037650,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for an unconfigured topic","uid":"cad5c4a34408dcf9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037651,"stop":1724921037652,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error when the topic is within a list of configured topics","uid":"5883a1bcf9a7621d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037651,"stop":1724921037651,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the pubsub topic directly if a string is provided","uid":"7b5f77c9b0e53a29","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037652,"stop":1724921037652,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return a calculated topic if SingleShardInfo is provided","uid":"e46ebe55aef5efef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037652,"stop":1724921037652,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","uid":"55482b4400b3610f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037652,"stop":1724921037652,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for static sharding","uid":"10930c72109afabe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037653,"stop":1724921037653,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","uid":"eefd350acbced041","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037653,"stop":1724921037653,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should process correctly when SingleShardInfo has no clusterId but has a shard","uid":"aab5b470e2498281","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037653,"stop":1724921037653,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for content topics autosharding","uid":"1bc9f76e644cc778","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037653,"stop":1724921037653,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"81ba405379ee4ba7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037654,"stop":1724921037654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic","uid":"3b9d7d25cc00d054","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037654,"stop":1724921037654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"6eb366566cf83622","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037654,"stop":1724921037654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing sharding configuration","uid":"cb162c1bfd3d995f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037654,"stop":1724921037654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic for different network shard sizes","uid":"730098fbcbfc6c28","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037655,"stop":1724921037655,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use the provided clusterId for the pubsub topic","uid":"662b430445e0dcdb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037655,"stop":1724921037655,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should map different content topics to different pubsub topics based on shard index","uid":"f1bf56333f9ca18f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037655,"stop":1724921037655,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rs format (Index List)","uid":"1d1c2dd1ef90a4be","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037760,"stop":1724921037761,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"ac3968fe83dcebb5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037760,"stop":1724921037760,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","uid":"7e09e57893b8cc62","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037761,"stop":1724921037761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for insufficient data","uid":"5d6bdc9e7c1ade97","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921037761,"stop":1724921037761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta size of 12 bytes)","uid":"dabf97c1a6c9b097","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921040178,"stop":1724921040179,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta size of 64 bytes)","uid":"5259d11ad9f9236b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921040179,"stop":1724921040179,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (payload length 0)","uid":"ea95913aeee62d11","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921040180,"stop":1724921040180,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta attribute not present)","uid":"7ea8b4edebffe8ae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921040180,"stop":1724921040180,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (no timestamp)","uid":"5e3194cde2657de2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921040180,"stop":1724921040181,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (message is IDecodedMessage)","uid":"2cdcdd4b86f2098","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921040181,"stop":1724921040181,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"5cd211f0ceb6d07a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921045432,"stop":1724921045433,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"734c22d4ba18bc52","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921045449,"stop":1724921045450,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"5f1f5264bf7f3c10","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921045450,"stop":1724921045451,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only RELAY set to true","uid":"79d8ae281a8c9063","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921045527,"stop":1724921045528,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only STORE set to true","uid":"c01f9552be0d79d6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921045528,"stop":1724921045529,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only FILTER set to true","uid":"40a7911f97643c4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921045529,"stop":1724921045529,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to true","uid":"9479fcc50ae9621","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921045530,"stop":1724921045531,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only LIGHTPUSH set to true","uid":"d6ac9aef57299857","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921045530,"stop":1724921045530,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to false","uid":"154d0656330a56cc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921045531,"stop":1724921045532,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with RELAY and FILTER protocols set to true","uid":"3cc723f4023a6d1f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921045532,"stop":1724921045532,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","uid":"b8e838fff3b75846","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921045532,"stop":1724921045533,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only RELAY set to true","uid":"dcf95fdb236261fb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921045533,"stop":1724921045534,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only STORE set to true","uid":"94d7d0265deef02e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921045534,"stop":1724921045535,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only FILTER set to true","uid":"9544ac93a445c4e5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921045534,"stop":1724921045534,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to true","uid":"5518751c2318af6c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921045535,"stop":1724921045536,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only LIGHTPUSH set to true","uid":"c3a479b6898dc842","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921045535,"stop":1724921045535,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with RELAY and FILTER protocols set to true","uid":"b44ef3349f8ee6a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921045536,"stop":1724921045537,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to false","uid":"d960b4464b4b314","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921045536,"stop":1724921045536,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","uid":"de422b0b9e9d40a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921045537,"stop":1724921045537,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"7c340300340dcc4e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921046195,"stop":1724921046195,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"6b92824aa675c8e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921046195,"stop":1724921046196,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid ENR with multiaddrs successfully [shared test vector]","uid":"b73081720c9466d3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921046196,"stop":1724921046196,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr with tcp successfully","uid":"480e81ebccb0e1bd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921046196,"stop":1724921046196,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"1bf639790a8f80a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921046197,"stop":1724921046197,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"a1b74da9bbadeb20","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921046197,"stop":1724921046197,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"3b32ca57e810ad27","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921046198,"stop":1724921046198,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"edddcd3cc138eb85","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921046198,"stop":1724921046199,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"990a5fb26d78f5c5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921046198,"stop":1724921046198,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"fccd62677c31b05b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921046199,"stop":1724921046199,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"f37aabe1e73c884f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921046199,"stop":1724921046200,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"1ac9e709ba47a446","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921046200,"stop":1724921046201,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"9e7b23dbf6e5a846","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921046200,"stop":1724921046200,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"6df296044ddd7138","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921046200,"stop":1724921046200,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"b969b359e3eb914e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921046201,"stop":1724921046201,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"530fdaa7dbf39669","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921046201,"stop":1724921046202,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"ca4ab4c102fe0889","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921046205,"stop":1724921046205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"62cf0813f3fd4513","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921046205,"stop":1724921046206,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"5dad0a3d54672d90","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921046206,"stop":1724921046206,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"3590ae2dd50a3bd1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921046206,"stop":1724921046207,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"d62e023caaab4937","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921046206,"stop":1724921046206,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with all protocols disabled","uid":"841e7b02904a2c8e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921046207,"stop":1724921046207,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create peer info with all multiaddrs","uid":"31075a05df1454a6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921046207,"stop":1724921046207,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with all protocols enabled","uid":"429a8970c81439fc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921046208,"stop":1724921046208,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only STORE enabled","uid":"15f156674dabe4af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921046208,"stop":1724921046208,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only RELAY enabled","uid":"829903fd84df73fa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921046208,"stop":1724921046208,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only LIGHTPUSH enabled","uid":"d65553ec6b4879b0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921046209,"stop":1724921046209,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"548e272a87163904","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921046209,"stop":1724921046210,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only FILTER enabled","uid":"b1f8668fe00e90c7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921046209,"stop":1724921046209,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fields are not dropped","uid":"823bbc273d97879a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921050406,"stop":1724921050407,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return all peers when numPeers is 0","uid":"dd39287a43016ecc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921050915,"stop":1724921050915,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","uid":"e3d887291748dc9a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921050916,"stop":1724921050916,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","uid":"4ca224e3725f3b5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921050916,"stop":1724921050916,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return only bootstrap peers up to maxBootstrapPeers","uid":"ba0c90b0aa7a5066","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921050917,"stop":1724921050917,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary serialization","uid":"8c11ae878c60ba23","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921051054,"stop":1724921051054,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"d7f136290a5ead37","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921051055,"stop":1724921051055,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Meta field set when metaSetter is specified","uid":"bf2bb91e58b59ff4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921051055,"stop":1724921051055,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"d4573d7cd69cbb92","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921051056,"stop":1724921051056,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"c3b43a70a8e92324","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921051056,"stop":1724921051056,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"58d5c2c4d8265e58","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921051056,"stop":1724921051057,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"uses static shard pubsub topic instead of autosharding when set","uid":"31e7f36015be40b2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921051057,"stop":1724921051058,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"4ca5a5c4f05860b9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921051057,"stop":1724921051057,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Accepts a valid Waku Message","uid":"577bddb44087ca5d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921054319,"stop":1724921054320,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"17efe7258df552a5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921054321,"stop":1724921054321,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number matches available values","uid":"7ffd1d41f969eea2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921060544,"stop":1724921060545,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number is greater than available values","uid":"8ce4c050b04bfe49","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921060545,"stop":1724921060546,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns a subset of values when wanted number is lesser than available values","uid":"dd6b00d3e69884f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921060546,"stop":1724921060546,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should parse and verify and DNS root entry","uid":"f252a888acd21f2c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921061368,"stop":1724921061369,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is mis-prefixed","uid":"9a0aafa4cdcd02a9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921061369,"stop":1724921061370,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry signature is invalid","uid":"a9c66d064d6c5e66","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921061370,"stop":1724921061370,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is malformed","uid":"16f83c7f94184a33","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921061371,"stop":1724921061371,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should parse a DNS tree entry","uid":"b64150420c9fd4f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921061371,"stop":1724921061371,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","uid":"b38193daee49975","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921061372,"stop":1724921061372,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should error if DNS tree entry is misformatted","uid":"245e853426170402","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921061373,"stop":1724921061373,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (branch): should parse and verify a single component DNS branch entry","uid":"5f24c238099ee543","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921061374,"stop":1724921061374,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","uid":"c10d6e09cfe0b3a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921061374,"stop":1724921061375,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"e8052f56229a044c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921061618,"stop":1724921061619,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"d5a18059ea5bcee2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921061619,"stop":1724921061619,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"719aeb0a6f09b8ff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921061620,"stop":1724921061622,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"1e09cfa7863a412a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921061620,"stop":1724921061620,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"2bcd465cfefc06d1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921061845,"stop":1724921061846,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"705bd525336169a2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921061846,"stop":1724921061847,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"12e7268d2941260d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921061847,"stop":1724921061848,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"5b86738318e43b80","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921061847,"stop":1724921061847,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"b8a07d5e3e706c7c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921061848,"stop":1724921061848,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"7f5c7192b2cf8e12","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921061848,"stop":1724921061848,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay and store capability","uid":"95838baf8796a018","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921061849,"stop":1724921061849,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay capability","uid":"38ec66aa359c4291","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921061849,"stop":1724921061849,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with store capability","uid":"42be8292f8cf9f05","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921061850,"stop":1724921061850,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (2) when cannot fulfill all requirements","uid":"e680620a44099ea2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921061850,"stop":1724921061851,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","uid":"4bb211cc96c8882f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724921061851,"stop":1724921061852,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (3) when branch entries are composed of multiple strings","uid":"5c1a207d6c88d15f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921061851,"stop":1724921061851,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","uid":"d54c158d1973740","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724921061852,"stop":1724921061852,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"b067aa7821b49b78","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921065908,"stop":1724921065908,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"c44fed0533063481","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921065909,"stop":1724921065910,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"d39e733702a7b73e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921065909,"stop":1724921065909,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"23449d9e4a8ee0dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921065910,"stop":1724921065910,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"66bce97be4129864","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921065910,"stop":1724921065911,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"13c80ad05d468c2e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921065911,"stop":1724921065911,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"7ed6550d8a212f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921065911,"stop":1724921065912,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should load peers from local storage and dispatch events","uid":"9d96481970d1e637","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921065912,"stop":1724921065912,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should update peers in local storage on 'peer:identify' event","uid":"dcc604cec7b2be40","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921065912,"stop":1724921065913,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle corrupted local storage data gracefully","uid":"4169eb8dce4c22b5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921065913,"stop":1724921065913,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should add and remove event listeners correctly","uid":"edd7503af5ff8188","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921065913,"stop":1724921065914,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, no signature]","uid":"b129131824274df8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921071991,"stop":1724921071992,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"2a8b157f2e0f69c6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921071992,"stop":1724921071993,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"bd2abdf0a6e27dbc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921071993,"stop":1724921071993,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"d5c147601d7ae483","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921071994,"stop":1724921071994,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"18d49e2c138cae35","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921071994,"stop":1724921071994,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"c0d1a0902d5cdd6c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921071995,"stop":1724921071995,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"9f5a16b5e31e3b2d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921071995,"stop":1724921071995,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"da0313b09ec9a09","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921072290,"stop":1724921072291,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"17161b74d5c9dd0b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921072291,"stop":1724921072292,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"4a9e7cea474243c6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921072291,"stop":1724921072291,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"34d11e5e715f7261","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921072292,"stop":1724921072292,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, no signature]","uid":"19f0d8738cefa63e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921073458,"stop":1724921073458,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"b29a311e728de486","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921073459,"stop":1724921073459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"54a92f9cd6e93359","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921073459,"stop":1724921073459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"566a4241c4c286f4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921073460,"stop":1724921073460,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"2cba0604524cb769","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921073460,"stop":1724921073461,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"447a4f145c1853e5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921073460,"stop":1724921073460,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"37f75bc7a8ed7232","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921073461,"stop":1724921073461,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","uid":"9b9d97f1a0e69d96","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921088189,"stop":1724921088192,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","uid":"2f09f31a7b00046d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921088192,"stop":1724921088193,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:bootstrap` event when a peer is connected","uid":"b73f8e7b202125ea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921088194,"stop":1724921088196,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:peer-exchange` event when a peer is connected","uid":"1456f6e645e729a6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921088196,"stop":1724921088199,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit events and trasition isConnected state when has peers or no peers","uid":"f97eb75c6e81cac2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921088200,"stop":1724921088202,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be online or offline if network state changed","uid":"922fb08040cbb24d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921088202,"stop":1724921088203,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called at least once on all `peer:discovery` events","uid":"21de58c2d261e598","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921095756,"stop":1724921095757,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"f6f50c71551e6b64","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921095758,"stop":1724921095758,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","uid":"d9acf6fecda7e4dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921095758,"stop":1724921095759,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for peers with PEER_EXCHANGE tags","uid":"27df9a9c148a898","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921095759,"stop":1724921095760,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for every peer with PEER_EXCHANGE tags","uid":"4a484b8ae09191e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921095760,"stop":1724921095761,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"619ce2fea4ad8e7e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921096286,"stop":1724921096287,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"bfadf5cce19092d5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921096287,"stop":1724921096287,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"b9017f77353febd7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921096288,"stop":1724921096288,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"5bfd592b80c1d3b9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921098907,"stop":1724921098913,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"6d16a328400bf7c8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921098907,"stop":1724921098907,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"5a9721948a6e86c7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921098913,"stop":1724921098915,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"7aa9618ccdb4bc71","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921098915,"stop":1724921098916,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"851c6478bc79a3ae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921098916,"stop":1724921098918,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"6564cbbd37fe18cb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921098918,"stop":1724921098918,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"e9e919bdf22807c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921098919,"stop":1724921098920,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use DNS peer discovery with light client","uid":"561afc3a299244ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724921098921,"stop":1724921098921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"passes more than one ENR URLs and attempts connection","uid":"3c7d17c1eb4ecf89","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724921098922,"stop":1724921098922,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","uid":"980642cd59bbe44a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724921098922,"stop":1724921098922,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"244cd06bd68cd8b8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921099697,"stop":1724921099697,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"c7ce589f46dba351","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921099697,"stop":1724921099698,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"221d617bfa1a4659","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921099698,"stop":1724921099699,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"fdf4051670a32c58","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921099698,"stop":1724921099698,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"fbedc372ddbc2b94","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921128565,"stop":1724921128566,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"67dd8fc2974c3527","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921128566,"stop":1724921128566,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"431535a9548970b5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921128567,"stop":1724921128568,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"e3e4ce9f84eeedba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921128567,"stop":1724921128567,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"418ecfa121ccf6fb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921128568,"stop":1724921128569,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"e85ba90f3b36669","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921128569,"stop":1724921128570,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"c17f6fd031e816ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921128570,"stop":1724921128571,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"6542f55c31fd7766","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921128571,"stop":1724921128572,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"5076bcf531f8dd6b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921128572,"stop":1724921128582,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:offline` event only when all peers disconnect","uid":"c5556ceddf3b5f9a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921141186,"stop":1724921141187,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:online` event only when first peer is connected","uid":"b5fdb06c3986f26b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921141186,"stop":1724921141186,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` between 2 js-waku relay nodes","uid":"fe5e369e5f5637a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921141187,"stop":1724921141187,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return true after first peer connects","uid":"d0509697cfc93dc3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921141187,"stop":1724921141187,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return false after all peers disconnect","uid":"80f50c442fbd1929","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921141188,"stop":1724921141188,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"6b188056243c0f10","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921141188,"stop":1724921141200,"duration":12},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected between 2 js-waku relay nodes","uid":"9cbe4e46a0d9855a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921141201,"stop":1724921141201,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"c481b454548f2601","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921148662,"stop":1724921148663,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"e45e391caa97f7e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921148662,"stop":1724921148662,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"1ae99eb780a949d3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921148663,"stop":1724921148663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"4bca3b450984efe4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921148663,"stop":1724921148663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"d1997c55de9fc524","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921158276,"stop":1724921158277,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"f0245e71ccb34948","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921158277,"stop":1724921158278,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"2fcda20a387eaee0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921158277,"stop":1724921158277,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"4075845b44d29dbf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921158278,"stop":1724921158279,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"8a40a2755fd93129","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921158278,"stop":1724921158278,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"2da6d1637bc54721","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921158279,"stop":1724921158280,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"f5c46b5bb7e41cab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921158280,"stop":1724921158281,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"d234033f2aa08804","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921158281,"stop":1724921158282,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"1a533fe19fd2153a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921164589,"stop":1724921164590,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"6949f27abe4303a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921164590,"stop":1724921164591,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"30b246bd6558c997","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921164591,"stop":1724921164592,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on autosharded pubsubtopic","uid":"ed8207712c1a08f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921164593,"stop":1724921164593,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"4d360ace2f60a101","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921164595,"stop":1724921164595,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"af212c853f102bd1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921164599,"stop":1724921164599,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should fail to subscribe with decoder with wrong pubsubTopic","uid":"4f19764bf47cf026","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921164602,"stop":1724921164602,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"ed61c04b70778bc4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921164604,"stop":1724921164605,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"8fa67dc09f551a36","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921164605,"stop":1724921164606,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"24ac82609562db1f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921164606,"stop":1724921164608,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should fail to subscribe with decoder with wrong pubsubTopic","uid":"f47fc99520fc0fba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921164608,"stop":1724921164608,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping succeeds for all connected peers","uid":"a206bb49a8e6967f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921196355,"stop":1724921196355,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"a88906d30d370248","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921196355,"stop":1724921196355,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping fails for unsubscribed peers","uid":"af9f8c7a8d55be2e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921196356,"stop":1724921196356,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent ping failures","uid":"e301018e69a077a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921196357,"stop":1724921196357,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Keep-alive pings maintain the connection","uid":"1cfa376143b106d9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921196357,"stop":1724921196357,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent missed messages","uid":"e3c248b7f48c5225","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921196358,"stop":1724921196359,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","uid":"4e65c78187612109","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921196358,"stop":1724921196358,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Tracks peer failures correctly","uid":"3542fa53e2840b8e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921196358,"stop":1724921196358,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"572340ef73d4cca1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921198884,"stop":1724921198884,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"edd5c3dd1b4c1391","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921198884,"stop":1724921198884,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"11478258b73834c9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921198885,"stop":1724921198886,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"76a24f27b4f7d184","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921198885,"stop":1724921198885,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"65eff275352e9750","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921198885,"stop":1724921198885,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"7eedf028c7830766","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921198886,"stop":1724921198886,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"d90b592d27ac729e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921267864,"stop":1724921267865,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"af79648e432fe63c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921267865,"stop":1724921267865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"50bd4e105c3a34e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921267865,"stop":1724921267866,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"7b17ab9ffe856cd9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921267866,"stop":1724921267867,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"c75832c1edf1453a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921267866,"stop":1724921267866,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"8b5e095b44e4c4f1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921267867,"stop":1724921267867,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"3fdd119d70884757","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921267867,"stop":1724921267867,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"ffa356eede5230f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921267868,"stop":1724921267869,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"93ec262b8845ed56","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921267868,"stop":1724921267868,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"d8d819833e2e4e85","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921267868,"stop":1724921267868,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"1d2dd9c2cb5f4d0e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921267869,"stop":1724921267869,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"8856151394015ef7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921267869,"stop":1724921267870,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"2b1675ccda598740","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921267870,"stop":1724921267870,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"7c372c2c85bf8c55","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921267870,"stop":1724921267870,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"2a7bd63b41199071","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921267871,"stop":1724921267871,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"e485ac251e5637ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921267871,"stop":1724921267871,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724921087845000000 ","uid":"891ce09012901f52","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921267871,"stop":1724921267872,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724921087845 ","uid":"7e4099b4edee5f7d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921267872,"stop":1724921267872,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"68fb3e5ed49b6777","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921267873,"stop":1724921267873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"9f3dac79af91b466","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921267873,"stop":1724921267873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"14cbcc48d0fac80d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921267873,"stop":1724921267874,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"f3ed401537efdd33","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921267874,"stop":1724921267874,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no pubsub topic is not received","uid":"429c7ffb9b83651a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921267874,"stop":1724921267880,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"492e87a099129c9c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921267880,"stop":1724921267880,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"6cc341158100df7c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921267881,"stop":1724921267898,"duration":17},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"141d2d31997f5821","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921267881,"stop":1724921267881,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"82819bbec65135e5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724921267898,"stop":1724921267899,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"7ba3f2593d964eca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724921267899,"stop":1724921267899,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"3c1cc34ce66e1cc2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270338,"stop":1724921270339,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes don't connect","uid":"8610d85b9cb2bacb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270339,"stop":1724921270339,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect","uid":"6ea1aef148ec4e8b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270340,"stop":1724921270341,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect","uid":"897ab3a0d540ccf9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270341,"stop":1724921270341,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect (autosharding)","uid":"927c2a474fe4331b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270342,"stop":1724921270342,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect (autosharding)","uid":"e583591bc7915857","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270342,"stop":1724921270343,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect (autosharding)","uid":"d8ac6ec6daf2e019","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270342,"stop":1724921270342,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"af5f6ba77a50af2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270343,"stop":1724921270344,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect (autosharding)","uid":"9f7ae10316ae9813","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270343,"stop":1724921270343,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","uid":"698e0d2a935fa2d7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270344,"stop":1724921270349,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","uid":"66b037b4a8cef1ff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270350,"stop":1724921270350,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","uid":"54249c2c9fdb724c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270350,"stop":1724921270350,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"5b0232bf0f64615e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270351,"stop":1724921270351,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","uid":"6cc069dc9d385495","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270351,"stop":1724921270351,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","uid":"b8e6953dfdbec3ff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270352,"stop":1724921270352,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","uid":"de25339d752dfb10","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270352,"stop":1724921270353,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","uid":"debcddba4baa6d3e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270352,"stop":1724921270352,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"97b967044d80a609","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270353,"stop":1724921270354,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","uid":"e0868c71ab09f686","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270353,"stop":1724921270353,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","uid":"967b3f3488710c87","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270354,"stop":1724921270354,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","uid":"b5ac7e630fdb1e1e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270354,"stop":1724921270355,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","uid":"9685434f953e5fc1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270355,"stop":1724921270356,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","uid":"691e46d429eb9433","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270355,"stop":1724921270355,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","uid":"d955e8daf35371da","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270356,"stop":1724921270357,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"acb13426ae59bc3b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270356,"stop":1724921270356,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","uid":"f2be7481138e906","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270357,"stop":1724921270358,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","uid":"e104c11ce0d13e67","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270357,"stop":1724921270357,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","uid":"ebeb3c6f75b29817","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270358,"stop":1724921270358,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"b8d8efd9ed67c195","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270358,"stop":1724921270359,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","uid":"3dde28a496732b38","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270359,"stop":1724921270360,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","uid":"bf50ae68b948f731","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270360,"stop":1724921270360,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","uid":"58a740f1963eaf0e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270360,"stop":1724921270361,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","uid":"55e06d85242c51f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270361,"stop":1724921270361,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"df94b1349293f8bf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270363,"stop":1724921270364,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","uid":"97f514d7c2ca01cb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270364,"stop":1724921270364,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","uid":"3bb55abc564f8f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270364,"stop":1724921270364,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"cd746ba20a145eaa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270365,"stop":1724921270366,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","uid":"827ddc623973d149","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270365,"stop":1724921270365,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","uid":"cdee562cd8da410c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270365,"stop":1724921270365,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","uid":"6834b27dc72b33d9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270366,"stop":1724921270366,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","uid":"44fbd564f2b07ebb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270366,"stop":1724921270366,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","uid":"b58d1a77e5fc54e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270367,"stop":1724921270367,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","uid":"f0e77a362b7a749c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270367,"stop":1724921270368,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","uid":"138f506ab6951d66","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921270367,"stop":1724921270367,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"2130b1e19ec9a39c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921296995,"stop":1724921296995,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"f5424fb4e017cecf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921296996,"stop":1724921296997,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"c8e695608dd0efdc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921296996,"stop":1724921296996,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"e890a7495904d422","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921296997,"stop":1724921296998,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"ea5fcd3642331c2c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921296998,"stop":1724921296999,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"caeaa56db3e7fb19","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921296999,"stop":1724921297000,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"3ba9120d1e103abd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921297000,"stop":1724921297001,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"b1f5a5556a6d4f5e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921297001,"stop":1724921297002,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"b721cac1c680cce7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921297002,"stop":1724921297003,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"ed2a14e205f5466b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921297003,"stop":1724921297004,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"efccbdb4e965ee09","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921297004,"stop":1724921297005,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"12f03a4b26d5d41a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921297005,"stop":1724921297006,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"ed11507b7df4574e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921297006,"stop":1724921297007,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"507c4f7a63459610","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921297007,"stop":1724921297007,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"96c8d2ba87c9ac1f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921297008,"stop":1724921297008,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"d97a66eebd73c4d8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921297009,"stop":1724921297010,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"38858c06b059a539","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921297010,"stop":1724921297011,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"529f41f06281e81","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921297011,"stop":1724921297012,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"8b3cfea0817c9786","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921297012,"stop":1724921297015,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"d9106693e18881fb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921297015,"stop":1724921297016,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"a2e25721a3b7cf1f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921297016,"stop":1724921297016,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"9f8711989140f1fa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921297016,"stop":1724921297017,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"945c6b0d9b10d247","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921297017,"stop":1724921297017,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"5ed5fa2905dbd389","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921297017,"stop":1724921297018,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"9900fd9783bb8945","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921297018,"stop":1724921297018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"53b104eb1f21da28","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921297018,"stop":1724921297018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"ac1c9306ef7a24b8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921297019,"stop":1724921297019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"26b5ecbf5b96908f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921297019,"stop":1724921297019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from multiple nwaku nodes","uid":"f58c94273ed9034f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921297020,"stop":1724921297020,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"50fd81ba7d4f3fe9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921300785,"stop":1724921300786,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"e31964344df6de97","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921300786,"stop":1724921300787,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"7c671e294898fe3d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921300787,"stop":1724921300788,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"b8131a7ef10da7fb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921300788,"stop":1724921300789,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"f29a73ad17dd26f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921300790,"stop":1724921300790,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"1fa87ef30ba02d51","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921300790,"stop":1724921300791,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"9860c0fa9640dedb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921300792,"stop":1724921300794,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"7b05d4b33d446dfc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921300794,"stop":1724921300828,"duration":34},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"4279ca959ca6444f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921300828,"stop":1724921300829,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"a6d6093f03a0b3f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921300828,"stop":1724921300828,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"6491742b08b916b6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921300829,"stop":1724921300829,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"9c58dd9387584bc4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921300829,"stop":1724921300829,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 0 connections","uid":"6e20f37f0a7d9f49","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921321309,"stop":1724921321309,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 0 connections","uid":"793cc19652c125b6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921321310,"stop":1724921321310,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 1 connections","uid":"98d542a203ea1081","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921321310,"stop":1724921321310,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 1 connections","uid":"384ef4bda504e672","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921321310,"stop":1724921321311,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 2 connections","uid":"16e894829a2892ce","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921321311,"stop":1724921321311,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 2 connections","uid":"efc27b4c7ef3d408","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921321311,"stop":1724921321312,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 3 connections","uid":"fa9c496b59b6ea30","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921321312,"stop":1724921321312,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 3 connections","uid":"62c003fcc12ff210","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921321312,"stop":1724921321312,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"2ffa862444ef66d1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921326303,"stop":1724921326304,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Failed peers are renewed","uid":"2c222685a542e0fc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921326304,"stop":1724921326305,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"12422953122c0514","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921379978,"stop":1724921379978,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"56fe984247bbb72f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921379978,"stop":1724921379978,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"6c709d1b0fbb1aa8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921379978,"stop":1724921379979,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"144200d4270541d6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921379979,"stop":1724921379979,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"68c5070683811b4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921379979,"stop":1724921379979,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"1eac0b5a5fccbf2c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921379980,"stop":1724921379980,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"9e2fd0a400e1f2f5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921379980,"stop":1724921379980,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"bd2728d7555f7197","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921379981,"stop":1724921379981,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"6427376602917948","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921379981,"stop":1724921379981,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"15951af8a25a5eee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921380064,"stop":1724921380064,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"cc7e7e951eb592fc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921380065,"stop":1724921380065,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"PeerStore has remote peer's shard info after successful connection","uid":"3f5310b2b152d558","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921419680,"stop":1724921419680,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"94db25ca37fbe627","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921419681,"stop":1724921419682,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receiving a ping from a peer does not overwrite shard info","uid":"30ca862286538063","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921419681,"stop":1724921419681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect","uid":"becd39806a35b699","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921419682,"stop":1724921419683,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"ae4b6c09dd2e3130","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921419682,"stop":1724921419682,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect","uid":"e225e38fd56cca83","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921419683,"stop":1724921419683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"7b885b66348c91eb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921423893,"stop":1724921423894,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"4d3fda186b727c06","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921423894,"stop":1724921423895,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"968d100814409957","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921423945,"stop":1724921423945,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","uid":"8bd10ad930776b3a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921497751,"stop":1724921497751,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","uid":"f915f532cffc161b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921497752,"stop":1724921497752,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","uid":"cfdfe26fc1eaf1b2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921497753,"stop":1724921497753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","uid":"a439944ae5b0e411","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921497753,"stop":1724921497755,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","uid":"610cc37a108877d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921497755,"stop":1724921497755,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"70032703f5dbaf2a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921497756,"stop":1724921497756,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","uid":"314c00ec5eced8dd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921497756,"stop":1724921497756,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","uid":"8368596a5cc2ad94","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921497757,"stop":1724921497757,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","uid":"1bef7e84b6511509","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"broken","time":{"start":1724921497758,"stop":1724921497758,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"71d22c15c157cf5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921497759,"stop":1724921497759,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","uid":"b444d838d3b1db3e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921497759,"stop":1724921497759,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","uid":"5b48a8122b223c54","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921497759,"stop":1724921497760,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"6609f7a367739bca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921497761,"stop":1724921497762,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","uid":"38fdd8e9f4ca430f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"broken","time":{"start":1724921497761,"stop":1724921497761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","uid":"671a52c5b98652dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921497762,"stop":1724921497762,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","uid":"9580e849b067d559","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921497762,"stop":1724921497762,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update shard info","uid":"139a37b8cb2c8888","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921498166,"stop":1724921498167,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update multiaddrs","uid":"8058e20495b61928","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921498166,"stop":1724921498166,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"2ee7ee1a93f15197","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515218,"stop":1724921515219,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"5558b84675d82429","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515218,"stop":1724921515218,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"73b182a5cd16618c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515219,"stop":1724921515220,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"c256437b5260ae55","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515219,"stop":1724921515219,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"cba0787fc9d90e08","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515220,"stop":1724921515220,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"c172437eb941ed5e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515220,"stop":1724921515220,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"4bd7321f825ce063","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515221,"stop":1724921515221,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"e76f2b61f95f7cd5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515221,"stop":1724921515221,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"842ac18cc4e9692c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515221,"stop":1724921515222,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"22d224c4577a0923","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515222,"stop":1724921515222,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"fea0fb0bfaacf957","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515222,"stop":1724921515222,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"e8ca67ee3c87efc3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515222,"stop":1724921515223,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"1b492faa962be216","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515223,"stop":1724921515223,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"ea7d8fbfbea10b4f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515223,"stop":1724921515224,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"59990939eb569685","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515224,"stop":1724921515225,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"e638d479c183c82a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515224,"stop":1724921515224,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724921087396 ","uid":"883d395d3a232e57","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515225,"stop":1724921515226,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724921087396000000 ","uid":"1af73374ef854afa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515225,"stop":1724921515225,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"c938296c22024c2b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515226,"stop":1724921515226,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"7ebf0ee987b24b7e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515226,"stop":1724921515227,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"72d94578d1b7516d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515226,"stop":1724921515226,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"4735384ab0a7bb63","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515227,"stop":1724921515228,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"92bc5d92141fdc57","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515227,"stop":1724921515227,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"c1d8151468e3b86c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515228,"stop":1724921515228,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"339338c04ef6ba9e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515228,"stop":1724921515229,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"1d127426b4c48ce5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724921515229,"stop":1724921515229,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"77441a286b16a762","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724921515229,"stop":1724921515229,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"ccf0ac6e277c9e3e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515230,"stop":1724921515230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"cc1cb25c5fb5740e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515230,"stop":1724921515231,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"da327398b7d68cc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515231,"stop":1724921515231,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"570448f1d3ea5776","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515231,"stop":1724921515231,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"dfc3da3f2d3f785b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515232,"stop":1724921515232,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"cb7f384cd2383350","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515232,"stop":1724921515233,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"7569d2701dc871da","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515232,"stop":1724921515232,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"9c76f003f68108c3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515233,"stop":1724921515233,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"a14d6a33ee0bf861","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515235,"stop":1724921515236,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"e7013a29c3a3bbdb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515236,"stop":1724921515236,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"fbe61787db9c75","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515236,"stop":1724921515236,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"b3a49f0b73181b58","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515237,"stop":1724921515237,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"21677b0b3bf04bcd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515237,"stop":1724921515237,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"f3c351d23422be3b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515238,"stop":1724921515238,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"d4aeb13d938bf2dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515238,"stop":1724921515238,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"1362e0f28d13ce9e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515238,"stop":1724921515239,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724921087396000000 ","uid":"88d148067d113715","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515239,"stop":1724921515239,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724921087396 ","uid":"c7088876be831e9f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515248,"stop":1724921515248,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"9529b94b1052fe3e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515249,"stop":1724921515250,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"20feb5f64781035d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515249,"stop":1724921515249,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"b41dfca9f4a17c17","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515250,"stop":1724921515252,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"304977d6c5e2c9c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515252,"stop":1724921515253,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"83696c2e74b4d842","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515253,"stop":1724921515254,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"3fab53b05e85a6ca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515254,"stop":1724921515255,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"895e02af6eeb9af0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921515255,"stop":1724921515256,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"a3d709224d0c390b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724921515257,"stop":1724921515257,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"92f6755794356414","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724921515258,"stop":1724921515258,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connected peers and dial","uid":"54e6693e218f7725","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724921515418,"stop":1724921515418,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"55fd32b5cb831d30","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724921515419,"stop":1724921515419,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"732443f475970847","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724921515419,"stop":1724921515419,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"b1308b964a7db8de","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724921515419,"stop":1724921515419,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"718c7490c243eab2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921517832,"stop":1724921517832,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"d4b82edc613caec9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921517832,"stop":1724921517832,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"1858db6848d61ce3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529565,"stop":1724921529565,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"792ec32bb94df336","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529565,"stop":1724921529566,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"87186ffa659a4974","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529566,"stop":1724921529567,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"5cb7cc7c350d2ef6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529567,"stop":1724921529568,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"1f9cab0163b4f247","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529569,"stop":1724921529569,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"7e664bd326bad1d5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529570,"stop":1724921529570,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"4539a613514e231b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529570,"stop":1724921529570,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"67f60c430e453eff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529570,"stop":1724921529571,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"47aecb8f33927f95","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529571,"stop":1724921529571,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"7389501880c773fd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529571,"stop":1724921529572,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"e94ea2bd984dd91b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529572,"stop":1724921529573,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"1d538544713498a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529572,"stop":1724921529572,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"57349f756194d881","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529573,"stop":1724921529575,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"fd2b4568801fb0ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529575,"stop":1724921529576,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with unicode special characters payload","uid":"23d9a2e88dcc4fbe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529576,"stop":1724921529577,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"9e88ba296b98fe78","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529578,"stop":1724921529579,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"da8ace76c14fcabd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529578,"stop":1724921529578,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Throws when trying to push message with empty payload","uid":"bcaf743eb0cc34b8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529579,"stop":1724921529580,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"2756ff3695cd8f98","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529580,"stop":1724921529581,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing long","uid":"1e4c46fddde52fc4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529581,"stop":1724921529582,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"39c6e8808cf3a25b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529583,"stop":1724921529583,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing special chars","uid":"4b0c7e35cd764ab0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529583,"stop":1724921529584,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"71d59a08429b0760","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529584,"stop":1724921529585,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"dd23aaa5ad7b74c3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529584,"stop":1724921529584,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"ba43904f8e2f4735","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529585,"stop":1724921529586,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing SQL Injection","uid":"e0ef633ae806cb84","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529586,"stop":1724921529586,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"a065e38701082722","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529586,"stop":1724921529586,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"e875276a4d423883","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529587,"stop":1724921529587,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Basic HTML tag","uid":"37cca60c8488191e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529587,"stop":1724921529588,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"296688d63cfd2b90","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529588,"stop":1724921529588,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"c1f0804d1483cf01","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529588,"stop":1724921529588,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing unicode special characters","uid":"b061af436d38b29f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529589,"stop":1724921529589,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"43b847ff79399a37","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529589,"stop":1724921529589,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"eb977b20827ef41d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529589,"stop":1724921529589,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"4c006ef5ce823ca3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529590,"stop":1724921529590,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"6bd713010c0f06c9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529591,"stop":1724921529591,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"254d6a20a2062064","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529591,"stop":1724921529592,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1694162921438","uid":"33af4681fdfb727a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529592,"stop":1724921529592,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"701dec94e5f4718","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529592,"stop":1724921529592,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"bc16ba5b687a43db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529593,"stop":1724921529593,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1724924921438","uid":"6b0b7a7ef96079f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529593,"stop":1724921529593,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1724917721438","uid":"f8c05bc6601b7204","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529593,"stop":1724921529593,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"71f8bf5218558e3d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921529594,"stop":1724921529594,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"4711bec367d87146","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921538593,"stop":1724921538593,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"3eb519b696882f18","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921538593,"stop":1724921538594,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"cc0ebfd5dd2e5344","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921538594,"stop":1724921538594,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"fe97da869fe8c103","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921538594,"stop":1724921538594,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"e8a573b851f097b4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921540106,"stop":1724921540107,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"324b68e7b2e901a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921540107,"stop":1724921540108,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/2 topic","uid":"96b54f458bd6d1f0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921540107,"stop":1724921540107,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/1 topic","uid":"178ddc9b30ef74d9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921540108,"stop":1724921540109,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","uid":"74dd3ee92a40c8e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921540108,"stop":1724921540108,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/0 topic","uid":"f2b8d0915111e814","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921540109,"stop":1724921540109,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"c6bfb84365b9a05a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921540109,"stop":1724921540109,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","uid":"32f538666d902a0a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921540110,"stop":1724921540110,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"df97cfc0fb2ea698","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921559011,"stop":1724921559012,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"fbb6279728e215d5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921559012,"stop":1724921559013,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"d511db29b0bd003","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921559013,"stop":1724921559014,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"10642c68b780d604","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921559015,"stop":1724921559016,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"ba6c47bdcf882140","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921559016,"stop":1724921559017,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"c32d3fd9dbc03447","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921559017,"stop":1724921559018,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"beb7618bba17a787","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921559018,"stop":1724921559019,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"1b5565ebb7b12e45","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921563003,"stop":1724921563004,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"a1d665da1ce4fb78","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921563004,"stop":1724921563005,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"e7588d86f9dce349","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921563005,"stop":1724921563006,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"c4ab663adef46592","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921563006,"stop":1724921563007,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish 10000 messages on the same topic","uid":"ee3979b706e661d4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921563007,"stop":1724921563008,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish messages on 2 different content topics","uid":"5c2e2f260f1457e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921563008,"stop":1724921563008,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe one by one to 100 topics and publish messages","uid":"885ad9085c153fc6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921563009,"stop":1724921563010,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe at once to 10000 topics and publish messages","uid":"df430495f36d5327","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921563010,"stop":1724921563010,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"9d6ba223c43187e9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724921563011,"stop":1724921563011,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"d21f48688d478da7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724921563011,"stop":1724921563012,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and publish message","uid":"95f74d7bba4e9aa3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921563012,"stop":1724921563012,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and publish message","uid":"37280898a2e22c7e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921563013,"stop":1724921563013,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and publish message","uid":"5495b8f2b19be8a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921563014,"stop":1724921563014,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and publish message","uid":"db56a3454154209a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921563016,"stop":1724921563017,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and publish message","uid":"17499a4803213f70","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921563017,"stop":1724921563017,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and publish message","uid":"f8e8a3c58c05f4f4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921563017,"stop":1724921563017,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and publish message","uid":"737256e492c16b8e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921563018,"stop":1724921563018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and publish message","uid":"865dadd940b0c07f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921563018,"stop":1724921563018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and publish message","uid":"96375094dcc5371b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921563019,"stop":1724921563019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and publish message","uid":"b2500cc441ed711c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921563019,"stop":1724921563019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and publish message","uid":"4de4f10457257e54","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921563019,"stop":1724921563019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and publish message","uid":"377db6bfc8ec650f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921563020,"stop":1724921563020,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and publish message","uid":"fe941fc0fd498207","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921563020,"stop":1724921563020,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and publish message","uid":"2d7f2970ff46242c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921563021,"stop":1724921563021,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and publish message","uid":"243d02fe3bba1954","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921563021,"stop":1724921563021,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and publish message","uid":"19d636f5194df652","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921563022,"stop":1724921563022,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"19c216099db73e59","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921564770,"stop":1724921564771,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"e06edffcca43be63","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921564772,"stop":1724921564772,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"f5d59bb9ef074646","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921564772,"stop":1724921564772,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"c41c35dbc849f2a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921564773,"stop":1724921564773,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"124938ee1bbe0a57","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921564773,"stop":1724921564773,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"62c3185d6cb3fec9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921564773,"stop":1724921564774,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"a4f160a103cf7c2f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921564774,"stop":1724921564775,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"646dea1c4b09fb48","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921564774,"stop":1724921564774,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"2f9ed63922c5749e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921564775,"stop":1724921564775,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"10e8adbd5b68725a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921564775,"stop":1724921564775,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Basic HTML tag","uid":"7555b23f6adde640","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921564775,"stop":1724921564776,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"2af4268575210a4a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921564776,"stop":1724921564777,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"ec893939505b729c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921564776,"stop":1724921564776,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing unicode special characters","uid":"a9a2e90933316b56","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921564777,"stop":1724921564777,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"35e2db6a72b5be26","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921564777,"stop":1724921564777,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"2cc2caaa2ff0ede4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921564778,"stop":1724921564778,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","uid":"9d4b1e7ddcc6f54f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921564778,"stop":1724921564778,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Fri Sep 08 2023 08:52:18 GMT+0000 (Coordinated Universal Time)","uid":"78d4a66fb2e69211","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921564778,"stop":1724921564779,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Thu Aug 29 2024 07:52:18 GMT+0000 (Coordinated Universal Time)","uid":"f477565970dcb5e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921564779,"stop":1724921564781,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Thu Aug 29 2024 09:52:18 GMT+0000 (Coordinated Universal Time)","uid":"e2a2076bc9823386","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921564781,"stop":1724921564781,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with empty text","uid":"ce7643567f9afbf0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921564782,"stop":1724921564782,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"505cd70f4faf5318","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921564782,"stop":1724921564782,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong content topic","uid":"322d9184bfa451f4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921564782,"stop":1724921564783,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with size larger than 1 MB","uid":"86b051aab211a1d3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921564783,"stop":1724921564783,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong pubsubtopic","uid":"fa1df6d135719105","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921564783,"stop":1724921564783,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after service node is restarted","uid":"57adf6c633c7dfd2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724921564784,"stop":1724921564784,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after client node is restarted","uid":"ea8d07059b4daa4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724921564784,"stop":1724921564784,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"b825a2642c164fcb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921564784,"stop":1724921564785,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"13f90dc2b9de9a38","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921564785,"stop":1724921564785,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"97acc56c2b9169f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921583486,"stop":1724921583487,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"new peer added after a peer was already found","uid":"44d1c1be0a6e52ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724921583487,"stop":1724921583487,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"1356912a63875a59","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724921583487,"stop":1724921583487,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"9cdb2c3b3c043713","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921583488,"stop":1724921583488,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"69beb220f7308151","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602941,"stop":1724921602941,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"841549f8241a4f48","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602941,"stop":1724921602943,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"de4bbd9198c25edc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602943,"stop":1724921602943,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"3f451b723b2387ad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602944,"stop":1724921602944,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"29497eb6647e3935","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602944,"stop":1724921602944,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"f7e07250e89d2faf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602945,"stop":1724921602945,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"4ebf57b07e2b02ec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602945,"stop":1724921602946,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"861185a2dd8589f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602945,"stop":1724921602945,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"2be8af6667b0690b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602946,"stop":1724921602950,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"5e5c15f6b2f8f1d1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602950,"stop":1724921602951,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"bd5a5d41e71fd062","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602951,"stop":1724921602951,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"d56b9116426ba323","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602951,"stop":1724921602951,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"46cb6165c90353c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602952,"stop":1724921602954,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"565fc01dc08d53f4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602952,"stop":1724921602952,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with unicode special characters payload","uid":"8f703044cd457373","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602954,"stop":1724921602955,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"be45cbc973c6f285","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602955,"stop":1724921602955,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Throws when trying to push message with empty payload","uid":"4ccce9c4eac5b62d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602955,"stop":1724921602956,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"9d095f336f0b48e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602955,"stop":1724921602955,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"d7a8b42323bb9ccb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602956,"stop":1724921602956,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing long","uid":"56270c4ee8247b44","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602956,"stop":1724921602957,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"6f989cc418aec268","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602957,"stop":1724921602958,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"342972e0e2aa70b0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602958,"stop":1724921602959,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing special chars","uid":"25bfd0b3fd883a50","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602958,"stop":1724921602958,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"f52eac6f5e3afc98","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602959,"stop":1724921602959,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing SQL Injection","uid":"9a62193cf2cbcbf7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602959,"stop":1724921602960,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"3f0fdeccbf97a853","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602959,"stop":1724921602959,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"5bf1c08e8925b952","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602960,"stop":1724921602960,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"2dd3224f8c1c5f9c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602960,"stop":1724921602960,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Basic HTML tag","uid":"b87b4a25c6359604","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602961,"stop":1724921602961,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"ad029ca824037832","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602961,"stop":1724921602967,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"3fd0a94d9ad4d3a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602961,"stop":1724921602961,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"1c70c0536b987f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602967,"stop":1724921602976,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing unicode special characters","uid":"5890253cd3db5580","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602976,"stop":1724921602977,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"399e833fa3b98811","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602977,"stop":1724921602983,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"98f22b23ba12d089","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602983,"stop":1724921602983,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"cab562aa51b22dc4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602984,"stop":1724921602984,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"b09e923d197585fc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602984,"stop":1724921602985,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"2f3226feb5270c75","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602985,"stop":1724921602986,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1694162897150","uid":"649407e5f82ef65b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602986,"stop":1724921602987,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1724917697150","uid":"c6ca0458e3dcc154","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602987,"stop":1724921602987,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"ecde8ab32e4706ad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602989,"stop":1724921602990,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1724924897150","uid":"f0bb416fc160862e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602989,"stop":1724921602989,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"540c86fec566c5ae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921602990,"stop":1724921602990,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"9be9d3f398baf79","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921613047,"stop":1724921613047,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"19ef9604a1086272","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921613048,"stop":1724921613048,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app46/10/topic629/xml","uid":"cd878730bd98919c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921613048,"stop":1724921613049,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app40/8/topic364/utf8","uid":"771211132473dead","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921613049,"stop":1724921613050,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app64/5/topic958/json","uid":"576cb870ac5e2284","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921613050,"stop":1724921613051,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app78/9/topic582/xml","uid":"9816b920b1dd3438","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921613051,"stop":1724921613052,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app39/10/topic365/proto","uid":"6ed87024427bc951","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921613052,"stop":1724921613053,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app52/10/topic952/xml","uid":"efc70e3398d1c1c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921613053,"stop":1724921613054,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app77/8/topic221/proto","uid":"c743c9f41a83bfff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921613054,"stop":1724921613054,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app47/7/topic631/xml","uid":"bf6f205c31d5a7a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921613054,"stop":1724921613054,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app68/6/topic182/xml","uid":"a096303cced7eae1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921613055,"stop":1724921613055,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"621841b906bd8e31","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921613055,"stop":1724921613056,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app24/4/topic914/utf8","uid":"29f2f6c7ce4776fe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921613055,"stop":1724921613055,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple content topics","uid":"94990502706a1b18","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921613056,"stop":1724921613057,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"6ce475934c976a28","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921613057,"stop":1724921613058,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"cb2924dc3a9f9e9d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921613058,"stop":1724921613058,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"shard 0","uid":"4a4b6d7da7eed8f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921619627,"stop":1724921619627,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"2c2593e0211c829e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921619628,"stop":1724921619629,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 447, Shard ID: 662","uid":"57e3b6cb900b6f2e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921619629,"stop":1724921619630,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 595, Shard ID: 275","uid":"5cb3e839e5721dca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921619630,"stop":1724921619631,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 409, Shard ID: 679","uid":"98a32868f726f38f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921619631,"stop":1724921619632,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 894, Shard ID: 630","uid":"890747a6931ab638","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921619632,"stop":1724921619633,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 764, Shard ID: 602","uid":"1556cf1a20f7d8f3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921619634,"stop":1724921619634,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 165, Shard ID: 790","uid":"cd5f29959e124560","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921619635,"stop":1724921619636,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 322, Shard ID: 212","uid":"734e6544d417ecdb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921619636,"stop":1724921619637,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 673, Shard ID: 32","uid":"97cc61a059faf695","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921619637,"stop":1724921619638,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 422, Shard ID: 213","uid":"b7bb9c122c7e4834","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921619638,"stop":1724921619639,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 613, Shard ID: 314","uid":"3967a91bdaaa4572","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921619639,"stop":1724921619640,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple pubsub topics","uid":"a2412a2a27e99c44","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921619640,"stop":1724921619640,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty shard should fail","uid":"639ac34f37759bd7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921619641,"stop":1724921619641,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"e1b5e0c8a84169a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921619641,"stop":1724921619641,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 2 index when there are 4 messages","uid":"a33beda5a3dd897e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921620594,"stop":1724921620594,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 0 index when there are 20 messages","uid":"6e93bfcb3caffb93","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921620594,"stop":1724921620594,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 10 index when there are 40 messages","uid":"211fe50555a2ab70","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921620594,"stop":1724921620595,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 20 messages","uid":"3d0a3dae0399f200","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921620596,"stop":1724921620602,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 50 messages","uid":"4f8370cac43d0268","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921620602,"stop":1724921620602,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 110 index when there are 120 messages","uid":"b091f39ad7af265e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921620603,"stop":1724921620609,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing invalid cursor","uid":"ca2419c1b243b65e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921620609,"stop":1724921620610,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"90591eebaf76809d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921620609,"stop":1724921620609,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"561ee8a433478ce","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921620610,"stop":1724921620611,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"3ac9a7b5c3556c82","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625031,"stop":1724921625032,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"320d1b37e77959fb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625033,"stop":1724921625034,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"f32b80fa88ae5b94","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625033,"stop":1724921625033,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"29ffafe1dc588c79","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625034,"stop":1724921625035,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"355c9bf4afe22666","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625035,"stop":1724921625036,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"183ecd3d6a1a5d3d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625036,"stop":1724921625037,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"9db35cd4c5c68a66","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625037,"stop":1724921625038,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"3b38ed6a5095ff0e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625038,"stop":1724921625039,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"46c57d660721af48","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625039,"stop":1724921625040,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"86eedcf7510d4ac9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625040,"stop":1724921625043,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"5d113b515c9b38cc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625044,"stop":1724921625045,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"aec3877cce3faa28","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625045,"stop":1724921625046,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"5507f91b52ba9e50","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625046,"stop":1724921625047,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"a8c0dbd5cd6abe23","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625047,"stop":1724921625048,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"90459e9c1f5eef8c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625048,"stop":1724921625049,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"4b2783d435d038b9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625049,"stop":1724921625050,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"59cd3b5059e8dd2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625050,"stop":1724921625062,"duration":12},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"2b7b8ca62e5c09da","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625063,"stop":1724921625063,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"f511ee9444759abd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625064,"stop":1724921625065,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"6c6dcfad9ce7cf60","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625065,"stop":1724921625066,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"6009f0c5e4688b78","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625066,"stop":1724921625067,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"f6e069d3dc4eb0fc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625067,"stop":1724921625068,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"f187978cc0530a22","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625069,"stop":1724921625070,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"7b0bf39147f7e91","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625070,"stop":1724921625073,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"4f731215e17475bd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625074,"stop":1724921625074,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"1725ae16399c67cf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625075,"stop":1724921625075,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"1f03a9853a82bb13","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625076,"stop":1724921625076,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"2fd29cae77fd0e50","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625076,"stop":1724921625077,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"bb6ada565bb08e89","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625077,"stop":1724921625077,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"1aacb31657ce2e29","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625077,"stop":1724921625078,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"fd0e52b593c94b06","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625078,"stop":1724921625079,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"6c77036f707e3742","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625078,"stop":1724921625078,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"5e27f52307d37612","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625079,"stop":1724921625080,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"232cef48ddee9e31","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625079,"stop":1724921625079,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"2bc4bfce2d4b5024","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625079,"stop":1724921625079,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"f31280671ff3d9d4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625080,"stop":1724921625080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"e300b2384d6b6444","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625080,"stop":1724921625080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"ba99988ac84ac02f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625081,"stop":1724921625081,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"d0a175622800a5e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625081,"stop":1724921625082,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"84e88c52a9e73405","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625081,"stop":1724921625081,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"acdbd24fcd8f31fc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625082,"stop":1724921625082,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"9509b1c3201eb414","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625082,"stop":1724921625082,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"ff1eee42f52f0024","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625082,"stop":1724921625083,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"12dc4d7b693e9e32","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625083,"stop":1724921625083,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"88e7c7a429e73f95","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625083,"stop":1724921625083,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"ea901a6e62efd2a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625084,"stop":1724921625085,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"b20ae5c0aa75cb88","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625085,"stop":1724921625085,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"d249d79efd8490d6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625085,"stop":1724921625090,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"62c78882ad8ff8f1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625090,"stop":1724921625091,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"b91d4f87c9e1e882","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625091,"stop":1724921625092,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"8f14b51b7381e754","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625092,"stop":1724921625092,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"ca23129e39bffd4d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625092,"stop":1724921625092,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"50c9c7dd60f00b11","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625093,"stop":1724921625094,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"62259b84ac0a174d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625093,"stop":1724921625093,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"50e30b36a505f008","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625093,"stop":1724921625093,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"1ef9fd84f68eab47","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625094,"stop":1724921625095,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"4a240941df5f3929","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625094,"stop":1724921625094,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"9862a071b49b479c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921625094,"stop":1724921625094,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"51cbccb89f3f23ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921640397,"stop":1724921640398,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"cf23b5cc6d6aefbd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921640398,"stop":1724921640398,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"37ac5232c27134e9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921640398,"stop":1724921640399,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"2f8f4d984f5a044","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921640399,"stop":1724921640399,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"f814c7ca9d9e100e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921640399,"stop":1724921640399,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"86776a82259ddb4c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921640400,"stop":1724921640400,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"c341e65d8d2df067","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921640400,"stop":1724921640400,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No message returned","uid":"136ce23951b60c81","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921640400,"stop":1724921640401,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"3a6fb2b9219e3ece","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921640401,"stop":1724921640402,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"1d9a23ec9433111d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921640401,"stop":1724921640401,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"6a0ba7ef0ef2b573","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921640401,"stop":1724921640401,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No message returned","uid":"c526609e511a3e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921640402,"stop":1724921640402,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - true","uid":"b47994fa314e6490","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921640662,"stop":1724921640662,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - false","uid":"6fc875120106ada0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921640663,"stop":1724921640663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - true","uid":"d339dc6e3f9200d2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921640663,"stop":1724921640664,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - false","uid":"eee6608875102748","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921640664,"stop":1724921640664,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - true","uid":"37ad946f1220bc7d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921640664,"stop":1724921640664,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - false","uid":"a22df519cbcb7c3e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921640665,"stop":1724921640666,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is true","uid":"6dd3b5473b7509cf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921656079,"stop":1724921656079,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is false","uid":"bd982cf118f543d4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921656079,"stop":1724921656080,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is true","uid":"ce56713ab1839f8e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921656080,"stop":1724921656080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is false","uid":"eee3cfa6fcb5d027","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921656081,"stop":1724921656081,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 0 when there are 110 messages","uid":"e7bed797b82920c9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921656188,"stop":1724921656189,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 1 when there are 4 messages","uid":"f5ba7a082a1b62f0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921656189,"stop":1724921656191,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 3 when there are 20 messages","uid":"4af30a605653ec21","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921656191,"stop":1724921656192,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 11 when there are 10 messages","uid":"f59a776e608d10ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921656192,"stop":1724921656193,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 10 when there are 10 messages","uid":"c1c5fb2c34546d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921656192,"stop":1724921656192,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 110 when there are 120 messages","uid":"411e8c6df063dcb8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921656193,"stop":1724921656193,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 19 when there are 20 messages","uid":"3acefc6a93f80c07","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921656193,"stop":1724921656193,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"b12f795247df9303","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921656194,"stop":1724921656194,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"f4007157fc245014","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921658740,"stop":1724921658741,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"6094a650007372ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921658741,"stop":1724921658742,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"6f128345979a0ee9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921658744,"stop":1724921658745,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"909663107e92256e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921658745,"stop":1724921658746,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"39f4570b0460cbe4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921658745,"stop":1724921658745,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"a8e92c60d9573786","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921658746,"stop":1724921658747,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"7504173fb531a2ac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921658746,"stop":1724921658746,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"d5a973d7118120e7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921658747,"stop":1724921658747,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"dc92a857653ef004","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921658747,"stop":1724921658747,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"c0cd2ebe077eef3b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921663252,"stop":1724921663253,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with multiple decoders","uid":"b40ce6b8319ca8e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921663253,"stop":1724921663254,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different message text format","uid":"cf0cd1e82ef9e0a5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921663253,"stop":1724921663253,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different content topic format","uid":"7d38d57bd1c2141b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921663254,"stop":1724921663254,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"efa2e919677bca6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921663254,"stop":1724921663254,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise, aborts when callback returns true","uid":"aff18ca3b399db3a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921663255,"stop":1724921663255,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered callback, aborts when callback returns true","uid":"dc98425d6efb3ce3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921663255,"stop":1724921663256,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"cb5bfb0703ab716d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921663255,"stop":1724921663255,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"36774146fa4390ff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921663256,"stop":1724921663256,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"b76d6413d2b43219","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921665482,"stop":1724921665483,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"b22f5ba160756d28","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921665482,"stop":1724921665482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"456db820fbaf764b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921665483,"stop":1724921665483,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","uid":"bde2e8fe97db1164","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921669869,"stop":1724921669869,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","uid":"abcc40ea23334fcb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921669869,"stop":1724921669869,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","uid":"3a9e5e905752e28f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921669870,"stop":1724921669870,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","uid":"d36404b715e7ec43","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921669870,"stop":1724921669870,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","uid":"97a38bc575111e52","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921669871,"stop":1724921669871,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: -20000 ms from now","uid":"9bde1852120a429d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921669871,"stop":1724921669872,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","uid":"3f2d46c92a16308d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921669871,"stop":1724921669871,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","uid":"4922599fdd2c972","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921669871,"stop":1724921669871,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: 40000 ms from now","uid":"b7e661092e377f10","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921669872,"stop":1724921669872,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"1392a9091b368f92","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921672579,"stop":1724921672579,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"71d62ecc8ba6f628","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921672580,"stop":1724921672581,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Does not throw an exception when node disconnects","uid":"de1e2293a956f74b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921672580,"stop":1724921672580,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"43a610975bfc6092","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921672581,"stop":1724921672581,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"b58210257090c321","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921672581,"stop":1724921672582,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"d984d3f99244cc7d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921672582,"stop":1724921672582,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"8b09fe843c63e42b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921677826,"stop":1724921677826,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"65262cf4bafeb989","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921677827,"stop":1724921677827,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"b64a747a94bdb9df","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921677827,"stop":1724921677827,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"1cbc075455c3f692","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921677827,"stop":1724921677828,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"5db1acdb7642e948","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921677828,"stop":1724921677828,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"3fd2a55cf1c5c71d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921677828,"stop":1724921677829,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"11216abbb15f1827","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921677828,"stop":1724921677828,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"6b8e435e99e74df4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921677829,"stop":1724921677830,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"f062321816c6cf2f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921677829,"stop":1724921677829,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"1794b2a18690e6a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921723783,"stop":1724921723784,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"px service nodes not subscribed to the shard should not be dialed","uid":"e7b5afa4e71a3cee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921723784,"stop":1724921723784,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"54dd92e7143517ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921723784,"stop":1724921723785,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"px service nodes not subscribed to the shard should not be dialed","uid":"8ddff250145b23b5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724921723785,"stop":1724921723785,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"name":"behaviors"} \ No newline at end of file +{"uid":"b1a8273437954620fa374b796ffaacdd","children":[{"name":"Init the array if not present","uid":"8e671379cf12e70d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374447,"stop":1724922374448,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"7efcefdf6a98f52","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374449,"stop":1724922374449,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"aca37485b14cc578","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374656,"stop":1724922374657,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"258d9231ce867db6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374657,"stop":1724922374657,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with too few or too many fields","uid":"e08485e6c07e277","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374658,"stop":1724922374658,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with non-number generation field","uid":"ad52e3e57098a197","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374658,"stop":1724922374659,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with generation field greater than 0","uid":"1391faea2346e787","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374659,"stop":1724922374660,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty version field","uid":"32117bbecaa13e04","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374660,"stop":1724922374661,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty application field","uid":"f225c2088c294d14","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374660,"stop":1724922374660,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty topic name field","uid":"af4f38ff4c72b405","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374661,"stop":1724922374661,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty encoding field","uid":"c395aef6ed8f49f1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374661,"stop":1724922374662,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /myapp/1/latest/proto to shard index 0","uid":"5568d9a99a9f87a8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374663,"stop":1724922374663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /waku/2/content/test.js to shard index 1","uid":"7830955c611e30a2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374663,"stop":1724922374664,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /toychat/2/huilong/proto to shard index 3","uid":"f911e30ed257b2af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374664,"stop":1724922374664,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","uid":"da1c3ac4e445f523","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374664,"stop":1724922374671,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /statusim/1/community/cbor to shard index 4","uid":"49fba54a3a4de9d3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374671,"stop":1724922374671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/statusim/1/community/cbor to shard index 4","uid":"8b010ae2946eb952","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374671,"stop":1724922374671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/22/sometopic/someencoding to shard index 2","uid":"fb77e5e421f452af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374672,"stop":1724922374672,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/27/sometopic/someencoding to shard index 5","uid":"b3dc77cb105ebd2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374672,"stop":1724922374672,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 7","uid":"b34ce1975864a6a5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374672,"stop":1724922374673,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","uid":"69281c1616291f73","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374673,"stop":1724922374673,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/29/sometopic/someencoding to shard index 6","uid":"7504fa2da2490ac6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374673,"stop":1724922374673,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","uid":"7d53c2a045bc6637","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374673,"stop":1724922374674,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","uid":"f6d83af1093cf9fe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374674,"stop":1724922374674,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"topics with same application and version share the same shard","uid":"149ef4ef037b4f93","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374674,"stop":1724922374674,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups content topics by expected pubsub topic","uid":"abbde55f6a876c98","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374675,"stop":1724922374675,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"d94461970d347993","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374676,"stop":1724922374676,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws an error for improperly formatted content topics","uid":"f35bcb068c64744b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374676,"stop":1724922374677,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups multiple content topics into the same pubsub topic when they share the same shard index","uid":"c37948f5798d937a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374676,"stop":1724922374676,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"d125b497811381d4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374676,"stop":1724922374676,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for empty SingleShardInfos array","uid":"975fe7c6c4cc5644","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374677,"stop":1724922374678,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert a SingleShardInfo object to the correct PubsubTopic","uid":"6227b7cf48b57a27","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374677,"stop":1724922374677,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"9bec5a521833738c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374677,"stop":1724922374677,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert content topics to PubsubTopics for autosharding","uid":"af1c9bfe9daf419b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374678,"stop":1724922374678,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for SingleShardInfos with different clusterIds","uid":"e656662002621d54","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374678,"stop":1724922374678,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 0","uid":"8d8c1c006d1cd298","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374678,"stop":1724922374679,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return unique PubsubTopics for static sharding","uid":"ccef2ce32a6b6cd6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374678,"stop":1724922374678,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 1","uid":"ae75b4ed0712f35b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374679,"stop":1724922374679,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 6","uid":"e8af3a319178f311","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374679,"stop":1724922374679,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return empty list for no shard","uid":"c660753682bab1c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374679,"stop":1724922374680,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error if shards are undefined for static sharding","uid":"6642e7b0bd32e712","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374680,"stop":1724922374680,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing required configuration","uid":"c0e830bb18d7a982","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374680,"stop":1724922374680,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should extract SingleShardInfo from a valid PubsubTopic","uid":"45eb722fd448da14","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374681,"stop":1724922374681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","uid":"e0ac56c51cdffd49","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374682,"stop":1724922374683,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /incorrect/format","uid":"76944968bcc34638","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374683,"stop":1724922374683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","uid":"72cb0ca677d2a705","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374683,"stop":1724922374684,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","uid":"617dfd77a5d05c23","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374683,"stop":1724922374683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","uid":"8577205642549620","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374684,"stop":1724922374684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","uid":"e7ba0f6353598ac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374684,"stop":1724922374684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","uid":"1e55baf9c9b5f50b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374684,"stop":1724922374684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","uid":"48eeacccd67e54a8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374684,"stop":1724922374684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","uid":"f898490b15dd0b0e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374685,"stop":1724922374685,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","uid":"41220e960a1fe29a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374685,"stop":1724922374685,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","uid":"320a6435536b3d8f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374685,"stop":1724922374686,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","uid":"1b4437906e217352","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374685,"stop":1724922374685,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","uid":"3ecaa212b25b6600","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374686,"stop":1724922374687,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","uid":"ebd71eb0d1b44662","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374686,"stop":1724922374686,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","uid":"424e8605db358d25","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374686,"stop":1724922374686,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","uid":"2ff7846ebc5aaf91","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374687,"stop":1724922374687,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","uid":"d44d8ae8a2a52ea9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374687,"stop":1724922374687,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/","uid":"534602ca4857febe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374688,"stop":1724922374688,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","uid":"52d49d5a400f8ff8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374688,"stop":1724922374688,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","uid":"c53a89c3bcbc6a34","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374688,"stop":1724922374688,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","uid":"db6835754611d1e0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374689,"stop":1724922374689,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error for a single configured topic","uid":"70f7a4c8b52ce760","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374689,"stop":1724922374690,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error when the topic is within a list of configured topics","uid":"27791ba717691c8d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374690,"stop":1724922374690,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for an unconfigured topic","uid":"5dbb288b4fa637ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374690,"stop":1724922374691,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the pubsub topic directly if a string is provided","uid":"db1bf8d0f61b6ba6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374691,"stop":1724922374691,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return a calculated topic if SingleShardInfo is provided","uid":"4f305c3ba517f179","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374691,"stop":1724922374692,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should process correctly when SingleShardInfo has no clusterId but has a shard","uid":"cb92d3d6f9c8ac22","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374692,"stop":1724922374692,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","uid":"350f27d8d52022b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374692,"stop":1724922374692,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for content topics autosharding","uid":"637625bf4e879e64","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374693,"stop":1724922374694,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for static sharding","uid":"ad4c24961c11050e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374693,"stop":1724922374693,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","uid":"4d90dfe846bfb53","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374693,"stop":1724922374693,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing sharding configuration","uid":"f2fdec18971088bb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374694,"stop":1724922374694,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"64eb4e5fa884a188","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374694,"stop":1724922374694,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"3f47843e76ef2e66","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374695,"stop":1724922374695,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic","uid":"84c0403f07001235","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374695,"stop":1724922374695,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic for different network shard sizes","uid":"4822241c8b5fc301","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374696,"stop":1724922374697,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use the provided clusterId for the pubsub topic","uid":"a054204567ac3218","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374696,"stop":1724922374696,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should map different content topics to different pubsub topics based on shard index","uid":"8863ce03f8b896f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374696,"stop":1724922374696,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"2ebc05b9a5c6eaf8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374767,"stop":1724922374767,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rs format (Index List)","uid":"5c81e009bccf48d2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374767,"stop":1724922374767,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","uid":"95c75fe2ff2d715","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374768,"stop":1724922374768,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for insufficient data","uid":"9fa2297bb37094e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922374768,"stop":1724922374768,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta size of 12 bytes)","uid":"fb3a62b531ecda15","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922377153,"stop":1724922377154,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta size of 64 bytes)","uid":"c600650a6d9d611e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922377154,"stop":1724922377155,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta attribute not present)","uid":"ca5f00d5f3b78f64","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922377155,"stop":1724922377155,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (payload length 0)","uid":"4700966cb4216b08","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922377155,"stop":1724922377155,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (no timestamp)","uid":"a4884989548979d2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922377156,"stop":1724922377156,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (message is IDecodedMessage)","uid":"72ab84449ed014a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922377156,"stop":1724922377156,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only RELAY set to true","uid":"644fff5189056376","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922382321,"stop":1724922382323,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only FILTER set to true","uid":"33fcc69f8a1f0d54","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922382324,"stop":1724922382325,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only STORE set to true","uid":"af6664a872649dbb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922382324,"stop":1724922382324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only LIGHTPUSH set to true","uid":"cad39391d3a1305f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922382325,"stop":1724922382325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to false","uid":"c60a0f065d2766b2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922382326,"stop":1724922382327,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to true","uid":"cef95b3ff9a15c72","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922382326,"stop":1724922382326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","uid":"cca3b3874fd1d0a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922382327,"stop":1724922382328,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with RELAY and FILTER protocols set to true","uid":"34ab69a0dbf734c7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922382327,"stop":1724922382327,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only RELAY set to true","uid":"3183bd22702f826","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922382328,"stop":1724922382329,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only FILTER set to true","uid":"ad0e8a591f60dac3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922382329,"stop":1724922382330,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only LIGHTPUSH set to true","uid":"16a990b80753a436","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922382330,"stop":1724922382331,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only STORE set to true","uid":"415aeb1111d014dd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922382330,"stop":1724922382330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to true","uid":"753187cb3357070f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922382331,"stop":1724922382331,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to false","uid":"3d8930f3ace11321","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922382331,"stop":1724922382332,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","uid":"5d9e0cdbe0672bc0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922382332,"stop":1724922382333,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with RELAY and FILTER protocols set to true","uid":"ca1191f08e6f115f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922382332,"stop":1724922382332,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"3ea1863da7807cdb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922382484,"stop":1724922382484,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"1e15a3c203a04171","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922382545,"stop":1724922382546,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"fb911887649c04b8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922382546,"stop":1724922382546,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"849c19cd687f1cb2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922383078,"stop":1724922383079,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid ENR with multiaddrs successfully [shared test vector]","uid":"3ee7897ec1cca314","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922383079,"stop":1724922383080,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"1f0fb26e6e4c399e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922383079,"stop":1724922383079,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr with tcp successfully","uid":"f15ad1f3e1090f77","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922383080,"stop":1724922383080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"8a15fcd332d304ec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922383080,"stop":1724922383080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"7c39b8c464c27ba5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922383081,"stop":1724922383081,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"326bee9270ea3182","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922383081,"stop":1724922383081,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"be22a9b2e4e55946","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922383081,"stop":1724922383082,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"833e3092d8c0f269","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922383082,"stop":1724922383082,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"64d18171b88ea7ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922383082,"stop":1724922383082,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"57c22d602f4229d1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922383083,"stop":1724922383083,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"d5560e3871016064","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922383083,"stop":1724922383083,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"e1435df9b319d822","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922383084,"stop":1724922383085,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"cd03c58e654ec80e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922383084,"stop":1724922383084,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"3dd25b11eba4954b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922383084,"stop":1724922383084,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"af9b0dd1316143a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922383085,"stop":1724922383085,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"a1d9fc1ecf2e4aef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922383085,"stop":1724922383089,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"ef0bbdca2a67ce0e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922383089,"stop":1724922383090,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"8acff7ef608041f0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922383090,"stop":1724922383090,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create peer info with all multiaddrs","uid":"afcec4701aef4a90","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922383090,"stop":1724922383091,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"bdee7b6fea37e6d4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922383090,"stop":1724922383090,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"348c8c492527dbd4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922383090,"stop":1724922383090,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with all protocols disabled","uid":"a84ee8ab3efdf4ca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922383091,"stop":1724922383091,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with all protocols enabled","uid":"ed6a4fd50406bc40","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922383091,"stop":1724922383091,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only RELAY enabled","uid":"8a48fb793c908de4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922383091,"stop":1724922383092,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only FILTER enabled","uid":"d3fbba7824cd7932","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922383092,"stop":1724922383092,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only STORE enabled","uid":"9a58c90c3b5ad709","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922383092,"stop":1724922383092,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only LIGHTPUSH enabled","uid":"58c4114d53ef2cd3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922383092,"stop":1724922383092,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"9bfe15b8a611ee21","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922383093,"stop":1724922383093,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fields are not dropped","uid":"298e646f41fd4ee0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922387360,"stop":1724922387362,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return all peers when numPeers is 0","uid":"f746e42b3192ebda","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922387837,"stop":1724922387838,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","uid":"34348e61883a16e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922387838,"stop":1724922387838,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","uid":"1355cbe9ca52df4b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922387838,"stop":1724922387839,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return only bootstrap peers up to maxBootstrapPeers","uid":"85006f9518066c4e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922387839,"stop":1724922387839,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary serialization","uid":"a06ba1b9aa55e047","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922388046,"stop":1724922388047,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"ab75d6009b0532cc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922388047,"stop":1724922388047,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Meta field set when metaSetter is specified","uid":"d785d1ebcd100383","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922388047,"stop":1724922388048,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"e38ccb126311fded","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922388048,"stop":1724922388048,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"8a6571541f369e21","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922388049,"stop":1724922388050,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"93368a7c23ce8184","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922388049,"stop":1724922388049,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"f4ca8f0d2f98491a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922388049,"stop":1724922388049,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"uses static shard pubsub topic instead of autosharding when set","uid":"8735a1d647fef6bc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922388050,"stop":1724922388050,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Accepts a valid Waku Message","uid":"f9b7bfcb9db8fb58","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922391231,"stop":1724922391232,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"a883252467c84a0c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922391232,"stop":1724922391233,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number matches available values","uid":"f893274355662786","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922398024,"stop":1724922398025,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns a subset of values when wanted number is lesser than available values","uid":"476e32721ad58f2d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922398026,"stop":1724922398027,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number is greater than available values","uid":"9e8b7ad1bf9975a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922398026,"stop":1724922398026,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"90af58f0050f54e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922398276,"stop":1724922398277,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"639fbd784ed11b42","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922398277,"stop":1724922398277,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"65f255398910597b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922398277,"stop":1724922398278,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"b77ed4ef0e52e392","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922398278,"stop":1724922398278,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is mis-prefixed","uid":"42b7565d4a35e5f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922398402,"stop":1724922398403,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should parse and verify and DNS root entry","uid":"e75c6f9e2c4de812","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922398402,"stop":1724922398402,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry signature is invalid","uid":"1819113f85a5da1d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922398403,"stop":1724922398403,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is malformed","uid":"ff259dd22aaeb3a3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922398404,"stop":1724922398404,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should parse a DNS tree entry","uid":"f46f477fe75f7e36","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922398404,"stop":1724922398404,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","uid":"14c8a1d3ace1612b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922398404,"stop":1724922398405,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (branch): should parse and verify a single component DNS branch entry","uid":"194b604423a7592e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922398405,"stop":1724922398406,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should error if DNS tree entry is misformatted","uid":"97df1ecd8ae2879a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922398405,"stop":1724922398405,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","uid":"2c5d39562c002cd1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922398406,"stop":1724922398406,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"9b17d9177a9fcb7d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922398918,"stop":1724922398919,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"2cd40fd1ce50a016","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922398919,"stop":1724922398919,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"aa3660c7a533115f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922398919,"stop":1724922398919,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"b6aff7b8c222de70","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922398920,"stop":1724922398920,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"1ed6371148eb1e5d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922398920,"stop":1724922398920,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"e3ea058527713f5f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922398920,"stop":1724922398920,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay capability","uid":"b5a5fffa779e6f2d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922398921,"stop":1724922398921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with store capability","uid":"41ccd65bb03671e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922398921,"stop":1724922398922,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay and store capability","uid":"88b0856daa31bde5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922398921,"stop":1724922398921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (2) when cannot fulfill all requirements","uid":"c6758088bfed03cb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922398922,"stop":1724922398922,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (3) when branch entries are composed of multiple strings","uid":"ddeed863c6beca95","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922398922,"stop":1724922398922,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","uid":"3d9674005a225a02","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724922398923,"stop":1724922398923,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","uid":"6cce17776e1ce311","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724922398923,"stop":1724922398923,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"7ffc52be0b135df0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922402861,"stop":1724922402861,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"11ecd54189dfdf34","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922402862,"stop":1724922402862,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"b6b9cd4572f6f03e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922402862,"stop":1724922402863,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"c00a4314ef8d39e2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922402863,"stop":1724922402863,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"fd14f031fa4aabef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922402863,"stop":1724922402863,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"1bec7c0d0b2916da","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922402863,"stop":1724922402864,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"da47c856eaa434c8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922402864,"stop":1724922402864,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should load peers from local storage and dispatch events","uid":"c087fafd713d8592","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922402864,"stop":1724922402864,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should update peers in local storage on 'peer:identify' event","uid":"b8c49a2ce64f6e2e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922402865,"stop":1724922402865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle corrupted local storage data gracefully","uid":"6cafa3e5cdcbbbf8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922402865,"stop":1724922402865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should add and remove event listeners correctly","uid":"93649fc70987b7df","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922402865,"stop":1724922402866,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, no signature]","uid":"7cd53eb5fc55618d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922408751,"stop":1724922408752,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"602c00187391e648","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922408753,"stop":1724922408754,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"f199781e8256943c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922408754,"stop":1724922408755,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"524902c40320d996","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922408755,"stop":1724922408756,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"867c3b811587e9db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922408756,"stop":1724922408756,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"e3bbccdd7a040855","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922408756,"stop":1724922408757,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"fd6407fb55b02ca0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922408757,"stop":1724922408757,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"6bd4144819ef9e24","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922409248,"stop":1724922409248,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"c82f2dd221a7a5d9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922409249,"stop":1724922409250,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"c6e5e0e8bbf29786","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922409249,"stop":1724922409249,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"c66b5a6a124a5673","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922409250,"stop":1724922409250,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"a74450ef0c93e832","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922410310,"stop":1724922410311,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, no signature]","uid":"cf91596769ad249d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922410310,"stop":1724922410310,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"649270fe6f4d65d9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922410311,"stop":1724922410311,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"70dc32c81df83759","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922410311,"stop":1724922410312,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"607d4c0669575d0c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922410312,"stop":1724922410312,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"76fd16ddcb1253bf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922410312,"stop":1724922410312,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"f565c2a5ec42a7a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922410313,"stop":1724922410313,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","uid":"ecd2ddd0332f70fd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922425592,"stop":1724922425595,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","uid":"d44fc5437296b23d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922425595,"stop":1724922425597,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:bootstrap` event when a peer is connected","uid":"d4e457df3d2257b1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922425597,"stop":1724922425598,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:peer-exchange` event when a peer is connected","uid":"97718009893323ff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922425598,"stop":1724922425599,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit events and trasition isConnected state when has peers or no peers","uid":"83c46f677e400336","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922425600,"stop":1724922425603,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be online or offline if network state changed","uid":"2af477ca4fc6e56f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922425603,"stop":1724922425604,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called at least once on all `peer:discovery` events","uid":"52262e4460fd5002","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922433167,"stop":1724922433167,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"fab7def87f0b475","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922433168,"stop":1724922433168,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","uid":"68628ff572e4f422","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922433169,"stop":1724922433169,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for peers with PEER_EXCHANGE tags","uid":"ddd8b5a0ab72b0cc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922433170,"stop":1724922433170,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for every peer with PEER_EXCHANGE tags","uid":"2905a6d7f24b352a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922433170,"stop":1724922433171,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"473fbd8c567988c0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922436968,"stop":1724922436969,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"2ffac1f6a799a5b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922436971,"stop":1724922436972,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"dcd96ba8baad1ddf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922436972,"stop":1724922436973,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"1bfba4e895c7058e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922436973,"stop":1724922436974,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"af7a11260edbbb1f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922437306,"stop":1724922437307,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"742955bd6c24c4e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922437306,"stop":1724922437306,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"dbd578a3ee935102","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922437307,"stop":1724922437311,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"d44b52cac44eee8d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922439098,"stop":1724922439098,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"7947d58104ffb65","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922439099,"stop":1724922439100,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"53bdf4656d789c5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922439099,"stop":1724922439099,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"78c4b51bd13a1ea6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922439100,"stop":1724922439100,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"feef3d0369c09bc6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922439100,"stop":1724922439100,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"8b512a0f82774432","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922439101,"stop":1724922439101,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"3e3e9e6ad67d0558","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922439101,"stop":1724922439101,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use DNS peer discovery with light client","uid":"51bf0c48f97d7e3a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724922439102,"stop":1724922439102,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","uid":"e37e75eaacf5b28b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724922439103,"stop":1724922439103,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"passes more than one ENR URLs and attempts connection","uid":"24110eec20e0a23e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724922439103,"stop":1724922439103,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"fd9df8b15714ade1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922465393,"stop":1724922465393,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"2ee483a20b68bb69","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922465394,"stop":1724922465394,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"171276ff386f569d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922465395,"stop":1724922465395,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"6bb170d07988c8d5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922465395,"stop":1724922465396,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"b3cd385c9526b1d3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922465396,"stop":1724922465397,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"8c40c86c27d26d2b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922465397,"stop":1724922465398,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"d3e457317b3febe6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922465398,"stop":1724922465399,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"6880bc512fad4294","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922465399,"stop":1724922465400,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"cbd96f835ae542da","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922465400,"stop":1724922465401,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:online` event only when first peer is connected","uid":"63faa0901b9f8cbf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922476373,"stop":1724922476374,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:offline` event only when all peers disconnect","uid":"f562a682d4554cd8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922476374,"stop":1724922476374,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return true after first peer connects","uid":"fd0f85aee7c8b223","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922476375,"stop":1724922476376,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` between 2 js-waku relay nodes","uid":"2147944fbaa5d6f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922476375,"stop":1724922476375,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"e6dd016781c33ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922476376,"stop":1724922476376,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return false after all peers disconnect","uid":"9fe094961cca0519","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922476376,"stop":1724922476376,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected between 2 js-waku relay nodes","uid":"1eda95604c7c6835","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922476377,"stop":1724922476377,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"9403c68c2ebcff72","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922485954,"stop":1724922485954,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"9121fbe76d8356d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922485955,"stop":1724922485955,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"d42a03eb299e7ef8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922485955,"stop":1724922485955,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"3a1b1325b94fe504","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922485956,"stop":1724922485956,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"e112fbb60fc82193","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922499927,"stop":1724922499928,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"aa50e2434aec3c48","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922499928,"stop":1724922499929,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"b0f86d5e8ce893c7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922499929,"stop":1724922499930,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"d8edc645ae42cc8f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922499930,"stop":1724922499931,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"de2bf4fa1c9fc4ca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922499935,"stop":1724922499935,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"ca42d4b1e3ed77ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922499935,"stop":1724922499936,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"1263f7371501e3fc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922499936,"stop":1724922499936,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"8591fad3e90a10fa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922499936,"stop":1724922499937,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"bf1cb6e1a373ac26","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922508634,"stop":1724922508635,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"2ce17db3b2eebd21","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922508635,"stop":1724922508636,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"a4239346f8966f2f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922508636,"stop":1724922508637,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on autosharded pubsubtopic","uid":"71f15a8e1a21f06","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922508637,"stop":1724922508638,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"f6b2899aa47d7bab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922508638,"stop":1724922508638,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"29a97e981a2f4d2e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922508638,"stop":1724922508639,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should fail to subscribe with decoder with wrong pubsubTopic","uid":"e49d8558054efdfc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922508639,"stop":1724922508639,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"2e9b4bddca43cadf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922508640,"stop":1724922508640,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"40071b716ed58add","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922508641,"stop":1724922508641,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"1c228878670c7b51","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922508641,"stop":1724922508642,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should fail to subscribe with decoder with wrong pubsubTopic","uid":"7675b91bb45699e9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922508642,"stop":1724922508642,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"2e6e7b11f1f330af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922535036,"stop":1724922535037,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping succeeds for all connected peers","uid":"eb1212c894e3a5c7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922535037,"stop":1724922535037,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping fails for unsubscribed peers","uid":"ffc149a3f7d3c14b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922535038,"stop":1724922535038,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Keep-alive pings maintain the connection","uid":"1ee4c0ce20475d5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922535038,"stop":1724922535048,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent ping failures","uid":"d318b4bf083977b6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922535049,"stop":1724922535049,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Tracks peer failures correctly","uid":"5a78a38547cd09de","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922535050,"stop":1724922535051,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","uid":"5a123919a1920902","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922535051,"stop":1724922535052,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent missed messages","uid":"d40c1ae414d5af9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922535052,"stop":1724922535053,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"3e4c8f8adb9a31ff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922536229,"stop":1724922536230,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"247d200431b27f77","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922536230,"stop":1724922536230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"f2db0bfaf8cacc2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922536230,"stop":1724922536230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"5c895b665200b9e5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922536231,"stop":1724922536232,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"2a0c933bf7ad098d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922536232,"stop":1724922536232,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"429c63902dc1b18e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922536233,"stop":1724922536233,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"7217450b24b8ff6f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922601837,"stop":1724922601838,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"d13aa0deaca4f109","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922601838,"stop":1724922601839,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"ec0a8b0c8290189b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922601838,"stop":1724922601838,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"e3af6120e35f9450","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922601839,"stop":1724922601839,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"b9503f9f228adfab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922601839,"stop":1724922601840,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"38092e9f15e48512","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922601840,"stop":1724922601840,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"b2af12cd71e31db0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922601840,"stop":1724922601840,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"47c75ec98b3ae092","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922601841,"stop":1724922601841,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"39d41961b2bc4785","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922601841,"stop":1724922601842,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"e87ff2c7e2f7b8ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922601841,"stop":1724922601841,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"7adf6acc89591d0f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922601842,"stop":1724922601843,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"83390503b2f75c0a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922601842,"stop":1724922601842,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"8007f3350aaff36a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922601843,"stop":1724922601843,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"d4736163a2fb5ce7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922601843,"stop":1724922601843,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"2d339aac9c2a4d7d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922601844,"stop":1724922601844,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"30ba2a2570181579","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922601844,"stop":1724922601844,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724922425216000000 ","uid":"a358e1d60872e26c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922601844,"stop":1724922601845,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724922425216 ","uid":"e78815666ea6e681","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922601845,"stop":1724922601846,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"e81f691c30719ef1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922601846,"stop":1724922601846,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"ad3498a533630040","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922601846,"stop":1724922601847,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"74d41e3b473bb7e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922601847,"stop":1724922601847,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"273f2a5624bab09d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922601855,"stop":1724922601855,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no pubsub topic is not received","uid":"e9076850ec540110","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922601856,"stop":1724922601856,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"28a14b166bc2e2b3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922601857,"stop":1724922601857,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"536cffe97ea031ac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922601857,"stop":1724922601857,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"e7a1a4e7c637199","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724922601858,"stop":1724922601859,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"fb85f557939571de","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922601858,"stop":1724922601858,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"2834995d6314f117","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724922601858,"stop":1724922601858,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"da145ecbd82880c5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611418,"stop":1724922611418,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect","uid":"e0b9b8ba4fa34957","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611419,"stop":1724922611419,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes don't connect","uid":"46b895b55d9357b3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611419,"stop":1724922611419,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect (autosharding)","uid":"45e98799f835bbad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611420,"stop":1724922611420,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect","uid":"1d2ef7e386fc6cae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611420,"stop":1724922611420,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect (autosharding)","uid":"d645963cd99c1aa3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611420,"stop":1724922611421,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect (autosharding)","uid":"b9c7286d7090a1c9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611421,"stop":1724922611422,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect (autosharding)","uid":"41a13c05ffe27bc4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611422,"stop":1724922611423,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"5bc56707bd01823e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611426,"stop":1724922611426,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","uid":"88775c664f2d04a9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611427,"stop":1724922611427,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","uid":"a408290d26888362","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611428,"stop":1724922611428,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","uid":"d23f26589611fc48","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611428,"stop":1724922611429,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","uid":"26cc861cdb0c06f4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611429,"stop":1724922611429,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"12139d36d0540a0b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611430,"stop":1724922611430,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","uid":"c9d0172847edd4a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611430,"stop":1724922611430,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","uid":"8fa6f27875793db3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611431,"stop":1724922611432,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","uid":"729ebd053dc5faf6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611431,"stop":1724922611431,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","uid":"5757dabe83f1e00e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611431,"stop":1724922611431,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"29d63a0ff0b75138","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611432,"stop":1724922611432,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","uid":"366921785147f963","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611432,"stop":1724922611433,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","uid":"818e97253c520e91","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611433,"stop":1724922611433,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","uid":"bae0c2b6c273bf6a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611433,"stop":1724922611433,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"1234bc9c2dea9b9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611434,"stop":1724922611434,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","uid":"90217f231214f929","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611434,"stop":1724922611434,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","uid":"bef091612c3f8185","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611435,"stop":1724922611436,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","uid":"22378403d1202d18","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611435,"stop":1724922611435,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","uid":"f87612ba98d8a7ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611435,"stop":1724922611435,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","uid":"91c30c8730a54146","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611436,"stop":1724922611436,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"7b0de83f936814df","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611437,"stop":1724922611437,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","uid":"82dac9f8881f46da","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611438,"stop":1724922611438,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","uid":"af8a00e418093fd1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611438,"stop":1724922611438,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","uid":"3a74d879a60fe35f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611438,"stop":1724922611439,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","uid":"e6c7f88506b2b531","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611439,"stop":1724922611439,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"8ec720e9c0f2ca88","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611440,"stop":1724922611440,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","uid":"3fb6dbc27d13f3ec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611440,"stop":1724922611440,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","uid":"92bf7a80c1e9295c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611441,"stop":1724922611441,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","uid":"4f0d2ccbf726c55c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611441,"stop":1724922611441,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","uid":"489eb25495ad600","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611442,"stop":1724922611442,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","uid":"1688fece7bf8b1f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611442,"stop":1724922611443,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"dd932d80ab4b827e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611442,"stop":1724922611442,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","uid":"947f0a5c299c900a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611443,"stop":1724922611443,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","uid":"c529ff290b2a6f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611443,"stop":1724922611443,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","uid":"cd89791feecb7a5a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611444,"stop":1724922611444,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","uid":"c13c693f1be866cb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922611444,"stop":1724922611444,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"7abc6fbbbfb15062","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922635345,"stop":1724922635346,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"1a24052723cb96dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922635346,"stop":1724922635346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"a5147b5dbdbd9b30","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922635346,"stop":1724922635346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"83db2f3fb9b759d9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922635347,"stop":1724922635347,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"c684741610b9fff1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922635348,"stop":1724922635349,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"706be224b53c320","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922635350,"stop":1724922635350,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"3f8956f16bbc5911","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922635350,"stop":1724922635350,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"7b1206d2d49d4783","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922635351,"stop":1724922635352,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"1f162d844838771f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922635351,"stop":1724922635351,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"ddf62635cb8859ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922635352,"stop":1724922635353,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"1778617ab696e9c2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922635353,"stop":1724922635353,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"9d8cc1c9ee7a46dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922635353,"stop":1724922635354,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"fe88af9582cb268e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922635354,"stop":1724922635354,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"160c4402d59bbaad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922635354,"stop":1724922635354,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"ae402b6c55e8900f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922635354,"stop":1724922635355,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"29256032f603d5a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922635355,"stop":1724922635356,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"f87d6edbc4e62a8a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922635355,"stop":1724922635355,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"d826104d268accf1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922635356,"stop":1724922635356,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"ecc855c705f308b2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922635356,"stop":1724922635356,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"c12dac16b4d8eb18","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922635357,"stop":1724922635357,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"d583a455d8dd8fdf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922635357,"stop":1724922635358,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"c736312a3a55b34d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922635357,"stop":1724922635357,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"1959c48fdc65e079","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922635358,"stop":1724922635358,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"69be794e460fa860","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922635358,"stop":1724922635359,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"6f78e24ffc3b2a25","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922635358,"stop":1724922635358,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"67cf138d5e1adb6f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922635359,"stop":1724922635359,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"bbd096e4aad9c38a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922635359,"stop":1724922635360,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"36e3f645aab20b3b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922635360,"stop":1724922635360,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from multiple nwaku nodes","uid":"aa340ee2e7f0031c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922635360,"stop":1724922635360,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"776b8b391cf32a00","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922647829,"stop":1724922647830,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"67d9b458033f401c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922647830,"stop":1724922647831,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"6a92b9202868bf11","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922647831,"stop":1724922647834,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"60a7015b56047cdb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922647834,"stop":1724922647834,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"35dfdbda77fa59d6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922647835,"stop":1724922647835,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"876ac122f8576b38","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922647835,"stop":1724922647835,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"cfb188e5e45e2fe0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922647836,"stop":1724922647836,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"bc04a5919fa31595","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922647836,"stop":1724922647836,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"29a195dc8ad17595","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922647837,"stop":1724922647842,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"35748186bee95b2b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922647837,"stop":1724922647837,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"86270874ee483bed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922647837,"stop":1724922647837,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"2c584da8868198ea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922647842,"stop":1724922647843,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 0 connections","uid":"7e2e621b99b94965","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922661624,"stop":1724922661625,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 0 connections","uid":"65e2d4fa8dc9b0e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922661625,"stop":1724922661635,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 1 connections","uid":"c7df2d43b4170cb7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922661636,"stop":1724922661636,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 1 connections","uid":"5b3aa10343e67fc7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922661637,"stop":1724922661638,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 2 connections","uid":"50fee164ddb7b660","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922661638,"stop":1724922661641,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 2 connections","uid":"629d9752713e9033","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922661641,"stop":1724922661642,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 3 connections","uid":"8f80a4d2c581ac27","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922661642,"stop":1724922661644,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 3 connections","uid":"b8dd82888d183c95","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922661651,"stop":1724922661652,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"fe8127b02ecbe536","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922675552,"stop":1724922675552,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Failed peers are renewed","uid":"6edc9ff1e0e80a73","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922675552,"stop":1724922675552,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"cd896b161aea6fa8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922727644,"stop":1724922727644,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"cda1efeb383a3fd4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922727645,"stop":1724922727645,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"4c8c857a6d7a2a77","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922727645,"stop":1724922727645,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"f514b9cffa578416","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922727645,"stop":1724922727646,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"471133ac79ad6d96","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922727646,"stop":1724922727646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"d5811604d74d3628","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922727646,"stop":1724922727646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"79072e9c30a3b82f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922727647,"stop":1724922727647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"ad1833cfea905abe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922727647,"stop":1724922727647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"107fa4234806a721","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922727648,"stop":1724922727648,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"fa0de4956879dfee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922727745,"stop":1724922727746,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"4c8039e9b4b145f5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922727746,"stop":1724922727747,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receiving a ping from a peer does not overwrite shard info","uid":"57963b4423ccc1c5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922771081,"stop":1724922771082,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"PeerStore has remote peer's shard info after successful connection","uid":"815126b70f3c2a7d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922771081,"stop":1724922771081,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"60248aa76c8f7e78","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922771082,"stop":1724922771082,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"2a16aac43daae87b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922771082,"stop":1724922771082,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect","uid":"8c821fad76fb1c2c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922771083,"stop":1724922771083,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect","uid":"cfea0fd8d627baaf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922771083,"stop":1724922771083,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"8a8dcddf9dd94365","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922775985,"stop":1724922775986,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"980c28369017adb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922775986,"stop":1724922775987,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"58caa049fedd53e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922776072,"stop":1724922776072,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","uid":"dcc1d3023e92b082","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922778322,"stop":1724922778322,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","uid":"be16419b9ccbe288","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922778323,"stop":1724922778323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","uid":"af4ef0073c9c634c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922778324,"stop":1724922778324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","uid":"5088150c2e77cf36","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922778324,"stop":1724922778324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"285ae503ceb67978","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922778325,"stop":1724922778326,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","uid":"26e66f5fc364fe20","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922778325,"stop":1724922778325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","uid":"67981c706f464a87","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922778326,"stop":1724922778326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","uid":"baa1defb4079dff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922778326,"stop":1724922778326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","uid":"b77e68ddbf39f6ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922778327,"stop":1724922778327,"duration":0},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"66abdc2155897ab0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922778327,"stop":1724922778327,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","uid":"4ec332a170e9e88e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922778327,"stop":1724922778328,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","uid":"14df5570ad0869cb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922778328,"stop":1724922778328,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","uid":"f9f886dec9f9c48f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922778329,"stop":1724922778330,"duration":1},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"6ea9627fa79b007e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922778330,"stop":1724922778330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","uid":"8c0f93ef3808c25d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922778330,"stop":1724922778331,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","uid":"18341ffa04009375","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922778330,"stop":1724922778330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update multiaddrs","uid":"2b1277d908567749","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922778645,"stop":1724922778646,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update shard info","uid":"e42ed0e7992973fb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922778646,"stop":1724922778646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"6a87c4e567d132e9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845232,"stop":1724922845233,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"e4cbc36610d846d2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845232,"stop":1724922845232,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"a3c3a10d741fd3fe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845233,"stop":1724922845234,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"c8ebf5fb4bd2fbc5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845233,"stop":1724922845233,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"b80441ff0ce30c67","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845234,"stop":1724922845234,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"714b5de8758edf11","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845234,"stop":1724922845235,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"2a6161d4c7daa4b0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845235,"stop":1724922845235,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"2c44eb3904dd77f0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845235,"stop":1724922845235,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"e54a64ad38ffc537","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845236,"stop":1724922845236,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"1c2b43d7465f171a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845236,"stop":1724922845236,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"96f4f0fba43c7204","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845236,"stop":1724922845237,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"66582069e3c9fa8f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845237,"stop":1724922845238,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"2ed0033673889594","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845237,"stop":1724922845237,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"b4959e54bcd3e472","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845238,"stop":1724922845239,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"c6648e0f7813e7d7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845238,"stop":1724922845238,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"db89ff85c95a4f70","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845239,"stop":1724922845240,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724922424872 ","uid":"f7408a3ff925bc79","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845240,"stop":1724922845242,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724922424872000000 ","uid":"44f805706e67a32d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845240,"stop":1724922845240,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"a2d334fa481fb89f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845242,"stop":1724922845243,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"ee5cbc79eda0038f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845242,"stop":1724922845242,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"db1b666e92f70ab7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845243,"stop":1724922845244,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"9432b85216ab3417","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845243,"stop":1724922845243,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"25dd79f949f169d8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845244,"stop":1724922845245,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"4a4141521ff1c5b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845245,"stop":1724922845246,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"70edc609aedd7b10","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724922845246,"stop":1724922845246,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"49afcbfedd54a6c4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724922845246,"stop":1724922845247,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"45891c471a406ac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845246,"stop":1724922845246,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"c8b96f717e55818","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845248,"stop":1724922845248,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"6e82dcb0f65b3d9a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845248,"stop":1724922845248,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"50d52e808e02da74","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845249,"stop":1724922845249,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"a97662633624bf45","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845249,"stop":1724922845249,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"20d291524709edfb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845250,"stop":1724922845250,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"bd94693a74597dbe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845250,"stop":1724922845251,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"c97917053af1a77a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845251,"stop":1724922845252,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"322a4a8ff57b83bb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845253,"stop":1724922845253,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"44f7ae3aefe8ea14","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845253,"stop":1724922845254,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"c87bb66091f15b51","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845254,"stop":1724922845256,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"8f6cfb4874fbfcef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845254,"stop":1724922845254,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"74c1e9b12390fe0d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845257,"stop":1724922845257,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"9e2a8996329493d1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845257,"stop":1724922845257,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"cb5ce472ab29ce2a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845258,"stop":1724922845258,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"5807da6c2bb5a9dd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845258,"stop":1724922845259,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"c8b8fe48a7cede5b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845258,"stop":1724922845258,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724922424872 ","uid":"ef61a545f5854806","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845259,"stop":1724922845259,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724922424872000000 ","uid":"e59cc252ab26ff58","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845259,"stop":1724922845259,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"85e215a429631e0e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845259,"stop":1724922845260,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"6febf30034257f8a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845260,"stop":1724922845260,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"ca77ac72f4afb07b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845261,"stop":1724922845261,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"baddbcb496fc4aa5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845262,"stop":1724922845262,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"36b9ef555ff0fa9e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845262,"stop":1724922845262,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"a6ef23539bb31a92","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845262,"stop":1724922845263,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"dd91eca78e74b912","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724922845263,"stop":1724922845264,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"f7db6da56468a4d8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922845263,"stop":1724922845263,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"7f68708a3ed8fdfd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724922845264,"stop":1724922845264,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connected peers and dial","uid":"f3a7f71976c747bf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724922845653,"stop":1724922845654,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"b881a0e06d72a552","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724922845654,"stop":1724922845654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"c3718597f635f655","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724922845654,"stop":1724922845654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"4313fc3879caeb60","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724922845654,"stop":1724922845654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"66cae6a96bc7040f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922849122,"stop":1724922849123,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"5e40ca23f7048dda","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922849123,"stop":1724922849123,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"b9661ff0d6d75ce8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853902,"stop":1724922853903,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"95e075ddf9bc4406","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853903,"stop":1724922853904,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"78a0e9de9c90b1f3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853904,"stop":1724922853905,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"6085a3baa5dc1076","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853905,"stop":1724922853906,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"976172f62ce6eb1b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853906,"stop":1724922853907,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"293d9083c50794ad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853907,"stop":1724922853908,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"5df6a34988c0cb5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853908,"stop":1724922853908,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"416608463c7bd228","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853909,"stop":1724922853910,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"eccd8df0aba7f0fb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853909,"stop":1724922853909,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"160c7b57227e9446","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853909,"stop":1724922853909,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"33987d970777a3a5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853910,"stop":1724922853911,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"5194f956330f3760","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853910,"stop":1724922853910,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"d5291c36bf28461e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853911,"stop":1724922853911,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"62170088d5c8704a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853912,"stop":1724922853913,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with unicode special characters payload","uid":"2c810151d293768d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853912,"stop":1724922853912,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"b82a234687ff32dd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853912,"stop":1724922853912,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Throws when trying to push message with empty payload","uid":"99c03f6cf3637f20","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853913,"stop":1724922853914,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"4f9d2844af043209","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853913,"stop":1724922853913,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"10a09bb848e47b89","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853914,"stop":1724922853914,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing long","uid":"5dbcac7b9f5584f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853914,"stop":1724922853915,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"b04c4681d0b835fd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853915,"stop":1724922853916,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing special chars","uid":"11ff86f6482e0a19","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853916,"stop":1724922853916,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"bfa55e37d350a3f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853917,"stop":1724922853918,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"c36c0636545c21e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853917,"stop":1724922853917,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing SQL Injection","uid":"2407092dded2803d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853918,"stop":1724922853919,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"ce7766b69bbe4c3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853918,"stop":1724922853918,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"17fd057c1dc12662","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853919,"stop":1724922853920,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"2b64c5d5055d9dfa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853920,"stop":1724922853921,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"cef50c0b19f5cefc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853921,"stop":1724922853922,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Basic HTML tag","uid":"bf553fb0bed135f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853921,"stop":1724922853921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"c1118bb4f7c8c334","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853922,"stop":1724922853922,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing unicode special characters","uid":"6186bda730d95972","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853923,"stop":1724922853927,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"1ff6e12504b56218","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853923,"stop":1724922853923,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"c1e05836685e7b5e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853927,"stop":1724922853927,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"87e52898974ddddc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853927,"stop":1724922853927,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"4b92ebeecc728965","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853928,"stop":1724922853928,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"431cd0fc8abf78e7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853928,"stop":1724922853928,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"caaf5c588309087c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853928,"stop":1724922853929,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1724919061821","uid":"72b7dfdeb08953dd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853929,"stop":1724922853930,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1694164261821","uid":"820ba3a3fe6dca3b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853929,"stop":1724922853929,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"440ab7ca56261d79","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853930,"stop":1724922853930,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1724926261821","uid":"f4c72abd769ae870","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853930,"stop":1724922853930,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"7df2b594fad017f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922853931,"stop":1724922853931,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"57dc263271b9f1c6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922862332,"stop":1724922862333,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/2 topic","uid":"331a29e30272d913","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922862333,"stop":1724922862333,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"11096621b38a938b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922862333,"stop":1724922862333,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/1 topic","uid":"ce2655f8bd23e58f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922862334,"stop":1724922862334,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/0 topic","uid":"7d8aac099f77b4d1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922862334,"stop":1724922862335,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","uid":"60aac3e245ba2bcc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922862334,"stop":1724922862334,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"b8af958e8f942f15","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922862335,"stop":1724922862335,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","uid":"bd05c9fe1fc98cbf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922862335,"stop":1724922862335,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"7464a1f506d9d5c0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922865535,"stop":1724922865536,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"new peer added after a peer was already found","uid":"8f2e7ee3d5894e3d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724922865536,"stop":1724922865536,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"67b3de498fefaac6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724922865536,"stop":1724922865536,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"7c221b2623071e2d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922865536,"stop":1724922865537,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"58d14de1eb2d13bb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922866492,"stop":1724922866492,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"ad8d733128d379b9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922866492,"stop":1724922866492,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"9c8c35ace55d3902","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922866493,"stop":1724922866493,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"e0de632ecd3df7ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922866493,"stop":1724922866493,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"5fa8806e300dd930","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922887520,"stop":1724922887520,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"2b45b47bc6d16d29","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922887521,"stop":1724922887522,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"8dfd8fc4cf4e2334","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922887521,"stop":1724922887521,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"13e10dd5d3614e73","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922887521,"stop":1724922887521,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"6c6002448607312b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922887522,"stop":1724922887523,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"438d48c123d59373","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922887522,"stop":1724922887522,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"fa3b551d7af93ad4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922887523,"stop":1724922887523,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"9cf654fe6a0db836","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922887524,"stop":1724922887524,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"85f46176006565b3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922887524,"stop":1724922887524,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"c812465bfbc9f25b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922887524,"stop":1724922887525,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Basic HTML tag","uid":"43b1ea214579a6c0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922887525,"stop":1724922887525,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"7732ef15cef4fdf0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922887525,"stop":1724922887526,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"40ac64ac740f6188","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922887526,"stop":1724922887526,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"6830634956ddb0fa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922887526,"stop":1724922887526,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"82544a614990ac0e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922887527,"stop":1724922887528,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing unicode special characters","uid":"5accda8e53f9e34","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922887527,"stop":1724922887527,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","uid":"a5af398198c14133","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922887528,"stop":1724922887529,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Thu Aug 29 2024 08:14:22 GMT+0000 (Coordinated Universal Time)","uid":"2ad2cc2b22f4e169","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922887529,"stop":1724922887530,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Fri Sep 08 2023 09:14:22 GMT+0000 (Coordinated Universal Time)","uid":"ba7b4dbaef9deee3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922887529,"stop":1724922887529,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Thu Aug 29 2024 10:14:22 GMT+0000 (Coordinated Universal Time)","uid":"c979c5bd8a182114","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922887530,"stop":1724922887531,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"45907538284faa9c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922887531,"stop":1724922887531,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong content topic","uid":"5f180218b159b91d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922887532,"stop":1724922887532,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong pubsubtopic","uid":"ac8e59357473049f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922887532,"stop":1724922887533,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with empty text","uid":"545ac110a849dbc4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922887532,"stop":1724922887532,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with size larger than 1 MB","uid":"5bad8184d184ec1d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922887533,"stop":1724922887533,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after service node is restarted","uid":"9b18f8cf216f1668","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724922887534,"stop":1724922887534,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"2a2ecab7346992e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922887534,"stop":1724922887535,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after client node is restarted","uid":"bdb8aa222f5c99c8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724922887534,"stop":1724922887534,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"8584a697b55ac989","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922887535,"stop":1724922887535,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"9b16bac1bcec2cde","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922890064,"stop":1724922890065,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"b51bfe5c6f291e81","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922890065,"stop":1724922890066,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"28d390ac3dbe34d9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922890066,"stop":1724922890067,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"c9919ab5bb5b49fb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922890066,"stop":1724922890066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"44ba7462db7883ec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922890067,"stop":1724922890067,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"caa69e455b012802","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922890067,"stop":1724922890068,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"942e3a0fd98fd143","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922890068,"stop":1724922890068,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"a198dee6911b2261","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922891482,"stop":1724922891482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"8a6e2a213942948","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922891482,"stop":1724922891483,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"cc9e9e74fd6ce932","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922891483,"stop":1724922891483,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"44e74ecf485e9038","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922891484,"stop":1724922891484,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish 10000 messages on the same topic","uid":"1380c4568e7e53e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922891484,"stop":1724922891485,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish messages on 2 different content topics","uid":"67df3dc8fb95e430","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922891485,"stop":1724922891485,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe one by one to 100 topics and publish messages","uid":"b9feb206aa3f02e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922891486,"stop":1724922891486,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe at once to 10000 topics and publish messages","uid":"4a91e8ea60f8a994","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922891486,"stop":1724922891486,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and publish message","uid":"59174e6e0e1f9059","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922891487,"stop":1724922891487,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"23d02318e609c6f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724922891487,"stop":1724922891487,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"91570957d2700f50","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1724922891487,"stop":1724922891487,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and publish message","uid":"a4c547430ed8f30","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922891488,"stop":1724922891489,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and publish message","uid":"4fdf5e8cec4f259","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922891488,"stop":1724922891488,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and publish message","uid":"ddebfa69136924e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922891488,"stop":1724922891488,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and publish message","uid":"41e9ff91ff709241","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922891489,"stop":1724922891489,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and publish message","uid":"907bd9f8933676d4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922891489,"stop":1724922891490,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and publish message","uid":"31e9647c8db518d4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922891490,"stop":1724922891491,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and publish message","uid":"411b23e5d301e2a6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922891490,"stop":1724922891490,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and publish message","uid":"b6a6173beaf6209b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922891490,"stop":1724922891490,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and publish message","uid":"f86fc0a1e48afc1f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922891491,"stop":1724922891491,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and publish message","uid":"b1c7199775d08a59","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922891492,"stop":1724922891493,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and publish message","uid":"f51a56542fadd373","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922891492,"stop":1724922891492,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and publish message","uid":"b303f5567fc99e77","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922891492,"stop":1724922891492,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and publish message","uid":"c1e13910cac9b681","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922891493,"stop":1724922891494,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and publish message","uid":"24b830ab7b73f55f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922891493,"stop":1724922891493,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and publish message","uid":"7556d1c3b6c8d8b2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922891494,"stop":1724922891494,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"b39d074f2049917f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922906438,"stop":1724922906438,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app3/5/topic663/json","uid":"db3f9eddbc0df382","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922906439,"stop":1724922906439,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"9c5e338f300bc737","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922906439,"stop":1724922906439,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app87/9/topic894/json","uid":"9cd2ad57b835c0cd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922906439,"stop":1724922906440,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app2/1/topic516/proto","uid":"f2f9fcc2540c1b67","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922906440,"stop":1724922906441,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app48/1/topic90/proto","uid":"f80421c59d21ad23","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922906440,"stop":1724922906440,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app40/8/topic200/test.js","uid":"54c8e22b252af5eb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922906441,"stop":1724922906441,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app97/8/topic494/xml","uid":"20ef819cb6511bb1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922906441,"stop":1724922906441,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app61/9/topic514/xml","uid":"1f05126ed42955e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922906442,"stop":1724922906443,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app96/7/topic650/test.js","uid":"681698fbb618f5d8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922906442,"stop":1724922906442,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app33/7/topic704/proto","uid":"3115162d3dcb8438","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922906442,"stop":1724922906442,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app28/9/topic265/json","uid":"f4432f83ac9a4cf1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922906443,"stop":1724922906443,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"4740b78f9e974df9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922906444,"stop":1724922906444,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"c27beae0f511b3c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922906445,"stop":1724922906446,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple content topics","uid":"d08a591a0a452d5b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922906445,"stop":1724922906445,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"794f199154f87e48","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922906446,"stop":1724922906446,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"39d15b285871289f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921438,"stop":1724922921439,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"957b9d1f78828c29","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921439,"stop":1724922921440,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"a472365c2eb96e05","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921440,"stop":1724922921441,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"8dd442e5ad56f0bf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921441,"stop":1724922921442,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"96e901a7d2d8843","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921443,"stop":1724922921444,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"e6a7842c55046bba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921444,"stop":1724922921445,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"6e5ac197c86d3259","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921445,"stop":1724922921446,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"b2afd7abd7f2e393","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921446,"stop":1724922921447,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"681132e837290822","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921447,"stop":1724922921448,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"6669e9f8abefdaf0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921448,"stop":1724922921449,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"389493f5c6a0a339","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921449,"stop":1724922921450,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"7aea92151da7209b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921450,"stop":1724922921451,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"a5c3661ae17de006","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921452,"stop":1724922921461,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"49ff91763dcf28d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921462,"stop":1724922921463,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"384621b5b63244fb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921463,"stop":1724922921463,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with unicode special characters payload","uid":"46e919eee660ab40","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921463,"stop":1724922921463,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Throws when trying to push message with empty payload","uid":"e562832d2744b6f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921464,"stop":1724922921464,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"e94f85b7b85302eb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921464,"stop":1724922921464,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"e10fb068f54eb2aa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921464,"stop":1724922921465,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing special chars","uid":"dd3b0df4dba22c2c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921466,"stop":1724922921467,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing long","uid":"f15ca01d7ff3e315","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921466,"stop":1724922921466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"e19093c039b0af5d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921466,"stop":1724922921466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"6463bcb026f8e450","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921467,"stop":1724922921468,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"f918ca8cf0f7b53b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921467,"stop":1724922921467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing SQL Injection","uid":"17ccfbfcb6b4824b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921468,"stop":1724922921468,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"4a8974dcf88d7ce8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921468,"stop":1724922921469,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"5dbe23fe23a94c7a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921468,"stop":1724922921468,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Basic HTML tag","uid":"84859c439b6fdaf7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921469,"stop":1724922921469,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"1aae14c8c7668339","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921469,"stop":1724922921469,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"b924193b20aa7ea5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921470,"stop":1724922921470,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"8f6cde5c8b4e6cb3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921470,"stop":1724922921471,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"a302a6a9c56795c6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921470,"stop":1724922921470,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"a9b2a569281431e2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921471,"stop":1724922921471,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing unicode special characters","uid":"d2672a33265fcb69","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921471,"stop":1724922921471,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"9e1c5febdb27411d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921472,"stop":1724922921473,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"ec028e33e0a411fa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921472,"stop":1724922921472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"9ac6dde90f9f5838","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921472,"stop":1724922921472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"83339b303d487a96","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921473,"stop":1724922921473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1694164235572","uid":"582dfa3cccad9abd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921473,"stop":1724922921473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1724926235572","uid":"c8a231eb16c634eb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921474,"stop":1724922921475,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1724919035572","uid":"35e0cdaf6f7f4f6c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921474,"stop":1724922921474,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"aaada347bce8a430","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921475,"stop":1724922921476,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"4ade1addac00b73c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922921475,"stop":1724922921475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 2 index when there are 4 messages","uid":"3e4886f33fa1f812","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922928883,"stop":1724922928885,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 0 index when there are 20 messages","uid":"dbf4513184c70f0b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922928885,"stop":1724922928885,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 20 messages","uid":"3fdf882f071ab969","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922928886,"stop":1724922928886,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 10 index when there are 40 messages","uid":"2223493fad5eb9c7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922928886,"stop":1724922928886,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 50 messages","uid":"7d2fec699c4b78b3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922928887,"stop":1724922928887,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 110 index when there are 120 messages","uid":"54da24e16e3eb316","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922928887,"stop":1724922928887,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"fdbab14f4d50a5b6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922928888,"stop":1724922928889,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"99991fb8b7ca31d7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922928888,"stop":1724922928888,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing invalid cursor","uid":"66d4b1d304693f68","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922928888,"stop":1724922928888,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"shard 0","uid":"fda92576a082a979","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922946228,"stop":1724922946228,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"33990a37cc275bf6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922946228,"stop":1724922946229,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 488, Shard ID: 866","uid":"f0257f173a3aec65","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922946229,"stop":1724922946229,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 738, Shard ID: 941","uid":"8ef49d46ca68e36c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922946229,"stop":1724922946229,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 353, Shard ID: 920","uid":"cacf58ad4dc37b41","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922946230,"stop":1724922946230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 972, Shard ID: 12","uid":"f6da6febea261f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922946230,"stop":1724922946230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 863, Shard ID: 723","uid":"f0d969d20cfc1c3f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922946231,"stop":1724922946231,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 629, Shard ID: 80","uid":"5db5d1ce707e808a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922946232,"stop":1724922946232,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 473, Shard ID: 106","uid":"6b1c034a2b9ab6db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922946233,"stop":1724922946239,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 196, Shard ID: 965","uid":"1becda66ef2c4651","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922946233,"stop":1724922946233,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 7, Shard ID: 766","uid":"22c47c8710bd5f7b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922946240,"stop":1724922946241,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 243, Shard ID: 847","uid":"25019e55d0c5642e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922946241,"stop":1724922946242,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple pubsub topics","uid":"b36c722cb031b7d5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922946243,"stop":1724922946243,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"27b396409641a6a6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922946243,"stop":1724922946244,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty shard should fail","uid":"2a4e3a8b0906f2f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922946245,"stop":1724922946245,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"a5edb63e70770677","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922950819,"stop":1724922950820,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"24fec490d5804f17","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922950820,"stop":1724922950820,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"8fa8ff9af5df6be7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922950820,"stop":1724922950820,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"3186a21613dd57f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922950821,"stop":1724922950822,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"9f10ff01aebc4bff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922950821,"stop":1724922950821,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"5d4c1f97a6c7d141","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922950821,"stop":1724922950821,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"e5cf2f429fbf96ea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922950822,"stop":1724922950822,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No message returned","uid":"224968e1ebd0b83b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922950822,"stop":1724922950822,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"8251c9d3decc89e9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922950822,"stop":1724922950823,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"a415b581fcc6cc0c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922950823,"stop":1724922950824,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"afaee155ca90d5f1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922950823,"stop":1724922950823,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No message returned","uid":"5916c6ee4db38f4a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922950824,"stop":1724922950824,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"c86ce5dbc7fad4dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922966283,"stop":1724922966283,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"c3cd6b6150a1fcc7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922966283,"stop":1724922966283,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"6495f8e030499122","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922966284,"stop":1724922966284,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"ffaf797dcef793fa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922966284,"stop":1724922966285,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"17863a4548a9062e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922966285,"stop":1724922966286,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"7d5829f6ee2d9376","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922966286,"stop":1724922966286,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"46e435eff677228f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922966286,"stop":1724922966286,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"c7d0fb0fc954cb1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922966287,"stop":1724922966287,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"92d03a28d973da7d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922966287,"stop":1724922966287,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - true","uid":"7aea3efd70e2e3ff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922966703,"stop":1724922966704,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - true","uid":"a96fc9eafa38e91","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922966704,"stop":1724922966705,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - false","uid":"f5c8481d62d0d615","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922966704,"stop":1724922966704,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - true","uid":"980238336f0b5e4c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922966705,"stop":1724922966705,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - false","uid":"a0cb55207c2189d3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922966705,"stop":1724922966705,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - false","uid":"a1b9e3703ad06548","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922966706,"stop":1724922966706,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different message text format","uid":"eb080975fc4393f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922971797,"stop":1724922971798,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"1437e6e6c6f30c40","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922971797,"stop":1724922971797,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with multiple decoders","uid":"3945f6963ef94102","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922971798,"stop":1724922971798,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different content topic format","uid":"c588eeb3eb167c92","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922971798,"stop":1724922971799,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise, aborts when callback returns true","uid":"da236dc1c318d1e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922971799,"stop":1724922971800,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"4f0454b0ae62aea0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922971799,"stop":1724922971799,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"c3e2a2c499f4eabd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922971800,"stop":1724922971800,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered callback, aborts when callback returns true","uid":"ac52063cefd4cfa1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922971800,"stop":1724922971800,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"c3ac5c8742c5ea90","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922971801,"stop":1724922971801,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is true","uid":"7e8e4d9798983d1d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922982488,"stop":1724922982488,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is false","uid":"4563b7165ab2b2a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922982488,"stop":1724922982488,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is true","uid":"be24130224ca4003","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922982488,"stop":1724922982489,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is false","uid":"748b03037216d6ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922982489,"stop":1724922982489,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 0 when there are 110 messages","uid":"c9f7495dfa1d937","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922983779,"stop":1724922983780,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 1 when there are 4 messages","uid":"9713e188a70d6fe7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922983780,"stop":1724922983781,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 3 when there are 20 messages","uid":"aa97f6aa7003019e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922983781,"stop":1724922983782,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 10 when there are 10 messages","uid":"addb6c8332fb7e11","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922983782,"stop":1724922983783,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 19 when there are 20 messages","uid":"d8ab9c3464e594f5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922983783,"stop":1724922983784,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 11 when there are 10 messages","uid":"303707e04cfbedf0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922983783,"stop":1724922983783,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 110 when there are 120 messages","uid":"32cff420de5154cf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922983784,"stop":1724922983784,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"520aeb4087374750","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922983784,"stop":1724922983785,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"80b478932d3aadc2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922984602,"stop":1724922984603,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"9f0ce0d57d487d6c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922984603,"stop":1724922984603,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"cc15f05d36d8c41a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922984605,"stop":1724922984606,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"4e2bf56770daf9e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922998982,"stop":1724922998983,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"51fdbbdbb12b5332","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922998983,"stop":1724922998984,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Does not throw an exception when node disconnects","uid":"ba7a7785f2cd6b55","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922998983,"stop":1724922998983,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"53d863d936b7a7bd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922998984,"stop":1724922998985,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"a20799840c672a87","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922998984,"stop":1724922998984,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"3e8f329d417fe91","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922998985,"stop":1724922998986,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","uid":"da75751be5b1f918","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922999264,"stop":1724922999265,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","uid":"e80398954471faee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922999265,"stop":1724922999266,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","uid":"8a0cc8d9f58c5fa2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922999266,"stop":1724922999266,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","uid":"9fa3b4744d6b5d6c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922999267,"stop":1724922999267,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","uid":"6a75ce588d3b1141","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922999268,"stop":1724922999269,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","uid":"98d5a4c6d9df22e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922999268,"stop":1724922999268,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","uid":"c97af327e35de383","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922999269,"stop":1724922999270,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: -20000 ms from now","uid":"5a07566848db0651","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922999270,"stop":1724922999271,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: 40000 ms from now","uid":"41e96f660794c9f1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724922999271,"stop":1724922999271,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"328c39bbf1f72fdf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923008734,"stop":1724923008734,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"bcc6db9d9295415a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923008734,"stop":1724923008735,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"cd5b073e35466bbf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923008734,"stop":1724923008734,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"b3233317665cfd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923008735,"stop":1724923008735,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"ce8e942cb56041b6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923008736,"stop":1724923008736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"f00c1c56a21b7e13","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923008736,"stop":1724923008736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"ded7c4e9d357a088","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923008737,"stop":1724923008737,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"4192bcff687f9c42","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923008737,"stop":1724923008737,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"f13cba270661ad29","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923008738,"stop":1724923008738,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"77292f6ffec00746","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012457,"stop":1724923012457,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"521fefe24e36fcff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012458,"stop":1724923012459,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"f722752192e943d1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012458,"stop":1724923012458,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"ea662394ca82b057","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012458,"stop":1724923012458,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"35904c8b970cb9cf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012459,"stop":1724923012459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"ada14c026c6c6a1a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012459,"stop":1724923012460,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"3343a0fc1709414e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012460,"stop":1724923012460,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"35d8c61d65084210","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012460,"stop":1724923012461,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"af002a9e604dcb80","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012460,"stop":1724923012460,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"7a04a994f7e4bb7a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012461,"stop":1724923012461,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"accca850c73809bd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012461,"stop":1724923012461,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"ac9f9bf798e592fb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012462,"stop":1724923012462,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"28006613a6d39f0b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012462,"stop":1724923012462,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"31aa057e9e1c0767","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012462,"stop":1724923012462,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"3fd5849990af6ea2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012463,"stop":1724923012463,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"e40cadb57c37bddc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012463,"stop":1724923012464,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"10e0b7b364f8be79","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012463,"stop":1724923012463,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"6c2fdbc263d58d1c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012464,"stop":1724923012465,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"41c6afebc1c051cf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012464,"stop":1724923012464,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"48f34908e85b9720","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012464,"stop":1724923012464,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"977e07766c3875f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012465,"stop":1724923012466,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"7c844a2dddd7c339","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012466,"stop":1724923012467,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"4f666b7b6f05e301","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012466,"stop":1724923012466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"efe3eecde92933b7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012466,"stop":1724923012466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"4023d2b8ca85176a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012467,"stop":1724923012467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"db8ae1879c344e6d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012467,"stop":1724923012467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"7616c6abae9bb00f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012468,"stop":1724923012468,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"71144925e22e27ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012468,"stop":1724923012469,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"ed6c592ee6d14ab2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012469,"stop":1724923012469,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"a292bae5ff215274","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012470,"stop":1724923012471,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"17fcef00fb3e3b99","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012471,"stop":1724923012472,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"1c58a994123222de","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012472,"stop":1724923012473,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"c8d2367a0795d006","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012472,"stop":1724923012472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"1cec41a743122379","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012473,"stop":1724923012473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"2227eca611fb7f03","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012473,"stop":1724923012474,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"2cb916a54b02e947","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012474,"stop":1724923012474,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"1eaf73570946865","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012475,"stop":1724923012475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"ec04f7a61da5119","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012475,"stop":1724923012475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"a6bb7e3b51d11ac7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012476,"stop":1724923012476,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"5c0c55e9c7f627e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012476,"stop":1724923012476,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"63df0c6f78fd4343","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012477,"stop":1724923012477,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"662116d715b5dd05","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012477,"stop":1724923012477,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"6483b878d0780578","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012478,"stop":1724923012478,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"d56843242e8548e7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012478,"stop":1724923012478,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"1593b67437f63101","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012478,"stop":1724923012479,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"dd155d4cfebdb4a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012479,"stop":1724923012479,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"c30feba91c32dd3f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012479,"stop":1724923012480,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"2d450cdc4e83bcf9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012480,"stop":1724923012480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"d730f415c05c74aa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012480,"stop":1724923012481,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"b84892d5c07bd39d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012481,"stop":1724923012482,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"9314839260f269ca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012481,"stop":1724923012481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"4af23328d9b12836","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012481,"stop":1724923012481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"fd9133b166eac029","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012482,"stop":1724923012483,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"3c8ec453f4ce9112","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012482,"stop":1724923012482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"bea89194290154aa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012483,"stop":1724923012483,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"24112303a49b08db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012483,"stop":1724923012483,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"c9ecdb8bf9acb241","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012484,"stop":1724923012484,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"5306cc9cc199e7ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923012484,"stop":1724923012484,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"px service nodes not subscribed to the shard should not be dialed","uid":"28dd7652976442d6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923048501,"stop":1724923048501,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"39a361ba31b3655f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923048501,"stop":1724923048501,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"px service nodes not subscribed to the shard should not be dialed","uid":"28b4012984e68a4e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923048502,"stop":1724923048502,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"3a1f72953a2693be","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724923048502,"stop":1724923048502,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"name":"behaviors"} \ No newline at end of file diff --git a/7376/data/categories.csv b/7376/data/categories.csv index 18d48297e63..e69de29bb2d 100644 --- a/7376/data/categories.csv +++ b/7376/data/categories.csv @@ -1,2 +0,0 @@ -"Category","FAILED","BROKEN","PASSED","SKIPPED","UNKNOWN" -"Test defects","0","2","0","0","0" diff --git a/7376/data/categories.json b/7376/data/categories.json index 26abb6d8b21..58619be4b72 100644 --- a/7376/data/categories.json +++ b/7376/data/categories.json @@ -1 +1 @@ -{"uid":"4b4757e66a1912dae1a509f688f20b0f","children":[{"name":"Test defects","children":[{"name":"expected 'MinimallyHealthy' to equal 'Unhealthy'","children":[{"name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","uid":"1bef7e84b6511509","parentUid":"068fe67a30be0b9628fc3699af6717b9","status":"broken","time":{"start":1724921497758,"stop":1724921497758,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","uid":"38fdd8e9f4ca430f","parentUid":"068fe67a30be0b9628fc3699af6717b9","status":"broken","time":{"start":1724921497761,"stop":1724921497761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"068fe67a30be0b9628fc3699af6717b9"}],"uid":"bdbf199525818fae7a8651db9eafe741"}],"name":"categories"} \ No newline at end of file +{"uid":"4b4757e66a1912dae1a509f688f20b0f","children":[],"name":"categories"} \ No newline at end of file diff --git a/7376/data/packages.json b/7376/data/packages.json index 4f38b16032b..ad1b51b790f 100644 --- a/7376/data/packages.json +++ b/7376/data/packages.json @@ -1 +1 @@ -{"uid":"83edc06c07f9ae9e47eb6dd1b683e4e2","children":[{"name":"src","children":[{"name":"common","children":[{"name":"Init the array if not present","uid":"5fc36053a2125c3a","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1724921037308,"stop":1724921037310,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"5612bdfac6133a49","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1724921037311,"stop":1724921037311,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"sharding","children":[{"name":"does not throw on valid cases","uid":"e67d64c4c2c9220b","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037618,"stop":1724921037618,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"3d529c610f151dcf","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037619,"stop":1724921037620,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with too few or too many fields","uid":"b7b0151897eef35e","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037620,"stop":1724921037620,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with non-number generation field","uid":"2e7abba2fea39d56","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037620,"stop":1724921037621,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with generation field greater than 0","uid":"a777e19e857fd151","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037621,"stop":1724921037621,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty application field","uid":"21eb89b7a11d37c0","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037621,"stop":1724921037622,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty topic name field","uid":"62391f629dbd3c53","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037622,"stop":1724921037623,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty version field","uid":"d877460f4936ccd3","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037622,"stop":1724921037622,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty encoding field","uid":"ae31d2c2f5df4f5a","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037623,"stop":1724921037623,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /myapp/1/latest/proto to shard index 0","uid":"8c633cd02e4bcaf1","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037624,"stop":1724921037625,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /waku/2/content/test.js to shard index 1","uid":"6b3fd67c4e7e6762","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037625,"stop":1724921037625,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /toychat/2/huilong/proto to shard index 3","uid":"6a0e53a2d16e932f","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037625,"stop":1724921037626,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /statusim/1/community/cbor to shard index 4","uid":"74ee1a35ac2bd4e4","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037631,"stop":1724921037632,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","uid":"3e775a524f387094","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037631,"stop":1724921037631,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/22/sometopic/someencoding to shard index 2","uid":"4e10595305ade239","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037632,"stop":1724921037632,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/statusim/1/community/cbor to shard index 4","uid":"a660c26f6f9b8591","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037632,"stop":1724921037632,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/27/sometopic/someencoding to shard index 5","uid":"2226891e9b597d0a","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037633,"stop":1724921037633,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 7","uid":"b72e034a574ff9e2","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037633,"stop":1724921037633,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/29/sometopic/someencoding to shard index 6","uid":"44ecaff2390e5433","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037633,"stop":1724921037633,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","uid":"bb1ca02f3e5b2dda","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037634,"stop":1724921037634,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","uid":"4b2d9748a50e8bf","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037634,"stop":1724921037634,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","uid":"91ab48d0ea6f268e","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037634,"stop":1724921037634,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups multiple content topics into the same pubsub topic when they share the same shard index","uid":"266b4c134a4ca33c","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037635,"stop":1724921037636,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups content topics by expected pubsub topic","uid":"e9b034f8f075acb7","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037635,"stop":1724921037635,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"topics with same application and version share the same shard","uid":"7f5d938f054952ef","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037635,"stop":1724921037635,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"ae9e573d039bc59","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037636,"stop":1724921037636,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"9899d7be1f78a7f5","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037636,"stop":1724921037636,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert a SingleShardInfo object to the correct PubsubTopic","uid":"4549a666b90f29ba","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037637,"stop":1724921037637,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws an error for improperly formatted content topics","uid":"9ee558e38f8419d3","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037637,"stop":1724921037637,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"c7724d5ba18196f0","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037638,"stop":1724921037638,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for SingleShardInfos with different clusterIds","uid":"453971419b14a781","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037638,"stop":1724921037639,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for empty SingleShardInfos array","uid":"fd88698b1bb3f570","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037638,"stop":1724921037638,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return unique PubsubTopics for static sharding","uid":"660f23e1f9201c09","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037639,"stop":1724921037640,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert content topics to PubsubTopics for autosharding","uid":"68bb4be0b88fa096","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037639,"stop":1724921037639,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 6","uid":"17b86087301f0bf3","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037640,"stop":1724921037641,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 1","uid":"fce2d6f395d59011","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037640,"stop":1724921037640,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 0","uid":"b9bf68e62d8997a0","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037640,"stop":1724921037640,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing required configuration","uid":"fed10d8dabb9ea90","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037641,"stop":1724921037642,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return empty list for no shard","uid":"d26b319ec6c2ccf7","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037641,"stop":1724921037641,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error if shards are undefined for static sharding","uid":"92e36bff546d9df8","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037641,"stop":1724921037641,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should extract SingleShardInfo from a valid PubsubTopic","uid":"cecd57b280f7b2a0","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037642,"stop":1724921037642,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /incorrect/format","uid":"997580436d78ecb1","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037643,"stop":1724921037644,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","uid":"da4132c642b177e2","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037643,"stop":1724921037643,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","uid":"ab935c6549faaae2","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037643,"stop":1724921037643,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","uid":"e8066380dcbf1780","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037644,"stop":1724921037644,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","uid":"eac57ea6dd1d2f8","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037644,"stop":1724921037645,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","uid":"1efbaf9fffa74590","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037644,"stop":1724921037644,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","uid":"5a233612831f2928","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037645,"stop":1724921037646,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","uid":"71c79e9a049dbf03","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037645,"stop":1724921037645,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","uid":"beb86ae22843be","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037646,"stop":1724921037647,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","uid":"3d9cfee103242d68","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037646,"stop":1724921037646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","uid":"c545b1ce7159876c","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037646,"stop":1724921037646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","uid":"ed2db9c3dd027f8","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037647,"stop":1724921037647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","uid":"ff62bef00a3111c1","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037647,"stop":1724921037647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","uid":"dd8abdc0d7a442a0","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037648,"stop":1724921037648,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","uid":"d64c18074186ffcf","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037648,"stop":1724921037648,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","uid":"e53024792f7dfe8f","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037648,"stop":1724921037649,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","uid":"a4a676297003c3ee","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037649,"stop":1724921037649,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/","uid":"b128c6132fadca5b","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037649,"stop":1724921037650,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","uid":"f5ff81aa4818e63","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037649,"stop":1724921037649,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","uid":"225ee1841fcdf495","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037650,"stop":1724921037650,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error for a single configured topic","uid":"f92f81baa9a737a2","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037650,"stop":1724921037651,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","uid":"6cfc3bfc9a579daf","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037650,"stop":1724921037650,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for an unconfigured topic","uid":"cad5c4a34408dcf9","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037651,"stop":1724921037652,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error when the topic is within a list of configured topics","uid":"5883a1bcf9a7621d","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037651,"stop":1724921037651,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the pubsub topic directly if a string is provided","uid":"7b5f77c9b0e53a29","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037652,"stop":1724921037652,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return a calculated topic if SingleShardInfo is provided","uid":"e46ebe55aef5efef","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037652,"stop":1724921037652,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","uid":"55482b4400b3610f","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037652,"stop":1724921037652,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for static sharding","uid":"10930c72109afabe","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037653,"stop":1724921037653,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","uid":"eefd350acbced041","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037653,"stop":1724921037653,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should process correctly when SingleShardInfo has no clusterId but has a shard","uid":"aab5b470e2498281","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037653,"stop":1724921037653,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for content topics autosharding","uid":"1bc9f76e644cc778","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037653,"stop":1724921037653,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"81ba405379ee4ba7","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037654,"stop":1724921037654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic","uid":"3b9d7d25cc00d054","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037654,"stop":1724921037654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"6eb366566cf83622","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037654,"stop":1724921037654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing sharding configuration","uid":"cb162c1bfd3d995f","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037654,"stop":1724921037654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic for different network shard sizes","uid":"730098fbcbfc6c28","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037655,"stop":1724921037655,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use the provided clusterId for the pubsub topic","uid":"662b430445e0dcdb","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037655,"stop":1724921037655,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should map different content topics to different pubsub topics based on shard index","uid":"f1bf56333f9ca18f","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724921037655,"stop":1724921037655,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0eca7593f93a85210ac2b81edb813a46"},{"name":"should correctly encode and decode relay shards using rs format (Index List)","uid":"1d1c2dd1ef90a4be","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1724921037760,"stop":1724921037761,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"ac3968fe83dcebb5","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1724921037760,"stop":1724921037760,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","uid":"7e09e57893b8cc62","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1724921037761,"stop":1724921037761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for insufficient data","uid":"5d6bdc9e7c1ade97","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1724921037761,"stop":1724921037761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0309f6b72c0373156def937367c82140"},{"name":"Waku message hash computation (meta size of 12 bytes)","uid":"dabf97c1a6c9b097","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921040178,"stop":1724921040179,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta size of 64 bytes)","uid":"5259d11ad9f9236b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921040179,"stop":1724921040179,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (payload length 0)","uid":"ea95913aeee62d11","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921040180,"stop":1724921040180,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta attribute not present)","uid":"7ea8b4edebffe8ae","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921040180,"stop":1724921040180,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (no timestamp)","uid":"5e3194cde2657de2","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921040180,"stop":1724921040181,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (message is IDecodedMessage)","uid":"2cdcdd4b86f2098","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921040181,"stop":1724921040181,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"5cd211f0ceb6d07a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921045432,"stop":1724921045433,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"734c22d4ba18bc52","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921045449,"stop":1724921045450,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"5f1f5264bf7f3c10","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921045450,"stop":1724921045451,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only RELAY set to true","uid":"79d8ae281a8c9063","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921045527,"stop":1724921045528,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only STORE set to true","uid":"c01f9552be0d79d6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921045528,"stop":1724921045529,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only FILTER set to true","uid":"40a7911f97643c4","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921045529,"stop":1724921045529,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to true","uid":"9479fcc50ae9621","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921045530,"stop":1724921045531,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only LIGHTPUSH set to true","uid":"d6ac9aef57299857","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921045530,"stop":1724921045530,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to false","uid":"154d0656330a56cc","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921045531,"stop":1724921045532,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with RELAY and FILTER protocols set to true","uid":"3cc723f4023a6d1f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921045532,"stop":1724921045532,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","uid":"b8e838fff3b75846","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921045532,"stop":1724921045533,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only RELAY set to true","uid":"dcf95fdb236261fb","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921045533,"stop":1724921045534,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only STORE set to true","uid":"94d7d0265deef02e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921045534,"stop":1724921045535,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only FILTER set to true","uid":"9544ac93a445c4e5","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921045534,"stop":1724921045534,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to true","uid":"5518751c2318af6c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921045535,"stop":1724921045536,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only LIGHTPUSH set to true","uid":"c3a479b6898dc842","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921045535,"stop":1724921045535,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with RELAY and FILTER protocols set to true","uid":"b44ef3349f8ee6a0","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921045536,"stop":1724921045537,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to false","uid":"d960b4464b4b314","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921045536,"stop":1724921045536,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","uid":"de422b0b9e9d40a4","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921045537,"stop":1724921045537,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"7c340300340dcc4e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921046195,"stop":1724921046195,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"6b92824aa675c8e1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921046195,"stop":1724921046196,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid ENR with multiaddrs successfully [shared test vector]","uid":"b73081720c9466d3","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921046196,"stop":1724921046196,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr with tcp successfully","uid":"480e81ebccb0e1bd","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921046196,"stop":1724921046196,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"1bf639790a8f80a4","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921046197,"stop":1724921046197,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"a1b74da9bbadeb20","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921046197,"stop":1724921046197,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"3b32ca57e810ad27","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921046198,"stop":1724921046198,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"edddcd3cc138eb85","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921046198,"stop":1724921046199,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"990a5fb26d78f5c5","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921046198,"stop":1724921046198,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"fccd62677c31b05b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921046199,"stop":1724921046199,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"f37aabe1e73c884f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921046199,"stop":1724921046200,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"1ac9e709ba47a446","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921046200,"stop":1724921046201,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"9e7b23dbf6e5a846","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921046200,"stop":1724921046200,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"6df296044ddd7138","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921046200,"stop":1724921046200,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"b969b359e3eb914e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921046201,"stop":1724921046201,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"530fdaa7dbf39669","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921046201,"stop":1724921046202,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"ca4ab4c102fe0889","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921046205,"stop":1724921046205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"62cf0813f3fd4513","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921046205,"stop":1724921046206,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"5dad0a3d54672d90","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921046206,"stop":1724921046206,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"3590ae2dd50a3bd1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921046206,"stop":1724921046207,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"d62e023caaab4937","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921046206,"stop":1724921046206,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with all protocols disabled","uid":"841e7b02904a2c8e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921046207,"stop":1724921046207,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create peer info with all multiaddrs","uid":"31075a05df1454a6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921046207,"stop":1724921046207,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with all protocols enabled","uid":"429a8970c81439fc","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921046208,"stop":1724921046208,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only STORE enabled","uid":"15f156674dabe4af","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921046208,"stop":1724921046208,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only RELAY enabled","uid":"829903fd84df73fa","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921046208,"stop":1724921046208,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only LIGHTPUSH enabled","uid":"d65553ec6b4879b0","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921046209,"stop":1724921046209,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"548e272a87163904","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921046209,"stop":1724921046210,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only FILTER enabled","uid":"b1f8668fe00e90c7","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921046209,"stop":1724921046209,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"lib","children":[{"name":"Fields are not dropped","uid":"823bbc273d97879a","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1724921050406,"stop":1724921050407,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return all peers when numPeers is 0","uid":"dd39287a43016ecc","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1724921050915,"stop":1724921050915,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","uid":"e3d887291748dc9a","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1724921050916,"stop":1724921050916,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","uid":"4ca224e3725f3b5","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1724921050916,"stop":1724921050916,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return only bootstrap peers up to maxBootstrapPeers","uid":"ba0c90b0aa7a5066","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1724921050917,"stop":1724921050917,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"message","children":[{"name":"Round trip binary serialization","uid":"8c11ae878c60ba23","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1724921051054,"stop":1724921051054,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"d7f136290a5ead37","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1724921051055,"stop":1724921051055,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Meta field set when metaSetter is specified","uid":"bf2bb91e58b59ff4","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1724921051055,"stop":1724921051055,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"d4573d7cd69cbb92","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1724921051056,"stop":1724921051056,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"c3b43a70a8e92324","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1724921051056,"stop":1724921051056,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"58d5c2c4d8265e58","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1724921051056,"stop":1724921051057,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"uses static shard pubsub topic instead of autosharding when set","uid":"31e7f36015be40b2","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1724921051057,"stop":1724921051058,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"4ca5a5c4f05860b9","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1724921051057,"stop":1724921051057,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"93b2d32eaaccb83cb998b1e6cf8d3de9"}],"uid":"a5669e6fe8ee21fadf6efd4c7a904e03"},{"name":"Accepts a valid Waku Message","uid":"577bddb44087ca5d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921054319,"stop":1724921054320,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"17efe7258df552a5","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921054321,"stop":1724921054321,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dns","children":[{"name":"returns all values when wanted number matches available values","uid":"7ffd1d41f969eea2","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724921060544,"stop":1724921060545,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number is greater than available values","uid":"8ce4c050b04bfe49","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724921060545,"stop":1724921060546,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns a subset of values when wanted number is lesser than available values","uid":"dd6b00d3e69884f9","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724921060546,"stop":1724921060546,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should parse and verify and DNS root entry","uid":"f252a888acd21f2c","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724921061368,"stop":1724921061369,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is mis-prefixed","uid":"9a0aafa4cdcd02a9","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724921061369,"stop":1724921061370,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry signature is invalid","uid":"a9c66d064d6c5e66","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724921061370,"stop":1724921061370,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is malformed","uid":"16f83c7f94184a33","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724921061371,"stop":1724921061371,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should parse a DNS tree entry","uid":"b64150420c9fd4f8","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724921061371,"stop":1724921061371,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","uid":"b38193daee49975","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724921061372,"stop":1724921061372,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should error if DNS tree entry is misformatted","uid":"245e853426170402","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724921061373,"stop":1724921061373,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (branch): should parse and verify a single component DNS branch entry","uid":"5f24c238099ee543","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724921061374,"stop":1724921061374,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","uid":"c10d6e09cfe0b3a4","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724921061374,"stop":1724921061375,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"e8052f56229a044c","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724921061618,"stop":1724921061619,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"d5a18059ea5bcee2","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724921061619,"stop":1724921061619,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"719aeb0a6f09b8ff","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724921061620,"stop":1724921061622,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"1e09cfa7863a412a","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724921061620,"stop":1724921061620,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"2bcd465cfefc06d1","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724921061845,"stop":1724921061846,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"705bd525336169a2","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724921061846,"stop":1724921061847,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"12e7268d2941260d","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724921061847,"stop":1724921061848,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"5b86738318e43b80","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724921061847,"stop":1724921061847,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"b8a07d5e3e706c7c","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724921061848,"stop":1724921061848,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"7f5c7192b2cf8e12","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724921061848,"stop":1724921061848,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay and store capability","uid":"95838baf8796a018","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724921061849,"stop":1724921061849,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay capability","uid":"38ec66aa359c4291","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724921061849,"stop":1724921061849,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with store capability","uid":"42be8292f8cf9f05","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724921061850,"stop":1724921061850,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (2) when cannot fulfill all requirements","uid":"e680620a44099ea2","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724921061850,"stop":1724921061851,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","uid":"4bb211cc96c8882f","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"skipped","time":{"start":1724921061851,"stop":1724921061852,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (3) when branch entries are composed of multiple strings","uid":"5c1a207d6c88d15f","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724921061851,"stop":1724921061851,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","uid":"d54c158d1973740","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"skipped","time":{"start":1724921061852,"stop":1724921061852,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7cda917d83631e3e2ca55c4eb629ddcf"},{"name":"local-peer-cache","children":[{"name":"can start the service","uid":"b067aa7821b49b78","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1724921065908,"stop":1724921065908,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"c44fed0533063481","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1724921065909,"stop":1724921065910,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"d39e733702a7b73e","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1724921065909,"stop":1724921065909,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"23449d9e4a8ee0dc","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1724921065910,"stop":1724921065910,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"66bce97be4129864","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1724921065910,"stop":1724921065911,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"13c80ad05d468c2e","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1724921065911,"stop":1724921065911,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"7ed6550d8a212f","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1724921065911,"stop":1724921065912,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should load peers from local storage and dispatch events","uid":"9d96481970d1e637","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1724921065912,"stop":1724921065912,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should update peers in local storage on 'peer:identify' event","uid":"dcc604cec7b2be40","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1724921065912,"stop":1724921065913,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle corrupted local storage data gracefully","uid":"4169eb8dce4c22b5","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1724921065913,"stop":1724921065913,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should add and remove event listeners correctly","uid":"edd7503af5ff8188","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1724921065913,"stop":1724921065914,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2814352213eb0999437c5604117704a7"},{"name":"Round trip binary encryption [symmetric, no signature]","uid":"b129131824274df8","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921071991,"stop":1724921071992,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"2a8b157f2e0f69c6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921071992,"stop":1724921071993,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"bd2abdf0a6e27dbc","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921071993,"stop":1724921071993,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"d5c147601d7ae483","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921071994,"stop":1724921071994,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"18d49e2c138cae35","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921071994,"stop":1724921071994,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"c0d1a0902d5cdd6c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921071995,"stop":1724921071995,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"9f5a16b5e31e3b2d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921071995,"stop":1724921071995,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"da0313b09ec9a09","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921072290,"stop":1724921072291,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"17161b74d5c9dd0b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921072291,"stop":1724921072292,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"4a9e7cea474243c6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921072291,"stop":1724921072291,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"34d11e5e715f7261","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921072292,"stop":1724921072292,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, no signature]","uid":"19f0d8738cefa63e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921073458,"stop":1724921073458,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"b29a311e728de486","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921073459,"stop":1724921073459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"54a92f9cd6e93359","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921073459,"stop":1724921073459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"566a4241c4c286f4","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921073460,"stop":1724921073460,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"2cba0604524cb769","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921073460,"stop":1724921073461,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"447a4f145c1853e5","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921073460,"stop":1724921073460,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"37f75bc7a8ed7232","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724921073461,"stop":1724921073461,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2e47b3daaf2a2b71abda931a67308332"},{"name":"tests","children":[{"name":"connection-mananger","children":[{"name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","uid":"9b9d97f1a0e69d96","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724921088189,"stop":1724921088192,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","uid":"2f09f31a7b00046d","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724921088192,"stop":1724921088193,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:bootstrap` event when a peer is connected","uid":"b73f8e7b202125ea","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724921088194,"stop":1724921088196,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:peer-exchange` event when a peer is connected","uid":"1456f6e645e729a6","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724921088196,"stop":1724921088199,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit events and trasition isConnected state when has peers or no peers","uid":"f97eb75c6e81cac2","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724921088200,"stop":1724921088202,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be online or offline if network state changed","uid":"922fb08040cbb24d","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724921088202,"stop":1724921088203,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called at least once on all `peer:discovery` events","uid":"21de58c2d261e598","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724921095756,"stop":1724921095757,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"f6f50c71551e6b64","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724921095758,"stop":1724921095758,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","uid":"d9acf6fecda7e4dc","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724921095758,"stop":1724921095759,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for peers with PEER_EXCHANGE tags","uid":"27df9a9c148a898","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724921095759,"stop":1724921095760,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for every peer with PEER_EXCHANGE tags","uid":"4a484b8ae09191e1","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724921095760,"stop":1724921095761,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"fbedc372ddbc2b94","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724921128565,"stop":1724921128566,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"67dd8fc2974c3527","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724921128566,"stop":1724921128566,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"431535a9548970b5","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724921128567,"stop":1724921128568,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"e3e4ce9f84eeedba","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724921128567,"stop":1724921128567,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"418ecfa121ccf6fb","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724921128568,"stop":1724921128569,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"e85ba90f3b36669","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724921128569,"stop":1724921128570,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"c17f6fd031e816ba","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724921128570,"stop":1724921128571,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"6542f55c31fd7766","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724921128571,"stop":1724921128572,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"5076bcf531f8dd6b","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724921128572,"stop":1724921128582,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:offline` event only when all peers disconnect","uid":"c5556ceddf3b5f9a","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724921141186,"stop":1724921141187,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:online` event only when first peer is connected","uid":"b5fdb06c3986f26b","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724921141186,"stop":1724921141186,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` between 2 js-waku relay nodes","uid":"fe5e369e5f5637a1","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724921141187,"stop":1724921141187,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return true after first peer connects","uid":"d0509697cfc93dc3","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724921141187,"stop":1724921141187,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return false after all peers disconnect","uid":"80f50c442fbd1929","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724921141188,"stop":1724921141188,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"6b188056243c0f10","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724921141188,"stop":1724921141200,"duration":12},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected between 2 js-waku relay nodes","uid":"9cbe4e46a0d9855a","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724921141201,"stop":1724921141201,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6c306d7226181a82f8643139ae545f25"},{"name":"Relay","uid":"619ce2fea4ad8e7e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921096286,"stop":1724921096287,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"bfadf5cce19092d5","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921096287,"stop":1724921096287,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"b9017f77353febd7","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921096288,"stop":1724921096288,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"5bfd592b80c1d3b9","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921098907,"stop":1724921098913,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"6d16a328400bf7c8","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921098907,"stop":1724921098907,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"5a9721948a6e86c7","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921098913,"stop":1724921098915,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"7aa9618ccdb4bc71","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921098915,"stop":1724921098916,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"851c6478bc79a3ae","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921098916,"stop":1724921098918,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"6564cbbd37fe18cb","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921098918,"stop":1724921098918,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"e9e919bdf22807c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921098919,"stop":1724921098920,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use DNS peer discovery with light client","uid":"561afc3a299244ed","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1724921098921,"stop":1724921098921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"passes more than one ENR URLs and attempts connection","uid":"3c7d17c1eb4ecf89","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1724921098922,"stop":1724921098922,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","uid":"980642cd59bbe44a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1724921098922,"stop":1724921098922,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"244cd06bd68cd8b8","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921099697,"stop":1724921099697,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"c7ce589f46dba351","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921099697,"stop":1724921099698,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"221d617bfa1a4659","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921099698,"stop":1724921099699,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"fdf4051670a32c58","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921099698,"stop":1724921099698,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"filter","children":[{"name":"single_node","children":[{"name":"Ping on peer without subscriptions","uid":"c481b454548f2601","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921148662,"stop":1724921148663,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"e45e391caa97f7e1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921148662,"stop":1724921148662,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"1ae99eb780a949d3","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921148663,"stop":1724921148663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"4bca3b450984efe4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921148663,"stop":1724921148663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"1a533fe19fd2153a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921164589,"stop":1724921164590,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"6949f27abe4303a1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921164590,"stop":1724921164591,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"30b246bd6558c997","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921164591,"stop":1724921164592,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on autosharded pubsubtopic","uid":"ed8207712c1a08f9","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921164593,"stop":1724921164593,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"4d360ace2f60a101","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921164595,"stop":1724921164595,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"af212c853f102bd1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921164599,"stop":1724921164599,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should fail to subscribe with decoder with wrong pubsubTopic","uid":"4f19764bf47cf026","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921164602,"stop":1724921164602,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"ed61c04b70778bc4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921164604,"stop":1724921164605,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"8fa67dc09f551a36","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921164605,"stop":1724921164606,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"24ac82609562db1f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921164606,"stop":1724921164608,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should fail to subscribe with decoder with wrong pubsubTopic","uid":"f47fc99520fc0fba","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921164608,"stop":1724921164608,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"572340ef73d4cca1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921198884,"stop":1724921198884,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"edd5c3dd1b4c1391","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921198884,"stop":1724921198884,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"11478258b73834c9","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921198885,"stop":1724921198886,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"76a24f27b4f7d184","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921198885,"stop":1724921198885,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"65eff275352e9750","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921198885,"stop":1724921198885,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"7eedf028c7830766","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921198886,"stop":1724921198886,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"d90b592d27ac729e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921267864,"stop":1724921267865,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"af79648e432fe63c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921267865,"stop":1724921267865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"50bd4e105c3a34e4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921267865,"stop":1724921267866,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"7b17ab9ffe856cd9","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921267866,"stop":1724921267867,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"c75832c1edf1453a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921267866,"stop":1724921267866,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"8b5e095b44e4c4f1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921267867,"stop":1724921267867,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"3fdd119d70884757","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921267867,"stop":1724921267867,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"ffa356eede5230f9","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921267868,"stop":1724921267869,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"93ec262b8845ed56","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921267868,"stop":1724921267868,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"d8d819833e2e4e85","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921267868,"stop":1724921267868,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"1d2dd9c2cb5f4d0e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921267869,"stop":1724921267869,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"8856151394015ef7","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921267869,"stop":1724921267870,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"2b1675ccda598740","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921267870,"stop":1724921267870,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"7c372c2c85bf8c55","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921267870,"stop":1724921267870,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"2a7bd63b41199071","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921267871,"stop":1724921267871,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"e485ac251e5637ee","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921267871,"stop":1724921267871,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724921087845000000 ","uid":"891ce09012901f52","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921267871,"stop":1724921267872,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724921087845 ","uid":"7e4099b4edee5f7d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921267872,"stop":1724921267872,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"68fb3e5ed49b6777","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921267873,"stop":1724921267873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"9f3dac79af91b466","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921267873,"stop":1724921267873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"14cbcc48d0fac80d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921267873,"stop":1724921267874,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"f3ed401537efdd33","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921267874,"stop":1724921267874,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no pubsub topic is not received","uid":"429c7ffb9b83651a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921267874,"stop":1724921267880,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"492e87a099129c9c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921267880,"stop":1724921267880,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"6cc341158100df7c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921267881,"stop":1724921267898,"duration":17},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"141d2d31997f5821","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921267881,"stop":1724921267881,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"82819bbec65135e5","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1724921267898,"stop":1724921267899,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"7ba3f2593d964eca","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1724921267899,"stop":1724921267899,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"2130b1e19ec9a39c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921296995,"stop":1724921296995,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"f5424fb4e017cecf","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921296996,"stop":1724921296997,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"c8e695608dd0efdc","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921296996,"stop":1724921296996,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"e890a7495904d422","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921296997,"stop":1724921296998,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"ea5fcd3642331c2c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921296998,"stop":1724921296999,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"caeaa56db3e7fb19","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921296999,"stop":1724921297000,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"3ba9120d1e103abd","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921297000,"stop":1724921297001,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"b1f5a5556a6d4f5e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921297001,"stop":1724921297002,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"b721cac1c680cce7","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921297002,"stop":1724921297003,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"ed2a14e205f5466b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921297003,"stop":1724921297004,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"efccbdb4e965ee09","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921297004,"stop":1724921297005,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"12f03a4b26d5d41a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921297005,"stop":1724921297006,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"ed11507b7df4574e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921297006,"stop":1724921297007,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"507c4f7a63459610","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921297007,"stop":1724921297007,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"96c8d2ba87c9ac1f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921297008,"stop":1724921297008,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"d97a66eebd73c4d8","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921297009,"stop":1724921297010,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"38858c06b059a539","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921297010,"stop":1724921297011,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"529f41f06281e81","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921297011,"stop":1724921297012,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"8b3cfea0817c9786","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921297012,"stop":1724921297015,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"d9106693e18881fb","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921297015,"stop":1724921297016,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"a2e25721a3b7cf1f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921297016,"stop":1724921297016,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"9f8711989140f1fa","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921297016,"stop":1724921297017,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"945c6b0d9b10d247","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921297017,"stop":1724921297017,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"5ed5fa2905dbd389","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921297017,"stop":1724921297018,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"9900fd9783bb8945","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921297018,"stop":1724921297018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"53b104eb1f21da28","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921297018,"stop":1724921297018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"ac1c9306ef7a24b8","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921297019,"stop":1724921297019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"26b5ecbf5b96908f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921297019,"stop":1724921297019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from multiple nwaku nodes","uid":"f58c94273ed9034f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724921297020,"stop":1724921297020,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5dc97a320ab0e88ae621c2d48170bb29"},{"name":"Ping on subscribed peer","uid":"d1997c55de9fc524","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921158276,"stop":1724921158277,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"f0245e71ccb34948","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921158277,"stop":1724921158278,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"2fcda20a387eaee0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921158277,"stop":1724921158277,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"4075845b44d29dbf","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921158278,"stop":1724921158279,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"8a40a2755fd93129","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921158278,"stop":1724921158278,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"2da6d1637bc54721","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921158279,"stop":1724921158280,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"f5c46b5bb7e41cab","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921158280,"stop":1724921158281,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"d234033f2aa08804","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921158281,"stop":1724921158282,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping succeeds for all connected peers","uid":"a206bb49a8e6967f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921196355,"stop":1724921196355,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"a88906d30d370248","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921196355,"stop":1724921196355,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping fails for unsubscribed peers","uid":"af9f8c7a8d55be2e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921196356,"stop":1724921196356,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent ping failures","uid":"e301018e69a077a1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921196357,"stop":1724921196357,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Keep-alive pings maintain the connection","uid":"1cfa376143b106d9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921196357,"stop":1724921196357,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent missed messages","uid":"e3c248b7f48c5225","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921196358,"stop":1724921196359,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","uid":"4e65c78187612109","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921196358,"stop":1724921196358,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Tracks peer failures correctly","uid":"3542fa53e2840b8e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921196358,"stop":1724921196358,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"50fd81ba7d4f3fe9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921300785,"stop":1724921300786,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"e31964344df6de97","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921300786,"stop":1724921300787,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"7c671e294898fe3d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921300787,"stop":1724921300788,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"b8131a7ef10da7fb","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921300788,"stop":1724921300789,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"f29a73ad17dd26f2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921300790,"stop":1724921300790,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"1fa87ef30ba02d51","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921300790,"stop":1724921300791,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"9860c0fa9640dedb","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921300792,"stop":1724921300794,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"7b05d4b33d446dfc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921300794,"stop":1724921300828,"duration":34},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"4279ca959ca6444f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921300828,"stop":1724921300829,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"a6d6093f03a0b3f8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921300828,"stop":1724921300828,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"6491742b08b916b6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921300829,"stop":1724921300829,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"9c58dd9387584bc4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921300829,"stop":1724921300829,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"2ee7ee1a93f15197","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515218,"stop":1724921515219,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"5558b84675d82429","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515218,"stop":1724921515218,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"73b182a5cd16618c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515219,"stop":1724921515220,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"c256437b5260ae55","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515219,"stop":1724921515219,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"cba0787fc9d90e08","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515220,"stop":1724921515220,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"c172437eb941ed5e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515220,"stop":1724921515220,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"4bd7321f825ce063","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515221,"stop":1724921515221,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"e76f2b61f95f7cd5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515221,"stop":1724921515221,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"842ac18cc4e9692c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515221,"stop":1724921515222,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"22d224c4577a0923","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515222,"stop":1724921515222,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"fea0fb0bfaacf957","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515222,"stop":1724921515222,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"e8ca67ee3c87efc3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515222,"stop":1724921515223,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"1b492faa962be216","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515223,"stop":1724921515223,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"ea7d8fbfbea10b4f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515223,"stop":1724921515224,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"59990939eb569685","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515224,"stop":1724921515225,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"e638d479c183c82a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515224,"stop":1724921515224,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724921087396 ","uid":"883d395d3a232e57","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515225,"stop":1724921515226,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724921087396000000 ","uid":"1af73374ef854afa","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515225,"stop":1724921515225,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"c938296c22024c2b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515226,"stop":1724921515226,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"7ebf0ee987b24b7e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515226,"stop":1724921515227,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"72d94578d1b7516d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515226,"stop":1724921515226,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"4735384ab0a7bb63","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515227,"stop":1724921515228,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"92bc5d92141fdc57","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515227,"stop":1724921515227,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"c1d8151468e3b86c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515228,"stop":1724921515228,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"339338c04ef6ba9e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515228,"stop":1724921515229,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"1d127426b4c48ce5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1724921515229,"stop":1724921515229,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"77441a286b16a762","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1724921515229,"stop":1724921515229,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"ccf0ac6e277c9e3e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515230,"stop":1724921515230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"cc1cb25c5fb5740e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515230,"stop":1724921515231,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"da327398b7d68cc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515231,"stop":1724921515231,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"570448f1d3ea5776","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515231,"stop":1724921515231,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"dfc3da3f2d3f785b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515232,"stop":1724921515232,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"cb7f384cd2383350","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515232,"stop":1724921515233,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"7569d2701dc871da","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515232,"stop":1724921515232,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"9c76f003f68108c3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515233,"stop":1724921515233,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"a14d6a33ee0bf861","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515235,"stop":1724921515236,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"e7013a29c3a3bbdb","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515236,"stop":1724921515236,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"fbe61787db9c75","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515236,"stop":1724921515236,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"b3a49f0b73181b58","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515237,"stop":1724921515237,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"21677b0b3bf04bcd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515237,"stop":1724921515237,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"f3c351d23422be3b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515238,"stop":1724921515238,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"d4aeb13d938bf2dc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515238,"stop":1724921515238,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"1362e0f28d13ce9e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515238,"stop":1724921515239,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724921087396000000 ","uid":"88d148067d113715","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515239,"stop":1724921515239,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724921087396 ","uid":"c7088876be831e9f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515248,"stop":1724921515248,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"9529b94b1052fe3e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515249,"stop":1724921515250,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"20feb5f64781035d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515249,"stop":1724921515249,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"b41dfca9f4a17c17","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515250,"stop":1724921515252,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"304977d6c5e2c9c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515252,"stop":1724921515253,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"83696c2e74b4d842","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515253,"stop":1724921515254,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"3fab53b05e85a6ca","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515254,"stop":1724921515255,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"895e02af6eeb9af0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921515255,"stop":1724921515256,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"a3d709224d0c390b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1724921515257,"stop":1724921515257,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"92f6755794356414","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1724921515258,"stop":1724921515258,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"3ac9a7b5c3556c82","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625031,"stop":1724921625032,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"320d1b37e77959fb","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625033,"stop":1724921625034,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"f32b80fa88ae5b94","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625033,"stop":1724921625033,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"29ffafe1dc588c79","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625034,"stop":1724921625035,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"355c9bf4afe22666","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625035,"stop":1724921625036,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"183ecd3d6a1a5d3d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625036,"stop":1724921625037,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"9db35cd4c5c68a66","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625037,"stop":1724921625038,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"3b38ed6a5095ff0e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625038,"stop":1724921625039,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"46c57d660721af48","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625039,"stop":1724921625040,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"86eedcf7510d4ac9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625040,"stop":1724921625043,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"5d113b515c9b38cc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625044,"stop":1724921625045,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"aec3877cce3faa28","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625045,"stop":1724921625046,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"5507f91b52ba9e50","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625046,"stop":1724921625047,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"a8c0dbd5cd6abe23","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625047,"stop":1724921625048,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"90459e9c1f5eef8c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625048,"stop":1724921625049,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"4b2783d435d038b9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625049,"stop":1724921625050,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"59cd3b5059e8dd2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625050,"stop":1724921625062,"duration":12},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"2b7b8ca62e5c09da","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625063,"stop":1724921625063,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"f511ee9444759abd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625064,"stop":1724921625065,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"6c6dcfad9ce7cf60","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625065,"stop":1724921625066,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"6009f0c5e4688b78","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625066,"stop":1724921625067,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"f6e069d3dc4eb0fc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625067,"stop":1724921625068,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"f187978cc0530a22","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625069,"stop":1724921625070,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"7b0bf39147f7e91","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625070,"stop":1724921625073,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"4f731215e17475bd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625074,"stop":1724921625074,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"1725ae16399c67cf","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625075,"stop":1724921625075,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"1f03a9853a82bb13","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625076,"stop":1724921625076,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"2fd29cae77fd0e50","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625076,"stop":1724921625077,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"bb6ada565bb08e89","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625077,"stop":1724921625077,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"1aacb31657ce2e29","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625077,"stop":1724921625078,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"fd0e52b593c94b06","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625078,"stop":1724921625079,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"6c77036f707e3742","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625078,"stop":1724921625078,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"5e27f52307d37612","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625079,"stop":1724921625080,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"232cef48ddee9e31","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625079,"stop":1724921625079,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"2bc4bfce2d4b5024","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625079,"stop":1724921625079,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"f31280671ff3d9d4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625080,"stop":1724921625080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"e300b2384d6b6444","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625080,"stop":1724921625080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"ba99988ac84ac02f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625081,"stop":1724921625081,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"d0a175622800a5e1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625081,"stop":1724921625082,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"84e88c52a9e73405","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625081,"stop":1724921625081,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"acdbd24fcd8f31fc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625082,"stop":1724921625082,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"9509b1c3201eb414","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625082,"stop":1724921625082,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"ff1eee42f52f0024","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625082,"stop":1724921625083,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"12dc4d7b693e9e32","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625083,"stop":1724921625083,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"88e7c7a429e73f95","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625083,"stop":1724921625083,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"ea901a6e62efd2a4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625084,"stop":1724921625085,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"b20ae5c0aa75cb88","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625085,"stop":1724921625085,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"d249d79efd8490d6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625085,"stop":1724921625090,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"62c78882ad8ff8f1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625090,"stop":1724921625091,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"b91d4f87c9e1e882","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625091,"stop":1724921625092,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"8f14b51b7381e754","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625092,"stop":1724921625092,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"ca23129e39bffd4d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625092,"stop":1724921625092,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"50c9c7dd60f00b11","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625093,"stop":1724921625094,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"62259b84ac0a174d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625093,"stop":1724921625093,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"50e30b36a505f008","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625093,"stop":1724921625093,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"1ef9fd84f68eab47","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625094,"stop":1724921625095,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"4a240941df5f3929","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625094,"stop":1724921625094,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"9862a071b49b479c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724921625094,"stop":1724921625094,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c"},{"name":"same cluster, same shard: nodes connect","uid":"3c1cc34ce66e1cc2","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270338,"stop":1724921270339,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes don't connect","uid":"8610d85b9cb2bacb","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270339,"stop":1724921270339,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect","uid":"6ea1aef148ec4e8b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270340,"stop":1724921270341,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect","uid":"897ab3a0d540ccf9","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270341,"stop":1724921270341,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect (autosharding)","uid":"927c2a474fe4331b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270342,"stop":1724921270342,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect (autosharding)","uid":"e583591bc7915857","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270342,"stop":1724921270343,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect (autosharding)","uid":"d8ac6ec6daf2e019","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270342,"stop":1724921270342,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"af5f6ba77a50af2","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270343,"stop":1724921270344,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect (autosharding)","uid":"9f7ae10316ae9813","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270343,"stop":1724921270343,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","uid":"698e0d2a935fa2d7","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270344,"stop":1724921270349,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","uid":"66b037b4a8cef1ff","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270350,"stop":1724921270350,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","uid":"54249c2c9fdb724c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270350,"stop":1724921270350,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"5b0232bf0f64615e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270351,"stop":1724921270351,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","uid":"6cc069dc9d385495","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270351,"stop":1724921270351,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","uid":"b8e6953dfdbec3ff","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270352,"stop":1724921270352,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","uid":"de25339d752dfb10","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270352,"stop":1724921270353,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","uid":"debcddba4baa6d3e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270352,"stop":1724921270352,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"97b967044d80a609","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270353,"stop":1724921270354,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","uid":"e0868c71ab09f686","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270353,"stop":1724921270353,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","uid":"967b3f3488710c87","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270354,"stop":1724921270354,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","uid":"b5ac7e630fdb1e1e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270354,"stop":1724921270355,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","uid":"9685434f953e5fc1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270355,"stop":1724921270356,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","uid":"691e46d429eb9433","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270355,"stop":1724921270355,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","uid":"d955e8daf35371da","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270356,"stop":1724921270357,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"acb13426ae59bc3b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270356,"stop":1724921270356,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","uid":"f2be7481138e906","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270357,"stop":1724921270358,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","uid":"e104c11ce0d13e67","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270357,"stop":1724921270357,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","uid":"ebeb3c6f75b29817","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270358,"stop":1724921270358,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"b8d8efd9ed67c195","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270358,"stop":1724921270359,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","uid":"3dde28a496732b38","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270359,"stop":1724921270360,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","uid":"bf50ae68b948f731","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270360,"stop":1724921270360,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","uid":"58a740f1963eaf0e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270360,"stop":1724921270361,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","uid":"55e06d85242c51f7","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270361,"stop":1724921270361,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"df94b1349293f8bf","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270363,"stop":1724921270364,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","uid":"97f514d7c2ca01cb","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270364,"stop":1724921270364,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","uid":"3bb55abc564f8f8","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270364,"stop":1724921270364,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"cd746ba20a145eaa","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270365,"stop":1724921270366,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","uid":"827ddc623973d149","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270365,"stop":1724921270365,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","uid":"cdee562cd8da410c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270365,"stop":1724921270365,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","uid":"6834b27dc72b33d9","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270366,"stop":1724921270366,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","uid":"44fbd564f2b07ebb","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270366,"stop":1724921270366,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","uid":"b58d1a77e5fc54e3","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270367,"stop":1724921270367,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","uid":"f0e77a362b7a749c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270367,"stop":1724921270368,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","uid":"138f506ab6951d66","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921270367,"stop":1724921270367,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"health-manager","children":[{"name":"LightPush with 0 connections","uid":"6e20f37f0a7d9f49","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724921321309,"stop":1724921321309,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 0 connections","uid":"793cc19652c125b6","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724921321310,"stop":1724921321310,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 1 connections","uid":"98d542a203ea1081","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724921321310,"stop":1724921321310,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 1 connections","uid":"384ef4bda504e672","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724921321310,"stop":1724921321311,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 2 connections","uid":"16e894829a2892ce","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724921321311,"stop":1724921321311,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 2 connections","uid":"efc27b4c7ef3d408","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724921321311,"stop":1724921321312,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 3 connections","uid":"fa9c496b59b6ea30","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724921321312,"stop":1724921321312,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 3 connections","uid":"62c003fcc12ff210","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724921321312,"stop":1724921321312,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","uid":"8bd10ad930776b3a","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724921497751,"stop":1724921497751,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","uid":"f915f532cffc161b","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724921497752,"stop":1724921497752,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","uid":"cfdfe26fc1eaf1b2","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724921497753,"stop":1724921497753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","uid":"a439944ae5b0e411","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724921497753,"stop":1724921497755,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","uid":"610cc37a108877d0","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724921497755,"stop":1724921497755,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"70032703f5dbaf2a","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724921497756,"stop":1724921497756,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","uid":"314c00ec5eced8dd","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724921497756,"stop":1724921497756,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","uid":"8368596a5cc2ad94","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724921497757,"stop":1724921497757,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","uid":"1bef7e84b6511509","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"broken","time":{"start":1724921497758,"stop":1724921497758,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"71d22c15c157cf5","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724921497759,"stop":1724921497759,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","uid":"b444d838d3b1db3e","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724921497759,"stop":1724921497759,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","uid":"5b48a8122b223c54","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724921497759,"stop":1724921497760,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"6609f7a367739bca","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724921497761,"stop":1724921497762,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","uid":"38fdd8e9f4ca430f","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"broken","time":{"start":1724921497761,"stop":1724921497761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","uid":"671a52c5b98652dc","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724921497762,"stop":1724921497762,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","uid":"9580e849b067d559","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724921497762,"stop":1724921497762,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a0d1303cd6ce324c57cf3d1ad0dad029"},{"name":"light-push","children":[{"name":"Number of peers are maintained correctly","uid":"2ffa862444ef66d1","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921326303,"stop":1724921326304,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Failed peers are renewed","uid":"2c222685a542e0fc","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921326304,"stop":1724921326305,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"single_node","children":[{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"12422953122c0514","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921379978,"stop":1724921379978,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"56fe984247bbb72f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921379978,"stop":1724921379978,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"6c709d1b0fbb1aa8","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921379978,"stop":1724921379979,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"144200d4270541d6","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921379979,"stop":1724921379979,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"68c5070683811b4","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921379979,"stop":1724921379979,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"1eac0b5a5fccbf2c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921379980,"stop":1724921379980,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"9e2fd0a400e1f2f5","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921379980,"stop":1724921379980,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"bd2728d7555f7197","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921379981,"stop":1724921379981,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"6427376602917948","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921379981,"stop":1724921379981,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"1858db6848d61ce3","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529565,"stop":1724921529565,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"792ec32bb94df336","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529565,"stop":1724921529566,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"87186ffa659a4974","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529566,"stop":1724921529567,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"5cb7cc7c350d2ef6","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529567,"stop":1724921529568,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"1f9cab0163b4f247","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529569,"stop":1724921529569,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"7e664bd326bad1d5","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529570,"stop":1724921529570,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"4539a613514e231b","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529570,"stop":1724921529570,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"67f60c430e453eff","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529570,"stop":1724921529571,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"47aecb8f33927f95","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529571,"stop":1724921529571,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"7389501880c773fd","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529571,"stop":1724921529572,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"e94ea2bd984dd91b","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529572,"stop":1724921529573,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"1d538544713498a1","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529572,"stop":1724921529572,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"57349f756194d881","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529573,"stop":1724921529575,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"fd2b4568801fb0ed","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529575,"stop":1724921529576,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with unicode special characters payload","uid":"23d9a2e88dcc4fbe","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529576,"stop":1724921529577,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"9e88ba296b98fe78","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529578,"stop":1724921529579,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"da8ace76c14fcabd","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529578,"stop":1724921529578,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Throws when trying to push message with empty payload","uid":"bcaf743eb0cc34b8","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529579,"stop":1724921529580,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"2756ff3695cd8f98","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529580,"stop":1724921529581,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing long","uid":"1e4c46fddde52fc4","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529581,"stop":1724921529582,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"39c6e8808cf3a25b","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529583,"stop":1724921529583,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing special chars","uid":"4b0c7e35cd764ab0","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529583,"stop":1724921529584,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"71d59a08429b0760","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529584,"stop":1724921529585,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"dd23aaa5ad7b74c3","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529584,"stop":1724921529584,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"ba43904f8e2f4735","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529585,"stop":1724921529586,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing SQL Injection","uid":"e0ef633ae806cb84","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529586,"stop":1724921529586,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"a065e38701082722","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529586,"stop":1724921529586,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"e875276a4d423883","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529587,"stop":1724921529587,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Basic HTML tag","uid":"37cca60c8488191e","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529587,"stop":1724921529588,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"296688d63cfd2b90","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529588,"stop":1724921529588,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"c1f0804d1483cf01","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529588,"stop":1724921529588,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing unicode special characters","uid":"b061af436d38b29f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529589,"stop":1724921529589,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"43b847ff79399a37","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529589,"stop":1724921529589,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"eb977b20827ef41d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529589,"stop":1724921529589,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"4c006ef5ce823ca3","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529590,"stop":1724921529590,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"6bd713010c0f06c9","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529591,"stop":1724921529591,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"254d6a20a2062064","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529591,"stop":1724921529592,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1694162921438","uid":"33af4681fdfb727a","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529592,"stop":1724921529592,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"701dec94e5f4718","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529592,"stop":1724921529592,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"bc16ba5b687a43db","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529593,"stop":1724921529593,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1724924921438","uid":"6b0b7a7ef96079f6","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529593,"stop":1724921529593,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1724917721438","uid":"f8c05bc6601b7204","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529593,"stop":1724921529593,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"71f8bf5218558e3d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724921529594,"stop":1724921529594,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"44710b6012b98874a5a6e1da18843026"},{"name":"Push message with short payload","uid":"69beb220f7308151","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602941,"stop":1724921602941,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"841549f8241a4f48","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602941,"stop":1724921602943,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"de4bbd9198c25edc","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602943,"stop":1724921602943,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"3f451b723b2387ad","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602944,"stop":1724921602944,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"29497eb6647e3935","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602944,"stop":1724921602944,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"f7e07250e89d2faf","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602945,"stop":1724921602945,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"4ebf57b07e2b02ec","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602945,"stop":1724921602946,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"861185a2dd8589f2","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602945,"stop":1724921602945,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"2be8af6667b0690b","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602946,"stop":1724921602950,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"5e5c15f6b2f8f1d1","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602950,"stop":1724921602951,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"bd5a5d41e71fd062","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602951,"stop":1724921602951,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"d56b9116426ba323","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602951,"stop":1724921602951,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"46cb6165c90353c1","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602952,"stop":1724921602954,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"565fc01dc08d53f4","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602952,"stop":1724921602952,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with unicode special characters payload","uid":"8f703044cd457373","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602954,"stop":1724921602955,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"be45cbc973c6f285","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602955,"stop":1724921602955,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Throws when trying to push message with empty payload","uid":"4ccce9c4eac5b62d","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602955,"stop":1724921602956,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"9d095f336f0b48e1","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602955,"stop":1724921602955,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"d7a8b42323bb9ccb","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602956,"stop":1724921602956,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing long","uid":"56270c4ee8247b44","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602956,"stop":1724921602957,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"6f989cc418aec268","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602957,"stop":1724921602958,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"342972e0e2aa70b0","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602958,"stop":1724921602959,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing special chars","uid":"25bfd0b3fd883a50","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602958,"stop":1724921602958,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"f52eac6f5e3afc98","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602959,"stop":1724921602959,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing SQL Injection","uid":"9a62193cf2cbcbf7","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602959,"stop":1724921602960,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"3f0fdeccbf97a853","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602959,"stop":1724921602959,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"5bf1c08e8925b952","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602960,"stop":1724921602960,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"2dd3224f8c1c5f9c","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602960,"stop":1724921602960,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Basic HTML tag","uid":"b87b4a25c6359604","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602961,"stop":1724921602961,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"ad029ca824037832","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602961,"stop":1724921602967,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"3fd0a94d9ad4d3a0","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602961,"stop":1724921602961,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"1c70c0536b987f","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602967,"stop":1724921602976,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing unicode special characters","uid":"5890253cd3db5580","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602976,"stop":1724921602977,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"399e833fa3b98811","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602977,"stop":1724921602983,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"98f22b23ba12d089","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602983,"stop":1724921602983,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"cab562aa51b22dc4","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602984,"stop":1724921602984,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"b09e923d197585fc","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602984,"stop":1724921602985,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"2f3226feb5270c75","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602985,"stop":1724921602986,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1694162897150","uid":"649407e5f82ef65b","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602986,"stop":1724921602987,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1724917697150","uid":"c6ca0458e3dcc154","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602987,"stop":1724921602987,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"ecde8ab32e4706ad","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602989,"stop":1724921602990,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1724924897150","uid":"f0bb416fc160862e","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602989,"stop":1724921602989,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"540c86fec566c5ae","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724921602990,"stop":1724921602990,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"98e37ab0d2f3142a847ff2af3729b84a"},{"name":"A test","uid":"15951af8a25a5eee","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921380064,"stop":1724921380064,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"cc7e7e951eb592fc","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921380065,"stop":1724921380065,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"PeerStore has remote peer's shard info after successful connection","uid":"3f5310b2b152d558","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921419680,"stop":1724921419680,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"94db25ca37fbe627","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921419681,"stop":1724921419682,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receiving a ping from a peer does not overwrite shard info","uid":"30ca862286538063","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921419681,"stop":1724921419681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect","uid":"becd39806a35b699","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921419682,"stop":1724921419683,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"ae4b6c09dd2e3130","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921419682,"stop":1724921419682,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect","uid":"e225e38fd56cca83","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921419683,"stop":1724921419683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"7b885b66348c91eb","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921423893,"stop":1724921423894,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"4d3fda186b727c06","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921423894,"stop":1724921423895,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"968d100814409957","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921423945,"stop":1724921423945,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peer-exchange","children":[{"name":"Should update shard info","uid":"139a37b8cb2c8888","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1724921498166,"stop":1724921498167,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update multiaddrs","uid":"8058e20495b61928","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1724921498166,"stop":1724921498166,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connected peers and dial","uid":"54e6693e218f7725","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1724921515418,"stop":1724921515418,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"55fd32b5cb831d30","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1724921515419,"stop":1724921515419,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"732443f475970847","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1724921515419,"stop":1724921515419,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"b1308b964a7db8de","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1724921515419,"stop":1724921515419,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"df97cfc0fb2ea698","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1724921559011,"stop":1724921559012,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"fbb6279728e215d5","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1724921559012,"stop":1724921559013,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"d511db29b0bd003","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1724921559013,"stop":1724921559014,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"10642c68b780d604","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1724921559015,"stop":1724921559016,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"ba6c47bdcf882140","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1724921559016,"stop":1724921559017,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"c32d3fd9dbc03447","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1724921559017,"stop":1724921559018,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"beb7618bba17a787","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1724921559018,"stop":1724921559019,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"97acc56c2b9169f8","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1724921583486,"stop":1724921583487,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"new peer added after a peer was already found","uid":"44d1c1be0a6e52ed","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1724921583487,"stop":1724921583487,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"1356912a63875a59","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1724921583487,"stop":1724921583487,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"9cdb2c3b3c043713","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1724921583488,"stop":1724921583488,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ef8d9d8d0b79273c940aa0977046302c"},{"name":"relay","children":[{"name":"Decrypt messages","uid":"718c7490c243eab2","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921517832,"stop":1724921517832,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"d4b82edc613caec9","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921517832,"stop":1724921517832,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"4711bec367d87146","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921538593,"stop":1724921538593,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"3eb519b696882f18","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921538593,"stop":1724921538594,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"cc0ebfd5dd2e5344","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921538594,"stop":1724921538594,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"fe97da869fe8c103","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921538594,"stop":1724921538594,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"e8a573b851f097b4","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921540106,"stop":1724921540107,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"324b68e7b2e901a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921540107,"stop":1724921540108,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/2 topic","uid":"96b54f458bd6d1f0","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921540107,"stop":1724921540107,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/1 topic","uid":"178ddc9b30ef74d9","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921540108,"stop":1724921540109,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","uid":"74dd3ee92a40c8e6","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921540108,"stop":1724921540108,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/0 topic","uid":"f2b8d0915111e814","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921540109,"stop":1724921540109,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"c6bfb84365b9a05a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921540109,"stop":1724921540109,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","uid":"32f538666d902a0a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921540110,"stop":1724921540110,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"1b5565ebb7b12e45","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921563003,"stop":1724921563004,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"a1d665da1ce4fb78","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921563004,"stop":1724921563005,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"e7588d86f9dce349","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921563005,"stop":1724921563006,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"c4ab663adef46592","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921563006,"stop":1724921563007,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish 10000 messages on the same topic","uid":"ee3979b706e661d4","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921563007,"stop":1724921563008,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish messages on 2 different content topics","uid":"5c2e2f260f1457e3","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921563008,"stop":1724921563008,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe one by one to 100 topics and publish messages","uid":"885ad9085c153fc6","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921563009,"stop":1724921563010,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe at once to 10000 topics and publish messages","uid":"df430495f36d5327","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921563010,"stop":1724921563010,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"9d6ba223c43187e9","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1724921563011,"stop":1724921563011,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"d21f48688d478da7","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1724921563011,"stop":1724921563012,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and publish message","uid":"95f74d7bba4e9aa3","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921563012,"stop":1724921563012,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and publish message","uid":"37280898a2e22c7e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921563013,"stop":1724921563013,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and publish message","uid":"5495b8f2b19be8a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921563014,"stop":1724921563014,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and publish message","uid":"db56a3454154209a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921563016,"stop":1724921563017,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and publish message","uid":"17499a4803213f70","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921563017,"stop":1724921563017,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and publish message","uid":"f8e8a3c58c05f4f4","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921563017,"stop":1724921563017,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and publish message","uid":"737256e492c16b8e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921563018,"stop":1724921563018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and publish message","uid":"865dadd940b0c07f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921563018,"stop":1724921563018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and publish message","uid":"96375094dcc5371b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921563019,"stop":1724921563019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and publish message","uid":"b2500cc441ed711c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921563019,"stop":1724921563019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and publish message","uid":"4de4f10457257e54","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921563019,"stop":1724921563019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and publish message","uid":"377db6bfc8ec650f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921563020,"stop":1724921563020,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and publish message","uid":"fe941fc0fd498207","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921563020,"stop":1724921563020,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and publish message","uid":"2d7f2970ff46242c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921563021,"stop":1724921563021,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and publish message","uid":"243d02fe3bba1954","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921563021,"stop":1724921563021,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and publish message","uid":"19d636f5194df652","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921563022,"stop":1724921563022,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"19c216099db73e59","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921564770,"stop":1724921564771,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"e06edffcca43be63","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921564772,"stop":1724921564772,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"f5d59bb9ef074646","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921564772,"stop":1724921564772,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"c41c35dbc849f2a1","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921564773,"stop":1724921564773,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"124938ee1bbe0a57","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921564773,"stop":1724921564773,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"62c3185d6cb3fec9","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921564773,"stop":1724921564774,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"a4f160a103cf7c2f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921564774,"stop":1724921564775,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"646dea1c4b09fb48","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921564774,"stop":1724921564774,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"2f9ed63922c5749e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921564775,"stop":1724921564775,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"10e8adbd5b68725a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921564775,"stop":1724921564775,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Basic HTML tag","uid":"7555b23f6adde640","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921564775,"stop":1724921564776,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"2af4268575210a4a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921564776,"stop":1724921564777,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"ec893939505b729c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921564776,"stop":1724921564776,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing unicode special characters","uid":"a9a2e90933316b56","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921564777,"stop":1724921564777,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"35e2db6a72b5be26","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921564777,"stop":1724921564777,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"2cc2caaa2ff0ede4","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921564778,"stop":1724921564778,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","uid":"9d4b1e7ddcc6f54f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921564778,"stop":1724921564778,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Fri Sep 08 2023 08:52:18 GMT+0000 (Coordinated Universal Time)","uid":"78d4a66fb2e69211","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921564778,"stop":1724921564779,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Thu Aug 29 2024 07:52:18 GMT+0000 (Coordinated Universal Time)","uid":"f477565970dcb5e1","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921564779,"stop":1724921564781,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Thu Aug 29 2024 09:52:18 GMT+0000 (Coordinated Universal Time)","uid":"e2a2076bc9823386","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921564781,"stop":1724921564781,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with empty text","uid":"ce7643567f9afbf0","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921564782,"stop":1724921564782,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"505cd70f4faf5318","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921564782,"stop":1724921564782,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong content topic","uid":"322d9184bfa451f4","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921564782,"stop":1724921564783,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with size larger than 1 MB","uid":"86b051aab211a1d3","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921564783,"stop":1724921564783,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong pubsubtopic","uid":"fa1df6d135719105","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921564783,"stop":1724921564783,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after service node is restarted","uid":"57adf6c633c7dfd2","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1724921564784,"stop":1724921564784,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after client node is restarted","uid":"ea8d07059b4daa4","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1724921564784,"stop":1724921564784,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"b825a2642c164fcb","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921564784,"stop":1724921564785,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"13f90dc2b9de9a38","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724921564785,"stop":1724921564785,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3c728dec9e04988ce79c14ecb2c28dfb"},{"name":"sharding","children":[{"name":"Cluster ID 0 - Default/Global Cluster","uid":"9be9d3f398baf79","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724921613047,"stop":1724921613047,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"19ef9604a1086272","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724921613048,"stop":1724921613048,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app46/10/topic629/xml","uid":"cd878730bd98919c","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724921613048,"stop":1724921613049,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app40/8/topic364/utf8","uid":"771211132473dead","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724921613049,"stop":1724921613050,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app64/5/topic958/json","uid":"576cb870ac5e2284","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724921613050,"stop":1724921613051,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app78/9/topic582/xml","uid":"9816b920b1dd3438","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724921613051,"stop":1724921613052,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app39/10/topic365/proto","uid":"6ed87024427bc951","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724921613052,"stop":1724921613053,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app52/10/topic952/xml","uid":"efc70e3398d1c1c1","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724921613053,"stop":1724921613054,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app77/8/topic221/proto","uid":"c743c9f41a83bfff","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724921613054,"stop":1724921613054,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app47/7/topic631/xml","uid":"bf6f205c31d5a7a0","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724921613054,"stop":1724921613054,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app68/6/topic182/xml","uid":"a096303cced7eae1","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724921613055,"stop":1724921613055,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"621841b906bd8e31","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724921613055,"stop":1724921613056,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app24/4/topic914/utf8","uid":"29f2f6c7ce4776fe","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724921613055,"stop":1724921613055,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple content topics","uid":"94990502706a1b18","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724921613056,"stop":1724921613057,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"6ce475934c976a28","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724921613057,"stop":1724921613058,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"cb2924dc3a9f9e9d","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724921613058,"stop":1724921613058,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"shard 0","uid":"4a4b6d7da7eed8f9","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724921619627,"stop":1724921619627,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"2c2593e0211c829e","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724921619628,"stop":1724921619629,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 447, Shard ID: 662","uid":"57e3b6cb900b6f2e","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724921619629,"stop":1724921619630,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 595, Shard ID: 275","uid":"5cb3e839e5721dca","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724921619630,"stop":1724921619631,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 409, Shard ID: 679","uid":"98a32868f726f38f","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724921619631,"stop":1724921619632,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 894, Shard ID: 630","uid":"890747a6931ab638","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724921619632,"stop":1724921619633,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 764, Shard ID: 602","uid":"1556cf1a20f7d8f3","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724921619634,"stop":1724921619634,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 165, Shard ID: 790","uid":"cd5f29959e124560","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724921619635,"stop":1724921619636,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 322, Shard ID: 212","uid":"734e6544d417ecdb","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724921619636,"stop":1724921619637,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 673, Shard ID: 32","uid":"97cc61a059faf695","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724921619637,"stop":1724921619638,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 422, Shard ID: 213","uid":"b7bb9c122c7e4834","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724921619638,"stop":1724921619639,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 613, Shard ID: 314","uid":"3967a91bdaaa4572","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724921619639,"stop":1724921619640,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple pubsub topics","uid":"a2412a2a27e99c44","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724921619640,"stop":1724921619640,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty shard should fail","uid":"639ac34f37759bd7","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724921619641,"stop":1724921619641,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"e1b5e0c8a84169a","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724921619641,"stop":1724921619641,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"1794b2a18690e6a4","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724921723783,"stop":1724921723784,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"px service nodes not subscribed to the shard should not be dialed","uid":"e7b5afa4e71a3cee","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724921723784,"stop":1724921723784,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"54dd92e7143517ba","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724921723784,"stop":1724921723785,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"px service nodes not subscribed to the shard should not be dialed","uid":"8ddff250145b23b5","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724921723785,"stop":1724921723785,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"329e87e7e4a1f1038560cdf392fa367d"},{"name":"store","children":[{"name":"Passing a valid cursor at 2 index when there are 4 messages","uid":"a33beda5a3dd897e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921620594,"stop":1724921620594,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 0 index when there are 20 messages","uid":"6e93bfcb3caffb93","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921620594,"stop":1724921620594,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 10 index when there are 40 messages","uid":"211fe50555a2ab70","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921620594,"stop":1724921620595,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 20 messages","uid":"3d0a3dae0399f200","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921620596,"stop":1724921620602,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 50 messages","uid":"4f8370cac43d0268","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921620602,"stop":1724921620602,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 110 index when there are 120 messages","uid":"b091f39ad7af265e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921620603,"stop":1724921620609,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing invalid cursor","uid":"ca2419c1b243b65e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921620609,"stop":1724921620610,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"90591eebaf76809d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921620609,"stop":1724921620609,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"561ee8a433478ce","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921620610,"stop":1724921620611,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"51cbccb89f3f23ba","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921640397,"stop":1724921640398,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"cf23b5cc6d6aefbd","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921640398,"stop":1724921640398,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"37ac5232c27134e9","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921640398,"stop":1724921640399,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"2f8f4d984f5a044","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921640399,"stop":1724921640399,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"f814c7ca9d9e100e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921640399,"stop":1724921640399,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"86776a82259ddb4c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921640400,"stop":1724921640400,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"c341e65d8d2df067","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921640400,"stop":1724921640400,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No message returned","uid":"136ce23951b60c81","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921640400,"stop":1724921640401,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"3a6fb2b9219e3ece","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921640401,"stop":1724921640402,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"1d9a23ec9433111d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921640401,"stop":1724921640401,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"6a0ba7ef0ef2b573","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921640401,"stop":1724921640401,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No message returned","uid":"c526609e511a3e4","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921640402,"stop":1724921640402,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - true","uid":"b47994fa314e6490","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921640662,"stop":1724921640662,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - false","uid":"6fc875120106ada0","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921640663,"stop":1724921640663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - true","uid":"d339dc6e3f9200d2","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921640663,"stop":1724921640664,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - false","uid":"eee6608875102748","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921640664,"stop":1724921640664,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - true","uid":"37ad946f1220bc7d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921640664,"stop":1724921640664,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - false","uid":"a22df519cbcb7c3e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921640665,"stop":1724921640666,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is true","uid":"6dd3b5473b7509cf","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921656079,"stop":1724921656079,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is false","uid":"bd982cf118f543d4","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921656079,"stop":1724921656080,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is true","uid":"ce56713ab1839f8e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921656080,"stop":1724921656080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is false","uid":"eee3cfa6fcb5d027","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921656081,"stop":1724921656081,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 0 when there are 110 messages","uid":"e7bed797b82920c9","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921656188,"stop":1724921656189,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 1 when there are 4 messages","uid":"f5ba7a082a1b62f0","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921656189,"stop":1724921656191,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 3 when there are 20 messages","uid":"4af30a605653ec21","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921656191,"stop":1724921656192,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 11 when there are 10 messages","uid":"f59a776e608d10ed","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921656192,"stop":1724921656193,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 10 when there are 10 messages","uid":"c1c5fb2c34546d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921656192,"stop":1724921656192,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 110 when there are 120 messages","uid":"411e8c6df063dcb8","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921656193,"stop":1724921656193,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 19 when there are 20 messages","uid":"3acefc6a93f80c07","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921656193,"stop":1724921656193,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"b12f795247df9303","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921656194,"stop":1724921656194,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"f4007157fc245014","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921658740,"stop":1724921658741,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"6094a650007372ef","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921658741,"stop":1724921658742,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"6f128345979a0ee9","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921658744,"stop":1724921658745,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"909663107e92256e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921658745,"stop":1724921658746,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"39f4570b0460cbe4","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921658745,"stop":1724921658745,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"a8e92c60d9573786","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921658746,"stop":1724921658747,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"7504173fb531a2ac","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921658746,"stop":1724921658746,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"d5a973d7118120e7","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921658747,"stop":1724921658747,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"dc92a857653ef004","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921658747,"stop":1724921658747,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"c0cd2ebe077eef3b","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921663252,"stop":1724921663253,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with multiple decoders","uid":"b40ce6b8319ca8e6","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921663253,"stop":1724921663254,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different message text format","uid":"cf0cd1e82ef9e0a5","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921663253,"stop":1724921663253,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different content topic format","uid":"7d38d57bd1c2141b","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921663254,"stop":1724921663254,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"efa2e919677bca6","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921663254,"stop":1724921663254,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise, aborts when callback returns true","uid":"aff18ca3b399db3a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921663255,"stop":1724921663255,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered callback, aborts when callback returns true","uid":"dc98425d6efb3ce3","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921663255,"stop":1724921663256,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"cb5bfb0703ab716d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921663255,"stop":1724921663255,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"36774146fa4390ff","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921663256,"stop":1724921663256,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","uid":"bde2e8fe97db1164","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921669869,"stop":1724921669869,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","uid":"abcc40ea23334fcb","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921669869,"stop":1724921669869,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","uid":"3a9e5e905752e28f","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921669870,"stop":1724921669870,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","uid":"d36404b715e7ec43","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921669870,"stop":1724921669870,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","uid":"97a38bc575111e52","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921669871,"stop":1724921669871,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: -20000 ms from now","uid":"9bde1852120a429d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921669871,"stop":1724921669872,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","uid":"3f2d46c92a16308d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921669871,"stop":1724921669871,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","uid":"4922599fdd2c972","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921669871,"stop":1724921669871,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: 40000 ms from now","uid":"b7e661092e377f10","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724921669872,"stop":1724921669872,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"114c10befa13776855d75d77eed79619"},{"name":"handles multiple messages","uid":"b76d6413d2b43219","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921665482,"stop":1724921665483,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"b22f5ba160756d28","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921665482,"stop":1724921665482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"456db820fbaf764b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921665483,"stop":1724921665483,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"1392a9091b368f92","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921672579,"stop":1724921672579,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"71d62ecc8ba6f628","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921672580,"stop":1724921672581,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Does not throw an exception when node disconnects","uid":"de1e2293a956f74b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921672580,"stop":1724921672580,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"43a610975bfc6092","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921672581,"stop":1724921672581,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"b58210257090c321","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921672581,"stop":1724921672582,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"d984d3f99244cc7d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921672582,"stop":1724921672582,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"8b09fe843c63e42b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921677826,"stop":1724921677826,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"65262cf4bafeb989","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921677827,"stop":1724921677827,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"b64a747a94bdb9df","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921677827,"stop":1724921677827,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"1cbc075455c3f692","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921677827,"stop":1724921677828,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"5db1acdb7642e948","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921677828,"stop":1724921677828,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"3fd2a55cf1c5c71d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921677828,"stop":1724921677829,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"11216abbb15f1827","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921677828,"stop":1724921677828,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"6b8e435e99e74df4","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921677829,"stop":1724921677830,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"f062321816c6cf2f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724921677829,"stop":1724921677829,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"bf49149a3821e34f7608bb6885d52868"}],"name":"packages"} \ No newline at end of file +{"uid":"83edc06c07f9ae9e47eb6dd1b683e4e2","children":[{"name":"src","children":[{"name":"common","children":[{"name":"Init the array if not present","uid":"8e671379cf12e70d","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1724922374447,"stop":1724922374448,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"7efcefdf6a98f52","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1724922374449,"stop":1724922374449,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"sharding","children":[{"name":"does not throw on valid cases","uid":"aca37485b14cc578","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374656,"stop":1724922374657,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"258d9231ce867db6","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374657,"stop":1724922374657,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with too few or too many fields","uid":"e08485e6c07e277","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374658,"stop":1724922374658,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with non-number generation field","uid":"ad52e3e57098a197","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374658,"stop":1724922374659,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with generation field greater than 0","uid":"1391faea2346e787","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374659,"stop":1724922374660,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty version field","uid":"32117bbecaa13e04","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374660,"stop":1724922374661,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty application field","uid":"f225c2088c294d14","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374660,"stop":1724922374660,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty topic name field","uid":"af4f38ff4c72b405","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374661,"stop":1724922374661,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty encoding field","uid":"c395aef6ed8f49f1","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374661,"stop":1724922374662,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /myapp/1/latest/proto to shard index 0","uid":"5568d9a99a9f87a8","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374663,"stop":1724922374663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /waku/2/content/test.js to shard index 1","uid":"7830955c611e30a2","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374663,"stop":1724922374664,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /toychat/2/huilong/proto to shard index 3","uid":"f911e30ed257b2af","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374664,"stop":1724922374664,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","uid":"da1c3ac4e445f523","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374664,"stop":1724922374671,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /statusim/1/community/cbor to shard index 4","uid":"49fba54a3a4de9d3","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374671,"stop":1724922374671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/statusim/1/community/cbor to shard index 4","uid":"8b010ae2946eb952","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374671,"stop":1724922374671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/22/sometopic/someencoding to shard index 2","uid":"fb77e5e421f452af","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374672,"stop":1724922374672,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/27/sometopic/someencoding to shard index 5","uid":"b3dc77cb105ebd2","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374672,"stop":1724922374672,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 7","uid":"b34ce1975864a6a5","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374672,"stop":1724922374673,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","uid":"69281c1616291f73","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374673,"stop":1724922374673,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/29/sometopic/someencoding to shard index 6","uid":"7504fa2da2490ac6","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374673,"stop":1724922374673,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","uid":"7d53c2a045bc6637","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374673,"stop":1724922374674,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","uid":"f6d83af1093cf9fe","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374674,"stop":1724922374674,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"topics with same application and version share the same shard","uid":"149ef4ef037b4f93","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374674,"stop":1724922374674,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups content topics by expected pubsub topic","uid":"abbde55f6a876c98","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374675,"stop":1724922374675,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"d94461970d347993","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374676,"stop":1724922374676,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws an error for improperly formatted content topics","uid":"f35bcb068c64744b","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374676,"stop":1724922374677,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups multiple content topics into the same pubsub topic when they share the same shard index","uid":"c37948f5798d937a","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374676,"stop":1724922374676,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"d125b497811381d4","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374676,"stop":1724922374676,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for empty SingleShardInfos array","uid":"975fe7c6c4cc5644","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374677,"stop":1724922374678,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert a SingleShardInfo object to the correct PubsubTopic","uid":"6227b7cf48b57a27","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374677,"stop":1724922374677,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"9bec5a521833738c","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374677,"stop":1724922374677,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert content topics to PubsubTopics for autosharding","uid":"af1c9bfe9daf419b","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374678,"stop":1724922374678,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for SingleShardInfos with different clusterIds","uid":"e656662002621d54","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374678,"stop":1724922374678,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 0","uid":"8d8c1c006d1cd298","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374678,"stop":1724922374679,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return unique PubsubTopics for static sharding","uid":"ccef2ce32a6b6cd6","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374678,"stop":1724922374678,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 1","uid":"ae75b4ed0712f35b","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374679,"stop":1724922374679,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 6","uid":"e8af3a319178f311","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374679,"stop":1724922374679,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return empty list for no shard","uid":"c660753682bab1c1","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374679,"stop":1724922374680,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error if shards are undefined for static sharding","uid":"6642e7b0bd32e712","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374680,"stop":1724922374680,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing required configuration","uid":"c0e830bb18d7a982","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374680,"stop":1724922374680,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should extract SingleShardInfo from a valid PubsubTopic","uid":"45eb722fd448da14","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374681,"stop":1724922374681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","uid":"e0ac56c51cdffd49","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374682,"stop":1724922374683,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /incorrect/format","uid":"76944968bcc34638","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374683,"stop":1724922374683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","uid":"72cb0ca677d2a705","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374683,"stop":1724922374684,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","uid":"617dfd77a5d05c23","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374683,"stop":1724922374683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","uid":"8577205642549620","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374684,"stop":1724922374684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","uid":"e7ba0f6353598ac","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374684,"stop":1724922374684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","uid":"1e55baf9c9b5f50b","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374684,"stop":1724922374684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","uid":"48eeacccd67e54a8","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374684,"stop":1724922374684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","uid":"f898490b15dd0b0e","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374685,"stop":1724922374685,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","uid":"41220e960a1fe29a","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374685,"stop":1724922374685,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","uid":"320a6435536b3d8f","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374685,"stop":1724922374686,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","uid":"1b4437906e217352","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374685,"stop":1724922374685,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","uid":"3ecaa212b25b6600","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374686,"stop":1724922374687,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","uid":"ebd71eb0d1b44662","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374686,"stop":1724922374686,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","uid":"424e8605db358d25","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374686,"stop":1724922374686,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","uid":"2ff7846ebc5aaf91","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374687,"stop":1724922374687,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","uid":"d44d8ae8a2a52ea9","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374687,"stop":1724922374687,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/","uid":"534602ca4857febe","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374688,"stop":1724922374688,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","uid":"52d49d5a400f8ff8","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374688,"stop":1724922374688,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","uid":"c53a89c3bcbc6a34","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374688,"stop":1724922374688,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","uid":"db6835754611d1e0","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374689,"stop":1724922374689,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error for a single configured topic","uid":"70f7a4c8b52ce760","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374689,"stop":1724922374690,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error when the topic is within a list of configured topics","uid":"27791ba717691c8d","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374690,"stop":1724922374690,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for an unconfigured topic","uid":"5dbb288b4fa637ee","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374690,"stop":1724922374691,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the pubsub topic directly if a string is provided","uid":"db1bf8d0f61b6ba6","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374691,"stop":1724922374691,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return a calculated topic if SingleShardInfo is provided","uid":"4f305c3ba517f179","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374691,"stop":1724922374692,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should process correctly when SingleShardInfo has no clusterId but has a shard","uid":"cb92d3d6f9c8ac22","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374692,"stop":1724922374692,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","uid":"350f27d8d52022b","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374692,"stop":1724922374692,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for content topics autosharding","uid":"637625bf4e879e64","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374693,"stop":1724922374694,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for static sharding","uid":"ad4c24961c11050e","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374693,"stop":1724922374693,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","uid":"4d90dfe846bfb53","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374693,"stop":1724922374693,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing sharding configuration","uid":"f2fdec18971088bb","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374694,"stop":1724922374694,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"64eb4e5fa884a188","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374694,"stop":1724922374694,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"3f47843e76ef2e66","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374695,"stop":1724922374695,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic","uid":"84c0403f07001235","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374695,"stop":1724922374695,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic for different network shard sizes","uid":"4822241c8b5fc301","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374696,"stop":1724922374697,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use the provided clusterId for the pubsub topic","uid":"a054204567ac3218","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374696,"stop":1724922374696,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should map different content topics to different pubsub topics based on shard index","uid":"8863ce03f8b896f9","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1724922374696,"stop":1724922374696,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0eca7593f93a85210ac2b81edb813a46"},{"name":"should handle a minimal index list","uid":"2ebc05b9a5c6eaf8","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1724922374767,"stop":1724922374767,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rs format (Index List)","uid":"5c81e009bccf48d2","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1724922374767,"stop":1724922374767,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","uid":"95c75fe2ff2d715","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1724922374768,"stop":1724922374768,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for insufficient data","uid":"9fa2297bb37094e8","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1724922374768,"stop":1724922374768,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0309f6b72c0373156def937367c82140"},{"name":"Waku message hash computation (meta size of 12 bytes)","uid":"fb3a62b531ecda15","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922377153,"stop":1724922377154,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta size of 64 bytes)","uid":"c600650a6d9d611e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922377154,"stop":1724922377155,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta attribute not present)","uid":"ca5f00d5f3b78f64","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922377155,"stop":1724922377155,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (payload length 0)","uid":"4700966cb4216b08","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922377155,"stop":1724922377155,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (no timestamp)","uid":"a4884989548979d2","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922377156,"stop":1724922377156,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (message is IDecodedMessage)","uid":"72ab84449ed014a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922377156,"stop":1724922377156,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only RELAY set to true","uid":"644fff5189056376","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922382321,"stop":1724922382323,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only FILTER set to true","uid":"33fcc69f8a1f0d54","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922382324,"stop":1724922382325,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only STORE set to true","uid":"af6664a872649dbb","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922382324,"stop":1724922382324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only LIGHTPUSH set to true","uid":"cad39391d3a1305f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922382325,"stop":1724922382325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to false","uid":"c60a0f065d2766b2","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922382326,"stop":1724922382327,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to true","uid":"cef95b3ff9a15c72","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922382326,"stop":1724922382326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","uid":"cca3b3874fd1d0a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922382327,"stop":1724922382328,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with RELAY and FILTER protocols set to true","uid":"34ab69a0dbf734c7","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922382327,"stop":1724922382327,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only RELAY set to true","uid":"3183bd22702f826","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922382328,"stop":1724922382329,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only FILTER set to true","uid":"ad0e8a591f60dac3","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922382329,"stop":1724922382330,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only LIGHTPUSH set to true","uid":"16a990b80753a436","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922382330,"stop":1724922382331,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only STORE set to true","uid":"415aeb1111d014dd","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922382330,"stop":1724922382330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to true","uid":"753187cb3357070f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922382331,"stop":1724922382331,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to false","uid":"3d8930f3ace11321","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922382331,"stop":1724922382332,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","uid":"5d9e0cdbe0672bc0","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922382332,"stop":1724922382333,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with RELAY and FILTER protocols set to true","uid":"ca1191f08e6f115f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922382332,"stop":1724922382332,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"3ea1863da7807cdb","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922382484,"stop":1724922382484,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"1e15a3c203a04171","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922382545,"stop":1724922382546,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"fb911887649c04b8","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922382546,"stop":1724922382546,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"849c19cd687f1cb2","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922383078,"stop":1724922383079,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid ENR with multiaddrs successfully [shared test vector]","uid":"3ee7897ec1cca314","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922383079,"stop":1724922383080,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"1f0fb26e6e4c399e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922383079,"stop":1724922383079,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr with tcp successfully","uid":"f15ad1f3e1090f77","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922383080,"stop":1724922383080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"8a15fcd332d304ec","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922383080,"stop":1724922383080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"7c39b8c464c27ba5","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922383081,"stop":1724922383081,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"326bee9270ea3182","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922383081,"stop":1724922383081,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"be22a9b2e4e55946","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922383081,"stop":1724922383082,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"833e3092d8c0f269","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922383082,"stop":1724922383082,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"64d18171b88ea7ab","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922383082,"stop":1724922383082,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"57c22d602f4229d1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922383083,"stop":1724922383083,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"d5560e3871016064","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922383083,"stop":1724922383083,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"e1435df9b319d822","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922383084,"stop":1724922383085,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"cd03c58e654ec80e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922383084,"stop":1724922383084,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"3dd25b11eba4954b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922383084,"stop":1724922383084,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"af9b0dd1316143a4","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922383085,"stop":1724922383085,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"a1d9fc1ecf2e4aef","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922383085,"stop":1724922383089,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"ef0bbdca2a67ce0e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922383089,"stop":1724922383090,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"8acff7ef608041f0","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922383090,"stop":1724922383090,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create peer info with all multiaddrs","uid":"afcec4701aef4a90","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922383090,"stop":1724922383091,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"bdee7b6fea37e6d4","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922383090,"stop":1724922383090,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"348c8c492527dbd4","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922383090,"stop":1724922383090,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with all protocols disabled","uid":"a84ee8ab3efdf4ca","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922383091,"stop":1724922383091,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with all protocols enabled","uid":"ed6a4fd50406bc40","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922383091,"stop":1724922383091,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only RELAY enabled","uid":"8a48fb793c908de4","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922383091,"stop":1724922383092,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only FILTER enabled","uid":"d3fbba7824cd7932","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922383092,"stop":1724922383092,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only STORE enabled","uid":"9a58c90c3b5ad709","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922383092,"stop":1724922383092,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only LIGHTPUSH enabled","uid":"58c4114d53ef2cd3","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922383092,"stop":1724922383092,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"9bfe15b8a611ee21","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922383093,"stop":1724922383093,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"lib","children":[{"name":"Fields are not dropped","uid":"298e646f41fd4ee0","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1724922387360,"stop":1724922387362,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return all peers when numPeers is 0","uid":"f746e42b3192ebda","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1724922387837,"stop":1724922387838,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","uid":"34348e61883a16e","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1724922387838,"stop":1724922387838,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","uid":"1355cbe9ca52df4b","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1724922387838,"stop":1724922387839,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return only bootstrap peers up to maxBootstrapPeers","uid":"85006f9518066c4e","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1724922387839,"stop":1724922387839,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"message","children":[{"name":"Round trip binary serialization","uid":"a06ba1b9aa55e047","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1724922388046,"stop":1724922388047,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"ab75d6009b0532cc","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1724922388047,"stop":1724922388047,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Meta field set when metaSetter is specified","uid":"d785d1ebcd100383","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1724922388047,"stop":1724922388048,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"e38ccb126311fded","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1724922388048,"stop":1724922388048,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"8a6571541f369e21","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1724922388049,"stop":1724922388050,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"93368a7c23ce8184","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1724922388049,"stop":1724922388049,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"f4ca8f0d2f98491a","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1724922388049,"stop":1724922388049,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"uses static shard pubsub topic instead of autosharding when set","uid":"8735a1d647fef6bc","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1724922388050,"stop":1724922388050,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"93b2d32eaaccb83cb998b1e6cf8d3de9"}],"uid":"a5669e6fe8ee21fadf6efd4c7a904e03"},{"name":"Accepts a valid Waku Message","uid":"f9b7bfcb9db8fb58","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922391231,"stop":1724922391232,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"a883252467c84a0c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922391232,"stop":1724922391233,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dns","children":[{"name":"returns all values when wanted number matches available values","uid":"f893274355662786","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724922398024,"stop":1724922398025,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns a subset of values when wanted number is lesser than available values","uid":"476e32721ad58f2d","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724922398026,"stop":1724922398027,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number is greater than available values","uid":"9e8b7ad1bf9975a0","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724922398026,"stop":1724922398026,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"90af58f0050f54e6","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724922398276,"stop":1724922398277,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"639fbd784ed11b42","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724922398277,"stop":1724922398277,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"65f255398910597b","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724922398277,"stop":1724922398278,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"b77ed4ef0e52e392","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724922398278,"stop":1724922398278,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is mis-prefixed","uid":"42b7565d4a35e5f","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724922398402,"stop":1724922398403,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should parse and verify and DNS root entry","uid":"e75c6f9e2c4de812","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724922398402,"stop":1724922398402,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry signature is invalid","uid":"1819113f85a5da1d","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724922398403,"stop":1724922398403,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is malformed","uid":"ff259dd22aaeb3a3","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724922398404,"stop":1724922398404,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should parse a DNS tree entry","uid":"f46f477fe75f7e36","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724922398404,"stop":1724922398404,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","uid":"14c8a1d3ace1612b","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724922398404,"stop":1724922398405,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (branch): should parse and verify a single component DNS branch entry","uid":"194b604423a7592e","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724922398405,"stop":1724922398406,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should error if DNS tree entry is misformatted","uid":"97df1ecd8ae2879a","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724922398405,"stop":1724922398405,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","uid":"2c5d39562c002cd1","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724922398406,"stop":1724922398406,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"9b17d9177a9fcb7d","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724922398918,"stop":1724922398919,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"2cd40fd1ce50a016","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724922398919,"stop":1724922398919,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"aa3660c7a533115f","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724922398919,"stop":1724922398919,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"b6aff7b8c222de70","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724922398920,"stop":1724922398920,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"1ed6371148eb1e5d","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724922398920,"stop":1724922398920,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"e3ea058527713f5f","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724922398920,"stop":1724922398920,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay capability","uid":"b5a5fffa779e6f2d","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724922398921,"stop":1724922398921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with store capability","uid":"41ccd65bb03671e6","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724922398921,"stop":1724922398922,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay and store capability","uid":"88b0856daa31bde5","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724922398921,"stop":1724922398921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (2) when cannot fulfill all requirements","uid":"c6758088bfed03cb","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724922398922,"stop":1724922398922,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (3) when branch entries are composed of multiple strings","uid":"ddeed863c6beca95","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1724922398922,"stop":1724922398922,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","uid":"3d9674005a225a02","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"skipped","time":{"start":1724922398923,"stop":1724922398923,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","uid":"6cce17776e1ce311","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"skipped","time":{"start":1724922398923,"stop":1724922398923,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7cda917d83631e3e2ca55c4eb629ddcf"},{"name":"local-peer-cache","children":[{"name":"can start the service","uid":"7ffc52be0b135df0","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1724922402861,"stop":1724922402861,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"11ecd54189dfdf34","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1724922402862,"stop":1724922402862,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"b6b9cd4572f6f03e","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1724922402862,"stop":1724922402863,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"c00a4314ef8d39e2","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1724922402863,"stop":1724922402863,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"fd14f031fa4aabef","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1724922402863,"stop":1724922402863,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"1bec7c0d0b2916da","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1724922402863,"stop":1724922402864,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"da47c856eaa434c8","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1724922402864,"stop":1724922402864,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should load peers from local storage and dispatch events","uid":"c087fafd713d8592","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1724922402864,"stop":1724922402864,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should update peers in local storage on 'peer:identify' event","uid":"b8c49a2ce64f6e2e","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1724922402865,"stop":1724922402865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle corrupted local storage data gracefully","uid":"6cafa3e5cdcbbbf8","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1724922402865,"stop":1724922402865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should add and remove event listeners correctly","uid":"93649fc70987b7df","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1724922402865,"stop":1724922402866,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2814352213eb0999437c5604117704a7"},{"name":"Round trip binary encryption [symmetric, no signature]","uid":"7cd53eb5fc55618d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922408751,"stop":1724922408752,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"602c00187391e648","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922408753,"stop":1724922408754,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"f199781e8256943c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922408754,"stop":1724922408755,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"524902c40320d996","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922408755,"stop":1724922408756,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"867c3b811587e9db","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922408756,"stop":1724922408756,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"e3bbccdd7a040855","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922408756,"stop":1724922408757,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"fd6407fb55b02ca0","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922408757,"stop":1724922408757,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"6bd4144819ef9e24","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922409248,"stop":1724922409248,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"c82f2dd221a7a5d9","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922409249,"stop":1724922409250,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"c6e5e0e8bbf29786","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922409249,"stop":1724922409249,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"c66b5a6a124a5673","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922409250,"stop":1724922409250,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"a74450ef0c93e832","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922410310,"stop":1724922410311,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, no signature]","uid":"cf91596769ad249d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922410310,"stop":1724922410310,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"649270fe6f4d65d9","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922410311,"stop":1724922410311,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"70dc32c81df83759","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922410311,"stop":1724922410312,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"607d4c0669575d0c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922410312,"stop":1724922410312,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"76fd16ddcb1253bf","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922410312,"stop":1724922410312,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"f565c2a5ec42a7a1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1724922410313,"stop":1724922410313,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2e47b3daaf2a2b71abda931a67308332"},{"name":"tests","children":[{"name":"connection-mananger","children":[{"name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","uid":"ecd2ddd0332f70fd","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724922425592,"stop":1724922425595,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","uid":"d44fc5437296b23d","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724922425595,"stop":1724922425597,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:bootstrap` event when a peer is connected","uid":"d4e457df3d2257b1","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724922425597,"stop":1724922425598,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:peer-exchange` event when a peer is connected","uid":"97718009893323ff","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724922425598,"stop":1724922425599,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit events and trasition isConnected state when has peers or no peers","uid":"83c46f677e400336","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724922425600,"stop":1724922425603,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be online or offline if network state changed","uid":"2af477ca4fc6e56f","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724922425603,"stop":1724922425604,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called at least once on all `peer:discovery` events","uid":"52262e4460fd5002","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724922433167,"stop":1724922433167,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"fab7def87f0b475","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724922433168,"stop":1724922433168,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","uid":"68628ff572e4f422","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724922433169,"stop":1724922433169,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for peers with PEER_EXCHANGE tags","uid":"ddd8b5a0ab72b0cc","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724922433170,"stop":1724922433170,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for every peer with PEER_EXCHANGE tags","uid":"2905a6d7f24b352a","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724922433170,"stop":1724922433171,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"fd9df8b15714ade1","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724922465393,"stop":1724922465393,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"2ee483a20b68bb69","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724922465394,"stop":1724922465394,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"171276ff386f569d","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724922465395,"stop":1724922465395,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"6bb170d07988c8d5","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724922465395,"stop":1724922465396,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"b3cd385c9526b1d3","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724922465396,"stop":1724922465397,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"8c40c86c27d26d2b","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724922465397,"stop":1724922465398,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"d3e457317b3febe6","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724922465398,"stop":1724922465399,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"6880bc512fad4294","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724922465399,"stop":1724922465400,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"cbd96f835ae542da","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724922465400,"stop":1724922465401,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:online` event only when first peer is connected","uid":"63faa0901b9f8cbf","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724922476373,"stop":1724922476374,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:offline` event only when all peers disconnect","uid":"f562a682d4554cd8","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724922476374,"stop":1724922476374,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return true after first peer connects","uid":"fd0f85aee7c8b223","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724922476375,"stop":1724922476376,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` between 2 js-waku relay nodes","uid":"2147944fbaa5d6f9","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724922476375,"stop":1724922476375,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"e6dd016781c33ba","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724922476376,"stop":1724922476376,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return false after all peers disconnect","uid":"9fe094961cca0519","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724922476376,"stop":1724922476376,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected between 2 js-waku relay nodes","uid":"1eda95604c7c6835","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1724922476377,"stop":1724922476377,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6c306d7226181a82f8643139ae545f25"},{"name":"Ephemeral messages are not stored","uid":"473fbd8c567988c0","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922436968,"stop":1724922436969,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"2ffac1f6a799a5b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922436971,"stop":1724922436972,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"dcd96ba8baad1ddf","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922436972,"stop":1724922436973,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"1bfba4e895c7058e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922436973,"stop":1724922436974,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"af7a11260edbbb1f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922437306,"stop":1724922437307,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"742955bd6c24c4e8","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922437306,"stop":1724922437306,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"dbd578a3ee935102","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922437307,"stop":1724922437311,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"d44b52cac44eee8d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922439098,"stop":1724922439098,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"7947d58104ffb65","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922439099,"stop":1724922439100,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"53bdf4656d789c5","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922439099,"stop":1724922439099,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"78c4b51bd13a1ea6","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922439100,"stop":1724922439100,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"feef3d0369c09bc6","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922439100,"stop":1724922439100,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"8b512a0f82774432","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922439101,"stop":1724922439101,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"3e3e9e6ad67d0558","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922439101,"stop":1724922439101,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use DNS peer discovery with light client","uid":"51bf0c48f97d7e3a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1724922439102,"stop":1724922439102,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","uid":"e37e75eaacf5b28b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1724922439103,"stop":1724922439103,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"passes more than one ENR URLs and attempts connection","uid":"24110eec20e0a23e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1724922439103,"stop":1724922439103,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"filter","children":[{"name":"single_node","children":[{"name":"Ping on subscribed peer","uid":"9403c68c2ebcff72","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922485954,"stop":1724922485954,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"9121fbe76d8356d0","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922485955,"stop":1724922485955,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"d42a03eb299e7ef8","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922485955,"stop":1724922485955,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"3a1b1325b94fe504","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922485956,"stop":1724922485956,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"bf1cb6e1a373ac26","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922508634,"stop":1724922508635,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"2ce17db3b2eebd21","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922508635,"stop":1724922508636,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"a4239346f8966f2f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922508636,"stop":1724922508637,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on autosharded pubsubtopic","uid":"71f15a8e1a21f06","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922508637,"stop":1724922508638,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"f6b2899aa47d7bab","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922508638,"stop":1724922508638,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"29a97e981a2f4d2e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922508638,"stop":1724922508639,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should fail to subscribe with decoder with wrong pubsubTopic","uid":"e49d8558054efdfc","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922508639,"stop":1724922508639,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"2e9b4bddca43cadf","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922508640,"stop":1724922508640,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"40071b716ed58add","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922508641,"stop":1724922508641,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"1c228878670c7b51","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922508641,"stop":1724922508642,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should fail to subscribe with decoder with wrong pubsubTopic","uid":"7675b91bb45699e9","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922508642,"stop":1724922508642,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"3e4c8f8adb9a31ff","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922536229,"stop":1724922536230,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"247d200431b27f77","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922536230,"stop":1724922536230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"f2db0bfaf8cacc2","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922536230,"stop":1724922536230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"5c895b665200b9e5","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922536231,"stop":1724922536232,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"2a0c933bf7ad098d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922536232,"stop":1724922536232,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"429c63902dc1b18e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922536233,"stop":1724922536233,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"7217450b24b8ff6f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922601837,"stop":1724922601838,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"d13aa0deaca4f109","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922601838,"stop":1724922601839,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"ec0a8b0c8290189b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922601838,"stop":1724922601838,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"e3af6120e35f9450","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922601839,"stop":1724922601839,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"b9503f9f228adfab","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922601839,"stop":1724922601840,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"38092e9f15e48512","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922601840,"stop":1724922601840,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"b2af12cd71e31db0","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922601840,"stop":1724922601840,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"47c75ec98b3ae092","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922601841,"stop":1724922601841,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"39d41961b2bc4785","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922601841,"stop":1724922601842,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"e87ff2c7e2f7b8ed","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922601841,"stop":1724922601841,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"7adf6acc89591d0f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922601842,"stop":1724922601843,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"83390503b2f75c0a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922601842,"stop":1724922601842,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"8007f3350aaff36a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922601843,"stop":1724922601843,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"d4736163a2fb5ce7","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922601843,"stop":1724922601843,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"2d339aac9c2a4d7d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922601844,"stop":1724922601844,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"30ba2a2570181579","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922601844,"stop":1724922601844,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724922425216000000 ","uid":"a358e1d60872e26c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922601844,"stop":1724922601845,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724922425216 ","uid":"e78815666ea6e681","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922601845,"stop":1724922601846,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"e81f691c30719ef1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922601846,"stop":1724922601846,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"ad3498a533630040","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922601846,"stop":1724922601847,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"74d41e3b473bb7e8","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922601847,"stop":1724922601847,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"273f2a5624bab09d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922601855,"stop":1724922601855,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no pubsub topic is not received","uid":"e9076850ec540110","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922601856,"stop":1724922601856,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"28a14b166bc2e2b3","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922601857,"stop":1724922601857,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"536cffe97ea031ac","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922601857,"stop":1724922601857,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"e7a1a4e7c637199","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1724922601858,"stop":1724922601859,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"fb85f557939571de","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922601858,"stop":1724922601858,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"2834995d6314f117","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1724922601858,"stop":1724922601858,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"7abc6fbbbfb15062","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922635345,"stop":1724922635346,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"1a24052723cb96dc","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922635346,"stop":1724922635346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"a5147b5dbdbd9b30","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922635346,"stop":1724922635346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"83db2f3fb9b759d9","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922635347,"stop":1724922635347,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"c684741610b9fff1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922635348,"stop":1724922635349,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"706be224b53c320","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922635350,"stop":1724922635350,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"3f8956f16bbc5911","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922635350,"stop":1724922635350,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"7b1206d2d49d4783","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922635351,"stop":1724922635352,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"1f162d844838771f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922635351,"stop":1724922635351,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"ddf62635cb8859ee","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922635352,"stop":1724922635353,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"1778617ab696e9c2","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922635353,"stop":1724922635353,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"9d8cc1c9ee7a46dc","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922635353,"stop":1724922635354,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"fe88af9582cb268e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922635354,"stop":1724922635354,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"160c4402d59bbaad","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922635354,"stop":1724922635354,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"ae402b6c55e8900f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922635354,"stop":1724922635355,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"29256032f603d5a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922635355,"stop":1724922635356,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"f87d6edbc4e62a8a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922635355,"stop":1724922635355,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"d826104d268accf1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922635356,"stop":1724922635356,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"ecc855c705f308b2","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922635356,"stop":1724922635356,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"c12dac16b4d8eb18","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922635357,"stop":1724922635357,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"d583a455d8dd8fdf","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922635357,"stop":1724922635358,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"c736312a3a55b34d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922635357,"stop":1724922635357,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"1959c48fdc65e079","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922635358,"stop":1724922635358,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"69be794e460fa860","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922635358,"stop":1724922635359,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"6f78e24ffc3b2a25","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922635358,"stop":1724922635358,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"67cf138d5e1adb6f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922635359,"stop":1724922635359,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"bbd096e4aad9c38a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922635359,"stop":1724922635360,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"36e3f645aab20b3b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922635360,"stop":1724922635360,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from multiple nwaku nodes","uid":"aa340ee2e7f0031c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1724922635360,"stop":1724922635360,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5dc97a320ab0e88ae621c2d48170bb29"},{"name":"Ping on subscribed peer","uid":"e112fbb60fc82193","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922499927,"stop":1724922499928,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"aa50e2434aec3c48","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922499928,"stop":1724922499929,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"b0f86d5e8ce893c7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922499929,"stop":1724922499930,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"d8edc645ae42cc8f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922499930,"stop":1724922499931,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"de2bf4fa1c9fc4ca","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922499935,"stop":1724922499935,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"ca42d4b1e3ed77ba","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922499935,"stop":1724922499936,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"1263f7371501e3fc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922499936,"stop":1724922499936,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"8591fad3e90a10fa","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922499936,"stop":1724922499937,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"2e6e7b11f1f330af","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922535036,"stop":1724922535037,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping succeeds for all connected peers","uid":"eb1212c894e3a5c7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922535037,"stop":1724922535037,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping fails for unsubscribed peers","uid":"ffc149a3f7d3c14b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922535038,"stop":1724922535038,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Keep-alive pings maintain the connection","uid":"1ee4c0ce20475d5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922535038,"stop":1724922535048,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent ping failures","uid":"d318b4bf083977b6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922535049,"stop":1724922535049,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Tracks peer failures correctly","uid":"5a78a38547cd09de","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922535050,"stop":1724922535051,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","uid":"5a123919a1920902","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922535051,"stop":1724922535052,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent missed messages","uid":"d40c1ae414d5af9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922535052,"stop":1724922535053,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"776b8b391cf32a00","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922647829,"stop":1724922647830,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"67d9b458033f401c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922647830,"stop":1724922647831,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"6a92b9202868bf11","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922647831,"stop":1724922647834,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"60a7015b56047cdb","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922647834,"stop":1724922647834,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"35dfdbda77fa59d6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922647835,"stop":1724922647835,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"876ac122f8576b38","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922647835,"stop":1724922647835,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"cfb188e5e45e2fe0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922647836,"stop":1724922647836,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"bc04a5919fa31595","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922647836,"stop":1724922647836,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"29a195dc8ad17595","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922647837,"stop":1724922647842,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"35748186bee95b2b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922647837,"stop":1724922647837,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"86270874ee483bed","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922647837,"stop":1724922647837,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"2c584da8868198ea","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922647842,"stop":1724922647843,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"6a87c4e567d132e9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845232,"stop":1724922845233,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"e4cbc36610d846d2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845232,"stop":1724922845232,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"a3c3a10d741fd3fe","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845233,"stop":1724922845234,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"c8ebf5fb4bd2fbc5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845233,"stop":1724922845233,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"b80441ff0ce30c67","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845234,"stop":1724922845234,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"714b5de8758edf11","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845234,"stop":1724922845235,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"2a6161d4c7daa4b0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845235,"stop":1724922845235,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"2c44eb3904dd77f0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845235,"stop":1724922845235,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"e54a64ad38ffc537","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845236,"stop":1724922845236,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"1c2b43d7465f171a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845236,"stop":1724922845236,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"96f4f0fba43c7204","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845236,"stop":1724922845237,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"66582069e3c9fa8f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845237,"stop":1724922845238,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"2ed0033673889594","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845237,"stop":1724922845237,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"b4959e54bcd3e472","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845238,"stop":1724922845239,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"c6648e0f7813e7d7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845238,"stop":1724922845238,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"db89ff85c95a4f70","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845239,"stop":1724922845240,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724922424872 ","uid":"f7408a3ff925bc79","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845240,"stop":1724922845242,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724922424872000000 ","uid":"44f805706e67a32d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845240,"stop":1724922845240,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"a2d334fa481fb89f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845242,"stop":1724922845243,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"ee5cbc79eda0038f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845242,"stop":1724922845242,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"db1b666e92f70ab7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845243,"stop":1724922845244,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"9432b85216ab3417","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845243,"stop":1724922845243,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"25dd79f949f169d8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845244,"stop":1724922845245,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"4a4141521ff1c5b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845245,"stop":1724922845246,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"70edc609aedd7b10","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1724922845246,"stop":1724922845246,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"49afcbfedd54a6c4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1724922845246,"stop":1724922845247,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"45891c471a406ac","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845246,"stop":1724922845246,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"c8b96f717e55818","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845248,"stop":1724922845248,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"6e82dcb0f65b3d9a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845248,"stop":1724922845248,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"50d52e808e02da74","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845249,"stop":1724922845249,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"a97662633624bf45","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845249,"stop":1724922845249,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"20d291524709edfb","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845250,"stop":1724922845250,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"bd94693a74597dbe","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845250,"stop":1724922845251,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"c97917053af1a77a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845251,"stop":1724922845252,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"322a4a8ff57b83bb","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845253,"stop":1724922845253,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"44f7ae3aefe8ea14","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845253,"stop":1724922845254,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"c87bb66091f15b51","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845254,"stop":1724922845256,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"8f6cfb4874fbfcef","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845254,"stop":1724922845254,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"74c1e9b12390fe0d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845257,"stop":1724922845257,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"9e2a8996329493d1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845257,"stop":1724922845257,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"cb5ce472ab29ce2a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845258,"stop":1724922845258,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"5807da6c2bb5a9dd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845258,"stop":1724922845259,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"c8b8fe48a7cede5b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845258,"stop":1724922845258,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724922424872 ","uid":"ef61a545f5854806","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845259,"stop":1724922845259,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724922424872000000 ","uid":"e59cc252ab26ff58","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845259,"stop":1724922845259,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"85e215a429631e0e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845259,"stop":1724922845260,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"6febf30034257f8a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845260,"stop":1724922845260,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"ca77ac72f4afb07b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845261,"stop":1724922845261,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"baddbcb496fc4aa5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845262,"stop":1724922845262,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"36b9ef555ff0fa9e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845262,"stop":1724922845262,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"a6ef23539bb31a92","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845262,"stop":1724922845263,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"dd91eca78e74b912","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1724922845263,"stop":1724922845264,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"f7db6da56468a4d8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724922845263,"stop":1724922845263,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"7f68708a3ed8fdfd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1724922845264,"stop":1724922845264,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"77292f6ffec00746","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012457,"stop":1724923012457,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"521fefe24e36fcff","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012458,"stop":1724923012459,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"f722752192e943d1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012458,"stop":1724923012458,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"ea662394ca82b057","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012458,"stop":1724923012458,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"35904c8b970cb9cf","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012459,"stop":1724923012459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"ada14c026c6c6a1a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012459,"stop":1724923012460,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"3343a0fc1709414e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012460,"stop":1724923012460,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"35d8c61d65084210","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012460,"stop":1724923012461,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"af002a9e604dcb80","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012460,"stop":1724923012460,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"7a04a994f7e4bb7a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012461,"stop":1724923012461,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"accca850c73809bd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012461,"stop":1724923012461,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"ac9f9bf798e592fb","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012462,"stop":1724923012462,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"28006613a6d39f0b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012462,"stop":1724923012462,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"31aa057e9e1c0767","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012462,"stop":1724923012462,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"3fd5849990af6ea2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012463,"stop":1724923012463,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"e40cadb57c37bddc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012463,"stop":1724923012464,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"10e0b7b364f8be79","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012463,"stop":1724923012463,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"6c2fdbc263d58d1c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012464,"stop":1724923012465,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"41c6afebc1c051cf","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012464,"stop":1724923012464,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"48f34908e85b9720","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012464,"stop":1724923012464,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"977e07766c3875f8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012465,"stop":1724923012466,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"7c844a2dddd7c339","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012466,"stop":1724923012467,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"4f666b7b6f05e301","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012466,"stop":1724923012466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"efe3eecde92933b7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012466,"stop":1724923012466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"4023d2b8ca85176a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012467,"stop":1724923012467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"db8ae1879c344e6d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012467,"stop":1724923012467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"7616c6abae9bb00f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012468,"stop":1724923012468,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"71144925e22e27ed","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012468,"stop":1724923012469,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"ed6c592ee6d14ab2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012469,"stop":1724923012469,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"a292bae5ff215274","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012470,"stop":1724923012471,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"17fcef00fb3e3b99","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012471,"stop":1724923012472,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"1c58a994123222de","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012472,"stop":1724923012473,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"c8d2367a0795d006","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012472,"stop":1724923012472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"1cec41a743122379","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012473,"stop":1724923012473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"2227eca611fb7f03","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012473,"stop":1724923012474,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"2cb916a54b02e947","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012474,"stop":1724923012474,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"1eaf73570946865","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012475,"stop":1724923012475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"ec04f7a61da5119","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012475,"stop":1724923012475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"a6bb7e3b51d11ac7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012476,"stop":1724923012476,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"5c0c55e9c7f627e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012476,"stop":1724923012476,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"63df0c6f78fd4343","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012477,"stop":1724923012477,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"662116d715b5dd05","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012477,"stop":1724923012477,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"6483b878d0780578","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012478,"stop":1724923012478,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"d56843242e8548e7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012478,"stop":1724923012478,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"1593b67437f63101","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012478,"stop":1724923012479,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"dd155d4cfebdb4a1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012479,"stop":1724923012479,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"c30feba91c32dd3f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012479,"stop":1724923012480,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"2d450cdc4e83bcf9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012480,"stop":1724923012480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"d730f415c05c74aa","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012480,"stop":1724923012481,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"b84892d5c07bd39d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012481,"stop":1724923012482,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"9314839260f269ca","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012481,"stop":1724923012481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"4af23328d9b12836","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012481,"stop":1724923012481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"fd9133b166eac029","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012482,"stop":1724923012483,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"3c8ec453f4ce9112","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012482,"stop":1724923012482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"bea89194290154aa","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012483,"stop":1724923012483,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"24112303a49b08db","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012483,"stop":1724923012483,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"c9ecdb8bf9acb241","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012484,"stop":1724923012484,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"5306cc9cc199e7ba","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1724923012484,"stop":1724923012484,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c"},{"name":"same cluster, same shard: nodes connect","uid":"da145ecbd82880c5","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611418,"stop":1724922611418,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect","uid":"e0b9b8ba4fa34957","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611419,"stop":1724922611419,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes don't connect","uid":"46b895b55d9357b3","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611419,"stop":1724922611419,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect (autosharding)","uid":"45e98799f835bbad","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611420,"stop":1724922611420,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect","uid":"1d2ef7e386fc6cae","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611420,"stop":1724922611420,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect (autosharding)","uid":"d645963cd99c1aa3","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611420,"stop":1724922611421,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect (autosharding)","uid":"b9c7286d7090a1c9","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611421,"stop":1724922611422,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect (autosharding)","uid":"41a13c05ffe27bc4","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611422,"stop":1724922611423,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"5bc56707bd01823e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611426,"stop":1724922611426,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","uid":"88775c664f2d04a9","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611427,"stop":1724922611427,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","uid":"a408290d26888362","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611428,"stop":1724922611428,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","uid":"d23f26589611fc48","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611428,"stop":1724922611429,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","uid":"26cc861cdb0c06f4","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611429,"stop":1724922611429,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"12139d36d0540a0b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611430,"stop":1724922611430,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","uid":"c9d0172847edd4a1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611430,"stop":1724922611430,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","uid":"8fa6f27875793db3","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611431,"stop":1724922611432,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","uid":"729ebd053dc5faf6","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611431,"stop":1724922611431,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","uid":"5757dabe83f1e00e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611431,"stop":1724922611431,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"29d63a0ff0b75138","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611432,"stop":1724922611432,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","uid":"366921785147f963","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611432,"stop":1724922611433,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","uid":"818e97253c520e91","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611433,"stop":1724922611433,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","uid":"bae0c2b6c273bf6a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611433,"stop":1724922611433,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"1234bc9c2dea9b9","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611434,"stop":1724922611434,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","uid":"90217f231214f929","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611434,"stop":1724922611434,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","uid":"bef091612c3f8185","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611435,"stop":1724922611436,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","uid":"22378403d1202d18","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611435,"stop":1724922611435,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","uid":"f87612ba98d8a7ed","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611435,"stop":1724922611435,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","uid":"91c30c8730a54146","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611436,"stop":1724922611436,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"7b0de83f936814df","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611437,"stop":1724922611437,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","uid":"82dac9f8881f46da","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611438,"stop":1724922611438,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","uid":"af8a00e418093fd1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611438,"stop":1724922611438,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","uid":"3a74d879a60fe35f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611438,"stop":1724922611439,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","uid":"e6c7f88506b2b531","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611439,"stop":1724922611439,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"8ec720e9c0f2ca88","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611440,"stop":1724922611440,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","uid":"3fb6dbc27d13f3ec","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611440,"stop":1724922611440,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","uid":"92bf7a80c1e9295c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611441,"stop":1724922611441,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","uid":"4f0d2ccbf726c55c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611441,"stop":1724922611441,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","uid":"489eb25495ad600","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611442,"stop":1724922611442,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","uid":"1688fece7bf8b1f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611442,"stop":1724922611443,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"dd932d80ab4b827e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611442,"stop":1724922611442,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","uid":"947f0a5c299c900a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611443,"stop":1724922611443,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","uid":"c529ff290b2a6f8","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611443,"stop":1724922611443,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","uid":"cd89791feecb7a5a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611444,"stop":1724922611444,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","uid":"c13c693f1be866cb","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922611444,"stop":1724922611444,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"health-manager","children":[{"name":"LightPush with 0 connections","uid":"7e2e621b99b94965","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724922661624,"stop":1724922661625,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 0 connections","uid":"65e2d4fa8dc9b0e1","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724922661625,"stop":1724922661635,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 1 connections","uid":"c7df2d43b4170cb7","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724922661636,"stop":1724922661636,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 1 connections","uid":"5b3aa10343e67fc7","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724922661637,"stop":1724922661638,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 2 connections","uid":"50fee164ddb7b660","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724922661638,"stop":1724922661641,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 2 connections","uid":"629d9752713e9033","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724922661641,"stop":1724922661642,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 3 connections","uid":"8f80a4d2c581ac27","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724922661642,"stop":1724922661644,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 3 connections","uid":"b8dd82888d183c95","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724922661651,"stop":1724922661652,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","uid":"dcc1d3023e92b082","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724922778322,"stop":1724922778322,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","uid":"be16419b9ccbe288","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724922778323,"stop":1724922778323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","uid":"af4ef0073c9c634c","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724922778324,"stop":1724922778324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","uid":"5088150c2e77cf36","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724922778324,"stop":1724922778324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"285ae503ceb67978","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724922778325,"stop":1724922778326,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","uid":"26e66f5fc364fe20","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724922778325,"stop":1724922778325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","uid":"67981c706f464a87","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724922778326,"stop":1724922778326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","uid":"baa1defb4079dff","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724922778326,"stop":1724922778326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","uid":"b77e68ddbf39f6ef","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724922778327,"stop":1724922778327,"duration":0},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"66abdc2155897ab0","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724922778327,"stop":1724922778327,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","uid":"4ec332a170e9e88e","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724922778327,"stop":1724922778328,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","uid":"14df5570ad0869cb","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724922778328,"stop":1724922778328,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","uid":"f9f886dec9f9c48f","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724922778329,"stop":1724922778330,"duration":1},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"6ea9627fa79b007e","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724922778330,"stop":1724922778330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","uid":"8c0f93ef3808c25d","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724922778330,"stop":1724922778331,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","uid":"18341ffa04009375","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"passed","time":{"start":1724922778330,"stop":1724922778330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a0d1303cd6ce324c57cf3d1ad0dad029"},{"name":"light-push","children":[{"name":"Number of peers are maintained correctly","uid":"fe8127b02ecbe536","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922675552,"stop":1724922675552,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Failed peers are renewed","uid":"6edc9ff1e0e80a73","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922675552,"stop":1724922675552,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"single_node","children":[{"name":"Push message on custom pubsubTopic","uid":"cd896b161aea6fa8","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922727644,"stop":1724922727644,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"cda1efeb383a3fd4","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922727645,"stop":1724922727645,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"4c8c857a6d7a2a77","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922727645,"stop":1724922727645,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"f514b9cffa578416","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922727645,"stop":1724922727646,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"471133ac79ad6d96","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922727646,"stop":1724922727646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"d5811604d74d3628","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922727646,"stop":1724922727646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"79072e9c30a3b82f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922727647,"stop":1724922727647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"ad1833cfea905abe","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922727647,"stop":1724922727647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"107fa4234806a721","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922727648,"stop":1724922727648,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"b9661ff0d6d75ce8","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853902,"stop":1724922853903,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"95e075ddf9bc4406","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853903,"stop":1724922853904,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"78a0e9de9c90b1f3","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853904,"stop":1724922853905,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"6085a3baa5dc1076","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853905,"stop":1724922853906,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"976172f62ce6eb1b","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853906,"stop":1724922853907,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"293d9083c50794ad","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853907,"stop":1724922853908,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"5df6a34988c0cb5","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853908,"stop":1724922853908,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"416608463c7bd228","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853909,"stop":1724922853910,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"eccd8df0aba7f0fb","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853909,"stop":1724922853909,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"160c7b57227e9446","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853909,"stop":1724922853909,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"33987d970777a3a5","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853910,"stop":1724922853911,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"5194f956330f3760","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853910,"stop":1724922853910,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"d5291c36bf28461e","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853911,"stop":1724922853911,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"62170088d5c8704a","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853912,"stop":1724922853913,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with unicode special characters payload","uid":"2c810151d293768d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853912,"stop":1724922853912,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"b82a234687ff32dd","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853912,"stop":1724922853912,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Throws when trying to push message with empty payload","uid":"99c03f6cf3637f20","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853913,"stop":1724922853914,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"4f9d2844af043209","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853913,"stop":1724922853913,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"10a09bb848e47b89","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853914,"stop":1724922853914,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing long","uid":"5dbcac7b9f5584f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853914,"stop":1724922853915,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"b04c4681d0b835fd","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853915,"stop":1724922853916,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing special chars","uid":"11ff86f6482e0a19","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853916,"stop":1724922853916,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"bfa55e37d350a3f2","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853917,"stop":1724922853918,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"c36c0636545c21e3","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853917,"stop":1724922853917,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing SQL Injection","uid":"2407092dded2803d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853918,"stop":1724922853919,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"ce7766b69bbe4c3","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853918,"stop":1724922853918,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"17fd057c1dc12662","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853919,"stop":1724922853920,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"2b64c5d5055d9dfa","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853920,"stop":1724922853921,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"cef50c0b19f5cefc","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853921,"stop":1724922853922,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Basic HTML tag","uid":"bf553fb0bed135f2","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853921,"stop":1724922853921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"c1118bb4f7c8c334","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853922,"stop":1724922853922,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing unicode special characters","uid":"6186bda730d95972","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853923,"stop":1724922853927,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"1ff6e12504b56218","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853923,"stop":1724922853923,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"c1e05836685e7b5e","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853927,"stop":1724922853927,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"87e52898974ddddc","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853927,"stop":1724922853927,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"4b92ebeecc728965","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853928,"stop":1724922853928,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"431cd0fc8abf78e7","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853928,"stop":1724922853928,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"caaf5c588309087c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853928,"stop":1724922853929,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1724919061821","uid":"72b7dfdeb08953dd","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853929,"stop":1724922853930,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1694164261821","uid":"820ba3a3fe6dca3b","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853929,"stop":1724922853929,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"440ab7ca56261d79","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853930,"stop":1724922853930,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1724926261821","uid":"f4c72abd769ae870","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853930,"stop":1724922853930,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"7df2b594fad017f9","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1724922853931,"stop":1724922853931,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"44710b6012b98874a5a6e1da18843026"},{"name":"Push message with short payload","uid":"39d15b285871289f","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921438,"stop":1724922921439,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"957b9d1f78828c29","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921439,"stop":1724922921440,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"a472365c2eb96e05","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921440,"stop":1724922921441,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"8dd442e5ad56f0bf","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921441,"stop":1724922921442,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"96e901a7d2d8843","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921443,"stop":1724922921444,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"e6a7842c55046bba","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921444,"stop":1724922921445,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"6e5ac197c86d3259","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921445,"stop":1724922921446,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"b2afd7abd7f2e393","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921446,"stop":1724922921447,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"681132e837290822","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921447,"stop":1724922921448,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"6669e9f8abefdaf0","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921448,"stop":1724922921449,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"389493f5c6a0a339","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921449,"stop":1724922921450,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"7aea92151da7209b","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921450,"stop":1724922921451,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"a5c3661ae17de006","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921452,"stop":1724922921461,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"49ff91763dcf28d0","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921462,"stop":1724922921463,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"384621b5b63244fb","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921463,"stop":1724922921463,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with unicode special characters payload","uid":"46e919eee660ab40","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921463,"stop":1724922921463,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Throws when trying to push message with empty payload","uid":"e562832d2744b6f2","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921464,"stop":1724922921464,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"e94f85b7b85302eb","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921464,"stop":1724922921464,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"e10fb068f54eb2aa","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921464,"stop":1724922921465,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing special chars","uid":"dd3b0df4dba22c2c","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921466,"stop":1724922921467,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing long","uid":"f15ca01d7ff3e315","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921466,"stop":1724922921466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"e19093c039b0af5d","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921466,"stop":1724922921466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"6463bcb026f8e450","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921467,"stop":1724922921468,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"f918ca8cf0f7b53b","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921467,"stop":1724922921467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing SQL Injection","uid":"17ccfbfcb6b4824b","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921468,"stop":1724922921468,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"4a8974dcf88d7ce8","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921468,"stop":1724922921469,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"5dbe23fe23a94c7a","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921468,"stop":1724922921468,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Basic HTML tag","uid":"84859c439b6fdaf7","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921469,"stop":1724922921469,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"1aae14c8c7668339","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921469,"stop":1724922921469,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"b924193b20aa7ea5","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921470,"stop":1724922921470,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"8f6cde5c8b4e6cb3","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921470,"stop":1724922921471,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"a302a6a9c56795c6","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921470,"stop":1724922921470,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"a9b2a569281431e2","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921471,"stop":1724922921471,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing unicode special characters","uid":"d2672a33265fcb69","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921471,"stop":1724922921471,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"9e1c5febdb27411d","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921472,"stop":1724922921473,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"ec028e33e0a411fa","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921472,"stop":1724922921472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"9ac6dde90f9f5838","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921472,"stop":1724922921472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"83339b303d487a96","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921473,"stop":1724922921473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1694164235572","uid":"582dfa3cccad9abd","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921473,"stop":1724922921473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1724926235572","uid":"c8a231eb16c634eb","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921474,"stop":1724922921475,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1724919035572","uid":"35e0cdaf6f7f4f6c","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921474,"stop":1724922921474,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"aaada347bce8a430","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921475,"stop":1724922921476,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"4ade1addac00b73c","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1724922921475,"stop":1724922921475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"98e37ab0d2f3142a847ff2af3729b84a"},{"name":"A test","uid":"fa0de4956879dfee","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922727745,"stop":1724922727746,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"4c8039e9b4b145f5","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922727746,"stop":1724922727747,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receiving a ping from a peer does not overwrite shard info","uid":"57963b4423ccc1c5","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922771081,"stop":1724922771082,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"PeerStore has remote peer's shard info after successful connection","uid":"815126b70f3c2a7d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922771081,"stop":1724922771081,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"60248aa76c8f7e78","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922771082,"stop":1724922771082,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"2a16aac43daae87b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922771082,"stop":1724922771082,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect","uid":"8c821fad76fb1c2c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922771083,"stop":1724922771083,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect","uid":"cfea0fd8d627baaf","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922771083,"stop":1724922771083,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"8a8dcddf9dd94365","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922775985,"stop":1724922775986,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"980c28369017adb","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922775986,"stop":1724922775987,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"58caa049fedd53e8","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922776072,"stop":1724922776072,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peer-exchange","children":[{"name":"Should update multiaddrs","uid":"2b1277d908567749","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1724922778645,"stop":1724922778646,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update shard info","uid":"e42ed0e7992973fb","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1724922778646,"stop":1724922778646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connected peers and dial","uid":"f3a7f71976c747bf","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1724922845653,"stop":1724922845654,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"b881a0e06d72a552","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1724922845654,"stop":1724922845654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"c3718597f635f655","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1724922845654,"stop":1724922845654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"4313fc3879caeb60","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1724922845654,"stop":1724922845654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"7464a1f506d9d5c0","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1724922865535,"stop":1724922865536,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"new peer added after a peer was already found","uid":"8f2e7ee3d5894e3d","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1724922865536,"stop":1724922865536,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"67b3de498fefaac6","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1724922865536,"stop":1724922865536,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"7c221b2623071e2d","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1724922865536,"stop":1724922865537,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"9b16bac1bcec2cde","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1724922890064,"stop":1724922890065,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"b51bfe5c6f291e81","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1724922890065,"stop":1724922890066,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"28d390ac3dbe34d9","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1724922890066,"stop":1724922890067,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"c9919ab5bb5b49fb","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1724922890066,"stop":1724922890066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"44ba7462db7883ec","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1724922890067,"stop":1724922890067,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"caa69e455b012802","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1724922890067,"stop":1724922890068,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"942e3a0fd98fd143","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1724922890068,"stop":1724922890068,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ef8d9d8d0b79273c940aa0977046302c"},{"name":"relay","children":[{"name":"Decrypt messages","uid":"66cae6a96bc7040f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922849122,"stop":1724922849123,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"5e40ca23f7048dda","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922849123,"stop":1724922849123,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"57dc263271b9f1c6","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922862332,"stop":1724922862333,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/2 topic","uid":"331a29e30272d913","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922862333,"stop":1724922862333,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"11096621b38a938b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922862333,"stop":1724922862333,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/1 topic","uid":"ce2655f8bd23e58f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922862334,"stop":1724922862334,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/0 topic","uid":"7d8aac099f77b4d1","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922862334,"stop":1724922862335,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","uid":"60aac3e245ba2bcc","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922862334,"stop":1724922862334,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"b8af958e8f942f15","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922862335,"stop":1724922862335,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","uid":"bd05c9fe1fc98cbf","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922862335,"stop":1724922862335,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"58d14de1eb2d13bb","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922866492,"stop":1724922866492,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"ad8d733128d379b9","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922866492,"stop":1724922866492,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"9c8c35ace55d3902","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922866493,"stop":1724922866493,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"e0de632ecd3df7ed","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922866493,"stop":1724922866493,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"5fa8806e300dd930","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922887520,"stop":1724922887520,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"2b45b47bc6d16d29","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922887521,"stop":1724922887522,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"8dfd8fc4cf4e2334","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922887521,"stop":1724922887521,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"13e10dd5d3614e73","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922887521,"stop":1724922887521,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"6c6002448607312b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922887522,"stop":1724922887523,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"438d48c123d59373","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922887522,"stop":1724922887522,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"fa3b551d7af93ad4","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922887523,"stop":1724922887523,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"9cf654fe6a0db836","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922887524,"stop":1724922887524,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"85f46176006565b3","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922887524,"stop":1724922887524,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"c812465bfbc9f25b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922887524,"stop":1724922887525,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Basic HTML tag","uid":"43b1ea214579a6c0","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922887525,"stop":1724922887525,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"7732ef15cef4fdf0","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922887525,"stop":1724922887526,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"40ac64ac740f6188","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922887526,"stop":1724922887526,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"6830634956ddb0fa","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922887526,"stop":1724922887526,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"82544a614990ac0e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922887527,"stop":1724922887528,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing unicode special characters","uid":"5accda8e53f9e34","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922887527,"stop":1724922887527,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","uid":"a5af398198c14133","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922887528,"stop":1724922887529,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Thu Aug 29 2024 08:14:22 GMT+0000 (Coordinated Universal Time)","uid":"2ad2cc2b22f4e169","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922887529,"stop":1724922887530,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Fri Sep 08 2023 09:14:22 GMT+0000 (Coordinated Universal Time)","uid":"ba7b4dbaef9deee3","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922887529,"stop":1724922887529,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Thu Aug 29 2024 10:14:22 GMT+0000 (Coordinated Universal Time)","uid":"c979c5bd8a182114","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922887530,"stop":1724922887531,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"45907538284faa9c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922887531,"stop":1724922887531,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong content topic","uid":"5f180218b159b91d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922887532,"stop":1724922887532,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong pubsubtopic","uid":"ac8e59357473049f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922887532,"stop":1724922887533,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with empty text","uid":"545ac110a849dbc4","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922887532,"stop":1724922887532,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with size larger than 1 MB","uid":"5bad8184d184ec1d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922887533,"stop":1724922887533,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after service node is restarted","uid":"9b18f8cf216f1668","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1724922887534,"stop":1724922887534,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"2a2ecab7346992e6","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922887534,"stop":1724922887535,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after client node is restarted","uid":"bdb8aa222f5c99c8","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1724922887534,"stop":1724922887534,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"8584a697b55ac989","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922887535,"stop":1724922887535,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"a198dee6911b2261","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922891482,"stop":1724922891482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"8a6e2a213942948","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922891482,"stop":1724922891483,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"cc9e9e74fd6ce932","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922891483,"stop":1724922891483,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"44e74ecf485e9038","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922891484,"stop":1724922891484,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish 10000 messages on the same topic","uid":"1380c4568e7e53e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922891484,"stop":1724922891485,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish messages on 2 different content topics","uid":"67df3dc8fb95e430","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922891485,"stop":1724922891485,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe one by one to 100 topics and publish messages","uid":"b9feb206aa3f02e6","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922891486,"stop":1724922891486,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe at once to 10000 topics and publish messages","uid":"4a91e8ea60f8a994","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922891486,"stop":1724922891486,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and publish message","uid":"59174e6e0e1f9059","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922891487,"stop":1724922891487,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"23d02318e609c6f8","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1724922891487,"stop":1724922891487,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"91570957d2700f50","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1724922891487,"stop":1724922891487,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and publish message","uid":"a4c547430ed8f30","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922891488,"stop":1724922891489,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and publish message","uid":"4fdf5e8cec4f259","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922891488,"stop":1724922891488,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and publish message","uid":"ddebfa69136924e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922891488,"stop":1724922891488,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and publish message","uid":"41e9ff91ff709241","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922891489,"stop":1724922891489,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and publish message","uid":"907bd9f8933676d4","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922891489,"stop":1724922891490,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and publish message","uid":"31e9647c8db518d4","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922891490,"stop":1724922891491,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and publish message","uid":"411b23e5d301e2a6","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922891490,"stop":1724922891490,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and publish message","uid":"b6a6173beaf6209b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922891490,"stop":1724922891490,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and publish message","uid":"f86fc0a1e48afc1f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922891491,"stop":1724922891491,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and publish message","uid":"b1c7199775d08a59","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922891492,"stop":1724922891493,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and publish message","uid":"f51a56542fadd373","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922891492,"stop":1724922891492,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and publish message","uid":"b303f5567fc99e77","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922891492,"stop":1724922891492,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and publish message","uid":"c1e13910cac9b681","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922891493,"stop":1724922891494,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and publish message","uid":"24b830ab7b73f55f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922891493,"stop":1724922891493,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and publish message","uid":"7556d1c3b6c8d8b2","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1724922891494,"stop":1724922891494,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3c728dec9e04988ce79c14ecb2c28dfb"},{"name":"sharding","children":[{"name":"Cluster ID 0 - Default/Global Cluster","uid":"b39d074f2049917f","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724922906438,"stop":1724922906438,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app3/5/topic663/json","uid":"db3f9eddbc0df382","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724922906439,"stop":1724922906439,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"9c5e338f300bc737","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724922906439,"stop":1724922906439,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app87/9/topic894/json","uid":"9cd2ad57b835c0cd","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724922906439,"stop":1724922906440,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app2/1/topic516/proto","uid":"f2f9fcc2540c1b67","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724922906440,"stop":1724922906441,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app48/1/topic90/proto","uid":"f80421c59d21ad23","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724922906440,"stop":1724922906440,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app40/8/topic200/test.js","uid":"54c8e22b252af5eb","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724922906441,"stop":1724922906441,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app97/8/topic494/xml","uid":"20ef819cb6511bb1","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724922906441,"stop":1724922906441,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app61/9/topic514/xml","uid":"1f05126ed42955e1","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724922906442,"stop":1724922906443,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app96/7/topic650/test.js","uid":"681698fbb618f5d8","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724922906442,"stop":1724922906442,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app33/7/topic704/proto","uid":"3115162d3dcb8438","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724922906442,"stop":1724922906442,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app28/9/topic265/json","uid":"f4432f83ac9a4cf1","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724922906443,"stop":1724922906443,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"4740b78f9e974df9","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724922906444,"stop":1724922906444,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"c27beae0f511b3c1","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724922906445,"stop":1724922906446,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple content topics","uid":"d08a591a0a452d5b","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724922906445,"stop":1724922906445,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"794f199154f87e48","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724922906446,"stop":1724922906446,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"shard 0","uid":"fda92576a082a979","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724922946228,"stop":1724922946228,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"33990a37cc275bf6","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724922946228,"stop":1724922946229,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 488, Shard ID: 866","uid":"f0257f173a3aec65","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724922946229,"stop":1724922946229,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 738, Shard ID: 941","uid":"8ef49d46ca68e36c","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724922946229,"stop":1724922946229,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 353, Shard ID: 920","uid":"cacf58ad4dc37b41","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724922946230,"stop":1724922946230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 972, Shard ID: 12","uid":"f6da6febea261f6","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724922946230,"stop":1724922946230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 863, Shard ID: 723","uid":"f0d969d20cfc1c3f","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724922946231,"stop":1724922946231,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 629, Shard ID: 80","uid":"5db5d1ce707e808a","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724922946232,"stop":1724922946232,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 473, Shard ID: 106","uid":"6b1c034a2b9ab6db","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724922946233,"stop":1724922946239,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 196, Shard ID: 965","uid":"1becda66ef2c4651","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724922946233,"stop":1724922946233,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 7, Shard ID: 766","uid":"22c47c8710bd5f7b","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724922946240,"stop":1724922946241,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 243, Shard ID: 847","uid":"25019e55d0c5642e","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724922946241,"stop":1724922946242,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple pubsub topics","uid":"b36c722cb031b7d5","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724922946243,"stop":1724922946243,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"27b396409641a6a6","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724922946243,"stop":1724922946244,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty shard should fail","uid":"2a4e3a8b0906f2f","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724922946245,"stop":1724922946245,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"px service nodes not subscribed to the shard should not be dialed","uid":"28dd7652976442d6","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724923048501,"stop":1724923048501,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"39a361ba31b3655f","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724923048501,"stop":1724923048501,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"px service nodes not subscribed to the shard should not be dialed","uid":"28b4012984e68a4e","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724923048502,"stop":1724923048502,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"3a1f72953a2693be","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1724923048502,"stop":1724923048502,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"329e87e7e4a1f1038560cdf392fa367d"},{"name":"store","children":[{"name":"Passing a valid cursor at 2 index when there are 4 messages","uid":"3e4886f33fa1f812","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922928883,"stop":1724922928885,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 0 index when there are 20 messages","uid":"dbf4513184c70f0b","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922928885,"stop":1724922928885,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 20 messages","uid":"3fdf882f071ab969","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922928886,"stop":1724922928886,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 10 index when there are 40 messages","uid":"2223493fad5eb9c7","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922928886,"stop":1724922928886,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 50 messages","uid":"7d2fec699c4b78b3","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922928887,"stop":1724922928887,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 110 index when there are 120 messages","uid":"54da24e16e3eb316","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922928887,"stop":1724922928887,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"fdbab14f4d50a5b6","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922928888,"stop":1724922928889,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"99991fb8b7ca31d7","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922928888,"stop":1724922928888,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing invalid cursor","uid":"66d4b1d304693f68","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922928888,"stop":1724922928888,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"a5edb63e70770677","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922950819,"stop":1724922950820,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"24fec490d5804f17","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922950820,"stop":1724922950820,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"8fa8ff9af5df6be7","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922950820,"stop":1724922950820,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"3186a21613dd57f","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922950821,"stop":1724922950822,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"9f10ff01aebc4bff","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922950821,"stop":1724922950821,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"5d4c1f97a6c7d141","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922950821,"stop":1724922950821,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"e5cf2f429fbf96ea","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922950822,"stop":1724922950822,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No message returned","uid":"224968e1ebd0b83b","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922950822,"stop":1724922950822,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"8251c9d3decc89e9","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922950822,"stop":1724922950823,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"a415b581fcc6cc0c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922950823,"stop":1724922950824,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"afaee155ca90d5f1","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922950823,"stop":1724922950823,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No message returned","uid":"5916c6ee4db38f4a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922950824,"stop":1724922950824,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"c86ce5dbc7fad4dc","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922966283,"stop":1724922966283,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"c3cd6b6150a1fcc7","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922966283,"stop":1724922966283,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"6495f8e030499122","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922966284,"stop":1724922966284,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"ffaf797dcef793fa","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922966284,"stop":1724922966285,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"17863a4548a9062e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922966285,"stop":1724922966286,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"7d5829f6ee2d9376","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922966286,"stop":1724922966286,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"46e435eff677228f","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922966286,"stop":1724922966286,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"c7d0fb0fc954cb1","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922966287,"stop":1724922966287,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"92d03a28d973da7d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922966287,"stop":1724922966287,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - true","uid":"7aea3efd70e2e3ff","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922966703,"stop":1724922966704,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - true","uid":"a96fc9eafa38e91","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922966704,"stop":1724922966705,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - false","uid":"f5c8481d62d0d615","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922966704,"stop":1724922966704,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - true","uid":"980238336f0b5e4c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922966705,"stop":1724922966705,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - false","uid":"a0cb55207c2189d3","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922966705,"stop":1724922966705,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - false","uid":"a1b9e3703ad06548","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922966706,"stop":1724922966706,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different message text format","uid":"eb080975fc4393f9","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922971797,"stop":1724922971798,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"1437e6e6c6f30c40","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922971797,"stop":1724922971797,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with multiple decoders","uid":"3945f6963ef94102","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922971798,"stop":1724922971798,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different content topic format","uid":"c588eeb3eb167c92","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922971798,"stop":1724922971799,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise, aborts when callback returns true","uid":"da236dc1c318d1e6","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922971799,"stop":1724922971800,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"4f0454b0ae62aea0","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922971799,"stop":1724922971799,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"c3e2a2c499f4eabd","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922971800,"stop":1724922971800,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered callback, aborts when callback returns true","uid":"ac52063cefd4cfa1","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922971800,"stop":1724922971800,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"c3ac5c8742c5ea90","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922971801,"stop":1724922971801,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is true","uid":"7e8e4d9798983d1d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922982488,"stop":1724922982488,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is false","uid":"4563b7165ab2b2a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922982488,"stop":1724922982488,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is true","uid":"be24130224ca4003","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922982488,"stop":1724922982489,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is false","uid":"748b03037216d6ab","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922982489,"stop":1724922982489,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 0 when there are 110 messages","uid":"c9f7495dfa1d937","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922983779,"stop":1724922983780,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 1 when there are 4 messages","uid":"9713e188a70d6fe7","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922983780,"stop":1724922983781,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 3 when there are 20 messages","uid":"aa97f6aa7003019e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922983781,"stop":1724922983782,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 10 when there are 10 messages","uid":"addb6c8332fb7e11","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922983782,"stop":1724922983783,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 19 when there are 20 messages","uid":"d8ab9c3464e594f5","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922983783,"stop":1724922983784,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 11 when there are 10 messages","uid":"303707e04cfbedf0","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922983783,"stop":1724922983783,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 110 when there are 120 messages","uid":"32cff420de5154cf","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922983784,"stop":1724922983784,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"520aeb4087374750","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922983784,"stop":1724922983785,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","uid":"da75751be5b1f918","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922999264,"stop":1724922999265,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","uid":"e80398954471faee","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922999265,"stop":1724922999266,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","uid":"8a0cc8d9f58c5fa2","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922999266,"stop":1724922999266,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","uid":"9fa3b4744d6b5d6c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922999267,"stop":1724922999267,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","uid":"6a75ce588d3b1141","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922999268,"stop":1724922999269,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","uid":"98d5a4c6d9df22e3","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922999268,"stop":1724922999268,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","uid":"c97af327e35de383","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922999269,"stop":1724922999270,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: -20000 ms from now","uid":"5a07566848db0651","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922999270,"stop":1724922999271,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: 40000 ms from now","uid":"41e96f660794c9f1","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1724922999271,"stop":1724922999271,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"114c10befa13776855d75d77eed79619"},{"name":"creates an iterator","uid":"80b478932d3aadc2","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922984602,"stop":1724922984603,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"9f0ce0d57d487d6c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922984603,"stop":1724922984603,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"cc15f05d36d8c41a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922984605,"stop":1724922984606,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"4e2bf56770daf9e3","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922998982,"stop":1724922998983,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"51fdbbdbb12b5332","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922998983,"stop":1724922998984,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Does not throw an exception when node disconnects","uid":"ba7a7785f2cd6b55","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922998983,"stop":1724922998983,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"53d863d936b7a7bd","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922998984,"stop":1724922998985,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"a20799840c672a87","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922998984,"stop":1724922998984,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"3e8f329d417fe91","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724922998985,"stop":1724922998986,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"328c39bbf1f72fdf","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724923008734,"stop":1724923008734,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"bcc6db9d9295415a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724923008734,"stop":1724923008735,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"cd5b073e35466bbf","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724923008734,"stop":1724923008734,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"b3233317665cfd","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724923008735,"stop":1724923008735,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"ce8e942cb56041b6","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724923008736,"stop":1724923008736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"f00c1c56a21b7e13","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724923008736,"stop":1724923008736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"ded7c4e9d357a088","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724923008737,"stop":1724923008737,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"4192bcff687f9c42","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724923008737,"stop":1724923008737,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"f13cba270661ad29","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1724923008738,"stop":1724923008738,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"bf49149a3821e34f7608bb6885d52868"}],"name":"packages"} \ No newline at end of file diff --git a/7376/data/suites.csv b/7376/data/suites.csv index 8457d020f75..68aa4b5703e 100644 --- a/7376/data/suites.csv +++ b/7376/data/suites.csv @@ -1,856 +1,856 @@ "Status","Start Time","Stop Time","Duration in ms","Parent Suite","Suite","Sub Suite","Test Class","Test Method","Name","Description" -"passed","Thu Aug 29 08:53:33 GMT 2024","Thu Aug 29 08:53:33 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 7 - Cluster ID: 10, Content Topic: /app77/8/topic221/proto","" -"passed","Thu Aug 29 08:51:37 GMT 2024","Thu Aug 29 08:51:37 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","" -"passed","Thu Aug 29 08:44:05 GMT 2024","Thu Aug 29 08:44:05 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only STORE set to true","" -"skipped","Thu Aug 29 08:52:44 GMT 2024","Thu Aug 29 08:52:44 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message after service node is restarted","" -"passed","Thu Aug 29 08:50:19 GMT 2024","Thu Aug 29 08:50:19 GMT 2024","1","Metadata Protocol","connections","","","","same cluster, same shard: nodes connect","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Error when try to subscribe to more than 101 topics (new limit)","" -"passed","Thu Aug 29 08:44:25 GMT 2024","Thu Aug 29 08:44:25 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not fail to start the service if it is already started","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing shell command","" -"passed","Thu Aug 29 08:44:32 GMT 2024","Thu Aug 29 08:44:32 GMT 2024","1","Waku Encryption","","","","","Asymmetric encrypt & decrypt","" -"passed","Thu Aug 29 08:53:39 GMT 2024","Thu Aug 29 08:53:39 GMT 2024","0","Static Sharding: Running Nodes","Others","","","","start node with empty shard should fail","" -"passed","Thu Aug 29 08:54:23 GMT 2024","Thu Aug 29 08:54:23 GMT 2024","1","Waku Store, general","","","","","Query generator for multiple messages","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing numeric","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing XML and receive message","" -"passed","Thu Aug 29 08:47:47 GMT 2024","Thu Aug 29 08:47:47 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing unicode special characters","" -"passed","Thu Aug 29 08:44:33 GMT 2024","Thu Aug 29 08:44:33 GMT 2024","0","Ecies Encryption","","","","","Round trip binary encryption [ecies, signature]","" -"passed","Thu Aug 29 08:48:17 GMT 2024","Thu Aug 29 08:48:17 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Add multiple subscription objects on single nwaku node","" -"passed","Thu Aug 29 08:53:33 GMT 2024","Thu Aug 29 08:53:33 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 6 - Cluster ID: 10, Content Topic: /app52/10/topic952/xml","" -"passed","Thu Aug 29 08:44:05 GMT 2024","Thu Aug 29 08:44:05 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with RELAY and FILTER protocols set to true","" -"passed","Thu Aug 29 08:47:47 GMT 2024","Thu Aug 29 08:47:47 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing XML","" -"passed","Thu Aug 29 08:52:43 GMT 2024","Thu Aug 29 08:52:43 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Script and publish message","" -"passed","Thu Aug 29 08:52:44 GMT 2024","Thu Aug 29 08:52:44 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with size larger than 1 MB","" -"passed","Thu Aug 29 08:53:39 GMT 2024","Thu Aug 29 08:53:39 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 1 - Cluster ID: 447, Shard ID: 662","" -"passed","Thu Aug 29 08:48:20 GMT 2024","Thu Aug 29 08:48:20 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe topics the node is not subscribed to","" -"passed","Thu Aug 29 08:54:29 GMT 2024","Thu Aug 29 08:54:29 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","" -"passed","Thu Aug 29 08:44:21 GMT 2024","Thu Aug 29 08:44:21 GMT 2024","1","DNS Node Discovery","","","","","it tolerates circular branch references","" -"passed","Thu Aug 29 08:44:59 GMT 2024","Thu Aug 29 08:44:59 GMT 2024","0","Waku Message Ephemeral field","","","","","Ephemeral messages are not stored","" -"skipped","Thu Aug 29 08:44:21 GMT 2024","Thu Aug 29 08:44:21 GMT 2024","1","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for test.waku.nodes.status.im","" -"passed","Thu Aug 29 08:48:41 GMT 2024","Thu Aug 29 08:48:41 GMT 2024","0","Health Manager","Should update the health status for protocols","","","","Filter with 0 connections","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","" -"passed","Thu Aug 29 08:52:20 GMT 2024","Thu Aug 29 08:52:20 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/7/0 topic","" -"passed","Thu Aug 29 08:44:05 GMT 2024","Thu Aug 29 08:44:05 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with only FILTER set to true","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing XML","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/$","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Russian and receive message","" -"passed","Thu Aug 29 08:51:37 GMT 2024","Thu Aug 29 08:51:37 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" -"passed","Thu Aug 29 08:48:16 GMT 2024","Thu Aug 29 08:48:16 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages via waku relay post","" -"passed","Thu Aug 29 08:55:23 GMT 2024","Thu Aug 29 08:55:23 GMT 2024","0","Static Sharding: Peer Management","Peer Exchange","","","","px service nodes not subscribed to the shard should not be dialed","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /waku/2/content/test.js to shard index 1","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with short payload","" -"passed","Thu Aug 29 08:44:48 GMT 2024","Thu Aug 29 08:44:48 GMT 2024","1","Events","waku:connection","","","","should be online or offline if network state changed","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing numeric","" -"passed","Thu Aug 29 08:52:20 GMT 2024","Thu Aug 29 08:52:20 GMT 2024","1","Waku Relay (Autosharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/7/1 topic","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1649153314 ","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","same cluster, different shard: nodes don't connect","" -"passed","Thu Aug 29 08:48:20 GMT 2024","Thu Aug 29 08:48:20 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" -"passed","Thu Aug 29 08:52:39 GMT 2024","Thu Aug 29 08:52:39 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should emit a peer event after start","" -"passed","Thu Aug 29 08:52:43 GMT 2024","Thu Aug 29 08:52:43 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Russian and publish message","" -"passed","Thu Aug 29 08:44:06 GMT 2024","Thu Aug 29 08:44:06 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with all protocols enabled","" -"passed","Thu Aug 29 08:46:36 GMT 2024","Thu Aug 29 08:46:36 GMT 2024","1","Waku Filter: Peer Management: E2E","","","","","Renews peer on consistent missed messages","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with invalid timestamp is not received","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing special chars","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive 2 messages on the same topic","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push 30 different messages","" -"passed","Thu Aug 29 08:52:43 GMT 2024","Thu Aug 29 08:52:43 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Basic HTML tag and publish message","" -"passed","Thu Aug 29 08:48:41 GMT 2024","Thu Aug 29 08:48:41 GMT 2024","0","Health Manager","Should update the health status for protocols","","","","LightPush with 3 connections","" -"passed","Thu Aug 29 08:48:17 GMT 2024","Thu Aug 29 08:48:17 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing escaped characters and receive message","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","" -"passed","Thu Aug 29 08:44:58 GMT 2024","Thu Aug 29 08:44:58 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not receive a peer event after stop","" -"passed","Thu Aug 29 08:54:29 GMT 2024","Thu Aug 29 08:54:29 GMT 2024","1","Waku Store, time filter","","","","","Timestamp too far from node time: -20000 ms from now","" -"skipped","Thu Aug 29 08:44:58 GMT 2024","Thu Aug 29 08:44:58 GMT 2024","0","DNS Node Discovery [live data]","","","","","should use DNS peer discovery with light client","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing unicode special characters","" -"passed","Thu Aug 29 08:46:04 GMT 2024","Thu Aug 29 08:46:04 GMT 2024","2","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Renews subscription after lossing a connection","" -"passed","Thu Aug 29 08:54:00 GMT 2024","Thu Aug 29 08:54:00 GMT 2024","0","Waku Store, error handling","","","","","Query with Promise Callback, No message returned","" -"passed","Thu Aug 29 08:48:17 GMT 2024","Thu Aug 29 08:48:17 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Chinese and receive message","" -"passed","Thu Aug 29 08:52:20 GMT 2024","Thu Aug 29 08:52:20 GMT 2024","1","Waku Relay, multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" -"passed","Thu Aug 29 08:44:14 GMT 2024","Thu Aug 29 08:44:14 GMT 2024","1","Message Validator","","","","","Accepts a valid Waku Message","" -"passed","Thu Aug 29 08:51:37 GMT 2024","Thu Aug 29 08:51:37 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","" -"passed","Thu Aug 29 08:49:39 GMT 2024","Thu Aug 29 08:49:39 GMT 2024","0","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with no payload is not received","" -"passed","Thu Aug 29 08:53:39 GMT 2024","Thu Aug 29 08:53:39 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 9 - Cluster ID: 422, Shard ID: 213","" -"passed","Thu Aug 29 08:51:57 GMT 2024","Thu Aug 29 08:51:57 GMT 2024","0","Waku Relay","","","","","Decrypt messages","" -"passed","Thu Aug 29 08:47:47 GMT 2024","Thu Aug 29 08:47:47 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Script","" -"passed","Thu Aug 29 08:48:17 GMT 2024","Thu Aug 29 08:48:17 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing emoji and receive message","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","different cluster, different shard: nodes don't connect","" -"passed","Thu Aug 29 08:53:33 GMT 2024","Thu Aug 29 08:53:33 GMT 2024","1","Autosharding: Running Nodes","Others","","","","using a protocol with unconfigured pubsub topic should fail","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1694162897150","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Chinese and receive message","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message equal or less that 1MB","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","1","contentTopicToShardIndex","","","","","should correctly map /statusim/1/community/cbor to shard index 4","" -"passed","Thu Aug 29 08:54:23 GMT 2024","Thu Aug 29 08:54:23 GMT 2024","1","Waku Store, general","","","","","Query generator for multiple messages with multiple decoders","" -"passed","Thu Aug 29 08:44:25 GMT 2024","Thu Aug 29 08:44:25 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","can start the service","" -"passed","Thu Aug 29 08:50:19 GMT 2024","Thu Aug 29 08:50:19 GMT 2024","0","Metadata Protocol","","","","","PeerStore has remote peer's shard info after successful connection","" -"passed","Thu Aug 29 08:52:44 GMT 2024","Thu Aug 29 08:52:44 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing emoji","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message on other pubsub topic is not received","" -"passed","Thu Aug 29 08:44:25 GMT 2024","Thu Aug 29 08:44:25 GMT 2024","0","Local Storage Discovery","Unit Tests","","","","should handle corrupted local storage data gracefully","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing short","" -"passed","Thu Aug 29 08:44:06 GMT 2024","Thu Aug 29 08:44:06 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp","" -"passed","Thu Aug 29 08:44:06 GMT 2024","Thu Aug 29 08:44:06 GMT 2024","0","ENR","Verify","","","","should return false","" -"passed","Thu Aug 29 08:54:16 GMT 2024","Thu Aug 29 08:54:16 GMT 2024","0","Waku Store, sorting","","","","","Ordered Callback sorting by timestamp while page direction is true","" -"passed","Thu Aug 29 08:52:43 GMT 2024","Thu Aug 29 08:52:43 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing SQL Injection and publish message","" -"passed","Thu Aug 29 08:47:47 GMT 2024","Thu Aug 29 08:47:47 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing shell command","" -"passed","Thu Aug 29 08:45:41 GMT 2024","Thu Aug 29 08:45:41 GMT 2024","0","Connection state","","","","","`waku:online` between 2 js-waku relay nodes","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with no content topic is not received","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1724917697150","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Chinese payload","" -"passed","Thu Aug 29 08:53:40 GMT 2024","Thu Aug 29 08:53:40 GMT 2024","1","Waku Store, cursor","","","","","Passing invalid cursor","" -"passed","Thu Aug 29 08:44:06 GMT 2024","Thu Aug 29 08:44:06 GMT 2024","0","ENR","Verify","","","","should throw error - no id","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","" -"passed","Thu Aug 29 08:47:47 GMT 2024","Thu Aug 29 08:47:47 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing escaped characters","" -"passed","Thu Aug 29 08:47:47 GMT 2024","Thu Aug 29 08:47:47 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1649153314 ","" -"passed","Thu Aug 29 08:44:06 GMT 2024","Thu Aug 29 08:44:06 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only LIGHTPUSH enabled","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should extract SingleShardInfo from a valid PubsubTopic","" -"passed","Thu Aug 29 08:51:38 GMT 2024","Thu Aug 29 08:51:38 GMT 2024","1","Peer Exchange Continuous Discovery","","","","","Should update shard info","" -"passed","Thu Aug 29 08:48:16 GMT 2024","Thu Aug 29 08:48:16 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Arabic","" -"passed","Thu Aug 29 08:44:31 GMT 2024","Thu Aug 29 08:44:31 GMT 2024","1","Symmetric Encryption","","","","","Round trip binary encryption [symmetric, signature]","" -"passed","Thu Aug 29 08:44:33 GMT 2024","Thu Aug 29 08:44:33 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" -"passed","Thu Aug 29 08:44:21 GMT 2024","Thu Aug 29 08:44:21 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with store capability","" -"passed","Thu Aug 29 08:47:47 GMT 2024","Thu Aug 29 08:47:47 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1724921087845 ","" -"passed","Thu Aug 29 08:53:40 GMT 2024","Thu Aug 29 08:53:40 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 2 index when there are 4 messages","" -"passed","Thu Aug 29 08:44:06 GMT 2024","Thu Aug 29 08:44:06 GMT 2024","1","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp","" -"passed","Thu Aug 29 08:53:33 GMT 2024","Thu Aug 29 08:53:33 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","Non TWN Cluster","" -"passed","Thu Aug 29 08:52:18 GMT 2024","Thu Aug 29 08:52:18 GMT 2024","0","Waku Relay, Interop","","","","","Js publishes, other Js receives","" -"passed","Thu Aug 29 08:45:41 GMT 2024","Thu Aug 29 08:45:41 GMT 2024","1","Connection state","","","","","should emit `waku:offline` event only when all peers disconnect","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /incorrect/format","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing XML and receive message","" -"passed","Thu Aug 29 08:54:37 GMT 2024","Thu Aug 29 08:54:37 GMT 2024","0","Wait for remote peer","","","","","Relay - times out","" -"passed","Thu Aug 29 08:53:39 GMT 2024","Thu Aug 29 08:53:39 GMT 2024","0","Static Sharding: Running Nodes","Others","","","","using a protocol with unconfigured pubsub topic should fail","" -"passed","Thu Aug 29 08:44:10 GMT 2024","Thu Aug 29 08:44:10 GMT 2024","1","to proto message","","","","","Fields are not dropped","" -"passed","Thu Aug 29 08:53:33 GMT 2024","Thu Aug 29 08:53:33 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 2 - Cluster ID: 10, Content Topic: /app40/8/topic364/utf8","" -"passed","Thu Aug 29 08:54:16 GMT 2024","Thu Aug 29 08:54:16 GMT 2024","0","Waku Store, sorting","","","","","Query Generator sorting by timestamp while page direction is true","" -"passed","Thu Aug 29 08:52:44 GMT 2024","Thu Aug 29 08:52:44 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Chinese","" -"passed","Thu Aug 29 08:53:39 GMT 2024","Thu Aug 29 08:53:39 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 4 - Cluster ID: 894, Shard ID: 630","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Script payload","" -"passed","Thu Aug 29 08:48:17 GMT 2024","Thu Aug 29 08:48:17 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Script and receive message","" -"passed","Thu Aug 29 08:49:39 GMT 2024","Thu Aug 29 08:49:39 GMT 2024","0","Waku Light Push : Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Thu Aug 29 08:44:06 GMT 2024","Thu Aug 29 08:44:06 GMT 2024","0","ENR","Txt codec","","","","should decode valid ENR with multiaddrs successfully [shared test vector]","" -"passed","Thu Aug 29 08:50:23 GMT 2024","Thu Aug 29 08:50:23 GMT 2024","1","multiaddr: dialing","does not attempt the same peer discovered multiple times more than once","","","","through manual discovery","" -"passed","Thu Aug 29 08:53:33 GMT 2024","Thu Aug 29 08:53:33 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 10 - Cluster ID: 10, Content Topic: /app68/6/topic182/xml","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing unicode special characters","" -"passed","Thu Aug 29 08:45:58 GMT 2024","Thu Aug 29 08:45:58 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on subscribed peer","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with XML payload","" -"passed","Thu Aug 29 08:51:37 GMT 2024","Thu Aug 29 08:51:37 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing special chars and receive message","" -"passed","Thu Aug 29 08:48:17 GMT 2024","Thu Aug 29 08:48:17 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing unicode special characters and receive message","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","1","contentTopicsByPubsubTopic","","","","","groups multiple content topics into the same pubsub topic when they share the same shard index","" -"passed","Thu Aug 29 08:45:58 GMT 2024","Thu Aug 29 08:45:58 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Reopen subscription with peer with lost subscription","" -"passed","Thu Aug 29 08:44:05 GMT 2024","Thu Aug 29 08:44:05 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with only STORE set to true","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Basic HTML tag","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Basic HTML tag","" -"passed","Thu Aug 29 08:53:33 GMT 2024","Thu Aug 29 08:53:33 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 1 - Cluster ID: 10, Content Topic: /app46/10/topic629/xml","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with non string payload is not received","" -"passed","Thu Aug 29 08:48:17 GMT 2024","Thu Aug 29 08:48:17 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Arabic and receive message","" -"passed","Thu Aug 29 08:50:23 GMT 2024","Thu Aug 29 08:50:23 GMT 2024","1","multiaddr: dialing","","","","","can dial TLS multiaddrs","" -"passed","Thu Aug 29 08:44:59 GMT 2024","Thu Aug 29 08:44:59 GMT 2024","1","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - asymmetric encryption","" -"passed","Thu Aug 29 08:52:43 GMT 2024","Thu Aug 29 08:52:43 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing special chars and publish message","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing long and receive message","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Basic HTML tag and receive message","" -"passed","Thu Aug 29 08:52:44 GMT 2024","Thu Aug 29 08:52:44 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing XML","" -"passed","Thu Aug 29 08:51:37 GMT 2024","Thu Aug 29 08:51:37 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","" -"passed","Thu Aug 29 08:44:31 GMT 2024","Thu Aug 29 08:44:31 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" -"passed","Thu Aug 29 08:52:44 GMT 2024","Thu Aug 29 08:52:44 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with empty text","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","" -"passed","Thu Aug 29 08:44:32 GMT 2024","Thu Aug 29 08:44:32 GMT 2024","0","Waku Encryption","","","","","Sign & Recover","" -"passed","Thu Aug 29 08:46:36 GMT 2024","Thu Aug 29 08:46:36 GMT 2024","0","Waku Filter: Peer Management: E2E","","","","","Ping succeeds for all connected peers","" -"passed","Thu Aug 29 08:44:05 GMT 2024","Thu Aug 29 08:44:05 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with ALL protocols set to false","" -"passed","Thu Aug 29 08:54:16 GMT 2024","Thu Aug 29 08:54:16 GMT 2024","1","Waku Store, page size","","","","","Passing page size 3 when there are 20 messages","" -"passed","Thu Aug 29 08:48:41 GMT 2024","Thu Aug 29 08:48:41 GMT 2024","0","Health Manager","Should update the health status for protocols","","","","Filter with 3 connections","" -"passed","Thu Aug 29 08:47:47 GMT 2024","Thu Aug 29 08:47:47 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message on other pubsub topic is not received","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","5","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing SQL Injection and receive message","" -"passed","Thu Aug 29 08:52:43 GMT 2024","Thu Aug 29 08:52:43 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Chinese and publish message","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","contentTopicToPubsubTopic","","","","","should correctly map a content topic to a pubsub topic for different network shard sizes","" -"passed","Thu Aug 29 08:54:23 GMT 2024","Thu Aug 29 08:54:23 GMT 2024","0","Waku Store, general","","","","","Query generator for 2000 messages","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with empty encoding field","" -"passed","Thu Aug 29 08:44:00 GMT 2024","Thu Aug 29 08:44:00 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (payload length 0)","" -"passed","Thu Aug 29 08:46:04 GMT 2024","Thu Aug 29 08:46:04 GMT 2024","1","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with non string payload is not received","" -"passed","Thu Aug 29 08:53:03 GMT 2024","Thu Aug 29 08:53:03 GMT 2024","1","Peer Exchange","","","","","getPeersByDiscovery","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with generation field greater than 0","" -"passed","Thu Aug 29 08:52:43 GMT 2024","Thu Aug 29 08:52:43 GMT 2024","1","Waku Relay, Subscribe","","","","","Register correct protocols","" -"passed","Thu Aug 29 08:54:29 GMT 2024","Thu Aug 29 08:54:29 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","" -"passed","Thu Aug 29 08:47:47 GMT 2024","Thu Aug 29 08:47:47 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Basic HTML tag","" -"passed","Thu Aug 29 08:44:11 GMT 2024","Thu Aug 29 08:44:11 GMT 2024","0","Waku Message version 0","","","","","Ephemeral field set to true","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","" -"passed","Thu Aug 29 08:52:43 GMT 2024","Thu Aug 29 08:52:43 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing emoji and publish message","" -"passed","Thu Aug 29 08:52:43 GMT 2024","Thu Aug 29 08:52:43 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing numeric and publish message","" -"passed","Thu Aug 29 08:54:00 GMT 2024","Thu Aug 29 08:54:00 GMT 2024","0","Waku Store, order","","","","","Query Generator - true","" -"passed","Thu Aug 29 08:44:06 GMT 2024","Thu Aug 29 08:44:06 GMT 2024","1","ENR","Verify","","","","should throw error - no public key","" -"passed","Thu Aug 29 08:53:39 GMT 2024","Thu Aug 29 08:53:39 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 3 - Cluster ID: 409, Shard ID: 679","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing short","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing short and receive message","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Arabic payload","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with meta","" -"passed","Thu Aug 29 08:48:16 GMT 2024","Thu Aug 29 08:48:16 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages via lightPush","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing short and receive message","" -"passed","Thu Aug 29 08:44:11 GMT 2024","Thu Aug 29 08:44:11 GMT 2024","1","Sets sharding configuration correctly","","","","","uses static shard pubsub topic instead of autosharding when set","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","" -"passed","Thu Aug 29 08:44:48 GMT 2024","Thu Aug 29 08:44:48 GMT 2024","2","Events","peer:connect","","","","should emit `peer:connected:bootstrap` event when a peer is connected","" -"passed","Thu Aug 29 08:53:33 GMT 2024","Thu Aug 29 08:53:33 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 8 - Cluster ID: 10, Content Topic: /app47/7/topic631/xml","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing XML","" -"passed","Thu Aug 29 08:53:39 GMT 2024","Thu Aug 29 08:53:39 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 2 - Cluster ID: 595, Shard ID: 275","" -"skipped","Thu Aug 29 08:47:47 GMT 2024","Thu Aug 29 08:47:47 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message received after nwaku node is restarted","" -"skipped","Thu Aug 29 08:53:03 GMT 2024","Thu Aug 29 08:53:03 GMT 2024","0","Peer Exchange","","","","","new peer added after a peer was already found","" -"passed","Thu Aug 29 08:54:37 GMT 2024","Thu Aug 29 08:54:37 GMT 2024","0","Wait for remote peer","","","","","Relay - dialed first","" -"passed","Thu Aug 29 08:48:20 GMT 2024","Thu Aug 29 08:48:20 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe topics the node is not subscribed to","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1724921087396 ","" -"passed","Thu Aug 29 08:45:48 GMT 2024","Thu Aug 29 08:45:48 GMT 2024","1","Waku Filter V2: Ping","","","","","Ping on peer without subscriptions","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing emoji","" -"passed","Thu Aug 29 08:44:06 GMT 2024","Thu Aug 29 08:44:06 GMT 2024","0","ENR","Txt codec","","","","should encodeTxt and decodeTxt","" -"passed","Thu Aug 29 08:53:33 GMT 2024","Thu Aug 29 08:53:33 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","Cluster ID 0 - Default/Global Cluster","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1724924921438","" -"passed","Thu Aug 29 08:44:11 GMT 2024","Thu Aug 29 08:44:11 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" -"passed","Thu Aug 29 08:45:41 GMT 2024","Thu Aug 29 08:45:41 GMT 2024","0","Connection state","","","","","isConnected should return true after first peer connects","" -"passed","Thu Aug 29 08:52:43 GMT 2024","Thu Aug 29 08:52:43 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Arabic and publish message","" -"passed","Thu Aug 29 08:52:39 GMT 2024","Thu Aug 29 08:52:39 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not fail to stop the service if it was not started","" -"passed","Thu Aug 29 08:44:55 GMT 2024","Thu Aug 29 08:44:55 GMT 2024","0","Dials","dialPeer method","For bootstrap peers","","","should be called for bootstrap peers","" -"passed","Thu Aug 29 08:53:40 GMT 2024","Thu Aug 29 08:53:40 GMT 2024","1","Waku Store, cursor","","","","","Passing cursor with wrong pubsubTopic","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","" -"passed","Thu Aug 29 08:52:43 GMT 2024","Thu Aug 29 08:52:43 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe and publish messages on 2 different content topics","" -"skipped","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Peer Exchange Query","","","","","connected peers and dial","" -"passed","Thu Aug 29 08:46:36 GMT 2024","Thu Aug 29 08:46:36 GMT 2024","0","Waku Filter: Peer Management: E2E","","","","","Maintains correct number of peers after multiple subscribe/unsubscribe cycles","" -"passed","Thu Aug 29 08:54:18 GMT 2024","Thu Aug 29 08:54:18 GMT 2024","0","Waku Store (named sharding), custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" -"passed","Thu Aug 29 08:44:21 GMT 2024","Thu Aug 29 08:44:21 GMT 2024","0","DNS Node Discovery","","","","","ignores unrecognized TXT record formats","" -"passed","Thu Aug 29 08:44:32 GMT 2024","Thu Aug 29 08:44:32 GMT 2024","1","Waku Encryption","","","","","pre and post cipher","" -"passed","Thu Aug 29 08:53:40 GMT 2024","Thu Aug 29 08:53:40 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 0 index when there are 20 messages","" -"passed","Thu Aug 29 08:46:36 GMT 2024","Thu Aug 29 08:46:36 GMT 2024","0","Waku Filter: Peer Management: E2E","","","","","Ping fails for unsubscribed peers","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/22/sometopic/someencoding to shard index 2","" -"passed","Thu Aug 29 08:48:17 GMT 2024","Thu Aug 29 08:48:17 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Russian and receive message","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","2","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with escaped characters payload","" -"passed","Thu Aug 29 08:44:31 GMT 2024","Thu Aug 29 08:44:31 GMT 2024","1","Symmetric Encryption","","","","","Round trip binary encryption [symmetric, no signature]","" -"passed","Thu Aug 29 08:44:25 GMT 2024","Thu Aug 29 08:44:25 GMT 2024","0","Local Storage Discovery","Unit Tests","","","","should load peers from local storage and dispatch events","" -"passed","Thu Aug 29 08:49:40 GMT 2024","Thu Aug 29 08:49:40 GMT 2024","0","This","Is also","","","","A test","" -"passed","Thu Aug 29 08:44:10 GMT 2024","Thu Aug 29 08:44:10 GMT 2024","0","filterPeersByDiscovery function","","","","","should return only bootstrap peers up to maxBootstrapPeers","" -"passed","Thu Aug 29 08:46:38 GMT 2024","Thu Aug 29 08:46:38 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribes all - node subscribed to 1 topic","" -"passed","Thu Aug 29 08:44:31 GMT 2024","Thu Aug 29 08:44:31 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" -"passed","Thu Aug 29 08:47:47 GMT 2024","Thu Aug 29 08:47:47 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing JSON","" -"passed","Thu Aug 29 08:54:18 GMT 2024","Thu Aug 29 08:54:18 GMT 2024","1","Waku Store, custom pubsub topic","","","","","Generator, custom pubsub topic","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing JSON and receive message","" -"passed","Thu Aug 29 08:52:44 GMT 2024","Thu Aug 29 08:52:44 GMT 2024","2","Waku Relay, Publish","","","","","Publish message with custom timestamp: Thu Aug 29 2024 07:52:18 GMT+0000 (Coordinated Universal Time)","" -"passed","Thu Aug 29 08:44:06 GMT 2024","Thu Aug 29 08:44:06 GMT 2024","0","ENR","Multiaddr getters and setters","","","","should get / set TCP multiaddr","" -"passed","Thu Aug 29 08:52:44 GMT 2024","Thu Aug 29 08:52:44 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with wrong pubsubtopic","" -"passed","Thu Aug 29 08:48:16 GMT 2024","Thu Aug 29 08:48:16 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive ecies encrypted messages via lightPush","" -"passed","Thu Aug 29 08:53:39 GMT 2024","Thu Aug 29 08:53:39 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 8 - Cluster ID: 673, Shard ID: 32","" -"passed","Thu Aug 29 08:46:38 GMT 2024","Thu Aug 29 08:46:38 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribes all - node subscribed to 10 topics","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing XML","" -"passed","Thu Aug 29 08:44:05 GMT 2024","Thu Aug 29 08:44:05 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with RELAY and FILTER protocols set to true","" -"skipped","Thu Aug 29 08:44:21 GMT 2024","Thu Aug 29 08:44:21 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing SQL Injection","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","1","shardInfoToPubsubTopics","","","","","should throw an error for missing required configuration","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /0/toychat/2/huilong/proto to shard index 3","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","Relay Shard codec","","","","","should correctly encode and decode relay shards using rsv format (Bit Vector)","" -"passed","Thu Aug 29 08:44:00 GMT 2024","Thu Aug 29 08:44:00 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (meta attribute not present)","" -"passed","Thu Aug 29 08:45:48 GMT 2024","Thu Aug 29 08:45:48 GMT 2024","0","Waku Filter V2: Ping","","","","","Ping on subscribed peer","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Refresh subscription","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing emoji and receive message","" -"passed","Thu Aug 29 08:44:55 GMT 2024","Thu Aug 29 08:44:55 GMT 2024","1","Dials","dialPeer method","For peer-exchange peers","","","should be called for every peer with PEER_EXCHANGE tags","" -"passed","Thu Aug 29 08:53:33 GMT 2024","Thu Aug 29 08:53:33 GMT 2024","1","Autosharding: Running Nodes","Others","","","","configure the node with multiple content topics","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Renews subscription after lossing a connection","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/2/rs","" -"passed","Thu Aug 29 08:44:33 GMT 2024","Thu Aug 29 08:44:33 GMT 2024","0","Ecies Encryption","","","","","Check meta is set [ecies]","" -"passed","Thu Aug 29 08:53:33 GMT 2024","Thu Aug 29 08:53:33 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 4 - Cluster ID: 10, Content Topic: /app78/9/topic582/xml","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Russian","" -"passed","Thu Aug 29 08:52:43 GMT 2024","Thu Aug 29 08:52:43 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing JSON and publish message","" -"passed","Thu Aug 29 08:48:41 GMT 2024","Thu Aug 29 08:48:41 GMT 2024","0","Health Manager","Should update the health status for protocols","","","","LightPush with 1 connections","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing JSON and receive message","" -"passed","Thu Aug 29 08:47:47 GMT 2024","Thu Aug 29 08:47:47 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Arabic","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing Arabic","" -"passed","Thu Aug 29 08:54:00 GMT 2024","Thu Aug 29 08:54:00 GMT 2024","0","Waku Store, order","","","","","Promise Callback - false","" -"passed","Thu Aug 29 08:52:43 GMT 2024","Thu Aug 29 08:52:43 GMT 2024","1","Waku Relay, Subscribe","","","","","Publish without waiting for remote peer","" -"passed","Thu Aug 29 08:44:21 GMT 2024","Thu Aug 29 08:44:21 GMT 2024","1","Fetch nodes until capabilities are fulfilled","","","","","1 Relay, 1 fetch","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with meta","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing long","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Chinese","" -"passed","Thu Aug 29 08:44:11 GMT 2024","Thu Aug 29 08:44:11 GMT 2024","0","Waku Message version 0","","","","","Round trip binary serialization","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","determinePubsubTopic","","","","","should return the pubsub topic directly if a string is provided","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Russian payload","" -"skipped","Thu Aug 29 08:52:44 GMT 2024","Thu Aug 29 08:52:44 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message after client node is restarted","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages via lightPush","" -"passed","Thu Aug 29 08:54:37 GMT 2024","Thu Aug 29 08:54:37 GMT 2024","0","Wait for remote peer","","","","","LightPush","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","" -"passed","Thu Aug 29 08:54:00 GMT 2024","Thu Aug 29 08:54:00 GMT 2024","0","Waku Store, error handling","","","","","Query Generator, Multiple PubsubTopics","" -"passed","Thu Aug 29 08:46:04 GMT 2024","Thu Aug 29 08:46:04 GMT 2024","1","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" -"passed","Thu Aug 29 08:49:39 GMT 2024","Thu Aug 29 08:49:39 GMT 2024","0","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Thu Aug 29 08:45:41 GMT 2024","Thu Aug 29 08:45:41 GMT 2024","0","Connection state","","","","","isConnected should return false after all peers disconnect","" -"passed","Thu Aug 29 08:44:10 GMT 2024","Thu Aug 29 08:44:10 GMT 2024","0","filterPeersByDiscovery function","","","","","should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","" -"passed","Thu Aug 29 08:52:43 GMT 2024","Thu Aug 29 08:52:43 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe at once to 10000 topics and publish messages","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","6","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing shell command","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Thu Aug 29 08:53:03 GMT 2024","Thu Aug 29 08:53:03 GMT 2024","0","Peer Exchange","","","","","peerDiscovery without wakuPeerExchangeDiscovery","" -"passed","Thu Aug 29 08:44:31 GMT 2024","Thu Aug 29 08:44:31 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","1","ensureValidContentTopic","","","","","throws on empty content topic","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing numeric and receive message","" -"passed","Thu Aug 29 08:54:32 GMT 2024","Thu Aug 29 08:54:32 GMT 2024","0","Waku Dial [node only]","Interop: ServiceNode","","","","connects to nwaku","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/27/sometopic/someencoding to shard index 5","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with JSON payload","" -"passed","Thu Aug 29 08:55:23 GMT 2024","Thu Aug 29 08:55:23 GMT 2024","0","Autosharding: Peer Management","Peer Exchange","","","","px service nodes not subscribed to the shard should not be dialed","" -"passed","Thu Aug 29 08:54:00 GMT 2024","Thu Aug 29 08:54:00 GMT 2024","1","Waku Store, error handling","","","","","Query Generator, No Decoder","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","1","shardInfoToPubsubTopics","","","","","should handle clusterId, application and version for autosharding with cluster iD 6","" -"passed","Thu Aug 29 08:47:47 GMT 2024","Thu Aug 29 08:47:47 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1949153314000 ","" -"passed","Thu Aug 29 08:45:28 GMT 2024","Thu Aug 29 08:45:28 GMT 2024","1","Public methods","","","","","removeEventListener with wrong event","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message bigger that 1MB","" -"passed","Thu Aug 29 08:45:58 GMT 2024","Thu Aug 29 08:45:58 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on unsubscribed peer","" -"passed","Thu Aug 29 08:47:47 GMT 2024","Thu Aug 29 08:47:47 GMT 2024","6","Waku Filter V2: FilterPush","","","","","Check message with no pubsub topic is not received","" -"passed","Thu Aug 29 08:44:05 GMT 2024","Thu Aug 29 08:44:05 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with STORE and LIGHTPUSH protocols set to true","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message equal or less that 1MB","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing emoji and receive message","" -"passed","Thu Aug 29 08:48:17 GMT 2024","Thu Aug 29 08:48:17 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing numeric and receive message","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Russian and receive message","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Thu Aug 29 08:53:39 GMT 2024","Thu Aug 29 08:53:39 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 7 - Cluster ID: 322, Shard ID: 212","" -"passed","Thu Aug 29 08:46:04 GMT 2024","Thu Aug 29 08:46:04 GMT 2024","0","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" -"passed","Thu Aug 29 08:46:04 GMT 2024","Thu Aug 29 08:46:04 GMT 2024","1","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","different cluster, different shard: nodes don't connect (autosharding)","" -"passed","Thu Aug 29 08:46:38 GMT 2024","Thu Aug 29 08:46:38 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing unicode special characters and receive message","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/ ","" -"passed","Thu Aug 29 08:44:25 GMT 2024","Thu Aug 29 08:44:25 GMT 2024","1","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not fail to stop the service if it was not started","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing escaped characters and receive message","" -"passed","Thu Aug 29 08:48:17 GMT 2024","Thu Aug 29 08:48:17 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Overlapping topic subscription","" -"passed","Thu Aug 29 08:44:25 GMT 2024","Thu Aug 29 08:44:25 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","can start and stop the service","" -"passed","Thu Aug 29 08:44:55 GMT 2024","Thu Aug 29 08:44:55 GMT 2024","1","Dials","attemptDial method","","","","should be called at least once on all `peer:discovery` events","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","" -"passed","Thu Aug 29 08:47:47 GMT 2024","Thu Aug 29 08:47:47 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing Chinese","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","different cluster, same shard: nodes don't connect","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 7","" -"passed","Thu Aug 29 08:52:44 GMT 2024","Thu Aug 29 08:52:44 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Script","" -"passed","Thu Aug 29 08:54:32 GMT 2024","Thu Aug 29 08:54:32 GMT 2024","0","User Agent","","","","","Sets default value correctly","" -"passed","Thu Aug 29 08:54:29 GMT 2024","Thu Aug 29 08:54:29 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","" -"passed","Thu Aug 29 08:54:16 GMT 2024","Thu Aug 29 08:54:16 GMT 2024","0","Waku Store, page size","","","","","Passing page size 110 when there are 120 messages","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/!","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","Relay Shard codec","","","","","should throw an error for insufficient data","" -"passed","Thu Aug 29 08:53:40 GMT 2024","Thu Aug 29 08:53:40 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 19 index when there are 50 messages","" -"passed","Thu Aug 29 08:51:37 GMT 2024","Thu Aug 29 08:51:37 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Script and receive message","" -"passed","Thu Aug 29 08:52:44 GMT 2024","Thu Aug 29 08:52:44 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing short","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","shardInfoToPubsubTopics","","","","","should handle clusterId, application and version for autosharding with cluster iD 1","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /0/statusim/1/community/cbor to shard index 4","" -"skipped","Thu Aug 29 08:44:58 GMT 2024","Thu Aug 29 08:44:58 GMT 2024","0","DNS Node Discovery [live data]","","","","","passes more than one ENR URLs and attempts connection","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","" -"passed","Thu Aug 29 08:45:41 GMT 2024","Thu Aug 29 08:45:41 GMT 2024","0","Connection state","","","","","should emit `waku:online` event only when first peer is connected","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Basic HTML tag payload","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing long and receive message","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Basic HTML tag payload","" -"passed","Thu Aug 29 08:54:37 GMT 2024","Thu Aug 29 08:54:37 GMT 2024","1","Wait for remote peer","","","","","Filter","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing long","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing long","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/\/1","" -"passed","Thu Aug 29 08:54:00 GMT 2024","Thu Aug 29 08:54:00 GMT 2024","0","Waku Store, error handling","","","","","Query with Ordered Callback, No Decoder","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1724921087396000000 ","" -"passed","Thu Aug 29 08:45:28 GMT 2024","Thu Aug 29 08:45:28 GMT 2024","1","Public methods","","","","","addEventListener with correct event","" -"passed","Thu Aug 29 08:54:16 GMT 2024","Thu Aug 29 08:54:16 GMT 2024","1","Waku Store, page size","","","","","Passing page size 0 when there are 110 messages","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing Basic HTML tag","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with special chars payload","" -"passed","Thu Aug 29 08:46:38 GMT 2024","Thu Aug 29 08:46:38 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","ensureShardingConfigured","","","","","should return valid sharding parameters for static sharding","" -"passed","Thu Aug 29 08:52:44 GMT 2024","Thu Aug 29 08:52:44 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing numeric","" -"passed","Thu Aug 29 08:54:37 GMT 2024","Thu Aug 29 08:54:37 GMT 2024","1","Wait for remote peer","","","","","Privacy Node - default protocol","" -"passed","Thu Aug 29 08:48:20 GMT 2024","Thu Aug 29 08:48:20 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" -"passed","Thu Aug 29 08:44:06 GMT 2024","Thu Aug 29 08:44:06 GMT 2024","1","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp4","" -"passed","Thu Aug 29 08:54:00 GMT 2024","Thu Aug 29 08:54:00 GMT 2024","1","Waku Store, error handling","","","","","Query with Promise Callback, No Decoder","" -"passed","Thu Aug 29 08:44:05 GMT 2024","Thu Aug 29 08:44:05 GMT 2024","1","Multiaddr from fields","","","","","udp ip6 address","" -"passed","Thu Aug 29 08:46:04 GMT 2024","Thu Aug 29 08:46:04 GMT 2024","0","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" -"passed","Thu Aug 29 08:48:17 GMT 2024","Thu Aug 29 08:48:17 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Refresh subscription","" -"passed","Thu Aug 29 08:54:18 GMT 2024","Thu Aug 29 08:54:18 GMT 2024","0","Waku Store (named sharding), custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" -"passed","Thu Aug 29 08:48:20 GMT 2024","Thu Aug 29 08:48:20 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribes all - node subscribed to 1 topic","" -"passed","Thu Aug 29 08:44:06 GMT 2024","Thu Aug 29 08:44:06 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with all protocols disabled","" -"passed","Thu Aug 29 08:54:18 GMT 2024","Thu Aug 29 08:54:18 GMT 2024","1","Waku Store (named sharding), custom pubsub topic","","","","","Generator, custom pubsub topic","" -"passed","Thu Aug 29 08:48:17 GMT 2024","Thu Aug 29 08:48:17 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receives messages on 20 topics","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Russian","" -"passed","Thu Aug 29 08:52:20 GMT 2024","Thu Aug 29 08:52:20 GMT 2024","1","Waku Relay, multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/1 topic","" -"passed","Thu Aug 29 08:53:39 GMT 2024","Thu Aug 29 08:53:39 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 10 - Cluster ID: 613, Shard ID: 314","" -"passed","Thu Aug 29 08:52:20 GMT 2024","Thu Aug 29 08:52:20 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/2 topic","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Arabic and receive message","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","pushOrInitMapSet","","","","","Push to array if already present","" -"passed","Thu Aug 29 08:47:47 GMT 2024","Thu Aug 29 08:47:47 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing special chars","" -"skipped","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message received after nwaku node is restarted","" -"passed","Thu Aug 29 08:52:44 GMT 2024","Thu Aug 29 08:52:44 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing special chars","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","contentTopicToPubsubTopic","","","","","should use the provided clusterId for the pubsub topic","" -"passed","Thu Aug 29 08:50:23 GMT 2024","Thu Aug 29 08:50:23 GMT 2024","0","nwaku","","","","","Correctly serialized arguments","" -"passed","Thu Aug 29 08:54:29 GMT 2024","Thu Aug 29 08:54:29 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","2","pushOrInitMapSet","","","","","Init the array if not present","" -"passed","Thu Aug 29 08:53:33 GMT 2024","Thu Aug 29 08:53:33 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 3 - Cluster ID: 10, Content Topic: /app64/5/topic958/json","" -"passed","Thu Aug 29 08:54:00 GMT 2024","Thu Aug 29 08:54:00 GMT 2024","1","Waku Store, error handling","","","","","Query Generator, Wrong PubsubTopic","" -"passed","Thu Aug 29 08:44:10 GMT 2024","Thu Aug 29 08:44:10 GMT 2024","0","filterPeersByDiscovery function","","","","","should return all peers when numPeers is 0","" -"passed","Thu Aug 29 08:54:29 GMT 2024","Thu Aug 29 08:54:29 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","" -"passed","Thu Aug 29 08:52:44 GMT 2024","Thu Aug 29 08:52:44 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","" -"passed","Thu Aug 29 08:46:38 GMT 2024","Thu Aug 29 08:46:38 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe topics the node is not subscribed to","" -"passed","Thu Aug 29 08:44:25 GMT 2024","Thu Aug 29 08:44:25 GMT 2024","1","Local Storage Discovery","Unit Tests","","","","should update peers in local storage on 'peer:identify' event","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","1","shardInfoToPubsubTopics","","","","","should return unique PubsubTopics for static sharding","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages on 2 different content topics","" -"passed","Thu Aug 29 08:44:25 GMT 2024","Thu Aug 29 08:44:25 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not receive a peer event before start","" -"passed","Thu Aug 29 08:53:39 GMT 2024","Thu Aug 29 08:53:39 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","Cluster ID 0 - Default/Global Cluster","" -"passed","Thu Aug 29 08:55:23 GMT 2024","Thu Aug 29 08:55:23 GMT 2024","1","Static Sharding: Peer Management","Peer Exchange","","","","all px service nodes subscribed to the shard topic should be dialed","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Script","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","1","Relay Shard codec","","","","","should correctly encode and decode relay shards using rs format (Index List)","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","singleShardInfosToShardInfo","","","","","should aggregate SingleShardInfos into a ShardInfo","" -"passed","Thu Aug 29 08:54:00 GMT 2024","Thu Aug 29 08:54:00 GMT 2024","0","Waku Store, error handling","","","","","Query with Ordered Callback, Multiple PubsubTopics","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","determinePubsubTopic","","","","","should return a calculated topic if SingleShardInfo is provided","" -"passed","Thu Aug 29 08:52:39 GMT 2024","Thu Aug 29 08:52:39 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not receive a peer event before start","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Throws when trying to push message with empty payload","" -"passed","Thu Aug 29 08:44:11 GMT 2024","Thu Aug 29 08:44:11 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" -"passed","Thu Aug 29 08:51:37 GMT 2024","Thu Aug 29 08:51:37 GMT 2024","2","Node Health Status Matrix Tests","","","","","LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with SQL Injection payload","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","1","ensurePubsubTopicIsConfigured","","","","","should throw an error for an unconfigured topic","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Chinese","" -"passed","Thu Aug 29 08:51:37 GMT 2024","Thu Aug 29 08:51:37 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","" -"passed","Thu Aug 29 08:54:37 GMT 2024","Thu Aug 29 08:54:37 GMT 2024","0","Wait for remote peer","","","","","Relay - dialed after","" -"passed","Thu Aug 29 08:54:29 GMT 2024","Thu Aug 29 08:54:29 GMT 2024","0","Waku Store, time filter","","","","","msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","" -"passed","Thu Aug 29 08:44:11 GMT 2024","Thu Aug 29 08:44:11 GMT 2024","0","Waku Message version 0","","","","","Meta field set when metaSetter is specified","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","" -"passed","Thu Aug 29 08:52:18 GMT 2024","Thu Aug 29 08:52:18 GMT 2024","0","Waku Relay, Interop","","","","","nwaku subscribes","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing SQL Injection","" -"broken","Thu Aug 29 08:51:37 GMT 2024","Thu Aug 29 08:51:37 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","" -"passed","Thu Aug 29 08:46:04 GMT 2024","Thu Aug 29 08:46:04 GMT 2024","1","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages on custom pubsubtopic","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1724924897150","" -"passed","Thu Aug 29 08:54:29 GMT 2024","Thu Aug 29 08:54:29 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","" -"passed","Thu Aug 29 08:54:18 GMT 2024","Thu Aug 29 08:54:18 GMT 2024","1","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" -"passed","Thu Aug 29 08:51:37 GMT 2024","Thu Aug 29 08:51:37 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","" -"passed","Thu Aug 29 08:44:06 GMT 2024","Thu Aug 29 08:44:06 GMT 2024","0","ENR","Txt codec","","","","should decode valid enr with tcp successfully","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","1","ensurePubsubTopicIsConfigured","","","","","should not throw an error for a single configured topic","" -"passed","Thu Aug 29 08:44:58 GMT 2024","Thu Aug 29 08:44:58 GMT 2024","2","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should emit a peer event after start","" -"passed","Thu Aug 29 08:54:00 GMT 2024","Thu Aug 29 08:54:00 GMT 2024","1","Waku Store, order","","","","","Ordered Callback - false","" -"skipped","Thu Aug 29 08:47:47 GMT 2024","Thu Aug 29 08:47:47 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message received after jswaku node is restarted","" -"passed","Thu Aug 29 08:47:47 GMT 2024","Thu Aug 29 08:47:47 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing emoji","" -"passed","Thu Aug 29 08:48:20 GMT 2024","Thu Aug 29 08:48:20 GMT 2024","34","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/-","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Chinese and receive message","" -"passed","Thu Aug 29 08:44:05 GMT 2024","Thu Aug 29 08:44:05 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with ALL protocols set to true","" -"passed","Thu Aug 29 08:53:33 GMT 2024","Thu Aug 29 08:53:33 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 5 - Cluster ID: 10, Content Topic: /app39/10/topic365/proto","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with numeric payload","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages via waku relay post","" -"passed","Thu Aug 29 08:44:58 GMT 2024","Thu Aug 29 08:44:58 GMT 2024","6","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","can start and stop the service","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","1","singleShardInfosToShardInfo","","","","","should throw an error for SingleShardInfos with different clusterIds","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with no content topic is not received","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing escaped characters","" -"passed","Thu Aug 29 08:45:41 GMT 2024","Thu Aug 29 08:45:41 GMT 2024","12","Connection state","","","","","isConnected return false after peer stops","" -"passed","Thu Aug 29 08:48:20 GMT 2024","Thu Aug 29 08:48:20 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribes all - node subscribed to 1 topic","" -"passed","Thu Aug 29 08:53:40 GMT 2024","Thu Aug 29 08:53:40 GMT 2024","0","Waku Store, cursor","","","","","Reusing cursor across nodes","" -"passed","Thu Aug 29 08:45:58 GMT 2024","Thu Aug 29 08:45:58 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on peer without subscriptions","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing SQL Injection","" -"passed","Thu Aug 29 08:45:58 GMT 2024","Thu Aug 29 08:45:58 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on unsubscribed peer","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing special chars","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1694162921438","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with empty topic name field","" -"passed","Thu Aug 29 08:54:00 GMT 2024","Thu Aug 29 08:54:00 GMT 2024","0","Waku Store, order","","","","","Query Generator - false","" -"passed","Thu Aug 29 08:54:32 GMT 2024","Thu Aug 29 08:54:32 GMT 2024","1","Waku Dial [node only]","Bootstrap","","","","Passing an array","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/y/1","" -"passed","Thu Aug 29 08:50:19 GMT 2024","Thu Aug 29 08:50:19 GMT 2024","0","Metadata Protocol","","","","","receiving a ping from a peer does not overwrite shard info","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Russian payload","" -"passed","Thu Aug 29 08:48:17 GMT 2024","Thu Aug 29 08:48:17 GMT 2024","3","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing SQL Injection and receive message","" -"passed","Thu Aug 29 08:49:39 GMT 2024","Thu Aug 29 08:49:39 GMT 2024","0","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" -"passed","Thu Aug 29 08:44:58 GMT 2024","Thu Aug 29 08:44:58 GMT 2024","2","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not fail to stop the service if it was not started","" -"passed","Thu Aug 29 08:48:16 GMT 2024","Thu Aug 29 08:48:17 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages on 2 different content topics","" -"passed","Thu Aug 29 08:54:23 GMT 2024","Thu Aug 29 08:54:23 GMT 2024","0","Waku Store, general","","","","","Query generator for multiple messages with different content topic format","" -"passed","Thu Aug 29 08:51:37 GMT 2024","Thu Aug 29 08:51:37 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing short","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing long","" -"passed","Thu Aug 29 08:47:47 GMT 2024","Thu Aug 29 08:47:47 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Russian","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Basic HTML tag and receive message","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing escaped characters and receive message","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","ensureValidContentTopic","","","","","does not throw on valid cases","" -"passed","Thu Aug 29 08:44:06 GMT 2024","Thu Aug 29 08:44:06 GMT 2024","1","ENR","Txt codec","","","","should decode valid enr successfully","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with no payload is not received","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages via lightPush","" -"passed","Thu Aug 29 08:44:21 GMT 2024","Thu Aug 29 08:44:21 GMT 2024","1","DNS Node Discovery w/ capabilities","","","","","retrieves all peers (2) when cannot fulfill all requirements","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with short payload","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing JSON","" -"passed","Thu Aug 29 08:48:17 GMT 2024","Thu Aug 29 08:48:17 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing JSON and receive message","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/ /1","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing unicode special characters","" -"passed","Thu Aug 29 08:44:21 GMT 2024","Thu Aug 29 08:44:21 GMT 2024","2","Fetch nodes until capabilities are fulfilled","","","","","1 Relay, 1 Filter, gives up","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing special chars","" -"passed","Thu Aug 29 08:54:00 GMT 2024","Thu Aug 29 08:54:00 GMT 2024","0","Waku Store, order","","","","","Ordered Callback - true","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","1","Waku Light Push: Single Node","","","","","Push 30 different messages","" -"passed","Thu Aug 29 08:46:36 GMT 2024","Thu Aug 29 08:46:36 GMT 2024","0","Waku Filter: Peer Management: E2E","","","","","Renews peer on consistent ping failures","" -"passed","Thu Aug 29 08:48:17 GMT 2024","Thu Aug 29 08:48:17 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing XML and receive message","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message on other pubsub topic is not received","" -"passed","Thu Aug 29 08:44:21 GMT 2024","Thu Aug 29 08:44:21 GMT 2024","1","ENRTree","","","","","ENRTree (root): should error if DNS root entry is mis-prefixed","" -"passed","Thu Aug 29 08:44:05 GMT 2024","Thu Aug 29 08:44:05 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with only LIGHTPUSH set to true","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","" -"passed","Thu Aug 29 08:44:48 GMT 2024","Thu Aug 29 08:44:48 GMT 2024","3","Events","peer:discovery","","","","should emit `peer:discovery:bootstrap` event when a peer is discovered","" -"passed","Thu Aug 29 08:54:00 GMT 2024","Thu Aug 29 08:54:00 GMT 2024","0","Waku Store, error handling","","","","","Query with Promise Callback, Wrong PubsubTopic","" -"passed","Thu Aug 29 08:45:28 GMT 2024","Thu Aug 29 08:45:28 GMT 2024","1","Public methods","","","","","dispatchEvent via connectionManager","" -"passed","Thu Aug 29 08:54:00 GMT 2024","Thu Aug 29 08:54:00 GMT 2024","0","Waku Store, error handling","","","","","Query with Ordered Callback, Wrong PubsubTopic","" -"passed","Thu Aug 29 08:52:44 GMT 2024","Thu Aug 29 08:52:44 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish duplicate message","" -"passed","Thu Aug 29 08:54:00 GMT 2024","Thu Aug 29 08:54:00 GMT 2024","0","Waku Store, error handling","","","","","Query with Promise Callback, Multiple PubsubTopics","" -"passed","Thu Aug 29 08:48:46 GMT 2024","Thu Aug 29 08:48:46 GMT 2024","1","Waku Light Push: Peer Management: E2E","","","","","Failed peers are renewed","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Russian","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","" -"passed","Thu Aug 29 08:44:21 GMT 2024","Thu Aug 29 08:44:21 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with relay and store capability","" -"passed","Thu Aug 29 08:52:44 GMT 2024","Thu Aug 29 08:52:44 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing Arabic","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Overlapping topic subscription","" -"passed","Thu Aug 29 08:48:20 GMT 2024","Thu Aug 29 08:48:20 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing shell command","" -"passed","Thu Aug 29 08:44:21 GMT 2024","Thu Aug 29 08:44:21 GMT 2024","0","ENRTree","","","","","ENRTree (tree): should error if DNS tree entry is misformatted","" -"passed","Thu Aug 29 08:44:06 GMT 2024","Thu Aug 29 08:44:06 GMT 2024","0","ENR","Txt codec","","","","should throw error - no public key","" -"passed","Thu Aug 29 08:44:56 GMT 2024","Thu Aug 29 08:44:56 GMT 2024","0","ENR Interop: ServiceNode","","","","","All","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with too few or too many fields","" -"passed","Thu Aug 29 08:52:44 GMT 2024","Thu Aug 29 08:52:44 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing shell command","" -"passed","Thu Aug 29 08:54:25 GMT 2024","Thu Aug 29 08:54:25 GMT 2024","0","Util: toAsyncIterator: Filter","","","","","unsubscribes","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","" -"skipped","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message received after jswaku node is restarted","" -"passed","Thu Aug 29 08:48:41 GMT 2024","Thu Aug 29 08:48:41 GMT 2024","0","Health Manager","Should update the health status for protocols","","","","LightPush with 2 connections","" -"passed","Thu Aug 29 08:45:48 GMT 2024","Thu Aug 29 08:45:48 GMT 2024","0","Waku Filter V2: Ping","","","","","Reopen subscription with peer with lost subscription","" -"passed","Thu Aug 29 08:44:33 GMT 2024","Thu Aug 29 08:44:33 GMT 2024","1","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" -"passed","Thu Aug 29 08:46:04 GMT 2024","Thu Aug 29 08:46:04 GMT 2024","0","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Thu Aug 29 08:44:11 GMT 2024","Thu Aug 29 08:44:11 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Script","" -"passed","Thu Aug 29 08:44:00 GMT 2024","Thu Aug 29 08:44:00 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (message is IDecodedMessage)","" -"passed","Thu Aug 29 08:54:29 GMT 2024","Thu Aug 29 08:54:29 GMT 2024","0","Waku Store, time filter","","","","","Timestamp too far from node time: 40000 ms from now","" -"passed","Thu Aug 29 08:54:25 GMT 2024","Thu Aug 29 08:54:25 GMT 2024","1","Util: toAsyncIterator: Filter","","","","","handles multiple messages","" -"passed","Thu Aug 29 08:51:37 GMT 2024","Thu Aug 29 08:51:37 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","" -"passed","Thu Aug 29 08:48:17 GMT 2024","Thu Aug 29 08:48:17 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Basic HTML tag and receive message","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing JSON","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/\","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","determinePubsubTopic","","","","","should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","shardInfoToPubsubTopics","","","","","should return empty list for no shard","" -"passed","Thu Aug 29 08:46:36 GMT 2024","Thu Aug 29 08:46:36 GMT 2024","0","Waku Filter: Peer Management: E2E","","","","","Tracks peer failures correctly","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message with empty content topic","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","2","Waku Light Push: Single Node","","","","","Push message with shell command payload","" -"passed","Thu Aug 29 08:44:06 GMT 2024","Thu Aug 29 08:44:06 GMT 2024","1","ENR","Multiaddr getters and setters","","","","should get / set UDP multiaddr","" -"passed","Thu Aug 29 08:52:18 GMT 2024","Thu Aug 29 08:52:18 GMT 2024","1","Waku Relay, Interop","","","","","Publishes to nwaku","" -"passed","Thu Aug 29 08:44:06 GMT 2024","Thu Aug 29 08:44:06 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only STORE enabled","" -"passed","Thu Aug 29 08:44:21 GMT 2024","Thu Aug 29 08:44:21 GMT 2024","0","ENRTree","","","","","ENRTree (root): should error if DNS root entry is malformed","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","2","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with invalid timestamp is not received","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1949153314000 ","" -"passed","Thu Aug 29 08:44:21 GMT 2024","Thu Aug 29 08:44:21 GMT 2024","1","ENRTree","","","","","ENRTree (root): should parse and verify and DNS root entry","" -"passed","Thu Aug 29 08:53:40 GMT 2024","Thu Aug 29 08:53:40 GMT 2024","6","Waku Store, cursor","","","","","Passing a valid cursor at 19 index when there are 20 messages","" -"passed","Thu Aug 29 08:48:17 GMT 2024","Thu Aug 29 08:48:17 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing special chars and receive message","" -"passed","Thu Aug 29 08:54:16 GMT 2024","Thu Aug 29 08:54:16 GMT 2024","2","Waku Store, page size","","","","","Passing page size 1 when there are 4 messages","" -"passed","Thu Aug 29 08:44:05 GMT 2024","Thu Aug 29 08:44:05 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with ALL protocols set to false","" -"passed","Thu Aug 29 08:52:44 GMT 2024","Thu Aug 29 08:52:44 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing unicode special characters","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing Russian","" -"passed","Thu Aug 29 08:50:19 GMT 2024","Thu Aug 29 08:50:19 GMT 2024","0","Metadata Protocol","connections","","","","different cluster, different shard: nodes don't connect","" -"passed","Thu Aug 29 08:52:39 GMT 2024","Thu Aug 29 08:52:39 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not fail to start the service if it is already started","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","determinePubsubTopic","","","","","should process correctly when SingleShardInfo has no clusterId but has a shard","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Basic HTML tag","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing shell command","" -"passed","Thu Aug 29 08:44:05 GMT 2024","Thu Aug 29 08:44:05 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with only RELAY set to true","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","2","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with long payload","" -"passed","Thu Aug 29 08:54:18 GMT 2024","Thu Aug 29 08:54:18 GMT 2024","1","Waku Store, custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing JSON","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing unicode special characters","" -"passed","Thu Aug 29 08:52:20 GMT 2024","Thu Aug 29 08:52:20 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","9","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing escaped characters","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","1","getPeers","getPeers property-based tests","","","","should return the correct number of peers based on numPeers and maxBootstrapPeers","" -"passed","Thu Aug 29 08:52:43 GMT 2024","Thu Aug 29 08:52:43 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing short and publish message","" -"passed","Thu Aug 29 08:52:44 GMT 2024","Thu Aug 29 08:52:44 GMT 2024","1","Waku Relay, Publish","","","","","Fails to publish message with wrong content topic","" -"passed","Thu Aug 29 08:53:33 GMT 2024","Thu Aug 29 08:53:33 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","Wrong topic","" -"passed","Thu Aug 29 08:44:06 GMT 2024","Thu Aug 29 08:44:06 GMT 2024","1","ENR","Waku2 key: decode","","","","Relay + Store","" -"passed","Thu Aug 29 08:48:17 GMT 2024","Thu Aug 29 08:48:17 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Error when try to subscribe to more than 101 topics (new limit)","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","shardInfoToPubsubTopics","","","","","should throw an error if shards are undefined for static sharding","" -"passed","Thu Aug 29 08:54:18 GMT 2024","Thu Aug 29 08:54:18 GMT 2024","0","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","5","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","" -"passed","Thu Aug 29 08:44:06 GMT 2024","Thu Aug 29 08:44:06 GMT 2024","0","ENR","Txt codec","","","","should throw error - no id","" -"passed","Thu Aug 29 08:44:21 GMT 2024","Thu Aug 29 08:44:21 GMT 2024","1","DNS Node Discovery","","","","","retrieves a single peer","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","3","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing shell command and receive message","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","" -"passed","Thu Aug 29 08:50:19 GMT 2024","Thu Aug 29 08:50:19 GMT 2024","1","Metadata Protocol","connections","","","","different cluster, same shard: nodes don't connect","" -"passed","Thu Aug 29 08:54:00 GMT 2024","Thu Aug 29 08:54:00 GMT 2024","1","Waku Store, order","","","","","Promise Callback - true","" -"passed","Thu Aug 29 08:52:44 GMT 2024","Thu Aug 29 08:52:44 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing SQL Injection","" -"skipped","Thu Aug 29 08:52:43 GMT 2024","Thu Aug 29 08:52:43 GMT 2024","0","Waku Relay, Subscribe","","","","","Refresh subscription","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages on 2 different content topics","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","contentTopicsByPubsubTopic","","","","","groups content topics by expected pubsub topic","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","" -"passed","Thu Aug 29 08:48:20 GMT 2024","Thu Aug 29 08:48:20 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","" -"passed","Thu Aug 29 08:53:39 GMT 2024","Thu Aug 29 08:53:39 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 5 - Cluster ID: 764, Shard ID: 602","" -"passed","Thu Aug 29 08:48:17 GMT 2024","Thu Aug 29 08:48:17 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing long and receive message","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","singleShardInfoToPubsubTopic","","","","","should convert a SingleShardInfo object to the correct PubsubTopic","" -"passed","Thu Aug 29 08:54:32 GMT 2024","Thu Aug 29 08:54:32 GMT 2024","0","Waku Dial [node only]","Bootstrap","","","","Using a function","" -"broken","Thu Aug 29 08:51:37 GMT 2024","Thu Aug 29 08:51:37 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","" -"passed","Thu Aug 29 08:54:16 GMT 2024","Thu Aug 29 08:54:16 GMT 2024","0","Waku Store, page size","","","","","Passing page size 19 when there are 20 messages","" -"passed","Thu Aug 29 08:52:44 GMT 2024","Thu Aug 29 08:52:44 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with custom timestamp: Thu Aug 29 2024 09:52:18 GMT+0000 (Coordinated Universal Time)","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing shell command and receive message","" -"passed","Thu Aug 29 08:53:40 GMT 2024","Thu Aug 29 08:53:40 GMT 2024","6","Waku Store, cursor","","","","","Passing a valid cursor at 110 index when there are 120 messages","" -"passed","Thu Aug 29 08:49:40 GMT 2024","Thu Aug 29 08:49:40 GMT 2024","0","This","Is","","","","A test","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing SQL Injection and receive message","" -"passed","Thu Aug 29 08:44:05 GMT 2024","Thu Aug 29 08:44:05 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with ALL protocols set to true","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","ensureShardingConfigured","","","","","should return valid sharding parameters for content topics autosharding","" -"passed","Thu Aug 29 08:44:31 GMT 2024","Thu Aug 29 08:44:31 GMT 2024","0","Symmetric Encryption","","","","","Check meta is set [symmetric]","" -"passed","Thu Aug 29 08:52:44 GMT 2024","Thu Aug 29 08:52:44 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with custom timestamp: Fri Sep 08 2023 08:52:18 GMT+0000 (Coordinated Universal Time)","" -"passed","Thu Aug 29 08:45:58 GMT 2024","Thu Aug 29 08:45:58 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on subscribed peer","" -"passed","Thu Aug 29 08:44:00 GMT 2024","Thu Aug 29 08:44:00 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (meta size of 64 bytes)","" -"passed","Thu Aug 29 08:47:47 GMT 2024","Thu Aug 29 08:47:47 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with no content topic is not received","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Chinese","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","contentTopicsByPubsubTopic","","","","","handles different clusterIds correctly","" -"passed","Thu Aug 29 08:54:37 GMT 2024","Thu Aug 29 08:54:37 GMT 2024","0","Wait for remote peer","","","","","Light Node - default protocols","" -"passed","Thu Aug 29 08:44:33 GMT 2024","Thu Aug 29 08:44:33 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" -"passed","Thu Aug 29 08:48:20 GMT 2024","Thu Aug 29 08:48:20 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribes all - node subscribed to 10 topics","" -"passed","Thu Aug 29 08:44:21 GMT 2024","Thu Aug 29 08:44:21 GMT 2024","1","DNS Node Discovery","","","","","ignores domain fetching errors","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing XML","" -"passed","Thu Aug 29 08:52:18 GMT 2024","Thu Aug 29 08:52:18 GMT 2024","0","Waku Relay, Interop","","","","","Nwaku publishes","" -"passed","Thu Aug 29 08:52:43 GMT 2024","Thu Aug 29 08:52:43 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing unicode special characters and publish message","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Chinese payload","" -"passed","Thu Aug 29 08:52:44 GMT 2024","Thu Aug 29 08:52:44 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing escaped characters","" -"passed","Thu Aug 29 08:44:48 GMT 2024","Thu Aug 29 08:44:48 GMT 2024","3","Events","peer:connect","","","","should emit `peer:connected:peer-exchange` event when a peer is connected","" -"passed","Thu Aug 29 08:54:32 GMT 2024","Thu Aug 29 08:54:32 GMT 2024","0","Waku Dial [node only]","Interop: ServiceNode","","","","Does not throw an exception when node disconnects","" -"passed","Thu Aug 29 08:44:58 GMT 2024","Thu Aug 29 08:44:58 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not receive a peer event before start","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing escaped characters","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive ecies encrypted messages via lightPush","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","ensureShardingConfigured","","","","","handles empty contentTopics array correctly","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" -"passed","Thu Aug 29 08:45:58 GMT 2024","Thu Aug 29 08:45:58 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on peer without subscriptions","" -"passed","Thu Aug 29 08:49:39 GMT 2024","Thu Aug 29 08:49:39 GMT 2024","0","Waku Light Push : Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" -"passed","Thu Aug 29 08:44:21 GMT 2024","Thu Aug 29 08:44:21 GMT 2024","0","ENRTree","","","","","ENRTree (tree): should parse a DNS tree entry","" -"passed","Thu Aug 29 08:54:23 GMT 2024","Thu Aug 29 08:54:23 GMT 2024","0","Waku Store, general","","","","","Callback on promise, aborts when callback returns true","" -"passed","Thu Aug 29 08:54:00 GMT 2024","Thu Aug 29 08:54:00 GMT 2024","1","Waku Store, error handling","","","","","Query with Ordered Callback, No message returned","" -"passed","Thu Aug 29 08:44:06 GMT 2024","Thu Aug 29 08:44:06 GMT 2024","0","ENR","Static tests","","","","should encode/decode to text encoding","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","Relay Shard codec","","","","","should handle a minimal index list","" -"passed","Thu Aug 29 08:45:28 GMT 2024","Thu Aug 29 08:45:28 GMT 2024","10","Public methods","","","","","stop","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Arabic","" -"passed","Thu Aug 29 08:54:00 GMT 2024","Thu Aug 29 08:54:00 GMT 2024","0","Waku Store, error handling","","","","","Query Generator, No message returned","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Add multiple subscription objects on single nwaku node","" -"passed","Thu Aug 29 08:44:21 GMT 2024","Thu Aug 29 08:44:21 GMT 2024","0","ENRTree","","","","","ENRTree (branch): should parse and verify a single component DNS branch entry","" -"passed","Thu Aug 29 08:54:16 GMT 2024","Thu Aug 29 08:54:16 GMT 2024","1","Waku Store, sorting","","","","","Query Generator sorting by timestamp while page direction is false","" -"passed","Thu Aug 29 08:48:17 GMT 2024","Thu Aug 29 08:48:17 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing shell command and receive message","" -"passed","Thu Aug 29 08:48:41 GMT 2024","Thu Aug 29 08:48:41 GMT 2024","1","Health Manager","Should update the health status for protocols","","","","Filter with 1 connections","" -"passed","Thu Aug 29 08:44:05 GMT 2024","Thu Aug 29 08:44:05 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only RELAY set to true","" -"passed","Thu Aug 29 08:52:20 GMT 2024","Thu Aug 29 08:52:20 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with rate limit","" -"passed","Thu Aug 29 08:49:39 GMT 2024","Thu Aug 29 08:49:39 GMT 2024","1","Waku Light Push : Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with empty application field","" -"passed","Thu Aug 29 08:44:05 GMT 2024","Thu Aug 29 08:44:05 GMT 2024","1","Multiaddr from fields","","","","","tcp ip4 address","" -"passed","Thu Aug 29 08:44:25 GMT 2024","Thu Aug 29 08:44:25 GMT 2024","1","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should emit a peer event after start","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","4","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Script payload","" -"passed","Thu Aug 29 08:44:31 GMT 2024","Thu Aug 29 08:44:31 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with SQL Injection payload","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with numeric payload","" -"passed","Thu Aug 29 08:52:43 GMT 2024","Thu Aug 29 08:52:43 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing XML and publish message","" -"passed","Thu Aug 29 08:52:44 GMT 2024","Thu Aug 29 08:52:44 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing Basic HTML tag","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing escaped characters","" -"passed","Thu Aug 29 08:45:48 GMT 2024","Thu Aug 29 08:45:48 GMT 2024","0","Waku Filter V2: Ping","","","","","Ping on unsubscribed peer","" -"passed","Thu Aug 29 08:44:58 GMT 2024","Thu Aug 29 08:44:58 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not fail to start the service if it is already started","" -"passed","Thu Aug 29 08:46:04 GMT 2024","Thu Aug 29 08:46:04 GMT 2024","0","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on autosharded pubsubtopic","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receives messages on 20 topics","" -"passed","Thu Aug 29 08:47:47 GMT 2024","Thu Aug 29 08:47:47 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing SQL Injection","" -"passed","Thu Aug 29 08:52:39 GMT 2024","Thu Aug 29 08:52:39 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","can start the service","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1724921087396 ","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing numeric","" -"passed","Thu Aug 29 08:52:39 GMT 2024","Thu Aug 29 08:52:39 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","can start and stop the service","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","contentTopicToPubsubTopic","","","","","should map different content topics to different pubsub topics based on shard index","" -"passed","Thu Aug 29 08:44:20 GMT 2024","Thu Aug 29 08:44:20 GMT 2024","1","Discovery","","","","","returns all values when wanted number matches available values","" -"passed","Thu Aug 29 08:44:20 GMT 2024","Thu Aug 29 08:44:20 GMT 2024","1","Discovery","","","","","returns all values when wanted number is greater than available values","" -"passed","Thu Aug 29 08:47:47 GMT 2024","Thu Aug 29 08:47:47 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1724921087845000000 ","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs//1","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","1","contentTopicToShardIndex","","","","","should correctly map /myapp/1/latest/proto to shard index 0","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","0","Waku Light Push: Single Node","","","","","Fails to push message with empty content topic","" -"passed","Thu Aug 29 08:48:16 GMT 2024","Thu Aug 29 08:48:16 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive 2 messages on the same topic","" -"passed","Thu Aug 29 08:49:39 GMT 2024","Thu Aug 29 08:49:39 GMT 2024","0","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with special chars payload","" -"passed","Thu Aug 29 08:44:33 GMT 2024","Thu Aug 29 08:44:33 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","shardInfoToPubsubTopics","","","","","should handle clusterId, application and version for autosharding with cluster iD 0","" -"skipped","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Peer Exchange Query","","","","","less peers than existing","" -"passed","Thu Aug 29 08:53:33 GMT 2024","Thu Aug 29 08:53:33 GMT 2024","0","Autosharding: Running Nodes","Others","","","","start node with empty content topic","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1949153314000 ","" -"passed","Thu Aug 29 08:52:44 GMT 2024","Thu Aug 29 08:52:44 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing JSON","" -"passed","Thu Aug 29 08:46:04 GMT 2024","Thu Aug 29 08:46:04 GMT 2024","1","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on custom pubsubtopic","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","shardInfoToPubsubTopics","","","","","should convert content topics to PubsubTopics for autosharding","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with non-number generation field","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","ensurePubsubTopicIsConfigured","","","","","should not throw an error when the topic is within a list of configured topics","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","contentTopicToPubsubTopic","","","","","should correctly map a content topic to a pubsub topic","" -"skipped","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message received after jswaku node is restarted","" -"passed","Thu Aug 29 08:44:06 GMT 2024","Thu Aug 29 08:44:06 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp4","" -"passed","Thu Aug 29 08:44:21 GMT 2024","Thu Aug 29 08:44:21 GMT 2024","0","DNS Node Discovery","","","","","recovers when dns.resolve returns empty","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to 100 topics (new limit) at once and receives messages","" -"skipped","Thu Aug 29 08:44:58 GMT 2024","Thu Aug 29 08:44:58 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for test.waku.nodes.status.im","" -"passed","Thu Aug 29 08:46:38 GMT 2024","Thu Aug 29 08:46:38 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/$/1","" -"passed","Thu Aug 29 08:54:16 GMT 2024","Thu Aug 29 08:54:16 GMT 2024","1","Waku Store, page size","","","","","Passing page size 11 when there are 10 messages","" -"passed","Thu Aug 29 08:55:23 GMT 2024","Thu Aug 29 08:55:23 GMT 2024","1","Autosharding: Peer Management","Peer Exchange","","","","all px service nodes subscribed to the shard topic should be dialed","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Error when try to subscribe to more than 101 topics (new limit)","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","same cluster, same shard: nodes connect (autosharding)","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Thu Aug 29 08:45:58 GMT 2024","Thu Aug 29 08:45:58 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Reopen subscription with peer with lost subscription","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Script","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","" -"passed","Thu Aug 29 08:48:17 GMT 2024","Thu Aug 29 08:48:17 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages from multiple nwaku nodes","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to 100 topics (new limit) at once and receives messages","" -"passed","Thu Aug 29 08:54:16 GMT 2024","Thu Aug 29 08:54:16 GMT 2024","0","Waku Store, page size","","","","","Default pageSize","" -"skipped","Thu Aug 29 08:53:03 GMT 2024","Thu Aug 29 08:53:03 GMT 2024","0","Peer Exchange","","","","","wrong wakuPeerExchangeDiscovery pubsub topic","" -"passed","Thu Aug 29 08:44:00 GMT 2024","Thu Aug 29 08:44:00 GMT 2024","1","RFC Test Vectors","","","","","Waku message hash computation (meta size of 12 bytes)","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages via waku relay post","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receives messages on 20 topics","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","contentTopicsByPubsubTopic","","","","","handles different networkShards values correctly","" -"passed","Thu Aug 29 08:54:37 GMT 2024","Thu Aug 29 08:54:37 GMT 2024","1","Wait for remote peer","","","","","Store - dialed first","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with JSON payload","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1724917721438","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1724921087396000000 ","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","different cluster, same shard: nodes don't connect (autosharding)","" -"passed","Thu Aug 29 08:44:06 GMT 2024","Thu Aug 29 08:44:06 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp6","" -"passed","Thu Aug 29 08:44:25 GMT 2024","Thu Aug 29 08:44:25 GMT 2024","1","Local Storage Discovery","Unit Tests","","","","should add and remove event listeners correctly","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing emoji","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","0","Waku Light Push: Single Node","","","","","Fails to push message bigger that 1MB","" -"passed","Thu Aug 29 08:44:06 GMT 2024","Thu Aug 29 08:44:06 GMT 2024","1","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp6","" -"passed","Thu Aug 29 08:54:23 GMT 2024","Thu Aug 29 08:54:23 GMT 2024","1","Waku Store, general","","","","","Ordered callback, aborts when callback returns true","" -"passed","Thu Aug 29 08:52:44 GMT 2024","Thu Aug 29 08:52:44 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with rate limit","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","same cluster, same shard: nodes connect","" -"passed","Thu Aug 29 08:54:18 GMT 2024","Thu Aug 29 08:54:18 GMT 2024","1","Waku Store, custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" -"passed","Thu Aug 29 08:52:43 GMT 2024","Thu Aug 29 08:52:43 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe and publish message","" -"passed","Thu Aug 29 08:54:16 GMT 2024","Thu Aug 29 08:54:16 GMT 2024","0","Waku Store, sorting","","","","","Ordered Callback sorting by timestamp while page direction is false","" -"passed","Thu Aug 29 08:47:47 GMT 2024","Thu Aug 29 08:47:47 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing short","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","" -"passed","Thu Aug 29 08:48:46 GMT 2024","Thu Aug 29 08:48:46 GMT 2024","1","Waku Light Push: Peer Management: E2E","","","","","Number of peers are maintained correctly","" -"passed","Thu Aug 29 08:47:47 GMT 2024","Thu Aug 29 08:47:47 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing long","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/29/sometopic/someencoding to shard index 6","" -"passed","Thu Aug 29 08:44:00 GMT 2024","Thu Aug 29 08:44:00 GMT 2024","1","RFC Test Vectors","","","","","Waku message hash computation (no timestamp)","" -"passed","Thu Aug 29 08:54:37 GMT 2024","Thu Aug 29 08:54:37 GMT 2024","0","Wait for remote peer","","","","","Store - dialed after - with timeout","" -"passed","Thu Aug 29 08:45:41 GMT 2024","Thu Aug 29 08:45:41 GMT 2024","0","Connection state","","","","","isConnected between 2 js-waku relay nodes","" -"passed","Thu Aug 29 08:44:48 GMT 2024","Thu Aug 29 08:44:48 GMT 2024","1","Events","peer:discovery","","","","should emit `peer:discovery:peer-exchange` event when a peer is discovered","" -"passed","Thu Aug 29 08:44:20 GMT 2024","Thu Aug 29 08:44:20 GMT 2024","0","Discovery","","","","","returns a subset of values when wanted number is lesser than available values","" -"passed","Thu Aug 29 08:52:44 GMT 2024","Thu Aug 29 08:52:44 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with large meta","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Thu Aug 29 08:44:25 GMT 2024","Thu Aug 29 08:44:25 GMT 2024","1","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not receive a peer event after stop","" -"passed","Thu Aug 29 08:44:48 GMT 2024","Thu Aug 29 08:44:48 GMT 2024","2","Events","waku:connection","","","","should emit events and trasition isConnected state when has peers or no peers","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","same cluster, different shard: nodes connect (autosharding)","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing emoji","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing JSON","" -"passed","Thu Aug 29 08:53:33 GMT 2024","Thu Aug 29 08:53:33 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 9 - Cluster ID: 10, Content Topic: /app24/4/topic914/utf8","" -"passed","Thu Aug 29 08:44:14 GMT 2024","Thu Aug 29 08:44:14 GMT 2024","0","Message Validator","","","","","Rejects garbage","" -"passed","Thu Aug 29 08:44:55 GMT 2024","Thu Aug 29 08:44:55 GMT 2024","1","Dials","dialPeer method","For bootstrap peers","","","should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","" -"passed","Thu Aug 29 08:45:28 GMT 2024","Thu Aug 29 08:45:28 GMT 2024","1","Public methods","","","","","safeDispatchEvent","" -"skipped","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message received after nwaku node is restarted","" -"skipped","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Peer Exchange Query","","","","","more peers than existing","" -"passed","Thu Aug 29 08:49:39 GMT 2024","Thu Aug 29 08:49:39 GMT 2024","0","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" -"passed","Thu Aug 29 08:48:20 GMT 2024","Thu Aug 29 08:48:20 GMT 2024","2","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" -"passed","Thu Aug 29 08:51:37 GMT 2024","Thu Aug 29 08:51:37 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","" -"passed","Thu Aug 29 08:44:55 GMT 2024","Thu Aug 29 08:44:55 GMT 2024","1","Dials","dialPeer method","For peer-exchange peers","","","should be called for peers with PEER_EXCHANGE tags","" -"passed","Thu Aug 29 08:49:39 GMT 2024","Thu Aug 29 08:49:39 GMT 2024","0","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Thu Aug 29 08:46:36 GMT 2024","Thu Aug 29 08:46:36 GMT 2024","0","Waku Filter: Peer Management: E2E","","","","","Number of peers are maintained correctly","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing unicode special characters and receive message","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","contentTopicsByPubsubTopic","","","","","throws an error for improperly formatted content topics","" -"passed","Thu Aug 29 08:44:21 GMT 2024","Thu Aug 29 08:44:21 GMT 2024","1","ENRTree","","","","","ENRTree (branch): should error if DNS branch entry is mis-prefixed","" -"passed","Thu Aug 29 08:44:59 GMT 2024","Thu Aug 29 08:44:59 GMT 2024","0","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - symmetric encryption","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","3","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Overlapping topic subscription","" -"passed","Thu Aug 29 08:46:04 GMT 2024","Thu Aug 29 08:46:04 GMT 2024","0","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","12","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Arabic and receive message","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with unicode special characters payload","" -"passed","Thu Aug 29 08:54:23 GMT 2024","Thu Aug 29 08:54:23 GMT 2024","0","Waku Store, general","","","","","Query generator for multiple messages with different message text format","" -"passed","Thu Aug 29 08:53:39 GMT 2024","Thu Aug 29 08:53:39 GMT 2024","0","Static Sharding: Running Nodes","Others","","","","configure the node with multiple pubsub topics","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Refresh subscription","" -"passed","Thu Aug 29 08:52:43 GMT 2024","Thu Aug 29 08:52:43 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe and publish 10000 messages on the same topic","" -"passed","Thu Aug 29 08:47:47 GMT 2024","Thu Aug 29 08:47:47 GMT 2024","17","Waku Filter V2: FilterPush","","","","","Check message with non string payload is not received","" -"passed","Thu Aug 29 08:48:41 GMT 2024","Thu Aug 29 08:48:41 GMT 2024","1","Health Manager","Should update the health status for protocols","","","","Filter with 2 connections","" -"passed","Thu Aug 29 08:44:06 GMT 2024","Thu Aug 29 08:44:06 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only RELAY enabled","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/!/1","" -"passed","Thu Aug 29 08:44:21 GMT 2024","Thu Aug 29 08:44:21 GMT 2024","0","ENRTree","","","","","ENRTree (tree): should error if DNS tree entry is mis-prefixed","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Arabic payload","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/x","" -"passed","Thu Aug 29 08:44:06 GMT 2024","Thu Aug 29 08:44:06 GMT 2024","0","ENR","Location multiaddr","","","","should properly create peer info with all multiaddrs","" -"passed","Thu Aug 29 08:44:06 GMT 2024","Thu Aug 29 08:44:06 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only FILTER enabled","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/x/1","" -"passed","Thu Aug 29 08:51:37 GMT 2024","Thu Aug 29 08:51:37 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","" -"passed","Thu Aug 29 08:52:43 GMT 2024","Thu Aug 29 08:52:43 GMT 2024","1","Waku Relay, Subscribe","","","","","Mutual subscription","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing short","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing special chars and receive message","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing SQL Injection","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Chinese","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Thu Aug 29 08:44:33 GMT 2024","Thu Aug 29 08:44:33 GMT 2024","0","Ecies Encryption","","","","","Round trip binary encryption [ecies, no signature]","" -"passed","Thu Aug 29 08:52:43 GMT 2024","Thu Aug 29 08:52:43 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing escaped characters and publish message","" -"passed","Thu Aug 29 08:44:59 GMT 2024","Thu Aug 29 08:44:59 GMT 2024","1","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - encoder v0","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with escaped characters payload","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/y","" -"passed","Thu Aug 29 08:54:16 GMT 2024","Thu Aug 29 08:54:16 GMT 2024","0","Waku Store, page size","","","","","Passing page size 10 when there are 10 messages","" -"passed","Thu Aug 29 08:44:05 GMT 2024","Thu Aug 29 08:44:05 GMT 2024","1","ENR multiaddrs codec","","","","","Sample","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing special chars","" -"passed","Thu Aug 29 08:44:05 GMT 2024","Thu Aug 29 08:44:05 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with only LIGHTPUSH set to true","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","" -"passed","Thu Aug 29 08:54:25 GMT 2024","Thu Aug 29 08:54:25 GMT 2024","0","Util: toAsyncIterator: Filter","","","","","creates an iterator","" -"passed","Thu Aug 29 08:45:28 GMT 2024","Thu Aug 29 08:45:28 GMT 2024","0","Public methods","","","","","addEventListener with wrong event","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with empty version field","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","1","contentTopicToShardIndex","","","","","should correctly map /toychat/2/huilong/proto to shard index 3","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with unicode special characters payload","" -"passed","Thu Aug 29 08:44:06 GMT 2024","Thu Aug 29 08:44:06 GMT 2024","0","ENR","Static tests","","","","should encode/decode to RLP encoding","" -"passed","Thu Aug 29 08:44:56 GMT 2024","Thu Aug 29 08:44:56 GMT 2024","0","ENR Interop: ServiceNode","","","","","Relay + Store","" -"passed","Thu Aug 29 08:53:39 GMT 2024","Thu Aug 29 08:53:39 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","shard 0","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","determinePubsubTopic","","","","","should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","" -"passed","Thu Aug 29 08:44:56 GMT 2024","Thu Aug 29 08:44:56 GMT 2024","1","ENR Interop: ServiceNode","","","","","Relay","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with long payload","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with shell command payload","" -"passed","Thu Aug 29 08:52:20 GMT 2024","Thu Aug 29 08:52:20 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" -"passed","Thu Aug 29 08:44:10 GMT 2024","Thu Aug 29 08:44:10 GMT 2024","0","filterPeersByDiscovery function","","","","","should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","" -"passed","Thu Aug 29 08:45:28 GMT 2024","Thu Aug 29 08:45:28 GMT 2024","0","Public methods","","","","","removeEventListener with correct event","" -"passed","Thu Aug 29 08:46:36 GMT 2024","Thu Aug 29 08:46:36 GMT 2024","0","Waku Filter: Peer Management: E2E","","","","","Keep-alive pings maintain the connection","" -"passed","Thu Aug 29 08:52:44 GMT 2024","Thu Aug 29 08:52:44 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Russian","" -"passed","Thu Aug 29 08:52:39 GMT 2024","Thu Aug 29 08:52:39 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not receive a peer event after stop","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with emoji payload","" -"passed","Thu Aug 29 08:44:21 GMT 2024","Thu Aug 29 08:44:21 GMT 2024","0","DNS Node Discovery","","","","","caches peers it previously fetched","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/-/1","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with rate limit","" -"passed","Thu Aug 29 08:44:05 GMT 2024","Thu Aug 29 08:44:05 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with STORE and LIGHTPUSH protocols set to true","" -"passed","Thu Aug 29 08:54:23 GMT 2024","Thu Aug 29 08:54:23 GMT 2024","0","Waku Store, general","","","","","Generator, with asymmetric & symmetric encrypted messages","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing numeric and receive message","" -"passed","Thu Aug 29 08:44:06 GMT 2024","Thu Aug 29 08:44:06 GMT 2024","1","ENR","Static tests","","","","should properly compute the node id","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with XML payload","" -"passed","Thu Aug 29 08:44:21 GMT 2024","Thu Aug 29 08:44:21 GMT 2024","0","Fetch nodes until capabilities are fulfilled","","","","","1 Store, 2 fetches","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Script and receive message","" -"passed","Thu Aug 29 08:50:19 GMT 2024","Thu Aug 29 08:50:19 GMT 2024","0","Metadata Protocol","connections","","","","same cluster, different shard: nodes connect","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","1","Waku Light Push: Single Node","","","","","Fails to push message with large meta","" -"passed","Thu Aug 29 08:45:28 GMT 2024","Thu Aug 29 08:45:28 GMT 2024","1","Public methods","","","","","listenerCount","" -"passed","Thu Aug 29 08:53:40 GMT 2024","Thu Aug 29 08:53:40 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 10 index when there are 40 messages","" -"skipped","Thu Aug 29 08:52:43 GMT 2024","Thu Aug 29 08:52:43 GMT 2024","1","Waku Relay, Subscribe","","","","","Overlapping topic subscription","" -"passed","Thu Aug 29 08:44:05 GMT 2024","Thu Aug 29 08:44:05 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with only FILTER set to true","" -"passed","Thu Aug 29 08:44:11 GMT 2024","Thu Aug 29 08:44:11 GMT 2024","1","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Arabic","" -"passed","Thu Aug 29 08:53:39 GMT 2024","Thu Aug 29 08:53:39 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 6 - Cluster ID: 165, Shard ID: 790","" -"passed","Thu Aug 29 08:54:23 GMT 2024","Thu Aug 29 08:54:23 GMT 2024","0","Waku Store, general","","","","","Callback on promise","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive 2 messages on the same topic","" -"passed","Thu Aug 29 08:51:38 GMT 2024","Thu Aug 29 08:51:38 GMT 2024","0","Peer Exchange Continuous Discovery","","","","","Should update multiaddrs","" -"passed","Thu Aug 29 08:44:06 GMT 2024","Thu Aug 29 08:44:06 GMT 2024","0","ENR","Verify","","","","should throw error - invalid id","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Add multiple subscription objects on single nwaku node","" -"passed","Thu Aug 29 08:48:17 GMT 2024","Thu Aug 29 08:48:17 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing short and receive message","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message with large meta","" -"passed","Thu Aug 29 08:44:21 GMT 2024","Thu Aug 29 08:44:21 GMT 2024","0","ENRTree","","","","","ENRTree (root): should error if DNS root entry signature is invalid","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","6","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing emoji","" -"passed","Thu Aug 29 08:52:43 GMT 2024","Thu Aug 29 08:52:43 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe one by one to 100 topics and publish messages","" -"passed","Thu Aug 29 08:51:57 GMT 2024","Thu Aug 29 08:51:57 GMT 2024","0","Waku Relay","","","","","Delete observer","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing numeric","" -"passed","Thu Aug 29 08:44:32 GMT 2024","Thu Aug 29 08:44:32 GMT 2024","0","Waku Encryption","","","","","Symmetric encrypt & Decrypt","" -"passed","Thu Aug 29 08:48:17 GMT 2024","Thu Aug 29 08:48:17 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to 100 topics (new limit) at once and receives messages","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","ensureShardingConfigured","","","","","handles empty shards array correctly","" -"passed","Thu Aug 29 08:45:28 GMT 2024","Thu Aug 29 08:45:28 GMT 2024","1","Public methods","","","","","getPeersByDiscovery","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","singleShardInfosToShardInfo","","","","","should throw an error for empty SingleShardInfos array","" -"passed","Thu Aug 29 08:47:47 GMT 2024","Thu Aug 29 08:47:47 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message with invalid timestamp is not received","" -"passed","Thu Aug 29 08:52:43 GMT 2024","Thu Aug 29 08:52:43 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing shell command and publish message","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","ensureShardingConfigured","","","","","should throw an error for missing sharding configuration","" -"passed","Thu Aug 29 08:52:44 GMT 2024","Thu Aug 29 08:52:44 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing long","" -"passed","Thu Aug 29 08:47:47 GMT 2024","Thu Aug 29 08:47:47 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with no payload is not received","" -"passed","Thu Aug 29 08:51:37 GMT 2024","Thu Aug 29 08:51:37 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","" -"passed","Thu Aug 29 08:44:21 GMT 2024","Thu Aug 29 08:44:21 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with relay capability","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with emoji payload","" -"passed","Thu Aug 29 08:48:20 GMT 2024","Thu Aug 29 08:48:20 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribes all - node subscribed to 10 topics","" -"passed","Thu Aug 29 08:52:43 GMT 2024","Thu Aug 29 08:52:43 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing long and publish message","" -"passed","Thu Aug 29 08:47:50 GMT 2024","Thu Aug 29 08:47:50 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","" -"passed","Thu Aug 29 08:53:45 GMT 2024","Thu Aug 29 08:53:45 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive ecies encrypted messages via lightPush","" -"skipped","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Peer Exchange Query","","","","","non connected peers","" -"passed","Thu Aug 29 08:54:18 GMT 2024","Thu Aug 29 08:54:18 GMT 2024","0","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, custom pubsub topic","" -"passed","Thu Aug 29 08:47:47 GMT 2024","Thu Aug 29 08:47:47 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing numeric","" -"passed","Thu Aug 29 08:51:55 GMT 2024","Thu Aug 29 08:51:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1649153314 ","" -"passed","Thu Aug 29 08:53:22 GMT 2024","Thu Aug 29 08:53:22 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Script","" -"passed","Thu Aug 29 08:54:32 GMT 2024","Thu Aug 29 08:54:32 GMT 2024","1","Decryption Keys","","","","","Used by Waku Relay","" -"passed","Thu Aug 29 08:44:21 GMT 2024","Thu Aug 29 08:44:21 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","retrieves all peers (3) when branch entries are composed of multiple strings","" -"passed","Thu Aug 29 08:44:21 GMT 2024","Thu Aug 29 08:44:21 GMT 2024","0","Fetch nodes until capabilities are fulfilled","","","","","1 Store, 2 relays, 2 fetches","" -"passed","Thu Aug 29 08:52:09 GMT 2024","Thu Aug 29 08:52:09 GMT 2024","1","Waku Light Push: Single Node","","","","","Throws when trying to push message with empty payload","" -"passed","Thu Aug 29 08:44:58 GMT 2024","Thu Aug 29 08:44:58 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","can start the service","" -"passed","Thu Aug 29 08:43:57 GMT 2024","Thu Aug 29 08:43:57 GMT 2024","0","contentTopicToShardIndex","","","","","topics with same application and version share the same shard","" -"passed","Thu Aug 29 08:48:41 GMT 2024","Thu Aug 29 08:48:41 GMT 2024","0","Health Manager","Should update the health status for protocols","","","","LightPush with 0 connections","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing SQL Injection","" +"passed","Thu Aug 29 09:16:06 GMT 2024","Thu Aug 29 09:16:06 GMT 2024","1","Waku Store, order","","","","","Query Generator - true","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with emoji payload","" +"passed","Thu Aug 29 09:10:35 GMT 2024","Thu Aug 29 09:10:35 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Overlapping topic subscription","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Arabic","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing SQL Injection","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","Relay Shard codec","","","","","should correctly encode and decode relay shards using rsv format (Bit Vector)","" +"passed","Thu Aug 29 09:14:22 GMT 2024","Thu Aug 29 09:14:22 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/7/1 topic","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","" +"passed","Thu Aug 29 09:12:07 GMT 2024","Thu Aug 29 09:12:07 GMT 2024","0","Waku Light Push : Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" +"passed","Thu Aug 29 09:06:22 GMT 2024","Thu Aug 29 09:06:22 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with only FILTER set to true","" +"passed","Thu Aug 29 09:16:11 GMT 2024","Thu Aug 29 09:16:11 GMT 2024","1","Waku Store, general","","","","","Callback on promise, aborts when callback returns true","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1724922424872 ","" +"passed","Thu Aug 29 09:07:56 GMT 2024","Thu Aug 29 09:07:56 GMT 2024","0","Connection state","","","","","isConnected return false after peer stops","" +"passed","Thu Aug 29 09:08:28 GMT 2024","Thu Aug 29 09:08:28 GMT 2024","0","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Thu Aug 29 09:06:38 GMT 2024","Thu Aug 29 09:06:38 GMT 2024","0","ENRTree","","","","","ENRTree (root): should error if DNS root entry is malformed","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Add multiple subscription objects on single nwaku node","" +"skipped","Thu Aug 29 09:10:01 GMT 2024","Thu Aug 29 09:10:01 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message received after nwaku node is restarted","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/","" +"passed","Thu Aug 29 09:15:06 GMT 2024","Thu Aug 29 09:15:06 GMT 2024","1","Autosharding: Running Nodes","Others","","","","using a protocol with unconfigured pubsub topic should fail","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing escaped characters and receive message","" +"passed","Thu Aug 29 09:07:13 GMT 2024","Thu Aug 29 09:07:13 GMT 2024","0","Dials","dialPeer method","For bootstrap peers","","","should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /myapp/1/latest/proto to shard index 0","" +"skipped","Thu Aug 29 09:07:19 GMT 2024","Thu Aug 29 09:07:19 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for test.waku.nodes.status.im","" +"skipped","Thu Aug 29 09:14:25 GMT 2024","Thu Aug 29 09:14:25 GMT 2024","0","Peer Exchange","","","","","new peer added after a peer was already found","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with no payload is not received","" +"passed","Thu Aug 29 09:10:47 GMT 2024","Thu Aug 29 09:10:47 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe topics the node is not subscribed to","" +"passed","Thu Aug 29 09:08:19 GMT 2024","Thu Aug 29 09:08:19 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on peer without subscriptions","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","contentTopicsByPubsubTopic","","","","","handles different clusterIds correctly","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","" +"passed","Thu Aug 29 09:16:38 GMT 2024","Thu Aug 29 09:16:38 GMT 2024","1","User Agent","","","","","Sets default value correctly","" +"passed","Thu Aug 29 09:16:06 GMT 2024","Thu Aug 29 09:16:06 GMT 2024","1","Waku Store, order","","","","","Promise Callback - true","" +"passed","Thu Aug 29 09:06:38 GMT 2024","Thu Aug 29 09:06:38 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with relay capability","" +"passed","Thu Aug 29 09:10:01 GMT 2024","Thu Aug 29 09:10:01 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing emoji","" +"passed","Thu Aug 29 09:10:01 GMT 2024","Thu Aug 29 09:10:01 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing unicode special characters","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/x/1","" +"passed","Thu Aug 29 09:15:46 GMT 2024","Thu Aug 29 09:15:46 GMT 2024","0","Static Sharding: Running Nodes","Others","","","","configure the node with multiple pubsub topics","" +"passed","Thu Aug 29 09:06:38 GMT 2024","Thu Aug 29 09:06:38 GMT 2024","1","Discovery","","","","","returns a subset of values when wanted number is lesser than available values","" +"passed","Thu Aug 29 09:14:47 GMT 2024","Thu Aug 29 09:14:47 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing shell command","" +"passed","Thu Aug 29 09:14:26 GMT 2024","Thu Aug 29 09:14:26 GMT 2024","0","Waku Relay, Interop","","","","","Publishes to nwaku","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","4","Waku Light Push: Single Node","","","","","Push message with content topic containing unicode special characters","" +"passed","Thu Aug 29 09:06:38 GMT 2024","Thu Aug 29 09:06:38 GMT 2024","0","DNS Node Discovery","","","","","ignores domain fetching errors","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message with large meta","" +"passed","Thu Aug 29 09:06:42 GMT 2024","Thu Aug 29 09:06:42 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not receive a peer event after stop","" +"passed","Thu Aug 29 09:14:47 GMT 2024","Thu Aug 29 09:14:47 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with custom timestamp: Thu Aug 29 2024 10:14:22 GMT+0000 (Coordinated Universal Time)","" +"passed","Thu Aug 29 09:08:28 GMT 2024","Thu Aug 29 09:08:28 GMT 2024","0","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on custom pubsubtopic","" +"passed","Thu Aug 29 09:06:22 GMT 2024","Thu Aug 29 09:06:22 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with ALL protocols set to false","" +"passed","Thu Aug 29 09:14:51 GMT 2024","Thu Aug 29 09:14:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe one by one to 100 topics and publish messages","" +"passed","Thu Aug 29 09:07:56 GMT 2024","Thu Aug 29 09:07:56 GMT 2024","0","Connection state","","","","","isConnected should return false after all peers disconnect","" +"passed","Thu Aug 29 09:16:06 GMT 2024","Thu Aug 29 09:16:06 GMT 2024","1","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" +"passed","Thu Aug 29 09:14:47 GMT 2024","Thu Aug 29 09:14:47 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with rate limit","" +"passed","Thu Aug 29 09:08:56 GMT 2024","Thu Aug 29 09:08:56 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribes all - node subscribed to 10 topics","" +"passed","Thu Aug 29 09:11:01 GMT 2024","Thu Aug 29 09:11:01 GMT 2024","1","Health Manager","Should update the health status for protocols","","","","LightPush with 0 connections","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","" +"passed","Thu Aug 29 09:14:47 GMT 2024","Thu Aug 29 09:14:47 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with size larger than 1 MB","" +"passed","Thu Aug 29 09:15:06 GMT 2024","Thu Aug 29 09:15:06 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 9 - Cluster ID: 10, Content Topic: /app61/9/topic514/xml","" +"passed","Thu Aug 29 09:06:31 GMT 2024","Thu Aug 29 09:06:31 GMT 2024","1","Message Validator","","","","","Rejects garbage","" +"passed","Thu Aug 29 09:06:22 GMT 2024","Thu Aug 29 09:06:22 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with STORE and LIGHTPUSH protocols set to true","" +"passed","Thu Aug 29 09:15:28 GMT 2024","Thu Aug 29 09:15:28 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 19 index when there are 20 messages","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Chinese payload","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Renews subscription after lossing a connection","" +"passed","Thu Aug 29 09:12:58 GMT 2024","Thu Aug 29 09:12:58 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","" +"passed","Thu Aug 29 09:08:19 GMT 2024","Thu Aug 29 09:08:19 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on unsubscribed peer","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing XML and receive message","" +"passed","Thu Aug 29 09:16:22 GMT 2024","Thu Aug 29 09:16:22 GMT 2024","0","Waku Store, sorting","","","","","Query Generator sorting by timestamp while page direction is true","" +"passed","Thu Aug 29 09:06:38 GMT 2024","Thu Aug 29 09:06:38 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","retrieves all peers (2) when cannot fulfill all requirements","" +"passed","Thu Aug 29 09:06:50 GMT 2024","Thu Aug 29 09:06:50 GMT 2024","1","Ecies Encryption","","","","","Round trip binary encryption [ecies, signature]","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message on other pubsub topic is not received","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/$/1","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with shell command payload","" +"passed","Thu Aug 29 09:16:24 GMT 2024","Thu Aug 29 09:16:24 GMT 2024","1","Util: toAsyncIterator: Filter","","","","","unsubscribes","" +"passed","Thu Aug 29 09:16:48 GMT 2024","Thu Aug 29 09:16:48 GMT 2024","0","Wait for remote peer","","","","","Relay - dialed first","" +"passed","Thu Aug 29 09:06:23 GMT 2024","Thu Aug 29 09:06:23 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp4","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/22/sometopic/someencoding to shard index 2","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Arabic and receive message","" +"passed","Thu Aug 29 09:12:07 GMT 2024","Thu Aug 29 09:12:07 GMT 2024","0","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" +"passed","Thu Aug 29 09:06:22 GMT 2024","Thu Aug 29 09:06:22 GMT 2024","0","ENR multiaddrs codec","","","","","Sample","" +"passed","Thu Aug 29 09:16:39 GMT 2024","Thu Aug 29 09:16:39 GMT 2024","1","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","" +"passed","Thu Aug 29 09:07:45 GMT 2024","Thu Aug 29 09:07:45 GMT 2024","1","Public methods","","","","","safeDispatchEvent","" +"passed","Thu Aug 29 09:12:07 GMT 2024","Thu Aug 29 09:12:07 GMT 2024","0","Waku Light Push : Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","ensureShardingConfigured","","","","","should throw an error for missing sharding configuration","" +"passed","Thu Aug 29 09:07:05 GMT 2024","Thu Aug 29 09:07:05 GMT 2024","3","Events","peer:discovery","","","","should emit `peer:discovery:bootstrap` event when a peer is discovered","" +"passed","Thu Aug 29 09:14:51 GMT 2024","Thu Aug 29 09:14:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing emoji and publish message","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","1","contentTopicToShardIndex","","","","","should correctly map /waku/2/content/test.js to shard index 1","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/-/1","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/ /1","" +"passed","Thu Aug 29 09:06:23 GMT 2024","Thu Aug 29 09:06:23 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only FILTER enabled","" +"passed","Thu Aug 29 09:08:28 GMT 2024","Thu Aug 29 09:08:28 GMT 2024","0","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with XML payload","" +"passed","Thu Aug 29 09:06:28 GMT 2024","Thu Aug 29 09:06:28 GMT 2024","0","Sets sharding configuration correctly","","","","","uses static shard pubsub topic instead of autosharding when set","" +"passed","Thu Aug 29 09:10:01 GMT 2024","Thu Aug 29 09:10:01 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1649153314 ","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with generation field greater than 0","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","" +"passed","Thu Aug 29 09:15:06 GMT 2024","Thu Aug 29 09:15:06 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 4 - Cluster ID: 10, Content Topic: /app2/1/topic516/proto","" +"passed","Thu Aug 29 09:10:01 GMT 2024","Thu Aug 29 09:10:01 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1724922425216000000 ","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","shardInfoToPubsubTopics","","","","","should convert content topics to PubsubTopics for autosharding","" +"passed","Thu Aug 29 09:06:38 GMT 2024","Thu Aug 29 09:06:38 GMT 2024","0","DNS Node Discovery","","","","","recovers when dns.resolve returns empty","" +"passed","Thu Aug 29 09:16:11 GMT 2024","Thu Aug 29 09:16:11 GMT 2024","0","Waku Store, general","","","","","Callback on promise","" +"passed","Thu Aug 29 09:12:58 GMT 2024","Thu Aug 29 09:12:58 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing SQL Injection","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Basic HTML tag","" +"passed","Thu Aug 29 09:10:35 GMT 2024","Thu Aug 29 09:10:35 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing JSON and receive message","" +"passed","Thu Aug 29 09:16:11 GMT 2024","Thu Aug 29 09:16:11 GMT 2024","0","Waku Store, general","","","","","Generator, with asymmetric & symmetric encrypted messages","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing unicode special characters","" +"passed","Thu Aug 29 09:06:42 GMT 2024","Thu Aug 29 09:06:42 GMT 2024","0","Local Storage Discovery","Unit Tests","","","","should update peers in local storage on 'peer:identify' event","" +"passed","Thu Aug 29 09:12:51 GMT 2024","Thu Aug 29 09:12:51 GMT 2024","0","Metadata Protocol","connections","","","","same cluster, same shard: nodes connect","" +"passed","Thu Aug 29 09:14:51 GMT 2024","Thu Aug 29 09:14:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe and publish messages on 2 different content topics","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","Relay Shard codec","","","","","should throw an error for insufficient data","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","1","singleShardInfosToShardInfo","","","","","should throw an error for empty SingleShardInfos array","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","2","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Basic HTML tag","" +"passed","Thu Aug 29 09:10:01 GMT 2024","Thu Aug 29 09:10:01 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing shell command","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1724926235572","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing special chars","" +"passed","Thu Aug 29 09:14:51 GMT 2024","Thu Aug 29 09:14:51 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing Script and publish message","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message bigger that 1MB","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with short payload","" +"passed","Thu Aug 29 09:06:23 GMT 2024","Thu Aug 29 09:06:23 GMT 2024","0","ENR","Static tests","","","","should encode/decode to RLP encoding","" +"passed","Thu Aug 29 09:12:58 GMT 2024","Thu Aug 29 09:12:58 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","" +"passed","Thu Aug 29 09:08:28 GMT 2024","Thu Aug 29 09:08:28 GMT 2024","1","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Thu Aug 29 09:12:58 GMT 2024","Thu Aug 29 09:12:58 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1949153314000 ","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/\","" +"passed","Thu Aug 29 09:14:47 GMT 2024","Thu Aug 29 09:14:47 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing Arabic","" +"passed","Thu Aug 29 09:06:50 GMT 2024","Thu Aug 29 09:06:50 GMT 2024","0","Ecies Encryption","","","","","Check meta is set [ecies]","" +"passed","Thu Aug 29 09:10:01 GMT 2024","Thu Aug 29 09:10:01 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with no payload is not received","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Russian payload","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Thu Aug 29 09:06:22 GMT 2024","Thu Aug 29 09:06:22 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only RELAY set to true","" +"passed","Thu Aug 29 09:07:56 GMT 2024","Thu Aug 29 09:07:56 GMT 2024","0","Connection state","","","","","should emit `waku:offline` event only when all peers disconnect","" +"passed","Thu Aug 29 09:10:47 GMT 2024","Thu Aug 29 09:10:47 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribes all - node subscribed to 1 topic","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","ensureShardingConfigured","","","","","handles empty shards array correctly","" +"passed","Thu Aug 29 09:14:47 GMT 2024","Thu Aug 29 09:14:47 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Basic HTML tag","" +"passed","Thu Aug 29 09:08:19 GMT 2024","Thu Aug 29 09:08:19 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on subscribed peer","" +"passed","Thu Aug 29 09:06:38 GMT 2024","Thu Aug 29 09:06:38 GMT 2024","0","Discovery","","","","","returns all values when wanted number is greater than available values","" +"passed","Thu Aug 29 09:10:01 GMT 2024","Thu Aug 29 09:10:01 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing short","" +"passed","Thu Aug 29 09:06:23 GMT 2024","Thu Aug 29 09:06:23 GMT 2024","0","ENR","Static tests","","","","should properly compute the node id","" +"passed","Thu Aug 29 09:08:28 GMT 2024","Thu Aug 29 09:08:28 GMT 2024","1","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","0","Waku Light Push: Single Node","","","","","Fails to push message with large meta","" +"passed","Thu Aug 29 09:06:28 GMT 2024","Thu Aug 29 09:06:28 GMT 2024","1","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1949153314000 ","" +"passed","Thu Aug 29 09:15:28 GMT 2024","Thu Aug 29 09:15:28 GMT 2024","2","Waku Store, cursor","","","","","Passing a valid cursor at 2 index when there are 4 messages","" +"passed","Thu Aug 29 09:12:51 GMT 2024","Thu Aug 29 09:12:51 GMT 2024","0","Metadata Protocol","connections","","","","different cluster, different shard: nodes don't connect","" +"passed","Thu Aug 29 09:15:50 GMT 2024","Thu Aug 29 09:15:50 GMT 2024","1","Waku Store, error handling","","","","","Query Generator, Wrong PubsubTopic","" +"passed","Thu Aug 29 09:10:01 GMT 2024","Thu Aug 29 09:10:01 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Russian","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing JSON","" +"passed","Thu Aug 29 09:15:06 GMT 2024","Thu Aug 29 09:15:06 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 1 - Cluster ID: 10, Content Topic: /app3/5/topic663/json","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /incorrect/format","" +"passed","Thu Aug 29 09:06:42 GMT 2024","Thu Aug 29 09:06:42 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not fail to start the service if it is already started","" +"passed","Thu Aug 29 09:06:23 GMT 2024","Thu Aug 29 09:06:23 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Throws when trying to push message with empty payload","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/y","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with no content topic is not received","" +"passed","Thu Aug 29 09:16:06 GMT 2024","Thu Aug 29 09:16:06 GMT 2024","0","Waku Store, order","","","","","Ordered Callback - true","" +"passed","Thu Aug 29 09:14:50 GMT 2024","Thu Aug 29 09:14:50 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","can start the service","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with rate limit","" +"passed","Thu Aug 29 09:12:58 GMT 2024","Thu Aug 29 09:12:58 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","" +"passed","Thu Aug 29 09:07:05 GMT 2024","Thu Aug 29 09:07:05 GMT 2024","2","Events","peer:discovery","","","","should emit `peer:discovery:peer-exchange` event when a peer is discovered","" +"passed","Thu Aug 29 09:15:46 GMT 2024","Thu Aug 29 09:15:46 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","shard 0","" +"passed","Thu Aug 29 09:06:23 GMT 2024","Thu Aug 29 09:06:23 GMT 2024","0","ENR","Waku2 key: decode","","","","Relay + Store","" +"passed","Thu Aug 29 09:16:22 GMT 2024","Thu Aug 29 09:16:22 GMT 2024","0","Waku Store, sorting","","","","","Query Generator sorting by timestamp while page direction is false","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","1","ensureShardingConfigured","","","","","should return valid sharding parameters for content topics autosharding","" +"passed","Thu Aug 29 09:16:48 GMT 2024","Thu Aug 29 09:16:48 GMT 2024","0","Wait for remote peer","","","","","Privacy Node - default protocol","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","" +"passed","Thu Aug 29 09:15:50 GMT 2024","Thu Aug 29 09:15:50 GMT 2024","1","Waku Store, error handling","","","","","Query with Ordered Callback, Multiple PubsubTopics","" +"passed","Thu Aug 29 09:15:06 GMT 2024","Thu Aug 29 09:15:06 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","Non TWN Cluster","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing numeric","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","singleShardInfoToPubsubTopic","","","","","should convert a SingleShardInfo object to the correct PubsubTopic","" +"passed","Thu Aug 29 09:12:58 GMT 2024","Thu Aug 29 09:12:58 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","" +"passed","Thu Aug 29 09:14:26 GMT 2024","Thu Aug 29 09:14:26 GMT 2024","0","Waku Relay, Interop","","","","","nwaku subscribes","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/2/rs","" +"passed","Thu Aug 29 09:16:23 GMT 2024","Thu Aug 29 09:16:23 GMT 2024","0","Waku Store, page size","","","","","Passing page size 110 when there are 120 messages","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","2","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1724922424872 ","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","Relay Shard codec","","","","","should handle a minimal index list","" +"passed","Thu Aug 29 09:16:23 GMT 2024","Thu Aug 29 09:16:23 GMT 2024","1","Waku Store, page size","","","","","Passing page size 1 when there are 4 messages","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","" +"passed","Thu Aug 29 09:12:58 GMT 2024","Thu Aug 29 09:12:58 GMT 2024","1","Peer Exchange Continuous Discovery","","","","","Should update multiaddrs","" +"passed","Thu Aug 29 09:10:01 GMT 2024","Thu Aug 29 09:10:01 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing numeric","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing special chars","" +"passed","Thu Aug 29 09:07:17 GMT 2024","Thu Aug 29 09:07:17 GMT 2024","4","ENR Interop: ServiceNode","","","","","All","" +"passed","Thu Aug 29 09:15:50 GMT 2024","Thu Aug 29 09:15:50 GMT 2024","0","Waku Store, error handling","","","","","Query with Ordered Callback, No Decoder","" +"passed","Thu Aug 29 09:16:23 GMT 2024","Thu Aug 29 09:16:23 GMT 2024","1","Waku Store, page size","","","","","Passing page size 0 when there are 110 messages","" +"passed","Thu Aug 29 09:07:19 GMT 2024","Thu Aug 29 09:07:19 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not fail to stop the service if it was not started","" +"passed","Thu Aug 29 09:10:01 GMT 2024","Thu Aug 29 09:10:01 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Script","" +"passed","Thu Aug 29 09:08:56 GMT 2024","Thu Aug 29 09:08:56 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribe topics the node is not subscribed to","" +"passed","Thu Aug 29 09:16:24 GMT 2024","Thu Aug 29 09:16:24 GMT 2024","0","Util: toAsyncIterator: Filter","","","","","handles multiple messages","" +"passed","Thu Aug 29 09:16:06 GMT 2024","Thu Aug 29 09:16:06 GMT 2024","0","Waku Store, custom pubsub topic","","","","","Generator, custom pubsub topic","" +"passed","Thu Aug 29 09:06:23 GMT 2024","Thu Aug 29 09:06:23 GMT 2024","1","ENR","Multiaddr getters and setters","","","","should get / set TCP multiaddr","" +"passed","Thu Aug 29 09:06:50 GMT 2024","Thu Aug 29 09:06:50 GMT 2024","1","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","1","pushOrInitMapSet","","","","","Init the array if not present","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/y/1","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Russian payload","" +"passed","Thu Aug 29 09:15:06 GMT 2024","Thu Aug 29 09:15:06 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","Wrong topic","" +"passed","Thu Aug 29 09:12:51 GMT 2024","Thu Aug 29 09:12:51 GMT 2024","1","Metadata Protocol","","","","","receiving a ping from a peer does not overwrite shard info","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","determinePubsubTopic","","","","","should return the pubsub topic directly if a string is provided","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","ensurePubsubTopicIsConfigured","","","","","should not throw an error when the topic is within a list of configured topics","" +"skipped","Thu Aug 29 09:07:19 GMT 2024","Thu Aug 29 09:07:19 GMT 2024","0","DNS Node Discovery [live data]","","","","","should use DNS peer discovery with light client","" +"passed","Thu Aug 29 09:10:01 GMT 2024","Thu Aug 29 09:10:01 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with non string payload is not received","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/ ","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Script payload","" +"passed","Thu Aug 29 09:10:35 GMT 2024","Thu Aug 29 09:10:35 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing numeric and receive message","" +"passed","Thu Aug 29 09:08:55 GMT 2024","Thu Aug 29 09:08:55 GMT 2024","1","Waku Filter: Peer Management: E2E","","","","","Number of peers are maintained correctly","" +"passed","Thu Aug 29 09:08:56 GMT 2024","Thu Aug 29 09:08:56 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" +"passed","Thu Aug 29 09:07:45 GMT 2024","Thu Aug 29 09:07:45 GMT 2024","0","Public methods","","","","","removeEventListener with correct event","" +"passed","Thu Aug 29 09:06:38 GMT 2024","Thu Aug 29 09:06:38 GMT 2024","0","Fetch nodes until capabilities are fulfilled","","","","","1 Store, 2 fetches","" +"passed","Thu Aug 29 09:06:38 GMT 2024","Thu Aug 29 09:06:38 GMT 2024","0","ENRTree","","","","","ENRTree (tree): should parse a DNS tree entry","" +"passed","Thu Aug 29 09:10:47 GMT 2024","Thu Aug 29 09:10:47 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" +"passed","Thu Aug 29 09:12:58 GMT 2024","Thu Aug 29 09:12:58 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","" +"passed","Thu Aug 29 09:15:50 GMT 2024","Thu Aug 29 09:15:50 GMT 2024","0","Waku Store, error handling","","","","","Query with Promise Callback, No message returned","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive 2 messages on the same topic","" +"passed","Thu Aug 29 09:10:01 GMT 2024","Thu Aug 29 09:10:01 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with no content topic is not received","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Chinese","" +"passed","Thu Aug 29 09:14:47 GMT 2024","Thu Aug 29 09:14:47 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing SQL Injection","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Thu Aug 29 09:14:47 GMT 2024","Thu Aug 29 09:14:47 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Chinese","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","ensureShardingConfigured","","","","","should return valid sharding parameters for static sharding","" +"skipped","Thu Aug 29 09:06:38 GMT 2024","Thu Aug 29 09:06:38 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for test.waku.nodes.status.im","" +"passed","Thu Aug 29 09:07:13 GMT 2024","Thu Aug 29 09:07:13 GMT 2024","0","Dials","dialPeer method","For peer-exchange peers","","","should be called for peers with PEER_EXCHANGE tags","" +"passed","Thu Aug 29 09:10:35 GMT 2024","Thu Aug 29 09:10:35 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Add multiple subscription objects on single nwaku node","" +"passed","Thu Aug 29 09:06:49 GMT 2024","Thu Aug 29 09:06:49 GMT 2024","0","Waku Encryption","","","","","Sign & Recover","" +"passed","Thu Aug 29 09:10:01 GMT 2024","Thu Aug 29 09:10:01 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with no pubsub topic is not received","" +"skipped","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message received after jswaku node is restarted","" +"passed","Thu Aug 29 09:11:15 GMT 2024","Thu Aug 29 09:11:15 GMT 2024","0","Waku Light Push: Peer Management: E2E","","","","","Number of peers are maintained correctly","" +"passed","Thu Aug 29 09:06:50 GMT 2024","Thu Aug 29 09:06:50 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs//1","" +"passed","Thu Aug 29 09:14:47 GMT 2024","Thu Aug 29 09:14:47 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing special chars","" +"passed","Thu Aug 29 09:10:47 GMT 2024","Thu Aug 29 09:10:47 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribes all - node subscribed to 10 topics","" +"passed","Thu Aug 29 09:06:23 GMT 2024","Thu Aug 29 09:06:23 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only STORE enabled","" +"passed","Thu Aug 29 09:14:47 GMT 2024","Thu Aug 29 09:14:47 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","" +"passed","Thu Aug 29 09:11:01 GMT 2024","Thu Aug 29 09:11:01 GMT 2024","3","Health Manager","Should update the health status for protocols","","","","LightPush with 2 connections","" +"skipped","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message received after jswaku node is restarted","" +"passed","Thu Aug 29 09:16:48 GMT 2024","Thu Aug 29 09:16:48 GMT 2024","0","Wait for remote peer","","","","","Store - dialed after - with timeout","" +"passed","Thu Aug 29 09:06:17 GMT 2024","Thu Aug 29 09:06:17 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (no timestamp)","" +"passed","Thu Aug 29 09:16:11 GMT 2024","Thu Aug 29 09:16:11 GMT 2024","0","Waku Store, general","","","","","Query generator for multiple messages with multiple decoders","" +"passed","Thu Aug 29 09:10:01 GMT 2024","Thu Aug 29 09:10:01 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing special chars","" +"passed","Thu Aug 29 09:16:39 GMT 2024","Thu Aug 29 09:16:39 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","" +"passed","Thu Aug 29 09:14:51 GMT 2024","Thu Aug 29 09:14:51 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing shell command and publish message","" +"passed","Thu Aug 29 09:10:35 GMT 2024","Thu Aug 29 09:10:35 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","1","ensurePubsubTopicIsConfigured","","","","","should throw an error for an unconfigured topic","" +"passed","Thu Aug 29 09:06:38 GMT 2024","Thu Aug 29 09:06:38 GMT 2024","0","DNS Node Discovery","","","","","it tolerates circular branch references","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Script payload","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/27/sometopic/someencoding to shard index 5","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Refresh subscription","" +"passed","Thu Aug 29 09:07:56 GMT 2024","Thu Aug 29 09:07:56 GMT 2024","1","Connection state","","","","","isConnected should return true after first peer connects","" +"passed","Thu Aug 29 09:10:35 GMT 2024","Thu Aug 29 09:10:35 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Refresh subscription","" +"passed","Thu Aug 29 09:06:23 GMT 2024","Thu Aug 29 09:06:23 GMT 2024","0","ENR","Verify","","","","should return false","" +"passed","Thu Aug 29 09:14:51 GMT 2024","Thu Aug 29 09:14:51 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing special chars and publish message","" +"passed","Thu Aug 29 09:16:39 GMT 2024","Thu Aug 29 09:16:39 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","" +"passed","Thu Aug 29 09:06:23 GMT 2024","Thu Aug 29 09:06:23 GMT 2024","0","ENR","Multiaddr getters and setters","","","","should get / set UDP multiaddr","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing short and receive message","" +"passed","Thu Aug 29 09:08:55 GMT 2024","Thu Aug 29 09:08:55 GMT 2024","0","Waku Filter: Peer Management: E2E","","","","","Ping fails for unsubscribed peers","" +"passed","Thu Aug 29 09:11:01 GMT 2024","Thu Aug 29 09:11:01 GMT 2024","0","Health Manager","Should update the health status for protocols","","","","LightPush with 1 connections","" +"passed","Thu Aug 29 09:06:28 GMT 2024","Thu Aug 29 09:06:28 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing shell command and receive message","" +"passed","Thu Aug 29 09:15:46 GMT 2024","Thu Aug 29 09:15:46 GMT 2024","6","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 8 - Cluster ID: 473, Shard ID: 106","" +"passed","Thu Aug 29 09:08:28 GMT 2024","Thu Aug 29 09:08:28 GMT 2024","1","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages on custom pubsubtopic","" +"passed","Thu Aug 29 09:14:47 GMT 2024","Thu Aug 29 09:14:47 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Script","" +"passed","Thu Aug 29 09:07:45 GMT 2024","Thu Aug 29 09:07:45 GMT 2024","0","Public methods","","","","","addEventListener with correct event","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message equal or less that 1MB","" +"skipped","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","0","Peer Exchange Query","","","","","less peers than existing","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing long","" +"passed","Thu Aug 29 09:08:19 GMT 2024","Thu Aug 29 09:08:19 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on subscribed peer","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","" +"passed","Thu Aug 29 09:14:51 GMT 2024","Thu Aug 29 09:14:51 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing unicode special characters and publish message","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","1","contentTopicsByPubsubTopic","","","","","throws an error for improperly formatted content topics","" +"passed","Thu Aug 29 09:06:42 GMT 2024","Thu Aug 29 09:06:42 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should emit a peer event after start","" +"passed","Thu Aug 29 09:06:48 GMT 2024","Thu Aug 29 09:06:48 GMT 2024","1","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" +"skipped","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message received after nwaku node is restarted","" +"passed","Thu Aug 29 09:07:13 GMT 2024","Thu Aug 29 09:07:13 GMT 2024","0","Dials","dialPeer method","For bootstrap peers","","","should be called for bootstrap peers","" +"passed","Thu Aug 29 09:10:35 GMT 2024","Thu Aug 29 09:10:35 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Arabic and receive message","" +"passed","Thu Aug 29 09:12:58 GMT 2024","Thu Aug 29 09:12:58 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","" +"passed","Thu Aug 29 09:07:05 GMT 2024","Thu Aug 29 09:07:05 GMT 2024","1","Events","waku:connection","","","","should be online or offline if network state changed","" +"passed","Thu Aug 29 09:08:28 GMT 2024","Thu Aug 29 09:08:28 GMT 2024","1","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on autosharded pubsubtopic","" +"passed","Thu Aug 29 09:16:06 GMT 2024","Thu Aug 29 09:16:06 GMT 2024","0","Waku Store (named sharding), custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" +"passed","Thu Aug 29 09:16:39 GMT 2024","Thu Aug 29 09:16:39 GMT 2024","1","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing long","" +"passed","Thu Aug 29 09:15:46 GMT 2024","Thu Aug 29 09:15:46 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 1 - Cluster ID: 488, Shard ID: 866","" +"skipped","Thu Aug 29 09:14:47 GMT 2024","Thu Aug 29 09:14:47 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message after service node is restarted","" +"passed","Thu Aug 29 09:06:31 GMT 2024","Thu Aug 29 09:06:31 GMT 2024","1","Message Validator","","","","","Accepts a valid Waku Message","" +"passed","Thu Aug 29 09:07:45 GMT 2024","Thu Aug 29 09:07:45 GMT 2024","1","Public methods","","","","","dispatchEvent via connectionManager","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing unicode special characters","" +"passed","Thu Aug 29 09:08:28 GMT 2024","Thu Aug 29 09:08:28 GMT 2024","0","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Thu Aug 29 09:08:55 GMT 2024","Thu Aug 29 09:08:55 GMT 2024","1","Waku Filter: Peer Management: E2E","","","","","Maintains correct number of peers after multiple subscribe/unsubscribe cycles","" +"passed","Thu Aug 29 09:12:55 GMT 2024","Thu Aug 29 09:12:55 GMT 2024","1","multiaddr: dialing","","","","","can dial TLS multiaddrs","" +"passed","Thu Aug 29 09:10:35 GMT 2024","Thu Aug 29 09:10:35 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Error when try to subscribe to more than 101 topics (new limit)","" +"passed","Thu Aug 29 09:06:48 GMT 2024","Thu Aug 29 09:06:48 GMT 2024","1","Symmetric Encryption","","","","","Check meta is set [symmetric]","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing unicode special characters and receive message","" +"passed","Thu Aug 29 09:12:07 GMT 2024","Thu Aug 29 09:12:07 GMT 2024","0","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" +"passed","Thu Aug 29 09:07:56 GMT 2024","Thu Aug 29 09:07:56 GMT 2024","0","Connection state","","","","","`waku:online` between 2 js-waku relay nodes","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing long and receive message","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","ensureShardingConfigured","","","","","handles empty contentTopics array correctly","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing emoji and receive message","" +"passed","Thu Aug 29 09:06:38 GMT 2024","Thu Aug 29 09:06:38 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","retrieves all peers (3) when branch entries are composed of multiple strings","" +"passed","Thu Aug 29 09:14:51 GMT 2024","Thu Aug 29 09:14:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe and publish message","" +"passed","Thu Aug 29 09:08:28 GMT 2024","Thu Aug 29 09:08:28 GMT 2024","1","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" +"passed","Thu Aug 29 09:06:27 GMT 2024","Thu Aug 29 09:06:27 GMT 2024","2","to proto message","","","","","Fields are not dropped","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing XML","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","same cluster, same shard: nodes connect (autosharding)","" +"passed","Thu Aug 29 09:15:06 GMT 2024","Thu Aug 29 09:15:06 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 2 - Cluster ID: 10, Content Topic: /app87/9/topic894/json","" +"passed","Thu Aug 29 09:10:35 GMT 2024","Thu Aug 29 09:10:35 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Script and receive message","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing JSON and receive message","" +"passed","Thu Aug 29 09:15:28 GMT 2024","Thu Aug 29 09:15:28 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 0 index when there are 20 messages","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","" +"passed","Thu Aug 29 09:16:38 GMT 2024","Thu Aug 29 09:16:38 GMT 2024","1","Decryption Keys","","","","","Used by Waku Relay","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with SQL Injection payload","" +"passed","Thu Aug 29 09:06:27 GMT 2024","Thu Aug 29 09:06:27 GMT 2024","0","filterPeersByDiscovery function","","","","","should return only bootstrap peers up to maxBootstrapPeers","" +"passed","Thu Aug 29 09:14:50 GMT 2024","Thu Aug 29 09:14:50 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not fail to start the service if it is already started","" +"passed","Thu Aug 29 09:14:47 GMT 2024","Thu Aug 29 09:14:47 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing JSON","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Basic HTML tag","" +"passed","Thu Aug 29 09:16:11 GMT 2024","Thu Aug 29 09:16:11 GMT 2024","0","Waku Store, general","","","","","Ordered callback, aborts when callback returns true","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with empty version field","" +"passed","Thu Aug 29 09:07:56 GMT 2024","Thu Aug 29 09:07:56 GMT 2024","0","Connection state","","","","","isConnected between 2 js-waku relay nodes","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Arabic payload","" +"passed","Thu Aug 29 09:06:23 GMT 2024","Thu Aug 29 09:06:23 GMT 2024","0","ENR","Txt codec","","","","should decode valid enr with tcp successfully","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","singleShardInfosToShardInfo","","","","","should aggregate SingleShardInfos into a ShardInfo","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing short","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with meta","" +"passed","Thu Aug 29 09:15:46 GMT 2024","Thu Aug 29 09:15:46 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 5 - Cluster ID: 863, Shard ID: 723","" +"passed","Thu Aug 29 09:07:45 GMT 2024","Thu Aug 29 09:07:45 GMT 2024","1","Public methods","","","","","removeEventListener with wrong event","" +"passed","Thu Aug 29 09:15:06 GMT 2024","Thu Aug 29 09:15:06 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","Cluster ID 0 - Default/Global Cluster","" +"passed","Thu Aug 29 09:06:22 GMT 2024","Thu Aug 29 09:06:22 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with ALL protocols set to true","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Basic HTML tag and receive message","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages via lightPush","" +"passed","Thu Aug 29 09:15:28 GMT 2024","Thu Aug 29 09:15:28 GMT 2024","1","Waku Store, cursor","","","","","Passing cursor with wrong pubsubTopic","" +"passed","Thu Aug 29 09:06:22 GMT 2024","Thu Aug 29 09:06:22 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with only STORE set to true","" +"passed","Thu Aug 29 09:08:19 GMT 2024","Thu Aug 29 09:08:19 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on peer without subscriptions","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages via waku relay post","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with empty topic name field","" +"passed","Thu Aug 29 09:15:06 GMT 2024","Thu Aug 29 09:15:06 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 8 - Cluster ID: 10, Content Topic: /app96/7/topic650/test.js","" +"skipped","Thu Aug 29 09:06:38 GMT 2024","Thu Aug 29 09:06:38 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","" +"passed","Thu Aug 29 09:16:39 GMT 2024","Thu Aug 29 09:16:39 GMT 2024","1","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","" +"passed","Thu Aug 29 09:14:09 GMT 2024","Thu Aug 29 09:14:09 GMT 2024","0","Waku Relay","","","","","Delete observer","" +"passed","Thu Aug 29 09:06:23 GMT 2024","Thu Aug 29 09:06:23 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with all protocols disabled","" +"passed","Thu Aug 29 09:06:38 GMT 2024","Thu Aug 29 09:06:38 GMT 2024","0","DNS Node Discovery","","","","","caches peers it previously fetched","" +"passed","Thu Aug 29 09:10:01 GMT 2024","Thu Aug 29 09:10:01 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing JSON","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Russian and receive message","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with meta","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receives messages on 20 topics","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","determinePubsubTopic","","","","","should process correctly when SingleShardInfo has no clusterId but has a shard","" +"passed","Thu Aug 29 09:16:23 GMT 2024","Thu Aug 29 09:16:23 GMT 2024","1","Waku Store, page size","","","","","Passing page size 10 when there are 10 messages","" +"passed","Thu Aug 29 09:12:07 GMT 2024","Thu Aug 29 09:12:07 GMT 2024","0","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" +"passed","Thu Aug 29 09:15:06 GMT 2024","Thu Aug 29 09:15:06 GMT 2024","0","Autosharding: Running Nodes","Others","","","","configure the node with multiple content topics","" +"passed","Thu Aug 29 09:06:22 GMT 2024","Thu Aug 29 09:06:22 GMT 2024","1","Multiaddr from fields","","","","","tcp ip4 address","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/x","" +"passed","Thu Aug 29 09:15:46 GMT 2024","Thu Aug 29 09:15:46 GMT 2024","1","Static Sharding: Running Nodes","Others","","","","using a protocol with unconfigured pubsub topic should fail","" +"passed","Thu Aug 29 09:10:35 GMT 2024","Thu Aug 29 09:10:35 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages on 2 different content topics","" +"passed","Thu Aug 29 09:06:22 GMT 2024","Thu Aug 29 09:06:22 GMT 2024","2","ENR waku2 codec","Encoding","","","","should be able to encode the field with only RELAY set to true","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages on 2 different content topics","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Script","" +"passed","Thu Aug 29 09:16:06 GMT 2024","Thu Aug 29 09:16:06 GMT 2024","0","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" +"passed","Thu Aug 29 09:15:50 GMT 2024","Thu Aug 29 09:15:50 GMT 2024","0","Waku Store, error handling","","","","","Query with Ordered Callback, Wrong PubsubTopic","" +"passed","Thu Aug 29 09:06:28 GMT 2024","Thu Aug 29 09:06:28 GMT 2024","0","Waku Message version 0","","","","","Ephemeral field set to true","" +"passed","Thu Aug 29 09:06:23 GMT 2024","Thu Aug 29 09:06:23 GMT 2024","0","ENR","Txt codec","","","","should throw error - no public key","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /statusim/1/community/cbor to shard index 4","" +"passed","Thu Aug 29 09:06:23 GMT 2024","Thu Aug 29 09:06:23 GMT 2024","1","ENR","Location multiaddr","","","","should properly create peer info with all multiaddrs","" +"passed","Thu Aug 29 09:07:19 GMT 2024","Thu Aug 29 09:07:19 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not receive a peer event before start","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing Arabic","" +"passed","Thu Aug 29 09:16:38 GMT 2024","Thu Aug 29 09:16:38 GMT 2024","1","Waku Dial [node only]","Interop: ServiceNode","","","","connects to nwaku","" +"passed","Thu Aug 29 09:08:05 GMT 2024","Thu Aug 29 09:08:05 GMT 2024","0","Waku Filter V2: Ping","","","","","Ping on peer without subscriptions","" +"passed","Thu Aug 29 09:06:22 GMT 2024","Thu Aug 29 09:06:22 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only FILTER set to true","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","1","Waku Light Push: Single Node","","","","","Throws when trying to push message with empty payload","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing short and receive message","" +"passed","Thu Aug 29 09:07:19 GMT 2024","Thu Aug 29 09:07:19 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","can start and stop the service","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","1","contentTopicToPubsubTopic","","","","","should correctly map a content topic to a pubsub topic for different network shard sizes","" +"passed","Thu Aug 29 09:07:19 GMT 2024","Thu Aug 29 09:07:19 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not fail to start the service if it is already started","" +"passed","Thu Aug 29 09:14:22 GMT 2024","Thu Aug 29 09:14:22 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing numeric","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with non string payload is not received","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","" +"passed","Thu Aug 29 09:06:48 GMT 2024","Thu Aug 29 09:06:48 GMT 2024","1","Symmetric Encryption","","","","","Round trip binary encryption [symmetric, signature]","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with emoji payload","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with escaped characters payload","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1649153314 ","" +"passed","Thu Aug 29 09:10:35 GMT 2024","Thu Aug 29 09:10:35 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing escaped characters and receive message","" +"passed","Thu Aug 29 09:17:28 GMT 2024","Thu Aug 29 09:17:28 GMT 2024","0","Static Sharding: Peer Management","Peer Exchange","","","","px service nodes not subscribed to the shard should not be dialed","" +"passed","Thu Aug 29 09:07:17 GMT 2024","Thu Aug 29 09:07:17 GMT 2024","1","ENR Interop: ServiceNode","","","","","Relay + Store","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing numeric","" +"passed","Thu Aug 29 09:08:19 GMT 2024","Thu Aug 29 09:08:19 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Reopen subscription with peer with lost subscription","" +"passed","Thu Aug 29 09:12:07 GMT 2024","Thu Aug 29 09:12:07 GMT 2024","0","Waku Light Push : Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" +"passed","Thu Aug 29 09:16:48 GMT 2024","Thu Aug 29 09:16:48 GMT 2024","1","Wait for remote peer","","","","","Relay - times out","" +"passed","Thu Aug 29 09:16:06 GMT 2024","Thu Aug 29 09:16:06 GMT 2024","0","Waku Store (named sharding), custom pubsub topic","","","","","Generator, custom pubsub topic","" +"passed","Thu Aug 29 09:06:42 GMT 2024","Thu Aug 29 09:06:42 GMT 2024","0","Local Storage Discovery","Unit Tests","","","","should handle corrupted local storage data gracefully","" +"passed","Thu Aug 29 09:14:47 GMT 2024","Thu Aug 29 09:14:47 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with wrong content topic","" +"passed","Thu Aug 29 09:08:55 GMT 2024","Thu Aug 29 09:08:55 GMT 2024","10","Waku Filter: Peer Management: E2E","","","","","Keep-alive pings maintain the connection","" +"passed","Thu Aug 29 09:08:55 GMT 2024","Thu Aug 29 09:08:55 GMT 2024","0","Waku Filter: Peer Management: E2E","","","","","Renews peer on consistent ping failures","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Overlapping topic subscription","" +"skipped","Thu Aug 29 09:07:19 GMT 2024","Thu Aug 29 09:07:19 GMT 2024","0","DNS Node Discovery [live data]","","","","","passes more than one ENR URLs and attempts connection","" +"passed","Thu Aug 29 09:10:01 GMT 2024","Thu Aug 29 09:10:01 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing long","" +"passed","Thu Aug 29 09:08:19 GMT 2024","Thu Aug 29 09:08:19 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on unsubscribed peer","" +"passed","Thu Aug 29 09:11:01 GMT 2024","Thu Aug 29 09:11:01 GMT 2024","1","Health Manager","Should update the health status for protocols","","","","Filter with 3 connections","" +"passed","Thu Aug 29 09:12:58 GMT 2024","Thu Aug 29 09:12:58 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","" +"passed","Thu Aug 29 09:06:28 GMT 2024","Thu Aug 29 09:06:28 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" +"skipped","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message received after nwaku node is restarted","" +"passed","Thu Aug 29 09:14:22 GMT 2024","Thu Aug 29 09:14:22 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing escaped characters and receive message","" +"passed","Thu Aug 29 09:14:51 GMT 2024","Thu Aug 29 09:14:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing XML and publish message","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1694164235572","" +"passed","Thu Aug 29 09:14:50 GMT 2024","Thu Aug 29 09:14:50 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not fail to stop the service if it was not started","" +"passed","Thu Aug 29 09:14:51 GMT 2024","Thu Aug 29 09:14:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing escaped characters and publish message","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","Relay Shard codec","","","","","should correctly encode and decode relay shards using rs format (Index List)","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push 30 different messages","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Script","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","" +"passed","Thu Aug 29 09:16:48 GMT 2024","Thu Aug 29 09:16:48 GMT 2024","0","Wait for remote peer","","","","","Light Node - default protocols","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","shardInfoToPubsubTopics","","","","","should handle clusterId, application and version for autosharding with cluster iD 1","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Chinese and receive message","" +"passed","Thu Aug 29 09:15:46 GMT 2024","Thu Aug 29 09:15:46 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 3 - Cluster ID: 353, Shard ID: 920","" +"passed","Thu Aug 29 09:14:51 GMT 2024","Thu Aug 29 09:14:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing JSON and publish message","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages via lightPush","" +"passed","Thu Aug 29 09:10:35 GMT 2024","Thu Aug 29 09:10:35 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive 2 messages on the same topic","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with Chinese payload","" +"passed","Thu Aug 29 09:14:47 GMT 2024","Thu Aug 29 09:14:47 GMT 2024","1","Waku Relay, Publish","","","","","Fails to publish message with wrong pubsubtopic","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should extract SingleShardInfo from a valid PubsubTopic","" +"passed","Thu Aug 29 09:06:23 GMT 2024","Thu Aug 29 09:06:23 GMT 2024","1","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp6","" +"passed","Thu Aug 29 09:17:28 GMT 2024","Thu Aug 29 09:17:28 GMT 2024","0","Autosharding: Peer Management","Peer Exchange","","","","px service nodes not subscribed to the shard should not be dialed","" +"passed","Thu Aug 29 09:07:17 GMT 2024","Thu Aug 29 09:07:17 GMT 2024","0","ENR Interop: ServiceNode","","","","","Relay","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","contentTopicToPubsubTopic","","","","","should use the provided clusterId for the pubsub topic","" +"passed","Thu Aug 29 09:14:47 GMT 2024","Thu Aug 29 09:14:47 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with empty text","" +"passed","Thu Aug 29 09:08:56 GMT 2024","Thu Aug 29 09:08:56 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribes all - node subscribed to 1 topic","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive 2 messages on the same topic","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","contentTopicsByPubsubTopic","","","","","groups multiple content topics into the same pubsub topic when they share the same shard index","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Russian","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","contentTopicsByPubsubTopic","","","","","groups content topics by expected pubsub topic","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message with empty content topic","" +"passed","Thu Aug 29 09:14:47 GMT 2024","Thu Aug 29 09:14:47 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing escaped characters","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with no content topic is not received","" +"passed","Thu Aug 29 09:12:07 GMT 2024","Thu Aug 29 09:12:07 GMT 2024","0","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Thu Aug 29 09:14:50 GMT 2024","Thu Aug 29 09:14:50 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should emit a peer event after start","" +"passed","Thu Aug 29 09:16:39 GMT 2024","Thu Aug 29 09:16:39 GMT 2024","0","Waku Store, time filter","","","","","Timestamp too far from node time: 40000 ms from now","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing escaped characters","" +"passed","Thu Aug 29 09:10:35 GMT 2024","Thu Aug 29 09:10:35 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages via lightPush","" +"passed","Thu Aug 29 09:10:35 GMT 2024","Thu Aug 29 09:10:35 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to 100 topics (new limit) at once and receives messages","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","" +"skipped","Thu Aug 29 09:10:01 GMT 2024","Thu Aug 29 09:10:01 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message received after jswaku node is restarted","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing SQL Injection","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing numeric and receive message","" +"passed","Thu Aug 29 09:12:58 GMT 2024","Thu Aug 29 09:12:58 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","" +"passed","Thu Aug 29 09:15:28 GMT 2024","Thu Aug 29 09:15:28 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 19 index when there are 50 messages","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing short","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing long","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message equal or less that 1MB","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with empty encoding field","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","different cluster, same shard: nodes don't connect (autosharding)","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing XML","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","" +"passed","Thu Aug 29 09:14:47 GMT 2024","Thu Aug 29 09:14:47 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing long","" +"passed","Thu Aug 29 09:16:11 GMT 2024","Thu Aug 29 09:16:11 GMT 2024","1","Waku Store, general","","","","","Query generator for multiple messages with different message text format","" +"passed","Thu Aug 29 09:06:28 GMT 2024","Thu Aug 29 09:06:28 GMT 2024","1","Waku Message version 0","","","","","Meta field set when metaSetter is specified","" +"passed","Thu Aug 29 09:14:47 GMT 2024","Thu Aug 29 09:14:47 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing short","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/-","" +"passed","Thu Aug 29 09:07:45 GMT 2024","Thu Aug 29 09:07:45 GMT 2024","1","Public methods","","","","","getPeersByDiscovery","" +"passed","Thu Aug 29 09:10:47 GMT 2024","Thu Aug 29 09:10:47 GMT 2024","5","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribes all - node subscribed to 1 topic","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with numeric payload","" +"passed","Thu Aug 29 09:07:19 GMT 2024","Thu Aug 29 09:07:19 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not receive a peer event after stop","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","1","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 7","" +"passed","Thu Aug 29 09:12:58 GMT 2024","Thu Aug 29 09:12:58 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","" +"passed","Thu Aug 29 09:10:01 GMT 2024","Thu Aug 29 09:10:01 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing XML","" +"passed","Thu Aug 29 09:06:38 GMT 2024","Thu Aug 29 09:06:38 GMT 2024","0","ENRTree","","","","","ENRTree (root): should error if DNS root entry signature is invalid","" +"passed","Thu Aug 29 09:07:13 GMT 2024","Thu Aug 29 09:07:13 GMT 2024","1","Dials","dialPeer method","For peer-exchange peers","","","should be called for every peer with PEER_EXCHANGE tags","" +"passed","Thu Aug 29 09:06:38 GMT 2024","Thu Aug 29 09:06:38 GMT 2024","1","ENRTree","","","","","ENRTree (tree): should error if DNS tree entry is mis-prefixed","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with unicode special characters payload","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing JSON","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Renews subscription after lossing a connection","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","contentTopicsByPubsubTopic","","","","","handles different networkShards values correctly","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","singleShardInfosToShardInfo","","","","","should throw an error for SingleShardInfos with different clusterIds","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with numeric payload","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with non string payload is not received","" +"passed","Thu Aug 29 09:16:23 GMT 2024","Thu Aug 29 09:16:23 GMT 2024","1","Waku Store, page size","","","","","Passing page size 19 when there are 20 messages","" +"passed","Thu Aug 29 09:15:06 GMT 2024","Thu Aug 29 09:15:06 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 10 - Cluster ID: 10, Content Topic: /app28/9/topic265/json","" +"passed","Thu Aug 29 09:15:46 GMT 2024","Thu Aug 29 09:15:46 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 4 - Cluster ID: 972, Shard ID: 12","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","" +"passed","Thu Aug 29 09:16:39 GMT 2024","Thu Aug 29 09:16:39 GMT 2024","1","Waku Store, time filter","","","","","Timestamp too far from node time: -20000 ms from now","" +"passed","Thu Aug 29 09:08:28 GMT 2024","Thu Aug 29 09:08:28 GMT 2024","1","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" +"passed","Thu Aug 29 09:16:38 GMT 2024","Thu Aug 29 09:16:38 GMT 2024","1","Waku Dial [node only]","Bootstrap","","","","Passing an array","" +"passed","Thu Aug 29 09:15:46 GMT 2024","Thu Aug 29 09:15:46 GMT 2024","0","Static Sharding: Running Nodes","Others","","","","start node with empty shard should fail","" +"passed","Thu Aug 29 09:15:50 GMT 2024","Thu Aug 29 09:15:50 GMT 2024","0","Waku Store, error handling","","","","","Query Generator, No Decoder","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing SQL Injection and receive message","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Chinese","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /toychat/2/huilong/proto to shard index 3","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1724922424872000000 ","" +"passed","Thu Aug 29 09:12:58 GMT 2024","Thu Aug 29 09:12:58 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","" +"passed","Thu Aug 29 09:14:22 GMT 2024","Thu Aug 29 09:14:22 GMT 2024","1","Waku Relay (Autosharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/7/0 topic","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Refresh subscription","" +"passed","Thu Aug 29 09:15:28 GMT 2024","Thu Aug 29 09:15:28 GMT 2024","0","Waku Store, cursor","","","","","Reusing cursor across nodes","" +"skipped","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","0","Peer Exchange Query","","","","","more peers than existing","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","1","determinePubsubTopic","","","","","should return a calculated topic if SingleShardInfo is provided","" +"passed","Thu Aug 29 09:15:50 GMT 2024","Thu Aug 29 09:15:50 GMT 2024","1","Waku Store, error handling","","","","","Query with Promise Callback, No Decoder","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing short","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with long payload","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing emoji","" +"passed","Thu Aug 29 09:14:47 GMT 2024","Thu Aug 29 09:14:47 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with custom timestamp: Thu Aug 29 2024 08:14:22 GMT+0000 (Coordinated Universal Time)","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing shell command and receive message","" +"passed","Thu Aug 29 09:06:38 GMT 2024","Thu Aug 29 09:06:38 GMT 2024","1","ENRTree","","","","","ENRTree (branch): should parse and verify a single component DNS branch entry","" +"passed","Thu Aug 29 09:12:58 GMT 2024","Thu Aug 29 09:12:58 GMT 2024","0","Peer Exchange Continuous Discovery","","","","","Should update shard info","" +"passed","Thu Aug 29 09:14:47 GMT 2024","Thu Aug 29 09:14:47 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing XML","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","1","ensureValidContentTopic","","","","","does not throw on valid cases","" +"passed","Thu Aug 29 09:14:22 GMT 2024","Thu Aug 29 09:14:22 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/2 topic","" +"passed","Thu Aug 29 09:10:35 GMT 2024","Thu Aug 29 09:10:35 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages from multiple nwaku nodes","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with special chars payload","" +"passed","Thu Aug 29 09:14:50 GMT 2024","Thu Aug 29 09:14:50 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","can start and stop the service","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","1","shardInfoToPubsubTopics","","","","","should handle clusterId, application and version for autosharding with cluster iD 0","" +"passed","Thu Aug 29 09:14:47 GMT 2024","Thu Aug 29 09:14:47 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing emoji","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","shardInfoToPubsubTopics","","","","","should return unique PubsubTopics for static sharding","" +"passed","Thu Aug 29 09:14:51 GMT 2024","Thu Aug 29 09:14:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe at once to 10000 topics and publish messages","" +"passed","Thu Aug 29 09:06:38 GMT 2024","Thu Aug 29 09:06:38 GMT 2024","0","ENRTree","","","","","ENRTree (branch): should error if DNS branch entry is mis-prefixed","" +"passed","Thu Aug 29 09:06:38 GMT 2024","Thu Aug 29 09:06:38 GMT 2024","1","DNS Node Discovery","","","","","retrieves a single peer","" +"passed","Thu Aug 29 09:10:47 GMT 2024","Thu Aug 29 09:10:47 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" +"passed","Thu Aug 29 09:14:47 GMT 2024","Thu Aug 29 09:14:47 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing numeric","" +"passed","Thu Aug 29 09:06:23 GMT 2024","Thu Aug 29 09:06:23 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only LIGHTPUSH enabled","" +"passed","Thu Aug 29 09:16:06 GMT 2024","Thu Aug 29 09:16:06 GMT 2024","0","Waku Store, order","","","","","Ordered Callback - false","" +"passed","Thu Aug 29 09:10:01 GMT 2024","Thu Aug 29 09:10:01 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing SQL Injection","" +"passed","Thu Aug 29 09:07:05 GMT 2024","Thu Aug 29 09:07:05 GMT 2024","3","Events","waku:connection","","","","should emit events and trasition isConnected state when has peers or no peers","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing XML and receive message","" +"passed","Thu Aug 29 09:16:11 GMT 2024","Thu Aug 29 09:16:11 GMT 2024","0","Waku Store, general","","","","","Query generator for multiple messages","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Thu Aug 29 09:14:26 GMT 2024","Thu Aug 29 09:14:26 GMT 2024","0","Waku Relay, Interop","","","","","Js publishes, other Js receives","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","" +"passed","Thu Aug 29 09:06:17 GMT 2024","Thu Aug 29 09:06:17 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (message is IDecodedMessage)","" +"passed","Thu Aug 29 09:16:06 GMT 2024","Thu Aug 29 09:16:06 GMT 2024","0","Waku Store, order","","","","","Promise Callback - false","" +"passed","Thu Aug 29 09:08:56 GMT 2024","Thu Aug 29 09:08:56 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing escaped characters","" +"passed","Thu Aug 29 09:07:19 GMT 2024","Thu Aug 29 09:07:19 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","can start the service","" +"passed","Thu Aug 29 09:15:50 GMT 2024","Thu Aug 29 09:15:50 GMT 2024","0","Waku Store, error handling","","","","","Query with Promise Callback, Multiple PubsubTopics","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","" +"skipped","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","1","Peer Exchange Query","","","","","connected peers and dial","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing escaped characters","" +"passed","Thu Aug 29 09:16:11 GMT 2024","Thu Aug 29 09:16:11 GMT 2024","1","Waku Store, general","","","","","Query generator for multiple messages with different content topic format","" +"passed","Thu Aug 29 09:12:51 GMT 2024","Thu Aug 29 09:12:51 GMT 2024","0","Metadata Protocol","","","","","PeerStore has remote peer's shard info after successful connection","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","pushOrInitMapSet","","","","","Push to array if already present","" +"passed","Thu Aug 29 09:07:19 GMT 2024","Thu Aug 29 09:07:19 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should emit a peer event after start","" +"passed","Thu Aug 29 09:08:05 GMT 2024","Thu Aug 29 09:08:05 GMT 2024","0","Waku Filter V2: Ping","","","","","Reopen subscription with peer with lost subscription","" +"skipped","Thu Aug 29 09:14:25 GMT 2024","Thu Aug 29 09:14:25 GMT 2024","0","Peer Exchange","","","","","wrong wakuPeerExchangeDiscovery pubsub topic","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing emoji and receive message","" +"passed","Thu Aug 29 09:15:06 GMT 2024","Thu Aug 29 09:15:06 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 5 - Cluster ID: 10, Content Topic: /app40/8/topic200/test.js","" +"passed","Thu Aug 29 09:15:46 GMT 2024","Thu Aug 29 09:15:46 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 10 - Cluster ID: 243, Shard ID: 847","" +"passed","Thu Aug 29 09:10:47 GMT 2024","Thu Aug 29 09:10:47 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribes all - node subscribed to 10 topics","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to 100 topics (new limit) at once and receives messages","" +"passed","Thu Aug 29 09:06:27 GMT 2024","Thu Aug 29 09:06:27 GMT 2024","0","filterPeersByDiscovery function","","","","","should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","" +"passed","Thu Aug 29 09:07:16 GMT 2024","Thu Aug 29 09:07:16 GMT 2024","1","Waku Message Ephemeral field","","","","","Ephemeral messages are not stored","" +"passed","Thu Aug 29 09:11:01 GMT 2024","Thu Aug 29 09:11:01 GMT 2024","1","Health Manager","Should update the health status for protocols","","","","Filter with 1 connections","" +"passed","Thu Aug 29 09:06:22 GMT 2024","Thu Aug 29 09:06:22 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only LIGHTPUSH set to true","" +"passed","Thu Aug 29 09:16:39 GMT 2024","Thu Aug 29 09:16:39 GMT 2024","1","Waku Store, time filter","","","","","msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","" +"passed","Thu Aug 29 09:14:51 GMT 2024","Thu Aug 29 09:14:51 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe and publish 10000 messages on the same topic","" +"passed","Thu Aug 29 09:12:07 GMT 2024","Thu Aug 29 09:12:07 GMT 2024","1","This","Is","","","","A test","" +"passed","Thu Aug 29 09:06:42 GMT 2024","Thu Aug 29 09:06:42 GMT 2024","1","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not receive a peer event before start","" +"passed","Thu Aug 29 09:15:46 GMT 2024","Thu Aug 29 09:15:46 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 2 - Cluster ID: 738, Shard ID: 941","" +"passed","Thu Aug 29 09:10:35 GMT 2024","Thu Aug 29 09:10:35 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing SQL Injection and receive message","" +"passed","Thu Aug 29 09:06:28 GMT 2024","Thu Aug 29 09:06:28 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" +"passed","Thu Aug 29 09:14:47 GMT 2024","Thu Aug 29 09:14:47 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with large meta","" +"passed","Thu Aug 29 09:06:23 GMT 2024","Thu Aug 29 09:06:23 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with all protocols enabled","" +"passed","Thu Aug 29 09:07:45 GMT 2024","Thu Aug 29 09:07:45 GMT 2024","1","Public methods","","","","","stop","" +"passed","Thu Aug 29 09:06:49 GMT 2024","Thu Aug 29 09:06:49 GMT 2024","1","Waku Encryption","","","","","pre and post cipher","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1724919061821","" +"passed","Thu Aug 29 09:11:01 GMT 2024","Thu Aug 29 09:11:01 GMT 2024","1","Health Manager","Should update the health status for protocols","","","","Filter with 2 connections","" +"passed","Thu Aug 29 09:15:06 GMT 2024","Thu Aug 29 09:15:06 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 7 - Cluster ID: 10, Content Topic: /app33/7/topic704/proto","" +"passed","Thu Aug 29 09:06:22 GMT 2024","Thu Aug 29 09:06:22 GMT 2024","0","Multiaddr from fields","","","","","udp ip6 address","" +"passed","Thu Aug 29 09:10:35 GMT 2024","Thu Aug 29 09:10:35 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing unicode special characters and receive message","" +"passed","Thu Aug 29 09:10:35 GMT 2024","Thu Aug 29 09:10:35 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing long and receive message","" +"passed","Thu Aug 29 09:17:28 GMT 2024","Thu Aug 29 09:17:28 GMT 2024","0","Static Sharding: Peer Management","Peer Exchange","","","","all px service nodes subscribed to the shard topic should be dialed","" +"passed","Thu Aug 29 09:14:25 GMT 2024","Thu Aug 29 09:14:25 GMT 2024","1","Peer Exchange","","","","","peerDiscovery without wakuPeerExchangeDiscovery","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing shell command","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing XML","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with unicode special characters payload","" +"passed","Thu Aug 29 09:16:38 GMT 2024","Thu Aug 29 09:16:38 GMT 2024","0","Waku Dial [node only]","Bootstrap","","","","Using a function","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Thu Aug 29 09:16:48 GMT 2024","Thu Aug 29 09:16:48 GMT 2024","0","Wait for remote peer","","","","","Relay - dialed after","" +"passed","Thu Aug 29 09:14:51 GMT 2024","Thu Aug 29 09:14:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Chinese and publish message","" +"passed","Thu Aug 29 09:14:51 GMT 2024","Thu Aug 29 09:14:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Russian and publish message","" +"passed","Thu Aug 29 09:12:58 GMT 2024","Thu Aug 29 09:12:58 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with special chars payload","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message on other pubsub topic is not received","" +"passed","Thu Aug 29 09:06:42 GMT 2024","Thu Aug 29 09:06:42 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","can start and stop the service","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","shardInfoToPubsubTopics","","","","","should throw an error if shards are undefined for static sharding","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1649153314 ","" +"passed","Thu Aug 29 09:06:23 GMT 2024","Thu Aug 29 09:06:23 GMT 2024","0","ENR","Verify","","","","should throw error - no public key","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with invalid timestamp is not received","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with escaped characters payload","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/!/1","" +"passed","Thu Aug 29 09:07:16 GMT 2024","Thu Aug 29 09:07:16 GMT 2024","1","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - symmetric encryption","" +"passed","Thu Aug 29 09:08:05 GMT 2024","Thu Aug 29 09:08:05 GMT 2024","0","Waku Filter V2: Ping","","","","","Ping on subscribed peer","" +"passed","Thu Aug 29 09:15:50 GMT 2024","Thu Aug 29 09:15:50 GMT 2024","0","Waku Store, error handling","","","","","Query Generator, Multiple PubsubTopics","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with rate limit","" +"passed","Thu Aug 29 09:10:01 GMT 2024","Thu Aug 29 09:10:01 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing escaped characters","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with no payload is not received","" +"passed","Thu Aug 29 09:07:05 GMT 2024","Thu Aug 29 09:07:05 GMT 2024","1","Events","peer:connect","","","","should emit `peer:connected:peer-exchange` event when a peer is connected","" +"passed","Thu Aug 29 09:10:35 GMT 2024","Thu Aug 29 09:10:35 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receives messages on 20 topics","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing JSON and receive message","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Russian","" +"passed","Thu Aug 29 09:06:23 GMT 2024","Thu Aug 29 09:06:23 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp6","" +"passed","Thu Aug 29 09:08:05 GMT 2024","Thu Aug 29 09:08:05 GMT 2024","0","Waku Filter V2: Ping","","","","","Ping on unsubscribed peer","" +"skipped","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","0","Peer Exchange Query","","","","","non connected peers","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","shardInfoToPubsubTopics","","","","","should throw an error for missing required configuration","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Basic HTML tag payload","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","different cluster, same shard: nodes don't connect","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing escaped characters","" +"passed","Thu Aug 29 09:06:38 GMT 2024","Thu Aug 29 09:06:38 GMT 2024","1","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with store capability","" +"passed","Thu Aug 29 09:14:50 GMT 2024","Thu Aug 29 09:14:50 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not receive a peer event before start","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","different cluster, different shard: nodes don't connect","" +"passed","Thu Aug 29 09:06:38 GMT 2024","Thu Aug 29 09:06:38 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with relay and store capability","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with empty application field","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing special chars and receive message","" +"passed","Thu Aug 29 09:14:50 GMT 2024","Thu Aug 29 09:14:50 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not receive a peer event after stop","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","1","ensurePubsubTopicIsConfigured","","","","","should not throw an error for a single configured topic","" +"passed","Thu Aug 29 09:14:47 GMT 2024","Thu Aug 29 09:14:47 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish duplicate message","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","0","getPeers","getPeers property-based tests","","","","should return the correct number of peers based on numPeers and maxBootstrapPeers","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with JSON payload","" +"passed","Thu Aug 29 09:16:06 GMT 2024","Thu Aug 29 09:16:06 GMT 2024","0","Waku Store, custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" +"passed","Thu Aug 29 09:14:22 GMT 2024","Thu Aug 29 09:14:22 GMT 2024","1","Waku Relay, multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/1 topic","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","determinePubsubTopic","","","","","should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","" +"passed","Thu Aug 29 09:06:42 GMT 2024","Thu Aug 29 09:06:42 GMT 2024","0","Local Storage Discovery","Unit Tests","","","","should load peers from local storage and dispatch events","" +"passed","Thu Aug 29 09:15:46 GMT 2024","Thu Aug 29 09:15:46 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 6 - Cluster ID: 629, Shard ID: 80","" +"passed","Thu Aug 29 09:15:50 GMT 2024","Thu Aug 29 09:15:50 GMT 2024","0","Waku Store, error handling","","","","","Query Generator, No message returned","" +"passed","Thu Aug 29 09:06:23 GMT 2024","Thu Aug 29 09:06:23 GMT 2024","0","ENR","Static tests","","","","should encode/decode to text encoding","" +"passed","Thu Aug 29 09:06:38 GMT 2024","Thu Aug 29 09:06:38 GMT 2024","1","Fetch nodes until capabilities are fulfilled","","","","","1 Relay, 1 fetch","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with short payload","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Arabic and receive message","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","" +"passed","Thu Aug 29 09:06:23 GMT 2024","Thu Aug 29 09:06:23 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp","" +"passed","Thu Aug 29 09:06:38 GMT 2024","Thu Aug 29 09:06:38 GMT 2024","1","Fetch nodes until capabilities are fulfilled","","","","","1 Store, 2 relays, 2 fetches","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing emoji","" +"passed","Thu Aug 29 09:10:47 GMT 2024","Thu Aug 29 09:10:47 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing emoji","" +"passed","Thu Aug 29 09:12:56 GMT 2024","Thu Aug 29 09:12:56 GMT 2024","0","nwaku","","","","","Correctly serialized arguments","" +"passed","Thu Aug 29 09:10:47 GMT 2024","Thu Aug 29 09:10:47 GMT 2024","3","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receives messages on 20 topics","" +"passed","Thu Aug 29 09:06:38 GMT 2024","Thu Aug 29 09:06:38 GMT 2024","0","DNS Node Discovery","","","","","ignores unrecognized TXT record formats","" +"passed","Thu Aug 29 09:16:48 GMT 2024","Thu Aug 29 09:16:48 GMT 2024","0","Wait for remote peer","","","","","LightPush","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing shell command","" +"passed","Thu Aug 29 09:17:28 GMT 2024","Thu Aug 29 09:17:28 GMT 2024","0","Autosharding: Peer Management","Peer Exchange","","","","all px service nodes subscribed to the shard topic should be dialed","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages on 2 different content topics","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing short","" +"passed","Thu Aug 29 09:06:22 GMT 2024","Thu Aug 29 09:06:22 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with ALL protocols set to true","" +"passed","Thu Aug 29 09:16:48 GMT 2024","Thu Aug 29 09:16:48 GMT 2024","0","Wait for remote peer","","","","","Store - dialed first","" +"passed","Thu Aug 29 09:14:51 GMT 2024","Thu Aug 29 09:14:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing short and publish message","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing special chars","" +"passed","Thu Aug 29 09:06:17 GMT 2024","Thu Aug 29 09:06:17 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (meta attribute not present)","" +"passed","Thu Aug 29 09:14:51 GMT 2024","Thu Aug 29 09:14:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Basic HTML tag and publish message","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with JSON payload","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Script","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing XML","" +"passed","Thu Aug 29 09:06:22 GMT 2024","Thu Aug 29 09:06:22 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with RELAY and FILTER protocols set to true","" +"passed","Thu Aug 29 09:14:25 GMT 2024","Thu Aug 29 09:14:25 GMT 2024","1","Peer Exchange","","","","","getPeersByDiscovery","" +"passed","Thu Aug 29 09:10:35 GMT 2024","Thu Aug 29 09:10:35 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing shell command and receive message","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Russian","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing shell command","" +"passed","Thu Aug 29 09:08:56 GMT 2024","Thu Aug 29 09:08:56 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Basic HTML tag and receive message","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","same cluster, same shard: nodes connect","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Script and receive message","" +"passed","Thu Aug 29 09:06:42 GMT 2024","Thu Aug 29 09:06:42 GMT 2024","1","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not fail to stop the service if it was not started","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Error when try to subscribe to more than 101 topics (new limit)","" +"passed","Thu Aug 29 09:06:17 GMT 2024","Thu Aug 29 09:06:17 GMT 2024","1","RFC Test Vectors","","","","","Waku message hash computation (meta size of 12 bytes)","" +"passed","Thu Aug 29 09:14:51 GMT 2024","Thu Aug 29 09:14:51 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing Arabic and publish message","" +"passed","Thu Aug 29 09:14:09 GMT 2024","Thu Aug 29 09:14:09 GMT 2024","1","Waku Relay","","","","","Decrypt messages","" +"passed","Thu Aug 29 09:15:46 GMT 2024","Thu Aug 29 09:15:46 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 7 - Cluster ID: 196, Shard ID: 965","" +"passed","Thu Aug 29 09:06:17 GMT 2024","Thu Aug 29 09:06:17 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (payload length 0)","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/\/1","" +"passed","Thu Aug 29 09:14:51 GMT 2024","Thu Aug 29 09:14:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Mutual subscription","" +"passed","Thu Aug 29 09:10:01 GMT 2024","Thu Aug 29 09:10:01 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1949153314000 ","" +"passed","Thu Aug 29 09:16:22 GMT 2024","Thu Aug 29 09:16:22 GMT 2024","0","Waku Store, sorting","","","","","Ordered Callback sorting by timestamp while page direction is false","" +"passed","Thu Aug 29 09:14:22 GMT 2024","Thu Aug 29 09:14:22 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","" +"passed","Thu Aug 29 09:10:01 GMT 2024","Thu Aug 29 09:10:01 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Arabic","" +"passed","Thu Aug 29 09:15:06 GMT 2024","Thu Aug 29 09:15:06 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 3 - Cluster ID: 10, Content Topic: /app48/1/topic90/proto","" +"passed","Thu Aug 29 09:06:38 GMT 2024","Thu Aug 29 09:06:38 GMT 2024","1","ENRTree","","","","","ENRTree (root): should error if DNS root entry is mis-prefixed","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing special chars and receive message","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Chinese","" +"passed","Thu Aug 29 09:10:35 GMT 2024","Thu Aug 29 09:10:35 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing short and receive message","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing SQL Injection and receive message","" +"skipped","Thu Aug 29 09:14:51 GMT 2024","Thu Aug 29 09:14:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Refresh subscription","" +"passed","Thu Aug 29 09:06:23 GMT 2024","Thu Aug 29 09:06:23 GMT 2024","1","ENR","Txt codec","","","","should decode valid ENR with multiaddrs successfully [shared test vector]","" +"passed","Thu Aug 29 09:15:28 GMT 2024","Thu Aug 29 09:15:28 GMT 2024","0","Waku Store, cursor","","","","","Passing invalid cursor","" +"passed","Thu Aug 29 09:06:23 GMT 2024","Thu Aug 29 09:06:23 GMT 2024","4","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp4","" +"passed","Thu Aug 29 09:07:16 GMT 2024","Thu Aug 29 09:07:16 GMT 2024","1","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - asymmetric encryption","" +"passed","Thu Aug 29 09:10:47 GMT 2024","Thu Aug 29 09:10:47 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" +"passed","Thu Aug 29 09:12:55 GMT 2024","Thu Aug 29 09:12:55 GMT 2024","1","multiaddr: dialing","does not attempt the same peer discovered multiple times more than once","","","","through manual discovery","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","" +"passed","Thu Aug 29 09:16:22 GMT 2024","Thu Aug 29 09:16:22 GMT 2024","1","Waku Store, sorting","","","","","Ordered Callback sorting by timestamp while page direction is true","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Russian","" +"passed","Thu Aug 29 09:14:51 GMT 2024","Thu Aug 29 09:14:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Publish without waiting for remote peer","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","" +"passed","Thu Aug 29 09:06:23 GMT 2024","Thu Aug 29 09:06:23 GMT 2024","0","ENR","Verify","","","","should throw error - no id","" +"passed","Thu Aug 29 09:06:50 GMT 2024","Thu Aug 29 09:06:50 GMT 2024","0","Ecies Encryption","","","","","Round trip binary encryption [ecies, no signature]","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/$","" +"passed","Thu Aug 29 09:16:06 GMT 2024","Thu Aug 29 09:16:06 GMT 2024","0","Waku Store, custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" +"passed","Thu Aug 29 09:11:01 GMT 2024","Thu Aug 29 09:11:01 GMT 2024","10","Health Manager","Should update the health status for protocols","","","","Filter with 0 connections","" +"passed","Thu Aug 29 09:06:48 GMT 2024","Thu Aug 29 09:06:48 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /0/statusim/1/community/cbor to shard index 4","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","ensureValidContentTopic","","","","","throws on empty content topic","" +"passed","Thu Aug 29 09:10:47 GMT 2024","Thu Aug 29 09:10:47 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" +"passed","Thu Aug 29 09:14:22 GMT 2024","Thu Aug 29 09:14:22 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" +"passed","Thu Aug 29 09:10:01 GMT 2024","Thu Aug 29 09:10:01 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing Chinese","" +"passed","Thu Aug 29 09:14:51 GMT 2024","Thu Aug 29 09:14:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing SQL Injection and publish message","" +"passed","Thu Aug 29 09:06:23 GMT 2024","Thu Aug 29 09:06:23 GMT 2024","1","ENR","Txt codec","","","","should encodeTxt and decodeTxt","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","same cluster, different shard: nodes don't connect","" +"passed","Thu Aug 29 09:11:15 GMT 2024","Thu Aug 29 09:11:15 GMT 2024","0","Waku Light Push: Peer Management: E2E","","","","","Failed peers are renewed","" +"passed","Thu Aug 29 09:16:39 GMT 2024","Thu Aug 29 09:16:39 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing emoji","" +"passed","Thu Aug 29 09:06:28 GMT 2024","Thu Aug 29 09:06:28 GMT 2024","1","Waku Message version 0","","","","","Round trip binary serialization","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to 100 topics (new limit) at once and receives messages","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing JSON","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Add multiple subscription objects on single nwaku node","" +"passed","Thu Aug 29 09:06:23 GMT 2024","Thu Aug 29 09:06:23 GMT 2024","1","ENR","Verify","","","","should throw error - invalid id","" +"passed","Thu Aug 29 09:14:51 GMT 2024","Thu Aug 29 09:14:51 GMT 2024","1","Waku Relay, Subscribe","","","","","Register correct protocols","" +"passed","Thu Aug 29 09:08:55 GMT 2024","Thu Aug 29 09:08:55 GMT 2024","1","Waku Filter: Peer Management: E2E","","","","","Tracks peer failures correctly","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with too few or too many fields","" +"passed","Thu Aug 29 09:16:48 GMT 2024","Thu Aug 29 09:16:48 GMT 2024","0","Wait for remote peer","","","","","Filter","" +"passed","Thu Aug 29 09:06:27 GMT 2024","Thu Aug 29 09:06:27 GMT 2024","1","filterPeersByDiscovery function","","","","","should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","" +"passed","Thu Aug 29 09:10:35 GMT 2024","Thu Aug 29 09:10:35 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive ecies encrypted messages via lightPush","" +"passed","Thu Aug 29 09:10:01 GMT 2024","Thu Aug 29 09:10:01 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with invalid timestamp is not received","" +"passed","Thu Aug 29 09:15:50 GMT 2024","Thu Aug 29 09:15:50 GMT 2024","0","Waku Store, error handling","","","","","Query with Ordered Callback, No message returned","" +"passed","Thu Aug 29 09:10:01 GMT 2024","Thu Aug 29 09:10:01 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message on other pubsub topic is not received","" +"passed","Thu Aug 29 09:16:06 GMT 2024","Thu Aug 29 09:16:06 GMT 2024","0","Waku Store (named sharding), custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Overlapping topic subscription","" +"passed","Thu Aug 29 09:10:35 GMT 2024","Thu Aug 29 09:10:35 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages via waku relay post","" +"passed","Thu Aug 29 09:06:38 GMT 2024","Thu Aug 29 09:06:38 GMT 2024","0","ENRTree","","","","","ENRTree (tree): should error if DNS tree entry is misformatted","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing long","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","contentTopicToShardIndex","","","","","topics with same application and version share the same shard","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing unicode special characters","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/!","" +"passed","Thu Aug 29 09:16:24 GMT 2024","Thu Aug 29 09:16:24 GMT 2024","1","Util: toAsyncIterator: Filter","","","","","creates an iterator","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing JSON","" +"passed","Thu Aug 29 09:06:50 GMT 2024","Thu Aug 29 09:06:50 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Russian and receive message","" +"passed","Thu Aug 29 09:07:16 GMT 2024","Thu Aug 29 09:07:16 GMT 2024","1","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - encoder v0","" +"passed","Thu Aug 29 09:06:22 GMT 2024","Thu Aug 29 09:06:22 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with STORE and LIGHTPUSH protocols set to true","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","" +"passed","Thu Aug 29 09:15:06 GMT 2024","Thu Aug 29 09:15:06 GMT 2024","0","Autosharding: Running Nodes","Others","","","","start node with empty content topic","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","same cluster, different shard: nodes connect (autosharding)","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages via waku relay post","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing numeric and receive message","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","7","contentTopicToShardIndex","","","","","should correctly map /0/toychat/2/huilong/proto to shard index 3","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with non-number generation field","" +"passed","Thu Aug 29 09:06:23 GMT 2024","Thu Aug 29 09:06:23 GMT 2024","1","ENR","waku2 key round trip","","","","should set field with only RELAY enabled","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing unicode special characters and receive message","" +"skipped","Thu Aug 29 09:14:51 GMT 2024","Thu Aug 29 09:14:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Overlapping topic subscription","" +"passed","Thu Aug 29 09:10:35 GMT 2024","Thu Aug 29 09:10:35 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Russian and receive message","" +"passed","Thu Aug 29 09:06:48 GMT 2024","Thu Aug 29 09:06:48 GMT 2024","1","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" +"passed","Thu Aug 29 09:08:28 GMT 2024","Thu Aug 29 09:08:28 GMT 2024","0","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" +"passed","Thu Aug 29 09:14:47 GMT 2024","Thu Aug 29 09:14:47 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing unicode special characters","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","contentTopicToPubsubTopic","","","","","should correctly map a content topic to a pubsub topic","" +"passed","Thu Aug 29 09:15:06 GMT 2024","Thu Aug 29 09:15:06 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 6 - Cluster ID: 10, Content Topic: /app97/8/topic494/xml","" +"passed","Thu Aug 29 09:15:46 GMT 2024","Thu Aug 29 09:15:46 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 9 - Cluster ID: 7, Shard ID: 766","" +"passed","Thu Aug 29 09:16:23 GMT 2024","Thu Aug 29 09:16:23 GMT 2024","1","Waku Store, page size","","","","","Passing page size 3 when there are 20 messages","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Arabic","" +"passed","Thu Aug 29 09:08:55 GMT 2024","Thu Aug 29 09:08:55 GMT 2024","1","Waku Filter: Peer Management: E2E","","","","","Renews peer on consistent missed messages","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/29/sometopic/someencoding to shard index 6","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Arabic","" +"passed","Thu Aug 29 09:16:06 GMT 2024","Thu Aug 29 09:16:06 GMT 2024","1","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, custom pubsub topic","" +"passed","Thu Aug 29 09:15:50 GMT 2024","Thu Aug 29 09:15:50 GMT 2024","1","Waku Store, error handling","","","","","Query with Promise Callback, Wrong PubsubTopic","" +"passed","Thu Aug 29 09:10:35 GMT 2024","Thu Aug 29 09:10:35 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Basic HTML tag and receive message","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Script and receive message","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing long and receive message","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with invalid timestamp is not received","" +"passed","Thu Aug 29 09:06:22 GMT 2024","Thu Aug 29 09:06:22 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with only STORE set to true","" +"passed","Thu Aug 29 09:10:35 GMT 2024","Thu Aug 29 09:10:35 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Chinese and receive message","" +"passed","Thu Aug 29 09:06:38 GMT 2024","Thu Aug 29 09:06:38 GMT 2024","0","ENRTree","","","","","ENRTree (root): should parse and verify and DNS root entry","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1724922424872000000 ","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing special chars","" +"passed","Thu Aug 29 09:07:13 GMT 2024","Thu Aug 29 09:07:13 GMT 2024","0","Dials","attemptDial method","","","","should be called at least once on all `peer:discovery` events","" +"passed","Thu Aug 29 09:12:58 GMT 2024","Thu Aug 29 09:12:58 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with SQL Injection payload","" +"passed","Thu Aug 29 09:14:51 GMT 2024","Thu Aug 29 09:14:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing numeric and publish message","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","0","Waku Light Push: Single Node","","","","","Fails to push message bigger that 1MB","" +"passed","Thu Aug 29 09:15:28 GMT 2024","Thu Aug 29 09:15:28 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 10 index when there are 40 messages","" +"passed","Thu Aug 29 09:16:23 GMT 2024","Thu Aug 29 09:16:23 GMT 2024","1","Waku Store, page size","","","","","Default pageSize","" +"passed","Thu Aug 29 09:16:06 GMT 2024","Thu Aug 29 09:16:06 GMT 2024","0","Waku Store, order","","","","","Query Generator - false","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","0","Waku Light Push: Single Node","","","","","Fails to push message with empty content topic","" +"passed","Thu Aug 29 09:15:28 GMT 2024","Thu Aug 29 09:15:28 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 110 index when there are 120 messages","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Error when try to subscribe to more than 101 topics (new limit)","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","1","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","" +"passed","Thu Aug 29 09:07:45 GMT 2024","Thu Aug 29 09:07:45 GMT 2024","1","Public methods","","","","","listenerCount","" +"passed","Thu Aug 29 09:16:11 GMT 2024","Thu Aug 29 09:16:11 GMT 2024","0","Waku Store, general","","","","","Query generator for 2000 messages","" +"passed","Thu Aug 29 09:14:47 GMT 2024","Thu Aug 29 09:14:47 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Russian","" +"passed","Thu Aug 29 09:10:01 GMT 2024","Thu Aug 29 09:10:01 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1724922425216 ","" +"skipped","Thu Aug 29 09:14:47 GMT 2024","Thu Aug 29 09:14:47 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message after client node is restarted","" +"passed","Thu Aug 29 09:12:51 GMT 2024","Thu Aug 29 09:12:51 GMT 2024","0","Metadata Protocol","connections","","","","same cluster, different shard: nodes connect","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","9","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with shell command payload","" +"passed","Thu Aug 29 09:16:23 GMT 2024","Thu Aug 29 09:16:23 GMT 2024","0","Waku Store, page size","","","","","Passing page size 11 when there are 10 messages","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive ecies encrypted messages via lightPush","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","different cluster, different shard: nodes don't connect (autosharding)","" +"passed","Thu Aug 29 09:07:45 GMT 2024","Thu Aug 29 09:07:45 GMT 2024","0","Public methods","","","","","addEventListener with wrong event","" +"passed","Thu Aug 29 09:06:38 GMT 2024","Thu Aug 29 09:06:38 GMT 2024","1","Discovery","","","","","returns all values when wanted number matches available values","" +"passed","Thu Aug 29 09:11:01 GMT 2024","Thu Aug 29 09:11:01 GMT 2024","2","Health Manager","Should update the health status for protocols","","","","LightPush with 3 connections","" +"passed","Thu Aug 29 09:06:23 GMT 2024","Thu Aug 29 09:06:23 GMT 2024","0","ENR","Txt codec","","","","should throw error - no id","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing shell command","" +"passed","Thu Aug 29 09:14:26 GMT 2024","Thu Aug 29 09:14:26 GMT 2024","0","Waku Relay, Interop","","","","","Nwaku publishes","" +"passed","Thu Aug 29 09:08:19 GMT 2024","Thu Aug 29 09:08:19 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Reopen subscription with peer with lost subscription","" +"passed","Thu Aug 29 09:12:07 GMT 2024","Thu Aug 29 09:12:07 GMT 2024","0","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Thu Aug 29 09:06:42 GMT 2024","Thu Aug 29 09:06:42 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","can start the service","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Basic HTML tag payload","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing Script","" +"passed","Thu Aug 29 09:06:48 GMT 2024","Thu Aug 29 09:06:48 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","contentTopicToPubsubTopic","","","","","should map different content topics to different pubsub topics based on shard index","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Chinese and receive message","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" +"passed","Thu Aug 29 09:06:48 GMT 2024","Thu Aug 29 09:06:48 GMT 2024","1","Symmetric Encryption","","","","","Round trip binary encryption [symmetric, no signature]","" +"passed","Thu Aug 29 09:10:35 GMT 2024","Thu Aug 29 09:10:35 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing XML and receive message","" +"passed","Thu Aug 29 09:06:22 GMT 2024","Thu Aug 29 09:06:22 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with only LIGHTPUSH set to true","" +"passed","Thu Aug 29 09:06:38 GMT 2024","Thu Aug 29 09:06:38 GMT 2024","0","Fetch nodes until capabilities are fulfilled","","","","","1 Relay, 1 Filter, gives up","" +"passed","Thu Aug 29 09:16:38 GMT 2024","Thu Aug 29 09:16:38 GMT 2024","0","Waku Dial [node only]","Interop: ServiceNode","","","","Does not throw an exception when node disconnects","" +"passed","Thu Aug 29 09:10:01 GMT 2024","Thu Aug 29 09:10:01 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Basic HTML tag","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","shardInfoToPubsubTopics","","","","","should handle clusterId, application and version for autosharding with cluster iD 6","" +"passed","Thu Aug 29 09:06:22 GMT 2024","Thu Aug 29 09:06:22 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with RELAY and FILTER protocols set to true","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","" +"passed","Thu Aug 29 09:06:22 GMT 2024","Thu Aug 29 09:06:22 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with ALL protocols set to false","" +"passed","Thu Aug 29 09:06:49 GMT 2024","Thu Aug 29 09:06:49 GMT 2024","0","Waku Encryption","","","","","Symmetric encrypt & Decrypt","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with XML payload","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Chinese","" +"passed","Thu Aug 29 09:12:07 GMT 2024","Thu Aug 29 09:12:07 GMT 2024","1","This","Is also","","","","A test","" +"passed","Thu Aug 29 09:06:27 GMT 2024","Thu Aug 29 09:06:27 GMT 2024","1","filterPeersByDiscovery function","","","","","should return all peers when numPeers is 0","" +"passed","Thu Aug 29 09:07:56 GMT 2024","Thu Aug 29 09:07:56 GMT 2024","1","Connection state","","","","","should emit `waku:online` event only when first peer is connected","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","0","determinePubsubTopic","","","","","should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","" +"passed","Thu Aug 29 09:15:46 GMT 2024","Thu Aug 29 09:15:46 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","Cluster ID 0 - Default/Global Cluster","" +"passed","Thu Aug 29 09:12:58 GMT 2024","Thu Aug 29 09:12:58 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","" +"passed","Thu Aug 29 09:10:35 GMT 2024","Thu Aug 29 09:10:35 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing emoji and receive message","" +"passed","Thu Aug 29 09:07:05 GMT 2024","Thu Aug 29 09:07:05 GMT 2024","1","Events","peer:connect","","","","should emit `peer:connected:bootstrap` event when a peer is connected","" +"passed","Thu Aug 29 09:15:21 GMT 2024","Thu Aug 29 09:15:21 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1724919035572","" +"passed","Thu Aug 29 09:12:07 GMT 2024","Thu Aug 29 09:12:07 GMT 2024","1","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" +"passed","Thu Aug 29 09:06:17 GMT 2024","Thu Aug 29 09:06:17 GMT 2024","1","RFC Test Vectors","","","","","Waku message hash computation (meta size of 64 bytes)","" +"passed","Thu Aug 29 09:08:55 GMT 2024","Thu Aug 29 09:08:55 GMT 2024","0","Waku Filter: Peer Management: E2E","","","","","Ping succeeds for all connected peers","" +"passed","Thu Aug 29 09:10:47 GMT 2024","Thu Aug 29 09:10:47 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe topics the node is not subscribed to","" +"passed","Thu Aug 29 09:14:51 GMT 2024","Thu Aug 29 09:14:51 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing long and publish message","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1724926261821","" +"passed","Thu Aug 29 09:10:35 GMT 2024","Thu Aug 29 09:10:35 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing special chars and receive message","" +"passed","Thu Aug 29 09:06:23 GMT 2024","Thu Aug 29 09:06:23 GMT 2024","0","ENR","Txt codec","","","","should decode valid enr successfully","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Basic HTML tag","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1694164261821","" +"passed","Thu Aug 29 09:06:14 GMT 2024","Thu Aug 29 09:06:14 GMT 2024","1","shardInfoToPubsubTopics","","","","","should return empty list for no shard","" +"passed","Thu Aug 29 09:06:42 GMT 2024","Thu Aug 29 09:06:42 GMT 2024","1","Local Storage Discovery","Unit Tests","","","","should add and remove event listeners correctly","" +"passed","Thu Aug 29 09:10:11 GMT 2024","Thu Aug 29 09:10:11 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Thu Aug 29 09:12:51 GMT 2024","Thu Aug 29 09:12:51 GMT 2024","0","Metadata Protocol","connections","","","","different cluster, same shard: nodes don't connect","" +"passed","Thu Aug 29 09:06:49 GMT 2024","Thu Aug 29 09:06:49 GMT 2024","0","Waku Encryption","","","","","Asymmetric encrypt & decrypt","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","0","Waku Light Push: Single Node","","","","","Push 30 different messages","" +"passed","Thu Aug 29 09:14:47 GMT 2024","Thu Aug 29 09:14:47 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with custom timestamp: Fri Sep 08 2023 09:14:22 GMT+0000 (Coordinated Universal Time)","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with long payload","" +"passed","Thu Aug 29 09:12:58 GMT 2024","Thu Aug 29 09:12:58 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","" +"passed","Thu Aug 29 09:06:50 GMT 2024","Thu Aug 29 09:06:50 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" +"passed","Thu Aug 29 09:14:05 GMT 2024","Thu Aug 29 09:14:05 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing numeric","" +"passed","Thu Aug 29 09:14:13 GMT 2024","Thu Aug 29 09:14:13 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with Arabic payload","" +"passed","Thu Aug 29 09:16:52 GMT 2024","Thu Aug 29 09:16:52 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive ecies encrypted messages via lightPush","" diff --git a/7376/data/suites.json b/7376/data/suites.json index 71d58457544..a97fb8806fa 100644 --- a/7376/data/suites.json +++ b/7376/data/suites.json @@ -1 +1 @@ -{"uid":"98d3104e051c652961429bf95fa0b5d6","children":[{"name":"pushOrInitMapSet","children":[{"name":"Init the array if not present","uid":"5fc36053a2125c3a","parentUid":"c5cf08d1961e509912868f237505d870","status":"passed","time":{"start":1724921037308,"stop":1724921037310,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"5612bdfac6133a49","parentUid":"c5cf08d1961e509912868f237505d870","status":"passed","time":{"start":1724921037311,"stop":1724921037311,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c5cf08d1961e509912868f237505d870"},{"name":"ensureValidContentTopic","children":[{"name":"does not throw on valid cases","uid":"e67d64c4c2c9220b","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1724921037618,"stop":1724921037618,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"3d529c610f151dcf","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1724921037619,"stop":1724921037620,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with too few or too many fields","uid":"b7b0151897eef35e","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1724921037620,"stop":1724921037620,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with non-number generation field","uid":"2e7abba2fea39d56","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1724921037620,"stop":1724921037621,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with generation field greater than 0","uid":"a777e19e857fd151","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1724921037621,"stop":1724921037621,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty application field","uid":"21eb89b7a11d37c0","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1724921037621,"stop":1724921037622,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty topic name field","uid":"62391f629dbd3c53","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1724921037622,"stop":1724921037623,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty version field","uid":"d877460f4936ccd3","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1724921037622,"stop":1724921037622,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty encoding field","uid":"ae31d2c2f5df4f5a","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1724921037623,"stop":1724921037623,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"df61f8b859332d545754c41005331739"},{"name":"contentTopicToShardIndex","children":[{"name":"should correctly map /myapp/1/latest/proto to shard index 0","uid":"8c633cd02e4bcaf1","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1724921037624,"stop":1724921037625,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /waku/2/content/test.js to shard index 1","uid":"6b3fd67c4e7e6762","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1724921037625,"stop":1724921037625,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /toychat/2/huilong/proto to shard index 3","uid":"6a0e53a2d16e932f","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1724921037625,"stop":1724921037626,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /statusim/1/community/cbor to shard index 4","uid":"74ee1a35ac2bd4e4","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1724921037631,"stop":1724921037632,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","uid":"3e775a524f387094","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1724921037631,"stop":1724921037631,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/22/sometopic/someencoding to shard index 2","uid":"4e10595305ade239","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1724921037632,"stop":1724921037632,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/statusim/1/community/cbor to shard index 4","uid":"a660c26f6f9b8591","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1724921037632,"stop":1724921037632,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/27/sometopic/someencoding to shard index 5","uid":"2226891e9b597d0a","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1724921037633,"stop":1724921037633,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 7","uid":"b72e034a574ff9e2","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1724921037633,"stop":1724921037633,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/29/sometopic/someencoding to shard index 6","uid":"44ecaff2390e5433","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1724921037633,"stop":1724921037633,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","uid":"bb1ca02f3e5b2dda","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1724921037634,"stop":1724921037634,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","uid":"4b2d9748a50e8bf","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1724921037634,"stop":1724921037634,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","uid":"91ab48d0ea6f268e","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1724921037634,"stop":1724921037634,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"topics with same application and version share the same shard","uid":"7f5d938f054952ef","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1724921037635,"stop":1724921037635,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"9699ce6bbf92e8cc02281e3cf839721f"},{"name":"contentTopicsByPubsubTopic","children":[{"name":"groups multiple content topics into the same pubsub topic when they share the same shard index","uid":"266b4c134a4ca33c","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1724921037635,"stop":1724921037636,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups content topics by expected pubsub topic","uid":"e9b034f8f075acb7","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1724921037635,"stop":1724921037635,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"ae9e573d039bc59","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1724921037636,"stop":1724921037636,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"9899d7be1f78a7f5","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1724921037636,"stop":1724921037636,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws an error for improperly formatted content topics","uid":"9ee558e38f8419d3","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1724921037637,"stop":1724921037637,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"630d22b460745799705352e83a41ebbb"},{"name":"singleShardInfoToPubsubTopic","children":[{"name":"should convert a SingleShardInfo object to the correct PubsubTopic","uid":"4549a666b90f29ba","parentUid":"019109a65419887777e599cebbf04c7f","status":"passed","time":{"start":1724921037637,"stop":1724921037637,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"019109a65419887777e599cebbf04c7f"},{"name":"singleShardInfosToShardInfo","children":[{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"c7724d5ba18196f0","parentUid":"dcb3ccb891ae816766d2261c6433f083","status":"passed","time":{"start":1724921037638,"stop":1724921037638,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for SingleShardInfos with different clusterIds","uid":"453971419b14a781","parentUid":"dcb3ccb891ae816766d2261c6433f083","status":"passed","time":{"start":1724921037638,"stop":1724921037639,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for empty SingleShardInfos array","uid":"fd88698b1bb3f570","parentUid":"dcb3ccb891ae816766d2261c6433f083","status":"passed","time":{"start":1724921037638,"stop":1724921037638,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"dcb3ccb891ae816766d2261c6433f083"},{"name":"shardInfoToPubsubTopics","children":[{"name":"should return unique PubsubTopics for static sharding","uid":"660f23e1f9201c09","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1724921037639,"stop":1724921037640,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert content topics to PubsubTopics for autosharding","uid":"68bb4be0b88fa096","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1724921037639,"stop":1724921037639,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 6","uid":"17b86087301f0bf3","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1724921037640,"stop":1724921037641,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 1","uid":"fce2d6f395d59011","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1724921037640,"stop":1724921037640,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 0","uid":"b9bf68e62d8997a0","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1724921037640,"stop":1724921037640,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing required configuration","uid":"fed10d8dabb9ea90","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1724921037641,"stop":1724921037642,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return empty list for no shard","uid":"d26b319ec6c2ccf7","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1724921037641,"stop":1724921037641,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error if shards are undefined for static sharding","uid":"92e36bff546d9df8","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1724921037641,"stop":1724921037641,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"258e680909aa6b34f16d75376981a0bb"},{"name":"pubsubTopicToSingleShardInfo with various invalid formats","children":[{"name":"should extract SingleShardInfo from a valid PubsubTopic","uid":"cecd57b280f7b2a0","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724921037642,"stop":1724921037642,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /incorrect/format","uid":"997580436d78ecb1","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724921037643,"stop":1724921037644,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","uid":"da4132c642b177e2","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724921037643,"stop":1724921037643,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","uid":"ab935c6549faaae2","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724921037643,"stop":1724921037643,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","uid":"e8066380dcbf1780","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724921037644,"stop":1724921037644,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","uid":"eac57ea6dd1d2f8","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724921037644,"stop":1724921037645,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","uid":"1efbaf9fffa74590","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724921037644,"stop":1724921037644,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","uid":"5a233612831f2928","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724921037645,"stop":1724921037646,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","uid":"71c79e9a049dbf03","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724921037645,"stop":1724921037645,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","uid":"beb86ae22843be","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724921037646,"stop":1724921037647,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","uid":"3d9cfee103242d68","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724921037646,"stop":1724921037646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","uid":"c545b1ce7159876c","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724921037646,"stop":1724921037646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","uid":"ed2db9c3dd027f8","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724921037647,"stop":1724921037647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","uid":"ff62bef00a3111c1","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724921037647,"stop":1724921037647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","uid":"dd8abdc0d7a442a0","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724921037648,"stop":1724921037648,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","uid":"d64c18074186ffcf","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724921037648,"stop":1724921037648,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","uid":"e53024792f7dfe8f","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724921037648,"stop":1724921037649,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","uid":"a4a676297003c3ee","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724921037649,"stop":1724921037649,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/","uid":"b128c6132fadca5b","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724921037649,"stop":1724921037650,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","uid":"f5ff81aa4818e63","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724921037649,"stop":1724921037649,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","uid":"225ee1841fcdf495","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724921037650,"stop":1724921037650,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","uid":"6cfc3bfc9a579daf","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724921037650,"stop":1724921037650,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ccf995cc05ccf5d4ca0dd0e9faace051"},{"name":"ensurePubsubTopicIsConfigured","children":[{"name":"should not throw an error for a single configured topic","uid":"f92f81baa9a737a2","parentUid":"31db813f7583183316906b1886ed94f5","status":"passed","time":{"start":1724921037650,"stop":1724921037651,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for an unconfigured topic","uid":"cad5c4a34408dcf9","parentUid":"31db813f7583183316906b1886ed94f5","status":"passed","time":{"start":1724921037651,"stop":1724921037652,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error when the topic is within a list of configured topics","uid":"5883a1bcf9a7621d","parentUid":"31db813f7583183316906b1886ed94f5","status":"passed","time":{"start":1724921037651,"stop":1724921037651,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"31db813f7583183316906b1886ed94f5"},{"name":"determinePubsubTopic","children":[{"name":"should return the pubsub topic directly if a string is provided","uid":"7b5f77c9b0e53a29","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1724921037652,"stop":1724921037652,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return a calculated topic if SingleShardInfo is provided","uid":"e46ebe55aef5efef","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1724921037652,"stop":1724921037652,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","uid":"55482b4400b3610f","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1724921037652,"stop":1724921037652,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","uid":"eefd350acbced041","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1724921037653,"stop":1724921037653,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should process correctly when SingleShardInfo has no clusterId but has a shard","uid":"aab5b470e2498281","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1724921037653,"stop":1724921037653,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5feccc070f611ca5a3a360d1be4e108e"},{"name":"ensureShardingConfigured","children":[{"name":"should return valid sharding parameters for static sharding","uid":"10930c72109afabe","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1724921037653,"stop":1724921037653,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for content topics autosharding","uid":"1bc9f76e644cc778","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1724921037653,"stop":1724921037653,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"81ba405379ee4ba7","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1724921037654,"stop":1724921037654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"6eb366566cf83622","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1724921037654,"stop":1724921037654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing sharding configuration","uid":"cb162c1bfd3d995f","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1724921037654,"stop":1724921037654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ed63b24f8659343b1d130eb7edd9b4af"},{"name":"contentTopicToPubsubTopic","children":[{"name":"should correctly map a content topic to a pubsub topic","uid":"3b9d7d25cc00d054","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1724921037654,"stop":1724921037654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic for different network shard sizes","uid":"730098fbcbfc6c28","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1724921037655,"stop":1724921037655,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use the provided clusterId for the pubsub topic","uid":"662b430445e0dcdb","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1724921037655,"stop":1724921037655,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should map different content topics to different pubsub topics based on shard index","uid":"f1bf56333f9ca18f","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1724921037655,"stop":1724921037655,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7115ef39d68a6548f7d909112eedbc83"},{"name":"Relay Shard codec","children":[{"name":"should correctly encode and decode relay shards using rs format (Index List)","uid":"1d1c2dd1ef90a4be","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1724921037760,"stop":1724921037761,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"ac3968fe83dcebb5","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1724921037760,"stop":1724921037760,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","uid":"7e09e57893b8cc62","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1724921037761,"stop":1724921037761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for insufficient data","uid":"5d6bdc9e7c1ade97","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1724921037761,"stop":1724921037761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f0a320832c9bd4eaa31fb7d59663170b"},{"name":"RFC Test Vectors","children":[{"name":"Waku message hash computation (meta size of 12 bytes)","uid":"dabf97c1a6c9b097","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1724921040178,"stop":1724921040179,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta size of 64 bytes)","uid":"5259d11ad9f9236b","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1724921040179,"stop":1724921040179,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (payload length 0)","uid":"ea95913aeee62d11","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1724921040180,"stop":1724921040180,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta attribute not present)","uid":"7ea8b4edebffe8ae","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1724921040180,"stop":1724921040180,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (no timestamp)","uid":"5e3194cde2657de2","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1724921040180,"stop":1724921040181,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (message is IDecodedMessage)","uid":"2cdcdd4b86f2098","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1724921040181,"stop":1724921040181,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e360931edbeb85d50a49a0aa6354c571"},{"name":"ENR multiaddrs codec","children":[{"name":"Sample","uid":"5cd211f0ceb6d07a","parentUid":"a2221ab58e9529401660d406d60ec8d9","status":"passed","time":{"start":1724921045432,"stop":1724921045433,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a2221ab58e9529401660d406d60ec8d9"},{"name":"Multiaddr from fields","children":[{"name":"tcp ip4 address","uid":"734c22d4ba18bc52","parentUid":"00fb2a458cab3bf0e9df06a113ff26ef","status":"passed","time":{"start":1724921045449,"stop":1724921045450,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"5f1f5264bf7f3c10","parentUid":"00fb2a458cab3bf0e9df06a113ff26ef","status":"passed","time":{"start":1724921045450,"stop":1724921045451,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"00fb2a458cab3bf0e9df06a113ff26ef"},{"name":"ENR waku2 codec","children":[{"name":"Encoding","children":[{"name":"should be able to encode the field with only RELAY set to true","uid":"79d8ae281a8c9063","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1724921045527,"stop":1724921045528,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only STORE set to true","uid":"c01f9552be0d79d6","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1724921045528,"stop":1724921045529,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only FILTER set to true","uid":"40a7911f97643c4","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1724921045529,"stop":1724921045529,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to true","uid":"9479fcc50ae9621","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1724921045530,"stop":1724921045531,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only LIGHTPUSH set to true","uid":"d6ac9aef57299857","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1724921045530,"stop":1724921045530,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to false","uid":"154d0656330a56cc","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1724921045531,"stop":1724921045532,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with RELAY and FILTER protocols set to true","uid":"3cc723f4023a6d1f","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1724921045532,"stop":1724921045532,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","uid":"b8e838fff3b75846","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1724921045532,"stop":1724921045533,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d18435591d7a87016ce49b755f63a93b"},{"name":"Decoding","children":[{"name":"should be able to decode the field with only RELAY set to true","uid":"dcf95fdb236261fb","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1724921045533,"stop":1724921045534,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only STORE set to true","uid":"94d7d0265deef02e","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1724921045534,"stop":1724921045535,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only FILTER set to true","uid":"9544ac93a445c4e5","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1724921045534,"stop":1724921045534,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to true","uid":"5518751c2318af6c","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1724921045535,"stop":1724921045536,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only LIGHTPUSH set to true","uid":"c3a479b6898dc842","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1724921045535,"stop":1724921045535,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with RELAY and FILTER protocols set to true","uid":"b44ef3349f8ee6a0","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1724921045536,"stop":1724921045537,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to false","uid":"d960b4464b4b314","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1724921045536,"stop":1724921045536,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","uid":"de422b0b9e9d40a4","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1724921045537,"stop":1724921045537,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3b0b3189a3cfb2b20c5b9ebc474b8ace"}],"uid":"cb14faf679c0b11311b20d0afbcd1a0b"},{"name":"ENR","children":[{"name":"Txt codec","children":[{"name":"should encodeTxt and decodeTxt","uid":"7c340300340dcc4e","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1724921046195,"stop":1724921046195,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"6b92824aa675c8e1","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1724921046195,"stop":1724921046196,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid ENR with multiaddrs successfully [shared test vector]","uid":"b73081720c9466d3","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1724921046196,"stop":1724921046196,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr with tcp successfully","uid":"480e81ebccb0e1bd","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1724921046196,"stop":1724921046196,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"1bf639790a8f80a4","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1724921046197,"stop":1724921046197,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"a1b74da9bbadeb20","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1724921046197,"stop":1724921046197,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"31f5f55f968e9ac0a89f545354014c7b"},{"name":"Verify","children":[{"name":"should throw error - no id","uid":"3b32ca57e810ad27","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1724921046198,"stop":1724921046198,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"edddcd3cc138eb85","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1724921046198,"stop":1724921046199,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"990a5fb26d78f5c5","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1724921046198,"stop":1724921046198,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"fccd62677c31b05b","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1724921046199,"stop":1724921046199,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"77c7ffaa7eac133cfb8688cd0eec6d74"},{"name":"Static tests","children":[{"name":"should properly compute the node id","uid":"f37aabe1e73c884f","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1724921046199,"stop":1724921046200,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"9e7b23dbf6e5a846","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1724921046200,"stop":1724921046200,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"6df296044ddd7138","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1724921046200,"stop":1724921046200,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"720993dfc170a8cbd4b1d3944837f0df"},{"name":"Multiaddr getters and setters","children":[{"name":"should get / set UDP multiaddr","uid":"1ac9e709ba47a446","parentUid":"2d629193d55cdb3c100d76041795442b","status":"passed","time":{"start":1724921046200,"stop":1724921046201,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"b969b359e3eb914e","parentUid":"2d629193d55cdb3c100d76041795442b","status":"passed","time":{"start":1724921046201,"stop":1724921046201,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2d629193d55cdb3c100d76041795442b"},{"name":"Location multiaddr","children":[{"name":"should properly create location multiaddrs - udp4","uid":"530fdaa7dbf39669","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1724921046201,"stop":1724921046202,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"ca4ab4c102fe0889","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1724921046205,"stop":1724921046205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"62cf0813f3fd4513","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1724921046205,"stop":1724921046206,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"5dad0a3d54672d90","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1724921046206,"stop":1724921046206,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"3590ae2dd50a3bd1","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1724921046206,"stop":1724921046207,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"d62e023caaab4937","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1724921046206,"stop":1724921046206,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create peer info with all multiaddrs","uid":"31075a05df1454a6","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1724921046207,"stop":1724921046207,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ea17b90c87c7a4ccb17b1e3861b3d911"},{"name":"waku2 key round trip","children":[{"name":"should set field with all protocols disabled","uid":"841e7b02904a2c8e","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1724921046207,"stop":1724921046207,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with all protocols enabled","uid":"429a8970c81439fc","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1724921046208,"stop":1724921046208,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only STORE enabled","uid":"15f156674dabe4af","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1724921046208,"stop":1724921046208,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only RELAY enabled","uid":"829903fd84df73fa","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1724921046208,"stop":1724921046208,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only LIGHTPUSH enabled","uid":"d65553ec6b4879b0","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1724921046209,"stop":1724921046209,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only FILTER enabled","uid":"b1f8668fe00e90c7","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1724921046209,"stop":1724921046209,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"303b87d9cb6efdff8b169465efbbcf73"},{"name":"Waku2 key: decode","children":[{"name":"Relay + Store","uid":"548e272a87163904","parentUid":"d38d3c1929a20307dce6c2492f754ae3","status":"passed","time":{"start":1724921046209,"stop":1724921046210,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d38d3c1929a20307dce6c2492f754ae3"}],"uid":"8bc0d03481d47f999cc7ec458535a066"},{"name":"to proto message","children":[{"name":"Fields are not dropped","uid":"823bbc273d97879a","parentUid":"3cec77d065542b34fe56ab412dfd3875","status":"passed","time":{"start":1724921050406,"stop":1724921050407,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3cec77d065542b34fe56ab412dfd3875"},{"name":"filterPeersByDiscovery function","children":[{"name":"should return all peers when numPeers is 0","uid":"dd39287a43016ecc","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1724921050915,"stop":1724921050915,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","uid":"e3d887291748dc9a","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1724921050916,"stop":1724921050916,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","uid":"4ca224e3725f3b5","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1724921050916,"stop":1724921050916,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return only bootstrap peers up to maxBootstrapPeers","uid":"ba0c90b0aa7a5066","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1724921050917,"stop":1724921050917,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"432f5df25333b53e52fa9f706980f0ff"},{"name":"Waku Message version 0","children":[{"name":"Round trip binary serialization","uid":"8c11ae878c60ba23","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1724921051054,"stop":1724921051054,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"d7f136290a5ead37","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1724921051055,"stop":1724921051055,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Meta field set when metaSetter is specified","uid":"bf2bb91e58b59ff4","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1724921051055,"stop":1724921051055,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d1f083d5237a231188c1f31b96f6c441"},{"name":"Ensures content topic is defined","children":[{"name":"Encoder throws on undefined content topic","uid":"d4573d7cd69cbb92","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1724921051056,"stop":1724921051056,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"c3b43a70a8e92324","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1724921051056,"stop":1724921051056,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"58d5c2c4d8265e58","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1724921051056,"stop":1724921051057,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"4ca5a5c4f05860b9","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1724921051057,"stop":1724921051057,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"d5c147601d7ae483","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1724921071994,"stop":1724921071994,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"18d49e2c138cae35","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1724921071994,"stop":1724921071994,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"c0d1a0902d5cdd6c","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1724921071995,"stop":1724921071995,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"9f5a16b5e31e3b2d","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1724921071995,"stop":1724921071995,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"566a4241c4c286f4","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1724921073460,"stop":1724921073460,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"2cba0604524cb769","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1724921073460,"stop":1724921073461,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"447a4f145c1853e5","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1724921073460,"stop":1724921073460,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"37f75bc7a8ed7232","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1724921073461,"stop":1724921073461,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"02687840b4ed30b3975e93e47cf5fab1"},{"name":"Sets sharding configuration correctly","children":[{"name":"uses static shard pubsub topic instead of autosharding when set","uid":"31e7f36015be40b2","parentUid":"16c91517e17a283bda5303edede9b71d","status":"passed","time":{"start":1724921051057,"stop":1724921051058,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"16c91517e17a283bda5303edede9b71d"},{"name":"Message Validator","children":[{"name":"Accepts a valid Waku Message","uid":"577bddb44087ca5d","parentUid":"eb7616bc06c49f961fb1474764a98fe1","status":"passed","time":{"start":1724921054319,"stop":1724921054320,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"17efe7258df552a5","parentUid":"eb7616bc06c49f961fb1474764a98fe1","status":"passed","time":{"start":1724921054321,"stop":1724921054321,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"eb7616bc06c49f961fb1474764a98fe1"},{"name":"Discovery","children":[{"name":"returns all values when wanted number matches available values","uid":"7ffd1d41f969eea2","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1724921060544,"stop":1724921060545,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number is greater than available values","uid":"8ce4c050b04bfe49","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1724921060545,"stop":1724921060546,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns a subset of values when wanted number is lesser than available values","uid":"dd6b00d3e69884f9","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1724921060546,"stop":1724921060546,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e96f7ebf248e9ee266bbabaa57f331e3"},{"name":"ENRTree","children":[{"name":"ENRTree (root): should parse and verify and DNS root entry","uid":"f252a888acd21f2c","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1724921061368,"stop":1724921061369,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is mis-prefixed","uid":"9a0aafa4cdcd02a9","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1724921061369,"stop":1724921061370,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry signature is invalid","uid":"a9c66d064d6c5e66","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1724921061370,"stop":1724921061370,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is malformed","uid":"16f83c7f94184a33","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1724921061371,"stop":1724921061371,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should parse a DNS tree entry","uid":"b64150420c9fd4f8","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1724921061371,"stop":1724921061371,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","uid":"b38193daee49975","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1724921061372,"stop":1724921061372,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should error if DNS tree entry is misformatted","uid":"245e853426170402","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1724921061373,"stop":1724921061373,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (branch): should parse and verify a single component DNS branch entry","uid":"5f24c238099ee543","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1724921061374,"stop":1724921061374,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","uid":"c10d6e09cfe0b3a4","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1724921061374,"stop":1724921061375,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"aa7d88015081438bead49f7c5b3b8329"},{"name":"Fetch nodes until capabilities are fulfilled","children":[{"name":"1 Relay, 1 fetch","uid":"e8052f56229a044c","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1724921061618,"stop":1724921061619,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"d5a18059ea5bcee2","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1724921061619,"stop":1724921061619,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"719aeb0a6f09b8ff","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1724921061620,"stop":1724921061622,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"1e09cfa7863a412a","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1724921061620,"stop":1724921061620,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"25a8b31b55bc82e7403bfb15b9b86ff1"},{"name":"DNS Node Discovery","children":[{"name":"retrieves a single peer","uid":"2bcd465cfefc06d1","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1724921061845,"stop":1724921061846,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"705bd525336169a2","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1724921061846,"stop":1724921061847,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"12e7268d2941260d","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1724921061847,"stop":1724921061848,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"5b86738318e43b80","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1724921061847,"stop":1724921061847,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"b8a07d5e3e706c7c","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1724921061848,"stop":1724921061848,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"7f5c7192b2cf8e12","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1724921061848,"stop":1724921061848,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a58165be14785cc015506bf776542ff5"},{"name":"DNS Node Discovery w/ capabilities","children":[{"name":"should only return 1 node with relay and store capability","uid":"95838baf8796a018","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1724921061849,"stop":1724921061849,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay capability","uid":"38ec66aa359c4291","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1724921061849,"stop":1724921061849,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with store capability","uid":"42be8292f8cf9f05","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1724921061850,"stop":1724921061850,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (2) when cannot fulfill all requirements","uid":"e680620a44099ea2","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1724921061850,"stop":1724921061851,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (3) when branch entries are composed of multiple strings","uid":"5c1a207d6c88d15f","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1724921061851,"stop":1724921061851,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5caf1470a59c205cef021106d204928b"},{"name":"DNS Node Discovery [live data]","children":[{"name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","uid":"4bb211cc96c8882f","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1724921061851,"stop":1724921061852,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","uid":"d54c158d1973740","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1724921061852,"stop":1724921061852,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use DNS peer discovery with light client","uid":"561afc3a299244ed","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1724921098921,"stop":1724921098921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"passes more than one ENR URLs and attempts connection","uid":"3c7d17c1eb4ecf89","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1724921098922,"stop":1724921098922,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","uid":"980642cd59bbe44a","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1724921098922,"stop":1724921098922,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37"},{"name":"Local Storage Discovery","children":[{"name":"Compliance Tests","children":[{"name":"interface-peer-discovery compliance tests","children":[{"name":"can start the service","uid":"b067aa7821b49b78","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1724921065908,"stop":1724921065908,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"c44fed0533063481","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1724921065909,"stop":1724921065910,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"d39e733702a7b73e","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1724921065909,"stop":1724921065909,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"23449d9e4a8ee0dc","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1724921065910,"stop":1724921065910,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"66bce97be4129864","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1724921065910,"stop":1724921065911,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"13c80ad05d468c2e","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1724921065911,"stop":1724921065911,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"7ed6550d8a212f","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1724921065911,"stop":1724921065912,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2a51a07e742fa8afd842cf4855bdd0f1"}],"uid":"bb5ded28d45f36ad0bb1c74d84b6b1d3"},{"name":"Unit Tests","children":[{"name":"should load peers from local storage and dispatch events","uid":"9d96481970d1e637","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1724921065912,"stop":1724921065912,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should update peers in local storage on 'peer:identify' event","uid":"dcc604cec7b2be40","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1724921065912,"stop":1724921065913,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle corrupted local storage data gracefully","uid":"4169eb8dce4c22b5","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1724921065913,"stop":1724921065913,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should add and remove event listeners correctly","uid":"edd7503af5ff8188","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1724921065913,"stop":1724921065914,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"361af1005e60dfa1a3a025920c31b84d"}],"uid":"1668bc1a952e5aa9e171c1d148a68d98"},{"name":"Symmetric Encryption","children":[{"name":"Round trip binary encryption [symmetric, no signature]","uid":"b129131824274df8","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1724921071991,"stop":1724921071992,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"2a8b157f2e0f69c6","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1724921071992,"stop":1724921071993,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"bd2abdf0a6e27dbc","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1724921071993,"stop":1724921071993,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8a2649ba10025ef69053408ea765bb47"},{"name":"Waku Encryption","children":[{"name":"Asymmetric encrypt & decrypt","uid":"da0313b09ec9a09","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1724921072290,"stop":1724921072291,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"17161b74d5c9dd0b","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1724921072291,"stop":1724921072292,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"4a9e7cea474243c6","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1724921072291,"stop":1724921072291,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"34d11e5e715f7261","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1724921072292,"stop":1724921072292,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"78a81a796157785eced8795b5d5da376"},{"name":"Ecies Encryption","children":[{"name":"Round trip binary encryption [ecies, no signature]","uid":"19f0d8738cefa63e","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1724921073458,"stop":1724921073458,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"b29a311e728de486","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1724921073459,"stop":1724921073459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"54a92f9cd6e93359","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1724921073459,"stop":1724921073459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b76d4148c410fadc312d44195f3e7298"},{"name":"Events","children":[{"name":"peer:discovery","children":[{"name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","uid":"9b9d97f1a0e69d96","parentUid":"ffc061ff19a655e7735a14e25eea14f6","status":"passed","time":{"start":1724921088189,"stop":1724921088192,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","uid":"2f09f31a7b00046d","parentUid":"ffc061ff19a655e7735a14e25eea14f6","status":"passed","time":{"start":1724921088192,"stop":1724921088193,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ffc061ff19a655e7735a14e25eea14f6"},{"name":"peer:connect","children":[{"name":"should emit `peer:connected:bootstrap` event when a peer is connected","uid":"b73f8e7b202125ea","parentUid":"6544551df69db1acdc957afd72f231f3","status":"passed","time":{"start":1724921088194,"stop":1724921088196,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:peer-exchange` event when a peer is connected","uid":"1456f6e645e729a6","parentUid":"6544551df69db1acdc957afd72f231f3","status":"passed","time":{"start":1724921088196,"stop":1724921088199,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6544551df69db1acdc957afd72f231f3"},{"name":"waku:connection","children":[{"name":"should emit events and trasition isConnected state when has peers or no peers","uid":"f97eb75c6e81cac2","parentUid":"bd4a9805227b23e8ad19b99668722b63","status":"passed","time":{"start":1724921088200,"stop":1724921088202,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be online or offline if network state changed","uid":"922fb08040cbb24d","parentUid":"bd4a9805227b23e8ad19b99668722b63","status":"passed","time":{"start":1724921088202,"stop":1724921088203,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"bd4a9805227b23e8ad19b99668722b63"}],"uid":"dfcd908e41decdae00cc7bae7de5f86f"},{"name":"Dials","children":[{"name":"attemptDial method","children":[{"name":"should be called at least once on all `peer:discovery` events","uid":"21de58c2d261e598","parentUid":"182178b203b90571613cbdadd6cad620","status":"passed","time":{"start":1724921095756,"stop":1724921095757,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"182178b203b90571613cbdadd6cad620"},{"name":"dialPeer method","children":[{"name":"For bootstrap peers","children":[{"name":"should be called for bootstrap peers","uid":"f6f50c71551e6b64","parentUid":"99dcbcaf3922acac9dc2c0af5ad8a17b","status":"passed","time":{"start":1724921095758,"stop":1724921095758,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","uid":"d9acf6fecda7e4dc","parentUid":"99dcbcaf3922acac9dc2c0af5ad8a17b","status":"passed","time":{"start":1724921095758,"stop":1724921095759,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"99dcbcaf3922acac9dc2c0af5ad8a17b"},{"name":"For peer-exchange peers","children":[{"name":"should be called for peers with PEER_EXCHANGE tags","uid":"27df9a9c148a898","parentUid":"70305888014cca813a499759942f9c6c","status":"passed","time":{"start":1724921095759,"stop":1724921095760,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for every peer with PEER_EXCHANGE tags","uid":"4a484b8ae09191e1","parentUid":"70305888014cca813a499759942f9c6c","status":"passed","time":{"start":1724921095760,"stop":1724921095761,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"70305888014cca813a499759942f9c6c"}],"uid":"b248944ce0f00c94bcdc7396e4533210"}],"uid":"a163fb66409e7422eb33a7d9d68c9cbb"},{"name":"ENR Interop: ServiceNode","children":[{"name":"Relay","uid":"619ce2fea4ad8e7e","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1724921096286,"stop":1724921096287,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"bfadf5cce19092d5","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1724921096287,"stop":1724921096287,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"b9017f77353febd7","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1724921096288,"stop":1724921096288,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c16a873d7989ffd00126280d154ea408"},{"name":"DNS Discovery: Compliance Test","children":[{"name":"interface-peer-discovery compliance tests","children":[{"name":"can start and stop the service","uid":"5bfd592b80c1d3b9","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1724921098907,"stop":1724921098913,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"6d16a328400bf7c8","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1724921098907,"stop":1724921098907,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"5a9721948a6e86c7","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1724921098913,"stop":1724921098915,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"7aa9618ccdb4bc71","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1724921098915,"stop":1724921098916,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"851c6478bc79a3ae","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1724921098916,"stop":1724921098918,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"6564cbbd37fe18cb","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1724921098918,"stop":1724921098918,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"e9e919bdf22807c","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1724921098919,"stop":1724921098920,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"9ace7b1ce0720cefced885412f4c1d52"}],"uid":"675a690e6936e86f2aaf04dae7e0395a"},{"name":"Waku Message Ephemeral field","children":[{"name":"Ephemeral messages are not stored","uid":"244cd06bd68cd8b8","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1724921099697,"stop":1724921099697,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"c7ce589f46dba351","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1724921099697,"stop":1724921099698,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"221d617bfa1a4659","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1724921099698,"stop":1724921099699,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"fdf4051670a32c58","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1724921099698,"stop":1724921099698,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"82c8df38770cc41a45d4d7c4524f0a7d"},{"name":"Public methods","children":[{"name":"addEventListener with correct event","uid":"fbedc372ddbc2b94","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1724921128565,"stop":1724921128566,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"67dd8fc2974c3527","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1724921128566,"stop":1724921128566,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"431535a9548970b5","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1724921128567,"stop":1724921128568,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"e3e4ce9f84eeedba","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1724921128567,"stop":1724921128567,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"418ecfa121ccf6fb","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1724921128568,"stop":1724921128569,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"e85ba90f3b36669","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1724921128569,"stop":1724921128570,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"c17f6fd031e816ba","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1724921128570,"stop":1724921128571,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"6542f55c31fd7766","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1724921128571,"stop":1724921128572,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"5076bcf531f8dd6b","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1724921128572,"stop":1724921128582,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7edea4fe6f0e135280e6d533cfa8f16a"},{"name":"Connection state","children":[{"name":"should emit `waku:offline` event only when all peers disconnect","uid":"c5556ceddf3b5f9a","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1724921141186,"stop":1724921141187,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:online` event only when first peer is connected","uid":"b5fdb06c3986f26b","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1724921141186,"stop":1724921141186,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` between 2 js-waku relay nodes","uid":"fe5e369e5f5637a1","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1724921141187,"stop":1724921141187,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return true after first peer connects","uid":"d0509697cfc93dc3","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1724921141187,"stop":1724921141187,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return false after all peers disconnect","uid":"80f50c442fbd1929","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1724921141188,"stop":1724921141188,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"6b188056243c0f10","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1724921141188,"stop":1724921141200,"duration":12},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected between 2 js-waku relay nodes","uid":"9cbe4e46a0d9855a","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1724921141201,"stop":1724921141201,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7a9060af0fca2c1da1c9c19d61bd7eb4"},{"name":"Waku Filter V2: Ping","children":[{"name":"Ping on peer without subscriptions","uid":"c481b454548f2601","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1724921148662,"stop":1724921148663,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"e45e391caa97f7e1","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1724921148662,"stop":1724921148662,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"1ae99eb780a949d3","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1724921148663,"stop":1724921148663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"4bca3b450984efe4","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1724921148663,"stop":1724921148663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0a07fd20e93eb0df669117dc0a236161"},{"name":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","children":[{"name":"Ping on subscribed peer","uid":"d1997c55de9fc524","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1724921158276,"stop":1724921158277,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"f0245e71ccb34948","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1724921158277,"stop":1724921158278,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"2fcda20a387eaee0","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1724921158277,"stop":1724921158277,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"8a40a2755fd93129","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1724921158278,"stop":1724921158278,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d0611b03c1f8ce8952692cb4235036e6"},{"name":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","children":[{"name":"Ping on subscribed peer","uid":"4075845b44d29dbf","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1724921158278,"stop":1724921158279,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"2da6d1637bc54721","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1724921158279,"stop":1724921158280,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"f5c46b5bb7e41cab","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1724921158280,"stop":1724921158281,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"d234033f2aa08804","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1724921158281,"stop":1724921158282,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"907e1b78e3bbfb1d734cf2fa0efdb6f6"},{"name":"Waku Filter V2: Multiple PubsubTopics","children":[{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"1a533fe19fd2153a","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1724921164589,"stop":1724921164590,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"6949f27abe4303a1","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1724921164590,"stop":1724921164591,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"30b246bd6558c997","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1724921164591,"stop":1724921164592,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a37faf5f9a5688fa17becb25085a48f4"},{"name":"Waku Filter V2 (Autosharding): Multiple PubsubTopics","children":[{"name":"Subscribe and receive messages on autosharded pubsubtopic","uid":"ed8207712c1a08f9","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1724921164593,"stop":1724921164593,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"4d360ace2f60a101","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1724921164595,"stop":1724921164595,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"af212c853f102bd1","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1724921164599,"stop":1724921164599,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should fail to subscribe with decoder with wrong pubsubTopic","uid":"4f19764bf47cf026","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1724921164602,"stop":1724921164602,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"1a4ed0ee63fab288032da5da6369d602"},{"name":"Waku Filter V2 (Named sharding): Multiple PubsubTopics","children":[{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"ed61c04b70778bc4","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1724921164604,"stop":1724921164605,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"8fa67dc09f551a36","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1724921164605,"stop":1724921164606,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"24ac82609562db1f","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1724921164606,"stop":1724921164608,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should fail to subscribe with decoder with wrong pubsubTopic","uid":"f47fc99520fc0fba","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1724921164608,"stop":1724921164608,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"56bb33e6fea7bcdfc1beff66d0ceecc2"},{"name":"Waku Filter: Peer Management: E2E","children":[{"name":"Ping succeeds for all connected peers","uid":"a206bb49a8e6967f","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1724921196355,"stop":1724921196355,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"a88906d30d370248","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1724921196355,"stop":1724921196355,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping fails for unsubscribed peers","uid":"af9f8c7a8d55be2e","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1724921196356,"stop":1724921196356,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent ping failures","uid":"e301018e69a077a1","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1724921196357,"stop":1724921196357,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Keep-alive pings maintain the connection","uid":"1cfa376143b106d9","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1724921196357,"stop":1724921196357,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent missed messages","uid":"e3c248b7f48c5225","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1724921196358,"stop":1724921196359,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","uid":"4e65c78187612109","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1724921196358,"stop":1724921196358,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Tracks peer failures correctly","uid":"3542fa53e2840b8e","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1724921196358,"stop":1724921196358,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"cea680d74165ae8fdc3ee6d5a811cc74"},{"name":"Waku Filter V2: Unsubscribe","children":[{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"572340ef73d4cca1","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1724921198884,"stop":1724921198884,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"edd5c3dd1b4c1391","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1724921198884,"stop":1724921198884,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"11478258b73834c9","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1724921198885,"stop":1724921198886,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"76a24f27b4f7d184","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1724921198885,"stop":1724921198885,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"65eff275352e9750","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1724921198885,"stop":1724921198885,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"7eedf028c7830766","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1724921198886,"stop":1724921198886,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"827e940726f47c67a446cde22991d44e"},{"name":"Waku Filter V2: FilterPush","children":[{"name":"Check received message containing short","uid":"d90b592d27ac729e","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724921267864,"stop":1724921267865,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"af79648e432fe63c","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724921267865,"stop":1724921267865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"50bd4e105c3a34e4","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724921267865,"stop":1724921267866,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"7b17ab9ffe856cd9","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724921267866,"stop":1724921267867,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"c75832c1edf1453a","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724921267866,"stop":1724921267866,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"8b5e095b44e4c4f1","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724921267867,"stop":1724921267867,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"3fdd119d70884757","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724921267867,"stop":1724921267867,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"ffa356eede5230f9","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724921267868,"stop":1724921267869,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"93ec262b8845ed56","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724921267868,"stop":1724921267868,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"d8d819833e2e4e85","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724921267868,"stop":1724921267868,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"1d2dd9c2cb5f4d0e","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724921267869,"stop":1724921267869,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"8856151394015ef7","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724921267869,"stop":1724921267870,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"2b1675ccda598740","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724921267870,"stop":1724921267870,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"7c372c2c85bf8c55","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724921267870,"stop":1724921267870,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"2a7bd63b41199071","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724921267871,"stop":1724921267871,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"e485ac251e5637ee","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724921267871,"stop":1724921267871,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724921087845000000 ","uid":"891ce09012901f52","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724921267871,"stop":1724921267872,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724921087845 ","uid":"7e4099b4edee5f7d","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724921267872,"stop":1724921267872,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"68fb3e5ed49b6777","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724921267873,"stop":1724921267873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"9f3dac79af91b466","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724921267873,"stop":1724921267873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"14cbcc48d0fac80d","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724921267873,"stop":1724921267874,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"f3ed401537efdd33","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724921267874,"stop":1724921267874,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no pubsub topic is not received","uid":"429c7ffb9b83651a","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724921267874,"stop":1724921267880,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"492e87a099129c9c","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724921267880,"stop":1724921267880,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"6cc341158100df7c","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724921267881,"stop":1724921267898,"duration":17},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"141d2d31997f5821","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724921267881,"stop":1724921267881,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"82819bbec65135e5","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"skipped","time":{"start":1724921267898,"stop":1724921267899,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"7ba3f2593d964eca","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"skipped","time":{"start":1724921267899,"stop":1724921267899,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"152bad9102957fb1d7f75e43c67592bd"},{"name":"getConnectedPeersForProtocolAndShard","children":[{"name":"same cluster, same shard: nodes connect","uid":"3c1cc34ce66e1cc2","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1724921270338,"stop":1724921270339,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes don't connect","uid":"8610d85b9cb2bacb","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1724921270339,"stop":1724921270339,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect","uid":"6ea1aef148ec4e8b","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1724921270340,"stop":1724921270341,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect","uid":"897ab3a0d540ccf9","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1724921270341,"stop":1724921270341,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect (autosharding)","uid":"927c2a474fe4331b","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1724921270342,"stop":1724921270342,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect (autosharding)","uid":"e583591bc7915857","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1724921270342,"stop":1724921270343,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect (autosharding)","uid":"d8ac6ec6daf2e019","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1724921270342,"stop":1724921270342,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect (autosharding)","uid":"9f7ae10316ae9813","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1724921270343,"stop":1724921270343,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8e643730e7ca5afcecfc693fc2316ad5"},{"name":"getPeers","children":[{"name":"getPeers with varying maxBootstrapPeers","children":[{"name":"maxBootstrapPeers=1","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"af5f6ba77a50af2","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1724921270343,"stop":1724921270344,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","uid":"698e0d2a935fa2d7","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1724921270344,"stop":1724921270349,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","uid":"66b037b4a8cef1ff","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1724921270350,"stop":1724921270350,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","uid":"54249c2c9fdb724c","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1724921270350,"stop":1724921270350,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","uid":"6cc069dc9d385495","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1724921270351,"stop":1724921270351,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5b28b27077275dade6e0658409c39ea7"},{"name":"maxBootstrapPeers=2","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"5b0232bf0f64615e","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1724921270351,"stop":1724921270351,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","uid":"b8e6953dfdbec3ff","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1724921270352,"stop":1724921270352,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","uid":"de25339d752dfb10","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1724921270352,"stop":1724921270353,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","uid":"debcddba4baa6d3e","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1724921270352,"stop":1724921270352,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","uid":"e0868c71ab09f686","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1724921270353,"stop":1724921270353,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b92eca3e05a7eb76cf0ca2d530e1ad41"},{"name":"maxBootstrapPeers=3","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"97b967044d80a609","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1724921270353,"stop":1724921270354,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","uid":"967b3f3488710c87","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1724921270354,"stop":1724921270354,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","uid":"b5ac7e630fdb1e1e","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1724921270354,"stop":1724921270355,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","uid":"9685434f953e5fc1","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1724921270355,"stop":1724921270356,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","uid":"691e46d429eb9433","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1724921270355,"stop":1724921270355,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"1aa832f3089f425d29f52f9feb23beea"},{"name":"maxBootstrapPeers=4","children":[{"name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","uid":"d955e8daf35371da","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1724921270356,"stop":1724921270357,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"acb13426ae59bc3b","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1724921270356,"stop":1724921270356,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","uid":"f2be7481138e906","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1724921270357,"stop":1724921270358,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","uid":"e104c11ce0d13e67","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1724921270357,"stop":1724921270357,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","uid":"ebeb3c6f75b29817","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1724921270358,"stop":1724921270358,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f52be94744a5dedbd6192c0ba976cc4d"},{"name":"maxBootstrapPeers=5","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"b8d8efd9ed67c195","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1724921270358,"stop":1724921270359,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","uid":"3dde28a496732b38","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1724921270359,"stop":1724921270360,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","uid":"bf50ae68b948f731","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1724921270360,"stop":1724921270360,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","uid":"58a740f1963eaf0e","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1724921270360,"stop":1724921270361,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","uid":"55e06d85242c51f7","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1724921270361,"stop":1724921270361,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"597876d6dd977119d418c3d12f186803"},{"name":"maxBootstrapPeers=6","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"df94b1349293f8bf","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1724921270363,"stop":1724921270364,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","uid":"97f514d7c2ca01cb","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1724921270364,"stop":1724921270364,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","uid":"3bb55abc564f8f8","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1724921270364,"stop":1724921270364,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","uid":"827ddc623973d149","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1724921270365,"stop":1724921270365,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","uid":"cdee562cd8da410c","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1724921270365,"stop":1724921270365,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"fdb01139a32c46716918889b88a43816"},{"name":"maxBootstrapPeers=7","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"cd746ba20a145eaa","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1724921270365,"stop":1724921270366,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","uid":"6834b27dc72b33d9","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1724921270366,"stop":1724921270366,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","uid":"44fbd564f2b07ebb","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1724921270366,"stop":1724921270366,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","uid":"b58d1a77e5fc54e3","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1724921270367,"stop":1724921270367,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","uid":"138f506ab6951d66","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1724921270367,"stop":1724921270367,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5b5f40c5a1da4aa635251260bd8d9423"}],"uid":"b8c2f42bc72386c71dfb46cd2b9aa7cb"},{"name":"getPeers property-based tests","children":[{"name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","uid":"f0e77a362b7a749c","parentUid":"b8111ecc6b0aef76a3b108ebcf628b79","status":"passed","time":{"start":1724921270367,"stop":1724921270368,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b8111ecc6b0aef76a3b108ebcf628b79"}],"uid":"c3fd0a376e255f07764bc7336980757b"},{"name":"Waku Filter V2: Subscribe: Single Service Node","children":[{"name":"Subscribe and receive messages via lightPush","uid":"2130b1e19ec9a39c","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724921296995,"stop":1724921296995,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"f5424fb4e017cecf","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724921296996,"stop":1724921296997,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"c8e695608dd0efdc","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724921296996,"stop":1724921296996,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"e890a7495904d422","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724921296997,"stop":1724921296998,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"ea5fcd3642331c2c","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724921296998,"stop":1724921296999,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"caeaa56db3e7fb19","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724921296999,"stop":1724921297000,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"3ba9120d1e103abd","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724921297000,"stop":1724921297001,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"b1f5a5556a6d4f5e","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724921297001,"stop":1724921297002,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"b721cac1c680cce7","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724921297002,"stop":1724921297003,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"ed2a14e205f5466b","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724921297003,"stop":1724921297004,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"efccbdb4e965ee09","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724921297004,"stop":1724921297005,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"12f03a4b26d5d41a","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724921297005,"stop":1724921297006,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"ed11507b7df4574e","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724921297006,"stop":1724921297007,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"507c4f7a63459610","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724921297007,"stop":1724921297007,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"96c8d2ba87c9ac1f","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724921297008,"stop":1724921297008,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"d97a66eebd73c4d8","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724921297009,"stop":1724921297010,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"38858c06b059a539","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724921297010,"stop":1724921297011,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"529f41f06281e81","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724921297011,"stop":1724921297012,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"8b3cfea0817c9786","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724921297012,"stop":1724921297015,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"d9106693e18881fb","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724921297015,"stop":1724921297016,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"a2e25721a3b7cf1f","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724921297016,"stop":1724921297016,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"9f8711989140f1fa","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724921297016,"stop":1724921297017,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"945c6b0d9b10d247","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724921297017,"stop":1724921297017,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"5ed5fa2905dbd389","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724921297017,"stop":1724921297018,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"9900fd9783bb8945","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724921297018,"stop":1724921297018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"53b104eb1f21da28","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724921297018,"stop":1724921297018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"ac1c9306ef7a24b8","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724921297019,"stop":1724921297019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"26b5ecbf5b96908f","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724921297019,"stop":1724921297019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from multiple nwaku nodes","uid":"f58c94273ed9034f","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724921297020,"stop":1724921297020,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6f94dc37311b4dd500c6fb4f60c93564"},{"name":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","children":[{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"50fd81ba7d4f3fe9","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1724921300785,"stop":1724921300786,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"e31964344df6de97","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1724921300786,"stop":1724921300787,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"7c671e294898fe3d","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1724921300787,"stop":1724921300788,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"b8131a7ef10da7fb","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1724921300788,"stop":1724921300789,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"f29a73ad17dd26f2","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1724921300790,"stop":1724921300790,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"1fa87ef30ba02d51","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1724921300790,"stop":1724921300791,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"85ab1e27fbaf95f3f5eb5ecbb27e7348"},{"name":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","children":[{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"9860c0fa9640dedb","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1724921300792,"stop":1724921300794,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"7b05d4b33d446dfc","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1724921300794,"stop":1724921300828,"duration":34},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"4279ca959ca6444f","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1724921300828,"stop":1724921300829,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"a6d6093f03a0b3f8","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1724921300828,"stop":1724921300828,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"6491742b08b916b6","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1724921300829,"stop":1724921300829,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"9c58dd9387584bc4","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1724921300829,"stop":1724921300829,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d51561a0db8f4679c409581c5ed3e00e"},{"name":"Health Manager","children":[{"name":"Should update the health status for protocols","children":[{"name":"LightPush with 0 connections","uid":"6e20f37f0a7d9f49","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1724921321309,"stop":1724921321309,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 0 connections","uid":"793cc19652c125b6","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1724921321310,"stop":1724921321310,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 1 connections","uid":"98d542a203ea1081","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1724921321310,"stop":1724921321310,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 1 connections","uid":"384ef4bda504e672","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1724921321310,"stop":1724921321311,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 2 connections","uid":"16e894829a2892ce","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1724921321311,"stop":1724921321311,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 2 connections","uid":"efc27b4c7ef3d408","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1724921321311,"stop":1724921321312,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 3 connections","uid":"fa9c496b59b6ea30","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1724921321312,"stop":1724921321312,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 3 connections","uid":"62c003fcc12ff210","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1724921321312,"stop":1724921321312,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"37c3a9cc325e9c4b75817a554f9cf514"}],"uid":"d3066756c03bf1e444166ae90377dcb1"},{"name":"Waku Light Push: Peer Management: E2E","children":[{"name":"Number of peers are maintained correctly","uid":"2ffa862444ef66d1","parentUid":"b22d635ac2ef96143f8c2857c81d2b43","status":"passed","time":{"start":1724921326303,"stop":1724921326304,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Failed peers are renewed","uid":"2c222685a542e0fc","parentUid":"b22d635ac2ef96143f8c2857c81d2b43","status":"passed","time":{"start":1724921326304,"stop":1724921326305,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b22d635ac2ef96143f8c2857c81d2b43"},{"name":"Waku Light Push : Multiple PubsubTopics","children":[{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"12422953122c0514","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1724921379978,"stop":1724921379978,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"56fe984247bbb72f","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1724921379978,"stop":1724921379978,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"6c709d1b0fbb1aa8","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1724921379978,"stop":1724921379979,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e52eee00913614603b5b19434d7c51b2"},{"name":"Waku Light Push (Autosharding): Multiple PubsubTopics","children":[{"name":"Push message on custom pubsubTopic","uid":"144200d4270541d6","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1724921379979,"stop":1724921379979,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"68c5070683811b4","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1724921379979,"stop":1724921379979,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"1eac0b5a5fccbf2c","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1724921379980,"stop":1724921379980,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c38d88c628db61092cac75ccc09fe906"},{"name":"Waku Light Push (named sharding): Multiple PubsubTopics","children":[{"name":"Push message on custom pubsubTopic","uid":"9e2fd0a400e1f2f5","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1724921379980,"stop":1724921379980,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"bd2728d7555f7197","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1724921379981,"stop":1724921379981,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"6427376602917948","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1724921379981,"stop":1724921379981,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"35de3709f31f23da68ece85d4ad444e9"},{"name":"This","children":[{"name":"Is","children":[{"name":"A test","uid":"15951af8a25a5eee","parentUid":"d97a75222c68cb30be8516b31f542691","status":"passed","time":{"start":1724921380064,"stop":1724921380064,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d97a75222c68cb30be8516b31f542691"},{"name":"Is also","children":[{"name":"A test","uid":"cc7e7e951eb592fc","parentUid":"a6366810953c2e0e3c90e3cb98ee73f7","status":"passed","time":{"start":1724921380065,"stop":1724921380065,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a6366810953c2e0e3c90e3cb98ee73f7"}],"uid":"1825355ae66eca5b17eeac38d11a8f4b"},{"name":"Metadata Protocol","children":[{"name":"PeerStore has remote peer's shard info after successful connection","uid":"3f5310b2b152d558","parentUid":"efccb8cb58173ebb8b2f79a36781cf1b","status":"passed","time":{"start":1724921419680,"stop":1724921419680,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connections","children":[{"name":"same cluster, same shard: nodes connect","uid":"94db25ca37fbe627","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1724921419681,"stop":1724921419682,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect","uid":"becd39806a35b699","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1724921419682,"stop":1724921419683,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"ae4b6c09dd2e3130","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1724921419682,"stop":1724921419682,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect","uid":"e225e38fd56cca83","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1724921419683,"stop":1724921419683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"174e48ade251c8de555bd3bc87d61e1f"},{"name":"receiving a ping from a peer does not overwrite shard info","uid":"30ca862286538063","parentUid":"efccb8cb58173ebb8b2f79a36781cf1b","status":"passed","time":{"start":1724921419681,"stop":1724921419681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"efccb8cb58173ebb8b2f79a36781cf1b"},{"name":"multiaddr: dialing","children":[{"name":"can dial TLS multiaddrs","uid":"7b885b66348c91eb","parentUid":"ed3199962ddbdce221ebc3aee5f07a71","status":"passed","time":{"start":1724921423893,"stop":1724921423894,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not attempt the same peer discovered multiple times more than once","children":[{"name":"through manual discovery","uid":"4d3fda186b727c06","parentUid":"1e048c606fd404a2c44ada77bca3101a","status":"passed","time":{"start":1724921423894,"stop":1724921423895,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"1e048c606fd404a2c44ada77bca3101a"}],"uid":"ed3199962ddbdce221ebc3aee5f07a71"},{"name":"nwaku","children":[{"name":"Correctly serialized arguments","uid":"968d100814409957","parentUid":"b5a4331680bd014f81e396f3a45e3e05","status":"passed","time":{"start":1724921423945,"stop":1724921423945,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b5a4331680bd014f81e396f3a45e3e05"},{"name":"Node Health Status Matrix Tests","children":[{"name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","uid":"8bd10ad930776b3a","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1724921497751,"stop":1724921497751,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","uid":"f915f532cffc161b","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1724921497752,"stop":1724921497752,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","uid":"cfdfe26fc1eaf1b2","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1724921497753,"stop":1724921497753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","uid":"a439944ae5b0e411","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1724921497753,"stop":1724921497755,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","uid":"610cc37a108877d0","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1724921497755,"stop":1724921497755,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"70032703f5dbaf2a","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1724921497756,"stop":1724921497756,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","uid":"314c00ec5eced8dd","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1724921497756,"stop":1724921497756,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","uid":"8368596a5cc2ad94","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1724921497757,"stop":1724921497757,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","uid":"1bef7e84b6511509","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"broken","time":{"start":1724921497758,"stop":1724921497758,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"71d22c15c157cf5","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1724921497759,"stop":1724921497759,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","uid":"b444d838d3b1db3e","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1724921497759,"stop":1724921497759,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","uid":"5b48a8122b223c54","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1724921497759,"stop":1724921497760,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"6609f7a367739bca","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1724921497761,"stop":1724921497762,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","uid":"38fdd8e9f4ca430f","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"broken","time":{"start":1724921497761,"stop":1724921497761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","uid":"671a52c5b98652dc","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1724921497762,"stop":1724921497762,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","uid":"9580e849b067d559","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1724921497762,"stop":1724921497762,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b68e89c69b548d79360b3bc3f085612c"},{"name":"Peer Exchange Continuous Discovery","children":[{"name":"Should update shard info","uid":"139a37b8cb2c8888","parentUid":"9a0a598e6a4a5349f2e2ec9ecfc4cc2c","status":"passed","time":{"start":1724921498166,"stop":1724921498167,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update multiaddrs","uid":"8058e20495b61928","parentUid":"9a0a598e6a4a5349f2e2ec9ecfc4cc2c","status":"passed","time":{"start":1724921498166,"stop":1724921498166,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"9a0a598e6a4a5349f2e2ec9ecfc4cc2c"},{"name":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","children":[{"name":"Check received message containing long","uid":"2ee7ee1a93f15197","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724921515218,"stop":1724921515219,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"5558b84675d82429","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724921515218,"stop":1724921515218,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"73b182a5cd16618c","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724921515219,"stop":1724921515220,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"c256437b5260ae55","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724921515219,"stop":1724921515219,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"cba0787fc9d90e08","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724921515220,"stop":1724921515220,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"c172437eb941ed5e","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724921515220,"stop":1724921515220,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"4bd7321f825ce063","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724921515221,"stop":1724921515221,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"e76f2b61f95f7cd5","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724921515221,"stop":1724921515221,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"842ac18cc4e9692c","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724921515221,"stop":1724921515222,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"22d224c4577a0923","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724921515222,"stop":1724921515222,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"fea0fb0bfaacf957","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724921515222,"stop":1724921515222,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"e8ca67ee3c87efc3","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724921515222,"stop":1724921515223,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"1b492faa962be216","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724921515223,"stop":1724921515223,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"ea7d8fbfbea10b4f","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724921515223,"stop":1724921515224,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"59990939eb569685","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724921515224,"stop":1724921515225,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"e638d479c183c82a","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724921515224,"stop":1724921515224,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724921087396 ","uid":"883d395d3a232e57","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724921515225,"stop":1724921515226,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724921087396000000 ","uid":"1af73374ef854afa","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724921515225,"stop":1724921515225,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"c938296c22024c2b","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724921515226,"stop":1724921515226,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"7ebf0ee987b24b7e","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724921515226,"stop":1724921515227,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"72d94578d1b7516d","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724921515226,"stop":1724921515226,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"4735384ab0a7bb63","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724921515227,"stop":1724921515228,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"92bc5d92141fdc57","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724921515227,"stop":1724921515227,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"c1d8151468e3b86c","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724921515228,"stop":1724921515228,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"339338c04ef6ba9e","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724921515228,"stop":1724921515229,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"1d127426b4c48ce5","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"skipped","time":{"start":1724921515229,"stop":1724921515229,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"77441a286b16a762","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"skipped","time":{"start":1724921515229,"stop":1724921515229,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"cddf321d453ccfeb1c38dfaa4bf0811f"},{"name":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","children":[{"name":"Check received message containing short","uid":"ccf0ac6e277c9e3e","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724921515230,"stop":1724921515230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"cc1cb25c5fb5740e","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724921515230,"stop":1724921515231,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"da327398b7d68cc","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724921515231,"stop":1724921515231,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"570448f1d3ea5776","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724921515231,"stop":1724921515231,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"dfc3da3f2d3f785b","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724921515232,"stop":1724921515232,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"cb7f384cd2383350","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724921515232,"stop":1724921515233,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"7569d2701dc871da","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724921515232,"stop":1724921515232,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"9c76f003f68108c3","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724921515233,"stop":1724921515233,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"a14d6a33ee0bf861","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724921515235,"stop":1724921515236,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"e7013a29c3a3bbdb","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724921515236,"stop":1724921515236,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"fbe61787db9c75","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724921515236,"stop":1724921515236,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"b3a49f0b73181b58","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724921515237,"stop":1724921515237,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"21677b0b3bf04bcd","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724921515237,"stop":1724921515237,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"f3c351d23422be3b","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724921515238,"stop":1724921515238,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"d4aeb13d938bf2dc","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724921515238,"stop":1724921515238,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"1362e0f28d13ce9e","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724921515238,"stop":1724921515239,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724921087396000000 ","uid":"88d148067d113715","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724921515239,"stop":1724921515239,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724921087396 ","uid":"c7088876be831e9f","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724921515248,"stop":1724921515248,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"9529b94b1052fe3e","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724921515249,"stop":1724921515250,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"20feb5f64781035d","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724921515249,"stop":1724921515249,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"b41dfca9f4a17c17","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724921515250,"stop":1724921515252,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"304977d6c5e2c9c","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724921515252,"stop":1724921515253,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"83696c2e74b4d842","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724921515253,"stop":1724921515254,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"3fab53b05e85a6ca","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724921515254,"stop":1724921515255,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"895e02af6eeb9af0","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724921515255,"stop":1724921515256,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"a3d709224d0c390b","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"skipped","time":{"start":1724921515257,"stop":1724921515257,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"92f6755794356414","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"skipped","time":{"start":1724921515258,"stop":1724921515258,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"de597dc9fd0f0eae44ef8b68c4f3be7e"},{"name":"Peer Exchange Query","children":[{"name":"connected peers and dial","uid":"54e6693e218f7725","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1724921515418,"stop":1724921515418,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"55fd32b5cb831d30","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1724921515419,"stop":1724921515419,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"732443f475970847","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1724921515419,"stop":1724921515419,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"b1308b964a7db8de","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1724921515419,"stop":1724921515419,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e7815ed0daad3788f63cfd3be43a4047"},{"name":"Waku Relay","children":[{"name":"Decrypt messages","uid":"718c7490c243eab2","parentUid":"c09e2f8d01d26e92eda242fa33d69927","status":"passed","time":{"start":1724921517832,"stop":1724921517832,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"d4b82edc613caec9","parentUid":"c09e2f8d01d26e92eda242fa33d69927","status":"passed","time":{"start":1724921517832,"stop":1724921517832,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c09e2f8d01d26e92eda242fa33d69927"},{"name":"Waku Light Push: Single Node","children":[{"name":"Push message with short payload","uid":"1858db6848d61ce3","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529565,"stop":1724921529565,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"792ec32bb94df336","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529565,"stop":1724921529566,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"87186ffa659a4974","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529566,"stop":1724921529567,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"5cb7cc7c350d2ef6","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529567,"stop":1724921529568,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"1f9cab0163b4f247","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529569,"stop":1724921529569,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"7e664bd326bad1d5","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529570,"stop":1724921529570,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"4539a613514e231b","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529570,"stop":1724921529570,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"67f60c430e453eff","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529570,"stop":1724921529571,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"47aecb8f33927f95","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529571,"stop":1724921529571,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"7389501880c773fd","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529571,"stop":1724921529572,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"e94ea2bd984dd91b","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529572,"stop":1724921529573,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"1d538544713498a1","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529572,"stop":1724921529572,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"57349f756194d881","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529573,"stop":1724921529575,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"fd2b4568801fb0ed","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529575,"stop":1724921529576,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with unicode special characters payload","uid":"23d9a2e88dcc4fbe","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529576,"stop":1724921529577,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"9e88ba296b98fe78","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529578,"stop":1724921529579,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"da8ace76c14fcabd","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529578,"stop":1724921529578,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Throws when trying to push message with empty payload","uid":"bcaf743eb0cc34b8","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529579,"stop":1724921529580,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"2756ff3695cd8f98","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529580,"stop":1724921529581,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing long","uid":"1e4c46fddde52fc4","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529581,"stop":1724921529582,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"39c6e8808cf3a25b","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529583,"stop":1724921529583,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing special chars","uid":"4b0c7e35cd764ab0","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529583,"stop":1724921529584,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"71d59a08429b0760","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529584,"stop":1724921529585,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"dd23aaa5ad7b74c3","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529584,"stop":1724921529584,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"ba43904f8e2f4735","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529585,"stop":1724921529586,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing SQL Injection","uid":"e0ef633ae806cb84","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529586,"stop":1724921529586,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"a065e38701082722","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529586,"stop":1724921529586,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"e875276a4d423883","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529587,"stop":1724921529587,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Basic HTML tag","uid":"37cca60c8488191e","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529587,"stop":1724921529588,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"296688d63cfd2b90","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529588,"stop":1724921529588,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"c1f0804d1483cf01","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529588,"stop":1724921529588,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing unicode special characters","uid":"b061af436d38b29f","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529589,"stop":1724921529589,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"43b847ff79399a37","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529589,"stop":1724921529589,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"eb977b20827ef41d","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529589,"stop":1724921529589,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"4c006ef5ce823ca3","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529590,"stop":1724921529590,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"6bd713010c0f06c9","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529591,"stop":1724921529591,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"254d6a20a2062064","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529591,"stop":1724921529592,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1694162921438","uid":"33af4681fdfb727a","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529592,"stop":1724921529592,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"701dec94e5f4718","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529592,"stop":1724921529592,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"bc16ba5b687a43db","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529593,"stop":1724921529593,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1724924921438","uid":"6b0b7a7ef96079f6","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529593,"stop":1724921529593,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1724917721438","uid":"f8c05bc6601b7204","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529593,"stop":1724921529593,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"71f8bf5218558e3d","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724921529594,"stop":1724921529594,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7df6540d157bd48a9d3bc8c3f21e93bb"},{"name":"Waku Relay, Interop","children":[{"name":"nwaku subscribes","uid":"4711bec367d87146","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1724921538593,"stop":1724921538593,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"3eb519b696882f18","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1724921538593,"stop":1724921538594,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"cc0ebfd5dd2e5344","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1724921538594,"stop":1724921538594,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"fe97da869fe8c103","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1724921538594,"stop":1724921538594,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e723c55a01833b835c26f759a08dcc8f"},{"name":"Waku Relay, multiple pubsub topics","children":[{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"e8a573b851f097b4","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1724921540106,"stop":1724921540107,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"324b68e7b2e901a","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1724921540107,"stop":1724921540108,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/2 topic","uid":"96b54f458bd6d1f0","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1724921540107,"stop":1724921540107,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","uid":"74dd3ee92a40c8e6","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1724921540108,"stop":1724921540108,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"4d2cb3c9357b5a058a43dee33ca02fb8"},{"name":"Waku Relay (Autosharding), multiple pubsub topics","children":[{"name":"3 nodes on /waku/2/rs/7/1 topic","uid":"178ddc9b30ef74d9","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1724921540108,"stop":1724921540109,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/0 topic","uid":"f2b8d0915111e814","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1724921540109,"stop":1724921540109,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"c6bfb84365b9a05a","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1724921540109,"stop":1724921540109,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","uid":"32f538666d902a0a","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1724921540110,"stop":1724921540110,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"23ea901a8196812bf1a172b866f3c954"},{"name":"Peer Exchange","children":[{"name":"Compliance Test","children":[{"name":"interface-peer-discovery compliance tests","children":[{"name":"can start the service","uid":"df97cfc0fb2ea698","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1724921559011,"stop":1724921559012,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"fbb6279728e215d5","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1724921559012,"stop":1724921559013,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"d511db29b0bd003","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1724921559013,"stop":1724921559014,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"10642c68b780d604","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1724921559015,"stop":1724921559016,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"ba6c47bdcf882140","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1724921559016,"stop":1724921559017,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"c32d3fd9dbc03447","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1724921559017,"stop":1724921559018,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"beb7618bba17a787","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1724921559018,"stop":1724921559019,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7cc5ab73acc4c5ec1d118ee40082197b"}],"uid":"1d4f92016a1ebf16e8408eac03783ef8"},{"name":"getPeersByDiscovery","uid":"97acc56c2b9169f8","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"passed","time":{"start":1724921583486,"stop":1724921583487,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"new peer added after a peer was already found","uid":"44d1c1be0a6e52ed","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"skipped","time":{"start":1724921583487,"stop":1724921583487,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"1356912a63875a59","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"skipped","time":{"start":1724921583487,"stop":1724921583487,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"9cdb2c3b3c043713","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"passed","time":{"start":1724921583488,"stop":1724921583488,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f23527635e1474ff854a71912f7cb7ea"},{"name":"Waku Relay, Subscribe","children":[{"name":"Mutual subscription","uid":"1b5565ebb7b12e45","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724921563003,"stop":1724921563004,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"a1d665da1ce4fb78","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724921563004,"stop":1724921563005,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"e7588d86f9dce349","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724921563005,"stop":1724921563006,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"c4ab663adef46592","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724921563006,"stop":1724921563007,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish 10000 messages on the same topic","uid":"ee3979b706e661d4","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724921563007,"stop":1724921563008,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish messages on 2 different content topics","uid":"5c2e2f260f1457e3","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724921563008,"stop":1724921563008,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe one by one to 100 topics and publish messages","uid":"885ad9085c153fc6","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724921563009,"stop":1724921563010,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe at once to 10000 topics and publish messages","uid":"df430495f36d5327","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724921563010,"stop":1724921563010,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"9d6ba223c43187e9","parentUid":"f44a58f320567307bff944f420349273","status":"skipped","time":{"start":1724921563011,"stop":1724921563011,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"d21f48688d478da7","parentUid":"f44a58f320567307bff944f420349273","status":"skipped","time":{"start":1724921563011,"stop":1724921563012,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and publish message","uid":"95f74d7bba4e9aa3","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724921563012,"stop":1724921563012,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and publish message","uid":"37280898a2e22c7e","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724921563013,"stop":1724921563013,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and publish message","uid":"5495b8f2b19be8a","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724921563014,"stop":1724921563014,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and publish message","uid":"db56a3454154209a","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724921563016,"stop":1724921563017,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and publish message","uid":"17499a4803213f70","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724921563017,"stop":1724921563017,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and publish message","uid":"f8e8a3c58c05f4f4","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724921563017,"stop":1724921563017,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and publish message","uid":"737256e492c16b8e","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724921563018,"stop":1724921563018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and publish message","uid":"865dadd940b0c07f","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724921563018,"stop":1724921563018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and publish message","uid":"96375094dcc5371b","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724921563019,"stop":1724921563019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and publish message","uid":"b2500cc441ed711c","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724921563019,"stop":1724921563019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and publish message","uid":"4de4f10457257e54","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724921563019,"stop":1724921563019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and publish message","uid":"377db6bfc8ec650f","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724921563020,"stop":1724921563020,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and publish message","uid":"fe941fc0fd498207","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724921563020,"stop":1724921563020,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and publish message","uid":"2d7f2970ff46242c","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724921563021,"stop":1724921563021,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and publish message","uid":"243d02fe3bba1954","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724921563021,"stop":1724921563021,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and publish message","uid":"19d636f5194df652","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724921563022,"stop":1724921563022,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f44a58f320567307bff944f420349273"},{"name":"Waku Relay, Publish","children":[{"name":"Check publish message containing short","uid":"19c216099db73e59","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724921564770,"stop":1724921564771,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"e06edffcca43be63","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724921564772,"stop":1724921564772,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"f5d59bb9ef074646","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724921564772,"stop":1724921564772,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"c41c35dbc849f2a1","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724921564773,"stop":1724921564773,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"124938ee1bbe0a57","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724921564773,"stop":1724921564773,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"62c3185d6cb3fec9","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724921564773,"stop":1724921564774,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"a4f160a103cf7c2f","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724921564774,"stop":1724921564775,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"646dea1c4b09fb48","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724921564774,"stop":1724921564774,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"2f9ed63922c5749e","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724921564775,"stop":1724921564775,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"10e8adbd5b68725a","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724921564775,"stop":1724921564775,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Basic HTML tag","uid":"7555b23f6adde640","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724921564775,"stop":1724921564776,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"2af4268575210a4a","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724921564776,"stop":1724921564777,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"ec893939505b729c","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724921564776,"stop":1724921564776,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing unicode special characters","uid":"a9a2e90933316b56","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724921564777,"stop":1724921564777,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"35e2db6a72b5be26","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724921564777,"stop":1724921564777,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"2cc2caaa2ff0ede4","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724921564778,"stop":1724921564778,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","uid":"9d4b1e7ddcc6f54f","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724921564778,"stop":1724921564778,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Fri Sep 08 2023 08:52:18 GMT+0000 (Coordinated Universal Time)","uid":"78d4a66fb2e69211","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724921564778,"stop":1724921564779,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Thu Aug 29 2024 07:52:18 GMT+0000 (Coordinated Universal Time)","uid":"f477565970dcb5e1","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724921564779,"stop":1724921564781,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Thu Aug 29 2024 09:52:18 GMT+0000 (Coordinated Universal Time)","uid":"e2a2076bc9823386","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724921564781,"stop":1724921564781,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with empty text","uid":"ce7643567f9afbf0","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724921564782,"stop":1724921564782,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"505cd70f4faf5318","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724921564782,"stop":1724921564782,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong content topic","uid":"322d9184bfa451f4","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724921564782,"stop":1724921564783,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with size larger than 1 MB","uid":"86b051aab211a1d3","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724921564783,"stop":1724921564783,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong pubsubtopic","uid":"fa1df6d135719105","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724921564783,"stop":1724921564783,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after service node is restarted","uid":"57adf6c633c7dfd2","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"skipped","time":{"start":1724921564784,"stop":1724921564784,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after client node is restarted","uid":"ea8d07059b4daa4","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"skipped","time":{"start":1724921564784,"stop":1724921564784,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"b825a2642c164fcb","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724921564784,"stop":1724921564785,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"13f90dc2b9de9a38","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724921564785,"stop":1724921564785,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"540857cd9aa465b36ce09e6d7509872d"},{"name":"Waku Light Push: Multiple Nodes: Strict Check: true","children":[{"name":"Push message with short payload","uid":"69beb220f7308151","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602941,"stop":1724921602941,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"841549f8241a4f48","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602941,"stop":1724921602943,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"de4bbd9198c25edc","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602943,"stop":1724921602943,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"3f451b723b2387ad","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602944,"stop":1724921602944,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"29497eb6647e3935","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602944,"stop":1724921602944,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"f7e07250e89d2faf","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602945,"stop":1724921602945,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"4ebf57b07e2b02ec","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602945,"stop":1724921602946,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"861185a2dd8589f2","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602945,"stop":1724921602945,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"2be8af6667b0690b","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602946,"stop":1724921602950,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"5e5c15f6b2f8f1d1","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602950,"stop":1724921602951,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"bd5a5d41e71fd062","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602951,"stop":1724921602951,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"d56b9116426ba323","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602951,"stop":1724921602951,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"46cb6165c90353c1","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602952,"stop":1724921602954,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"565fc01dc08d53f4","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602952,"stop":1724921602952,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with unicode special characters payload","uid":"8f703044cd457373","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602954,"stop":1724921602955,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"be45cbc973c6f285","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602955,"stop":1724921602955,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Throws when trying to push message with empty payload","uid":"4ccce9c4eac5b62d","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602955,"stop":1724921602956,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"9d095f336f0b48e1","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602955,"stop":1724921602955,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"d7a8b42323bb9ccb","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602956,"stop":1724921602956,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing long","uid":"56270c4ee8247b44","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602956,"stop":1724921602957,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"6f989cc418aec268","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602957,"stop":1724921602958,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"342972e0e2aa70b0","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602958,"stop":1724921602959,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing special chars","uid":"25bfd0b3fd883a50","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602958,"stop":1724921602958,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"f52eac6f5e3afc98","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602959,"stop":1724921602959,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing SQL Injection","uid":"9a62193cf2cbcbf7","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602959,"stop":1724921602960,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"3f0fdeccbf97a853","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602959,"stop":1724921602959,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"5bf1c08e8925b952","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602960,"stop":1724921602960,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"2dd3224f8c1c5f9c","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602960,"stop":1724921602960,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Basic HTML tag","uid":"b87b4a25c6359604","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602961,"stop":1724921602961,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"ad029ca824037832","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602961,"stop":1724921602967,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"3fd0a94d9ad4d3a0","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602961,"stop":1724921602961,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"1c70c0536b987f","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602967,"stop":1724921602976,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing unicode special characters","uid":"5890253cd3db5580","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602976,"stop":1724921602977,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"399e833fa3b98811","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602977,"stop":1724921602983,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"98f22b23ba12d089","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602983,"stop":1724921602983,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"cab562aa51b22dc4","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602984,"stop":1724921602984,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"b09e923d197585fc","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602984,"stop":1724921602985,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"2f3226feb5270c75","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602985,"stop":1724921602986,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1694162897150","uid":"649407e5f82ef65b","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602986,"stop":1724921602987,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1724917697150","uid":"c6ca0458e3dcc154","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602987,"stop":1724921602987,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"ecde8ab32e4706ad","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602989,"stop":1724921602990,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1724924897150","uid":"f0bb416fc160862e","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602989,"stop":1724921602989,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"540c86fec566c5ae","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724921602990,"stop":1724921602990,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f0ce4304a5c72aabff181e56ac32d839"},{"name":"Autosharding: Running Nodes","children":[{"name":"Different clusters and topics","children":[{"name":"Cluster ID 0 - Default/Global Cluster","uid":"9be9d3f398baf79","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1724921613047,"stop":1724921613047,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"19ef9604a1086272","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1724921613048,"stop":1724921613048,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app46/10/topic629/xml","uid":"cd878730bd98919c","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1724921613048,"stop":1724921613049,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app40/8/topic364/utf8","uid":"771211132473dead","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1724921613049,"stop":1724921613050,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app64/5/topic958/json","uid":"576cb870ac5e2284","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1724921613050,"stop":1724921613051,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app78/9/topic582/xml","uid":"9816b920b1dd3438","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1724921613051,"stop":1724921613052,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app39/10/topic365/proto","uid":"6ed87024427bc951","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1724921613052,"stop":1724921613053,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app52/10/topic952/xml","uid":"efc70e3398d1c1c1","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1724921613053,"stop":1724921613054,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app77/8/topic221/proto","uid":"c743c9f41a83bfff","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1724921613054,"stop":1724921613054,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app47/7/topic631/xml","uid":"bf6f205c31d5a7a0","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1724921613054,"stop":1724921613054,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app68/6/topic182/xml","uid":"a096303cced7eae1","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1724921613055,"stop":1724921613055,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"621841b906bd8e31","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1724921613055,"stop":1724921613056,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app24/4/topic914/utf8","uid":"29f2f6c7ce4776fe","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1724921613055,"stop":1724921613055,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e8b0f6eec77d72e8a8dfd3fa7b06b150"},{"name":"Others","children":[{"name":"configure the node with multiple content topics","uid":"94990502706a1b18","parentUid":"c1298819c2cb74c1497f827790fba312","status":"passed","time":{"start":1724921613056,"stop":1724921613057,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"6ce475934c976a28","parentUid":"c1298819c2cb74c1497f827790fba312","status":"passed","time":{"start":1724921613057,"stop":1724921613058,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"cb2924dc3a9f9e9d","parentUid":"c1298819c2cb74c1497f827790fba312","status":"passed","time":{"start":1724921613058,"stop":1724921613058,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c1298819c2cb74c1497f827790fba312"}],"uid":"81716586629d1440866a32fcb0929685"},{"name":"Static Sharding: Running Nodes","children":[{"name":"Different clusters and shards","children":[{"name":"shard 0","uid":"4a4b6d7da7eed8f9","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1724921619627,"stop":1724921619627,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"2c2593e0211c829e","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1724921619628,"stop":1724921619629,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 447, Shard ID: 662","uid":"57e3b6cb900b6f2e","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1724921619629,"stop":1724921619630,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 595, Shard ID: 275","uid":"5cb3e839e5721dca","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1724921619630,"stop":1724921619631,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 409, Shard ID: 679","uid":"98a32868f726f38f","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1724921619631,"stop":1724921619632,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 894, Shard ID: 630","uid":"890747a6931ab638","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1724921619632,"stop":1724921619633,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 764, Shard ID: 602","uid":"1556cf1a20f7d8f3","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1724921619634,"stop":1724921619634,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 165, Shard ID: 790","uid":"cd5f29959e124560","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1724921619635,"stop":1724921619636,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 322, Shard ID: 212","uid":"734e6544d417ecdb","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1724921619636,"stop":1724921619637,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 673, Shard ID: 32","uid":"97cc61a059faf695","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1724921619637,"stop":1724921619638,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 422, Shard ID: 213","uid":"b7bb9c122c7e4834","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1724921619638,"stop":1724921619639,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 613, Shard ID: 314","uid":"3967a91bdaaa4572","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1724921619639,"stop":1724921619640,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"70f57a908a322d723a1cc74c6af07cc9"},{"name":"Others","children":[{"name":"configure the node with multiple pubsub topics","uid":"a2412a2a27e99c44","parentUid":"55b20afdd36c6a3fe4fbc5148e0b6cb1","status":"passed","time":{"start":1724921619640,"stop":1724921619640,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty shard should fail","uid":"639ac34f37759bd7","parentUid":"55b20afdd36c6a3fe4fbc5148e0b6cb1","status":"passed","time":{"start":1724921619641,"stop":1724921619641,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"e1b5e0c8a84169a","parentUid":"55b20afdd36c6a3fe4fbc5148e0b6cb1","status":"passed","time":{"start":1724921619641,"stop":1724921619641,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"55b20afdd36c6a3fe4fbc5148e0b6cb1"}],"uid":"3063c7d8bf33f54fd9a4937c64364a9f"},{"name":"Waku Store, cursor","children":[{"name":"Passing a valid cursor at 2 index when there are 4 messages","uid":"a33beda5a3dd897e","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1724921620594,"stop":1724921620594,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 0 index when there are 20 messages","uid":"6e93bfcb3caffb93","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1724921620594,"stop":1724921620594,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 10 index when there are 40 messages","uid":"211fe50555a2ab70","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1724921620594,"stop":1724921620595,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 20 messages","uid":"3d0a3dae0399f200","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1724921620596,"stop":1724921620602,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 50 messages","uid":"4f8370cac43d0268","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1724921620602,"stop":1724921620602,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 110 index when there are 120 messages","uid":"b091f39ad7af265e","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1724921620603,"stop":1724921620609,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing invalid cursor","uid":"ca2419c1b243b65e","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1724921620609,"stop":1724921620610,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"90591eebaf76809d","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1724921620609,"stop":1724921620609,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"561ee8a433478ce","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1724921620610,"stop":1724921620611,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3426cec71b37676cf0be3c0fef80c0a0"},{"name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","children":[{"name":"Subscribe and receive messages via lightPush","uid":"3ac9a7b5c3556c82","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724921625031,"stop":1724921625032,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"320d1b37e77959fb","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724921625033,"stop":1724921625034,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"f32b80fa88ae5b94","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724921625033,"stop":1724921625033,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"29ffafe1dc588c79","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724921625034,"stop":1724921625035,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"355c9bf4afe22666","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724921625035,"stop":1724921625036,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"183ecd3d6a1a5d3d","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724921625036,"stop":1724921625037,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"9db35cd4c5c68a66","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724921625037,"stop":1724921625038,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"3b38ed6a5095ff0e","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724921625038,"stop":1724921625039,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"46c57d660721af48","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724921625039,"stop":1724921625040,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"86eedcf7510d4ac9","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724921625040,"stop":1724921625043,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"5d113b515c9b38cc","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724921625044,"stop":1724921625045,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"aec3877cce3faa28","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724921625045,"stop":1724921625046,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"5507f91b52ba9e50","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724921625046,"stop":1724921625047,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"a8c0dbd5cd6abe23","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724921625047,"stop":1724921625048,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"90459e9c1f5eef8c","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724921625048,"stop":1724921625049,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"4b2783d435d038b9","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724921625049,"stop":1724921625050,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"59cd3b5059e8dd2","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724921625050,"stop":1724921625062,"duration":12},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"2b7b8ca62e5c09da","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724921625063,"stop":1724921625063,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"f511ee9444759abd","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724921625064,"stop":1724921625065,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"6c6dcfad9ce7cf60","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724921625065,"stop":1724921625066,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"6009f0c5e4688b78","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724921625066,"stop":1724921625067,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"f6e069d3dc4eb0fc","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724921625067,"stop":1724921625068,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"f187978cc0530a22","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724921625069,"stop":1724921625070,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"7b0bf39147f7e91","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724921625070,"stop":1724921625073,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"4f731215e17475bd","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724921625074,"stop":1724921625074,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"1725ae16399c67cf","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724921625075,"stop":1724921625075,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"1f03a9853a82bb13","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724921625076,"stop":1724921625076,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"2fd29cae77fd0e50","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724921625076,"stop":1724921625077,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"bb6ada565bb08e89","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724921625077,"stop":1724921625077,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"79bc21179354d4d696ab0ed95aaefc00"},{"name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","children":[{"name":"Subscribe and receive messages via lightPush","uid":"1aacb31657ce2e29","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724921625077,"stop":1724921625078,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"fd0e52b593c94b06","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724921625078,"stop":1724921625079,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"6c77036f707e3742","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724921625078,"stop":1724921625078,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"5e27f52307d37612","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724921625079,"stop":1724921625080,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"232cef48ddee9e31","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724921625079,"stop":1724921625079,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"2bc4bfce2d4b5024","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724921625079,"stop":1724921625079,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"f31280671ff3d9d4","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724921625080,"stop":1724921625080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"e300b2384d6b6444","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724921625080,"stop":1724921625080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"ba99988ac84ac02f","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724921625081,"stop":1724921625081,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"d0a175622800a5e1","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724921625081,"stop":1724921625082,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"84e88c52a9e73405","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724921625081,"stop":1724921625081,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"acdbd24fcd8f31fc","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724921625082,"stop":1724921625082,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"9509b1c3201eb414","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724921625082,"stop":1724921625082,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"ff1eee42f52f0024","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724921625082,"stop":1724921625083,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"12dc4d7b693e9e32","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724921625083,"stop":1724921625083,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"88e7c7a429e73f95","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724921625083,"stop":1724921625083,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"ea901a6e62efd2a4","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724921625084,"stop":1724921625085,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"b20ae5c0aa75cb88","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724921625085,"stop":1724921625085,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"d249d79efd8490d6","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724921625085,"stop":1724921625090,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"62c78882ad8ff8f1","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724921625090,"stop":1724921625091,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"b91d4f87c9e1e882","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724921625091,"stop":1724921625092,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"8f14b51b7381e754","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724921625092,"stop":1724921625092,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"ca23129e39bffd4d","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724921625092,"stop":1724921625092,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"50c9c7dd60f00b11","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724921625093,"stop":1724921625094,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"62259b84ac0a174d","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724921625093,"stop":1724921625093,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"50e30b36a505f008","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724921625093,"stop":1724921625093,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"1ef9fd84f68eab47","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724921625094,"stop":1724921625095,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"4a240941df5f3929","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724921625094,"stop":1724921625094,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"9862a071b49b479c","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724921625094,"stop":1724921625094,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d2c836997f51e619a3f56fdc380693ce"},{"name":"Waku Store, error handling","children":[{"name":"Query Generator, Wrong PubsubTopic","uid":"51cbccb89f3f23ba","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1724921640397,"stop":1724921640398,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"cf23b5cc6d6aefbd","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1724921640398,"stop":1724921640398,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"37ac5232c27134e9","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1724921640398,"stop":1724921640399,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"2f8f4d984f5a044","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1724921640399,"stop":1724921640399,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"f814c7ca9d9e100e","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1724921640399,"stop":1724921640399,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"86776a82259ddb4c","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1724921640400,"stop":1724921640400,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"c341e65d8d2df067","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1724921640400,"stop":1724921640400,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No message returned","uid":"136ce23951b60c81","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1724921640400,"stop":1724921640401,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"3a6fb2b9219e3ece","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1724921640401,"stop":1724921640402,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"1d9a23ec9433111d","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1724921640401,"stop":1724921640401,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"6a0ba7ef0ef2b573","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1724921640401,"stop":1724921640401,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No message returned","uid":"c526609e511a3e4","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1724921640402,"stop":1724921640402,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ce32033953aa49b057348563584e892d"},{"name":"Waku Store, order","children":[{"name":"Query Generator - true","uid":"b47994fa314e6490","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1724921640662,"stop":1724921640662,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - false","uid":"6fc875120106ada0","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1724921640663,"stop":1724921640663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - true","uid":"d339dc6e3f9200d2","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1724921640663,"stop":1724921640664,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - false","uid":"eee6608875102748","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1724921640664,"stop":1724921640664,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - true","uid":"37ad946f1220bc7d","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1724921640664,"stop":1724921640664,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - false","uid":"a22df519cbcb7c3e","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1724921640665,"stop":1724921640666,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7daa13be04411ffb27d8ee7f46d6b87d"},{"name":"Waku Store, sorting","children":[{"name":"Query Generator sorting by timestamp while page direction is true","uid":"6dd3b5473b7509cf","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1724921656079,"stop":1724921656079,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is false","uid":"bd982cf118f543d4","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1724921656079,"stop":1724921656080,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is true","uid":"ce56713ab1839f8e","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1724921656080,"stop":1724921656080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is false","uid":"eee3cfa6fcb5d027","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1724921656081,"stop":1724921656081,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"82d01d8e33c56eeb9dac68b6546f466e"},{"name":"Waku Store, page size","children":[{"name":"Passing page size 0 when there are 110 messages","uid":"e7bed797b82920c9","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1724921656188,"stop":1724921656189,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 1 when there are 4 messages","uid":"f5ba7a082a1b62f0","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1724921656189,"stop":1724921656191,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 3 when there are 20 messages","uid":"4af30a605653ec21","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1724921656191,"stop":1724921656192,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 11 when there are 10 messages","uid":"f59a776e608d10ed","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1724921656192,"stop":1724921656193,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 10 when there are 10 messages","uid":"c1c5fb2c34546d","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1724921656192,"stop":1724921656192,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 110 when there are 120 messages","uid":"411e8c6df063dcb8","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1724921656193,"stop":1724921656193,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 19 when there are 20 messages","uid":"3acefc6a93f80c07","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1724921656193,"stop":1724921656193,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"b12f795247df9303","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1724921656194,"stop":1724921656194,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"90755542dd4fc4702bb1cd6348e4930c"},{"name":"Waku Store, custom pubsub topic","children":[{"name":"Generator, custom pubsub topic","uid":"f4007157fc245014","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1724921658740,"stop":1724921658741,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"6094a650007372ef","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1724921658741,"stop":1724921658742,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"6f128345979a0ee9","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1724921658744,"stop":1724921658745,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"44ef6c8520792f6cdf92ba8b204e42cd"},{"name":"Waku Store (Autosharding), custom pubsub topic","children":[{"name":"Generator, 2 different pubsubtopics","uid":"909663107e92256e","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1724921658745,"stop":1724921658746,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"39f4570b0460cbe4","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1724921658745,"stop":1724921658745,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"7504173fb531a2ac","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1724921658746,"stop":1724921658746,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"428961ea17ce9ec744e8e65e6f8c7b4f"},{"name":"Waku Store (named sharding), custom pubsub topic","children":[{"name":"Generator, custom pubsub topic","uid":"a8e92c60d9573786","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1724921658746,"stop":1724921658747,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"d5a973d7118120e7","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1724921658747,"stop":1724921658747,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"dc92a857653ef004","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1724921658747,"stop":1724921658747,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8095077130c9514b42ecdfc574bb8f38"},{"name":"Waku Store, general","children":[{"name":"Query generator for multiple messages","uid":"c0cd2ebe077eef3b","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1724921663252,"stop":1724921663253,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with multiple decoders","uid":"b40ce6b8319ca8e6","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1724921663253,"stop":1724921663254,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different message text format","uid":"cf0cd1e82ef9e0a5","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1724921663253,"stop":1724921663253,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different content topic format","uid":"7d38d57bd1c2141b","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1724921663254,"stop":1724921663254,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"efa2e919677bca6","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1724921663254,"stop":1724921663254,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise, aborts when callback returns true","uid":"aff18ca3b399db3a","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1724921663255,"stop":1724921663255,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered callback, aborts when callback returns true","uid":"dc98425d6efb3ce3","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1724921663255,"stop":1724921663256,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"cb5bfb0703ab716d","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1724921663255,"stop":1724921663255,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"36774146fa4390ff","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1724921663256,"stop":1724921663256,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0a0593136080d0b3b5899e64d90a01f8"},{"name":"Util: toAsyncIterator: Filter","children":[{"name":"handles multiple messages","uid":"b76d6413d2b43219","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1724921665482,"stop":1724921665483,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"b22f5ba160756d28","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1724921665482,"stop":1724921665482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"456db820fbaf764b","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1724921665483,"stop":1724921665483,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"bfd91fe70e25365388e9d45e358d893b"},{"name":"Waku Store, time filter","children":[{"name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","uid":"bde2e8fe97db1164","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1724921669869,"stop":1724921669869,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","uid":"abcc40ea23334fcb","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1724921669869,"stop":1724921669869,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","uid":"3a9e5e905752e28f","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1724921669870,"stop":1724921669870,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","uid":"d36404b715e7ec43","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1724921669870,"stop":1724921669870,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","uid":"97a38bc575111e52","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1724921669871,"stop":1724921669871,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: -20000 ms from now","uid":"9bde1852120a429d","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1724921669871,"stop":1724921669872,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","uid":"3f2d46c92a16308d","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1724921669871,"stop":1724921669871,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","uid":"4922599fdd2c972","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1724921669871,"stop":1724921669871,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: 40000 ms from now","uid":"b7e661092e377f10","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1724921669872,"stop":1724921669872,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7070f79de099fc32a51b6a8b41c21caa"},{"name":"Waku Dial [node only]","children":[{"name":"Interop: ServiceNode","children":[{"name":"connects to nwaku","uid":"1392a9091b368f92","parentUid":"a79992a47d5936f9475b8795461a9fa0","status":"passed","time":{"start":1724921672579,"stop":1724921672579,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Does not throw an exception when node disconnects","uid":"de1e2293a956f74b","parentUid":"a79992a47d5936f9475b8795461a9fa0","status":"passed","time":{"start":1724921672580,"stop":1724921672580,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a79992a47d5936f9475b8795461a9fa0"},{"name":"Bootstrap","children":[{"name":"Passing an array","uid":"71d62ecc8ba6f628","parentUid":"9378f5f7ef0de7cc0e97970af1f8370b","status":"passed","time":{"start":1724921672580,"stop":1724921672581,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"43a610975bfc6092","parentUid":"9378f5f7ef0de7cc0e97970af1f8370b","status":"passed","time":{"start":1724921672581,"stop":1724921672581,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"9378f5f7ef0de7cc0e97970af1f8370b"}],"uid":"89ea6af94a866de9b7d2054cee4d457f"},{"name":"Decryption Keys","children":[{"name":"Used by Waku Relay","uid":"b58210257090c321","parentUid":"b907953c6834b3b9f5420f211537af83","status":"passed","time":{"start":1724921672581,"stop":1724921672582,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b907953c6834b3b9f5420f211537af83"},{"name":"User Agent","children":[{"name":"Sets default value correctly","uid":"d984d3f99244cc7d","parentUid":"3a88c26682cd3a1384f81774b01f867e","status":"passed","time":{"start":1724921672582,"stop":1724921672582,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3a88c26682cd3a1384f81774b01f867e"},{"name":"Wait for remote peer","children":[{"name":"Relay - dialed first","uid":"8b09fe843c63e42b","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1724921677826,"stop":1724921677826,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"65262cf4bafeb989","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1724921677827,"stop":1724921677827,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"b64a747a94bdb9df","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1724921677827,"stop":1724921677827,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"1cbc075455c3f692","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1724921677827,"stop":1724921677828,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"5db1acdb7642e948","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1724921677828,"stop":1724921677828,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"3fd2a55cf1c5c71d","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1724921677828,"stop":1724921677829,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"11216abbb15f1827","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1724921677828,"stop":1724921677828,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"6b8e435e99e74df4","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1724921677829,"stop":1724921677830,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"f062321816c6cf2f","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1724921677829,"stop":1724921677829,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c5ef3b407a3400aa42536fba150d9b6e"},{"name":"Static Sharding: Peer Management","children":[{"name":"Peer Exchange","children":[{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"1794b2a18690e6a4","parentUid":"56ddb61839d909e7e3e8912b289076bc","status":"passed","time":{"start":1724921723783,"stop":1724921723784,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"px service nodes not subscribed to the shard should not be dialed","uid":"e7b5afa4e71a3cee","parentUid":"56ddb61839d909e7e3e8912b289076bc","status":"passed","time":{"start":1724921723784,"stop":1724921723784,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"56ddb61839d909e7e3e8912b289076bc"}],"uid":"d7aec3c03737e36caf907314a75924df"},{"name":"Autosharding: Peer Management","children":[{"name":"Peer Exchange","children":[{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"54dd92e7143517ba","parentUid":"58d347f0207cb02302f257aa9e53af85","status":"passed","time":{"start":1724921723784,"stop":1724921723785,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"px service nodes not subscribed to the shard should not be dialed","uid":"8ddff250145b23b5","parentUid":"58d347f0207cb02302f257aa9e53af85","status":"passed","time":{"start":1724921723785,"stop":1724921723785,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"58d347f0207cb02302f257aa9e53af85"}],"uid":"31cf7130db9192e27d145b7dfbb2a390"}],"name":"suites"} \ No newline at end of file +{"uid":"98d3104e051c652961429bf95fa0b5d6","children":[{"name":"pushOrInitMapSet","children":[{"name":"Init the array if not present","uid":"8e671379cf12e70d","parentUid":"c5cf08d1961e509912868f237505d870","status":"passed","time":{"start":1724922374447,"stop":1724922374448,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"7efcefdf6a98f52","parentUid":"c5cf08d1961e509912868f237505d870","status":"passed","time":{"start":1724922374449,"stop":1724922374449,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c5cf08d1961e509912868f237505d870"},{"name":"ensureValidContentTopic","children":[{"name":"does not throw on valid cases","uid":"aca37485b14cc578","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1724922374656,"stop":1724922374657,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"258d9231ce867db6","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1724922374657,"stop":1724922374657,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with too few or too many fields","uid":"e08485e6c07e277","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1724922374658,"stop":1724922374658,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with non-number generation field","uid":"ad52e3e57098a197","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1724922374658,"stop":1724922374659,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with generation field greater than 0","uid":"1391faea2346e787","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1724922374659,"stop":1724922374660,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty version field","uid":"32117bbecaa13e04","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1724922374660,"stop":1724922374661,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty application field","uid":"f225c2088c294d14","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1724922374660,"stop":1724922374660,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty topic name field","uid":"af4f38ff4c72b405","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1724922374661,"stop":1724922374661,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty encoding field","uid":"c395aef6ed8f49f1","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1724922374661,"stop":1724922374662,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"df61f8b859332d545754c41005331739"},{"name":"contentTopicToShardIndex","children":[{"name":"should correctly map /myapp/1/latest/proto to shard index 0","uid":"5568d9a99a9f87a8","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1724922374663,"stop":1724922374663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /waku/2/content/test.js to shard index 1","uid":"7830955c611e30a2","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1724922374663,"stop":1724922374664,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /toychat/2/huilong/proto to shard index 3","uid":"f911e30ed257b2af","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1724922374664,"stop":1724922374664,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","uid":"da1c3ac4e445f523","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1724922374664,"stop":1724922374671,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /statusim/1/community/cbor to shard index 4","uid":"49fba54a3a4de9d3","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1724922374671,"stop":1724922374671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/statusim/1/community/cbor to shard index 4","uid":"8b010ae2946eb952","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1724922374671,"stop":1724922374671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/22/sometopic/someencoding to shard index 2","uid":"fb77e5e421f452af","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1724922374672,"stop":1724922374672,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/27/sometopic/someencoding to shard index 5","uid":"b3dc77cb105ebd2","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1724922374672,"stop":1724922374672,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 7","uid":"b34ce1975864a6a5","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1724922374672,"stop":1724922374673,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","uid":"69281c1616291f73","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1724922374673,"stop":1724922374673,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/29/sometopic/someencoding to shard index 6","uid":"7504fa2da2490ac6","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1724922374673,"stop":1724922374673,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","uid":"7d53c2a045bc6637","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1724922374673,"stop":1724922374674,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","uid":"f6d83af1093cf9fe","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1724922374674,"stop":1724922374674,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"topics with same application and version share the same shard","uid":"149ef4ef037b4f93","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1724922374674,"stop":1724922374674,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"9699ce6bbf92e8cc02281e3cf839721f"},{"name":"contentTopicsByPubsubTopic","children":[{"name":"groups content topics by expected pubsub topic","uid":"abbde55f6a876c98","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1724922374675,"stop":1724922374675,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"d94461970d347993","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1724922374676,"stop":1724922374676,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws an error for improperly formatted content topics","uid":"f35bcb068c64744b","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1724922374676,"stop":1724922374677,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups multiple content topics into the same pubsub topic when they share the same shard index","uid":"c37948f5798d937a","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1724922374676,"stop":1724922374676,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"d125b497811381d4","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1724922374676,"stop":1724922374676,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"630d22b460745799705352e83a41ebbb"},{"name":"singleShardInfosToShardInfo","children":[{"name":"should throw an error for empty SingleShardInfos array","uid":"975fe7c6c4cc5644","parentUid":"dcb3ccb891ae816766d2261c6433f083","status":"passed","time":{"start":1724922374677,"stop":1724922374678,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"9bec5a521833738c","parentUid":"dcb3ccb891ae816766d2261c6433f083","status":"passed","time":{"start":1724922374677,"stop":1724922374677,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for SingleShardInfos with different clusterIds","uid":"e656662002621d54","parentUid":"dcb3ccb891ae816766d2261c6433f083","status":"passed","time":{"start":1724922374678,"stop":1724922374678,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"dcb3ccb891ae816766d2261c6433f083"},{"name":"singleShardInfoToPubsubTopic","children":[{"name":"should convert a SingleShardInfo object to the correct PubsubTopic","uid":"6227b7cf48b57a27","parentUid":"019109a65419887777e599cebbf04c7f","status":"passed","time":{"start":1724922374677,"stop":1724922374677,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"019109a65419887777e599cebbf04c7f"},{"name":"shardInfoToPubsubTopics","children":[{"name":"should convert content topics to PubsubTopics for autosharding","uid":"af1c9bfe9daf419b","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1724922374678,"stop":1724922374678,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 0","uid":"8d8c1c006d1cd298","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1724922374678,"stop":1724922374679,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return unique PubsubTopics for static sharding","uid":"ccef2ce32a6b6cd6","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1724922374678,"stop":1724922374678,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 1","uid":"ae75b4ed0712f35b","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1724922374679,"stop":1724922374679,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 6","uid":"e8af3a319178f311","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1724922374679,"stop":1724922374679,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return empty list for no shard","uid":"c660753682bab1c1","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1724922374679,"stop":1724922374680,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error if shards are undefined for static sharding","uid":"6642e7b0bd32e712","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1724922374680,"stop":1724922374680,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing required configuration","uid":"c0e830bb18d7a982","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1724922374680,"stop":1724922374680,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"258e680909aa6b34f16d75376981a0bb"},{"name":"pubsubTopicToSingleShardInfo with various invalid formats","children":[{"name":"should extract SingleShardInfo from a valid PubsubTopic","uid":"45eb722fd448da14","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724922374681,"stop":1724922374681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","uid":"e0ac56c51cdffd49","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724922374682,"stop":1724922374683,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /incorrect/format","uid":"76944968bcc34638","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724922374683,"stop":1724922374683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","uid":"72cb0ca677d2a705","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724922374683,"stop":1724922374684,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","uid":"617dfd77a5d05c23","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724922374683,"stop":1724922374683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","uid":"8577205642549620","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724922374684,"stop":1724922374684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","uid":"e7ba0f6353598ac","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724922374684,"stop":1724922374684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","uid":"1e55baf9c9b5f50b","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724922374684,"stop":1724922374684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","uid":"48eeacccd67e54a8","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724922374684,"stop":1724922374684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","uid":"f898490b15dd0b0e","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724922374685,"stop":1724922374685,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","uid":"41220e960a1fe29a","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724922374685,"stop":1724922374685,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","uid":"320a6435536b3d8f","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724922374685,"stop":1724922374686,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","uid":"1b4437906e217352","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724922374685,"stop":1724922374685,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","uid":"3ecaa212b25b6600","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724922374686,"stop":1724922374687,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","uid":"ebd71eb0d1b44662","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724922374686,"stop":1724922374686,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","uid":"424e8605db358d25","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724922374686,"stop":1724922374686,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","uid":"2ff7846ebc5aaf91","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724922374687,"stop":1724922374687,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","uid":"d44d8ae8a2a52ea9","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724922374687,"stop":1724922374687,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/","uid":"534602ca4857febe","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724922374688,"stop":1724922374688,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","uid":"52d49d5a400f8ff8","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724922374688,"stop":1724922374688,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","uid":"c53a89c3bcbc6a34","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724922374688,"stop":1724922374688,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","uid":"db6835754611d1e0","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1724922374689,"stop":1724922374689,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ccf995cc05ccf5d4ca0dd0e9faace051"},{"name":"ensurePubsubTopicIsConfigured","children":[{"name":"should not throw an error for a single configured topic","uid":"70f7a4c8b52ce760","parentUid":"31db813f7583183316906b1886ed94f5","status":"passed","time":{"start":1724922374689,"stop":1724922374690,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error when the topic is within a list of configured topics","uid":"27791ba717691c8d","parentUid":"31db813f7583183316906b1886ed94f5","status":"passed","time":{"start":1724922374690,"stop":1724922374690,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for an unconfigured topic","uid":"5dbb288b4fa637ee","parentUid":"31db813f7583183316906b1886ed94f5","status":"passed","time":{"start":1724922374690,"stop":1724922374691,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"31db813f7583183316906b1886ed94f5"},{"name":"determinePubsubTopic","children":[{"name":"should return the pubsub topic directly if a string is provided","uid":"db1bf8d0f61b6ba6","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1724922374691,"stop":1724922374691,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return a calculated topic if SingleShardInfo is provided","uid":"4f305c3ba517f179","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1724922374691,"stop":1724922374692,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should process correctly when SingleShardInfo has no clusterId but has a shard","uid":"cb92d3d6f9c8ac22","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1724922374692,"stop":1724922374692,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","uid":"350f27d8d52022b","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1724922374692,"stop":1724922374692,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","uid":"4d90dfe846bfb53","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1724922374693,"stop":1724922374693,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5feccc070f611ca5a3a360d1be4e108e"},{"name":"ensureShardingConfigured","children":[{"name":"should return valid sharding parameters for content topics autosharding","uid":"637625bf4e879e64","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1724922374693,"stop":1724922374694,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for static sharding","uid":"ad4c24961c11050e","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1724922374693,"stop":1724922374693,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing sharding configuration","uid":"f2fdec18971088bb","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1724922374694,"stop":1724922374694,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"64eb4e5fa884a188","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1724922374694,"stop":1724922374694,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"3f47843e76ef2e66","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1724922374695,"stop":1724922374695,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ed63b24f8659343b1d130eb7edd9b4af"},{"name":"contentTopicToPubsubTopic","children":[{"name":"should correctly map a content topic to a pubsub topic","uid":"84c0403f07001235","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1724922374695,"stop":1724922374695,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic for different network shard sizes","uid":"4822241c8b5fc301","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1724922374696,"stop":1724922374697,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use the provided clusterId for the pubsub topic","uid":"a054204567ac3218","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1724922374696,"stop":1724922374696,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should map different content topics to different pubsub topics based on shard index","uid":"8863ce03f8b896f9","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1724922374696,"stop":1724922374696,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7115ef39d68a6548f7d909112eedbc83"},{"name":"Relay Shard codec","children":[{"name":"should handle a minimal index list","uid":"2ebc05b9a5c6eaf8","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1724922374767,"stop":1724922374767,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rs format (Index List)","uid":"5c81e009bccf48d2","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1724922374767,"stop":1724922374767,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","uid":"95c75fe2ff2d715","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1724922374768,"stop":1724922374768,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for insufficient data","uid":"9fa2297bb37094e8","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1724922374768,"stop":1724922374768,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f0a320832c9bd4eaa31fb7d59663170b"},{"name":"RFC Test Vectors","children":[{"name":"Waku message hash computation (meta size of 12 bytes)","uid":"fb3a62b531ecda15","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1724922377153,"stop":1724922377154,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta size of 64 bytes)","uid":"c600650a6d9d611e","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1724922377154,"stop":1724922377155,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta attribute not present)","uid":"ca5f00d5f3b78f64","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1724922377155,"stop":1724922377155,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (payload length 0)","uid":"4700966cb4216b08","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1724922377155,"stop":1724922377155,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (no timestamp)","uid":"a4884989548979d2","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1724922377156,"stop":1724922377156,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (message is IDecodedMessage)","uid":"72ab84449ed014a","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1724922377156,"stop":1724922377156,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e360931edbeb85d50a49a0aa6354c571"},{"name":"ENR waku2 codec","children":[{"name":"Encoding","children":[{"name":"should be able to encode the field with only RELAY set to true","uid":"644fff5189056376","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1724922382321,"stop":1724922382323,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only FILTER set to true","uid":"33fcc69f8a1f0d54","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1724922382324,"stop":1724922382325,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only STORE set to true","uid":"af6664a872649dbb","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1724922382324,"stop":1724922382324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only LIGHTPUSH set to true","uid":"cad39391d3a1305f","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1724922382325,"stop":1724922382325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to false","uid":"c60a0f065d2766b2","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1724922382326,"stop":1724922382327,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to true","uid":"cef95b3ff9a15c72","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1724922382326,"stop":1724922382326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","uid":"cca3b3874fd1d0a","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1724922382327,"stop":1724922382328,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with RELAY and FILTER protocols set to true","uid":"34ab69a0dbf734c7","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1724922382327,"stop":1724922382327,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d18435591d7a87016ce49b755f63a93b"},{"name":"Decoding","children":[{"name":"should be able to decode the field with only RELAY set to true","uid":"3183bd22702f826","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1724922382328,"stop":1724922382329,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only FILTER set to true","uid":"ad0e8a591f60dac3","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1724922382329,"stop":1724922382330,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only LIGHTPUSH set to true","uid":"16a990b80753a436","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1724922382330,"stop":1724922382331,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only STORE set to true","uid":"415aeb1111d014dd","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1724922382330,"stop":1724922382330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to true","uid":"753187cb3357070f","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1724922382331,"stop":1724922382331,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to false","uid":"3d8930f3ace11321","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1724922382331,"stop":1724922382332,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","uid":"5d9e0cdbe0672bc0","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1724922382332,"stop":1724922382333,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with RELAY and FILTER protocols set to true","uid":"ca1191f08e6f115f","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1724922382332,"stop":1724922382332,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3b0b3189a3cfb2b20c5b9ebc474b8ace"}],"uid":"cb14faf679c0b11311b20d0afbcd1a0b"},{"name":"ENR multiaddrs codec","children":[{"name":"Sample","uid":"3ea1863da7807cdb","parentUid":"a2221ab58e9529401660d406d60ec8d9","status":"passed","time":{"start":1724922382484,"stop":1724922382484,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a2221ab58e9529401660d406d60ec8d9"},{"name":"Multiaddr from fields","children":[{"name":"tcp ip4 address","uid":"1e15a3c203a04171","parentUid":"00fb2a458cab3bf0e9df06a113ff26ef","status":"passed","time":{"start":1724922382545,"stop":1724922382546,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"fb911887649c04b8","parentUid":"00fb2a458cab3bf0e9df06a113ff26ef","status":"passed","time":{"start":1724922382546,"stop":1724922382546,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"00fb2a458cab3bf0e9df06a113ff26ef"},{"name":"ENR","children":[{"name":"Txt codec","children":[{"name":"should encodeTxt and decodeTxt","uid":"849c19cd687f1cb2","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1724922383078,"stop":1724922383079,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid ENR with multiaddrs successfully [shared test vector]","uid":"3ee7897ec1cca314","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1724922383079,"stop":1724922383080,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"1f0fb26e6e4c399e","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1724922383079,"stop":1724922383079,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr with tcp successfully","uid":"f15ad1f3e1090f77","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1724922383080,"stop":1724922383080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"8a15fcd332d304ec","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1724922383080,"stop":1724922383080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"7c39b8c464c27ba5","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1724922383081,"stop":1724922383081,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"31f5f55f968e9ac0a89f545354014c7b"},{"name":"Verify","children":[{"name":"should throw error - no id","uid":"326bee9270ea3182","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1724922383081,"stop":1724922383081,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"be22a9b2e4e55946","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1724922383081,"stop":1724922383082,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"833e3092d8c0f269","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1724922383082,"stop":1724922383082,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"64d18171b88ea7ab","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1724922383082,"stop":1724922383082,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"77c7ffaa7eac133cfb8688cd0eec6d74"},{"name":"Static tests","children":[{"name":"should encode/decode to RLP encoding","uid":"57c22d602f4229d1","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1724922383083,"stop":1724922383083,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"d5560e3871016064","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1724922383083,"stop":1724922383083,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"3dd25b11eba4954b","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1724922383084,"stop":1724922383084,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"720993dfc170a8cbd4b1d3944837f0df"},{"name":"Multiaddr getters and setters","children":[{"name":"should get / set TCP multiaddr","uid":"e1435df9b319d822","parentUid":"2d629193d55cdb3c100d76041795442b","status":"passed","time":{"start":1724922383084,"stop":1724922383085,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"cd03c58e654ec80e","parentUid":"2d629193d55cdb3c100d76041795442b","status":"passed","time":{"start":1724922383084,"stop":1724922383084,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2d629193d55cdb3c100d76041795442b"},{"name":"Location multiaddr","children":[{"name":"should properly create location multiaddrs - udp4","uid":"af9b0dd1316143a4","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1724922383085,"stop":1724922383085,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"a1d9fc1ecf2e4aef","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1724922383085,"stop":1724922383089,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"ef0bbdca2a67ce0e","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1724922383089,"stop":1724922383090,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"8acff7ef608041f0","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1724922383090,"stop":1724922383090,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create peer info with all multiaddrs","uid":"afcec4701aef4a90","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1724922383090,"stop":1724922383091,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"bdee7b6fea37e6d4","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1724922383090,"stop":1724922383090,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"348c8c492527dbd4","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1724922383090,"stop":1724922383090,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ea17b90c87c7a4ccb17b1e3861b3d911"},{"name":"waku2 key round trip","children":[{"name":"should set field with all protocols disabled","uid":"a84ee8ab3efdf4ca","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1724922383091,"stop":1724922383091,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with all protocols enabled","uid":"ed6a4fd50406bc40","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1724922383091,"stop":1724922383091,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only RELAY enabled","uid":"8a48fb793c908de4","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1724922383091,"stop":1724922383092,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only FILTER enabled","uid":"d3fbba7824cd7932","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1724922383092,"stop":1724922383092,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only STORE enabled","uid":"9a58c90c3b5ad709","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1724922383092,"stop":1724922383092,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only LIGHTPUSH enabled","uid":"58c4114d53ef2cd3","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1724922383092,"stop":1724922383092,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"303b87d9cb6efdff8b169465efbbcf73"},{"name":"Waku2 key: decode","children":[{"name":"Relay + Store","uid":"9bfe15b8a611ee21","parentUid":"d38d3c1929a20307dce6c2492f754ae3","status":"passed","time":{"start":1724922383093,"stop":1724922383093,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d38d3c1929a20307dce6c2492f754ae3"}],"uid":"8bc0d03481d47f999cc7ec458535a066"},{"name":"to proto message","children":[{"name":"Fields are not dropped","uid":"298e646f41fd4ee0","parentUid":"3cec77d065542b34fe56ab412dfd3875","status":"passed","time":{"start":1724922387360,"stop":1724922387362,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3cec77d065542b34fe56ab412dfd3875"},{"name":"filterPeersByDiscovery function","children":[{"name":"should return all peers when numPeers is 0","uid":"f746e42b3192ebda","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1724922387837,"stop":1724922387838,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","uid":"34348e61883a16e","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1724922387838,"stop":1724922387838,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","uid":"1355cbe9ca52df4b","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1724922387838,"stop":1724922387839,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return only bootstrap peers up to maxBootstrapPeers","uid":"85006f9518066c4e","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1724922387839,"stop":1724922387839,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"432f5df25333b53e52fa9f706980f0ff"},{"name":"Waku Message version 0","children":[{"name":"Round trip binary serialization","uid":"a06ba1b9aa55e047","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1724922388046,"stop":1724922388047,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"ab75d6009b0532cc","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1724922388047,"stop":1724922388047,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Meta field set when metaSetter is specified","uid":"d785d1ebcd100383","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1724922388047,"stop":1724922388048,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d1f083d5237a231188c1f31b96f6c441"},{"name":"Ensures content topic is defined","children":[{"name":"Encoder throws on undefined content topic","uid":"e38ccb126311fded","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1724922388048,"stop":1724922388048,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"8a6571541f369e21","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1724922388049,"stop":1724922388050,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"93368a7c23ce8184","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1724922388049,"stop":1724922388049,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"f4ca8f0d2f98491a","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1724922388049,"stop":1724922388049,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"524902c40320d996","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1724922408755,"stop":1724922408756,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"867c3b811587e9db","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1724922408756,"stop":1724922408756,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"e3bbccdd7a040855","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1724922408756,"stop":1724922408757,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"fd6407fb55b02ca0","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1724922408757,"stop":1724922408757,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"70dc32c81df83759","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1724922410311,"stop":1724922410312,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"607d4c0669575d0c","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1724922410312,"stop":1724922410312,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"76fd16ddcb1253bf","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1724922410312,"stop":1724922410312,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"f565c2a5ec42a7a1","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1724922410313,"stop":1724922410313,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"02687840b4ed30b3975e93e47cf5fab1"},{"name":"Sets sharding configuration correctly","children":[{"name":"uses static shard pubsub topic instead of autosharding when set","uid":"8735a1d647fef6bc","parentUid":"16c91517e17a283bda5303edede9b71d","status":"passed","time":{"start":1724922388050,"stop":1724922388050,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"16c91517e17a283bda5303edede9b71d"},{"name":"Message Validator","children":[{"name":"Accepts a valid Waku Message","uid":"f9b7bfcb9db8fb58","parentUid":"eb7616bc06c49f961fb1474764a98fe1","status":"passed","time":{"start":1724922391231,"stop":1724922391232,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"a883252467c84a0c","parentUid":"eb7616bc06c49f961fb1474764a98fe1","status":"passed","time":{"start":1724922391232,"stop":1724922391233,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"eb7616bc06c49f961fb1474764a98fe1"},{"name":"Discovery","children":[{"name":"returns all values when wanted number matches available values","uid":"f893274355662786","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1724922398024,"stop":1724922398025,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns a subset of values when wanted number is lesser than available values","uid":"476e32721ad58f2d","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1724922398026,"stop":1724922398027,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number is greater than available values","uid":"9e8b7ad1bf9975a0","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1724922398026,"stop":1724922398026,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e96f7ebf248e9ee266bbabaa57f331e3"},{"name":"Fetch nodes until capabilities are fulfilled","children":[{"name":"1 Relay, 1 fetch","uid":"90af58f0050f54e6","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1724922398276,"stop":1724922398277,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"639fbd784ed11b42","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1724922398277,"stop":1724922398277,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"65f255398910597b","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1724922398277,"stop":1724922398278,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"b77ed4ef0e52e392","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1724922398278,"stop":1724922398278,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"25a8b31b55bc82e7403bfb15b9b86ff1"},{"name":"ENRTree","children":[{"name":"ENRTree (root): should error if DNS root entry is mis-prefixed","uid":"42b7565d4a35e5f","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1724922398402,"stop":1724922398403,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should parse and verify and DNS root entry","uid":"e75c6f9e2c4de812","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1724922398402,"stop":1724922398402,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry signature is invalid","uid":"1819113f85a5da1d","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1724922398403,"stop":1724922398403,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is malformed","uid":"ff259dd22aaeb3a3","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1724922398404,"stop":1724922398404,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should parse a DNS tree entry","uid":"f46f477fe75f7e36","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1724922398404,"stop":1724922398404,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","uid":"14c8a1d3ace1612b","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1724922398404,"stop":1724922398405,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (branch): should parse and verify a single component DNS branch entry","uid":"194b604423a7592e","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1724922398405,"stop":1724922398406,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should error if DNS tree entry is misformatted","uid":"97df1ecd8ae2879a","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1724922398405,"stop":1724922398405,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","uid":"2c5d39562c002cd1","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1724922398406,"stop":1724922398406,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"aa7d88015081438bead49f7c5b3b8329"},{"name":"DNS Node Discovery","children":[{"name":"retrieves a single peer","uid":"9b17d9177a9fcb7d","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1724922398918,"stop":1724922398919,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"2cd40fd1ce50a016","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1724922398919,"stop":1724922398919,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"aa3660c7a533115f","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1724922398919,"stop":1724922398919,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"b6aff7b8c222de70","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1724922398920,"stop":1724922398920,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"1ed6371148eb1e5d","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1724922398920,"stop":1724922398920,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"e3ea058527713f5f","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1724922398920,"stop":1724922398920,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a58165be14785cc015506bf776542ff5"},{"name":"DNS Node Discovery w/ capabilities","children":[{"name":"should only return 1 node with relay capability","uid":"b5a5fffa779e6f2d","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1724922398921,"stop":1724922398921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with store capability","uid":"41ccd65bb03671e6","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1724922398921,"stop":1724922398922,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay and store capability","uid":"88b0856daa31bde5","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1724922398921,"stop":1724922398921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (2) when cannot fulfill all requirements","uid":"c6758088bfed03cb","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1724922398922,"stop":1724922398922,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (3) when branch entries are composed of multiple strings","uid":"ddeed863c6beca95","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1724922398922,"stop":1724922398922,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5caf1470a59c205cef021106d204928b"},{"name":"DNS Node Discovery [live data]","children":[{"name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","uid":"3d9674005a225a02","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1724922398923,"stop":1724922398923,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","uid":"6cce17776e1ce311","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1724922398923,"stop":1724922398923,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use DNS peer discovery with light client","uid":"51bf0c48f97d7e3a","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1724922439102,"stop":1724922439102,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","uid":"e37e75eaacf5b28b","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1724922439103,"stop":1724922439103,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"passes more than one ENR URLs and attempts connection","uid":"24110eec20e0a23e","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1724922439103,"stop":1724922439103,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37"},{"name":"Local Storage Discovery","children":[{"name":"Compliance Tests","children":[{"name":"interface-peer-discovery compliance tests","children":[{"name":"can start the service","uid":"7ffc52be0b135df0","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1724922402861,"stop":1724922402861,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"11ecd54189dfdf34","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1724922402862,"stop":1724922402862,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"b6b9cd4572f6f03e","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1724922402862,"stop":1724922402863,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"c00a4314ef8d39e2","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1724922402863,"stop":1724922402863,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"fd14f031fa4aabef","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1724922402863,"stop":1724922402863,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"1bec7c0d0b2916da","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1724922402863,"stop":1724922402864,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"da47c856eaa434c8","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1724922402864,"stop":1724922402864,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2a51a07e742fa8afd842cf4855bdd0f1"}],"uid":"bb5ded28d45f36ad0bb1c74d84b6b1d3"},{"name":"Unit Tests","children":[{"name":"should load peers from local storage and dispatch events","uid":"c087fafd713d8592","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1724922402864,"stop":1724922402864,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should update peers in local storage on 'peer:identify' event","uid":"b8c49a2ce64f6e2e","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1724922402865,"stop":1724922402865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle corrupted local storage data gracefully","uid":"6cafa3e5cdcbbbf8","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1724922402865,"stop":1724922402865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should add and remove event listeners correctly","uid":"93649fc70987b7df","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1724922402865,"stop":1724922402866,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"361af1005e60dfa1a3a025920c31b84d"}],"uid":"1668bc1a952e5aa9e171c1d148a68d98"},{"name":"Symmetric Encryption","children":[{"name":"Round trip binary encryption [symmetric, no signature]","uid":"7cd53eb5fc55618d","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1724922408751,"stop":1724922408752,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"602c00187391e648","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1724922408753,"stop":1724922408754,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"f199781e8256943c","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1724922408754,"stop":1724922408755,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8a2649ba10025ef69053408ea765bb47"},{"name":"Waku Encryption","children":[{"name":"Asymmetric encrypt & decrypt","uid":"6bd4144819ef9e24","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1724922409248,"stop":1724922409248,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"c82f2dd221a7a5d9","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1724922409249,"stop":1724922409250,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"c6e5e0e8bbf29786","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1724922409249,"stop":1724922409249,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"c66b5a6a124a5673","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1724922409250,"stop":1724922409250,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"78a81a796157785eced8795b5d5da376"},{"name":"Ecies Encryption","children":[{"name":"Round trip binary encryption [ecies, signature]","uid":"a74450ef0c93e832","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1724922410310,"stop":1724922410311,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, no signature]","uid":"cf91596769ad249d","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1724922410310,"stop":1724922410310,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"649270fe6f4d65d9","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1724922410311,"stop":1724922410311,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b76d4148c410fadc312d44195f3e7298"},{"name":"Events","children":[{"name":"peer:discovery","children":[{"name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","uid":"ecd2ddd0332f70fd","parentUid":"ffc061ff19a655e7735a14e25eea14f6","status":"passed","time":{"start":1724922425592,"stop":1724922425595,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","uid":"d44fc5437296b23d","parentUid":"ffc061ff19a655e7735a14e25eea14f6","status":"passed","time":{"start":1724922425595,"stop":1724922425597,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ffc061ff19a655e7735a14e25eea14f6"},{"name":"peer:connect","children":[{"name":"should emit `peer:connected:bootstrap` event when a peer is connected","uid":"d4e457df3d2257b1","parentUid":"6544551df69db1acdc957afd72f231f3","status":"passed","time":{"start":1724922425597,"stop":1724922425598,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:peer-exchange` event when a peer is connected","uid":"97718009893323ff","parentUid":"6544551df69db1acdc957afd72f231f3","status":"passed","time":{"start":1724922425598,"stop":1724922425599,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6544551df69db1acdc957afd72f231f3"},{"name":"waku:connection","children":[{"name":"should emit events and trasition isConnected state when has peers or no peers","uid":"83c46f677e400336","parentUid":"bd4a9805227b23e8ad19b99668722b63","status":"passed","time":{"start":1724922425600,"stop":1724922425603,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be online or offline if network state changed","uid":"2af477ca4fc6e56f","parentUid":"bd4a9805227b23e8ad19b99668722b63","status":"passed","time":{"start":1724922425603,"stop":1724922425604,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"bd4a9805227b23e8ad19b99668722b63"}],"uid":"dfcd908e41decdae00cc7bae7de5f86f"},{"name":"Dials","children":[{"name":"attemptDial method","children":[{"name":"should be called at least once on all `peer:discovery` events","uid":"52262e4460fd5002","parentUid":"182178b203b90571613cbdadd6cad620","status":"passed","time":{"start":1724922433167,"stop":1724922433167,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"182178b203b90571613cbdadd6cad620"},{"name":"dialPeer method","children":[{"name":"For bootstrap peers","children":[{"name":"should be called for bootstrap peers","uid":"fab7def87f0b475","parentUid":"99dcbcaf3922acac9dc2c0af5ad8a17b","status":"passed","time":{"start":1724922433168,"stop":1724922433168,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","uid":"68628ff572e4f422","parentUid":"99dcbcaf3922acac9dc2c0af5ad8a17b","status":"passed","time":{"start":1724922433169,"stop":1724922433169,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"99dcbcaf3922acac9dc2c0af5ad8a17b"},{"name":"For peer-exchange peers","children":[{"name":"should be called for peers with PEER_EXCHANGE tags","uid":"ddd8b5a0ab72b0cc","parentUid":"70305888014cca813a499759942f9c6c","status":"passed","time":{"start":1724922433170,"stop":1724922433170,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for every peer with PEER_EXCHANGE tags","uid":"2905a6d7f24b352a","parentUid":"70305888014cca813a499759942f9c6c","status":"passed","time":{"start":1724922433170,"stop":1724922433171,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"70305888014cca813a499759942f9c6c"}],"uid":"b248944ce0f00c94bcdc7396e4533210"}],"uid":"a163fb66409e7422eb33a7d9d68c9cbb"},{"name":"Waku Message Ephemeral field","children":[{"name":"Ephemeral messages are not stored","uid":"473fbd8c567988c0","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1724922436968,"stop":1724922436969,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"2ffac1f6a799a5b","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1724922436971,"stop":1724922436972,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"dcd96ba8baad1ddf","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1724922436972,"stop":1724922436973,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"1bfba4e895c7058e","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1724922436973,"stop":1724922436974,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"82c8df38770cc41a45d4d7c4524f0a7d"},{"name":"ENR Interop: ServiceNode","children":[{"name":"Relay + Store","uid":"af7a11260edbbb1f","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1724922437306,"stop":1724922437307,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"742955bd6c24c4e8","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1724922437306,"stop":1724922437306,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"dbd578a3ee935102","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1724922437307,"stop":1724922437311,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c16a873d7989ffd00126280d154ea408"},{"name":"DNS Discovery: Compliance Test","children":[{"name":"interface-peer-discovery compliance tests","children":[{"name":"can start the service","uid":"d44b52cac44eee8d","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1724922439098,"stop":1724922439098,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"7947d58104ffb65","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1724922439099,"stop":1724922439100,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"53bdf4656d789c5","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1724922439099,"stop":1724922439099,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"78c4b51bd13a1ea6","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1724922439100,"stop":1724922439100,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"feef3d0369c09bc6","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1724922439100,"stop":1724922439100,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"8b512a0f82774432","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1724922439101,"stop":1724922439101,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"3e3e9e6ad67d0558","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1724922439101,"stop":1724922439101,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"9ace7b1ce0720cefced885412f4c1d52"}],"uid":"675a690e6936e86f2aaf04dae7e0395a"},{"name":"Public methods","children":[{"name":"addEventListener with correct event","uid":"fd9df8b15714ade1","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1724922465393,"stop":1724922465393,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"2ee483a20b68bb69","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1724922465394,"stop":1724922465394,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"171276ff386f569d","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1724922465395,"stop":1724922465395,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"6bb170d07988c8d5","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1724922465395,"stop":1724922465396,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"b3cd385c9526b1d3","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1724922465396,"stop":1724922465397,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"8c40c86c27d26d2b","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1724922465397,"stop":1724922465398,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"d3e457317b3febe6","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1724922465398,"stop":1724922465399,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"6880bc512fad4294","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1724922465399,"stop":1724922465400,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"cbd96f835ae542da","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1724922465400,"stop":1724922465401,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7edea4fe6f0e135280e6d533cfa8f16a"},{"name":"Connection state","children":[{"name":"should emit `waku:online` event only when first peer is connected","uid":"63faa0901b9f8cbf","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1724922476373,"stop":1724922476374,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:offline` event only when all peers disconnect","uid":"f562a682d4554cd8","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1724922476374,"stop":1724922476374,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return true after first peer connects","uid":"fd0f85aee7c8b223","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1724922476375,"stop":1724922476376,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` between 2 js-waku relay nodes","uid":"2147944fbaa5d6f9","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1724922476375,"stop":1724922476375,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"e6dd016781c33ba","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1724922476376,"stop":1724922476376,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return false after all peers disconnect","uid":"9fe094961cca0519","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1724922476376,"stop":1724922476376,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected between 2 js-waku relay nodes","uid":"1eda95604c7c6835","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1724922476377,"stop":1724922476377,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7a9060af0fca2c1da1c9c19d61bd7eb4"},{"name":"Waku Filter V2: Ping","children":[{"name":"Ping on subscribed peer","uid":"9403c68c2ebcff72","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1724922485954,"stop":1724922485954,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"9121fbe76d8356d0","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1724922485955,"stop":1724922485955,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"d42a03eb299e7ef8","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1724922485955,"stop":1724922485955,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"3a1b1325b94fe504","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1724922485956,"stop":1724922485956,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0a07fd20e93eb0df669117dc0a236161"},{"name":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","children":[{"name":"Ping on subscribed peer","uid":"e112fbb60fc82193","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1724922499927,"stop":1724922499928,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"aa50e2434aec3c48","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1724922499928,"stop":1724922499929,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"b0f86d5e8ce893c7","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1724922499929,"stop":1724922499930,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"d8edc645ae42cc8f","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1724922499930,"stop":1724922499931,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d0611b03c1f8ce8952692cb4235036e6"},{"name":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","children":[{"name":"Ping on subscribed peer","uid":"de2bf4fa1c9fc4ca","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1724922499935,"stop":1724922499935,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"ca42d4b1e3ed77ba","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1724922499935,"stop":1724922499936,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"1263f7371501e3fc","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1724922499936,"stop":1724922499936,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"8591fad3e90a10fa","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1724922499936,"stop":1724922499937,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"907e1b78e3bbfb1d734cf2fa0efdb6f6"},{"name":"Waku Filter V2: Multiple PubsubTopics","children":[{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"bf1cb6e1a373ac26","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1724922508634,"stop":1724922508635,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"2ce17db3b2eebd21","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1724922508635,"stop":1724922508636,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"a4239346f8966f2f","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1724922508636,"stop":1724922508637,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a37faf5f9a5688fa17becb25085a48f4"},{"name":"Waku Filter V2 (Autosharding): Multiple PubsubTopics","children":[{"name":"Subscribe and receive messages on autosharded pubsubtopic","uid":"71f15a8e1a21f06","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1724922508637,"stop":1724922508638,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"f6b2899aa47d7bab","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1724922508638,"stop":1724922508638,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"29a97e981a2f4d2e","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1724922508638,"stop":1724922508639,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should fail to subscribe with decoder with wrong pubsubTopic","uid":"e49d8558054efdfc","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1724922508639,"stop":1724922508639,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"1a4ed0ee63fab288032da5da6369d602"},{"name":"Waku Filter V2 (Named sharding): Multiple PubsubTopics","children":[{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"2e9b4bddca43cadf","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1724922508640,"stop":1724922508640,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"40071b716ed58add","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1724922508641,"stop":1724922508641,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"1c228878670c7b51","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1724922508641,"stop":1724922508642,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should fail to subscribe with decoder with wrong pubsubTopic","uid":"7675b91bb45699e9","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1724922508642,"stop":1724922508642,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"56bb33e6fea7bcdfc1beff66d0ceecc2"},{"name":"Waku Filter: Peer Management: E2E","children":[{"name":"Number of peers are maintained correctly","uid":"2e6e7b11f1f330af","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1724922535036,"stop":1724922535037,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping succeeds for all connected peers","uid":"eb1212c894e3a5c7","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1724922535037,"stop":1724922535037,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping fails for unsubscribed peers","uid":"ffc149a3f7d3c14b","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1724922535038,"stop":1724922535038,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Keep-alive pings maintain the connection","uid":"1ee4c0ce20475d5","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1724922535038,"stop":1724922535048,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent ping failures","uid":"d318b4bf083977b6","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1724922535049,"stop":1724922535049,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Tracks peer failures correctly","uid":"5a78a38547cd09de","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1724922535050,"stop":1724922535051,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","uid":"5a123919a1920902","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1724922535051,"stop":1724922535052,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent missed messages","uid":"d40c1ae414d5af9","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1724922535052,"stop":1724922535053,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"cea680d74165ae8fdc3ee6d5a811cc74"},{"name":"Waku Filter V2: Unsubscribe","children":[{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"3e4c8f8adb9a31ff","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1724922536229,"stop":1724922536230,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"247d200431b27f77","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1724922536230,"stop":1724922536230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"f2db0bfaf8cacc2","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1724922536230,"stop":1724922536230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"5c895b665200b9e5","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1724922536231,"stop":1724922536232,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"2a0c933bf7ad098d","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1724922536232,"stop":1724922536232,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"429c63902dc1b18e","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1724922536233,"stop":1724922536233,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"827e940726f47c67a446cde22991d44e"},{"name":"Waku Filter V2: FilterPush","children":[{"name":"Check received message containing short","uid":"7217450b24b8ff6f","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724922601837,"stop":1724922601838,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"d13aa0deaca4f109","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724922601838,"stop":1724922601839,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"ec0a8b0c8290189b","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724922601838,"stop":1724922601838,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"e3af6120e35f9450","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724922601839,"stop":1724922601839,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"b9503f9f228adfab","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724922601839,"stop":1724922601840,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"38092e9f15e48512","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724922601840,"stop":1724922601840,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"b2af12cd71e31db0","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724922601840,"stop":1724922601840,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"47c75ec98b3ae092","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724922601841,"stop":1724922601841,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"39d41961b2bc4785","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724922601841,"stop":1724922601842,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"e87ff2c7e2f7b8ed","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724922601841,"stop":1724922601841,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"7adf6acc89591d0f","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724922601842,"stop":1724922601843,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"83390503b2f75c0a","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724922601842,"stop":1724922601842,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"8007f3350aaff36a","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724922601843,"stop":1724922601843,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"d4736163a2fb5ce7","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724922601843,"stop":1724922601843,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"2d339aac9c2a4d7d","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724922601844,"stop":1724922601844,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"30ba2a2570181579","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724922601844,"stop":1724922601844,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724922425216000000 ","uid":"a358e1d60872e26c","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724922601844,"stop":1724922601845,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724922425216 ","uid":"e78815666ea6e681","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724922601845,"stop":1724922601846,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"e81f691c30719ef1","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724922601846,"stop":1724922601846,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"ad3498a533630040","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724922601846,"stop":1724922601847,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"74d41e3b473bb7e8","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724922601847,"stop":1724922601847,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"273f2a5624bab09d","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724922601855,"stop":1724922601855,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no pubsub topic is not received","uid":"e9076850ec540110","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724922601856,"stop":1724922601856,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"28a14b166bc2e2b3","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724922601857,"stop":1724922601857,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"536cffe97ea031ac","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724922601857,"stop":1724922601857,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"e7a1a4e7c637199","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"skipped","time":{"start":1724922601858,"stop":1724922601859,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"fb85f557939571de","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1724922601858,"stop":1724922601858,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"2834995d6314f117","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"skipped","time":{"start":1724922601858,"stop":1724922601858,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"152bad9102957fb1d7f75e43c67592bd"},{"name":"getConnectedPeersForProtocolAndShard","children":[{"name":"same cluster, same shard: nodes connect","uid":"da145ecbd82880c5","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1724922611418,"stop":1724922611418,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect","uid":"e0b9b8ba4fa34957","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1724922611419,"stop":1724922611419,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes don't connect","uid":"46b895b55d9357b3","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1724922611419,"stop":1724922611419,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect (autosharding)","uid":"45e98799f835bbad","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1724922611420,"stop":1724922611420,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect","uid":"1d2ef7e386fc6cae","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1724922611420,"stop":1724922611420,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect (autosharding)","uid":"d645963cd99c1aa3","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1724922611420,"stop":1724922611421,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect (autosharding)","uid":"b9c7286d7090a1c9","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1724922611421,"stop":1724922611422,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect (autosharding)","uid":"41a13c05ffe27bc4","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1724922611422,"stop":1724922611423,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8e643730e7ca5afcecfc693fc2316ad5"},{"name":"getPeers","children":[{"name":"getPeers with varying maxBootstrapPeers","children":[{"name":"maxBootstrapPeers=1","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"5bc56707bd01823e","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1724922611426,"stop":1724922611426,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","uid":"88775c664f2d04a9","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1724922611427,"stop":1724922611427,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","uid":"a408290d26888362","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1724922611428,"stop":1724922611428,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","uid":"d23f26589611fc48","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1724922611428,"stop":1724922611429,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","uid":"26cc861cdb0c06f4","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1724922611429,"stop":1724922611429,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5b28b27077275dade6e0658409c39ea7"},{"name":"maxBootstrapPeers=2","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"12139d36d0540a0b","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1724922611430,"stop":1724922611430,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","uid":"c9d0172847edd4a1","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1724922611430,"stop":1724922611430,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","uid":"8fa6f27875793db3","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1724922611431,"stop":1724922611432,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","uid":"729ebd053dc5faf6","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1724922611431,"stop":1724922611431,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","uid":"5757dabe83f1e00e","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1724922611431,"stop":1724922611431,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b92eca3e05a7eb76cf0ca2d530e1ad41"},{"name":"maxBootstrapPeers=3","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"29d63a0ff0b75138","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1724922611432,"stop":1724922611432,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","uid":"366921785147f963","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1724922611432,"stop":1724922611433,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","uid":"818e97253c520e91","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1724922611433,"stop":1724922611433,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","uid":"bae0c2b6c273bf6a","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1724922611433,"stop":1724922611433,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","uid":"90217f231214f929","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1724922611434,"stop":1724922611434,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"1aa832f3089f425d29f52f9feb23beea"},{"name":"maxBootstrapPeers=4","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"1234bc9c2dea9b9","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1724922611434,"stop":1724922611434,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","uid":"bef091612c3f8185","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1724922611435,"stop":1724922611436,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","uid":"22378403d1202d18","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1724922611435,"stop":1724922611435,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","uid":"f87612ba98d8a7ed","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1724922611435,"stop":1724922611435,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","uid":"91c30c8730a54146","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1724922611436,"stop":1724922611436,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f52be94744a5dedbd6192c0ba976cc4d"},{"name":"maxBootstrapPeers=5","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"7b0de83f936814df","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1724922611437,"stop":1724922611437,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","uid":"82dac9f8881f46da","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1724922611438,"stop":1724922611438,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","uid":"af8a00e418093fd1","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1724922611438,"stop":1724922611438,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","uid":"3a74d879a60fe35f","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1724922611438,"stop":1724922611439,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","uid":"e6c7f88506b2b531","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1724922611439,"stop":1724922611439,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"597876d6dd977119d418c3d12f186803"},{"name":"maxBootstrapPeers=6","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"8ec720e9c0f2ca88","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1724922611440,"stop":1724922611440,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","uid":"3fb6dbc27d13f3ec","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1724922611440,"stop":1724922611440,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","uid":"92bf7a80c1e9295c","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1724922611441,"stop":1724922611441,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","uid":"4f0d2ccbf726c55c","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1724922611441,"stop":1724922611441,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","uid":"489eb25495ad600","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1724922611442,"stop":1724922611442,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"fdb01139a32c46716918889b88a43816"},{"name":"maxBootstrapPeers=7","children":[{"name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","uid":"1688fece7bf8b1f","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1724922611442,"stop":1724922611443,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"dd932d80ab4b827e","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1724922611442,"stop":1724922611442,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","uid":"947f0a5c299c900a","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1724922611443,"stop":1724922611443,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","uid":"c529ff290b2a6f8","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1724922611443,"stop":1724922611443,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","uid":"cd89791feecb7a5a","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1724922611444,"stop":1724922611444,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5b5f40c5a1da4aa635251260bd8d9423"}],"uid":"b8c2f42bc72386c71dfb46cd2b9aa7cb"},{"name":"getPeers property-based tests","children":[{"name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","uid":"c13c693f1be866cb","parentUid":"b8111ecc6b0aef76a3b108ebcf628b79","status":"passed","time":{"start":1724922611444,"stop":1724922611444,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b8111ecc6b0aef76a3b108ebcf628b79"}],"uid":"c3fd0a376e255f07764bc7336980757b"},{"name":"Waku Filter V2: Subscribe: Single Service Node","children":[{"name":"Subscribe and receive messages via lightPush","uid":"7abc6fbbbfb15062","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724922635345,"stop":1724922635346,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"1a24052723cb96dc","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724922635346,"stop":1724922635346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"a5147b5dbdbd9b30","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724922635346,"stop":1724922635346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"83db2f3fb9b759d9","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724922635347,"stop":1724922635347,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"c684741610b9fff1","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724922635348,"stop":1724922635349,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"706be224b53c320","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724922635350,"stop":1724922635350,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"3f8956f16bbc5911","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724922635350,"stop":1724922635350,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"7b1206d2d49d4783","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724922635351,"stop":1724922635352,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"1f162d844838771f","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724922635351,"stop":1724922635351,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"ddf62635cb8859ee","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724922635352,"stop":1724922635353,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"1778617ab696e9c2","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724922635353,"stop":1724922635353,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"9d8cc1c9ee7a46dc","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724922635353,"stop":1724922635354,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"fe88af9582cb268e","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724922635354,"stop":1724922635354,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"160c4402d59bbaad","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724922635354,"stop":1724922635354,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"ae402b6c55e8900f","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724922635354,"stop":1724922635355,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"29256032f603d5a","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724922635355,"stop":1724922635356,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"f87d6edbc4e62a8a","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724922635355,"stop":1724922635355,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"d826104d268accf1","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724922635356,"stop":1724922635356,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"ecc855c705f308b2","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724922635356,"stop":1724922635356,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"c12dac16b4d8eb18","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724922635357,"stop":1724922635357,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"d583a455d8dd8fdf","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724922635357,"stop":1724922635358,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"c736312a3a55b34d","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724922635357,"stop":1724922635357,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"1959c48fdc65e079","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724922635358,"stop":1724922635358,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"69be794e460fa860","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724922635358,"stop":1724922635359,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"6f78e24ffc3b2a25","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724922635358,"stop":1724922635358,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"67cf138d5e1adb6f","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724922635359,"stop":1724922635359,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"bbd096e4aad9c38a","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724922635359,"stop":1724922635360,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"36e3f645aab20b3b","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724922635360,"stop":1724922635360,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from multiple nwaku nodes","uid":"aa340ee2e7f0031c","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1724922635360,"stop":1724922635360,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6f94dc37311b4dd500c6fb4f60c93564"},{"name":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","children":[{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"776b8b391cf32a00","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1724922647829,"stop":1724922647830,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"67d9b458033f401c","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1724922647830,"stop":1724922647831,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"6a92b9202868bf11","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1724922647831,"stop":1724922647834,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"60a7015b56047cdb","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1724922647834,"stop":1724922647834,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"35dfdbda77fa59d6","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1724922647835,"stop":1724922647835,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"876ac122f8576b38","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1724922647835,"stop":1724922647835,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"85ab1e27fbaf95f3f5eb5ecbb27e7348"},{"name":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","children":[{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"cfb188e5e45e2fe0","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1724922647836,"stop":1724922647836,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"bc04a5919fa31595","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1724922647836,"stop":1724922647836,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"29a195dc8ad17595","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1724922647837,"stop":1724922647842,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"35748186bee95b2b","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1724922647837,"stop":1724922647837,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"86270874ee483bed","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1724922647837,"stop":1724922647837,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"2c584da8868198ea","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1724922647842,"stop":1724922647843,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d51561a0db8f4679c409581c5ed3e00e"},{"name":"Health Manager","children":[{"name":"Should update the health status for protocols","children":[{"name":"LightPush with 0 connections","uid":"7e2e621b99b94965","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1724922661624,"stop":1724922661625,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 0 connections","uid":"65e2d4fa8dc9b0e1","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1724922661625,"stop":1724922661635,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 1 connections","uid":"c7df2d43b4170cb7","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1724922661636,"stop":1724922661636,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 1 connections","uid":"5b3aa10343e67fc7","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1724922661637,"stop":1724922661638,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 2 connections","uid":"50fee164ddb7b660","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1724922661638,"stop":1724922661641,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 2 connections","uid":"629d9752713e9033","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1724922661641,"stop":1724922661642,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 3 connections","uid":"8f80a4d2c581ac27","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1724922661642,"stop":1724922661644,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 3 connections","uid":"b8dd82888d183c95","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"passed","time":{"start":1724922661651,"stop":1724922661652,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"37c3a9cc325e9c4b75817a554f9cf514"}],"uid":"d3066756c03bf1e444166ae90377dcb1"},{"name":"Waku Light Push: Peer Management: E2E","children":[{"name":"Number of peers are maintained correctly","uid":"fe8127b02ecbe536","parentUid":"b22d635ac2ef96143f8c2857c81d2b43","status":"passed","time":{"start":1724922675552,"stop":1724922675552,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Failed peers are renewed","uid":"6edc9ff1e0e80a73","parentUid":"b22d635ac2ef96143f8c2857c81d2b43","status":"passed","time":{"start":1724922675552,"stop":1724922675552,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b22d635ac2ef96143f8c2857c81d2b43"},{"name":"Waku Light Push : Multiple PubsubTopics","children":[{"name":"Push message on custom pubsubTopic","uid":"cd896b161aea6fa8","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1724922727644,"stop":1724922727644,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"cda1efeb383a3fd4","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1724922727645,"stop":1724922727645,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"4c8c857a6d7a2a77","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1724922727645,"stop":1724922727645,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e52eee00913614603b5b19434d7c51b2"},{"name":"Waku Light Push (Autosharding): Multiple PubsubTopics","children":[{"name":"Push message on custom pubsubTopic","uid":"f514b9cffa578416","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1724922727645,"stop":1724922727646,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"471133ac79ad6d96","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1724922727646,"stop":1724922727646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"d5811604d74d3628","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1724922727646,"stop":1724922727646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c38d88c628db61092cac75ccc09fe906"},{"name":"Waku Light Push (named sharding): Multiple PubsubTopics","children":[{"name":"Push message on custom pubsubTopic","uid":"79072e9c30a3b82f","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1724922727647,"stop":1724922727647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"ad1833cfea905abe","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1724922727647,"stop":1724922727647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"107fa4234806a721","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1724922727648,"stop":1724922727648,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"35de3709f31f23da68ece85d4ad444e9"},{"name":"This","children":[{"name":"Is","children":[{"name":"A test","uid":"fa0de4956879dfee","parentUid":"d97a75222c68cb30be8516b31f542691","status":"passed","time":{"start":1724922727745,"stop":1724922727746,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d97a75222c68cb30be8516b31f542691"},{"name":"Is also","children":[{"name":"A test","uid":"4c8039e9b4b145f5","parentUid":"a6366810953c2e0e3c90e3cb98ee73f7","status":"passed","time":{"start":1724922727746,"stop":1724922727747,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a6366810953c2e0e3c90e3cb98ee73f7"}],"uid":"1825355ae66eca5b17eeac38d11a8f4b"},{"name":"Metadata Protocol","children":[{"name":"receiving a ping from a peer does not overwrite shard info","uid":"57963b4423ccc1c5","parentUid":"efccb8cb58173ebb8b2f79a36781cf1b","status":"passed","time":{"start":1724922771081,"stop":1724922771082,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"PeerStore has remote peer's shard info after successful connection","uid":"815126b70f3c2a7d","parentUid":"efccb8cb58173ebb8b2f79a36781cf1b","status":"passed","time":{"start":1724922771081,"stop":1724922771081,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connections","children":[{"name":"same cluster, same shard: nodes connect","uid":"60248aa76c8f7e78","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1724922771082,"stop":1724922771082,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"2a16aac43daae87b","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1724922771082,"stop":1724922771082,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect","uid":"8c821fad76fb1c2c","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1724922771083,"stop":1724922771083,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect","uid":"cfea0fd8d627baaf","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1724922771083,"stop":1724922771083,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"174e48ade251c8de555bd3bc87d61e1f"}],"uid":"efccb8cb58173ebb8b2f79a36781cf1b"},{"name":"multiaddr: dialing","children":[{"name":"can dial TLS multiaddrs","uid":"8a8dcddf9dd94365","parentUid":"ed3199962ddbdce221ebc3aee5f07a71","status":"passed","time":{"start":1724922775985,"stop":1724922775986,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not attempt the same peer discovered multiple times more than once","children":[{"name":"through manual discovery","uid":"980c28369017adb","parentUid":"1e048c606fd404a2c44ada77bca3101a","status":"passed","time":{"start":1724922775986,"stop":1724922775987,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"1e048c606fd404a2c44ada77bca3101a"}],"uid":"ed3199962ddbdce221ebc3aee5f07a71"},{"name":"nwaku","children":[{"name":"Correctly serialized arguments","uid":"58caa049fedd53e8","parentUid":"b5a4331680bd014f81e396f3a45e3e05","status":"passed","time":{"start":1724922776072,"stop":1724922776072,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b5a4331680bd014f81e396f3a45e3e05"},{"name":"Node Health Status Matrix Tests","children":[{"name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","uid":"dcc1d3023e92b082","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1724922778322,"stop":1724922778322,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","uid":"be16419b9ccbe288","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1724922778323,"stop":1724922778323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","uid":"af4ef0073c9c634c","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1724922778324,"stop":1724922778324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","uid":"5088150c2e77cf36","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1724922778324,"stop":1724922778324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"285ae503ceb67978","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1724922778325,"stop":1724922778326,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","uid":"26e66f5fc364fe20","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1724922778325,"stop":1724922778325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","uid":"67981c706f464a87","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1724922778326,"stop":1724922778326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","uid":"baa1defb4079dff","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1724922778326,"stop":1724922778326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","uid":"b77e68ddbf39f6ef","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1724922778327,"stop":1724922778327,"duration":0},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"66abdc2155897ab0","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1724922778327,"stop":1724922778327,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","uid":"4ec332a170e9e88e","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1724922778327,"stop":1724922778328,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","uid":"14df5570ad0869cb","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1724922778328,"stop":1724922778328,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","uid":"f9f886dec9f9c48f","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1724922778329,"stop":1724922778330,"duration":1},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"6ea9627fa79b007e","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1724922778330,"stop":1724922778330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","uid":"8c0f93ef3808c25d","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1724922778330,"stop":1724922778331,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","uid":"18341ffa04009375","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"passed","time":{"start":1724922778330,"stop":1724922778330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b68e89c69b548d79360b3bc3f085612c"},{"name":"Peer Exchange Continuous Discovery","children":[{"name":"Should update multiaddrs","uid":"2b1277d908567749","parentUid":"9a0a598e6a4a5349f2e2ec9ecfc4cc2c","status":"passed","time":{"start":1724922778645,"stop":1724922778646,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update shard info","uid":"e42ed0e7992973fb","parentUid":"9a0a598e6a4a5349f2e2ec9ecfc4cc2c","status":"passed","time":{"start":1724922778646,"stop":1724922778646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"9a0a598e6a4a5349f2e2ec9ecfc4cc2c"},{"name":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","children":[{"name":"Check received message containing long","uid":"6a87c4e567d132e9","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724922845232,"stop":1724922845233,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"e4cbc36610d846d2","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724922845232,"stop":1724922845232,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"a3c3a10d741fd3fe","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724922845233,"stop":1724922845234,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"c8ebf5fb4bd2fbc5","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724922845233,"stop":1724922845233,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"b80441ff0ce30c67","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724922845234,"stop":1724922845234,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"714b5de8758edf11","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724922845234,"stop":1724922845235,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"2a6161d4c7daa4b0","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724922845235,"stop":1724922845235,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"2c44eb3904dd77f0","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724922845235,"stop":1724922845235,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"e54a64ad38ffc537","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724922845236,"stop":1724922845236,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"1c2b43d7465f171a","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724922845236,"stop":1724922845236,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"96f4f0fba43c7204","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724922845236,"stop":1724922845237,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"66582069e3c9fa8f","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724922845237,"stop":1724922845238,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"2ed0033673889594","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724922845237,"stop":1724922845237,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"b4959e54bcd3e472","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724922845238,"stop":1724922845239,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"c6648e0f7813e7d7","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724922845238,"stop":1724922845238,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"db89ff85c95a4f70","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724922845239,"stop":1724922845240,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724922424872 ","uid":"f7408a3ff925bc79","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724922845240,"stop":1724922845242,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724922424872000000 ","uid":"44f805706e67a32d","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724922845240,"stop":1724922845240,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"a2d334fa481fb89f","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724922845242,"stop":1724922845243,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"ee5cbc79eda0038f","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724922845242,"stop":1724922845242,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"db1b666e92f70ab7","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724922845243,"stop":1724922845244,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"9432b85216ab3417","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724922845243,"stop":1724922845243,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"25dd79f949f169d8","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724922845244,"stop":1724922845245,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"4a4141521ff1c5b","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724922845245,"stop":1724922845246,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"70edc609aedd7b10","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"skipped","time":{"start":1724922845246,"stop":1724922845246,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"49afcbfedd54a6c4","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"skipped","time":{"start":1724922845246,"stop":1724922845247,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"45891c471a406ac","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1724922845246,"stop":1724922845246,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"cddf321d453ccfeb1c38dfaa4bf0811f"},{"name":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","children":[{"name":"Check received message containing short","uid":"c8b96f717e55818","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724922845248,"stop":1724922845248,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"6e82dcb0f65b3d9a","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724922845248,"stop":1724922845248,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"50d52e808e02da74","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724922845249,"stop":1724922845249,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"a97662633624bf45","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724922845249,"stop":1724922845249,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"20d291524709edfb","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724922845250,"stop":1724922845250,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"bd94693a74597dbe","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724922845250,"stop":1724922845251,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"c97917053af1a77a","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724922845251,"stop":1724922845252,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"322a4a8ff57b83bb","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724922845253,"stop":1724922845253,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"44f7ae3aefe8ea14","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724922845253,"stop":1724922845254,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"c87bb66091f15b51","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724922845254,"stop":1724922845256,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"8f6cfb4874fbfcef","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724922845254,"stop":1724922845254,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"74c1e9b12390fe0d","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724922845257,"stop":1724922845257,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"9e2a8996329493d1","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724922845257,"stop":1724922845257,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"cb5ce472ab29ce2a","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724922845258,"stop":1724922845258,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"5807da6c2bb5a9dd","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724922845258,"stop":1724922845259,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"c8b8fe48a7cede5b","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724922845258,"stop":1724922845258,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724922424872 ","uid":"ef61a545f5854806","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724922845259,"stop":1724922845259,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724922424872000000 ","uid":"e59cc252ab26ff58","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724922845259,"stop":1724922845259,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"85e215a429631e0e","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724922845259,"stop":1724922845260,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"6febf30034257f8a","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724922845260,"stop":1724922845260,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"ca77ac72f4afb07b","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724922845261,"stop":1724922845261,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"baddbcb496fc4aa5","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724922845262,"stop":1724922845262,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"36b9ef555ff0fa9e","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724922845262,"stop":1724922845262,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"a6ef23539bb31a92","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724922845262,"stop":1724922845263,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"dd91eca78e74b912","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"skipped","time":{"start":1724922845263,"stop":1724922845264,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"f7db6da56468a4d8","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1724922845263,"stop":1724922845263,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"7f68708a3ed8fdfd","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"skipped","time":{"start":1724922845264,"stop":1724922845264,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"de597dc9fd0f0eae44ef8b68c4f3be7e"},{"name":"Peer Exchange Query","children":[{"name":"connected peers and dial","uid":"f3a7f71976c747bf","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1724922845653,"stop":1724922845654,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"b881a0e06d72a552","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1724922845654,"stop":1724922845654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"c3718597f635f655","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1724922845654,"stop":1724922845654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"4313fc3879caeb60","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1724922845654,"stop":1724922845654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e7815ed0daad3788f63cfd3be43a4047"},{"name":"Waku Relay","children":[{"name":"Decrypt messages","uid":"66cae6a96bc7040f","parentUid":"c09e2f8d01d26e92eda242fa33d69927","status":"passed","time":{"start":1724922849122,"stop":1724922849123,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"5e40ca23f7048dda","parentUid":"c09e2f8d01d26e92eda242fa33d69927","status":"passed","time":{"start":1724922849123,"stop":1724922849123,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c09e2f8d01d26e92eda242fa33d69927"},{"name":"Waku Light Push: Single Node","children":[{"name":"Push message with short payload","uid":"b9661ff0d6d75ce8","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853902,"stop":1724922853903,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"95e075ddf9bc4406","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853903,"stop":1724922853904,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"78a0e9de9c90b1f3","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853904,"stop":1724922853905,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"6085a3baa5dc1076","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853905,"stop":1724922853906,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"976172f62ce6eb1b","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853906,"stop":1724922853907,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"293d9083c50794ad","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853907,"stop":1724922853908,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"5df6a34988c0cb5","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853908,"stop":1724922853908,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"416608463c7bd228","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853909,"stop":1724922853910,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"eccd8df0aba7f0fb","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853909,"stop":1724922853909,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"160c7b57227e9446","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853909,"stop":1724922853909,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"33987d970777a3a5","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853910,"stop":1724922853911,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"5194f956330f3760","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853910,"stop":1724922853910,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"d5291c36bf28461e","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853911,"stop":1724922853911,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"62170088d5c8704a","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853912,"stop":1724922853913,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with unicode special characters payload","uid":"2c810151d293768d","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853912,"stop":1724922853912,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"b82a234687ff32dd","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853912,"stop":1724922853912,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Throws when trying to push message with empty payload","uid":"99c03f6cf3637f20","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853913,"stop":1724922853914,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"4f9d2844af043209","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853913,"stop":1724922853913,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"10a09bb848e47b89","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853914,"stop":1724922853914,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing long","uid":"5dbcac7b9f5584f","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853914,"stop":1724922853915,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"b04c4681d0b835fd","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853915,"stop":1724922853916,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing special chars","uid":"11ff86f6482e0a19","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853916,"stop":1724922853916,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"bfa55e37d350a3f2","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853917,"stop":1724922853918,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"c36c0636545c21e3","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853917,"stop":1724922853917,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing SQL Injection","uid":"2407092dded2803d","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853918,"stop":1724922853919,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"ce7766b69bbe4c3","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853918,"stop":1724922853918,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"17fd057c1dc12662","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853919,"stop":1724922853920,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"2b64c5d5055d9dfa","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853920,"stop":1724922853921,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"cef50c0b19f5cefc","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853921,"stop":1724922853922,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Basic HTML tag","uid":"bf553fb0bed135f2","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853921,"stop":1724922853921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"c1118bb4f7c8c334","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853922,"stop":1724922853922,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing unicode special characters","uid":"6186bda730d95972","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853923,"stop":1724922853927,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"1ff6e12504b56218","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853923,"stop":1724922853923,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"c1e05836685e7b5e","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853927,"stop":1724922853927,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"87e52898974ddddc","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853927,"stop":1724922853927,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"4b92ebeecc728965","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853928,"stop":1724922853928,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"431cd0fc8abf78e7","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853928,"stop":1724922853928,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"caaf5c588309087c","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853928,"stop":1724922853929,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1724919061821","uid":"72b7dfdeb08953dd","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853929,"stop":1724922853930,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1694164261821","uid":"820ba3a3fe6dca3b","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853929,"stop":1724922853929,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"440ab7ca56261d79","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853930,"stop":1724922853930,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1724926261821","uid":"f4c72abd769ae870","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853930,"stop":1724922853930,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"7df2b594fad017f9","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1724922853931,"stop":1724922853931,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7df6540d157bd48a9d3bc8c3f21e93bb"},{"name":"Waku Relay, multiple pubsub topics","children":[{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"57dc263271b9f1c6","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1724922862332,"stop":1724922862333,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/2 topic","uid":"331a29e30272d913","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1724922862333,"stop":1724922862333,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"11096621b38a938b","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1724922862333,"stop":1724922862333,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","uid":"60aac3e245ba2bcc","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1724922862334,"stop":1724922862334,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"4d2cb3c9357b5a058a43dee33ca02fb8"},{"name":"Waku Relay (Autosharding), multiple pubsub topics","children":[{"name":"3 nodes on /waku/2/rs/7/1 topic","uid":"ce2655f8bd23e58f","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1724922862334,"stop":1724922862334,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/0 topic","uid":"7d8aac099f77b4d1","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1724922862334,"stop":1724922862335,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"b8af958e8f942f15","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1724922862335,"stop":1724922862335,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","uid":"bd05c9fe1fc98cbf","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1724922862335,"stop":1724922862335,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"23ea901a8196812bf1a172b866f3c954"},{"name":"Peer Exchange","children":[{"name":"getPeersByDiscovery","uid":"7464a1f506d9d5c0","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"passed","time":{"start":1724922865535,"stop":1724922865536,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"new peer added after a peer was already found","uid":"8f2e7ee3d5894e3d","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"skipped","time":{"start":1724922865536,"stop":1724922865536,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"67b3de498fefaac6","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"skipped","time":{"start":1724922865536,"stop":1724922865536,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"7c221b2623071e2d","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"passed","time":{"start":1724922865536,"stop":1724922865537,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Compliance Test","children":[{"name":"interface-peer-discovery compliance tests","children":[{"name":"can start the service","uid":"9b16bac1bcec2cde","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1724922890064,"stop":1724922890065,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"b51bfe5c6f291e81","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1724922890065,"stop":1724922890066,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"28d390ac3dbe34d9","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1724922890066,"stop":1724922890067,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"c9919ab5bb5b49fb","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1724922890066,"stop":1724922890066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"44ba7462db7883ec","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1724922890067,"stop":1724922890067,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"caa69e455b012802","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1724922890067,"stop":1724922890068,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"942e3a0fd98fd143","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1724922890068,"stop":1724922890068,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7cc5ab73acc4c5ec1d118ee40082197b"}],"uid":"1d4f92016a1ebf16e8408eac03783ef8"}],"uid":"f23527635e1474ff854a71912f7cb7ea"},{"name":"Waku Relay, Interop","children":[{"name":"Publishes to nwaku","uid":"58d14de1eb2d13bb","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1724922866492,"stop":1724922866492,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"ad8d733128d379b9","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1724922866492,"stop":1724922866492,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"9c8c35ace55d3902","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1724922866493,"stop":1724922866493,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"e0de632ecd3df7ed","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1724922866493,"stop":1724922866493,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e723c55a01833b835c26f759a08dcc8f"},{"name":"Waku Relay, Publish","children":[{"name":"Check publish message containing short","uid":"5fa8806e300dd930","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724922887520,"stop":1724922887520,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"2b45b47bc6d16d29","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724922887521,"stop":1724922887522,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"8dfd8fc4cf4e2334","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724922887521,"stop":1724922887521,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"13e10dd5d3614e73","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724922887521,"stop":1724922887521,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"6c6002448607312b","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724922887522,"stop":1724922887523,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"438d48c123d59373","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724922887522,"stop":1724922887522,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"fa3b551d7af93ad4","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724922887523,"stop":1724922887523,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"9cf654fe6a0db836","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724922887524,"stop":1724922887524,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"85f46176006565b3","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724922887524,"stop":1724922887524,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"c812465bfbc9f25b","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724922887524,"stop":1724922887525,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Basic HTML tag","uid":"43b1ea214579a6c0","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724922887525,"stop":1724922887525,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"7732ef15cef4fdf0","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724922887525,"stop":1724922887526,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"40ac64ac740f6188","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724922887526,"stop":1724922887526,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"6830634956ddb0fa","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724922887526,"stop":1724922887526,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"82544a614990ac0e","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724922887527,"stop":1724922887528,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing unicode special characters","uid":"5accda8e53f9e34","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724922887527,"stop":1724922887527,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","uid":"a5af398198c14133","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724922887528,"stop":1724922887529,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Thu Aug 29 2024 08:14:22 GMT+0000 (Coordinated Universal Time)","uid":"2ad2cc2b22f4e169","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724922887529,"stop":1724922887530,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Fri Sep 08 2023 09:14:22 GMT+0000 (Coordinated Universal Time)","uid":"ba7b4dbaef9deee3","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724922887529,"stop":1724922887529,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Thu Aug 29 2024 10:14:22 GMT+0000 (Coordinated Universal Time)","uid":"c979c5bd8a182114","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724922887530,"stop":1724922887531,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"45907538284faa9c","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724922887531,"stop":1724922887531,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong content topic","uid":"5f180218b159b91d","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724922887532,"stop":1724922887532,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong pubsubtopic","uid":"ac8e59357473049f","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724922887532,"stop":1724922887533,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with empty text","uid":"545ac110a849dbc4","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724922887532,"stop":1724922887532,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with size larger than 1 MB","uid":"5bad8184d184ec1d","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724922887533,"stop":1724922887533,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after service node is restarted","uid":"9b18f8cf216f1668","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"skipped","time":{"start":1724922887534,"stop":1724922887534,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"2a2ecab7346992e6","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724922887534,"stop":1724922887535,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after client node is restarted","uid":"bdb8aa222f5c99c8","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"skipped","time":{"start":1724922887534,"stop":1724922887534,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"8584a697b55ac989","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1724922887535,"stop":1724922887535,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"540857cd9aa465b36ce09e6d7509872d"},{"name":"Waku Relay, Subscribe","children":[{"name":"Mutual subscription","uid":"a198dee6911b2261","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724922891482,"stop":1724922891482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"8a6e2a213942948","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724922891482,"stop":1724922891483,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"cc9e9e74fd6ce932","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724922891483,"stop":1724922891483,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"44e74ecf485e9038","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724922891484,"stop":1724922891484,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish 10000 messages on the same topic","uid":"1380c4568e7e53e","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724922891484,"stop":1724922891485,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish messages on 2 different content topics","uid":"67df3dc8fb95e430","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724922891485,"stop":1724922891485,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe one by one to 100 topics and publish messages","uid":"b9feb206aa3f02e6","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724922891486,"stop":1724922891486,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe at once to 10000 topics and publish messages","uid":"4a91e8ea60f8a994","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724922891486,"stop":1724922891486,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and publish message","uid":"59174e6e0e1f9059","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724922891487,"stop":1724922891487,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"23d02318e609c6f8","parentUid":"f44a58f320567307bff944f420349273","status":"skipped","time":{"start":1724922891487,"stop":1724922891487,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"91570957d2700f50","parentUid":"f44a58f320567307bff944f420349273","status":"skipped","time":{"start":1724922891487,"stop":1724922891487,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and publish message","uid":"a4c547430ed8f30","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724922891488,"stop":1724922891489,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and publish message","uid":"4fdf5e8cec4f259","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724922891488,"stop":1724922891488,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and publish message","uid":"ddebfa69136924e","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724922891488,"stop":1724922891488,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and publish message","uid":"41e9ff91ff709241","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724922891489,"stop":1724922891489,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and publish message","uid":"907bd9f8933676d4","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724922891489,"stop":1724922891490,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and publish message","uid":"31e9647c8db518d4","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724922891490,"stop":1724922891491,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and publish message","uid":"411b23e5d301e2a6","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724922891490,"stop":1724922891490,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and publish message","uid":"b6a6173beaf6209b","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724922891490,"stop":1724922891490,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and publish message","uid":"f86fc0a1e48afc1f","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724922891491,"stop":1724922891491,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and publish message","uid":"b1c7199775d08a59","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724922891492,"stop":1724922891493,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and publish message","uid":"f51a56542fadd373","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724922891492,"stop":1724922891492,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and publish message","uid":"b303f5567fc99e77","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724922891492,"stop":1724922891492,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and publish message","uid":"c1e13910cac9b681","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724922891493,"stop":1724922891494,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and publish message","uid":"24b830ab7b73f55f","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724922891493,"stop":1724922891493,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and publish message","uid":"7556d1c3b6c8d8b2","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1724922891494,"stop":1724922891494,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f44a58f320567307bff944f420349273"},{"name":"Autosharding: Running Nodes","children":[{"name":"Different clusters and topics","children":[{"name":"Cluster ID 0 - Default/Global Cluster","uid":"b39d074f2049917f","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1724922906438,"stop":1724922906438,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app3/5/topic663/json","uid":"db3f9eddbc0df382","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1724922906439,"stop":1724922906439,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"9c5e338f300bc737","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1724922906439,"stop":1724922906439,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app87/9/topic894/json","uid":"9cd2ad57b835c0cd","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1724922906439,"stop":1724922906440,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app2/1/topic516/proto","uid":"f2f9fcc2540c1b67","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1724922906440,"stop":1724922906441,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app48/1/topic90/proto","uid":"f80421c59d21ad23","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1724922906440,"stop":1724922906440,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app40/8/topic200/test.js","uid":"54c8e22b252af5eb","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1724922906441,"stop":1724922906441,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app97/8/topic494/xml","uid":"20ef819cb6511bb1","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1724922906441,"stop":1724922906441,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app61/9/topic514/xml","uid":"1f05126ed42955e1","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1724922906442,"stop":1724922906443,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app96/7/topic650/test.js","uid":"681698fbb618f5d8","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1724922906442,"stop":1724922906442,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app33/7/topic704/proto","uid":"3115162d3dcb8438","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1724922906442,"stop":1724922906442,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app28/9/topic265/json","uid":"f4432f83ac9a4cf1","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1724922906443,"stop":1724922906443,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"4740b78f9e974df9","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1724922906444,"stop":1724922906444,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e8b0f6eec77d72e8a8dfd3fa7b06b150"},{"name":"Others","children":[{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"c27beae0f511b3c1","parentUid":"c1298819c2cb74c1497f827790fba312","status":"passed","time":{"start":1724922906445,"stop":1724922906446,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple content topics","uid":"d08a591a0a452d5b","parentUid":"c1298819c2cb74c1497f827790fba312","status":"passed","time":{"start":1724922906445,"stop":1724922906445,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"794f199154f87e48","parentUid":"c1298819c2cb74c1497f827790fba312","status":"passed","time":{"start":1724922906446,"stop":1724922906446,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c1298819c2cb74c1497f827790fba312"}],"uid":"81716586629d1440866a32fcb0929685"},{"name":"Waku Light Push: Multiple Nodes: Strict Check: true","children":[{"name":"Push message with short payload","uid":"39d15b285871289f","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921438,"stop":1724922921439,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"957b9d1f78828c29","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921439,"stop":1724922921440,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"a472365c2eb96e05","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921440,"stop":1724922921441,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"8dd442e5ad56f0bf","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921441,"stop":1724922921442,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"96e901a7d2d8843","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921443,"stop":1724922921444,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"e6a7842c55046bba","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921444,"stop":1724922921445,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"6e5ac197c86d3259","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921445,"stop":1724922921446,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"b2afd7abd7f2e393","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921446,"stop":1724922921447,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"681132e837290822","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921447,"stop":1724922921448,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"6669e9f8abefdaf0","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921448,"stop":1724922921449,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"389493f5c6a0a339","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921449,"stop":1724922921450,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"7aea92151da7209b","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921450,"stop":1724922921451,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"a5c3661ae17de006","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921452,"stop":1724922921461,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"49ff91763dcf28d0","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921462,"stop":1724922921463,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"384621b5b63244fb","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921463,"stop":1724922921463,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with unicode special characters payload","uid":"46e919eee660ab40","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921463,"stop":1724922921463,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Throws when trying to push message with empty payload","uid":"e562832d2744b6f2","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921464,"stop":1724922921464,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"e94f85b7b85302eb","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921464,"stop":1724922921464,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"e10fb068f54eb2aa","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921464,"stop":1724922921465,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing special chars","uid":"dd3b0df4dba22c2c","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921466,"stop":1724922921467,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing long","uid":"f15ca01d7ff3e315","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921466,"stop":1724922921466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"e19093c039b0af5d","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921466,"stop":1724922921466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"6463bcb026f8e450","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921467,"stop":1724922921468,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"f918ca8cf0f7b53b","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921467,"stop":1724922921467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing SQL Injection","uid":"17ccfbfcb6b4824b","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921468,"stop":1724922921468,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"4a8974dcf88d7ce8","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921468,"stop":1724922921469,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"5dbe23fe23a94c7a","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921468,"stop":1724922921468,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Basic HTML tag","uid":"84859c439b6fdaf7","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921469,"stop":1724922921469,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"1aae14c8c7668339","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921469,"stop":1724922921469,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"b924193b20aa7ea5","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921470,"stop":1724922921470,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"8f6cde5c8b4e6cb3","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921470,"stop":1724922921471,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"a302a6a9c56795c6","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921470,"stop":1724922921470,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"a9b2a569281431e2","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921471,"stop":1724922921471,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing unicode special characters","uid":"d2672a33265fcb69","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921471,"stop":1724922921471,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"9e1c5febdb27411d","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921472,"stop":1724922921473,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"ec028e33e0a411fa","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921472,"stop":1724922921472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"9ac6dde90f9f5838","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921472,"stop":1724922921472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"83339b303d487a96","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921473,"stop":1724922921473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1694164235572","uid":"582dfa3cccad9abd","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921473,"stop":1724922921473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1724926235572","uid":"c8a231eb16c634eb","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921474,"stop":1724922921475,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1724919035572","uid":"35e0cdaf6f7f4f6c","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921474,"stop":1724922921474,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"aaada347bce8a430","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921475,"stop":1724922921476,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"4ade1addac00b73c","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1724922921475,"stop":1724922921475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f0ce4304a5c72aabff181e56ac32d839"},{"name":"Waku Store, cursor","children":[{"name":"Passing a valid cursor at 2 index when there are 4 messages","uid":"3e4886f33fa1f812","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1724922928883,"stop":1724922928885,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 0 index when there are 20 messages","uid":"dbf4513184c70f0b","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1724922928885,"stop":1724922928885,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 20 messages","uid":"3fdf882f071ab969","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1724922928886,"stop":1724922928886,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 10 index when there are 40 messages","uid":"2223493fad5eb9c7","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1724922928886,"stop":1724922928886,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 50 messages","uid":"7d2fec699c4b78b3","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1724922928887,"stop":1724922928887,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 110 index when there are 120 messages","uid":"54da24e16e3eb316","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1724922928887,"stop":1724922928887,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"fdbab14f4d50a5b6","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1724922928888,"stop":1724922928889,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"99991fb8b7ca31d7","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1724922928888,"stop":1724922928888,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing invalid cursor","uid":"66d4b1d304693f68","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1724922928888,"stop":1724922928888,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3426cec71b37676cf0be3c0fef80c0a0"},{"name":"Static Sharding: Running Nodes","children":[{"name":"Different clusters and shards","children":[{"name":"shard 0","uid":"fda92576a082a979","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1724922946228,"stop":1724922946228,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"33990a37cc275bf6","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1724922946228,"stop":1724922946229,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 488, Shard ID: 866","uid":"f0257f173a3aec65","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1724922946229,"stop":1724922946229,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 738, Shard ID: 941","uid":"8ef49d46ca68e36c","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1724922946229,"stop":1724922946229,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 353, Shard ID: 920","uid":"cacf58ad4dc37b41","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1724922946230,"stop":1724922946230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 972, Shard ID: 12","uid":"f6da6febea261f6","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1724922946230,"stop":1724922946230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 863, Shard ID: 723","uid":"f0d969d20cfc1c3f","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1724922946231,"stop":1724922946231,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 629, Shard ID: 80","uid":"5db5d1ce707e808a","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1724922946232,"stop":1724922946232,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 473, Shard ID: 106","uid":"6b1c034a2b9ab6db","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1724922946233,"stop":1724922946239,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 196, Shard ID: 965","uid":"1becda66ef2c4651","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1724922946233,"stop":1724922946233,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 7, Shard ID: 766","uid":"22c47c8710bd5f7b","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1724922946240,"stop":1724922946241,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 243, Shard ID: 847","uid":"25019e55d0c5642e","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1724922946241,"stop":1724922946242,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"70f57a908a322d723a1cc74c6af07cc9"},{"name":"Others","children":[{"name":"configure the node with multiple pubsub topics","uid":"b36c722cb031b7d5","parentUid":"55b20afdd36c6a3fe4fbc5148e0b6cb1","status":"passed","time":{"start":1724922946243,"stop":1724922946243,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"27b396409641a6a6","parentUid":"55b20afdd36c6a3fe4fbc5148e0b6cb1","status":"passed","time":{"start":1724922946243,"stop":1724922946244,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty shard should fail","uid":"2a4e3a8b0906f2f","parentUid":"55b20afdd36c6a3fe4fbc5148e0b6cb1","status":"passed","time":{"start":1724922946245,"stop":1724922946245,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"55b20afdd36c6a3fe4fbc5148e0b6cb1"}],"uid":"3063c7d8bf33f54fd9a4937c64364a9f"},{"name":"Waku Store, error handling","children":[{"name":"Query Generator, Wrong PubsubTopic","uid":"a5edb63e70770677","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1724922950819,"stop":1724922950820,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"24fec490d5804f17","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1724922950820,"stop":1724922950820,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"8fa8ff9af5df6be7","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1724922950820,"stop":1724922950820,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"3186a21613dd57f","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1724922950821,"stop":1724922950822,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"9f10ff01aebc4bff","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1724922950821,"stop":1724922950821,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"5d4c1f97a6c7d141","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1724922950821,"stop":1724922950821,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"e5cf2f429fbf96ea","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1724922950822,"stop":1724922950822,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No message returned","uid":"224968e1ebd0b83b","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1724922950822,"stop":1724922950822,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"8251c9d3decc89e9","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1724922950822,"stop":1724922950823,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"a415b581fcc6cc0c","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1724922950823,"stop":1724922950824,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"afaee155ca90d5f1","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1724922950823,"stop":1724922950823,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No message returned","uid":"5916c6ee4db38f4a","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1724922950824,"stop":1724922950824,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ce32033953aa49b057348563584e892d"},{"name":"Waku Store, custom pubsub topic","children":[{"name":"Generator, custom pubsub topic","uid":"c86ce5dbc7fad4dc","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1724922966283,"stop":1724922966283,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"c3cd6b6150a1fcc7","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1724922966283,"stop":1724922966283,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"6495f8e030499122","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1724922966284,"stop":1724922966284,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"44ef6c8520792f6cdf92ba8b204e42cd"},{"name":"Waku Store (Autosharding), custom pubsub topic","children":[{"name":"Generator, custom pubsub topic","uid":"ffaf797dcef793fa","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1724922966284,"stop":1724922966285,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"17863a4548a9062e","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1724922966285,"stop":1724922966286,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"7d5829f6ee2d9376","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1724922966286,"stop":1724922966286,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"428961ea17ce9ec744e8e65e6f8c7b4f"},{"name":"Waku Store (named sharding), custom pubsub topic","children":[{"name":"Generator, custom pubsub topic","uid":"46e435eff677228f","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1724922966286,"stop":1724922966286,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"c7d0fb0fc954cb1","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1724922966287,"stop":1724922966287,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"92d03a28d973da7d","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1724922966287,"stop":1724922966287,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8095077130c9514b42ecdfc574bb8f38"},{"name":"Waku Store, order","children":[{"name":"Query Generator - true","uid":"7aea3efd70e2e3ff","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1724922966703,"stop":1724922966704,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - true","uid":"a96fc9eafa38e91","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1724922966704,"stop":1724922966705,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - false","uid":"f5c8481d62d0d615","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1724922966704,"stop":1724922966704,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - true","uid":"980238336f0b5e4c","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1724922966705,"stop":1724922966705,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - false","uid":"a0cb55207c2189d3","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1724922966705,"stop":1724922966705,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - false","uid":"a1b9e3703ad06548","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1724922966706,"stop":1724922966706,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7daa13be04411ffb27d8ee7f46d6b87d"},{"name":"Waku Store, general","children":[{"name":"Query generator for multiple messages with different message text format","uid":"eb080975fc4393f9","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1724922971797,"stop":1724922971798,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"1437e6e6c6f30c40","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1724922971797,"stop":1724922971797,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with multiple decoders","uid":"3945f6963ef94102","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1724922971798,"stop":1724922971798,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different content topic format","uid":"c588eeb3eb167c92","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1724922971798,"stop":1724922971799,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise, aborts when callback returns true","uid":"da236dc1c318d1e6","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1724922971799,"stop":1724922971800,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"4f0454b0ae62aea0","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1724922971799,"stop":1724922971799,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"c3e2a2c499f4eabd","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1724922971800,"stop":1724922971800,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered callback, aborts when callback returns true","uid":"ac52063cefd4cfa1","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1724922971800,"stop":1724922971800,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"c3ac5c8742c5ea90","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1724922971801,"stop":1724922971801,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0a0593136080d0b3b5899e64d90a01f8"},{"name":"Waku Store, sorting","children":[{"name":"Query Generator sorting by timestamp while page direction is true","uid":"7e8e4d9798983d1d","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1724922982488,"stop":1724922982488,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is false","uid":"4563b7165ab2b2a","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1724922982488,"stop":1724922982488,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is true","uid":"be24130224ca4003","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1724922982488,"stop":1724922982489,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is false","uid":"748b03037216d6ab","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1724922982489,"stop":1724922982489,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"82d01d8e33c56eeb9dac68b6546f466e"},{"name":"Waku Store, page size","children":[{"name":"Passing page size 0 when there are 110 messages","uid":"c9f7495dfa1d937","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1724922983779,"stop":1724922983780,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 1 when there are 4 messages","uid":"9713e188a70d6fe7","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1724922983780,"stop":1724922983781,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 3 when there are 20 messages","uid":"aa97f6aa7003019e","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1724922983781,"stop":1724922983782,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 10 when there are 10 messages","uid":"addb6c8332fb7e11","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1724922983782,"stop":1724922983783,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 19 when there are 20 messages","uid":"d8ab9c3464e594f5","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1724922983783,"stop":1724922983784,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 11 when there are 10 messages","uid":"303707e04cfbedf0","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1724922983783,"stop":1724922983783,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 110 when there are 120 messages","uid":"32cff420de5154cf","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1724922983784,"stop":1724922983784,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"520aeb4087374750","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1724922983784,"stop":1724922983785,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"90755542dd4fc4702bb1cd6348e4930c"},{"name":"Util: toAsyncIterator: Filter","children":[{"name":"creates an iterator","uid":"80b478932d3aadc2","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1724922984602,"stop":1724922984603,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"9f0ce0d57d487d6c","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1724922984603,"stop":1724922984603,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"cc15f05d36d8c41a","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1724922984605,"stop":1724922984606,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"bfd91fe70e25365388e9d45e358d893b"},{"name":"Waku Dial [node only]","children":[{"name":"Interop: ServiceNode","children":[{"name":"connects to nwaku","uid":"4e2bf56770daf9e3","parentUid":"a79992a47d5936f9475b8795461a9fa0","status":"passed","time":{"start":1724922998982,"stop":1724922998983,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Does not throw an exception when node disconnects","uid":"ba7a7785f2cd6b55","parentUid":"a79992a47d5936f9475b8795461a9fa0","status":"passed","time":{"start":1724922998983,"stop":1724922998983,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a79992a47d5936f9475b8795461a9fa0"},{"name":"Bootstrap","children":[{"name":"Passing an array","uid":"51fdbbdbb12b5332","parentUid":"9378f5f7ef0de7cc0e97970af1f8370b","status":"passed","time":{"start":1724922998983,"stop":1724922998984,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"a20799840c672a87","parentUid":"9378f5f7ef0de7cc0e97970af1f8370b","status":"passed","time":{"start":1724922998984,"stop":1724922998984,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"9378f5f7ef0de7cc0e97970af1f8370b"}],"uid":"89ea6af94a866de9b7d2054cee4d457f"},{"name":"Decryption Keys","children":[{"name":"Used by Waku Relay","uid":"53d863d936b7a7bd","parentUid":"b907953c6834b3b9f5420f211537af83","status":"passed","time":{"start":1724922998984,"stop":1724922998985,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b907953c6834b3b9f5420f211537af83"},{"name":"User Agent","children":[{"name":"Sets default value correctly","uid":"3e8f329d417fe91","parentUid":"3a88c26682cd3a1384f81774b01f867e","status":"passed","time":{"start":1724922998985,"stop":1724922998986,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3a88c26682cd3a1384f81774b01f867e"},{"name":"Waku Store, time filter","children":[{"name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","uid":"da75751be5b1f918","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1724922999264,"stop":1724922999265,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","uid":"e80398954471faee","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1724922999265,"stop":1724922999266,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","uid":"8a0cc8d9f58c5fa2","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1724922999266,"stop":1724922999266,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","uid":"9fa3b4744d6b5d6c","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1724922999267,"stop":1724922999267,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","uid":"6a75ce588d3b1141","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1724922999268,"stop":1724922999269,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","uid":"98d5a4c6d9df22e3","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1724922999268,"stop":1724922999268,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","uid":"c97af327e35de383","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1724922999269,"stop":1724922999270,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: -20000 ms from now","uid":"5a07566848db0651","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1724922999270,"stop":1724922999271,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: 40000 ms from now","uid":"41e96f660794c9f1","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1724922999271,"stop":1724922999271,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7070f79de099fc32a51b6a8b41c21caa"},{"name":"Wait for remote peer","children":[{"name":"Relay - dialed first","uid":"328c39bbf1f72fdf","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1724923008734,"stop":1724923008734,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"bcc6db9d9295415a","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1724923008734,"stop":1724923008735,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"cd5b073e35466bbf","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1724923008734,"stop":1724923008734,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"b3233317665cfd","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1724923008735,"stop":1724923008735,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"ce8e942cb56041b6","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1724923008736,"stop":1724923008736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"f00c1c56a21b7e13","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1724923008736,"stop":1724923008736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"ded7c4e9d357a088","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1724923008737,"stop":1724923008737,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"4192bcff687f9c42","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1724923008737,"stop":1724923008737,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"f13cba270661ad29","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1724923008738,"stop":1724923008738,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c5ef3b407a3400aa42536fba150d9b6e"},{"name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","children":[{"name":"Subscribe and receive messages via lightPush","uid":"77292f6ffec00746","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724923012457,"stop":1724923012457,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"521fefe24e36fcff","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724923012458,"stop":1724923012459,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"f722752192e943d1","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724923012458,"stop":1724923012458,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"ea662394ca82b057","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724923012458,"stop":1724923012458,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"35904c8b970cb9cf","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724923012459,"stop":1724923012459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"ada14c026c6c6a1a","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724923012459,"stop":1724923012460,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"3343a0fc1709414e","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724923012460,"stop":1724923012460,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"35d8c61d65084210","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724923012460,"stop":1724923012461,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"af002a9e604dcb80","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724923012460,"stop":1724923012460,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"7a04a994f7e4bb7a","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724923012461,"stop":1724923012461,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"accca850c73809bd","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724923012461,"stop":1724923012461,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"ac9f9bf798e592fb","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724923012462,"stop":1724923012462,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"28006613a6d39f0b","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724923012462,"stop":1724923012462,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"31aa057e9e1c0767","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724923012462,"stop":1724923012462,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"3fd5849990af6ea2","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724923012463,"stop":1724923012463,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"e40cadb57c37bddc","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724923012463,"stop":1724923012464,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"10e0b7b364f8be79","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724923012463,"stop":1724923012463,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"6c2fdbc263d58d1c","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724923012464,"stop":1724923012465,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"41c6afebc1c051cf","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724923012464,"stop":1724923012464,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"48f34908e85b9720","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724923012464,"stop":1724923012464,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"977e07766c3875f8","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724923012465,"stop":1724923012466,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"7c844a2dddd7c339","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724923012466,"stop":1724923012467,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"4f666b7b6f05e301","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724923012466,"stop":1724923012466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"efe3eecde92933b7","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724923012466,"stop":1724923012466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"4023d2b8ca85176a","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724923012467,"stop":1724923012467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"db8ae1879c344e6d","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724923012467,"stop":1724923012467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"7616c6abae9bb00f","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724923012468,"stop":1724923012468,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"71144925e22e27ed","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724923012468,"stop":1724923012469,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"ed6c592ee6d14ab2","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1724923012469,"stop":1724923012469,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"79bc21179354d4d696ab0ed95aaefc00"},{"name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","children":[{"name":"Subscribe and receive messages via lightPush","uid":"a292bae5ff215274","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724923012470,"stop":1724923012471,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"17fcef00fb3e3b99","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724923012471,"stop":1724923012472,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"1c58a994123222de","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724923012472,"stop":1724923012473,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"c8d2367a0795d006","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724923012472,"stop":1724923012472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"1cec41a743122379","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724923012473,"stop":1724923012473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"2227eca611fb7f03","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724923012473,"stop":1724923012474,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"2cb916a54b02e947","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724923012474,"stop":1724923012474,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"1eaf73570946865","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724923012475,"stop":1724923012475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"ec04f7a61da5119","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724923012475,"stop":1724923012475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"a6bb7e3b51d11ac7","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724923012476,"stop":1724923012476,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"5c0c55e9c7f627e","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724923012476,"stop":1724923012476,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"63df0c6f78fd4343","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724923012477,"stop":1724923012477,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"662116d715b5dd05","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724923012477,"stop":1724923012477,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"6483b878d0780578","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724923012478,"stop":1724923012478,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"d56843242e8548e7","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724923012478,"stop":1724923012478,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"1593b67437f63101","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724923012478,"stop":1724923012479,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"dd155d4cfebdb4a1","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724923012479,"stop":1724923012479,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"c30feba91c32dd3f","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724923012479,"stop":1724923012480,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"2d450cdc4e83bcf9","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724923012480,"stop":1724923012480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"d730f415c05c74aa","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724923012480,"stop":1724923012481,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"b84892d5c07bd39d","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724923012481,"stop":1724923012482,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"9314839260f269ca","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724923012481,"stop":1724923012481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"4af23328d9b12836","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724923012481,"stop":1724923012481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"fd9133b166eac029","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724923012482,"stop":1724923012483,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"3c8ec453f4ce9112","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724923012482,"stop":1724923012482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"bea89194290154aa","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724923012483,"stop":1724923012483,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"24112303a49b08db","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724923012483,"stop":1724923012483,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"c9ecdb8bf9acb241","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724923012484,"stop":1724923012484,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"5306cc9cc199e7ba","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1724923012484,"stop":1724923012484,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d2c836997f51e619a3f56fdc380693ce"},{"name":"Static Sharding: Peer Management","children":[{"name":"Peer Exchange","children":[{"name":"px service nodes not subscribed to the shard should not be dialed","uid":"28dd7652976442d6","parentUid":"56ddb61839d909e7e3e8912b289076bc","status":"passed","time":{"start":1724923048501,"stop":1724923048501,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"39a361ba31b3655f","parentUid":"56ddb61839d909e7e3e8912b289076bc","status":"passed","time":{"start":1724923048501,"stop":1724923048501,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"56ddb61839d909e7e3e8912b289076bc"}],"uid":"d7aec3c03737e36caf907314a75924df"},{"name":"Autosharding: Peer Management","children":[{"name":"Peer Exchange","children":[{"name":"px service nodes not subscribed to the shard should not be dialed","uid":"28b4012984e68a4e","parentUid":"58d347f0207cb02302f257aa9e53af85","status":"passed","time":{"start":1724923048502,"stop":1724923048502,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"3a1f72953a2693be","parentUid":"58d347f0207cb02302f257aa9e53af85","status":"passed","time":{"start":1724923048502,"stop":1724923048502,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"58d347f0207cb02302f257aa9e53af85"}],"uid":"31cf7130db9192e27d145b7dfbb2a390"}],"name":"suites"} \ No newline at end of file diff --git a/7376/data/test-cases/107fa4234806a721.json b/7376/data/test-cases/107fa4234806a721.json new file mode 100644 index 00000000000..f350c92fa17 --- /dev/null +++ b/7376/data/test-cases/107fa4234806a721.json @@ -0,0 +1 @@ +{"uid":"107fa4234806a721","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","fullName":"/tests/light-push/single_node/multiple_pubsub.node.spec.ts: Waku Light Push (named sharding): Multiple PubsubTopics > Light push messages to 2 nwaku nodes each with different pubsubtopics","historyId":"f7868e6b85a42969a816271884c08d83:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922727648,"stop":1724922727648,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push (named sharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6427376602917948","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6427376602917948","status":"passed","time":{"start":1724921379981,"stop":1724921379981,"duration":0}},{"uid":"91133b9a8ec0f661","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/91133b9a8ec0f661","status":"passed","time":{"start":1724921359717,"stop":1724921359717,"duration":0}},{"uid":"7d75617119164c49","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7d75617119164c49","status":"passed","time":{"start":1724918127249,"stop":1724918127249,"duration":0}},{"uid":"b22317fdda2c5b8f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b22317fdda2c5b8f","status":"passed","time":{"start":1724889805615,"stop":1724889805616,"duration":1}},{"uid":"6d72a515ab7fd2e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d72a515ab7fd2e1","status":"passed","time":{"start":1724888940695,"stop":1724888940695,"duration":0}},{"uid":"74a1abf1da686f95","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/74a1abf1da686f95","status":"passed","time":{"start":1724888168653,"stop":1724888168653,"duration":0}},{"uid":"ce0e2c6ec894a865","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ce0e2c6ec894a865","status":"passed","time":{"start":1724886924219,"stop":1724886924220,"duration":1}},{"uid":"4ff5b796e69169d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4ff5b796e69169d","status":"passed","time":{"start":1724886701807,"stop":1724886701807,"duration":0}},{"uid":"26cfcfb45c076003","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/26cfcfb45c076003","status":"passed","time":{"start":1724862112743,"stop":1724862112744,"duration":1}},{"uid":"f758edf042ddc8a2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f758edf042ddc8a2","status":"passed","time":{"start":1724861584871,"stop":1724861584872,"duration":1}},{"uid":"ac1722bca2a317c7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac1722bca2a317c7","status":"passed","time":{"start":1724861464518,"stop":1724861464518,"duration":0}},{"uid":"fe556d942374e8cb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fe556d942374e8cb","status":"passed","time":{"start":1724861254919,"stop":1724861254919,"duration":0}}]},"tags":[]},"source":"107fa4234806a721.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/8b1daa36d1add34f.json b/7376/data/test-cases/10a09bb848e47b89.json similarity index 84% rename from 7346/data/test-cases/8b1daa36d1add34f.json rename to 7376/data/test-cases/10a09bb848e47b89.json index 20df11050f8..635c60f32ff 100644 --- a/7346/data/test-cases/8b1daa36d1add34f.json +++ b/7376/data/test-cases/10a09bb848e47b89.json @@ -1 +1 @@ -{"uid":"8b1daa36d1add34f","name":"Push message with content topic containing short","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing short","historyId":"3566057e97925023d77dda87fd6a4acc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367171,"stop":1724765367172,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"f0e40e84f51af455","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/f0e40e84f51af455","status":"passed","time":{"start":1724765300569,"stop":1724765300570,"duration":1}},{"uid":"f7c767c6dfa5108c","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/f7c767c6dfa5108c","status":"passed","time":{"start":1724763693158,"stop":1724763693158,"duration":0}},{"uid":"c7b62b1fe35a0414","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c7b62b1fe35a0414","status":"passed","time":{"start":1724760912499,"stop":1724760912500,"duration":1}},{"uid":"208731ffb229f643","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/208731ffb229f643","status":"passed","time":{"start":1724759937127,"stop":1724759937127,"duration":0}},{"uid":"74838402fd123994","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/74838402fd123994","status":"passed","time":{"start":1724758102755,"stop":1724758102755,"duration":0}},{"uid":"f3e6a0a289aed3e7","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/f3e6a0a289aed3e7","status":"passed","time":{"start":1724757793369,"stop":1724757793369,"duration":0}},{"uid":"8cd42c12da08ae4","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/8cd42c12da08ae4","status":"passed","time":{"start":1724757169522,"stop":1724757169522,"duration":0}},{"uid":"bb4175cac24bf63a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/bb4175cac24bf63a","status":"passed","time":{"start":1724755216337,"stop":1724755216337,"duration":0}},{"uid":"56d036bfd12667be","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/56d036bfd12667be","status":"passed","time":{"start":1724752641986,"stop":1724752641987,"duration":1}},{"uid":"213763c1488ff09b","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/213763c1488ff09b","status":"passed","time":{"start":1724751479131,"stop":1724751479132,"duration":1}},{"uid":"cf787e65ad05ffdf","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/cf787e65ad05ffdf","status":"passed","time":{"start":1724750562200,"stop":1724750562201,"duration":1}},{"uid":"fc51f2c6e77dcbfc","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/fc51f2c6e77dcbfc","status":"passed","time":{"start":1724749562424,"stop":1724749562425,"duration":1}},{"uid":"8f62f848a5fe94e0","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/8f62f848a5fe94e0","status":"passed","time":{"start":1724717869153,"stop":1724717869154,"duration":1}},{"uid":"2a765eb1e89e41d8","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/2a765eb1e89e41d8","status":"passed","time":{"start":1724715106022,"stop":1724715106022,"duration":0}},{"uid":"8386e2db520c458","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/8386e2db520c458","status":"passed","time":{"start":1724713204885,"stop":1724713204885,"duration":0}},{"uid":"7c7c18a477874b6","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/7c7c18a477874b6","status":"passed","time":{"start":1724706379249,"stop":1724706379249,"duration":0}},{"uid":"a18541cadbc3e42c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a18541cadbc3e42c","status":"passed","time":{"start":1724704806946,"stop":1724704806952,"duration":6}},{"uid":"432b3b6e61ab3a02","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/432b3b6e61ab3a02","status":"passed","time":{"start":1724684165988,"stop":1724684165988,"duration":0}},{"uid":"8815cc26244570f1","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/8815cc26244570f1","status":"passed","time":{"start":1724672921814,"stop":1724672921814,"duration":0}},{"uid":"563a07246f4c94f","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/563a07246f4c94f","status":"passed","time":{"start":1724670647872,"stop":1724670647873,"duration":1}}]},"tags":[]},"source":"8b1daa36d1add34f.json","parameterValues":[]} \ No newline at end of file +{"uid":"10a09bb848e47b89","name":"Push message with content topic containing short","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing short","historyId":"3566057e97925023d77dda87fd6a4acc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853914,"stop":1724922853914,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2756ff3695cd8f98","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2756ff3695cd8f98","status":"passed","time":{"start":1724921529580,"stop":1724921529581,"duration":1}},{"uid":"8b471c83a9e51580","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8b471c83a9e51580","status":"passed","time":{"start":1724921488877,"stop":1724921488878,"duration":1}},{"uid":"cc5b41eb89a6a492","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cc5b41eb89a6a492","status":"passed","time":{"start":1724918203683,"stop":1724918203684,"duration":1}},{"uid":"45570d613daf2084","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/45570d613daf2084","status":"passed","time":{"start":1724889938356,"stop":1724889938356,"duration":0}},{"uid":"ee1e197f2549c58c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ee1e197f2549c58c","status":"passed","time":{"start":1724889077064,"stop":1724889077064,"duration":0}},{"uid":"58744f0a2c4d2bfd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/58744f0a2c4d2bfd","status":"passed","time":{"start":1724888268031,"stop":1724888268031,"duration":0}},{"uid":"dc39b6638950147f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dc39b6638950147f","status":"passed","time":{"start":1724887032397,"stop":1724887032399,"duration":2}},{"uid":"bc513bc741e2ab60","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bc513bc741e2ab60","status":"passed","time":{"start":1724886822789,"stop":1724886822789,"duration":0}},{"uid":"5d29c3da063eb254","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5d29c3da063eb254","status":"passed","time":{"start":1724862233508,"stop":1724862233508,"duration":0}},{"uid":"7bdb2fd85f234705","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7bdb2fd85f234705","status":"passed","time":{"start":1724861712668,"stop":1724861712668,"duration":0}},{"uid":"9cf9523f1c519af","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9cf9523f1c519af","status":"passed","time":{"start":1724861567886,"stop":1724861567887,"duration":1}},{"uid":"4c2ea1f462270b05","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4c2ea1f462270b05","status":"passed","time":{"start":1724861392050,"stop":1724861392052,"duration":2}}]},"tags":[]},"source":"10a09bb848e47b89.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/10e0b7b364f8be79.json b/7376/data/test-cases/10e0b7b364f8be79.json new file mode 100644 index 00000000000..87f70e4e5b0 --- /dev/null +++ b/7376/data/test-cases/10e0b7b364f8be79.json @@ -0,0 +1 @@ +{"uid":"10e0b7b364f8be79","name":"Subscribe to topic containing special chars and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to topic containing special chars and receive message","historyId":"3d906316c35f40bf2e37ebe7e263cff6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012463,"stop":1724923012463,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"90459e9c1f5eef8c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/90459e9c1f5eef8c","status":"passed","time":{"start":1724921625048,"stop":1724921625049,"duration":1}},{"uid":"feb0e22868c205f2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/feb0e22868c205f2","status":"passed","time":{"start":1724921590494,"stop":1724921590494,"duration":0}},{"uid":"3072d8e6699236d7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3072d8e6699236d7","status":"passed","time":{"start":1724918287563,"stop":1724918287564,"duration":1}},{"uid":"8388aca45b2c2ed8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8388aca45b2c2ed8","status":"passed","time":{"start":1724890047786,"stop":1724890047786,"duration":0}},{"uid":"b1d57fdb070ed85e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1d57fdb070ed85e","status":"passed","time":{"start":1724889183919,"stop":1724889183919,"duration":0}},{"uid":"11ff2a3c6b3eed75","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/11ff2a3c6b3eed75","status":"passed","time":{"start":1724888354164,"stop":1724888354164,"duration":0}},{"uid":"4cf72b201f574123","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4cf72b201f574123","status":"passed","time":{"start":1724887145656,"stop":1724887145656,"duration":0}},{"uid":"d691347e2d1e7202","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d691347e2d1e7202","status":"passed","time":{"start":1724886915785,"stop":1724886915785,"duration":0}},{"uid":"ce2fa100b67bf6e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ce2fa100b67bf6e0","status":"passed","time":{"start":1724862341436,"stop":1724862341436,"duration":0}},{"uid":"bb7a0754238af5b6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bb7a0754238af5b6","status":"passed","time":{"start":1724861805441,"stop":1724861805441,"duration":0}},{"uid":"5df8fc75219c9024","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5df8fc75219c9024","status":"passed","time":{"start":1724861662254,"stop":1724861662255,"duration":1}},{"uid":"d66b4dab5a73d2aa","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d66b4dab5a73d2aa","status":"passed","time":{"start":1724861492507,"stop":1724861492507,"duration":0}}]},"tags":[]},"source":"10e0b7b364f8be79.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/11096621b38a938b.json b/7376/data/test-cases/11096621b38a938b.json new file mode 100644 index 00000000000..5e381ff1b9a --- /dev/null +++ b/7376/data/test-cases/11096621b38a938b.json @@ -0,0 +1 @@ +{"uid":"11096621b38a938b","name":"Nodes with multiple pubsub topic","fullName":"/tests/relay/multiple_pubsub.node.spec.ts: Waku Relay, multiple pubsub topics > Nodes with multiple pubsub topic","historyId":"bdd10fbd616f99939453eac6edc5fc54:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922862333,"stop":1724922862333,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, multiple pubsub topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"324b68e7b2e901a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/324b68e7b2e901a","status":"passed","time":{"start":1724921540107,"stop":1724921540108,"duration":1}},{"uid":"f22a50ec014dbdd1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f22a50ec014dbdd1","status":"passed","time":{"start":1724921503539,"stop":1724921503539,"duration":0}},{"uid":"e1bf56412a7fef9b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e1bf56412a7fef9b","status":"passed","time":{"start":1724918214356,"stop":1724918214357,"duration":1}},{"uid":"ecf59319c2812ef5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ecf59319c2812ef5","status":"passed","time":{"start":1724889952444,"stop":1724889952444,"duration":0}},{"uid":"c9a587b20e70d243","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c9a587b20e70d243","status":"passed","time":{"start":1724889087468,"stop":1724889087468,"duration":0}},{"uid":"796d16ba29cc3cbc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/796d16ba29cc3cbc","status":"passed","time":{"start":1724888266429,"stop":1724888266429,"duration":0}},{"uid":"5f91b9073bf82c8b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5f91b9073bf82c8b","status":"passed","time":{"start":1724887042930,"stop":1724887042930,"duration":0}},{"uid":"e7f3db072bd9b4bb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e7f3db072bd9b4bb","status":"passed","time":{"start":1724886820797,"stop":1724886820797,"duration":0}},{"uid":"5f747764b18745f1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f747764b18745f1","status":"passed","time":{"start":1724862245489,"stop":1724862245489,"duration":0}},{"uid":"cb27e6c4705c9d96","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cb27e6c4705c9d96","status":"passed","time":{"start":1724861720394,"stop":1724861720396,"duration":2}},{"uid":"85747640d03fc1a8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/85747640d03fc1a8","status":"passed","time":{"start":1724861579387,"stop":1724861579387,"duration":0}},{"uid":"80542e131db6860d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/80542e131db6860d","status":"passed","time":{"start":1724861402506,"stop":1724861402507,"duration":1}}]},"tags":[]},"source":"11096621b38a938b.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/d49e5e8749c959e7.json b/7376/data/test-cases/11ecd54189dfdf34.json similarity index 65% rename from 7346/data/test-cases/d49e5e8749c959e7.json rename to 7376/data/test-cases/11ecd54189dfdf34.json index ec95daab63d..76ebeb3a91b 100644 --- a/7346/data/test-cases/d49e5e8749c959e7.json +++ b/7376/data/test-cases/11ecd54189dfdf34.json @@ -1 +1 @@ -{"uid":"d49e5e8749c959e7","name":"can start and stop the service","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Compliance Tests > interface-peer-discovery compliance tests > can start and stop the service","historyId":"f930708d4007d85860719455465959ed:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724764817752,"stop":1724764817753,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Compliance Tests"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28},"items":[{"uid":"c6a578cb3afa240","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/c6a578cb3afa240","status":"passed","time":{"start":1724764737684,"stop":1724764737684,"duration":0}},{"uid":"380c01207690b3cf","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/380c01207690b3cf","status":"passed","time":{"start":1724763102732,"stop":1724763102732,"duration":0}},{"uid":"38c5e267abd70dfa","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/38c5e267abd70dfa","status":"passed","time":{"start":1724760371587,"stop":1724760371588,"duration":1}},{"uid":"b8c15b6404dbb1e4","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/b8c15b6404dbb1e4","status":"passed","time":{"start":1724759382832,"stop":1724759382832,"duration":0}},{"uid":"db5d7797ad7bc84","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/db5d7797ad7bc84","status":"passed","time":{"start":1724757522040,"stop":1724757522040,"duration":0}},{"uid":"2bfee32d3fe1f64c","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2bfee32d3fe1f64c","status":"passed","time":{"start":1724757241937,"stop":1724757241938,"duration":1}},{"uid":"52efbb3eac4f44e0","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/52efbb3eac4f44e0","status":"passed","time":{"start":1724756562246,"stop":1724756562247,"duration":1}},{"uid":"5b5aa53e92369d07","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/5b5aa53e92369d07","status":"passed","time":{"start":1724754662066,"stop":1724754662067,"duration":1}},{"uid":"bd3d15f2962fdecf","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/bd3d15f2962fdecf","status":"passed","time":{"start":1724752087835,"stop":1724752087835,"duration":0}},{"uid":"e13c83a0e31785c1","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/e13c83a0e31785c1","status":"passed","time":{"start":1724750919357,"stop":1724750919357,"duration":0}},{"uid":"2ecb3131b6a695e8","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/2ecb3131b6a695e8","status":"passed","time":{"start":1724749999872,"stop":1724749999872,"duration":0}},{"uid":"b52e2a6608c8e26d","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/b52e2a6608c8e26d","status":"passed","time":{"start":1724749024331,"stop":1724749024332,"duration":1}},{"uid":"99c3eccffdb806a9","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/99c3eccffdb806a9","status":"passed","time":{"start":1724717315411,"stop":1724717315412,"duration":1}},{"uid":"9f5e4cd5aacbaaef","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/9f5e4cd5aacbaaef","status":"passed","time":{"start":1724714548291,"stop":1724714548291,"duration":0}},{"uid":"7f233f4eacd99f00","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/7f233f4eacd99f00","status":"passed","time":{"start":1724712629724,"stop":1724712629725,"duration":1}},{"uid":"8d40872e0d11d68e","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/8d40872e0d11d68e","status":"passed","time":{"start":1724705839462,"stop":1724705839462,"duration":0}},{"uid":"d259b7d34ef6cc89","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d259b7d34ef6cc89","status":"passed","time":{"start":1724704253912,"stop":1724704253912,"duration":0}},{"uid":"cc66d177f4ca11db","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/cc66d177f4ca11db","status":"passed","time":{"start":1724683620301,"stop":1724683620301,"duration":0}},{"uid":"b6038f26b2393330","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/b6038f26b2393330","status":"passed","time":{"start":1724672343201,"stop":1724672343202,"duration":1}},{"uid":"7b63c9901688ff47","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/7b63c9901688ff47","status":"passed","time":{"start":1724670094074,"stop":1724670094075,"duration":1}}]},"tags":[]},"source":"d49e5e8749c959e7.json","parameterValues":[]} \ No newline at end of file +{"uid":"11ecd54189dfdf34","name":"can start and stop the service","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Compliance Tests > interface-peer-discovery compliance tests > can start and stop the service","historyId":"f930708d4007d85860719455465959ed:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922402862,"stop":1724922402862,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Compliance Tests"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d39e733702a7b73e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d39e733702a7b73e","status":"passed","time":{"start":1724921065909,"stop":1724921065909,"duration":0}},{"uid":"54108fb8cffe7717","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/54108fb8cffe7717","status":"passed","time":{"start":1724921040946,"stop":1724921040947,"duration":1}},{"uid":"75b659cb1b45c275","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/75b659cb1b45c275","status":"passed","time":{"start":1724917701154,"stop":1724917701155,"duration":1}},{"uid":"d8d30ba8ae87b5bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d8d30ba8ae87b5bc","status":"passed","time":{"start":1724889479973,"stop":1724889479974,"duration":1}},{"uid":"35ec8a7a54bb7e36","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/35ec8a7a54bb7e36","status":"passed","time":{"start":1724888630722,"stop":1724888630722,"duration":0}},{"uid":"96925242f1125972","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/96925242f1125972","status":"passed","time":{"start":1724887787005,"stop":1724887787005,"duration":0}},{"uid":"17f3c100082e9694","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/17f3c100082e9694","status":"passed","time":{"start":1724886553667,"stop":1724886553668,"duration":1}},{"uid":"1ead1ada1147c379","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1ead1ada1147c379","status":"passed","time":{"start":1724886331491,"stop":1724886331491,"duration":0}},{"uid":"6345f82e808bb72b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6345f82e808bb72b","status":"passed","time":{"start":1724861780655,"stop":1724861780655,"duration":0}},{"uid":"d4886441b02515f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d4886441b02515f","status":"passed","time":{"start":1724861251097,"stop":1724861251098,"duration":1}},{"uid":"c423e7b3f16a5eeb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c423e7b3f16a5eeb","status":"passed","time":{"start":1724861074807,"stop":1724861074807,"duration":0}},{"uid":"3302ec999b577a26","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3302ec999b577a26","status":"passed","time":{"start":1724860935670,"stop":1724860935670,"duration":0}}]},"tags":[]},"source":"11ecd54189dfdf34.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/98f787e6fac709fa.json b/7376/data/test-cases/11ff86f6482e0a19.json similarity index 83% rename from 7346/data/test-cases/98f787e6fac709fa.json rename to 7376/data/test-cases/11ff86f6482e0a19.json index 401d8337934..bb363ca9122 100644 --- a/7346/data/test-cases/98f787e6fac709fa.json +++ b/7376/data/test-cases/11ff86f6482e0a19.json @@ -1 +1 @@ -{"uid":"98f787e6fac709fa","name":"Push message with content topic containing special chars","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing special chars","historyId":"1391b6b0ba4a849777922d1c0353736f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367179,"stop":1724765367180,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"8997d023b2981122","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/8997d023b2981122","status":"passed","time":{"start":1724765300571,"stop":1724765300577,"duration":6}},{"uid":"8c90a627aa8c7a6a","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/8c90a627aa8c7a6a","status":"passed","time":{"start":1724763693159,"stop":1724763693159,"duration":0}},{"uid":"2f33cde465f0db7e","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2f33cde465f0db7e","status":"passed","time":{"start":1724760912502,"stop":1724760912503,"duration":1}},{"uid":"983a1c57e4673c6b","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/983a1c57e4673c6b","status":"passed","time":{"start":1724759937128,"stop":1724759937128,"duration":0}},{"uid":"2194eed3bc1cadf0","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/2194eed3bc1cadf0","status":"passed","time":{"start":1724758102756,"stop":1724758102762,"duration":6}},{"uid":"f4d4a7fbe2837129","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/f4d4a7fbe2837129","status":"passed","time":{"start":1724757793370,"stop":1724757793371,"duration":1}},{"uid":"1aa4882ba1fba92c","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/1aa4882ba1fba92c","status":"passed","time":{"start":1724757169523,"stop":1724757169524,"duration":1}},{"uid":"3bebd9167dda0bb6","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/3bebd9167dda0bb6","status":"passed","time":{"start":1724755216338,"stop":1724755216339,"duration":1}},{"uid":"2fd43c85aec165f0","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/2fd43c85aec165f0","status":"passed","time":{"start":1724752641988,"stop":1724752641995,"duration":7}},{"uid":"a62f748583c4ac27","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/a62f748583c4ac27","status":"passed","time":{"start":1724751479133,"stop":1724751479133,"duration":0}},{"uid":"df15c922c277e1cc","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/df15c922c277e1cc","status":"passed","time":{"start":1724750562203,"stop":1724750562205,"duration":2}},{"uid":"c90904c734ce450d","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c90904c734ce450d","status":"passed","time":{"start":1724749562427,"stop":1724749562427,"duration":0}},{"uid":"1ac8773a34ac2063","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/1ac8773a34ac2063","status":"passed","time":{"start":1724717869155,"stop":1724717869155,"duration":0}},{"uid":"a316be3ed92e1ac7","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/a316be3ed92e1ac7","status":"passed","time":{"start":1724715106023,"stop":1724715106023,"duration":0}},{"uid":"9b829f6c68de79f4","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/9b829f6c68de79f4","status":"passed","time":{"start":1724713204886,"stop":1724713204886,"duration":0}},{"uid":"82a26f294eae4445","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/82a26f294eae4445","status":"passed","time":{"start":1724706379252,"stop":1724706379252,"duration":0}},{"uid":"e692e081763d9956","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/e692e081763d9956","status":"passed","time":{"start":1724704806953,"stop":1724704806954,"duration":1}},{"uid":"97ddec4bfae10194","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/97ddec4bfae10194","status":"passed","time":{"start":1724684165989,"stop":1724684165990,"duration":1}},{"uid":"1b1ab1202d1d320b","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/1b1ab1202d1d320b","status":"passed","time":{"start":1724672921816,"stop":1724672921816,"duration":0}},{"uid":"d192635d8cddc664","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/d192635d8cddc664","status":"passed","time":{"start":1724670647874,"stop":1724670647874,"duration":0}}]},"tags":[]},"source":"98f787e6fac709fa.json","parameterValues":[]} \ No newline at end of file +{"uid":"11ff86f6482e0a19","name":"Push message with content topic containing special chars","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing special chars","historyId":"1391b6b0ba4a849777922d1c0353736f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853916,"stop":1724922853916,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4b0c7e35cd764ab0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4b0c7e35cd764ab0","status":"passed","time":{"start":1724921529583,"stop":1724921529584,"duration":1}},{"uid":"7fbfc0acb94489a8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7fbfc0acb94489a8","status":"passed","time":{"start":1724921488879,"stop":1724921488879,"duration":0}},{"uid":"8447353e13eea0c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8447353e13eea0c","status":"passed","time":{"start":1724918203685,"stop":1724918203685,"duration":0}},{"uid":"b1dca81ed343d55a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1dca81ed343d55a","status":"passed","time":{"start":1724889938357,"stop":1724889938357,"duration":0}},{"uid":"521809881b0c1f12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/521809881b0c1f12","status":"passed","time":{"start":1724889077065,"stop":1724889077065,"duration":0}},{"uid":"28d953ba9c1b34bc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/28d953ba9c1b34bc","status":"passed","time":{"start":1724888268033,"stop":1724888268034,"duration":1}},{"uid":"c82ff9490f0dfb09","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c82ff9490f0dfb09","status":"passed","time":{"start":1724887032402,"stop":1724887032402,"duration":0}},{"uid":"9db5c88c5438f8f5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9db5c88c5438f8f5","status":"passed","time":{"start":1724886822814,"stop":1724886822814,"duration":0}},{"uid":"8c1f6d4f81095e0d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8c1f6d4f81095e0d","status":"passed","time":{"start":1724862233509,"stop":1724862233509,"duration":0}},{"uid":"2b63a6b4f7a9fadd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2b63a6b4f7a9fadd","status":"passed","time":{"start":1724861712669,"stop":1724861712669,"duration":0}},{"uid":"79d7ac7324873e20","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/79d7ac7324873e20","status":"passed","time":{"start":1724861567888,"stop":1724861567888,"duration":0}},{"uid":"3cfa175ad1213d76","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3cfa175ad1213d76","status":"passed","time":{"start":1724861392053,"stop":1724861392054,"duration":1}}]},"tags":[]},"source":"11ff86f6482e0a19.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/12139d36d0540a0b.json b/7376/data/test-cases/12139d36d0540a0b.json new file mode 100644 index 00000000000..572207ac230 --- /dev/null +++ b/7376/data/test-cases/12139d36d0540a0b.json @@ -0,0 +1 @@ +{"uid":"12139d36d0540a0b","name":"numPeers=1 -- returns one bootstrap peer ","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=2 > numPeers=1 -- returns one bootstrap peer ","historyId":"fcda637f86305e2f98bc502647d223d8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611430,"stop":1724922611430,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=2"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5b0232bf0f64615e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5b0232bf0f64615e","status":"passed","time":{"start":1724921270351,"stop":1724921270351,"duration":0}},{"uid":"233d32d74e3df859","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/233d32d74e3df859","status":"passed","time":{"start":1724921247811,"stop":1724921247811,"duration":0}},{"uid":"7357d3b59c2f31e7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7357d3b59c2f31e7","status":"passed","time":{"start":1724917989813,"stop":1724917989813,"duration":0}},{"uid":"622b235c583b649b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/622b235c583b649b","status":"passed","time":{"start":1724889678541,"stop":1724889678541,"duration":0}},{"uid":"15bc1ebe953b5df0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/15bc1ebe953b5df0","status":"passed","time":{"start":1724888829832,"stop":1724888829832,"duration":0}},{"uid":"d7e57393fc8819ee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d7e57393fc8819ee","status":"passed","time":{"start":1724888076983,"stop":1724888076984,"duration":1}},{"uid":"259a117df5f335ff","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/259a117df5f335ff","status":"passed","time":{"start":1724886851120,"stop":1724886851120,"duration":0}},{"uid":"5261b15a6f45be47","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5261b15a6f45be47","status":"passed","time":{"start":1724886647079,"stop":1724886647081,"duration":2}},{"uid":"d6bcaea1237caea5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d6bcaea1237caea5","status":"passed","time":{"start":1724861992708,"stop":1724861992708,"duration":0}},{"uid":"e453fd680a740752","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e453fd680a740752","status":"passed","time":{"start":1724861469636,"stop":1724861469636,"duration":0}},{"uid":"78d3b40cde15ca52","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/78d3b40cde15ca52","status":"passed","time":{"start":1724861284852,"stop":1724861284852,"duration":0}},{"uid":"b9efa37f71b01be","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b9efa37f71b01be","status":"passed","time":{"start":1724861145797,"stop":1724861145797,"duration":0}}]},"tags":[]},"source":"12139d36d0540a0b.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/1234bc9c2dea9b9.json b/7376/data/test-cases/1234bc9c2dea9b9.json new file mode 100644 index 00000000000..ab09ee37030 --- /dev/null +++ b/7376/data/test-cases/1234bc9c2dea9b9.json @@ -0,0 +1 @@ +{"uid":"1234bc9c2dea9b9","name":"numPeers=1 -- returns one bootstrap peer ","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=4 > numPeers=1 -- returns one bootstrap peer ","historyId":"513731380c77ca152026bf7c14a48d8b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611434,"stop":1724922611434,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=4"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"acb13426ae59bc3b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/acb13426ae59bc3b","status":"passed","time":{"start":1724921270356,"stop":1724921270356,"duration":0}},{"uid":"7fa2b7a6c8b7e2d1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7fa2b7a6c8b7e2d1","status":"passed","time":{"start":1724921247817,"stop":1724921247817,"duration":0}},{"uid":"dd1f89f6859f37cb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd1f89f6859f37cb","status":"passed","time":{"start":1724917989817,"stop":1724917989818,"duration":1}},{"uid":"7dc1d841333f3f45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7dc1d841333f3f45","status":"passed","time":{"start":1724889678550,"stop":1724889678550,"duration":0}},{"uid":"cc818da2b914da05","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc818da2b914da05","status":"passed","time":{"start":1724888829842,"stop":1724888829842,"duration":0}},{"uid":"9314119e9dc33625","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9314119e9dc33625","status":"passed","time":{"start":1724888077008,"stop":1724888077009,"duration":1}},{"uid":"a7597f887ed412de","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a7597f887ed412de","status":"passed","time":{"start":1724886851124,"stop":1724886851125,"duration":1}},{"uid":"524b2ce1d0289cdc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/524b2ce1d0289cdc","status":"passed","time":{"start":1724886647110,"stop":1724886647110,"duration":0}},{"uid":"5cc43ffb7aeb7041","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5cc43ffb7aeb7041","status":"passed","time":{"start":1724861992712,"stop":1724861992712,"duration":0}},{"uid":"1800463929e8d708","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1800463929e8d708","status":"passed","time":{"start":1724861469641,"stop":1724861469642,"duration":1}},{"uid":"2c7515bb499e8269","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2c7515bb499e8269","status":"passed","time":{"start":1724861284856,"stop":1724861284857,"duration":1}},{"uid":"65aa0a4f696e36df","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/65aa0a4f696e36df","status":"passed","time":{"start":1724861145804,"stop":1724861145804,"duration":0}}]},"tags":[]},"source":"1234bc9c2dea9b9.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/1263f7371501e3fc.json b/7376/data/test-cases/1263f7371501e3fc.json new file mode 100644 index 00000000000..04223f9c2fb --- /dev/null +++ b/7376/data/test-cases/1263f7371501e3fc.json @@ -0,0 +1 @@ +{"uid":"1263f7371501e3fc","name":"Ping on unsubscribed peer","fullName":"/tests/filter/ping.node.spec.ts: Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false > Ping on unsubscribed peer","historyId":"0de593c58a7f0697f715a0074d110272:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922499936,"stop":1724922499936,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f5c46b5bb7e41cab","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f5c46b5bb7e41cab","status":"passed","time":{"start":1724921158280,"stop":1724921158281,"duration":1}},{"uid":"d08ca97c3ebaa1e7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d08ca97c3ebaa1e7","status":"passed","time":{"start":1724921130078,"stop":1724921130078,"duration":0}},{"uid":"c456dd27ec4e905f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c456dd27ec4e905f","status":"passed","time":{"start":1724917796895,"stop":1724917796896,"duration":1}},{"uid":"1d803c835dbabe2a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1d803c835dbabe2a","status":"passed","time":{"start":1724889579999,"stop":1724889579999,"duration":0}},{"uid":"f7953852bcf6e7a2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7953852bcf6e7a2","status":"passed","time":{"start":1724888730129,"stop":1724888730130,"duration":1}},{"uid":"87ef9ffce4160a80","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/87ef9ffce4160a80","status":"passed","time":{"start":1724887883927,"stop":1724887883928,"duration":1}},{"uid":"114db736910be16e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/114db736910be16e","status":"passed","time":{"start":1724886651246,"stop":1724886651246,"duration":0}},{"uid":"df20bd8a13b7253d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/df20bd8a13b7253d","status":"passed","time":{"start":1724886430269,"stop":1724886430269,"duration":0}},{"uid":"e50d07421555fed0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e50d07421555fed0","status":"passed","time":{"start":1724861879168,"stop":1724861879169,"duration":1}},{"uid":"8013508407d35dc2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8013508407d35dc2","status":"passed","time":{"start":1724861345739,"stop":1724861345740,"duration":1}},{"uid":"59ddaec8f81bdbc7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/59ddaec8f81bdbc7","status":"passed","time":{"start":1724861186695,"stop":1724861186695,"duration":0}},{"uid":"a7968d624001336","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a7968d624001336","status":"passed","time":{"start":1724861034887,"stop":1724861034887,"duration":0}}]},"tags":[]},"source":"1263f7371501e3fc.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/1355cbe9ca52df4b.json b/7376/data/test-cases/1355cbe9ca52df4b.json new file mode 100644 index 00000000000..15d33e815b3 --- /dev/null +++ b/7376/data/test-cases/1355cbe9ca52df4b.json @@ -0,0 +1 @@ +{"uid":"1355cbe9ca52df4b","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","fullName":"/src/lib/filterPeers.spec.ts: filterPeersByDiscovery function > should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","historyId":"8b6724788d12b89e3f480dbfc149f09d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922387838,"stop":1724922387839,"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":13,"unknown":0,"total":13},"items":[{"uid":"e3d887291748dc9a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e3d887291748dc9a","status":"passed","time":{"start":1724921050916,"stop":1724921050916,"duration":0}},{"uid":"ed118c772fbb94ac","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ed118c772fbb94ac","status":"passed","time":{"start":1724921026084,"stop":1724921026085,"duration":1}},{"uid":"c1c8ffc40de6842d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c1c8ffc40de6842d","status":"passed","time":{"start":1724917686331,"stop":1724917686331,"duration":0}},{"uid":"2e1930f23b0fb84b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2e1930f23b0fb84b","status":"passed","time":{"start":1724889465302,"stop":1724889465303,"duration":1}},{"uid":"2ea08520d2605868","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ea08520d2605868","status":"passed","time":{"start":1724888615855,"stop":1724888615856,"duration":1}},{"uid":"b2f381475e7f3c22","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b2f381475e7f3c22","status":"passed","time":{"start":1724887772190,"stop":1724887772190,"duration":0}},{"uid":"465f9effb8299ce3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/465f9effb8299ce3","status":"passed","time":{"start":1724886538736,"stop":1724886538737,"duration":1}},{"uid":"ecc79377f02817f9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ecc79377f02817f9","status":"passed","time":{"start":1724886316573,"stop":1724886316574,"duration":1}},{"uid":"488c222f9a3be4ef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/488c222f9a3be4ef","status":"passed","time":{"start":1724861765627,"stop":1724861765627,"duration":0}},{"uid":"a7c3410e4cca11c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a7c3410e4cca11c","status":"passed","time":{"start":1724861236290,"stop":1724861236290,"duration":0}},{"uid":"12ef28aa201afbdf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/12ef28aa201afbdf","status":"passed","time":{"start":1724861059256,"stop":1724861059256,"duration":0}},{"uid":"b0057e02c0583e7a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b0057e02c0583e7a","status":"passed","time":{"start":1724860920541,"stop":1724860920542,"duration":1}}]},"tags":[]},"source":"1355cbe9ca52df4b.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/1380c4568e7e53e.json b/7376/data/test-cases/1380c4568e7e53e.json new file mode 100644 index 00000000000..036ad5a4836 --- /dev/null +++ b/7376/data/test-cases/1380c4568e7e53e.json @@ -0,0 +1 @@ +{"uid":"1380c4568e7e53e","name":"Subscribe and publish 10000 messages on the same topic","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe and publish 10000 messages on the same topic","historyId":"5b72280c943b19522a35016cedcc76c1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922891484,"stop":1724922891485,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ee3979b706e661d4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ee3979b706e661d4","status":"passed","time":{"start":1724921563007,"stop":1724921563008,"duration":1}},{"uid":"de52728853d8d3f5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/de52728853d8d3f5","status":"passed","time":{"start":1724921526809,"stop":1724921526809,"duration":0}},{"uid":"ed490cfaa71c65e1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ed490cfaa71c65e1","status":"passed","time":{"start":1724918239933,"stop":1724918239934,"duration":1}},{"uid":"2e080a3b363b8bcd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2e080a3b363b8bcd","status":"passed","time":{"start":1724889980881,"stop":1724889980881,"duration":0}},{"uid":"5076f136d7ccaa5c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5076f136d7ccaa5c","status":"passed","time":{"start":1724889109946,"stop":1724889109946,"duration":0}},{"uid":"86b00ec52a7d629c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/86b00ec52a7d629c","status":"passed","time":{"start":1724888294719,"stop":1724888294719,"duration":0}},{"uid":"fb7f0330eec2352a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fb7f0330eec2352a","status":"passed","time":{"start":1724887071735,"stop":1724887071735,"duration":0}},{"uid":"d14dfd43bec7d411","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d14dfd43bec7d411","status":"passed","time":{"start":1724886848341,"stop":1724886848341,"duration":0}},{"uid":"65b6a426d4add304","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/65b6a426d4add304","status":"passed","time":{"start":1724862259243,"stop":1724862259243,"duration":0}},{"uid":"dd0475edbc202ffa","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dd0475edbc202ffa","status":"passed","time":{"start":1724861735321,"stop":1724861735321,"duration":0}},{"uid":"d47f3b27bb6f50d4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d47f3b27bb6f50d4","status":"passed","time":{"start":1724861606335,"stop":1724861606335,"duration":0}},{"uid":"592d648e8dd1bcec","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/592d648e8dd1bcec","status":"passed","time":{"start":1724861426681,"stop":1724861426681,"duration":0}}]},"tags":[]},"source":"1380c4568e7e53e.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/1391faea2346e787.json b/7376/data/test-cases/1391faea2346e787.json new file mode 100644 index 00000000000..474505c19d8 --- /dev/null +++ b/7376/data/test-cases/1391faea2346e787.json @@ -0,0 +1 @@ +{"uid":"1391faea2346e787","name":"throws on content topic with generation field greater than 0","fullName":"/src/common/sharding/index.spec.ts: ensureValidContentTopic > throws on content topic with generation field greater than 0","historyId":"0d1c98b819acb884ae18dc8e8a5389a4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374659,"stop":1724922374660,"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":"ensureValidContentTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a777e19e857fd151","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a777e19e857fd151","status":"passed","time":{"start":1724921037621,"stop":1724921037621,"duration":0}},{"uid":"17649b7204064dde","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/17649b7204064dde","status":"passed","time":{"start":1724921013033,"stop":1724921013034,"duration":1}},{"uid":"c07345115088d429","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c07345115088d429","status":"passed","time":{"start":1724917673277,"stop":1724917673277,"duration":0}},{"uid":"c213a534d3e5f1de","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c213a534d3e5f1de","status":"passed","time":{"start":1724889452296,"stop":1724889452296,"duration":0}},{"uid":"eeb99fd1e1818022","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eeb99fd1e1818022","status":"passed","time":{"start":1724888602825,"stop":1724888602825,"duration":0}},{"uid":"aac797ac6ebe5cac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aac797ac6ebe5cac","status":"passed","time":{"start":1724887759150,"stop":1724887759150,"duration":0}},{"uid":"54051ed87be98a4b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/54051ed87be98a4b","status":"passed","time":{"start":1724886525537,"stop":1724886525537,"duration":0}},{"uid":"39ee37c5afe60c3c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/39ee37c5afe60c3c","status":"passed","time":{"start":1724886303383,"stop":1724886303383,"duration":0}},{"uid":"a0bfdb650b477bb8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a0bfdb650b477bb8","status":"passed","time":{"start":1724861752212,"stop":1724861752212,"duration":0}},{"uid":"72bd67d038a08036","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/72bd67d038a08036","status":"passed","time":{"start":1724861223342,"stop":1724861223342,"duration":0}},{"uid":"180846af7bc53f01","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/180846af7bc53f01","status":"passed","time":{"start":1724861045187,"stop":1724861045188,"duration":1}},{"uid":"ad2d6dad84a0380d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ad2d6dad84a0380d","status":"passed","time":{"start":1724860907070,"stop":1724860907070,"duration":0}}]},"tags":[]},"source":"1391faea2346e787.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/497dc329ea1db036.json b/7376/data/test-cases/13e10dd5d3614e73.json similarity index 77% rename from 7346/data/test-cases/497dc329ea1db036.json rename to 7376/data/test-cases/13e10dd5d3614e73.json index 819ac9e3938..35a592cfab6 100644 --- a/7346/data/test-cases/497dc329ea1db036.json +++ b/7376/data/test-cases/13e10dd5d3614e73.json @@ -1 +1 @@ -{"uid":"497dc329ea1db036","name":"Check publish message containing numeric","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing numeric","historyId":"699992428f2a605ac0600b5acaf8e8b9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765426724,"stop":1724765426724,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"397490b093d6593f","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/397490b093d6593f","status":"passed","time":{"start":1724765341324,"stop":1724765341324,"duration":0}},{"uid":"610a82e5683bdcf8","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/610a82e5683bdcf8","status":"passed","time":{"start":1724763725725,"stop":1724763725725,"duration":0}},{"uid":"9a58593b9eb3067c","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/9a58593b9eb3067c","status":"passed","time":{"start":1724760957719,"stop":1724760957720,"duration":1}},{"uid":"509d085a00cd6ce4","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/509d085a00cd6ce4","status":"passed","time":{"start":1724759981880,"stop":1724759981880,"duration":0}},{"uid":"3428de37d2bb1a46","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/3428de37d2bb1a46","status":"passed","time":{"start":1724758132027,"stop":1724758132028,"duration":1}},{"uid":"bb00ace8db83b0bf","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/bb00ace8db83b0bf","status":"passed","time":{"start":1724757777625,"stop":1724757777626,"duration":1}},{"uid":"77cb58e5539db717","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/77cb58e5539db717","status":"passed","time":{"start":1724757176015,"stop":1724757176016,"duration":1}},{"uid":"1acc0d37652b9e11","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/1acc0d37652b9e11","status":"passed","time":{"start":1724755243502,"stop":1724755243502,"duration":0}},{"uid":"32d235235a07cfd1","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/32d235235a07cfd1","status":"passed","time":{"start":1724752673878,"stop":1724752673879,"duration":1}},{"uid":"eadd74c7e26fffaf","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/eadd74c7e26fffaf","status":"passed","time":{"start":1724751529509,"stop":1724751529510,"duration":1}},{"uid":"7609b73cdc3d831","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/7609b73cdc3d831","status":"passed","time":{"start":1724750600082,"stop":1724750600083,"duration":1}},{"uid":"757e32ca1599a669","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/757e32ca1599a669","status":"passed","time":{"start":1724749599688,"stop":1724749599688,"duration":0}},{"uid":"6c9e6f6de230c7ca","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/6c9e6f6de230c7ca","status":"passed","time":{"start":1724717906122,"stop":1724717906123,"duration":1}},{"uid":"dfbc9f94093c4a4c","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/dfbc9f94093c4a4c","status":"passed","time":{"start":1724715143938,"stop":1724715143938,"duration":0}},{"uid":"4a28964daeb8f9d6","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/4a28964daeb8f9d6","status":"passed","time":{"start":1724713227694,"stop":1724713227694,"duration":0}},{"uid":"abff2e66d78634e6","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/abff2e66d78634e6","status":"passed","time":{"start":1724706419033,"stop":1724706419033,"duration":0}},{"uid":"75ecf983f7f9d0ae","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/75ecf983f7f9d0ae","status":"passed","time":{"start":1724704834028,"stop":1724704834029,"duration":1}},{"uid":"74f11fb6aa82ec78","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/74f11fb6aa82ec78","status":"passed","time":{"start":1724684210892,"stop":1724684210892,"duration":0}},{"uid":"fdadce6e2e96be85","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/fdadce6e2e96be85","status":"passed","time":{"start":1724672960972,"stop":1724672960973,"duration":1}},{"uid":"6ed8a44b31a35a2e","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/6ed8a44b31a35a2e","status":"passed","time":{"start":1724670677906,"stop":1724670677908,"duration":2}}]},"tags":[]},"source":"497dc329ea1db036.json","parameterValues":[]} \ No newline at end of file +{"uid":"13e10dd5d3614e73","name":"Check publish message containing numeric","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing numeric","historyId":"699992428f2a605ac0600b5acaf8e8b9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922887521,"stop":1724922887521,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e06edffcca43be63","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e06edffcca43be63","status":"passed","time":{"start":1724921564772,"stop":1724921564772,"duration":0}},{"uid":"e39873f6561b2398","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e39873f6561b2398","status":"passed","time":{"start":1724921518781,"stop":1724921518782,"duration":1}},{"uid":"f4f9c1171e2a8c95","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f4f9c1171e2a8c95","status":"passed","time":{"start":1724918229395,"stop":1724918229395,"duration":0}},{"uid":"263e362da1f1d5e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/263e362da1f1d5e8","status":"passed","time":{"start":1724889980693,"stop":1724889980693,"duration":0}},{"uid":"8f75930a2279389c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f75930a2279389c","status":"passed","time":{"start":1724889111155,"stop":1724889111156,"duration":1}},{"uid":"9a57bb5ecc067b87","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9a57bb5ecc067b87","status":"passed","time":{"start":1724888292528,"stop":1724888292529,"duration":1}},{"uid":"e312c23362a55d8d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e312c23362a55d8d","status":"passed","time":{"start":1724887068220,"stop":1724887068221,"duration":1}},{"uid":"209e51e6d628e560","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/209e51e6d628e560","status":"passed","time":{"start":1724886848918,"stop":1724886848918,"duration":0}},{"uid":"5d745422095053a2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5d745422095053a2","status":"passed","time":{"start":1724862262043,"stop":1724862262043,"duration":0}},{"uid":"c0b299661de8bbf2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c0b299661de8bbf2","status":"passed","time":{"start":1724861741888,"stop":1724861741889,"duration":1}},{"uid":"471bd69deabc1a95","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/471bd69deabc1a95","status":"passed","time":{"start":1724861599483,"stop":1724861599483,"duration":0}},{"uid":"555ba0e870b951eb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/555ba0e870b951eb","status":"passed","time":{"start":1724861428470,"stop":1724861428471,"duration":1}}]},"tags":[]},"source":"13e10dd5d3614e73.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/11a90cbad18d7370.json b/7376/data/test-cases/1437e6e6c6f30c40.json similarity index 54% rename from 7346/data/test-cases/11a90cbad18d7370.json rename to 7376/data/test-cases/1437e6e6c6f30c40.json index ff2f2710607..a81c8c0402e 100644 --- a/7346/data/test-cases/11a90cbad18d7370.json +++ b/7376/data/test-cases/1437e6e6c6f30c40.json @@ -1 +1 @@ -{"uid":"11a90cbad18d7370","name":"Query generator for multiple messages","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Query generator for multiple messages","historyId":"d4f0fd57ff4c72a9038ce8d3ec761e17:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765527321,"stop":1724765527321,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, general"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"a599ef610a52326c","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/a599ef610a52326c","status":"passed","time":{"start":1724765450592,"stop":1724765450593,"duration":1}},{"uid":"f8a3d9d10289dcfc","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/f8a3d9d10289dcfc","status":"passed","time":{"start":1724763811958,"stop":1724763811958,"duration":0}},{"uid":"79df8d12e17e5b48","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/79df8d12e17e5b48","status":"passed","time":{"start":1724761065420,"stop":1724761065420,"duration":0}},{"uid":"20ad39f4d1501edd","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/20ad39f4d1501edd","status":"passed","time":{"start":1724760096699,"stop":1724760096700,"duration":1}},{"uid":"24fedf5c53a5f57","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/24fedf5c53a5f57","status":"passed","time":{"start":1724758236715,"stop":1724758236715,"duration":0}},{"uid":"e303777ec2ae6b1d","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/e303777ec2ae6b1d","status":"passed","time":{"start":1724757907405,"stop":1724757907405,"duration":0}},{"uid":"7e058d03d4902197","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/7e058d03d4902197","status":"passed","time":{"start":1724757276346,"stop":1724757276346,"duration":0}},{"uid":"2265daa70879a9ec","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2265daa70879a9ec","status":"passed","time":{"start":1724755353474,"stop":1724755353476,"duration":2}},{"uid":"c34c25adeb8b6e39","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/c34c25adeb8b6e39","status":"passed","time":{"start":1724752795650,"stop":1724752795651,"duration":1}},{"uid":"918abd2214cefa14","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/918abd2214cefa14","status":"passed","time":{"start":1724751636505,"stop":1724751636506,"duration":1}},{"uid":"f124191ac6f8da10","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/f124191ac6f8da10","status":"passed","time":{"start":1724750704686,"stop":1724750704690,"duration":4}},{"uid":"5387e649099c4b69","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/5387e649099c4b69","status":"passed","time":{"start":1724749699138,"stop":1724749699138,"duration":0}},{"uid":"fa19cb5c700efe27","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/fa19cb5c700efe27","status":"passed","time":{"start":1724718019846,"stop":1724718019847,"duration":1}},{"uid":"a5aafde870813ebb","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/a5aafde870813ebb","status":"passed","time":{"start":1724715260155,"stop":1724715260155,"duration":0}},{"uid":"6977776c0b52087b","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/6977776c0b52087b","status":"passed","time":{"start":1724713334475,"stop":1724713334475,"duration":0}},{"uid":"89c810af4ca8f235","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/89c810af4ca8f235","status":"passed","time":{"start":1724706528540,"stop":1724706528541,"duration":1}},{"uid":"e7469475ba322723","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/e7469475ba322723","status":"passed","time":{"start":1724704934958,"stop":1724704934958,"duration":0}},{"uid":"29f5b4296e89b7fd","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/29f5b4296e89b7fd","status":"passed","time":{"start":1724684316244,"stop":1724684316245,"duration":1}},{"uid":"d032b91959daeb64","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/d032b91959daeb64","status":"passed","time":{"start":1724673070804,"stop":1724673070805,"duration":1}},{"uid":"613cd3b4fccbce51","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/613cd3b4fccbce51","status":"passed","time":{"start":1724670790976,"stop":1724670790976,"duration":0}}]},"tags":[]},"source":"11a90cbad18d7370.json","parameterValues":[]} \ No newline at end of file +{"uid":"1437e6e6c6f30c40","name":"Query generator for multiple messages","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Query generator for multiple messages","historyId":"d4f0fd57ff4c72a9038ce8d3ec761e17:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922971797,"stop":1724922971797,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, general"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c0cd2ebe077eef3b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c0cd2ebe077eef3b","status":"passed","time":{"start":1724921663252,"stop":1724921663253,"duration":1}},{"uid":"4558ab22cea828ae","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4558ab22cea828ae","status":"passed","time":{"start":1724921617878,"stop":1724921617878,"duration":0}},{"uid":"bf2c47efce348d29","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bf2c47efce348d29","status":"passed","time":{"start":1724918326159,"stop":1724918326159,"duration":0}},{"uid":"71e2200ac132780e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/71e2200ac132780e","status":"passed","time":{"start":1724890076390,"stop":1724890076391,"duration":1}},{"uid":"85c77d615b245e06","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/85c77d615b245e06","status":"passed","time":{"start":1724889199685,"stop":1724889199686,"duration":1}},{"uid":"98c289944155053a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/98c289944155053a","status":"passed","time":{"start":1724888382418,"stop":1724888382419,"duration":1}},{"uid":"f45650684f29a57b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f45650684f29a57b","status":"passed","time":{"start":1724887156364,"stop":1724887156365,"duration":1}},{"uid":"d32ab024d62d894a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d32ab024d62d894a","status":"passed","time":{"start":1724886936157,"stop":1724886936158,"duration":1}},{"uid":"7b6434cea46e48db","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b6434cea46e48db","status":"passed","time":{"start":1724862347634,"stop":1724862347634,"duration":0}},{"uid":"d30f8639f916a2ba","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d30f8639f916a2ba","status":"passed","time":{"start":1724861827950,"stop":1724861827951,"duration":1}},{"uid":"4c64b32933cdfd7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4c64b32933cdfd7","status":"passed","time":{"start":1724861685955,"stop":1724861685956,"duration":1}},{"uid":"5f57ca28e52ecf72","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5f57ca28e52ecf72","status":"passed","time":{"start":1724861514745,"stop":1724861514745,"duration":0}}]},"tags":[]},"source":"1437e6e6c6f30c40.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/149ef4ef037b4f93.json b/7376/data/test-cases/149ef4ef037b4f93.json new file mode 100644 index 00000000000..37dd0ef63dc --- /dev/null +++ b/7376/data/test-cases/149ef4ef037b4f93.json @@ -0,0 +1 @@ +{"uid":"149ef4ef037b4f93","name":"topics with same application and version share the same shard","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > topics with same application and version share the same shard","historyId":"3f5c35156711959eda236cd101661550:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374674,"stop":1724922374674,"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":"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":13,"unknown":0,"total":13},"items":[{"uid":"7f5d938f054952ef","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7f5d938f054952ef","status":"passed","time":{"start":1724921037635,"stop":1724921037635,"duration":0}},{"uid":"65f71b5971e26f96","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/65f71b5971e26f96","status":"passed","time":{"start":1724921013047,"stop":1724921013047,"duration":0}},{"uid":"a0a0ff7f175e3e0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a0a0ff7f175e3e0","status":"passed","time":{"start":1724917673291,"stop":1724917673291,"duration":0}},{"uid":"b1c4ebd114a05df4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1c4ebd114a05df4","status":"passed","time":{"start":1724889452309,"stop":1724889452309,"duration":0}},{"uid":"9e3bc7417dd22347","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e3bc7417dd22347","status":"passed","time":{"start":1724888602839,"stop":1724888602840,"duration":1}},{"uid":"5b26a79a36fb0f8f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5b26a79a36fb0f8f","status":"passed","time":{"start":1724887759163,"stop":1724887759163,"duration":0}},{"uid":"8aff8e43faf15141","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8aff8e43faf15141","status":"passed","time":{"start":1724886525543,"stop":1724886525543,"duration":0}},{"uid":"aecdc0e3a04d7bea","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/aecdc0e3a04d7bea","status":"passed","time":{"start":1724886303396,"stop":1724886303396,"duration":0}},{"uid":"69c1da296a16a076","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/69c1da296a16a076","status":"passed","time":{"start":1724861752226,"stop":1724861752228,"duration":2}},{"uid":"8278eb83513d3265","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8278eb83513d3265","status":"passed","time":{"start":1724861223354,"stop":1724861223354,"duration":0}},{"uid":"4857528aa2b8ba0a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4857528aa2b8ba0a","status":"passed","time":{"start":1724861045201,"stop":1724861045202,"duration":1}},{"uid":"96f20da2c100d2d0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/96f20da2c100d2d0","status":"passed","time":{"start":1724860907084,"stop":1724860907084,"duration":0}}]},"tags":[]},"source":"149ef4ef037b4f93.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/14c8a1d3ace1612b.json b/7376/data/test-cases/14c8a1d3ace1612b.json new file mode 100644 index 00000000000..ad3fed7d12b --- /dev/null +++ b/7376/data/test-cases/14c8a1d3ace1612b.json @@ -0,0 +1 @@ +{"uid":"14c8a1d3ace1612b","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","fullName":"/src/dns/enrtree.spec.ts: ENRTree > ENRTree (tree): should error if DNS tree entry is mis-prefixed","historyId":"97349d040397fa5c6f0b0f5f59281a9e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922398404,"stop":1724922398405,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"ENRTree"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b38193daee49975","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b38193daee49975","status":"passed","time":{"start":1724921061372,"stop":1724921061372,"duration":0}},{"uid":"8dfa5be78640309","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8dfa5be78640309","status":"passed","time":{"start":1724921036552,"stop":1724921036553,"duration":1}},{"uid":"ea44d88823cdb50c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ea44d88823cdb50c","status":"passed","time":{"start":1724917696994,"stop":1724917696994,"duration":0}},{"uid":"38501794b13cb4c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/38501794b13cb4c9","status":"passed","time":{"start":1724889475437,"stop":1724889475438,"duration":1}},{"uid":"6b95444744206768","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b95444744206768","status":"passed","time":{"start":1724888626531,"stop":1724888626531,"duration":0}},{"uid":"6d5d1a075a6372cf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6d5d1a075a6372cf","status":"passed","time":{"start":1724887782739,"stop":1724887782740,"duration":1}},{"uid":"c523f7a33014de06","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c523f7a33014de06","status":"passed","time":{"start":1724886549351,"stop":1724886549352,"duration":1}},{"uid":"e3c64c62cf5336e3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e3c64c62cf5336e3","status":"passed","time":{"start":1724886326872,"stop":1724886326873,"duration":1}},{"uid":"ce15f93ea27ee657","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ce15f93ea27ee657","status":"passed","time":{"start":1724861776302,"stop":1724861776303,"duration":1}},{"uid":"77ec377002243db6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/77ec377002243db6","status":"passed","time":{"start":1724861246686,"stop":1724861246687,"duration":1}},{"uid":"70f16d1fe3aebd9e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/70f16d1fe3aebd9e","status":"passed","time":{"start":1724861070670,"stop":1724861070671,"duration":1}},{"uid":"952a432c8f08c055","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/952a432c8f08c055","status":"passed","time":{"start":1724860931331,"stop":1724860931332,"duration":1}}]},"tags":[]},"source":"14c8a1d3ace1612b.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/14df5570ad0869cb.json b/7376/data/test-cases/14df5570ad0869cb.json new file mode 100644 index 00000000000..ee845eae599 --- /dev/null +++ b/7376/data/test-cases/14df5570ad0869cb.json @@ -0,0 +1 @@ +{"uid":"14df5570ad0869cb","name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","historyId":"1f1826c46d8ebcb70b3ec7356b2c26ca:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922778328,"stop":1724922778328,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5b48a8122b223c54","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5b48a8122b223c54","status":"passed","time":{"start":1724921497759,"stop":1724921497760,"duration":1}},{"uid":"94c2f318ffea873e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/94c2f318ffea873e","status":"passed","time":{"start":1724921408415,"stop":1724921408416,"duration":1}},{"uid":"1ea0d0cd16ca3666","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1ea0d0cd16ca3666","status":"passed","time":{"start":1724918086872,"stop":1724918086872,"duration":0}},{"uid":"d0becf3529018d38","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d0becf3529018d38","status":"passed","time":{"start":1724889892448,"stop":1724889892448,"duration":0}},{"uid":"a829c2d3840046a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a829c2d3840046a9","status":"passed","time":{"start":1724888997218,"stop":1724888997218,"duration":0}},{"uid":"2cc765a0cfe7e2eb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2cc765a0cfe7e2eb","status":"passed","time":{"start":1724888159509,"stop":1724888159509,"duration":0}},{"uid":"a416b97fd15bbfcc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a416b97fd15bbfcc","status":"passed","time":{"start":1724886937308,"stop":1724886937312,"duration":4}},{"uid":"db9a17e33a91a04d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/db9a17e33a91a04d","status":"passed","time":{"start":1724886709809,"stop":1724886709810,"duration":1}},{"uid":"a9a8ef8ed82a42a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9a8ef8ed82a42a0","status":"passed","time":{"start":1724862123539,"stop":1724862123539,"duration":0}},{"uid":"674b532ec027cb94","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/674b532ec027cb94","status":"passed","time":{"start":1724861620105,"stop":1724861620106,"duration":1}},{"uid":"35eb0f6517c38495","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/35eb0f6517c38495","status":"passed","time":{"start":1724861460254,"stop":1724861460255,"duration":1}},{"uid":"54e6a18e11d029b9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/54e6a18e11d029b9","status":"passed","time":{"start":1724861330174,"stop":1724861330174,"duration":0}}]},"tags":[]},"source":"14df5570ad0869cb.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/e08a5b6a14d17393.json b/7376/data/test-cases/1593b67437f63101.json similarity index 77% rename from 7346/data/test-cases/e08a5b6a14d17393.json rename to 7376/data/test-cases/1593b67437f63101.json index 6ad2527d475..5f834cf639f 100644 --- a/7346/data/test-cases/e08a5b6a14d17393.json +++ b/7376/data/test-cases/1593b67437f63101.json @@ -1 +1 @@ -{"uid":"e08a5b6a14d17393","name":"Subscribe and receive messages via lightPush","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe and receive messages via lightPush","historyId":"ad4e8b08f765ff93f0032cfe8dd85dc3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765545657,"stop":1724765545658,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"d781ffaf3928018d","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/d781ffaf3928018d","status":"passed","time":{"start":1724765472918,"stop":1724765472918,"duration":0}},{"uid":"1ac684ae4f0486f2","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/1ac684ae4f0486f2","status":"passed","time":{"start":1724763953863,"stop":1724763953863,"duration":0}},{"uid":"86c2e34e36a7ba32","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/86c2e34e36a7ba32","status":"passed","time":{"start":1724761070309,"stop":1724761070309,"duration":0}},{"uid":"3b0ee0286d1f0d2c","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/3b0ee0286d1f0d2c","status":"passed","time":{"start":1724760260071,"stop":1724760260071,"duration":0}},{"uid":"9af556a9f565cb47","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/9af556a9f565cb47","status":"passed","time":{"start":1724758530265,"stop":1724758530265,"duration":0}},{"uid":"652efb8d47ca4ddf","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/652efb8d47ca4ddf","status":"passed","time":{"start":1724757958290,"stop":1724757958290,"duration":0}},{"uid":"6029a33f455b3d99","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/6029a33f455b3d99","status":"passed","time":{"start":1724757397586,"stop":1724757397587,"duration":1}},{"uid":"f0beeb69100668a2","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/f0beeb69100668a2","status":"passed","time":{"start":1724755379396,"stop":1724755379397,"duration":1}},{"uid":"25158781460466da","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/25158781460466da","status":"passed","time":{"start":1724752819839,"stop":1724752819839,"duration":0}},{"uid":"d44125f73f7bfb82","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/d44125f73f7bfb82","status":"passed","time":{"start":1724751625309,"stop":1724751625312,"duration":3}},{"uid":"7f227788b92bdef6","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/7f227788b92bdef6","status":"passed","time":{"start":1724750725816,"stop":1724750725816,"duration":0}},{"uid":"41391bf5d8e7ffe7","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/41391bf5d8e7ffe7","status":"passed","time":{"start":1724749717496,"stop":1724749717496,"duration":0}},{"uid":"2fc3388f954cbe5e","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/2fc3388f954cbe5e","status":"passed","time":{"start":1724718019276,"stop":1724718019276,"duration":0}},{"uid":"82e56d0fd11ef5a7","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/82e56d0fd11ef5a7","status":"passed","time":{"start":1724715264557,"stop":1724715264557,"duration":0}},{"uid":"dfe969c59d8d9bb3","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/dfe969c59d8d9bb3","status":"passed","time":{"start":1724713371745,"stop":1724713371745,"duration":0}},{"uid":"f9fea7d4d095e6ed","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f9fea7d4d095e6ed","status":"passed","time":{"start":1724706679427,"stop":1724706679428,"duration":1}},{"uid":"5ac57458a8a79a63","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/5ac57458a8a79a63","status":"passed","time":{"start":1724705096853,"stop":1724705096854,"duration":1}},{"uid":"cdff72ba24c17e40","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/cdff72ba24c17e40","status":"passed","time":{"start":1724684459922,"stop":1724684459922,"duration":0}},{"uid":"63e452671bc76a9f","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/63e452671bc76a9f","status":"passed","time":{"start":1724673071752,"stop":1724673071752,"duration":0}},{"uid":"15f6388372fa4f95","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/15f6388372fa4f95","status":"passed","time":{"start":1724670808674,"stop":1724670808674,"duration":0}}]},"tags":[]},"source":"e08a5b6a14d17393.json","parameterValues":[]} \ No newline at end of file +{"uid":"1593b67437f63101","name":"Subscribe to topic containing Chinese and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing Chinese and receive message","historyId":"43e4c3d321b44a5ff314a8644db799cd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012478,"stop":1724923012479,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"88e7c7a429e73f95","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/88e7c7a429e73f95","status":"passed","time":{"start":1724921625083,"stop":1724921625083,"duration":0}},{"uid":"9280d4faa41d27a8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9280d4faa41d27a8","status":"passed","time":{"start":1724921590509,"stop":1724921590509,"duration":0}},{"uid":"d31ffe726988e01e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d31ffe726988e01e","status":"passed","time":{"start":1724918287575,"stop":1724918287575,"duration":0}},{"uid":"ccabaf9131c2886e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ccabaf9131c2886e","status":"passed","time":{"start":1724890047800,"stop":1724890047800,"duration":0}},{"uid":"60719b15000f6032","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/60719b15000f6032","status":"passed","time":{"start":1724889183941,"stop":1724889183942,"duration":1}},{"uid":"ccd87c0b1692fe27","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ccd87c0b1692fe27","status":"passed","time":{"start":1724888354181,"stop":1724888354182,"duration":1}},{"uid":"7b886a49e4a4781d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7b886a49e4a4781d","status":"passed","time":{"start":1724887145718,"stop":1724887145719,"duration":1}},{"uid":"e66c9bb9614af8a1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e66c9bb9614af8a1","status":"passed","time":{"start":1724886915797,"stop":1724886915797,"duration":0}},{"uid":"d4fea9e628919840","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d4fea9e628919840","status":"passed","time":{"start":1724862341463,"stop":1724862341463,"duration":0}},{"uid":"c4b0c43c15cf6d49","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c4b0c43c15cf6d49","status":"passed","time":{"start":1724861805466,"stop":1724861805467,"duration":1}},{"uid":"a6f86a4ee0de528","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a6f86a4ee0de528","status":"passed","time":{"start":1724861662298,"stop":1724861662299,"duration":1}},{"uid":"5eeeb217d124de04","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5eeeb217d124de04","status":"passed","time":{"start":1724861492525,"stop":1724861492526,"duration":1}}]},"tags":[]},"source":"1593b67437f63101.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/3376af262d57e6c4.json b/7376/data/test-cases/160c4402d59bbaad.json similarity index 79% rename from 7346/data/test-cases/3376af262d57e6c4.json rename to 7376/data/test-cases/160c4402d59bbaad.json index 31b3fa38696..9db8cdb740d 100644 --- a/7346/data/test-cases/3376af262d57e6c4.json +++ b/7376/data/test-cases/160c4402d59bbaad.json @@ -1 +1 @@ -{"uid":"3376af262d57e6c4","name":"Subscribe to topic containing long and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing long and receive message","historyId":"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765075583,"stop":1724765075584,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"9db114f7d4397ad0","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/9db114f7d4397ad0","status":"passed","time":{"start":1724765010542,"stop":1724765010542,"duration":0}},{"uid":"e5d305ffda276035","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/e5d305ffda276035","status":"passed","time":{"start":1724763380288,"stop":1724763380289,"duration":1}},{"uid":"2cf7bb840f9d9b80","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2cf7bb840f9d9b80","status":"passed","time":{"start":1724760632563,"stop":1724760632563,"duration":0}},{"uid":"4d85c8ee2ab0e3fa","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/4d85c8ee2ab0e3fa","status":"passed","time":{"start":1724759660921,"stop":1724759660922,"duration":1}},{"uid":"ca501299c627c36f","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/ca501299c627c36f","status":"passed","time":{"start":1724757793699,"stop":1724757793699,"duration":0}},{"uid":"adc04ee525346cb7","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/adc04ee525346cb7","status":"passed","time":{"start":1724757518635,"stop":1724757518635,"duration":0}},{"uid":"946c682c9ceab446","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/946c682c9ceab446","status":"passed","time":{"start":1724756832093,"stop":1724756832094,"duration":1}},{"uid":"2c3d2f2eda4a5f3f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2c3d2f2eda4a5f3f","status":"passed","time":{"start":1724754929273,"stop":1724754929273,"duration":0}},{"uid":"a83c4ca35fffcacc","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/a83c4ca35fffcacc","status":"passed","time":{"start":1724752352147,"stop":1724752352147,"duration":0}},{"uid":"28ab6df8810f4493","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/28ab6df8810f4493","status":"passed","time":{"start":1724751201122,"stop":1724751201122,"duration":0}},{"uid":"f30bd453cb3bab4d","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/f30bd453cb3bab4d","status":"passed","time":{"start":1724750264839,"stop":1724750264839,"duration":0}},{"uid":"a7f8cc01db8496d7","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/a7f8cc01db8496d7","status":"passed","time":{"start":1724749292151,"stop":1724749292151,"duration":0}},{"uid":"2b66d64891352398","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/2b66d64891352398","status":"passed","time":{"start":1724717596792,"stop":1724717596793,"duration":1}},{"uid":"7e53c16b98fd5ff3","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/7e53c16b98fd5ff3","status":"passed","time":{"start":1724714823647,"stop":1724714823652,"duration":5}},{"uid":"99449cc2e63c59da","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/99449cc2e63c59da","status":"passed","time":{"start":1724712895779,"stop":1724712895780,"duration":1}},{"uid":"2217b4560620975b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2217b4560620975b","status":"passed","time":{"start":1724706113493,"stop":1724706113494,"duration":1}},{"uid":"40b5e92f127e3694","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/40b5e92f127e3694","status":"passed","time":{"start":1724704522413,"stop":1724704522413,"duration":0}},{"uid":"243fd024b570c730","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/243fd024b570c730","status":"passed","time":{"start":1724683897625,"stop":1724683897625,"duration":0}},{"uid":"45985e7e938473bc","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/45985e7e938473bc","status":"passed","time":{"start":1724672624704,"stop":1724672624705,"duration":1}},{"uid":"ef25d56563523a07","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/ef25d56563523a07","status":"passed","time":{"start":1724670354429,"stop":1724670354430,"duration":1}}]},"tags":[]},"source":"3376af262d57e6c4.json","parameterValues":[]} \ No newline at end of file +{"uid":"160c4402d59bbaad","name":"Subscribe to topic containing long and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing long and receive message","historyId":"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922635354,"stop":1724922635354,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ed11507b7df4574e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ed11507b7df4574e","status":"passed","time":{"start":1724921297006,"stop":1724921297007,"duration":1}},{"uid":"9c5494fdb8a6c4db","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9c5494fdb8a6c4db","status":"passed","time":{"start":1724921276367,"stop":1724921276367,"duration":0}},{"uid":"2a0cc83905c6224d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2a0cc83905c6224d","status":"passed","time":{"start":1724917948322,"stop":1724917948323,"duration":1}},{"uid":"d094c7dcb6ff544a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d094c7dcb6ff544a","status":"passed","time":{"start":1724889729008,"stop":1724889729008,"duration":0}},{"uid":"a4f81c70284dab28","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a4f81c70284dab28","status":"passed","time":{"start":1724888864953,"stop":1724888864953,"duration":0}},{"uid":"2157bf0e3fcc68c3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2157bf0e3fcc68c3","status":"passed","time":{"start":1724888053746,"stop":1724888053747,"duration":1}},{"uid":"5c0645cb2468a20b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5c0645cb2468a20b","status":"passed","time":{"start":1724886811661,"stop":1724886811661,"duration":0}},{"uid":"32a85f3c0f223fe1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/32a85f3c0f223fe1","status":"passed","time":{"start":1724886581003,"stop":1724886581003,"duration":0}},{"uid":"97cc3b7230ca9af0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97cc3b7230ca9af0","status":"passed","time":{"start":1724862019560,"stop":1724862019561,"duration":1}},{"uid":"db6a62063e394a75","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/db6a62063e394a75","status":"passed","time":{"start":1724861493936,"stop":1724861493937,"duration":1}},{"uid":"568f31c4690d7520","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/568f31c4690d7520","status":"passed","time":{"start":1724861318028,"stop":1724861318028,"duration":0}},{"uid":"7726e256e6f52a75","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7726e256e6f52a75","status":"passed","time":{"start":1724861178515,"stop":1724861178515,"duration":0}}]},"tags":[]},"source":"160c4402d59bbaad.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/d2bddf8ef84afe76.json b/7376/data/test-cases/160c7b57227e9446.json similarity index 83% rename from 7346/data/test-cases/d2bddf8ef84afe76.json rename to 7376/data/test-cases/160c7b57227e9446.json index 49ba7333139..adb5bd60a37 100644 --- a/7346/data/test-cases/d2bddf8ef84afe76.json +++ b/7376/data/test-cases/160c7b57227e9446.json @@ -1 +1 @@ -{"uid":"d2bddf8ef84afe76","name":"Push message with SQL Injection payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with SQL Injection payload","historyId":"1f745989f12a2ee168dd0901e424fa9e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367128,"stop":1724765367129,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"8804b49fdd670d8e","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/8804b49fdd670d8e","status":"passed","time":{"start":1724765300564,"stop":1724765300565,"duration":1}},{"uid":"23aee1b18f9f7a68","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/23aee1b18f9f7a68","status":"passed","time":{"start":1724763693153,"stop":1724763693153,"duration":0}},{"uid":"89fe09046b6583a2","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/89fe09046b6583a2","status":"passed","time":{"start":1724760912474,"stop":1724760912475,"duration":1}},{"uid":"55eb5038fcdfa6eb","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/55eb5038fcdfa6eb","status":"passed","time":{"start":1724759937119,"stop":1724759937119,"duration":0}},{"uid":"8c032a0997b5677e","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/8c032a0997b5677e","status":"passed","time":{"start":1724758102739,"stop":1724758102740,"duration":1}},{"uid":"16f09c57777b765e","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/16f09c57777b765e","status":"passed","time":{"start":1724757793364,"stop":1724757793364,"duration":0}},{"uid":"7d000c92cd436f62","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/7d000c92cd436f62","status":"passed","time":{"start":1724757169517,"stop":1724757169517,"duration":0}},{"uid":"f3b8a8eae2c40e79","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/f3b8a8eae2c40e79","status":"passed","time":{"start":1724755216331,"stop":1724755216332,"duration":1}},{"uid":"e1569bd60460c6ef","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/e1569bd60460c6ef","status":"passed","time":{"start":1724752641982,"stop":1724752641982,"duration":0}},{"uid":"ac334148f80ebc50","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/ac334148f80ebc50","status":"passed","time":{"start":1724751479126,"stop":1724751479127,"duration":1}},{"uid":"427065894f5cc870","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/427065894f5cc870","status":"passed","time":{"start":1724750562185,"stop":1724750562186,"duration":1}},{"uid":"cf06c4a509fadf9","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/cf06c4a509fadf9","status":"passed","time":{"start":1724749562418,"stop":1724749562418,"duration":0}},{"uid":"7a5034a1c0bf15be","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/7a5034a1c0bf15be","status":"passed","time":{"start":1724717869148,"stop":1724717869149,"duration":1}},{"uid":"267e33ab703ccf80","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/267e33ab703ccf80","status":"passed","time":{"start":1724715105989,"stop":1724715106000,"duration":11}},{"uid":"de255bb552a1f50c","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/de255bb552a1f50c","status":"passed","time":{"start":1724713204876,"stop":1724713204877,"duration":1}},{"uid":"7b67df9f577d35ea","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/7b67df9f577d35ea","status":"passed","time":{"start":1724706379244,"stop":1724706379244,"duration":0}},{"uid":"f1b57041764dac0c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f1b57041764dac0c","status":"passed","time":{"start":1724704806937,"stop":1724704806938,"duration":1}},{"uid":"1f86e0f1278cd52d","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/1f86e0f1278cd52d","status":"passed","time":{"start":1724684165983,"stop":1724684165983,"duration":0}},{"uid":"29b6c2ed6268bcf9","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/29b6c2ed6268bcf9","status":"passed","time":{"start":1724672921808,"stop":1724672921809,"duration":1}},{"uid":"d8cc9c4d0ba97179","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/d8cc9c4d0ba97179","status":"passed","time":{"start":1724670647852,"stop":1724670647854,"duration":2}}]},"tags":[]},"source":"d2bddf8ef84afe76.json","parameterValues":[]} \ No newline at end of file +{"uid":"160c7b57227e9446","name":"Push message with SQL Injection payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with SQL Injection payload","historyId":"1f745989f12a2ee168dd0901e424fa9e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853909,"stop":1724922853909,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"67f60c430e453eff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/67f60c430e453eff","status":"passed","time":{"start":1724921529570,"stop":1724921529571,"duration":1}},{"uid":"7db7a24d7186e399","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7db7a24d7186e399","status":"passed","time":{"start":1724921488872,"stop":1724921488873,"duration":1}},{"uid":"677ddcf58d681a88","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/677ddcf58d681a88","status":"passed","time":{"start":1724918203668,"stop":1724918203668,"duration":0}},{"uid":"20365fb66db17de4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/20365fb66db17de4","status":"passed","time":{"start":1724889938352,"stop":1724889938352,"duration":0}},{"uid":"d56b258498fb214e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d56b258498fb214e","status":"passed","time":{"start":1724889077031,"stop":1724889077032,"duration":1}},{"uid":"60e66913823a066b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/60e66913823a066b","status":"passed","time":{"start":1724888268004,"stop":1724888268004,"duration":0}},{"uid":"cfd7de0de3b9226b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cfd7de0de3b9226b","status":"passed","time":{"start":1724887032388,"stop":1724887032388,"duration":0}},{"uid":"4497f5bb9e5c5d48","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4497f5bb9e5c5d48","status":"passed","time":{"start":1724886822785,"stop":1724886822785,"duration":0}},{"uid":"e3cbc07a75e31776","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e3cbc07a75e31776","status":"passed","time":{"start":1724862233503,"stop":1724862233503,"duration":0}},{"uid":"138300d38294e947","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/138300d38294e947","status":"passed","time":{"start":1724861712663,"stop":1724861712663,"duration":0}},{"uid":"1fd1b8e735f881a0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1fd1b8e735f881a0","status":"passed","time":{"start":1724861567879,"stop":1724861567880,"duration":1}},{"uid":"1fcf7a59c29e2432","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1fcf7a59c29e2432","status":"passed","time":{"start":1724861392038,"stop":1724861392038,"duration":0}}]},"tags":[]},"source":"160c7b57227e9446.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/1688fece7bf8b1f.json b/7376/data/test-cases/1688fece7bf8b1f.json new file mode 100644 index 00000000000..a1ffaeb08bd --- /dev/null +++ b/7376/data/test-cases/1688fece7bf8b1f.json @@ -0,0 +1 @@ +{"uid":"1688fece7bf8b1f","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=7 > numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","historyId":"a773da9ab13b0ba52b267b159cdf55b6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611442,"stop":1724922611443,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=7"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"44fbd564f2b07ebb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/44fbd564f2b07ebb","status":"passed","time":{"start":1724921270366,"stop":1724921270366,"duration":0}},{"uid":"a0c5e5f70b2856e5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a0c5e5f70b2856e5","status":"passed","time":{"start":1724921247828,"stop":1724921247828,"duration":0}},{"uid":"368b555b5e7cb89e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/368b555b5e7cb89e","status":"passed","time":{"start":1724917989828,"stop":1724917989828,"duration":0}},{"uid":"549c59e5c3930401","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/549c59e5c3930401","status":"passed","time":{"start":1724889678570,"stop":1724889678578,"duration":8}},{"uid":"b88c9262e7a49cb5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b88c9262e7a49cb5","status":"passed","time":{"start":1724888829851,"stop":1724888829852,"duration":1}},{"uid":"ac0b821c3dcaef81","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ac0b821c3dcaef81","status":"passed","time":{"start":1724888077018,"stop":1724888077019,"duration":1}},{"uid":"eefb7ba2bccf496c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eefb7ba2bccf496c","status":"passed","time":{"start":1724886851132,"stop":1724886851132,"duration":0}},{"uid":"b78d3fb54cb0ee77","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b78d3fb54cb0ee77","status":"passed","time":{"start":1724886647125,"stop":1724886647126,"duration":1}},{"uid":"d97d5b2e5144dfcf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d97d5b2e5144dfcf","status":"passed","time":{"start":1724861992718,"stop":1724861992718,"duration":0}},{"uid":"6c91e64693c23f51","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6c91e64693c23f51","status":"passed","time":{"start":1724861469650,"stop":1724861469651,"duration":1}},{"uid":"ff693bcfe617b48f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ff693bcfe617b48f","status":"passed","time":{"start":1724861284872,"stop":1724861284872,"duration":0}},{"uid":"56d861058a7d3298","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/56d861058a7d3298","status":"passed","time":{"start":1724861145823,"stop":1724861145823,"duration":0}}]},"tags":[]},"source":"1688fece7bf8b1f.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/16a990b80753a436.json b/7376/data/test-cases/16a990b80753a436.json new file mode 100644 index 00000000000..6b440254d7f --- /dev/null +++ b/7376/data/test-cases/16a990b80753a436.json @@ -0,0 +1 @@ +{"uid":"16a990b80753a436","name":"should be able to decode the field with only LIGHTPUSH set to true","fullName":"/src/waku2_codec.spec.ts: ENR waku2 codec > Decoding > should be able to decode the field with only LIGHTPUSH set to true","historyId":"6bba0f4528bed3887287065f399abcb6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922382330,"stop":1724922382331,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR waku2 codec"},{"name":"suite","value":"Decoding"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c3a479b6898dc842","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c3a479b6898dc842","status":"passed","time":{"start":1724921045535,"stop":1724921045535,"duration":0}},{"uid":"955374c72e529922","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/955374c72e529922","status":"passed","time":{"start":1724921020728,"stop":1724921020729,"duration":1}},{"uid":"63319cab01cef793","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/63319cab01cef793","status":"passed","time":{"start":1724917681058,"stop":1724917681060,"duration":2}},{"uid":"27f9b775ef5e137e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/27f9b775ef5e137e","status":"passed","time":{"start":1724889459952,"stop":1724889459953,"duration":1}},{"uid":"f4aab9528790287a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f4aab9528790287a","status":"passed","time":{"start":1724888610541,"stop":1724888610542,"duration":1}},{"uid":"a10cfa737ecf8912","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a10cfa737ecf8912","status":"passed","time":{"start":1724887766850,"stop":1724887766850,"duration":0}},{"uid":"681f071e3ecfc241","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/681f071e3ecfc241","status":"passed","time":{"start":1724886533246,"stop":1724886533246,"duration":0}},{"uid":"432c37dbd8f3eb07","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/432c37dbd8f3eb07","status":"passed","time":{"start":1724886311093,"stop":1724886311094,"duration":1}},{"uid":"1895ec274ec2c098","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1895ec274ec2c098","status":"passed","time":{"start":1724861760051,"stop":1724861760052,"duration":1}},{"uid":"47b718e0dc9cdc55","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/47b718e0dc9cdc55","status":"passed","time":{"start":1724861230834,"stop":1724861230835,"duration":1}},{"uid":"5a98d423d35ed9db","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5a98d423d35ed9db","status":"passed","time":{"start":1724861053407,"stop":1724861053408,"duration":1}},{"uid":"bf10f68448642b1e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bf10f68448642b1e","status":"passed","time":{"start":1724860914747,"stop":1724860914747,"duration":0}}]},"tags":[]},"source":"16a990b80753a436.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/eff3fcce9e72ebb7.json b/7376/data/test-cases/171276ff386f569d.json similarity index 54% rename from 7346/data/test-cases/eff3fcce9e72ebb7.json rename to 7376/data/test-cases/171276ff386f569d.json index 34bda3e966a..cdd08ddf051 100644 --- a/7346/data/test-cases/eff3fcce9e72ebb7.json +++ b/7376/data/test-cases/171276ff386f569d.json @@ -1 +1 @@ -{"uid":"eff3fcce9e72ebb7","name":"removeEventListener with correct event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > removeEventListener with correct event","historyId":"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724764880295,"stop":1724764880295,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","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":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28},"items":[{"uid":"8626fa81addecc8b","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/8626fa81addecc8b","status":"passed","time":{"start":1724764800071,"stop":1724764800071,"duration":0}},{"uid":"c76ae265f833cfa0","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/c76ae265f833cfa0","status":"passed","time":{"start":1724763165962,"stop":1724763165962,"duration":0}},{"uid":"95a2fd8a1c5b2f06","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/95a2fd8a1c5b2f06","status":"passed","time":{"start":1724760434817,"stop":1724760434817,"duration":0}},{"uid":"213258d5884b603e","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/213258d5884b603e","status":"passed","time":{"start":1724759447684,"stop":1724759447684,"duration":0}},{"uid":"c170bc0933955e2d","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/c170bc0933955e2d","status":"passed","time":{"start":1724757584479,"stop":1724757584479,"duration":0}},{"uid":"ae55e713ed78f7f3","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ae55e713ed78f7f3","status":"passed","time":{"start":1724757304021,"stop":1724757304021,"duration":0}},{"uid":"245e109b4a1e7624","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/245e109b4a1e7624","status":"passed","time":{"start":1724756625392,"stop":1724756625392,"duration":0}},{"uid":"617d93084fc996e8","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/617d93084fc996e8","status":"passed","time":{"start":1724754724729,"stop":1724754724729,"duration":0}},{"uid":"5428d21852f5aafc","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/5428d21852f5aafc","status":"passed","time":{"start":1724752151320,"stop":1724752151320,"duration":0}},{"uid":"dc7ba49a47c18910","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/dc7ba49a47c18910","status":"passed","time":{"start":1724750982598,"stop":1724750982600,"duration":2}},{"uid":"3da114a28f1a8fe8","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/3da114a28f1a8fe8","status":"passed","time":{"start":1724750061836,"stop":1724750061836,"duration":0}},{"uid":"8d03a63c8dcb9c89","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/8d03a63c8dcb9c89","status":"passed","time":{"start":1724749086368,"stop":1724749086368,"duration":0}},{"uid":"3499e3af3e8ce1f1","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/3499e3af3e8ce1f1","status":"passed","time":{"start":1724717378526,"stop":1724717378527,"duration":1}},{"uid":"244d7e10c5915994","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/244d7e10c5915994","status":"passed","time":{"start":1724714611185,"stop":1724714611191,"duration":6}},{"uid":"5f233f8a8ff67c6d","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/5f233f8a8ff67c6d","status":"passed","time":{"start":1724712692277,"stop":1724712692277,"duration":0}},{"uid":"91896bae8980c87f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/91896bae8980c87f","status":"passed","time":{"start":1724705903071,"stop":1724705903071,"duration":0}},{"uid":"6e225bd62a23a0eb","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6e225bd62a23a0eb","status":"passed","time":{"start":1724704318336,"stop":1724704318336,"duration":0}},{"uid":"da2f95cfe1b93480","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/da2f95cfe1b93480","status":"passed","time":{"start":1724683683072,"stop":1724683683073,"duration":1}},{"uid":"8a249940a167fcad","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/8a249940a167fcad","status":"passed","time":{"start":1724672407438,"stop":1724672407438,"duration":0}},{"uid":"3cd1dc296bc888f3","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/3cd1dc296bc888f3","status":"passed","time":{"start":1724670156877,"stop":1724670156877,"duration":0}}]},"tags":[]},"source":"eff3fcce9e72ebb7.json","parameterValues":[]} \ No newline at end of file +{"uid":"171276ff386f569d","name":"removeEventListener with correct event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > removeEventListener with correct event","historyId":"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922465395,"stop":1724922465395,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","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":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e3e4ce9f84eeedba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e3e4ce9f84eeedba","status":"passed","time":{"start":1724921128567,"stop":1724921128567,"duration":0}},{"uid":"4c2183cc3e9894b7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4c2183cc3e9894b7","status":"passed","time":{"start":1724921103674,"stop":1724921103675,"duration":1}},{"uid":"383d067d02d6c8c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/383d067d02d6c8c","status":"passed","time":{"start":1724917763726,"stop":1724917763726,"duration":0}},{"uid":"afad87fe5a065eb8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/afad87fe5a065eb8","status":"passed","time":{"start":1724889543368,"stop":1724889543369,"duration":1}},{"uid":"b8518b5ca38c3edd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8518b5ca38c3edd","status":"passed","time":{"start":1724888692504,"stop":1724888692504,"duration":0}},{"uid":"bda5c570b28cfd86","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bda5c570b28cfd86","status":"passed","time":{"start":1724887850413,"stop":1724887850413,"duration":0}},{"uid":"31e93eb20be5223f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/31e93eb20be5223f","status":"passed","time":{"start":1724886617175,"stop":1724886617175,"duration":0}},{"uid":"dbf0eb98a0c09d9b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dbf0eb98a0c09d9b","status":"passed","time":{"start":1724886394905,"stop":1724886394905,"duration":0}},{"uid":"8ad59f98d577a105","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8ad59f98d577a105","status":"passed","time":{"start":1724861844372,"stop":1724861844372,"duration":0}},{"uid":"e9ae7a623a7dad22","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e9ae7a623a7dad22","status":"passed","time":{"start":1724861313409,"stop":1724861313409,"duration":0}},{"uid":"932e8636ccfd0867","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/932e8636ccfd0867","status":"passed","time":{"start":1724861139650,"stop":1724861139650,"duration":0}},{"uid":"bfa3acc42a698e83","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bfa3acc42a698e83","status":"passed","time":{"start":1724860999511,"stop":1724860999511,"duration":0}}]},"tags":[]},"source":"171276ff386f569d.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/e0c8acd33f55ae39.json b/7376/data/test-cases/1778617ab696e9c2.json similarity index 79% rename from 7346/data/test-cases/e0c8acd33f55ae39.json rename to 7376/data/test-cases/1778617ab696e9c2.json index 902c89db0ae..07b0f24d36a 100644 --- a/7346/data/test-cases/e0c8acd33f55ae39.json +++ b/7376/data/test-cases/1778617ab696e9c2.json @@ -1 +1 @@ -{"uid":"e0c8acd33f55ae39","name":"Refresh subscription","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Refresh subscription","historyId":"a01bdabda4e48b3a0b41dcd8f8c0370d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765075580,"stop":1724765075580,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"e089d564a99d8801","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/e089d564a99d8801","status":"passed","time":{"start":1724765010541,"stop":1724765010541,"duration":0}},{"uid":"d7b7e43bcfdaa775","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/d7b7e43bcfdaa775","status":"passed","time":{"start":1724763380287,"stop":1724763380288,"duration":1}},{"uid":"85319d8bc8f83e42","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/85319d8bc8f83e42","status":"passed","time":{"start":1724760632553,"stop":1724760632555,"duration":2}},{"uid":"5a26a9dd2393636","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/5a26a9dd2393636","status":"passed","time":{"start":1724759660920,"stop":1724759660920,"duration":0}},{"uid":"f7ca9c5d7341ae","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/f7ca9c5d7341ae","status":"passed","time":{"start":1724757793698,"stop":1724757793698,"duration":0}},{"uid":"869239f3fa7b29c0","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/869239f3fa7b29c0","status":"passed","time":{"start":1724757518634,"stop":1724757518634,"duration":0}},{"uid":"2526ee13beda9dce","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/2526ee13beda9dce","status":"passed","time":{"start":1724756832092,"stop":1724756832093,"duration":1}},{"uid":"42c7c6375225bcc3","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/42c7c6375225bcc3","status":"passed","time":{"start":1724754929269,"stop":1724754929272,"duration":3}},{"uid":"e9994c1907f007bc","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/e9994c1907f007bc","status":"passed","time":{"start":1724752352146,"stop":1724752352146,"duration":0}},{"uid":"55c51d3209997ee3","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/55c51d3209997ee3","status":"passed","time":{"start":1724751201121,"stop":1724751201121,"duration":0}},{"uid":"1145314e318cea05","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/1145314e318cea05","status":"passed","time":{"start":1724750264838,"stop":1724750264838,"duration":0}},{"uid":"c7178b09209eeeab","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c7178b09209eeeab","status":"passed","time":{"start":1724749292150,"stop":1724749292151,"duration":1}},{"uid":"bebc4575d0a17c77","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/bebc4575d0a17c77","status":"passed","time":{"start":1724717596791,"stop":1724717596792,"duration":1}},{"uid":"952ee3a39545ccdb","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/952ee3a39545ccdb","status":"passed","time":{"start":1724714823646,"stop":1724714823646,"duration":0}},{"uid":"69fdd23309084114","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/69fdd23309084114","status":"passed","time":{"start":1724712895775,"stop":1724712895777,"duration":2}},{"uid":"dc39a6fa29d15814","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/dc39a6fa29d15814","status":"passed","time":{"start":1724706113492,"stop":1724706113493,"duration":1}},{"uid":"351ccbd7e9d9204e","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/351ccbd7e9d9204e","status":"passed","time":{"start":1724704522412,"stop":1724704522413,"duration":1}},{"uid":"96906660fc5f5e4e","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/96906660fc5f5e4e","status":"passed","time":{"start":1724683897624,"stop":1724683897625,"duration":1}},{"uid":"2df8c0bb51c08c1c","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/2df8c0bb51c08c1c","status":"passed","time":{"start":1724672624703,"stop":1724672624703,"duration":0}},{"uid":"e1eac44dcdc26d61","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/e1eac44dcdc26d61","status":"passed","time":{"start":1724670354427,"stop":1724670354427,"duration":0}}]},"tags":[]},"source":"e0c8acd33f55ae39.json","parameterValues":[]} \ No newline at end of file +{"uid":"1778617ab696e9c2","name":"Refresh subscription","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Refresh subscription","historyId":"a01bdabda4e48b3a0b41dcd8f8c0370d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922635353,"stop":1724922635353,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"efccbdb4e965ee09","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/efccbdb4e965ee09","status":"passed","time":{"start":1724921297004,"stop":1724921297005,"duration":1}},{"uid":"2cb8d7388cc830f7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2cb8d7388cc830f7","status":"passed","time":{"start":1724921276366,"stop":1724921276366,"duration":0}},{"uid":"f8ef063e5c5f4e36","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f8ef063e5c5f4e36","status":"passed","time":{"start":1724917948319,"stop":1724917948320,"duration":1}},{"uid":"bed442531a24cbf4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bed442531a24cbf4","status":"passed","time":{"start":1724889729007,"stop":1724889729007,"duration":0}},{"uid":"152dd21a2b01b3d6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/152dd21a2b01b3d6","status":"passed","time":{"start":1724888864952,"stop":1724888864952,"duration":0}},{"uid":"5a7c10b3a524a081","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5a7c10b3a524a081","status":"passed","time":{"start":1724888053746,"stop":1724888053746,"duration":0}},{"uid":"394a0c3f72e7436f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/394a0c3f72e7436f","status":"passed","time":{"start":1724886811658,"stop":1724886811659,"duration":1}},{"uid":"becb5df7a7c204a4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/becb5df7a7c204a4","status":"passed","time":{"start":1724886581002,"stop":1724886581002,"duration":0}},{"uid":"fddaa997cea17fb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fddaa997cea17fb7","status":"passed","time":{"start":1724862019559,"stop":1724862019559,"duration":0}},{"uid":"8c2daa1affed0494","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8c2daa1affed0494","status":"passed","time":{"start":1724861493935,"stop":1724861493936,"duration":1}},{"uid":"3f849321dad50f6c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3f849321dad50f6c","status":"passed","time":{"start":1724861318020,"stop":1724861318025,"duration":5}},{"uid":"2501daefa64d6461","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2501daefa64d6461","status":"passed","time":{"start":1724861178513,"stop":1724861178514,"duration":1}}]},"tags":[]},"source":"1778617ab696e9c2.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/17863a4548a9062e.json b/7376/data/test-cases/17863a4548a9062e.json new file mode 100644 index 00000000000..e2b22bf5225 --- /dev/null +++ b/7376/data/test-cases/17863a4548a9062e.json @@ -0,0 +1 @@ +{"uid":"17863a4548a9062e","name":"Generator, 2 different pubsubtopics","fullName":"/tests/store/multiple_pubsub.spec.ts: Waku Store (Autosharding), custom pubsub topic > Generator, 2 different pubsubtopics","historyId":"4b1edf6940b9c97565c200d51184c3bc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922966285,"stop":1724922966286,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store (Autosharding), custom pubsub topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"909663107e92256e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/909663107e92256e","status":"passed","time":{"start":1724921658745,"stop":1724921658746,"duration":1}},{"uid":"c8b35e3c3b641826","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c8b35e3c3b641826","status":"passed","time":{"start":1724921609580,"stop":1724921609580,"duration":0}},{"uid":"838dc3b5a43a1550","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/838dc3b5a43a1550","status":"passed","time":{"start":1724918323459,"stop":1724918323460,"duration":1}},{"uid":"380d58c1945eb7c4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/380d58c1945eb7c4","status":"passed","time":{"start":1724890071664,"stop":1724890071666,"duration":2}},{"uid":"f1217ff38b90b0ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f1217ff38b90b0ba","status":"passed","time":{"start":1724889207705,"stop":1724889207706,"duration":1}},{"uid":"721b08a46663f694","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/721b08a46663f694","status":"passed","time":{"start":1724888386326,"stop":1724888386326,"duration":0}},{"uid":"cdf70a1ea3e1fb14","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cdf70a1ea3e1fb14","status":"passed","time":{"start":1724887153934,"stop":1724887153934,"duration":0}},{"uid":"19f56be63d3b32c5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/19f56be63d3b32c5","status":"passed","time":{"start":1724886927388,"stop":1724886927389,"duration":1}},{"uid":"dc89f49a9be45801","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dc89f49a9be45801","status":"passed","time":{"start":1724862360109,"stop":1724862360110,"duration":1}},{"uid":"1835750697878f14","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1835750697878f14","status":"passed","time":{"start":1724861832842,"stop":1724861832843,"duration":1}},{"uid":"4aa79a3ada7ad45f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4aa79a3ada7ad45f","status":"passed","time":{"start":1724861687427,"stop":1724861687427,"duration":0}},{"uid":"8c1adef0472a5d28","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8c1adef0472a5d28","status":"passed","time":{"start":1724861513176,"stop":1724861513177,"duration":1}}]},"tags":[]},"source":"17863a4548a9062e.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/17ccfbfcb6b4824b.json b/7376/data/test-cases/17ccfbfcb6b4824b.json new file mode 100644 index 00000000000..4e30366aca1 --- /dev/null +++ b/7376/data/test-cases/17ccfbfcb6b4824b.json @@ -0,0 +1 @@ +{"uid":"17ccfbfcb6b4824b","name":"Push message with content topic containing SQL Injection","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing SQL Injection","historyId":"f224766b8c31accbc007ad2a25988a85:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921468,"stop":1724922921468,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9a62193cf2cbcbf7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9a62193cf2cbcbf7","status":"passed","time":{"start":1724921602959,"stop":1724921602960,"duration":1}},{"uid":"7cd32a967739bdaa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7cd32a967739bdaa","status":"passed","time":{"start":1724921571102,"stop":1724921571103,"duration":1}},{"uid":"df7aaa6f8fafe70c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/df7aaa6f8fafe70c","status":"passed","time":{"start":1724918285606,"stop":1724918285607,"duration":1}},{"uid":"85567fb47c196fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/85567fb47c196fa","status":"passed","time":{"start":1724890030097,"stop":1724890030097,"duration":0}},{"uid":"5b7dbdc8f18a36e9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b7dbdc8f18a36e9","status":"passed","time":{"start":1724889171917,"stop":1724889171917,"duration":0}},{"uid":"7ee2c1f460fce4bc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7ee2c1f460fce4bc","status":"passed","time":{"start":1724888350735,"stop":1724888350736,"duration":1}},{"uid":"4ea8c288f0a98fd7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4ea8c288f0a98fd7","status":"passed","time":{"start":1724887115418,"stop":1724887115418,"duration":0}},{"uid":"8ec1069de6d4d37b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8ec1069de6d4d37b","status":"passed","time":{"start":1724886884582,"stop":1724886884582,"duration":0}},{"uid":"97626405a75b2b09","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97626405a75b2b09","status":"passed","time":{"start":1724862322267,"stop":1724862322268,"duration":1}},{"uid":"9aa59eac7b6fa4a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9aa59eac7b6fa4a","status":"passed","time":{"start":1724861790757,"stop":1724861790757,"duration":0}},{"uid":"120d7271b0702b59","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/120d7271b0702b59","status":"passed","time":{"start":1724861628427,"stop":1724861628427,"duration":0}},{"uid":"791a4b640f774a89","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/791a4b640f774a89","status":"passed","time":{"start":1724861465631,"stop":1724861465631,"duration":0}}]},"tags":[]},"source":"17ccfbfcb6b4824b.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/1c118a7b62dbd3e1.json b/7376/data/test-cases/17fcef00fb3e3b99.json similarity index 72% rename from 7346/data/test-cases/1c118a7b62dbd3e1.json rename to 7376/data/test-cases/17fcef00fb3e3b99.json index 87a89400ec1..789297de927 100644 --- a/7346/data/test-cases/1c118a7b62dbd3e1.json +++ b/7376/data/test-cases/17fcef00fb3e3b99.json @@ -1 +1 @@ -{"uid":"1c118a7b62dbd3e1","name":"Refresh subscription","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Refresh subscription","historyId":"df075816d33d3c8af10d119247b68114:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765545675,"stop":1724765545676,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"216b111f241af630","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/216b111f241af630","status":"passed","time":{"start":1724765472921,"stop":1724765472921,"duration":0}},{"uid":"9ccb1f093ce012c9","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/9ccb1f093ce012c9","status":"passed","time":{"start":1724763953867,"stop":1724763953867,"duration":0}},{"uid":"1fe24f2345757bab","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/1fe24f2345757bab","status":"passed","time":{"start":1724761070315,"stop":1724761070316,"duration":1}},{"uid":"1718fc498737086","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/1718fc498737086","status":"passed","time":{"start":1724760260075,"stop":1724760260075,"duration":0}},{"uid":"d4467f4a5bf20f25","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/d4467f4a5bf20f25","status":"passed","time":{"start":1724758530269,"stop":1724758530269,"duration":0}},{"uid":"6cf8b018aaa5f62","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6cf8b018aaa5f62","status":"passed","time":{"start":1724757958295,"stop":1724757958295,"duration":0}},{"uid":"9dc1d01572d9c074","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/9dc1d01572d9c074","status":"passed","time":{"start":1724757397590,"stop":1724757397590,"duration":0}},{"uid":"f3c97335ae67fb81","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/f3c97335ae67fb81","status":"passed","time":{"start":1724755379402,"stop":1724755379402,"duration":0}},{"uid":"463b6d67357bad08","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/463b6d67357bad08","status":"passed","time":{"start":1724752819845,"stop":1724752819845,"duration":0}},{"uid":"7864ae260725e38d","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/7864ae260725e38d","status":"passed","time":{"start":1724751625319,"stop":1724751625319,"duration":0}},{"uid":"9a201270818eb3b6","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/9a201270818eb3b6","status":"passed","time":{"start":1724750725820,"stop":1724750725825,"duration":5}},{"uid":"3edc348df41d24c2","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/3edc348df41d24c2","status":"passed","time":{"start":1724749717499,"stop":1724749717500,"duration":1}},{"uid":"8b4529f4992a33e1","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/8b4529f4992a33e1","status":"passed","time":{"start":1724718019283,"stop":1724718019283,"duration":0}},{"uid":"d2fe8a6681c29c8f","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/d2fe8a6681c29c8f","status":"passed","time":{"start":1724715264566,"stop":1724715264566,"duration":0}},{"uid":"ef4824e615a90a4d","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/ef4824e615a90a4d","status":"passed","time":{"start":1724713371749,"stop":1724713371749,"duration":0}},{"uid":"753c9aa8caf2f57e","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/753c9aa8caf2f57e","status":"passed","time":{"start":1724706679432,"stop":1724706679432,"duration":0}},{"uid":"97e4254f89493596","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/97e4254f89493596","status":"passed","time":{"start":1724705096859,"stop":1724705096860,"duration":1}},{"uid":"a426eb364afad06d","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a426eb364afad06d","status":"passed","time":{"start":1724684459927,"stop":1724684459927,"duration":0}},{"uid":"e2e40a440e7b293b","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/e2e40a440e7b293b","status":"passed","time":{"start":1724673071755,"stop":1724673071755,"duration":0}},{"uid":"67f89de01f01db7e","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/67f89de01f01db7e","status":"passed","time":{"start":1724670808685,"stop":1724670808685,"duration":0}}]},"tags":[]},"source":"1c118a7b62dbd3e1.json","parameterValues":[]} \ No newline at end of file +{"uid":"17fcef00fb3e3b99","name":"Subscribe and receive ecies encrypted messages via lightPush","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe and receive ecies encrypted messages via lightPush","historyId":"cfa31b61f2cd6d490aeaca6bc9a70e0b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012471,"stop":1724923012472,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6c77036f707e3742","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6c77036f707e3742","status":"passed","time":{"start":1724921625078,"stop":1724921625078,"duration":0}},{"uid":"382106c1d30f8aed","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/382106c1d30f8aed","status":"passed","time":{"start":1724921590502,"stop":1724921590502,"duration":0}},{"uid":"2cad789d949b77c7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2cad789d949b77c7","status":"passed","time":{"start":1724918287570,"stop":1724918287570,"duration":0}},{"uid":"251f112ecf052b22","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/251f112ecf052b22","status":"passed","time":{"start":1724890047794,"stop":1724890047795,"duration":1}},{"uid":"fc1b26e7da873aea","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc1b26e7da873aea","status":"passed","time":{"start":1724889183927,"stop":1724889183928,"duration":1}},{"uid":"9d9cd4376ed85838","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9d9cd4376ed85838","status":"passed","time":{"start":1724888354175,"stop":1724888354175,"duration":0}},{"uid":"34642d85bea42d8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/34642d85bea42d8","status":"passed","time":{"start":1724887145688,"stop":1724887145691,"duration":3}},{"uid":"70a72941b509012c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/70a72941b509012c","status":"passed","time":{"start":1724886915791,"stop":1724886915792,"duration":1}},{"uid":"93209760a33eaa6f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/93209760a33eaa6f","status":"passed","time":{"start":1724862341456,"stop":1724862341456,"duration":0}},{"uid":"63f924340220ea82","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/63f924340220ea82","status":"passed","time":{"start":1724861805450,"stop":1724861805450,"duration":0}},{"uid":"76bd26b1b9b5aa34","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/76bd26b1b9b5aa34","status":"passed","time":{"start":1724861662291,"stop":1724861662291,"duration":0}},{"uid":"b79f8bbbbbf937fb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b79f8bbbbbf937fb","status":"passed","time":{"start":1724861492520,"stop":1724861492520,"duration":0}}]},"tags":[]},"source":"17fcef00fb3e3b99.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/1216fc327c08199e.json b/7376/data/test-cases/17fd057c1dc12662.json similarity index 84% rename from 7346/data/test-cases/1216fc327c08199e.json rename to 7376/data/test-cases/17fd057c1dc12662.json index b6573f314bd..00a25114007 100644 --- a/7346/data/test-cases/1216fc327c08199e.json +++ b/7376/data/test-cases/17fd057c1dc12662.json @@ -1 +1 @@ -{"uid":"1216fc327c08199e","name":"Push message with content topic containing Script","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing Script","historyId":"966300dd66579ac55fc113dd4648bf73:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367185,"stop":1724765367185,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"588b69039df2d438","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/588b69039df2d438","status":"passed","time":{"start":1724765300580,"stop":1724765300580,"duration":0}},{"uid":"48795b3a24782147","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/48795b3a24782147","status":"passed","time":{"start":1724763693162,"stop":1724763693162,"duration":0}},{"uid":"c1f5a1026178337","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c1f5a1026178337","status":"passed","time":{"start":1724760912509,"stop":1724760912510,"duration":1}},{"uid":"15e6dc449c879a01","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/15e6dc449c879a01","status":"passed","time":{"start":1724759937131,"stop":1724759937131,"duration":0}},{"uid":"1ea85580ff4c7bc1","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/1ea85580ff4c7bc1","status":"passed","time":{"start":1724758102763,"stop":1724758102764,"duration":1}},{"uid":"49b721ff1af554dd","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/49b721ff1af554dd","status":"passed","time":{"start":1724757793373,"stop":1724757793373,"duration":0}},{"uid":"b5f46a7e897dcc69","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/b5f46a7e897dcc69","status":"passed","time":{"start":1724757169526,"stop":1724757169526,"duration":0}},{"uid":"892856b93dc837a7","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/892856b93dc837a7","status":"passed","time":{"start":1724755216340,"stop":1724755216341,"duration":1}},{"uid":"9277d99df9569b9e","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/9277d99df9569b9e","status":"passed","time":{"start":1724752641997,"stop":1724752641997,"duration":0}},{"uid":"b40b7adc380839c9","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/b40b7adc380839c9","status":"passed","time":{"start":1724751479135,"stop":1724751479135,"duration":0}},{"uid":"c934bf1e5759714b","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/c934bf1e5759714b","status":"passed","time":{"start":1724750562212,"stop":1724750562212,"duration":0}},{"uid":"460cf17633abcf8f","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/460cf17633abcf8f","status":"passed","time":{"start":1724749562430,"stop":1724749562431,"duration":1}},{"uid":"7bb940930bb02f38","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/7bb940930bb02f38","status":"passed","time":{"start":1724717869157,"stop":1724717869157,"duration":0}},{"uid":"b99708e5c25d802e","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/b99708e5c25d802e","status":"passed","time":{"start":1724715106033,"stop":1724715106034,"duration":1}},{"uid":"bd7460c720db2e6c","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/bd7460c720db2e6c","status":"passed","time":{"start":1724713204888,"stop":1724713204888,"duration":0}},{"uid":"b1a0c8023363fe75","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b1a0c8023363fe75","status":"passed","time":{"start":1724706379260,"stop":1724706379260,"duration":0}},{"uid":"f5830e6b293f30f2","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f5830e6b293f30f2","status":"passed","time":{"start":1724704806967,"stop":1724704806968,"duration":1}},{"uid":"119025a7eaf436c4","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/119025a7eaf436c4","status":"passed","time":{"start":1724684165992,"stop":1724684165993,"duration":1}},{"uid":"30f88a836ebd784a","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/30f88a836ebd784a","status":"passed","time":{"start":1724672921818,"stop":1724672921818,"duration":0}},{"uid":"8d6ed4e7747e9972","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/8d6ed4e7747e9972","status":"passed","time":{"start":1724670647877,"stop":1724670647878,"duration":1}}]},"tags":[]},"source":"1216fc327c08199e.json","parameterValues":[]} \ No newline at end of file +{"uid":"17fd057c1dc12662","name":"Push message with content topic containing Script","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing Script","historyId":"966300dd66579ac55fc113dd4648bf73:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853919,"stop":1724922853920,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a065e38701082722","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a065e38701082722","status":"passed","time":{"start":1724921529586,"stop":1724921529586,"duration":0}},{"uid":"8ca11ee7a187c757","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8ca11ee7a187c757","status":"passed","time":{"start":1724921488881,"stop":1724921488881,"duration":0}},{"uid":"8f89234acd2a98ae","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8f89234acd2a98ae","status":"passed","time":{"start":1724918203687,"stop":1724918203687,"duration":0}},{"uid":"c1bd6891ed0fae46","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c1bd6891ed0fae46","status":"passed","time":{"start":1724889938363,"stop":1724889938363,"duration":0}},{"uid":"376ffe885973f9c3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/376ffe885973f9c3","status":"passed","time":{"start":1724889077067,"stop":1724889077067,"duration":0}},{"uid":"b9a3b25ad1aa30e6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b9a3b25ad1aa30e6","status":"passed","time":{"start":1724888268036,"stop":1724888268036,"duration":0}},{"uid":"4ffc42f80393a07a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4ffc42f80393a07a","status":"passed","time":{"start":1724887032408,"stop":1724887032408,"duration":0}},{"uid":"3e9e95a3a85de80b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3e9e95a3a85de80b","status":"passed","time":{"start":1724886822822,"stop":1724886822822,"duration":0}},{"uid":"4e450b76e95c98c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4e450b76e95c98c9","status":"passed","time":{"start":1724862233512,"stop":1724862233512,"duration":0}},{"uid":"bc3263196f8be6a8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bc3263196f8be6a8","status":"passed","time":{"start":1724861712671,"stop":1724861712671,"duration":0}},{"uid":"bfc49bb6cb32a793","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bfc49bb6cb32a793","status":"passed","time":{"start":1724861567890,"stop":1724861567891,"duration":1}},{"uid":"d3923e16945b82eb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d3923e16945b82eb","status":"passed","time":{"start":1724861392055,"stop":1724861392055,"duration":0}}]},"tags":[]},"source":"17fd057c1dc12662.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/1819113f85a5da1d.json b/7376/data/test-cases/1819113f85a5da1d.json new file mode 100644 index 00000000000..e4a9dbba28a --- /dev/null +++ b/7376/data/test-cases/1819113f85a5da1d.json @@ -0,0 +1 @@ +{"uid":"1819113f85a5da1d","name":"ENRTree (root): should error if DNS root entry signature is invalid","fullName":"/src/dns/enrtree.spec.ts: ENRTree > ENRTree (root): should error if DNS root entry signature is invalid","historyId":"7dae8bb55d6428cb3b2106bc904f3565:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922398403,"stop":1724922398403,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"ENRTree"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a9c66d064d6c5e66","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a9c66d064d6c5e66","status":"passed","time":{"start":1724921061370,"stop":1724921061370,"duration":0}},{"uid":"1ed67b21b44e471f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1ed67b21b44e471f","status":"passed","time":{"start":1724921036548,"stop":1724921036549,"duration":1}},{"uid":"6dcec93f38cdb42f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6dcec93f38cdb42f","status":"passed","time":{"start":1724917696991,"stop":1724917696992,"duration":1}},{"uid":"f2edd83cec06d0b5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2edd83cec06d0b5","status":"passed","time":{"start":1724889475436,"stop":1724889475436,"duration":0}},{"uid":"d3e4db7a86a09b16","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3e4db7a86a09b16","status":"passed","time":{"start":1724888626529,"stop":1724888626530,"duration":1}},{"uid":"ed89a94974e1e7da","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ed89a94974e1e7da","status":"passed","time":{"start":1724887782738,"stop":1724887782738,"duration":0}},{"uid":"c793f06efbc3d0ff","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c793f06efbc3d0ff","status":"passed","time":{"start":1724886549350,"stop":1724886549350,"duration":0}},{"uid":"8b2f2f4ae034a535","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8b2f2f4ae034a535","status":"passed","time":{"start":1724886326870,"stop":1724886326871,"duration":1}},{"uid":"ebecfe83c2b5c41b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ebecfe83c2b5c41b","status":"passed","time":{"start":1724861776301,"stop":1724861776301,"duration":0}},{"uid":"6195a33127e9986e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6195a33127e9986e","status":"passed","time":{"start":1724861246681,"stop":1724861246682,"duration":1}},{"uid":"ddf9581703518643","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ddf9581703518643","status":"passed","time":{"start":1724861070665,"stop":1724861070666,"duration":1}},{"uid":"317014cfee280b2e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/317014cfee280b2e","status":"passed","time":{"start":1724860931330,"stop":1724860931330,"duration":0}}]},"tags":[]},"source":"1819113f85a5da1d.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/18341ffa04009375.json b/7376/data/test-cases/18341ffa04009375.json new file mode 100644 index 00000000000..3f4fe2fca98 --- /dev/null +++ b/7376/data/test-cases/18341ffa04009375.json @@ -0,0 +1 @@ +{"uid":"18341ffa04009375","name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","historyId":"f4c8e5196061be0338c5fe393aeb5daf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922778330,"stop":1724922778330,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"671a52c5b98652dc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/671a52c5b98652dc","status":"passed","time":{"start":1724921497762,"stop":1724921497762,"duration":0}},{"uid":"b1e0f2f023ff34b0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b1e0f2f023ff34b0","status":"passed","time":{"start":1724921408423,"stop":1724921408428,"duration":5}},{"uid":"b5812a17f9734824","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b5812a17f9734824","status":"passed","time":{"start":1724918086873,"stop":1724918086873,"duration":0}},{"uid":"d3d5de04302d5696","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3d5de04302d5696","status":"passed","time":{"start":1724889892450,"stop":1724889892450,"duration":0}},{"uid":"37e74486c7313cf8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37e74486c7313cf8","status":"passed","time":{"start":1724888997219,"stop":1724888997220,"duration":1}},{"uid":"8744621b6730e923","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8744621b6730e923","status":"passed","time":{"start":1724888159512,"stop":1724888159513,"duration":1}},{"uid":"c6dc9c9f33fc2408","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c6dc9c9f33fc2408","status":"passed","time":{"start":1724886937313,"stop":1724886937313,"duration":0}},{"uid":"48aee94b3c04d325","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/48aee94b3c04d325","status":"passed","time":{"start":1724886709812,"stop":1724886709813,"duration":1}},{"uid":"f86d0c3e9d39b553","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f86d0c3e9d39b553","status":"passed","time":{"start":1724862123540,"stop":1724862123540,"duration":0}},{"uid":"1d727def9f2586ea","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1d727def9f2586ea","status":"passed","time":{"start":1724861620109,"stop":1724861620109,"duration":0}},{"uid":"e9a51ebe14ffb58f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e9a51ebe14ffb58f","status":"passed","time":{"start":1724861460255,"stop":1724861460256,"duration":1}},{"uid":"db9f6e31e39b0bbb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/db9f6e31e39b0bbb","status":"passed","time":{"start":1724861330175,"stop":1724861330175,"duration":0}}]},"tags":[]},"source":"18341ffa04009375.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/194b604423a7592e.json b/7376/data/test-cases/194b604423a7592e.json new file mode 100644 index 00000000000..e88214cc300 --- /dev/null +++ b/7376/data/test-cases/194b604423a7592e.json @@ -0,0 +1 @@ +{"uid":"194b604423a7592e","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","fullName":"/src/dns/enrtree.spec.ts: ENRTree > ENRTree (branch): should parse and verify a single component DNS branch entry","historyId":"9ac45c4e34b80f7576b6c8d505bfedd8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922398405,"stop":1724922398406,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"ENRTree"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5f24c238099ee543","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5f24c238099ee543","status":"passed","time":{"start":1724921061374,"stop":1724921061374,"duration":0}},{"uid":"2bec0fca853d3f43","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2bec0fca853d3f43","status":"passed","time":{"start":1724921036561,"stop":1724921036566,"duration":5}},{"uid":"7d19d8e5f38fadf3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7d19d8e5f38fadf3","status":"passed","time":{"start":1724917696996,"stop":1724917696996,"duration":0}},{"uid":"3a2584b08f3ece6c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a2584b08f3ece6c","status":"passed","time":{"start":1724889475438,"stop":1724889475439,"duration":1}},{"uid":"bd0ce93f44630125","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bd0ce93f44630125","status":"passed","time":{"start":1724888626532,"stop":1724888626532,"duration":0}},{"uid":"7cecf7eac711d9f8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7cecf7eac711d9f8","status":"passed","time":{"start":1724887782741,"stop":1724887782741,"duration":0}},{"uid":"bee2672e416b4b57","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bee2672e416b4b57","status":"passed","time":{"start":1724886549352,"stop":1724886549353,"duration":1}},{"uid":"61d378b4b86e9cdf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/61d378b4b86e9cdf","status":"passed","time":{"start":1724886326877,"stop":1724886326877,"duration":0}},{"uid":"608a66a07ce7f8ca","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/608a66a07ce7f8ca","status":"passed","time":{"start":1724861776304,"stop":1724861776304,"duration":0}},{"uid":"c2d446de3c0ec6c7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c2d446de3c0ec6c7","status":"passed","time":{"start":1724861246688,"stop":1724861246689,"duration":1}},{"uid":"d0af7791f95a7c7a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d0af7791f95a7c7a","status":"passed","time":{"start":1724861070674,"stop":1724861070675,"duration":1}},{"uid":"953506cf09f55135","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/953506cf09f55135","status":"passed","time":{"start":1724860931333,"stop":1724860931333,"duration":0}}]},"tags":[]},"source":"194b604423a7592e.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/c9f23bef5b2c6426.json b/7376/data/test-cases/1959c48fdc65e079.json similarity index 79% rename from 7346/data/test-cases/c9f23bef5b2c6426.json rename to 7376/data/test-cases/1959c48fdc65e079.json index 549556ea692..8a934861d29 100644 --- a/7346/data/test-cases/c9f23bef5b2c6426.json +++ b/7376/data/test-cases/1959c48fdc65e079.json @@ -1 +1 @@ -{"uid":"c9f23bef5b2c6426","name":"Subscribe to topic containing JSON and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing JSON and receive message","historyId":"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765075587,"stop":1724765075588,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"9d993fd0bef3d631","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/9d993fd0bef3d631","status":"passed","time":{"start":1724765010549,"stop":1724765010550,"duration":1}},{"uid":"dbd2219383741d3c","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/dbd2219383741d3c","status":"passed","time":{"start":1724763380305,"stop":1724763380306,"duration":1}},{"uid":"f95a0ca96b033e02","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/f95a0ca96b033e02","status":"passed","time":{"start":1724760632567,"stop":1724760632567,"duration":0}},{"uid":"45134da00d94e316","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/45134da00d94e316","status":"passed","time":{"start":1724759660927,"stop":1724759660928,"duration":1}},{"uid":"a51c3518668166c6","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/a51c3518668166c6","status":"passed","time":{"start":1724757793708,"stop":1724757793712,"duration":4}},{"uid":"84c5ba7215884ed4","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/84c5ba7215884ed4","status":"passed","time":{"start":1724757518639,"stop":1724757518640,"duration":1}},{"uid":"2f8cfa09641cc0fe","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/2f8cfa09641cc0fe","status":"passed","time":{"start":1724756832106,"stop":1724756832106,"duration":0}},{"uid":"441cbcabdd79ab36","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/441cbcabdd79ab36","status":"passed","time":{"start":1724754929283,"stop":1724754929283,"duration":0}},{"uid":"8221e042f8d1e70","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/8221e042f8d1e70","status":"passed","time":{"start":1724752352157,"stop":1724752352157,"duration":0}},{"uid":"3f9e8219ad193b56","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/3f9e8219ad193b56","status":"passed","time":{"start":1724751201127,"stop":1724751201127,"duration":0}},{"uid":"e285fab33e43ed76","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/e285fab33e43ed76","status":"passed","time":{"start":1724750264843,"stop":1724750264843,"duration":0}},{"uid":"8e49c74ea01f63cd","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/8e49c74ea01f63cd","status":"passed","time":{"start":1724749292170,"stop":1724749292170,"duration":0}},{"uid":"81496de8083a3b98","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/81496de8083a3b98","status":"passed","time":{"start":1724717596797,"stop":1724717596797,"duration":0}},{"uid":"b28177e449260d7e","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/b28177e449260d7e","status":"passed","time":{"start":1724714823662,"stop":1724714823662,"duration":0}},{"uid":"5d1ed13555ded3e2","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/5d1ed13555ded3e2","status":"passed","time":{"start":1724712895795,"stop":1724712895796,"duration":1}},{"uid":"8fbc5cef3ad99f3","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/8fbc5cef3ad99f3","status":"passed","time":{"start":1724706113500,"stop":1724706113501,"duration":1}},{"uid":"5e618488dcee1b22","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/5e618488dcee1b22","status":"passed","time":{"start":1724704522417,"stop":1724704522418,"duration":1}},{"uid":"d9e2c1a56082dd85","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d9e2c1a56082dd85","status":"passed","time":{"start":1724683897630,"stop":1724683897631,"duration":1}},{"uid":"5f600e8350dbb962","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/5f600e8350dbb962","status":"passed","time":{"start":1724672624709,"stop":1724672624709,"duration":0}},{"uid":"52dbb01225358705","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/52dbb01225358705","status":"passed","time":{"start":1724670354434,"stop":1724670354434,"duration":0}}]},"tags":[]},"source":"c9f23bef5b2c6426.json","parameterValues":[]} \ No newline at end of file +{"uid":"1959c48fdc65e079","name":"Subscribe to topic containing JSON and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing JSON and receive message","historyId":"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922635358,"stop":1724922635358,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"945c6b0d9b10d247","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/945c6b0d9b10d247","status":"passed","time":{"start":1724921297017,"stop":1724921297017,"duration":0}},{"uid":"1321a0b072a992f0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1321a0b072a992f0","status":"passed","time":{"start":1724921276371,"stop":1724921276371,"duration":0}},{"uid":"808afd5882abcd42","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/808afd5882abcd42","status":"passed","time":{"start":1724917948329,"stop":1724917948329,"duration":0}},{"uid":"91f9327d79ab2e31","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91f9327d79ab2e31","status":"passed","time":{"start":1724889729015,"stop":1724889729016,"duration":1}},{"uid":"ff8c0446b8d22baf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff8c0446b8d22baf","status":"passed","time":{"start":1724888864959,"stop":1724888864959,"duration":0}},{"uid":"a7052e5fcb92a1c6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a7052e5fcb92a1c6","status":"passed","time":{"start":1724888053751,"stop":1724888053751,"duration":0}},{"uid":"e353514d6e8f4df9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e353514d6e8f4df9","status":"passed","time":{"start":1724886811665,"stop":1724886811665,"duration":0}},{"uid":"73fe78178413a119","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/73fe78178413a119","status":"passed","time":{"start":1724886581008,"stop":1724886581008,"duration":0}},{"uid":"6186f6dbeff0004a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6186f6dbeff0004a","status":"passed","time":{"start":1724862019565,"stop":1724862019565,"duration":0}},{"uid":"817603ec9fedf315","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/817603ec9fedf315","status":"passed","time":{"start":1724861493941,"stop":1724861493942,"duration":1}},{"uid":"94d0cc175db3b79b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/94d0cc175db3b79b","status":"passed","time":{"start":1724861318045,"stop":1724861318046,"duration":1}},{"uid":"35886a1331667647","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/35886a1331667647","status":"passed","time":{"start":1724861178519,"stop":1724861178520,"duration":1}}]},"tags":[]},"source":"1959c48fdc65e079.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/1a24052723cb96dc.json b/7376/data/test-cases/1a24052723cb96dc.json new file mode 100644 index 00000000000..9c4b41d6f54 --- /dev/null +++ b/7376/data/test-cases/1a24052723cb96dc.json @@ -0,0 +1 @@ +{"uid":"1a24052723cb96dc","name":"Subscribe and receive symmetrically encrypted messages via lightPush","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe and receive symmetrically encrypted messages via lightPush","historyId":"d79e52d980adcb67284b823b577f6b8e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922635346,"stop":1724922635346,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f5424fb4e017cecf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f5424fb4e017cecf","status":"passed","time":{"start":1724921296996,"stop":1724921296997,"duration":1}},{"uid":"8c865123eb097962","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8c865123eb097962","status":"passed","time":{"start":1724921276362,"stop":1724921276362,"duration":0}},{"uid":"8d448d21037778e8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8d448d21037778e8","status":"passed","time":{"start":1724917948308,"stop":1724917948308,"duration":0}},{"uid":"ce88feb43bd23024","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ce88feb43bd23024","status":"passed","time":{"start":1724889729003,"stop":1724889729004,"duration":1}},{"uid":"53f1e054ecaab2d5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/53f1e054ecaab2d5","status":"passed","time":{"start":1724888864949,"stop":1724888864949,"duration":0}},{"uid":"63128617124a0b79","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/63128617124a0b79","status":"passed","time":{"start":1724888053731,"stop":1724888053731,"duration":0}},{"uid":"bfe668d9dac63f8c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bfe668d9dac63f8c","status":"passed","time":{"start":1724886811647,"stop":1724886811647,"duration":0}},{"uid":"acaac6f224a5939b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/acaac6f224a5939b","status":"passed","time":{"start":1724886580999,"stop":1724886580999,"duration":0}},{"uid":"af2776556702600e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/af2776556702600e","status":"passed","time":{"start":1724862019554,"stop":1724862019555,"duration":1}},{"uid":"e06c58ef2e58c524","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e06c58ef2e58c524","status":"passed","time":{"start":1724861493932,"stop":1724861493933,"duration":1}},{"uid":"7bbb1bfe050291e8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7bbb1bfe050291e8","status":"passed","time":{"start":1724861318012,"stop":1724861318012,"duration":0}},{"uid":"f0ee221497c861f0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f0ee221497c861f0","status":"passed","time":{"start":1724861178506,"stop":1724861178506,"duration":0}}]},"tags":[]},"source":"1a24052723cb96dc.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/8ed1822cb0b0e1b5.json b/7376/data/test-cases/1aae14c8c7668339.json similarity index 84% rename from 7346/data/test-cases/8ed1822cb0b0e1b5.json rename to 7376/data/test-cases/1aae14c8c7668339.json index 758971f186f..d237a10df36 100644 --- a/7346/data/test-cases/8ed1822cb0b0e1b5.json +++ b/7376/data/test-cases/1aae14c8c7668339.json @@ -1 +1 @@ -{"uid":"8ed1822cb0b0e1b5","name":"Push message with content topic containing XML","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing XML","historyId":"fb12ce5997bd3847f5475acc7438af8b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505395,"stop":1724765505395,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":22,"unknown":0,"total":26},"items":[{"uid":"65ef0a7256ca3b4d","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/65ef0a7256ca3b4d","status":"passed","time":{"start":1724765434030,"stop":1724765434030,"duration":0}},{"uid":"b4f49d3f890e6645","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/b4f49d3f890e6645","status":"passed","time":{"start":1724763779040,"stop":1724763779041,"duration":1}},{"uid":"5026a7422e95cbe5","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/5026a7422e95cbe5","status":"passed","time":{"start":1724761038742,"stop":1724761038743,"duration":1}},{"uid":"541315591d121caf","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/541315591d121caf","status":"passed","time":{"start":1724760066635,"stop":1724760066635,"duration":0}},{"uid":"2500b1be02dc9384","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/2500b1be02dc9384","status":"passed","time":{"start":1724758222997,"stop":1724758222998,"duration":1}},{"uid":"f1871d754e2b299d","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/f1871d754e2b299d","status":"passed","time":{"start":1724757927327,"stop":1724757927328,"duration":1}},{"uid":"3eaeeec58063c367","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/3eaeeec58063c367","status":"passed","time":{"start":1724757257495,"stop":1724757257496,"duration":1}},{"uid":"130cdb251207009f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/130cdb251207009f","status":"passed","time":{"start":1724755332999,"stop":1724755333002,"duration":3}},{"uid":"37ad53cc1747d161","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/37ad53cc1747d161","status":"passed","time":{"start":1724752782407,"stop":1724752782407,"duration":0}},{"uid":"50640776120e1892","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/50640776120e1892","status":"passed","time":{"start":1724751616577,"stop":1724751616578,"duration":1}},{"uid":"74714fb900821571","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/74714fb900821571","status":"passed","time":{"start":1724750701997,"stop":1724750701998,"duration":1}},{"uid":"5854cb145e5605e4","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/5854cb145e5605e4","status":"passed","time":{"start":1724749709047,"stop":1724749709047,"duration":0}},{"uid":"d02db3df870ccd23","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/d02db3df870ccd23","status":"passed","time":{"start":1724718008230,"stop":1724718008230,"duration":0}},{"uid":"da2e1e19a3d6184d","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/da2e1e19a3d6184d","status":"passed","time":{"start":1724715239144,"stop":1724715239144,"duration":0}},{"uid":"2296c55b6d6f54e6","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/2296c55b6d6f54e6","status":"passed","time":{"start":1724713322712,"stop":1724713322712,"duration":0}},{"uid":"ae3574d4b6ec9326","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/ae3574d4b6ec9326","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724707170684,"stop":1724707170684,"duration":0}},{"uid":"20abaf189dccb8e9","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/20abaf189dccb8e9","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724705570774,"stop":1724705570774,"duration":0}},{"uid":"76780dbed2dd77c8","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/76780dbed2dd77c8","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724684936364,"stop":1724684936364,"duration":0}},{"uid":"a60daf0ed3c52a2c","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/a60daf0ed3c52a2c","status":"passed","time":{"start":1724673044054,"stop":1724673044054,"duration":0}},{"uid":"973d3d3327c425bf","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/973d3d3327c425bf","status":"passed","time":{"start":1724670767297,"stop":1724670767297,"duration":0}}]},"tags":[]},"source":"8ed1822cb0b0e1b5.json","parameterValues":[]} \ No newline at end of file +{"uid":"1aae14c8c7668339","name":"Push message with content topic containing XML","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing XML","historyId":"fb12ce5997bd3847f5475acc7438af8b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921469,"stop":1724922921469,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5bf1c08e8925b952","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5bf1c08e8925b952","status":"passed","time":{"start":1724921602960,"stop":1724921602960,"duration":0}},{"uid":"332236f54cbe0a3e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/332236f54cbe0a3e","status":"passed","time":{"start":1724921571103,"stop":1724921571104,"duration":1}},{"uid":"7b3f706f0ae3948c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7b3f706f0ae3948c","status":"passed","time":{"start":1724918285608,"stop":1724918285609,"duration":1}},{"uid":"d870300f56a3c71a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d870300f56a3c71a","status":"passed","time":{"start":1724890030098,"stop":1724890030098,"duration":0}},{"uid":"e15bbb1a40a4a1a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e15bbb1a40a4a1a","status":"passed","time":{"start":1724889171918,"stop":1724889171918,"duration":0}},{"uid":"c8d0890cc95f8045","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c8d0890cc95f8045","status":"passed","time":{"start":1724888350737,"stop":1724888350738,"duration":1}},{"uid":"f0e80a704b5349b5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f0e80a704b5349b5","status":"passed","time":{"start":1724887115419,"stop":1724887115420,"duration":1}},{"uid":"4979fb36a5287afe","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4979fb36a5287afe","status":"passed","time":{"start":1724886884583,"stop":1724886884583,"duration":0}},{"uid":"d02b1acc8dd4d529","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d02b1acc8dd4d529","status":"passed","time":{"start":1724862322268,"stop":1724862322269,"duration":1}},{"uid":"7c2a9322e9e0b2fe","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7c2a9322e9e0b2fe","status":"passed","time":{"start":1724861790758,"stop":1724861790758,"duration":0}},{"uid":"74657419f629939f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/74657419f629939f","status":"passed","time":{"start":1724861628427,"stop":1724861628428,"duration":1}},{"uid":"51f8351bf9ee94f2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/51f8351bf9ee94f2","status":"passed","time":{"start":1724861465632,"stop":1724861465632,"duration":0}}]},"tags":[]},"source":"1aae14c8c7668339.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/1b4437906e217352.json b/7376/data/test-cases/1b4437906e217352.json new file mode 100644 index 00000000000..9a81df7170e --- /dev/null +++ b/7376/data/test-cases/1b4437906e217352.json @@ -0,0 +1 @@ +{"uid":"1b4437906e217352","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric shard: /waku/2/rs/1/$","historyId":"bf30cdca0ced3f0aa8ac2ca04b0abdab:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374685,"stop":1724922374685,"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":13,"unknown":0,"total":13},"items":[{"uid":"beb86ae22843be","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/beb86ae22843be","status":"passed","time":{"start":1724921037646,"stop":1724921037647,"duration":1}},{"uid":"e8ed994c7f56a640","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e8ed994c7f56a640","status":"passed","time":{"start":1724921013059,"stop":1724921013059,"duration":0}},{"uid":"1d2a7ac7b80ce182","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1d2a7ac7b80ce182","status":"passed","time":{"start":1724917673301,"stop":1724917673301,"duration":0}},{"uid":"2050ed8a1a7a53c1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2050ed8a1a7a53c1","status":"passed","time":{"start":1724889452320,"stop":1724889452320,"duration":0}},{"uid":"4e0c96f2d048f727","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4e0c96f2d048f727","status":"passed","time":{"start":1724888602851,"stop":1724888602852,"duration":1}},{"uid":"3fcb41d182358d1b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3fcb41d182358d1b","status":"passed","time":{"start":1724887759173,"stop":1724887759173,"duration":0}},{"uid":"9c33c9407d74c1c6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9c33c9407d74c1c6","status":"passed","time":{"start":1724886525552,"stop":1724886525552,"duration":0}},{"uid":"94457771dc2db6e6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/94457771dc2db6e6","status":"passed","time":{"start":1724886303407,"stop":1724886303407,"duration":0}},{"uid":"c4835d8e21c95a21","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4835d8e21c95a21","status":"passed","time":{"start":1724861752239,"stop":1724861752239,"duration":0}},{"uid":"b14ce5a72165f5d4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b14ce5a72165f5d4","status":"passed","time":{"start":1724861223364,"stop":1724861223364,"duration":0}},{"uid":"b19f5dc9f4c354c2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b19f5dc9f4c354c2","status":"passed","time":{"start":1724861045212,"stop":1724861045212,"duration":0}},{"uid":"caf78e5919ae12c2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/caf78e5919ae12c2","status":"passed","time":{"start":1724860907097,"stop":1724860907098,"duration":1}}]},"tags":[]},"source":"1b4437906e217352.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/bd9bbd150a9551fb.json b/7376/data/test-cases/1bec7c0d0b2916da.json similarity index 65% rename from 7346/data/test-cases/bd9bbd150a9551fb.json rename to 7376/data/test-cases/1bec7c0d0b2916da.json index 67f0e192e3a..5c4bf32402f 100644 --- a/7346/data/test-cases/bd9bbd150a9551fb.json +++ b/7376/data/test-cases/1bec7c0d0b2916da.json @@ -1 +1 @@ -{"uid":"bd9bbd150a9551fb","name":"should not receive a peer event before start","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Compliance Tests > interface-peer-discovery compliance tests > should not receive a peer event before start","historyId":"dd71c6b4b796463767b152e4336624c7:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724764817754,"stop":1724764817754,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Compliance Tests"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28},"items":[{"uid":"b3e36c4e9db2735","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/b3e36c4e9db2735","status":"passed","time":{"start":1724764737686,"stop":1724764737686,"duration":0}},{"uid":"dce3500312e8f038","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/dce3500312e8f038","status":"passed","time":{"start":1724763102734,"stop":1724763102734,"duration":0}},{"uid":"2126f8e16c003744","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2126f8e16c003744","status":"passed","time":{"start":1724760371589,"stop":1724760371589,"duration":0}},{"uid":"fc4dcba2d62447e2","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/fc4dcba2d62447e2","status":"passed","time":{"start":1724759382834,"stop":1724759382834,"duration":0}},{"uid":"e9fad7b693cd77c8","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/e9fad7b693cd77c8","status":"passed","time":{"start":1724757522041,"stop":1724757522041,"duration":0}},{"uid":"36b08f1006b11cd7","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/36b08f1006b11cd7","status":"passed","time":{"start":1724757241939,"stop":1724757241939,"duration":0}},{"uid":"1aff1ee7903229b4","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/1aff1ee7903229b4","status":"passed","time":{"start":1724756562248,"stop":1724756562248,"duration":0}},{"uid":"ce977818cfa954e5","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ce977818cfa954e5","status":"passed","time":{"start":1724754662068,"stop":1724754662069,"duration":1}},{"uid":"602b08b0686d2202","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/602b08b0686d2202","status":"passed","time":{"start":1724752087837,"stop":1724752087837,"duration":0}},{"uid":"b9b822bfa5c4d0a7","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/b9b822bfa5c4d0a7","status":"passed","time":{"start":1724750919359,"stop":1724750919359,"duration":0}},{"uid":"b7515cf3e1a2e93f","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/b7515cf3e1a2e93f","status":"passed","time":{"start":1724749999874,"stop":1724749999875,"duration":1}},{"uid":"491d0a311e43ea5b","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/491d0a311e43ea5b","status":"passed","time":{"start":1724749024334,"stop":1724749024335,"duration":1}},{"uid":"34223dcd2fc7ff58","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/34223dcd2fc7ff58","status":"passed","time":{"start":1724717315413,"stop":1724717315414,"duration":1}},{"uid":"742684aa18cb6220","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/742684aa18cb6220","status":"passed","time":{"start":1724714548293,"stop":1724714548293,"duration":0}},{"uid":"4320a6036fa80b50","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/4320a6036fa80b50","status":"passed","time":{"start":1724712629727,"stop":1724712629727,"duration":0}},{"uid":"e1070d41b70458e3","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/e1070d41b70458e3","status":"passed","time":{"start":1724705839464,"stop":1724705839464,"duration":0}},{"uid":"dde4f406250dc6e7","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/dde4f406250dc6e7","status":"passed","time":{"start":1724704253913,"stop":1724704253914,"duration":1}},{"uid":"9ee61e1c0cd086c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/9ee61e1c0cd086c","status":"passed","time":{"start":1724683620302,"stop":1724683620303,"duration":1}},{"uid":"ff3a00245b4256f3","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/ff3a00245b4256f3","status":"passed","time":{"start":1724672343204,"stop":1724672343204,"duration":0}},{"uid":"5347c6393fd11b1a","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/5347c6393fd11b1a","status":"passed","time":{"start":1724670094076,"stop":1724670094077,"duration":1}}]},"tags":[]},"source":"bd9bbd150a9551fb.json","parameterValues":[]} \ No newline at end of file +{"uid":"1bec7c0d0b2916da","name":"should not receive a peer event before start","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Compliance Tests > interface-peer-discovery compliance tests > should not receive a peer event before start","historyId":"dd71c6b4b796463767b152e4336624c7:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922402863,"stop":1724922402864,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Compliance Tests"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"13c80ad05d468c2e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/13c80ad05d468c2e","status":"passed","time":{"start":1724921065911,"stop":1724921065911,"duration":0}},{"uid":"aae7650a3897d70b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/aae7650a3897d70b","status":"passed","time":{"start":1724921040948,"stop":1724921040948,"duration":0}},{"uid":"c245e3e77c7f8500","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c245e3e77c7f8500","status":"passed","time":{"start":1724917701156,"stop":1724917701156,"duration":0}},{"uid":"2bf5c86bae46c95e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2bf5c86bae46c95e","status":"passed","time":{"start":1724889479975,"stop":1724889479976,"duration":1}},{"uid":"ffc5052ffc46613c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ffc5052ffc46613c","status":"passed","time":{"start":1724888630725,"stop":1724888630725,"duration":0}},{"uid":"6a520aec0b50b98c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a520aec0b50b98c","status":"passed","time":{"start":1724887787007,"stop":1724887787007,"duration":0}},{"uid":"c212a3cda4c4d96c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c212a3cda4c4d96c","status":"passed","time":{"start":1724886553670,"stop":1724886553670,"duration":0}},{"uid":"f1a2d273aa59c66d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f1a2d273aa59c66d","status":"passed","time":{"start":1724886331493,"stop":1724886331493,"duration":0}},{"uid":"ca85fe10e1052350","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ca85fe10e1052350","status":"passed","time":{"start":1724861780657,"stop":1724861780657,"duration":0}},{"uid":"1f026385775cccb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1f026385775cccb","status":"passed","time":{"start":1724861251099,"stop":1724861251099,"duration":0}},{"uid":"a5a7950c5b112862","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a5a7950c5b112862","status":"passed","time":{"start":1724861074809,"stop":1724861074809,"duration":0}},{"uid":"c15126ca4d6b81a2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c15126ca4d6b81a2","status":"passed","time":{"start":1724860935672,"stop":1724860935672,"duration":0}}]},"tags":[]},"source":"1bec7c0d0b2916da.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/21a833ec43389474.json b/7376/data/test-cases/1becda66ef2c4651.json similarity index 97% rename from 7346/data/test-cases/21a833ec43389474.json rename to 7376/data/test-cases/1becda66ef2c4651.json index 1131576500f..2069e09eadc 100644 --- a/7346/data/test-cases/21a833ec43389474.json +++ b/7376/data/test-cases/1becda66ef2c4651.json @@ -1 +1 @@ -{"uid":"21a833ec43389474","name":"random static sharding 9 - Cluster ID: 545, Shard ID: 715","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 9 - Cluster ID: 545, Shard ID: 715","historyId":"9cf9b47e2140ec85d124505038c2173a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765485938,"stop":1724765485939,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"21a833ec43389474.json","parameterValues":[]} \ No newline at end of file +{"uid":"1becda66ef2c4651","name":"random static sharding 7 - Cluster ID: 196, Shard ID: 965","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 7 - Cluster ID: 196, Shard ID: 965","historyId":"a7ede6ecb4c76d3d9733771bd3cbb79b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922946233,"stop":1724922946233,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"1becda66ef2c4651.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/1bfba4e895c7058e.json b/7376/data/test-cases/1bfba4e895c7058e.json new file mode 100644 index 00000000000..8ad7a2baba6 --- /dev/null +++ b/7376/data/test-cases/1bfba4e895c7058e.json @@ -0,0 +1 @@ +{"uid":"1bfba4e895c7058e","name":"Ephemeral field is preserved - asymmetric encryption","fullName":"/tests/ephemeral.node.spec.ts: Waku Message Ephemeral field > Ephemeral field is preserved - asymmetric encryption","historyId":"e3287614e9807e436e457512c1cd303a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922436973,"stop":1724922436974,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Waku Message Ephemeral field"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"221d617bfa1a4659","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/221d617bfa1a4659","status":"passed","time":{"start":1724921099698,"stop":1724921099699,"duration":1}},{"uid":"d51dc0796fe43a2a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d51dc0796fe43a2a","status":"passed","time":{"start":1724921074389,"stop":1724921074390,"duration":1}},{"uid":"b365f08b61f6b39c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b365f08b61f6b39c","status":"passed","time":{"start":1724917735275,"stop":1724917735275,"duration":0}},{"uid":"8eb7d1c62cff63b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8eb7d1c62cff63b2","status":"passed","time":{"start":1724889517450,"stop":1724889517451,"duration":1}},{"uid":"24ac53d922ba3ec5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/24ac53d922ba3ec5","status":"passed","time":{"start":1724888662630,"stop":1724888662631,"duration":1}},{"uid":"dd300cd4f10e6dc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dd300cd4f10e6dc","status":"passed","time":{"start":1724887821330,"stop":1724887821331,"duration":1}},{"uid":"5bdb816c8d5d1322","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5bdb816c8d5d1322","status":"passed","time":{"start":1724886588483,"stop":1724886588483,"duration":0}},{"uid":"62803486e2425208","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/62803486e2425208","status":"passed","time":{"start":1724886365766,"stop":1724886365767,"duration":1}},{"uid":"9233803707052d8c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9233803707052d8c","status":"passed","time":{"start":1724861814961,"stop":1724861814961,"duration":0}},{"uid":"d7037222a4496a23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d7037222a4496a23","status":"passed","time":{"start":1724861282672,"stop":1724861282672,"duration":0}},{"uid":"f9a6ed60642322b2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f9a6ed60642322b2","status":"passed","time":{"start":1724861111683,"stop":1724861111684,"duration":1}},{"uid":"4bd714b418dbc7ca","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4bd714b418dbc7ca","status":"passed","time":{"start":1724860971175,"stop":1724860971176,"duration":1}}]},"tags":[]},"source":"1bfba4e895c7058e.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/1c228878670c7b51.json b/7376/data/test-cases/1c228878670c7b51.json new file mode 100644 index 00000000000..d98ab769a61 --- /dev/null +++ b/7376/data/test-cases/1c228878670c7b51.json @@ -0,0 +1 @@ +{"uid":"1c228878670c7b51","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","fullName":"/tests/filter/single_node/multiple_pubsub.node.spec.ts: Waku Filter V2 (Named sharding): Multiple PubsubTopics > Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","historyId":"b1dfdef8b9077e48e5cade9efc781742:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922508641,"stop":1724922508642,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2 (Named sharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"24ac82609562db1f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/24ac82609562db1f","status":"passed","time":{"start":1724921164606,"stop":1724921164608,"duration":2}},{"uid":"54262673c42bf58d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/54262673c42bf58d","status":"passed","time":{"start":1724921137829,"stop":1724921137838,"duration":9}},{"uid":"f27fc7f934dafbcc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f27fc7f934dafbcc","status":"passed","time":{"start":1724917810542,"stop":1724917810543,"duration":1}},{"uid":"daacc4c3600cd58f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/daacc4c3600cd58f","status":"passed","time":{"start":1724889585450,"stop":1724889585451,"duration":1}},{"uid":"5b093d7b8c3c4a9f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b093d7b8c3c4a9f","status":"passed","time":{"start":1724888736520,"stop":1724888736524,"duration":4}},{"uid":"9b1f78e7f339d0db","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9b1f78e7f339d0db","status":"passed","time":{"start":1724887891797,"stop":1724887891798,"duration":1}},{"uid":"8a0b85add267189c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a0b85add267189c","status":"passed","time":{"start":1724886657796,"stop":1724886657797,"duration":1}},{"uid":"cf1f4611cb173ed","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cf1f4611cb173ed","status":"passed","time":{"start":1724886447362,"stop":1724886447362,"duration":0}},{"uid":"71239a7a5d2f994e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/71239a7a5d2f994e","status":"passed","time":{"start":1724861880136,"stop":1724861880138,"duration":2}},{"uid":"d2e313b413a965ba","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d2e313b413a965ba","status":"passed","time":{"start":1724861359784,"stop":1724861359784,"duration":0}},{"uid":"1e77f9bd902c3973","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1e77f9bd902c3973","status":"passed","time":{"start":1724861179685,"stop":1724861179686,"duration":1}},{"uid":"3516c29764b7484b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3516c29764b7484b","status":"passed","time":{"start":1724861040982,"stop":1724861040983,"duration":1}}]},"tags":[]},"source":"1c228878670c7b51.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/3f62aaa544cafb92.json b/7376/data/test-cases/1c2b43d7465f171a.json similarity index 78% rename from 7346/data/test-cases/3f62aaa544cafb92.json rename to 7376/data/test-cases/1c2b43d7465f171a.json index 456ea921799..e6e0d592a9e 100644 --- a/7346/data/test-cases/3f62aaa544cafb92.json +++ b/7376/data/test-cases/1c2b43d7465f171a.json @@ -1 +1 @@ -{"uid":"3f62aaa544cafb92","name":"Check received message containing Script","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing Script","historyId":"56fe013b3799e2d571a027f0cbff5e10:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392369,"stop":1724765392369,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"42c0dd6be1cb879b","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/42c0dd6be1cb879b","status":"passed","time":{"start":1724765313857,"stop":1724765313857,"duration":0}},{"uid":"ac5d412d614676c1","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/ac5d412d614676c1","status":"passed","time":{"start":1724763683856,"stop":1724763683856,"duration":0}},{"uid":"1be302419172c01c","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/1be302419172c01c","status":"passed","time":{"start":1724760929556,"stop":1724760929556,"duration":0}},{"uid":"5963b401b7a53441","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/5963b401b7a53441","status":"passed","time":{"start":1724759955158,"stop":1724759955158,"duration":0}},{"uid":"85a577760de48ce9","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/85a577760de48ce9","status":"passed","time":{"start":1724758077426,"stop":1724758077426,"duration":0}},{"uid":"f21ca16093fc2dfc","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/f21ca16093fc2dfc","status":"passed","time":{"start":1724757801859,"stop":1724757801859,"duration":0}},{"uid":"e06376c9974ee29d","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/e06376c9974ee29d","status":"passed","time":{"start":1724757120161,"stop":1724757120161,"duration":0}},{"uid":"1024122f04c6be0f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/1024122f04c6be0f","status":"passed","time":{"start":1724755211042,"stop":1724755211043,"duration":1}},{"uid":"574c871647a2b527","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/574c871647a2b527","status":"passed","time":{"start":1724752646529,"stop":1724752646531,"duration":2}},{"uid":"ea9b87476c0a775a","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/ea9b87476c0a775a","status":"passed","time":{"start":1724751495266,"stop":1724751495266,"duration":0}},{"uid":"253f5ae8bfa0a7eb","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/253f5ae8bfa0a7eb","status":"passed","time":{"start":1724750572363,"stop":1724750572363,"duration":0}},{"uid":"239d62b6e0f50bfa","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/239d62b6e0f50bfa","status":"passed","time":{"start":1724749567237,"stop":1724749567237,"duration":0}},{"uid":"96b1b9df2f23ae44","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/96b1b9df2f23ae44","status":"passed","time":{"start":1724717880811,"stop":1724717880812,"duration":1}},{"uid":"fade7d8b557ca865","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/fade7d8b557ca865","status":"passed","time":{"start":1724715103498,"stop":1724715103499,"duration":1}},{"uid":"bd6399233a8ff8a3","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/bd6399233a8ff8a3","status":"passed","time":{"start":1724713195350,"stop":1724713195350,"duration":0}},{"uid":"4a87450f92589db9","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/4a87450f92589db9","status":"passed","time":{"start":1724706389660,"stop":1724706389661,"duration":1}},{"uid":"16cb7ca61cf686eb","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/16cb7ca61cf686eb","status":"passed","time":{"start":1724704811179,"stop":1724704811180,"duration":1}},{"uid":"b55a7cf066ec0e35","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b55a7cf066ec0e35","status":"passed","time":{"start":1724684170150,"stop":1724684170150,"duration":0}},{"uid":"f151ac5f2728175a","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/f151ac5f2728175a","status":"passed","time":{"start":1724672903593,"stop":1724672903594,"duration":1}},{"uid":"bd1a4ba1eac6d7b","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/bd1a4ba1eac6d7b","status":"passed","time":{"start":1724670674030,"stop":1724670674030,"duration":0}}]},"tags":[]},"source":"3f62aaa544cafb92.json","parameterValues":[]} \ No newline at end of file +{"uid":"1c2b43d7465f171a","name":"Check received message containing Script","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing Script","historyId":"56fe013b3799e2d571a027f0cbff5e10:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845236,"stop":1724922845236,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"842ac18cc4e9692c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/842ac18cc4e9692c","status":"passed","time":{"start":1724921515221,"stop":1724921515222,"duration":1}},{"uid":"a205391ee794bda6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a205391ee794bda6","status":"passed","time":{"start":1724921475440,"stop":1724921475441,"duration":1}},{"uid":"d723e44b628df591","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d723e44b628df591","status":"passed","time":{"start":1724918179382,"stop":1724918179382,"duration":0}},{"uid":"3950e324103f861a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3950e324103f861a","status":"passed","time":{"start":1724889935335,"stop":1724889935335,"duration":0}},{"uid":"d04467d642ac4d89","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d04467d642ac4d89","status":"passed","time":{"start":1724889072749,"stop":1724889072749,"duration":0}},{"uid":"5f4821f01e90b4a3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5f4821f01e90b4a3","status":"passed","time":{"start":1724888232410,"stop":1724888232410,"duration":0}},{"uid":"f406fa42f7385eaa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f406fa42f7385eaa","status":"passed","time":{"start":1724887018289,"stop":1724887018290,"duration":1}},{"uid":"63d00dc13b18c46d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/63d00dc13b18c46d","status":"passed","time":{"start":1724886781474,"stop":1724886781475,"duration":1}},{"uid":"b97d99d6b23ec62c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b97d99d6b23ec62c","status":"passed","time":{"start":1724862213658,"stop":1724862213658,"duration":0}},{"uid":"8c0812d817d96f5d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8c0812d817d96f5d","status":"passed","time":{"start":1724861685850,"stop":1724861685850,"duration":0}},{"uid":"3fc02b9a4823bf98","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3fc02b9a4823bf98","status":"passed","time":{"start":1724861546165,"stop":1724861546165,"duration":0}},{"uid":"c937f7d70de2383a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c937f7d70de2383a","status":"passed","time":{"start":1724861378106,"stop":1724861378106,"duration":0}}]},"tags":[]},"source":"1c2b43d7465f171a.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/c434ff5f21ae1eaa.json b/7376/data/test-cases/1c58a994123222de.json similarity index 72% rename from 7346/data/test-cases/c434ff5f21ae1eaa.json rename to 7376/data/test-cases/1c58a994123222de.json index ac4c92edaf3..0b6ea6cccd1 100644 --- a/7346/data/test-cases/c434ff5f21ae1eaa.json +++ b/7376/data/test-cases/1c58a994123222de.json @@ -1 +1 @@ -{"uid":"c434ff5f21ae1eaa","name":"Subscribe to topic containing Basic HTML tag and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing Basic HTML tag and receive message","historyId":"7fc3ff61f10eed58155b889267de1e08:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765545680,"stop":1724765545680,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"bc8d90db841c153b","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/bc8d90db841c153b","status":"passed","time":{"start":1724765472924,"stop":1724765472924,"duration":0}},{"uid":"a5c37d1bd2f0","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/a5c37d1bd2f0","status":"passed","time":{"start":1724763953871,"stop":1724763953871,"duration":0}},{"uid":"bf5884159e01a528","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/bf5884159e01a528","status":"passed","time":{"start":1724761070326,"stop":1724761070327,"duration":1}},{"uid":"579a8eeaadcfbee5","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/579a8eeaadcfbee5","status":"passed","time":{"start":1724760260078,"stop":1724760260078,"duration":0}},{"uid":"602c9b22c823a596","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/602c9b22c823a596","status":"passed","time":{"start":1724758530273,"stop":1724758530273,"duration":0}},{"uid":"e8019d5b16f03beb","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/e8019d5b16f03beb","status":"passed","time":{"start":1724757958299,"stop":1724757958305,"duration":6}},{"uid":"db9e5b8399634b2b","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/db9e5b8399634b2b","status":"passed","time":{"start":1724757397594,"stop":1724757397594,"duration":0}},{"uid":"74161d7365a79ce2","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/74161d7365a79ce2","status":"passed","time":{"start":1724755379407,"stop":1724755379407,"duration":0}},{"uid":"9a8125eb0a417713","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/9a8125eb0a417713","status":"passed","time":{"start":1724752819850,"stop":1724752819850,"duration":0}},{"uid":"3eb666aba190d213","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/3eb666aba190d213","status":"passed","time":{"start":1724751625329,"stop":1724751625329,"duration":0}},{"uid":"13b8ece70440dcc8","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/13b8ece70440dcc8","status":"passed","time":{"start":1724750725829,"stop":1724750725830,"duration":1}},{"uid":"636bf1657799e9b3","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/636bf1657799e9b3","status":"passed","time":{"start":1724749717519,"stop":1724749717519,"duration":0}},{"uid":"aec04fe51e070398","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/aec04fe51e070398","status":"passed","time":{"start":1724718019287,"stop":1724718019287,"duration":0}},{"uid":"c9e8d299fb108c9d","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/c9e8d299fb108c9d","status":"passed","time":{"start":1724715264570,"stop":1724715264570,"duration":0}},{"uid":"18b83cc1600721c6","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/18b83cc1600721c6","status":"passed","time":{"start":1724713371752,"stop":1724713371752,"duration":0}},{"uid":"3b2b3b68269b2d58","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/3b2b3b68269b2d58","status":"passed","time":{"start":1724706679438,"stop":1724706679438,"duration":0}},{"uid":"ec649d03f7be4647","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/ec649d03f7be4647","status":"passed","time":{"start":1724705096864,"stop":1724705096864,"duration":0}},{"uid":"f3d545ef0cda8102","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f3d545ef0cda8102","status":"passed","time":{"start":1724684459932,"stop":1724684459932,"duration":0}},{"uid":"f6439c7b3434fa2d","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/f6439c7b3434fa2d","status":"passed","time":{"start":1724673071760,"stop":1724673071760,"duration":0}},{"uid":"541d8c22d400231b","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/541d8c22d400231b","status":"passed","time":{"start":1724670808711,"stop":1724670808712,"duration":1}}]},"tags":[]},"source":"c434ff5f21ae1eaa.json","parameterValues":[]} \ No newline at end of file +{"uid":"1c58a994123222de","name":"Subscribe and receive messages via waku relay post","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe and receive messages via waku relay post","historyId":"4ee6cc200913613041f2b29257428b61:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012472,"stop":1724923012473,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"232cef48ddee9e31","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/232cef48ddee9e31","status":"passed","time":{"start":1724921625079,"stop":1724921625079,"duration":0}},{"uid":"41fb0655bf881289","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/41fb0655bf881289","status":"passed","time":{"start":1724921590502,"stop":1724921590503,"duration":1}},{"uid":"62b5cdacddbf88ac","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/62b5cdacddbf88ac","status":"passed","time":{"start":1724918287570,"stop":1724918287570,"duration":0}},{"uid":"a9e55b7454f78a28","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9e55b7454f78a28","status":"passed","time":{"start":1724890047796,"stop":1724890047796,"duration":0}},{"uid":"f9aa77a3bdad385e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9aa77a3bdad385e","status":"passed","time":{"start":1724889183929,"stop":1724889183929,"duration":0}},{"uid":"260ee8fb039827bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/260ee8fb039827bd","status":"passed","time":{"start":1724888354176,"stop":1724888354176,"duration":0}},{"uid":"92ec891278c6d2e9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/92ec891278c6d2e9","status":"passed","time":{"start":1724887145694,"stop":1724887145697,"duration":3}},{"uid":"80b3932dc0ab799b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/80b3932dc0ab799b","status":"passed","time":{"start":1724886915792,"stop":1724886915792,"duration":0}},{"uid":"21c69f288d5b0c94","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/21c69f288d5b0c94","status":"passed","time":{"start":1724862341457,"stop":1724862341457,"duration":0}},{"uid":"cf1457db26598e0d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cf1457db26598e0d","status":"passed","time":{"start":1724861805455,"stop":1724861805455,"duration":0}},{"uid":"3e96c0b2275f398e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3e96c0b2275f398e","status":"passed","time":{"start":1724861662292,"stop":1724861662292,"duration":0}},{"uid":"f9045cfe8eefd0c7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f9045cfe8eefd0c7","status":"passed","time":{"start":1724861492520,"stop":1724861492521,"duration":1}}]},"tags":[]},"source":"1c58a994123222de.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/1cec41a743122379.json b/7376/data/test-cases/1cec41a743122379.json new file mode 100644 index 00000000000..f5976b8eaac --- /dev/null +++ b/7376/data/test-cases/1cec41a743122379.json @@ -0,0 +1 @@ +{"uid":"1cec41a743122379","name":"Subscribe and receive 2 messages on the same topic","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe and receive 2 messages on the same topic","historyId":"c07a05bb95930eb974a35f473152c50b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012473,"stop":1724923012473,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2bc4bfce2d4b5024","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2bc4bfce2d4b5024","status":"passed","time":{"start":1724921625079,"stop":1724921625079,"duration":0}},{"uid":"ec49c7ac05d125bc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ec49c7ac05d125bc","status":"passed","time":{"start":1724921590503,"stop":1724921590503,"duration":0}},{"uid":"27417df4202f29a2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/27417df4202f29a2","status":"passed","time":{"start":1724918287571,"stop":1724918287571,"duration":0}},{"uid":"d51a45349c71cf21","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d51a45349c71cf21","status":"passed","time":{"start":1724890047796,"stop":1724890047796,"duration":0}},{"uid":"e73ea537bb58b92e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e73ea537bb58b92e","status":"passed","time":{"start":1724889183929,"stop":1724889183930,"duration":1}},{"uid":"f1f3ed369fc53d6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f1f3ed369fc53d6","status":"passed","time":{"start":1724888354177,"stop":1724888354177,"duration":0}},{"uid":"e9f6d5843e12ab08","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e9f6d5843e12ab08","status":"passed","time":{"start":1724887145697,"stop":1724887145699,"duration":2}},{"uid":"c15880036b447d89","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c15880036b447d89","status":"passed","time":{"start":1724886915793,"stop":1724886915793,"duration":0}},{"uid":"815b37e2351386a8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/815b37e2351386a8","status":"passed","time":{"start":1724862341457,"stop":1724862341457,"duration":0}},{"uid":"7385d781998a2bb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7385d781998a2bb","status":"passed","time":{"start":1724861805455,"stop":1724861805456,"duration":1}},{"uid":"5fcf088e29396c32","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5fcf088e29396c32","status":"passed","time":{"start":1724861662292,"stop":1724861662292,"duration":0}},{"uid":"5e5c6cef7b0d29a4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5e5c6cef7b0d29a4","status":"passed","time":{"start":1724861492521,"stop":1724861492521,"duration":0}}]},"tags":[]},"source":"1cec41a743122379.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/1d2ef7e386fc6cae.json b/7376/data/test-cases/1d2ef7e386fc6cae.json new file mode 100644 index 00000000000..4b4db1e33fb --- /dev/null +++ b/7376/data/test-cases/1d2ef7e386fc6cae.json @@ -0,0 +1 @@ +{"uid":"1d2ef7e386fc6cae","name":"different cluster, different shard: nodes don't connect","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > different cluster, different shard: nodes don't connect","historyId":"a7ec74184f222e80b83b41bc32362ff9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611420,"stop":1724922611420,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"897ab3a0d540ccf9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/897ab3a0d540ccf9","status":"passed","time":{"start":1724921270341,"stop":1724921270341,"duration":0}},{"uid":"ea9939f4ff012c0a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ea9939f4ff012c0a","status":"passed","time":{"start":1724921247771,"stop":1724921247772,"duration":1}},{"uid":"b30c2ac2a8b7c7be","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b30c2ac2a8b7c7be","status":"passed","time":{"start":1724917989808,"stop":1724917989809,"duration":1}},{"uid":"25b69bafa3917d13","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/25b69bafa3917d13","status":"passed","time":{"start":1724889678531,"stop":1724889678532,"duration":1}},{"uid":"fedf8d6623b6d3f6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fedf8d6623b6d3f6","status":"passed","time":{"start":1724888829824,"stop":1724888829824,"duration":0}},{"uid":"2d460c535038a65d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2d460c535038a65d","status":"passed","time":{"start":1724888076971,"stop":1724888076972,"duration":1}},{"uid":"9eadcb2341dcf61a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9eadcb2341dcf61a","status":"passed","time":{"start":1724886851110,"stop":1724886851111,"duration":1}},{"uid":"81ed48ae17aebbf8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/81ed48ae17aebbf8","status":"passed","time":{"start":1724886647054,"stop":1724886647055,"duration":1}},{"uid":"cd7570259e873500","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd7570259e873500","status":"passed","time":{"start":1724861992701,"stop":1724861992701,"duration":0}},{"uid":"4d6b7855063aa5d1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4d6b7855063aa5d1","status":"passed","time":{"start":1724861469627,"stop":1724861469628,"duration":1}},{"uid":"c2ec58908a4db282","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c2ec58908a4db282","status":"passed","time":{"start":1724861284844,"stop":1724861284844,"duration":0}},{"uid":"a65795ae41b7fd71","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a65795ae41b7fd71","status":"passed","time":{"start":1724861145771,"stop":1724861145771,"duration":0}}]},"tags":[]},"source":"1d2ef7e386fc6cae.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/1e15a3c203a04171.json b/7376/data/test-cases/1e15a3c203a04171.json new file mode 100644 index 00000000000..ae2379dd814 --- /dev/null +++ b/7376/data/test-cases/1e15a3c203a04171.json @@ -0,0 +1 @@ +{"uid":"1e15a3c203a04171","name":"tcp ip4 address","fullName":"/src/multiaddr_from_fields.spec.ts: Multiaddr from fields > tcp ip4 address","historyId":"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922382545,"stop":1724922382546,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Multiaddr from fields"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"734c22d4ba18bc52","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/734c22d4ba18bc52","status":"passed","time":{"start":1724921045449,"stop":1724921045450,"duration":1}},{"uid":"ce953bb8c7e212e6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ce953bb8c7e212e6","status":"passed","time":{"start":1724921020913,"stop":1724921020914,"duration":1}},{"uid":"b3419871747ab57c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b3419871747ab57c","status":"passed","time":{"start":1724917681161,"stop":1724917681161,"duration":0}},{"uid":"d32aee0970b94669","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d32aee0970b94669","status":"passed","time":{"start":1724889460192,"stop":1724889460192,"duration":0}},{"uid":"40f5fe2cafe1e11e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/40f5fe2cafe1e11e","status":"passed","time":{"start":1724888610695,"stop":1724888610696,"duration":1}},{"uid":"713adf67e134565f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/713adf67e134565f","status":"passed","time":{"start":1724887766816,"stop":1724887766818,"duration":2}},{"uid":"96fa0c4bcea472fa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/96fa0c4bcea472fa","status":"passed","time":{"start":1724886533505,"stop":1724886533505,"duration":0}},{"uid":"ac97e08177041c0a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ac97e08177041c0a","status":"passed","time":{"start":1724886311136,"stop":1724886311136,"duration":0}},{"uid":"2c4d5e0d56cc1544","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c4d5e0d56cc1544","status":"passed","time":{"start":1724861760252,"stop":1724861760253,"duration":1}},{"uid":"9f113311a2b1ef30","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9f113311a2b1ef30","status":"passed","time":{"start":1724861231059,"stop":1724861231059,"duration":0}},{"uid":"ecc109cf1ceb8040","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ecc109cf1ceb8040","status":"passed","time":{"start":1724861053539,"stop":1724861053540,"duration":1}},{"uid":"d5dcc06b08c308a2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d5dcc06b08c308a2","status":"passed","time":{"start":1724860915308,"stop":1724860915308,"duration":0}}]},"tags":[]},"source":"1e15a3c203a04171.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/1e55baf9c9b5f50b.json b/7376/data/test-cases/1e55baf9c9b5f50b.json new file mode 100644 index 00000000000..68c3161b25f --- /dev/null +++ b/7376/data/test-cases/1e55baf9c9b5f50b.json @@ -0,0 +1 @@ +{"uid":"1e55baf9c9b5f50b","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric clusterId: /waku/2/rs/y/1","historyId":"505729519c5b74e35d8b7922a53fd8e9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374684,"stop":1724922374684,"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":13,"unknown":0,"total":13},"items":[{"uid":"5a233612831f2928","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5a233612831f2928","status":"passed","time":{"start":1724921037645,"stop":1724921037646,"duration":1}},{"uid":"bd01143ce2bfca95","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bd01143ce2bfca95","status":"passed","time":{"start":1724921013058,"stop":1724921013058,"duration":0}},{"uid":"c72dd5bf5efb8f80","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c72dd5bf5efb8f80","status":"passed","time":{"start":1724917673300,"stop":1724917673300,"duration":0}},{"uid":"139bcc203a41f560","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/139bcc203a41f560","status":"passed","time":{"start":1724889452319,"stop":1724889452319,"duration":0}},{"uid":"d3bd3dbf606e0076","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3bd3dbf606e0076","status":"passed","time":{"start":1724888602850,"stop":1724888602851,"duration":1}},{"uid":"9440d1dfcb120121","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9440d1dfcb120121","status":"passed","time":{"start":1724887759172,"stop":1724887759172,"duration":0}},{"uid":"c0b43ffcf2d40fdd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c0b43ffcf2d40fdd","status":"passed","time":{"start":1724886525551,"stop":1724886525551,"duration":0}},{"uid":"a95f169405aa280a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a95f169405aa280a","status":"passed","time":{"start":1724886303406,"stop":1724886303406,"duration":0}},{"uid":"67b3a20eb13398e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/67b3a20eb13398e5","status":"passed","time":{"start":1724861752238,"stop":1724861752238,"duration":0}},{"uid":"262b8203234ad7fe","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/262b8203234ad7fe","status":"passed","time":{"start":1724861223363,"stop":1724861223363,"duration":0}},{"uid":"9610f9401fbd5a6a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9610f9401fbd5a6a","status":"passed","time":{"start":1724861045211,"stop":1724861045211,"duration":0}},{"uid":"df47dd01aee7e9d0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/df47dd01aee7e9d0","status":"passed","time":{"start":1724860907095,"stop":1724860907096,"duration":1}}]},"tags":[]},"source":"1e55baf9c9b5f50b.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/cbf60759b73185d.json b/7376/data/test-cases/1eaf73570946865.json similarity index 72% rename from 7346/data/test-cases/cbf60759b73185d.json rename to 7376/data/test-cases/1eaf73570946865.json index 48425f6d0d0..e2b1d54ed79 100644 --- a/7346/data/test-cases/cbf60759b73185d.json +++ b/7376/data/test-cases/1eaf73570946865.json @@ -1 +1 @@ -{"uid":"cbf60759b73185d","name":"Subscribe to topic containing numeric and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing numeric and receive message","historyId":"0c5de591ea5ad571a48f8ba360377f01:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765545677,"stop":1724765545677,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"95ae423287e200ac","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/95ae423287e200ac","status":"passed","time":{"start":1724765472922,"stop":1724765472922,"duration":0}},{"uid":"ff9289b7e8d1d227","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/ff9289b7e8d1d227","status":"passed","time":{"start":1724763953868,"stop":1724763953868,"duration":0}},{"uid":"78325d0488dcea51","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/78325d0488dcea51","status":"passed","time":{"start":1724761070317,"stop":1724761070317,"duration":0}},{"uid":"a15b5e91eb0162ec","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/a15b5e91eb0162ec","status":"passed","time":{"start":1724760260076,"stop":1724760260076,"duration":0}},{"uid":"acd1450111da0472","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/acd1450111da0472","status":"passed","time":{"start":1724758530270,"stop":1724758530270,"duration":0}},{"uid":"1fd13b74b72cf55d","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/1fd13b74b72cf55d","status":"passed","time":{"start":1724757958296,"stop":1724757958296,"duration":0}},{"uid":"d157616deeda7925","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/d157616deeda7925","status":"passed","time":{"start":1724757397591,"stop":1724757397592,"duration":1}},{"uid":"5685c53c00c53d88","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/5685c53c00c53d88","status":"passed","time":{"start":1724755379404,"stop":1724755379404,"duration":0}},{"uid":"d29184c3d3a064df","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/d29184c3d3a064df","status":"passed","time":{"start":1724752819846,"stop":1724752819847,"duration":1}},{"uid":"9b6fc9acb068d3d3","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/9b6fc9acb068d3d3","status":"passed","time":{"start":1724751625326,"stop":1724751625326,"duration":0}},{"uid":"ac34c0acd61f3be3","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/ac34c0acd61f3be3","status":"passed","time":{"start":1724750725826,"stop":1724750725826,"duration":0}},{"uid":"a1d23d67cf7aa2f0","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/a1d23d67cf7aa2f0","status":"passed","time":{"start":1724749717503,"stop":1724749717504,"duration":1}},{"uid":"8de69fca886a9ba3","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/8de69fca886a9ba3","status":"passed","time":{"start":1724718019284,"stop":1724718019284,"duration":0}},{"uid":"6236aba2e5ca4c55","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/6236aba2e5ca4c55","status":"passed","time":{"start":1724715264567,"stop":1724715264567,"duration":0}},{"uid":"80412bb24e330062","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/80412bb24e330062","status":"passed","time":{"start":1724713371750,"stop":1724713371750,"duration":0}},{"uid":"6739cb526b48ea7","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6739cb526b48ea7","status":"passed","time":{"start":1724706679433,"stop":1724706679433,"duration":0}},{"uid":"f3e64e8112158e73","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f3e64e8112158e73","status":"passed","time":{"start":1724705096860,"stop":1724705096861,"duration":1}},{"uid":"57ce2bbdc90e9ce4","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/57ce2bbdc90e9ce4","status":"passed","time":{"start":1724684459928,"stop":1724684459929,"duration":1}},{"uid":"5497b33065146544","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/5497b33065146544","status":"passed","time":{"start":1724673071756,"stop":1724673071757,"duration":1}},{"uid":"deedfb25399e4b7b","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/deedfb25399e4b7b","status":"passed","time":{"start":1724670808691,"stop":1724670808691,"duration":0}}]},"tags":[]},"source":"cbf60759b73185d.json","parameterValues":[]} \ No newline at end of file +{"uid":"1eaf73570946865","name":"Subscribe to 100 topics (new limit) at once and receives messages","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to 100 topics (new limit) at once and receives messages","historyId":"49483aaa9fbb0f8c7913836033ea9abc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012475,"stop":1724923012475,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e300b2384d6b6444","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e300b2384d6b6444","status":"passed","time":{"start":1724921625080,"stop":1724921625080,"duration":0}},{"uid":"12e78f06c97659e6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/12e78f06c97659e6","status":"passed","time":{"start":1724921590505,"stop":1724921590505,"duration":0}},{"uid":"6ab44b919f9d0129","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6ab44b919f9d0129","status":"passed","time":{"start":1724918287572,"stop":1724918287572,"duration":0}},{"uid":"fd4043517b917889","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fd4043517b917889","status":"passed","time":{"start":1724890047797,"stop":1724890047797,"duration":0}},{"uid":"1e3c39143b948891","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1e3c39143b948891","status":"passed","time":{"start":1724889183930,"stop":1724889183931,"duration":1}},{"uid":"7f33566ba102a7f5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7f33566ba102a7f5","status":"passed","time":{"start":1724888354178,"stop":1724888354178,"duration":0}},{"uid":"2a8dad7292c69c54","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2a8dad7292c69c54","status":"passed","time":{"start":1724887145702,"stop":1724887145703,"duration":1}},{"uid":"90d7fff2a7894999","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/90d7fff2a7894999","status":"passed","time":{"start":1724886915794,"stop":1724886915794,"duration":0}},{"uid":"c373c5f4d8f3ca73","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c373c5f4d8f3ca73","status":"passed","time":{"start":1724862341458,"stop":1724862341459,"duration":1}},{"uid":"53fad1e484c380b9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/53fad1e484c380b9","status":"passed","time":{"start":1724861805458,"stop":1724861805459,"duration":1}},{"uid":"a9e4e6cc51637a4a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a9e4e6cc51637a4a","status":"passed","time":{"start":1724861662295,"stop":1724861662296,"duration":1}},{"uid":"4106cc46e41d0797","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4106cc46e41d0797","status":"passed","time":{"start":1724861492522,"stop":1724861492523,"duration":1}}]},"tags":[]},"source":"1eaf73570946865.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/1ed6371148eb1e5d.json b/7376/data/test-cases/1ed6371148eb1e5d.json new file mode 100644 index 00000000000..d3fa72c7340 --- /dev/null +++ b/7376/data/test-cases/1ed6371148eb1e5d.json @@ -0,0 +1 @@ +{"uid":"1ed6371148eb1e5d","name":"caches peers it previously fetched","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery > caches peers it previously fetched","historyId":"e3b69bfe29c8cce11e2ce861d526bc15:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922398920,"stop":1724922398920,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7f5c7192b2cf8e12","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7f5c7192b2cf8e12","status":"passed","time":{"start":1724921061848,"stop":1724921061848,"duration":0}},{"uid":"aea82f1580921c1d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/aea82f1580921c1d","status":"passed","time":{"start":1724921037157,"stop":1724921037157,"duration":0}},{"uid":"8c2f52e1b1d49df1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8c2f52e1b1d49df1","status":"passed","time":{"start":1724917697302,"stop":1724917697302,"duration":0}},{"uid":"7ef53cf67811769e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7ef53cf67811769e","status":"passed","time":{"start":1724889476083,"stop":1724889476084,"duration":1}},{"uid":"95f40abfe57fbf7f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/95f40abfe57fbf7f","status":"passed","time":{"start":1724888626887,"stop":1724888626887,"duration":0}},{"uid":"c9c3801d368ecafa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c9c3801d368ecafa","status":"passed","time":{"start":1724887783108,"stop":1724887783108,"duration":0}},{"uid":"2dc7820ece9e3355","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2dc7820ece9e3355","status":"passed","time":{"start":1724886549919,"stop":1724886549920,"duration":1}},{"uid":"97013520648ef3d7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/97013520648ef3d7","status":"passed","time":{"start":1724886327581,"stop":1724886327581,"duration":0}},{"uid":"a5a777cfe8c1c173","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5a777cfe8c1c173","status":"passed","time":{"start":1724861776807,"stop":1724861776807,"duration":0}},{"uid":"eca61f58fa44c0e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/eca61f58fa44c0e","status":"passed","time":{"start":1724861247299,"stop":1724861247299,"duration":0}},{"uid":"8ed164b5f9ddc8aa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8ed164b5f9ddc8aa","status":"passed","time":{"start":1724861071395,"stop":1724861071395,"duration":0}},{"uid":"6c005b4da2c5d0a0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6c005b4da2c5d0a0","status":"passed","time":{"start":1724860931795,"stop":1724860931795,"duration":0}}]},"tags":[]},"source":"1ed6371148eb1e5d.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/1eda95604c7c6835.json b/7376/data/test-cases/1eda95604c7c6835.json new file mode 100644 index 00000000000..2ccef8b7dfb --- /dev/null +++ b/7376/data/test-cases/1eda95604c7c6835.json @@ -0,0 +1 @@ +{"uid":"1eda95604c7c6835","name":"isConnected between 2 js-waku relay nodes","fullName":"/tests/connection-mananger/connection_state.spec.ts: Connection state > isConnected between 2 js-waku relay nodes","historyId":"dce212676074993bd1eed253a481b8c6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922476377,"stop":1724922476377,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","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":"Connection state"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9cbe4e46a0d9855a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9cbe4e46a0d9855a","status":"passed","time":{"start":1724921141201,"stop":1724921141201,"duration":0}},{"uid":"6c59b3cf89aa68be","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6c59b3cf89aa68be","status":"passed","time":{"start":1724921118250,"stop":1724921118250,"duration":0}},{"uid":"52b44a344ac786db","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/52b44a344ac786db","status":"passed","time":{"start":1724917777552,"stop":1724917777553,"duration":1}},{"uid":"3243282dfce9686f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3243282dfce9686f","status":"passed","time":{"start":1724889554666,"stop":1724889554666,"duration":0}},{"uid":"8b447d2c458aa6b4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8b447d2c458aa6b4","status":"passed","time":{"start":1724888706940,"stop":1724888706946,"duration":6}},{"uid":"db2494a56bd2e563","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/db2494a56bd2e563","status":"passed","time":{"start":1724887861774,"stop":1724887861775,"duration":1}},{"uid":"bbe885d0df521161","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bbe885d0df521161","status":"passed","time":{"start":1724886631478,"stop":1724886631478,"duration":0}},{"uid":"55b5f7f49d456de4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/55b5f7f49d456de4","status":"passed","time":{"start":1724886409747,"stop":1724886409747,"duration":0}},{"uid":"31d4788c017ddd1d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31d4788c017ddd1d","status":"passed","time":{"start":1724861858186,"stop":1724861858186,"duration":0}},{"uid":"c4fa7ff8c0e744ef","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c4fa7ff8c0e744ef","status":"passed","time":{"start":1724861324522,"stop":1724861324522,"duration":0}},{"uid":"793eb3febfbb938d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/793eb3febfbb938d","status":"passed","time":{"start":1724861152391,"stop":1724861152392,"duration":1}},{"uid":"526080ce0bfec78c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/526080ce0bfec78c","status":"passed","time":{"start":1724861011436,"stop":1724861011437,"duration":1}}]},"tags":[]},"source":"1eda95604c7c6835.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/1ee4c0ce20475d5.json b/7376/data/test-cases/1ee4c0ce20475d5.json new file mode 100644 index 00000000000..e3d08510397 --- /dev/null +++ b/7376/data/test-cases/1ee4c0ce20475d5.json @@ -0,0 +1 @@ +{"uid":"1ee4c0ce20475d5","name":"Keep-alive pings maintain the connection","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Keep-alive pings maintain the connection","historyId":"61fc51f41c87e78944a283d6e4a258f4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922535038,"stop":1724922535048,"duration":10},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1cfa376143b106d9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1cfa376143b106d9","status":"passed","time":{"start":1724921196357,"stop":1724921196357,"duration":0}},{"uid":"e64fd44723067630","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e64fd44723067630","status":"passed","time":{"start":1724921173180,"stop":1724921173180,"duration":0}},{"uid":"c5151bf185b50f58","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c5151bf185b50f58","status":"passed","time":{"start":1724917930826,"stop":1724917930826,"duration":0}},{"uid":"ecce35e3fa9a74c5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ecce35e3fa9a74c5","status":"passed","time":{"start":1724889621016,"stop":1724889621017,"duration":1}},{"uid":"9f701e53c8f113b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f701e53c8f113b","status":"passed","time":{"start":1724888759388,"stop":1724888759388,"duration":0}},{"uid":"bbaf8e95b706a925","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bbaf8e95b706a925","status":"passed","time":{"start":1724888015044,"stop":1724888015044,"duration":0}},{"uid":"24e163bc08ded135","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/24e163bc08ded135","status":"passed","time":{"start":1724886784542,"stop":1724886784542,"duration":0}},{"uid":"53683326db508e70","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/53683326db508e70","status":"passed","time":{"start":1724886566525,"stop":1724886566526,"duration":1}},{"uid":"9a595f532affc47c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9a595f532affc47c","status":"passed","time":{"start":1724861915533,"stop":1724861915534,"duration":1}},{"uid":"b61fa70ff6e78327","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b61fa70ff6e78327","status":"passed","time":{"start":1724861379724,"stop":1724861379725,"duration":1}},{"uid":"a30229227fd5e81","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a30229227fd5e81","status":"passed","time":{"start":1724861206875,"stop":1724861206879,"duration":4}},{"uid":"d18a9968084810e9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d18a9968084810e9","status":"passed","time":{"start":1724861067559,"stop":1724861067560,"duration":1}}]},"tags":[]},"source":"1ee4c0ce20475d5.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/af4f3cfbcdada91e.json b/7376/data/test-cases/1f05126ed42955e1.json similarity index 94% rename from 7346/data/test-cases/af4f3cfbcdada91e.json rename to 7376/data/test-cases/1f05126ed42955e1.json index 42ebec2e441..a5b20ee2697 100644 --- a/7346/data/test-cases/af4f3cfbcdada91e.json +++ b/7376/data/test-cases/1f05126ed42955e1.json @@ -1 +1 @@ -{"uid":"af4f3cfbcdada91e","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app55/4/topic466/xml","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 9 - Cluster ID: 10, Content Topic: /app55/4/topic466/xml","historyId":"9e7cee4d18b6a1f3e4af0196fcd3852d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765462125,"stop":1724765462125,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"af4f3cfbcdada91e.json","parameterValues":[]} \ No newline at end of file +{"uid":"1f05126ed42955e1","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app61/9/topic514/xml","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 9 - Cluster ID: 10, Content Topic: /app61/9/topic514/xml","historyId":"e56ace72df9dff4f1244ff52fe3f18af:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922906442,"stop":1724922906443,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"1f05126ed42955e1.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/1f0fb26e6e4c399e.json b/7376/data/test-cases/1f0fb26e6e4c399e.json new file mode 100644 index 00000000000..991cf60518d --- /dev/null +++ b/7376/data/test-cases/1f0fb26e6e4c399e.json @@ -0,0 +1 @@ +{"uid":"1f0fb26e6e4c399e","name":"should decode valid enr successfully","fullName":"/src/enr.spec.ts: ENR > Txt codec > should decode valid enr successfully","historyId":"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922383079,"stop":1724922383079,"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":"Txt codec"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6b92824aa675c8e1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6b92824aa675c8e1","status":"passed","time":{"start":1724921046195,"stop":1724921046196,"duration":1}},{"uid":"22e4668e6217c8c6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/22e4668e6217c8c6","status":"passed","time":{"start":1724921021466,"stop":1724921021466,"duration":0}},{"uid":"c1b92fa648cbf5ea","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c1b92fa648cbf5ea","status":"passed","time":{"start":1724917681714,"stop":1724917681714,"duration":0}},{"uid":"3d6d38ca6c46910f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3d6d38ca6c46910f","status":"passed","time":{"start":1724889460644,"stop":1724889460644,"duration":0}},{"uid":"9558373fca9fe59a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9558373fca9fe59a","status":"passed","time":{"start":1724888611287,"stop":1724888611287,"duration":0}},{"uid":"96aaa8a0e45441e6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/96aaa8a0e45441e6","status":"passed","time":{"start":1724887767611,"stop":1724887767612,"duration":1}},{"uid":"f78fc00e3e24b5a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f78fc00e3e24b5a","status":"passed","time":{"start":1724886533981,"stop":1724886533981,"duration":0}},{"uid":"76bf052c94bb2f10","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/76bf052c94bb2f10","status":"passed","time":{"start":1724886311749,"stop":1724886311749,"duration":0}},{"uid":"38aa9fd80dcdfcff","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/38aa9fd80dcdfcff","status":"passed","time":{"start":1724861760765,"stop":1724861760766,"duration":1}},{"uid":"debb2b6147c09ed4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/debb2b6147c09ed4","status":"passed","time":{"start":1724861231725,"stop":1724861231726,"duration":1}},{"uid":"592ea36d41710a82","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/592ea36d41710a82","status":"passed","time":{"start":1724861054246,"stop":1724861054246,"duration":0}},{"uid":"ced6af8fc3d13d0a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ced6af8fc3d13d0a","status":"passed","time":{"start":1724860915805,"stop":1724860915805,"duration":0}}]},"tags":[]},"source":"1f0fb26e6e4c399e.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/6fcd5608e5867c02.json b/7376/data/test-cases/1f162d844838771f.json similarity index 79% rename from 7346/data/test-cases/6fcd5608e5867c02.json rename to 7376/data/test-cases/1f162d844838771f.json index 2ca578d2da9..dd8c72834f8 100644 --- a/7346/data/test-cases/6fcd5608e5867c02.json +++ b/7376/data/test-cases/1f162d844838771f.json @@ -1 +1 @@ -{"uid":"6fcd5608e5867c02","name":"Subscribe to 100 topics (new limit) at once and receives messages","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to 100 topics (new limit) at once and receives messages","historyId":"19c7222284bde21267086f9cc01eedf6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765075578,"stop":1724765075579,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"4973463d3a05b583","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/4973463d3a05b583","status":"passed","time":{"start":1724765010539,"stop":1724765010540,"duration":1}},{"uid":"bb3ea8384a7c0150","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/bb3ea8384a7c0150","status":"passed","time":{"start":1724763380286,"stop":1724763380287,"duration":1}},{"uid":"3b9a4437e3ae2763","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/3b9a4437e3ae2763","status":"passed","time":{"start":1724760632552,"stop":1724760632552,"duration":0}},{"uid":"2f4a653e506c0bc0","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/2f4a653e506c0bc0","status":"passed","time":{"start":1724759660919,"stop":1724759660919,"duration":0}},{"uid":"7d50de64cb830e73","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/7d50de64cb830e73","status":"passed","time":{"start":1724757793696,"stop":1724757793697,"duration":1}},{"uid":"99007323752cd098","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/99007323752cd098","status":"passed","time":{"start":1724757518633,"stop":1724757518633,"duration":0}},{"uid":"cf1c888cfc12c1a5","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/cf1c888cfc12c1a5","status":"passed","time":{"start":1724756832080,"stop":1724756832081,"duration":1}},{"uid":"af354e7a670c47ee","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/af354e7a670c47ee","status":"passed","time":{"start":1724754929267,"stop":1724754929267,"duration":0}},{"uid":"d20a4423bb93b9fa","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/d20a4423bb93b9fa","status":"passed","time":{"start":1724752352145,"stop":1724752352145,"duration":0}},{"uid":"89adb5d67e768469","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/89adb5d67e768469","status":"passed","time":{"start":1724751201113,"stop":1724751201114,"duration":1}},{"uid":"2f68c16ab0dd4e0c","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/2f68c16ab0dd4e0c","status":"passed","time":{"start":1724750264837,"stop":1724750264837,"duration":0}},{"uid":"7f303fc1185a86f1","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/7f303fc1185a86f1","status":"passed","time":{"start":1724749292149,"stop":1724749292149,"duration":0}},{"uid":"f000fdfd04f6fcfd","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/f000fdfd04f6fcfd","status":"passed","time":{"start":1724717596790,"stop":1724717596790,"duration":0}},{"uid":"496dbd2dfbe7dc5a","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/496dbd2dfbe7dc5a","status":"passed","time":{"start":1724714823644,"stop":1724714823645,"duration":1}},{"uid":"1651d33f5f640658","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/1651d33f5f640658","status":"passed","time":{"start":1724712895766,"stop":1724712895767,"duration":1}},{"uid":"62658a8faa8bb39d","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/62658a8faa8bb39d","status":"passed","time":{"start":1724706113491,"stop":1724706113491,"duration":0}},{"uid":"c45dc2110a3836d1","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c45dc2110a3836d1","status":"passed","time":{"start":1724704522409,"stop":1724704522410,"duration":1}},{"uid":"94ece03ea0aa856b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/94ece03ea0aa856b","status":"passed","time":{"start":1724683897623,"stop":1724683897623,"duration":0}},{"uid":"6efedd42ee0be64b","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/6efedd42ee0be64b","status":"passed","time":{"start":1724672624701,"stop":1724672624701,"duration":0}},{"uid":"6d8f2f63cf441438","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/6d8f2f63cf441438","status":"passed","time":{"start":1724670354423,"stop":1724670354424,"duration":1}}]},"tags":[]},"source":"6fcd5608e5867c02.json","parameterValues":[]} \ No newline at end of file +{"uid":"1f162d844838771f","name":"Subscribe to 100 topics (new limit) at once and receives messages","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to 100 topics (new limit) at once and receives messages","historyId":"19c7222284bde21267086f9cc01eedf6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922635351,"stop":1724922635351,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b1f5a5556a6d4f5e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b1f5a5556a6d4f5e","status":"passed","time":{"start":1724921297001,"stop":1724921297002,"duration":1}},{"uid":"5118fb2bea8750a5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5118fb2bea8750a5","status":"passed","time":{"start":1724921276364,"stop":1724921276364,"duration":0}},{"uid":"be1c463dada6f1a8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/be1c463dada6f1a8","status":"passed","time":{"start":1724917948313,"stop":1724917948317,"duration":4}},{"uid":"a1c08531aafb741a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a1c08531aafb741a","status":"passed","time":{"start":1724889729005,"stop":1724889729006,"duration":1}},{"uid":"4c42323e3ea7d518","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4c42323e3ea7d518","status":"passed","time":{"start":1724888864951,"stop":1724888864951,"duration":0}},{"uid":"d78baf310efa06d0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d78baf310efa06d0","status":"passed","time":{"start":1724888053739,"stop":1724888053745,"duration":6}},{"uid":"accd3afb73ff192c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/accd3afb73ff192c","status":"passed","time":{"start":1724886811653,"stop":1724886811655,"duration":2}},{"uid":"889e605c4c663071","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/889e605c4c663071","status":"passed","time":{"start":1724886581001,"stop":1724886581001,"duration":0}},{"uid":"4a977b462dd81f60","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a977b462dd81f60","status":"passed","time":{"start":1724862019557,"stop":1724862019557,"duration":0}},{"uid":"ad169214f81d0f22","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ad169214f81d0f22","status":"passed","time":{"start":1724861493934,"stop":1724861493935,"duration":1}},{"uid":"7bb103613e1bf03c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7bb103613e1bf03c","status":"passed","time":{"start":1724861318019,"stop":1724861318019,"duration":0}},{"uid":"acca306a177f673c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/acca306a177f673c","status":"passed","time":{"start":1724861178510,"stop":1724861178511,"duration":1}}]},"tags":[]},"source":"1f162d844838771f.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/e0d42b0fb12cd83f.json b/7376/data/test-cases/1ff6e12504b56218.json similarity index 83% rename from 7346/data/test-cases/e0d42b0fb12cd83f.json rename to 7376/data/test-cases/1ff6e12504b56218.json index 2890956f0cf..cc681ab51ac 100644 --- a/7346/data/test-cases/e0d42b0fb12cd83f.json +++ b/7376/data/test-cases/1ff6e12504b56218.json @@ -1 +1 @@ -{"uid":"e0d42b0fb12cd83f","name":"Push message with content topic containing escaped characters","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing escaped characters","historyId":"4d68da4710877623697c9c210c276ffc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367187,"stop":1724765367188,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"c53fccbadc34c14b","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/c53fccbadc34c14b","status":"passed","time":{"start":1724765300583,"stop":1724765300584,"duration":1}},{"uid":"ae05f7cedccd24d2","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/ae05f7cedccd24d2","status":"passed","time":{"start":1724763693164,"stop":1724763693164,"duration":0}},{"uid":"b787f67ededb7ed2","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b787f67ededb7ed2","status":"passed","time":{"start":1724760912511,"stop":1724760912512,"duration":1}},{"uid":"d6da8f7c24d81cd8","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/d6da8f7c24d81cd8","status":"passed","time":{"start":1724759937133,"stop":1724759937133,"duration":0}},{"uid":"f46b3a42583b83b9","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/f46b3a42583b83b9","status":"passed","time":{"start":1724758102771,"stop":1724758102772,"duration":1}},{"uid":"f6dcfd33a8d85e56","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/f6dcfd33a8d85e56","status":"passed","time":{"start":1724757793375,"stop":1724757793376,"duration":1}},{"uid":"e676f6873a4f32c6","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/e676f6873a4f32c6","status":"passed","time":{"start":1724757169528,"stop":1724757169528,"duration":0}},{"uid":"678ec2af60cbec6b","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/678ec2af60cbec6b","status":"passed","time":{"start":1724755216343,"stop":1724755216343,"duration":0}},{"uid":"6616e84a70384931","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/6616e84a70384931","status":"passed","time":{"start":1724752642011,"stop":1724752642011,"duration":0}},{"uid":"7374ab704b228af0","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/7374ab704b228af0","status":"passed","time":{"start":1724751479146,"stop":1724751479146,"duration":0}},{"uid":"a6a760834283b854","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/a6a760834283b854","status":"passed","time":{"start":1724750562215,"stop":1724750562215,"duration":0}},{"uid":"73efddb759dca31b","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/73efddb759dca31b","status":"passed","time":{"start":1724749562433,"stop":1724749562433,"duration":0}},{"uid":"5a78608874a1aba1","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/5a78608874a1aba1","status":"passed","time":{"start":1724717869160,"stop":1724717869160,"duration":0}},{"uid":"2b4c437f110a8bcd","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/2b4c437f110a8bcd","status":"passed","time":{"start":1724715106035,"stop":1724715106036,"duration":1}},{"uid":"c4e4a167b850384e","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/c4e4a167b850384e","status":"passed","time":{"start":1724713204890,"stop":1724713204891,"duration":1}},{"uid":"7d40022c23585eaf","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/7d40022c23585eaf","status":"passed","time":{"start":1724706379275,"stop":1724706379276,"duration":1}},{"uid":"bcb5bdb0286f509f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/bcb5bdb0286f509f","status":"passed","time":{"start":1724704806972,"stop":1724704806972,"duration":0}},{"uid":"ba58c47962f6f374","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/ba58c47962f6f374","status":"passed","time":{"start":1724684165995,"stop":1724684165995,"duration":0}},{"uid":"5b9f0b9cc6ff8b7f","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/5b9f0b9cc6ff8b7f","status":"passed","time":{"start":1724672921821,"stop":1724672921821,"duration":0}},{"uid":"2660377c0933742b","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/2660377c0933742b","status":"passed","time":{"start":1724670647885,"stop":1724670647886,"duration":1}}]},"tags":[]},"source":"e0d42b0fb12cd83f.json","parameterValues":[]} \ No newline at end of file +{"uid":"1ff6e12504b56218","name":"Push message with content topic containing escaped characters","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing escaped characters","historyId":"4d68da4710877623697c9c210c276ffc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853923,"stop":1724922853923,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"43b847ff79399a37","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/43b847ff79399a37","status":"passed","time":{"start":1724921529589,"stop":1724921529589,"duration":0}},{"uid":"682b3bfde9120e7f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/682b3bfde9120e7f","status":"passed","time":{"start":1724921488883,"stop":1724921488883,"duration":0}},{"uid":"71913ae0b8ff5d14","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/71913ae0b8ff5d14","status":"passed","time":{"start":1724918203689,"stop":1724918203689,"duration":0}},{"uid":"6a8e1f91d409d105","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6a8e1f91d409d105","status":"passed","time":{"start":1724889938365,"stop":1724889938365,"duration":0}},{"uid":"7f6a9c11d640745f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7f6a9c11d640745f","status":"passed","time":{"start":1724889077069,"stop":1724889077069,"duration":0}},{"uid":"3f10d07f70981691","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3f10d07f70981691","status":"passed","time":{"start":1724888268039,"stop":1724888268039,"duration":0}},{"uid":"e336139f313dd92","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e336139f313dd92","status":"passed","time":{"start":1724887032412,"stop":1724887032412,"duration":0}},{"uid":"b655cd659a012820","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b655cd659a012820","status":"passed","time":{"start":1724886822825,"stop":1724886822825,"duration":0}},{"uid":"33afb459ed14d59e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33afb459ed14d59e","status":"passed","time":{"start":1724862233515,"stop":1724862233515,"duration":0}},{"uid":"ca9a272805dfefd0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ca9a272805dfefd0","status":"passed","time":{"start":1724861712673,"stop":1724861712673,"duration":0}},{"uid":"cd602f1b83936d47","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cd602f1b83936d47","status":"passed","time":{"start":1724861567899,"stop":1724861567899,"duration":0}},{"uid":"74277ff9dc571834","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/74277ff9dc571834","status":"passed","time":{"start":1724861392057,"stop":1724861392057,"duration":0}}]},"tags":[]},"source":"1ff6e12504b56218.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/bc86ab4224b145f9.json b/7376/data/test-cases/20d291524709edfb.json similarity index 78% rename from 7346/data/test-cases/bc86ab4224b145f9.json rename to 7376/data/test-cases/20d291524709edfb.json index 9ae024f1743..6a5ca0fc30b 100644 --- a/7346/data/test-cases/bc86ab4224b145f9.json +++ b/7376/data/test-cases/20d291524709edfb.json @@ -1 +1 @@ -{"uid":"bc86ab4224b145f9","name":"Check received message containing Chinese","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing Chinese","historyId":"a09a4dead9377b4f63c1c9abdc70f746:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392380,"stop":1724765392380,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"b0c55f27edb65404","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/b0c55f27edb65404","status":"passed","time":{"start":1724765313868,"stop":1724765313868,"duration":0}},{"uid":"47f2aab0aa90ad1b","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/47f2aab0aa90ad1b","status":"passed","time":{"start":1724763683866,"stop":1724763683867,"duration":1}},{"uid":"5fd64e4e82d9bc16","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/5fd64e4e82d9bc16","status":"passed","time":{"start":1724760929569,"stop":1724760929570,"duration":1}},{"uid":"3ec3a01230c754df","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/3ec3a01230c754df","status":"passed","time":{"start":1724759955168,"stop":1724759955168,"duration":0}},{"uid":"61dd53cc7e00353","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/61dd53cc7e00353","status":"passed","time":{"start":1724758077444,"stop":1724758077445,"duration":1}},{"uid":"7350edf54c2b076e","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/7350edf54c2b076e","status":"passed","time":{"start":1724757801869,"stop":1724757801869,"duration":0}},{"uid":"6b9920d55e562d93","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/6b9920d55e562d93","status":"passed","time":{"start":1724757120186,"stop":1724757120187,"duration":1}},{"uid":"cec72fe6fa842a4f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/cec72fe6fa842a4f","status":"passed","time":{"start":1724755211072,"stop":1724755211075,"duration":3}},{"uid":"f97a0e7c44225c8a","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/f97a0e7c44225c8a","status":"passed","time":{"start":1724752646550,"stop":1724752646550,"duration":0}},{"uid":"74b797bd15f06a70","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/74b797bd15f06a70","status":"passed","time":{"start":1724751495287,"stop":1724751495288,"duration":1}},{"uid":"5fb4f1ff80ebf4af","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/5fb4f1ff80ebf4af","status":"passed","time":{"start":1724750572381,"stop":1724750572381,"duration":0}},{"uid":"9b2cd16220a9bebb","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/9b2cd16220a9bebb","status":"passed","time":{"start":1724749567265,"stop":1724749567265,"duration":0}},{"uid":"5719c08ff00902f3","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/5719c08ff00902f3","status":"passed","time":{"start":1724717880830,"stop":1724717880830,"duration":0}},{"uid":"a54f038e4dd3494f","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/a54f038e4dd3494f","status":"passed","time":{"start":1724715103510,"stop":1724715103510,"duration":0}},{"uid":"b745eb67637806de","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/b745eb67637806de","status":"passed","time":{"start":1724713195361,"stop":1724713195361,"duration":0}},{"uid":"55a629073d5f6820","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/55a629073d5f6820","status":"passed","time":{"start":1724706389676,"stop":1724706389677,"duration":1}},{"uid":"a966000582ebad0f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a966000582ebad0f","status":"passed","time":{"start":1724704811198,"stop":1724704811199,"duration":1}},{"uid":"b5fd3e27e97e51b1","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b5fd3e27e97e51b1","status":"passed","time":{"start":1724684170195,"stop":1724684170196,"duration":1}},{"uid":"137a4b7019f42da3","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/137a4b7019f42da3","status":"passed","time":{"start":1724672903617,"stop":1724672903617,"duration":0}},{"uid":"ec8f369455df5a34","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/ec8f369455df5a34","status":"passed","time":{"start":1724670674047,"stop":1724670674047,"duration":0}}]},"tags":[]},"source":"bc86ab4224b145f9.json","parameterValues":[]} \ No newline at end of file +{"uid":"20d291524709edfb","name":"Check received message containing Chinese","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing Chinese","historyId":"a09a4dead9377b4f63c1c9abdc70f746:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845250,"stop":1724922845250,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7569d2701dc871da","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7569d2701dc871da","status":"passed","time":{"start":1724921515232,"stop":1724921515232,"duration":0}},{"uid":"b2ab6ce911d13314","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b2ab6ce911d13314","status":"passed","time":{"start":1724921475460,"stop":1724921475460,"duration":0}},{"uid":"ee7dabead72ef473","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ee7dabead72ef473","status":"passed","time":{"start":1724918179406,"stop":1724918179407,"duration":1}},{"uid":"14c6b2ca49921318","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14c6b2ca49921318","status":"passed","time":{"start":1724889935346,"stop":1724889935346,"duration":0}},{"uid":"bc84bc59e5cc17bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc84bc59e5cc17bd","status":"passed","time":{"start":1724889072760,"stop":1724889072760,"duration":0}},{"uid":"6cd8eaf30ad8eb31","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6cd8eaf30ad8eb31","status":"passed","time":{"start":1724888232421,"stop":1724888232421,"duration":0}},{"uid":"bbb9ea494d8cb68b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bbb9ea494d8cb68b","status":"passed","time":{"start":1724887018308,"stop":1724887018308,"duration":0}},{"uid":"8cd8d7e659d6d0a4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8cd8d7e659d6d0a4","status":"passed","time":{"start":1724886781485,"stop":1724886781485,"duration":0}},{"uid":"63e0060b8e083997","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/63e0060b8e083997","status":"passed","time":{"start":1724862213668,"stop":1724862213668,"duration":0}},{"uid":"214cdc8c8f9bf5bd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/214cdc8c8f9bf5bd","status":"passed","time":{"start":1724861685861,"stop":1724861685861,"duration":0}},{"uid":"d63b952d0e7aadbd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d63b952d0e7aadbd","status":"passed","time":{"start":1724861546183,"stop":1724861546183,"duration":0}},{"uid":"bb0123d5b9b32578","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bb0123d5b9b32578","status":"passed","time":{"start":1724861378117,"stop":1724861378117,"duration":0}}]},"tags":[]},"source":"20d291524709edfb.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/1cbeb4df4e4fa480.json b/7376/data/test-cases/20ef819cb6511bb1.json similarity index 94% rename from 7346/data/test-cases/1cbeb4df4e4fa480.json rename to 7376/data/test-cases/20ef819cb6511bb1.json index fc3bc89b3e6..214c1bb94e0 100644 --- a/7346/data/test-cases/1cbeb4df4e4fa480.json +++ b/7376/data/test-cases/20ef819cb6511bb1.json @@ -1 +1 @@ -{"uid":"1cbeb4df4e4fa480","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app9/4/topic421/json","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 6 - Cluster ID: 10, Content Topic: /app9/4/topic421/json","historyId":"edb382621333bd81a61295b7ec16e460:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765462123,"stop":1724765462124,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"1cbeb4df4e4fa480.json","parameterValues":[]} \ No newline at end of file +{"uid":"20ef819cb6511bb1","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app97/8/topic494/xml","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 6 - Cluster ID: 10, Content Topic: /app97/8/topic494/xml","historyId":"a368399bec444ebeb9e55c817c635c0d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922906441,"stop":1724922906441,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"20ef819cb6511bb1.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/2147944fbaa5d6f9.json b/7376/data/test-cases/2147944fbaa5d6f9.json new file mode 100644 index 00000000000..d4054f9f86b --- /dev/null +++ b/7376/data/test-cases/2147944fbaa5d6f9.json @@ -0,0 +1 @@ +{"uid":"2147944fbaa5d6f9","name":"`waku:online` between 2 js-waku relay nodes","fullName":"/tests/connection-mananger/connection_state.spec.ts: Connection state > `waku:online` between 2 js-waku relay nodes","historyId":"d7122f70e913ae26a9b31816dd3cf131:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922476375,"stop":1724922476375,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","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":"Connection state"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fe5e369e5f5637a1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fe5e369e5f5637a1","status":"passed","time":{"start":1724921141187,"stop":1724921141187,"duration":0}},{"uid":"59768da6a5370316","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/59768da6a5370316","status":"passed","time":{"start":1724921118249,"stop":1724921118249,"duration":0}},{"uid":"61e7e09062cec7f6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/61e7e09062cec7f6","status":"passed","time":{"start":1724917777550,"stop":1724917777551,"duration":1}},{"uid":"5057a93ad452e46","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5057a93ad452e46","status":"passed","time":{"start":1724889554663,"stop":1724889554664,"duration":1}},{"uid":"4cba03b3d25a8e31","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4cba03b3d25a8e31","status":"passed","time":{"start":1724888706936,"stop":1724888706937,"duration":1}},{"uid":"6a3492f5885fe7fd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a3492f5885fe7fd","status":"passed","time":{"start":1724887861773,"stop":1724887861773,"duration":0}},{"uid":"eb365701fa6eb1a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eb365701fa6eb1a2","status":"passed","time":{"start":1724886631476,"stop":1724886631476,"duration":0}},{"uid":"6dfe43ef4fb038c5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6dfe43ef4fb038c5","status":"passed","time":{"start":1724886409745,"stop":1724886409745,"duration":0}},{"uid":"82094cb687b332d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/82094cb687b332d9","status":"passed","time":{"start":1724861858183,"stop":1724861858183,"duration":0}},{"uid":"3c942eeba5d1b934","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3c942eeba5d1b934","status":"passed","time":{"start":1724861324521,"stop":1724861324521,"duration":0}},{"uid":"f40eb09c9fb64638","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f40eb09c9fb64638","status":"passed","time":{"start":1724861152390,"stop":1724861152390,"duration":0}},{"uid":"9871df516b2cb3bc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9871df516b2cb3bc","status":"passed","time":{"start":1724861011435,"stop":1724861011435,"duration":0}}]},"tags":[]},"source":"2147944fbaa5d6f9.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/54736213ef10276b.json b/7376/data/test-cases/2223493fad5eb9c7.json similarity index 54% rename from 7346/data/test-cases/54736213ef10276b.json rename to 7376/data/test-cases/2223493fad5eb9c7.json index c45fd1fa241..67c488e4a70 100644 --- a/7346/data/test-cases/54736213ef10276b.json +++ b/7376/data/test-cases/2223493fad5eb9c7.json @@ -1 +1 @@ -{"uid":"54736213ef10276b","name":"Passing a valid cursor at 10 index when there are 40 messages","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Passing a valid cursor at 10 index when there are 40 messages","historyId":"51b13c4a3c82351a42d73fa468f9539d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765470239,"stop":1724765470239,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, cursor"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"98042ad30ee6080d","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/98042ad30ee6080d","status":"passed","time":{"start":1724765389214,"stop":1724765389214,"duration":0}},{"uid":"1642525e051887ec","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/1642525e051887ec","status":"passed","time":{"start":1724763765689,"stop":1724763765689,"duration":0}},{"uid":"1f7601bbc7ee8b87","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/1f7601bbc7ee8b87","status":"passed","time":{"start":1724761004839,"stop":1724761004840,"duration":1}},{"uid":"1b02d080823516eb","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/1b02d080823516eb","status":"passed","time":{"start":1724760037100,"stop":1724760037102,"duration":2}},{"uid":"3282bc79c90f87f0","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/3282bc79c90f87f0","status":"passed","time":{"start":1724758177006,"stop":1724758177012,"duration":6}},{"uid":"6a5924c13290c857","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6a5924c13290c857","status":"passed","time":{"start":1724757847386,"stop":1724757847387,"duration":1}},{"uid":"ce952d21875ac3de","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/ce952d21875ac3de","status":"passed","time":{"start":1724757226682,"stop":1724757226683,"duration":1}},{"uid":"ec2719ad9f0d3c1d","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ec2719ad9f0d3c1d","status":"passed","time":{"start":1724755296800,"stop":1724755296800,"duration":0}},{"uid":"777cb2a7ee6e7fe8","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/777cb2a7ee6e7fe8","status":"passed","time":{"start":1724752732659,"stop":1724752732660,"duration":1}},{"uid":"92b21b7001d4733","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/92b21b7001d4733","status":"passed","time":{"start":1724751577052,"stop":1724751577052,"duration":0}},{"uid":"12f81baee6a792c2","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/12f81baee6a792c2","status":"passed","time":{"start":1724750647495,"stop":1724750647495,"duration":0}},{"uid":"9231cf23d2b0e382","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/9231cf23d2b0e382","status":"passed","time":{"start":1724749642923,"stop":1724749642924,"duration":1}},{"uid":"71591cd9dcc62d25","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/71591cd9dcc62d25","status":"passed","time":{"start":1724717957839,"stop":1724717957839,"duration":0}},{"uid":"d5b88a3b7d6d6eda","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/d5b88a3b7d6d6eda","status":"passed","time":{"start":1724715206990,"stop":1724715206991,"duration":1}},{"uid":"ab520d56a6b66945","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/ab520d56a6b66945","status":"passed","time":{"start":1724713277140,"stop":1724713277141,"duration":1}},{"uid":"d84aa2b7abe6def1","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d84aa2b7abe6def1","status":"passed","time":{"start":1724706466064,"stop":1724706466064,"duration":0}},{"uid":"92d5d735fdc22f3f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/92d5d735fdc22f3f","status":"passed","time":{"start":1724704876920,"stop":1724704876921,"duration":1}},{"uid":"8dfe8c17f8fe6bcc","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/8dfe8c17f8fe6bcc","status":"passed","time":{"start":1724684257314,"stop":1724684257314,"duration":0}},{"uid":"cda424bea490e20f","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/cda424bea490e20f","status":"passed","time":{"start":1724673010498,"stop":1724673010499,"duration":1}},{"uid":"54a6b2b26a0841b0","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/54a6b2b26a0841b0","status":"passed","time":{"start":1724670731306,"stop":1724670731307,"duration":1}}]},"tags":[]},"source":"54736213ef10276b.json","parameterValues":[]} \ No newline at end of file +{"uid":"2223493fad5eb9c7","name":"Passing a valid cursor at 10 index when there are 40 messages","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Passing a valid cursor at 10 index when there are 40 messages","historyId":"51b13c4a3c82351a42d73fa468f9539d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922928886,"stop":1724922928886,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, cursor"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"211fe50555a2ab70","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/211fe50555a2ab70","status":"passed","time":{"start":1724921620594,"stop":1724921620595,"duration":1}},{"uid":"ca20a97a6ea4abff","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ca20a97a6ea4abff","status":"passed","time":{"start":1724921566686,"stop":1724921566686,"duration":0}},{"uid":"859f5b7fbd0a0860","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/859f5b7fbd0a0860","status":"passed","time":{"start":1724918280552,"stop":1724918280552,"duration":0}},{"uid":"bc9ed7ae0a7c7e6e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc9ed7ae0a7c7e6e","status":"passed","time":{"start":1724890019468,"stop":1724890019468,"duration":0}},{"uid":"6686392d0d656a8f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6686392d0d656a8f","status":"passed","time":{"start":1724889148721,"stop":1724889148721,"duration":0}},{"uid":"86e1bb1773603233","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/86e1bb1773603233","status":"passed","time":{"start":1724888331953,"stop":1724888331954,"duration":1}},{"uid":"1178514aaf5dddf6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1178514aaf5dddf6","status":"passed","time":{"start":1724887107113,"stop":1724887107113,"duration":0}},{"uid":"3a62892c794a56e1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3a62892c794a56e1","status":"passed","time":{"start":1724886889607,"stop":1724886889607,"duration":0}},{"uid":"793c2853d68fa51c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/793c2853d68fa51c","status":"passed","time":{"start":1724862298788,"stop":1724862298788,"duration":0}},{"uid":"9c47e74254660707","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9c47e74254660707","status":"passed","time":{"start":1724861779251,"stop":1724861779252,"duration":1}},{"uid":"f7f2b74b90d92f79","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f7f2b74b90d92f79","status":"passed","time":{"start":1724861646559,"stop":1724861646561,"duration":2}},{"uid":"9e053bc28d1c69e4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9e053bc28d1c69e4","status":"passed","time":{"start":1724861466610,"stop":1724861466611,"duration":1}}]},"tags":[]},"source":"2223493fad5eb9c7.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/8c699d83de0b1ecb.json b/7376/data/test-cases/2227eca611fb7f03.json similarity index 69% rename from 7346/data/test-cases/8c699d83de0b1ecb.json rename to 7376/data/test-cases/2227eca611fb7f03.json index cb700b2d261..f489b918820 100644 --- a/7346/data/test-cases/8c699d83de0b1ecb.json +++ b/7376/data/test-cases/2227eca611fb7f03.json @@ -1 +1 @@ -{"uid":"8c699d83de0b1ecb","name":"Subscribe to topic containing Russian and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing Russian and receive message","historyId":"1b1755dcfa725e1f2f4147ba5cebeca9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765545679,"stop":1724765545679,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"ba1d737ab22fe9a0","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/ba1d737ab22fe9a0","status":"passed","time":{"start":1724765472923,"stop":1724765472923,"duration":0}},{"uid":"2f49063e7b43928d","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/2f49063e7b43928d","status":"passed","time":{"start":1724763953869,"stop":1724763953870,"duration":1}},{"uid":"12d263fafd55eb60","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/12d263fafd55eb60","status":"passed","time":{"start":1724761070318,"stop":1724761070319,"duration":1}},{"uid":"a76c68e2ed8068b3","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/a76c68e2ed8068b3","status":"passed","time":{"start":1724760260077,"stop":1724760260077,"duration":0}},{"uid":"36bdb6f10827f6f8","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/36bdb6f10827f6f8","status":"passed","time":{"start":1724758530271,"stop":1724758530272,"duration":1}},{"uid":"e18169498a255ab1","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/e18169498a255ab1","status":"passed","time":{"start":1724757958298,"stop":1724757958298,"duration":0}},{"uid":"92bf1066f9f99c12","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/92bf1066f9f99c12","status":"passed","time":{"start":1724757397593,"stop":1724757397593,"duration":0}},{"uid":"d172c204b4f36f01","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/d172c204b4f36f01","status":"passed","time":{"start":1724755379406,"stop":1724755379406,"duration":0}},{"uid":"bd271fdfacdf7535","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/bd271fdfacdf7535","status":"passed","time":{"start":1724752819848,"stop":1724752819849,"duration":1}},{"uid":"ba26b3edc966413c","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/ba26b3edc966413c","status":"passed","time":{"start":1724751625327,"stop":1724751625328,"duration":1}},{"uid":"683fbdf8bc6f59c9","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/683fbdf8bc6f59c9","status":"passed","time":{"start":1724750725828,"stop":1724750725828,"duration":0}},{"uid":"5f7bdd158c355111","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/5f7bdd158c355111","status":"passed","time":{"start":1724749717507,"stop":1724749717507,"duration":0}},{"uid":"879518405a6d6cc7","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/879518405a6d6cc7","status":"passed","time":{"start":1724718019285,"stop":1724718019286,"duration":1}},{"uid":"5980ce59e0cdba02","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/5980ce59e0cdba02","status":"passed","time":{"start":1724715264568,"stop":1724715264569,"duration":1}},{"uid":"f0392ebbfb8d46ba","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/f0392ebbfb8d46ba","status":"passed","time":{"start":1724713371751,"stop":1724713371751,"duration":0}},{"uid":"eaec28ef8174bb3c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/eaec28ef8174bb3c","status":"passed","time":{"start":1724706679436,"stop":1724706679437,"duration":1}},{"uid":"73b72e0ef146d7a5","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/73b72e0ef146d7a5","status":"passed","time":{"start":1724705096862,"stop":1724705096862,"duration":0}},{"uid":"62a4002aaf4f9da3","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/62a4002aaf4f9da3","status":"passed","time":{"start":1724684459930,"stop":1724684459931,"duration":1}},{"uid":"f125ef8322637785","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/f125ef8322637785","status":"passed","time":{"start":1724673071758,"stop":1724673071758,"duration":0}},{"uid":"e3c7fc258002ac15","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/e3c7fc258002ac15","status":"passed","time":{"start":1724670808709,"stop":1724670808710,"duration":1}}]},"tags":[]},"source":"8c699d83de0b1ecb.json","parameterValues":[]} \ No newline at end of file +{"uid":"2227eca611fb7f03","name":"Subscribe and receive messages on 2 different content topics","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe and receive messages on 2 different content topics","historyId":"3f311222116e924e2765aece617642c8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012473,"stop":1724923012474,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5e27f52307d37612","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5e27f52307d37612","status":"passed","time":{"start":1724921625079,"stop":1724921625080,"duration":1}},{"uid":"a73658d1f49fc907","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a73658d1f49fc907","status":"passed","time":{"start":1724921590504,"stop":1724921590504,"duration":0}},{"uid":"8d850bf4b2505017","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8d850bf4b2505017","status":"passed","time":{"start":1724918287571,"stop":1724918287571,"duration":0}},{"uid":"48b308e21cd70d39","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/48b308e21cd70d39","status":"passed","time":{"start":1724890047796,"stop":1724890047797,"duration":1}},{"uid":"d6a1154acab8a7c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d6a1154acab8a7c9","status":"passed","time":{"start":1724889183930,"stop":1724889183930,"duration":0}},{"uid":"4b59c9a35e105bf4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4b59c9a35e105bf4","status":"passed","time":{"start":1724888354177,"stop":1724888354177,"duration":0}},{"uid":"1e497b5252f7da47","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1e497b5252f7da47","status":"passed","time":{"start":1724887145699,"stop":1724887145700,"duration":1}},{"uid":"9b935c6c4a525026","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9b935c6c4a525026","status":"passed","time":{"start":1724886915793,"stop":1724886915793,"duration":0}},{"uid":"942bce296a6da870","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/942bce296a6da870","status":"passed","time":{"start":1724862341458,"stop":1724862341458,"duration":0}},{"uid":"527651dc3bb1ed28","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/527651dc3bb1ed28","status":"passed","time":{"start":1724861805456,"stop":1724861805456,"duration":0}},{"uid":"6118536843cea458","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6118536843cea458","status":"passed","time":{"start":1724861662292,"stop":1724861662293,"duration":1}},{"uid":"852520094e44d15b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/852520094e44d15b","status":"passed","time":{"start":1724861492521,"stop":1724861492521,"duration":0}}]},"tags":[]},"source":"2227eca611fb7f03.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/22378403d1202d18.json b/7376/data/test-cases/22378403d1202d18.json new file mode 100644 index 00000000000..af55db9bb24 --- /dev/null +++ b/7376/data/test-cases/22378403d1202d18.json @@ -0,0 +1 @@ +{"uid":"22378403d1202d18","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=4 > numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","historyId":"b5fbe4de0f65b0c7acad19e2cd479e6b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611435,"stop":1724922611435,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=4"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d955e8daf35371da","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d955e8daf35371da","status":"passed","time":{"start":1724921270356,"stop":1724921270357,"duration":1}},{"uid":"e6e7753f1050be1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e6e7753f1050be1","status":"passed","time":{"start":1724921247817,"stop":1724921247817,"duration":0}},{"uid":"33cfb20e026c9ede","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/33cfb20e026c9ede","status":"passed","time":{"start":1724917989818,"stop":1724917989818,"duration":0}},{"uid":"d87ac3b7588cc246","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d87ac3b7588cc246","status":"passed","time":{"start":1724889678550,"stop":1724889678550,"duration":0}},{"uid":"696325e533af8ed0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/696325e533af8ed0","status":"passed","time":{"start":1724888829842,"stop":1724888829843,"duration":1}},{"uid":"9af5a214203bdae","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9af5a214203bdae","status":"passed","time":{"start":1724888077009,"stop":1724888077010,"duration":1}},{"uid":"d61131f528591184","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d61131f528591184","status":"passed","time":{"start":1724886851125,"stop":1724886851125,"duration":0}},{"uid":"9828091355353f6e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9828091355353f6e","status":"passed","time":{"start":1724886647111,"stop":1724886647111,"duration":0}},{"uid":"a4561a0c4f9da2bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a4561a0c4f9da2bc","status":"passed","time":{"start":1724861992712,"stop":1724861992713,"duration":1}},{"uid":"58f776aeabfb4382","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/58f776aeabfb4382","status":"passed","time":{"start":1724861469642,"stop":1724861469643,"duration":1}},{"uid":"d94310b784e72d8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d94310b784e72d8","status":"passed","time":{"start":1724861284857,"stop":1724861284857,"duration":0}},{"uid":"642cba71d8ae016b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/642cba71d8ae016b","status":"passed","time":{"start":1724861145805,"stop":1724861145805,"duration":0}}]},"tags":[]},"source":"22378403d1202d18.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/c1b954c776795042.json b/7376/data/test-cases/224968e1ebd0b83b.json similarity index 60% rename from 7346/data/test-cases/c1b954c776795042.json rename to 7376/data/test-cases/224968e1ebd0b83b.json index 47f7494c3d5..af5fc97f007 100644 --- a/7346/data/test-cases/c1b954c776795042.json +++ b/7376/data/test-cases/224968e1ebd0b83b.json @@ -1 +1 @@ -{"uid":"c1b954c776795042","name":"Query with Ordered Callback, No message returned","fullName":"/tests/store/error_handling.node.spec.ts: Waku Store, error handling > Query with Ordered Callback, No message returned","historyId":"bc2ba65b069414cce3a0095353e096a5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765511609,"stop":1724765511609,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"9c4585592621d635","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/9c4585592621d635","status":"passed","time":{"start":1724765437246,"stop":1724765437247,"duration":1}},{"uid":"550974ff428c993d","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/550974ff428c993d","status":"passed","time":{"start":1724763800269,"stop":1724763800270,"duration":1}},{"uid":"a6709817bb5e34d","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a6709817bb5e34d","status":"passed","time":{"start":1724761051502,"stop":1724761051503,"duration":1}},{"uid":"aebdf8c2f03bae2f","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/aebdf8c2f03bae2f","status":"passed","time":{"start":1724760070343,"stop":1724760070344,"duration":1}},{"uid":"b78fa351e488af6","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/b78fa351e488af6","status":"passed","time":{"start":1724758216998,"stop":1724758216998,"duration":0}},{"uid":"71e1859c24110f44","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/71e1859c24110f44","status":"passed","time":{"start":1724757897652,"stop":1724757897653,"duration":1}},{"uid":"82160f8714e944e7","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/82160f8714e944e7","status":"passed","time":{"start":1724757268030,"stop":1724757268031,"duration":1}},{"uid":"48cdf4535543a99f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/48cdf4535543a99f","status":"passed","time":{"start":1724755345247,"stop":1724755345247,"duration":0}},{"uid":"648003633dfdfbb0","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/648003633dfdfbb0","status":"passed","time":{"start":1724752789264,"stop":1724752789265,"duration":1}},{"uid":"d4264a182d5fd149","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/d4264a182d5fd149","status":"passed","time":{"start":1724751616248,"stop":1724751616249,"duration":1}},{"uid":"9a2a78740dfe115b","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/9a2a78740dfe115b","status":"passed","time":{"start":1724750680583,"stop":1724750680583,"duration":0}},{"uid":"c6c76708d240d9a2","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c6c76708d240d9a2","status":"passed","time":{"start":1724749679837,"stop":1724749679837,"duration":0}},{"uid":"9e8bdb5f087466a2","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/9e8bdb5f087466a2","status":"passed","time":{"start":1724718007752,"stop":1724718007752,"duration":0}},{"uid":"fb07913860451051","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/fb07913860451051","status":"passed","time":{"start":1724715238077,"stop":1724715238077,"duration":0}},{"uid":"87c2f8177b8d04b0","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/87c2f8177b8d04b0","status":"passed","time":{"start":1724713323550,"stop":1724713323550,"duration":0}},{"uid":"e15d64bbe7b7f9aa","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/e15d64bbe7b7f9aa","status":"passed","time":{"start":1724706504646,"stop":1724706504646,"duration":0}},{"uid":"d133f9db49f55377","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d133f9db49f55377","status":"passed","time":{"start":1724704920851,"stop":1724704920851,"duration":0}},{"uid":"e6f89c3785419ed2","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/e6f89c3785419ed2","status":"passed","time":{"start":1724684298265,"stop":1724684298265,"duration":0}},{"uid":"1688c96bcf87810e","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/1688c96bcf87810e","status":"passed","time":{"start":1724673048992,"stop":1724673048992,"duration":0}},{"uid":"f251fbca343990c4","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/f251fbca343990c4","status":"passed","time":{"start":1724670775423,"stop":1724670775424,"duration":1}}]},"tags":[]},"source":"c1b954c776795042.json","parameterValues":[]} \ No newline at end of file +{"uid":"224968e1ebd0b83b","name":"Query with Ordered Callback, No message returned","fullName":"/tests/store/error_handling.node.spec.ts: Waku Store, error handling > Query with Ordered Callback, No message returned","historyId":"bc2ba65b069414cce3a0095353e096a5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922950822,"stop":1724922950822,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"136ce23951b60c81","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/136ce23951b60c81","status":"passed","time":{"start":1724921640400,"stop":1724921640401,"duration":1}},{"uid":"453d7690a40be154","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/453d7690a40be154","status":"passed","time":{"start":1724921600410,"stop":1724921600420,"duration":10}},{"uid":"b348865b13aa846a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b348865b13aa846a","status":"passed","time":{"start":1724918300924,"stop":1724918300925,"duration":1}},{"uid":"650ce8815fd633b8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/650ce8815fd633b8","status":"passed","time":{"start":1724890059285,"stop":1724890059286,"duration":1}},{"uid":"9771954b68189c2d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9771954b68189c2d","status":"passed","time":{"start":1724889188320,"stop":1724889188321,"duration":1}},{"uid":"35b2590278a10be7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/35b2590278a10be7","status":"passed","time":{"start":1724888372740,"stop":1724888372741,"duration":1}},{"uid":"668179d29e068c86","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/668179d29e068c86","status":"passed","time":{"start":1724887135718,"stop":1724887135719,"duration":1}},{"uid":"ed64aec4eb864c0e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ed64aec4eb864c0e","status":"passed","time":{"start":1724886919669,"stop":1724886919674,"duration":5}},{"uid":"65c85a761846e2ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/65c85a761846e2ba","status":"passed","time":{"start":1724862341835,"stop":1724862341835,"duration":0}},{"uid":"12c747dcd849300","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/12c747dcd849300","status":"passed","time":{"start":1724861815491,"stop":1724861815492,"duration":1}},{"uid":"e9f9448bb929475a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e9f9448bb929475a","status":"passed","time":{"start":1724861669536,"stop":1724861669536,"duration":0}},{"uid":"bfa2d0a34a69788d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bfa2d0a34a69788d","status":"passed","time":{"start":1724861505419,"stop":1724861505420,"duration":1}}]},"tags":[]},"source":"224968e1ebd0b83b.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/22c47c8710bd5f7b.json b/7376/data/test-cases/22c47c8710bd5f7b.json new file mode 100644 index 00000000000..6d2a1e6a1fc --- /dev/null +++ b/7376/data/test-cases/22c47c8710bd5f7b.json @@ -0,0 +1 @@ +{"uid":"22c47c8710bd5f7b","name":"random static sharding 9 - Cluster ID: 7, Shard ID: 766","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 9 - Cluster ID: 7, Shard ID: 766","historyId":"8b563cac024dfd1d5d7344c3681e3e58:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922946240,"stop":1724922946241,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"22c47c8710bd5f7b.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/5bf8341dddebc775.json b/7376/data/test-cases/23d02318e609c6f8.json similarity index 72% rename from 7346/data/test-cases/5bf8341dddebc775.json rename to 7376/data/test-cases/23d02318e609c6f8.json index 299cddd9e94..56a1413d568 100644 --- a/7346/data/test-cases/5bf8341dddebc775.json +++ b/7376/data/test-cases/23d02318e609c6f8.json @@ -1 +1 @@ -{"uid":"5bf8341dddebc775","name":"Refresh subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Refresh subscription","historyId":"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765421004,"stop":1724765421004,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":26,"passed":0,"unknown":0,"total":26},"items":[{"uid":"d503bb4c8f82bbb1","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/d503bb4c8f82bbb1","status":"skipped","statusDetails":"Test ignored","time":{"start":1724765345636,"stop":1724765345636,"duration":0}},{"uid":"68ea4fc4817181e8","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/68ea4fc4817181e8","status":"skipped","statusDetails":"Test ignored","time":{"start":1724763728515,"stop":1724763728515,"duration":0}},{"uid":"10bbf34b1d002351","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/10bbf34b1d002351","status":"skipped","statusDetails":"Test ignored","time":{"start":1724760958452,"stop":1724760958452,"duration":0}},{"uid":"d5d2d71b9245bf0c","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/d5d2d71b9245bf0c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724759986204,"stop":1724759986204,"duration":0}},{"uid":"1d6039a061c39329","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/1d6039a061c39329","status":"skipped","statusDetails":"Test ignored","time":{"start":1724758131992,"stop":1724758131993,"duration":1}},{"uid":"6dc657d3e779b2dd","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6dc657d3e779b2dd","status":"skipped","statusDetails":"Test ignored","time":{"start":1724757804661,"stop":1724757804661,"duration":0}},{"uid":"1855ad647ee38b9c","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/1855ad647ee38b9c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724757182038,"stop":1724757182038,"duration":0}},{"uid":"1972d9ec03993f82","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/1972d9ec03993f82","status":"skipped","statusDetails":"Test ignored","time":{"start":1724755250661,"stop":1724755250661,"duration":0}},{"uid":"5657a83ef4604e2a","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/5657a83ef4604e2a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724752681446,"stop":1724752681446,"duration":0}},{"uid":"27d2738ca04bbcef","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/27d2738ca04bbcef","status":"skipped","statusDetails":"Test ignored","time":{"start":1724751529154,"stop":1724751529154,"duration":0}},{"uid":"1ec9af99ce431158","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/1ec9af99ce431158","status":"skipped","statusDetails":"Test ignored","time":{"start":1724750601832,"stop":1724750601832,"duration":0}},{"uid":"c8218072ef157a5a","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c8218072ef157a5a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724749597805,"stop":1724749597806,"duration":1}},{"uid":"808395a2248e4ce9","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/808395a2248e4ce9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724717911301,"stop":1724717911302,"duration":1}},{"uid":"acfc94da85bfa53b","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/acfc94da85bfa53b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724715155594,"stop":1724715155594,"duration":0}},{"uid":"6c2503f247e8840c","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/6c2503f247e8840c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724713233408,"stop":1724713233408,"duration":0}},{"uid":"1b124dfc2324b3f0","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/1b124dfc2324b3f0","status":"skipped","statusDetails":"Test ignored","time":{"start":1724706419524,"stop":1724706419525,"duration":1}},{"uid":"2400e1c7eeecda7f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2400e1c7eeecda7f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724704833536,"stop":1724704833536,"duration":0}},{"uid":"c5d23cc2a4094b19","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c5d23cc2a4094b19","status":"skipped","statusDetails":"Test ignored","time":{"start":1724684206366,"stop":1724684206366,"duration":0}},{"uid":"f94268961b63d916","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/f94268961b63d916","status":"skipped","statusDetails":"Test ignored","time":{"start":1724672961260,"stop":1724672961260,"duration":0}},{"uid":"e64459d0503e5fd","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/e64459d0503e5fd","status":"skipped","statusDetails":"Test ignored","time":{"start":1724670685263,"stop":1724670685265,"duration":2}}]},"tags":[]},"source":"5bf8341dddebc775.json","parameterValues":[]} \ No newline at end of file +{"uid":"23d02318e609c6f8","name":"Refresh subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Refresh subscription","historyId":"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922891487,"stop":1724922891487,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"9d6ba223c43187e9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9d6ba223c43187e9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921563011,"stop":1724921563011,"duration":0}},{"uid":"96ec158b9b19f57","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/96ec158b9b19f57","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921526810,"stop":1724921526811,"duration":1}},{"uid":"96aa1cb4b08b108","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/96aa1cb4b08b108","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918239938,"stop":1724918239938,"duration":0}},{"uid":"3ea3745eeb31fd78","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3ea3745eeb31fd78","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889980889,"stop":1724889980889,"duration":0}},{"uid":"97bb829cfd2af70c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97bb829cfd2af70c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889109948,"stop":1724889109948,"duration":0}},{"uid":"3f3b1bf8313c7332","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3f3b1bf8313c7332","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888294721,"stop":1724888294721,"duration":0}},{"uid":"e529fc2186086194","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e529fc2186086194","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887071736,"stop":1724887071737,"duration":1}},{"uid":"3d97351251967990","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3d97351251967990","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886848343,"stop":1724886848343,"duration":0}},{"uid":"1c17ef9256f0e6d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c17ef9256f0e6d9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862259244,"stop":1724862259244,"duration":0}},{"uid":"5ed4098bad66b366","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5ed4098bad66b366","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861735323,"stop":1724861735323,"duration":0}},{"uid":"472b2f5412ba50d0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/472b2f5412ba50d0","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861606337,"stop":1724861606342,"duration":5}},{"uid":"c32571379995f4e7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c32571379995f4e7","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861426684,"stop":1724861426684,"duration":0}}]},"tags":[]},"source":"23d02318e609c6f8.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/6dc31f04fc70157e.json b/7376/data/test-cases/2407092dded2803d.json similarity index 84% rename from 7346/data/test-cases/6dc31f04fc70157e.json rename to 7376/data/test-cases/2407092dded2803d.json index 013721c0616..af5a3fdee9a 100644 --- a/7346/data/test-cases/6dc31f04fc70157e.json +++ b/7376/data/test-cases/2407092dded2803d.json @@ -1 +1 @@ -{"uid":"6dc31f04fc70157e","name":"Push message with content topic containing SQL Injection","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing SQL Injection","historyId":"029d28d2d6cf7e377833a89f6aa8bab7:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367184,"stop":1724765367185,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"6abb83d7c1634c61","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/6abb83d7c1634c61","status":"passed","time":{"start":1724765300579,"stop":1724765300580,"duration":1}},{"uid":"5714bd326e32400d","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/5714bd326e32400d","status":"passed","time":{"start":1724763693161,"stop":1724763693161,"duration":0}},{"uid":"5d3829dc8452033f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/5d3829dc8452033f","status":"passed","time":{"start":1724760912508,"stop":1724760912509,"duration":1}},{"uid":"19e2de2c69a9f208","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/19e2de2c69a9f208","status":"passed","time":{"start":1724759937130,"stop":1724759937131,"duration":1}},{"uid":"e44afcf79cadf596","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/e44afcf79cadf596","status":"passed","time":{"start":1724758102763,"stop":1724758102763,"duration":0}},{"uid":"22fc8c5acf98bd59","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/22fc8c5acf98bd59","status":"passed","time":{"start":1724757793372,"stop":1724757793373,"duration":1}},{"uid":"8eb68b970d6677ac","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/8eb68b970d6677ac","status":"passed","time":{"start":1724757169525,"stop":1724757169526,"duration":1}},{"uid":"3f9f93bc325000a0","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/3f9f93bc325000a0","status":"passed","time":{"start":1724755216340,"stop":1724755216340,"duration":0}},{"uid":"db44559e10109f93","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/db44559e10109f93","status":"passed","time":{"start":1724752641996,"stop":1724752641997,"duration":1}},{"uid":"baceb4c73631050e","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/baceb4c73631050e","status":"passed","time":{"start":1724751479134,"stop":1724751479134,"duration":0}},{"uid":"108abfffd8943deb","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/108abfffd8943deb","status":"passed","time":{"start":1724750562211,"stop":1724750562212,"duration":1}},{"uid":"8cbf8bfaefc0b8b9","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/8cbf8bfaefc0b8b9","status":"passed","time":{"start":1724749562429,"stop":1724749562430,"duration":1}},{"uid":"3384c05bc695258e","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/3384c05bc695258e","status":"passed","time":{"start":1724717869157,"stop":1724717869157,"duration":0}},{"uid":"fc0f62613b091dfd","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/fc0f62613b091dfd","status":"passed","time":{"start":1724715106033,"stop":1724715106033,"duration":0}},{"uid":"13f0e6820fd9ee09","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/13f0e6820fd9ee09","status":"passed","time":{"start":1724713204888,"stop":1724713204888,"duration":0}},{"uid":"4a5aff365bab934c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/4a5aff365bab934c","status":"passed","time":{"start":1724706379257,"stop":1724706379257,"duration":0}},{"uid":"1a77038120236fea","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/1a77038120236fea","status":"passed","time":{"start":1724704806958,"stop":1724704806967,"duration":9}},{"uid":"72df996e70f805b8","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/72df996e70f805b8","status":"passed","time":{"start":1724684165992,"stop":1724684165992,"duration":0}},{"uid":"bacfb84bbe5d70b","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/bacfb84bbe5d70b","status":"passed","time":{"start":1724672921818,"stop":1724672921818,"duration":0}},{"uid":"2ab9e1f488b32074","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/2ab9e1f488b32074","status":"passed","time":{"start":1724670647876,"stop":1724670647877,"duration":1}}]},"tags":[]},"source":"6dc31f04fc70157e.json","parameterValues":[]} \ No newline at end of file +{"uid":"2407092dded2803d","name":"Push message with content topic containing SQL Injection","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing SQL Injection","historyId":"029d28d2d6cf7e377833a89f6aa8bab7:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853918,"stop":1724922853919,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e0ef633ae806cb84","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e0ef633ae806cb84","status":"passed","time":{"start":1724921529586,"stop":1724921529586,"duration":0}},{"uid":"fe2b5fd7f8b511a9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fe2b5fd7f8b511a9","status":"passed","time":{"start":1724921488880,"stop":1724921488880,"duration":0}},{"uid":"23a6629b762c614f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/23a6629b762c614f","status":"passed","time":{"start":1724918203687,"stop":1724918203687,"duration":0}},{"uid":"5d7d1f9bf2cd08db","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5d7d1f9bf2cd08db","status":"passed","time":{"start":1724889938363,"stop":1724889938363,"duration":0}},{"uid":"61bd32e7c26832fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/61bd32e7c26832fd","status":"passed","time":{"start":1724889077067,"stop":1724889077067,"duration":0}},{"uid":"7a0317cf6fa16bc9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7a0317cf6fa16bc9","status":"passed","time":{"start":1724888268035,"stop":1724888268036,"duration":1}},{"uid":"40b4950a5dcf591a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/40b4950a5dcf591a","status":"passed","time":{"start":1724887032406,"stop":1724887032407,"duration":1}},{"uid":"84fca205ad545b72","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/84fca205ad545b72","status":"passed","time":{"start":1724886822821,"stop":1724886822821,"duration":0}},{"uid":"a1ef819ca369f25f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a1ef819ca369f25f","status":"passed","time":{"start":1724862233511,"stop":1724862233512,"duration":1}},{"uid":"799e4ef04daa153","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/799e4ef04daa153","status":"passed","time":{"start":1724861712671,"stop":1724861712671,"duration":0}},{"uid":"21680a04051269c6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/21680a04051269c6","status":"passed","time":{"start":1724861567890,"stop":1724861567890,"duration":0}},{"uid":"7212b9a403b37c5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7212b9a403b37c5","status":"passed","time":{"start":1724861392055,"stop":1724861392055,"duration":0}}]},"tags":[]},"source":"2407092dded2803d.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/24110eec20e0a23e.json b/7376/data/test-cases/24110eec20e0a23e.json new file mode 100644 index 00000000000..a2fb41dcdbe --- /dev/null +++ b/7376/data/test-cases/24110eec20e0a23e.json @@ -0,0 +1 @@ +{"uid":"24110eec20e0a23e","name":"passes more than one ENR URLs and attempts connection","fullName":"/tests/dns-peer-discovery.spec.ts: DNS Node Discovery [live data] > passes more than one ENR URLs and attempts connection","historyId":"52c30f3cc1da5fdc37b9b464d2ed157f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922439103,"stop":1724922439103,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before all\" hook in \"DNS Node Discovery [live data]\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"DNS Node Discovery [live data]"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"3c7d17c1eb4ecf89","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3c7d17c1eb4ecf89","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921098922,"stop":1724921098922,"duration":0}},{"uid":"27cefbd9e3a1c4a3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/27cefbd9e3a1c4a3","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921073401,"stop":1724921073401,"duration":0}},{"uid":"22aa603160dfe995","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/22aa603160dfe995","status":"skipped","statusDetails":"Test ignored","time":{"start":1724917744665,"stop":1724917744665,"duration":0}},{"uid":"97f89de837cd437b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97f89de837cd437b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889518046,"stop":1724889518046,"duration":0}},{"uid":"498250d5002aff2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/498250d5002aff2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888665807,"stop":1724888665807,"duration":0}},{"uid":"5aab6e6ac3ff4b53","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5aab6e6ac3ff4b53","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887821954,"stop":1724887821955,"duration":1}},{"uid":"b041957eb2139df4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b041957eb2139df4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886586928,"stop":1724886586928,"duration":0}},{"uid":"cbbeb2799a134b25","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cbbeb2799a134b25","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886375239,"stop":1724886375240,"duration":1}},{"uid":"cd60d34703d6806c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd60d34703d6806c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861815219,"stop":1724861815219,"duration":0}},{"uid":"8f86c1a1303ddace","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8f86c1a1303ddace","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861291724,"stop":1724861291726,"duration":2}},{"uid":"4c12f9d13644fad2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4c12f9d13644fad2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861109881,"stop":1724861109882,"duration":1}},{"uid":"f49ea95b8d9d3e2a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f49ea95b8d9d3e2a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724860972345,"stop":1724860972345,"duration":0}}]},"tags":[]},"source":"24110eec20e0a23e.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/dfc485cb5fcb8aec.json b/7376/data/test-cases/24112303a49b08db.json similarity index 67% rename from 7346/data/test-cases/dfc485cb5fcb8aec.json rename to 7376/data/test-cases/24112303a49b08db.json index cd03459f538..f2e1c3dca30 100644 --- a/7346/data/test-cases/dfc485cb5fcb8aec.json +++ b/7376/data/test-cases/24112303a49b08db.json @@ -1 +1 @@ -{"uid":"dfc485cb5fcb8aec","name":"Subscribe to topic containing Chinese and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing Chinese and receive message","historyId":"43e4c3d321b44a5ff314a8644db799cd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765545678,"stop":1724765545678,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"5f091c9f40cc2df9","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/5f091c9f40cc2df9","status":"passed","time":{"start":1724765472922,"stop":1724765472922,"duration":0}},{"uid":"f9f2716fe4606ca9","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/f9f2716fe4606ca9","status":"passed","time":{"start":1724763953869,"stop":1724763953869,"duration":0}},{"uid":"dbbbd3b9344afcb6","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/dbbbd3b9344afcb6","status":"passed","time":{"start":1724761070317,"stop":1724761070318,"duration":1}},{"uid":"8e6cd96ca02b3c12","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/8e6cd96ca02b3c12","status":"passed","time":{"start":1724760260076,"stop":1724760260076,"duration":0}},{"uid":"f44ef3a1b5cd8bee","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/f44ef3a1b5cd8bee","status":"passed","time":{"start":1724758530271,"stop":1724758530271,"duration":0}},{"uid":"ea71e38a6c282ffb","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ea71e38a6c282ffb","status":"passed","time":{"start":1724757958297,"stop":1724757958297,"duration":0}},{"uid":"8eb331ba0e560ac8","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/8eb331ba0e560ac8","status":"passed","time":{"start":1724757397592,"stop":1724757397592,"duration":0}},{"uid":"65d901de2fd8bcea","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/65d901de2fd8bcea","status":"passed","time":{"start":1724755379405,"stop":1724755379405,"duration":0}},{"uid":"f5d6bd283dc90fa8","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/f5d6bd283dc90fa8","status":"passed","time":{"start":1724752819847,"stop":1724752819848,"duration":1}},{"uid":"14d31eb6a04458cd","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/14d31eb6a04458cd","status":"passed","time":{"start":1724751625327,"stop":1724751625327,"duration":0}},{"uid":"1c80db3b864f2c86","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/1c80db3b864f2c86","status":"passed","time":{"start":1724750725827,"stop":1724750725827,"duration":0}},{"uid":"72ce9802f2be2e02","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/72ce9802f2be2e02","status":"passed","time":{"start":1724749717505,"stop":1724749717505,"duration":0}},{"uid":"ce6c6ecbd5887482","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/ce6c6ecbd5887482","status":"passed","time":{"start":1724718019285,"stop":1724718019285,"duration":0}},{"uid":"44c50bba992d94cd","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/44c50bba992d94cd","status":"passed","time":{"start":1724715264568,"stop":1724715264568,"duration":0}},{"uid":"bc376ddeb69e7b48","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/bc376ddeb69e7b48","status":"passed","time":{"start":1724713371750,"stop":1724713371751,"duration":1}},{"uid":"1cf13244b3241ef5","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/1cf13244b3241ef5","status":"passed","time":{"start":1724706679436,"stop":1724706679436,"duration":0}},{"uid":"cc0c1a949bd66837","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/cc0c1a949bd66837","status":"passed","time":{"start":1724705096861,"stop":1724705096861,"duration":0}},{"uid":"7cfa8c2449fe0422","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/7cfa8c2449fe0422","status":"passed","time":{"start":1724684459929,"stop":1724684459930,"duration":1}},{"uid":"52c797465c858c3a","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/52c797465c858c3a","status":"passed","time":{"start":1724673071757,"stop":1724673071757,"duration":0}},{"uid":"f55cb2ef848e4bbe","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/f55cb2ef848e4bbe","status":"passed","time":{"start":1724670808693,"stop":1724670808708,"duration":15}}]},"tags":[]},"source":"dfc485cb5fcb8aec.json","parameterValues":[]} \ No newline at end of file +{"uid":"24112303a49b08db","name":"Subscribe to topic containing emoji and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing emoji and receive message","historyId":"4f307cc7c92f8a7b045d9da80ae0d231:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012483,"stop":1724923012483,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4a240941df5f3929","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4a240941df5f3929","status":"passed","time":{"start":1724921625094,"stop":1724921625094,"duration":0}},{"uid":"5ab17f82334b79e3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5ab17f82334b79e3","status":"passed","time":{"start":1724921590514,"stop":1724921590514,"duration":0}},{"uid":"7ccbb721f445aed5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7ccbb721f445aed5","status":"passed","time":{"start":1724918287580,"stop":1724918287581,"duration":1}},{"uid":"61baa236013bf704","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/61baa236013bf704","status":"passed","time":{"start":1724890047806,"stop":1724890047807,"duration":1}},{"uid":"5f724094d6e9222c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f724094d6e9222c","status":"passed","time":{"start":1724889183950,"stop":1724889183950,"duration":0}},{"uid":"9fa8eabe13a58241","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9fa8eabe13a58241","status":"passed","time":{"start":1724888354190,"stop":1724888354190,"duration":0}},{"uid":"e7f77338c84be1e1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e7f77338c84be1e1","status":"passed","time":{"start":1724887145732,"stop":1724887145733,"duration":1}},{"uid":"c5dfa3b1de8b614b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c5dfa3b1de8b614b","status":"passed","time":{"start":1724886915812,"stop":1724886915812,"duration":0}},{"uid":"698e0679fe89da40","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/698e0679fe89da40","status":"passed","time":{"start":1724862341468,"stop":1724862341469,"duration":1}},{"uid":"4a2fa323d09482fd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4a2fa323d09482fd","status":"passed","time":{"start":1724861805474,"stop":1724861805474,"duration":0}},{"uid":"95f1332b42e61c5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/95f1332b42e61c5","status":"passed","time":{"start":1724861662303,"stop":1724861662304,"duration":1}},{"uid":"9aec8a3f63578f48","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9aec8a3f63578f48","status":"passed","time":{"start":1724861492532,"stop":1724861492533,"duration":1}}]},"tags":[]},"source":"24112303a49b08db.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/247d200431b27f77.json b/7376/data/test-cases/247d200431b27f77.json new file mode 100644 index 00000000000..4232cb48be3 --- /dev/null +++ b/7376/data/test-cases/247d200431b27f77.json @@ -0,0 +1 @@ +{"uid":"247d200431b27f77","name":"Unsubscribe 2 topics - node subscribed to 2 topics","fullName":"/tests/filter/single_node/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe > Unsubscribe 2 topics - node subscribed to 2 topics","historyId":"9ce476103abaa385e73a7ec0ac98642d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922536230,"stop":1724922536230,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"76a24f27b4f7d184","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/76a24f27b4f7d184","status":"passed","time":{"start":1724921198885,"stop":1724921198885,"duration":0}},{"uid":"66137ef827c4987e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/66137ef827c4987e","status":"passed","time":{"start":1724921172338,"stop":1724921172338,"duration":0}},{"uid":"6222e6812e6ddb23","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6222e6812e6ddb23","status":"passed","time":{"start":1724917841036,"stop":1724917841038,"duration":2}},{"uid":"101c0aeb3b0a019","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/101c0aeb3b0a019","status":"passed","time":{"start":1724889622280,"stop":1724889622280,"duration":0}},{"uid":"6558067faad284c5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6558067faad284c5","status":"passed","time":{"start":1724888769659,"stop":1724888769660,"duration":1}},{"uid":"caad74bd3e20773e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/caad74bd3e20773e","status":"passed","time":{"start":1724887926165,"stop":1724887926165,"duration":0}},{"uid":"cbc47a3d91cc1e2c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cbc47a3d91cc1e2c","status":"passed","time":{"start":1724886693072,"stop":1724886693076,"duration":4}},{"uid":"728c74e4e1743dc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/728c74e4e1743dc","status":"passed","time":{"start":1724886468813,"stop":1724886468826,"duration":13}},{"uid":"b24f68489d23d5d6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b24f68489d23d5d6","status":"passed","time":{"start":1724861918244,"stop":1724861918245,"duration":1}},{"uid":"f5dd7d05cca6413a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f5dd7d05cca6413a","status":"passed","time":{"start":1724861388577,"stop":1724861388580,"duration":3}},{"uid":"d4b75fa312a99c2c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d4b75fa312a99c2c","status":"passed","time":{"start":1724861221407,"stop":1724861221407,"duration":0}},{"uid":"4e07bd1cb8124590","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4e07bd1cb8124590","status":"passed","time":{"start":1724861075799,"stop":1724861075800,"duration":1}}]},"tags":[]},"source":"247d200431b27f77.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/13281b1ac271dd0a.json b/7376/data/test-cases/24b830ab7b73f55f.json similarity index 74% rename from 7346/data/test-cases/13281b1ac271dd0a.json rename to 7376/data/test-cases/24b830ab7b73f55f.json index 659c4b53ff5..bf16cacac1a 100644 --- a/7346/data/test-cases/13281b1ac271dd0a.json +++ b/7376/data/test-cases/24b830ab7b73f55f.json @@ -1 +1 @@ -{"uid":"13281b1ac271dd0a","name":"Subscribe to topic containing escaped characters and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing escaped characters and publish message","historyId":"054d1154ee16702b12dca4c57d8fcde3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765421010,"stop":1724765421010,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"8344af38c8589d31","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/8344af38c8589d31","status":"passed","time":{"start":1724765345664,"stop":1724765345664,"duration":0}},{"uid":"e0328e1178653cc7","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/e0328e1178653cc7","status":"passed","time":{"start":1724763728522,"stop":1724763728522,"duration":0}},{"uid":"2836be745ac4e6a0","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2836be745ac4e6a0","status":"passed","time":{"start":1724760958462,"stop":1724760958463,"duration":1}},{"uid":"2b0e379e17edbef7","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/2b0e379e17edbef7","status":"passed","time":{"start":1724759986219,"stop":1724759986220,"duration":1}},{"uid":"a42c0a812cbc21fe","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/a42c0a812cbc21fe","status":"passed","time":{"start":1724758132000,"stop":1724758132001,"duration":1}},{"uid":"1d7a187c5b74a2bb","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/1d7a187c5b74a2bb","status":"passed","time":{"start":1724757804673,"stop":1724757804673,"duration":0}},{"uid":"f27281da906b9be2","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/f27281da906b9be2","status":"passed","time":{"start":1724757182046,"stop":1724757182047,"duration":1}},{"uid":"1b99a811b206613e","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/1b99a811b206613e","status":"passed","time":{"start":1724755250671,"stop":1724755250672,"duration":1}},{"uid":"ebc04f04fc209844","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/ebc04f04fc209844","status":"passed","time":{"start":1724752681464,"stop":1724752681464,"duration":0}},{"uid":"964e28c14af97a7","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/964e28c14af97a7","status":"passed","time":{"start":1724751529162,"stop":1724751529162,"duration":0}},{"uid":"23ca88b64faa71c6","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/23ca88b64faa71c6","status":"passed","time":{"start":1724750601880,"stop":1724750601884,"duration":4}},{"uid":"8c4c86ce5dfc483d","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/8c4c86ce5dfc483d","status":"passed","time":{"start":1724749597813,"stop":1724749597814,"duration":1}},{"uid":"a0f08498ceac3e51","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/a0f08498ceac3e51","status":"passed","time":{"start":1724717911310,"stop":1724717911310,"duration":0}},{"uid":"6e4e45462b6dc7d3","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/6e4e45462b6dc7d3","status":"passed","time":{"start":1724715155605,"stop":1724715155606,"duration":1}},{"uid":"88f73b6f9ddd7bf0","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/88f73b6f9ddd7bf0","status":"passed","time":{"start":1724713233430,"stop":1724713233431,"duration":1}},{"uid":"d6ce90eefd820057","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d6ce90eefd820057","status":"passed","time":{"start":1724706419533,"stop":1724706419533,"duration":0}},{"uid":"c62581b108f6be3","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c62581b108f6be3","status":"passed","time":{"start":1724704833545,"stop":1724704833545,"duration":0}},{"uid":"3c7369f69da8c84b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/3c7369f69da8c84b","status":"passed","time":{"start":1724684206373,"stop":1724684206373,"duration":0}},{"uid":"186274f107a7fc9e","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/186274f107a7fc9e","status":"passed","time":{"start":1724672961269,"stop":1724672961270,"duration":1}},{"uid":"a5deaa8b0aab74dd","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/a5deaa8b0aab74dd","status":"passed","time":{"start":1724670685273,"stop":1724670685273,"duration":0}}]},"tags":[]},"source":"13281b1ac271dd0a.json","parameterValues":[]} \ No newline at end of file +{"uid":"24b830ab7b73f55f","name":"Subscribe to topic containing escaped characters and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing escaped characters and publish message","historyId":"054d1154ee16702b12dca4c57d8fcde3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922891493,"stop":1724922891493,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"243d02fe3bba1954","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/243d02fe3bba1954","status":"passed","time":{"start":1724921563021,"stop":1724921563021,"duration":0}},{"uid":"91b125952d30bf73","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/91b125952d30bf73","status":"passed","time":{"start":1724921526818,"stop":1724921526818,"duration":0}},{"uid":"a5d8ff612d4d0b7d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a5d8ff612d4d0b7d","status":"passed","time":{"start":1724918239953,"stop":1724918239954,"duration":1}},{"uid":"3ed1def135bb01df","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3ed1def135bb01df","status":"passed","time":{"start":1724889980927,"stop":1724889980928,"duration":1}},{"uid":"b52fa2f87419b192","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b52fa2f87419b192","status":"passed","time":{"start":1724889109979,"stop":1724889109980,"duration":1}},{"uid":"d98d05793771d02","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d98d05793771d02","status":"passed","time":{"start":1724888294726,"stop":1724888294727,"duration":1}},{"uid":"767458f65e9d60d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/767458f65e9d60d","status":"passed","time":{"start":1724887071745,"stop":1724887071745,"duration":0}},{"uid":"568af0afe57e5a39","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/568af0afe57e5a39","status":"passed","time":{"start":1724886848350,"stop":1724886848350,"duration":0}},{"uid":"5364afcf2ca0b767","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5364afcf2ca0b767","status":"passed","time":{"start":1724862259261,"stop":1724862259262,"duration":1}},{"uid":"7443acfd01f40697","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7443acfd01f40697","status":"passed","time":{"start":1724861735335,"stop":1724861735336,"duration":1}},{"uid":"e6a13e87c5beb8f9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e6a13e87c5beb8f9","status":"passed","time":{"start":1724861606353,"stop":1724861606353,"duration":0}},{"uid":"3ea683057de42ee1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3ea683057de42ee1","status":"passed","time":{"start":1724861426693,"stop":1724861426693,"duration":0}}]},"tags":[]},"source":"24b830ab7b73f55f.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/14daf89d27798237.json b/7376/data/test-cases/24fec490d5804f17.json similarity index 61% rename from 7346/data/test-cases/14daf89d27798237.json rename to 7376/data/test-cases/24fec490d5804f17.json index e45c8be9096..533c5ba84ee 100644 --- a/7346/data/test-cases/14daf89d27798237.json +++ b/7376/data/test-cases/24fec490d5804f17.json @@ -1 +1 @@ -{"uid":"14daf89d27798237","name":"Query Generator, No Decoder","fullName":"/tests/store/error_handling.node.spec.ts: Waku Store, error handling > Query Generator, No Decoder","historyId":"3f657c3f7b8915d7897075f7b0b4b4a3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765511606,"stop":1724765511606,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"f9b2340fb7389167","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/f9b2340fb7389167","status":"passed","time":{"start":1724765437241,"stop":1724765437241,"duration":0}},{"uid":"ce24eb8fad524ea2","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/ce24eb8fad524ea2","status":"passed","time":{"start":1724763800259,"stop":1724763800260,"duration":1}},{"uid":"606feff615750e55","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/606feff615750e55","status":"passed","time":{"start":1724761051498,"stop":1724761051498,"duration":0}},{"uid":"f03b9ef1a0b3ed7","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/f03b9ef1a0b3ed7","status":"passed","time":{"start":1724760070339,"stop":1724760070339,"duration":0}},{"uid":"d062eb15b49f0234","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/d062eb15b49f0234","status":"passed","time":{"start":1724758216995,"stop":1724758216995,"duration":0}},{"uid":"b341e7688ef79c78","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b341e7688ef79c78","status":"passed","time":{"start":1724757897647,"stop":1724757897648,"duration":1}},{"uid":"1e9b5053aadc7d4d","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/1e9b5053aadc7d4d","status":"passed","time":{"start":1724757268028,"stop":1724757268029,"duration":1}},{"uid":"b226f6d63422f96e","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b226f6d63422f96e","status":"passed","time":{"start":1724755345242,"stop":1724755345242,"duration":0}},{"uid":"f054fcd112eff441","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/f054fcd112eff441","status":"passed","time":{"start":1724752789262,"stop":1724752789262,"duration":0}},{"uid":"c6f6a2ca8d3273f7","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/c6f6a2ca8d3273f7","status":"passed","time":{"start":1724751616246,"stop":1724751616247,"duration":1}},{"uid":"4068ef22aade456","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/4068ef22aade456","status":"passed","time":{"start":1724750680580,"stop":1724750680580,"duration":0}},{"uid":"7d842fc77e14a64f","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/7d842fc77e14a64f","status":"passed","time":{"start":1724749679829,"stop":1724749679830,"duration":1}},{"uid":"331be9d40a4765c","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/331be9d40a4765c","status":"passed","time":{"start":1724718007748,"stop":1724718007749,"duration":1}},{"uid":"a9daba258a7c9fc4","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/a9daba258a7c9fc4","status":"passed","time":{"start":1724715238072,"stop":1724715238074,"duration":2}},{"uid":"d14e172a98a7641a","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/d14e172a98a7641a","status":"passed","time":{"start":1724713323548,"stop":1724713323548,"duration":0}},{"uid":"b1b1729bf6ab5eab","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b1b1729bf6ab5eab","status":"passed","time":{"start":1724706504644,"stop":1724706504644,"duration":0}},{"uid":"8119a6f791476c10","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/8119a6f791476c10","status":"passed","time":{"start":1724704920849,"stop":1724704920849,"duration":0}},{"uid":"e8559e050376b41a","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/e8559e050376b41a","status":"passed","time":{"start":1724684298261,"stop":1724684298261,"duration":0}},{"uid":"9fef88c878ac5999","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/9fef88c878ac5999","status":"passed","time":{"start":1724673048978,"stop":1724673048985,"duration":7}},{"uid":"a31df4728bd6bc9e","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/a31df4728bd6bc9e","status":"passed","time":{"start":1724670775409,"stop":1724670775409,"duration":0}}]},"tags":[]},"source":"14daf89d27798237.json","parameterValues":[]} \ No newline at end of file +{"uid":"24fec490d5804f17","name":"Query Generator, No Decoder","fullName":"/tests/store/error_handling.node.spec.ts: Waku Store, error handling > Query Generator, No Decoder","historyId":"3f657c3f7b8915d7897075f7b0b4b4a3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922950820,"stop":1724922950820,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"37ac5232c27134e9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/37ac5232c27134e9","status":"passed","time":{"start":1724921640398,"stop":1724921640399,"duration":1}},{"uid":"2f6b38d68d26d2aa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2f6b38d68d26d2aa","status":"passed","time":{"start":1724921600406,"stop":1724921600406,"duration":0}},{"uid":"c55a2176fa5006ff","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c55a2176fa5006ff","status":"passed","time":{"start":1724918300920,"stop":1724918300921,"duration":1}},{"uid":"842a30b817faaf17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/842a30b817faaf17","status":"passed","time":{"start":1724890059280,"stop":1724890059284,"duration":4}},{"uid":"c5c16146411181da","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5c16146411181da","status":"passed","time":{"start":1724889188310,"stop":1724889188310,"duration":0}},{"uid":"dff1a9133d932323","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dff1a9133d932323","status":"passed","time":{"start":1724888372739,"stop":1724888372739,"duration":0}},{"uid":"a12c800492be0352","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a12c800492be0352","status":"passed","time":{"start":1724887135716,"stop":1724887135717,"duration":1}},{"uid":"fd51ba4f94f7e4e9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fd51ba4f94f7e4e9","status":"passed","time":{"start":1724886919661,"stop":1724886919662,"duration":1}},{"uid":"a761315a47b64597","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a761315a47b64597","status":"passed","time":{"start":1724862341833,"stop":1724862341833,"duration":0}},{"uid":"f2afff3d02c2d286","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f2afff3d02c2d286","status":"passed","time":{"start":1724861815487,"stop":1724861815488,"duration":1}},{"uid":"6f269f14632c3167","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6f269f14632c3167","status":"passed","time":{"start":1724861669533,"stop":1724861669533,"duration":0}},{"uid":"147a2b9202b83964","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/147a2b9202b83964","status":"passed","time":{"start":1724861505411,"stop":1724861505411,"duration":0}}]},"tags":[]},"source":"24fec490d5804f17.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/d205c906054a8e39.json b/7376/data/test-cases/25019e55d0c5642e.json similarity index 97% rename from 7346/data/test-cases/d205c906054a8e39.json rename to 7376/data/test-cases/25019e55d0c5642e.json index a9c5eb08938..9e515485079 100644 --- a/7346/data/test-cases/d205c906054a8e39.json +++ b/7376/data/test-cases/25019e55d0c5642e.json @@ -1 +1 @@ -{"uid":"d205c906054a8e39","name":"random static sharding 10 - Cluster ID: 372, Shard ID: 170","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 10 - Cluster ID: 372, Shard ID: 170","historyId":"d1b6f2354fc97cd7eb14f4c1bc0d2ee1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765485939,"stop":1724765485940,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"d205c906054a8e39.json","parameterValues":[]} \ No newline at end of file +{"uid":"25019e55d0c5642e","name":"random static sharding 10 - Cluster ID: 243, Shard ID: 847","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 10 - Cluster ID: 243, Shard ID: 847","historyId":"101924931f8b6b359bac7305c6ded0a5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922946241,"stop":1724922946242,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"25019e55d0c5642e.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/258d9231ce867db6.json b/7376/data/test-cases/258d9231ce867db6.json new file mode 100644 index 00000000000..50b338c0040 --- /dev/null +++ b/7376/data/test-cases/258d9231ce867db6.json @@ -0,0 +1 @@ +{"uid":"258d9231ce867db6","name":"throws on empty content topic","fullName":"/src/common/sharding/index.spec.ts: ensureValidContentTopic > throws on empty content topic","historyId":"fbc318b87ab843dcc10e05e626b17b0f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374657,"stop":1724922374657,"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":"ensureValidContentTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3d529c610f151dcf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3d529c610f151dcf","status":"passed","time":{"start":1724921037619,"stop":1724921037620,"duration":1}},{"uid":"f8f1870710393dec","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f8f1870710393dec","status":"passed","time":{"start":1724921013032,"stop":1724921013032,"duration":0}},{"uid":"25757327aaa6638d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/25757327aaa6638d","status":"passed","time":{"start":1724917673276,"stop":1724917673276,"duration":0}},{"uid":"da07fb697b54abeb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/da07fb697b54abeb","status":"passed","time":{"start":1724889452294,"stop":1724889452294,"duration":0}},{"uid":"e371e327a6ecee62","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e371e327a6ecee62","status":"passed","time":{"start":1724888602823,"stop":1724888602824,"duration":1}},{"uid":"87c5173772cb7c04","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/87c5173772cb7c04","status":"passed","time":{"start":1724887759148,"stop":1724887759149,"duration":1}},{"uid":"56d671b99600b39a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/56d671b99600b39a","status":"passed","time":{"start":1724886525535,"stop":1724886525536,"duration":1}},{"uid":"606c61a61d7feac9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/606c61a61d7feac9","status":"passed","time":{"start":1724886303380,"stop":1724886303381,"duration":1}},{"uid":"7cbf438dd3b580d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7cbf438dd3b580d8","status":"passed","time":{"start":1724861752210,"stop":1724861752210,"duration":0}},{"uid":"1477d6ec5b9d0145","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1477d6ec5b9d0145","status":"passed","time":{"start":1724861223340,"stop":1724861223340,"duration":0}},{"uid":"9b15c7ebc30cd69b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9b15c7ebc30cd69b","status":"passed","time":{"start":1724861045185,"stop":1724861045186,"duration":1}},{"uid":"8dc08b18eff52c8a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8dc08b18eff52c8a","status":"passed","time":{"start":1724860907068,"stop":1724860907068,"duration":0}}]},"tags":[]},"source":"258d9231ce867db6.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/d90172cc4cf225c1.json b/7376/data/test-cases/25dd79f949f169d8.json similarity index 78% rename from 7346/data/test-cases/d90172cc4cf225c1.json rename to 7376/data/test-cases/25dd79f949f169d8.json index fd9a7772888..37108badf42 100644 --- a/7346/data/test-cases/d90172cc4cf225c1.json +++ b/7376/data/test-cases/25dd79f949f169d8.json @@ -1 +1 @@ -{"uid":"d90172cc4cf225c1","name":"Check message with no content topic is not received","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check message with no content topic is not received","historyId":"cfa5a3a70b6f8e40cca5ed3c1a38b6a1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392375,"stop":1724765392376,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"8b9b36530c6c990b","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/8b9b36530c6c990b","status":"passed","time":{"start":1724765313863,"stop":1724765313864,"duration":1}},{"uid":"ba96fb48a04f329a","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/ba96fb48a04f329a","status":"passed","time":{"start":1724763683862,"stop":1724763683863,"duration":1}},{"uid":"6113dab3ddf0b9c0","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6113dab3ddf0b9c0","status":"passed","time":{"start":1724760929565,"stop":1724760929565,"duration":0}},{"uid":"9d672feed3c6b65e","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/9d672feed3c6b65e","status":"passed","time":{"start":1724759955164,"stop":1724759955165,"duration":1}},{"uid":"75374cec9cd883cc","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/75374cec9cd883cc","status":"passed","time":{"start":1724758077435,"stop":1724758077435,"duration":0}},{"uid":"46fc71189637b69d","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/46fc71189637b69d","status":"passed","time":{"start":1724757801865,"stop":1724757801865,"duration":0}},{"uid":"5cd75f8b97b64680","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/5cd75f8b97b64680","status":"passed","time":{"start":1724757120180,"stop":1724757120180,"duration":0}},{"uid":"8a869c96e29e66fe","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/8a869c96e29e66fe","status":"passed","time":{"start":1724755211062,"stop":1724755211062,"duration":0}},{"uid":"b9a2946a8fd38009","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/b9a2946a8fd38009","status":"passed","time":{"start":1724752646537,"stop":1724752646540,"duration":3}},{"uid":"20ddb7413566c542","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/20ddb7413566c542","status":"passed","time":{"start":1724751495273,"stop":1724751495273,"duration":0}},{"uid":"97b2d7d5a2fa0df1","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/97b2d7d5a2fa0df1","status":"passed","time":{"start":1724750572371,"stop":1724750572371,"duration":0}},{"uid":"ea7eecd82de33c79","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/ea7eecd82de33c79","status":"passed","time":{"start":1724749567257,"stop":1724749567258,"duration":1}},{"uid":"f96dd2bb06fd501e","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/f96dd2bb06fd501e","status":"passed","time":{"start":1724717880825,"stop":1724717880825,"duration":0}},{"uid":"22f30de93e20c48","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/22f30de93e20c48","status":"passed","time":{"start":1724715103505,"stop":1724715103505,"duration":0}},{"uid":"c4abdfb584fec18f","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/c4abdfb584fec18f","status":"passed","time":{"start":1724713195356,"stop":1724713195356,"duration":0}},{"uid":"6673f3ca423aa0fc","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6673f3ca423aa0fc","status":"passed","time":{"start":1724706389672,"stop":1724706389672,"duration":0}},{"uid":"ea1dc01d5c25bf5a","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/ea1dc01d5c25bf5a","status":"passed","time":{"start":1724704811189,"stop":1724704811189,"duration":0}},{"uid":"6a47219a56f44ec2","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6a47219a56f44ec2","status":"passed","time":{"start":1724684170170,"stop":1724684170171,"duration":1}},{"uid":"9effa73ba807e48b","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/9effa73ba807e48b","status":"passed","time":{"start":1724672903610,"stop":1724672903611,"duration":1}},{"uid":"3d8a189def93942d","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/3d8a189def93942d","status":"passed","time":{"start":1724670674041,"stop":1724670674041,"duration":0}}]},"tags":[]},"source":"d90172cc4cf225c1.json","parameterValues":[]} \ No newline at end of file +{"uid":"25dd79f949f169d8","name":"Check message with no content topic is not received","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check message with no content topic is not received","historyId":"cfa5a3a70b6f8e40cca5ed3c1a38b6a1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845244,"stop":1724922845245,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4735384ab0a7bb63","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4735384ab0a7bb63","status":"passed","time":{"start":1724921515227,"stop":1724921515228,"duration":1}},{"uid":"a7d55ba3bc0e182e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a7d55ba3bc0e182e","status":"passed","time":{"start":1724921475447,"stop":1724921475447,"duration":0}},{"uid":"c69add1d6602f54b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c69add1d6602f54b","status":"passed","time":{"start":1724918179402,"stop":1724918179402,"duration":0}},{"uid":"ef99ea5267f0348b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ef99ea5267f0348b","status":"passed","time":{"start":1724889935342,"stop":1724889935342,"duration":0}},{"uid":"5edc20bff0db8fb3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5edc20bff0db8fb3","status":"passed","time":{"start":1724889072755,"stop":1724889072755,"duration":0}},{"uid":"c9710405c02660c5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c9710405c02660c5","status":"passed","time":{"start":1724888232416,"stop":1724888232416,"duration":0}},{"uid":"a43ac03448230de1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a43ac03448230de1","status":"passed","time":{"start":1724887018304,"stop":1724887018304,"duration":0}},{"uid":"def26b81a8972577","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/def26b81a8972577","status":"passed","time":{"start":1724886781481,"stop":1724886781481,"duration":0}},{"uid":"7356c54084b3099","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7356c54084b3099","status":"passed","time":{"start":1724862213664,"stop":1724862213664,"duration":0}},{"uid":"2dcfb9b2e845e11c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2dcfb9b2e845e11c","status":"passed","time":{"start":1724861685857,"stop":1724861685857,"duration":0}},{"uid":"52b2615d3b7b9fbe","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/52b2615d3b7b9fbe","status":"passed","time":{"start":1724861546177,"stop":1724861546179,"duration":2}},{"uid":"539405eb18caf6af","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/539405eb18caf6af","status":"passed","time":{"start":1724861378112,"stop":1724861378112,"duration":0}}]},"tags":[]},"source":"25dd79f949f169d8.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/26cc861cdb0c06f4.json b/7376/data/test-cases/26cc861cdb0c06f4.json new file mode 100644 index 00000000000..c157a97cf69 --- /dev/null +++ b/7376/data/test-cases/26cc861cdb0c06f4.json @@ -0,0 +1 @@ +{"uid":"26cc861cdb0c06f4","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=1 > numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","historyId":"4a2293634784771f7235a02f6bd30762:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611429,"stop":1724922611429,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=1"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6cc069dc9d385495","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6cc069dc9d385495","status":"passed","time":{"start":1724921270351,"stop":1724921270351,"duration":0}},{"uid":"72514f14359a382a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/72514f14359a382a","status":"passed","time":{"start":1724921247809,"stop":1724921247810,"duration":1}},{"uid":"521e5415c8596ac2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/521e5415c8596ac2","status":"passed","time":{"start":1724917989813,"stop":1724917989813,"duration":0}},{"uid":"341c779685bdd89d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/341c779685bdd89d","status":"passed","time":{"start":1724889678540,"stop":1724889678541,"duration":1}},{"uid":"b4f4916ec80827b4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4f4916ec80827b4","status":"passed","time":{"start":1724888829832,"stop":1724888829832,"duration":0}},{"uid":"3d3f8e88a6d0456e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3d3f8e88a6d0456e","status":"passed","time":{"start":1724888076981,"stop":1724888076982,"duration":1}},{"uid":"d462179df47522c4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d462179df47522c4","status":"passed","time":{"start":1724886851119,"stop":1724886851120,"duration":1}},{"uid":"662cc21ce7c7c12f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/662cc21ce7c7c12f","status":"passed","time":{"start":1724886647076,"stop":1724886647078,"duration":2}},{"uid":"3b2e6e06e372e692","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3b2e6e06e372e692","status":"passed","time":{"start":1724861992707,"stop":1724861992707,"duration":0}},{"uid":"e897fad9c558928e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e897fad9c558928e","status":"passed","time":{"start":1724861469636,"stop":1724861469636,"duration":0}},{"uid":"4482dca662be6a7f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4482dca662be6a7f","status":"passed","time":{"start":1724861284851,"stop":1724861284851,"duration":0}},{"uid":"95a0476a9e13d360","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/95a0476a9e13d360","status":"passed","time":{"start":1724861145796,"stop":1724861145797,"duration":1}}]},"tags":[]},"source":"26cc861cdb0c06f4.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/26e66f5fc364fe20.json b/7376/data/test-cases/26e66f5fc364fe20.json new file mode 100644 index 00000000000..d5a9885bb2f --- /dev/null +++ b/7376/data/test-cases/26e66f5fc364fe20.json @@ -0,0 +1 @@ +{"uid":"26e66f5fc364fe20","name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","historyId":"96f15e9b62705ac5f60989a19dd87ea5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922778325,"stop":1724922778325,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"610cc37a108877d0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/610cc37a108877d0","status":"passed","time":{"start":1724921497755,"stop":1724921497755,"duration":0}},{"uid":"8af2807564bf80e5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8af2807564bf80e5","status":"passed","time":{"start":1724921408409,"stop":1724921408410,"duration":1}},{"uid":"c3d7fe9525834e35","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c3d7fe9525834e35","status":"passed","time":{"start":1724918086869,"stop":1724918086869,"duration":0}},{"uid":"925716b28ba46b36","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/925716b28ba46b36","status":"passed","time":{"start":1724889892445,"stop":1724889892446,"duration":1}},{"uid":"3c879c96d6034535","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c879c96d6034535","status":"passed","time":{"start":1724888997215,"stop":1724888997215,"duration":0}},{"uid":"1f08d7b43dc23d3c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1f08d7b43dc23d3c","status":"passed","time":{"start":1724888159487,"stop":1724888159488,"duration":1}},{"uid":"b06cf579a970f26d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b06cf579a970f26d","status":"passed","time":{"start":1724886937290,"stop":1724886937290,"duration":0}},{"uid":"c64c643643b860a1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c64c643643b860a1","status":"passed","time":{"start":1724886709797,"stop":1724886709798,"duration":1}},{"uid":"5ce9891899810a11","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ce9891899810a11","status":"passed","time":{"start":1724862123536,"stop":1724862123536,"duration":0}},{"uid":"777f265cb6ce3a69","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/777f265cb6ce3a69","status":"passed","time":{"start":1724861620103,"stop":1724861620103,"duration":0}},{"uid":"396c1a8271114efc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/396c1a8271114efc","status":"passed","time":{"start":1724861460241,"stop":1724861460246,"duration":5}},{"uid":"1de08c6340afec26","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1de08c6340afec26","status":"passed","time":{"start":1724861330170,"stop":1724861330170,"duration":0}}]},"tags":[]},"source":"26e66f5fc364fe20.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/ac997bf7819b64ba.json b/7376/data/test-cases/273f2a5624bab09d.json similarity index 76% rename from 7346/data/test-cases/ac997bf7819b64ba.json rename to 7376/data/test-cases/273f2a5624bab09d.json index 59e98008666..ee8b719f5ab 100644 --- a/7346/data/test-cases/ac997bf7819b64ba.json +++ b/7376/data/test-cases/273f2a5624bab09d.json @@ -1 +1 @@ -{"uid":"ac997bf7819b64ba","name":"Check message on other pubsub topic is not received","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check message on other pubsub topic is not received","historyId":"5d717fe3fb3652d52f97daaabbf2f619:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765048440,"stop":1724765048440,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"8ca871bdf65f4ff5","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/8ca871bdf65f4ff5","status":"passed","time":{"start":1724764977156,"stop":1724764977156,"duration":0}},{"uid":"319c76a66be12e6b","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/319c76a66be12e6b","status":"passed","time":{"start":1724763340022,"stop":1724763340022,"duration":0}},{"uid":"e04a667e399e3ea4","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/e04a667e399e3ea4","status":"passed","time":{"start":1724760600563,"stop":1724760600563,"duration":0}},{"uid":"909904d71bbe5cda","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/909904d71bbe5cda","status":"passed","time":{"start":1724759627558,"stop":1724759627558,"duration":0}},{"uid":"c655e7aca5a3c6ba","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/c655e7aca5a3c6ba","status":"passed","time":{"start":1724757762749,"stop":1724757762749,"duration":0}},{"uid":"532f11a3d7b2b664","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/532f11a3d7b2b664","status":"passed","time":{"start":1724757473946,"stop":1724757473948,"duration":2}},{"uid":"13b834047bd10f5d","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/13b834047bd10f5d","status":"passed","time":{"start":1724756806023,"stop":1724756806023,"duration":0}},{"uid":"6e599ba350754e0e","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6e599ba350754e0e","status":"passed","time":{"start":1724754890978,"stop":1724754890978,"duration":0}},{"uid":"b50a71f667a2dda9","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/b50a71f667a2dda9","status":"passed","time":{"start":1724752321317,"stop":1724752321317,"duration":0}},{"uid":"69f149671b260f17","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/69f149671b260f17","status":"passed","time":{"start":1724751157986,"stop":1724751157986,"duration":0}},{"uid":"c24c698cae40ab2d","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/c24c698cae40ab2d","status":"passed","time":{"start":1724750231030,"stop":1724750231030,"duration":0}},{"uid":"b65caa0e4d24bdb4","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/b65caa0e4d24bdb4","status":"passed","time":{"start":1724749270702,"stop":1724749270702,"duration":0}},{"uid":"b110d2fb76badbb3","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/b110d2fb76badbb3","status":"passed","time":{"start":1724717545696,"stop":1724717545697,"duration":1}},{"uid":"5ee3ba03dd2b1f48","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/5ee3ba03dd2b1f48","status":"passed","time":{"start":1724714779175,"stop":1724714779175,"duration":0}},{"uid":"dc8268d1e9887112","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/dc8268d1e9887112","status":"passed","time":{"start":1724712855336,"stop":1724712855336,"duration":0}},{"uid":"e303938cd7bcf233","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/e303938cd7bcf233","status":"passed","time":{"start":1724706072123,"stop":1724706072124,"duration":1}},{"uid":"f327dd57c50a5ed4","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f327dd57c50a5ed4","status":"passed","time":{"start":1724704476167,"stop":1724704476167,"duration":0}},{"uid":"332fc57a1a6a26a3","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/332fc57a1a6a26a3","status":"passed","time":{"start":1724683855325,"stop":1724683855325,"duration":0}},{"uid":"fe71dbe507ddac06","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/fe71dbe507ddac06","status":"passed","time":{"start":1724672579683,"stop":1724672579683,"duration":0}},{"uid":"6308fb290d34fa77","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/6308fb290d34fa77","status":"passed","time":{"start":1724670325027,"stop":1724670325028,"duration":1}}]},"tags":[]},"source":"ac997bf7819b64ba.json","parameterValues":[]} \ No newline at end of file +{"uid":"273f2a5624bab09d","name":"Check message on other pubsub topic is not received","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check message on other pubsub topic is not received","historyId":"5d717fe3fb3652d52f97daaabbf2f619:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922601855,"stop":1724922601855,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f3ed401537efdd33","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f3ed401537efdd33","status":"passed","time":{"start":1724921267874,"stop":1724921267874,"duration":0}},{"uid":"263f9c36ff8e06a1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/263f9c36ff8e06a1","status":"passed","time":{"start":1724921244387,"stop":1724921244396,"duration":9}},{"uid":"fb258cfa3a8a365e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fb258cfa3a8a365e","status":"passed","time":{"start":1724917916058,"stop":1724917916059,"duration":1}},{"uid":"a430b96bb56824c2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a430b96bb56824c2","status":"passed","time":{"start":1724889678259,"stop":1724889678260,"duration":1}},{"uid":"268e8e2a2eef786a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/268e8e2a2eef786a","status":"passed","time":{"start":1724888831688,"stop":1724888831689,"duration":1}},{"uid":"fcecc47ce2aa4a9a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fcecc47ce2aa4a9a","status":"passed","time":{"start":1724888003324,"stop":1724888003324,"duration":0}},{"uid":"f7fb6b6e8d584677","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f7fb6b6e8d584677","status":"passed","time":{"start":1724886776613,"stop":1724886776614,"duration":1}},{"uid":"8805f6b45d2c007c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8805f6b45d2c007c","status":"passed","time":{"start":1724886555802,"stop":1724886555802,"duration":0}},{"uid":"cc014be0c8d0eee0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc014be0c8d0eee0","status":"passed","time":{"start":1724861983014,"stop":1724861983015,"duration":1}},{"uid":"f26982c7628cc3a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f26982c7628cc3a","status":"passed","time":{"start":1724861444070,"stop":1724861444071,"duration":1}},{"uid":"2fe01ccd176c4cdf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2fe01ccd176c4cdf","status":"passed","time":{"start":1724861285839,"stop":1724861285839,"duration":0}},{"uid":"82ce7ebe913f740c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/82ce7ebe913f740c","status":"passed","time":{"start":1724861145676,"stop":1724861145676,"duration":0}}]},"tags":[]},"source":"273f2a5624bab09d.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/27791ba717691c8d.json b/7376/data/test-cases/27791ba717691c8d.json new file mode 100644 index 00000000000..e9919cacaec --- /dev/null +++ b/7376/data/test-cases/27791ba717691c8d.json @@ -0,0 +1 @@ +{"uid":"27791ba717691c8d","name":"should not throw an error when the topic is within a list of configured topics","fullName":"/src/common/sharding/index.spec.ts: ensurePubsubTopicIsConfigured > should not throw an error when the topic is within a list of configured topics","historyId":"7042dff534cddd27d2d085ef0aa37a66:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374690,"stop":1724922374690,"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":"ensurePubsubTopicIsConfigured"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5883a1bcf9a7621d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5883a1bcf9a7621d","status":"passed","time":{"start":1724921037651,"stop":1724921037651,"duration":0}},{"uid":"fc4034c27bd21670","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fc4034c27bd21670","status":"passed","time":{"start":1724921013064,"stop":1724921013064,"duration":0}},{"uid":"30426627c491fc63","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/30426627c491fc63","status":"passed","time":{"start":1724917673305,"stop":1724917673305,"duration":0}},{"uid":"eba836f73c8ecb95","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eba836f73c8ecb95","status":"passed","time":{"start":1724889452324,"stop":1724889452324,"duration":0}},{"uid":"1b39c2f7975f230","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1b39c2f7975f230","status":"passed","time":{"start":1724888602857,"stop":1724888602857,"duration":0}},{"uid":"d060618d0a928ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d060618d0a928ea","status":"passed","time":{"start":1724887759177,"stop":1724887759177,"duration":0}},{"uid":"c8b821916eedb0fb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c8b821916eedb0fb","status":"passed","time":{"start":1724886525555,"stop":1724886525556,"duration":1}},{"uid":"16cda696d19a38bd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/16cda696d19a38bd","status":"passed","time":{"start":1724886303411,"stop":1724886303411,"duration":0}},{"uid":"39bae9d69c73207a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/39bae9d69c73207a","status":"passed","time":{"start":1724861752248,"stop":1724861752248,"duration":0}},{"uid":"eeb96b74cb3e2a1b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/eeb96b74cb3e2a1b","status":"passed","time":{"start":1724861223368,"stop":1724861223368,"duration":0}},{"uid":"cae239faf00b42f9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cae239faf00b42f9","status":"passed","time":{"start":1724861045217,"stop":1724861045217,"duration":0}},{"uid":"707b92b9cda1aa73","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/707b92b9cda1aa73","status":"passed","time":{"start":1724860907103,"stop":1724860907103,"duration":0}}]},"tags":[]},"source":"27791ba717691c8d.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/ee1e62bb81f19995.json b/7376/data/test-cases/27b396409641a6a6.json similarity index 71% rename from 7346/data/test-cases/ee1e62bb81f19995.json rename to 7376/data/test-cases/27b396409641a6a6.json index b12f75a8752..179eba084ab 100644 --- a/7346/data/test-cases/ee1e62bb81f19995.json +++ b/7376/data/test-cases/27b396409641a6a6.json @@ -1 +1 @@ -{"uid":"ee1e62bb81f19995","name":"using a protocol with unconfigured pubsub topic should fail","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Others > using a protocol with unconfigured pubsub topic should fail","historyId":"d85fbeae647ce4b3f21bbf10e628eac8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765485942,"stop":1724765485943,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Others"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"289cdf2831d0798f","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/289cdf2831d0798f","status":"passed","time":{"start":1724765411373,"stop":1724765411374,"duration":1}},{"uid":"741f9195783ecd35","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/741f9195783ecd35","status":"passed","time":{"start":1724763782431,"stop":1724763782431,"duration":0}},{"uid":"a277a861fa74c01c","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a277a861fa74c01c","status":"passed","time":{"start":1724761025579,"stop":1724761025579,"duration":0}},{"uid":"2c432d4d70c43925","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/2c432d4d70c43925","status":"passed","time":{"start":1724760055815,"stop":1724760055816,"duration":1}},{"uid":"6052cd55d789a6c0","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/6052cd55d789a6c0","status":"passed","time":{"start":1724758203625,"stop":1724758203625,"duration":0}},{"uid":"bcd66d6fc7c26484","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/bcd66d6fc7c26484","status":"passed","time":{"start":1724757870444,"stop":1724757870444,"duration":0}},{"uid":"8bb631234c4f253b","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/8bb631234c4f253b","status":"passed","time":{"start":1724757243618,"stop":1724757243618,"duration":0}},{"uid":"30351d4ae09861c8","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/30351d4ae09861c8","status":"passed","time":{"start":1724755314296,"stop":1724755314297,"duration":1}},{"uid":"5ca17585f9627153","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/5ca17585f9627153","status":"passed","time":{"start":1724752741622,"stop":1724752741622,"duration":0}},{"uid":"50d73aed255ba14d","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/50d73aed255ba14d","status":"passed","time":{"start":1724751596530,"stop":1724751596531,"duration":1}},{"uid":"5fa4df58031fa83c","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/5fa4df58031fa83c","status":"passed","time":{"start":1724750669271,"stop":1724750669271,"duration":0}},{"uid":"42f20e4dc290a90b","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/42f20e4dc290a90b","status":"passed","time":{"start":1724749672382,"stop":1724749672382,"duration":0}},{"uid":"cd1c105448a78c49","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/cd1c105448a78c49","status":"passed","time":{"start":1724717974873,"stop":1724717974873,"duration":0}},{"uid":"df7f4e30227b4a9a","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/df7f4e30227b4a9a","status":"passed","time":{"start":1724715221771,"stop":1724715221771,"duration":0}},{"uid":"e176b78312ca3225","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/e176b78312ca3225","status":"passed","time":{"start":1724713297063,"stop":1724713297064,"duration":1}},{"uid":"3ba028c2fe313be9","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/3ba028c2fe313be9","status":"passed","time":{"start":1724706485961,"stop":1724706485961,"duration":0}},{"uid":"e929b2b45f59e95f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/e929b2b45f59e95f","status":"passed","time":{"start":1724704902588,"stop":1724704902588,"duration":0}},{"uid":"888e440e723f1283","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/888e440e723f1283","status":"passed","time":{"start":1724684275983,"stop":1724684275984,"duration":1}},{"uid":"d950ebbbda13fad9","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/d950ebbbda13fad9","status":"passed","time":{"start":1724673036297,"stop":1724673036298,"duration":1}},{"uid":"249a3fcaf675f39f","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/249a3fcaf675f39f","status":"passed","time":{"start":1724670747589,"stop":1724670747589,"duration":0}}]},"tags":[]},"source":"ee1e62bb81f19995.json","parameterValues":[]} \ No newline at end of file +{"uid":"27b396409641a6a6","name":"using a protocol with unconfigured pubsub topic should fail","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Others > using a protocol with unconfigured pubsub topic should fail","historyId":"d85fbeae647ce4b3f21bbf10e628eac8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922946243,"stop":1724922946244,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Others"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e1b5e0c8a84169a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e1b5e0c8a84169a","status":"passed","time":{"start":1724921619641,"stop":1724921619641,"duration":0}},{"uid":"e9caa66f31d7d91d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e9caa66f31d7d91d","status":"passed","time":{"start":1724921577173,"stop":1724921577173,"duration":0}},{"uid":"21dfe3f249005194","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/21dfe3f249005194","status":"passed","time":{"start":1724918298104,"stop":1724918298104,"duration":0}},{"uid":"145c9aa6d3d3adfc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/145c9aa6d3d3adfc","status":"passed","time":{"start":1724890039751,"stop":1724890039752,"duration":1}},{"uid":"cf2f44af40afadcd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf2f44af40afadcd","status":"passed","time":{"start":1724889169857,"stop":1724889169857,"duration":0}},{"uid":"f59977a7889dc3c4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f59977a7889dc3c4","status":"passed","time":{"start":1724888345357,"stop":1724888345358,"duration":1}},{"uid":"e66b16d1f7138c2a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e66b16d1f7138c2a","status":"passed","time":{"start":1724887127887,"stop":1724887127888,"duration":1}},{"uid":"c3425c9780db0ca4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c3425c9780db0ca4","status":"passed","time":{"start":1724886906387,"stop":1724886906387,"duration":0}},{"uid":"81724bc5b3b0566","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/81724bc5b3b0566","status":"passed","time":{"start":1724862320150,"stop":1724862320150,"duration":0}},{"uid":"1d431ff6520c58ae","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1d431ff6520c58ae","status":"passed","time":{"start":1724861800260,"stop":1724861800260,"duration":0}},{"uid":"6d9e1e4de38b4fe3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6d9e1e4de38b4fe3","status":"passed","time":{"start":1724861655178,"stop":1724861655179,"duration":1}},{"uid":"2226ce0f8ea7a699","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2226ce0f8ea7a699","status":"passed","time":{"start":1724861485086,"stop":1724861485086,"duration":0}}]},"tags":[]},"source":"27b396409641a6a6.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/28006613a6d39f0b.json b/7376/data/test-cases/28006613a6d39f0b.json new file mode 100644 index 00000000000..75d11a8fcea --- /dev/null +++ b/7376/data/test-cases/28006613a6d39f0b.json @@ -0,0 +1 @@ +{"uid":"28006613a6d39f0b","name":"Subscribe to topic containing long and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to topic containing long and receive message","historyId":"84e3f6dcc78665f6acbc58f86ad03f54:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012462,"stop":1724923012462,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5507f91b52ba9e50","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5507f91b52ba9e50","status":"passed","time":{"start":1724921625046,"stop":1724921625047,"duration":1}},{"uid":"12f457564aedc1d6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/12f457564aedc1d6","status":"passed","time":{"start":1724921590487,"stop":1724921590492,"duration":5}},{"uid":"1b88f2f935436ee4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1b88f2f935436ee4","status":"passed","time":{"start":1724918287563,"stop":1724918287563,"duration":0}},{"uid":"e9098bf41a9c0b9a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e9098bf41a9c0b9a","status":"passed","time":{"start":1724890047785,"stop":1724890047785,"duration":0}},{"uid":"18d58bf8f8d2bf47","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/18d58bf8f8d2bf47","status":"passed","time":{"start":1724889183918,"stop":1724889183918,"duration":0}},{"uid":"f1025200a31dfdba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f1025200a31dfdba","status":"passed","time":{"start":1724888354162,"stop":1724888354163,"duration":1}},{"uid":"73f3e1229fefdac0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/73f3e1229fefdac0","status":"passed","time":{"start":1724887145655,"stop":1724887145655,"duration":0}},{"uid":"34a275d18e9013ba","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/34a275d18e9013ba","status":"passed","time":{"start":1724886915784,"stop":1724886915785,"duration":1}},{"uid":"72cbb586a4af45a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72cbb586a4af45a1","status":"passed","time":{"start":1724862341435,"stop":1724862341435,"duration":0}},{"uid":"b4089b76657795a5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b4089b76657795a5","status":"passed","time":{"start":1724861805439,"stop":1724861805440,"duration":1}},{"uid":"5bcad77364fe9bed","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5bcad77364fe9bed","status":"passed","time":{"start":1724861662253,"stop":1724861662253,"duration":0}},{"uid":"16e5534fb8101d84","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/16e5534fb8101d84","status":"passed","time":{"start":1724861492506,"stop":1724861492506,"duration":0}}]},"tags":[]},"source":"28006613a6d39f0b.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/c389a64f0869e9cf.json b/7376/data/test-cases/2834995d6314f117.json similarity index 74% rename from 7346/data/test-cases/c389a64f0869e9cf.json rename to 7376/data/test-cases/2834995d6314f117.json index 7705c1e51ea..ad7ccd6c696 100644 --- a/7346/data/test-cases/c389a64f0869e9cf.json +++ b/7376/data/test-cases/2834995d6314f117.json @@ -1 +1 @@ -{"uid":"c389a64f0869e9cf","name":"Check message received after jswaku node is restarted","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check message received after jswaku node is restarted","historyId":"6344e52764ea46e6f6ed14e26357b30c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765048443,"stop":1724765048443,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":27,"passed":0,"unknown":0,"total":27},"items":[{"uid":"af76b3dd9d0eea70","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/af76b3dd9d0eea70","status":"skipped","statusDetails":"Test ignored","time":{"start":1724764977159,"stop":1724764977159,"duration":0}},{"uid":"d14ef1171da19b6e","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/d14ef1171da19b6e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724763340024,"stop":1724763340024,"duration":0}},{"uid":"d0b83396f32e03d8","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/d0b83396f32e03d8","status":"skipped","statusDetails":"Test ignored","time":{"start":1724760600571,"stop":1724760600572,"duration":1}},{"uid":"f1e064c85f007b2d","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/f1e064c85f007b2d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724759627560,"stop":1724759627560,"duration":0}},{"uid":"e3306e55c52a9493","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/e3306e55c52a9493","status":"skipped","statusDetails":"Test ignored","time":{"start":1724757762751,"stop":1724757762751,"duration":0}},{"uid":"256225c3b1323389","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/256225c3b1323389","status":"skipped","statusDetails":"Test ignored","time":{"start":1724757473961,"stop":1724757473961,"duration":0}},{"uid":"ced89dc6a31413ea","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/ced89dc6a31413ea","status":"skipped","statusDetails":"Test ignored","time":{"start":1724756806034,"stop":1724756806034,"duration":0}},{"uid":"8ed95903ee4d2a24","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/8ed95903ee4d2a24","status":"skipped","statusDetails":"Test ignored","time":{"start":1724754890980,"stop":1724754890981,"duration":1}},{"uid":"6ec94079436b83cd","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/6ec94079436b83cd","status":"skipped","statusDetails":"Test ignored","time":{"start":1724752321320,"stop":1724752321320,"duration":0}},{"uid":"aad3c8cb87327aad","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/aad3c8cb87327aad","status":"skipped","statusDetails":"Test ignored","time":{"start":1724751157988,"stop":1724751157988,"duration":0}},{"uid":"409f4c554d01fd57","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/409f4c554d01fd57","status":"skipped","statusDetails":"Test ignored","time":{"start":1724750231032,"stop":1724750231032,"duration":0}},{"uid":"5c6fc93e79b0e288","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/5c6fc93e79b0e288","status":"skipped","statusDetails":"Test ignored","time":{"start":1724749270704,"stop":1724749270704,"duration":0}},{"uid":"e3a6f1a3a5562bbe","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/e3a6f1a3a5562bbe","status":"skipped","statusDetails":"Test ignored","time":{"start":1724717545701,"stop":1724717545701,"duration":0}},{"uid":"6574011ebb59ceaa","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/6574011ebb59ceaa","status":"skipped","statusDetails":"Test ignored","time":{"start":1724714779178,"stop":1724714779179,"duration":1}},{"uid":"e5ad4e625c559ff4","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/e5ad4e625c559ff4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724712855338,"stop":1724712855339,"duration":1}},{"uid":"7b9dd037f8ef2fa","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/7b9dd037f8ef2fa","status":"skipped","statusDetails":"Test ignored","time":{"start":1724706072140,"stop":1724706072140,"duration":0}},{"uid":"1099f894a1b1be4c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/1099f894a1b1be4c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724704476169,"stop":1724704476169,"duration":0}},{"uid":"6b06388ecd311b57","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6b06388ecd311b57","status":"skipped","statusDetails":"Test ignored","time":{"start":1724683855328,"stop":1724683855328,"duration":0}},{"uid":"8343f3781e275b41","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/8343f3781e275b41","status":"skipped","statusDetails":"Test ignored","time":{"start":1724672579685,"stop":1724672579686,"duration":1}},{"uid":"7e1c02f02c946eeb","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/7e1c02f02c946eeb","status":"skipped","statusDetails":"Test ignored","time":{"start":1724670325030,"stop":1724670325031,"duration":1}}]},"tags":[]},"source":"c389a64f0869e9cf.json","parameterValues":[]} \ No newline at end of file +{"uid":"2834995d6314f117","name":"Check message received after jswaku node is restarted","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check message received after jswaku node is restarted","historyId":"6344e52764ea46e6f6ed14e26357b30c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922601858,"stop":1724922601858,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"82819bbec65135e5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/82819bbec65135e5","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921267898,"stop":1724921267899,"duration":1}},{"uid":"a3f3ec95a82b3841","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a3f3ec95a82b3841","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921244400,"stop":1724921244400,"duration":0}},{"uid":"abeaf24d9e974d5c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/abeaf24d9e974d5c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724917916064,"stop":1724917916064,"duration":0}},{"uid":"ee16456a2bb0e550","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ee16456a2bb0e550","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889678262,"stop":1724889678262,"duration":0}},{"uid":"3d644f6960326b05","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3d644f6960326b05","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888831692,"stop":1724888831692,"duration":0}},{"uid":"4852353aeaa2a559","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4852353aeaa2a559","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888003326,"stop":1724888003326,"duration":0}},{"uid":"191cccda398fc74b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/191cccda398fc74b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886776616,"stop":1724886776616,"duration":0}},{"uid":"e48788639d1115ce","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e48788639d1115ce","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886555804,"stop":1724886555804,"duration":0}},{"uid":"6a2661ffa614c84e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6a2661ffa614c84e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861983017,"stop":1724861983017,"duration":0}},{"uid":"6a22868a7160d956","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6a22868a7160d956","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861444073,"stop":1724861444073,"duration":0}},{"uid":"3991a5c2ba3d1e45","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3991a5c2ba3d1e45","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861285842,"stop":1724861285842,"duration":0}},{"uid":"99077c3099fcc5de","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/99077c3099fcc5de","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861145678,"stop":1724861145678,"duration":0}}]},"tags":[]},"source":"2834995d6314f117.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/285ae503ceb67978.json b/7376/data/test-cases/285ae503ceb67978.json new file mode 100644 index 00000000000..482eeac2708 --- /dev/null +++ b/7376/data/test-cases/285ae503ceb67978.json @@ -0,0 +1 @@ +{"uid":"285ae503ceb67978","name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","historyId":"2557ec157df35bf6d707685321bea72f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922778325,"stop":1724922778326,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"70032703f5dbaf2a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/70032703f5dbaf2a","status":"passed","time":{"start":1724921497756,"stop":1724921497756,"duration":0}},{"uid":"93c0b6dd0b0f60d7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/93c0b6dd0b0f60d7","status":"passed","time":{"start":1724921408410,"stop":1724921408411,"duration":1}},{"uid":"f174adbc9b9e160d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f174adbc9b9e160d","status":"passed","time":{"start":1724918086869,"stop":1724918086869,"duration":0}},{"uid":"1edbee21234227c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1edbee21234227c7","status":"passed","time":{"start":1724889892446,"stop":1724889892446,"duration":0}},{"uid":"1841e6fb53cf77fe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1841e6fb53cf77fe","status":"passed","time":{"start":1724888997215,"stop":1724888997215,"duration":0}},{"uid":"285587b7b9b0ae6c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/285587b7b9b0ae6c","status":"passed","time":{"start":1724888159488,"stop":1724888159489,"duration":1}},{"uid":"e8c62849e37aa2de","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e8c62849e37aa2de","status":"passed","time":{"start":1724886937293,"stop":1724886937293,"duration":0}},{"uid":"afd2ec6087fe74dd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/afd2ec6087fe74dd","status":"passed","time":{"start":1724886709799,"stop":1724886709802,"duration":3}},{"uid":"66c29a3a9b1a4e0a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/66c29a3a9b1a4e0a","status":"passed","time":{"start":1724862123536,"stop":1724862123537,"duration":1}},{"uid":"bafedb9de79f794","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bafedb9de79f794","status":"passed","time":{"start":1724861620103,"stop":1724861620104,"duration":1}},{"uid":"775a3499ca72f37a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/775a3499ca72f37a","status":"passed","time":{"start":1724861460246,"stop":1724861460248,"duration":2}},{"uid":"5b1153c3faa901f0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5b1153c3faa901f0","status":"passed","time":{"start":1724861330171,"stop":1724861330171,"duration":0}}]},"tags":[]},"source":"285ae503ceb67978.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/b9c0f8cc7286b401.json b/7376/data/test-cases/28a14b166bc2e2b3.json similarity index 76% rename from 7346/data/test-cases/b9c0f8cc7286b401.json rename to 7376/data/test-cases/28a14b166bc2e2b3.json index 0a66fb20810..0100a49ef6f 100644 --- a/7346/data/test-cases/b9c0f8cc7286b401.json +++ b/7376/data/test-cases/28a14b166bc2e2b3.json @@ -1 +1 @@ -{"uid":"b9c0f8cc7286b401","name":"Check message with no payload is not received","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check message with no payload is not received","historyId":"464bd2fa3ed7175815533f64c4287d07:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765048442,"stop":1724765048442,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"7ecda6624e1d1136","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/7ecda6624e1d1136","status":"passed","time":{"start":1724764977158,"stop":1724764977158,"duration":0}},{"uid":"c27c8f7953cdba63","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/c27c8f7953cdba63","status":"passed","time":{"start":1724763340023,"stop":1724763340023,"duration":0}},{"uid":"6a395ef593f8bb5d","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6a395ef593f8bb5d","status":"passed","time":{"start":1724760600567,"stop":1724760600567,"duration":0}},{"uid":"b46f2a9fa31b6192","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/b46f2a9fa31b6192","status":"passed","time":{"start":1724759627559,"stop":1724759627559,"duration":0}},{"uid":"3a3110b0469f29d5","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/3a3110b0469f29d5","status":"passed","time":{"start":1724757762750,"stop":1724757762750,"duration":0}},{"uid":"2e9edfb1370e1640","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2e9edfb1370e1640","status":"passed","time":{"start":1724757473958,"stop":1724757473959,"duration":1}},{"uid":"531a1c03549d6226","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/531a1c03549d6226","status":"passed","time":{"start":1724756806033,"stop":1724756806033,"duration":0}},{"uid":"73191ad7157e66e7","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/73191ad7157e66e7","status":"passed","time":{"start":1724754890979,"stop":1724754890980,"duration":1}},{"uid":"9f3e0d263f1dbe0d","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/9f3e0d263f1dbe0d","status":"passed","time":{"start":1724752321319,"stop":1724752321319,"duration":0}},{"uid":"7825695996f0bdde","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/7825695996f0bdde","status":"passed","time":{"start":1724751157987,"stop":1724751157987,"duration":0}},{"uid":"8ea3adb69c6d8979","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/8ea3adb69c6d8979","status":"passed","time":{"start":1724750231031,"stop":1724750231032,"duration":1}},{"uid":"396c40b97b36a35b","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/396c40b97b36a35b","status":"passed","time":{"start":1724749270703,"stop":1724749270703,"duration":0}},{"uid":"14e197a652ba3233","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/14e197a652ba3233","status":"passed","time":{"start":1724717545700,"stop":1724717545700,"duration":0}},{"uid":"5219489821af471a","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/5219489821af471a","status":"passed","time":{"start":1724714779177,"stop":1724714779177,"duration":0}},{"uid":"2efe98e377536558","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/2efe98e377536558","status":"passed","time":{"start":1724712855337,"stop":1724712855338,"duration":1}},{"uid":"f0792438a2fde40f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f0792438a2fde40f","status":"passed","time":{"start":1724706072139,"stop":1724706072139,"duration":0}},{"uid":"a0ad97848dd44f57","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a0ad97848dd44f57","status":"passed","time":{"start":1724704476168,"stop":1724704476168,"duration":0}},{"uid":"e3a0710540c81473","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/e3a0710540c81473","status":"passed","time":{"start":1724683855327,"stop":1724683855327,"duration":0}},{"uid":"5f20dc9e55a5c92b","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/5f20dc9e55a5c92b","status":"passed","time":{"start":1724672579685,"stop":1724672579685,"duration":0}},{"uid":"590a7886d70c710a","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/590a7886d70c710a","status":"passed","time":{"start":1724670325029,"stop":1724670325030,"duration":1}}]},"tags":[]},"source":"b9c0f8cc7286b401.json","parameterValues":[]} \ No newline at end of file +{"uid":"28a14b166bc2e2b3","name":"Check message with no payload is not received","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check message with no payload is not received","historyId":"464bd2fa3ed7175815533f64c4287d07:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922601857,"stop":1724922601857,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"141d2d31997f5821","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/141d2d31997f5821","status":"passed","time":{"start":1724921267881,"stop":1724921267881,"duration":0}},{"uid":"54611c32c9af7067","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/54611c32c9af7067","status":"passed","time":{"start":1724921244399,"stop":1724921244399,"duration":0}},{"uid":"d7c8053b9b624dc1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d7c8053b9b624dc1","status":"passed","time":{"start":1724917916060,"stop":1724917916060,"duration":0}},{"uid":"61f43b2bc05cc503","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/61f43b2bc05cc503","status":"passed","time":{"start":1724889678261,"stop":1724889678261,"duration":0}},{"uid":"2564646d23ebcab6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2564646d23ebcab6","status":"passed","time":{"start":1724888831690,"stop":1724888831690,"duration":0}},{"uid":"3a3a60acd2f3e9e7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3a3a60acd2f3e9e7","status":"passed","time":{"start":1724888003325,"stop":1724888003325,"duration":0}},{"uid":"4401ca8785f90cc2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4401ca8785f90cc2","status":"passed","time":{"start":1724886776615,"stop":1724886776615,"duration":0}},{"uid":"8093c3ae53aa5f36","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8093c3ae53aa5f36","status":"passed","time":{"start":1724886555803,"stop":1724886555804,"duration":1}},{"uid":"78610fef0ad80e31","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/78610fef0ad80e31","status":"passed","time":{"start":1724861983016,"stop":1724861983016,"duration":0}},{"uid":"5c2c61d5dc31de85","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5c2c61d5dc31de85","status":"passed","time":{"start":1724861444072,"stop":1724861444072,"duration":0}},{"uid":"b25b4a13714f7765","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b25b4a13714f7765","status":"passed","time":{"start":1724861285840,"stop":1724861285840,"duration":0}},{"uid":"7c4aa6a608cc06b8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7c4aa6a608cc06b8","status":"passed","time":{"start":1724861145677,"stop":1724861145678,"duration":1}}]},"tags":[]},"source":"28a14b166bc2e2b3.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/28b4012984e68a4e.json b/7376/data/test-cases/28b4012984e68a4e.json new file mode 100644 index 00000000000..282cca4b42b --- /dev/null +++ b/7376/data/test-cases/28b4012984e68a4e.json @@ -0,0 +1 @@ +{"uid":"28b4012984e68a4e","name":"px service nodes not subscribed to the shard should not be dialed","fullName":"/tests/sharding/peer_management.spec.ts: Autosharding: Peer Management > Peer Exchange > px service nodes not subscribed to the shard should not be dialed","historyId":"d8e8c43e51798790393da731d5f5a27c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923048502,"stop":1724923048502,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Peer Management"},{"name":"suite","value":"Peer Exchange"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8ddff250145b23b5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8ddff250145b23b5","status":"passed","time":{"start":1724921723785,"stop":1724921723785,"duration":0}},{"uid":"a53dbb05a31570dd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a53dbb05a31570dd","status":"passed","time":{"start":1724921678670,"stop":1724921678671,"duration":1}},{"uid":"a524efcadf2210","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a524efcadf2210","status":"passed","time":{"start":1724918386965,"stop":1724918386966,"duration":1}},{"uid":"ba90fd423967694b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ba90fd423967694b","status":"passed","time":{"start":1724890140902,"stop":1724890140903,"duration":1}},{"uid":"3b9968123cbf40a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3b9968123cbf40a6","status":"passed","time":{"start":1724889274453,"stop":1724889274453,"duration":0}},{"uid":"fac7648439379570","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fac7648439379570","status":"passed","time":{"start":1724888449349,"stop":1724888449349,"duration":0}},{"uid":"b02596af10dfbde1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b02596af10dfbde1","status":"passed","time":{"start":1724887217802,"stop":1724887217802,"duration":0}},{"uid":"4012608cca238eb1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4012608cca238eb1","status":"passed","time":{"start":1724887001923,"stop":1724887001923,"duration":0}},{"uid":"d09ba80c1298f29e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d09ba80c1298f29e","status":"passed","time":{"start":1724862417857,"stop":1724862417857,"duration":0}},{"uid":"6e60be8c37de28ff","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6e60be8c37de28ff","status":"passed","time":{"start":1724861895534,"stop":1724861895535,"duration":1}},{"uid":"77c7a9b40e512b60","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/77c7a9b40e512b60","status":"passed","time":{"start":1724861753063,"stop":1724861753063,"duration":0}},{"uid":"358eeb19306d7a57","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/358eeb19306d7a57","status":"passed","time":{"start":1724861587588,"stop":1724861587588,"duration":0}}]},"tags":[]},"source":"28b4012984e68a4e.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/3f8b521fb8926012.json b/7376/data/test-cases/28d390ac3dbe34d9.json similarity index 60% rename from 7346/data/test-cases/3f8b521fb8926012.json rename to 7376/data/test-cases/28d390ac3dbe34d9.json index 5d14fbd943e..66a9312d4e1 100644 --- a/7346/data/test-cases/3f8b521fb8926012.json +++ b/7376/data/test-cases/28d390ac3dbe34d9.json @@ -1 +1 @@ -{"uid":"3f8b521fb8926012","name":"should not fail to start the service if it is already started","fullName":"/tests/peer-exchange/compliance.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > should not fail to start the service if it is already started","historyId":"0f8a5e66758783bae9ebeada2fa70883:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765396240,"stop":1724765396240,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":25,"unknown":0,"total":25},"items":[{"uid":"76f37d1ffb63f568","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/76f37d1ffb63f568","status":"passed","time":{"start":1724765321918,"stop":1724765321918,"duration":0}},{"uid":"a1922dddbbd7dced","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/a1922dddbbd7dced","status":"passed","time":{"start":1724763711441,"stop":1724763711441,"duration":0}},{"uid":"182dd904d2d3b444","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/182dd904d2d3b444","status":"passed","time":{"start":1724760943634,"stop":1724760943634,"duration":0}},{"uid":"d7376df4b87ed4a3","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/d7376df4b87ed4a3","status":"passed","time":{"start":1724759954938,"stop":1724759954939,"duration":1}},{"uid":"127b4392093ddf6a","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/127b4392093ddf6a","status":"passed","time":{"start":1724758124769,"stop":1724758124769,"duration":0}},{"uid":"f10abbd2acee8be4","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/f10abbd2acee8be4","status":"passed","time":{"start":1724757166621,"stop":1724757166621,"duration":0}},{"uid":"c0343ec48ebffdf4","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c0343ec48ebffdf4","status":"passed","time":{"start":1724755237691,"stop":1724755237691,"duration":0}},{"uid":"bbe10810cca8244","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/bbe10810cca8244","status":"passed","time":{"start":1724752671465,"stop":1724752671466,"duration":1}},{"uid":"d94c6be76c023ec9","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/d94c6be76c023ec9","status":"passed","time":{"start":1724751525192,"stop":1724751525193,"duration":1}},{"uid":"7d09bba8764a93b1","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/7d09bba8764a93b1","status":"passed","time":{"start":1724750572468,"stop":1724750572471,"duration":3}},{"uid":"a2197450a3449528","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/a2197450a3449528","status":"passed","time":{"start":1724749583681,"stop":1724749583683,"duration":2}},{"uid":"a9367c5d2ea37cc0","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/a9367c5d2ea37cc0","status":"passed","time":{"start":1724717896673,"stop":1724717896674,"duration":1}},{"uid":"f0bc34210f38e506","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/f0bc34210f38e506","status":"passed","time":{"start":1724715129461,"stop":1724715129463,"duration":2}},{"uid":"3036a98ecf5ac924","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/3036a98ecf5ac924","status":"passed","time":{"start":1724713213887,"stop":1724713213887,"duration":0}},{"uid":"53b899e2fd569465","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/53b899e2fd569465","status":"passed","time":{"start":1724706401529,"stop":1724706401529,"duration":0}},{"uid":"baa9435992e172f5","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/baa9435992e172f5","status":"passed","time":{"start":1724704798331,"stop":1724704798331,"duration":0}},{"uid":"efe99017827761b4","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/efe99017827761b4","status":"passed","time":{"start":1724684188522,"stop":1724684188522,"duration":0}},{"uid":"fbbc89520a487dad","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/fbbc89520a487dad","status":"passed","time":{"start":1724672935570,"stop":1724672935571,"duration":1}},{"uid":"c28bcd109a3dde97","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/c28bcd109a3dde97","status":"passed","time":{"start":1724670644431,"stop":1724670644432,"duration":1}},{"uid":"3454ccda349525a6","reportUrl":"https://waku-org.github.io/js-waku/7331//#testresult/3454ccda349525a6","status":"passed","time":{"start":1724663835703,"stop":1724663835703,"duration":0}}]},"tags":[]},"source":"3f8b521fb8926012.json","parameterValues":[]} \ No newline at end of file +{"uid":"28d390ac3dbe34d9","name":"should not fail to start the service if it is already started","fullName":"/tests/peer-exchange/compliance.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > should not fail to start the service if it is already started","historyId":"0f8a5e66758783bae9ebeada2fa70883:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922890066,"stop":1724922890067,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"10642c68b780d604","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/10642c68b780d604","status":"passed","time":{"start":1724921559015,"stop":1724921559016,"duration":1}},{"uid":"22035fba3144d3c9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/22035fba3144d3c9","status":"passed","time":{"start":1724921524130,"stop":1724921524131,"duration":1}},{"uid":"f910671e2187107b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f910671e2187107b","status":"passed","time":{"start":1724918241660,"stop":1724918241662,"duration":2}},{"uid":"4dfede55a1ad110f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4dfede55a1ad110f","status":"passed","time":{"start":1724889975474,"stop":1724889975475,"duration":1}},{"uid":"ecc6abc6b9fad26f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ecc6abc6b9fad26f","status":"passed","time":{"start":1724889106059,"stop":1724889106060,"duration":1}},{"uid":"c62c698484b4929e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c62c698484b4929e","status":"passed","time":{"start":1724888289481,"stop":1724888289482,"duration":1}},{"uid":"f3f7474bedfe3df3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f3f7474bedfe3df3","status":"passed","time":{"start":1724887057701,"stop":1724887057702,"duration":1}},{"uid":"67765e3636bd1ee6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/67765e3636bd1ee6","status":"passed","time":{"start":1724886839398,"stop":1724886839398,"duration":0}},{"uid":"c70dab3502776690","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c70dab3502776690","status":"passed","time":{"start":1724862256091,"stop":1724862256092,"duration":1}},{"uid":"f2c34841bc4b2e5e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f2c34841bc4b2e5e","status":"passed","time":{"start":1724861742234,"stop":1724861742234,"duration":0}},{"uid":"ceebe49e8470b509","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ceebe49e8470b509","status":"passed","time":{"start":1724861595389,"stop":1724861595390,"duration":1}},{"uid":"ee8f1fcc88b0fbfe","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ee8f1fcc88b0fbfe","status":"passed","time":{"start":1724861424068,"stop":1724861424068,"duration":0}}]},"tags":[]},"source":"28d390ac3dbe34d9.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/28dd7652976442d6.json b/7376/data/test-cases/28dd7652976442d6.json new file mode 100644 index 00000000000..379f6327a66 --- /dev/null +++ b/7376/data/test-cases/28dd7652976442d6.json @@ -0,0 +1 @@ +{"uid":"28dd7652976442d6","name":"px service nodes not subscribed to the shard should not be dialed","fullName":"/tests/sharding/peer_management.spec.ts: Static Sharding: Peer Management > Peer Exchange > px service nodes not subscribed to the shard should not be dialed","historyId":"da29c60ade9840cb3c83bc2662cd64dc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923048501,"stop":1724923048501,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Peer Management"},{"name":"suite","value":"Peer Exchange"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e7b5afa4e71a3cee","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e7b5afa4e71a3cee","status":"passed","time":{"start":1724921723784,"stop":1724921723784,"duration":0}},{"uid":"8767c0fbf5beaa5c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8767c0fbf5beaa5c","status":"passed","time":{"start":1724921678669,"stop":1724921678670,"duration":1}},{"uid":"58fc1ea67154e10b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/58fc1ea67154e10b","status":"passed","time":{"start":1724918386964,"stop":1724918386965,"duration":1}},{"uid":"1549c863aa6495e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1549c863aa6495e8","status":"passed","time":{"start":1724890140901,"stop":1724890140902,"duration":1}},{"uid":"45fe3b0758d698a3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/45fe3b0758d698a3","status":"passed","time":{"start":1724889274452,"stop":1724889274453,"duration":1}},{"uid":"662ecbd8062a4a1f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/662ecbd8062a4a1f","status":"passed","time":{"start":1724888449348,"stop":1724888449348,"duration":0}},{"uid":"be9865466848ba33","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/be9865466848ba33","status":"passed","time":{"start":1724887217801,"stop":1724887217801,"duration":0}},{"uid":"53e8c60a588f77b1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/53e8c60a588f77b1","status":"passed","time":{"start":1724887001922,"stop":1724887001922,"duration":0}},{"uid":"563704248b243882","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/563704248b243882","status":"passed","time":{"start":1724862417855,"stop":1724862417855,"duration":0}},{"uid":"a8ca7e3214af3f3c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a8ca7e3214af3f3c","status":"passed","time":{"start":1724861895533,"stop":1724861895533,"duration":0}},{"uid":"c0570d1f5c44a05","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0570d1f5c44a05","status":"passed","time":{"start":1724861753061,"stop":1724861753062,"duration":1}},{"uid":"443516b3c6aeb125","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/443516b3c6aeb125","status":"passed","time":{"start":1724861587587,"stop":1724861587587,"duration":0}}]},"tags":[]},"source":"28dd7652976442d6.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/2905a6d7f24b352a.json b/7376/data/test-cases/2905a6d7f24b352a.json new file mode 100644 index 00000000000..753ec5fd270 --- /dev/null +++ b/7376/data/test-cases/2905a6d7f24b352a.json @@ -0,0 +1 @@ +{"uid":"2905a6d7f24b352a","name":"should be called for every peer with PEER_EXCHANGE tags","fullName":"/tests/connection-mananger/dials.spec.ts: Dials > dialPeer method > For peer-exchange peers > should be called for every peer with PEER_EXCHANGE tags","historyId":"0b07a462a53974df1ae04ce081971c1a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922433170,"stop":1724922433171,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","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":"Dials"},{"name":"suite","value":"dialPeer method"},{"name":"subSuite","value":"For peer-exchange peers"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4a484b8ae09191e1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4a484b8ae09191e1","status":"passed","time":{"start":1724921095760,"stop":1724921095761,"duration":1}},{"uid":"d09a3206c8f31111","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d09a3206c8f31111","status":"passed","time":{"start":1724921070808,"stop":1724921070808,"duration":0}},{"uid":"3e99f7a3020dd978","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3e99f7a3020dd978","status":"passed","time":{"start":1724917730907,"stop":1724917730908,"duration":1}},{"uid":"a2de5304084c67d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2de5304084c67d8","status":"passed","time":{"start":1724889510341,"stop":1724889510342,"duration":1}},{"uid":"e40f4bac1e8397e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e40f4bac1e8397e1","status":"passed","time":{"start":1724888660683,"stop":1724888660683,"duration":0}},{"uid":"b1a6d8e355e88b50","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b1a6d8e355e88b50","status":"passed","time":{"start":1724887817140,"stop":1724887817141,"duration":1}},{"uid":"45facb7af30e79aa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/45facb7af30e79aa","status":"passed","time":{"start":1724886584157,"stop":1724886584157,"duration":0}},{"uid":"9c59cd9dee543ce3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9c59cd9dee543ce3","status":"passed","time":{"start":1724886362416,"stop":1724886362416,"duration":0}},{"uid":"c04528d609248d5e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c04528d609248d5e","status":"passed","time":{"start":1724861811587,"stop":1724861811587,"duration":0}},{"uid":"55987c952eaf501","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/55987c952eaf501","status":"passed","time":{"start":1724861280387,"stop":1724861280388,"duration":1}},{"uid":"3fae7b1e239dcc37","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3fae7b1e239dcc37","status":"passed","time":{"start":1724861106383,"stop":1724861106384,"duration":1}},{"uid":"541c8b906e672a6f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/541c8b906e672a6f","status":"passed","time":{"start":1724860966533,"stop":1724860966534,"duration":1}}]},"tags":[]},"source":"2905a6d7f24b352a.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/29256032f603d5a.json b/7376/data/test-cases/29256032f603d5a.json new file mode 100644 index 00000000000..ede5020baec --- /dev/null +++ b/7376/data/test-cases/29256032f603d5a.json @@ -0,0 +1 @@ +{"uid":"29256032f603d5a","name":"Subscribe to topic containing Arabic and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing Arabic and receive message","historyId":"01c7888b1e92728e17566591ddfbf799:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922635355,"stop":1724922635356,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"38858c06b059a539","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/38858c06b059a539","status":"passed","time":{"start":1724921297010,"stop":1724921297011,"duration":1}},{"uid":"48dba6c83d7292c5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/48dba6c83d7292c5","status":"passed","time":{"start":1724921276368,"stop":1724921276369,"duration":1}},{"uid":"ba7735a29c7dcece","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ba7735a29c7dcece","status":"passed","time":{"start":1724917948326,"stop":1724917948327,"duration":1}},{"uid":"6274c79169db5d76","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6274c79169db5d76","status":"passed","time":{"start":1724889729010,"stop":1724889729011,"duration":1}},{"uid":"7d5e5436e86346e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7d5e5436e86346e0","status":"passed","time":{"start":1724888864954,"stop":1724888864955,"duration":1}},{"uid":"a0d475cb4de5ac69","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a0d475cb4de5ac69","status":"passed","time":{"start":1724888053748,"stop":1724888053748,"duration":0}},{"uid":"52d0d3ede5bf5f61","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/52d0d3ede5bf5f61","status":"passed","time":{"start":1724886811663,"stop":1724886811663,"duration":0}},{"uid":"c9c166c7619fd108","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c9c166c7619fd108","status":"passed","time":{"start":1724886581005,"stop":1724886581006,"duration":1}},{"uid":"66bb98260fc5dea2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/66bb98260fc5dea2","status":"passed","time":{"start":1724862019563,"stop":1724862019563,"duration":0}},{"uid":"cf167a64005f31ab","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cf167a64005f31ab","status":"passed","time":{"start":1724861493938,"stop":1724861493938,"duration":0}},{"uid":"cdbcea45e36c39e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cdbcea45e36c39e","status":"passed","time":{"start":1724861318033,"stop":1724861318039,"duration":6}},{"uid":"27b6c1b3a07c88b7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/27b6c1b3a07c88b7","status":"passed","time":{"start":1724861178517,"stop":1724861178517,"duration":0}}]},"tags":[]},"source":"29256032f603d5a.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/6bf344acb540be37.json b/7376/data/test-cases/293d9083c50794ad.json similarity index 83% rename from 7346/data/test-cases/6bf344acb540be37.json rename to 7376/data/test-cases/293d9083c50794ad.json index 21dc0208727..650b7a215b5 100644 --- a/7346/data/test-cases/6bf344acb540be37.json +++ b/7376/data/test-cases/293d9083c50794ad.json @@ -1 +1 @@ -{"uid":"6bf344acb540be37","name":"Push message with Arabic payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with Arabic payload","historyId":"18f96b7e027ad84bb585d47dc2910c46:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367114,"stop":1724765367115,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"4a4e9224d4791229","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/4a4e9224d4791229","status":"passed","time":{"start":1724765300562,"stop":1724765300563,"duration":1}},{"uid":"a9f29a94c69991bf","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/a9f29a94c69991bf","status":"passed","time":{"start":1724763693152,"stop":1724763693152,"duration":0}},{"uid":"9c16ed9bd96dc38c","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/9c16ed9bd96dc38c","status":"passed","time":{"start":1724760912469,"stop":1724760912471,"duration":2}},{"uid":"10943b517712ed48","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/10943b517712ed48","status":"passed","time":{"start":1724759937116,"stop":1724759937117,"duration":1}},{"uid":"4580c1c5f9dac21e","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/4580c1c5f9dac21e","status":"passed","time":{"start":1724758102738,"stop":1724758102738,"duration":0}},{"uid":"65293c09fa5634d6","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/65293c09fa5634d6","status":"passed","time":{"start":1724757793363,"stop":1724757793364,"duration":1}},{"uid":"c63cf73c57175a9e","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/c63cf73c57175a9e","status":"passed","time":{"start":1724757169516,"stop":1724757169516,"duration":0}},{"uid":"10703616bddf02e8","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/10703616bddf02e8","status":"passed","time":{"start":1724755216331,"stop":1724755216331,"duration":0}},{"uid":"c13f4921c3f128","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/c13f4921c3f128","status":"passed","time":{"start":1724752641981,"stop":1724752641981,"duration":0}},{"uid":"d50d1ec87b338140","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/d50d1ec87b338140","status":"passed","time":{"start":1724751479125,"stop":1724751479126,"duration":1}},{"uid":"cf93ab120666ce7d","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/cf93ab120666ce7d","status":"passed","time":{"start":1724750562182,"stop":1724750562183,"duration":1}},{"uid":"2fefcb76cba8c257","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/2fefcb76cba8c257","status":"passed","time":{"start":1724749562417,"stop":1724749562417,"duration":0}},{"uid":"708fa2c3075107b8","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/708fa2c3075107b8","status":"passed","time":{"start":1724717869147,"stop":1724717869148,"duration":1}},{"uid":"b88012f3a3d86cd1","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/b88012f3a3d86cd1","status":"passed","time":{"start":1724715105985,"stop":1724715105985,"duration":0}},{"uid":"39311170b20ed717","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/39311170b20ed717","status":"passed","time":{"start":1724713204865,"stop":1724713204874,"duration":9}},{"uid":"6e7e491d4015058c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6e7e491d4015058c","status":"passed","time":{"start":1724706379243,"stop":1724706379244,"duration":1}},{"uid":"5862aa3ddbcf37a7","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/5862aa3ddbcf37a7","status":"passed","time":{"start":1724704806936,"stop":1724704806937,"duration":1}},{"uid":"ab1bf0fa39ec8994","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/ab1bf0fa39ec8994","status":"passed","time":{"start":1724684165982,"stop":1724684165983,"duration":1}},{"uid":"672f6215c25378c8","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/672f6215c25378c8","status":"passed","time":{"start":1724672921807,"stop":1724672921808,"duration":1}},{"uid":"5147116333261409","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/5147116333261409","status":"passed","time":{"start":1724670647850,"stop":1724670647851,"duration":1}}]},"tags":[]},"source":"6bf344acb540be37.json","parameterValues":[]} \ No newline at end of file +{"uid":"293d9083c50794ad","name":"Push message with Arabic payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with Arabic payload","historyId":"18f96b7e027ad84bb585d47dc2910c46:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853907,"stop":1724922853908,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7e664bd326bad1d5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7e664bd326bad1d5","status":"passed","time":{"start":1724921529570,"stop":1724921529570,"duration":0}},{"uid":"4f9a8a7eb56f4e4f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4f9a8a7eb56f4e4f","status":"passed","time":{"start":1724921488871,"stop":1724921488872,"duration":1}},{"uid":"df4588db81937804","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/df4588db81937804","status":"passed","time":{"start":1724918203667,"stop":1724918203667,"duration":0}},{"uid":"eb7caf65173c2756","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eb7caf65173c2756","status":"passed","time":{"start":1724889938351,"stop":1724889938351,"duration":0}},{"uid":"c3258787e9cc3c5d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c3258787e9cc3c5d","status":"passed","time":{"start":1724889077030,"stop":1724889077031,"duration":1}},{"uid":"5903b1a465adf0a8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5903b1a465adf0a8","status":"passed","time":{"start":1724888268003,"stop":1724888268003,"duration":0}},{"uid":"c1740bf502557e73","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c1740bf502557e73","status":"passed","time":{"start":1724887032387,"stop":1724887032388,"duration":1}},{"uid":"70d896bfa4f1463f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/70d896bfa4f1463f","status":"passed","time":{"start":1724886822784,"stop":1724886822784,"duration":0}},{"uid":"64e563f82f0731e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64e563f82f0731e5","status":"passed","time":{"start":1724862233502,"stop":1724862233502,"duration":0}},{"uid":"c2e1f17065590cca","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c2e1f17065590cca","status":"passed","time":{"start":1724861712662,"stop":1724861712662,"duration":0}},{"uid":"68fa4b14850afe99","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/68fa4b14850afe99","status":"passed","time":{"start":1724861567876,"stop":1724861567877,"duration":1}},{"uid":"a3c6481744dacf4a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a3c6481744dacf4a","status":"passed","time":{"start":1724861392037,"stop":1724861392037,"duration":0}}]},"tags":[]},"source":"293d9083c50794ad.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/298e646f41fd4ee0.json b/7376/data/test-cases/298e646f41fd4ee0.json new file mode 100644 index 00000000000..b3d16b23368 --- /dev/null +++ b/7376/data/test-cases/298e646f41fd4ee0.json @@ -0,0 +1 @@ +{"uid":"298e646f41fd4ee0","name":"Fields are not dropped","fullName":"/src/lib/to_proto_message.spec.ts: to proto message > Fields are not dropped","historyId":"f20b4d31626fbfbda27dcfe831238128:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922387360,"stop":1724922387362,"duration":2},"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":"to proto message"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"823bbc273d97879a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/823bbc273d97879a","status":"passed","time":{"start":1724921050406,"stop":1724921050407,"duration":1}},{"uid":"f8390561bfcc5938","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f8390561bfcc5938","status":"passed","time":{"start":1724921025669,"stop":1724921025670,"duration":1}},{"uid":"c1698710b6aae7a5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c1698710b6aae7a5","status":"passed","time":{"start":1724917686000,"stop":1724917686001,"duration":1}},{"uid":"87c7b71654e283d6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/87c7b71654e283d6","status":"passed","time":{"start":1724889464905,"stop":1724889464907,"duration":2}},{"uid":"481f34776d7faea0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/481f34776d7faea0","status":"passed","time":{"start":1724888615543,"stop":1724888615544,"duration":1}},{"uid":"d9b8e297359a05ad","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d9b8e297359a05ad","status":"passed","time":{"start":1724887771769,"stop":1724887771770,"duration":1}},{"uid":"50cefe29d05c03b2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/50cefe29d05c03b2","status":"passed","time":{"start":1724886538223,"stop":1724886538225,"duration":2}},{"uid":"c88bb73625c95ccd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c88bb73625c95ccd","status":"passed","time":{"start":1724886315913,"stop":1724886315914,"duration":1}},{"uid":"920d44618f24819f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/920d44618f24819f","status":"passed","time":{"start":1724861765152,"stop":1724861765153,"duration":1}},{"uid":"7aeb1462377be294","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7aeb1462377be294","status":"passed","time":{"start":1724861235895,"stop":1724861235897,"duration":2}},{"uid":"850f3861d66694ec","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/850f3861d66694ec","status":"passed","time":{"start":1724861058702,"stop":1724861058704,"duration":2}},{"uid":"fc99ce2f8d0c2a67","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fc99ce2f8d0c2a67","status":"passed","time":{"start":1724860920157,"stop":1724860920159,"duration":2}}]},"tags":[]},"source":"298e646f41fd4ee0.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/29a195dc8ad17595.json b/7376/data/test-cases/29a195dc8ad17595.json new file mode 100644 index 00000000000..8c3f9862656 --- /dev/null +++ b/7376/data/test-cases/29a195dc8ad17595.json @@ -0,0 +1 @@ +{"uid":"29a195dc8ad17595","name":"Unsubscribes all - node subscribed to 1 topic","fullName":"/tests/filter/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false > Unsubscribes all - node subscribed to 1 topic","historyId":"2b03909260558dc82c18e3456da995f4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922647837,"stop":1724922647842,"duration":5},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6491742b08b916b6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6491742b08b916b6","status":"passed","time":{"start":1724921300829,"stop":1724921300829,"duration":0}},{"uid":"aa29c1a297877468","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/aa29c1a297877468","status":"passed","time":{"start":1724921280726,"stop":1724921280726,"duration":0}},{"uid":"4a4800e9b9618677","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4a4800e9b9618677","status":"passed","time":{"start":1724917963265,"stop":1724917963265,"duration":0}},{"uid":"edce6b6f6b89971c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/edce6b6f6b89971c","status":"passed","time":{"start":1724889734123,"stop":1724889734123,"duration":0}},{"uid":"e3b5ff61065ba812","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e3b5ff61065ba812","status":"passed","time":{"start":1724888859624,"stop":1724888859624,"duration":0}},{"uid":"d10beaf6c94ae74a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d10beaf6c94ae74a","status":"passed","time":{"start":1724888053956,"stop":1724888053956,"duration":0}},{"uid":"3eb8967ffe3d5697","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3eb8967ffe3d5697","status":"passed","time":{"start":1724886820682,"stop":1724886820682,"duration":0}},{"uid":"3b0995ad9f77160e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3b0995ad9f77160e","status":"passed","time":{"start":1724886589274,"stop":1724886589275,"duration":1}},{"uid":"f0d43c8cea617afa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f0d43c8cea617afa","status":"passed","time":{"start":1724862027808,"stop":1724862027809,"duration":1}},{"uid":"9139f5251acb1d15","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9139f5251acb1d15","status":"passed","time":{"start":1724861484563,"stop":1724861484563,"duration":0}},{"uid":"8e0b2d4e3ddb0900","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8e0b2d4e3ddb0900","status":"passed","time":{"start":1724861315161,"stop":1724861315161,"duration":0}},{"uid":"850529753e18b562","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/850529753e18b562","status":"passed","time":{"start":1724861168767,"stop":1724861168769,"duration":2}}]},"tags":[]},"source":"29a195dc8ad17595.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/29a97e981a2f4d2e.json b/7376/data/test-cases/29a97e981a2f4d2e.json new file mode 100644 index 00000000000..05a7fa82f21 --- /dev/null +++ b/7376/data/test-cases/29a97e981a2f4d2e.json @@ -0,0 +1 @@ +{"uid":"29a97e981a2f4d2e","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","fullName":"/tests/filter/single_node/multiple_pubsub.node.spec.ts: Waku Filter V2 (Autosharding): Multiple PubsubTopics > Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","historyId":"99dbeba4cb59ca0718283847dc67c93f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922508638,"stop":1724922508639,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2 (Autosharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"af212c853f102bd1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/af212c853f102bd1","status":"passed","time":{"start":1724921164599,"stop":1724921164599,"duration":0}},{"uid":"178703ea35aa1b5a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/178703ea35aa1b5a","status":"passed","time":{"start":1724921137826,"stop":1724921137826,"duration":0}},{"uid":"137bdcd88696d13","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/137bdcd88696d13","status":"passed","time":{"start":1724917810540,"stop":1724917810540,"duration":0}},{"uid":"19077a170656303b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/19077a170656303b","status":"passed","time":{"start":1724889585448,"stop":1724889585448,"duration":0}},{"uid":"bc3970acff77fe51","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc3970acff77fe51","status":"passed","time":{"start":1724888736510,"stop":1724888736511,"duration":1}},{"uid":"ded75cec65fa791c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ded75cec65fa791c","status":"passed","time":{"start":1724887891793,"stop":1724887891795,"duration":2}},{"uid":"518a2b5f72dc4fc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/518a2b5f72dc4fc1","status":"passed","time":{"start":1724886657790,"stop":1724886657790,"duration":0}},{"uid":"f7fbd6f49a092230","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f7fbd6f49a092230","status":"passed","time":{"start":1724886447358,"stop":1724886447359,"duration":1}},{"uid":"e24811efbf70bfa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e24811efbf70bfa","status":"passed","time":{"start":1724861880123,"stop":1724861880125,"duration":2}},{"uid":"20ec1764a93d7682","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/20ec1764a93d7682","status":"passed","time":{"start":1724861359782,"stop":1724861359782,"duration":0}},{"uid":"a49eb47bff6e2cdc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a49eb47bff6e2cdc","status":"passed","time":{"start":1724861179682,"stop":1724861179683,"duration":1}},{"uid":"df07ea2ef8bc0f30","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/df07ea2ef8bc0f30","status":"passed","time":{"start":1724861040980,"stop":1724861040981,"duration":1}}]},"tags":[]},"source":"29a97e981a2f4d2e.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/29d63a0ff0b75138.json b/7376/data/test-cases/29d63a0ff0b75138.json new file mode 100644 index 00000000000..fc95debd210 --- /dev/null +++ b/7376/data/test-cases/29d63a0ff0b75138.json @@ -0,0 +1 @@ +{"uid":"29d63a0ff0b75138","name":"numPeers=1 -- returns one bootstrap peer ","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=3 > numPeers=1 -- returns one bootstrap peer ","historyId":"bd6b420fe72d53673925d5e9ff70af86:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611432,"stop":1724922611432,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=3"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"97b967044d80a609","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/97b967044d80a609","status":"passed","time":{"start":1724921270353,"stop":1724921270354,"duration":1}},{"uid":"c6e540e61fbf115","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c6e540e61fbf115","status":"passed","time":{"start":1724921247815,"stop":1724921247815,"duration":0}},{"uid":"cbbabbe269505f1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cbbabbe269505f1","status":"passed","time":{"start":1724917989815,"stop":1724917989815,"duration":0}},{"uid":"eeb8b8664362424a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eeb8b8664362424a","status":"passed","time":{"start":1724889678548,"stop":1724889678548,"duration":0}},{"uid":"e2a46fa7c31572da","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e2a46fa7c31572da","status":"passed","time":{"start":1724888829834,"stop":1724888829835,"duration":1}},{"uid":"7be6ace5e6a9eeaa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7be6ace5e6a9eeaa","status":"passed","time":{"start":1724888076989,"stop":1724888076989,"duration":0}},{"uid":"e2ee60aa8b3534ce","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e2ee60aa8b3534ce","status":"passed","time":{"start":1724886851122,"stop":1724886851122,"duration":0}},{"uid":"53e7f6164a0f3b49","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/53e7f6164a0f3b49","status":"passed","time":{"start":1724886647098,"stop":1724886647099,"duration":1}},{"uid":"c3a0aaf44636e3c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c3a0aaf44636e3c9","status":"passed","time":{"start":1724861992710,"stop":1724861992710,"duration":0}},{"uid":"83d067ea764f8821","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/83d067ea764f8821","status":"passed","time":{"start":1724861469639,"stop":1724861469639,"duration":0}},{"uid":"cde7c126f33c6162","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cde7c126f33c6162","status":"passed","time":{"start":1724861284854,"stop":1724861284854,"duration":0}},{"uid":"1f260f7b870ae336","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1f260f7b870ae336","status":"passed","time":{"start":1724861145799,"stop":1724861145799,"duration":0}}]},"tags":[]},"source":"29d63a0ff0b75138.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/2a0c933bf7ad098d.json b/7376/data/test-cases/2a0c933bf7ad098d.json new file mode 100644 index 00000000000..5b65a92dc5e --- /dev/null +++ b/7376/data/test-cases/2a0c933bf7ad098d.json @@ -0,0 +1 @@ +{"uid":"2a0c933bf7ad098d","name":"Unsubscribes all - node subscribed to 1 topic","fullName":"/tests/filter/single_node/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe > Unsubscribes all - node subscribed to 1 topic","historyId":"487360e262b8a6ed18ef973d5078e640:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922536232,"stop":1724922536232,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"11478258b73834c9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/11478258b73834c9","status":"passed","time":{"start":1724921198885,"stop":1724921198886,"duration":1}},{"uid":"a2172fd16291efd6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a2172fd16291efd6","status":"passed","time":{"start":1724921172338,"stop":1724921172339,"duration":1}},{"uid":"f0dac3f9b95a3a22","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f0dac3f9b95a3a22","status":"passed","time":{"start":1724917841038,"stop":1724917841039,"duration":1}},{"uid":"b0ce75c5fb929a5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b0ce75c5fb929a5","status":"passed","time":{"start":1724889622281,"stop":1724889622281,"duration":0}},{"uid":"c5bfae1c7a612194","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5bfae1c7a612194","status":"passed","time":{"start":1724888769661,"stop":1724888769661,"duration":0}},{"uid":"60de0a78808e529e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/60de0a78808e529e","status":"passed","time":{"start":1724887926167,"stop":1724887926167,"duration":0}},{"uid":"661d853a5ed02283","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/661d853a5ed02283","status":"passed","time":{"start":1724886693078,"stop":1724886693078,"duration":0}},{"uid":"deeefb1bbbc8364e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/deeefb1bbbc8364e","status":"passed","time":{"start":1724886468834,"stop":1724886468835,"duration":1}},{"uid":"6aa72083c8840ca8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6aa72083c8840ca8","status":"passed","time":{"start":1724861918245,"stop":1724861918246,"duration":1}},{"uid":"7b041b1166ea5d23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7b041b1166ea5d23","status":"passed","time":{"start":1724861388580,"stop":1724861388581,"duration":1}},{"uid":"ae9785583263ec03","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ae9785583263ec03","status":"passed","time":{"start":1724861221408,"stop":1724861221408,"duration":0}},{"uid":"42025b1c7aa882e3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/42025b1c7aa882e3","status":"passed","time":{"start":1724861075800,"stop":1724861075803,"duration":3}}]},"tags":[]},"source":"2a0c933bf7ad098d.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/2a16aac43daae87b.json b/7376/data/test-cases/2a16aac43daae87b.json new file mode 100644 index 00000000000..84993cc1e5f --- /dev/null +++ b/7376/data/test-cases/2a16aac43daae87b.json @@ -0,0 +1 @@ +{"uid":"2a16aac43daae87b","name":"same cluster, different shard: nodes connect","fullName":"/tests/metadata.spec.ts: Metadata Protocol > connections > same cluster, different shard: nodes connect","historyId":"b5c2c2b77727ad8ac01a05b89d8f6a27:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922771082,"stop":1724922771082,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Metadata Protocol"},{"name":"suite","value":"connections"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ae4b6c09dd2e3130","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ae4b6c09dd2e3130","status":"passed","time":{"start":1724921419682,"stop":1724921419682,"duration":0}},{"uid":"886e2bc84d2d593f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/886e2bc84d2d593f","status":"passed","time":{"start":1724921400503,"stop":1724921400503,"duration":0}},{"uid":"24fd91f6cc17d871","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/24fd91f6cc17d871","status":"passed","time":{"start":1724918124175,"stop":1724918124175,"duration":0}},{"uid":"bb9a3305753583ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bb9a3305753583ae","status":"passed","time":{"start":1724889845312,"stop":1724889845313,"duration":1}},{"uid":"974783ef4a88a9eb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/974783ef4a88a9eb","status":"passed","time":{"start":1724888978753,"stop":1724888978753,"duration":0}},{"uid":"f60e385d6eaec1a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f60e385d6eaec1a9","status":"passed","time":{"start":1724888199758,"stop":1724888199758,"duration":0}},{"uid":"c581d58887a48661","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c581d58887a48661","status":"passed","time":{"start":1724886961475,"stop":1724886961475,"duration":0}},{"uid":"bd0b6ff6481b09df","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bd0b6ff6481b09df","status":"passed","time":{"start":1724886743395,"stop":1724886743395,"duration":0}},{"uid":"6df347e23c0ab8a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6df347e23c0ab8a","status":"passed","time":{"start":1724862150655,"stop":1724862150656,"duration":1}},{"uid":"bfd97fb1380ec8c3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bfd97fb1380ec8c3","status":"passed","time":{"start":1724861627580,"stop":1724861627581,"duration":1}},{"uid":"fa26f13e7351443b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fa26f13e7351443b","status":"passed","time":{"start":1724861501070,"stop":1724861501070,"duration":0}},{"uid":"8462ac8278ad70a3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8462ac8278ad70a3","status":"passed","time":{"start":1724861297168,"stop":1724861297168,"duration":0}}]},"tags":[]},"source":"2a16aac43daae87b.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/ab1087c3645f7d05.json b/7376/data/test-cases/2a2ecab7346992e6.json similarity index 77% rename from 7346/data/test-cases/ab1087c3645f7d05.json rename to 7376/data/test-cases/2a2ecab7346992e6.json index a4262f22f03..f115793c421 100644 --- a/7346/data/test-cases/ab1087c3645f7d05.json +++ b/7376/data/test-cases/2a2ecab7346992e6.json @@ -1 +1 @@ -{"uid":"ab1087c3645f7d05","name":"Publish message with large meta","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with large meta","historyId":"9c619c673abe858d054ab9f938a74733:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765426748,"stop":1724765426748,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"1df0cfe6c1878419","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/1df0cfe6c1878419","status":"passed","time":{"start":1724765341347,"stop":1724765341348,"duration":1}},{"uid":"eca4b78cae45dd8","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/eca4b78cae45dd8","status":"passed","time":{"start":1724763725737,"stop":1724763725737,"duration":0}},{"uid":"98ef7e7b22de69fc","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/98ef7e7b22de69fc","status":"passed","time":{"start":1724760957738,"stop":1724760957738,"duration":0}},{"uid":"9d4077053550cb3c","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/9d4077053550cb3c","status":"passed","time":{"start":1724759981939,"stop":1724759981940,"duration":1}},{"uid":"c0e8125a11b6041d","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/c0e8125a11b6041d","status":"passed","time":{"start":1724758132050,"stop":1724758132051,"duration":1}},{"uid":"68c4041c9a2d5d37","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/68c4041c9a2d5d37","status":"passed","time":{"start":1724757777641,"stop":1724757777641,"duration":0}},{"uid":"16f39afa58ea738d","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/16f39afa58ea738d","status":"passed","time":{"start":1724757176028,"stop":1724757176029,"duration":1}},{"uid":"a68dcb05e85be562","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a68dcb05e85be562","status":"passed","time":{"start":1724755243520,"stop":1724755243521,"duration":1}},{"uid":"f823b4b26ab36487","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/f823b4b26ab36487","status":"passed","time":{"start":1724752673894,"stop":1724752673894,"duration":0}},{"uid":"feee66a1e81ee4fc","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/feee66a1e81ee4fc","status":"passed","time":{"start":1724751529527,"stop":1724751529530,"duration":3}},{"uid":"6647f4eb44493437","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/6647f4eb44493437","status":"passed","time":{"start":1724750600101,"stop":1724750600102,"duration":1}},{"uid":"74a153ec12b0f969","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/74a153ec12b0f969","status":"passed","time":{"start":1724749599714,"stop":1724749599714,"duration":0}},{"uid":"fe1c5b21ec7d0241","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/fe1c5b21ec7d0241","status":"passed","time":{"start":1724717906133,"stop":1724717906133,"duration":0}},{"uid":"e53403dceaa249c5","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/e53403dceaa249c5","status":"passed","time":{"start":1724715143951,"stop":1724715143951,"duration":0}},{"uid":"fe448b4ff850e46f","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/fe448b4ff850e46f","status":"passed","time":{"start":1724713227767,"stop":1724713227774,"duration":7}},{"uid":"31ad6943a73abe30","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/31ad6943a73abe30","status":"passed","time":{"start":1724706419048,"stop":1724706419048,"duration":0}},{"uid":"81066f1db6b8ebfb","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/81066f1db6b8ebfb","status":"passed","time":{"start":1724704834047,"stop":1724704834048,"duration":1}},{"uid":"97b62866ce4bbfaa","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/97b62866ce4bbfaa","status":"passed","time":{"start":1724684210906,"stop":1724684210906,"duration":0}},{"uid":"27dae62a02370d26","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/27dae62a02370d26","status":"passed","time":{"start":1724672960991,"stop":1724672960991,"duration":0}},{"uid":"c123c02e0a47f849","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/c123c02e0a47f849","status":"passed","time":{"start":1724670677925,"stop":1724670677925,"duration":0}}]},"tags":[]},"source":"ab1087c3645f7d05.json","parameterValues":[]} \ No newline at end of file +{"uid":"2a2ecab7346992e6","name":"Publish message with large meta","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with large meta","historyId":"9c619c673abe858d054ab9f938a74733:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922887534,"stop":1724922887535,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b825a2642c164fcb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b825a2642c164fcb","status":"passed","time":{"start":1724921564784,"stop":1724921564785,"duration":1}},{"uid":"76f4700b8e059184","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/76f4700b8e059184","status":"passed","time":{"start":1724921518833,"stop":1724921518836,"duration":3}},{"uid":"c5bbfd3d342fc6fc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c5bbfd3d342fc6fc","status":"passed","time":{"start":1724918229408,"stop":1724918229409,"duration":1}},{"uid":"e699214e846e5a68","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e699214e846e5a68","status":"passed","time":{"start":1724889980709,"stop":1724889980709,"duration":0}},{"uid":"12ba4aa059811f8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/12ba4aa059811f8","status":"passed","time":{"start":1724889111185,"stop":1724889111185,"duration":0}},{"uid":"49cee3d29d47665e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/49cee3d29d47665e","status":"passed","time":{"start":1724888292549,"stop":1724888292549,"duration":0}},{"uid":"2f740577d32e5c86","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2f740577d32e5c86","status":"passed","time":{"start":1724887068234,"stop":1724887068234,"duration":0}},{"uid":"7c40a2466aec1a2b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7c40a2466aec1a2b","status":"passed","time":{"start":1724886848943,"stop":1724886848944,"duration":1}},{"uid":"a2737a4cb783ff77","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2737a4cb783ff77","status":"passed","time":{"start":1724862262058,"stop":1724862262058,"duration":0}},{"uid":"61243cc8f883f50f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/61243cc8f883f50f","status":"passed","time":{"start":1724861741901,"stop":1724861741901,"duration":0}},{"uid":"7f4d824928c3d85f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7f4d824928c3d85f","status":"passed","time":{"start":1724861599505,"stop":1724861599505,"duration":0}},{"uid":"c56fd96270f65b82","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c56fd96270f65b82","status":"passed","time":{"start":1724861428483,"stop":1724861428483,"duration":0}}]},"tags":[]},"source":"2a2ecab7346992e6.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/2a4e3a8b0906f2f.json b/7376/data/test-cases/2a4e3a8b0906f2f.json new file mode 100644 index 00000000000..47fe7327073 --- /dev/null +++ b/7376/data/test-cases/2a4e3a8b0906f2f.json @@ -0,0 +1 @@ +{"uid":"2a4e3a8b0906f2f","name":"start node with empty shard should fail","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Others > start node with empty shard should fail","historyId":"251d7185e9e3896916392a7d1d840b10:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922946245,"stop":1724922946245,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Others"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"639ac34f37759bd7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/639ac34f37759bd7","status":"passed","time":{"start":1724921619641,"stop":1724921619641,"duration":0}},{"uid":"a77d3c57818db757","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a77d3c57818db757","status":"passed","time":{"start":1724921577173,"stop":1724921577173,"duration":0}},{"uid":"9cee65cfe9fe77bd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9cee65cfe9fe77bd","status":"passed","time":{"start":1724918298105,"stop":1724918298106,"duration":1}},{"uid":"53e6899a6131722d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/53e6899a6131722d","status":"passed","time":{"start":1724890039752,"stop":1724890039753,"duration":1}},{"uid":"d35eed90e4c3086f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d35eed90e4c3086f","status":"passed","time":{"start":1724889169858,"stop":1724889169858,"duration":0}},{"uid":"da9425681b894f4b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/da9425681b894f4b","status":"passed","time":{"start":1724888345358,"stop":1724888345358,"duration":0}},{"uid":"183ec13181e69e2e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/183ec13181e69e2e","status":"passed","time":{"start":1724887127889,"stop":1724887127889,"duration":0}},{"uid":"3ddfcc028d47b6a9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3ddfcc028d47b6a9","status":"passed","time":{"start":1724886906387,"stop":1724886906388,"duration":1}},{"uid":"64e26f3606b6e07d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64e26f3606b6e07d","status":"passed","time":{"start":1724862320151,"stop":1724862320151,"duration":0}},{"uid":"5e5d008ab8309b27","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5e5d008ab8309b27","status":"passed","time":{"start":1724861800261,"stop":1724861800261,"duration":0}},{"uid":"d2a64a649ac4e5e7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d2a64a649ac4e5e7","status":"passed","time":{"start":1724861655180,"stop":1724861655181,"duration":1}},{"uid":"d0917931b5293520","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d0917931b5293520","status":"passed","time":{"start":1724861485087,"stop":1724861485087,"duration":0}}]},"tags":[]},"source":"2a4e3a8b0906f2f.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/5af5452668bf89ba.json b/7376/data/test-cases/2a6161d4c7daa4b0.json similarity index 78% rename from 7346/data/test-cases/5af5452668bf89ba.json rename to 7376/data/test-cases/2a6161d4c7daa4b0.json index c4ef2bc3e15..2808db84fec 100644 --- a/7346/data/test-cases/5af5452668bf89ba.json +++ b/7376/data/test-cases/2a6161d4c7daa4b0.json @@ -1 +1 @@ -{"uid":"5af5452668bf89ba","name":"Check received message containing SQL Injection","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing SQL Injection","historyId":"9ab7c2056d356e71723d3d28c3e2e25f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392369,"stop":1724765392369,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"7c5c869a6a589f6b","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/7c5c869a6a589f6b","status":"passed","time":{"start":1724765313856,"stop":1724765313857,"duration":1}},{"uid":"e8d9174f563e18e5","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/e8d9174f563e18e5","status":"passed","time":{"start":1724763683855,"stop":1724763683855,"duration":0}},{"uid":"27aa4d9fad8ac914","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/27aa4d9fad8ac914","status":"passed","time":{"start":1724760929556,"stop":1724760929556,"duration":0}},{"uid":"5cbede65dcceeccd","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/5cbede65dcceeccd","status":"passed","time":{"start":1724759955157,"stop":1724759955158,"duration":1}},{"uid":"529b9bf34e84bb61","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/529b9bf34e84bb61","status":"passed","time":{"start":1724758077424,"stop":1724758077426,"duration":2}},{"uid":"aeb7f4826ea947aa","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/aeb7f4826ea947aa","status":"passed","time":{"start":1724757801858,"stop":1724757801859,"duration":1}},{"uid":"4473d4b316fec8c2","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/4473d4b316fec8c2","status":"passed","time":{"start":1724757120161,"stop":1724757120161,"duration":0}},{"uid":"3b891d7d3b96b29","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/3b891d7d3b96b29","status":"passed","time":{"start":1724755211041,"stop":1724755211042,"duration":1}},{"uid":"9ef1dc4e23be905f","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/9ef1dc4e23be905f","status":"passed","time":{"start":1724752646529,"stop":1724752646529,"duration":0}},{"uid":"f3eeb52ea7ffad32","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/f3eeb52ea7ffad32","status":"passed","time":{"start":1724751495266,"stop":1724751495266,"duration":0}},{"uid":"b7fccbcd5ab28292","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/b7fccbcd5ab28292","status":"passed","time":{"start":1724750572363,"stop":1724750572363,"duration":0}},{"uid":"6384e75b75986962","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/6384e75b75986962","status":"passed","time":{"start":1724749567237,"stop":1724749567237,"duration":0}},{"uid":"d7042db27b45cf75","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/d7042db27b45cf75","status":"passed","time":{"start":1724717880811,"stop":1724717880811,"duration":0}},{"uid":"c3f0ddc9a90727b0","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/c3f0ddc9a90727b0","status":"passed","time":{"start":1724715103497,"stop":1724715103498,"duration":1}},{"uid":"1caae47c25c4f1d","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/1caae47c25c4f1d","status":"passed","time":{"start":1724713195349,"stop":1724713195350,"duration":1}},{"uid":"dbebc322422af6ec","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/dbebc322422af6ec","status":"passed","time":{"start":1724706389659,"stop":1724706389659,"duration":0}},{"uid":"8252bc980864872","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/8252bc980864872","status":"passed","time":{"start":1724704811179,"stop":1724704811179,"duration":0}},{"uid":"f1f922e1bbcad581","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f1f922e1bbcad581","status":"passed","time":{"start":1724684170149,"stop":1724684170149,"duration":0}},{"uid":"fcf681a062a8fa38","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/fcf681a062a8fa38","status":"passed","time":{"start":1724672903592,"stop":1724672903593,"duration":1}},{"uid":"cb8b4f6fcd322614","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/cb8b4f6fcd322614","status":"passed","time":{"start":1724670674029,"stop":1724670674029,"duration":0}}]},"tags":[]},"source":"5af5452668bf89ba.json","parameterValues":[]} \ No newline at end of file +{"uid":"2a6161d4c7daa4b0","name":"Check received message containing SQL Injection","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing SQL Injection","historyId":"9ab7c2056d356e71723d3d28c3e2e25f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845235,"stop":1724922845235,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e76f2b61f95f7cd5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e76f2b61f95f7cd5","status":"passed","time":{"start":1724921515221,"stop":1724921515221,"duration":0}},{"uid":"44af7e4bddcd5726","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/44af7e4bddcd5726","status":"passed","time":{"start":1724921475440,"stop":1724921475440,"duration":0}},{"uid":"fa296f60582590d7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fa296f60582590d7","status":"passed","time":{"start":1724918179381,"stop":1724918179381,"duration":0}},{"uid":"f488866ada160cb8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f488866ada160cb8","status":"passed","time":{"start":1724889935335,"stop":1724889935335,"duration":0}},{"uid":"14c101f569e6316d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14c101f569e6316d","status":"passed","time":{"start":1724889072747,"stop":1724889072749,"duration":2}},{"uid":"278e6383bf05d572","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/278e6383bf05d572","status":"passed","time":{"start":1724888232409,"stop":1724888232410,"duration":1}},{"uid":"227b667eec299df1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/227b667eec299df1","status":"passed","time":{"start":1724887018289,"stop":1724887018289,"duration":0}},{"uid":"f83c3d97d58a2696","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f83c3d97d58a2696","status":"passed","time":{"start":1724886781474,"stop":1724886781474,"duration":0}},{"uid":"ae0aa63b2568d5e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ae0aa63b2568d5e1","status":"passed","time":{"start":1724862213657,"stop":1724862213657,"duration":0}},{"uid":"a57f4df2e7da9371","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a57f4df2e7da9371","status":"passed","time":{"start":1724861685849,"stop":1724861685850,"duration":1}},{"uid":"d101faa22a3d5e8e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d101faa22a3d5e8e","status":"passed","time":{"start":1724861546164,"stop":1724861546165,"duration":1}},{"uid":"75ad51818cba5a36","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/75ad51818cba5a36","status":"passed","time":{"start":1724861378105,"stop":1724861378106,"duration":1}}]},"tags":[]},"source":"2a6161d4c7daa4b0.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/cb988b345ab86cc6.json b/7376/data/test-cases/2ad2cc2b22f4e169.json similarity index 96% rename from 7346/data/test-cases/cb988b345ab86cc6.json rename to 7376/data/test-cases/2ad2cc2b22f4e169.json index 4c1a58efe4c..e53900469b7 100644 --- a/7346/data/test-cases/cb988b345ab86cc6.json +++ b/7376/data/test-cases/2ad2cc2b22f4e169.json @@ -1 +1 @@ -{"uid":"cb988b345ab86cc6","name":"Publish message with custom timestamp: Wed Sep 06 2023 13:29:56 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Wed Sep 06 2023 13:29:56 GMT+0000 (Coordinated Universal Time)","historyId":"1111c5e081e71a10214e14b1cd7db7a5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765426735,"stop":1724765426736,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"cb988b345ab86cc6.json","parameterValues":[]} \ No newline at end of file +{"uid":"2ad2cc2b22f4e169","name":"Publish message with custom timestamp: Thu Aug 29 2024 08:14:22 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Thu Aug 29 2024 08:14:22 GMT+0000 (Coordinated Universal Time)","historyId":"4c7b4ce23caa54fbb2f370242f6a149b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922887529,"stop":1724922887530,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"2ad2cc2b22f4e169.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/2af477ca4fc6e56f.json b/7376/data/test-cases/2af477ca4fc6e56f.json new file mode 100644 index 00000000000..ab5ce0e7ded --- /dev/null +++ b/7376/data/test-cases/2af477ca4fc6e56f.json @@ -0,0 +1 @@ +{"uid":"2af477ca4fc6e56f","name":"should be online or offline if network state changed","fullName":"/tests/connection-mananger/events.spec.ts: Events > waku:connection > should be online or offline if network state changed","historyId":"1a846f99df2feb911d19e70ae328211d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922425603,"stop":1724922425604,"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 \"waku:connection\"","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},{"name":"\"before each\" hook in \"waku:connection\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"waku:connection\"","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},{"name":"\"after each\" hook in \"waku:connection\"","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":"waku:connection"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"922fb08040cbb24d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/922fb08040cbb24d","status":"passed","time":{"start":1724921088202,"stop":1724921088203,"duration":1}},{"uid":"90240f8f35011831","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/90240f8f35011831","status":"passed","time":{"start":1724921063384,"stop":1724921063384,"duration":0}},{"uid":"79e0cd0345b97abc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/79e0cd0345b97abc","status":"passed","time":{"start":1724917723835,"stop":1724917723835,"duration":0}},{"uid":"5ec449c4fad9c7e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ec449c4fad9c7e1","status":"passed","time":{"start":1724889503228,"stop":1724889503229,"duration":1}},{"uid":"4cbd76df78ef5467","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4cbd76df78ef5467","status":"passed","time":{"start":1724888652595,"stop":1724888652598,"duration":3}},{"uid":"8b9b9bfd7131169e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8b9b9bfd7131169e","status":"passed","time":{"start":1724887810650,"stop":1724887810651,"duration":1}},{"uid":"da3428f73436536d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/da3428f73436536d","status":"passed","time":{"start":1724886577073,"stop":1724886577074,"duration":1}},{"uid":"29e67ed68425b7f4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/29e67ed68425b7f4","status":"passed","time":{"start":1724886355054,"stop":1724886355055,"duration":1}},{"uid":"5eede34a635afc53","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5eede34a635afc53","status":"passed","time":{"start":1724861804051,"stop":1724861804051,"duration":0}},{"uid":"bf55c77aeb89229b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bf55c77aeb89229b","status":"passed","time":{"start":1724861273298,"stop":1724861273298,"duration":0}},{"uid":"547e150c4b6ab2b6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/547e150c4b6ab2b6","status":"passed","time":{"start":1724861099311,"stop":1724861099312,"duration":1}},{"uid":"b3e6802ebfb2832","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b3e6802ebfb2832","status":"passed","time":{"start":1724860959311,"stop":1724860959312,"duration":1}}]},"tags":[]},"source":"2af477ca4fc6e56f.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/2b1277d908567749.json b/7376/data/test-cases/2b1277d908567749.json new file mode 100644 index 00000000000..a67a2003d75 --- /dev/null +++ b/7376/data/test-cases/2b1277d908567749.json @@ -0,0 +1 @@ +{"uid":"2b1277d908567749","name":"Should update multiaddrs","fullName":"/tests/peer-exchange/continuous_discovery.spec.ts: Peer Exchange Continuous Discovery > Should update multiaddrs","historyId":"1b6abdac207bc0ab4ee30ddd3180be10:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922778645,"stop":1724922778646,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Peer Exchange Continuous Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Peer Exchange Continuous Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange Continuous Discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8058e20495b61928","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8058e20495b61928","status":"passed","time":{"start":1724921498166,"stop":1724921498166,"duration":0}},{"uid":"66afc2d510cc48c6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/66afc2d510cc48c6","status":"passed","time":{"start":1724921408645,"stop":1724921408646,"duration":1}},{"uid":"907693b5519bf7d9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/907693b5519bf7d9","status":"passed","time":{"start":1724918130636,"stop":1724918130636,"duration":0}},{"uid":"9dda373410b212ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9dda373410b212ba","status":"passed","time":{"start":1724889892837,"stop":1724889892837,"duration":0}},{"uid":"1cdfe9080e779b65","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1cdfe9080e779b65","status":"passed","time":{"start":1724888997475,"stop":1724888997475,"duration":0}},{"uid":"6760af45b95c947f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6760af45b95c947f","status":"passed","time":{"start":1724888199973,"stop":1724888199973,"duration":0}},{"uid":"f293206336caf98c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f293206336caf98c","status":"passed","time":{"start":1724886961757,"stop":1724886961757,"duration":0}},{"uid":"7eb7bd85871f3915","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7eb7bd85871f3915","status":"passed","time":{"start":1724886743547,"stop":1724886743547,"duration":0}},{"uid":"fcbe274d3ccc9e65","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fcbe274d3ccc9e65","status":"passed","time":{"start":1724862150873,"stop":1724862150873,"duration":0}},{"uid":"e4bac913ad32a8f8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e4bac913ad32a8f8","status":"passed","time":{"start":1724861627758,"stop":1724861627758,"duration":0}},{"uid":"b329b4576831ec86","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b329b4576831ec86","status":"passed","time":{"start":1724861501293,"stop":1724861501293,"duration":0}},{"uid":"2ec676982bb4b01","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2ec676982bb4b01","status":"passed","time":{"start":1724861330459,"stop":1724861330460,"duration":1}}]},"tags":[]},"source":"2b1277d908567749.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/a2ab87f3c994b630.json b/7376/data/test-cases/2b45b47bc6d16d29.json similarity index 76% rename from 7346/data/test-cases/a2ab87f3c994b630.json rename to 7376/data/test-cases/2b45b47bc6d16d29.json index 3ee5481749b..ec5640a338b 100644 --- a/7346/data/test-cases/a2ab87f3c994b630.json +++ b/7376/data/test-cases/2b45b47bc6d16d29.json @@ -1 +1 @@ -{"uid":"a2ab87f3c994b630","name":"Check publish message containing special chars","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing special chars","historyId":"fb022dd2e71cecb35870262ac68f9d8f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765426725,"stop":1724765426725,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"67f867dfbd351412","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/67f867dfbd351412","status":"passed","time":{"start":1724765341325,"stop":1724765341325,"duration":0}},{"uid":"b5d1315a6789ca2","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/b5d1315a6789ca2","status":"passed","time":{"start":1724763725725,"stop":1724763725726,"duration":1}},{"uid":"ab011eb5118c93ea","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ab011eb5118c93ea","status":"passed","time":{"start":1724760957720,"stop":1724760957720,"duration":0}},{"uid":"eab9eb3995edd883","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/eab9eb3995edd883","status":"passed","time":{"start":1724759981881,"stop":1724759981881,"duration":0}},{"uid":"8fdd7628db1224c9","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/8fdd7628db1224c9","status":"passed","time":{"start":1724758132028,"stop":1724758132029,"duration":1}},{"uid":"f33ef614ac296a88","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/f33ef614ac296a88","status":"passed","time":{"start":1724757777626,"stop":1724757777626,"duration":0}},{"uid":"b7b7454d18b56815","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/b7b7454d18b56815","status":"passed","time":{"start":1724757176016,"stop":1724757176016,"duration":0}},{"uid":"ff70555b09d7188b","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ff70555b09d7188b","status":"passed","time":{"start":1724755243503,"stop":1724755243503,"duration":0}},{"uid":"53b36e4483055f36","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/53b36e4483055f36","status":"passed","time":{"start":1724752673879,"stop":1724752673880,"duration":1}},{"uid":"50e7297ca04dfbba","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/50e7297ca04dfbba","status":"passed","time":{"start":1724751529510,"stop":1724751529510,"duration":0}},{"uid":"e9dddd9e1a540391","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/e9dddd9e1a540391","status":"passed","time":{"start":1724750600083,"stop":1724750600084,"duration":1}},{"uid":"69e3698beec0f4a0","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/69e3698beec0f4a0","status":"passed","time":{"start":1724749599688,"stop":1724749599688,"duration":0}},{"uid":"8d292f3e663fe965","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/8d292f3e663fe965","status":"passed","time":{"start":1724717906123,"stop":1724717906123,"duration":0}},{"uid":"ee11f4a48ca1f0f3","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/ee11f4a48ca1f0f3","status":"passed","time":{"start":1724715143938,"stop":1724715143939,"duration":1}},{"uid":"5ecc8b41686182fb","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/5ecc8b41686182fb","status":"passed","time":{"start":1724713227694,"stop":1724713227695,"duration":1}},{"uid":"d1b1633b01d701ae","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d1b1633b01d701ae","status":"passed","time":{"start":1724706419033,"stop":1724706419034,"duration":1}},{"uid":"e4c8ea8a5aaeb7ad","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/e4c8ea8a5aaeb7ad","status":"passed","time":{"start":1724704834029,"stop":1724704834029,"duration":0}},{"uid":"8d12ec860c79b300","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/8d12ec860c79b300","status":"passed","time":{"start":1724684210892,"stop":1724684210893,"duration":1}},{"uid":"6a45643e260fce47","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/6a45643e260fce47","status":"passed","time":{"start":1724672960973,"stop":1724672960974,"duration":1}},{"uid":"a58d2e14c2d4dbbc","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/a58d2e14c2d4dbbc","status":"passed","time":{"start":1724670677908,"stop":1724670677909,"duration":1}}]},"tags":[]},"source":"a2ab87f3c994b630.json","parameterValues":[]} \ No newline at end of file +{"uid":"2b45b47bc6d16d29","name":"Check publish message containing special chars","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing special chars","historyId":"fb022dd2e71cecb35870262ac68f9d8f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922887521,"stop":1724922887522,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"124938ee1bbe0a57","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/124938ee1bbe0a57","status":"passed","time":{"start":1724921564773,"stop":1724921564773,"duration":0}},{"uid":"21e76fa64db24e7b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/21e76fa64db24e7b","status":"passed","time":{"start":1724921518782,"stop":1724921518782,"duration":0}},{"uid":"69e21771ad9847ce","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/69e21771ad9847ce","status":"passed","time":{"start":1724918229395,"stop":1724918229396,"duration":1}},{"uid":"d8d6a5f9ccc7d157","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d8d6a5f9ccc7d157","status":"passed","time":{"start":1724889980693,"stop":1724889980694,"duration":1}},{"uid":"65f9742f2f952a3d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/65f9742f2f952a3d","status":"passed","time":{"start":1724889111156,"stop":1724889111157,"duration":1}},{"uid":"7c360693dae89f12","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7c360693dae89f12","status":"passed","time":{"start":1724888292529,"stop":1724888292530,"duration":1}},{"uid":"b05ac9915fad1916","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b05ac9915fad1916","status":"passed","time":{"start":1724887068221,"stop":1724887068221,"duration":0}},{"uid":"d6b6ce4809ae937","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d6b6ce4809ae937","status":"passed","time":{"start":1724886848919,"stop":1724886848919,"duration":0}},{"uid":"80e2601a09a76d55","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80e2601a09a76d55","status":"passed","time":{"start":1724862262044,"stop":1724862262044,"duration":0}},{"uid":"5fd91bca993db925","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5fd91bca993db925","status":"passed","time":{"start":1724861741889,"stop":1724861741889,"duration":0}},{"uid":"500aa62bbbcd05d6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/500aa62bbbcd05d6","status":"passed","time":{"start":1724861599483,"stop":1724861599483,"duration":0}},{"uid":"e09bd567964eb101","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e09bd567964eb101","status":"passed","time":{"start":1724861428471,"stop":1724861428471,"duration":0}}]},"tags":[]},"source":"2b45b47bc6d16d29.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/365a5fbc3a2006ee.json b/7376/data/test-cases/2b64c5d5055d9dfa.json similarity index 84% rename from 7346/data/test-cases/365a5fbc3a2006ee.json rename to 7376/data/test-cases/2b64c5d5055d9dfa.json index cc4d6a34637..75ff322b594 100644 --- a/7346/data/test-cases/365a5fbc3a2006ee.json +++ b/7376/data/test-cases/2b64c5d5055d9dfa.json @@ -1 +1 @@ -{"uid":"365a5fbc3a2006ee","name":"Push message with content topic containing XML","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing XML","historyId":"928ac6883c801a6b50de07b547067762:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367185,"stop":1724765367185,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"47f512520e437286","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/47f512520e437286","status":"passed","time":{"start":1724765300581,"stop":1724765300581,"duration":0}},{"uid":"edc2ed93cdfaefaf","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/edc2ed93cdfaefaf","status":"passed","time":{"start":1724763693162,"stop":1724763693162,"duration":0}},{"uid":"257c7383f8c90fc8","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/257c7383f8c90fc8","status":"passed","time":{"start":1724760912510,"stop":1724760912510,"duration":0}},{"uid":"38cb3da4795a9eb","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/38cb3da4795a9eb","status":"passed","time":{"start":1724759937131,"stop":1724759937131,"duration":0}},{"uid":"3782d95c47771299","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/3782d95c47771299","status":"passed","time":{"start":1724758102764,"stop":1724758102764,"duration":0}},{"uid":"6d912af8972cf6a5","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6d912af8972cf6a5","status":"passed","time":{"start":1724757793373,"stop":1724757793373,"duration":0}},{"uid":"e74823b5c14f8644","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/e74823b5c14f8644","status":"passed","time":{"start":1724757169526,"stop":1724757169527,"duration":1}},{"uid":"d9199b73fd621","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/d9199b73fd621","status":"passed","time":{"start":1724755216341,"stop":1724755216341,"duration":0}},{"uid":"953b96aca909f6f1","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/953b96aca909f6f1","status":"passed","time":{"start":1724752641997,"stop":1724752641998,"duration":1}},{"uid":"e917f500c6fbc4a2","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/e917f500c6fbc4a2","status":"passed","time":{"start":1724751479135,"stop":1724751479135,"duration":0}},{"uid":"38dfb2f6de707783","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/38dfb2f6de707783","status":"passed","time":{"start":1724750562212,"stop":1724750562213,"duration":1}},{"uid":"65935522200f054c","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/65935522200f054c","status":"passed","time":{"start":1724749562431,"stop":1724749562431,"duration":0}},{"uid":"3935e40a0f903fd2","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/3935e40a0f903fd2","status":"passed","time":{"start":1724717869158,"stop":1724717869158,"duration":0}},{"uid":"2898dfd4cb38b5a6","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/2898dfd4cb38b5a6","status":"passed","time":{"start":1724715106034,"stop":1724715106034,"duration":0}},{"uid":"ee1ed4ef7d41fff1","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/ee1ed4ef7d41fff1","status":"passed","time":{"start":1724713204888,"stop":1724713204889,"duration":1}},{"uid":"e10b1e157d12e83f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/e10b1e157d12e83f","status":"passed","time":{"start":1724706379260,"stop":1724706379260,"duration":0}},{"uid":"2c92ee57f88e478d","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2c92ee57f88e478d","status":"passed","time":{"start":1724704806968,"stop":1724704806969,"duration":1}},{"uid":"831234e28f77c58a","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/831234e28f77c58a","status":"passed","time":{"start":1724684165993,"stop":1724684165993,"duration":0}},{"uid":"7532a03e2d531834","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/7532a03e2d531834","status":"passed","time":{"start":1724672921819,"stop":1724672921819,"duration":0}},{"uid":"9696942661254a4f","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/9696942661254a4f","status":"passed","time":{"start":1724670647878,"stop":1724670647879,"duration":1}}]},"tags":[]},"source":"365a5fbc3a2006ee.json","parameterValues":[]} \ No newline at end of file +{"uid":"2b64c5d5055d9dfa","name":"Push message with content topic containing XML","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing XML","historyId":"928ac6883c801a6b50de07b547067762:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853920,"stop":1724922853921,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e875276a4d423883","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e875276a4d423883","status":"passed","time":{"start":1724921529587,"stop":1724921529587,"duration":0}},{"uid":"3a398850cd8830d6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3a398850cd8830d6","status":"passed","time":{"start":1724921488881,"stop":1724921488881,"duration":0}},{"uid":"d8c725869de18a08","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d8c725869de18a08","status":"passed","time":{"start":1724918203688,"stop":1724918203688,"duration":0}},{"uid":"2c2aff374dc03653","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c2aff374dc03653","status":"passed","time":{"start":1724889938364,"stop":1724889938364,"duration":0}},{"uid":"674963f612383fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/674963f612383fa","status":"passed","time":{"start":1724889077067,"stop":1724889077068,"duration":1}},{"uid":"a00c7800c002abf8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a00c7800c002abf8","status":"passed","time":{"start":1724888268036,"stop":1724888268037,"duration":1}},{"uid":"ad4e05d680eae821","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ad4e05d680eae821","status":"passed","time":{"start":1724887032409,"stop":1724887032409,"duration":0}},{"uid":"3c40da4ba244ea85","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3c40da4ba244ea85","status":"passed","time":{"start":1724886822822,"stop":1724886822822,"duration":0}},{"uid":"119c68876ee43724","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/119c68876ee43724","status":"passed","time":{"start":1724862233512,"stop":1724862233513,"duration":1}},{"uid":"5f5fcbe1e3677","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5f5fcbe1e3677","status":"passed","time":{"start":1724861712672,"stop":1724861712672,"duration":0}},{"uid":"881600b5a9d45e3e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/881600b5a9d45e3e","status":"passed","time":{"start":1724861567891,"stop":1724861567891,"duration":0}},{"uid":"5eb405fcccc288e2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5eb405fcccc288e2","status":"passed","time":{"start":1724861392056,"stop":1724861392056,"duration":0}}]},"tags":[]},"source":"2b64c5d5055d9dfa.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/4ac4b9cedcbde46d.json b/7376/data/test-cases/2c44eb3904dd77f0.json similarity index 78% rename from 7346/data/test-cases/4ac4b9cedcbde46d.json rename to 7376/data/test-cases/2c44eb3904dd77f0.json index ac629cdca32..6a418625f0d 100644 --- a/7346/data/test-cases/4ac4b9cedcbde46d.json +++ b/7376/data/test-cases/2c44eb3904dd77f0.json @@ -1 +1 @@ -{"uid":"4ac4b9cedcbde46d","name":"Check received message containing Russian","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing Russian","historyId":"17a365c6873770addb5fea5e4dd76480:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392367,"stop":1724765392368,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"64d2c1a44b79c3c7","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/64d2c1a44b79c3c7","status":"passed","time":{"start":1724765313856,"stop":1724765313856,"duration":0}},{"uid":"526607740854c400","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/526607740854c400","status":"passed","time":{"start":1724763683855,"stop":1724763683855,"duration":0}},{"uid":"c633cfcad16aaaff","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c633cfcad16aaaff","status":"passed","time":{"start":1724760929555,"stop":1724760929556,"duration":1}},{"uid":"6b4045de62ac8928","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/6b4045de62ac8928","status":"passed","time":{"start":1724759955157,"stop":1724759955157,"duration":0}},{"uid":"11186737764ee5a2","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/11186737764ee5a2","status":"passed","time":{"start":1724758077424,"stop":1724758077424,"duration":0}},{"uid":"6ea768925d254b8c","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6ea768925d254b8c","status":"passed","time":{"start":1724757801857,"stop":1724757801858,"duration":1}},{"uid":"6bbbdbd67feb5608","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/6bbbdbd67feb5608","status":"passed","time":{"start":1724757120160,"stop":1724757120160,"duration":0}},{"uid":"c62d655e1ae64cce","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c62d655e1ae64cce","status":"passed","time":{"start":1724755211037,"stop":1724755211041,"duration":4}},{"uid":"224db62cefffae5d","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/224db62cefffae5d","status":"passed","time":{"start":1724752646529,"stop":1724752646529,"duration":0}},{"uid":"42e9ec0b0211b92f","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/42e9ec0b0211b92f","status":"passed","time":{"start":1724751495265,"stop":1724751495266,"duration":1}},{"uid":"1f4b08da5c8d8879","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/1f4b08da5c8d8879","status":"passed","time":{"start":1724750572362,"stop":1724750572362,"duration":0}},{"uid":"112d7e9fc4aec213","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/112d7e9fc4aec213","status":"passed","time":{"start":1724749567236,"stop":1724749567237,"duration":1}},{"uid":"7b458cdc22e30e5a","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/7b458cdc22e30e5a","status":"passed","time":{"start":1724717880810,"stop":1724717880811,"duration":1}},{"uid":"e2751bb1521da180","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/e2751bb1521da180","status":"passed","time":{"start":1724715103497,"stop":1724715103497,"duration":0}},{"uid":"1a3d181f6a9ca308","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/1a3d181f6a9ca308","status":"passed","time":{"start":1724713195348,"stop":1724713195349,"duration":1}},{"uid":"d64fcf0fae2ce5c6","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d64fcf0fae2ce5c6","status":"passed","time":{"start":1724706389658,"stop":1724706389658,"duration":0}},{"uid":"bb60c8fed4992fc9","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/bb60c8fed4992fc9","status":"passed","time":{"start":1724704811178,"stop":1724704811179,"duration":1}},{"uid":"40754356be2387f8","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/40754356be2387f8","status":"passed","time":{"start":1724684170149,"stop":1724684170149,"duration":0}},{"uid":"33c91e4c38a38d75","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/33c91e4c38a38d75","status":"passed","time":{"start":1724672903591,"stop":1724672903592,"duration":1}},{"uid":"572acb3fd0bebfb","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/572acb3fd0bebfb","status":"passed","time":{"start":1724670674028,"stop":1724670674029,"duration":1}}]},"tags":[]},"source":"4ac4b9cedcbde46d.json","parameterValues":[]} \ No newline at end of file +{"uid":"2c44eb3904dd77f0","name":"Check received message containing Russian","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing Russian","historyId":"17a365c6873770addb5fea5e4dd76480:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845235,"stop":1724922845235,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4bd7321f825ce063","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4bd7321f825ce063","status":"passed","time":{"start":1724921515221,"stop":1724921515221,"duration":0}},{"uid":"c338587d98dd5e0e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c338587d98dd5e0e","status":"passed","time":{"start":1724921475439,"stop":1724921475440,"duration":1}},{"uid":"a6bc597123c3a908","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a6bc597123c3a908","status":"passed","time":{"start":1724918179381,"stop":1724918179381,"duration":0}},{"uid":"d5c319b0c5f2e945","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d5c319b0c5f2e945","status":"passed","time":{"start":1724889935334,"stop":1724889935335,"duration":1}},{"uid":"dcf09da6f381c2b0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dcf09da6f381c2b0","status":"passed","time":{"start":1724889072747,"stop":1724889072747,"duration":0}},{"uid":"9d77b53283278947","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9d77b53283278947","status":"passed","time":{"start":1724888232409,"stop":1724888232409,"duration":0}},{"uid":"ea8d2359f680f8f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ea8d2359f680f8f9","status":"passed","time":{"start":1724887018288,"stop":1724887018289,"duration":1}},{"uid":"27abbb91f8290717","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/27abbb91f8290717","status":"passed","time":{"start":1724886781473,"stop":1724886781474,"duration":1}},{"uid":"bd9ff1fcd4650cff","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bd9ff1fcd4650cff","status":"passed","time":{"start":1724862213656,"stop":1724862213657,"duration":1}},{"uid":"c63ef6a824429cae","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c63ef6a824429cae","status":"passed","time":{"start":1724861685849,"stop":1724861685849,"duration":0}},{"uid":"86852d0ff4545672","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/86852d0ff4545672","status":"passed","time":{"start":1724861546164,"stop":1724861546164,"duration":0}},{"uid":"e684a8af0e00e2e0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e684a8af0e00e2e0","status":"passed","time":{"start":1724861378105,"stop":1724861378105,"duration":0}}]},"tags":[]},"source":"2c44eb3904dd77f0.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/a98ef142904671da.json b/7376/data/test-cases/2c584da8868198ea.json similarity index 50% rename from 7346/data/test-cases/a98ef142904671da.json rename to 7376/data/test-cases/2c584da8868198ea.json index 9978efdadbe..67c4d282cc0 100644 --- a/7346/data/test-cases/a98ef142904671da.json +++ b/7376/data/test-cases/2c584da8868198ea.json @@ -1 +1 @@ -{"uid":"a98ef142904671da","name":"Unsubscribes all - node subscribed to 10 topics","fullName":"/tests/filter/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false > Unsubscribes all - node subscribed to 10 topics","historyId":"1b96b9e2978d5ca6fd62066967ca6eb2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765108199,"stop":1724765108200,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"b9686ed585fa50fa","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/b9686ed585fa50fa","status":"passed","time":{"start":1724765026349,"stop":1724765026350,"duration":1}},{"uid":"46507d2d6cfdb50a","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/46507d2d6cfdb50a","status":"passed","time":{"start":1724763453118,"stop":1724763453118,"duration":0}},{"uid":"985d996743f79522","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/985d996743f79522","status":"passed","time":{"start":1724760637259,"stop":1724760637260,"duration":1}},{"uid":"3efd93b61e05e8d4","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/3efd93b61e05e8d4","status":"passed","time":{"start":1724759686813,"stop":1724759686814,"duration":1}},{"uid":"b5b3e28b2c8a4c1c","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/b5b3e28b2c8a4c1c","status":"passed","time":{"start":1724757886876,"stop":1724757886877,"duration":1}},{"uid":"3fb52c3f918767a4","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/3fb52c3f918767a4","status":"passed","time":{"start":1724757522146,"stop":1724757522146,"duration":0}},{"uid":"e7a704bd80a4ec42","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/e7a704bd80a4ec42","status":"passed","time":{"start":1724756952350,"stop":1724756952350,"duration":0}},{"uid":"aa2921f344cde810","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/aa2921f344cde810","status":"passed","time":{"start":1724754943064,"stop":1724754943073,"duration":9}},{"uid":"d43480d5d765037b","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/d43480d5d765037b","status":"passed","time":{"start":1724752382288,"stop":1724752382288,"duration":0}},{"uid":"bf7f0032d1324643","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/bf7f0032d1324643","status":"passed","time":{"start":1724751216251,"stop":1724751216251,"duration":0}},{"uid":"2e6d9e8c8cef3a7d","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/2e6d9e8c8cef3a7d","status":"passed","time":{"start":1724750292906,"stop":1724750292906,"duration":0}},{"uid":"893fc75dfecc7bff","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/893fc75dfecc7bff","status":"passed","time":{"start":1724749289534,"stop":1724749289535,"duration":1}},{"uid":"f9ec96b9469e9e11","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/f9ec96b9469e9e11","status":"passed","time":{"start":1724717607531,"stop":1724717607532,"duration":1}},{"uid":"861c62b29050d454","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/861c62b29050d454","status":"passed","time":{"start":1724714839318,"stop":1724714839319,"duration":1}},{"uid":"981d786504e19996","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/981d786504e19996","status":"passed","time":{"start":1724712928266,"stop":1724712928267,"duration":1}},{"uid":"edf7b7d85e51fdfb","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/edf7b7d85e51fdfb","status":"passed","time":{"start":1724706112646,"stop":1724706112647,"duration":1}},{"uid":"3c0c50e20ba900cc","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/3c0c50e20ba900cc","status":"passed","time":{"start":1724704538823,"stop":1724704538823,"duration":0}},{"uid":"c4660c52313d0310","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c4660c52313d0310","status":"passed","time":{"start":1724683893201,"stop":1724683893201,"duration":0}},{"uid":"8530fcdf8104063d","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/8530fcdf8104063d","status":"passed","time":{"start":1724672625862,"stop":1724672625862,"duration":0}},{"uid":"4fa7901a6fdbe52a","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/4fa7901a6fdbe52a","status":"passed","time":{"start":1724670407873,"stop":1724670407874,"duration":1}}]},"tags":[]},"source":"a98ef142904671da.json","parameterValues":[]} \ No newline at end of file +{"uid":"2c584da8868198ea","name":"Unsubscribes all - node subscribed to 10 topics","fullName":"/tests/filter/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false > Unsubscribes all - node subscribed to 10 topics","historyId":"1b96b9e2978d5ca6fd62066967ca6eb2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922647842,"stop":1724922647843,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9c58dd9387584bc4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9c58dd9387584bc4","status":"passed","time":{"start":1724921300829,"stop":1724921300829,"duration":0}},{"uid":"4f9fac55768a8766","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4f9fac55768a8766","status":"passed","time":{"start":1724921280726,"stop":1724921280727,"duration":1}},{"uid":"84002b037fff506","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/84002b037fff506","status":"passed","time":{"start":1724917963266,"stop":1724917963284,"duration":18}},{"uid":"c33eff364a5ca5c4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c33eff364a5ca5c4","status":"passed","time":{"start":1724889734123,"stop":1724889734123,"duration":0}},{"uid":"6161ec845b22e37c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6161ec845b22e37c","status":"passed","time":{"start":1724888859624,"stop":1724888859625,"duration":1}},{"uid":"cc90fc37c2b4a946","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc90fc37c2b4a946","status":"passed","time":{"start":1724888053956,"stop":1724888053956,"duration":0}},{"uid":"ef7f3a8228ffda10","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ef7f3a8228ffda10","status":"passed","time":{"start":1724886820682,"stop":1724886820683,"duration":1}},{"uid":"133e4703f01fad6d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/133e4703f01fad6d","status":"passed","time":{"start":1724886589275,"stop":1724886589276,"duration":1}},{"uid":"7be193fd5d76a868","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7be193fd5d76a868","status":"passed","time":{"start":1724862027809,"stop":1724862027809,"duration":0}},{"uid":"dae959934e212121","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dae959934e212121","status":"passed","time":{"start":1724861484564,"stop":1724861484564,"duration":0}},{"uid":"d689126234608ea4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d689126234608ea4","status":"passed","time":{"start":1724861315161,"stop":1724861315161,"duration":0}},{"uid":"474da1fa7f840a9f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/474da1fa7f840a9f","status":"passed","time":{"start":1724861168769,"stop":1724861168770,"duration":1}}]},"tags":[]},"source":"2c584da8868198ea.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/2c5d39562c002cd1.json b/7376/data/test-cases/2c5d39562c002cd1.json new file mode 100644 index 00000000000..b9affc20094 --- /dev/null +++ b/7376/data/test-cases/2c5d39562c002cd1.json @@ -0,0 +1 @@ +{"uid":"2c5d39562c002cd1","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","fullName":"/src/dns/enrtree.spec.ts: ENRTree > ENRTree (branch): should error if DNS branch entry is mis-prefixed","historyId":"66156d56cfb39dcc2b16657c92e763c9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922398406,"stop":1724922398406,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"ENRTree"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c10d6e09cfe0b3a4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c10d6e09cfe0b3a4","status":"passed","time":{"start":1724921061374,"stop":1724921061375,"duration":1}},{"uid":"c16baa6b42d794b9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c16baa6b42d794b9","status":"passed","time":{"start":1724921036566,"stop":1724921036568,"duration":2}},{"uid":"77d73f25e0ea68ea","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/77d73f25e0ea68ea","status":"passed","time":{"start":1724917696996,"stop":1724917696997,"duration":1}},{"uid":"741f5429d0ed907b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/741f5429d0ed907b","status":"passed","time":{"start":1724889475439,"stop":1724889475439,"duration":0}},{"uid":"a4505fc5c5fa4e34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a4505fc5c5fa4e34","status":"passed","time":{"start":1724888626533,"stop":1724888626533,"duration":0}},{"uid":"6b2f2fd5f9479407","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b2f2fd5f9479407","status":"passed","time":{"start":1724887782741,"stop":1724887782741,"duration":0}},{"uid":"1e99973d5ddb7276","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1e99973d5ddb7276","status":"passed","time":{"start":1724886549353,"stop":1724886549353,"duration":0}},{"uid":"78d0a710274ae84","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/78d0a710274ae84","status":"passed","time":{"start":1724886326877,"stop":1724886326878,"duration":1}},{"uid":"756f42c667244cff","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/756f42c667244cff","status":"passed","time":{"start":1724861776304,"stop":1724861776305,"duration":1}},{"uid":"5485dd676c85800c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5485dd676c85800c","status":"passed","time":{"start":1724861246689,"stop":1724861246691,"duration":2}},{"uid":"13cdf7678ff31d30","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/13cdf7678ff31d30","status":"passed","time":{"start":1724861070675,"stop":1724861070676,"duration":1}},{"uid":"7e722cb43b20b2aa","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7e722cb43b20b2aa","status":"passed","time":{"start":1724860931333,"stop":1724860931334,"duration":1}}]},"tags":[]},"source":"2c5d39562c002cd1.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/5413a897f291ebc3.json b/7376/data/test-cases/2c810151d293768d.json similarity index 84% rename from 7346/data/test-cases/5413a897f291ebc3.json rename to 7376/data/test-cases/2c810151d293768d.json index be9df8f712b..10a4ed43ac6 100644 --- a/7346/data/test-cases/5413a897f291ebc3.json +++ b/7376/data/test-cases/2c810151d293768d.json @@ -1 +1 @@ -{"uid":"5413a897f291ebc3","name":"Push message with unicode special characters payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with unicode special characters payload","historyId":"e3e69822ffaaf2ef0241d97401928ac1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367158,"stop":1724765367162,"duration":4},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"b658d91806d9ff5c","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/b658d91806d9ff5c","status":"passed","time":{"start":1724765300568,"stop":1724765300568,"duration":0}},{"uid":"60ed836affbc13f9","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/60ed836affbc13f9","status":"passed","time":{"start":1724763693156,"stop":1724763693156,"duration":0}},{"uid":"92b4210fab602918","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/92b4210fab602918","status":"passed","time":{"start":1724760912491,"stop":1724760912492,"duration":1}},{"uid":"8f6e56ce95fd8a9c","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/8f6e56ce95fd8a9c","status":"passed","time":{"start":1724759937125,"stop":1724759937125,"duration":0}},{"uid":"6b432f3e61c0ae7b","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/6b432f3e61c0ae7b","status":"passed","time":{"start":1724758102753,"stop":1724758102753,"duration":0}},{"uid":"9ba95231bf3d037f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/9ba95231bf3d037f","status":"passed","time":{"start":1724757793367,"stop":1724757793367,"duration":0}},{"uid":"b36b2193dfda7513","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/b36b2193dfda7513","status":"passed","time":{"start":1724757169520,"stop":1724757169521,"duration":1}},{"uid":"488d6a23b8f93c7","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/488d6a23b8f93c7","status":"passed","time":{"start":1724755216335,"stop":1724755216335,"duration":0}},{"uid":"c09bdbd509180645","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/c09bdbd509180645","status":"passed","time":{"start":1724752641985,"stop":1724752641985,"duration":0}},{"uid":"74e31d5b2c72d4e1","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/74e31d5b2c72d4e1","status":"passed","time":{"start":1724751479130,"stop":1724751479130,"duration":0}},{"uid":"7bbcdf809933286c","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/7bbcdf809933286c","status":"passed","time":{"start":1724750562196,"stop":1724750562197,"duration":1}},{"uid":"455211e0b5bc5ab","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/455211e0b5bc5ab","status":"passed","time":{"start":1724749562421,"stop":1724749562421,"duration":0}},{"uid":"8d93fdc3c496ab0b","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/8d93fdc3c496ab0b","status":"passed","time":{"start":1724717869151,"stop":1724717869152,"duration":1}},{"uid":"2051990077c21a65","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/2051990077c21a65","status":"passed","time":{"start":1724715106003,"stop":1724715106019,"duration":16}},{"uid":"2da1bcd8613c4e5f","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/2da1bcd8613c4e5f","status":"passed","time":{"start":1724713204883,"stop":1724713204884,"duration":1}},{"uid":"52c910e3d6dec8ac","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/52c910e3d6dec8ac","status":"passed","time":{"start":1724706379247,"stop":1724706379248,"duration":1}},{"uid":"c8185c0e0da95700","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c8185c0e0da95700","status":"passed","time":{"start":1724704806944,"stop":1724704806944,"duration":0}},{"uid":"54b0bfcf50697af4","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/54b0bfcf50697af4","status":"passed","time":{"start":1724684165986,"stop":1724684165986,"duration":0}},{"uid":"886259920b10955c","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/886259920b10955c","status":"passed","time":{"start":1724672921812,"stop":1724672921813,"duration":1}},{"uid":"79e8a9ee9f14442","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/79e8a9ee9f14442","status":"passed","time":{"start":1724670647857,"stop":1724670647857,"duration":0}}]},"tags":[]},"source":"5413a897f291ebc3.json","parameterValues":[]} \ No newline at end of file +{"uid":"2c810151d293768d","name":"Push message with unicode special characters payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with unicode special characters payload","historyId":"e3e69822ffaaf2ef0241d97401928ac1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853912,"stop":1724922853912,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"23d9a2e88dcc4fbe","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/23d9a2e88dcc4fbe","status":"passed","time":{"start":1724921529576,"stop":1724921529577,"duration":1}},{"uid":"b645ee60ec4200ee","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b645ee60ec4200ee","status":"passed","time":{"start":1724921488875,"stop":1724921488875,"duration":0}},{"uid":"3f13b1fecb80df86","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3f13b1fecb80df86","status":"passed","time":{"start":1724918203677,"stop":1724918203677,"duration":0}},{"uid":"11d1b30ab14dae79","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/11d1b30ab14dae79","status":"passed","time":{"start":1724889938354,"stop":1724889938355,"duration":1}},{"uid":"fbd685322722ccde","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fbd685322722ccde","status":"passed","time":{"start":1724889077050,"stop":1724889077058,"duration":8}},{"uid":"31bd704824713d01","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/31bd704824713d01","status":"passed","time":{"start":1724888268011,"stop":1724888268011,"duration":0}},{"uid":"fe731348280f0e43","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fe731348280f0e43","status":"passed","time":{"start":1724887032393,"stop":1724887032394,"duration":1}},{"uid":"1c8c4a2b2ddc7fcc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1c8c4a2b2ddc7fcc","status":"passed","time":{"start":1724886822788,"stop":1724886822788,"duration":0}},{"uid":"2649c94e9ae06a6c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2649c94e9ae06a6c","status":"passed","time":{"start":1724862233505,"stop":1724862233506,"duration":1}},{"uid":"b4b151fdb4a87f29","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b4b151fdb4a87f29","status":"passed","time":{"start":1724861712666,"stop":1724861712666,"duration":0}},{"uid":"50db50bbf1def7ba","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/50db50bbf1def7ba","status":"passed","time":{"start":1724861567884,"stop":1724861567884,"duration":0}},{"uid":"b1bfc9f4a62fe65a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b1bfc9f4a62fe65a","status":"passed","time":{"start":1724861392041,"stop":1724861392041,"duration":0}}]},"tags":[]},"source":"2c810151d293768d.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/99664bcf74f44265.json b/7376/data/test-cases/2cb916a54b02e947.json similarity index 77% rename from 7346/data/test-cases/99664bcf74f44265.json rename to 7376/data/test-cases/2cb916a54b02e947.json index c54766d8495..6a34d64bb76 100644 --- a/7346/data/test-cases/99664bcf74f44265.json +++ b/7376/data/test-cases/2cb916a54b02e947.json @@ -1 +1 @@ -{"uid":"99664bcf74f44265","name":"Subscribe to topic containing special chars and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing special chars and receive message","historyId":"4c8b57b794787833962fd89002e38b1c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765545677,"stop":1724765545678,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"d2b193c9a96a3441","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/d2b193c9a96a3441","status":"passed","time":{"start":1724765472922,"stop":1724765472922,"duration":0}},{"uid":"25b40bd664ef3cc","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/25b40bd664ef3cc","status":"passed","time":{"start":1724763953868,"stop":1724763953869,"duration":1}},{"uid":"1afddf1cbe0818fb","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/1afddf1cbe0818fb","status":"passed","time":{"start":1724761070317,"stop":1724761070317,"duration":0}},{"uid":"706caa1d8cd40e2","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/706caa1d8cd40e2","status":"passed","time":{"start":1724760260076,"stop":1724760260076,"duration":0}},{"uid":"ce6a8692e8d5903a","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/ce6a8692e8d5903a","status":"passed","time":{"start":1724758530270,"stop":1724758530271,"duration":1}},{"uid":"6a391653802833a5","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6a391653802833a5","status":"passed","time":{"start":1724757958297,"stop":1724757958297,"duration":0}},{"uid":"1edd3a3c15d71004","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/1edd3a3c15d71004","status":"passed","time":{"start":1724757397592,"stop":1724757397592,"duration":0}},{"uid":"b3c64342e286b384","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b3c64342e286b384","status":"passed","time":{"start":1724755379405,"stop":1724755379405,"duration":0}},{"uid":"53fa38279644b1e5","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/53fa38279644b1e5","status":"passed","time":{"start":1724752819847,"stop":1724752819847,"duration":0}},{"uid":"90693ec5f04059e6","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/90693ec5f04059e6","status":"passed","time":{"start":1724751625326,"stop":1724751625326,"duration":0}},{"uid":"f5abc1ede8f2dbfc","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/f5abc1ede8f2dbfc","status":"passed","time":{"start":1724750725826,"stop":1724750725826,"duration":0}},{"uid":"66e8caecb4cc3a26","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/66e8caecb4cc3a26","status":"passed","time":{"start":1724749717505,"stop":1724749717505,"duration":0}},{"uid":"530819f339253d8d","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/530819f339253d8d","status":"passed","time":{"start":1724718019284,"stop":1724718019284,"duration":0}},{"uid":"f53a854201de7d06","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/f53a854201de7d06","status":"passed","time":{"start":1724715264567,"stop":1724715264567,"duration":0}},{"uid":"931a743c232a3056","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/931a743c232a3056","status":"passed","time":{"start":1724713371750,"stop":1724713371750,"duration":0}},{"uid":"13d934cf97cdffee","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/13d934cf97cdffee","status":"passed","time":{"start":1724706679433,"stop":1724706679435,"duration":2}},{"uid":"47e3340837cd29c2","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/47e3340837cd29c2","status":"passed","time":{"start":1724705096861,"stop":1724705096861,"duration":0}},{"uid":"d8242e4d0693ee3f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d8242e4d0693ee3f","status":"passed","time":{"start":1724684459929,"stop":1724684459929,"duration":0}},{"uid":"20e647d9f22047d4","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/20e647d9f22047d4","status":"passed","time":{"start":1724673071757,"stop":1724673071757,"duration":0}},{"uid":"81b22db7557a17b1","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/81b22db7557a17b1","status":"passed","time":{"start":1724670808691,"stop":1724670808693,"duration":2}}]},"tags":[]},"source":"99664bcf74f44265.json","parameterValues":[]} \ No newline at end of file +{"uid":"2cb916a54b02e947","name":"Subscribe and receives messages on 20 topics","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe and receives messages on 20 topics","historyId":"c717f1b9c8d8565ddbfeb4c28c1c45cb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012474,"stop":1724923012474,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f31280671ff3d9d4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f31280671ff3d9d4","status":"passed","time":{"start":1724921625080,"stop":1724921625080,"duration":0}},{"uid":"baaae2fad53aa32b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/baaae2fad53aa32b","status":"passed","time":{"start":1724921590504,"stop":1724921590504,"duration":0}},{"uid":"644a192bdd6cb4c9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/644a192bdd6cb4c9","status":"passed","time":{"start":1724918287571,"stop":1724918287572,"duration":1}},{"uid":"a376274f890c88a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a376274f890c88a6","status":"passed","time":{"start":1724890047797,"stop":1724890047797,"duration":0}},{"uid":"cd068978f832509e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd068978f832509e","status":"passed","time":{"start":1724889183930,"stop":1724889183930,"duration":0}},{"uid":"8fb5d08c61dd638a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8fb5d08c61dd638a","status":"passed","time":{"start":1724888354178,"stop":1724888354178,"duration":0}},{"uid":"5e8d0faec2107cbd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5e8d0faec2107cbd","status":"passed","time":{"start":1724887145701,"stop":1724887145702,"duration":1}},{"uid":"1e19ae867a951aa7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1e19ae867a951aa7","status":"passed","time":{"start":1724886915793,"stop":1724886915794,"duration":1}},{"uid":"1359fbc04aea5047","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1359fbc04aea5047","status":"passed","time":{"start":1724862341458,"stop":1724862341458,"duration":0}},{"uid":"96eec3bf7dd1e282","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/96eec3bf7dd1e282","status":"passed","time":{"start":1724861805456,"stop":1724861805458,"duration":2}},{"uid":"3d9ab76f58a614f8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3d9ab76f58a614f8","status":"passed","time":{"start":1724861662293,"stop":1724861662294,"duration":1}},{"uid":"c3703d322df580d9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c3703d322df580d9","status":"passed","time":{"start":1724861492521,"stop":1724861492522,"duration":1}}]},"tags":[]},"source":"2cb916a54b02e947.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/2cd40fd1ce50a016.json b/7376/data/test-cases/2cd40fd1ce50a016.json new file mode 100644 index 00000000000..aac6c02c4f3 --- /dev/null +++ b/7376/data/test-cases/2cd40fd1ce50a016.json @@ -0,0 +1 @@ +{"uid":"2cd40fd1ce50a016","name":"recovers when dns.resolve returns empty","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery > recovers when dns.resolve returns empty","historyId":"25967dcae89c0b081b803c8930ce3335:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922398919,"stop":1724922398919,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5b86738318e43b80","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5b86738318e43b80","status":"passed","time":{"start":1724921061847,"stop":1724921061847,"duration":0}},{"uid":"b77ce8949c4a0220","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b77ce8949c4a0220","status":"passed","time":{"start":1724921037156,"stop":1724921037156,"duration":0}},{"uid":"8ca63a9f26cd7013","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8ca63a9f26cd7013","status":"passed","time":{"start":1724917697300,"stop":1724917697301,"duration":1}},{"uid":"fc26b282c99b0250","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc26b282c99b0250","status":"passed","time":{"start":1724889476082,"stop":1724889476083,"duration":1}},{"uid":"bfb17854a86c075d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bfb17854a86c075d","status":"passed","time":{"start":1724888626886,"stop":1724888626886,"duration":0}},{"uid":"ff225f3e2860689e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ff225f3e2860689e","status":"passed","time":{"start":1724887783107,"stop":1724887783107,"duration":0}},{"uid":"8a9cd6a065cf9ed8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a9cd6a065cf9ed8","status":"passed","time":{"start":1724886549918,"stop":1724886549919,"duration":1}},{"uid":"489f18cf40070714","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/489f18cf40070714","status":"passed","time":{"start":1724886327579,"stop":1724886327580,"duration":1}},{"uid":"a588939fb085a60d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a588939fb085a60d","status":"passed","time":{"start":1724861776805,"stop":1724861776806,"duration":1}},{"uid":"97f6436ee880cb8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/97f6436ee880cb8","status":"passed","time":{"start":1724861247298,"stop":1724861247298,"duration":0}},{"uid":"f0062004f84bdc1e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f0062004f84bdc1e","status":"passed","time":{"start":1724861071394,"stop":1724861071394,"duration":0}},{"uid":"bc3304e48c0cf034","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bc3304e48c0cf034","status":"passed","time":{"start":1724860931794,"stop":1724860931794,"duration":0}}]},"tags":[]},"source":"2cd40fd1ce50a016.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/2ce17db3b2eebd21.json b/7376/data/test-cases/2ce17db3b2eebd21.json new file mode 100644 index 00000000000..dec802d6d74 --- /dev/null +++ b/7376/data/test-cases/2ce17db3b2eebd21.json @@ -0,0 +1 @@ +{"uid":"2ce17db3b2eebd21","name":"Subscribe and receive messages on 2 different pubsubtopics","fullName":"/tests/filter/single_node/multiple_pubsub.node.spec.ts: Waku Filter V2: Multiple PubsubTopics > Subscribe and receive messages on 2 different pubsubtopics","historyId":"9ba2685017146f28257e11fe9a5c3c9d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922508635,"stop":1724922508636,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6949f27abe4303a1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6949f27abe4303a1","status":"passed","time":{"start":1724921164590,"stop":1724921164591,"duration":1}},{"uid":"7a39bae02cced27","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7a39bae02cced27","status":"passed","time":{"start":1724921137819,"stop":1724921137820,"duration":1}},{"uid":"5728b2b3965849b7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5728b2b3965849b7","status":"passed","time":{"start":1724917810538,"stop":1724917810538,"duration":0}},{"uid":"7aa508bd5fdfcfe2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7aa508bd5fdfcfe2","status":"passed","time":{"start":1724889585444,"stop":1724889585444,"duration":0}},{"uid":"cf9f354c61efc6a8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf9f354c61efc6a8","status":"passed","time":{"start":1724888736507,"stop":1724888736508,"duration":1}},{"uid":"2b632e38636d220f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2b632e38636d220f","status":"passed","time":{"start":1724887891783,"stop":1724887891783,"duration":0}},{"uid":"160c721f42de0325","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/160c721f42de0325","status":"passed","time":{"start":1724886657784,"stop":1724886657785,"duration":1}},{"uid":"f763ffceeac0d6b8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f763ffceeac0d6b8","status":"passed","time":{"start":1724886447357,"stop":1724886447357,"duration":0}},{"uid":"73f36ce7644ebf0a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/73f36ce7644ebf0a","status":"passed","time":{"start":1724861880106,"stop":1724861880113,"duration":7}},{"uid":"554912eabb5e781f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/554912eabb5e781f","status":"passed","time":{"start":1724861359780,"stop":1724861359780,"duration":0}},{"uid":"6e8da9d35054533f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6e8da9d35054533f","status":"passed","time":{"start":1724861179679,"stop":1724861179679,"duration":0}},{"uid":"cbe2792238d2081b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cbe2792238d2081b","status":"passed","time":{"start":1724861040978,"stop":1724861040978,"duration":0}}]},"tags":[]},"source":"2ce17db3b2eebd21.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/9954e1f15f7af2d1.json b/7376/data/test-cases/2d339aac9c2a4d7d.json similarity index 76% rename from 7346/data/test-cases/9954e1f15f7af2d1.json rename to 7376/data/test-cases/2d339aac9c2a4d7d.json index 86afdff0231..7ce63d56fc5 100644 --- a/7346/data/test-cases/9954e1f15f7af2d1.json +++ b/7376/data/test-cases/2d339aac9c2a4d7d.json @@ -1 +1 @@ -{"uid":"9954e1f15f7af2d1","name":"Check received message containing emoji","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing emoji","historyId":"43cc4d865085349f1bb9f09beceeedbf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765048431,"stop":1724765048435,"duration":4},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"88abd5aef0180cf2","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/88abd5aef0180cf2","status":"passed","time":{"start":1724764977153,"stop":1724764977154,"duration":1}},{"uid":"b368a5a5cdee0e62","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/b368a5a5cdee0e62","status":"passed","time":{"start":1724763340014,"stop":1724763340020,"duration":6}},{"uid":"f69575e82f056960","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/f69575e82f056960","status":"passed","time":{"start":1724760600506,"stop":1724760600509,"duration":3}},{"uid":"6f2969feb649a459","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/6f2969feb649a459","status":"passed","time":{"start":1724759627555,"stop":1724759627555,"duration":0}},{"uid":"8eb1fd45d1a52ed5","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/8eb1fd45d1a52ed5","status":"passed","time":{"start":1724757762740,"stop":1724757762740,"duration":0}},{"uid":"25dbafcde8f6a3fa","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/25dbafcde8f6a3fa","status":"passed","time":{"start":1724757473929,"stop":1724757473933,"duration":4}},{"uid":"4455600885771acb","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/4455600885771acb","status":"passed","time":{"start":1724756806018,"stop":1724756806018,"duration":0}},{"uid":"3b6c478d1efd4da0","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/3b6c478d1efd4da0","status":"passed","time":{"start":1724754890972,"stop":1724754890975,"duration":3}},{"uid":"b6497bb3a1c7f993","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/b6497bb3a1c7f993","status":"passed","time":{"start":1724752321312,"stop":1724752321315,"duration":3}},{"uid":"d7242ec7baeb419a","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/d7242ec7baeb419a","status":"passed","time":{"start":1724751157980,"stop":1724751157980,"duration":0}},{"uid":"9588fc93dc3e1b85","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/9588fc93dc3e1b85","status":"passed","time":{"start":1724750231025,"stop":1724750231026,"duration":1}},{"uid":"64af5c070a164287","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/64af5c070a164287","status":"passed","time":{"start":1724749270695,"stop":1724749270695,"duration":0}},{"uid":"be520969246714fd","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/be520969246714fd","status":"passed","time":{"start":1724717545684,"stop":1724717545684,"duration":0}},{"uid":"b950cc08dffbe738","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/b950cc08dffbe738","status":"passed","time":{"start":1724714779159,"stop":1724714779159,"duration":0}},{"uid":"6f8e68a441812bfd","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/6f8e68a441812bfd","status":"passed","time":{"start":1724712855321,"stop":1724712855322,"duration":1}},{"uid":"4b3a50075bf3c455","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/4b3a50075bf3c455","status":"passed","time":{"start":1724706072103,"stop":1724706072103,"duration":0}},{"uid":"27f2fed901e560f7","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/27f2fed901e560f7","status":"passed","time":{"start":1724704476164,"stop":1724704476164,"duration":0}},{"uid":"6a9374aac0a48203","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6a9374aac0a48203","status":"passed","time":{"start":1724683855323,"stop":1724683855323,"duration":0}},{"uid":"6afb3a0684b916b5","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/6afb3a0684b916b5","status":"passed","time":{"start":1724672579680,"stop":1724672579680,"duration":0}},{"uid":"86c0412debfc2b2e","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/86c0412debfc2b2e","status":"passed","time":{"start":1724670325018,"stop":1724670325018,"duration":0}}]},"tags":[]},"source":"9954e1f15f7af2d1.json","parameterValues":[]} \ No newline at end of file +{"uid":"2d339aac9c2a4d7d","name":"Check received message containing emoji","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing emoji","historyId":"43cc4d865085349f1bb9f09beceeedbf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922601844,"stop":1724922601844,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e485ac251e5637ee","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e485ac251e5637ee","status":"passed","time":{"start":1724921267871,"stop":1724921267871,"duration":0}},{"uid":"f924292503940829","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f924292503940829","status":"passed","time":{"start":1724921244372,"stop":1724921244372,"duration":0}},{"uid":"a63293b125fd07ea","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a63293b125fd07ea","status":"passed","time":{"start":1724917916053,"stop":1724917916054,"duration":1}},{"uid":"7b52c9bb18cb7f22","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b52c9bb18cb7f22","status":"passed","time":{"start":1724889678256,"stop":1724889678257,"duration":1}},{"uid":"14c914e234be45e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14c914e234be45e8","status":"passed","time":{"start":1724888831685,"stop":1724888831686,"duration":1}},{"uid":"a2bdf8bcc9afbcea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a2bdf8bcc9afbcea","status":"passed","time":{"start":1724888003321,"stop":1724888003322,"duration":1}},{"uid":"64304778d1fc225d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/64304778d1fc225d","status":"passed","time":{"start":1724886776610,"stop":1724886776611,"duration":1}},{"uid":"f5c88feb874e18ad","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f5c88feb874e18ad","status":"passed","time":{"start":1724886555798,"stop":1724886555799,"duration":1}},{"uid":"9247750c28d9b5a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9247750c28d9b5a1","status":"passed","time":{"start":1724861983008,"stop":1724861983009,"duration":1}},{"uid":"d88c1f2c2ec33c0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d88c1f2c2ec33c0","status":"passed","time":{"start":1724861444068,"stop":1724861444068,"duration":0}},{"uid":"192c3a2b0ef0f0d0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/192c3a2b0ef0f0d0","status":"passed","time":{"start":1724861285835,"stop":1724861285836,"duration":1}},{"uid":"399ca3d5c2152c23","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/399ca3d5c2152c23","status":"passed","time":{"start":1724861145673,"stop":1724861145674,"duration":1}}]},"tags":[]},"source":"2d339aac9c2a4d7d.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/805aaab14abc4996.json b/7376/data/test-cases/2d450cdc4e83bcf9.json similarity index 77% rename from 7346/data/test-cases/805aaab14abc4996.json rename to 7376/data/test-cases/2d450cdc4e83bcf9.json index 0f5f686be8c..ad7baa4cb47 100644 --- a/7346/data/test-cases/805aaab14abc4996.json +++ b/7376/data/test-cases/2d450cdc4e83bcf9.json @@ -1 +1 @@ -{"uid":"805aaab14abc4996","name":"Subscribe and receive messages via waku relay post","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe and receive messages via waku relay post","historyId":"4ee6cc200913613041f2b29257428b61:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765545662,"stop":1724765545662,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"f4f3bd288ae6faa","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/f4f3bd288ae6faa","status":"passed","time":{"start":1724765472919,"stop":1724765472919,"duration":0}},{"uid":"729f96739ded4375","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/729f96739ded4375","status":"passed","time":{"start":1724763953864,"stop":1724763953864,"duration":0}},{"uid":"df80ad51421fde3b","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/df80ad51421fde3b","status":"passed","time":{"start":1724761070310,"stop":1724761070310,"duration":0}},{"uid":"def4f915251618bb","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/def4f915251618bb","status":"passed","time":{"start":1724760260072,"stop":1724760260072,"duration":0}},{"uid":"1b6a69eb4bb37392","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/1b6a69eb4bb37392","status":"passed","time":{"start":1724758530266,"stop":1724758530266,"duration":0}},{"uid":"58c253765b2b8491","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/58c253765b2b8491","status":"passed","time":{"start":1724757958292,"stop":1724757958293,"duration":1}},{"uid":"42df4c8a674b3c81","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/42df4c8a674b3c81","status":"passed","time":{"start":1724757397587,"stop":1724757397588,"duration":1}},{"uid":"da3c863625678adb","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/da3c863625678adb","status":"passed","time":{"start":1724755379397,"stop":1724755379398,"duration":1}},{"uid":"a693cbdd7cd442bc","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/a693cbdd7cd442bc","status":"passed","time":{"start":1724752819840,"stop":1724752819840,"duration":0}},{"uid":"36019940100742c8","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/36019940100742c8","status":"passed","time":{"start":1724751625315,"stop":1724751625316,"duration":1}},{"uid":"d53ee7cd2c4e8090","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/d53ee7cd2c4e8090","status":"passed","time":{"start":1724750725817,"stop":1724750725817,"duration":0}},{"uid":"b79e5099058d9d4f","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/b79e5099058d9d4f","status":"passed","time":{"start":1724749717497,"stop":1724749717497,"duration":0}},{"uid":"d8504496c23833cf","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/d8504496c23833cf","status":"passed","time":{"start":1724718019280,"stop":1724718019280,"duration":0}},{"uid":"3630d0ebbd3a05f8","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/3630d0ebbd3a05f8","status":"passed","time":{"start":1724715264558,"stop":1724715264558,"duration":0}},{"uid":"b73b4df0b0e85a56","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/b73b4df0b0e85a56","status":"passed","time":{"start":1724713371746,"stop":1724713371746,"duration":0}},{"uid":"39974c5c2bf0724f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/39974c5c2bf0724f","status":"passed","time":{"start":1724706679429,"stop":1724706679429,"duration":0}},{"uid":"fe657b37fc2b6319","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/fe657b37fc2b6319","status":"passed","time":{"start":1724705096854,"stop":1724705096855,"duration":1}},{"uid":"1fc70a2d6c5e2f0c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/1fc70a2d6c5e2f0c","status":"passed","time":{"start":1724684459923,"stop":1724684459923,"duration":0}},{"uid":"ead3b4b977506e60","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/ead3b4b977506e60","status":"passed","time":{"start":1724673071753,"stop":1724673071753,"duration":0}},{"uid":"10e59778f483ada","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/10e59778f483ada","status":"passed","time":{"start":1724670808681,"stop":1724670808682,"duration":1}}]},"tags":[]},"source":"805aaab14abc4996.json","parameterValues":[]} \ No newline at end of file +{"uid":"2d450cdc4e83bcf9","name":"Subscribe to topic containing SQL Injection and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing SQL Injection and receive message","historyId":"03ca5e8e0bba9bc5818358b409b74807:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012480,"stop":1724923012480,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d249d79efd8490d6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d249d79efd8490d6","status":"passed","time":{"start":1724921625085,"stop":1724921625090,"duration":5}},{"uid":"8be700a7d7bc9ee","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8be700a7d7bc9ee","status":"passed","time":{"start":1724921590510,"stop":1724921590510,"duration":0}},{"uid":"a81a36896abfc0b8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a81a36896abfc0b8","status":"passed","time":{"start":1724918287576,"stop":1724918287576,"duration":0}},{"uid":"205dac4a4f6e9354","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/205dac4a4f6e9354","status":"passed","time":{"start":1724890047802,"stop":1724890047802,"duration":0}},{"uid":"14a4b30e88344ab1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14a4b30e88344ab1","status":"passed","time":{"start":1724889183944,"stop":1724889183946,"duration":2}},{"uid":"e802cf75e96930b7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e802cf75e96930b7","status":"passed","time":{"start":1724888354183,"stop":1724888354185,"duration":2}},{"uid":"e245b4315bf6736","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e245b4315bf6736","status":"passed","time":{"start":1724887145722,"stop":1724887145722,"duration":0}},{"uid":"8fa1aa9dd3754601","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8fa1aa9dd3754601","status":"passed","time":{"start":1724886915805,"stop":1724886915805,"duration":0}},{"uid":"443e18d679274410","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/443e18d679274410","status":"passed","time":{"start":1724862341465,"stop":1724862341465,"duration":0}},{"uid":"bf9d5343a9ae87c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bf9d5343a9ae87c","status":"passed","time":{"start":1724861805469,"stop":1724861805470,"duration":1}},{"uid":"5c59fca20e3056df","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5c59fca20e3056df","status":"passed","time":{"start":1724861662299,"stop":1724861662300,"duration":1}},{"uid":"cae0e9fc61f67c33","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cae0e9fc61f67c33","status":"passed","time":{"start":1724861492526,"stop":1724861492527,"duration":1}}]},"tags":[]},"source":"2d450cdc4e83bcf9.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/d2cb0470396f50f4.json b/7376/data/test-cases/2e6e7b11f1f330af.json similarity index 53% rename from 7346/data/test-cases/d2cb0470396f50f4.json rename to 7376/data/test-cases/2e6e7b11f1f330af.json index 726689b2e31..36c950343dc 100644 --- a/7346/data/test-cases/d2cb0470396f50f4.json +++ b/7376/data/test-cases/2e6e7b11f1f330af.json @@ -1 +1 @@ -{"uid":"d2cb0470396f50f4","name":"Number of peers are maintained correctly","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Number of peers are maintained correctly","historyId":"46784a70c6bf0a43c76e7c49a00abe24:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724764956447,"stop":1724764956448,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28},"items":[{"uid":"3faa46a659782052","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/3faa46a659782052","status":"passed","time":{"start":1724764881705,"stop":1724764881706,"duration":1}},{"uid":"28237494abf5eb71","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/28237494abf5eb71","status":"passed","time":{"start":1724763272769,"stop":1724763272770,"duration":1}},{"uid":"c6db5cb6a7e2b8e6","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c6db5cb6a7e2b8e6","status":"passed","time":{"start":1724760509269,"stop":1724760509270,"duration":1}},{"uid":"1d263bc7a29ce483","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/1d263bc7a29ce483","status":"passed","time":{"start":1724759530071,"stop":1724759530072,"duration":1}},{"uid":"1c4b753335b6ac5c","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/1c4b753335b6ac5c","status":"passed","time":{"start":1724757727578,"stop":1724757727579,"duration":1}},{"uid":"5bf810c1ef06c1c7","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/5bf810c1ef06c1c7","status":"passed","time":{"start":1724757387008,"stop":1724757387009,"duration":1}},{"uid":"a96dcc4fc48b053f","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/a96dcc4fc48b053f","status":"passed","time":{"start":1724756777659,"stop":1724756777659,"duration":0}},{"uid":"53a7d14499c9bb58","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/53a7d14499c9bb58","status":"passed","time":{"start":1724754800959,"stop":1724754800959,"duration":0}},{"uid":"4ba1905e5c887f4a","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/4ba1905e5c887f4a","status":"passed","time":{"start":1724752227439,"stop":1724752227440,"duration":1}},{"uid":"98c4074b3c391bc1","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/98c4074b3c391bc1","status":"passed","time":{"start":1724751071161,"stop":1724751071161,"duration":0}},{"uid":"32e645ba2059a5c7","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/32e645ba2059a5c7","status":"passed","time":{"start":1724750141218,"stop":1724750141226,"duration":8}},{"uid":"783eab8808f4cc5","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/783eab8808f4cc5","status":"passed","time":{"start":1724749160666,"stop":1724749160666,"duration":0}},{"uid":"4ce5bc3e8176a6a7","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/4ce5bc3e8176a6a7","status":"passed","time":{"start":1724717458196,"stop":1724717458197,"duration":1}},{"uid":"ae65d355b91ee1c","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/ae65d355b91ee1c","status":"passed","time":{"start":1724714689804,"stop":1724714689804,"duration":0}},{"uid":"26df1fb2f3c76294","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/26df1fb2f3c76294","status":"passed","time":{"start":1724712774178,"stop":1724712774178,"duration":0}},{"uid":"2dd9fc47bb8ae089","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2dd9fc47bb8ae089","status":"passed","time":{"start":1724705983664,"stop":1724705983666,"duration":2}},{"uid":"6f66c5c212b17fcb","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6f66c5c212b17fcb","status":"passed","time":{"start":1724704395831,"stop":1724704395831,"duration":0}},{"uid":"bb498bedf568fed","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/bb498bedf568fed","status":"passed","time":{"start":1724683756936,"stop":1724683756936,"duration":0}},{"uid":"12090886a1b8adbb","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/12090886a1b8adbb","status":"passed","time":{"start":1724672480931,"stop":1724672480932,"duration":1}},{"uid":"77a785d9f2700043","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/77a785d9f2700043","status":"passed","time":{"start":1724670239929,"stop":1724670239929,"duration":0}}]},"tags":[]},"source":"d2cb0470396f50f4.json","parameterValues":[]} \ No newline at end of file +{"uid":"2e6e7b11f1f330af","name":"Number of peers are maintained correctly","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Number of peers are maintained correctly","historyId":"46784a70c6bf0a43c76e7c49a00abe24:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922535036,"stop":1724922535037,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a88906d30d370248","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a88906d30d370248","status":"passed","time":{"start":1724921196355,"stop":1724921196355,"duration":0}},{"uid":"829d5e3e7a9e480d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/829d5e3e7a9e480d","status":"passed","time":{"start":1724921173178,"stop":1724921173178,"duration":0}},{"uid":"e5efd1bee6e36317","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e5efd1bee6e36317","status":"passed","time":{"start":1724917930824,"stop":1724917930825,"duration":1}},{"uid":"e9d7db5db80868e7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e9d7db5db80868e7","status":"passed","time":{"start":1724889621015,"stop":1724889621015,"duration":0}},{"uid":"ea372408533aaf9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ea372408533aaf9d","status":"passed","time":{"start":1724888759383,"stop":1724888759383,"duration":0}},{"uid":"8696f65e41ed78fb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8696f65e41ed78fb","status":"passed","time":{"start":1724888015042,"stop":1724888015043,"duration":1}},{"uid":"c28d1242b004ff30","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c28d1242b004ff30","status":"passed","time":{"start":1724886784541,"stop":1724886784541,"duration":0}},{"uid":"690af7afeab6d0e4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/690af7afeab6d0e4","status":"passed","time":{"start":1724886566522,"stop":1724886566523,"duration":1}},{"uid":"6cbe1ff68578facb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6cbe1ff68578facb","status":"passed","time":{"start":1724861915531,"stop":1724861915532,"duration":1}},{"uid":"e142fb2f8ea156ec","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e142fb2f8ea156ec","status":"passed","time":{"start":1724861379718,"stop":1724861379718,"duration":0}},{"uid":"84da3b9c98c1abf5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/84da3b9c98c1abf5","status":"passed","time":{"start":1724861206868,"stop":1724861206874,"duration":6}},{"uid":"8791cd3dac9d3f27","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8791cd3dac9d3f27","status":"passed","time":{"start":1724861067557,"stop":1724861067558,"duration":1}}]},"tags":[]},"source":"2e6e7b11f1f330af.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/2e9b4bddca43cadf.json b/7376/data/test-cases/2e9b4bddca43cadf.json new file mode 100644 index 00000000000..b0d94715741 --- /dev/null +++ b/7376/data/test-cases/2e9b4bddca43cadf.json @@ -0,0 +1 @@ +{"uid":"2e9b4bddca43cadf","name":"Subscribe and receive messages on custom pubsubtopic","fullName":"/tests/filter/single_node/multiple_pubsub.node.spec.ts: Waku Filter V2 (Named sharding): Multiple PubsubTopics > Subscribe and receive messages on custom pubsubtopic","historyId":"418ec6cfcce0a38f977ce3fb8197da57:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922508640,"stop":1724922508640,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2 (Named sharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ed61c04b70778bc4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ed61c04b70778bc4","status":"passed","time":{"start":1724921164604,"stop":1724921164605,"duration":1}},{"uid":"7f38121758ea47a6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7f38121758ea47a6","status":"passed","time":{"start":1724921137827,"stop":1724921137827,"duration":0}},{"uid":"b8d5da3c774ccd87","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b8d5da3c774ccd87","status":"passed","time":{"start":1724917810541,"stop":1724917810541,"duration":0}},{"uid":"e84e015ff0156980","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e84e015ff0156980","status":"passed","time":{"start":1724889585449,"stop":1724889585450,"duration":1}},{"uid":"376dcc0dbf115044","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/376dcc0dbf115044","status":"passed","time":{"start":1724888736513,"stop":1724888736514,"duration":1}},{"uid":"a78a7823a3a92a42","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a78a7823a3a92a42","status":"passed","time":{"start":1724887891796,"stop":1724887891796,"duration":0}},{"uid":"38c0b446f9a73726","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/38c0b446f9a73726","status":"passed","time":{"start":1724886657792,"stop":1724886657795,"duration":3}},{"uid":"4eff1bb6917fd023","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4eff1bb6917fd023","status":"passed","time":{"start":1724886447359,"stop":1724886447360,"duration":1}},{"uid":"9bc0cdff1185bba7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9bc0cdff1185bba7","status":"passed","time":{"start":1724861880129,"stop":1724861880134,"duration":5}},{"uid":"c1d6a3ce24579e25","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c1d6a3ce24579e25","status":"passed","time":{"start":1724861359783,"stop":1724861359783,"duration":0}},{"uid":"65f1597aae397f70","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/65f1597aae397f70","status":"passed","time":{"start":1724861179684,"stop":1724861179684,"duration":0}},{"uid":"858cc631f7b0b74a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/858cc631f7b0b74a","status":"passed","time":{"start":1724861040981,"stop":1724861040982,"duration":1}}]},"tags":[]},"source":"2e9b4bddca43cadf.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/2ebc05b9a5c6eaf8.json b/7376/data/test-cases/2ebc05b9a5c6eaf8.json new file mode 100644 index 00000000000..c0c7fcf2cb5 --- /dev/null +++ b/7376/data/test-cases/2ebc05b9a5c6eaf8.json @@ -0,0 +1 @@ +{"uid":"2ebc05b9a5c6eaf8","name":"should handle a minimal index list","fullName":"/src/common/relay_shard_codec.spec.ts: Relay Shard codec > should handle a minimal index list","historyId":"186aa0393ecaee8cd7876bd2473eb160:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374767,"stop":1724922374767,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"Relay Shard codec"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ac3968fe83dcebb5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ac3968fe83dcebb5","status":"passed","time":{"start":1724921037760,"stop":1724921037760,"duration":0}},{"uid":"d1d4791da1c99cc8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d1d4791da1c99cc8","status":"passed","time":{"start":1724921013106,"stop":1724921013106,"duration":0}},{"uid":"d0cf4c1f0decfe32","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d0cf4c1f0decfe32","status":"passed","time":{"start":1724917673400,"stop":1724917673400,"duration":0}},{"uid":"8f5c1c0e53194e4f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f5c1c0e53194e4f","status":"passed","time":{"start":1724889452424,"stop":1724889452424,"duration":0}},{"uid":"7995c48af19ecf93","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7995c48af19ecf93","status":"passed","time":{"start":1724888602931,"stop":1724888602931,"duration":0}},{"uid":"e8e7bce158450cc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e8e7bce158450cc1","status":"passed","time":{"start":1724887759205,"stop":1724887759206,"duration":1}},{"uid":"65e364379ddf4aa0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/65e364379ddf4aa0","status":"passed","time":{"start":1724886525511,"stop":1724886525512,"duration":1}},{"uid":"88e074ad3c17265a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/88e074ad3c17265a","status":"passed","time":{"start":1724886303417,"stop":1724886303417,"duration":0}},{"uid":"92375323a4c8a83c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92375323a4c8a83c","status":"passed","time":{"start":1724861752253,"stop":1724861752254,"duration":1}},{"uid":"4e2a639dc93391f2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4e2a639dc93391f2","status":"passed","time":{"start":1724861223392,"stop":1724861223392,"duration":0}},{"uid":"b0343e0eb204649d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b0343e0eb204649d","status":"passed","time":{"start":1724861045266,"stop":1724861045266,"duration":0}},{"uid":"4535932c9aedb537","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4535932c9aedb537","status":"passed","time":{"start":1724860907340,"stop":1724860907340,"duration":0}}]},"tags":[]},"source":"2ebc05b9a5c6eaf8.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/593884ba73527874.json b/7376/data/test-cases/2ed0033673889594.json similarity index 78% rename from 7346/data/test-cases/593884ba73527874.json rename to 7376/data/test-cases/2ed0033673889594.json index ec137f6f075..14c0d70dc3e 100644 --- a/7346/data/test-cases/593884ba73527874.json +++ b/7376/data/test-cases/2ed0033673889594.json @@ -1 +1 @@ -{"uid":"593884ba73527874","name":"Check received message containing JSON","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing JSON","historyId":"48145b7095e7ed15d8d620b33832d79b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392370,"stop":1724765392371,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"9cf0819fbec298cf","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/9cf0819fbec298cf","status":"passed","time":{"start":1724765313858,"stop":1724765313859,"duration":1}},{"uid":"aa9343fe0f0bf7b","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/aa9343fe0f0bf7b","status":"passed","time":{"start":1724763683857,"stop":1724763683858,"duration":1}},{"uid":"3697a24de2af8f7a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/3697a24de2af8f7a","status":"passed","time":{"start":1724760929560,"stop":1724760929560,"duration":0}},{"uid":"18ce7f9520df8236","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/18ce7f9520df8236","status":"passed","time":{"start":1724759955159,"stop":1724759955159,"duration":0}},{"uid":"f8988eff7baa6b0","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/f8988eff7baa6b0","status":"passed","time":{"start":1724758077430,"stop":1724758077430,"duration":0}},{"uid":"2bbfcd473260e47f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2bbfcd473260e47f","status":"passed","time":{"start":1724757801860,"stop":1724757801861,"duration":1}},{"uid":"eb6fd726c0cad3ec","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/eb6fd726c0cad3ec","status":"passed","time":{"start":1724757120172,"stop":1724757120172,"duration":0}},{"uid":"ce0bad1fc867a96b","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ce0bad1fc867a96b","status":"passed","time":{"start":1724755211048,"stop":1724755211049,"duration":1}},{"uid":"2e873945bad3496f","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/2e873945bad3496f","status":"passed","time":{"start":1724752646532,"stop":1724752646532,"duration":0}},{"uid":"32672747c59f2360","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/32672747c59f2360","status":"passed","time":{"start":1724751495267,"stop":1724751495268,"duration":1}},{"uid":"b49e3df55b9edf00","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/b49e3df55b9edf00","status":"passed","time":{"start":1724750572366,"stop":1724750572366,"duration":0}},{"uid":"196a05c1c160b3a9","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/196a05c1c160b3a9","status":"passed","time":{"start":1724749567238,"stop":1724749567239,"duration":1}},{"uid":"528249ef4fc77570","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/528249ef4fc77570","status":"passed","time":{"start":1724717880818,"stop":1724717880818,"duration":0}},{"uid":"c47b5744d27e01be","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/c47b5744d27e01be","status":"passed","time":{"start":1724715103500,"stop":1724715103500,"duration":0}},{"uid":"d124f787c41be1aa","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/d124f787c41be1aa","status":"passed","time":{"start":1724713195351,"stop":1724713195351,"duration":0}},{"uid":"1894e24f87200aa0","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/1894e24f87200aa0","status":"passed","time":{"start":1724706389666,"stop":1724706389667,"duration":1}},{"uid":"996c9f5e165b1d5f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/996c9f5e165b1d5f","status":"passed","time":{"start":1724704811181,"stop":1724704811181,"duration":0}},{"uid":"e510b18447935d40","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/e510b18447935d40","status":"passed","time":{"start":1724684170156,"stop":1724684170156,"duration":0}},{"uid":"897d457fad32e2d","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/897d457fad32e2d","status":"passed","time":{"start":1724672903596,"stop":1724672903597,"duration":1}},{"uid":"5a4932325d48d372","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/5a4932325d48d372","status":"passed","time":{"start":1724670674032,"stop":1724670674033,"duration":1}}]},"tags":[]},"source":"593884ba73527874.json","parameterValues":[]} \ No newline at end of file +{"uid":"2ed0033673889594","name":"Check received message containing JSON","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing JSON","historyId":"48145b7095e7ed15d8d620b33832d79b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845237,"stop":1724922845237,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e8ca67ee3c87efc3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e8ca67ee3c87efc3","status":"passed","time":{"start":1724921515222,"stop":1724921515223,"duration":1}},{"uid":"4dea6b42af2b0722","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4dea6b42af2b0722","status":"passed","time":{"start":1724921475442,"stop":1724921475443,"duration":1}},{"uid":"6c99a4b760229ac8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6c99a4b760229ac8","status":"passed","time":{"start":1724918179387,"stop":1724918179387,"duration":0}},{"uid":"bf35898e219341ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf35898e219341ee","status":"passed","time":{"start":1724889935337,"stop":1724889935338,"duration":1}},{"uid":"80bd243634c12682","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80bd243634c12682","status":"passed","time":{"start":1724889072750,"stop":1724889072750,"duration":0}},{"uid":"a219a87446b51083","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a219a87446b51083","status":"passed","time":{"start":1724888232411,"stop":1724888232411,"duration":0}},{"uid":"21de06e49a1de1e7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/21de06e49a1de1e7","status":"passed","time":{"start":1724887018291,"stop":1724887018291,"duration":0}},{"uid":"a120f326c3f44ead","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a120f326c3f44ead","status":"passed","time":{"start":1724886781476,"stop":1724886781476,"duration":0}},{"uid":"8b947ff6ae25ca9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8b947ff6ae25ca9d","status":"passed","time":{"start":1724862213659,"stop":1724862213659,"duration":0}},{"uid":"8653acf92e74e110","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8653acf92e74e110","status":"passed","time":{"start":1724861685852,"stop":1724861685852,"duration":0}},{"uid":"c2dbf5873b2504d5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c2dbf5873b2504d5","status":"passed","time":{"start":1724861546169,"stop":1724861546169,"duration":0}},{"uid":"4a72dcb505c5200a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4a72dcb505c5200a","status":"passed","time":{"start":1724861378107,"stop":1724861378107,"duration":0}}]},"tags":[]},"source":"2ed0033673889594.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/5661e827547331fb.json b/7376/data/test-cases/2ee483a20b68bb69.json similarity index 54% rename from 7346/data/test-cases/5661e827547331fb.json rename to 7376/data/test-cases/2ee483a20b68bb69.json index d8fe783f19a..483dc7d6e6c 100644 --- a/7346/data/test-cases/5661e827547331fb.json +++ b/7376/data/test-cases/2ee483a20b68bb69.json @@ -1 +1 @@ -{"uid":"5661e827547331fb","name":"addEventListener with wrong event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > addEventListener with wrong event","historyId":"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724764880295,"stop":1724764880295,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","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":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28},"items":[{"uid":"7fe66c67c434c864","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/7fe66c67c434c864","status":"passed","time":{"start":1724764800070,"stop":1724764800071,"duration":1}},{"uid":"2300dc3e999d20c3","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/2300dc3e999d20c3","status":"passed","time":{"start":1724763165960,"stop":1724763165962,"duration":2}},{"uid":"67109e9df5de5ce4","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/67109e9df5de5ce4","status":"passed","time":{"start":1724760434816,"stop":1724760434817,"duration":1}},{"uid":"9f3f4f7b9f1afda6","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/9f3f4f7b9f1afda6","status":"passed","time":{"start":1724759447683,"stop":1724759447684,"duration":1}},{"uid":"37739d3085f1b31e","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/37739d3085f1b31e","status":"passed","time":{"start":1724757584478,"stop":1724757584479,"duration":1}},{"uid":"9038a6826e64a78","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/9038a6826e64a78","status":"passed","time":{"start":1724757304021,"stop":1724757304021,"duration":0}},{"uid":"d128b70d7264b219","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/d128b70d7264b219","status":"passed","time":{"start":1724756625391,"stop":1724756625392,"duration":1}},{"uid":"2f7460de39cc9170","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2f7460de39cc9170","status":"passed","time":{"start":1724754724729,"stop":1724754724729,"duration":0}},{"uid":"ce6c68659b91c3e9","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/ce6c68659b91c3e9","status":"passed","time":{"start":1724752151320,"stop":1724752151320,"duration":0}},{"uid":"3e53fa4a5b686474","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/3e53fa4a5b686474","status":"passed","time":{"start":1724750982587,"stop":1724750982589,"duration":2}},{"uid":"be3c911d98bfbd47","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/be3c911d98bfbd47","status":"passed","time":{"start":1724750061836,"stop":1724750061836,"duration":0}},{"uid":"3ca3a6849b535f3b","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/3ca3a6849b535f3b","status":"passed","time":{"start":1724749086367,"stop":1724749086367,"duration":0}},{"uid":"336b13414ef44411","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/336b13414ef44411","status":"passed","time":{"start":1724717378525,"stop":1724717378526,"duration":1}},{"uid":"45a809d7d191cbfc","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/45a809d7d191cbfc","status":"passed","time":{"start":1724714611183,"stop":1724714611184,"duration":1}},{"uid":"43d48b70feb9856","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/43d48b70feb9856","status":"passed","time":{"start":1724712692276,"stop":1724712692277,"duration":1}},{"uid":"d0959bf92382a0e5","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d0959bf92382a0e5","status":"passed","time":{"start":1724705903071,"stop":1724705903071,"duration":0}},{"uid":"c7a5fa09c3928387","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c7a5fa09c3928387","status":"passed","time":{"start":1724704318335,"stop":1724704318336,"duration":1}},{"uid":"18b000dd7205f096","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/18b000dd7205f096","status":"passed","time":{"start":1724683683068,"stop":1724683683072,"duration":4}},{"uid":"3089830d7ee026a4","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/3089830d7ee026a4","status":"passed","time":{"start":1724672407437,"stop":1724672407437,"duration":0}},{"uid":"d4c268789eeb94d0","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/d4c268789eeb94d0","status":"passed","time":{"start":1724670156876,"stop":1724670156877,"duration":1}}]},"tags":[]},"source":"5661e827547331fb.json","parameterValues":[]} \ No newline at end of file +{"uid":"2ee483a20b68bb69","name":"addEventListener with wrong event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > addEventListener with wrong event","historyId":"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922465394,"stop":1724922465394,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","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":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"67dd8fc2974c3527","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/67dd8fc2974c3527","status":"passed","time":{"start":1724921128566,"stop":1724921128566,"duration":0}},{"uid":"8edbdc920ae8ce1b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8edbdc920ae8ce1b","status":"passed","time":{"start":1724921103674,"stop":1724921103674,"duration":0}},{"uid":"56cc9fdf1109fd2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/56cc9fdf1109fd2","status":"passed","time":{"start":1724917763726,"stop":1724917763726,"duration":0}},{"uid":"b42019981922c3e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b42019981922c3e5","status":"passed","time":{"start":1724889543368,"stop":1724889543368,"duration":0}},{"uid":"2c1283d5245ed69b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c1283d5245ed69b","status":"passed","time":{"start":1724888692503,"stop":1724888692503,"duration":0}},{"uid":"88c26ba6d811ca9f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/88c26ba6d811ca9f","status":"passed","time":{"start":1724887850413,"stop":1724887850413,"duration":0}},{"uid":"336518ebe9916900","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/336518ebe9916900","status":"passed","time":{"start":1724886617174,"stop":1724886617175,"duration":1}},{"uid":"393ebffeabc8856b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/393ebffeabc8856b","status":"passed","time":{"start":1724886394904,"stop":1724886394905,"duration":1}},{"uid":"75abe338de82c9cc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/75abe338de82c9cc","status":"passed","time":{"start":1724861844371,"stop":1724861844371,"duration":0}},{"uid":"72ff8415c6a89b8a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/72ff8415c6a89b8a","status":"passed","time":{"start":1724861313408,"stop":1724861313408,"duration":0}},{"uid":"9277d7d921d1f57e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9277d7d921d1f57e","status":"passed","time":{"start":1724861139649,"stop":1724861139650,"duration":1}},{"uid":"68e16ffce749a418","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/68e16ffce749a418","status":"passed","time":{"start":1724860999510,"stop":1724860999511,"duration":1}}]},"tags":[]},"source":"2ee483a20b68bb69.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/2ff7846ebc5aaf91.json b/7376/data/test-cases/2ff7846ebc5aaf91.json new file mode 100644 index 00000000000..91395758a41 --- /dev/null +++ b/7376/data/test-cases/2ff7846ebc5aaf91.json @@ -0,0 +1 @@ +{"uid":"2ff7846ebc5aaf91","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric clusterId: /waku/2/rs/-/1","historyId":"ba6d4628ff97cccad93f1e9add4fe92d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374687,"stop":1724922374687,"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":13,"unknown":0,"total":13},"items":[{"uid":"e53024792f7dfe8f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e53024792f7dfe8f","status":"passed","time":{"start":1724921037648,"stop":1724921037649,"duration":1}},{"uid":"35928e21562489d5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/35928e21562489d5","status":"passed","time":{"start":1724921013061,"stop":1724921013061,"duration":0}},{"uid":"c8c7a4bda718342b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c8c7a4bda718342b","status":"passed","time":{"start":1724917673302,"stop":1724917673302,"duration":0}},{"uid":"84a4400203353c59","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/84a4400203353c59","status":"passed","time":{"start":1724889452322,"stop":1724889452322,"duration":0}},{"uid":"130e2d6d94286134","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/130e2d6d94286134","status":"passed","time":{"start":1724888602853,"stop":1724888602854,"duration":1}},{"uid":"980790e12ec907d4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/980790e12ec907d4","status":"passed","time":{"start":1724887759174,"stop":1724887759175,"duration":1}},{"uid":"c2009aac7e2b0ef6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c2009aac7e2b0ef6","status":"passed","time":{"start":1724886525553,"stop":1724886525553,"duration":0}},{"uid":"6fa8801a2c849314","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6fa8801a2c849314","status":"passed","time":{"start":1724886303408,"stop":1724886303408,"duration":0}},{"uid":"5c3bc0d0de031c98","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5c3bc0d0de031c98","status":"passed","time":{"start":1724861752244,"stop":1724861752245,"duration":1}},{"uid":"258fee04bf324ba0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/258fee04bf324ba0","status":"passed","time":{"start":1724861223365,"stop":1724861223365,"duration":0}},{"uid":"6fedf88309e0971e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6fedf88309e0971e","status":"passed","time":{"start":1724861045214,"stop":1724861045214,"duration":0}},{"uid":"a2941596f3db48c3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a2941596f3db48c3","status":"passed","time":{"start":1724860907099,"stop":1724860907099,"duration":0}}]},"tags":[]},"source":"2ff7846ebc5aaf91.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/2ffac1f6a799a5b.json b/7376/data/test-cases/2ffac1f6a799a5b.json new file mode 100644 index 00000000000..8b9ac0629e8 --- /dev/null +++ b/7376/data/test-cases/2ffac1f6a799a5b.json @@ -0,0 +1 @@ +{"uid":"2ffac1f6a799a5b","name":"Ephemeral field is preserved - encoder v0","fullName":"/tests/ephemeral.node.spec.ts: Waku Message Ephemeral field > Ephemeral field is preserved - encoder v0","historyId":"2663ca283377bc1a05d7cf15aba2d7ab:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922436971,"stop":1724922436972,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Waku Message Ephemeral field"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c7ce589f46dba351","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c7ce589f46dba351","status":"passed","time":{"start":1724921099697,"stop":1724921099698,"duration":1}},{"uid":"e6eb260d13a9776c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e6eb260d13a9776c","status":"passed","time":{"start":1724921074389,"stop":1724921074389,"duration":0}},{"uid":"894ac85621396a3a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/894ac85621396a3a","status":"passed","time":{"start":1724917735274,"stop":1724917735274,"duration":0}},{"uid":"4020668f1d68fc12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4020668f1d68fc12","status":"passed","time":{"start":1724889517449,"stop":1724889517449,"duration":0}},{"uid":"13f1b5788cac7703","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/13f1b5788cac7703","status":"passed","time":{"start":1724888662629,"stop":1724888662630,"duration":1}},{"uid":"246a0d0569d24d48","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/246a0d0569d24d48","status":"passed","time":{"start":1724887821329,"stop":1724887821329,"duration":0}},{"uid":"c9fd3932794f302c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c9fd3932794f302c","status":"passed","time":{"start":1724886588482,"stop":1724886588482,"duration":0}},{"uid":"10f613af23be3dd7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/10f613af23be3dd7","status":"passed","time":{"start":1724886365757,"stop":1724886365763,"duration":6}},{"uid":"cda479d4932bddcb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cda479d4932bddcb","status":"passed","time":{"start":1724861814960,"stop":1724861814960,"duration":0}},{"uid":"efa1b243621bf767","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/efa1b243621bf767","status":"passed","time":{"start":1724861282669,"stop":1724861282669,"duration":0}},{"uid":"cd89fb7d68085232","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cd89fb7d68085232","status":"passed","time":{"start":1724861111682,"stop":1724861111683,"duration":1}},{"uid":"bcd0d2304bad5af5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bcd0d2304bad5af5","status":"passed","time":{"start":1724860971173,"stop":1724860971173,"duration":0}}]},"tags":[]},"source":"2ffac1f6a799a5b.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/96eace81aa5fa28d.json b/7376/data/test-cases/303707e04cfbedf0.json similarity index 51% rename from 7346/data/test-cases/96eace81aa5fa28d.json rename to 7376/data/test-cases/303707e04cfbedf0.json index 561a7e65e2b..9b36ee21bb1 100644 --- a/7346/data/test-cases/96eace81aa5fa28d.json +++ b/7376/data/test-cases/303707e04cfbedf0.json @@ -1 +1 @@ -{"uid":"96eace81aa5fa28d","name":"Passing page size 11 when there are 10 messages","fullName":"/tests/store/page_size.node.spec.ts: Waku Store, page size > Passing page size 11 when there are 10 messages","historyId":"092904e3fbb2fb2034d3029dbedc26b2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765545355,"stop":1724765545355,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, page size"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"21aab3587d0b203d","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/21aab3587d0b203d","status":"passed","time":{"start":1724765471401,"stop":1724765471401,"duration":0}},{"uid":"4976acf7c52200e1","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/4976acf7c52200e1","status":"passed","time":{"start":1724763827935,"stop":1724763827935,"duration":0}},{"uid":"613159375bae68cc","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/613159375bae68cc","status":"passed","time":{"start":1724761084761,"stop":1724761084762,"duration":1}},{"uid":"dce217fc415da444","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/dce217fc415da444","status":"passed","time":{"start":1724760105218,"stop":1724760105218,"duration":0}},{"uid":"937eae32c14db914","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/937eae32c14db914","status":"passed","time":{"start":1724758251487,"stop":1724758251488,"duration":1}},{"uid":"622fac84b903b8bd","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/622fac84b903b8bd","status":"passed","time":{"start":1724757947200,"stop":1724757947200,"duration":0}},{"uid":"afef735f2b23f41f","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/afef735f2b23f41f","status":"passed","time":{"start":1724757297809,"stop":1724757297810,"duration":1}},{"uid":"cd02dbe1b267be5f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/cd02dbe1b267be5f","status":"passed","time":{"start":1724755380035,"stop":1724755380036,"duration":1}},{"uid":"57ac6259fe605f06","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/57ac6259fe605f06","status":"passed","time":{"start":1724752822935,"stop":1724752822935,"duration":0}},{"uid":"3a4faa3acdedea78","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/3a4faa3acdedea78","status":"passed","time":{"start":1724751647550,"stop":1724751647550,"duration":0}},{"uid":"d2c0124c0629fa0e","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/d2c0124c0629fa0e","status":"passed","time":{"start":1724750732234,"stop":1724750732234,"duration":0}},{"uid":"2ff90427a4ac7298","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/2ff90427a4ac7298","status":"passed","time":{"start":1724749732031,"stop":1724749732031,"duration":0}},{"uid":"421a8b942f270b30","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/421a8b942f270b30","status":"passed","time":{"start":1724718038575,"stop":1724718038575,"duration":0}},{"uid":"8230fabcaf957e0e","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/8230fabcaf957e0e","status":"passed","time":{"start":1724715272694,"stop":1724715272694,"duration":0}},{"uid":"b8e9dafee4ee1135","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/b8e9dafee4ee1135","status":"passed","time":{"start":1724713359483,"stop":1724713359484,"duration":1}},{"uid":"2324c714bbce0095","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2324c714bbce0095","status":"passed","time":{"start":1724706564506,"stop":1724706564506,"duration":0}},{"uid":"be7552fda2387a93","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/be7552fda2387a93","status":"passed","time":{"start":1724704972718,"stop":1724704972718,"duration":0}},{"uid":"8e79163ff213a2e","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/8e79163ff213a2e","status":"passed","time":{"start":1724684357217,"stop":1724684357218,"duration":1}},{"uid":"56cb414b602aa11c","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/56cb414b602aa11c","status":"passed","time":{"start":1724673081510,"stop":1724673081511,"duration":1}},{"uid":"fbbd0d0091c61d90","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/fbbd0d0091c61d90","status":"passed","time":{"start":1724670810984,"stop":1724670810985,"duration":1}}]},"tags":[]},"source":"96eace81aa5fa28d.json","parameterValues":[]} \ No newline at end of file +{"uid":"303707e04cfbedf0","name":"Passing page size 11 when there are 10 messages","fullName":"/tests/store/page_size.node.spec.ts: Waku Store, page size > Passing page size 11 when there are 10 messages","historyId":"092904e3fbb2fb2034d3029dbedc26b2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922983783,"stop":1724922983783,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, page size"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f59a776e608d10ed","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f59a776e608d10ed","status":"passed","time":{"start":1724921656192,"stop":1724921656193,"duration":1}},{"uid":"e55354b75059642e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e55354b75059642e","status":"passed","time":{"start":1724921620459,"stop":1724921620460,"duration":1}},{"uid":"3516686368bad736","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3516686368bad736","status":"passed","time":{"start":1724918327710,"stop":1724918327710,"duration":0}},{"uid":"d4d4b306da4dec38","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d4d4b306da4dec38","status":"passed","time":{"start":1724890078471,"stop":1724890078471,"duration":0}},{"uid":"d3cc07c6dcc32404","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3cc07c6dcc32404","status":"passed","time":{"start":1724889213826,"stop":1724889213826,"duration":0}},{"uid":"c1ef1a6669b902d1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c1ef1a6669b902d1","status":"passed","time":{"start":1724888383602,"stop":1724888383603,"duration":1}},{"uid":"cbf024b55f2370aa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cbf024b55f2370aa","status":"passed","time":{"start":1724887164579,"stop":1724887164579,"duration":0}},{"uid":"5483b55a5a82d6cc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5483b55a5a82d6cc","status":"passed","time":{"start":1724886943100,"stop":1724886943101,"duration":1}},{"uid":"b71f53f441a1e6a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b71f53f441a1e6a7","status":"passed","time":{"start":1724862368929,"stop":1724862368930,"duration":1}},{"uid":"861323f12e97c1e3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/861323f12e97c1e3","status":"passed","time":{"start":1724861835946,"stop":1724861835946,"duration":0}},{"uid":"baf9a82cc0666905","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/baf9a82cc0666905","status":"passed","time":{"start":1724861692903,"stop":1724861692903,"duration":0}},{"uid":"f07fd1092d082992","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f07fd1092d082992","status":"passed","time":{"start":1724861520700,"stop":1724861520700,"duration":0}}]},"tags":[]},"source":"303707e04cfbedf0.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/47ee9d164ad5211f.json b/7376/data/test-cases/30ba2a2570181579.json similarity index 76% rename from 7346/data/test-cases/47ee9d164ad5211f.json rename to 7376/data/test-cases/30ba2a2570181579.json index 2b5cf27c021..231dd445644 100644 --- a/7346/data/test-cases/47ee9d164ad5211f.json +++ b/7376/data/test-cases/30ba2a2570181579.json @@ -1 +1 @@ -{"uid":"47ee9d164ad5211f","name":"Check received message containing unicode special characters","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing unicode special characters","historyId":"a6d7a1ea9eb41a9f1d92c251d350d45a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765048431,"stop":1724765048431,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"c80734a072a6ca07","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/c80734a072a6ca07","status":"passed","time":{"start":1724764977148,"stop":1724764977153,"duration":5}},{"uid":"d4cfee31f119ddf1","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/d4cfee31f119ddf1","status":"passed","time":{"start":1724763340013,"stop":1724763340013,"duration":0}},{"uid":"568f9432e3a60fae","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/568f9432e3a60fae","status":"passed","time":{"start":1724760600505,"stop":1724760600506,"duration":1}},{"uid":"1e61d30146639068","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/1e61d30146639068","status":"passed","time":{"start":1724759627554,"stop":1724759627555,"duration":1}},{"uid":"49be700f61556773","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/49be700f61556773","status":"passed","time":{"start":1724757762739,"stop":1724757762740,"duration":1}},{"uid":"6f37aafac59dc536","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6f37aafac59dc536","status":"passed","time":{"start":1724757473910,"stop":1724757473910,"duration":0}},{"uid":"d8429d8b9b7be091","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/d8429d8b9b7be091","status":"passed","time":{"start":1724756806017,"stop":1724756806017,"duration":0}},{"uid":"b7be4bca507c3851","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b7be4bca507c3851","status":"passed","time":{"start":1724754890971,"stop":1724754890972,"duration":1}},{"uid":"327c6467797fb921","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/327c6467797fb921","status":"passed","time":{"start":1724752321311,"stop":1724752321311,"duration":0}},{"uid":"f3d2fb5e1a559bbe","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/f3d2fb5e1a559bbe","status":"passed","time":{"start":1724751157979,"stop":1724751157980,"duration":1}},{"uid":"a7a6ea38969ba2d4","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/a7a6ea38969ba2d4","status":"passed","time":{"start":1724750231024,"stop":1724750231025,"duration":1}},{"uid":"a2d321343a659457","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/a2d321343a659457","status":"passed","time":{"start":1724749270694,"stop":1724749270695,"duration":1}},{"uid":"858ad2392718d8b8","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/858ad2392718d8b8","status":"passed","time":{"start":1724717545676,"stop":1724717545676,"duration":0}},{"uid":"895bb5dd2a22bbab","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/895bb5dd2a22bbab","status":"passed","time":{"start":1724714779158,"stop":1724714779159,"duration":1}},{"uid":"911fb55399a24862","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/911fb55399a24862","status":"passed","time":{"start":1724712855321,"stop":1724712855321,"duration":0}},{"uid":"bad4f016e2396185","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/bad4f016e2396185","status":"passed","time":{"start":1724706072103,"stop":1724706072103,"duration":0}},{"uid":"fe9f2506966b79ad","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/fe9f2506966b79ad","status":"passed","time":{"start":1724704476164,"stop":1724704476164,"duration":0}},{"uid":"614a30017181a364","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/614a30017181a364","status":"passed","time":{"start":1724683855319,"stop":1724683855321,"duration":2}},{"uid":"4fbb31fabafeb563","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/4fbb31fabafeb563","status":"passed","time":{"start":1724672579680,"stop":1724672579680,"duration":0}},{"uid":"f23eb4682a983693","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/f23eb4682a983693","status":"passed","time":{"start":1724670325017,"stop":1724670325018,"duration":1}}]},"tags":[]},"source":"47ee9d164ad5211f.json","parameterValues":[]} \ No newline at end of file +{"uid":"30ba2a2570181579","name":"Check received message containing unicode special characters","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing unicode special characters","historyId":"a6d7a1ea9eb41a9f1d92c251d350d45a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922601844,"stop":1724922601844,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2a7bd63b41199071","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2a7bd63b41199071","status":"passed","time":{"start":1724921267871,"stop":1724921267871,"duration":0}},{"uid":"9159a829ff4fdfcd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9159a829ff4fdfcd","status":"passed","time":{"start":1724921244371,"stop":1724921244371,"duration":0}},{"uid":"c2f236ec66914cd4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c2f236ec66914cd4","status":"passed","time":{"start":1724917916053,"stop":1724917916053,"duration":0}},{"uid":"eec9157585117b91","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eec9157585117b91","status":"passed","time":{"start":1724889678256,"stop":1724889678256,"duration":0}},{"uid":"856fe806e2102635","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/856fe806e2102635","status":"passed","time":{"start":1724888831685,"stop":1724888831685,"duration":0}},{"uid":"56ae85efccb38ca5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/56ae85efccb38ca5","status":"passed","time":{"start":1724888003321,"stop":1724888003321,"duration":0}},{"uid":"edf0b4cb8316460d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/edf0b4cb8316460d","status":"passed","time":{"start":1724886776610,"stop":1724886776610,"duration":0}},{"uid":"b37edf9352e65fc2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b37edf9352e65fc2","status":"passed","time":{"start":1724886555798,"stop":1724886555798,"duration":0}},{"uid":"4f79378f16bae746","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f79378f16bae746","status":"passed","time":{"start":1724861983007,"stop":1724861983008,"duration":1}},{"uid":"87463e26698a7dcb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/87463e26698a7dcb","status":"passed","time":{"start":1724861444067,"stop":1724861444067,"duration":0}},{"uid":"b640a4b23147d0a5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b640a4b23147d0a5","status":"passed","time":{"start":1724861285835,"stop":1724861285835,"duration":0}},{"uid":"d0f1d2eee9e1837a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d0f1d2eee9e1837a","status":"passed","time":{"start":1724861145667,"stop":1724861145667,"duration":0}}]},"tags":[]},"source":"30ba2a2570181579.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/81dcd1954409df8b.json b/7376/data/test-cases/3115162d3dcb8438.json similarity index 93% rename from 7346/data/test-cases/81dcd1954409df8b.json rename to 7376/data/test-cases/3115162d3dcb8438.json index cb36a9cd43e..8a54cfe2735 100644 --- a/7346/data/test-cases/81dcd1954409df8b.json +++ b/7376/data/test-cases/3115162d3dcb8438.json @@ -1 +1 @@ -{"uid":"81dcd1954409df8b","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app26/1/topic708/proto","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 1 - Cluster ID: 10, Content Topic: /app26/1/topic708/proto","historyId":"da9c0e4e956703dece9515e2b191f579:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765462121,"stop":1724765462121,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"81dcd1954409df8b.json","parameterValues":[]} \ No newline at end of file +{"uid":"3115162d3dcb8438","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app33/7/topic704/proto","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 7 - Cluster ID: 10, Content Topic: /app33/7/topic704/proto","historyId":"835136bac3f1bdda8c201e26f752b46e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922906442,"stop":1724922906442,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"3115162d3dcb8438.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/3183bd22702f826.json b/7376/data/test-cases/3183bd22702f826.json new file mode 100644 index 00000000000..49aff7febf4 --- /dev/null +++ b/7376/data/test-cases/3183bd22702f826.json @@ -0,0 +1 @@ +{"uid":"3183bd22702f826","name":"should be able to decode the field with only RELAY set to true","fullName":"/src/waku2_codec.spec.ts: ENR waku2 codec > Decoding > should be able to decode the field with only RELAY set to true","historyId":"0aeb69dccc79fc105378f8bb5f0f9258:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922382328,"stop":1724922382329,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR waku2 codec"},{"name":"suite","value":"Decoding"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dcf95fdb236261fb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dcf95fdb236261fb","status":"passed","time":{"start":1724921045533,"stop":1724921045534,"duration":1}},{"uid":"fbc765cb7bac47ca","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fbc765cb7bac47ca","status":"passed","time":{"start":1724921020726,"stop":1724921020727,"duration":1}},{"uid":"b540de65cd7cfbf9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b540de65cd7cfbf9","status":"passed","time":{"start":1724917681055,"stop":1724917681056,"duration":1}},{"uid":"1ffd4c8bc1c15362","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1ffd4c8bc1c15362","status":"passed","time":{"start":1724889459944,"stop":1724889459945,"duration":1}},{"uid":"ebd94e57e5f4dc24","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ebd94e57e5f4dc24","status":"passed","time":{"start":1724888610537,"stop":1724888610538,"duration":1}},{"uid":"48b6e570e817fc72","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/48b6e570e817fc72","status":"passed","time":{"start":1724887766849,"stop":1724887766849,"duration":0}},{"uid":"d02ca67add70c858","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d02ca67add70c858","status":"passed","time":{"start":1724886533244,"stop":1724886533244,"duration":0}},{"uid":"237ec5807495a3b7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/237ec5807495a3b7","status":"passed","time":{"start":1724886311090,"stop":1724886311090,"duration":0}},{"uid":"2d3f9e0e61732f8d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d3f9e0e61732f8d","status":"passed","time":{"start":1724861760049,"stop":1724861760050,"duration":1}},{"uid":"6108a7651e83fef7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6108a7651e83fef7","status":"passed","time":{"start":1724861230829,"stop":1724861230830,"duration":1}},{"uid":"931a7d3f9fedb08d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/931a7d3f9fedb08d","status":"passed","time":{"start":1724861053402,"stop":1724861053405,"duration":3}},{"uid":"de6e6739454518df","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/de6e6739454518df","status":"passed","time":{"start":1724860914745,"stop":1724860914746,"duration":1}}]},"tags":[]},"source":"3183bd22702f826.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/3186a21613dd57f.json b/7376/data/test-cases/3186a21613dd57f.json new file mode 100644 index 00000000000..52edafb64f3 --- /dev/null +++ b/7376/data/test-cases/3186a21613dd57f.json @@ -0,0 +1 @@ +{"uid":"3186a21613dd57f","name":"Query with Ordered Callback, Multiple PubsubTopics","fullName":"/tests/store/error_handling.node.spec.ts: Waku Store, error handling > Query with Ordered Callback, Multiple PubsubTopics","historyId":"5c693deb526ff5ab4c168dd3f07fcd83:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922950821,"stop":1724922950822,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c341e65d8d2df067","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c341e65d8d2df067","status":"passed","time":{"start":1724921640400,"stop":1724921640400,"duration":0}},{"uid":"e70695cd32301b65","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e70695cd32301b65","status":"passed","time":{"start":1724921600408,"stop":1724921600408,"duration":0}},{"uid":"6e7d13ef6ae90403","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6e7d13ef6ae90403","status":"passed","time":{"start":1724918300923,"stop":1724918300923,"duration":0}},{"uid":"293119510a905524","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/293119510a905524","status":"passed","time":{"start":1724890059285,"stop":1724890059285,"duration":0}},{"uid":"1e197e057437d129","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1e197e057437d129","status":"passed","time":{"start":1724889188314,"stop":1724889188316,"duration":2}},{"uid":"4d5415f83dbb234a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4d5415f83dbb234a","status":"passed","time":{"start":1724888372740,"stop":1724888372740,"duration":0}},{"uid":"62b982bcf652ef1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/62b982bcf652ef1","status":"passed","time":{"start":1724887135718,"stop":1724887135718,"duration":0}},{"uid":"ebfe1cf706436cbe","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ebfe1cf706436cbe","status":"passed","time":{"start":1724886919664,"stop":1724886919665,"duration":1}},{"uid":"f77a3305a95c694e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f77a3305a95c694e","status":"passed","time":{"start":1724862341834,"stop":1724862341834,"duration":0}},{"uid":"8cc3d1846e422509","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8cc3d1846e422509","status":"passed","time":{"start":1724861815490,"stop":1724861815490,"duration":0}},{"uid":"de3b342f1bb85b08","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/de3b342f1bb85b08","status":"passed","time":{"start":1724861669535,"stop":1724861669535,"duration":0}},{"uid":"9ba32b3c9ba1c111","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9ba32b3c9ba1c111","status":"passed","time":{"start":1724861505415,"stop":1724861505415,"duration":0}}]},"tags":[]},"source":"3186a21613dd57f.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/8e825b995dc3acd.json b/7376/data/test-cases/31aa057e9e1c0767.json similarity index 52% rename from 7346/data/test-cases/8e825b995dc3acd.json rename to 7376/data/test-cases/31aa057e9e1c0767.json index 278f1fc8886..4d1257a4385 100644 --- a/7346/data/test-cases/8e825b995dc3acd.json +++ b/7376/data/test-cases/31aa057e9e1c0767.json @@ -1 +1 @@ -{"uid":"8e825b995dc3acd","name":"Subscribe to topic containing special chars and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to topic containing special chars and receive message","historyId":"3d906316c35f40bf2e37ebe7e263cff6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765545642,"stop":1724765545642,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"88bbf1ef670bcdc4","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/88bbf1ef670bcdc4","status":"passed","time":{"start":1724765472913,"stop":1724765472913,"duration":0}},{"uid":"101effef50775016","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/101effef50775016","status":"passed","time":{"start":1724763953858,"stop":1724763953858,"duration":0}},{"uid":"8448cefa4423d0e3","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/8448cefa4423d0e3","status":"passed","time":{"start":1724761070281,"stop":1724761070282,"duration":1}},{"uid":"3e686b8e5b562e8a","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/3e686b8e5b562e8a","status":"passed","time":{"start":1724760260066,"stop":1724760260067,"duration":1}},{"uid":"d129db10674cfef2","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/d129db10674cfef2","status":"passed","time":{"start":1724758530260,"stop":1724758530261,"duration":1}},{"uid":"ec3cf1eeaf31f348","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ec3cf1eeaf31f348","status":"passed","time":{"start":1724757958284,"stop":1724757958285,"duration":1}},{"uid":"edd3fa964b4560d8","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/edd3fa964b4560d8","status":"passed","time":{"start":1724757397581,"stop":1724757397581,"duration":0}},{"uid":"733c7886ae18d19a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/733c7886ae18d19a","status":"passed","time":{"start":1724755379391,"stop":1724755379391,"duration":0}},{"uid":"538b025b9764414c","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/538b025b9764414c","status":"passed","time":{"start":1724752819827,"stop":1724752819828,"duration":1}},{"uid":"e7fcc0c1c8b7391b","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/e7fcc0c1c8b7391b","status":"passed","time":{"start":1724751625294,"stop":1724751625294,"duration":0}},{"uid":"960e2c8043dfd74e","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/960e2c8043dfd74e","status":"passed","time":{"start":1724750725810,"stop":1724750725810,"duration":0}},{"uid":"22548ad572a5e0dc","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/22548ad572a5e0dc","status":"passed","time":{"start":1724749717471,"stop":1724749717471,"duration":0}},{"uid":"a6320d84bf2cb7d7","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/a6320d84bf2cb7d7","status":"passed","time":{"start":1724718019263,"stop":1724718019265,"duration":2}},{"uid":"86d008c04c69e905","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/86d008c04c69e905","status":"passed","time":{"start":1724715264550,"stop":1724715264551,"duration":1}},{"uid":"5730d929ac9d7cf6","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/5730d929ac9d7cf6","status":"passed","time":{"start":1724713371739,"stop":1724713371739,"duration":0}},{"uid":"8db190dbb1f23a60","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/8db190dbb1f23a60","status":"passed","time":{"start":1724706679420,"stop":1724706679420,"duration":0}},{"uid":"b76eabc66973133b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b76eabc66973133b","status":"passed","time":{"start":1724705096848,"stop":1724705096848,"duration":0}},{"uid":"ef884acde425d35c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/ef884acde425d35c","status":"passed","time":{"start":1724684459916,"stop":1724684459916,"duration":0}},{"uid":"d0e31dffc3c041bf","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/d0e31dffc3c041bf","status":"passed","time":{"start":1724673071746,"stop":1724673071746,"duration":0}},{"uid":"ab1dda725e7c3a3a","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/ab1dda725e7c3a3a","status":"passed","time":{"start":1724670808658,"stop":1724670808658,"duration":0}}]},"tags":[]},"source":"8e825b995dc3acd.json","parameterValues":[]} \ No newline at end of file +{"uid":"31aa057e9e1c0767","name":"Subscribe to topic containing numeric and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to topic containing numeric and receive message","historyId":"ea3a5bc738726324dac921efad4a8cce:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012462,"stop":1724923012462,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a8c0dbd5cd6abe23","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a8c0dbd5cd6abe23","status":"passed","time":{"start":1724921625047,"stop":1724921625048,"duration":1}},{"uid":"3c257845a2d8b6d8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3c257845a2d8b6d8","status":"passed","time":{"start":1724921590493,"stop":1724921590493,"duration":0}},{"uid":"21bbf6d1888e6f46","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/21bbf6d1888e6f46","status":"passed","time":{"start":1724918287563,"stop":1724918287563,"duration":0}},{"uid":"153323783fe9dd9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/153323783fe9dd9d","status":"passed","time":{"start":1724890047786,"stop":1724890047786,"duration":0}},{"uid":"8802e026be3bee96","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8802e026be3bee96","status":"passed","time":{"start":1724889183918,"stop":1724889183918,"duration":0}},{"uid":"e072d3649169d3a8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e072d3649169d3a8","status":"passed","time":{"start":1724888354163,"stop":1724888354164,"duration":1}},{"uid":"c7d59772642895fd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c7d59772642895fd","status":"passed","time":{"start":1724887145655,"stop":1724887145655,"duration":0}},{"uid":"ada094c3b23e3653","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ada094c3b23e3653","status":"passed","time":{"start":1724886915785,"stop":1724886915785,"duration":0}},{"uid":"532f73dbafb76b93","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/532f73dbafb76b93","status":"passed","time":{"start":1724862341435,"stop":1724862341435,"duration":0}},{"uid":"82571dae859f0c74","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/82571dae859f0c74","status":"passed","time":{"start":1724861805440,"stop":1724861805440,"duration":0}},{"uid":"600d6df0148f62cb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/600d6df0148f62cb","status":"passed","time":{"start":1724861662254,"stop":1724861662254,"duration":0}},{"uid":"e69e0cf9f5cc0de4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e69e0cf9f5cc0de4","status":"passed","time":{"start":1724861492507,"stop":1724861492507,"duration":0}}]},"tags":[]},"source":"31aa057e9e1c0767.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/eba9e71b932f550f.json b/7376/data/test-cases/31e9647c8db518d4.json similarity index 74% rename from 7346/data/test-cases/eba9e71b932f550f.json rename to 7376/data/test-cases/31e9647c8db518d4.json index bf3a16e038a..de7c4b64384 100644 --- a/7346/data/test-cases/eba9e71b932f550f.json +++ b/7376/data/test-cases/31e9647c8db518d4.json @@ -1 +1 @@ -{"uid":"eba9e71b932f550f","name":"Subscribe to topic containing Script and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing Script and publish message","historyId":"4516e31462507870186c9fbd4aef885c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765421008,"stop":1724765421008,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"5c5cd9a862b55345","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/5c5cd9a862b55345","status":"passed","time":{"start":1724765345662,"stop":1724765345662,"duration":0}},{"uid":"ba91c2d464e2aedf","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/ba91c2d464e2aedf","status":"passed","time":{"start":1724763728520,"stop":1724763728520,"duration":0}},{"uid":"c3652ed33c2c6af","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c3652ed33c2c6af","status":"passed","time":{"start":1724760958460,"stop":1724760958461,"duration":1}},{"uid":"92a7c99c4f221533","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/92a7c99c4f221533","status":"passed","time":{"start":1724759986213,"stop":1724759986214,"duration":1}},{"uid":"8f6f62fab3cd966e","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/8f6f62fab3cd966e","status":"passed","time":{"start":1724758131996,"stop":1724758131997,"duration":1}},{"uid":"355402f7154766ef","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/355402f7154766ef","status":"passed","time":{"start":1724757804671,"stop":1724757804671,"duration":0}},{"uid":"cd7e0363c0e964ae","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/cd7e0363c0e964ae","status":"passed","time":{"start":1724757182042,"stop":1724757182043,"duration":1}},{"uid":"dd0a98744d416ea","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/dd0a98744d416ea","status":"passed","time":{"start":1724755250669,"stop":1724755250669,"duration":0}},{"uid":"39618469e2ba7625","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/39618469e2ba7625","status":"passed","time":{"start":1724752681462,"stop":1724752681462,"duration":0}},{"uid":"d879f98dffe95d4f","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/d879f98dffe95d4f","status":"passed","time":{"start":1724751529160,"stop":1724751529160,"duration":0}},{"uid":"be92c0e82aef7a56","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/be92c0e82aef7a56","status":"passed","time":{"start":1724750601847,"stop":1724750601848,"duration":1}},{"uid":"bca6323197519ad9","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/bca6323197519ad9","status":"passed","time":{"start":1724749597811,"stop":1724749597812,"duration":1}},{"uid":"b5da44a328e58784","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/b5da44a328e58784","status":"passed","time":{"start":1724717911306,"stop":1724717911306,"duration":0}},{"uid":"ed6031446ce4633c","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/ed6031446ce4633c","status":"passed","time":{"start":1724715155604,"stop":1724715155604,"duration":0}},{"uid":"2a2d72ce2f8f285e","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/2a2d72ce2f8f285e","status":"passed","time":{"start":1724713233427,"stop":1724713233428,"duration":1}},{"uid":"a9a782f4846845a1","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a9a782f4846845a1","status":"passed","time":{"start":1724706419529,"stop":1724706419530,"duration":1}},{"uid":"c543ca66efffaa93","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c543ca66efffaa93","status":"passed","time":{"start":1724704833542,"stop":1724704833542,"duration":0}},{"uid":"98f88aeddef6f956","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/98f88aeddef6f956","status":"passed","time":{"start":1724684206371,"stop":1724684206371,"duration":0}},{"uid":"39b6a0b68152366e","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/39b6a0b68152366e","status":"passed","time":{"start":1724672961266,"stop":1724672961267,"duration":1}},{"uid":"863e3bf18a175414","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/863e3bf18a175414","status":"passed","time":{"start":1724670685270,"stop":1724670685271,"duration":1}}]},"tags":[]},"source":"eba9e71b932f550f.json","parameterValues":[]} \ No newline at end of file +{"uid":"31e9647c8db518d4","name":"Subscribe to topic containing Script and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing Script and publish message","historyId":"4516e31462507870186c9fbd4aef885c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922891490,"stop":1724922891491,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"96375094dcc5371b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/96375094dcc5371b","status":"passed","time":{"start":1724921563019,"stop":1724921563019,"duration":0}},{"uid":"9b3185d5a296bf55","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9b3185d5a296bf55","status":"passed","time":{"start":1724921526815,"stop":1724921526815,"duration":0}},{"uid":"a08a80ed0bceebc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a08a80ed0bceebc","status":"passed","time":{"start":1724918239947,"stop":1724918239948,"duration":1}},{"uid":"5e83767c58d82798","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5e83767c58d82798","status":"passed","time":{"start":1724889980918,"stop":1724889980919,"duration":1}},{"uid":"695ffd74721e72aa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/695ffd74721e72aa","status":"passed","time":{"start":1724889109973,"stop":1724889109974,"duration":1}},{"uid":"f02bcb04d1ea3b22","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f02bcb04d1ea3b22","status":"passed","time":{"start":1724888294724,"stop":1724888294725,"duration":1}},{"uid":"30a4a06573d0fdd0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/30a4a06573d0fdd0","status":"passed","time":{"start":1724887071743,"stop":1724887071743,"duration":0}},{"uid":"fa967220b07c0cc7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fa967220b07c0cc7","status":"passed","time":{"start":1724886848348,"stop":1724886848348,"duration":0}},{"uid":"2336d5254826f470","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2336d5254826f470","status":"passed","time":{"start":1724862259256,"stop":1724862259256,"duration":0}},{"uid":"968564dbd2eed7df","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/968564dbd2eed7df","status":"passed","time":{"start":1724861735331,"stop":1724861735331,"duration":0}},{"uid":"f86dab3bde24b557","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f86dab3bde24b557","status":"passed","time":{"start":1724861606351,"stop":1724861606351,"duration":0}},{"uid":"100159793340f120","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/100159793340f120","status":"passed","time":{"start":1724861426690,"stop":1724861426690,"duration":0}}]},"tags":[]},"source":"31e9647c8db518d4.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/320a6435536b3d8f.json b/7376/data/test-cases/320a6435536b3d8f.json new file mode 100644 index 00000000000..ab592755aea --- /dev/null +++ b/7376/data/test-cases/320a6435536b3d8f.json @@ -0,0 +1 @@ +{"uid":"320a6435536b3d8f","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric clusterId: /waku/2/rs/!/1","historyId":"bdff96d282b390fdf8d15fc660fe095e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374685,"stop":1724922374686,"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":"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":13,"unknown":0,"total":13},"items":[{"uid":"ff62bef00a3111c1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ff62bef00a3111c1","status":"passed","time":{"start":1724921037647,"stop":1724921037647,"duration":0}},{"uid":"c957229a7411b48c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c957229a7411b48c","status":"passed","time":{"start":1724921013059,"stop":1724921013060,"duration":1}},{"uid":"b8678885764f9ac5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b8678885764f9ac5","status":"passed","time":{"start":1724917673301,"stop":1724917673301,"duration":0}},{"uid":"917e6349f557ef7e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/917e6349f557ef7e","status":"passed","time":{"start":1724889452320,"stop":1724889452321,"duration":1}},{"uid":"e26cd1f184accbd1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e26cd1f184accbd1","status":"passed","time":{"start":1724888602852,"stop":1724888602852,"duration":0}},{"uid":"c6d73ba82732d1a5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c6d73ba82732d1a5","status":"passed","time":{"start":1724887759173,"stop":1724887759173,"duration":0}},{"uid":"5e41c006e0adb8c3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5e41c006e0adb8c3","status":"passed","time":{"start":1724886525552,"stop":1724886525552,"duration":0}},{"uid":"cbc0aa6c17b29c5e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cbc0aa6c17b29c5e","status":"passed","time":{"start":1724886303407,"stop":1724886303407,"duration":0}},{"uid":"4b724d44c7083934","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b724d44c7083934","status":"passed","time":{"start":1724861752239,"stop":1724861752240,"duration":1}},{"uid":"cb01b41efefd4f53","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cb01b41efefd4f53","status":"passed","time":{"start":1724861223364,"stop":1724861223364,"duration":0}},{"uid":"d59cf3b12a571497","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d59cf3b12a571497","status":"passed","time":{"start":1724861045212,"stop":1724861045213,"duration":1}},{"uid":"457e539c3fb98a59","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/457e539c3fb98a59","status":"passed","time":{"start":1724860907098,"stop":1724860907098,"duration":0}}]},"tags":[]},"source":"320a6435536b3d8f.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/32117bbecaa13e04.json b/7376/data/test-cases/32117bbecaa13e04.json new file mode 100644 index 00000000000..bbdf3a39726 --- /dev/null +++ b/7376/data/test-cases/32117bbecaa13e04.json @@ -0,0 +1 @@ +{"uid":"32117bbecaa13e04","name":"throws on content topic with empty version field","fullName":"/src/common/sharding/index.spec.ts: ensureValidContentTopic > throws on content topic with empty version field","historyId":"34425a8bc0f17e082f9217332c2d7a25:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374660,"stop":1724922374661,"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":"ensureValidContentTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d877460f4936ccd3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d877460f4936ccd3","status":"passed","time":{"start":1724921037622,"stop":1724921037622,"duration":0}},{"uid":"11e6366f3ae96f19","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/11e6366f3ae96f19","status":"passed","time":{"start":1724921013034,"stop":1724921013035,"duration":1}},{"uid":"14b0b66f5f6fb28e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/14b0b66f5f6fb28e","status":"passed","time":{"start":1724917673278,"stop":1724917673278,"duration":0}},{"uid":"7b773b214d6010c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b773b214d6010c9","status":"passed","time":{"start":1724889452297,"stop":1724889452298,"duration":1}},{"uid":"5a2ab3bdb366a916","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5a2ab3bdb366a916","status":"passed","time":{"start":1724888602826,"stop":1724888602827,"duration":1}},{"uid":"bc3908fc3b425b6c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bc3908fc3b425b6c","status":"passed","time":{"start":1724887759152,"stop":1724887759152,"duration":0}},{"uid":"cd7b09bdf2fc63c6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cd7b09bdf2fc63c6","status":"passed","time":{"start":1724886525538,"stop":1724886525538,"duration":0}},{"uid":"156ac0a9110d26d7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/156ac0a9110d26d7","status":"passed","time":{"start":1724886303384,"stop":1724886303385,"duration":1}},{"uid":"9f511641ff886e2d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f511641ff886e2d","status":"passed","time":{"start":1724861752212,"stop":1724861752213,"duration":1}},{"uid":"30c1cc052f8b0797","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/30c1cc052f8b0797","status":"passed","time":{"start":1724861223343,"stop":1724861223343,"duration":0}},{"uid":"25aff7399008f377","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/25aff7399008f377","status":"passed","time":{"start":1724861045188,"stop":1724861045189,"duration":1}},{"uid":"e799a2dec1de4e16","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e799a2dec1de4e16","status":"passed","time":{"start":1724860907071,"stop":1724860907071,"duration":0}}]},"tags":[]},"source":"32117bbecaa13e04.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/736e12a53db11784.json b/7376/data/test-cases/322a4a8ff57b83bb.json similarity index 78% rename from 7346/data/test-cases/736e12a53db11784.json rename to 7376/data/test-cases/322a4a8ff57b83bb.json index 2ccce78a7cb..e08d94b7440 100644 --- a/7346/data/test-cases/736e12a53db11784.json +++ b/7376/data/test-cases/322a4a8ff57b83bb.json @@ -1 +1 @@ -{"uid":"736e12a53db11784","name":"Check received message containing SQL Injection","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing SQL Injection","historyId":"53a70864f1bd0718cbc62a8cd94d34f9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392381,"stop":1724765392381,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"cbd927f52d2c05d4","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/cbd927f52d2c05d4","status":"passed","time":{"start":1724765313869,"stop":1724765313869,"duration":0}},{"uid":"277ccd36112fb6d9","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/277ccd36112fb6d9","status":"passed","time":{"start":1724763683868,"stop":1724763683868,"duration":0}},{"uid":"bc18ef3734d6b3c6","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/bc18ef3734d6b3c6","status":"passed","time":{"start":1724760929570,"stop":1724760929571,"duration":1}},{"uid":"afa6653a3894a7a7","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/afa6653a3894a7a7","status":"passed","time":{"start":1724759955170,"stop":1724759955170,"duration":0}},{"uid":"dbb477966e95db7b","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/dbb477966e95db7b","status":"passed","time":{"start":1724758077447,"stop":1724758077448,"duration":1}},{"uid":"a743518c686aa180","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a743518c686aa180","status":"passed","time":{"start":1724757801871,"stop":1724757801871,"duration":0}},{"uid":"43b9b88fa170b3ef","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/43b9b88fa170b3ef","status":"passed","time":{"start":1724757120190,"stop":1724757120191,"duration":1}},{"uid":"dfdcf44c0756e037","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/dfdcf44c0756e037","status":"passed","time":{"start":1724755211078,"stop":1724755211079,"duration":1}},{"uid":"b8ec5e94b625bce1","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/b8ec5e94b625bce1","status":"passed","time":{"start":1724752646551,"stop":1724752646552,"duration":1}},{"uid":"6ebb1a561b3d3e6e","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/6ebb1a561b3d3e6e","status":"passed","time":{"start":1724751495289,"stop":1724751495289,"duration":0}},{"uid":"c677b840615ffb33","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/c677b840615ffb33","status":"passed","time":{"start":1724750572382,"stop":1724750572382,"duration":0}},{"uid":"e5b97c5dbf1e7c1b","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/e5b97c5dbf1e7c1b","status":"passed","time":{"start":1724749567266,"stop":1724749567266,"duration":0}},{"uid":"190080f4d476254f","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/190080f4d476254f","status":"passed","time":{"start":1724717880831,"stop":1724717880832,"duration":1}},{"uid":"b776a87d665357f0","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/b776a87d665357f0","status":"passed","time":{"start":1724715103511,"stop":1724715103512,"duration":1}},{"uid":"50e9a347e081383e","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/50e9a347e081383e","status":"passed","time":{"start":1724713195362,"stop":1724713195362,"duration":0}},{"uid":"3669a8e3c716c6c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/3669a8e3c716c6c","status":"passed","time":{"start":1724706389678,"stop":1724706389678,"duration":0}},{"uid":"e95b947e62bc57b9","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/e95b947e62bc57b9","status":"passed","time":{"start":1724704811200,"stop":1724704811200,"duration":0}},{"uid":"51edeee202354b56","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/51edeee202354b56","status":"passed","time":{"start":1724684170197,"stop":1724684170197,"duration":0}},{"uid":"d4350804a4d3a21","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/d4350804a4d3a21","status":"passed","time":{"start":1724672903619,"stop":1724672903620,"duration":1}},{"uid":"9d6ea939177b51bc","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/9d6ea939177b51bc","status":"passed","time":{"start":1724670674048,"stop":1724670674048,"duration":0}}]},"tags":[]},"source":"736e12a53db11784.json","parameterValues":[]} \ No newline at end of file +{"uid":"322a4a8ff57b83bb","name":"Check received message containing SQL Injection","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing SQL Injection","historyId":"53a70864f1bd0718cbc62a8cd94d34f9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845253,"stop":1724922845253,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9c76f003f68108c3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9c76f003f68108c3","status":"passed","time":{"start":1724921515233,"stop":1724921515233,"duration":0}},{"uid":"c967b4db27d83507","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c967b4db27d83507","status":"passed","time":{"start":1724921475466,"stop":1724921475466,"duration":0}},{"uid":"44a029dfc2942665","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/44a029dfc2942665","status":"passed","time":{"start":1724918179407,"stop":1724918179408,"duration":1}},{"uid":"f214851233cdaef2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f214851233cdaef2","status":"passed","time":{"start":1724889935347,"stop":1724889935347,"duration":0}},{"uid":"f6c64828036b954f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f6c64828036b954f","status":"passed","time":{"start":1724889072761,"stop":1724889072761,"duration":0}},{"uid":"c4b566249b13143c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c4b566249b13143c","status":"passed","time":{"start":1724888232422,"stop":1724888232422,"duration":0}},{"uid":"729e69d0e135d447","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/729e69d0e135d447","status":"passed","time":{"start":1724887018309,"stop":1724887018309,"duration":0}},{"uid":"6e1c790be65c42b0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6e1c790be65c42b0","status":"passed","time":{"start":1724886781487,"stop":1724886781488,"duration":1}},{"uid":"d9d4af5674b72c90","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9d4af5674b72c90","status":"passed","time":{"start":1724862213669,"stop":1724862213670,"duration":1}},{"uid":"4ab52c3212dff22e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4ab52c3212dff22e","status":"passed","time":{"start":1724861685863,"stop":1724861685864,"duration":1}},{"uid":"af58373a05ca308c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/af58373a05ca308c","status":"passed","time":{"start":1724861546196,"stop":1724861546197,"duration":1}},{"uid":"a7ee3a3ee2a3d24e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a7ee3a3ee2a3d24e","status":"passed","time":{"start":1724861378118,"stop":1724861378119,"duration":1}}]},"tags":[]},"source":"322a4a8ff57b83bb.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/326bee9270ea3182.json b/7376/data/test-cases/326bee9270ea3182.json new file mode 100644 index 00000000000..f1a81862f85 --- /dev/null +++ b/7376/data/test-cases/326bee9270ea3182.json @@ -0,0 +1 @@ +{"uid":"326bee9270ea3182","name":"should throw error - no id","fullName":"/src/enr.spec.ts: ENR > Verify > should throw error - no id","historyId":"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922383081,"stop":1724922383081,"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":13,"unknown":0,"total":13},"items":[{"uid":"3b32ca57e810ad27","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3b32ca57e810ad27","status":"passed","time":{"start":1724921046198,"stop":1724921046198,"duration":0}},{"uid":"e0ecef46a2eddfbc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e0ecef46a2eddfbc","status":"passed","time":{"start":1724921021468,"stop":1724921021468,"duration":0}},{"uid":"1d81d9a3839a7809","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1d81d9a3839a7809","status":"passed","time":{"start":1724917681717,"stop":1724917681717,"duration":0}},{"uid":"4404ee35c64869e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4404ee35c64869e","status":"passed","time":{"start":1724889460646,"stop":1724889460646,"duration":0}},{"uid":"234897641ecea4e6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/234897641ecea4e6","status":"passed","time":{"start":1724888611289,"stop":1724888611289,"duration":0}},{"uid":"90031927aabc3558","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/90031927aabc3558","status":"passed","time":{"start":1724887767614,"stop":1724887767614,"duration":0}},{"uid":"a0263ae26a3a2e2f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a0263ae26a3a2e2f","status":"passed","time":{"start":1724886533984,"stop":1724886533984,"duration":0}},{"uid":"49ba66f913fde684","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/49ba66f913fde684","status":"passed","time":{"start":1724886311751,"stop":1724886311752,"duration":1}},{"uid":"14c5dd5119ab4d11","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14c5dd5119ab4d11","status":"passed","time":{"start":1724861760767,"stop":1724861760768,"duration":1}},{"uid":"b7cf6b0a179ad258","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b7cf6b0a179ad258","status":"passed","time":{"start":1724861231727,"stop":1724861231728,"duration":1}},{"uid":"31810696655275db","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/31810696655275db","status":"passed","time":{"start":1724861054248,"stop":1724861054249,"duration":1}},{"uid":"aff7261f7f09a297","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/aff7261f7f09a297","status":"passed","time":{"start":1724860915807,"stop":1724860915807,"duration":0}}]},"tags":[]},"source":"326bee9270ea3182.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/328c39bbf1f72fdf.json b/7376/data/test-cases/328c39bbf1f72fdf.json new file mode 100644 index 00000000000..3101bfa9922 --- /dev/null +++ b/7376/data/test-cases/328c39bbf1f72fdf.json @@ -0,0 +1 @@ +{"uid":"328c39bbf1f72fdf","name":"Relay - dialed first","fullName":"/tests/wait_for_remote_peer.node.spec.ts: Wait for remote peer > Relay - dialed first","historyId":"c818e62d6098cdb83b714eb36bf1dbce:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923008734,"stop":1724923008734,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Wait for remote peer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8b09fe843c63e42b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8b09fe843c63e42b","status":"passed","time":{"start":1724921677826,"stop":1724921677826,"duration":0}},{"uid":"7f9e405bdf08caff","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7f9e405bdf08caff","status":"passed","time":{"start":1724921635678,"stop":1724921635678,"duration":0}},{"uid":"f89d2a1a833a673d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f89d2a1a833a673d","status":"passed","time":{"start":1724918344737,"stop":1724918344737,"duration":0}},{"uid":"d29ae21cb97c2409","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d29ae21cb97c2409","status":"passed","time":{"start":1724890097425,"stop":1724890097425,"duration":0}},{"uid":"278ac31bdad0d78b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/278ac31bdad0d78b","status":"passed","time":{"start":1724889226622,"stop":1724889226622,"duration":0}},{"uid":"bdd8f6795d2908b4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bdd8f6795d2908b4","status":"passed","time":{"start":1724888405386,"stop":1724888405386,"duration":0}},{"uid":"4a140d1dab2a9c98","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a140d1dab2a9c98","status":"passed","time":{"start":1724887180095,"stop":1724887180095,"duration":0}},{"uid":"83bac867be3dc5ce","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/83bac867be3dc5ce","status":"passed","time":{"start":1724886957949,"stop":1724886957949,"duration":0}},{"uid":"98586cbb2e31479d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/98586cbb2e31479d","status":"passed","time":{"start":1724862379717,"stop":1724862379717,"duration":0}},{"uid":"52975ceda4e49774","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/52975ceda4e49774","status":"passed","time":{"start":1724861853003,"stop":1724861853003,"duration":0}},{"uid":"881e6f14cd856ab","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/881e6f14cd856ab","status":"passed","time":{"start":1724861709845,"stop":1724861709845,"duration":0}},{"uid":"9ac995cf3f47c822","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9ac995cf3f47c822","status":"passed","time":{"start":1724861537422,"stop":1724861537423,"duration":1}}]},"tags":[]},"source":"328c39bbf1f72fdf.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/b9242a7e49444974.json b/7376/data/test-cases/32cff420de5154cf.json similarity index 51% rename from 7346/data/test-cases/b9242a7e49444974.json rename to 7376/data/test-cases/32cff420de5154cf.json index 2d5726593c7..a296632f5a6 100644 --- a/7346/data/test-cases/b9242a7e49444974.json +++ b/7376/data/test-cases/32cff420de5154cf.json @@ -1 +1 @@ -{"uid":"b9242a7e49444974","name":"Passing page size 110 when there are 120 messages","fullName":"/tests/store/page_size.node.spec.ts: Waku Store, page size > Passing page size 110 when there are 120 messages","historyId":"a4bd1ceec3e714658f838fd37e893d6f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765545356,"stop":1724765545356,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, page size"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"a396732a59151414","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/a396732a59151414","status":"passed","time":{"start":1724765471402,"stop":1724765471402,"duration":0}},{"uid":"4c894e21d7938790","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/4c894e21d7938790","status":"passed","time":{"start":1724763827935,"stop":1724763827936,"duration":1}},{"uid":"6040b8ead45b5b52","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6040b8ead45b5b52","status":"passed","time":{"start":1724761084762,"stop":1724761084762,"duration":0}},{"uid":"de6f3e59c6d02b9a","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/de6f3e59c6d02b9a","status":"passed","time":{"start":1724760105219,"stop":1724760105220,"duration":1}},{"uid":"e4ed449c71d49127","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/e4ed449c71d49127","status":"passed","time":{"start":1724758251488,"stop":1724758251488,"duration":0}},{"uid":"9e0f3c48f6c377d6","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/9e0f3c48f6c377d6","status":"passed","time":{"start":1724757947201,"stop":1724757947201,"duration":0}},{"uid":"cbcd92c29d530d14","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/cbcd92c29d530d14","status":"passed","time":{"start":1724757297810,"stop":1724757297811,"duration":1}},{"uid":"cb05ccc8c85a3cf0","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/cb05ccc8c85a3cf0","status":"passed","time":{"start":1724755380037,"stop":1724755380037,"duration":0}},{"uid":"6a1f2f4f73e2daf6","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/6a1f2f4f73e2daf6","status":"passed","time":{"start":1724752822935,"stop":1724752822936,"duration":1}},{"uid":"d4a8e72e80e5df95","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/d4a8e72e80e5df95","status":"passed","time":{"start":1724751647551,"stop":1724751647551,"duration":0}},{"uid":"b2f315395b3fdc9d","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/b2f315395b3fdc9d","status":"passed","time":{"start":1724750732235,"stop":1724750732235,"duration":0}},{"uid":"717e80591bedb6ca","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/717e80591bedb6ca","status":"passed","time":{"start":1724749732032,"stop":1724749732032,"duration":0}},{"uid":"b00210dbac6d2cdf","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/b00210dbac6d2cdf","status":"passed","time":{"start":1724718038576,"stop":1724718038577,"duration":1}},{"uid":"29105854904e9a5","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/29105854904e9a5","status":"passed","time":{"start":1724715272695,"stop":1724715272695,"duration":0}},{"uid":"7a5b772df35c9767","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/7a5b772df35c9767","status":"passed","time":{"start":1724713359484,"stop":1724713359492,"duration":8}},{"uid":"c206ad83724aa269","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c206ad83724aa269","status":"passed","time":{"start":1724706564507,"stop":1724706564507,"duration":0}},{"uid":"7994a91be6a53347","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/7994a91be6a53347","status":"passed","time":{"start":1724704972718,"stop":1724704972719,"duration":1}},{"uid":"bd83639dd9763506","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/bd83639dd9763506","status":"passed","time":{"start":1724684357218,"stop":1724684357219,"duration":1}},{"uid":"d1d673a77b6be576","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/d1d673a77b6be576","status":"passed","time":{"start":1724673081511,"stop":1724673081512,"duration":1}},{"uid":"be4c93cc6034a058","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/be4c93cc6034a058","status":"passed","time":{"start":1724670810985,"stop":1724670810985,"duration":0}}]},"tags":[]},"source":"b9242a7e49444974.json","parameterValues":[]} \ No newline at end of file +{"uid":"32cff420de5154cf","name":"Passing page size 110 when there are 120 messages","fullName":"/tests/store/page_size.node.spec.ts: Waku Store, page size > Passing page size 110 when there are 120 messages","historyId":"a4bd1ceec3e714658f838fd37e893d6f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922983784,"stop":1724922983784,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, page size"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"411e8c6df063dcb8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/411e8c6df063dcb8","status":"passed","time":{"start":1724921656193,"stop":1724921656193,"duration":0}},{"uid":"24e4bec514dfaba0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/24e4bec514dfaba0","status":"passed","time":{"start":1724921620461,"stop":1724921620461,"duration":0}},{"uid":"2c6894bfb3816fd8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2c6894bfb3816fd8","status":"passed","time":{"start":1724918327711,"stop":1724918327712,"duration":1}},{"uid":"c29e8a9e053e51e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c29e8a9e053e51e8","status":"passed","time":{"start":1724890078471,"stop":1724890078472,"duration":1}},{"uid":"e9c9da59a191d5b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e9c9da59a191d5b3","status":"passed","time":{"start":1724889213830,"stop":1724889213830,"duration":0}},{"uid":"f1655dcc026b60a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f1655dcc026b60a9","status":"passed","time":{"start":1724888383603,"stop":1724888383603,"duration":0}},{"uid":"51278af3da47ac76","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/51278af3da47ac76","status":"passed","time":{"start":1724887164580,"stop":1724887164580,"duration":0}},{"uid":"fedf389d23e67d3f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fedf389d23e67d3f","status":"passed","time":{"start":1724886943103,"stop":1724886943103,"duration":0}},{"uid":"60b89a71c2fa04a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/60b89a71c2fa04a7","status":"passed","time":{"start":1724862368930,"stop":1724862368930,"duration":0}},{"uid":"def511e726bc5e7c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/def511e726bc5e7c","status":"passed","time":{"start":1724861835947,"stop":1724861835947,"duration":0}},{"uid":"f65b6dab33bca6d6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f65b6dab33bca6d6","status":"passed","time":{"start":1724861692904,"stop":1724861692904,"duration":0}},{"uid":"e22c26fc6131150d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e22c26fc6131150d","status":"passed","time":{"start":1724861520701,"stop":1724861520701,"duration":0}}]},"tags":[]},"source":"32cff420de5154cf.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/331a29e30272d913.json b/7376/data/test-cases/331a29e30272d913.json new file mode 100644 index 00000000000..8a685feb5d3 --- /dev/null +++ b/7376/data/test-cases/331a29e30272d913.json @@ -0,0 +1 @@ +{"uid":"331a29e30272d913","name":"3 nodes on /waku/2/rs/3/2 topic","fullName":"/tests/relay/multiple_pubsub.node.spec.ts: Waku Relay, multiple pubsub topics > 3 nodes on /waku/2/rs/3/2 topic","historyId":"5c01827d9f30f00c3a668c494fde47df:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922862333,"stop":1724922862333,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, multiple pubsub topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"96b54f458bd6d1f0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/96b54f458bd6d1f0","status":"passed","time":{"start":1724921540107,"stop":1724921540107,"duration":0}},{"uid":"28f117ceafbcd69c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/28f117ceafbcd69c","status":"passed","time":{"start":1724921503539,"stop":1724921503539,"duration":0}},{"uid":"df4717905c5f3a80","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/df4717905c5f3a80","status":"passed","time":{"start":1724918214356,"stop":1724918214356,"duration":0}},{"uid":"8d85ec50c105c9b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8d85ec50c105c9b","status":"passed","time":{"start":1724889952443,"stop":1724889952443,"duration":0}},{"uid":"a429ecb5b0c882ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a429ecb5b0c882ba","status":"passed","time":{"start":1724889087460,"stop":1724889087467,"duration":7}},{"uid":"251e334b48ad5a61","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/251e334b48ad5a61","status":"passed","time":{"start":1724888266428,"stop":1724888266429,"duration":1}},{"uid":"94aaa3f3399a15dd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/94aaa3f3399a15dd","status":"passed","time":{"start":1724887042930,"stop":1724887042930,"duration":0}},{"uid":"3f59c85b93c3df28","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3f59c85b93c3df28","status":"passed","time":{"start":1724886820797,"stop":1724886820797,"duration":0}},{"uid":"34e8b387e3af6e8e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/34e8b387e3af6e8e","status":"passed","time":{"start":1724862245489,"stop":1724862245489,"duration":0}},{"uid":"f3fe06e5b51d5ae6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f3fe06e5b51d5ae6","status":"passed","time":{"start":1724861720393,"stop":1724861720394,"duration":1}},{"uid":"9286a5be22f4a858","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9286a5be22f4a858","status":"passed","time":{"start":1724861579387,"stop":1724861579387,"duration":0}},{"uid":"9e306c3edbf238a2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9e306c3edbf238a2","status":"passed","time":{"start":1724861402506,"stop":1724861402506,"duration":0}}]},"tags":[]},"source":"331a29e30272d913.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/3343a0fc1709414e.json b/7376/data/test-cases/3343a0fc1709414e.json new file mode 100644 index 00000000000..5c55347e2a4 --- /dev/null +++ b/7376/data/test-cases/3343a0fc1709414e.json @@ -0,0 +1 @@ +{"uid":"3343a0fc1709414e","name":"Subscribe and receives messages on 20 topics","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe and receives messages on 20 topics","historyId":"f2541bf96bf4b9f11cf326933201a52a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012460,"stop":1724923012460,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9db35cd4c5c68a66","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9db35cd4c5c68a66","status":"passed","time":{"start":1724921625037,"stop":1724921625038,"duration":1}},{"uid":"eb67c95f4246120e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/eb67c95f4246120e","status":"passed","time":{"start":1724921590481,"stop":1724921590482,"duration":1}},{"uid":"d7e6c36bdb7af766","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d7e6c36bdb7af766","status":"passed","time":{"start":1724918287560,"stop":1724918287560,"duration":0}},{"uid":"b2c4a0d65d99604c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b2c4a0d65d99604c","status":"passed","time":{"start":1724890047783,"stop":1724890047783,"duration":0}},{"uid":"4d3568c0fc7acc99","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4d3568c0fc7acc99","status":"passed","time":{"start":1724889183915,"stop":1724889183915,"duration":0}},{"uid":"27cf235444c76a06","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/27cf235444c76a06","status":"passed","time":{"start":1724888354160,"stop":1724888354160,"duration":0}},{"uid":"f55ec1073164c40d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f55ec1073164c40d","status":"passed","time":{"start":1724887145651,"stop":1724887145652,"duration":1}},{"uid":"8fba490c0f41c95d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8fba490c0f41c95d","status":"passed","time":{"start":1724886915777,"stop":1724886915777,"duration":0}},{"uid":"beb0dd9e7f638ea9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/beb0dd9e7f638ea9","status":"passed","time":{"start":1724862341432,"stop":1724862341432,"duration":0}},{"uid":"171fcb74bd4bcca5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/171fcb74bd4bcca5","status":"passed","time":{"start":1724861805434,"stop":1724861805435,"duration":1}},{"uid":"491810379be724b6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/491810379be724b6","status":"passed","time":{"start":1724861662241,"stop":1724861662241,"duration":0}},{"uid":"b74acaea58e6b2f6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b74acaea58e6b2f6","status":"passed","time":{"start":1724861492503,"stop":1724861492504,"duration":1}}]},"tags":[]},"source":"3343a0fc1709414e.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/33987d970777a3a5.json b/7376/data/test-cases/33987d970777a3a5.json new file mode 100644 index 00000000000..6a64e3532cc --- /dev/null +++ b/7376/data/test-cases/33987d970777a3a5.json @@ -0,0 +1 @@ +{"uid":"33987d970777a3a5","name":"Push message with JSON payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with JSON payload","historyId":"faeaa63b59e5383bb298c13badf3477c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853910,"stop":1724922853911,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e94ea2bd984dd91b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e94ea2bd984dd91b","status":"passed","time":{"start":1724921529572,"stop":1724921529573,"duration":1}},{"uid":"5fb7d8671ca7eddb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5fb7d8671ca7eddb","status":"passed","time":{"start":1724921488874,"stop":1724921488874,"duration":0}},{"uid":"c7cb9dc48f394d29","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c7cb9dc48f394d29","status":"passed","time":{"start":1724918203670,"stop":1724918203670,"duration":0}},{"uid":"d29ee2336eb9b321","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d29ee2336eb9b321","status":"passed","time":{"start":1724889938353,"stop":1724889938353,"duration":0}},{"uid":"717c29d6217f05e3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/717c29d6217f05e3","status":"passed","time":{"start":1724889077033,"stop":1724889077048,"duration":15}},{"uid":"637ffa9f81217c0a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/637ffa9f81217c0a","status":"passed","time":{"start":1724888268008,"stop":1724888268008,"duration":0}},{"uid":"d5a6a8eded730b42","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d5a6a8eded730b42","status":"passed","time":{"start":1724887032390,"stop":1724887032391,"duration":1}},{"uid":"bb81c1f0efc6a97f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bb81c1f0efc6a97f","status":"passed","time":{"start":1724886822786,"stop":1724886822787,"duration":1}},{"uid":"217d688e26826416","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/217d688e26826416","status":"passed","time":{"start":1724862233504,"stop":1724862233504,"duration":0}},{"uid":"7c0922d018436bef","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7c0922d018436bef","status":"passed","time":{"start":1724861712665,"stop":1724861712665,"duration":0}},{"uid":"9b6dabe289d7ac30","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9b6dabe289d7ac30","status":"passed","time":{"start":1724861567883,"stop":1724861567883,"duration":0}},{"uid":"c6822ada69d40f97","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c6822ada69d40f97","status":"passed","time":{"start":1724861392039,"stop":1724861392040,"duration":1}}]},"tags":[]},"source":"33987d970777a3a5.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/57d37cb53e4ff74e.json b/7376/data/test-cases/33990a37cc275bf6.json similarity index 82% rename from 7346/data/test-cases/57d37cb53e4ff74e.json rename to 7376/data/test-cases/33990a37cc275bf6.json index 7abc8df9ba0..df47b700b35 100644 --- a/7346/data/test-cases/57d37cb53e4ff74e.json +++ b/7376/data/test-cases/33990a37cc275bf6.json @@ -1 +1 @@ -{"uid":"57d37cb53e4ff74e","name":"Cluster ID 0 - Default/Global Cluster","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > Cluster ID 0 - Default/Global Cluster","historyId":"3fb18a885665865913cabe795f9cd3e5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765485926,"stop":1724765485928,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"7b7d90ca71cb6448","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/7b7d90ca71cb6448","status":"passed","time":{"start":1724765411366,"stop":1724765411366,"duration":0}},{"uid":"efb2ebe2a5ecc362","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/efb2ebe2a5ecc362","status":"passed","time":{"start":1724763782412,"stop":1724763782412,"duration":0}},{"uid":"149c81d553b101d2","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/149c81d553b101d2","status":"passed","time":{"start":1724761025570,"stop":1724761025571,"duration":1}},{"uid":"d482b9ec475f1a0a","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/d482b9ec475f1a0a","status":"passed","time":{"start":1724760055807,"stop":1724760055808,"duration":1}},{"uid":"871158049237cce3","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/871158049237cce3","status":"passed","time":{"start":1724758203611,"stop":1724758203611,"duration":0}},{"uid":"71a8489f2818647f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/71a8489f2818647f","status":"passed","time":{"start":1724757870382,"stop":1724757870396,"duration":14}},{"uid":"b0e28a61fe63c265","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/b0e28a61fe63c265","status":"passed","time":{"start":1724757243608,"stop":1724757243608,"duration":0}},{"uid":"5560f02318b04e34","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/5560f02318b04e34","status":"passed","time":{"start":1724755314275,"stop":1724755314276,"duration":1}},{"uid":"cad324af59a59bae","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/cad324af59a59bae","status":"passed","time":{"start":1724752741613,"stop":1724752741613,"duration":0}},{"uid":"888d3191e8b2b64e","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/888d3191e8b2b64e","status":"passed","time":{"start":1724751596521,"stop":1724751596521,"duration":0}},{"uid":"34fa2041cbb24467","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/34fa2041cbb24467","status":"passed","time":{"start":1724750669263,"stop":1724750669264,"duration":1}},{"uid":"fc51fb18b9a59130","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/fc51fb18b9a59130","status":"passed","time":{"start":1724749672370,"stop":1724749672371,"duration":1}},{"uid":"6d3fdfb7adc09f11","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/6d3fdfb7adc09f11","status":"passed","time":{"start":1724717974866,"stop":1724717974867,"duration":1}},{"uid":"9c6204c7a9d55086","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/9c6204c7a9d55086","status":"passed","time":{"start":1724715221754,"stop":1724715221757,"duration":3}},{"uid":"2c10c9d8cf140f5","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/2c10c9d8cf140f5","status":"passed","time":{"start":1724713297058,"stop":1724713297058,"duration":0}},{"uid":"cd904137012f8187","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/cd904137012f8187","status":"passed","time":{"start":1724706485954,"stop":1724706485954,"duration":0}},{"uid":"c8dde25853fcff57","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c8dde25853fcff57","status":"passed","time":{"start":1724704902574,"stop":1724704902575,"duration":1}},{"uid":"20a33a84e24ade2b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/20a33a84e24ade2b","status":"passed","time":{"start":1724684275977,"stop":1724684275977,"duration":0}},{"uid":"5df48dee2ac20b1e","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/5df48dee2ac20b1e","status":"passed","time":{"start":1724673036247,"stop":1724673036248,"duration":1}},{"uid":"b43352d7391d8478","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/b43352d7391d8478","status":"passed","time":{"start":1724670747580,"stop":1724670747581,"duration":1}}]},"tags":[]},"source":"57d37cb53e4ff74e.json","parameterValues":[]} \ No newline at end of file +{"uid":"33990a37cc275bf6","name":"Cluster ID 0 - Default/Global Cluster","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > Cluster ID 0 - Default/Global Cluster","historyId":"3fb18a885665865913cabe795f9cd3e5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922946228,"stop":1724922946229,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2c2593e0211c829e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2c2593e0211c829e","status":"passed","time":{"start":1724921619628,"stop":1724921619629,"duration":1}},{"uid":"9ae9646bd8c0ae0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9ae9646bd8c0ae0","status":"passed","time":{"start":1724921577166,"stop":1724921577167,"duration":1}},{"uid":"4e9f44f725263318","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4e9f44f725263318","status":"passed","time":{"start":1724918298097,"stop":1724918298098,"duration":1}},{"uid":"eb61b2aa0865c8a3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eb61b2aa0865c8a3","status":"passed","time":{"start":1724890039736,"stop":1724890039737,"duration":1}},{"uid":"730a2e163b4b3abb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/730a2e163b4b3abb","status":"passed","time":{"start":1724889169842,"stop":1724889169843,"duration":1}},{"uid":"d630a66c6a008fae","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d630a66c6a008fae","status":"passed","time":{"start":1724888345350,"stop":1724888345350,"duration":0}},{"uid":"3cdafaf87c9f3a12","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3cdafaf87c9f3a12","status":"passed","time":{"start":1724887127872,"stop":1724887127872,"duration":0}},{"uid":"cb9e53b48a1b690f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cb9e53b48a1b690f","status":"passed","time":{"start":1724886906377,"stop":1724886906378,"duration":1}},{"uid":"8e2e8688b37c3174","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e2e8688b37c3174","status":"passed","time":{"start":1724862320142,"stop":1724862320143,"duration":1}},{"uid":"7eb3989760438e8a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7eb3989760438e8a","status":"passed","time":{"start":1724861800254,"stop":1724861800254,"duration":0}},{"uid":"bb44685771e7fa0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bb44685771e7fa0","status":"passed","time":{"start":1724861655158,"stop":1724861655159,"duration":1}},{"uid":"780d719b455e6ea4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/780d719b455e6ea4","status":"passed","time":{"start":1724861485078,"stop":1724861485078,"duration":0}}]},"tags":[]},"source":"33990a37cc275bf6.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/33fcc69f8a1f0d54.json b/7376/data/test-cases/33fcc69f8a1f0d54.json new file mode 100644 index 00000000000..827ff22fd10 --- /dev/null +++ b/7376/data/test-cases/33fcc69f8a1f0d54.json @@ -0,0 +1 @@ +{"uid":"33fcc69f8a1f0d54","name":"should be able to encode the field with only FILTER set to true","fullName":"/src/waku2_codec.spec.ts: ENR waku2 codec > Encoding > should be able to encode the field with only FILTER set to true","historyId":"04b347e068318b0b9f6c0a7a47092da5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922382324,"stop":1724922382325,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR waku2 codec"},{"name":"suite","value":"Encoding"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"40a7911f97643c4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/40a7911f97643c4","status":"passed","time":{"start":1724921045529,"stop":1724921045529,"duration":0}},{"uid":"bd309bcac6da7fa1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bd309bcac6da7fa1","status":"passed","time":{"start":1724921020723,"stop":1724921020723,"duration":0}},{"uid":"b76c6ba561dae0e0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b76c6ba561dae0e0","status":"passed","time":{"start":1724917681048,"stop":1724917681048,"duration":0}},{"uid":"b6de5fa3b36e72d7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b6de5fa3b36e72d7","status":"passed","time":{"start":1724889459912,"stop":1724889459912,"duration":0}},{"uid":"fb295de0a1613bfa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb295de0a1613bfa","status":"passed","time":{"start":1724888610529,"stop":1724888610529,"duration":0}},{"uid":"37dfe61b871cd4e2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/37dfe61b871cd4e2","status":"passed","time":{"start":1724887766845,"stop":1724887766845,"duration":0}},{"uid":"f77e796a527ec6bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f77e796a527ec6bd","status":"passed","time":{"start":1724886533240,"stop":1724886533240,"duration":0}},{"uid":"3dba750fbf96590a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3dba750fbf96590a","status":"passed","time":{"start":1724886311085,"stop":1724886311086,"duration":1}},{"uid":"6213bdd4e878fa94","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6213bdd4e878fa94","status":"passed","time":{"start":1724861760045,"stop":1724861760046,"duration":1}},{"uid":"7a24f1d9de2e40a6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7a24f1d9de2e40a6","status":"passed","time":{"start":1724861230824,"stop":1724861230824,"duration":0}},{"uid":"e612b64fa8dd4c60","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e612b64fa8dd4c60","status":"passed","time":{"start":1724861053394,"stop":1724861053394,"duration":0}},{"uid":"4919b2984077f851","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4919b2984077f851","status":"passed","time":{"start":1724860914741,"stop":1724860914742,"duration":1}}]},"tags":[]},"source":"33fcc69f8a1f0d54.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/34348e61883a16e.json b/7376/data/test-cases/34348e61883a16e.json new file mode 100644 index 00000000000..834139791e9 --- /dev/null +++ b/7376/data/test-cases/34348e61883a16e.json @@ -0,0 +1 @@ +{"uid":"34348e61883a16e","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","fullName":"/src/lib/filterPeers.spec.ts: filterPeersByDiscovery function > should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","historyId":"adfa54d8b2a7624e750ee9e89b3a4085:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922387838,"stop":1724922387838,"duration":0},"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":13,"unknown":0,"total":13},"items":[{"uid":"4ca224e3725f3b5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4ca224e3725f3b5","status":"passed","time":{"start":1724921050916,"stop":1724921050916,"duration":0}},{"uid":"2ac29fc95df3db11","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2ac29fc95df3db11","status":"passed","time":{"start":1724921026084,"stop":1724921026084,"duration":0}},{"uid":"9da1d13a1f6b3d28","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9da1d13a1f6b3d28","status":"passed","time":{"start":1724917686330,"stop":1724917686331,"duration":1}},{"uid":"7d6a3f22663729d3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7d6a3f22663729d3","status":"passed","time":{"start":1724889465302,"stop":1724889465302,"duration":0}},{"uid":"9b0a89d145fafb11","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9b0a89d145fafb11","status":"passed","time":{"start":1724888615855,"stop":1724888615855,"duration":0}},{"uid":"9edf1bf980449527","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9edf1bf980449527","status":"passed","time":{"start":1724887772189,"stop":1724887772190,"duration":1}},{"uid":"6d7511132335d159","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6d7511132335d159","status":"passed","time":{"start":1724886538736,"stop":1724886538736,"duration":0}},{"uid":"f9fa024f473ddb4a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f9fa024f473ddb4a","status":"passed","time":{"start":1724886316573,"stop":1724886316573,"duration":0}},{"uid":"9613ee8867df5c10","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9613ee8867df5c10","status":"passed","time":{"start":1724861765626,"stop":1724861765627,"duration":1}},{"uid":"1acb64828ab71cb3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1acb64828ab71cb3","status":"passed","time":{"start":1724861236289,"stop":1724861236290,"duration":1}},{"uid":"69ff32e5c412df13","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/69ff32e5c412df13","status":"passed","time":{"start":1724861059256,"stop":1724861059256,"duration":0}},{"uid":"d5122d54febfe0fa","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d5122d54febfe0fa","status":"passed","time":{"start":1724860920541,"stop":1724860920541,"duration":0}}]},"tags":[]},"source":"34348e61883a16e.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/348c8c492527dbd4.json b/7376/data/test-cases/348c8c492527dbd4.json new file mode 100644 index 00000000000..f49207b2cd1 --- /dev/null +++ b/7376/data/test-cases/348c8c492527dbd4.json @@ -0,0 +1 @@ +{"uid":"348c8c492527dbd4","name":"should properly create location multiaddrs - tcp","fullName":"/src/enr.spec.ts: ENR > Location multiaddr > should properly create location multiaddrs - tcp","historyId":"557c6c213e4d0bfcfeb2c192f3ea6d74:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922383090,"stop":1724922383090,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before all\" hook in \"Location multiaddr\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Location multiaddr"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3590ae2dd50a3bd1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3590ae2dd50a3bd1","status":"passed","time":{"start":1724921046206,"stop":1724921046207,"duration":1}},{"uid":"e98637b313141e15","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e98637b313141e15","status":"passed","time":{"start":1724921021478,"stop":1724921021478,"duration":0}},{"uid":"c81879a1e1ed2fb0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c81879a1e1ed2fb0","status":"passed","time":{"start":1724917681726,"stop":1724917681727,"duration":1}},{"uid":"764f1883ea9a3d7a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/764f1883ea9a3d7a","status":"passed","time":{"start":1724889460654,"stop":1724889460654,"duration":0}},{"uid":"b12e244634e3e88a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b12e244634e3e88a","status":"passed","time":{"start":1724888611298,"stop":1724888611298,"duration":0}},{"uid":"1d49c66408a8908f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1d49c66408a8908f","status":"passed","time":{"start":1724887767622,"stop":1724887767622,"duration":0}},{"uid":"4fe1887d0af1fb3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4fe1887d0af1fb3","status":"passed","time":{"start":1724886533993,"stop":1724886533993,"duration":0}},{"uid":"31cd96ddc5429271","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/31cd96ddc5429271","status":"passed","time":{"start":1724886311760,"stop":1724886311760,"duration":0}},{"uid":"39d230b9a7e4cd2b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/39d230b9a7e4cd2b","status":"passed","time":{"start":1724861760778,"stop":1724861760778,"duration":0}},{"uid":"4354e37b8cb46c67","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4354e37b8cb46c67","status":"passed","time":{"start":1724861231736,"stop":1724861231736,"duration":0}},{"uid":"6657b78265261ef8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6657b78265261ef8","status":"passed","time":{"start":1724861054259,"stop":1724861054259,"duration":0}},{"uid":"5851439f5e0d69d0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5851439f5e0d69d0","status":"passed","time":{"start":1724860915817,"stop":1724860915817,"duration":0}}]},"tags":[]},"source":"348c8c492527dbd4.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/34ab69a0dbf734c7.json b/7376/data/test-cases/34ab69a0dbf734c7.json new file mode 100644 index 00000000000..ea8e879fb1d --- /dev/null +++ b/7376/data/test-cases/34ab69a0dbf734c7.json @@ -0,0 +1 @@ +{"uid":"34ab69a0dbf734c7","name":"should be able to encode the field with RELAY and FILTER protocols set to true","fullName":"/src/waku2_codec.spec.ts: ENR waku2 codec > Encoding > should be able to encode the field with RELAY and FILTER protocols set to true","historyId":"cc4bb601c0ec3222911168ac8f32da4f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922382327,"stop":1724922382327,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR waku2 codec"},{"name":"suite","value":"Encoding"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3cc723f4023a6d1f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3cc723f4023a6d1f","status":"passed","time":{"start":1724921045532,"stop":1724921045532,"duration":0}},{"uid":"ff723719aa3b5b0b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ff723719aa3b5b0b","status":"passed","time":{"start":1724921020725,"stop":1724921020725,"duration":0}},{"uid":"d705c3dad17cb236","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d705c3dad17cb236","status":"passed","time":{"start":1724917681052,"stop":1724917681053,"duration":1}},{"uid":"4f3fa553c62961ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f3fa553c62961ba","status":"passed","time":{"start":1724889459943,"stop":1724889459943,"duration":0}},{"uid":"2d40016ed5ee3f9b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d40016ed5ee3f9b","status":"passed","time":{"start":1724888610533,"stop":1724888610534,"duration":1}},{"uid":"4373a4eb23036fec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4373a4eb23036fec","status":"passed","time":{"start":1724887766847,"stop":1724887766848,"duration":1}},{"uid":"9d82678c81ab0e0a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9d82678c81ab0e0a","status":"passed","time":{"start":1724886533242,"stop":1724886533243,"duration":1}},{"uid":"ce37be50246b83fc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ce37be50246b83fc","status":"passed","time":{"start":1724886311088,"stop":1724886311089,"duration":1}},{"uid":"97570ab9ee451166","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97570ab9ee451166","status":"passed","time":{"start":1724861760048,"stop":1724861760048,"duration":0}},{"uid":"64443cfcbe286820","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/64443cfcbe286820","status":"passed","time":{"start":1724861230827,"stop":1724861230828,"duration":1}},{"uid":"794524b97b159e4b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/794524b97b159e4b","status":"passed","time":{"start":1724861053399,"stop":1724861053400,"duration":1}},{"uid":"bb148db4cba17922","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bb148db4cba17922","status":"passed","time":{"start":1724860914744,"stop":1724860914744,"duration":0}}]},"tags":[]},"source":"34ab69a0dbf734c7.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/350f27d8d52022b.json b/7376/data/test-cases/350f27d8d52022b.json new file mode 100644 index 00000000000..a870b4a0f75 --- /dev/null +++ b/7376/data/test-cases/350f27d8d52022b.json @@ -0,0 +1 @@ +{"uid":"350f27d8d52022b","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","fullName":"/src/common/sharding/index.spec.ts: determinePubsubTopic > should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","historyId":"7448c2efa16fe9e07f95bd6e1f6af60e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374692,"stop":1724922374692,"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":"determinePubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"55482b4400b3610f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/55482b4400b3610f","status":"passed","time":{"start":1724921037652,"stop":1724921037652,"duration":0}},{"uid":"874d7cd057bdd35e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/874d7cd057bdd35e","status":"passed","time":{"start":1724921013066,"stop":1724921013066,"duration":0}},{"uid":"fc13980063c77e26","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fc13980063c77e26","status":"passed","time":{"start":1724917673306,"stop":1724917673306,"duration":0}},{"uid":"1f809e339452db2f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1f809e339452db2f","status":"passed","time":{"start":1724889452326,"stop":1724889452326,"duration":0}},{"uid":"fbc5580f0a1f1d3a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fbc5580f0a1f1d3a","status":"passed","time":{"start":1724888602858,"stop":1724888602859,"duration":1}},{"uid":"3f5f7a50921739d0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3f5f7a50921739d0","status":"passed","time":{"start":1724887759179,"stop":1724887759179,"duration":0}},{"uid":"9ae5ff04867b881a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9ae5ff04867b881a","status":"passed","time":{"start":1724886525557,"stop":1724886525557,"duration":0}},{"uid":"f63a7ae6d45c389a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f63a7ae6d45c389a","status":"passed","time":{"start":1724886303412,"stop":1724886303412,"duration":0}},{"uid":"497d2b86a76b55cc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/497d2b86a76b55cc","status":"passed","time":{"start":1724861752249,"stop":1724861752249,"duration":0}},{"uid":"8ea9afb7a5e29b34","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8ea9afb7a5e29b34","status":"passed","time":{"start":1724861223369,"stop":1724861223369,"duration":0}},{"uid":"895151fd64e55d8c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/895151fd64e55d8c","status":"passed","time":{"start":1724861045218,"stop":1724861045219,"duration":1}},{"uid":"dd986bc936ac4ce3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dd986bc936ac4ce3","status":"passed","time":{"start":1724860907105,"stop":1724860907105,"duration":0}}]},"tags":[]},"source":"350f27d8d52022b.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/35748186bee95b2b.json b/7376/data/test-cases/35748186bee95b2b.json new file mode 100644 index 00000000000..937b244d7fd --- /dev/null +++ b/7376/data/test-cases/35748186bee95b2b.json @@ -0,0 +1 @@ +{"uid":"35748186bee95b2b","name":"Unsubscribe 2 topics - node subscribed to 2 topics","fullName":"/tests/filter/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false > Unsubscribe 2 topics - node subscribed to 2 topics","historyId":"574035ab561579660a27c038e6006d86:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922647837,"stop":1724922647837,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a6d6093f03a0b3f8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a6d6093f03a0b3f8","status":"passed","time":{"start":1724921300828,"stop":1724921300828,"duration":0}},{"uid":"2e653eff67f1887d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2e653eff67f1887d","status":"passed","time":{"start":1724921280720,"stop":1724921280721,"duration":1}},{"uid":"3243078f0b089a72","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3243078f0b089a72","status":"passed","time":{"start":1724917963264,"stop":1724917963265,"duration":1}},{"uid":"7fb6ff694344f9ab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7fb6ff694344f9ab","status":"passed","time":{"start":1724889734122,"stop":1724889734122,"duration":0}},{"uid":"6b7a92dca9e89351","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b7a92dca9e89351","status":"passed","time":{"start":1724888859623,"stop":1724888859623,"duration":0}},{"uid":"80f31a4979ba004a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/80f31a4979ba004a","status":"passed","time":{"start":1724888053954,"stop":1724888053955,"duration":1}},{"uid":"b16ff607cc1cc30","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b16ff607cc1cc30","status":"passed","time":{"start":1724886820681,"stop":1724886820681,"duration":0}},{"uid":"4cb91c6b9cd2015b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4cb91c6b9cd2015b","status":"passed","time":{"start":1724886589272,"stop":1724886589272,"duration":0}},{"uid":"fb3c05deb8d69d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb3c05deb8d69d9","status":"passed","time":{"start":1724862027808,"stop":1724862027808,"duration":0}},{"uid":"9f81bd69fef9542e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9f81bd69fef9542e","status":"passed","time":{"start":1724861484562,"stop":1724861484563,"duration":1}},{"uid":"a7eb5e0935b46104","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a7eb5e0935b46104","status":"passed","time":{"start":1724861315160,"stop":1724861315160,"duration":0}},{"uid":"c2292a864f7d0391","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c2292a864f7d0391","status":"passed","time":{"start":1724861168763,"stop":1724861168765,"duration":2}}]},"tags":[]},"source":"35748186bee95b2b.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/35904c8b970cb9cf.json b/7376/data/test-cases/35904c8b970cb9cf.json new file mode 100644 index 00000000000..5e6bf934395 --- /dev/null +++ b/7376/data/test-cases/35904c8b970cb9cf.json @@ -0,0 +1 @@ +{"uid":"35904c8b970cb9cf","name":"Subscribe and receive 2 messages on the same topic","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe and receive 2 messages on the same topic","historyId":"e8059bbe8f16591459e72c85064fb2a2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012459,"stop":1724923012459,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"355c9bf4afe22666","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/355c9bf4afe22666","status":"passed","time":{"start":1724921625035,"stop":1724921625036,"duration":1}},{"uid":"6f6dcefcc63f49ae","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6f6dcefcc63f49ae","status":"passed","time":{"start":1724921590479,"stop":1724921590479,"duration":0}},{"uid":"d46c7e66483425d1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d46c7e66483425d1","status":"passed","time":{"start":1724918287559,"stop":1724918287559,"duration":0}},{"uid":"9a5dfe50d83df90b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9a5dfe50d83df90b","status":"passed","time":{"start":1724890047782,"stop":1724890047782,"duration":0}},{"uid":"20abc14730a517fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/20abc14730a517fa","status":"passed","time":{"start":1724889183914,"stop":1724889183914,"duration":0}},{"uid":"d17754f1d76c1aa0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d17754f1d76c1aa0","status":"passed","time":{"start":1724888354159,"stop":1724888354159,"duration":0}},{"uid":"8bb8b43c180888f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8bb8b43c180888f","status":"passed","time":{"start":1724887145651,"stop":1724887145651,"duration":0}},{"uid":"64f51fd7ffe7a5fc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/64f51fd7ffe7a5fc","status":"passed","time":{"start":1724886915776,"stop":1724886915776,"duration":0}},{"uid":"27315bbd0b2ec15f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/27315bbd0b2ec15f","status":"passed","time":{"start":1724862341431,"stop":1724862341432,"duration":1}},{"uid":"f37fbd010addd5e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f37fbd010addd5e","status":"passed","time":{"start":1724861805432,"stop":1724861805433,"duration":1}},{"uid":"d7b6f68feed8cb77","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d7b6f68feed8cb77","status":"passed","time":{"start":1724861662240,"stop":1724861662240,"duration":0}},{"uid":"781c7a7f14d9216a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/781c7a7f14d9216a","status":"passed","time":{"start":1724861492503,"stop":1724861492503,"duration":0}}]},"tags":[]},"source":"35904c8b970cb9cf.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/35d8c61d65084210.json b/7376/data/test-cases/35d8c61d65084210.json new file mode 100644 index 00000000000..4d69ab9b590 --- /dev/null +++ b/7376/data/test-cases/35d8c61d65084210.json @@ -0,0 +1 @@ +{"uid":"35d8c61d65084210","name":"Error when try to subscribe to more than 101 topics (new limit)","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Error when try to subscribe to more than 101 topics (new limit)","historyId":"c722ce8a7dba0f2b03f0e99d583ec496:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012460,"stop":1724923012461,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"46c57d660721af48","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/46c57d660721af48","status":"passed","time":{"start":1724921625039,"stop":1724921625040,"duration":1}},{"uid":"fc8967698743cecf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fc8967698743cecf","status":"passed","time":{"start":1724921590484,"stop":1724921590484,"duration":0}},{"uid":"78b0e337864425c4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/78b0e337864425c4","status":"passed","time":{"start":1724918287560,"stop":1724918287561,"duration":1}},{"uid":"4223e33b6571c828","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4223e33b6571c828","status":"passed","time":{"start":1724890047784,"stop":1724890047784,"duration":0}},{"uid":"96b8d559447da463","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/96b8d559447da463","status":"passed","time":{"start":1724889183916,"stop":1724889183916,"duration":0}},{"uid":"841ae8e05c4f52f4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/841ae8e05c4f52f4","status":"passed","time":{"start":1724888354161,"stop":1724888354161,"duration":0}},{"uid":"64f42ecbd26126cc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/64f42ecbd26126cc","status":"passed","time":{"start":1724887145652,"stop":1724887145652,"duration":0}},{"uid":"a561aa7a29d81249","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a561aa7a29d81249","status":"passed","time":{"start":1724886915778,"stop":1724886915780,"duration":2}},{"uid":"aef1579f6a254c82","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aef1579f6a254c82","status":"passed","time":{"start":1724862341433,"stop":1724862341433,"duration":0}},{"uid":"c9ccd65779d36f31","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c9ccd65779d36f31","status":"passed","time":{"start":1724861805436,"stop":1724861805437,"duration":1}},{"uid":"8965edab974a3aa2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8965edab974a3aa2","status":"passed","time":{"start":1724861662244,"stop":1724861662249,"duration":5}},{"uid":"a33b6d82327ae95","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a33b6d82327ae95","status":"passed","time":{"start":1724861492504,"stop":1724861492505,"duration":1}}]},"tags":[]},"source":"35d8c61d65084210.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/35dfdbda77fa59d6.json b/7376/data/test-cases/35dfdbda77fa59d6.json new file mode 100644 index 00000000000..66886c7ad89 --- /dev/null +++ b/7376/data/test-cases/35dfdbda77fa59d6.json @@ -0,0 +1 @@ +{"uid":"35dfdbda77fa59d6","name":"Unsubscribes all - node subscribed to 1 topic","fullName":"/tests/filter/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true > Unsubscribes all - node subscribed to 1 topic","historyId":"2ca21eb7caaebbc9c18a204b7125d8fc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922647835,"stop":1724922647835,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f29a73ad17dd26f2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f29a73ad17dd26f2","status":"passed","time":{"start":1724921300790,"stop":1724921300790,"duration":0}},{"uid":"12b7bab0ca278ed9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/12b7bab0ca278ed9","status":"passed","time":{"start":1724921280718,"stop":1724921280719,"duration":1}},{"uid":"95adb404ee7d32cb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/95adb404ee7d32cb","status":"passed","time":{"start":1724917963262,"stop":1724917963263,"duration":1}},{"uid":"d177bde0bc6f7447","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d177bde0bc6f7447","status":"passed","time":{"start":1724889734120,"stop":1724889734120,"duration":0}},{"uid":"95092790815e8bfd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/95092790815e8bfd","status":"passed","time":{"start":1724888859618,"stop":1724888859619,"duration":1}},{"uid":"73e156cf5617ba99","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/73e156cf5617ba99","status":"passed","time":{"start":1724888053953,"stop":1724888053953,"duration":0}},{"uid":"821e54f4aa13cc68","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/821e54f4aa13cc68","status":"passed","time":{"start":1724886820677,"stop":1724886820677,"duration":0}},{"uid":"cfc90e4eb149d9aa","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cfc90e4eb149d9aa","status":"passed","time":{"start":1724886589267,"stop":1724886589268,"duration":1}},{"uid":"c59b09b7ca7921a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c59b09b7ca7921a9","status":"passed","time":{"start":1724862027793,"stop":1724862027794,"duration":1}},{"uid":"401e7d0d7e35052a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/401e7d0d7e35052a","status":"passed","time":{"start":1724861484560,"stop":1724861484560,"duration":0}},{"uid":"ba9997fbaeb11411","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ba9997fbaeb11411","status":"passed","time":{"start":1724861315157,"stop":1724861315157,"duration":0}},{"uid":"81d80b4b6cb5f1ce","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/81d80b4b6cb5f1ce","status":"passed","time":{"start":1724861168759,"stop":1724861168759,"duration":0}}]},"tags":[]},"source":"35dfdbda77fa59d6.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/26053fbd4d4a1076.json b/7376/data/test-cases/35e0cdaf6f7f4f6c.json similarity index 98% rename from 7346/data/test-cases/26053fbd4d4a1076.json rename to 7376/data/test-cases/35e0cdaf6f7f4f6c.json index 5bd13d842ef..1cc9da3527a 100644 --- a/7346/data/test-cases/26053fbd4d4a1076.json +++ b/7376/data/test-cases/35e0cdaf6f7f4f6c.json @@ -1 +1 @@ -{"uid":"26053fbd4d4a1076","name":"Push message with custom timestamp: 1724761475705","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1724761475705","historyId":"e45600799917399def8455414d944d4f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505405,"stop":1724765505405,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"26053fbd4d4a1076.json","parameterValues":[]} \ No newline at end of file +{"uid":"35e0cdaf6f7f4f6c","name":"Push message with custom timestamp: 1724919035572","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1724919035572","historyId":"346863c2fbae20b8b503375dca7fbf2d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921474,"stop":1724922921474,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"35e0cdaf6f7f4f6c.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/366921785147f963.json b/7376/data/test-cases/366921785147f963.json new file mode 100644 index 00000000000..416a646e7ad --- /dev/null +++ b/7376/data/test-cases/366921785147f963.json @@ -0,0 +1 @@ +{"uid":"366921785147f963","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=3 > numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","historyId":"101855652fbbdd51521dd03540a16df5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611432,"stop":1724922611433,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=3"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"967b3f3488710c87","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/967b3f3488710c87","status":"passed","time":{"start":1724921270354,"stop":1724921270354,"duration":0}},{"uid":"2309541b49f8a172","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2309541b49f8a172","status":"passed","time":{"start":1724921247815,"stop":1724921247815,"duration":0}},{"uid":"dd8c8f44330e66e1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd8c8f44330e66e1","status":"passed","time":{"start":1724917989815,"stop":1724917989816,"duration":1}},{"uid":"9412b922ca5f99a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9412b922ca5f99a0","status":"passed","time":{"start":1724889678548,"stop":1724889678548,"duration":0}},{"uid":"fcc3625b8581bab5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fcc3625b8581bab5","status":"passed","time":{"start":1724888829835,"stop":1724888829835,"duration":0}},{"uid":"9804369da137f2c3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9804369da137f2c3","status":"passed","time":{"start":1724888076990,"stop":1724888076990,"duration":0}},{"uid":"eca46b8e90b53d5b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eca46b8e90b53d5b","status":"passed","time":{"start":1724886851122,"stop":1724886851123,"duration":1}},{"uid":"cddb76a7e3ac286b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cddb76a7e3ac286b","status":"passed","time":{"start":1724886647099,"stop":1724886647100,"duration":1}},{"uid":"a207a6ac4e440236","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a207a6ac4e440236","status":"passed","time":{"start":1724861992711,"stop":1724861992711,"duration":0}},{"uid":"22cf38238ed8441b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/22cf38238ed8441b","status":"passed","time":{"start":1724861469639,"stop":1724861469640,"duration":1}},{"uid":"749abbdf86a66c08","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/749abbdf86a66c08","status":"passed","time":{"start":1724861284855,"stop":1724861284855,"duration":0}},{"uid":"f1b2e73093a83966","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f1b2e73093a83966","status":"passed","time":{"start":1724861145799,"stop":1724861145800,"duration":1}}]},"tags":[]},"source":"366921785147f963.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/9cafb49903dae1bb.json b/7376/data/test-cases/36b9ef555ff0fa9e.json similarity index 54% rename from 7346/data/test-cases/9cafb49903dae1bb.json rename to 7376/data/test-cases/36b9ef555ff0fa9e.json index df749978c1a..94ac942c165 100644 --- a/7346/data/test-cases/9cafb49903dae1bb.json +++ b/7376/data/test-cases/36b9ef555ff0fa9e.json @@ -1 +1 @@ -{"uid":"9cafb49903dae1bb","name":"Check received message containing short","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing short","historyId":"ebf89e30778dc608daa4afe853022171:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392378,"stop":1724765392379,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"b5cd167578552e8a","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/b5cd167578552e8a","status":"passed","time":{"start":1724765313866,"stop":1724765313866,"duration":0}},{"uid":"49a7d839b48049b7","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/49a7d839b48049b7","status":"passed","time":{"start":1724763683865,"stop":1724763683865,"duration":0}},{"uid":"ac739684cda43021","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ac739684cda43021","status":"passed","time":{"start":1724760929567,"stop":1724760929568,"duration":1}},{"uid":"f2f617b93b468b83","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/f2f617b93b468b83","status":"passed","time":{"start":1724759955166,"stop":1724759955167,"duration":1}},{"uid":"8ccbebda9a1f3a30","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/8ccbebda9a1f3a30","status":"passed","time":{"start":1724758077437,"stop":1724758077440,"duration":3}},{"uid":"aa5bccde92559dcd","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/aa5bccde92559dcd","status":"passed","time":{"start":1724757801867,"stop":1724757801867,"duration":0}},{"uid":"838b71e86ad48335","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/838b71e86ad48335","status":"passed","time":{"start":1724757120185,"stop":1724757120185,"duration":0}},{"uid":"c5dc467482848866","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c5dc467482848866","status":"passed","time":{"start":1724755211067,"stop":1724755211068,"duration":1}},{"uid":"b8b9299701dd4432","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/b8b9299701dd4432","status":"passed","time":{"start":1724752646542,"stop":1724752646543,"duration":1}},{"uid":"c739981cfbeeb213","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/c739981cfbeeb213","status":"passed","time":{"start":1724751495281,"stop":1724751495281,"duration":0}},{"uid":"121993e50a9a90d2","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/121993e50a9a90d2","status":"passed","time":{"start":1724750572378,"stop":1724750572378,"duration":0}},{"uid":"fc56634c271d7d52","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/fc56634c271d7d52","status":"passed","time":{"start":1724749567259,"stop":1724749567260,"duration":1}},{"uid":"4c71ea3d9fe32c2d","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/4c71ea3d9fe32c2d","status":"passed","time":{"start":1724717880828,"stop":1724717880828,"duration":0}},{"uid":"e483885a9ac51ea","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/e483885a9ac51ea","status":"passed","time":{"start":1724715103508,"stop":1724715103508,"duration":0}},{"uid":"3775a85d2709b0bc","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/3775a85d2709b0bc","status":"passed","time":{"start":1724713195358,"stop":1724713195359,"duration":1}},{"uid":"757468e386e95437","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/757468e386e95437","status":"passed","time":{"start":1724706389674,"stop":1724706389675,"duration":1}},{"uid":"de8ed014e55c9dc9","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/de8ed014e55c9dc9","status":"passed","time":{"start":1724704811195,"stop":1724704811195,"duration":0}},{"uid":"1f74166443ed8b22","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/1f74166443ed8b22","status":"passed","time":{"start":1724684170193,"stop":1724684170194,"duration":1}},{"uid":"a35956578f30f5ad","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/a35956578f30f5ad","status":"passed","time":{"start":1724672903615,"stop":1724672903615,"duration":0}},{"uid":"ce54260c1b04ccd4","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/ce54260c1b04ccd4","status":"passed","time":{"start":1724670674044,"stop":1724670674045,"duration":1}}]},"tags":[]},"source":"9cafb49903dae1bb.json","parameterValues":[]} \ No newline at end of file +{"uid":"36b9ef555ff0fa9e","name":"Check message on other pubsub topic is not received","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check message on other pubsub topic is not received","historyId":"75fd9fd97cdaeaa0c7a3aa1e43806cb6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845262,"stop":1724922845262,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"304977d6c5e2c9c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/304977d6c5e2c9c","status":"passed","time":{"start":1724921515252,"stop":1724921515253,"duration":1}},{"uid":"26037b440e9bc2b1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/26037b440e9bc2b1","status":"passed","time":{"start":1724921475503,"stop":1724921475503,"duration":0}},{"uid":"9ec5a63cad932a6d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9ec5a63cad932a6d","status":"passed","time":{"start":1724918179417,"stop":1724918179417,"duration":0}},{"uid":"abc3d70222e4a4b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/abc3d70222e4a4b3","status":"passed","time":{"start":1724889935352,"stop":1724889935352,"duration":0}},{"uid":"58e801a353879193","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/58e801a353879193","status":"passed","time":{"start":1724889072767,"stop":1724889072768,"duration":1}},{"uid":"ff95f2313fdceaab","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ff95f2313fdceaab","status":"passed","time":{"start":1724888232427,"stop":1724888232428,"duration":1}},{"uid":"e6ea8ae0e2bddf0d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e6ea8ae0e2bddf0d","status":"passed","time":{"start":1724887018315,"stop":1724887018315,"duration":0}},{"uid":"d1781795445f4ce5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d1781795445f4ce5","status":"passed","time":{"start":1724886781504,"stop":1724886781504,"duration":0}},{"uid":"e6506d344cb8e91b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e6506d344cb8e91b","status":"passed","time":{"start":1724862213683,"stop":1724862213684,"duration":1}},{"uid":"6ba1e68956a85da4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6ba1e68956a85da4","status":"passed","time":{"start":1724861685882,"stop":1724861685882,"duration":0}},{"uid":"af7145527267eda","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/af7145527267eda","status":"passed","time":{"start":1724861546207,"stop":1724861546208,"duration":1}},{"uid":"a27319def5a15dc6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a27319def5a15dc6","status":"passed","time":{"start":1724861378125,"stop":1724861378125,"duration":0}}]},"tags":[]},"source":"36b9ef555ff0fa9e.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/36e3f645aab20b3b.json b/7376/data/test-cases/36e3f645aab20b3b.json new file mode 100644 index 00000000000..5dc2ef2274e --- /dev/null +++ b/7376/data/test-cases/36e3f645aab20b3b.json @@ -0,0 +1 @@ +{"uid":"36e3f645aab20b3b","name":"Add multiple subscription objects on single nwaku node","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Add multiple subscription objects on single nwaku node","historyId":"616a707ea6255f6985c701d87f308721:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922635360,"stop":1724922635360,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ac1c9306ef7a24b8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ac1c9306ef7a24b8","status":"passed","time":{"start":1724921297019,"stop":1724921297019,"duration":0}},{"uid":"b706a3345f7e6d97","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b706a3345f7e6d97","status":"passed","time":{"start":1724921276381,"stop":1724921276382,"duration":1}},{"uid":"740c598c5b7e1c67","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/740c598c5b7e1c67","status":"passed","time":{"start":1724917948331,"stop":1724917948331,"duration":0}},{"uid":"4102a8aae1ed88f3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4102a8aae1ed88f3","status":"passed","time":{"start":1724889729020,"stop":1724889729021,"duration":1}},{"uid":"395cf902864dcb8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/395cf902864dcb8","status":"passed","time":{"start":1724888864961,"stop":1724888864961,"duration":0}},{"uid":"fdf780f537a8f65c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fdf780f537a8f65c","status":"passed","time":{"start":1724888053753,"stop":1724888053753,"duration":0}},{"uid":"b2c5b89b7425f1e4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b2c5b89b7425f1e4","status":"passed","time":{"start":1724886811668,"stop":1724886811668,"duration":0}},{"uid":"73f310f14f119dc3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/73f310f14f119dc3","status":"passed","time":{"start":1724886581010,"stop":1724886581010,"duration":0}},{"uid":"e1df0091cb502a10","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e1df0091cb502a10","status":"passed","time":{"start":1724862019566,"stop":1724862019566,"duration":0}},{"uid":"825d59c8d9883496","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/825d59c8d9883496","status":"passed","time":{"start":1724861493944,"stop":1724861493944,"duration":0}},{"uid":"f1ec0c0da4367980","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f1ec0c0da4367980","status":"passed","time":{"start":1724861318064,"stop":1724861318065,"duration":1}},{"uid":"b28ccbf79170ed4b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b28ccbf79170ed4b","status":"passed","time":{"start":1724861178524,"stop":1724861178524,"duration":0}}]},"tags":[]},"source":"36e3f645aab20b3b.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/95b0ada44b591d67.json b/7376/data/test-cases/38092e9f15e48512.json similarity index 76% rename from 7346/data/test-cases/95b0ada44b591d67.json rename to 7376/data/test-cases/38092e9f15e48512.json index a3fdd0809b0..f27ec36c9ef 100644 --- a/7346/data/test-cases/95b0ada44b591d67.json +++ b/7376/data/test-cases/38092e9f15e48512.json @@ -1 +1 @@ -{"uid":"95b0ada44b591d67","name":"Check received message containing Russian","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing Russian","historyId":"a8f2a8bdd2e50b273de7469fefb4ced2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765048427,"stop":1724765048428,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"c9086967189ee482","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/c9086967189ee482","status":"passed","time":{"start":1724764977133,"stop":1724764977134,"duration":1}},{"uid":"abf8fdf58d402d83","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/abf8fdf58d402d83","status":"passed","time":{"start":1724763340004,"stop":1724763340004,"duration":0}},{"uid":"d07b15b12355d9bd","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/d07b15b12355d9bd","status":"passed","time":{"start":1724760600497,"stop":1724760600497,"duration":0}},{"uid":"d476c0a7be494e1b","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/d476c0a7be494e1b","status":"passed","time":{"start":1724759627551,"stop":1724759627551,"duration":0}},{"uid":"b388df39de78e3aa","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/b388df39de78e3aa","status":"passed","time":{"start":1724757762719,"stop":1724757762719,"duration":0}},{"uid":"c3bdb8b76901091a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c3bdb8b76901091a","status":"passed","time":{"start":1724757473903,"stop":1724757473904,"duration":1}},{"uid":"3d44a00c59e32cc6","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/3d44a00c59e32cc6","status":"passed","time":{"start":1724756806004,"stop":1724756806004,"duration":0}},{"uid":"58a7ed89f3ceef2b","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/58a7ed89f3ceef2b","status":"passed","time":{"start":1724754890967,"stop":1724754890967,"duration":0}},{"uid":"4e533a2db7193e26","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/4e533a2db7193e26","status":"passed","time":{"start":1724752321308,"stop":1724752321308,"duration":0}},{"uid":"1f2fa4b496ab7fec","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/1f2fa4b496ab7fec","status":"passed","time":{"start":1724751157975,"stop":1724751157976,"duration":1}},{"uid":"2f139aad8d827a13","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/2f139aad8d827a13","status":"passed","time":{"start":1724750231019,"stop":1724750231019,"duration":0}},{"uid":"2da4d40d2adbf703","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/2da4d40d2adbf703","status":"passed","time":{"start":1724749270691,"stop":1724749270691,"duration":0}},{"uid":"a1c284b72a1c4183","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/a1c284b72a1c4183","status":"passed","time":{"start":1724717545673,"stop":1724717545673,"duration":0}},{"uid":"2b30087a169b2568","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/2b30087a169b2568","status":"passed","time":{"start":1724714779153,"stop":1724714779154,"duration":1}},{"uid":"962f6be1809ca9b1","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/962f6be1809ca9b1","status":"passed","time":{"start":1724712855307,"stop":1724712855308,"duration":1}},{"uid":"2a0974c67838c029","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2a0974c67838c029","status":"passed","time":{"start":1724706072096,"stop":1724706072097,"duration":1}},{"uid":"69dd1fe19f08fa29","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/69dd1fe19f08fa29","status":"passed","time":{"start":1724704476160,"stop":1724704476160,"duration":0}},{"uid":"ca448718972d5105","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/ca448718972d5105","status":"passed","time":{"start":1724683855302,"stop":1724683855302,"duration":0}},{"uid":"2ac80b26d26b9ae4","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/2ac80b26d26b9ae4","status":"passed","time":{"start":1724672579672,"stop":1724672579672,"duration":0}},{"uid":"a45eb13b440e3dfb","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/a45eb13b440e3dfb","status":"passed","time":{"start":1724670325009,"stop":1724670325010,"duration":1}}]},"tags":[]},"source":"95b0ada44b591d67.json","parameterValues":[]} \ No newline at end of file +{"uid":"38092e9f15e48512","name":"Check received message containing Russian","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing Russian","historyId":"a8f2a8bdd2e50b273de7469fefb4ced2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922601840,"stop":1724922601840,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3fdd119d70884757","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3fdd119d70884757","status":"passed","time":{"start":1724921267867,"stop":1724921267867,"duration":0}},{"uid":"a5999ec537e9e369","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a5999ec537e9e369","status":"passed","time":{"start":1724921244361,"stop":1724921244362,"duration":1}},{"uid":"a6c2f9abfbf4a8ff","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a6c2f9abfbf4a8ff","status":"passed","time":{"start":1724917916041,"stop":1724917916041,"duration":0}},{"uid":"1502b68055595e2d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1502b68055595e2d","status":"passed","time":{"start":1724889678252,"stop":1724889678253,"duration":1}},{"uid":"750fff2b6209d185","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/750fff2b6209d185","status":"passed","time":{"start":1724888831682,"stop":1724888831682,"duration":0}},{"uid":"1c0dfebc0db35e8f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1c0dfebc0db35e8f","status":"passed","time":{"start":1724888003318,"stop":1724888003318,"duration":0}},{"uid":"70ef176609ead227","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/70ef176609ead227","status":"passed","time":{"start":1724886776604,"stop":1724886776604,"duration":0}},{"uid":"b54651c56f256dca","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b54651c56f256dca","status":"passed","time":{"start":1724886555789,"stop":1724886555789,"duration":0}},{"uid":"de11e34dd9953988","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/de11e34dd9953988","status":"passed","time":{"start":1724861983004,"stop":1724861983004,"duration":0}},{"uid":"2bb52b4ada6c49ff","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2bb52b4ada6c49ff","status":"passed","time":{"start":1724861444064,"stop":1724861444064,"duration":0}},{"uid":"4badf08cb4a5331b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4badf08cb4a5331b","status":"passed","time":{"start":1724861285827,"stop":1724861285827,"duration":0}},{"uid":"e55798ea6cc81e21","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e55798ea6cc81e21","status":"passed","time":{"start":1724861145662,"stop":1724861145662,"duration":0}}]},"tags":[]},"source":"38092e9f15e48512.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/384621b5b63244fb.json b/7376/data/test-cases/384621b5b63244fb.json new file mode 100644 index 00000000000..c055e23613b --- /dev/null +++ b/7376/data/test-cases/384621b5b63244fb.json @@ -0,0 +1 @@ +{"uid":"384621b5b63244fb","name":"Push message with emoji payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with emoji payload","historyId":"0f19ebac35e83959b447dde1dc01d9b1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921463,"stop":1724922921463,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9d095f336f0b48e1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9d095f336f0b48e1","status":"passed","time":{"start":1724921602955,"stop":1724921602955,"duration":0}},{"uid":"8a7767e102dfbfc8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8a7767e102dfbfc8","status":"passed","time":{"start":1724921571098,"stop":1724921571099,"duration":1}},{"uid":"570e66e4347c2b3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/570e66e4347c2b3","status":"passed","time":{"start":1724918285592,"stop":1724918285592,"duration":0}},{"uid":"2ff759a279dfa17c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ff759a279dfa17c","status":"passed","time":{"start":1724890030092,"stop":1724890030092,"duration":0}},{"uid":"c4ae572692542ea5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4ae572692542ea5","status":"passed","time":{"start":1724889171910,"stop":1724889171911,"duration":1}},{"uid":"87de9615d2c5ecb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/87de9615d2c5ecb","status":"passed","time":{"start":1724888350723,"stop":1724888350724,"duration":1}},{"uid":"83d1728bfce45a03","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/83d1728bfce45a03","status":"passed","time":{"start":1724887115410,"stop":1724887115410,"duration":0}},{"uid":"8b7ea5d143101880","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8b7ea5d143101880","status":"passed","time":{"start":1724886884577,"stop":1724886884578,"duration":1}},{"uid":"c4e1f411f86e8b45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4e1f411f86e8b45","status":"passed","time":{"start":1724862322259,"stop":1724862322259,"duration":0}},{"uid":"640f653aca9d479d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/640f653aca9d479d","status":"passed","time":{"start":1724861790753,"stop":1724861790753,"duration":0}},{"uid":"7d35d7506f2eb4f7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7d35d7506f2eb4f7","status":"passed","time":{"start":1724861628422,"stop":1724861628422,"duration":0}},{"uid":"bcbea6a49a1c4590","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bcbea6a49a1c4590","status":"passed","time":{"start":1724861465626,"stop":1724861465627,"duration":1}}]},"tags":[]},"source":"384621b5b63244fb.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/5b4efa300ae5f5d1.json b/7376/data/test-cases/389493f5c6a0a339.json similarity index 75% rename from 7346/data/test-cases/5b4efa300ae5f5d1.json rename to 7376/data/test-cases/389493f5c6a0a339.json index 9e05d0230b8..92518d98ef6 100644 --- a/7346/data/test-cases/5b4efa300ae5f5d1.json +++ b/7376/data/test-cases/389493f5c6a0a339.json @@ -1 +1 @@ -{"uid":"5b4efa300ae5f5d1","name":"Push message with Chinese payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with Chinese payload","historyId":"ad5b88cbb7af184c3b179fd57279ec1f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505317,"stop":1724765505317,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":22,"unknown":0,"total":26},"items":[{"uid":"501bcd9e4aacb6a","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/501bcd9e4aacb6a","status":"passed","time":{"start":1724765434011,"stop":1724765434012,"duration":1}},{"uid":"75c7e817d774be89","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/75c7e817d774be89","status":"passed","time":{"start":1724763779021,"stop":1724763779022,"duration":1}},{"uid":"b21d6a8aefd4bcfa","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b21d6a8aefd4bcfa","status":"passed","time":{"start":1724761038706,"stop":1724761038707,"duration":1}},{"uid":"bfda1617af426247","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/bfda1617af426247","status":"passed","time":{"start":1724760066615,"stop":1724760066615,"duration":0}},{"uid":"5f1e341ca6b93be9","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/5f1e341ca6b93be9","status":"passed","time":{"start":1724758222979,"stop":1724758222979,"duration":0}},{"uid":"3bd5a74953f59a78","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/3bd5a74953f59a78","status":"passed","time":{"start":1724757927313,"stop":1724757927313,"duration":0}},{"uid":"31219f04eaca250","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/31219f04eaca250","status":"passed","time":{"start":1724757257486,"stop":1724757257486,"duration":0}},{"uid":"920c7e788d507997","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/920c7e788d507997","status":"passed","time":{"start":1724755332940,"stop":1724755332941,"duration":1}},{"uid":"be1822f86147cfda","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/be1822f86147cfda","status":"passed","time":{"start":1724752782316,"stop":1724752782317,"duration":1}},{"uid":"e1e934e6ef6930ae","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/e1e934e6ef6930ae","status":"passed","time":{"start":1724751616565,"stop":1724751616567,"duration":2}},{"uid":"6dd8532d79e2ea2c","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/6dd8532d79e2ea2c","status":"passed","time":{"start":1724750701987,"stop":1724750701987,"duration":0}},{"uid":"4e99b3f042cb869f","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/4e99b3f042cb869f","status":"passed","time":{"start":1724749709036,"stop":1724749709037,"duration":1}},{"uid":"ec24e35fa4c35da","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/ec24e35fa4c35da","status":"passed","time":{"start":1724718008209,"stop":1724718008209,"duration":0}},{"uid":"8423b50b4dd5113b","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/8423b50b4dd5113b","status":"passed","time":{"start":1724715239085,"stop":1724715239085,"duration":0}},{"uid":"656a56d6345ab0f5","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/656a56d6345ab0f5","status":"passed","time":{"start":1724713322700,"stop":1724713322700,"duration":0}},{"uid":"b378b417981ed6f5","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b378b417981ed6f5","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724707170663,"stop":1724707170663,"duration":0}},{"uid":"78f5de0c18283b91","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/78f5de0c18283b91","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724705570750,"stop":1724705570750,"duration":0}},{"uid":"f4b151fe59b4bf33","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f4b151fe59b4bf33","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724684936341,"stop":1724684936342,"duration":1}},{"uid":"76ceb9c423e36da7","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/76ceb9c423e36da7","status":"passed","time":{"start":1724673044028,"stop":1724673044029,"duration":1}},{"uid":"c8c42ac108b28936","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/c8c42ac108b28936","status":"passed","time":{"start":1724670767282,"stop":1724670767283,"duration":1}}]},"tags":[]},"source":"5b4efa300ae5f5d1.json","parameterValues":[]} \ No newline at end of file +{"uid":"389493f5c6a0a339","name":"Push message with Basic HTML tag payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with Basic HTML tag payload","historyId":"589b1b7a6d9807934ff98a31643c4d34:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921449,"stop":1724922921450,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bd5a5d41e71fd062","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bd5a5d41e71fd062","status":"passed","time":{"start":1724921602951,"stop":1724921602951,"duration":0}},{"uid":"214467f55c433ec","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/214467f55c433ec","status":"passed","time":{"start":1724921571096,"stop":1724921571096,"duration":0}},{"uid":"80d4ee827b8e6988","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/80d4ee827b8e6988","status":"passed","time":{"start":1724918285586,"stop":1724918285586,"duration":0}},{"uid":"76006fcd1e9022ec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/76006fcd1e9022ec","status":"passed","time":{"start":1724890030089,"stop":1724890030090,"duration":1}},{"uid":"dc8e632d8b466c85","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dc8e632d8b466c85","status":"passed","time":{"start":1724889171908,"stop":1724889171908,"duration":0}},{"uid":"ae8a5d553e7475ac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ae8a5d553e7475ac","status":"passed","time":{"start":1724888350721,"stop":1724888350721,"duration":0}},{"uid":"3161b29a9fe71d85","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3161b29a9fe71d85","status":"passed","time":{"start":1724887115408,"stop":1724887115408,"duration":0}},{"uid":"13be2830fad678d9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/13be2830fad678d9","status":"passed","time":{"start":1724886884574,"stop":1724886884574,"duration":0}},{"uid":"b830592ce9421a6e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b830592ce9421a6e","status":"passed","time":{"start":1724862322248,"stop":1724862322256,"duration":8}},{"uid":"fc068d42698a97f7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fc068d42698a97f7","status":"passed","time":{"start":1724861790751,"stop":1724861790751,"duration":0}},{"uid":"296f553b102d1ecc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/296f553b102d1ecc","status":"passed","time":{"start":1724861628420,"stop":1724861628420,"duration":0}},{"uid":"4e7132045d3b642a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4e7132045d3b642a","status":"passed","time":{"start":1724861465624,"stop":1724861465624,"duration":0}}]},"tags":[]},"source":"389493f5c6a0a339.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/15768fa1a8b32f8f.json b/7376/data/test-cases/3945f6963ef94102.json similarity index 54% rename from 7346/data/test-cases/15768fa1a8b32f8f.json rename to 7376/data/test-cases/3945f6963ef94102.json index c13ef12177c..3262a981778 100644 --- a/7346/data/test-cases/15768fa1a8b32f8f.json +++ b/7376/data/test-cases/3945f6963ef94102.json @@ -1 +1 @@ -{"uid":"15768fa1a8b32f8f","name":"Query generator for multiple messages with multiple decoders","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Query generator for multiple messages with multiple decoders","historyId":"dd6e209b83ddedee2935ba848d5a742f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765527322,"stop":1724765527322,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, general"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"9e00b3680f5ddb6e","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/9e00b3680f5ddb6e","status":"passed","time":{"start":1724765450594,"stop":1724765450594,"duration":0}},{"uid":"63379d8b64e0323","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/63379d8b64e0323","status":"passed","time":{"start":1724763811959,"stop":1724763811959,"duration":0}},{"uid":"542d74b480f3e8ed","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/542d74b480f3e8ed","status":"passed","time":{"start":1724761065421,"stop":1724761065421,"duration":0}},{"uid":"a27a90a031e03a3c","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/a27a90a031e03a3c","status":"passed","time":{"start":1724760096701,"stop":1724760096702,"duration":1}},{"uid":"afb43939e4ec68df","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/afb43939e4ec68df","status":"passed","time":{"start":1724758236716,"stop":1724758236716,"duration":0}},{"uid":"c8acd87f0656fbfe","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c8acd87f0656fbfe","status":"passed","time":{"start":1724757907406,"stop":1724757907406,"duration":0}},{"uid":"472af80370231080","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/472af80370231080","status":"passed","time":{"start":1724757276347,"stop":1724757276351,"duration":4}},{"uid":"25f53e4eceb6d306","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/25f53e4eceb6d306","status":"passed","time":{"start":1724755353480,"stop":1724755353481,"duration":1}},{"uid":"86fe9c4de3ea293","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/86fe9c4de3ea293","status":"passed","time":{"start":1724752795652,"stop":1724752795653,"duration":1}},{"uid":"9ac451bfc710e78","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/9ac451bfc710e78","status":"passed","time":{"start":1724751636506,"stop":1724751636507,"duration":1}},{"uid":"3b65e599860cd4d4","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/3b65e599860cd4d4","status":"passed","time":{"start":1724750704692,"stop":1724750704694,"duration":2}},{"uid":"c845fcc0c937c213","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c845fcc0c937c213","status":"passed","time":{"start":1724749699138,"stop":1724749699139,"duration":1}},{"uid":"4c970e897901661","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/4c970e897901661","status":"passed","time":{"start":1724718019847,"stop":1724718019847,"duration":0}},{"uid":"d0788fd633860ac2","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/d0788fd633860ac2","status":"passed","time":{"start":1724715260156,"stop":1724715260156,"duration":0}},{"uid":"32ecc100bc4421ad","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/32ecc100bc4421ad","status":"passed","time":{"start":1724713334476,"stop":1724713334476,"duration":0}},{"uid":"315da202f3df1b9c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/315da202f3df1b9c","status":"passed","time":{"start":1724706528542,"stop":1724706528543,"duration":1}},{"uid":"6653909c06d26d81","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6653909c06d26d81","status":"passed","time":{"start":1724704934959,"stop":1724704934959,"duration":0}},{"uid":"4da80bfee1b431","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/4da80bfee1b431","status":"passed","time":{"start":1724684316245,"stop":1724684316245,"duration":0}},{"uid":"701599f517b1b5db","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/701599f517b1b5db","status":"passed","time":{"start":1724673070806,"stop":1724673070806,"duration":0}},{"uid":"b76c5ee61a1a84cf","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/b76c5ee61a1a84cf","status":"passed","time":{"start":1724670790977,"stop":1724670790977,"duration":0}}]},"tags":[]},"source":"15768fa1a8b32f8f.json","parameterValues":[]} \ No newline at end of file +{"uid":"3945f6963ef94102","name":"Query generator for multiple messages with multiple decoders","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Query generator for multiple messages with multiple decoders","historyId":"dd6e209b83ddedee2935ba848d5a742f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922971798,"stop":1724922971798,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, general"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b40ce6b8319ca8e6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b40ce6b8319ca8e6","status":"passed","time":{"start":1724921663253,"stop":1724921663254,"duration":1}},{"uid":"3ff49a9ac397ba14","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3ff49a9ac397ba14","status":"passed","time":{"start":1724921617878,"stop":1724921617879,"duration":1}},{"uid":"36e49c4e97a13a86","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/36e49c4e97a13a86","status":"passed","time":{"start":1724918326160,"stop":1724918326160,"duration":0}},{"uid":"1690c2fb6dd24fd0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1690c2fb6dd24fd0","status":"passed","time":{"start":1724890076392,"stop":1724890076392,"duration":0}},{"uid":"2af2e44c69e3077a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2af2e44c69e3077a","status":"passed","time":{"start":1724889199686,"stop":1724889199687,"duration":1}},{"uid":"894ac01cd9f63976","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/894ac01cd9f63976","status":"passed","time":{"start":1724888382420,"stop":1724888382421,"duration":1}},{"uid":"3110ecb34c97a07a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3110ecb34c97a07a","status":"passed","time":{"start":1724887156366,"stop":1724887156367,"duration":1}},{"uid":"ad00e63020dc23f3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ad00e63020dc23f3","status":"passed","time":{"start":1724886936159,"stop":1724886936168,"duration":9}},{"uid":"b0d487dbcdc72564","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b0d487dbcdc72564","status":"passed","time":{"start":1724862347635,"stop":1724862347635,"duration":0}},{"uid":"f1339e26a76a9fba","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f1339e26a76a9fba","status":"passed","time":{"start":1724861827952,"stop":1724861827952,"duration":0}},{"uid":"86e145795c0faba0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/86e145795c0faba0","status":"passed","time":{"start":1724861685957,"stop":1724861685958,"duration":1}},{"uid":"1433f35c7dc0c746","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1433f35c7dc0c746","status":"passed","time":{"start":1724861514746,"stop":1724861514746,"duration":0}}]},"tags":[]},"source":"3945f6963ef94102.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/39a361ba31b3655f.json b/7376/data/test-cases/39a361ba31b3655f.json new file mode 100644 index 00000000000..b95b94c9c05 --- /dev/null +++ b/7376/data/test-cases/39a361ba31b3655f.json @@ -0,0 +1 @@ +{"uid":"39a361ba31b3655f","name":"all px service nodes subscribed to the shard topic should be dialed","fullName":"/tests/sharding/peer_management.spec.ts: Static Sharding: Peer Management > Peer Exchange > all px service nodes subscribed to the shard topic should be dialed","historyId":"c106dcb13a284be42fcd5b237b665822:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923048501,"stop":1724923048501,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Peer Management"},{"name":"suite","value":"Peer Exchange"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1794b2a18690e6a4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1794b2a18690e6a4","status":"passed","time":{"start":1724921723783,"stop":1724921723784,"duration":1}},{"uid":"fdee57ad43fe3efe","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fdee57ad43fe3efe","status":"passed","time":{"start":1724921678669,"stop":1724921678669,"duration":0}},{"uid":"9598d79bc56fdc13","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9598d79bc56fdc13","status":"passed","time":{"start":1724918386963,"stop":1724918386964,"duration":1}},{"uid":"bc09c82b8d3876e7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc09c82b8d3876e7","status":"passed","time":{"start":1724890140901,"stop":1724890140901,"duration":0}},{"uid":"9ecc1f8203646925","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9ecc1f8203646925","status":"passed","time":{"start":1724889274452,"stop":1724889274452,"duration":0}},{"uid":"6ff6bab86f6f9d71","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6ff6bab86f6f9d71","status":"passed","time":{"start":1724888449347,"stop":1724888449348,"duration":1}},{"uid":"b5f2ee43e2141676","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b5f2ee43e2141676","status":"passed","time":{"start":1724887217801,"stop":1724887217801,"duration":0}},{"uid":"c913b15e284fd1ca","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c913b15e284fd1ca","status":"passed","time":{"start":1724887001921,"stop":1724887001922,"duration":1}},{"uid":"e121076a4801a28c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e121076a4801a28c","status":"passed","time":{"start":1724862417855,"stop":1724862417855,"duration":0}},{"uid":"c915e7cea87e19","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c915e7cea87e19","status":"passed","time":{"start":1724861895532,"stop":1724861895533,"duration":1}},{"uid":"9c8fc1763ca902a9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9c8fc1763ca902a9","status":"passed","time":{"start":1724861753060,"stop":1724861753061,"duration":1}},{"uid":"72fdd2b3dda73119","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/72fdd2b3dda73119","status":"passed","time":{"start":1724861587586,"stop":1724861587587,"duration":1}}]},"tags":[]},"source":"39a361ba31b3655f.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/81712d2330b48162.json b/7376/data/test-cases/39d15b285871289f.json similarity index 84% rename from 7346/data/test-cases/81712d2330b48162.json rename to 7376/data/test-cases/39d15b285871289f.json index 5c509fff395..03b7b79e260 100644 --- a/7346/data/test-cases/81712d2330b48162.json +++ b/7376/data/test-cases/39d15b285871289f.json @@ -1 +1 @@ -{"uid":"81712d2330b48162","name":"Push message with short payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with short payload","historyId":"dce440f462aa87753a8843a44fb56f22:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505315,"stop":1724765505315,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":22,"unknown":0,"total":26},"items":[{"uid":"a40b67e5234d7150","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/a40b67e5234d7150","status":"passed","time":{"start":1724765433999,"stop":1724765434001,"duration":2}},{"uid":"388dbd638d38006f","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/388dbd638d38006f","status":"passed","time":{"start":1724763779019,"stop":1724763779020,"duration":1}},{"uid":"500c88945c93fd1a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/500c88945c93fd1a","status":"passed","time":{"start":1724761038700,"stop":1724761038701,"duration":1}},{"uid":"4dd3aa1731f100aa","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/4dd3aa1731f100aa","status":"passed","time":{"start":1724760066613,"stop":1724760066614,"duration":1}},{"uid":"c73e198dc824f5ed","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/c73e198dc824f5ed","status":"passed","time":{"start":1724758222977,"stop":1724758222977,"duration":0}},{"uid":"342591198855ac24","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/342591198855ac24","status":"passed","time":{"start":1724757927310,"stop":1724757927311,"duration":1}},{"uid":"5c9d2e6a772642dd","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/5c9d2e6a772642dd","status":"passed","time":{"start":1724757257484,"stop":1724757257484,"duration":0}},{"uid":"57e3b28ef7bcfbef","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/57e3b28ef7bcfbef","status":"passed","time":{"start":1724755332939,"stop":1724755332939,"duration":0}},{"uid":"c2a20b17cd4b2fb4","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/c2a20b17cd4b2fb4","status":"passed","time":{"start":1724752782307,"stop":1724752782309,"duration":2}},{"uid":"3bee3c9075d530b5","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/3bee3c9075d530b5","status":"passed","time":{"start":1724751616559,"stop":1724751616560,"duration":1}},{"uid":"c37e4da89deaa18b","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/c37e4da89deaa18b","status":"passed","time":{"start":1724750701979,"stop":1724750701985,"duration":6}},{"uid":"2ca3c9203f79724","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/2ca3c9203f79724","status":"passed","time":{"start":1724749709035,"stop":1724749709035,"duration":0}},{"uid":"ce5f998415760cb5","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/ce5f998415760cb5","status":"passed","time":{"start":1724718008194,"stop":1724718008196,"duration":2}},{"uid":"2042ae8096738d8","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/2042ae8096738d8","status":"passed","time":{"start":1724715239082,"stop":1724715239083,"duration":1}},{"uid":"43cd8df3a93119a4","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/43cd8df3a93119a4","status":"passed","time":{"start":1724713322698,"stop":1724713322698,"duration":0}},{"uid":"c6b7a3b68bca20bb","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c6b7a3b68bca20bb","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724707170657,"stop":1724707170657,"duration":0}},{"uid":"147c1d4ae4efc706","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/147c1d4ae4efc706","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724705570745,"stop":1724705570746,"duration":1}},{"uid":"7b1ed204b28976ad","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/7b1ed204b28976ad","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724684936337,"stop":1724684936337,"duration":0}},{"uid":"a5e61a80547100a5","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/a5e61a80547100a5","status":"passed","time":{"start":1724673044024,"stop":1724673044025,"duration":1}},{"uid":"1332421c9d3c4e64","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/1332421c9d3c4e64","status":"passed","time":{"start":1724670767280,"stop":1724670767281,"duration":1}}]},"tags":[]},"source":"81712d2330b48162.json","parameterValues":[]} \ No newline at end of file +{"uid":"39d15b285871289f","name":"Push message with short payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with short payload","historyId":"dce440f462aa87753a8843a44fb56f22:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921438,"stop":1724922921439,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"69beb220f7308151","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/69beb220f7308151","status":"passed","time":{"start":1724921602941,"stop":1724921602941,"duration":0}},{"uid":"884cb7c20721465e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/884cb7c20721465e","status":"passed","time":{"start":1724921571088,"stop":1724921571090,"duration":2}},{"uid":"431003bd0674f107","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/431003bd0674f107","status":"passed","time":{"start":1724918285578,"stop":1724918285578,"duration":0}},{"uid":"e3d28507c5c311b9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e3d28507c5c311b9","status":"passed","time":{"start":1724890030084,"stop":1724890030085,"duration":1}},{"uid":"76b46bf405cf9aac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/76b46bf405cf9aac","status":"passed","time":{"start":1724889171903,"stop":1724889171903,"duration":0}},{"uid":"301596534e2f1d53","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/301596534e2f1d53","status":"passed","time":{"start":1724888350717,"stop":1724888350717,"duration":0}},{"uid":"a641ee1934970659","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a641ee1934970659","status":"passed","time":{"start":1724887115401,"stop":1724887115401,"duration":0}},{"uid":"4a9511545ab673d0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4a9511545ab673d0","status":"passed","time":{"start":1724886884566,"stop":1724886884566,"duration":0}},{"uid":"d3ad8424ede49fb3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3ad8424ede49fb3","status":"passed","time":{"start":1724862322240,"stop":1724862322241,"duration":1}},{"uid":"81226cc6ba92b227","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/81226cc6ba92b227","status":"passed","time":{"start":1724861790745,"stop":1724861790746,"duration":1}},{"uid":"487819823731000a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/487819823731000a","status":"passed","time":{"start":1724861628413,"stop":1724861628414,"duration":1}},{"uid":"c22f2840e8554ab6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c22f2840e8554ab6","status":"passed","time":{"start":1724861465616,"stop":1724861465616,"duration":0}}]},"tags":[]},"source":"39d15b285871289f.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/5ad4bc8cdfbcf2ef.json b/7376/data/test-cases/39d41961b2bc4785.json similarity index 76% rename from 7346/data/test-cases/5ad4bc8cdfbcf2ef.json rename to 7376/data/test-cases/39d41961b2bc4785.json index 9bed480e4d7..1d446213db5 100644 --- a/7346/data/test-cases/5ad4bc8cdfbcf2ef.json +++ b/7376/data/test-cases/39d41961b2bc4785.json @@ -1 +1 @@ -{"uid":"5ad4bc8cdfbcf2ef","name":"Check received message containing XML","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing XML","historyId":"57d70b2cb6f31be2728fe57fe3e0d54d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765048429,"stop":1724765048429,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"778d03a2a3045fbc","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/778d03a2a3045fbc","status":"passed","time":{"start":1724764977138,"stop":1724764977138,"duration":0}},{"uid":"7ad12d929aa42fea","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/7ad12d929aa42fea","status":"passed","time":{"start":1724763340007,"stop":1724763340008,"duration":1}},{"uid":"c74f760fcf458454","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c74f760fcf458454","status":"passed","time":{"start":1724760600499,"stop":1724760600500,"duration":1}},{"uid":"9500c14a8d637857","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/9500c14a8d637857","status":"passed","time":{"start":1724759627552,"stop":1724759627553,"duration":1}},{"uid":"2e6ad0dcd34ab469","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/2e6ad0dcd34ab469","status":"passed","time":{"start":1724757762720,"stop":1724757762720,"duration":0}},{"uid":"4a548f0881876b89","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/4a548f0881876b89","status":"passed","time":{"start":1724757473904,"stop":1724757473905,"duration":1}},{"uid":"8e827424e73553a2","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/8e827424e73553a2","status":"passed","time":{"start":1724756806005,"stop":1724756806005,"duration":0}},{"uid":"aea4edeb4b22c1bb","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/aea4edeb4b22c1bb","status":"passed","time":{"start":1724754890968,"stop":1724754890969,"duration":1}},{"uid":"5cc884a8b034bc42","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/5cc884a8b034bc42","status":"passed","time":{"start":1724752321309,"stop":1724752321309,"duration":0}},{"uid":"fa4db562381c9492","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/fa4db562381c9492","status":"passed","time":{"start":1724751157977,"stop":1724751157977,"duration":0}},{"uid":"e9f7a001dd3526c4","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/e9f7a001dd3526c4","status":"passed","time":{"start":1724750231020,"stop":1724750231020,"duration":0}},{"uid":"2d56ff7a5c7de3e3","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/2d56ff7a5c7de3e3","status":"passed","time":{"start":1724749270692,"stop":1724749270693,"duration":1}},{"uid":"a5f0e3a8f36ab4a1","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/a5f0e3a8f36ab4a1","status":"passed","time":{"start":1724717545674,"stop":1724717545674,"duration":0}},{"uid":"48ffdf4154d1ecb","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/48ffdf4154d1ecb","status":"passed","time":{"start":1724714779154,"stop":1724714779155,"duration":1}},{"uid":"77eeaa4bb93fd714","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/77eeaa4bb93fd714","status":"passed","time":{"start":1724712855311,"stop":1724712855312,"duration":1}},{"uid":"3747cde9635af4bc","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/3747cde9635af4bc","status":"passed","time":{"start":1724706072099,"stop":1724706072100,"duration":1}},{"uid":"d25af921aa39ff1e","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d25af921aa39ff1e","status":"passed","time":{"start":1724704476161,"stop":1724704476161,"duration":0}},{"uid":"6bfd52b6abdb146b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6bfd52b6abdb146b","status":"passed","time":{"start":1724683855303,"stop":1724683855312,"duration":9}},{"uid":"90e02d91c9502d7","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/90e02d91c9502d7","status":"passed","time":{"start":1724672579673,"stop":1724672579673,"duration":0}},{"uid":"3f879eb5dec0e98e","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/3f879eb5dec0e98e","status":"passed","time":{"start":1724670325011,"stop":1724670325015,"duration":4}}]},"tags":[]},"source":"5ad4bc8cdfbcf2ef.json","parameterValues":[]} \ No newline at end of file +{"uid":"39d41961b2bc4785","name":"Check received message containing XML","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing XML","historyId":"57d70b2cb6f31be2728fe57fe3e0d54d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922601841,"stop":1724922601842,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ffa356eede5230f9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ffa356eede5230f9","status":"passed","time":{"start":1724921267868,"stop":1724921267869,"duration":1}},{"uid":"4f40d3d2a0bf714a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4f40d3d2a0bf714a","status":"passed","time":{"start":1724921244364,"stop":1724921244367,"duration":3}},{"uid":"e3d8aad53c4beb27","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e3d8aad53c4beb27","status":"passed","time":{"start":1724917916043,"stop":1724917916044,"duration":1}},{"uid":"3a67462901ce43c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a67462901ce43c9","status":"passed","time":{"start":1724889678254,"stop":1724889678254,"duration":0}},{"uid":"a46fd2422999cffc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a46fd2422999cffc","status":"passed","time":{"start":1724888831683,"stop":1724888831683,"duration":0}},{"uid":"a59c6da4b8659b21","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a59c6da4b8659b21","status":"passed","time":{"start":1724888003319,"stop":1724888003319,"duration":0}},{"uid":"1682ec0591dbef53","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1682ec0591dbef53","status":"passed","time":{"start":1724886776608,"stop":1724886776608,"duration":0}},{"uid":"7034a3e2ad700199","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7034a3e2ad700199","status":"passed","time":{"start":1724886555792,"stop":1724886555795,"duration":3}},{"uid":"7af4fe70e52f45d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7af4fe70e52f45d8","status":"passed","time":{"start":1724861983005,"stop":1724861983006,"duration":1}},{"uid":"ae4e159da877f097","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ae4e159da877f097","status":"passed","time":{"start":1724861444065,"stop":1724861444066,"duration":1}},{"uid":"54ad108f3beacfc9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/54ad108f3beacfc9","status":"passed","time":{"start":1724861285828,"stop":1724861285829,"duration":1}},{"uid":"571c08e417364023","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/571c08e417364023","status":"passed","time":{"start":1724861145664,"stop":1724861145665,"duration":1}}]},"tags":[]},"source":"39d41961b2bc4785.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/3a1b1325b94fe504.json b/7376/data/test-cases/3a1b1325b94fe504.json new file mode 100644 index 00000000000..74c8616408e --- /dev/null +++ b/7376/data/test-cases/3a1b1325b94fe504.json @@ -0,0 +1 @@ +{"uid":"3a1b1325b94fe504","name":"Reopen subscription with peer with lost subscription","fullName":"/tests/filter/single_node/ping.node.spec.ts: Waku Filter V2: Ping > Reopen subscription with peer with lost subscription","historyId":"7a1f1625162dea6a19df34ddf052c945:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922485956,"stop":1724922485956,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Ping"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1ae99eb780a949d3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1ae99eb780a949d3","status":"passed","time":{"start":1724921148663,"stop":1724921148663,"duration":0}},{"uid":"7a605202febb4746","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7a605202febb4746","status":"passed","time":{"start":1724921125026,"stop":1724921125027,"duration":1}},{"uid":"f4ba2402d520df4b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f4ba2402d520df4b","status":"passed","time":{"start":1724917782910,"stop":1724917782910,"duration":0}},{"uid":"1636fb040cb15150","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1636fb040cb15150","status":"passed","time":{"start":1724889568679,"stop":1724889568679,"duration":0}},{"uid":"ab4b82a8314e2f11","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ab4b82a8314e2f11","status":"passed","time":{"start":1724888712710,"stop":1724888712710,"duration":0}},{"uid":"54fcc0ee922293a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/54fcc0ee922293a","status":"passed","time":{"start":1724887870880,"stop":1724887870880,"duration":0}},{"uid":"2f99113a81d1723","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2f99113a81d1723","status":"passed","time":{"start":1724886637708,"stop":1724886637708,"duration":0}},{"uid":"57efa2bf04e1d01","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/57efa2bf04e1d01","status":"passed","time":{"start":1724886418626,"stop":1724886418627,"duration":1}},{"uid":"7f73aa2ad8862022","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7f73aa2ad8862022","status":"passed","time":{"start":1724861865559,"stop":1724861865559,"duration":0}},{"uid":"d81c9e0f1da7ddcb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d81c9e0f1da7ddcb","status":"passed","time":{"start":1724861334265,"stop":1724861334265,"duration":0}},{"uid":"5ec9715e88a4e831","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5ec9715e88a4e831","status":"passed","time":{"start":1724861163784,"stop":1724861163784,"duration":0}},{"uid":"106f0a83641ca670","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/106f0a83641ca670","status":"passed","time":{"start":1724861021893,"stop":1724861021894,"duration":1}}]},"tags":[]},"source":"3a1b1325b94fe504.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/3a1f72953a2693be.json b/7376/data/test-cases/3a1f72953a2693be.json new file mode 100644 index 00000000000..b5684d1fae8 --- /dev/null +++ b/7376/data/test-cases/3a1f72953a2693be.json @@ -0,0 +1 @@ +{"uid":"3a1f72953a2693be","name":"all px service nodes subscribed to the shard topic should be dialed","fullName":"/tests/sharding/peer_management.spec.ts: Autosharding: Peer Management > Peer Exchange > all px service nodes subscribed to the shard topic should be dialed","historyId":"b6d33334fa8230a0ecc8d0aceaad357c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923048502,"stop":1724923048502,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Peer Management"},{"name":"suite","value":"Peer Exchange"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"54dd92e7143517ba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/54dd92e7143517ba","status":"passed","time":{"start":1724921723784,"stop":1724921723785,"duration":1}},{"uid":"35e33b4022e20ebb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/35e33b4022e20ebb","status":"passed","time":{"start":1724921678670,"stop":1724921678670,"duration":0}},{"uid":"22652067c9d21090","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/22652067c9d21090","status":"passed","time":{"start":1724918386965,"stop":1724918386965,"duration":0}},{"uid":"3f7ae4e772bd58ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3f7ae4e772bd58ae","status":"passed","time":{"start":1724890140902,"stop":1724890140902,"duration":0}},{"uid":"a18b0d6f462d1afc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a18b0d6f462d1afc","status":"passed","time":{"start":1724889274453,"stop":1724889274453,"duration":0}},{"uid":"27a310cdc62b75c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/27a310cdc62b75c","status":"passed","time":{"start":1724888449348,"stop":1724888449349,"duration":1}},{"uid":"72df875686e3acd4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/72df875686e3acd4","status":"passed","time":{"start":1724887217802,"stop":1724887217802,"duration":0}},{"uid":"47b0bdd326ab0a7a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/47b0bdd326ab0a7a","status":"passed","time":{"start":1724887001922,"stop":1724887001923,"duration":1}},{"uid":"edaa1794bc9bee74","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/edaa1794bc9bee74","status":"passed","time":{"start":1724862417856,"stop":1724862417857,"duration":1}},{"uid":"5058f977075f71b2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5058f977075f71b2","status":"passed","time":{"start":1724861895533,"stop":1724861895534,"duration":1}},{"uid":"b438fbd6d582b423","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b438fbd6d582b423","status":"passed","time":{"start":1724861753062,"stop":1724861753062,"duration":0}},{"uid":"e7d3a3a7fff48ddb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e7d3a3a7fff48ddb","status":"passed","time":{"start":1724861587587,"stop":1724861587588,"duration":1}}]},"tags":[]},"source":"3a1f72953a2693be.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/3a74d879a60fe35f.json b/7376/data/test-cases/3a74d879a60fe35f.json new file mode 100644 index 00000000000..c6ce0bee395 --- /dev/null +++ b/7376/data/test-cases/3a74d879a60fe35f.json @@ -0,0 +1 @@ +{"uid":"3a74d879a60fe35f","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=5 > numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","historyId":"2c38edf2bff7b402cbdd005b29a27e4c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611438,"stop":1724922611439,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=5"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"58a740f1963eaf0e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/58a740f1963eaf0e","status":"passed","time":{"start":1724921270360,"stop":1724921270361,"duration":1}},{"uid":"5959c3aaf6ddcbc4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5959c3aaf6ddcbc4","status":"passed","time":{"start":1724921247820,"stop":1724921247823,"duration":3}},{"uid":"2939365749787252","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2939365749787252","status":"passed","time":{"start":1724917989821,"stop":1724917989821,"duration":0}},{"uid":"890bbc6b67a5b552","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/890bbc6b67a5b552","status":"passed","time":{"start":1724889678567,"stop":1724889678567,"duration":0}},{"uid":"2c966d42a430fbac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c966d42a430fbac","status":"passed","time":{"start":1724888829845,"stop":1724888829845,"duration":0}},{"uid":"bd8481af79d985b6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bd8481af79d985b6","status":"passed","time":{"start":1724888077013,"stop":1724888077013,"duration":0}},{"uid":"86ee2281d08d0b28","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/86ee2281d08d0b28","status":"passed","time":{"start":1724886851128,"stop":1724886851128,"duration":0}},{"uid":"9af0dbc69d4fb281","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9af0dbc69d4fb281","status":"passed","time":{"start":1724886647118,"stop":1724886647119,"duration":1}},{"uid":"ce664a4ec07e7d0b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ce664a4ec07e7d0b","status":"passed","time":{"start":1724861992715,"stop":1724861992715,"duration":0}},{"uid":"dbed1233c3bef924","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dbed1233c3bef924","status":"passed","time":{"start":1724861469646,"stop":1724861469646,"duration":0}},{"uid":"d43402a0dfc1156e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d43402a0dfc1156e","status":"passed","time":{"start":1724861284862,"stop":1724861284862,"duration":0}},{"uid":"6a35fa005ffe74d5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6a35fa005ffe74d5","status":"passed","time":{"start":1724861145811,"stop":1724861145812,"duration":1}}]},"tags":[]},"source":"3a74d879a60fe35f.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/8bfc49521680405f.json b/7376/data/test-cases/3c8ec453f4ce9112.json similarity index 77% rename from 7346/data/test-cases/8bfc49521680405f.json rename to 7376/data/test-cases/3c8ec453f4ce9112.json index c401edce8a2..9c86646ae65 100644 --- a/7346/data/test-cases/8bfc49521680405f.json +++ b/7376/data/test-cases/3c8ec453f4ce9112.json @@ -1 +1 @@ -{"uid":"8bfc49521680405f","name":"Subscribe and receive 2 messages on the same topic","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe and receive 2 messages on the same topic","historyId":"c07a05bb95930eb974a35f473152c50b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765545663,"stop":1724765545663,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"85f7c845dddaed53","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/85f7c845dddaed53","status":"passed","time":{"start":1724765472919,"stop":1724765472919,"duration":0}},{"uid":"572bae68f5bd16e4","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/572bae68f5bd16e4","status":"passed","time":{"start":1724763953864,"stop":1724763953864,"duration":0}},{"uid":"5ad4f3f6f69062ad","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/5ad4f3f6f69062ad","status":"passed","time":{"start":1724761070311,"stop":1724761070311,"duration":0}},{"uid":"7b9d7b96c40657c5","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/7b9d7b96c40657c5","status":"passed","time":{"start":1724760260072,"stop":1724760260072,"duration":0}},{"uid":"267f5614945b423e","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/267f5614945b423e","status":"passed","time":{"start":1724758530266,"stop":1724758530266,"duration":0}},{"uid":"2a0558ef9e429e31","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2a0558ef9e429e31","status":"passed","time":{"start":1724757958293,"stop":1724757958293,"duration":0}},{"uid":"5214b552724b00f4","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/5214b552724b00f4","status":"passed","time":{"start":1724757397588,"stop":1724757397588,"duration":0}},{"uid":"cd56dc0f71bfdac3","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/cd56dc0f71bfdac3","status":"passed","time":{"start":1724755379399,"stop":1724755379399,"duration":0}},{"uid":"c43c58e00efb1f7d","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/c43c58e00efb1f7d","status":"passed","time":{"start":1724752819840,"stop":1724752819841,"duration":1}},{"uid":"d8440a2768290a20","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/d8440a2768290a20","status":"passed","time":{"start":1724751625316,"stop":1724751625316,"duration":0}},{"uid":"41d2c5ff8fbf41b6","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/41d2c5ff8fbf41b6","status":"passed","time":{"start":1724750725817,"stop":1724750725818,"duration":1}},{"uid":"53c875f5dbc6de5c","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/53c875f5dbc6de5c","status":"passed","time":{"start":1724749717497,"stop":1724749717498,"duration":1}},{"uid":"5d7aceac770b2683","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/5d7aceac770b2683","status":"passed","time":{"start":1724718019280,"stop":1724718019281,"duration":1}},{"uid":"74300bdcdef5c656","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/74300bdcdef5c656","status":"passed","time":{"start":1724715264559,"stop":1724715264559,"duration":0}},{"uid":"9495bca5f06ac93d","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/9495bca5f06ac93d","status":"passed","time":{"start":1724713371746,"stop":1724713371747,"duration":1}},{"uid":"b707efb2dda381dc","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b707efb2dda381dc","status":"passed","time":{"start":1724706679429,"stop":1724706679430,"duration":1}},{"uid":"f26cb8d929595489","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f26cb8d929595489","status":"passed","time":{"start":1724705096855,"stop":1724705096857,"duration":2}},{"uid":"c856257c4cb31679","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c856257c4cb31679","status":"passed","time":{"start":1724684459923,"stop":1724684459924,"duration":1}},{"uid":"c55b92615c4edaa","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/c55b92615c4edaa","status":"passed","time":{"start":1724673071753,"stop":1724673071753,"duration":0}},{"uid":"8709ec30d2f88085","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/8709ec30d2f88085","status":"passed","time":{"start":1724670808682,"stop":1724670808683,"duration":1}}]},"tags":[]},"source":"8bfc49521680405f.json","parameterValues":[]} \ No newline at end of file +{"uid":"3c8ec453f4ce9112","name":"Subscribe to topic containing shell command and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing shell command and receive message","historyId":"abac5b7cf6154cb41131e30fbdef2abc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012482,"stop":1724923012482,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"50e30b36a505f008","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/50e30b36a505f008","status":"passed","time":{"start":1724921625093,"stop":1724921625093,"duration":0}},{"uid":"def61ffc6e0d4f17","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/def61ffc6e0d4f17","status":"passed","time":{"start":1724921590512,"stop":1724921590512,"duration":0}},{"uid":"7a53f7bd6155d067","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7a53f7bd6155d067","status":"passed","time":{"start":1724918287578,"stop":1724918287578,"duration":0}},{"uid":"fd3ba0e12638f3d0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fd3ba0e12638f3d0","status":"passed","time":{"start":1724890047804,"stop":1724890047804,"duration":0}},{"uid":"419924be6dfc9493","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/419924be6dfc9493","status":"passed","time":{"start":1724889183949,"stop":1724889183949,"duration":0}},{"uid":"2fdae942c5536e06","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2fdae942c5536e06","status":"passed","time":{"start":1724888354188,"stop":1724888354189,"duration":1}},{"uid":"a10404e9bb92a905","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a10404e9bb92a905","status":"passed","time":{"start":1724887145731,"stop":1724887145731,"duration":0}},{"uid":"d43f56f6558e4d43","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d43f56f6558e4d43","status":"passed","time":{"start":1724886915810,"stop":1724886915810,"duration":0}},{"uid":"1e9abefb91d79aba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1e9abefb91d79aba","status":"passed","time":{"start":1724862341467,"stop":1724862341467,"duration":0}},{"uid":"2c8b2d9e73d3f5c8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2c8b2d9e73d3f5c8","status":"passed","time":{"start":1724861805472,"stop":1724861805473,"duration":1}},{"uid":"1bc8ed5cacf96988","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1bc8ed5cacf96988","status":"passed","time":{"start":1724861662301,"stop":1724861662301,"duration":0}},{"uid":"5207cddfe7dad946","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5207cddfe7dad946","status":"passed","time":{"start":1724861492529,"stop":1724861492530,"duration":1}}]},"tags":[]},"source":"3c8ec453f4ce9112.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/3d8930f3ace11321.json b/7376/data/test-cases/3d8930f3ace11321.json new file mode 100644 index 00000000000..1c907a46eec --- /dev/null +++ b/7376/data/test-cases/3d8930f3ace11321.json @@ -0,0 +1 @@ +{"uid":"3d8930f3ace11321","name":"should be able to decode the field with ALL protocols set to false","fullName":"/src/waku2_codec.spec.ts: ENR waku2 codec > Decoding > should be able to decode the field with ALL protocols set to false","historyId":"ccc67cdec03f56972b9eddce4b707990:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922382331,"stop":1724922382332,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR waku2 codec"},{"name":"suite","value":"Decoding"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d960b4464b4b314","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d960b4464b4b314","status":"passed","time":{"start":1724921045536,"stop":1724921045536,"duration":0}},{"uid":"66a82a8add1b357f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/66a82a8add1b357f","status":"passed","time":{"start":1724921020729,"stop":1724921020730,"duration":1}},{"uid":"f68d79e5bab5c786","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f68d79e5bab5c786","status":"passed","time":{"start":1724917681061,"stop":1724917681062,"duration":1}},{"uid":"1bac8d0b0814c7c5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1bac8d0b0814c7c5","status":"passed","time":{"start":1724889459953,"stop":1724889459954,"duration":1}},{"uid":"f5e118d836e2fd9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f5e118d836e2fd9","status":"passed","time":{"start":1724888610544,"stop":1724888610545,"duration":1}},{"uid":"2be8a5f7f655e5cc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2be8a5f7f655e5cc","status":"passed","time":{"start":1724887766851,"stop":1724887766851,"duration":0}},{"uid":"1e533dc74ed2c3cb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1e533dc74ed2c3cb","status":"passed","time":{"start":1724886533247,"stop":1724886533247,"duration":0}},{"uid":"aec944901411242f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/aec944901411242f","status":"passed","time":{"start":1724886311095,"stop":1724886311096,"duration":1}},{"uid":"50e239204a275f66","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/50e239204a275f66","status":"passed","time":{"start":1724861760052,"stop":1724861760053,"duration":1}},{"uid":"4b9d491fdfa240c0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4b9d491fdfa240c0","status":"passed","time":{"start":1724861230836,"stop":1724861230837,"duration":1}},{"uid":"54815ed7607feb07","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/54815ed7607feb07","status":"passed","time":{"start":1724861053409,"stop":1724861053410,"duration":1}},{"uid":"fa1a0ce9df2ca23","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fa1a0ce9df2ca23","status":"passed","time":{"start":1724860914748,"stop":1724860914748,"duration":0}}]},"tags":[]},"source":"3d8930f3ace11321.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/3d9674005a225a02.json b/7376/data/test-cases/3d9674005a225a02.json new file mode 100644 index 00000000000..ee347ed150d --- /dev/null +++ b/7376/data/test-cases/3d9674005a225a02.json @@ -0,0 +1 @@ +{"uid":"3d9674005a225a02","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery [live data] > should retrieve 3 multiaddrs for test.waku.nodes.status.im","historyId":"a8499fa5c580960b643d9a194424dc96:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922398923,"stop":1724922398923,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before all\" hook in \"DNS Node Discovery [live data]\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery [live data]"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"4bb211cc96c8882f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4bb211cc96c8882f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921061851,"stop":1724921061852,"duration":1}},{"uid":"c791ca4fca345667","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c791ca4fca345667","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921037160,"stop":1724921037160,"duration":0}},{"uid":"77fd30e522fa8be4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/77fd30e522fa8be4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724917697305,"stop":1724917697305,"duration":0}},{"uid":"27208736a9c8a4e4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/27208736a9c8a4e4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889476086,"stop":1724889476086,"duration":0}},{"uid":"e3b0681228a26853","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e3b0681228a26853","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888626890,"stop":1724888626890,"duration":0}},{"uid":"e4d290da396385dd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e4d290da396385dd","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887783111,"stop":1724887783111,"duration":0}},{"uid":"b9db78cf34da0259","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b9db78cf34da0259","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886549922,"stop":1724886549922,"duration":0}},{"uid":"40994da8123cd9f0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/40994da8123cd9f0","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886327584,"stop":1724886327584,"duration":0}},{"uid":"6b4b6ddf454bdf79","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b4b6ddf454bdf79","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861776810,"stop":1724861776810,"duration":0}},{"uid":"b9bd72098b1de0b4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b9bd72098b1de0b4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861247302,"stop":1724861247302,"duration":0}},{"uid":"bf286cf52d616d2b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bf286cf52d616d2b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861071397,"stop":1724861071398,"duration":1}},{"uid":"8589f50a1e2dbb80","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8589f50a1e2dbb80","status":"skipped","statusDetails":"Test ignored","time":{"start":1724860931797,"stop":1724860931797,"duration":0}}]},"tags":[]},"source":"3d9674005a225a02.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/3dd25b11eba4954b.json b/7376/data/test-cases/3dd25b11eba4954b.json new file mode 100644 index 00000000000..63defb034b5 --- /dev/null +++ b/7376/data/test-cases/3dd25b11eba4954b.json @@ -0,0 +1 @@ +{"uid":"3dd25b11eba4954b","name":"should encode/decode to text encoding","fullName":"/src/enr.spec.ts: ENR > Static tests > should encode/decode to text encoding","historyId":"910abab3840431832d3bc4edf8e0a85b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922383084,"stop":1724922383084,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Static tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9e7b23dbf6e5a846","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9e7b23dbf6e5a846","status":"passed","time":{"start":1724921046200,"stop":1724921046200,"duration":0}},{"uid":"9cbdf9a6a37e756c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9cbdf9a6a37e756c","status":"passed","time":{"start":1724921021471,"stop":1724921021471,"duration":0}},{"uid":"4f46372606a5e0b9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4f46372606a5e0b9","status":"passed","time":{"start":1724917681719,"stop":1724917681719,"duration":0}},{"uid":"2452bb9daf93a6d3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2452bb9daf93a6d3","status":"passed","time":{"start":1724889460651,"stop":1724889460651,"duration":0}},{"uid":"3ea927de155fa467","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3ea927de155fa467","status":"passed","time":{"start":1724888611291,"stop":1724888611292,"duration":1}},{"uid":"2cd13ba8bb105ac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2cd13ba8bb105ac","status":"passed","time":{"start":1724887767616,"stop":1724887767620,"duration":4}},{"uid":"4176446fe6d9cd4a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4176446fe6d9cd4a","status":"passed","time":{"start":1724886533986,"stop":1724886533986,"duration":0}},{"uid":"edc8a42910707aac","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/edc8a42910707aac","status":"passed","time":{"start":1724886311754,"stop":1724886311754,"duration":0}},{"uid":"8227f46ad3954a4e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8227f46ad3954a4e","status":"passed","time":{"start":1724861760770,"stop":1724861760770,"duration":0}},{"uid":"9c410ea516bec0f1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9c410ea516bec0f1","status":"passed","time":{"start":1724861231730,"stop":1724861231730,"duration":0}},{"uid":"3055da348f1e3c3d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3055da348f1e3c3d","status":"passed","time":{"start":1724861054251,"stop":1724861054251,"duration":0}},{"uid":"fddf368bbb0cca15","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fddf368bbb0cca15","status":"passed","time":{"start":1724860915810,"stop":1724860915810,"duration":0}}]},"tags":[]},"source":"3dd25b11eba4954b.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/715bf091bd744619.json b/7376/data/test-cases/3e3e9e6ad67d0558.json similarity index 53% rename from 7346/data/test-cases/715bf091bd744619.json rename to 7376/data/test-cases/3e3e9e6ad67d0558.json index 0c0dac91800..6b9a9af3a65 100644 --- a/7346/data/test-cases/715bf091bd744619.json +++ b/7376/data/test-cases/3e3e9e6ad67d0558.json @@ -1 +1 @@ -{"uid":"715bf091bd744619","name":"should not receive a peer event after stop","fullName":"/tests/dns-peer-discovery.spec.ts: DNS Discovery: Compliance Test > interface-peer-discovery compliance tests > should not receive a peer event after stop","historyId":"8a66db94555423a25549a9a9c2fb8b2f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724764850600,"stop":1724764850600,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"DNS Discovery: Compliance Test"},{"name":"suite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"6ef670e74410b3c2","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/6ef670e74410b3c2","status":"passed","time":{"start":1724763136158,"stop":1724763136158,"duration":0}},{"uid":"b70825d5efd70459","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b70825d5efd70459","status":"passed","time":{"start":1724760407060,"stop":1724760407060,"duration":0}},{"uid":"7b77aa2a866f421a","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/7b77aa2a866f421a","status":"passed","time":{"start":1724759419218,"stop":1724759419235,"duration":17}},{"uid":"265b832ca87a3987","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/265b832ca87a3987","status":"passed","time":{"start":1724757558275,"stop":1724757558276,"duration":1}},{"uid":"df925d3e87f26bca","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/df925d3e87f26bca","status":"passed","time":{"start":1724757274280,"stop":1724757274280,"duration":0}},{"uid":"c444e35495f474db","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/c444e35495f474db","status":"passed","time":{"start":1724756596277,"stop":1724756596277,"duration":0}},{"uid":"871ae11494ce30f1","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/871ae11494ce30f1","status":"passed","time":{"start":1724754695535,"stop":1724754695536,"duration":1}},{"uid":"db0c07030ab8c19b","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/db0c07030ab8c19b","status":"passed","time":{"start":1724752123820,"stop":1724752123821,"duration":1}},{"uid":"72cde66030fac070","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/72cde66030fac070","status":"passed","time":{"start":1724750963817,"stop":1724750963817,"duration":0}},{"uid":"3c4fbb308185e0fe","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/3c4fbb308185e0fe","status":"passed","time":{"start":1724750030740,"stop":1724750030740,"duration":0}},{"uid":"d0d7b718dfee68ba","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/d0d7b718dfee68ba","status":"passed","time":{"start":1724749056868,"stop":1724749056868,"duration":0}},{"uid":"faa253527f082dcd","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/faa253527f082dcd","status":"passed","time":{"start":1724717348997,"stop":1724717348997,"duration":0}},{"uid":"81f636fd017219a","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/81f636fd017219a","status":"passed","time":{"start":1724714583467,"stop":1724714583468,"duration":1}},{"uid":"d939cf149c38d55","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/d939cf149c38d55","status":"passed","time":{"start":1724712672592,"stop":1724712672592,"duration":0}},{"uid":"9212e4c7970d40cb","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/9212e4c7970d40cb","status":"passed","time":{"start":1724705875388,"stop":1724705875388,"duration":0}},{"uid":"c54f180f526a6a44","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c54f180f526a6a44","status":"passed","time":{"start":1724704308663,"stop":1724704308663,"duration":0}},{"uid":"99d76927980de504","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/99d76927980de504","status":"passed","time":{"start":1724683672769,"stop":1724683672770,"duration":1}},{"uid":"8e3ea5cbbb5ce612","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/8e3ea5cbbb5ce612","status":"passed","time":{"start":1724672380116,"stop":1724672380116,"duration":0}},{"uid":"db7256580fdca1a1","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/db7256580fdca1a1","status":"passed","time":{"start":1724670129697,"stop":1724670129697,"duration":0}},{"uid":"3e2d76628267e189","reportUrl":"https://waku-org.github.io/js-waku/7331//#testresult/3e2d76628267e189","status":"passed","time":{"start":1724663307401,"stop":1724663307402,"duration":1}}]},"tags":[]},"source":"715bf091bd744619.json","parameterValues":[]} \ No newline at end of file +{"uid":"3e3e9e6ad67d0558","name":"should not receive a peer event after stop","fullName":"/tests/dns-peer-discovery.spec.ts: DNS Discovery: Compliance Test > interface-peer-discovery compliance tests > should not receive a peer event after stop","historyId":"8a66db94555423a25549a9a9c2fb8b2f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922439101,"stop":1724922439101,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"DNS Discovery: Compliance Test"},{"name":"suite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e9e919bdf22807c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e9e919bdf22807c","status":"passed","time":{"start":1724921098919,"stop":1724921098920,"duration":1}},{"uid":"e9cb9f5b855d2899","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e9cb9f5b855d2899","status":"passed","time":{"start":1724921073396,"stop":1724921073397,"duration":1}},{"uid":"d9d8d6e8affc83ef","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d9d8d6e8affc83ef","status":"passed","time":{"start":1724917744663,"stop":1724917744663,"duration":0}},{"uid":"7a6187d1c880cafc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7a6187d1c880cafc","status":"passed","time":{"start":1724889518044,"stop":1724889518044,"duration":0}},{"uid":"f8555404d92fa50b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f8555404d92fa50b","status":"passed","time":{"start":1724888665802,"stop":1724888665803,"duration":1}},{"uid":"8cb115f53c85fb05","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8cb115f53c85fb05","status":"passed","time":{"start":1724887821952,"stop":1724887821952,"duration":0}},{"uid":"bdab493289e506b9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bdab493289e506b9","status":"passed","time":{"start":1724886586926,"stop":1724886586926,"duration":0}},{"uid":"e370cf92e33a777c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e370cf92e33a777c","status":"passed","time":{"start":1724886375233,"stop":1724886375235,"duration":2}},{"uid":"bd73e79317bbdc28","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bd73e79317bbdc28","status":"passed","time":{"start":1724861815217,"stop":1724861815218,"duration":1}},{"uid":"1b3091717b0eba7a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1b3091717b0eba7a","status":"passed","time":{"start":1724861291722,"stop":1724861291722,"duration":0}},{"uid":"2781dd6b694f9daa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2781dd6b694f9daa","status":"passed","time":{"start":1724861109879,"stop":1724861109879,"duration":0}},{"uid":"55187f700f27f6c0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/55187f700f27f6c0","status":"passed","time":{"start":1724860972343,"stop":1724860972343,"duration":0}}]},"tags":[]},"source":"3e3e9e6ad67d0558.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/d77ded490c025854.json b/7376/data/test-cases/3e4886f33fa1f812.json similarity index 54% rename from 7346/data/test-cases/d77ded490c025854.json rename to 7376/data/test-cases/3e4886f33fa1f812.json index ff542d2c8a6..d29ed6edbfd 100644 --- a/7346/data/test-cases/d77ded490c025854.json +++ b/7376/data/test-cases/3e4886f33fa1f812.json @@ -1 +1 @@ -{"uid":"d77ded490c025854","name":"Passing a valid cursor at 2 index when there are 4 messages","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Passing a valid cursor at 2 index when there are 4 messages","historyId":"6e574c2999a9eea26bec4940a1333236:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765470237,"stop":1724765470238,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, cursor"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"7bd385d23a935ed4","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/7bd385d23a935ed4","status":"passed","time":{"start":1724765389213,"stop":1724765389213,"duration":0}},{"uid":"44d50b151c38e47f","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/44d50b151c38e47f","status":"passed","time":{"start":1724763765688,"stop":1724763765688,"duration":0}},{"uid":"d92eb21ee71fb8be","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/d92eb21ee71fb8be","status":"passed","time":{"start":1724761004838,"stop":1724761004839,"duration":1}},{"uid":"9ca326891f9162ba","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/9ca326891f9162ba","status":"passed","time":{"start":1724760037097,"stop":1724760037099,"duration":2}},{"uid":"372991c6c9c080f8","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/372991c6c9c080f8","status":"passed","time":{"start":1724758177002,"stop":1724758177003,"duration":1}},{"uid":"e17242569df7a719","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/e17242569df7a719","status":"passed","time":{"start":1724757847384,"stop":1724757847385,"duration":1}},{"uid":"315ce5929e2152d5","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/315ce5929e2152d5","status":"passed","time":{"start":1724757226681,"stop":1724757226682,"duration":1}},{"uid":"41fcbebb344f601f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/41fcbebb344f601f","status":"passed","time":{"start":1724755296798,"stop":1724755296799,"duration":1}},{"uid":"3cf19ba788a9b3d","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/3cf19ba788a9b3d","status":"passed","time":{"start":1724752732657,"stop":1724752732658,"duration":1}},{"uid":"8bbd60742b9f2f97","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/8bbd60742b9f2f97","status":"passed","time":{"start":1724751577051,"stop":1724751577051,"duration":0}},{"uid":"8c7d62864bc3e403","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/8c7d62864bc3e403","status":"passed","time":{"start":1724750647494,"stop":1724750647494,"duration":0}},{"uid":"90d003717ff98231","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/90d003717ff98231","status":"passed","time":{"start":1724749642922,"stop":1724749642923,"duration":1}},{"uid":"4deca41e6485da0e","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/4deca41e6485da0e","status":"passed","time":{"start":1724717957838,"stop":1724717957838,"duration":0}},{"uid":"41cb21f0f854ae17","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/41cb21f0f854ae17","status":"passed","time":{"start":1724715206989,"stop":1724715206990,"duration":1}},{"uid":"71a0f0dc9a7c7327","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/71a0f0dc9a7c7327","status":"passed","time":{"start":1724713277139,"stop":1724713277140,"duration":1}},{"uid":"bf91adf4e7d99ce9","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/bf91adf4e7d99ce9","status":"passed","time":{"start":1724706466062,"stop":1724706466063,"duration":1}},{"uid":"914b13f105d2294","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/914b13f105d2294","status":"passed","time":{"start":1724704876919,"stop":1724704876920,"duration":1}},{"uid":"c09db4b6d6a10965","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c09db4b6d6a10965","status":"passed","time":{"start":1724684257313,"stop":1724684257313,"duration":0}},{"uid":"b62e7c621773169f","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/b62e7c621773169f","status":"passed","time":{"start":1724673010497,"stop":1724673010498,"duration":1}},{"uid":"327585952f7f1276","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/327585952f7f1276","status":"passed","time":{"start":1724670731303,"stop":1724670731303,"duration":0}}]},"tags":[]},"source":"d77ded490c025854.json","parameterValues":[]} \ No newline at end of file +{"uid":"3e4886f33fa1f812","name":"Passing a valid cursor at 2 index when there are 4 messages","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Passing a valid cursor at 2 index when there are 4 messages","historyId":"6e574c2999a9eea26bec4940a1333236:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922928883,"stop":1724922928885,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, cursor"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a33beda5a3dd897e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a33beda5a3dd897e","status":"passed","time":{"start":1724921620594,"stop":1724921620594,"duration":0}},{"uid":"e3cd51627344421c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e3cd51627344421c","status":"passed","time":{"start":1724921566685,"stop":1724921566685,"duration":0}},{"uid":"81d8f563e744b51d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/81d8f563e744b51d","status":"passed","time":{"start":1724918280550,"stop":1724918280551,"duration":1}},{"uid":"58769718e64cbf5f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/58769718e64cbf5f","status":"passed","time":{"start":1724890019466,"stop":1724890019467,"duration":1}},{"uid":"bb5495eafeabcaa2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bb5495eafeabcaa2","status":"passed","time":{"start":1724889148720,"stop":1724889148720,"duration":0}},{"uid":"ba8cb70cdf45ddb0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ba8cb70cdf45ddb0","status":"passed","time":{"start":1724888331953,"stop":1724888331953,"duration":0}},{"uid":"fe778def8103857a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fe778def8103857a","status":"passed","time":{"start":1724887107112,"stop":1724887107112,"duration":0}},{"uid":"7c241e4faab09ea","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7c241e4faab09ea","status":"passed","time":{"start":1724886889606,"stop":1724886889606,"duration":0}},{"uid":"9b718fb354802aa0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9b718fb354802aa0","status":"passed","time":{"start":1724862298787,"stop":1724862298787,"duration":0}},{"uid":"20c701f1c66436af","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/20c701f1c66436af","status":"passed","time":{"start":1724861779250,"stop":1724861779251,"duration":1}},{"uid":"34a780af7336ee89","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/34a780af7336ee89","status":"passed","time":{"start":1724861646558,"stop":1724861646558,"duration":0}},{"uid":"3f654c3d18f17ef","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3f654c3d18f17ef","status":"passed","time":{"start":1724861466606,"stop":1724861466607,"duration":1}}]},"tags":[]},"source":"3e4886f33fa1f812.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/3e4c8f8adb9a31ff.json b/7376/data/test-cases/3e4c8f8adb9a31ff.json new file mode 100644 index 00000000000..9afb1b2cdd3 --- /dev/null +++ b/7376/data/test-cases/3e4c8f8adb9a31ff.json @@ -0,0 +1 @@ +{"uid":"3e4c8f8adb9a31ff","name":"Unsubscribe 1 topic - node subscribed to 1 topic","fullName":"/tests/filter/single_node/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe > Unsubscribe 1 topic - node subscribed to 1 topic","historyId":"d756b9dcd6f1f6438b6de6db088e32a3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922536229,"stop":1724922536230,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"572340ef73d4cca1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/572340ef73d4cca1","status":"passed","time":{"start":1724921198884,"stop":1724921198884,"duration":0}},{"uid":"b8819c82935f6f8d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b8819c82935f6f8d","status":"passed","time":{"start":1724921172337,"stop":1724921172337,"duration":0}},{"uid":"644151d85e62afe0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/644151d85e62afe0","status":"passed","time":{"start":1724917841035,"stop":1724917841036,"duration":1}},{"uid":"72c27a51c514166","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72c27a51c514166","status":"passed","time":{"start":1724889622276,"stop":1724889622276,"duration":0}},{"uid":"c9d96bf802be5bd4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c9d96bf802be5bd4","status":"passed","time":{"start":1724888769658,"stop":1724888769659,"duration":1}},{"uid":"7f48b2da32e4f8e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7f48b2da32e4f8e","status":"passed","time":{"start":1724887926164,"stop":1724887926164,"duration":0}},{"uid":"c671b7791f38dcdc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c671b7791f38dcdc","status":"passed","time":{"start":1724886693068,"stop":1724886693069,"duration":1}},{"uid":"691d434b59abbcad","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/691d434b59abbcad","status":"passed","time":{"start":1724886468808,"stop":1724886468811,"duration":3}},{"uid":"ed2e94b0a538c7a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ed2e94b0a538c7a9","status":"passed","time":{"start":1724861918243,"stop":1724861918244,"duration":1}},{"uid":"d12aafc4166789c4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d12aafc4166789c4","status":"passed","time":{"start":1724861388576,"stop":1724861388577,"duration":1}},{"uid":"6c14fb7c9f8c8dfb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6c14fb7c9f8c8dfb","status":"passed","time":{"start":1724861221406,"stop":1724861221406,"duration":0}},{"uid":"4af23d9dcb455298","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4af23d9dcb455298","status":"passed","time":{"start":1724861075798,"stop":1724861075799,"duration":1}}]},"tags":[]},"source":"3e4c8f8adb9a31ff.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/3e8f329d417fe91.json b/7376/data/test-cases/3e8f329d417fe91.json new file mode 100644 index 00000000000..0ae39c429bb --- /dev/null +++ b/7376/data/test-cases/3e8f329d417fe91.json @@ -0,0 +1 @@ +{"uid":"3e8f329d417fe91","name":"Sets default value correctly","fullName":"/tests/waku.node.spec.ts: User Agent > Sets default value correctly","historyId":"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922998985,"stop":1724922998986,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"User Agent\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"User Agent"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d984d3f99244cc7d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d984d3f99244cc7d","status":"passed","time":{"start":1724921672582,"stop":1724921672582,"duration":0}},{"uid":"9105e0bae7e8266d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9105e0bae7e8266d","status":"passed","time":{"start":1724921629965,"stop":1724921629965,"duration":0}},{"uid":"84c388d09db10ddc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/84c388d09db10ddc","status":"passed","time":{"start":1724918337083,"stop":1724918337083,"duration":0}},{"uid":"504e63e7d79006c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/504e63e7d79006c","status":"passed","time":{"start":1724890089180,"stop":1724890089180,"duration":0}},{"uid":"15b83203d73ecf5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/15b83203d73ecf5","status":"passed","time":{"start":1724889221661,"stop":1724889221661,"duration":0}},{"uid":"7aec852e3c21e35a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7aec852e3c21e35a","status":"passed","time":{"start":1724888396189,"stop":1724888396189,"duration":0}},{"uid":"ce00de7be115a0d8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ce00de7be115a0d8","status":"passed","time":{"start":1724887170940,"stop":1724887170940,"duration":0}},{"uid":"78b59ef8344215e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/78b59ef8344215e","status":"passed","time":{"start":1724886948526,"stop":1724886948526,"duration":0}},{"uid":"29f046e9f70a33d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29f046e9f70a33d8","status":"passed","time":{"start":1724862370754,"stop":1724862370754,"duration":0}},{"uid":"ce5a6071b30a4e15","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ce5a6071b30a4e15","status":"passed","time":{"start":1724861845170,"stop":1724861845170,"duration":0}},{"uid":"3aff650a0d4cf79f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3aff650a0d4cf79f","status":"passed","time":{"start":1724861703118,"stop":1724861703118,"duration":0}},{"uid":"cc62e59182e77a2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cc62e59182e77a2","status":"passed","time":{"start":1724861530979,"stop":1724861530980,"duration":1}}]},"tags":[]},"source":"3e8f329d417fe91.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/3ea1863da7807cdb.json b/7376/data/test-cases/3ea1863da7807cdb.json new file mode 100644 index 00000000000..6561b81d0d6 --- /dev/null +++ b/7376/data/test-cases/3ea1863da7807cdb.json @@ -0,0 +1 @@ +{"uid":"3ea1863da7807cdb","name":"Sample","fullName":"/src/multiaddrs_codec.spec.ts: ENR multiaddrs codec > Sample","historyId":"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922382484,"stop":1724922382484,"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 multiaddrs codec"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5cd211f0ceb6d07a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5cd211f0ceb6d07a","status":"passed","time":{"start":1724921045432,"stop":1724921045433,"duration":1}},{"uid":"96dacfda231e5e84","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/96dacfda231e5e84","status":"passed","time":{"start":1724921020900,"stop":1724921020900,"duration":0}},{"uid":"d7b0eaac18a7d987","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d7b0eaac18a7d987","status":"passed","time":{"start":1724917681169,"stop":1724917681169,"duration":0}},{"uid":"81ad2eb16bfbadaf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/81ad2eb16bfbadaf","status":"passed","time":{"start":1724889460008,"stop":1724889460008,"duration":0}},{"uid":"10f9c69eea285a45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/10f9c69eea285a45","status":"passed","time":{"start":1724888610607,"stop":1724888610607,"duration":0}},{"uid":"91c22a1a3ff2ba17","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/91c22a1a3ff2ba17","status":"passed","time":{"start":1724887766957,"stop":1724887766957,"duration":0}},{"uid":"af841ac017832338","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/af841ac017832338","status":"passed","time":{"start":1724886533379,"stop":1724886533379,"duration":0}},{"uid":"6e0031a41aea0dd4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6e0031a41aea0dd4","status":"passed","time":{"start":1724886311217,"stop":1724886311217,"duration":0}},{"uid":"7c61b2a5c1244c6d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7c61b2a5c1244c6d","status":"passed","time":{"start":1724861760230,"stop":1724861760231,"duration":1}},{"uid":"9d853cc19a345892","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9d853cc19a345892","status":"passed","time":{"start":1724861231071,"stop":1724861231071,"duration":0}},{"uid":"ac0b9416372a8016","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac0b9416372a8016","status":"passed","time":{"start":1724861053616,"stop":1724861053616,"duration":0}},{"uid":"3ebe97a1036a6fd2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3ebe97a1036a6fd2","status":"passed","time":{"start":1724860915335,"stop":1724860915336,"duration":1}}]},"tags":[]},"source":"3ea1863da7807cdb.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/3ecaa212b25b6600.json b/7376/data/test-cases/3ecaa212b25b6600.json new file mode 100644 index 00000000000..633eff8f5ea --- /dev/null +++ b/7376/data/test-cases/3ecaa212b25b6600.json @@ -0,0 +1 @@ +{"uid":"3ecaa212b25b6600","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric shard: /waku/2/rs/1/\\","historyId":"82fe2982324d66d122f3aa38a7cf4bc4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374686,"stop":1724922374687,"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":"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":13,"unknown":0,"total":13},"items":[{"uid":"d64c18074186ffcf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d64c18074186ffcf","status":"passed","time":{"start":1724921037648,"stop":1724921037648,"duration":0}},{"uid":"3155ebf075f05c0b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3155ebf075f05c0b","status":"passed","time":{"start":1724921013060,"stop":1724921013061,"duration":1}},{"uid":"ec2bd38ee9c0e4d8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ec2bd38ee9c0e4d8","status":"passed","time":{"start":1724917673301,"stop":1724917673302,"duration":1}},{"uid":"e0fca5819844c892","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e0fca5819844c892","status":"passed","time":{"start":1724889452321,"stop":1724889452322,"duration":1}},{"uid":"f67955dd26871fc8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f67955dd26871fc8","status":"passed","time":{"start":1724888602853,"stop":1724888602853,"duration":0}},{"uid":"28ba4030b228047a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/28ba4030b228047a","status":"passed","time":{"start":1724887759174,"stop":1724887759174,"duration":0}},{"uid":"1164bd07634e6565","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1164bd07634e6565","status":"passed","time":{"start":1724886525553,"stop":1724886525553,"duration":0}},{"uid":"24b8ef3dd3a42d2c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/24b8ef3dd3a42d2c","status":"passed","time":{"start":1724886303408,"stop":1724886303408,"duration":0}},{"uid":"b386e8cb6ba35cfb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b386e8cb6ba35cfb","status":"passed","time":{"start":1724861752240,"stop":1724861752241,"duration":1}},{"uid":"9e9ef66474951703","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9e9ef66474951703","status":"passed","time":{"start":1724861223365,"stop":1724861223365,"duration":0}},{"uid":"acb533d29735d44d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/acb533d29735d44d","status":"passed","time":{"start":1724861045213,"stop":1724861045214,"duration":1}},{"uid":"ed74da86fdea7639","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ed74da86fdea7639","status":"passed","time":{"start":1724860907099,"stop":1724860907099,"duration":0}}]},"tags":[]},"source":"3ecaa212b25b6600.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/3ee7897ec1cca314.json b/7376/data/test-cases/3ee7897ec1cca314.json new file mode 100644 index 00000000000..5c9b1d53fd5 --- /dev/null +++ b/7376/data/test-cases/3ee7897ec1cca314.json @@ -0,0 +1 @@ +{"uid":"3ee7897ec1cca314","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","fullName":"/src/enr.spec.ts: ENR > Txt codec > should decode valid ENR with multiaddrs successfully [shared test vector]","historyId":"b39461aee7d78c2426ff3cb37df56036:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922383079,"stop":1724922383080,"duration":1},"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":"Txt codec"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b73081720c9466d3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b73081720c9466d3","status":"passed","time":{"start":1724921046196,"stop":1724921046196,"duration":0}},{"uid":"9df28293c9e0615f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9df28293c9e0615f","status":"passed","time":{"start":1724921021466,"stop":1724921021467,"duration":1}},{"uid":"675709c73020c562","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/675709c73020c562","status":"passed","time":{"start":1724917681714,"stop":1724917681715,"duration":1}},{"uid":"f56b7b1327a5a1c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f56b7b1327a5a1c9","status":"passed","time":{"start":1724889460644,"stop":1724889460645,"duration":1}},{"uid":"a74a50f2d4b3e9c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a74a50f2d4b3e9c0","status":"passed","time":{"start":1724888611287,"stop":1724888611287,"duration":0}},{"uid":"dbd2a1bc4810a751","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dbd2a1bc4810a751","status":"passed","time":{"start":1724887767612,"stop":1724887767612,"duration":0}},{"uid":"339d1bd26428ad5c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/339d1bd26428ad5c","status":"passed","time":{"start":1724886533982,"stop":1724886533982,"duration":0}},{"uid":"5a5f3656ae7b85d1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5a5f3656ae7b85d1","status":"passed","time":{"start":1724886311750,"stop":1724886311750,"duration":0}},{"uid":"127b1fce7bb539e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/127b1fce7bb539e5","status":"passed","time":{"start":1724861760766,"stop":1724861760766,"duration":0}},{"uid":"eadab589172d4b0f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/eadab589172d4b0f","status":"passed","time":{"start":1724861231726,"stop":1724861231726,"duration":0}},{"uid":"24a00ed3999fdef","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/24a00ed3999fdef","status":"passed","time":{"start":1724861054246,"stop":1724861054247,"duration":1}},{"uid":"d6cefd1e7da1137f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d6cefd1e7da1137f","status":"passed","time":{"start":1724860915806,"stop":1724860915806,"duration":0}}]},"tags":[]},"source":"3ee7897ec1cca314.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/3f47843e76ef2e66.json b/7376/data/test-cases/3f47843e76ef2e66.json new file mode 100644 index 00000000000..52daca33362 --- /dev/null +++ b/7376/data/test-cases/3f47843e76ef2e66.json @@ -0,0 +1 @@ +{"uid":"3f47843e76ef2e66","name":"handles empty contentTopics array correctly","fullName":"/src/common/sharding/index.spec.ts: ensureShardingConfigured > handles empty contentTopics array correctly","historyId":"87fe34f1954a2fba5cbc381cc6dcf6d3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374695,"stop":1724922374695,"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":13,"unknown":0,"total":13},"items":[{"uid":"81ba405379ee4ba7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/81ba405379ee4ba7","status":"passed","time":{"start":1724921037654,"stop":1724921037654,"duration":0}},{"uid":"e11aeafbfa83943b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e11aeafbfa83943b","status":"passed","time":{"start":1724921013068,"stop":1724921013069,"duration":1}},{"uid":"f50be60c3ae8b23e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f50be60c3ae8b23e","status":"passed","time":{"start":1724917673309,"stop":1724917673309,"duration":0}},{"uid":"3854389347402087","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3854389347402087","status":"passed","time":{"start":1724889452328,"stop":1724889452328,"duration":0}},{"uid":"1c0e79a0c8025335","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c0e79a0c8025335","status":"passed","time":{"start":1724888602861,"stop":1724888602861,"duration":0}},{"uid":"88aa81b42a5686b4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/88aa81b42a5686b4","status":"passed","time":{"start":1724887759181,"stop":1724887759181,"duration":0}},{"uid":"6e8bec2e850c9721","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6e8bec2e850c9721","status":"passed","time":{"start":1724886525558,"stop":1724886525559,"duration":1}},{"uid":"7a7af9e753be675e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7a7af9e753be675e","status":"passed","time":{"start":1724886303415,"stop":1724886303415,"duration":0}},{"uid":"2975bb1fed11c4a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2975bb1fed11c4a6","status":"passed","time":{"start":1724861752251,"stop":1724861752251,"duration":0}},{"uid":"9dbd765accf3996f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9dbd765accf3996f","status":"passed","time":{"start":1724861223371,"stop":1724861223372,"duration":1}},{"uid":"b76612da416aefbe","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b76612da416aefbe","status":"passed","time":{"start":1724861045221,"stop":1724861045221,"duration":0}},{"uid":"607127e63b358672","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/607127e63b358672","status":"passed","time":{"start":1724860907107,"stop":1724860907108,"duration":1}}]},"tags":[]},"source":"3f47843e76ef2e66.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/b287f2aecb73a861.json b/7376/data/test-cases/3f8956f16bbc5911.json similarity index 79% rename from 7346/data/test-cases/b287f2aecb73a861.json rename to 7376/data/test-cases/3f8956f16bbc5911.json index 58fad1a9a21..d2280d3917b 100644 --- a/7346/data/test-cases/b287f2aecb73a861.json +++ b/7376/data/test-cases/3f8956f16bbc5911.json @@ -1 +1 @@ -{"uid":"b287f2aecb73a861","name":"Subscribe and receives messages on 20 topics","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe and receives messages on 20 topics","historyId":"1952c5b215f2a7dd3efa57d7c168d26d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765075578,"stop":1724765075578,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"910d2088f9eab187","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/910d2088f9eab187","status":"passed","time":{"start":1724765010537,"stop":1724765010539,"duration":2}},{"uid":"6437c1ab0743e522","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/6437c1ab0743e522","status":"passed","time":{"start":1724763380286,"stop":1724763380286,"duration":0}},{"uid":"4c7f1c3541d36b6a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/4c7f1c3541d36b6a","status":"passed","time":{"start":1724760632552,"stop":1724760632552,"duration":0}},{"uid":"d55cce37d98ea5ed","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/d55cce37d98ea5ed","status":"passed","time":{"start":1724759660918,"stop":1724759660919,"duration":1}},{"uid":"e295496916b0f05c","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/e295496916b0f05c","status":"passed","time":{"start":1724757793696,"stop":1724757793696,"duration":0}},{"uid":"c5516aba9737d024","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c5516aba9737d024","status":"passed","time":{"start":1724757518632,"stop":1724757518633,"duration":1}},{"uid":"51ca190eb36f02af","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/51ca190eb36f02af","status":"passed","time":{"start":1724756832078,"stop":1724756832080,"duration":2}},{"uid":"633b4e3044590e31","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/633b4e3044590e31","status":"passed","time":{"start":1724754929266,"stop":1724754929267,"duration":1}},{"uid":"86939fd2a522e58","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/86939fd2a522e58","status":"passed","time":{"start":1724752352144,"stop":1724752352145,"duration":1}},{"uid":"ce296fa30a623640","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/ce296fa30a623640","status":"passed","time":{"start":1724751201110,"stop":1724751201111,"duration":1}},{"uid":"f7127465c2ac49fd","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/f7127465c2ac49fd","status":"passed","time":{"start":1724750264836,"stop":1724750264837,"duration":1}},{"uid":"31c476ac8e7afd3e","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/31c476ac8e7afd3e","status":"passed","time":{"start":1724749292149,"stop":1724749292149,"duration":0}},{"uid":"37b8cb9d11b232e9","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/37b8cb9d11b232e9","status":"passed","time":{"start":1724717596790,"stop":1724717596790,"duration":0}},{"uid":"7e39e98b7ff99c22","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/7e39e98b7ff99c22","status":"passed","time":{"start":1724714823644,"stop":1724714823644,"duration":0}},{"uid":"ea4b71fe43e25784","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/ea4b71fe43e25784","status":"passed","time":{"start":1724712895766,"stop":1724712895766,"duration":0}},{"uid":"62818463fda1e894","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/62818463fda1e894","status":"passed","time":{"start":1724706113491,"stop":1724706113491,"duration":0}},{"uid":"1bbd768f309fa131","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/1bbd768f309fa131","status":"passed","time":{"start":1724704522407,"stop":1724704522409,"duration":2}},{"uid":"8ae3cb85bf33b990","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/8ae3cb85bf33b990","status":"passed","time":{"start":1724683897623,"stop":1724683897623,"duration":0}},{"uid":"6288f3b67b2250ff","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/6288f3b67b2250ff","status":"passed","time":{"start":1724672624700,"stop":1724672624700,"duration":0}},{"uid":"7ec36eb36873ea4f","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/7ec36eb36873ea4f","status":"passed","time":{"start":1724670354421,"stop":1724670354423,"duration":2}}]},"tags":[]},"source":"b287f2aecb73a861.json","parameterValues":[]} \ No newline at end of file +{"uid":"3f8956f16bbc5911","name":"Subscribe and receives messages on 20 topics","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe and receives messages on 20 topics","historyId":"1952c5b215f2a7dd3efa57d7c168d26d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922635350,"stop":1724922635350,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3ba9120d1e103abd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3ba9120d1e103abd","status":"passed","time":{"start":1724921297000,"stop":1724921297001,"duration":1}},{"uid":"57435e8957e7525d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/57435e8957e7525d","status":"passed","time":{"start":1724921276364,"stop":1724921276364,"duration":0}},{"uid":"7ff2c434eb8bf05b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7ff2c434eb8bf05b","status":"passed","time":{"start":1724917948313,"stop":1724917948313,"duration":0}},{"uid":"5fb27a997584d2cc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5fb27a997584d2cc","status":"passed","time":{"start":1724889729005,"stop":1724889729005,"duration":0}},{"uid":"e337619998694f0d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e337619998694f0d","status":"passed","time":{"start":1724888864950,"stop":1724888864951,"duration":1}},{"uid":"be7cf96dfe23ef72","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/be7cf96dfe23ef72","status":"passed","time":{"start":1724888053738,"stop":1724888053739,"duration":1}},{"uid":"e4acc54ae8642447","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e4acc54ae8642447","status":"passed","time":{"start":1724886811650,"stop":1724886811653,"duration":3}},{"uid":"b76f810032b1cb00","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b76f810032b1cb00","status":"passed","time":{"start":1724886581001,"stop":1724886581001,"duration":0}},{"uid":"7d6b5684d3bd649c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7d6b5684d3bd649c","status":"passed","time":{"start":1724862019557,"stop":1724862019557,"duration":0}},{"uid":"ed8c3817c72e2b4c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ed8c3817c72e2b4c","status":"passed","time":{"start":1724861493934,"stop":1724861493934,"duration":0}},{"uid":"6a604f30a446c674","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6a604f30a446c674","status":"passed","time":{"start":1724861318018,"stop":1724861318019,"duration":1}},{"uid":"9ab2697b2e031fd4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9ab2697b2e031fd4","status":"passed","time":{"start":1724861178509,"stop":1724861178510,"duration":1}}]},"tags":[]},"source":"3f8956f16bbc5911.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/3fb6dbc27d13f3ec.json b/7376/data/test-cases/3fb6dbc27d13f3ec.json new file mode 100644 index 00000000000..ea2f7224896 --- /dev/null +++ b/7376/data/test-cases/3fb6dbc27d13f3ec.json @@ -0,0 +1 @@ +{"uid":"3fb6dbc27d13f3ec","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=6 > numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","historyId":"3884349e6f873a1d438a98af624ac63b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611440,"stop":1724922611440,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=6"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"97f514d7c2ca01cb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/97f514d7c2ca01cb","status":"passed","time":{"start":1724921270364,"stop":1724921270364,"duration":0}},{"uid":"a3e14ee42b42b92","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a3e14ee42b42b92","status":"passed","time":{"start":1724921247825,"stop":1724921247826,"duration":1}},{"uid":"65ba34e00fa49208","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/65ba34e00fa49208","status":"passed","time":{"start":1724917989822,"stop":1724917989823,"duration":1}},{"uid":"f3fc8679df91a1f7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3fc8679df91a1f7","status":"passed","time":{"start":1724889678568,"stop":1724889678568,"duration":0}},{"uid":"13d896f359973db2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/13d896f359973db2","status":"passed","time":{"start":1724888829846,"stop":1724888829847,"duration":1}},{"uid":"64f35bcb7de6adfb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/64f35bcb7de6adfb","status":"passed","time":{"start":1724888077014,"stop":1724888077015,"duration":1}},{"uid":"46bd8e8e66e198d7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/46bd8e8e66e198d7","status":"passed","time":{"start":1724886851130,"stop":1724886851130,"duration":0}},{"uid":"60230242fc95804a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/60230242fc95804a","status":"passed","time":{"start":1724886647120,"stop":1724886647120,"duration":0}},{"uid":"e2511c49aa400cd9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e2511c49aa400cd9","status":"passed","time":{"start":1724861992716,"stop":1724861992716,"duration":0}},{"uid":"4f0167088d602e41","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4f0167088d602e41","status":"passed","time":{"start":1724861469648,"stop":1724861469648,"duration":0}},{"uid":"6989e3afeb9baa16","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6989e3afeb9baa16","status":"passed","time":{"start":1724861284870,"stop":1724861284870,"duration":0}},{"uid":"2f1c6ab38a5deec6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2f1c6ab38a5deec6","status":"passed","time":{"start":1724861145816,"stop":1724861145818,"duration":2}}]},"tags":[]},"source":"3fb6dbc27d13f3ec.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/3fd5849990af6ea2.json b/7376/data/test-cases/3fd5849990af6ea2.json new file mode 100644 index 00000000000..ab8d429294e --- /dev/null +++ b/7376/data/test-cases/3fd5849990af6ea2.json @@ -0,0 +1 @@ +{"uid":"3fd5849990af6ea2","name":"Subscribe to topic containing Chinese and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to topic containing Chinese and receive message","historyId":"da45aa812e9bb68ab683b8c43302829d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012463,"stop":1724923012463,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4b2783d435d038b9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4b2783d435d038b9","status":"passed","time":{"start":1724921625049,"stop":1724921625050,"duration":1}},{"uid":"4261bc910154eab7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4261bc910154eab7","status":"passed","time":{"start":1724921590494,"stop":1724921590494,"duration":0}},{"uid":"c7268bef8f4eff5d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c7268bef8f4eff5d","status":"passed","time":{"start":1724918287564,"stop":1724918287564,"duration":0}},{"uid":"7e885959545b74b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e885959545b74b2","status":"passed","time":{"start":1724890047786,"stop":1724890047787,"duration":1}},{"uid":"74328fa93859b766","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/74328fa93859b766","status":"passed","time":{"start":1724889183919,"stop":1724889183919,"duration":0}},{"uid":"ec4aae4d965a148b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ec4aae4d965a148b","status":"passed","time":{"start":1724888354164,"stop":1724888354164,"duration":0}},{"uid":"ca0b79a8600fed29","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ca0b79a8600fed29","status":"passed","time":{"start":1724887145656,"stop":1724887145657,"duration":1}},{"uid":"20fcc4ef28d65d29","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/20fcc4ef28d65d29","status":"passed","time":{"start":1724886915785,"stop":1724886915786,"duration":1}},{"uid":"d4c74eed7fdb0ed7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d4c74eed7fdb0ed7","status":"passed","time":{"start":1724862341436,"stop":1724862341436,"duration":0}},{"uid":"401c14402aea1873","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/401c14402aea1873","status":"passed","time":{"start":1724861805441,"stop":1724861805441,"duration":0}},{"uid":"6e0ae598e2392f56","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6e0ae598e2392f56","status":"passed","time":{"start":1724861662255,"stop":1724861662255,"duration":0}},{"uid":"ea1b2a0516dae6f8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ea1b2a0516dae6f8","status":"passed","time":{"start":1724861492508,"stop":1724861492509,"duration":1}}]},"tags":[]},"source":"3fd5849990af6ea2.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/4802dd36f32ec279.json b/7376/data/test-cases/3fdf882f071ab969.json similarity index 54% rename from 7346/data/test-cases/4802dd36f32ec279.json rename to 7376/data/test-cases/3fdf882f071ab969.json index db1f4bccc8d..38ebaf92da8 100644 --- a/7346/data/test-cases/4802dd36f32ec279.json +++ b/7376/data/test-cases/3fdf882f071ab969.json @@ -1 +1 @@ -{"uid":"4802dd36f32ec279","name":"Passing a valid cursor at 19 index when there are 20 messages","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Passing a valid cursor at 19 index when there are 20 messages","historyId":"bea3e4b185e75067f061378d55b1b212:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765470239,"stop":1724765470239,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, cursor"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"6c4c02fd14bb656d","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/6c4c02fd14bb656d","status":"passed","time":{"start":1724765389215,"stop":1724765389215,"duration":0}},{"uid":"c37735becb24792","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/c37735becb24792","status":"passed","time":{"start":1724763765689,"stop":1724763765690,"duration":1}},{"uid":"8c8aa76b63c3ad8f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/8c8aa76b63c3ad8f","status":"passed","time":{"start":1724761004840,"stop":1724761004840,"duration":0}},{"uid":"3ae92a7e1c6e712e","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/3ae92a7e1c6e712e","status":"passed","time":{"start":1724760037103,"stop":1724760037104,"duration":1}},{"uid":"62c272d433d59e4a","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/62c272d433d59e4a","status":"passed","time":{"start":1724758177012,"stop":1724758177012,"duration":0}},{"uid":"2a407b23a0e86cec","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2a407b23a0e86cec","status":"passed","time":{"start":1724757847387,"stop":1724757847389,"duration":2}},{"uid":"cb36dba9f2c5c388","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/cb36dba9f2c5c388","status":"passed","time":{"start":1724757226683,"stop":1724757226684,"duration":1}},{"uid":"78812b72ac9633da","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/78812b72ac9633da","status":"passed","time":{"start":1724755296800,"stop":1724755296800,"duration":0}},{"uid":"c4ac700bdebbf5d","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/c4ac700bdebbf5d","status":"passed","time":{"start":1724752732660,"stop":1724752732661,"duration":1}},{"uid":"237f594fd2eda364","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/237f594fd2eda364","status":"passed","time":{"start":1724751577052,"stop":1724751577053,"duration":1}},{"uid":"36566bcc44eb6adb","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/36566bcc44eb6adb","status":"passed","time":{"start":1724750647495,"stop":1724750647495,"duration":0}},{"uid":"6200398af610b2d7","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/6200398af610b2d7","status":"passed","time":{"start":1724749642924,"stop":1724749642924,"duration":0}},{"uid":"a45de52ceb386e5","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/a45de52ceb386e5","status":"passed","time":{"start":1724717957839,"stop":1724717957839,"duration":0}},{"uid":"6d8eee5c5e9345bd","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/6d8eee5c5e9345bd","status":"passed","time":{"start":1724715206991,"stop":1724715206991,"duration":0}},{"uid":"da458fcccdbda905","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/da458fcccdbda905","status":"passed","time":{"start":1724713277141,"stop":1724713277141,"duration":0}},{"uid":"2959947b5417ef02","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2959947b5417ef02","status":"passed","time":{"start":1724706466064,"stop":1724706466065,"duration":1}},{"uid":"2197146be0cf6fb","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2197146be0cf6fb","status":"passed","time":{"start":1724704876921,"stop":1724704876921,"duration":0}},{"uid":"d21e334f4ba61ccd","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d21e334f4ba61ccd","status":"passed","time":{"start":1724684257314,"stop":1724684257315,"duration":1}},{"uid":"42cfe444511ef40f","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/42cfe444511ef40f","status":"passed","time":{"start":1724673010499,"stop":1724673010499,"duration":0}},{"uid":"25d71bb92ce39b46","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/25d71bb92ce39b46","status":"passed","time":{"start":1724670731307,"stop":1724670731308,"duration":1}}]},"tags":[]},"source":"4802dd36f32ec279.json","parameterValues":[]} \ No newline at end of file +{"uid":"3fdf882f071ab969","name":"Passing a valid cursor at 19 index when there are 20 messages","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Passing a valid cursor at 19 index when there are 20 messages","historyId":"bea3e4b185e75067f061378d55b1b212:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922928886,"stop":1724922928886,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, cursor"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3d0a3dae0399f200","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3d0a3dae0399f200","status":"passed","time":{"start":1724921620596,"stop":1724921620602,"duration":6}},{"uid":"2620dbdc2db9660c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2620dbdc2db9660c","status":"passed","time":{"start":1724921566686,"stop":1724921566687,"duration":1}},{"uid":"c4f8597e54b2d086","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c4f8597e54b2d086","status":"passed","time":{"start":1724918280552,"stop":1724918280552,"duration":0}},{"uid":"53824c0f8a74668","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/53824c0f8a74668","status":"passed","time":{"start":1724890019468,"stop":1724890019468,"duration":0}},{"uid":"46744a5a747db87f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/46744a5a747db87f","status":"passed","time":{"start":1724889148721,"stop":1724889148721,"duration":0}},{"uid":"808918fb82b31406","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/808918fb82b31406","status":"passed","time":{"start":1724888331954,"stop":1724888331954,"duration":0}},{"uid":"2a6f26211731ea54","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2a6f26211731ea54","status":"passed","time":{"start":1724887107113,"stop":1724887107113,"duration":0}},{"uid":"ffc552dad3088326","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ffc552dad3088326","status":"passed","time":{"start":1724886889607,"stop":1724886889608,"duration":1}},{"uid":"e4633c5f659f7e06","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e4633c5f659f7e06","status":"passed","time":{"start":1724862298788,"stop":1724862298789,"duration":1}},{"uid":"5bd19719081ac61e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5bd19719081ac61e","status":"passed","time":{"start":1724861779252,"stop":1724861779252,"duration":0}},{"uid":"f748feb8e656761c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f748feb8e656761c","status":"passed","time":{"start":1724861646561,"stop":1724861646561,"duration":0}},{"uid":"29fd922f72d6fdfe","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/29fd922f72d6fdfe","status":"passed","time":{"start":1724861466611,"stop":1724861466612,"duration":1}}]},"tags":[]},"source":"3fdf882f071ab969.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/40071b716ed58add.json b/7376/data/test-cases/40071b716ed58add.json new file mode 100644 index 00000000000..c23a0cc2c42 --- /dev/null +++ b/7376/data/test-cases/40071b716ed58add.json @@ -0,0 +1 @@ +{"uid":"40071b716ed58add","name":"Subscribe and receive messages on 2 different pubsubtopics","fullName":"/tests/filter/single_node/multiple_pubsub.node.spec.ts: Waku Filter V2 (Named sharding): Multiple PubsubTopics > Subscribe and receive messages on 2 different pubsubtopics","historyId":"d527579dd817c306b03da85cf2bca70c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922508641,"stop":1724922508641,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2 (Named sharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8fa67dc09f551a36","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8fa67dc09f551a36","status":"passed","time":{"start":1724921164605,"stop":1724921164606,"duration":1}},{"uid":"f95353ce6af90ab6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f95353ce6af90ab6","status":"passed","time":{"start":1724921137828,"stop":1724921137829,"duration":1}},{"uid":"52cfd126e82cffca","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/52cfd126e82cffca","status":"passed","time":{"start":1724917810541,"stop":1724917810542,"duration":1}},{"uid":"8649eba213bd5339","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8649eba213bd5339","status":"passed","time":{"start":1724889585450,"stop":1724889585450,"duration":0}},{"uid":"e204ad5e3443d250","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e204ad5e3443d250","status":"passed","time":{"start":1724888736514,"stop":1724888736519,"duration":5}},{"uid":"4d43da697f6c60f8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4d43da697f6c60f8","status":"passed","time":{"start":1724887891796,"stop":1724887891797,"duration":1}},{"uid":"dbbef15c80776c34","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dbbef15c80776c34","status":"passed","time":{"start":1724886657796,"stop":1724886657796,"duration":0}},{"uid":"d24bfb922cff1d4f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d24bfb922cff1d4f","status":"passed","time":{"start":1724886447360,"stop":1724886447361,"duration":1}},{"uid":"92ab846c7c72ee26","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92ab846c7c72ee26","status":"passed","time":{"start":1724861880134,"stop":1724861880136,"duration":2}},{"uid":"72d493a792807bac","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/72d493a792807bac","status":"passed","time":{"start":1724861359783,"stop":1724861359784,"duration":1}},{"uid":"9cce11f128a19bdb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9cce11f128a19bdb","status":"passed","time":{"start":1724861179684,"stop":1724861179685,"duration":1}},{"uid":"f0eedf753c940357","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f0eedf753c940357","status":"passed","time":{"start":1724861040982,"stop":1724861040982,"duration":0}}]},"tags":[]},"source":"40071b716ed58add.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/4023d2b8ca85176a.json b/7376/data/test-cases/4023d2b8ca85176a.json new file mode 100644 index 00000000000..6f609e6053a --- /dev/null +++ b/7376/data/test-cases/4023d2b8ca85176a.json @@ -0,0 +1 @@ +{"uid":"4023d2b8ca85176a","name":"Subscribe to topic containing escaped characters and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to topic containing escaped characters and receive message","historyId":"31c8e5b00842d869053a8ccc64a1bb30:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012467,"stop":1724923012467,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4f731215e17475bd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4f731215e17475bd","status":"passed","time":{"start":1724921625074,"stop":1724921625074,"duration":0}},{"uid":"a985bdac8cff9514","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a985bdac8cff9514","status":"passed","time":{"start":1724921590498,"stop":1724921590498,"duration":0}},{"uid":"77b9fca4f9ebc580","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/77b9fca4f9ebc580","status":"passed","time":{"start":1724918287567,"stop":1724918287567,"duration":0}},{"uid":"71de08fd0ea21c2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/71de08fd0ea21c2","status":"passed","time":{"start":1724890047790,"stop":1724890047790,"duration":0}},{"uid":"336a0d85a6c41184","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/336a0d85a6c41184","status":"passed","time":{"start":1724889183923,"stop":1724889183923,"duration":0}},{"uid":"6cee5ecc59aa14bf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6cee5ecc59aa14bf","status":"passed","time":{"start":1724888354172,"stop":1724888354173,"duration":1}},{"uid":"a60d4f43283f52a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a60d4f43283f52a9","status":"passed","time":{"start":1724887145666,"stop":1724887145666,"duration":0}},{"uid":"d7859c3cd69e2705","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d7859c3cd69e2705","status":"passed","time":{"start":1724886915789,"stop":1724886915789,"duration":0}},{"uid":"f66a9837802dc5e3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f66a9837802dc5e3","status":"passed","time":{"start":1724862341440,"stop":1724862341453,"duration":13}},{"uid":"3348c73983f18d84","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3348c73983f18d84","status":"passed","time":{"start":1724861805444,"stop":1724861805445,"duration":1}},{"uid":"2678f6540a39f9d1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2678f6540a39f9d1","status":"passed","time":{"start":1724861662273,"stop":1724861662286,"duration":13}},{"uid":"e3e876df56caebac","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e3e876df56caebac","status":"passed","time":{"start":1724861492516,"stop":1724861492516,"duration":0}}]},"tags":[]},"source":"4023d2b8ca85176a.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/ef5cd4b7a555d762.json b/7376/data/test-cases/40ac64ac740f6188.json similarity index 76% rename from 7346/data/test-cases/ef5cd4b7a555d762.json rename to 7376/data/test-cases/40ac64ac740f6188.json index 86ec76d45c1..ef5f6732235 100644 --- a/7346/data/test-cases/ef5cd4b7a555d762.json +++ b/7376/data/test-cases/40ac64ac740f6188.json @@ -1 +1 @@ -{"uid":"ef5cd4b7a555d762","name":"Check publish message containing shell command","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing shell command","historyId":"78400a4684faab9772a06b3ee7703c82:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765426729,"stop":1724765426729,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"8b585bb30ec00745","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/8b585bb30ec00745","status":"passed","time":{"start":1724765341331,"stop":1724765341332,"duration":1}},{"uid":"c100ee542be9ccc8","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/c100ee542be9ccc8","status":"passed","time":{"start":1724763725730,"stop":1724763725730,"duration":0}},{"uid":"af7d967eaaada9c5","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/af7d967eaaada9c5","status":"passed","time":{"start":1724760957724,"stop":1724760957725,"duration":1}},{"uid":"e9b1261820bda54b","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/e9b1261820bda54b","status":"passed","time":{"start":1724759981885,"stop":1724759981885,"duration":0}},{"uid":"4eca1d2b5d1fdcf1","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/4eca1d2b5d1fdcf1","status":"passed","time":{"start":1724758132036,"stop":1724758132037,"duration":1}},{"uid":"c9e0b136f965866","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c9e0b136f965866","status":"passed","time":{"start":1724757777631,"stop":1724757777632,"duration":1}},{"uid":"e2e705c7a27813bf","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/e2e705c7a27813bf","status":"passed","time":{"start":1724757176021,"stop":1724757176021,"duration":0}},{"uid":"25c04f9f1822c13a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/25c04f9f1822c13a","status":"passed","time":{"start":1724755243511,"stop":1724755243512,"duration":1}},{"uid":"b4ee76c2c025bce6","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/b4ee76c2c025bce6","status":"passed","time":{"start":1724752673886,"stop":1724752673886,"duration":0}},{"uid":"508d23bd0077b1dd","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/508d23bd0077b1dd","status":"passed","time":{"start":1724751529513,"stop":1724751529513,"duration":0}},{"uid":"be35a2f53ffd1aa1","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/be35a2f53ffd1aa1","status":"passed","time":{"start":1724750600090,"stop":1724750600090,"duration":0}},{"uid":"af29893a18ea3df4","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/af29893a18ea3df4","status":"passed","time":{"start":1724749599692,"stop":1724749599692,"duration":0}},{"uid":"f1fd14c081652994","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/f1fd14c081652994","status":"passed","time":{"start":1724717906126,"stop":1724717906127,"duration":1}},{"uid":"b43945574add91a0","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/b43945574add91a0","status":"passed","time":{"start":1724715143944,"stop":1724715143945,"duration":1}},{"uid":"997db07d76d717c1","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/997db07d76d717c1","status":"passed","time":{"start":1724713227730,"stop":1724713227731,"duration":1}},{"uid":"4287564dc38a6b1b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/4287564dc38a6b1b","status":"passed","time":{"start":1724706419039,"stop":1724706419040,"duration":1}},{"uid":"634ef7a5b0c2df48","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/634ef7a5b0c2df48","status":"passed","time":{"start":1724704834033,"stop":1724704834033,"duration":0}},{"uid":"f28ff506ad8f8cd5","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f28ff506ad8f8cd5","status":"passed","time":{"start":1724684210895,"stop":1724684210895,"duration":0}},{"uid":"81b81bb427673681","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/81b81bb427673681","status":"passed","time":{"start":1724672960982,"stop":1724672960983,"duration":1}},{"uid":"42e58406074ad557","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/42e58406074ad557","status":"passed","time":{"start":1724670677918,"stop":1724670677919,"duration":1}}]},"tags":[]},"source":"ef5cd4b7a555d762.json","parameterValues":[]} \ No newline at end of file +{"uid":"40ac64ac740f6188","name":"Check publish message containing shell command","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing shell command","historyId":"78400a4684faab9772a06b3ee7703c82:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922887526,"stop":1724922887526,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2af4268575210a4a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2af4268575210a4a","status":"passed","time":{"start":1724921564776,"stop":1724921564777,"duration":1}},{"uid":"a5b210903086aa1e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a5b210903086aa1e","status":"passed","time":{"start":1724921518821,"stop":1724921518821,"duration":0}},{"uid":"af2e08c224cb6866","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/af2e08c224cb6866","status":"passed","time":{"start":1724918229399,"stop":1724918229400,"duration":1}},{"uid":"9f2eb775f3284a5b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f2eb775f3284a5b","status":"passed","time":{"start":1724889980702,"stop":1724889980703,"duration":1}},{"uid":"cb177b8ed6830b5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cb177b8ed6830b5","status":"passed","time":{"start":1724889111163,"stop":1724889111163,"duration":0}},{"uid":"dede22e1139751be","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dede22e1139751be","status":"passed","time":{"start":1724888292533,"stop":1724888292533,"duration":0}},{"uid":"33b28fe1db4ba61c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/33b28fe1db4ba61c","status":"passed","time":{"start":1724887068225,"stop":1724887068228,"duration":3}},{"uid":"ec19111b0d0031b2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ec19111b0d0031b2","status":"passed","time":{"start":1724886848926,"stop":1724886848926,"duration":0}},{"uid":"a16fb2dc598463bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a16fb2dc598463bc","status":"passed","time":{"start":1724862262047,"stop":1724862262048,"duration":1}},{"uid":"3eeaecbea2373d94","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3eeaecbea2373d94","status":"passed","time":{"start":1724861741893,"stop":1724861741893,"duration":0}},{"uid":"9af1a4cfeed2fc8a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9af1a4cfeed2fc8a","status":"passed","time":{"start":1724861599492,"stop":1724861599493,"duration":1}},{"uid":"1c8c1ef8bf254119","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1c8c1ef8bf254119","status":"passed","time":{"start":1724861428475,"stop":1724861428475,"duration":0}}]},"tags":[]},"source":"40ac64ac740f6188.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/171e4de1e5e39408.json b/7376/data/test-cases/411b23e5d301e2a6.json similarity index 74% rename from 7346/data/test-cases/171e4de1e5e39408.json rename to 7376/data/test-cases/411b23e5d301e2a6.json index cb2513849f8..253516835c2 100644 --- a/7346/data/test-cases/171e4de1e5e39408.json +++ b/7376/data/test-cases/411b23e5d301e2a6.json @@ -1 +1 @@ -{"uid":"171e4de1e5e39408","name":"Subscribe to topic containing Russian and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing Russian and publish message","historyId":"7c063849e63fc40f3217e2ba6b58dc60:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765421007,"stop":1724765421007,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"b26a32a5b26c7779","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/b26a32a5b26c7779","status":"passed","time":{"start":1724765345655,"stop":1724765345661,"duration":6}},{"uid":"84514ffd64e05c7b","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/84514ffd64e05c7b","status":"passed","time":{"start":1724763728519,"stop":1724763728519,"duration":0}},{"uid":"6e78b33b0b2f2afb","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6e78b33b0b2f2afb","status":"passed","time":{"start":1724760958460,"stop":1724760958460,"duration":0}},{"uid":"5f3a6d546adae742","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/5f3a6d546adae742","status":"passed","time":{"start":1724759986212,"stop":1724759986213,"duration":1}},{"uid":"b4de3dddb69cf8a1","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/b4de3dddb69cf8a1","status":"passed","time":{"start":1724758131996,"stop":1724758131996,"duration":0}},{"uid":"fef7fc8c60dce176","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/fef7fc8c60dce176","status":"passed","time":{"start":1724757804670,"stop":1724757804670,"duration":0}},{"uid":"d48227755ee17f3d","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/d48227755ee17f3d","status":"passed","time":{"start":1724757182042,"stop":1724757182042,"duration":0}},{"uid":"c306e0b17b5e5309","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c306e0b17b5e5309","status":"passed","time":{"start":1724755250668,"stop":1724755250668,"duration":0}},{"uid":"81822aa23238e50a","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/81822aa23238e50a","status":"passed","time":{"start":1724752681460,"stop":1724752681460,"duration":0}},{"uid":"902ff521fb69f973","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/902ff521fb69f973","status":"passed","time":{"start":1724751529159,"stop":1724751529159,"duration":0}},{"uid":"834232e3e32f902e","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/834232e3e32f902e","status":"passed","time":{"start":1724750601845,"stop":1724750601846,"duration":1}},{"uid":"e6ce32dba9a3c186","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/e6ce32dba9a3c186","status":"passed","time":{"start":1724749597811,"stop":1724749597811,"duration":0}},{"uid":"3a3b82704e5c320b","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/3a3b82704e5c320b","status":"passed","time":{"start":1724717911305,"stop":1724717911305,"duration":0}},{"uid":"5e3dda3a4b2fe441","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/5e3dda3a4b2fe441","status":"passed","time":{"start":1724715155603,"stop":1724715155603,"duration":0}},{"uid":"c22d3e68d87f282b","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/c22d3e68d87f282b","status":"passed","time":{"start":1724713233426,"stop":1724713233426,"duration":0}},{"uid":"c0aea8f08e12710b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c0aea8f08e12710b","status":"passed","time":{"start":1724706419529,"stop":1724706419529,"duration":0}},{"uid":"61ab01bb1eef5c3e","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/61ab01bb1eef5c3e","status":"passed","time":{"start":1724704833541,"stop":1724704833541,"duration":0}},{"uid":"eae981871be0c6cc","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/eae981871be0c6cc","status":"passed","time":{"start":1724684206370,"stop":1724684206370,"duration":0}},{"uid":"b07d3045d7ad22f3","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/b07d3045d7ad22f3","status":"passed","time":{"start":1724672961265,"stop":1724672961266,"duration":1}},{"uid":"134feffc61c31809","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/134feffc61c31809","status":"passed","time":{"start":1724670685269,"stop":1724670685270,"duration":1}}]},"tags":[]},"source":"171e4de1e5e39408.json","parameterValues":[]} \ No newline at end of file +{"uid":"411b23e5d301e2a6","name":"Subscribe to topic containing Russian and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing Russian and publish message","historyId":"7c063849e63fc40f3217e2ba6b58dc60:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922891490,"stop":1724922891490,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"737256e492c16b8e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/737256e492c16b8e","status":"passed","time":{"start":1724921563018,"stop":1724921563018,"duration":0}},{"uid":"2443d94f0f2d44aa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2443d94f0f2d44aa","status":"passed","time":{"start":1724921526814,"stop":1724921526814,"duration":0}},{"uid":"f3a49e176a199b3c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f3a49e176a199b3c","status":"passed","time":{"start":1724918239945,"stop":1724918239946,"duration":1}},{"uid":"310579f7e11aac85","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/310579f7e11aac85","status":"passed","time":{"start":1724889980902,"stop":1724889980903,"duration":1}},{"uid":"e5d65331c21c4410","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e5d65331c21c4410","status":"passed","time":{"start":1724889109971,"stop":1724889109972,"duration":1}},{"uid":"ab4834012eabdbd7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ab4834012eabdbd7","status":"passed","time":{"start":1724888294724,"stop":1724888294724,"duration":0}},{"uid":"1968ec9abaf8bf70","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1968ec9abaf8bf70","status":"passed","time":{"start":1724887071742,"stop":1724887071743,"duration":1}},{"uid":"df3ebc16bc026f31","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/df3ebc16bc026f31","status":"passed","time":{"start":1724886848347,"stop":1724886848347,"duration":0}},{"uid":"761b2a4cb6d3f718","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/761b2a4cb6d3f718","status":"passed","time":{"start":1724862259254,"stop":1724862259254,"duration":0}},{"uid":"2cffa35ec2d3f082","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2cffa35ec2d3f082","status":"passed","time":{"start":1724861735329,"stop":1724861735329,"duration":0}},{"uid":"cc5ac5646c5ccb02","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cc5ac5646c5ccb02","status":"passed","time":{"start":1724861606350,"stop":1724861606350,"duration":0}},{"uid":"dbc1a0b1f2fc83d0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dbc1a0b1f2fc83d0","status":"passed","time":{"start":1724861426689,"stop":1724861426689,"duration":0}}]},"tags":[]},"source":"411b23e5d301e2a6.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/41220e960a1fe29a.json b/7376/data/test-cases/41220e960a1fe29a.json new file mode 100644 index 00000000000..047f9989505 --- /dev/null +++ b/7376/data/test-cases/41220e960a1fe29a.json @@ -0,0 +1 @@ +{"uid":"41220e960a1fe29a","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric shard: /waku/2/rs/1/y","historyId":"5436e19ba9b3655afdd4170b4bb91e70:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374685,"stop":1724922374685,"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":13,"unknown":0,"total":13},"items":[{"uid":"c545b1ce7159876c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c545b1ce7159876c","status":"passed","time":{"start":1724921037646,"stop":1724921037646,"duration":0}},{"uid":"a157f94da73bbaa5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a157f94da73bbaa5","status":"passed","time":{"start":1724921013058,"stop":1724921013059,"duration":1}},{"uid":"a0df5c98aef636fb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a0df5c98aef636fb","status":"passed","time":{"start":1724917673300,"stop":1724917673300,"duration":0}},{"uid":"f740bc1135bcdf10","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f740bc1135bcdf10","status":"passed","time":{"start":1724889452319,"stop":1724889452320,"duration":1}},{"uid":"59ec9eb5d6e8b77b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/59ec9eb5d6e8b77b","status":"passed","time":{"start":1724888602851,"stop":1724888602851,"duration":0}},{"uid":"c914939b47dd8683","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c914939b47dd8683","status":"passed","time":{"start":1724887759172,"stop":1724887759172,"duration":0}},{"uid":"6feb880e649b80fc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6feb880e649b80fc","status":"passed","time":{"start":1724886525551,"stop":1724886525551,"duration":0}},{"uid":"cf218160f4067e9e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cf218160f4067e9e","status":"passed","time":{"start":1724886303406,"stop":1724886303406,"duration":0}},{"uid":"537143fc8f216d15","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/537143fc8f216d15","status":"passed","time":{"start":1724861752238,"stop":1724861752239,"duration":1}},{"uid":"9a728800fc1e1c3c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9a728800fc1e1c3c","status":"passed","time":{"start":1724861223363,"stop":1724861223363,"duration":0}},{"uid":"146c58671192035d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/146c58671192035d","status":"passed","time":{"start":1724861045211,"stop":1724861045212,"duration":1}},{"uid":"833a00de4efc3129","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/833a00de4efc3129","status":"passed","time":{"start":1724860907096,"stop":1724860907096,"duration":0}}]},"tags":[]},"source":"41220e960a1fe29a.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/415aeb1111d014dd.json b/7376/data/test-cases/415aeb1111d014dd.json new file mode 100644 index 00000000000..e946cd3b365 --- /dev/null +++ b/7376/data/test-cases/415aeb1111d014dd.json @@ -0,0 +1 @@ +{"uid":"415aeb1111d014dd","name":"should be able to decode the field with only STORE set to true","fullName":"/src/waku2_codec.spec.ts: ENR waku2 codec > Decoding > should be able to decode the field with only STORE set to true","historyId":"7320ebaf2ea114d869ff8a2f6f4b740e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922382330,"stop":1724922382330,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR waku2 codec"},{"name":"suite","value":"Decoding"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"94d7d0265deef02e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/94d7d0265deef02e","status":"passed","time":{"start":1724921045534,"stop":1724921045535,"duration":1}},{"uid":"72e9de6af143a513","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/72e9de6af143a513","status":"passed","time":{"start":1724921020728,"stop":1724921020728,"duration":0}},{"uid":"448051b79b6ad1b5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/448051b79b6ad1b5","status":"passed","time":{"start":1724917681057,"stop":1724917681058,"duration":1}},{"uid":"91581e8ba68bfd8e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91581e8ba68bfd8e","status":"passed","time":{"start":1724889459946,"stop":1724889459952,"duration":6}},{"uid":"a442ec057ab8f984","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a442ec057ab8f984","status":"passed","time":{"start":1724888610539,"stop":1724888610540,"duration":1}},{"uid":"8dae1a9222cd2177","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8dae1a9222cd2177","status":"passed","time":{"start":1724887766850,"stop":1724887766850,"duration":0}},{"uid":"df870cc7fa6dc738","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/df870cc7fa6dc738","status":"passed","time":{"start":1724886533245,"stop":1724886533245,"duration":0}},{"uid":"bbd3fda30866d7ef","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bbd3fda30866d7ef","status":"passed","time":{"start":1724886311092,"stop":1724886311093,"duration":1}},{"uid":"c918dbe30b611d00","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c918dbe30b611d00","status":"passed","time":{"start":1724861760051,"stop":1724861760051,"duration":0}},{"uid":"7d7240689dd05893","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7d7240689dd05893","status":"passed","time":{"start":1724861230832,"stop":1724861230834,"duration":2}},{"uid":"f1fedf054243ea6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f1fedf054243ea6","status":"passed","time":{"start":1724861053406,"stop":1724861053407,"duration":1}},{"uid":"b6a56315b99fad96","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b6a56315b99fad96","status":"passed","time":{"start":1724860914746,"stop":1724860914747,"duration":1}}]},"tags":[]},"source":"415aeb1111d014dd.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/c8e53b0b08932c32.json b/7376/data/test-cases/416608463c7bd228.json similarity index 84% rename from 7346/data/test-cases/c8e53b0b08932c32.json rename to 7376/data/test-cases/416608463c7bd228.json index 4d8084af188..47ffc894e15 100644 --- a/7346/data/test-cases/c8e53b0b08932c32.json +++ b/7376/data/test-cases/416608463c7bd228.json @@ -1 +1 @@ -{"uid":"c8e53b0b08932c32","name":"Push message with XML payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with XML payload","historyId":"fc1a96b9a56f0f5cb56c579f4a0fae25:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367129,"stop":1724765367130,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"a2f29324febdc046","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/a2f29324febdc046","status":"passed","time":{"start":1724765300566,"stop":1724765300566,"duration":0}},{"uid":"4b4e843c8f6567bb","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/4b4e843c8f6567bb","status":"passed","time":{"start":1724763693154,"stop":1724763693154,"duration":0}},{"uid":"5a49d04f04d46caf","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/5a49d04f04d46caf","status":"passed","time":{"start":1724760912476,"stop":1724760912479,"duration":3}},{"uid":"8751f7e7bf8978c","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/8751f7e7bf8978c","status":"passed","time":{"start":1724759937121,"stop":1724759937121,"duration":0}},{"uid":"71c7d720b172dfdc","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/71c7d720b172dfdc","status":"passed","time":{"start":1724758102741,"stop":1724758102741,"duration":0}},{"uid":"bac5b3c0bbcf161b","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/bac5b3c0bbcf161b","status":"passed","time":{"start":1724757793365,"stop":1724757793365,"duration":0}},{"uid":"a7a904b6b0ff8d45","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/a7a904b6b0ff8d45","status":"passed","time":{"start":1724757169518,"stop":1724757169518,"duration":0}},{"uid":"4e36d0b174380f1e","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/4e36d0b174380f1e","status":"passed","time":{"start":1724755216332,"stop":1724755216332,"duration":0}},{"uid":"f7a1ca7fc6bb34a0","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/f7a1ca7fc6bb34a0","status":"passed","time":{"start":1724752641982,"stop":1724752641983,"duration":1}},{"uid":"475542f38037d178","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/475542f38037d178","status":"passed","time":{"start":1724751479127,"stop":1724751479128,"duration":1}},{"uid":"52df745883932ec9","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/52df745883932ec9","status":"passed","time":{"start":1724750562187,"stop":1724750562192,"duration":5}},{"uid":"3a8080c7ea3e570d","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/3a8080c7ea3e570d","status":"passed","time":{"start":1724749562419,"stop":1724749562419,"duration":0}},{"uid":"6483ba160ff17785","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/6483ba160ff17785","status":"passed","time":{"start":1724717869149,"stop":1724717869150,"duration":1}},{"uid":"af18a4938fd80101","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/af18a4938fd80101","status":"passed","time":{"start":1724715106001,"stop":1724715106001,"duration":0}},{"uid":"bf98c2a3a3c4fd41","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/bf98c2a3a3c4fd41","status":"passed","time":{"start":1724713204878,"stop":1724713204879,"duration":1}},{"uid":"480d0506921d723","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/480d0506921d723","status":"passed","time":{"start":1724706379245,"stop":1724706379245,"duration":0}},{"uid":"25cb43c1e961b18a","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/25cb43c1e961b18a","status":"passed","time":{"start":1724704806938,"stop":1724704806938,"duration":0}},{"uid":"c8cd9e1528794f98","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c8cd9e1528794f98","status":"passed","time":{"start":1724684165984,"stop":1724684165984,"duration":0}},{"uid":"f2ed543414ccae21","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/f2ed543414ccae21","status":"passed","time":{"start":1724672921810,"stop":1724672921811,"duration":1}},{"uid":"39ae2aaf46dc02da","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/39ae2aaf46dc02da","status":"passed","time":{"start":1724670647855,"stop":1724670647855,"duration":0}}]},"tags":[]},"source":"c8e53b0b08932c32.json","parameterValues":[]} \ No newline at end of file +{"uid":"416608463c7bd228","name":"Push message with XML payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with XML payload","historyId":"fc1a96b9a56f0f5cb56c579f4a0fae25:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853909,"stop":1724922853910,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7389501880c773fd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7389501880c773fd","status":"passed","time":{"start":1724921529571,"stop":1724921529572,"duration":1}},{"uid":"b14ab66abfa4a687","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b14ab66abfa4a687","status":"passed","time":{"start":1724921488873,"stop":1724921488873,"duration":0}},{"uid":"205c6307da0946ce","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/205c6307da0946ce","status":"passed","time":{"start":1724918203669,"stop":1724918203669,"duration":0}},{"uid":"b9dc38eb36e19d9b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b9dc38eb36e19d9b","status":"passed","time":{"start":1724889938352,"stop":1724889938353,"duration":1}},{"uid":"c97157ccc2006142","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c97157ccc2006142","status":"passed","time":{"start":1724889077032,"stop":1724889077032,"duration":0}},{"uid":"1637c7e9b3cbd78f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1637c7e9b3cbd78f","status":"passed","time":{"start":1724888268007,"stop":1724888268007,"duration":0}},{"uid":"da471ecb15eb25b6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/da471ecb15eb25b6","status":"passed","time":{"start":1724887032389,"stop":1724887032390,"duration":1}},{"uid":"f003ad6856d931be","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f003ad6856d931be","status":"passed","time":{"start":1724886822786,"stop":1724886822786,"duration":0}},{"uid":"8e03a10e246a3535","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e03a10e246a3535","status":"passed","time":{"start":1724862233503,"stop":1724862233504,"duration":1}},{"uid":"89e1e35fdf032e54","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/89e1e35fdf032e54","status":"passed","time":{"start":1724861712664,"stop":1724861712664,"duration":0}},{"uid":"9ee5d213b591ab08","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9ee5d213b591ab08","status":"passed","time":{"start":1724861567881,"stop":1724861567882,"duration":1}},{"uid":"172b0798e12ab3b5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/172b0798e12ab3b5","status":"passed","time":{"start":1724861392039,"stop":1724861392039,"duration":0}}]},"tags":[]},"source":"416608463c7bd228.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/4192bcff687f9c42.json b/7376/data/test-cases/4192bcff687f9c42.json new file mode 100644 index 00000000000..3b29c244062 --- /dev/null +++ b/7376/data/test-cases/4192bcff687f9c42.json @@ -0,0 +1 @@ +{"uid":"4192bcff687f9c42","name":"Filter","fullName":"/tests/wait_for_remote_peer.node.spec.ts: Wait for remote peer > Filter","historyId":"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923008737,"stop":1724923008737,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Wait for remote peer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3fd2a55cf1c5c71d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3fd2a55cf1c5c71d","status":"passed","time":{"start":1724921677828,"stop":1724921677829,"duration":1}},{"uid":"e3cafb9c0977322e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e3cafb9c0977322e","status":"passed","time":{"start":1724921635680,"stop":1724921635680,"duration":0}},{"uid":"c8f84f6f638acc25","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c8f84f6f638acc25","status":"passed","time":{"start":1724918344739,"stop":1724918344740,"duration":1}},{"uid":"1c2db6c183a460d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c2db6c183a460d9","status":"passed","time":{"start":1724890097428,"stop":1724890097428,"duration":0}},{"uid":"aeace282f219e62f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aeace282f219e62f","status":"passed","time":{"start":1724889226624,"stop":1724889226625,"duration":1}},{"uid":"cf1e746bf8910dbd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf1e746bf8910dbd","status":"passed","time":{"start":1724888405388,"stop":1724888405388,"duration":0}},{"uid":"2c3de225dd9827f0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2c3de225dd9827f0","status":"passed","time":{"start":1724887180097,"stop":1724887180097,"duration":0}},{"uid":"6eda9d2bdca89e15","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6eda9d2bdca89e15","status":"passed","time":{"start":1724886957951,"stop":1724886957952,"duration":1}},{"uid":"c1ea837ab928d6bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c1ea837ab928d6bd","status":"passed","time":{"start":1724862379719,"stop":1724862379719,"duration":0}},{"uid":"c825cb0cba46bd69","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c825cb0cba46bd69","status":"passed","time":{"start":1724861853005,"stop":1724861853006,"duration":1}},{"uid":"2f61fc7690ccfe30","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2f61fc7690ccfe30","status":"passed","time":{"start":1724861709847,"stop":1724861709848,"duration":1}},{"uid":"8ea04dfb1d2fc1c8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8ea04dfb1d2fc1c8","status":"passed","time":{"start":1724861537425,"stop":1724861537425,"duration":0}}]},"tags":[]},"source":"4192bcff687f9c42.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/41a13c05ffe27bc4.json b/7376/data/test-cases/41a13c05ffe27bc4.json new file mode 100644 index 00000000000..fb8546fa545 --- /dev/null +++ b/7376/data/test-cases/41a13c05ffe27bc4.json @@ -0,0 +1 @@ +{"uid":"41a13c05ffe27bc4","name":"different cluster, different shard: nodes don't connect (autosharding)","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > different cluster, different shard: nodes don't connect (autosharding)","historyId":"dd701497c2a6292dfefc2cfee3af21b8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611422,"stop":1724922611423,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9f7ae10316ae9813","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9f7ae10316ae9813","status":"passed","time":{"start":1724921270343,"stop":1724921270343,"duration":0}},{"uid":"bd5d433c9ffa81c9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bd5d433c9ffa81c9","status":"passed","time":{"start":1724921247785,"stop":1724921247802,"duration":17}},{"uid":"d4f5bda37e0ff664","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d4f5bda37e0ff664","status":"passed","time":{"start":1724917989810,"stop":1724917989810,"duration":0}},{"uid":"749165334d872810","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/749165334d872810","status":"passed","time":{"start":1724889678533,"stop":1724889678533,"duration":0}},{"uid":"717bd7ef25096780","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/717bd7ef25096780","status":"passed","time":{"start":1724888829828,"stop":1724888829829,"duration":1}},{"uid":"f364ce2d38b9f926","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f364ce2d38b9f926","status":"passed","time":{"start":1724888076975,"stop":1724888076976,"duration":1}},{"uid":"4a07b187f3230200","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a07b187f3230200","status":"passed","time":{"start":1724886851114,"stop":1724886851115,"duration":1}},{"uid":"664f96b87a95e4e8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/664f96b87a95e4e8","status":"passed","time":{"start":1724886647062,"stop":1724886647063,"duration":1}},{"uid":"7dc434748088fd9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7dc434748088fd9d","status":"passed","time":{"start":1724861992704,"stop":1724861992705,"duration":1}},{"uid":"53a23f41b8ca88f2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/53a23f41b8ca88f2","status":"passed","time":{"start":1724861469632,"stop":1724861469632,"duration":0}},{"uid":"7cdf1ef31b3c0fa1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7cdf1ef31b3c0fa1","status":"passed","time":{"start":1724861284846,"stop":1724861284847,"duration":1}},{"uid":"c34e90c6d3218298","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c34e90c6d3218298","status":"passed","time":{"start":1724861145782,"stop":1724861145782,"duration":0}}]},"tags":[]},"source":"41a13c05ffe27bc4.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/41c6afebc1c051cf.json b/7376/data/test-cases/41c6afebc1c051cf.json new file mode 100644 index 00000000000..6efa16a01ac --- /dev/null +++ b/7376/data/test-cases/41c6afebc1c051cf.json @@ -0,0 +1 @@ +{"uid":"41c6afebc1c051cf","name":"Subscribe to topic containing SQL Injection and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to topic containing SQL Injection and receive message","historyId":"ab9c72fbadc0c1e7e4b12ddcc969532f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012464,"stop":1724923012464,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f511ee9444759abd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f511ee9444759abd","status":"passed","time":{"start":1724921625064,"stop":1724921625065,"duration":1}},{"uid":"63402439e5a64861","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/63402439e5a64861","status":"passed","time":{"start":1724921590495,"stop":1724921590496,"duration":1}},{"uid":"2f8dde369afe7249","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2f8dde369afe7249","status":"passed","time":{"start":1724918287565,"stop":1724918287565,"duration":0}},{"uid":"fec5ba6ab0894340","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fec5ba6ab0894340","status":"passed","time":{"start":1724890047787,"stop":1724890047788,"duration":1}},{"uid":"5308abe8585327cf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5308abe8585327cf","status":"passed","time":{"start":1724889183920,"stop":1724889183921,"duration":1}},{"uid":"24bceb00fd5e6433","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/24bceb00fd5e6433","status":"passed","time":{"start":1724888354165,"stop":1724888354166,"duration":1}},{"uid":"9be90f81845e463e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9be90f81845e463e","status":"passed","time":{"start":1724887145658,"stop":1724887145659,"duration":1}},{"uid":"1117d80c43f9ccc2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1117d80c43f9ccc2","status":"passed","time":{"start":1724886915787,"stop":1724886915787,"duration":0}},{"uid":"ca1d71af7efd2ea5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ca1d71af7efd2ea5","status":"passed","time":{"start":1724862341437,"stop":1724862341438,"duration":1}},{"uid":"b45725cb78e7907d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b45725cb78e7907d","status":"passed","time":{"start":1724861805442,"stop":1724861805442,"duration":0}},{"uid":"8b19b2a7914ca615","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8b19b2a7914ca615","status":"passed","time":{"start":1724861662256,"stop":1724861662256,"duration":0}},{"uid":"2e20dbe057bc87ff","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2e20dbe057bc87ff","status":"passed","time":{"start":1724861492511,"stop":1724861492512,"duration":1}}]},"tags":[]},"source":"41c6afebc1c051cf.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/41ccd65bb03671e6.json b/7376/data/test-cases/41ccd65bb03671e6.json new file mode 100644 index 00000000000..0ff5f514ef9 --- /dev/null +++ b/7376/data/test-cases/41ccd65bb03671e6.json @@ -0,0 +1 @@ +{"uid":"41ccd65bb03671e6","name":"should only return 1 node with store capability","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery w/ capabilities > should only return 1 node with store capability","historyId":"2619b2541fa9c8572be6acdd5b14ee72:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922398921,"stop":1724922398922,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery w/ capabilities"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"42be8292f8cf9f05","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/42be8292f8cf9f05","status":"passed","time":{"start":1724921061850,"stop":1724921061850,"duration":0}},{"uid":"86b577c84424d991","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/86b577c84424d991","status":"passed","time":{"start":1724921037159,"stop":1724921037159,"duration":0}},{"uid":"7303cf7fe806c08f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7303cf7fe806c08f","status":"passed","time":{"start":1724917697303,"stop":1724917697303,"duration":0}},{"uid":"b6ce8f9ef0ae75b5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b6ce8f9ef0ae75b5","status":"passed","time":{"start":1724889476085,"stop":1724889476085,"duration":0}},{"uid":"2ea6c41902db1415","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ea6c41902db1415","status":"passed","time":{"start":1724888626888,"stop":1724888626889,"duration":1}},{"uid":"85b02386658222e8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/85b02386658222e8","status":"passed","time":{"start":1724887783109,"stop":1724887783109,"duration":0}},{"uid":"27cc458fe90a7fb7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/27cc458fe90a7fb7","status":"passed","time":{"start":1724886549921,"stop":1724886549921,"duration":0}},{"uid":"135d4bcd7a588dfd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/135d4bcd7a588dfd","status":"passed","time":{"start":1724886327582,"stop":1724886327582,"duration":0}},{"uid":"ffd369f81777278","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ffd369f81777278","status":"passed","time":{"start":1724861776808,"stop":1724861776808,"duration":0}},{"uid":"99a3def63e020c55","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/99a3def63e020c55","status":"passed","time":{"start":1724861247300,"stop":1724861247300,"duration":0}},{"uid":"e9059d322204dfb5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e9059d322204dfb5","status":"passed","time":{"start":1724861071396,"stop":1724861071396,"duration":0}},{"uid":"e4c1ae31f9dcb46f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e4c1ae31f9dcb46f","status":"passed","time":{"start":1724860931796,"stop":1724860931796,"duration":0}}]},"tags":[]},"source":"41ccd65bb03671e6.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/41e96f660794c9f1.json b/7376/data/test-cases/41e96f660794c9f1.json new file mode 100644 index 00000000000..67516f42b2f --- /dev/null +++ b/7376/data/test-cases/41e96f660794c9f1.json @@ -0,0 +1 @@ +{"uid":"41e96f660794c9f1","name":"Timestamp too far from node time: 40000 ms from now","fullName":"/tests/store/time_filter.node.spec.ts: Waku Store, time filter > Timestamp too far from node time: 40000 ms from now","historyId":"05d13e4231b21a93ee57de8bd034416b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922999271,"stop":1724922999271,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b7e661092e377f10","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b7e661092e377f10","status":"passed","time":{"start":1724921669872,"stop":1724921669872,"duration":0}},{"uid":"be62d10dab402df5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/be62d10dab402df5","status":"passed","time":{"start":1724921630269,"stop":1724921630270,"duration":1}},{"uid":"cdc18f541c05355c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cdc18f541c05355c","status":"passed","time":{"start":1724918332989,"stop":1724918332989,"duration":0}},{"uid":"d1596aa78b5e6c03","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d1596aa78b5e6c03","status":"passed","time":{"start":1724890089470,"stop":1724890089470,"duration":0}},{"uid":"92497b741c8e731","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92497b741c8e731","status":"passed","time":{"start":1724889224495,"stop":1724889224495,"duration":0}},{"uid":"4b260a469c8c25da","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4b260a469c8c25da","status":"passed","time":{"start":1724888406348,"stop":1724888406348,"duration":0}},{"uid":"b4378e609c7bbb9a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b4378e609c7bbb9a","status":"passed","time":{"start":1724887175026,"stop":1724887175026,"duration":0}},{"uid":"e0b06382b4577194","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e0b06382b4577194","status":"passed","time":{"start":1724886952410,"stop":1724886952410,"duration":0}},{"uid":"8d425e9cb4703ca6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8d425e9cb4703ca6","status":"passed","time":{"start":1724862378567,"stop":1724862378568,"duration":1}},{"uid":"1483c213cfc998f8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1483c213cfc998f8","status":"passed","time":{"start":1724861846752,"stop":1724861846753,"duration":1}},{"uid":"30da890c5c08851d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/30da890c5c08851d","status":"passed","time":{"start":1724861702537,"stop":1724861702538,"duration":1}},{"uid":"a0cad3473a275393","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a0cad3473a275393","status":"passed","time":{"start":1724861533461,"stop":1724861533461,"duration":0}}]},"tags":[]},"source":"41e96f660794c9f1.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/6ffd34157d8b6257.json b/7376/data/test-cases/41e9ff91ff709241.json similarity index 74% rename from 7346/data/test-cases/6ffd34157d8b6257.json rename to 7376/data/test-cases/41e9ff91ff709241.json index 0fac4440fe4..dfe3e26ae87 100644 --- a/7346/data/test-cases/6ffd34157d8b6257.json +++ b/7376/data/test-cases/41e9ff91ff709241.json @@ -1 +1 @@ -{"uid":"6ffd34157d8b6257","name":"Subscribe to topic containing Chinese and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing Chinese and publish message","historyId":"8682590413abc6a2795b7c94eaeb7a49:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765421006,"stop":1724765421007,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"4033234e413a796e","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/4033234e413a796e","status":"passed","time":{"start":1724765345647,"stop":1724765345648,"duration":1}},{"uid":"684787017254d2e9","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/684787017254d2e9","status":"passed","time":{"start":1724763728518,"stop":1724763728518,"duration":0}},{"uid":"3e7cbf160db40a72","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/3e7cbf160db40a72","status":"passed","time":{"start":1724760958459,"stop":1724760958459,"duration":0}},{"uid":"b61cb74f9a45f9d2","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/b61cb74f9a45f9d2","status":"passed","time":{"start":1724759986207,"stop":1724759986211,"duration":4}},{"uid":"afea460dd213884c","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/afea460dd213884c","status":"passed","time":{"start":1724758131995,"stop":1724758131995,"duration":0}},{"uid":"812a050b2a565e9f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/812a050b2a565e9f","status":"passed","time":{"start":1724757804669,"stop":1724757804670,"duration":1}},{"uid":"566ff2e6c47a1e26","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/566ff2e6c47a1e26","status":"passed","time":{"start":1724757182041,"stop":1724757182041,"duration":0}},{"uid":"e446bc1b53fb2a77","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/e446bc1b53fb2a77","status":"passed","time":{"start":1724755250666,"stop":1724755250667,"duration":1}},{"uid":"818a2b7eb5a5850","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/818a2b7eb5a5850","status":"passed","time":{"start":1724752681459,"stop":1724752681459,"duration":0}},{"uid":"697c974ac9b2ddf2","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/697c974ac9b2ddf2","status":"passed","time":{"start":1724751529158,"stop":1724751529158,"duration":0}},{"uid":"901289be8ed26026","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/901289be8ed26026","status":"passed","time":{"start":1724750601843,"stop":1724750601843,"duration":0}},{"uid":"422f175a409c88c8","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/422f175a409c88c8","status":"passed","time":{"start":1724749597810,"stop":1724749597810,"duration":0}},{"uid":"3fa419e817f85af9","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/3fa419e817f85af9","status":"passed","time":{"start":1724717911304,"stop":1724717911304,"duration":0}},{"uid":"64c52c7636120b3","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/64c52c7636120b3","status":"passed","time":{"start":1724715155602,"stop":1724715155602,"duration":0}},{"uid":"9793e8ac5cc17446","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/9793e8ac5cc17446","status":"passed","time":{"start":1724713233410,"stop":1724713233425,"duration":15}},{"uid":"857476a4b2542ee0","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/857476a4b2542ee0","status":"passed","time":{"start":1724706419528,"stop":1724706419528,"duration":0}},{"uid":"65fa6128ecfbd35","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/65fa6128ecfbd35","status":"passed","time":{"start":1724704833538,"stop":1724704833538,"duration":0}},{"uid":"126f936586b4efc2","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/126f936586b4efc2","status":"passed","time":{"start":1724684206369,"stop":1724684206369,"duration":0}},{"uid":"2211fcca9151f2e3","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/2211fcca9151f2e3","status":"passed","time":{"start":1724672961265,"stop":1724672961265,"duration":0}},{"uid":"37458dec0b090c18","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/37458dec0b090c18","status":"passed","time":{"start":1724670685269,"stop":1724670685269,"duration":0}}]},"tags":[]},"source":"6ffd34157d8b6257.json","parameterValues":[]} \ No newline at end of file +{"uid":"41e9ff91ff709241","name":"Subscribe to topic containing Chinese and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing Chinese and publish message","historyId":"8682590413abc6a2795b7c94eaeb7a49:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922891489,"stop":1724922891489,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"17499a4803213f70","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/17499a4803213f70","status":"passed","time":{"start":1724921563017,"stop":1724921563017,"duration":0}},{"uid":"8bd1253dc93c9c85","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8bd1253dc93c9c85","status":"passed","time":{"start":1724921526813,"stop":1724921526813,"duration":0}},{"uid":"ef87a84c77c81d63","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ef87a84c77c81d63","status":"passed","time":{"start":1724918239944,"stop":1724918239944,"duration":0}},{"uid":"90e2d4b8b9b8feb1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/90e2d4b8b9b8feb1","status":"passed","time":{"start":1724889980901,"stop":1724889980901,"duration":0}},{"uid":"29d93fadfd16372a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29d93fadfd16372a","status":"passed","time":{"start":1724889109969,"stop":1724889109969,"duration":0}},{"uid":"5d24eda5087a685a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5d24eda5087a685a","status":"passed","time":{"start":1724888294723,"stop":1724888294723,"duration":0}},{"uid":"6e39a2d280c19397","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6e39a2d280c19397","status":"passed","time":{"start":1724887071742,"stop":1724887071742,"duration":0}},{"uid":"9db04c2d718c22dc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9db04c2d718c22dc","status":"passed","time":{"start":1724886848346,"stop":1724886848346,"duration":0}},{"uid":"31c9abeaf4ffe04c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31c9abeaf4ffe04c","status":"passed","time":{"start":1724862259252,"stop":1724862259253,"duration":1}},{"uid":"cfa4bae6f97ceab4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cfa4bae6f97ceab4","status":"passed","time":{"start":1724861735327,"stop":1724861735328,"duration":1}},{"uid":"b2f12974b03b7f06","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b2f12974b03b7f06","status":"passed","time":{"start":1724861606344,"stop":1724861606346,"duration":2}},{"uid":"dbfc5c3dd5dc0698","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dbfc5c3dd5dc0698","status":"passed","time":{"start":1724861426688,"stop":1724861426688,"duration":0}}]},"tags":[]},"source":"41e9ff91ff709241.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/424e8605db358d25.json b/7376/data/test-cases/424e8605db358d25.json new file mode 100644 index 00000000000..91842998802 --- /dev/null +++ b/7376/data/test-cases/424e8605db358d25.json @@ -0,0 +1 @@ +{"uid":"424e8605db358d25","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric shard: /waku/2/rs/1/!","historyId":"91169d6788180ef760710800a9fa26e9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374686,"stop":1724922374686,"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":13,"unknown":0,"total":13},"items":[{"uid":"ed2db9c3dd027f8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ed2db9c3dd027f8","status":"passed","time":{"start":1724921037647,"stop":1724921037647,"duration":0}},{"uid":"3248bbdb10213b35","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3248bbdb10213b35","status":"passed","time":{"start":1724921013060,"stop":1724921013060,"duration":0}},{"uid":"db59be993c6cff07","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/db59be993c6cff07","status":"passed","time":{"start":1724917673301,"stop":1724917673301,"duration":0}},{"uid":"dc0c3fafbbb1d6f5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dc0c3fafbbb1d6f5","status":"passed","time":{"start":1724889452321,"stop":1724889452321,"duration":0}},{"uid":"2ee5e9067fcb7f0c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ee5e9067fcb7f0c","status":"passed","time":{"start":1724888602852,"stop":1724888602852,"duration":0}},{"uid":"18b1b772848f83ac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/18b1b772848f83ac","status":"passed","time":{"start":1724887759173,"stop":1724887759174,"duration":1}},{"uid":"a3e5a438de2595a3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a3e5a438de2595a3","status":"passed","time":{"start":1724886525552,"stop":1724886525553,"duration":1}},{"uid":"fc63f9d32053e454","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fc63f9d32053e454","status":"passed","time":{"start":1724886303407,"stop":1724886303407,"duration":0}},{"uid":"8a873b3f30a6b849","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8a873b3f30a6b849","status":"passed","time":{"start":1724861752240,"stop":1724861752240,"duration":0}},{"uid":"f9cfdec184d02232","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f9cfdec184d02232","status":"passed","time":{"start":1724861223364,"stop":1724861223364,"duration":0}},{"uid":"c22e4a5cb335a962","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c22e4a5cb335a962","status":"passed","time":{"start":1724861045213,"stop":1724861045213,"duration":0}},{"uid":"c0920ca72ac0f5f0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c0920ca72ac0f5f0","status":"passed","time":{"start":1724860907098,"stop":1724860907098,"duration":0}}]},"tags":[]},"source":"424e8605db358d25.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/429c63902dc1b18e.json b/7376/data/test-cases/429c63902dc1b18e.json new file mode 100644 index 00000000000..e85c4dc0320 --- /dev/null +++ b/7376/data/test-cases/429c63902dc1b18e.json @@ -0,0 +1 @@ +{"uid":"429c63902dc1b18e","name":"Unsubscribes all - node subscribed to 10 topics","fullName":"/tests/filter/single_node/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe > Unsubscribes all - node subscribed to 10 topics","historyId":"df0451355b0d769987f586dd183950b0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922536233,"stop":1724922536233,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7eedf028c7830766","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7eedf028c7830766","status":"passed","time":{"start":1724921198886,"stop":1724921198886,"duration":0}},{"uid":"4d28803d3b08b24d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4d28803d3b08b24d","status":"passed","time":{"start":1724921172339,"stop":1724921172339,"duration":0}},{"uid":"4bba18881b6dbfa9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4bba18881b6dbfa9","status":"passed","time":{"start":1724917841039,"stop":1724917841041,"duration":2}},{"uid":"fe9c0c39db028363","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe9c0c39db028363","status":"passed","time":{"start":1724889622281,"stop":1724889622282,"duration":1}},{"uid":"a92c98078a7ab2ad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a92c98078a7ab2ad","status":"passed","time":{"start":1724888769661,"stop":1724888769662,"duration":1}},{"uid":"d83ba40628349835","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d83ba40628349835","status":"passed","time":{"start":1724887926168,"stop":1724887926168,"duration":0}},{"uid":"ced0481a1decd276","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ced0481a1decd276","status":"passed","time":{"start":1724886693078,"stop":1724886693079,"duration":1}},{"uid":"2009fd5d98733840","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2009fd5d98733840","status":"passed","time":{"start":1724886468836,"stop":1724886468837,"duration":1}},{"uid":"7a5e2ba5d3ed0db8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7a5e2ba5d3ed0db8","status":"passed","time":{"start":1724861918247,"stop":1724861918247,"duration":0}},{"uid":"bc759c43261f6e48","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bc759c43261f6e48","status":"passed","time":{"start":1724861388581,"stop":1724861388581,"duration":0}},{"uid":"89d0681f810c9578","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/89d0681f810c9578","status":"passed","time":{"start":1724861221408,"stop":1724861221408,"duration":0}},{"uid":"dcca449b397d9ea1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dcca449b397d9ea1","status":"passed","time":{"start":1724861075803,"stop":1724861075804,"duration":1}}]},"tags":[]},"source":"429c63902dc1b18e.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/42b7565d4a35e5f.json b/7376/data/test-cases/42b7565d4a35e5f.json new file mode 100644 index 00000000000..eba6e3063a9 --- /dev/null +++ b/7376/data/test-cases/42b7565d4a35e5f.json @@ -0,0 +1 @@ +{"uid":"42b7565d4a35e5f","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","fullName":"/src/dns/enrtree.spec.ts: ENRTree > ENRTree (root): should error if DNS root entry is mis-prefixed","historyId":"551afebddbc721f042f5398e566d904f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922398402,"stop":1724922398403,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"ENRTree"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9a0aafa4cdcd02a9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9a0aafa4cdcd02a9","status":"passed","time":{"start":1724921061369,"stop":1724921061370,"duration":1}},{"uid":"f5074724c63bcc1f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f5074724c63bcc1f","status":"passed","time":{"start":1724921036548,"stop":1724921036548,"duration":0}},{"uid":"c08a80f3f87d2617","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c08a80f3f87d2617","status":"passed","time":{"start":1724917696991,"stop":1724917696991,"duration":0}},{"uid":"2794413260f87a3d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2794413260f87a3d","status":"passed","time":{"start":1724889475435,"stop":1724889475435,"duration":0}},{"uid":"9b36e9583dabb999","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9b36e9583dabb999","status":"passed","time":{"start":1724888626529,"stop":1724888626529,"duration":0}},{"uid":"2bf0ae3e64dfec8e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2bf0ae3e64dfec8e","status":"passed","time":{"start":1724887782737,"stop":1724887782738,"duration":1}},{"uid":"b557dc2aedc2a3d6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b557dc2aedc2a3d6","status":"passed","time":{"start":1724886549349,"stop":1724886549350,"duration":1}},{"uid":"ec15d627b34037f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ec15d627b34037f","status":"passed","time":{"start":1724886326870,"stop":1724886326870,"duration":0}},{"uid":"8e5dafe9cb49ebf4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e5dafe9cb49ebf4","status":"passed","time":{"start":1724861776300,"stop":1724861776301,"duration":1}},{"uid":"577e985d19ed950a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/577e985d19ed950a","status":"passed","time":{"start":1724861246680,"stop":1724861246681,"duration":1}},{"uid":"778e88116f8e9e4a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/778e88116f8e9e4a","status":"passed","time":{"start":1724861070664,"stop":1724861070665,"duration":1}},{"uid":"b443b1f2e1bdc299","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b443b1f2e1bdc299","status":"passed","time":{"start":1724860931329,"stop":1724860931330,"duration":1}}]},"tags":[]},"source":"42b7565d4a35e5f.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/4313fc3879caeb60.json b/7376/data/test-cases/4313fc3879caeb60.json new file mode 100644 index 00000000000..2cebc5d5f31 --- /dev/null +++ b/7376/data/test-cases/4313fc3879caeb60.json @@ -0,0 +1 @@ +{"uid":"4313fc3879caeb60","name":"non connected peers","fullName":"/tests/peer-exchange/query.spec.ts: Peer Exchange Query > non connected peers","historyId":"af008c8101368fe05b63db223cb65e09:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845654,"stop":1724922845654,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange Query"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"b1308b964a7db8de","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b1308b964a7db8de","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515419,"stop":1724921515419,"duration":0}},{"uid":"84375dcb456eb23a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/84375dcb456eb23a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475839,"stop":1724921475839,"duration":0}},{"uid":"ffe97a9c5437c75f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ffe97a9c5437c75f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179673,"stop":1724918179673,"duration":0}},{"uid":"62e5735453dc105f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/62e5735453dc105f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935530,"stop":1724889935531,"duration":1}},{"uid":"3827982d8a20bdc9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3827982d8a20bdc9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072944,"stop":1724889072944,"duration":0}},{"uid":"f7233b0c437714f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f7233b0c437714f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232587,"stop":1724888232587,"duration":0}},{"uid":"287d343cea3d23ac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/287d343cea3d23ac","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018518,"stop":1724887018519,"duration":1}},{"uid":"ea11b40908316bb2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ea11b40908316bb2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781724,"stop":1724886781724,"duration":0}},{"uid":"2062d19c4a1ca6b6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2062d19c4a1ca6b6","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213904,"stop":1724862213904,"duration":0}},{"uid":"8f5d8b457cfe6d63","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8f5d8b457cfe6d63","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861686115,"stop":1724861686115,"duration":0}},{"uid":"608d86cd0b01ce77","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/608d86cd0b01ce77","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546461,"stop":1724861546462,"duration":1}},{"uid":"6acc6d2f3b5ab68e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6acc6d2f3b5ab68e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378279,"stop":1724861378279,"duration":0}}]},"tags":[]},"source":"4313fc3879caeb60.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/f26b38c298013a50.json b/7376/data/test-cases/431cd0fc8abf78e7.json similarity index 84% rename from 7346/data/test-cases/f26b38c298013a50.json rename to 7376/data/test-cases/431cd0fc8abf78e7.json index 9c218d05fb3..932078f1294 100644 --- a/7346/data/test-cases/f26b38c298013a50.json +++ b/7376/data/test-cases/431cd0fc8abf78e7.json @@ -1 +1 @@ -{"uid":"f26b38c298013a50","name":"Push message with meta","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with meta","historyId":"cbcc5d801846434a1d1191cc8b268c75:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367189,"stop":1724765367190,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"87f6a9590e9dc1cb","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/87f6a9590e9dc1cb","status":"passed","time":{"start":1724765300586,"stop":1724765300586,"duration":0}},{"uid":"f0850feead5b4d92","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/f0850feead5b4d92","status":"passed","time":{"start":1724763693165,"stop":1724763693166,"duration":1}},{"uid":"5afaedb157de7d07","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/5afaedb157de7d07","status":"passed","time":{"start":1724760912513,"stop":1724760912514,"duration":1}},{"uid":"8bb917524b05802e","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/8bb917524b05802e","status":"passed","time":{"start":1724759937134,"stop":1724759937135,"duration":1}},{"uid":"dd895e6eaae98b58","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/dd895e6eaae98b58","status":"passed","time":{"start":1724758102776,"stop":1724758102776,"duration":0}},{"uid":"3fd721c25bc8d9f9","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/3fd721c25bc8d9f9","status":"passed","time":{"start":1724757793380,"stop":1724757793384,"duration":4}},{"uid":"21c02cda338858eb","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/21c02cda338858eb","status":"passed","time":{"start":1724757169533,"stop":1724757169534,"duration":1}},{"uid":"543b5549c0a3746a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/543b5549c0a3746a","status":"passed","time":{"start":1724755216344,"stop":1724755216345,"duration":1}},{"uid":"924956bf43c660de","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/924956bf43c660de","status":"passed","time":{"start":1724752642021,"stop":1724752642021,"duration":0}},{"uid":"52249e3e5f7cb40","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/52249e3e5f7cb40","status":"passed","time":{"start":1724751479154,"stop":1724751479155,"duration":1}},{"uid":"9dc8859a0447954d","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/9dc8859a0447954d","status":"passed","time":{"start":1724750562216,"stop":1724750562217,"duration":1}},{"uid":"fa3492d71ee4819d","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/fa3492d71ee4819d","status":"passed","time":{"start":1724749562435,"stop":1724749562436,"duration":1}},{"uid":"d562686e71be5ff8","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/d562686e71be5ff8","status":"passed","time":{"start":1724717869161,"stop":1724717869162,"duration":1}},{"uid":"7bd766561adcf2ca","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/7bd766561adcf2ca","status":"passed","time":{"start":1724715106048,"stop":1724715106052,"duration":4}},{"uid":"3146ae01e01080eb","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/3146ae01e01080eb","status":"passed","time":{"start":1724713204892,"stop":1724713204893,"duration":1}},{"uid":"a6c3fe4bc237f476","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a6c3fe4bc237f476","status":"passed","time":{"start":1724706379280,"stop":1724706379280,"duration":0}},{"uid":"66f75867648464d4","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/66f75867648464d4","status":"passed","time":{"start":1724704806975,"stop":1724704806975,"duration":0}},{"uid":"2aac7abb01e5976b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2aac7abb01e5976b","status":"passed","time":{"start":1724684165996,"stop":1724684165997,"duration":1}},{"uid":"8f1d8a38621afa7f","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/8f1d8a38621afa7f","status":"passed","time":{"start":1724672921823,"stop":1724672921823,"duration":0}},{"uid":"128573cb4d0c25f4","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/128573cb4d0c25f4","status":"passed","time":{"start":1724670647901,"stop":1724670647901,"duration":0}}]},"tags":[]},"source":"f26b38c298013a50.json","parameterValues":[]} \ No newline at end of file +{"uid":"431cd0fc8abf78e7","name":"Push message with meta","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with meta","historyId":"cbcc5d801846434a1d1191cc8b268c75:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853928,"stop":1724922853928,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6bd713010c0f06c9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6bd713010c0f06c9","status":"passed","time":{"start":1724921529591,"stop":1724921529591,"duration":0}},{"uid":"44bd54def3546df3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/44bd54def3546df3","status":"passed","time":{"start":1724921488885,"stop":1724921488885,"duration":0}},{"uid":"69e0de34aed79d3b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/69e0de34aed79d3b","status":"passed","time":{"start":1724918203692,"stop":1724918203692,"duration":0}},{"uid":"cc6357fe377442bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc6357fe377442bc","status":"passed","time":{"start":1724889938366,"stop":1724889938367,"duration":1}},{"uid":"bf922a15c32d6154","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf922a15c32d6154","status":"passed","time":{"start":1724889077070,"stop":1724889077071,"duration":1}},{"uid":"a7f8b8a0a5345d5b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a7f8b8a0a5345d5b","status":"passed","time":{"start":1724888268040,"stop":1724888268040,"duration":0}},{"uid":"fb01952cbf8e7305","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fb01952cbf8e7305","status":"passed","time":{"start":1724887032413,"stop":1724887032414,"duration":1}},{"uid":"f1b806368c602050","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f1b806368c602050","status":"passed","time":{"start":1724886822826,"stop":1724886822827,"duration":1}},{"uid":"c70ae44a7d254420","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c70ae44a7d254420","status":"passed","time":{"start":1724862233517,"stop":1724862233517,"duration":0}},{"uid":"ff698fd5aab04a2f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ff698fd5aab04a2f","status":"passed","time":{"start":1724861712675,"stop":1724861712675,"duration":0}},{"uid":"ac37592147902742","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac37592147902742","status":"passed","time":{"start":1724861567901,"stop":1724861567902,"duration":1}},{"uid":"662b83ff077f9ab3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/662b83ff077f9ab3","status":"passed","time":{"start":1724861392061,"stop":1724861392061,"duration":0}}]},"tags":[]},"source":"431cd0fc8abf78e7.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/3d0ee7af1f8a268b.json b/7376/data/test-cases/438d48c123d59373.json similarity index 77% rename from 7346/data/test-cases/3d0ee7af1f8a268b.json rename to 7376/data/test-cases/438d48c123d59373.json index c8c8c9bd37f..2998c0112f6 100644 --- a/7346/data/test-cases/3d0ee7af1f8a268b.json +++ b/7376/data/test-cases/438d48c123d59373.json @@ -1 +1 @@ -{"uid":"3d0ee7af1f8a268b","name":"Check publish message containing Chinese","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing Chinese","historyId":"73199f68a11a5fb1b4fd221e1cfb9361:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765426725,"stop":1724765426725,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"b200ba424e41fe7e","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/b200ba424e41fe7e","status":"passed","time":{"start":1724765341325,"stop":1724765341326,"duration":1}},{"uid":"ca005bfa5fb5d52d","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/ca005bfa5fb5d52d","status":"passed","time":{"start":1724763725726,"stop":1724763725726,"duration":0}},{"uid":"270c3118f2aa246c","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/270c3118f2aa246c","status":"passed","time":{"start":1724760957720,"stop":1724760957720,"duration":0}},{"uid":"9f83fd3e10a39c11","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/9f83fd3e10a39c11","status":"passed","time":{"start":1724759981881,"stop":1724759981881,"duration":0}},{"uid":"58df3b73bb592e98","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/58df3b73bb592e98","status":"passed","time":{"start":1724758132029,"stop":1724758132030,"duration":1}},{"uid":"ccd2e5d8b131aee8","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ccd2e5d8b131aee8","status":"passed","time":{"start":1724757777626,"stop":1724757777627,"duration":1}},{"uid":"1c931a96f8fbd878","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/1c931a96f8fbd878","status":"passed","time":{"start":1724757176017,"stop":1724757176017,"duration":0}},{"uid":"89b46a1317b2f14e","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/89b46a1317b2f14e","status":"passed","time":{"start":1724755243503,"stop":1724755243503,"duration":0}},{"uid":"d5f6837bf9103e44","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/d5f6837bf9103e44","status":"passed","time":{"start":1724752673880,"stop":1724752673881,"duration":1}},{"uid":"367cd75787cec3d7","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/367cd75787cec3d7","status":"passed","time":{"start":1724751529510,"stop":1724751529510,"duration":0}},{"uid":"235eef87b2f25b1b","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/235eef87b2f25b1b","status":"passed","time":{"start":1724750600084,"stop":1724750600085,"duration":1}},{"uid":"3a4ddb34977b56cc","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/3a4ddb34977b56cc","status":"passed","time":{"start":1724749599688,"stop":1724749599689,"duration":1}},{"uid":"53ab0f5a93ddd14","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/53ab0f5a93ddd14","status":"passed","time":{"start":1724717906123,"stop":1724717906123,"duration":0}},{"uid":"77cfb7f1828fd272","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/77cfb7f1828fd272","status":"passed","time":{"start":1724715143939,"stop":1724715143939,"duration":0}},{"uid":"1bc190212dc1ada1","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/1bc190212dc1ada1","status":"passed","time":{"start":1724713227695,"stop":1724713227695,"duration":0}},{"uid":"c7aefaa9d4677f33","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c7aefaa9d4677f33","status":"passed","time":{"start":1724706419034,"stop":1724706419034,"duration":0}},{"uid":"7dbbb8b0d7c287e","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/7dbbb8b0d7c287e","status":"passed","time":{"start":1724704834029,"stop":1724704834030,"duration":1}},{"uid":"bde32eaf7308a610","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/bde32eaf7308a610","status":"passed","time":{"start":1724684210893,"stop":1724684210893,"duration":0}},{"uid":"f95934c59c91ac75","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/f95934c59c91ac75","status":"passed","time":{"start":1724672960974,"stop":1724672960975,"duration":1}},{"uid":"9878dd4a1e71622f","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/9878dd4a1e71622f","status":"passed","time":{"start":1724670677909,"stop":1724670677912,"duration":3}}]},"tags":[]},"source":"3d0ee7af1f8a268b.json","parameterValues":[]} \ No newline at end of file +{"uid":"438d48c123d59373","name":"Check publish message containing Chinese","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing Chinese","historyId":"73199f68a11a5fb1b4fd221e1cfb9361:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922887522,"stop":1724922887522,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c41c35dbc849f2a1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c41c35dbc849f2a1","status":"passed","time":{"start":1724921564773,"stop":1724921564773,"duration":0}},{"uid":"2621dd6e165816c7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2621dd6e165816c7","status":"passed","time":{"start":1724921518782,"stop":1724921518783,"duration":1}},{"uid":"35fb9f373c5798bc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/35fb9f373c5798bc","status":"passed","time":{"start":1724918229396,"stop":1724918229396,"duration":0}},{"uid":"968913339dac493d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/968913339dac493d","status":"passed","time":{"start":1724889980694,"stop":1724889980694,"duration":0}},{"uid":"595fac35d9abafaa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/595fac35d9abafaa","status":"passed","time":{"start":1724889111157,"stop":1724889111158,"duration":1}},{"uid":"28baed33e8eab7b9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/28baed33e8eab7b9","status":"passed","time":{"start":1724888292530,"stop":1724888292530,"duration":0}},{"uid":"982acfbfd9115a47","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/982acfbfd9115a47","status":"passed","time":{"start":1724887068222,"stop":1724887068222,"duration":0}},{"uid":"d6769487d5fb5bf6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d6769487d5fb5bf6","status":"passed","time":{"start":1724886848920,"stop":1724886848920,"duration":0}},{"uid":"72bbde167e1649b6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72bbde167e1649b6","status":"passed","time":{"start":1724862262044,"stop":1724862262044,"duration":0}},{"uid":"a013aee738499b99","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a013aee738499b99","status":"passed","time":{"start":1724861741890,"stop":1724861741890,"duration":0}},{"uid":"63b4d57e679467f7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/63b4d57e679467f7","status":"passed","time":{"start":1724861599483,"stop":1724861599484,"duration":1}},{"uid":"deb0ba195eabbb34","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/deb0ba195eabbb34","status":"passed","time":{"start":1724861428471,"stop":1724861428471,"duration":0}}]},"tags":[]},"source":"438d48c123d59373.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/4b3f0481ddc48efa.json b/7376/data/test-cases/43b1ea214579a6c0.json similarity index 76% rename from 7346/data/test-cases/4b3f0481ddc48efa.json rename to 7376/data/test-cases/43b1ea214579a6c0.json index cf6e14dfabe..8c5c92baae4 100644 --- a/7346/data/test-cases/4b3f0481ddc48efa.json +++ b/7376/data/test-cases/43b1ea214579a6c0.json @@ -1 +1 @@ -{"uid":"4b3f0481ddc48efa","name":"Check publish message containing Basic HTML tag","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing Basic HTML tag","historyId":"352b2873b9d6c02926f0f0e30064ad8a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765426728,"stop":1724765426728,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"cbe967812571dd59","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/cbe967812571dd59","status":"passed","time":{"start":1724765341330,"stop":1724765341330,"duration":0}},{"uid":"9e83a310d776bce6","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/9e83a310d776bce6","status":"passed","time":{"start":1724763725729,"stop":1724763725729,"duration":0}},{"uid":"60ad20cf98a00cd0","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/60ad20cf98a00cd0","status":"passed","time":{"start":1724760957723,"stop":1724760957724,"duration":1}},{"uid":"81fa9e9f9805685b","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/81fa9e9f9805685b","status":"passed","time":{"start":1724759981884,"stop":1724759981884,"duration":0}},{"uid":"e5683a1941bf52fd","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/e5683a1941bf52fd","status":"passed","time":{"start":1724758132034,"stop":1724758132035,"duration":1}},{"uid":"3d908876d4f49893","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/3d908876d4f49893","status":"passed","time":{"start":1724757777630,"stop":1724757777630,"duration":0}},{"uid":"c4a7e0d886755f03","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/c4a7e0d886755f03","status":"passed","time":{"start":1724757176019,"stop":1724757176020,"duration":1}},{"uid":"99f9db8657ad8b2d","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/99f9db8657ad8b2d","status":"passed","time":{"start":1724755243506,"stop":1724755243510,"duration":4}},{"uid":"3cf22aa3f904926e","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/3cf22aa3f904926e","status":"passed","time":{"start":1724752673884,"stop":1724752673885,"duration":1}},{"uid":"72bda7dde4339a6","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/72bda7dde4339a6","status":"passed","time":{"start":1724751529513,"stop":1724751529513,"duration":0}},{"uid":"86698cae8821b756","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/86698cae8821b756","status":"passed","time":{"start":1724750600089,"stop":1724750600089,"duration":0}},{"uid":"a71ab1d06b011aec","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/a71ab1d06b011aec","status":"passed","time":{"start":1724749599691,"stop":1724749599691,"duration":0}},{"uid":"522ef5a0e161ac4","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/522ef5a0e161ac4","status":"passed","time":{"start":1724717906125,"stop":1724717906125,"duration":0}},{"uid":"329d74bcc544600d","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/329d74bcc544600d","status":"passed","time":{"start":1724715143943,"stop":1724715143943,"duration":0}},{"uid":"782feea897ba343d","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/782feea897ba343d","status":"passed","time":{"start":1724713227698,"stop":1724713227720,"duration":22}},{"uid":"746b7660c1d18bda","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/746b7660c1d18bda","status":"passed","time":{"start":1724706419036,"stop":1724706419037,"duration":1}},{"uid":"3e8b03e09cdb438b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/3e8b03e09cdb438b","status":"passed","time":{"start":1724704834032,"stop":1724704834032,"duration":0}},{"uid":"86a233a535cb30da","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/86a233a535cb30da","status":"passed","time":{"start":1724684210894,"stop":1724684210895,"duration":1}},{"uid":"12b0f9504f47874","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/12b0f9504f47874","status":"passed","time":{"start":1724672960980,"stop":1724672960981,"duration":1}},{"uid":"106a47c00090858f","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/106a47c00090858f","status":"passed","time":{"start":1724670677918,"stop":1724670677918,"duration":0}}]},"tags":[]},"source":"4b3f0481ddc48efa.json","parameterValues":[]} \ No newline at end of file +{"uid":"43b1ea214579a6c0","name":"Check publish message containing Basic HTML tag","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing Basic HTML tag","historyId":"352b2873b9d6c02926f0f0e30064ad8a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922887525,"stop":1724922887525,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7555b23f6adde640","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7555b23f6adde640","status":"passed","time":{"start":1724921564775,"stop":1724921564776,"duration":1}},{"uid":"5bf8a82af3c20d1b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5bf8a82af3c20d1b","status":"passed","time":{"start":1724921518792,"stop":1724921518793,"duration":1}},{"uid":"688c2abd0986eddb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/688c2abd0986eddb","status":"passed","time":{"start":1724918229399,"stop":1724918229399,"duration":0}},{"uid":"88166e2fbbb79bc6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/88166e2fbbb79bc6","status":"passed","time":{"start":1724889980701,"stop":1724889980701,"duration":0}},{"uid":"415b1cb6ac5c3706","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/415b1cb6ac5c3706","status":"passed","time":{"start":1724889111162,"stop":1724889111162,"duration":0}},{"uid":"c714f49c7628beb5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c714f49c7628beb5","status":"passed","time":{"start":1724888292532,"stop":1724888292533,"duration":1}},{"uid":"e9702c7f47cc6ec9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e9702c7f47cc6ec9","status":"passed","time":{"start":1724887068224,"stop":1724887068225,"duration":1}},{"uid":"9623ff6172b8fc74","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9623ff6172b8fc74","status":"passed","time":{"start":1724886848925,"stop":1724886848925,"duration":0}},{"uid":"d2270baea2b70deb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d2270baea2b70deb","status":"passed","time":{"start":1724862262046,"stop":1724862262047,"duration":1}},{"uid":"22e8a043db7dff46","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/22e8a043db7dff46","status":"passed","time":{"start":1724861741892,"stop":1724861741892,"duration":0}},{"uid":"e02114bf1ff2a3e4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e02114bf1ff2a3e4","status":"passed","time":{"start":1724861599487,"stop":1724861599491,"duration":4}},{"uid":"f53fe6189839507a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f53fe6189839507a","status":"passed","time":{"start":1724861428474,"stop":1724861428474,"duration":0}}]},"tags":[]},"source":"43b1ea214579a6c0.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/9bfec7f0303d92b7.json b/7376/data/test-cases/440ab7ca56261d79.json similarity index 83% rename from 7346/data/test-cases/9bfec7f0303d92b7.json rename to 7376/data/test-cases/440ab7ca56261d79.json index 9fd94b8f0c7..80ac443611f 100644 --- a/7346/data/test-cases/9bfec7f0303d92b7.json +++ b/7376/data/test-cases/440ab7ca56261d79.json @@ -1 +1 @@ -{"uid":"9bfec7f0303d92b7","name":"Push message equal or less that 1MB","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message equal or less that 1MB","historyId":"cc71fd7400fc0202c463e53978c080a8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367205,"stop":1724765367206,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"bd270ec036256677","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/bd270ec036256677","status":"passed","time":{"start":1724765300588,"stop":1724765300589,"duration":1}},{"uid":"f774f5dd63022b12","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/f774f5dd63022b12","status":"passed","time":{"start":1724763693168,"stop":1724763693168,"duration":0}},{"uid":"7f870a806e07fb33","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/7f870a806e07fb33","status":"passed","time":{"start":1724760912524,"stop":1724760912525,"duration":1}},{"uid":"f82d5b6b1dc865fd","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/f82d5b6b1dc865fd","status":"passed","time":{"start":1724759937137,"stop":1724759937137,"duration":0}},{"uid":"c8a699c7a4665447","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/c8a699c7a4665447","status":"passed","time":{"start":1724758102782,"stop":1724758102782,"duration":0}},{"uid":"bfbc83371dd67003","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/bfbc83371dd67003","status":"passed","time":{"start":1724757793388,"stop":1724757793388,"duration":0}},{"uid":"b36aba567cbbf2f6","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/b36aba567cbbf2f6","status":"passed","time":{"start":1724757169536,"stop":1724757169536,"duration":0}},{"uid":"dab6884fbebfe353","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/dab6884fbebfe353","status":"passed","time":{"start":1724755216347,"stop":1724755216347,"duration":0}},{"uid":"b5158cf69cb0f951","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/b5158cf69cb0f951","status":"passed","time":{"start":1724752642023,"stop":1724752642023,"duration":0}},{"uid":"159401c39005e8f2","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/159401c39005e8f2","status":"passed","time":{"start":1724751479160,"stop":1724751479167,"duration":7}},{"uid":"3b471de573bee680","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/3b471de573bee680","status":"passed","time":{"start":1724750562219,"stop":1724750562220,"duration":1}},{"uid":"c202ac680665421f","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c202ac680665421f","status":"passed","time":{"start":1724749562439,"stop":1724749562440,"duration":1}},{"uid":"d5eaa0cc86c530c1","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/d5eaa0cc86c530c1","status":"passed","time":{"start":1724717869164,"stop":1724717869164,"duration":0}},{"uid":"b275cf05b64d853c","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/b275cf05b64d853c","status":"passed","time":{"start":1724715106057,"stop":1724715106058,"duration":1}},{"uid":"bd43c8b4a044232d","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/bd43c8b4a044232d","status":"passed","time":{"start":1724713204895,"stop":1724713204895,"duration":0}},{"uid":"9fc19bb966625a1c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/9fc19bb966625a1c","status":"passed","time":{"start":1724706379290,"stop":1724706379296,"duration":6}},{"uid":"c8c6c5e211f57ab5","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c8c6c5e211f57ab5","status":"passed","time":{"start":1724704806980,"stop":1724704806980,"duration":0}},{"uid":"55b2d98343355056","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/55b2d98343355056","status":"passed","time":{"start":1724684166001,"stop":1724684166002,"duration":1}},{"uid":"de76e1f45f8c1ab2","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/de76e1f45f8c1ab2","status":"passed","time":{"start":1724672921826,"stop":1724672921826,"duration":0}},{"uid":"5855dc2ad8a2b1c","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/5855dc2ad8a2b1c","status":"passed","time":{"start":1724670647914,"stop":1724670647914,"duration":0}}]},"tags":[]},"source":"9bfec7f0303d92b7.json","parameterValues":[]} \ No newline at end of file +{"uid":"440ab7ca56261d79","name":"Push message equal or less that 1MB","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message equal or less that 1MB","historyId":"cc71fd7400fc0202c463e53978c080a8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853930,"stop":1724922853930,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bc16ba5b687a43db","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bc16ba5b687a43db","status":"passed","time":{"start":1724921529593,"stop":1724921529593,"duration":0}},{"uid":"be2958e82ec7890c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/be2958e82ec7890c","status":"passed","time":{"start":1724921488889,"stop":1724921488890,"duration":1}},{"uid":"28c2884b20d23094","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/28c2884b20d23094","status":"passed","time":{"start":1724918203697,"stop":1724918203697,"duration":0}},{"uid":"f2cc97bbf76eb44b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2cc97bbf76eb44b","status":"passed","time":{"start":1724889938369,"stop":1724889938369,"duration":0}},{"uid":"d144b83b9cd0bf4b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d144b83b9cd0bf4b","status":"passed","time":{"start":1724889077080,"stop":1724889077080,"duration":0}},{"uid":"af1a428c8cc46ce0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/af1a428c8cc46ce0","status":"passed","time":{"start":1724888268042,"stop":1724888268043,"duration":1}},{"uid":"7ba1672d9626cf82","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7ba1672d9626cf82","status":"passed","time":{"start":1724887032416,"stop":1724887032417,"duration":1}},{"uid":"ade279cfb3d0247a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ade279cfb3d0247a","status":"passed","time":{"start":1724886822829,"stop":1724886822829,"duration":0}},{"uid":"8846ffe938580c84","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8846ffe938580c84","status":"passed","time":{"start":1724862233524,"stop":1724862233524,"duration":0}},{"uid":"fc2d33c47fb62eb5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fc2d33c47fb62eb5","status":"passed","time":{"start":1724861712677,"stop":1724861712677,"duration":0}},{"uid":"492df1c743867b8c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/492df1c743867b8c","status":"passed","time":{"start":1724861567905,"stop":1724861567905,"duration":0}},{"uid":"7ad894cb7edbdfba","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7ad894cb7edbdfba","status":"passed","time":{"start":1724861392065,"stop":1724861392065,"duration":0}}]},"tags":[]},"source":"440ab7ca56261d79.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/16a8dfc242580ffa.json b/7376/data/test-cases/44ba7462db7883ec.json similarity index 60% rename from 7346/data/test-cases/16a8dfc242580ffa.json rename to 7376/data/test-cases/44ba7462db7883ec.json index 7f4fdd53f3e..9e6f04398d7 100644 --- a/7346/data/test-cases/16a8dfc242580ffa.json +++ b/7376/data/test-cases/44ba7462db7883ec.json @@ -1 +1 @@ -{"uid":"16a8dfc242580ffa","name":"should emit a peer event after start","fullName":"/tests/peer-exchange/compliance.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > should emit a peer event after start","historyId":"bb18bf6ef78593032d369a24fcc31239:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765396240,"stop":1724765396241,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":25,"unknown":0,"total":25},"items":[{"uid":"6d89db23db1764c6","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/6d89db23db1764c6","status":"passed","time":{"start":1724765321918,"stop":1724765321918,"duration":0}},{"uid":"1961a18e3e5696b4","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/1961a18e3e5696b4","status":"passed","time":{"start":1724763711441,"stop":1724763711441,"duration":0}},{"uid":"b515bd8f6861b979","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b515bd8f6861b979","status":"passed","time":{"start":1724760943635,"stop":1724760943635,"duration":0}},{"uid":"35aa6ea712d0e455","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/35aa6ea712d0e455","status":"passed","time":{"start":1724759954939,"stop":1724759954940,"duration":1}},{"uid":"43ad356ae02f5a31","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/43ad356ae02f5a31","status":"passed","time":{"start":1724758124770,"stop":1724758124770,"duration":0}},{"uid":"3bc089ee7ba82d40","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/3bc089ee7ba82d40","status":"passed","time":{"start":1724757166621,"stop":1724757166622,"duration":1}},{"uid":"badee2f09f2d81bb","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/badee2f09f2d81bb","status":"passed","time":{"start":1724755237692,"stop":1724755237692,"duration":0}},{"uid":"e21c8e54129507a6","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/e21c8e54129507a6","status":"passed","time":{"start":1724752671468,"stop":1724752671468,"duration":0}},{"uid":"b3c0a4969e601c7e","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/b3c0a4969e601c7e","status":"passed","time":{"start":1724751525193,"stop":1724751525193,"duration":0}},{"uid":"1d2dddd3c2f24ec2","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/1d2dddd3c2f24ec2","status":"passed","time":{"start":1724750572472,"stop":1724750572472,"duration":0}},{"uid":"cf8bc38518f8cc6d","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/cf8bc38518f8cc6d","status":"passed","time":{"start":1724749583684,"stop":1724749583700,"duration":16}},{"uid":"ce470f10d19e47c7","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/ce470f10d19e47c7","status":"passed","time":{"start":1724717896674,"stop":1724717896675,"duration":1}},{"uid":"2520752f9c8bc53f","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/2520752f9c8bc53f","status":"passed","time":{"start":1724715129464,"stop":1724715129466,"duration":2}},{"uid":"94614a71202c056f","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/94614a71202c056f","status":"passed","time":{"start":1724713213887,"stop":1724713213888,"duration":1}},{"uid":"5a82035605be47ad","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/5a82035605be47ad","status":"passed","time":{"start":1724706401529,"stop":1724706401529,"duration":0}},{"uid":"d51222204a6bbd1e","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d51222204a6bbd1e","status":"passed","time":{"start":1724704798331,"stop":1724704798332,"duration":1}},{"uid":"f98340fa917bbc7","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f98340fa917bbc7","status":"passed","time":{"start":1724684188522,"stop":1724684188523,"duration":1}},{"uid":"67a175a4e671aaac","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/67a175a4e671aaac","status":"passed","time":{"start":1724672935571,"stop":1724672935571,"duration":0}},{"uid":"1c3fb5c7d500dd62","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/1c3fb5c7d500dd62","status":"passed","time":{"start":1724670644433,"stop":1724670644439,"duration":6}},{"uid":"4eb2ee672459e1b8","reportUrl":"https://waku-org.github.io/js-waku/7331//#testresult/4eb2ee672459e1b8","status":"passed","time":{"start":1724663835704,"stop":1724663835706,"duration":2}}]},"tags":[]},"source":"16a8dfc242580ffa.json","parameterValues":[]} \ No newline at end of file +{"uid":"44ba7462db7883ec","name":"should emit a peer event after start","fullName":"/tests/peer-exchange/compliance.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > should emit a peer event after start","historyId":"bb18bf6ef78593032d369a24fcc31239:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922890067,"stop":1724922890067,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ba6c47bdcf882140","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ba6c47bdcf882140","status":"passed","time":{"start":1724921559016,"stop":1724921559017,"duration":1}},{"uid":"4654055dbcb7b09d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4654055dbcb7b09d","status":"passed","time":{"start":1724921524131,"stop":1724921524132,"duration":1}},{"uid":"3d36ad7dd6f1251b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3d36ad7dd6f1251b","status":"passed","time":{"start":1724918241662,"stop":1724918241663,"duration":1}},{"uid":"2c8cd4c8a4eefddf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c8cd4c8a4eefddf","status":"passed","time":{"start":1724889975475,"stop":1724889975476,"duration":1}},{"uid":"fb6d882a6c410382","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb6d882a6c410382","status":"passed","time":{"start":1724889106060,"stop":1724889106060,"duration":0}},{"uid":"d48799e3126a965b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d48799e3126a965b","status":"passed","time":{"start":1724888289482,"stop":1724888289482,"duration":0}},{"uid":"39b4d47c23717a1c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/39b4d47c23717a1c","status":"passed","time":{"start":1724887057703,"stop":1724887057703,"duration":0}},{"uid":"82f0fc5193c204cf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/82f0fc5193c204cf","status":"passed","time":{"start":1724886839398,"stop":1724886839399,"duration":1}},{"uid":"2a71550a6c1c475a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2a71550a6c1c475a","status":"passed","time":{"start":1724862256092,"stop":1724862256093,"duration":1}},{"uid":"f36e58f04b09f550","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f36e58f04b09f550","status":"passed","time":{"start":1724861742234,"stop":1724861742234,"duration":0}},{"uid":"bf1cdee487be6849","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bf1cdee487be6849","status":"passed","time":{"start":1724861595394,"stop":1724861595396,"duration":2}},{"uid":"22478556b4aad2f0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/22478556b4aad2f0","status":"passed","time":{"start":1724861424068,"stop":1724861424069,"duration":1}}]},"tags":[]},"source":"44ba7462db7883ec.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/c078f72254d4718d.json b/7376/data/test-cases/44e74ecf485e9038.json similarity index 74% rename from 7346/data/test-cases/c078f72254d4718d.json rename to 7376/data/test-cases/44e74ecf485e9038.json index ff704ddbea4..13922fbce47 100644 --- a/7346/data/test-cases/c078f72254d4718d.json +++ b/7376/data/test-cases/44e74ecf485e9038.json @@ -1 +1 @@ -{"uid":"c078f72254d4718d","name":"Subscribe and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe and publish message","historyId":"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765421002,"stop":1724765421002,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"d1370c854ca5efc7","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/d1370c854ca5efc7","status":"passed","time":{"start":1724765345630,"stop":1724765345631,"duration":1}},{"uid":"e00a623e44c2e684","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/e00a623e44c2e684","status":"passed","time":{"start":1724763728513,"stop":1724763728514,"duration":1}},{"uid":"e01a1e7b5b2559fc","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/e01a1e7b5b2559fc","status":"passed","time":{"start":1724760958440,"stop":1724760958440,"duration":0}},{"uid":"2125c0889f648531","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/2125c0889f648531","status":"passed","time":{"start":1724759986201,"stop":1724759986201,"duration":0}},{"uid":"b0595cd352509b3a","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/b0595cd352509b3a","status":"passed","time":{"start":1724758131988,"stop":1724758131989,"duration":1}},{"uid":"29c8c05eece5850a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/29c8c05eece5850a","status":"passed","time":{"start":1724757804659,"stop":1724757804659,"duration":0}},{"uid":"6094850bac6ff5e3","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/6094850bac6ff5e3","status":"passed","time":{"start":1724757182029,"stop":1724757182029,"duration":0}},{"uid":"473ddd7d4c5de713","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/473ddd7d4c5de713","status":"passed","time":{"start":1724755250659,"stop":1724755250659,"duration":0}},{"uid":"65937f814c12a802","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/65937f814c12a802","status":"passed","time":{"start":1724752681438,"stop":1724752681443,"duration":5}},{"uid":"2f96e710e4b606fe","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/2f96e710e4b606fe","status":"passed","time":{"start":1724751529141,"stop":1724751529141,"duration":0}},{"uid":"554c07fb3156b9d7","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/554c07fb3156b9d7","status":"passed","time":{"start":1724750601827,"stop":1724750601828,"duration":1}},{"uid":"d02fe076d59245c","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/d02fe076d59245c","status":"passed","time":{"start":1724749597801,"stop":1724749597801,"duration":0}},{"uid":"4d6f541b05d6a808","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/4d6f541b05d6a808","status":"passed","time":{"start":1724717911300,"stop":1724717911300,"duration":0}},{"uid":"fce03d41b162fc1d","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/fce03d41b162fc1d","status":"passed","time":{"start":1724715155591,"stop":1724715155592,"duration":1}},{"uid":"b7ae12a423d8498b","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/b7ae12a423d8498b","status":"passed","time":{"start":1724713233405,"stop":1724713233405,"duration":0}},{"uid":"fbb4699882e6fd7c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/fbb4699882e6fd7c","status":"passed","time":{"start":1724706419521,"stop":1724706419521,"duration":0}},{"uid":"8d41005d13723529","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/8d41005d13723529","status":"passed","time":{"start":1724704833533,"stop":1724704833534,"duration":1}},{"uid":"3ed983f1334f47b8","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/3ed983f1334f47b8","status":"passed","time":{"start":1724684206364,"stop":1724684206364,"duration":0}},{"uid":"5d8a64800d9de12a","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/5d8a64800d9de12a","status":"passed","time":{"start":1724672961258,"stop":1724672961258,"duration":0}},{"uid":"3f8ce548c4744c22","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/3f8ce548c4744c22","status":"passed","time":{"start":1724670685258,"stop":1724670685258,"duration":0}}]},"tags":[]},"source":"c078f72254d4718d.json","parameterValues":[]} \ No newline at end of file +{"uid":"44e74ecf485e9038","name":"Subscribe and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe and publish message","historyId":"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922891484,"stop":1724922891484,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c4ab663adef46592","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c4ab663adef46592","status":"passed","time":{"start":1724921563006,"stop":1724921563007,"duration":1}},{"uid":"c50939497abcf2dc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c50939497abcf2dc","status":"passed","time":{"start":1724921526808,"stop":1724921526809,"duration":1}},{"uid":"b95cfb381cf3736a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b95cfb381cf3736a","status":"passed","time":{"start":1724918239932,"stop":1724918239932,"duration":0}},{"uid":"f0bf6da396607940","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f0bf6da396607940","status":"passed","time":{"start":1724889980880,"stop":1724889980881,"duration":1}},{"uid":"293bf65e69ed7714","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/293bf65e69ed7714","status":"passed","time":{"start":1724889109946,"stop":1724889109946,"duration":0}},{"uid":"d6c335e04ce279e0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d6c335e04ce279e0","status":"passed","time":{"start":1724888294718,"stop":1724888294718,"duration":0}},{"uid":"3259f92ee5499e77","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3259f92ee5499e77","status":"passed","time":{"start":1724887071734,"stop":1724887071735,"duration":1}},{"uid":"7696a4a74e284e54","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7696a4a74e284e54","status":"passed","time":{"start":1724886848340,"stop":1724886848341,"duration":1}},{"uid":"7af973558ea2e47f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7af973558ea2e47f","status":"passed","time":{"start":1724862259242,"stop":1724862259242,"duration":0}},{"uid":"a733a21944098e2e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a733a21944098e2e","status":"passed","time":{"start":1724861735321,"stop":1724861735321,"duration":0}},{"uid":"1d9302ed8e18fe32","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1d9302ed8e18fe32","status":"passed","time":{"start":1724861606334,"stop":1724861606335,"duration":1}},{"uid":"6afbe909768ff909","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6afbe909768ff909","status":"passed","time":{"start":1724861426680,"stop":1724861426681,"duration":1}}]},"tags":[]},"source":"44e74ecf485e9038.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/bb6fb76eb73f02ba.json b/7376/data/test-cases/44f7ae3aefe8ea14.json similarity index 78% rename from 7346/data/test-cases/bb6fb76eb73f02ba.json rename to 7376/data/test-cases/44f7ae3aefe8ea14.json index 633c865f251..fe8c5132ea1 100644 --- a/7346/data/test-cases/bb6fb76eb73f02ba.json +++ b/7376/data/test-cases/44f7ae3aefe8ea14.json @@ -1 +1 @@ -{"uid":"bb6fb76eb73f02ba","name":"Check received message containing Script","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing Script","historyId":"01e5d721be51e34e17ed69fd77982662:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392381,"stop":1724765392382,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"bd9614bb71c9bd2","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/bd9614bb71c9bd2","status":"passed","time":{"start":1724765313869,"stop":1724765313870,"duration":1}},{"uid":"ed323cdec642e0cb","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/ed323cdec642e0cb","status":"passed","time":{"start":1724763683868,"stop":1724763683869,"duration":1}},{"uid":"e2b82948d5839e24","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/e2b82948d5839e24","status":"passed","time":{"start":1724760929571,"stop":1724760929571,"duration":0}},{"uid":"bc5394a18cca321e","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/bc5394a18cca321e","status":"passed","time":{"start":1724759955170,"stop":1724759955171,"duration":1}},{"uid":"ee4b4ca3345efbe4","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/ee4b4ca3345efbe4","status":"passed","time":{"start":1724758077448,"stop":1724758077449,"duration":1}},{"uid":"b719c69eea6dae24","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b719c69eea6dae24","status":"passed","time":{"start":1724757801871,"stop":1724757801871,"duration":0}},{"uid":"c869a4b3d8f53af0","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/c869a4b3d8f53af0","status":"passed","time":{"start":1724757120191,"stop":1724757120191,"duration":0}},{"uid":"abc720229cb351bb","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/abc720229cb351bb","status":"passed","time":{"start":1724755211082,"stop":1724755211083,"duration":1}},{"uid":"9070ae0ca4ca45ab","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/9070ae0ca4ca45ab","status":"passed","time":{"start":1724752646552,"stop":1724752646552,"duration":0}},{"uid":"7645fb629155b0cc","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/7645fb629155b0cc","status":"passed","time":{"start":1724751495289,"stop":1724751495290,"duration":1}},{"uid":"93907a744db477d4","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/93907a744db477d4","status":"passed","time":{"start":1724750572382,"stop":1724750572382,"duration":0}},{"uid":"5d575f0b435eba8c","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/5d575f0b435eba8c","status":"passed","time":{"start":1724749567266,"stop":1724749567266,"duration":0}},{"uid":"866071d940a31feb","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/866071d940a31feb","status":"passed","time":{"start":1724717880832,"stop":1724717880832,"duration":0}},{"uid":"207ebc96559d38de","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/207ebc96559d38de","status":"passed","time":{"start":1724715103512,"stop":1724715103512,"duration":0}},{"uid":"44aab71df1f316a","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/44aab71df1f316a","status":"passed","time":{"start":1724713195363,"stop":1724713195363,"duration":0}},{"uid":"50b317f3418dc2b1","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/50b317f3418dc2b1","status":"passed","time":{"start":1724706389678,"stop":1724706389679,"duration":1}},{"uid":"a78a7419396ddcf1","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a78a7419396ddcf1","status":"passed","time":{"start":1724704811201,"stop":1724704811201,"duration":0}},{"uid":"6d5d3b180072f92e","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6d5d3b180072f92e","status":"passed","time":{"start":1724684170200,"stop":1724684170200,"duration":0}},{"uid":"5d78ee5e055cc99c","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/5d78ee5e055cc99c","status":"passed","time":{"start":1724672903620,"stop":1724672903620,"duration":0}},{"uid":"655d910844ca8b65","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/655d910844ca8b65","status":"passed","time":{"start":1724670674048,"stop":1724670674049,"duration":1}}]},"tags":[]},"source":"bb6fb76eb73f02ba.json","parameterValues":[]} \ No newline at end of file +{"uid":"44f7ae3aefe8ea14","name":"Check received message containing Script","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing Script","historyId":"01e5d721be51e34e17ed69fd77982662:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845253,"stop":1724922845254,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a14d6a33ee0bf861","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a14d6a33ee0bf861","status":"passed","time":{"start":1724921515235,"stop":1724921515236,"duration":1}},{"uid":"a100d912889cfdb1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a100d912889cfdb1","status":"passed","time":{"start":1724921475467,"stop":1724921475467,"duration":0}},{"uid":"7087faf394315dd2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7087faf394315dd2","status":"passed","time":{"start":1724918179408,"stop":1724918179408,"duration":0}},{"uid":"183f63f5cefc6f18","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/183f63f5cefc6f18","status":"passed","time":{"start":1724889935347,"stop":1724889935347,"duration":0}},{"uid":"e92600f06138c49","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e92600f06138c49","status":"passed","time":{"start":1724889072761,"stop":1724889072762,"duration":1}},{"uid":"b8ff807d0eb87455","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b8ff807d0eb87455","status":"passed","time":{"start":1724888232422,"stop":1724888232423,"duration":1}},{"uid":"980db18a802d160","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/980db18a802d160","status":"passed","time":{"start":1724887018309,"stop":1724887018310,"duration":1}},{"uid":"8633370b895c357","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8633370b895c357","status":"passed","time":{"start":1724886781488,"stop":1724886781489,"duration":1}},{"uid":"4c5a7fcfa369c4c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4c5a7fcfa369c4c9","status":"passed","time":{"start":1724862213670,"stop":1724862213670,"duration":0}},{"uid":"e3e7d8d2ba040189","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e3e7d8d2ba040189","status":"passed","time":{"start":1724861685864,"stop":1724861685865,"duration":1}},{"uid":"9d8ed2d03cf53a7b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9d8ed2d03cf53a7b","status":"passed","time":{"start":1724861546197,"stop":1724861546198,"duration":1}},{"uid":"c1da552d5311e8c7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c1da552d5311e8c7","status":"passed","time":{"start":1724861378119,"stop":1724861378119,"duration":0}}]},"tags":[]},"source":"44f7ae3aefe8ea14.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/882e1877f66a6999.json b/7376/data/test-cases/44f805706e67a32d.json similarity index 97% rename from 7346/data/test-cases/882e1877f66a6999.json rename to 7376/data/test-cases/44f805706e67a32d.json index 2e49c07de4b..2dfb1c32a9f 100644 --- a/7346/data/test-cases/882e1877f66a6999.json +++ b/7376/data/test-cases/44f805706e67a32d.json @@ -1 +1 @@ -{"uid":"882e1877f66a6999","name":"Check received message with timestamp: 1724764839246000000 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: 1724764839246000000 ","historyId":"d0508b395af16c57e1d3cd3273252081:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392373,"stop":1724765392373,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"882e1877f66a6999.json","parameterValues":[]} \ No newline at end of file +{"uid":"44f805706e67a32d","name":"Check received message with timestamp: 1724922424872000000 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: 1724922424872000000 ","historyId":"59caa625bfa5e7559dc1597d2d794ad1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845240,"stop":1724922845240,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"44f805706e67a32d.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/4563b7165ab2b2a.json b/7376/data/test-cases/4563b7165ab2b2a.json new file mode 100644 index 00000000000..d38a65bfad0 --- /dev/null +++ b/7376/data/test-cases/4563b7165ab2b2a.json @@ -0,0 +1 @@ +{"uid":"4563b7165ab2b2a","name":"Query Generator sorting by timestamp while page direction is false","fullName":"/tests/store/sorting.node.spec.ts: Waku Store, sorting > Query Generator sorting by timestamp while page direction is false","historyId":"06e57c27fbe129c5f21509a3f48947ba:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922982488,"stop":1724922982488,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, sorting"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bd982cf118f543d4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bd982cf118f543d4","status":"passed","time":{"start":1724921656079,"stop":1724921656080,"duration":1}},{"uid":"3dc641d487740ee8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3dc641d487740ee8","status":"passed","time":{"start":1724921612561,"stop":1724921612561,"duration":0}},{"uid":"2b45aa5af4f7dfa9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2b45aa5af4f7dfa9","status":"passed","time":{"start":1724918317375,"stop":1724918317376,"duration":1}},{"uid":"46ba15d5df14efbd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/46ba15d5df14efbd","status":"passed","time":{"start":1724890075097,"stop":1724890075098,"duration":1}},{"uid":"7743c19b79d2c20d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7743c19b79d2c20d","status":"passed","time":{"start":1724889203357,"stop":1724889203357,"duration":0}},{"uid":"e38a32953716b6c7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e38a32953716b6c7","status":"passed","time":{"start":1724888382915,"stop":1724888382915,"duration":0}},{"uid":"215da7d84a57569","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/215da7d84a57569","status":"passed","time":{"start":1724887158109,"stop":1724887158109,"duration":0}},{"uid":"6808bc0f71a8e1a8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6808bc0f71a8e1a8","status":"passed","time":{"start":1724886934376,"stop":1724886934376,"duration":0}},{"uid":"4f94596c66a89a00","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f94596c66a89a00","status":"passed","time":{"start":1724862354701,"stop":1724862354701,"duration":0}},{"uid":"8d697f00263c13da","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8d697f00263c13da","status":"passed","time":{"start":1724861830502,"stop":1724861830502,"duration":0}},{"uid":"ef38b410e8fb63fd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ef38b410e8fb63fd","status":"passed","time":{"start":1724861685352,"stop":1724861685353,"duration":1}},{"uid":"7768cde77b3efdd4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7768cde77b3efdd4","status":"passed","time":{"start":1724861518175,"stop":1724861518175,"duration":0}}]},"tags":[]},"source":"4563b7165ab2b2a.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/8ddf270b33b4002.json b/7376/data/test-cases/45891c471a406ac.json similarity index 77% rename from 7346/data/test-cases/8ddf270b33b4002.json rename to 7376/data/test-cases/45891c471a406ac.json index 4fbf8e94d26..6574b06382b 100644 --- a/7346/data/test-cases/8ddf270b33b4002.json +++ b/7376/data/test-cases/45891c471a406ac.json @@ -1 +1 @@ -{"uid":"8ddf270b33b4002","name":"Check received message with timestamp: 1949153314000 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: 1949153314000 ","historyId":"46da1969b53543f0be3fc2e9c5efdbd0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392374,"stop":1724765392374,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"3eb58457e73de53e","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/3eb58457e73de53e","status":"passed","time":{"start":1724765313862,"stop":1724765313862,"duration":0}},{"uid":"9c5ce8237ef452d3","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/9c5ce8237ef452d3","status":"passed","time":{"start":1724763683861,"stop":1724763683862,"duration":1}},{"uid":"2ba791fc230fabc4","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2ba791fc230fabc4","status":"passed","time":{"start":1724760929563,"stop":1724760929564,"duration":1}},{"uid":"820a50d74853f651","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/820a50d74853f651","status":"passed","time":{"start":1724759955163,"stop":1724759955163,"duration":0}},{"uid":"45fdbcc38dc3bc46","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/45fdbcc38dc3bc46","status":"passed","time":{"start":1724758077434,"stop":1724758077434,"duration":0}},{"uid":"2c089ef563629da8","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2c089ef563629da8","status":"passed","time":{"start":1724757801864,"stop":1724757801864,"duration":0}},{"uid":"7d58b90c1bc54a26","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/7d58b90c1bc54a26","status":"passed","time":{"start":1724757120178,"stop":1724757120179,"duration":1}},{"uid":"a05363e5160d59e5","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a05363e5160d59e5","status":"passed","time":{"start":1724755211059,"stop":1724755211060,"duration":1}},{"uid":"9d55e3ea6f446d50","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/9d55e3ea6f446d50","status":"passed","time":{"start":1724752646536,"stop":1724752646536,"duration":0}},{"uid":"44c6cfec2686a954","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/44c6cfec2686a954","status":"passed","time":{"start":1724751495272,"stop":1724751495272,"duration":0}},{"uid":"bfbf1b5dc0b6919a","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/bfbf1b5dc0b6919a","status":"passed","time":{"start":1724750572370,"stop":1724750572370,"duration":0}},{"uid":"b8001ec29dfaf80b","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/b8001ec29dfaf80b","status":"passed","time":{"start":1724749567253,"stop":1724749567256,"duration":3}},{"uid":"df0c67276cc5b012","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/df0c67276cc5b012","status":"passed","time":{"start":1724717880823,"stop":1724717880823,"duration":0}},{"uid":"43fab777f8c01723","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/43fab777f8c01723","status":"passed","time":{"start":1724715103503,"stop":1724715103503,"duration":0}},{"uid":"6e734db464dc2e41","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/6e734db464dc2e41","status":"passed","time":{"start":1724713195354,"stop":1724713195355,"duration":1}},{"uid":"23f0c1bdc1c18513","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/23f0c1bdc1c18513","status":"passed","time":{"start":1724706389671,"stop":1724706389671,"duration":0}},{"uid":"41eab9dd176ba8a3","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/41eab9dd176ba8a3","status":"passed","time":{"start":1724704811186,"stop":1724704811186,"duration":0}},{"uid":"b695283f7fe67686","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b695283f7fe67686","status":"passed","time":{"start":1724684170169,"stop":1724684170169,"duration":0}},{"uid":"1bf64ed07127e366","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/1bf64ed07127e366","status":"passed","time":{"start":1724672903609,"stop":1724672903609,"duration":0}},{"uid":"6f9e861bb76311c3","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/6f9e861bb76311c3","status":"passed","time":{"start":1724670674040,"stop":1724670674040,"duration":0}}]},"tags":[]},"source":"8ddf270b33b4002.json","parameterValues":[]} \ No newline at end of file +{"uid":"45891c471a406ac","name":"Check message with non string payload is not received","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check message with non string payload is not received","historyId":"bd81d7ffdaed09a1e3e9db53db89999f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845246,"stop":1724922845246,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"339338c04ef6ba9e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/339338c04ef6ba9e","status":"passed","time":{"start":1724921515228,"stop":1724921515229,"duration":1}},{"uid":"20dcd453fe4d74ce","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/20dcd453fe4d74ce","status":"passed","time":{"start":1724921475448,"stop":1724921475448,"duration":0}},{"uid":"8d64c25d23c8bb52","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8d64c25d23c8bb52","status":"passed","time":{"start":1724918179402,"stop":1724918179403,"duration":1}},{"uid":"6d2b3e4471ab4832","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d2b3e4471ab4832","status":"passed","time":{"start":1724889935342,"stop":1724889935343,"duration":1}},{"uid":"43f30aa4b9c74e4e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/43f30aa4b9c74e4e","status":"passed","time":{"start":1724889072755,"stop":1724889072756,"duration":1}},{"uid":"94fe04dba54fadd7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/94fe04dba54fadd7","status":"passed","time":{"start":1724888232417,"stop":1724888232417,"duration":0}},{"uid":"1cdd655cd49001ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1cdd655cd49001ba","status":"passed","time":{"start":1724887018304,"stop":1724887018305,"duration":1}},{"uid":"504ef5a148885172","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/504ef5a148885172","status":"passed","time":{"start":1724886781481,"stop":1724886781482,"duration":1}},{"uid":"be3b3d796ca17a93","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/be3b3d796ca17a93","status":"passed","time":{"start":1724862213664,"stop":1724862213665,"duration":1}},{"uid":"1713cae1d3ff1756","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1713cae1d3ff1756","status":"passed","time":{"start":1724861685858,"stop":1724861685858,"duration":0}},{"uid":"40db932f542fa142","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/40db932f542fa142","status":"passed","time":{"start":1724861546179,"stop":1724861546179,"duration":0}},{"uid":"d71632ff9e5536d7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d71632ff9e5536d7","status":"passed","time":{"start":1724861378113,"stop":1724861378113,"duration":0}}]},"tags":[]},"source":"45891c471a406ac.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/f2bf8d925d83745e.json b/7376/data/test-cases/45907538284faa9c.json similarity index 77% rename from 7346/data/test-cases/f2bf8d925d83745e.json rename to 7376/data/test-cases/45907538284faa9c.json index b207330c01c..06de23fe7b0 100644 --- a/7346/data/test-cases/f2bf8d925d83745e.json +++ b/7376/data/test-cases/45907538284faa9c.json @@ -1 +1 @@ -{"uid":"f2bf8d925d83745e","name":"Fails to publish duplicate message","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Fails to publish duplicate message","historyId":"ed9faa1442d0adbafc07b83aae886da9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765426737,"stop":1724765426737,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"b24d2afda7f10f6f","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/b24d2afda7f10f6f","status":"passed","time":{"start":1724765341338,"stop":1724765341339,"duration":1}},{"uid":"5a9f2b47c3b39660","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/5a9f2b47c3b39660","status":"passed","time":{"start":1724763725734,"stop":1724763725734,"duration":0}},{"uid":"3cf7ab09bf11ce74","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/3cf7ab09bf11ce74","status":"passed","time":{"start":1724760957728,"stop":1724760957728,"duration":0}},{"uid":"9ab70e2c493ec438","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/9ab70e2c493ec438","status":"passed","time":{"start":1724759981890,"stop":1724759981892,"duration":2}},{"uid":"24260f4815738294","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/24260f4815738294","status":"passed","time":{"start":1724758132042,"stop":1724758132043,"duration":1}},{"uid":"3580deeb6076957","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/3580deeb6076957","status":"passed","time":{"start":1724757777637,"stop":1724757777638,"duration":1}},{"uid":"400a7e07d83c32b0","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/400a7e07d83c32b0","status":"passed","time":{"start":1724757176025,"stop":1724757176025,"duration":0}},{"uid":"69fd4bdfcea5d671","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/69fd4bdfcea5d671","status":"passed","time":{"start":1724755243517,"stop":1724755243518,"duration":1}},{"uid":"2fafade86fc59b9","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/2fafade86fc59b9","status":"passed","time":{"start":1724752673890,"stop":1724752673890,"duration":0}},{"uid":"3d7a4544610429e0","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/3d7a4544610429e0","status":"passed","time":{"start":1724751529520,"stop":1724751529520,"duration":0}},{"uid":"760960588b17da11","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/760960588b17da11","status":"passed","time":{"start":1724750600094,"stop":1724750600094,"duration":0}},{"uid":"21c8185271363cb0","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/21c8185271363cb0","status":"passed","time":{"start":1724749599695,"stop":1724749599695,"duration":0}},{"uid":"c43063fd951f848","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c43063fd951f848","status":"passed","time":{"start":1724717906130,"stop":1724717906130,"duration":0}},{"uid":"52ceae542eb40bb8","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/52ceae542eb40bb8","status":"passed","time":{"start":1724715143947,"stop":1724715143948,"duration":1}},{"uid":"79ee69d8cbe3cbf","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/79ee69d8cbe3cbf","status":"passed","time":{"start":1724713227735,"stop":1724713227751,"duration":16}},{"uid":"aece6530c7dee09a","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/aece6530c7dee09a","status":"passed","time":{"start":1724706419044,"stop":1724706419045,"duration":1}},{"uid":"3ae7b263f8a9a978","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/3ae7b263f8a9a978","status":"passed","time":{"start":1724704834037,"stop":1724704834040,"duration":3}},{"uid":"fb190ef37f43323a","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/fb190ef37f43323a","status":"passed","time":{"start":1724684210898,"stop":1724684210899,"duration":1}},{"uid":"d9a019fcf26a5aae","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/d9a019fcf26a5aae","status":"passed","time":{"start":1724672960987,"stop":1724672960988,"duration":1}},{"uid":"dd0ff512387d763e","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/dd0ff512387d763e","status":"passed","time":{"start":1724670677922,"stop":1724670677922,"duration":0}}]},"tags":[]},"source":"f2bf8d925d83745e.json","parameterValues":[]} \ No newline at end of file +{"uid":"45907538284faa9c","name":"Fails to publish duplicate message","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Fails to publish duplicate message","historyId":"ed9faa1442d0adbafc07b83aae886da9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922887531,"stop":1724922887531,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"505cd70f4faf5318","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/505cd70f4faf5318","status":"passed","time":{"start":1724921564782,"stop":1724921564782,"duration":0}},{"uid":"f8c872bb25175f7a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f8c872bb25175f7a","status":"passed","time":{"start":1724921518825,"stop":1724921518826,"duration":1}},{"uid":"dd1a8fbce87fd5b9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd1a8fbce87fd5b9","status":"passed","time":{"start":1724918229403,"stop":1724918229403,"duration":0}},{"uid":"573b9726993894ea","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/573b9726993894ea","status":"passed","time":{"start":1724889980706,"stop":1724889980706,"duration":0}},{"uid":"d3999586945ca63c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3999586945ca63c","status":"passed","time":{"start":1724889111182,"stop":1724889111183,"duration":1}},{"uid":"87e09e4344b4310","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/87e09e4344b4310","status":"passed","time":{"start":1724888292546,"stop":1724888292546,"duration":0}},{"uid":"3699659be7b6329c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3699659be7b6329c","status":"passed","time":{"start":1724887068231,"stop":1724887068231,"duration":0}},{"uid":"4ac49392d08d693a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4ac49392d08d693a","status":"passed","time":{"start":1724886848932,"stop":1724886848933,"duration":1}},{"uid":"3421f9f077052761","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3421f9f077052761","status":"passed","time":{"start":1724862262051,"stop":1724862262052,"duration":1}},{"uid":"18a7d2d68b189201","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/18a7d2d68b189201","status":"passed","time":{"start":1724861741897,"stop":1724861741897,"duration":0}},{"uid":"32ec6597ebcb8b29","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/32ec6597ebcb8b29","status":"passed","time":{"start":1724861599500,"stop":1724861599500,"duration":0}},{"uid":"ebee9b42e57791cd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ebee9b42e57791cd","status":"passed","time":{"start":1724861428479,"stop":1724861428479,"duration":0}}]},"tags":[]},"source":"45907538284faa9c.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/45e98799f835bbad.json b/7376/data/test-cases/45e98799f835bbad.json new file mode 100644 index 00000000000..be52d642976 --- /dev/null +++ b/7376/data/test-cases/45e98799f835bbad.json @@ -0,0 +1 @@ +{"uid":"45e98799f835bbad","name":"same cluster, same shard: nodes connect (autosharding)","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > same cluster, same shard: nodes connect (autosharding)","historyId":"6d68e3f35efad28334379e22e756ff73:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611420,"stop":1724922611420,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"927c2a474fe4331b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/927c2a474fe4331b","status":"passed","time":{"start":1724921270342,"stop":1724921270342,"duration":0}},{"uid":"18d39d5b81d3a848","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/18d39d5b81d3a848","status":"passed","time":{"start":1724921247772,"stop":1724921247772,"duration":0}},{"uid":"ecd50612665421a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ecd50612665421a","status":"passed","time":{"start":1724917989809,"stop":1724917989809,"duration":0}},{"uid":"50c657f680b00188","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/50c657f680b00188","status":"passed","time":{"start":1724889678532,"stop":1724889678532,"duration":0}},{"uid":"afe08e7f3cead672","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/afe08e7f3cead672","status":"passed","time":{"start":1724888829826,"stop":1724888829826,"duration":0}},{"uid":"ce6d719b9631e9f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ce6d719b9631e9f9","status":"passed","time":{"start":1724888076972,"stop":1724888076973,"duration":1}},{"uid":"673778899c56b54d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/673778899c56b54d","status":"passed","time":{"start":1724886851111,"stop":1724886851112,"duration":1}},{"uid":"97199f49c49bfb6f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/97199f49c49bfb6f","status":"passed","time":{"start":1724886647055,"stop":1724886647058,"duration":3}},{"uid":"721c308fa341f9e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/721c308fa341f9e","status":"passed","time":{"start":1724861992701,"stop":1724861992701,"duration":0}},{"uid":"fce0e900efe0df07","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fce0e900efe0df07","status":"passed","time":{"start":1724861469628,"stop":1724861469630,"duration":2}},{"uid":"354b1fe4dacf26b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/354b1fe4dacf26b","status":"passed","time":{"start":1724861284844,"stop":1724861284845,"duration":1}},{"uid":"d55b1cb924531298","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d55b1cb924531298","status":"passed","time":{"start":1724861145771,"stop":1724861145772,"duration":1}}]},"tags":[]},"source":"45e98799f835bbad.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/45eb722fd448da14.json b/7376/data/test-cases/45eb722fd448da14.json new file mode 100644 index 00000000000..61452d94c2e --- /dev/null +++ b/7376/data/test-cases/45eb722fd448da14.json @@ -0,0 +1 @@ +{"uid":"45eb722fd448da14","name":"should extract SingleShardInfo from a valid PubsubTopic","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should extract SingleShardInfo from a valid PubsubTopic","historyId":"0553e80211dc4e789f22c79bf17cd210:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374681,"stop":1724922374681,"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":13,"unknown":0,"total":13},"items":[{"uid":"cecd57b280f7b2a0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cecd57b280f7b2a0","status":"passed","time":{"start":1724921037642,"stop":1724921037642,"duration":0}},{"uid":"486b758d9006ac53","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/486b758d9006ac53","status":"passed","time":{"start":1724921013055,"stop":1724921013056,"duration":1}},{"uid":"a5f2b8c329a1d8dd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a5f2b8c329a1d8dd","status":"passed","time":{"start":1724917673297,"stop":1724917673297,"duration":0}},{"uid":"6c45e5059d2472be","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c45e5059d2472be","status":"passed","time":{"start":1724889452316,"stop":1724889452317,"duration":1}},{"uid":"10a1532926df23cf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/10a1532926df23cf","status":"passed","time":{"start":1724888602847,"stop":1724888602847,"duration":0}},{"uid":"505153937e717282","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/505153937e717282","status":"passed","time":{"start":1724887759169,"stop":1724887759169,"duration":0}},{"uid":"e4ed5ab7efc6b7eb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e4ed5ab7efc6b7eb","status":"passed","time":{"start":1724886525549,"stop":1724886525549,"duration":0}},{"uid":"daec9b1b0da7bb45","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/daec9b1b0da7bb45","status":"passed","time":{"start":1724886303403,"stop":1724886303403,"duration":0}},{"uid":"f8fa37e9bfbf25a4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f8fa37e9bfbf25a4","status":"passed","time":{"start":1724861752235,"stop":1724861752235,"duration":0}},{"uid":"985259596e77eed8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/985259596e77eed8","status":"passed","time":{"start":1724861223360,"stop":1724861223360,"duration":0}},{"uid":"20b331c3d8c0431a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/20b331c3d8c0431a","status":"passed","time":{"start":1724861045208,"stop":1724861045208,"duration":0}},{"uid":"7ef23d0f3ebb5e4f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7ef23d0f3ebb5e4f","status":"passed","time":{"start":1724860907091,"stop":1724860907091,"duration":0}}]},"tags":[]},"source":"45eb722fd448da14.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/46b895b55d9357b3.json b/7376/data/test-cases/46b895b55d9357b3.json new file mode 100644 index 00000000000..6b388dc5a4b --- /dev/null +++ b/7376/data/test-cases/46b895b55d9357b3.json @@ -0,0 +1 @@ +{"uid":"46b895b55d9357b3","name":"same cluster, different shard: nodes don't connect","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > same cluster, different shard: nodes don't connect","historyId":"df829ffb0c1f37dedf0d1e6cbd3994a7:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611419,"stop":1724922611419,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8610d85b9cb2bacb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8610d85b9cb2bacb","status":"passed","time":{"start":1724921270339,"stop":1724921270339,"duration":0}},{"uid":"df8dcb6c756a5aa1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/df8dcb6c756a5aa1","status":"passed","time":{"start":1724921247770,"stop":1724921247771,"duration":1}},{"uid":"fdd5ce371d7b9d01","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fdd5ce371d7b9d01","status":"passed","time":{"start":1724917989807,"stop":1724917989807,"duration":0}},{"uid":"ebcb430193312f01","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ebcb430193312f01","status":"passed","time":{"start":1724889678531,"stop":1724889678531,"duration":0}},{"uid":"74d1ff52389485ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/74d1ff52389485ae","status":"passed","time":{"start":1724888829821,"stop":1724888829823,"duration":2}},{"uid":"daafc8867ed9827","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/daafc8867ed9827","status":"passed","time":{"start":1724888076969,"stop":1724888076970,"duration":1}},{"uid":"820f37e8da4c2123","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/820f37e8da4c2123","status":"passed","time":{"start":1724886851109,"stop":1724886851109,"duration":0}},{"uid":"8bf2b35f0db1b4fe","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8bf2b35f0db1b4fe","status":"passed","time":{"start":1724886647046,"stop":1724886647052,"duration":6}},{"uid":"c5a77d5e0699b81d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5a77d5e0699b81d","status":"passed","time":{"start":1724861992700,"stop":1724861992700,"duration":0}},{"uid":"981d2b3303384dd7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/981d2b3303384dd7","status":"passed","time":{"start":1724861469625,"stop":1724861469626,"duration":1}},{"uid":"b85929f97d00ed1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b85929f97d00ed1","status":"passed","time":{"start":1724861284843,"stop":1724861284843,"duration":0}},{"uid":"f97e3996bda14912","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f97e3996bda14912","status":"passed","time":{"start":1724861145768,"stop":1724861145768,"duration":0}}]},"tags":[]},"source":"46b895b55d9357b3.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/46e435eff677228f.json b/7376/data/test-cases/46e435eff677228f.json new file mode 100644 index 00000000000..248cd3646f3 --- /dev/null +++ b/7376/data/test-cases/46e435eff677228f.json @@ -0,0 +1 @@ +{"uid":"46e435eff677228f","name":"Generator, custom pubsub topic","fullName":"/tests/store/multiple_pubsub.spec.ts: Waku Store (named sharding), custom pubsub topic > Generator, custom pubsub topic","historyId":"792a18da5b7244104aa2077efbcd6319:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922966286,"stop":1724922966286,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store (named sharding), custom pubsub topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a8e92c60d9573786","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a8e92c60d9573786","status":"passed","time":{"start":1724921658746,"stop":1724921658747,"duration":1}},{"uid":"74dd5f10185525e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/74dd5f10185525e","status":"passed","time":{"start":1724921609581,"stop":1724921609581,"duration":0}},{"uid":"b5ba1f9665f9f02e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b5ba1f9665f9f02e","status":"passed","time":{"start":1724918323461,"stop":1724918323461,"duration":0}},{"uid":"464bb883e62e7c4c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/464bb883e62e7c4c","status":"passed","time":{"start":1724890071666,"stop":1724890071667,"duration":1}},{"uid":"db0b642b07f228c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/db0b642b07f228c9","status":"passed","time":{"start":1724889207707,"stop":1724889207707,"duration":0}},{"uid":"c5fe116a86a13b4c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c5fe116a86a13b4c","status":"passed","time":{"start":1724888386327,"stop":1724888386327,"duration":0}},{"uid":"845f36fa13f34e6d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/845f36fa13f34e6d","status":"passed","time":{"start":1724887153935,"stop":1724887153936,"duration":1}},{"uid":"5b493f4667dae97f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5b493f4667dae97f","status":"passed","time":{"start":1724886927392,"stop":1724886927393,"duration":1}},{"uid":"522b86ff1271c2bb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/522b86ff1271c2bb","status":"passed","time":{"start":1724862360110,"stop":1724862360111,"duration":1}},{"uid":"5144ad3c09508850","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5144ad3c09508850","status":"passed","time":{"start":1724861832843,"stop":1724861832844,"duration":1}},{"uid":"459fa02a98dd125d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/459fa02a98dd125d","status":"passed","time":{"start":1724861687429,"stop":1724861687429,"duration":0}},{"uid":"c98e026c27b533ca","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c98e026c27b533ca","status":"passed","time":{"start":1724861513179,"stop":1724861513179,"duration":0}}]},"tags":[]},"source":"46e435eff677228f.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/8b9ca89154db9036.json b/7376/data/test-cases/46e919eee660ab40.json similarity index 84% rename from 7346/data/test-cases/8b9ca89154db9036.json rename to 7376/data/test-cases/46e919eee660ab40.json index 097dca003d5..e1c67802189 100644 --- a/7346/data/test-cases/8b9ca89154db9036.json +++ b/7376/data/test-cases/46e919eee660ab40.json @@ -1 +1 @@ -{"uid":"8b9ca89154db9036","name":"Push message with unicode special characters payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with unicode special characters payload","historyId":"f716fdc3a962ee9fa6121ff048946f75:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505327,"stop":1724765505327,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":22,"unknown":0,"total":26},"items":[{"uid":"bb80834bb882074c","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/bb80834bb882074c","status":"passed","time":{"start":1724765434020,"stop":1724765434024,"duration":4}},{"uid":"fe403b103decca2f","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/fe403b103decca2f","status":"passed","time":{"start":1724763779026,"stop":1724763779026,"duration":0}},{"uid":"3d707ec70ff5fee1","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/3d707ec70ff5fee1","status":"passed","time":{"start":1724761038723,"stop":1724761038724,"duration":1}},{"uid":"e0916cd5ae972b67","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/e0916cd5ae972b67","status":"passed","time":{"start":1724760066623,"stop":1724760066624,"duration":1}},{"uid":"d24a174d8149e959","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/d24a174d8149e959","status":"passed","time":{"start":1724758222984,"stop":1724758222985,"duration":1}},{"uid":"ef8c1903178089fa","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ef8c1903178089fa","status":"passed","time":{"start":1724757927317,"stop":1724757927317,"duration":0}},{"uid":"277cd1ef277d3fae","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/277cd1ef277d3fae","status":"passed","time":{"start":1724757257490,"stop":1724757257490,"duration":0}},{"uid":"af46a380ae4b9d1f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/af46a380ae4b9d1f","status":"passed","time":{"start":1724755332949,"stop":1724755332949,"duration":0}},{"uid":"93db79ff0b99590a","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/93db79ff0b99590a","status":"passed","time":{"start":1724752782342,"stop":1724752782343,"duration":1}},{"uid":"7b1e0132af47bcaa","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/7b1e0132af47bcaa","status":"passed","time":{"start":1724751616572,"stop":1724751616572,"duration":0}},{"uid":"ea36841a16c482c","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/ea36841a16c482c","status":"passed","time":{"start":1724750701991,"stop":1724750701991,"duration":0}},{"uid":"2961cf8b0ef4a085","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/2961cf8b0ef4a085","status":"passed","time":{"start":1724749709041,"stop":1724749709041,"duration":0}},{"uid":"cc00b5d192fe0e3c","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/cc00b5d192fe0e3c","status":"passed","time":{"start":1724718008222,"stop":1724718008223,"duration":1}},{"uid":"234828bca7744ca2","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/234828bca7744ca2","status":"passed","time":{"start":1724715239088,"stop":1724715239089,"duration":1}},{"uid":"8a823ef91be896d2","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/8a823ef91be896d2","status":"passed","time":{"start":1724713322706,"stop":1724713322706,"duration":0}},{"uid":"4e16a673d0a6dc13","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/4e16a673d0a6dc13","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724707170673,"stop":1724707170674,"duration":1}},{"uid":"aa0e1fe76978e40a","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/aa0e1fe76978e40a","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724705570763,"stop":1724705570763,"duration":0}},{"uid":"89ca02559bc78529","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/89ca02559bc78529","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724684936352,"stop":1724684936352,"duration":0}},{"uid":"f12bd85353bce258","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/f12bd85353bce258","status":"passed","time":{"start":1724673044038,"stop":1724673044038,"duration":0}},{"uid":"f95b0c68350ae5f4","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/f95b0c68350ae5f4","status":"passed","time":{"start":1724670767287,"stop":1724670767287,"duration":0}}]},"tags":[]},"source":"8b9ca89154db9036.json","parameterValues":[]} \ No newline at end of file +{"uid":"46e919eee660ab40","name":"Push message with unicode special characters payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with unicode special characters payload","historyId":"f716fdc3a962ee9fa6121ff048946f75:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921463,"stop":1724922921463,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8f703044cd457373","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8f703044cd457373","status":"passed","time":{"start":1724921602954,"stop":1724921602955,"duration":1}},{"uid":"3e3826b807d32315","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3e3826b807d32315","status":"passed","time":{"start":1724921571098,"stop":1724921571098,"duration":0}},{"uid":"b1b13fbea195d70c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b1b13fbea195d70c","status":"passed","time":{"start":1724918285591,"stop":1724918285591,"duration":0}},{"uid":"1478c716825c46ad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1478c716825c46ad","status":"passed","time":{"start":1724890030091,"stop":1724890030091,"duration":0}},{"uid":"215eeb6242869d9a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/215eeb6242869d9a","status":"passed","time":{"start":1724889171910,"stop":1724889171910,"duration":0}},{"uid":"874cb076779cc35d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/874cb076779cc35d","status":"passed","time":{"start":1724888350722,"stop":1724888350723,"duration":1}},{"uid":"cc6853b1cd6bb373","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc6853b1cd6bb373","status":"passed","time":{"start":1724887115410,"stop":1724887115410,"duration":0}},{"uid":"1bf01fdfcdeaaa23","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1bf01fdfcdeaaa23","status":"passed","time":{"start":1724886884577,"stop":1724886884577,"duration":0}},{"uid":"1181a2c81b16f966","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1181a2c81b16f966","status":"passed","time":{"start":1724862322258,"stop":1724862322259,"duration":1}},{"uid":"545fe632cce7f4d1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/545fe632cce7f4d1","status":"passed","time":{"start":1724861790752,"stop":1724861790753,"duration":1}},{"uid":"98c81d5316bef9ad","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/98c81d5316bef9ad","status":"passed","time":{"start":1724861628421,"stop":1724861628422,"duration":1}},{"uid":"1abdeb04d4712d04","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1abdeb04d4712d04","status":"passed","time":{"start":1724861465626,"stop":1724861465626,"duration":0}}]},"tags":[]},"source":"46e919eee660ab40.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/4700966cb4216b08.json b/7376/data/test-cases/4700966cb4216b08.json new file mode 100644 index 00000000000..9675927391b --- /dev/null +++ b/7376/data/test-cases/4700966cb4216b08.json @@ -0,0 +1 @@ +{"uid":"4700966cb4216b08","name":"Waku message hash computation (payload length 0)","fullName":"/src/index.spec.ts: RFC Test Vectors > Waku message hash computation (payload length 0)","historyId":"69d3925828f48370dc0e0589473df895:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922377155,"stop":1724922377155,"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":"RFC Test Vectors"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ea95913aeee62d11","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ea95913aeee62d11","status":"passed","time":{"start":1724921040180,"stop":1724921040180,"duration":0}},{"uid":"c15996f72fad71f1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c15996f72fad71f1","status":"passed","time":{"start":1724921015573,"stop":1724921015573,"duration":0}},{"uid":"fbffa5cd4490ec21","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fbffa5cd4490ec21","status":"passed","time":{"start":1724917675799,"stop":1724917675799,"duration":0}},{"uid":"49c5a05f96856830","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/49c5a05f96856830","status":"passed","time":{"start":1724889454807,"stop":1724889454807,"duration":0}},{"uid":"c8de0233d9607b31","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c8de0233d9607b31","status":"passed","time":{"start":1724888605322,"stop":1724888605323,"duration":1}},{"uid":"eff9a2d36f238d13","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eff9a2d36f238d13","status":"passed","time":{"start":1724887761647,"stop":1724887761648,"duration":1}},{"uid":"d25367ad9323f90b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d25367ad9323f90b","status":"passed","time":{"start":1724886527993,"stop":1724886527993,"duration":0}},{"uid":"74a1b5fe8e5a28fb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/74a1b5fe8e5a28fb","status":"passed","time":{"start":1724886305812,"stop":1724886305812,"duration":0}},{"uid":"4a2f4c9c1965e746","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a2f4c9c1965e746","status":"passed","time":{"start":1724861754709,"stop":1724861754709,"duration":0}},{"uid":"bf156dd0dda66345","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bf156dd0dda66345","status":"passed","time":{"start":1724861225782,"stop":1724861225782,"duration":0}},{"uid":"2937f1a79717615f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2937f1a79717615f","status":"passed","time":{"start":1724861047869,"stop":1724861047869,"duration":0}},{"uid":"f52ff6b40c99da38","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f52ff6b40c99da38","status":"passed","time":{"start":1724860909785,"stop":1724860909785,"duration":0}}]},"tags":[]},"source":"4700966cb4216b08.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/471133ac79ad6d96.json b/7376/data/test-cases/471133ac79ad6d96.json new file mode 100644 index 00000000000..b5641f0f6ac --- /dev/null +++ b/7376/data/test-cases/471133ac79ad6d96.json @@ -0,0 +1 @@ +{"uid":"471133ac79ad6d96","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","fullName":"/tests/light-push/single_node/multiple_pubsub.node.spec.ts: Waku Light Push (Autosharding): Multiple PubsubTopics > Light push messages to 2 nwaku nodes each with different pubsubtopics","historyId":"479adcf64762a87ad04383f9ed7b6753:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922727646,"stop":1724922727646,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push (Autosharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1eac0b5a5fccbf2c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1eac0b5a5fccbf2c","status":"passed","time":{"start":1724921379980,"stop":1724921379980,"duration":0}},{"uid":"1a0dbe9f0ddbb272","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1a0dbe9f0ddbb272","status":"passed","time":{"start":1724921359714,"stop":1724921359714,"duration":0}},{"uid":"31e3d9ac24728938","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/31e3d9ac24728938","status":"passed","time":{"start":1724918127247,"stop":1724918127248,"duration":1}},{"uid":"6e1b11c153dbbbc9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e1b11c153dbbbc9","status":"passed","time":{"start":1724889805614,"stop":1724889805614,"duration":0}},{"uid":"dd05fad5c55d76a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd05fad5c55d76a7","status":"passed","time":{"start":1724888940692,"stop":1724888940692,"duration":0}},{"uid":"7e3f8facbf00dcd0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7e3f8facbf00dcd0","status":"passed","time":{"start":1724888168651,"stop":1724888168651,"duration":0}},{"uid":"a9ca02d6ec174f15","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a9ca02d6ec174f15","status":"passed","time":{"start":1724886924218,"stop":1724886924218,"duration":0}},{"uid":"922cf51885111916","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/922cf51885111916","status":"passed","time":{"start":1724886701806,"stop":1724886701806,"duration":0}},{"uid":"d73c6714ad3802c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d73c6714ad3802c","status":"passed","time":{"start":1724862112742,"stop":1724862112742,"duration":0}},{"uid":"11b15e1f1bba874d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/11b15e1f1bba874d","status":"passed","time":{"start":1724861584869,"stop":1724861584869,"duration":0}},{"uid":"aeec25f50fd742cd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/aeec25f50fd742cd","status":"passed","time":{"start":1724861464497,"stop":1724861464517,"duration":20}},{"uid":"b927d523f8d870a5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b927d523f8d870a5","status":"passed","time":{"start":1724861254915,"stop":1724861254916,"duration":1}}]},"tags":[]},"source":"471133ac79ad6d96.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/473fbd8c567988c0.json b/7376/data/test-cases/473fbd8c567988c0.json new file mode 100644 index 00000000000..a365bb0b29a --- /dev/null +++ b/7376/data/test-cases/473fbd8c567988c0.json @@ -0,0 +1 @@ +{"uid":"473fbd8c567988c0","name":"Ephemeral messages are not stored","fullName":"/tests/ephemeral.node.spec.ts: Waku Message Ephemeral field > Ephemeral messages are not stored","historyId":"4f5504bba2853c4c42c7b817350ed03f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922436968,"stop":1724922436969,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Waku Message Ephemeral field"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"244cd06bd68cd8b8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/244cd06bd68cd8b8","status":"passed","time":{"start":1724921099697,"stop":1724921099697,"duration":0}},{"uid":"ba47743f6fbbaf7a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ba47743f6fbbaf7a","status":"passed","time":{"start":1724921074388,"stop":1724921074389,"duration":1}},{"uid":"2838172d3b2174df","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2838172d3b2174df","status":"passed","time":{"start":1724917735273,"stop":1724917735274,"duration":1}},{"uid":"9bfbf49bd9e69574","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9bfbf49bd9e69574","status":"passed","time":{"start":1724889517448,"stop":1724889517449,"duration":1}},{"uid":"e69187b1912878a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e69187b1912878a9","status":"passed","time":{"start":1724888662629,"stop":1724888662629,"duration":0}},{"uid":"b6523dc73fa43a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b6523dc73fa43a","status":"passed","time":{"start":1724887821329,"stop":1724887821329,"duration":0}},{"uid":"c040c78249cbe2ab","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c040c78249cbe2ab","status":"passed","time":{"start":1724886588482,"stop":1724886588482,"duration":0}},{"uid":"165ad48e9b4340fb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/165ad48e9b4340fb","status":"passed","time":{"start":1724886365756,"stop":1724886365756,"duration":0}},{"uid":"c5c4d727c410706e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5c4d727c410706e","status":"passed","time":{"start":1724861814959,"stop":1724861814959,"duration":0}},{"uid":"2f0ef64eddd38448","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2f0ef64eddd38448","status":"passed","time":{"start":1724861282668,"stop":1724861282669,"duration":1}},{"uid":"14a796bf21bf7934","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/14a796bf21bf7934","status":"passed","time":{"start":1724861111682,"stop":1724861111682,"duration":0}},{"uid":"633aba35f5023d9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/633aba35f5023d9","status":"passed","time":{"start":1724860971172,"stop":1724860971173,"duration":1}}]},"tags":[]},"source":"473fbd8c567988c0.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/4d2bfc25011924f5.json b/7376/data/test-cases/4740b78f9e974df9.json similarity index 63% rename from 7346/data/test-cases/4d2bfc25011924f5.json rename to 7376/data/test-cases/4740b78f9e974df9.json index 0c9bf57f554..27adf55af52 100644 --- a/7346/data/test-cases/4d2bfc25011924f5.json +++ b/7376/data/test-cases/4740b78f9e974df9.json @@ -1 +1 @@ -{"uid":"4d2bfc25011924f5","name":"Wrong topic","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > Wrong topic","historyId":"964f676a46af76e5cee36f7ef2a7e3d9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765462125,"stop":1724765462126,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"7c6b544cd204b699","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/7c6b544cd204b699","status":"passed","time":{"start":1724765383745,"stop":1724765383745,"duration":0}},{"uid":"1dccd0ec0e9f18f0","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/1dccd0ec0e9f18f0","status":"passed","time":{"start":1724763763090,"stop":1724763763095,"duration":5}},{"uid":"df439411e4e62c59","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/df439411e4e62c59","status":"passed","time":{"start":1724760998872,"stop":1724760998872,"duration":0}},{"uid":"90dba56dd23d09a5","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/90dba56dd23d09a5","status":"passed","time":{"start":1724760015149,"stop":1724760015149,"duration":0}},{"uid":"aeb93ba1bb0d8b2a","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/aeb93ba1bb0d8b2a","status":"passed","time":{"start":1724758161540,"stop":1724758161540,"duration":0}},{"uid":"72bcfb5b02d270d6","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/72bcfb5b02d270d6","status":"passed","time":{"start":1724757844123,"stop":1724757844124,"duration":1}},{"uid":"78468bb6b8da6db","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/78468bb6b8da6db","status":"passed","time":{"start":1724757227209,"stop":1724757227210,"duration":1}},{"uid":"5cfd7e5a87592d3f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/5cfd7e5a87592d3f","status":"passed","time":{"start":1724755290720,"stop":1724755290721,"duration":1}},{"uid":"f1172571f5642bde","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/f1172571f5642bde","status":"passed","time":{"start":1724752733108,"stop":1724752733108,"duration":0}},{"uid":"e0da79d5efb6a450","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/e0da79d5efb6a450","status":"passed","time":{"start":1724751559061,"stop":1724751559061,"duration":0}},{"uid":"b63dbd10aa9006a0","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/b63dbd10aa9006a0","status":"passed","time":{"start":1724750626596,"stop":1724750626596,"duration":0}},{"uid":"a854a740c0dea820","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/a854a740c0dea820","status":"passed","time":{"start":1724749625414,"stop":1724749625414,"duration":0}},{"uid":"32d5b93c42dcc04","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/32d5b93c42dcc04","status":"passed","time":{"start":1724717958591,"stop":1724717958592,"duration":1}},{"uid":"7b5e5bcd743da006","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/7b5e5bcd743da006","status":"passed","time":{"start":1724715186426,"stop":1724715186426,"duration":0}},{"uid":"9bc86ffe3d70c5e7","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/9bc86ffe3d70c5e7","status":"passed","time":{"start":1724713270286,"stop":1724713270286,"duration":0}},{"uid":"e3270f57c8e22217","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/e3270f57c8e22217","status":"passed","time":{"start":1724706452151,"stop":1724706452151,"duration":0}},{"uid":"cebf0a3b52368b8d","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/cebf0a3b52368b8d","status":"passed","time":{"start":1724704867152,"stop":1724704867153,"duration":1}},{"uid":"5669960566631b2a","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/5669960566631b2a","status":"passed","time":{"start":1724684245585,"stop":1724684245586,"duration":1}},{"uid":"b0b2853992cc8acd","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/b0b2853992cc8acd","status":"passed","time":{"start":1724672995009,"stop":1724672995009,"duration":0}},{"uid":"8fd0f1a96a0465a1","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/8fd0f1a96a0465a1","status":"passed","time":{"start":1724670725244,"stop":1724670725245,"duration":1}}]},"tags":[]},"source":"4d2bfc25011924f5.json","parameterValues":[]} \ No newline at end of file +{"uid":"4740b78f9e974df9","name":"Wrong topic","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > Wrong topic","historyId":"964f676a46af76e5cee36f7ef2a7e3d9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922906444,"stop":1724922906444,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"621841b906bd8e31","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/621841b906bd8e31","status":"passed","time":{"start":1724921613055,"stop":1724921613056,"duration":1}},{"uid":"6ae8008fc91191b6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6ae8008fc91191b6","status":"passed","time":{"start":1724921556063,"stop":1724921556063,"duration":0}},{"uid":"92a2b0f6d1f485bb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/92a2b0f6d1f485bb","status":"passed","time":{"start":1724918259547,"stop":1724918259547,"duration":0}},{"uid":"8e5754b0458c1753","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e5754b0458c1753","status":"passed","time":{"start":1724890032299,"stop":1724890032300,"duration":1}},{"uid":"e521f4f6efdea159","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e521f4f6efdea159","status":"passed","time":{"start":1724889144087,"stop":1724889144087,"duration":0}},{"uid":"4e73f77d00040c1e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4e73f77d00040c1e","status":"passed","time":{"start":1724888336464,"stop":1724888336464,"duration":0}},{"uid":"8c17e7e937acc637","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8c17e7e937acc637","status":"passed","time":{"start":1724887092630,"stop":1724887092630,"duration":0}},{"uid":"74d4f4fe7c9eadeb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/74d4f4fe7c9eadeb","status":"passed","time":{"start":1724886880633,"stop":1724886880633,"duration":0}},{"uid":"4122aa42636009b7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4122aa42636009b7","status":"passed","time":{"start":1724862298397,"stop":1724862298397,"duration":0}},{"uid":"e40bbc3bde478aa0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e40bbc3bde478aa0","status":"passed","time":{"start":1724861770128,"stop":1724861770128,"duration":0}},{"uid":"c0a957a8f4e1ae11","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0a957a8f4e1ae11","status":"passed","time":{"start":1724861637976,"stop":1724861637976,"duration":0}},{"uid":"ef85303733bf5f7a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ef85303733bf5f7a","status":"passed","time":{"start":1724861475053,"stop":1724861475055,"duration":2}}]},"tags":[]},"source":"4740b78f9e974df9.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/476e32721ad58f2d.json b/7376/data/test-cases/476e32721ad58f2d.json new file mode 100644 index 00000000000..554b8b410c4 --- /dev/null +++ b/7376/data/test-cases/476e32721ad58f2d.json @@ -0,0 +1 @@ +{"uid":"476e32721ad58f2d","name":"returns a subset of values when wanted number is lesser than available values","fullName":"/src/dns/index.spec.ts: Discovery > returns a subset of values when wanted number is lesser than available values","historyId":"4ac139d7d1050443229269b0c0744970:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922398026,"stop":1724922398027,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"Discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dd6b00d3e69884f9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dd6b00d3e69884f9","status":"passed","time":{"start":1724921060546,"stop":1724921060546,"duration":0}},{"uid":"6df8432a81adfd22","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6df8432a81adfd22","status":"passed","time":{"start":1724921036201,"stop":1724921036202,"duration":1}},{"uid":"1b86de0549e04dbd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1b86de0549e04dbd","status":"passed","time":{"start":1724917695763,"stop":1724917695763,"duration":0}},{"uid":"e4d37b6622bd6698","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e4d37b6622bd6698","status":"passed","time":{"start":1724889474888,"stop":1724889474888,"duration":0}},{"uid":"8a7edc4101eb046e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8a7edc4101eb046e","status":"passed","time":{"start":1724888625519,"stop":1724888625521,"duration":2}},{"uid":"cb82f4e19dbf334","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cb82f4e19dbf334","status":"passed","time":{"start":1724887781869,"stop":1724887781869,"duration":0}},{"uid":"6d6849b50aaaabff","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6d6849b50aaaabff","status":"passed","time":{"start":1724886548747,"stop":1724886548748,"duration":1}},{"uid":"992c9e7eb795466a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/992c9e7eb795466a","status":"passed","time":{"start":1724886326712,"stop":1724886326712,"duration":0}},{"uid":"a66010ac7d639a44","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a66010ac7d639a44","status":"passed","time":{"start":1724861775155,"stop":1724861775155,"duration":0}},{"uid":"54992224c178cdaa","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/54992224c178cdaa","status":"passed","time":{"start":1724861246806,"stop":1724861246806,"duration":0}},{"uid":"74f76c4c5e15a09b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/74f76c4c5e15a09b","status":"passed","time":{"start":1724861070257,"stop":1724861070257,"duration":0}},{"uid":"6db48d94f2f5d0f9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6db48d94f2f5d0f9","status":"passed","time":{"start":1724860931176,"stop":1724860931176,"duration":0}}]},"tags":[]},"source":"476e32721ad58f2d.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/47c75ec98b3ae092.json b/7376/data/test-cases/47c75ec98b3ae092.json new file mode 100644 index 00000000000..78bccdbbd1d --- /dev/null +++ b/7376/data/test-cases/47c75ec98b3ae092.json @@ -0,0 +1 @@ +{"uid":"47c75ec98b3ae092","name":"Check received message containing Script","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing Script","historyId":"94b8da6dd46a32c22d38c94368c36413:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922601841,"stop":1724922601841,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"93ec262b8845ed56","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/93ec262b8845ed56","status":"passed","time":{"start":1724921267868,"stop":1724921267868,"duration":0}},{"uid":"c4086e8ea9cb8066","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c4086e8ea9cb8066","status":"passed","time":{"start":1724921244363,"stop":1724921244363,"duration":0}},{"uid":"3a4fd3a06f6e974c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3a4fd3a06f6e974c","status":"passed","time":{"start":1724917916043,"stop":1724917916043,"duration":0}},{"uid":"668468eec61e73c5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/668468eec61e73c5","status":"passed","time":{"start":1724889678253,"stop":1724889678254,"duration":1}},{"uid":"6191a8b05d63ddb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6191a8b05d63ddb7","status":"passed","time":{"start":1724888831683,"stop":1724888831683,"duration":0}},{"uid":"1dd46af1a3bfd40b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1dd46af1a3bfd40b","status":"passed","time":{"start":1724888003319,"stop":1724888003319,"duration":0}},{"uid":"babfd274a6549f71","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/babfd274a6549f71","status":"passed","time":{"start":1724886776605,"stop":1724886776608,"duration":3}},{"uid":"b2b91691a664adf0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b2b91691a664adf0","status":"passed","time":{"start":1724886555791,"stop":1724886555791,"duration":0}},{"uid":"c8ad345e1fbf79d2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c8ad345e1fbf79d2","status":"passed","time":{"start":1724861983005,"stop":1724861983005,"duration":0}},{"uid":"428c460796538a0d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/428c460796538a0d","status":"passed","time":{"start":1724861444065,"stop":1724861444065,"duration":0}},{"uid":"282c1183033ffe","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/282c1183033ffe","status":"passed","time":{"start":1724861285828,"stop":1724861285828,"duration":0}},{"uid":"49e4ec10525a60b3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/49e4ec10525a60b3","status":"passed","time":{"start":1724861145663,"stop":1724861145664,"duration":1}}]},"tags":[]},"source":"47c75ec98b3ae092.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/4822241c8b5fc301.json b/7376/data/test-cases/4822241c8b5fc301.json new file mode 100644 index 00000000000..1deb5d6774f --- /dev/null +++ b/7376/data/test-cases/4822241c8b5fc301.json @@ -0,0 +1 @@ +{"uid":"4822241c8b5fc301","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","fullName":"/src/common/sharding/index.spec.ts: contentTopicToPubsubTopic > should correctly map a content topic to a pubsub topic for different network shard sizes","historyId":"462ed29437555677fe0da8e7d10f84ae:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374696,"stop":1724922374697,"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":"contentTopicToPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"730098fbcbfc6c28","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/730098fbcbfc6c28","status":"passed","time":{"start":1724921037655,"stop":1724921037655,"duration":0}},{"uid":"ea2506695b34e479","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ea2506695b34e479","status":"passed","time":{"start":1724921013070,"stop":1724921013070,"duration":0}},{"uid":"6e7494bbf6a16b1a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6e7494bbf6a16b1a","status":"passed","time":{"start":1724917673310,"stop":1724917673310,"duration":0}},{"uid":"a8e3747d6513c45c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a8e3747d6513c45c","status":"passed","time":{"start":1724889452330,"stop":1724889452330,"duration":0}},{"uid":"7834e8de4095c5c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7834e8de4095c5c0","status":"passed","time":{"start":1724888602862,"stop":1724888602862,"duration":0}},{"uid":"d3109b6bc15df558","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d3109b6bc15df558","status":"passed","time":{"start":1724887759182,"stop":1724887759182,"duration":0}},{"uid":"43cee37a6b6e5425","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/43cee37a6b6e5425","status":"passed","time":{"start":1724886525560,"stop":1724886525560,"duration":0}},{"uid":"8a11c83eec07f916","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8a11c83eec07f916","status":"passed","time":{"start":1724886303416,"stop":1724886303416,"duration":0}},{"uid":"a2aaff07afc324d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2aaff07afc324d","status":"passed","time":{"start":1724861752252,"stop":1724861752252,"duration":0}},{"uid":"d61f214635ccd70b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d61f214635ccd70b","status":"passed","time":{"start":1724861223373,"stop":1724861223373,"duration":0}},{"uid":"1f39323590ebbf62","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1f39323590ebbf62","status":"passed","time":{"start":1724861045222,"stop":1724861045223,"duration":1}},{"uid":"810068d4aeb7a315","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/810068d4aeb7a315","status":"passed","time":{"start":1724860907109,"stop":1724860907109,"duration":0}}]},"tags":[]},"source":"4822241c8b5fc301.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/489eb25495ad600.json b/7376/data/test-cases/489eb25495ad600.json new file mode 100644 index 00000000000..887ae034e17 --- /dev/null +++ b/7376/data/test-cases/489eb25495ad600.json @@ -0,0 +1 @@ +{"uid":"489eb25495ad600","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=6 > numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","historyId":"b3aadb566e6a3a49a6630ed038c939f2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611442,"stop":1724922611442,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=6"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"827ddc623973d149","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/827ddc623973d149","status":"passed","time":{"start":1724921270365,"stop":1724921270365,"duration":0}},{"uid":"e467e73e08d54e3f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e467e73e08d54e3f","status":"passed","time":{"start":1724921247827,"stop":1724921247827,"duration":0}},{"uid":"82220138614a3206","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/82220138614a3206","status":"passed","time":{"start":1724917989825,"stop":1724917989825,"duration":0}},{"uid":"5ba52415e9664739","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ba52415e9664739","status":"passed","time":{"start":1724889678569,"stop":1724889678569,"duration":0}},{"uid":"acbfaf70aaf8d541","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/acbfaf70aaf8d541","status":"passed","time":{"start":1724888829848,"stop":1724888829851,"duration":3}},{"uid":"298eb6a14ac3c914","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/298eb6a14ac3c914","status":"passed","time":{"start":1724888077017,"stop":1724888077018,"duration":1}},{"uid":"9a31a5259c68faab","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9a31a5259c68faab","status":"passed","time":{"start":1724886851131,"stop":1724886851131,"duration":0}},{"uid":"7ddc7037d9c4780c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7ddc7037d9c4780c","status":"passed","time":{"start":1724886647121,"stop":1724886647124,"duration":3}},{"uid":"8978b79d5c1e3c28","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8978b79d5c1e3c28","status":"passed","time":{"start":1724861992717,"stop":1724861992717,"duration":0}},{"uid":"f99aa4e3c50fe431","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f99aa4e3c50fe431","status":"passed","time":{"start":1724861469649,"stop":1724861469649,"duration":0}},{"uid":"169cd8362a456c04","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/169cd8362a456c04","status":"passed","time":{"start":1724861284871,"stop":1724861284871,"duration":0}},{"uid":"a7a12fe409d7a5c7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a7a12fe409d7a5c7","status":"passed","time":{"start":1724861145819,"stop":1724861145819,"duration":0}}]},"tags":[]},"source":"489eb25495ad600.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/48eeacccd67e54a8.json b/7376/data/test-cases/48eeacccd67e54a8.json new file mode 100644 index 00000000000..0690eed837d --- /dev/null +++ b/7376/data/test-cases/48eeacccd67e54a8.json @@ -0,0 +1 @@ +{"uid":"48eeacccd67e54a8","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric shard: /waku/2/rs/1/x","historyId":"9b68db8e80edd915f242e2377993f12c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374684,"stop":1724922374684,"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":13,"unknown":0,"total":13},"items":[{"uid":"71c79e9a049dbf03","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/71c79e9a049dbf03","status":"passed","time":{"start":1724921037645,"stop":1724921037645,"duration":0}},{"uid":"104b239fddbec0ce","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/104b239fddbec0ce","status":"passed","time":{"start":1724921013058,"stop":1724921013058,"duration":0}},{"uid":"42419fd55fcb6b25","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/42419fd55fcb6b25","status":"passed","time":{"start":1724917673300,"stop":1724917673300,"duration":0}},{"uid":"86575a2751887d21","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/86575a2751887d21","status":"passed","time":{"start":1724889452319,"stop":1724889452319,"duration":0}},{"uid":"52d6376d89d134","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52d6376d89d134","status":"passed","time":{"start":1724888602850,"stop":1724888602850,"duration":0}},{"uid":"b69a4dfd2e148cc5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b69a4dfd2e148cc5","status":"passed","time":{"start":1724887759171,"stop":1724887759172,"duration":1}},{"uid":"f49ff60c4e9a48ee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f49ff60c4e9a48ee","status":"passed","time":{"start":1724886525551,"stop":1724886525551,"duration":0}},{"uid":"b98c0bf0c959be18","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b98c0bf0c959be18","status":"passed","time":{"start":1724886303405,"stop":1724886303405,"duration":0}},{"uid":"d123f0a503deeff1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d123f0a503deeff1","status":"passed","time":{"start":1724861752238,"stop":1724861752238,"duration":0}},{"uid":"939458b024efafeb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/939458b024efafeb","status":"passed","time":{"start":1724861223363,"stop":1724861223363,"duration":0}},{"uid":"15dd0d77eeb26b90","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/15dd0d77eeb26b90","status":"passed","time":{"start":1724861045211,"stop":1724861045211,"duration":0}},{"uid":"a9f9e1f6f71eafd1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a9f9e1f6f71eafd1","status":"passed","time":{"start":1724860907093,"stop":1724860907095,"duration":2}}]},"tags":[]},"source":"48eeacccd67e54a8.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/48f34908e85b9720.json b/7376/data/test-cases/48f34908e85b9720.json new file mode 100644 index 00000000000..a68029bd625 --- /dev/null +++ b/7376/data/test-cases/48f34908e85b9720.json @@ -0,0 +1 @@ +{"uid":"48f34908e85b9720","name":"Subscribe to topic containing Russian and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to topic containing Russian and receive message","historyId":"3b4eac845f5dc68bc6315f503aaa72d6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012464,"stop":1724923012464,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2b7b8ca62e5c09da","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2b7b8ca62e5c09da","status":"passed","time":{"start":1724921625063,"stop":1724921625063,"duration":0}},{"uid":"5e838dfd0e6a1be4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5e838dfd0e6a1be4","status":"passed","time":{"start":1724921590495,"stop":1724921590495,"duration":0}},{"uid":"2a576406a7eff9ff","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2a576406a7eff9ff","status":"passed","time":{"start":1724918287564,"stop":1724918287565,"duration":1}},{"uid":"f9009db0fc6a56be","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9009db0fc6a56be","status":"passed","time":{"start":1724890047787,"stop":1724890047787,"duration":0}},{"uid":"dfd7b2b55bbc9fb4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dfd7b2b55bbc9fb4","status":"passed","time":{"start":1724889183920,"stop":1724889183920,"duration":0}},{"uid":"47e945db23e4b160","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/47e945db23e4b160","status":"passed","time":{"start":1724888354165,"stop":1724888354165,"duration":0}},{"uid":"9cfff004c82d72cc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9cfff004c82d72cc","status":"passed","time":{"start":1724887145658,"stop":1724887145658,"duration":0}},{"uid":"a45050636b53a117","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a45050636b53a117","status":"passed","time":{"start":1724886915786,"stop":1724886915786,"duration":0}},{"uid":"19d57f3d482aeb4e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/19d57f3d482aeb4e","status":"passed","time":{"start":1724862341437,"stop":1724862341437,"duration":0}},{"uid":"ac050125275a9a0a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ac050125275a9a0a","status":"passed","time":{"start":1724861805442,"stop":1724861805442,"duration":0}},{"uid":"9000290acde5865f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9000290acde5865f","status":"passed","time":{"start":1724861662256,"stop":1724861662256,"duration":0}},{"uid":"a5782c6cdbadf9e2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a5782c6cdbadf9e2","status":"passed","time":{"start":1724861492510,"stop":1724861492511,"duration":1}}]},"tags":[]},"source":"48f34908e85b9720.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/40cf82af938ad867.json b/7376/data/test-cases/49afcbfedd54a6c4.json similarity index 75% rename from 7346/data/test-cases/40cf82af938ad867.json rename to 7376/data/test-cases/49afcbfedd54a6c4.json index 0aa80596e63..0896849426f 100644 --- a/7346/data/test-cases/40cf82af938ad867.json +++ b/7376/data/test-cases/49afcbfedd54a6c4.json @@ -1 +1 @@ -{"uid":"40cf82af938ad867","name":"Check message received after nwaku node is restarted","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check message received after nwaku node is restarted","historyId":"7fd30244a4384948573d5578a256387f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392377,"stop":1724765392377,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":26,"passed":0,"unknown":0,"total":26},"items":[{"uid":"a8fac939ab74304","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/a8fac939ab74304","status":"skipped","statusDetails":"Test ignored","time":{"start":1724765313865,"stop":1724765313865,"duration":0}},{"uid":"9a4eadd672aabb46","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/9a4eadd672aabb46","status":"skipped","statusDetails":"Test ignored","time":{"start":1724763683864,"stop":1724763683864,"duration":0}},{"uid":"cea44dc44b14f070","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/cea44dc44b14f070","status":"skipped","statusDetails":"Test ignored","time":{"start":1724760929566,"stop":1724760929567,"duration":1}},{"uid":"7508640cc6bfc2b4","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/7508640cc6bfc2b4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724759955166,"stop":1724759955166,"duration":0}},{"uid":"9a88901eb953a022","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/9a88901eb953a022","status":"skipped","statusDetails":"Test ignored","time":{"start":1724758077437,"stop":1724758077437,"duration":0}},{"uid":"3ac193e33fc3acab","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/3ac193e33fc3acab","status":"skipped","statusDetails":"Test ignored","time":{"start":1724757801867,"stop":1724757801867,"duration":0}},{"uid":"8bec0e5ab76566e1","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/8bec0e5ab76566e1","status":"skipped","statusDetails":"Test ignored","time":{"start":1724757120181,"stop":1724757120181,"duration":0}},{"uid":"5a43be13d6259dee","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/5a43be13d6259dee","status":"skipped","statusDetails":"Test ignored","time":{"start":1724755211066,"stop":1724755211066,"duration":0}},{"uid":"492c1f98fe47f5e7","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/492c1f98fe47f5e7","status":"skipped","statusDetails":"Test ignored","time":{"start":1724752646542,"stop":1724752646542,"duration":0}},{"uid":"ca739814e8eac0ed","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/ca739814e8eac0ed","status":"skipped","statusDetails":"Test ignored","time":{"start":1724751495274,"stop":1724751495274,"duration":0}},{"uid":"25e227c2f0bacd46","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/25e227c2f0bacd46","status":"skipped","statusDetails":"Test ignored","time":{"start":1724750572372,"stop":1724750572373,"duration":1}},{"uid":"c936e10981a18a7a","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c936e10981a18a7a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724749567259,"stop":1724749567259,"duration":0}},{"uid":"b85041cd15fdb0d3","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/b85041cd15fdb0d3","status":"skipped","statusDetails":"Test ignored","time":{"start":1724717880827,"stop":1724717880827,"duration":0}},{"uid":"55e4d44e35c73338","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/55e4d44e35c73338","status":"skipped","statusDetails":"Test ignored","time":{"start":1724715103507,"stop":1724715103507,"duration":0}},{"uid":"9e0bdc8f179bbf94","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/9e0bdc8f179bbf94","status":"skipped","statusDetails":"Test ignored","time":{"start":1724713195357,"stop":1724713195358,"duration":1}},{"uid":"6d7826932b712113","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6d7826932b712113","status":"skipped","statusDetails":"Test ignored","time":{"start":1724706389674,"stop":1724706389674,"duration":0}},{"uid":"7c6128d00a6eb340","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/7c6128d00a6eb340","status":"skipped","statusDetails":"Test ignored","time":{"start":1724704811194,"stop":1724704811194,"duration":0}},{"uid":"17acfa0366a0c6a","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/17acfa0366a0c6a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724684170192,"stop":1724684170192,"duration":0}},{"uid":"4e1e487d5fc6f480","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/4e1e487d5fc6f480","status":"skipped","statusDetails":"Test ignored","time":{"start":1724672903613,"stop":1724672903613,"duration":0}},{"uid":"c1261c27974229ce","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/c1261c27974229ce","status":"skipped","statusDetails":"Test ignored","time":{"start":1724670674043,"stop":1724670674043,"duration":0}}]},"tags":[]},"source":"40cf82af938ad867.json","parameterValues":[]} \ No newline at end of file +{"uid":"49afcbfedd54a6c4","name":"Check message received after nwaku node is restarted","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check message received after nwaku node is restarted","historyId":"7fd30244a4384948573d5578a256387f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845246,"stop":1724922845247,"duration":1},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"1d127426b4c48ce5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1d127426b4c48ce5","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515229,"stop":1724921515229,"duration":0}},{"uid":"cb4c1d98b2b61c8e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cb4c1d98b2b61c8e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475454,"stop":1724921475455,"duration":1}},{"uid":"990384fea600f19a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/990384fea600f19a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179403,"stop":1724918179403,"duration":0}},{"uid":"1b36f85de6af6d05","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1b36f85de6af6d05","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935343,"stop":1724889935343,"duration":0}},{"uid":"456da62b64bd0a7d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/456da62b64bd0a7d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072757,"stop":1724889072757,"duration":0}},{"uid":"20c211743736387c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/20c211743736387c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232418,"stop":1724888232418,"duration":0}},{"uid":"88070f5f1a3e107f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/88070f5f1a3e107f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018305,"stop":1724887018305,"duration":0}},{"uid":"77f746bb2511d3fd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/77f746bb2511d3fd","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781482,"stop":1724886781482,"duration":0}},{"uid":"92197d40e9b05883","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92197d40e9b05883","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213665,"stop":1724862213665,"duration":0}},{"uid":"dc7141b20cbe1515","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dc7141b20cbe1515","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861685858,"stop":1724861685859,"duration":1}},{"uid":"e900a4a3a9da9b7f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e900a4a3a9da9b7f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546180,"stop":1724861546180,"duration":0}},{"uid":"3c76f84903de0984","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3c76f84903de0984","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378114,"stop":1724861378114,"duration":0}}]},"tags":[]},"source":"49afcbfedd54a6c4.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/49fba54a3a4de9d3.json b/7376/data/test-cases/49fba54a3a4de9d3.json new file mode 100644 index 00000000000..f6e216719d1 --- /dev/null +++ b/7376/data/test-cases/49fba54a3a4de9d3.json @@ -0,0 +1 @@ +{"uid":"49fba54a3a4de9d3","name":"should correctly map /statusim/1/community/cbor to shard index 4","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /statusim/1/community/cbor to shard index 4","historyId":"c182a677f574c685cbc37aba367ad1ae:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374671,"stop":1724922374671,"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":"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":13,"unknown":0,"total":13},"items":[{"uid":"74ee1a35ac2bd4e4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/74ee1a35ac2bd4e4","status":"passed","time":{"start":1724921037631,"stop":1724921037632,"duration":1}},{"uid":"95f0a68b102bfedc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/95f0a68b102bfedc","status":"passed","time":{"start":1724921013044,"stop":1724921013044,"duration":0}},{"uid":"3704ba16a1febfef","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3704ba16a1febfef","status":"passed","time":{"start":1724917673287,"stop":1724917673287,"duration":0}},{"uid":"7910e1eadc0456f6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7910e1eadc0456f6","status":"passed","time":{"start":1724889452306,"stop":1724889452306,"duration":0}},{"uid":"29f7a052bc7208cf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29f7a052bc7208cf","status":"passed","time":{"start":1724888602836,"stop":1724888602836,"duration":0}},{"uid":"bb73494a311aec4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bb73494a311aec4","status":"passed","time":{"start":1724887759160,"stop":1724887759161,"duration":1}},{"uid":"a0a939397ff28fe7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a0a939397ff28fe7","status":"passed","time":{"start":1724886525541,"stop":1724886525541,"duration":0}},{"uid":"c59d0ea3b71cb60a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c59d0ea3b71cb60a","status":"passed","time":{"start":1724886303393,"stop":1724886303393,"duration":0}},{"uid":"d166b21c451c5eed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d166b21c451c5eed","status":"passed","time":{"start":1724861752223,"stop":1724861752224,"duration":1}},{"uid":"663df38b36c388bb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/663df38b36c388bb","status":"passed","time":{"start":1724861223351,"stop":1724861223352,"duration":1}},{"uid":"d526a61c5b251407","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d526a61c5b251407","status":"passed","time":{"start":1724861045198,"stop":1724861045198,"duration":0}},{"uid":"321dba467b705a40","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/321dba467b705a40","status":"passed","time":{"start":1724860907081,"stop":1724860907081,"duration":0}}]},"tags":[]},"source":"49fba54a3a4de9d3.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/503ea55a8af60b15.json b/7376/data/test-cases/49ff91763dcf28d0.json similarity index 84% rename from 7346/data/test-cases/503ea55a8af60b15.json rename to 7376/data/test-cases/49ff91763dcf28d0.json index dd1a58af6a9..82f3bd68c58 100644 --- a/7346/data/test-cases/503ea55a8af60b15.json +++ b/7376/data/test-cases/49ff91763dcf28d0.json @@ -1 +1 @@ -{"uid":"503ea55a8af60b15","name":"Push message with escaped characters payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with escaped characters payload","historyId":"38d054f0a9dafbe10aee2f2b0de87a9d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505326,"stop":1724765505326,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":22,"unknown":0,"total":26},"items":[{"uid":"a218c83360b8562d","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/a218c83360b8562d","status":"passed","time":{"start":1724765434020,"stop":1724765434020,"duration":0}},{"uid":"da15d813ff050224","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/da15d813ff050224","status":"passed","time":{"start":1724763779025,"stop":1724763779026,"duration":1}},{"uid":"c75492d0f0f9ced5","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c75492d0f0f9ced5","status":"passed","time":{"start":1724761038723,"stop":1724761038723,"duration":0}},{"uid":"50c6a5440866bb51","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/50c6a5440866bb51","status":"passed","time":{"start":1724760066622,"stop":1724760066623,"duration":1}},{"uid":"ca09e0b768eded0a","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/ca09e0b768eded0a","status":"passed","time":{"start":1724758222983,"stop":1724758222984,"duration":1}},{"uid":"6b7c70b4b1bc156","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6b7c70b4b1bc156","status":"passed","time":{"start":1724757927317,"stop":1724757927317,"duration":0}},{"uid":"8cfc73e8e319f162","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/8cfc73e8e319f162","status":"passed","time":{"start":1724757257489,"stop":1724757257489,"duration":0}},{"uid":"7f035c122bdb80e8","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/7f035c122bdb80e8","status":"passed","time":{"start":1724755332948,"stop":1724755332949,"duration":1}},{"uid":"b8daba673f74ef8a","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/b8daba673f74ef8a","status":"passed","time":{"start":1724752782342,"stop":1724752782342,"duration":0}},{"uid":"e67e073ce0767127","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/e67e073ce0767127","status":"passed","time":{"start":1724751616571,"stop":1724751616571,"duration":0}},{"uid":"564aeacf89775ceb","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/564aeacf89775ceb","status":"passed","time":{"start":1724750701991,"stop":1724750701991,"duration":0}},{"uid":"31c3eb52b70150d3","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/31c3eb52b70150d3","status":"passed","time":{"start":1724749709040,"stop":1724749709040,"duration":0}},{"uid":"14e1a7b157d35a79","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/14e1a7b157d35a79","status":"passed","time":{"start":1724718008221,"stop":1724718008222,"duration":1}},{"uid":"41cae675799c6785","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/41cae675799c6785","status":"passed","time":{"start":1724715239088,"stop":1724715239088,"duration":0}},{"uid":"3270d992a8116b4b","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/3270d992a8116b4b","status":"passed","time":{"start":1724713322706,"stop":1724713322706,"duration":0}},{"uid":"b3e1a0e9e3671ab7","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b3e1a0e9e3671ab7","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724707170672,"stop":1724707170673,"duration":1}},{"uid":"eb47d05dd35be3b7","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/eb47d05dd35be3b7","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724705570761,"stop":1724705570762,"duration":1}},{"uid":"d61af3e0b604e750","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d61af3e0b604e750","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724684936351,"stop":1724684936351,"duration":0}},{"uid":"d514a0615f97193e","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/d514a0615f97193e","status":"passed","time":{"start":1724673044037,"stop":1724673044038,"duration":1}},{"uid":"76908a749452e0df","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/76908a749452e0df","status":"passed","time":{"start":1724670767286,"stop":1724670767287,"duration":1}}]},"tags":[]},"source":"503ea55a8af60b15.json","parameterValues":[]} \ No newline at end of file +{"uid":"49ff91763dcf28d0","name":"Push message with escaped characters payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with escaped characters payload","historyId":"38d054f0a9dafbe10aee2f2b0de87a9d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921462,"stop":1724922921463,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"46cb6165c90353c1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/46cb6165c90353c1","status":"passed","time":{"start":1724921602952,"stop":1724921602954,"duration":2}},{"uid":"e7c806dd95928928","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e7c806dd95928928","status":"passed","time":{"start":1724921571098,"stop":1724921571098,"duration":0}},{"uid":"d45a3ade45dcdb40","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d45a3ade45dcdb40","status":"passed","time":{"start":1724918285587,"stop":1724918285591,"duration":4}},{"uid":"dc5d11f87a0d5727","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dc5d11f87a0d5727","status":"passed","time":{"start":1724890030091,"stop":1724890030091,"duration":0}},{"uid":"d7b4be40ea27a70a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d7b4be40ea27a70a","status":"passed","time":{"start":1724889171909,"stop":1724889171909,"duration":0}},{"uid":"cb95a309cc684303","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cb95a309cc684303","status":"passed","time":{"start":1724888350722,"stop":1724888350722,"duration":0}},{"uid":"ac4e01fb45fc753c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ac4e01fb45fc753c","status":"passed","time":{"start":1724887115409,"stop":1724887115409,"duration":0}},{"uid":"2fc9d3b1c7f6e03d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2fc9d3b1c7f6e03d","status":"passed","time":{"start":1724886884576,"stop":1724886884576,"duration":0}},{"uid":"d6fb319bf8bc2cbf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d6fb319bf8bc2cbf","status":"passed","time":{"start":1724862322258,"stop":1724862322258,"duration":0}},{"uid":"eed53e9281e329cf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/eed53e9281e329cf","status":"passed","time":{"start":1724861790752,"stop":1724861790752,"duration":0}},{"uid":"f791440703229efd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f791440703229efd","status":"passed","time":{"start":1724861628421,"stop":1724861628421,"duration":0}},{"uid":"55b7e5d66c547947","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/55b7e5d66c547947","status":"passed","time":{"start":1724861465626,"stop":1724861465626,"duration":0}}]},"tags":[]},"source":"49ff91763dcf28d0.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/4a4141521ff1c5b.json b/7376/data/test-cases/4a4141521ff1c5b.json new file mode 100644 index 00000000000..776b362e46d --- /dev/null +++ b/7376/data/test-cases/4a4141521ff1c5b.json @@ -0,0 +1 @@ +{"uid":"4a4141521ff1c5b","name":"Check message with no payload is not received","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check message with no payload is not received","historyId":"b6f12245ee8ad6591d4b1a4513cf0551:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845245,"stop":1724922845246,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c1d8151468e3b86c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c1d8151468e3b86c","status":"passed","time":{"start":1724921515228,"stop":1724921515228,"duration":0}},{"uid":"a4e7b57d66cf1084","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a4e7b57d66cf1084","status":"passed","time":{"start":1724921475447,"stop":1724921475447,"duration":0}},{"uid":"d2153a599d601eef","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d2153a599d601eef","status":"passed","time":{"start":1724918179402,"stop":1724918179402,"duration":0}},{"uid":"48d21cec0d73ca48","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/48d21cec0d73ca48","status":"passed","time":{"start":1724889935342,"stop":1724889935342,"duration":0}},{"uid":"ed522418672da74e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ed522418672da74e","status":"passed","time":{"start":1724889072755,"stop":1724889072755,"duration":0}},{"uid":"ebc73e6eb1226566","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ebc73e6eb1226566","status":"passed","time":{"start":1724888232417,"stop":1724888232417,"duration":0}},{"uid":"d967c86548ee9eea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d967c86548ee9eea","status":"passed","time":{"start":1724887018304,"stop":1724887018304,"duration":0}},{"uid":"24c673a9d6957742","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/24c673a9d6957742","status":"passed","time":{"start":1724886781481,"stop":1724886781481,"duration":0}},{"uid":"f9f8e634099900be","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9f8e634099900be","status":"passed","time":{"start":1724862213664,"stop":1724862213664,"duration":0}},{"uid":"242aad4f92cb6125","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/242aad4f92cb6125","status":"passed","time":{"start":1724861685857,"stop":1724861685857,"duration":0}},{"uid":"543d3e36d626c606","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/543d3e36d626c606","status":"passed","time":{"start":1724861546179,"stop":1724861546179,"duration":0}},{"uid":"94703c739a7133bf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/94703c739a7133bf","status":"passed","time":{"start":1724861378112,"stop":1724861378113,"duration":1}}]},"tags":[]},"source":"4a4141521ff1c5b.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/8ed8a9d7573724b5.json b/7376/data/test-cases/4a8974dcf88d7ce8.json similarity index 84% rename from 7346/data/test-cases/8ed8a9d7573724b5.json rename to 7376/data/test-cases/4a8974dcf88d7ce8.json index 239b68bd775..72efbc1362e 100644 --- a/7346/data/test-cases/8ed8a9d7573724b5.json +++ b/7376/data/test-cases/4a8974dcf88d7ce8.json @@ -1 +1 @@ -{"uid":"8ed8a9d7573724b5","name":"Push message with content topic containing Script","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing Script","historyId":"d90af7b37ad91eaa1456328004d8a3fa:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505393,"stop":1724765505394,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":22,"unknown":0,"total":26},"items":[{"uid":"2da2ccf72e0eb6cc","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/2da2ccf72e0eb6cc","status":"passed","time":{"start":1724765434029,"stop":1724765434030,"duration":1}},{"uid":"3c6517ac673dfe7b","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/3c6517ac673dfe7b","status":"passed","time":{"start":1724763779039,"stop":1724763779040,"duration":1}},{"uid":"ea34bc3bea2e32f9","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ea34bc3bea2e32f9","status":"passed","time":{"start":1724761038733,"stop":1724761038742,"duration":9}},{"uid":"a6939f2c19f36a85","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/a6939f2c19f36a85","status":"passed","time":{"start":1724760066634,"stop":1724760066634,"duration":0}},{"uid":"85d117c98132081b","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/85d117c98132081b","status":"passed","time":{"start":1724758222997,"stop":1724758222997,"duration":0}},{"uid":"2441555304b76a51","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2441555304b76a51","status":"passed","time":{"start":1724757927327,"stop":1724757927327,"duration":0}},{"uid":"c3b980934ebcd8","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/c3b980934ebcd8","status":"passed","time":{"start":1724757257495,"stop":1724757257495,"duration":0}},{"uid":"6f3605ff8a7668cf","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6f3605ff8a7668cf","status":"passed","time":{"start":1724755332995,"stop":1724755332998,"duration":3}},{"uid":"3a36fae43ceced74","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/3a36fae43ceced74","status":"passed","time":{"start":1724752782407,"stop":1724752782407,"duration":0}},{"uid":"75ca7e46db001ea9","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/75ca7e46db001ea9","status":"passed","time":{"start":1724751616577,"stop":1724751616577,"duration":0}},{"uid":"7b4a81e34b513ed3","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/7b4a81e34b513ed3","status":"passed","time":{"start":1724750701997,"stop":1724750701997,"duration":0}},{"uid":"1b37d8a1ad9d0407","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/1b37d8a1ad9d0407","status":"passed","time":{"start":1724749709047,"stop":1724749709047,"duration":0}},{"uid":"4f062af7dfac1e56","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/4f062af7dfac1e56","status":"passed","time":{"start":1724718008229,"stop":1724718008229,"duration":0}},{"uid":"a95d1f66e474675b","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/a95d1f66e474675b","status":"passed","time":{"start":1724715239093,"stop":1724715239144,"duration":51}},{"uid":"1572bfe8bdffa023","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/1572bfe8bdffa023","status":"passed","time":{"start":1724713322712,"stop":1724713322712,"duration":0}},{"uid":"b20f1d3bf46abe19","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b20f1d3bf46abe19","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724707170683,"stop":1724707170684,"duration":1}},{"uid":"6267a9626e237c94","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6267a9626e237c94","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724705570773,"stop":1724705570773,"duration":0}},{"uid":"5bacaa1f25f2a492","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/5bacaa1f25f2a492","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724684936363,"stop":1724684936363,"duration":0}},{"uid":"a0d563370efc655b","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/a0d563370efc655b","status":"passed","time":{"start":1724673044053,"stop":1724673044053,"duration":0}},{"uid":"96a85b7dbf27abbf","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/96a85b7dbf27abbf","status":"passed","time":{"start":1724670767296,"stop":1724670767296,"duration":0}}]},"tags":[]},"source":"8ed8a9d7573724b5.json","parameterValues":[]} \ No newline at end of file +{"uid":"4a8974dcf88d7ce8","name":"Push message with content topic containing Script","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing Script","historyId":"d90af7b37ad91eaa1456328004d8a3fa:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921468,"stop":1724922921469,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2dd3224f8c1c5f9c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2dd3224f8c1c5f9c","status":"passed","time":{"start":1724921602960,"stop":1724921602960,"duration":0}},{"uid":"aa7fa65f556236a9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/aa7fa65f556236a9","status":"passed","time":{"start":1724921571103,"stop":1724921571103,"duration":0}},{"uid":"e47607c7277a4239","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e47607c7277a4239","status":"passed","time":{"start":1724918285607,"stop":1724918285607,"duration":0}},{"uid":"37206855e294609a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37206855e294609a","status":"passed","time":{"start":1724890030098,"stop":1724890030098,"duration":0}},{"uid":"a81416e249120204","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a81416e249120204","status":"passed","time":{"start":1724889171917,"stop":1724889171918,"duration":1}},{"uid":"232cccd2b4ecbd0d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/232cccd2b4ecbd0d","status":"passed","time":{"start":1724888350736,"stop":1724888350737,"duration":1}},{"uid":"aac158038f67b67","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aac158038f67b67","status":"passed","time":{"start":1724887115418,"stop":1724887115419,"duration":1}},{"uid":"c44e7a1cab7853c5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c44e7a1cab7853c5","status":"passed","time":{"start":1724886884582,"stop":1724886884583,"duration":1}},{"uid":"c8a0323ae86a3f06","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c8a0323ae86a3f06","status":"passed","time":{"start":1724862322268,"stop":1724862322268,"duration":0}},{"uid":"c472d72376694bbf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c472d72376694bbf","status":"passed","time":{"start":1724861790757,"stop":1724861790757,"duration":0}},{"uid":"3ad665b9273f4401","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3ad665b9273f4401","status":"passed","time":{"start":1724861628427,"stop":1724861628427,"duration":0}},{"uid":"e942cd84672e62db","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e942cd84672e62db","status":"passed","time":{"start":1724861465632,"stop":1724861465632,"duration":0}}]},"tags":[]},"source":"4a8974dcf88d7ce8.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/62c550c04874cf11.json b/7376/data/test-cases/4a91e8ea60f8a994.json similarity index 74% rename from 7346/data/test-cases/62c550c04874cf11.json rename to 7376/data/test-cases/4a91e8ea60f8a994.json index 8b8acd18476..722c1f82a8f 100644 --- a/7346/data/test-cases/62c550c04874cf11.json +++ b/7376/data/test-cases/4a91e8ea60f8a994.json @@ -1 +1 @@ -{"uid":"62c550c04874cf11","name":"Subscribe at once to 10000 topics and publish messages","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe at once to 10000 topics and publish messages","historyId":"4b209ca22f5cdd997fd0e47580f47a61:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765421003,"stop":1724765421004,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"fc3c5c5d0828924e","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/fc3c5c5d0828924e","status":"passed","time":{"start":1724765345634,"stop":1724765345635,"duration":1}},{"uid":"c6ad6b893cf5dd39","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/c6ad6b893cf5dd39","status":"passed","time":{"start":1724763728515,"stop":1724763728515,"duration":0}},{"uid":"286d292dee8c6b28","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/286d292dee8c6b28","status":"passed","time":{"start":1724760958449,"stop":1724760958449,"duration":0}},{"uid":"b1f2a700c5aaa068","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/b1f2a700c5aaa068","status":"passed","time":{"start":1724759986203,"stop":1724759986204,"duration":1}},{"uid":"259ea6b912a1d4fd","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/259ea6b912a1d4fd","status":"passed","time":{"start":1724758131992,"stop":1724758131992,"duration":0}},{"uid":"2aea8c57a5b8919d","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2aea8c57a5b8919d","status":"passed","time":{"start":1724757804661,"stop":1724757804661,"duration":0}},{"uid":"c7e22070b2f5aae5","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/c7e22070b2f5aae5","status":"passed","time":{"start":1724757182037,"stop":1724757182037,"duration":0}},{"uid":"47d41a298bcab641","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/47d41a298bcab641","status":"passed","time":{"start":1724755250661,"stop":1724755250661,"duration":0}},{"uid":"dfacf10a32ec6e63","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/dfacf10a32ec6e63","status":"passed","time":{"start":1724752681445,"stop":1724752681445,"duration":0}},{"uid":"7f9ac57c72872f6e","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/7f9ac57c72872f6e","status":"passed","time":{"start":1724751529147,"stop":1724751529153,"duration":6}},{"uid":"d7630ee316854e8f","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/d7630ee316854e8f","status":"passed","time":{"start":1724750601831,"stop":1724750601832,"duration":1}},{"uid":"d8e8ea173ac18a79","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/d8e8ea173ac18a79","status":"passed","time":{"start":1724749597803,"stop":1724749597805,"duration":2}},{"uid":"79946e874883a848","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/79946e874883a848","status":"passed","time":{"start":1724717911301,"stop":1724717911301,"duration":0}},{"uid":"37ec090ed3c961f5","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/37ec090ed3c961f5","status":"passed","time":{"start":1724715155593,"stop":1724715155594,"duration":1}},{"uid":"1ef84906d9cd1628","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/1ef84906d9cd1628","status":"passed","time":{"start":1724713233407,"stop":1724713233407,"duration":0}},{"uid":"3f01e5dd51834822","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/3f01e5dd51834822","status":"passed","time":{"start":1724706419524,"stop":1724706419524,"duration":0}},{"uid":"c899d8529a5c7056","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c899d8529a5c7056","status":"passed","time":{"start":1724704833535,"stop":1724704833536,"duration":1}},{"uid":"9fed56dd5785576d","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/9fed56dd5785576d","status":"passed","time":{"start":1724684206365,"stop":1724684206366,"duration":1}},{"uid":"c3f242776ce1ae59","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/c3f242776ce1ae59","status":"passed","time":{"start":1724672961260,"stop":1724672961260,"duration":0}},{"uid":"1ce34182952d37c2","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/1ce34182952d37c2","status":"passed","time":{"start":1724670685262,"stop":1724670685263,"duration":1}}]},"tags":[]},"source":"62c550c04874cf11.json","parameterValues":[]} \ No newline at end of file +{"uid":"4a91e8ea60f8a994","name":"Subscribe at once to 10000 topics and publish messages","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe at once to 10000 topics and publish messages","historyId":"4b209ca22f5cdd997fd0e47580f47a61:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922891486,"stop":1724922891486,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"df430495f36d5327","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/df430495f36d5327","status":"passed","time":{"start":1724921563010,"stop":1724921563010,"duration":0}},{"uid":"43d0740a22d09ad8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/43d0740a22d09ad8","status":"passed","time":{"start":1724921526810,"stop":1724921526810,"duration":0}},{"uid":"e482fea1851e5a56","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e482fea1851e5a56","status":"passed","time":{"start":1724918239938,"stop":1724918239938,"duration":0}},{"uid":"31b601893c2e1c6f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31b601893c2e1c6f","status":"passed","time":{"start":1724889980884,"stop":1724889980885,"duration":1}},{"uid":"bf5fc474b0959b0d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf5fc474b0959b0d","status":"passed","time":{"start":1724889109947,"stop":1724889109947,"duration":0}},{"uid":"facc248f723d0ab1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/facc248f723d0ab1","status":"passed","time":{"start":1724888294720,"stop":1724888294720,"duration":0}},{"uid":"8558ec86ca667834","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8558ec86ca667834","status":"passed","time":{"start":1724887071736,"stop":1724887071736,"duration":0}},{"uid":"d3beb8df72f0f0b3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d3beb8df72f0f0b3","status":"passed","time":{"start":1724886848342,"stop":1724886848343,"duration":1}},{"uid":"7269279248781d24","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7269279248781d24","status":"passed","time":{"start":1724862259244,"stop":1724862259244,"duration":0}},{"uid":"47e7b3e5abccb6a2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/47e7b3e5abccb6a2","status":"passed","time":{"start":1724861735322,"stop":1724861735323,"duration":1}},{"uid":"8a74f911217e1fc7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8a74f911217e1fc7","status":"passed","time":{"start":1724861606336,"stop":1724861606337,"duration":1}},{"uid":"4034d02aaca70c64","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4034d02aaca70c64","status":"passed","time":{"start":1724861426683,"stop":1724861426683,"duration":0}}]},"tags":[]},"source":"4a91e8ea60f8a994.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/d1c204d7e3012778.json b/7376/data/test-cases/4ade1addac00b73c.json similarity index 84% rename from 7346/data/test-cases/d1c204d7e3012778.json rename to 7376/data/test-cases/4ade1addac00b73c.json index aa2a00ceb3e..4e052d76147 100644 --- a/7346/data/test-cases/d1c204d7e3012778.json +++ b/7376/data/test-cases/4ade1addac00b73c.json @@ -1 +1 @@ -{"uid":"d1c204d7e3012778","name":"Push message equal or less that 1MB","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message equal or less that 1MB","historyId":"e90403ec0f8bc4b5ca7fc9c86f58f32d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505406,"stop":1724765505406,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"aa7d12af9d8ec1aa","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/aa7d12af9d8ec1aa","status":"passed","time":{"start":1724765434042,"stop":1724765434042,"duration":0}},{"uid":"4bc1246fb233377f","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/4bc1246fb233377f","status":"passed","time":{"start":1724763779051,"stop":1724763779051,"duration":0}},{"uid":"57c43d0e55a57877","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/57c43d0e55a57877","status":"passed","time":{"start":1724761038772,"stop":1724761038772,"duration":0}},{"uid":"1529cb65b2f53f9d","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/1529cb65b2f53f9d","status":"passed","time":{"start":1724760066641,"stop":1724760066641,"duration":0}},{"uid":"9350a9511f0c3fa","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/9350a9511f0c3fa","status":"passed","time":{"start":1724758223012,"stop":1724758223012,"duration":0}},{"uid":"4b2d6f3325246309","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/4b2d6f3325246309","status":"passed","time":{"start":1724757927337,"stop":1724757927338,"duration":1}},{"uid":"db7537313bc302a8","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/db7537313bc302a8","status":"passed","time":{"start":1724757257502,"stop":1724757257502,"duration":0}},{"uid":"6f4a0af83fc71ac1","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6f4a0af83fc71ac1","status":"passed","time":{"start":1724755333024,"stop":1724755333025,"duration":1}},{"uid":"5905d0b94ccf608e","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/5905d0b94ccf608e","status":"passed","time":{"start":1724752782415,"stop":1724752782416,"duration":1}},{"uid":"7dee54314c56b1af","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/7dee54314c56b1af","status":"passed","time":{"start":1724751616582,"stop":1724751616583,"duration":1}},{"uid":"80a1e405e195a647","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/80a1e405e195a647","status":"passed","time":{"start":1724750702009,"stop":1724750702010,"duration":1}},{"uid":"f46539d845be0bf4","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/f46539d845be0bf4","status":"passed","time":{"start":1724749709056,"stop":1724749709057,"duration":1}},{"uid":"ed7826d4322235a1","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/ed7826d4322235a1","status":"passed","time":{"start":1724718008238,"stop":1724718008239,"duration":1}},{"uid":"7a0c1c84b6860244","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/7a0c1c84b6860244","status":"passed","time":{"start":1724715239151,"stop":1724715239153,"duration":2}},{"uid":"f3298a87092fcbb5","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/f3298a87092fcbb5","status":"passed","time":{"start":1724713322728,"stop":1724713322728,"duration":0}},{"uid":"5857a3c67012b2e5","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/5857a3c67012b2e5","status":"passed","time":{"start":1724707170697,"stop":1724707170697,"duration":0}},{"uid":"6437a352a973c8ee","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6437a352a973c8ee","status":"passed","time":{"start":1724705570786,"stop":1724705570786,"duration":0}},{"uid":"5119e405b17c21b1","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/5119e405b17c21b1","status":"passed","time":{"start":1724684936374,"stop":1724684936374,"duration":0}},{"uid":"b36cf2e2ede49416","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/b36cf2e2ede49416","status":"passed","time":{"start":1724673044065,"stop":1724673044065,"duration":0}},{"uid":"e58ebad6b00bf2dd","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/e58ebad6b00bf2dd","status":"passed","time":{"start":1724670767304,"stop":1724670767304,"duration":0}}]},"tags":[]},"source":"d1c204d7e3012778.json","parameterValues":[]} \ No newline at end of file +{"uid":"4ade1addac00b73c","name":"Push message equal or less that 1MB","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message equal or less that 1MB","historyId":"e90403ec0f8bc4b5ca7fc9c86f58f32d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921475,"stop":1724922921475,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ecde8ab32e4706ad","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ecde8ab32e4706ad","status":"passed","time":{"start":1724921602989,"stop":1724921602990,"duration":1}},{"uid":"b9f6b54b776f0fc0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b9f6b54b776f0fc0","status":"passed","time":{"start":1724921571111,"stop":1724921571111,"duration":0}},{"uid":"76ba6c76f1aebfde","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/76ba6c76f1aebfde","status":"passed","time":{"start":1724918285619,"stop":1724918285619,"duration":0}},{"uid":"e6a031a195f5da3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e6a031a195f5da3","status":"passed","time":{"start":1724890030105,"stop":1724890030106,"duration":1}},{"uid":"4105c96f3f5a9c52","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4105c96f3f5a9c52","status":"passed","time":{"start":1724889171934,"stop":1724889171934,"duration":0}},{"uid":"a57c01093f3e39cb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a57c01093f3e39cb","status":"passed","time":{"start":1724888350747,"stop":1724888350748,"duration":1}},{"uid":"db55d68301a6f2fa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/db55d68301a6f2fa","status":"passed","time":{"start":1724887115438,"stop":1724887115439,"duration":1}},{"uid":"5f9646a28f48dae6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5f9646a28f48dae6","status":"passed","time":{"start":1724886884589,"stop":1724886884589,"duration":0}},{"uid":"575203a3b0604969","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/575203a3b0604969","status":"passed","time":{"start":1724862322282,"stop":1724862322282,"duration":0}},{"uid":"e51a6e6c790adb0e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e51a6e6c790adb0e","status":"passed","time":{"start":1724861790768,"stop":1724861790768,"duration":0}},{"uid":"b0aa8698b92eb51d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b0aa8698b92eb51d","status":"passed","time":{"start":1724861628433,"stop":1724861628434,"duration":1}},{"uid":"42d055ef4a4b2004","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/42d055ef4a4b2004","status":"passed","time":{"start":1724861465638,"stop":1724861465638,"duration":0}}]},"tags":[]},"source":"4ade1addac00b73c.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/d64576051b9c1366.json b/7376/data/test-cases/4af23328d9b12836.json similarity index 72% rename from 7346/data/test-cases/d64576051b9c1366.json rename to 7376/data/test-cases/4af23328d9b12836.json index b4817ff3d8f..f94bb4bb297 100644 --- a/7346/data/test-cases/d64576051b9c1366.json +++ b/7376/data/test-cases/4af23328d9b12836.json @@ -1 +1 @@ -{"uid":"d64576051b9c1366","name":"Subscribe to topic containing Script and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing Script and receive message","historyId":"8da102b09d4dab71d5406e773a87a315:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765545679,"stop":1724765545680,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"1fceba43fd3d5f37","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/1fceba43fd3d5f37","status":"passed","time":{"start":1724765472923,"stop":1724765472924,"duration":1}},{"uid":"80ab4db0d41093f4","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/80ab4db0d41093f4","status":"passed","time":{"start":1724763953870,"stop":1724763953870,"duration":0}},{"uid":"ae3034e07ee54e9d","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ae3034e07ee54e9d","status":"passed","time":{"start":1724761070319,"stop":1724761070319,"duration":0}},{"uid":"eb3cb84fb828ecaa","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/eb3cb84fb828ecaa","status":"passed","time":{"start":1724760260077,"stop":1724760260077,"duration":0}},{"uid":"2986b062f9f4709e","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/2986b062f9f4709e","status":"passed","time":{"start":1724758530272,"stop":1724758530272,"duration":0}},{"uid":"b258eaaaf2d682f6","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b258eaaaf2d682f6","status":"passed","time":{"start":1724757958299,"stop":1724757958299,"duration":0}},{"uid":"d75b48cb48887c56","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/d75b48cb48887c56","status":"passed","time":{"start":1724757397593,"stop":1724757397594,"duration":1}},{"uid":"36c689de4f545757","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/36c689de4f545757","status":"passed","time":{"start":1724755379406,"stop":1724755379407,"duration":1}},{"uid":"9a82c268ca1dddb4","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/9a82c268ca1dddb4","status":"passed","time":{"start":1724752819849,"stop":1724752819850,"duration":1}},{"uid":"2c7b68ce6555d9a4","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/2c7b68ce6555d9a4","status":"passed","time":{"start":1724751625328,"stop":1724751625329,"duration":1}},{"uid":"d74654a3be459ee6","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/d74654a3be459ee6","status":"passed","time":{"start":1724750725828,"stop":1724750725828,"duration":0}},{"uid":"abe32d880eace7eb","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/abe32d880eace7eb","status":"passed","time":{"start":1724749717508,"stop":1724749717518,"duration":10}},{"uid":"7afb70455782d787","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/7afb70455782d787","status":"passed","time":{"start":1724718019286,"stop":1724718019286,"duration":0}},{"uid":"4b566790213b936a","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/4b566790213b936a","status":"passed","time":{"start":1724715264569,"stop":1724715264569,"duration":0}},{"uid":"4c5bbd2ba58a749","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/4c5bbd2ba58a749","status":"passed","time":{"start":1724713371752,"stop":1724713371752,"duration":0}},{"uid":"fcc7de2cf704a692","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/fcc7de2cf704a692","status":"passed","time":{"start":1724706679437,"stop":1724706679437,"duration":0}},{"uid":"7c2da4e841aeae41","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/7c2da4e841aeae41","status":"passed","time":{"start":1724705096863,"stop":1724705096863,"duration":0}},{"uid":"24899e8a5d2dce3c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/24899e8a5d2dce3c","status":"passed","time":{"start":1724684459931,"stop":1724684459931,"duration":0}},{"uid":"f2dabf1bca45162f","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/f2dabf1bca45162f","status":"passed","time":{"start":1724673071759,"stop":1724673071759,"duration":0}},{"uid":"148d5e1d5f66141c","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/148d5e1d5f66141c","status":"passed","time":{"start":1724670808710,"stop":1724670808711,"duration":1}}]},"tags":[]},"source":"d64576051b9c1366.json","parameterValues":[]} \ No newline at end of file +{"uid":"4af23328d9b12836","name":"Subscribe to topic containing Basic HTML tag and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing Basic HTML tag and receive message","historyId":"7fc3ff61f10eed58155b889267de1e08:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012481,"stop":1724923012481,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ca23129e39bffd4d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ca23129e39bffd4d","status":"passed","time":{"start":1724921625092,"stop":1724921625092,"duration":0}},{"uid":"13d7d650c0e83c65","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/13d7d650c0e83c65","status":"passed","time":{"start":1724921590511,"stop":1724921590511,"duration":0}},{"uid":"e5adbd1d2e4f42c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e5adbd1d2e4f42c","status":"passed","time":{"start":1724918287577,"stop":1724918287577,"duration":0}},{"uid":"8fd1f3d2c2ddc746","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8fd1f3d2c2ddc746","status":"passed","time":{"start":1724890047803,"stop":1724890047803,"duration":0}},{"uid":"16d1c320cbd226dd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/16d1c320cbd226dd","status":"passed","time":{"start":1724889183948,"stop":1724889183948,"duration":0}},{"uid":"569c93be2d84f67e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/569c93be2d84f67e","status":"passed","time":{"start":1724888354186,"stop":1724888354187,"duration":1}},{"uid":"ec80b623d52fa153","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ec80b623d52fa153","status":"passed","time":{"start":1724887145730,"stop":1724887145730,"duration":0}},{"uid":"2d80ab39a50ed145","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2d80ab39a50ed145","status":"passed","time":{"start":1724886915809,"stop":1724886915809,"duration":0}},{"uid":"e9dc9e43dadbe252","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e9dc9e43dadbe252","status":"passed","time":{"start":1724862341466,"stop":1724862341467,"duration":1}},{"uid":"b74e2eeb84b53115","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b74e2eeb84b53115","status":"passed","time":{"start":1724861805471,"stop":1724861805471,"duration":0}},{"uid":"8fdcb41d5dba9977","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8fdcb41d5dba9977","status":"passed","time":{"start":1724861662300,"stop":1724861662301,"duration":1}},{"uid":"2f276139ee50154e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2f276139ee50154e","status":"passed","time":{"start":1724861492528,"stop":1724861492528,"duration":0}}]},"tags":[]},"source":"4af23328d9b12836.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/b238abd76366e481.json b/7376/data/test-cases/4b92ebeecc728965.json similarity index 83% rename from 7346/data/test-cases/b238abd76366e481.json rename to 7376/data/test-cases/4b92ebeecc728965.json index e935044667b..51a9adf519a 100644 --- a/7346/data/test-cases/b238abd76366e481.json +++ b/7376/data/test-cases/4b92ebeecc728965.json @@ -1 +1 @@ -{"uid":"b238abd76366e481","name":"Fails to push message with large meta","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Fails to push message with large meta","historyId":"3b7a5a8fe2a002015b8acf72afee09d8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367190,"stop":1724765367191,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"35d0dc396426f26","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/35d0dc396426f26","status":"passed","time":{"start":1724765300586,"stop":1724765300587,"duration":1}},{"uid":"e5eb73b1f0f02a0d","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/e5eb73b1f0f02a0d","status":"passed","time":{"start":1724763693166,"stop":1724763693166,"duration":0}},{"uid":"ca55c895ef9a471a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ca55c895ef9a471a","status":"passed","time":{"start":1724760912514,"stop":1724760912514,"duration":0}},{"uid":"95dfd9b40c5693c3","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/95dfd9b40c5693c3","status":"passed","time":{"start":1724759937135,"stop":1724759937135,"duration":0}},{"uid":"e9b1f5cd32ce1923","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/e9b1f5cd32ce1923","status":"passed","time":{"start":1724758102776,"stop":1724758102777,"duration":1}},{"uid":"a551156562e56aa4","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a551156562e56aa4","status":"passed","time":{"start":1724757793384,"stop":1724757793385,"duration":1}},{"uid":"12ed090973403af8","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/12ed090973403af8","status":"passed","time":{"start":1724757169534,"stop":1724757169534,"duration":0}},{"uid":"3d3fd7dfa36df1be","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/3d3fd7dfa36df1be","status":"passed","time":{"start":1724755216345,"stop":1724755216345,"duration":0}},{"uid":"b436bb2c01f346b3","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/b436bb2c01f346b3","status":"passed","time":{"start":1724752642021,"stop":1724752642021,"duration":0}},{"uid":"54c550b65448dff5","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/54c550b65448dff5","status":"passed","time":{"start":1724751479155,"stop":1724751479157,"duration":2}},{"uid":"ef1847cd184848ba","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/ef1847cd184848ba","status":"passed","time":{"start":1724750562217,"stop":1724750562217,"duration":0}},{"uid":"6ea24c2ef234f3b6","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/6ea24c2ef234f3b6","status":"passed","time":{"start":1724749562436,"stop":1724749562436,"duration":0}},{"uid":"3021838949982555","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/3021838949982555","status":"passed","time":{"start":1724717869162,"stop":1724717869162,"duration":0}},{"uid":"97074b114c319e7b","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/97074b114c319e7b","status":"passed","time":{"start":1724715106052,"stop":1724715106053,"duration":1}},{"uid":"d914673d17e16fb4","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/d914673d17e16fb4","status":"passed","time":{"start":1724713204893,"stop":1724713204893,"duration":0}},{"uid":"f75a12465cef3d93","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f75a12465cef3d93","status":"passed","time":{"start":1724706379280,"stop":1724706379280,"duration":0}},{"uid":"55cb3a5053473529","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/55cb3a5053473529","status":"passed","time":{"start":1724704806975,"stop":1724704806976,"duration":1}},{"uid":"87ed7f152a5a7d9b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/87ed7f152a5a7d9b","status":"passed","time":{"start":1724684165997,"stop":1724684165997,"duration":0}},{"uid":"a1c93ca457d7afa3","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/a1c93ca457d7afa3","status":"passed","time":{"start":1724672921824,"stop":1724672921824,"duration":0}},{"uid":"5e3ca972836dd5a4","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/5e3ca972836dd5a4","status":"passed","time":{"start":1724670647901,"stop":1724670647901,"duration":0}}]},"tags":[]},"source":"b238abd76366e481.json","parameterValues":[]} \ No newline at end of file +{"uid":"4b92ebeecc728965","name":"Fails to push message with large meta","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Fails to push message with large meta","historyId":"3b7a5a8fe2a002015b8acf72afee09d8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853928,"stop":1724922853928,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"254d6a20a2062064","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/254d6a20a2062064","status":"passed","time":{"start":1724921529591,"stop":1724921529592,"duration":1}},{"uid":"b195c195efec595e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b195c195efec595e","status":"passed","time":{"start":1724921488885,"stop":1724921488885,"duration":0}},{"uid":"36e0120182abf7c9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/36e0120182abf7c9","status":"passed","time":{"start":1724918203693,"stop":1724918203693,"duration":0}},{"uid":"fcbb51c509af6dae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fcbb51c509af6dae","status":"passed","time":{"start":1724889938367,"stop":1724889938367,"duration":0}},{"uid":"723296c26081041","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/723296c26081041","status":"passed","time":{"start":1724889077071,"stop":1724889077071,"duration":0}},{"uid":"a5dedaf5c44ebcd1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a5dedaf5c44ebcd1","status":"passed","time":{"start":1724888268041,"stop":1724888268041,"duration":0}},{"uid":"3b43651d06c89a75","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3b43651d06c89a75","status":"passed","time":{"start":1724887032414,"stop":1724887032414,"duration":0}},{"uid":"af28049e565ba7be","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/af28049e565ba7be","status":"passed","time":{"start":1724886822827,"stop":1724886822827,"duration":0}},{"uid":"6d2d386563051fa1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d2d386563051fa1","status":"passed","time":{"start":1724862233517,"stop":1724862233517,"duration":0}},{"uid":"6f84e8fcefc02321","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6f84e8fcefc02321","status":"passed","time":{"start":1724861712675,"stop":1724861712675,"duration":0}},{"uid":"e8ee27189b49fc38","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e8ee27189b49fc38","status":"passed","time":{"start":1724861567902,"stop":1724861567902,"duration":0}},{"uid":"4269dfbf6dcfbfc7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4269dfbf6dcfbfc7","status":"passed","time":{"start":1724861392061,"stop":1724861392062,"duration":1}}]},"tags":[]},"source":"4b92ebeecc728965.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/4c8039e9b4b145f5.json b/7376/data/test-cases/4c8039e9b4b145f5.json new file mode 100644 index 00000000000..cf873b53f58 --- /dev/null +++ b/7376/data/test-cases/4c8039e9b4b145f5.json @@ -0,0 +1 @@ +{"uid":"4c8039e9b4b145f5","name":"A test","fullName":"/tests/log_file.node.spec.ts: This > Is also > A test","historyId":"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922727746,"stop":1724922727747,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Is also\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"This"},{"name":"suite","value":"Is also"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cc7e7e951eb592fc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cc7e7e951eb592fc","status":"passed","time":{"start":1724921380065,"stop":1724921380065,"duration":0}},{"uid":"acd1061956382c52","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/acd1061956382c52","status":"passed","time":{"start":1724921359799,"stop":1724921359799,"duration":0}},{"uid":"22211d1ece432d8e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/22211d1ece432d8e","status":"passed","time":{"start":1724918087013,"stop":1724918087014,"duration":1}},{"uid":"cf3c03aaaaa79ce2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf3c03aaaaa79ce2","status":"passed","time":{"start":1724889805675,"stop":1724889805675,"duration":0}},{"uid":"94e7e5b1ec42414e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/94e7e5b1ec42414e","status":"passed","time":{"start":1724888940770,"stop":1724888940770,"duration":0}},{"uid":"34978e9780a8eb0c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/34978e9780a8eb0c","status":"passed","time":{"start":1724888159620,"stop":1724888159620,"duration":0}},{"uid":"cab5b35d54b29c3d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cab5b35d54b29c3d","status":"passed","time":{"start":1724886924289,"stop":1724886924289,"duration":0}},{"uid":"8de8f6375d1a6db1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8de8f6375d1a6db1","status":"passed","time":{"start":1724886701944,"stop":1724886701945,"duration":1}},{"uid":"d9fdc96ff7275d40","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9fdc96ff7275d40","status":"passed","time":{"start":1724862112846,"stop":1724862112846,"duration":0}},{"uid":"b9968bf898d0533f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b9968bf898d0533f","status":"passed","time":{"start":1724861584924,"stop":1724861584924,"duration":0}},{"uid":"f7f6bb314c45c1b6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f7f6bb314c45c1b6","status":"passed","time":{"start":1724861460342,"stop":1724861460342,"duration":0}},{"uid":"5d95ec51cd03ec0b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5d95ec51cd03ec0b","status":"passed","time":{"start":1724861255004,"stop":1724861255005,"duration":1}}]},"tags":[]},"source":"4c8039e9b4b145f5.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/4c8c857a6d7a2a77.json b/7376/data/test-cases/4c8c857a6d7a2a77.json new file mode 100644 index 00000000000..da3b60ff0f5 --- /dev/null +++ b/7376/data/test-cases/4c8c857a6d7a2a77.json @@ -0,0 +1 @@ +{"uid":"4c8c857a6d7a2a77","name":"Subscribe and receive messages on 2 different pubsubtopics","fullName":"/tests/light-push/single_node/multiple_pubsub.node.spec.ts: Waku Light Push : Multiple PubsubTopics > Subscribe and receive messages on 2 different pubsubtopics","historyId":"54dc594e9df4af9a075a028edb6ec08d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922727645,"stop":1724922727645,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push : Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"12422953122c0514","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/12422953122c0514","status":"passed","time":{"start":1724921379978,"stop":1724921379978,"duration":0}},{"uid":"db35c3ffa9b0621b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/db35c3ffa9b0621b","status":"passed","time":{"start":1724921359712,"stop":1724921359712,"duration":0}},{"uid":"90f1d2c5adc7ba50","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/90f1d2c5adc7ba50","status":"passed","time":{"start":1724918127237,"stop":1724918127240,"duration":3}},{"uid":"fb1f8a72bd93a841","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb1f8a72bd93a841","status":"passed","time":{"start":1724889805611,"stop":1724889805611,"duration":0}},{"uid":"4c65d7e95148206c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4c65d7e95148206c","status":"passed","time":{"start":1724888940683,"stop":1724888940684,"duration":1}},{"uid":"5f6a8287fb7798ee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5f6a8287fb7798ee","status":"passed","time":{"start":1724888168648,"stop":1724888168648,"duration":0}},{"uid":"e3c46171bbc296f5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e3c46171bbc296f5","status":"passed","time":{"start":1724886924216,"stop":1724886924216,"duration":0}},{"uid":"8e817a181ee576bc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8e817a181ee576bc","status":"passed","time":{"start":1724886701804,"stop":1724886701804,"duration":0}},{"uid":"960833244a30f129","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/960833244a30f129","status":"passed","time":{"start":1724862112740,"stop":1724862112740,"duration":0}},{"uid":"6aa4c34bae175f6f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6aa4c34bae175f6f","status":"passed","time":{"start":1724861584867,"stop":1724861584867,"duration":0}},{"uid":"171f7cee915ed5e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/171f7cee915ed5e","status":"passed","time":{"start":1724861464479,"stop":1724861464479,"duration":0}},{"uid":"74a17e419cbb3659","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/74a17e419cbb3659","status":"passed","time":{"start":1724861254911,"stop":1724861254911,"duration":0}}]},"tags":[]},"source":"4c8c857a6d7a2a77.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/4d90dfe846bfb53.json b/7376/data/test-cases/4d90dfe846bfb53.json new file mode 100644 index 00000000000..10da330bc33 --- /dev/null +++ b/7376/data/test-cases/4d90dfe846bfb53.json @@ -0,0 +1 @@ +{"uid":"4d90dfe846bfb53","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","fullName":"/src/common/sharding/index.spec.ts: determinePubsubTopic > should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","historyId":"be405d32107130de5c3728b1d6865941:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374693,"stop":1724922374693,"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":"determinePubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"eefd350acbced041","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/eefd350acbced041","status":"passed","time":{"start":1724921037653,"stop":1724921037653,"duration":0}},{"uid":"fb25c8af66b2e2d0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fb25c8af66b2e2d0","status":"passed","time":{"start":1724921013066,"stop":1724921013067,"duration":1}},{"uid":"c3a51a5bf6fe117a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c3a51a5bf6fe117a","status":"passed","time":{"start":1724917673307,"stop":1724917673307,"duration":0}},{"uid":"9f94365fb856ba3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f94365fb856ba3e","status":"passed","time":{"start":1724889452326,"stop":1724889452327,"duration":1}},{"uid":"53a1cde37ceed333","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/53a1cde37ceed333","status":"passed","time":{"start":1724888602859,"stop":1724888602859,"duration":0}},{"uid":"3a04563d6e060a6f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3a04563d6e060a6f","status":"passed","time":{"start":1724887759179,"stop":1724887759180,"duration":1}},{"uid":"9993adc4d340d17d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9993adc4d340d17d","status":"passed","time":{"start":1724886525557,"stop":1724886525557,"duration":0}},{"uid":"64bb468c26e09cb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/64bb468c26e09cb","status":"passed","time":{"start":1724886303413,"stop":1724886303413,"duration":0}},{"uid":"c01c0c0c671f49a3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c01c0c0c671f49a3","status":"passed","time":{"start":1724861752249,"stop":1724861752250,"duration":1}},{"uid":"32cba96932ca60bb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/32cba96932ca60bb","status":"passed","time":{"start":1724861223370,"stop":1724861223370,"duration":0}},{"uid":"8e71d900b98e5d68","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8e71d900b98e5d68","status":"passed","time":{"start":1724861045219,"stop":1724861045219,"duration":0}},{"uid":"81ca550389dd7a7d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/81ca550389dd7a7d","status":"passed","time":{"start":1724860907105,"stop":1724860907106,"duration":1}}]},"tags":[]},"source":"4d90dfe846bfb53.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/4e2bf56770daf9e3.json b/7376/data/test-cases/4e2bf56770daf9e3.json new file mode 100644 index 00000000000..6b77681f623 --- /dev/null +++ b/7376/data/test-cases/4e2bf56770daf9e3.json @@ -0,0 +1 @@ +{"uid":"4e2bf56770daf9e3","name":"connects to nwaku","fullName":"/tests/waku.node.spec.ts: Waku Dial [node only] > Interop: ServiceNode > connects to nwaku","historyId":"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922998982,"stop":1724922998983,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Waku Dial [node only]"},{"name":"suite","value":"Interop: ServiceNode"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1392a9091b368f92","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1392a9091b368f92","status":"passed","time":{"start":1724921672579,"stop":1724921672579,"duration":0}},{"uid":"b9185d679f2a6a50","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b9185d679f2a6a50","status":"passed","time":{"start":1724921629962,"stop":1724921629963,"duration":1}},{"uid":"a49d5e64df0e0907","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a49d5e64df0e0907","status":"passed","time":{"start":1724918337081,"stop":1724918337081,"duration":0}},{"uid":"1deca157bc5cae6d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1deca157bc5cae6d","status":"passed","time":{"start":1724890089177,"stop":1724890089177,"duration":0}},{"uid":"5e845cbbeea01418","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5e845cbbeea01418","status":"passed","time":{"start":1724889221658,"stop":1724889221659,"duration":1}},{"uid":"63c0e58b2aa7eca6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/63c0e58b2aa7eca6","status":"passed","time":{"start":1724888396186,"stop":1724888396187,"duration":1}},{"uid":"5b546c72fe86a45f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5b546c72fe86a45f","status":"passed","time":{"start":1724887170936,"stop":1724887170937,"duration":1}},{"uid":"93882cae8aac786d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/93882cae8aac786d","status":"passed","time":{"start":1724886948523,"stop":1724886948523,"duration":0}},{"uid":"af3295a8b3392496","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/af3295a8b3392496","status":"passed","time":{"start":1724862370751,"stop":1724862370752,"duration":1}},{"uid":"a84527057fb63d39","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a84527057fb63d39","status":"passed","time":{"start":1724861845157,"stop":1724861845157,"duration":0}},{"uid":"38dd11b63e2c0792","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/38dd11b63e2c0792","status":"passed","time":{"start":1724861703113,"stop":1724861703115,"duration":2}},{"uid":"73023e4b4933a88d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/73023e4b4933a88d","status":"passed","time":{"start":1724861530972,"stop":1724861530975,"duration":3}}]},"tags":[]},"source":"4e2bf56770daf9e3.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/4ec332a170e9e88e.json b/7376/data/test-cases/4ec332a170e9e88e.json new file mode 100644 index 00000000000..821878589fd --- /dev/null +++ b/7376/data/test-cases/4ec332a170e9e88e.json @@ -0,0 +1 @@ +{"uid":"4ec332a170e9e88e","name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","historyId":"0875eae35c3e6c8a0178a28be0eeb7dc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922778327,"stop":1724922778328,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b444d838d3b1db3e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b444d838d3b1db3e","status":"passed","time":{"start":1724921497759,"stop":1724921497759,"duration":0}},{"uid":"ed8b6ea5b5d0c816","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ed8b6ea5b5d0c816","status":"passed","time":{"start":1724921408414,"stop":1724921408415,"duration":1}},{"uid":"6837c138105c0156","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6837c138105c0156","status":"passed","time":{"start":1724918086871,"stop":1724918086872,"duration":1}},{"uid":"5a54ae8241e7839d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5a54ae8241e7839d","status":"passed","time":{"start":1724889892448,"stop":1724889892448,"duration":0}},{"uid":"d73f99c5ff7fcba3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d73f99c5ff7fcba3","status":"passed","time":{"start":1724888997218,"stop":1724888997218,"duration":0}},{"uid":"6930d3dac15172e2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6930d3dac15172e2","status":"passed","time":{"start":1724888159507,"stop":1724888159509,"duration":2}},{"uid":"126a10f429c0f043","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/126a10f429c0f043","status":"passed","time":{"start":1724886937308,"stop":1724886937308,"duration":0}},{"uid":"f42d11e31216dd7f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f42d11e31216dd7f","status":"passed","time":{"start":1724886709808,"stop":1724886709809,"duration":1}},{"uid":"9448f809adc21443","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9448f809adc21443","status":"passed","time":{"start":1724862123538,"stop":1724862123539,"duration":1}},{"uid":"d79e86d353ecf11a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d79e86d353ecf11a","status":"passed","time":{"start":1724861620105,"stop":1724861620105,"duration":0}},{"uid":"7b324c819f9f63cc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7b324c819f9f63cc","status":"passed","time":{"start":1724861460254,"stop":1724861460254,"duration":0}},{"uid":"6c030e2d5d4ae587","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6c030e2d5d4ae587","status":"passed","time":{"start":1724861330174,"stop":1724861330174,"duration":0}}]},"tags":[]},"source":"4ec332a170e9e88e.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/86a8bbb728b7dd8b.json b/7376/data/test-cases/4f0454b0ae62aea0.json similarity index 53% rename from 7346/data/test-cases/86a8bbb728b7dd8b.json rename to 7376/data/test-cases/4f0454b0ae62aea0.json index 471ea941b3c..38715e59fdb 100644 --- a/7346/data/test-cases/86a8bbb728b7dd8b.json +++ b/7376/data/test-cases/4f0454b0ae62aea0.json @@ -1 +1 @@ -{"uid":"86a8bbb728b7dd8b","name":"Callback on promise","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Callback on promise","historyId":"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765527323,"stop":1724765527323,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, general"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"b574e58837e24e04","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/b574e58837e24e04","status":"passed","time":{"start":1724765450594,"stop":1724765450595,"duration":1}},{"uid":"2c3dc293f2ef434a","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/2c3dc293f2ef434a","status":"passed","time":{"start":1724763811960,"stop":1724763811960,"duration":0}},{"uid":"49e70b97300cbc86","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/49e70b97300cbc86","status":"passed","time":{"start":1724761065422,"stop":1724761065422,"duration":0}},{"uid":"f559018fd090af9","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/f559018fd090af9","status":"passed","time":{"start":1724760096703,"stop":1724760096704,"duration":1}},{"uid":"42f20794a962a1b3","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/42f20794a962a1b3","status":"passed","time":{"start":1724758236716,"stop":1724758236717,"duration":1}},{"uid":"45007e8d6f8b07c3","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/45007e8d6f8b07c3","status":"passed","time":{"start":1724757907407,"stop":1724757907407,"duration":0}},{"uid":"be5823769ac0ee6c","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/be5823769ac0ee6c","status":"passed","time":{"start":1724757276353,"stop":1724757276354,"duration":1}},{"uid":"9e8ed4bf29a7911c","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/9e8ed4bf29a7911c","status":"passed","time":{"start":1724755353482,"stop":1724755353482,"duration":0}},{"uid":"b63bd7ae0cc14446","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/b63bd7ae0cc14446","status":"passed","time":{"start":1724752795654,"stop":1724752795655,"duration":1}},{"uid":"9cc9a44f88e17fd4","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/9cc9a44f88e17fd4","status":"passed","time":{"start":1724751636511,"stop":1724751636511,"duration":0}},{"uid":"cae5bf686e72ceb2","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/cae5bf686e72ceb2","status":"passed","time":{"start":1724750704695,"stop":1724750704695,"duration":0}},{"uid":"43c9e02de8e1f33","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/43c9e02de8e1f33","status":"passed","time":{"start":1724749699139,"stop":1724749699139,"duration":0}},{"uid":"c54d3ad1452afbbc","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c54d3ad1452afbbc","status":"passed","time":{"start":1724718019848,"stop":1724718019848,"duration":0}},{"uid":"b6b4d15988ebff5d","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/b6b4d15988ebff5d","status":"passed","time":{"start":1724715260157,"stop":1724715260157,"duration":0}},{"uid":"1e895757fecbed62","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/1e895757fecbed62","status":"passed","time":{"start":1724713334480,"stop":1724713334482,"duration":2}},{"uid":"5db5a43c50becc24","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/5db5a43c50becc24","status":"passed","time":{"start":1724706528543,"stop":1724706528544,"duration":1}},{"uid":"9fb9811742ca7f77","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/9fb9811742ca7f77","status":"passed","time":{"start":1724704934960,"stop":1724704934960,"duration":0}},{"uid":"8398eac8345c3c21","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/8398eac8345c3c21","status":"passed","time":{"start":1724684316246,"stop":1724684316246,"duration":0}},{"uid":"64d2360c9e1e49bd","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/64d2360c9e1e49bd","status":"passed","time":{"start":1724673070807,"stop":1724673070808,"duration":1}},{"uid":"95e05619ad18582","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/95e05619ad18582","status":"passed","time":{"start":1724670790978,"stop":1724670790978,"duration":0}}]},"tags":[]},"source":"86a8bbb728b7dd8b.json","parameterValues":[]} \ No newline at end of file +{"uid":"4f0454b0ae62aea0","name":"Callback on promise","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Callback on promise","historyId":"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922971799,"stop":1724922971799,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, general"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"efa2e919677bca6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/efa2e919677bca6","status":"passed","time":{"start":1724921663254,"stop":1724921663254,"duration":0}},{"uid":"397e315224ab27ac","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/397e315224ab27ac","status":"passed","time":{"start":1724921617879,"stop":1724921617879,"duration":0}},{"uid":"5fa91520875bcc45","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5fa91520875bcc45","status":"passed","time":{"start":1724918326161,"stop":1724918326161,"duration":0}},{"uid":"df717baae45145ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/df717baae45145ee","status":"passed","time":{"start":1724890076393,"stop":1724890076393,"duration":0}},{"uid":"c905974faf0aab34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c905974faf0aab34","status":"passed","time":{"start":1724889199689,"stop":1724889199690,"duration":1}},{"uid":"58052281439e166f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/58052281439e166f","status":"passed","time":{"start":1724888382426,"stop":1724888382427,"duration":1}},{"uid":"80ff81ed98e4b728","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/80ff81ed98e4b728","status":"passed","time":{"start":1724887156369,"stop":1724887156369,"duration":0}},{"uid":"2baf1b3883b66b7b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2baf1b3883b66b7b","status":"passed","time":{"start":1724886936170,"stop":1724886936171,"duration":1}},{"uid":"7df77aee4027e455","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7df77aee4027e455","status":"passed","time":{"start":1724862347645,"stop":1724862347645,"duration":0}},{"uid":"93213b5ed2f97bfb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/93213b5ed2f97bfb","status":"passed","time":{"start":1724861827953,"stop":1724861827958,"duration":5}},{"uid":"2cb6f0ee350d6cbb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2cb6f0ee350d6cbb","status":"passed","time":{"start":1724861685959,"stop":1724861685959,"duration":0}},{"uid":"5421cf79df4dfa85","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5421cf79df4dfa85","status":"passed","time":{"start":1724861514747,"stop":1724861514747,"duration":0}}]},"tags":[]},"source":"4f0454b0ae62aea0.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/4f0d2ccbf726c55c.json b/7376/data/test-cases/4f0d2ccbf726c55c.json new file mode 100644 index 00000000000..fa112c5d041 --- /dev/null +++ b/7376/data/test-cases/4f0d2ccbf726c55c.json @@ -0,0 +1 @@ +{"uid":"4f0d2ccbf726c55c","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=6 > numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","historyId":"6c964751053cbe5c30dacd35bed95023:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611441,"stop":1724922611441,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=6"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3bb55abc564f8f8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3bb55abc564f8f8","status":"passed","time":{"start":1724921270364,"stop":1724921270364,"duration":0}},{"uid":"e7ca83deb6ca64d5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e7ca83deb6ca64d5","status":"passed","time":{"start":1724921247826,"stop":1724921247826,"duration":0}},{"uid":"93ff21d5d05388f1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/93ff21d5d05388f1","status":"passed","time":{"start":1724917989824,"stop":1724917989824,"duration":0}},{"uid":"4916a76761675763","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4916a76761675763","status":"passed","time":{"start":1724889678568,"stop":1724889678569,"duration":1}},{"uid":"b7b8369bcf38969e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b7b8369bcf38969e","status":"passed","time":{"start":1724888829847,"stop":1724888829847,"duration":0}},{"uid":"8ba56aa0759b0584","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8ba56aa0759b0584","status":"passed","time":{"start":1724888077015,"stop":1724888077015,"duration":0}},{"uid":"67e36d2ac2ad717a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/67e36d2ac2ad717a","status":"passed","time":{"start":1724886851130,"stop":1724886851130,"duration":0}},{"uid":"2375cfc2aba3d8ee","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2375cfc2aba3d8ee","status":"passed","time":{"start":1724886647120,"stop":1724886647121,"duration":1}},{"uid":"270a8d5163a5847e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/270a8d5163a5847e","status":"passed","time":{"start":1724861992716,"stop":1724861992716,"duration":0}},{"uid":"e629a6eedb74d09","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e629a6eedb74d09","status":"passed","time":{"start":1724861469648,"stop":1724861469648,"duration":0}},{"uid":"c9db0f612dd61942","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c9db0f612dd61942","status":"passed","time":{"start":1724861284870,"stop":1724861284870,"duration":0}},{"uid":"7dfe45c90fbbd76b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7dfe45c90fbbd76b","status":"passed","time":{"start":1724861145818,"stop":1724861145818,"duration":0}}]},"tags":[]},"source":"4f0d2ccbf726c55c.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/4f305c3ba517f179.json b/7376/data/test-cases/4f305c3ba517f179.json new file mode 100644 index 00000000000..cadab41c990 --- /dev/null +++ b/7376/data/test-cases/4f305c3ba517f179.json @@ -0,0 +1 @@ +{"uid":"4f305c3ba517f179","name":"should return a calculated topic if SingleShardInfo is provided","fullName":"/src/common/sharding/index.spec.ts: determinePubsubTopic > should return a calculated topic if SingleShardInfo is provided","historyId":"e8141a67296f137ccb8cab198b0b1ca9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374691,"stop":1724922374692,"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":"determinePubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e46ebe55aef5efef","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e46ebe55aef5efef","status":"passed","time":{"start":1724921037652,"stop":1724921037652,"duration":0}},{"uid":"f938c92cc8759157","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f938c92cc8759157","status":"passed","time":{"start":1724921013066,"stop":1724921013066,"duration":0}},{"uid":"86af29bad2930a5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/86af29bad2930a5","status":"passed","time":{"start":1724917673306,"stop":1724917673306,"duration":0}},{"uid":"70a4b7774bd0df4d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/70a4b7774bd0df4d","status":"passed","time":{"start":1724889452325,"stop":1724889452326,"duration":1}},{"uid":"969346e88e749449","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/969346e88e749449","status":"passed","time":{"start":1724888602858,"stop":1724888602858,"duration":0}},{"uid":"a247edb42fd6ee0b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a247edb42fd6ee0b","status":"passed","time":{"start":1724887759178,"stop":1724887759179,"duration":1}},{"uid":"6f9a8c431daae9da","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6f9a8c431daae9da","status":"passed","time":{"start":1724886525556,"stop":1724886525556,"duration":0}},{"uid":"efb471c08b4a40c3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/efb471c08b4a40c3","status":"passed","time":{"start":1724886303412,"stop":1724886303412,"duration":0}},{"uid":"af6731648cf0f9f8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/af6731648cf0f9f8","status":"passed","time":{"start":1724861752249,"stop":1724861752249,"duration":0}},{"uid":"f375a34c151fe483","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f375a34c151fe483","status":"passed","time":{"start":1724861223369,"stop":1724861223369,"duration":0}},{"uid":"947f5f2404a2d8a7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/947f5f2404a2d8a7","status":"passed","time":{"start":1724861045218,"stop":1724861045218,"duration":0}},{"uid":"c15e2c3ac6b84c04","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c15e2c3ac6b84c04","status":"passed","time":{"start":1724860907104,"stop":1724860907104,"duration":0}}]},"tags":[]},"source":"4f305c3ba517f179.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/4f666b7b6f05e301.json b/7376/data/test-cases/4f666b7b6f05e301.json new file mode 100644 index 00000000000..d7a2cedfcf0 --- /dev/null +++ b/7376/data/test-cases/4f666b7b6f05e301.json @@ -0,0 +1 @@ +{"uid":"4f666b7b6f05e301","name":"Subscribe to topic containing Basic HTML tag and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to topic containing Basic HTML tag and receive message","historyId":"2f60eb11375122698cd189a9993bdab0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012466,"stop":1724923012466,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f6e069d3dc4eb0fc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f6e069d3dc4eb0fc","status":"passed","time":{"start":1724921625067,"stop":1724921625068,"duration":1}},{"uid":"d44ae020496c8a08","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d44ae020496c8a08","status":"passed","time":{"start":1724921590497,"stop":1724921590497,"duration":0}},{"uid":"72f0eb046d3127e8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/72f0eb046d3127e8","status":"passed","time":{"start":1724918287566,"stop":1724918287566,"duration":0}},{"uid":"dd60975e52938f3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd60975e52938f3e","status":"passed","time":{"start":1724890047789,"stop":1724890047789,"duration":0}},{"uid":"25e04a61d8dca42","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/25e04a61d8dca42","status":"passed","time":{"start":1724889183922,"stop":1724889183922,"duration":0}},{"uid":"98dfd26ff6fa4f63","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/98dfd26ff6fa4f63","status":"passed","time":{"start":1724888354167,"stop":1724888354167,"duration":0}},{"uid":"721d4bd9edc97eb8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/721d4bd9edc97eb8","status":"passed","time":{"start":1724887145660,"stop":1724887145661,"duration":1}},{"uid":"eac6afe85959d9a6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eac6afe85959d9a6","status":"passed","time":{"start":1724886915788,"stop":1724886915788,"duration":0}},{"uid":"2deca668a52dbc17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2deca668a52dbc17","status":"passed","time":{"start":1724862341439,"stop":1724862341439,"duration":0}},{"uid":"ade87b4faf142a48","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ade87b4faf142a48","status":"passed","time":{"start":1724861805443,"stop":1724861805444,"duration":1}},{"uid":"cfebb910c05e6e7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cfebb910c05e6e7","status":"passed","time":{"start":1724861662257,"stop":1724861662258,"duration":1}},{"uid":"8ec31847abd3f8e8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8ec31847abd3f8e8","status":"passed","time":{"start":1724861492514,"stop":1724861492515,"duration":1}}]},"tags":[]},"source":"4f666b7b6f05e301.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/b0c6ae64867d8cde.json b/7376/data/test-cases/4f9d2844af043209.json similarity index 83% rename from 7346/data/test-cases/b0c6ae64867d8cde.json rename to 7376/data/test-cases/4f9d2844af043209.json index 44438a0f8e4..fbfbf2b4a3d 100644 --- a/7346/data/test-cases/b0c6ae64867d8cde.json +++ b/7376/data/test-cases/4f9d2844af043209.json @@ -1 +1 @@ -{"uid":"b0c6ae64867d8cde","name":"Push 30 different messages","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push 30 different messages","historyId":"55e135656508b599cfc2aa8a0bbc1d25:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367164,"stop":1724765367168,"duration":4},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"ee9b676bc606fca5","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/ee9b676bc606fca5","status":"passed","time":{"start":1724765300569,"stop":1724765300569,"duration":0}},{"uid":"8eafe1939724d5bc","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/8eafe1939724d5bc","status":"passed","time":{"start":1724763693157,"stop":1724763693157,"duration":0}},{"uid":"b71e578cde0f0078","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b71e578cde0f0078","status":"passed","time":{"start":1724760912493,"stop":1724760912494,"duration":1}},{"uid":"76a8ddf41fbd8fd6","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/76a8ddf41fbd8fd6","status":"passed","time":{"start":1724759937126,"stop":1724759937126,"duration":0}},{"uid":"9cbe93cf52883f59","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/9cbe93cf52883f59","status":"passed","time":{"start":1724758102754,"stop":1724758102754,"duration":0}},{"uid":"8d8feef0b0630d5","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/8d8feef0b0630d5","status":"passed","time":{"start":1724757793368,"stop":1724757793368,"duration":0}},{"uid":"8dddf3b0800bd7e8","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/8dddf3b0800bd7e8","status":"passed","time":{"start":1724757169521,"stop":1724757169521,"duration":0}},{"uid":"d76a1b22877db65e","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/d76a1b22877db65e","status":"passed","time":{"start":1724755216336,"stop":1724755216336,"duration":0}},{"uid":"389b208704fcecc5","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/389b208704fcecc5","status":"passed","time":{"start":1724752641985,"stop":1724752641986,"duration":1}},{"uid":"75534dad7f4513b0","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/75534dad7f4513b0","status":"passed","time":{"start":1724751479131,"stop":1724751479131,"duration":0}},{"uid":"ef5bf717434817af","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/ef5bf717434817af","status":"passed","time":{"start":1724750562198,"stop":1724750562199,"duration":1}},{"uid":"53797d5a07109fd7","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/53797d5a07109fd7","status":"passed","time":{"start":1724749562422,"stop":1724749562422,"duration":0}},{"uid":"cfd45f9157cf415","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/cfd45f9157cf415","status":"passed","time":{"start":1724717869152,"stop":1724717869153,"duration":1}},{"uid":"7302b4087fc6e7e7","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/7302b4087fc6e7e7","status":"passed","time":{"start":1724715106021,"stop":1724715106021,"duration":0}},{"uid":"e40f45d2abf78dfb","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/e40f45d2abf78dfb","status":"passed","time":{"start":1724713204884,"stop":1724713204884,"duration":0}},{"uid":"8a5682e5a38af7b9","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/8a5682e5a38af7b9","status":"passed","time":{"start":1724706379248,"stop":1724706379248,"duration":0}},{"uid":"96e6cd7c9e43a22c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/96e6cd7c9e43a22c","status":"passed","time":{"start":1724704806945,"stop":1724704806945,"duration":0}},{"uid":"87c1cde08457c172","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/87c1cde08457c172","status":"passed","time":{"start":1724684165987,"stop":1724684165987,"duration":0}},{"uid":"20167ba4229620e6","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/20167ba4229620e6","status":"passed","time":{"start":1724672921813,"stop":1724672921814,"duration":1}},{"uid":"3e40e995ac8d77fd","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/3e40e995ac8d77fd","status":"passed","time":{"start":1724670647858,"stop":1724670647858,"duration":0}}]},"tags":[]},"source":"b0c6ae64867d8cde.json","parameterValues":[]} \ No newline at end of file +{"uid":"4f9d2844af043209","name":"Push 30 different messages","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push 30 different messages","historyId":"55e135656508b599cfc2aa8a0bbc1d25:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853913,"stop":1724922853913,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9e88ba296b98fe78","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9e88ba296b98fe78","status":"passed","time":{"start":1724921529578,"stop":1724921529579,"duration":1}},{"uid":"d46a4fa70027725c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d46a4fa70027725c","status":"passed","time":{"start":1724921488876,"stop":1724921488876,"duration":0}},{"uid":"37a737830262c3f5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/37a737830262c3f5","status":"passed","time":{"start":1724918203678,"stop":1724918203678,"duration":0}},{"uid":"3a07bff041a64302","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a07bff041a64302","status":"passed","time":{"start":1724889938355,"stop":1724889938355,"duration":0}},{"uid":"912ad4c1ed4878e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/912ad4c1ed4878e1","status":"passed","time":{"start":1724889077062,"stop":1724889077062,"duration":0}},{"uid":"fd538319b4997731","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fd538319b4997731","status":"passed","time":{"start":1724888268015,"stop":1724888268030,"duration":15}},{"uid":"fce0a25813323f0a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fce0a25813323f0a","status":"passed","time":{"start":1724887032395,"stop":1724887032396,"duration":1}},{"uid":"709461506542c7f7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/709461506542c7f7","status":"passed","time":{"start":1724886822788,"stop":1724886822789,"duration":1}},{"uid":"33363ff6d5959b4a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33363ff6d5959b4a","status":"passed","time":{"start":1724862233506,"stop":1724862233507,"duration":1}},{"uid":"e2dce293ddb6e86b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e2dce293ddb6e86b","status":"passed","time":{"start":1724861712667,"stop":1724861712667,"duration":0}},{"uid":"bb5ca2c9faefc37f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bb5ca2c9faefc37f","status":"passed","time":{"start":1724861567885,"stop":1724861567885,"duration":0}},{"uid":"321213809846319f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/321213809846319f","status":"passed","time":{"start":1724861392048,"stop":1724861392049,"duration":1}}]},"tags":[]},"source":"4f9d2844af043209.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/4fdf5e8cec4f259.json b/7376/data/test-cases/4fdf5e8cec4f259.json new file mode 100644 index 00000000000..b3689c8a95a --- /dev/null +++ b/7376/data/test-cases/4fdf5e8cec4f259.json @@ -0,0 +1 @@ +{"uid":"4fdf5e8cec4f259","name":"Subscribe to topic containing numeric and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing numeric and publish message","historyId":"399fa44e6b560f691ccc8c4d687ca401:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922891488,"stop":1724922891488,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5495b8f2b19be8a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5495b8f2b19be8a","status":"passed","time":{"start":1724921563014,"stop":1724921563014,"duration":0}},{"uid":"86fae511955b190e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/86fae511955b190e","status":"passed","time":{"start":1724921526812,"stop":1724921526812,"duration":0}},{"uid":"de957b5e7e67659b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/de957b5e7e67659b","status":"passed","time":{"start":1724918239940,"stop":1724918239940,"duration":0}},{"uid":"f7e8bb42a20a7a14","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7e8bb42a20a7a14","status":"passed","time":{"start":1724889980890,"stop":1724889980891,"duration":1}},{"uid":"3c3519c53cded1ed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c3519c53cded1ed","status":"passed","time":{"start":1724889109961,"stop":1724889109967,"duration":6}},{"uid":"800e4725b4067e1c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/800e4725b4067e1c","status":"passed","time":{"start":1724888294722,"stop":1724888294722,"duration":0}},{"uid":"e8a92439f7bbaba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e8a92439f7bbaba","status":"passed","time":{"start":1724887071738,"stop":1724887071741,"duration":3}},{"uid":"39ee1f124ea9ebac","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/39ee1f124ea9ebac","status":"passed","time":{"start":1724886848345,"stop":1724886848345,"duration":0}},{"uid":"ba964561249a2e56","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ba964561249a2e56","status":"passed","time":{"start":1724862259247,"stop":1724862259248,"duration":1}},{"uid":"b386109e004a08e4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b386109e004a08e4","status":"passed","time":{"start":1724861735325,"stop":1724861735326,"duration":1}},{"uid":"f69e6c04d2e08870","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f69e6c04d2e08870","status":"passed","time":{"start":1724861606343,"stop":1724861606343,"duration":0}},{"uid":"4dbf2e050480de5b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4dbf2e050480de5b","status":"passed","time":{"start":1724861426686,"stop":1724861426687,"duration":1}}]},"tags":[]},"source":"4fdf5e8cec4f259.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/5088150c2e77cf36.json b/7376/data/test-cases/5088150c2e77cf36.json new file mode 100644 index 00000000000..7b2e28e5921 --- /dev/null +++ b/7376/data/test-cases/5088150c2e77cf36.json @@ -0,0 +1 @@ +{"uid":"5088150c2e77cf36","name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","historyId":"6f5db8f8f13c830c7e59f3146489be59:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922778324,"stop":1724922778324,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a439944ae5b0e411","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a439944ae5b0e411","status":"passed","time":{"start":1724921497753,"stop":1724921497755,"duration":2}},{"uid":"5f6d98b70abc162c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5f6d98b70abc162c","status":"passed","time":{"start":1724921408408,"stop":1724921408409,"duration":1}},{"uid":"eb65d56676c006f1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eb65d56676c006f1","status":"passed","time":{"start":1724918086868,"stop":1724918086868,"duration":0}},{"uid":"670c1f552e4e47c6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/670c1f552e4e47c6","status":"passed","time":{"start":1724889892445,"stop":1724889892445,"duration":0}},{"uid":"a1ad483241f3cda6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a1ad483241f3cda6","status":"passed","time":{"start":1724888997214,"stop":1724888997214,"duration":0}},{"uid":"90301e43b9fad810","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/90301e43b9fad810","status":"passed","time":{"start":1724888159487,"stop":1724888159487,"duration":0}},{"uid":"ec6cc06086d338f0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ec6cc06086d338f0","status":"passed","time":{"start":1724886937289,"stop":1724886937290,"duration":1}},{"uid":"4d0af9354f4ec36a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4d0af9354f4ec36a","status":"passed","time":{"start":1724886709797,"stop":1724886709797,"duration":0}},{"uid":"156931dcf5964855","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/156931dcf5964855","status":"passed","time":{"start":1724862123535,"stop":1724862123536,"duration":1}},{"uid":"90af9df58022c79d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/90af9df58022c79d","status":"passed","time":{"start":1724861620102,"stop":1724861620102,"duration":0}},{"uid":"4fd57e8bf3456071","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4fd57e8bf3456071","status":"passed","time":{"start":1724861460238,"stop":1724861460241,"duration":3}},{"uid":"34a06545e4a08878","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/34a06545e4a08878","status":"passed","time":{"start":1724861330170,"stop":1724861330170,"duration":0}}]},"tags":[]},"source":"5088150c2e77cf36.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/48cbbbf3412459dc.json b/7376/data/test-cases/50d52e808e02da74.json similarity index 77% rename from 7346/data/test-cases/48cbbbf3412459dc.json rename to 7376/data/test-cases/50d52e808e02da74.json index a36cab371ce..5f641cd0189 100644 --- a/7346/data/test-cases/48cbbbf3412459dc.json +++ b/7376/data/test-cases/50d52e808e02da74.json @@ -1 +1 @@ -{"uid":"48cbbbf3412459dc","name":"Check received message containing special chars","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing special chars","historyId":"90c2da105d44cd5038a3e47356ecb60f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392379,"stop":1724765392380,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"be0d94d1a1a918fb","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/be0d94d1a1a918fb","status":"passed","time":{"start":1724765313867,"stop":1724765313867,"duration":0}},{"uid":"a5402ce8c4101c57","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/a5402ce8c4101c57","status":"passed","time":{"start":1724763683866,"stop":1724763683866,"duration":0}},{"uid":"f4945bf6780d0827","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/f4945bf6780d0827","status":"passed","time":{"start":1724760929569,"stop":1724760929569,"duration":0}},{"uid":"fa945b0366a6e991","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/fa945b0366a6e991","status":"passed","time":{"start":1724759955168,"stop":1724759955168,"duration":0}},{"uid":"a17c11568c61d3c2","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/a17c11568c61d3c2","status":"passed","time":{"start":1724758077443,"stop":1724758077444,"duration":1}},{"uid":"19c9852d9ce6ff8e","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/19c9852d9ce6ff8e","status":"passed","time":{"start":1724757801868,"stop":1724757801869,"duration":1}},{"uid":"802ff7e2e4238b6c","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/802ff7e2e4238b6c","status":"passed","time":{"start":1724757120186,"stop":1724757120186,"duration":0}},{"uid":"893827eb5971d666","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/893827eb5971d666","status":"passed","time":{"start":1724755211071,"stop":1724755211072,"duration":1}},{"uid":"5bbcaddd41a1841e","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/5bbcaddd41a1841e","status":"passed","time":{"start":1724752646549,"stop":1724752646549,"duration":0}},{"uid":"6adacf927811bba9","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/6adacf927811bba9","status":"passed","time":{"start":1724751495285,"stop":1724751495287,"duration":2}},{"uid":"6dbacb6ac3e0298d","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/6dbacb6ac3e0298d","status":"passed","time":{"start":1724750572380,"stop":1724750572380,"duration":0}},{"uid":"162487516fc6b182","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/162487516fc6b182","status":"passed","time":{"start":1724749567264,"stop":1724749567264,"duration":0}},{"uid":"e412846fbb0b4bb6","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/e412846fbb0b4bb6","status":"passed","time":{"start":1724717880830,"stop":1724717880830,"duration":0}},{"uid":"67ae904381838995","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/67ae904381838995","status":"passed","time":{"start":1724715103510,"stop":1724715103510,"duration":0}},{"uid":"57ee9a8254f0f836","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/57ee9a8254f0f836","status":"passed","time":{"start":1724713195360,"stop":1724713195361,"duration":1}},{"uid":"e95e6dd266685df6","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/e95e6dd266685df6","status":"passed","time":{"start":1724706389676,"stop":1724706389676,"duration":0}},{"uid":"6cbb75a6ae8e1715","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6cbb75a6ae8e1715","status":"passed","time":{"start":1724704811197,"stop":1724704811198,"duration":1}},{"uid":"2e4c83bd2ab62c31","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2e4c83bd2ab62c31","status":"passed","time":{"start":1724684170195,"stop":1724684170195,"duration":0}},{"uid":"e1b7e23ddc771923","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/e1b7e23ddc771923","status":"passed","time":{"start":1724672903616,"stop":1724672903617,"duration":1}},{"uid":"c2980294aa6f0ff9","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/c2980294aa6f0ff9","status":"passed","time":{"start":1724670674046,"stop":1724670674046,"duration":0}}]},"tags":[]},"source":"48cbbbf3412459dc.json","parameterValues":[]} \ No newline at end of file +{"uid":"50d52e808e02da74","name":"Check received message containing special chars","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing special chars","historyId":"90c2da105d44cd5038a3e47356ecb60f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845249,"stop":1724922845249,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"da327398b7d68cc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/da327398b7d68cc","status":"passed","time":{"start":1724921515231,"stop":1724921515231,"duration":0}},{"uid":"5f7b76a568080a03","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5f7b76a568080a03","status":"passed","time":{"start":1724921475459,"stop":1724921475459,"duration":0}},{"uid":"33087df03a35e82","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/33087df03a35e82","status":"passed","time":{"start":1724918179406,"stop":1724918179406,"duration":0}},{"uid":"a2c15ea9f936e170","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2c15ea9f936e170","status":"passed","time":{"start":1724889935345,"stop":1724889935345,"duration":0}},{"uid":"4a2bffe5b8bddbe4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a2bffe5b8bddbe4","status":"passed","time":{"start":1724889072759,"stop":1724889072759,"duration":0}},{"uid":"bf0e668214192801","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bf0e668214192801","status":"passed","time":{"start":1724888232420,"stop":1724888232421,"duration":1}},{"uid":"406ccc03262c76bc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/406ccc03262c76bc","status":"passed","time":{"start":1724887018307,"stop":1724887018308,"duration":1}},{"uid":"8178703add842ba0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8178703add842ba0","status":"passed","time":{"start":1724886781484,"stop":1724886781485,"duration":1}},{"uid":"1a1b96284f55b1a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1a1b96284f55b1a1","status":"passed","time":{"start":1724862213667,"stop":1724862213668,"duration":1}},{"uid":"7575e493bf926685","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7575e493bf926685","status":"passed","time":{"start":1724861685860,"stop":1724861685861,"duration":1}},{"uid":"d889b871aa3ade00","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d889b871aa3ade00","status":"passed","time":{"start":1724861546182,"stop":1724861546183,"duration":1}},{"uid":"8c979dca3c75e021","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8c979dca3c75e021","status":"passed","time":{"start":1724861378116,"stop":1724861378117,"duration":1}}]},"tags":[]},"source":"50d52e808e02da74.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/50fee164ddb7b660.json b/7376/data/test-cases/50fee164ddb7b660.json new file mode 100644 index 00000000000..c3b10a9b38b --- /dev/null +++ b/7376/data/test-cases/50fee164ddb7b660.json @@ -0,0 +1 @@ +{"uid":"50fee164ddb7b660","name":"LightPush with 2 connections","fullName":"/tests/health-manager/protocols.spec.ts: Health Manager > Should update the health status for protocols > LightPush with 2 connections","historyId":"bbcaf86f1f5306de3d3351c7f4e3f2cb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922661638,"stop":1724922661641,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Health Manager"},{"name":"suite","value":"Should update the health status for protocols"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"16e894829a2892ce","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/16e894829a2892ce","status":"passed","time":{"start":1724921321311,"stop":1724921321311,"duration":0}},{"uid":"9d5ac1074e429913","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9d5ac1074e429913","status":"passed","time":{"start":1724921298785,"stop":1724921298785,"duration":0}},{"uid":"866f88bcb6a80842","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/866f88bcb6a80842","status":"passed","time":{"start":1724918008229,"stop":1724918008229,"duration":0}},{"uid":"8aa5305ac9153611","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8aa5305ac9153611","status":"passed","time":{"start":1724889728595,"stop":1724889728595,"duration":0}},{"uid":"7a27095d75e4d101","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7a27095d75e4d101","status":"passed","time":{"start":1724888882874,"stop":1724888882874,"duration":0}},{"uid":"9458e37b1cc3c27f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9458e37b1cc3c27f","status":"passed","time":{"start":1724888111025,"stop":1724888111025,"duration":0}},{"uid":"3aeefd36a1a77e6a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3aeefd36a1a77e6a","status":"passed","time":{"start":1724886869447,"stop":1724886869447,"duration":0}},{"uid":"b0d7f57a9e92cf4b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b0d7f57a9e92cf4b","status":"passed","time":{"start":1724886642936,"stop":1724886642936,"duration":0}},{"uid":"138208d37e806470","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/138208d37e806470","status":"passed","time":{"start":1724862044581,"stop":1724862044581,"duration":0}},{"uid":"7f32777db6c00ddc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7f32777db6c00ddc","status":"passed","time":{"start":1724861523033,"stop":1724861523038,"duration":5}},{"uid":"c64b3c7f114d6202","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c64b3c7f114d6202","status":"passed","time":{"start":1724861362473,"stop":1724861362473,"duration":0}},{"uid":"c6d95d5a63e398a2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c6d95d5a63e398a2","status":"passed","time":{"start":1724861196821,"stop":1724861196827,"duration":6}}]},"tags":[]},"source":"50fee164ddb7b660.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/9acf41df0f3140a4.json b/7376/data/test-cases/5194f956330f3760.json similarity index 83% rename from 7346/data/test-cases/9acf41df0f3140a4.json rename to 7376/data/test-cases/5194f956330f3760.json index 2f6fbe70d6f..9a33122cc2e 100644 --- a/7346/data/test-cases/9acf41df0f3140a4.json +++ b/7376/data/test-cases/5194f956330f3760.json @@ -1 +1 @@ -{"uid":"9acf41df0f3140a4","name":"Push message with Basic HTML tag payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with Basic HTML tag payload","historyId":"bdb915d241378b0c53ed68c54b77c7ed:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367131,"stop":1724765367131,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"80638ebdaa43ca17","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/80638ebdaa43ca17","status":"passed","time":{"start":1724765300566,"stop":1724765300566,"duration":0}},{"uid":"e878effd6505f66","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/e878effd6505f66","status":"passed","time":{"start":1724763693155,"stop":1724763693155,"duration":0}},{"uid":"cf899a7dee83b75c","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/cf899a7dee83b75c","status":"passed","time":{"start":1724760912487,"stop":1724760912488,"duration":1}},{"uid":"f6eab936a2afeccf","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/f6eab936a2afeccf","status":"passed","time":{"start":1724759937122,"stop":1724759937122,"duration":0}},{"uid":"b909d0cb0903a7d3","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/b909d0cb0903a7d3","status":"passed","time":{"start":1724758102741,"stop":1724758102742,"duration":1}},{"uid":"52396729c14f7e00","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/52396729c14f7e00","status":"passed","time":{"start":1724757793365,"stop":1724757793366,"duration":1}},{"uid":"3be7dc155aac5c86","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/3be7dc155aac5c86","status":"passed","time":{"start":1724757169519,"stop":1724757169519,"duration":0}},{"uid":"d4fb0464bfc3bc5e","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/d4fb0464bfc3bc5e","status":"passed","time":{"start":1724755216333,"stop":1724755216333,"duration":0}},{"uid":"c957eb32e4e0e925","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/c957eb32e4e0e925","status":"passed","time":{"start":1724752641983,"stop":1724752641983,"duration":0}},{"uid":"196f09fa06d17be","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/196f09fa06d17be","status":"passed","time":{"start":1724751479128,"stop":1724751479129,"duration":1}},{"uid":"df0713559afcdbfb","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/df0713559afcdbfb","status":"passed","time":{"start":1724750562192,"stop":1724750562193,"duration":1}},{"uid":"9749c2113ebf7b6","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/9749c2113ebf7b6","status":"passed","time":{"start":1724749562419,"stop":1724749562419,"duration":0}},{"uid":"dc1e3485f0117ed5","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/dc1e3485f0117ed5","status":"passed","time":{"start":1724717869150,"stop":1724717869150,"duration":0}},{"uid":"4c02d95c71988b8","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/4c02d95c71988b8","status":"passed","time":{"start":1724715106001,"stop":1724715106002,"duration":1}},{"uid":"f31116d1e98ceeb0","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/f31116d1e98ceeb0","status":"passed","time":{"start":1724713204879,"stop":1724713204880,"duration":1}},{"uid":"239ed40803c5543c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/239ed40803c5543c","status":"passed","time":{"start":1724706379245,"stop":1724706379246,"duration":1}},{"uid":"d024a7d45e23ca0b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d024a7d45e23ca0b","status":"passed","time":{"start":1724704806938,"stop":1724704806939,"duration":1}},{"uid":"419a37ccfab530bb","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/419a37ccfab530bb","status":"passed","time":{"start":1724684165984,"stop":1724684165985,"duration":1}},{"uid":"caef0b480949089d","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/caef0b480949089d","status":"passed","time":{"start":1724672921811,"stop":1724672921811,"duration":0}},{"uid":"5903d3c849bbd1b","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/5903d3c849bbd1b","status":"passed","time":{"start":1724670647855,"stop":1724670647855,"duration":0}}]},"tags":[]},"source":"9acf41df0f3140a4.json","parameterValues":[]} \ No newline at end of file +{"uid":"5194f956330f3760","name":"Push message with Basic HTML tag payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with Basic HTML tag payload","historyId":"bdb915d241378b0c53ed68c54b77c7ed:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853910,"stop":1724922853910,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1d538544713498a1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1d538544713498a1","status":"passed","time":{"start":1724921529572,"stop":1724921529572,"duration":0}},{"uid":"f3839bce24dd470","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f3839bce24dd470","status":"passed","time":{"start":1724921488873,"stop":1724921488874,"duration":1}},{"uid":"a2ca40d48d925246","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a2ca40d48d925246","status":"passed","time":{"start":1724918203669,"stop":1724918203670,"duration":1}},{"uid":"6e5b5da572999626","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e5b5da572999626","status":"passed","time":{"start":1724889938353,"stop":1724889938353,"duration":0}},{"uid":"c4286acf552e37c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4286acf552e37c7","status":"passed","time":{"start":1724889077033,"stop":1724889077033,"duration":0}},{"uid":"8275fd1553ac9c4b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8275fd1553ac9c4b","status":"passed","time":{"start":1724888268007,"stop":1724888268008,"duration":1}},{"uid":"575c19c2ef31bc30","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/575c19c2ef31bc30","status":"passed","time":{"start":1724887032390,"stop":1724887032390,"duration":0}},{"uid":"3a37367dba538f1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3a37367dba538f1","status":"passed","time":{"start":1724886822786,"stop":1724886822786,"duration":0}},{"uid":"635f12c01b39496e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/635f12c01b39496e","status":"passed","time":{"start":1724862233504,"stop":1724862233504,"duration":0}},{"uid":"e48276a534e4b0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e48276a534e4b0","status":"passed","time":{"start":1724861712664,"stop":1724861712665,"duration":1}},{"uid":"3296ce89b58992ba","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3296ce89b58992ba","status":"passed","time":{"start":1724861567882,"stop":1724861567883,"duration":1}},{"uid":"5289d3a99c0d3e6f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5289d3a99c0d3e6f","status":"passed","time":{"start":1724861392039,"stop":1724861392039,"duration":0}}]},"tags":[]},"source":"5194f956330f3760.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/51bf0c48f97d7e3a.json b/7376/data/test-cases/51bf0c48f97d7e3a.json new file mode 100644 index 00000000000..2b058592f2d --- /dev/null +++ b/7376/data/test-cases/51bf0c48f97d7e3a.json @@ -0,0 +1 @@ +{"uid":"51bf0c48f97d7e3a","name":"should use DNS peer discovery with light client","fullName":"/tests/dns-peer-discovery.spec.ts: DNS Node Discovery [live data] > should use DNS peer discovery with light client","historyId":"d7167a801bc7d3b78a31febc9f77ca90:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922439102,"stop":1724922439102,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before all\" hook in \"DNS Node Discovery [live data]\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"DNS Node Discovery [live data]"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"561afc3a299244ed","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/561afc3a299244ed","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921098921,"stop":1724921098921,"duration":0}},{"uid":"3cecbe7701317754","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3cecbe7701317754","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921073399,"stop":1724921073399,"duration":0}},{"uid":"5aa674b86b83adcf","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5aa674b86b83adcf","status":"skipped","statusDetails":"Test ignored","time":{"start":1724917744664,"stop":1724917744664,"duration":0}},{"uid":"ad5ed692cc65ff84","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ad5ed692cc65ff84","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889518045,"stop":1724889518045,"duration":0}},{"uid":"64659c5de08d695e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64659c5de08d695e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888665803,"stop":1724888665806,"duration":3}},{"uid":"999690096ff02477","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/999690096ff02477","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887821953,"stop":1724887821953,"duration":0}},{"uid":"b57e5f6a04872c43","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b57e5f6a04872c43","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886586927,"stop":1724886586927,"duration":0}},{"uid":"2d5a4d96d399d33f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2d5a4d96d399d33f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886375238,"stop":1724886375238,"duration":0}},{"uid":"75e68969ebf4fd34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/75e68969ebf4fd34","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861815218,"stop":1724861815218,"duration":0}},{"uid":"f6a9db6305cb4ffe","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f6a9db6305cb4ffe","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861291723,"stop":1724861291723,"duration":0}},{"uid":"ef56c3c90bcbc997","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ef56c3c90bcbc997","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861109880,"stop":1724861109880,"duration":0}},{"uid":"827f1734b1a5448b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/827f1734b1a5448b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724860972344,"stop":1724860972344,"duration":0}}]},"tags":[]},"source":"51bf0c48f97d7e3a.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/51fdbbdbb12b5332.json b/7376/data/test-cases/51fdbbdbb12b5332.json new file mode 100644 index 00000000000..61912acdace --- /dev/null +++ b/7376/data/test-cases/51fdbbdbb12b5332.json @@ -0,0 +1 @@ +{"uid":"51fdbbdbb12b5332","name":"Passing an array","fullName":"/tests/waku.node.spec.ts: Waku Dial [node only] > Bootstrap > Passing an array","historyId":"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922998983,"stop":1724922998984,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Bootstrap\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Bootstrap\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Waku Dial [node only]"},{"name":"suite","value":"Bootstrap"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"71d62ecc8ba6f628","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/71d62ecc8ba6f628","status":"passed","time":{"start":1724921672580,"stop":1724921672581,"duration":1}},{"uid":"c886acf8935b76e5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c886acf8935b76e5","status":"passed","time":{"start":1724921629963,"stop":1724921629964,"duration":1}},{"uid":"9156f9f80aed9fae","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9156f9f80aed9fae","status":"passed","time":{"start":1724918337082,"stop":1724918337082,"duration":0}},{"uid":"266435a30c68ef87","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/266435a30c68ef87","status":"passed","time":{"start":1724890089178,"stop":1724890089178,"duration":0}},{"uid":"a9d241308591f89e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9d241308591f89e","status":"passed","time":{"start":1724889221659,"stop":1724889221660,"duration":1}},{"uid":"da8fcd037be11a04","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/da8fcd037be11a04","status":"passed","time":{"start":1724888396187,"stop":1724888396188,"duration":1}},{"uid":"d79dea06f66f9616","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d79dea06f66f9616","status":"passed","time":{"start":1724887170938,"stop":1724887170938,"duration":0}},{"uid":"7fa9f99e26748fb0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7fa9f99e26748fb0","status":"passed","time":{"start":1724886948524,"stop":1724886948524,"duration":0}},{"uid":"d92127bdf63f323b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d92127bdf63f323b","status":"passed","time":{"start":1724862370752,"stop":1724862370752,"duration":0}},{"uid":"1fba2407aec93214","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1fba2407aec93214","status":"passed","time":{"start":1724861845161,"stop":1724861845162,"duration":1}},{"uid":"b92805998a226dcf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b92805998a226dcf","status":"passed","time":{"start":1724861703116,"stop":1724861703116,"duration":0}},{"uid":"2ab62e34d2712141","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2ab62e34d2712141","status":"passed","time":{"start":1724861530976,"stop":1724861530976,"duration":0}}]},"tags":[]},"source":"51fdbbdbb12b5332.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/90f9238c0472073c.json b/7376/data/test-cases/520aeb4087374750.json similarity index 51% rename from 7346/data/test-cases/90f9238c0472073c.json rename to 7376/data/test-cases/520aeb4087374750.json index dd310128deb..2130d3401e5 100644 --- a/7346/data/test-cases/90f9238c0472073c.json +++ b/7376/data/test-cases/520aeb4087374750.json @@ -1 +1 @@ -{"uid":"90f9238c0472073c","name":"Default pageSize","fullName":"/tests/store/page_size.node.spec.ts: Waku Store, page size > Default pageSize","historyId":"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765545356,"stop":1724765545356,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, page size"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"d5efa00d540c36c2","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/d5efa00d540c36c2","status":"passed","time":{"start":1724765471402,"stop":1724765471402,"duration":0}},{"uid":"395a0542c531faa1","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/395a0542c531faa1","status":"passed","time":{"start":1724763827936,"stop":1724763827936,"duration":0}},{"uid":"c10d2beb43085fc9","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c10d2beb43085fc9","status":"passed","time":{"start":1724761084763,"stop":1724761084763,"duration":0}},{"uid":"9ace83b4227fc65a","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/9ace83b4227fc65a","status":"passed","time":{"start":1724760105227,"stop":1724760105228,"duration":1}},{"uid":"aa79d737e10b454c","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/aa79d737e10b454c","status":"passed","time":{"start":1724758251488,"stop":1724758251489,"duration":1}},{"uid":"525c715d07a1837","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/525c715d07a1837","status":"passed","time":{"start":1724757947201,"stop":1724757947201,"duration":0}},{"uid":"4e35f035d793bee9","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/4e35f035d793bee9","status":"passed","time":{"start":1724757297811,"stop":1724757297811,"duration":0}},{"uid":"df798a393f06a4c3","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/df798a393f06a4c3","status":"passed","time":{"start":1724755380038,"stop":1724755380038,"duration":0}},{"uid":"5090941795985b06","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/5090941795985b06","status":"passed","time":{"start":1724752822936,"stop":1724752822936,"duration":0}},{"uid":"5fd10a8f6af857e9","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/5fd10a8f6af857e9","status":"passed","time":{"start":1724751647551,"stop":1724751647551,"duration":0}},{"uid":"ac0e51042c740bd6","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/ac0e51042c740bd6","status":"passed","time":{"start":1724750732235,"stop":1724750732236,"duration":1}},{"uid":"f351f7c253063d8f","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/f351f7c253063d8f","status":"passed","time":{"start":1724749732032,"stop":1724749732033,"duration":1}},{"uid":"c5ec6c6222996156","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c5ec6c6222996156","status":"passed","time":{"start":1724718038577,"stop":1724718038577,"duration":0}},{"uid":"a66c4351f63fadd5","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/a66c4351f63fadd5","status":"passed","time":{"start":1724715272695,"stop":1724715272696,"duration":1}},{"uid":"bba0c50b76a6bfa9","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/bba0c50b76a6bfa9","status":"passed","time":{"start":1724713359492,"stop":1724713359493,"duration":1}},{"uid":"7129352834f7e934","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/7129352834f7e934","status":"passed","time":{"start":1724706564507,"stop":1724706564508,"duration":1}},{"uid":"b6002e84a8de37c7","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b6002e84a8de37c7","status":"passed","time":{"start":1724704972719,"stop":1724704972719,"duration":0}},{"uid":"730999c278df364b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/730999c278df364b","status":"passed","time":{"start":1724684357219,"stop":1724684357219,"duration":0}},{"uid":"42f6c7c279bdef7c","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/42f6c7c279bdef7c","status":"passed","time":{"start":1724673081513,"stop":1724673081513,"duration":0}},{"uid":"de2231bb4fc8e8da","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/de2231bb4fc8e8da","status":"passed","time":{"start":1724670810985,"stop":1724670810986,"duration":1}}]},"tags":[]},"source":"90f9238c0472073c.json","parameterValues":[]} \ No newline at end of file +{"uid":"520aeb4087374750","name":"Default pageSize","fullName":"/tests/store/page_size.node.spec.ts: Waku Store, page size > Default pageSize","historyId":"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922983784,"stop":1724922983785,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, page size"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b12f795247df9303","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b12f795247df9303","status":"passed","time":{"start":1724921656194,"stop":1724921656194,"duration":0}},{"uid":"804dcc78bd11424e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/804dcc78bd11424e","status":"passed","time":{"start":1724921620461,"stop":1724921620462,"duration":1}},{"uid":"545c04f8093f39b2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/545c04f8093f39b2","status":"passed","time":{"start":1724918327712,"stop":1724918327712,"duration":0}},{"uid":"f208affde8da2248","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f208affde8da2248","status":"passed","time":{"start":1724890078472,"stop":1724890078472,"duration":0}},{"uid":"5146c1b334ad188c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5146c1b334ad188c","status":"passed","time":{"start":1724889213833,"stop":1724889213834,"duration":1}},{"uid":"cfb84f3cccb09679","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cfb84f3cccb09679","status":"passed","time":{"start":1724888383603,"stop":1724888383609,"duration":6}},{"uid":"a033196873f21771","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a033196873f21771","status":"passed","time":{"start":1724887164580,"stop":1724887164580,"duration":0}},{"uid":"b76f7312fc6e4f40","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b76f7312fc6e4f40","status":"passed","time":{"start":1724886943103,"stop":1724886943104,"duration":1}},{"uid":"7aeeb044fd2e8548","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7aeeb044fd2e8548","status":"passed","time":{"start":1724862368931,"stop":1724862368931,"duration":0}},{"uid":"8edc9dd2657ac6d9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8edc9dd2657ac6d9","status":"passed","time":{"start":1724861835948,"stop":1724861835948,"duration":0}},{"uid":"19a3e1b28766b04e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/19a3e1b28766b04e","status":"passed","time":{"start":1724861692904,"stop":1724861692905,"duration":1}},{"uid":"2c2a8af891bcdf5a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2c2a8af891bcdf5a","status":"passed","time":{"start":1724861520701,"stop":1724861520702,"duration":1}}]},"tags":[]},"source":"520aeb4087374750.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/521fefe24e36fcff.json b/7376/data/test-cases/521fefe24e36fcff.json new file mode 100644 index 00000000000..7d4b0ca642d --- /dev/null +++ b/7376/data/test-cases/521fefe24e36fcff.json @@ -0,0 +1 @@ +{"uid":"521fefe24e36fcff","name":"Subscribe and receive messages via waku relay post","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe and receive messages via waku relay post","historyId":"abfc99193f27cfa7b97b1abb15181b65:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012458,"stop":1724923012459,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"29ffafe1dc588c79","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/29ffafe1dc588c79","status":"passed","time":{"start":1724921625034,"stop":1724921625035,"duration":1}},{"uid":"c1df9fea82d563a2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c1df9fea82d563a2","status":"passed","time":{"start":1724921590478,"stop":1724921590479,"duration":1}},{"uid":"bab1ab7fe8bd054b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bab1ab7fe8bd054b","status":"passed","time":{"start":1724918287558,"stop":1724918287559,"duration":1}},{"uid":"b3fa07f94f54167b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b3fa07f94f54167b","status":"passed","time":{"start":1724890047782,"stop":1724890047782,"duration":0}},{"uid":"629ba85669c95e5a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/629ba85669c95e5a","status":"passed","time":{"start":1724889183913,"stop":1724889183914,"duration":1}},{"uid":"3f80aba0349f4360","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3f80aba0349f4360","status":"passed","time":{"start":1724888354159,"stop":1724888354159,"duration":0}},{"uid":"c7abf09e6f095999","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c7abf09e6f095999","status":"passed","time":{"start":1724887145650,"stop":1724887145650,"duration":0}},{"uid":"9838e4576b5a41a4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9838e4576b5a41a4","status":"passed","time":{"start":1724886915776,"stop":1724886915776,"duration":0}},{"uid":"e7f08981a8aca1c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e7f08981a8aca1c7","status":"passed","time":{"start":1724862341431,"stop":1724862341431,"duration":0}},{"uid":"c4927c141d39507f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c4927c141d39507f","status":"passed","time":{"start":1724861805431,"stop":1724861805432,"duration":1}},{"uid":"c30d47f05e28179c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c30d47f05e28179c","status":"passed","time":{"start":1724861662239,"stop":1724861662240,"duration":1}},{"uid":"34b1d54ad061e827","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/34b1d54ad061e827","status":"passed","time":{"start":1724861492502,"stop":1724861492502,"duration":0}}]},"tags":[]},"source":"521fefe24e36fcff.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/52262e4460fd5002.json b/7376/data/test-cases/52262e4460fd5002.json new file mode 100644 index 00000000000..dc761dc1032 --- /dev/null +++ b/7376/data/test-cases/52262e4460fd5002.json @@ -0,0 +1 @@ +{"uid":"52262e4460fd5002","name":"should be called at least once on all `peer:discovery` events","fullName":"/tests/connection-mananger/dials.spec.ts: Dials > attemptDial method > should be called at least once on all `peer:discovery` events","historyId":"ddd389dba90931c122476f0b3135b2f2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922433167,"stop":1724922433167,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"attemptDial method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"attemptDial method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","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":"Dials"},{"name":"suite","value":"attemptDial method"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"21de58c2d261e598","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/21de58c2d261e598","status":"passed","time":{"start":1724921095756,"stop":1724921095757,"duration":1}},{"uid":"5f5f5e41031a5857","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5f5f5e41031a5857","status":"passed","time":{"start":1724921070804,"stop":1724921070805,"duration":1}},{"uid":"6403a851f9915e27","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6403a851f9915e27","status":"passed","time":{"start":1724917730899,"stop":1724917730899,"duration":0}},{"uid":"e57dd48fd96358c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e57dd48fd96358c0","status":"passed","time":{"start":1724889510331,"stop":1724889510332,"duration":1}},{"uid":"4679dc590cef174a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4679dc590cef174a","status":"passed","time":{"start":1724888660679,"stop":1724888660680,"duration":1}},{"uid":"5547eea46ac70ee0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5547eea46ac70ee0","status":"passed","time":{"start":1724887817136,"stop":1724887817137,"duration":1}},{"uid":"c19c37faa6cda394","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c19c37faa6cda394","status":"passed","time":{"start":1724886584153,"stop":1724886584154,"duration":1}},{"uid":"829f78c49e26d91c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/829f78c49e26d91c","status":"passed","time":{"start":1724886362413,"stop":1724886362414,"duration":1}},{"uid":"a247e9d3c2611a99","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a247e9d3c2611a99","status":"passed","time":{"start":1724861811583,"stop":1724861811583,"duration":0}},{"uid":"c0e3f1cad37b9aa7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c0e3f1cad37b9aa7","status":"passed","time":{"start":1724861280381,"stop":1724861280382,"duration":1}},{"uid":"466e3e48ff935548","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/466e3e48ff935548","status":"passed","time":{"start":1724861106379,"stop":1724861106380,"duration":1}},{"uid":"6d33c715934c7853","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6d33c715934c7853","status":"passed","time":{"start":1724860966531,"stop":1724860966531,"duration":0}}]},"tags":[]},"source":"52262e4460fd5002.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/524902c40320d996.json b/7376/data/test-cases/524902c40320d996.json new file mode 100644 index 00000000000..fb312efccc0 --- /dev/null +++ b/7376/data/test-cases/524902c40320d996.json @@ -0,0 +1 @@ +{"uid":"524902c40320d996","name":"Encoder throws on undefined content topic","fullName":"/src/symmetric.spec.ts: Ensures content topic is defined > Encoder throws on undefined content topic","historyId":"62d6c48f0a70d500c45ef2a175f29bc7:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922408755,"stop":1724922408756,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Ensures content topic is defined"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"18d49e2c138cae35","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/18d49e2c138cae35","status":"passed","time":{"start":1724921071994,"stop":1724921071994,"duration":0}},{"uid":"5b23fd8e3a4c40f2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5b23fd8e3a4c40f2","status":"passed","time":{"start":1724921046823,"stop":1724921046823,"duration":0}},{"uid":"fdab50608165f1c8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fdab50608165f1c8","status":"passed","time":{"start":1724917707023,"stop":1724917707024,"duration":1}},{"uid":"56b7c48de83db178","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/56b7c48de83db178","status":"passed","time":{"start":1724889485859,"stop":1724889485860,"duration":1}},{"uid":"4d239cfd5ae5adc9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4d239cfd5ae5adc9","status":"passed","time":{"start":1724888636619,"stop":1724888636620,"duration":1}},{"uid":"711c1b29ab0b60ac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/711c1b29ab0b60ac","status":"passed","time":{"start":1724887792855,"stop":1724887792855,"duration":0}},{"uid":"ded57dee4486aefc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ded57dee4486aefc","status":"passed","time":{"start":1724886559723,"stop":1724886559724,"duration":1}},{"uid":"852edf6da5f25045","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/852edf6da5f25045","status":"passed","time":{"start":1724886337376,"stop":1724886337376,"duration":0}},{"uid":"3b2eb90916408306","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3b2eb90916408306","status":"passed","time":{"start":1724861786730,"stop":1724861786730,"duration":0}},{"uid":"52acbdb3bb4d18c7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/52acbdb3bb4d18c7","status":"passed","time":{"start":1724861257212,"stop":1724861257212,"duration":0}},{"uid":"9bb4f7485b60734e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9bb4f7485b60734e","status":"passed","time":{"start":1724861081085,"stop":1724861081085,"duration":0}},{"uid":"1042b0d01ad2f607","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1042b0d01ad2f607","status":"passed","time":{"start":1724860941731,"stop":1724860941731,"duration":0}}]},"tags":[]},"source":"524902c40320d996.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/52d49d5a400f8ff8.json b/7376/data/test-cases/52d49d5a400f8ff8.json new file mode 100644 index 00000000000..0de2a4be3f7 --- /dev/null +++ b/7376/data/test-cases/52d49d5a400f8ff8.json @@ -0,0 +1 @@ +{"uid":"52d49d5a400f8ff8","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric clusterId: /waku/2/rs/ /1","historyId":"e25ee9d61c6a3a632fec6b3bcab9a5f6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374688,"stop":1724922374688,"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":13,"unknown":0,"total":13},"items":[{"uid":"6cfc3bfc9a579daf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6cfc3bfc9a579daf","status":"passed","time":{"start":1724921037650,"stop":1724921037650,"duration":0}},{"uid":"fa5ff2882329308f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fa5ff2882329308f","status":"passed","time":{"start":1724921013062,"stop":1724921013063,"duration":1}},{"uid":"fd11df55286ae731","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fd11df55286ae731","status":"passed","time":{"start":1724917673303,"stop":1724917673303,"duration":0}},{"uid":"ec0f3ac9b1778dad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ec0f3ac9b1778dad","status":"passed","time":{"start":1724889452323,"stop":1724889452323,"duration":0}},{"uid":"451d628296f2a4ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/451d628296f2a4ee","status":"passed","time":{"start":1724888602855,"stop":1724888602855,"duration":0}},{"uid":"9122777e3aa1e721","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9122777e3aa1e721","status":"passed","time":{"start":1724887759176,"stop":1724887759176,"duration":0}},{"uid":"65e3a6b49c8c5b48","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/65e3a6b49c8c5b48","status":"passed","time":{"start":1724886525554,"stop":1724886525555,"duration":1}},{"uid":"87a458024cc7827d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/87a458024cc7827d","status":"passed","time":{"start":1724886303409,"stop":1724886303410,"duration":1}},{"uid":"4a465786e1963b18","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a465786e1963b18","status":"passed","time":{"start":1724861752246,"stop":1724861752246,"duration":0}},{"uid":"85e4d7279f9a510c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/85e4d7279f9a510c","status":"passed","time":{"start":1724861223366,"stop":1724861223366,"duration":0}},{"uid":"d2a188ef83b094ba","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d2a188ef83b094ba","status":"passed","time":{"start":1724861045215,"stop":1724861045215,"duration":0}},{"uid":"5c8d3e8eab40887d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5c8d3e8eab40887d","status":"passed","time":{"start":1724860907101,"stop":1724860907101,"duration":0}}]},"tags":[]},"source":"52d49d5a400f8ff8.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/fb81b953b2c33341.json b/7376/data/test-cases/5306cc9cc199e7ba.json similarity index 77% rename from 7346/data/test-cases/fb81b953b2c33341.json rename to 7376/data/test-cases/5306cc9cc199e7ba.json index 8da13fa15f4..5f5f31be3b0 100644 --- a/7346/data/test-cases/fb81b953b2c33341.json +++ b/7376/data/test-cases/5306cc9cc199e7ba.json @@ -1 +1 @@ -{"uid":"fb81b953b2c33341","name":"Subscribe to 100 topics (new limit) at once and receives messages","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to 100 topics (new limit) at once and receives messages","historyId":"49483aaa9fbb0f8c7913836033ea9abc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765545674,"stop":1724765545674,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"31a89fc24933b125","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/31a89fc24933b125","status":"passed","time":{"start":1724765472920,"stop":1724765472920,"duration":0}},{"uid":"e7d869af032066aa","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/e7d869af032066aa","status":"passed","time":{"start":1724763953866,"stop":1724763953866,"duration":0}},{"uid":"fe22410bc3e6b190","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/fe22410bc3e6b190","status":"passed","time":{"start":1724761070312,"stop":1724761070312,"duration":0}},{"uid":"1bfe2ce26eb12370","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/1bfe2ce26eb12370","status":"passed","time":{"start":1724760260074,"stop":1724760260074,"duration":0}},{"uid":"daba29d1aaa999","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/daba29d1aaa999","status":"passed","time":{"start":1724758530268,"stop":1724758530268,"duration":0}},{"uid":"5456cd8835d7edaa","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/5456cd8835d7edaa","status":"passed","time":{"start":1724757958294,"stop":1724757958294,"duration":0}},{"uid":"1f1c5716f74df672","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/1f1c5716f74df672","status":"passed","time":{"start":1724757397589,"stop":1724757397589,"duration":0}},{"uid":"1d0b83204457a8de","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/1d0b83204457a8de","status":"passed","time":{"start":1724755379401,"stop":1724755379401,"duration":0}},{"uid":"17c12803c6c7bc8b","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/17c12803c6c7bc8b","status":"passed","time":{"start":1724752819843,"stop":1724752819843,"duration":0}},{"uid":"26535c42351136c1","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/26535c42351136c1","status":"passed","time":{"start":1724751625318,"stop":1724751625318,"duration":0}},{"uid":"d391044dbfd227d6","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/d391044dbfd227d6","status":"passed","time":{"start":1724750725819,"stop":1724750725819,"duration":0}},{"uid":"18e468fdb05ba50b","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/18e468fdb05ba50b","status":"passed","time":{"start":1724749717498,"stop":1724749717499,"duration":1}},{"uid":"e937c4b693ad840f","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/e937c4b693ad840f","status":"passed","time":{"start":1724718019281,"stop":1724718019282,"duration":1}},{"uid":"941f27b39bef2f02","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/941f27b39bef2f02","status":"passed","time":{"start":1724715264560,"stop":1724715264565,"duration":5}},{"uid":"eacc20814336cacd","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/eacc20814336cacd","status":"passed","time":{"start":1724713371747,"stop":1724713371748,"duration":1}},{"uid":"e7d6b0ec38654a0e","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/e7d6b0ec38654a0e","status":"passed","time":{"start":1724706679431,"stop":1724706679431,"duration":0}},{"uid":"7404398abe3dd976","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/7404398abe3dd976","status":"passed","time":{"start":1724705096858,"stop":1724705096858,"duration":0}},{"uid":"2716b7a02d8e0aa5","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2716b7a02d8e0aa5","status":"passed","time":{"start":1724684459926,"stop":1724684459926,"duration":0}},{"uid":"19254aa6a9e90a42","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/19254aa6a9e90a42","status":"passed","time":{"start":1724673071754,"stop":1724673071754,"duration":0}},{"uid":"a4a0a0a347bea73b","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/a4a0a0a347bea73b","status":"passed","time":{"start":1724670808684,"stop":1724670808684,"duration":0}}]},"tags":[]},"source":"fb81b953b2c33341.json","parameterValues":[]} \ No newline at end of file +{"uid":"5306cc9cc199e7ba","name":"Renews subscription after lossing a connection","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Renews subscription after lossing a connection","historyId":"f16afeb4f39a29479f4d374f039a51ac:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012484,"stop":1724923012484,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1ef9fd84f68eab47","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1ef9fd84f68eab47","status":"passed","time":{"start":1724921625094,"stop":1724921625095,"duration":1}},{"uid":"4b5c0cd83a63fa28","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4b5c0cd83a63fa28","status":"passed","time":{"start":1724921590514,"stop":1724921590515,"duration":1}},{"uid":"a84a8b133d32a6f3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a84a8b133d32a6f3","status":"passed","time":{"start":1724918287581,"stop":1724918287582,"duration":1}},{"uid":"517e111539f8dd7a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/517e111539f8dd7a","status":"passed","time":{"start":1724890047810,"stop":1724890047810,"duration":0}},{"uid":"fe02994b0c954e61","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe02994b0c954e61","status":"passed","time":{"start":1724889183951,"stop":1724889183951,"duration":0}},{"uid":"2e1d43352cc01ee7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2e1d43352cc01ee7","status":"passed","time":{"start":1724888354191,"stop":1724888354191,"duration":0}},{"uid":"871775c6379e9701","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/871775c6379e9701","status":"passed","time":{"start":1724887145733,"stop":1724887145735,"duration":2}},{"uid":"ea625cb3deb0a277","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ea625cb3deb0a277","status":"passed","time":{"start":1724886915813,"stop":1724886915813,"duration":0}},{"uid":"adeb03bf2ac07414","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/adeb03bf2ac07414","status":"passed","time":{"start":1724862341469,"stop":1724862341469,"duration":0}},{"uid":"9fbb9f9b9b856bf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9fbb9f9b9b856bf","status":"passed","time":{"start":1724861805475,"stop":1724861805475,"duration":0}},{"uid":"6e5c2190cb8c8205","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6e5c2190cb8c8205","status":"passed","time":{"start":1724861662305,"stop":1724861662306,"duration":1}},{"uid":"7a5651c1258573d7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7a5651c1258573d7","status":"passed","time":{"start":1724861492535,"stop":1724861492535,"duration":0}}]},"tags":[]},"source":"5306cc9cc199e7ba.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/534602ca4857febe.json b/7376/data/test-cases/534602ca4857febe.json new file mode 100644 index 00000000000..06ba7bad216 --- /dev/null +++ b/7376/data/test-cases/534602ca4857febe.json @@ -0,0 +1 @@ +{"uid":"534602ca4857febe","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric shard: /waku/2/rs/1/","historyId":"60f0ccd9287782ff6ae41aeb8355a2d1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374688,"stop":1724922374688,"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":13,"unknown":0,"total":13},"items":[{"uid":"b128c6132fadca5b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b128c6132fadca5b","status":"passed","time":{"start":1724921037649,"stop":1724921037650,"duration":1}},{"uid":"12d6191e00ae797c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/12d6191e00ae797c","status":"passed","time":{"start":1724921013062,"stop":1724921013062,"duration":0}},{"uid":"4f73b7d0ac7be3f3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4f73b7d0ac7be3f3","status":"passed","time":{"start":1724917673302,"stop":1724917673303,"duration":1}},{"uid":"b56c99caef6a0ce6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b56c99caef6a0ce6","status":"passed","time":{"start":1724889452323,"stop":1724889452323,"duration":0}},{"uid":"11a4e713d01ab491","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/11a4e713d01ab491","status":"passed","time":{"start":1724888602855,"stop":1724888602855,"duration":0}},{"uid":"93d755c0e96eb12","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/93d755c0e96eb12","status":"passed","time":{"start":1724887759175,"stop":1724887759176,"duration":1}},{"uid":"888d506a8f386fe9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/888d506a8f386fe9","status":"passed","time":{"start":1724886525554,"stop":1724886525554,"duration":0}},{"uid":"7c25d7679f31e05c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7c25d7679f31e05c","status":"passed","time":{"start":1724886303409,"stop":1724886303409,"duration":0}},{"uid":"ac27b2f62392efc8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ac27b2f62392efc8","status":"passed","time":{"start":1724861752246,"stop":1724861752246,"duration":0}},{"uid":"c4a65392b24f07b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c4a65392b24f07b","status":"passed","time":{"start":1724861223366,"stop":1724861223366,"duration":0}},{"uid":"7f8e301d2406efe6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7f8e301d2406efe6","status":"passed","time":{"start":1724861045215,"stop":1724861045215,"duration":0}},{"uid":"33aad2beb6b766a8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/33aad2beb6b766a8","status":"passed","time":{"start":1724860907100,"stop":1724860907100,"duration":0}}]},"tags":[]},"source":"534602ca4857febe.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/d6f593bdae7dcdea.json b/7376/data/test-cases/536cffe97ea031ac.json similarity index 76% rename from 7346/data/test-cases/d6f593bdae7dcdea.json rename to 7376/data/test-cases/536cffe97ea031ac.json index 25cbd99d270..ac8ddf85816 100644 --- a/7346/data/test-cases/d6f593bdae7dcdea.json +++ b/7376/data/test-cases/536cffe97ea031ac.json @@ -1 +1 @@ -{"uid":"d6f593bdae7dcdea","name":"Check message with no content topic is not received","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check message with no content topic is not received","historyId":"34e68599a06ccc0ab4fc2e8f93b6a69a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765048441,"stop":1724765048442,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"e44de8feddf83d81","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/e44de8feddf83d81","status":"passed","time":{"start":1724764977157,"stop":1724764977157,"duration":0}},{"uid":"f4f7ad9b1035f0f5","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/f4f7ad9b1035f0f5","status":"passed","time":{"start":1724763340023,"stop":1724763340023,"duration":0}},{"uid":"11899e75208bd639","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/11899e75208bd639","status":"passed","time":{"start":1724760600564,"stop":1724760600567,"duration":3}},{"uid":"94dba5e9413b00e2","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/94dba5e9413b00e2","status":"passed","time":{"start":1724759627558,"stop":1724759627559,"duration":1}},{"uid":"7aaf1a06ec628455","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/7aaf1a06ec628455","status":"passed","time":{"start":1724757762750,"stop":1724757762750,"duration":0}},{"uid":"599ca62207e2d01f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/599ca62207e2d01f","status":"passed","time":{"start":1724757473957,"stop":1724757473958,"duration":1}},{"uid":"815eb1649280f91f","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/815eb1649280f91f","status":"passed","time":{"start":1724756806024,"stop":1724756806025,"duration":1}},{"uid":"345ed103d31830bd","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/345ed103d31830bd","status":"passed","time":{"start":1724754890979,"stop":1724754890979,"duration":0}},{"uid":"3608f66521608ea9","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/3608f66521608ea9","status":"passed","time":{"start":1724752321318,"stop":1724752321319,"duration":1}},{"uid":"3a7d00eb890cdfb4","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/3a7d00eb890cdfb4","status":"passed","time":{"start":1724751157986,"stop":1724751157987,"duration":1}},{"uid":"ad9b837eb766906f","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/ad9b837eb766906f","status":"passed","time":{"start":1724750231031,"stop":1724750231031,"duration":0}},{"uid":"a45d396991b4a059","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/a45d396991b4a059","status":"passed","time":{"start":1724749270703,"stop":1724749270703,"duration":0}},{"uid":"ac38f9d2ae24f1e1","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/ac38f9d2ae24f1e1","status":"passed","time":{"start":1724717545699,"stop":1724717545700,"duration":1}},{"uid":"c4854f6b4e05e232","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/c4854f6b4e05e232","status":"passed","time":{"start":1724714779176,"stop":1724714779177,"duration":1}},{"uid":"d6447b14458647bf","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/d6447b14458647bf","status":"passed","time":{"start":1724712855337,"stop":1724712855337,"duration":0}},{"uid":"cf37a0935482000c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/cf37a0935482000c","status":"passed","time":{"start":1724706072127,"stop":1724706072139,"duration":12}},{"uid":"a0fffad430b0ce41","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a0fffad430b0ce41","status":"passed","time":{"start":1724704476167,"stop":1724704476168,"duration":1}},{"uid":"10735c2588988a29","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/10735c2588988a29","status":"passed","time":{"start":1724683855326,"stop":1724683855327,"duration":1}},{"uid":"9b96195c902b4078","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/9b96195c902b4078","status":"passed","time":{"start":1724672579684,"stop":1724672579684,"duration":0}},{"uid":"34b2398212894665","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/34b2398212894665","status":"passed","time":{"start":1724670325029,"stop":1724670325029,"duration":0}}]},"tags":[]},"source":"d6f593bdae7dcdea.json","parameterValues":[]} \ No newline at end of file +{"uid":"536cffe97ea031ac","name":"Check message with no content topic is not received","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check message with no content topic is not received","historyId":"34e68599a06ccc0ab4fc2e8f93b6a69a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922601857,"stop":1724922601857,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"492e87a099129c9c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/492e87a099129c9c","status":"passed","time":{"start":1724921267880,"stop":1724921267880,"duration":0}},{"uid":"ed6c2c2944b35e8d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ed6c2c2944b35e8d","status":"passed","time":{"start":1724921244397,"stop":1724921244398,"duration":1}},{"uid":"b00d34f7361845f5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b00d34f7361845f5","status":"passed","time":{"start":1724917916059,"stop":1724917916060,"duration":1}},{"uid":"1b43019052db498c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1b43019052db498c","status":"passed","time":{"start":1724889678260,"stop":1724889678261,"duration":1}},{"uid":"f3e0cd00e166b8f0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3e0cd00e166b8f0","status":"passed","time":{"start":1724888831690,"stop":1724888831690,"duration":0}},{"uid":"30f7fd5fe3b7b83c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/30f7fd5fe3b7b83c","status":"passed","time":{"start":1724888003324,"stop":1724888003325,"duration":1}},{"uid":"ccaa48708e48543a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ccaa48708e48543a","status":"passed","time":{"start":1724886776614,"stop":1724886776615,"duration":1}},{"uid":"c7e5c4943ebea38d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c7e5c4943ebea38d","status":"passed","time":{"start":1724886555803,"stop":1724886555803,"duration":0}},{"uid":"f2d0afb85ec0480c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2d0afb85ec0480c","status":"passed","time":{"start":1724861983015,"stop":1724861983016,"duration":1}},{"uid":"121cfd33c9c1b855","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/121cfd33c9c1b855","status":"passed","time":{"start":1724861444071,"stop":1724861444072,"duration":1}},{"uid":"fd4025c960e39c3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fd4025c960e39c3","status":"passed","time":{"start":1724861285840,"stop":1724861285840,"duration":0}},{"uid":"4f6f1f93754eda82","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4f6f1f93754eda82","status":"passed","time":{"start":1724861145677,"stop":1724861145677,"duration":0}}]},"tags":[]},"source":"536cffe97ea031ac.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/53bdf4656d789c5.json b/7376/data/test-cases/53bdf4656d789c5.json new file mode 100644 index 00000000000..d976725ac71 --- /dev/null +++ b/7376/data/test-cases/53bdf4656d789c5.json @@ -0,0 +1 @@ +{"uid":"53bdf4656d789c5","name":"can start and stop the service","fullName":"/tests/dns-peer-discovery.spec.ts: DNS Discovery: Compliance Test > interface-peer-discovery compliance tests > can start and stop the service","historyId":"c8807fb8a0a316128a5e7f7efc265cc8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922439099,"stop":1724922439099,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"DNS Discovery: Compliance Test"},{"name":"suite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5bfd592b80c1d3b9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5bfd592b80c1d3b9","status":"passed","time":{"start":1724921098907,"stop":1724921098913,"duration":6}},{"uid":"fa0adc3ef7b06bfc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fa0adc3ef7b06bfc","status":"passed","time":{"start":1724921073378,"stop":1724921073379,"duration":1}},{"uid":"7766031bc031d1c2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7766031bc031d1c2","status":"passed","time":{"start":1724917744657,"stop":1724917744661,"duration":4}},{"uid":"7f8a580dd4ecd1fe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7f8a580dd4ecd1fe","status":"passed","time":{"start":1724889518042,"stop":1724889518042,"duration":0}},{"uid":"a35f808c0232ed06","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a35f808c0232ed06","status":"passed","time":{"start":1724888665798,"stop":1724888665799,"duration":1}},{"uid":"a97fe82c697ab81f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a97fe82c697ab81f","status":"passed","time":{"start":1724887821950,"stop":1724887821950,"duration":0}},{"uid":"64197085a213258b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/64197085a213258b","status":"passed","time":{"start":1724886586923,"stop":1724886586924,"duration":1}},{"uid":"ae19d90c46754bbf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ae19d90c46754bbf","status":"passed","time":{"start":1724886375226,"stop":1724886375227,"duration":1}},{"uid":"fa1cc621d8b6ee12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fa1cc621d8b6ee12","status":"passed","time":{"start":1724861815215,"stop":1724861815215,"duration":0}},{"uid":"39c76e41c6e04eb6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/39c76e41c6e04eb6","status":"passed","time":{"start":1724861291720,"stop":1724861291720,"duration":0}},{"uid":"c83e5af721f5024f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c83e5af721f5024f","status":"passed","time":{"start":1724861109863,"stop":1724861109863,"duration":0}},{"uid":"f33fc3b884e82b5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f33fc3b884e82b5","status":"passed","time":{"start":1724860972338,"stop":1724860972339,"duration":1}}]},"tags":[]},"source":"53bdf4656d789c5.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/53d863d936b7a7bd.json b/7376/data/test-cases/53d863d936b7a7bd.json new file mode 100644 index 00000000000..9e8ac55699a --- /dev/null +++ b/7376/data/test-cases/53d863d936b7a7bd.json @@ -0,0 +1 @@ +{"uid":"53d863d936b7a7bd","name":"Used by Waku Relay","fullName":"/tests/waku.node.spec.ts: Decryption Keys > Used by Waku Relay","historyId":"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922998984,"stop":1724922998985,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Decryption Keys\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Decryption Keys\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Decryption Keys\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Decryption Keys"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b58210257090c321","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b58210257090c321","status":"passed","time":{"start":1724921672581,"stop":1724921672582,"duration":1}},{"uid":"a8a95d5d6e64eaf3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a8a95d5d6e64eaf3","status":"passed","time":{"start":1724921629964,"stop":1724921629965,"duration":1}},{"uid":"100b50354e54c65e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/100b50354e54c65e","status":"passed","time":{"start":1724918337083,"stop":1724918337083,"duration":0}},{"uid":"473d8ec8546b87fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/473d8ec8546b87fd","status":"passed","time":{"start":1724890089179,"stop":1724890089179,"duration":0}},{"uid":"28098478dbfc74f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/28098478dbfc74f9","status":"passed","time":{"start":1724889221660,"stop":1724889221660,"duration":0}},{"uid":"b91bf1f19aecf370","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b91bf1f19aecf370","status":"passed","time":{"start":1724888396188,"stop":1724888396189,"duration":1}},{"uid":"b87b6e3069596aec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b87b6e3069596aec","status":"passed","time":{"start":1724887170939,"stop":1724887170939,"duration":0}},{"uid":"7a875359edf770af","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7a875359edf770af","status":"passed","time":{"start":1724886948525,"stop":1724886948525,"duration":0}},{"uid":"e075c236c07ec0e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e075c236c07ec0e5","status":"passed","time":{"start":1724862370753,"stop":1724862370753,"duration":0}},{"uid":"c61a7e5624c20670","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c61a7e5624c20670","status":"passed","time":{"start":1724861845169,"stop":1724861845169,"duration":0}},{"uid":"e4a482c4675c47de","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e4a482c4675c47de","status":"passed","time":{"start":1724861703117,"stop":1724861703117,"duration":0}},{"uid":"b33166759283cee7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b33166759283cee7","status":"passed","time":{"start":1724861530977,"stop":1724861530977,"duration":0}}]},"tags":[]},"source":"53d863d936b7a7bd.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/b32feb9c45c44fe4.json b/7376/data/test-cases/545ac110a849dbc4.json similarity index 77% rename from 7346/data/test-cases/b32feb9c45c44fe4.json rename to 7376/data/test-cases/545ac110a849dbc4.json index 867483efe35..051c134ae44 100644 --- a/7346/data/test-cases/b32feb9c45c44fe4.json +++ b/7376/data/test-cases/545ac110a849dbc4.json @@ -1 +1 @@ -{"uid":"b32feb9c45c44fe4","name":"Fails to publish message with empty text","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Fails to publish message with empty text","historyId":"56e1d8474d62878e7786d2205343b01d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765426737,"stop":1724765426737,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"7ae97c022d09a0fc","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/7ae97c022d09a0fc","status":"passed","time":{"start":1724765341339,"stop":1724765341339,"duration":0}},{"uid":"472d741d35806274","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/472d741d35806274","status":"passed","time":{"start":1724763725734,"stop":1724763725735,"duration":1}},{"uid":"e20de51a18c1cd56","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/e20de51a18c1cd56","status":"passed","time":{"start":1724760957728,"stop":1724760957728,"duration":0}},{"uid":"43c0495afa2a5389","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/43c0495afa2a5389","status":"passed","time":{"start":1724759981892,"stop":1724759981893,"duration":1}},{"uid":"aca1ed01a27393d3","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/aca1ed01a27393d3","status":"passed","time":{"start":1724758132043,"stop":1724758132044,"duration":1}},{"uid":"e299516c672d521b","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/e299516c672d521b","status":"passed","time":{"start":1724757777638,"stop":1724757777638,"duration":0}},{"uid":"65d4ef6564056165","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/65d4ef6564056165","status":"passed","time":{"start":1724757176025,"stop":1724757176026,"duration":1}},{"uid":"ad7f144d7504e4ac","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ad7f144d7504e4ac","status":"passed","time":{"start":1724755243518,"stop":1724755243518,"duration":0}},{"uid":"265348f01efd04","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/265348f01efd04","status":"passed","time":{"start":1724752673890,"stop":1724752673890,"duration":0}},{"uid":"842e43bf0a187e95","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/842e43bf0a187e95","status":"passed","time":{"start":1724751529521,"stop":1724751529522,"duration":1}},{"uid":"fa7e177ff2f5705c","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/fa7e177ff2f5705c","status":"passed","time":{"start":1724750600094,"stop":1724750600096,"duration":2}},{"uid":"b58ab226fbe4fab6","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/b58ab226fbe4fab6","status":"passed","time":{"start":1724749599700,"stop":1724749599701,"duration":1}},{"uid":"6dd0af10956095ed","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/6dd0af10956095ed","status":"passed","time":{"start":1724717906130,"stop":1724717906130,"duration":0}},{"uid":"bfb50d092e693974","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/bfb50d092e693974","status":"passed","time":{"start":1724715143948,"stop":1724715143948,"duration":0}},{"uid":"47217f13922f4571","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/47217f13922f4571","status":"passed","time":{"start":1724713227751,"stop":1724713227752,"duration":1}},{"uid":"87617099ef6048a6","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/87617099ef6048a6","status":"passed","time":{"start":1724706419045,"stop":1724706419045,"duration":0}},{"uid":"9c7cd85350a72a6f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/9c7cd85350a72a6f","status":"passed","time":{"start":1724704834040,"stop":1724704834042,"duration":2}},{"uid":"73b8f1e7274a8652","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/73b8f1e7274a8652","status":"passed","time":{"start":1724684210899,"stop":1724684210899,"duration":0}},{"uid":"178e81d8a2a0bb88","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/178e81d8a2a0bb88","status":"passed","time":{"start":1724672960988,"stop":1724672960988,"duration":0}},{"uid":"7d8266f9d1af4a86","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/7d8266f9d1af4a86","status":"passed","time":{"start":1724670677922,"stop":1724670677922,"duration":0}}]},"tags":[]},"source":"b32feb9c45c44fe4.json","parameterValues":[]} \ No newline at end of file +{"uid":"545ac110a849dbc4","name":"Fails to publish message with empty text","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Fails to publish message with empty text","historyId":"56e1d8474d62878e7786d2205343b01d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922887532,"stop":1724922887532,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ce7643567f9afbf0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ce7643567f9afbf0","status":"passed","time":{"start":1724921564782,"stop":1724921564782,"duration":0}},{"uid":"50d1314bbcb8e2d6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/50d1314bbcb8e2d6","status":"passed","time":{"start":1724921518826,"stop":1724921518827,"duration":1}},{"uid":"a0753490f746e3b6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a0753490f746e3b6","status":"passed","time":{"start":1724918229404,"stop":1724918229404,"duration":0}},{"uid":"e07f6da1f040e514","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e07f6da1f040e514","status":"passed","time":{"start":1724889980706,"stop":1724889980706,"duration":0}},{"uid":"bb2bf744dd456b2c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bb2bf744dd456b2c","status":"passed","time":{"start":1724889111183,"stop":1724889111183,"duration":0}},{"uid":"49dd1db7f9e03c49","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/49dd1db7f9e03c49","status":"passed","time":{"start":1724888292546,"stop":1724888292547,"duration":1}},{"uid":"e1a2e7eccf24dc14","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e1a2e7eccf24dc14","status":"passed","time":{"start":1724887068231,"stop":1724887068232,"duration":1}},{"uid":"24cd671b3e6e2fa1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/24cd671b3e6e2fa1","status":"passed","time":{"start":1724886848933,"stop":1724886848934,"duration":1}},{"uid":"8b51a09cd8158d09","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8b51a09cd8158d09","status":"passed","time":{"start":1724862262052,"stop":1724862262052,"duration":0}},{"uid":"76cbb21a9976b29f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/76cbb21a9976b29f","status":"passed","time":{"start":1724861741897,"stop":1724861741897,"duration":0}},{"uid":"dd098de90dad8c40","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dd098de90dad8c40","status":"passed","time":{"start":1724861599500,"stop":1724861599501,"duration":1}},{"uid":"bf903cab904e90f1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bf903cab904e90f1","status":"passed","time":{"start":1724861428479,"stop":1724861428479,"duration":0}}]},"tags":[]},"source":"545ac110a849dbc4.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/4b2f477c66a38064.json b/7376/data/test-cases/54c8e22b252af5eb.json similarity index 93% rename from 7346/data/test-cases/4b2f477c66a38064.json rename to 7376/data/test-cases/54c8e22b252af5eb.json index 0df71102d30..35a91d5b2c5 100644 --- a/7346/data/test-cases/4b2f477c66a38064.json +++ b/7376/data/test-cases/54c8e22b252af5eb.json @@ -1 +1 @@ -{"uid":"4b2f477c66a38064","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app86/9/topic282/test.js","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 2 - Cluster ID: 10, Content Topic: /app86/9/topic282/test.js","historyId":"d0606d5390a67ffd7ed3696dcf162ddd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765462122,"stop":1724765462122,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"4b2f477c66a38064.json","parameterValues":[]} \ No newline at end of file +{"uid":"54c8e22b252af5eb","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app40/8/topic200/test.js","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 5 - Cluster ID: 10, Content Topic: /app40/8/topic200/test.js","historyId":"f7f5c226683701e08da5d9119f8e707d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922906441,"stop":1724922906441,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"54c8e22b252af5eb.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/54205fa750bc9f20.json b/7376/data/test-cases/54da24e16e3eb316.json similarity index 54% rename from 7346/data/test-cases/54205fa750bc9f20.json rename to 7376/data/test-cases/54da24e16e3eb316.json index 86c4d0b028c..40232544a16 100644 --- a/7346/data/test-cases/54205fa750bc9f20.json +++ b/7376/data/test-cases/54da24e16e3eb316.json @@ -1 +1 @@ -{"uid":"54205fa750bc9f20","name":"Passing a valid cursor at 110 index when there are 120 messages","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Passing a valid cursor at 110 index when there are 120 messages","historyId":"dd42ff6854d3b17dd7c4675a0f2d7993:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765470241,"stop":1724765470241,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, cursor"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"f324c649c829f2ea","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/f324c649c829f2ea","status":"passed","time":{"start":1724765389225,"stop":1724765389225,"duration":0}},{"uid":"2ba6dca04764e219","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/2ba6dca04764e219","status":"passed","time":{"start":1724763765691,"stop":1724763765691,"duration":0}},{"uid":"e6f1d3e30daab0ba","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/e6f1d3e30daab0ba","status":"passed","time":{"start":1724761004841,"stop":1724761004841,"duration":0}},{"uid":"ea3da7d2adc6b64a","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/ea3da7d2adc6b64a","status":"passed","time":{"start":1724760037108,"stop":1724760037109,"duration":1}},{"uid":"49e9ab2fed9cd12b","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/49e9ab2fed9cd12b","status":"passed","time":{"start":1724758177014,"stop":1724758177014,"duration":0}},{"uid":"5df5dc7c5f158e46","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/5df5dc7c5f158e46","status":"passed","time":{"start":1724757847391,"stop":1724757847392,"duration":1}},{"uid":"dbe434f2fc79d6e9","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/dbe434f2fc79d6e9","status":"passed","time":{"start":1724757226685,"stop":1724757226685,"duration":0}},{"uid":"34a11dcaca6b341b","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/34a11dcaca6b341b","status":"passed","time":{"start":1724755296802,"stop":1724755296802,"duration":0}},{"uid":"1a59e44a43a112ef","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/1a59e44a43a112ef","status":"passed","time":{"start":1724752732663,"stop":1724752732663,"duration":0}},{"uid":"9188eded2007a181","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/9188eded2007a181","status":"passed","time":{"start":1724751577054,"stop":1724751577055,"duration":1}},{"uid":"2698554cf30e0e28","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/2698554cf30e0e28","status":"passed","time":{"start":1724750647496,"stop":1724750647496,"duration":0}},{"uid":"ff018e47c55ea424","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/ff018e47c55ea424","status":"passed","time":{"start":1724749642926,"stop":1724749642928,"duration":2}},{"uid":"51bbd29e16dd6943","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/51bbd29e16dd6943","status":"passed","time":{"start":1724717957840,"stop":1724717957841,"duration":1}},{"uid":"354f1ce6c779b3e0","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/354f1ce6c779b3e0","status":"passed","time":{"start":1724715206993,"stop":1724715206993,"duration":0}},{"uid":"d2a4636bd2125a2f","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/d2a4636bd2125a2f","status":"passed","time":{"start":1724713277142,"stop":1724713277143,"duration":1}},{"uid":"9d2237791340369d","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/9d2237791340369d","status":"passed","time":{"start":1724706466066,"stop":1724706466068,"duration":2}},{"uid":"b730807d0e812828","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b730807d0e812828","status":"passed","time":{"start":1724704876922,"stop":1724704876923,"duration":1}},{"uid":"d006ab3e7e2ffcaf","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d006ab3e7e2ffcaf","status":"passed","time":{"start":1724684257316,"stop":1724684257317,"duration":1}},{"uid":"a52bfec3dfc733a2","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/a52bfec3dfc733a2","status":"passed","time":{"start":1724673010502,"stop":1724673010503,"duration":1}},{"uid":"ba95e04f47fea894","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/ba95e04f47fea894","status":"passed","time":{"start":1724670731310,"stop":1724670731311,"duration":1}}]},"tags":[]},"source":"54205fa750bc9f20.json","parameterValues":[]} \ No newline at end of file +{"uid":"54da24e16e3eb316","name":"Passing a valid cursor at 110 index when there are 120 messages","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Passing a valid cursor at 110 index when there are 120 messages","historyId":"dd42ff6854d3b17dd7c4675a0f2d7993:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922928887,"stop":1724922928887,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, cursor"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b091f39ad7af265e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b091f39ad7af265e","status":"passed","time":{"start":1724921620603,"stop":1724921620609,"duration":6}},{"uid":"8d33d1546d6214bb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8d33d1546d6214bb","status":"passed","time":{"start":1724921566688,"stop":1724921566690,"duration":2}},{"uid":"6cc0294aafab2004","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6cc0294aafab2004","status":"passed","time":{"start":1724918280553,"stop":1724918280553,"duration":0}},{"uid":"6b9b517a45b2e80d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b9b517a45b2e80d","status":"passed","time":{"start":1724890019469,"stop":1724890019469,"duration":0}},{"uid":"dc64c5551ddf1af6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dc64c5551ddf1af6","status":"passed","time":{"start":1724889148722,"stop":1724889148722,"duration":0}},{"uid":"d05aa59c59a7a33d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d05aa59c59a7a33d","status":"passed","time":{"start":1724888331955,"stop":1724888331955,"duration":0}},{"uid":"e523a4bdec57b67b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e523a4bdec57b67b","status":"passed","time":{"start":1724887107114,"stop":1724887107114,"duration":0}},{"uid":"3338a1d82a7232d9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3338a1d82a7232d9","status":"passed","time":{"start":1724886889608,"stop":1724886889608,"duration":0}},{"uid":"b5e9bb6c21407445","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b5e9bb6c21407445","status":"passed","time":{"start":1724862298790,"stop":1724862298790,"duration":0}},{"uid":"3ad0a5a7e3ecdb80","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3ad0a5a7e3ecdb80","status":"passed","time":{"start":1724861779253,"stop":1724861779254,"duration":1}},{"uid":"f06e5a558970b75a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f06e5a558970b75a","status":"passed","time":{"start":1724861646562,"stop":1724861646562,"duration":0}},{"uid":"ad5aeea86d6669b4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ad5aeea86d6669b4","status":"passed","time":{"start":1724861466615,"stop":1724861466615,"duration":0}}]},"tags":[]},"source":"54da24e16e3eb316.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/5568d9a99a9f87a8.json b/7376/data/test-cases/5568d9a99a9f87a8.json new file mode 100644 index 00000000000..15154506ddd --- /dev/null +++ b/7376/data/test-cases/5568d9a99a9f87a8.json @@ -0,0 +1 @@ +{"uid":"5568d9a99a9f87a8","name":"should correctly map /myapp/1/latest/proto to shard index 0","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /myapp/1/latest/proto to shard index 0","historyId":"e029ab1aa9b5631bce594036f1f437f6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374663,"stop":1724922374663,"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":"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":13,"unknown":0,"total":13},"items":[{"uid":"8c633cd02e4bcaf1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8c633cd02e4bcaf1","status":"passed","time":{"start":1724921037624,"stop":1724921037625,"duration":1}},{"uid":"aebc6183a09ad1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/aebc6183a09ad1","status":"passed","time":{"start":1724921013042,"stop":1724921013042,"duration":0}},{"uid":"b8e27f82367503fb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b8e27f82367503fb","status":"passed","time":{"start":1724917673280,"stop":1724917673280,"duration":0}},{"uid":"b465aa2880b2d393","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b465aa2880b2d393","status":"passed","time":{"start":1724889452300,"stop":1724889452300,"duration":0}},{"uid":"5916c73410997b84","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5916c73410997b84","status":"passed","time":{"start":1724888602829,"stop":1724888602829,"duration":0}},{"uid":"ac176ff4b4257ad5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ac176ff4b4257ad5","status":"passed","time":{"start":1724887759154,"stop":1724887759159,"duration":5}},{"uid":"c3ebf3a6b502a8d8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c3ebf3a6b502a8d8","status":"passed","time":{"start":1724886525539,"stop":1724886525539,"duration":0}},{"uid":"9eaa9018b2a68415","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9eaa9018b2a68415","status":"passed","time":{"start":1724886303387,"stop":1724886303388,"duration":1}},{"uid":"742a06763b17cfa0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/742a06763b17cfa0","status":"passed","time":{"start":1724861752215,"stop":1724861752215,"duration":0}},{"uid":"5eedae2622e2271c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5eedae2622e2271c","status":"passed","time":{"start":1724861223345,"stop":1724861223350,"duration":5}},{"uid":"219e9b323abfbd44","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/219e9b323abfbd44","status":"passed","time":{"start":1724861045191,"stop":1724861045191,"duration":0}},{"uid":"a5e4ce741ae6f0de","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a5e4ce741ae6f0de","status":"passed","time":{"start":1724860907073,"stop":1724860907079,"duration":6}}]},"tags":[]},"source":"5568d9a99a9f87a8.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/5757dabe83f1e00e.json b/7376/data/test-cases/5757dabe83f1e00e.json new file mode 100644 index 00000000000..d588d4eb8e0 --- /dev/null +++ b/7376/data/test-cases/5757dabe83f1e00e.json @@ -0,0 +1 @@ +{"uid":"5757dabe83f1e00e","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=2 > numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","historyId":"e143b61854162a0dcf4f6911e61441b8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611431,"stop":1724922611431,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=2"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"de25339d752dfb10","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/de25339d752dfb10","status":"passed","time":{"start":1724921270352,"stop":1724921270353,"duration":1}},{"uid":"2a5b3ed22eb45df5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2a5b3ed22eb45df5","status":"passed","time":{"start":1724921247813,"stop":1724921247814,"duration":1}},{"uid":"b0fa06e951e4676d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b0fa06e951e4676d","status":"passed","time":{"start":1724917989814,"stop":1724917989814,"duration":0}},{"uid":"e5d74b0dbffb9720","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e5d74b0dbffb9720","status":"passed","time":{"start":1724889678547,"stop":1724889678547,"duration":0}},{"uid":"a9d997de77b39d64","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9d997de77b39d64","status":"passed","time":{"start":1724888829833,"stop":1724888829834,"duration":1}},{"uid":"9306a4318504817c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9306a4318504817c","status":"passed","time":{"start":1724888076986,"stop":1724888076987,"duration":1}},{"uid":"7a1888a9bd5c6829","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7a1888a9bd5c6829","status":"passed","time":{"start":1724886851121,"stop":1724886851121,"duration":0}},{"uid":"c4f898fd5c5a5a2f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c4f898fd5c5a5a2f","status":"passed","time":{"start":1724886647085,"stop":1724886647091,"duration":6}},{"uid":"ff2b011183fbbc8b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff2b011183fbbc8b","status":"passed","time":{"start":1724861992709,"stop":1724861992709,"duration":0}},{"uid":"3fd39ea4e4d83acb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3fd39ea4e4d83acb","status":"passed","time":{"start":1724861469637,"stop":1724861469638,"duration":1}},{"uid":"b6038eec68a707e4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b6038eec68a707e4","status":"passed","time":{"start":1724861284853,"stop":1724861284853,"duration":0}},{"uid":"7946f38abc24d047","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7946f38abc24d047","status":"passed","time":{"start":1724861145798,"stop":1724861145798,"duration":0}}]},"tags":[]},"source":"5757dabe83f1e00e.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/57963b4423ccc1c5.json b/7376/data/test-cases/57963b4423ccc1c5.json new file mode 100644 index 00000000000..7e8f3d045fc --- /dev/null +++ b/7376/data/test-cases/57963b4423ccc1c5.json @@ -0,0 +1 @@ +{"uid":"57963b4423ccc1c5","name":"receiving a ping from a peer does not overwrite shard info","fullName":"/tests/metadata.spec.ts: Metadata Protocol > receiving a ping from a peer does not overwrite shard info","historyId":"38636f95d7be29393e20abf420c9a43b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922771081,"stop":1724922771082,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Metadata Protocol"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"30ca862286538063","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/30ca862286538063","status":"passed","time":{"start":1724921419681,"stop":1724921419681,"duration":0}},{"uid":"acc4079293d935e8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/acc4079293d935e8","status":"passed","time":{"start":1724921400501,"stop":1724921400502,"duration":1}},{"uid":"cd7d34587c79a9c7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cd7d34587c79a9c7","status":"passed","time":{"start":1724918124173,"stop":1724918124174,"duration":1}},{"uid":"9fce0c28f411815b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9fce0c28f411815b","status":"passed","time":{"start":1724889845311,"stop":1724889845312,"duration":1}},{"uid":"c3f92f8aa3a2ce8c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c3f92f8aa3a2ce8c","status":"passed","time":{"start":1724888978741,"stop":1724888978748,"duration":7}},{"uid":"de2b7cd99ef96c17","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/de2b7cd99ef96c17","status":"passed","time":{"start":1724888199757,"stop":1724888199757,"duration":0}},{"uid":"4a1d5fd6b5a00513","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a1d5fd6b5a00513","status":"passed","time":{"start":1724886961474,"stop":1724886961474,"duration":0}},{"uid":"334907de6eca50a6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/334907de6eca50a6","status":"passed","time":{"start":1724886743394,"stop":1724886743394,"duration":0}},{"uid":"a5aebd7055d2d16b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5aebd7055d2d16b","status":"passed","time":{"start":1724862150650,"stop":1724862150654,"duration":4}},{"uid":"cc61f60b2e2a483a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cc61f60b2e2a483a","status":"passed","time":{"start":1724861627580,"stop":1724861627580,"duration":0}},{"uid":"47cf7c13f09ca547","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/47cf7c13f09ca547","status":"passed","time":{"start":1724861501069,"stop":1724861501069,"duration":0}},{"uid":"8a76c2f994e26284","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8a76c2f994e26284","status":"passed","time":{"start":1724861297167,"stop":1724861297168,"duration":1}}]},"tags":[]},"source":"57963b4423ccc1c5.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/57c22d602f4229d1.json b/7376/data/test-cases/57c22d602f4229d1.json new file mode 100644 index 00000000000..35fc5120cd4 --- /dev/null +++ b/7376/data/test-cases/57c22d602f4229d1.json @@ -0,0 +1 @@ +{"uid":"57c22d602f4229d1","name":"should encode/decode to RLP encoding","fullName":"/src/enr.spec.ts: ENR > Static tests > should encode/decode to RLP encoding","historyId":"9f07c75ef704aea1915b427e4dc2f966:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922383083,"stop":1724922383083,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Static tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6df296044ddd7138","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6df296044ddd7138","status":"passed","time":{"start":1724921046200,"stop":1724921046200,"duration":0}},{"uid":"765385c3759e8044","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/765385c3759e8044","status":"passed","time":{"start":1724921021470,"stop":1724921021471,"duration":1}},{"uid":"16e7ab4d944e599f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/16e7ab4d944e599f","status":"passed","time":{"start":1724917681719,"stop":1724917681719,"duration":0}},{"uid":"4b6772cf08e10b2b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b6772cf08e10b2b","status":"passed","time":{"start":1724889460648,"stop":1724889460651,"duration":3}},{"uid":"78dbab85da784279","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/78dbab85da784279","status":"passed","time":{"start":1724888611291,"stop":1724888611291,"duration":0}},{"uid":"86fb3c33bec4f2a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/86fb3c33bec4f2a2","status":"passed","time":{"start":1724887767616,"stop":1724887767616,"duration":0}},{"uid":"f27626d644c2f1a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f27626d644c2f1a2","status":"passed","time":{"start":1724886533986,"stop":1724886533986,"duration":0}},{"uid":"b93d659cb1a68888","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b93d659cb1a68888","status":"passed","time":{"start":1724886311754,"stop":1724886311754,"duration":0}},{"uid":"2ba9daa5aa1c361a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ba9daa5aa1c361a","status":"passed","time":{"start":1724861760770,"stop":1724861760770,"duration":0}},{"uid":"a87a93f0547570b2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a87a93f0547570b2","status":"passed","time":{"start":1724861231729,"stop":1724861231730,"duration":1}},{"uid":"b6c0f25ffb0378fe","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b6c0f25ffb0378fe","status":"passed","time":{"start":1724861054251,"stop":1724861054251,"duration":0}},{"uid":"1daf3dcde8e7123b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1daf3dcde8e7123b","status":"passed","time":{"start":1724860915809,"stop":1724860915809,"duration":0}}]},"tags":[]},"source":"57c22d602f4229d1.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/57dc263271b9f1c6.json b/7376/data/test-cases/57dc263271b9f1c6.json new file mode 100644 index 00000000000..3c186119a41 --- /dev/null +++ b/7376/data/test-cases/57dc263271b9f1c6.json @@ -0,0 +1 @@ +{"uid":"57dc263271b9f1c6","name":"3 nodes on /waku/2/rs/3/1 topic","fullName":"/tests/relay/multiple_pubsub.node.spec.ts: Waku Relay, multiple pubsub topics > 3 nodes on /waku/2/rs/3/1 topic","historyId":"7ce18161254ebadcfa68668ab8c81e05:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922862332,"stop":1724922862333,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, multiple pubsub topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e8a573b851f097b4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e8a573b851f097b4","status":"passed","time":{"start":1724921540106,"stop":1724921540107,"duration":1}},{"uid":"82944b004fb316a7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/82944b004fb316a7","status":"passed","time":{"start":1724921503538,"stop":1724921503539,"duration":1}},{"uid":"2d03253a42368417","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2d03253a42368417","status":"passed","time":{"start":1724918214355,"stop":1724918214355,"duration":0}},{"uid":"c2a9bac8e8960fad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2a9bac8e8960fad","status":"passed","time":{"start":1724889952442,"stop":1724889952443,"duration":1}},{"uid":"6df7b37de727a6e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6df7b37de727a6e1","status":"passed","time":{"start":1724889087460,"stop":1724889087460,"duration":0}},{"uid":"405ae069a8bab0c1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/405ae069a8bab0c1","status":"passed","time":{"start":1724888266428,"stop":1724888266428,"duration":0}},{"uid":"fa2519ee081381c6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fa2519ee081381c6","status":"passed","time":{"start":1724887042929,"stop":1724887042930,"duration":1}},{"uid":"536563571d656ae2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/536563571d656ae2","status":"passed","time":{"start":1724886820796,"stop":1724886820797,"duration":1}},{"uid":"b1768ac5785f9ffb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1768ac5785f9ffb","status":"passed","time":{"start":1724862245488,"stop":1724862245489,"duration":1}},{"uid":"7c48e0a7d032b49c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7c48e0a7d032b49c","status":"passed","time":{"start":1724861720393,"stop":1724861720393,"duration":0}},{"uid":"7ab19e1046c0f337","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7ab19e1046c0f337","status":"passed","time":{"start":1724861579386,"stop":1724861579386,"duration":0}},{"uid":"e21816539dd80ff0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e21816539dd80ff0","status":"passed","time":{"start":1724861402506,"stop":1724861402506,"duration":0}}]},"tags":[]},"source":"57dc263271b9f1c6.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/7ab494c1ad15ab23.json b/7376/data/test-cases/5807da6c2bb5a9dd.json similarity index 78% rename from 7346/data/test-cases/7ab494c1ad15ab23.json rename to 7376/data/test-cases/5807da6c2bb5a9dd.json index 106aa0f3903..fe529532e6b 100644 --- a/7346/data/test-cases/7ab494c1ad15ab23.json +++ b/7376/data/test-cases/5807da6c2bb5a9dd.json @@ -1 +1 @@ -{"uid":"7ab494c1ad15ab23","name":"Check received message containing emoji","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing emoji","historyId":"295c33f4143eb57c2fefa85314e3f4af:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392390,"stop":1724765392390,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"f59dbce365ebe18c","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/f59dbce365ebe18c","status":"passed","time":{"start":1724765313872,"stop":1724765313872,"duration":0}},{"uid":"b51b48e67e49e636","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/b51b48e67e49e636","status":"passed","time":{"start":1724763683872,"stop":1724763683872,"duration":0}},{"uid":"45e584090ace7750","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/45e584090ace7750","status":"passed","time":{"start":1724760929573,"stop":1724760929573,"duration":0}},{"uid":"4fe5791b44243a47","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/4fe5791b44243a47","status":"passed","time":{"start":1724759955173,"stop":1724759955173,"duration":0}},{"uid":"27da0527d57e9cc6","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/27da0527d57e9cc6","status":"passed","time":{"start":1724758077456,"stop":1724758077456,"duration":0}},{"uid":"4989907b647d921d","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/4989907b647d921d","status":"passed","time":{"start":1724757801873,"stop":1724757801873,"duration":0}},{"uid":"36a1eca82dd8d8","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/36a1eca82dd8d8","status":"passed","time":{"start":1724757120194,"stop":1724757120194,"duration":0}},{"uid":"fe5696d8e0dadfd5","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/fe5696d8e0dadfd5","status":"passed","time":{"start":1724755211085,"stop":1724755211086,"duration":1}},{"uid":"9da18de46b824de1","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/9da18de46b824de1","status":"passed","time":{"start":1724752646555,"stop":1724752646555,"duration":0}},{"uid":"2c64af57d74cc2bf","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/2c64af57d74cc2bf","status":"passed","time":{"start":1724751495295,"stop":1724751495295,"duration":0}},{"uid":"146084563550520c","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/146084563550520c","status":"passed","time":{"start":1724750572388,"stop":1724750572388,"duration":0}},{"uid":"48d04e77f59b1761","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/48d04e77f59b1761","status":"passed","time":{"start":1724749567272,"stop":1724749567272,"duration":0}},{"uid":"c742ada01b16c53a","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c742ada01b16c53a","status":"passed","time":{"start":1724717880839,"stop":1724717880839,"duration":0}},{"uid":"2adb7907b35e904","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/2adb7907b35e904","status":"passed","time":{"start":1724715103515,"stop":1724715103515,"duration":0}},{"uid":"62d578b8266bb635","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/62d578b8266bb635","status":"passed","time":{"start":1724713195377,"stop":1724713195377,"duration":0}},{"uid":"2656a87fd398474a","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2656a87fd398474a","status":"passed","time":{"start":1724706389685,"stop":1724706389686,"duration":1}},{"uid":"b24a96d20f51dc06","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b24a96d20f51dc06","status":"passed","time":{"start":1724704811203,"stop":1724704811204,"duration":1}},{"uid":"2bdabe69b722267e","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2bdabe69b722267e","status":"passed","time":{"start":1724684170204,"stop":1724684170205,"duration":1}},{"uid":"86c2f29bd2a6edf8","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/86c2f29bd2a6edf8","status":"passed","time":{"start":1724672903624,"stop":1724672903625,"duration":1}},{"uid":"2af2a42bc3459aea","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/2af2a42bc3459aea","status":"passed","time":{"start":1724670674054,"stop":1724670674054,"duration":0}}]},"tags":[]},"source":"7ab494c1ad15ab23.json","parameterValues":[]} \ No newline at end of file +{"uid":"5807da6c2bb5a9dd","name":"Check received message containing emoji","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing emoji","historyId":"295c33f4143eb57c2fefa85314e3f4af:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845258,"stop":1724922845259,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1362e0f28d13ce9e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1362e0f28d13ce9e","status":"passed","time":{"start":1724921515238,"stop":1724921515239,"duration":1}},{"uid":"3e66481dbfb26dd9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3e66481dbfb26dd9","status":"passed","time":{"start":1724921475500,"stop":1724921475501,"duration":1}},{"uid":"bab1d5e76cb66513","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bab1d5e76cb66513","status":"passed","time":{"start":1724918179411,"stop":1724918179412,"duration":1}},{"uid":"28219109603b5c59","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/28219109603b5c59","status":"passed","time":{"start":1724889935349,"stop":1724889935350,"duration":1}},{"uid":"a79a8ff8c5663480","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a79a8ff8c5663480","status":"passed","time":{"start":1724889072765,"stop":1724889072765,"duration":0}},{"uid":"e2c3101b31d0463a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e2c3101b31d0463a","status":"passed","time":{"start":1724888232425,"stop":1724888232426,"duration":1}},{"uid":"5b383f1fac3be2a5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5b383f1fac3be2a5","status":"passed","time":{"start":1724887018312,"stop":1724887018313,"duration":1}},{"uid":"6ca2188e900eb7c8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6ca2188e900eb7c8","status":"passed","time":{"start":1724886781499,"stop":1724886781501,"duration":2}},{"uid":"be34ca3b47d0fe5d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/be34ca3b47d0fe5d","status":"passed","time":{"start":1724862213680,"stop":1724862213681,"duration":1}},{"uid":"8c5dba3819820af6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8c5dba3819820af6","status":"passed","time":{"start":1724861685876,"stop":1724861685876,"duration":0}},{"uid":"e30d259c98ff1bca","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e30d259c98ff1bca","status":"passed","time":{"start":1724861546201,"stop":1724861546201,"duration":0}},{"uid":"5cfe7396a4d0f0f3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5cfe7396a4d0f0f3","status":"passed","time":{"start":1724861378122,"stop":1724861378122,"duration":0}}]},"tags":[]},"source":"5807da6c2bb5a9dd.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/9200537386fe17f0.json b/7376/data/test-cases/582dfa3cccad9abd.json similarity index 98% rename from 7346/data/test-cases/9200537386fe17f0.json rename to 7376/data/test-cases/582dfa3cccad9abd.json index c1da5518a74..498747304ba 100644 --- a/7346/data/test-cases/9200537386fe17f0.json +++ b/7376/data/test-cases/582dfa3cccad9abd.json @@ -1 +1 @@ -{"uid":"9200537386fe17f0","name":"Push message with custom timestamp: 1724768675705","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1724768675705","historyId":"4620310005ec3467903979090d9232e8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505405,"stop":1724765505406,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"9200537386fe17f0.json","parameterValues":[]} \ No newline at end of file +{"uid":"582dfa3cccad9abd","name":"Push message with custom timestamp: 1694164235572","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1694164235572","historyId":"8fd035253b8753cc6e567b3652ba3240:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921473,"stop":1724922921473,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"582dfa3cccad9abd.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/58c4114d53ef2cd3.json b/7376/data/test-cases/58c4114d53ef2cd3.json new file mode 100644 index 00000000000..edce3dbb957 --- /dev/null +++ b/7376/data/test-cases/58c4114d53ef2cd3.json @@ -0,0 +1 @@ +{"uid":"58c4114d53ef2cd3","name":"should set field with only LIGHTPUSH enabled","fullName":"/src/enr.spec.ts: ENR > waku2 key round trip > should set field with only LIGHTPUSH enabled","historyId":"e57dcf5e029b6069d3f519aa3cf8664c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922383092,"stop":1724922383092,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"waku2 key round trip"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d65553ec6b4879b0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d65553ec6b4879b0","status":"passed","time":{"start":1724921046209,"stop":1724921046209,"duration":0}},{"uid":"31cf46c2519d1561","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/31cf46c2519d1561","status":"passed","time":{"start":1724921021480,"stop":1724921021481,"duration":1}},{"uid":"e7e3fa598c68b475","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e7e3fa598c68b475","status":"passed","time":{"start":1724917681728,"stop":1724917681728,"duration":0}},{"uid":"8750bb6c9cd4ea98","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8750bb6c9cd4ea98","status":"passed","time":{"start":1724889460657,"stop":1724889460657,"duration":0}},{"uid":"2b7f848e121cf3c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b7f848e121cf3c0","status":"passed","time":{"start":1724888611299,"stop":1724888611300,"duration":1}},{"uid":"46bd227a4e04a2c5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/46bd227a4e04a2c5","status":"passed","time":{"start":1724887767624,"stop":1724887767624,"duration":0}},{"uid":"d28b1b79a2a4113b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d28b1b79a2a4113b","status":"passed","time":{"start":1724886533996,"stop":1724886533996,"duration":0}},{"uid":"860fd3a1cb422e69","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/860fd3a1cb422e69","status":"passed","time":{"start":1724886311762,"stop":1724886311762,"duration":0}},{"uid":"faac1b1e69a34449","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/faac1b1e69a34449","status":"passed","time":{"start":1724861760780,"stop":1724861760780,"duration":0}},{"uid":"d21878a25fe57154","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d21878a25fe57154","status":"passed","time":{"start":1724861231738,"stop":1724861231738,"duration":0}},{"uid":"2aad86104fc3180e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2aad86104fc3180e","status":"passed","time":{"start":1724861054261,"stop":1724861054262,"duration":1}},{"uid":"eb6b72d43d3c74dd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/eb6b72d43d3c74dd","status":"passed","time":{"start":1724860915818,"stop":1724860915819,"duration":1}}]},"tags":[]},"source":"58c4114d53ef2cd3.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/58caa049fedd53e8.json b/7376/data/test-cases/58caa049fedd53e8.json new file mode 100644 index 00000000000..9e4c14d5772 --- /dev/null +++ b/7376/data/test-cases/58caa049fedd53e8.json @@ -0,0 +1 @@ +{"uid":"58caa049fedd53e8","name":"Correctly serialized arguments","fullName":"/tests/nwaku.node.spec.ts: nwaku > Correctly serialized arguments","historyId":"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922776072,"stop":1724922776072,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"nwaku"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"968d100814409957","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/968d100814409957","status":"passed","time":{"start":1724921423945,"stop":1724921423945,"duration":0}},{"uid":"bca6442c1a8d7eac","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bca6442c1a8d7eac","status":"passed","time":{"start":1724921408046,"stop":1724921408046,"duration":0}},{"uid":"8f16c55ce15cf05b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8f16c55ce15cf05b","status":"passed","time":{"start":1724918127355,"stop":1724918127356,"duration":1}},{"uid":"5f5d3b0cbc409ba9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f5d3b0cbc409ba9","status":"passed","time":{"start":1724889850030,"stop":1724889850030,"duration":0}},{"uid":"ece5f83fea5c4433","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ece5f83fea5c4433","status":"passed","time":{"start":1724888985029,"stop":1724888985030,"duration":1}},{"uid":"83eb1844c7dfadaa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/83eb1844c7dfadaa","status":"passed","time":{"start":1724888172991,"stop":1724888172992,"duration":1}},{"uid":"ef22c0d0d6b17d35","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ef22c0d0d6b17d35","status":"passed","time":{"start":1724886942053,"stop":1724886942053,"duration":0}},{"uid":"4e26430cf2f9be28","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4e26430cf2f9be28","status":"passed","time":{"start":1724886713087,"stop":1724886713087,"duration":0}},{"uid":"3a3bc56679516150","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a3bc56679516150","status":"passed","time":{"start":1724862129962,"stop":1724862129962,"duration":0}},{"uid":"16d1248c1f53dce1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/16d1248c1f53dce1","status":"passed","time":{"start":1724861625758,"stop":1724861625758,"duration":0}},{"uid":"6007000d04085062","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6007000d04085062","status":"passed","time":{"start":1724861470378,"stop":1724861470379,"duration":1}},{"uid":"88b441216640e8fc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/88b441216640e8fc","status":"passed","time":{"start":1724861304329,"stop":1724861304329,"duration":0}}]},"tags":[]},"source":"58caa049fedd53e8.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/58d14de1eb2d13bb.json b/7376/data/test-cases/58d14de1eb2d13bb.json new file mode 100644 index 00000000000..9a5e28f4ebf --- /dev/null +++ b/7376/data/test-cases/58d14de1eb2d13bb.json @@ -0,0 +1 @@ +{"uid":"58d14de1eb2d13bb","name":"Publishes to nwaku","fullName":"/tests/relay/interop.node.spec.ts: Waku Relay, Interop > Publishes to nwaku","historyId":"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922866492,"stop":1724922866492,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Interop"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3eb519b696882f18","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3eb519b696882f18","status":"passed","time":{"start":1724921538593,"stop":1724921538594,"duration":1}},{"uid":"c40a3f7650df299e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c40a3f7650df299e","status":"passed","time":{"start":1724921499391,"stop":1724921499391,"duration":0}},{"uid":"82af68472f9d475d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/82af68472f9d475d","status":"passed","time":{"start":1724918204099,"stop":1724918204099,"duration":0}},{"uid":"13af5bd687c1656","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/13af5bd687c1656","status":"passed","time":{"start":1724889957368,"stop":1724889957368,"duration":0}},{"uid":"64721f53dc1964eb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64721f53dc1964eb","status":"passed","time":{"start":1724889094879,"stop":1724889094879,"duration":0}},{"uid":"3ef6fb8f105d7e9a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3ef6fb8f105d7e9a","status":"passed","time":{"start":1724888256176,"stop":1724888256177,"duration":1}},{"uid":"a2dd040d8ffe9542","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a2dd040d8ffe9542","status":"passed","time":{"start":1724887043895,"stop":1724887043896,"duration":1}},{"uid":"f4c02cf52df73f96","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f4c02cf52df73f96","status":"passed","time":{"start":1724886807385,"stop":1724886807385,"duration":0}},{"uid":"2cbf99f5a2c4fcf2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2cbf99f5a2c4fcf2","status":"passed","time":{"start":1724862237700,"stop":1724862237701,"duration":1}},{"uid":"591566e15b7e903d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/591566e15b7e903d","status":"passed","time":{"start":1724861709115,"stop":1724861709115,"duration":0}},{"uid":"d1621caf71518650","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d1621caf71518650","status":"passed","time":{"start":1724861571993,"stop":1724861571994,"duration":1}},{"uid":"e109986d01b0c03c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e109986d01b0c03c","status":"passed","time":{"start":1724861400269,"stop":1724861400270,"duration":1}}]},"tags":[]},"source":"58d14de1eb2d13bb.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/ddfc7054033d8310.json b/7376/data/test-cases/5916c6ee4db38f4a.json similarity index 60% rename from 7346/data/test-cases/ddfc7054033d8310.json rename to 7376/data/test-cases/5916c6ee4db38f4a.json index 0fe294f090e..0247e8ac09a 100644 --- a/7346/data/test-cases/ddfc7054033d8310.json +++ b/7376/data/test-cases/5916c6ee4db38f4a.json @@ -1 +1 @@ -{"uid":"ddfc7054033d8310","name":"Query with Promise Callback, No message returned","fullName":"/tests/store/error_handling.node.spec.ts: Waku Store, error handling > Query with Promise Callback, No message returned","historyId":"4384ca21409a1cabf4abc4b90c9a7921:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765511611,"stop":1724765511611,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"44bea62f7e2baca0","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/44bea62f7e2baca0","status":"passed","time":{"start":1724765437248,"stop":1724765437249,"duration":1}},{"uid":"fa6a42b6a91b4a0","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/fa6a42b6a91b4a0","status":"passed","time":{"start":1724763800273,"stop":1724763800274,"duration":1}},{"uid":"f9b599a48955d7a4","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/f9b599a48955d7a4","status":"passed","time":{"start":1724761051515,"stop":1724761051520,"duration":5}},{"uid":"e93006c883473278","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/e93006c883473278","status":"passed","time":{"start":1724760070345,"stop":1724760070346,"duration":1}},{"uid":"a25fa71ea8b4228f","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/a25fa71ea8b4228f","status":"passed","time":{"start":1724758217000,"stop":1724758217000,"duration":0}},{"uid":"f172096ffd68a17f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/f172096ffd68a17f","status":"passed","time":{"start":1724757897655,"stop":1724757897655,"duration":0}},{"uid":"4c7da769e1f8ced2","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/4c7da769e1f8ced2","status":"passed","time":{"start":1724757268035,"stop":1724757268036,"duration":1}},{"uid":"311df7c96d7e9600","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/311df7c96d7e9600","status":"passed","time":{"start":1724755345248,"stop":1724755345248,"duration":0}},{"uid":"d682b452f12a33d2","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/d682b452f12a33d2","status":"passed","time":{"start":1724752789266,"stop":1724752789266,"duration":0}},{"uid":"9efec405a5cbf4b4","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/9efec405a5cbf4b4","status":"passed","time":{"start":1724751616250,"stop":1724751616251,"duration":1}},{"uid":"db7eb974dadfbd02","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/db7eb974dadfbd02","status":"passed","time":{"start":1724750680584,"stop":1724750680585,"duration":1}},{"uid":"3a0928660b76bee","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/3a0928660b76bee","status":"passed","time":{"start":1724749679839,"stop":1724749679839,"duration":0}},{"uid":"93fe22e970e3f162","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/93fe22e970e3f162","status":"passed","time":{"start":1724718007754,"stop":1724718007754,"duration":0}},{"uid":"df83f017fee22b88","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/df83f017fee22b88","status":"passed","time":{"start":1724715238078,"stop":1724715238079,"duration":1}},{"uid":"1522eb4885db823","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/1522eb4885db823","status":"passed","time":{"start":1724713323552,"stop":1724713323552,"duration":0}},{"uid":"d5c2e319ededfa35","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d5c2e319ededfa35","status":"passed","time":{"start":1724706504647,"stop":1724706504648,"duration":1}},{"uid":"56c5e35f116acd26","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/56c5e35f116acd26","status":"passed","time":{"start":1724704920852,"stop":1724704920853,"duration":1}},{"uid":"f444e313e78a74ed","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f444e313e78a74ed","status":"passed","time":{"start":1724684298269,"stop":1724684298270,"duration":1}},{"uid":"7eddefa307856f3","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/7eddefa307856f3","status":"passed","time":{"start":1724673048993,"stop":1724673048994,"duration":1}},{"uid":"78fe44993693e232","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/78fe44993693e232","status":"passed","time":{"start":1724670775429,"stop":1724670775429,"duration":0}}]},"tags":[]},"source":"ddfc7054033d8310.json","parameterValues":[]} \ No newline at end of file +{"uid":"5916c6ee4db38f4a","name":"Query with Promise Callback, No message returned","fullName":"/tests/store/error_handling.node.spec.ts: Waku Store, error handling > Query with Promise Callback, No message returned","historyId":"4384ca21409a1cabf4abc4b90c9a7921:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922950824,"stop":1724922950824,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c526609e511a3e4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c526609e511a3e4","status":"passed","time":{"start":1724921640402,"stop":1724921640402,"duration":0}},{"uid":"961bebd567e84eda","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/961bebd567e84eda","status":"passed","time":{"start":1724921600424,"stop":1724921600424,"duration":0}},{"uid":"8b953d5589fbd80","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8b953d5589fbd80","status":"passed","time":{"start":1724918300931,"stop":1724918300932,"duration":1}},{"uid":"d82b4b1d546c2761","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d82b4b1d546c2761","status":"passed","time":{"start":1724890059296,"stop":1724890059297,"duration":1}},{"uid":"7f91274e0a818e63","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7f91274e0a818e63","status":"passed","time":{"start":1724889188326,"stop":1724889188328,"duration":2}},{"uid":"daf6b3ee230aee53","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/daf6b3ee230aee53","status":"passed","time":{"start":1724888372742,"stop":1724888372742,"duration":0}},{"uid":"94983e934934f106","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/94983e934934f106","status":"passed","time":{"start":1724887135722,"stop":1724887135723,"duration":1}},{"uid":"b2a4ed78f9776a09","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b2a4ed78f9776a09","status":"passed","time":{"start":1724886919688,"stop":1724886919689,"duration":1}},{"uid":"8f119400ec0e4426","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f119400ec0e4426","status":"passed","time":{"start":1724862341836,"stop":1724862341837,"duration":1}},{"uid":"298cad0263186834","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/298cad0263186834","status":"passed","time":{"start":1724861815493,"stop":1724861815494,"duration":1}},{"uid":"3fbd58fcdacb62a4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3fbd58fcdacb62a4","status":"passed","time":{"start":1724861669540,"stop":1724861669541,"duration":1}},{"uid":"281f02b70c212d61","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/281f02b70c212d61","status":"passed","time":{"start":1724861505424,"stop":1724861505424,"duration":0}}]},"tags":[]},"source":"5916c6ee4db38f4a.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/5b8e25bf983e40ea.json b/7376/data/test-cases/59174e6e0e1f9059.json similarity index 74% rename from 7346/data/test-cases/5b8e25bf983e40ea.json rename to 7376/data/test-cases/59174e6e0e1f9059.json index 4d729d4b203..97fcb7f51d1 100644 --- a/7346/data/test-cases/5b8e25bf983e40ea.json +++ b/7376/data/test-cases/59174e6e0e1f9059.json @@ -1 +1 @@ -{"uid":"5b8e25bf983e40ea","name":"Subscribe to topic containing short and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing short and publish message","historyId":"ca792c984822690bae66defc59c4f99f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765421005,"stop":1724765421005,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"b844bef77df17233","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/b844bef77df17233","status":"passed","time":{"start":1724765345637,"stop":1724765345638,"duration":1}},{"uid":"9149bc1548792cc","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/9149bc1548792cc","status":"passed","time":{"start":1724763728516,"stop":1724763728517,"duration":1}},{"uid":"a2d6004e87258ac5","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a2d6004e87258ac5","status":"passed","time":{"start":1724760958453,"stop":1724760958454,"duration":1}},{"uid":"8d4dd15b45ab657e","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/8d4dd15b45ab657e","status":"passed","time":{"start":1724759986205,"stop":1724759986205,"duration":0}},{"uid":"30ef522a79ea1bf1","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/30ef522a79ea1bf1","status":"passed","time":{"start":1724758131993,"stop":1724758131993,"duration":0}},{"uid":"99ae4229d96b60ee","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/99ae4229d96b60ee","status":"passed","time":{"start":1724757804662,"stop":1724757804668,"duration":6}},{"uid":"3636ec34fe0f0355","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/3636ec34fe0f0355","status":"passed","time":{"start":1724757182038,"stop":1724757182039,"duration":1}},{"uid":"f3503879997b8689","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/f3503879997b8689","status":"passed","time":{"start":1724755250663,"stop":1724755250663,"duration":0}},{"uid":"6b38330418f1016c","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/6b38330418f1016c","status":"passed","time":{"start":1724752681454,"stop":1724752681456,"duration":2}},{"uid":"da0fdc708b28ad3f","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/da0fdc708b28ad3f","status":"passed","time":{"start":1724751529155,"stop":1724751529155,"duration":0}},{"uid":"47519238d972cab9","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/47519238d972cab9","status":"passed","time":{"start":1724750601833,"stop":1724750601834,"duration":1}},{"uid":"cd491d523b2fa3ee","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/cd491d523b2fa3ee","status":"passed","time":{"start":1724749597808,"stop":1724749597808,"duration":0}},{"uid":"e96a1c4b329c6915","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/e96a1c4b329c6915","status":"passed","time":{"start":1724717911302,"stop":1724717911303,"duration":1}},{"uid":"42bdac70cda9972e","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/42bdac70cda9972e","status":"passed","time":{"start":1724715155595,"stop":1724715155595,"duration":0}},{"uid":"acef6d72edcaddfc","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/acef6d72edcaddfc","status":"passed","time":{"start":1724713233408,"stop":1724713233409,"duration":1}},{"uid":"378099ef08a1c528","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/378099ef08a1c528","status":"passed","time":{"start":1724706419525,"stop":1724706419525,"duration":0}},{"uid":"92e4ba55b0bdac04","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/92e4ba55b0bdac04","status":"passed","time":{"start":1724704833537,"stop":1724704833537,"duration":0}},{"uid":"aa061c51b66a7c75","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/aa061c51b66a7c75","status":"passed","time":{"start":1724684206367,"stop":1724684206367,"duration":0}},{"uid":"30f0f5cd48195c6b","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/30f0f5cd48195c6b","status":"passed","time":{"start":1724672961261,"stop":1724672961263,"duration":2}},{"uid":"90533f0a1b28bf5f","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/90533f0a1b28bf5f","status":"passed","time":{"start":1724670685266,"stop":1724670685267,"duration":1}}]},"tags":[]},"source":"5b8e25bf983e40ea.json","parameterValues":[]} \ No newline at end of file +{"uid":"59174e6e0e1f9059","name":"Subscribe to topic containing short and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing short and publish message","historyId":"ca792c984822690bae66defc59c4f99f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922891487,"stop":1724922891487,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"95f74d7bba4e9aa3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/95f74d7bba4e9aa3","status":"passed","time":{"start":1724921563012,"stop":1724921563012,"duration":0}},{"uid":"b215313452e2d64e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b215313452e2d64e","status":"passed","time":{"start":1724921526811,"stop":1724921526812,"duration":1}},{"uid":"96edc52f80bced3d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/96edc52f80bced3d","status":"passed","time":{"start":1724918239939,"stop":1724918239939,"duration":0}},{"uid":"ee194d1f096abf21","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ee194d1f096abf21","status":"passed","time":{"start":1724889980890,"stop":1724889980890,"duration":0}},{"uid":"eca32638a44cea1b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eca32638a44cea1b","status":"passed","time":{"start":1724889109954,"stop":1724889109956,"duration":2}},{"uid":"c11be440d5466488","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c11be440d5466488","status":"passed","time":{"start":1724888294721,"stop":1724888294722,"duration":1}},{"uid":"46e2a0e7f3804939","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/46e2a0e7f3804939","status":"passed","time":{"start":1724887071737,"stop":1724887071737,"duration":0}},{"uid":"f3f5b940735c35b1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f3f5b940735c35b1","status":"passed","time":{"start":1724886848344,"stop":1724886848344,"duration":0}},{"uid":"99c9c44b375d677c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/99c9c44b375d677c","status":"passed","time":{"start":1724862259245,"stop":1724862259245,"duration":0}},{"uid":"f38c04433e94bc5d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f38c04433e94bc5d","status":"passed","time":{"start":1724861735324,"stop":1724861735325,"duration":1}},{"uid":"66b69abc9e9568f0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/66b69abc9e9568f0","status":"passed","time":{"start":1724861606342,"stop":1724861606343,"duration":1}},{"uid":"6c399ef809350e8c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6c399ef809350e8c","status":"passed","time":{"start":1724861426685,"stop":1724861426686,"duration":1}}]},"tags":[]},"source":"59174e6e0e1f9059.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/5a07566848db0651.json b/7376/data/test-cases/5a07566848db0651.json new file mode 100644 index 00000000000..09986957d36 --- /dev/null +++ b/7376/data/test-cases/5a07566848db0651.json @@ -0,0 +1 @@ +{"uid":"5a07566848db0651","name":"Timestamp too far from node time: -20000 ms from now","fullName":"/tests/store/time_filter.node.spec.ts: Waku Store, time filter > Timestamp too far from node time: -20000 ms from now","historyId":"482ebac01da5ef608847f3241436994e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922999270,"stop":1724922999271,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9bde1852120a429d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9bde1852120a429d","status":"passed","time":{"start":1724921669871,"stop":1724921669872,"duration":1}},{"uid":"3d685c72c1432341","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3d685c72c1432341","status":"passed","time":{"start":1724921630269,"stop":1724921630269,"duration":0}},{"uid":"3cb4c9b0cce38855","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3cb4c9b0cce38855","status":"passed","time":{"start":1724918332989,"stop":1724918332989,"duration":0}},{"uid":"3a6f824319f870f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a6f824319f870f","status":"passed","time":{"start":1724890089470,"stop":1724890089470,"duration":0}},{"uid":"e791a7031ada2106","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e791a7031ada2106","status":"passed","time":{"start":1724889224495,"stop":1724889224495,"duration":0}},{"uid":"a52bb77b7a0fc5a0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a52bb77b7a0fc5a0","status":"passed","time":{"start":1724888406348,"stop":1724888406348,"duration":0}},{"uid":"51032daad2bc5020","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/51032daad2bc5020","status":"passed","time":{"start":1724887175025,"stop":1724887175026,"duration":1}},{"uid":"567c5553fc51f8ed","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/567c5553fc51f8ed","status":"passed","time":{"start":1724886952409,"stop":1724886952409,"duration":0}},{"uid":"4f5bedd3db6ae7fe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f5bedd3db6ae7fe","status":"passed","time":{"start":1724862378566,"stop":1724862378567,"duration":1}},{"uid":"3f30e4215076a414","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3f30e4215076a414","status":"passed","time":{"start":1724861846752,"stop":1724861846752,"duration":0}},{"uid":"7aa76d96ee8a6ac3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7aa76d96ee8a6ac3","status":"passed","time":{"start":1724861702537,"stop":1724861702537,"duration":0}},{"uid":"e128847b26a4d278","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e128847b26a4d278","status":"passed","time":{"start":1724861533460,"stop":1724861533460,"duration":0}}]},"tags":[]},"source":"5a07566848db0651.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/3239d5ad2d92c781.json b/7376/data/test-cases/5a123919a1920902.json similarity index 52% rename from 7346/data/test-cases/3239d5ad2d92c781.json rename to 7376/data/test-cases/5a123919a1920902.json index 25fb741024f..b33b4738255 100644 --- a/7346/data/test-cases/3239d5ad2d92c781.json +++ b/7376/data/test-cases/5a123919a1920902.json @@ -1 +1 @@ -{"uid":"3239d5ad2d92c781","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Maintains correct number of peers after multiple subscribe/unsubscribe cycles","historyId":"c8db07e09b66f468369f1156f835a72b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724764956452,"stop":1724764956453,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28},"items":[{"uid":"44de78b7ddbb68bf","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/44de78b7ddbb68bf","status":"passed","time":{"start":1724764881711,"stop":1724764881712,"duration":1}},{"uid":"962620b964f4f4ea","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/962620b964f4f4ea","status":"passed","time":{"start":1724763272772,"stop":1724763272772,"duration":0}},{"uid":"e4f5c6a538b70f29","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/e4f5c6a538b70f29","status":"passed","time":{"start":1724760509273,"stop":1724760509273,"duration":0}},{"uid":"f6290fc003ae3f68","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/f6290fc003ae3f68","status":"passed","time":{"start":1724759530074,"stop":1724759530075,"duration":1}},{"uid":"3c6af636694885da","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/3c6af636694885da","status":"passed","time":{"start":1724757727582,"stop":1724757727582,"duration":0}},{"uid":"913d75be6aedcff6","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/913d75be6aedcff6","status":"passed","time":{"start":1724757387016,"stop":1724757387017,"duration":1}},{"uid":"b28af6e7fde715a9","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/b28af6e7fde715a9","status":"passed","time":{"start":1724756777662,"stop":1724756777662,"duration":0}},{"uid":"3825461c34c02017","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/3825461c34c02017","status":"passed","time":{"start":1724754800963,"stop":1724754800963,"duration":0}},{"uid":"a5cf20ffd5757077","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/a5cf20ffd5757077","status":"passed","time":{"start":1724752227448,"stop":1724752227448,"duration":0}},{"uid":"3b613917c08c19c3","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/3b613917c08c19c3","status":"passed","time":{"start":1724751071171,"stop":1724751071175,"duration":4}},{"uid":"358dddcc2e62bad5","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/358dddcc2e62bad5","status":"passed","time":{"start":1724750141236,"stop":1724750141236,"duration":0}},{"uid":"b1812d7b5823d226","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/b1812d7b5823d226","status":"passed","time":{"start":1724749160669,"stop":1724749160669,"duration":0}},{"uid":"1a8dcd943bac7cb3","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/1a8dcd943bac7cb3","status":"passed","time":{"start":1724717458208,"stop":1724717458210,"duration":2}},{"uid":"edab4c74ac986c59","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/edab4c74ac986c59","status":"passed","time":{"start":1724714689812,"stop":1724714689812,"duration":0}},{"uid":"d6789f344495da63","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/d6789f344495da63","status":"passed","time":{"start":1724712774181,"stop":1724712774181,"duration":0}},{"uid":"afd7f34f631840b2","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/afd7f34f631840b2","status":"passed","time":{"start":1724705983679,"stop":1724705983680,"duration":1}},{"uid":"a873852b59dd98e3","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a873852b59dd98e3","status":"passed","time":{"start":1724704395851,"stop":1724704395851,"duration":0}},{"uid":"b6359f802ceb4bdd","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b6359f802ceb4bdd","status":"passed","time":{"start":1724683756942,"stop":1724683756942,"duration":0}},{"uid":"2cc56129c90e5318","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/2cc56129c90e5318","status":"passed","time":{"start":1724672480939,"stop":1724672480939,"duration":0}},{"uid":"2f6782d59a912e59","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/2f6782d59a912e59","status":"passed","time":{"start":1724670239940,"stop":1724670239940,"duration":0}}]},"tags":[]},"source":"3239d5ad2d92c781.json","parameterValues":[]} \ No newline at end of file +{"uid":"5a123919a1920902","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Maintains correct number of peers after multiple subscribe/unsubscribe cycles","historyId":"c8db07e09b66f468369f1156f835a72b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922535051,"stop":1724922535052,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4e65c78187612109","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4e65c78187612109","status":"passed","time":{"start":1724921196358,"stop":1724921196358,"duration":0}},{"uid":"5d07d605e85eeb06","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5d07d605e85eeb06","status":"passed","time":{"start":1724921173182,"stop":1724921173183,"duration":1}},{"uid":"9b2f584cbc8500c1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9b2f584cbc8500c1","status":"passed","time":{"start":1724917930833,"stop":1724917930834,"duration":1}},{"uid":"3740a3995d82def","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3740a3995d82def","status":"passed","time":{"start":1724889621017,"stop":1724889621018,"duration":1}},{"uid":"b1f706417153300e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1f706417153300e","status":"passed","time":{"start":1724888759390,"stop":1724888759390,"duration":0}},{"uid":"d3350adbe43066a3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d3350adbe43066a3","status":"passed","time":{"start":1724888015048,"stop":1724888015049,"duration":1}},{"uid":"8368c81e91da3879","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8368c81e91da3879","status":"passed","time":{"start":1724886784548,"stop":1724886784548,"duration":0}},{"uid":"7df1545baae9603f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7df1545baae9603f","status":"passed","time":{"start":1724886566534,"stop":1724886566535,"duration":1}},{"uid":"de68a8c0ccb2c238","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/de68a8c0ccb2c238","status":"passed","time":{"start":1724861915535,"stop":1724861915535,"duration":0}},{"uid":"630510f7a1b3a769","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/630510f7a1b3a769","status":"passed","time":{"start":1724861379726,"stop":1724861379726,"duration":0}},{"uid":"a03d9d16bf0138a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a03d9d16bf0138a","status":"passed","time":{"start":1724861206880,"stop":1724861206880,"duration":0}},{"uid":"96e9cab0284b1148","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/96e9cab0284b1148","status":"passed","time":{"start":1724861067561,"stop":1724861067561,"duration":0}}]},"tags":[]},"source":"5a123919a1920902.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/ee2163c32418e765.json b/7376/data/test-cases/5a78a38547cd09de.json similarity index 52% rename from 7346/data/test-cases/ee2163c32418e765.json rename to 7376/data/test-cases/5a78a38547cd09de.json index aaad6929d82..9aada9035d5 100644 --- a/7346/data/test-cases/ee2163c32418e765.json +++ b/7376/data/test-cases/5a78a38547cd09de.json @@ -1 +1 @@ -{"uid":"ee2163c32418e765","name":"Tracks peer failures correctly","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Tracks peer failures correctly","historyId":"a2a4386b1a75d8d9fd5177fdf40c00d2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724764956451,"stop":1724764956452,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28},"items":[{"uid":"e4454f45fd79057d","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/e4454f45fd79057d","status":"passed","time":{"start":1724764881711,"stop":1724764881711,"duration":0}},{"uid":"a687375a476f2c8f","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/a687375a476f2c8f","status":"passed","time":{"start":1724763272771,"stop":1724763272772,"duration":1}},{"uid":"506d9cfda21af752","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/506d9cfda21af752","status":"passed","time":{"start":1724760509272,"stop":1724760509273,"duration":1}},{"uid":"8029eda16125f0b4","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/8029eda16125f0b4","status":"passed","time":{"start":1724759530073,"stop":1724759530074,"duration":1}},{"uid":"7b371566b3d118f4","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/7b371566b3d118f4","status":"passed","time":{"start":1724757727582,"stop":1724757727582,"duration":0}},{"uid":"e65a61f814a3bd91","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/e65a61f814a3bd91","status":"passed","time":{"start":1724757387016,"stop":1724757387016,"duration":0}},{"uid":"53cc8025f88bccb","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/53cc8025f88bccb","status":"passed","time":{"start":1724756777661,"stop":1724756777661,"duration":0}},{"uid":"6079093a8b96eb15","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6079093a8b96eb15","status":"passed","time":{"start":1724754800962,"stop":1724754800962,"duration":0}},{"uid":"8f13f75eb0efde2c","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/8f13f75eb0efde2c","status":"passed","time":{"start":1724752227447,"stop":1724752227448,"duration":1}},{"uid":"8ddcb769fd146192","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/8ddcb769fd146192","status":"passed","time":{"start":1724751071171,"stop":1724751071171,"duration":0}},{"uid":"508cd231ed432b03","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/508cd231ed432b03","status":"passed","time":{"start":1724750141235,"stop":1724750141236,"duration":1}},{"uid":"47af445193268882","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/47af445193268882","status":"passed","time":{"start":1724749160668,"stop":1724749160669,"duration":1}},{"uid":"100d8ff2500b7a4d","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/100d8ff2500b7a4d","status":"passed","time":{"start":1724717458207,"stop":1724717458208,"duration":1}},{"uid":"e5dacfb44a36f356","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/e5dacfb44a36f356","status":"passed","time":{"start":1724714689811,"stop":1724714689811,"duration":0}},{"uid":"313156857dfdc585","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/313156857dfdc585","status":"passed","time":{"start":1724712774181,"stop":1724712774181,"duration":0}},{"uid":"69eac469576626e2","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/69eac469576626e2","status":"passed","time":{"start":1724705983679,"stop":1724705983679,"duration":0}},{"uid":"17293ca3304add24","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/17293ca3304add24","status":"passed","time":{"start":1724704395850,"stop":1724704395850,"duration":0}},{"uid":"b748b2f86ef61598","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b748b2f86ef61598","status":"passed","time":{"start":1724683756941,"stop":1724683756942,"duration":1}},{"uid":"aee7aa55861158a8","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/aee7aa55861158a8","status":"passed","time":{"start":1724672480938,"stop":1724672480939,"duration":1}},{"uid":"fed96a57f9e7f6b7","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/fed96a57f9e7f6b7","status":"passed","time":{"start":1724670239931,"stop":1724670239939,"duration":8}}]},"tags":[]},"source":"ee2163c32418e765.json","parameterValues":[]} \ No newline at end of file +{"uid":"5a78a38547cd09de","name":"Tracks peer failures correctly","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Tracks peer failures correctly","historyId":"a2a4386b1a75d8d9fd5177fdf40c00d2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922535050,"stop":1724922535051,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":9,"unknown":0,"total":13},"items":[{"uid":"3542fa53e2840b8e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3542fa53e2840b8e","status":"passed","time":{"start":1724921196358,"stop":1724921196358,"duration":0}},{"uid":"6ea695c89a2b6b2a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6ea695c89a2b6b2a","status":"passed","time":{"start":1724921173181,"stop":1724921173182,"duration":1}},{"uid":"ac0bd3e78dadaf17","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ac0bd3e78dadaf17","status":"broken","statusDetails":"expected true to be false","time":{"start":1724917930832,"stop":1724917930833,"duration":1}},{"uid":"d801c8bf47bd2d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d801c8bf47bd2d8","status":"passed","time":{"start":1724889621017,"stop":1724889621017,"duration":0}},{"uid":"c5fa454b632d7986","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5fa454b632d7986","status":"passed","time":{"start":1724888759389,"stop":1724888759389,"duration":0}},{"uid":"f0f3e1809d1cc120","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f0f3e1809d1cc120","status":"broken","statusDetails":"expected true to be false","time":{"start":1724888015047,"stop":1724888015048,"duration":1}},{"uid":"440ee7a24cdce2fe","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/440ee7a24cdce2fe","status":"broken","statusDetails":"expected true to be false","time":{"start":1724886784547,"stop":1724886784548,"duration":1}},{"uid":"c57dbf7d6d9d29d8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c57dbf7d6d9d29d8","status":"broken","statusDetails":"expected true to be false","time":{"start":1724886566534,"stop":1724886566534,"duration":0}},{"uid":"6e21f784abb68463","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e21f784abb68463","status":"passed","time":{"start":1724861915534,"stop":1724861915534,"duration":0}},{"uid":"52026fbcd72c436d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/52026fbcd72c436d","status":"passed","time":{"start":1724861379725,"stop":1724861379726,"duration":1}},{"uid":"fff872a0e7d38683","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fff872a0e7d38683","status":"passed","time":{"start":1724861206880,"stop":1724861206880,"duration":0}},{"uid":"7acfc271131d40c4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7acfc271131d40c4","status":"passed","time":{"start":1724861067560,"stop":1724861067561,"duration":1}}]},"tags":[]},"source":"5a78a38547cd09de.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/5accda8e53f9e34.json b/7376/data/test-cases/5accda8e53f9e34.json new file mode 100644 index 00000000000..eb8b5ed55f6 --- /dev/null +++ b/7376/data/test-cases/5accda8e53f9e34.json @@ -0,0 +1 @@ +{"uid":"5accda8e53f9e34","name":"Check publish message containing unicode special characters","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing unicode special characters","historyId":"c889384d90857f1c344409a3d64b1ae3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922887527,"stop":1724922887527,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a9a2e90933316b56","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a9a2e90933316b56","status":"passed","time":{"start":1724921564777,"stop":1724921564777,"duration":0}},{"uid":"4256ed39189cde54","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4256ed39189cde54","status":"passed","time":{"start":1724921518822,"stop":1724921518822,"duration":0}},{"uid":"35d920523d92eaec","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/35d920523d92eaec","status":"passed","time":{"start":1724918229400,"stop":1724918229400,"duration":0}},{"uid":"e5abea137620afb1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e5abea137620afb1","status":"passed","time":{"start":1724889980703,"stop":1724889980703,"duration":0}},{"uid":"3d83258d19367c59","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3d83258d19367c59","status":"passed","time":{"start":1724889111165,"stop":1724889111165,"duration":0}},{"uid":"938e4ea3c34934ee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/938e4ea3c34934ee","status":"passed","time":{"start":1724888292534,"stop":1724888292534,"duration":0}},{"uid":"82c9081d9543f7c2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/82c9081d9543f7c2","status":"passed","time":{"start":1724887068228,"stop":1724887068229,"duration":1}},{"uid":"e172d0f74813641d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e172d0f74813641d","status":"passed","time":{"start":1724886848926,"stop":1724886848927,"duration":1}},{"uid":"478d99ff8468b0cc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/478d99ff8468b0cc","status":"passed","time":{"start":1724862262048,"stop":1724862262048,"duration":0}},{"uid":"420c4d64438501ea","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/420c4d64438501ea","status":"passed","time":{"start":1724861741894,"stop":1724861741894,"duration":0}},{"uid":"d94d85bdc2e3fec","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d94d85bdc2e3fec","status":"passed","time":{"start":1724861599494,"stop":1724861599496,"duration":2}},{"uid":"cb1ebc913031a4b6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cb1ebc913031a4b6","status":"passed","time":{"start":1724861428476,"stop":1724861428476,"duration":0}}]},"tags":[]},"source":"5accda8e53f9e34.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/5b3aa10343e67fc7.json b/7376/data/test-cases/5b3aa10343e67fc7.json new file mode 100644 index 00000000000..830d7a0c37b --- /dev/null +++ b/7376/data/test-cases/5b3aa10343e67fc7.json @@ -0,0 +1 @@ +{"uid":"5b3aa10343e67fc7","name":"Filter with 1 connections","fullName":"/tests/health-manager/protocols.spec.ts: Health Manager > Should update the health status for protocols > Filter with 1 connections","historyId":"c586008d62591ddc994745034f016700:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922661637,"stop":1724922661638,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Health Manager"},{"name":"suite","value":"Should update the health status for protocols"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"384ef4bda504e672","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/384ef4bda504e672","status":"passed","time":{"start":1724921321310,"stop":1724921321311,"duration":1}},{"uid":"8a527468e6c549a4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8a527468e6c549a4","status":"passed","time":{"start":1724921298784,"stop":1724921298785,"duration":1}},{"uid":"7fc018b4404076bb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7fc018b4404076bb","status":"passed","time":{"start":1724918008228,"stop":1724918008229,"duration":1}},{"uid":"9486d7c798fd4e51","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9486d7c798fd4e51","status":"passed","time":{"start":1724889728595,"stop":1724889728595,"duration":0}},{"uid":"1a02b879556169f1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1a02b879556169f1","status":"passed","time":{"start":1724888882874,"stop":1724888882874,"duration":0}},{"uid":"d8f28c7e895a6983","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d8f28c7e895a6983","status":"passed","time":{"start":1724888111024,"stop":1724888111024,"duration":0}},{"uid":"a3a9c4ffb7950236","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a3a9c4ffb7950236","status":"passed","time":{"start":1724886869446,"stop":1724886869447,"duration":1}},{"uid":"7377085b80fd3164","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7377085b80fd3164","status":"passed","time":{"start":1724886642936,"stop":1724886642936,"duration":0}},{"uid":"a3ba8ebce54d692e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3ba8ebce54d692e","status":"passed","time":{"start":1724862044580,"stop":1724862044581,"duration":1}},{"uid":"334b9140cfdcffdc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/334b9140cfdcffdc","status":"passed","time":{"start":1724861523033,"stop":1724861523033,"duration":0}},{"uid":"c0b118c8907b34c8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0b118c8907b34c8","status":"passed","time":{"start":1724861362471,"stop":1724861362472,"duration":1}},{"uid":"e9fdd50f07536214","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e9fdd50f07536214","status":"passed","time":{"start":1724861196811,"stop":1724861196821,"duration":10}}]},"tags":[]},"source":"5b3aa10343e67fc7.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/c35c0350e6ed14d1.json b/7376/data/test-cases/5bad8184d184ec1d.json similarity index 75% rename from 7346/data/test-cases/c35c0350e6ed14d1.json rename to 7376/data/test-cases/5bad8184d184ec1d.json index 460eca592e3..93bd7d2c9f0 100644 --- a/7346/data/test-cases/c35c0350e6ed14d1.json +++ b/7376/data/test-cases/5bad8184d184ec1d.json @@ -1 +1 @@ -{"uid":"c35c0350e6ed14d1","name":"Fails to publish message with size larger than 1 MB","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Fails to publish message with size larger than 1 MB","historyId":"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765426739,"stop":1724765426739,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":1,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[{"uid":"9ea5a7728c253d03","status":"passed","time":{"start":1724765426738,"stop":1724765426739,"duration":1}}],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"495347e543d07ad0","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/495347e543d07ad0","status":"passed","time":{"start":1724765341344,"stop":1724765341345,"duration":1}},{"uid":"f900a2e910508bd6","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/f900a2e910508bd6","status":"passed","time":{"start":1724763725736,"stop":1724763725736,"duration":0}},{"uid":"3d3693b49e2cb30f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/3d3693b49e2cb30f","status":"passed","time":{"start":1724760957729,"stop":1724760957729,"duration":0}},{"uid":"75ce7149308175c0","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/75ce7149308175c0","status":"passed","time":{"start":1724759981916,"stop":1724759981917,"duration":1}},{"uid":"6d0d5a339b31d390","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/6d0d5a339b31d390","status":"passed","time":{"start":1724758132047,"stop":1724758132048,"duration":1}},{"uid":"feb4c365b55fe424","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/feb4c365b55fe424","status":"passed","time":{"start":1724757777640,"stop":1724757777640,"duration":0}},{"uid":"fdf0fbc4d2d91c59","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/fdf0fbc4d2d91c59","status":"passed","time":{"start":1724757176027,"stop":1724757176027,"duration":0}},{"uid":"4ca939b06fc873e2","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/4ca939b06fc873e2","status":"passed","time":{"start":1724755243519,"stop":1724755243519,"duration":0}},{"uid":"accc23783a8746a7","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/accc23783a8746a7","status":"passed","time":{"start":1724752673892,"stop":1724752673893,"duration":1}},{"uid":"aac08a168c69edd2","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/aac08a168c69edd2","status":"passed","time":{"start":1724751529526,"stop":1724751529526,"duration":0}},{"uid":"f719e0ebe6580f4e","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/f719e0ebe6580f4e","status":"passed","time":{"start":1724750600099,"stop":1724750600099,"duration":0}},{"uid":"84d80b2a4b8905c5","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/84d80b2a4b8905c5","status":"passed","time":{"start":1724749599710,"stop":1724749599711,"duration":1}},{"uid":"61310e4e916e242b","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/61310e4e916e242b","status":"passed","time":{"start":1724717906132,"stop":1724717906132,"duration":0}},{"uid":"37ea3563c2d7be53","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/37ea3563c2d7be53","status":"passed","time":{"start":1724715143949,"stop":1724715143949,"duration":0}},{"uid":"f88bfd5faf44a840","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/f88bfd5faf44a840","status":"passed","time":{"start":1724713227753,"stop":1724713227753,"duration":0}},{"uid":"8ac0ee35f3660985","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/8ac0ee35f3660985","status":"passed","time":{"start":1724706419046,"stop":1724706419047,"duration":1}},{"uid":"946dc219fa4a5a5c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/946dc219fa4a5a5c","status":"passed","time":{"start":1724704834044,"stop":1724704834045,"duration":1}},{"uid":"54a9b013017b1f78","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/54a9b013017b1f78","status":"passed","time":{"start":1724684210902,"stop":1724684210905,"duration":3}},{"uid":"5fc5b66b4d25eceb","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/5fc5b66b4d25eceb","status":"passed","time":{"start":1724672960989,"stop":1724672960989,"duration":0}},{"uid":"80a6c15c1a54e3dd","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/80a6c15c1a54e3dd","status":"passed","time":{"start":1724670677924,"stop":1724670677924,"duration":0}}]},"tags":[]},"source":"c35c0350e6ed14d1.json","parameterValues":[]} \ No newline at end of file +{"uid":"5bad8184d184ec1d","name":"Fails to publish message with size larger than 1 MB","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Fails to publish message with size larger than 1 MB","historyId":"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922887533,"stop":1724922887533,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":1,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[{"uid":"d67ddb0503da60f2","status":"passed","time":{"start":1724922887533,"stop":1724922887534,"duration":1}}],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"86b051aab211a1d3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/86b051aab211a1d3","status":"passed","time":{"start":1724921564783,"stop":1724921564783,"duration":0}},{"uid":"ef71b4321d47a076","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ef71b4321d47a076","status":"passed","time":{"start":1724921518830,"stop":1724921518831,"duration":1}},{"uid":"b81e7ea56068563a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b81e7ea56068563a","status":"passed","time":{"start":1724918229405,"stop":1724918229406,"duration":1}},{"uid":"b3f5bb5fe964c84a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b3f5bb5fe964c84a","status":"passed","time":{"start":1724889980708,"stop":1724889980708,"duration":0}},{"uid":"44311d6de80cd47f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/44311d6de80cd47f","status":"passed","time":{"start":1724889111184,"stop":1724889111184,"duration":0}},{"uid":"64054d40af5eedd4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/64054d40af5eedd4","status":"passed","time":{"start":1724888292548,"stop":1724888292548,"duration":0}},{"uid":"c8e16a4fbf317930","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c8e16a4fbf317930","status":"passed","time":{"start":1724887068233,"stop":1724887068233,"duration":0}},{"uid":"541e75c03105143f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/541e75c03105143f","status":"passed","time":{"start":1724886848936,"stop":1724886848936,"duration":0}},{"uid":"602d5f4844b57389","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/602d5f4844b57389","status":"passed","time":{"start":1724862262056,"stop":1724862262057,"duration":1}},{"uid":"6a54c7d877599fd1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6a54c7d877599fd1","status":"passed","time":{"start":1724861741899,"stop":1724861741900,"duration":1}},{"uid":"a1981a467e9980ef","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a1981a467e9980ef","status":"passed","time":{"start":1724861599502,"stop":1724861599502,"duration":0}},{"uid":"c9581a252281d57d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c9581a252281d57d","status":"passed","time":{"start":1724861428481,"stop":1724861428481,"duration":0}}]},"tags":[]},"source":"5bad8184d184ec1d.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/5bc56707bd01823e.json b/7376/data/test-cases/5bc56707bd01823e.json new file mode 100644 index 00000000000..824495820d7 --- /dev/null +++ b/7376/data/test-cases/5bc56707bd01823e.json @@ -0,0 +1 @@ +{"uid":"5bc56707bd01823e","name":"numPeers=1 -- returns one bootstrap peer ","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=1 > numPeers=1 -- returns one bootstrap peer ","historyId":"31e5a76644dfe617c27ca652ab9a9c4d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611426,"stop":1724922611426,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=1"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"af5f6ba77a50af2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/af5f6ba77a50af2","status":"passed","time":{"start":1724921270343,"stop":1724921270344,"duration":1}},{"uid":"87b53a55cca25c54","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/87b53a55cca25c54","status":"passed","time":{"start":1724921247803,"stop":1724921247804,"duration":1}},{"uid":"40044f193626b7b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/40044f193626b7b","status":"passed","time":{"start":1724917989811,"stop":1724917989811,"duration":0}},{"uid":"48e0a562d7705607","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/48e0a562d7705607","status":"passed","time":{"start":1724889678534,"stop":1724889678534,"duration":0}},{"uid":"ddcea5f0cc31af0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ddcea5f0cc31af0","status":"passed","time":{"start":1724888829830,"stop":1724888829830,"duration":0}},{"uid":"c4ea23674f4d3999","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c4ea23674f4d3999","status":"passed","time":{"start":1724888076978,"stop":1724888076978,"duration":0}},{"uid":"a0437d80b3627457","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a0437d80b3627457","status":"passed","time":{"start":1724886851117,"stop":1724886851118,"duration":1}},{"uid":"6adaa17ce25ed1d1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6adaa17ce25ed1d1","status":"passed","time":{"start":1724886647068,"stop":1724886647069,"duration":1}},{"uid":"56933243344c2151","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/56933243344c2151","status":"passed","time":{"start":1724861992705,"stop":1724861992706,"duration":1}},{"uid":"d80b3534d7bdd3e5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d80b3534d7bdd3e5","status":"passed","time":{"start":1724861469633,"stop":1724861469634,"duration":1}},{"uid":"f346e93bb263c1b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f346e93bb263c1b","status":"passed","time":{"start":1724861284848,"stop":1724861284848,"duration":0}},{"uid":"e97532c6a730c13c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e97532c6a730c13c","status":"passed","time":{"start":1724861145783,"stop":1724861145783,"duration":0}}]},"tags":[]},"source":"5bc56707bd01823e.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/5c0c55e9c7f627e.json b/7376/data/test-cases/5c0c55e9c7f627e.json new file mode 100644 index 00000000000..74daa216bad --- /dev/null +++ b/7376/data/test-cases/5c0c55e9c7f627e.json @@ -0,0 +1 @@ +{"uid":"5c0c55e9c7f627e","name":"Refresh subscription","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Refresh subscription","historyId":"df075816d33d3c8af10d119247b68114:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012476,"stop":1724923012476,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d0a175622800a5e1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d0a175622800a5e1","status":"passed","time":{"start":1724921625081,"stop":1724921625082,"duration":1}},{"uid":"3acd7aefe053dd5e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3acd7aefe053dd5e","status":"passed","time":{"start":1724921590506,"stop":1724921590506,"duration":0}},{"uid":"7e0fb7a7e1abcc74","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7e0fb7a7e1abcc74","status":"passed","time":{"start":1724918287573,"stop":1724918287573,"duration":0}},{"uid":"e91c018e9005d485","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e91c018e9005d485","status":"passed","time":{"start":1724890047798,"stop":1724890047798,"duration":0}},{"uid":"6cb3afe4922caff6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6cb3afe4922caff6","status":"passed","time":{"start":1724889183932,"stop":1724889183932,"duration":0}},{"uid":"2304966646095b6a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2304966646095b6a","status":"passed","time":{"start":1724888354179,"stop":1724888354179,"duration":0}},{"uid":"d550b8008e687b62","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d550b8008e687b62","status":"passed","time":{"start":1724887145705,"stop":1724887145705,"duration":0}},{"uid":"2c1a0de696d11636","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2c1a0de696d11636","status":"passed","time":{"start":1724886915795,"stop":1724886915795,"duration":0}},{"uid":"a3f6650465586f3b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3f6650465586f3b","status":"passed","time":{"start":1724862341460,"stop":1724862341460,"duration":0}},{"uid":"be8eac9040de3442","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/be8eac9040de3442","status":"passed","time":{"start":1724861805462,"stop":1724861805462,"duration":0}},{"uid":"2ebb2805d494ea8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2ebb2805d494ea8","status":"passed","time":{"start":1724861662296,"stop":1724861662297,"duration":1}},{"uid":"a6648d66a486c196","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a6648d66a486c196","status":"passed","time":{"start":1724861492524,"stop":1724861492524,"duration":0}}]},"tags":[]},"source":"5c0c55e9c7f627e.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/5c81e009bccf48d2.json b/7376/data/test-cases/5c81e009bccf48d2.json new file mode 100644 index 00000000000..f8fe3bd7460 --- /dev/null +++ b/7376/data/test-cases/5c81e009bccf48d2.json @@ -0,0 +1 @@ +{"uid":"5c81e009bccf48d2","name":"should correctly encode and decode relay shards using rs format (Index List)","fullName":"/src/common/relay_shard_codec.spec.ts: Relay Shard codec > should correctly encode and decode relay shards using rs format (Index List)","historyId":"4c78612da47dea854604d4cd1b33ac07:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374767,"stop":1724922374767,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"Relay Shard codec"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1d1c2dd1ef90a4be","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1d1c2dd1ef90a4be","status":"passed","time":{"start":1724921037760,"stop":1724921037761,"duration":1}},{"uid":"65bc4f19496e401b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/65bc4f19496e401b","status":"passed","time":{"start":1724921013107,"stop":1724921013107,"duration":0}},{"uid":"8b59f160a8f915fb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8b59f160a8f915fb","status":"passed","time":{"start":1724917673400,"stop":1724917673400,"duration":0}},{"uid":"c369beaad7c21ef5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c369beaad7c21ef5","status":"passed","time":{"start":1724889452425,"stop":1724889452425,"duration":0}},{"uid":"a60e234f85739a3f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a60e234f85739a3f","status":"passed","time":{"start":1724888602932,"stop":1724888602932,"duration":0}},{"uid":"c6f888b604058615","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c6f888b604058615","status":"passed","time":{"start":1724887759206,"stop":1724887759206,"duration":0}},{"uid":"755746813227bd56","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/755746813227bd56","status":"passed","time":{"start":1724886525512,"stop":1724886525512,"duration":0}},{"uid":"9c6f9866d0c924c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9c6f9866d0c924c","status":"passed","time":{"start":1724886303417,"stop":1724886303417,"duration":0}},{"uid":"fecc5ec1d337385f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fecc5ec1d337385f","status":"passed","time":{"start":1724861752254,"stop":1724861752254,"duration":0}},{"uid":"3ae0752d29defb93","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3ae0752d29defb93","status":"passed","time":{"start":1724861223392,"stop":1724861223392,"duration":0}},{"uid":"7f55c2e75754c033","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7f55c2e75754c033","status":"passed","time":{"start":1724861045267,"stop":1724861045267,"duration":0}},{"uid":"b4e129e7eafdd656","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b4e129e7eafdd656","status":"passed","time":{"start":1724860907340,"stop":1724860907341,"duration":1}}]},"tags":[]},"source":"5c81e009bccf48d2.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/5c895b665200b9e5.json b/7376/data/test-cases/5c895b665200b9e5.json new file mode 100644 index 00000000000..66ce112bf49 --- /dev/null +++ b/7376/data/test-cases/5c895b665200b9e5.json @@ -0,0 +1 @@ +{"uid":"5c895b665200b9e5","name":"Unsubscribe topics the node is not subscribed to","fullName":"/tests/filter/single_node/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe > Unsubscribe topics the node is not subscribed to","historyId":"2581eb0bf7c0cd6be0d6b90518bf4329:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922536231,"stop":1724922536232,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"65eff275352e9750","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/65eff275352e9750","status":"passed","time":{"start":1724921198885,"stop":1724921198885,"duration":0}},{"uid":"cf28f44f87aa38a4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cf28f44f87aa38a4","status":"passed","time":{"start":1724921172338,"stop":1724921172338,"duration":0}},{"uid":"1fd21480764fae98","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1fd21480764fae98","status":"passed","time":{"start":1724917841038,"stop":1724917841038,"duration":0}},{"uid":"d93f4ce993f9706e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d93f4ce993f9706e","status":"passed","time":{"start":1724889622281,"stop":1724889622281,"duration":0}},{"uid":"d8112062f1d0154e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d8112062f1d0154e","status":"passed","time":{"start":1724888769660,"stop":1724888769661,"duration":1}},{"uid":"53bc8b11cf13dbca","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/53bc8b11cf13dbca","status":"passed","time":{"start":1724887926165,"stop":1724887926167,"duration":2}},{"uid":"26d90efcd848d3c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/26d90efcd848d3c","status":"passed","time":{"start":1724886693076,"stop":1724886693077,"duration":1}},{"uid":"fff2b0c4139dbdae","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fff2b0c4139dbdae","status":"passed","time":{"start":1724886468826,"stop":1724886468834,"duration":8}},{"uid":"31acf522b3777f12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31acf522b3777f12","status":"passed","time":{"start":1724861918245,"stop":1724861918245,"duration":0}},{"uid":"791f0f282d545fd5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/791f0f282d545fd5","status":"passed","time":{"start":1724861388580,"stop":1724861388580,"duration":0}},{"uid":"894f30891fbaf1c2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/894f30891fbaf1c2","status":"passed","time":{"start":1724861221407,"stop":1724861221407,"duration":0}},{"uid":"d9fda5cf71fe5d2d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d9fda5cf71fe5d2d","status":"passed","time":{"start":1724861075800,"stop":1724861075800,"duration":0}}]},"tags":[]},"source":"5c895b665200b9e5.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/31d59136b98ebbc4.json b/7376/data/test-cases/5d4c1f97a6c7d141.json similarity index 60% rename from 7346/data/test-cases/31d59136b98ebbc4.json rename to 7376/data/test-cases/5d4c1f97a6c7d141.json index 8b240f1eb61..1142a5c01b4 100644 --- a/7346/data/test-cases/31d59136b98ebbc4.json +++ b/7376/data/test-cases/5d4c1f97a6c7d141.json @@ -1 +1 @@ -{"uid":"31d59136b98ebbc4","name":"Query Generator, No message returned","fullName":"/tests/store/error_handling.node.spec.ts: Waku Store, error handling > Query Generator, No message returned","historyId":"93fd1fc19aad7cfee6ac33a274ec5896:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765511607,"stop":1724765511607,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"bee5827b2e29452b","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/bee5827b2e29452b","status":"passed","time":{"start":1724765437242,"stop":1724765437243,"duration":1}},{"uid":"f8fffcd912dd59de","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/f8fffcd912dd59de","status":"passed","time":{"start":1724763800265,"stop":1724763800266,"duration":1}},{"uid":"19342d7a77a9fb4e","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/19342d7a77a9fb4e","status":"passed","time":{"start":1724761051498,"stop":1724761051499,"duration":1}},{"uid":"875324beb88a8054","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/875324beb88a8054","status":"passed","time":{"start":1724760070339,"stop":1724760070339,"duration":0}},{"uid":"db44fe7aa634dae9","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/db44fe7aa634dae9","status":"passed","time":{"start":1724758216995,"stop":1724758216995,"duration":0}},{"uid":"2a865dca2311e329","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2a865dca2311e329","status":"passed","time":{"start":1724757897648,"stop":1724757897649,"duration":1}},{"uid":"d0801986b3cccb56","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/d0801986b3cccb56","status":"passed","time":{"start":1724757268029,"stop":1724757268029,"duration":0}},{"uid":"29e58abfd660c435","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/29e58abfd660c435","status":"passed","time":{"start":1724755345243,"stop":1724755345243,"duration":0}},{"uid":"34e570aee4862f00","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/34e570aee4862f00","status":"passed","time":{"start":1724752789262,"stop":1724752789263,"duration":1}},{"uid":"858c66c2e19143b8","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/858c66c2e19143b8","status":"passed","time":{"start":1724751616247,"stop":1724751616247,"duration":0}},{"uid":"d5dfecc3f0ed439d","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/d5dfecc3f0ed439d","status":"passed","time":{"start":1724750680580,"stop":1724750680581,"duration":1}},{"uid":"7b02c137b87312fc","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/7b02c137b87312fc","status":"passed","time":{"start":1724749679831,"stop":1724749679833,"duration":2}},{"uid":"75b25729364b4be7","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/75b25729364b4be7","status":"passed","time":{"start":1724718007750,"stop":1724718007750,"duration":0}},{"uid":"e4f74fc6ade02257","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/e4f74fc6ade02257","status":"passed","time":{"start":1724715238075,"stop":1724715238075,"duration":0}},{"uid":"ffc6184a27144a92","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/ffc6184a27144a92","status":"passed","time":{"start":1724713323548,"stop":1724713323548,"duration":0}},{"uid":"a0b687e91e1e9853","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a0b687e91e1e9853","status":"passed","time":{"start":1724706504644,"stop":1724706504645,"duration":1}},{"uid":"21b259487d10834","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/21b259487d10834","status":"passed","time":{"start":1724704920849,"stop":1724704920849,"duration":0}},{"uid":"54e76cafef4957af","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/54e76cafef4957af","status":"passed","time":{"start":1724684298261,"stop":1724684298263,"duration":2}},{"uid":"9b4551d0bd55a7b7","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/9b4551d0bd55a7b7","status":"passed","time":{"start":1724673048985,"stop":1724673048990,"duration":5}},{"uid":"358c8815d66e917c","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/358c8815d66e917c","status":"passed","time":{"start":1724670775409,"stop":1724670775419,"duration":10}}]},"tags":[]},"source":"31d59136b98ebbc4.json","parameterValues":[]} \ No newline at end of file +{"uid":"5d4c1f97a6c7d141","name":"Query Generator, No message returned","fullName":"/tests/store/error_handling.node.spec.ts: Waku Store, error handling > Query Generator, No message returned","historyId":"93fd1fc19aad7cfee6ac33a274ec5896:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922950821,"stop":1724922950821,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f814c7ca9d9e100e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f814c7ca9d9e100e","status":"passed","time":{"start":1724921640399,"stop":1724921640399,"duration":0}},{"uid":"ab72d395178fe587","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ab72d395178fe587","status":"passed","time":{"start":1724921600407,"stop":1724921600407,"duration":0}},{"uid":"d87045b857c4baaf","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d87045b857c4baaf","status":"passed","time":{"start":1724918300922,"stop":1724918300922,"duration":0}},{"uid":"a93e579742313a44","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a93e579742313a44","status":"passed","time":{"start":1724890059284,"stop":1724890059284,"duration":0}},{"uid":"c639a12227a358e7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c639a12227a358e7","status":"passed","time":{"start":1724889188310,"stop":1724889188311,"duration":1}},{"uid":"bd2264038badaedd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bd2264038badaedd","status":"passed","time":{"start":1724888372739,"stop":1724888372739,"duration":0}},{"uid":"7b2c9a2838df9a3b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7b2c9a2838df9a3b","status":"passed","time":{"start":1724887135717,"stop":1724887135717,"duration":0}},{"uid":"9296fbf98a5d31b4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9296fbf98a5d31b4","status":"passed","time":{"start":1724886919662,"stop":1724886919663,"duration":1}},{"uid":"ce53c71d1f472e34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ce53c71d1f472e34","status":"passed","time":{"start":1724862341833,"stop":1724862341834,"duration":1}},{"uid":"4e9c5e20e99d8873","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4e9c5e20e99d8873","status":"passed","time":{"start":1724861815488,"stop":1724861815489,"duration":1}},{"uid":"c0c253ec1fca8b4e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0c253ec1fca8b4e","status":"passed","time":{"start":1724861669534,"stop":1724861669534,"duration":0}},{"uid":"5882801da0bfc7c8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5882801da0bfc7c8","status":"passed","time":{"start":1724861505411,"stop":1724861505413,"duration":2}}]},"tags":[]},"source":"5d4c1f97a6c7d141.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/5d9e0cdbe0672bc0.json b/7376/data/test-cases/5d9e0cdbe0672bc0.json new file mode 100644 index 00000000000..69eef20711e --- /dev/null +++ b/7376/data/test-cases/5d9e0cdbe0672bc0.json @@ -0,0 +1 @@ +{"uid":"5d9e0cdbe0672bc0","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","fullName":"/src/waku2_codec.spec.ts: ENR waku2 codec > Decoding > should be able to decode the field with STORE and LIGHTPUSH protocols set to true","historyId":"cf6c34f86fb42ed8d75157db551634b8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922382332,"stop":1724922382333,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR waku2 codec"},{"name":"suite","value":"Decoding"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"de422b0b9e9d40a4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/de422b0b9e9d40a4","status":"passed","time":{"start":1724921045537,"stop":1724921045537,"duration":0}},{"uid":"f5586ad2fa9f7abc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f5586ad2fa9f7abc","status":"passed","time":{"start":1724921020730,"stop":1724921020731,"duration":1}},{"uid":"5e0afe324ed3cbcb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5e0afe324ed3cbcb","status":"passed","time":{"start":1724917681064,"stop":1724917681065,"duration":1}},{"uid":"5cff3700b1ecafce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5cff3700b1ecafce","status":"passed","time":{"start":1724889459955,"stop":1724889459955,"duration":0}},{"uid":"e3fbd831f41b557f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e3fbd831f41b557f","status":"passed","time":{"start":1724888610546,"stop":1724888610547,"duration":1}},{"uid":"9920f49849686ca8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9920f49849686ca8","status":"passed","time":{"start":1724887766852,"stop":1724887766852,"duration":0}},{"uid":"3d2fea81972501bb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3d2fea81972501bb","status":"passed","time":{"start":1724886533248,"stop":1724886533248,"duration":0}},{"uid":"b0d82d27b8f24b3a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b0d82d27b8f24b3a","status":"passed","time":{"start":1724886311098,"stop":1724886311099,"duration":1}},{"uid":"3650ea471bd41392","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3650ea471bd41392","status":"passed","time":{"start":1724861760053,"stop":1724861760054,"duration":1}},{"uid":"b917caa81c266267","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b917caa81c266267","status":"passed","time":{"start":1724861230837,"stop":1724861230838,"duration":1}},{"uid":"30fd525517897a44","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/30fd525517897a44","status":"passed","time":{"start":1724861053411,"stop":1724861053412,"duration":1}},{"uid":"4fe2db987d6bbd53","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4fe2db987d6bbd53","status":"passed","time":{"start":1724860914749,"stop":1724860914749,"duration":0}}]},"tags":[]},"source":"5d9e0cdbe0672bc0.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/1bf6eeaacfb1c676.json b/7376/data/test-cases/5db5d1ce707e808a.json similarity index 97% rename from 7346/data/test-cases/1bf6eeaacfb1c676.json rename to 7376/data/test-cases/5db5d1ce707e808a.json index a880a4de4b9..66604a11c5d 100644 --- a/7346/data/test-cases/1bf6eeaacfb1c676.json +++ b/7376/data/test-cases/5db5d1ce707e808a.json @@ -1 +1 @@ -{"uid":"1bf6eeaacfb1c676","name":"random static sharding 5 - Cluster ID: 307, Shard ID: 43","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 5 - Cluster ID: 307, Shard ID: 43","historyId":"04c422a3ee76fe34b1393733a159e828:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765485931,"stop":1724765485931,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"1bf6eeaacfb1c676.json","parameterValues":[]} \ No newline at end of file +{"uid":"5db5d1ce707e808a","name":"random static sharding 6 - Cluster ID: 629, Shard ID: 80","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 6 - Cluster ID: 629, Shard ID: 80","historyId":"5ebf0798539fd4e27fc3ff522e58d63a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922946232,"stop":1724922946232,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"5db5d1ce707e808a.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/5dbb288b4fa637ee.json b/7376/data/test-cases/5dbb288b4fa637ee.json new file mode 100644 index 00000000000..a1135f14bbd --- /dev/null +++ b/7376/data/test-cases/5dbb288b4fa637ee.json @@ -0,0 +1 @@ +{"uid":"5dbb288b4fa637ee","name":"should throw an error for an unconfigured topic","fullName":"/src/common/sharding/index.spec.ts: ensurePubsubTopicIsConfigured > should throw an error for an unconfigured topic","historyId":"8ce53717e638ed375d7032bd3f2b20be:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374690,"stop":1724922374691,"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":"ensurePubsubTopicIsConfigured"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cad5c4a34408dcf9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cad5c4a34408dcf9","status":"passed","time":{"start":1724921037651,"stop":1724921037652,"duration":1}},{"uid":"8c6365e20a25185e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8c6365e20a25185e","status":"passed","time":{"start":1724921013065,"stop":1724921013065,"duration":0}},{"uid":"82f2a480382c9a9f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/82f2a480382c9a9f","status":"passed","time":{"start":1724917673305,"stop":1724917673305,"duration":0}},{"uid":"21061176af9a8430","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/21061176af9a8430","status":"passed","time":{"start":1724889452325,"stop":1724889452325,"duration":0}},{"uid":"497a8d2975fb1a93","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/497a8d2975fb1a93","status":"passed","time":{"start":1724888602857,"stop":1724888602858,"duration":1}},{"uid":"41c1c60d604e84c8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/41c1c60d604e84c8","status":"passed","time":{"start":1724887759178,"stop":1724887759178,"duration":0}},{"uid":"2260fd5dc570734c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2260fd5dc570734c","status":"passed","time":{"start":1724886525556,"stop":1724886525556,"duration":0}},{"uid":"abb32ebbeb3d7bb3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/abb32ebbeb3d7bb3","status":"passed","time":{"start":1724886303411,"stop":1724886303411,"duration":0}},{"uid":"d2a5ed1088d80dd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d2a5ed1088d80dd","status":"passed","time":{"start":1724861752248,"stop":1724861752248,"duration":0}},{"uid":"77272681d69a88f6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/77272681d69a88f6","status":"passed","time":{"start":1724861223368,"stop":1724861223368,"duration":0}},{"uid":"1150752ad697b6a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1150752ad697b6a","status":"passed","time":{"start":1724861045217,"stop":1724861045217,"duration":0}},{"uid":"fc2634bf3e6c8765","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fc2634bf3e6c8765","status":"passed","time":{"start":1724860907103,"stop":1724860907103,"duration":0}}]},"tags":[]},"source":"5dbb288b4fa637ee.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/6cda190af083a032.json b/7376/data/test-cases/5dbcac7b9f5584f.json similarity index 68% rename from 7346/data/test-cases/6cda190af083a032.json rename to 7376/data/test-cases/5dbcac7b9f5584f.json index f24f17e9e13..052df106e79 100644 --- a/7346/data/test-cases/6cda190af083a032.json +++ b/7376/data/test-cases/5dbcac7b9f5584f.json @@ -1 +1 @@ -{"uid":"6cda190af083a032","name":"Push message with rate limit","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with rate limit","historyId":"74d1568f866528d0c27e3fa912bb92ce:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367191,"stop":1724765367201,"duration":10},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"89801ed1cb7c7a46","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/89801ed1cb7c7a46","status":"passed","time":{"start":1724765300587,"stop":1724765300587,"duration":0}},{"uid":"c4c10c8991ed28b2","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/c4c10c8991ed28b2","status":"passed","time":{"start":1724763693166,"stop":1724763693166,"duration":0}},{"uid":"43019fe90799b598","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/43019fe90799b598","status":"passed","time":{"start":1724760912514,"stop":1724760912514,"duration":0}},{"uid":"1fcd5345c1f0d386","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/1fcd5345c1f0d386","status":"passed","time":{"start":1724759937135,"stop":1724759937136,"duration":1}},{"uid":"5ef9a3e39ead8a10","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/5ef9a3e39ead8a10","status":"passed","time":{"start":1724758102777,"stop":1724758102781,"duration":4}},{"uid":"342c0ab7289d0a0e","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/342c0ab7289d0a0e","status":"passed","time":{"start":1724757793385,"stop":1724757793386,"duration":1}},{"uid":"fc3525a66e877749","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/fc3525a66e877749","status":"passed","time":{"start":1724757169534,"stop":1724757169535,"duration":1}},{"uid":"f8b6a9864383a81e","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/f8b6a9864383a81e","status":"passed","time":{"start":1724755216346,"stop":1724755216346,"duration":0}},{"uid":"6286367b5cc7dc4d","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/6286367b5cc7dc4d","status":"passed","time":{"start":1724752642022,"stop":1724752642022,"duration":0}},{"uid":"9f4277a4aa490226","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/9f4277a4aa490226","status":"passed","time":{"start":1724751479157,"stop":1724751479158,"duration":1}},{"uid":"e35acb0fa86d5b79","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/e35acb0fa86d5b79","status":"passed","time":{"start":1724750562218,"stop":1724750562218,"duration":0}},{"uid":"15186ec7b40e240d","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/15186ec7b40e240d","status":"passed","time":{"start":1724749562436,"stop":1724749562437,"duration":1}},{"uid":"67a6595128350c93","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/67a6595128350c93","status":"passed","time":{"start":1724717869162,"stop":1724717869162,"duration":0}},{"uid":"cbec57ee6f9a2471","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/cbec57ee6f9a2471","status":"passed","time":{"start":1724715106053,"stop":1724715106054,"duration":1}},{"uid":"e9b98e987b3cc833","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/e9b98e987b3cc833","status":"passed","time":{"start":1724713204893,"stop":1724713204893,"duration":0}},{"uid":"4582f86484b26088","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/4582f86484b26088","status":"passed","time":{"start":1724706379282,"stop":1724706379283,"duration":1}},{"uid":"2e03fa9a752aef6c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2e03fa9a752aef6c","status":"passed","time":{"start":1724704806976,"stop":1724704806977,"duration":1}},{"uid":"6636cee4248c548","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6636cee4248c548","status":"passed","time":{"start":1724684165998,"stop":1724684165998,"duration":0}},{"uid":"b146a5f1637661a3","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/b146a5f1637661a3","status":"passed","time":{"start":1724672921824,"stop":1724672921824,"duration":0}},{"uid":"cd8d6a5b9e141f24","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/cd8d6a5b9e141f24","status":"passed","time":{"start":1724670647901,"stop":1724670647902,"duration":1}}]},"tags":[]},"source":"6cda190af083a032.json","parameterValues":[]} \ No newline at end of file +{"uid":"5dbcac7b9f5584f","name":"Push message with content topic containing long","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing long","historyId":"11b3048f4d111e1ae7ca97e1da55f88a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853914,"stop":1724922853915,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1e4c46fddde52fc4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1e4c46fddde52fc4","status":"passed","time":{"start":1724921529581,"stop":1724921529582,"duration":1}},{"uid":"a07beb2c1391227d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a07beb2c1391227d","status":"passed","time":{"start":1724921488878,"stop":1724921488878,"duration":0}},{"uid":"7996f9786a93e941","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7996f9786a93e941","status":"passed","time":{"start":1724918203684,"stop":1724918203685,"duration":1}},{"uid":"47556cbeffa5b10b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/47556cbeffa5b10b","status":"passed","time":{"start":1724889938356,"stop":1724889938356,"duration":0}},{"uid":"8aa615038cb09a72","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8aa615038cb09a72","status":"passed","time":{"start":1724889077064,"stop":1724889077064,"duration":0}},{"uid":"e5229498e2786d66","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e5229498e2786d66","status":"passed","time":{"start":1724888268031,"stop":1724888268032,"duration":1}},{"uid":"cde083773aa57fa4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cde083773aa57fa4","status":"passed","time":{"start":1724887032400,"stop":1724887032400,"duration":0}},{"uid":"55cbb35da56e5d08","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/55cbb35da56e5d08","status":"passed","time":{"start":1724886822793,"stop":1724886822794,"duration":1}},{"uid":"850f50ebbdbfb1d6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/850f50ebbdbfb1d6","status":"passed","time":{"start":1724862233508,"stop":1724862233508,"duration":0}},{"uid":"1e2dfe1b3b6ae5fa","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1e2dfe1b3b6ae5fa","status":"passed","time":{"start":1724861712668,"stop":1724861712668,"duration":0}},{"uid":"486ccbf630c7f8b8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/486ccbf630c7f8b8","status":"passed","time":{"start":1724861567887,"stop":1724861567887,"duration":0}},{"uid":"4416e09e8b451abb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4416e09e8b451abb","status":"passed","time":{"start":1724861392052,"stop":1724861392053,"duration":1}}]},"tags":[]},"source":"5dbcac7b9f5584f.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/c8c747a874ed5660.json b/7376/data/test-cases/5dbe23fe23a94c7a.json similarity index 84% rename from 7346/data/test-cases/c8c747a874ed5660.json rename to 7376/data/test-cases/5dbe23fe23a94c7a.json index 50b477cd0fe..d5a26afff90 100644 --- a/7346/data/test-cases/c8c747a874ed5660.json +++ b/7376/data/test-cases/5dbe23fe23a94c7a.json @@ -1 +1 @@ -{"uid":"c8c747a874ed5660","name":"Push message with content topic containing Russian","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing Russian","historyId":"c39d6b8ce540fff53a16da756e5ce128:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505391,"stop":1724765505392,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":22,"unknown":0,"total":26},"items":[{"uid":"a855bbdb3b2d51a3","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/a855bbdb3b2d51a3","status":"passed","time":{"start":1724765434028,"stop":1724765434028,"duration":0}},{"uid":"cf79a1e407afc96c","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/cf79a1e407afc96c","status":"passed","time":{"start":1724763779037,"stop":1724763779038,"duration":1}},{"uid":"599eee8d50dfdd79","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/599eee8d50dfdd79","status":"passed","time":{"start":1724761038732,"stop":1724761038733,"duration":1}},{"uid":"dd04c52c41949a20","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/dd04c52c41949a20","status":"passed","time":{"start":1724760066633,"stop":1724760066634,"duration":1}},{"uid":"2f78215f201499f3","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/2f78215f201499f3","status":"passed","time":{"start":1724758222996,"stop":1724758222997,"duration":1}},{"uid":"3ff0cc9a50c8f591","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/3ff0cc9a50c8f591","status":"passed","time":{"start":1724757927326,"stop":1724757927326,"duration":0}},{"uid":"ddeea9ea0b2187cf","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/ddeea9ea0b2187cf","status":"passed","time":{"start":1724757257494,"stop":1724757257494,"duration":0}},{"uid":"805c887d09e9d126","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/805c887d09e9d126","status":"passed","time":{"start":1724755332990,"stop":1724755332991,"duration":1}},{"uid":"bd7cca85ab6defea","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/bd7cca85ab6defea","status":"passed","time":{"start":1724752782406,"stop":1724752782406,"duration":0}},{"uid":"bf9df61dbcfb6120","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/bf9df61dbcfb6120","status":"passed","time":{"start":1724751616576,"stop":1724751616577,"duration":1}},{"uid":"b57820cdd180341","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/b57820cdd180341","status":"passed","time":{"start":1724750701996,"stop":1724750701996,"duration":0}},{"uid":"d7fb51d25a5182d8","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/d7fb51d25a5182d8","status":"passed","time":{"start":1724749709046,"stop":1724749709046,"duration":0}},{"uid":"5a2b52bd9bb0505c","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/5a2b52bd9bb0505c","status":"passed","time":{"start":1724718008228,"stop":1724718008229,"duration":1}},{"uid":"3fc122780e28c765","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/3fc122780e28c765","status":"passed","time":{"start":1724715239092,"stop":1724715239092,"duration":0}},{"uid":"81d477aa8a80f10d","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/81d477aa8a80f10d","status":"passed","time":{"start":1724713322711,"stop":1724713322711,"duration":0}},{"uid":"3798646600ecb39c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/3798646600ecb39c","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724707170682,"stop":1724707170682,"duration":0}},{"uid":"f954ffbcb4795725","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f954ffbcb4795725","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724705570771,"stop":1724705570771,"duration":0}},{"uid":"19a8cfa1e150608f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/19a8cfa1e150608f","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724684936361,"stop":1724684936361,"duration":0}},{"uid":"89bf84df88697828","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/89bf84df88697828","status":"passed","time":{"start":1724673044050,"stop":1724673044051,"duration":1}},{"uid":"f46662f13a10b71e","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/f46662f13a10b71e","status":"passed","time":{"start":1724670767291,"stop":1724670767291,"duration":0}}]},"tags":[]},"source":"c8c747a874ed5660.json","parameterValues":[]} \ No newline at end of file +{"uid":"5dbe23fe23a94c7a","name":"Push message with content topic containing Russian","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing Russian","historyId":"c39d6b8ce540fff53a16da756e5ce128:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921468,"stop":1724922921468,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f52eac6f5e3afc98","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f52eac6f5e3afc98","status":"passed","time":{"start":1724921602959,"stop":1724921602959,"duration":0}},{"uid":"3bc88ae633d6ddc1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3bc88ae633d6ddc1","status":"passed","time":{"start":1724921571102,"stop":1724921571102,"duration":0}},{"uid":"f4b36a9d8f5e560c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f4b36a9d8f5e560c","status":"passed","time":{"start":1724918285605,"stop":1724918285606,"duration":1}},{"uid":"12591038f1900c13","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/12591038f1900c13","status":"passed","time":{"start":1724890030097,"stop":1724890030097,"duration":0}},{"uid":"de6c09baaae7ba48","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/de6c09baaae7ba48","status":"passed","time":{"start":1724889171916,"stop":1724889171916,"duration":0}},{"uid":"6e6daf3b99a6a75","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6e6daf3b99a6a75","status":"passed","time":{"start":1724888350731,"stop":1724888350734,"duration":3}},{"uid":"ce77ef94aa4611ee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ce77ef94aa4611ee","status":"passed","time":{"start":1724887115417,"stop":1724887115418,"duration":1}},{"uid":"4befafe49e04cb5c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4befafe49e04cb5c","status":"passed","time":{"start":1724886884582,"stop":1724886884582,"duration":0}},{"uid":"8af722829f77c3b7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8af722829f77c3b7","status":"passed","time":{"start":1724862322267,"stop":1724862322267,"duration":0}},{"uid":"964c5d85b0303268","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/964c5d85b0303268","status":"passed","time":{"start":1724861790756,"stop":1724861790757,"duration":1}},{"uid":"6b8fda26cf95246e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6b8fda26cf95246e","status":"passed","time":{"start":1724861628426,"stop":1724861628426,"duration":0}},{"uid":"442429a6611966fa","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/442429a6611966fa","status":"passed","time":{"start":1724861465631,"stop":1724861465631,"duration":0}}]},"tags":[]},"source":"5dbe23fe23a94c7a.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/60ba8df80d7ae084.json b/7376/data/test-cases/5df6a34988c0cb5.json similarity index 60% rename from 7346/data/test-cases/60ba8df80d7ae084.json rename to 7376/data/test-cases/5df6a34988c0cb5.json index 9d8b10fb2e6..f9a43635e13 100644 --- a/7346/data/test-cases/60ba8df80d7ae084.json +++ b/7376/data/test-cases/5df6a34988c0cb5.json @@ -1 +1 @@ -{"uid":"60ba8df80d7ae084","name":"Push message with Russian payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with Russian payload","historyId":"460c50674f0e86169f8d2db4fee2f180:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367115,"stop":1724765367128,"duration":13},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"40ecd63a9aa2b134","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/40ecd63a9aa2b134","status":"passed","time":{"start":1724765300563,"stop":1724765300564,"duration":1}},{"uid":"ab37aa1646a1b12","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/ab37aa1646a1b12","status":"passed","time":{"start":1724763693152,"stop":1724763693153,"duration":1}},{"uid":"6168b2bf29f4f9fb","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6168b2bf29f4f9fb","status":"passed","time":{"start":1724760912471,"stop":1724760912474,"duration":3}},{"uid":"619c0f87fb29e81c","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/619c0f87fb29e81c","status":"passed","time":{"start":1724759937118,"stop":1724759937118,"duration":0}},{"uid":"a51f2759259d0928","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/a51f2759259d0928","status":"passed","time":{"start":1724758102738,"stop":1724758102739,"duration":1}},{"uid":"b25dff71ee7749ab","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b25dff71ee7749ab","status":"passed","time":{"start":1724757793364,"stop":1724757793364,"duration":0}},{"uid":"677a67782fb52804","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/677a67782fb52804","status":"passed","time":{"start":1724757169517,"stop":1724757169517,"duration":0}},{"uid":"8a645d1034d98320","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/8a645d1034d98320","status":"passed","time":{"start":1724755216331,"stop":1724755216331,"duration":0}},{"uid":"644e3b271dd133f0","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/644e3b271dd133f0","status":"passed","time":{"start":1724752641981,"stop":1724752641981,"duration":0}},{"uid":"aa2cf430af66f5f5","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/aa2cf430af66f5f5","status":"passed","time":{"start":1724751479126,"stop":1724751479126,"duration":0}},{"uid":"4cfeba7ec0fff641","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/4cfeba7ec0fff641","status":"passed","time":{"start":1724750562183,"stop":1724750562185,"duration":2}},{"uid":"40120f9eefe06b28","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/40120f9eefe06b28","status":"passed","time":{"start":1724749562418,"stop":1724749562418,"duration":0}},{"uid":"c77493e659c63dd9","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c77493e659c63dd9","status":"passed","time":{"start":1724717869148,"stop":1724717869148,"duration":0}},{"uid":"792c299430755b22","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/792c299430755b22","status":"passed","time":{"start":1724715105986,"stop":1724715105989,"duration":3}},{"uid":"552ac85756073258","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/552ac85756073258","status":"passed","time":{"start":1724713204875,"stop":1724713204876,"duration":1}},{"uid":"83fb87440fc95fe9","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/83fb87440fc95fe9","status":"passed","time":{"start":1724706379244,"stop":1724706379244,"duration":0}},{"uid":"e5faf7ed40bd8992","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/e5faf7ed40bd8992","status":"passed","time":{"start":1724704806937,"stop":1724704806937,"duration":0}},{"uid":"4f34df14ec5eaf7a","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/4f34df14ec5eaf7a","status":"passed","time":{"start":1724684165983,"stop":1724684165983,"duration":0}},{"uid":"5933ed3c9d987d2f","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/5933ed3c9d987d2f","status":"passed","time":{"start":1724672921808,"stop":1724672921808,"duration":0}},{"uid":"3c7ba106057f2027","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/3c7ba106057f2027","status":"passed","time":{"start":1724670647851,"stop":1724670647852,"duration":1}}]},"tags":[]},"source":"60ba8df80d7ae084.json","parameterValues":[]} \ No newline at end of file +{"uid":"5df6a34988c0cb5","name":"Push message with Russian payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with Russian payload","historyId":"460c50674f0e86169f8d2db4fee2f180:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853908,"stop":1724922853908,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4539a613514e231b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4539a613514e231b","status":"passed","time":{"start":1724921529570,"stop":1724921529570,"duration":0}},{"uid":"4979c0aa19eb2b50","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4979c0aa19eb2b50","status":"passed","time":{"start":1724921488872,"stop":1724921488872,"duration":0}},{"uid":"16932dfb2d2c16e9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/16932dfb2d2c16e9","status":"passed","time":{"start":1724918203668,"stop":1724918203668,"duration":0}},{"uid":"808ac63bdb6832ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/808ac63bdb6832ac","status":"passed","time":{"start":1724889938351,"stop":1724889938352,"duration":1}},{"uid":"401e7e3fe1e2bd92","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/401e7e3fe1e2bd92","status":"passed","time":{"start":1724889077031,"stop":1724889077031,"duration":0}},{"uid":"1f1c0d5f79d70d14","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1f1c0d5f79d70d14","status":"passed","time":{"start":1724888268004,"stop":1724888268004,"duration":0}},{"uid":"2c40903c9e8b0623","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2c40903c9e8b0623","status":"passed","time":{"start":1724887032388,"stop":1724887032388,"duration":0}},{"uid":"18a185ec6c1af5d5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/18a185ec6c1af5d5","status":"passed","time":{"start":1724886822784,"stop":1724886822785,"duration":1}},{"uid":"9f90d0ac41cb69f6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f90d0ac41cb69f6","status":"passed","time":{"start":1724862233502,"stop":1724862233502,"duration":0}},{"uid":"bec73eecb2e98eb9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bec73eecb2e98eb9","status":"passed","time":{"start":1724861712663,"stop":1724861712663,"duration":0}},{"uid":"de8798921f148735","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/de8798921f148735","status":"passed","time":{"start":1724861567878,"stop":1724861567879,"duration":1}},{"uid":"ee796ab2bb6e209d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ee796ab2bb6e209d","status":"passed","time":{"start":1724861392037,"stop":1724861392038,"duration":1}}]},"tags":[]},"source":"5df6a34988c0cb5.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/5e40ca23f7048dda.json b/7376/data/test-cases/5e40ca23f7048dda.json new file mode 100644 index 00000000000..431fcd34576 --- /dev/null +++ b/7376/data/test-cases/5e40ca23f7048dda.json @@ -0,0 +1 @@ +{"uid":"5e40ca23f7048dda","name":"Delete observer","fullName":"/tests/relay/index.node.spec.ts: Waku Relay > Delete observer","historyId":"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922849123,"stop":1724922849123,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d4b82edc613caec9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d4b82edc613caec9","status":"passed","time":{"start":1724921517832,"stop":1724921517832,"duration":0}},{"uid":"b5a1e42a1e767c45","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b5a1e42a1e767c45","status":"passed","time":{"start":1724921478627,"stop":1724921478627,"duration":0}},{"uid":"db682ba000ce82c6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/db682ba000ce82c6","status":"passed","time":{"start":1724918183232,"stop":1724918183232,"duration":0}},{"uid":"aaabc94bacd6c223","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aaabc94bacd6c223","status":"passed","time":{"start":1724889938072,"stop":1724889938072,"duration":0}},{"uid":"7d4dd51ec3df7480","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7d4dd51ec3df7480","status":"passed","time":{"start":1724889075464,"stop":1724889075464,"duration":0}},{"uid":"cf4c7c082176c684","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf4c7c082176c684","status":"passed","time":{"start":1724888234970,"stop":1724888234970,"duration":0}},{"uid":"21d0a92bd935f6c3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/21d0a92bd935f6c3","status":"passed","time":{"start":1724887020972,"stop":1724887020972,"duration":0}},{"uid":"eca7f6f25420ebfc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eca7f6f25420ebfc","status":"passed","time":{"start":1724886784130,"stop":1724886784130,"duration":0}},{"uid":"734a32d378914590","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/734a32d378914590","status":"passed","time":{"start":1724862216273,"stop":1724862216284,"duration":11}},{"uid":"3349473fecaa5e0e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3349473fecaa5e0e","status":"passed","time":{"start":1724861688535,"stop":1724861688536,"duration":1}},{"uid":"10446763986c3c01","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/10446763986c3c01","status":"passed","time":{"start":1724861549003,"stop":1724861549003,"duration":0}},{"uid":"6a0f610d797ba8de","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6a0f610d797ba8de","status":"passed","time":{"start":1724861380654,"stop":1724861380654,"duration":0}}]},"tags":[]},"source":"5e40ca23f7048dda.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/913ff8265a76c72f.json b/7376/data/test-cases/5f180218b159b91d.json similarity index 76% rename from 7346/data/test-cases/913ff8265a76c72f.json rename to 7376/data/test-cases/5f180218b159b91d.json index bb2bd434b9c..89e6d3de4ee 100644 --- a/7346/data/test-cases/913ff8265a76c72f.json +++ b/7376/data/test-cases/5f180218b159b91d.json @@ -1 +1 @@ -{"uid":"913ff8265a76c72f","name":"Fails to publish message with wrong content topic","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Fails to publish message with wrong content topic","historyId":"1d71dd750d76bba77d05212d04612c86:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765426737,"stop":1724765426738,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"4717822ee630ddd7","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/4717822ee630ddd7","status":"passed","time":{"start":1724765341340,"stop":1724765341340,"duration":0}},{"uid":"63da2660e8a0952b","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/63da2660e8a0952b","status":"passed","time":{"start":1724763725735,"stop":1724763725735,"duration":0}},{"uid":"35eabf610535f348","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/35eabf610535f348","status":"passed","time":{"start":1724760957728,"stop":1724760957729,"duration":1}},{"uid":"9712cc79d7e2773a","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/9712cc79d7e2773a","status":"passed","time":{"start":1724759981893,"stop":1724759981893,"duration":0}},{"uid":"aa92f0e262e6c9f7","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/aa92f0e262e6c9f7","status":"passed","time":{"start":1724758132044,"stop":1724758132045,"duration":1}},{"uid":"e49b552768e6fb54","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/e49b552768e6fb54","status":"passed","time":{"start":1724757777638,"stop":1724757777639,"duration":1}},{"uid":"fe283e1731a5b1f4","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/fe283e1731a5b1f4","status":"passed","time":{"start":1724757176026,"stop":1724757176026,"duration":0}},{"uid":"597e5adc3f5c23f4","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/597e5adc3f5c23f4","status":"passed","time":{"start":1724755243518,"stop":1724755243518,"duration":0}},{"uid":"589ff9bf5cb2bb5b","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/589ff9bf5cb2bb5b","status":"passed","time":{"start":1724752673891,"stop":1724752673891,"duration":0}},{"uid":"7e04ed9f03d70d33","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/7e04ed9f03d70d33","status":"passed","time":{"start":1724751529522,"stop":1724751529523,"duration":1}},{"uid":"ddc27356cafddf1e","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/ddc27356cafddf1e","status":"passed","time":{"start":1724750600096,"stop":1724750600097,"duration":1}},{"uid":"a9fbdfa9234c9c91","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/a9fbdfa9234c9c91","status":"passed","time":{"start":1724749599701,"stop":1724749599702,"duration":1}},{"uid":"f83b7a6462c8c363","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/f83b7a6462c8c363","status":"passed","time":{"start":1724717906130,"stop":1724717906131,"duration":1}},{"uid":"b29b55986f61801","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/b29b55986f61801","status":"passed","time":{"start":1724715143948,"stop":1724715143948,"duration":0}},{"uid":"59a9c4c6c524e7bc","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/59a9c4c6c524e7bc","status":"passed","time":{"start":1724713227752,"stop":1724713227752,"duration":0}},{"uid":"263af9bd807ebe7c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/263af9bd807ebe7c","status":"passed","time":{"start":1724706419045,"stop":1724706419045,"duration":0}},{"uid":"d7cdc098ae209968","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d7cdc098ae209968","status":"passed","time":{"start":1724704834042,"stop":1724704834043,"duration":1}},{"uid":"d7fe4e2f6da115cb","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d7fe4e2f6da115cb","status":"passed","time":{"start":1724684210900,"stop":1724684210900,"duration":0}},{"uid":"cd3731a70312416c","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/cd3731a70312416c","status":"passed","time":{"start":1724672960988,"stop":1724672960989,"duration":1}},{"uid":"72fab056a5e736d8","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/72fab056a5e736d8","status":"passed","time":{"start":1724670677923,"stop":1724670677923,"duration":0}}]},"tags":[]},"source":"913ff8265a76c72f.json","parameterValues":[]} \ No newline at end of file +{"uid":"5f180218b159b91d","name":"Fails to publish message with wrong content topic","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Fails to publish message with wrong content topic","historyId":"1d71dd750d76bba77d05212d04612c86:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922887532,"stop":1724922887532,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"322d9184bfa451f4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/322d9184bfa451f4","status":"passed","time":{"start":1724921564782,"stop":1724921564783,"duration":1}},{"uid":"c387a9d2877df5d9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c387a9d2877df5d9","status":"passed","time":{"start":1724921518827,"stop":1724921518828,"duration":1}},{"uid":"7979eb12be1b5500","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7979eb12be1b5500","status":"passed","time":{"start":1724918229404,"stop":1724918229404,"duration":0}},{"uid":"ec17744e5b3c3e68","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ec17744e5b3c3e68","status":"passed","time":{"start":1724889980707,"stop":1724889980707,"duration":0}},{"uid":"712bfea7c8a47682","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/712bfea7c8a47682","status":"passed","time":{"start":1724889111183,"stop":1724889111183,"duration":0}},{"uid":"73ca673590d1b365","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/73ca673590d1b365","status":"passed","time":{"start":1724888292547,"stop":1724888292547,"duration":0}},{"uid":"3420e27e80a65a0f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3420e27e80a65a0f","status":"passed","time":{"start":1724887068232,"stop":1724887068232,"duration":0}},{"uid":"83cc6f5588c95eb7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/83cc6f5588c95eb7","status":"passed","time":{"start":1724886848934,"stop":1724886848935,"duration":1}},{"uid":"eb293680f6e394f4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eb293680f6e394f4","status":"passed","time":{"start":1724862262052,"stop":1724862262054,"duration":2}},{"uid":"c5dfd7d682ed2cc7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c5dfd7d682ed2cc7","status":"passed","time":{"start":1724861741897,"stop":1724861741898,"duration":1}},{"uid":"6b0a044b2d379184","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6b0a044b2d379184","status":"passed","time":{"start":1724861599501,"stop":1724861599501,"duration":0}},{"uid":"4f41a3cb81b3670c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4f41a3cb81b3670c","status":"passed","time":{"start":1724861428479,"stop":1724861428479,"duration":0}}]},"tags":[]},"source":"5f180218b159b91d.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/b07379b34a7efc0d.json b/7376/data/test-cases/5fa8806e300dd930.json similarity index 77% rename from 7346/data/test-cases/b07379b34a7efc0d.json rename to 7376/data/test-cases/5fa8806e300dd930.json index 2c41ca7d979..37d7c7426ea 100644 --- a/7346/data/test-cases/b07379b34a7efc0d.json +++ b/7376/data/test-cases/5fa8806e300dd930.json @@ -1 +1 @@ -{"uid":"b07379b34a7efc0d","name":"Check publish message containing short","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing short","historyId":"f248704e2b65823722fef4ea08528e23:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765426723,"stop":1724765426724,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"3ad2163d0da71185","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/3ad2163d0da71185","status":"passed","time":{"start":1724765341322,"stop":1724765341323,"duration":1}},{"uid":"44147d251054e5b6","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/44147d251054e5b6","status":"passed","time":{"start":1724763725724,"stop":1724763725724,"duration":0}},{"uid":"ca86ab7d1ce127c6","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ca86ab7d1ce127c6","status":"passed","time":{"start":1724760957718,"stop":1724760957718,"duration":0}},{"uid":"91fcb851f4d35bb1","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/91fcb851f4d35bb1","status":"passed","time":{"start":1724759981879,"stop":1724759981879,"duration":0}},{"uid":"efb4920854a3b46b","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/efb4920854a3b46b","status":"passed","time":{"start":1724758132025,"stop":1724758132026,"duration":1}},{"uid":"4653aca653f974e1","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/4653aca653f974e1","status":"passed","time":{"start":1724757777625,"stop":1724757777625,"duration":0}},{"uid":"ba6a12dd57057e83","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/ba6a12dd57057e83","status":"passed","time":{"start":1724757176014,"stop":1724757176014,"duration":0}},{"uid":"d9e4a7af9777c87d","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/d9e4a7af9777c87d","status":"passed","time":{"start":1724755243501,"stop":1724755243501,"duration":0}},{"uid":"c7b4a2f4121deb2","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/c7b4a2f4121deb2","status":"passed","time":{"start":1724752673876,"stop":1724752673877,"duration":1}},{"uid":"f2d59a3c7fef14c6","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/f2d59a3c7fef14c6","status":"passed","time":{"start":1724751529508,"stop":1724751529509,"duration":1}},{"uid":"91fa424c737744bc","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/91fa424c737744bc","status":"passed","time":{"start":1724750600080,"stop":1724750600081,"duration":1}},{"uid":"c540a2aaaf2b3669","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c540a2aaaf2b3669","status":"passed","time":{"start":1724749599686,"stop":1724749599686,"duration":0}},{"uid":"705de0417436fdf","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/705de0417436fdf","status":"passed","time":{"start":1724717906122,"stop":1724717906122,"duration":0}},{"uid":"6eb08a219d92bc47","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/6eb08a219d92bc47","status":"passed","time":{"start":1724715143937,"stop":1724715143937,"duration":0}},{"uid":"1926262de5ca6e0c","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/1926262de5ca6e0c","status":"passed","time":{"start":1724713227693,"stop":1724713227693,"duration":0}},{"uid":"49a2936bab15ba4d","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/49a2936bab15ba4d","status":"passed","time":{"start":1724706419031,"stop":1724706419031,"duration":0}},{"uid":"94f77cad1171df74","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/94f77cad1171df74","status":"passed","time":{"start":1724704834027,"stop":1724704834028,"duration":1}},{"uid":"827703e329f34a33","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/827703e329f34a33","status":"passed","time":{"start":1724684210891,"stop":1724684210892,"duration":1}},{"uid":"e338037c125b25c3","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/e338037c125b25c3","status":"passed","time":{"start":1724672960968,"stop":1724672960971,"duration":3}},{"uid":"30c0b96fb74a7505","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/30c0b96fb74a7505","status":"passed","time":{"start":1724670677883,"stop":1724670677898,"duration":15}}]},"tags":[]},"source":"b07379b34a7efc0d.json","parameterValues":[]} \ No newline at end of file +{"uid":"5fa8806e300dd930","name":"Check publish message containing short","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing short","historyId":"f248704e2b65823722fef4ea08528e23:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922887520,"stop":1724922887520,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"19c216099db73e59","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/19c216099db73e59","status":"passed","time":{"start":1724921564770,"stop":1724921564771,"duration":1}},{"uid":"ee3c6ce782f92067","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ee3c6ce782f92067","status":"passed","time":{"start":1724921518779,"stop":1724921518780,"duration":1}},{"uid":"986d25419c57e384","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/986d25419c57e384","status":"passed","time":{"start":1724918229394,"stop":1724918229394,"duration":0}},{"uid":"fb29fd6dbbe8822d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb29fd6dbbe8822d","status":"passed","time":{"start":1724889980691,"stop":1724889980692,"duration":1}},{"uid":"2108a8cd7b1b3b68","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2108a8cd7b1b3b68","status":"passed","time":{"start":1724889111153,"stop":1724889111154,"duration":1}},{"uid":"8cc3fbe30ce7d328","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8cc3fbe30ce7d328","status":"passed","time":{"start":1724888292523,"stop":1724888292524,"duration":1}},{"uid":"7bfb624e145fb074","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7bfb624e145fb074","status":"passed","time":{"start":1724887068218,"stop":1724887068219,"duration":1}},{"uid":"336645ecba6fd1ee","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/336645ecba6fd1ee","status":"passed","time":{"start":1724886848916,"stop":1724886848917,"duration":1}},{"uid":"d128f306a80575f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d128f306a80575f9","status":"passed","time":{"start":1724862262041,"stop":1724862262042,"duration":1}},{"uid":"8eafb94b7a05dfb7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8eafb94b7a05dfb7","status":"passed","time":{"start":1724861741885,"stop":1724861741885,"duration":0}},{"uid":"199e4d1c0e936b99","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/199e4d1c0e936b99","status":"passed","time":{"start":1724861599480,"stop":1724861599480,"duration":0}},{"uid":"a1114379bdb7a7d1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a1114379bdb7a7d1","status":"passed","time":{"start":1724861428469,"stop":1724861428470,"duration":1}}]},"tags":[]},"source":"5fa8806e300dd930.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/60248aa76c8f7e78.json b/7376/data/test-cases/60248aa76c8f7e78.json new file mode 100644 index 00000000000..512d8dae48e --- /dev/null +++ b/7376/data/test-cases/60248aa76c8f7e78.json @@ -0,0 +1 @@ +{"uid":"60248aa76c8f7e78","name":"same cluster, same shard: nodes connect","fullName":"/tests/metadata.spec.ts: Metadata Protocol > connections > same cluster, same shard: nodes connect","historyId":"38d69d61f1f1583efcd1e759eaeed2c4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922771082,"stop":1724922771082,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Metadata Protocol"},{"name":"suite","value":"connections"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"94db25ca37fbe627","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/94db25ca37fbe627","status":"passed","time":{"start":1724921419681,"stop":1724921419682,"duration":1}},{"uid":"e010425be1983264","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e010425be1983264","status":"passed","time":{"start":1724921400502,"stop":1724921400502,"duration":0}},{"uid":"13c1319870b3c032","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/13c1319870b3c032","status":"passed","time":{"start":1724918124175,"stop":1724918124175,"duration":0}},{"uid":"da7ad998d07d29e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/da7ad998d07d29e0","status":"passed","time":{"start":1724889845312,"stop":1724889845312,"duration":0}},{"uid":"e70d399ff810760f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e70d399ff810760f","status":"passed","time":{"start":1724888978753,"stop":1724888978753,"duration":0}},{"uid":"6995e695e2efaf2a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6995e695e2efaf2a","status":"passed","time":{"start":1724888199757,"stop":1724888199758,"duration":1}},{"uid":"32c00088af1839ff","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/32c00088af1839ff","status":"passed","time":{"start":1724886961474,"stop":1724886961475,"duration":1}},{"uid":"1b365370eccb7e51","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1b365370eccb7e51","status":"passed","time":{"start":1724886743394,"stop":1724886743395,"duration":1}},{"uid":"fa1dd793fea66fbd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fa1dd793fea66fbd","status":"passed","time":{"start":1724862150655,"stop":1724862150655,"duration":0}},{"uid":"7fe4d663f9a4b396","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7fe4d663f9a4b396","status":"passed","time":{"start":1724861627580,"stop":1724861627580,"duration":0}},{"uid":"aa02db1206cea284","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/aa02db1206cea284","status":"passed","time":{"start":1724861501070,"stop":1724861501070,"duration":0}},{"uid":"ba32490bd6a55a07","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ba32490bd6a55a07","status":"passed","time":{"start":1724861297168,"stop":1724861297168,"duration":0}}]},"tags":[]},"source":"60248aa76c8f7e78.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/602c00187391e648.json b/7376/data/test-cases/602c00187391e648.json new file mode 100644 index 00000000000..3cbfae00b71 --- /dev/null +++ b/7376/data/test-cases/602c00187391e648.json @@ -0,0 +1 @@ +{"uid":"602c00187391e648","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":1724922408753,"stop":1724922408754,"duration":1},"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":13,"unknown":0,"total":13},"items":[{"uid":"2a8b157f2e0f69c6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2a8b157f2e0f69c6","status":"passed","time":{"start":1724921071992,"stop":1724921071993,"duration":1}},{"uid":"66158830946c4349","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/66158830946c4349","status":"passed","time":{"start":1724921046820,"stop":1724921046821,"duration":1}},{"uid":"e2d3fab56d1d20c2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e2d3fab56d1d20c2","status":"passed","time":{"start":1724917707020,"stop":1724917707021,"duration":1}},{"uid":"eb52d55738cb0fc8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eb52d55738cb0fc8","status":"passed","time":{"start":1724889485858,"stop":1724889485858,"duration":0}},{"uid":"8cef03bf54026900","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8cef03bf54026900","status":"passed","time":{"start":1724888636618,"stop":1724888636618,"duration":0}},{"uid":"ff05483882247792","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ff05483882247792","status":"passed","time":{"start":1724887792853,"stop":1724887792854,"duration":1}},{"uid":"1595a890410a9bc9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1595a890410a9bc9","status":"passed","time":{"start":1724886559722,"stop":1724886559722,"duration":0}},{"uid":"b443dbc0427e64df","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b443dbc0427e64df","status":"passed","time":{"start":1724886337373,"stop":1724886337374,"duration":1}},{"uid":"784e14a188c3e24e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/784e14a188c3e24e","status":"passed","time":{"start":1724861786728,"stop":1724861786728,"duration":0}},{"uid":"3c4762c014f750b2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3c4762c014f750b2","status":"passed","time":{"start":1724861257210,"stop":1724861257211,"duration":1}},{"uid":"9fa20334fa8f4894","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9fa20334fa8f4894","status":"passed","time":{"start":1724861081080,"stop":1724861081081,"duration":1}},{"uid":"2edfacf3152a3c91","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2edfacf3152a3c91","status":"passed","time":{"start":1724860941729,"stop":1724860941730,"duration":1}}]},"tags":[]},"source":"602c00187391e648.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/607d4c0669575d0c.json b/7376/data/test-cases/607d4c0669575d0c.json new file mode 100644 index 00000000000..af8fa8bd539 --- /dev/null +++ b/7376/data/test-cases/607d4c0669575d0c.json @@ -0,0 +1 @@ +{"uid":"607d4c0669575d0c","name":"Decoder throws on undefined content topic","fullName":"/src/ecies.spec.ts: Ensures content topic is defined > Decoder throws on undefined content topic","historyId":"1448dc610e92b4a18491cc1a32b179a1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922410312,"stop":1724922410312,"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":"Ensures content topic is defined"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2cba0604524cb769","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2cba0604524cb769","status":"passed","time":{"start":1724921073460,"stop":1724921073461,"duration":1}},{"uid":"da90af04bcbc7d43","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/da90af04bcbc7d43","status":"passed","time":{"start":1724921048448,"stop":1724921048448,"duration":0}},{"uid":"50ed6e0107c61a61","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/50ed6e0107c61a61","status":"passed","time":{"start":1724917708700,"stop":1724917708701,"duration":1}},{"uid":"f6edcc51f9223c3f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f6edcc51f9223c3f","status":"passed","time":{"start":1724889487517,"stop":1724889487517,"duration":0}},{"uid":"e339750729711ad7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e339750729711ad7","status":"passed","time":{"start":1724888638224,"stop":1724888638224,"duration":0}},{"uid":"98f0b3204ea5bc50","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/98f0b3204ea5bc50","status":"passed","time":{"start":1724887794484,"stop":1724887794484,"duration":0}},{"uid":"85c0629b529bef37","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/85c0629b529bef37","status":"passed","time":{"start":1724886561407,"stop":1724886561407,"duration":0}},{"uid":"d3e9c2ca67ede24a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d3e9c2ca67ede24a","status":"passed","time":{"start":1724886339063,"stop":1724886339063,"duration":0}},{"uid":"406c5845a0b10e81","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/406c5845a0b10e81","status":"passed","time":{"start":1724861788384,"stop":1724861788384,"duration":0}},{"uid":"17c01b414067b883","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/17c01b414067b883","status":"passed","time":{"start":1724861258536,"stop":1724861258537,"duration":1}},{"uid":"8a6c7c16095078db","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8a6c7c16095078db","status":"passed","time":{"start":1724861082796,"stop":1724861082797,"duration":1}},{"uid":"248d8447c3c60db5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/248d8447c3c60db5","status":"passed","time":{"start":1724860943249,"stop":1724860943249,"duration":0}}]},"tags":[]},"source":"607d4c0669575d0c.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/527390fb00188fea.json b/7376/data/test-cases/6085a3baa5dc1076.json similarity index 83% rename from 7346/data/test-cases/527390fb00188fea.json rename to 7376/data/test-cases/6085a3baa5dc1076.json index 81774a84baf..4660ec2f4aa 100644 --- a/7346/data/test-cases/527390fb00188fea.json +++ b/7376/data/test-cases/6085a3baa5dc1076.json @@ -1 +1 @@ -{"uid":"527390fb00188fea","name":"Push message with special chars payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with special chars payload","historyId":"219e333b55674e29f5e0ff2569e675a6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367114,"stop":1724765367114,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"4d0986afd927e79a","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/4d0986afd927e79a","status":"passed","time":{"start":1724765300560,"stop":1724765300561,"duration":1}},{"uid":"4a9bc61dc67774bf","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/4a9bc61dc67774bf","status":"passed","time":{"start":1724763693150,"stop":1724763693151,"duration":1}},{"uid":"76e495015290f839","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/76e495015290f839","status":"passed","time":{"start":1724760912467,"stop":1724760912468,"duration":1}},{"uid":"9a6e72067fc73f02","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/9a6e72067fc73f02","status":"passed","time":{"start":1724759937114,"stop":1724759937115,"duration":1}},{"uid":"fed1a38474dc3313","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/fed1a38474dc3313","status":"passed","time":{"start":1724758102736,"stop":1724758102737,"duration":1}},{"uid":"d3f169b87a231c03","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/d3f169b87a231c03","status":"passed","time":{"start":1724757793362,"stop":1724757793363,"duration":1}},{"uid":"9653c88249cd18ee","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/9653c88249cd18ee","status":"passed","time":{"start":1724757169514,"stop":1724757169515,"duration":1}},{"uid":"c010011320c5c844","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c010011320c5c844","status":"passed","time":{"start":1724755216330,"stop":1724755216330,"duration":0}},{"uid":"efd2fede10fa0ef2","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/efd2fede10fa0ef2","status":"passed","time":{"start":1724752641979,"stop":1724752641980,"duration":1}},{"uid":"f6a8ffc59d8eb669","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/f6a8ffc59d8eb669","status":"passed","time":{"start":1724751479125,"stop":1724751479125,"duration":0}},{"uid":"55778d67bcb52323","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/55778d67bcb52323","status":"passed","time":{"start":1724750562178,"stop":1724750562180,"duration":2}},{"uid":"312772c27fd0f2a1","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/312772c27fd0f2a1","status":"passed","time":{"start":1724749562416,"stop":1724749562416,"duration":0}},{"uid":"f5f0c70e7d167b36","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/f5f0c70e7d167b36","status":"passed","time":{"start":1724717869147,"stop":1724717869147,"duration":0}},{"uid":"92d48d32c72abda0","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/92d48d32c72abda0","status":"passed","time":{"start":1724715105982,"stop":1724715105983,"duration":1}},{"uid":"8f40a116774e9ad0","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/8f40a116774e9ad0","status":"passed","time":{"start":1724713204862,"stop":1724713204863,"duration":1}},{"uid":"72bc786729780242","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/72bc786729780242","status":"passed","time":{"start":1724706379242,"stop":1724706379243,"duration":1}},{"uid":"1d4438380095ed78","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/1d4438380095ed78","status":"passed","time":{"start":1724704806934,"stop":1724704806936,"duration":2}},{"uid":"a4bbd4c839e4b272","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a4bbd4c839e4b272","status":"passed","time":{"start":1724684165981,"stop":1724684165981,"duration":0}},{"uid":"39bb7ab2362b4d21","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/39bb7ab2362b4d21","status":"passed","time":{"start":1724672921806,"stop":1724672921806,"duration":0}},{"uid":"54699695efbd34e8","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/54699695efbd34e8","status":"passed","time":{"start":1724670647848,"stop":1724670647848,"duration":0}}]},"tags":[]},"source":"527390fb00188fea.json","parameterValues":[]} \ No newline at end of file +{"uid":"6085a3baa5dc1076","name":"Push message with special chars payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with special chars payload","historyId":"219e333b55674e29f5e0ff2569e675a6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853905,"stop":1724922853906,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5cb7cc7c350d2ef6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5cb7cc7c350d2ef6","status":"passed","time":{"start":1724921529567,"stop":1724921529568,"duration":1}},{"uid":"3a4d42fae9de2f8c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3a4d42fae9de2f8c","status":"passed","time":{"start":1724921488870,"stop":1724921488871,"duration":1}},{"uid":"649a9d2459c93eed","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/649a9d2459c93eed","status":"passed","time":{"start":1724918203666,"stop":1724918203667,"duration":1}},{"uid":"bd485942550ed1ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bd485942550ed1ba","status":"passed","time":{"start":1724889938348,"stop":1724889938348,"duration":0}},{"uid":"b0c862422b244653","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b0c862422b244653","status":"passed","time":{"start":1724889077030,"stop":1724889077030,"duration":0}},{"uid":"718eb9285ab0d928","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/718eb9285ab0d928","status":"passed","time":{"start":1724888268000,"stop":1724888268003,"duration":3}},{"uid":"6a3a1323926fd102","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a3a1323926fd102","status":"passed","time":{"start":1724887032386,"stop":1724887032387,"duration":1}},{"uid":"5ffa9566abbfb7ad","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5ffa9566abbfb7ad","status":"passed","time":{"start":1724886822783,"stop":1724886822783,"duration":0}},{"uid":"db184f57602a8802","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/db184f57602a8802","status":"passed","time":{"start":1724862233501,"stop":1724862233501,"duration":0}},{"uid":"85a591a09a7d419d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/85a591a09a7d419d","status":"passed","time":{"start":1724861712661,"stop":1724861712662,"duration":1}},{"uid":"6349cc16b355b1aa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6349cc16b355b1aa","status":"passed","time":{"start":1724861567872,"stop":1724861567873,"duration":1}},{"uid":"89ea5584771e1961","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/89ea5584771e1961","status":"passed","time":{"start":1724861392036,"stop":1724861392036,"duration":0}}]},"tags":[]},"source":"6085a3baa5dc1076.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/60a7015b56047cdb.json b/7376/data/test-cases/60a7015b56047cdb.json new file mode 100644 index 00000000000..724e1874d0d --- /dev/null +++ b/7376/data/test-cases/60a7015b56047cdb.json @@ -0,0 +1 @@ +{"uid":"60a7015b56047cdb","name":"Unsubscribe topics the node is not subscribed to","fullName":"/tests/filter/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true > Unsubscribe topics the node is not subscribed to","historyId":"de16209be57b15767f5c53d1f53c227b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922647834,"stop":1724922647834,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b8131a7ef10da7fb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b8131a7ef10da7fb","status":"passed","time":{"start":1724921300788,"stop":1724921300789,"duration":1}},{"uid":"dea2a68c93f8e5ab","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dea2a68c93f8e5ab","status":"passed","time":{"start":1724921280717,"stop":1724921280718,"duration":1}},{"uid":"e629856c9cc3685e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e629856c9cc3685e","status":"passed","time":{"start":1724917963262,"stop":1724917963262,"duration":0}},{"uid":"6b8bf34d980bd7ce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b8bf34d980bd7ce","status":"passed","time":{"start":1724889734119,"stop":1724889734120,"duration":1}},{"uid":"29bf2b4eae0bfc5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29bf2b4eae0bfc5","status":"passed","time":{"start":1724888859617,"stop":1724888859618,"duration":1}},{"uid":"ca362e7a548d4545","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ca362e7a548d4545","status":"passed","time":{"start":1724888053952,"stop":1724888053953,"duration":1}},{"uid":"6cf4012bb6d59972","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6cf4012bb6d59972","status":"passed","time":{"start":1724886820676,"stop":1724886820677,"duration":1}},{"uid":"a022d57009e0f540","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a022d57009e0f540","status":"passed","time":{"start":1724886589266,"stop":1724886589267,"duration":1}},{"uid":"fe48e772e6865252","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe48e772e6865252","status":"passed","time":{"start":1724862027792,"stop":1724862027793,"duration":1}},{"uid":"701d9605a77b3821","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/701d9605a77b3821","status":"passed","time":{"start":1724861484559,"stop":1724861484559,"duration":0}},{"uid":"95e58f2ec8da7fb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/95e58f2ec8da7fb","status":"passed","time":{"start":1724861315157,"stop":1724861315157,"duration":0}},{"uid":"b8bc767708895460","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b8bc767708895460","status":"passed","time":{"start":1724861168759,"stop":1724861168759,"duration":0}}]},"tags":[]},"source":"60a7015b56047cdb.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/60aac3e245ba2bcc.json b/7376/data/test-cases/60aac3e245ba2bcc.json new file mode 100644 index 00000000000..340cbb46aa3 --- /dev/null +++ b/7376/data/test-cases/60aac3e245ba2bcc.json @@ -0,0 +1 @@ +{"uid":"60aac3e245ba2bcc","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","fullName":"/tests/relay/multiple_pubsub.node.spec.ts: Waku Relay, multiple pubsub topics > n1 and n2 uses a custom pubsub, n3 uses the default pubsub","historyId":"0539101f890c85d58b06a3799b6bfe7e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922862334,"stop":1724922862334,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, multiple pubsub topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"74dd3ee92a40c8e6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/74dd3ee92a40c8e6","status":"passed","time":{"start":1724921540108,"stop":1724921540108,"duration":0}},{"uid":"3ef7c1677b4daf52","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3ef7c1677b4daf52","status":"passed","time":{"start":1724921503540,"stop":1724921503540,"duration":0}},{"uid":"f1009933d55e41ea","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f1009933d55e41ea","status":"passed","time":{"start":1724918214357,"stop":1724918214357,"duration":0}},{"uid":"c709de9d174f98ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c709de9d174f98ee","status":"passed","time":{"start":1724889952444,"stop":1724889952444,"duration":0}},{"uid":"c6c0a93f8de1d397","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c6c0a93f8de1d397","status":"passed","time":{"start":1724889087468,"stop":1724889087468,"duration":0}},{"uid":"a1567fbd108a01b9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a1567fbd108a01b9","status":"passed","time":{"start":1724888266429,"stop":1724888266430,"duration":1}},{"uid":"8cb7b180899f5522","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8cb7b180899f5522","status":"passed","time":{"start":1724887042931,"stop":1724887042931,"duration":0}},{"uid":"6d9762f8d7e48a0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6d9762f8d7e48a0","status":"passed","time":{"start":1724886820798,"stop":1724886820799,"duration":1}},{"uid":"7e016573d18618d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e016573d18618d8","status":"passed","time":{"start":1724862245490,"stop":1724862245490,"duration":0}},{"uid":"cf914b67a5784ed3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cf914b67a5784ed3","status":"passed","time":{"start":1724861720396,"stop":1724861720399,"duration":3}},{"uid":"2684e6d277a82984","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2684e6d277a82984","status":"passed","time":{"start":1724861579388,"stop":1724861579388,"duration":0}},{"uid":"4130264e351adce5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4130264e351adce5","status":"passed","time":{"start":1724861402507,"stop":1724861402507,"duration":0}}]},"tags":[]},"source":"60aac3e245ba2bcc.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/617dfd77a5d05c23.json b/7376/data/test-cases/617dfd77a5d05c23.json new file mode 100644 index 00000000000..600da6e621f --- /dev/null +++ b/7376/data/test-cases/617dfd77a5d05c23.json @@ -0,0 +1 @@ +{"uid":"617dfd77a5d05c23","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":1724922374683,"stop":1724922374683,"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":13,"unknown":0,"total":13},"items":[{"uid":"ab935c6549faaae2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ab935c6549faaae2","status":"passed","time":{"start":1724921037643,"stop":1724921037643,"duration":0}},{"uid":"696a2527f4a3e163","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/696a2527f4a3e163","status":"passed","time":{"start":1724921013056,"stop":1724921013056,"duration":0}},{"uid":"a3f7559624268f3a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a3f7559624268f3a","status":"passed","time":{"start":1724917673298,"stop":1724917673298,"duration":0}},{"uid":"d3e0dac7192d90ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3e0dac7192d90ba","status":"passed","time":{"start":1724889452317,"stop":1724889452317,"duration":0}},{"uid":"d444ecf715b8ec8f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d444ecf715b8ec8f","status":"passed","time":{"start":1724888602848,"stop":1724888602849,"duration":1}},{"uid":"5276613c4c3fd463","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5276613c4c3fd463","status":"passed","time":{"start":1724887759170,"stop":1724887759170,"duration":0}},{"uid":"f5a6207c68b828e6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f5a6207c68b828e6","status":"passed","time":{"start":1724886525549,"stop":1724886525550,"duration":1}},{"uid":"98b8184e3b76453d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/98b8184e3b76453d","status":"passed","time":{"start":1724886303403,"stop":1724886303404,"duration":1}},{"uid":"488a765d4c6f7b62","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/488a765d4c6f7b62","status":"passed","time":{"start":1724861752235,"stop":1724861752236,"duration":1}},{"uid":"c503ad00a6de27e3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c503ad00a6de27e3","status":"passed","time":{"start":1724861223361,"stop":1724861223361,"duration":0}},{"uid":"28fbf5f8b29f1c74","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/28fbf5f8b29f1c74","status":"passed","time":{"start":1724861045209,"stop":1724861045209,"duration":0}},{"uid":"653ba0838fccb24a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/653ba0838fccb24a","status":"passed","time":{"start":1724860907092,"stop":1724860907092,"duration":0}}]},"tags":[]},"source":"617dfd77a5d05c23.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/6186bda730d95972.json b/7376/data/test-cases/6186bda730d95972.json new file mode 100644 index 00000000000..6c1bab2880a --- /dev/null +++ b/7376/data/test-cases/6186bda730d95972.json @@ -0,0 +1 @@ +{"uid":"6186bda730d95972","name":"Push message with content topic containing unicode special characters","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing unicode special characters","historyId":"57f1bd946a47d7bb8e30a6c18a4d3bc4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853923,"stop":1724922853927,"duration":4},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b061af436d38b29f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b061af436d38b29f","status":"passed","time":{"start":1724921529589,"stop":1724921529589,"duration":0}},{"uid":"cb5262e23fdd417a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cb5262e23fdd417a","status":"passed","time":{"start":1724921488883,"stop":1724921488883,"duration":0}},{"uid":"b4bc5d5a0c0dd973","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b4bc5d5a0c0dd973","status":"passed","time":{"start":1724918203689,"stop":1724918203690,"duration":1}},{"uid":"6032d04a7e225f12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6032d04a7e225f12","status":"passed","time":{"start":1724889938365,"stop":1724889938366,"duration":1}},{"uid":"30425058223325a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/30425058223325a1","status":"passed","time":{"start":1724889077069,"stop":1724889077069,"duration":0}},{"uid":"8ae7733c412373cf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8ae7733c412373cf","status":"passed","time":{"start":1724888268039,"stop":1724888268039,"duration":0}},{"uid":"736b02977fa252ed","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/736b02977fa252ed","status":"passed","time":{"start":1724887032412,"stop":1724887032412,"duration":0}},{"uid":"eefc0b4073d984a8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eefc0b4073d984a8","status":"passed","time":{"start":1724886822825,"stop":1724886822826,"duration":1}},{"uid":"1240730d0add0481","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1240730d0add0481","status":"passed","time":{"start":1724862233515,"stop":1724862233515,"duration":0}},{"uid":"d59f1b5ea62996","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d59f1b5ea62996","status":"passed","time":{"start":1724861712673,"stop":1724861712674,"duration":1}},{"uid":"32cc644f7413936f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/32cc644f7413936f","status":"passed","time":{"start":1724861567900,"stop":1724861567900,"duration":0}},{"uid":"5b5484e853617207","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5b5484e853617207","status":"passed","time":{"start":1724861392058,"stop":1724861392060,"duration":2}}]},"tags":[]},"source":"6186bda730d95972.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/ee9f94a333b21445.json b/7376/data/test-cases/62170088d5c8704a.json similarity index 83% rename from 7346/data/test-cases/ee9f94a333b21445.json rename to 7376/data/test-cases/62170088d5c8704a.json index 61ab0ba5a10..fdcf53a7136 100644 --- a/7346/data/test-cases/ee9f94a333b21445.json +++ b/7376/data/test-cases/62170088d5c8704a.json @@ -1 +1 @@ -{"uid":"ee9f94a333b21445","name":"Push message with emoji payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with emoji payload","historyId":"713a95328ac8f822756ed1917a2e3407:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367162,"stop":1724765367163,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"5afa1b8dc083d7ac","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/5afa1b8dc083d7ac","status":"passed","time":{"start":1724765300568,"stop":1724765300569,"duration":1}},{"uid":"3958100378083ec4","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/3958100378083ec4","status":"passed","time":{"start":1724763693157,"stop":1724763693157,"duration":0}},{"uid":"c099622ec91e495f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c099622ec91e495f","status":"passed","time":{"start":1724760912492,"stop":1724760912493,"duration":1}},{"uid":"d63a4c440bf87232","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/d63a4c440bf87232","status":"passed","time":{"start":1724759937125,"stop":1724759937126,"duration":1}},{"uid":"76fa528d07317353","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/76fa528d07317353","status":"passed","time":{"start":1724758102754,"stop":1724758102754,"duration":0}},{"uid":"4d1c61d5da9f77eb","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/4d1c61d5da9f77eb","status":"passed","time":{"start":1724757793367,"stop":1724757793368,"duration":1}},{"uid":"c14f043a2bff6c15","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/c14f043a2bff6c15","status":"passed","time":{"start":1724757169521,"stop":1724757169521,"duration":0}},{"uid":"744b8b80569e588e","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/744b8b80569e588e","status":"passed","time":{"start":1724755216335,"stop":1724755216336,"duration":1}},{"uid":"d567ef3f9f218157","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/d567ef3f9f218157","status":"passed","time":{"start":1724752641985,"stop":1724752641985,"duration":0}},{"uid":"b177dd699dd85997","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/b177dd699dd85997","status":"passed","time":{"start":1724751479130,"stop":1724751479130,"duration":0}},{"uid":"614415dd457749e","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/614415dd457749e","status":"passed","time":{"start":1724750562197,"stop":1724750562198,"duration":1}},{"uid":"efdad125225c048a","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/efdad125225c048a","status":"passed","time":{"start":1724749562421,"stop":1724749562422,"duration":1}},{"uid":"e95fc176424786a","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/e95fc176424786a","status":"passed","time":{"start":1724717869152,"stop":1724717869152,"duration":0}},{"uid":"174458a429ba35aa","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/174458a429ba35aa","status":"passed","time":{"start":1724715106019,"stop":1724715106020,"duration":1}},{"uid":"59030c35c6176e9e","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/59030c35c6176e9e","status":"passed","time":{"start":1724713204884,"stop":1724713204884,"duration":0}},{"uid":"87468500a577e046","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/87468500a577e046","status":"passed","time":{"start":1724706379248,"stop":1724706379248,"duration":0}},{"uid":"fbc14a0e6fcafe62","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/fbc14a0e6fcafe62","status":"passed","time":{"start":1724704806944,"stop":1724704806945,"duration":1}},{"uid":"c9cb005577a2a33","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c9cb005577a2a33","status":"passed","time":{"start":1724684165986,"stop":1724684165987,"duration":1}},{"uid":"8a979d4b7a67be48","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/8a979d4b7a67be48","status":"passed","time":{"start":1724672921813,"stop":1724672921813,"duration":0}},{"uid":"f60f3b2957bb9751","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/f60f3b2957bb9751","status":"passed","time":{"start":1724670647857,"stop":1724670647858,"duration":1}}]},"tags":[]},"source":"ee9f94a333b21445.json","parameterValues":[]} \ No newline at end of file +{"uid":"62170088d5c8704a","name":"Push message with emoji payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with emoji payload","historyId":"713a95328ac8f822756ed1917a2e3407:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853912,"stop":1724922853913,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"da8ace76c14fcabd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/da8ace76c14fcabd","status":"passed","time":{"start":1724921529578,"stop":1724921529578,"duration":0}},{"uid":"e622c12e3e0df816","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e622c12e3e0df816","status":"passed","time":{"start":1724921488876,"stop":1724921488876,"duration":0}},{"uid":"ae332342195ae428","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ae332342195ae428","status":"passed","time":{"start":1724918203677,"stop":1724918203677,"duration":0}},{"uid":"ed9fc08b6b4ca9a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ed9fc08b6b4ca9a7","status":"passed","time":{"start":1724889938355,"stop":1724889938355,"duration":0}},{"uid":"d0f7803cf2e31b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d0f7803cf2e31b","status":"passed","time":{"start":1724889077058,"stop":1724889077059,"duration":1}},{"uid":"c30be2d23374452e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c30be2d23374452e","status":"passed","time":{"start":1724888268012,"stop":1724888268014,"duration":2}},{"uid":"6e5a2698f5bb6b84","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6e5a2698f5bb6b84","status":"passed","time":{"start":1724887032394,"stop":1724887032395,"duration":1}},{"uid":"1543563fefa9b0a7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1543563fefa9b0a7","status":"passed","time":{"start":1724886822788,"stop":1724886822788,"duration":0}},{"uid":"46946f83ce6479f5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/46946f83ce6479f5","status":"passed","time":{"start":1724862233506,"stop":1724862233506,"duration":0}},{"uid":"9728244a6dffea86","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9728244a6dffea86","status":"passed","time":{"start":1724861712666,"stop":1724861712667,"duration":1}},{"uid":"829095ac6974c552","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/829095ac6974c552","status":"passed","time":{"start":1724861567884,"stop":1724861567885,"duration":1}},{"uid":"bdc74ff93d119ef9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bdc74ff93d119ef9","status":"passed","time":{"start":1724861392047,"stop":1724861392048,"duration":1}}]},"tags":[]},"source":"62170088d5c8704a.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/6227b7cf48b57a27.json b/7376/data/test-cases/6227b7cf48b57a27.json new file mode 100644 index 00000000000..87e2e731116 --- /dev/null +++ b/7376/data/test-cases/6227b7cf48b57a27.json @@ -0,0 +1 @@ +{"uid":"6227b7cf48b57a27","name":"should convert a SingleShardInfo object to the correct PubsubTopic","fullName":"/src/common/sharding/index.spec.ts: singleShardInfoToPubsubTopic > should convert a SingleShardInfo object to the correct PubsubTopic","historyId":"3f6c66760972b99278c4557cf3cbcd04:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374677,"stop":1724922374677,"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":"singleShardInfoToPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4549a666b90f29ba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4549a666b90f29ba","status":"passed","time":{"start":1724921037637,"stop":1724921037637,"duration":0}},{"uid":"76db4adc6a105d0b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/76db4adc6a105d0b","status":"passed","time":{"start":1724921013049,"stop":1724921013050,"duration":1}},{"uid":"517ad06a083b6d84","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/517ad06a083b6d84","status":"passed","time":{"start":1724917673293,"stop":1724917673294,"duration":1}},{"uid":"4f27f29ffb8e1cf9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f27f29ffb8e1cf9","status":"passed","time":{"start":1724889452312,"stop":1724889452312,"duration":0}},{"uid":"b3b35f239bd84118","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b3b35f239bd84118","status":"passed","time":{"start":1724888602842,"stop":1724888602842,"duration":0}},{"uid":"3ead0bb8c90face7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3ead0bb8c90face7","status":"passed","time":{"start":1724887759165,"stop":1724887759165,"duration":0}},{"uid":"dd0a548552d97fa2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dd0a548552d97fa2","status":"passed","time":{"start":1724886525545,"stop":1724886525545,"duration":0}},{"uid":"7a1613a31ec4080d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7a1613a31ec4080d","status":"passed","time":{"start":1724886303398,"stop":1724886303399,"duration":1}},{"uid":"cc04edd9e2fa9b3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc04edd9e2fa9b3e","status":"passed","time":{"start":1724861752230,"stop":1724861752230,"duration":0}},{"uid":"522e19431d42a674","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/522e19431d42a674","status":"passed","time":{"start":1724861223356,"stop":1724861223356,"duration":0}},{"uid":"83cc54823dad19a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/83cc54823dad19a","status":"passed","time":{"start":1724861045204,"stop":1724861045205,"duration":1}},{"uid":"c75dcc4266cc0feb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c75dcc4266cc0feb","status":"passed","time":{"start":1724860907086,"stop":1724860907086,"duration":0}}]},"tags":[]},"source":"6227b7cf48b57a27.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/629d9752713e9033.json b/7376/data/test-cases/629d9752713e9033.json new file mode 100644 index 00000000000..80aa2d064d5 --- /dev/null +++ b/7376/data/test-cases/629d9752713e9033.json @@ -0,0 +1 @@ +{"uid":"629d9752713e9033","name":"Filter with 2 connections","fullName":"/tests/health-manager/protocols.spec.ts: Health Manager > Should update the health status for protocols > Filter with 2 connections","historyId":"17a6f76495b1619f9fb1860a7b134c08:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922661641,"stop":1724922661642,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Health Manager"},{"name":"suite","value":"Should update the health status for protocols"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"efc27b4c7ef3d408","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/efc27b4c7ef3d408","status":"passed","time":{"start":1724921321311,"stop":1724921321312,"duration":1}},{"uid":"6b445a7e2ae97e06","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6b445a7e2ae97e06","status":"passed","time":{"start":1724921298785,"stop":1724921298785,"duration":0}},{"uid":"2f913d5caf027c86","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2f913d5caf027c86","status":"passed","time":{"start":1724918008264,"stop":1724918008265,"duration":1}},{"uid":"3bfefdfbdc8678c4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3bfefdfbdc8678c4","status":"passed","time":{"start":1724889728595,"stop":1724889728596,"duration":1}},{"uid":"75c7c653bd7cdd96","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/75c7c653bd7cdd96","status":"passed","time":{"start":1724888882875,"stop":1724888882875,"duration":0}},{"uid":"fbcd4f11c0ccbdd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fbcd4f11c0ccbdd","status":"passed","time":{"start":1724888111025,"stop":1724888111025,"duration":0}},{"uid":"966f33363ba9ee14","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/966f33363ba9ee14","status":"passed","time":{"start":1724886869447,"stop":1724886869448,"duration":1}},{"uid":"687dcd90eefb44ba","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/687dcd90eefb44ba","status":"passed","time":{"start":1724886642936,"stop":1724886642936,"duration":0}},{"uid":"b51037f95e86b9f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b51037f95e86b9f9","status":"passed","time":{"start":1724862044581,"stop":1724862044582,"duration":1}},{"uid":"e310a9b036ffdc90","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e310a9b036ffdc90","status":"passed","time":{"start":1724861523038,"stop":1724861523039,"duration":1}},{"uid":"79c7677dc44ded93","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/79c7677dc44ded93","status":"passed","time":{"start":1724861362473,"stop":1724861362474,"duration":1}},{"uid":"6c43fa87f5537604","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6c43fa87f5537604","status":"passed","time":{"start":1724861196839,"stop":1724861196845,"duration":6}}]},"tags":[]},"source":"629d9752713e9033.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/637625bf4e879e64.json b/7376/data/test-cases/637625bf4e879e64.json new file mode 100644 index 00000000000..56d3d28e6dc --- /dev/null +++ b/7376/data/test-cases/637625bf4e879e64.json @@ -0,0 +1 @@ +{"uid":"637625bf4e879e64","name":"should return valid sharding parameters for content topics autosharding","fullName":"/src/common/sharding/index.spec.ts: ensureShardingConfigured > should return valid sharding parameters for content topics autosharding","historyId":"5c7ec512bd5b62afb4dd3c34ac9b2fca:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374693,"stop":1724922374694,"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":"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":13,"unknown":0,"total":13},"items":[{"uid":"1bc9f76e644cc778","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1bc9f76e644cc778","status":"passed","time":{"start":1724921037653,"stop":1724921037653,"duration":0}},{"uid":"9d72d86de7594ce1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9d72d86de7594ce1","status":"passed","time":{"start":1724921013067,"stop":1724921013068,"duration":1}},{"uid":"a141c363edcd0d4c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a141c363edcd0d4c","status":"passed","time":{"start":1724917673308,"stop":1724917673308,"duration":0}},{"uid":"45148fd696423967","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/45148fd696423967","status":"passed","time":{"start":1724889452327,"stop":1724889452327,"duration":0}},{"uid":"8728e033459af65d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8728e033459af65d","status":"passed","time":{"start":1724888602860,"stop":1724888602860,"duration":0}},{"uid":"23618fc2bf78a378","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/23618fc2bf78a378","status":"passed","time":{"start":1724887759180,"stop":1724887759180,"duration":0}},{"uid":"8c289554ce2d1c4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8c289554ce2d1c4","status":"passed","time":{"start":1724886525558,"stop":1724886525558,"duration":0}},{"uid":"28cbc679b225388b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/28cbc679b225388b","status":"passed","time":{"start":1724886303414,"stop":1724886303414,"duration":0}},{"uid":"248e544cba089912","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/248e544cba089912","status":"passed","time":{"start":1724861752250,"stop":1724861752250,"duration":0}},{"uid":"8a6861ed87ca6faf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8a6861ed87ca6faf","status":"passed","time":{"start":1724861223370,"stop":1724861223371,"duration":1}},{"uid":"f20d7cb8a1fbd02c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f20d7cb8a1fbd02c","status":"passed","time":{"start":1724861045220,"stop":1724861045220,"duration":0}},{"uid":"9e39710959c22538","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9e39710959c22538","status":"passed","time":{"start":1724860907106,"stop":1724860907106,"duration":0}}]},"tags":[]},"source":"637625bf4e879e64.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/639fbd784ed11b42.json b/7376/data/test-cases/639fbd784ed11b42.json new file mode 100644 index 00000000000..ebb648259d1 --- /dev/null +++ b/7376/data/test-cases/639fbd784ed11b42.json @@ -0,0 +1 @@ +{"uid":"639fbd784ed11b42","name":"1 Store, 2 fetches","fullName":"/src/dns/fetch_nodes.spec.ts: Fetch nodes until capabilities are fulfilled > 1 Store, 2 fetches","historyId":"9d6b2d6a9af243784bdf5b08e105b7a0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922398277,"stop":1724922398277,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"Fetch nodes until capabilities are fulfilled"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d5a18059ea5bcee2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d5a18059ea5bcee2","status":"passed","time":{"start":1724921061619,"stop":1724921061619,"duration":0}},{"uid":"39e711c091029b79","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/39e711c091029b79","status":"passed","time":{"start":1724921036642,"stop":1724921036642,"duration":0}},{"uid":"7c45cff93ad3b4ac","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7c45cff93ad3b4ac","status":"passed","time":{"start":1724917696747,"stop":1724917696747,"duration":0}},{"uid":"79575522030285a8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/79575522030285a8","status":"passed","time":{"start":1724889476023,"stop":1724889476023,"duration":0}},{"uid":"c2ca9a5441896213","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2ca9a5441896213","status":"passed","time":{"start":1724888626863,"stop":1724888626864,"duration":1}},{"uid":"c556571a83e46331","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c556571a83e46331","status":"passed","time":{"start":1724887782852,"stop":1724887782852,"duration":0}},{"uid":"b1e016c09b39537f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b1e016c09b39537f","status":"passed","time":{"start":1724886549390,"stop":1724886549391,"duration":1}},{"uid":"734b1c89cc868345","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/734b1c89cc868345","status":"passed","time":{"start":1724886327495,"stop":1724886327495,"duration":0}},{"uid":"3af41a2da915e1d5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3af41a2da915e1d5","status":"passed","time":{"start":1724861776390,"stop":1724861776390,"duration":0}},{"uid":"2f6842a691020251","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2f6842a691020251","status":"passed","time":{"start":1724861247046,"stop":1724861247046,"duration":0}},{"uid":"9e3ba218194f29e5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9e3ba218194f29e5","status":"passed","time":{"start":1724861070813,"stop":1724861070813,"duration":0}},{"uid":"ed3e0e24215a7596","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ed3e0e24215a7596","status":"passed","time":{"start":1724860931510,"stop":1724860931510,"duration":0}}]},"tags":[]},"source":"639fbd784ed11b42.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/63df0c6f78fd4343.json b/7376/data/test-cases/63df0c6f78fd4343.json new file mode 100644 index 00000000000..365d6c1c1c2 --- /dev/null +++ b/7376/data/test-cases/63df0c6f78fd4343.json @@ -0,0 +1 @@ +{"uid":"63df0c6f78fd4343","name":"Subscribe to topic containing short and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing short and receive message","historyId":"dedadba8a654dbd7c15ccd95283b1ffe:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012477,"stop":1724923012477,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"acdbd24fcd8f31fc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/acdbd24fcd8f31fc","status":"passed","time":{"start":1724921625082,"stop":1724921625082,"duration":0}},{"uid":"1bbac0f25abbe4ee","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1bbac0f25abbe4ee","status":"passed","time":{"start":1724921590506,"stop":1724921590507,"duration":1}},{"uid":"68a0057b9be51f61","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/68a0057b9be51f61","status":"passed","time":{"start":1724918287573,"stop":1724918287573,"duration":0}},{"uid":"34b043febcaccbb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/34b043febcaccbb7","status":"passed","time":{"start":1724890047799,"stop":1724890047799,"duration":0}},{"uid":"182a9df3c65bb47b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/182a9df3c65bb47b","status":"passed","time":{"start":1724889183932,"stop":1724889183932,"duration":0}},{"uid":"fe9bc0741cc44a6b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fe9bc0741cc44a6b","status":"passed","time":{"start":1724888354180,"stop":1724888354180,"duration":0}},{"uid":"f4cc9765cea635bf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f4cc9765cea635bf","status":"passed","time":{"start":1724887145705,"stop":1724887145706,"duration":1}},{"uid":"ad6c567793062301","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ad6c567793062301","status":"passed","time":{"start":1724886915795,"stop":1724886915796,"duration":1}},{"uid":"ca993e30214f1446","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ca993e30214f1446","status":"passed","time":{"start":1724862341460,"stop":1724862341461,"duration":1}},{"uid":"49fe77fae136b526","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/49fe77fae136b526","status":"passed","time":{"start":1724861805463,"stop":1724861805463,"duration":0}},{"uid":"88dbf3d109147a04","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/88dbf3d109147a04","status":"passed","time":{"start":1724861662297,"stop":1724861662297,"duration":0}},{"uid":"8291e46b6cf943ae","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8291e46b6cf943ae","status":"passed","time":{"start":1724861492524,"stop":1724861492524,"duration":0}}]},"tags":[]},"source":"63df0c6f78fd4343.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/63faa0901b9f8cbf.json b/7376/data/test-cases/63faa0901b9f8cbf.json new file mode 100644 index 00000000000..80f3b398285 --- /dev/null +++ b/7376/data/test-cases/63faa0901b9f8cbf.json @@ -0,0 +1 @@ +{"uid":"63faa0901b9f8cbf","name":"should emit `waku:online` event only when first peer is connected","fullName":"/tests/connection-mananger/connection_state.spec.ts: Connection state > should emit `waku:online` event only when first peer is connected","historyId":"e35cb0cdb405e33e55cbeeb2b16f024c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922476373,"stop":1724922476374,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","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":"Connection state"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b5fdb06c3986f26b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b5fdb06c3986f26b","status":"passed","time":{"start":1724921141186,"stop":1724921141186,"duration":0}},{"uid":"6f2fa8d73f107293","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6f2fa8d73f107293","status":"passed","time":{"start":1724921118247,"stop":1724921118248,"duration":1}},{"uid":"82242fdd4583d151","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/82242fdd4583d151","status":"passed","time":{"start":1724917777549,"stop":1724917777550,"duration":1}},{"uid":"949eaf306f7a5ed9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/949eaf306f7a5ed9","status":"passed","time":{"start":1724889554660,"stop":1724889554660,"duration":0}},{"uid":"968c20ecd667f4ed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/968c20ecd667f4ed","status":"passed","time":{"start":1724888706932,"stop":1724888706935,"duration":3}},{"uid":"adae72aa62386d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/adae72aa62386d","status":"passed","time":{"start":1724887861772,"stop":1724887861772,"duration":0}},{"uid":"8d4d970fc9e7ff7e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8d4d970fc9e7ff7e","status":"passed","time":{"start":1724886631475,"stop":1724886631476,"duration":1}},{"uid":"a2b8251ccd0fe88a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a2b8251ccd0fe88a","status":"passed","time":{"start":1724886409744,"stop":1724886409744,"duration":0}},{"uid":"584af46eddbbfbe6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/584af46eddbbfbe6","status":"passed","time":{"start":1724861858182,"stop":1724861858182,"duration":0}},{"uid":"fedb7592f4c37241","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fedb7592f4c37241","status":"passed","time":{"start":1724861324520,"stop":1724861324520,"duration":0}},{"uid":"b9b94d5ee335a531","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b9b94d5ee335a531","status":"passed","time":{"start":1724861152385,"stop":1724861152385,"duration":0}},{"uid":"8607785597f932e8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8607785597f932e8","status":"passed","time":{"start":1724861011434,"stop":1724861011434,"duration":0}}]},"tags":[]},"source":"63faa0901b9f8cbf.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/644fff5189056376.json b/7376/data/test-cases/644fff5189056376.json new file mode 100644 index 00000000000..7edaedd730f --- /dev/null +++ b/7376/data/test-cases/644fff5189056376.json @@ -0,0 +1 @@ +{"uid":"644fff5189056376","name":"should be able to encode the field with only RELAY set to true","fullName":"/src/waku2_codec.spec.ts: ENR waku2 codec > Encoding > should be able to encode the field with only RELAY set to true","historyId":"eb62e9d709de953e02a98372b45af048:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922382321,"stop":1724922382323,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR waku2 codec"},{"name":"suite","value":"Encoding"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"79d8ae281a8c9063","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/79d8ae281a8c9063","status":"passed","time":{"start":1724921045527,"stop":1724921045528,"duration":1}},{"uid":"1dbfbebdf571cd26","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1dbfbebdf571cd26","status":"passed","time":{"start":1724921020718,"stop":1724921020720,"duration":2}},{"uid":"74048bc08bf72666","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/74048bc08bf72666","status":"passed","time":{"start":1724917681044,"stop":1724917681047,"duration":3}},{"uid":"9163db902610a02","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9163db902610a02","status":"passed","time":{"start":1724889459909,"stop":1724889459911,"duration":2}},{"uid":"c5b19b86f049de3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5b19b86f049de3","status":"passed","time":{"start":1724888610525,"stop":1724888610528,"duration":3}},{"uid":"569b4a9addbb79f8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/569b4a9addbb79f8","status":"passed","time":{"start":1724887766843,"stop":1724887766844,"duration":1}},{"uid":"9f6207aceaab34f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9f6207aceaab34f","status":"passed","time":{"start":1724886533237,"stop":1724886533239,"duration":2}},{"uid":"3ee5bc919b4d742d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3ee5bc919b4d742d","status":"passed","time":{"start":1724886311083,"stop":1724886311084,"duration":1}},{"uid":"fab9ebae4efb9345","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fab9ebae4efb9345","status":"passed","time":{"start":1724861760042,"stop":1724861760044,"duration":2}},{"uid":"c05ae5517cbed47f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c05ae5517cbed47f","status":"passed","time":{"start":1724861230821,"stop":1724861230823,"duration":2}},{"uid":"778f78165d61266a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/778f78165d61266a","status":"passed","time":{"start":1724861053389,"stop":1724861053392,"duration":3}},{"uid":"70008e7eb26f9fc7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/70008e7eb26f9fc7","status":"passed","time":{"start":1724860914739,"stop":1724860914740,"duration":1}}]},"tags":[]},"source":"644fff5189056376.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/fcf602bbdeaf6f22.json b/7376/data/test-cases/6463bcb026f8e450.json similarity index 84% rename from 7346/data/test-cases/fcf602bbdeaf6f22.json rename to 7376/data/test-cases/6463bcb026f8e450.json index 0c61263712a..c5377d5a34a 100644 --- a/7346/data/test-cases/fcf602bbdeaf6f22.json +++ b/7376/data/test-cases/6463bcb026f8e450.json @@ -1 +1 @@ -{"uid":"fcf602bbdeaf6f22","name":"Push message with content topic containing Arabic","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing Arabic","historyId":"51cbd8efa93a159097ce36b89f67787d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505387,"stop":1724765505387,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":22,"unknown":0,"total":26},"items":[{"uid":"831722465e3b3c34","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/831722465e3b3c34","status":"passed","time":{"start":1724765434028,"stop":1724765434028,"duration":0}},{"uid":"b99a78e1a231543d","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/b99a78e1a231543d","status":"passed","time":{"start":1724763779029,"stop":1724763779037,"duration":8}},{"uid":"47c1cf66125cb833","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/47c1cf66125cb833","status":"passed","time":{"start":1724761038732,"stop":1724761038732,"duration":0}},{"uid":"c205bfed96e67b57","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/c205bfed96e67b57","status":"passed","time":{"start":1724760066632,"stop":1724760066633,"duration":1}},{"uid":"880845a05b72c440","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/880845a05b72c440","status":"passed","time":{"start":1724758222993,"stop":1724758222996,"duration":3}},{"uid":"7c9163ab17370087","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/7c9163ab17370087","status":"passed","time":{"start":1724757927326,"stop":1724757927326,"duration":0}},{"uid":"113965ae18cc08a9","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/113965ae18cc08a9","status":"passed","time":{"start":1724757257494,"stop":1724757257494,"duration":0}},{"uid":"80120d3e5e8e53fe","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/80120d3e5e8e53fe","status":"passed","time":{"start":1724755332988,"stop":1724755332990,"duration":2}},{"uid":"35310bc9e619c132","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/35310bc9e619c132","status":"passed","time":{"start":1724752782405,"stop":1724752782406,"duration":1}},{"uid":"e1fabc4c7bbc9738","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/e1fabc4c7bbc9738","status":"passed","time":{"start":1724751616576,"stop":1724751616576,"duration":0}},{"uid":"b9e439ff605a41b8","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/b9e439ff605a41b8","status":"passed","time":{"start":1724750701995,"stop":1724750701996,"duration":1}},{"uid":"15445ea97b01f666","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/15445ea97b01f666","status":"passed","time":{"start":1724749709045,"stop":1724749709046,"duration":1}},{"uid":"7778f8c9bbb8c62f","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/7778f8c9bbb8c62f","status":"passed","time":{"start":1724718008228,"stop":1724718008228,"duration":0}},{"uid":"b38f88f40c1d7393","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/b38f88f40c1d7393","status":"passed","time":{"start":1724715239091,"stop":1724715239092,"duration":1}},{"uid":"85206035108f9ca3","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/85206035108f9ca3","status":"passed","time":{"start":1724713322710,"stop":1724713322711,"duration":1}},{"uid":"f575579c175c8c31","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f575579c175c8c31","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724707170680,"stop":1724707170681,"duration":1}},{"uid":"ecad7ab6e4857b6b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/ecad7ab6e4857b6b","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724705570770,"stop":1724705570770,"duration":0}},{"uid":"53bf961bb492b03b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/53bf961bb492b03b","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724684936360,"stop":1724684936360,"duration":0}},{"uid":"da92aaf296b4ae8b","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/da92aaf296b4ae8b","status":"passed","time":{"start":1724673044050,"stop":1724673044050,"duration":0}},{"uid":"83f07bb89756cc59","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/83f07bb89756cc59","status":"passed","time":{"start":1724670767291,"stop":1724670767291,"duration":0}}]},"tags":[]},"source":"fcf602bbdeaf6f22.json","parameterValues":[]} \ No newline at end of file +{"uid":"6463bcb026f8e450","name":"Push message with content topic containing Arabic","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing Arabic","historyId":"51cbd8efa93a159097ce36b89f67787d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921467,"stop":1724922921468,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3f0fdeccbf97a853","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3f0fdeccbf97a853","status":"passed","time":{"start":1724921602959,"stop":1724921602959,"duration":0}},{"uid":"f8baf527054d232d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f8baf527054d232d","status":"passed","time":{"start":1724921571102,"stop":1724921571102,"duration":0}},{"uid":"4bde0d29c1463ae9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4bde0d29c1463ae9","status":"passed","time":{"start":1724918285601,"stop":1724918285605,"duration":4}},{"uid":"7da67a992c8067f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7da67a992c8067f","status":"passed","time":{"start":1724890030096,"stop":1724890030097,"duration":1}},{"uid":"3eb9484a9308f7d3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3eb9484a9308f7d3","status":"passed","time":{"start":1724889171915,"stop":1724889171915,"duration":0}},{"uid":"15d8df3d3d4cbb89","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/15d8df3d3d4cbb89","status":"passed","time":{"start":1724888350731,"stop":1724888350731,"duration":0}},{"uid":"900239533f730380","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/900239533f730380","status":"passed","time":{"start":1724887115417,"stop":1724887115417,"duration":0}},{"uid":"e628cc44b81a0ebc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e628cc44b81a0ebc","status":"passed","time":{"start":1724886884581,"stop":1724886884581,"duration":0}},{"uid":"e979e9c174764451","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e979e9c174764451","status":"passed","time":{"start":1724862322266,"stop":1724862322267,"duration":1}},{"uid":"4d389463a51e1011","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4d389463a51e1011","status":"passed","time":{"start":1724861790756,"stop":1724861790756,"duration":0}},{"uid":"7b858875ea40b52d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7b858875ea40b52d","status":"passed","time":{"start":1724861628426,"stop":1724861628426,"duration":0}},{"uid":"1fbfbbbf97ba52db","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1fbfbbbf97ba52db","status":"passed","time":{"start":1724861465630,"stop":1724861465631,"duration":1}}]},"tags":[]},"source":"6463bcb026f8e450.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/6483b878d0780578.json b/7376/data/test-cases/6483b878d0780578.json new file mode 100644 index 00000000000..10bdafca9b8 --- /dev/null +++ b/7376/data/test-cases/6483b878d0780578.json @@ -0,0 +1 @@ +{"uid":"6483b878d0780578","name":"Subscribe to topic containing special chars and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing special chars and receive message","historyId":"4c8b57b794787833962fd89002e38b1c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012478,"stop":1724923012478,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"12dc4d7b693e9e32","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/12dc4d7b693e9e32","status":"passed","time":{"start":1724921625083,"stop":1724921625083,"duration":0}},{"uid":"5cc844c5c0c93f36","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5cc844c5c0c93f36","status":"passed","time":{"start":1724921590508,"stop":1724921590508,"duration":0}},{"uid":"e898febbcd0d6518","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e898febbcd0d6518","status":"passed","time":{"start":1724918287574,"stop":1724918287574,"duration":0}},{"uid":"a968025a24f374b5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a968025a24f374b5","status":"passed","time":{"start":1724890047800,"stop":1724890047800,"duration":0}},{"uid":"6ad13248b4e2c472","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6ad13248b4e2c472","status":"passed","time":{"start":1724889183940,"stop":1724889183941,"duration":1}},{"uid":"741a21de15b96960","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/741a21de15b96960","status":"passed","time":{"start":1724888354181,"stop":1724888354181,"duration":0}},{"uid":"e3d8baa1ebfa8a55","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e3d8baa1ebfa8a55","status":"passed","time":{"start":1724887145716,"stop":1724887145718,"duration":2}},{"uid":"c79db5d007d9f3ca","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c79db5d007d9f3ca","status":"passed","time":{"start":1724886915797,"stop":1724886915797,"duration":0}},{"uid":"fe35d3896bad169f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe35d3896bad169f","status":"passed","time":{"start":1724862341463,"stop":1724862341463,"duration":0}},{"uid":"e1d49b331be77da1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e1d49b331be77da1","status":"passed","time":{"start":1724861805465,"stop":1724861805466,"duration":1}},{"uid":"d891e16e25062c4f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d891e16e25062c4f","status":"passed","time":{"start":1724861662298,"stop":1724861662298,"duration":0}},{"uid":"b4e7f9e22716057","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b4e7f9e22716057","status":"passed","time":{"start":1724861492525,"stop":1724861492525,"duration":0}}]},"tags":[]},"source":"6483b878d0780578.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/649270fe6f4d65d9.json b/7376/data/test-cases/649270fe6f4d65d9.json new file mode 100644 index 00000000000..036218c3a2a --- /dev/null +++ b/7376/data/test-cases/649270fe6f4d65d9.json @@ -0,0 +1 @@ +{"uid":"649270fe6f4d65d9","name":"Check meta is set [ecies]","fullName":"/src/ecies.spec.ts: Ecies Encryption > Check meta is set [ecies]","historyId":"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922410311,"stop":1724922410311,"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":"Ecies 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":13,"unknown":0,"total":13},"items":[{"uid":"54a92f9cd6e93359","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/54a92f9cd6e93359","status":"passed","time":{"start":1724921073459,"stop":1724921073459,"duration":0}},{"uid":"919aed0c6d59de1a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/919aed0c6d59de1a","status":"passed","time":{"start":1724921048447,"stop":1724921048447,"duration":0}},{"uid":"aac498f322787194","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/aac498f322787194","status":"passed","time":{"start":1724917708699,"stop":1724917708699,"duration":0}},{"uid":"f3b946ad5e381ffe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3b946ad5e381ffe","status":"passed","time":{"start":1724889487515,"stop":1724889487516,"duration":1}},{"uid":"f7ecd06bc934ba7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7ecd06bc934ba7","status":"passed","time":{"start":1724888638222,"stop":1724888638223,"duration":1}},{"uid":"74e04d084f5afbbf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/74e04d084f5afbbf","status":"passed","time":{"start":1724887794483,"stop":1724887794483,"duration":0}},{"uid":"c83b7ac096f221b4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c83b7ac096f221b4","status":"passed","time":{"start":1724886561406,"stop":1724886561406,"duration":0}},{"uid":"4f798f48807c7adf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4f798f48807c7adf","status":"passed","time":{"start":1724886339062,"stop":1724886339062,"duration":0}},{"uid":"c6e265d6daa90df2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c6e265d6daa90df2","status":"passed","time":{"start":1724861788383,"stop":1724861788383,"duration":0}},{"uid":"b2476593368efc0e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b2476593368efc0e","status":"passed","time":{"start":1724861258535,"stop":1724861258535,"duration":0}},{"uid":"ebd8f3af1de1e70","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ebd8f3af1de1e70","status":"passed","time":{"start":1724861082795,"stop":1724861082795,"duration":0}},{"uid":"5bbd6fde802a231","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5bbd6fde802a231","status":"passed","time":{"start":1724860943248,"stop":1724860943248,"duration":0}}]},"tags":[]},"source":"649270fe6f4d65d9.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/6495f8e030499122.json b/7376/data/test-cases/6495f8e030499122.json new file mode 100644 index 00000000000..edcc088fd51 --- /dev/null +++ b/7376/data/test-cases/6495f8e030499122.json @@ -0,0 +1 @@ +{"uid":"6495f8e030499122","name":"Generator, 2 nwaku nodes each with different pubsubtopics","fullName":"/tests/store/multiple_pubsub.spec.ts: Waku Store, custom pubsub topic > Generator, 2 nwaku nodes each with different pubsubtopics","historyId":"cc08c5e0c67f74da08cee0241bf97f79:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922966284,"stop":1724922966284,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, custom pubsub topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6f128345979a0ee9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6f128345979a0ee9","status":"passed","time":{"start":1724921658744,"stop":1724921658745,"duration":1}},{"uid":"8efc94f7c743f231","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8efc94f7c743f231","status":"passed","time":{"start":1724921609578,"stop":1724921609579,"duration":1}},{"uid":"35e9009f992913a1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/35e9009f992913a1","status":"passed","time":{"start":1724918323456,"stop":1724918323457,"duration":1}},{"uid":"2faee2ed782096d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2faee2ed782096d8","status":"passed","time":{"start":1724890071663,"stop":1724890071663,"duration":0}},{"uid":"3dabaef1c690c295","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3dabaef1c690c295","status":"passed","time":{"start":1724889207704,"stop":1724889207705,"duration":1}},{"uid":"b357c4747013d552","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b357c4747013d552","status":"passed","time":{"start":1724888386325,"stop":1724888386325,"duration":0}},{"uid":"26753abda8084c6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/26753abda8084c6","status":"passed","time":{"start":1724887153932,"stop":1724887153932,"duration":0}},{"uid":"989a1972b61f9101","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/989a1972b61f9101","status":"passed","time":{"start":1724886927384,"stop":1724886927384,"duration":0}},{"uid":"f4123a4e8f382aa1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f4123a4e8f382aa1","status":"passed","time":{"start":1724862360108,"stop":1724862360109,"duration":1}},{"uid":"4451504f84264302","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4451504f84264302","status":"passed","time":{"start":1724861832841,"stop":1724861832841,"duration":0}},{"uid":"db8d9ce9975b299e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/db8d9ce9975b299e","status":"passed","time":{"start":1724861687424,"stop":1724861687425,"duration":1}},{"uid":"50268e4abe0fe625","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/50268e4abe0fe625","status":"passed","time":{"start":1724861513175,"stop":1724861513175,"duration":0}}]},"tags":[]},"source":"6495f8e030499122.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/64d18171b88ea7ab.json b/7376/data/test-cases/64d18171b88ea7ab.json new file mode 100644 index 00000000000..525d57bf91a --- /dev/null +++ b/7376/data/test-cases/64d18171b88ea7ab.json @@ -0,0 +1 @@ +{"uid":"64d18171b88ea7ab","name":"should throw error - no public key","fullName":"/src/enr.spec.ts: ENR > Verify > should throw error - no public key","historyId":"276c91ee129533128485396f5c60d9b2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922383082,"stop":1724922383082,"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":13,"unknown":0,"total":13},"items":[{"uid":"edddcd3cc138eb85","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/edddcd3cc138eb85","status":"passed","time":{"start":1724921046198,"stop":1724921046199,"duration":1}},{"uid":"19523e187ea3eca2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/19523e187ea3eca2","status":"passed","time":{"start":1724921021469,"stop":1724921021469,"duration":0}},{"uid":"748c9a9534f5466a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/748c9a9534f5466a","status":"passed","time":{"start":1724917681717,"stop":1724917681718,"duration":1}},{"uid":"4be3ead7d3504483","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4be3ead7d3504483","status":"passed","time":{"start":1724889460646,"stop":1724889460647,"duration":1}},{"uid":"eaf9cb13eaefffb9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eaf9cb13eaefffb9","status":"passed","time":{"start":1724888611289,"stop":1724888611290,"duration":1}},{"uid":"5b82dd9a0388e6c5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5b82dd9a0388e6c5","status":"passed","time":{"start":1724887767615,"stop":1724887767615,"duration":0}},{"uid":"b7f123d9d6b700ce","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b7f123d9d6b700ce","status":"passed","time":{"start":1724886533984,"stop":1724886533985,"duration":1}},{"uid":"4a2b1606a29f7a4a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4a2b1606a29f7a4a","status":"passed","time":{"start":1724886311752,"stop":1724886311752,"duration":0}},{"uid":"be2ee2359879175f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/be2ee2359879175f","status":"passed","time":{"start":1724861760768,"stop":1724861760768,"duration":0}},{"uid":"55fa8f7ee91c2db5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/55fa8f7ee91c2db5","status":"passed","time":{"start":1724861231728,"stop":1724861231728,"duration":0}},{"uid":"aa18959de1fb2396","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/aa18959de1fb2396","status":"passed","time":{"start":1724861054249,"stop":1724861054249,"duration":0}},{"uid":"13ffc30529ee7af9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/13ffc30529ee7af9","status":"passed","time":{"start":1724860915808,"stop":1724860915808,"duration":0}}]},"tags":[]},"source":"64d18171b88ea7ab.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/64eb4e5fa884a188.json b/7376/data/test-cases/64eb4e5fa884a188.json new file mode 100644 index 00000000000..f4f557933ee --- /dev/null +++ b/7376/data/test-cases/64eb4e5fa884a188.json @@ -0,0 +1 @@ +{"uid":"64eb4e5fa884a188","name":"handles empty shards array correctly","fullName":"/src/common/sharding/index.spec.ts: ensureShardingConfigured > handles empty shards array correctly","historyId":"94b282fa151424e3ffa07a57907650af:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374694,"stop":1724922374694,"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":13,"unknown":0,"total":13},"items":[{"uid":"6eb366566cf83622","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6eb366566cf83622","status":"passed","time":{"start":1724921037654,"stop":1724921037654,"duration":0}},{"uid":"732e6ec3c76b6526","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/732e6ec3c76b6526","status":"passed","time":{"start":1724921013068,"stop":1724921013068,"duration":0}},{"uid":"60f0e0fdc4e3b530","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/60f0e0fdc4e3b530","status":"passed","time":{"start":1724917673308,"stop":1724917673309,"duration":1}},{"uid":"c94fe0fb2d170645","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c94fe0fb2d170645","status":"passed","time":{"start":1724889452328,"stop":1724889452328,"duration":0}},{"uid":"69a4e8f0bca47ce9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/69a4e8f0bca47ce9","status":"passed","time":{"start":1724888602861,"stop":1724888602861,"duration":0}},{"uid":"760a1a406e08fd3b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/760a1a406e08fd3b","status":"passed","time":{"start":1724887759181,"stop":1724887759181,"duration":0}},{"uid":"6b94e4b3e45e2f22","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b94e4b3e45e2f22","status":"passed","time":{"start":1724886525558,"stop":1724886525558,"duration":0}},{"uid":"335e3ebaa6450175","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/335e3ebaa6450175","status":"passed","time":{"start":1724886303414,"stop":1724886303414,"duration":0}},{"uid":"3548944b664d04d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3548944b664d04d9","status":"passed","time":{"start":1724861752251,"stop":1724861752251,"duration":0}},{"uid":"700189141f595e0d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/700189141f595e0d","status":"passed","time":{"start":1724861223371,"stop":1724861223371,"duration":0}},{"uid":"c86a9907bafdfe44","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c86a9907bafdfe44","status":"passed","time":{"start":1724861045221,"stop":1724861045221,"duration":0}},{"uid":"a4433c8a6dfecf43","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a4433c8a6dfecf43","status":"passed","time":{"start":1724860907107,"stop":1724860907107,"duration":0}}]},"tags":[]},"source":"64eb4e5fa884a188.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/65e2d4fa8dc9b0e1.json b/7376/data/test-cases/65e2d4fa8dc9b0e1.json new file mode 100644 index 00000000000..603e8a29d7b --- /dev/null +++ b/7376/data/test-cases/65e2d4fa8dc9b0e1.json @@ -0,0 +1 @@ +{"uid":"65e2d4fa8dc9b0e1","name":"Filter with 0 connections","fullName":"/tests/health-manager/protocols.spec.ts: Health Manager > Should update the health status for protocols > Filter with 0 connections","historyId":"a65170d9415ba29de5fde20c11df17c1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922661625,"stop":1724922661635,"duration":10},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Health Manager"},{"name":"suite","value":"Should update the health status for protocols"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"793cc19652c125b6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/793cc19652c125b6","status":"passed","time":{"start":1724921321310,"stop":1724921321310,"duration":0}},{"uid":"57dfdd4c99def15b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/57dfdd4c99def15b","status":"passed","time":{"start":1724921298783,"stop":1724921298784,"duration":1}},{"uid":"a37bf409d4c275ce","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a37bf409d4c275ce","status":"passed","time":{"start":1724918008228,"stop":1724918008228,"duration":0}},{"uid":"8f430792f347b467","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f430792f347b467","status":"passed","time":{"start":1724889728594,"stop":1724889728594,"duration":0}},{"uid":"5ca34d76dff69975","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ca34d76dff69975","status":"passed","time":{"start":1724888882873,"stop":1724888882873,"duration":0}},{"uid":"e134a01e426ee2a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e134a01e426ee2a2","status":"passed","time":{"start":1724888111023,"stop":1724888111024,"duration":1}},{"uid":"f6162bc67298c6f8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f6162bc67298c6f8","status":"passed","time":{"start":1724886869445,"stop":1724886869445,"duration":0}},{"uid":"c43de849796500db","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c43de849796500db","status":"passed","time":{"start":1724886642935,"stop":1724886642935,"duration":0}},{"uid":"9e0377390925dd81","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e0377390925dd81","status":"passed","time":{"start":1724862044580,"stop":1724862044580,"duration":0}},{"uid":"869dc55dbdd5c7d9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/869dc55dbdd5c7d9","status":"passed","time":{"start":1724861523029,"stop":1724861523029,"duration":0}},{"uid":"7677a5d4d13ae865","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7677a5d4d13ae865","status":"passed","time":{"start":1724861362470,"stop":1724861362471,"duration":1}},{"uid":"77dfc384ff149e51","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/77dfc384ff149e51","status":"passed","time":{"start":1724861196778,"stop":1724861196778,"duration":0}}]},"tags":[]},"source":"65e2d4fa8dc9b0e1.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/65f255398910597b.json b/7376/data/test-cases/65f255398910597b.json new file mode 100644 index 00000000000..a7776cf7451 --- /dev/null +++ b/7376/data/test-cases/65f255398910597b.json @@ -0,0 +1 @@ +{"uid":"65f255398910597b","name":"1 Store, 2 relays, 2 fetches","fullName":"/src/dns/fetch_nodes.spec.ts: Fetch nodes until capabilities are fulfilled > 1 Store, 2 relays, 2 fetches","historyId":"7f23ef8153da8b57c261f8e4c8ed376b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922398277,"stop":1724922398278,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"Fetch nodes until capabilities are fulfilled"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1e09cfa7863a412a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1e09cfa7863a412a","status":"passed","time":{"start":1724921061620,"stop":1724921061620,"duration":0}},{"uid":"96502cc60abe0eab","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/96502cc60abe0eab","status":"passed","time":{"start":1724921036642,"stop":1724921036642,"duration":0}},{"uid":"a800e4406d5fff4c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a800e4406d5fff4c","status":"passed","time":{"start":1724917696747,"stop":1724917696748,"duration":1}},{"uid":"fde9f282b7a90301","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fde9f282b7a90301","status":"passed","time":{"start":1724889476023,"stop":1724889476024,"duration":1}},{"uid":"952be77f0a62d7cb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/952be77f0a62d7cb","status":"passed","time":{"start":1724888626864,"stop":1724888626864,"duration":0}},{"uid":"adf212eb198e08fc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/adf212eb198e08fc","status":"passed","time":{"start":1724887782852,"stop":1724887782852,"duration":0}},{"uid":"f4c0bd3a938e1ffb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f4c0bd3a938e1ffb","status":"passed","time":{"start":1724886549391,"stop":1724886549391,"duration":0}},{"uid":"f4be4a466c30f2f4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f4be4a466c30f2f4","status":"passed","time":{"start":1724886327496,"stop":1724886327496,"duration":0}},{"uid":"a3bef7c22467338b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3bef7c22467338b","status":"passed","time":{"start":1724861776390,"stop":1724861776391,"duration":1}},{"uid":"e9bb054132b3df7b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e9bb054132b3df7b","status":"passed","time":{"start":1724861247046,"stop":1724861247047,"duration":1}},{"uid":"4c185546d3932f70","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4c185546d3932f70","status":"passed","time":{"start":1724861070814,"stop":1724861070814,"duration":0}},{"uid":"2f2af7b1fbfdffe9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2f2af7b1fbfdffe9","status":"passed","time":{"start":1724860931511,"stop":1724860931511,"duration":0}}]},"tags":[]},"source":"65f255398910597b.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/7875856fccd9b1e6.json b/7376/data/test-cases/662116d715b5dd05.json similarity index 72% rename from 7346/data/test-cases/7875856fccd9b1e6.json rename to 7376/data/test-cases/662116d715b5dd05.json index a675667c44c..4dde2f35f24 100644 --- a/7346/data/test-cases/7875856fccd9b1e6.json +++ b/7376/data/test-cases/662116d715b5dd05.json @@ -1 +1 @@ -{"uid":"7875856fccd9b1e6","name":"Subscribe to topic containing escaped characters and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing escaped characters and receive message","historyId":"b65817d0318fff046c92dcd2832bd7af:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765545681,"stop":1724765545681,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"f12019a0d9160c1e","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/f12019a0d9160c1e","status":"passed","time":{"start":1724765472925,"stop":1724765472925,"duration":0}},{"uid":"b0e6121fc9322cee","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/b0e6121fc9322cee","status":"passed","time":{"start":1724763953872,"stop":1724763953872,"duration":0}},{"uid":"6edd387439d21b76","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6edd387439d21b76","status":"passed","time":{"start":1724761070328,"stop":1724761070333,"duration":5}},{"uid":"3abe0ef2e22a6e38","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/3abe0ef2e22a6e38","status":"passed","time":{"start":1724760260079,"stop":1724760260079,"duration":0}},{"uid":"11da1ba6ba5b1930","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/11da1ba6ba5b1930","status":"passed","time":{"start":1724758530274,"stop":1724758530274,"duration":0}},{"uid":"32fa967e8132daaa","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/32fa967e8132daaa","status":"passed","time":{"start":1724757958306,"stop":1724757958307,"duration":1}},{"uid":"a8aee84109a0a0db","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/a8aee84109a0a0db","status":"passed","time":{"start":1724757397595,"stop":1724757397595,"duration":0}},{"uid":"f44b67e66a03ae5f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/f44b67e66a03ae5f","status":"passed","time":{"start":1724755379408,"stop":1724755379408,"duration":0}},{"uid":"f214d20a8ff9ca45","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/f214d20a8ff9ca45","status":"passed","time":{"start":1724752819851,"stop":1724752819852,"duration":1}},{"uid":"27de149df96f8737","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/27de149df96f8737","status":"passed","time":{"start":1724751625331,"stop":1724751625335,"duration":4}},{"uid":"a089d47150eeb01e","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/a089d47150eeb01e","status":"passed","time":{"start":1724750725831,"stop":1724750725832,"duration":1}},{"uid":"1929b5005473dd62","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/1929b5005473dd62","status":"passed","time":{"start":1724749717542,"stop":1724749717543,"duration":1}},{"uid":"493a13073c4a069d","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/493a13073c4a069d","status":"passed","time":{"start":1724718019288,"stop":1724718019288,"duration":0}},{"uid":"b10ea063afb3168b","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/b10ea063afb3168b","status":"passed","time":{"start":1724715264571,"stop":1724715264571,"duration":0}},{"uid":"dd1aa83fe9107484","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/dd1aa83fe9107484","status":"passed","time":{"start":1724713371753,"stop":1724713371754,"duration":1}},{"uid":"772b5045cdd9ae2f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/772b5045cdd9ae2f","status":"passed","time":{"start":1724706679439,"stop":1724706679440,"duration":1}},{"uid":"432e46126870c33","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/432e46126870c33","status":"passed","time":{"start":1724705096865,"stop":1724705096865,"duration":0}},{"uid":"6d0225cc2b49071f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6d0225cc2b49071f","status":"passed","time":{"start":1724684459933,"stop":1724684459934,"duration":1}},{"uid":"ebeb9c72b7e466c3","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/ebeb9c72b7e466c3","status":"passed","time":{"start":1724673071761,"stop":1724673071761,"duration":0}},{"uid":"1c305c3b91a2f334","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/1c305c3b91a2f334","status":"passed","time":{"start":1724670808713,"stop":1724670808713,"duration":0}}]},"tags":[]},"source":"7875856fccd9b1e6.json","parameterValues":[]} \ No newline at end of file +{"uid":"662116d715b5dd05","name":"Subscribe to topic containing long and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing long and receive message","historyId":"204cd0a634fe77da35e94b401accc096:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012477,"stop":1724923012477,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9509b1c3201eb414","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9509b1c3201eb414","status":"passed","time":{"start":1724921625082,"stop":1724921625082,"duration":0}},{"uid":"e265a328ae00e8fc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e265a328ae00e8fc","status":"passed","time":{"start":1724921590507,"stop":1724921590507,"duration":0}},{"uid":"460e67d739ee43dd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/460e67d739ee43dd","status":"passed","time":{"start":1724918287574,"stop":1724918287574,"duration":0}},{"uid":"ef500026543a8c4c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ef500026543a8c4c","status":"passed","time":{"start":1724890047799,"stop":1724890047799,"duration":0}},{"uid":"9698e5ce0a9f68bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9698e5ce0a9f68bd","status":"passed","time":{"start":1724889183932,"stop":1724889183939,"duration":7}},{"uid":"c554461e89914d4f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c554461e89914d4f","status":"passed","time":{"start":1724888354180,"stop":1724888354180,"duration":0}},{"uid":"fa3d9663a30034f7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fa3d9663a30034f7","status":"passed","time":{"start":1724887145706,"stop":1724887145710,"duration":4}},{"uid":"dcdd710efd7ad883","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dcdd710efd7ad883","status":"passed","time":{"start":1724886915796,"stop":1724886915796,"duration":0}},{"uid":"2ab358521c624fed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ab358521c624fed","status":"passed","time":{"start":1724862341461,"stop":1724862341462,"duration":1}},{"uid":"f6bc206b56d4d6de","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f6bc206b56d4d6de","status":"passed","time":{"start":1724861805463,"stop":1724861805464,"duration":1}},{"uid":"667b21def3daaa97","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/667b21def3daaa97","status":"passed","time":{"start":1724861662297,"stop":1724861662298,"duration":1}},{"uid":"5ba5273c80c1d430","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5ba5273c80c1d430","status":"passed","time":{"start":1724861492524,"stop":1724861492524,"duration":0}}]},"tags":[]},"source":"662116d715b5dd05.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/6642e7b0bd32e712.json b/7376/data/test-cases/6642e7b0bd32e712.json new file mode 100644 index 00000000000..ff4e484188c --- /dev/null +++ b/7376/data/test-cases/6642e7b0bd32e712.json @@ -0,0 +1 @@ +{"uid":"6642e7b0bd32e712","name":"should throw an error if shards are undefined for static sharding","fullName":"/src/common/sharding/index.spec.ts: shardInfoToPubsubTopics > should throw an error if shards are undefined for static sharding","historyId":"04a6669f456572abd80ee6b2d4f00f0c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374680,"stop":1724922374680,"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":13,"unknown":0,"total":13},"items":[{"uid":"92e36bff546d9df8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/92e36bff546d9df8","status":"passed","time":{"start":1724921037641,"stop":1724921037641,"duration":0}},{"uid":"11f08082ca156234","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/11f08082ca156234","status":"passed","time":{"start":1724921013055,"stop":1724921013055,"duration":0}},{"uid":"62cc568ee6945e00","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/62cc568ee6945e00","status":"passed","time":{"start":1724917673297,"stop":1724917673297,"duration":0}},{"uid":"3c08602276473767","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c08602276473767","status":"passed","time":{"start":1724889452315,"stop":1724889452316,"duration":1}},{"uid":"c0b7ebdf4a892c59","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c0b7ebdf4a892c59","status":"passed","time":{"start":1724888602846,"stop":1724888602846,"duration":0}},{"uid":"9e8d7894b98a0726","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9e8d7894b98a0726","status":"passed","time":{"start":1724887759168,"stop":1724887759168,"duration":0}},{"uid":"7578d7c2b9ae3693","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7578d7c2b9ae3693","status":"passed","time":{"start":1724886525548,"stop":1724886525548,"duration":0}},{"uid":"278cb18b200e0dac","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/278cb18b200e0dac","status":"passed","time":{"start":1724886303402,"stop":1724886303402,"duration":0}},{"uid":"b04af3c30b0c9445","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b04af3c30b0c9445","status":"passed","time":{"start":1724861752234,"stop":1724861752234,"duration":0}},{"uid":"966123925ff26a7f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/966123925ff26a7f","status":"passed","time":{"start":1724861223359,"stop":1724861223360,"duration":1}},{"uid":"18ade63a9f22d6d5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/18ade63a9f22d6d5","status":"passed","time":{"start":1724861045207,"stop":1724861045208,"duration":1}},{"uid":"91834267dee980be","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/91834267dee980be","status":"passed","time":{"start":1724860907090,"stop":1724860907090,"duration":0}}]},"tags":[]},"source":"6642e7b0bd32e712.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/17a39fe22e44aff6.json b/7376/data/test-cases/66582069e3c9fa8f.json similarity index 78% rename from 7346/data/test-cases/17a39fe22e44aff6.json rename to 7376/data/test-cases/66582069e3c9fa8f.json index 318aaaab892..16b2e6b0dbd 100644 --- a/7346/data/test-cases/17a39fe22e44aff6.json +++ b/7376/data/test-cases/66582069e3c9fa8f.json @@ -1 +1 @@ -{"uid":"17a39fe22e44aff6","name":"Check received message containing shell command","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing shell command","historyId":"1a3a6d1ae0d567935eaad8885460e7c6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392371,"stop":1724765392371,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"ef6b3a8be7acf5a5","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/ef6b3a8be7acf5a5","status":"passed","time":{"start":1724765313859,"stop":1724765313859,"duration":0}},{"uid":"7c5671c4e4c51d7d","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/7c5671c4e4c51d7d","status":"passed","time":{"start":1724763683858,"stop":1724763683859,"duration":1}},{"uid":"a8bb091507f2c5a3","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a8bb091507f2c5a3","status":"passed","time":{"start":1724760929560,"stop":1724760929560,"duration":0}},{"uid":"6899745b50255efe","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/6899745b50255efe","status":"passed","time":{"start":1724759955159,"stop":1724759955160,"duration":1}},{"uid":"d68b849c8df2830b","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/d68b849c8df2830b","status":"passed","time":{"start":1724758077430,"stop":1724758077430,"duration":0}},{"uid":"4cc48cb89a281532","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/4cc48cb89a281532","status":"passed","time":{"start":1724757801861,"stop":1724757801861,"duration":0}},{"uid":"c91f7c936514a93c","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/c91f7c936514a93c","status":"passed","time":{"start":1724757120173,"stop":1724757120175,"duration":2}},{"uid":"c9a15c4f7f964904","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c9a15c4f7f964904","status":"passed","time":{"start":1724755211049,"stop":1724755211052,"duration":3}},{"uid":"9f92590af9f59cbf","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/9f92590af9f59cbf","status":"passed","time":{"start":1724752646532,"stop":1724752646533,"duration":1}},{"uid":"6f7beb452efebf21","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/6f7beb452efebf21","status":"passed","time":{"start":1724751495268,"stop":1724751495269,"duration":1}},{"uid":"fd98877cc582a2eb","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/fd98877cc582a2eb","status":"passed","time":{"start":1724750572366,"stop":1724750572367,"duration":1}},{"uid":"907d5b00ff80a024","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/907d5b00ff80a024","status":"passed","time":{"start":1724749567239,"stop":1724749567239,"duration":0}},{"uid":"d6b34011a6d63b0e","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/d6b34011a6d63b0e","status":"passed","time":{"start":1724717880818,"stop":1724717880818,"duration":0}},{"uid":"da8de9e34b026449","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/da8de9e34b026449","status":"passed","time":{"start":1724715103500,"stop":1724715103500,"duration":0}},{"uid":"b9318fb21949ffe2","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/b9318fb21949ffe2","status":"passed","time":{"start":1724713195351,"stop":1724713195352,"duration":1}},{"uid":"57d2f6a89c30219f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/57d2f6a89c30219f","status":"passed","time":{"start":1724706389667,"stop":1724706389668,"duration":1}},{"uid":"17ad4feb7917e10f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/17ad4feb7917e10f","status":"passed","time":{"start":1724704811181,"stop":1724704811182,"duration":1}},{"uid":"3e16b6f5eafced73","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/3e16b6f5eafced73","status":"passed","time":{"start":1724684170156,"stop":1724684170157,"duration":1}},{"uid":"e46fc2758d9b5df1","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/e46fc2758d9b5df1","status":"passed","time":{"start":1724672903597,"stop":1724672903598,"duration":1}},{"uid":"904bb548515b940e","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/904bb548515b940e","status":"passed","time":{"start":1724670674033,"stop":1724670674034,"duration":1}}]},"tags":[]},"source":"17a39fe22e44aff6.json","parameterValues":[]} \ No newline at end of file +{"uid":"66582069e3c9fa8f","name":"Check received message containing shell command","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing shell command","historyId":"1a3a6d1ae0d567935eaad8885460e7c6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845237,"stop":1724922845238,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1b492faa962be216","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1b492faa962be216","status":"passed","time":{"start":1724921515223,"stop":1724921515223,"duration":0}},{"uid":"97914bba1326471","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/97914bba1326471","status":"passed","time":{"start":1724921475443,"stop":1724921475443,"duration":0}},{"uid":"8414d325372abdae","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8414d325372abdae","status":"passed","time":{"start":1724918179396,"stop":1724918179397,"duration":1}},{"uid":"922c7d60325e3b81","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/922c7d60325e3b81","status":"passed","time":{"start":1724889935338,"stop":1724889935338,"duration":0}},{"uid":"52ab50a7b3a18980","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52ab50a7b3a18980","status":"passed","time":{"start":1724889072750,"stop":1724889072751,"duration":1}},{"uid":"860e8565781ffa2c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/860e8565781ffa2c","status":"passed","time":{"start":1724888232412,"stop":1724888232412,"duration":0}},{"uid":"2be723e70b9aab3f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2be723e70b9aab3f","status":"passed","time":{"start":1724887018292,"stop":1724887018292,"duration":0}},{"uid":"2d94e50c0f01f977","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2d94e50c0f01f977","status":"passed","time":{"start":1724886781476,"stop":1724886781476,"duration":0}},{"uid":"5647ff592dc58ab4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5647ff592dc58ab4","status":"passed","time":{"start":1724862213659,"stop":1724862213660,"duration":1}},{"uid":"34775a2172a0d9ed","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/34775a2172a0d9ed","status":"passed","time":{"start":1724861685852,"stop":1724861685853,"duration":1}},{"uid":"5ec24c5a6cc909fb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5ec24c5a6cc909fb","status":"passed","time":{"start":1724861546169,"stop":1724861546169,"duration":0}},{"uid":"d757d525065aef6d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d757d525065aef6d","status":"passed","time":{"start":1724861378107,"stop":1724861378108,"duration":1}}]},"tags":[]},"source":"66582069e3c9fa8f.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/e59acfcaf7cb519e.json b/7376/data/test-cases/6669e9f8abefdaf0.json similarity index 84% rename from 7346/data/test-cases/e59acfcaf7cb519e.json rename to 7376/data/test-cases/6669e9f8abefdaf0.json index 937906a7baf..ee890dd88e8 100644 --- a/7346/data/test-cases/e59acfcaf7cb519e.json +++ b/7376/data/test-cases/6669e9f8abefdaf0.json @@ -1 +1 @@ -{"uid":"e59acfcaf7cb519e","name":"Push message with XML payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with XML payload","historyId":"1dfa42560613594105913a69c96c7a2c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505325,"stop":1724765505325,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":22,"unknown":0,"total":26},"items":[{"uid":"c0d2c6697aaf6ee7","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/c0d2c6697aaf6ee7","status":"passed","time":{"start":1724765434016,"stop":1724765434017,"duration":1}},{"uid":"c5042af4ced06cdb","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/c5042af4ced06cdb","status":"passed","time":{"start":1724763779024,"stop":1724763779024,"duration":0}},{"uid":"e90341dc0f6acd2","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/e90341dc0f6acd2","status":"passed","time":{"start":1724761038716,"stop":1724761038717,"duration":1}},{"uid":"1ccf96cb6068e4df","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/1ccf96cb6068e4df","status":"passed","time":{"start":1724760066619,"stop":1724760066619,"duration":0}},{"uid":"b6e91546d5c2c5a9","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/b6e91546d5c2c5a9","status":"passed","time":{"start":1724758222981,"stop":1724758222981,"duration":0}},{"uid":"523f0a86c015b19e","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/523f0a86c015b19e","status":"passed","time":{"start":1724757927315,"stop":1724757927315,"duration":0}},{"uid":"a81fe334777d846d","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/a81fe334777d846d","status":"passed","time":{"start":1724757257488,"stop":1724757257488,"duration":0}},{"uid":"d4579a8069b6fb9a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/d4579a8069b6fb9a","status":"passed","time":{"start":1724755332946,"stop":1724755332947,"duration":1}},{"uid":"395f0440df5b7563","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/395f0440df5b7563","status":"passed","time":{"start":1724752782318,"stop":1724752782319,"duration":1}},{"uid":"bfd15097fbaf1e68","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/bfd15097fbaf1e68","status":"passed","time":{"start":1724751616569,"stop":1724751616569,"duration":0}},{"uid":"73001890ae775bbc","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/73001890ae775bbc","status":"passed","time":{"start":1724750701989,"stop":1724750701989,"duration":0}},{"uid":"204d6ba511fc9895","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/204d6ba511fc9895","status":"passed","time":{"start":1724749709038,"stop":1724749709039,"duration":1}},{"uid":"e1314554eaadd9a7","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/e1314554eaadd9a7","status":"passed","time":{"start":1724718008211,"stop":1724718008211,"duration":0}},{"uid":"a823683f6128c02e","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/a823683f6128c02e","status":"passed","time":{"start":1724715239087,"stop":1724715239087,"duration":0}},{"uid":"fb0253d861f362df","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/fb0253d861f362df","status":"passed","time":{"start":1724713322702,"stop":1724713322703,"duration":1}},{"uid":"a5d6df4e9c0355d1","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a5d6df4e9c0355d1","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724707170669,"stop":1724707170669,"duration":0}},{"uid":"13a9e7774d0f5471","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/13a9e7774d0f5471","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724705570757,"stop":1724705570757,"duration":0}},{"uid":"e6c72981208e99d2","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/e6c72981208e99d2","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724684936345,"stop":1724684936346,"duration":1}},{"uid":"296170787568bcb1","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/296170787568bcb1","status":"passed","time":{"start":1724673044033,"stop":1724673044034,"duration":1}},{"uid":"d25eaa0e8a8ac5dc","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/d25eaa0e8a8ac5dc","status":"passed","time":{"start":1724670767285,"stop":1724670767285,"duration":0}}]},"tags":[]},"source":"e59acfcaf7cb519e.json","parameterValues":[]} \ No newline at end of file +{"uid":"6669e9f8abefdaf0","name":"Push message with XML payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with XML payload","historyId":"1dfa42560613594105913a69c96c7a2c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921448,"stop":1724922921449,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5e5c15f6b2f8f1d1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5e5c15f6b2f8f1d1","status":"passed","time":{"start":1724921602950,"stop":1724921602951,"duration":1}},{"uid":"280244ff1d78bf5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/280244ff1d78bf5","status":"passed","time":{"start":1724921571096,"stop":1724921571096,"duration":0}},{"uid":"9b5dfba4ebd54ed7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9b5dfba4ebd54ed7","status":"passed","time":{"start":1724918285586,"stop":1724918285586,"duration":0}},{"uid":"f1f8b5c5845afa9e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f1f8b5c5845afa9e","status":"passed","time":{"start":1724890030089,"stop":1724890030089,"duration":0}},{"uid":"3ee95d9f9badb2c1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3ee95d9f9badb2c1","status":"passed","time":{"start":1724889171907,"stop":1724889171908,"duration":1}},{"uid":"f5669000edb0d065","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f5669000edb0d065","status":"passed","time":{"start":1724888350720,"stop":1724888350721,"duration":1}},{"uid":"357989b2bb5f1ab4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/357989b2bb5f1ab4","status":"passed","time":{"start":1724887115407,"stop":1724887115408,"duration":1}},{"uid":"39b65949bd390992","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/39b65949bd390992","status":"passed","time":{"start":1724886884570,"stop":1724886884574,"duration":4}},{"uid":"b126445e3b46eb53","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b126445e3b46eb53","status":"passed","time":{"start":1724862322247,"stop":1724862322248,"duration":1}},{"uid":"d1401aa449f0f676","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d1401aa449f0f676","status":"passed","time":{"start":1724861790750,"stop":1724861790751,"duration":1}},{"uid":"dc9c97bcdad3afbc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dc9c97bcdad3afbc","status":"passed","time":{"start":1724861628419,"stop":1724861628420,"duration":1}},{"uid":"7fdff3606b939a55","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7fdff3606b939a55","status":"passed","time":{"start":1724861465624,"stop":1724861465624,"duration":0}}]},"tags":[]},"source":"6669e9f8abefdaf0.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/66abdc2155897ab0.json b/7376/data/test-cases/66abdc2155897ab0.json new file mode 100644 index 00000000000..c7d1990ab40 --- /dev/null +++ b/7376/data/test-cases/66abdc2155897ab0.json @@ -0,0 +1 @@ +{"uid":"66abdc2155897ab0","name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","historyId":"3f0f2dc0913594ac4d27adb61197f584:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922778327,"stop":1724922778327,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"71d22c15c157cf5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/71d22c15c157cf5","status":"passed","time":{"start":1724921497759,"stop":1724921497759,"duration":0}},{"uid":"20cb4e57f815f12c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/20cb4e57f815f12c","status":"passed","time":{"start":1724921408414,"stop":1724921408414,"duration":0}},{"uid":"dd780a41c62010e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd780a41c62010e","status":"passed","time":{"start":1724918086871,"stop":1724918086871,"duration":0}},{"uid":"c7632d4d5a4368ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c7632d4d5a4368ac","status":"passed","time":{"start":1724889892447,"stop":1724889892448,"duration":1}},{"uid":"6e210b6af8cd826d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e210b6af8cd826d","status":"passed","time":{"start":1724888997217,"stop":1724888997217,"duration":0}},{"uid":"3774083ff6f384cd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3774083ff6f384cd","status":"passed","time":{"start":1724888159491,"stop":1724888159491,"duration":0}},{"uid":"a3fe7112b3a2c91d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a3fe7112b3a2c91d","status":"passed","time":{"start":1724886937303,"stop":1724886937308,"duration":5}},{"uid":"d12fb441227ca35d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d12fb441227ca35d","status":"passed","time":{"start":1724886709807,"stop":1724886709808,"duration":1}},{"uid":"5427af5400695fae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5427af5400695fae","status":"passed","time":{"start":1724862123538,"stop":1724862123538,"duration":0}},{"uid":"b8974d7b12b74b3a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b8974d7b12b74b3a","status":"passed","time":{"start":1724861620105,"stop":1724861620105,"duration":0}},{"uid":"8a05457f7f343fc6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8a05457f7f343fc6","status":"passed","time":{"start":1724861460249,"stop":1724861460250,"duration":1}},{"uid":"c07c36752662a76d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c07c36752662a76d","status":"passed","time":{"start":1724861330173,"stop":1724861330173,"duration":0}}]},"tags":[]},"source":"66abdc2155897ab0.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/66cae6a96bc7040f.json b/7376/data/test-cases/66cae6a96bc7040f.json new file mode 100644 index 00000000000..c9a21e571fa --- /dev/null +++ b/7376/data/test-cases/66cae6a96bc7040f.json @@ -0,0 +1 @@ +{"uid":"66cae6a96bc7040f","name":"Decrypt messages","fullName":"/tests/relay/index.node.spec.ts: Waku Relay > Decrypt messages","historyId":"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922849122,"stop":1724922849123,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"718c7490c243eab2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/718c7490c243eab2","status":"passed","time":{"start":1724921517832,"stop":1724921517832,"duration":0}},{"uid":"ed8cf29bf6f1f09d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ed8cf29bf6f1f09d","status":"passed","time":{"start":1724921478626,"stop":1724921478627,"duration":1}},{"uid":"b2e8fb89c87dbd94","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b2e8fb89c87dbd94","status":"passed","time":{"start":1724918183231,"stop":1724918183232,"duration":1}},{"uid":"4df36f1a9898b633","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4df36f1a9898b633","status":"passed","time":{"start":1724889938071,"stop":1724889938071,"duration":0}},{"uid":"d65ae7d8dd970ae4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d65ae7d8dd970ae4","status":"passed","time":{"start":1724889075463,"stop":1724889075464,"duration":1}},{"uid":"d27c747e2f174eb8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d27c747e2f174eb8","status":"passed","time":{"start":1724888234970,"stop":1724888234970,"duration":0}},{"uid":"b59c0bfd96a64b6c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b59c0bfd96a64b6c","status":"passed","time":{"start":1724887020971,"stop":1724887020971,"duration":0}},{"uid":"17a3edddfa5bf09f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/17a3edddfa5bf09f","status":"passed","time":{"start":1724886784130,"stop":1724886784130,"duration":0}},{"uid":"dd9aecef6d7b16b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd9aecef6d7b16b3","status":"passed","time":{"start":1724862216273,"stop":1724862216273,"duration":0}},{"uid":"45f48d77cccffc0c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/45f48d77cccffc0c","status":"passed","time":{"start":1724861688535,"stop":1724861688535,"duration":0}},{"uid":"ea82a49f53f78960","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ea82a49f53f78960","status":"passed","time":{"start":1724861549003,"stop":1724861549003,"duration":0}},{"uid":"8a9979c3d54e09ce","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8a9979c3d54e09ce","status":"passed","time":{"start":1724861380653,"stop":1724861380654,"duration":1}}]},"tags":[]},"source":"66cae6a96bc7040f.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/4136e080b39ef967.json b/7376/data/test-cases/66d4b1d304693f68.json similarity index 53% rename from 7346/data/test-cases/4136e080b39ef967.json rename to 7376/data/test-cases/66d4b1d304693f68.json index d392ad8fb8f..5e3a133a722 100644 --- a/7346/data/test-cases/4136e080b39ef967.json +++ b/7376/data/test-cases/66d4b1d304693f68.json @@ -1 +1 @@ -{"uid":"4136e080b39ef967","name":"Passing invalid cursor","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Passing invalid cursor","historyId":"13036aa89328f251287fa0606bb92f47:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765470242,"stop":1724765470242,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, cursor"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"c3b6e13320976fb6","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/c3b6e13320976fb6","status":"passed","time":{"start":1724765389226,"stop":1724765389226,"duration":0}},{"uid":"aa0a745ec9d831df","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/aa0a745ec9d831df","status":"passed","time":{"start":1724763765692,"stop":1724763765692,"duration":0}},{"uid":"8b491381eb2e1382","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/8b491381eb2e1382","status":"passed","time":{"start":1724761004842,"stop":1724761004842,"duration":0}},{"uid":"7763c0a7093873d8","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/7763c0a7093873d8","status":"passed","time":{"start":1724760037109,"stop":1724760037110,"duration":1}},{"uid":"8d78ba061f31c6b1","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/8d78ba061f31c6b1","status":"passed","time":{"start":1724758177014,"stop":1724758177015,"duration":1}},{"uid":"2c0b1650c80b034b","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2c0b1650c80b034b","status":"passed","time":{"start":1724757847393,"stop":1724757847394,"duration":1}},{"uid":"cf17add45c31b4c6","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/cf17add45c31b4c6","status":"passed","time":{"start":1724757226686,"stop":1724757226686,"duration":0}},{"uid":"7a51cb6a5516b064","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/7a51cb6a5516b064","status":"passed","time":{"start":1724755296802,"stop":1724755296803,"duration":1}},{"uid":"3b78fb8621589047","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/3b78fb8621589047","status":"passed","time":{"start":1724752732665,"stop":1724752732665,"duration":0}},{"uid":"fae5cb5f636611c5","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/fae5cb5f636611c5","status":"passed","time":{"start":1724751577055,"stop":1724751577056,"duration":1}},{"uid":"7573647175160645","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/7573647175160645","status":"passed","time":{"start":1724750647497,"stop":1724750647497,"duration":0}},{"uid":"299fed3fe3295f2a","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/299fed3fe3295f2a","status":"passed","time":{"start":1724749642930,"stop":1724749642930,"duration":0}},{"uid":"f40bba8a45cd12b4","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/f40bba8a45cd12b4","status":"passed","time":{"start":1724717957841,"stop":1724717957842,"duration":1}},{"uid":"466f0d3992d931bf","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/466f0d3992d931bf","status":"passed","time":{"start":1724715207004,"stop":1724715207008,"duration":4}},{"uid":"3d092cf7c2112073","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/3d092cf7c2112073","status":"passed","time":{"start":1724713277146,"stop":1724713277148,"duration":2}},{"uid":"69ffb0f07b3872a3","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/69ffb0f07b3872a3","status":"passed","time":{"start":1724706466069,"stop":1724706466070,"duration":1}},{"uid":"c66fae0cd435220e","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c66fae0cd435220e","status":"passed","time":{"start":1724704876923,"stop":1724704876924,"duration":1}},{"uid":"388a2afd54f60c40","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/388a2afd54f60c40","status":"passed","time":{"start":1724684257318,"stop":1724684257318,"duration":0}},{"uid":"445bc372ef3980c4","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/445bc372ef3980c4","status":"passed","time":{"start":1724673010504,"stop":1724673010504,"duration":0}},{"uid":"8c5870697e94d646","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/8c5870697e94d646","status":"passed","time":{"start":1724670731312,"stop":1724670731314,"duration":2}}]},"tags":[]},"source":"4136e080b39ef967.json","parameterValues":[]} \ No newline at end of file +{"uid":"66d4b1d304693f68","name":"Passing invalid cursor","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Passing invalid cursor","historyId":"13036aa89328f251287fa0606bb92f47:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922928888,"stop":1724922928888,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, cursor"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ca2419c1b243b65e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ca2419c1b243b65e","status":"passed","time":{"start":1724921620609,"stop":1724921620610,"duration":1}},{"uid":"650fdaa39a79d3f9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/650fdaa39a79d3f9","status":"passed","time":{"start":1724921566691,"stop":1724921566692,"duration":1}},{"uid":"e5df07a9874af96e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e5df07a9874af96e","status":"passed","time":{"start":1724918280554,"stop":1724918280554,"duration":0}},{"uid":"c2aefa8a5ba78bbb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2aefa8a5ba78bbb","status":"passed","time":{"start":1724890019469,"stop":1724890019469,"duration":0}},{"uid":"266d4ebf314a2372","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/266d4ebf314a2372","status":"passed","time":{"start":1724889148723,"stop":1724889148723,"duration":0}},{"uid":"95279050cae3f316","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/95279050cae3f316","status":"passed","time":{"start":1724888331964,"stop":1724888331965,"duration":1}},{"uid":"807ff4a978fefbd0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/807ff4a978fefbd0","status":"passed","time":{"start":1724887107115,"stop":1724887107115,"duration":0}},{"uid":"9914048d3a26c38d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9914048d3a26c38d","status":"passed","time":{"start":1724886889609,"stop":1724886889609,"duration":0}},{"uid":"d2b6d2b1c8aa6fb2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d2b6d2b1c8aa6fb2","status":"passed","time":{"start":1724862298791,"stop":1724862298791,"duration":0}},{"uid":"d56478f518367480","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d56478f518367480","status":"passed","time":{"start":1724861779265,"stop":1724861779265,"duration":0}},{"uid":"9788085715832e0c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9788085715832e0c","status":"passed","time":{"start":1724861646563,"stop":1724861646563,"duration":0}},{"uid":"8343720699b9707a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8343720699b9707a","status":"passed","time":{"start":1724861466616,"stop":1724861466616,"duration":0}}]},"tags":[]},"source":"66d4b1d304693f68.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/67981c706f464a87.json b/7376/data/test-cases/67981c706f464a87.json new file mode 100644 index 00000000000..b6215d1acf5 --- /dev/null +++ b/7376/data/test-cases/67981c706f464a87.json @@ -0,0 +1 @@ +{"uid":"67981c706f464a87","name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","historyId":"0594382963bea32e9c8b3542e5bec09d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922778326,"stop":1724922778326,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8368596a5cc2ad94","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8368596a5cc2ad94","status":"passed","time":{"start":1724921497757,"stop":1724921497757,"duration":0}},{"uid":"64b489ae43399774","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/64b489ae43399774","status":"passed","time":{"start":1724921408411,"stop":1724921408412,"duration":1}},{"uid":"8d97a5d9537dd508","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8d97a5d9537dd508","status":"passed","time":{"start":1724918086870,"stop":1724918086870,"duration":0}},{"uid":"fffb411c4b98685e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fffb411c4b98685e","status":"passed","time":{"start":1724889892447,"stop":1724889892447,"duration":0}},{"uid":"a1e52fa82797b96b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a1e52fa82797b96b","status":"passed","time":{"start":1724888997216,"stop":1724888997216,"duration":0}},{"uid":"18dc07e9060411f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/18dc07e9060411f9","status":"passed","time":{"start":1724888159489,"stop":1724888159490,"duration":1}},{"uid":"c0d178ed824661e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c0d178ed824661e","status":"passed","time":{"start":1724886937294,"stop":1724886937294,"duration":0}},{"uid":"a31693863d6c7e5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a31693863d6c7e5","status":"passed","time":{"start":1724886709804,"stop":1724886709805,"duration":1}},{"uid":"c4fae5db01948399","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4fae5db01948399","status":"passed","time":{"start":1724862123537,"stop":1724862123537,"duration":0}},{"uid":"9156d97c20b5121f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9156d97c20b5121f","status":"passed","time":{"start":1724861620104,"stop":1724861620104,"duration":0}},{"uid":"be7656853951f845","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/be7656853951f845","status":"passed","time":{"start":1724861460249,"stop":1724861460249,"duration":0}},{"uid":"176492e9fb0e5c06","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/176492e9fb0e5c06","status":"passed","time":{"start":1724861330171,"stop":1724861330172,"duration":1}}]},"tags":[]},"source":"67981c706f464a87.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/67b3de498fefaac6.json b/7376/data/test-cases/67b3de498fefaac6.json new file mode 100644 index 00000000000..3d68a2c2aef --- /dev/null +++ b/7376/data/test-cases/67b3de498fefaac6.json @@ -0,0 +1 @@ +{"uid":"67b3de498fefaac6","name":"wrong wakuPeerExchangeDiscovery pubsub topic","fullName":"/tests/peer-exchange/index.spec.ts: Peer Exchange > wrong wakuPeerExchangeDiscovery pubsub topic","historyId":"0685c3573281e9f6734365d26d220c25:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922865536,"stop":1724922865536,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"1356912a63875a59","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1356912a63875a59","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921583487,"stop":1724921583487,"duration":0}},{"uid":"36421b479f43b0fa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/36421b479f43b0fa","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921494522,"stop":1724921494522,"duration":0}},{"uid":"ac857e1ff2231a3e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ac857e1ff2231a3e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918216287,"stop":1724918216287,"duration":0}},{"uid":"e7bb0ab19ccd0228","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e7bb0ab19ccd0228","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889979499,"stop":1724889979499,"duration":0}},{"uid":"7df8a43f57ee4df7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7df8a43f57ee4df7","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889083636,"stop":1724889083637,"duration":1}},{"uid":"d56d0f78fa2670f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d56d0f78fa2670f9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888284641,"stop":1724888284641,"duration":0}},{"uid":"3d2659f8ee404a41","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3d2659f8ee404a41","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887046098,"stop":1724887046098,"duration":0}},{"uid":"a2779b93c4b2d691","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a2779b93c4b2d691","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886828839,"stop":1724886828839,"duration":0}},{"uid":"f7ad62167f9bc4cc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7ad62167f9bc4cc","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862236791,"stop":1724862236791,"duration":0}},{"uid":"83e5d8a3c5c15dc8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/83e5d8a3c5c15dc8","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861713626,"stop":1724861713626,"duration":0}},{"uid":"f280006d2dd8477e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f280006d2dd8477e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861586771,"stop":1724861586772,"duration":1}},{"uid":"691d006d264a13a9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/691d006d264a13a9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861418250,"stop":1724861418250,"duration":0}}]},"tags":[]},"source":"67b3de498fefaac6.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/ce89d13de2197edc.json b/7376/data/test-cases/67cf138d5e1adb6f.json similarity index 79% rename from 7346/data/test-cases/ce89d13de2197edc.json rename to 7376/data/test-cases/67cf138d5e1adb6f.json index b62c7c30c9e..610cd673aed 100644 --- a/7346/data/test-cases/ce89d13de2197edc.json +++ b/7376/data/test-cases/67cf138d5e1adb6f.json @@ -1 +1 @@ -{"uid":"ce89d13de2197edc","name":"Subscribe to topic containing unicode special characters and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing unicode special characters and receive message","historyId":"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765075589,"stop":1724765075589,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"9a168945bc517a03","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/9a168945bc517a03","status":"passed","time":{"start":1724765010552,"stop":1724765010552,"duration":0}},{"uid":"87ca47fb8122f214","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/87ca47fb8122f214","status":"passed","time":{"start":1724763380306,"stop":1724763380307,"duration":1}},{"uid":"ba9dbba020645989","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ba9dbba020645989","status":"passed","time":{"start":1724760632568,"stop":1724760632568,"duration":0}},{"uid":"4cdc9fc5b16f980d","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/4cdc9fc5b16f980d","status":"passed","time":{"start":1724759660929,"stop":1724759660930,"duration":1}},{"uid":"dbc31032c87686dd","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/dbc31032c87686dd","status":"passed","time":{"start":1724757793713,"stop":1724757793714,"duration":1}},{"uid":"4d4cd31f143458f4","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/4d4cd31f143458f4","status":"passed","time":{"start":1724757518641,"stop":1724757518641,"duration":0}},{"uid":"97c30e25a6adbfc4","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/97c30e25a6adbfc4","status":"passed","time":{"start":1724756832108,"stop":1724756832108,"duration":0}},{"uid":"2e6f70a8d2ca02e4","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2e6f70a8d2ca02e4","status":"passed","time":{"start":1724754929284,"stop":1724754929284,"duration":0}},{"uid":"bd26c8b38ac09f34","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/bd26c8b38ac09f34","status":"passed","time":{"start":1724752352158,"stop":1724752352164,"duration":6}},{"uid":"3b2453a60255dc82","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/3b2453a60255dc82","status":"passed","time":{"start":1724751201128,"stop":1724751201128,"duration":0}},{"uid":"142b4a1641ae3b42","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/142b4a1641ae3b42","status":"passed","time":{"start":1724750264844,"stop":1724750264844,"duration":0}},{"uid":"b11122af14e85d98","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/b11122af14e85d98","status":"passed","time":{"start":1724749292171,"stop":1724749292172,"duration":1}},{"uid":"2e9931ef703b7c2d","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/2e9931ef703b7c2d","status":"passed","time":{"start":1724717596798,"stop":1724717596799,"duration":1}},{"uid":"a75774208e39e8b7","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/a75774208e39e8b7","status":"passed","time":{"start":1724714823663,"stop":1724714823663,"duration":0}},{"uid":"346598fd7b30f58d","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/346598fd7b30f58d","status":"passed","time":{"start":1724712895797,"stop":1724712895797,"duration":0}},{"uid":"7c5da625d2a2f4bb","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/7c5da625d2a2f4bb","status":"passed","time":{"start":1724706113502,"stop":1724706113502,"duration":0}},{"uid":"533c528e2e77f6d2","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/533c528e2e77f6d2","status":"passed","time":{"start":1724704522419,"stop":1724704522419,"duration":0}},{"uid":"2eea741517cb5e86","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2eea741517cb5e86","status":"passed","time":{"start":1724683897632,"stop":1724683897632,"duration":0}},{"uid":"54de8ea251978c9b","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/54de8ea251978c9b","status":"passed","time":{"start":1724672624710,"stop":1724672624710,"duration":0}},{"uid":"4e7075a7a1dcf304","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/4e7075a7a1dcf304","status":"passed","time":{"start":1724670354435,"stop":1724670354436,"duration":1}}]},"tags":[]},"source":"ce89d13de2197edc.json","parameterValues":[]} \ No newline at end of file +{"uid":"67cf138d5e1adb6f","name":"Subscribe to topic containing unicode special characters and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing unicode special characters and receive message","historyId":"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922635359,"stop":1724922635359,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"53b104eb1f21da28","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/53b104eb1f21da28","status":"passed","time":{"start":1724921297018,"stop":1724921297018,"duration":0}},{"uid":"52f0d2ec16b60d04","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/52f0d2ec16b60d04","status":"passed","time":{"start":1724921276372,"stop":1724921276373,"duration":1}},{"uid":"98f73f646f05e610","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/98f73f646f05e610","status":"passed","time":{"start":1724917948330,"stop":1724917948330,"duration":0}},{"uid":"264d8e72847f95b0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/264d8e72847f95b0","status":"passed","time":{"start":1724889729018,"stop":1724889729019,"duration":1}},{"uid":"6d20276b8e527081","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d20276b8e527081","status":"passed","time":{"start":1724888864960,"stop":1724888864960,"duration":0}},{"uid":"40265f971ddfea7a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/40265f971ddfea7a","status":"passed","time":{"start":1724888053752,"stop":1724888053752,"duration":0}},{"uid":"d3abf4aac2563efe","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d3abf4aac2563efe","status":"passed","time":{"start":1724886811666,"stop":1724886811667,"duration":1}},{"uid":"7ece2793cdc20e96","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7ece2793cdc20e96","status":"passed","time":{"start":1724886581009,"stop":1724886581009,"duration":0}},{"uid":"c8618e95b7ebff71","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c8618e95b7ebff71","status":"passed","time":{"start":1724862019566,"stop":1724862019566,"duration":0}},{"uid":"e59499c17060b469","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e59499c17060b469","status":"passed","time":{"start":1724861493943,"stop":1724861493943,"duration":0}},{"uid":"59ddd7338a678e03","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/59ddd7338a678e03","status":"passed","time":{"start":1724861318061,"stop":1724861318062,"duration":1}},{"uid":"c5378c6c0c6c4996","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c5378c6c0c6c4996","status":"passed","time":{"start":1724861178522,"stop":1724861178522,"duration":0}}]},"tags":[]},"source":"67cf138d5e1adb6f.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/67d9b458033f401c.json b/7376/data/test-cases/67d9b458033f401c.json new file mode 100644 index 00000000000..39ce0097a9b --- /dev/null +++ b/7376/data/test-cases/67d9b458033f401c.json @@ -0,0 +1 @@ +{"uid":"67d9b458033f401c","name":"Unsubscribe 1 topic - node subscribed to 2 topics","fullName":"/tests/filter/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true > Unsubscribe 1 topic - node subscribed to 2 topics","historyId":"29ff9505963d9ab5217f0cc8ee5a3659:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922647830,"stop":1724922647831,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e31964344df6de97","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e31964344df6de97","status":"passed","time":{"start":1724921300786,"stop":1724921300787,"duration":1}},{"uid":"cb48db2d42b59088","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cb48db2d42b59088","status":"passed","time":{"start":1724921280713,"stop":1724921280714,"duration":1}},{"uid":"3a18c1816667b96e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3a18c1816667b96e","status":"passed","time":{"start":1724917963259,"stop":1724917963261,"duration":2}},{"uid":"5fa54898de61196","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5fa54898de61196","status":"passed","time":{"start":1724889734117,"stop":1724889734118,"duration":1}},{"uid":"ccce3dd448145ee9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ccce3dd448145ee9","status":"passed","time":{"start":1724888859614,"stop":1724888859614,"duration":0}},{"uid":"8338254983dd6f93","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8338254983dd6f93","status":"passed","time":{"start":1724888053951,"stop":1724888053951,"duration":0}},{"uid":"feaa744f7694667c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/feaa744f7694667c","status":"passed","time":{"start":1724886820675,"stop":1724886820676,"duration":1}},{"uid":"b1215e3e2fa55905","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b1215e3e2fa55905","status":"passed","time":{"start":1724886589264,"stop":1724886589265,"duration":1}},{"uid":"bbd2b7bfc7b46f18","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bbd2b7bfc7b46f18","status":"passed","time":{"start":1724862027791,"stop":1724862027791,"duration":0}},{"uid":"def9c227804bf14e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/def9c227804bf14e","status":"passed","time":{"start":1724861484558,"stop":1724861484558,"duration":0}},{"uid":"90db6e9e0c701243","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/90db6e9e0c701243","status":"passed","time":{"start":1724861315156,"stop":1724861315156,"duration":0}},{"uid":"44fe9f8f0744bc82","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/44fe9f8f0744bc82","status":"passed","time":{"start":1724861168754,"stop":1724861168754,"duration":0}}]},"tags":[]},"source":"67d9b458033f401c.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/13bed1ee14b4c455.json b/7376/data/test-cases/67df3dc8fb95e430.json similarity index 74% rename from 7346/data/test-cases/13bed1ee14b4c455.json rename to 7376/data/test-cases/67df3dc8fb95e430.json index 33af509668d..26752a0121c 100644 --- a/7346/data/test-cases/13bed1ee14b4c455.json +++ b/7376/data/test-cases/67df3dc8fb95e430.json @@ -1 +1 @@ -{"uid":"13bed1ee14b4c455","name":"Subscribe and publish messages on 2 different content topics","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe and publish messages on 2 different content topics","historyId":"e356dad3eecbb6aeee91c4b9e20b2f0d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765421002,"stop":1724765421003,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"47af2db46af6f82d","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/47af2db46af6f82d","status":"passed","time":{"start":1724765345632,"stop":1724765345633,"duration":1}},{"uid":"cde3819b3f3999bc","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/cde3819b3f3999bc","status":"passed","time":{"start":1724763728514,"stop":1724763728514,"duration":0}},{"uid":"57b4a931c10e608b","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/57b4a931c10e608b","status":"passed","time":{"start":1724760958446,"stop":1724760958447,"duration":1}},{"uid":"189bc822f81fee80","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/189bc822f81fee80","status":"passed","time":{"start":1724759986202,"stop":1724759986202,"duration":0}},{"uid":"1bfe75f6a770d712","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/1bfe75f6a770d712","status":"passed","time":{"start":1724758131991,"stop":1724758131991,"duration":0}},{"uid":"60c9cf70bb2f6780","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/60c9cf70bb2f6780","status":"passed","time":{"start":1724757804660,"stop":1724757804660,"duration":0}},{"uid":"875c3567fb4751e","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/875c3567fb4751e","status":"passed","time":{"start":1724757182036,"stop":1724757182037,"duration":1}},{"uid":"55964adbf1c7eb51","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/55964adbf1c7eb51","status":"passed","time":{"start":1724755250660,"stop":1724755250660,"duration":0}},{"uid":"835e28ccbde0bc09","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/835e28ccbde0bc09","status":"passed","time":{"start":1724752681444,"stop":1724752681444,"duration":0}},{"uid":"211ddf29f7bf3c7f","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/211ddf29f7bf3c7f","status":"passed","time":{"start":1724751529142,"stop":1724751529144,"duration":2}},{"uid":"66b7f68dd413a95e","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/66b7f68dd413a95e","status":"passed","time":{"start":1724750601829,"stop":1724750601830,"duration":1}},{"uid":"42e901f18260e55a","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/42e901f18260e55a","status":"passed","time":{"start":1724749597802,"stop":1724749597803,"duration":1}},{"uid":"b7a6835c09c9bf0b","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/b7a6835c09c9bf0b","status":"passed","time":{"start":1724717911300,"stop":1724717911300,"duration":0}},{"uid":"66ee6bb79a6dc3f4","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/66ee6bb79a6dc3f4","status":"passed","time":{"start":1724715155592,"stop":1724715155593,"duration":1}},{"uid":"9d5358562ee7bcd7","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/9d5358562ee7bcd7","status":"passed","time":{"start":1724713233406,"stop":1724713233406,"duration":0}},{"uid":"e9c9356786dd4639","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/e9c9356786dd4639","status":"passed","time":{"start":1724706419523,"stop":1724706419523,"duration":0}},{"uid":"6d66439117eb5a90","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6d66439117eb5a90","status":"passed","time":{"start":1724704833534,"stop":1724704833535,"duration":1}},{"uid":"1efc27a6fd064086","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/1efc27a6fd064086","status":"passed","time":{"start":1724684206364,"stop":1724684206365,"duration":1}},{"uid":"2689f92becd0aa23","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/2689f92becd0aa23","status":"passed","time":{"start":1724672961259,"stop":1724672961259,"duration":0}},{"uid":"487daafebe4557c","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/487daafebe4557c","status":"passed","time":{"start":1724670685259,"stop":1724670685259,"duration":0}}]},"tags":[]},"source":"13bed1ee14b4c455.json","parameterValues":[]} \ No newline at end of file +{"uid":"67df3dc8fb95e430","name":"Subscribe and publish messages on 2 different content topics","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe and publish messages on 2 different content topics","historyId":"e356dad3eecbb6aeee91c4b9e20b2f0d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922891485,"stop":1724922891485,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5c2e2f260f1457e3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5c2e2f260f1457e3","status":"passed","time":{"start":1724921563008,"stop":1724921563008,"duration":0}},{"uid":"1e83885a4f3bd4f8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1e83885a4f3bd4f8","status":"passed","time":{"start":1724921526809,"stop":1724921526809,"duration":0}},{"uid":"da80165bf408f776","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/da80165bf408f776","status":"passed","time":{"start":1724918239935,"stop":1724918239936,"duration":1}},{"uid":"df4c010cd8b40d24","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/df4c010cd8b40d24","status":"passed","time":{"start":1724889980882,"stop":1724889980882,"duration":0}},{"uid":"ed8ca066c0f9ca76","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ed8ca066c0f9ca76","status":"passed","time":{"start":1724889109946,"stop":1724889109947,"duration":1}},{"uid":"ae22e76234ddfe39","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ae22e76234ddfe39","status":"passed","time":{"start":1724888294719,"stop":1724888294719,"duration":0}},{"uid":"89f86e5f5be8b62","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/89f86e5f5be8b62","status":"passed","time":{"start":1724887071735,"stop":1724887071735,"duration":0}},{"uid":"d8107f9e5aab2523","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d8107f9e5aab2523","status":"passed","time":{"start":1724886848341,"stop":1724886848341,"duration":0}},{"uid":"d0b2eec1d3953f93","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d0b2eec1d3953f93","status":"passed","time":{"start":1724862259243,"stop":1724862259243,"duration":0}},{"uid":"51e0b80b466e1961","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/51e0b80b466e1961","status":"passed","time":{"start":1724861735322,"stop":1724861735322,"duration":0}},{"uid":"5ff730b307ab603b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5ff730b307ab603b","status":"passed","time":{"start":1724861606335,"stop":1724861606336,"duration":1}},{"uid":"e2de2ea02a8ee43a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e2de2ea02a8ee43a","status":"passed","time":{"start":1724861426682,"stop":1724861426682,"duration":0}}]},"tags":[]},"source":"67df3dc8fb95e430.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/d28b0142cbd1449f.json b/7376/data/test-cases/681132e837290822.json similarity index 84% rename from 7346/data/test-cases/d28b0142cbd1449f.json rename to 7376/data/test-cases/681132e837290822.json index bf244468caa..86883b67ded 100644 --- a/7346/data/test-cases/d28b0142cbd1449f.json +++ b/7376/data/test-cases/681132e837290822.json @@ -1 +1 @@ -{"uid":"d28b0142cbd1449f","name":"Push message with Script payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with Script payload","historyId":"cfee42a91940bb5c77df5f273c4cc968:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505324,"stop":1724765505324,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":22,"unknown":0,"total":26},"items":[{"uid":"cd61827722e1248f","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/cd61827722e1248f","status":"passed","time":{"start":1724765434016,"stop":1724765434016,"duration":0}},{"uid":"6f37f244a69e0e33","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/6f37f244a69e0e33","status":"passed","time":{"start":1724763779023,"stop":1724763779023,"duration":0}},{"uid":"3360355f266007c4","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/3360355f266007c4","status":"passed","time":{"start":1724761038715,"stop":1724761038716,"duration":1}},{"uid":"d6d7a1f3c50fc6c3","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/d6d7a1f3c50fc6c3","status":"passed","time":{"start":1724760066618,"stop":1724760066618,"duration":0}},{"uid":"3204fa6a5b351fb6","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/3204fa6a5b351fb6","status":"passed","time":{"start":1724758222980,"stop":1724758222981,"duration":1}},{"uid":"620fcd55955b7102","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/620fcd55955b7102","status":"passed","time":{"start":1724757927315,"stop":1724757927315,"duration":0}},{"uid":"5fbc292ffad0bde0","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/5fbc292ffad0bde0","status":"passed","time":{"start":1724757257487,"stop":1724757257487,"duration":0}},{"uid":"84b64a8e2f342b30","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/84b64a8e2f342b30","status":"passed","time":{"start":1724755332946,"stop":1724755332946,"duration":0}},{"uid":"e30d82e828e8087","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/e30d82e828e8087","status":"passed","time":{"start":1724752782318,"stop":1724752782318,"duration":0}},{"uid":"79b88e268f16e2f3","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/79b88e268f16e2f3","status":"passed","time":{"start":1724751616569,"stop":1724751616569,"duration":0}},{"uid":"711ec900e354b04c","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/711ec900e354b04c","status":"passed","time":{"start":1724750701989,"stop":1724750701989,"duration":0}},{"uid":"304a4e88f3c7260","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/304a4e88f3c7260","status":"passed","time":{"start":1724749709038,"stop":1724749709038,"duration":0}},{"uid":"153b591416ab44d9","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/153b591416ab44d9","status":"passed","time":{"start":1724718008210,"stop":1724718008211,"duration":1}},{"uid":"8d3cfffc346035b7","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/8d3cfffc346035b7","status":"passed","time":{"start":1724715239086,"stop":1724715239087,"duration":1}},{"uid":"d74ca40e8267b0fe","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/d74ca40e8267b0fe","status":"passed","time":{"start":1724713322701,"stop":1724713322702,"duration":1}},{"uid":"f1dcb9444f352745","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f1dcb9444f352745","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724707170668,"stop":1724707170668,"duration":0}},{"uid":"1caff843c4ba40e3","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/1caff843c4ba40e3","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724705570756,"stop":1724705570756,"duration":0}},{"uid":"44722ca57c4d5206","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/44722ca57c4d5206","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724684936345,"stop":1724684936345,"duration":0}},{"uid":"43abda478e421a08","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/43abda478e421a08","status":"passed","time":{"start":1724673044032,"stop":1724673044033,"duration":1}},{"uid":"fcf4c9fa52118693","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/fcf4c9fa52118693","status":"passed","time":{"start":1724670767284,"stop":1724670767284,"duration":0}}]},"tags":[]},"source":"d28b0142cbd1449f.json","parameterValues":[]} \ No newline at end of file +{"uid":"681132e837290822","name":"Push message with Script payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with Script payload","historyId":"cfee42a91940bb5c77df5f273c4cc968:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921447,"stop":1724922921448,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2be8af6667b0690b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2be8af6667b0690b","status":"passed","time":{"start":1724921602946,"stop":1724921602950,"duration":4}},{"uid":"3a0a4d329228a92c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3a0a4d329228a92c","status":"passed","time":{"start":1724921571095,"stop":1724921571096,"duration":1}},{"uid":"be35dfff4daf504d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/be35dfff4daf504d","status":"passed","time":{"start":1724918285585,"stop":1724918285586,"duration":1}},{"uid":"9867a567ab907405","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9867a567ab907405","status":"passed","time":{"start":1724890030089,"stop":1724890030089,"duration":0}},{"uid":"c4b7090afc5c1813","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4b7090afc5c1813","status":"passed","time":{"start":1724889171907,"stop":1724889171907,"duration":0}},{"uid":"ff630c193671ebf3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ff630c193671ebf3","status":"passed","time":{"start":1724888350720,"stop":1724888350720,"duration":0}},{"uid":"f10dabe6de53f98f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f10dabe6de53f98f","status":"passed","time":{"start":1724887115406,"stop":1724887115407,"duration":1}},{"uid":"85189f9d37847494","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/85189f9d37847494","status":"passed","time":{"start":1724886884569,"stop":1724886884570,"duration":1}},{"uid":"fb13e63b4264f3c6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb13e63b4264f3c6","status":"passed","time":{"start":1724862322247,"stop":1724862322247,"duration":0}},{"uid":"351e2cb9ff0a0645","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/351e2cb9ff0a0645","status":"passed","time":{"start":1724861790750,"stop":1724861790750,"duration":0}},{"uid":"1343c438d2397390","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1343c438d2397390","status":"passed","time":{"start":1724861628419,"stop":1724861628419,"duration":0}},{"uid":"c37f30a07e6b3759","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c37f30a07e6b3759","status":"passed","time":{"start":1724861465623,"stop":1724861465623,"duration":0}}]},"tags":[]},"source":"681132e837290822.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/681698fbb618f5d8.json b/7376/data/test-cases/681698fbb618f5d8.json new file mode 100644 index 00000000000..daa52e7df4b --- /dev/null +++ b/7376/data/test-cases/681698fbb618f5d8.json @@ -0,0 +1 @@ +{"uid":"681698fbb618f5d8","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app96/7/topic650/test.js","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 8 - Cluster ID: 10, Content Topic: /app96/7/topic650/test.js","historyId":"7940a237992d5e219d9c9c5404b742c6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922906442,"stop":1724922906442,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"681698fbb618f5d8.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/743458c3a9505412.json b/7376/data/test-cases/6830634956ddb0fa.json similarity index 76% rename from 7346/data/test-cases/743458c3a9505412.json rename to 7376/data/test-cases/6830634956ddb0fa.json index 3c64db29364..0641844059a 100644 --- a/7346/data/test-cases/743458c3a9505412.json +++ b/7376/data/test-cases/6830634956ddb0fa.json @@ -1 +1 @@ -{"uid":"743458c3a9505412","name":"Check publish message containing escaped characters","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing escaped characters","historyId":"0e944b3b19f45a515c592be688450598:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765426729,"stop":1724765426729,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"f4296543966f658f","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/f4296543966f658f","status":"passed","time":{"start":1724765341332,"stop":1724765341332,"duration":0}},{"uid":"21c5344aae383d8c","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/21c5344aae383d8c","status":"passed","time":{"start":1724763725730,"stop":1724763725731,"duration":1}},{"uid":"67b0717ee0c68abb","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/67b0717ee0c68abb","status":"passed","time":{"start":1724760957725,"stop":1724760957725,"duration":0}},{"uid":"8f252f8353b9770e","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/8f252f8353b9770e","status":"passed","time":{"start":1724759981885,"stop":1724759981885,"duration":0}},{"uid":"d6031acfbc4ab853","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/d6031acfbc4ab853","status":"passed","time":{"start":1724758132037,"stop":1724758132038,"duration":1}},{"uid":"a797862481c863cb","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a797862481c863cb","status":"passed","time":{"start":1724757777632,"stop":1724757777633,"duration":1}},{"uid":"78881ef7feea48cb","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/78881ef7feea48cb","status":"passed","time":{"start":1724757176021,"stop":1724757176022,"duration":1}},{"uid":"e557b148b22589fd","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/e557b148b22589fd","status":"passed","time":{"start":1724755243514,"stop":1724755243514,"duration":0}},{"uid":"e1c6359392b250b2","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/e1c6359392b250b2","status":"passed","time":{"start":1724752673886,"stop":1724752673887,"duration":1}},{"uid":"a2e8ac66c8736a76","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/a2e8ac66c8736a76","status":"passed","time":{"start":1724751529514,"stop":1724751529514,"duration":0}},{"uid":"f5e9661b6be025d8","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/f5e9661b6be025d8","status":"passed","time":{"start":1724750600090,"stop":1724750600091,"duration":1}},{"uid":"525c85abe5380a46","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/525c85abe5380a46","status":"passed","time":{"start":1724749599692,"stop":1724749599692,"duration":0}},{"uid":"3c2ae7852ffb2ab8","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/3c2ae7852ffb2ab8","status":"passed","time":{"start":1724717906127,"stop":1724717906127,"duration":0}},{"uid":"817c84263158abef","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/817c84263158abef","status":"passed","time":{"start":1724715143945,"stop":1724715143945,"duration":0}},{"uid":"886891a62a4dafbf","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/886891a62a4dafbf","status":"passed","time":{"start":1724713227731,"stop":1724713227731,"duration":0}},{"uid":"6a64a2a27ea83fda","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6a64a2a27ea83fda","status":"passed","time":{"start":1724706419040,"stop":1724706419041,"duration":1}},{"uid":"275055001210573","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/275055001210573","status":"passed","time":{"start":1724704834033,"stop":1724704834034,"duration":1}},{"uid":"1dabb5befd175a93","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/1dabb5befd175a93","status":"passed","time":{"start":1724684210895,"stop":1724684210896,"duration":1}},{"uid":"6c7e94799fb8e47e","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/6c7e94799fb8e47e","status":"passed","time":{"start":1724672960983,"stop":1724672960984,"duration":1}},{"uid":"77ed8377a1081c92","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/77ed8377a1081c92","status":"passed","time":{"start":1724670677919,"stop":1724670677919,"duration":0}}]},"tags":[]},"source":"743458c3a9505412.json","parameterValues":[]} \ No newline at end of file +{"uid":"6830634956ddb0fa","name":"Check publish message containing escaped characters","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing escaped characters","historyId":"0e944b3b19f45a515c592be688450598:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922887526,"stop":1724922887526,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"35e2db6a72b5be26","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/35e2db6a72b5be26","status":"passed","time":{"start":1724921564777,"stop":1724921564777,"duration":0}},{"uid":"9600ca083c951b83","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9600ca083c951b83","status":"passed","time":{"start":1724921518821,"stop":1724921518822,"duration":1}},{"uid":"ff311d318bd2403b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ff311d318bd2403b","status":"passed","time":{"start":1724918229400,"stop":1724918229400,"duration":0}},{"uid":"55953e13b062dd4e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/55953e13b062dd4e","status":"passed","time":{"start":1724889980703,"stop":1724889980703,"duration":0}},{"uid":"fff0d49e5abd9d9c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fff0d49e5abd9d9c","status":"passed","time":{"start":1724889111163,"stop":1724889111164,"duration":1}},{"uid":"c5010a8628bee035","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c5010a8628bee035","status":"passed","time":{"start":1724888292533,"stop":1724888292534,"duration":1}},{"uid":"a5570da07ef07fe2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a5570da07ef07fe2","status":"passed","time":{"start":1724887068228,"stop":1724887068228,"duration":0}},{"uid":"2fc999d8ba26d8f0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2fc999d8ba26d8f0","status":"passed","time":{"start":1724886848926,"stop":1724886848926,"duration":0}},{"uid":"2e1e1caa95d4cc0f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2e1e1caa95d4cc0f","status":"passed","time":{"start":1724862262048,"stop":1724862262048,"duration":0}},{"uid":"1407d735495cae6d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1407d735495cae6d","status":"passed","time":{"start":1724861741893,"stop":1724861741894,"duration":1}},{"uid":"9508f9579e260674","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9508f9579e260674","status":"passed","time":{"start":1724861599493,"stop":1724861599494,"duration":1}},{"uid":"784af083067a4fd3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/784af083067a4fd3","status":"passed","time":{"start":1724861428475,"stop":1724861428476,"duration":1}}]},"tags":[]},"source":"6830634956ddb0fa.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/68628ff572e4f422.json b/7376/data/test-cases/68628ff572e4f422.json new file mode 100644 index 00000000000..fb7507e612f --- /dev/null +++ b/7376/data/test-cases/68628ff572e4f422.json @@ -0,0 +1 @@ +{"uid":"68628ff572e4f422","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","fullName":"/tests/connection-mananger/dials.spec.ts: Dials > dialPeer method > For bootstrap peers > should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","historyId":"f98fc1a79da77702ddabd28cc3cdb9eb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922433169,"stop":1724922433169,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","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":"Dials"},{"name":"suite","value":"dialPeer method"},{"name":"subSuite","value":"For bootstrap peers"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d9acf6fecda7e4dc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d9acf6fecda7e4dc","status":"passed","time":{"start":1724921095758,"stop":1724921095759,"duration":1}},{"uid":"ae20cdd830d4510d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ae20cdd830d4510d","status":"passed","time":{"start":1724921070806,"stop":1724921070807,"duration":1}},{"uid":"19b1d308d7fb6c59","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/19b1d308d7fb6c59","status":"passed","time":{"start":1724917730901,"stop":1724917730903,"duration":2}},{"uid":"8cf9be2bca9bd455","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8cf9be2bca9bd455","status":"passed","time":{"start":1724889510333,"stop":1724889510334,"duration":1}},{"uid":"c1133ba8940a6d8c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c1133ba8940a6d8c","status":"passed","time":{"start":1724888660681,"stop":1724888660682,"duration":1}},{"uid":"1dc6bb4c7f05f423","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1dc6bb4c7f05f423","status":"passed","time":{"start":1724887817138,"stop":1724887817139,"duration":1}},{"uid":"5ca2244049383106","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5ca2244049383106","status":"passed","time":{"start":1724886584155,"stop":1724886584156,"duration":1}},{"uid":"c7f164b1fe2a2b9f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c7f164b1fe2a2b9f","status":"passed","time":{"start":1724886362415,"stop":1724886362415,"duration":0}},{"uid":"7a8e71cd577ee91f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7a8e71cd577ee91f","status":"passed","time":{"start":1724861811585,"stop":1724861811585,"duration":0}},{"uid":"22c863501412abc5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/22c863501412abc5","status":"passed","time":{"start":1724861280384,"stop":1724861280384,"duration":0}},{"uid":"cedd3681666d0a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cedd3681666d0a","status":"passed","time":{"start":1724861106381,"stop":1724861106382,"duration":1}},{"uid":"8bee1214d758eeb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8bee1214d758eeb","status":"passed","time":{"start":1724860966532,"stop":1724860966533,"duration":1}}]},"tags":[]},"source":"68628ff572e4f422.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/2b81fe00496c5421.json b/7376/data/test-cases/6880bc512fad4294.json similarity index 52% rename from 7346/data/test-cases/2b81fe00496c5421.json rename to 7376/data/test-cases/6880bc512fad4294.json index 91e519ba7a2..25b61dac3f1 100644 --- a/7346/data/test-cases/2b81fe00496c5421.json +++ b/7376/data/test-cases/6880bc512fad4294.json @@ -1 +1 @@ -{"uid":"2b81fe00496c5421","name":"safeDispatchEvent","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > safeDispatchEvent","historyId":"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724764880298,"stop":1724764880298,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","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":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28},"items":[{"uid":"4aca851f0e8cbf6d","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/4aca851f0e8cbf6d","status":"passed","time":{"start":1724764800074,"stop":1724764800074,"duration":0}},{"uid":"8863f1bbf0e3d5a0","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/8863f1bbf0e3d5a0","status":"passed","time":{"start":1724763165965,"stop":1724763165966,"duration":1}},{"uid":"d609740247c4aa8c","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/d609740247c4aa8c","status":"passed","time":{"start":1724760434820,"stop":1724760434820,"duration":0}},{"uid":"cf533d66a59009a9","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/cf533d66a59009a9","status":"passed","time":{"start":1724759447688,"stop":1724759447688,"duration":0}},{"uid":"c801f42a2f01ddf0","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/c801f42a2f01ddf0","status":"passed","time":{"start":1724757584481,"stop":1724757584492,"duration":11}},{"uid":"d1a616c60e35676d","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/d1a616c60e35676d","status":"passed","time":{"start":1724757304023,"stop":1724757304023,"duration":0}},{"uid":"2279049ca00e6aa8","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/2279049ca00e6aa8","status":"passed","time":{"start":1724756625395,"stop":1724756625396,"duration":1}},{"uid":"1addceabe1b86daa","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/1addceabe1b86daa","status":"passed","time":{"start":1724754724731,"stop":1724754724732,"duration":1}},{"uid":"39b91cb4e753653b","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/39b91cb4e753653b","status":"passed","time":{"start":1724752151322,"stop":1724752151322,"duration":0}},{"uid":"11606f9e7774c822","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/11606f9e7774c822","status":"passed","time":{"start":1724750982609,"stop":1724750982614,"duration":5}},{"uid":"4d08a26f249a8627","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/4d08a26f249a8627","status":"passed","time":{"start":1724750061838,"stop":1724750061838,"duration":0}},{"uid":"e8ee54441ea24760","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/e8ee54441ea24760","status":"passed","time":{"start":1724749086370,"stop":1724749086370,"duration":0}},{"uid":"a1476091fa394d4d","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/a1476091fa394d4d","status":"passed","time":{"start":1724717378529,"stop":1724717378529,"duration":0}},{"uid":"f86728bd71e4aaae","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/f86728bd71e4aaae","status":"passed","time":{"start":1724714611195,"stop":1724714611196,"duration":1}},{"uid":"2be67d6c75342242","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/2be67d6c75342242","status":"passed","time":{"start":1724712692281,"stop":1724712692281,"duration":0}},{"uid":"25fd8a68fb1a1362","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/25fd8a68fb1a1362","status":"passed","time":{"start":1724705903073,"stop":1724705903073,"duration":0}},{"uid":"2e11074b9eedf9a6","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2e11074b9eedf9a6","status":"passed","time":{"start":1724704318338,"stop":1724704318338,"duration":0}},{"uid":"3b390ff08fe9ffab","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/3b390ff08fe9ffab","status":"passed","time":{"start":1724683683074,"stop":1724683683075,"duration":1}},{"uid":"50708b243a1d5592","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/50708b243a1d5592","status":"passed","time":{"start":1724672407440,"stop":1724672407440,"duration":0}},{"uid":"d566d8d948eb17c1","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/d566d8d948eb17c1","status":"passed","time":{"start":1724670156879,"stop":1724670156880,"duration":1}}]},"tags":[]},"source":"2b81fe00496c5421.json","parameterValues":[]} \ No newline at end of file +{"uid":"6880bc512fad4294","name":"safeDispatchEvent","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > safeDispatchEvent","historyId":"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922465399,"stop":1724922465400,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","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":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6542f55c31fd7766","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6542f55c31fd7766","status":"passed","time":{"start":1724921128571,"stop":1724921128572,"duration":1}},{"uid":"96cd66bc5c65bf3e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/96cd66bc5c65bf3e","status":"passed","time":{"start":1724921103677,"stop":1724921103677,"duration":0}},{"uid":"389f43d4110e07e3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/389f43d4110e07e3","status":"passed","time":{"start":1724917763729,"stop":1724917763729,"duration":0}},{"uid":"920a897d7525f560","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/920a897d7525f560","status":"passed","time":{"start":1724889543373,"stop":1724889543373,"duration":0}},{"uid":"6d1e973e9089d747","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d1e973e9089d747","status":"passed","time":{"start":1724888692506,"stop":1724888692506,"duration":0}},{"uid":"a3211f0dab296723","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a3211f0dab296723","status":"passed","time":{"start":1724887850415,"stop":1724887850415,"duration":0}},{"uid":"28b423ba9c7598e9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/28b423ba9c7598e9","status":"passed","time":{"start":1724886617181,"stop":1724886617181,"duration":0}},{"uid":"4b7d2d81e3595d31","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4b7d2d81e3595d31","status":"passed","time":{"start":1724886394912,"stop":1724886394913,"duration":1}},{"uid":"858e998a13c17f4c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/858e998a13c17f4c","status":"passed","time":{"start":1724861844374,"stop":1724861844374,"duration":0}},{"uid":"4e8291f8360e0d4c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4e8291f8360e0d4c","status":"passed","time":{"start":1724861313411,"stop":1724861313412,"duration":1}},{"uid":"f95964169ea65e7c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f95964169ea65e7c","status":"passed","time":{"start":1724861139652,"stop":1724861139653,"duration":1}},{"uid":"acd68b5b6a67bd29","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/acd68b5b6a67bd29","status":"passed","time":{"start":1724860999513,"stop":1724860999513,"duration":0}}]},"tags":[]},"source":"6880bc512fad4294.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/69281c1616291f73.json b/7376/data/test-cases/69281c1616291f73.json new file mode 100644 index 00000000000..848d80df3cf --- /dev/null +++ b/7376/data/test-cases/69281c1616291f73.json @@ -0,0 +1 @@ +{"uid":"69281c1616291f73","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","historyId":"c8d899959676e6d53d797cb913f58b06:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374673,"stop":1724922374673,"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":"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":13,"unknown":0,"total":13},"items":[{"uid":"91ab48d0ea6f268e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/91ab48d0ea6f268e","status":"passed","time":{"start":1724921037634,"stop":1724921037634,"duration":0}},{"uid":"11d5510c92c29780","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/11d5510c92c29780","status":"passed","time":{"start":1724921013046,"stop":1724921013046,"duration":0}},{"uid":"61894f00d46d5643","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/61894f00d46d5643","status":"passed","time":{"start":1724917673290,"stop":1724917673290,"duration":0}},{"uid":"9b249050cb5c26ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9b249050cb5c26ae","status":"passed","time":{"start":1724889452308,"stop":1724889452308,"duration":0}},{"uid":"495c7f0c0f9e242a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/495c7f0c0f9e242a","status":"passed","time":{"start":1724888602838,"stop":1724888602839,"duration":1}},{"uid":"a2aff6d1fb61e97","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a2aff6d1fb61e97","status":"passed","time":{"start":1724887759162,"stop":1724887759162,"duration":0}},{"uid":"1c723af2704e86bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1c723af2704e86bd","status":"passed","time":{"start":1724886525542,"stop":1724886525542,"duration":0}},{"uid":"16734da3498520c4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/16734da3498520c4","status":"passed","time":{"start":1724886303395,"stop":1724886303395,"duration":0}},{"uid":"53af1a25dd0ca9a8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/53af1a25dd0ca9a8","status":"passed","time":{"start":1724861752225,"stop":1724861752225,"duration":0}},{"uid":"3b398a8d029e0261","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3b398a8d029e0261","status":"passed","time":{"start":1724861223353,"stop":1724861223354,"duration":1}},{"uid":"1418a72bf703bd92","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1418a72bf703bd92","status":"passed","time":{"start":1724861045200,"stop":1724861045201,"duration":1}},{"uid":"25f0c7a2928bd3fb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/25f0c7a2928bd3fb","status":"passed","time":{"start":1724860907083,"stop":1724860907083,"duration":0}}]},"tags":[]},"source":"69281c1616291f73.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/76aa3991f2d90532.json b/7376/data/test-cases/69be794e460fa860.json similarity index 79% rename from 7346/data/test-cases/76aa3991f2d90532.json rename to 7376/data/test-cases/69be794e460fa860.json index 0d4f11fd2d4..d415f806719 100644 --- a/7346/data/test-cases/76aa3991f2d90532.json +++ b/7376/data/test-cases/69be794e460fa860.json @@ -1 +1 @@ -{"uid":"76aa3991f2d90532","name":"Subscribe to topic containing escaped characters and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing escaped characters and receive message","historyId":"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765075588,"stop":1724765075589,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"b640d125ec5d4274","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/b640d125ec5d4274","status":"passed","time":{"start":1724765010551,"stop":1724765010551,"duration":0}},{"uid":"1359b3a810eb4d11","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/1359b3a810eb4d11","status":"passed","time":{"start":1724763380306,"stop":1724763380306,"duration":0}},{"uid":"c84a95f18162824a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c84a95f18162824a","status":"passed","time":{"start":1724760632567,"stop":1724760632568,"duration":1}},{"uid":"c857a436fd7871f6","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/c857a436fd7871f6","status":"passed","time":{"start":1724759660929,"stop":1724759660929,"duration":0}},{"uid":"2d8e47a9e8b03f38","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/2d8e47a9e8b03f38","status":"passed","time":{"start":1724757793712,"stop":1724757793713,"duration":1}},{"uid":"ee21d5e01afdf3ba","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ee21d5e01afdf3ba","status":"passed","time":{"start":1724757518640,"stop":1724757518641,"duration":1}},{"uid":"e1663cae6266ecf3","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/e1663cae6266ecf3","status":"passed","time":{"start":1724756832107,"stop":1724756832108,"duration":1}},{"uid":"a8dcd95eed3de0e7","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a8dcd95eed3de0e7","status":"passed","time":{"start":1724754929283,"stop":1724754929284,"duration":1}},{"uid":"fe3beb0911aea86","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/fe3beb0911aea86","status":"passed","time":{"start":1724752352157,"stop":1724752352158,"duration":1}},{"uid":"7e088f3046cc4d68","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/7e088f3046cc4d68","status":"passed","time":{"start":1724751201127,"stop":1724751201128,"duration":1}},{"uid":"ea700c6b6ed005b8","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/ea700c6b6ed005b8","status":"passed","time":{"start":1724750264843,"stop":1724750264844,"duration":1}},{"uid":"59ac1ae6960a1859","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/59ac1ae6960a1859","status":"passed","time":{"start":1724749292170,"stop":1724749292171,"duration":1}},{"uid":"4b14dae2dbb93b7b","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/4b14dae2dbb93b7b","status":"passed","time":{"start":1724717596798,"stop":1724717596798,"duration":0}},{"uid":"7c60d4cd260320c5","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/7c60d4cd260320c5","status":"passed","time":{"start":1724714823663,"stop":1724714823663,"duration":0}},{"uid":"b69f0430ec15aa96","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/b69f0430ec15aa96","status":"passed","time":{"start":1724712895796,"stop":1724712895797,"duration":1}},{"uid":"474204409de28b41","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/474204409de28b41","status":"passed","time":{"start":1724706113501,"stop":1724706113502,"duration":1}},{"uid":"1059ec55a05189db","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/1059ec55a05189db","status":"passed","time":{"start":1724704522418,"stop":1724704522419,"duration":1}},{"uid":"516cc3c37f60b6f0","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/516cc3c37f60b6f0","status":"passed","time":{"start":1724683897631,"stop":1724683897632,"duration":1}},{"uid":"4f76b001f053a638","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/4f76b001f053a638","status":"passed","time":{"start":1724672624710,"stop":1724672624710,"duration":0}},{"uid":"1d4a79952add7d64","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/1d4a79952add7d64","status":"passed","time":{"start":1724670354435,"stop":1724670354435,"duration":0}}]},"tags":[]},"source":"76aa3991f2d90532.json","parameterValues":[]} \ No newline at end of file +{"uid":"69be794e460fa860","name":"Subscribe to topic containing escaped characters and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing escaped characters and receive message","historyId":"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922635358,"stop":1724922635359,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9900fd9783bb8945","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9900fd9783bb8945","status":"passed","time":{"start":1724921297018,"stop":1724921297018,"duration":0}},{"uid":"ea1a7cf607b26175","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ea1a7cf607b26175","status":"passed","time":{"start":1724921276372,"stop":1724921276372,"duration":0}},{"uid":"96a7c12dd4d7167f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/96a7c12dd4d7167f","status":"passed","time":{"start":1724917948330,"stop":1724917948330,"duration":0}},{"uid":"9b5712edfc79fdb9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9b5712edfc79fdb9","status":"passed","time":{"start":1724889729017,"stop":1724889729018,"duration":1}},{"uid":"fcd4c9ef829c7199","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fcd4c9ef829c7199","status":"passed","time":{"start":1724888864960,"stop":1724888864960,"duration":0}},{"uid":"a5f6b4729d17ab29","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a5f6b4729d17ab29","status":"passed","time":{"start":1724888053751,"stop":1724888053752,"duration":1}},{"uid":"2b1e9787776eeadf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2b1e9787776eeadf","status":"passed","time":{"start":1724886811666,"stop":1724886811666,"duration":0}},{"uid":"e0af8686682144d3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e0af8686682144d3","status":"passed","time":{"start":1724886581009,"stop":1724886581009,"duration":0}},{"uid":"15524f57e65efc9c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/15524f57e65efc9c","status":"passed","time":{"start":1724862019565,"stop":1724862019566,"duration":1}},{"uid":"8b99095be560889f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8b99095be560889f","status":"passed","time":{"start":1724861493942,"stop":1724861493943,"duration":1}},{"uid":"6d00189327b49c1a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6d00189327b49c1a","status":"passed","time":{"start":1724861318060,"stop":1724861318061,"duration":1}},{"uid":"2d7f564423bd846a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2d7f564423bd846a","status":"passed","time":{"start":1724861178520,"stop":1724861178521,"duration":1}}]},"tags":[]},"source":"69be794e460fa860.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/6a75ce588d3b1141.json b/7376/data/test-cases/6a75ce588d3b1141.json new file mode 100644 index 00000000000..d420c85d3cc --- /dev/null +++ b/7376/data/test-cases/6a75ce588d3b1141.json @@ -0,0 +1 @@ +{"uid":"6a75ce588d3b1141","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","fullName":"/tests/store/time_filter.node.spec.ts: Waku Store, time filter > msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","historyId":"1a50bec4969fd3e295a57fa1fd2af704:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922999268,"stop":1724922999269,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4922599fdd2c972","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4922599fdd2c972","status":"passed","time":{"start":1724921669871,"stop":1724921669871,"duration":0}},{"uid":"5e83fcdb2020af51","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5e83fcdb2020af51","status":"passed","time":{"start":1724921630268,"stop":1724921630268,"duration":0}},{"uid":"f57e46c69d5a8c72","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f57e46c69d5a8c72","status":"passed","time":{"start":1724918332988,"stop":1724918332988,"duration":0}},{"uid":"1acd04e453e83b1e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1acd04e453e83b1e","status":"passed","time":{"start":1724890089469,"stop":1724890089469,"duration":0}},{"uid":"d9bfc922d4d56bf8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9bfc922d4d56bf8","status":"passed","time":{"start":1724889224494,"stop":1724889224494,"duration":0}},{"uid":"1192fdd3a2e6995d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1192fdd3a2e6995d","status":"passed","time":{"start":1724888406347,"stop":1724888406348,"duration":1}},{"uid":"1eff8cdfa9230dd8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1eff8cdfa9230dd8","status":"passed","time":{"start":1724887175025,"stop":1724887175025,"duration":0}},{"uid":"ce19f6fb6ec4a623","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ce19f6fb6ec4a623","status":"passed","time":{"start":1724886952408,"stop":1724886952409,"duration":1}},{"uid":"d2cd83edb4a93cc2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d2cd83edb4a93cc2","status":"passed","time":{"start":1724862378565,"stop":1724862378565,"duration":0}},{"uid":"cee776c888e414d3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cee776c888e414d3","status":"passed","time":{"start":1724861846751,"stop":1724861846751,"duration":0}},{"uid":"ac9fa0deec4f44c0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac9fa0deec4f44c0","status":"passed","time":{"start":1724861702536,"stop":1724861702536,"duration":0}},{"uid":"16a5c9c5846eabb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/16a5c9c5846eabb","status":"passed","time":{"start":1724861533460,"stop":1724861533460,"duration":0}}]},"tags":[]},"source":"6a75ce588d3b1141.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/93970d11b0e920e5.json b/7376/data/test-cases/6a87c4e567d132e9.json similarity index 78% rename from 7346/data/test-cases/93970d11b0e920e5.json rename to 7376/data/test-cases/6a87c4e567d132e9.json index 389a1db29f1..7d6ded0d22f 100644 --- a/7346/data/test-cases/93970d11b0e920e5.json +++ b/7376/data/test-cases/6a87c4e567d132e9.json @@ -1 +1 @@ -{"uid":"93970d11b0e920e5","name":"Check received message containing long","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing long","historyId":"9775e23b36b001dd0df94df1f330912f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392365,"stop":1724765392365,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"502851086745e820","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/502851086745e820","status":"passed","time":{"start":1724765313853,"stop":1724765313854,"duration":1}},{"uid":"6a9959b8d1d4d05c","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/6a9959b8d1d4d05c","status":"passed","time":{"start":1724763683850,"stop":1724763683850,"duration":0}},{"uid":"4bba26a523a0c1f8","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/4bba26a523a0c1f8","status":"passed","time":{"start":1724760929553,"stop":1724760929553,"duration":0}},{"uid":"7276eff8a256dc1b","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/7276eff8a256dc1b","status":"passed","time":{"start":1724759955155,"stop":1724759955155,"duration":0}},{"uid":"ab56866687af510a","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/ab56866687af510a","status":"passed","time":{"start":1724758077414,"stop":1724758077415,"duration":1}},{"uid":"a3cb3f3fa2bfe9a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a3cb3f3fa2bfe9a","status":"passed","time":{"start":1724757801855,"stop":1724757801855,"duration":0}},{"uid":"40a9c5c2b25b57de","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/40a9c5c2b25b57de","status":"passed","time":{"start":1724757120154,"stop":1724757120154,"duration":0}},{"uid":"d04141ecce5d92da","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/d04141ecce5d92da","status":"passed","time":{"start":1724755211029,"stop":1724755211030,"duration":1}},{"uid":"71ac87b68fa480cb","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/71ac87b68fa480cb","status":"passed","time":{"start":1724752646527,"stop":1724752646527,"duration":0}},{"uid":"d086af0c696112a6","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/d086af0c696112a6","status":"passed","time":{"start":1724751495261,"stop":1724751495262,"duration":1}},{"uid":"e72c3e2119daa810","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/e72c3e2119daa810","status":"passed","time":{"start":1724750572357,"stop":1724750572357,"duration":0}},{"uid":"776d547d46cbaa6f","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/776d547d46cbaa6f","status":"passed","time":{"start":1724749567234,"stop":1724749567235,"duration":1}},{"uid":"c9fce0e0515dd059","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c9fce0e0515dd059","status":"passed","time":{"start":1724717880808,"stop":1724717880808,"duration":0}},{"uid":"1585433c9c28d258","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/1585433c9c28d258","status":"passed","time":{"start":1724715103493,"stop":1724715103493,"duration":0}},{"uid":"cf8ce00f6b9ca19f","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/cf8ce00f6b9ca19f","status":"passed","time":{"start":1724713195346,"stop":1724713195347,"duration":1}},{"uid":"372997865ba9ea50","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/372997865ba9ea50","status":"passed","time":{"start":1724706389650,"stop":1724706389653,"duration":3}},{"uid":"f51dd0c5fcbc2c1c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f51dd0c5fcbc2c1c","status":"passed","time":{"start":1724704811171,"stop":1724704811172,"duration":1}},{"uid":"77d43673fc9dfe89","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/77d43673fc9dfe89","status":"passed","time":{"start":1724684170147,"stop":1724684170147,"duration":0}},{"uid":"f05eb3bc8f0a7dfe","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/f05eb3bc8f0a7dfe","status":"passed","time":{"start":1724672903585,"stop":1724672903586,"duration":1}},{"uid":"1ea0a5c33f3b01e6","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/1ea0a5c33f3b01e6","status":"passed","time":{"start":1724670674023,"stop":1724670674024,"duration":1}}]},"tags":[]},"source":"93970d11b0e920e5.json","parameterValues":[]} \ No newline at end of file +{"uid":"6a87c4e567d132e9","name":"Check received message containing long","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing long","historyId":"9775e23b36b001dd0df94df1f330912f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845232,"stop":1724922845233,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2ee7ee1a93f15197","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2ee7ee1a93f15197","status":"passed","time":{"start":1724921515218,"stop":1724921515219,"duration":1}},{"uid":"b0bd3ebee40839c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b0bd3ebee40839c","status":"passed","time":{"start":1724921475435,"stop":1724921475436,"duration":1}},{"uid":"a4ba19843e2fc24b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a4ba19843e2fc24b","status":"passed","time":{"start":1724918179367,"stop":1724918179376,"duration":9}},{"uid":"4b82583bc8d43c5d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b82583bc8d43c5d","status":"passed","time":{"start":1724889935332,"stop":1724889935333,"duration":1}},{"uid":"3b27b387132264d0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3b27b387132264d0","status":"passed","time":{"start":1724889072745,"stop":1724889072745,"duration":0}},{"uid":"3b6c540c8fbfed44","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3b6c540c8fbfed44","status":"passed","time":{"start":1724888232406,"stop":1724888232407,"duration":1}},{"uid":"e96caf7fac5b6f3e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e96caf7fac5b6f3e","status":"passed","time":{"start":1724887018286,"stop":1724887018287,"duration":1}},{"uid":"e16efe8797bde413","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e16efe8797bde413","status":"passed","time":{"start":1724886781471,"stop":1724886781471,"duration":0}},{"uid":"a8fab9421db1a68a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a8fab9421db1a68a","status":"passed","time":{"start":1724862213654,"stop":1724862213654,"duration":0}},{"uid":"e36ff560d15def0d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e36ff560d15def0d","status":"passed","time":{"start":1724861685847,"stop":1724861685847,"duration":0}},{"uid":"c348da630c885bda","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c348da630c885bda","status":"passed","time":{"start":1724861546162,"stop":1724861546162,"duration":0}},{"uid":"c3404601f6a5bd7c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c3404601f6a5bd7c","status":"passed","time":{"start":1724861378102,"stop":1724861378102,"duration":0}}]},"tags":[]},"source":"6a87c4e567d132e9.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/6a92b9202868bf11.json b/7376/data/test-cases/6a92b9202868bf11.json new file mode 100644 index 00000000000..53ad6e02d4b --- /dev/null +++ b/7376/data/test-cases/6a92b9202868bf11.json @@ -0,0 +1 @@ +{"uid":"6a92b9202868bf11","name":"Unsubscribe 2 topics - node subscribed to 2 topics","fullName":"/tests/filter/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true > Unsubscribe 2 topics - node subscribed to 2 topics","historyId":"1a0a2fc94b93e99eecbea82a91c4fa41:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922647831,"stop":1724922647834,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7c671e294898fe3d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7c671e294898fe3d","status":"passed","time":{"start":1724921300787,"stop":1724921300788,"duration":1}},{"uid":"c9feb3a8fd6895e8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c9feb3a8fd6895e8","status":"passed","time":{"start":1724921280716,"stop":1724921280717,"duration":1}},{"uid":"3e6b82c29a9738f9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3e6b82c29a9738f9","status":"passed","time":{"start":1724917963261,"stop":1724917963261,"duration":0}},{"uid":"49cb9a132cbae887","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/49cb9a132cbae887","status":"passed","time":{"start":1724889734118,"stop":1724889734119,"duration":1}},{"uid":"4a4a0efa60db066a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a4a0efa60db066a","status":"passed","time":{"start":1724888859614,"stop":1724888859617,"duration":3}},{"uid":"d3e10bdfb379ef6c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d3e10bdfb379ef6c","status":"passed","time":{"start":1724888053951,"stop":1724888053952,"duration":1}},{"uid":"6267c06e7ac8ff17","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6267c06e7ac8ff17","status":"passed","time":{"start":1724886820676,"stop":1724886820676,"duration":0}},{"uid":"892db3270f130cba","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/892db3270f130cba","status":"passed","time":{"start":1724886589265,"stop":1724886589266,"duration":1}},{"uid":"ff384155d22ab958","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff384155d22ab958","status":"passed","time":{"start":1724862027792,"stop":1724862027792,"duration":0}},{"uid":"d8b2bf1b95e4b25f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d8b2bf1b95e4b25f","status":"passed","time":{"start":1724861484559,"stop":1724861484559,"duration":0}},{"uid":"366d518aa9c24944","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/366d518aa9c24944","status":"passed","time":{"start":1724861315156,"stop":1724861315156,"duration":0}},{"uid":"517b0925c630bbcb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/517b0925c630bbcb","status":"passed","time":{"start":1724861168754,"stop":1724861168755,"duration":1}}]},"tags":[]},"source":"6a92b9202868bf11.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/31931b15a4a1c562.json b/7376/data/test-cases/6b1c034a2b9ab6db.json similarity index 97% rename from 7346/data/test-cases/31931b15a4a1c562.json rename to 7376/data/test-cases/6b1c034a2b9ab6db.json index e0c24492cbe..48ef6374cad 100644 --- a/7346/data/test-cases/31931b15a4a1c562.json +++ b/7376/data/test-cases/6b1c034a2b9ab6db.json @@ -1 +1 @@ -{"uid":"31931b15a4a1c562","name":"random static sharding 3 - Cluster ID: 301, Shard ID: 571","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 3 - Cluster ID: 301, Shard ID: 571","historyId":"9a4318cd71d770e9b23cf54f4658dfaf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765485929,"stop":1724765485930,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"31931b15a4a1c562.json","parameterValues":[]} \ No newline at end of file +{"uid":"6b1c034a2b9ab6db","name":"random static sharding 8 - Cluster ID: 473, Shard ID: 106","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 8 - Cluster ID: 473, Shard ID: 106","historyId":"b12c36951da71164ba31d36ea96110ba:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922946233,"stop":1724922946239,"duration":6},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"6b1c034a2b9ab6db.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/96dd2e1e21913aba.json b/7376/data/test-cases/6bb170d07988c8d5.json similarity index 54% rename from 7346/data/test-cases/96dd2e1e21913aba.json rename to 7376/data/test-cases/6bb170d07988c8d5.json index 69c1e6a39f2..04b370079fc 100644 --- a/7346/data/test-cases/96dd2e1e21913aba.json +++ b/7376/data/test-cases/6bb170d07988c8d5.json @@ -1 +1 @@ -{"uid":"96dd2e1e21913aba","name":"removeEventListener with wrong event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > removeEventListener with wrong event","historyId":"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724764880295,"stop":1724764880296,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","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":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28},"items":[{"uid":"8ee9dabda6ea92ab","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/8ee9dabda6ea92ab","status":"passed","time":{"start":1724764800071,"stop":1724764800072,"duration":1}},{"uid":"ff9af4667f36983e","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/ff9af4667f36983e","status":"passed","time":{"start":1724763165962,"stop":1724763165962,"duration":0}},{"uid":"f7cdd09c8608fcc7","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/f7cdd09c8608fcc7","status":"passed","time":{"start":1724760434817,"stop":1724760434818,"duration":1}},{"uid":"a6939f4824c8e6eb","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/a6939f4824c8e6eb","status":"passed","time":{"start":1724759447685,"stop":1724759447685,"duration":0}},{"uid":"910e6f4408db6474","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/910e6f4408db6474","status":"passed","time":{"start":1724757584479,"stop":1724757584480,"duration":1}},{"uid":"ab0292da34f0318c","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ab0292da34f0318c","status":"passed","time":{"start":1724757304021,"stop":1724757304022,"duration":1}},{"uid":"774e6323602cb28b","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/774e6323602cb28b","status":"passed","time":{"start":1724756625392,"stop":1724756625393,"duration":1}},{"uid":"4403de59f4583854","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/4403de59f4583854","status":"passed","time":{"start":1724754724730,"stop":1724754724730,"duration":0}},{"uid":"81bc8aa9fe2b06d","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/81bc8aa9fe2b06d","status":"passed","time":{"start":1724752151320,"stop":1724752151321,"duration":1}},{"uid":"6e11bdc03fc67311","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/6e11bdc03fc67311","status":"passed","time":{"start":1724750982600,"stop":1724750982600,"duration":0}},{"uid":"4bb21d0cd08f5a18","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/4bb21d0cd08f5a18","status":"passed","time":{"start":1724750061836,"stop":1724750061837,"duration":1}},{"uid":"bfc3b6cb998bc001","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/bfc3b6cb998bc001","status":"passed","time":{"start":1724749086368,"stop":1724749086368,"duration":0}},{"uid":"433146efbe8d7f00","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/433146efbe8d7f00","status":"passed","time":{"start":1724717378527,"stop":1724717378527,"duration":0}},{"uid":"b0e7abd75f869095","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/b0e7abd75f869095","status":"passed","time":{"start":1724714611191,"stop":1724714611191,"duration":0}},{"uid":"af8bffcebe14a13a","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/af8bffcebe14a13a","status":"passed","time":{"start":1724712692277,"stop":1724712692278,"duration":1}},{"uid":"87f6315a521982bd","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/87f6315a521982bd","status":"passed","time":{"start":1724705903071,"stop":1724705903072,"duration":1}},{"uid":"8f34c30f814d5551","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/8f34c30f814d5551","status":"passed","time":{"start":1724704318336,"stop":1724704318337,"duration":1}},{"uid":"13c9b2b83f1e3d8f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/13c9b2b83f1e3d8f","status":"passed","time":{"start":1724683683073,"stop":1724683683073,"duration":0}},{"uid":"fdb9c8ccfedbc246","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/fdb9c8ccfedbc246","status":"passed","time":{"start":1724672407438,"stop":1724672407438,"duration":0}},{"uid":"ba39ba6a2f802bca","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/ba39ba6a2f802bca","status":"passed","time":{"start":1724670156877,"stop":1724670156878,"duration":1}}]},"tags":[]},"source":"96dd2e1e21913aba.json","parameterValues":[]} \ No newline at end of file +{"uid":"6bb170d07988c8d5","name":"removeEventListener with wrong event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > removeEventListener with wrong event","historyId":"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922465395,"stop":1724922465396,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","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":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"431535a9548970b5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/431535a9548970b5","status":"passed","time":{"start":1724921128567,"stop":1724921128568,"duration":1}},{"uid":"47c498f530d5461a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/47c498f530d5461a","status":"passed","time":{"start":1724921103675,"stop":1724921103675,"duration":0}},{"uid":"f44aa63409e8340c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f44aa63409e8340c","status":"passed","time":{"start":1724917763727,"stop":1724917763727,"duration":0}},{"uid":"464c916849c046ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/464c916849c046ba","status":"passed","time":{"start":1724889543369,"stop":1724889543370,"duration":1}},{"uid":"4483ebaeb6bd9c38","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4483ebaeb6bd9c38","status":"passed","time":{"start":1724888692504,"stop":1724888692504,"duration":0}},{"uid":"49d3c8963be1a222","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/49d3c8963be1a222","status":"passed","time":{"start":1724887850413,"stop":1724887850414,"duration":1}},{"uid":"4d6a6fa7f6946e5a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4d6a6fa7f6946e5a","status":"passed","time":{"start":1724886617175,"stop":1724886617175,"duration":0}},{"uid":"3927addc9d9f0041","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3927addc9d9f0041","status":"passed","time":{"start":1724886394905,"stop":1724886394907,"duration":2}},{"uid":"fe87400b5f932a70","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe87400b5f932a70","status":"passed","time":{"start":1724861844372,"stop":1724861844372,"duration":0}},{"uid":"79485f68261ff948","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/79485f68261ff948","status":"passed","time":{"start":1724861313409,"stop":1724861313409,"duration":0}},{"uid":"b1a83aed46a3d401","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b1a83aed46a3d401","status":"passed","time":{"start":1724861139650,"stop":1724861139651,"duration":1}},{"uid":"10f013e972006223","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/10f013e972006223","status":"passed","time":{"start":1724860999511,"stop":1724860999511,"duration":0}}]},"tags":[]},"source":"6bb170d07988c8d5.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/6bd4144819ef9e24.json b/7376/data/test-cases/6bd4144819ef9e24.json new file mode 100644 index 00000000000..da5f5b9c297 --- /dev/null +++ b/7376/data/test-cases/6bd4144819ef9e24.json @@ -0,0 +1 @@ +{"uid":"6bd4144819ef9e24","name":"Asymmetric encrypt & decrypt","fullName":"/src/encryption.spec.ts: Waku Encryption > Asymmetric encrypt & decrypt","historyId":"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922409248,"stop":1724922409248,"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":"Waku 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":13,"unknown":0,"total":13},"items":[{"uid":"da0313b09ec9a09","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/da0313b09ec9a09","status":"passed","time":{"start":1724921072290,"stop":1724921072291,"duration":1}},{"uid":"a3ba496d573aa1a9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a3ba496d573aa1a9","status":"passed","time":{"start":1724921047282,"stop":1724921047282,"duration":0}},{"uid":"648a73b6e774ed0c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/648a73b6e774ed0c","status":"passed","time":{"start":1724917707454,"stop":1724917707455,"duration":1}},{"uid":"c159059a3b7eab0c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c159059a3b7eab0c","status":"passed","time":{"start":1724889486388,"stop":1724889486389,"duration":1}},{"uid":"4051b92d96c31143","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4051b92d96c31143","status":"passed","time":{"start":1724888637013,"stop":1724888637013,"duration":0}},{"uid":"5608fa754c436d3e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5608fa754c436d3e","status":"passed","time":{"start":1724887793423,"stop":1724887793423,"duration":0}},{"uid":"4fafa30266e86754","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4fafa30266e86754","status":"passed","time":{"start":1724886560036,"stop":1724886560036,"duration":0}},{"uid":"67257fde66ee9e2f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/67257fde66ee9e2f","status":"passed","time":{"start":1724886337878,"stop":1724886337879,"duration":1}},{"uid":"79b75dc4b75ced1a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/79b75dc4b75ced1a","status":"passed","time":{"start":1724861787236,"stop":1724861787236,"duration":0}},{"uid":"edde150de4d52482","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/edde150de4d52482","status":"passed","time":{"start":1724861257426,"stop":1724861257427,"duration":1}},{"uid":"6e2fda4eaf455ab7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6e2fda4eaf455ab7","status":"passed","time":{"start":1724861081341,"stop":1724861081341,"duration":0}},{"uid":"2f8396bd620213b3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2f8396bd620213b3","status":"passed","time":{"start":1724860942008,"stop":1724860942009,"duration":1}}]},"tags":[]},"source":"6bd4144819ef9e24.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/6c2fdbc263d58d1c.json b/7376/data/test-cases/6c2fdbc263d58d1c.json new file mode 100644 index 00000000000..b4516acaa5e --- /dev/null +++ b/7376/data/test-cases/6c2fdbc263d58d1c.json @@ -0,0 +1 @@ +{"uid":"6c2fdbc263d58d1c","name":"Subscribe to topic containing Script and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to topic containing Script and receive message","historyId":"42893608d2a1c7830f29bc239010de54:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012464,"stop":1724923012465,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6c6dcfad9ce7cf60","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6c6dcfad9ce7cf60","status":"passed","time":{"start":1724921625065,"stop":1724921625066,"duration":1}},{"uid":"c1b800faf646d707","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c1b800faf646d707","status":"passed","time":{"start":1724921590496,"stop":1724921590496,"duration":0}},{"uid":"1834343476d99c8e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1834343476d99c8e","status":"passed","time":{"start":1724918287565,"stop":1724918287565,"duration":0}},{"uid":"4a1fa22b7bede64","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a1fa22b7bede64","status":"passed","time":{"start":1724890047788,"stop":1724890047788,"duration":0}},{"uid":"66060aa6e9582111","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/66060aa6e9582111","status":"passed","time":{"start":1724889183921,"stop":1724889183921,"duration":0}},{"uid":"ce42f8852474d251","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ce42f8852474d251","status":"passed","time":{"start":1724888354166,"stop":1724888354166,"duration":0}},{"uid":"80ee607bf78fc8e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/80ee607bf78fc8e","status":"passed","time":{"start":1724887145659,"stop":1724887145659,"duration":0}},{"uid":"999d7e9397617637","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/999d7e9397617637","status":"passed","time":{"start":1724886915787,"stop":1724886915787,"duration":0}},{"uid":"285c75450d0a4845","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/285c75450d0a4845","status":"passed","time":{"start":1724862341438,"stop":1724862341438,"duration":0}},{"uid":"64e1c6f05de7aacb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/64e1c6f05de7aacb","status":"passed","time":{"start":1724861805443,"stop":1724861805443,"duration":0}},{"uid":"22ebea55568c30f3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/22ebea55568c30f3","status":"passed","time":{"start":1724861662257,"stop":1724861662257,"duration":0}},{"uid":"c31a0b622de6fe5d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c31a0b622de6fe5d","status":"passed","time":{"start":1724861492512,"stop":1724861492513,"duration":1}}]},"tags":[]},"source":"6c2fdbc263d58d1c.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/411cc86f8696a446.json b/7376/data/test-cases/6c6002448607312b.json similarity index 76% rename from 7346/data/test-cases/411cc86f8696a446.json rename to 7376/data/test-cases/6c6002448607312b.json index ad06e3e686c..f11598c330d 100644 --- a/7346/data/test-cases/411cc86f8696a446.json +++ b/7376/data/test-cases/6c6002448607312b.json @@ -1 +1 @@ -{"uid":"411cc86f8696a446","name":"Check publish message containing Arabic","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing Arabic","historyId":"28ae076e1a0aa9a7835543ff0538f3f2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765426726,"stop":1724765426726,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"417c9208c980e50c","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/417c9208c980e50c","status":"passed","time":{"start":1724765341326,"stop":1724765341326,"duration":0}},{"uid":"eec2e59f38a1c924","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/eec2e59f38a1c924","status":"passed","time":{"start":1724763725726,"stop":1724763725727,"duration":1}},{"uid":"5b43786d5d8f0c1","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/5b43786d5d8f0c1","status":"passed","time":{"start":1724760957721,"stop":1724760957722,"duration":1}},{"uid":"a374f5237f78d016","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/a374f5237f78d016","status":"passed","time":{"start":1724759981881,"stop":1724759981882,"duration":1}},{"uid":"5351be648957cc9","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/5351be648957cc9","status":"passed","time":{"start":1724758132030,"stop":1724758132030,"duration":0}},{"uid":"4da3f7cfb18c8f29","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/4da3f7cfb18c8f29","status":"passed","time":{"start":1724757777627,"stop":1724757777627,"duration":0}},{"uid":"d4a5ae7176c13e80","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/d4a5ae7176c13e80","status":"passed","time":{"start":1724757176017,"stop":1724757176017,"duration":0}},{"uid":"52909ed9613e6e84","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/52909ed9613e6e84","status":"passed","time":{"start":1724755243504,"stop":1724755243504,"duration":0}},{"uid":"343e8a3d147dceba","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/343e8a3d147dceba","status":"passed","time":{"start":1724752673881,"stop":1724752673883,"duration":2}},{"uid":"f1d9c51873f0c965","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/f1d9c51873f0c965","status":"passed","time":{"start":1724751529511,"stop":1724751529511,"duration":0}},{"uid":"6a8b17eb6a40a7cd","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/6a8b17eb6a40a7cd","status":"passed","time":{"start":1724750600085,"stop":1724750600086,"duration":1}},{"uid":"1f6f4c0868c1379e","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/1f6f4c0868c1379e","status":"passed","time":{"start":1724749599689,"stop":1724749599689,"duration":0}},{"uid":"2d14a29dcbe7069c","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/2d14a29dcbe7069c","status":"passed","time":{"start":1724717906123,"stop":1724717906124,"duration":1}},{"uid":"b1343e975a7f334d","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/b1343e975a7f334d","status":"passed","time":{"start":1724715143939,"stop":1724715143941,"duration":2}},{"uid":"5c835b070eb96251","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/5c835b070eb96251","status":"passed","time":{"start":1724713227696,"stop":1724713227696,"duration":0}},{"uid":"76a874d9ac2ba9e9","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/76a874d9ac2ba9e9","status":"passed","time":{"start":1724706419034,"stop":1724706419034,"duration":0}},{"uid":"bce5ae8a9806b37f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/bce5ae8a9806b37f","status":"passed","time":{"start":1724704834030,"stop":1724704834030,"duration":0}},{"uid":"fac58b16f4879338","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/fac58b16f4879338","status":"passed","time":{"start":1724684210893,"stop":1724684210893,"duration":0}},{"uid":"9f63ec3a3e612787","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/9f63ec3a3e612787","status":"passed","time":{"start":1724672960975,"stop":1724672960975,"duration":0}},{"uid":"606390955cdd7d65","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/606390955cdd7d65","status":"passed","time":{"start":1724670677913,"stop":1724670677913,"duration":0}}]},"tags":[]},"source":"411cc86f8696a446.json","parameterValues":[]} \ No newline at end of file +{"uid":"6c6002448607312b","name":"Check publish message containing Arabic","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing Arabic","historyId":"28ae076e1a0aa9a7835543ff0538f3f2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922887522,"stop":1724922887523,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"62c3185d6cb3fec9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/62c3185d6cb3fec9","status":"passed","time":{"start":1724921564773,"stop":1724921564774,"duration":1}},{"uid":"a73c11312a48fab0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a73c11312a48fab0","status":"passed","time":{"start":1724921518783,"stop":1724921518784,"duration":1}},{"uid":"38bf68078f870a3e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/38bf68078f870a3e","status":"passed","time":{"start":1724918229396,"stop":1724918229397,"duration":1}},{"uid":"4dd5ae58717c05be","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4dd5ae58717c05be","status":"passed","time":{"start":1724889980694,"stop":1724889980695,"duration":1}},{"uid":"ef31412bee388f30","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ef31412bee388f30","status":"passed","time":{"start":1724889111158,"stop":1724889111159,"duration":1}},{"uid":"ab0f55c7147183d8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ab0f55c7147183d8","status":"passed","time":{"start":1724888292530,"stop":1724888292531,"duration":1}},{"uid":"91651b35609744ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/91651b35609744ba","status":"passed","time":{"start":1724887068222,"stop":1724887068223,"duration":1}},{"uid":"14b471d157958c7f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/14b471d157958c7f","status":"passed","time":{"start":1724886848921,"stop":1724886848921,"duration":0}},{"uid":"f0ad8d4756c4f31f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f0ad8d4756c4f31f","status":"passed","time":{"start":1724862262044,"stop":1724862262045,"duration":1}},{"uid":"e7fb349336c7ef46","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e7fb349336c7ef46","status":"passed","time":{"start":1724861741890,"stop":1724861741890,"duration":0}},{"uid":"a75110494125fd6d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a75110494125fd6d","status":"passed","time":{"start":1724861599484,"stop":1724861599485,"duration":1}},{"uid":"91fa26e0b02a15c0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/91fa26e0b02a15c0","status":"passed","time":{"start":1724861428472,"stop":1724861428472,"duration":0}}]},"tags":[]},"source":"6c6002448607312b.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/6cafa3e5cdcbbbf8.json b/7376/data/test-cases/6cafa3e5cdcbbbf8.json new file mode 100644 index 00000000000..44b2d47bf98 --- /dev/null +++ b/7376/data/test-cases/6cafa3e5cdcbbbf8.json @@ -0,0 +1 @@ +{"uid":"6cafa3e5cdcbbbf8","name":"should handle corrupted local storage data gracefully","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Unit Tests > should handle corrupted local storage data gracefully","historyId":"1cddc29ad92fa891fca15970b2e9627a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922402865,"stop":1724922402865,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Unit Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4169eb8dce4c22b5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4169eb8dce4c22b5","status":"passed","time":{"start":1724921065913,"stop":1724921065913,"duration":0}},{"uid":"c63fff030504f65e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c63fff030504f65e","status":"passed","time":{"start":1724921040949,"stop":1724921040950,"duration":1}},{"uid":"c921a70e059b507a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c921a70e059b507a","status":"passed","time":{"start":1724917701158,"stop":1724917701158,"duration":0}},{"uid":"3aa2c64df3b0fb8f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3aa2c64df3b0fb8f","status":"passed","time":{"start":1724889479977,"stop":1724889479977,"duration":0}},{"uid":"201785975d58c34c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/201785975d58c34c","status":"passed","time":{"start":1724888630726,"stop":1724888630727,"duration":1}},{"uid":"7894470f95764c4c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7894470f95764c4c","status":"passed","time":{"start":1724887787009,"stop":1724887787009,"duration":0}},{"uid":"6d76faaa984a1315","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6d76faaa984a1315","status":"passed","time":{"start":1724886553671,"stop":1724886553672,"duration":1}},{"uid":"1e246678739ad5ac","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1e246678739ad5ac","status":"passed","time":{"start":1724886331495,"stop":1724886331495,"duration":0}},{"uid":"79911936132e7dad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/79911936132e7dad","status":"passed","time":{"start":1724861780659,"stop":1724861780659,"duration":0}},{"uid":"2d400a06b556fe14","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2d400a06b556fe14","status":"passed","time":{"start":1724861251101,"stop":1724861251101,"duration":0}},{"uid":"a07c7e456c08f041","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a07c7e456c08f041","status":"passed","time":{"start":1724861074811,"stop":1724861074811,"duration":0}},{"uid":"a78a2cf5ecd9484e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a78a2cf5ecd9484e","status":"passed","time":{"start":1724860935674,"stop":1724860935674,"duration":0}}]},"tags":[]},"source":"6cafa3e5cdcbbbf8.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/6cce17776e1ce311.json b/7376/data/test-cases/6cce17776e1ce311.json new file mode 100644 index 00000000000..414eae2fbbe --- /dev/null +++ b/7376/data/test-cases/6cce17776e1ce311.json @@ -0,0 +1 @@ +{"uid":"6cce17776e1ce311","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery [live data] > should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","historyId":"58b2a9d0b0c8ca427266321407e4700e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922398923,"stop":1724922398923,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before all\" hook in \"DNS Node Discovery [live data]\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery [live data]"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"d54c158d1973740","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d54c158d1973740","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921061852,"stop":1724921061852,"duration":0}},{"uid":"321fb9f9759c57f2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/321fb9f9759c57f2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921037160,"stop":1724921037160,"duration":0}},{"uid":"4ce8084671f064d7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4ce8084671f064d7","status":"skipped","statusDetails":"Test ignored","time":{"start":1724917697305,"stop":1724917697305,"duration":0}},{"uid":"a57770e517092b1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a57770e517092b1","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889476086,"stop":1724889476087,"duration":1}},{"uid":"ccd5dd68057d3525","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ccd5dd68057d3525","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888626890,"stop":1724888626891,"duration":1}},{"uid":"4bdb58702e3afe5e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4bdb58702e3afe5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887783111,"stop":1724887783111,"duration":0}},{"uid":"7d424a934d5baa1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7d424a934d5baa1","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886549922,"stop":1724886549922,"duration":0}},{"uid":"95982b13f522d648","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/95982b13f522d648","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886327584,"stop":1724886327585,"duration":1}},{"uid":"8819688b9a3cfb41","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8819688b9a3cfb41","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861776810,"stop":1724861776810,"duration":0}},{"uid":"fefb3aa7b71819ef","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fefb3aa7b71819ef","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861247302,"stop":1724861247302,"duration":0}},{"uid":"7294dda138282a2d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7294dda138282a2d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861071398,"stop":1724861071398,"duration":0}},{"uid":"487fe46fb3966558","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/487fe46fb3966558","status":"skipped","statusDetails":"Test ignored","time":{"start":1724860931798,"stop":1724860931798,"duration":0}}]},"tags":[]},"source":"6cce17776e1ce311.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/ae2465b7ffcda979.json b/7376/data/test-cases/6e5ac197c86d3259.json similarity index 84% rename from 7346/data/test-cases/ae2465b7ffcda979.json rename to 7376/data/test-cases/6e5ac197c86d3259.json index d7a6bb1dd4b..8275da1270b 100644 --- a/7346/data/test-cases/ae2465b7ffcda979.json +++ b/7376/data/test-cases/6e5ac197c86d3259.json @@ -1 +1 @@ -{"uid":"ae2465b7ffcda979","name":"Push message with Russian payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with Russian payload","historyId":"d8d8bdae08fac3c9880a003f650f57ef:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505318,"stop":1724765505318,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":22,"unknown":0,"total":26},"items":[{"uid":"e5c54db950b1e32f","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/e5c54db950b1e32f","status":"passed","time":{"start":1724765434014,"stop":1724765434014,"duration":0}},{"uid":"74b942ae6933c111","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/74b942ae6933c111","status":"passed","time":{"start":1724763779022,"stop":1724763779022,"duration":0}},{"uid":"44bc96a708bb4694","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/44bc96a708bb4694","status":"passed","time":{"start":1724761038709,"stop":1724761038710,"duration":1}},{"uid":"2f864941715f429c","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/2f864941715f429c","status":"passed","time":{"start":1724760066616,"stop":1724760066616,"duration":0}},{"uid":"92f40a81cdbbb116","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/92f40a81cdbbb116","status":"passed","time":{"start":1724758222980,"stop":1724758222980,"duration":0}},{"uid":"68aee49c8026992","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/68aee49c8026992","status":"passed","time":{"start":1724757927314,"stop":1724757927314,"duration":0}},{"uid":"1e9f2e2e410030ee","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/1e9f2e2e410030ee","status":"passed","time":{"start":1724757257486,"stop":1724757257487,"duration":1}},{"uid":"6c038ec887169a43","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6c038ec887169a43","status":"passed","time":{"start":1724755332941,"stop":1724755332942,"duration":1}},{"uid":"3b9c0f13eeeacec4","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/3b9c0f13eeeacec4","status":"passed","time":{"start":1724752782317,"stop":1724752782317,"duration":0}},{"uid":"ca1b5bc82860471d","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/ca1b5bc82860471d","status":"passed","time":{"start":1724751616568,"stop":1724751616568,"duration":0}},{"uid":"84dcc8ad8596d394","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/84dcc8ad8596d394","status":"passed","time":{"start":1724750701988,"stop":1724750701988,"duration":0}},{"uid":"c6e47d1509ec5fed","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c6e47d1509ec5fed","status":"passed","time":{"start":1724749709037,"stop":1724749709038,"duration":1}},{"uid":"2f5dbc0fd11c2234","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/2f5dbc0fd11c2234","status":"passed","time":{"start":1724718008210,"stop":1724718008210,"duration":0}},{"uid":"9f1a06bf254c2fef","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/9f1a06bf254c2fef","status":"passed","time":{"start":1724715239086,"stop":1724715239086,"duration":0}},{"uid":"5a929d0de79b4ea3","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/5a929d0de79b4ea3","status":"passed","time":{"start":1724713322701,"stop":1724713322701,"duration":0}},{"uid":"703d348a58aca9cd","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/703d348a58aca9cd","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724707170666,"stop":1724707170666,"duration":0}},{"uid":"fa228d49aaf99147","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/fa228d49aaf99147","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724705570752,"stop":1724705570752,"duration":0}},{"uid":"965bbf35ba1b4665","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/965bbf35ba1b4665","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724684936343,"stop":1724684936343,"duration":0}},{"uid":"3de97a131f86014","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/3de97a131f86014","status":"passed","time":{"start":1724673044030,"stop":1724673044031,"duration":1}},{"uid":"aae57cbf11fb0ca0","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/aae57cbf11fb0ca0","status":"passed","time":{"start":1724670767283,"stop":1724670767284,"duration":1}}]},"tags":[]},"source":"ae2465b7ffcda979.json","parameterValues":[]} \ No newline at end of file +{"uid":"6e5ac197c86d3259","name":"Push message with Russian payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with Russian payload","historyId":"d8d8bdae08fac3c9880a003f650f57ef:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921445,"stop":1724922921446,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f7e07250e89d2faf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f7e07250e89d2faf","status":"passed","time":{"start":1724921602945,"stop":1724921602945,"duration":0}},{"uid":"eb6bb9d8c948de","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/eb6bb9d8c948de","status":"passed","time":{"start":1724921571094,"stop":1724921571095,"duration":1}},{"uid":"52d712c4b2ac68e4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/52d712c4b2ac68e4","status":"passed","time":{"start":1724918285584,"stop":1724918285585,"duration":1}},{"uid":"c8b402deafede2f2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c8b402deafede2f2","status":"passed","time":{"start":1724890030088,"stop":1724890030088,"duration":0}},{"uid":"5495c856230cb20e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5495c856230cb20e","status":"passed","time":{"start":1724889171906,"stop":1724889171906,"duration":0}},{"uid":"ff921a0b9f12afba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ff921a0b9f12afba","status":"passed","time":{"start":1724888350719,"stop":1724888350719,"duration":0}},{"uid":"d35ab866620022dd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d35ab866620022dd","status":"passed","time":{"start":1724887115404,"stop":1724887115404,"duration":0}},{"uid":"838570633df114dd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/838570633df114dd","status":"passed","time":{"start":1724886884569,"stop":1724886884569,"duration":0}},{"uid":"fc9f8d877b85ee6f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc9f8d877b85ee6f","status":"passed","time":{"start":1724862322246,"stop":1724862322246,"duration":0}},{"uid":"df99ceeec7c420cd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/df99ceeec7c420cd","status":"passed","time":{"start":1724861790749,"stop":1724861790749,"duration":0}},{"uid":"d16336252fffec1d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d16336252fffec1d","status":"passed","time":{"start":1724861628418,"stop":1724861628418,"duration":0}},{"uid":"f0adf122502cb0e5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f0adf122502cb0e5","status":"passed","time":{"start":1724861465622,"stop":1724861465622,"duration":0}}]},"tags":[]},"source":"6e5ac197c86d3259.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/2ce591783da547aa.json b/7376/data/test-cases/6e82dcb0f65b3d9a.json similarity index 78% rename from 7346/data/test-cases/2ce591783da547aa.json rename to 7376/data/test-cases/6e82dcb0f65b3d9a.json index 02a6e19b9ac..f8ea167dd4e 100644 --- a/7346/data/test-cases/2ce591783da547aa.json +++ b/7376/data/test-cases/6e82dcb0f65b3d9a.json @@ -1 +1 @@ -{"uid":"2ce591783da547aa","name":"Check received message containing long","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing long","historyId":"7e48da6a07eda3c9d829363fccd0abf2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392379,"stop":1724765392379,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"7e43ae40d974e16a","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/7e43ae40d974e16a","status":"passed","time":{"start":1724765313866,"stop":1724765313867,"duration":1}},{"uid":"32cd666b03479a99","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/32cd666b03479a99","status":"passed","time":{"start":1724763683865,"stop":1724763683865,"duration":0}},{"uid":"a9aa5c72a0d98ff2","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a9aa5c72a0d98ff2","status":"passed","time":{"start":1724760929568,"stop":1724760929568,"duration":0}},{"uid":"9a8c07f66b237ccc","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/9a8c07f66b237ccc","status":"passed","time":{"start":1724759955167,"stop":1724759955167,"duration":0}},{"uid":"caf0d3078cd41c29","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/caf0d3078cd41c29","status":"passed","time":{"start":1724758077440,"stop":1724758077441,"duration":1}},{"uid":"839c433028521ec6","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/839c433028521ec6","status":"passed","time":{"start":1724757801868,"stop":1724757801868,"duration":0}},{"uid":"e7137121ed07a27f","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/e7137121ed07a27f","status":"passed","time":{"start":1724757120185,"stop":1724757120185,"duration":0}},{"uid":"829da220c6212ce9","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/829da220c6212ce9","status":"passed","time":{"start":1724755211069,"stop":1724755211069,"duration":0}},{"uid":"a8e0488915467c56","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/a8e0488915467c56","status":"passed","time":{"start":1724752646543,"stop":1724752646548,"duration":5}},{"uid":"f13232a115bf1990","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/f13232a115bf1990","status":"passed","time":{"start":1724751495282,"stop":1724751495283,"duration":1}},{"uid":"a6b5dffda6d6661f","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/a6b5dffda6d6661f","status":"passed","time":{"start":1724750572378,"stop":1724750572379,"duration":1}},{"uid":"6a354102a34b79a5","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/6a354102a34b79a5","status":"passed","time":{"start":1724749567260,"stop":1724749567260,"duration":0}},{"uid":"bcd677e7aa36863e","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/bcd677e7aa36863e","status":"passed","time":{"start":1724717880828,"stop":1724717880829,"duration":1}},{"uid":"937fdb908bc40294","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/937fdb908bc40294","status":"passed","time":{"start":1724715103509,"stop":1724715103509,"duration":0}},{"uid":"3df0dd871f68cd54","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/3df0dd871f68cd54","status":"passed","time":{"start":1724713195359,"stop":1724713195359,"duration":0}},{"uid":"d083c5d0af2e48c2","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d083c5d0af2e48c2","status":"passed","time":{"start":1724706389675,"stop":1724706389675,"duration":0}},{"uid":"1d6b503346f0c57a","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/1d6b503346f0c57a","status":"passed","time":{"start":1724704811195,"stop":1724704811195,"duration":0}},{"uid":"a40d8fa0d03646c6","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a40d8fa0d03646c6","status":"passed","time":{"start":1724684170194,"stop":1724684170194,"duration":0}},{"uid":"9459ff0eb2af6fbc","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/9459ff0eb2af6fbc","status":"passed","time":{"start":1724672903616,"stop":1724672903616,"duration":0}},{"uid":"9c911d2b1b7a906f","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/9c911d2b1b7a906f","status":"passed","time":{"start":1724670674045,"stop":1724670674045,"duration":0}}]},"tags":[]},"source":"2ce591783da547aa.json","parameterValues":[]} \ No newline at end of file +{"uid":"6e82dcb0f65b3d9a","name":"Check received message containing long","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing long","historyId":"7e48da6a07eda3c9d829363fccd0abf2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845248,"stop":1724922845248,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cc1cb25c5fb5740e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cc1cb25c5fb5740e","status":"passed","time":{"start":1724921515230,"stop":1724921515231,"duration":1}},{"uid":"a16ea39ff184d17d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a16ea39ff184d17d","status":"passed","time":{"start":1724921475457,"stop":1724921475458,"duration":1}},{"uid":"8345c92c03c66b25","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8345c92c03c66b25","status":"passed","time":{"start":1724918179404,"stop":1724918179404,"duration":0}},{"uid":"43328051e45fa819","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/43328051e45fa819","status":"passed","time":{"start":1724889935344,"stop":1724889935344,"duration":0}},{"uid":"bb3b3e1bd5833368","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bb3b3e1bd5833368","status":"passed","time":{"start":1724889072758,"stop":1724889072758,"duration":0}},{"uid":"195224f22c2b38dd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/195224f22c2b38dd","status":"passed","time":{"start":1724888232419,"stop":1724888232420,"duration":1}},{"uid":"6eb327dce3a9b8ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6eb327dce3a9b8ea","status":"passed","time":{"start":1724887018306,"stop":1724887018306,"duration":0}},{"uid":"8072fe4889611a1c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8072fe4889611a1c","status":"passed","time":{"start":1724886781483,"stop":1724886781484,"duration":1}},{"uid":"63610ca6776b21ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/63610ca6776b21ba","status":"passed","time":{"start":1724862213667,"stop":1724862213667,"duration":0}},{"uid":"1532659d8f34035b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1532659d8f34035b","status":"passed","time":{"start":1724861685860,"stop":1724861685860,"duration":0}},{"uid":"c93671f8332091ca","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c93671f8332091ca","status":"passed","time":{"start":1724861546181,"stop":1724861546181,"duration":0}},{"uid":"c798374a46586028","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c798374a46586028","status":"passed","time":{"start":1724861378115,"stop":1724861378116,"duration":1}}]},"tags":[]},"source":"6e82dcb0f65b3d9a.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/6ea9627fa79b007e.json b/7376/data/test-cases/6ea9627fa79b007e.json new file mode 100644 index 00000000000..6eded0c3fa7 --- /dev/null +++ b/7376/data/test-cases/6ea9627fa79b007e.json @@ -0,0 +1 @@ +{"uid":"6ea9627fa79b007e","name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","historyId":"e791e755b2d4497a2709581f61e78d8d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922778330,"stop":1724922778330,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6609f7a367739bca","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6609f7a367739bca","status":"passed","time":{"start":1724921497761,"stop":1724921497762,"duration":1}},{"uid":"bee63fb599f785a5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bee63fb599f785a5","status":"passed","time":{"start":1724921408417,"stop":1724921408418,"duration":1}},{"uid":"d9f530bc11cabb29","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d9f530bc11cabb29","status":"passed","time":{"start":1724918086873,"stop":1724918086873,"duration":0}},{"uid":"eb2f02a7f98ff2a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eb2f02a7f98ff2a7","status":"passed","time":{"start":1724889892449,"stop":1724889892450,"duration":1}},{"uid":"a030f305885edd45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a030f305885edd45","status":"passed","time":{"start":1724888997219,"stop":1724888997219,"duration":0}},{"uid":"5f2a92c477baef7c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5f2a92c477baef7c","status":"passed","time":{"start":1724888159511,"stop":1724888159512,"duration":1}},{"uid":"aac612666a42358","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aac612666a42358","status":"passed","time":{"start":1724886937312,"stop":1724886937313,"duration":1}},{"uid":"7c4f3607ea9551bb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7c4f3607ea9551bb","status":"passed","time":{"start":1724886709811,"stop":1724886709812,"duration":1}},{"uid":"b931ebef489aca73","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b931ebef489aca73","status":"passed","time":{"start":1724862123540,"stop":1724862123540,"duration":0}},{"uid":"cc8a456fe931a476","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cc8a456fe931a476","status":"passed","time":{"start":1724861620108,"stop":1724861620108,"duration":0}},{"uid":"f3df894e56bccd02","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f3df894e56bccd02","status":"passed","time":{"start":1724861460255,"stop":1724861460255,"duration":0}},{"uid":"f420b0a21ad59edd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f420b0a21ad59edd","status":"passed","time":{"start":1724861330175,"stop":1724861330175,"duration":0}}]},"tags":[]},"source":"6ea9627fa79b007e.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/6edc9ff1e0e80a73.json b/7376/data/test-cases/6edc9ff1e0e80a73.json new file mode 100644 index 00000000000..ba5410f4a22 --- /dev/null +++ b/7376/data/test-cases/6edc9ff1e0e80a73.json @@ -0,0 +1 @@ +{"uid":"6edc9ff1e0e80a73","name":"Failed peers are renewed","fullName":"/tests/light-push/peer_management.spec.ts: Waku Light Push: Peer Management: E2E > Failed peers are renewed","historyId":"b3db2177abad53cafc87450b366491d1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922675552,"stop":1724922675552,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":8,"unknown":0,"total":10},"items":[{"uid":"2c222685a542e0fc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2c222685a542e0fc","status":"passed","time":{"start":1724921326304,"stop":1724921326305,"duration":1}},{"uid":"dbfba11200617d1b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dbfba11200617d1b","status":"passed","time":{"start":1724921306216,"stop":1724921306216,"duration":0}},{"uid":"486f51f4a4952180","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/486f51f4a4952180","status":"broken","statusDetails":"expected 1 to equal 2","time":{"start":1724918076885,"stop":1724918076887,"duration":2}},{"uid":"a22db0d21cc9951c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a22db0d21cc9951c","status":"passed","time":{"start":1724889757051,"stop":1724889757051,"duration":0}},{"uid":"ee42e4f2aff547e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ee42e4f2aff547e8","status":"passed","time":{"start":1724888894404,"stop":1724888894405,"duration":1}},{"uid":"36292ee36fbc3251","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/36292ee36fbc3251","status":"passed","time":{"start":1724862057002,"stop":1724862057002,"duration":0}},{"uid":"ec05bcdc245abac3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ec05bcdc245abac3","status":"passed","time":{"start":1724861520271,"stop":1724861520271,"duration":0}},{"uid":"fc0bac0ac76b0563","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fc0bac0ac76b0563","status":"broken","statusDetails":"expected 1 to equal 2","time":{"start":1724861406464,"stop":1724861406465,"duration":1}},{"uid":"dd4225926fab8e16","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dd4225926fab8e16","status":"passed","time":{"start":1724861204438,"stop":1724861204438,"duration":0}}]},"tags":[]},"source":"6edc9ff1e0e80a73.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/43ec3aa78b7e821a.json b/7376/data/test-cases/6f78e24ffc3b2a25.json similarity index 79% rename from 7346/data/test-cases/43ec3aa78b7e821a.json rename to 7376/data/test-cases/6f78e24ffc3b2a25.json index 63713d2040a..4033c068805 100644 --- a/7346/data/test-cases/43ec3aa78b7e821a.json +++ b/7376/data/test-cases/6f78e24ffc3b2a25.json @@ -1 +1 @@ -{"uid":"43ec3aa78b7e821a","name":"Subscribe to topic containing shell command and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing shell command and receive message","historyId":"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765075588,"stop":1724765075588,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"b9a63c0ac6ee0cef","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/b9a63c0ac6ee0cef","status":"passed","time":{"start":1724765010551,"stop":1724765010551,"duration":0}},{"uid":"5d3668a14fa1eed3","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/5d3668a14fa1eed3","status":"passed","time":{"start":1724763380306,"stop":1724763380306,"duration":0}},{"uid":"b5a955eb3f5457e9","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b5a955eb3f5457e9","status":"passed","time":{"start":1724760632567,"stop":1724760632567,"duration":0}},{"uid":"b8b6b0ce62839ae9","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/b8b6b0ce62839ae9","status":"passed","time":{"start":1724759660928,"stop":1724759660928,"duration":0}},{"uid":"7be10b2c5d27dde2","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/7be10b2c5d27dde2","status":"passed","time":{"start":1724757793712,"stop":1724757793712,"duration":0}},{"uid":"27cc0773acbcc939","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/27cc0773acbcc939","status":"passed","time":{"start":1724757518640,"stop":1724757518640,"duration":0}},{"uid":"c8ab1814ebd03d15","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/c8ab1814ebd03d15","status":"passed","time":{"start":1724756832107,"stop":1724756832107,"duration":0}},{"uid":"8b872cc449a8dc4b","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/8b872cc449a8dc4b","status":"passed","time":{"start":1724754929283,"stop":1724754929283,"duration":0}},{"uid":"690615afb500b684","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/690615afb500b684","status":"passed","time":{"start":1724752352157,"stop":1724752352157,"duration":0}},{"uid":"de6dbfd6147685b6","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/de6dbfd6147685b6","status":"passed","time":{"start":1724751201127,"stop":1724751201127,"duration":0}},{"uid":"ae49ba72de05827e","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/ae49ba72de05827e","status":"passed","time":{"start":1724750264843,"stop":1724750264843,"duration":0}},{"uid":"7880a964c162427b","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/7880a964c162427b","status":"passed","time":{"start":1724749292170,"stop":1724749292170,"duration":0}},{"uid":"1b55768c831f4b7e","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/1b55768c831f4b7e","status":"passed","time":{"start":1724717596797,"stop":1724717596798,"duration":1}},{"uid":"8b083ca168f664f1","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/8b083ca168f664f1","status":"passed","time":{"start":1724714823662,"stop":1724714823662,"duration":0}},{"uid":"95a2c8f1e383bc12","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/95a2c8f1e383bc12","status":"passed","time":{"start":1724712895796,"stop":1724712895796,"duration":0}},{"uid":"3f9d33a340e304a3","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/3f9d33a340e304a3","status":"passed","time":{"start":1724706113501,"stop":1724706113501,"duration":0}},{"uid":"7c18663909ae67d4","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/7c18663909ae67d4","status":"passed","time":{"start":1724704522418,"stop":1724704522418,"duration":0}},{"uid":"8bf567b7378f2ae8","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/8bf567b7378f2ae8","status":"passed","time":{"start":1724683897631,"stop":1724683897631,"duration":0}},{"uid":"7e967f0aaa54525c","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/7e967f0aaa54525c","status":"passed","time":{"start":1724672624709,"stop":1724672624710,"duration":1}},{"uid":"a7983b4e27613801","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/a7983b4e27613801","status":"passed","time":{"start":1724670354434,"stop":1724670354435,"duration":1}}]},"tags":[]},"source":"43ec3aa78b7e821a.json","parameterValues":[]} \ No newline at end of file +{"uid":"6f78e24ffc3b2a25","name":"Subscribe to topic containing shell command and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing shell command and receive message","historyId":"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922635358,"stop":1724922635358,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5ed5fa2905dbd389","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5ed5fa2905dbd389","status":"passed","time":{"start":1724921297017,"stop":1724921297018,"duration":1}},{"uid":"8c38e5a2e3061dba","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8c38e5a2e3061dba","status":"passed","time":{"start":1724921276371,"stop":1724921276372,"duration":1}},{"uid":"a9c0e561dbb0610e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a9c0e561dbb0610e","status":"passed","time":{"start":1724917948329,"stop":1724917948330,"duration":1}},{"uid":"8d9dc417146369a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8d9dc417146369a1","status":"passed","time":{"start":1724889729016,"stop":1724889729017,"duration":1}},{"uid":"6f63026f29c12288","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6f63026f29c12288","status":"passed","time":{"start":1724888864959,"stop":1724888864960,"duration":1}},{"uid":"71a462c82ca255a4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/71a462c82ca255a4","status":"passed","time":{"start":1724888053751,"stop":1724888053751,"duration":0}},{"uid":"e2fa96a076274e42","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e2fa96a076274e42","status":"passed","time":{"start":1724886811666,"stop":1724886811666,"duration":0}},{"uid":"876d3ab730b03192","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/876d3ab730b03192","status":"passed","time":{"start":1724886581008,"stop":1724886581009,"duration":1}},{"uid":"3c2ece55e4e071bb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c2ece55e4e071bb","status":"passed","time":{"start":1724862019565,"stop":1724862019565,"duration":0}},{"uid":"2ea87f556a3cd65b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2ea87f556a3cd65b","status":"passed","time":{"start":1724861493942,"stop":1724861493942,"duration":0}},{"uid":"b465eb46fd3e675a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b465eb46fd3e675a","status":"passed","time":{"start":1724861318058,"stop":1724861318060,"duration":2}},{"uid":"f777b6e95e1cee16","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f777b6e95e1cee16","status":"passed","time":{"start":1724861178520,"stop":1724861178520,"duration":0}}]},"tags":[]},"source":"6f78e24ffc3b2a25.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/ad4dd0fb07bb7514.json b/7376/data/test-cases/6febf30034257f8a.json similarity index 78% rename from 7346/data/test-cases/ad4dd0fb07bb7514.json rename to 7376/data/test-cases/6febf30034257f8a.json index 54da809cfa7..fe4a99756d1 100644 --- a/7346/data/test-cases/ad4dd0fb07bb7514.json +++ b/7376/data/test-cases/6febf30034257f8a.json @@ -1 +1 @@ -{"uid":"ad4dd0fb07bb7514","name":"Check received message with timestamp: 1949153314000 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: 1949153314000 ","historyId":"972f0d9f40f06a6bf6e58ae314e86d56:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392391,"stop":1724765392392,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"f0673b21cb625322","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/f0673b21cb625322","status":"passed","time":{"start":1724765313874,"stop":1724765313874,"duration":0}},{"uid":"418f3e8848cabf4c","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/418f3e8848cabf4c","status":"passed","time":{"start":1724763683874,"stop":1724763683874,"duration":0}},{"uid":"48ce8a63369a0645","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/48ce8a63369a0645","status":"passed","time":{"start":1724760929575,"stop":1724760929575,"duration":0}},{"uid":"8fb91eeb5a3cc76d","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/8fb91eeb5a3cc76d","status":"passed","time":{"start":1724759955175,"stop":1724759955175,"duration":0}},{"uid":"54faf190b103509f","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/54faf190b103509f","status":"passed","time":{"start":1724758077458,"stop":1724758077458,"duration":0}},{"uid":"583561093825fa0e","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/583561093825fa0e","status":"passed","time":{"start":1724757801875,"stop":1724757801875,"duration":0}},{"uid":"a9691660917e217f","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/a9691660917e217f","status":"passed","time":{"start":1724757120195,"stop":1724757120196,"duration":1}},{"uid":"7389ddab36cc4694","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/7389ddab36cc4694","status":"passed","time":{"start":1724755211087,"stop":1724755211087,"duration":0}},{"uid":"cadba6f0706f1cbb","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/cadba6f0706f1cbb","status":"passed","time":{"start":1724752646557,"stop":1724752646557,"duration":0}},{"uid":"50443f1073cd5366","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/50443f1073cd5366","status":"passed","time":{"start":1724751495296,"stop":1724751495297,"duration":1}},{"uid":"9564e8e10f3a4deb","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/9564e8e10f3a4deb","status":"passed","time":{"start":1724750572390,"stop":1724750572390,"duration":0}},{"uid":"38aa7b0fe7f0318f","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/38aa7b0fe7f0318f","status":"passed","time":{"start":1724749567274,"stop":1724749567274,"duration":0}},{"uid":"adff4e48d701ec9b","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/adff4e48d701ec9b","status":"passed","time":{"start":1724717880843,"stop":1724717880844,"duration":1}},{"uid":"167b59d8fef0a19c","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/167b59d8fef0a19c","status":"passed","time":{"start":1724715103516,"stop":1724715103517,"duration":1}},{"uid":"fe94205e0b66cf57","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/fe94205e0b66cf57","status":"passed","time":{"start":1724713195382,"stop":1724713195382,"duration":0}},{"uid":"4bfb2b4fee62dcb5","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/4bfb2b4fee62dcb5","status":"passed","time":{"start":1724706389687,"stop":1724706389688,"duration":1}},{"uid":"7589ab40a3a83c3b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/7589ab40a3a83c3b","status":"passed","time":{"start":1724704811205,"stop":1724704811205,"duration":0}},{"uid":"bb54b11a45c69ae5","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/bb54b11a45c69ae5","status":"passed","time":{"start":1724684170211,"stop":1724684170211,"duration":0}},{"uid":"3f4aaa498d80d3ae","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/3f4aaa498d80d3ae","status":"passed","time":{"start":1724672903633,"stop":1724672903660,"duration":27}},{"uid":"a70d1f1db0499813","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/a70d1f1db0499813","status":"passed","time":{"start":1724670674055,"stop":1724670674056,"duration":1}}]},"tags":[]},"source":"ad4dd0fb07bb7514.json","parameterValues":[]} \ No newline at end of file +{"uid":"6febf30034257f8a","name":"Check received message with timestamp: 1949153314000 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: 1949153314000 ","historyId":"972f0d9f40f06a6bf6e58ae314e86d56:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845260,"stop":1724922845260,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9529b94b1052fe3e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9529b94b1052fe3e","status":"passed","time":{"start":1724921515249,"stop":1724921515250,"duration":1}},{"uid":"2a3dfed04c93e8f3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2a3dfed04c93e8f3","status":"passed","time":{"start":1724921475502,"stop":1724921475502,"duration":0}},{"uid":"a390aaf141608357","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a390aaf141608357","status":"passed","time":{"start":1724918179416,"stop":1724918179417,"duration":1}},{"uid":"9206df4a4e037f89","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9206df4a4e037f89","status":"passed","time":{"start":1724889935351,"stop":1724889935351,"duration":0}},{"uid":"b6e380b42707374f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b6e380b42707374f","status":"passed","time":{"start":1724889072766,"stop":1724889072767,"duration":1}},{"uid":"ab1bf7788171d832","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ab1bf7788171d832","status":"passed","time":{"start":1724888232427,"stop":1724888232427,"duration":0}},{"uid":"5dcb84d7e1866bfc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5dcb84d7e1866bfc","status":"passed","time":{"start":1724887018314,"stop":1724887018314,"duration":0}},{"uid":"6cd5d56a403a5f49","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6cd5d56a403a5f49","status":"passed","time":{"start":1724886781502,"stop":1724886781503,"duration":1}},{"uid":"80319c155c257c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80319c155c257c0","status":"passed","time":{"start":1724862213682,"stop":1724862213682,"duration":0}},{"uid":"af9d9dd55e2d535c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/af9d9dd55e2d535c","status":"passed","time":{"start":1724861685880,"stop":1724861685880,"duration":0}},{"uid":"d218c02e361c7a04","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d218c02e361c7a04","status":"passed","time":{"start":1724861546205,"stop":1724861546206,"duration":1}},{"uid":"ec3b73a3a40cd53","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ec3b73a3a40cd53","status":"passed","time":{"start":1724861378124,"stop":1724861378124,"duration":0}}]},"tags":[]},"source":"6febf30034257f8a.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/eb24b5771d1de43.json b/7376/data/test-cases/706be224b53c320.json similarity index 78% rename from 7346/data/test-cases/eb24b5771d1de43.json rename to 7376/data/test-cases/706be224b53c320.json index 21cbd8d5210..ad8d6eb5c3a 100644 --- a/7346/data/test-cases/eb24b5771d1de43.json +++ b/7376/data/test-cases/706be224b53c320.json @@ -1 +1 @@ -{"uid":"eb24b5771d1de43","name":"Subscribe and receive ecies encrypted messages via lightPush","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe and receive ecies encrypted messages via lightPush","historyId":"84a8b9437c80e2f00d556a8f90df08fc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765075575,"stop":1724765075575,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"4b5769321fcfb3ae","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/4b5769321fcfb3ae","status":"passed","time":{"start":1724765010534,"stop":1724765010534,"duration":0}},{"uid":"f53c8803f9ef6612","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/f53c8803f9ef6612","status":"passed","time":{"start":1724763380282,"stop":1724763380284,"duration":2}},{"uid":"f5a027b8742ce37c","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/f5a027b8742ce37c","status":"passed","time":{"start":1724760632545,"stop":1724760632546,"duration":1}},{"uid":"3c434e82eb161ad6","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/3c434e82eb161ad6","status":"passed","time":{"start":1724759660915,"stop":1724759660916,"duration":1}},{"uid":"1a3a15c387c6979","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/1a3a15c387c6979","status":"passed","time":{"start":1724757793694,"stop":1724757793694,"duration":0}},{"uid":"85b7a9754dda9350","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/85b7a9754dda9350","status":"passed","time":{"start":1724757518630,"stop":1724757518630,"duration":0}},{"uid":"a3368a97f651acaf","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/a3368a97f651acaf","status":"passed","time":{"start":1724756832073,"stop":1724756832074,"duration":1}},{"uid":"2b1cfccc75862079","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2b1cfccc75862079","status":"passed","time":{"start":1724754929264,"stop":1724754929264,"duration":0}},{"uid":"e1b496eac40b8f14","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/e1b496eac40b8f14","status":"passed","time":{"start":1724752352142,"stop":1724752352142,"duration":0}},{"uid":"57410692fe8dbe62","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/57410692fe8dbe62","status":"passed","time":{"start":1724751201106,"stop":1724751201106,"duration":0}},{"uid":"4ea599bea71a6671","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/4ea599bea71a6671","status":"passed","time":{"start":1724750264827,"stop":1724750264827,"duration":0}},{"uid":"831fa231e820d45c","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/831fa231e820d45c","status":"passed","time":{"start":1724749292143,"stop":1724749292143,"duration":0}},{"uid":"3d7e8323b4c9e306","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/3d7e8323b4c9e306","status":"passed","time":{"start":1724717596785,"stop":1724717596786,"duration":1}},{"uid":"d0acc04a1c1cc6c5","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/d0acc04a1c1cc6c5","status":"passed","time":{"start":1724714823642,"stop":1724714823642,"duration":0}},{"uid":"63ca06db56a01bf5","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/63ca06db56a01bf5","status":"passed","time":{"start":1724712895764,"stop":1724712895764,"duration":0}},{"uid":"340980a7572bc33f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/340980a7572bc33f","status":"passed","time":{"start":1724706113488,"stop":1724706113489,"duration":1}},{"uid":"ce308836b0130079","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/ce308836b0130079","status":"passed","time":{"start":1724704522402,"stop":1724704522403,"duration":1}},{"uid":"27b8848788df1ff5","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/27b8848788df1ff5","status":"passed","time":{"start":1724683897620,"stop":1724683897620,"duration":0}},{"uid":"63791e9487dceb2b","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/63791e9487dceb2b","status":"passed","time":{"start":1724672624694,"stop":1724672624695,"duration":1}},{"uid":"19d0a57e229d6531","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/19d0a57e229d6531","status":"passed","time":{"start":1724670354418,"stop":1724670354418,"duration":0}}]},"tags":[]},"source":"eb24b5771d1de43.json","parameterValues":[]} \ No newline at end of file +{"uid":"706be224b53c320","name":"Subscribe and receive messages on 2 different content topics","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe and receive messages on 2 different content topics","historyId":"abb0a7cd41144b9747df23b0d2e1d9e1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922635350,"stop":1724922635350,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"caeaa56db3e7fb19","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/caeaa56db3e7fb19","status":"passed","time":{"start":1724921296999,"stop":1724921297000,"duration":1}},{"uid":"69fb30566953dad","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/69fb30566953dad","status":"passed","time":{"start":1724921276363,"stop":1724921276364,"duration":1}},{"uid":"9fe5d95501e2b1d1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9fe5d95501e2b1d1","status":"passed","time":{"start":1724917948311,"stop":1724917948312,"duration":1}},{"uid":"1fba7da6d57707ef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1fba7da6d57707ef","status":"passed","time":{"start":1724889729005,"stop":1724889729005,"duration":0}},{"uid":"700812f33990bb45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/700812f33990bb45","status":"passed","time":{"start":1724888864950,"stop":1724888864950,"duration":0}},{"uid":"ebc692f83843c313","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ebc692f83843c313","status":"passed","time":{"start":1724888053732,"stop":1724888053732,"duration":0}},{"uid":"d44f2c7a526130c8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d44f2c7a526130c8","status":"passed","time":{"start":1724886811648,"stop":1724886811649,"duration":1}},{"uid":"ceb4ac9276e3d9f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ceb4ac9276e3d9f","status":"passed","time":{"start":1724886581000,"stop":1724886581000,"duration":0}},{"uid":"71ce2da693cc83de","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/71ce2da693cc83de","status":"passed","time":{"start":1724862019556,"stop":1724862019556,"duration":0}},{"uid":"c107c17b22d7d7c8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c107c17b22d7d7c8","status":"passed","time":{"start":1724861493934,"stop":1724861493934,"duration":0}},{"uid":"5103578518e9e47d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5103578518e9e47d","status":"passed","time":{"start":1724861318018,"stop":1724861318018,"duration":0}},{"uid":"d735e86cf3cf35c5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d735e86cf3cf35c5","status":"passed","time":{"start":1724861178507,"stop":1724861178509,"duration":2}}]},"tags":[]},"source":"706be224b53c320.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/70dc32c81df83759.json b/7376/data/test-cases/70dc32c81df83759.json new file mode 100644 index 00000000000..07931e47d3b --- /dev/null +++ b/7376/data/test-cases/70dc32c81df83759.json @@ -0,0 +1 @@ +{"uid":"70dc32c81df83759","name":"Encoder throws on undefined content topic","fullName":"/src/ecies.spec.ts: Ensures content topic is defined > Encoder throws on undefined content topic","historyId":"1749bf9b877925e8da903ebec55612ad:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922410311,"stop":1724922410312,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Ensures content topic is defined"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"447a4f145c1853e5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/447a4f145c1853e5","status":"passed","time":{"start":1724921073460,"stop":1724921073460,"duration":0}},{"uid":"b7c483c108cf60e2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b7c483c108cf60e2","status":"passed","time":{"start":1724921048447,"stop":1724921048447,"duration":0}},{"uid":"98cd3ae7c98fcddf","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/98cd3ae7c98fcddf","status":"passed","time":{"start":1724917708700,"stop":1724917708700,"duration":0}},{"uid":"ff41825b763ab24b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff41825b763ab24b","status":"passed","time":{"start":1724889487516,"stop":1724889487516,"duration":0}},{"uid":"92696c8abb242fa2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92696c8abb242fa2","status":"passed","time":{"start":1724888638223,"stop":1724888638223,"duration":0}},{"uid":"f44c7002f99f7a04","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f44c7002f99f7a04","status":"passed","time":{"start":1724887794483,"stop":1724887794483,"duration":0}},{"uid":"976cfb6fab4bc539","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/976cfb6fab4bc539","status":"passed","time":{"start":1724886561406,"stop":1724886561407,"duration":1}},{"uid":"8a1a0f332d4a43bb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8a1a0f332d4a43bb","status":"passed","time":{"start":1724886339062,"stop":1724886339063,"duration":1}},{"uid":"6b460c456a163bf2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b460c456a163bf2","status":"passed","time":{"start":1724861788383,"stop":1724861788383,"duration":0}},{"uid":"9f0e1febace9aae8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9f0e1febace9aae8","status":"passed","time":{"start":1724861258536,"stop":1724861258536,"duration":0}},{"uid":"6c09ccd2d1b9285f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6c09ccd2d1b9285f","status":"passed","time":{"start":1724861082796,"stop":1724861082796,"duration":0}},{"uid":"2a2d25e520b4a0b5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2a2d25e520b4a0b5","status":"passed","time":{"start":1724860943248,"stop":1724860943248,"duration":0}}]},"tags":[]},"source":"70dc32c81df83759.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/7ccf071b53ef6425.json b/7376/data/test-cases/70edc609aedd7b10.json similarity index 76% rename from 7346/data/test-cases/7ccf071b53ef6425.json rename to 7376/data/test-cases/70edc609aedd7b10.json index 309e8116249..7c788846e7f 100644 --- a/7346/data/test-cases/7ccf071b53ef6425.json +++ b/7376/data/test-cases/70edc609aedd7b10.json @@ -1 +1 @@ -{"uid":"7ccf071b53ef6425","name":"Check message received after jswaku node is restarted","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check message received after jswaku node is restarted","historyId":"8937a75762e7ef2d9ac5e7f42b8f7b2c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392377,"stop":1724765392377,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":26,"passed":0,"unknown":0,"total":26},"items":[{"uid":"5e41b4ef219879ed","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/5e41b4ef219879ed","status":"skipped","statusDetails":"Test ignored","time":{"start":1724765313865,"stop":1724765313865,"duration":0}},{"uid":"a71041264d7b14be","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/a71041264d7b14be","status":"skipped","statusDetails":"Test ignored","time":{"start":1724763683864,"stop":1724763683864,"duration":0}},{"uid":"68bf143eeeff5cbb","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/68bf143eeeff5cbb","status":"skipped","statusDetails":"Test ignored","time":{"start":1724760929566,"stop":1724760929566,"duration":0}},{"uid":"a0e4f00ec3e3e937","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/a0e4f00ec3e3e937","status":"skipped","statusDetails":"Test ignored","time":{"start":1724759955166,"stop":1724759955166,"duration":0}},{"uid":"9a50d8ecd6d488d2","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/9a50d8ecd6d488d2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724758077436,"stop":1724758077436,"duration":0}},{"uid":"7cf95a80874cc0b9","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/7cf95a80874cc0b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724757801866,"stop":1724757801866,"duration":0}},{"uid":"2cb2bb065f10dc44","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/2cb2bb065f10dc44","status":"skipped","statusDetails":"Test ignored","time":{"start":1724757120181,"stop":1724757120181,"duration":0}},{"uid":"19abf82f03df72a9","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/19abf82f03df72a9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724755211065,"stop":1724755211065,"duration":0}},{"uid":"6aea58d10c9c4053","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/6aea58d10c9c4053","status":"skipped","statusDetails":"Test ignored","time":{"start":1724752646541,"stop":1724752646542,"duration":1}},{"uid":"f6ac244b4f92d86a","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/f6ac244b4f92d86a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724751495274,"stop":1724751495274,"duration":0}},{"uid":"651caea943bbabf0","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/651caea943bbabf0","status":"skipped","statusDetails":"Test ignored","time":{"start":1724750572372,"stop":1724750572372,"duration":0}},{"uid":"a0ae03be8a04facd","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/a0ae03be8a04facd","status":"skipped","statusDetails":"Test ignored","time":{"start":1724749567259,"stop":1724749567259,"duration":0}},{"uid":"394b237b171ce4a9","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/394b237b171ce4a9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724717880827,"stop":1724717880827,"duration":0}},{"uid":"a1837aa7fb229b79","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/a1837aa7fb229b79","status":"skipped","statusDetails":"Test ignored","time":{"start":1724715103506,"stop":1724715103507,"duration":1}},{"uid":"2ed25697e13d71d7","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/2ed25697e13d71d7","status":"skipped","statusDetails":"Test ignored","time":{"start":1724713195357,"stop":1724713195357,"duration":0}},{"uid":"10e8cc204ede8d66","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/10e8cc204ede8d66","status":"skipped","statusDetails":"Test ignored","time":{"start":1724706389673,"stop":1724706389674,"duration":1}},{"uid":"ad4606556a09ad7b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/ad4606556a09ad7b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724704811191,"stop":1724704811192,"duration":1}},{"uid":"4543e4836fa877c8","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/4543e4836fa877c8","status":"skipped","statusDetails":"Test ignored","time":{"start":1724684170192,"stop":1724684170192,"duration":0}},{"uid":"7d191a06df463441","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/7d191a06df463441","status":"skipped","statusDetails":"Test ignored","time":{"start":1724672903613,"stop":1724672903613,"duration":0}},{"uid":"f54d6ea79f5cbc25","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/f54d6ea79f5cbc25","status":"skipped","statusDetails":"Test ignored","time":{"start":1724670674042,"stop":1724670674043,"duration":1}}]},"tags":[]},"source":"7ccf071b53ef6425.json","parameterValues":[]} \ No newline at end of file +{"uid":"70edc609aedd7b10","name":"Check message received after jswaku node is restarted","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check message received after jswaku node is restarted","historyId":"8937a75762e7ef2d9ac5e7f42b8f7b2c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845246,"stop":1724922845246,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"77441a286b16a762","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/77441a286b16a762","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515229,"stop":1724921515229,"duration":0}},{"uid":"ab2b10c47060a736","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ab2b10c47060a736","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475448,"stop":1724921475454,"duration":6}},{"uid":"e1eebf42c4cf2712","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e1eebf42c4cf2712","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179403,"stop":1724918179403,"duration":0}},{"uid":"f41577f2ebcd937a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f41577f2ebcd937a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935343,"stop":1724889935343,"duration":0}},{"uid":"8afd6295ebab4057","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8afd6295ebab4057","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072756,"stop":1724889072757,"duration":1}},{"uid":"53af7968663f4184","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/53af7968663f4184","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232417,"stop":1724888232418,"duration":1}},{"uid":"8284f8d003225f23","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8284f8d003225f23","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018305,"stop":1724887018305,"duration":0}},{"uid":"c1abd28dfb1f7320","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c1abd28dfb1f7320","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781482,"stop":1724886781482,"duration":0}},{"uid":"78d8cb2b20191109","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/78d8cb2b20191109","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213665,"stop":1724862213665,"duration":0}},{"uid":"81ae39ce20b9195d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/81ae39ce20b9195d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861685858,"stop":1724861685858,"duration":0}},{"uid":"433e3e9a5adf6b86","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/433e3e9a5adf6b86","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546180,"stop":1724861546180,"duration":0}},{"uid":"c983f88ef37b67cc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c983f88ef37b67cc","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378113,"stop":1724861378113,"duration":0}}]},"tags":[]},"source":"70edc609aedd7b10.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/70f7a4c8b52ce760.json b/7376/data/test-cases/70f7a4c8b52ce760.json new file mode 100644 index 00000000000..d659a0da029 --- /dev/null +++ b/7376/data/test-cases/70f7a4c8b52ce760.json @@ -0,0 +1 @@ +{"uid":"70f7a4c8b52ce760","name":"should not throw an error for a single configured topic","fullName":"/src/common/sharding/index.spec.ts: ensurePubsubTopicIsConfigured > should not throw an error for a single configured topic","historyId":"db6676b9ead63dbc944d76333b862c97:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374689,"stop":1724922374690,"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":"ensurePubsubTopicIsConfigured"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f92f81baa9a737a2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f92f81baa9a737a2","status":"passed","time":{"start":1724921037650,"stop":1724921037651,"duration":1}},{"uid":"dd62a402d59b84e9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dd62a402d59b84e9","status":"passed","time":{"start":1724921013063,"stop":1724921013064,"duration":1}},{"uid":"688e558e957a18b2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/688e558e957a18b2","status":"passed","time":{"start":1724917673304,"stop":1724917673305,"duration":1}},{"uid":"165ee2ba6d678772","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/165ee2ba6d678772","status":"passed","time":{"start":1724889452324,"stop":1724889452324,"duration":0}},{"uid":"3c3b917b7bdb083","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c3b917b7bdb083","status":"passed","time":{"start":1724888602856,"stop":1724888602857,"duration":1}},{"uid":"b4f510fa5919ea37","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b4f510fa5919ea37","status":"passed","time":{"start":1724887759177,"stop":1724887759177,"duration":0}},{"uid":"d6956ac6448378f1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d6956ac6448378f1","status":"passed","time":{"start":1724886525555,"stop":1724886525555,"duration":0}},{"uid":"c196a6855a9a1f9e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c196a6855a9a1f9e","status":"passed","time":{"start":1724886303410,"stop":1724886303411,"duration":1}},{"uid":"bf2833bc5a067dea","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf2833bc5a067dea","status":"passed","time":{"start":1724861752247,"stop":1724861752247,"duration":0}},{"uid":"aa536b01cd21f883","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/aa536b01cd21f883","status":"passed","time":{"start":1724861223367,"stop":1724861223367,"duration":0}},{"uid":"833984555772d76a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/833984555772d76a","status":"passed","time":{"start":1724861045216,"stop":1724861045217,"duration":1}},{"uid":"c7488ac167164d0e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c7488ac167164d0e","status":"passed","time":{"start":1724860907102,"stop":1724860907103,"duration":1}}]},"tags":[]},"source":"70f7a4c8b52ce760.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/71144925e22e27ed.json b/7376/data/test-cases/71144925e22e27ed.json new file mode 100644 index 00000000000..28c776d7f8a --- /dev/null +++ b/7376/data/test-cases/71144925e22e27ed.json @@ -0,0 +1 @@ +{"uid":"71144925e22e27ed","name":"Add multiple subscription objects on single nwaku node","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Add multiple subscription objects on single nwaku node","historyId":"4b74227c81c0ddf3a3c661874a9360f4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012468,"stop":1724923012469,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2fd29cae77fd0e50","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2fd29cae77fd0e50","status":"passed","time":{"start":1724921625076,"stop":1724921625077,"duration":1}},{"uid":"39d5ad07128f05a2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/39d5ad07128f05a2","status":"passed","time":{"start":1724921590500,"stop":1724921590500,"duration":0}},{"uid":"cd1bf3b3f6393a24","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cd1bf3b3f6393a24","status":"passed","time":{"start":1724918287568,"stop":1724918287569,"duration":1}},{"uid":"8ce89a2631daa491","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8ce89a2631daa491","status":"passed","time":{"start":1724890047792,"stop":1724890047792,"duration":0}},{"uid":"2685df2f902a99f2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2685df2f902a99f2","status":"passed","time":{"start":1724889183925,"stop":1724889183925,"duration":0}},{"uid":"c872d2a361cc2029","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c872d2a361cc2029","status":"passed","time":{"start":1724888354174,"stop":1724888354174,"duration":0}},{"uid":"799dc2a78f474751","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/799dc2a78f474751","status":"passed","time":{"start":1724887145675,"stop":1724887145681,"duration":6}},{"uid":"c40cff07883c2d4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c40cff07883c2d4","status":"passed","time":{"start":1724886915790,"stop":1724886915790,"duration":0}},{"uid":"37f10a40d9c9ae4a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37f10a40d9c9ae4a","status":"passed","time":{"start":1724862341455,"stop":1724862341455,"duration":0}},{"uid":"5684b92395ed76e7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5684b92395ed76e7","status":"passed","time":{"start":1724861805446,"stop":1724861805446,"duration":0}},{"uid":"9a2fd16b141048dd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9a2fd16b141048dd","status":"passed","time":{"start":1724861662289,"stop":1724861662290,"duration":1}},{"uid":"d404a939a16e677b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d404a939a16e677b","status":"passed","time":{"start":1724861492518,"stop":1724861492518,"duration":0}}]},"tags":[]},"source":"71144925e22e27ed.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/714b5de8758edf11.json b/7376/data/test-cases/714b5de8758edf11.json new file mode 100644 index 00000000000..98c19d8318d --- /dev/null +++ b/7376/data/test-cases/714b5de8758edf11.json @@ -0,0 +1 @@ +{"uid":"714b5de8758edf11","name":"Check received message containing Arabic","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing Arabic","historyId":"fe86e4bc6704318e239f18d0b4d88866:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845234,"stop":1724922845235,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c172437eb941ed5e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c172437eb941ed5e","status":"passed","time":{"start":1724921515220,"stop":1724921515220,"duration":0}},{"uid":"f56ba330c444d937","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f56ba330c444d937","status":"passed","time":{"start":1724921475439,"stop":1724921475439,"duration":0}},{"uid":"d473e5f812523edc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d473e5f812523edc","status":"passed","time":{"start":1724918179380,"stop":1724918179381,"duration":1}},{"uid":"c324031d88176fe1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c324031d88176fe1","status":"passed","time":{"start":1724889935334,"stop":1724889935334,"duration":0}},{"uid":"9ee9f1deb403b2b9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9ee9f1deb403b2b9","status":"passed","time":{"start":1724889072747,"stop":1724889072747,"duration":0}},{"uid":"fc851e866bf11c39","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fc851e866bf11c39","status":"passed","time":{"start":1724888232409,"stop":1724888232409,"duration":0}},{"uid":"2550931d1bdcace3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2550931d1bdcace3","status":"passed","time":{"start":1724887018288,"stop":1724887018288,"duration":0}},{"uid":"ae2f92b1882168ef","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ae2f92b1882168ef","status":"passed","time":{"start":1724886781473,"stop":1724886781473,"duration":0}},{"uid":"44304f41f604b684","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/44304f41f604b684","status":"passed","time":{"start":1724862213656,"stop":1724862213656,"duration":0}},{"uid":"f6e7bf84c7083cac","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f6e7bf84c7083cac","status":"passed","time":{"start":1724861685849,"stop":1724861685849,"duration":0}},{"uid":"94e224f8b199d085","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/94e224f8b199d085","status":"passed","time":{"start":1724861546164,"stop":1724861546164,"duration":0}},{"uid":"9c32e33dfa0051ce","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9c32e33dfa0051ce","status":"passed","time":{"start":1724861378104,"stop":1724861378104,"duration":0}}]},"tags":[]},"source":"714b5de8758edf11.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/71f15a8e1a21f06.json b/7376/data/test-cases/71f15a8e1a21f06.json new file mode 100644 index 00000000000..7d2d1cf2444 --- /dev/null +++ b/7376/data/test-cases/71f15a8e1a21f06.json @@ -0,0 +1 @@ +{"uid":"71f15a8e1a21f06","name":"Subscribe and receive messages on autosharded pubsubtopic","fullName":"/tests/filter/single_node/multiple_pubsub.node.spec.ts: Waku Filter V2 (Autosharding): Multiple PubsubTopics > Subscribe and receive messages on autosharded pubsubtopic","historyId":"adec69764b4bfaf4a25564d8635d3c86:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922508637,"stop":1724922508638,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2 (Autosharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ed8207712c1a08f9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ed8207712c1a08f9","status":"passed","time":{"start":1724921164593,"stop":1724921164593,"duration":0}},{"uid":"42ceb93e3be4b71e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/42ceb93e3be4b71e","status":"passed","time":{"start":1724921137824,"stop":1724921137825,"duration":1}},{"uid":"f3ec702b4d1175cb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f3ec702b4d1175cb","status":"passed","time":{"start":1724917810539,"stop":1724917810539,"duration":0}},{"uid":"b1f0e141d837ac5f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1f0e141d837ac5f","status":"passed","time":{"start":1724889585446,"stop":1724889585448,"duration":2}},{"uid":"8e9da9e59921007b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e9da9e59921007b","status":"passed","time":{"start":1724888736509,"stop":1724888736509,"duration":0}},{"uid":"e1c29c8d066ca53c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e1c29c8d066ca53c","status":"passed","time":{"start":1724887891784,"stop":1724887891790,"duration":6}},{"uid":"d85f2fc3e2019f2d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d85f2fc3e2019f2d","status":"passed","time":{"start":1724886657788,"stop":1724886657788,"duration":0}},{"uid":"33e5b5203bb7bd74","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/33e5b5203bb7bd74","status":"passed","time":{"start":1724886447358,"stop":1724886447358,"duration":0}},{"uid":"3362deb74805f1ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3362deb74805f1ae","status":"passed","time":{"start":1724861880119,"stop":1724861880122,"duration":3}},{"uid":"65b6ce905d7cf7c4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/65b6ce905d7cf7c4","status":"passed","time":{"start":1724861359781,"stop":1724861359781,"duration":0}},{"uid":"79a412c59a55bc1c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/79a412c59a55bc1c","status":"passed","time":{"start":1724861179681,"stop":1724861179681,"duration":0}},{"uid":"1d27ed4136100842","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1d27ed4136100842","status":"passed","time":{"start":1724861040979,"stop":1724861040980,"duration":1}}]},"tags":[]},"source":"71f15a8e1a21f06.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/df569a3f675e338d.json b/7376/data/test-cases/7217450b24b8ff6f.json similarity index 76% rename from 7346/data/test-cases/df569a3f675e338d.json rename to 7376/data/test-cases/7217450b24b8ff6f.json index bda72619b36..8aa59d2c368 100644 --- a/7346/data/test-cases/df569a3f675e338d.json +++ b/7376/data/test-cases/7217450b24b8ff6f.json @@ -1 +1 @@ -{"uid":"df569a3f675e338d","name":"Check received message containing short","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing short","historyId":"56f3f5111ffa3bc7c71aa9a4700d183e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765048424,"stop":1724765048424,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"a54e23a1e8d6365e","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/a54e23a1e8d6365e","status":"passed","time":{"start":1724764977129,"stop":1724764977130,"duration":1}},{"uid":"1e66915a9f53c1e8","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/1e66915a9f53c1e8","status":"passed","time":{"start":1724763340001,"stop":1724763340002,"duration":1}},{"uid":"97d507380a37b222","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/97d507380a37b222","status":"passed","time":{"start":1724760600489,"stop":1724760600489,"duration":0}},{"uid":"6f86981c6028e3c2","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/6f86981c6028e3c2","status":"passed","time":{"start":1724759627547,"stop":1724759627548,"duration":1}},{"uid":"e973ed8ccde00080","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/e973ed8ccde00080","status":"passed","time":{"start":1724757762714,"stop":1724757762715,"duration":1}},{"uid":"112595e705ede22","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/112595e705ede22","status":"passed","time":{"start":1724757473894,"stop":1724757473896,"duration":2}},{"uid":"83500525d37a1a8d","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/83500525d37a1a8d","status":"passed","time":{"start":1724756805996,"stop":1724756805996,"duration":0}},{"uid":"15e62ff86cd8513e","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/15e62ff86cd8513e","status":"passed","time":{"start":1724754890964,"stop":1724754890964,"duration":0}},{"uid":"aea4a152faa8f755","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/aea4a152faa8f755","status":"passed","time":{"start":1724752321305,"stop":1724752321305,"duration":0}},{"uid":"16cf76a924cd8fbf","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/16cf76a924cd8fbf","status":"passed","time":{"start":1724751157973,"stop":1724751157973,"duration":0}},{"uid":"b30ef4a6249b2090","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/b30ef4a6249b2090","status":"passed","time":{"start":1724750231015,"stop":1724750231016,"duration":1}},{"uid":"d1847cd4c33846fd","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/d1847cd4c33846fd","status":"passed","time":{"start":1724749270688,"stop":1724749270688,"duration":0}},{"uid":"180274c95aab6347","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/180274c95aab6347","status":"passed","time":{"start":1724717545661,"stop":1724717545666,"duration":5}},{"uid":"5745ac476964e276","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/5745ac476964e276","status":"passed","time":{"start":1724714779116,"stop":1724714779116,"duration":0}},{"uid":"e657e8a583cb1ad7","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/e657e8a583cb1ad7","status":"passed","time":{"start":1724712855301,"stop":1724712855301,"duration":0}},{"uid":"19753e2c66c0384e","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/19753e2c66c0384e","status":"passed","time":{"start":1724706072089,"stop":1724706072091,"duration":2}},{"uid":"c0e055f742057476","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c0e055f742057476","status":"passed","time":{"start":1724704476157,"stop":1724704476157,"duration":0}},{"uid":"d802cc9a8e27dfe1","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d802cc9a8e27dfe1","status":"passed","time":{"start":1724683855292,"stop":1724683855292,"duration":0}},{"uid":"4bc6b52ecc3d02fe","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/4bc6b52ecc3d02fe","status":"passed","time":{"start":1724672579667,"stop":1724672579668,"duration":1}},{"uid":"2a07769ca82e1f23","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/2a07769ca82e1f23","status":"passed","time":{"start":1724670325000,"stop":1724670325005,"duration":5}}]},"tags":[]},"source":"df569a3f675e338d.json","parameterValues":[]} \ No newline at end of file +{"uid":"7217450b24b8ff6f","name":"Check received message containing short","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing short","historyId":"56f3f5111ffa3bc7c71aa9a4700d183e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922601837,"stop":1724922601838,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d90b592d27ac729e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d90b592d27ac729e","status":"passed","time":{"start":1724921267864,"stop":1724921267865,"duration":1}},{"uid":"264cf78eabf5d6e5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/264cf78eabf5d6e5","status":"passed","time":{"start":1724921244355,"stop":1724921244356,"duration":1}},{"uid":"4a06cf9334689503","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4a06cf9334689503","status":"passed","time":{"start":1724917916038,"stop":1724917916038,"duration":0}},{"uid":"3d6d2489b382fa8a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3d6d2489b382fa8a","status":"passed","time":{"start":1724889678249,"stop":1724889678249,"duration":0}},{"uid":"22c9df0321cc603","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/22c9df0321cc603","status":"passed","time":{"start":1724888831679,"stop":1724888831680,"duration":1}},{"uid":"4fdd8691aa0a47d2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4fdd8691aa0a47d2","status":"passed","time":{"start":1724888003305,"stop":1724888003306,"duration":1}},{"uid":"1e34df88327ebf49","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1e34df88327ebf49","status":"passed","time":{"start":1724886776596,"stop":1724886776600,"duration":4}},{"uid":"3a09dd81d833bea9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3a09dd81d833bea9","status":"passed","time":{"start":1724886555787,"stop":1724886555787,"duration":0}},{"uid":"fd8d53039bba29ab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fd8d53039bba29ab","status":"passed","time":{"start":1724861983000,"stop":1724861983001,"duration":1}},{"uid":"ddad1809fde10e75","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ddad1809fde10e75","status":"passed","time":{"start":1724861444062,"stop":1724861444062,"duration":0}},{"uid":"eaeb4f947f298d9c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/eaeb4f947f298d9c","status":"passed","time":{"start":1724861285824,"stop":1724861285825,"duration":1}},{"uid":"2188822b7c9578f6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2188822b7c9578f6","status":"passed","time":{"start":1724861145651,"stop":1724861145651,"duration":0}}]},"tags":[]},"source":"7217450b24b8ff6f.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/729ebd053dc5faf6.json b/7376/data/test-cases/729ebd053dc5faf6.json new file mode 100644 index 00000000000..e662f99423a --- /dev/null +++ b/7376/data/test-cases/729ebd053dc5faf6.json @@ -0,0 +1 @@ +{"uid":"729ebd053dc5faf6","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=2 > numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","historyId":"fbd400264491138571ba5ec2e41821ec:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611431,"stop":1724922611431,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=2"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"debcddba4baa6d3e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/debcddba4baa6d3e","status":"passed","time":{"start":1724921270352,"stop":1724921270352,"duration":0}},{"uid":"147b162f5e409a78","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/147b162f5e409a78","status":"passed","time":{"start":1724921247813,"stop":1724921247813,"duration":0}},{"uid":"320e94c97ffa6e99","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/320e94c97ffa6e99","status":"passed","time":{"start":1724917989814,"stop":1724917989814,"duration":0}},{"uid":"7e911a51ff09b6a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e911a51ff09b6a0","status":"passed","time":{"start":1724889678546,"stop":1724889678546,"duration":0}},{"uid":"ad0aecfd7dbe403b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ad0aecfd7dbe403b","status":"passed","time":{"start":1724888829833,"stop":1724888829833,"duration":0}},{"uid":"7c42cdb4f32f536","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7c42cdb4f32f536","status":"passed","time":{"start":1724888076985,"stop":1724888076986,"duration":1}},{"uid":"5d7e9ff0403f1c9d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5d7e9ff0403f1c9d","status":"passed","time":{"start":1724886851121,"stop":1724886851121,"duration":0}},{"uid":"dffd4bcdfdd0354c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dffd4bcdfdd0354c","status":"passed","time":{"start":1724886647084,"stop":1724886647085,"duration":1}},{"uid":"97ea9ca98b59934","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97ea9ca98b59934","status":"passed","time":{"start":1724861992708,"stop":1724861992709,"duration":1}},{"uid":"adc9475a5754fa4b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/adc9475a5754fa4b","status":"passed","time":{"start":1724861469637,"stop":1724861469637,"duration":0}},{"uid":"1a0ded76f55f3d22","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1a0ded76f55f3d22","status":"passed","time":{"start":1724861284853,"stop":1724861284853,"duration":0}},{"uid":"3367905fc35f929a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3367905fc35f929a","status":"passed","time":{"start":1724861145798,"stop":1724861145798,"duration":0}}]},"tags":[]},"source":"729ebd053dc5faf6.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/72ab84449ed014a.json b/7376/data/test-cases/72ab84449ed014a.json new file mode 100644 index 00000000000..80de5f53ad0 --- /dev/null +++ b/7376/data/test-cases/72ab84449ed014a.json @@ -0,0 +1 @@ +{"uid":"72ab84449ed014a","name":"Waku message hash computation (message is IDecodedMessage)","fullName":"/src/index.spec.ts: RFC Test Vectors > Waku message hash computation (message is IDecodedMessage)","historyId":"39f59080b5d6fbae518c82e94593bca2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922377156,"stop":1724922377156,"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":"RFC Test Vectors"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2cdcdd4b86f2098","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2cdcdd4b86f2098","status":"passed","time":{"start":1724921040181,"stop":1724921040181,"duration":0}},{"uid":"de94fad5502e44b0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/de94fad5502e44b0","status":"passed","time":{"start":1724921015574,"stop":1724921015574,"duration":0}},{"uid":"a7f909271fda2585","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a7f909271fda2585","status":"passed","time":{"start":1724917675800,"stop":1724917675800,"duration":0}},{"uid":"1119cd41bae48c4f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1119cd41bae48c4f","status":"passed","time":{"start":1724889454807,"stop":1724889454808,"duration":1}},{"uid":"5f56631baa8cbc86","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f56631baa8cbc86","status":"passed","time":{"start":1724888605323,"stop":1724888605323,"duration":0}},{"uid":"f8a3c8851799ec1e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f8a3c8851799ec1e","status":"passed","time":{"start":1724887761648,"stop":1724887761649,"duration":1}},{"uid":"c3bf2a23916f7847","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c3bf2a23916f7847","status":"passed","time":{"start":1724886527994,"stop":1724886527994,"duration":0}},{"uid":"6b308c8e85b5bc65","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6b308c8e85b5bc65","status":"passed","time":{"start":1724886305813,"stop":1724886305813,"duration":0}},{"uid":"bf80c2b512d766d3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf80c2b512d766d3","status":"passed","time":{"start":1724861754710,"stop":1724861754710,"duration":0}},{"uid":"507ae564825dd44c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/507ae564825dd44c","status":"passed","time":{"start":1724861225783,"stop":1724861225783,"duration":0}},{"uid":"b2f8368cf2c23652","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b2f8368cf2c23652","status":"passed","time":{"start":1724861047870,"stop":1724861047870,"duration":0}},{"uid":"3a09079bec7cbfcf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3a09079bec7cbfcf","status":"passed","time":{"start":1724860909786,"stop":1724860909786,"duration":0}}]},"tags":[]},"source":"72ab84449ed014a.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/51c2bd32c7da4df9.json b/7376/data/test-cases/72b7dfdeb08953dd.json similarity index 98% rename from 7346/data/test-cases/51c2bd32c7da4df9.json rename to 7376/data/test-cases/72b7dfdeb08953dd.json index 9cfbd56b60d..45137e5a55d 100644 --- a/7346/data/test-cases/51c2bd32c7da4df9.json +++ b/7376/data/test-cases/72b7dfdeb08953dd.json @@ -1 +1 @@ -{"uid":"51c2bd32c7da4df9","name":"Push message with custom timestamp: 1694006710944","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1694006710944","historyId":"1f848a5923fcd0495812ddb4f4519a7a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367201,"stop":1724765367204,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"51c2bd32c7da4df9.json","parameterValues":[]} \ No newline at end of file +{"uid":"72b7dfdeb08953dd","name":"Push message with custom timestamp: 1724919061821","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1724919061821","historyId":"811cf99d32fe7be0084f8565557a4b8a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853929,"stop":1724922853930,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"72b7dfdeb08953dd.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/72cb0ca677d2a705.json b/7376/data/test-cases/72cb0ca677d2a705.json new file mode 100644 index 00000000000..c3fc494a6da --- /dev/null +++ b/7376/data/test-cases/72cb0ca677d2a705.json @@ -0,0 +1 @@ +{"uid":"72cb0ca677d2a705","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for invalid PubsubTopic format: /waku/2/rs","historyId":"c0fb5b39e0b7d4b1388bea323ddb8a2b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374683,"stop":1724922374684,"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":"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":13,"unknown":0,"total":13},"items":[{"uid":"e8066380dcbf1780","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e8066380dcbf1780","status":"passed","time":{"start":1724921037644,"stop":1724921037644,"duration":0}},{"uid":"b960f9a5e3f65a87","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b960f9a5e3f65a87","status":"passed","time":{"start":1724921013057,"stop":1724921013057,"duration":0}},{"uid":"6b865a1fd34267d3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6b865a1fd34267d3","status":"passed","time":{"start":1724917673299,"stop":1724917673299,"duration":0}},{"uid":"a589dfdece2e05","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a589dfdece2e05","status":"passed","time":{"start":1724889452318,"stop":1724889452318,"duration":0}},{"uid":"18249cefa5ad0ed4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/18249cefa5ad0ed4","status":"passed","time":{"start":1724888602849,"stop":1724888602849,"duration":0}},{"uid":"880f78c1db6a7d48","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/880f78c1db6a7d48","status":"passed","time":{"start":1724887759170,"stop":1724887759171,"duration":1}},{"uid":"e66d88f2bade31c6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e66d88f2bade31c6","status":"passed","time":{"start":1724886525550,"stop":1724886525550,"duration":0}},{"uid":"ba8e4032bb914ac4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ba8e4032bb914ac4","status":"passed","time":{"start":1724886303404,"stop":1724886303404,"duration":0}},{"uid":"f9dcb03634af81d4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9dcb03634af81d4","status":"passed","time":{"start":1724861752236,"stop":1724861752237,"duration":1}},{"uid":"a5f6c99a6a0fee96","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a5f6c99a6a0fee96","status":"passed","time":{"start":1724861223362,"stop":1724861223362,"duration":0}},{"uid":"80a4e6be6e68b721","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/80a4e6be6e68b721","status":"passed","time":{"start":1724861045209,"stop":1724861045210,"duration":1}},{"uid":"c667cf6bacee066d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c667cf6bacee066d","status":"passed","time":{"start":1724860907092,"stop":1724860907092,"duration":0}}]},"tags":[]},"source":"72cb0ca677d2a705.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/742955bd6c24c4e8.json b/7376/data/test-cases/742955bd6c24c4e8.json new file mode 100644 index 00000000000..c16689e128a --- /dev/null +++ b/7376/data/test-cases/742955bd6c24c4e8.json @@ -0,0 +1 @@ +{"uid":"742955bd6c24c4e8","name":"Relay","fullName":"/tests/enr.node.spec.ts: ENR Interop: ServiceNode > Relay","historyId":"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922437306,"stop":1724922437306,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"ENR Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"ENR Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"ENR Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"ENR Interop: ServiceNode"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"619ce2fea4ad8e7e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/619ce2fea4ad8e7e","status":"passed","time":{"start":1724921096286,"stop":1724921096287,"duration":1}},{"uid":"e573bc39d6c5b985","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e573bc39d6c5b985","status":"passed","time":{"start":1724921071512,"stop":1724921071512,"duration":0}},{"uid":"9af965ffa3eb923","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9af965ffa3eb923","status":"passed","time":{"start":1724917733229,"stop":1724917733229,"duration":0}},{"uid":"93fe025769176b0a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/93fe025769176b0a","status":"passed","time":{"start":1724889513547,"stop":1724889513548,"duration":1}},{"uid":"a5f467e01004e2df","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5f467e01004e2df","status":"passed","time":{"start":1724888663277,"stop":1724888663277,"duration":0}},{"uid":"ad88823058865968","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ad88823058865968","status":"passed","time":{"start":1724887820110,"stop":1724887820110,"duration":0}},{"uid":"a69d2804df5a11b7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a69d2804df5a11b7","status":"passed","time":{"start":1724886586381,"stop":1724886586382,"duration":1}},{"uid":"c997cc2a33f9f722","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c997cc2a33f9f722","status":"passed","time":{"start":1724886365424,"stop":1724886365425,"duration":1}},{"uid":"5338bce07e934dc0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5338bce07e934dc0","status":"passed","time":{"start":1724861812770,"stop":1724861812771,"duration":1}},{"uid":"ba73f294c6dc9948","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ba73f294c6dc9948","status":"passed","time":{"start":1724861281933,"stop":1724861281933,"duration":0}},{"uid":"c9782386a26d866d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c9782386a26d866d","status":"passed","time":{"start":1724861109126,"stop":1724861109126,"duration":0}},{"uid":"7c035753a4861d1f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7c035753a4861d1f","status":"passed","time":{"start":1724860969294,"stop":1724860969294,"duration":0}}]},"tags":[]},"source":"742955bd6c24c4e8.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/7464a1f506d9d5c0.json b/7376/data/test-cases/7464a1f506d9d5c0.json new file mode 100644 index 00000000000..29a359fe039 --- /dev/null +++ b/7376/data/test-cases/7464a1f506d9d5c0.json @@ -0,0 +1 @@ +{"uid":"7464a1f506d9d5c0","name":"getPeersByDiscovery","fullName":"/tests/peer-exchange/index.spec.ts: Peer Exchange > getPeersByDiscovery","historyId":"61e0bc5eb99c345d7e23841af7aef6cd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922865535,"stop":1724922865536,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"97acc56c2b9169f8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/97acc56c2b9169f8","status":"passed","time":{"start":1724921583486,"stop":1724921583487,"duration":1}},{"uid":"a787ccc195852aa3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a787ccc195852aa3","status":"passed","time":{"start":1724921494521,"stop":1724921494521,"duration":0}},{"uid":"11a55674830232b3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/11a55674830232b3","status":"passed","time":{"start":1724918216286,"stop":1724918216287,"duration":1}},{"uid":"76a17b0faaf4b7c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/76a17b0faaf4b7c7","status":"passed","time":{"start":1724889979498,"stop":1724889979498,"duration":0}},{"uid":"1826f99a354d3f60","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1826f99a354d3f60","status":"passed","time":{"start":1724889083635,"stop":1724889083636,"duration":1}},{"uid":"f44caf51c708f476","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f44caf51c708f476","status":"passed","time":{"start":1724888284640,"stop":1724888284641,"duration":1}},{"uid":"6a190b1469bd46b1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a190b1469bd46b1","status":"passed","time":{"start":1724887046097,"stop":1724887046097,"duration":0}},{"uid":"236f9dccd7f12190","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/236f9dccd7f12190","status":"passed","time":{"start":1724886828838,"stop":1724886828838,"duration":0}},{"uid":"c5205acd778894a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5205acd778894a6","status":"passed","time":{"start":1724862236790,"stop":1724862236791,"duration":1}},{"uid":"c98a9c01693c5b10","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c98a9c01693c5b10","status":"passed","time":{"start":1724861713625,"stop":1724861713626,"duration":1}},{"uid":"45f40035697f8714","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/45f40035697f8714","status":"passed","time":{"start":1724861586770,"stop":1724861586771,"duration":1}},{"uid":"1adc2d446c9e3dcd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1adc2d446c9e3dcd","status":"passed","time":{"start":1724861418249,"stop":1724861418249,"duration":0}}]},"tags":[]},"source":"7464a1f506d9d5c0.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/748b03037216d6ab.json b/7376/data/test-cases/748b03037216d6ab.json new file mode 100644 index 00000000000..80607696f64 --- /dev/null +++ b/7376/data/test-cases/748b03037216d6ab.json @@ -0,0 +1 @@ +{"uid":"748b03037216d6ab","name":"Ordered Callback sorting by timestamp while page direction is false","fullName":"/tests/store/sorting.node.spec.ts: Waku Store, sorting > Ordered Callback sorting by timestamp while page direction is false","historyId":"b251f1339f9b8455f22b97e76eb54e90:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922982489,"stop":1724922982489,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, sorting"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"eee3cfa6fcb5d027","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/eee3cfa6fcb5d027","status":"passed","time":{"start":1724921656081,"stop":1724921656081,"duration":0}},{"uid":"c3c3024c9533a7e4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c3c3024c9533a7e4","status":"passed","time":{"start":1724921612562,"stop":1724921612562,"duration":0}},{"uid":"3ed229f778bacbc9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3ed229f778bacbc9","status":"passed","time":{"start":1724918317377,"stop":1724918317378,"duration":1}},{"uid":"13ebc5a8b0c10dce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/13ebc5a8b0c10dce","status":"passed","time":{"start":1724890075098,"stop":1724890075099,"duration":1}},{"uid":"211f1d7fd0d518b5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/211f1d7fd0d518b5","status":"passed","time":{"start":1724889203358,"stop":1724889203358,"duration":0}},{"uid":"c253e9500f27acab","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c253e9500f27acab","status":"passed","time":{"start":1724888382917,"stop":1724888382917,"duration":0}},{"uid":"d4eb1ee98d8c2990","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d4eb1ee98d8c2990","status":"passed","time":{"start":1724887158110,"stop":1724887158110,"duration":0}},{"uid":"f0614bd0cddaa44e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f0614bd0cddaa44e","status":"passed","time":{"start":1724886934377,"stop":1724886934377,"duration":0}},{"uid":"cde51f5815ae51ab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cde51f5815ae51ab","status":"passed","time":{"start":1724862354702,"stop":1724862354703,"duration":1}},{"uid":"9333e042ed9d6ef8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9333e042ed9d6ef8","status":"passed","time":{"start":1724861830503,"stop":1724861830503,"duration":0}},{"uid":"6da26a269d1417eb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6da26a269d1417eb","status":"passed","time":{"start":1724861685353,"stop":1724861685353,"duration":0}},{"uid":"3eabf8c3023254f0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3eabf8c3023254f0","status":"passed","time":{"start":1724861518176,"stop":1724861518177,"duration":1}}]},"tags":[]},"source":"748b03037216d6ab.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/9bd488085dbaa43a.json b/7376/data/test-cases/74c1e9b12390fe0d.json similarity index 78% rename from 7346/data/test-cases/9bd488085dbaa43a.json rename to 7376/data/test-cases/74c1e9b12390fe0d.json index e41bb9463dd..451cfd2fd35 100644 --- a/7346/data/test-cases/9bd488085dbaa43a.json +++ b/7376/data/test-cases/74c1e9b12390fe0d.json @@ -1 +1 @@ -{"uid":"9bd488085dbaa43a","name":"Check received message containing JSON","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing JSON","historyId":"2ba9cc45ed556838c79bd1db5f195e9e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392382,"stop":1724765392383,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"8472706fca5a7048","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/8472706fca5a7048","status":"passed","time":{"start":1724765313870,"stop":1724765313871,"duration":1}},{"uid":"81e159dc4c5c03ca","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/81e159dc4c5c03ca","status":"passed","time":{"start":1724763683870,"stop":1724763683870,"duration":0}},{"uid":"845bb2c270520b6e","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/845bb2c270520b6e","status":"passed","time":{"start":1724760929572,"stop":1724760929572,"duration":0}},{"uid":"5a0f7db971a4a99a","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/5a0f7db971a4a99a","status":"passed","time":{"start":1724759955172,"stop":1724759955172,"duration":0}},{"uid":"59b5d007562cbb6b","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/59b5d007562cbb6b","status":"passed","time":{"start":1724758077452,"stop":1724758077452,"duration":0}},{"uid":"a4b277a6a88ba0df","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a4b277a6a88ba0df","status":"passed","time":{"start":1724757801872,"stop":1724757801872,"duration":0}},{"uid":"1700e2acbec258f7","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/1700e2acbec258f7","status":"passed","time":{"start":1724757120192,"stop":1724757120192,"duration":0}},{"uid":"fda390b84c9b9407","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/fda390b84c9b9407","status":"passed","time":{"start":1724755211084,"stop":1724755211084,"duration":0}},{"uid":"d70d0181d707ae4b","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/d70d0181d707ae4b","status":"passed","time":{"start":1724752646553,"stop":1724752646553,"duration":0}},{"uid":"1ccbbeb03119bfc","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/1ccbbeb03119bfc","status":"passed","time":{"start":1724751495292,"stop":1724751495292,"duration":0}},{"uid":"33a7118eddf978f0","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/33a7118eddf978f0","status":"passed","time":{"start":1724750572387,"stop":1724750572387,"duration":0}},{"uid":"31ee244904671b9a","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/31ee244904671b9a","status":"passed","time":{"start":1724749567267,"stop":1724749567267,"duration":0}},{"uid":"4d7de361d7994f60","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/4d7de361d7994f60","status":"passed","time":{"start":1724717880833,"stop":1724717880833,"duration":0}},{"uid":"64148bfed1ba3668","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/64148bfed1ba3668","status":"passed","time":{"start":1724715103513,"stop":1724715103513,"duration":0}},{"uid":"84eb1b8238e91dbf","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/84eb1b8238e91dbf","status":"passed","time":{"start":1724713195364,"stop":1724713195376,"duration":12}},{"uid":"3c9016b21bc6ed0e","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/3c9016b21bc6ed0e","status":"passed","time":{"start":1724706389680,"stop":1724706389680,"duration":0}},{"uid":"39737c9383448e3a","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/39737c9383448e3a","status":"passed","time":{"start":1724704811202,"stop":1724704811202,"duration":0}},{"uid":"455ede35491b7f8b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/455ede35491b7f8b","status":"passed","time":{"start":1724684170201,"stop":1724684170202,"duration":1}},{"uid":"84a5246b0e88eae9","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/84a5246b0e88eae9","status":"passed","time":{"start":1724672903621,"stop":1724672903622,"duration":1}},{"uid":"30c883a2bfd11b7e","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/30c883a2bfd11b7e","status":"passed","time":{"start":1724670674049,"stop":1724670674050,"duration":1}}]},"tags":[]},"source":"9bd488085dbaa43a.json","parameterValues":[]} \ No newline at end of file +{"uid":"74c1e9b12390fe0d","name":"Check received message containing JSON","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing JSON","historyId":"2ba9cc45ed556838c79bd1db5f195e9e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845257,"stop":1724922845257,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"21677b0b3bf04bcd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/21677b0b3bf04bcd","status":"passed","time":{"start":1724921515237,"stop":1724921515237,"duration":0}},{"uid":"4ae5f904aad84eec","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4ae5f904aad84eec","status":"passed","time":{"start":1724921475498,"stop":1724921475499,"duration":1}},{"uid":"75e28d64c8bb28a9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/75e28d64c8bb28a9","status":"passed","time":{"start":1724918179409,"stop":1724918179410,"duration":1}},{"uid":"ec7c75e9c25e551a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ec7c75e9c25e551a","status":"passed","time":{"start":1724889935348,"stop":1724889935348,"duration":0}},{"uid":"6da0a1de0a4ee094","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6da0a1de0a4ee094","status":"passed","time":{"start":1724889072763,"stop":1724889072763,"duration":0}},{"uid":"53ba0d0c9f3ed57e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/53ba0d0c9f3ed57e","status":"passed","time":{"start":1724888232424,"stop":1724888232424,"duration":0}},{"uid":"12a158c77989e718","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/12a158c77989e718","status":"passed","time":{"start":1724887018311,"stop":1724887018311,"duration":0}},{"uid":"9088a65096f2787e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9088a65096f2787e","status":"passed","time":{"start":1724886781497,"stop":1724886781497,"duration":0}},{"uid":"ba86d245b863f85b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ba86d245b863f85b","status":"passed","time":{"start":1724862213671,"stop":1724862213671,"duration":0}},{"uid":"b2ea61a0093a6498","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b2ea61a0093a6498","status":"passed","time":{"start":1724861685872,"stop":1724861685873,"duration":1}},{"uid":"df6fe0dfa634102b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/df6fe0dfa634102b","status":"passed","time":{"start":1724861546199,"stop":1724861546199,"duration":0}},{"uid":"8ff6c6ad8cca71a4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8ff6c6ad8cca71a4","status":"passed","time":{"start":1724861378120,"stop":1724861378120,"duration":0}}]},"tags":[]},"source":"74c1e9b12390fe0d.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/a732215d857a10bc.json b/7376/data/test-cases/74d41e3b473bb7e8.json similarity index 76% rename from 7346/data/test-cases/a732215d857a10bc.json rename to 7376/data/test-cases/74d41e3b473bb7e8.json index 25903f0e899..9237a2027d5 100644 --- a/7346/data/test-cases/a732215d857a10bc.json +++ b/7376/data/test-cases/74d41e3b473bb7e8.json @@ -1 +1 @@ -{"uid":"a732215d857a10bc","name":"Check message with invalid timestamp is not received","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check message with invalid timestamp is not received","historyId":"36bb3ee8fcfb200feda70b5f4761eabf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765048440,"stop":1724765048440,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"749b5fd82048759","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/749b5fd82048759","status":"passed","time":{"start":1724764977155,"stop":1724764977156,"duration":1}},{"uid":"dc2bb5bf37c7505d","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/dc2bb5bf37c7505d","status":"passed","time":{"start":1724763340022,"stop":1724763340022,"duration":0}},{"uid":"ca9fbadabce3b9ee","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ca9fbadabce3b9ee","status":"passed","time":{"start":1724760600544,"stop":1724760600562,"duration":18}},{"uid":"28fd383f7a95e041","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/28fd383f7a95e041","status":"passed","time":{"start":1724759627557,"stop":1724759627557,"duration":0}},{"uid":"98f3dcd209b3fb5b","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/98f3dcd209b3fb5b","status":"passed","time":{"start":1724757762744,"stop":1724757762749,"duration":5}},{"uid":"a4b7193bd6f4dbd9","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a4b7193bd6f4dbd9","status":"passed","time":{"start":1724757473945,"stop":1724757473946,"duration":1}},{"uid":"6fca101408276cf5","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/6fca101408276cf5","status":"passed","time":{"start":1724756806022,"stop":1724756806022,"duration":0}},{"uid":"e3982d33004cdb48","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/e3982d33004cdb48","status":"passed","time":{"start":1724754890977,"stop":1724754890977,"duration":0}},{"uid":"79e4515af21bcd41","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/79e4515af21bcd41","status":"passed","time":{"start":1724752321317,"stop":1724752321317,"duration":0}},{"uid":"3354723c1938be15","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/3354723c1938be15","status":"passed","time":{"start":1724751157985,"stop":1724751157986,"duration":1}},{"uid":"9cdc504f57fc86ac","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/9cdc504f57fc86ac","status":"passed","time":{"start":1724750231030,"stop":1724750231030,"duration":0}},{"uid":"2f1034366f3519f8","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/2f1034366f3519f8","status":"passed","time":{"start":1724749270697,"stop":1724749270701,"duration":4}},{"uid":"8b382bcc8dc392e9","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/8b382bcc8dc392e9","status":"passed","time":{"start":1724717545695,"stop":1724717545696,"duration":1}},{"uid":"83f1513d3e49cac4","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/83f1513d3e49cac4","status":"passed","time":{"start":1724714779173,"stop":1724714779173,"duration":0}},{"uid":"812ac7e01bf0c11","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/812ac7e01bf0c11","status":"passed","time":{"start":1724712855336,"stop":1724712855336,"duration":0}},{"uid":"f35d26227806293","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f35d26227806293","status":"passed","time":{"start":1724706072122,"stop":1724706072123,"duration":1}},{"uid":"66618d4bc3fdfdb7","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/66618d4bc3fdfdb7","status":"passed","time":{"start":1724704476166,"stop":1724704476166,"duration":0}},{"uid":"9c70e8d579f17ec8","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/9c70e8d579f17ec8","status":"passed","time":{"start":1724683855325,"stop":1724683855325,"duration":0}},{"uid":"7e6d8fb70671e70c","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/7e6d8fb70671e70c","status":"passed","time":{"start":1724672579682,"stop":1724672579682,"duration":0}},{"uid":"fd5e7f26226e2b07","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/fd5e7f26226e2b07","status":"passed","time":{"start":1724670325026,"stop":1724670325027,"duration":1}}]},"tags":[]},"source":"a732215d857a10bc.json","parameterValues":[]} \ No newline at end of file +{"uid":"74d41e3b473bb7e8","name":"Check message with invalid timestamp is not received","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check message with invalid timestamp is not received","historyId":"36bb3ee8fcfb200feda70b5f4761eabf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922601847,"stop":1724922601847,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"14cbcc48d0fac80d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/14cbcc48d0fac80d","status":"passed","time":{"start":1724921267873,"stop":1724921267874,"duration":1}},{"uid":"876add97b2f4997c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/876add97b2f4997c","status":"passed","time":{"start":1724921244386,"stop":1724921244387,"duration":1}},{"uid":"5af38f099059b1cd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5af38f099059b1cd","status":"passed","time":{"start":1724917916058,"stop":1724917916058,"duration":0}},{"uid":"d626e62f74afadff","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d626e62f74afadff","status":"passed","time":{"start":1724889678259,"stop":1724889678259,"duration":0}},{"uid":"4b3aab4907996536","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b3aab4907996536","status":"passed","time":{"start":1724888831688,"stop":1724888831688,"duration":0}},{"uid":"933f6e16158b178a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/933f6e16158b178a","status":"passed","time":{"start":1724888003323,"stop":1724888003324,"duration":1}},{"uid":"2910e2245e5c9362","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2910e2245e5c9362","status":"passed","time":{"start":1724886776612,"stop":1724886776613,"duration":1}},{"uid":"87be36d9b7851ae2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/87be36d9b7851ae2","status":"passed","time":{"start":1724886555801,"stop":1724886555802,"duration":1}},{"uid":"b983a63141cfab29","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b983a63141cfab29","status":"passed","time":{"start":1724861983014,"stop":1724861983014,"duration":0}},{"uid":"628d5e9d745ffd7b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/628d5e9d745ffd7b","status":"passed","time":{"start":1724861444070,"stop":1724861444070,"duration":0}},{"uid":"d971c6432a17d0a7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d971c6432a17d0a7","status":"passed","time":{"start":1724861285838,"stop":1724861285838,"duration":0}},{"uid":"f92ba2da2d8827af","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f92ba2da2d8827af","status":"passed","time":{"start":1724861145676,"stop":1724861145676,"duration":0}}]},"tags":[]},"source":"74d41e3b473bb7e8.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/7504fa2da2490ac6.json b/7376/data/test-cases/7504fa2da2490ac6.json new file mode 100644 index 00000000000..de5e98d5ffc --- /dev/null +++ b/7376/data/test-cases/7504fa2da2490ac6.json @@ -0,0 +1 @@ +{"uid":"7504fa2da2490ac6","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /app/29/sometopic/someencoding to shard index 6","historyId":"820dd76ff699bf97b090a36292148731:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374673,"stop":1724922374673,"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":"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":13,"unknown":0,"total":13},"items":[{"uid":"44ecaff2390e5433","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/44ecaff2390e5433","status":"passed","time":{"start":1724921037633,"stop":1724921037633,"duration":0}},{"uid":"58b0cca3b09b61cd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/58b0cca3b09b61cd","status":"passed","time":{"start":1724921013046,"stop":1724921013046,"duration":0}},{"uid":"f2308954bdfd975e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f2308954bdfd975e","status":"passed","time":{"start":1724917673289,"stop":1724917673289,"duration":0}},{"uid":"dfc259fd4666162a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dfc259fd4666162a","status":"passed","time":{"start":1724889452308,"stop":1724889452308,"duration":0}},{"uid":"be34f1cc55141ee6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/be34f1cc55141ee6","status":"passed","time":{"start":1724888602838,"stop":1724888602838,"duration":0}},{"uid":"c17ba3e3ba5b2ed7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c17ba3e3ba5b2ed7","status":"passed","time":{"start":1724887759162,"stop":1724887759162,"duration":0}},{"uid":"46c5c77d1c957da4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/46c5c77d1c957da4","status":"passed","time":{"start":1724886525542,"stop":1724886525542,"duration":0}},{"uid":"491e42314606dec4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/491e42314606dec4","status":"passed","time":{"start":1724886303395,"stop":1724886303395,"duration":0}},{"uid":"5165824969a80827","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5165824969a80827","status":"passed","time":{"start":1724861752225,"stop":1724861752225,"duration":0}},{"uid":"d93c637b60a179e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d93c637b60a179e","status":"passed","time":{"start":1724861223353,"stop":1724861223353,"duration":0}},{"uid":"43a464a5dcc2f3ab","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/43a464a5dcc2f3ab","status":"passed","time":{"start":1724861045200,"stop":1724861045200,"duration":0}},{"uid":"89f23b5412ee9e8a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/89f23b5412ee9e8a","status":"passed","time":{"start":1724860907083,"stop":1724860907083,"duration":0}}]},"tags":[]},"source":"7504fa2da2490ac6.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/753187cb3357070f.json b/7376/data/test-cases/753187cb3357070f.json new file mode 100644 index 00000000000..257d1400b0e --- /dev/null +++ b/7376/data/test-cases/753187cb3357070f.json @@ -0,0 +1 @@ +{"uid":"753187cb3357070f","name":"should be able to decode the field with ALL protocols set to true","fullName":"/src/waku2_codec.spec.ts: ENR waku2 codec > Decoding > should be able to decode the field with ALL protocols set to true","historyId":"899c5d66a8337911ade43525f8b3dfaa:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922382331,"stop":1724922382331,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR waku2 codec"},{"name":"suite","value":"Decoding"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5518751c2318af6c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5518751c2318af6c","status":"passed","time":{"start":1724921045535,"stop":1724921045536,"duration":1}},{"uid":"1661832603cbd71a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1661832603cbd71a","status":"passed","time":{"start":1724921020729,"stop":1724921020729,"duration":0}},{"uid":"d61e1c7e11429f4d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d61e1c7e11429f4d","status":"passed","time":{"start":1724917681060,"stop":1724917681061,"duration":1}},{"uid":"94e35760555c9101","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/94e35760555c9101","status":"passed","time":{"start":1724889459953,"stop":1724889459953,"duration":0}},{"uid":"391d51077abb788a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/391d51077abb788a","status":"passed","time":{"start":1724888610542,"stop":1724888610542,"duration":0}},{"uid":"6e95634198b8d67c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6e95634198b8d67c","status":"passed","time":{"start":1724887766851,"stop":1724887766851,"duration":0}},{"uid":"c44638fcd29da577","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c44638fcd29da577","status":"passed","time":{"start":1724886533246,"stop":1724886533247,"duration":1}},{"uid":"72f3c62e47268ca5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/72f3c62e47268ca5","status":"passed","time":{"start":1724886311094,"stop":1724886311095,"duration":1}},{"uid":"d83e02c6e9764f62","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d83e02c6e9764f62","status":"passed","time":{"start":1724861760052,"stop":1724861760052,"duration":0}},{"uid":"273a8b0db805a057","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/273a8b0db805a057","status":"passed","time":{"start":1724861230835,"stop":1724861230836,"duration":1}},{"uid":"bc588a9c0ef32066","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bc588a9c0ef32066","status":"passed","time":{"start":1724861053408,"stop":1724861053409,"duration":1}},{"uid":"5db42af2bc1fcd84","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5db42af2bc1fcd84","status":"passed","time":{"start":1724860914747,"stop":1724860914748,"duration":1}}]},"tags":[]},"source":"753187cb3357070f.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/915e5a37d9391a44.json b/7376/data/test-cases/7556d1c3b6c8d8b2.json similarity index 74% rename from 7346/data/test-cases/915e5a37d9391a44.json rename to 7376/data/test-cases/7556d1c3b6c8d8b2.json index 454197bc842..16588242fce 100644 --- a/7346/data/test-cases/915e5a37d9391a44.json +++ b/7376/data/test-cases/7556d1c3b6c8d8b2.json @@ -1 +1 @@ -{"uid":"915e5a37d9391a44","name":"Subscribe to topic containing emoji and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing emoji and publish message","historyId":"bdabfcfb86055f5c81ec321675060d04:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765421011,"stop":1724765421011,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"8e4d8546d6526fa1","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/8e4d8546d6526fa1","status":"passed","time":{"start":1724765345665,"stop":1724765345665,"duration":0}},{"uid":"308f0d01cd5ad64d","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/308f0d01cd5ad64d","status":"passed","time":{"start":1724763728522,"stop":1724763728523,"duration":1}},{"uid":"381a30c294981fb8","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/381a30c294981fb8","status":"passed","time":{"start":1724760958463,"stop":1724760958463,"duration":0}},{"uid":"fb80ad20c5d8a5e7","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/fb80ad20c5d8a5e7","status":"passed","time":{"start":1724759986221,"stop":1724759986222,"duration":1}},{"uid":"3ec6adc6435e4e63","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/3ec6adc6435e4e63","status":"passed","time":{"start":1724758132002,"stop":1724758132004,"duration":2}},{"uid":"320938115bdcd1d2","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/320938115bdcd1d2","status":"passed","time":{"start":1724757804674,"stop":1724757804674,"duration":0}},{"uid":"4ed70eec4e42a3b5","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/4ed70eec4e42a3b5","status":"passed","time":{"start":1724757182048,"stop":1724757182049,"duration":1}},{"uid":"ceee3ad2f8f76131","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ceee3ad2f8f76131","status":"passed","time":{"start":1724755250672,"stop":1724755250672,"duration":0}},{"uid":"931c44d340146545","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/931c44d340146545","status":"passed","time":{"start":1724752681465,"stop":1724752681466,"duration":1}},{"uid":"5759b7232f755bbe","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/5759b7232f755bbe","status":"passed","time":{"start":1724751529163,"stop":1724751529163,"duration":0}},{"uid":"7f316e9d5b1628cc","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/7f316e9d5b1628cc","status":"passed","time":{"start":1724750601887,"stop":1724750601888,"duration":1}},{"uid":"af0dd10e7643e03f","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/af0dd10e7643e03f","status":"passed","time":{"start":1724749597814,"stop":1724749597814,"duration":0}},{"uid":"39890d1e91de5c1b","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/39890d1e91de5c1b","status":"passed","time":{"start":1724717911311,"stop":1724717911311,"duration":0}},{"uid":"3b0143de5b3dfb4c","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/3b0143de5b3dfb4c","status":"passed","time":{"start":1724715155606,"stop":1724715155607,"duration":1}},{"uid":"8fef71da40839d2b","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/8fef71da40839d2b","status":"passed","time":{"start":1724713233431,"stop":1724713233432,"duration":1}},{"uid":"7825d0a4ea081fc6","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/7825d0a4ea081fc6","status":"passed","time":{"start":1724706419534,"stop":1724706419534,"duration":0}},{"uid":"6b40049237b39c12","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6b40049237b39c12","status":"passed","time":{"start":1724704833546,"stop":1724704833546,"duration":0}},{"uid":"756e52bcf0e4771c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/756e52bcf0e4771c","status":"passed","time":{"start":1724684206374,"stop":1724684206374,"duration":0}},{"uid":"4c5dc13f521391c7","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/4c5dc13f521391c7","status":"passed","time":{"start":1724672961272,"stop":1724672961272,"duration":0}},{"uid":"dbc5510df321b9d0","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/dbc5510df321b9d0","status":"passed","time":{"start":1724670685273,"stop":1724670685274,"duration":1}}]},"tags":[]},"source":"915e5a37d9391a44.json","parameterValues":[]} \ No newline at end of file +{"uid":"7556d1c3b6c8d8b2","name":"Subscribe to topic containing emoji and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing emoji and publish message","historyId":"bdabfcfb86055f5c81ec321675060d04:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922891494,"stop":1724922891494,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"19d636f5194df652","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/19d636f5194df652","status":"passed","time":{"start":1724921563022,"stop":1724921563022,"duration":0}},{"uid":"bccef0dce924e84d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bccef0dce924e84d","status":"passed","time":{"start":1724921526818,"stop":1724921526819,"duration":1}},{"uid":"16e7e47506fdf67a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/16e7e47506fdf67a","status":"passed","time":{"start":1724918239954,"stop":1724918239954,"duration":0}},{"uid":"545733b0e1be8bd6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/545733b0e1be8bd6","status":"passed","time":{"start":1724889980929,"stop":1724889980929,"duration":0}},{"uid":"f753b364677fd5c8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f753b364677fd5c8","status":"passed","time":{"start":1724889109980,"stop":1724889109981,"duration":1}},{"uid":"5e613a9baa783277","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5e613a9baa783277","status":"passed","time":{"start":1724888294727,"stop":1724888294728,"duration":1}},{"uid":"9517c8a0c68f3a08","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9517c8a0c68f3a08","status":"passed","time":{"start":1724887071748,"stop":1724887071748,"duration":0}},{"uid":"1819fe9ce3a00873","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1819fe9ce3a00873","status":"passed","time":{"start":1724886848351,"stop":1724886848351,"duration":0}},{"uid":"1c71fbe5339bcb2e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c71fbe5339bcb2e","status":"passed","time":{"start":1724862259263,"stop":1724862259263,"duration":0}},{"uid":"8591c449ba5f1c7c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8591c449ba5f1c7c","status":"passed","time":{"start":1724861735337,"stop":1724861735337,"duration":0}},{"uid":"c591f7f72fab31ed","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c591f7f72fab31ed","status":"passed","time":{"start":1724861606354,"stop":1724861606354,"duration":0}},{"uid":"508abcbf0668fbb9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/508abcbf0668fbb9","status":"passed","time":{"start":1724861426693,"stop":1724861426694,"duration":1}}]},"tags":[]},"source":"7556d1c3b6c8d8b2.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/7616c6abae9bb00f.json b/7376/data/test-cases/7616c6abae9bb00f.json new file mode 100644 index 00000000000..a4f824ca045 --- /dev/null +++ b/7376/data/test-cases/7616c6abae9bb00f.json @@ -0,0 +1 @@ +{"uid":"7616c6abae9bb00f","name":"Subscribe to topic containing emoji and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to topic containing emoji and receive message","historyId":"2d635ae542813e2e5bf7f4e1c97e6e33:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012468,"stop":1724923012468,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1f03a9853a82bb13","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1f03a9853a82bb13","status":"passed","time":{"start":1724921625076,"stop":1724921625076,"duration":0}},{"uid":"fd992312fd34e4ae","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fd992312fd34e4ae","status":"passed","time":{"start":1724921590499,"stop":1724921590499,"duration":0}},{"uid":"caad16e9a8355954","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/caad16e9a8355954","status":"passed","time":{"start":1724918287568,"stop":1724918287568,"duration":0}},{"uid":"1b7eb8eccc0fe94","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1b7eb8eccc0fe94","status":"passed","time":{"start":1724890047792,"stop":1724890047792,"duration":0}},{"uid":"e4ebc71415c170da","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e4ebc71415c170da","status":"passed","time":{"start":1724889183924,"stop":1724889183924,"duration":0}},{"uid":"e54d4707149ed1d4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e54d4707149ed1d4","status":"passed","time":{"start":1724888354173,"stop":1724888354173,"duration":0}},{"uid":"b443a1f1d800da6e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b443a1f1d800da6e","status":"passed","time":{"start":1724887145667,"stop":1724887145675,"duration":8}},{"uid":"b5d671b8bed7a6c2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b5d671b8bed7a6c2","status":"passed","time":{"start":1724886915790,"stop":1724886915790,"duration":0}},{"uid":"63d61fce0b0e8b62","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/63d61fce0b0e8b62","status":"passed","time":{"start":1724862341454,"stop":1724862341454,"duration":0}},{"uid":"72192891001c778b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/72192891001c778b","status":"passed","time":{"start":1724861805445,"stop":1724861805445,"duration":0}},{"uid":"20fe8bfda05370f3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/20fe8bfda05370f3","status":"passed","time":{"start":1724861662288,"stop":1724861662289,"duration":1}},{"uid":"48441561757b8ed1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/48441561757b8ed1","status":"passed","time":{"start":1724861492517,"stop":1724861492518,"duration":1}}]},"tags":[]},"source":"7616c6abae9bb00f.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/7675b91bb45699e9.json b/7376/data/test-cases/7675b91bb45699e9.json new file mode 100644 index 00000000000..573bc24f7b6 --- /dev/null +++ b/7376/data/test-cases/7675b91bb45699e9.json @@ -0,0 +1 @@ +{"uid":"7675b91bb45699e9","name":"Should fail to subscribe with decoder with wrong pubsubTopic","fullName":"/tests/filter/single_node/multiple_pubsub.node.spec.ts: Waku Filter V2 (Named sharding): Multiple PubsubTopics > Should fail to subscribe with decoder with wrong pubsubTopic","historyId":"5590990f458e9cd5256061a912d7094e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922508642,"stop":1724922508642,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2 (Named sharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f47fc99520fc0fba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f47fc99520fc0fba","status":"passed","time":{"start":1724921164608,"stop":1724921164608,"duration":0}},{"uid":"12462c1d93cece7a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/12462c1d93cece7a","status":"passed","time":{"start":1724921137838,"stop":1724921137838,"duration":0}},{"uid":"dd5677ed0a542ed5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd5677ed0a542ed5","status":"passed","time":{"start":1724917810543,"stop":1724917810543,"duration":0}},{"uid":"1f5894979fcb2f82","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1f5894979fcb2f82","status":"passed","time":{"start":1724889585452,"stop":1724889585452,"duration":0}},{"uid":"43586cbdbe0f1d17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/43586cbdbe0f1d17","status":"passed","time":{"start":1724888736524,"stop":1724888736528,"duration":4}},{"uid":"795a7ed600cf1ceb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/795a7ed600cf1ceb","status":"passed","time":{"start":1724887891798,"stop":1724887891798,"duration":0}},{"uid":"ceb54ca22ee3fdea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ceb54ca22ee3fdea","status":"passed","time":{"start":1724886657797,"stop":1724886657798,"duration":1}},{"uid":"77110332771f242c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/77110332771f242c","status":"passed","time":{"start":1724886447362,"stop":1724886447362,"duration":0}},{"uid":"14e67e508bcc5241","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14e67e508bcc5241","status":"passed","time":{"start":1724861880138,"stop":1724861880139,"duration":1}},{"uid":"8f7e9b3fd623923c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8f7e9b3fd623923c","status":"passed","time":{"start":1724861359784,"stop":1724861359784,"duration":0}},{"uid":"5fd4e5aec6320bf0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5fd4e5aec6320bf0","status":"passed","time":{"start":1724861179686,"stop":1724861179686,"duration":0}},{"uid":"1c41baae0a8c71c5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1c41baae0a8c71c5","status":"passed","time":{"start":1724861040983,"stop":1724861040983,"duration":0}}]},"tags":[]},"source":"7675b91bb45699e9.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/76944968bcc34638.json b/7376/data/test-cases/76944968bcc34638.json new file mode 100644 index 00000000000..450aea95fc7 --- /dev/null +++ b/7376/data/test-cases/76944968bcc34638.json @@ -0,0 +1 @@ +{"uid":"76944968bcc34638","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for invalid PubsubTopic format: /incorrect/format","historyId":"a76ead29381dcdaff9c468c45a54849a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374683,"stop":1724922374683,"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":13,"unknown":0,"total":13},"items":[{"uid":"997580436d78ecb1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/997580436d78ecb1","status":"passed","time":{"start":1724921037643,"stop":1724921037644,"duration":1}},{"uid":"6e3574671fbe4e5f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6e3574671fbe4e5f","status":"passed","time":{"start":1724921013056,"stop":1724921013057,"duration":1}},{"uid":"6b1c23e2983f23a1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6b1c23e2983f23a1","status":"passed","time":{"start":1724917673298,"stop":1724917673298,"duration":0}},{"uid":"b2c71cb2e3059d14","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b2c71cb2e3059d14","status":"passed","time":{"start":1724889452317,"stop":1724889452318,"duration":1}},{"uid":"5749bb78f9984c52","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5749bb78f9984c52","status":"passed","time":{"start":1724888602849,"stop":1724888602849,"duration":0}},{"uid":"8b8747ed0715ae1d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8b8747ed0715ae1d","status":"passed","time":{"start":1724887759170,"stop":1724887759170,"duration":0}},{"uid":"5eeb2f14206c2692","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5eeb2f14206c2692","status":"passed","time":{"start":1724886525550,"stop":1724886525550,"duration":0}},{"uid":"bb9253dff19d7c4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bb9253dff19d7c4","status":"passed","time":{"start":1724886303404,"stop":1724886303404,"duration":0}},{"uid":"e4a1955986fdcad9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e4a1955986fdcad9","status":"passed","time":{"start":1724861752236,"stop":1724861752236,"duration":0}},{"uid":"a23f917e0d42ad83","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a23f917e0d42ad83","status":"passed","time":{"start":1724861223361,"stop":1724861223361,"duration":0}},{"uid":"62cbcb44c2fb4c5b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/62cbcb44c2fb4c5b","status":"passed","time":{"start":1724861045209,"stop":1724861045209,"duration":0}},{"uid":"2f3f920df37cf4f0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2f3f920df37cf4f0","status":"passed","time":{"start":1724860907092,"stop":1724860907092,"duration":0}}]},"tags":[]},"source":"76944968bcc34638.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/76fd16ddcb1253bf.json b/7376/data/test-cases/76fd16ddcb1253bf.json new file mode 100644 index 00000000000..5a008d46175 --- /dev/null +++ b/7376/data/test-cases/76fd16ddcb1253bf.json @@ -0,0 +1 @@ +{"uid":"76fd16ddcb1253bf","name":"Encoder throws on empty string content topic","fullName":"/src/ecies.spec.ts: Ensures content topic is defined > Encoder throws on empty string content topic","historyId":"5375b30bc15d959901b4c592f8297ef5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922410312,"stop":1724922410312,"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":"Ensures content topic is defined"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"566a4241c4c286f4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/566a4241c4c286f4","status":"passed","time":{"start":1724921073460,"stop":1724921073460,"duration":0}},{"uid":"deec59116f404773","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/deec59116f404773","status":"passed","time":{"start":1724921048447,"stop":1724921048448,"duration":1}},{"uid":"95a9885e79433d2a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/95a9885e79433d2a","status":"passed","time":{"start":1724917708700,"stop":1724917708700,"duration":0}},{"uid":"9c5e7098827bfe25","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9c5e7098827bfe25","status":"passed","time":{"start":1724889487516,"stop":1724889487516,"duration":0}},{"uid":"3ef38bfa3b87d64a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3ef38bfa3b87d64a","status":"passed","time":{"start":1724888638223,"stop":1724888638223,"duration":0}},{"uid":"fac8f5e0ca24461d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fac8f5e0ca24461d","status":"passed","time":{"start":1724887794484,"stop":1724887794484,"duration":0}},{"uid":"3cf8c231e7bc9152","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3cf8c231e7bc9152","status":"passed","time":{"start":1724886561407,"stop":1724886561407,"duration":0}},{"uid":"42885efb74b721fd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/42885efb74b721fd","status":"passed","time":{"start":1724886339063,"stop":1724886339063,"duration":0}},{"uid":"266506136c3917f6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/266506136c3917f6","status":"passed","time":{"start":1724861788384,"stop":1724861788384,"duration":0}},{"uid":"e26b03c4af65d683","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e26b03c4af65d683","status":"passed","time":{"start":1724861258536,"stop":1724861258536,"duration":0}},{"uid":"215ccb85e61b806c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/215ccb85e61b806c","status":"passed","time":{"start":1724861082796,"stop":1724861082796,"duration":0}},{"uid":"954f04b83f5aa1e0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/954f04b83f5aa1e0","status":"passed","time":{"start":1724860943248,"stop":1724860943249,"duration":1}}]},"tags":[]},"source":"76fd16ddcb1253bf.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/77292f6ffec00746.json b/7376/data/test-cases/77292f6ffec00746.json new file mode 100644 index 00000000000..67fd88e99f7 --- /dev/null +++ b/7376/data/test-cases/77292f6ffec00746.json @@ -0,0 +1 @@ +{"uid":"77292f6ffec00746","name":"Subscribe and receive messages via lightPush","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe and receive messages via lightPush","historyId":"6e1c32dcfd79db0371ce4cdbb0dcfb72:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012457,"stop":1724923012457,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3ac9a7b5c3556c82","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3ac9a7b5c3556c82","status":"passed","time":{"start":1724921625031,"stop":1724921625032,"duration":1}},{"uid":"6c80abad73b6fe96","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6c80abad73b6fe96","status":"passed","time":{"start":1724921590477,"stop":1724921590477,"duration":0}},{"uid":"d1f167fdf6a2d1f1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d1f167fdf6a2d1f1","status":"passed","time":{"start":1724918287557,"stop":1724918287557,"duration":0}},{"uid":"c1f1651306cbd614","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c1f1651306cbd614","status":"passed","time":{"start":1724890047780,"stop":1724890047781,"duration":1}},{"uid":"9a50f55f86c82c0c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9a50f55f86c82c0c","status":"passed","time":{"start":1724889183912,"stop":1724889183912,"duration":0}},{"uid":"bb3aba573d4740ec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bb3aba573d4740ec","status":"passed","time":{"start":1724888354156,"stop":1724888354157,"duration":1}},{"uid":"ca630ede37660db3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ca630ede37660db3","status":"passed","time":{"start":1724887145648,"stop":1724887145649,"duration":1}},{"uid":"cd30f3f8d5b42a0d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cd30f3f8d5b42a0d","status":"passed","time":{"start":1724886915774,"stop":1724886915775,"duration":1}},{"uid":"94fdcd8b10bcc194","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/94fdcd8b10bcc194","status":"passed","time":{"start":1724862341429,"stop":1724862341430,"duration":1}},{"uid":"6cf16867df936391","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6cf16867df936391","status":"passed","time":{"start":1724861805428,"stop":1724861805429,"duration":1}},{"uid":"b023975ec422732b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b023975ec422732b","status":"passed","time":{"start":1724861662238,"stop":1724861662238,"duration":0}},{"uid":"2d6a25ad863af884","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2d6a25ad863af884","status":"passed","time":{"start":1724861492501,"stop":1724861492501,"duration":0}}]},"tags":[]},"source":"77292f6ffec00746.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/6f5f9ecaa84dce63.json b/7376/data/test-cases/7732ef15cef4fdf0.json similarity index 77% rename from 7346/data/test-cases/6f5f9ecaa84dce63.json rename to 7376/data/test-cases/7732ef15cef4fdf0.json index 0d7d57a26e0..7209d5a65a9 100644 --- a/7346/data/test-cases/6f5f9ecaa84dce63.json +++ b/7376/data/test-cases/7732ef15cef4fdf0.json @@ -1 +1 @@ -{"uid":"6f5f9ecaa84dce63","name":"Check publish message containing JSON","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing JSON","historyId":"157a8cb15ba38d6841cc7163c7b624e5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765426728,"stop":1724765426729,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"22d30ce47c868c3f","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/22d30ce47c868c3f","status":"passed","time":{"start":1724765341331,"stop":1724765341331,"duration":0}},{"uid":"4ef2fb6cc0099796","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/4ef2fb6cc0099796","status":"passed","time":{"start":1724763725729,"stop":1724763725730,"duration":1}},{"uid":"fd974dfbc8baa8e3","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/fd974dfbc8baa8e3","status":"passed","time":{"start":1724760957724,"stop":1724760957724,"duration":0}},{"uid":"b4a9d2e6ac449a09","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/b4a9d2e6ac449a09","status":"passed","time":{"start":1724759981884,"stop":1724759981885,"duration":1}},{"uid":"d5b70a8c247914e3","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/d5b70a8c247914e3","status":"passed","time":{"start":1724758132035,"stop":1724758132036,"duration":1}},{"uid":"97e0440531f80a1a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/97e0440531f80a1a","status":"passed","time":{"start":1724757777631,"stop":1724757777631,"duration":0}},{"uid":"1130dee412050591","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/1130dee412050591","status":"passed","time":{"start":1724757176020,"stop":1724757176020,"duration":0}},{"uid":"ebcaa2825976ba56","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ebcaa2825976ba56","status":"passed","time":{"start":1724755243510,"stop":1724755243511,"duration":1}},{"uid":"d1d9a30f1321f758","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/d1d9a30f1321f758","status":"passed","time":{"start":1724752673885,"stop":1724752673886,"duration":1}},{"uid":"cf273ced8a9d8a43","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/cf273ced8a9d8a43","status":"passed","time":{"start":1724751529513,"stop":1724751529513,"duration":0}},{"uid":"720763759aea8e88","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/720763759aea8e88","status":"passed","time":{"start":1724750600089,"stop":1724750600090,"duration":1}},{"uid":"a5555fd4f9f14ea0","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/a5555fd4f9f14ea0","status":"passed","time":{"start":1724749599691,"stop":1724749599692,"duration":1}},{"uid":"2959c1bd3e33dbf","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/2959c1bd3e33dbf","status":"passed","time":{"start":1724717906125,"stop":1724717906126,"duration":1}},{"uid":"d7cc4f1e41c88688","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/d7cc4f1e41c88688","status":"passed","time":{"start":1724715143943,"stop":1724715143944,"duration":1}},{"uid":"9dbe040738273db0","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/9dbe040738273db0","status":"passed","time":{"start":1724713227721,"stop":1724713227730,"duration":9}},{"uid":"c88fde7296239e61","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c88fde7296239e61","status":"passed","time":{"start":1724706419037,"stop":1724706419038,"duration":1}},{"uid":"813b6512c26173b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/813b6512c26173b","status":"passed","time":{"start":1724704834032,"stop":1724704834033,"duration":1}},{"uid":"a3c09d788d17915","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a3c09d788d17915","status":"passed","time":{"start":1724684210895,"stop":1724684210895,"duration":0}},{"uid":"efd0f4ee030d2eac","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/efd0f4ee030d2eac","status":"passed","time":{"start":1724672960981,"stop":1724672960982,"duration":1}},{"uid":"698f35c1b143b237","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/698f35c1b143b237","status":"passed","time":{"start":1724670677918,"stop":1724670677918,"duration":0}}]},"tags":[]},"source":"6f5f9ecaa84dce63.json","parameterValues":[]} \ No newline at end of file +{"uid":"7732ef15cef4fdf0","name":"Check publish message containing JSON","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing JSON","historyId":"157a8cb15ba38d6841cc7163c7b624e5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922887525,"stop":1724922887526,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ec893939505b729c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ec893939505b729c","status":"passed","time":{"start":1724921564776,"stop":1724921564776,"duration":0}},{"uid":"4ca9008b1b4704e0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4ca9008b1b4704e0","status":"passed","time":{"start":1724921518820,"stop":1724921518821,"duration":1}},{"uid":"74f1409074480e1e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/74f1409074480e1e","status":"passed","time":{"start":1724918229399,"stop":1724918229399,"duration":0}},{"uid":"cfec9534ca662425","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cfec9534ca662425","status":"passed","time":{"start":1724889980702,"stop":1724889980702,"duration":0}},{"uid":"80ba4aa86af5d3c6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80ba4aa86af5d3c6","status":"passed","time":{"start":1724889111162,"stop":1724889111163,"duration":1}},{"uid":"a7bf8d78fa5d2c5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a7bf8d78fa5d2c5","status":"passed","time":{"start":1724888292533,"stop":1724888292533,"duration":0}},{"uid":"bf13a72716194012","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bf13a72716194012","status":"passed","time":{"start":1724887068225,"stop":1724887068225,"duration":0}},{"uid":"4938b5742df53846","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4938b5742df53846","status":"passed","time":{"start":1724886848925,"stop":1724886848926,"duration":1}},{"uid":"4baff0f551e2210a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4baff0f551e2210a","status":"passed","time":{"start":1724862262047,"stop":1724862262047,"duration":0}},{"uid":"533fcc7792c12fce","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/533fcc7792c12fce","status":"passed","time":{"start":1724861741893,"stop":1724861741893,"duration":0}},{"uid":"968614f1201603b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/968614f1201603b","status":"passed","time":{"start":1724861599491,"stop":1724861599492,"duration":1}},{"uid":"9eb45bddb768a34e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9eb45bddb768a34e","status":"passed","time":{"start":1724861428475,"stop":1724861428475,"duration":0}}]},"tags":[]},"source":"7732ef15cef4fdf0.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/776b8b391cf32a00.json b/7376/data/test-cases/776b8b391cf32a00.json new file mode 100644 index 00000000000..310d1844058 --- /dev/null +++ b/7376/data/test-cases/776b8b391cf32a00.json @@ -0,0 +1 @@ +{"uid":"776b8b391cf32a00","name":"Unsubscribe 1 topic - node subscribed to 1 topic","fullName":"/tests/filter/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true > Unsubscribe 1 topic - node subscribed to 1 topic","historyId":"11a18f98a0621ac4de0ae85169b12a88:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922647829,"stop":1724922647830,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"50fd81ba7d4f3fe9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/50fd81ba7d4f3fe9","status":"passed","time":{"start":1724921300785,"stop":1724921300786,"duration":1}},{"uid":"109d8adb56b1e290","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/109d8adb56b1e290","status":"passed","time":{"start":1724921280712,"stop":1724921280713,"duration":1}},{"uid":"1cd629b1d84558ee","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1cd629b1d84558ee","status":"passed","time":{"start":1724917963257,"stop":1724917963258,"duration":1}},{"uid":"86958f2ad74fe777","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/86958f2ad74fe777","status":"passed","time":{"start":1724889734116,"stop":1724889734117,"duration":1}},{"uid":"bc257af3d1e3f7c2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc257af3d1e3f7c2","status":"passed","time":{"start":1724888859613,"stop":1724888859614,"duration":1}},{"uid":"275b95f5d506742b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/275b95f5d506742b","status":"passed","time":{"start":1724888053949,"stop":1724888053950,"duration":1}},{"uid":"269e42324cbbfedd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/269e42324cbbfedd","status":"passed","time":{"start":1724886820675,"stop":1724886820675,"duration":0}},{"uid":"9d6bc7b6bdda5e5f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9d6bc7b6bdda5e5f","status":"passed","time":{"start":1724886589263,"stop":1724886589264,"duration":1}},{"uid":"5367a709cd3752b9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5367a709cd3752b9","status":"passed","time":{"start":1724862027789,"stop":1724862027790,"duration":1}},{"uid":"78ae417bb3ac8f87","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/78ae417bb3ac8f87","status":"passed","time":{"start":1724861484558,"stop":1724861484558,"duration":0}},{"uid":"5206d3cfb51f0af5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5206d3cfb51f0af5","status":"passed","time":{"start":1724861315155,"stop":1724861315156,"duration":1}},{"uid":"ca7635007e93f56e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ca7635007e93f56e","status":"passed","time":{"start":1724861168753,"stop":1724861168754,"duration":1}}]},"tags":[]},"source":"776b8b391cf32a00.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/7830955c611e30a2.json b/7376/data/test-cases/7830955c611e30a2.json new file mode 100644 index 00000000000..85e7c395575 --- /dev/null +++ b/7376/data/test-cases/7830955c611e30a2.json @@ -0,0 +1 @@ +{"uid":"7830955c611e30a2","name":"should correctly map /waku/2/content/test.js to shard index 1","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /waku/2/content/test.js to shard index 1","historyId":"be548040d45445fe0e37eeebb4426939:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374663,"stop":1724922374664,"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":13,"unknown":0,"total":13},"items":[{"uid":"6b3fd67c4e7e6762","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6b3fd67c4e7e6762","status":"passed","time":{"start":1724921037625,"stop":1724921037625,"duration":0}},{"uid":"259d1c7f9352059b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/259d1c7f9352059b","status":"passed","time":{"start":1724921013043,"stop":1724921013043,"duration":0}},{"uid":"bbeb0e71157f7190","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bbeb0e71157f7190","status":"passed","time":{"start":1724917673280,"stop":1724917673281,"duration":1}},{"uid":"488b9aeeed4ac0b4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/488b9aeeed4ac0b4","status":"passed","time":{"start":1724889452300,"stop":1724889452300,"duration":0}},{"uid":"8eee6d07193cf0d2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8eee6d07193cf0d2","status":"passed","time":{"start":1724888602829,"stop":1724888602829,"duration":0}},{"uid":"58ba99158bfd7bcb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/58ba99158bfd7bcb","status":"passed","time":{"start":1724887759159,"stop":1724887759160,"duration":1}},{"uid":"900765071feb96a8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/900765071feb96a8","status":"passed","time":{"start":1724886525540,"stop":1724886525540,"duration":0}},{"uid":"202cd1ed2381355","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/202cd1ed2381355","status":"passed","time":{"start":1724886303388,"stop":1724886303388,"duration":0}},{"uid":"c4bb4713cb3cc2c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4bb4713cb3cc2c","status":"passed","time":{"start":1724861752216,"stop":1724861752216,"duration":0}},{"uid":"e86a307608a4220b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e86a307608a4220b","status":"passed","time":{"start":1724861223350,"stop":1724861223350,"duration":0}},{"uid":"f5715da0b5c27544","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f5715da0b5c27544","status":"passed","time":{"start":1724861045192,"stop":1724861045197,"duration":5}},{"uid":"667a7155536dce90","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/667a7155536dce90","status":"passed","time":{"start":1724860907080,"stop":1724860907080,"duration":0}}]},"tags":[]},"source":"7830955c611e30a2.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/e00f49868c5484b7.json b/7376/data/test-cases/78a0e9de9c90b1f3.json similarity index 83% rename from 7346/data/test-cases/e00f49868c5484b7.json rename to 7376/data/test-cases/78a0e9de9c90b1f3.json index 40bdf3b3ed6..975099f6d39 100644 --- a/7346/data/test-cases/e00f49868c5484b7.json +++ b/7376/data/test-cases/78a0e9de9c90b1f3.json @@ -1 +1 @@ -{"uid":"e00f49868c5484b7","name":"Push message with numeric payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with numeric payload","historyId":"c2fba2e08f9b25369c119544af081075:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367113,"stop":1724765367113,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"cce64c706f024516","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/cce64c706f024516","status":"passed","time":{"start":1724765300559,"stop":1724765300560,"duration":1}},{"uid":"e25e8918714c819a","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/e25e8918714c819a","status":"passed","time":{"start":1724763693147,"stop":1724763693149,"duration":2}},{"uid":"f3bf64407d536ee4","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/f3bf64407d536ee4","status":"passed","time":{"start":1724760912466,"stop":1724760912467,"duration":1}},{"uid":"c42334ea941a7baa","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/c42334ea941a7baa","status":"passed","time":{"start":1724759937114,"stop":1724759937114,"duration":0}},{"uid":"5d3648873715d58b","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/5d3648873715d58b","status":"passed","time":{"start":1724758102734,"stop":1724758102735,"duration":1}},{"uid":"6ae5e6802885c8d3","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6ae5e6802885c8d3","status":"passed","time":{"start":1724757793362,"stop":1724757793362,"duration":0}},{"uid":"ce43131406337cec","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/ce43131406337cec","status":"passed","time":{"start":1724757169514,"stop":1724757169514,"duration":0}},{"uid":"ab65b680418d9a07","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ab65b680418d9a07","status":"passed","time":{"start":1724755216329,"stop":1724755216330,"duration":1}},{"uid":"bbfd9f95098dfaeb","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/bbfd9f95098dfaeb","status":"passed","time":{"start":1724752641979,"stop":1724752641979,"duration":0}},{"uid":"b84da37b2f3428bf","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/b84da37b2f3428bf","status":"passed","time":{"start":1724751479124,"stop":1724751479124,"duration":0}},{"uid":"68c0a0415ebdf1dc","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/68c0a0415ebdf1dc","status":"passed","time":{"start":1724750562173,"stop":1724750562178,"duration":5}},{"uid":"2813d8aa5cc54f41","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/2813d8aa5cc54f41","status":"passed","time":{"start":1724749562415,"stop":1724749562415,"duration":0}},{"uid":"871d758ec562a1eb","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/871d758ec562a1eb","status":"passed","time":{"start":1724717869146,"stop":1724717869146,"duration":0}},{"uid":"5cde4382b0f748e5","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/5cde4382b0f748e5","status":"passed","time":{"start":1724715105981,"stop":1724715105982,"duration":1}},{"uid":"f2c96ec885146883","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/f2c96ec885146883","status":"passed","time":{"start":1724713204861,"stop":1724713204862,"duration":1}},{"uid":"87da0698e660dffe","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/87da0698e660dffe","status":"passed","time":{"start":1724706379242,"stop":1724706379242,"duration":0}},{"uid":"4aa3116e2520aad5","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/4aa3116e2520aad5","status":"passed","time":{"start":1724704806932,"stop":1724704806934,"duration":2}},{"uid":"80a853387a7937c2","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/80a853387a7937c2","status":"passed","time":{"start":1724684165980,"stop":1724684165981,"duration":1}},{"uid":"e286a2e4d30ec4b7","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/e286a2e4d30ec4b7","status":"passed","time":{"start":1724672921805,"stop":1724672921805,"duration":0}},{"uid":"4c8f837867aca414","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/4c8f837867aca414","status":"passed","time":{"start":1724670647847,"stop":1724670647847,"duration":0}}]},"tags":[]},"source":"e00f49868c5484b7.json","parameterValues":[]} \ No newline at end of file +{"uid":"78a0e9de9c90b1f3","name":"Push message with numeric payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with numeric payload","historyId":"c2fba2e08f9b25369c119544af081075:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853904,"stop":1724922853905,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"87186ffa659a4974","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/87186ffa659a4974","status":"passed","time":{"start":1724921529566,"stop":1724921529567,"duration":1}},{"uid":"21c43cb6c31ed676","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/21c43cb6c31ed676","status":"passed","time":{"start":1724921488870,"stop":1724921488870,"duration":0}},{"uid":"9dac302b997326d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9dac302b997326d","status":"passed","time":{"start":1724918203666,"stop":1724918203666,"duration":0}},{"uid":"c6ff83f41ae5eabe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c6ff83f41ae5eabe","status":"passed","time":{"start":1724889938348,"stop":1724889938348,"duration":0}},{"uid":"b8b924747937e2b1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8b924747937e2b1","status":"passed","time":{"start":1724889077029,"stop":1724889077029,"duration":0}},{"uid":"fc124e08971a5b2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fc124e08971a5b2","status":"passed","time":{"start":1724888267999,"stop":1724888268000,"duration":1}},{"uid":"2a6861ef76743a7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2a6861ef76743a7","status":"passed","time":{"start":1724887032386,"stop":1724887032386,"duration":0}},{"uid":"ee8a28e649d62913","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ee8a28e649d62913","status":"passed","time":{"start":1724886822783,"stop":1724886822783,"duration":0}},{"uid":"fc3421096c20850e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc3421096c20850e","status":"passed","time":{"start":1724862233501,"stop":1724862233501,"duration":0}},{"uid":"5cea41a8c343d3de","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5cea41a8c343d3de","status":"passed","time":{"start":1724861712661,"stop":1724861712661,"duration":0}},{"uid":"93b2dea12a92d4d5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/93b2dea12a92d4d5","status":"passed","time":{"start":1724861567871,"stop":1724861567872,"duration":1}},{"uid":"3648067710c3cd39","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3648067710c3cd39","status":"passed","time":{"start":1724861392036,"stop":1724861392036,"duration":0}}]},"tags":[]},"source":"78a0e9de9c90b1f3.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/80ee8737d3143450.json b/7376/data/test-cases/78c4b51bd13a1ea6.json similarity index 52% rename from 7346/data/test-cases/80ee8737d3143450.json rename to 7376/data/test-cases/78c4b51bd13a1ea6.json index 49ea12e8e9e..1b11764a955 100644 --- a/7346/data/test-cases/80ee8737d3143450.json +++ b/7376/data/test-cases/78c4b51bd13a1ea6.json @@ -1 +1 @@ -{"uid":"80ee8737d3143450","name":"should not fail to start the service if it is already started","fullName":"/tests/dns-peer-discovery.spec.ts: DNS Discovery: Compliance Test > interface-peer-discovery compliance tests > should not fail to start the service if it is already started","historyId":"3fd6780894bdd07c81262aaa079902f2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724764850588,"stop":1724764850588,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"DNS Discovery: Compliance Test"},{"name":"suite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"db392c948ccb5a68","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/db392c948ccb5a68","status":"passed","time":{"start":1724763136152,"stop":1724763136152,"duration":0}},{"uid":"d3dcedf8c52321f7","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/d3dcedf8c52321f7","status":"passed","time":{"start":1724760407058,"stop":1724760407058,"duration":0}},{"uid":"472b5aa83a18388f","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/472b5aa83a18388f","status":"passed","time":{"start":1724759419192,"stop":1724759419194,"duration":2}},{"uid":"db91f25d3207a3","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/db91f25d3207a3","status":"passed","time":{"start":1724757558269,"stop":1724757558274,"duration":5}},{"uid":"b3ecc76cd5d671a9","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b3ecc76cd5d671a9","status":"passed","time":{"start":1724757274279,"stop":1724757274279,"duration":0}},{"uid":"89ff1816d793eea7","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/89ff1816d793eea7","status":"passed","time":{"start":1724756596275,"stop":1724756596276,"duration":1}},{"uid":"9865ed019096ed3f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/9865ed019096ed3f","status":"passed","time":{"start":1724754695533,"stop":1724754695533,"duration":0}},{"uid":"606068dab00c590d","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/606068dab00c590d","status":"passed","time":{"start":1724752123819,"stop":1724752123819,"duration":0}},{"uid":"1bc16b9aec60cc62","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/1bc16b9aec60cc62","status":"passed","time":{"start":1724750963814,"stop":1724750963815,"duration":1}},{"uid":"1bae31671d787c83","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/1bae31671d787c83","status":"passed","time":{"start":1724750030736,"stop":1724750030737,"duration":1}},{"uid":"bbaf5b1a5f4a8964","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/bbaf5b1a5f4a8964","status":"passed","time":{"start":1724749056861,"stop":1724749056863,"duration":2}},{"uid":"f6bb3e96380d4dd2","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/f6bb3e96380d4dd2","status":"passed","time":{"start":1724717348995,"stop":1724717348995,"duration":0}},{"uid":"80b2ce33c295d625","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/80b2ce33c295d625","status":"passed","time":{"start":1724714583447,"stop":1724714583447,"duration":0}},{"uid":"ec01ecb1d8dfac57","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/ec01ecb1d8dfac57","status":"passed","time":{"start":1724712672591,"stop":1724712672591,"duration":0}},{"uid":"1ac2b6facd368038","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/1ac2b6facd368038","status":"passed","time":{"start":1724705875384,"stop":1724705875386,"duration":2}},{"uid":"4da55e25bb4a2bfd","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/4da55e25bb4a2bfd","status":"passed","time":{"start":1724704308661,"stop":1724704308661,"duration":0}},{"uid":"e2461d7c40dd4c3a","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/e2461d7c40dd4c3a","status":"passed","time":{"start":1724683672767,"stop":1724683672767,"duration":0}},{"uid":"1de60176b16b0dce","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/1de60176b16b0dce","status":"passed","time":{"start":1724672380115,"stop":1724672380115,"duration":0}},{"uid":"a0cd8f90e4333b28","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/a0cd8f90e4333b28","status":"passed","time":{"start":1724670129696,"stop":1724670129696,"duration":0}},{"uid":"176a39cb821c89b5","reportUrl":"https://waku-org.github.io/js-waku/7331//#testresult/176a39cb821c89b5","status":"passed","time":{"start":1724663307399,"stop":1724663307400,"duration":1}}]},"tags":[]},"source":"80ee8737d3143450.json","parameterValues":[]} \ No newline at end of file +{"uid":"78c4b51bd13a1ea6","name":"should not fail to start the service if it is already started","fullName":"/tests/dns-peer-discovery.spec.ts: DNS Discovery: Compliance Test > interface-peer-discovery compliance tests > should not fail to start the service if it is already started","historyId":"3fd6780894bdd07c81262aaa079902f2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922439100,"stop":1724922439100,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"DNS Discovery: Compliance Test"},{"name":"suite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7aa9618ccdb4bc71","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7aa9618ccdb4bc71","status":"passed","time":{"start":1724921098915,"stop":1724921098916,"duration":1}},{"uid":"fd73de245a74a90e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fd73de245a74a90e","status":"passed","time":{"start":1724921073393,"stop":1724921073394,"duration":1}},{"uid":"626cfcecaf5da4c3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/626cfcecaf5da4c3","status":"passed","time":{"start":1724917744662,"stop":1724917744662,"duration":0}},{"uid":"f8f0233c5babf1dc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f8f0233c5babf1dc","status":"passed","time":{"start":1724889518043,"stop":1724889518043,"duration":0}},{"uid":"1c96f55dc58cca79","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c96f55dc58cca79","status":"passed","time":{"start":1724888665801,"stop":1724888665801,"duration":0}},{"uid":"361137825b00c90e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/361137825b00c90e","status":"passed","time":{"start":1724887821951,"stop":1724887821951,"duration":0}},{"uid":"2185298c26092dc5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2185298c26092dc5","status":"passed","time":{"start":1724886586924,"stop":1724886586925,"duration":1}},{"uid":"378e61cd16dffc10","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/378e61cd16dffc10","status":"passed","time":{"start":1724886375229,"stop":1724886375230,"duration":1}},{"uid":"23e312ed3de5fa1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/23e312ed3de5fa1","status":"passed","time":{"start":1724861815216,"stop":1724861815216,"duration":0}},{"uid":"4c0456a659d08660","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4c0456a659d08660","status":"passed","time":{"start":1724861291721,"stop":1724861291721,"duration":0}},{"uid":"6b7c6599e7b79a34","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6b7c6599e7b79a34","status":"passed","time":{"start":1724861109875,"stop":1724861109877,"duration":2}},{"uid":"d3e7f81ee94e87ac","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d3e7f81ee94e87ac","status":"passed","time":{"start":1724860972341,"stop":1724860972341,"duration":0}}]},"tags":[]},"source":"78c4b51bd13a1ea6.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/79072e9c30a3b82f.json b/7376/data/test-cases/79072e9c30a3b82f.json new file mode 100644 index 00000000000..bf8855dbaea --- /dev/null +++ b/7376/data/test-cases/79072e9c30a3b82f.json @@ -0,0 +1 @@ +{"uid":"79072e9c30a3b82f","name":"Push message on custom pubsubTopic","fullName":"/tests/light-push/single_node/multiple_pubsub.node.spec.ts: Waku Light Push (named sharding): Multiple PubsubTopics > Push message on custom pubsubTopic","historyId":"f91efa51038b4f3eda3ec48a9c4c0487:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922727647,"stop":1724922727647,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push (named sharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9e2fd0a400e1f2f5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9e2fd0a400e1f2f5","status":"passed","time":{"start":1724921379980,"stop":1724921379980,"duration":0}},{"uid":"55e3742efa1547a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/55e3742efa1547a","status":"passed","time":{"start":1724921359714,"stop":1724921359715,"duration":1}},{"uid":"441149548ebc2480","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/441149548ebc2480","status":"passed","time":{"start":1724918127248,"stop":1724918127248,"duration":0}},{"uid":"9de6eb0f201f7df8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9de6eb0f201f7df8","status":"passed","time":{"start":1724889805614,"stop":1724889805615,"duration":1}},{"uid":"d54754e3d516c40e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d54754e3d516c40e","status":"passed","time":{"start":1724888940693,"stop":1724888940694,"duration":1}},{"uid":"1f7cc5d0634d123c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1f7cc5d0634d123c","status":"passed","time":{"start":1724888168651,"stop":1724888168652,"duration":1}},{"uid":"c3d9aa83defff078","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c3d9aa83defff078","status":"passed","time":{"start":1724886924219,"stop":1724886924219,"duration":0}},{"uid":"19cf77a0e45efb69","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/19cf77a0e45efb69","status":"passed","time":{"start":1724886701806,"stop":1724886701807,"duration":1}},{"uid":"e603e32372c1b369","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e603e32372c1b369","status":"passed","time":{"start":1724862112743,"stop":1724862112743,"duration":0}},{"uid":"2079b15a138ec946","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2079b15a138ec946","status":"passed","time":{"start":1724861584870,"stop":1724861584870,"duration":0}},{"uid":"78075b644f419d11","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/78075b644f419d11","status":"passed","time":{"start":1724861464517,"stop":1724861464518,"duration":1}},{"uid":"9d9e3eb7daaf9c9d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9d9e3eb7daaf9c9d","status":"passed","time":{"start":1724861254918,"stop":1724861254918,"duration":0}}]},"tags":[]},"source":"79072e9c30a3b82f.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/7947d58104ffb65.json b/7376/data/test-cases/7947d58104ffb65.json new file mode 100644 index 00000000000..64072239af4 --- /dev/null +++ b/7376/data/test-cases/7947d58104ffb65.json @@ -0,0 +1 @@ +{"uid":"7947d58104ffb65","name":"should not fail to stop the service if it was not started","fullName":"/tests/dns-peer-discovery.spec.ts: DNS Discovery: Compliance Test > interface-peer-discovery compliance tests > should not fail to stop the service if it was not started","historyId":"df180de3baec9dc768e789014357a848:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922439099,"stop":1724922439100,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"DNS Discovery: Compliance Test"},{"name":"suite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5a9721948a6e86c7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5a9721948a6e86c7","status":"passed","time":{"start":1724921098913,"stop":1724921098915,"duration":2}},{"uid":"1ee557199edf4044","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1ee557199edf4044","status":"passed","time":{"start":1724921073379,"stop":1724921073392,"duration":13}},{"uid":"2634cb6750ddf3df","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2634cb6750ddf3df","status":"passed","time":{"start":1724917744661,"stop":1724917744661,"duration":0}},{"uid":"e28d3d7d6f693ff8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e28d3d7d6f693ff8","status":"passed","time":{"start":1724889518042,"stop":1724889518043,"duration":1}},{"uid":"eb5c46461add692a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eb5c46461add692a","status":"passed","time":{"start":1724888665800,"stop":1724888665801,"duration":1}},{"uid":"fac69ccb88799265","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fac69ccb88799265","status":"passed","time":{"start":1724887821950,"stop":1724887821951,"duration":1}},{"uid":"4db312f1f5bd0157","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4db312f1f5bd0157","status":"passed","time":{"start":1724886586924,"stop":1724886586924,"duration":0}},{"uid":"bae8e6f2eadf639a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bae8e6f2eadf639a","status":"passed","time":{"start":1724886375227,"stop":1724886375229,"duration":2}},{"uid":"c7f1d53b5dfccdf7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c7f1d53b5dfccdf7","status":"passed","time":{"start":1724861815215,"stop":1724861815216,"duration":1}},{"uid":"edc3b09ed26ea08d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/edc3b09ed26ea08d","status":"passed","time":{"start":1724861291720,"stop":1724861291721,"duration":1}},{"uid":"df8f616338a92309","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/df8f616338a92309","status":"passed","time":{"start":1724861109870,"stop":1724861109872,"duration":2}},{"uid":"f78b5ec1d8ceca67","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f78b5ec1d8ceca67","status":"passed","time":{"start":1724860972340,"stop":1724860972340,"duration":0}}]},"tags":[]},"source":"7947d58104ffb65.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/794f199154f87e48.json b/7376/data/test-cases/794f199154f87e48.json new file mode 100644 index 00000000000..b79e3b91d8e --- /dev/null +++ b/7376/data/test-cases/794f199154f87e48.json @@ -0,0 +1 @@ +{"uid":"794f199154f87e48","name":"start node with empty content topic","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Others > start node with empty content topic","historyId":"5ee818477d792a65a5231c70850aa746:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922906446,"stop":1724922906446,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Others"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cb2924dc3a9f9e9d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cb2924dc3a9f9e9d","status":"passed","time":{"start":1724921613058,"stop":1724921613058,"duration":0}},{"uid":"81c275bbd8b91389","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/81c275bbd8b91389","status":"passed","time":{"start":1724921556064,"stop":1724921556065,"duration":1}},{"uid":"e6bc6fc4356395a8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e6bc6fc4356395a8","status":"passed","time":{"start":1724918259555,"stop":1724918259556,"duration":1}},{"uid":"a8266efa6e8bcffd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a8266efa6e8bcffd","status":"passed","time":{"start":1724890032301,"stop":1724890032301,"duration":0}},{"uid":"472ebeb1a37db20c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/472ebeb1a37db20c","status":"passed","time":{"start":1724889144089,"stop":1724889144089,"duration":0}},{"uid":"20efa2c9bc291a53","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/20efa2c9bc291a53","status":"passed","time":{"start":1724888336465,"stop":1724888336465,"duration":0}},{"uid":"aa64eb2e34b9dc4e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aa64eb2e34b9dc4e","status":"passed","time":{"start":1724887092632,"stop":1724887092632,"duration":0}},{"uid":"58853ca818fdabdb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/58853ca818fdabdb","status":"passed","time":{"start":1724886880635,"stop":1724886880635,"duration":0}},{"uid":"e86ca685c1f3a56d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e86ca685c1f3a56d","status":"passed","time":{"start":1724862298407,"stop":1724862298407,"duration":0}},{"uid":"831eb128407c6eca","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/831eb128407c6eca","status":"passed","time":{"start":1724861770131,"stop":1724861770131,"duration":0}},{"uid":"2ddc218c13407cd0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2ddc218c13407cd0","status":"passed","time":{"start":1724861637978,"stop":1724861637999,"duration":21}},{"uid":"495b522f5efe40d2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/495b522f5efe40d2","status":"passed","time":{"start":1724861475063,"stop":1724861475064,"duration":1}}]},"tags":[]},"source":"794f199154f87e48.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/7a04a994f7e4bb7a.json b/7376/data/test-cases/7a04a994f7e4bb7a.json new file mode 100644 index 00000000000..8619b7ff627 --- /dev/null +++ b/7376/data/test-cases/7a04a994f7e4bb7a.json @@ -0,0 +1 @@ +{"uid":"7a04a994f7e4bb7a","name":"Refresh subscription","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Refresh subscription","historyId":"e4a36cd3d421c24f939acb3f71342b47:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012461,"stop":1724923012461,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5d113b515c9b38cc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5d113b515c9b38cc","status":"passed","time":{"start":1724921625044,"stop":1724921625045,"duration":1}},{"uid":"4233ceeb40574b32","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4233ceeb40574b32","status":"passed","time":{"start":1724921590486,"stop":1724921590486,"duration":0}},{"uid":"94ec8f03bf2cf8a1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/94ec8f03bf2cf8a1","status":"passed","time":{"start":1724918287561,"stop":1724918287562,"duration":1}},{"uid":"ec65fd8f13543694","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ec65fd8f13543694","status":"passed","time":{"start":1724890047784,"stop":1724890047785,"duration":1}},{"uid":"965555c6303e2d9c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/965555c6303e2d9c","status":"passed","time":{"start":1724889183917,"stop":1724889183917,"duration":0}},{"uid":"3c8bb44124203b7b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3c8bb44124203b7b","status":"passed","time":{"start":1724888354162,"stop":1724888354162,"duration":0}},{"uid":"616307ca96195f37","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/616307ca96195f37","status":"passed","time":{"start":1724887145653,"stop":1724887145654,"duration":1}},{"uid":"fbe827090c7838a4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fbe827090c7838a4","status":"passed","time":{"start":1724886915781,"stop":1724886915782,"duration":1}},{"uid":"b4a9965d008c2003","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4a9965d008c2003","status":"passed","time":{"start":1724862341434,"stop":1724862341434,"duration":0}},{"uid":"af80dfffa745d804","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/af80dfffa745d804","status":"passed","time":{"start":1724861805437,"stop":1724861805438,"duration":1}},{"uid":"9e10ad230a828853","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9e10ad230a828853","status":"passed","time":{"start":1724861662252,"stop":1724861662253,"duration":1}},{"uid":"c35e8f38b692b801","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c35e8f38b692b801","status":"passed","time":{"start":1724861492505,"stop":1724861492506,"duration":1}}]},"tags":[]},"source":"7a04a994f7e4bb7a.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/8b4a3af0d8d30276.json b/7376/data/test-cases/7abc6fbbbfb15062.json similarity index 79% rename from 7346/data/test-cases/8b4a3af0d8d30276.json rename to 7376/data/test-cases/7abc6fbbbfb15062.json index 8923f7bc7f2..7dac08c68c7 100644 --- a/7346/data/test-cases/8b4a3af0d8d30276.json +++ b/7376/data/test-cases/7abc6fbbbfb15062.json @@ -1 +1 @@ -{"uid":"8b4a3af0d8d30276","name":"Subscribe and receive messages via lightPush","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe and receive messages via lightPush","historyId":"0866a279c90a44b71b4cbc4bd9ca8da3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765075575,"stop":1724765075575,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"1302f29a4a45b59c","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/1302f29a4a45b59c","status":"passed","time":{"start":1724765010533,"stop":1724765010533,"duration":0}},{"uid":"95e73a563a7c2159","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/95e73a563a7c2159","status":"passed","time":{"start":1724763380281,"stop":1724763380282,"duration":1}},{"uid":"bc8349a0d6eeabef","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/bc8349a0d6eeabef","status":"passed","time":{"start":1724760632540,"stop":1724760632545,"duration":5}},{"uid":"ac3f64cd6138a059","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/ac3f64cd6138a059","status":"passed","time":{"start":1724759660915,"stop":1724759660915,"duration":0}},{"uid":"d37a6b7a78be3869","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/d37a6b7a78be3869","status":"passed","time":{"start":1724757793693,"stop":1724757793694,"duration":1}},{"uid":"86c578fb96d16afe","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/86c578fb96d16afe","status":"passed","time":{"start":1724757518626,"stop":1724757518629,"duration":3}},{"uid":"f86fcb36b01725de","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/f86fcb36b01725de","status":"passed","time":{"start":1724756832072,"stop":1724756832072,"duration":0}},{"uid":"11257421156c3ce7","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/11257421156c3ce7","status":"passed","time":{"start":1724754929262,"stop":1724754929263,"duration":1}},{"uid":"fa073a118c9bf58d","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/fa073a118c9bf58d","status":"passed","time":{"start":1724752352141,"stop":1724752352142,"duration":1}},{"uid":"21bc752b652e7364","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/21bc752b652e7364","status":"passed","time":{"start":1724751201104,"stop":1724751201105,"duration":1}},{"uid":"557923a8cbae27b8","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/557923a8cbae27b8","status":"passed","time":{"start":1724750264826,"stop":1724750264826,"duration":0}},{"uid":"51ffc01d1f9465aa","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/51ffc01d1f9465aa","status":"passed","time":{"start":1724749292142,"stop":1724749292142,"duration":0}},{"uid":"a0fb034a365a786f","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/a0fb034a365a786f","status":"passed","time":{"start":1724717596780,"stop":1724717596785,"duration":5}},{"uid":"745e1bdef168da45","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/745e1bdef168da45","status":"passed","time":{"start":1724714823641,"stop":1724714823641,"duration":0}},{"uid":"ad782eff48074c19","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/ad782eff48074c19","status":"passed","time":{"start":1724712895763,"stop":1724712895763,"duration":0}},{"uid":"2e34b368019e20eb","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2e34b368019e20eb","status":"passed","time":{"start":1724706113488,"stop":1724706113488,"duration":0}},{"uid":"6bb587ec51210c07","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6bb587ec51210c07","status":"passed","time":{"start":1724704522401,"stop":1724704522402,"duration":1}},{"uid":"f3afa2d8cd4d3e62","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f3afa2d8cd4d3e62","status":"passed","time":{"start":1724683897619,"stop":1724683897619,"duration":0}},{"uid":"4dd986000eede676","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/4dd986000eede676","status":"passed","time":{"start":1724672624693,"stop":1724672624694,"duration":1}},{"uid":"8ddfb99c0223e757","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/8ddfb99c0223e757","status":"passed","time":{"start":1724670354417,"stop":1724670354418,"duration":1}}]},"tags":[]},"source":"8b4a3af0d8d30276.json","parameterValues":[]} \ No newline at end of file +{"uid":"7abc6fbbbfb15062","name":"Subscribe and receive messages via lightPush","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe and receive messages via lightPush","historyId":"0866a279c90a44b71b4cbc4bd9ca8da3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922635345,"stop":1724922635346,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2130b1e19ec9a39c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2130b1e19ec9a39c","status":"passed","time":{"start":1724921296995,"stop":1724921296995,"duration":0}},{"uid":"68f29c94398eec8a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/68f29c94398eec8a","status":"passed","time":{"start":1724921276361,"stop":1724921276361,"duration":0}},{"uid":"939a95be90dc0217","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/939a95be90dc0217","status":"passed","time":{"start":1724917948305,"stop":1724917948305,"duration":0}},{"uid":"7a357cb595b6e365","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7a357cb595b6e365","status":"passed","time":{"start":1724889729001,"stop":1724889729002,"duration":1}},{"uid":"ecbd6877a3500abd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ecbd6877a3500abd","status":"passed","time":{"start":1724888864948,"stop":1724888864948,"duration":0}},{"uid":"2a4b980a4dd74acb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2a4b980a4dd74acb","status":"passed","time":{"start":1724888053729,"stop":1724888053730,"duration":1}},{"uid":"710eccef50de8383","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/710eccef50de8383","status":"passed","time":{"start":1724886811646,"stop":1724886811646,"duration":0}},{"uid":"ad278fded58c13c7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ad278fded58c13c7","status":"passed","time":{"start":1724886580998,"stop":1724886580998,"duration":0}},{"uid":"c850e1ff52dd4bcd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c850e1ff52dd4bcd","status":"passed","time":{"start":1724862019551,"stop":1724862019552,"duration":1}},{"uid":"c0915f2f971f2124","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c0915f2f971f2124","status":"passed","time":{"start":1724861493929,"stop":1724861493930,"duration":1}},{"uid":"3b56c1a05d5846bc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3b56c1a05d5846bc","status":"passed","time":{"start":1724861318011,"stop":1724861318011,"duration":0}},{"uid":"ee74cc0df31b1818","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ee74cc0df31b1818","status":"passed","time":{"start":1724861178505,"stop":1724861178505,"duration":0}}]},"tags":[]},"source":"7abc6fbbbfb15062.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/efcb7a0a44872ffa.json b/7376/data/test-cases/7adf6acc89591d0f.json similarity index 76% rename from 7346/data/test-cases/efcb7a0a44872ffa.json rename to 7376/data/test-cases/7adf6acc89591d0f.json index d1706f45598..d7249dc23e8 100644 --- a/7346/data/test-cases/efcb7a0a44872ffa.json +++ b/7376/data/test-cases/7adf6acc89591d0f.json @@ -1 +1 @@ -{"uid":"efcb7a0a44872ffa","name":"Check received message containing JSON","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing JSON","historyId":"35a579dd64bb3df6340ab4888f010cd8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765048430,"stop":1724765048430,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"f9eb9850a5d3b990","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/f9eb9850a5d3b990","status":"passed","time":{"start":1724764977141,"stop":1724764977142,"duration":1}},{"uid":"a858136a06f8cadb","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/a858136a06f8cadb","status":"passed","time":{"start":1724763340010,"stop":1724763340011,"duration":1}},{"uid":"2c7279ac3b1b49ce","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2c7279ac3b1b49ce","status":"passed","time":{"start":1724760600500,"stop":1724760600501,"duration":1}},{"uid":"cb65587938254f73","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/cb65587938254f73","status":"passed","time":{"start":1724759627553,"stop":1724759627553,"duration":0}},{"uid":"8aa676d7eff2681d","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/8aa676d7eff2681d","status":"passed","time":{"start":1724757762721,"stop":1724757762721,"duration":0}},{"uid":"4ddd82936326995f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/4ddd82936326995f","status":"passed","time":{"start":1724757473905,"stop":1724757473905,"duration":0}},{"uid":"2263c5e01791306e","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/2263c5e01791306e","status":"passed","time":{"start":1724756806006,"stop":1724756806006,"duration":0}},{"uid":"804602acdd7d1d1b","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/804602acdd7d1d1b","status":"passed","time":{"start":1724754890970,"stop":1724754890970,"duration":0}},{"uid":"daddd98504e66aa3","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/daddd98504e66aa3","status":"passed","time":{"start":1724752321310,"stop":1724752321310,"duration":0}},{"uid":"ad45c2aab19b0c4","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/ad45c2aab19b0c4","status":"passed","time":{"start":1724751157978,"stop":1724751157978,"duration":0}},{"uid":"89aa28562480e455","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/89aa28562480e455","status":"passed","time":{"start":1724750231021,"stop":1724750231022,"duration":1}},{"uid":"2cafb04a11493608","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/2cafb04a11493608","status":"passed","time":{"start":1724749270693,"stop":1724749270693,"duration":0}},{"uid":"fb4ac83ee932bf0","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/fb4ac83ee932bf0","status":"passed","time":{"start":1724717545675,"stop":1724717545675,"duration":0}},{"uid":"1e27467fc97bf276","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/1e27467fc97bf276","status":"passed","time":{"start":1724714779155,"stop":1724714779156,"duration":1}},{"uid":"4f669f55552a499a","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/4f669f55552a499a","status":"passed","time":{"start":1724712855313,"stop":1724712855313,"duration":0}},{"uid":"25b71a6efed42678","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/25b71a6efed42678","status":"passed","time":{"start":1724706072101,"stop":1724706072101,"duration":0}},{"uid":"bc5f4dd6cabfbf40","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/bc5f4dd6cabfbf40","status":"passed","time":{"start":1724704476162,"stop":1724704476162,"duration":0}},{"uid":"6281c1b3e66e83dd","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6281c1b3e66e83dd","status":"passed","time":{"start":1724683855314,"stop":1724683855316,"duration":2}},{"uid":"1bee8da6968736fb","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/1bee8da6968736fb","status":"passed","time":{"start":1724672579673,"stop":1724672579674,"duration":1}},{"uid":"b009afc3c54364fb","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/b009afc3c54364fb","status":"passed","time":{"start":1724670325016,"stop":1724670325016,"duration":0}}]},"tags":[]},"source":"efcb7a0a44872ffa.json","parameterValues":[]} \ No newline at end of file +{"uid":"7adf6acc89591d0f","name":"Check received message containing JSON","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing JSON","historyId":"35a579dd64bb3df6340ab4888f010cd8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922601842,"stop":1724922601843,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8856151394015ef7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8856151394015ef7","status":"passed","time":{"start":1724921267869,"stop":1724921267870,"duration":1}},{"uid":"bb2ed1763d07697e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bb2ed1763d07697e","status":"passed","time":{"start":1724921244368,"stop":1724921244369,"duration":1}},{"uid":"14e1b735c376076a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/14e1b735c376076a","status":"passed","time":{"start":1724917916051,"stop":1724917916051,"duration":0}},{"uid":"2dad838a87d47d2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2dad838a87d47d2","status":"passed","time":{"start":1724889678255,"stop":1724889678255,"duration":0}},{"uid":"29814191470a6d00","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29814191470a6d00","status":"passed","time":{"start":1724888831684,"stop":1724888831684,"duration":0}},{"uid":"b910fbc2dedb6756","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b910fbc2dedb6756","status":"passed","time":{"start":1724888003320,"stop":1724888003320,"duration":0}},{"uid":"9a35c315fc71e3ef","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9a35c315fc71e3ef","status":"passed","time":{"start":1724886776609,"stop":1724886776609,"duration":0}},{"uid":"b56fb18322afdf7c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b56fb18322afdf7c","status":"passed","time":{"start":1724886555796,"stop":1724886555797,"duration":1}},{"uid":"b5ae14fbab862e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b5ae14fbab862e0","status":"passed","time":{"start":1724861983006,"stop":1724861983006,"duration":0}},{"uid":"bf5bb184921d2974","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bf5bb184921d2974","status":"passed","time":{"start":1724861444066,"stop":1724861444066,"duration":0}},{"uid":"9ea3a9f7f8fa0aba","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9ea3a9f7f8fa0aba","status":"passed","time":{"start":1724861285829,"stop":1724861285834,"duration":5}},{"uid":"e81027714003addf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e81027714003addf","status":"passed","time":{"start":1724861145665,"stop":1724861145666,"duration":1}}]},"tags":[]},"source":"7adf6acc89591d0f.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/7aea3efd70e2e3ff.json b/7376/data/test-cases/7aea3efd70e2e3ff.json new file mode 100644 index 00000000000..bb249c8c9c1 --- /dev/null +++ b/7376/data/test-cases/7aea3efd70e2e3ff.json @@ -0,0 +1 @@ +{"uid":"7aea3efd70e2e3ff","name":"Query Generator - true","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Query Generator - true","historyId":"a3e50db859210d6632119d958f40bf63:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922966703,"stop":1724922966704,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, order"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b47994fa314e6490","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b47994fa314e6490","status":"passed","time":{"start":1724921640662,"stop":1724921640662,"duration":0}},{"uid":"478da81db43e1acd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/478da81db43e1acd","status":"passed","time":{"start":1724921597586,"stop":1724921597586,"duration":0}},{"uid":"1606ee914afc663a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1606ee914afc663a","status":"passed","time":{"start":1724918306248,"stop":1724918306248,"duration":0}},{"uid":"dde72f93abb1ea3f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dde72f93abb1ea3f","status":"passed","time":{"start":1724890060299,"stop":1724890060300,"duration":1}},{"uid":"f43d7025b3c06825","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f43d7025b3c06825","status":"passed","time":{"start":1724889191327,"stop":1724889191328,"duration":1}},{"uid":"dab033bbdb98efbc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dab033bbdb98efbc","status":"passed","time":{"start":1724888368595,"stop":1724888368596,"duration":1}},{"uid":"d4d00a26a8c53d88","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d4d00a26a8c53d88","status":"passed","time":{"start":1724887150939,"stop":1724887150939,"duration":0}},{"uid":"57b82bca3d1f9a6e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/57b82bca3d1f9a6e","status":"passed","time":{"start":1724886928809,"stop":1724886928810,"duration":1}},{"uid":"b1d83658354853ed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1d83658354853ed","status":"passed","time":{"start":1724862346040,"stop":1724862346041,"duration":1}},{"uid":"869cc58fedcf93cc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/869cc58fedcf93cc","status":"passed","time":{"start":1724861823099,"stop":1724861823099,"duration":0}},{"uid":"c18125b86fcae47f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c18125b86fcae47f","status":"passed","time":{"start":1724861677722,"stop":1724861677722,"duration":0}},{"uid":"4603b1ab63bb9bdd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4603b1ab63bb9bdd","status":"passed","time":{"start":1724861503958,"stop":1724861503958,"duration":0}}]},"tags":[]},"source":"7aea3efd70e2e3ff.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/d9116117b51b6de7.json b/7376/data/test-cases/7aea92151da7209b.json similarity index 84% rename from 7346/data/test-cases/d9116117b51b6de7.json rename to 7376/data/test-cases/7aea92151da7209b.json index 22dadc5dcdb..011f89331e3 100644 --- a/7346/data/test-cases/d9116117b51b6de7.json +++ b/7376/data/test-cases/7aea92151da7209b.json @@ -1 +1 @@ -{"uid":"d9116117b51b6de7","name":"Push message with JSON payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with JSON payload","historyId":"7062329aa0d384786bc8adfa1f1d3177:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505325,"stop":1724765505326,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":22,"unknown":0,"total":26},"items":[{"uid":"5f8afdb64775e579","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/5f8afdb64775e579","status":"passed","time":{"start":1724765434018,"stop":1724765434019,"duration":1}},{"uid":"528ee779573bdf41","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/528ee779573bdf41","status":"passed","time":{"start":1724763779024,"stop":1724763779025,"duration":1}},{"uid":"da786ef474ea9e92","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/da786ef474ea9e92","status":"passed","time":{"start":1724761038718,"stop":1724761038718,"duration":0}},{"uid":"aabcd5564d5b4fb4","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/aabcd5564d5b4fb4","status":"passed","time":{"start":1724760066620,"stop":1724760066621,"duration":1}},{"uid":"7c628ad4a27b41f0","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/7c628ad4a27b41f0","status":"passed","time":{"start":1724758222982,"stop":1724758222982,"duration":0}},{"uid":"8f7ada396e7ea643","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/8f7ada396e7ea643","status":"passed","time":{"start":1724757927316,"stop":1724757927316,"duration":0}},{"uid":"770dafa577e6eb39","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/770dafa577e6eb39","status":"passed","time":{"start":1724757257488,"stop":1724757257489,"duration":1}},{"uid":"c30b5b4629dba22a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c30b5b4629dba22a","status":"passed","time":{"start":1724755332947,"stop":1724755332948,"duration":1}},{"uid":"d4ad7f1ef6aeb980","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/d4ad7f1ef6aeb980","status":"passed","time":{"start":1724752782340,"stop":1724752782341,"duration":1}},{"uid":"a9c849d46e316dd4","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/a9c849d46e316dd4","status":"passed","time":{"start":1724751616570,"stop":1724751616571,"duration":1}},{"uid":"e1fe9f793c321803","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/e1fe9f793c321803","status":"passed","time":{"start":1724750701990,"stop":1724750701990,"duration":0}},{"uid":"f92c777b42f5985b","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/f92c777b42f5985b","status":"passed","time":{"start":1724749709039,"stop":1724749709040,"duration":1}},{"uid":"f074527a1d61cec","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/f074527a1d61cec","status":"passed","time":{"start":1724718008216,"stop":1724718008220,"duration":4}},{"uid":"1d226c0a241eb652","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/1d226c0a241eb652","status":"passed","time":{"start":1724715239088,"stop":1724715239088,"duration":0}},{"uid":"858119ff49ffdc0a","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/858119ff49ffdc0a","status":"passed","time":{"start":1724713322705,"stop":1724713322705,"duration":0}},{"uid":"b057b65a29df46f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b057b65a29df46f","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724707170671,"stop":1724707170671,"duration":0}},{"uid":"13de4c78cb6f6563","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/13de4c78cb6f6563","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724705570759,"stop":1724705570759,"duration":0}},{"uid":"8403b93083b319bc","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/8403b93083b319bc","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724684936348,"stop":1724684936348,"duration":0}},{"uid":"d4feeae2aeb9d500","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/d4feeae2aeb9d500","status":"passed","time":{"start":1724673044035,"stop":1724673044036,"duration":1}},{"uid":"7c5c6de22b4cf281","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/7c5c6de22b4cf281","status":"passed","time":{"start":1724670767285,"stop":1724670767286,"duration":1}}]},"tags":[]},"source":"d9116117b51b6de7.json","parameterValues":[]} \ No newline at end of file +{"uid":"7aea92151da7209b","name":"Push message with JSON payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with JSON payload","historyId":"7062329aa0d384786bc8adfa1f1d3177:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921450,"stop":1724922921451,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d56b9116426ba323","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d56b9116426ba323","status":"passed","time":{"start":1724921602951,"stop":1724921602951,"duration":0}},{"uid":"7629a13aa5ae57a5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7629a13aa5ae57a5","status":"passed","time":{"start":1724921571096,"stop":1724921571097,"duration":1}},{"uid":"187537a1506dad78","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/187537a1506dad78","status":"passed","time":{"start":1724918285587,"stop":1724918285587,"duration":0}},{"uid":"c5752310e160b073","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5752310e160b073","status":"passed","time":{"start":1724890030090,"stop":1724890030090,"duration":0}},{"uid":"b8b262d1d4424006","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8b262d1d4424006","status":"passed","time":{"start":1724889171908,"stop":1724889171909,"duration":1}},{"uid":"ed6ead94163fe2ec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ed6ead94163fe2ec","status":"passed","time":{"start":1724888350721,"stop":1724888350721,"duration":0}},{"uid":"68fd56aa4782c1ed","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/68fd56aa4782c1ed","status":"passed","time":{"start":1724887115408,"stop":1724887115409,"duration":1}},{"uid":"839ad4497b0632de","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/839ad4497b0632de","status":"passed","time":{"start":1724886884575,"stop":1724886884575,"duration":0}},{"uid":"e84479b38de52ef1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e84479b38de52ef1","status":"passed","time":{"start":1724862322256,"stop":1724862322257,"duration":1}},{"uid":"814bee15b3706c56","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/814bee15b3706c56","status":"passed","time":{"start":1724861790751,"stop":1724861790752,"duration":1}},{"uid":"e99981d1ca944ec6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e99981d1ca944ec6","status":"passed","time":{"start":1724861628420,"stop":1724861628421,"duration":1}},{"uid":"49ff0dcb8dbe8e96","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/49ff0dcb8dbe8e96","status":"passed","time":{"start":1724861465624,"stop":1724861465625,"duration":1}}]},"tags":[]},"source":"7aea92151da7209b.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/7b0de83f936814df.json b/7376/data/test-cases/7b0de83f936814df.json new file mode 100644 index 00000000000..fe151f470aa --- /dev/null +++ b/7376/data/test-cases/7b0de83f936814df.json @@ -0,0 +1 @@ +{"uid":"7b0de83f936814df","name":"numPeers=1 -- returns one bootstrap peer ","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=5 > numPeers=1 -- returns one bootstrap peer ","historyId":"b814f53d953af6d59b05cb32f09927ed:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611437,"stop":1724922611437,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=5"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b8d8efd9ed67c195","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b8d8efd9ed67c195","status":"passed","time":{"start":1724921270358,"stop":1724921270359,"duration":1}},{"uid":"f27a9a4721e7e071","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f27a9a4721e7e071","status":"passed","time":{"start":1724921247819,"stop":1724921247819,"duration":0}},{"uid":"52ae2c85f9bbf062","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/52ae2c85f9bbf062","status":"passed","time":{"start":1724917989820,"stop":1724917989820,"duration":0}},{"uid":"a30d8a853f5a5498","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a30d8a853f5a5498","status":"passed","time":{"start":1724889678552,"stop":1724889678566,"duration":14}},{"uid":"767fb74844185b45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/767fb74844185b45","status":"passed","time":{"start":1724888829844,"stop":1724888829844,"duration":0}},{"uid":"365803996919c84b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/365803996919c84b","status":"passed","time":{"start":1724888077011,"stop":1724888077012,"duration":1}},{"uid":"1515cf6963e15c8b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1515cf6963e15c8b","status":"passed","time":{"start":1724886851126,"stop":1724886851127,"duration":1}},{"uid":"9361976f5d4815e6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9361976f5d4815e6","status":"passed","time":{"start":1724886647112,"stop":1724886647113,"duration":1}},{"uid":"3d074674488fd84a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3d074674488fd84a","status":"passed","time":{"start":1724861992714,"stop":1724861992714,"duration":0}},{"uid":"c55b68e47b9ceac0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c55b68e47b9ceac0","status":"passed","time":{"start":1724861469645,"stop":1724861469645,"duration":0}},{"uid":"21ff70c823a7f9f7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/21ff70c823a7f9f7","status":"passed","time":{"start":1724861284860,"stop":1724861284860,"duration":0}},{"uid":"e74d7075e7479a71","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e74d7075e7479a71","status":"passed","time":{"start":1724861145810,"stop":1724861145811,"duration":1}}]},"tags":[]},"source":"7b0de83f936814df.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/8c352d188924cb84.json b/7376/data/test-cases/7b1206d2d49d4783.json similarity index 79% rename from 7346/data/test-cases/8c352d188924cb84.json rename to 7376/data/test-cases/7b1206d2d49d4783.json index 25a4bde9c8d..ae963096b13 100644 --- a/7346/data/test-cases/8c352d188924cb84.json +++ b/7376/data/test-cases/7b1206d2d49d4783.json @@ -1 +1 @@ -{"uid":"8c352d188924cb84","name":"Error when try to subscribe to more than 101 topics (new limit)","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Error when try to subscribe to more than 101 topics (new limit)","historyId":"3a9cf0326b9e2b9e966f9e3554f4e276:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765075579,"stop":1724765075579,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"a1930babb4300b5f","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/a1930babb4300b5f","status":"passed","time":{"start":1724765010540,"stop":1724765010540,"duration":0}},{"uid":"306f22ae6e4c1cb7","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/306f22ae6e4c1cb7","status":"passed","time":{"start":1724763380287,"stop":1724763380287,"duration":0}},{"uid":"7569f3581b59dc6b","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/7569f3581b59dc6b","status":"passed","time":{"start":1724760632552,"stop":1724760632553,"duration":1}},{"uid":"fbdfab2708d85","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/fbdfab2708d85","status":"passed","time":{"start":1724759660919,"stop":1724759660920,"duration":1}},{"uid":"cec521eda65f2523","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/cec521eda65f2523","status":"passed","time":{"start":1724757793697,"stop":1724757793697,"duration":0}},{"uid":"6aeb3059927c4fa7","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6aeb3059927c4fa7","status":"passed","time":{"start":1724757518633,"stop":1724757518634,"duration":1}},{"uid":"c3eacf18fb399efe","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/c3eacf18fb399efe","status":"passed","time":{"start":1724756832081,"stop":1724756832082,"duration":1}},{"uid":"cccf62662926c1d2","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/cccf62662926c1d2","status":"passed","time":{"start":1724754929268,"stop":1724754929268,"duration":0}},{"uid":"a697cca51cd3e707","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/a697cca51cd3e707","status":"passed","time":{"start":1724752352145,"stop":1724752352145,"duration":0}},{"uid":"5fbe70390917939e","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/5fbe70390917939e","status":"passed","time":{"start":1724751201115,"stop":1724751201116,"duration":1}},{"uid":"1a10ec538d74f07e","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/1a10ec538d74f07e","status":"passed","time":{"start":1724750264837,"stop":1724750264837,"duration":0}},{"uid":"b10096e486660b32","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/b10096e486660b32","status":"passed","time":{"start":1724749292150,"stop":1724749292150,"duration":0}},{"uid":"1d2a7da6d3bd39eb","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/1d2a7da6d3bd39eb","status":"passed","time":{"start":1724717596790,"stop":1724717596791,"duration":1}},{"uid":"1a2b980d7160869a","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/1a2b980d7160869a","status":"passed","time":{"start":1724714823645,"stop":1724714823645,"duration":0}},{"uid":"909f82dd3ddb680a","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/909f82dd3ddb680a","status":"passed","time":{"start":1724712895767,"stop":1724712895774,"duration":7}},{"uid":"bd3384c01eb1155","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/bd3384c01eb1155","status":"passed","time":{"start":1724706113491,"stop":1724706113492,"duration":1}},{"uid":"1831aef3f660c3c0","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/1831aef3f660c3c0","status":"passed","time":{"start":1724704522410,"stop":1724704522411,"duration":1}},{"uid":"ac13f4d62b74df65","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/ac13f4d62b74df65","status":"passed","time":{"start":1724683897623,"stop":1724683897624,"duration":1}},{"uid":"9511814b332f1d99","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/9511814b332f1d99","status":"passed","time":{"start":1724672624701,"stop":1724672624702,"duration":1}},{"uid":"a20733bb3512562e","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/a20733bb3512562e","status":"passed","time":{"start":1724670354425,"stop":1724670354426,"duration":1}}]},"tags":[]},"source":"8c352d188924cb84.json","parameterValues":[]} \ No newline at end of file +{"uid":"7b1206d2d49d4783","name":"Error when try to subscribe to more than 101 topics (new limit)","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Error when try to subscribe to more than 101 topics (new limit)","historyId":"3a9cf0326b9e2b9e966f9e3554f4e276:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922635351,"stop":1724922635352,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b721cac1c680cce7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b721cac1c680cce7","status":"passed","time":{"start":1724921297002,"stop":1724921297003,"duration":1}},{"uid":"5315ee0aeb6682bd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5315ee0aeb6682bd","status":"passed","time":{"start":1724921276365,"stop":1724921276365,"duration":0}},{"uid":"4b81880de75224ab","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4b81880de75224ab","status":"passed","time":{"start":1724917948318,"stop":1724917948318,"duration":0}},{"uid":"f5ea044f44fad7fc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f5ea044f44fad7fc","status":"passed","time":{"start":1724889729006,"stop":1724889729006,"duration":0}},{"uid":"8f2b69024e328efe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f2b69024e328efe","status":"passed","time":{"start":1724888864951,"stop":1724888864952,"duration":1}},{"uid":"abc6d328b283ccc8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/abc6d328b283ccc8","status":"passed","time":{"start":1724888053745,"stop":1724888053745,"duration":0}},{"uid":"319333a8402805eb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/319333a8402805eb","status":"passed","time":{"start":1724886811655,"stop":1724886811656,"duration":1}},{"uid":"d311e6a07f92459c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d311e6a07f92459c","status":"passed","time":{"start":1724886581001,"stop":1724886581002,"duration":1}},{"uid":"b1f68a81791e66ed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1f68a81791e66ed","status":"passed","time":{"start":1724862019557,"stop":1724862019558,"duration":1}},{"uid":"9912ea1111719844","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9912ea1111719844","status":"passed","time":{"start":1724861493935,"stop":1724861493935,"duration":0}},{"uid":"343e2ef4912a4422","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/343e2ef4912a4422","status":"passed","time":{"start":1724861318019,"stop":1724861318020,"duration":1}},{"uid":"a863566b4240e463","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a863566b4240e463","status":"passed","time":{"start":1724861178511,"stop":1724861178512,"duration":1}}]},"tags":[]},"source":"7b1206d2d49d4783.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/7c221b2623071e2d.json b/7376/data/test-cases/7c221b2623071e2d.json new file mode 100644 index 00000000000..a4ab01d605f --- /dev/null +++ b/7376/data/test-cases/7c221b2623071e2d.json @@ -0,0 +1 @@ +{"uid":"7c221b2623071e2d","name":"peerDiscovery without wakuPeerExchangeDiscovery","fullName":"/tests/peer-exchange/index.spec.ts: Peer Exchange > peerDiscovery without wakuPeerExchangeDiscovery","historyId":"6a3416af63f8f5a3850513a8e9883262:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922865536,"stop":1724922865537,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9cdb2c3b3c043713","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9cdb2c3b3c043713","status":"passed","time":{"start":1724921583488,"stop":1724921583488,"duration":0}},{"uid":"108853f31d9604a3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/108853f31d9604a3","status":"passed","time":{"start":1724921494522,"stop":1724921494522,"duration":0}},{"uid":"9244b79393a11541","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9244b79393a11541","status":"passed","time":{"start":1724918216288,"stop":1724918216288,"duration":0}},{"uid":"d8bc38bfb2f2e3db","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d8bc38bfb2f2e3db","status":"passed","time":{"start":1724889979499,"stop":1724889979500,"duration":1}},{"uid":"103aac3ddaa165ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/103aac3ddaa165ee","status":"passed","time":{"start":1724889083637,"stop":1724889083637,"duration":0}},{"uid":"f24c117f73c3e5bb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f24c117f73c3e5bb","status":"passed","time":{"start":1724888284641,"stop":1724888284642,"duration":1}},{"uid":"69052ca60f92061f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/69052ca60f92061f","status":"passed","time":{"start":1724887046098,"stop":1724887046098,"duration":0}},{"uid":"cf636ee7abf0b314","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cf636ee7abf0b314","status":"passed","time":{"start":1724886828839,"stop":1724886828839,"duration":0}},{"uid":"41976650e8c6cbd1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/41976650e8c6cbd1","status":"passed","time":{"start":1724862236791,"stop":1724862236792,"duration":1}},{"uid":"752ccf2dc52e050c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/752ccf2dc52e050c","status":"passed","time":{"start":1724861713626,"stop":1724861713627,"duration":1}},{"uid":"fc380906a2aeacf2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fc380906a2aeacf2","status":"passed","time":{"start":1724861586772,"stop":1724861586772,"duration":0}},{"uid":"7dbf9b19c4faea93","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7dbf9b19c4faea93","status":"passed","time":{"start":1724861418250,"stop":1724861418250,"duration":0}}]},"tags":[]},"source":"7c221b2623071e2d.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/7c39b8c464c27ba5.json b/7376/data/test-cases/7c39b8c464c27ba5.json new file mode 100644 index 00000000000..0f21e483815 --- /dev/null +++ b/7376/data/test-cases/7c39b8c464c27ba5.json @@ -0,0 +1 @@ +{"uid":"7c39b8c464c27ba5","name":"should throw error - no public key","fullName":"/src/enr.spec.ts: ENR > Txt codec > should throw error - no public key","historyId":"d02cb304ad44d17b59c0b6dd2dd0a620:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922383081,"stop":1724922383081,"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":"Txt codec"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1bf639790a8f80a4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1bf639790a8f80a4","status":"passed","time":{"start":1724921046197,"stop":1724921046197,"duration":0}},{"uid":"dded837cbcd23801","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dded837cbcd23801","status":"passed","time":{"start":1724921021468,"stop":1724921021468,"duration":0}},{"uid":"27112c4063db66d1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/27112c4063db66d1","status":"passed","time":{"start":1724917681716,"stop":1724917681716,"duration":0}},{"uid":"43c330a750cb7757","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/43c330a750cb7757","status":"passed","time":{"start":1724889460645,"stop":1724889460646,"duration":1}},{"uid":"6f501d66b4fb56ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6f501d66b4fb56ac","status":"passed","time":{"start":1724888611288,"stop":1724888611288,"duration":0}},{"uid":"74dd920f40ee3774","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/74dd920f40ee3774","status":"passed","time":{"start":1724887767613,"stop":1724887767614,"duration":1}},{"uid":"134e28661bf56d35","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/134e28661bf56d35","status":"passed","time":{"start":1724886533983,"stop":1724886533983,"duration":0}},{"uid":"6909b0519dec4be2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6909b0519dec4be2","status":"passed","time":{"start":1724886311751,"stop":1724886311751,"duration":0}},{"uid":"bd4f2470af3b191d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bd4f2470af3b191d","status":"passed","time":{"start":1724861760767,"stop":1724861760767,"duration":0}},{"uid":"91749e12afe2b41e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/91749e12afe2b41e","status":"passed","time":{"start":1724861231727,"stop":1724861231727,"duration":0}},{"uid":"838078b71acc3219","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/838078b71acc3219","status":"passed","time":{"start":1724861054248,"stop":1724861054248,"duration":0}},{"uid":"1c7f347b804b7c76","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1c7f347b804b7c76","status":"passed","time":{"start":1724860915807,"stop":1724860915807,"duration":0}}]},"tags":[]},"source":"7c39b8c464c27ba5.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/7c844a2dddd7c339.json b/7376/data/test-cases/7c844a2dddd7c339.json new file mode 100644 index 00000000000..9150cf1430c --- /dev/null +++ b/7376/data/test-cases/7c844a2dddd7c339.json @@ -0,0 +1 @@ +{"uid":"7c844a2dddd7c339","name":"Subscribe to topic containing shell command and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to topic containing shell command and receive message","historyId":"bd3dff4d11649697525134396ae0dc4e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012466,"stop":1724923012467,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7b0bf39147f7e91","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7b0bf39147f7e91","status":"passed","time":{"start":1724921625070,"stop":1724921625073,"duration":3}},{"uid":"cac7ccf3a25b571d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cac7ccf3a25b571d","status":"passed","time":{"start":1724921590498,"stop":1724921590498,"duration":0}},{"uid":"6c74040e0182db27","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6c74040e0182db27","status":"passed","time":{"start":1724918287567,"stop":1724918287567,"duration":0}},{"uid":"96ac86d7a6ef6940","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/96ac86d7a6ef6940","status":"passed","time":{"start":1724890047789,"stop":1724890047790,"duration":1}},{"uid":"a2b7b616f7678a2a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2b7b616f7678a2a","status":"passed","time":{"start":1724889183923,"stop":1724889183923,"duration":0}},{"uid":"be13bc7090d0c9b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/be13bc7090d0c9b","status":"passed","time":{"start":1724888354167,"stop":1724888354172,"duration":5}},{"uid":"81d71e67d32e3f62","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/81d71e67d32e3f62","status":"passed","time":{"start":1724887145666,"stop":1724887145666,"duration":0}},{"uid":"9d32b5a2033d155d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9d32b5a2033d155d","status":"passed","time":{"start":1724886915789,"stop":1724886915789,"duration":0}},{"uid":"b8f3253f176ca225","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8f3253f176ca225","status":"passed","time":{"start":1724862341440,"stop":1724862341440,"duration":0}},{"uid":"c1bb68052782f2d1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c1bb68052782f2d1","status":"passed","time":{"start":1724861805444,"stop":1724861805444,"duration":0}},{"uid":"af0cf9167dfd5032","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/af0cf9167dfd5032","status":"passed","time":{"start":1724861662272,"stop":1724861662273,"duration":1}},{"uid":"6f0e84930642ff3e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6f0e84930642ff3e","status":"passed","time":{"start":1724861492516,"stop":1724861492516,"duration":0}}]},"tags":[]},"source":"7c844a2dddd7c339.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/7cd53eb5fc55618d.json b/7376/data/test-cases/7cd53eb5fc55618d.json new file mode 100644 index 00000000000..33bf38580d6 --- /dev/null +++ b/7376/data/test-cases/7cd53eb5fc55618d.json @@ -0,0 +1 @@ +{"uid":"7cd53eb5fc55618d","name":"Round trip binary encryption [symmetric, no signature]","fullName":"/src/symmetric.spec.ts: Symmetric Encryption > Round trip binary encryption [symmetric, no signature]","historyId":"7e2ac153ef7f966804ad61aaa2a688ce:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922408751,"stop":1724922408752,"duration":1},"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":13,"unknown":0,"total":13},"items":[{"uid":"b129131824274df8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b129131824274df8","status":"passed","time":{"start":1724921071991,"stop":1724921071992,"duration":1}},{"uid":"fb85ec3bdd9ccddd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fb85ec3bdd9ccddd","status":"passed","time":{"start":1724921046818,"stop":1724921046819,"duration":1}},{"uid":"d138ba7b8655afc6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d138ba7b8655afc6","status":"passed","time":{"start":1724917707018,"stop":1724917707020,"duration":2}},{"uid":"d021c9cbe3f50718","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d021c9cbe3f50718","status":"passed","time":{"start":1724889485856,"stop":1724889485857,"duration":1}},{"uid":"169fe7df14e1f741","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/169fe7df14e1f741","status":"passed","time":{"start":1724888636616,"stop":1724888636618,"duration":2}},{"uid":"cb6ddfc098f1eaa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cb6ddfc098f1eaa","status":"passed","time":{"start":1724887792852,"stop":1724887792853,"duration":1}},{"uid":"bfb2fc6e80defad5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bfb2fc6e80defad5","status":"passed","time":{"start":1724886559721,"stop":1724886559722,"duration":1}},{"uid":"db6286fc4640c3d5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/db6286fc4640c3d5","status":"passed","time":{"start":1724886337371,"stop":1724886337373,"duration":2}},{"uid":"24a728f5a148be13","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/24a728f5a148be13","status":"passed","time":{"start":1724861786725,"stop":1724861786727,"duration":2}},{"uid":"82e7b91a758fecd7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/82e7b91a758fecd7","status":"passed","time":{"start":1724861257209,"stop":1724861257210,"duration":1}},{"uid":"3d53a3d245fea169","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3d53a3d245fea169","status":"passed","time":{"start":1724861081078,"stop":1724861081080,"duration":2}},{"uid":"d61e0cdefd370","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d61e0cdefd370","status":"passed","time":{"start":1724860941727,"stop":1724860941729,"duration":2}}]},"tags":[]},"source":"7cd53eb5fc55618d.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/905d28219a2f5539.json b/7376/data/test-cases/7d2fec699c4b78b3.json similarity index 54% rename from 7346/data/test-cases/905d28219a2f5539.json rename to 7376/data/test-cases/7d2fec699c4b78b3.json index 975d3dc7a98..9d4695ba9d5 100644 --- a/7346/data/test-cases/905d28219a2f5539.json +++ b/7376/data/test-cases/7d2fec699c4b78b3.json @@ -1 +1 @@ -{"uid":"905d28219a2f5539","name":"Passing a valid cursor at 19 index when there are 50 messages","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Passing a valid cursor at 19 index when there are 50 messages","historyId":"b2f86bb9ff851cd16ff810302046b33a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765470239,"stop":1724765470241,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, cursor"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"8b1c74dac1efb17d","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/8b1c74dac1efb17d","status":"passed","time":{"start":1724765389215,"stop":1724765389215,"duration":0}},{"uid":"7724c5ea5a6bc603","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/7724c5ea5a6bc603","status":"passed","time":{"start":1724763765690,"stop":1724763765691,"duration":1}},{"uid":"cb0af878e787fa0d","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/cb0af878e787fa0d","status":"passed","time":{"start":1724761004840,"stop":1724761004841,"duration":1}},{"uid":"cb002d8e8e537ff0","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/cb002d8e8e537ff0","status":"passed","time":{"start":1724760037104,"stop":1724760037108,"duration":4}},{"uid":"58d62c8003b256c9","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/58d62c8003b256c9","status":"passed","time":{"start":1724758177012,"stop":1724758177013,"duration":1}},{"uid":"6b0a84e01fbb6453","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6b0a84e01fbb6453","status":"passed","time":{"start":1724757847389,"stop":1724757847389,"duration":0}},{"uid":"6840eb39433cd57","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/6840eb39433cd57","status":"passed","time":{"start":1724757226684,"stop":1724757226685,"duration":1}},{"uid":"c2e3eaedb5940d24","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c2e3eaedb5940d24","status":"passed","time":{"start":1724755296801,"stop":1724755296801,"duration":0}},{"uid":"756887a519522bd4","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/756887a519522bd4","status":"passed","time":{"start":1724752732661,"stop":1724752732662,"duration":1}},{"uid":"b40e33bcde71257e","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/b40e33bcde71257e","status":"passed","time":{"start":1724751577054,"stop":1724751577054,"duration":0}},{"uid":"2d8fa637967fadc8","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/2d8fa637967fadc8","status":"passed","time":{"start":1724750647495,"stop":1724750647496,"duration":1}},{"uid":"fa05ea51f9f2db57","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/fa05ea51f9f2db57","status":"passed","time":{"start":1724749642924,"stop":1724749642926,"duration":2}},{"uid":"827237de12c614d6","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/827237de12c614d6","status":"passed","time":{"start":1724717957839,"stop":1724717957840,"duration":1}},{"uid":"75145d43e2ed45bd","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/75145d43e2ed45bd","status":"passed","time":{"start":1724715206991,"stop":1724715206992,"duration":1}},{"uid":"d548a32bb7cffb19","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/d548a32bb7cffb19","status":"passed","time":{"start":1724713277142,"stop":1724713277142,"duration":0}},{"uid":"ef9c39bd45456b06","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/ef9c39bd45456b06","status":"passed","time":{"start":1724706466065,"stop":1724706466066,"duration":1}},{"uid":"2faa66124b27e1f7","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2faa66124b27e1f7","status":"passed","time":{"start":1724704876921,"stop":1724704876922,"duration":1}},{"uid":"71ac2013e752f661","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/71ac2013e752f661","status":"passed","time":{"start":1724684257316,"stop":1724684257316,"duration":0}},{"uid":"1163317af3c739a2","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/1163317af3c739a2","status":"passed","time":{"start":1724673010499,"stop":1724673010502,"duration":3}},{"uid":"d04c16fa85cd2aec","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/d04c16fa85cd2aec","status":"passed","time":{"start":1724670731308,"stop":1724670731310,"duration":2}}]},"tags":[]},"source":"905d28219a2f5539.json","parameterValues":[]} \ No newline at end of file +{"uid":"7d2fec699c4b78b3","name":"Passing a valid cursor at 19 index when there are 50 messages","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Passing a valid cursor at 19 index when there are 50 messages","historyId":"b2f86bb9ff851cd16ff810302046b33a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922928887,"stop":1724922928887,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, cursor"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4f8370cac43d0268","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4f8370cac43d0268","status":"passed","time":{"start":1724921620602,"stop":1724921620602,"duration":0}},{"uid":"d19ade6c7b8ffe51","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d19ade6c7b8ffe51","status":"passed","time":{"start":1724921566687,"stop":1724921566688,"duration":1}},{"uid":"eedaa7f8e67065eb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eedaa7f8e67065eb","status":"passed","time":{"start":1724918280552,"stop":1724918280553,"duration":1}},{"uid":"499caea7678ce959","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/499caea7678ce959","status":"passed","time":{"start":1724890019468,"stop":1724890019468,"duration":0}},{"uid":"bb8e19c0b99f5da5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bb8e19c0b99f5da5","status":"passed","time":{"start":1724889148722,"stop":1724889148722,"duration":0}},{"uid":"fb9b7812af37a316","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fb9b7812af37a316","status":"passed","time":{"start":1724888331954,"stop":1724888331955,"duration":1}},{"uid":"c50c914020f67e27","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c50c914020f67e27","status":"passed","time":{"start":1724887107113,"stop":1724887107114,"duration":1}},{"uid":"fee30bce8b5e2ed4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fee30bce8b5e2ed4","status":"passed","time":{"start":1724886889608,"stop":1724886889608,"duration":0}},{"uid":"ae8a7d78e01f57f5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ae8a7d78e01f57f5","status":"passed","time":{"start":1724862298789,"stop":1724862298790,"duration":1}},{"uid":"36be22ce4e672f6e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/36be22ce4e672f6e","status":"passed","time":{"start":1724861779252,"stop":1724861779253,"duration":1}},{"uid":"974cad8d61cd1082","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/974cad8d61cd1082","status":"passed","time":{"start":1724861646562,"stop":1724861646562,"duration":0}},{"uid":"22de7e0dcf895e3f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/22de7e0dcf895e3f","status":"passed","time":{"start":1724861466614,"stop":1724861466615,"duration":1}}]},"tags":[]},"source":"7d2fec699c4b78b3.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/7d53c2a045bc6637.json b/7376/data/test-cases/7d53c2a045bc6637.json new file mode 100644 index 00000000000..7ff071e9ea8 --- /dev/null +++ b/7376/data/test-cases/7d53c2a045bc6637.json @@ -0,0 +1 @@ +{"uid":"7d53c2a045bc6637","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","historyId":"c4c65aecf7fb6147572e5e9728555050:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374673,"stop":1724922374674,"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":13,"unknown":0,"total":13},"items":[{"uid":"4b2d9748a50e8bf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4b2d9748a50e8bf","status":"passed","time":{"start":1724921037634,"stop":1724921037634,"duration":0}},{"uid":"fa3bc5204bf4fead","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fa3bc5204bf4fead","status":"passed","time":{"start":1724921013046,"stop":1724921013046,"duration":0}},{"uid":"21a35934c610e957","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/21a35934c610e957","status":"passed","time":{"start":1724917673290,"stop":1724917673290,"duration":0}},{"uid":"b147c76bc34d19fc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b147c76bc34d19fc","status":"passed","time":{"start":1724889452308,"stop":1724889452309,"duration":1}},{"uid":"81c5c08e9632ee74","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/81c5c08e9632ee74","status":"passed","time":{"start":1724888602839,"stop":1724888602839,"duration":0}},{"uid":"e3e6ababfe7b2313","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e3e6ababfe7b2313","status":"passed","time":{"start":1724887759163,"stop":1724887759163,"duration":0}},{"uid":"8087ee96d08db47f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8087ee96d08db47f","status":"passed","time":{"start":1724886525542,"stop":1724886525542,"duration":0}},{"uid":"9a2701ee602d3b37","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9a2701ee602d3b37","status":"passed","time":{"start":1724886303395,"stop":1724886303395,"duration":0}},{"uid":"bc9a9f3a333c595","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc9a9f3a333c595","status":"passed","time":{"start":1724861752225,"stop":1724861752226,"duration":1}},{"uid":"ea32bb895b2ebf0e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ea32bb895b2ebf0e","status":"passed","time":{"start":1724861223354,"stop":1724861223354,"duration":0}},{"uid":"32f44c6500c74745","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/32f44c6500c74745","status":"passed","time":{"start":1724861045201,"stop":1724861045201,"duration":0}},{"uid":"c0dfdb2958f68160","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c0dfdb2958f68160","status":"passed","time":{"start":1724860907083,"stop":1724860907083,"duration":0}}]},"tags":[]},"source":"7d53c2a045bc6637.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/7d5829f6ee2d9376.json b/7376/data/test-cases/7d5829f6ee2d9376.json new file mode 100644 index 00000000000..aa0d97fcf67 --- /dev/null +++ b/7376/data/test-cases/7d5829f6ee2d9376.json @@ -0,0 +1 @@ +{"uid":"7d5829f6ee2d9376","name":"Generator, 2 nwaku nodes each with different pubsubtopics","fullName":"/tests/store/multiple_pubsub.spec.ts: Waku Store (Autosharding), custom pubsub topic > Generator, 2 nwaku nodes each with different pubsubtopics","historyId":"58b07b2285e910f80ae373b96411434b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922966286,"stop":1724922966286,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store (Autosharding), custom pubsub topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7504173fb531a2ac","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7504173fb531a2ac","status":"passed","time":{"start":1724921658746,"stop":1724921658746,"duration":0}},{"uid":"2c953e3125f33f49","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2c953e3125f33f49","status":"passed","time":{"start":1724921609580,"stop":1724921609580,"duration":0}},{"uid":"f5fe0e515f719a8c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f5fe0e515f719a8c","status":"passed","time":{"start":1724918323460,"stop":1724918323461,"duration":1}},{"uid":"90c1344acfc2d5ea","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/90c1344acfc2d5ea","status":"passed","time":{"start":1724890071666,"stop":1724890071666,"duration":0}},{"uid":"533d78acd6fa1a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/533d78acd6fa1a0","status":"passed","time":{"start":1724889207706,"stop":1724889207706,"duration":0}},{"uid":"f34e26a127cbe24a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f34e26a127cbe24a","status":"passed","time":{"start":1724888386327,"stop":1724888386327,"duration":0}},{"uid":"b0498c7beaba65d7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b0498c7beaba65d7","status":"passed","time":{"start":1724887153934,"stop":1724887153934,"duration":0}},{"uid":"315914820d4e18b7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/315914820d4e18b7","status":"passed","time":{"start":1724886927389,"stop":1724886927392,"duration":3}},{"uid":"4c303280d741ddda","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4c303280d741ddda","status":"passed","time":{"start":1724862360110,"stop":1724862360110,"duration":0}},{"uid":"4ddf538eca459edc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4ddf538eca459edc","status":"passed","time":{"start":1724861832843,"stop":1724861832843,"duration":0}},{"uid":"c01f9061bdb54d33","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c01f9061bdb54d33","status":"passed","time":{"start":1724861687428,"stop":1724861687428,"duration":0}},{"uid":"6843657efac2e6e7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6843657efac2e6e7","status":"passed","time":{"start":1724861513177,"stop":1724861513178,"duration":1}}]},"tags":[]},"source":"7d5829f6ee2d9376.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/7d8aac099f77b4d1.json b/7376/data/test-cases/7d8aac099f77b4d1.json new file mode 100644 index 00000000000..95b67e306c0 --- /dev/null +++ b/7376/data/test-cases/7d8aac099f77b4d1.json @@ -0,0 +1 @@ +{"uid":"7d8aac099f77b4d1","name":"3 nodes on /waku/2/rs/7/0 topic","fullName":"/tests/relay/multiple_pubsub.node.spec.ts: Waku Relay (Autosharding), multiple pubsub topics > 3 nodes on /waku/2/rs/7/0 topic","historyId":"5312f38d9e21e47e6e496177a2770df9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922862334,"stop":1724922862335,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay (Autosharding), multiple pubsub topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f2b8d0915111e814","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f2b8d0915111e814","status":"passed","time":{"start":1724921540109,"stop":1724921540109,"duration":0}},{"uid":"dedf5e8c0e24c3e2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dedf5e8c0e24c3e2","status":"passed","time":{"start":1724921503540,"stop":1724921503541,"duration":1}},{"uid":"d547e777c74a1b3d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d547e777c74a1b3d","status":"passed","time":{"start":1724918214369,"stop":1724918214369,"duration":0}},{"uid":"3a19490f38bb8412","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a19490f38bb8412","status":"passed","time":{"start":1724889952445,"stop":1724889952445,"duration":0}},{"uid":"db49e3efa459dc34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/db49e3efa459dc34","status":"passed","time":{"start":1724889087469,"stop":1724889087469,"duration":0}},{"uid":"b95368cc2d5d1ac8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b95368cc2d5d1ac8","status":"passed","time":{"start":1724888266430,"stop":1724888266431,"duration":1}},{"uid":"5a7d067320a1ae1d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5a7d067320a1ae1d","status":"passed","time":{"start":1724887042932,"stop":1724887042932,"duration":0}},{"uid":"d8f6817c02ed7337","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d8f6817c02ed7337","status":"passed","time":{"start":1724886820800,"stop":1724886820800,"duration":0}},{"uid":"7eaa897185ef6d9b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7eaa897185ef6d9b","status":"passed","time":{"start":1724862245490,"stop":1724862245491,"duration":1}},{"uid":"6049d0fee2f354d6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6049d0fee2f354d6","status":"passed","time":{"start":1724861720400,"stop":1724861720403,"duration":3}},{"uid":"5bfb5ed2adb2c434","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5bfb5ed2adb2c434","status":"passed","time":{"start":1724861579389,"stop":1724861579389,"duration":0}},{"uid":"f85bbadaf0638236","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f85bbadaf0638236","status":"passed","time":{"start":1724861402507,"stop":1724861402508,"duration":1}}]},"tags":[]},"source":"7d8aac099f77b4d1.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/b048b4caad8b8b05.json b/7376/data/test-cases/7df2b594fad017f9.json similarity index 83% rename from 7346/data/test-cases/b048b4caad8b8b05.json rename to 7376/data/test-cases/7df2b594fad017f9.json index 45aaba5e20b..cdd7f18d419 100644 --- a/7346/data/test-cases/b048b4caad8b8b05.json +++ b/7376/data/test-cases/7df2b594fad017f9.json @@ -1 +1 @@ -{"uid":"b048b4caad8b8b05","name":"Fails to push message bigger that 1MB","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Fails to push message bigger that 1MB","historyId":"8d63e67174dd96a7aa81b8114304ff79:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367206,"stop":1724765367206,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"9c1850778397b66f","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/9c1850778397b66f","status":"passed","time":{"start":1724765300589,"stop":1724765300589,"duration":0}},{"uid":"b59e9d4e51534441","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/b59e9d4e51534441","status":"passed","time":{"start":1724763693168,"stop":1724763693168,"duration":0}},{"uid":"a16d27c59fb1337b","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a16d27c59fb1337b","status":"passed","time":{"start":1724760912525,"stop":1724760912526,"duration":1}},{"uid":"47340c379ac5cb3e","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/47340c379ac5cb3e","status":"passed","time":{"start":1724759937137,"stop":1724759937138,"duration":1}},{"uid":"98aaa374c3295de7","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/98aaa374c3295de7","status":"passed","time":{"start":1724758102782,"stop":1724758102783,"duration":1}},{"uid":"3d44f785f82a0c85","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/3d44f785f82a0c85","status":"passed","time":{"start":1724757793389,"stop":1724757793389,"duration":0}},{"uid":"30b6e27459d3e590","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/30b6e27459d3e590","status":"passed","time":{"start":1724757169536,"stop":1724757169537,"duration":1}},{"uid":"f18fbda12824ae65","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/f18fbda12824ae65","status":"passed","time":{"start":1724755216348,"stop":1724755216348,"duration":0}},{"uid":"6132bf89affb49e","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/6132bf89affb49e","status":"passed","time":{"start":1724752642024,"stop":1724752642024,"duration":0}},{"uid":"c797fae713389a86","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/c797fae713389a86","status":"passed","time":{"start":1724751479167,"stop":1724751479174,"duration":7}},{"uid":"e76fb5935fb26554","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/e76fb5935fb26554","status":"passed","time":{"start":1724750562220,"stop":1724750562220,"duration":0}},{"uid":"8be1b13ef74a27f5","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/8be1b13ef74a27f5","status":"passed","time":{"start":1724749562440,"stop":1724749562441,"duration":1}},{"uid":"7c3ced1bb1c905bd","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/7c3ced1bb1c905bd","status":"passed","time":{"start":1724717869164,"stop":1724717869166,"duration":2}},{"uid":"bf48b54de0078b4c","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/bf48b54de0078b4c","status":"passed","time":{"start":1724715106058,"stop":1724715106060,"duration":2}},{"uid":"575dbd743f47ce70","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/575dbd743f47ce70","status":"passed","time":{"start":1724713204895,"stop":1724713204895,"duration":0}},{"uid":"756614ecdbe62cb1","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/756614ecdbe62cb1","status":"passed","time":{"start":1724706379296,"stop":1724706379297,"duration":1}},{"uid":"99588c30dc8f174f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/99588c30dc8f174f","status":"passed","time":{"start":1724704806981,"stop":1724704806981,"duration":0}},{"uid":"3600e335fd2b9cb9","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/3600e335fd2b9cb9","status":"passed","time":{"start":1724684166002,"stop":1724684166003,"duration":1}},{"uid":"4a4d80c054926a7a","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/4a4d80c054926a7a","status":"passed","time":{"start":1724672921826,"stop":1724672921826,"duration":0}},{"uid":"4ea24db43fe4d701","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/4ea24db43fe4d701","status":"passed","time":{"start":1724670647914,"stop":1724670647915,"duration":1}}]},"tags":[]},"source":"b048b4caad8b8b05.json","parameterValues":[]} \ No newline at end of file +{"uid":"7df2b594fad017f9","name":"Fails to push message bigger that 1MB","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Fails to push message bigger that 1MB","historyId":"8d63e67174dd96a7aa81b8114304ff79:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853931,"stop":1724922853931,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"71f8bf5218558e3d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/71f8bf5218558e3d","status":"passed","time":{"start":1724921529594,"stop":1724921529594,"duration":0}},{"uid":"bff201436830925","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bff201436830925","status":"passed","time":{"start":1724921488890,"stop":1724921488894,"duration":4}},{"uid":"e3d8877d996e7e1d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e3d8877d996e7e1d","status":"passed","time":{"start":1724918203697,"stop":1724918203698,"duration":1}},{"uid":"891d94020459f0c8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/891d94020459f0c8","status":"passed","time":{"start":1724889938369,"stop":1724889938369,"duration":0}},{"uid":"61fde260509c9f0b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/61fde260509c9f0b","status":"passed","time":{"start":1724889077081,"stop":1724889077081,"duration":0}},{"uid":"3ef0cf70c6d6e0a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3ef0cf70c6d6e0a9","status":"passed","time":{"start":1724888268043,"stop":1724888268043,"duration":0}},{"uid":"58e2394f413befb2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/58e2394f413befb2","status":"passed","time":{"start":1724887032417,"stop":1724887032417,"duration":0}},{"uid":"8f818df1170ef18","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8f818df1170ef18","status":"passed","time":{"start":1724886822829,"stop":1724886822829,"duration":0}},{"uid":"f934f030f9310fd3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f934f030f9310fd3","status":"passed","time":{"start":1724862233524,"stop":1724862233524,"duration":0}},{"uid":"c5b55ab879ecedf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c5b55ab879ecedf","status":"passed","time":{"start":1724861712677,"stop":1724861712677,"duration":0}},{"uid":"d72fa26633f27740","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d72fa26633f27740","status":"passed","time":{"start":1724861567926,"stop":1724861567927,"duration":1}},{"uid":"fdef707ec756c4fb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fdef707ec756c4fb","status":"passed","time":{"start":1724861392065,"stop":1724861392065,"duration":0}}]},"tags":[]},"source":"7df2b594fad017f9.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/7e2e621b99b94965.json b/7376/data/test-cases/7e2e621b99b94965.json new file mode 100644 index 00000000000..7a73c595791 --- /dev/null +++ b/7376/data/test-cases/7e2e621b99b94965.json @@ -0,0 +1 @@ +{"uid":"7e2e621b99b94965","name":"LightPush with 0 connections","fullName":"/tests/health-manager/protocols.spec.ts: Health Manager > Should update the health status for protocols > LightPush with 0 connections","historyId":"6bca71b12d6ff0d2e723e60d895c1685:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922661624,"stop":1724922661625,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Health Manager"},{"name":"suite","value":"Should update the health status for protocols"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6e20f37f0a7d9f49","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6e20f37f0a7d9f49","status":"passed","time":{"start":1724921321309,"stop":1724921321309,"duration":0}},{"uid":"e3a92cb86c5793d6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e3a92cb86c5793d6","status":"passed","time":{"start":1724921298783,"stop":1724921298783,"duration":0}},{"uid":"72011c1c6ac92673","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/72011c1c6ac92673","status":"passed","time":{"start":1724918008227,"stop":1724918008227,"duration":0}},{"uid":"cde298c9b319ad31","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cde298c9b319ad31","status":"passed","time":{"start":1724889728593,"stop":1724889728593,"duration":0}},{"uid":"6b0a0432648b6093","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b0a0432648b6093","status":"passed","time":{"start":1724888882872,"stop":1724888882872,"duration":0}},{"uid":"539895c0c68a787","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/539895c0c68a787","status":"passed","time":{"start":1724888111014,"stop":1724888111014,"duration":0}},{"uid":"3d5d6ae773f06e89","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3d5d6ae773f06e89","status":"passed","time":{"start":1724886869444,"stop":1724886869444,"duration":0}},{"uid":"b06eee9d15ae71c0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b06eee9d15ae71c0","status":"passed","time":{"start":1724886642934,"stop":1724886642935,"duration":1}},{"uid":"3f695ec5c466b1fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3f695ec5c466b1fa","status":"passed","time":{"start":1724862044579,"stop":1724862044580,"duration":1}},{"uid":"9145cb242ca49869","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9145cb242ca49869","status":"passed","time":{"start":1724861523028,"stop":1724861523029,"duration":1}},{"uid":"2725532f81161103","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2725532f81161103","status":"passed","time":{"start":1724861362470,"stop":1724861362470,"duration":0}},{"uid":"aeda4a857d3c67bd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/aeda4a857d3c67bd","status":"passed","time":{"start":1724861196777,"stop":1724861196778,"duration":1}}]},"tags":[]},"source":"7e2e621b99b94965.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/7e8e4d9798983d1d.json b/7376/data/test-cases/7e8e4d9798983d1d.json new file mode 100644 index 00000000000..fc5c9461d4c --- /dev/null +++ b/7376/data/test-cases/7e8e4d9798983d1d.json @@ -0,0 +1 @@ +{"uid":"7e8e4d9798983d1d","name":"Query Generator sorting by timestamp while page direction is true","fullName":"/tests/store/sorting.node.spec.ts: Waku Store, sorting > Query Generator sorting by timestamp while page direction is true","historyId":"b10337f438fa35193172940cd0640f62:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922982488,"stop":1724922982488,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, sorting"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6dd3b5473b7509cf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6dd3b5473b7509cf","status":"passed","time":{"start":1724921656079,"stop":1724921656079,"duration":0}},{"uid":"543205ec7f4ed5a4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/543205ec7f4ed5a4","status":"passed","time":{"start":1724921612560,"stop":1724921612561,"duration":1}},{"uid":"b6d7f702fa31dc91","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b6d7f702fa31dc91","status":"passed","time":{"start":1724918317375,"stop":1724918317375,"duration":0}},{"uid":"fbdfd518f4e8c7f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fbdfd518f4e8c7f9","status":"passed","time":{"start":1724890075097,"stop":1724890075097,"duration":0}},{"uid":"7ef12a3937a716df","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7ef12a3937a716df","status":"passed","time":{"start":1724889203356,"stop":1724889203357,"duration":1}},{"uid":"bdf21f7846fa34aa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bdf21f7846fa34aa","status":"passed","time":{"start":1724888382914,"stop":1724888382915,"duration":1}},{"uid":"c46ff33f10c8a2b1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c46ff33f10c8a2b1","status":"passed","time":{"start":1724887158108,"stop":1724887158108,"duration":0}},{"uid":"24c3978687644e3d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/24c3978687644e3d","status":"passed","time":{"start":1724886934376,"stop":1724886934376,"duration":0}},{"uid":"c13445d609cc34d7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c13445d609cc34d7","status":"passed","time":{"start":1724862354700,"stop":1724862354701,"duration":1}},{"uid":"37daed6dceace02d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/37daed6dceace02d","status":"passed","time":{"start":1724861830501,"stop":1724861830502,"duration":1}},{"uid":"89d18ef8e7551f3e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/89d18ef8e7551f3e","status":"passed","time":{"start":1724861685352,"stop":1724861685352,"duration":0}},{"uid":"e0a9a4cd7b107d7b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e0a9a4cd7b107d7b","status":"passed","time":{"start":1724861518175,"stop":1724861518175,"duration":0}}]},"tags":[]},"source":"7e8e4d9798983d1d.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/7efcefdf6a98f52.json b/7376/data/test-cases/7efcefdf6a98f52.json new file mode 100644 index 00000000000..13a559fa81e --- /dev/null +++ b/7376/data/test-cases/7efcefdf6a98f52.json @@ -0,0 +1 @@ +{"uid":"7efcefdf6a98f52","name":"Push to array if already present","fullName":"/src/common/push_or_init_map.spec.ts: pushOrInitMapSet > Push to array if already present","historyId":"b599654895491b21ff1876c821de2afd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374449,"stop":1724922374449,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"pushOrInitMapSet"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5612bdfac6133a49","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5612bdfac6133a49","status":"passed","time":{"start":1724921037311,"stop":1724921037311,"duration":0}},{"uid":"c238bbef0782757d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c238bbef0782757d","status":"passed","time":{"start":1724921012634,"stop":1724921012635,"duration":1}},{"uid":"8b4cb99e86a287ca","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8b4cb99e86a287ca","status":"passed","time":{"start":1724917673037,"stop":1724917673037,"duration":0}},{"uid":"a82fbafc4d14527b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a82fbafc4d14527b","status":"passed","time":{"start":1724889452004,"stop":1724889452005,"duration":1}},{"uid":"dff39e1dfbad5332","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dff39e1dfbad5332","status":"passed","time":{"start":1724888602562,"stop":1724888602562,"duration":0}},{"uid":"3ef3cf9c3abafa55","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3ef3cf9c3abafa55","status":"passed","time":{"start":1724887758653,"stop":1724887758653,"duration":0}},{"uid":"e76716b064c884b5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e76716b064c884b5","status":"passed","time":{"start":1724886525163,"stop":1724886525163,"duration":0}},{"uid":"69e6c0c0011b36e9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/69e6c0c0011b36e9","status":"passed","time":{"start":1724886303125,"stop":1724886303126,"duration":1}},{"uid":"e4e8646f06b2f8bb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e4e8646f06b2f8bb","status":"passed","time":{"start":1724861751531,"stop":1724861751532,"duration":1}},{"uid":"20b8f29963c73778","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/20b8f29963c73778","status":"passed","time":{"start":1724861222812,"stop":1724861222812,"duration":0}},{"uid":"f6146caf240ae34f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f6146caf240ae34f","status":"passed","time":{"start":1724861044783,"stop":1724861044784,"duration":1}},{"uid":"21d6377a67baa185","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/21d6377a67baa185","status":"passed","time":{"start":1724860906653,"stop":1724860906654,"duration":1}}]},"tags":[]},"source":"7efcefdf6a98f52.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/6d0ad32633d63504.json b/7376/data/test-cases/7f68708a3ed8fdfd.json similarity index 76% rename from 7346/data/test-cases/6d0ad32633d63504.json rename to 7376/data/test-cases/7f68708a3ed8fdfd.json index ae3c0761cc8..b2bea35d27b 100644 --- a/7346/data/test-cases/6d0ad32633d63504.json +++ b/7376/data/test-cases/7f68708a3ed8fdfd.json @@ -1 +1 @@ -{"uid":"6d0ad32633d63504","name":"Check message received after nwaku node is restarted","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check message received after nwaku node is restarted","historyId":"243ab10d31eb66c5118249ed138b6c92:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392395,"stop":1724765392395,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":26,"passed":0,"unknown":0,"total":26},"items":[{"uid":"5f6c9e5bd31914bc","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/5f6c9e5bd31914bc","status":"skipped","statusDetails":"Test ignored","time":{"start":1724765313876,"stop":1724765313877,"duration":1}},{"uid":"1ecd3055d4fbc621","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/1ecd3055d4fbc621","status":"skipped","statusDetails":"Test ignored","time":{"start":1724763683876,"stop":1724763683877,"duration":1}},{"uid":"88c921a5121acb15","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/88c921a5121acb15","status":"skipped","statusDetails":"Test ignored","time":{"start":1724760929582,"stop":1724760929582,"duration":0}},{"uid":"9d93d069449061a2","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/9d93d069449061a2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724759955180,"stop":1724759955181,"duration":1}},{"uid":"34a8a0375982b2e6","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/34a8a0375982b2e6","status":"skipped","statusDetails":"Test ignored","time":{"start":1724758077481,"stop":1724758077481,"duration":0}},{"uid":"6d1680fef23f3428","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6d1680fef23f3428","status":"skipped","statusDetails":"Test ignored","time":{"start":1724757801877,"stop":1724757801878,"duration":1}},{"uid":"721efd0cbbe4b94a","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/721efd0cbbe4b94a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724757120198,"stop":1724757120198,"duration":0}},{"uid":"9b75de18b7e82d47","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/9b75de18b7e82d47","status":"skipped","statusDetails":"Test ignored","time":{"start":1724755211090,"stop":1724755211090,"duration":0}},{"uid":"c31a138e3ebd96b1","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/c31a138e3ebd96b1","status":"skipped","statusDetails":"Test ignored","time":{"start":1724752646560,"stop":1724752646560,"duration":0}},{"uid":"b87f4d85539751b7","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/b87f4d85539751b7","status":"skipped","statusDetails":"Test ignored","time":{"start":1724751495301,"stop":1724751495301,"duration":0}},{"uid":"6cc4bbf537c1c4f0","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/6cc4bbf537c1c4f0","status":"skipped","statusDetails":"Test ignored","time":{"start":1724750572393,"stop":1724750572393,"duration":0}},{"uid":"d8046f5c7e485631","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/d8046f5c7e485631","status":"skipped","statusDetails":"Test ignored","time":{"start":1724749567276,"stop":1724749567276,"duration":0}},{"uid":"b3b426525cb7189c","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/b3b426525cb7189c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724717880850,"stop":1724717880850,"duration":0}},{"uid":"d79c80a308873db2","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/d79c80a308873db2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724715103520,"stop":1724715103520,"duration":0}},{"uid":"a0f8f07cbe093ec5","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/a0f8f07cbe093ec5","status":"skipped","statusDetails":"Test ignored","time":{"start":1724713195385,"stop":1724713195385,"duration":0}},{"uid":"85a3a5571ec2c7c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/85a3a5571ec2c7c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724706389691,"stop":1724706389691,"duration":0}},{"uid":"d24e531e81d3e553","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d24e531e81d3e553","status":"skipped","statusDetails":"Test ignored","time":{"start":1724704811208,"stop":1724704811208,"duration":0}},{"uid":"43c4a4a315a88c0e","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/43c4a4a315a88c0e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724684170215,"stop":1724684170215,"duration":0}},{"uid":"a9175807923a682d","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/a9175807923a682d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724672903662,"stop":1724672903662,"duration":0}},{"uid":"a5f96c854e8f0505","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/a5f96c854e8f0505","status":"skipped","statusDetails":"Test ignored","time":{"start":1724670674059,"stop":1724670674059,"duration":0}}]},"tags":[]},"source":"6d0ad32633d63504.json","parameterValues":[]} \ No newline at end of file +{"uid":"7f68708a3ed8fdfd","name":"Check message received after nwaku node is restarted","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check message received after nwaku node is restarted","historyId":"243ab10d31eb66c5118249ed138b6c92:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845264,"stop":1724922845264,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"92f6755794356414","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/92f6755794356414","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515258,"stop":1724921515258,"duration":0}},{"uid":"c461cb54f66b7375","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c461cb54f66b7375","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475519,"stop":1724921475519,"duration":0}},{"uid":"a19fb0537625980b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a19fb0537625980b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179438,"stop":1724918179439,"duration":1}},{"uid":"57d05932a44abaf1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/57d05932a44abaf1","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935353,"stop":1724889935354,"duration":1}},{"uid":"9e1cf44e76531bca","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e1cf44e76531bca","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072769,"stop":1724889072770,"duration":1}},{"uid":"707dfdd867f6c10b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/707dfdd867f6c10b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232429,"stop":1724888232430,"duration":1}},{"uid":"23e235fbdb809028","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/23e235fbdb809028","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018318,"stop":1724887018318,"duration":0}},{"uid":"b045ff33aef75ec9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b045ff33aef75ec9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781506,"stop":1724886781506,"duration":0}},{"uid":"9738f2b83e98c9e4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9738f2b83e98c9e4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213686,"stop":1724862213686,"duration":0}},{"uid":"1e1c2b4f8c97e518","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1e1c2b4f8c97e518","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861685890,"stop":1724861685891,"duration":1}},{"uid":"b0e230afd041e992","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b0e230afd041e992","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546214,"stop":1724861546214,"duration":0}},{"uid":"7e0ae132254bf523","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7e0ae132254bf523","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378127,"stop":1724861378127,"duration":0}}]},"tags":[]},"source":"7f68708a3ed8fdfd.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/93612c91d0a9b0cb.json b/7376/data/test-cases/7ffc52be0b135df0.json similarity index 65% rename from 7346/data/test-cases/93612c91d0a9b0cb.json rename to 7376/data/test-cases/7ffc52be0b135df0.json index fd2c0a21716..5c8b74d60fe 100644 --- a/7346/data/test-cases/93612c91d0a9b0cb.json +++ b/7376/data/test-cases/7ffc52be0b135df0.json @@ -1 +1 @@ -{"uid":"93612c91d0a9b0cb","name":"can start the service","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Compliance Tests > interface-peer-discovery compliance tests > can start the service","historyId":"faf5c97a47e44194b2bede086cc64fb9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724764817751,"stop":1724764817752,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Compliance Tests"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28},"items":[{"uid":"792f53844e22591","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/792f53844e22591","status":"passed","time":{"start":1724764737683,"stop":1724764737684,"duration":1}},{"uid":"5ceb63e52d79b873","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/5ceb63e52d79b873","status":"passed","time":{"start":1724763102731,"stop":1724763102731,"duration":0}},{"uid":"4067a825aa213c0d","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/4067a825aa213c0d","status":"passed","time":{"start":1724760371583,"stop":1724760371587,"duration":4}},{"uid":"5545567dc49ac61c","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/5545567dc49ac61c","status":"passed","time":{"start":1724759382831,"stop":1724759382831,"duration":0}},{"uid":"286a9bd9c4a68b89","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/286a9bd9c4a68b89","status":"passed","time":{"start":1724757522039,"stop":1724757522039,"duration":0}},{"uid":"42db95aa3bdd548c","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/42db95aa3bdd548c","status":"passed","time":{"start":1724757241936,"stop":1724757241937,"duration":1}},{"uid":"b6a7ada2ca01cd84","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/b6a7ada2ca01cd84","status":"passed","time":{"start":1724756562245,"stop":1724756562246,"duration":1}},{"uid":"5eb96cafad1f0b01","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/5eb96cafad1f0b01","status":"passed","time":{"start":1724754662065,"stop":1724754662066,"duration":1}},{"uid":"72b1249cd0e3bf64","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/72b1249cd0e3bf64","status":"passed","time":{"start":1724752087834,"stop":1724752087834,"duration":0}},{"uid":"b1e4d2b904e577df","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/b1e4d2b904e577df","status":"passed","time":{"start":1724750919356,"stop":1724750919357,"duration":1}},{"uid":"10c913a8bee17dc9","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/10c913a8bee17dc9","status":"passed","time":{"start":1724749999871,"stop":1724749999872,"duration":1}},{"uid":"f46ac02daee5fc52","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/f46ac02daee5fc52","status":"passed","time":{"start":1724749024331,"stop":1724749024331,"duration":0}},{"uid":"687de943b5b60bca","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/687de943b5b60bca","status":"passed","time":{"start":1724717315406,"stop":1724717315411,"duration":5}},{"uid":"ef13e6f7ed84fc5f","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/ef13e6f7ed84fc5f","status":"passed","time":{"start":1724714548290,"stop":1724714548290,"duration":0}},{"uid":"1d36368738934d3c","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/1d36368738934d3c","status":"passed","time":{"start":1724712629724,"stop":1724712629724,"duration":0}},{"uid":"b513a639922d2921","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b513a639922d2921","status":"passed","time":{"start":1724705839461,"stop":1724705839461,"duration":0}},{"uid":"7eb1aeedf7c9b80","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/7eb1aeedf7c9b80","status":"passed","time":{"start":1724704253910,"stop":1724704253911,"duration":1}},{"uid":"64de10d5ba3688c0","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/64de10d5ba3688c0","status":"passed","time":{"start":1724683620300,"stop":1724683620301,"duration":1}},{"uid":"625dfaedabc82433","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/625dfaedabc82433","status":"passed","time":{"start":1724672343200,"stop":1724672343201,"duration":1}},{"uid":"79b2354c02451bba","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/79b2354c02451bba","status":"passed","time":{"start":1724670094074,"stop":1724670094074,"duration":0}}]},"tags":[]},"source":"93612c91d0a9b0cb.json","parameterValues":[]} \ No newline at end of file +{"uid":"7ffc52be0b135df0","name":"can start the service","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Compliance Tests > interface-peer-discovery compliance tests > can start the service","historyId":"faf5c97a47e44194b2bede086cc64fb9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922402861,"stop":1724922402861,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Compliance Tests"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b067aa7821b49b78","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b067aa7821b49b78","status":"passed","time":{"start":1724921065908,"stop":1724921065908,"duration":0}},{"uid":"91476312301a0048","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/91476312301a0048","status":"passed","time":{"start":1724921040945,"stop":1724921040946,"duration":1}},{"uid":"5ecdd432045c5bdb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5ecdd432045c5bdb","status":"passed","time":{"start":1724917701154,"stop":1724917701154,"duration":0}},{"uid":"907c3d3d031afbcb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/907c3d3d031afbcb","status":"passed","time":{"start":1724889479973,"stop":1724889479973,"duration":0}},{"uid":"66e70b1d8a8342ff","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/66e70b1d8a8342ff","status":"passed","time":{"start":1724888630721,"stop":1724888630722,"duration":1}},{"uid":"d675ae02803df951","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d675ae02803df951","status":"passed","time":{"start":1724887787004,"stop":1724887787004,"duration":0}},{"uid":"2111e74c748d8bc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2111e74c748d8bc1","status":"passed","time":{"start":1724886553667,"stop":1724886553667,"duration":0}},{"uid":"13ede41c4c0701","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/13ede41c4c0701","status":"passed","time":{"start":1724886331490,"stop":1724886331490,"duration":0}},{"uid":"e9449f682bfce9e3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e9449f682bfce9e3","status":"passed","time":{"start":1724861780654,"stop":1724861780655,"duration":1}},{"uid":"109207daad6eae53","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/109207daad6eae53","status":"passed","time":{"start":1724861251096,"stop":1724861251097,"duration":1}},{"uid":"7a7ae86abad4b794","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7a7ae86abad4b794","status":"passed","time":{"start":1724861074802,"stop":1724861074806,"duration":4}},{"uid":"7cb5ddc6a266c714","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7cb5ddc6a266c714","status":"passed","time":{"start":1724860935669,"stop":1724860935670,"duration":1}}]},"tags":[]},"source":"7ffc52be0b135df0.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/42dac94161b3d93c.json b/7376/data/test-cases/8007f3350aaff36a.json similarity index 76% rename from 7346/data/test-cases/42dac94161b3d93c.json rename to 7376/data/test-cases/8007f3350aaff36a.json index d46b25817f7..7a7e317082e 100644 --- a/7346/data/test-cases/42dac94161b3d93c.json +++ b/7376/data/test-cases/8007f3350aaff36a.json @@ -1 +1 @@ -{"uid":"42dac94161b3d93c","name":"Check received message containing shell command","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing shell command","historyId":"e08157dfc0779b640a028d2129648b04:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765048430,"stop":1724765048430,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"21c6a08a198fd083","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/21c6a08a198fd083","status":"passed","time":{"start":1724764977142,"stop":1724764977143,"duration":1}},{"uid":"51cfc12b831964aa","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/51cfc12b831964aa","status":"passed","time":{"start":1724763340011,"stop":1724763340012,"duration":1}},{"uid":"b596f1e215ce5a86","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b596f1e215ce5a86","status":"passed","time":{"start":1724760600501,"stop":1724760600501,"duration":0}},{"uid":"6041e029c6e89982","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/6041e029c6e89982","status":"passed","time":{"start":1724759627554,"stop":1724759627554,"duration":0}},{"uid":"7dda94560396933d","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/7dda94560396933d","status":"passed","time":{"start":1724757762721,"stop":1724757762721,"duration":0}},{"uid":"20817d2cf7e0a6f0","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/20817d2cf7e0a6f0","status":"passed","time":{"start":1724757473906,"stop":1724757473906,"duration":0}},{"uid":"da1238fac202d567","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/da1238fac202d567","status":"passed","time":{"start":1724756806006,"stop":1724756806016,"duration":10}},{"uid":"a9017cdab22a439a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a9017cdab22a439a","status":"passed","time":{"start":1724754890970,"stop":1724754890971,"duration":1}},{"uid":"127922809c03ffb8","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/127922809c03ffb8","status":"passed","time":{"start":1724752321310,"stop":1724752321311,"duration":1}},{"uid":"64416c9825d101ed","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/64416c9825d101ed","status":"passed","time":{"start":1724751157979,"stop":1724751157979,"duration":0}},{"uid":"6769995436aa6bda","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/6769995436aa6bda","status":"passed","time":{"start":1724750231022,"stop":1724750231023,"duration":1}},{"uid":"527bc72482c82eec","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/527bc72482c82eec","status":"passed","time":{"start":1724749270694,"stop":1724749270694,"duration":0}},{"uid":"d3f64e535d90ad9","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/d3f64e535d90ad9","status":"passed","time":{"start":1724717545675,"stop":1724717545675,"duration":0}},{"uid":"9d89f1128613b72f","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/9d89f1128613b72f","status":"passed","time":{"start":1724714779158,"stop":1724714779158,"duration":0}},{"uid":"a25d4be87bf4321b","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/a25d4be87bf4321b","status":"passed","time":{"start":1724712855313,"stop":1724712855315,"duration":2}},{"uid":"b8a24e78dbbc1177","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b8a24e78dbbc1177","status":"passed","time":{"start":1724706072102,"stop":1724706072102,"duration":0}},{"uid":"c379b85f82ba2dfa","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c379b85f82ba2dfa","status":"passed","time":{"start":1724704476162,"stop":1724704476163,"duration":1}},{"uid":"b2418dd00bf3e1de","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b2418dd00bf3e1de","status":"passed","time":{"start":1724683855316,"stop":1724683855317,"duration":1}},{"uid":"5d41e465731f0a92","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/5d41e465731f0a92","status":"passed","time":{"start":1724672579674,"stop":1724672579674,"duration":0}},{"uid":"a8851c44e8f3e3b0","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/a8851c44e8f3e3b0","status":"passed","time":{"start":1724670325017,"stop":1724670325017,"duration":0}}]},"tags":[]},"source":"42dac94161b3d93c.json","parameterValues":[]} \ No newline at end of file +{"uid":"8007f3350aaff36a","name":"Check received message containing shell command","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing shell command","historyId":"e08157dfc0779b640a028d2129648b04:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922601843,"stop":1724922601843,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2b1675ccda598740","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2b1675ccda598740","status":"passed","time":{"start":1724921267870,"stop":1724921267870,"duration":0}},{"uid":"eb0e1b5d11494833","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/eb0e1b5d11494833","status":"passed","time":{"start":1724921244369,"stop":1724921244370,"duration":1}},{"uid":"dedda181882f9b93","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dedda181882f9b93","status":"passed","time":{"start":1724917916051,"stop":1724917916052,"duration":1}},{"uid":"d440a30646911f58","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d440a30646911f58","status":"passed","time":{"start":1724889678255,"stop":1724889678255,"duration":0}},{"uid":"157ed3d400d890a2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/157ed3d400d890a2","status":"passed","time":{"start":1724888831684,"stop":1724888831685,"duration":1}},{"uid":"8baefc6bc38b7c9a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8baefc6bc38b7c9a","status":"passed","time":{"start":1724888003320,"stop":1724888003321,"duration":1}},{"uid":"236fa621e08a25ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/236fa621e08a25ea","status":"passed","time":{"start":1724886776609,"stop":1724886776609,"duration":0}},{"uid":"a6449c2041b8c4c3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a6449c2041b8c4c3","status":"passed","time":{"start":1724886555797,"stop":1724886555797,"duration":0}},{"uid":"d0c1ae6dfe7aafb1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d0c1ae6dfe7aafb1","status":"passed","time":{"start":1724861983006,"stop":1724861983007,"duration":1}},{"uid":"2ea8f7273c131f5c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2ea8f7273c131f5c","status":"passed","time":{"start":1724861444066,"stop":1724861444067,"duration":1}},{"uid":"f00d90883b520eec","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f00d90883b520eec","status":"passed","time":{"start":1724861285834,"stop":1724861285834,"duration":0}},{"uid":"c1ac5fbcb593ad9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c1ac5fbcb593ad9","status":"passed","time":{"start":1724861145666,"stop":1724861145666,"duration":0}}]},"tags":[]},"source":"8007f3350aaff36a.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/80b478932d3aadc2.json b/7376/data/test-cases/80b478932d3aadc2.json new file mode 100644 index 00000000000..7164e8d7a0e --- /dev/null +++ b/7376/data/test-cases/80b478932d3aadc2.json @@ -0,0 +1 @@ +{"uid":"80b478932d3aadc2","name":"creates an iterator","fullName":"/tests/utils.spec.ts: Util: toAsyncIterator: Filter > creates an iterator","historyId":"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922984602,"stop":1724922984603,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Util: toAsyncIterator: Filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Util: toAsyncIterator: Filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Util: toAsyncIterator: Filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Util: toAsyncIterator: Filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Util: toAsyncIterator: Filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Util: toAsyncIterator: Filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Util: toAsyncIterator: Filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b22f5ba160756d28","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b22f5ba160756d28","status":"passed","time":{"start":1724921665482,"stop":1724921665482,"duration":0}},{"uid":"7e12f7d1c081797d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7e12f7d1c081797d","status":"passed","time":{"start":1724921620263,"stop":1724921620264,"duration":1}},{"uid":"bee8ba7116310627","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bee8ba7116310627","status":"passed","time":{"start":1724918327895,"stop":1724918327895,"duration":0}},{"uid":"72208b4bcb8b4fc4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72208b4bcb8b4fc4","status":"passed","time":{"start":1724890080824,"stop":1724890080825,"duration":1}},{"uid":"a737813ac0f3d9f3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a737813ac0f3d9f3","status":"passed","time":{"start":1724889209274,"stop":1724889209275,"duration":1}},{"uid":"79a1f3ce66410f4d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/79a1f3ce66410f4d","status":"passed","time":{"start":1724888392556,"stop":1724888392556,"duration":0}},{"uid":"6f4677bc10684d27","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6f4677bc10684d27","status":"passed","time":{"start":1724887163401,"stop":1724887163401,"duration":0}},{"uid":"29391bc152a461e0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/29391bc152a461e0","status":"passed","time":{"start":1724886939850,"stop":1724886939850,"duration":0}},{"uid":"88f84acb9a45f8a8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/88f84acb9a45f8a8","status":"passed","time":{"start":1724862357132,"stop":1724862357132,"duration":0}},{"uid":"f288f7fe22cb3080","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f288f7fe22cb3080","status":"passed","time":{"start":1724861837824,"stop":1724861837824,"duration":0}},{"uid":"12c0f906dc5c3d00","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/12c0f906dc5c3d00","status":"passed","time":{"start":1724861694571,"stop":1724861694571,"duration":0}},{"uid":"aa718544d93a79ac","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/aa718544d93a79ac","status":"passed","time":{"start":1724861523915,"stop":1724861523915,"duration":0}}]},"tags":[]},"source":"80b478932d3aadc2.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/815126b70f3c2a7d.json b/7376/data/test-cases/815126b70f3c2a7d.json new file mode 100644 index 00000000000..a8978d36549 --- /dev/null +++ b/7376/data/test-cases/815126b70f3c2a7d.json @@ -0,0 +1 @@ +{"uid":"815126b70f3c2a7d","name":"PeerStore has remote peer's shard info after successful connection","fullName":"/tests/metadata.spec.ts: Metadata Protocol > PeerStore has remote peer's shard info after successful connection","historyId":"eebe766b9d0ab32a7381a079738b58d2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922771081,"stop":1724922771081,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Metadata Protocol"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3f5310b2b152d558","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3f5310b2b152d558","status":"passed","time":{"start":1724921419680,"stop":1724921419680,"duration":0}},{"uid":"54643574eb9782e9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/54643574eb9782e9","status":"passed","time":{"start":1724921400500,"stop":1724921400501,"duration":1}},{"uid":"f60ccc06c67bac51","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f60ccc06c67bac51","status":"passed","time":{"start":1724918124173,"stop":1724918124173,"duration":0}},{"uid":"4b818a4791f9f5b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b818a4791f9f5b3","status":"passed","time":{"start":1724889845310,"stop":1724889845311,"duration":1}},{"uid":"b1176e606b45ad82","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1176e606b45ad82","status":"passed","time":{"start":1724888978738,"stop":1724888978741,"duration":3}},{"uid":"a3d6c1b103515a8a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a3d6c1b103515a8a","status":"passed","time":{"start":1724888199754,"stop":1724888199757,"duration":3}},{"uid":"4a43ae8093c1ec77","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a43ae8093c1ec77","status":"passed","time":{"start":1724886961473,"stop":1724886961474,"duration":1}},{"uid":"2874785fd2e4df29","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2874785fd2e4df29","status":"passed","time":{"start":1724886743393,"stop":1724886743394,"duration":1}},{"uid":"f3f599c889e594a3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3f599c889e594a3","status":"passed","time":{"start":1724862150649,"stop":1724862150650,"duration":1}},{"uid":"cfaf8139ac1b7f5c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cfaf8139ac1b7f5c","status":"passed","time":{"start":1724861627579,"stop":1724861627579,"duration":0}},{"uid":"4a4263b8e7d51635","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4a4263b8e7d51635","status":"passed","time":{"start":1724861501068,"stop":1724861501069,"duration":1}},{"uid":"2eb744033d905691","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2eb744033d905691","status":"passed","time":{"start":1724861297167,"stop":1724861297167,"duration":0}}]},"tags":[]},"source":"815126b70f3c2a7d.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/818e97253c520e91.json b/7376/data/test-cases/818e97253c520e91.json new file mode 100644 index 00000000000..8d46e702aee --- /dev/null +++ b/7376/data/test-cases/818e97253c520e91.json @@ -0,0 +1 @@ +{"uid":"818e97253c520e91","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=3 > numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","historyId":"c85f58aaf61e58a00e15389c4047b385:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611433,"stop":1724922611433,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=3"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b5ac7e630fdb1e1e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b5ac7e630fdb1e1e","status":"passed","time":{"start":1724921270354,"stop":1724921270355,"duration":1}},{"uid":"c66de8b8edaea92f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c66de8b8edaea92f","status":"passed","time":{"start":1724921247815,"stop":1724921247816,"duration":1}},{"uid":"d07209e8319b4c1f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d07209e8319b4c1f","status":"passed","time":{"start":1724917989816,"stop":1724917989816,"duration":0}},{"uid":"5e0e875253317f3d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5e0e875253317f3d","status":"passed","time":{"start":1724889678548,"stop":1724889678549,"duration":1}},{"uid":"c452d60b7d0f2b1c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c452d60b7d0f2b1c","status":"passed","time":{"start":1724888829835,"stop":1724888829840,"duration":5}},{"uid":"9920dac2744f18e1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9920dac2744f18e1","status":"passed","time":{"start":1724888076996,"stop":1724888077001,"duration":5}},{"uid":"60512f294e0fa00","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/60512f294e0fa00","status":"passed","time":{"start":1724886851123,"stop":1724886851123,"duration":0}},{"uid":"315c7effaa014be6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/315c7effaa014be6","status":"passed","time":{"start":1724886647100,"stop":1724886647105,"duration":5}},{"uid":"fcf9507d98cd2bf7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fcf9507d98cd2bf7","status":"passed","time":{"start":1724861992711,"stop":1724861992711,"duration":0}},{"uid":"c6dbd4350f8f26a4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c6dbd4350f8f26a4","status":"passed","time":{"start":1724861469640,"stop":1724861469640,"duration":0}},{"uid":"42adb142002ac615","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/42adb142002ac615","status":"passed","time":{"start":1724861284855,"stop":1724861284855,"duration":0}},{"uid":"ef25689c93f1b5bb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ef25689c93f1b5bb","status":"passed","time":{"start":1724861145800,"stop":1724861145800,"duration":0}}]},"tags":[]},"source":"818e97253c520e91.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/aa51bca862577219.json b/7376/data/test-cases/820ba3a3fe6dca3b.json similarity index 98% rename from 7346/data/test-cases/aa51bca862577219.json rename to 7376/data/test-cases/820ba3a3fe6dca3b.json index 758833ab2bb..9f8e8f9e2d0 100644 --- a/7346/data/test-cases/aa51bca862577219.json +++ b/7376/data/test-cases/820ba3a3fe6dca3b.json @@ -1 +1 @@ -{"uid":"aa51bca862577219","name":"Push message with custom timestamp: 1724768710944","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1724768710944","historyId":"7604818685131c72b7bd4ca0d930bad3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367205,"stop":1724765367205,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"aa51bca862577219.json","parameterValues":[]} \ No newline at end of file +{"uid":"820ba3a3fe6dca3b","name":"Push message with custom timestamp: 1694164261821","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1694164261821","historyId":"e96eb7a91737b02f17b51d13fe309710:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853929,"stop":1724922853929,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"820ba3a3fe6dca3b.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/b2fa565f27082ad2.json b/7376/data/test-cases/8251c9d3decc89e9.json similarity index 61% rename from 7346/data/test-cases/b2fa565f27082ad2.json rename to 7376/data/test-cases/8251c9d3decc89e9.json index 1daef4e49be..022d23ff349 100644 --- a/7346/data/test-cases/b2fa565f27082ad2.json +++ b/7376/data/test-cases/8251c9d3decc89e9.json @@ -1 +1 @@ -{"uid":"b2fa565f27082ad2","name":"Query with Promise Callback, Wrong PubsubTopic","fullName":"/tests/store/error_handling.node.spec.ts: Waku Store, error handling > Query with Promise Callback, Wrong PubsubTopic","historyId":"6833efb468cd2b269b44e8cc2e020394:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765511610,"stop":1724765511610,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"e490197a01699964","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/e490197a01699964","status":"passed","time":{"start":1724765437247,"stop":1724765437247,"duration":0}},{"uid":"bc8dd86901a025c2","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/bc8dd86901a025c2","status":"passed","time":{"start":1724763800270,"stop":1724763800271,"duration":1}},{"uid":"bfe80ce494681843","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/bfe80ce494681843","status":"passed","time":{"start":1724761051503,"stop":1724761051503,"duration":0}},{"uid":"cf90d6e19192a42f","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/cf90d6e19192a42f","status":"passed","time":{"start":1724760070344,"stop":1724760070344,"duration":0}},{"uid":"f0a561e4a5072928","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/f0a561e4a5072928","status":"passed","time":{"start":1724758216999,"stop":1724758216999,"duration":0}},{"uid":"2e1d9b4e191516a9","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2e1d9b4e191516a9","status":"passed","time":{"start":1724757897653,"stop":1724757897653,"duration":0}},{"uid":"a1eabc5379e22564","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/a1eabc5379e22564","status":"passed","time":{"start":1724757268031,"stop":1724757268034,"duration":3}},{"uid":"b246b5b8ba7b2e67","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b246b5b8ba7b2e67","status":"passed","time":{"start":1724755345247,"stop":1724755345247,"duration":0}},{"uid":"5095e4c728b7d05","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/5095e4c728b7d05","status":"passed","time":{"start":1724752789265,"stop":1724752789265,"duration":0}},{"uid":"cef1a0a2e1dbfdeb","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/cef1a0a2e1dbfdeb","status":"passed","time":{"start":1724751616249,"stop":1724751616249,"duration":0}},{"uid":"427c3e049fe2cd24","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/427c3e049fe2cd24","status":"passed","time":{"start":1724750680583,"stop":1724750680583,"duration":0}},{"uid":"627c118f7e4623e6","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/627c118f7e4623e6","status":"passed","time":{"start":1724749679838,"stop":1724749679838,"duration":0}},{"uid":"e7b1bfd1842e072","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/e7b1bfd1842e072","status":"passed","time":{"start":1724718007752,"stop":1724718007753,"duration":1}},{"uid":"7235b2d17914339","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/7235b2d17914339","status":"passed","time":{"start":1724715238077,"stop":1724715238077,"duration":0}},{"uid":"e89a05d540ff5d3b","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/e89a05d540ff5d3b","status":"passed","time":{"start":1724713323550,"stop":1724713323550,"duration":0}},{"uid":"4964888ffce04ec5","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/4964888ffce04ec5","status":"passed","time":{"start":1724706504646,"stop":1724706504646,"duration":0}},{"uid":"194064742fee2226","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/194064742fee2226","status":"passed","time":{"start":1724704920851,"stop":1724704920851,"duration":0}},{"uid":"540ed031af57657","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/540ed031af57657","status":"passed","time":{"start":1724684298265,"stop":1724684298267,"duration":2}},{"uid":"8a4c255585b7abd7","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/8a4c255585b7abd7","status":"passed","time":{"start":1724673048992,"stop":1724673048992,"duration":0}},{"uid":"81d033398dde0bc5","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/81d033398dde0bc5","status":"passed","time":{"start":1724670775424,"stop":1724670775427,"duration":3}}]},"tags":[]},"source":"b2fa565f27082ad2.json","parameterValues":[]} \ No newline at end of file +{"uid":"8251c9d3decc89e9","name":"Query with Promise Callback, Wrong PubsubTopic","fullName":"/tests/store/error_handling.node.spec.ts: Waku Store, error handling > Query with Promise Callback, Wrong PubsubTopic","historyId":"6833efb468cd2b269b44e8cc2e020394:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922950822,"stop":1724922950823,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1d9a23ec9433111d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1d9a23ec9433111d","status":"passed","time":{"start":1724921640401,"stop":1724921640401,"duration":0}},{"uid":"b0f80e766d1d5445","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b0f80e766d1d5445","status":"passed","time":{"start":1724921600420,"stop":1724921600421,"duration":1}},{"uid":"2f9ed88d266c618e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2f9ed88d266c618e","status":"passed","time":{"start":1724918300925,"stop":1724918300929,"duration":4}},{"uid":"526021a93e89c312","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/526021a93e89c312","status":"passed","time":{"start":1724890059287,"stop":1724890059288,"duration":1}},{"uid":"537032977f06cd3a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/537032977f06cd3a","status":"passed","time":{"start":1724889188321,"stop":1724889188322,"duration":1}},{"uid":"960426822fb74eb4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/960426822fb74eb4","status":"passed","time":{"start":1724888372741,"stop":1724888372741,"duration":0}},{"uid":"76959e4b06651acf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/76959e4b06651acf","status":"passed","time":{"start":1724887135719,"stop":1724887135719,"duration":0}},{"uid":"34f42756e6c3fd22","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/34f42756e6c3fd22","status":"passed","time":{"start":1724886919675,"stop":1724886919684,"duration":9}},{"uid":"4ad2754dd3cf9b17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4ad2754dd3cf9b17","status":"passed","time":{"start":1724862341835,"stop":1724862341835,"duration":0}},{"uid":"5a0d7aedbbe123d2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5a0d7aedbbe123d2","status":"passed","time":{"start":1724861815492,"stop":1724861815492,"duration":0}},{"uid":"1c9ef522c0213a70","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1c9ef522c0213a70","status":"passed","time":{"start":1724861669536,"stop":1724861669536,"duration":0}},{"uid":"b067836217b24fe0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b067836217b24fe0","status":"passed","time":{"start":1724861505420,"stop":1724861505420,"duration":0}}]},"tags":[]},"source":"8251c9d3decc89e9.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/b5201dfe3d020d53.json b/7376/data/test-cases/82544a614990ac0e.json similarity index 76% rename from 7346/data/test-cases/b5201dfe3d020d53.json rename to 7376/data/test-cases/82544a614990ac0e.json index ca2d49f2042..827f60f9e24 100644 --- a/7346/data/test-cases/b5201dfe3d020d53.json +++ b/7376/data/test-cases/82544a614990ac0e.json @@ -1 +1 @@ -{"uid":"b5201dfe3d020d53","name":"Check publish message containing emoji","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing emoji","historyId":"528912c161f41843052cbe3ea61ea863:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765426730,"stop":1724765426735,"duration":5},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"65085a9a5a672099","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/65085a9a5a672099","status":"passed","time":{"start":1724765341333,"stop":1724765341334,"duration":1}},{"uid":"7b8194574e933194","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/7b8194574e933194","status":"passed","time":{"start":1724763725731,"stop":1724763725732,"duration":1}},{"uid":"71339efa6bf03abf","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/71339efa6bf03abf","status":"passed","time":{"start":1724760957725,"stop":1724760957726,"duration":1}},{"uid":"439870cada4f9da3","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/439870cada4f9da3","status":"passed","time":{"start":1724759981886,"stop":1724759981887,"duration":1}},{"uid":"599141ed59877c4a","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/599141ed59877c4a","status":"passed","time":{"start":1724758132038,"stop":1724758132039,"duration":1}},{"uid":"1514fefbb0f43e50","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/1514fefbb0f43e50","status":"passed","time":{"start":1724757777633,"stop":1724757777633,"duration":0}},{"uid":"1b4f1299aa792f10","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/1b4f1299aa792f10","status":"passed","time":{"start":1724757176023,"stop":1724757176023,"duration":0}},{"uid":"616c3fc94bdfb93a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/616c3fc94bdfb93a","status":"passed","time":{"start":1724755243515,"stop":1724755243516,"duration":1}},{"uid":"47a1b044cd9d7d08","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/47a1b044cd9d7d08","status":"passed","time":{"start":1724752673887,"stop":1724752673887,"duration":0}},{"uid":"53c196348732a21e","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/53c196348732a21e","status":"passed","time":{"start":1724751529514,"stop":1724751529515,"duration":1}},{"uid":"da798371f11b100f","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/da798371f11b100f","status":"passed","time":{"start":1724750600091,"stop":1724750600092,"duration":1}},{"uid":"b234bb9571dafcfc","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/b234bb9571dafcfc","status":"passed","time":{"start":1724749599693,"stop":1724749599694,"duration":1}},{"uid":"57e6bcb4a4a7ebdc","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/57e6bcb4a4a7ebdc","status":"passed","time":{"start":1724717906128,"stop":1724717906128,"duration":0}},{"uid":"f27ae40f831127b6","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/f27ae40f831127b6","status":"passed","time":{"start":1724715143945,"stop":1724715143946,"duration":1}},{"uid":"e2cb987bce42ac51","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/e2cb987bce42ac51","status":"passed","time":{"start":1724713227732,"stop":1724713227732,"duration":0}},{"uid":"8584c31ca4bb980e","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/8584c31ca4bb980e","status":"passed","time":{"start":1724706419042,"stop":1724706419042,"duration":0}},{"uid":"7c8e17e6384c1b05","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/7c8e17e6384c1b05","status":"passed","time":{"start":1724704834035,"stop":1724704834035,"duration":0}},{"uid":"74ca848f35188cfc","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/74ca848f35188cfc","status":"passed","time":{"start":1724684210896,"stop":1724684210896,"duration":0}},{"uid":"c60d15c5b0530bcb","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/c60d15c5b0530bcb","status":"passed","time":{"start":1724672960985,"stop":1724672960986,"duration":1}},{"uid":"316878dcf463ca7c","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/316878dcf463ca7c","status":"passed","time":{"start":1724670677920,"stop":1724670677920,"duration":0}}]},"tags":[]},"source":"b5201dfe3d020d53.json","parameterValues":[]} \ No newline at end of file +{"uid":"82544a614990ac0e","name":"Check publish message containing emoji","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing emoji","historyId":"528912c161f41843052cbe3ea61ea863:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922887527,"stop":1724922887528,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2cc2caaa2ff0ede4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2cc2caaa2ff0ede4","status":"passed","time":{"start":1724921564778,"stop":1724921564778,"duration":0}},{"uid":"40ab27024f95bdf5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/40ab27024f95bdf5","status":"passed","time":{"start":1724921518822,"stop":1724921518822,"duration":0}},{"uid":"1ff872c587ee327e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1ff872c587ee327e","status":"passed","time":{"start":1724918229401,"stop":1724918229401,"duration":0}},{"uid":"bf29130150430fb2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf29130150430fb2","status":"passed","time":{"start":1724889980704,"stop":1724889980704,"duration":0}},{"uid":"2c2b84f94297964","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c2b84f94297964","status":"passed","time":{"start":1724889111167,"stop":1724889111168,"duration":1}},{"uid":"a7c85f2975fbee1f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a7c85f2975fbee1f","status":"passed","time":{"start":1724888292534,"stop":1724888292534,"duration":0}},{"uid":"8b65322d2294dd62","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8b65322d2294dd62","status":"passed","time":{"start":1724887068229,"stop":1724887068229,"duration":0}},{"uid":"b070cf497a4f1c32","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b070cf497a4f1c32","status":"passed","time":{"start":1724886848927,"stop":1724886848928,"duration":1}},{"uid":"29623a581477adca","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29623a581477adca","status":"passed","time":{"start":1724862262048,"stop":1724862262049,"duration":1}},{"uid":"97d511569b709147","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/97d511569b709147","status":"passed","time":{"start":1724861741895,"stop":1724861741895,"duration":0}},{"uid":"9f92afb108ef87a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9f92afb108ef87a","status":"passed","time":{"start":1724861599497,"stop":1724861599497,"duration":0}},{"uid":"eba6f79268eaef11","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/eba6f79268eaef11","status":"passed","time":{"start":1724861428477,"stop":1724861428477,"duration":0}}]},"tags":[]},"source":"82544a614990ac0e.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/82dac9f8881f46da.json b/7376/data/test-cases/82dac9f8881f46da.json new file mode 100644 index 00000000000..f585c23c9e2 --- /dev/null +++ b/7376/data/test-cases/82dac9f8881f46da.json @@ -0,0 +1 @@ +{"uid":"82dac9f8881f46da","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=5 > numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","historyId":"5868a0b495e645991d0489e5e0c98d28:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611438,"stop":1724922611438,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=5"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3dde28a496732b38","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3dde28a496732b38","status":"passed","time":{"start":1724921270359,"stop":1724921270360,"duration":1}},{"uid":"b45ff28a7fdcdcb9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b45ff28a7fdcdcb9","status":"passed","time":{"start":1724921247819,"stop":1724921247819,"duration":0}},{"uid":"4e38586d67ec40ed","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4e38586d67ec40ed","status":"passed","time":{"start":1724917989820,"stop":1724917989821,"duration":1}},{"uid":"6664a36bd7165dcf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6664a36bd7165dcf","status":"passed","time":{"start":1724889678566,"stop":1724889678566,"duration":0}},{"uid":"7652e10c9922be7b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7652e10c9922be7b","status":"passed","time":{"start":1724888829845,"stop":1724888829845,"duration":0}},{"uid":"85da94b78f48a2f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/85da94b78f48a2f9","status":"passed","time":{"start":1724888077012,"stop":1724888077012,"duration":0}},{"uid":"2392b712041f721b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2392b712041f721b","status":"passed","time":{"start":1724886851127,"stop":1724886851127,"duration":0}},{"uid":"3918af2f5e2ef895","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3918af2f5e2ef895","status":"passed","time":{"start":1724886647113,"stop":1724886647113,"duration":0}},{"uid":"c21c55012dace53","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c21c55012dace53","status":"passed","time":{"start":1724861992714,"stop":1724861992714,"duration":0}},{"uid":"f189fa0cab7c2f66","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f189fa0cab7c2f66","status":"passed","time":{"start":1724861469645,"stop":1724861469646,"duration":1}},{"uid":"3d467b93d9fc7be4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3d467b93d9fc7be4","status":"passed","time":{"start":1724861284860,"stop":1724861284860,"duration":0}},{"uid":"a0069985e785a850","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a0069985e785a850","status":"passed","time":{"start":1724861145811,"stop":1724861145811,"duration":0}}]},"tags":[]},"source":"82dac9f8881f46da.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/53622f830ac0d90d.json b/7376/data/test-cases/83339b303d487a96.json similarity index 84% rename from 7346/data/test-cases/53622f830ac0d90d.json rename to 7376/data/test-cases/83339b303d487a96.json index f30f407d455..e9d3cb3fb74 100644 --- a/7346/data/test-cases/53622f830ac0d90d.json +++ b/7376/data/test-cases/83339b303d487a96.json @@ -1 +1 @@ -{"uid":"53622f830ac0d90d","name":"Push message with rate limit","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with rate limit","historyId":"9cabe131d72034c77ed828d117e102d6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505404,"stop":1724765505404,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":22,"unknown":0,"total":26},"items":[{"uid":"35126333e978826d","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/35126333e978826d","status":"passed","time":{"start":1724765434037,"stop":1724765434038,"duration":1}},{"uid":"9f7666e7b68544cf","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/9f7666e7b68544cf","status":"passed","time":{"start":1724763779049,"stop":1724763779049,"duration":0}},{"uid":"3d028e2ee050044c","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/3d028e2ee050044c","status":"passed","time":{"start":1724761038752,"stop":1724761038752,"duration":0}},{"uid":"ba1d0fc7647b48fe","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/ba1d0fc7647b48fe","status":"passed","time":{"start":1724760066639,"stop":1724760066639,"duration":0}},{"uid":"4e862a1fcc66d3d8","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/4e862a1fcc66d3d8","status":"passed","time":{"start":1724758223005,"stop":1724758223007,"duration":2}},{"uid":"6db77464971d7776","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6db77464971d7776","status":"passed","time":{"start":1724757927335,"stop":1724757927336,"duration":1}},{"uid":"1592d7369565b914","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/1592d7369565b914","status":"passed","time":{"start":1724757257500,"stop":1724757257500,"duration":0}},{"uid":"a172f557bb47a190","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a172f557bb47a190","status":"passed","time":{"start":1724755333019,"stop":1724755333020,"duration":1}},{"uid":"3b12ba07c24f9d6c","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/3b12ba07c24f9d6c","status":"passed","time":{"start":1724752782411,"stop":1724752782412,"duration":1}},{"uid":"7b5da251ba872745","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/7b5da251ba872745","status":"passed","time":{"start":1724751616581,"stop":1724751616581,"duration":0}},{"uid":"3958baa350163857","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/3958baa350163857","status":"passed","time":{"start":1724750702004,"stop":1724750702004,"duration":0}},{"uid":"e112b8cc1001d6c5","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/e112b8cc1001d6c5","status":"passed","time":{"start":1724749709055,"stop":1724749709055,"duration":0}},{"uid":"b9ac94ff623db848","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/b9ac94ff623db848","status":"passed","time":{"start":1724718008234,"stop":1724718008235,"duration":1}},{"uid":"806e4b07f0112a1a","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/806e4b07f0112a1a","status":"passed","time":{"start":1724715239148,"stop":1724715239149,"duration":1}},{"uid":"d3ec598887cc2489","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/d3ec598887cc2489","status":"passed","time":{"start":1724713322719,"stop":1724713322721,"duration":2}},{"uid":"a1af16bb6bcb6a7f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a1af16bb6bcb6a7f","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724707170693,"stop":1724707170694,"duration":1}},{"uid":"9f622cefc1e82e39","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/9f622cefc1e82e39","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724705570783,"stop":1724705570783,"duration":0}},{"uid":"6b7bab6f5c2594ed","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6b7bab6f5c2594ed","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724684936371,"stop":1724684936371,"duration":0}},{"uid":"10c169a00f5b710f","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/10c169a00f5b710f","status":"passed","time":{"start":1724673044058,"stop":1724673044058,"duration":0}},{"uid":"3c658076a9d8c93","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/3c658076a9d8c93","status":"passed","time":{"start":1724670767302,"stop":1724670767302,"duration":0}}]},"tags":[]},"source":"53622f830ac0d90d.json","parameterValues":[]} \ No newline at end of file +{"uid":"83339b303d487a96","name":"Push message with rate limit","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with rate limit","historyId":"9cabe131d72034c77ed828d117e102d6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921473,"stop":1724922921473,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2f3226feb5270c75","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2f3226feb5270c75","status":"passed","time":{"start":1724921602985,"stop":1724921602986,"duration":1}},{"uid":"2f2dc7947c321d00","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2f2dc7947c321d00","status":"passed","time":{"start":1724921571109,"stop":1724921571109,"duration":0}},{"uid":"d2c021a887ac2355","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d2c021a887ac2355","status":"passed","time":{"start":1724918285616,"stop":1724918285617,"duration":1}},{"uid":"b5769597220891dd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b5769597220891dd","status":"passed","time":{"start":1724890030103,"stop":1724890030103,"duration":0}},{"uid":"c782142a78b76e8d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c782142a78b76e8d","status":"passed","time":{"start":1724889171930,"stop":1724889171931,"duration":1}},{"uid":"20447f84f3f0b98f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/20447f84f3f0b98f","status":"passed","time":{"start":1724888350742,"stop":1724888350744,"duration":2}},{"uid":"c83b99d65e92511c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c83b99d65e92511c","status":"passed","time":{"start":1724887115429,"stop":1724887115430,"duration":1}},{"uid":"be3f7f389bf0ec27","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/be3f7f389bf0ec27","status":"passed","time":{"start":1724886884587,"stop":1724886884587,"duration":0}},{"uid":"1b2f22b4570c50b7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1b2f22b4570c50b7","status":"passed","time":{"start":1724862322278,"stop":1724862322278,"duration":0}},{"uid":"fcc72ae30bf840c7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fcc72ae30bf840c7","status":"passed","time":{"start":1724861790766,"stop":1724861790767,"duration":1}},{"uid":"1b68f64b6cf00fb6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1b68f64b6cf00fb6","status":"passed","time":{"start":1724861628432,"stop":1724861628432,"duration":0}},{"uid":"7a19e3bda27af2e0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7a19e3bda27af2e0","status":"passed","time":{"start":1724861465636,"stop":1724861465636,"duration":0}}]},"tags":[]},"source":"83339b303d487a96.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/4ce3790a831668ff.json b/7376/data/test-cases/83390503b2f75c0a.json similarity index 76% rename from 7346/data/test-cases/4ce3790a831668ff.json rename to 7376/data/test-cases/83390503b2f75c0a.json index 9fcc5a2546d..e674b6724e6 100644 --- a/7346/data/test-cases/4ce3790a831668ff.json +++ b/7376/data/test-cases/83390503b2f75c0a.json @@ -1 +1 @@ -{"uid":"4ce3790a831668ff","name":"Check received message containing Basic HTML tag","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing Basic HTML tag","historyId":"bf2752477aeaa2d40ac83c25552a24c8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765048429,"stop":1724765048429,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"63cab8a96cafdaf9","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/63cab8a96cafdaf9","status":"passed","time":{"start":1724764977140,"stop":1724764977141,"duration":1}},{"uid":"b22afb7de4e4fb42","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/b22afb7de4e4fb42","status":"passed","time":{"start":1724763340008,"stop":1724763340010,"duration":2}},{"uid":"7c20234a47f9f13f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/7c20234a47f9f13f","status":"passed","time":{"start":1724760600500,"stop":1724760600500,"duration":0}},{"uid":"34edaefa1fdeb4b7","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/34edaefa1fdeb4b7","status":"passed","time":{"start":1724759627553,"stop":1724759627553,"duration":0}},{"uid":"185d365660c19d28","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/185d365660c19d28","status":"passed","time":{"start":1724757762720,"stop":1724757762720,"duration":0}},{"uid":"5d002c75fc78099a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/5d002c75fc78099a","status":"passed","time":{"start":1724757473905,"stop":1724757473905,"duration":0}},{"uid":"44bdeabe28ff1d1","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/44bdeabe28ff1d1","status":"passed","time":{"start":1724756806006,"stop":1724756806006,"duration":0}},{"uid":"c2074f008731c04d","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c2074f008731c04d","status":"passed","time":{"start":1724754890969,"stop":1724754890970,"duration":1}},{"uid":"bc2f092dc21ea0e2","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/bc2f092dc21ea0e2","status":"passed","time":{"start":1724752321309,"stop":1724752321310,"duration":1}},{"uid":"5c03a053884572cc","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/5c03a053884572cc","status":"passed","time":{"start":1724751157978,"stop":1724751157978,"duration":0}},{"uid":"32f7cd79659be7b7","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/32f7cd79659be7b7","status":"passed","time":{"start":1724750231021,"stop":1724750231021,"duration":0}},{"uid":"b3035b75d3f9a170","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/b3035b75d3f9a170","status":"passed","time":{"start":1724749270693,"stop":1724749270693,"duration":0}},{"uid":"a248cf82314c3285","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/a248cf82314c3285","status":"passed","time":{"start":1724717545674,"stop":1724717545675,"duration":1}},{"uid":"d010b667528c81eb","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/d010b667528c81eb","status":"passed","time":{"start":1724714779155,"stop":1724714779155,"duration":0}},{"uid":"f531e2be50ae3cd1","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/f531e2be50ae3cd1","status":"passed","time":{"start":1724712855312,"stop":1724712855312,"duration":0}},{"uid":"44d694f053a996c0","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/44d694f053a996c0","status":"passed","time":{"start":1724706072100,"stop":1724706072100,"duration":0}},{"uid":"ee6301cb5563ee1a","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/ee6301cb5563ee1a","status":"passed","time":{"start":1724704476161,"stop":1724704476162,"duration":1}},{"uid":"a0d04eca928d7e09","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a0d04eca928d7e09","status":"passed","time":{"start":1724683855312,"stop":1724683855314,"duration":2}},{"uid":"7d3a1fab4e9a694","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/7d3a1fab4e9a694","status":"passed","time":{"start":1724672579673,"stop":1724672579673,"duration":0}},{"uid":"482de41e663b92d3","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/482de41e663b92d3","status":"passed","time":{"start":1724670325016,"stop":1724670325016,"duration":0}}]},"tags":[]},"source":"4ce3790a831668ff.json","parameterValues":[]} \ No newline at end of file +{"uid":"83390503b2f75c0a","name":"Check received message containing Basic HTML tag","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing Basic HTML tag","historyId":"bf2752477aeaa2d40ac83c25552a24c8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922601842,"stop":1724922601842,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1d2dd9c2cb5f4d0e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1d2dd9c2cb5f4d0e","status":"passed","time":{"start":1724921267869,"stop":1724921267869,"duration":0}},{"uid":"7a784fade05fb05f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7a784fade05fb05f","status":"passed","time":{"start":1724921244367,"stop":1724921244368,"duration":1}},{"uid":"be093ff86f1b3587","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/be093ff86f1b3587","status":"passed","time":{"start":1724917916044,"stop":1724917916051,"duration":7}},{"uid":"2b061e52965938ec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b061e52965938ec","status":"passed","time":{"start":1724889678254,"stop":1724889678255,"duration":1}},{"uid":"c2be370b83d40eb3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2be370b83d40eb3","status":"passed","time":{"start":1724888831683,"stop":1724888831684,"duration":1}},{"uid":"247ab663f23487ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/247ab663f23487ea","status":"passed","time":{"start":1724888003319,"stop":1724888003320,"duration":1}},{"uid":"933e645139f41e88","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/933e645139f41e88","status":"passed","time":{"start":1724886776608,"stop":1724886776608,"duration":0}},{"uid":"28699b9efed82cf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/28699b9efed82cf","status":"passed","time":{"start":1724886555795,"stop":1724886555796,"duration":1}},{"uid":"a7f50f8b74e28ff4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a7f50f8b74e28ff4","status":"passed","time":{"start":1724861983006,"stop":1724861983006,"duration":0}},{"uid":"d6ba68b984ae9e29","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d6ba68b984ae9e29","status":"passed","time":{"start":1724861444066,"stop":1724861444066,"duration":0}},{"uid":"16b0c07f57a6efd1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/16b0c07f57a6efd1","status":"passed","time":{"start":1724861285829,"stop":1724861285829,"duration":0}},{"uid":"bca9a8fcf72431a8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bca9a8fcf72431a8","status":"passed","time":{"start":1724861145665,"stop":1724861145665,"duration":0}}]},"tags":[]},"source":"83390503b2f75c0a.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/833e3092d8c0f269.json b/7376/data/test-cases/833e3092d8c0f269.json new file mode 100644 index 00000000000..e856a6048db --- /dev/null +++ b/7376/data/test-cases/833e3092d8c0f269.json @@ -0,0 +1 @@ +{"uid":"833e3092d8c0f269","name":"should return false","fullName":"/src/enr.spec.ts: ENR > Verify > should return false","historyId":"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922383082,"stop":1724922383082,"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":13,"unknown":0,"total":13},"items":[{"uid":"fccd62677c31b05b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fccd62677c31b05b","status":"passed","time":{"start":1724921046199,"stop":1724921046199,"duration":0}},{"uid":"fab998e20e5efca","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fab998e20e5efca","status":"passed","time":{"start":1724921021469,"stop":1724921021470,"duration":1}},{"uid":"90e8d30538f72473","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/90e8d30538f72473","status":"passed","time":{"start":1724917681718,"stop":1724917681718,"duration":0}},{"uid":"fe377e7bdec7e804","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe377e7bdec7e804","status":"passed","time":{"start":1724889460647,"stop":1724889460647,"duration":0}},{"uid":"32875f22e8cb1c85","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/32875f22e8cb1c85","status":"passed","time":{"start":1724888611290,"stop":1724888611290,"duration":0}},{"uid":"79a73c7925b41c1a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/79a73c7925b41c1a","status":"passed","time":{"start":1724887767615,"stop":1724887767615,"duration":0}},{"uid":"37817137a7662137","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/37817137a7662137","status":"passed","time":{"start":1724886533985,"stop":1724886533985,"duration":0}},{"uid":"be4f90e751af8ea8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/be4f90e751af8ea8","status":"passed","time":{"start":1724886311752,"stop":1724886311753,"duration":1}},{"uid":"73f3731eb76befa9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/73f3731eb76befa9","status":"passed","time":{"start":1724861760768,"stop":1724861760769,"duration":1}},{"uid":"86aeb6a22637d0af","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/86aeb6a22637d0af","status":"passed","time":{"start":1724861231728,"stop":1724861231729,"duration":1}},{"uid":"52eec4e84fc2ef22","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/52eec4e84fc2ef22","status":"passed","time":{"start":1724861054250,"stop":1724861054250,"duration":0}},{"uid":"e966fac914e0a874","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e966fac914e0a874","status":"passed","time":{"start":1724860915808,"stop":1724860915808,"duration":0}}]},"tags":[]},"source":"833e3092d8c0f269.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/83c46f677e400336.json b/7376/data/test-cases/83c46f677e400336.json new file mode 100644 index 00000000000..ea960d44a40 --- /dev/null +++ b/7376/data/test-cases/83c46f677e400336.json @@ -0,0 +1 @@ +{"uid":"83c46f677e400336","name":"should emit events and trasition isConnected state when has peers or no peers","fullName":"/tests/connection-mananger/events.spec.ts: Events > waku:connection > should emit events and trasition isConnected state when has peers or no peers","historyId":"a435f8b0b0becf8c2eaf3ac2a3375b51:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922425600,"stop":1724922425603,"duration":3},"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 \"waku:connection\"","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},{"name":"\"before each\" hook in \"waku:connection\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"waku:connection\"","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},{"name":"\"after each\" hook in \"waku:connection\"","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":"waku:connection"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f97eb75c6e81cac2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f97eb75c6e81cac2","status":"passed","time":{"start":1724921088200,"stop":1724921088202,"duration":2}},{"uid":"641f23a65e3eb073","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/641f23a65e3eb073","status":"passed","time":{"start":1724921063383,"stop":1724921063383,"duration":0}},{"uid":"889e4d3742affd40","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/889e4d3742affd40","status":"passed","time":{"start":1724917723834,"stop":1724917723835,"duration":1}},{"uid":"32de61cbc016d421","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/32de61cbc016d421","status":"passed","time":{"start":1724889503227,"stop":1724889503228,"duration":1}},{"uid":"ccfa9bbfc11fddd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ccfa9bbfc11fddd","status":"passed","time":{"start":1724888652594,"stop":1724888652595,"duration":1}},{"uid":"fba682e89ba3120a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fba682e89ba3120a","status":"passed","time":{"start":1724887810649,"stop":1724887810650,"duration":1}},{"uid":"a486eec9a475fa78","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a486eec9a475fa78","status":"passed","time":{"start":1724886577072,"stop":1724886577073,"duration":1}},{"uid":"e68ba43ffd2f202b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e68ba43ffd2f202b","status":"passed","time":{"start":1724886355053,"stop":1724886355054,"duration":1}},{"uid":"dcc826b05189028f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dcc826b05189028f","status":"passed","time":{"start":1724861804042,"stop":1724861804050,"duration":8}},{"uid":"18320068fdc105f0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/18320068fdc105f0","status":"passed","time":{"start":1724861273297,"stop":1724861273298,"duration":1}},{"uid":"efac001352ac5cdb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/efac001352ac5cdb","status":"passed","time":{"start":1724861099310,"stop":1724861099311,"duration":1}},{"uid":"8b4a9008c8a3cc33","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8b4a9008c8a3cc33","status":"passed","time":{"start":1724860959309,"stop":1724860959311,"duration":2}}]},"tags":[]},"source":"83c46f677e400336.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/5926e1ba4d4ac8a9.json b/7376/data/test-cases/83db2f3fb9b759d9.json similarity index 79% rename from 7346/data/test-cases/5926e1ba4d4ac8a9.json rename to 7376/data/test-cases/83db2f3fb9b759d9.json index 0389fca36a1..3a43afe2d07 100644 --- a/7346/data/test-cases/5926e1ba4d4ac8a9.json +++ b/7376/data/test-cases/83db2f3fb9b759d9.json @@ -1 +1 @@ -{"uid":"5926e1ba4d4ac8a9","name":"Subscribe and receive messages via waku relay post","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe and receive messages via waku relay post","historyId":"ad7d09d2eb5cdad3ab8e198e9b98bf8b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765075577,"stop":1724765075577,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"139f1247ecf2db4c","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/139f1247ecf2db4c","status":"passed","time":{"start":1724765010536,"stop":1724765010536,"duration":0}},{"uid":"f89957bfaedf57c6","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/f89957bfaedf57c6","status":"passed","time":{"start":1724763380284,"stop":1724763380285,"duration":1}},{"uid":"f32984bf8bf8589d","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/f32984bf8bf8589d","status":"passed","time":{"start":1724760632550,"stop":1724760632550,"duration":0}},{"uid":"252d38f27f682de4","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/252d38f27f682de4","status":"passed","time":{"start":1724759660917,"stop":1724759660917,"duration":0}},{"uid":"effb7f5284b7b168","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/effb7f5284b7b168","status":"passed","time":{"start":1724757793695,"stop":1724757793695,"duration":0}},{"uid":"7d50453e539b757f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/7d50453e539b757f","status":"passed","time":{"start":1724757518631,"stop":1724757518631,"duration":0}},{"uid":"f8cb99570afea27","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/f8cb99570afea27","status":"passed","time":{"start":1724756832075,"stop":1724756832076,"duration":1}},{"uid":"e524ad1ec6dc7d0f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/e524ad1ec6dc7d0f","status":"passed","time":{"start":1724754929265,"stop":1724754929265,"duration":0}},{"uid":"fc7a12ac4ab23626","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/fc7a12ac4ab23626","status":"passed","time":{"start":1724752352143,"stop":1724752352143,"duration":0}},{"uid":"d6a81b95d2934bfe","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/d6a81b95d2934bfe","status":"passed","time":{"start":1724751201107,"stop":1724751201109,"duration":2}},{"uid":"e6c056b0d561acb","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/e6c056b0d561acb","status":"passed","time":{"start":1724750264828,"stop":1724750264828,"duration":0}},{"uid":"1400614da7d36e6b","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/1400614da7d36e6b","status":"passed","time":{"start":1724749292144,"stop":1724749292144,"duration":0}},{"uid":"15d0c2fb42174b30","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/15d0c2fb42174b30","status":"passed","time":{"start":1724717596787,"stop":1724717596787,"duration":0}},{"uid":"f51befba9a8adb19","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/f51befba9a8adb19","status":"passed","time":{"start":1724714823643,"stop":1724714823643,"duration":0}},{"uid":"14d6e6cfde4f60b1","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/14d6e6cfde4f60b1","status":"passed","time":{"start":1724712895764,"stop":1724712895765,"duration":1}},{"uid":"4fef5efa5713721d","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/4fef5efa5713721d","status":"passed","time":{"start":1724706113489,"stop":1724706113490,"duration":1}},{"uid":"bf55fb69002a24a3","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/bf55fb69002a24a3","status":"passed","time":{"start":1724704522404,"stop":1724704522405,"duration":1}},{"uid":"33bfaaa10d53f771","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/33bfaaa10d53f771","status":"passed","time":{"start":1724683897621,"stop":1724683897622,"duration":1}},{"uid":"300fa502b7b68077","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/300fa502b7b68077","status":"passed","time":{"start":1724672624697,"stop":1724672624698,"duration":1}},{"uid":"d031a43ab9bebb57","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/d031a43ab9bebb57","status":"passed","time":{"start":1724670354419,"stop":1724670354419,"duration":0}}]},"tags":[]},"source":"5926e1ba4d4ac8a9.json","parameterValues":[]} \ No newline at end of file +{"uid":"83db2f3fb9b759d9","name":"Subscribe and receive messages via waku relay post","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe and receive messages via waku relay post","historyId":"ad7d09d2eb5cdad3ab8e198e9b98bf8b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922635347,"stop":1724922635347,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e890a7495904d422","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e890a7495904d422","status":"passed","time":{"start":1724921296997,"stop":1724921296998,"duration":1}},{"uid":"b398d21a65c75d49","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b398d21a65c75d49","status":"passed","time":{"start":1724921276362,"stop":1724921276363,"duration":1}},{"uid":"6ce76706a96b8503","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6ce76706a96b8503","status":"passed","time":{"start":1724917948308,"stop":1724917948309,"duration":1}},{"uid":"b8f3d399d55898a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8f3d399d55898a0","status":"passed","time":{"start":1724889729004,"stop":1724889729004,"duration":0}},{"uid":"4e15da88b80b8410","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4e15da88b80b8410","status":"passed","time":{"start":1724888864949,"stop":1724888864949,"duration":0}},{"uid":"6e6ba7d886c90a93","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6e6ba7d886c90a93","status":"passed","time":{"start":1724888053731,"stop":1724888053732,"duration":1}},{"uid":"d6b55b8ab010c433","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d6b55b8ab010c433","status":"passed","time":{"start":1724886811647,"stop":1724886811647,"duration":0}},{"uid":"82b35cc26349781e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/82b35cc26349781e","status":"passed","time":{"start":1724886580999,"stop":1724886581000,"duration":1}},{"uid":"87f60d5fd3fe487c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/87f60d5fd3fe487c","status":"passed","time":{"start":1724862019555,"stop":1724862019555,"duration":0}},{"uid":"9be21e989a4c7703","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9be21e989a4c7703","status":"passed","time":{"start":1724861493933,"stop":1724861493933,"duration":0}},{"uid":"5322003175587d50","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5322003175587d50","status":"passed","time":{"start":1724861318013,"stop":1724861318013,"duration":0}},{"uid":"c2c4e4dad27b46d9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c2c4e4dad27b46d9","status":"passed","time":{"start":1724861178506,"stop":1724861178507,"duration":1}}]},"tags":[]},"source":"83db2f3fb9b759d9.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/da6fb434be74fbf9.json b/7376/data/test-cases/84859c439b6fdaf7.json similarity index 84% rename from 7346/data/test-cases/da6fb434be74fbf9.json rename to 7376/data/test-cases/84859c439b6fdaf7.json index ddf534c7a0e..afd2ddb3ddd 100644 --- a/7346/data/test-cases/da6fb434be74fbf9.json +++ b/7376/data/test-cases/84859c439b6fdaf7.json @@ -1 +1 @@ -{"uid":"da6fb434be74fbf9","name":"Push message with content topic containing Basic HTML tag","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing Basic HTML tag","historyId":"dbef0a518430923ef5c39807b5f8d514:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505396,"stop":1724765505396,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":22,"unknown":0,"total":26},"items":[{"uid":"65fbeb9ac2c18397","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/65fbeb9ac2c18397","status":"passed","time":{"start":1724765434030,"stop":1724765434032,"duration":2}},{"uid":"e62483980cb085c5","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/e62483980cb085c5","status":"passed","time":{"start":1724763779041,"stop":1724763779042,"duration":1}},{"uid":"b3548328464abcab","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b3548328464abcab","status":"passed","time":{"start":1724761038743,"stop":1724761038743,"duration":0}},{"uid":"8be9d243fdf7d44a","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/8be9d243fdf7d44a","status":"passed","time":{"start":1724760066635,"stop":1724760066635,"duration":0}},{"uid":"e826523d507ca560","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/e826523d507ca560","status":"passed","time":{"start":1724758222998,"stop":1724758222998,"duration":0}},{"uid":"b59d953df0845f7e","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b59d953df0845f7e","status":"passed","time":{"start":1724757927328,"stop":1724757927328,"duration":0}},{"uid":"2197eaff4767df89","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/2197eaff4767df89","status":"passed","time":{"start":1724757257496,"stop":1724757257496,"duration":0}},{"uid":"865ebc75cecc6de","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/865ebc75cecc6de","status":"passed","time":{"start":1724755333002,"stop":1724755333003,"duration":1}},{"uid":"ec23541fba0e57df","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/ec23541fba0e57df","status":"passed","time":{"start":1724752782408,"stop":1724752782408,"duration":0}},{"uid":"338d3094703d45f6","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/338d3094703d45f6","status":"passed","time":{"start":1724751616578,"stop":1724751616578,"duration":0}},{"uid":"e6608b3589544e9d","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/e6608b3589544e9d","status":"passed","time":{"start":1724750701998,"stop":1724750701998,"duration":0}},{"uid":"87e14d7860e243c3","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/87e14d7860e243c3","status":"passed","time":{"start":1724749709047,"stop":1724749709048,"duration":1}},{"uid":"45685cfbaa697793","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/45685cfbaa697793","status":"passed","time":{"start":1724718008230,"stop":1724718008230,"duration":0}},{"uid":"ed447e90defd91ec","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/ed447e90defd91ec","status":"passed","time":{"start":1724715239144,"stop":1724715239145,"duration":1}},{"uid":"775515f5f90f3bd0","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/775515f5f90f3bd0","status":"passed","time":{"start":1724713322713,"stop":1724713322713,"duration":0}},{"uid":"b11c9188ce3e5e7b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b11c9188ce3e5e7b","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724707170685,"stop":1724707170685,"duration":0}},{"uid":"87c7259f3b15070e","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/87c7259f3b15070e","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724705570775,"stop":1724705570775,"duration":0}},{"uid":"9ab0453d8f018967","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/9ab0453d8f018967","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724684936364,"stop":1724684936365,"duration":1}},{"uid":"5106f55b5593c80","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/5106f55b5593c80","status":"passed","time":{"start":1724673044054,"stop":1724673044054,"duration":0}},{"uid":"8c5f77d738da139a","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/8c5f77d738da139a","status":"passed","time":{"start":1724670767297,"stop":1724670767297,"duration":0}}]},"tags":[]},"source":"da6fb434be74fbf9.json","parameterValues":[]} \ No newline at end of file +{"uid":"84859c439b6fdaf7","name":"Push message with content topic containing Basic HTML tag","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing Basic HTML tag","historyId":"dbef0a518430923ef5c39807b5f8d514:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921469,"stop":1724922921469,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b87b4a25c6359604","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b87b4a25c6359604","status":"passed","time":{"start":1724921602961,"stop":1724921602961,"duration":0}},{"uid":"5cd3be2b380abe43","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5cd3be2b380abe43","status":"passed","time":{"start":1724921571104,"stop":1724921571105,"duration":1}},{"uid":"f94fc57f522129b3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f94fc57f522129b3","status":"passed","time":{"start":1724918285609,"stop":1724918285610,"duration":1}},{"uid":"5ea3adc8def71e14","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ea3adc8def71e14","status":"passed","time":{"start":1724890030098,"stop":1724890030099,"duration":1}},{"uid":"427df2308a83d9b7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/427df2308a83d9b7","status":"passed","time":{"start":1724889171919,"stop":1724889171919,"duration":0}},{"uid":"a9cb185e11566ac7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a9cb185e11566ac7","status":"passed","time":{"start":1724888350738,"stop":1724888350739,"duration":1}},{"uid":"bf08bc50ffce8a5a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bf08bc50ffce8a5a","status":"passed","time":{"start":1724887115420,"stop":1724887115421,"duration":1}},{"uid":"668bd3221f187e20","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/668bd3221f187e20","status":"passed","time":{"start":1724886884583,"stop":1724886884583,"duration":0}},{"uid":"c948c58d1c527892","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c948c58d1c527892","status":"passed","time":{"start":1724862322269,"stop":1724862322269,"duration":0}},{"uid":"a247baaa4d73ad6d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a247baaa4d73ad6d","status":"passed","time":{"start":1724861790758,"stop":1724861790763,"duration":5}},{"uid":"8117cf6fec262874","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8117cf6fec262874","status":"passed","time":{"start":1724861628428,"stop":1724861628428,"duration":0}},{"uid":"16812535081bcd73","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/16812535081bcd73","status":"passed","time":{"start":1724861465632,"stop":1724861465633,"duration":1}}]},"tags":[]},"source":"84859c439b6fdaf7.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/849c19cd687f1cb2.json b/7376/data/test-cases/849c19cd687f1cb2.json new file mode 100644 index 00000000000..16145837544 --- /dev/null +++ b/7376/data/test-cases/849c19cd687f1cb2.json @@ -0,0 +1 @@ +{"uid":"849c19cd687f1cb2","name":"should encodeTxt and decodeTxt","fullName":"/src/enr.spec.ts: ENR > Txt codec > should encodeTxt and decodeTxt","historyId":"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922383078,"stop":1724922383079,"duration":1},"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":"Txt codec"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7c340300340dcc4e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7c340300340dcc4e","status":"passed","time":{"start":1724921046195,"stop":1724921046195,"duration":0}},{"uid":"46e9310cb225274b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/46e9310cb225274b","status":"passed","time":{"start":1724921021465,"stop":1724921021466,"duration":1}},{"uid":"c497ada1c453a5c5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c497ada1c453a5c5","status":"passed","time":{"start":1724917681713,"stop":1724917681713,"duration":0}},{"uid":"ee3963d6aa10c31b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ee3963d6aa10c31b","status":"passed","time":{"start":1724889460642,"stop":1724889460642,"duration":0}},{"uid":"584f85004544aad5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/584f85004544aad5","status":"passed","time":{"start":1724888611286,"stop":1724888611286,"duration":0}},{"uid":"dcb2e63ffe99272e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dcb2e63ffe99272e","status":"passed","time":{"start":1724887767610,"stop":1724887767611,"duration":1}},{"uid":"ee1936c8ba5bf157","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ee1936c8ba5bf157","status":"passed","time":{"start":1724886533980,"stop":1724886533981,"duration":1}},{"uid":"426836af3dd63662","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/426836af3dd63662","status":"passed","time":{"start":1724886311748,"stop":1724886311749,"duration":1}},{"uid":"b1e6c8ec661851b4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1e6c8ec661851b4","status":"passed","time":{"start":1724861760765,"stop":1724861760765,"duration":0}},{"uid":"4768d7e3c2f2d189","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4768d7e3c2f2d189","status":"passed","time":{"start":1724861231725,"stop":1724861231725,"duration":0}},{"uid":"db39f971d8b55022","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/db39f971d8b55022","status":"passed","time":{"start":1724861054245,"stop":1724861054245,"duration":0}},{"uid":"216d05d084a31bfd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/216d05d084a31bfd","status":"passed","time":{"start":1724860915804,"stop":1724860915805,"duration":1}}]},"tags":[]},"source":"849c19cd687f1cb2.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/84c0403f07001235.json b/7376/data/test-cases/84c0403f07001235.json new file mode 100644 index 00000000000..7daae981b5f --- /dev/null +++ b/7376/data/test-cases/84c0403f07001235.json @@ -0,0 +1 @@ +{"uid":"84c0403f07001235","name":"should correctly map a content topic to a pubsub topic","fullName":"/src/common/sharding/index.spec.ts: contentTopicToPubsubTopic > should correctly map a content topic to a pubsub topic","historyId":"e133df54c067e43ed88a36f702a54bc7:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374695,"stop":1724922374695,"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":"contentTopicToPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3b9d7d25cc00d054","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3b9d7d25cc00d054","status":"passed","time":{"start":1724921037654,"stop":1724921037654,"duration":0}},{"uid":"fea552f0e71b65d4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fea552f0e71b65d4","status":"passed","time":{"start":1724921013069,"stop":1724921013069,"duration":0}},{"uid":"5222bd1e99356384","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5222bd1e99356384","status":"passed","time":{"start":1724917673309,"stop":1724917673309,"duration":0}},{"uid":"7bdb16c79c6593ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7bdb16c79c6593ac","status":"passed","time":{"start":1724889452329,"stop":1724889452329,"duration":0}},{"uid":"4667d52cfabb2be5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4667d52cfabb2be5","status":"passed","time":{"start":1724888602861,"stop":1724888602862,"duration":1}},{"uid":"23037ba73387885f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/23037ba73387885f","status":"passed","time":{"start":1724887759181,"stop":1724887759181,"duration":0}},{"uid":"f9a41c797f193e83","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f9a41c797f193e83","status":"passed","time":{"start":1724886525559,"stop":1724886525559,"duration":0}},{"uid":"8fb198ce6b6d1c28","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8fb198ce6b6d1c28","status":"passed","time":{"start":1724886303415,"stop":1724886303415,"duration":0}},{"uid":"71c37f78c2362c4a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/71c37f78c2362c4a","status":"passed","time":{"start":1724861752251,"stop":1724861752252,"duration":1}},{"uid":"16f9bcdfa1ed35d5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/16f9bcdfa1ed35d5","status":"passed","time":{"start":1724861223372,"stop":1724861223372,"duration":0}},{"uid":"743c9d16a43be8e6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/743c9d16a43be8e6","status":"passed","time":{"start":1724861045221,"stop":1724861045222,"duration":1}},{"uid":"aa3efc206cba331f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/aa3efc206cba331f","status":"passed","time":{"start":1724860907108,"stop":1724860907108,"duration":0}}]},"tags":[]},"source":"84c0403f07001235.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/85006f9518066c4e.json b/7376/data/test-cases/85006f9518066c4e.json new file mode 100644 index 00000000000..1b67c2cb95b --- /dev/null +++ b/7376/data/test-cases/85006f9518066c4e.json @@ -0,0 +1 @@ +{"uid":"85006f9518066c4e","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":1724922387839,"stop":1724922387839,"duration":0},"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":13,"unknown":0,"total":13},"items":[{"uid":"ba0c90b0aa7a5066","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ba0c90b0aa7a5066","status":"passed","time":{"start":1724921050917,"stop":1724921050917,"duration":0}},{"uid":"a2ab8759fdaa9c3d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a2ab8759fdaa9c3d","status":"passed","time":{"start":1724921026085,"stop":1724921026086,"duration":1}},{"uid":"5edabfbb3eb6dccb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5edabfbb3eb6dccb","status":"passed","time":{"start":1724917686331,"stop":1724917686332,"duration":1}},{"uid":"eb811330de82063a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eb811330de82063a","status":"passed","time":{"start":1724889465303,"stop":1724889465303,"duration":0}},{"uid":"187cd69f9a06e13a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/187cd69f9a06e13a","status":"passed","time":{"start":1724888615856,"stop":1724888615856,"duration":0}},{"uid":"fd0365506044a863","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fd0365506044a863","status":"passed","time":{"start":1724887772190,"stop":1724887772191,"duration":1}},{"uid":"ec26c15ad74a6657","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ec26c15ad74a6657","status":"passed","time":{"start":1724886538737,"stop":1724886538738,"duration":1}},{"uid":"b0d71cd0ee984392","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b0d71cd0ee984392","status":"passed","time":{"start":1724886316574,"stop":1724886316574,"duration":0}},{"uid":"94d4d9a50ab638c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/94d4d9a50ab638c9","status":"passed","time":{"start":1724861765627,"stop":1724861765628,"duration":1}},{"uid":"815424f484cfcb23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/815424f484cfcb23","status":"passed","time":{"start":1724861236290,"stop":1724861236291,"duration":1}},{"uid":"fcb6017d77c880cf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fcb6017d77c880cf","status":"passed","time":{"start":1724861059257,"stop":1724861059257,"duration":0}},{"uid":"161754aa363853c1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/161754aa363853c1","status":"passed","time":{"start":1724860920542,"stop":1724860920543,"duration":1}}]},"tags":[]},"source":"85006f9518066c4e.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/8577205642549620.json b/7376/data/test-cases/8577205642549620.json new file mode 100644 index 00000000000..8501e5dc111 --- /dev/null +++ b/7376/data/test-cases/8577205642549620.json @@ -0,0 +1 @@ +{"uid":"8577205642549620","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","historyId":"60c049eb332867eababcd2ca0ce377fc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374684,"stop":1724922374684,"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":13,"unknown":0,"total":13},"items":[{"uid":"1efbaf9fffa74590","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1efbaf9fffa74590","status":"passed","time":{"start":1724921037644,"stop":1724921037644,"duration":0}},{"uid":"ea3f10f85a67833a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ea3f10f85a67833a","status":"passed","time":{"start":1724921013057,"stop":1724921013057,"duration":0}},{"uid":"d1f81f25b8d0a753","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d1f81f25b8d0a753","status":"passed","time":{"start":1724917673299,"stop":1724917673299,"duration":0}},{"uid":"689d09f31c8bfa4c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/689d09f31c8bfa4c","status":"passed","time":{"start":1724889452318,"stop":1724889452318,"duration":0}},{"uid":"9d351307ef1777b1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9d351307ef1777b1","status":"passed","time":{"start":1724888602849,"stop":1724888602850,"duration":1}},{"uid":"c82435d03f02849a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c82435d03f02849a","status":"passed","time":{"start":1724887759171,"stop":1724887759171,"duration":0}},{"uid":"e4387cd71e7371b8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e4387cd71e7371b8","status":"passed","time":{"start":1724886525550,"stop":1724886525550,"duration":0}},{"uid":"af6e2f44347c5c77","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/af6e2f44347c5c77","status":"passed","time":{"start":1724886303404,"stop":1724886303405,"duration":1}},{"uid":"bf235c549cbfbdb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf235c549cbfbdb7","status":"passed","time":{"start":1724861752237,"stop":1724861752237,"duration":0}},{"uid":"5ce0f0fedf07e215","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5ce0f0fedf07e215","status":"passed","time":{"start":1724861223362,"stop":1724861223362,"duration":0}},{"uid":"73408a09a1f85016","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/73408a09a1f85016","status":"passed","time":{"start":1724861045210,"stop":1724861045210,"duration":0}},{"uid":"f42aa9b81c53bf83","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f42aa9b81c53bf83","status":"passed","time":{"start":1724860907092,"stop":1724860907093,"duration":1}}]},"tags":[]},"source":"8577205642549620.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/2057b4a2a29327fd.json b/7376/data/test-cases/8584a697b55ac989.json similarity index 77% rename from 7346/data/test-cases/2057b4a2a29327fd.json rename to 7376/data/test-cases/8584a697b55ac989.json index a05ed9c4bad..70aa50861ab 100644 --- a/7346/data/test-cases/2057b4a2a29327fd.json +++ b/7376/data/test-cases/8584a697b55ac989.json @@ -1 +1 @@ -{"uid":"2057b4a2a29327fd","name":"Publish message with rate limit","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with rate limit","historyId":"3ea98957b5cb7d3b4544b188c0423fd0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765426748,"stop":1724765426748,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"66d464aadcf3e0cb","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/66d464aadcf3e0cb","status":"passed","time":{"start":1724765341348,"stop":1724765341349,"duration":1}},{"uid":"6fe94dd40516f353","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/6fe94dd40516f353","status":"passed","time":{"start":1724763725738,"stop":1724763725738,"duration":0}},{"uid":"476239197e24432","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/476239197e24432","status":"passed","time":{"start":1724760957738,"stop":1724760957739,"duration":1}},{"uid":"85936b01c7b88d6e","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/85936b01c7b88d6e","status":"passed","time":{"start":1724759981941,"stop":1724759981942,"duration":1}},{"uid":"2b45ccb5e9df47cb","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/2b45ccb5e9df47cb","status":"passed","time":{"start":1724758132051,"stop":1724758132052,"duration":1}},{"uid":"f534086f01a82e","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/f534086f01a82e","status":"passed","time":{"start":1724757777641,"stop":1724757777642,"duration":1}},{"uid":"163511f25b8ad609","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/163511f25b8ad609","status":"passed","time":{"start":1724757176029,"stop":1724757176029,"duration":0}},{"uid":"d6838549135e7c6","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/d6838549135e7c6","status":"passed","time":{"start":1724755243521,"stop":1724755243521,"duration":0}},{"uid":"360aa58cec12320a","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/360aa58cec12320a","status":"passed","time":{"start":1724752673894,"stop":1724752673895,"duration":1}},{"uid":"e304bbb6e9d5659a","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/e304bbb6e9d5659a","status":"passed","time":{"start":1724751529530,"stop":1724751529531,"duration":1}},{"uid":"bd2ad964f0e6e36d","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/bd2ad964f0e6e36d","status":"passed","time":{"start":1724750600102,"stop":1724750600103,"duration":1}},{"uid":"c4851d22273d985","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c4851d22273d985","status":"passed","time":{"start":1724749599714,"stop":1724749599714,"duration":0}},{"uid":"71b74f03c3ffb786","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/71b74f03c3ffb786","status":"passed","time":{"start":1724717906133,"stop":1724717906133,"duration":0}},{"uid":"3bcf0dc3989ad503","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/3bcf0dc3989ad503","status":"passed","time":{"start":1724715143951,"stop":1724715143952,"duration":1}},{"uid":"a13858b4fd4f2920","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/a13858b4fd4f2920","status":"passed","time":{"start":1724713227774,"stop":1724713227781,"duration":7}},{"uid":"6dd84ed42e73d40a","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6dd84ed42e73d40a","status":"passed","time":{"start":1724706419048,"stop":1724706419048,"duration":0}},{"uid":"8107c005aaa6f653","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/8107c005aaa6f653","status":"passed","time":{"start":1724704834048,"stop":1724704834049,"duration":1}},{"uid":"feaa8bb55f3a9e9b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/feaa8bb55f3a9e9b","status":"passed","time":{"start":1724684210907,"stop":1724684210907,"duration":0}},{"uid":"c595c83e09169beb","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/c595c83e09169beb","status":"passed","time":{"start":1724672960991,"stop":1724672960991,"duration":0}},{"uid":"c29de3e2bee0781f","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/c29de3e2bee0781f","status":"passed","time":{"start":1724670677925,"stop":1724670677926,"duration":1}}]},"tags":[]},"source":"2057b4a2a29327fd.json","parameterValues":[]} \ No newline at end of file +{"uid":"8584a697b55ac989","name":"Publish message with rate limit","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with rate limit","historyId":"3ea98957b5cb7d3b4544b188c0423fd0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922887535,"stop":1724922887535,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"13f90dc2b9de9a38","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/13f90dc2b9de9a38","status":"passed","time":{"start":1724921564785,"stop":1724921564785,"duration":0}},{"uid":"758e1d2f8395299","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/758e1d2f8395299","status":"passed","time":{"start":1724921518836,"stop":1724921518844,"duration":8}},{"uid":"ab8477e11d2b7dcd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ab8477e11d2b7dcd","status":"passed","time":{"start":1724918229409,"stop":1724918229410,"duration":1}},{"uid":"16aaab6f0295b297","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/16aaab6f0295b297","status":"passed","time":{"start":1724889980709,"stop":1724889980709,"duration":0}},{"uid":"e7dd12a53a83ca1b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e7dd12a53a83ca1b","status":"passed","time":{"start":1724889111186,"stop":1724889111186,"duration":0}},{"uid":"1891540704bb6f68","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1891540704bb6f68","status":"passed","time":{"start":1724888292549,"stop":1724888292550,"duration":1}},{"uid":"864e9e6769d534b4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/864e9e6769d534b4","status":"passed","time":{"start":1724887068234,"stop":1724887068235,"duration":1}},{"uid":"bcc3ac874faa17e7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bcc3ac874faa17e7","status":"passed","time":{"start":1724886848944,"stop":1724886848945,"duration":1}},{"uid":"2d01a4d853cf8f3f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d01a4d853cf8f3f","status":"passed","time":{"start":1724862262058,"stop":1724862262059,"duration":1}},{"uid":"19ce680c207ae530","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/19ce680c207ae530","status":"passed","time":{"start":1724861741901,"stop":1724861741901,"duration":0}},{"uid":"4608c398f1e29bcd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4608c398f1e29bcd","status":"passed","time":{"start":1724861599505,"stop":1724861599505,"duration":0}},{"uid":"30ac07780b73a3bb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/30ac07780b73a3bb","status":"passed","time":{"start":1724861428484,"stop":1724861428484,"duration":0}}]},"tags":[]},"source":"8584a697b55ac989.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/8591fad3e90a10fa.json b/7376/data/test-cases/8591fad3e90a10fa.json new file mode 100644 index 00000000000..0a84e7513a3 --- /dev/null +++ b/7376/data/test-cases/8591fad3e90a10fa.json @@ -0,0 +1 @@ +{"uid":"8591fad3e90a10fa","name":"Reopen subscription with peer with lost subscription","fullName":"/tests/filter/ping.node.spec.ts: Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false > Reopen subscription with peer with lost subscription","historyId":"1814079429f991e87810cd64b14ba5da:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922499936,"stop":1724922499937,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d234033f2aa08804","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d234033f2aa08804","status":"passed","time":{"start":1724921158281,"stop":1724921158282,"duration":1}},{"uid":"dba5a409aec5b025","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dba5a409aec5b025","status":"passed","time":{"start":1724921130078,"stop":1724921130079,"duration":1}},{"uid":"a26de96bd730dbbc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a26de96bd730dbbc","status":"passed","time":{"start":1724917796896,"stop":1724917796897,"duration":1}},{"uid":"6158d3d8ab7cd676","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6158d3d8ab7cd676","status":"passed","time":{"start":1724889579999,"stop":1724889579999,"duration":0}},{"uid":"251f9fe16ad504f4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/251f9fe16ad504f4","status":"passed","time":{"start":1724888730130,"stop":1724888730130,"duration":0}},{"uid":"bdb2880fbe92d3b8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bdb2880fbe92d3b8","status":"passed","time":{"start":1724887883928,"stop":1724887883928,"duration":0}},{"uid":"a622f1ed6c4fef1f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a622f1ed6c4fef1f","status":"passed","time":{"start":1724886651246,"stop":1724886651246,"duration":0}},{"uid":"dc2d22e5dfd234b1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dc2d22e5dfd234b1","status":"passed","time":{"start":1724886430269,"stop":1724886430270,"duration":1}},{"uid":"b384f1e4c7722c3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b384f1e4c7722c3e","status":"passed","time":{"start":1724861879169,"stop":1724861879169,"duration":0}},{"uid":"13020092bda5f32f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/13020092bda5f32f","status":"passed","time":{"start":1724861345740,"stop":1724861345740,"duration":0}},{"uid":"569a4423b7de839f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/569a4423b7de839f","status":"passed","time":{"start":1724861186695,"stop":1724861186696,"duration":1}},{"uid":"7058de90bfa4ab73","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7058de90bfa4ab73","status":"passed","time":{"start":1724861034888,"stop":1724861034888,"duration":0}}]},"tags":[]},"source":"8591fad3e90a10fa.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/8530cd535a2cd45c.json b/7376/data/test-cases/85e215a429631e0e.json similarity index 77% rename from 7346/data/test-cases/8530cd535a2cd45c.json rename to 7376/data/test-cases/85e215a429631e0e.json index ac5c9f3f274..9f977574ec7 100644 --- a/7346/data/test-cases/8530cd535a2cd45c.json +++ b/7376/data/test-cases/85e215a429631e0e.json @@ -1 +1 @@ -{"uid":"8530cd535a2cd45c","name":"Check received message with timestamp: 1649153314 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: 1649153314 ","historyId":"604a6d213c620d88cccde28490bb2c69:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392391,"stop":1724765392391,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"e1c59a2b8bca8b8d","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/e1c59a2b8bca8b8d","status":"passed","time":{"start":1724765313873,"stop":1724765313874,"duration":1}},{"uid":"b1ec0e1e31fe13b8","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/b1ec0e1e31fe13b8","status":"passed","time":{"start":1724763683873,"stop":1724763683874,"duration":1}},{"uid":"69fa85f2bbe712c5","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/69fa85f2bbe712c5","status":"passed","time":{"start":1724760929574,"stop":1724760929574,"duration":0}},{"uid":"4bc45d2b9cd283c7","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/4bc45d2b9cd283c7","status":"passed","time":{"start":1724759955175,"stop":1724759955175,"duration":0}},{"uid":"51ab6d8dde5f6842","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/51ab6d8dde5f6842","status":"passed","time":{"start":1724758077457,"stop":1724758077457,"duration":0}},{"uid":"254ddb6d9347d021","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/254ddb6d9347d021","status":"passed","time":{"start":1724757801874,"stop":1724757801875,"duration":1}},{"uid":"dbd45ae302be9e5b","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/dbd45ae302be9e5b","status":"passed","time":{"start":1724757120195,"stop":1724757120195,"duration":0}},{"uid":"a6908cec0d4019a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a6908cec0d4019a","status":"passed","time":{"start":1724755211087,"stop":1724755211087,"duration":0}},{"uid":"60f65fb3a0a983f0","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/60f65fb3a0a983f0","status":"passed","time":{"start":1724752646556,"stop":1724752646557,"duration":1}},{"uid":"156fb2ce0e3ff222","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/156fb2ce0e3ff222","status":"passed","time":{"start":1724751495296,"stop":1724751495296,"duration":0}},{"uid":"5d2486866d75c971","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/5d2486866d75c971","status":"passed","time":{"start":1724750572389,"stop":1724750572390,"duration":1}},{"uid":"e64aab3f8a05523d","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/e64aab3f8a05523d","status":"passed","time":{"start":1724749567273,"stop":1724749567273,"duration":0}},{"uid":"4749b52b04ad9504","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/4749b52b04ad9504","status":"passed","time":{"start":1724717880842,"stop":1724717880843,"duration":1}},{"uid":"73964efccfeb8f83","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/73964efccfeb8f83","status":"passed","time":{"start":1724715103516,"stop":1724715103516,"duration":0}},{"uid":"87552f91808badd5","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/87552f91808badd5","status":"passed","time":{"start":1724713195378,"stop":1724713195379,"duration":1}},{"uid":"715d961abe9065d3","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/715d961abe9065d3","status":"passed","time":{"start":1724706389687,"stop":1724706389687,"duration":0}},{"uid":"72a6ddc796eda2f3","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/72a6ddc796eda2f3","status":"passed","time":{"start":1724704811205,"stop":1724704811205,"duration":0}},{"uid":"a88468eefe6770c5","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a88468eefe6770c5","status":"passed","time":{"start":1724684170210,"stop":1724684170211,"duration":1}},{"uid":"3854960e368dfe05","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/3854960e368dfe05","status":"passed","time":{"start":1724672903632,"stop":1724672903632,"duration":0}},{"uid":"50128770dc272d0f","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/50128770dc272d0f","status":"passed","time":{"start":1724670674055,"stop":1724670674055,"duration":0}}]},"tags":[]},"source":"8530cd535a2cd45c.json","parameterValues":[]} \ No newline at end of file +{"uid":"85e215a429631e0e","name":"Check received message with timestamp: 1649153314 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: 1649153314 ","historyId":"604a6d213c620d88cccde28490bb2c69:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845259,"stop":1724922845260,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"20feb5f64781035d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/20feb5f64781035d","status":"passed","time":{"start":1724921515249,"stop":1724921515249,"duration":0}},{"uid":"4b3d2863785caea8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4b3d2863785caea8","status":"passed","time":{"start":1724921475501,"stop":1724921475502,"duration":1}},{"uid":"59cad9492b23e3b1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/59cad9492b23e3b1","status":"passed","time":{"start":1724918179416,"stop":1724918179416,"duration":0}},{"uid":"bf3986ba488472a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf3986ba488472a1","status":"passed","time":{"start":1724889935351,"stop":1724889935351,"duration":0}},{"uid":"b2e7135282a8ffe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b2e7135282a8ffe","status":"passed","time":{"start":1724889072766,"stop":1724889072766,"duration":0}},{"uid":"a1e9c2d680b5dc6d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a1e9c2d680b5dc6d","status":"passed","time":{"start":1724888232426,"stop":1724888232427,"duration":1}},{"uid":"b825e07a50ed3149","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b825e07a50ed3149","status":"passed","time":{"start":1724887018314,"stop":1724887018314,"duration":0}},{"uid":"f80ecff9d7bae797","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f80ecff9d7bae797","status":"passed","time":{"start":1724886781502,"stop":1724886781502,"duration":0}},{"uid":"29756942668d3ab3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29756942668d3ab3","status":"passed","time":{"start":1724862213682,"stop":1724862213682,"duration":0}},{"uid":"7e54546f2aa4d922","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7e54546f2aa4d922","status":"passed","time":{"start":1724861685879,"stop":1724861685879,"duration":0}},{"uid":"ce159ca338160e12","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ce159ca338160e12","status":"passed","time":{"start":1724861546202,"stop":1724861546204,"duration":2}},{"uid":"eefb1f23f802231d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/eefb1f23f802231d","status":"passed","time":{"start":1724861378123,"stop":1724861378124,"duration":1}}]},"tags":[]},"source":"85e215a429631e0e.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/26b87c4d1de39671.json b/7376/data/test-cases/85f46176006565b3.json similarity index 77% rename from 7346/data/test-cases/26b87c4d1de39671.json rename to 7376/data/test-cases/85f46176006565b3.json index c081eb03cf2..bd6888bcb9a 100644 --- a/7346/data/test-cases/26b87c4d1de39671.json +++ b/7376/data/test-cases/85f46176006565b3.json @@ -1 +1 @@ -{"uid":"26b87c4d1de39671","name":"Check publish message containing Script","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing Script","historyId":"11888732d20997ef27fd557f90325cbf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765426727,"stop":1724765426727,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"8b9330085b1683db","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/8b9330085b1683db","status":"passed","time":{"start":1724765341328,"stop":1724765341328,"duration":0}},{"uid":"8bcc96c881f05f20","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/8bcc96c881f05f20","status":"passed","time":{"start":1724763725728,"stop":1724763725728,"duration":0}},{"uid":"261e247ad73af626","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/261e247ad73af626","status":"passed","time":{"start":1724760957723,"stop":1724760957723,"duration":0}},{"uid":"94383a69cf5687f9","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/94383a69cf5687f9","status":"passed","time":{"start":1724759981883,"stop":1724759981883,"duration":0}},{"uid":"24066742c9c89b70","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/24066742c9c89b70","status":"passed","time":{"start":1724758132032,"stop":1724758132033,"duration":1}},{"uid":"347f517864ac284a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/347f517864ac284a","status":"passed","time":{"start":1724757777628,"stop":1724757777629,"duration":1}},{"uid":"ae4f3c6a98eb4a3f","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/ae4f3c6a98eb4a3f","status":"passed","time":{"start":1724757176019,"stop":1724757176019,"duration":0}},{"uid":"5269a062f6a4742b","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/5269a062f6a4742b","status":"passed","time":{"start":1724755243505,"stop":1724755243505,"duration":0}},{"uid":"47a37269f10599a3","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/47a37269f10599a3","status":"passed","time":{"start":1724752673884,"stop":1724752673884,"duration":0}},{"uid":"3229cc6792e4b7b","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/3229cc6792e4b7b","status":"passed","time":{"start":1724751529512,"stop":1724751529512,"duration":0}},{"uid":"13d0a18d93d0bc32","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/13d0a18d93d0bc32","status":"passed","time":{"start":1724750600088,"stop":1724750600088,"duration":0}},{"uid":"636c00261111f8d1","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/636c00261111f8d1","status":"passed","time":{"start":1724749599690,"stop":1724749599690,"duration":0}},{"uid":"fae1437a4336ef52","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/fae1437a4336ef52","status":"passed","time":{"start":1724717906124,"stop":1724717906125,"duration":1}},{"uid":"d81309f9bc505ec5","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/d81309f9bc505ec5","status":"passed","time":{"start":1724715143942,"stop":1724715143942,"duration":0}},{"uid":"944094c2fcffc885","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/944094c2fcffc885","status":"passed","time":{"start":1724713227697,"stop":1724713227697,"duration":0}},{"uid":"494cd04ca2f0661a","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/494cd04ca2f0661a","status":"passed","time":{"start":1724706419035,"stop":1724706419036,"duration":1}},{"uid":"a7e67ceca0cfc1ef","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a7e67ceca0cfc1ef","status":"passed","time":{"start":1724704834031,"stop":1724704834031,"duration":0}},{"uid":"77bf813c1ca935ed","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/77bf813c1ca935ed","status":"passed","time":{"start":1724684210894,"stop":1724684210894,"duration":0}},{"uid":"16e2eea475bdcf52","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/16e2eea475bdcf52","status":"passed","time":{"start":1724672960978,"stop":1724672960979,"duration":1}},{"uid":"73180593d4f624bc","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/73180593d4f624bc","status":"passed","time":{"start":1724670677916,"stop":1724670677916,"duration":0}}]},"tags":[]},"source":"26b87c4d1de39671.json","parameterValues":[]} \ No newline at end of file +{"uid":"85f46176006565b3","name":"Check publish message containing Script","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing Script","historyId":"11888732d20997ef27fd557f90325cbf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922887524,"stop":1724922887524,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"10e8adbd5b68725a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/10e8adbd5b68725a","status":"passed","time":{"start":1724921564775,"stop":1724921564775,"duration":0}},{"uid":"a41bb5265ee0ef13","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a41bb5265ee0ef13","status":"passed","time":{"start":1724921518786,"stop":1724921518790,"duration":4}},{"uid":"94bbce0b5068db9b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/94bbce0b5068db9b","status":"passed","time":{"start":1724918229398,"stop":1724918229398,"duration":0}},{"uid":"760705ce61d3ae4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/760705ce61d3ae4","status":"passed","time":{"start":1724889980700,"stop":1724889980700,"duration":0}},{"uid":"ac8ae397605649dc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ac8ae397605649dc","status":"passed","time":{"start":1724889111161,"stop":1724889111161,"duration":0}},{"uid":"236dc18d05f915cb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/236dc18d05f915cb","status":"passed","time":{"start":1724888292532,"stop":1724888292532,"duration":0}},{"uid":"1d9ff2d771b09633","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1d9ff2d771b09633","status":"passed","time":{"start":1724887068224,"stop":1724887068224,"duration":0}},{"uid":"66af49b285139f5a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/66af49b285139f5a","status":"passed","time":{"start":1724886848923,"stop":1724886848923,"duration":0}},{"uid":"cbfff86e0701e772","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cbfff86e0701e772","status":"passed","time":{"start":1724862262046,"stop":1724862262046,"duration":0}},{"uid":"434d9f4772482100","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/434d9f4772482100","status":"passed","time":{"start":1724861741891,"stop":1724861741892,"duration":1}},{"uid":"17c26f629b823d3b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/17c26f629b823d3b","status":"passed","time":{"start":1724861599486,"stop":1724861599487,"duration":1}},{"uid":"5c99a21e836a7085","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5c99a21e836a7085","status":"passed","time":{"start":1724861428473,"stop":1724861428474,"duration":1}}]},"tags":[]},"source":"85f46176006565b3.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/86270874ee483bed.json b/7376/data/test-cases/86270874ee483bed.json new file mode 100644 index 00000000000..bb708690bc9 --- /dev/null +++ b/7376/data/test-cases/86270874ee483bed.json @@ -0,0 +1 @@ +{"uid":"86270874ee483bed","name":"Unsubscribe topics the node is not subscribed to","fullName":"/tests/filter/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false > Unsubscribe topics the node is not subscribed to","historyId":"e09f2afe699c91bf48c4699ce10f7b2c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922647837,"stop":1724922647837,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4279ca959ca6444f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4279ca959ca6444f","status":"passed","time":{"start":1724921300828,"stop":1724921300829,"duration":1}},{"uid":"476c742a4b6fb8d0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/476c742a4b6fb8d0","status":"passed","time":{"start":1724921280721,"stop":1724921280726,"duration":5}},{"uid":"7bd960f2c4e4a712","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7bd960f2c4e4a712","status":"passed","time":{"start":1724917963265,"stop":1724917963265,"duration":0}},{"uid":"df28de11b23556fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/df28de11b23556fd","status":"passed","time":{"start":1724889734122,"stop":1724889734123,"duration":1}},{"uid":"33e6df1bdff0ab04","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33e6df1bdff0ab04","status":"passed","time":{"start":1724888859623,"stop":1724888859624,"duration":1}},{"uid":"83dc56e4aa78b602","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/83dc56e4aa78b602","status":"passed","time":{"start":1724888053955,"stop":1724888053956,"duration":1}},{"uid":"23154ed9ef9da783","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/23154ed9ef9da783","status":"passed","time":{"start":1724886820682,"stop":1724886820682,"duration":0}},{"uid":"26a2e0798d35c40b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/26a2e0798d35c40b","status":"passed","time":{"start":1724886589273,"stop":1724886589273,"duration":0}},{"uid":"a6f58aab48edcdf8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a6f58aab48edcdf8","status":"passed","time":{"start":1724862027808,"stop":1724862027808,"duration":0}},{"uid":"4d636805dbd58059","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4d636805dbd58059","status":"passed","time":{"start":1724861484563,"stop":1724861484563,"duration":0}},{"uid":"3eed9607a1c90852","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3eed9607a1c90852","status":"passed","time":{"start":1724861315160,"stop":1724861315160,"duration":0}},{"uid":"d88f8edeb8636033","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d88f8edeb8636033","status":"passed","time":{"start":1724861168766,"stop":1724861168767,"duration":1}}]},"tags":[]},"source":"86270874ee483bed.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/867c3b811587e9db.json b/7376/data/test-cases/867c3b811587e9db.json new file mode 100644 index 00000000000..d629b546044 --- /dev/null +++ b/7376/data/test-cases/867c3b811587e9db.json @@ -0,0 +1 @@ +{"uid":"867c3b811587e9db","name":"Encoder throws on empty string content topic","fullName":"/src/symmetric.spec.ts: Ensures content topic is defined > Encoder throws on empty string content topic","historyId":"a580d505d76ce38cbe05fd77bdee5538:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922408756,"stop":1724922408756,"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":"Ensures content topic is defined"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d5c147601d7ae483","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d5c147601d7ae483","status":"passed","time":{"start":1724921071994,"stop":1724921071994,"duration":0}},{"uid":"c75514ea8ff62c6f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c75514ea8ff62c6f","status":"passed","time":{"start":1724921046823,"stop":1724921046824,"duration":1}},{"uid":"7ae459f9447ad30","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7ae459f9447ad30","status":"passed","time":{"start":1724917707024,"stop":1724917707024,"duration":0}},{"uid":"7932e3753c7c5dce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7932e3753c7c5dce","status":"passed","time":{"start":1724889485860,"stop":1724889485860,"duration":0}},{"uid":"deaf6c466ea5670f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/deaf6c466ea5670f","status":"passed","time":{"start":1724888636620,"stop":1724888636620,"duration":0}},{"uid":"b2f173a1a8dbcf6d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b2f173a1a8dbcf6d","status":"passed","time":{"start":1724887792855,"stop":1724887792856,"duration":1}},{"uid":"657e4500d27a4dd6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/657e4500d27a4dd6","status":"passed","time":{"start":1724886559724,"stop":1724886559724,"duration":0}},{"uid":"c8ae91891de76807","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c8ae91891de76807","status":"passed","time":{"start":1724886337376,"stop":1724886337377,"duration":1}},{"uid":"37347cf2285981c1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37347cf2285981c1","status":"passed","time":{"start":1724861786730,"stop":1724861786730,"duration":0}},{"uid":"ac7fff05502b69dd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ac7fff05502b69dd","status":"passed","time":{"start":1724861257212,"stop":1724861257212,"duration":0}},{"uid":"43630dfe5aec84e3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/43630dfe5aec84e3","status":"passed","time":{"start":1724861081086,"stop":1724861081086,"duration":0}},{"uid":"78dbb50323dc405","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/78dbb50323dc405","status":"passed","time":{"start":1724860941731,"stop":1724860941731,"duration":0}}]},"tags":[]},"source":"867c3b811587e9db.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/8735a1d647fef6bc.json b/7376/data/test-cases/8735a1d647fef6bc.json new file mode 100644 index 00000000000..b4db594d2a5 --- /dev/null +++ b/7376/data/test-cases/8735a1d647fef6bc.json @@ -0,0 +1 @@ +{"uid":"8735a1d647fef6bc","name":"uses static shard pubsub topic instead of autosharding when set","fullName":"/src/lib/message/version_0.spec.ts: Sets sharding configuration correctly > uses static shard pubsub topic instead of autosharding when set","historyId":"facb714c9438193f9c8a2c8b122a8c03:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922388050,"stop":1724922388050,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.lib.message"},{"name":"parentSuite","value":"Sets sharding configuration correctly"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"31e7f36015be40b2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/31e7f36015be40b2","status":"passed","time":{"start":1724921051057,"stop":1724921051058,"duration":1}},{"uid":"2ad5d22a896d14b3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2ad5d22a896d14b3","status":"passed","time":{"start":1724921026363,"stop":1724921026363,"duration":0}},{"uid":"72a6336c03a6924a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/72a6336c03a6924a","status":"passed","time":{"start":1724917686541,"stop":1724917686542,"duration":1}},{"uid":"c7e232964164952a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c7e232964164952a","status":"passed","time":{"start":1724889465472,"stop":1724889465472,"duration":0}},{"uid":"a42a3e22e5825c27","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a42a3e22e5825c27","status":"passed","time":{"start":1724888616213,"stop":1724888616213,"duration":0}},{"uid":"cc1b2f1989d93365","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc1b2f1989d93365","status":"passed","time":{"start":1724887772450,"stop":1724887772450,"duration":0}},{"uid":"db07649e52184b80","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/db07649e52184b80","status":"passed","time":{"start":1724886538861,"stop":1724886538861,"duration":0}},{"uid":"cdecb1d6e568e52c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cdecb1d6e568e52c","status":"passed","time":{"start":1724886316628,"stop":1724886316628,"duration":0}},{"uid":"400d75c057946ecf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/400d75c057946ecf","status":"passed","time":{"start":1724861765764,"stop":1724861765764,"duration":0}},{"uid":"8655f7143f2f1b0c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8655f7143f2f1b0c","status":"passed","time":{"start":1724861236574,"stop":1724861236574,"duration":0}},{"uid":"7222e33da1c6ddc5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7222e33da1c6ddc5","status":"passed","time":{"start":1724861059472,"stop":1724861059472,"duration":0}},{"uid":"a85db2061a6c6f72","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a85db2061a6c6f72","status":"passed","time":{"start":1724860920727,"stop":1724860920728,"duration":1}}]},"tags":[]},"source":"8735a1d647fef6bc.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/876ac122f8576b38.json b/7376/data/test-cases/876ac122f8576b38.json new file mode 100644 index 00000000000..6663cac4326 --- /dev/null +++ b/7376/data/test-cases/876ac122f8576b38.json @@ -0,0 +1 @@ +{"uid":"876ac122f8576b38","name":"Unsubscribes all - node subscribed to 10 topics","fullName":"/tests/filter/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true > Unsubscribes all - node subscribed to 10 topics","historyId":"e6cb6493af057fff1c8f6a17a41eebd9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922647835,"stop":1724922647835,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1fa87ef30ba02d51","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1fa87ef30ba02d51","status":"passed","time":{"start":1724921300790,"stop":1724921300791,"duration":1}},{"uid":"5aeceea44bfbe2d3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5aeceea44bfbe2d3","status":"passed","time":{"start":1724921280719,"stop":1724921280719,"duration":0}},{"uid":"9da636b8bb130965","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9da636b8bb130965","status":"passed","time":{"start":1724917963263,"stop":1724917963263,"duration":0}},{"uid":"47e379600989d1a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/47e379600989d1a7","status":"passed","time":{"start":1724889734120,"stop":1724889734121,"duration":1}},{"uid":"37c4521a5e119c75","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37c4521a5e119c75","status":"passed","time":{"start":1724888859619,"stop":1724888859620,"duration":1}},{"uid":"aa81687df293201a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aa81687df293201a","status":"passed","time":{"start":1724888053953,"stop":1724888053953,"duration":0}},{"uid":"2981acf5b86951f8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2981acf5b86951f8","status":"passed","time":{"start":1724886820677,"stop":1724886820677,"duration":0}},{"uid":"2b36f7bd6c98277b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2b36f7bd6c98277b","status":"passed","time":{"start":1724886589268,"stop":1724886589269,"duration":1}},{"uid":"7853b489efcd7656","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7853b489efcd7656","status":"passed","time":{"start":1724862027794,"stop":1724862027795,"duration":1}},{"uid":"49ffac51825c9229","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/49ffac51825c9229","status":"passed","time":{"start":1724861484561,"stop":1724861484561,"duration":0}},{"uid":"dbbb0d8e44ea0848","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dbbb0d8e44ea0848","status":"passed","time":{"start":1724861315157,"stop":1724861315158,"duration":1}},{"uid":"b86fc36f9547d7da","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b86fc36f9547d7da","status":"passed","time":{"start":1724861168759,"stop":1724861168760,"duration":1}}]},"tags":[]},"source":"876ac122f8576b38.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/715c680872b85c01.json b/7376/data/test-cases/87e52898974ddddc.json similarity index 84% rename from 7346/data/test-cases/715c680872b85c01.json rename to 7376/data/test-cases/87e52898974ddddc.json index 15627d74501..75d1b4ada65 100644 --- a/7346/data/test-cases/715c680872b85c01.json +++ b/7376/data/test-cases/87e52898974ddddc.json @@ -1 +1 @@ -{"uid":"715c680872b85c01","name":"Fails to push message with empty content topic","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Fails to push message with empty content topic","historyId":"e75b0917704eac9613c503bbc5db3e6c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367188,"stop":1724765367189,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"e97f92385892c585","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/e97f92385892c585","status":"passed","time":{"start":1724765300585,"stop":1724765300586,"duration":1}},{"uid":"4d70b8c6e19587d8","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/4d70b8c6e19587d8","status":"passed","time":{"start":1724763693165,"stop":1724763693165,"duration":0}},{"uid":"faaa1084b3ec7e78","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/faaa1084b3ec7e78","status":"passed","time":{"start":1724760912512,"stop":1724760912513,"duration":1}},{"uid":"132c456433ab32a5","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/132c456433ab32a5","status":"passed","time":{"start":1724759937134,"stop":1724759937134,"duration":0}},{"uid":"396128885f2b4edd","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/396128885f2b4edd","status":"passed","time":{"start":1724758102774,"stop":1724758102775,"duration":1}},{"uid":"e837572fcdceace","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/e837572fcdceace","status":"passed","time":{"start":1724757793380,"stop":1724757793380,"duration":0}},{"uid":"ba3abf1c554a56e5","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/ba3abf1c554a56e5","status":"passed","time":{"start":1724757169533,"stop":1724757169533,"duration":0}},{"uid":"fb891e6b59d1aedd","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/fb891e6b59d1aedd","status":"passed","time":{"start":1724755216344,"stop":1724755216344,"duration":0}},{"uid":"b4f83e16d48a339","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/b4f83e16d48a339","status":"passed","time":{"start":1724752642020,"stop":1724752642021,"duration":1}},{"uid":"6b3df26b77af1388","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/6b3df26b77af1388","status":"passed","time":{"start":1724751479151,"stop":1724751479151,"duration":0}},{"uid":"cc4dc1553082ec84","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/cc4dc1553082ec84","status":"passed","time":{"start":1724750562216,"stop":1724750562216,"duration":0}},{"uid":"f929d8e726a4e082","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/f929d8e726a4e082","status":"passed","time":{"start":1724749562434,"stop":1724749562435,"duration":1}},{"uid":"1e7d220596eaee89","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/1e7d220596eaee89","status":"passed","time":{"start":1724717869161,"stop":1724717869161,"duration":0}},{"uid":"8bdfca3733708be7","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/8bdfca3733708be7","status":"passed","time":{"start":1724715106047,"stop":1724715106048,"duration":1}},{"uid":"7e94e4c7ac5af9a7","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/7e94e4c7ac5af9a7","status":"passed","time":{"start":1724713204892,"stop":1724713204892,"duration":0}},{"uid":"103e164c0f62909b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/103e164c0f62909b","status":"passed","time":{"start":1724706379279,"stop":1724706379279,"duration":0}},{"uid":"6a0b548d8f4ffb6a","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6a0b548d8f4ffb6a","status":"passed","time":{"start":1724704806974,"stop":1724704806974,"duration":0}},{"uid":"155f0a1838ea8fa8","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/155f0a1838ea8fa8","status":"passed","time":{"start":1724684165996,"stop":1724684165996,"duration":0}},{"uid":"9b7cc19d2d47ff9e","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/9b7cc19d2d47ff9e","status":"passed","time":{"start":1724672921823,"stop":1724672921823,"duration":0}},{"uid":"663ad4c8975ae041","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/663ad4c8975ae041","status":"passed","time":{"start":1724670647900,"stop":1724670647900,"duration":0}}]},"tags":[]},"source":"715c680872b85c01.json","parameterValues":[]} \ No newline at end of file +{"uid":"87e52898974ddddc","name":"Fails to push message with empty content topic","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Fails to push message with empty content topic","historyId":"e75b0917704eac9613c503bbc5db3e6c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853927,"stop":1724922853927,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4c006ef5ce823ca3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4c006ef5ce823ca3","status":"passed","time":{"start":1724921529590,"stop":1724921529590,"duration":0}},{"uid":"35af8d900b491ff8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/35af8d900b491ff8","status":"passed","time":{"start":1724921488884,"stop":1724921488884,"duration":0}},{"uid":"9b2371a554d25fef","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9b2371a554d25fef","status":"passed","time":{"start":1724918203690,"stop":1724918203692,"duration":2}},{"uid":"35269a9450f5c6f6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/35269a9450f5c6f6","status":"passed","time":{"start":1724889938366,"stop":1724889938366,"duration":0}},{"uid":"3402cf814efc835f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3402cf814efc835f","status":"passed","time":{"start":1724889077070,"stop":1724889077070,"duration":0}},{"uid":"9b2f0a698836e36b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9b2f0a698836e36b","status":"passed","time":{"start":1724888268040,"stop":1724888268040,"duration":0}},{"uid":"4b823050de150d56","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4b823050de150d56","status":"passed","time":{"start":1724887032413,"stop":1724887032413,"duration":0}},{"uid":"153d58ef0273c36b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/153d58ef0273c36b","status":"passed","time":{"start":1724886822826,"stop":1724886822826,"duration":0}},{"uid":"9f553a22dbea5fa5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f553a22dbea5fa5","status":"passed","time":{"start":1724862233516,"stop":1724862233516,"duration":0}},{"uid":"3707fb5547025c0f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3707fb5547025c0f","status":"passed","time":{"start":1724861712674,"stop":1724861712674,"duration":0}},{"uid":"a63d961ae5a7bc02","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a63d961ae5a7bc02","status":"passed","time":{"start":1724861567901,"stop":1724861567901,"duration":0}},{"uid":"f1b56313035ec534","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f1b56313035ec534","status":"passed","time":{"start":1724861392060,"stop":1724861392061,"duration":1}}]},"tags":[]},"source":"87e52898974ddddc.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/8863ce03f8b896f9.json b/7376/data/test-cases/8863ce03f8b896f9.json new file mode 100644 index 00000000000..bdb21e0ec49 --- /dev/null +++ b/7376/data/test-cases/8863ce03f8b896f9.json @@ -0,0 +1 @@ +{"uid":"8863ce03f8b896f9","name":"should map different content topics to different pubsub topics based on shard index","fullName":"/src/common/sharding/index.spec.ts: contentTopicToPubsubTopic > should map different content topics to different pubsub topics based on shard index","historyId":"09772909057603c14b3253c7b8fcc1bd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374696,"stop":1724922374696,"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":"contentTopicToPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f1bf56333f9ca18f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f1bf56333f9ca18f","status":"passed","time":{"start":1724921037655,"stop":1724921037655,"duration":0}},{"uid":"bf5c024c35c8298c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bf5c024c35c8298c","status":"passed","time":{"start":1724921013069,"stop":1724921013069,"duration":0}},{"uid":"783bd2269f7a533c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/783bd2269f7a533c","status":"passed","time":{"start":1724917673309,"stop":1724917673310,"duration":1}},{"uid":"10f3d85733fb5a98","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/10f3d85733fb5a98","status":"passed","time":{"start":1724889452329,"stop":1724889452329,"duration":0}},{"uid":"456da5e20cc4b738","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/456da5e20cc4b738","status":"passed","time":{"start":1724888602862,"stop":1724888602862,"duration":0}},{"uid":"ef7909b31c72713f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ef7909b31c72713f","status":"passed","time":{"start":1724887759182,"stop":1724887759182,"duration":0}},{"uid":"6eec25f558bc074e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6eec25f558bc074e","status":"passed","time":{"start":1724886525559,"stop":1724886525559,"duration":0}},{"uid":"53ea3d84a24108e9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/53ea3d84a24108e9","status":"passed","time":{"start":1724886303415,"stop":1724886303415,"duration":0}},{"uid":"e7f3f84c2ef7f3d3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e7f3f84c2ef7f3d3","status":"passed","time":{"start":1724861752252,"stop":1724861752252,"duration":0}},{"uid":"a574598cdd930fba","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a574598cdd930fba","status":"passed","time":{"start":1724861223372,"stop":1724861223372,"duration":0}},{"uid":"ac36846d4a18e734","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac36846d4a18e734","status":"passed","time":{"start":1724861045222,"stop":1724861045222,"duration":0}},{"uid":"1264d8dee9a64c17","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1264d8dee9a64c17","status":"passed","time":{"start":1724860907108,"stop":1724860907108,"duration":0}}]},"tags":[]},"source":"8863ce03f8b896f9.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/88775c664f2d04a9.json b/7376/data/test-cases/88775c664f2d04a9.json new file mode 100644 index 00000000000..e9003a4d60b --- /dev/null +++ b/7376/data/test-cases/88775c664f2d04a9.json @@ -0,0 +1 @@ +{"uid":"88775c664f2d04a9","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=1 > numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","historyId":"680e8d1d8aa49b600710cc51660d96fe:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611427,"stop":1724922611427,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=1"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"698e0d2a935fa2d7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/698e0d2a935fa2d7","status":"passed","time":{"start":1724921270344,"stop":1724921270349,"duration":5}},{"uid":"1142b2255855a707","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1142b2255855a707","status":"passed","time":{"start":1724921247804,"stop":1724921247806,"duration":2}},{"uid":"692598f5eec78099","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/692598f5eec78099","status":"passed","time":{"start":1724917989811,"stop":1724917989812,"duration":1}},{"uid":"217b54e9e7db650d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/217b54e9e7db650d","status":"passed","time":{"start":1724889678534,"stop":1724889678534,"duration":0}},{"uid":"4a3f4335d592fd9c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a3f4335d592fd9c","status":"passed","time":{"start":1724888829830,"stop":1724888829831,"duration":1}},{"uid":"e01b7a4a0cc0e42d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e01b7a4a0cc0e42d","status":"passed","time":{"start":1724888076978,"stop":1724888076979,"duration":1}},{"uid":"b4a3a9db728df5d3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b4a3a9db728df5d3","status":"passed","time":{"start":1724886851118,"stop":1724886851118,"duration":0}},{"uid":"ddd76d65ef7eee8e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ddd76d65ef7eee8e","status":"passed","time":{"start":1724886647070,"stop":1724886647071,"duration":1}},{"uid":"10366ed850243b7d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/10366ed850243b7d","status":"passed","time":{"start":1724861992706,"stop":1724861992706,"duration":0}},{"uid":"3aa208e8aa1d22c0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3aa208e8aa1d22c0","status":"passed","time":{"start":1724861469634,"stop":1724861469634,"duration":0}},{"uid":"b69b0097e44b1209","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b69b0097e44b1209","status":"passed","time":{"start":1724861284849,"stop":1724861284850,"duration":1}},{"uid":"84fc4d3410271e81","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/84fc4d3410271e81","status":"passed","time":{"start":1724861145783,"stop":1724861145783,"duration":0}}]},"tags":[]},"source":"88775c664f2d04a9.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/88b0856daa31bde5.json b/7376/data/test-cases/88b0856daa31bde5.json new file mode 100644 index 00000000000..695df0e397e --- /dev/null +++ b/7376/data/test-cases/88b0856daa31bde5.json @@ -0,0 +1 @@ +{"uid":"88b0856daa31bde5","name":"should only return 1 node with relay and store capability","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery w/ capabilities > should only return 1 node with relay and store capability","historyId":"25bae3ce20211a03aa0dc3a74620c86a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922398921,"stop":1724922398921,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery w/ capabilities"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"95838baf8796a018","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/95838baf8796a018","status":"passed","time":{"start":1724921061849,"stop":1724921061849,"duration":0}},{"uid":"cf3016e2bd10becf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cf3016e2bd10becf","status":"passed","time":{"start":1724921037158,"stop":1724921037158,"duration":0}},{"uid":"e85521b7696f523b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e85521b7696f523b","status":"passed","time":{"start":1724917697303,"stop":1724917697303,"duration":0}},{"uid":"b8af6f1f87150c86","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8af6f1f87150c86","status":"passed","time":{"start":1724889476084,"stop":1724889476085,"duration":1}},{"uid":"fb639c7a982aefe3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb639c7a982aefe3","status":"passed","time":{"start":1724888626888,"stop":1724888626888,"duration":0}},{"uid":"5565f235a64b1c4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5565f235a64b1c4","status":"passed","time":{"start":1724887783109,"stop":1724887783109,"duration":0}},{"uid":"ab35eea4abc7a7f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ab35eea4abc7a7f9","status":"passed","time":{"start":1724886549920,"stop":1724886549920,"duration":0}},{"uid":"90378eac56da4aba","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/90378eac56da4aba","status":"passed","time":{"start":1724886327582,"stop":1724886327582,"duration":0}},{"uid":"50e0871b1a43e5c8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/50e0871b1a43e5c8","status":"passed","time":{"start":1724861776808,"stop":1724861776808,"duration":0}},{"uid":"9b545ea63c033186","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9b545ea63c033186","status":"passed","time":{"start":1724861247300,"stop":1724861247300,"duration":0}},{"uid":"f3dca035b0537cf2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f3dca035b0537cf2","status":"passed","time":{"start":1724861071396,"stop":1724861071396,"duration":0}},{"uid":"80b29eb4ad21f59a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/80b29eb4ad21f59a","status":"passed","time":{"start":1724860931796,"stop":1724860931796,"duration":0}}]},"tags":[]},"source":"88b0856daa31bde5.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/8a0cc8d9f58c5fa2.json b/7376/data/test-cases/8a0cc8d9f58c5fa2.json new file mode 100644 index 00000000000..061502648dd --- /dev/null +++ b/7376/data/test-cases/8a0cc8d9f58c5fa2.json @@ -0,0 +1 @@ +{"uid":"8a0cc8d9f58c5fa2","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","fullName":"/tests/store/time_filter.node.spec.ts: Waku Store, time filter > msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","historyId":"4a2731bb29ff2d77778d73a3e8db5629:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922999266,"stop":1724922999266,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3a9e5e905752e28f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3a9e5e905752e28f","status":"passed","time":{"start":1724921669870,"stop":1724921669870,"duration":0}},{"uid":"20e29845b666b637","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/20e29845b666b637","status":"passed","time":{"start":1724921630267,"stop":1724921630267,"duration":0}},{"uid":"64c70c5472b53256","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/64c70c5472b53256","status":"passed","time":{"start":1724918332987,"stop":1724918332987,"duration":0}},{"uid":"3df9bd0af1782b02","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3df9bd0af1782b02","status":"passed","time":{"start":1724890089468,"stop":1724890089468,"duration":0}},{"uid":"1400cbf2a5d3e0b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1400cbf2a5d3e0b2","status":"passed","time":{"start":1724889224491,"stop":1724889224492,"duration":1}},{"uid":"2261ca9fa78f5470","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2261ca9fa78f5470","status":"passed","time":{"start":1724888406346,"stop":1724888406346,"duration":0}},{"uid":"5c31111f4a0efd92","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5c31111f4a0efd92","status":"passed","time":{"start":1724887175023,"stop":1724887175024,"duration":1}},{"uid":"a74a6a4bb16bf637","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a74a6a4bb16bf637","status":"passed","time":{"start":1724886952407,"stop":1724886952407,"duration":0}},{"uid":"21a3f0c69c41749b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/21a3f0c69c41749b","status":"passed","time":{"start":1724862378561,"stop":1724862378561,"duration":0}},{"uid":"7fcf32bcceb47999","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7fcf32bcceb47999","status":"passed","time":{"start":1724861846749,"stop":1724861846750,"duration":1}},{"uid":"2dda6f968480825d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2dda6f968480825d","status":"passed","time":{"start":1724861702535,"stop":1724861702535,"duration":0}},{"uid":"54103fd1b787732b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/54103fd1b787732b","status":"passed","time":{"start":1724861533459,"stop":1724861533459,"duration":0}}]},"tags":[]},"source":"8a0cc8d9f58c5fa2.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/8a15fcd332d304ec.json b/7376/data/test-cases/8a15fcd332d304ec.json new file mode 100644 index 00000000000..ea163ffb3b0 --- /dev/null +++ b/7376/data/test-cases/8a15fcd332d304ec.json @@ -0,0 +1 @@ +{"uid":"8a15fcd332d304ec","name":"should throw error - no id","fullName":"/src/enr.spec.ts: ENR > Txt codec > should throw error - no id","historyId":"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922383080,"stop":1724922383080,"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":"Txt codec"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a1b74da9bbadeb20","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a1b74da9bbadeb20","status":"passed","time":{"start":1724921046197,"stop":1724921046197,"duration":0}},{"uid":"42dde44ba971b567","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/42dde44ba971b567","status":"passed","time":{"start":1724921021467,"stop":1724921021467,"duration":0}},{"uid":"8d380679accbebdd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8d380679accbebdd","status":"passed","time":{"start":1724917681716,"stop":1724917681716,"duration":0}},{"uid":"f29f45c38b4af801","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f29f45c38b4af801","status":"passed","time":{"start":1724889460645,"stop":1724889460645,"duration":0}},{"uid":"c7f6c6b2353af78","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c7f6c6b2353af78","status":"passed","time":{"start":1724888611288,"stop":1724888611288,"duration":0}},{"uid":"8a7158b968885b83","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a7158b968885b83","status":"passed","time":{"start":1724887767613,"stop":1724887767613,"duration":0}},{"uid":"eb026a05dc7230b3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eb026a05dc7230b3","status":"passed","time":{"start":1724886533983,"stop":1724886533983,"duration":0}},{"uid":"4a901a778ece6377","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4a901a778ece6377","status":"passed","time":{"start":1724886311750,"stop":1724886311751,"duration":1}},{"uid":"8bcb79d349524257","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8bcb79d349524257","status":"passed","time":{"start":1724861760766,"stop":1724861760767,"duration":1}},{"uid":"82fa99ef8b828dca","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/82fa99ef8b828dca","status":"passed","time":{"start":1724861231726,"stop":1724861231727,"duration":1}},{"uid":"e946c7959f9748ae","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e946c7959f9748ae","status":"passed","time":{"start":1724861054247,"stop":1724861054248,"duration":1}},{"uid":"94862281522b903c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/94862281522b903c","status":"passed","time":{"start":1724860915806,"stop":1724860915807,"duration":1}}]},"tags":[]},"source":"8a15fcd332d304ec.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/8a48fb793c908de4.json b/7376/data/test-cases/8a48fb793c908de4.json new file mode 100644 index 00000000000..4dc45abd7b5 --- /dev/null +++ b/7376/data/test-cases/8a48fb793c908de4.json @@ -0,0 +1 @@ +{"uid":"8a48fb793c908de4","name":"should set field with only RELAY enabled","fullName":"/src/enr.spec.ts: ENR > waku2 key round trip > should set field with only RELAY enabled","historyId":"e51cff872101424b1bf995cac6b05605:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922383091,"stop":1724922383092,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"waku2 key round trip"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"829903fd84df73fa","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/829903fd84df73fa","status":"passed","time":{"start":1724921046208,"stop":1724921046208,"duration":0}},{"uid":"c53fb1e8ee977a79","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c53fb1e8ee977a79","status":"passed","time":{"start":1724921021480,"stop":1724921021480,"duration":0}},{"uid":"618e1462ece59604","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/618e1462ece59604","status":"passed","time":{"start":1724917681728,"stop":1724917681728,"duration":0}},{"uid":"6624f6d95d75dda4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6624f6d95d75dda4","status":"passed","time":{"start":1724889460656,"stop":1724889460656,"duration":0}},{"uid":"8b90cad19c383452","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8b90cad19c383452","status":"passed","time":{"start":1724888611299,"stop":1724888611299,"duration":0}},{"uid":"36caaec64db99fc9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/36caaec64db99fc9","status":"passed","time":{"start":1724887767623,"stop":1724887767624,"duration":1}},{"uid":"5ac8dc1d992b44c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5ac8dc1d992b44c","status":"passed","time":{"start":1724886533995,"stop":1724886533995,"duration":0}},{"uid":"6aae11bb428334ca","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6aae11bb428334ca","status":"passed","time":{"start":1724886311761,"stop":1724886311762,"duration":1}},{"uid":"fa17dcf1a8b6d1d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fa17dcf1a8b6d1d8","status":"passed","time":{"start":1724861760779,"stop":1724861760780,"duration":1}},{"uid":"dbc99370eb50ac37","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dbc99370eb50ac37","status":"passed","time":{"start":1724861231737,"stop":1724861231738,"duration":1}},{"uid":"60823decb085043d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/60823decb085043d","status":"passed","time":{"start":1724861054260,"stop":1724861054261,"duration":1}},{"uid":"9cf35b1066f0f2b3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9cf35b1066f0f2b3","status":"passed","time":{"start":1724860915818,"stop":1724860915818,"duration":0}}]},"tags":[]},"source":"8a48fb793c908de4.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/8a6571541f369e21.json b/7376/data/test-cases/8a6571541f369e21.json new file mode 100644 index 00000000000..0ed0ce22f9d --- /dev/null +++ b/7376/data/test-cases/8a6571541f369e21.json @@ -0,0 +1 @@ +{"uid":"8a6571541f369e21","name":"Decoder throws on empty string content topic","fullName":"/src/lib/message/version_0.spec.ts: Ensures content topic is defined > Decoder throws on empty string content topic","historyId":"1fbf562ef076cf037a0ef5c6412486a5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922388049,"stop":1724922388050,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.lib.message"},{"name":"parentSuite","value":"Ensures content topic is defined"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4ca5a5c4f05860b9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4ca5a5c4f05860b9","status":"passed","time":{"start":1724921051057,"stop":1724921051057,"duration":0}},{"uid":"3c16f24e94b90e8c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3c16f24e94b90e8c","status":"passed","time":{"start":1724921026362,"stop":1724921026363,"duration":1}},{"uid":"fdfe547e36ebdde","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fdfe547e36ebdde","status":"passed","time":{"start":1724917686541,"stop":1724917686541,"duration":0}},{"uid":"7033684b74449fd9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7033684b74449fd9","status":"passed","time":{"start":1724889465472,"stop":1724889465472,"duration":0}},{"uid":"594c8d7f8e43fa24","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/594c8d7f8e43fa24","status":"passed","time":{"start":1724888616213,"stop":1724888616213,"duration":0}},{"uid":"d60e3f201bcc72f1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d60e3f201bcc72f1","status":"passed","time":{"start":1724887772449,"stop":1724887772449,"duration":0}},{"uid":"dd40b816fcaa7a3f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dd40b816fcaa7a3f","status":"passed","time":{"start":1724886538861,"stop":1724886538861,"duration":0}},{"uid":"11da664befce4803","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/11da664befce4803","status":"passed","time":{"start":1724886316627,"stop":1724886316627,"duration":0}},{"uid":"4a13ee9d00ea7a89","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a13ee9d00ea7a89","status":"passed","time":{"start":1724861765763,"stop":1724861765763,"duration":0}},{"uid":"c96d4a8b1335c5f1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c96d4a8b1335c5f1","status":"passed","time":{"start":1724861236573,"stop":1724861236573,"duration":0}},{"uid":"ac2601758777f39d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac2601758777f39d","status":"passed","time":{"start":1724861059471,"stop":1724861059471,"duration":0}},{"uid":"14c56fee5a30ee96","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/14c56fee5a30ee96","status":"passed","time":{"start":1724860920727,"stop":1724860920727,"duration":0}}]},"tags":[]},"source":"8a6571541f369e21.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/8a6e2a213942948.json b/7376/data/test-cases/8a6e2a213942948.json new file mode 100644 index 00000000000..fc66b7b7231 --- /dev/null +++ b/7376/data/test-cases/8a6e2a213942948.json @@ -0,0 +1 @@ +{"uid":"8a6e2a213942948","name":"Register correct protocols","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Register correct protocols","historyId":"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922891482,"stop":1724922891483,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a1d665da1ce4fb78","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a1d665da1ce4fb78","status":"passed","time":{"start":1724921563004,"stop":1724921563005,"duration":1}},{"uid":"f4bc074a247052f6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f4bc074a247052f6","status":"passed","time":{"start":1724921526807,"stop":1724921526808,"duration":1}},{"uid":"1b56260c073e8981","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1b56260c073e8981","status":"passed","time":{"start":1724918239927,"stop":1724918239931,"duration":4}},{"uid":"42eb245245db8705","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/42eb245245db8705","status":"passed","time":{"start":1724889980879,"stop":1724889980879,"duration":0}},{"uid":"9c2b770a96373060","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9c2b770a96373060","status":"passed","time":{"start":1724889109945,"stop":1724889109945,"duration":0}},{"uid":"e384e8c61df6f74a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e384e8c61df6f74a","status":"passed","time":{"start":1724888294717,"stop":1724888294718,"duration":1}},{"uid":"3faf92fa8956aed5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3faf92fa8956aed5","status":"passed","time":{"start":1724887071733,"stop":1724887071733,"duration":0}},{"uid":"90147b3b667a8503","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/90147b3b667a8503","status":"passed","time":{"start":1724886848339,"stop":1724886848340,"duration":1}},{"uid":"76843d5782ca557f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/76843d5782ca557f","status":"passed","time":{"start":1724862259240,"stop":1724862259240,"duration":0}},{"uid":"dd1262a6c8e05fe2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dd1262a6c8e05fe2","status":"passed","time":{"start":1724861735320,"stop":1724861735320,"duration":0}},{"uid":"cb316504a69a7397","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cb316504a69a7397","status":"passed","time":{"start":1724861606334,"stop":1724861606334,"duration":0}},{"uid":"aa9f9eeff03d2b43","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/aa9f9eeff03d2b43","status":"passed","time":{"start":1724861426679,"stop":1724861426679,"duration":0}}]},"tags":[]},"source":"8a6e2a213942948.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/8a8dcddf9dd94365.json b/7376/data/test-cases/8a8dcddf9dd94365.json new file mode 100644 index 00000000000..922fa93380b --- /dev/null +++ b/7376/data/test-cases/8a8dcddf9dd94365.json @@ -0,0 +1 @@ +{"uid":"8a8dcddf9dd94365","name":"can dial TLS multiaddrs","fullName":"/tests/multiaddr.node.spec.ts: multiaddr: dialing > can dial TLS multiaddrs","historyId":"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922775985,"stop":1724922775986,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"multiaddr: dialing\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"multiaddr: dialing"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7b885b66348c91eb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7b885b66348c91eb","status":"passed","time":{"start":1724921423893,"stop":1724921423894,"duration":1}},{"uid":"a81750a8c3fee959","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a81750a8c3fee959","status":"passed","time":{"start":1724921407984,"stop":1724921407985,"duration":1}},{"uid":"693932ddd932038e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/693932ddd932038e","status":"passed","time":{"start":1724918130464,"stop":1724918130464,"duration":0}},{"uid":"c97e8f6114a9c14b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c97e8f6114a9c14b","status":"passed","time":{"start":1724889849944,"stop":1724889849944,"duration":0}},{"uid":"4f6168fe9c306774","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f6168fe9c306774","status":"passed","time":{"start":1724888984942,"stop":1724888984942,"duration":0}},{"uid":"a461ed0fe1bbe395","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a461ed0fe1bbe395","status":"passed","time":{"start":1724888172873,"stop":1724888172873,"duration":0}},{"uid":"9f482ebb176d2523","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9f482ebb176d2523","status":"passed","time":{"start":1724886941903,"stop":1724886941904,"duration":1}},{"uid":"9bcba2d7c375e8f4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9bcba2d7c375e8f4","status":"passed","time":{"start":1724886712937,"stop":1724886712937,"duration":0}},{"uid":"817213f22f330b80","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/817213f22f330b80","status":"passed","time":{"start":1724862129830,"stop":1724862129831,"duration":1}},{"uid":"b53a8d374a14eef","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b53a8d374a14eef","status":"passed","time":{"start":1724861625585,"stop":1724861625586,"duration":1}},{"uid":"71248883a82fdcad","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/71248883a82fdcad","status":"passed","time":{"start":1724861470310,"stop":1724861470310,"duration":0}},{"uid":"7db8a1fa6de1db29","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7db8a1fa6de1db29","status":"passed","time":{"start":1724861304273,"stop":1724861304273,"duration":0}}]},"tags":[]},"source":"8a8dcddf9dd94365.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/8acff7ef608041f0.json b/7376/data/test-cases/8acff7ef608041f0.json new file mode 100644 index 00000000000..acbf50ce85d --- /dev/null +++ b/7376/data/test-cases/8acff7ef608041f0.json @@ -0,0 +1 @@ +{"uid":"8acff7ef608041f0","name":"should properly create location multiaddrs - udp","fullName":"/src/enr.spec.ts: ENR > Location multiaddr > should properly create location multiaddrs - udp","historyId":"a319fa3945ccae851acd728091820d37:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922383090,"stop":1724922383090,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before all\" hook in \"Location multiaddr\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Location multiaddr"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5dad0a3d54672d90","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5dad0a3d54672d90","status":"passed","time":{"start":1724921046206,"stop":1724921046206,"duration":0}},{"uid":"e567c809e1c2d88c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e567c809e1c2d88c","status":"passed","time":{"start":1724921021478,"stop":1724921021478,"duration":0}},{"uid":"8bd03fbc19fcccd7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8bd03fbc19fcccd7","status":"passed","time":{"start":1724917681726,"stop":1724917681726,"duration":0}},{"uid":"864d8f859c74b562","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/864d8f859c74b562","status":"passed","time":{"start":1724889460654,"stop":1724889460654,"duration":0}},{"uid":"80d44a834c8da08c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80d44a834c8da08c","status":"passed","time":{"start":1724888611297,"stop":1724888611297,"duration":0}},{"uid":"e8c8442d5c3ee24b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e8c8442d5c3ee24b","status":"passed","time":{"start":1724887767622,"stop":1724887767622,"duration":0}},{"uid":"4629ff05057ef0e1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4629ff05057ef0e1","status":"passed","time":{"start":1724886533992,"stop":1724886533993,"duration":1}},{"uid":"a9c1a4d91c6eae3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a9c1a4d91c6eae3","status":"passed","time":{"start":1724886311760,"stop":1724886311760,"duration":0}},{"uid":"41bccbbddb4bec64","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/41bccbbddb4bec64","status":"passed","time":{"start":1724861760777,"stop":1724861760778,"duration":1}},{"uid":"94dde1c764b600a2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/94dde1c764b600a2","status":"passed","time":{"start":1724861231736,"stop":1724861231736,"duration":0}},{"uid":"b21752c7ae49c08f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b21752c7ae49c08f","status":"passed","time":{"start":1724861054258,"stop":1724861054258,"duration":0}},{"uid":"1a24df9a3af65512","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1a24df9a3af65512","status":"passed","time":{"start":1724860915816,"stop":1724860915817,"duration":1}}]},"tags":[]},"source":"8acff7ef608041f0.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/8b010ae2946eb952.json b/7376/data/test-cases/8b010ae2946eb952.json new file mode 100644 index 00000000000..b966855086d --- /dev/null +++ b/7376/data/test-cases/8b010ae2946eb952.json @@ -0,0 +1 @@ +{"uid":"8b010ae2946eb952","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":1724922374671,"stop":1724922374671,"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":"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":13,"unknown":0,"total":13},"items":[{"uid":"a660c26f6f9b8591","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a660c26f6f9b8591","status":"passed","time":{"start":1724921037632,"stop":1724921037632,"duration":0}},{"uid":"c690e351c3f28b66","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c690e351c3f28b66","status":"passed","time":{"start":1724921013044,"stop":1724921013045,"duration":1}},{"uid":"79607ebda26e83b5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/79607ebda26e83b5","status":"passed","time":{"start":1724917673287,"stop":1724917673288,"duration":1}},{"uid":"82c5d00d4118a3e3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/82c5d00d4118a3e3","status":"passed","time":{"start":1724889452306,"stop":1724889452306,"duration":0}},{"uid":"b9eeb4d027f177fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b9eeb4d027f177fd","status":"passed","time":{"start":1724888602836,"stop":1724888602837,"duration":1}},{"uid":"90acb0916a0e5561","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/90acb0916a0e5561","status":"passed","time":{"start":1724887759161,"stop":1724887759161,"duration":0}},{"uid":"3380ca8d12ff6173","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3380ca8d12ff6173","status":"passed","time":{"start":1724886525541,"stop":1724886525541,"duration":0}},{"uid":"bd9aca28b727da8f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bd9aca28b727da8f","status":"passed","time":{"start":1724886303393,"stop":1724886303393,"duration":0}},{"uid":"9c5f9cc5d008315b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9c5f9cc5d008315b","status":"passed","time":{"start":1724861752224,"stop":1724861752224,"duration":0}},{"uid":"785dfaed78c43af3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/785dfaed78c43af3","status":"passed","time":{"start":1724861223352,"stop":1724861223352,"duration":0}},{"uid":"4059699d4dd3e0ae","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4059699d4dd3e0ae","status":"passed","time":{"start":1724861045198,"stop":1724861045199,"duration":1}},{"uid":"31f1ff4fd50cbc7b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/31f1ff4fd50cbc7b","status":"passed","time":{"start":1724860907081,"stop":1724860907082,"duration":1}}]},"tags":[]},"source":"8b010ae2946eb952.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/8b512a0f82774432.json b/7376/data/test-cases/8b512a0f82774432.json new file mode 100644 index 00000000000..a205408aac7 --- /dev/null +++ b/7376/data/test-cases/8b512a0f82774432.json @@ -0,0 +1 @@ +{"uid":"8b512a0f82774432","name":"should not receive a peer event before start","fullName":"/tests/dns-peer-discovery.spec.ts: DNS Discovery: Compliance Test > interface-peer-discovery compliance tests > should not receive a peer event before start","historyId":"310a6b23dddace14d3a55637b08d3b88:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922439101,"stop":1724922439101,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"DNS Discovery: Compliance Test"},{"name":"suite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6564cbbd37fe18cb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6564cbbd37fe18cb","status":"passed","time":{"start":1724921098918,"stop":1724921098918,"duration":0}},{"uid":"ad364c897ec599fc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ad364c897ec599fc","status":"passed","time":{"start":1724921073395,"stop":1724921073396,"duration":1}},{"uid":"e0966ea4e7f4b670","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e0966ea4e7f4b670","status":"passed","time":{"start":1724917744663,"stop":1724917744663,"duration":0}},{"uid":"c2946a505514ba99","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2946a505514ba99","status":"passed","time":{"start":1724889518044,"stop":1724889518044,"duration":0}},{"uid":"a9c69ce0e7e364d1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9c69ce0e7e364d1","status":"passed","time":{"start":1724888665802,"stop":1724888665802,"duration":0}},{"uid":"267a5519cc0d69e7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/267a5519cc0d69e7","status":"passed","time":{"start":1724887821952,"stop":1724887821952,"duration":0}},{"uid":"cc7ada8ae18e72ce","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc7ada8ae18e72ce","status":"passed","time":{"start":1724886586925,"stop":1724886586925,"duration":0}},{"uid":"a22f317f4fd209df","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a22f317f4fd209df","status":"passed","time":{"start":1724886375231,"stop":1724886375232,"duration":1}},{"uid":"e664f41d32e8cb6c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e664f41d32e8cb6c","status":"passed","time":{"start":1724861815217,"stop":1724861815217,"duration":0}},{"uid":"b5fd2d6d668a757b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b5fd2d6d668a757b","status":"passed","time":{"start":1724861291722,"stop":1724861291722,"duration":0}},{"uid":"e11fd9f622f90dbb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e11fd9f622f90dbb","status":"passed","time":{"start":1724861109878,"stop":1724861109879,"duration":1}},{"uid":"8179cebf8aeda35","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8179cebf8aeda35","status":"passed","time":{"start":1724860972343,"stop":1724860972343,"duration":0}}]},"tags":[]},"source":"8b512a0f82774432.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/8c0f93ef3808c25d.json b/7376/data/test-cases/8c0f93ef3808c25d.json new file mode 100644 index 00000000000..f32c0b1086b --- /dev/null +++ b/7376/data/test-cases/8c0f93ef3808c25d.json @@ -0,0 +1 @@ +{"uid":"8c0f93ef3808c25d","name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","historyId":"3f3fdd0f17e805c2e0f6beef8ccb5084:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922778330,"stop":1724922778331,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9580e849b067d559","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9580e849b067d559","status":"passed","time":{"start":1724921497762,"stop":1724921497762,"duration":0}},{"uid":"e5500b0044b58c94","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e5500b0044b58c94","status":"passed","time":{"start":1724921408428,"stop":1724921408431,"duration":3}},{"uid":"151f23a68e3be83c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/151f23a68e3be83c","status":"passed","time":{"start":1724918086873,"stop":1724918086874,"duration":1}},{"uid":"73fa26bac0e955d4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/73fa26bac0e955d4","status":"passed","time":{"start":1724889892450,"stop":1724889892451,"duration":1}},{"uid":"60dd13d2cef4c0bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/60dd13d2cef4c0bc","status":"passed","time":{"start":1724888997220,"stop":1724888997220,"duration":0}},{"uid":"76a6ec845d905eb9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/76a6ec845d905eb9","status":"passed","time":{"start":1724888159513,"stop":1724888159514,"duration":1}},{"uid":"f40b15d32098cb2c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f40b15d32098cb2c","status":"passed","time":{"start":1724886937313,"stop":1724886937314,"duration":1}},{"uid":"f7c54a97dc653acb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f7c54a97dc653acb","status":"passed","time":{"start":1724886709813,"stop":1724886709814,"duration":1}},{"uid":"f2f8a4c40c4aa922","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2f8a4c40c4aa922","status":"passed","time":{"start":1724862123540,"stop":1724862123541,"duration":1}},{"uid":"f8ec98391ec39197","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f8ec98391ec39197","status":"passed","time":{"start":1724861620109,"stop":1724861620110,"duration":1}},{"uid":"3cf672dfc8d42dd9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3cf672dfc8d42dd9","status":"passed","time":{"start":1724861460256,"stop":1724861460256,"duration":0}},{"uid":"2a1ce3cc8e3afc08","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2a1ce3cc8e3afc08","status":"passed","time":{"start":1724861330175,"stop":1724861330176,"duration":1}}]},"tags":[]},"source":"8c0f93ef3808c25d.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/1daaf01292ec860a.json b/7376/data/test-cases/8c40c86c27d26d2b.json similarity index 52% rename from 7346/data/test-cases/1daaf01292ec860a.json rename to 7376/data/test-cases/8c40c86c27d26d2b.json index f8b21f786c2..d4f9509c169 100644 --- a/7346/data/test-cases/1daaf01292ec860a.json +++ b/7376/data/test-cases/8c40c86c27d26d2b.json @@ -1 +1 @@ -{"uid":"1daaf01292ec860a","name":"listenerCount","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > listenerCount","historyId":"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724764880296,"stop":1724764880297,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","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":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28},"items":[{"uid":"5d2c88ba74071a06","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/5d2c88ba74071a06","status":"passed","time":{"start":1724764800072,"stop":1724764800073,"duration":1}},{"uid":"3e49aa818ecebecd","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/3e49aa818ecebecd","status":"passed","time":{"start":1724763165963,"stop":1724763165963,"duration":0}},{"uid":"a1f22c35e0047b5b","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a1f22c35e0047b5b","status":"passed","time":{"start":1724760434818,"stop":1724760434819,"duration":1}},{"uid":"fd9c7f9bfc46f98d","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/fd9c7f9bfc46f98d","status":"passed","time":{"start":1724759447686,"stop":1724759447687,"duration":1}},{"uid":"1d7d524f3d5d1f13","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/1d7d524f3d5d1f13","status":"passed","time":{"start":1724757584480,"stop":1724757584481,"duration":1}},{"uid":"6be0e692b803e6c3","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6be0e692b803e6c3","status":"passed","time":{"start":1724757304022,"stop":1724757304023,"duration":1}},{"uid":"e45c25a25ab2c9e7","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/e45c25a25ab2c9e7","status":"passed","time":{"start":1724756625393,"stop":1724756625394,"duration":1}},{"uid":"7759426cafd46ca0","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/7759426cafd46ca0","status":"passed","time":{"start":1724754724730,"stop":1724754724731,"duration":1}},{"uid":"e137c052ca4918a0","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/e137c052ca4918a0","status":"passed","time":{"start":1724752151321,"stop":1724752151321,"duration":0}},{"uid":"5faf04a91136def7","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/5faf04a91136def7","status":"passed","time":{"start":1724750982602,"stop":1724750982607,"duration":5}},{"uid":"dc4e3f620f135b9f","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/dc4e3f620f135b9f","status":"passed","time":{"start":1724750061837,"stop":1724750061837,"duration":0}},{"uid":"99177c24007384ed","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/99177c24007384ed","status":"passed","time":{"start":1724749086369,"stop":1724749086370,"duration":1}},{"uid":"7c4a2ae16ac9d887","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/7c4a2ae16ac9d887","status":"passed","time":{"start":1724717378528,"stop":1724717378528,"duration":0}},{"uid":"3c30324d3daccd92","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/3c30324d3daccd92","status":"passed","time":{"start":1724714611194,"stop":1724714611195,"duration":1}},{"uid":"e2d43684fd37208b","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/e2d43684fd37208b","status":"passed","time":{"start":1724712692279,"stop":1724712692280,"duration":1}},{"uid":"593e23ee56ebd98b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/593e23ee56ebd98b","status":"passed","time":{"start":1724705903072,"stop":1724705903072,"duration":0}},{"uid":"349baddf914421e0","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/349baddf914421e0","status":"passed","time":{"start":1724704318337,"stop":1724704318337,"duration":0}},{"uid":"d8641fbfec02ad0","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d8641fbfec02ad0","status":"passed","time":{"start":1724683683074,"stop":1724683683074,"duration":0}},{"uid":"33dd8d49c165d951","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/33dd8d49c165d951","status":"passed","time":{"start":1724672407439,"stop":1724672407439,"duration":0}},{"uid":"5af92884684086c5","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/5af92884684086c5","status":"passed","time":{"start":1724670156878,"stop":1724670156879,"duration":1}}]},"tags":[]},"source":"1daaf01292ec860a.json","parameterValues":[]} \ No newline at end of file +{"uid":"8c40c86c27d26d2b","name":"listenerCount","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > listenerCount","historyId":"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922465397,"stop":1724922465398,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","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":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e85ba90f3b36669","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e85ba90f3b36669","status":"passed","time":{"start":1724921128569,"stop":1724921128570,"duration":1}},{"uid":"a78f70e10275d909","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a78f70e10275d909","status":"passed","time":{"start":1724921103676,"stop":1724921103676,"duration":0}},{"uid":"fe128ee4859a39e6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fe128ee4859a39e6","status":"passed","time":{"start":1724917763728,"stop":1724917763728,"duration":0}},{"uid":"5e0d492f6f315a9a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5e0d492f6f315a9a","status":"passed","time":{"start":1724889543371,"stop":1724889543372,"duration":1}},{"uid":"e51bd551820a723d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e51bd551820a723d","status":"passed","time":{"start":1724888692505,"stop":1724888692505,"duration":0}},{"uid":"3dda80a0ae24777c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3dda80a0ae24777c","status":"passed","time":{"start":1724887850414,"stop":1724887850414,"duration":0}},{"uid":"5fe5c2b675e2c1f1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5fe5c2b675e2c1f1","status":"passed","time":{"start":1724886617176,"stop":1724886617176,"duration":0}},{"uid":"638dac56e8f7cdcf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/638dac56e8f7cdcf","status":"passed","time":{"start":1724886394908,"stop":1724886394911,"duration":3}},{"uid":"3050b8be76a89ac4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3050b8be76a89ac4","status":"passed","time":{"start":1724861844373,"stop":1724861844373,"duration":0}},{"uid":"aabaa9e0d292cbe9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/aabaa9e0d292cbe9","status":"passed","time":{"start":1724861313410,"stop":1724861313411,"duration":1}},{"uid":"8794e3677ca4282e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8794e3677ca4282e","status":"passed","time":{"start":1724861139651,"stop":1724861139652,"duration":1}},{"uid":"6737c56603cbeb96","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6737c56603cbeb96","status":"passed","time":{"start":1724860999512,"stop":1724860999512,"duration":0}}]},"tags":[]},"source":"8c40c86c27d26d2b.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/8c821fad76fb1c2c.json b/7376/data/test-cases/8c821fad76fb1c2c.json new file mode 100644 index 00000000000..f5c95d387d1 --- /dev/null +++ b/7376/data/test-cases/8c821fad76fb1c2c.json @@ -0,0 +1 @@ +{"uid":"8c821fad76fb1c2c","name":"different cluster, different shard: nodes don't connect","fullName":"/tests/metadata.spec.ts: Metadata Protocol > connections > different cluster, different shard: nodes don't connect","historyId":"1011877e08f17aaf83bf70a12bc43fee:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922771083,"stop":1724922771083,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Metadata Protocol"},{"name":"suite","value":"connections"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e225e38fd56cca83","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e225e38fd56cca83","status":"passed","time":{"start":1724921419683,"stop":1724921419683,"duration":0}},{"uid":"58a596ba168084a9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/58a596ba168084a9","status":"passed","time":{"start":1724921400503,"stop":1724921400504,"duration":1}},{"uid":"7111bf02b5ec6710","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7111bf02b5ec6710","status":"passed","time":{"start":1724918124176,"stop":1724918124176,"duration":0}},{"uid":"ccb3e94c61b53c57","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ccb3e94c61b53c57","status":"passed","time":{"start":1724889845313,"stop":1724889845314,"duration":1}},{"uid":"4ac69fd37a0ba531","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4ac69fd37a0ba531","status":"passed","time":{"start":1724888978754,"stop":1724888978754,"duration":0}},{"uid":"e505461d75ef9c6a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e505461d75ef9c6a","status":"passed","time":{"start":1724888199759,"stop":1724888199759,"duration":0}},{"uid":"4ebe92b8ca878d5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4ebe92b8ca878d5","status":"passed","time":{"start":1724886961476,"stop":1724886961476,"duration":0}},{"uid":"6579794cc2d8218d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6579794cc2d8218d","status":"passed","time":{"start":1724886743396,"stop":1724886743396,"duration":0}},{"uid":"8f0f9528fbcced0a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f0f9528fbcced0a","status":"passed","time":{"start":1724862150657,"stop":1724862150658,"duration":1}},{"uid":"3de01110516049bc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3de01110516049bc","status":"passed","time":{"start":1724861627581,"stop":1724861627581,"duration":0}},{"uid":"f77574a146e966fd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f77574a146e966fd","status":"passed","time":{"start":1724861501071,"stop":1724861501071,"duration":0}},{"uid":"9779aacc94552d95","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9779aacc94552d95","status":"passed","time":{"start":1724861297169,"stop":1724861297169,"duration":0}}]},"tags":[]},"source":"8c821fad76fb1c2c.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/8d8c1c006d1cd298.json b/7376/data/test-cases/8d8c1c006d1cd298.json new file mode 100644 index 00000000000..866e4b2e03b --- /dev/null +++ b/7376/data/test-cases/8d8c1c006d1cd298.json @@ -0,0 +1 @@ +{"uid":"8d8c1c006d1cd298","name":"should handle clusterId, application and version for autosharding with cluster iD 0","fullName":"/src/common/sharding/index.spec.ts: shardInfoToPubsubTopics > should handle clusterId, application and version for autosharding with cluster iD 0","historyId":"a3c37c0cb0a5f6833b8bbc1fbdbcd007:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374678,"stop":1724922374679,"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":13,"unknown":0,"total":13},"items":[{"uid":"b9bf68e62d8997a0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b9bf68e62d8997a0","status":"passed","time":{"start":1724921037640,"stop":1724921037640,"duration":0}},{"uid":"b3a4aba5096e67ae","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b3a4aba5096e67ae","status":"passed","time":{"start":1724921013053,"stop":1724921013054,"duration":1}},{"uid":"59bf9f0729e18e29","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/59bf9f0729e18e29","status":"passed","time":{"start":1724917673296,"stop":1724917673296,"duration":0}},{"uid":"dd655686d355a8f0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd655686d355a8f0","status":"passed","time":{"start":1724889452314,"stop":1724889452314,"duration":0}},{"uid":"a44d14411ba39471","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a44d14411ba39471","status":"passed","time":{"start":1724888602844,"stop":1724888602845,"duration":1}},{"uid":"9d465205abdd815f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9d465205abdd815f","status":"passed","time":{"start":1724887759167,"stop":1724887759167,"duration":0}},{"uid":"bd69dad90cf85b70","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bd69dad90cf85b70","status":"passed","time":{"start":1724886525547,"stop":1724886525547,"duration":0}},{"uid":"a6d71ab440454cf2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a6d71ab440454cf2","status":"passed","time":{"start":1724886303401,"stop":1724886303401,"duration":0}},{"uid":"682b77edcd1485f7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/682b77edcd1485f7","status":"passed","time":{"start":1724861752233,"stop":1724861752233,"duration":0}},{"uid":"9132a57aa15301a0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9132a57aa15301a0","status":"passed","time":{"start":1724861223358,"stop":1724861223359,"duration":1}},{"uid":"95b1a8bcddb18315","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/95b1a8bcddb18315","status":"passed","time":{"start":1724861045207,"stop":1724861045207,"duration":0}},{"uid":"71be0c49938bc957","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/71be0c49938bc957","status":"passed","time":{"start":1724860907088,"stop":1724860907089,"duration":1}}]},"tags":[]},"source":"8d8c1c006d1cd298.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/c8bfe28fe9d4ceb1.json b/7376/data/test-cases/8dd442e5ad56f0bf.json similarity index 84% rename from 7346/data/test-cases/c8bfe28fe9d4ceb1.json rename to 7376/data/test-cases/8dd442e5ad56f0bf.json index a18b11460ce..32a2372bcca 100644 --- a/7346/data/test-cases/c8bfe28fe9d4ceb1.json +++ b/7376/data/test-cases/8dd442e5ad56f0bf.json @@ -1 +1 @@ -{"uid":"c8bfe28fe9d4ceb1","name":"Push message with special chars payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with special chars payload","historyId":"f83b5e91299b47f609d392e5a1fc737e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505317,"stop":1724765505317,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":22,"unknown":0,"total":26},"items":[{"uid":"fee439f593a7bd7e","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/fee439f593a7bd7e","status":"passed","time":{"start":1724765434010,"stop":1724765434011,"duration":1}},{"uid":"7fde22ddb3d7dccf","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/7fde22ddb3d7dccf","status":"passed","time":{"start":1724763779021,"stop":1724763779021,"duration":0}},{"uid":"602efdd26e0da9d8","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/602efdd26e0da9d8","status":"passed","time":{"start":1724761038704,"stop":1724761038706,"duration":2}},{"uid":"95b7e5c1e0d77ab0","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/95b7e5c1e0d77ab0","status":"passed","time":{"start":1724760066615,"stop":1724760066615,"duration":0}},{"uid":"1f9a738fef78a055","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/1f9a738fef78a055","status":"passed","time":{"start":1724758222978,"stop":1724758222979,"duration":1}},{"uid":"824042d1d2ccef68","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/824042d1d2ccef68","status":"passed","time":{"start":1724757927312,"stop":1724757927313,"duration":1}},{"uid":"53d05c51e9db6cb3","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/53d05c51e9db6cb3","status":"passed","time":{"start":1724757257485,"stop":1724757257486,"duration":1}},{"uid":"9dc2b268a97ce747","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/9dc2b268a97ce747","status":"passed","time":{"start":1724755332940,"stop":1724755332940,"duration":0}},{"uid":"a021fe2458b0966a","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/a021fe2458b0966a","status":"passed","time":{"start":1724752782316,"stop":1724752782316,"duration":0}},{"uid":"543934fc80e73c97","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/543934fc80e73c97","status":"passed","time":{"start":1724751616563,"stop":1724751616564,"duration":1}},{"uid":"ffec49a1d466aa87","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/ffec49a1d466aa87","status":"passed","time":{"start":1724750701986,"stop":1724750701987,"duration":1}},{"uid":"c427ad08bfdb2d99","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c427ad08bfdb2d99","status":"passed","time":{"start":1724749709036,"stop":1724749709036,"duration":0}},{"uid":"d05f7192e3051a65","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/d05f7192e3051a65","status":"passed","time":{"start":1724718008208,"stop":1724718008209,"duration":1}},{"uid":"efbcefb4f7b23762","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/efbcefb4f7b23762","status":"passed","time":{"start":1724715239084,"stop":1724715239084,"duration":0}},{"uid":"48a99e267464a7e3","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/48a99e267464a7e3","status":"passed","time":{"start":1724713322699,"stop":1724713322700,"duration":1}},{"uid":"97840e224c857acf","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/97840e224c857acf","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724707170660,"stop":1724707170660,"duration":0}},{"uid":"c35b3458b8e0f278","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c35b3458b8e0f278","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724705570749,"stop":1724705570749,"duration":0}},{"uid":"a365616ce4aa53d1","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a365616ce4aa53d1","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724684936340,"stop":1724684936341,"duration":1}},{"uid":"17e4a509cdae95a6","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/17e4a509cdae95a6","status":"passed","time":{"start":1724673044028,"stop":1724673044028,"duration":0}},{"uid":"896adaaf50905ca7","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/896adaaf50905ca7","status":"passed","time":{"start":1724670767282,"stop":1724670767282,"duration":0}}]},"tags":[]},"source":"c8bfe28fe9d4ceb1.json","parameterValues":[]} \ No newline at end of file +{"uid":"8dd442e5ad56f0bf","name":"Push message with special chars payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with special chars payload","historyId":"f83b5e91299b47f609d392e5a1fc737e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921441,"stop":1724922921442,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3f451b723b2387ad","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3f451b723b2387ad","status":"passed","time":{"start":1724921602944,"stop":1724921602944,"duration":0}},{"uid":"40d9bcd3423800a9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/40d9bcd3423800a9","status":"passed","time":{"start":1724921571091,"stop":1724921571093,"duration":2}},{"uid":"263f44245a12c0cd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/263f44245a12c0cd","status":"passed","time":{"start":1724918285582,"stop":1724918285582,"duration":0}},{"uid":"17e99d0c67599b61","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/17e99d0c67599b61","status":"passed","time":{"start":1724890030086,"stop":1724890030087,"duration":1}},{"uid":"2ea1c68c9816a4bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ea1c68c9816a4bd","status":"passed","time":{"start":1724889171905,"stop":1724889171905,"duration":0}},{"uid":"832f372e96fbd363","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/832f372e96fbd363","status":"passed","time":{"start":1724888350718,"stop":1724888350718,"duration":0}},{"uid":"d6b599fadd547013","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d6b599fadd547013","status":"passed","time":{"start":1724887115403,"stop":1724887115403,"duration":0}},{"uid":"1e43dec46ecd74c4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1e43dec46ecd74c4","status":"passed","time":{"start":1724886884567,"stop":1724886884568,"duration":1}},{"uid":"a436269f384df287","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a436269f384df287","status":"passed","time":{"start":1724862322244,"stop":1724862322244,"duration":0}},{"uid":"e254298816510107","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e254298816510107","status":"passed","time":{"start":1724861790747,"stop":1724861790748,"duration":1}},{"uid":"2de2858d80f7fa6a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2de2858d80f7fa6a","status":"passed","time":{"start":1724861628416,"stop":1724861628417,"duration":1}},{"uid":"ce1f0ed43796b935","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ce1f0ed43796b935","status":"passed","time":{"start":1724861465619,"stop":1724861465619,"duration":0}}]},"tags":[]},"source":"8dd442e5ad56f0bf.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/ecaedfc84a505e6b.json b/7376/data/test-cases/8dfd8fc4cf4e2334.json similarity index 77% rename from 7346/data/test-cases/ecaedfc84a505e6b.json rename to 7376/data/test-cases/8dfd8fc4cf4e2334.json index da247a0e890..67a64cf706e 100644 --- a/7346/data/test-cases/ecaedfc84a505e6b.json +++ b/7376/data/test-cases/8dfd8fc4cf4e2334.json @@ -1 +1 @@ -{"uid":"ecaedfc84a505e6b","name":"Check publish message containing long","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing long","historyId":"3c1d516be9792da541f1811126e60a0b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765426724,"stop":1724765426724,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"9a08756c2fa4658","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/9a08756c2fa4658","status":"passed","time":{"start":1724765341323,"stop":1724765341324,"duration":1}},{"uid":"fb7b94a4b80d3875","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/fb7b94a4b80d3875","status":"passed","time":{"start":1724763725724,"stop":1724763725725,"duration":1}},{"uid":"a330e9fb7f1ced57","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a330e9fb7f1ced57","status":"passed","time":{"start":1724760957718,"stop":1724760957719,"duration":1}},{"uid":"2572034007331538","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/2572034007331538","status":"passed","time":{"start":1724759981879,"stop":1724759981880,"duration":1}},{"uid":"a95918a11f3c002b","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/a95918a11f3c002b","status":"passed","time":{"start":1724758132026,"stop":1724758132027,"duration":1}},{"uid":"6265446a4c3d85ca","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6265446a4c3d85ca","status":"passed","time":{"start":1724757777625,"stop":1724757777625,"duration":0}},{"uid":"1668c9eea167f84","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/1668c9eea167f84","status":"passed","time":{"start":1724757176015,"stop":1724757176015,"duration":0}},{"uid":"c237cd5dde5491f1","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c237cd5dde5491f1","status":"passed","time":{"start":1724755243502,"stop":1724755243502,"duration":0}},{"uid":"24b527283742bcf7","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/24b527283742bcf7","status":"passed","time":{"start":1724752673877,"stop":1724752673878,"duration":1}},{"uid":"c279dba068e672c6","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/c279dba068e672c6","status":"passed","time":{"start":1724751529509,"stop":1724751529509,"duration":0}},{"uid":"c3c11645d6368872","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/c3c11645d6368872","status":"passed","time":{"start":1724750600081,"stop":1724750600082,"duration":1}},{"uid":"8d2a77783abd1766","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/8d2a77783abd1766","status":"passed","time":{"start":1724749599686,"stop":1724749599687,"duration":1}},{"uid":"1a0c580c34b86a0f","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/1a0c580c34b86a0f","status":"passed","time":{"start":1724717906122,"stop":1724717906122,"duration":0}},{"uid":"130a5dd291ab3065","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/130a5dd291ab3065","status":"passed","time":{"start":1724715143938,"stop":1724715143938,"duration":0}},{"uid":"6d5645cf80c78565","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/6d5645cf80c78565","status":"passed","time":{"start":1724713227693,"stop":1724713227694,"duration":1}},{"uid":"a7a0adea979a1de7","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a7a0adea979a1de7","status":"passed","time":{"start":1724706419032,"stop":1724706419032,"duration":0}},{"uid":"27942d37a7c86e8","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/27942d37a7c86e8","status":"passed","time":{"start":1724704834028,"stop":1724704834028,"duration":0}},{"uid":"79b04bec0d1b63d7","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/79b04bec0d1b63d7","status":"passed","time":{"start":1724684210892,"stop":1724684210892,"duration":0}},{"uid":"bbe9accfaa68a2d0","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/bbe9accfaa68a2d0","status":"passed","time":{"start":1724672960971,"stop":1724672960972,"duration":1}},{"uid":"7753884fc97a9e88","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/7753884fc97a9e88","status":"passed","time":{"start":1724670677905,"stop":1724670677906,"duration":1}}]},"tags":[]},"source":"ecaedfc84a505e6b.json","parameterValues":[]} \ No newline at end of file +{"uid":"8dfd8fc4cf4e2334","name":"Check publish message containing long","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing long","historyId":"3c1d516be9792da541f1811126e60a0b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922887521,"stop":1724922887521,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f5d59bb9ef074646","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f5d59bb9ef074646","status":"passed","time":{"start":1724921564772,"stop":1724921564772,"duration":0}},{"uid":"5bddc34ada117730","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5bddc34ada117730","status":"passed","time":{"start":1724921518780,"stop":1724921518781,"duration":1}},{"uid":"53f9a55e03d690f0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/53f9a55e03d690f0","status":"passed","time":{"start":1724918229395,"stop":1724918229395,"duration":0}},{"uid":"745b8722577a55e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/745b8722577a55e0","status":"passed","time":{"start":1724889980692,"stop":1724889980693,"duration":1}},{"uid":"c634b92637f3bb29","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c634b92637f3bb29","status":"passed","time":{"start":1724889111154,"stop":1724889111155,"duration":1}},{"uid":"f710ddee7e7ff453","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f710ddee7e7ff453","status":"passed","time":{"start":1724888292525,"stop":1724888292527,"duration":2}},{"uid":"9c53ce82df283b16","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9c53ce82df283b16","status":"passed","time":{"start":1724887068219,"stop":1724887068220,"duration":1}},{"uid":"c6a370e8c0698c39","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c6a370e8c0698c39","status":"passed","time":{"start":1724886848917,"stop":1724886848918,"duration":1}},{"uid":"257d02ada1ab5bc4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/257d02ada1ab5bc4","status":"passed","time":{"start":1724862262043,"stop":1724862262043,"duration":0}},{"uid":"1fb7d71c4b6da83f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1fb7d71c4b6da83f","status":"passed","time":{"start":1724861741885,"stop":1724861741888,"duration":3}},{"uid":"1f54b1a1226b5214","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1f54b1a1226b5214","status":"passed","time":{"start":1724861599481,"stop":1724861599481,"duration":0}},{"uid":"4d9e6fc28dfa31e1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4d9e6fc28dfa31e1","status":"passed","time":{"start":1724861428470,"stop":1724861428470,"duration":0}}]},"tags":[]},"source":"8dfd8fc4cf4e2334.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/8e671379cf12e70d.json b/7376/data/test-cases/8e671379cf12e70d.json new file mode 100644 index 00000000000..f32880d1346 --- /dev/null +++ b/7376/data/test-cases/8e671379cf12e70d.json @@ -0,0 +1 @@ +{"uid":"8e671379cf12e70d","name":"Init the array if not present","fullName":"/src/common/push_or_init_map.spec.ts: pushOrInitMapSet > Init the array if not present","historyId":"226c0cdbbbad74b7410aa96e53cdf633:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374447,"stop":1724922374448,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"pushOrInitMapSet"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5fc36053a2125c3a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5fc36053a2125c3a","status":"passed","time":{"start":1724921037308,"stop":1724921037310,"duration":2}},{"uid":"9e4252120dab9ba3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9e4252120dab9ba3","status":"passed","time":{"start":1724921012632,"stop":1724921012633,"duration":1}},{"uid":"4bda073c139b6d16","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4bda073c139b6d16","status":"passed","time":{"start":1724917673035,"stop":1724917673036,"duration":1}},{"uid":"401cc01d29e49fdc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/401cc01d29e49fdc","status":"passed","time":{"start":1724889452003,"stop":1724889452004,"duration":1}},{"uid":"eeec6929b438095","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eeec6929b438095","status":"passed","time":{"start":1724888602561,"stop":1724888602562,"duration":1}},{"uid":"e71b72b01185fd72","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e71b72b01185fd72","status":"passed","time":{"start":1724887758651,"stop":1724887758652,"duration":1}},{"uid":"63f2bfb6457b35fa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/63f2bfb6457b35fa","status":"passed","time":{"start":1724886525161,"stop":1724886525162,"duration":1}},{"uid":"8c01c6d35d613274","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8c01c6d35d613274","status":"passed","time":{"start":1724886303123,"stop":1724886303125,"duration":2}},{"uid":"6886e74aa1dbd546","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6886e74aa1dbd546","status":"passed","time":{"start":1724861751529,"stop":1724861751531,"duration":2}},{"uid":"a99c261c9c3bcb33","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a99c261c9c3bcb33","status":"passed","time":{"start":1724861222810,"stop":1724861222812,"duration":2}},{"uid":"3053009e1cddc120","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3053009e1cddc120","status":"passed","time":{"start":1724861044779,"stop":1724861044781,"duration":2}},{"uid":"147e52c508c078bb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/147e52c508c078bb","status":"passed","time":{"start":1724860906652,"stop":1724860906653,"duration":1}}]},"tags":[]},"source":"8e671379cf12e70d.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/8ec720e9c0f2ca88.json b/7376/data/test-cases/8ec720e9c0f2ca88.json new file mode 100644 index 00000000000..d033d93d073 --- /dev/null +++ b/7376/data/test-cases/8ec720e9c0f2ca88.json @@ -0,0 +1 @@ +{"uid":"8ec720e9c0f2ca88","name":"numPeers=1 -- returns one bootstrap peer ","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=6 > numPeers=1 -- returns one bootstrap peer ","historyId":"404e0fab372c1b30afe56678d54344f0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611440,"stop":1724922611440,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=6"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"df94b1349293f8bf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/df94b1349293f8bf","status":"passed","time":{"start":1724921270363,"stop":1724921270364,"duration":1}},{"uid":"e48b4f953a066967","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e48b4f953a066967","status":"passed","time":{"start":1724921247825,"stop":1724921247825,"duration":0}},{"uid":"fc957e3443d84725","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fc957e3443d84725","status":"passed","time":{"start":1724917989822,"stop":1724917989822,"duration":0}},{"uid":"9ef8408ac42ad772","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9ef8408ac42ad772","status":"passed","time":{"start":1724889678568,"stop":1724889678568,"duration":0}},{"uid":"c39bc7e2f5da873b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c39bc7e2f5da873b","status":"passed","time":{"start":1724888829846,"stop":1724888829846,"duration":0}},{"uid":"95a18cf550def502","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/95a18cf550def502","status":"passed","time":{"start":1724888077014,"stop":1724888077014,"duration":0}},{"uid":"c7bc0da8881a324c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c7bc0da8881a324c","status":"passed","time":{"start":1724886851129,"stop":1724886851129,"duration":0}},{"uid":"c6e6ec9f43071bd5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c6e6ec9f43071bd5","status":"passed","time":{"start":1724886647119,"stop":1724886647120,"duration":1}},{"uid":"3df9292b394f8c32","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3df9292b394f8c32","status":"passed","time":{"start":1724861992715,"stop":1724861992716,"duration":1}},{"uid":"7e19ba6d6ac11ef0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7e19ba6d6ac11ef0","status":"passed","time":{"start":1724861469647,"stop":1724861469647,"duration":0}},{"uid":"aa569ba7f5fb35a4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/aa569ba7f5fb35a4","status":"passed","time":{"start":1724861284869,"stop":1724861284869,"duration":0}},{"uid":"8bf43d0c91b04eab","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8bf43d0c91b04eab","status":"passed","time":{"start":1724861145816,"stop":1724861145816,"duration":0}}]},"tags":[]},"source":"8ec720e9c0f2ca88.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/6814cc538e5bbafa.json b/7376/data/test-cases/8ef49d46ca68e36c.json similarity index 97% rename from 7346/data/test-cases/6814cc538e5bbafa.json rename to 7376/data/test-cases/8ef49d46ca68e36c.json index 576e7d03b51..5a3d81e7650 100644 --- a/7346/data/test-cases/6814cc538e5bbafa.json +++ b/7376/data/test-cases/8ef49d46ca68e36c.json @@ -1 +1 @@ -{"uid":"6814cc538e5bbafa","name":"random static sharding 8 - Cluster ID: 854, Shard ID: 924","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 8 - Cluster ID: 854, Shard ID: 924","historyId":"5e29cc3d933ce6a75e6ae60ba81c2642:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765485936,"stop":1724765485937,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"6814cc538e5bbafa.json","parameterValues":[]} \ No newline at end of file +{"uid":"8ef49d46ca68e36c","name":"random static sharding 2 - Cluster ID: 738, Shard ID: 941","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 2 - Cluster ID: 738, Shard ID: 941","historyId":"ee8b592a5e2fed5796bcc54454e1d16d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922946229,"stop":1724922946229,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"8ef49d46ca68e36c.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/8f2e7ee3d5894e3d.json b/7376/data/test-cases/8f2e7ee3d5894e3d.json new file mode 100644 index 00000000000..de600ec408c --- /dev/null +++ b/7376/data/test-cases/8f2e7ee3d5894e3d.json @@ -0,0 +1 @@ +{"uid":"8f2e7ee3d5894e3d","name":"new peer added after a peer was already found","fullName":"/tests/peer-exchange/index.spec.ts: Peer Exchange > new peer added after a peer was already found","historyId":"f33825d36f3d41773d515f293970c94d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922865536,"stop":1724922865536,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"44d1c1be0a6e52ed","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/44d1c1be0a6e52ed","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921583487,"stop":1724921583487,"duration":0}},{"uid":"399c8de2a2e406bf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/399c8de2a2e406bf","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921494521,"stop":1724921494522,"duration":1}},{"uid":"133566f541fd1d55","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/133566f541fd1d55","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918216287,"stop":1724918216287,"duration":0}},{"uid":"4667cdc6853ab017","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4667cdc6853ab017","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889979498,"stop":1724889979499,"duration":1}},{"uid":"408fe4b179d3b658","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/408fe4b179d3b658","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889083636,"stop":1724889083636,"duration":0}},{"uid":"1e2f10fb6d041b43","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1e2f10fb6d041b43","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888284641,"stop":1724888284641,"duration":0}},{"uid":"87e5c192c57f4440","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/87e5c192c57f4440","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887046097,"stop":1724887046097,"duration":0}},{"uid":"b6f9401904558d7e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b6f9401904558d7e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886828838,"stop":1724886828839,"duration":1}},{"uid":"21d1862dbf409e31","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/21d1862dbf409e31","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862236791,"stop":1724862236791,"duration":0}},{"uid":"4ad87dbfd6927f42","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4ad87dbfd6927f42","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861713626,"stop":1724861713626,"duration":0}},{"uid":"f7c748398f9aad91","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f7c748398f9aad91","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861586771,"stop":1724861586771,"duration":0}},{"uid":"6afe4e36b8492603","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6afe4e36b8492603","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861418250,"stop":1724861418250,"duration":0}}]},"tags":[]},"source":"8f2e7ee3d5894e3d.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/393e4d7950d1d697.json b/7376/data/test-cases/8f6cde5c8b4e6cb3.json similarity index 84% rename from 7346/data/test-cases/393e4d7950d1d697.json rename to 7376/data/test-cases/8f6cde5c8b4e6cb3.json index 7339a43369f..44a85cc05bf 100644 --- a/7346/data/test-cases/393e4d7950d1d697.json +++ b/7376/data/test-cases/8f6cde5c8b4e6cb3.json @@ -1 +1 @@ -{"uid":"393e4d7950d1d697","name":"Push message with content topic containing escaped characters","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing escaped characters","historyId":"96eeb60292012a27fed6176cb891717f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505399,"stop":1724765505399,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":22,"unknown":0,"total":26},"items":[{"uid":"cdef2f8ce77c6956","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/cdef2f8ce77c6956","status":"passed","time":{"start":1724765434033,"stop":1724765434033,"duration":0}},{"uid":"68c08d842a72db75","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/68c08d842a72db75","status":"passed","time":{"start":1724763779044,"stop":1724763779047,"duration":3}},{"uid":"5f1f768983c8a045","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/5f1f768983c8a045","status":"passed","time":{"start":1724761038749,"stop":1724761038749,"duration":0}},{"uid":"d896f098c90ab57a","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/d896f098c90ab57a","status":"passed","time":{"start":1724760066636,"stop":1724760066636,"duration":0}},{"uid":"a63a92c6df60f1f","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/a63a92c6df60f1f","status":"passed","time":{"start":1724758222999,"stop":1724758222999,"duration":0}},{"uid":"d19be49edc22f562","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/d19be49edc22f562","status":"passed","time":{"start":1724757927329,"stop":1724757927330,"duration":1}},{"uid":"73c2152b586d8558","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/73c2152b586d8558","status":"passed","time":{"start":1724757257497,"stop":1724757257497,"duration":0}},{"uid":"903081f39c79bbae","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/903081f39c79bbae","status":"passed","time":{"start":1724755333007,"stop":1724755333008,"duration":1}},{"uid":"2b55d4cdb8c2153c","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/2b55d4cdb8c2153c","status":"passed","time":{"start":1724752782409,"stop":1724752782409,"duration":0}},{"uid":"d1afd9463934c278","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/d1afd9463934c278","status":"passed","time":{"start":1724751616579,"stop":1724751616579,"duration":0}},{"uid":"52a8187fbed928bc","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/52a8187fbed928bc","status":"passed","time":{"start":1724750702000,"stop":1724750702000,"duration":0}},{"uid":"8f7c1927707f106d","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/8f7c1927707f106d","status":"passed","time":{"start":1724749709051,"stop":1724749709051,"duration":0}},{"uid":"ba21a95b65ab4539","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/ba21a95b65ab4539","status":"passed","time":{"start":1724718008231,"stop":1724718008231,"duration":0}},{"uid":"ca7e5277e3a99365","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/ca7e5277e3a99365","status":"passed","time":{"start":1724715239145,"stop":1724715239146,"duration":1}},{"uid":"d8d9736535dfa761","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/d8d9736535dfa761","status":"passed","time":{"start":1724713322715,"stop":1724713322715,"duration":0}},{"uid":"f4fa57968fe82a29","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f4fa57968fe82a29","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724707170688,"stop":1724707170688,"duration":0}},{"uid":"b7849307b404332","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b7849307b404332","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724705570778,"stop":1724705570778,"duration":0}},{"uid":"72e2c4685aa7cb15","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/72e2c4685aa7cb15","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724684936367,"stop":1724684936367,"duration":0}},{"uid":"89e7a18dc2fd034","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/89e7a18dc2fd034","status":"passed","time":{"start":1724673044055,"stop":1724673044056,"duration":1}},{"uid":"390bf27c2861e15f","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/390bf27c2861e15f","status":"passed","time":{"start":1724670767298,"stop":1724670767298,"duration":0}}]},"tags":[]},"source":"393e4d7950d1d697.json","parameterValues":[]} \ No newline at end of file +{"uid":"8f6cde5c8b4e6cb3","name":"Push message with content topic containing escaped characters","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing escaped characters","historyId":"96eeb60292012a27fed6176cb891717f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921470,"stop":1724922921471,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1c70c0536b987f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1c70c0536b987f","status":"passed","time":{"start":1724921602967,"stop":1724921602976,"duration":9}},{"uid":"add32c25aab93d27","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/add32c25aab93d27","status":"passed","time":{"start":1724921571106,"stop":1724921571106,"duration":0}},{"uid":"8599fa9b35214a15","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8599fa9b35214a15","status":"passed","time":{"start":1724918285612,"stop":1724918285613,"duration":1}},{"uid":"a9dbbc823374d93c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9dbbc823374d93c","status":"passed","time":{"start":1724890030100,"stop":1724890030100,"duration":0}},{"uid":"594a3268f31e5750","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/594a3268f31e5750","status":"passed","time":{"start":1724889171923,"stop":1724889171925,"duration":2}},{"uid":"aca6fb116698bec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aca6fb116698bec","status":"passed","time":{"start":1724888350740,"stop":1724888350740,"duration":0}},{"uid":"d6d911b9cf99325e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d6d911b9cf99325e","status":"passed","time":{"start":1724887115423,"stop":1724887115424,"duration":1}},{"uid":"9cf7ad96d22d1bdd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9cf7ad96d22d1bdd","status":"passed","time":{"start":1724886884584,"stop":1724886884584,"duration":0}},{"uid":"7b08b3c080a9dd94","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b08b3c080a9dd94","status":"passed","time":{"start":1724862322276,"stop":1724862322276,"duration":0}},{"uid":"b6845cc00d948b68","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b6845cc00d948b68","status":"passed","time":{"start":1724861790764,"stop":1724861790764,"duration":0}},{"uid":"e41f592cd29047cb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e41f592cd29047cb","status":"passed","time":{"start":1724861628429,"stop":1724861628429,"duration":0}},{"uid":"67bfb73a05b4e699","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/67bfb73a05b4e699","status":"passed","time":{"start":1724861465634,"stop":1724861465634,"duration":0}}]},"tags":[]},"source":"8f6cde5c8b4e6cb3.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/8f6cfb4874fbfcef.json b/7376/data/test-cases/8f6cfb4874fbfcef.json new file mode 100644 index 00000000000..bc88d3f2530 --- /dev/null +++ b/7376/data/test-cases/8f6cfb4874fbfcef.json @@ -0,0 +1 @@ +{"uid":"8f6cfb4874fbfcef","name":"Check received message containing XML","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing XML","historyId":"789c50e7df8eb304073270f96666a271:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845254,"stop":1724922845254,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fbe61787db9c75","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fbe61787db9c75","status":"passed","time":{"start":1724921515236,"stop":1724921515236,"duration":0}},{"uid":"90c4e11517c277f6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/90c4e11517c277f6","status":"passed","time":{"start":1724921475467,"stop":1724921475468,"duration":1}},{"uid":"a184fe496e5706c9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a184fe496e5706c9","status":"passed","time":{"start":1724918179408,"stop":1724918179409,"duration":1}},{"uid":"b5dab00e974d611a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b5dab00e974d611a","status":"passed","time":{"start":1724889935347,"stop":1724889935348,"duration":1}},{"uid":"854d84b4db2ec466","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/854d84b4db2ec466","status":"passed","time":{"start":1724889072762,"stop":1724889072762,"duration":0}},{"uid":"7732d0b352b70ff7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7732d0b352b70ff7","status":"passed","time":{"start":1724888232423,"stop":1724888232423,"duration":0}},{"uid":"3c837c62f18c9b0d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3c837c62f18c9b0d","status":"passed","time":{"start":1724887018310,"stop":1724887018310,"duration":0}},{"uid":"c9a55ede67333919","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c9a55ede67333919","status":"passed","time":{"start":1724886781489,"stop":1724886781490,"duration":1}},{"uid":"207226e907bce2ce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/207226e907bce2ce","status":"passed","time":{"start":1724862213670,"stop":1724862213671,"duration":1}},{"uid":"18b05b66b7f06403","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/18b05b66b7f06403","status":"passed","time":{"start":1724861685865,"stop":1724861685867,"duration":2}},{"uid":"43cdd80818e88e15","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/43cdd80818e88e15","status":"passed","time":{"start":1724861546198,"stop":1724861546198,"duration":0}},{"uid":"d4b07f8a2fbedd39","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d4b07f8a2fbedd39","status":"passed","time":{"start":1724861378119,"stop":1724861378120,"duration":1}}]},"tags":[]},"source":"8f6cfb4874fbfcef.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/8f80a4d2c581ac27.json b/7376/data/test-cases/8f80a4d2c581ac27.json new file mode 100644 index 00000000000..fc767788838 --- /dev/null +++ b/7376/data/test-cases/8f80a4d2c581ac27.json @@ -0,0 +1 @@ +{"uid":"8f80a4d2c581ac27","name":"LightPush with 3 connections","fullName":"/tests/health-manager/protocols.spec.ts: Health Manager > Should update the health status for protocols > LightPush with 3 connections","historyId":"3694756afa40f05588006952b7217855:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922661642,"stop":1724922661644,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Health Manager"},{"name":"suite","value":"Should update the health status for protocols"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fa9c496b59b6ea30","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fa9c496b59b6ea30","status":"passed","time":{"start":1724921321312,"stop":1724921321312,"duration":0}},{"uid":"eefbd99a78c3ff6f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/eefbd99a78c3ff6f","status":"passed","time":{"start":1724921298786,"stop":1724921298786,"duration":0}},{"uid":"b0b195688ea15353","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b0b195688ea15353","status":"passed","time":{"start":1724918008265,"stop":1724918008265,"duration":0}},{"uid":"d7f24a438f5540cb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d7f24a438f5540cb","status":"passed","time":{"start":1724889728596,"stop":1724889728596,"duration":0}},{"uid":"6cd8ec9efa53454f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6cd8ec9efa53454f","status":"passed","time":{"start":1724888882875,"stop":1724888882875,"duration":0}},{"uid":"b51b5e46e9b78203","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b51b5e46e9b78203","status":"passed","time":{"start":1724888111026,"stop":1724888111026,"duration":0}},{"uid":"90a1cfc99a08f29d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/90a1cfc99a08f29d","status":"passed","time":{"start":1724886869448,"stop":1724886869448,"duration":0}},{"uid":"1b9e01438b01b73b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1b9e01438b01b73b","status":"passed","time":{"start":1724886642937,"stop":1724886642937,"duration":0}},{"uid":"f48c831dcd95a8cd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f48c831dcd95a8cd","status":"passed","time":{"start":1724862044582,"stop":1724862044582,"duration":0}},{"uid":"46c547b3f82eee15","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/46c547b3f82eee15","status":"passed","time":{"start":1724861523039,"stop":1724861523040,"duration":1}},{"uid":"73d29239844e2159","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/73d29239844e2159","status":"passed","time":{"start":1724861362474,"stop":1724861362474,"duration":0}},{"uid":"57c27253a4b81271","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/57c27253a4b81271","status":"passed","time":{"start":1724861196847,"stop":1724861196856,"duration":9}}]},"tags":[]},"source":"8f80a4d2c581ac27.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/8fa6f27875793db3.json b/7376/data/test-cases/8fa6f27875793db3.json new file mode 100644 index 00000000000..b3698087364 --- /dev/null +++ b/7376/data/test-cases/8fa6f27875793db3.json @@ -0,0 +1 @@ +{"uid":"8fa6f27875793db3","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=2 > numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","historyId":"c8fa8b4482b23ae745b486859e0755cf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611431,"stop":1724922611432,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=2"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e0868c71ab09f686","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e0868c71ab09f686","status":"passed","time":{"start":1724921270353,"stop":1724921270353,"duration":0}},{"uid":"5bcac4d7c4161780","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5bcac4d7c4161780","status":"passed","time":{"start":1724921247814,"stop":1724921247814,"duration":0}},{"uid":"b8ab9903b89c4369","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b8ab9903b89c4369","status":"passed","time":{"start":1724917989814,"stop":1724917989815,"duration":1}},{"uid":"8fdc4f31f06c740e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8fdc4f31f06c740e","status":"passed","time":{"start":1724889678547,"stop":1724889678547,"duration":0}},{"uid":"b99ce6f41a4c1ca0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b99ce6f41a4c1ca0","status":"passed","time":{"start":1724888829834,"stop":1724888829834,"duration":0}},{"uid":"fcc4fdf99a0b991c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fcc4fdf99a0b991c","status":"passed","time":{"start":1724888076987,"stop":1724888076988,"duration":1}},{"uid":"5722c28ca055aa8c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5722c28ca055aa8c","status":"passed","time":{"start":1724886851122,"stop":1724886851122,"duration":0}},{"uid":"2e47c5eac9ac074e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2e47c5eac9ac074e","status":"passed","time":{"start":1724886647091,"stop":1724886647092,"duration":1}},{"uid":"2a23a62b86f00c29","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2a23a62b86f00c29","status":"passed","time":{"start":1724861992710,"stop":1724861992710,"duration":0}},{"uid":"4db1fc6e5c445c5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4db1fc6e5c445c5","status":"passed","time":{"start":1724861469638,"stop":1724861469638,"duration":0}},{"uid":"337b6710a01796f5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/337b6710a01796f5","status":"passed","time":{"start":1724861284854,"stop":1724861284854,"duration":0}},{"uid":"bc7a0b0a1fd19d34","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bc7a0b0a1fd19d34","status":"passed","time":{"start":1724861145798,"stop":1724861145799,"duration":1}}]},"tags":[]},"source":"8fa6f27875793db3.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/edcf17869f6fb165.json b/7376/data/test-cases/8fa8ff9af5df6be7.json similarity index 60% rename from 7346/data/test-cases/edcf17869f6fb165.json rename to 7376/data/test-cases/8fa8ff9af5df6be7.json index 860dbdc7b9a..035db6c3962 100644 --- a/7346/data/test-cases/edcf17869f6fb165.json +++ b/7376/data/test-cases/8fa8ff9af5df6be7.json @@ -1 +1 @@ -{"uid":"edcf17869f6fb165","name":"Query Generator, Multiple PubsubTopics","fullName":"/tests/store/error_handling.node.spec.ts: Waku Store, error handling > Query Generator, Multiple PubsubTopics","historyId":"51d3bf07c81cdacab777b9d6f479776f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765511606,"stop":1724765511606,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"bd16d827d2eac4dc","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/bd16d827d2eac4dc","status":"passed","time":{"start":1724765437241,"stop":1724765437241,"duration":0}},{"uid":"be734c1c7a173ab7","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/be734c1c7a173ab7","status":"passed","time":{"start":1724763800259,"stop":1724763800259,"duration":0}},{"uid":"d9d7effc38ddb75e","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/d9d7effc38ddb75e","status":"passed","time":{"start":1724761051491,"stop":1724761051498,"duration":7}},{"uid":"1f119a70179f0757","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/1f119a70179f0757","status":"passed","time":{"start":1724760070338,"stop":1724760070339,"duration":1}},{"uid":"9d7e95e00ff99cd0","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/9d7e95e00ff99cd0","status":"passed","time":{"start":1724758216994,"stop":1724758216994,"duration":0}},{"uid":"63155cfa1d54a301","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/63155cfa1d54a301","status":"passed","time":{"start":1724757897646,"stop":1724757897647,"duration":1}},{"uid":"cdc7774265155b28","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/cdc7774265155b28","status":"passed","time":{"start":1724757268028,"stop":1724757268028,"duration":0}},{"uid":"19fe52563165db58","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/19fe52563165db58","status":"passed","time":{"start":1724755345241,"stop":1724755345242,"duration":1}},{"uid":"bc43107c2f6eca48","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/bc43107c2f6eca48","status":"passed","time":{"start":1724752789261,"stop":1724752789261,"duration":0}},{"uid":"5ed55cd8d4b17730","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/5ed55cd8d4b17730","status":"passed","time":{"start":1724751616246,"stop":1724751616246,"duration":0}},{"uid":"838128816d7e895d","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/838128816d7e895d","status":"passed","time":{"start":1724750680579,"stop":1724750680580,"duration":1}},{"uid":"1092090096b49ddd","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/1092090096b49ddd","status":"passed","time":{"start":1724749679824,"stop":1724749679828,"duration":4}},{"uid":"566c3eb909dee6be","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/566c3eb909dee6be","status":"passed","time":{"start":1724718007748,"stop":1724718007748,"duration":0}},{"uid":"17bb5dc75c537d9e","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/17bb5dc75c537d9e","status":"passed","time":{"start":1724715238071,"stop":1724715238072,"duration":1}},{"uid":"24bfa2d3db161f4c","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/24bfa2d3db161f4c","status":"passed","time":{"start":1724713323547,"stop":1724713323548,"duration":1}},{"uid":"26e61eedfc327377","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/26e61eedfc327377","status":"passed","time":{"start":1724706504643,"stop":1724706504644,"duration":1}},{"uid":"c12b71badc724be2","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c12b71badc724be2","status":"passed","time":{"start":1724704920848,"stop":1724704920848,"duration":0}},{"uid":"c6efceef2609f749","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c6efceef2609f749","status":"passed","time":{"start":1724684298260,"stop":1724684298261,"duration":1}},{"uid":"b49a98fc12f0c03a","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/b49a98fc12f0c03a","status":"passed","time":{"start":1724673048977,"stop":1724673048977,"duration":0}},{"uid":"2827c491bc168c2a","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/2827c491bc168c2a","status":"passed","time":{"start":1724670775409,"stop":1724670775409,"duration":0}}]},"tags":[]},"source":"edcf17869f6fb165.json","parameterValues":[]} \ No newline at end of file +{"uid":"8fa8ff9af5df6be7","name":"Query Generator, Multiple PubsubTopics","fullName":"/tests/store/error_handling.node.spec.ts: Waku Store, error handling > Query Generator, Multiple PubsubTopics","historyId":"51d3bf07c81cdacab777b9d6f479776f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922950820,"stop":1724922950820,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cf23b5cc6d6aefbd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cf23b5cc6d6aefbd","status":"passed","time":{"start":1724921640398,"stop":1724921640398,"duration":0}},{"uid":"622f5c24918f5d56","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/622f5c24918f5d56","status":"passed","time":{"start":1724921600405,"stop":1724921600405,"duration":0}},{"uid":"5a425f5795db17cd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5a425f5795db17cd","status":"passed","time":{"start":1724918300919,"stop":1724918300920,"duration":1}},{"uid":"f112b464ac9a1a17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f112b464ac9a1a17","status":"passed","time":{"start":1724890059275,"stop":1724890059280,"duration":5}},{"uid":"309127101e60cd90","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/309127101e60cd90","status":"passed","time":{"start":1724889188310,"stop":1724889188310,"duration":0}},{"uid":"4b546935cbdcb90","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4b546935cbdcb90","status":"passed","time":{"start":1724888372738,"stop":1724888372738,"duration":0}},{"uid":"babb7687a28d2942","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/babb7687a28d2942","status":"passed","time":{"start":1724887135716,"stop":1724887135716,"duration":0}},{"uid":"d668e2e9f4dd2c46","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d668e2e9f4dd2c46","status":"passed","time":{"start":1724886919660,"stop":1724886919661,"duration":1}},{"uid":"6539db380da028fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6539db380da028fa","status":"passed","time":{"start":1724862341832,"stop":1724862341833,"duration":1}},{"uid":"87330bb1abd64254","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/87330bb1abd64254","status":"passed","time":{"start":1724861815482,"stop":1724861815487,"duration":5}},{"uid":"9e5b67b3c3b166c0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9e5b67b3c3b166c0","status":"passed","time":{"start":1724861669533,"stop":1724861669533,"duration":0}},{"uid":"7c044b21bec745d1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7c044b21bec745d1","status":"passed","time":{"start":1724861505410,"stop":1724861505411,"duration":1}}]},"tags":[]},"source":"8fa8ff9af5df6be7.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/90217f231214f929.json b/7376/data/test-cases/90217f231214f929.json new file mode 100644 index 00000000000..2ec5d02ec5a --- /dev/null +++ b/7376/data/test-cases/90217f231214f929.json @@ -0,0 +1 @@ +{"uid":"90217f231214f929","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=3 > numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","historyId":"0d5491899e5bfdaae5459a3b01c477b4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611434,"stop":1724922611434,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=3"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9685434f953e5fc1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9685434f953e5fc1","status":"passed","time":{"start":1724921270355,"stop":1724921270356,"duration":1}},{"uid":"25e1ec884a4b7958","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/25e1ec884a4b7958","status":"passed","time":{"start":1724921247816,"stop":1724921247816,"duration":0}},{"uid":"a6eb343585d92b3b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a6eb343585d92b3b","status":"passed","time":{"start":1724917989817,"stop":1724917989817,"duration":0}},{"uid":"a98b5dffc319605b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a98b5dffc319605b","status":"passed","time":{"start":1724889678549,"stop":1724889678549,"duration":0}},{"uid":"c16e9b448050492d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c16e9b448050492d","status":"passed","time":{"start":1724888829841,"stop":1724888829842,"duration":1}},{"uid":"cc221ad0e8025c19","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc221ad0e8025c19","status":"passed","time":{"start":1724888077002,"stop":1724888077007,"duration":5}},{"uid":"f51ba36faa494be","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f51ba36faa494be","status":"passed","time":{"start":1724886851124,"stop":1724886851124,"duration":0}},{"uid":"86124df4e0dd6ab9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/86124df4e0dd6ab9","status":"passed","time":{"start":1724886647110,"stop":1724886647110,"duration":0}},{"uid":"ded2346436b351fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ded2346436b351fa","status":"passed","time":{"start":1724861992712,"stop":1724861992712,"duration":0}},{"uid":"ebed03ba1ba6ab32","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ebed03ba1ba6ab32","status":"passed","time":{"start":1724861469641,"stop":1724861469641,"duration":0}},{"uid":"7c16ba6d72d69b08","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7c16ba6d72d69b08","status":"passed","time":{"start":1724861284856,"stop":1724861284856,"duration":0}},{"uid":"7730556de1d711f4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7730556de1d711f4","status":"passed","time":{"start":1724861145804,"stop":1724861145804,"duration":0}}]},"tags":[]},"source":"90217f231214f929.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/96b20426d07c5216.json b/7376/data/test-cases/907bd9f8933676d4.json similarity index 74% rename from 7346/data/test-cases/96b20426d07c5216.json rename to 7376/data/test-cases/907bd9f8933676d4.json index 753b3dd355f..d0e2e1b27d5 100644 --- a/7346/data/test-cases/96b20426d07c5216.json +++ b/7376/data/test-cases/907bd9f8933676d4.json @@ -1 +1 @@ -{"uid":"96b20426d07c5216","name":"Subscribe to topic containing Arabic and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing Arabic and publish message","historyId":"e8502be231a674d101cb5d0908fb25df:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765421007,"stop":1724765421007,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"f3dc0fde706de2aa","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/f3dc0fde706de2aa","status":"passed","time":{"start":1724765345648,"stop":1724765345654,"duration":6}},{"uid":"7fe4a153d30ee75b","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/7fe4a153d30ee75b","status":"passed","time":{"start":1724763728518,"stop":1724763728519,"duration":1}},{"uid":"a8d9b4307b34f86a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a8d9b4307b34f86a","status":"passed","time":{"start":1724760958459,"stop":1724760958459,"duration":0}},{"uid":"4d4eda2aa3ee3a19","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/4d4eda2aa3ee3a19","status":"passed","time":{"start":1724759986212,"stop":1724759986212,"duration":0}},{"uid":"f7cc5204eebbd6fb","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/f7cc5204eebbd6fb","status":"passed","time":{"start":1724758131995,"stop":1724758131996,"duration":1}},{"uid":"d078b29c312d6fcb","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/d078b29c312d6fcb","status":"passed","time":{"start":1724757804670,"stop":1724757804670,"duration":0}},{"uid":"1607b4970c6db16","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/1607b4970c6db16","status":"passed","time":{"start":1724757182041,"stop":1724757182041,"duration":0}},{"uid":"c74e0ba7510888d","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c74e0ba7510888d","status":"passed","time":{"start":1724755250667,"stop":1724755250668,"duration":1}},{"uid":"170852a7cdccd1c5","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/170852a7cdccd1c5","status":"passed","time":{"start":1724752681459,"stop":1724752681460,"duration":1}},{"uid":"3f2de747de795a66","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/3f2de747de795a66","status":"passed","time":{"start":1724751529158,"stop":1724751529159,"duration":1}},{"uid":"85d4fb0180837edb","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/85d4fb0180837edb","status":"passed","time":{"start":1724750601844,"stop":1724750601844,"duration":0}},{"uid":"879ac26457b2eb71","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/879ac26457b2eb71","status":"passed","time":{"start":1724749597810,"stop":1724749597810,"duration":0}},{"uid":"9a7e9e97befcf811","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/9a7e9e97befcf811","status":"passed","time":{"start":1724717911304,"stop":1724717911305,"duration":1}},{"uid":"a3ef1425de361048","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/a3ef1425de361048","status":"passed","time":{"start":1724715155603,"stop":1724715155603,"duration":0}},{"uid":"e1a7d9d4374dad0e","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/e1a7d9d4374dad0e","status":"passed","time":{"start":1724713233425,"stop":1724713233426,"duration":1}},{"uid":"c1d1fc07fe79b2ca","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c1d1fc07fe79b2ca","status":"passed","time":{"start":1724706419528,"stop":1724706419528,"duration":0}},{"uid":"d8ba918f0c3ee3af","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d8ba918f0c3ee3af","status":"passed","time":{"start":1724704833539,"stop":1724704833539,"duration":0}},{"uid":"1ff818bcd5d145f6","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/1ff818bcd5d145f6","status":"passed","time":{"start":1724684206369,"stop":1724684206370,"duration":1}},{"uid":"feedec14fa25709f","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/feedec14fa25709f","status":"passed","time":{"start":1724672961265,"stop":1724672961265,"duration":0}},{"uid":"960ab358d90f6a62","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/960ab358d90f6a62","status":"passed","time":{"start":1724670685269,"stop":1724670685269,"duration":0}}]},"tags":[]},"source":"96b20426d07c5216.json","parameterValues":[]} \ No newline at end of file +{"uid":"907bd9f8933676d4","name":"Subscribe to topic containing Arabic and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing Arabic and publish message","historyId":"e8502be231a674d101cb5d0908fb25df:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922891489,"stop":1724922891490,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f8e8a3c58c05f4f4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f8e8a3c58c05f4f4","status":"passed","time":{"start":1724921563017,"stop":1724921563017,"duration":0}},{"uid":"a1730e3849eb8cca","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a1730e3849eb8cca","status":"passed","time":{"start":1724921526813,"stop":1724921526814,"duration":1}},{"uid":"ea3d94c341387a37","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ea3d94c341387a37","status":"passed","time":{"start":1724918239944,"stop":1724918239944,"duration":0}},{"uid":"5a091887410fdf24","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5a091887410fdf24","status":"passed","time":{"start":1724889980902,"stop":1724889980902,"duration":0}},{"uid":"f91068cc8d1c776","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f91068cc8d1c776","status":"passed","time":{"start":1724889109970,"stop":1724889109971,"duration":1}},{"uid":"d5893701e45b1344","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d5893701e45b1344","status":"passed","time":{"start":1724888294723,"stop":1724888294723,"duration":0}},{"uid":"be1a58762b17bae","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/be1a58762b17bae","status":"passed","time":{"start":1724887071742,"stop":1724887071742,"duration":0}},{"uid":"7058b98f2fcd7689","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7058b98f2fcd7689","status":"passed","time":{"start":1724886848346,"stop":1724886848347,"duration":1}},{"uid":"f7f48484848b33ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7f48484848b33ac","status":"passed","time":{"start":1724862259253,"stop":1724862259254,"duration":1}},{"uid":"9af6435870756c06","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9af6435870756c06","status":"passed","time":{"start":1724861735328,"stop":1724861735329,"duration":1}},{"uid":"27efd96800033cc7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/27efd96800033cc7","status":"passed","time":{"start":1724861606346,"stop":1724861606350,"duration":4}},{"uid":"f2061536d37e797a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f2061536d37e797a","status":"passed","time":{"start":1724861426688,"stop":1724861426689,"duration":1}}]},"tags":[]},"source":"907bd9f8933676d4.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/90af58f0050f54e6.json b/7376/data/test-cases/90af58f0050f54e6.json new file mode 100644 index 00000000000..9e1692ff070 --- /dev/null +++ b/7376/data/test-cases/90af58f0050f54e6.json @@ -0,0 +1 @@ +{"uid":"90af58f0050f54e6","name":"1 Relay, 1 fetch","fullName":"/src/dns/fetch_nodes.spec.ts: Fetch nodes until capabilities are fulfilled > 1 Relay, 1 fetch","historyId":"2374a8c38bcd8cbcba77c3f21d70d9d1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922398276,"stop":1724922398277,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"Fetch nodes until capabilities are fulfilled"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e8052f56229a044c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e8052f56229a044c","status":"passed","time":{"start":1724921061618,"stop":1724921061619,"duration":1}},{"uid":"4ad953f8e8d36125","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4ad953f8e8d36125","status":"passed","time":{"start":1724921036641,"stop":1724921036641,"duration":0}},{"uid":"f5306ed0883fb00","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f5306ed0883fb00","status":"passed","time":{"start":1724917696746,"stop":1724917696747,"duration":1}},{"uid":"5b5ceb9eb26e731a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b5ceb9eb26e731a","status":"passed","time":{"start":1724889476022,"stop":1724889476023,"duration":1}},{"uid":"5769086b46d1ec2b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5769086b46d1ec2b","status":"passed","time":{"start":1724888626863,"stop":1724888626863,"duration":0}},{"uid":"2ebcf24ddcfeba32","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2ebcf24ddcfeba32","status":"passed","time":{"start":1724887782851,"stop":1724887782851,"duration":0}},{"uid":"d0ccc15567afc2ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d0ccc15567afc2ba","status":"passed","time":{"start":1724886549390,"stop":1724886549390,"duration":0}},{"uid":"e836d30a7b79d63c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e836d30a7b79d63c","status":"passed","time":{"start":1724886327495,"stop":1724886327495,"duration":0}},{"uid":"ab04694a61d60669","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ab04694a61d60669","status":"passed","time":{"start":1724861776389,"stop":1724861776390,"duration":1}},{"uid":"4cd5ecedbbf41e25","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4cd5ecedbbf41e25","status":"passed","time":{"start":1724861247045,"stop":1724861247046,"duration":1}},{"uid":"987000efba10ef44","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/987000efba10ef44","status":"passed","time":{"start":1724861070812,"stop":1724861070813,"duration":1}},{"uid":"73648b5d8daf30ea","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/73648b5d8daf30ea","status":"passed","time":{"start":1724860931510,"stop":1724860931510,"duration":0}}]},"tags":[]},"source":"90af58f0050f54e6.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/9121fbe76d8356d0.json b/7376/data/test-cases/9121fbe76d8356d0.json new file mode 100644 index 00000000000..e1d3ae285ce --- /dev/null +++ b/7376/data/test-cases/9121fbe76d8356d0.json @@ -0,0 +1 @@ +{"uid":"9121fbe76d8356d0","name":"Ping on peer without subscriptions","fullName":"/tests/filter/single_node/ping.node.spec.ts: Waku Filter V2: Ping > Ping on peer without subscriptions","historyId":"91936a864e9d3e925c3ff607b349b52b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922485955,"stop":1724922485955,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Ping"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c481b454548f2601","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c481b454548f2601","status":"passed","time":{"start":1724921148662,"stop":1724921148663,"duration":1}},{"uid":"908ee9346f4642a6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/908ee9346f4642a6","status":"passed","time":{"start":1724921125023,"stop":1724921125023,"duration":0}},{"uid":"6e80f768a376b7ea","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6e80f768a376b7ea","status":"passed","time":{"start":1724917782909,"stop":1724917782909,"duration":0}},{"uid":"5f9f77c37e323b5c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f9f77c37e323b5c","status":"passed","time":{"start":1724889568678,"stop":1724889568678,"duration":0}},{"uid":"86c6c1e4a5d76389","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/86c6c1e4a5d76389","status":"passed","time":{"start":1724888712709,"stop":1724888712709,"duration":0}},{"uid":"e7e928b7dde5119f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e7e928b7dde5119f","status":"passed","time":{"start":1724887870879,"stop":1724887870879,"duration":0}},{"uid":"1cedd67e5b997dd8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1cedd67e5b997dd8","status":"passed","time":{"start":1724886637707,"stop":1724886637707,"duration":0}},{"uid":"776ab6e4a26e92eb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/776ab6e4a26e92eb","status":"passed","time":{"start":1724886418626,"stop":1724886418626,"duration":0}},{"uid":"37f76f78da6e5ac7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37f76f78da6e5ac7","status":"passed","time":{"start":1724861865558,"stop":1724861865559,"duration":1}},{"uid":"67c8ffb79acc6726","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/67c8ffb79acc6726","status":"passed","time":{"start":1724861334264,"stop":1724861334265,"duration":1}},{"uid":"de389de0cdb7a731","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/de389de0cdb7a731","status":"passed","time":{"start":1724861163783,"stop":1724861163783,"duration":0}},{"uid":"98361973d2604d70","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/98361973d2604d70","status":"passed","time":{"start":1724861021892,"stop":1724861021893,"duration":1}}]},"tags":[]},"source":"9121fbe76d8356d0.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/cafb33462bd07b3d.json b/7376/data/test-cases/91570957d2700f50.json similarity index 72% rename from 7346/data/test-cases/cafb33462bd07b3d.json rename to 7376/data/test-cases/91570957d2700f50.json index 9376d8fad85..ade16a65977 100644 --- a/7346/data/test-cases/cafb33462bd07b3d.json +++ b/7376/data/test-cases/91570957d2700f50.json @@ -1 +1 @@ -{"uid":"cafb33462bd07b3d","name":"Overlapping topic subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Overlapping topic subscription","historyId":"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765421004,"stop":1724765421005,"duration":1},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":26,"passed":0,"unknown":0,"total":26},"items":[{"uid":"c9de4d1f139fd0e0","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/c9de4d1f139fd0e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1724765345637,"stop":1724765345637,"duration":0}},{"uid":"6c0dd23149821cf2","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/6c0dd23149821cf2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724763728516,"stop":1724763728516,"duration":0}},{"uid":"6fc8b824b49b2fe0","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6fc8b824b49b2fe0","status":"skipped","statusDetails":"Test ignored","time":{"start":1724760958453,"stop":1724760958453,"duration":0}},{"uid":"8225f2cc7f29ce4c","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/8225f2cc7f29ce4c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724759986204,"stop":1724759986204,"duration":0}},{"uid":"133b1215935923d3","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/133b1215935923d3","status":"skipped","statusDetails":"Test ignored","time":{"start":1724758131993,"stop":1724758131993,"duration":0}},{"uid":"26ecbffee246d98","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/26ecbffee246d98","status":"skipped","statusDetails":"Test ignored","time":{"start":1724757804662,"stop":1724757804662,"duration":0}},{"uid":"f1b24fb0c0f16906","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/f1b24fb0c0f16906","status":"skipped","statusDetails":"Test ignored","time":{"start":1724757182038,"stop":1724757182038,"duration":0}},{"uid":"7bbd6e460b628c4f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/7bbd6e460b628c4f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724755250662,"stop":1724755250662,"duration":0}},{"uid":"c0511e59f7a28b5a","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/c0511e59f7a28b5a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724752681446,"stop":1724752681454,"duration":8}},{"uid":"eb4e8dab0d58c059","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/eb4e8dab0d58c059","status":"skipped","statusDetails":"Test ignored","time":{"start":1724751529154,"stop":1724751529155,"duration":1}},{"uid":"9d8bed60eca1a9ef","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/9d8bed60eca1a9ef","status":"skipped","statusDetails":"Test ignored","time":{"start":1724750601833,"stop":1724750601833,"duration":0}},{"uid":"f3facd91b4bf1c20","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/f3facd91b4bf1c20","status":"skipped","statusDetails":"Test ignored","time":{"start":1724749597806,"stop":1724749597806,"duration":0}},{"uid":"cb5297696f551801","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/cb5297696f551801","status":"skipped","statusDetails":"Test ignored","time":{"start":1724717911302,"stop":1724717911302,"duration":0}},{"uid":"24bf730ce949eb29","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/24bf730ce949eb29","status":"skipped","statusDetails":"Test ignored","time":{"start":1724715155594,"stop":1724715155595,"duration":1}},{"uid":"c5e7b3fdebb5d32","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/c5e7b3fdebb5d32","status":"skipped","statusDetails":"Test ignored","time":{"start":1724713233408,"stop":1724713233408,"duration":0}},{"uid":"1927c2d8961e9292","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/1927c2d8961e9292","status":"skipped","statusDetails":"Test ignored","time":{"start":1724706419525,"stop":1724706419525,"duration":0}},{"uid":"40faa321779a9cf0","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/40faa321779a9cf0","status":"skipped","statusDetails":"Test ignored","time":{"start":1724704833536,"stop":1724704833536,"duration":0}},{"uid":"c62fe8ab339263c0","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c62fe8ab339263c0","status":"skipped","statusDetails":"Test ignored","time":{"start":1724684206367,"stop":1724684206367,"duration":0}},{"uid":"8021be950fb34095","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/8021be950fb34095","status":"skipped","statusDetails":"Test ignored","time":{"start":1724672961260,"stop":1724672961261,"duration":1}},{"uid":"165dcd7539948a02","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/165dcd7539948a02","status":"skipped","statusDetails":"Test ignored","time":{"start":1724670685266,"stop":1724670685266,"duration":0}}]},"tags":[]},"source":"cafb33462bd07b3d.json","parameterValues":[]} \ No newline at end of file +{"uid":"91570957d2700f50","name":"Overlapping topic subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Overlapping topic subscription","historyId":"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922891487,"stop":1724922891487,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"d21f48688d478da7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d21f48688d478da7","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921563011,"stop":1724921563012,"duration":1}},{"uid":"21872750aab9279d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/21872750aab9279d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921526811,"stop":1724921526811,"duration":0}},{"uid":"b1f38a9f5a8f3841","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b1f38a9f5a8f3841","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918239938,"stop":1724918239939,"duration":1}},{"uid":"9381aa104bca9b0a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9381aa104bca9b0a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889980889,"stop":1724889980889,"duration":0}},{"uid":"d05748518bbad480","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d05748518bbad480","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889109954,"stop":1724889109954,"duration":0}},{"uid":"cffad4a19d2a3614","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cffad4a19d2a3614","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888294721,"stop":1724888294721,"duration":0}},{"uid":"3dde8800fe077342","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3dde8800fe077342","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887071737,"stop":1724887071737,"duration":0}},{"uid":"4b8762fb4f176397","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4b8762fb4f176397","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886848343,"stop":1724886848344,"duration":1}},{"uid":"882af9315262d0f3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/882af9315262d0f3","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862259245,"stop":1724862259245,"duration":0}},{"uid":"ec837b6896314a39","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ec837b6896314a39","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861735323,"stop":1724861735324,"duration":1}},{"uid":"5c38a1321aae0412","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5c38a1321aae0412","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861606342,"stop":1724861606342,"duration":0}},{"uid":"ce4419b9a82da8bf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ce4419b9a82da8bf","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861426684,"stop":1724861426685,"duration":1}}]},"tags":[]},"source":"91570957d2700f50.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/91c30c8730a54146.json b/7376/data/test-cases/91c30c8730a54146.json new file mode 100644 index 00000000000..18394fabd8a --- /dev/null +++ b/7376/data/test-cases/91c30c8730a54146.json @@ -0,0 +1 @@ +{"uid":"91c30c8730a54146","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=4 > numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","historyId":"a6b3b232e8bb7273a94c2d49013fe9d7:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611436,"stop":1724922611436,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=4"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ebeb3c6f75b29817","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ebeb3c6f75b29817","status":"passed","time":{"start":1724921270358,"stop":1724921270358,"duration":0}},{"uid":"308fa832dd039218","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/308fa832dd039218","status":"passed","time":{"start":1724921247818,"stop":1724921247818,"duration":0}},{"uid":"2980986e270c52f9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2980986e270c52f9","status":"passed","time":{"start":1724917989819,"stop":1724917989820,"duration":1}},{"uid":"4f3043f61e0f4e6f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f3043f61e0f4e6f","status":"passed","time":{"start":1724889678551,"stop":1724889678552,"duration":1}},{"uid":"588a78e69e5d6820","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/588a78e69e5d6820","status":"passed","time":{"start":1724888829844,"stop":1724888829844,"duration":0}},{"uid":"32abd5495fd37b8e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/32abd5495fd37b8e","status":"passed","time":{"start":1724888077011,"stop":1724888077011,"duration":0}},{"uid":"a4798853813b9552","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a4798853813b9552","status":"passed","time":{"start":1724886851126,"stop":1724886851126,"duration":0}},{"uid":"5e4372a2915febf3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5e4372a2915febf3","status":"passed","time":{"start":1724886647112,"stop":1724886647112,"duration":0}},{"uid":"29c6105f1cdc2ffc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29c6105f1cdc2ffc","status":"passed","time":{"start":1724861992714,"stop":1724861992714,"duration":0}},{"uid":"6f9556c928761e41","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6f9556c928761e41","status":"passed","time":{"start":1724861469644,"stop":1724861469644,"duration":0}},{"uid":"a2a559c79de0410a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a2a559c79de0410a","status":"passed","time":{"start":1724861284858,"stop":1724861284858,"duration":0}},{"uid":"2a4b552e2b98715","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2a4b552e2b98715","status":"passed","time":{"start":1724861145806,"stop":1724861145808,"duration":2}}]},"tags":[]},"source":"91c30c8730a54146.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/92bf7a80c1e9295c.json b/7376/data/test-cases/92bf7a80c1e9295c.json new file mode 100644 index 00000000000..1a791293b6a --- /dev/null +++ b/7376/data/test-cases/92bf7a80c1e9295c.json @@ -0,0 +1 @@ +{"uid":"92bf7a80c1e9295c","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=6 > numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","historyId":"4eff166832f222440e0246e68dbc1a35:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611441,"stop":1724922611441,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=6"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cdee562cd8da410c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cdee562cd8da410c","status":"passed","time":{"start":1724921270365,"stop":1724921270365,"duration":0}},{"uid":"25499e52394930ee","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/25499e52394930ee","status":"passed","time":{"start":1724921247826,"stop":1724921247826,"duration":0}},{"uid":"945860fe105d9617","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/945860fe105d9617","status":"passed","time":{"start":1724917989824,"stop":1724917989825,"duration":1}},{"uid":"f256342fc3c9ce45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f256342fc3c9ce45","status":"passed","time":{"start":1724889678569,"stop":1724889678569,"duration":0}},{"uid":"8f70a08fef9619b9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f70a08fef9619b9","status":"passed","time":{"start":1724888829847,"stop":1724888829848,"duration":1}},{"uid":"6a1334188c757fef","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a1334188c757fef","status":"passed","time":{"start":1724888077015,"stop":1724888077017,"duration":2}},{"uid":"cf1fcd85452d7576","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf1fcd85452d7576","status":"passed","time":{"start":1724886851130,"stop":1724886851131,"duration":1}},{"uid":"2921d87005698d3f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2921d87005698d3f","status":"passed","time":{"start":1724886647121,"stop":1724886647121,"duration":0}},{"uid":"d42b5192ab982b4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d42b5192ab982b4","status":"passed","time":{"start":1724861992716,"stop":1724861992717,"duration":1}},{"uid":"c575fb8d0f6241a4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c575fb8d0f6241a4","status":"passed","time":{"start":1724861469648,"stop":1724861469649,"duration":1}},{"uid":"d48f2c9e53000ee","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d48f2c9e53000ee","status":"passed","time":{"start":1724861284870,"stop":1724861284871,"duration":1}},{"uid":"9da9b03facda9df3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9da9b03facda9df3","status":"passed","time":{"start":1724861145818,"stop":1724861145818,"duration":0}}]},"tags":[]},"source":"92bf7a80c1e9295c.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/92d03a28d973da7d.json b/7376/data/test-cases/92d03a28d973da7d.json new file mode 100644 index 00000000000..7cd27d85b3b --- /dev/null +++ b/7376/data/test-cases/92d03a28d973da7d.json @@ -0,0 +1 @@ +{"uid":"92d03a28d973da7d","name":"Generator, 2 nwaku nodes each with different pubsubtopics","fullName":"/tests/store/multiple_pubsub.spec.ts: Waku Store (named sharding), custom pubsub topic > Generator, 2 nwaku nodes each with different pubsubtopics","historyId":"6768c514e62af9499d64f2876ad1b958:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922966287,"stop":1724922966287,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store (named sharding), custom pubsub topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d5a973d7118120e7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d5a973d7118120e7","status":"passed","time":{"start":1724921658747,"stop":1724921658747,"duration":0}},{"uid":"a0ae00fdc18d6c2b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a0ae00fdc18d6c2b","status":"passed","time":{"start":1724921609581,"stop":1724921609582,"duration":1}},{"uid":"4f9c93e50402fe21","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4f9c93e50402fe21","status":"passed","time":{"start":1724918323462,"stop":1724918323462,"duration":0}},{"uid":"aa86f7e4384519ec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aa86f7e4384519ec","status":"passed","time":{"start":1724890071667,"stop":1724890071667,"duration":0}},{"uid":"d371371a11ff59c4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d371371a11ff59c4","status":"passed","time":{"start":1724889207708,"stop":1724889207708,"duration":0}},{"uid":"d8a0c6310b10a978","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d8a0c6310b10a978","status":"passed","time":{"start":1724888386328,"stop":1724888386328,"duration":0}},{"uid":"3573e2891b5c33e5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3573e2891b5c33e5","status":"passed","time":{"start":1724887153936,"stop":1724887153937,"duration":1}},{"uid":"4786ed2b45da0931","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4786ed2b45da0931","status":"passed","time":{"start":1724886927403,"stop":1724886927405,"duration":2}},{"uid":"6ec13db73881c730","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6ec13db73881c730","status":"passed","time":{"start":1724862360111,"stop":1724862360111,"duration":0}},{"uid":"730bf83ddef676c6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/730bf83ddef676c6","status":"passed","time":{"start":1724861832844,"stop":1724861832845,"duration":1}},{"uid":"b720733acfcea6fb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b720733acfcea6fb","status":"passed","time":{"start":1724861687430,"stop":1724861687431,"duration":1}},{"uid":"50ad4332ef9d0226","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/50ad4332ef9d0226","status":"passed","time":{"start":1724861513180,"stop":1724861513180,"duration":0}}]},"tags":[]},"source":"92d03a28d973da7d.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/fead9d6bfce3041d.json b/7376/data/test-cases/9314839260f269ca.json similarity index 70% rename from 7346/data/test-cases/fead9d6bfce3041d.json rename to 7376/data/test-cases/9314839260f269ca.json index a67bd91559e..5f7e855d9e2 100644 --- a/7346/data/test-cases/fead9d6bfce3041d.json +++ b/7376/data/test-cases/9314839260f269ca.json @@ -1 +1 @@ -{"uid":"fead9d6bfce3041d","name":"Overlapping topic subscription","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Overlapping topic subscription","historyId":"f6c16376115ab5f289ab7463b1d99cb3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765545675,"stop":1724765545675,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"ca793acc81900b08","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/ca793acc81900b08","status":"passed","time":{"start":1724765472921,"stop":1724765472921,"duration":0}},{"uid":"e0ec18b01a6ac386","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/e0ec18b01a6ac386","status":"passed","time":{"start":1724763953866,"stop":1724763953867,"duration":1}},{"uid":"9669384b6f81532e","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/9669384b6f81532e","status":"passed","time":{"start":1724761070313,"stop":1724761070314,"duration":1}},{"uid":"67e83532aa7eb0a5","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/67e83532aa7eb0a5","status":"passed","time":{"start":1724760260075,"stop":1724760260075,"duration":0}},{"uid":"89028f3442bd5b77","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/89028f3442bd5b77","status":"passed","time":{"start":1724758530269,"stop":1724758530269,"duration":0}},{"uid":"c5098aae83be7603","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c5098aae83be7603","status":"passed","time":{"start":1724757958295,"stop":1724757958295,"duration":0}},{"uid":"c64e333fd499f5f5","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/c64e333fd499f5f5","status":"passed","time":{"start":1724757397590,"stop":1724757397590,"duration":0}},{"uid":"f5e882ef1da4f4f9","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/f5e882ef1da4f4f9","status":"passed","time":{"start":1724755379402,"stop":1724755379402,"duration":0}},{"uid":"298da0132b0191a3","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/298da0132b0191a3","status":"passed","time":{"start":1724752819844,"stop":1724752819844,"duration":0}},{"uid":"7d727d19027dcb8b","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/7d727d19027dcb8b","status":"passed","time":{"start":1724751625318,"stop":1724751625319,"duration":1}},{"uid":"9582bb1dff0b1bf0","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/9582bb1dff0b1bf0","status":"passed","time":{"start":1724750725819,"stop":1724750725820,"duration":1}},{"uid":"c08f65068f68f9a3","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c08f65068f68f9a3","status":"passed","time":{"start":1724749717499,"stop":1724749717499,"duration":0}},{"uid":"914e9b7856b3d481","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/914e9b7856b3d481","status":"passed","time":{"start":1724718019282,"stop":1724718019283,"duration":1}},{"uid":"26f7c9837204ddfc","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/26f7c9837204ddfc","status":"passed","time":{"start":1724715264565,"stop":1724715264565,"duration":0}},{"uid":"249d04def58dded0","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/249d04def58dded0","status":"passed","time":{"start":1724713371748,"stop":1724713371748,"duration":0}},{"uid":"4d50270fb1585275","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/4d50270fb1585275","status":"passed","time":{"start":1724706679432,"stop":1724706679432,"duration":0}},{"uid":"f0aea25b50f5d7ff","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f0aea25b50f5d7ff","status":"passed","time":{"start":1724705096859,"stop":1724705096859,"duration":0}},{"uid":"dc4189f50b5e04f2","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/dc4189f50b5e04f2","status":"passed","time":{"start":1724684459927,"stop":1724684459927,"duration":0}},{"uid":"c1ecb0718bff6bce","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/c1ecb0718bff6bce","status":"passed","time":{"start":1724673071755,"stop":1724673071755,"duration":0}},{"uid":"19f5a14ea5f7b1fe","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/19f5a14ea5f7b1fe","status":"passed","time":{"start":1724670808685,"stop":1724670808685,"duration":0}}]},"tags":[]},"source":"fead9d6bfce3041d.json","parameterValues":[]} \ No newline at end of file +{"uid":"9314839260f269ca","name":"Subscribe to topic containing XML and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing XML and receive message","historyId":"30ef7a9b03445eb2aa807816e4c71b90:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012481,"stop":1724923012481,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b91d4f87c9e1e882","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b91d4f87c9e1e882","status":"passed","time":{"start":1724921625091,"stop":1724921625092,"duration":1}},{"uid":"300aa248fe68e7d5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/300aa248fe68e7d5","status":"passed","time":{"start":1724921590511,"stop":1724921590511,"duration":0}},{"uid":"313669755fd33e69","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/313669755fd33e69","status":"passed","time":{"start":1724918287577,"stop":1724918287577,"duration":0}},{"uid":"9e838b5f9d7e3fb6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e838b5f9d7e3fb6","status":"passed","time":{"start":1724890047803,"stop":1724890047803,"duration":0}},{"uid":"3866a58c4bda7844","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3866a58c4bda7844","status":"passed","time":{"start":1724889183947,"stop":1724889183948,"duration":1}},{"uid":"19a5719f37ccbe5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/19a5719f37ccbe5","status":"passed","time":{"start":1724888354185,"stop":1724888354186,"duration":1}},{"uid":"9299dcc46d39650c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9299dcc46d39650c","status":"passed","time":{"start":1724887145723,"stop":1724887145723,"duration":0}},{"uid":"fe3efe44c49f878","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fe3efe44c49f878","status":"passed","time":{"start":1724886915807,"stop":1724886915809,"duration":2}},{"uid":"6d257bccc139a6ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d257bccc139a6ba","status":"passed","time":{"start":1724862341466,"stop":1724862341466,"duration":0}},{"uid":"cff367c6df7b4e2c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cff367c6df7b4e2c","status":"passed","time":{"start":1724861805470,"stop":1724861805470,"duration":0}},{"uid":"e2da81622c8f21b4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e2da81622c8f21b4","status":"passed","time":{"start":1724861662300,"stop":1724861662300,"duration":0}},{"uid":"922f735f2c1c7de7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/922f735f2c1c7de7","status":"passed","time":{"start":1724861492527,"stop":1724861492528,"duration":1}}]},"tags":[]},"source":"9314839260f269ca.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/93368a7c23ce8184.json b/7376/data/test-cases/93368a7c23ce8184.json new file mode 100644 index 00000000000..48600610d64 --- /dev/null +++ b/7376/data/test-cases/93368a7c23ce8184.json @@ -0,0 +1 @@ +{"uid":"93368a7c23ce8184","name":"Encoder throws on empty string content topic","fullName":"/src/lib/message/version_0.spec.ts: Ensures content topic is defined > Encoder throws on empty string content topic","historyId":"a3cc383bd6e617a342bb397e3e2df2f8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922388049,"stop":1724922388049,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.lib.message"},{"name":"parentSuite","value":"Ensures content topic is defined"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c3b43a70a8e92324","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c3b43a70a8e92324","status":"passed","time":{"start":1724921051056,"stop":1724921051056,"duration":0}},{"uid":"69fcee23f1e202d7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/69fcee23f1e202d7","status":"passed","time":{"start":1724921026362,"stop":1724921026362,"duration":0}},{"uid":"fcb0a2cb33394619","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fcb0a2cb33394619","status":"passed","time":{"start":1724917686540,"stop":1724917686540,"duration":0}},{"uid":"35765f4a6b96a24","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/35765f4a6b96a24","status":"passed","time":{"start":1724889465471,"stop":1724889465471,"duration":0}},{"uid":"94a3e7d8c2cf4246","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/94a3e7d8c2cf4246","status":"passed","time":{"start":1724888616212,"stop":1724888616212,"duration":0}},{"uid":"2580f8f454949feb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2580f8f454949feb","status":"passed","time":{"start":1724887772448,"stop":1724887772449,"duration":1}},{"uid":"8dd7c88b2b279c24","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8dd7c88b2b279c24","status":"passed","time":{"start":1724886538860,"stop":1724886538860,"duration":0}},{"uid":"6b8a5f6e90bb2f87","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6b8a5f6e90bb2f87","status":"passed","time":{"start":1724886316626,"stop":1724886316627,"duration":1}},{"uid":"e227d697bb647135","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e227d697bb647135","status":"passed","time":{"start":1724861765762,"stop":1724861765763,"duration":1}},{"uid":"d12d70dc2195687c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d12d70dc2195687c","status":"passed","time":{"start":1724861236573,"stop":1724861236573,"duration":0}},{"uid":"494c97cfd53f4c0a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/494c97cfd53f4c0a","status":"passed","time":{"start":1724861059470,"stop":1724861059471,"duration":1}},{"uid":"a521614a526acaf3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a521614a526acaf3","status":"passed","time":{"start":1724860920726,"stop":1724860920726,"duration":0}}]},"tags":[]},"source":"93368a7c23ce8184.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/93649fc70987b7df.json b/7376/data/test-cases/93649fc70987b7df.json new file mode 100644 index 00000000000..58f8594a68d --- /dev/null +++ b/7376/data/test-cases/93649fc70987b7df.json @@ -0,0 +1 @@ +{"uid":"93649fc70987b7df","name":"should add and remove event listeners correctly","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Unit Tests > should add and remove event listeners correctly","historyId":"79e83a61f76f6493d19aaa28660bf3a4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922402865,"stop":1724922402866,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Unit Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"edd7503af5ff8188","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/edd7503af5ff8188","status":"passed","time":{"start":1724921065913,"stop":1724921065914,"duration":1}},{"uid":"635a408b9dc10668","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/635a408b9dc10668","status":"passed","time":{"start":1724921040950,"stop":1724921040950,"duration":0}},{"uid":"b2bfd66319d79662","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b2bfd66319d79662","status":"passed","time":{"start":1724917701158,"stop":1724917701159,"duration":1}},{"uid":"7f949d76452a0f6c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7f949d76452a0f6c","status":"passed","time":{"start":1724889479978,"stop":1724889479978,"duration":0}},{"uid":"14617c6ba2ad3a93","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14617c6ba2ad3a93","status":"passed","time":{"start":1724888630727,"stop":1724888630727,"duration":0}},{"uid":"29e2e913eb761890","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/29e2e913eb761890","status":"passed","time":{"start":1724887787009,"stop":1724887787009,"duration":0}},{"uid":"e328de029bbb32e1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e328de029bbb32e1","status":"passed","time":{"start":1724886553672,"stop":1724886553672,"duration":0}},{"uid":"35ef30a0f64ddbfc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/35ef30a0f64ddbfc","status":"passed","time":{"start":1724886331495,"stop":1724886331495,"duration":0}},{"uid":"ccfb651f3b85d843","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ccfb651f3b85d843","status":"passed","time":{"start":1724861780659,"stop":1724861780660,"duration":1}},{"uid":"451db55cbb53cfc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/451db55cbb53cfc","status":"passed","time":{"start":1724861251101,"stop":1724861251101,"duration":0}},{"uid":"7d59a8e74f9b97d7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7d59a8e74f9b97d7","status":"passed","time":{"start":1724861074811,"stop":1724861074811,"duration":0}},{"uid":"a0791740eaecb492","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a0791740eaecb492","status":"passed","time":{"start":1724860935674,"stop":1724860935674,"duration":0}}]},"tags":[]},"source":"93649fc70987b7df.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/9403c68c2ebcff72.json b/7376/data/test-cases/9403c68c2ebcff72.json new file mode 100644 index 00000000000..3dcbff4e7af --- /dev/null +++ b/7376/data/test-cases/9403c68c2ebcff72.json @@ -0,0 +1 @@ +{"uid":"9403c68c2ebcff72","name":"Ping on subscribed peer","fullName":"/tests/filter/single_node/ping.node.spec.ts: Waku Filter V2: Ping > Ping on subscribed peer","historyId":"37b7dcd12a520366e93456fccd1f5571:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922485954,"stop":1724922485954,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Ping"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e45e391caa97f7e1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e45e391caa97f7e1","status":"passed","time":{"start":1724921148662,"stop":1724921148662,"duration":0}},{"uid":"6f2d42429404aa6e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6f2d42429404aa6e","status":"passed","time":{"start":1724921125022,"stop":1724921125023,"duration":1}},{"uid":"ab478ec588e60bb9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ab478ec588e60bb9","status":"passed","time":{"start":1724917782909,"stop":1724917782909,"duration":0}},{"uid":"90cd6a2e557daefd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/90cd6a2e557daefd","status":"passed","time":{"start":1724889568677,"stop":1724889568678,"duration":1}},{"uid":"f2b9b070a4a14f07","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2b9b070a4a14f07","status":"passed","time":{"start":1724888712708,"stop":1724888712708,"duration":0}},{"uid":"d902b38a4068aa85","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d902b38a4068aa85","status":"passed","time":{"start":1724887870878,"stop":1724887870879,"duration":1}},{"uid":"f911828abdb002a4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f911828abdb002a4","status":"passed","time":{"start":1724886637705,"stop":1724886637706,"duration":1}},{"uid":"2c17e63deae79722","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2c17e63deae79722","status":"passed","time":{"start":1724886418625,"stop":1724886418625,"duration":0}},{"uid":"115f398deaae5d19","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/115f398deaae5d19","status":"passed","time":{"start":1724861865558,"stop":1724861865558,"duration":0}},{"uid":"34b5c3a4ac382c2c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/34b5c3a4ac382c2c","status":"passed","time":{"start":1724861334264,"stop":1724861334264,"duration":0}},{"uid":"3cb5309e14bdfd6d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3cb5309e14bdfd6d","status":"passed","time":{"start":1724861163782,"stop":1724861163783,"duration":1}},{"uid":"d42568eee17c288a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d42568eee17c288a","status":"passed","time":{"start":1724861021891,"stop":1724861021892,"duration":1}}]},"tags":[]},"source":"9403c68c2ebcff72.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/30f78236b3af0e5b.json b/7376/data/test-cases/942e3a0fd98fd143.json similarity index 60% rename from 7346/data/test-cases/30f78236b3af0e5b.json rename to 7376/data/test-cases/942e3a0fd98fd143.json index ab7edbf9434..eb7e68c5dce 100644 --- a/7346/data/test-cases/30f78236b3af0e5b.json +++ b/7376/data/test-cases/942e3a0fd98fd143.json @@ -1 +1 @@ -{"uid":"30f78236b3af0e5b","name":"should not receive a peer event after stop","fullName":"/tests/peer-exchange/compliance.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > should not receive a peer event after stop","historyId":"721c584e70c971f42d658c80c0885df1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765396241,"stop":1724765396241,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":25,"unknown":0,"total":25},"items":[{"uid":"51f4b53c304b6187","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/51f4b53c304b6187","status":"passed","time":{"start":1724765321919,"stop":1724765321920,"duration":1}},{"uid":"3ca2b899fe42bd05","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/3ca2b899fe42bd05","status":"passed","time":{"start":1724763711442,"stop":1724763711442,"duration":0}},{"uid":"b2a2f9b519fb2089","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b2a2f9b519fb2089","status":"passed","time":{"start":1724760943635,"stop":1724760943636,"duration":1}},{"uid":"8b168f6363fb53d8","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/8b168f6363fb53d8","status":"passed","time":{"start":1724759954940,"stop":1724759954941,"duration":1}},{"uid":"94ad22f26317a91","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/94ad22f26317a91","status":"passed","time":{"start":1724758124770,"stop":1724758124771,"duration":1}},{"uid":"1c9c94c22d22a36d","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/1c9c94c22d22a36d","status":"passed","time":{"start":1724757166622,"stop":1724757166622,"duration":0}},{"uid":"c9e0b35c6ae9ba53","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c9e0b35c6ae9ba53","status":"passed","time":{"start":1724755237692,"stop":1724755237693,"duration":1}},{"uid":"95121ae691c02d3f","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/95121ae691c02d3f","status":"passed","time":{"start":1724752671470,"stop":1724752671470,"duration":0}},{"uid":"45c0ac6162df8144","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/45c0ac6162df8144","status":"passed","time":{"start":1724751525194,"stop":1724751525194,"duration":0}},{"uid":"79fc7a2c784e42d7","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/79fc7a2c784e42d7","status":"passed","time":{"start":1724750572472,"stop":1724750572473,"duration":1}},{"uid":"cbafce60ec609317","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/cbafce60ec609317","status":"passed","time":{"start":1724749583708,"stop":1724749583710,"duration":2}},{"uid":"410c0f528101c20c","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/410c0f528101c20c","status":"passed","time":{"start":1724717896675,"stop":1724717896676,"duration":1}},{"uid":"fcf4695762426039","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/fcf4695762426039","status":"passed","time":{"start":1724715129466,"stop":1724715129467,"duration":1}},{"uid":"645c78066868671e","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/645c78066868671e","status":"passed","time":{"start":1724713213889,"stop":1724713213889,"duration":0}},{"uid":"324d41c81741de9e","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/324d41c81741de9e","status":"passed","time":{"start":1724706401530,"stop":1724706401530,"duration":0}},{"uid":"df624e8019267fcc","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/df624e8019267fcc","status":"passed","time":{"start":1724704798332,"stop":1724704798333,"duration":1}},{"uid":"c6c5e6a665404117","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c6c5e6a665404117","status":"passed","time":{"start":1724684188523,"stop":1724684188524,"duration":1}},{"uid":"a00fa5f3003b72b3","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/a00fa5f3003b72b3","status":"passed","time":{"start":1724672935573,"stop":1724672935573,"duration":0}},{"uid":"32cb5e054b8aa190","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/32cb5e054b8aa190","status":"passed","time":{"start":1724670644440,"stop":1724670644441,"duration":1}},{"uid":"950b4b7590c1c73c","reportUrl":"https://waku-org.github.io/js-waku/7331//#testresult/950b4b7590c1c73c","status":"passed","time":{"start":1724663835706,"stop":1724663835707,"duration":1}}]},"tags":[]},"source":"30f78236b3af0e5b.json","parameterValues":[]} \ No newline at end of file +{"uid":"942e3a0fd98fd143","name":"should not receive a peer event after stop","fullName":"/tests/peer-exchange/compliance.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > should not receive a peer event after stop","historyId":"721c584e70c971f42d658c80c0885df1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922890068,"stop":1724922890068,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"beb7618bba17a787","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/beb7618bba17a787","status":"passed","time":{"start":1724921559018,"stop":1724921559019,"duration":1}},{"uid":"a6aaae43865a8623","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a6aaae43865a8623","status":"passed","time":{"start":1724921524135,"stop":1724921524135,"duration":0}},{"uid":"63ac8b99ea5eaa70","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/63ac8b99ea5eaa70","status":"passed","time":{"start":1724918241665,"stop":1724918241666,"duration":1}},{"uid":"844f91f527150bec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/844f91f527150bec","status":"passed","time":{"start":1724889975476,"stop":1724889975476,"duration":0}},{"uid":"89039b9d245565b0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/89039b9d245565b0","status":"passed","time":{"start":1724889106064,"stop":1724889106065,"duration":1}},{"uid":"413b571f9d00b5a7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/413b571f9d00b5a7","status":"passed","time":{"start":1724888289483,"stop":1724888289483,"duration":0}},{"uid":"3bd2c1ad5052bdb0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3bd2c1ad5052bdb0","status":"passed","time":{"start":1724887057705,"stop":1724887057705,"duration":0}},{"uid":"7622ceeebbaf3a9f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7622ceeebbaf3a9f","status":"passed","time":{"start":1724886839399,"stop":1724886839400,"duration":1}},{"uid":"58654832600f48d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/58654832600f48d9","status":"passed","time":{"start":1724862256093,"stop":1724862256094,"duration":1}},{"uid":"709ec960bfe57439","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/709ec960bfe57439","status":"passed","time":{"start":1724861742235,"stop":1724861742235,"duration":0}},{"uid":"bcb6d6249044417e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bcb6d6249044417e","status":"passed","time":{"start":1724861595397,"stop":1724861595398,"duration":1}},{"uid":"f5a86aa79e1d019c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f5a86aa79e1d019c","status":"passed","time":{"start":1724861424069,"stop":1724861424070,"duration":1}}]},"tags":[]},"source":"942e3a0fd98fd143.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/c675a6dfe7efc7ab.json b/7376/data/test-cases/9432b85216ab3417.json similarity index 78% rename from 7346/data/test-cases/c675a6dfe7efc7ab.json rename to 7376/data/test-cases/9432b85216ab3417.json index 12114eb061e..f6fc2e81591 100644 --- a/7346/data/test-cases/c675a6dfe7efc7ab.json +++ b/7376/data/test-cases/9432b85216ab3417.json @@ -1 +1 @@ -{"uid":"c675a6dfe7efc7ab","name":"Check message with invalid timestamp is not received","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check message with invalid timestamp is not received","historyId":"8ad3580d2801a542b39b1caca862a46b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392374,"stop":1724765392375,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"94841470db4ea297","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/94841470db4ea297","status":"passed","time":{"start":1724765313862,"stop":1724765313863,"duration":1}},{"uid":"b7db2bd5a770c68d","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/b7db2bd5a770c68d","status":"passed","time":{"start":1724763683862,"stop":1724763683862,"duration":0}},{"uid":"f9c9726ec52f3451","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/f9c9726ec52f3451","status":"passed","time":{"start":1724760929564,"stop":1724760929564,"duration":0}},{"uid":"7e60e6788a803f29","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/7e60e6788a803f29","status":"passed","time":{"start":1724759955163,"stop":1724759955164,"duration":1}},{"uid":"4e7267e13050ff6b","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/4e7267e13050ff6b","status":"passed","time":{"start":1724758077434,"stop":1724758077434,"duration":0}},{"uid":"4b1360558966edf3","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/4b1360558966edf3","status":"passed","time":{"start":1724757801864,"stop":1724757801864,"duration":0}},{"uid":"6947905ea2820f82","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/6947905ea2820f82","status":"passed","time":{"start":1724757120179,"stop":1724757120179,"duration":0}},{"uid":"5b4967af4642c35a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/5b4967af4642c35a","status":"passed","time":{"start":1724755211060,"stop":1724755211061,"duration":1}},{"uid":"796e6e56c341594","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/796e6e56c341594","status":"passed","time":{"start":1724752646536,"stop":1724752646537,"duration":1}},{"uid":"2dff11924a7c88ac","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/2dff11924a7c88ac","status":"passed","time":{"start":1724751495272,"stop":1724751495272,"duration":0}},{"uid":"2be32c1b62ebfa5","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/2be32c1b62ebfa5","status":"passed","time":{"start":1724750572370,"stop":1724750572370,"duration":0}},{"uid":"11cd32002f32cd7f","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/11cd32002f32cd7f","status":"passed","time":{"start":1724749567256,"stop":1724749567257,"duration":1}},{"uid":"b984e4d4f295ac47","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/b984e4d4f295ac47","status":"passed","time":{"start":1724717880824,"stop":1724717880824,"duration":0}},{"uid":"7beaa6b4b970af7b","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/7beaa6b4b970af7b","status":"passed","time":{"start":1724715103503,"stop":1724715103504,"duration":1}},{"uid":"65e39abe7e02bc59","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/65e39abe7e02bc59","status":"passed","time":{"start":1724713195355,"stop":1724713195355,"duration":0}},{"uid":"271a1d69ddd25c87","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/271a1d69ddd25c87","status":"passed","time":{"start":1724706389671,"stop":1724706389671,"duration":0}},{"uid":"c9e795f981eb1100","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c9e795f981eb1100","status":"passed","time":{"start":1724704811186,"stop":1724704811186,"duration":0}},{"uid":"48fac7445f9d080c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/48fac7445f9d080c","status":"passed","time":{"start":1724684170170,"stop":1724684170170,"duration":0}},{"uid":"5857797753bfb6b2","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/5857797753bfb6b2","status":"passed","time":{"start":1724672903609,"stop":1724672903610,"duration":1}},{"uid":"591a1bc737357ace","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/591a1bc737357ace","status":"passed","time":{"start":1724670674040,"stop":1724670674041,"duration":1}}]},"tags":[]},"source":"c675a6dfe7efc7ab.json","parameterValues":[]} \ No newline at end of file +{"uid":"9432b85216ab3417","name":"Check message with invalid timestamp is not received","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check message with invalid timestamp is not received","historyId":"8ad3580d2801a542b39b1caca862a46b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845243,"stop":1724922845243,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7ebf0ee987b24b7e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7ebf0ee987b24b7e","status":"passed","time":{"start":1724921515226,"stop":1724921515227,"duration":1}},{"uid":"5681591fe7bddb9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5681591fe7bddb9","status":"passed","time":{"start":1724921475446,"stop":1724921475446,"duration":0}},{"uid":"78d369b93d9a5d73","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/78d369b93d9a5d73","status":"passed","time":{"start":1724918179401,"stop":1724918179401,"duration":0}},{"uid":"19729c6a3c7a16ef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/19729c6a3c7a16ef","status":"passed","time":{"start":1724889935341,"stop":1724889935341,"duration":0}},{"uid":"4fa3578a83cda8e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4fa3578a83cda8e1","status":"passed","time":{"start":1724889072754,"stop":1724889072754,"duration":0}},{"uid":"79fd7f23e4bbc1a6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/79fd7f23e4bbc1a6","status":"passed","time":{"start":1724888232415,"stop":1724888232416,"duration":1}},{"uid":"cf08e68917e53d1d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf08e68917e53d1d","status":"passed","time":{"start":1724887018303,"stop":1724887018303,"duration":0}},{"uid":"ac70d7cb6a7b66f8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ac70d7cb6a7b66f8","status":"passed","time":{"start":1724886781480,"stop":1724886781480,"duration":0}},{"uid":"3228bd1e0ef34e77","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3228bd1e0ef34e77","status":"passed","time":{"start":1724862213663,"stop":1724862213663,"duration":0}},{"uid":"22c88340e52f3ac1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/22c88340e52f3ac1","status":"passed","time":{"start":1724861685856,"stop":1724861685856,"duration":0}},{"uid":"240fa7e8d91455e3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/240fa7e8d91455e3","status":"passed","time":{"start":1724861546176,"stop":1724861546177,"duration":1}},{"uid":"b1152c54988d14a5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b1152c54988d14a5","status":"passed","time":{"start":1724861378111,"stop":1724861378111,"duration":0}}]},"tags":[]},"source":"9432b85216ab3417.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/947f0a5c299c900a.json b/7376/data/test-cases/947f0a5c299c900a.json new file mode 100644 index 00000000000..56a4288829c --- /dev/null +++ b/7376/data/test-cases/947f0a5c299c900a.json @@ -0,0 +1 @@ +{"uid":"947f0a5c299c900a","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=7 > numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","historyId":"ae3e142dc85b413c1f1aeb2fddc2d411:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611443,"stop":1724922611443,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=7"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6834b27dc72b33d9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6834b27dc72b33d9","status":"passed","time":{"start":1724921270366,"stop":1724921270366,"duration":0}},{"uid":"4c7b7756b6460005","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4c7b7756b6460005","status":"passed","time":{"start":1724921247828,"stop":1724921247831,"duration":3}},{"uid":"370cc884b43c5d3e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/370cc884b43c5d3e","status":"passed","time":{"start":1724917989828,"stop":1724917989828,"duration":0}},{"uid":"f9cf81d7bf5eb69c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9cf81d7bf5eb69c","status":"passed","time":{"start":1724889678579,"stop":1724889678579,"duration":0}},{"uid":"4ae8437a76c6b175","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4ae8437a76c6b175","status":"passed","time":{"start":1724888829852,"stop":1724888829852,"duration":0}},{"uid":"99d03f544d994c57","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/99d03f544d994c57","status":"passed","time":{"start":1724888077019,"stop":1724888077019,"duration":0}},{"uid":"f30757314ba6274b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f30757314ba6274b","status":"passed","time":{"start":1724886851132,"stop":1724886851132,"duration":0}},{"uid":"a5f13fa63653543a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a5f13fa63653543a","status":"passed","time":{"start":1724886647126,"stop":1724886647126,"duration":0}},{"uid":"3c6df4dbe709a68c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c6df4dbe709a68c","status":"passed","time":{"start":1724861992718,"stop":1724861992718,"duration":0}},{"uid":"20e01ab3ef1e9bcb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/20e01ab3ef1e9bcb","status":"passed","time":{"start":1724861469651,"stop":1724861469651,"duration":0}},{"uid":"1bff5c3e37922835","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1bff5c3e37922835","status":"passed","time":{"start":1724861284872,"stop":1724861284873,"duration":1}},{"uid":"8cc408d5101663a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8cc408d5101663a","status":"passed","time":{"start":1724861145824,"stop":1724861145824,"duration":0}}]},"tags":[]},"source":"947f0a5c299c900a.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/43ee9875c2e2e334.json b/7376/data/test-cases/957b9d1f78828c29.json similarity index 84% rename from 7346/data/test-cases/43ee9875c2e2e334.json rename to 7376/data/test-cases/957b9d1f78828c29.json index db941e8dc38..6b51d637eb6 100644 --- a/7346/data/test-cases/43ee9875c2e2e334.json +++ b/7376/data/test-cases/957b9d1f78828c29.json @@ -1 +1 @@ -{"uid":"43ee9875c2e2e334","name":"Push message with long payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with long payload","historyId":"bba86f6e47218436c2b279d10ade504a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505316,"stop":1724765505316,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":22,"unknown":0,"total":26},"items":[{"uid":"fcb4be72236a656d","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/fcb4be72236a656d","status":"passed","time":{"start":1724765434005,"stop":1724765434009,"duration":4}},{"uid":"fe14c68051d36e71","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/fe14c68051d36e71","status":"passed","time":{"start":1724763779020,"stop":1724763779020,"duration":0}},{"uid":"b294199f53bbc846","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b294199f53bbc846","status":"passed","time":{"start":1724761038701,"stop":1724761038702,"duration":1}},{"uid":"828c080e44ff8c1e","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/828c080e44ff8c1e","status":"passed","time":{"start":1724760066614,"stop":1724760066614,"duration":0}},{"uid":"d935aa8b6eede0d4","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/d935aa8b6eede0d4","status":"passed","time":{"start":1724758222977,"stop":1724758222977,"duration":0}},{"uid":"4a265f626c6c3746","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/4a265f626c6c3746","status":"passed","time":{"start":1724757927311,"stop":1724757927311,"duration":0}},{"uid":"9d85b4a13310c575","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/9d85b4a13310c575","status":"passed","time":{"start":1724757257485,"stop":1724757257485,"duration":0}},{"uid":"e3c32eb045f88522","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/e3c32eb045f88522","status":"passed","time":{"start":1724755332939,"stop":1724755332939,"duration":0}},{"uid":"8583cc6f4a2ba9d7","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/8583cc6f4a2ba9d7","status":"passed","time":{"start":1724752782310,"stop":1724752782315,"duration":5}},{"uid":"ff4ab31cfb87b5d1","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/ff4ab31cfb87b5d1","status":"passed","time":{"start":1724751616561,"stop":1724751616562,"duration":1}},{"uid":"a5067004b4566d62","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/a5067004b4566d62","status":"passed","time":{"start":1724750701986,"stop":1724750701986,"duration":0}},{"uid":"ca278b8430a8db58","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/ca278b8430a8db58","status":"passed","time":{"start":1724749709035,"stop":1724749709035,"duration":0}},{"uid":"b3d6d73284cea4da","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/b3d6d73284cea4da","status":"passed","time":{"start":1724718008196,"stop":1724718008208,"duration":12}},{"uid":"3306dff050c765eb","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/3306dff050c765eb","status":"passed","time":{"start":1724715239083,"stop":1724715239083,"duration":0}},{"uid":"26c207cd77016dcd","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/26c207cd77016dcd","status":"passed","time":{"start":1724713322698,"stop":1724713322699,"duration":1}},{"uid":"d2a03ef1fbc29ee6","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d2a03ef1fbc29ee6","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724707170658,"stop":1724707170658,"duration":0}},{"uid":"8469dd17d460c5e1","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/8469dd17d460c5e1","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724705570746,"stop":1724705570747,"duration":1}},{"uid":"89c12fa7ae565377","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/89c12fa7ae565377","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724684936338,"stop":1724684936338,"duration":0}},{"uid":"5fffe26235be2b51","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/5fffe26235be2b51","status":"passed","time":{"start":1724673044026,"stop":1724673044026,"duration":0}},{"uid":"effbaf578f2f6e4","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/effbaf578f2f6e4","status":"passed","time":{"start":1724670767281,"stop":1724670767281,"duration":0}}]},"tags":[]},"source":"43ee9875c2e2e334.json","parameterValues":[]} \ No newline at end of file +{"uid":"957b9d1f78828c29","name":"Push message with long payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with long payload","historyId":"bba86f6e47218436c2b279d10ade504a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921439,"stop":1724922921440,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"841549f8241a4f48","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/841549f8241a4f48","status":"passed","time":{"start":1724921602941,"stop":1724921602943,"duration":2}},{"uid":"ffe58c6dea5523fa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ffe58c6dea5523fa","status":"passed","time":{"start":1724921571090,"stop":1724921571090,"duration":0}},{"uid":"76a12265db476d29","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/76a12265db476d29","status":"passed","time":{"start":1724918285579,"stop":1724918285579,"duration":0}},{"uid":"a5f7cb20728404cd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5f7cb20728404cd","status":"passed","time":{"start":1724890030085,"stop":1724890030085,"duration":0}},{"uid":"c05d7bdcf4a94df8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c05d7bdcf4a94df8","status":"passed","time":{"start":1724889171903,"stop":1724889171903,"duration":0}},{"uid":"b6861d4d3dfd07d3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b6861d4d3dfd07d3","status":"passed","time":{"start":1724888350717,"stop":1724888350717,"duration":0}},{"uid":"1a1c0e202b8e72ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1a1c0e202b8e72ea","status":"passed","time":{"start":1724887115402,"stop":1724887115402,"duration":0}},{"uid":"cb5f9b720ad00346","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cb5f9b720ad00346","status":"passed","time":{"start":1724886884567,"stop":1724886884567,"duration":0}},{"uid":"224782996b1ef460","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/224782996b1ef460","status":"passed","time":{"start":1724862322241,"stop":1724862322242,"duration":1}},{"uid":"ff2107deeb36aa66","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ff2107deeb36aa66","status":"passed","time":{"start":1724861790746,"stop":1724861790747,"duration":1}},{"uid":"59086a546ed1fd90","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/59086a546ed1fd90","status":"passed","time":{"start":1724861628414,"stop":1724861628415,"duration":1}},{"uid":"2c7c131b706b0c4f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2c7c131b706b0c4f","status":"passed","time":{"start":1724861465617,"stop":1724861465618,"duration":1}}]},"tags":[]},"source":"957b9d1f78828c29.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/95c75fe2ff2d715.json b/7376/data/test-cases/95c75fe2ff2d715.json new file mode 100644 index 00000000000..79acf2b4927 --- /dev/null +++ b/7376/data/test-cases/95c75fe2ff2d715.json @@ -0,0 +1 @@ +{"uid":"95c75fe2ff2d715","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","fullName":"/src/common/relay_shard_codec.spec.ts: Relay Shard codec > should correctly encode and decode relay shards using rsv format (Bit Vector)","historyId":"56378fb25e95279665f087ccbb869f6f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374768,"stop":1724922374768,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"Relay Shard codec"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7e09e57893b8cc62","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7e09e57893b8cc62","status":"passed","time":{"start":1724921037761,"stop":1724921037761,"duration":0}},{"uid":"3a142c414ff9ad05","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3a142c414ff9ad05","status":"passed","time":{"start":1724921013107,"stop":1724921013107,"duration":0}},{"uid":"435f87d896773f5a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/435f87d896773f5a","status":"passed","time":{"start":1724917673400,"stop":1724917673401,"duration":1}},{"uid":"ed27df6ce4f10067","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ed27df6ce4f10067","status":"passed","time":{"start":1724889452425,"stop":1724889452425,"duration":0}},{"uid":"2d5c1a45cc4020c3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d5c1a45cc4020c3","status":"passed","time":{"start":1724888602932,"stop":1724888602932,"duration":0}},{"uid":"14f375dc34f3cf16","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/14f375dc34f3cf16","status":"passed","time":{"start":1724887759206,"stop":1724887759206,"duration":0}},{"uid":"d77d968ca68a4c26","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d77d968ca68a4c26","status":"passed","time":{"start":1724886525513,"stop":1724886525513,"duration":0}},{"uid":"dc4c7e470923d957","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dc4c7e470923d957","status":"passed","time":{"start":1724886303418,"stop":1724886303418,"duration":0}},{"uid":"621b2a0ed13e096c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/621b2a0ed13e096c","status":"passed","time":{"start":1724861752254,"stop":1724861752254,"duration":0}},{"uid":"671c556d5e2524e1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/671c556d5e2524e1","status":"passed","time":{"start":1724861223392,"stop":1724861223393,"duration":1}},{"uid":"3dc42b8c0fee9c8f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3dc42b8c0fee9c8f","status":"passed","time":{"start":1724861045267,"stop":1724861045267,"duration":0}},{"uid":"afe708c0e6636314","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/afe708c0e6636314","status":"passed","time":{"start":1724860907341,"stop":1724860907341,"duration":0}}]},"tags":[]},"source":"95c75fe2ff2d715.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/a9154e26150b7590.json b/7376/data/test-cases/95e075ddf9bc4406.json similarity index 83% rename from 7346/data/test-cases/a9154e26150b7590.json rename to 7376/data/test-cases/95e075ddf9bc4406.json index 9848ba328ff..681a4233e92 100644 --- a/7346/data/test-cases/a9154e26150b7590.json +++ b/7376/data/test-cases/95e075ddf9bc4406.json @@ -1 +1 @@ -{"uid":"a9154e26150b7590","name":"Push message with long payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with long payload","historyId":"b5d044c62609b11109a892afcfd90469:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367113,"stop":1724765367113,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"c80fa2acd959060a","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/c80fa2acd959060a","status":"passed","time":{"start":1724765300559,"stop":1724765300559,"duration":0}},{"uid":"ed312780d19ee7eb","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/ed312780d19ee7eb","status":"passed","time":{"start":1724763693147,"stop":1724763693147,"duration":0}},{"uid":"261ab4eec84fc03e","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/261ab4eec84fc03e","status":"passed","time":{"start":1724760912461,"stop":1724760912466,"duration":5}},{"uid":"6aa325b511490efd","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/6aa325b511490efd","status":"passed","time":{"start":1724759937113,"stop":1724759937113,"duration":0}},{"uid":"b09c7ed5eb9fa9a","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/b09c7ed5eb9fa9a","status":"passed","time":{"start":1724758102734,"stop":1724758102734,"duration":0}},{"uid":"71e837967ea50f10","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/71e837967ea50f10","status":"passed","time":{"start":1724757793361,"stop":1724757793361,"duration":0}},{"uid":"e53d8c8569a2b628","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/e53d8c8569a2b628","status":"passed","time":{"start":1724757169510,"stop":1724757169514,"duration":4}},{"uid":"345e35b983881fea","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/345e35b983881fea","status":"passed","time":{"start":1724755216329,"stop":1724755216329,"duration":0}},{"uid":"c6abc8f26e0d4825","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/c6abc8f26e0d4825","status":"passed","time":{"start":1724752641977,"stop":1724752641979,"duration":2}},{"uid":"e94fc512fe7a397c","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/e94fc512fe7a397c","status":"passed","time":{"start":1724751479124,"stop":1724751479124,"duration":0}},{"uid":"13d833606ec96f59","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/13d833606ec96f59","status":"passed","time":{"start":1724750562168,"stop":1724750562173,"duration":5}},{"uid":"7a4a210906d0db06","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/7a4a210906d0db06","status":"passed","time":{"start":1724749562415,"stop":1724749562415,"duration":0}},{"uid":"19a5b5ee40f9660","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/19a5b5ee40f9660","status":"passed","time":{"start":1724717869145,"stop":1724717869145,"duration":0}},{"uid":"ef8b41ce7ae388e2","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/ef8b41ce7ae388e2","status":"passed","time":{"start":1724715105980,"stop":1724715105981,"duration":1}},{"uid":"f10e5dcbe4cf607d","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/f10e5dcbe4cf607d","status":"passed","time":{"start":1724713204860,"stop":1724713204861,"duration":1}},{"uid":"3769c8df8c1b00fc","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/3769c8df8c1b00fc","status":"passed","time":{"start":1724706379241,"stop":1724706379242,"duration":1}},{"uid":"4e50e639ac044046","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/4e50e639ac044046","status":"passed","time":{"start":1724704806926,"stop":1724704806932,"duration":6}},{"uid":"929a473dd7820ffa","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/929a473dd7820ffa","status":"passed","time":{"start":1724684165980,"stop":1724684165980,"duration":0}},{"uid":"538a5251dc74e0cb","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/538a5251dc74e0cb","status":"passed","time":{"start":1724672921804,"stop":1724672921805,"duration":1}},{"uid":"3dcea9f55107085e","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/3dcea9f55107085e","status":"passed","time":{"start":1724670647845,"stop":1724670647846,"duration":1}}]},"tags":[]},"source":"a9154e26150b7590.json","parameterValues":[]} \ No newline at end of file +{"uid":"95e075ddf9bc4406","name":"Push message with long payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with long payload","historyId":"b5d044c62609b11109a892afcfd90469:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853903,"stop":1724922853904,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"792ec32bb94df336","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/792ec32bb94df336","status":"passed","time":{"start":1724921529565,"stop":1724921529566,"duration":1}},{"uid":"69bb5f38b026f34b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/69bb5f38b026f34b","status":"passed","time":{"start":1724921488870,"stop":1724921488870,"duration":0}},{"uid":"206bb3d0b4e44b4a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/206bb3d0b4e44b4a","status":"passed","time":{"start":1724918203665,"stop":1724918203666,"duration":1}},{"uid":"427a7b552cb81b5b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/427a7b552cb81b5b","status":"passed","time":{"start":1724889938347,"stop":1724889938347,"duration":0}},{"uid":"2b527584f44d0c35","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b527584f44d0c35","status":"passed","time":{"start":1724889077029,"stop":1724889077029,"duration":0}},{"uid":"5b9b2de70ca297f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5b9b2de70ca297f9","status":"passed","time":{"start":1724888267999,"stop":1724888267999,"duration":0}},{"uid":"81793f2f7bd6c947","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/81793f2f7bd6c947","status":"passed","time":{"start":1724887032385,"stop":1724887032385,"duration":0}},{"uid":"b865f3d1606b4f0b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b865f3d1606b4f0b","status":"passed","time":{"start":1724886822782,"stop":1724886822782,"duration":0}},{"uid":"8abf936ba6a1dd03","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8abf936ba6a1dd03","status":"passed","time":{"start":1724862233500,"stop":1724862233500,"duration":0}},{"uid":"6c6e24f29cc3d0f0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6c6e24f29cc3d0f0","status":"passed","time":{"start":1724861712660,"stop":1724861712660,"duration":0}},{"uid":"b646e23b43033ce2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b646e23b43033ce2","status":"passed","time":{"start":1724861567871,"stop":1724861567871,"duration":0}},{"uid":"4707679e82eeb500","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4707679e82eeb500","status":"passed","time":{"start":1724861392035,"stop":1724861392036,"duration":1}}]},"tags":[]},"source":"95e075ddf9bc4406.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/e43d2f4a37d30d8.json b/7376/data/test-cases/96e901a7d2d8843.json similarity index 75% rename from 7346/data/test-cases/e43d2f4a37d30d8.json rename to 7376/data/test-cases/96e901a7d2d8843.json index 72ca093cc77..6c0e3f7b85c 100644 --- a/7346/data/test-cases/e43d2f4a37d30d8.json +++ b/7376/data/test-cases/96e901a7d2d8843.json @@ -1 +1 @@ -{"uid":"e43d2f4a37d30d8","name":"Push message with Basic HTML tag payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with Basic HTML tag payload","historyId":"589b1b7a6d9807934ff98a31643c4d34:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505325,"stop":1724765505325,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":22,"unknown":0,"total":26},"items":[{"uid":"1046d4da39d823a1","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/1046d4da39d823a1","status":"passed","time":{"start":1724765434017,"stop":1724765434018,"duration":1}},{"uid":"ef79a58250f2a06f","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/ef79a58250f2a06f","status":"passed","time":{"start":1724763779024,"stop":1724763779024,"duration":0}},{"uid":"5f77a65ed55bfb7","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/5f77a65ed55bfb7","status":"passed","time":{"start":1724761038718,"stop":1724761038718,"duration":0}},{"uid":"81bc78eff9b2c4ce","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/81bc78eff9b2c4ce","status":"passed","time":{"start":1724760066619,"stop":1724760066620,"duration":1}},{"uid":"25be1953d6ddd63d","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/25be1953d6ddd63d","status":"passed","time":{"start":1724758222981,"stop":1724758222982,"duration":1}},{"uid":"8f37c1d163034358","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/8f37c1d163034358","status":"passed","time":{"start":1724757927316,"stop":1724757927316,"duration":0}},{"uid":"dfe0f352007281b5","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/dfe0f352007281b5","status":"passed","time":{"start":1724757257488,"stop":1724757257488,"duration":0}},{"uid":"ddfd3ee76e3e6695","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ddfd3ee76e3e6695","status":"passed","time":{"start":1724755332947,"stop":1724755332947,"duration":0}},{"uid":"32cd51c068301f4","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/32cd51c068301f4","status":"passed","time":{"start":1724752782319,"stop":1724752782319,"duration":0}},{"uid":"3fafe3302ad4f4e7","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/3fafe3302ad4f4e7","status":"passed","time":{"start":1724751616569,"stop":1724751616570,"duration":1}},{"uid":"29ccec5e04236007","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/29ccec5e04236007","status":"passed","time":{"start":1724750701989,"stop":1724750701990,"duration":1}},{"uid":"e12f2cf835febe50","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/e12f2cf835febe50","status":"passed","time":{"start":1724749709039,"stop":1724749709039,"duration":0}},{"uid":"c267bf2e643bb21b","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c267bf2e643bb21b","status":"passed","time":{"start":1724718008216,"stop":1724718008216,"duration":0}},{"uid":"e8c6b7eb6776220b","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/e8c6b7eb6776220b","status":"passed","time":{"start":1724715239087,"stop":1724715239087,"duration":0}},{"uid":"24d0306fd4c2b314","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/24d0306fd4c2b314","status":"passed","time":{"start":1724713322703,"stop":1724713322703,"duration":0}},{"uid":"d83b562a7dc81b3b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d83b562a7dc81b3b","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724707170670,"stop":1724707170670,"duration":0}},{"uid":"f9e5fba9267f201d","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f9e5fba9267f201d","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724705570758,"stop":1724705570758,"duration":0}},{"uid":"26802e5f32755498","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/26802e5f32755498","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724684936346,"stop":1724684936346,"duration":0}},{"uid":"9964a9a4ace50c6f","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/9964a9a4ace50c6f","status":"passed","time":{"start":1724673044034,"stop":1724673044035,"duration":1}},{"uid":"12746104f4dfc98b","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/12746104f4dfc98b","status":"passed","time":{"start":1724670767285,"stop":1724670767285,"duration":0}}]},"tags":[]},"source":"e43d2f4a37d30d8.json","parameterValues":[]} \ No newline at end of file +{"uid":"96e901a7d2d8843","name":"Push message with Chinese payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with Chinese payload","historyId":"ad5b88cbb7af184c3b179fd57279ec1f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921443,"stop":1724922921444,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"29497eb6647e3935","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/29497eb6647e3935","status":"passed","time":{"start":1724921602944,"stop":1724921602944,"duration":0}},{"uid":"2683c04f650b5442","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2683c04f650b5442","status":"passed","time":{"start":1724921571093,"stop":1724921571093,"duration":0}},{"uid":"71e9c203900e438d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/71e9c203900e438d","status":"passed","time":{"start":1724918285583,"stop":1724918285583,"duration":0}},{"uid":"66aa468d8754e954","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/66aa468d8754e954","status":"passed","time":{"start":1724890030087,"stop":1724890030087,"duration":0}},{"uid":"6dae0f577dabf92","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6dae0f577dabf92","status":"passed","time":{"start":1724889171905,"stop":1724889171906,"duration":1}},{"uid":"2fcb258516da789a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2fcb258516da789a","status":"passed","time":{"start":1724888350718,"stop":1724888350719,"duration":1}},{"uid":"b8671a151e10b4a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b8671a151e10b4a9","status":"passed","time":{"start":1724887115403,"stop":1724887115404,"duration":1}},{"uid":"ffe3ec8f17cc4319","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ffe3ec8f17cc4319","status":"passed","time":{"start":1724886884568,"stop":1724886884568,"duration":0}},{"uid":"ee9b2849c876f79","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ee9b2849c876f79","status":"passed","time":{"start":1724862322245,"stop":1724862322246,"duration":1}},{"uid":"f48e8952ba63d8fc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f48e8952ba63d8fc","status":"passed","time":{"start":1724861790748,"stop":1724861790748,"duration":0}},{"uid":"f460ac586d05890b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f460ac586d05890b","status":"passed","time":{"start":1724861628417,"stop":1724861628417,"duration":0}},{"uid":"dfc9c20d2bd76ced","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dfc9c20d2bd76ced","status":"passed","time":{"start":1724861465620,"stop":1724861465620,"duration":0}}]},"tags":[]},"source":"96e901a7d2d8843.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/7d04bf528ae697dc.json b/7376/data/test-cases/96f4f0fba43c7204.json similarity index 78% rename from 7346/data/test-cases/7d04bf528ae697dc.json rename to 7376/data/test-cases/96f4f0fba43c7204.json index cd033566715..a8e65b09446 100644 --- a/7346/data/test-cases/7d04bf528ae697dc.json +++ b/7376/data/test-cases/96f4f0fba43c7204.json @@ -1 +1 @@ -{"uid":"7d04bf528ae697dc","name":"Check received message containing Basic HTML tag","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing Basic HTML tag","historyId":"954363487a29c1b5a533787fe6c817df:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392370,"stop":1724765392370,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"6247b797e79b8f81","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/6247b797e79b8f81","status":"passed","time":{"start":1724765313858,"stop":1724765313858,"duration":0}},{"uid":"5dc02f42ba334b18","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/5dc02f42ba334b18","status":"passed","time":{"start":1724763683857,"stop":1724763683857,"duration":0}},{"uid":"3bafa025fcf74056","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/3bafa025fcf74056","status":"passed","time":{"start":1724760929557,"stop":1724760929559,"duration":2}},{"uid":"acfe321e7dfda819","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/acfe321e7dfda819","status":"passed","time":{"start":1724759955158,"stop":1724759955159,"duration":1}},{"uid":"381bfca12810cde0","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/381bfca12810cde0","status":"passed","time":{"start":1724758077427,"stop":1724758077428,"duration":1}},{"uid":"38fe30d1d03f6a18","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/38fe30d1d03f6a18","status":"passed","time":{"start":1724757801860,"stop":1724757801860,"duration":0}},{"uid":"300f3b6368c2957f","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/300f3b6368c2957f","status":"passed","time":{"start":1724757120162,"stop":1724757120162,"duration":0}},{"uid":"a43c91490d98866f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a43c91490d98866f","status":"passed","time":{"start":1724755211044,"stop":1724755211048,"duration":4}},{"uid":"6eadafb119b5d699","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/6eadafb119b5d699","status":"passed","time":{"start":1724752646532,"stop":1724752646532,"duration":0}},{"uid":"b227de10d7886362","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/b227de10d7886362","status":"passed","time":{"start":1724751495267,"stop":1724751495267,"duration":0}},{"uid":"8ccdc35a0ea31e22","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/8ccdc35a0ea31e22","status":"passed","time":{"start":1724750572364,"stop":1724750572366,"duration":2}},{"uid":"11459044bcd4ea79","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/11459044bcd4ea79","status":"passed","time":{"start":1724749567238,"stop":1724749567238,"duration":0}},{"uid":"bf5c03b8694fb6bc","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/bf5c03b8694fb6bc","status":"passed","time":{"start":1724717880817,"stop":1724717880818,"duration":1}},{"uid":"d9d2107dbd5591ed","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/d9d2107dbd5591ed","status":"passed","time":{"start":1724715103499,"stop":1724715103499,"duration":0}},{"uid":"3b5a0a8a60eefac","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/3b5a0a8a60eefac","status":"passed","time":{"start":1724713195351,"stop":1724713195351,"duration":0}},{"uid":"6ca990b2626785bc","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6ca990b2626785bc","status":"passed","time":{"start":1724706389664,"stop":1724706389666,"duration":2}},{"uid":"4f799960313e9885","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/4f799960313e9885","status":"passed","time":{"start":1724704811180,"stop":1724704811181,"duration":1}},{"uid":"bfd9e92cb3f706d8","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/bfd9e92cb3f706d8","status":"passed","time":{"start":1724684170151,"stop":1724684170156,"duration":5}},{"uid":"262519e5019831a8","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/262519e5019831a8","status":"passed","time":{"start":1724672903595,"stop":1724672903596,"duration":1}},{"uid":"5abafea562d5035b","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/5abafea562d5035b","status":"passed","time":{"start":1724670674032,"stop":1724670674032,"duration":0}}]},"tags":[]},"source":"7d04bf528ae697dc.json","parameterValues":[]} \ No newline at end of file +{"uid":"96f4f0fba43c7204","name":"Check received message containing Basic HTML tag","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing Basic HTML tag","historyId":"954363487a29c1b5a533787fe6c817df:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845236,"stop":1724922845237,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fea0fb0bfaacf957","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fea0fb0bfaacf957","status":"passed","time":{"start":1724921515222,"stop":1724921515222,"duration":0}},{"uid":"b36e078ebde89262","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b36e078ebde89262","status":"passed","time":{"start":1724921475442,"stop":1724921475442,"duration":0}},{"uid":"1b75ba86e4a2bb9a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1b75ba86e4a2bb9a","status":"passed","time":{"start":1724918179387,"stop":1724918179387,"duration":0}},{"uid":"1bec3bef9657f390","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1bec3bef9657f390","status":"passed","time":{"start":1724889935337,"stop":1724889935337,"duration":0}},{"uid":"43d4d2a4ceddb7f2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/43d4d2a4ceddb7f2","status":"passed","time":{"start":1724889072749,"stop":1724889072750,"duration":1}},{"uid":"3dd3ed3dd440a745","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3dd3ed3dd440a745","status":"passed","time":{"start":1724888232411,"stop":1724888232411,"duration":0}},{"uid":"5aeb4306f4abbf1c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5aeb4306f4abbf1c","status":"passed","time":{"start":1724887018290,"stop":1724887018291,"duration":1}},{"uid":"e5fa9164c44b1220","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e5fa9164c44b1220","status":"passed","time":{"start":1724886781475,"stop":1724886781475,"duration":0}},{"uid":"9befc623f7b60dd1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9befc623f7b60dd1","status":"passed","time":{"start":1724862213658,"stop":1724862213659,"duration":1}},{"uid":"3a1b9c3b7d7df707","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3a1b9c3b7d7df707","status":"passed","time":{"start":1724861685851,"stop":1724861685852,"duration":1}},{"uid":"312892ea098f7017","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/312892ea098f7017","status":"passed","time":{"start":1724861546166,"stop":1724861546168,"duration":2}},{"uid":"e58690547d74deea","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e58690547d74deea","status":"passed","time":{"start":1724861378107,"stop":1724861378107,"duration":0}}]},"tags":[]},"source":"96f4f0fba43c7204.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/52cd05bda85f761c.json b/7376/data/test-cases/9713e188a70d6fe7.json similarity index 51% rename from 7346/data/test-cases/52cd05bda85f761c.json rename to 7376/data/test-cases/9713e188a70d6fe7.json index 8e7905d6850..c12bbbae2fd 100644 --- a/7346/data/test-cases/52cd05bda85f761c.json +++ b/7376/data/test-cases/9713e188a70d6fe7.json @@ -1 +1 @@ -{"uid":"52cd05bda85f761c","name":"Passing page size 1 when there are 4 messages","fullName":"/tests/store/page_size.node.spec.ts: Waku Store, page size > Passing page size 1 when there are 4 messages","historyId":"fdc74c4e13af5d1d49c134afefa674b9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765545354,"stop":1724765545354,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, page size"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"a8e49d5d9fa746b7","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/a8e49d5d9fa746b7","status":"passed","time":{"start":1724765471400,"stop":1724765471400,"duration":0}},{"uid":"6d1219866c8bea53","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/6d1219866c8bea53","status":"passed","time":{"start":1724763827932,"stop":1724763827933,"duration":1}},{"uid":"9ffbd20588d8fd6c","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/9ffbd20588d8fd6c","status":"passed","time":{"start":1724761084760,"stop":1724761084760,"duration":0}},{"uid":"1dc477881fbbe7dd","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/1dc477881fbbe7dd","status":"passed","time":{"start":1724760105215,"stop":1724760105216,"duration":1}},{"uid":"52687d32eab145a6","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/52687d32eab145a6","status":"passed","time":{"start":1724758251479,"stop":1724758251483,"duration":4}},{"uid":"c700d7960c1f25a1","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c700d7960c1f25a1","status":"passed","time":{"start":1724757947199,"stop":1724757947199,"duration":0}},{"uid":"3cf559af7af0d545","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/3cf559af7af0d545","status":"passed","time":{"start":1724757297808,"stop":1724757297808,"duration":0}},{"uid":"b39c5c15a24a4d74","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b39c5c15a24a4d74","status":"passed","time":{"start":1724755380033,"stop":1724755380034,"duration":1}},{"uid":"de5cf83e40c4fc98","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/de5cf83e40c4fc98","status":"passed","time":{"start":1724752822933,"stop":1724752822934,"duration":1}},{"uid":"c7e155e09843b1dd","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/c7e155e09843b1dd","status":"passed","time":{"start":1724751647548,"stop":1724751647549,"duration":1}},{"uid":"4abaee152d119ba8","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/4abaee152d119ba8","status":"passed","time":{"start":1724750732233,"stop":1724750732233,"duration":0}},{"uid":"a8aca6328d594fe0","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/a8aca6328d594fe0","status":"passed","time":{"start":1724749732030,"stop":1724749732030,"duration":0}},{"uid":"5ea80842a3b4d973","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/5ea80842a3b4d973","status":"passed","time":{"start":1724718038569,"stop":1724718038573,"duration":4}},{"uid":"1fce65958caab825","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/1fce65958caab825","status":"passed","time":{"start":1724715272693,"stop":1724715272693,"duration":0}},{"uid":"d4971d4b29ba326f","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/d4971d4b29ba326f","status":"passed","time":{"start":1724713359482,"stop":1724713359482,"duration":0}},{"uid":"16d81592ae3ed0d4","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/16d81592ae3ed0d4","status":"passed","time":{"start":1724706564505,"stop":1724706564505,"duration":0}},{"uid":"107575cca1f557b0","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/107575cca1f557b0","status":"passed","time":{"start":1724704972716,"stop":1724704972717,"duration":1}},{"uid":"9f57f1bcf1d6169d","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/9f57f1bcf1d6169d","status":"passed","time":{"start":1724684357216,"stop":1724684357216,"duration":0}},{"uid":"3542aab5a6eb6b20","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/3542aab5a6eb6b20","status":"passed","time":{"start":1724673081509,"stop":1724673081509,"duration":0}},{"uid":"bec11c32a78477d2","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/bec11c32a78477d2","status":"passed","time":{"start":1724670810983,"stop":1724670810983,"duration":0}}]},"tags":[]},"source":"52cd05bda85f761c.json","parameterValues":[]} \ No newline at end of file +{"uid":"9713e188a70d6fe7","name":"Passing page size 1 when there are 4 messages","fullName":"/tests/store/page_size.node.spec.ts: Waku Store, page size > Passing page size 1 when there are 4 messages","historyId":"fdc74c4e13af5d1d49c134afefa674b9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922983780,"stop":1724922983781,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, page size"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f5ba7a082a1b62f0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f5ba7a082a1b62f0","status":"passed","time":{"start":1724921656189,"stop":1724921656191,"duration":2}},{"uid":"2301598ed6f3dc73","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2301598ed6f3dc73","status":"passed","time":{"start":1724921620456,"stop":1724921620457,"duration":1}},{"uid":"1ec1f5b9b8c90967","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1ec1f5b9b8c90967","status":"passed","time":{"start":1724918327709,"stop":1724918327709,"duration":0}},{"uid":"17380b2490bfa30b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/17380b2490bfa30b","status":"passed","time":{"start":1724890078469,"stop":1724890078469,"duration":0}},{"uid":"e5e8a1b40b19644e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e5e8a1b40b19644e","status":"passed","time":{"start":1724889213825,"stop":1724889213825,"duration":0}},{"uid":"39d25479fe83466d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/39d25479fe83466d","status":"passed","time":{"start":1724888383601,"stop":1724888383601,"duration":0}},{"uid":"da9e26ea3a13e760","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/da9e26ea3a13e760","status":"passed","time":{"start":1724887164578,"stop":1724887164578,"duration":0}},{"uid":"bb42eddf09df9f31","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bb42eddf09df9f31","status":"passed","time":{"start":1724886943099,"stop":1724886943100,"duration":1}},{"uid":"d5ff08abc7fd533a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d5ff08abc7fd533a","status":"passed","time":{"start":1724862368928,"stop":1724862368929,"duration":1}},{"uid":"b587641b32485185","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b587641b32485185","status":"passed","time":{"start":1724861835945,"stop":1724861835946,"duration":1}},{"uid":"66ca08fb5124eba6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/66ca08fb5124eba6","status":"passed","time":{"start":1724861692901,"stop":1724861692902,"duration":1}},{"uid":"d6d3653f2c6089ea","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d6d3653f2c6089ea","status":"passed","time":{"start":1724861520699,"stop":1724861520699,"duration":0}}]},"tags":[]},"source":"9713e188a70d6fe7.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/975fe7c6c4cc5644.json b/7376/data/test-cases/975fe7c6c4cc5644.json new file mode 100644 index 00000000000..57d5a8b12fb --- /dev/null +++ b/7376/data/test-cases/975fe7c6c4cc5644.json @@ -0,0 +1 @@ +{"uid":"975fe7c6c4cc5644","name":"should throw an error for empty SingleShardInfos array","fullName":"/src/common/sharding/index.spec.ts: singleShardInfosToShardInfo > should throw an error for empty SingleShardInfos array","historyId":"9c4390b7f5f5aafa04416a8b5b04d5e7:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374677,"stop":1724922374678,"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":"singleShardInfosToShardInfo"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fd88698b1bb3f570","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fd88698b1bb3f570","status":"passed","time":{"start":1724921037638,"stop":1724921037638,"duration":0}},{"uid":"a0e4aeb8d3643075","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a0e4aeb8d3643075","status":"passed","time":{"start":1724921013050,"stop":1724921013051,"duration":1}},{"uid":"eac076b51d1d9514","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eac076b51d1d9514","status":"passed","time":{"start":1724917673294,"stop":1724917673294,"duration":0}},{"uid":"b8db57f39f39d943","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8db57f39f39d943","status":"passed","time":{"start":1724889452313,"stop":1724889452313,"duration":0}},{"uid":"9ecd25ab1cbb9565","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9ecd25ab1cbb9565","status":"passed","time":{"start":1724888602843,"stop":1724888602843,"duration":0}},{"uid":"e5118d1b21697e1d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e5118d1b21697e1d","status":"passed","time":{"start":1724887759166,"stop":1724887759166,"duration":0}},{"uid":"3bac5c46654467","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3bac5c46654467","status":"passed","time":{"start":1724886525546,"stop":1724886525546,"duration":0}},{"uid":"59d77c84cc32be49","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/59d77c84cc32be49","status":"passed","time":{"start":1724886303399,"stop":1724886303399,"duration":0}},{"uid":"3b994733e566f6e9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3b994733e566f6e9","status":"passed","time":{"start":1724861752231,"stop":1724861752231,"duration":0}},{"uid":"5c971997f614d5c2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5c971997f614d5c2","status":"passed","time":{"start":1724861223357,"stop":1724861223357,"duration":0}},{"uid":"ad6e2d86d77d799f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ad6e2d86d77d799f","status":"passed","time":{"start":1724861045205,"stop":1724861045205,"duration":0}},{"uid":"2f6f8fa6fc47eac2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2f6f8fa6fc47eac2","status":"passed","time":{"start":1724860907087,"stop":1724860907087,"duration":0}}]},"tags":[]},"source":"975fe7c6c4cc5644.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/6e2bc0a72e9da806.json b/7376/data/test-cases/976172f62ce6eb1b.json similarity index 83% rename from 7346/data/test-cases/6e2bc0a72e9da806.json rename to 7376/data/test-cases/976172f62ce6eb1b.json index eecffa623e1..4791708a24a 100644 --- a/7346/data/test-cases/6e2bc0a72e9da806.json +++ b/7376/data/test-cases/976172f62ce6eb1b.json @@ -1 +1 @@ -{"uid":"6e2bc0a72e9da806","name":"Push message with Chinese payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with Chinese payload","historyId":"9fdb72cbbc0f05cc501abaae655fa2cd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367114,"stop":1724765367114,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"b42532d7d6435890","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/b42532d7d6435890","status":"passed","time":{"start":1724765300561,"stop":1724765300562,"duration":1}},{"uid":"ac1cd284e86523c9","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/ac1cd284e86523c9","status":"passed","time":{"start":1724763693151,"stop":1724763693152,"duration":1}},{"uid":"4ebab08ccdd208de","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/4ebab08ccdd208de","status":"passed","time":{"start":1724760912468,"stop":1724760912469,"duration":1}},{"uid":"de9a66d9e3b5a29d","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/de9a66d9e3b5a29d","status":"passed","time":{"start":1724759937115,"stop":1724759937116,"duration":1}},{"uid":"a669f33afe03e774","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/a669f33afe03e774","status":"passed","time":{"start":1724758102737,"stop":1724758102737,"duration":0}},{"uid":"2888cd9a456307c0","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2888cd9a456307c0","status":"passed","time":{"start":1724757793363,"stop":1724757793363,"duration":0}},{"uid":"eeae56302885049f","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/eeae56302885049f","status":"passed","time":{"start":1724757169516,"stop":1724757169516,"duration":0}},{"uid":"e553e93185a8e004","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/e553e93185a8e004","status":"passed","time":{"start":1724755216330,"stop":1724755216330,"duration":0}},{"uid":"1db7b3554821df99","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/1db7b3554821df99","status":"passed","time":{"start":1724752641980,"stop":1724752641981,"duration":1}},{"uid":"c398bbbe5ee4a6c6","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/c398bbbe5ee4a6c6","status":"passed","time":{"start":1724751479125,"stop":1724751479125,"duration":0}},{"uid":"f22659d8910cdbca","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/f22659d8910cdbca","status":"passed","time":{"start":1724750562180,"stop":1724750562182,"duration":2}},{"uid":"15d699ffea573ddf","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/15d699ffea573ddf","status":"passed","time":{"start":1724749562416,"stop":1724749562416,"duration":0}},{"uid":"23ce4a6c8f0fa10b","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/23ce4a6c8f0fa10b","status":"passed","time":{"start":1724717869147,"stop":1724717869147,"duration":0}},{"uid":"840e0f1f9c860740","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/840e0f1f9c860740","status":"passed","time":{"start":1724715105983,"stop":1724715105984,"duration":1}},{"uid":"2692c10760e20eab","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/2692c10760e20eab","status":"passed","time":{"start":1724713204863,"stop":1724713204864,"duration":1}},{"uid":"ad14a0c8c2ec13b1","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/ad14a0c8c2ec13b1","status":"passed","time":{"start":1724706379243,"stop":1724706379243,"duration":0}},{"uid":"1a505909ebbcf2da","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/1a505909ebbcf2da","status":"passed","time":{"start":1724704806936,"stop":1724704806936,"duration":0}},{"uid":"d65f44780cad226c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d65f44780cad226c","status":"passed","time":{"start":1724684165981,"stop":1724684165982,"duration":1}},{"uid":"e35fa9b02f45f47","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/e35fa9b02f45f47","status":"passed","time":{"start":1724672921806,"stop":1724672921807,"duration":1}},{"uid":"44aa865a42896efb","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/44aa865a42896efb","status":"passed","time":{"start":1724670647849,"stop":1724670647850,"duration":1}}]},"tags":[]},"source":"6e2bc0a72e9da806.json","parameterValues":[]} \ No newline at end of file +{"uid":"976172f62ce6eb1b","name":"Push message with Chinese payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with Chinese payload","historyId":"9fdb72cbbc0f05cc501abaae655fa2cd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853906,"stop":1724922853907,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1f9cab0163b4f247","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1f9cab0163b4f247","status":"passed","time":{"start":1724921529569,"stop":1724921529569,"duration":0}},{"uid":"4b9c070301d2a94b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4b9c070301d2a94b","status":"passed","time":{"start":1724921488871,"stop":1724921488871,"duration":0}},{"uid":"c59f3cd8b81ded03","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c59f3cd8b81ded03","status":"passed","time":{"start":1724918203667,"stop":1724918203667,"duration":0}},{"uid":"91491d924a0ab75c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91491d924a0ab75c","status":"passed","time":{"start":1724889938348,"stop":1724889938351,"duration":3}},{"uid":"36eee861a4c6115","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/36eee861a4c6115","status":"passed","time":{"start":1724889077030,"stop":1724889077030,"duration":0}},{"uid":"dbfde88630a3c462","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dbfde88630a3c462","status":"passed","time":{"start":1724888268003,"stop":1724888268003,"duration":0}},{"uid":"e6ab058e5b80b400","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e6ab058e5b80b400","status":"passed","time":{"start":1724887032387,"stop":1724887032387,"duration":0}},{"uid":"211f15b96e55e963","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/211f15b96e55e963","status":"passed","time":{"start":1724886822783,"stop":1724886822784,"duration":1}},{"uid":"a0b7a13fcbca9cdd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a0b7a13fcbca9cdd","status":"passed","time":{"start":1724862233501,"stop":1724862233502,"duration":1}},{"uid":"8f901aef186d7a23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8f901aef186d7a23","status":"passed","time":{"start":1724861712662,"stop":1724861712662,"duration":0}},{"uid":"8f192c8857d860da","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8f192c8857d860da","status":"passed","time":{"start":1724861567874,"stop":1724861567876,"duration":2}},{"uid":"9db3a48e15991c16","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9db3a48e15991c16","status":"passed","time":{"start":1724861392037,"stop":1724861392037,"duration":0}}]},"tags":[]},"source":"976172f62ce6eb1b.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/97718009893323ff.json b/7376/data/test-cases/97718009893323ff.json new file mode 100644 index 00000000000..dde0dbee21f --- /dev/null +++ b/7376/data/test-cases/97718009893323ff.json @@ -0,0 +1 @@ +{"uid":"97718009893323ff","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","fullName":"/tests/connection-mananger/events.spec.ts: Events > peer:connect > should emit `peer:connected:peer-exchange` event when a peer is connected","historyId":"ec7313d698a39b8d8375e6a44279cf6d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922425598,"stop":1724922425599,"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:connect"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1456f6e645e729a6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1456f6e645e729a6","status":"passed","time":{"start":1724921088196,"stop":1724921088199,"duration":3}},{"uid":"3a00eae55411bf01","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3a00eae55411bf01","status":"passed","time":{"start":1724921063382,"stop":1724921063382,"duration":0}},{"uid":"64700223e31d00c5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/64700223e31d00c5","status":"passed","time":{"start":1724917723832,"stop":1724917723833,"duration":1}},{"uid":"1ad8590b26d4f69c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1ad8590b26d4f69c","status":"passed","time":{"start":1724889503226,"stop":1724889503227,"duration":1}},{"uid":"afa1674423737861","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/afa1674423737861","status":"passed","time":{"start":1724888652593,"stop":1724888652594,"duration":1}},{"uid":"4aad3da992035199","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4aad3da992035199","status":"passed","time":{"start":1724887810648,"stop":1724887810649,"duration":1}},{"uid":"f204a059c306fb5b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f204a059c306fb5b","status":"passed","time":{"start":1724886577070,"stop":1724886577071,"duration":1}},{"uid":"d7f2c73696409581","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d7f2c73696409581","status":"passed","time":{"start":1724886355050,"stop":1724886355052,"duration":2}},{"uid":"bf703478733f301d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf703478733f301d","status":"passed","time":{"start":1724861804040,"stop":1724861804040,"duration":0}},{"uid":"60981abee565e56","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/60981abee565e56","status":"passed","time":{"start":1724861273296,"stop":1724861273297,"duration":1}},{"uid":"9808e2f7dd44efc7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9808e2f7dd44efc7","status":"passed","time":{"start":1724861099309,"stop":1724861099310,"duration":1}},{"uid":"a2ee87020dc51144","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a2ee87020dc51144","status":"passed","time":{"start":1724860959308,"stop":1724860959308,"duration":0}}]},"tags":[]},"source":"97718009893323ff.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/977e07766c3875f8.json b/7376/data/test-cases/977e07766c3875f8.json new file mode 100644 index 00000000000..2ebddaacd21 --- /dev/null +++ b/7376/data/test-cases/977e07766c3875f8.json @@ -0,0 +1 @@ +{"uid":"977e07766c3875f8","name":"Subscribe to topic containing XML and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to topic containing XML and receive message","historyId":"dedf3aa8babff657917e449dbd1de09c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012465,"stop":1724923012466,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6009f0c5e4688b78","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6009f0c5e4688b78","status":"passed","time":{"start":1724921625066,"stop":1724921625067,"duration":1}},{"uid":"7c9f2f9e1664bd77","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7c9f2f9e1664bd77","status":"passed","time":{"start":1724921590496,"stop":1724921590497,"duration":1}},{"uid":"740c413c55245129","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/740c413c55245129","status":"passed","time":{"start":1724918287566,"stop":1724918287566,"duration":0}},{"uid":"725754f296464a42","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/725754f296464a42","status":"passed","time":{"start":1724890047788,"stop":1724890047789,"duration":1}},{"uid":"c6b2b1f964762e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c6b2b1f964762e0","status":"passed","time":{"start":1724889183921,"stop":1724889183922,"duration":1}},{"uid":"97c7ce1e63fae3da","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/97c7ce1e63fae3da","status":"passed","time":{"start":1724888354166,"stop":1724888354166,"duration":0}},{"uid":"d35b40d40a16d783","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d35b40d40a16d783","status":"passed","time":{"start":1724887145659,"stop":1724887145660,"duration":1}},{"uid":"1151d847e86b0bdb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1151d847e86b0bdb","status":"passed","time":{"start":1724886915787,"stop":1724886915788,"duration":1}},{"uid":"87a5894171c1bdb5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/87a5894171c1bdb5","status":"passed","time":{"start":1724862341439,"stop":1724862341439,"duration":0}},{"uid":"9f4581aef47ebee","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9f4581aef47ebee","status":"passed","time":{"start":1724861805443,"stop":1724861805443,"duration":0}},{"uid":"a9823afda8ab32c5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a9823afda8ab32c5","status":"passed","time":{"start":1724861662257,"stop":1724861662257,"duration":0}},{"uid":"a958605bc710ae09","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a958605bc710ae09","status":"passed","time":{"start":1724861492513,"stop":1724861492514,"duration":1}}]},"tags":[]},"source":"977e07766c3875f8.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/97df1ecd8ae2879a.json b/7376/data/test-cases/97df1ecd8ae2879a.json new file mode 100644 index 00000000000..7c09fa487d2 --- /dev/null +++ b/7376/data/test-cases/97df1ecd8ae2879a.json @@ -0,0 +1 @@ +{"uid":"97df1ecd8ae2879a","name":"ENRTree (tree): should error if DNS tree entry is misformatted","fullName":"/src/dns/enrtree.spec.ts: ENRTree > ENRTree (tree): should error if DNS tree entry is misformatted","historyId":"621f2942de2d10dc49dd6c311921015b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922398405,"stop":1724922398405,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"ENRTree"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"245e853426170402","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/245e853426170402","status":"passed","time":{"start":1724921061373,"stop":1724921061373,"duration":0}},{"uid":"b045c090c74a7cac","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b045c090c74a7cac","status":"passed","time":{"start":1724921036553,"stop":1724921036561,"duration":8}},{"uid":"7d81fc90477d33a7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7d81fc90477d33a7","status":"passed","time":{"start":1724917696995,"stop":1724917696995,"duration":0}},{"uid":"b470334305123fd5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b470334305123fd5","status":"passed","time":{"start":1724889475438,"stop":1724889475438,"duration":0}},{"uid":"75ece2c30678909a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/75ece2c30678909a","status":"passed","time":{"start":1724888626532,"stop":1724888626532,"duration":0}},{"uid":"bea27e397dde7697","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bea27e397dde7697","status":"passed","time":{"start":1724887782740,"stop":1724887782740,"duration":0}},{"uid":"53a0bb06280d3226","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/53a0bb06280d3226","status":"passed","time":{"start":1724886549352,"stop":1724886549352,"duration":0}},{"uid":"e419753119fcb9ef","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e419753119fcb9ef","status":"passed","time":{"start":1724886326875,"stop":1724886326877,"duration":2}},{"uid":"3a9fb6d52fc41214","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a9fb6d52fc41214","status":"passed","time":{"start":1724861776303,"stop":1724861776304,"duration":1}},{"uid":"52e12bd60d7f1413","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/52e12bd60d7f1413","status":"passed","time":{"start":1724861246687,"stop":1724861246688,"duration":1}},{"uid":"9c9b7b97e6d9af92","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9c9b7b97e6d9af92","status":"passed","time":{"start":1724861070672,"stop":1724861070673,"duration":1}},{"uid":"2718ba0587b0e8b7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2718ba0587b0e8b7","status":"passed","time":{"start":1724860931332,"stop":1724860931333,"duration":1}}]},"tags":[]},"source":"97df1ecd8ae2879a.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/980238336f0b5e4c.json b/7376/data/test-cases/980238336f0b5e4c.json new file mode 100644 index 00000000000..2307bb52337 --- /dev/null +++ b/7376/data/test-cases/980238336f0b5e4c.json @@ -0,0 +1 @@ +{"uid":"980238336f0b5e4c","name":"Ordered Callback - true","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Ordered Callback - true","historyId":"5208aec32c9f104fd6394f04ab591519:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922966705,"stop":1724922966705,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, order"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"37ad946f1220bc7d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/37ad946f1220bc7d","status":"passed","time":{"start":1724921640664,"stop":1724921640664,"duration":0}},{"uid":"dec4e3f713f1940d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dec4e3f713f1940d","status":"passed","time":{"start":1724921597597,"stop":1724921597597,"duration":0}},{"uid":"cb088ac7e9125f3e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cb088ac7e9125f3e","status":"passed","time":{"start":1724918306250,"stop":1724918306250,"duration":0}},{"uid":"3ec004e8272d2a0a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3ec004e8272d2a0a","status":"passed","time":{"start":1724890060301,"stop":1724890060301,"duration":0}},{"uid":"e5fa32c40d932914","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e5fa32c40d932914","status":"passed","time":{"start":1724889191329,"stop":1724889191329,"duration":0}},{"uid":"8aea20cd1786033b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8aea20cd1786033b","status":"passed","time":{"start":1724888368608,"stop":1724888368618,"duration":10}},{"uid":"3958e248b83c1171","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3958e248b83c1171","status":"passed","time":{"start":1724887150941,"stop":1724887150941,"duration":0}},{"uid":"b147754979eaf785","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b147754979eaf785","status":"passed","time":{"start":1724886928812,"stop":1724886928819,"duration":7}},{"uid":"591216e1f9808f46","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/591216e1f9808f46","status":"passed","time":{"start":1724862346044,"stop":1724862346045,"duration":1}},{"uid":"3755995d928f9f0c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3755995d928f9f0c","status":"passed","time":{"start":1724861823101,"stop":1724861823101,"duration":0}},{"uid":"d7905f347019e92","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d7905f347019e92","status":"passed","time":{"start":1724861677724,"stop":1724861677724,"duration":0}},{"uid":"d0da512a065ddd2d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d0da512a065ddd2d","status":"passed","time":{"start":1724861503963,"stop":1724861503964,"duration":1}}]},"tags":[]},"source":"980238336f0b5e4c.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/980c28369017adb.json b/7376/data/test-cases/980c28369017adb.json new file mode 100644 index 00000000000..42f583102c7 --- /dev/null +++ b/7376/data/test-cases/980c28369017adb.json @@ -0,0 +1 @@ +{"uid":"980c28369017adb","name":"through manual discovery","fullName":"/tests/multiaddr.node.spec.ts: multiaddr: dialing > does not attempt the same peer discovered multiple times more than once > through manual discovery","historyId":"ba6f4ccdefcbacaae5b841718fa8ff87:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922775986,"stop":1724922775987,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"does not attempt the same peer discovered multiple times more than once\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"does not attempt the same peer discovered multiple times more than once\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"multiaddr: dialing\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"multiaddr: dialing"},{"name":"suite","value":"does not attempt the same peer discovered multiple times more than once"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4d3fda186b727c06","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4d3fda186b727c06","status":"passed","time":{"start":1724921423894,"stop":1724921423895,"duration":1}},{"uid":"d74dadeb532effab","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d74dadeb532effab","status":"passed","time":{"start":1724921407985,"stop":1724921407985,"duration":0}},{"uid":"c18f0ba95f75e431","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c18f0ba95f75e431","status":"passed","time":{"start":1724918130464,"stop":1724918130464,"duration":0}},{"uid":"dbf4d6034d5f7182","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dbf4d6034d5f7182","status":"passed","time":{"start":1724889849944,"stop":1724889849946,"duration":2}},{"uid":"31ff5881e1ef8682","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31ff5881e1ef8682","status":"passed","time":{"start":1724888984943,"stop":1724888984943,"duration":0}},{"uid":"6a49dd6fdcba2ca3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a49dd6fdcba2ca3","status":"passed","time":{"start":1724888172873,"stop":1724888172874,"duration":1}},{"uid":"71b6d99e7e384dc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/71b6d99e7e384dc1","status":"passed","time":{"start":1724886941904,"stop":1724886941904,"duration":0}},{"uid":"b7b9eb6488f9907c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b7b9eb6488f9907c","status":"passed","time":{"start":1724886712938,"stop":1724886712938,"duration":0}},{"uid":"d7d358f57f8ccd7f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d7d358f57f8ccd7f","status":"passed","time":{"start":1724862129831,"stop":1724862129831,"duration":0}},{"uid":"f345775ff8c4b418","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f345775ff8c4b418","status":"passed","time":{"start":1724861625586,"stop":1724861625586,"duration":0}},{"uid":"4e8913f7f6d278ca","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4e8913f7f6d278ca","status":"passed","time":{"start":1724861470311,"stop":1724861470311,"duration":0}},{"uid":"119e0b73b482f0f1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/119e0b73b482f0f1","status":"passed","time":{"start":1724861304273,"stop":1724861304273,"duration":0}}]},"tags":[]},"source":"980c28369017adb.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/98d5a4c6d9df22e3.json b/7376/data/test-cases/98d5a4c6d9df22e3.json new file mode 100644 index 00000000000..78ec1314369 --- /dev/null +++ b/7376/data/test-cases/98d5a4c6d9df22e3.json @@ -0,0 +1 @@ +{"uid":"98d5a4c6d9df22e3","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","fullName":"/tests/store/time_filter.node.spec.ts: Waku Store, time filter > msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","historyId":"2348c279460b06b9a847c6850e355c67:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922999268,"stop":1724922999268,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":12,"unknown":0,"total":13},"items":[{"uid":"97a38bc575111e52","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/97a38bc575111e52","status":"passed","time":{"start":1724921669871,"stop":1724921669871,"duration":0}},{"uid":"83b420d815ee2ad9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/83b420d815ee2ad9","status":"passed","time":{"start":1724921630268,"stop":1724921630268,"duration":0}},{"uid":"349616a1456e85ff","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/349616a1456e85ff","status":"passed","time":{"start":1724918332988,"stop":1724918332988,"duration":0}},{"uid":"e1390b1690a1937a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e1390b1690a1937a","status":"passed","time":{"start":1724890089469,"stop":1724890089469,"duration":0}},{"uid":"258b934c43aa282","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/258b934c43aa282","status":"passed","time":{"start":1724889224493,"stop":1724889224494,"duration":1}},{"uid":"ded2e12b1d0a99e9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ded2e12b1d0a99e9","status":"passed","time":{"start":1724888406347,"stop":1724888406347,"duration":0}},{"uid":"b03742eb32c0ab63","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b03742eb32c0ab63","status":"passed","time":{"start":1724887175024,"stop":1724887175025,"duration":1}},{"uid":"551935cc44db8fc1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/551935cc44db8fc1","status":"passed","time":{"start":1724886952408,"stop":1724886952408,"duration":0}},{"uid":"42dbd239a7d65795","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/42dbd239a7d65795","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1724862378563,"stop":1724862378565,"duration":2}},{"uid":"e849d8ea9d86ba17","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e849d8ea9d86ba17","status":"passed","time":{"start":1724861846750,"stop":1724861846751,"duration":1}},{"uid":"572e4af717644feb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/572e4af717644feb","status":"passed","time":{"start":1724861702536,"stop":1724861702536,"duration":0}},{"uid":"5d5d91a57a200d24","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5d5d91a57a200d24","status":"passed","time":{"start":1724861533459,"stop":1724861533459,"duration":0}}]},"tags":[]},"source":"98d5a4c6d9df22e3.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/325ff07595c14c30.json b/7376/data/test-cases/99991fb8b7ca31d7.json similarity index 53% rename from 7346/data/test-cases/325ff07595c14c30.json rename to 7376/data/test-cases/99991fb8b7ca31d7.json index 608a807b4d7..5ea098a7fb5 100644 --- a/7346/data/test-cases/325ff07595c14c30.json +++ b/7376/data/test-cases/99991fb8b7ca31d7.json @@ -1 +1 @@ -{"uid":"325ff07595c14c30","name":"Reusing cursor across nodes","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Reusing cursor across nodes","historyId":"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765470241,"stop":1724765470241,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, cursor"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"b1a5ddab60b07c22","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/b1a5ddab60b07c22","status":"passed","time":{"start":1724765389225,"stop":1724765389226,"duration":1}},{"uid":"7fdb84f2857b6160","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/7fdb84f2857b6160","status":"passed","time":{"start":1724763765691,"stop":1724763765691,"duration":0}},{"uid":"efe942198e3873d7","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/efe942198e3873d7","status":"passed","time":{"start":1724761004841,"stop":1724761004842,"duration":1}},{"uid":"84bd6488b11d6f49","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/84bd6488b11d6f49","status":"passed","time":{"start":1724760037109,"stop":1724760037109,"duration":0}},{"uid":"dab236e6dd346168","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/dab236e6dd346168","status":"passed","time":{"start":1724758177014,"stop":1724758177014,"duration":0}},{"uid":"235dc9be6c9f5412","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/235dc9be6c9f5412","status":"passed","time":{"start":1724757847392,"stop":1724757847393,"duration":1}},{"uid":"55d715208aaf84a2","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/55d715208aaf84a2","status":"passed","time":{"start":1724757226686,"stop":1724757226686,"duration":0}},{"uid":"79808066c89c2d76","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/79808066c89c2d76","status":"passed","time":{"start":1724755296802,"stop":1724755296802,"duration":0}},{"uid":"8255e56947059177","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/8255e56947059177","status":"passed","time":{"start":1724752732664,"stop":1724752732664,"duration":0}},{"uid":"1b4d8a0d5bc38c57","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/1b4d8a0d5bc38c57","status":"passed","time":{"start":1724751577055,"stop":1724751577055,"duration":0}},{"uid":"4ebe356a8ef3baf6","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/4ebe356a8ef3baf6","status":"passed","time":{"start":1724750647496,"stop":1724750647496,"duration":0}},{"uid":"4ab250911018d2d0","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/4ab250911018d2d0","status":"passed","time":{"start":1724749642928,"stop":1724749642930,"duration":2}},{"uid":"56c271911637c5d4","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/56c271911637c5d4","status":"passed","time":{"start":1724717957841,"stop":1724717957841,"duration":0}},{"uid":"679022776d19ee90","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/679022776d19ee90","status":"passed","time":{"start":1724715206993,"stop":1724715207003,"duration":10}},{"uid":"dda7f7dbf1bed319","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/dda7f7dbf1bed319","status":"passed","time":{"start":1724713277143,"stop":1724713277146,"duration":3}},{"uid":"2508d57078599029","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2508d57078599029","status":"passed","time":{"start":1724706466068,"stop":1724706466069,"duration":1}},{"uid":"85fcb95f691a23ef","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/85fcb95f691a23ef","status":"passed","time":{"start":1724704876923,"stop":1724704876923,"duration":0}},{"uid":"3110ff43a91fc293","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/3110ff43a91fc293","status":"passed","time":{"start":1724684257317,"stop":1724684257318,"duration":1}},{"uid":"d547d65b4080d30d","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/d547d65b4080d30d","status":"passed","time":{"start":1724673010503,"stop":1724673010503,"duration":0}},{"uid":"2d7552b6dade786c","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/2d7552b6dade786c","status":"passed","time":{"start":1724670731311,"stop":1724670731312,"duration":1}}]},"tags":[]},"source":"325ff07595c14c30.json","parameterValues":[]} \ No newline at end of file +{"uid":"99991fb8b7ca31d7","name":"Reusing cursor across nodes","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Reusing cursor across nodes","historyId":"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922928888,"stop":1724922928888,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, cursor"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"90591eebaf76809d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/90591eebaf76809d","status":"passed","time":{"start":1724921620609,"stop":1724921620609,"duration":0}},{"uid":"10d25b6629dcd43a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/10d25b6629dcd43a","status":"passed","time":{"start":1724921566690,"stop":1724921566691,"duration":1}},{"uid":"16a1b9f731f4475f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/16a1b9f731f4475f","status":"passed","time":{"start":1724918280553,"stop":1724918280554,"duration":1}},{"uid":"5aea2019580e696","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5aea2019580e696","status":"passed","time":{"start":1724890019469,"stop":1724890019469,"duration":0}},{"uid":"9619ea723dd19672","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9619ea723dd19672","status":"passed","time":{"start":1724889148722,"stop":1724889148722,"duration":0}},{"uid":"e919e6d2d2d00bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e919e6d2d2d00bd","status":"passed","time":{"start":1724888331961,"stop":1724888331964,"duration":3}},{"uid":"6b9c3996d1f11f78","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b9c3996d1f11f78","status":"passed","time":{"start":1724887107115,"stop":1724887107115,"duration":0}},{"uid":"96ac19941314df85","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/96ac19941314df85","status":"passed","time":{"start":1724886889609,"stop":1724886889609,"duration":0}},{"uid":"58576deb79e59baf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/58576deb79e59baf","status":"passed","time":{"start":1724862298791,"stop":1724862298791,"duration":0}},{"uid":"d21e08f389837b1d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d21e08f389837b1d","status":"passed","time":{"start":1724861779254,"stop":1724861779255,"duration":1}},{"uid":"e365dc37ba50c106","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e365dc37ba50c106","status":"passed","time":{"start":1724861646563,"stop":1724861646563,"duration":0}},{"uid":"9622399170ac78a8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9622399170ac78a8","status":"passed","time":{"start":1724861466615,"stop":1724861466616,"duration":1}}]},"tags":[]},"source":"99991fb8b7ca31d7.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/b3c64e88608a6e44.json b/7376/data/test-cases/99c03f6cf3637f20.json similarity index 84% rename from 7346/data/test-cases/b3c64e88608a6e44.json rename to 7376/data/test-cases/99c03f6cf3637f20.json index 541697ec78a..2043df445b2 100644 --- a/7346/data/test-cases/b3c64e88608a6e44.json +++ b/7376/data/test-cases/99c03f6cf3637f20.json @@ -1 +1 @@ -{"uid":"b3c64e88608a6e44","name":"Throws when trying to push message with empty payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Throws when trying to push message with empty payload","historyId":"9e48a36c3cc9812976e64b83ee210bb2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367168,"stop":1724765367171,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"87208de8c08dac30","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/87208de8c08dac30","status":"passed","time":{"start":1724765300569,"stop":1724765300569,"duration":0}},{"uid":"72ce90d527b15092","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/72ce90d527b15092","status":"passed","time":{"start":1724763693157,"stop":1724763693158,"duration":1}},{"uid":"e59d2633b0f6294d","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/e59d2633b0f6294d","status":"passed","time":{"start":1724760912494,"stop":1724760912499,"duration":5}},{"uid":"64da382f4351df0","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/64da382f4351df0","status":"passed","time":{"start":1724759937126,"stop":1724759937127,"duration":1}},{"uid":"b7bfbe2414cbf661","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/b7bfbe2414cbf661","status":"passed","time":{"start":1724758102754,"stop":1724758102755,"duration":1}},{"uid":"7dd3165948827765","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/7dd3165948827765","status":"passed","time":{"start":1724757793369,"stop":1724757793369,"duration":0}},{"uid":"868ff55f8eb1160a","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/868ff55f8eb1160a","status":"passed","time":{"start":1724757169522,"stop":1724757169522,"duration":0}},{"uid":"8f3a850cc7de9193","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/8f3a850cc7de9193","status":"passed","time":{"start":1724755216336,"stop":1724755216337,"duration":1}},{"uid":"482de0c13fb1672e","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/482de0c13fb1672e","status":"passed","time":{"start":1724752641986,"stop":1724752641986,"duration":0}},{"uid":"c80d4caf3aa4785b","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/c80d4caf3aa4785b","status":"passed","time":{"start":1724751479131,"stop":1724751479131,"duration":0}},{"uid":"f71ab16793f4c065","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/f71ab16793f4c065","status":"passed","time":{"start":1724750562199,"stop":1724750562200,"duration":1}},{"uid":"b4aca2521ac8a136","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/b4aca2521ac8a136","status":"passed","time":{"start":1724749562422,"stop":1724749562424,"duration":2}},{"uid":"5b9ee6bd112bb0fa","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/5b9ee6bd112bb0fa","status":"passed","time":{"start":1724717869153,"stop":1724717869153,"duration":0}},{"uid":"36e7b8ce10422c42","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/36e7b8ce10422c42","status":"passed","time":{"start":1724715106022,"stop":1724715106022,"duration":0}},{"uid":"de60e71c41dafa51","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/de60e71c41dafa51","status":"passed","time":{"start":1724713204885,"stop":1724713204885,"duration":0}},{"uid":"983091f1d3d37954","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/983091f1d3d37954","status":"passed","time":{"start":1724706379249,"stop":1724706379249,"duration":0}},{"uid":"8c22ceeb6c52da5b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/8c22ceeb6c52da5b","status":"passed","time":{"start":1724704806945,"stop":1724704806946,"duration":1}},{"uid":"f6baf542847f5a53","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f6baf542847f5a53","status":"passed","time":{"start":1724684165987,"stop":1724684165988,"duration":1}},{"uid":"f0373628abc68ba4","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/f0373628abc68ba4","status":"passed","time":{"start":1724672921814,"stop":1724672921814,"duration":0}},{"uid":"6fe5eaae61d74e73","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/6fe5eaae61d74e73","status":"passed","time":{"start":1724670647858,"stop":1724670647872,"duration":14}}]},"tags":[]},"source":"b3c64e88608a6e44.json","parameterValues":[]} \ No newline at end of file +{"uid":"99c03f6cf3637f20","name":"Throws when trying to push message with empty payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Throws when trying to push message with empty payload","historyId":"9e48a36c3cc9812976e64b83ee210bb2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853913,"stop":1724922853914,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bcaf743eb0cc34b8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bcaf743eb0cc34b8","status":"passed","time":{"start":1724921529579,"stop":1724921529580,"duration":1}},{"uid":"3ad0be3b2edd8e21","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3ad0be3b2edd8e21","status":"passed","time":{"start":1724921488877,"stop":1724921488877,"duration":0}},{"uid":"d08807c2ec9e873d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d08807c2ec9e873d","status":"passed","time":{"start":1724918203678,"stop":1724918203678,"duration":0}},{"uid":"373624e6c0932976","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/373624e6c0932976","status":"passed","time":{"start":1724889938355,"stop":1724889938356,"duration":1}},{"uid":"725d550b00c18ed6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/725d550b00c18ed6","status":"passed","time":{"start":1724889077063,"stop":1724889077064,"duration":1}},{"uid":"4a8c1c1502c92faa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a8c1c1502c92faa","status":"passed","time":{"start":1724888268031,"stop":1724888268031,"duration":0}},{"uid":"b47577ab906a5042","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b47577ab906a5042","status":"passed","time":{"start":1724887032396,"stop":1724887032397,"duration":1}},{"uid":"5a75884f45c0c6d9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5a75884f45c0c6d9","status":"passed","time":{"start":1724886822789,"stop":1724886822789,"duration":0}},{"uid":"5a88ca5e341c3cba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5a88ca5e341c3cba","status":"passed","time":{"start":1724862233507,"stop":1724862233508,"duration":1}},{"uid":"d3a0d02c07db4b81","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d3a0d02c07db4b81","status":"passed","time":{"start":1724861712667,"stop":1724861712668,"duration":1}},{"uid":"83a42a42a469de4a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/83a42a42a469de4a","status":"passed","time":{"start":1724861567885,"stop":1724861567885,"duration":0}},{"uid":"a433cbc520cc8aac","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a433cbc520cc8aac","status":"passed","time":{"start":1724861392049,"stop":1724861392050,"duration":1}}]},"tags":[]},"source":"99c03f6cf3637f20.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/9a58c90c3b5ad709.json b/7376/data/test-cases/9a58c90c3b5ad709.json new file mode 100644 index 00000000000..4a152ff8bf8 --- /dev/null +++ b/7376/data/test-cases/9a58c90c3b5ad709.json @@ -0,0 +1 @@ +{"uid":"9a58c90c3b5ad709","name":"should set field with only STORE enabled","fullName":"/src/enr.spec.ts: ENR > waku2 key round trip > should set field with only STORE enabled","historyId":"058611e0379b567ec369f6d23bd97baf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922383092,"stop":1724922383092,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"waku2 key round trip"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"15f156674dabe4af","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/15f156674dabe4af","status":"passed","time":{"start":1724921046208,"stop":1724921046208,"duration":0}},{"uid":"85dcf8418ae7c5cb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/85dcf8418ae7c5cb","status":"passed","time":{"start":1724921021480,"stop":1724921021480,"duration":0}},{"uid":"f9405ee5f0816002","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f9405ee5f0816002","status":"passed","time":{"start":1724917681728,"stop":1724917681728,"duration":0}},{"uid":"b3e25d42cf26866","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b3e25d42cf26866","status":"passed","time":{"start":1724889460656,"stop":1724889460656,"duration":0}},{"uid":"7790b3b458c17d39","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7790b3b458c17d39","status":"passed","time":{"start":1724888611299,"stop":1724888611299,"duration":0}},{"uid":"8c02e34f07e814f3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8c02e34f07e814f3","status":"passed","time":{"start":1724887767624,"stop":1724887767624,"duration":0}},{"uid":"b99b35e07029c01a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b99b35e07029c01a","status":"passed","time":{"start":1724886533995,"stop":1724886533995,"duration":0}},{"uid":"aecc8725016eef6e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/aecc8725016eef6e","status":"passed","time":{"start":1724886311762,"stop":1724886311762,"duration":0}},{"uid":"1587667804ebdb1e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1587667804ebdb1e","status":"passed","time":{"start":1724861760780,"stop":1724861760780,"duration":0}},{"uid":"48f326058e571e2c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/48f326058e571e2c","status":"passed","time":{"start":1724861231738,"stop":1724861231738,"duration":0}},{"uid":"6e395d806debbb4f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6e395d806debbb4f","status":"passed","time":{"start":1724861054261,"stop":1724861054261,"duration":0}},{"uid":"4b939f56f7a6b112","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4b939f56f7a6b112","status":"passed","time":{"start":1724860915818,"stop":1724860915818,"duration":0}}]},"tags":[]},"source":"9a58c90c3b5ad709.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/a02a7dbde0595ebe.json b/7376/data/test-cases/9ac6dde90f9f5838.json similarity index 85% rename from 7346/data/test-cases/a02a7dbde0595ebe.json rename to 7376/data/test-cases/9ac6dde90f9f5838.json index 28f0b429f22..917aeda58ed 100644 --- a/7346/data/test-cases/a02a7dbde0595ebe.json +++ b/7376/data/test-cases/9ac6dde90f9f5838.json @@ -1 +1 @@ -{"uid":"a02a7dbde0595ebe","name":"Fails to push message with empty content topic","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Fails to push message with empty content topic","historyId":"964b1f89e1c2b44ec4c2bd98e3d35de0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505401,"stop":1724765505402,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"ce10484dc32e6d77","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/ce10484dc32e6d77","status":"passed","time":{"start":1724765434035,"stop":1724765434035,"duration":0}},{"uid":"9a67681d5a0e771a","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/9a67681d5a0e771a","status":"passed","time":{"start":1724763779048,"stop":1724763779048,"duration":0}},{"uid":"16276e42d9651a79","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/16276e42d9651a79","status":"passed","time":{"start":1724761038750,"stop":1724761038751,"duration":1}},{"uid":"65475abbd89b3a62","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/65475abbd89b3a62","status":"passed","time":{"start":1724760066637,"stop":1724760066638,"duration":1}},{"uid":"f84b2267daf79a6b","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/f84b2267daf79a6b","status":"passed","time":{"start":1724758223000,"stop":1724758223000,"duration":0}},{"uid":"e6a62711e2477ec7","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/e6a62711e2477ec7","status":"passed","time":{"start":1724757927332,"stop":1724757927333,"duration":1}},{"uid":"3e0e08f7d25a11a8","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/3e0e08f7d25a11a8","status":"passed","time":{"start":1724757257498,"stop":1724757257499,"duration":1}},{"uid":"466730a89c702a1c","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/466730a89c702a1c","status":"passed","time":{"start":1724755333011,"stop":1724755333011,"duration":0}},{"uid":"4d45d2a467327476","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/4d45d2a467327476","status":"passed","time":{"start":1724752782410,"stop":1724752782410,"duration":0}},{"uid":"ca89df0fd4dffbc3","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/ca89df0fd4dffbc3","status":"passed","time":{"start":1724751616580,"stop":1724751616580,"duration":0}},{"uid":"2f824a5493fcfde0","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/2f824a5493fcfde0","status":"passed","time":{"start":1724750702002,"stop":1724750702002,"duration":0}},{"uid":"ff0378d311295adf","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/ff0378d311295adf","status":"passed","time":{"start":1724749709052,"stop":1724749709053,"duration":1}},{"uid":"fbeee9708a5f794c","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/fbeee9708a5f794c","status":"passed","time":{"start":1724718008233,"stop":1724718008234,"duration":1}},{"uid":"7ba2ef31a5f956ed","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/7ba2ef31a5f956ed","status":"passed","time":{"start":1724715239147,"stop":1724715239147,"duration":0}},{"uid":"eecede7e41deb86d","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/eecede7e41deb86d","status":"passed","time":{"start":1724713322716,"stop":1724713322716,"duration":0}},{"uid":"472352e41db2cf2c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/472352e41db2cf2c","status":"passed","time":{"start":1724707170690,"stop":1724707170691,"duration":1}},{"uid":"b8f61b64f0614f3c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b8f61b64f0614f3c","status":"passed","time":{"start":1724705570780,"stop":1724705570780,"duration":0}},{"uid":"20a56aa029cdadd7","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/20a56aa029cdadd7","status":"passed","time":{"start":1724684936369,"stop":1724684936369,"duration":0}},{"uid":"f8e05a008d068194","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/f8e05a008d068194","status":"passed","time":{"start":1724673044057,"stop":1724673044057,"duration":0}},{"uid":"27441cb0f78ec5e5","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/27441cb0f78ec5e5","status":"passed","time":{"start":1724670767299,"stop":1724670767300,"duration":1}}]},"tags":[]},"source":"a02a7dbde0595ebe.json","parameterValues":[]} \ No newline at end of file +{"uid":"9ac6dde90f9f5838","name":"Fails to push message with empty content topic","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Fails to push message with empty content topic","historyId":"964b1f89e1c2b44ec4c2bd98e3d35de0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921472,"stop":1724922921472,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"98f22b23ba12d089","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/98f22b23ba12d089","status":"passed","time":{"start":1724921602983,"stop":1724921602983,"duration":0}},{"uid":"144684d91bd03d6b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/144684d91bd03d6b","status":"passed","time":{"start":1724921571107,"stop":1724921571108,"duration":1}},{"uid":"5aaea6baf151c62e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5aaea6baf151c62e","status":"passed","time":{"start":1724918285615,"stop":1724918285615,"duration":0}},{"uid":"93b31fbb78a3f79a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/93b31fbb78a3f79a","status":"passed","time":{"start":1724890030101,"stop":1724890030101,"duration":0}},{"uid":"b4400f37ec169925","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4400f37ec169925","status":"passed","time":{"start":1724889171928,"stop":1724889171928,"duration":0}},{"uid":"c278d06c392de304","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c278d06c392de304","status":"passed","time":{"start":1724888350741,"stop":1724888350742,"duration":1}},{"uid":"b141db46864624bf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b141db46864624bf","status":"passed","time":{"start":1724887115426,"stop":1724887115427,"duration":1}},{"uid":"6077ec3a4936260c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6077ec3a4936260c","status":"passed","time":{"start":1724886884585,"stop":1724886884586,"duration":1}},{"uid":"4d4a578e795c997a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4d4a578e795c997a","status":"passed","time":{"start":1724862322277,"stop":1724862322277,"duration":0}},{"uid":"bc4ce9abaf7e352c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bc4ce9abaf7e352c","status":"passed","time":{"start":1724861790765,"stop":1724861790765,"duration":0}},{"uid":"acd15bef49e87e6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/acd15bef49e87e6","status":"passed","time":{"start":1724861628431,"stop":1724861628431,"duration":0}},{"uid":"4a9761ebec2eea97","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4a9761ebec2eea97","status":"passed","time":{"start":1724861465635,"stop":1724861465635,"duration":0}}]},"tags":[]},"source":"9ac6dde90f9f5838.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/90da062dedf12442.json b/7376/data/test-cases/9b16bac1bcec2cde.json similarity index 59% rename from 7346/data/test-cases/90da062dedf12442.json rename to 7376/data/test-cases/9b16bac1bcec2cde.json index f64fb9098ff..d5725d8714a 100644 --- a/7346/data/test-cases/90da062dedf12442.json +++ b/7376/data/test-cases/9b16bac1bcec2cde.json @@ -1 +1 @@ -{"uid":"90da062dedf12442","name":"can start the service","fullName":"/tests/peer-exchange/compliance.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > can start the service","historyId":"42ec0fbfbeab3977e7de35c8c22845ef:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765396224,"stop":1724765396227,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"38c572dada10ab2f","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/38c572dada10ab2f","status":"passed","time":{"start":1724765321915,"stop":1724765321916,"duration":1}},{"uid":"25a9aabebc5099c6","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/25a9aabebc5099c6","status":"passed","time":{"start":1724763711439,"stop":1724763711440,"duration":1}},{"uid":"814a0ac4b9f5f47a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/814a0ac4b9f5f47a","status":"passed","time":{"start":1724760943633,"stop":1724760943633,"duration":0}},{"uid":"edabd78593956d1","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/edabd78593956d1","status":"passed","time":{"start":1724759954937,"stop":1724759954937,"duration":0}},{"uid":"9d1a247760c55a99","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/9d1a247760c55a99","status":"passed","time":{"start":1724758124767,"stop":1724758124767,"duration":0}},{"uid":"ed4d0040eb57418c","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ed4d0040eb57418c","status":"passed","time":{"start":1724757706135,"stop":1724757706136,"duration":1}},{"uid":"effd99da09b91623","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/effd99da09b91623","status":"passed","time":{"start":1724757166620,"stop":1724757166620,"duration":0}},{"uid":"a32966cbe7cdfa6a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a32966cbe7cdfa6a","status":"passed","time":{"start":1724755237689,"stop":1724755237690,"duration":1}},{"uid":"af1afbda3392e21","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/af1afbda3392e21","status":"passed","time":{"start":1724752671461,"stop":1724752671461,"duration":0}},{"uid":"1282ae28fc6e4aef","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/1282ae28fc6e4aef","status":"passed","time":{"start":1724751525191,"stop":1724751525191,"duration":0}},{"uid":"8b3fb5cc37c950b2","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/8b3fb5cc37c950b2","status":"passed","time":{"start":1724750572466,"stop":1724750572467,"duration":1}},{"uid":"dd1b05f9de9820cc","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/dd1b05f9de9820cc","status":"passed","time":{"start":1724749583676,"stop":1724749583677,"duration":1}},{"uid":"62de7f0d31183831","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/62de7f0d31183831","status":"passed","time":{"start":1724717896671,"stop":1724717896672,"duration":1}},{"uid":"7e238b4c8da18566","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/7e238b4c8da18566","status":"passed","time":{"start":1724715129459,"stop":1724715129460,"duration":1}},{"uid":"d702431519ca459d","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/d702431519ca459d","status":"passed","time":{"start":1724713213872,"stop":1724713213872,"duration":0}},{"uid":"a4cedf440316a399","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a4cedf440316a399","status":"passed","time":{"start":1724706401526,"stop":1724706401526,"duration":0}},{"uid":"db9fdaaaf148b7fa","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/db9fdaaaf148b7fa","status":"passed","time":{"start":1724704798329,"stop":1724704798330,"duration":1}},{"uid":"7eed4443aa9a1ce0","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/7eed4443aa9a1ce0","status":"passed","time":{"start":1724684188520,"stop":1724684188521,"duration":1}},{"uid":"de0b99f0aa9fc598","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/de0b99f0aa9fc598","status":"passed","time":{"start":1724672935565,"stop":1724672935566,"duration":1}},{"uid":"fc58191f2f41daea","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/fc58191f2f41daea","status":"passed","time":{"start":1724670644417,"stop":1724670644420,"duration":3}}]},"tags":[]},"source":"90da062dedf12442.json","parameterValues":[]} \ No newline at end of file +{"uid":"9b16bac1bcec2cde","name":"can start the service","fullName":"/tests/peer-exchange/compliance.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > can start the service","historyId":"42ec0fbfbeab3977e7de35c8c22845ef:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922890064,"stop":1724922890065,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"df97cfc0fb2ea698","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/df97cfc0fb2ea698","status":"passed","time":{"start":1724921559011,"stop":1724921559012,"duration":1}},{"uid":"8c3b0b585e6ba02d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8c3b0b585e6ba02d","status":"passed","time":{"start":1724921524127,"stop":1724921524128,"duration":1}},{"uid":"2678f6a051c8c7c8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2678f6a051c8c7c8","status":"passed","time":{"start":1724918241653,"stop":1724918241657,"duration":4}},{"uid":"c28c538ff21ad764","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c28c538ff21ad764","status":"passed","time":{"start":1724889975472,"stop":1724889975473,"duration":1}},{"uid":"d37d27343b1b529f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d37d27343b1b529f","status":"passed","time":{"start":1724889106058,"stop":1724889106058,"duration":0}},{"uid":"6a0b6ef1c6313754","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a0b6ef1c6313754","status":"passed","time":{"start":1724888289478,"stop":1724888289479,"duration":1}},{"uid":"a40dfc6930a923e8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a40dfc6930a923e8","status":"passed","time":{"start":1724887057698,"stop":1724887057699,"duration":1}},{"uid":"539f8bc21f0a3b3f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/539f8bc21f0a3b3f","status":"passed","time":{"start":1724886839396,"stop":1724886839397,"duration":1}},{"uid":"a3c2a40034cb9620","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3c2a40034cb9620","status":"passed","time":{"start":1724862256084,"stop":1724862256085,"duration":1}},{"uid":"e0952ede005d0874","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e0952ede005d0874","status":"passed","time":{"start":1724861742232,"stop":1724861742233,"duration":1}},{"uid":"8d31162ab24fd1b8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8d31162ab24fd1b8","status":"passed","time":{"start":1724861595385,"stop":1724861595385,"duration":0}},{"uid":"2dedc1f68ce73a12","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2dedc1f68ce73a12","status":"passed","time":{"start":1724861424066,"stop":1724861424067,"duration":1}}]},"tags":[]},"source":"9b16bac1bcec2cde.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/9b17d9177a9fcb7d.json b/7376/data/test-cases/9b17d9177a9fcb7d.json new file mode 100644 index 00000000000..30f888c1baa --- /dev/null +++ b/7376/data/test-cases/9b17d9177a9fcb7d.json @@ -0,0 +1 @@ +{"uid":"9b17d9177a9fcb7d","name":"retrieves a single peer","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery > retrieves a single peer","historyId":"34840103faf2ca88c7371ea9d706be8d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922398918,"stop":1724922398919,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2bcd465cfefc06d1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2bcd465cfefc06d1","status":"passed","time":{"start":1724921061845,"stop":1724921061846,"duration":1}},{"uid":"d6209e106ef76d22","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d6209e106ef76d22","status":"passed","time":{"start":1724921037155,"stop":1724921037156,"duration":1}},{"uid":"1efe11445ee3eb85","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1efe11445ee3eb85","status":"passed","time":{"start":1724917697299,"stop":1724917697300,"duration":1}},{"uid":"d6c4fff0d2f92f73","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d6c4fff0d2f92f73","status":"passed","time":{"start":1724889476081,"stop":1724889476082,"duration":1}},{"uid":"72d983caa1418f52","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72d983caa1418f52","status":"passed","time":{"start":1724888626884,"stop":1724888626885,"duration":1}},{"uid":"c81703efd94f9ef6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c81703efd94f9ef6","status":"passed","time":{"start":1724887783106,"stop":1724887783107,"duration":1}},{"uid":"928113ca0fec437","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/928113ca0fec437","status":"passed","time":{"start":1724886549917,"stop":1724886549918,"duration":1}},{"uid":"70eb33b773aa8de","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/70eb33b773aa8de","status":"passed","time":{"start":1724886327578,"stop":1724886327579,"duration":1}},{"uid":"a705ffe1ba2beafd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a705ffe1ba2beafd","status":"passed","time":{"start":1724861776804,"stop":1724861776805,"duration":1}},{"uid":"b352ff7aaf418d51","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b352ff7aaf418d51","status":"passed","time":{"start":1724861247296,"stop":1724861247297,"duration":1}},{"uid":"384d800c8adaba13","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/384d800c8adaba13","status":"passed","time":{"start":1724861071392,"stop":1724861071393,"duration":1}},{"uid":"86c332c0130f85","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/86c332c0130f85","status":"passed","time":{"start":1724860931793,"stop":1724860931793,"duration":0}}]},"tags":[]},"source":"9b17d9177a9fcb7d.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/9b18f8cf216f1668.json b/7376/data/test-cases/9b18f8cf216f1668.json new file mode 100644 index 00000000000..701a50ec3ad --- /dev/null +++ b/7376/data/test-cases/9b18f8cf216f1668.json @@ -0,0 +1 @@ +{"uid":"9b18f8cf216f1668","name":"Check publish message after service node is restarted","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message after service node is restarted","historyId":"a7a7e2d58831e1dc205f9a9e338fbdf4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922887534,"stop":1724922887534,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"57adf6c633c7dfd2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/57adf6c633c7dfd2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921564784,"stop":1724921564784,"duration":0}},{"uid":"a4cd6b36c79ecdec","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a4cd6b36c79ecdec","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921518831,"stop":1724921518832,"duration":1}},{"uid":"cd6db5ff7267c643","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cd6db5ff7267c643","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918229406,"stop":1724918229407,"duration":1}},{"uid":"8a3b010b410d8903","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8a3b010b410d8903","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889980708,"stop":1724889980708,"duration":0}},{"uid":"c15aa68d1954e5da","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c15aa68d1954e5da","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889111185,"stop":1724889111185,"duration":0}},{"uid":"fff11a92f8bb114a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fff11a92f8bb114a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888292548,"stop":1724888292549,"duration":1}},{"uid":"399483cc4f64c4c8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/399483cc4f64c4c8","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887068233,"stop":1724887068233,"duration":0}},{"uid":"cb5649902a14976f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cb5649902a14976f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886848938,"stop":1724886848939,"duration":1}},{"uid":"2eee222b506a12b1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2eee222b506a12b1","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862262057,"stop":1724862262057,"duration":0}},{"uid":"881d40b4d5e75d87","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/881d40b4d5e75d87","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861741900,"stop":1724861741900,"duration":0}},{"uid":"4ac33094aa745691","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4ac33094aa745691","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861599503,"stop":1724861599503,"duration":0}},{"uid":"2bddace5e67bf428","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2bddace5e67bf428","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861428482,"stop":1724861428482,"duration":0}}]},"tags":[]},"source":"9b18f8cf216f1668.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/9bec5a521833738c.json b/7376/data/test-cases/9bec5a521833738c.json new file mode 100644 index 00000000000..71a8f65df2b --- /dev/null +++ b/7376/data/test-cases/9bec5a521833738c.json @@ -0,0 +1 @@ +{"uid":"9bec5a521833738c","name":"should aggregate SingleShardInfos into a ShardInfo","fullName":"/src/common/sharding/index.spec.ts: singleShardInfosToShardInfo > should aggregate SingleShardInfos into a ShardInfo","historyId":"0c5410859a4c9fa2589f8fe4b064fb35:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374677,"stop":1724922374677,"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":"singleShardInfosToShardInfo"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c7724d5ba18196f0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c7724d5ba18196f0","status":"passed","time":{"start":1724921037638,"stop":1724921037638,"duration":0}},{"uid":"6819a943a679c794","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6819a943a679c794","status":"passed","time":{"start":1724921013050,"stop":1724921013050,"duration":0}},{"uid":"ebb1247c34c22361","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ebb1247c34c22361","status":"passed","time":{"start":1724917673294,"stop":1724917673294,"duration":0}},{"uid":"7740d2160cb9f7b8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7740d2160cb9f7b8","status":"passed","time":{"start":1724889452312,"stop":1724889452312,"duration":0}},{"uid":"5c589dff04dc4e7d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5c589dff04dc4e7d","status":"passed","time":{"start":1724888602842,"stop":1724888602843,"duration":1}},{"uid":"a5732540c362749a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a5732540c362749a","status":"passed","time":{"start":1724887759165,"stop":1724887759166,"duration":1}},{"uid":"a5788f45826c63dd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a5788f45826c63dd","status":"passed","time":{"start":1724886525545,"stop":1724886525545,"duration":0}},{"uid":"ad5562810dbe3dbe","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ad5562810dbe3dbe","status":"passed","time":{"start":1724886303399,"stop":1724886303399,"duration":0}},{"uid":"c356f6552d52ed08","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c356f6552d52ed08","status":"passed","time":{"start":1724861752231,"stop":1724861752231,"duration":0}},{"uid":"a14c7296205f76a9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a14c7296205f76a9","status":"passed","time":{"start":1724861223357,"stop":1724861223357,"duration":0}},{"uid":"a87d6b1adf0eda9a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a87d6b1adf0eda9a","status":"passed","time":{"start":1724861045205,"stop":1724861045205,"duration":0}},{"uid":"2202195343129c2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2202195343129c2","status":"passed","time":{"start":1724860907086,"stop":1724860907087,"duration":1}}]},"tags":[]},"source":"9bec5a521833738c.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/9bfe15b8a611ee21.json b/7376/data/test-cases/9bfe15b8a611ee21.json new file mode 100644 index 00000000000..c1eb6c635be --- /dev/null +++ b/7376/data/test-cases/9bfe15b8a611ee21.json @@ -0,0 +1 @@ +{"uid":"9bfe15b8a611ee21","name":"Relay + Store","fullName":"/src/enr.spec.ts: ENR > Waku2 key: decode > Relay + Store","historyId":"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922383093,"stop":1724922383093,"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":"Waku2 key: decode"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"548e272a87163904","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/548e272a87163904","status":"passed","time":{"start":1724921046209,"stop":1724921046210,"duration":1}},{"uid":"ed3f25cdc03b68b2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ed3f25cdc03b68b2","status":"passed","time":{"start":1724921021481,"stop":1724921021481,"duration":0}},{"uid":"93074ed29ba616d2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/93074ed29ba616d2","status":"passed","time":{"start":1724917681729,"stop":1724917681729,"duration":0}},{"uid":"b2fdb9bfd83c01e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b2fdb9bfd83c01e8","status":"passed","time":{"start":1724889460657,"stop":1724889460657,"duration":0}},{"uid":"a12e8a5bf9a147a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a12e8a5bf9a147a1","status":"passed","time":{"start":1724888611300,"stop":1724888611300,"duration":0}},{"uid":"22182463141d9d06","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/22182463141d9d06","status":"passed","time":{"start":1724887767625,"stop":1724887767625,"duration":0}},{"uid":"66ca2153a3f6bb52","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/66ca2153a3f6bb52","status":"passed","time":{"start":1724886533996,"stop":1724886533996,"duration":0}},{"uid":"21139a190327bcc0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/21139a190327bcc0","status":"passed","time":{"start":1724886311763,"stop":1724886311763,"duration":0}},{"uid":"b3f57057b6db086f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b3f57057b6db086f","status":"passed","time":{"start":1724861760781,"stop":1724861760781,"duration":0}},{"uid":"39c2783cde3548db","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/39c2783cde3548db","status":"passed","time":{"start":1724861231739,"stop":1724861231739,"duration":0}},{"uid":"56ec2db8e9b4dd93","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/56ec2db8e9b4dd93","status":"passed","time":{"start":1724861054262,"stop":1724861054262,"duration":0}},{"uid":"bf14fddd4fbf6d60","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bf14fddd4fbf6d60","status":"passed","time":{"start":1724860915819,"stop":1724860915819,"duration":0}}]},"tags":[]},"source":"9bfe15b8a611ee21.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/df93c54a7bff8620.json b/7376/data/test-cases/9c5e338f300bc737.json similarity index 71% rename from 7346/data/test-cases/df93c54a7bff8620.json rename to 7376/data/test-cases/9c5e338f300bc737.json index 79b9c623fa0..05885a0e04a 100644 --- a/7346/data/test-cases/df93c54a7bff8620.json +++ b/7376/data/test-cases/9c5e338f300bc737.json @@ -1 +1 @@ -{"uid":"df93c54a7bff8620","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app30/1/topic147/proto","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 3 - Cluster ID: 10, Content Topic: /app30/1/topic147/proto","historyId":"14677deca021ccd24c94c7f86365c8f8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765462122,"stop":1724765462122,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"df93c54a7bff8620.json","parameterValues":[]} \ No newline at end of file +{"uid":"9c5e338f300bc737","name":"Non TWN Cluster","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > Non TWN Cluster","historyId":"d3c01df5744db08bfa1405bc083ff2d3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922906439,"stop":1724922906439,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"19ef9604a1086272","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/19ef9604a1086272","status":"passed","time":{"start":1724921613048,"stop":1724921613048,"duration":0}},{"uid":"7c4c9a47841448ab","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7c4c9a47841448ab","status":"passed","time":{"start":1724921556043,"stop":1724921556044,"duration":1}},{"uid":"5fa3f1fe3f822b60","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5fa3f1fe3f822b60","status":"passed","time":{"start":1724918259538,"stop":1724918259538,"duration":0}},{"uid":"4a04f11d5ac4fc87","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a04f11d5ac4fc87","status":"passed","time":{"start":1724890032289,"stop":1724890032289,"duration":0}},{"uid":"dcfb51ffc91c2f4f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dcfb51ffc91c2f4f","status":"passed","time":{"start":1724889144081,"stop":1724889144082,"duration":1}},{"uid":"f3b2a7245d65c5ef","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f3b2a7245d65c5ef","status":"passed","time":{"start":1724888336457,"stop":1724888336458,"duration":1}},{"uid":"2ef840d8c3e21623","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2ef840d8c3e21623","status":"passed","time":{"start":1724887092625,"stop":1724887092626,"duration":1}},{"uid":"4851f6a91515c0c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4851f6a91515c0c","status":"passed","time":{"start":1724886880628,"stop":1724886880629,"duration":1}},{"uid":"b37c606948ec3f64","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b37c606948ec3f64","status":"passed","time":{"start":1724862298392,"stop":1724862298392,"duration":0}},{"uid":"a83d574b86fd1926","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a83d574b86fd1926","status":"passed","time":{"start":1724861770115,"stop":1724861770115,"duration":0}},{"uid":"20ecbf233375e421","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/20ecbf233375e421","status":"passed","time":{"start":1724861637970,"stop":1724861637970,"duration":0}},{"uid":"78ff3ccfb28e3667","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/78ff3ccfb28e3667","status":"passed","time":{"start":1724861475022,"stop":1724861475024,"duration":2}}]},"tags":[]},"source":"9c5e338f300bc737.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/9c8c35ace55d3902.json b/7376/data/test-cases/9c8c35ace55d3902.json new file mode 100644 index 00000000000..df4975f1222 --- /dev/null +++ b/7376/data/test-cases/9c8c35ace55d3902.json @@ -0,0 +1 @@ +{"uid":"9c8c35ace55d3902","name":"Js publishes, other Js receives","fullName":"/tests/relay/interop.node.spec.ts: Waku Relay, Interop > Js publishes, other Js receives","historyId":"966b9cb609ee7abd84faeb390db3de37:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922866493,"stop":1724922866493,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Interop"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cc0ebfd5dd2e5344","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cc0ebfd5dd2e5344","status":"passed","time":{"start":1724921538594,"stop":1724921538594,"duration":0}},{"uid":"f62e23992b026c48","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f62e23992b026c48","status":"passed","time":{"start":1724921499392,"stop":1724921499392,"duration":0}},{"uid":"5dd1d4fd34c64d4e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5dd1d4fd34c64d4e","status":"passed","time":{"start":1724918204099,"stop":1724918204103,"duration":4}},{"uid":"9b30cdbb5c4e2d73","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9b30cdbb5c4e2d73","status":"passed","time":{"start":1724889957369,"stop":1724889957369,"duration":0}},{"uid":"5ca405ee28d2e05a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ca405ee28d2e05a","status":"passed","time":{"start":1724889094882,"stop":1724889094883,"duration":1}},{"uid":"47db228dc9b31bc2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/47db228dc9b31bc2","status":"passed","time":{"start":1724888256181,"stop":1724888256181,"duration":0}},{"uid":"8628403c377bf8e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8628403c377bf8e","status":"passed","time":{"start":1724887043896,"stop":1724887043897,"duration":1}},{"uid":"60dd2927c4bd52ba","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/60dd2927c4bd52ba","status":"passed","time":{"start":1724886807386,"stop":1724886807386,"duration":0}},{"uid":"91d872ebc28ee92f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91d872ebc28ee92f","status":"passed","time":{"start":1724862237701,"stop":1724862237702,"duration":1}},{"uid":"947164806ed17fc1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/947164806ed17fc1","status":"passed","time":{"start":1724861709117,"stop":1724861709117,"duration":0}},{"uid":"18185470d07f6692","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/18185470d07f6692","status":"passed","time":{"start":1724861571996,"stop":1724861571997,"duration":1}},{"uid":"c3494a374ac1f7e7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c3494a374ac1f7e7","status":"passed","time":{"start":1724861400270,"stop":1724861400271,"duration":1}}]},"tags":[]},"source":"9c8c35ace55d3902.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/9cd2ad57b835c0cd.json b/7376/data/test-cases/9cd2ad57b835c0cd.json new file mode 100644 index 00000000000..5981e273fa7 --- /dev/null +++ b/7376/data/test-cases/9cd2ad57b835c0cd.json @@ -0,0 +1 @@ +{"uid":"9cd2ad57b835c0cd","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app87/9/topic894/json","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 2 - Cluster ID: 10, Content Topic: /app87/9/topic894/json","historyId":"ef7f81d67be91f064193d89f75dd2c18:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922906439,"stop":1724922906440,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"9cd2ad57b835c0cd.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/7db040d9bce41a52.json b/7376/data/test-cases/9cf654fe6a0db836.json similarity index 76% rename from 7346/data/test-cases/7db040d9bce41a52.json rename to 7376/data/test-cases/9cf654fe6a0db836.json index a7478878f9b..3d45964d197 100644 --- a/7346/data/test-cases/7db040d9bce41a52.json +++ b/7376/data/test-cases/9cf654fe6a0db836.json @@ -1 +1 @@ -{"uid":"7db040d9bce41a52","name":"Check publish message containing SQL Injection","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing SQL Injection","historyId":"52ff749803f81979754a5a8620130081:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765426726,"stop":1724765426727,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"b33273a29db3ce0b","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/b33273a29db3ce0b","status":"passed","time":{"start":1724765341327,"stop":1724765341328,"duration":1}},{"uid":"15005e8a614e97a7","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/15005e8a614e97a7","status":"passed","time":{"start":1724763725727,"stop":1724763725728,"duration":1}},{"uid":"52585151c3d7a885","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/52585151c3d7a885","status":"passed","time":{"start":1724760957722,"stop":1724760957722,"duration":0}},{"uid":"495ef50b73c4e6da","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/495ef50b73c4e6da","status":"passed","time":{"start":1724759981882,"stop":1724759981883,"duration":1}},{"uid":"1082085f5d75e300","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/1082085f5d75e300","status":"passed","time":{"start":1724758132032,"stop":1724758132032,"duration":0}},{"uid":"a6cbde00b77d3724","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a6cbde00b77d3724","status":"passed","time":{"start":1724757777628,"stop":1724757777628,"duration":0}},{"uid":"b1158d5745afb33","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/b1158d5745afb33","status":"passed","time":{"start":1724757176018,"stop":1724757176018,"duration":0}},{"uid":"cc62b1363fe6184e","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/cc62b1363fe6184e","status":"passed","time":{"start":1724755243504,"stop":1724755243505,"duration":1}},{"uid":"732100e5fd5f992d","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/732100e5fd5f992d","status":"passed","time":{"start":1724752673883,"stop":1724752673883,"duration":0}},{"uid":"40a14ce08645275d","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/40a14ce08645275d","status":"passed","time":{"start":1724751529511,"stop":1724751529512,"duration":1}},{"uid":"91481da60cf7762d","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/91481da60cf7762d","status":"passed","time":{"start":1724750600087,"stop":1724750600088,"duration":1}},{"uid":"21a8390ac0eac05a","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/21a8390ac0eac05a","status":"passed","time":{"start":1724749599690,"stop":1724749599690,"duration":0}},{"uid":"82cc151bbd4260bd","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/82cc151bbd4260bd","status":"passed","time":{"start":1724717906124,"stop":1724717906124,"duration":0}},{"uid":"f93330ddb4dcc884","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/f93330ddb4dcc884","status":"passed","time":{"start":1724715143941,"stop":1724715143942,"duration":1}},{"uid":"9e419dd575e1f71","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/9e419dd575e1f71","status":"passed","time":{"start":1724713227697,"stop":1724713227697,"duration":0}},{"uid":"f5080070d36b6a22","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f5080070d36b6a22","status":"passed","time":{"start":1724706419035,"stop":1724706419035,"duration":0}},{"uid":"aa83a7984e3afbb0","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/aa83a7984e3afbb0","status":"passed","time":{"start":1724704834031,"stop":1724704834031,"duration":0}},{"uid":"4ecb74e5ecaeff41","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/4ecb74e5ecaeff41","status":"passed","time":{"start":1724684210894,"stop":1724684210894,"duration":0}},{"uid":"aaaf87fe0cb233ba","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/aaaf87fe0cb233ba","status":"passed","time":{"start":1724672960977,"stop":1724672960977,"duration":0}},{"uid":"ca81c39ce9a6e47b","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/ca81c39ce9a6e47b","status":"passed","time":{"start":1724670677916,"stop":1724670677916,"duration":0}}]},"tags":[]},"source":"7db040d9bce41a52.json","parameterValues":[]} \ No newline at end of file +{"uid":"9cf654fe6a0db836","name":"Check publish message containing SQL Injection","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing SQL Injection","historyId":"52ff749803f81979754a5a8620130081:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922887524,"stop":1724922887524,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a4f160a103cf7c2f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a4f160a103cf7c2f","status":"passed","time":{"start":1724921564774,"stop":1724921564775,"duration":1}},{"uid":"2420923dc42b1360","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2420923dc42b1360","status":"passed","time":{"start":1724921518785,"stop":1724921518786,"duration":1}},{"uid":"dc1288933ca79f45","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dc1288933ca79f45","status":"passed","time":{"start":1724918229397,"stop":1724918229398,"duration":1}},{"uid":"15a487d2fca4a3a5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/15a487d2fca4a3a5","status":"passed","time":{"start":1724889980698,"stop":1724889980700,"duration":2}},{"uid":"d9fbdbb36c994d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9fbdbb36c994d9","status":"passed","time":{"start":1724889111160,"stop":1724889111161,"duration":1}},{"uid":"d774af415080ff16","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d774af415080ff16","status":"passed","time":{"start":1724888292531,"stop":1724888292531,"duration":0}},{"uid":"c23ca7c77ce58006","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c23ca7c77ce58006","status":"passed","time":{"start":1724887068223,"stop":1724887068223,"duration":0}},{"uid":"1e16b2d59f16e53c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1e16b2d59f16e53c","status":"passed","time":{"start":1724886848922,"stop":1724886848923,"duration":1}},{"uid":"72adadc59f11e7fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72adadc59f11e7fd","status":"passed","time":{"start":1724862262045,"stop":1724862262046,"duration":1}},{"uid":"24f5f42e649571fe","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/24f5f42e649571fe","status":"passed","time":{"start":1724861741891,"stop":1724861741891,"duration":0}},{"uid":"bf2c40b8ed051b40","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bf2c40b8ed051b40","status":"passed","time":{"start":1724861599486,"stop":1724861599486,"duration":0}},{"uid":"917b5845d86f948","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/917b5845d86f948","status":"passed","time":{"start":1724861428473,"stop":1724861428473,"duration":0}}]},"tags":[]},"source":"9cf654fe6a0db836.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/262e8e45cbd609db.json b/7376/data/test-cases/9d0c82e9561ab1cc.json similarity index 77% rename from 7346/data/test-cases/262e8e45cbd609db.json rename to 7376/data/test-cases/9d0c82e9561ab1cc.json index 6ee98288244..0ca6a196384 100644 --- a/7346/data/test-cases/262e8e45cbd609db.json +++ b/7376/data/test-cases/9d0c82e9561ab1cc.json @@ -1 +1 @@ -{"uid":"262e8e45cbd609db","name":"should correctly map /toychat/2/huilong/proto to shard index 3","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /toychat/2/huilong/proto to shard index 3","historyId":"ca6efdf17e7b9eb91586783f362f2a22:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724764789118,"stop":1724764789118,"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":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":true,"retry":true,"extra":{"categories":[],"tags":[]},"source":"262e8e45cbd609db.json","parameterValues":[]} \ No newline at end of file +{"uid":"9d0c82e9561ab1cc","name":"should correctly map /toychat/2/huilong/proto to shard index 3","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /toychat/2/huilong/proto to shard index 3","historyId":"ca6efdf17e7b9eb91586783f362f2a22:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374662,"stop":1724922374663,"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":true,"retry":true,"extra":{"categories":[],"tags":[]},"source":"9d0c82e9561ab1cc.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/840b7b2d895dfd55.json b/7376/data/test-cases/9d8cc1c9ee7a46dc.json similarity index 79% rename from 7346/data/test-cases/840b7b2d895dfd55.json rename to 7376/data/test-cases/9d8cc1c9ee7a46dc.json index 1787a6abf39..9adc90b2bf2 100644 --- a/7346/data/test-cases/840b7b2d895dfd55.json +++ b/7376/data/test-cases/9d8cc1c9ee7a46dc.json @@ -1 +1 @@ -{"uid":"840b7b2d895dfd55","name":"Subscribe to topic containing short and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing short and receive message","historyId":"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765075580,"stop":1724765075583,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"8d964da8c6bce3a1","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/8d964da8c6bce3a1","status":"passed","time":{"start":1724765010541,"stop":1724765010541,"duration":0}},{"uid":"8ffdb4a47c921507","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/8ffdb4a47c921507","status":"passed","time":{"start":1724763380288,"stop":1724763380288,"duration":0}},{"uid":"ffb4f201c4348eaa","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ffb4f201c4348eaa","status":"passed","time":{"start":1724760632555,"stop":1724760632563,"duration":8}},{"uid":"76d8af6f8641e0b8","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/76d8af6f8641e0b8","status":"passed","time":{"start":1724759660921,"stop":1724759660921,"duration":0}},{"uid":"9c348f88c120c9cd","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/9c348f88c120c9cd","status":"passed","time":{"start":1724757793698,"stop":1724757793698,"duration":0}},{"uid":"fe851910c965ffb6","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/fe851910c965ffb6","status":"passed","time":{"start":1724757518635,"stop":1724757518635,"duration":0}},{"uid":"251374731a5dbda0","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/251374731a5dbda0","status":"passed","time":{"start":1724756832093,"stop":1724756832093,"duration":0}},{"uid":"a2f6b57edd590b81","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a2f6b57edd590b81","status":"passed","time":{"start":1724754929273,"stop":1724754929273,"duration":0}},{"uid":"fb6fb0aed438dfa1","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/fb6fb0aed438dfa1","status":"passed","time":{"start":1724752352147,"stop":1724752352147,"duration":0}},{"uid":"8cb5e30e14f03fbd","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/8cb5e30e14f03fbd","status":"passed","time":{"start":1724751201122,"stop":1724751201122,"duration":0}},{"uid":"eecea7575784345c","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/eecea7575784345c","status":"passed","time":{"start":1724750264838,"stop":1724750264838,"duration":0}},{"uid":"5f78b999cfb76007","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/5f78b999cfb76007","status":"passed","time":{"start":1724749292151,"stop":1724749292151,"duration":0}},{"uid":"d8990ced8b8835f6","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/d8990ced8b8835f6","status":"passed","time":{"start":1724717596792,"stop":1724717596792,"duration":0}},{"uid":"6bad9885af22bd1f","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/6bad9885af22bd1f","status":"passed","time":{"start":1724714823646,"stop":1724714823646,"duration":0}},{"uid":"3a8fee885d0d36a6","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/3a8fee885d0d36a6","status":"passed","time":{"start":1724712895777,"stop":1724712895778,"duration":1}},{"uid":"ae78bce8d9ed24a","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/ae78bce8d9ed24a","status":"passed","time":{"start":1724706113493,"stop":1724706113493,"duration":0}},{"uid":"44b830814937018f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/44b830814937018f","status":"passed","time":{"start":1724704522413,"stop":1724704522413,"duration":0}},{"uid":"631f3ae5cd2474f5","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/631f3ae5cd2474f5","status":"passed","time":{"start":1724683897625,"stop":1724683897625,"duration":0}},{"uid":"a15f9fbb1906619f","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/a15f9fbb1906619f","status":"passed","time":{"start":1724672624704,"stop":1724672624704,"duration":0}},{"uid":"a3b21ada68cabf3a","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/a3b21ada68cabf3a","status":"passed","time":{"start":1724670354428,"stop":1724670354428,"duration":0}}]},"tags":[]},"source":"840b7b2d895dfd55.json","parameterValues":[]} \ No newline at end of file +{"uid":"9d8cc1c9ee7a46dc","name":"Subscribe to topic containing short and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing short and receive message","historyId":"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922635353,"stop":1724922635354,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"12f03a4b26d5d41a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/12f03a4b26d5d41a","status":"passed","time":{"start":1724921297005,"stop":1724921297006,"duration":1}},{"uid":"b7a746a4f488ffac","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b7a746a4f488ffac","status":"passed","time":{"start":1724921276366,"stop":1724921276367,"duration":1}},{"uid":"5475759f8817b8b4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5475759f8817b8b4","status":"passed","time":{"start":1724917948321,"stop":1724917948321,"duration":0}},{"uid":"299146c5b0d69fad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/299146c5b0d69fad","status":"passed","time":{"start":1724889729007,"stop":1724889729007,"duration":0}},{"uid":"26b054b406c28cfb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/26b054b406c28cfb","status":"passed","time":{"start":1724888864952,"stop":1724888864953,"duration":1}},{"uid":"11b83a06481f24b5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/11b83a06481f24b5","status":"passed","time":{"start":1724888053746,"stop":1724888053746,"duration":0}},{"uid":"c5125e42cd11825f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c5125e42cd11825f","status":"passed","time":{"start":1724886811660,"stop":1724886811661,"duration":1}},{"uid":"e5dffaf3c4330919","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e5dffaf3c4330919","status":"passed","time":{"start":1724886581002,"stop":1724886581003,"duration":1}},{"uid":"a3961cdab29685ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3961cdab29685ae","status":"passed","time":{"start":1724862019559,"stop":1724862019560,"duration":1}},{"uid":"1fd7ac05e7273667","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1fd7ac05e7273667","status":"passed","time":{"start":1724861493936,"stop":1724861493936,"duration":0}},{"uid":"f358f69a0317d358","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f358f69a0317d358","status":"passed","time":{"start":1724861318028,"stop":1724861318028,"duration":0}},{"uid":"20009382f2cd88db","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/20009382f2cd88db","status":"passed","time":{"start":1724861178514,"stop":1724861178515,"duration":1}}]},"tags":[]},"source":"9d8cc1c9ee7a46dc.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/84cdbefad7011f80.json b/7376/data/test-cases/9e1c5febdb27411d.json similarity index 85% rename from 7346/data/test-cases/84cdbefad7011f80.json rename to 7376/data/test-cases/9e1c5febdb27411d.json index 247ec3609d6..be0525c6534 100644 --- a/7346/data/test-cases/84cdbefad7011f80.json +++ b/7376/data/test-cases/9e1c5febdb27411d.json @@ -1 +1 @@ -{"uid":"84cdbefad7011f80","name":"Fails to push message with large meta","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Fails to push message with large meta","historyId":"75b0e13aa9199c5b51cece307747706b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505403,"stop":1724765505404,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"4ad7630d21839242","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/4ad7630d21839242","status":"passed","time":{"start":1724765434035,"stop":1724765434037,"duration":2}},{"uid":"64c12ec253b54e00","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/64c12ec253b54e00","status":"passed","time":{"start":1724763779048,"stop":1724763779049,"duration":1}},{"uid":"86fe2582815a285a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/86fe2582815a285a","status":"passed","time":{"start":1724761038751,"stop":1724761038752,"duration":1}},{"uid":"9d16c76f3652f77a","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/9d16c76f3652f77a","status":"passed","time":{"start":1724760066638,"stop":1724760066639,"duration":1}},{"uid":"763d2b85b2ac12e5","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/763d2b85b2ac12e5","status":"passed","time":{"start":1724758223001,"stop":1724758223005,"duration":4}},{"uid":"d7e6027b15396006","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/d7e6027b15396006","status":"passed","time":{"start":1724757927334,"stop":1724757927335,"duration":1}},{"uid":"ed674e04c460252","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/ed674e04c460252","status":"passed","time":{"start":1724757257499,"stop":1724757257500,"duration":1}},{"uid":"d9eb4dd9983309b9","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/d9eb4dd9983309b9","status":"passed","time":{"start":1724755333018,"stop":1724755333019,"duration":1}},{"uid":"bb50d62b1a8d678d","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/bb50d62b1a8d678d","status":"passed","time":{"start":1724752782411,"stop":1724752782411,"duration":0}},{"uid":"f02dd55d8c816c50","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/f02dd55d8c816c50","status":"passed","time":{"start":1724751616580,"stop":1724751616581,"duration":1}},{"uid":"9def8677e70362ed","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/9def8677e70362ed","status":"passed","time":{"start":1724750702003,"stop":1724750702003,"duration":0}},{"uid":"de469a1ec36e02f4","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/de469a1ec36e02f4","status":"passed","time":{"start":1724749709054,"stop":1724749709054,"duration":0}},{"uid":"dfbbed6d45bccd1","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/dfbbed6d45bccd1","status":"passed","time":{"start":1724718008234,"stop":1724718008234,"duration":0}},{"uid":"e3673f7d14c53028","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/e3673f7d14c53028","status":"passed","time":{"start":1724715239147,"stop":1724715239148,"duration":1}},{"uid":"764caf41a3d8c29b","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/764caf41a3d8c29b","status":"passed","time":{"start":1724713322719,"stop":1724713322719,"duration":0}},{"uid":"7c92c0654a3a2a9a","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/7c92c0654a3a2a9a","status":"passed","time":{"start":1724707170692,"stop":1724707170692,"duration":0}},{"uid":"bef4dd35e8d6c383","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/bef4dd35e8d6c383","status":"passed","time":{"start":1724705570782,"stop":1724705570782,"duration":0}},{"uid":"77a8656c8be5e7b3","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/77a8656c8be5e7b3","status":"passed","time":{"start":1724684936370,"stop":1724684936370,"duration":0}},{"uid":"3dc6ebfff17f2503","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/3dc6ebfff17f2503","status":"passed","time":{"start":1724673044057,"stop":1724673044058,"duration":1}},{"uid":"f46d83a048e1845e","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/f46d83a048e1845e","status":"passed","time":{"start":1724670767300,"stop":1724670767302,"duration":2}}]},"tags":[]},"source":"84cdbefad7011f80.json","parameterValues":[]} \ No newline at end of file +{"uid":"9e1c5febdb27411d","name":"Fails to push message with large meta","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Fails to push message with large meta","historyId":"75b0e13aa9199c5b51cece307747706b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921472,"stop":1724922921473,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b09e923d197585fc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b09e923d197585fc","status":"passed","time":{"start":1724921602984,"stop":1724921602985,"duration":1}},{"uid":"d27f3a452db7f830","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d27f3a452db7f830","status":"passed","time":{"start":1724921571108,"stop":1724921571108,"duration":0}},{"uid":"81e949d5dbada296","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/81e949d5dbada296","status":"passed","time":{"start":1724918285616,"stop":1724918285616,"duration":0}},{"uid":"6d6f0f73721729ec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d6f0f73721729ec","status":"passed","time":{"start":1724890030102,"stop":1724890030102,"duration":0}},{"uid":"12fd59c4839d411f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/12fd59c4839d411f","status":"passed","time":{"start":1724889171929,"stop":1724889171930,"duration":1}},{"uid":"c9ddab085976c131","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c9ddab085976c131","status":"passed","time":{"start":1724888350742,"stop":1724888350742,"duration":0}},{"uid":"ada06c6a841b409c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ada06c6a841b409c","status":"passed","time":{"start":1724887115428,"stop":1724887115429,"duration":1}},{"uid":"cf14a00d1949c2cf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cf14a00d1949c2cf","status":"passed","time":{"start":1724886884586,"stop":1724886884587,"duration":1}},{"uid":"d143a041139d79a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d143a041139d79a6","status":"passed","time":{"start":1724862322278,"stop":1724862322278,"duration":0}},{"uid":"f218d2c2d2f88b09","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f218d2c2d2f88b09","status":"passed","time":{"start":1724861790766,"stop":1724861790766,"duration":0}},{"uid":"50f23a52d4d8f4db","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/50f23a52d4d8f4db","status":"passed","time":{"start":1724861628431,"stop":1724861628432,"duration":1}},{"uid":"d2302387fb4c40b6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d2302387fb4c40b6","status":"passed","time":{"start":1724861465636,"stop":1724861465636,"duration":0}}]},"tags":[]},"source":"9e1c5febdb27411d.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/b18d9a35f58f52d9.json b/7376/data/test-cases/9e2a8996329493d1.json similarity index 78% rename from 7346/data/test-cases/b18d9a35f58f52d9.json rename to 7376/data/test-cases/9e2a8996329493d1.json index 729151f8653..9e0c80c0348 100644 --- a/7346/data/test-cases/b18d9a35f58f52d9.json +++ b/7376/data/test-cases/9e2a8996329493d1.json @@ -1 +1 @@ -{"uid":"b18d9a35f58f52d9","name":"Check received message containing shell command","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing shell command","historyId":"f7a0151ad1bfeb39ff61db2b9a0e166f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392387,"stop":1724765392387,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"a93eed7a5f163012","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/a93eed7a5f163012","status":"passed","time":{"start":1724765313871,"stop":1724765313871,"duration":0}},{"uid":"204c470fe7177fcb","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/204c470fe7177fcb","status":"passed","time":{"start":1724763683871,"stop":1724763683871,"duration":0}},{"uid":"e30d00590f1d34cb","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/e30d00590f1d34cb","status":"passed","time":{"start":1724760929572,"stop":1724760929572,"duration":0}},{"uid":"2b6634e21bc54409","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/2b6634e21bc54409","status":"passed","time":{"start":1724759955172,"stop":1724759955172,"duration":0}},{"uid":"6178c42e378d5117","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/6178c42e378d5117","status":"passed","time":{"start":1724758077453,"stop":1724758077453,"duration":0}},{"uid":"27491ba79ba95f20","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/27491ba79ba95f20","status":"passed","time":{"start":1724757801872,"stop":1724757801872,"duration":0}},{"uid":"92ef5a515c1bba51","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/92ef5a515c1bba51","status":"passed","time":{"start":1724757120192,"stop":1724757120193,"duration":1}},{"uid":"1145e75a60251c4c","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/1145e75a60251c4c","status":"passed","time":{"start":1724755211084,"stop":1724755211084,"duration":0}},{"uid":"ee19101cc46f9782","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/ee19101cc46f9782","status":"passed","time":{"start":1724752646553,"stop":1724752646554,"duration":1}},{"uid":"56ce892e77ceee93","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/56ce892e77ceee93","status":"passed","time":{"start":1724751495293,"stop":1724751495294,"duration":1}},{"uid":"3b1820b05686ff3a","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/3b1820b05686ff3a","status":"passed","time":{"start":1724750572387,"stop":1724750572388,"duration":1}},{"uid":"c203486677a50cea","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c203486677a50cea","status":"passed","time":{"start":1724749567268,"stop":1724749567268,"duration":0}},{"uid":"fdb5851b9d2a6fd9","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/fdb5851b9d2a6fd9","status":"passed","time":{"start":1724717880833,"stop":1724717880834,"duration":1}},{"uid":"28ec670a36fa0f10","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/28ec670a36fa0f10","status":"passed","time":{"start":1724715103513,"stop":1724715103514,"duration":1}},{"uid":"6910950fe2d746c","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/6910950fe2d746c","status":"passed","time":{"start":1724713195376,"stop":1724713195376,"duration":0}},{"uid":"6ff0b37fcaa8a84b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6ff0b37fcaa8a84b","status":"passed","time":{"start":1724706389680,"stop":1724706389680,"duration":0}},{"uid":"173175434a754e5","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/173175434a754e5","status":"passed","time":{"start":1724704811202,"stop":1724704811203,"duration":1}},{"uid":"6fc1e506a49bfa82","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6fc1e506a49bfa82","status":"passed","time":{"start":1724684170202,"stop":1724684170203,"duration":1}},{"uid":"e089e401b67e53b2","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/e089e401b67e53b2","status":"passed","time":{"start":1724672903622,"stop":1724672903622,"duration":0}},{"uid":"cf3cba2ca44cbd75","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/cf3cba2ca44cbd75","status":"passed","time":{"start":1724670674050,"stop":1724670674050,"duration":0}}]},"tags":[]},"source":"b18d9a35f58f52d9.json","parameterValues":[]} \ No newline at end of file +{"uid":"9e2a8996329493d1","name":"Check received message containing shell command","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing shell command","historyId":"f7a0151ad1bfeb39ff61db2b9a0e166f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845257,"stop":1724922845257,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b3a49f0b73181b58","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b3a49f0b73181b58","status":"passed","time":{"start":1724921515237,"stop":1724921515237,"duration":0}},{"uid":"e4c8fc8a85aa511e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e4c8fc8a85aa511e","status":"passed","time":{"start":1724921475499,"stop":1724921475499,"duration":0}},{"uid":"ef8857f8f0144ba7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ef8857f8f0144ba7","status":"passed","time":{"start":1724918179410,"stop":1724918179410,"duration":0}},{"uid":"b49ddae291603ce6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b49ddae291603ce6","status":"passed","time":{"start":1724889935348,"stop":1724889935349,"duration":1}},{"uid":"639b909868f190bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/639b909868f190bd","status":"passed","time":{"start":1724889072763,"stop":1724889072764,"duration":1}},{"uid":"cd89093853d8e83f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cd89093853d8e83f","status":"passed","time":{"start":1724888232424,"stop":1724888232425,"duration":1}},{"uid":"fa072bd0969df26f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fa072bd0969df26f","status":"passed","time":{"start":1724887018311,"stop":1724887018311,"duration":0}},{"uid":"f4078301bbdcfa93","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f4078301bbdcfa93","status":"passed","time":{"start":1724886781498,"stop":1724886781498,"duration":0}},{"uid":"bd216c730db25f75","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bd216c730db25f75","status":"passed","time":{"start":1724862213672,"stop":1724862213673,"duration":1}},{"uid":"e316173f98ff3aba","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e316173f98ff3aba","status":"passed","time":{"start":1724861685873,"stop":1724861685874,"duration":1}},{"uid":"20b7fca41a9c7657","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/20b7fca41a9c7657","status":"passed","time":{"start":1724861546199,"stop":1724861546200,"duration":1}},{"uid":"628ea473de742456","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/628ea473de742456","status":"passed","time":{"start":1724861378121,"stop":1724861378121,"duration":0}}]},"tags":[]},"source":"9e2a8996329493d1.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/9e8b7ad1bf9975a0.json b/7376/data/test-cases/9e8b7ad1bf9975a0.json new file mode 100644 index 00000000000..baa44fc693c --- /dev/null +++ b/7376/data/test-cases/9e8b7ad1bf9975a0.json @@ -0,0 +1 @@ +{"uid":"9e8b7ad1bf9975a0","name":"returns all values when wanted number is greater than available values","fullName":"/src/dns/index.spec.ts: Discovery > returns all values when wanted number is greater than available values","historyId":"be13cdad2252f909af7f9ce004d11798:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922398026,"stop":1724922398026,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"Discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8ce4c050b04bfe49","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8ce4c050b04bfe49","status":"passed","time":{"start":1724921060545,"stop":1724921060546,"duration":1}},{"uid":"2843334ae3142808","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2843334ae3142808","status":"passed","time":{"start":1724921036201,"stop":1724921036201,"duration":0}},{"uid":"236d3c7696fa81aa","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/236d3c7696fa81aa","status":"passed","time":{"start":1724917695762,"stop":1724917695763,"duration":1}},{"uid":"26b13e85f46aa3ab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/26b13e85f46aa3ab","status":"passed","time":{"start":1724889474888,"stop":1724889474888,"duration":0}},{"uid":"72e00fa8d521f20a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72e00fa8d521f20a","status":"passed","time":{"start":1724888625518,"stop":1724888625519,"duration":1}},{"uid":"997a4f0e3d94364b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/997a4f0e3d94364b","status":"passed","time":{"start":1724887781869,"stop":1724887781869,"duration":0}},{"uid":"2d01d2b5d7b27e8c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2d01d2b5d7b27e8c","status":"passed","time":{"start":1724886548746,"stop":1724886548746,"duration":0}},{"uid":"2c19ca31090c67f0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2c19ca31090c67f0","status":"passed","time":{"start":1724886326711,"stop":1724886326712,"duration":1}},{"uid":"1f083b8a91ec4755","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1f083b8a91ec4755","status":"passed","time":{"start":1724861775154,"stop":1724861775155,"duration":1}},{"uid":"a0acf7c13fa35a35","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a0acf7c13fa35a35","status":"passed","time":{"start":1724861246805,"stop":1724861246806,"duration":1}},{"uid":"3611f6551b8c50d3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3611f6551b8c50d3","status":"passed","time":{"start":1724861070256,"stop":1724861070257,"duration":1}},{"uid":"7050e1061cea3c33","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7050e1061cea3c33","status":"passed","time":{"start":1724860931175,"stop":1724860931176,"duration":1}}]},"tags":[]},"source":"9e8b7ad1bf9975a0.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/9f0ce0d57d487d6c.json b/7376/data/test-cases/9f0ce0d57d487d6c.json new file mode 100644 index 00000000000..8103f19d4cd --- /dev/null +++ b/7376/data/test-cases/9f0ce0d57d487d6c.json @@ -0,0 +1 @@ +{"uid":"9f0ce0d57d487d6c","name":"handles multiple messages","fullName":"/tests/utils.spec.ts: Util: toAsyncIterator: Filter > handles multiple messages","historyId":"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922984603,"stop":1724922984603,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Util: toAsyncIterator: Filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Util: toAsyncIterator: Filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Util: toAsyncIterator: Filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Util: toAsyncIterator: Filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Util: toAsyncIterator: Filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Util: toAsyncIterator: Filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Util: toAsyncIterator: Filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b76d6413d2b43219","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b76d6413d2b43219","status":"passed","time":{"start":1724921665482,"stop":1724921665483,"duration":1}},{"uid":"95fb792f069900ed","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/95fb792f069900ed","status":"passed","time":{"start":1724921620264,"stop":1724921620264,"duration":0}},{"uid":"a35af7e0734ca9e2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a35af7e0734ca9e2","status":"passed","time":{"start":1724918327895,"stop":1724918327896,"duration":1}},{"uid":"6323f477ccfaa4d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6323f477ccfaa4d","status":"passed","time":{"start":1724890080825,"stop":1724890080825,"duration":0}},{"uid":"ed0bf291373cfa97","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ed0bf291373cfa97","status":"passed","time":{"start":1724889209275,"stop":1724889209275,"duration":0}},{"uid":"2dbb202a160a4b3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2dbb202a160a4b3","status":"passed","time":{"start":1724888392556,"stop":1724888392556,"duration":0}},{"uid":"14c1fc19b1c93154","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/14c1fc19b1c93154","status":"passed","time":{"start":1724887163401,"stop":1724887163401,"duration":0}},{"uid":"43c97aaf676f8217","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/43c97aaf676f8217","status":"passed","time":{"start":1724886939850,"stop":1724886939851,"duration":1}},{"uid":"3f9661fccd56e5f5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3f9661fccd56e5f5","status":"passed","time":{"start":1724862357132,"stop":1724862357133,"duration":1}},{"uid":"37ddbeed728baf51","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/37ddbeed728baf51","status":"passed","time":{"start":1724861837825,"stop":1724861837825,"duration":0}},{"uid":"764211d473f27d37","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/764211d473f27d37","status":"passed","time":{"start":1724861694571,"stop":1724861694571,"duration":0}},{"uid":"e77703e997109bf1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e77703e997109bf1","status":"passed","time":{"start":1724861523915,"stop":1724861523915,"duration":0}}]},"tags":[]},"source":"9f0ce0d57d487d6c.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/48338e45ea620df1.json b/7376/data/test-cases/9f10ff01aebc4bff.json similarity index 60% rename from 7346/data/test-cases/48338e45ea620df1.json rename to 7376/data/test-cases/9f10ff01aebc4bff.json index 68b5497d9c8..1d70643ddb6 100644 --- a/7346/data/test-cases/48338e45ea620df1.json +++ b/7376/data/test-cases/9f10ff01aebc4bff.json @@ -1 +1 @@ -{"uid":"48338e45ea620df1","name":"Query with Ordered Callback, Wrong PubsubTopic","fullName":"/tests/store/error_handling.node.spec.ts: Waku Store, error handling > Query with Ordered Callback, Wrong PubsubTopic","historyId":"60f35916590a9ebe43f8340d68145b66:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765511607,"stop":1724765511608,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"eb1f29f83250d256","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/eb1f29f83250d256","status":"passed","time":{"start":1724765437243,"stop":1724765437243,"duration":0}},{"uid":"207635185ce70ad8","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/207635185ce70ad8","status":"passed","time":{"start":1724763800266,"stop":1724763800267,"duration":1}},{"uid":"fcf9bf19507b3772","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/fcf9bf19507b3772","status":"passed","time":{"start":1724761051499,"stop":1724761051500,"duration":1}},{"uid":"4838a38d79ea02d5","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/4838a38d79ea02d5","status":"passed","time":{"start":1724760070339,"stop":1724760070340,"duration":1}},{"uid":"dfc558fcc35fc383","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/dfc558fcc35fc383","status":"passed","time":{"start":1724758216995,"stop":1724758216996,"duration":1}},{"uid":"f4c6d6a42e7acdb","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/f4c6d6a42e7acdb","status":"passed","time":{"start":1724757897649,"stop":1724757897650,"duration":1}},{"uid":"ee5c402caf1fbd0f","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/ee5c402caf1fbd0f","status":"passed","time":{"start":1724757268029,"stop":1724757268029,"duration":0}},{"uid":"5d90c3f756d55de4","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/5d90c3f756d55de4","status":"passed","time":{"start":1724755345243,"stop":1724755345243,"duration":0}},{"uid":"12a11189a660befa","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/12a11189a660befa","status":"passed","time":{"start":1724752789263,"stop":1724752789263,"duration":0}},{"uid":"807e3eab74e2555d","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/807e3eab74e2555d","status":"passed","time":{"start":1724751616247,"stop":1724751616248,"duration":1}},{"uid":"f1abf937ce39e61c","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/f1abf937ce39e61c","status":"passed","time":{"start":1724750680581,"stop":1724750680581,"duration":0}},{"uid":"81ef758b3ef456b2","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/81ef758b3ef456b2","status":"passed","time":{"start":1724749679833,"stop":1724749679834,"duration":1}},{"uid":"993e2ae0311fc45c","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/993e2ae0311fc45c","status":"passed","time":{"start":1724718007751,"stop":1724718007751,"duration":0}},{"uid":"7fef5d6eb7ecb119","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/7fef5d6eb7ecb119","status":"passed","time":{"start":1724715238075,"stop":1724715238076,"duration":1}},{"uid":"eb45b6cda3de603a","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/eb45b6cda3de603a","status":"passed","time":{"start":1724713323549,"stop":1724713323549,"duration":0}},{"uid":"384c74e75a751876","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/384c74e75a751876","status":"passed","time":{"start":1724706504645,"stop":1724706504645,"duration":0}},{"uid":"4949dcaf0d97043","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/4949dcaf0d97043","status":"passed","time":{"start":1724704920849,"stop":1724704920850,"duration":1}},{"uid":"dd2c0a91562bfac2","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/dd2c0a91562bfac2","status":"passed","time":{"start":1724684298263,"stop":1724684298263,"duration":0}},{"uid":"3c0458b4dd25c24b","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/3c0458b4dd25c24b","status":"passed","time":{"start":1724673048990,"stop":1724673048991,"duration":1}},{"uid":"9e99d5ea3dc1e043","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/9e99d5ea3dc1e043","status":"passed","time":{"start":1724670775420,"stop":1724670775421,"duration":1}}]},"tags":[]},"source":"48338e45ea620df1.json","parameterValues":[]} \ No newline at end of file +{"uid":"9f10ff01aebc4bff","name":"Query with Ordered Callback, Wrong PubsubTopic","fullName":"/tests/store/error_handling.node.spec.ts: Waku Store, error handling > Query with Ordered Callback, Wrong PubsubTopic","historyId":"60f35916590a9ebe43f8340d68145b66:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922950821,"stop":1724922950821,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2f8f4d984f5a044","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2f8f4d984f5a044","status":"passed","time":{"start":1724921640399,"stop":1724921640399,"duration":0}},{"uid":"97f42adee205f1ea","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/97f42adee205f1ea","status":"passed","time":{"start":1724921600407,"stop":1724921600408,"duration":1}},{"uid":"7d508110251ecbf8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7d508110251ecbf8","status":"passed","time":{"start":1724918300922,"stop":1724918300923,"duration":1}},{"uid":"a5ce4f115ffd0ea3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5ce4f115ffd0ea3","status":"passed","time":{"start":1724890059284,"stop":1724890059285,"duration":1}},{"uid":"b4425c6ef4040e4c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4425c6ef4040e4c","status":"passed","time":{"start":1724889188311,"stop":1724889188314,"duration":3}},{"uid":"3b50dca9c3f2eb10","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3b50dca9c3f2eb10","status":"passed","time":{"start":1724888372739,"stop":1724888372740,"duration":1}},{"uid":"dae6acd4bb5d448a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dae6acd4bb5d448a","status":"passed","time":{"start":1724887135717,"stop":1724887135717,"duration":0}},{"uid":"c8bdea3b3e902fde","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c8bdea3b3e902fde","status":"passed","time":{"start":1724886919663,"stop":1724886919664,"duration":1}},{"uid":"53329d9fbccf93aa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/53329d9fbccf93aa","status":"passed","time":{"start":1724862341834,"stop":1724862341834,"duration":0}},{"uid":"f40837da1898b172","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f40837da1898b172","status":"passed","time":{"start":1724861815489,"stop":1724861815489,"duration":0}},{"uid":"fd9477a8e0ab757","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fd9477a8e0ab757","status":"passed","time":{"start":1724861669534,"stop":1724861669534,"duration":0}},{"uid":"7ec588008f318ea2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7ec588008f318ea2","status":"passed","time":{"start":1724861505414,"stop":1724861505415,"duration":1}}]},"tags":[]},"source":"9f10ff01aebc4bff.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/9fa2297bb37094e8.json b/7376/data/test-cases/9fa2297bb37094e8.json new file mode 100644 index 00000000000..7b425b001c8 --- /dev/null +++ b/7376/data/test-cases/9fa2297bb37094e8.json @@ -0,0 +1 @@ +{"uid":"9fa2297bb37094e8","name":"should throw an error for insufficient data","fullName":"/src/common/relay_shard_codec.spec.ts: Relay Shard codec > should throw an error for insufficient data","historyId":"97c710a1881242b44a7de26a376132df:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374768,"stop":1724922374768,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"Relay Shard codec"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5d6bdc9e7c1ade97","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5d6bdc9e7c1ade97","status":"passed","time":{"start":1724921037761,"stop":1724921037761,"duration":0}},{"uid":"d5eabf93cca0f726","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d5eabf93cca0f726","status":"passed","time":{"start":1724921013107,"stop":1724921013107,"duration":0}},{"uid":"468d8095e6493da3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/468d8095e6493da3","status":"passed","time":{"start":1724917673401,"stop":1724917673401,"duration":0}},{"uid":"4af25b9ac04be3fe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4af25b9ac04be3fe","status":"passed","time":{"start":1724889452425,"stop":1724889452425,"duration":0}},{"uid":"68883e550e457114","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/68883e550e457114","status":"passed","time":{"start":1724888602932,"stop":1724888602932,"duration":0}},{"uid":"ecf79c393f231220","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ecf79c393f231220","status":"passed","time":{"start":1724887759206,"stop":1724887759206,"duration":0}},{"uid":"47ac19d5f84e2783","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/47ac19d5f84e2783","status":"passed","time":{"start":1724886525513,"stop":1724886525514,"duration":1}},{"uid":"f9df8a9d3691ec70","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f9df8a9d3691ec70","status":"passed","time":{"start":1724886303418,"stop":1724886303418,"duration":0}},{"uid":"b4f4acec9ac42baf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4f4acec9ac42baf","status":"passed","time":{"start":1724861752254,"stop":1724861752255,"duration":1}},{"uid":"6b9886aa46f93c4b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6b9886aa46f93c4b","status":"passed","time":{"start":1724861223393,"stop":1724861223393,"duration":0}},{"uid":"79df55e38753240c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/79df55e38753240c","status":"passed","time":{"start":1724861045267,"stop":1724861045267,"duration":0}},{"uid":"45fa10f4253f7fce","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/45fa10f4253f7fce","status":"passed","time":{"start":1724860907341,"stop":1724860907341,"duration":0}}]},"tags":[]},"source":"9fa2297bb37094e8.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/9fa3b4744d6b5d6c.json b/7376/data/test-cases/9fa3b4744d6b5d6c.json new file mode 100644 index 00000000000..94c383b0477 --- /dev/null +++ b/7376/data/test-cases/9fa3b4744d6b5d6c.json @@ -0,0 +1 @@ +{"uid":"9fa3b4744d6b5d6c","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","fullName":"/tests/store/time_filter.node.spec.ts: Waku Store, time filter > msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","historyId":"be14bb7f5e6ecd49399a16e2781e751b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922999267,"stop":1724922999267,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":11,"unknown":0,"total":13},"items":[{"uid":"d36404b715e7ec43","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d36404b715e7ec43","status":"passed","time":{"start":1724921669870,"stop":1724921669870,"duration":0}},{"uid":"22caf786947e4c07","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/22caf786947e4c07","status":"passed","time":{"start":1724921630267,"stop":1724921630268,"duration":1}},{"uid":"8daec397385c211d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8daec397385c211d","status":"passed","time":{"start":1724918332987,"stop":1724918332988,"duration":1}},{"uid":"40374a9f586434b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/40374a9f586434b3","status":"passed","time":{"start":1724890089468,"stop":1724890089469,"duration":1}},{"uid":"f34df778cfdbff4e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f34df778cfdbff4e","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1724889224493,"stop":1724889224493,"duration":0}},{"uid":"26de152f1cdd4663","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/26de152f1cdd4663","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1724888406347,"stop":1724888406347,"duration":0}},{"uid":"9cc6f54b55b8a76e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9cc6f54b55b8a76e","status":"passed","time":{"start":1724887175024,"stop":1724887175024,"duration":0}},{"uid":"bd0f214940963960","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bd0f214940963960","status":"passed","time":{"start":1724886952407,"stop":1724886952408,"duration":1}},{"uid":"ad0e27f57d222de0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ad0e27f57d222de0","status":"passed","time":{"start":1724862378561,"stop":1724862378562,"duration":1}},{"uid":"3bd08a963bd37ae5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3bd08a963bd37ae5","status":"passed","time":{"start":1724861846750,"stop":1724861846750,"duration":0}},{"uid":"d6a3b221c69d5df3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d6a3b221c69d5df3","status":"passed","time":{"start":1724861702535,"stop":1724861702535,"duration":0}},{"uid":"69f331aff6307f13","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/69f331aff6307f13","status":"passed","time":{"start":1724861533459,"stop":1724861533459,"duration":0}}]},"tags":[]},"source":"9fa3b4744d6b5d6c.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/9fe094961cca0519.json b/7376/data/test-cases/9fe094961cca0519.json new file mode 100644 index 00000000000..536ee83dfa7 --- /dev/null +++ b/7376/data/test-cases/9fe094961cca0519.json @@ -0,0 +1 @@ +{"uid":"9fe094961cca0519","name":"isConnected should return false after all peers disconnect","fullName":"/tests/connection-mananger/connection_state.spec.ts: Connection state > isConnected should return false after all peers disconnect","historyId":"6155f6e2bed73f9a83f09d1b91bfd1fe:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922476376,"stop":1724922476376,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","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":"Connection state"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"80f50c442fbd1929","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/80f50c442fbd1929","status":"passed","time":{"start":1724921141188,"stop":1724921141188,"duration":0}},{"uid":"d837212022f5857c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d837212022f5857c","status":"passed","time":{"start":1724921118249,"stop":1724921118250,"duration":1}},{"uid":"bc1972c72f4d4a77","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bc1972c72f4d4a77","status":"passed","time":{"start":1724917777551,"stop":1724917777552,"duration":1}},{"uid":"d55a31e52b7e1e3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d55a31e52b7e1e3e","status":"passed","time":{"start":1724889554665,"stop":1724889554665,"duration":0}},{"uid":"ebf9735e924be880","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ebf9735e924be880","status":"passed","time":{"start":1724888706938,"stop":1724888706939,"duration":1}},{"uid":"25defb69b7612e01","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/25defb69b7612e01","status":"passed","time":{"start":1724887861774,"stop":1724887861774,"duration":0}},{"uid":"4da6fb70bb3d9725","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4da6fb70bb3d9725","status":"passed","time":{"start":1724886631477,"stop":1724886631477,"duration":0}},{"uid":"96e04edc55d23b60","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/96e04edc55d23b60","status":"passed","time":{"start":1724886409746,"stop":1724886409746,"duration":0}},{"uid":"a9d2c40c968186bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9d2c40c968186bc","status":"passed","time":{"start":1724861858184,"stop":1724861858184,"duration":0}},{"uid":"1b27820e15219bec","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1b27820e15219bec","status":"passed","time":{"start":1724861324521,"stop":1724861324522,"duration":1}},{"uid":"f06ded5106960ee5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f06ded5106960ee5","status":"passed","time":{"start":1724861152391,"stop":1724861152391,"duration":0}},{"uid":"468176c179872949","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/468176c179872949","status":"passed","time":{"start":1724861011435,"stop":1724861011436,"duration":1}}]},"tags":[]},"source":"9fe094961cca0519.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/a054204567ac3218.json b/7376/data/test-cases/a054204567ac3218.json new file mode 100644 index 00000000000..abdeca438ea --- /dev/null +++ b/7376/data/test-cases/a054204567ac3218.json @@ -0,0 +1 @@ +{"uid":"a054204567ac3218","name":"should use the provided clusterId for the pubsub topic","fullName":"/src/common/sharding/index.spec.ts: contentTopicToPubsubTopic > should use the provided clusterId for the pubsub topic","historyId":"4d56ffb3a9050f5b40c98d2eac693415:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374696,"stop":1724922374696,"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":"contentTopicToPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"662b430445e0dcdb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/662b430445e0dcdb","status":"passed","time":{"start":1724921037655,"stop":1724921037655,"duration":0}},{"uid":"a50b2a9da56ab086","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a50b2a9da56ab086","status":"passed","time":{"start":1724921013069,"stop":1724921013070,"duration":1}},{"uid":"582eb22469cc37cb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/582eb22469cc37cb","status":"passed","time":{"start":1724917673310,"stop":1724917673310,"duration":0}},{"uid":"1a8a75e2a00a5fb8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1a8a75e2a00a5fb8","status":"passed","time":{"start":1724889452329,"stop":1724889452330,"duration":1}},{"uid":"39c7cf8a15259dc4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/39c7cf8a15259dc4","status":"passed","time":{"start":1724888602862,"stop":1724888602862,"duration":0}},{"uid":"93df1883e4ca3491","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/93df1883e4ca3491","status":"passed","time":{"start":1724887759182,"stop":1724887759182,"duration":0}},{"uid":"895466f6bb381cac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/895466f6bb381cac","status":"passed","time":{"start":1724886525559,"stop":1724886525559,"duration":0}},{"uid":"e9fe670245ccda50","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e9fe670245ccda50","status":"passed","time":{"start":1724886303416,"stop":1724886303416,"duration":0}},{"uid":"2e4907bb47bcf216","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2e4907bb47bcf216","status":"passed","time":{"start":1724861752252,"stop":1724861752252,"duration":0}},{"uid":"3a33f9bce11bf6b1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3a33f9bce11bf6b1","status":"passed","time":{"start":1724861223372,"stop":1724861223373,"duration":1}},{"uid":"7f668438afd0b5cb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7f668438afd0b5cb","status":"passed","time":{"start":1724861045222,"stop":1724861045222,"duration":0}},{"uid":"ba24b999eccd3f07","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ba24b999eccd3f07","status":"passed","time":{"start":1724860907109,"stop":1724860907109,"duration":0}}]},"tags":[]},"source":"a054204567ac3218.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/a06ba1b9aa55e047.json b/7376/data/test-cases/a06ba1b9aa55e047.json new file mode 100644 index 00000000000..229eedc999c --- /dev/null +++ b/7376/data/test-cases/a06ba1b9aa55e047.json @@ -0,0 +1 @@ +{"uid":"a06ba1b9aa55e047","name":"Round trip binary serialization","fullName":"/src/lib/message/version_0.spec.ts: Waku Message version 0 > Round trip binary serialization","historyId":"6222de83b46c7e94c733bc9b89aa12f9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922388046,"stop":1724922388047,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.lib.message"},{"name":"parentSuite","value":"Waku Message version 0"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8c11ae878c60ba23","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8c11ae878c60ba23","status":"passed","time":{"start":1724921051054,"stop":1724921051054,"duration":0}},{"uid":"e09278fd97dcbbb2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e09278fd97dcbbb2","status":"passed","time":{"start":1724921026359,"stop":1724921026360,"duration":1}},{"uid":"5275e7435c027ed8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5275e7435c027ed8","status":"passed","time":{"start":1724917686538,"stop":1724917686538,"duration":0}},{"uid":"999cfb5238e4f02","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/999cfb5238e4f02","status":"passed","time":{"start":1724889465468,"stop":1724889465469,"duration":1}},{"uid":"bfec4b0bc0c369f5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bfec4b0bc0c369f5","status":"passed","time":{"start":1724888616210,"stop":1724888616210,"duration":0}},{"uid":"e93868cf5b8334ed","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e93868cf5b8334ed","status":"passed","time":{"start":1724887772446,"stop":1724887772447,"duration":1}},{"uid":"b796eef97489a7f3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b796eef97489a7f3","status":"passed","time":{"start":1724886538857,"stop":1724886538858,"duration":1}},{"uid":"5327a0846a39f16c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5327a0846a39f16c","status":"passed","time":{"start":1724886316624,"stop":1724886316625,"duration":1}},{"uid":"cd6268a822f1d7cb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd6268a822f1d7cb","status":"passed","time":{"start":1724861765760,"stop":1724861765761,"duration":1}},{"uid":"a1339aea497c5345","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a1339aea497c5345","status":"passed","time":{"start":1724861236571,"stop":1724861236571,"duration":0}},{"uid":"dc86b77d22a86b78","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dc86b77d22a86b78","status":"passed","time":{"start":1724861059468,"stop":1724861059468,"duration":0}},{"uid":"ff0880dff166f001","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ff0880dff166f001","status":"passed","time":{"start":1724860920724,"stop":1724860920724,"duration":0}}]},"tags":[]},"source":"a06ba1b9aa55e047.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/a0cb55207c2189d3.json b/7376/data/test-cases/a0cb55207c2189d3.json new file mode 100644 index 00000000000..c8180c84ba8 --- /dev/null +++ b/7376/data/test-cases/a0cb55207c2189d3.json @@ -0,0 +1 @@ +{"uid":"a0cb55207c2189d3","name":"Promise Callback - false","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Promise Callback - false","historyId":"49168a22e20bde9a6809d28d4dfd8423:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922966705,"stop":1724922966705,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, order"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"eee6608875102748","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/eee6608875102748","status":"passed","time":{"start":1724921640664,"stop":1724921640664,"duration":0}},{"uid":"b09e86ea39b91009","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b09e86ea39b91009","status":"passed","time":{"start":1724921597594,"stop":1724921597596,"duration":2}},{"uid":"60795a0ac7c42cdd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/60795a0ac7c42cdd","status":"passed","time":{"start":1724918306249,"stop":1724918306250,"duration":1}},{"uid":"63630ade6276ca47","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/63630ade6276ca47","status":"passed","time":{"start":1724890060301,"stop":1724890060301,"duration":0}},{"uid":"b489cc5b13b23fd0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b489cc5b13b23fd0","status":"passed","time":{"start":1724889191329,"stop":1724889191329,"duration":0}},{"uid":"e5ceb4046383d235","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e5ceb4046383d235","status":"passed","time":{"start":1724888368607,"stop":1724888368607,"duration":0}},{"uid":"1d7dcdbc0db2a2a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1d7dcdbc0db2a2a2","status":"passed","time":{"start":1724887150940,"stop":1724887150940,"duration":0}},{"uid":"984a43ba3948f11d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/984a43ba3948f11d","status":"passed","time":{"start":1724886928811,"stop":1724886928812,"duration":1}},{"uid":"456fb85db8e562f7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/456fb85db8e562f7","status":"passed","time":{"start":1724862346043,"stop":1724862346044,"duration":1}},{"uid":"373b37b678e9ce01","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/373b37b678e9ce01","status":"passed","time":{"start":1724861823100,"stop":1724861823101,"duration":1}},{"uid":"43d770d331d97942","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/43d770d331d97942","status":"passed","time":{"start":1724861677723,"stop":1724861677724,"duration":1}},{"uid":"30d2f31ed7eb7ef3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/30d2f31ed7eb7ef3","status":"passed","time":{"start":1724861503961,"stop":1724861503962,"duration":1}}]},"tags":[]},"source":"a0cb55207c2189d3.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/b0510c58cf4465cf.json b/7376/data/test-cases/a198dee6911b2261.json similarity index 73% rename from 7346/data/test-cases/b0510c58cf4465cf.json rename to 7376/data/test-cases/a198dee6911b2261.json index 142ef4164fa..ed44c270aef 100644 --- a/7346/data/test-cases/b0510c58cf4465cf.json +++ b/7376/data/test-cases/a198dee6911b2261.json @@ -1 +1 @@ -{"uid":"b0510c58cf4465cf","name":"Mutual subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Mutual subscription","historyId":"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765421000,"stop":1724765421001,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"bd3789e53c5e014e","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/bd3789e53c5e014e","status":"passed","time":{"start":1724765345626,"stop":1724765345627,"duration":1}},{"uid":"6a798146e04f360c","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/6a798146e04f360c","status":"passed","time":{"start":1724763728512,"stop":1724763728512,"duration":0}},{"uid":"34f1f199d036bd9","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/34f1f199d036bd9","status":"passed","time":{"start":1724760958436,"stop":1724760958437,"duration":1}},{"uid":"35f8795570329c2c","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/35f8795570329c2c","status":"passed","time":{"start":1724759986199,"stop":1724759986200,"duration":1}},{"uid":"9ed45942baa1a173","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/9ed45942baa1a173","status":"passed","time":{"start":1724758131982,"stop":1724758131983,"duration":1}},{"uid":"168a5d1582ea8d4c","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/168a5d1582ea8d4c","status":"passed","time":{"start":1724757804657,"stop":1724757804658,"duration":1}},{"uid":"253d91764ff36c6c","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/253d91764ff36c6c","status":"passed","time":{"start":1724757182028,"stop":1724757182028,"duration":0}},{"uid":"36564b825320c03d","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/36564b825320c03d","status":"passed","time":{"start":1724755250658,"stop":1724755250658,"duration":0}},{"uid":"408e67e74f067a65","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/408e67e74f067a65","status":"passed","time":{"start":1724752681435,"stop":1724752681435,"duration":0}},{"uid":"4b27b5431a74f0bf","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/4b27b5431a74f0bf","status":"passed","time":{"start":1724751529139,"stop":1724751529140,"duration":1}},{"uid":"f676e01a47c76fc1","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/f676e01a47c76fc1","status":"passed","time":{"start":1724750601822,"stop":1724750601823,"duration":1}},{"uid":"a9869dddbf72e491","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/a9869dddbf72e491","status":"passed","time":{"start":1724749597800,"stop":1724749597800,"duration":0}},{"uid":"6293347801e78360","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/6293347801e78360","status":"passed","time":{"start":1724717911298,"stop":1724717911299,"duration":1}},{"uid":"6d746edecabaee93","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/6d746edecabaee93","status":"passed","time":{"start":1724715155589,"stop":1724715155590,"duration":1}},{"uid":"53e3db68d50d4d2c","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/53e3db68d50d4d2c","status":"passed","time":{"start":1724713233403,"stop":1724713233404,"duration":1}},{"uid":"eb295637c169a8a3","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/eb295637c169a8a3","status":"passed","time":{"start":1724706419519,"stop":1724706419519,"duration":0}},{"uid":"8f1ba6839cce1955","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/8f1ba6839cce1955","status":"passed","time":{"start":1724704833532,"stop":1724704833532,"duration":0}},{"uid":"1536b849f0b482fb","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/1536b849f0b482fb","status":"passed","time":{"start":1724684206362,"stop":1724684206363,"duration":1}},{"uid":"383a6ec5c5081d79","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/383a6ec5c5081d79","status":"passed","time":{"start":1724672961254,"stop":1724672961255,"duration":1}},{"uid":"11591221f9f7549a","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/11591221f9f7549a","status":"passed","time":{"start":1724670685256,"stop":1724670685257,"duration":1}}]},"tags":[]},"source":"b0510c58cf4465cf.json","parameterValues":[]} \ No newline at end of file +{"uid":"a198dee6911b2261","name":"Mutual subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Mutual subscription","historyId":"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922891482,"stop":1724922891482,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1b5565ebb7b12e45","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1b5565ebb7b12e45","status":"passed","time":{"start":1724921563003,"stop":1724921563004,"duration":1}},{"uid":"a2f038a7c66ef914","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a2f038a7c66ef914","status":"passed","time":{"start":1724921526807,"stop":1724921526807,"duration":0}},{"uid":"48fa167413b1dbf8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/48fa167413b1dbf8","status":"passed","time":{"start":1724918239926,"stop":1724918239926,"duration":0}},{"uid":"d781ca2621088f1c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d781ca2621088f1c","status":"passed","time":{"start":1724889980878,"stop":1724889980878,"duration":0}},{"uid":"c8580074c1780b00","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c8580074c1780b00","status":"passed","time":{"start":1724889109944,"stop":1724889109945,"duration":1}},{"uid":"e26b04ab88f4fe9c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e26b04ab88f4fe9c","status":"passed","time":{"start":1724888294717,"stop":1724888294717,"duration":0}},{"uid":"fe94ac10233a68f5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fe94ac10233a68f5","status":"passed","time":{"start":1724887071731,"stop":1724887071731,"duration":0}},{"uid":"9d23919da1e63331","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9d23919da1e63331","status":"passed","time":{"start":1724886848338,"stop":1724886848338,"duration":0}},{"uid":"7c951f6b060b201a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7c951f6b060b201a","status":"passed","time":{"start":1724862259239,"stop":1724862259240,"duration":1}},{"uid":"cbeef24f4c7f60ae","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cbeef24f4c7f60ae","status":"passed","time":{"start":1724861735320,"stop":1724861735320,"duration":0}},{"uid":"a2d138d9fccbf82d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a2d138d9fccbf82d","status":"passed","time":{"start":1724861606333,"stop":1724861606333,"duration":0}},{"uid":"d135ab3f0cc1e814","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d135ab3f0cc1e814","status":"passed","time":{"start":1724861426678,"stop":1724861426679,"duration":1}}]},"tags":[]},"source":"a198dee6911b2261.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/a1b9e3703ad06548.json b/7376/data/test-cases/a1b9e3703ad06548.json new file mode 100644 index 00000000000..4a3e62dd14a --- /dev/null +++ b/7376/data/test-cases/a1b9e3703ad06548.json @@ -0,0 +1 @@ +{"uid":"a1b9e3703ad06548","name":"Ordered Callback - false","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Ordered Callback - false","historyId":"cbea95cb9b0d71943866b660b36c696e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922966706,"stop":1724922966706,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, order"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a22df519cbcb7c3e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a22df519cbcb7c3e","status":"passed","time":{"start":1724921640665,"stop":1724921640666,"duration":1}},{"uid":"d6cc52a43e7046f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d6cc52a43e7046f","status":"passed","time":{"start":1724921597600,"stop":1724921597603,"duration":3}},{"uid":"534dcfb378cf9b82","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/534dcfb378cf9b82","status":"passed","time":{"start":1724918306250,"stop":1724918306250,"duration":0}},{"uid":"a5dff5bca2ab0b54","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5dff5bca2ab0b54","status":"passed","time":{"start":1724890060301,"stop":1724890060302,"duration":1}},{"uid":"2b438cea56953d75","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b438cea56953d75","status":"passed","time":{"start":1724889191329,"stop":1724889191330,"duration":1}},{"uid":"f6961f2bc45c7e60","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f6961f2bc45c7e60","status":"passed","time":{"start":1724888368618,"stop":1724888368621,"duration":3}},{"uid":"48151379a21eedfb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/48151379a21eedfb","status":"passed","time":{"start":1724887150941,"stop":1724887150942,"duration":1}},{"uid":"5bac71b262ca8950","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5bac71b262ca8950","status":"passed","time":{"start":1724886928820,"stop":1724886928824,"duration":4}},{"uid":"89c3cc5dc56b0cbf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/89c3cc5dc56b0cbf","status":"passed","time":{"start":1724862346045,"stop":1724862346046,"duration":1}},{"uid":"516425a59a2e31c8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/516425a59a2e31c8","status":"passed","time":{"start":1724861823101,"stop":1724861823101,"duration":0}},{"uid":"24f4726d6a7dcc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/24f4726d6a7dcc","status":"passed","time":{"start":1724861677724,"stop":1724861677724,"duration":0}},{"uid":"c77286a61a0b39b2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c77286a61a0b39b2","status":"passed","time":{"start":1724861503965,"stop":1724861503968,"duration":3}}]},"tags":[]},"source":"a1b9e3703ad06548.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/a1d9fc1ecf2e4aef.json b/7376/data/test-cases/a1d9fc1ecf2e4aef.json new file mode 100644 index 00000000000..7462153f602 --- /dev/null +++ b/7376/data/test-cases/a1d9fc1ecf2e4aef.json @@ -0,0 +1 @@ +{"uid":"a1d9fc1ecf2e4aef","name":"should properly create location multiaddrs - tcp4","fullName":"/src/enr.spec.ts: ENR > Location multiaddr > should properly create location multiaddrs - tcp4","historyId":"036fe36f432ea82cffb2fbb0a77ce5f6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922383085,"stop":1724922383089,"duration":4},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before all\" hook in \"Location multiaddr\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Location multiaddr"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ca4ab4c102fe0889","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ca4ab4c102fe0889","status":"passed","time":{"start":1724921046205,"stop":1724921046205,"duration":0}},{"uid":"c52f323f09645817","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c52f323f09645817","status":"passed","time":{"start":1724921021477,"stop":1724921021477,"duration":0}},{"uid":"31ed3503dd0e95e0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/31ed3503dd0e95e0","status":"passed","time":{"start":1724917681725,"stop":1724917681725,"duration":0}},{"uid":"9be658d0168d8c45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9be658d0168d8c45","status":"passed","time":{"start":1724889460653,"stop":1724889460653,"duration":0}},{"uid":"cf847bd729a7498","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf847bd729a7498","status":"passed","time":{"start":1724888611297,"stop":1724888611297,"duration":0}},{"uid":"249e305a0f60b966","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/249e305a0f60b966","status":"passed","time":{"start":1724887767621,"stop":1724887767621,"duration":0}},{"uid":"b9c150edcbf7c49f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b9c150edcbf7c49f","status":"passed","time":{"start":1724886533991,"stop":1724886533991,"duration":0}},{"uid":"ee26ce2418a7fc0a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ee26ce2418a7fc0a","status":"passed","time":{"start":1724886311756,"stop":1724886311756,"duration":0}},{"uid":"148a16aa88022ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/148a16aa88022ae","status":"passed","time":{"start":1724861760776,"stop":1724861760777,"duration":1}},{"uid":"75575792a1d3e2a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/75575792a1d3e2a","status":"passed","time":{"start":1724861231735,"stop":1724861231735,"duration":0}},{"uid":"6159696cde6b6c5d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6159696cde6b6c5d","status":"passed","time":{"start":1724861054257,"stop":1724861054257,"duration":0}},{"uid":"58ceda67cd526acf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/58ceda67cd526acf","status":"passed","time":{"start":1724860915816,"stop":1724860915816,"duration":0}}]},"tags":[]},"source":"a1d9fc1ecf2e4aef.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/a20799840c672a87.json b/7376/data/test-cases/a20799840c672a87.json new file mode 100644 index 00000000000..83aef07180e --- /dev/null +++ b/7376/data/test-cases/a20799840c672a87.json @@ -0,0 +1 @@ +{"uid":"a20799840c672a87","name":"Using a function","fullName":"/tests/waku.node.spec.ts: Waku Dial [node only] > Bootstrap > Using a function","historyId":"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922998984,"stop":1724922998984,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Bootstrap\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Bootstrap\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Waku Dial [node only]"},{"name":"suite","value":"Bootstrap"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"43a610975bfc6092","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/43a610975bfc6092","status":"passed","time":{"start":1724921672581,"stop":1724921672581,"duration":0}},{"uid":"19475993bbb32366","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/19475993bbb32366","status":"passed","time":{"start":1724921629964,"stop":1724921629964,"duration":0}},{"uid":"ba4f85d6cce2ced9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ba4f85d6cce2ced9","status":"passed","time":{"start":1724918337082,"stop":1724918337082,"duration":0}},{"uid":"3963550e816baa1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3963550e816baa1","status":"passed","time":{"start":1724890089178,"stop":1724890089179,"duration":1}},{"uid":"e24ff0820c14948f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e24ff0820c14948f","status":"passed","time":{"start":1724889221660,"stop":1724889221660,"duration":0}},{"uid":"760159196647ab93","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/760159196647ab93","status":"passed","time":{"start":1724888396188,"stop":1724888396188,"duration":0}},{"uid":"c84e3fa55139037b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c84e3fa55139037b","status":"passed","time":{"start":1724887170938,"stop":1724887170938,"duration":0}},{"uid":"c159ed9f16e0829c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c159ed9f16e0829c","status":"passed","time":{"start":1724886948525,"stop":1724886948525,"duration":0}},{"uid":"d3a4f570b3dc49b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3a4f570b3dc49b3","status":"passed","time":{"start":1724862370753,"stop":1724862370753,"duration":0}},{"uid":"3f18ded0fe8d001b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3f18ded0fe8d001b","status":"passed","time":{"start":1724861845164,"stop":1724861845166,"duration":2}},{"uid":"6d7f1fe53a089824","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6d7f1fe53a089824","status":"passed","time":{"start":1724861703116,"stop":1724861703116,"duration":0}},{"uid":"d1d00a60bcb2844a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d1d00a60bcb2844a","status":"passed","time":{"start":1724861530976,"stop":1724861530976,"duration":0}}]},"tags":[]},"source":"a20799840c672a87.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/882a674274413c01.json b/7376/data/test-cases/a292bae5ff215274.json similarity index 77% rename from 7346/data/test-cases/882a674274413c01.json rename to 7376/data/test-cases/a292bae5ff215274.json index bf58c39085f..fed4ebae0bc 100644 --- a/7346/data/test-cases/882a674274413c01.json +++ b/7376/data/test-cases/a292bae5ff215274.json @@ -1 +1 @@ -{"uid":"882a674274413c01","name":"Subscribe to topic containing shell command and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing shell command and receive message","historyId":"abac5b7cf6154cb41131e30fbdef2abc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765545681,"stop":1724765545681,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"b82a9caded7001b7","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/b82a9caded7001b7","status":"passed","time":{"start":1724765472924,"stop":1724765472925,"duration":1}},{"uid":"df89b40e27e5566d","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/df89b40e27e5566d","status":"passed","time":{"start":1724763953871,"stop":1724763953872,"duration":1}},{"uid":"b28aea13d916890","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b28aea13d916890","status":"passed","time":{"start":1724761070327,"stop":1724761070328,"duration":1}},{"uid":"b56b4ebe01ab825a","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/b56b4ebe01ab825a","status":"passed","time":{"start":1724760260078,"stop":1724760260079,"duration":1}},{"uid":"beb4e30667c916ca","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/beb4e30667c916ca","status":"passed","time":{"start":1724758530273,"stop":1724758530274,"duration":1}},{"uid":"98fcb588e2357b18","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/98fcb588e2357b18","status":"passed","time":{"start":1724757958306,"stop":1724757958306,"duration":0}},{"uid":"eaa60cce0617db42","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/eaa60cce0617db42","status":"passed","time":{"start":1724757397595,"stop":1724757397595,"duration":0}},{"uid":"27b7126ddf26fbe8","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/27b7126ddf26fbe8","status":"passed","time":{"start":1724755379407,"stop":1724755379408,"duration":1}},{"uid":"234147e574eab18a","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/234147e574eab18a","status":"passed","time":{"start":1724752819851,"stop":1724752819851,"duration":0}},{"uid":"dad4279524b5201a","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/dad4279524b5201a","status":"passed","time":{"start":1724751625330,"stop":1724751625331,"duration":1}},{"uid":"9eadbc2e313b12c8","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/9eadbc2e313b12c8","status":"passed","time":{"start":1724750725831,"stop":1724750725831,"duration":0}},{"uid":"95bd6f97af4e995a","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/95bd6f97af4e995a","status":"passed","time":{"start":1724749717520,"stop":1724749717520,"duration":0}},{"uid":"f2822c71c677ab9d","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/f2822c71c677ab9d","status":"passed","time":{"start":1724718019287,"stop":1724718019288,"duration":1}},{"uid":"45fbcba7ca59db01","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/45fbcba7ca59db01","status":"passed","time":{"start":1724715264571,"stop":1724715264571,"duration":0}},{"uid":"64488682d4aac2d7","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/64488682d4aac2d7","status":"passed","time":{"start":1724713371753,"stop":1724713371753,"duration":0}},{"uid":"72ca15d671bf1ab2","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/72ca15d671bf1ab2","status":"passed","time":{"start":1724706679439,"stop":1724706679439,"duration":0}},{"uid":"7b5c05232207c393","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/7b5c05232207c393","status":"passed","time":{"start":1724705096865,"stop":1724705096865,"duration":0}},{"uid":"40ec2d94b4cb9372","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/40ec2d94b4cb9372","status":"passed","time":{"start":1724684459933,"stop":1724684459933,"duration":0}},{"uid":"bbc5ab542f3d3267","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/bbc5ab542f3d3267","status":"passed","time":{"start":1724673071761,"stop":1724673071761,"duration":0}},{"uid":"6f87962b9d22a9dd","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/6f87962b9d22a9dd","status":"passed","time":{"start":1724670808712,"stop":1724670808712,"duration":0}}]},"tags":[]},"source":"882a674274413c01.json","parameterValues":[]} \ No newline at end of file +{"uid":"a292bae5ff215274","name":"Subscribe and receive messages via lightPush","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe and receive messages via lightPush","historyId":"ad4e8b08f765ff93f0032cfe8dd85dc3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012470,"stop":1724923012471,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1aacb31657ce2e29","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1aacb31657ce2e29","status":"passed","time":{"start":1724921625077,"stop":1724921625078,"duration":1}},{"uid":"7befceace5a23c11","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7befceace5a23c11","status":"passed","time":{"start":1724921590501,"stop":1724921590501,"duration":0}},{"uid":"cf6ab5fac75d1708","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cf6ab5fac75d1708","status":"passed","time":{"start":1724918287569,"stop":1724918287569,"duration":0}},{"uid":"2515a2a1fd35beab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2515a2a1fd35beab","status":"passed","time":{"start":1724890047794,"stop":1724890047794,"duration":0}},{"uid":"297fe37b97633b5f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/297fe37b97633b5f","status":"passed","time":{"start":1724889183926,"stop":1724889183926,"duration":0}},{"uid":"4255dfb92553a716","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4255dfb92553a716","status":"passed","time":{"start":1724888354175,"stop":1724888354175,"duration":0}},{"uid":"ed854e26a4b93d77","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ed854e26a4b93d77","status":"passed","time":{"start":1724887145684,"stop":1724887145684,"duration":0}},{"uid":"a85eddf131ee1a83","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a85eddf131ee1a83","status":"passed","time":{"start":1724886915791,"stop":1724886915791,"duration":0}},{"uid":"1cb19c1f85d64255","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1cb19c1f85d64255","status":"passed","time":{"start":1724862341456,"stop":1724862341456,"duration":0}},{"uid":"7a1edeb8adaaf9ca","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7a1edeb8adaaf9ca","status":"passed","time":{"start":1724861805447,"stop":1724861805450,"duration":3}},{"uid":"b262d5baa4708def","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b262d5baa4708def","status":"passed","time":{"start":1724861662291,"stop":1724861662291,"duration":0}},{"uid":"a1bc0e0759a5b116","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a1bc0e0759a5b116","status":"passed","time":{"start":1724861492519,"stop":1724861492519,"duration":0}}]},"tags":[]},"source":"a292bae5ff215274.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/df031731d3e8c26c.json b/7376/data/test-cases/a2d334fa481fb89f.json similarity index 77% rename from 7346/data/test-cases/df031731d3e8c26c.json rename to 7376/data/test-cases/a2d334fa481fb89f.json index af64739b894..c868c47335e 100644 --- a/7346/data/test-cases/df031731d3e8c26c.json +++ b/7376/data/test-cases/a2d334fa481fb89f.json @@ -1 +1 @@ -{"uid":"df031731d3e8c26c","name":"Check message with non string payload is not received","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check message with non string payload is not received","historyId":"bd81d7ffdaed09a1e3e9db53db89999f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392376,"stop":1724765392377,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"b83198cb0e892609","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/b83198cb0e892609","status":"passed","time":{"start":1724765313864,"stop":1724765313864,"duration":0}},{"uid":"5f9b81e0e64b4c55","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/5f9b81e0e64b4c55","status":"passed","time":{"start":1724763683863,"stop":1724763683864,"duration":1}},{"uid":"567c921e102dd48c","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/567c921e102dd48c","status":"passed","time":{"start":1724760929565,"stop":1724760929566,"duration":1}},{"uid":"c6305a09f2143902","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/c6305a09f2143902","status":"passed","time":{"start":1724759955165,"stop":1724759955165,"duration":0}},{"uid":"255af4fccc02613","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/255af4fccc02613","status":"passed","time":{"start":1724758077436,"stop":1724758077436,"duration":0}},{"uid":"4dd6c55a864a15b","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/4dd6c55a864a15b","status":"passed","time":{"start":1724757801866,"stop":1724757801866,"duration":0}},{"uid":"2b9db2ee27c52041","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/2b9db2ee27c52041","status":"passed","time":{"start":1724757120180,"stop":1724757120181,"duration":1}},{"uid":"7b9f438367900e39","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/7b9f438367900e39","status":"passed","time":{"start":1724755211063,"stop":1724755211064,"duration":1}},{"uid":"88a4e2ac377c1830","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/88a4e2ac377c1830","status":"passed","time":{"start":1724752646541,"stop":1724752646541,"duration":0}},{"uid":"cd411a0639a3bcc","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/cd411a0639a3bcc","status":"passed","time":{"start":1724751495273,"stop":1724751495274,"duration":1}},{"uid":"1da1d514bf8fb9b2","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/1da1d514bf8fb9b2","status":"passed","time":{"start":1724750572372,"stop":1724750572372,"duration":0}},{"uid":"c99c953a01420c06","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c99c953a01420c06","status":"passed","time":{"start":1724749567258,"stop":1724749567258,"duration":0}},{"uid":"61996742681a1183","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/61996742681a1183","status":"passed","time":{"start":1724717880826,"stop":1724717880826,"duration":0}},{"uid":"51d745953c1a71e9","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/51d745953c1a71e9","status":"passed","time":{"start":1724715103506,"stop":1724715103506,"duration":0}},{"uid":"b9aa91e3b26ee33b","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/b9aa91e3b26ee33b","status":"passed","time":{"start":1724713195357,"stop":1724713195357,"duration":0}},{"uid":"914be27eb81212b7","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/914be27eb81212b7","status":"passed","time":{"start":1724706389673,"stop":1724706389673,"duration":0}},{"uid":"eae523ee64163c7b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/eae523ee64163c7b","status":"passed","time":{"start":1724704811190,"stop":1724704811191,"duration":1}},{"uid":"2ad04b71dbdc4ff","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2ad04b71dbdc4ff","status":"passed","time":{"start":1724684170183,"stop":1724684170191,"duration":8}},{"uid":"e9139fa18f1af31b","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/e9139fa18f1af31b","status":"passed","time":{"start":1724672903612,"stop":1724672903613,"duration":1}},{"uid":"d382b0bfe96b0248","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/d382b0bfe96b0248","status":"passed","time":{"start":1724670674042,"stop":1724670674042,"duration":0}}]},"tags":[]},"source":"df031731d3e8c26c.json","parameterValues":[]} \ No newline at end of file +{"uid":"a2d334fa481fb89f","name":"Check received message with timestamp: 1949153314000 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: 1949153314000 ","historyId":"46da1969b53543f0be3fc2e9c5efdbd0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845242,"stop":1724922845243,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"72d94578d1b7516d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/72d94578d1b7516d","status":"passed","time":{"start":1724921515226,"stop":1724921515226,"duration":0}},{"uid":"f6b68f3aef7fea20","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f6b68f3aef7fea20","status":"passed","time":{"start":1724921475446,"stop":1724921475446,"duration":0}},{"uid":"dd2af3e79e94b0e1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd2af3e79e94b0e1","status":"passed","time":{"start":1724918179400,"stop":1724918179401,"duration":1}},{"uid":"33b5fc0c67b6a05f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33b5fc0c67b6a05f","status":"passed","time":{"start":1724889935341,"stop":1724889935341,"duration":0}},{"uid":"19e155f7000980f5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/19e155f7000980f5","status":"passed","time":{"start":1724889072753,"stop":1724889072754,"duration":1}},{"uid":"db8d87d19b465e44","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/db8d87d19b465e44","status":"passed","time":{"start":1724888232415,"stop":1724888232415,"duration":0}},{"uid":"ef6243596a5c0401","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ef6243596a5c0401","status":"passed","time":{"start":1724887018302,"stop":1724887018303,"duration":1}},{"uid":"8a753435916a1ad5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8a753435916a1ad5","status":"passed","time":{"start":1724886781479,"stop":1724886781480,"duration":1}},{"uid":"98859a77680ebce8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/98859a77680ebce8","status":"passed","time":{"start":1724862213662,"stop":1724862213663,"duration":1}},{"uid":"584cf39b07c76f2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/584cf39b07c76f2","status":"passed","time":{"start":1724861685855,"stop":1724861685856,"duration":1}},{"uid":"688b974f1ff9ec40","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/688b974f1ff9ec40","status":"passed","time":{"start":1724861546175,"stop":1724861546176,"duration":1}},{"uid":"dd94ec11aa589958","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dd94ec11aa589958","status":"passed","time":{"start":1724861378111,"stop":1724861378111,"duration":0}}]},"tags":[]},"source":"a2d334fa481fb89f.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/3671479a615fe38d.json b/7376/data/test-cases/a302a6a9c56795c6.json similarity index 84% rename from 7346/data/test-cases/3671479a615fe38d.json rename to 7376/data/test-cases/a302a6a9c56795c6.json index 93a535d7cf0..12cacc81d28 100644 --- a/7346/data/test-cases/3671479a615fe38d.json +++ b/7376/data/test-cases/a302a6a9c56795c6.json @@ -1 +1 @@ -{"uid":"3671479a615fe38d","name":"Push message with content topic containing shell command","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing shell command","historyId":"902c7819b2f906f32bfe7adb553c673b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505398,"stop":1724765505398,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":22,"unknown":0,"total":26},"items":[{"uid":"667612e537c27c67","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/667612e537c27c67","status":"passed","time":{"start":1724765434032,"stop":1724765434032,"duration":0}},{"uid":"230d602588a293c5","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/230d602588a293c5","status":"passed","time":{"start":1724763779043,"stop":1724763779044,"duration":1}},{"uid":"3e533167d3fccc29","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/3e533167d3fccc29","status":"passed","time":{"start":1724761038748,"stop":1724761038749,"duration":1}},{"uid":"82e1e51ac484fada","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/82e1e51ac484fada","status":"passed","time":{"start":1724760066636,"stop":1724760066636,"duration":0}},{"uid":"3bcc28e47e3802b5","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/3bcc28e47e3802b5","status":"passed","time":{"start":1724758222999,"stop":1724758222999,"duration":0}},{"uid":"63f93aa2bfa1db60","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/63f93aa2bfa1db60","status":"passed","time":{"start":1724757927329,"stop":1724757927329,"duration":0}},{"uid":"66a7d62671f03c1b","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/66a7d62671f03c1b","status":"passed","time":{"start":1724757257497,"stop":1724757257497,"duration":0}},{"uid":"ade9bb2e57ba4550","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ade9bb2e57ba4550","status":"passed","time":{"start":1724755333006,"stop":1724755333007,"duration":1}},{"uid":"3e27a30bdf31efc","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/3e27a30bdf31efc","status":"passed","time":{"start":1724752782408,"stop":1724752782409,"duration":1}},{"uid":"cc4c747439f8c8e7","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/cc4c747439f8c8e7","status":"passed","time":{"start":1724751616578,"stop":1724751616579,"duration":1}},{"uid":"cd2340685d990f85","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/cd2340685d990f85","status":"passed","time":{"start":1724750701999,"stop":1724750702000,"duration":1}},{"uid":"c0de7bfcc399e0a1","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c0de7bfcc399e0a1","status":"passed","time":{"start":1724749709050,"stop":1724749709050,"duration":0}},{"uid":"daddfec9536a10fb","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/daddfec9536a10fb","status":"passed","time":{"start":1724718008231,"stop":1724718008231,"duration":0}},{"uid":"abdd1e9b8db6f278","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/abdd1e9b8db6f278","status":"passed","time":{"start":1724715239145,"stop":1724715239145,"duration":0}},{"uid":"309b714370f374cd","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/309b714370f374cd","status":"passed","time":{"start":1724713322714,"stop":1724713322714,"duration":0}},{"uid":"c2980f6fd7c89689","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c2980f6fd7c89689","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724707170687,"stop":1724707170688,"duration":1}},{"uid":"e079b4d5bd74205","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/e079b4d5bd74205","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724705570777,"stop":1724705570777,"duration":0}},{"uid":"babb7a0983f71354","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/babb7a0983f71354","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724684936366,"stop":1724684936366,"duration":0}},{"uid":"cc3e829bb8d557dd","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/cc3e829bb8d557dd","status":"passed","time":{"start":1724673044055,"stop":1724673044055,"duration":0}},{"uid":"40c09ea29455cc5a","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/40c09ea29455cc5a","status":"passed","time":{"start":1724670767298,"stop":1724670767298,"duration":0}}]},"tags":[]},"source":"3671479a615fe38d.json","parameterValues":[]} \ No newline at end of file +{"uid":"a302a6a9c56795c6","name":"Push message with content topic containing shell command","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing shell command","historyId":"902c7819b2f906f32bfe7adb553c673b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921470,"stop":1724922921470,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ad029ca824037832","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ad029ca824037832","status":"passed","time":{"start":1724921602961,"stop":1724921602967,"duration":6}},{"uid":"23f63bda147f8f4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/23f63bda147f8f4","status":"passed","time":{"start":1724921571105,"stop":1724921571106,"duration":1}},{"uid":"86a2ecef9686cca","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/86a2ecef9686cca","status":"passed","time":{"start":1724918285611,"stop":1724918285612,"duration":1}},{"uid":"f527a9ffbe1c6513","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f527a9ffbe1c6513","status":"passed","time":{"start":1724890030099,"stop":1724890030100,"duration":1}},{"uid":"ae87c4632c195cbf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ae87c4632c195cbf","status":"passed","time":{"start":1724889171920,"stop":1724889171920,"duration":0}},{"uid":"fa4d1be0db91f2fb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fa4d1be0db91f2fb","status":"passed","time":{"start":1724888350740,"stop":1724888350740,"duration":0}},{"uid":"c17e86af26ca8666","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c17e86af26ca8666","status":"passed","time":{"start":1724887115422,"stop":1724887115423,"duration":1}},{"uid":"f532bb29357ded82","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f532bb29357ded82","status":"passed","time":{"start":1724886884584,"stop":1724886884584,"duration":0}},{"uid":"fc2c361343abf849","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc2c361343abf849","status":"passed","time":{"start":1724862322275,"stop":1724862322276,"duration":1}},{"uid":"230095fe68c6e8d0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/230095fe68c6e8d0","status":"passed","time":{"start":1724861790763,"stop":1724861790763,"duration":0}},{"uid":"ba5df9cbc9c7b7db","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ba5df9cbc9c7b7db","status":"passed","time":{"start":1724861628429,"stop":1724861628429,"duration":0}},{"uid":"3ff1335aa36a6593","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3ff1335aa36a6593","status":"passed","time":{"start":1724861465633,"stop":1724861465634,"duration":1}}]},"tags":[]},"source":"a302a6a9c56795c6.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/3c08e741965ce030.json b/7376/data/test-cases/a358e1d60872e26c.json similarity index 96% rename from 7346/data/test-cases/3c08e741965ce030.json rename to 7376/data/test-cases/a358e1d60872e26c.json index fb2f3b3f56e..24c59156805 100644 --- a/7346/data/test-cases/3c08e741965ce030.json +++ b/7376/data/test-cases/a358e1d60872e26c.json @@ -1 +1 @@ -{"uid":"3c08e741965ce030","name":"Check received message with timestamp: 1724764839975000000 ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: 1724764839975000000 ","historyId":"3d8c065b6940ca713ac1cb7c0e1d881c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765048435,"stop":1724765048435,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"3c08e741965ce030.json","parameterValues":[]} \ No newline at end of file +{"uid":"a358e1d60872e26c","name":"Check received message with timestamp: 1724922425216000000 ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: 1724922425216000000 ","historyId":"7039866f887597d9b257d5d2f12efc2a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922601844,"stop":1724922601845,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"a358e1d60872e26c.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/7adf2e77d05d4c8d.json b/7376/data/test-cases/a3c3a10d741fd3fe.json similarity index 78% rename from 7346/data/test-cases/7adf2e77d05d4c8d.json rename to 7376/data/test-cases/a3c3a10d741fd3fe.json index 93c5ac3e21c..a8e52860908 100644 --- a/7346/data/test-cases/7adf2e77d05d4c8d.json +++ b/7376/data/test-cases/a3c3a10d741fd3fe.json @@ -1 +1 @@ -{"uid":"7adf2e77d05d4c8d","name":"Check received message containing special chars","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing special chars","historyId":"211487825b98a5c536c4e3618a24d601:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392366,"stop":1724765392366,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"46cb109c46d4c13c","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/46cb109c46d4c13c","status":"passed","time":{"start":1724765313854,"stop":1724765313855,"duration":1}},{"uid":"ff9897a9e42d7176","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/ff9897a9e42d7176","status":"passed","time":{"start":1724763683851,"stop":1724763683851,"duration":0}},{"uid":"f2345595460e513e","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/f2345595460e513e","status":"passed","time":{"start":1724760929554,"stop":1724760929554,"duration":0}},{"uid":"9632c650dc243a8c","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/9632c650dc243a8c","status":"passed","time":{"start":1724759955156,"stop":1724759955156,"duration":0}},{"uid":"a346bd6e3a9f6b7d","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/a346bd6e3a9f6b7d","status":"passed","time":{"start":1724758077418,"stop":1724758077421,"duration":3}},{"uid":"2c45bc9975c832e5","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2c45bc9975c832e5","status":"passed","time":{"start":1724757801856,"stop":1724757801856,"duration":0}},{"uid":"3a180ce956d5c8a4","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/3a180ce956d5c8a4","status":"passed","time":{"start":1724757120155,"stop":1724757120159,"duration":4}},{"uid":"b64f9930cca80dac","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b64f9930cca80dac","status":"passed","time":{"start":1724755211034,"stop":1724755211035,"duration":1}},{"uid":"833a9cb2af73a4d6","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/833a9cb2af73a4d6","status":"passed","time":{"start":1724752646527,"stop":1724752646528,"duration":1}},{"uid":"359b68d70d675399","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/359b68d70d675399","status":"passed","time":{"start":1724751495263,"stop":1724751495264,"duration":1}},{"uid":"46e3c36d1aaf9a0","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/46e3c36d1aaf9a0","status":"passed","time":{"start":1724750572359,"stop":1724750572359,"duration":0}},{"uid":"9c1993f1f4e0842","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/9c1993f1f4e0842","status":"passed","time":{"start":1724749567235,"stop":1724749567235,"duration":0}},{"uid":"bc8a8498c4cf974d","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/bc8a8498c4cf974d","status":"passed","time":{"start":1724717880809,"stop":1724717880809,"duration":0}},{"uid":"5c6975160fb1f418","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/5c6975160fb1f418","status":"passed","time":{"start":1724715103496,"stop":1724715103496,"duration":0}},{"uid":"320ce5a9f5d4d504","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/320ce5a9f5d4d504","status":"passed","time":{"start":1724713195347,"stop":1724713195347,"duration":0}},{"uid":"69ddf295b8c83d","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/69ddf295b8c83d","status":"passed","time":{"start":1724706389655,"stop":1724706389656,"duration":1}},{"uid":"43358b17d9160f6d","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/43358b17d9160f6d","status":"passed","time":{"start":1724704811173,"stop":1724704811174,"duration":1}},{"uid":"982d198c48b10087","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/982d198c48b10087","status":"passed","time":{"start":1724684170147,"stop":1724684170148,"duration":1}},{"uid":"c60c2813a44c8bee","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/c60c2813a44c8bee","status":"passed","time":{"start":1724672903588,"stop":1724672903589,"duration":1}},{"uid":"eb3302c16c8bc67c","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/eb3302c16c8bc67c","status":"passed","time":{"start":1724670674025,"stop":1724670674026,"duration":1}}]},"tags":[]},"source":"7adf2e77d05d4c8d.json","parameterValues":[]} \ No newline at end of file +{"uid":"a3c3a10d741fd3fe","name":"Check received message containing special chars","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing special chars","historyId":"211487825b98a5c536c4e3618a24d601:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845233,"stop":1724922845234,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"73b182a5cd16618c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/73b182a5cd16618c","status":"passed","time":{"start":1724921515219,"stop":1724921515220,"duration":1}},{"uid":"e9c409a6adc8339f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e9c409a6adc8339f","status":"passed","time":{"start":1724921475437,"stop":1724921475437,"duration":0}},{"uid":"89cfdaaedd7c6c86","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/89cfdaaedd7c6c86","status":"passed","time":{"start":1724918179378,"stop":1724918179379,"duration":1}},{"uid":"cdd5fe10614175a4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cdd5fe10614175a4","status":"passed","time":{"start":1724889935333,"stop":1724889935333,"duration":0}},{"uid":"fdce289f469022de","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fdce289f469022de","status":"passed","time":{"start":1724889072746,"stop":1724889072746,"duration":0}},{"uid":"cf5bc93120cf8d8b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf5bc93120cf8d8b","status":"passed","time":{"start":1724888232407,"stop":1724888232408,"duration":1}},{"uid":"48f54fac2e58bb4b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/48f54fac2e58bb4b","status":"passed","time":{"start":1724887018287,"stop":1724887018287,"duration":0}},{"uid":"84921ddd45c6f9eb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/84921ddd45c6f9eb","status":"passed","time":{"start":1724886781472,"stop":1724886781472,"duration":0}},{"uid":"151ca8d0cffc11a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/151ca8d0cffc11a9","status":"passed","time":{"start":1724862213655,"stop":1724862213655,"duration":0}},{"uid":"2dbfd5499c72508a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2dbfd5499c72508a","status":"passed","time":{"start":1724861685848,"stop":1724861685848,"duration":0}},{"uid":"9ad30415af43ce01","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9ad30415af43ce01","status":"passed","time":{"start":1724861546163,"stop":1724861546163,"duration":0}},{"uid":"374c06282cc2514f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/374c06282cc2514f","status":"passed","time":{"start":1724861378103,"stop":1724861378104,"duration":1}}]},"tags":[]},"source":"a3c3a10d741fd3fe.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/a408290d26888362.json b/7376/data/test-cases/a408290d26888362.json new file mode 100644 index 00000000000..30dbb9390e9 --- /dev/null +++ b/7376/data/test-cases/a408290d26888362.json @@ -0,0 +1 @@ +{"uid":"a408290d26888362","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=1 > numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","historyId":"c22ef29f7a6a4243764370ca0290073a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611428,"stop":1724922611428,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=1"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"54249c2c9fdb724c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/54249c2c9fdb724c","status":"passed","time":{"start":1724921270350,"stop":1724921270350,"duration":0}},{"uid":"fd008b5972c7c728","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fd008b5972c7c728","status":"passed","time":{"start":1724921247806,"stop":1724921247808,"duration":2}},{"uid":"80dd1d886c1fbe9d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/80dd1d886c1fbe9d","status":"passed","time":{"start":1724917989812,"stop":1724917989812,"duration":0}},{"uid":"ea56f24031c3814a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ea56f24031c3814a","status":"passed","time":{"start":1724889678535,"stop":1724889678536,"duration":1}},{"uid":"da68b11f4fb7c91a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/da68b11f4fb7c91a","status":"passed","time":{"start":1724888829831,"stop":1724888829831,"duration":0}},{"uid":"a18dfc9e91a11845","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a18dfc9e91a11845","status":"passed","time":{"start":1724888076979,"stop":1724888076980,"duration":1}},{"uid":"48914bde51314fea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/48914bde51314fea","status":"passed","time":{"start":1724886851118,"stop":1724886851118,"duration":0}},{"uid":"6e35682a659b6d08","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6e35682a659b6d08","status":"passed","time":{"start":1724886647071,"stop":1724886647073,"duration":2}},{"uid":"7e901b17986c4620","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e901b17986c4620","status":"passed","time":{"start":1724861992706,"stop":1724861992707,"duration":1}},{"uid":"a54ebdccbae28d36","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a54ebdccbae28d36","status":"passed","time":{"start":1724861469634,"stop":1724861469635,"duration":1}},{"uid":"e448106fa62fb690","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e448106fa62fb690","status":"passed","time":{"start":1724861284850,"stop":1724861284850,"duration":0}},{"uid":"caf49b953c141f5b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/caf49b953c141f5b","status":"passed","time":{"start":1724861145784,"stop":1724861145784,"duration":0}}]},"tags":[]},"source":"a408290d26888362.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/678ac4ef889af614.json b/7376/data/test-cases/a415b581fcc6cc0c.json similarity index 60% rename from 7346/data/test-cases/678ac4ef889af614.json rename to 7376/data/test-cases/a415b581fcc6cc0c.json index 0d490c50952..ab5e091451f 100644 --- a/7346/data/test-cases/678ac4ef889af614.json +++ b/7376/data/test-cases/a415b581fcc6cc0c.json @@ -1 +1 @@ -{"uid":"678ac4ef889af614","name":"Query with Promise Callback, No Decoder","fullName":"/tests/store/error_handling.node.spec.ts: Waku Store, error handling > Query with Promise Callback, No Decoder","historyId":"4a7092f12a328d03928646af1aa4bb9e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765511610,"stop":1724765511611,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"fe6ef20d2776ac10","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/fe6ef20d2776ac10","status":"passed","time":{"start":1724765437248,"stop":1724765437248,"duration":0}},{"uid":"23f64be4e34841f8","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/23f64be4e34841f8","status":"passed","time":{"start":1724763800272,"stop":1724763800273,"duration":1}},{"uid":"efd33541290225f7","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/efd33541290225f7","status":"passed","time":{"start":1724761051504,"stop":1724761051505,"duration":1}},{"uid":"8315fc74c371a206","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/8315fc74c371a206","status":"passed","time":{"start":1724760070345,"stop":1724760070345,"duration":0}},{"uid":"9c5241530935ed4","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/9c5241530935ed4","status":"passed","time":{"start":1724758216999,"stop":1724758217000,"duration":1}},{"uid":"6a92da4bb3a62d5e","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6a92da4bb3a62d5e","status":"passed","time":{"start":1724757897654,"stop":1724757897655,"duration":1}},{"uid":"b5aedc8f2b709651","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/b5aedc8f2b709651","status":"passed","time":{"start":1724757268035,"stop":1724757268035,"duration":0}},{"uid":"dc9ca27b43198eab","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/dc9ca27b43198eab","status":"passed","time":{"start":1724755345248,"stop":1724755345248,"duration":0}},{"uid":"c165b12bdf9766cd","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/c165b12bdf9766cd","status":"passed","time":{"start":1724752789266,"stop":1724752789266,"duration":0}},{"uid":"15cb9f5404a39c5b","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/15cb9f5404a39c5b","status":"passed","time":{"start":1724751616250,"stop":1724751616250,"duration":0}},{"uid":"317eb431ccfd02af","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/317eb431ccfd02af","status":"passed","time":{"start":1724750680584,"stop":1724750680584,"duration":0}},{"uid":"2674bbee5d0ec1","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/2674bbee5d0ec1","status":"passed","time":{"start":1724749679839,"stop":1724749679839,"duration":0}},{"uid":"7e67fa578fa436a2","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/7e67fa578fa436a2","status":"passed","time":{"start":1724718007753,"stop":1724718007753,"duration":0}},{"uid":"b7e1e01da3483f27","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/b7e1e01da3483f27","status":"passed","time":{"start":1724715238078,"stop":1724715238078,"duration":0}},{"uid":"90c811752bdd55eb","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/90c811752bdd55eb","status":"passed","time":{"start":1724713323552,"stop":1724713323552,"duration":0}},{"uid":"22572a8fea8c1d07","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/22572a8fea8c1d07","status":"passed","time":{"start":1724706504647,"stop":1724706504647,"duration":0}},{"uid":"5517f8b64e7dd2ee","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/5517f8b64e7dd2ee","status":"passed","time":{"start":1724704920852,"stop":1724704920852,"duration":0}},{"uid":"8e4125442989ce3c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/8e4125442989ce3c","status":"passed","time":{"start":1724684298269,"stop":1724684298269,"duration":0}},{"uid":"965c692fb552bae0","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/965c692fb552bae0","status":"passed","time":{"start":1724673048993,"stop":1724673048993,"duration":0}},{"uid":"8506615562b6214b","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/8506615562b6214b","status":"passed","time":{"start":1724670775428,"stop":1724670775429,"duration":1}}]},"tags":[]},"source":"678ac4ef889af614.json","parameterValues":[]} \ No newline at end of file +{"uid":"a415b581fcc6cc0c","name":"Query with Promise Callback, No Decoder","fullName":"/tests/store/error_handling.node.spec.ts: Waku Store, error handling > Query with Promise Callback, No Decoder","historyId":"4a7092f12a328d03928646af1aa4bb9e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922950823,"stop":1724922950824,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3a6fb2b9219e3ece","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3a6fb2b9219e3ece","status":"passed","time":{"start":1724921640401,"stop":1724921640402,"duration":1}},{"uid":"60812f48ab707521","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/60812f48ab707521","status":"passed","time":{"start":1724921600424,"stop":1724921600424,"duration":0}},{"uid":"2558b1540141f999","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2558b1540141f999","status":"passed","time":{"start":1724918300931,"stop":1724918300931,"duration":0}},{"uid":"5b142b4dd2c76f76","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b142b4dd2c76f76","status":"passed","time":{"start":1724890059294,"stop":1724890059296,"duration":2}},{"uid":"f113a10eeb5a957b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f113a10eeb5a957b","status":"passed","time":{"start":1724889188323,"stop":1724889188325,"duration":2}},{"uid":"820b104c93d6d1a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/820b104c93d6d1a2","status":"passed","time":{"start":1724888372742,"stop":1724888372742,"duration":0}},{"uid":"f9c9b9b184c4dffd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f9c9b9b184c4dffd","status":"passed","time":{"start":1724887135722,"stop":1724887135722,"duration":0}},{"uid":"4c3d552a83b0730a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4c3d552a83b0730a","status":"passed","time":{"start":1724886919687,"stop":1724886919688,"duration":1}},{"uid":"64190813c0de6383","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64190813c0de6383","status":"passed","time":{"start":1724862341836,"stop":1724862341836,"duration":0}},{"uid":"25f4d664c03fa4b5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/25f4d664c03fa4b5","status":"passed","time":{"start":1724861815493,"stop":1724861815493,"duration":0}},{"uid":"ea83a127af235b48","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ea83a127af235b48","status":"passed","time":{"start":1724861669537,"stop":1724861669537,"duration":0}},{"uid":"24865827aaa89c7a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/24865827aaa89c7a","status":"passed","time":{"start":1724861505424,"stop":1724861505424,"duration":0}}]},"tags":[]},"source":"a415b581fcc6cc0c.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/a4239346f8966f2f.json b/7376/data/test-cases/a4239346f8966f2f.json new file mode 100644 index 00000000000..2b1e9ea807d --- /dev/null +++ b/7376/data/test-cases/a4239346f8966f2f.json @@ -0,0 +1 @@ +{"uid":"a4239346f8966f2f","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","fullName":"/tests/filter/single_node/multiple_pubsub.node.spec.ts: Waku Filter V2: Multiple PubsubTopics > Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","historyId":"11533c5d9c798f5647c41d4bb4af7aba:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922508636,"stop":1724922508637,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"30b246bd6558c997","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/30b246bd6558c997","status":"passed","time":{"start":1724921164591,"stop":1724921164592,"duration":1}},{"uid":"994b148aaaaefea1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/994b148aaaaefea1","status":"passed","time":{"start":1724921137820,"stop":1724921137823,"duration":3}},{"uid":"e963fb685e6a8197","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e963fb685e6a8197","status":"passed","time":{"start":1724917810538,"stop":1724917810539,"duration":1}},{"uid":"a0848b8f457ef655","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a0848b8f457ef655","status":"passed","time":{"start":1724889585445,"stop":1724889585445,"duration":0}},{"uid":"d4fdb8dbc0faab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d4fdb8dbc0faab","status":"passed","time":{"start":1724888736508,"stop":1724888736508,"duration":0}},{"uid":"3cb5107d02e349f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3cb5107d02e349f9","status":"passed","time":{"start":1724887891783,"stop":1724887891783,"duration":0}},{"uid":"de1841c08c896952","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/de1841c08c896952","status":"passed","time":{"start":1724886657785,"stop":1724886657786,"duration":1}},{"uid":"63baa3682fd99f80","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/63baa3682fd99f80","status":"passed","time":{"start":1724886447357,"stop":1724886447357,"duration":0}},{"uid":"de735f899d110375","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/de735f899d110375","status":"passed","time":{"start":1724861880113,"stop":1724861880117,"duration":4}},{"uid":"6895c6ca87ee959c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6895c6ca87ee959c","status":"passed","time":{"start":1724861359780,"stop":1724861359781,"duration":1}},{"uid":"a6179a93d4917a4b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a6179a93d4917a4b","status":"passed","time":{"start":1724861179679,"stop":1724861179680,"duration":1}},{"uid":"b3c969b916641374","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b3c969b916641374","status":"passed","time":{"start":1724861040979,"stop":1724861040979,"duration":0}}]},"tags":[]},"source":"a4239346f8966f2f.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/9c74214be35dc028.json b/7376/data/test-cases/a472365c2eb96e05.json similarity index 84% rename from 7346/data/test-cases/9c74214be35dc028.json rename to 7376/data/test-cases/a472365c2eb96e05.json index 0b783a45ec0..bc10208b3ba 100644 --- a/7346/data/test-cases/9c74214be35dc028.json +++ b/7376/data/test-cases/a472365c2eb96e05.json @@ -1 +1 @@ -{"uid":"9c74214be35dc028","name":"Push message with numeric payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with numeric payload","historyId":"5484e59896287f4c2b79aba6134a537d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505316,"stop":1724765505316,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":22,"unknown":0,"total":26},"items":[{"uid":"80cb9b91580dd3a3","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/80cb9b91580dd3a3","status":"passed","time":{"start":1724765434009,"stop":1724765434010,"duration":1}},{"uid":"bb557be3220e9df8","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/bb557be3220e9df8","status":"passed","time":{"start":1724763779020,"stop":1724763779021,"duration":1}},{"uid":"341e0bb4c58b96f3","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/341e0bb4c58b96f3","status":"passed","time":{"start":1724761038702,"stop":1724761038704,"duration":2}},{"uid":"94c96ea13311b80","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/94c96ea13311b80","status":"passed","time":{"start":1724760066614,"stop":1724760066615,"duration":1}},{"uid":"373fefabbceadfd1","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/373fefabbceadfd1","status":"passed","time":{"start":1724758222978,"stop":1724758222978,"duration":0}},{"uid":"265b5293147526a5","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/265b5293147526a5","status":"passed","time":{"start":1724757927311,"stop":1724757927312,"duration":1}},{"uid":"d0b4cbfaa66156b9","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/d0b4cbfaa66156b9","status":"passed","time":{"start":1724757257485,"stop":1724757257485,"duration":0}},{"uid":"2f03e2400e710203","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2f03e2400e710203","status":"passed","time":{"start":1724755332940,"stop":1724755332940,"duration":0}},{"uid":"59b7119e4f1ff3c3","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/59b7119e4f1ff3c3","status":"passed","time":{"start":1724752782315,"stop":1724752782316,"duration":1}},{"uid":"b3996800d4f18861","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/b3996800d4f18861","status":"passed","time":{"start":1724751616562,"stop":1724751616563,"duration":1}},{"uid":"95268a8933ba9a73","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/95268a8933ba9a73","status":"passed","time":{"start":1724750701986,"stop":1724750701986,"duration":0}},{"uid":"602ed08e16bd1d54","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/602ed08e16bd1d54","status":"passed","time":{"start":1724749709036,"stop":1724749709036,"duration":0}},{"uid":"cf91796e690b80ab","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/cf91796e690b80ab","status":"passed","time":{"start":1724718008208,"stop":1724718008208,"duration":0}},{"uid":"8dcc9135c6a8b2bc","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/8dcc9135c6a8b2bc","status":"passed","time":{"start":1724715239084,"stop":1724715239084,"duration":0}},{"uid":"8b469baadf384571","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/8b469baadf384571","status":"passed","time":{"start":1724713322699,"stop":1724713322699,"duration":0}},{"uid":"ff0525592da03e7c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/ff0525592da03e7c","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724707170659,"stop":1724707170659,"duration":0}},{"uid":"e012105dc522829c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/e012105dc522829c","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724705570748,"stop":1724705570748,"duration":0}},{"uid":"f4730e63a5e7744b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f4730e63a5e7744b","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724684936339,"stop":1724684936339,"duration":0}},{"uid":"5bbc5565e525068b","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/5bbc5565e525068b","status":"passed","time":{"start":1724673044027,"stop":1724673044027,"duration":0}},{"uid":"b89de663f485538e","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/b89de663f485538e","status":"passed","time":{"start":1724670767282,"stop":1724670767282,"duration":0}}]},"tags":[]},"source":"9c74214be35dc028.json","parameterValues":[]} \ No newline at end of file +{"uid":"a472365c2eb96e05","name":"Push message with numeric payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with numeric payload","historyId":"5484e59896287f4c2b79aba6134a537d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921440,"stop":1724922921441,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"de4bbd9198c25edc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/de4bbd9198c25edc","status":"passed","time":{"start":1724921602943,"stop":1724921602943,"duration":0}},{"uid":"e9e6b7879609c484","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e9e6b7879609c484","status":"passed","time":{"start":1724921571090,"stop":1724921571091,"duration":1}},{"uid":"c47d3913c868034c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c47d3913c868034c","status":"passed","time":{"start":1724918285580,"stop":1724918285582,"duration":2}},{"uid":"99547a6c48b9255a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/99547a6c48b9255a","status":"passed","time":{"start":1724890030085,"stop":1724890030086,"duration":1}},{"uid":"fc260026f7714751","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc260026f7714751","status":"passed","time":{"start":1724889171904,"stop":1724889171905,"duration":1}},{"uid":"66e0631e3e5c0ffc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/66e0631e3e5c0ffc","status":"passed","time":{"start":1724888350718,"stop":1724888350718,"duration":0}},{"uid":"648cfc8cc62dfd8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/648cfc8cc62dfd8","status":"passed","time":{"start":1724887115402,"stop":1724887115403,"duration":1}},{"uid":"a5a530b31a04c22e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a5a530b31a04c22e","status":"passed","time":{"start":1724886884567,"stop":1724886884567,"duration":0}},{"uid":"6b44db5282245a34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b44db5282245a34","status":"passed","time":{"start":1724862322242,"stop":1724862322244,"duration":2}},{"uid":"b3192b1c0ef795ad","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b3192b1c0ef795ad","status":"passed","time":{"start":1724861790747,"stop":1724861790747,"duration":0}},{"uid":"c77d1037ba56ce67","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c77d1037ba56ce67","status":"passed","time":{"start":1724861628415,"stop":1724861628416,"duration":1}},{"uid":"1aa4ef72d2f5757e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1aa4ef72d2f5757e","status":"passed","time":{"start":1724861465618,"stop":1724861465618,"duration":0}}]},"tags":[]},"source":"a472365c2eb96e05.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/a4884989548979d2.json b/7376/data/test-cases/a4884989548979d2.json new file mode 100644 index 00000000000..051c8981dc3 --- /dev/null +++ b/7376/data/test-cases/a4884989548979d2.json @@ -0,0 +1 @@ +{"uid":"a4884989548979d2","name":"Waku message hash computation (no timestamp)","fullName":"/src/index.spec.ts: RFC Test Vectors > Waku message hash computation (no timestamp)","historyId":"c864c0bac1eca550589e8408da11aebb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922377156,"stop":1724922377156,"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":"RFC Test Vectors"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5e3194cde2657de2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5e3194cde2657de2","status":"passed","time":{"start":1724921040180,"stop":1724921040181,"duration":1}},{"uid":"62b603e14c4dba74","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/62b603e14c4dba74","status":"passed","time":{"start":1724921015574,"stop":1724921015574,"duration":0}},{"uid":"9d6a73ce3dc1188f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9d6a73ce3dc1188f","status":"passed","time":{"start":1724917675799,"stop":1724917675799,"duration":0}},{"uid":"a8d47b908443b314","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a8d47b908443b314","status":"passed","time":{"start":1724889454807,"stop":1724889454807,"duration":0}},{"uid":"6acf346a196491d6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6acf346a196491d6","status":"passed","time":{"start":1724888605323,"stop":1724888605323,"duration":0}},{"uid":"8921c365b5442776","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8921c365b5442776","status":"passed","time":{"start":1724887761648,"stop":1724887761648,"duration":0}},{"uid":"79cc67e5df16670","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/79cc67e5df16670","status":"passed","time":{"start":1724886527993,"stop":1724886527994,"duration":1}},{"uid":"d1b206e74dc8535c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d1b206e74dc8535c","status":"passed","time":{"start":1724886305812,"stop":1724886305812,"duration":0}},{"uid":"f6b141d28a8543de","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f6b141d28a8543de","status":"passed","time":{"start":1724861754710,"stop":1724861754710,"duration":0}},{"uid":"d5c6cf683c86c23d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d5c6cf683c86c23d","status":"passed","time":{"start":1724861225782,"stop":1724861225783,"duration":1}},{"uid":"164d0dbbedb6c2aa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/164d0dbbedb6c2aa","status":"passed","time":{"start":1724861047869,"stop":1724861047870,"duration":1}},{"uid":"3f339e129e49df38","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3f339e129e49df38","status":"passed","time":{"start":1724860909785,"stop":1724860909785,"duration":0}}]},"tags":[]},"source":"a4884989548979d2.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/a4c547430ed8f30.json b/7376/data/test-cases/a4c547430ed8f30.json new file mode 100644 index 00000000000..87da52f0086 --- /dev/null +++ b/7376/data/test-cases/a4c547430ed8f30.json @@ -0,0 +1 @@ +{"uid":"a4c547430ed8f30","name":"Subscribe to topic containing special chars and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing special chars and publish message","historyId":"205144ff08298487caff25732dbcfef3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922891488,"stop":1724922891489,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"db56a3454154209a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/db56a3454154209a","status":"passed","time":{"start":1724921563016,"stop":1724921563017,"duration":1}},{"uid":"478747ad9690a8a8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/478747ad9690a8a8","status":"passed","time":{"start":1724921526813,"stop":1724921526813,"duration":0}},{"uid":"23f5a5dbf18d4c8f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/23f5a5dbf18d4c8f","status":"passed","time":{"start":1724918239940,"stop":1724918239943,"duration":3}},{"uid":"4ad08ea675dcd68","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4ad08ea675dcd68","status":"passed","time":{"start":1724889980891,"stop":1724889980901,"duration":10}},{"uid":"b610f370e9c49b12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b610f370e9c49b12","status":"passed","time":{"start":1724889109967,"stop":1724889109968,"duration":1}},{"uid":"e15e3a69cc90501c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e15e3a69cc90501c","status":"passed","time":{"start":1724888294722,"stop":1724888294723,"duration":1}},{"uid":"bb3c82bcebe76751","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bb3c82bcebe76751","status":"passed","time":{"start":1724887071741,"stop":1724887071741,"duration":0}},{"uid":"f97c63319c9c842f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f97c63319c9c842f","status":"passed","time":{"start":1724886848346,"stop":1724886848346,"duration":0}},{"uid":"51a6e7794fd41c19","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/51a6e7794fd41c19","status":"passed","time":{"start":1724862259251,"stop":1724862259252,"duration":1}},{"uid":"ebb4f98ac76c7796","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ebb4f98ac76c7796","status":"passed","time":{"start":1724861735326,"stop":1724861735327,"duration":1}},{"uid":"adc327337d96daf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/adc327337d96daf","status":"passed","time":{"start":1724861606343,"stop":1724861606344,"duration":1}},{"uid":"ff3ac453a3d3a94f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ff3ac453a3d3a94f","status":"passed","time":{"start":1724861426687,"stop":1724861426688,"duration":1}}]},"tags":[]},"source":"a4c547430ed8f30.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/5872715bb3cee8d2.json b/7376/data/test-cases/a5147b5dbdbd9b30.json similarity index 78% rename from 7346/data/test-cases/5872715bb3cee8d2.json rename to 7376/data/test-cases/a5147b5dbdbd9b30.json index 50e372177c3..25b7b261bdd 100644 --- a/7346/data/test-cases/5872715bb3cee8d2.json +++ b/7376/data/test-cases/a5147b5dbdbd9b30.json @@ -1 +1 @@ -{"uid":"5872715bb3cee8d2","name":"Subscribe and receive messages on 2 different content topics","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe and receive messages on 2 different content topics","historyId":"abb0a7cd41144b9747df23b0d2e1d9e1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765075578,"stop":1724765075578,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"d59f4d8ce49411c8","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/d59f4d8ce49411c8","status":"passed","time":{"start":1724765010537,"stop":1724765010537,"duration":0}},{"uid":"37980d955974bc3f","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/37980d955974bc3f","status":"passed","time":{"start":1724763380285,"stop":1724763380286,"duration":1}},{"uid":"cededb88d402434b","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/cededb88d402434b","status":"passed","time":{"start":1724760632551,"stop":1724760632551,"duration":0}},{"uid":"153f71bb0f48ca4","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/153f71bb0f48ca4","status":"passed","time":{"start":1724759660918,"stop":1724759660918,"duration":0}},{"uid":"9fe30a615e0dd711","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/9fe30a615e0dd711","status":"passed","time":{"start":1724757793696,"stop":1724757793696,"duration":0}},{"uid":"81cffc9e3fd9da69","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/81cffc9e3fd9da69","status":"passed","time":{"start":1724757518631,"stop":1724757518632,"duration":1}},{"uid":"83b60125e48864c","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/83b60125e48864c","status":"passed","time":{"start":1724756832077,"stop":1724756832078,"duration":1}},{"uid":"662a3a53f454a64f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/662a3a53f454a64f","status":"passed","time":{"start":1724754929266,"stop":1724754929266,"duration":0}},{"uid":"a93ceb2ff7cacca8","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/a93ceb2ff7cacca8","status":"passed","time":{"start":1724752352144,"stop":1724752352144,"duration":0}},{"uid":"eb5d49ab0556f1df","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/eb5d49ab0556f1df","status":"passed","time":{"start":1724751201110,"stop":1724751201110,"duration":0}},{"uid":"38d11bb060d82cea","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/38d11bb060d82cea","status":"passed","time":{"start":1724750264828,"stop":1724750264836,"duration":8}},{"uid":"2f9993259509ec4","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/2f9993259509ec4","status":"passed","time":{"start":1724749292145,"stop":1724749292149,"duration":4}},{"uid":"646cd0a95b9d6a9b","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/646cd0a95b9d6a9b","status":"passed","time":{"start":1724717596789,"stop":1724717596789,"duration":0}},{"uid":"8ef00822e2866b1e","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/8ef00822e2866b1e","status":"passed","time":{"start":1724714823643,"stop":1724714823644,"duration":1}},{"uid":"a9a83c335ae0108","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/a9a83c335ae0108","status":"passed","time":{"start":1724712895765,"stop":1724712895766,"duration":1}},{"uid":"b47182a6f79a1c76","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b47182a6f79a1c76","status":"passed","time":{"start":1724706113490,"stop":1724706113491,"duration":1}},{"uid":"5b9025647cff3553","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/5b9025647cff3553","status":"passed","time":{"start":1724704522406,"stop":1724704522407,"duration":1}},{"uid":"f3ff3fe5867f50fb","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f3ff3fe5867f50fb","status":"passed","time":{"start":1724683897622,"stop":1724683897622,"duration":0}},{"uid":"db34d6fdd92944d7","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/db34d6fdd92944d7","status":"passed","time":{"start":1724672624699,"stop":1724672624700,"duration":1}},{"uid":"c995905a6a6e33c5","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/c995905a6a6e33c5","status":"passed","time":{"start":1724670354420,"stop":1724670354421,"duration":1}}]},"tags":[]},"source":"5872715bb3cee8d2.json","parameterValues":[]} \ No newline at end of file +{"uid":"a5147b5dbdbd9b30","name":"Subscribe and receive ecies encrypted messages via lightPush","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe and receive ecies encrypted messages via lightPush","historyId":"84a8b9437c80e2f00d556a8f90df08fc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922635346,"stop":1724922635346,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c8e695608dd0efdc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c8e695608dd0efdc","status":"passed","time":{"start":1724921296996,"stop":1724921296996,"duration":0}},{"uid":"4fc60257ac906df5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4fc60257ac906df5","status":"passed","time":{"start":1724921276362,"stop":1724921276362,"duration":0}},{"uid":"bca62cc706bee21e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bca62cc706bee21e","status":"passed","time":{"start":1724917948306,"stop":1724917948307,"duration":1}},{"uid":"e933fd54f63c30bb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e933fd54f63c30bb","status":"passed","time":{"start":1724889729002,"stop":1724889729002,"duration":0}},{"uid":"f3efaa7706a572e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3efaa7706a572e8","status":"passed","time":{"start":1724888864948,"stop":1724888864949,"duration":1}},{"uid":"30b48c4c1a78263f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/30b48c4c1a78263f","status":"passed","time":{"start":1724888053730,"stop":1724888053731,"duration":1}},{"uid":"efd8826056d9b7bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/efd8826056d9b7bd","status":"passed","time":{"start":1724886811646,"stop":1724886811647,"duration":1}},{"uid":"8ea1287b163617dd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8ea1287b163617dd","status":"passed","time":{"start":1724886580998,"stop":1724886580999,"duration":1}},{"uid":"487e851d42fa6f8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/487e851d42fa6f8","status":"passed","time":{"start":1724862019552,"stop":1724862019554,"duration":2}},{"uid":"6d7ba8ada282133a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6d7ba8ada282133a","status":"passed","time":{"start":1724861493932,"stop":1724861493932,"duration":0}},{"uid":"d7cd5c89e568d4e8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d7cd5c89e568d4e8","status":"passed","time":{"start":1724861318012,"stop":1724861318012,"duration":0}},{"uid":"a3f0f6c72e53d354","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a3f0f6c72e53d354","status":"passed","time":{"start":1724861178505,"stop":1724861178506,"duration":1}}]},"tags":[]},"source":"a5147b5dbdbd9b30.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/cec532847e767e55.json b/7376/data/test-cases/a5af398198c14133.json similarity index 76% rename from 7346/data/test-cases/cec532847e767e55.json rename to 7376/data/test-cases/a5af398198c14133.json index 88a013e556e..bd380e37c19 100644 --- a/7346/data/test-cases/cec532847e767e55.json +++ b/7376/data/test-cases/a5af398198c14133.json @@ -1 +1 @@ -{"uid":"cec532847e767e55","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","historyId":"4887365d60b7faba9255b54c310b7b5f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765426735,"stop":1724765426735,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"213a035dc0401e16","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/213a035dc0401e16","status":"passed","time":{"start":1724765341334,"stop":1724765341335,"duration":1}},{"uid":"7e0bcdba2935862a","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/7e0bcdba2935862a","status":"passed","time":{"start":1724763725732,"stop":1724763725732,"duration":0}},{"uid":"c0fafb620c1179aa","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c0fafb620c1179aa","status":"passed","time":{"start":1724760957726,"stop":1724760957726,"duration":0}},{"uid":"4a719ae9a0d1d0c0","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/4a719ae9a0d1d0c0","status":"passed","time":{"start":1724759981887,"stop":1724759981887,"duration":0}},{"uid":"c7b3430528b14888","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/c7b3430528b14888","status":"passed","time":{"start":1724758132039,"stop":1724758132039,"duration":0}},{"uid":"b659d9638ce42dce","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b659d9638ce42dce","status":"passed","time":{"start":1724757777633,"stop":1724757777636,"duration":3}},{"uid":"e8a7a39fc17b6d56","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/e8a7a39fc17b6d56","status":"passed","time":{"start":1724757176023,"stop":1724757176023,"duration":0}},{"uid":"64e0a0fde4782221","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/64e0a0fde4782221","status":"passed","time":{"start":1724755243516,"stop":1724755243516,"duration":0}},{"uid":"3ad73093001f3f36","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/3ad73093001f3f36","status":"passed","time":{"start":1724752673887,"stop":1724752673888,"duration":1}},{"uid":"a23a4501f2c0a236","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/a23a4501f2c0a236","status":"passed","time":{"start":1724751529515,"stop":1724751529516,"duration":1}},{"uid":"58d8a9fee79df356","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/58d8a9fee79df356","status":"passed","time":{"start":1724750600092,"stop":1724750600093,"duration":1}},{"uid":"8d6920d9fca28e79","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/8d6920d9fca28e79","status":"passed","time":{"start":1724749599694,"stop":1724749599694,"duration":0}},{"uid":"24e57658744a99c6","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/24e57658744a99c6","status":"passed","time":{"start":1724717906128,"stop":1724717906128,"duration":0}},{"uid":"2c5ad7faf955eba3","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/2c5ad7faf955eba3","status":"passed","time":{"start":1724715143946,"stop":1724715143946,"duration":0}},{"uid":"6b875b8286f741a2","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/6b875b8286f741a2","status":"passed","time":{"start":1724713227732,"stop":1724713227732,"duration":0}},{"uid":"b669e19e9980110f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b669e19e9980110f","status":"passed","time":{"start":1724706419042,"stop":1724706419043,"duration":1}},{"uid":"d2a9af9abc35437c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d2a9af9abc35437c","status":"passed","time":{"start":1724704834035,"stop":1724704834035,"duration":0}},{"uid":"f40b4d071ab5ef21","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f40b4d071ab5ef21","status":"passed","time":{"start":1724684210897,"stop":1724684210897,"duration":0}},{"uid":"fe9fccd0bc92b83a","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/fe9fccd0bc92b83a","status":"passed","time":{"start":1724672960986,"stop":1724672960986,"duration":0}},{"uid":"30863a0558f335f1","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/30863a0558f335f1","status":"passed","time":{"start":1724670677920,"stop":1724670677920,"duration":0}}]},"tags":[]},"source":"cec532847e767e55.json","parameterValues":[]} \ No newline at end of file +{"uid":"a5af398198c14133","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","historyId":"4887365d60b7faba9255b54c310b7b5f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922887528,"stop":1724922887529,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9d4b1e7ddcc6f54f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9d4b1e7ddcc6f54f","status":"passed","time":{"start":1724921564778,"stop":1724921564778,"duration":0}},{"uid":"77c976bb363586e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/77c976bb363586e","status":"passed","time":{"start":1724921518822,"stop":1724921518823,"duration":1}},{"uid":"fe446fae44d2af9d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fe446fae44d2af9d","status":"passed","time":{"start":1724918229401,"stop":1724918229401,"duration":0}},{"uid":"3c00294eb9ed3926","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c00294eb9ed3926","status":"passed","time":{"start":1724889980704,"stop":1724889980705,"duration":1}},{"uid":"6044a78d37cee2c5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6044a78d37cee2c5","status":"passed","time":{"start":1724889111168,"stop":1724889111169,"duration":1}},{"uid":"2cdb9edf9b5ad758","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2cdb9edf9b5ad758","status":"passed","time":{"start":1724888292535,"stop":1724888292536,"duration":1}},{"uid":"13bb351de2dc8259","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/13bb351de2dc8259","status":"passed","time":{"start":1724887068229,"stop":1724887068229,"duration":0}},{"uid":"f1b1de38317182c1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f1b1de38317182c1","status":"passed","time":{"start":1724886848928,"stop":1724886848929,"duration":1}},{"uid":"bf565d3c6955362","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf565d3c6955362","status":"passed","time":{"start":1724862262049,"stop":1724862262049,"duration":0}},{"uid":"d44d525578928a12","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d44d525578928a12","status":"passed","time":{"start":1724861741895,"stop":1724861741895,"duration":0}},{"uid":"9d9afcfd5d7aeebb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9d9afcfd5d7aeebb","status":"passed","time":{"start":1724861599498,"stop":1724861599498,"duration":0}},{"uid":"ad008bea3cdff125","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ad008bea3cdff125","status":"passed","time":{"start":1724861428477,"stop":1724861428477,"duration":0}}]},"tags":[]},"source":"a5af398198c14133.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/692e1fff814aa2b0.json b/7376/data/test-cases/a5c3661ae17de006.json similarity index 84% rename from 7346/data/test-cases/692e1fff814aa2b0.json rename to 7376/data/test-cases/a5c3661ae17de006.json index abe5e378ceb..74e5e783ab1 100644 --- a/7346/data/test-cases/692e1fff814aa2b0.json +++ b/7376/data/test-cases/a5c3661ae17de006.json @@ -1 +1 @@ -{"uid":"692e1fff814aa2b0","name":"Push message with shell command payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with shell command payload","historyId":"6bf9348457298471de7f5cf09b8c4a94:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505326,"stop":1724765505326,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":22,"unknown":0,"total":26},"items":[{"uid":"9095e48e98e17204","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/9095e48e98e17204","status":"passed","time":{"start":1724765434019,"stop":1724765434019,"duration":0}},{"uid":"7d21591d50a6c63a","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/7d21591d50a6c63a","status":"passed","time":{"start":1724763779025,"stop":1724763779025,"duration":0}},{"uid":"457cd521fcc8a764","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/457cd521fcc8a764","status":"passed","time":{"start":1724761038718,"stop":1724761038723,"duration":5}},{"uid":"759718cdbbf50c31","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/759718cdbbf50c31","status":"passed","time":{"start":1724760066621,"stop":1724760066622,"duration":1}},{"uid":"d3f5d330b1c7c14d","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/d3f5d330b1c7c14d","status":"passed","time":{"start":1724758222982,"stop":1724758222982,"duration":0}},{"uid":"e7c3c1403ddba036","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/e7c3c1403ddba036","status":"passed","time":{"start":1724757927316,"stop":1724757927317,"duration":1}},{"uid":"41cf11b17f5b0426","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/41cf11b17f5b0426","status":"passed","time":{"start":1724757257489,"stop":1724757257489,"duration":0}},{"uid":"355f9ef6f0746134","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/355f9ef6f0746134","status":"passed","time":{"start":1724755332948,"stop":1724755332948,"duration":0}},{"uid":"19ccdd2bba40b834","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/19ccdd2bba40b834","status":"passed","time":{"start":1724752782341,"stop":1724752782341,"duration":0}},{"uid":"c00e5f632c742b92","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/c00e5f632c742b92","status":"passed","time":{"start":1724751616571,"stop":1724751616571,"duration":0}},{"uid":"f620ea7fac2aaadc","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/f620ea7fac2aaadc","status":"passed","time":{"start":1724750701990,"stop":1724750701991,"duration":1}},{"uid":"fadd4f0ff9171b18","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/fadd4f0ff9171b18","status":"passed","time":{"start":1724749709040,"stop":1724749709040,"duration":0}},{"uid":"cb159063e9f36835","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/cb159063e9f36835","status":"passed","time":{"start":1724718008220,"stop":1724718008221,"duration":1}},{"uid":"50ef311a74fe7247","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/50ef311a74fe7247","status":"passed","time":{"start":1724715239088,"stop":1724715239088,"duration":0}},{"uid":"1aaa969107f5d72a","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/1aaa969107f5d72a","status":"passed","time":{"start":1724713322705,"stop":1724713322705,"duration":0}},{"uid":"f9d969334f5d3ba8","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f9d969334f5d3ba8","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724707170672,"stop":1724707170672,"duration":0}},{"uid":"b744386241c73af3","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b744386241c73af3","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724705570760,"stop":1724705570760,"duration":0}},{"uid":"f03b073a1c141e26","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f03b073a1c141e26","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724684936349,"stop":1724684936349,"duration":0}},{"uid":"99445631b2d93601","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/99445631b2d93601","status":"passed","time":{"start":1724673044036,"stop":1724673044037,"duration":1}},{"uid":"be1b61c65721692f","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/be1b61c65721692f","status":"passed","time":{"start":1724670767286,"stop":1724670767286,"duration":0}}]},"tags":[]},"source":"692e1fff814aa2b0.json","parameterValues":[]} \ No newline at end of file +{"uid":"a5c3661ae17de006","name":"Push message with shell command payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with shell command payload","historyId":"6bf9348457298471de7f5cf09b8c4a94:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921452,"stop":1724922921461,"duration":9},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"565fc01dc08d53f4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/565fc01dc08d53f4","status":"passed","time":{"start":1724921602952,"stop":1724921602952,"duration":0}},{"uid":"a118e6a472b5b490","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a118e6a472b5b490","status":"passed","time":{"start":1724921571097,"stop":1724921571098,"duration":1}},{"uid":"91d4f6cfb51705c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/91d4f6cfb51705c","status":"passed","time":{"start":1724918285587,"stop":1724918285587,"duration":0}},{"uid":"6c3b64038590f3b1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c3b64038590f3b1","status":"passed","time":{"start":1724890030090,"stop":1724890030091,"duration":1}},{"uid":"d383e0e1e2252713","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d383e0e1e2252713","status":"passed","time":{"start":1724889171909,"stop":1724889171909,"duration":0}},{"uid":"bf791ca865e2fd0b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bf791ca865e2fd0b","status":"passed","time":{"start":1724888350722,"stop":1724888350722,"duration":0}},{"uid":"c395c47452578835","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c395c47452578835","status":"passed","time":{"start":1724887115409,"stop":1724887115409,"duration":0}},{"uid":"de5763726fa1adbc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/de5763726fa1adbc","status":"passed","time":{"start":1724886884575,"stop":1724886884576,"duration":1}},{"uid":"e95f351ce53882b8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e95f351ce53882b8","status":"passed","time":{"start":1724862322258,"stop":1724862322258,"duration":0}},{"uid":"f8e7c53fd0292b40","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f8e7c53fd0292b40","status":"passed","time":{"start":1724861790752,"stop":1724861790752,"duration":0}},{"uid":"60be836664e8752c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/60be836664e8752c","status":"passed","time":{"start":1724861628421,"stop":1724861628421,"duration":0}},{"uid":"57738f8d5ed7a810","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/57738f8d5ed7a810","status":"passed","time":{"start":1724861465625,"stop":1724861465625,"duration":0}}]},"tags":[]},"source":"a5c3661ae17de006.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/ec00b7a3d14252ab.json b/7376/data/test-cases/a5edb63e70770677.json similarity index 61% rename from 7346/data/test-cases/ec00b7a3d14252ab.json rename to 7376/data/test-cases/a5edb63e70770677.json index 1f391b19235..9a451d42a89 100644 --- a/7346/data/test-cases/ec00b7a3d14252ab.json +++ b/7376/data/test-cases/a5edb63e70770677.json @@ -1 +1 @@ -{"uid":"ec00b7a3d14252ab","name":"Query Generator, Wrong PubsubTopic","fullName":"/tests/store/error_handling.node.spec.ts: Waku Store, error handling > Query Generator, Wrong PubsubTopic","historyId":"61f8a78015090c47c9c34b8d039622a5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765511605,"stop":1724765511606,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"54b5fd2a1a66dd7b","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/54b5fd2a1a66dd7b","status":"passed","time":{"start":1724765437240,"stop":1724765437240,"duration":0}},{"uid":"d9d60a83f1f56fd2","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/d9d60a83f1f56fd2","status":"passed","time":{"start":1724763800257,"stop":1724763800258,"duration":1}},{"uid":"36b9a0a256fc5310","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/36b9a0a256fc5310","status":"passed","time":{"start":1724761051488,"stop":1724761051491,"duration":3}},{"uid":"bccf11815ed50c37","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/bccf11815ed50c37","status":"passed","time":{"start":1724760070337,"stop":1724760070338,"duration":1}},{"uid":"59600829c4450322","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/59600829c4450322","status":"passed","time":{"start":1724758216994,"stop":1724758216994,"duration":0}},{"uid":"39e3bf184171c912","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/39e3bf184171c912","status":"passed","time":{"start":1724757897645,"stop":1724757897646,"duration":1}},{"uid":"b5ab813d762fa30b","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/b5ab813d762fa30b","status":"passed","time":{"start":1724757268027,"stop":1724757268028,"duration":1}},{"uid":"564d793f32d50dd5","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/564d793f32d50dd5","status":"passed","time":{"start":1724755345241,"stop":1724755345241,"duration":0}},{"uid":"8178585bce44fe48","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/8178585bce44fe48","status":"passed","time":{"start":1724752789255,"stop":1724752789256,"duration":1}},{"uid":"bb73150e0ba825b8","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/bb73150e0ba825b8","status":"passed","time":{"start":1724751616246,"stop":1724751616246,"duration":0}},{"uid":"bac0cf760838ba22","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/bac0cf760838ba22","status":"passed","time":{"start":1724750680579,"stop":1724750680579,"duration":0}},{"uid":"5d7c9ac05c62f470","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/5d7c9ac05c62f470","status":"passed","time":{"start":1724749679823,"stop":1724749679824,"duration":1}},{"uid":"146369bdbcfa9a3c","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/146369bdbcfa9a3c","status":"passed","time":{"start":1724718007747,"stop":1724718007748,"duration":1}},{"uid":"144fd64d888e52ae","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/144fd64d888e52ae","status":"passed","time":{"start":1724715238070,"stop":1724715238071,"duration":1}},{"uid":"e8a92f99a9086b14","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/e8a92f99a9086b14","status":"passed","time":{"start":1724713323547,"stop":1724713323547,"duration":0}},{"uid":"d466312c91da84f7","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d466312c91da84f7","status":"passed","time":{"start":1724706504643,"stop":1724706504643,"duration":0}},{"uid":"c49ad8a95eb26ac2","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c49ad8a95eb26ac2","status":"passed","time":{"start":1724704920847,"stop":1724704920847,"duration":0}},{"uid":"bb0eee25ba7d3119","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/bb0eee25ba7d3119","status":"passed","time":{"start":1724684298260,"stop":1724684298260,"duration":0}},{"uid":"797098d144df4d35","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/797098d144df4d35","status":"passed","time":{"start":1724673048976,"stop":1724673048977,"duration":1}},{"uid":"3ec04593a256c2d1","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/3ec04593a256c2d1","status":"passed","time":{"start":1724670775407,"stop":1724670775407,"duration":0}}]},"tags":[]},"source":"ec00b7a3d14252ab.json","parameterValues":[]} \ No newline at end of file +{"uid":"a5edb63e70770677","name":"Query Generator, Wrong PubsubTopic","fullName":"/tests/store/error_handling.node.spec.ts: Waku Store, error handling > Query Generator, Wrong PubsubTopic","historyId":"61f8a78015090c47c9c34b8d039622a5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922950819,"stop":1724922950820,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"51cbccb89f3f23ba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/51cbccb89f3f23ba","status":"passed","time":{"start":1724921640397,"stop":1724921640398,"duration":1}},{"uid":"48b9b03be7f31394","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/48b9b03be7f31394","status":"passed","time":{"start":1724921600405,"stop":1724921600405,"duration":0}},{"uid":"de1f0bbbe04ac799","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/de1f0bbbe04ac799","status":"passed","time":{"start":1724918300919,"stop":1724918300919,"duration":0}},{"uid":"886e58a2e568d92d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/886e58a2e568d92d","status":"passed","time":{"start":1724890059266,"stop":1724890059274,"duration":8}},{"uid":"5b565e7ea1de511f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b565e7ea1de511f","status":"passed","time":{"start":1724889188309,"stop":1724889188310,"duration":1}},{"uid":"421d740e74d446aa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/421d740e74d446aa","status":"passed","time":{"start":1724888372737,"stop":1724888372738,"duration":1}},{"uid":"d3369074a99a0eb3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d3369074a99a0eb3","status":"passed","time":{"start":1724887135716,"stop":1724887135716,"duration":0}},{"uid":"6694f0d379cac22f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6694f0d379cac22f","status":"passed","time":{"start":1724886919653,"stop":1724886919657,"duration":4}},{"uid":"f5ae2c1aae21671","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f5ae2c1aae21671","status":"passed","time":{"start":1724862341831,"stop":1724862341832,"duration":1}},{"uid":"4fde8c30c643cca5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4fde8c30c643cca5","status":"passed","time":{"start":1724861815478,"stop":1724861815481,"duration":3}},{"uid":"8b395eef71375da2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8b395eef71375da2","status":"passed","time":{"start":1724861669532,"stop":1724861669532,"duration":0}},{"uid":"9a4b9fbafec2cd1f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9a4b9fbafec2cd1f","status":"passed","time":{"start":1724861505409,"stop":1724861505410,"duration":1}}]},"tags":[]},"source":"a5edb63e70770677.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/6d4b7673c91bd647.json b/7376/data/test-cases/a6bb7e3b51d11ac7.json similarity index 72% rename from 7346/data/test-cases/6d4b7673c91bd647.json rename to 7376/data/test-cases/a6bb7e3b51d11ac7.json index f9cbab35ff9..e9e57830c2a 100644 --- a/7346/data/test-cases/6d4b7673c91bd647.json +++ b/7376/data/test-cases/a6bb7e3b51d11ac7.json @@ -1 +1 @@ -{"uid":"6d4b7673c91bd647","name":"Subscribe to topic containing long and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing long and receive message","historyId":"204cd0a634fe77da35e94b401accc096:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765545676,"stop":1724765545676,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"e1edf162ccf993bb","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/e1edf162ccf993bb","status":"passed","time":{"start":1724765472922,"stop":1724765472922,"duration":0}},{"uid":"4bb2b8e6d1051fd5","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/4bb2b8e6d1051fd5","status":"passed","time":{"start":1724763953867,"stop":1724763953868,"duration":1}},{"uid":"660138b19acc9c90","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/660138b19acc9c90","status":"passed","time":{"start":1724761070316,"stop":1724761070317,"duration":1}},{"uid":"2a06f1f272185b0f","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/2a06f1f272185b0f","status":"passed","time":{"start":1724760260075,"stop":1724760260076,"duration":1}},{"uid":"6ec51c31dafcd8dd","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/6ec51c31dafcd8dd","status":"passed","time":{"start":1724758530270,"stop":1724758530270,"duration":0}},{"uid":"5861c23eadbb2104","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/5861c23eadbb2104","status":"passed","time":{"start":1724757958296,"stop":1724757958296,"duration":0}},{"uid":"4a407a8d92307767","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/4a407a8d92307767","status":"passed","time":{"start":1724757397591,"stop":1724757397591,"duration":0}},{"uid":"49141f062cab2237","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/49141f062cab2237","status":"passed","time":{"start":1724755379403,"stop":1724755379404,"duration":1}},{"uid":"302ecbec4758c309","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/302ecbec4758c309","status":"passed","time":{"start":1724752819846,"stop":1724752819846,"duration":0}},{"uid":"9e51abf87075fcf5","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/9e51abf87075fcf5","status":"passed","time":{"start":1724751625320,"stop":1724751625326,"duration":6}},{"uid":"93f3a9ab81d04e00","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/93f3a9ab81d04e00","status":"passed","time":{"start":1724750725825,"stop":1724750725826,"duration":1}},{"uid":"dd73abecab720945","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/dd73abecab720945","status":"passed","time":{"start":1724749717502,"stop":1724749717503,"duration":1}},{"uid":"990cd0f43a281307","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/990cd0f43a281307","status":"passed","time":{"start":1724718019283,"stop":1724718019284,"duration":1}},{"uid":"1252c8fa4b47bec","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/1252c8fa4b47bec","status":"passed","time":{"start":1724715264566,"stop":1724715264567,"duration":1}},{"uid":"55c86a83f2764715","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/55c86a83f2764715","status":"passed","time":{"start":1724713371749,"stop":1724713371750,"duration":1}},{"uid":"bb57adaf1ba46a02","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/bb57adaf1ba46a02","status":"passed","time":{"start":1724706679433,"stop":1724706679433,"duration":0}},{"uid":"b8386fca85b611c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b8386fca85b611c","status":"passed","time":{"start":1724705096860,"stop":1724705096860,"duration":0}},{"uid":"826d9240f220f55f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/826d9240f220f55f","status":"passed","time":{"start":1724684459928,"stop":1724684459928,"duration":0}},{"uid":"286a7c425c38435b","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/286a7c425c38435b","status":"passed","time":{"start":1724673071756,"stop":1724673071756,"duration":0}},{"uid":"4d36d6fcc9ad8acb","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/4d36d6fcc9ad8acb","status":"passed","time":{"start":1724670808686,"stop":1724670808691,"duration":5}}]},"tags":[]},"source":"6d4b7673c91bd647.json","parameterValues":[]} \ No newline at end of file +{"uid":"a6bb7e3b51d11ac7","name":"Overlapping topic subscription","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Overlapping topic subscription","historyId":"f6c16376115ab5f289ab7463b1d99cb3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012476,"stop":1724923012476,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"84e88c52a9e73405","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/84e88c52a9e73405","status":"passed","time":{"start":1724921625081,"stop":1724921625081,"duration":0}},{"uid":"822cd37e0bb6eb91","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/822cd37e0bb6eb91","status":"passed","time":{"start":1724921590505,"stop":1724921590506,"duration":1}},{"uid":"786f70ac0b6deae4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/786f70ac0b6deae4","status":"passed","time":{"start":1724918287572,"stop":1724918287573,"duration":1}},{"uid":"3015166ba6146e37","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3015166ba6146e37","status":"passed","time":{"start":1724890047798,"stop":1724890047798,"duration":0}},{"uid":"914ec15dbcf7f117","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/914ec15dbcf7f117","status":"passed","time":{"start":1724889183931,"stop":1724889183932,"duration":1}},{"uid":"f4fbad6fe47e8930","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f4fbad6fe47e8930","status":"passed","time":{"start":1724888354179,"stop":1724888354179,"duration":0}},{"uid":"3e9f9cd89cf0f17d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3e9f9cd89cf0f17d","status":"passed","time":{"start":1724887145704,"stop":1724887145704,"duration":0}},{"uid":"6bd6fca7ab15a30a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6bd6fca7ab15a30a","status":"passed","time":{"start":1724886915795,"stop":1724886915795,"duration":0}},{"uid":"641a20342e3081ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/641a20342e3081ba","status":"passed","time":{"start":1724862341460,"stop":1724862341460,"duration":0}},{"uid":"83dd1b74f1ef725","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/83dd1b74f1ef725","status":"passed","time":{"start":1724861805461,"stop":1724861805462,"duration":1}},{"uid":"95977e3cc0a9f63d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/95977e3cc0a9f63d","status":"passed","time":{"start":1724861662296,"stop":1724861662296,"duration":0}},{"uid":"caedbf7f094f9e03","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/caedbf7f094f9e03","status":"passed","time":{"start":1724861492523,"stop":1724861492523,"duration":0}}]},"tags":[]},"source":"a6bb7e3b51d11ac7.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/b3b1503f2fcee1cb.json b/7376/data/test-cases/a6ef23539bb31a92.json similarity index 78% rename from 7346/data/test-cases/b3b1503f2fcee1cb.json rename to 7376/data/test-cases/a6ef23539bb31a92.json index 6056af50fcd..97d57369822 100644 --- a/7346/data/test-cases/b3b1503f2fcee1cb.json +++ b/7376/data/test-cases/a6ef23539bb31a92.json @@ -1 +1 @@ -{"uid":"b3b1503f2fcee1cb","name":"Check message with no payload is not received","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check message with no payload is not received","historyId":"46e4002ab33549762a5184ba52857e96:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392393,"stop":1724765392394,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"1e7af35370d80815","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/1e7af35370d80815","status":"passed","time":{"start":1724765313875,"stop":1724765313876,"duration":1}},{"uid":"d5cd83f3dc35b9a0","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/d5cd83f3dc35b9a0","status":"passed","time":{"start":1724763683875,"stop":1724763683875,"duration":0}},{"uid":"58753c680fa35cb6","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/58753c680fa35cb6","status":"passed","time":{"start":1724760929581,"stop":1724760929581,"duration":0}},{"uid":"c2f4ed10ae38b960","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/c2f4ed10ae38b960","status":"passed","time":{"start":1724759955177,"stop":1724759955177,"duration":0}},{"uid":"a8896a679a7edf5b","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/a8896a679a7edf5b","status":"passed","time":{"start":1724758077460,"stop":1724758077460,"duration":0}},{"uid":"33c2f4a87e4e7d8d","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/33c2f4a87e4e7d8d","status":"passed","time":{"start":1724757801876,"stop":1724757801877,"duration":1}},{"uid":"d9a2485f72fcf810","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/d9a2485f72fcf810","status":"passed","time":{"start":1724757120197,"stop":1724757120197,"duration":0}},{"uid":"cf8023f1cbd8bfed","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/cf8023f1cbd8bfed","status":"passed","time":{"start":1724755211089,"stop":1724755211089,"duration":0}},{"uid":"d730d3af1c7c0ad4","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/d730d3af1c7c0ad4","status":"passed","time":{"start":1724752646559,"stop":1724752646559,"duration":0}},{"uid":"f84714d15c468d54","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/f84714d15c468d54","status":"passed","time":{"start":1724751495300,"stop":1724751495300,"duration":0}},{"uid":"13ed0a716ee13626","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/13ed0a716ee13626","status":"passed","time":{"start":1724750572391,"stop":1724750572392,"duration":1}},{"uid":"6f0992fb1d07eea3","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/6f0992fb1d07eea3","status":"passed","time":{"start":1724749567275,"stop":1724749567275,"duration":0}},{"uid":"8265ee22999d0738","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/8265ee22999d0738","status":"passed","time":{"start":1724717880847,"stop":1724717880848,"duration":1}},{"uid":"77da7326056f00e1","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/77da7326056f00e1","status":"passed","time":{"start":1724715103518,"stop":1724715103519,"duration":1}},{"uid":"672903dbf9142328","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/672903dbf9142328","status":"passed","time":{"start":1724713195384,"stop":1724713195384,"duration":0}},{"uid":"7ec001102096419a","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/7ec001102096419a","status":"passed","time":{"start":1724706389689,"stop":1724706389690,"duration":1}},{"uid":"6f4d623ccfc3a944","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6f4d623ccfc3a944","status":"passed","time":{"start":1724704811206,"stop":1724704811207,"duration":1}},{"uid":"2812e785c0a43d2c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2812e785c0a43d2c","status":"passed","time":{"start":1724684170213,"stop":1724684170214,"duration":1}},{"uid":"12e761a703a587ec","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/12e761a703a587ec","status":"passed","time":{"start":1724672903661,"stop":1724672903661,"duration":0}},{"uid":"564ff33dec1daa12","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/564ff33dec1daa12","status":"passed","time":{"start":1724670674057,"stop":1724670674057,"duration":0}}]},"tags":[]},"source":"b3b1503f2fcee1cb.json","parameterValues":[]} \ No newline at end of file +{"uid":"a6ef23539bb31a92","name":"Check message with no payload is not received","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check message with no payload is not received","historyId":"46e4002ab33549762a5184ba52857e96:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845262,"stop":1724922845263,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3fab53b05e85a6ca","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3fab53b05e85a6ca","status":"passed","time":{"start":1724921515254,"stop":1724921515255,"duration":1}},{"uid":"9c0de0997b170cc3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9c0de0997b170cc3","status":"passed","time":{"start":1724921475503,"stop":1724921475504,"duration":1}},{"uid":"2b6d66148f0cb7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2b6d66148f0cb7","status":"passed","time":{"start":1724918179418,"stop":1724918179435,"duration":17}},{"uid":"19c185567cce49ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/19c185567cce49ee","status":"passed","time":{"start":1724889935352,"stop":1724889935352,"duration":0}},{"uid":"58dffcf18408327a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/58dffcf18408327a","status":"passed","time":{"start":1724889072768,"stop":1724889072768,"duration":0}},{"uid":"c2384eff4d2fe93b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c2384eff4d2fe93b","status":"passed","time":{"start":1724888232428,"stop":1724888232428,"duration":0}},{"uid":"3b670483e5f92748","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3b670483e5f92748","status":"passed","time":{"start":1724887018316,"stop":1724887018316,"duration":0}},{"uid":"4176938725b2aa74","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4176938725b2aa74","status":"passed","time":{"start":1724886781504,"stop":1724886781505,"duration":1}},{"uid":"e441bfa59c8fca40","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e441bfa59c8fca40","status":"passed","time":{"start":1724862213684,"stop":1724862213685,"duration":1}},{"uid":"f2fccd686e770b6a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f2fccd686e770b6a","status":"passed","time":{"start":1724861685885,"stop":1724861685885,"duration":0}},{"uid":"47397297629d7e5d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/47397297629d7e5d","status":"passed","time":{"start":1724861546211,"stop":1724861546212,"duration":1}},{"uid":"ceb4d0fc86b77037","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ceb4d0fc86b77037","status":"passed","time":{"start":1724861378126,"stop":1724861378126,"duration":0}}]},"tags":[]},"source":"a6ef23539bb31a92.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/a74450ef0c93e832.json b/7376/data/test-cases/a74450ef0c93e832.json new file mode 100644 index 00000000000..c51498bf8be --- /dev/null +++ b/7376/data/test-cases/a74450ef0c93e832.json @@ -0,0 +1 @@ +{"uid":"a74450ef0c93e832","name":"Round trip binary encryption [ecies, signature]","fullName":"/src/ecies.spec.ts: Ecies Encryption > Round trip binary encryption [ecies, signature]","historyId":"394f4a22d2f04ec6589335c3f56eaf59:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922410310,"stop":1724922410311,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Ecies 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":13,"unknown":0,"total":13},"items":[{"uid":"b29a311e728de486","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b29a311e728de486","status":"passed","time":{"start":1724921073459,"stop":1724921073459,"duration":0}},{"uid":"b95930458baf857a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b95930458baf857a","status":"passed","time":{"start":1724921048446,"stop":1724921048446,"duration":0}},{"uid":"d7ec279c034783de","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d7ec279c034783de","status":"passed","time":{"start":1724917708699,"stop":1724917708699,"duration":0}},{"uid":"c2676bad1b898cec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2676bad1b898cec","status":"passed","time":{"start":1724889487515,"stop":1724889487515,"duration":0}},{"uid":"82f94c39b28b9969","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/82f94c39b28b9969","status":"passed","time":{"start":1724888638222,"stop":1724888638222,"duration":0}},{"uid":"9dd5cd3714ca93","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9dd5cd3714ca93","status":"passed","time":{"start":1724887794482,"stop":1724887794482,"duration":0}},{"uid":"2971450a71d53ca5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2971450a71d53ca5","status":"passed","time":{"start":1724886561405,"stop":1724886561406,"duration":1}},{"uid":"2257a241164f4f86","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2257a241164f4f86","status":"passed","time":{"start":1724886339061,"stop":1724886339062,"duration":1}},{"uid":"c4218b8228d2cef1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4218b8228d2cef1","status":"passed","time":{"start":1724861788382,"stop":1724861788382,"duration":0}},{"uid":"7d1e017321589844","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7d1e017321589844","status":"passed","time":{"start":1724861258535,"stop":1724861258535,"duration":0}},{"uid":"284239f86e6e242a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/284239f86e6e242a","status":"passed","time":{"start":1724861082795,"stop":1724861082795,"duration":0}},{"uid":"ddcb01353bea4b04","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ddcb01353bea4b04","status":"passed","time":{"start":1724860943247,"stop":1724860943247,"duration":0}}]},"tags":[]},"source":"a74450ef0c93e832.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/a84ee8ab3efdf4ca.json b/7376/data/test-cases/a84ee8ab3efdf4ca.json new file mode 100644 index 00000000000..708f423a913 --- /dev/null +++ b/7376/data/test-cases/a84ee8ab3efdf4ca.json @@ -0,0 +1 @@ +{"uid":"a84ee8ab3efdf4ca","name":"should set field with all protocols disabled","fullName":"/src/enr.spec.ts: ENR > waku2 key round trip > should set field with all protocols disabled","historyId":"86d40f5580239eeb3f68326e9a3da832:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922383091,"stop":1724922383091,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"waku2 key round trip"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"841e7b02904a2c8e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/841e7b02904a2c8e","status":"passed","time":{"start":1724921046207,"stop":1724921046207,"duration":0}},{"uid":"65f338d8b41a90a0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/65f338d8b41a90a0","status":"passed","time":{"start":1724921021479,"stop":1724921021479,"duration":0}},{"uid":"75b5d7c13fb61181","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/75b5d7c13fb61181","status":"passed","time":{"start":1724917681727,"stop":1724917681727,"duration":0}},{"uid":"b644d71d895ed3a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b644d71d895ed3a0","status":"passed","time":{"start":1724889460655,"stop":1724889460655,"duration":0}},{"uid":"7e97a7c69224aac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e97a7c69224aac","status":"passed","time":{"start":1724888611298,"stop":1724888611298,"duration":0}},{"uid":"a03148e689a63e2d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a03148e689a63e2d","status":"passed","time":{"start":1724887767623,"stop":1724887767623,"duration":0}},{"uid":"686d1ed121b879d6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/686d1ed121b879d6","status":"passed","time":{"start":1724886533994,"stop":1724886533994,"duration":0}},{"uid":"2f4346ae58e2dfb3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2f4346ae58e2dfb3","status":"passed","time":{"start":1724886311761,"stop":1724886311761,"duration":0}},{"uid":"3fa065cbd7d8c84d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3fa065cbd7d8c84d","status":"passed","time":{"start":1724861760779,"stop":1724861760779,"duration":0}},{"uid":"7feec795fe00ed33","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7feec795fe00ed33","status":"passed","time":{"start":1724861231737,"stop":1724861231737,"duration":0}},{"uid":"9f13261c75816225","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9f13261c75816225","status":"passed","time":{"start":1724861054260,"stop":1724861054260,"duration":0}},{"uid":"c0f601943414efc0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c0f601943414efc0","status":"passed","time":{"start":1724860915817,"stop":1724860915817,"duration":0}}]},"tags":[]},"source":"a84ee8ab3efdf4ca.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/a883252467c84a0c.json b/7376/data/test-cases/a883252467c84a0c.json new file mode 100644 index 00000000000..4e147880810 --- /dev/null +++ b/7376/data/test-cases/a883252467c84a0c.json @@ -0,0 +1 @@ +{"uid":"a883252467c84a0c","name":"Rejects garbage","fullName":"/src/message_validator.spec.ts: Message Validator > Rejects garbage","historyId":"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922391232,"stop":1724922391233,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Message Validator"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"17efe7258df552a5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/17efe7258df552a5","status":"passed","time":{"start":1724921054321,"stop":1724921054321,"duration":0}},{"uid":"296ffb3a8741f751","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/296ffb3a8741f751","status":"passed","time":{"start":1724921029530,"stop":1724921029530,"duration":0}},{"uid":"9427abcdabc868c2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9427abcdabc868c2","status":"passed","time":{"start":1724917689715,"stop":1724917689715,"duration":0}},{"uid":"e4a3afbfeb99378c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e4a3afbfeb99378c","status":"passed","time":{"start":1724889468611,"stop":1724889468611,"duration":0}},{"uid":"5c77af5c9771402d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5c77af5c9771402d","status":"passed","time":{"start":1724888619403,"stop":1724888619404,"duration":1}},{"uid":"2e1a120ad6686fa0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2e1a120ad6686fa0","status":"passed","time":{"start":1724887775587,"stop":1724887775587,"duration":0}},{"uid":"359ba959aa175fe6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/359ba959aa175fe6","status":"passed","time":{"start":1724886542103,"stop":1724886542103,"duration":0}},{"uid":"92a4cdb5f67e4440","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/92a4cdb5f67e4440","status":"passed","time":{"start":1724886319853,"stop":1724886319854,"duration":1}},{"uid":"d0223f62696c5762","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d0223f62696c5762","status":"passed","time":{"start":1724861769054,"stop":1724861769054,"duration":0}},{"uid":"6d472dfd6f10e24f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6d472dfd6f10e24f","status":"passed","time":{"start":1724861239709,"stop":1724861239709,"duration":0}},{"uid":"832aae3d020bae37","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/832aae3d020bae37","status":"passed","time":{"start":1724861063046,"stop":1724861063047,"duration":1}},{"uid":"47f5489af9843d7f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/47f5489af9843d7f","status":"passed","time":{"start":1724860924087,"stop":1724860924087,"duration":0}}]},"tags":[]},"source":"a883252467c84a0c.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/a96fc9eafa38e91.json b/7376/data/test-cases/a96fc9eafa38e91.json new file mode 100644 index 00000000000..1f578e0f95d --- /dev/null +++ b/7376/data/test-cases/a96fc9eafa38e91.json @@ -0,0 +1 @@ +{"uid":"a96fc9eafa38e91","name":"Promise Callback - true","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Promise Callback - true","historyId":"21ac7be05647be275ce4bd5cfdc070c9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922966704,"stop":1724922966705,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, order"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d339dc6e3f9200d2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d339dc6e3f9200d2","status":"passed","time":{"start":1724921640663,"stop":1724921640664,"duration":1}},{"uid":"90f84ec3075a3fb8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/90f84ec3075a3fb8","status":"passed","time":{"start":1724921597587,"stop":1724921597594,"duration":7}},{"uid":"c912b550470b3792","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c912b550470b3792","status":"passed","time":{"start":1724918306249,"stop":1724918306249,"duration":0}},{"uid":"9dae8017722a5f74","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9dae8017722a5f74","status":"passed","time":{"start":1724890060300,"stop":1724890060300,"duration":0}},{"uid":"dde3b4adc37c3b15","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dde3b4adc37c3b15","status":"passed","time":{"start":1724889191328,"stop":1724889191328,"duration":0}},{"uid":"2c57406daff358ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2c57406daff358ba","status":"passed","time":{"start":1724888368606,"stop":1724888368607,"duration":1}},{"uid":"4d5891e9a6fef3ce","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4d5891e9a6fef3ce","status":"passed","time":{"start":1724887150940,"stop":1724887150940,"duration":0}},{"uid":"d457035ee951ed79","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d457035ee951ed79","status":"passed","time":{"start":1724886928811,"stop":1724886928811,"duration":0}},{"uid":"7eb28730d3578079","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7eb28730d3578079","status":"passed","time":{"start":1724862346041,"stop":1724862346043,"duration":2}},{"uid":"41fd469ed026e9d1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/41fd469ed026e9d1","status":"passed","time":{"start":1724861823100,"stop":1724861823100,"duration":0}},{"uid":"487d132cd5f5ef5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/487d132cd5f5ef5","status":"passed","time":{"start":1724861677723,"stop":1724861677723,"duration":0}},{"uid":"b70416e15f6d4c79","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b70416e15f6d4c79","status":"passed","time":{"start":1724861503959,"stop":1724861503959,"duration":0}}]},"tags":[]},"source":"a96fc9eafa38e91.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/bcb0c038cdb81b47.json b/7376/data/test-cases/a97662633624bf45.json similarity index 78% rename from 7346/data/test-cases/bcb0c038cdb81b47.json rename to 7376/data/test-cases/a97662633624bf45.json index cceda50cd5f..8432eaaf89f 100644 --- a/7346/data/test-cases/bcb0c038cdb81b47.json +++ b/7376/data/test-cases/a97662633624bf45.json @@ -1 +1 @@ -{"uid":"bcb0c038cdb81b47","name":"Check received message containing numeric","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing numeric","historyId":"db4044bcb84451b9ac43b9deb27ca0f4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392379,"stop":1724765392379,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"6ec3838213d0bfdb","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/6ec3838213d0bfdb","status":"passed","time":{"start":1724765313867,"stop":1724765313867,"duration":0}},{"uid":"6aca68503aafa5f7","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/6aca68503aafa5f7","status":"passed","time":{"start":1724763683866,"stop":1724763683866,"duration":0}},{"uid":"8ffe95517674a644","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/8ffe95517674a644","status":"passed","time":{"start":1724760929568,"stop":1724760929568,"duration":0}},{"uid":"f5418ce0924f8828","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/f5418ce0924f8828","status":"passed","time":{"start":1724759955167,"stop":1724759955168,"duration":1}},{"uid":"69b5bdf11ca2dc9e","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/69b5bdf11ca2dc9e","status":"passed","time":{"start":1724758077441,"stop":1724758077442,"duration":1}},{"uid":"125b691f0c8025f4","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/125b691f0c8025f4","status":"passed","time":{"start":1724757801868,"stop":1724757801868,"duration":0}},{"uid":"5a45c85780019dcf","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/5a45c85780019dcf","status":"passed","time":{"start":1724757120185,"stop":1724757120186,"duration":1}},{"uid":"ae8e876b806681d8","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ae8e876b806681d8","status":"passed","time":{"start":1724755211070,"stop":1724755211071,"duration":1}},{"uid":"b6380399a7047a49","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/b6380399a7047a49","status":"passed","time":{"start":1724752646548,"stop":1724752646549,"duration":1}},{"uid":"7f44de6bb93c01a","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/7f44de6bb93c01a","status":"passed","time":{"start":1724751495283,"stop":1724751495284,"duration":1}},{"uid":"934d58275545f7d5","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/934d58275545f7d5","status":"passed","time":{"start":1724750572379,"stop":1724750572380,"duration":1}},{"uid":"3d41421cadbcbb0","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/3d41421cadbcbb0","status":"passed","time":{"start":1724749567260,"stop":1724749567264,"duration":4}},{"uid":"23ba293e58111aab","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/23ba293e58111aab","status":"passed","time":{"start":1724717880829,"stop":1724717880829,"duration":0}},{"uid":"f26424a44e8f915e","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/f26424a44e8f915e","status":"passed","time":{"start":1724715103509,"stop":1724715103509,"duration":0}},{"uid":"e22bfd483750e86b","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/e22bfd483750e86b","status":"passed","time":{"start":1724713195359,"stop":1724713195360,"duration":1}},{"uid":"76a4c1c74a87fe32","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/76a4c1c74a87fe32","status":"passed","time":{"start":1724706389676,"stop":1724706389676,"duration":0}},{"uid":"aacebbb00cd5c9d0","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/aacebbb00cd5c9d0","status":"passed","time":{"start":1724704811195,"stop":1724704811197,"duration":2}},{"uid":"49f95c093f2c86ab","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/49f95c093f2c86ab","status":"passed","time":{"start":1724684170194,"stop":1724684170195,"duration":1}},{"uid":"cd3b1db54387867b","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/cd3b1db54387867b","status":"passed","time":{"start":1724672903616,"stop":1724672903616,"duration":0}},{"uid":"d4e1aff1e7a0dbd4","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/d4e1aff1e7a0dbd4","status":"passed","time":{"start":1724670674045,"stop":1724670674045,"duration":0}}]},"tags":[]},"source":"bcb0c038cdb81b47.json","parameterValues":[]} \ No newline at end of file +{"uid":"a97662633624bf45","name":"Check received message containing numeric","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing numeric","historyId":"db4044bcb84451b9ac43b9deb27ca0f4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845249,"stop":1724922845249,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"570448f1d3ea5776","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/570448f1d3ea5776","status":"passed","time":{"start":1724921515231,"stop":1724921515231,"duration":0}},{"uid":"1406b2e9e0b3ad04","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1406b2e9e0b3ad04","status":"passed","time":{"start":1724921475458,"stop":1724921475459,"duration":1}},{"uid":"c02bee1893fbf4e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c02bee1893fbf4e","status":"passed","time":{"start":1724918179404,"stop":1724918179406,"duration":2}},{"uid":"d9e13636fc0dc4d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9e13636fc0dc4d9","status":"passed","time":{"start":1724889935345,"stop":1724889935345,"duration":0}},{"uid":"8272911650706871","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8272911650706871","status":"passed","time":{"start":1724889072758,"stop":1724889072759,"duration":1}},{"uid":"58c1abfea9b04e67","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/58c1abfea9b04e67","status":"passed","time":{"start":1724888232420,"stop":1724888232420,"duration":0}},{"uid":"9baeeb812b93c9d6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9baeeb812b93c9d6","status":"passed","time":{"start":1724887018307,"stop":1724887018307,"duration":0}},{"uid":"156d825014c2fcc3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/156d825014c2fcc3","status":"passed","time":{"start":1724886781484,"stop":1724886781484,"duration":0}},{"uid":"54e543ea805e28be","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/54e543ea805e28be","status":"passed","time":{"start":1724862213667,"stop":1724862213667,"duration":0}},{"uid":"36e23cb6b2c89a2a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/36e23cb6b2c89a2a","status":"passed","time":{"start":1724861685860,"stop":1724861685860,"duration":0}},{"uid":"e059bba9f7fa9cef","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e059bba9f7fa9cef","status":"passed","time":{"start":1724861546182,"stop":1724861546182,"duration":0}},{"uid":"1e5ae2c618c6ec09","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1e5ae2c618c6ec09","status":"passed","time":{"start":1724861378116,"stop":1724861378116,"duration":0}}]},"tags":[]},"source":"a97662633624bf45.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/8aa21a1b193d29c2.json b/7376/data/test-cases/a9b2a569281431e2.json similarity index 84% rename from 7346/data/test-cases/8aa21a1b193d29c2.json rename to 7376/data/test-cases/a9b2a569281431e2.json index 36866d858ee..8c4444aaba6 100644 --- a/7346/data/test-cases/8aa21a1b193d29c2.json +++ b/7376/data/test-cases/a9b2a569281431e2.json @@ -1 +1 @@ -{"uid":"8aa21a1b193d29c2","name":"Push message with content topic containing emoji","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing emoji","historyId":"11b5583e68cc94cb4cb81b8d5c57dfd8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505400,"stop":1724765505401,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":22,"unknown":0,"total":26},"items":[{"uid":"6eb5464b04ba307a","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/6eb5464b04ba307a","status":"passed","time":{"start":1724765434034,"stop":1724765434034,"duration":0}},{"uid":"d255cff9ba95db47","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/d255cff9ba95db47","status":"passed","time":{"start":1724763779047,"stop":1724763779047,"duration":0}},{"uid":"d01388c6bb5aa640","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/d01388c6bb5aa640","status":"passed","time":{"start":1724761038750,"stop":1724761038750,"duration":0}},{"uid":"69b103b165b12e02","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/69b103b165b12e02","status":"passed","time":{"start":1724760066637,"stop":1724760066637,"duration":0}},{"uid":"15041cbd0b0a4262","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/15041cbd0b0a4262","status":"passed","time":{"start":1724758223000,"stop":1724758223000,"duration":0}},{"uid":"1181444dfd127167","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/1181444dfd127167","status":"passed","time":{"start":1724757927331,"stop":1724757927332,"duration":1}},{"uid":"a69b0102bdfa7131","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/a69b0102bdfa7131","status":"passed","time":{"start":1724757257498,"stop":1724757257498,"duration":0}},{"uid":"ae4620e72037255b","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ae4620e72037255b","status":"passed","time":{"start":1724755333009,"stop":1724755333010,"duration":1}},{"uid":"75d390c91590a2c1","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/75d390c91590a2c1","status":"passed","time":{"start":1724752782410,"stop":1724752782410,"duration":0}},{"uid":"be31cd98a700860a","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/be31cd98a700860a","status":"passed","time":{"start":1724751616579,"stop":1724751616580,"duration":1}},{"uid":"4275ba87e164832c","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/4275ba87e164832c","status":"passed","time":{"start":1724750702001,"stop":1724750702002,"duration":1}},{"uid":"9e47b63bd51053db","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/9e47b63bd51053db","status":"passed","time":{"start":1724749709051,"stop":1724749709052,"duration":1}},{"uid":"b8a2c8ca2eef6397","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/b8a2c8ca2eef6397","status":"passed","time":{"start":1724718008232,"stop":1724718008232,"duration":0}},{"uid":"677eb4c6a9657328","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/677eb4c6a9657328","status":"passed","time":{"start":1724715239146,"stop":1724715239147,"duration":1}},{"uid":"e7c7c4bb3b39942f","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/e7c7c4bb3b39942f","status":"passed","time":{"start":1724713322715,"stop":1724713322716,"duration":1}},{"uid":"b2e59f9c4b8a1aaf","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b2e59f9c4b8a1aaf","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724707170690,"stop":1724707170690,"duration":0}},{"uid":"35c04f41efe9d9c3","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/35c04f41efe9d9c3","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724705570780,"stop":1724705570780,"duration":0}},{"uid":"5cf361b169944dfa","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/5cf361b169944dfa","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724684936369,"stop":1724684936369,"duration":0}},{"uid":"c24ef044af72c40e","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/c24ef044af72c40e","status":"passed","time":{"start":1724673044056,"stop":1724673044057,"duration":1}},{"uid":"e7e8cef8d8ca128e","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/e7e8cef8d8ca128e","status":"passed","time":{"start":1724670767299,"stop":1724670767299,"duration":0}}]},"tags":[]},"source":"8aa21a1b193d29c2.json","parameterValues":[]} \ No newline at end of file +{"uid":"a9b2a569281431e2","name":"Push message with content topic containing emoji","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing emoji","historyId":"11b5583e68cc94cb4cb81b8d5c57dfd8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921471,"stop":1724922921471,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"399e833fa3b98811","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/399e833fa3b98811","status":"passed","time":{"start":1724921602977,"stop":1724921602983,"duration":6}},{"uid":"35e9a1e16f1daf8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/35e9a1e16f1daf8","status":"passed","time":{"start":1724921571107,"stop":1724921571107,"duration":0}},{"uid":"c2a26eed5a3ee1cc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c2a26eed5a3ee1cc","status":"passed","time":{"start":1724918285614,"stop":1724918285615,"duration":1}},{"uid":"a3f7b31501450a73","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3f7b31501450a73","status":"passed","time":{"start":1724890030101,"stop":1724890030101,"duration":0}},{"uid":"edd42da1408e7ce4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/edd42da1408e7ce4","status":"passed","time":{"start":1724889171927,"stop":1724889171927,"duration":0}},{"uid":"f29819c9d6878cf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f29819c9d6878cf","status":"passed","time":{"start":1724888350741,"stop":1724888350741,"duration":0}},{"uid":"5aec70e47b8e246c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5aec70e47b8e246c","status":"passed","time":{"start":1724887115425,"stop":1724887115426,"duration":1}},{"uid":"6120f58a36966bb1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6120f58a36966bb1","status":"passed","time":{"start":1724886884585,"stop":1724886884585,"duration":0}},{"uid":"edccc69417fdbe38","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/edccc69417fdbe38","status":"passed","time":{"start":1724862322277,"stop":1724862322277,"duration":0}},{"uid":"9310d9009f0373f0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9310d9009f0373f0","status":"passed","time":{"start":1724861790764,"stop":1724861790765,"duration":1}},{"uid":"81338ca766091c9b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/81338ca766091c9b","status":"passed","time":{"start":1724861628430,"stop":1724861628430,"duration":0}},{"uid":"30c12e6e6639ac7f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/30c12e6e6639ac7f","status":"passed","time":{"start":1724861465635,"stop":1724861465635,"duration":0}}]},"tags":[]},"source":"a9b2a569281431e2.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/df653b9e1b12bd67.json b/7376/data/test-cases/aa340ee2e7f0031c.json similarity index 79% rename from 7346/data/test-cases/df653b9e1b12bd67.json rename to 7376/data/test-cases/aa340ee2e7f0031c.json index 5bd463a9469..8d11a4329a7 100644 --- a/7346/data/test-cases/df653b9e1b12bd67.json +++ b/7376/data/test-cases/aa340ee2e7f0031c.json @@ -1 +1 @@ -{"uid":"df653b9e1b12bd67","name":"Subscribe and receive messages from multiple nwaku nodes","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe and receive messages from multiple nwaku nodes","historyId":"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765075590,"stop":1724765075590,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"57e4da2760bdb8d8","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/57e4da2760bdb8d8","status":"passed","time":{"start":1724765010556,"stop":1724765010556,"duration":0}},{"uid":"154655140b8f0116","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/154655140b8f0116","status":"passed","time":{"start":1724763380308,"stop":1724763380308,"duration":0}},{"uid":"36104c8d9036a18a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/36104c8d9036a18a","status":"passed","time":{"start":1724760632573,"stop":1724760632580,"duration":7}},{"uid":"2681e1011a9ae7de","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/2681e1011a9ae7de","status":"passed","time":{"start":1724759660941,"stop":1724759660947,"duration":6}},{"uid":"e689e822f1aebdc","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/e689e822f1aebdc","status":"passed","time":{"start":1724757793716,"stop":1724757793716,"duration":0}},{"uid":"aa2bcc97a0f729d8","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/aa2bcc97a0f729d8","status":"passed","time":{"start":1724757518642,"stop":1724757518643,"duration":1}},{"uid":"7fe6e96b1d00a7be","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/7fe6e96b1d00a7be","status":"passed","time":{"start":1724756832110,"stop":1724756832110,"duration":0}},{"uid":"3a05cfedcff83803","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/3a05cfedcff83803","status":"passed","time":{"start":1724754929285,"stop":1724754929285,"duration":0}},{"uid":"c60b396d5d3e6304","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/c60b396d5d3e6304","status":"passed","time":{"start":1724752352166,"stop":1724752352166,"duration":0}},{"uid":"90f74f7bb95dcb33","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/90f74f7bb95dcb33","status":"passed","time":{"start":1724751201129,"stop":1724751201129,"duration":0}},{"uid":"e44c054d1d7f7272","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/e44c054d1d7f7272","status":"passed","time":{"start":1724750264845,"stop":1724750264846,"duration":1}},{"uid":"7ad1bdfb5c586437","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/7ad1bdfb5c586437","status":"passed","time":{"start":1724749292173,"stop":1724749292173,"duration":0}},{"uid":"9824d864a772c58b","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/9824d864a772c58b","status":"passed","time":{"start":1724717596805,"stop":1724717596805,"duration":0}},{"uid":"90fc70b351465037","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/90fc70b351465037","status":"passed","time":{"start":1724714823665,"stop":1724714823668,"duration":3}},{"uid":"812fb466da01498b","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/812fb466da01498b","status":"passed","time":{"start":1724712895798,"stop":1724712895798,"duration":0}},{"uid":"2658c562dd038f0a","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2658c562dd038f0a","status":"passed","time":{"start":1724706113503,"stop":1724706113503,"duration":0}},{"uid":"c1e615c04cc1c4a1","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c1e615c04cc1c4a1","status":"passed","time":{"start":1724704522420,"stop":1724704522421,"duration":1}},{"uid":"b47775a47a406bfc","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b47775a47a406bfc","status":"passed","time":{"start":1724683897633,"stop":1724683897634,"duration":1}},{"uid":"e5521b4cb5f4afd9","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/e5521b4cb5f4afd9","status":"passed","time":{"start":1724672624711,"stop":1724672624712,"duration":1}},{"uid":"48f3d6e0cef9c6a7","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/48f3d6e0cef9c6a7","status":"passed","time":{"start":1724670354437,"stop":1724670354437,"duration":0}}]},"tags":[]},"source":"df653b9e1b12bd67.json","parameterValues":[]} \ No newline at end of file +{"uid":"aa340ee2e7f0031c","name":"Subscribe and receive messages from multiple nwaku nodes","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe and receive messages from multiple nwaku nodes","historyId":"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922635360,"stop":1724922635360,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f58c94273ed9034f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f58c94273ed9034f","status":"passed","time":{"start":1724921297020,"stop":1724921297020,"duration":0}},{"uid":"ceb13f649f91dc1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ceb13f649f91dc1","status":"passed","time":{"start":1724921276382,"stop":1724921276383,"duration":1}},{"uid":"ce98eb7987d972c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ce98eb7987d972c","status":"passed","time":{"start":1724917948331,"stop":1724917948331,"duration":0}},{"uid":"92a2318d2a0edef5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92a2318d2a0edef5","status":"passed","time":{"start":1724889729021,"stop":1724889729022,"duration":1}},{"uid":"92a3b2b35d1aaea0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92a3b2b35d1aaea0","status":"passed","time":{"start":1724888864961,"stop":1724888864961,"duration":0}},{"uid":"96e1d97f3f875430","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/96e1d97f3f875430","status":"passed","time":{"start":1724888053754,"stop":1724888053754,"duration":0}},{"uid":"8ecbf566fa3e85ae","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8ecbf566fa3e85ae","status":"passed","time":{"start":1724886811668,"stop":1724886811669,"duration":1}},{"uid":"77460ffc8301b209","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/77460ffc8301b209","status":"passed","time":{"start":1724886581010,"stop":1724886581011,"duration":1}},{"uid":"d3208cc5ed9085cd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3208cc5ed9085cd","status":"passed","time":{"start":1724862019567,"stop":1724862019567,"duration":0}},{"uid":"fdac873218bc2039","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fdac873218bc2039","status":"passed","time":{"start":1724861493944,"stop":1724861493945,"duration":1}},{"uid":"f72c1948d79ea348","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f72c1948d79ea348","status":"passed","time":{"start":1724861318065,"stop":1724861318066,"duration":1}},{"uid":"f75ee18108c25d13","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f75ee18108c25d13","status":"passed","time":{"start":1724861178525,"stop":1724861178525,"duration":0}}]},"tags":[]},"source":"aa340ee2e7f0031c.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/aa3660c7a533115f.json b/7376/data/test-cases/aa3660c7a533115f.json new file mode 100644 index 00000000000..1f34f960b0b --- /dev/null +++ b/7376/data/test-cases/aa3660c7a533115f.json @@ -0,0 +1 @@ +{"uid":"aa3660c7a533115f","name":"it tolerates circular branch references","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery > it tolerates circular branch references","historyId":"4d08742a9a6550ffb74e30d13ffb500b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922398919,"stop":1724922398919,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"705bd525336169a2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/705bd525336169a2","status":"passed","time":{"start":1724921061846,"stop":1724921061847,"duration":1}},{"uid":"9594326c846c907e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9594326c846c907e","status":"passed","time":{"start":1724921037156,"stop":1724921037156,"duration":0}},{"uid":"fd1a03bc448b1f1a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fd1a03bc448b1f1a","status":"passed","time":{"start":1724917697300,"stop":1724917697300,"duration":0}},{"uid":"aa9cf67b55284d8e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aa9cf67b55284d8e","status":"passed","time":{"start":1724889476082,"stop":1724889476082,"duration":0}},{"uid":"ffdcf53f1475089d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ffdcf53f1475089d","status":"passed","time":{"start":1724888626885,"stop":1724888626885,"duration":0}},{"uid":"2aca87ac4b6f51b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2aca87ac4b6f51b","status":"passed","time":{"start":1724887783107,"stop":1724887783107,"duration":0}},{"uid":"90c26cde4b101056","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/90c26cde4b101056","status":"passed","time":{"start":1724886549918,"stop":1724886549918,"duration":0}},{"uid":"3cd471f9dc564ca7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3cd471f9dc564ca7","status":"passed","time":{"start":1724886327579,"stop":1724886327579,"duration":0}},{"uid":"913fcb65e903ffcd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/913fcb65e903ffcd","status":"passed","time":{"start":1724861776805,"stop":1724861776805,"duration":0}},{"uid":"c8f76261d28de88a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c8f76261d28de88a","status":"passed","time":{"start":1724861247297,"stop":1724861247297,"duration":0}},{"uid":"d1eb373aa3151c5b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d1eb373aa3151c5b","status":"passed","time":{"start":1724861071393,"stop":1724861071394,"duration":1}},{"uid":"86af23684783140a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/86af23684783140a","status":"passed","time":{"start":1724860931793,"stop":1724860931794,"duration":1}}]},"tags":[]},"source":"aa3660c7a533115f.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/aa50e2434aec3c48.json b/7376/data/test-cases/aa50e2434aec3c48.json new file mode 100644 index 00000000000..9045b520899 --- /dev/null +++ b/7376/data/test-cases/aa50e2434aec3c48.json @@ -0,0 +1 @@ +{"uid":"aa50e2434aec3c48","name":"Ping on peer without subscriptions","fullName":"/tests/filter/ping.node.spec.ts: Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true > Ping on peer without subscriptions","historyId":"fa11d84333fdcccd78710136d48af0b4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922499928,"stop":1724922499929,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2fcda20a387eaee0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2fcda20a387eaee0","status":"passed","time":{"start":1724921158277,"stop":1724921158277,"duration":0}},{"uid":"3282d2e77b200404","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3282d2e77b200404","status":"passed","time":{"start":1724921130072,"stop":1724921130073,"duration":1}},{"uid":"5e9760efb3ffac3c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5e9760efb3ffac3c","status":"passed","time":{"start":1724917796889,"stop":1724917796890,"duration":1}},{"uid":"ad5d4b1c222a2cb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ad5d4b1c222a2cb","status":"passed","time":{"start":1724889579993,"stop":1724889579993,"duration":0}},{"uid":"44d3c2ad4e9aa4f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/44d3c2ad4e9aa4f","status":"passed","time":{"start":1724888730126,"stop":1724888730126,"duration":0}},{"uid":"9eb9b1101adc1cd1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9eb9b1101adc1cd1","status":"passed","time":{"start":1724887883925,"stop":1724887883925,"duration":0}},{"uid":"fff42c329c738dbc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fff42c329c738dbc","status":"passed","time":{"start":1724886651243,"stop":1724886651243,"duration":0}},{"uid":"fabd7a9018e8309c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fabd7a9018e8309c","status":"passed","time":{"start":1724886430262,"stop":1724886430266,"duration":4}},{"uid":"ecc812f38352cd2e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ecc812f38352cd2e","status":"passed","time":{"start":1724861879166,"stop":1724861879166,"duration":0}},{"uid":"602bc00fb88d116","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/602bc00fb88d116","status":"passed","time":{"start":1724861345735,"stop":1724861345736,"duration":1}},{"uid":"6d92beeca6023ebc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6d92beeca6023ebc","status":"passed","time":{"start":1724861186692,"stop":1724861186693,"duration":1}},{"uid":"911b6c3e75a3c93b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/911b6c3e75a3c93b","status":"passed","time":{"start":1724861034862,"stop":1724861034884,"duration":22}}]},"tags":[]},"source":"aa50e2434aec3c48.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/f308ce472abfd32b.json b/7376/data/test-cases/aa97f6aa7003019e.json similarity index 51% rename from 7346/data/test-cases/f308ce472abfd32b.json rename to 7376/data/test-cases/aa97f6aa7003019e.json index e2663bd5f70..f609bb34af3 100644 --- a/7346/data/test-cases/f308ce472abfd32b.json +++ b/7376/data/test-cases/aa97f6aa7003019e.json @@ -1 +1 @@ -{"uid":"f308ce472abfd32b","name":"Passing page size 3 when there are 20 messages","fullName":"/tests/store/page_size.node.spec.ts: Waku Store, page size > Passing page size 3 when there are 20 messages","historyId":"d052cbe4fd95628d25dc9a86af47e022:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765545354,"stop":1724765545354,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, page size"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"8ef8d2e72d5c9b9d","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/8ef8d2e72d5c9b9d","status":"passed","time":{"start":1724765471400,"stop":1724765471401,"duration":1}},{"uid":"ce9e60774fe5f6a8","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/ce9e60774fe5f6a8","status":"passed","time":{"start":1724763827933,"stop":1724763827934,"duration":1}},{"uid":"eb9a1048a2c4ad1f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/eb9a1048a2c4ad1f","status":"passed","time":{"start":1724761084760,"stop":1724761084761,"duration":1}},{"uid":"2f345fade54e30b0","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/2f345fade54e30b0","status":"passed","time":{"start":1724760105216,"stop":1724760105217,"duration":1}},{"uid":"a02098d7cc8cdde4","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/a02098d7cc8cdde4","status":"passed","time":{"start":1724758251483,"stop":1724758251487,"duration":4}},{"uid":"287f8b2a96762431","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/287f8b2a96762431","status":"passed","time":{"start":1724757947199,"stop":1724757947199,"duration":0}},{"uid":"ddf5c55405b9f7eb","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/ddf5c55405b9f7eb","status":"passed","time":{"start":1724757297808,"stop":1724757297809,"duration":1}},{"uid":"58ec0596857b72c8","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/58ec0596857b72c8","status":"passed","time":{"start":1724755380034,"stop":1724755380034,"duration":0}},{"uid":"10691bf75a45ba46","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/10691bf75a45ba46","status":"passed","time":{"start":1724752822934,"stop":1724752822934,"duration":0}},{"uid":"70730772d753ddc2","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/70730772d753ddc2","status":"passed","time":{"start":1724751647549,"stop":1724751647549,"duration":0}},{"uid":"f0c0c4c74ca9443f","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/f0c0c4c74ca9443f","status":"passed","time":{"start":1724750732233,"stop":1724750732233,"duration":0}},{"uid":"846f62d9805e8914","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/846f62d9805e8914","status":"passed","time":{"start":1724749732030,"stop":1724749732031,"duration":1}},{"uid":"2d2aea62c99b47c4","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/2d2aea62c99b47c4","status":"passed","time":{"start":1724718038573,"stop":1724718038574,"duration":1}},{"uid":"86055429eae20f36","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/86055429eae20f36","status":"passed","time":{"start":1724715272693,"stop":1724715272694,"duration":1}},{"uid":"4f59eafe8f89f00f","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/4f59eafe8f89f00f","status":"passed","time":{"start":1724713359482,"stop":1724713359483,"duration":1}},{"uid":"db1883909abaff9a","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/db1883909abaff9a","status":"passed","time":{"start":1724706564505,"stop":1724706564506,"duration":1}},{"uid":"6e988977f54a417c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6e988977f54a417c","status":"passed","time":{"start":1724704972717,"stop":1724704972717,"duration":0}},{"uid":"27a5a1a1d70f64b0","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/27a5a1a1d70f64b0","status":"passed","time":{"start":1724684357216,"stop":1724684357217,"duration":1}},{"uid":"43b7c515d2059386","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/43b7c515d2059386","status":"passed","time":{"start":1724673081510,"stop":1724673081510,"duration":0}},{"uid":"f641dd49df705967","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/f641dd49df705967","status":"passed","time":{"start":1724670810984,"stop":1724670810984,"duration":0}}]},"tags":[]},"source":"f308ce472abfd32b.json","parameterValues":[]} \ No newline at end of file +{"uid":"aa97f6aa7003019e","name":"Passing page size 3 when there are 20 messages","fullName":"/tests/store/page_size.node.spec.ts: Waku Store, page size > Passing page size 3 when there are 20 messages","historyId":"d052cbe4fd95628d25dc9a86af47e022:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922983781,"stop":1724922983782,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, page size"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4af30a605653ec21","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4af30a605653ec21","status":"passed","time":{"start":1724921656191,"stop":1724921656192,"duration":1}},{"uid":"23a1b53cef620c7e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/23a1b53cef620c7e","status":"passed","time":{"start":1724921620457,"stop":1724921620458,"duration":1}},{"uid":"90e9e013d0856ee9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/90e9e013d0856ee9","status":"passed","time":{"start":1724918327709,"stop":1724918327710,"duration":1}},{"uid":"f97bd6e755647c38","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f97bd6e755647c38","status":"passed","time":{"start":1724890078470,"stop":1724890078470,"duration":0}},{"uid":"4097c42288de85b7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4097c42288de85b7","status":"passed","time":{"start":1724889213825,"stop":1724889213825,"duration":0}},{"uid":"2dc1249d1a4db1b2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2dc1249d1a4db1b2","status":"passed","time":{"start":1724888383602,"stop":1724888383602,"duration":0}},{"uid":"a2e0842646995455","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a2e0842646995455","status":"passed","time":{"start":1724887164578,"stop":1724887164578,"duration":0}},{"uid":"c9b4b865d80a2f6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c9b4b865d80a2f6","status":"passed","time":{"start":1724886943100,"stop":1724886943100,"duration":0}},{"uid":"e35522dc5d343903","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e35522dc5d343903","status":"passed","time":{"start":1724862368929,"stop":1724862368929,"duration":0}},{"uid":"933e07bff841e4d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/933e07bff841e4d","status":"passed","time":{"start":1724861835946,"stop":1724861835946,"duration":0}},{"uid":"861c1c82661f941f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/861c1c82661f941f","status":"passed","time":{"start":1724861692902,"stop":1724861692903,"duration":1}},{"uid":"443f360973c6cef9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/443f360973c6cef9","status":"passed","time":{"start":1724861520699,"stop":1724861520699,"duration":0}}]},"tags":[]},"source":"aa97f6aa7003019e.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/aaada347bce8a430.json b/7376/data/test-cases/aaada347bce8a430.json new file mode 100644 index 00000000000..807d67fc4f9 --- /dev/null +++ b/7376/data/test-cases/aaada347bce8a430.json @@ -0,0 +1 @@ +{"uid":"aaada347bce8a430","name":"Fails to push message bigger that 1MB","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Fails to push message bigger that 1MB","historyId":"1f5626d20b8996956f0e580ea95bb447:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921475,"stop":1724922921476,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"540c86fec566c5ae","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/540c86fec566c5ae","status":"passed","time":{"start":1724921602990,"stop":1724921602990,"duration":0}},{"uid":"d4c1d63a1db7f32b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d4c1d63a1db7f32b","status":"passed","time":{"start":1724921571111,"stop":1724921571112,"duration":1}},{"uid":"ac0421168b19d81b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ac0421168b19d81b","status":"passed","time":{"start":1724918285619,"stop":1724918285619,"duration":0}},{"uid":"d21d19cea8307de4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d21d19cea8307de4","status":"passed","time":{"start":1724890030106,"stop":1724890030107,"duration":1}},{"uid":"76bbd7c6ddb66b8b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/76bbd7c6ddb66b8b","status":"passed","time":{"start":1724889171934,"stop":1724889171935,"duration":1}},{"uid":"fd6f22b1c834b4d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fd6f22b1c834b4d","status":"passed","time":{"start":1724888350748,"stop":1724888350749,"duration":1}},{"uid":"6651e9fe14794ca0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6651e9fe14794ca0","status":"passed","time":{"start":1724887115439,"stop":1724887115442,"duration":3}},{"uid":"56d5f346ed7ccd30","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/56d5f346ed7ccd30","status":"passed","time":{"start":1724886884589,"stop":1724886884590,"duration":1}},{"uid":"44f47b09861e65b5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/44f47b09861e65b5","status":"passed","time":{"start":1724862322282,"stop":1724862322283,"duration":1}},{"uid":"39c460a5d95167a7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/39c460a5d95167a7","status":"passed","time":{"start":1724861790768,"stop":1724861790769,"duration":1}},{"uid":"dd796d3d571b6604","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dd796d3d571b6604","status":"passed","time":{"start":1724861628434,"stop":1724861628435,"duration":1}},{"uid":"aaef42eb1f18e844","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/aaef42eb1f18e844","status":"passed","time":{"start":1724861465638,"stop":1724861465639,"duration":1}}]},"tags":[]},"source":"aaada347bce8a430.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/ab75d6009b0532cc.json b/7376/data/test-cases/ab75d6009b0532cc.json new file mode 100644 index 00000000000..19dca3c078c --- /dev/null +++ b/7376/data/test-cases/ab75d6009b0532cc.json @@ -0,0 +1 @@ +{"uid":"ab75d6009b0532cc","name":"Ephemeral field set to true","fullName":"/src/lib/message/version_0.spec.ts: Waku Message version 0 > Ephemeral field set to true","historyId":"9dfe87826a2bcbe9891e6b17b5820f7b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922388047,"stop":1724922388047,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.lib.message"},{"name":"parentSuite","value":"Waku Message version 0"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d7f136290a5ead37","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d7f136290a5ead37","status":"passed","time":{"start":1724921051055,"stop":1724921051055,"duration":0}},{"uid":"85e5ad2ead5cd112","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/85e5ad2ead5cd112","status":"passed","time":{"start":1724921026360,"stop":1724921026360,"duration":0}},{"uid":"6b5a0d04e64cd6e5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6b5a0d04e64cd6e5","status":"passed","time":{"start":1724917686539,"stop":1724917686539,"duration":0}},{"uid":"38dd01046ca6cc85","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/38dd01046ca6cc85","status":"passed","time":{"start":1724889465469,"stop":1724889465469,"duration":0}},{"uid":"b692f98919e329ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b692f98919e329ba","status":"passed","time":{"start":1724888616210,"stop":1724888616211,"duration":1}},{"uid":"5665cc65717f70a0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5665cc65717f70a0","status":"passed","time":{"start":1724887772447,"stop":1724887772447,"duration":0}},{"uid":"ecd40ad80ccc0d39","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ecd40ad80ccc0d39","status":"passed","time":{"start":1724886538858,"stop":1724886538858,"duration":0}},{"uid":"fe947b1f26a3b1e7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fe947b1f26a3b1e7","status":"passed","time":{"start":1724886316625,"stop":1724886316625,"duration":0}},{"uid":"d474e1a8c4a92b19","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d474e1a8c4a92b19","status":"passed","time":{"start":1724861765761,"stop":1724861765761,"duration":0}},{"uid":"a6344e70bfe0511d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a6344e70bfe0511d","status":"passed","time":{"start":1724861236571,"stop":1724861236571,"duration":0}},{"uid":"bfd0bf82b1a19079","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bfd0bf82b1a19079","status":"passed","time":{"start":1724861059469,"stop":1724861059469,"duration":0}},{"uid":"f7588d962c66c485","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f7588d962c66c485","status":"passed","time":{"start":1724860920724,"stop":1724860920724,"duration":0}}]},"tags":[]},"source":"ab75d6009b0532cc.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/abbde55f6a876c98.json b/7376/data/test-cases/abbde55f6a876c98.json new file mode 100644 index 00000000000..65ea34675bb --- /dev/null +++ b/7376/data/test-cases/abbde55f6a876c98.json @@ -0,0 +1 @@ +{"uid":"abbde55f6a876c98","name":"groups content topics by expected pubsub topic","fullName":"/src/common/sharding/index.spec.ts: contentTopicsByPubsubTopic > groups content topics by expected pubsub topic","historyId":"a2f700168af9cb41c3c2307e8101120a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374675,"stop":1724922374675,"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":"contentTopicsByPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e9b034f8f075acb7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e9b034f8f075acb7","status":"passed","time":{"start":1724921037635,"stop":1724921037635,"duration":0}},{"uid":"95dea5e523fb6a80","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/95dea5e523fb6a80","status":"passed","time":{"start":1724921013047,"stop":1724921013047,"duration":0}},{"uid":"4d638b2d079ef143","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4d638b2d079ef143","status":"passed","time":{"start":1724917673291,"stop":1724917673291,"duration":0}},{"uid":"fffbf953b7d9f095","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fffbf953b7d9f095","status":"passed","time":{"start":1724889452310,"stop":1724889452310,"duration":0}},{"uid":"29734ee3c2c97762","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29734ee3c2c97762","status":"passed","time":{"start":1724888602840,"stop":1724888602840,"duration":0}},{"uid":"584951c75c301140","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/584951c75c301140","status":"passed","time":{"start":1724887759164,"stop":1724887759164,"duration":0}},{"uid":"872948bf4d72fcfa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/872948bf4d72fcfa","status":"passed","time":{"start":1724886525543,"stop":1724886525543,"duration":0}},{"uid":"98f877bf1b4f9650","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/98f877bf1b4f9650","status":"passed","time":{"start":1724886303396,"stop":1724886303397,"duration":1}},{"uid":"1c7693f54d1448cc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c7693f54d1448cc","status":"passed","time":{"start":1724861752228,"stop":1724861752228,"duration":0}},{"uid":"50882d2b1333133e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/50882d2b1333133e","status":"passed","time":{"start":1724861223355,"stop":1724861223355,"duration":0}},{"uid":"b98b384a25a918ac","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b98b384a25a918ac","status":"passed","time":{"start":1724861045202,"stop":1724861045202,"duration":0}},{"uid":"e147b5176d770989","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e147b5176d770989","status":"passed","time":{"start":1724860907084,"stop":1724860907084,"duration":0}}]},"tags":[]},"source":"abbde55f6a876c98.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/332ddee11a6b7f14.json b/7376/data/test-cases/ac52063cefd4cfa1.json similarity index 53% rename from 7346/data/test-cases/332ddee11a6b7f14.json rename to 7376/data/test-cases/ac52063cefd4cfa1.json index 81734dbed9a..0b66b97d02c 100644 --- a/7346/data/test-cases/332ddee11a6b7f14.json +++ b/7376/data/test-cases/ac52063cefd4cfa1.json @@ -1 +1 @@ -{"uid":"332ddee11a6b7f14","name":"Ordered callback, aborts when callback returns true","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Ordered callback, aborts when callback returns true","historyId":"d1dac4b0a79389b79eab671d7a498873:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765527325,"stop":1724765527325,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, general"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"1115116866be67ba","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/1115116866be67ba","status":"passed","time":{"start":1724765450596,"stop":1724765450597,"duration":1}},{"uid":"6c0e52ef1105a787","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/6c0e52ef1105a787","status":"passed","time":{"start":1724763811962,"stop":1724763811963,"duration":1}},{"uid":"ca233dc7bbd39e5d","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ca233dc7bbd39e5d","status":"passed","time":{"start":1724761065423,"stop":1724761065424,"duration":1}},{"uid":"5f4ee0ae474e5f7a","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/5f4ee0ae474e5f7a","status":"passed","time":{"start":1724760096706,"stop":1724760096707,"duration":1}},{"uid":"7b321de120fe0b21","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/7b321de120fe0b21","status":"passed","time":{"start":1724758236719,"stop":1724758236719,"duration":0}},{"uid":"d84da9072107a03c","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/d84da9072107a03c","status":"passed","time":{"start":1724757907408,"stop":1724757907409,"duration":1}},{"uid":"2d7bf3a31cf61da4","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/2d7bf3a31cf61da4","status":"passed","time":{"start":1724757276367,"stop":1724757276378,"duration":11}},{"uid":"29a073002edcf45f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/29a073002edcf45f","status":"passed","time":{"start":1724755353486,"stop":1724755353487,"duration":1}},{"uid":"4420638418fe2193","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/4420638418fe2193","status":"passed","time":{"start":1724752795657,"stop":1724752795657,"duration":0}},{"uid":"8fd6c57cc170d16f","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/8fd6c57cc170d16f","status":"passed","time":{"start":1724751636512,"stop":1724751636512,"duration":0}},{"uid":"e8c5ec2febce0d8c","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/e8c5ec2febce0d8c","status":"passed","time":{"start":1724750704696,"stop":1724750704696,"duration":0}},{"uid":"a5d5934d3a0c6234","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/a5d5934d3a0c6234","status":"passed","time":{"start":1724749699142,"stop":1724749699142,"duration":0}},{"uid":"2210da5a7489be68","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/2210da5a7489be68","status":"passed","time":{"start":1724718019849,"stop":1724718019850,"duration":1}},{"uid":"f7cd759f3f427016","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/f7cd759f3f427016","status":"passed","time":{"start":1724715260158,"stop":1724715260159,"duration":1}},{"uid":"91207e6b76b2e4b6","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/91207e6b76b2e4b6","status":"passed","time":{"start":1724713334483,"stop":1724713334484,"duration":1}},{"uid":"b5198ecf8f6ac003","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b5198ecf8f6ac003","status":"passed","time":{"start":1724706528550,"stop":1724706528550,"duration":0}},{"uid":"68be8b95d9a7bccf","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/68be8b95d9a7bccf","status":"passed","time":{"start":1724704934962,"stop":1724704934962,"duration":0}},{"uid":"2857ee17653e6f33","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2857ee17653e6f33","status":"passed","time":{"start":1724684316247,"stop":1724684316248,"duration":1}},{"uid":"544335e680bb371f","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/544335e680bb371f","status":"passed","time":{"start":1724673070810,"stop":1724673070810,"duration":0}},{"uid":"8410e0afe09a94ac","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/8410e0afe09a94ac","status":"passed","time":{"start":1724670790982,"stop":1724670790986,"duration":4}}]},"tags":[]},"source":"332ddee11a6b7f14.json","parameterValues":[]} \ No newline at end of file +{"uid":"ac52063cefd4cfa1","name":"Ordered callback, aborts when callback returns true","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Ordered callback, aborts when callback returns true","historyId":"d1dac4b0a79389b79eab671d7a498873:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922971800,"stop":1724922971800,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, general"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dc98425d6efb3ce3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dc98425d6efb3ce3","status":"passed","time":{"start":1724921663255,"stop":1724921663256,"duration":1}},{"uid":"b4228932420729da","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b4228932420729da","status":"passed","time":{"start":1724921617881,"stop":1724921617881,"duration":0}},{"uid":"4622fe149a5b541f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4622fe149a5b541f","status":"passed","time":{"start":1724918326162,"stop":1724918326162,"duration":0}},{"uid":"fc647a32fc89b9b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc647a32fc89b9b2","status":"passed","time":{"start":1724890076394,"stop":1724890076399,"duration":5}},{"uid":"9f66b36e0dd07ecd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f66b36e0dd07ecd","status":"passed","time":{"start":1724889199691,"stop":1724889199691,"duration":0}},{"uid":"4c583dcde2e32620","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4c583dcde2e32620","status":"passed","time":{"start":1724888382428,"stop":1724888382429,"duration":1}},{"uid":"c8bffb30c3021f86","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c8bffb30c3021f86","status":"passed","time":{"start":1724887156371,"stop":1724887156371,"duration":0}},{"uid":"e953d34f97ad227e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e953d34f97ad227e","status":"passed","time":{"start":1724886936173,"stop":1724886936174,"duration":1}},{"uid":"d5b0314c2fed6274","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d5b0314c2fed6274","status":"passed","time":{"start":1724862347648,"stop":1724862347649,"duration":1}},{"uid":"c26d031396d0b07f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c26d031396d0b07f","status":"passed","time":{"start":1724861827959,"stop":1724861827959,"duration":0}},{"uid":"35a94f3d3b316ae9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/35a94f3d3b316ae9","status":"passed","time":{"start":1724861685961,"stop":1724861685962,"duration":1}},{"uid":"48d445013b57dbca","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/48d445013b57dbca","status":"passed","time":{"start":1724861514748,"stop":1724861514748,"duration":0}}]},"tags":[]},"source":"ac52063cefd4cfa1.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/9cb187f61c7477c7.json b/7376/data/test-cases/ac8e59357473049f.json similarity index 76% rename from 7346/data/test-cases/9cb187f61c7477c7.json rename to 7376/data/test-cases/ac8e59357473049f.json index fc1fa416663..0ef3a8833b0 100644 --- a/7346/data/test-cases/9cb187f61c7477c7.json +++ b/7376/data/test-cases/ac8e59357473049f.json @@ -1 +1 @@ -{"uid":"9cb187f61c7477c7","name":"Fails to publish message with wrong pubsubtopic","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Fails to publish message with wrong pubsubtopic","historyId":"63f8c87e7b17ff4d0a0882f6b3aac6a0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765426738,"stop":1724765426738,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"57650347a324ff6f","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/57650347a324ff6f","status":"passed","time":{"start":1724765341340,"stop":1724765341343,"duration":3}},{"uid":"5eacf30a54d881dd","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/5eacf30a54d881dd","status":"passed","time":{"start":1724763725735,"stop":1724763725735,"duration":0}},{"uid":"934179bc2f19d4d4","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/934179bc2f19d4d4","status":"passed","time":{"start":1724760957729,"stop":1724760957729,"duration":0}},{"uid":"b07f0c9e951dd8ca","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/b07f0c9e951dd8ca","status":"passed","time":{"start":1724759981893,"stop":1724759981893,"duration":0}},{"uid":"f9185a0914e9e933","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/f9185a0914e9e933","status":"passed","time":{"start":1724758132045,"stop":1724758132046,"duration":1}},{"uid":"a6af6ec0a6a6e1d2","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a6af6ec0a6a6e1d2","status":"passed","time":{"start":1724757777639,"stop":1724757777639,"duration":0}},{"uid":"9944fa36bf59ebc","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/9944fa36bf59ebc","status":"passed","time":{"start":1724757176026,"stop":1724757176027,"duration":1}},{"uid":"18dae320eab3e28c","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/18dae320eab3e28c","status":"passed","time":{"start":1724755243519,"stop":1724755243519,"duration":0}},{"uid":"3246c3ea8cfc46f6","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/3246c3ea8cfc46f6","status":"passed","time":{"start":1724752673891,"stop":1724752673891,"duration":0}},{"uid":"d7b583ffc83fd582","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/d7b583ffc83fd582","status":"passed","time":{"start":1724751529523,"stop":1724751529524,"duration":1}},{"uid":"46c308d1c48ccba6","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/46c308d1c48ccba6","status":"passed","time":{"start":1724750600097,"stop":1724750600098,"duration":1}},{"uid":"393303a5ec367ad9","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/393303a5ec367ad9","status":"passed","time":{"start":1724749599702,"stop":1724749599703,"duration":1}},{"uid":"8c0d9b37999da319","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/8c0d9b37999da319","status":"passed","time":{"start":1724717906131,"stop":1724717906131,"duration":0}},{"uid":"7d447e1bff1808f1","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/7d447e1bff1808f1","status":"passed","time":{"start":1724715143949,"stop":1724715143949,"duration":0}},{"uid":"f6696c1e4728e29f","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/f6696c1e4728e29f","status":"passed","time":{"start":1724713227752,"stop":1724713227752,"duration":0}},{"uid":"30b088c6d7110c21","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/30b088c6d7110c21","status":"passed","time":{"start":1724706419046,"stop":1724706419046,"duration":0}},{"uid":"d274dba75255cdca","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d274dba75255cdca","status":"passed","time":{"start":1724704834043,"stop":1724704834044,"duration":1}},{"uid":"b97d0aee98904e48","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b97d0aee98904e48","status":"passed","time":{"start":1724684210900,"stop":1724684210900,"duration":0}},{"uid":"3b7c3b6ebeee5269","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/3b7c3b6ebeee5269","status":"passed","time":{"start":1724672960989,"stop":1724672960989,"duration":0}},{"uid":"5fb28d22ab6ae86d","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/5fb28d22ab6ae86d","status":"passed","time":{"start":1724670677923,"stop":1724670677923,"duration":0}}]},"tags":[]},"source":"9cb187f61c7477c7.json","parameterValues":[]} \ No newline at end of file +{"uid":"ac8e59357473049f","name":"Fails to publish message with wrong pubsubtopic","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Fails to publish message with wrong pubsubtopic","historyId":"63f8c87e7b17ff4d0a0882f6b3aac6a0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922887532,"stop":1724922887533,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fa1df6d135719105","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fa1df6d135719105","status":"passed","time":{"start":1724921564783,"stop":1724921564783,"duration":0}},{"uid":"fd770f49e068253d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fd770f49e068253d","status":"passed","time":{"start":1724921518828,"stop":1724921518829,"duration":1}},{"uid":"ec6d5d5617379a9a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ec6d5d5617379a9a","status":"passed","time":{"start":1724918229405,"stop":1724918229405,"duration":0}},{"uid":"1ea30fdec9d00139","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1ea30fdec9d00139","status":"passed","time":{"start":1724889980707,"stop":1724889980707,"duration":0}},{"uid":"41ce446824c25d96","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/41ce446824c25d96","status":"passed","time":{"start":1724889111184,"stop":1724889111184,"duration":0}},{"uid":"cc1ec23c54248167","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc1ec23c54248167","status":"passed","time":{"start":1724888292547,"stop":1724888292547,"duration":0}},{"uid":"4b925c55d0b3c2e6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4b925c55d0b3c2e6","status":"passed","time":{"start":1724887068232,"stop":1724887068232,"duration":0}},{"uid":"cad0094371d5313f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cad0094371d5313f","status":"passed","time":{"start":1724886848935,"stop":1724886848935,"duration":0}},{"uid":"26797933cf1193ce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/26797933cf1193ce","status":"passed","time":{"start":1724862262054,"stop":1724862262055,"duration":1}},{"uid":"4b12e8bba18ba5a9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4b12e8bba18ba5a9","status":"passed","time":{"start":1724861741898,"stop":1724861741898,"duration":0}},{"uid":"80368d53527e9206","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/80368d53527e9206","status":"passed","time":{"start":1724861599501,"stop":1724861599502,"duration":1}},{"uid":"685e79da4124df9d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/685e79da4124df9d","status":"passed","time":{"start":1724861428480,"stop":1724861428480,"duration":0}}]},"tags":[]},"source":"ac8e59357473049f.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/ac9f9bf798e592fb.json b/7376/data/test-cases/ac9f9bf798e592fb.json new file mode 100644 index 00000000000..14325f302d5 --- /dev/null +++ b/7376/data/test-cases/ac9f9bf798e592fb.json @@ -0,0 +1 @@ +{"uid":"ac9f9bf798e592fb","name":"Subscribe to topic containing short and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to topic containing short and receive message","historyId":"d3d95898c68a651b850886c5722e4382:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012462,"stop":1724923012462,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"aec3877cce3faa28","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/aec3877cce3faa28","status":"passed","time":{"start":1724921625045,"stop":1724921625046,"duration":1}},{"uid":"e7a82cf108d09559","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e7a82cf108d09559","status":"passed","time":{"start":1724921590486,"stop":1724921590487,"duration":1}},{"uid":"9ebd25b94e89314c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9ebd25b94e89314c","status":"passed","time":{"start":1724918287562,"stop":1724918287562,"duration":0}},{"uid":"423685804a613891","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/423685804a613891","status":"passed","time":{"start":1724890047785,"stop":1724890047785,"duration":0}},{"uid":"1ebf8fbf2cb9ab59","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1ebf8fbf2cb9ab59","status":"passed","time":{"start":1724889183917,"stop":1724889183918,"duration":1}},{"uid":"c3e23785cbe1fb08","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c3e23785cbe1fb08","status":"passed","time":{"start":1724888354162,"stop":1724888354162,"duration":0}},{"uid":"6aec4c3ff87a3d84","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6aec4c3ff87a3d84","status":"passed","time":{"start":1724887145654,"stop":1724887145654,"duration":0}},{"uid":"d17ca1a1880ca21f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d17ca1a1880ca21f","status":"passed","time":{"start":1724886915783,"stop":1724886915784,"duration":1}},{"uid":"1851c5a78aa306e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1851c5a78aa306e0","status":"passed","time":{"start":1724862341434,"stop":1724862341435,"duration":1}},{"uid":"1e8ab6c1c3179f0e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1e8ab6c1c3179f0e","status":"passed","time":{"start":1724861805438,"stop":1724861805439,"duration":1}},{"uid":"65fb47c4d3795760","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/65fb47c4d3795760","status":"passed","time":{"start":1724861662253,"stop":1724861662253,"duration":0}},{"uid":"ee4b87703d5a4e91","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ee4b87703d5a4e91","status":"passed","time":{"start":1724861492506,"stop":1724861492506,"duration":0}}]},"tags":[]},"source":"ac9f9bf798e592fb.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/aca37485b14cc578.json b/7376/data/test-cases/aca37485b14cc578.json new file mode 100644 index 00000000000..ebe35ae1662 --- /dev/null +++ b/7376/data/test-cases/aca37485b14cc578.json @@ -0,0 +1 @@ +{"uid":"aca37485b14cc578","name":"does not throw on valid cases","fullName":"/src/common/sharding/index.spec.ts: ensureValidContentTopic > does not throw on valid cases","historyId":"0eadfc305b0d01004be0be8bba17e953:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374656,"stop":1724922374657,"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":"ensureValidContentTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e67d64c4c2c9220b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e67d64c4c2c9220b","status":"passed","time":{"start":1724921037618,"stop":1724921037618,"duration":0}},{"uid":"820f979e89436558","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/820f979e89436558","status":"passed","time":{"start":1724921013031,"stop":1724921013031,"duration":0}},{"uid":"842e8e5fcbab753c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/842e8e5fcbab753c","status":"passed","time":{"start":1724917673275,"stop":1724917673275,"duration":0}},{"uid":"6240aae9ae44d5bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6240aae9ae44d5bc","status":"passed","time":{"start":1724889452293,"stop":1724889452293,"duration":0}},{"uid":"eac5ba0edfcb8085","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eac5ba0edfcb8085","status":"passed","time":{"start":1724888602822,"stop":1724888602823,"duration":1}},{"uid":"d2a69efdfe518a45","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d2a69efdfe518a45","status":"passed","time":{"start":1724887759147,"stop":1724887759148,"duration":1}},{"uid":"80472ec098ca2c27","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/80472ec098ca2c27","status":"passed","time":{"start":1724886525535,"stop":1724886525535,"duration":0}},{"uid":"d8e87da77f85f1e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d8e87da77f85f1e","status":"passed","time":{"start":1724886303379,"stop":1724886303379,"duration":0}},{"uid":"d7c5b852743f406d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d7c5b852743f406d","status":"passed","time":{"start":1724861752209,"stop":1724861752210,"duration":1}},{"uid":"980998c5c80e0f76","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/980998c5c80e0f76","status":"passed","time":{"start":1724861223339,"stop":1724861223340,"duration":1}},{"uid":"6c56b4a1f0b6ba76","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6c56b4a1f0b6ba76","status":"passed","time":{"start":1724861045185,"stop":1724861045185,"duration":0}},{"uid":"71e436bcb16217c1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/71e436bcb16217c1","status":"passed","time":{"start":1724860907067,"stop":1724860907067,"duration":0}}]},"tags":[]},"source":"aca37485b14cc578.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/accca850c73809bd.json b/7376/data/test-cases/accca850c73809bd.json new file mode 100644 index 00000000000..7100af5384b --- /dev/null +++ b/7376/data/test-cases/accca850c73809bd.json @@ -0,0 +1 @@ +{"uid":"accca850c73809bd","name":"Overlapping topic subscription","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Overlapping topic subscription","historyId":"c92b1bec7c6107d3bb2e4713c435783f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012461,"stop":1724923012461,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"86eedcf7510d4ac9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/86eedcf7510d4ac9","status":"passed","time":{"start":1724921625040,"stop":1724921625043,"duration":3}},{"uid":"9a551bf8b8bd9321","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9a551bf8b8bd9321","status":"passed","time":{"start":1724921590485,"stop":1724921590485,"duration":0}},{"uid":"45680a0348d65a6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/45680a0348d65a6","status":"passed","time":{"start":1724918287561,"stop":1724918287561,"duration":0}},{"uid":"21c87d77315d2021","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/21c87d77315d2021","status":"passed","time":{"start":1724890047784,"stop":1724890047784,"duration":0}},{"uid":"691976fbc6a2d969","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/691976fbc6a2d969","status":"passed","time":{"start":1724889183917,"stop":1724889183917,"duration":0}},{"uid":"706c52665deaf4e1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/706c52665deaf4e1","status":"passed","time":{"start":1724888354161,"stop":1724888354161,"duration":0}},{"uid":"e2954e1f72619164","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e2954e1f72619164","status":"passed","time":{"start":1724887145653,"stop":1724887145653,"duration":0}},{"uid":"cb5f30d9d6b4847b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cb5f30d9d6b4847b","status":"passed","time":{"start":1724886915780,"stop":1724886915781,"duration":1}},{"uid":"5f5eab9c298030e9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f5eab9c298030e9","status":"passed","time":{"start":1724862341433,"stop":1724862341434,"duration":1}},{"uid":"f8777c82165ff95f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f8777c82165ff95f","status":"passed","time":{"start":1724861805437,"stop":1724861805437,"duration":0}},{"uid":"3063f3f83f55b96b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3063f3f83f55b96b","status":"passed","time":{"start":1724861662250,"stop":1724861662252,"duration":2}},{"uid":"acbcbb7d2c22646f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/acbcbb7d2c22646f","status":"passed","time":{"start":1724861492505,"stop":1724861492505,"duration":0}}]},"tags":[]},"source":"accca850c73809bd.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/ad0e8a591f60dac3.json b/7376/data/test-cases/ad0e8a591f60dac3.json new file mode 100644 index 00000000000..0f5844f5ceb --- /dev/null +++ b/7376/data/test-cases/ad0e8a591f60dac3.json @@ -0,0 +1 @@ +{"uid":"ad0e8a591f60dac3","name":"should be able to decode the field with only FILTER set to true","fullName":"/src/waku2_codec.spec.ts: ENR waku2 codec > Decoding > should be able to decode the field with only FILTER set to true","historyId":"fe42336aa45b54fe09fa754c3b042804:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922382329,"stop":1724922382330,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR waku2 codec"},{"name":"suite","value":"Decoding"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9544ac93a445c4e5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9544ac93a445c4e5","status":"passed","time":{"start":1724921045534,"stop":1724921045534,"duration":0}},{"uid":"ae592eff9cf54ce6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ae592eff9cf54ce6","status":"passed","time":{"start":1724921020727,"stop":1724921020728,"duration":1}},{"uid":"34997bfce8aa2353","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/34997bfce8aa2353","status":"passed","time":{"start":1724917681056,"stop":1724917681057,"duration":1}},{"uid":"d0a0209d51d41a30","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d0a0209d51d41a30","status":"passed","time":{"start":1724889459945,"stop":1724889459946,"duration":1}},{"uid":"d3c7861cc9d98188","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3c7861cc9d98188","status":"passed","time":{"start":1724888610538,"stop":1724888610539,"duration":1}},{"uid":"41c9a83868dfcd96","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/41c9a83868dfcd96","status":"passed","time":{"start":1724887766849,"stop":1724887766850,"duration":1}},{"uid":"ad55f4b2a4a382de","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ad55f4b2a4a382de","status":"passed","time":{"start":1724886533244,"stop":1724886533245,"duration":1}},{"uid":"3b171288492821bb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3b171288492821bb","status":"passed","time":{"start":1724886311091,"stop":1724886311092,"duration":1}},{"uid":"27cb067a4db65586","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/27cb067a4db65586","status":"passed","time":{"start":1724861760050,"stop":1724861760051,"duration":1}},{"uid":"4670c5b0b7ec2bf3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4670c5b0b7ec2bf3","status":"passed","time":{"start":1724861230831,"stop":1724861230831,"duration":0}},{"uid":"c0ae22c93b65ddd9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0ae22c93b65ddd9","status":"passed","time":{"start":1724861053405,"stop":1724861053406,"duration":1}},{"uid":"ad7ff6e532f80328","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ad7ff6e532f80328","status":"passed","time":{"start":1724860914746,"stop":1724860914746,"duration":0}}]},"tags":[]},"source":"ad0e8a591f60dac3.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/ad1833cfea905abe.json b/7376/data/test-cases/ad1833cfea905abe.json new file mode 100644 index 00000000000..8c77408ecbb --- /dev/null +++ b/7376/data/test-cases/ad1833cfea905abe.json @@ -0,0 +1 @@ +{"uid":"ad1833cfea905abe","name":"Subscribe and receive messages on 2 different pubsubtopics","fullName":"/tests/light-push/single_node/multiple_pubsub.node.spec.ts: Waku Light Push (named sharding): Multiple PubsubTopics > Subscribe and receive messages on 2 different pubsubtopics","historyId":"16732a88f77375d6c3346de9a99154dd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922727647,"stop":1724922727647,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push (named sharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bd2728d7555f7197","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bd2728d7555f7197","status":"passed","time":{"start":1724921379981,"stop":1724921379981,"duration":0}},{"uid":"f5694d6618354890","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f5694d6618354890","status":"passed","time":{"start":1724921359715,"stop":1724921359715,"duration":0}},{"uid":"a24fda1274a40b19","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a24fda1274a40b19","status":"passed","time":{"start":1724918127248,"stop":1724918127249,"duration":1}},{"uid":"c36e16f8a5a04d7c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c36e16f8a5a04d7c","status":"passed","time":{"start":1724889805615,"stop":1724889805615,"duration":0}},{"uid":"b4a5392342f7d975","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4a5392342f7d975","status":"passed","time":{"start":1724888940694,"stop":1724888940695,"duration":1}},{"uid":"290394a48130b699","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/290394a48130b699","status":"passed","time":{"start":1724888168652,"stop":1724888168652,"duration":0}},{"uid":"e7ec4f4cc70f9fdc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e7ec4f4cc70f9fdc","status":"passed","time":{"start":1724886924219,"stop":1724886924219,"duration":0}},{"uid":"22416e8a65e8a137","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/22416e8a65e8a137","status":"passed","time":{"start":1724886701807,"stop":1724886701807,"duration":0}},{"uid":"34f8c69cf6e1d7fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/34f8c69cf6e1d7fa","status":"passed","time":{"start":1724862112743,"stop":1724862112743,"duration":0}},{"uid":"aeab1632bff88cf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/aeab1632bff88cf","status":"passed","time":{"start":1724861584871,"stop":1724861584871,"duration":0}},{"uid":"ec3fde58fe188574","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ec3fde58fe188574","status":"passed","time":{"start":1724861464518,"stop":1724861464518,"duration":0}},{"uid":"e6a50abe1090ce6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e6a50abe1090ce6","status":"passed","time":{"start":1724861254918,"stop":1724861254919,"duration":1}}]},"tags":[]},"source":"ad1833cfea905abe.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/b0bcc10f75ad57f9.json b/7376/data/test-cases/ad3498a533630040.json similarity index 76% rename from 7346/data/test-cases/b0bcc10f75ad57f9.json rename to 7376/data/test-cases/ad3498a533630040.json index dc0df2b5b16..41627cd692a 100644 --- a/7346/data/test-cases/b0bcc10f75ad57f9.json +++ b/7376/data/test-cases/ad3498a533630040.json @@ -1 +1 @@ -{"uid":"b0bcc10f75ad57f9","name":"Check received message with timestamp: 1949153314000 ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: 1949153314000 ","historyId":"c9cb9f027dc8cec2b05c071729f33a6d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765048439,"stop":1724765048439,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"ba56dcca65e02acc","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/ba56dcca65e02acc","status":"passed","time":{"start":1724764977155,"stop":1724764977155,"duration":0}},{"uid":"168184abbf4e03f3","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/168184abbf4e03f3","status":"passed","time":{"start":1724763340021,"stop":1724763340021,"duration":0}},{"uid":"9dba270af56d1f18","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/9dba270af56d1f18","status":"passed","time":{"start":1724760600512,"stop":1724760600544,"duration":32}},{"uid":"9d3043817d39bf9d","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/9d3043817d39bf9d","status":"passed","time":{"start":1724759627556,"stop":1724759627557,"duration":1}},{"uid":"d94f51d7326e5fde","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/d94f51d7326e5fde","status":"passed","time":{"start":1724757762743,"stop":1724757762743,"duration":0}},{"uid":"79e427f4ef3d569e","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/79e427f4ef3d569e","status":"passed","time":{"start":1724757473942,"stop":1724757473945,"duration":3}},{"uid":"e8227bbc31d76684","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/e8227bbc31d76684","status":"passed","time":{"start":1724756806022,"stop":1724756806022,"duration":0}},{"uid":"fa409fea1afc1f86","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/fa409fea1afc1f86","status":"passed","time":{"start":1724754890977,"stop":1724754890977,"duration":0}},{"uid":"ec3e7923a24d1a48","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/ec3e7923a24d1a48","status":"passed","time":{"start":1724752321316,"stop":1724752321317,"duration":1}},{"uid":"e2d979e599c0c442","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/e2d979e599c0c442","status":"passed","time":{"start":1724751157985,"stop":1724751157985,"duration":0}},{"uid":"282f6489e8c4604f","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/282f6489e8c4604f","status":"passed","time":{"start":1724750231029,"stop":1724750231029,"duration":0}},{"uid":"c8c1d4f6d4788c19","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c8c1d4f6d4788c19","status":"passed","time":{"start":1724749270697,"stop":1724749270697,"duration":0}},{"uid":"3a66bd559980ddef","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/3a66bd559980ddef","status":"passed","time":{"start":1724717545693,"stop":1724717545694,"duration":1}},{"uid":"36d3816f3a9e3614","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/36d3816f3a9e3614","status":"passed","time":{"start":1724714779172,"stop":1724714779173,"duration":1}},{"uid":"61c3103122b87b26","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/61c3103122b87b26","status":"passed","time":{"start":1724712855335,"stop":1724712855335,"duration":0}},{"uid":"194e068512be506b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/194e068512be506b","status":"passed","time":{"start":1724706072120,"stop":1724706072122,"duration":2}},{"uid":"18be371db142d1b5","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/18be371db142d1b5","status":"passed","time":{"start":1724704476166,"stop":1724704476166,"duration":0}},{"uid":"eee5623eb8985993","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/eee5623eb8985993","status":"passed","time":{"start":1724683855324,"stop":1724683855324,"duration":0}},{"uid":"a10877cc3512e634","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/a10877cc3512e634","status":"passed","time":{"start":1724672579682,"stop":1724672579682,"duration":0}},{"uid":"6a93c38703a101bb","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/6a93c38703a101bb","status":"passed","time":{"start":1724670325025,"stop":1724670325026,"duration":1}}]},"tags":[]},"source":"b0bcc10f75ad57f9.json","parameterValues":[]} \ No newline at end of file +{"uid":"ad3498a533630040","name":"Check received message with timestamp: 1949153314000 ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: 1949153314000 ","historyId":"c9cb9f027dc8cec2b05c071729f33a6d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922601846,"stop":1724922601847,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9f3dac79af91b466","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9f3dac79af91b466","status":"passed","time":{"start":1724921267873,"stop":1724921267873,"duration":0}},{"uid":"7055e1b2e178375b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7055e1b2e178375b","status":"passed","time":{"start":1724921244386,"stop":1724921244386,"duration":0}},{"uid":"9e2e08db7ba47a21","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9e2e08db7ba47a21","status":"passed","time":{"start":1724917916057,"stop":1724917916058,"duration":1}},{"uid":"3c6cf3a43975583","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c6cf3a43975583","status":"passed","time":{"start":1724889678259,"stop":1724889678259,"duration":0}},{"uid":"c9155ea595f6ed42","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c9155ea595f6ed42","status":"passed","time":{"start":1724888831687,"stop":1724888831687,"duration":0}},{"uid":"9c3a635560b90391","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9c3a635560b90391","status":"passed","time":{"start":1724888003323,"stop":1724888003323,"duration":0}},{"uid":"b93a9c65630cc6d1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b93a9c65630cc6d1","status":"passed","time":{"start":1724886776612,"stop":1724886776612,"duration":0}},{"uid":"e9c584262d88d0be","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e9c584262d88d0be","status":"passed","time":{"start":1724886555801,"stop":1724886555801,"duration":0}},{"uid":"ea31c1b1ffe26c74","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ea31c1b1ffe26c74","status":"passed","time":{"start":1724861983013,"stop":1724861983013,"duration":0}},{"uid":"7c03a9830e7010d7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7c03a9830e7010d7","status":"passed","time":{"start":1724861444070,"stop":1724861444070,"duration":0}},{"uid":"2a9c86b9ae9d78c1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2a9c86b9ae9d78c1","status":"passed","time":{"start":1724861285838,"stop":1724861285838,"duration":0}},{"uid":"4403eac6cef02f80","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4403eac6cef02f80","status":"passed","time":{"start":1724861145675,"stop":1724861145676,"duration":1}}]},"tags":[]},"source":"ad3498a533630040.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/ad4c24961c11050e.json b/7376/data/test-cases/ad4c24961c11050e.json new file mode 100644 index 00000000000..86bfbc7a231 --- /dev/null +++ b/7376/data/test-cases/ad4c24961c11050e.json @@ -0,0 +1 @@ +{"uid":"ad4c24961c11050e","name":"should return valid sharding parameters for static sharding","fullName":"/src/common/sharding/index.spec.ts: ensureShardingConfigured > should return valid sharding parameters for static sharding","historyId":"3fc4daffaa9de98066a4ff3439e670d6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374693,"stop":1724922374693,"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":13,"unknown":0,"total":13},"items":[{"uid":"10930c72109afabe","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/10930c72109afabe","status":"passed","time":{"start":1724921037653,"stop":1724921037653,"duration":0}},{"uid":"545d8e3f1aec1a85","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/545d8e3f1aec1a85","status":"passed","time":{"start":1724921013067,"stop":1724921013067,"duration":0}},{"uid":"4fe9762b0a24a9e7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4fe9762b0a24a9e7","status":"passed","time":{"start":1724917673307,"stop":1724917673308,"duration":1}},{"uid":"f4f3074263f25993","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f4f3074263f25993","status":"passed","time":{"start":1724889452327,"stop":1724889452327,"duration":0}},{"uid":"cc852019e16c756c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc852019e16c756c","status":"passed","time":{"start":1724888602860,"stop":1724888602860,"duration":0}},{"uid":"eaf482f34e52b08e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eaf482f34e52b08e","status":"passed","time":{"start":1724887759180,"stop":1724887759180,"duration":0}},{"uid":"f4e8d5ebf0912d20","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f4e8d5ebf0912d20","status":"passed","time":{"start":1724886525557,"stop":1724886525558,"duration":1}},{"uid":"2dadd46b2a80dc1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2dadd46b2a80dc1","status":"passed","time":{"start":1724886303413,"stop":1724886303413,"duration":0}},{"uid":"bfe01d423e9dea19","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bfe01d423e9dea19","status":"passed","time":{"start":1724861752250,"stop":1724861752250,"duration":0}},{"uid":"d9166daa863f883c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d9166daa863f883c","status":"passed","time":{"start":1724861223370,"stop":1724861223370,"duration":0}},{"uid":"a3b425828a6de18f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a3b425828a6de18f","status":"passed","time":{"start":1724861045219,"stop":1724861045220,"duration":1}},{"uid":"852e1a02aa3bfcd5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/852e1a02aa3bfcd5","status":"passed","time":{"start":1724860907106,"stop":1724860907106,"duration":0}}]},"tags":[]},"source":"ad4c24961c11050e.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/ad52e3e57098a197.json b/7376/data/test-cases/ad52e3e57098a197.json new file mode 100644 index 00000000000..c7516f558aa --- /dev/null +++ b/7376/data/test-cases/ad52e3e57098a197.json @@ -0,0 +1 @@ +{"uid":"ad52e3e57098a197","name":"throws on content topic with non-number generation field","fullName":"/src/common/sharding/index.spec.ts: ensureValidContentTopic > throws on content topic with non-number generation field","historyId":"5a27e969aaa517950f4bb4bfdc6f1cab:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374658,"stop":1724922374659,"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":"ensureValidContentTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2e7abba2fea39d56","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2e7abba2fea39d56","status":"passed","time":{"start":1724921037620,"stop":1724921037621,"duration":1}},{"uid":"2809f79e619ca0ed","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2809f79e619ca0ed","status":"passed","time":{"start":1724921013033,"stop":1724921013033,"duration":0}},{"uid":"a6dfd2eadad0bd5e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a6dfd2eadad0bd5e","status":"passed","time":{"start":1724917673276,"stop":1724917673277,"duration":1}},{"uid":"a160cce7b2c3ef3f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a160cce7b2c3ef3f","status":"passed","time":{"start":1724889452295,"stop":1724889452295,"duration":0}},{"uid":"b98be24b878f62da","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b98be24b878f62da","status":"passed","time":{"start":1724888602824,"stop":1724888602825,"duration":1}},{"uid":"97daf5869374e77","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/97daf5869374e77","status":"passed","time":{"start":1724887759149,"stop":1724887759150,"duration":1}},{"uid":"86473b2cfcb028bb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/86473b2cfcb028bb","status":"passed","time":{"start":1724886525536,"stop":1724886525537,"duration":1}},{"uid":"3a4461526b4095ae","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3a4461526b4095ae","status":"passed","time":{"start":1724886303382,"stop":1724886303383,"duration":1}},{"uid":"d4df2506917868b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d4df2506917868b2","status":"passed","time":{"start":1724861752211,"stop":1724861752211,"duration":0}},{"uid":"f5c8a39e6ac42ef8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f5c8a39e6ac42ef8","status":"passed","time":{"start":1724861223341,"stop":1724861223342,"duration":1}},{"uid":"395a7e3b1c88c194","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/395a7e3b1c88c194","status":"passed","time":{"start":1724861045187,"stop":1724861045187,"duration":0}},{"uid":"f25b05234025f276","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f25b05234025f276","status":"passed","time":{"start":1724860907069,"stop":1724860907069,"duration":0}}]},"tags":[]},"source":"ad52e3e57098a197.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/ad8d733128d379b9.json b/7376/data/test-cases/ad8d733128d379b9.json new file mode 100644 index 00000000000..4cf4a329498 --- /dev/null +++ b/7376/data/test-cases/ad8d733128d379b9.json @@ -0,0 +1 @@ +{"uid":"ad8d733128d379b9","name":"nwaku subscribes","fullName":"/tests/relay/interop.node.spec.ts: Waku Relay, Interop > nwaku subscribes","historyId":"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922866492,"stop":1724922866492,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Interop"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4711bec367d87146","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4711bec367d87146","status":"passed","time":{"start":1724921538593,"stop":1724921538593,"duration":0}},{"uid":"8dcd901baa5fedc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8dcd901baa5fedc","status":"passed","time":{"start":1724921499390,"stop":1724921499391,"duration":1}},{"uid":"b79344a0633c3240","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b79344a0633c3240","status":"passed","time":{"start":1724918204098,"stop":1724918204099,"duration":1}},{"uid":"ca00f03465b4362b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ca00f03465b4362b","status":"passed","time":{"start":1724889957367,"stop":1724889957368,"duration":1}},{"uid":"dff4d8d704b20052","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dff4d8d704b20052","status":"passed","time":{"start":1724889094878,"stop":1724889094879,"duration":1}},{"uid":"d5e32e23d92b571","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d5e32e23d92b571","status":"passed","time":{"start":1724888256176,"stop":1724888256176,"duration":0}},{"uid":"28105e046ece0b6b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/28105e046ece0b6b","status":"passed","time":{"start":1724887043895,"stop":1724887043895,"duration":0}},{"uid":"da7b509c720352db","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/da7b509c720352db","status":"passed","time":{"start":1724886807384,"stop":1724886807385,"duration":1}},{"uid":"447cec77ad379889","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/447cec77ad379889","status":"passed","time":{"start":1724862237700,"stop":1724862237700,"duration":0}},{"uid":"78e73516a8d61e5f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/78e73516a8d61e5f","status":"passed","time":{"start":1724861709114,"stop":1724861709115,"duration":1}},{"uid":"1f7bdd086690037a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1f7bdd086690037a","status":"passed","time":{"start":1724861571993,"stop":1724861571993,"duration":0}},{"uid":"16966fd71eb0506d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/16966fd71eb0506d","status":"passed","time":{"start":1724861400269,"stop":1724861400269,"duration":0}}]},"tags":[]},"source":"ad8d733128d379b9.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/ada14c026c6c6a1a.json b/7376/data/test-cases/ada14c026c6c6a1a.json new file mode 100644 index 00000000000..1c86fac64b6 --- /dev/null +++ b/7376/data/test-cases/ada14c026c6c6a1a.json @@ -0,0 +1 @@ +{"uid":"ada14c026c6c6a1a","name":"Subscribe and receive messages on 2 different content topics","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe and receive messages on 2 different content topics","historyId":"a9ac8b4f74c9fc4cccdbe7d1d6aea538:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012459,"stop":1724923012460,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"183ecd3d6a1a5d3d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/183ecd3d6a1a5d3d","status":"passed","time":{"start":1724921625036,"stop":1724921625037,"duration":1}},{"uid":"3ffabc29226d5c25","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3ffabc29226d5c25","status":"passed","time":{"start":1724921590479,"stop":1724921590481,"duration":2}},{"uid":"1c9d800298dd6049","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1c9d800298dd6049","status":"passed","time":{"start":1724918287559,"stop":1724918287559,"duration":0}},{"uid":"ebbca47670f1c00a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ebbca47670f1c00a","status":"passed","time":{"start":1724890047782,"stop":1724890047783,"duration":1}},{"uid":"325cf3a6be012d22","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/325cf3a6be012d22","status":"passed","time":{"start":1724889183914,"stop":1724889183915,"duration":1}},{"uid":"28c4dc2f443fba46","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/28c4dc2f443fba46","status":"passed","time":{"start":1724888354160,"stop":1724888354160,"duration":0}},{"uid":"1f659fa56044b217","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1f659fa56044b217","status":"passed","time":{"start":1724887145651,"stop":1724887145651,"duration":0}},{"uid":"a9de615aab7980ef","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a9de615aab7980ef","status":"passed","time":{"start":1724886915776,"stop":1724886915777,"duration":1}},{"uid":"cf7d058de87fb67b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf7d058de87fb67b","status":"passed","time":{"start":1724862341432,"stop":1724862341432,"duration":0}},{"uid":"6fc4d2258cf8875a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6fc4d2258cf8875a","status":"passed","time":{"start":1724861805433,"stop":1724861805434,"duration":1}},{"uid":"faba1f1e03caaec8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/faba1f1e03caaec8","status":"passed","time":{"start":1724861662241,"stop":1724861662241,"duration":0}},{"uid":"c1c6fe090d9122c9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c1c6fe090d9122c9","status":"passed","time":{"start":1724861492503,"stop":1724861492503,"duration":0}}]},"tags":[]},"source":"ada14c026c6c6a1a.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/8e886d02229031ab.json b/7376/data/test-cases/addb6c8332fb7e11.json similarity index 51% rename from 7346/data/test-cases/8e886d02229031ab.json rename to 7376/data/test-cases/addb6c8332fb7e11.json index 8347fbfe72a..6c03eb26f67 100644 --- a/7346/data/test-cases/8e886d02229031ab.json +++ b/7376/data/test-cases/addb6c8332fb7e11.json @@ -1 +1 @@ -{"uid":"8e886d02229031ab","name":"Passing page size 10 when there are 10 messages","fullName":"/tests/store/page_size.node.spec.ts: Waku Store, page size > Passing page size 10 when there are 10 messages","historyId":"4b983f7324ba88fab612ad1a3c34265b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765545354,"stop":1724765545355,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, page size"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"edb57d40ea9dcbfe","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/edb57d40ea9dcbfe","status":"passed","time":{"start":1724765471401,"stop":1724765471401,"duration":0}},{"uid":"fc5eaa2ca61a1623","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/fc5eaa2ca61a1623","status":"passed","time":{"start":1724763827934,"stop":1724763827934,"duration":0}},{"uid":"3f3b795802b2dbf","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/3f3b795802b2dbf","status":"passed","time":{"start":1724761084761,"stop":1724761084761,"duration":0}},{"uid":"9b24de7cb0e16a9d","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/9b24de7cb0e16a9d","status":"passed","time":{"start":1724760105217,"stop":1724760105217,"duration":0}},{"uid":"3a61078653dd2164","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/3a61078653dd2164","status":"passed","time":{"start":1724758251487,"stop":1724758251487,"duration":0}},{"uid":"cb30827ae06ca401","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/cb30827ae06ca401","status":"passed","time":{"start":1724757947200,"stop":1724757947200,"duration":0}},{"uid":"d62002fa448cc71","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/d62002fa448cc71","status":"passed","time":{"start":1724757297809,"stop":1724757297809,"duration":0}},{"uid":"10d7f117b9f65630","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/10d7f117b9f65630","status":"passed","time":{"start":1724755380035,"stop":1724755380035,"duration":0}},{"uid":"9707e0495c4b88da","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/9707e0495c4b88da","status":"passed","time":{"start":1724752822934,"stop":1724752822934,"duration":0}},{"uid":"5817778eb00936dc","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/5817778eb00936dc","status":"passed","time":{"start":1724751647549,"stop":1724751647550,"duration":1}},{"uid":"15702463399d6e3f","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/15702463399d6e3f","status":"passed","time":{"start":1724750732233,"stop":1724750732234,"duration":1}},{"uid":"15b54435de97038d","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/15b54435de97038d","status":"passed","time":{"start":1724749732031,"stop":1724749732031,"duration":0}},{"uid":"8fd1f1f7ef6e649e","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/8fd1f1f7ef6e649e","status":"passed","time":{"start":1724718038574,"stop":1724718038575,"duration":1}},{"uid":"3901a37fe0999d66","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/3901a37fe0999d66","status":"passed","time":{"start":1724715272694,"stop":1724715272694,"duration":0}},{"uid":"cb64c5bcc16afc00","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/cb64c5bcc16afc00","status":"passed","time":{"start":1724713359483,"stop":1724713359483,"duration":0}},{"uid":"46db5f5a6e59f31c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/46db5f5a6e59f31c","status":"passed","time":{"start":1724706564506,"stop":1724706564506,"duration":0}},{"uid":"81e4063b6ffa5949","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/81e4063b6ffa5949","status":"passed","time":{"start":1724704972717,"stop":1724704972718,"duration":1}},{"uid":"ed8b08cd9a7f2077","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/ed8b08cd9a7f2077","status":"passed","time":{"start":1724684357217,"stop":1724684357217,"duration":0}},{"uid":"5eebbfe26ea61047","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/5eebbfe26ea61047","status":"passed","time":{"start":1724673081510,"stop":1724673081510,"duration":0}},{"uid":"c9b123dc67a0c16c","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/c9b123dc67a0c16c","status":"passed","time":{"start":1724670810984,"stop":1724670810984,"duration":0}}]},"tags":[]},"source":"8e886d02229031ab.json","parameterValues":[]} \ No newline at end of file +{"uid":"addb6c8332fb7e11","name":"Passing page size 10 when there are 10 messages","fullName":"/tests/store/page_size.node.spec.ts: Waku Store, page size > Passing page size 10 when there are 10 messages","historyId":"4b983f7324ba88fab612ad1a3c34265b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922983782,"stop":1724922983783,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, page size"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c1c5fb2c34546d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c1c5fb2c34546d","status":"passed","time":{"start":1724921656192,"stop":1724921656192,"duration":0}},{"uid":"6ff18a77b7142dd7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6ff18a77b7142dd7","status":"passed","time":{"start":1724921620458,"stop":1724921620459,"duration":1}},{"uid":"474899a70e8ef27","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/474899a70e8ef27","status":"passed","time":{"start":1724918327710,"stop":1724918327710,"duration":0}},{"uid":"bf49416d83fa5630","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf49416d83fa5630","status":"passed","time":{"start":1724890078470,"stop":1724890078470,"duration":0}},{"uid":"44dac9285829a32b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/44dac9285829a32b","status":"passed","time":{"start":1724889213826,"stop":1724889213826,"duration":0}},{"uid":"2c5d11bc171a8a6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2c5d11bc171a8a6","status":"passed","time":{"start":1724888383602,"stop":1724888383602,"duration":0}},{"uid":"d240cb989a502cda","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d240cb989a502cda","status":"passed","time":{"start":1724887164578,"stop":1724887164579,"duration":1}},{"uid":"dfab5c6f254afbbb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dfab5c6f254afbbb","status":"passed","time":{"start":1724886943100,"stop":1724886943100,"duration":0}},{"uid":"44ef24cd896ac848","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/44ef24cd896ac848","status":"passed","time":{"start":1724862368929,"stop":1724862368929,"duration":0}},{"uid":"bcb9495a5988f22b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bcb9495a5988f22b","status":"passed","time":{"start":1724861835946,"stop":1724861835946,"duration":0}},{"uid":"48b7555c52f74f6e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/48b7555c52f74f6e","status":"passed","time":{"start":1724861692903,"stop":1724861692903,"duration":0}},{"uid":"f1fcce32845341b6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f1fcce32845341b6","status":"passed","time":{"start":1724861520700,"stop":1724861520700,"duration":0}}]},"tags":[]},"source":"addb6c8332fb7e11.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/f05de8a1e9be0a2a.json b/7376/data/test-cases/ae402b6c55e8900f.json similarity index 79% rename from 7346/data/test-cases/f05de8a1e9be0a2a.json rename to 7376/data/test-cases/ae402b6c55e8900f.json index 03d5e4ab9ae..34031c481f3 100644 --- a/7346/data/test-cases/f05de8a1e9be0a2a.json +++ b/7376/data/test-cases/ae402b6c55e8900f.json @@ -1 +1 @@ -{"uid":"f05de8a1e9be0a2a","name":"Subscribe to topic containing special chars and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing special chars and receive message","historyId":"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765075584,"stop":1724765075584,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"b465d64d96444204","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/b465d64d96444204","status":"passed","time":{"start":1724765010542,"stop":1724765010543,"duration":1}},{"uid":"39cd1920c03c4ea9","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/39cd1920c03c4ea9","status":"passed","time":{"start":1724763380290,"stop":1724763380290,"duration":0}},{"uid":"e2593bf8c6e337a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/e2593bf8c6e337a","status":"passed","time":{"start":1724760632564,"stop":1724760632564,"duration":0}},{"uid":"2abc3da37300247c","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/2abc3da37300247c","status":"passed","time":{"start":1724759660923,"stop":1724759660923,"duration":0}},{"uid":"f38f84d71ff8deb4","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/f38f84d71ff8deb4","status":"passed","time":{"start":1724757793700,"stop":1724757793700,"duration":0}},{"uid":"b75c36ded8c57962","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b75c36ded8c57962","status":"passed","time":{"start":1724757518636,"stop":1724757518636,"duration":0}},{"uid":"648d61050c7a52b6","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/648d61050c7a52b6","status":"passed","time":{"start":1724756832094,"stop":1724756832095,"duration":1}},{"uid":"73de1e151d9d72b0","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/73de1e151d9d72b0","status":"passed","time":{"start":1724754929274,"stop":1724754929275,"duration":1}},{"uid":"38264cd54ba688e3","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/38264cd54ba688e3","status":"passed","time":{"start":1724752352148,"stop":1724752352148,"duration":0}},{"uid":"e158053b38166c23","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/e158053b38166c23","status":"passed","time":{"start":1724751201123,"stop":1724751201123,"duration":0}},{"uid":"904ecd25f034473a","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/904ecd25f034473a","status":"passed","time":{"start":1724750264839,"stop":1724750264840,"duration":1}},{"uid":"87c99dd220fa0121","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/87c99dd220fa0121","status":"passed","time":{"start":1724749292166,"stop":1724749292167,"duration":1}},{"uid":"7e1eb6aa11d6e340","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/7e1eb6aa11d6e340","status":"passed","time":{"start":1724717596794,"stop":1724717596794,"duration":0}},{"uid":"8695d4ed0845b50","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/8695d4ed0845b50","status":"passed","time":{"start":1724714823652,"stop":1724714823652,"duration":0}},{"uid":"498aa4af1ce4d46c","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/498aa4af1ce4d46c","status":"passed","time":{"start":1724712895791,"stop":1724712895792,"duration":1}},{"uid":"2103aa4f19287b90","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2103aa4f19287b90","status":"passed","time":{"start":1724706113495,"stop":1724706113495,"duration":0}},{"uid":"ee861245658aca3f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/ee861245658aca3f","status":"passed","time":{"start":1724704522414,"stop":1724704522414,"duration":0}},{"uid":"bd1e48e2ad0b762d","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/bd1e48e2ad0b762d","status":"passed","time":{"start":1724683897627,"stop":1724683897627,"duration":0}},{"uid":"52f21bc1db39d6d1","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/52f21bc1db39d6d1","status":"passed","time":{"start":1724672624705,"stop":1724672624706,"duration":1}},{"uid":"7a7a5f1e39faf338","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/7a7a5f1e39faf338","status":"passed","time":{"start":1724670354431,"stop":1724670354431,"duration":0}}]},"tags":[]},"source":"f05de8a1e9be0a2a.json","parameterValues":[]} \ No newline at end of file +{"uid":"ae402b6c55e8900f","name":"Subscribe to topic containing special chars and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing special chars and receive message","historyId":"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922635354,"stop":1724922635355,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"96c8d2ba87c9ac1f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/96c8d2ba87c9ac1f","status":"passed","time":{"start":1724921297008,"stop":1724921297008,"duration":0}},{"uid":"69e7a3c1b8a3c7be","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/69e7a3c1b8a3c7be","status":"passed","time":{"start":1724921276368,"stop":1724921276368,"duration":0}},{"uid":"eca5609a909b369a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eca5609a909b369a","status":"passed","time":{"start":1724917948324,"stop":1724917948325,"duration":1}},{"uid":"31319f58801e6e39","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31319f58801e6e39","status":"passed","time":{"start":1724889729008,"stop":1724889729009,"duration":1}},{"uid":"36231f61784b667e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/36231f61784b667e","status":"passed","time":{"start":1724888864954,"stop":1724888864954,"duration":0}},{"uid":"5844d84d2d28ad1a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5844d84d2d28ad1a","status":"passed","time":{"start":1724888053747,"stop":1724888053747,"duration":0}},{"uid":"8342e8362998bf96","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8342e8362998bf96","status":"passed","time":{"start":1724886811662,"stop":1724886811662,"duration":0}},{"uid":"2e2eb2cbbd665cfc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2e2eb2cbbd665cfc","status":"passed","time":{"start":1724886581003,"stop":1724886581005,"duration":2}},{"uid":"948ec4cb43220d77","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/948ec4cb43220d77","status":"passed","time":{"start":1724862019561,"stop":1724862019562,"duration":1}},{"uid":"6e083d040fa27ad1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6e083d040fa27ad1","status":"passed","time":{"start":1724861493937,"stop":1724861493937,"duration":0}},{"uid":"8534c28f7d901d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8534c28f7d901d","status":"passed","time":{"start":1724861318029,"stop":1724861318032,"duration":3}},{"uid":"f289725b42f3687b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f289725b42f3687b","status":"passed","time":{"start":1724861178516,"stop":1724861178516,"duration":0}}]},"tags":[]},"source":"ae402b6c55e8900f.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/ae75b4ed0712f35b.json b/7376/data/test-cases/ae75b4ed0712f35b.json new file mode 100644 index 00000000000..e493cde9d58 --- /dev/null +++ b/7376/data/test-cases/ae75b4ed0712f35b.json @@ -0,0 +1 @@ +{"uid":"ae75b4ed0712f35b","name":"should handle clusterId, application and version for autosharding with cluster iD 1","fullName":"/src/common/sharding/index.spec.ts: shardInfoToPubsubTopics > should handle clusterId, application and version for autosharding with cluster iD 1","historyId":"657e6808a120c82a5268dd6532e94525:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374679,"stop":1724922374679,"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":13,"unknown":0,"total":13},"items":[{"uid":"fce2d6f395d59011","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fce2d6f395d59011","status":"passed","time":{"start":1724921037640,"stop":1724921037640,"duration":0}},{"uid":"55dbd36bc800d174","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/55dbd36bc800d174","status":"passed","time":{"start":1724921013054,"stop":1724921013054,"duration":0}},{"uid":"541715df221e43b9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/541715df221e43b9","status":"passed","time":{"start":1724917673296,"stop":1724917673296,"duration":0}},{"uid":"caa74b18c9b4ca76","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/caa74b18c9b4ca76","status":"passed","time":{"start":1724889452315,"stop":1724889452315,"duration":0}},{"uid":"59024ea447c61a89","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/59024ea447c61a89","status":"passed","time":{"start":1724888602845,"stop":1724888602845,"duration":0}},{"uid":"b7d1bc87fd190abd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b7d1bc87fd190abd","status":"passed","time":{"start":1724887759167,"stop":1724887759168,"duration":1}},{"uid":"4d3f5b7b8f77d6d3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4d3f5b7b8f77d6d3","status":"passed","time":{"start":1724886525547,"stop":1724886525547,"duration":0}},{"uid":"9c1413ddbaf528cb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9c1413ddbaf528cb","status":"passed","time":{"start":1724886303401,"stop":1724886303401,"duration":0}},{"uid":"bdd9029fe53579c6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bdd9029fe53579c6","status":"passed","time":{"start":1724861752233,"stop":1724861752233,"duration":0}},{"uid":"ae0cc48d1c0f5924","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ae0cc48d1c0f5924","status":"passed","time":{"start":1724861223359,"stop":1724861223359,"duration":0}},{"uid":"84d9eef3c00df3b0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/84d9eef3c00df3b0","status":"passed","time":{"start":1724861045207,"stop":1724861045207,"duration":0}},{"uid":"e9a4a0b1e054c565","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e9a4a0b1e054c565","status":"passed","time":{"start":1724860907089,"stop":1724860907089,"duration":0}}]},"tags":[]},"source":"ae75b4ed0712f35b.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/af002a9e604dcb80.json b/7376/data/test-cases/af002a9e604dcb80.json new file mode 100644 index 00000000000..c0b13a21734 --- /dev/null +++ b/7376/data/test-cases/af002a9e604dcb80.json @@ -0,0 +1 @@ +{"uid":"af002a9e604dcb80","name":"Subscribe to 100 topics (new limit) at once and receives messages","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to 100 topics (new limit) at once and receives messages","historyId":"9fc3bae4b09e48d84c987b1526dcdb82:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012460,"stop":1724923012460,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3b38ed6a5095ff0e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3b38ed6a5095ff0e","status":"passed","time":{"start":1724921625038,"stop":1724921625039,"duration":1}},{"uid":"821f6c2bcf9e1667","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/821f6c2bcf9e1667","status":"passed","time":{"start":1724921590482,"stop":1724921590484,"duration":2}},{"uid":"80816f684b573e51","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/80816f684b573e51","status":"passed","time":{"start":1724918287560,"stop":1724918287560,"duration":0}},{"uid":"e819a9ac713084e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e819a9ac713084e1","status":"passed","time":{"start":1724890047783,"stop":1724890047783,"duration":0}},{"uid":"944ad731f614872a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/944ad731f614872a","status":"passed","time":{"start":1724889183916,"stop":1724889183916,"duration":0}},{"uid":"4896cca2d334c8a3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4896cca2d334c8a3","status":"passed","time":{"start":1724888354160,"stop":1724888354161,"duration":1}},{"uid":"7d4c30012e3d2186","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7d4c30012e3d2186","status":"passed","time":{"start":1724887145652,"stop":1724887145652,"duration":0}},{"uid":"dee52427b575c3d9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dee52427b575c3d9","status":"passed","time":{"start":1724886915777,"stop":1724886915777,"duration":0}},{"uid":"80e227e4bd417e32","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80e227e4bd417e32","status":"passed","time":{"start":1724862341433,"stop":1724862341433,"duration":0}},{"uid":"6599db898dd01a23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6599db898dd01a23","status":"passed","time":{"start":1724861805435,"stop":1724861805436,"duration":1}},{"uid":"6c3b85c7f9c87f62","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6c3b85c7f9c87f62","status":"passed","time":{"start":1724861662242,"stop":1724861662244,"duration":2}},{"uid":"85d4b659b0b9166f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/85d4b659b0b9166f","status":"passed","time":{"start":1724861492504,"stop":1724861492504,"duration":0}}]},"tags":[]},"source":"af002a9e604dcb80.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/af1c9bfe9daf419b.json b/7376/data/test-cases/af1c9bfe9daf419b.json new file mode 100644 index 00000000000..2db4b43d093 --- /dev/null +++ b/7376/data/test-cases/af1c9bfe9daf419b.json @@ -0,0 +1 @@ +{"uid":"af1c9bfe9daf419b","name":"should convert content topics to PubsubTopics for autosharding","fullName":"/src/common/sharding/index.spec.ts: shardInfoToPubsubTopics > should convert content topics to PubsubTopics for autosharding","historyId":"c972016ed8add4daa2e4266c3ad03fbe:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374678,"stop":1724922374678,"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":13,"unknown":0,"total":13},"items":[{"uid":"68bb4be0b88fa096","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/68bb4be0b88fa096","status":"passed","time":{"start":1724921037639,"stop":1724921037639,"duration":0}},{"uid":"ecbc817ef97e3b8d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ecbc817ef97e3b8d","status":"passed","time":{"start":1724921013052,"stop":1724921013053,"duration":1}},{"uid":"b0be0246cff21221","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b0be0246cff21221","status":"passed","time":{"start":1724917673295,"stop":1724917673295,"duration":0}},{"uid":"7399fb1ec7941605","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7399fb1ec7941605","status":"passed","time":{"start":1724889452313,"stop":1724889452314,"duration":1}},{"uid":"a41058be4b59fd8d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a41058be4b59fd8d","status":"passed","time":{"start":1724888602844,"stop":1724888602844,"duration":0}},{"uid":"614a201e1efcbbc4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/614a201e1efcbbc4","status":"passed","time":{"start":1724887759166,"stop":1724887759167,"duration":1}},{"uid":"3df7dd0d1e762ad5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3df7dd0d1e762ad5","status":"passed","time":{"start":1724886525546,"stop":1724886525546,"duration":0}},{"uid":"93ec2ff21d856056","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/93ec2ff21d856056","status":"passed","time":{"start":1724886303400,"stop":1724886303400,"duration":0}},{"uid":"2ec6b2fcc6a85ba1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ec6b2fcc6a85ba1","status":"passed","time":{"start":1724861752232,"stop":1724861752232,"duration":0}},{"uid":"be6cc45dfca08ea9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/be6cc45dfca08ea9","status":"passed","time":{"start":1724861223358,"stop":1724861223358,"duration":0}},{"uid":"ce7e4115110db8eb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ce7e4115110db8eb","status":"passed","time":{"start":1724861045206,"stop":1724861045206,"duration":0}},{"uid":"251f47f13e45357a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/251f47f13e45357a","status":"passed","time":{"start":1724860907088,"stop":1724860907088,"duration":0}}]},"tags":[]},"source":"af1c9bfe9daf419b.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/af4ef0073c9c634c.json b/7376/data/test-cases/af4ef0073c9c634c.json new file mode 100644 index 00000000000..58382a3ef05 --- /dev/null +++ b/7376/data/test-cases/af4ef0073c9c634c.json @@ -0,0 +1 @@ +{"uid":"af4ef0073c9c634c","name":"LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","historyId":"2b1dd4e975806d76599d997e3099ca66:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922778324,"stop":1724922778324,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cfdfe26fc1eaf1b2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cfdfe26fc1eaf1b2","status":"passed","time":{"start":1724921497753,"stop":1724921497753,"duration":0}},{"uid":"258656b6904028aa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/258656b6904028aa","status":"passed","time":{"start":1724921408407,"stop":1724921408407,"duration":0}},{"uid":"845d5f9907bd2761","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/845d5f9907bd2761","status":"passed","time":{"start":1724918086868,"stop":1724918086868,"duration":0}},{"uid":"7e05069ab67867ec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e05069ab67867ec","status":"passed","time":{"start":1724889892444,"stop":1724889892444,"duration":0}},{"uid":"afce9e5584afe02e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/afce9e5584afe02e","status":"passed","time":{"start":1724888997214,"stop":1724888997214,"duration":0}},{"uid":"bcf1a46861f92342","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bcf1a46861f92342","status":"passed","time":{"start":1724888159486,"stop":1724888159486,"duration":0}},{"uid":"5fd01d032bfe4d63","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5fd01d032bfe4d63","status":"passed","time":{"start":1724886937289,"stop":1724886937289,"duration":0}},{"uid":"6842d340acd8cc25","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6842d340acd8cc25","status":"passed","time":{"start":1724886709796,"stop":1724886709797,"duration":1}},{"uid":"9cec870a8811a1a3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9cec870a8811a1a3","status":"passed","time":{"start":1724862123535,"stop":1724862123535,"duration":0}},{"uid":"7a8fa9613b1ef04","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7a8fa9613b1ef04","status":"passed","time":{"start":1724861620101,"stop":1724861620102,"duration":1}},{"uid":"fb6561b12bf137b5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fb6561b12bf137b5","status":"passed","time":{"start":1724861460234,"stop":1724861460236,"duration":2}},{"uid":"2735f94aaf60072e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2735f94aaf60072e","status":"passed","time":{"start":1724861330169,"stop":1724861330170,"duration":1}}]},"tags":[]},"source":"af4ef0073c9c634c.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/af4f38ff4c72b405.json b/7376/data/test-cases/af4f38ff4c72b405.json new file mode 100644 index 00000000000..e5eed519379 --- /dev/null +++ b/7376/data/test-cases/af4f38ff4c72b405.json @@ -0,0 +1 @@ +{"uid":"af4f38ff4c72b405","name":"throws on content topic with empty topic name field","fullName":"/src/common/sharding/index.spec.ts: ensureValidContentTopic > throws on content topic with empty topic name field","historyId":"58dea27647ea3651770a5c758abee027:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374661,"stop":1724922374661,"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":"ensureValidContentTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"62391f629dbd3c53","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/62391f629dbd3c53","status":"passed","time":{"start":1724921037622,"stop":1724921037623,"duration":1}},{"uid":"630e3139fc65a54e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/630e3139fc65a54e","status":"passed","time":{"start":1724921013035,"stop":1724921013036,"duration":1}},{"uid":"b49cc9dafbefaa0c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b49cc9dafbefaa0c","status":"passed","time":{"start":1724917673279,"stop":1724917673279,"duration":0}},{"uid":"b88286cff5eafe7d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b88286cff5eafe7d","status":"passed","time":{"start":1724889452298,"stop":1724889452298,"duration":0}},{"uid":"684725e640d9133c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/684725e640d9133c","status":"passed","time":{"start":1724888602827,"stop":1724888602827,"duration":0}},{"uid":"1b23d3d3b1828b71","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1b23d3d3b1828b71","status":"passed","time":{"start":1724887759152,"stop":1724887759153,"duration":1}},{"uid":"d164bd8990c8581e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d164bd8990c8581e","status":"passed","time":{"start":1724886525538,"stop":1724886525538,"duration":0}},{"uid":"4979017bd4d7229a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4979017bd4d7229a","status":"passed","time":{"start":1724886303385,"stop":1724886303385,"duration":0}},{"uid":"439e80f2f5f3d7c6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/439e80f2f5f3d7c6","status":"passed","time":{"start":1724861752213,"stop":1724861752214,"duration":1}},{"uid":"ace0263d2c923c9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ace0263d2c923c9","status":"passed","time":{"start":1724861223343,"stop":1724861223344,"duration":1}},{"uid":"8caf84c76dd46c7a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8caf84c76dd46c7a","status":"passed","time":{"start":1724861045189,"stop":1724861045189,"duration":0}},{"uid":"282a682398a597e3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/282a682398a597e3","status":"passed","time":{"start":1724860907071,"stop":1724860907072,"duration":1}}]},"tags":[]},"source":"af4f38ff4c72b405.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/af6664a872649dbb.json b/7376/data/test-cases/af6664a872649dbb.json new file mode 100644 index 00000000000..30174f5ff4d --- /dev/null +++ b/7376/data/test-cases/af6664a872649dbb.json @@ -0,0 +1 @@ +{"uid":"af6664a872649dbb","name":"should be able to encode the field with only STORE set to true","fullName":"/src/waku2_codec.spec.ts: ENR waku2 codec > Encoding > should be able to encode the field with only STORE set to true","historyId":"965a7aee2be5c35aec8b01e165aa58c9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922382324,"stop":1724922382324,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR waku2 codec"},{"name":"suite","value":"Encoding"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c01f9552be0d79d6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c01f9552be0d79d6","status":"passed","time":{"start":1724921045528,"stop":1724921045529,"duration":1}},{"uid":"c58f8083ed953169","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c58f8083ed953169","status":"passed","time":{"start":1724921020722,"stop":1724921020722,"duration":0}},{"uid":"90df600dcb73f534","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/90df600dcb73f534","status":"passed","time":{"start":1724917681047,"stop":1724917681048,"duration":1}},{"uid":"3b993d57b62a3895","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3b993d57b62a3895","status":"passed","time":{"start":1724889459911,"stop":1724889459912,"duration":1}},{"uid":"2de6b1422b9e2727","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2de6b1422b9e2727","status":"passed","time":{"start":1724888610528,"stop":1724888610529,"duration":1}},{"uid":"b2fcb60ff336110f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b2fcb60ff336110f","status":"passed","time":{"start":1724887766844,"stop":1724887766845,"duration":1}},{"uid":"cc9fea09f6f87484","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc9fea09f6f87484","status":"passed","time":{"start":1724886533239,"stop":1724886533240,"duration":1}},{"uid":"d051ea724d857639","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d051ea724d857639","status":"passed","time":{"start":1724886311085,"stop":1724886311085,"duration":0}},{"uid":"81108799e6ac2aaa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/81108799e6ac2aaa","status":"passed","time":{"start":1724861760045,"stop":1724861760045,"duration":0}},{"uid":"9c5b915d206cd9ec","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9c5b915d206cd9ec","status":"passed","time":{"start":1724861230823,"stop":1724861230824,"duration":1}},{"uid":"da69e7b029b0d291","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/da69e7b029b0d291","status":"passed","time":{"start":1724861053392,"stop":1724861053393,"duration":1}},{"uid":"fc1dc163b5d41a8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fc1dc163b5d41a8","status":"passed","time":{"start":1724860914741,"stop":1724860914741,"duration":0}}]},"tags":[]},"source":"af6664a872649dbb.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/af7a11260edbbb1f.json b/7376/data/test-cases/af7a11260edbbb1f.json new file mode 100644 index 00000000000..32e38eaff3f --- /dev/null +++ b/7376/data/test-cases/af7a11260edbbb1f.json @@ -0,0 +1 @@ +{"uid":"af7a11260edbbb1f","name":"Relay + Store","fullName":"/tests/enr.node.spec.ts: ENR Interop: ServiceNode > Relay + Store","historyId":"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922437306,"stop":1724922437307,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"ENR Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"ENR Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"ENR Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"ENR Interop: ServiceNode"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bfadf5cce19092d5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bfadf5cce19092d5","status":"passed","time":{"start":1724921096287,"stop":1724921096287,"duration":0}},{"uid":"d2d4610749f1e56c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d2d4610749f1e56c","status":"passed","time":{"start":1724921071513,"stop":1724921071513,"duration":0}},{"uid":"a721ad2e5be04861","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a721ad2e5be04861","status":"passed","time":{"start":1724917733229,"stop":1724917733230,"duration":1}},{"uid":"67a2f5d4eb9164f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/67a2f5d4eb9164f9","status":"passed","time":{"start":1724889513548,"stop":1724889513548,"duration":0}},{"uid":"3f9d8306622d5902","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3f9d8306622d5902","status":"passed","time":{"start":1724888663278,"stop":1724888663278,"duration":0}},{"uid":"a917b65a03bc4351","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a917b65a03bc4351","status":"passed","time":{"start":1724887820110,"stop":1724887820111,"duration":1}},{"uid":"cd31292395bcaf01","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cd31292395bcaf01","status":"passed","time":{"start":1724886586382,"stop":1724886586383,"duration":1}},{"uid":"706a73494c3a7eec","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/706a73494c3a7eec","status":"passed","time":{"start":1724886365425,"stop":1724886365425,"duration":0}},{"uid":"1f5029c1012024f1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1f5029c1012024f1","status":"passed","time":{"start":1724861812771,"stop":1724861812773,"duration":2}},{"uid":"445c0e72b5b7bcf0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/445c0e72b5b7bcf0","status":"passed","time":{"start":1724861281934,"stop":1724861281934,"duration":0}},{"uid":"2fdb17044e8b42bd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2fdb17044e8b42bd","status":"passed","time":{"start":1724861109127,"stop":1724861109127,"duration":0}},{"uid":"be3fe484f5cd1d19","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/be3fe484f5cd1d19","status":"passed","time":{"start":1724860969294,"stop":1724860969295,"duration":1}}]},"tags":[]},"source":"af7a11260edbbb1f.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/af8a00e418093fd1.json b/7376/data/test-cases/af8a00e418093fd1.json new file mode 100644 index 00000000000..498decb4eef --- /dev/null +++ b/7376/data/test-cases/af8a00e418093fd1.json @@ -0,0 +1 @@ +{"uid":"af8a00e418093fd1","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=5 > numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","historyId":"2af63252c8685876a1aa16ea1f005c2e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611438,"stop":1724922611438,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=5"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bf50ae68b948f731","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bf50ae68b948f731","status":"passed","time":{"start":1724921270360,"stop":1724921270360,"duration":0}},{"uid":"bd665389713af02a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bd665389713af02a","status":"passed","time":{"start":1724921247819,"stop":1724921247820,"duration":1}},{"uid":"1d67769cdc710a9f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1d67769cdc710a9f","status":"passed","time":{"start":1724917989821,"stop":1724917989821,"duration":0}},{"uid":"82e5fcb22727cd9a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/82e5fcb22727cd9a","status":"passed","time":{"start":1724889678566,"stop":1724889678567,"duration":1}},{"uid":"d32be53b710579b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d32be53b710579b2","status":"passed","time":{"start":1724888829845,"stop":1724888829845,"duration":0}},{"uid":"fecfcd0b6f3a72a1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fecfcd0b6f3a72a1","status":"passed","time":{"start":1724888077012,"stop":1724888077013,"duration":1}},{"uid":"c2426812462bdf31","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c2426812462bdf31","status":"passed","time":{"start":1724886851127,"stop":1724886851128,"duration":1}},{"uid":"cff956ee4aa9d166","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cff956ee4aa9d166","status":"passed","time":{"start":1724886647113,"stop":1724886647118,"duration":5}},{"uid":"7fd3641dbac6938f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7fd3641dbac6938f","status":"passed","time":{"start":1724861992714,"stop":1724861992715,"duration":1}},{"uid":"c047cab61f85cd85","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c047cab61f85cd85","status":"passed","time":{"start":1724861469646,"stop":1724861469646,"duration":0}},{"uid":"937692d15fd9c1e4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/937692d15fd9c1e4","status":"passed","time":{"start":1724861284860,"stop":1724861284861,"duration":1}},{"uid":"c86f638f32731703","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c86f638f32731703","status":"passed","time":{"start":1724861145811,"stop":1724861145811,"duration":0}}]},"tags":[]},"source":"af8a00e418093fd1.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/af9b0dd1316143a4.json b/7376/data/test-cases/af9b0dd1316143a4.json new file mode 100644 index 00000000000..f5ad513e429 --- /dev/null +++ b/7376/data/test-cases/af9b0dd1316143a4.json @@ -0,0 +1 @@ +{"uid":"af9b0dd1316143a4","name":"should properly create location multiaddrs - udp4","fullName":"/src/enr.spec.ts: ENR > Location multiaddr > should properly create location multiaddrs - udp4","historyId":"07fd6b7b440ad8e72e5d0d37688bfbff:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922383085,"stop":1724922383085,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before all\" hook in \"Location multiaddr\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Location multiaddr"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"530fdaa7dbf39669","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/530fdaa7dbf39669","status":"passed","time":{"start":1724921046201,"stop":1724921046202,"duration":1}},{"uid":"5644337d864bfa74","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5644337d864bfa74","status":"passed","time":{"start":1724921021476,"stop":1724921021477,"duration":1}},{"uid":"ed34649670ec6de3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ed34649670ec6de3","status":"passed","time":{"start":1724917681725,"stop":1724917681725,"duration":0}},{"uid":"5ec4c23c33c88efe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ec4c23c33c88efe","status":"passed","time":{"start":1724889460652,"stop":1724889460653,"duration":1}},{"uid":"e48693b3dcc15e7e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e48693b3dcc15e7e","status":"passed","time":{"start":1724888611296,"stop":1724888611296,"duration":0}},{"uid":"4b88e16fabc5db52","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4b88e16fabc5db52","status":"passed","time":{"start":1724887767621,"stop":1724887767621,"duration":0}},{"uid":"6d5472f9ed2cd2bf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6d5472f9ed2cd2bf","status":"passed","time":{"start":1724886533987,"stop":1724886533991,"duration":4}},{"uid":"e663522688589b7a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e663522688589b7a","status":"passed","time":{"start":1724886311755,"stop":1724886311756,"duration":1}},{"uid":"b74ab4f6f6c5fe0b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b74ab4f6f6c5fe0b","status":"passed","time":{"start":1724861760776,"stop":1724861760776,"duration":0}},{"uid":"3baaffd09e5af823","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3baaffd09e5af823","status":"passed","time":{"start":1724861231735,"stop":1724861231735,"duration":0}},{"uid":"e45cef558c41c31e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e45cef558c41c31e","status":"passed","time":{"start":1724861054256,"stop":1724861054257,"duration":1}},{"uid":"988db2845e3ca8a6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/988db2845e3ca8a6","status":"passed","time":{"start":1724860915811,"stop":1724860915816,"duration":5}}]},"tags":[]},"source":"af9b0dd1316143a4.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/dbeabdbb163f3f4f.json b/7376/data/test-cases/afaee155ca90d5f1.json similarity index 61% rename from 7346/data/test-cases/dbeabdbb163f3f4f.json rename to 7376/data/test-cases/afaee155ca90d5f1.json index 8cec728b69b..7441a952a9e 100644 --- a/7346/data/test-cases/dbeabdbb163f3f4f.json +++ b/7376/data/test-cases/afaee155ca90d5f1.json @@ -1 +1 @@ -{"uid":"dbeabdbb163f3f4f","name":"Query with Promise Callback, Multiple PubsubTopics","fullName":"/tests/store/error_handling.node.spec.ts: Waku Store, error handling > Query with Promise Callback, Multiple PubsubTopics","historyId":"572b70806d3a8d2d13bbbaadda16842c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765511610,"stop":1724765511610,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"875ec4f2571d8749","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/875ec4f2571d8749","status":"passed","time":{"start":1724765437247,"stop":1724765437248,"duration":1}},{"uid":"a63c672ee1b26416","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/a63c672ee1b26416","status":"passed","time":{"start":1724763800271,"stop":1724763800272,"duration":1}},{"uid":"c36c6f318462c350","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c36c6f318462c350","status":"passed","time":{"start":1724761051504,"stop":1724761051504,"duration":0}},{"uid":"29a8af7af8eea04b","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/29a8af7af8eea04b","status":"passed","time":{"start":1724760070344,"stop":1724760070345,"duration":1}},{"uid":"1d7534504818b55","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/1d7534504818b55","status":"passed","time":{"start":1724758216999,"stop":1724758216999,"duration":0}},{"uid":"7154c7d235052f72","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/7154c7d235052f72","status":"passed","time":{"start":1724757897654,"stop":1724757897654,"duration":0}},{"uid":"4670e559c4f908a8","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/4670e559c4f908a8","status":"passed","time":{"start":1724757268034,"stop":1724757268035,"duration":1}},{"uid":"2bc2dd61c8b5adab","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2bc2dd61c8b5adab","status":"passed","time":{"start":1724755345247,"stop":1724755345248,"duration":1}},{"uid":"24f49ffb255b35fe","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/24f49ffb255b35fe","status":"passed","time":{"start":1724752789265,"stop":1724752789266,"duration":1}},{"uid":"897b4487113b87b4","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/897b4487113b87b4","status":"passed","time":{"start":1724751616249,"stop":1724751616250,"duration":1}},{"uid":"6553c2fa2daa55f4","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/6553c2fa2daa55f4","status":"passed","time":{"start":1724750680583,"stop":1724750680584,"duration":1}},{"uid":"ef1c507a153011c3","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/ef1c507a153011c3","status":"passed","time":{"start":1724749679838,"stop":1724749679839,"duration":1}},{"uid":"6a6ad918c855981","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/6a6ad918c855981","status":"passed","time":{"start":1724718007753,"stop":1724718007753,"duration":0}},{"uid":"cbefd3544878172a","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/cbefd3544878172a","status":"passed","time":{"start":1724715238078,"stop":1724715238078,"duration":0}},{"uid":"4a773481f0137330","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/4a773481f0137330","status":"passed","time":{"start":1724713323551,"stop":1724713323552,"duration":1}},{"uid":"c811c39f3f0c872c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c811c39f3f0c872c","status":"passed","time":{"start":1724706504647,"stop":1724706504647,"duration":0}},{"uid":"ebb66146ec83565a","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/ebb66146ec83565a","status":"passed","time":{"start":1724704920852,"stop":1724704920852,"duration":0}},{"uid":"47a52f1c0f2797b7","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/47a52f1c0f2797b7","status":"passed","time":{"start":1724684298268,"stop":1724684298268,"duration":0}},{"uid":"dc14cad839c22797","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/dc14cad839c22797","status":"passed","time":{"start":1724673048993,"stop":1724673048993,"duration":0}},{"uid":"da3db8e6c00cc41a","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/da3db8e6c00cc41a","status":"passed","time":{"start":1724670775427,"stop":1724670775427,"duration":0}}]},"tags":[]},"source":"dbeabdbb163f3f4f.json","parameterValues":[]} \ No newline at end of file +{"uid":"afaee155ca90d5f1","name":"Query with Promise Callback, Multiple PubsubTopics","fullName":"/tests/store/error_handling.node.spec.ts: Waku Store, error handling > Query with Promise Callback, Multiple PubsubTopics","historyId":"572b70806d3a8d2d13bbbaadda16842c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922950823,"stop":1724922950823,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6a0ba7ef0ef2b573","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6a0ba7ef0ef2b573","status":"passed","time":{"start":1724921640401,"stop":1724921640401,"duration":0}},{"uid":"53b3e17e21605157","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/53b3e17e21605157","status":"passed","time":{"start":1724921600421,"stop":1724921600423,"duration":2}},{"uid":"723fa5bbc3d8f7b0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/723fa5bbc3d8f7b0","status":"passed","time":{"start":1724918300929,"stop":1724918300930,"duration":1}},{"uid":"583858ae91ae57e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/583858ae91ae57e","status":"passed","time":{"start":1724890059288,"stop":1724890059289,"duration":1}},{"uid":"292bc19786c0c991","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/292bc19786c0c991","status":"passed","time":{"start":1724889188322,"stop":1724889188323,"duration":1}},{"uid":"8e14a92996e3d712","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8e14a92996e3d712","status":"passed","time":{"start":1724888372741,"stop":1724888372741,"duration":0}},{"uid":"33c4745ed23f5219","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/33c4745ed23f5219","status":"passed","time":{"start":1724887135721,"stop":1724887135722,"duration":1}},{"uid":"232596b4b0ba98d7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/232596b4b0ba98d7","status":"passed","time":{"start":1724886919685,"stop":1724886919686,"duration":1}},{"uid":"83953d45737cdc5d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/83953d45737cdc5d","status":"passed","time":{"start":1724862341836,"stop":1724862341836,"duration":0}},{"uid":"51f5c275a0901a9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/51f5c275a0901a9","status":"passed","time":{"start":1724861815492,"stop":1724861815492,"duration":0}},{"uid":"9d2d4cf2d069a9c0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9d2d4cf2d069a9c0","status":"passed","time":{"start":1724861669536,"stop":1724861669537,"duration":1}},{"uid":"ca4c6e86efd1f033","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ca4c6e86efd1f033","status":"passed","time":{"start":1724861505420,"stop":1724861505421,"duration":1}}]},"tags":[]},"source":"afaee155ca90d5f1.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/afcec4701aef4a90.json b/7376/data/test-cases/afcec4701aef4a90.json new file mode 100644 index 00000000000..c111f34c802 --- /dev/null +++ b/7376/data/test-cases/afcec4701aef4a90.json @@ -0,0 +1 @@ +{"uid":"afcec4701aef4a90","name":"should properly create peer info with all multiaddrs","fullName":"/src/enr.spec.ts: ENR > Location multiaddr > should properly create peer info with all multiaddrs","historyId":"ad0cd331dee47f1e317fd9bab6ecd381:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922383090,"stop":1724922383091,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before all\" hook in \"Location multiaddr\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Location multiaddr"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"31075a05df1454a6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/31075a05df1454a6","status":"passed","time":{"start":1724921046207,"stop":1724921046207,"duration":0}},{"uid":"7f48fe775b4be9ac","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7f48fe775b4be9ac","status":"passed","time":{"start":1724921021478,"stop":1724921021479,"duration":1}},{"uid":"154c53d2c553bdd0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/154c53d2c553bdd0","status":"passed","time":{"start":1724917681727,"stop":1724917681727,"duration":0}},{"uid":"1fa9c273d5e3ca00","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1fa9c273d5e3ca00","status":"passed","time":{"start":1724889460654,"stop":1724889460655,"duration":1}},{"uid":"c79e0a8fe2bbf6a3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c79e0a8fe2bbf6a3","status":"passed","time":{"start":1724888611298,"stop":1724888611298,"duration":0}},{"uid":"2b87c785e4a691cf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2b87c785e4a691cf","status":"passed","time":{"start":1724887767622,"stop":1724887767623,"duration":1}},{"uid":"628cbd7a4b3422ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/628cbd7a4b3422ba","status":"passed","time":{"start":1724886533993,"stop":1724886533993,"duration":0}},{"uid":"f78d7849af023e1a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f78d7849af023e1a","status":"passed","time":{"start":1724886311760,"stop":1724886311761,"duration":1}},{"uid":"14d884f64f8b50a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14d884f64f8b50a6","status":"passed","time":{"start":1724861760778,"stop":1724861760779,"duration":1}},{"uid":"6a911cb8b56118b1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6a911cb8b56118b1","status":"passed","time":{"start":1724861231736,"stop":1724861231737,"duration":1}},{"uid":"73d7f2bb794e11bc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/73d7f2bb794e11bc","status":"passed","time":{"start":1724861054259,"stop":1724861054259,"duration":0}},{"uid":"58377a494582955e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/58377a494582955e","status":"passed","time":{"start":1724860915817,"stop":1724860915817,"duration":0}}]},"tags":[]},"source":"afcec4701aef4a90.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/716567b5e23fe914.json b/7376/data/test-cases/b04c4681d0b835fd.json similarity index 84% rename from 7346/data/test-cases/716567b5e23fe914.json rename to 7376/data/test-cases/b04c4681d0b835fd.json index abb8d53a6ba..9ecd7029595 100644 --- a/7346/data/test-cases/716567b5e23fe914.json +++ b/7376/data/test-cases/b04c4681d0b835fd.json @@ -1 +1 @@ -{"uid":"716567b5e23fe914","name":"Push message with content topic containing numeric","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing numeric","historyId":"1cd2e7ab5751589aaf3d7f49c672016c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367178,"stop":1724765367179,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"fa8fc1672ee6de01","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/fa8fc1672ee6de01","status":"passed","time":{"start":1724765300570,"stop":1724765300571,"duration":1}},{"uid":"939cf09cdf4b2ae","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/939cf09cdf4b2ae","status":"passed","time":{"start":1724763693159,"stop":1724763693159,"duration":0}},{"uid":"fdb215b5d7f94b07","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/fdb215b5d7f94b07","status":"passed","time":{"start":1724760912501,"stop":1724760912502,"duration":1}},{"uid":"5701305dd6697b97","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/5701305dd6697b97","status":"passed","time":{"start":1724759937128,"stop":1724759937128,"duration":0}},{"uid":"a5929aa194afe509","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/a5929aa194afe509","status":"passed","time":{"start":1724758102755,"stop":1724758102756,"duration":1}},{"uid":"21bda3a6c4d959bf","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/21bda3a6c4d959bf","status":"passed","time":{"start":1724757793370,"stop":1724757793370,"duration":0}},{"uid":"38939050cd9615e6","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/38939050cd9615e6","status":"passed","time":{"start":1724757169523,"stop":1724757169523,"duration":0}},{"uid":"61788a78c0c361ae","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/61788a78c0c361ae","status":"passed","time":{"start":1724755216338,"stop":1724755216338,"duration":0}},{"uid":"efc9d029c540d912","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/efc9d029c540d912","status":"passed","time":{"start":1724752641987,"stop":1724752641987,"duration":0}},{"uid":"1699e3532c257625","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/1699e3532c257625","status":"passed","time":{"start":1724751479132,"stop":1724751479133,"duration":1}},{"uid":"852095c7671e8318","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/852095c7671e8318","status":"passed","time":{"start":1724750562202,"stop":1724750562203,"duration":1}},{"uid":"277ac581b88f002f","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/277ac581b88f002f","status":"passed","time":{"start":1724749562426,"stop":1724749562427,"duration":1}},{"uid":"9f607bae926b3100","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/9f607bae926b3100","status":"passed","time":{"start":1724717869154,"stop":1724717869154,"duration":0}},{"uid":"f23a4e853388614a","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/f23a4e853388614a","status":"passed","time":{"start":1724715106023,"stop":1724715106023,"duration":0}},{"uid":"f34093ffb29fec7d","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/f34093ffb29fec7d","status":"passed","time":{"start":1724713204886,"stop":1724713204886,"duration":0}},{"uid":"22104f9d88747846","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/22104f9d88747846","status":"passed","time":{"start":1724706379250,"stop":1724706379252,"duration":2}},{"uid":"709efff7d8f5f4d4","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/709efff7d8f5f4d4","status":"passed","time":{"start":1724704806953,"stop":1724704806953,"duration":0}},{"uid":"ac9a96e6bc576a28","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/ac9a96e6bc576a28","status":"passed","time":{"start":1724684165989,"stop":1724684165989,"duration":0}},{"uid":"9733ea80ce34b7c2","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/9733ea80ce34b7c2","status":"passed","time":{"start":1724672921816,"stop":1724672921816,"duration":0}},{"uid":"8a4a64a6b19f0ab6","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/8a4a64a6b19f0ab6","status":"passed","time":{"start":1724670647873,"stop":1724670647873,"duration":0}}]},"tags":[]},"source":"716567b5e23fe914.json","parameterValues":[]} \ No newline at end of file +{"uid":"b04c4681d0b835fd","name":"Push message with content topic containing numeric","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing numeric","historyId":"1cd2e7ab5751589aaf3d7f49c672016c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853915,"stop":1724922853916,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"39c6e8808cf3a25b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/39c6e8808cf3a25b","status":"passed","time":{"start":1724921529583,"stop":1724921529583,"duration":0}},{"uid":"d14813d788edfe13","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d14813d788edfe13","status":"passed","time":{"start":1724921488878,"stop":1724921488878,"duration":0}},{"uid":"34d201a741190a69","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/34d201a741190a69","status":"passed","time":{"start":1724918203685,"stop":1724918203685,"duration":0}},{"uid":"c26dc315e037e404","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c26dc315e037e404","status":"passed","time":{"start":1724889938357,"stop":1724889938357,"duration":0}},{"uid":"4eaeaa4afba58730","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4eaeaa4afba58730","status":"passed","time":{"start":1724889077065,"stop":1724889077065,"duration":0}},{"uid":"9a01225b9b4f47a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9a01225b9b4f47a9","status":"passed","time":{"start":1724888268032,"stop":1724888268033,"duration":1}},{"uid":"16b0f82248610724","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/16b0f82248610724","status":"passed","time":{"start":1724887032401,"stop":1724887032401,"duration":0}},{"uid":"c77ad99ee92c509b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c77ad99ee92c509b","status":"passed","time":{"start":1724886822794,"stop":1724886822798,"duration":4}},{"uid":"f99345645d295f3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f99345645d295f3e","status":"passed","time":{"start":1724862233509,"stop":1724862233509,"duration":0}},{"uid":"5ce824b812ef07d2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5ce824b812ef07d2","status":"passed","time":{"start":1724861712668,"stop":1724861712669,"duration":1}},{"uid":"40600e0264f8b109","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/40600e0264f8b109","status":"passed","time":{"start":1724861567887,"stop":1724861567888,"duration":1}},{"uid":"99708101304bde7c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/99708101304bde7c","status":"passed","time":{"start":1724861392053,"stop":1724861392053,"duration":0}}]},"tags":[]},"source":"b04c4681d0b835fd.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/b0f86d5e8ce893c7.json b/7376/data/test-cases/b0f86d5e8ce893c7.json new file mode 100644 index 00000000000..82bf7b90927 --- /dev/null +++ b/7376/data/test-cases/b0f86d5e8ce893c7.json @@ -0,0 +1 @@ +{"uid":"b0f86d5e8ce893c7","name":"Ping on unsubscribed peer","fullName":"/tests/filter/ping.node.spec.ts: Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true > Ping on unsubscribed peer","historyId":"2c9191224ca2eaa2b74e25ccf880866c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922499929,"stop":1724922499930,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f0245e71ccb34948","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f0245e71ccb34948","status":"passed","time":{"start":1724921158277,"stop":1724921158278,"duration":1}},{"uid":"6cd3c95a44962c72","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6cd3c95a44962c72","status":"passed","time":{"start":1724921130073,"stop":1724921130073,"duration":0}},{"uid":"5416e4dcc10c01fb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5416e4dcc10c01fb","status":"passed","time":{"start":1724917796890,"stop":1724917796891,"duration":1}},{"uid":"ba9b9c7fd531011e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ba9b9c7fd531011e","status":"passed","time":{"start":1724889579994,"stop":1724889579994,"duration":0}},{"uid":"2d311d6d1d67f9c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d311d6d1d67f9c0","status":"passed","time":{"start":1724888730126,"stop":1724888730127,"duration":1}},{"uid":"2a49786f96abda65","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2a49786f96abda65","status":"passed","time":{"start":1724887883925,"stop":1724887883926,"duration":1}},{"uid":"88ffeeb2a4051144","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/88ffeeb2a4051144","status":"passed","time":{"start":1724886651243,"stop":1724886651244,"duration":1}},{"uid":"cea3abaffa9baa9e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cea3abaffa9baa9e","status":"passed","time":{"start":1724886430267,"stop":1724886430267,"duration":0}},{"uid":"d1f26a5461825d44","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d1f26a5461825d44","status":"passed","time":{"start":1724861879166,"stop":1724861879167,"duration":1}},{"uid":"4b69425223d35564","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4b69425223d35564","status":"passed","time":{"start":1724861345736,"stop":1724861345736,"duration":0}},{"uid":"99427b2fceff701f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/99427b2fceff701f","status":"passed","time":{"start":1724861186693,"stop":1724861186693,"duration":0}},{"uid":"66231d0141ea17d1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/66231d0141ea17d1","status":"passed","time":{"start":1724861034884,"stop":1724861034884,"duration":0}}]},"tags":[]},"source":"b0f86d5e8ce893c7.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/ad428e013d3fc72c.json b/7376/data/test-cases/b1c7199775d08a59.json similarity index 74% rename from 7346/data/test-cases/ad428e013d3fc72c.json rename to 7376/data/test-cases/b1c7199775d08a59.json index 795d423d262..0a7b578f26d 100644 --- a/7346/data/test-cases/ad428e013d3fc72c.json +++ b/7376/data/test-cases/b1c7199775d08a59.json @@ -1 +1 @@ -{"uid":"ad428e013d3fc72c","name":"Subscribe to topic containing shell command and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing shell command and publish message","historyId":"d6dc95c2624275135509b6e324d75fe5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765421009,"stop":1724765421010,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"3899e7c9a5e9d1a0","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/3899e7c9a5e9d1a0","status":"passed","time":{"start":1724765345663,"stop":1724765345664,"duration":1}},{"uid":"70b9d104860d63c6","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/70b9d104860d63c6","status":"passed","time":{"start":1724763728521,"stop":1724763728521,"duration":0}},{"uid":"edd1fb049e4edaa6","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/edd1fb049e4edaa6","status":"passed","time":{"start":1724760958462,"stop":1724760958462,"duration":0}},{"uid":"f8d9a9b68748e79e","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/f8d9a9b68748e79e","status":"passed","time":{"start":1724759986218,"stop":1724759986218,"duration":0}},{"uid":"93ef71d82b4a1c30","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/93ef71d82b4a1c30","status":"passed","time":{"start":1724758131999,"stop":1724758132000,"duration":1}},{"uid":"65f84925eb24f413","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/65f84925eb24f413","status":"passed","time":{"start":1724757804673,"stop":1724757804673,"duration":0}},{"uid":"f6f243a864ed98ca","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/f6f243a864ed98ca","status":"passed","time":{"start":1724757182045,"stop":1724757182046,"duration":1}},{"uid":"aef73c6c5cac794a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/aef73c6c5cac794a","status":"passed","time":{"start":1724755250670,"stop":1724755250671,"duration":1}},{"uid":"2e271c89282d801c","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/2e271c89282d801c","status":"passed","time":{"start":1724752681464,"stop":1724752681464,"duration":0}},{"uid":"139ba3fdb83ecba0","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/139ba3fdb83ecba0","status":"passed","time":{"start":1724751529162,"stop":1724751529162,"duration":0}},{"uid":"df81efbe6c8c86c7","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/df81efbe6c8c86c7","status":"passed","time":{"start":1724750601866,"stop":1724750601880,"duration":14}},{"uid":"9a89ef6eb4c6b0a8","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/9a89ef6eb4c6b0a8","status":"passed","time":{"start":1724749597813,"stop":1724749597813,"duration":0}},{"uid":"883c02de8f70517f","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/883c02de8f70517f","status":"passed","time":{"start":1724717911309,"stop":1724717911310,"duration":1}},{"uid":"f20547e2dbdf4539","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/f20547e2dbdf4539","status":"passed","time":{"start":1724715155605,"stop":1724715155605,"duration":0}},{"uid":"597422e26531fd8c","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/597422e26531fd8c","status":"passed","time":{"start":1724713233430,"stop":1724713233430,"duration":0}},{"uid":"3c589b356af695c1","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/3c589b356af695c1","status":"passed","time":{"start":1724706419533,"stop":1724706419533,"duration":0}},{"uid":"1741a4c556560405","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/1741a4c556560405","status":"passed","time":{"start":1724704833544,"stop":1724704833544,"duration":0}},{"uid":"ed7b6a2fc50c91f9","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/ed7b6a2fc50c91f9","status":"passed","time":{"start":1724684206372,"stop":1724684206373,"duration":1}},{"uid":"c76ad906c2ef7379","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/c76ad906c2ef7379","status":"passed","time":{"start":1724672961269,"stop":1724672961269,"duration":0}},{"uid":"4b4048689e56fd3f","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/4b4048689e56fd3f","status":"passed","time":{"start":1724670685272,"stop":1724670685272,"duration":0}}]},"tags":[]},"source":"ad428e013d3fc72c.json","parameterValues":[]} \ No newline at end of file +{"uid":"b1c7199775d08a59","name":"Subscribe to topic containing shell command and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing shell command and publish message","historyId":"d6dc95c2624275135509b6e324d75fe5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922891492,"stop":1724922891493,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fe941fc0fd498207","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fe941fc0fd498207","status":"passed","time":{"start":1724921563020,"stop":1724921563020,"duration":0}},{"uid":"71902d9cfa8a9e8f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/71902d9cfa8a9e8f","status":"passed","time":{"start":1724921526817,"stop":1724921526817,"duration":0}},{"uid":"2b6f81c2375b5431","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2b6f81c2375b5431","status":"passed","time":{"start":1724918239953,"stop":1724918239953,"duration":0}},{"uid":"9f7352f2c13153b4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f7352f2c13153b4","status":"passed","time":{"start":1724889980926,"stop":1724889980927,"duration":1}},{"uid":"ef27b0d4856b07bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ef27b0d4856b07bc","status":"passed","time":{"start":1724889109977,"stop":1724889109979,"duration":2}},{"uid":"77b34bc065c7313d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/77b34bc065c7313d","status":"passed","time":{"start":1724888294726,"stop":1724888294726,"duration":0}},{"uid":"de34a7fb72bc42b7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/de34a7fb72bc42b7","status":"passed","time":{"start":1724887071744,"stop":1724887071745,"duration":1}},{"uid":"17e98d81e0748d61","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/17e98d81e0748d61","status":"passed","time":{"start":1724886848350,"stop":1724886848350,"duration":0}},{"uid":"132f96ca6c8b2594","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/132f96ca6c8b2594","status":"passed","time":{"start":1724862259260,"stop":1724862259260,"duration":0}},{"uid":"ca2e4989aafa535b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ca2e4989aafa535b","status":"passed","time":{"start":1724861735335,"stop":1724861735335,"duration":0}},{"uid":"50d5dbed56f9e93f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/50d5dbed56f9e93f","status":"passed","time":{"start":1724861606352,"stop":1724861606353,"duration":1}},{"uid":"9881ae4d17479d73","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9881ae4d17479d73","status":"passed","time":{"start":1724861426691,"stop":1724861426692,"duration":1}}]},"tags":[]},"source":"b1c7199775d08a59.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/b737aee05d37b734.json b/7376/data/test-cases/b2af12cd71e31db0.json similarity index 76% rename from 7346/data/test-cases/b737aee05d37b734.json rename to 7376/data/test-cases/b2af12cd71e31db0.json index b348ee56ca5..660fc153663 100644 --- a/7346/data/test-cases/b737aee05d37b734.json +++ b/7376/data/test-cases/b2af12cd71e31db0.json @@ -1 +1 @@ -{"uid":"b737aee05d37b734","name":"Check received message containing Arabic","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing Arabic","historyId":"e741c95e6179c2b91d338de7e9c2e11f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765048427,"stop":1724765048427,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"f5a5105cddd91f4f","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/f5a5105cddd91f4f","status":"passed","time":{"start":1724764977133,"stop":1724764977133,"duration":0}},{"uid":"32478ba53246fc7a","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/32478ba53246fc7a","status":"passed","time":{"start":1724763340004,"stop":1724763340004,"duration":0}},{"uid":"cb629cc8761b546","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/cb629cc8761b546","status":"passed","time":{"start":1724760600496,"stop":1724760600497,"duration":1}},{"uid":"53cb3a74a7fe1f58","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/53cb3a74a7fe1f58","status":"passed","time":{"start":1724759627551,"stop":1724759627551,"duration":0}},{"uid":"fd390bccfc2b3025","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/fd390bccfc2b3025","status":"passed","time":{"start":1724757762718,"stop":1724757762719,"duration":1}},{"uid":"8152695039c8b51c","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/8152695039c8b51c","status":"passed","time":{"start":1724757473903,"stop":1724757473903,"duration":0}},{"uid":"d4d484150df3f89","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/d4d484150df3f89","status":"passed","time":{"start":1724756806003,"stop":1724756806004,"duration":1}},{"uid":"5374a9f8b0e9ceb6","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/5374a9f8b0e9ceb6","status":"passed","time":{"start":1724754890966,"stop":1724754890967,"duration":1}},{"uid":"946815422d418d1f","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/946815422d418d1f","status":"passed","time":{"start":1724752321307,"stop":1724752321307,"duration":0}},{"uid":"5d3f59a38f258f96","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/5d3f59a38f258f96","status":"passed","time":{"start":1724751157975,"stop":1724751157975,"duration":0}},{"uid":"33bbeecc0b20146d","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/33bbeecc0b20146d","status":"passed","time":{"start":1724750231018,"stop":1724750231018,"duration":0}},{"uid":"4304f0b7b9c26751","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/4304f0b7b9c26751","status":"passed","time":{"start":1724749270691,"stop":1724749270691,"duration":0}},{"uid":"eb8bf7704e2105f6","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/eb8bf7704e2105f6","status":"passed","time":{"start":1724717545672,"stop":1724717545673,"duration":1}},{"uid":"78d96934410f7a8e","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/78d96934410f7a8e","status":"passed","time":{"start":1724714779147,"stop":1724714779147,"duration":0}},{"uid":"3ed3354686b0344c","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/3ed3354686b0344c","status":"passed","time":{"start":1724712855306,"stop":1724712855307,"duration":1}},{"uid":"9cacb5acdacab419","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/9cacb5acdacab419","status":"passed","time":{"start":1724706072095,"stop":1724706072096,"duration":1}},{"uid":"4d74fdd1836a95a6","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/4d74fdd1836a95a6","status":"passed","time":{"start":1724704476159,"stop":1724704476160,"duration":1}},{"uid":"ec34bc6bd82ffc2a","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/ec34bc6bd82ffc2a","status":"passed","time":{"start":1724683855302,"stop":1724683855302,"duration":0}},{"uid":"cd95c5785d8b922e","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/cd95c5785d8b922e","status":"passed","time":{"start":1724672579671,"stop":1724672579671,"duration":0}},{"uid":"78945011e521f32d","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/78945011e521f32d","status":"passed","time":{"start":1724670325009,"stop":1724670325009,"duration":0}}]},"tags":[]},"source":"b737aee05d37b734.json","parameterValues":[]} \ No newline at end of file +{"uid":"b2af12cd71e31db0","name":"Check received message containing Arabic","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing Arabic","historyId":"e741c95e6179c2b91d338de7e9c2e11f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922601840,"stop":1724922601840,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8b5e095b44e4c4f1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8b5e095b44e4c4f1","status":"passed","time":{"start":1724921267867,"stop":1724921267867,"duration":0}},{"uid":"58258bb5132bc9cf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/58258bb5132bc9cf","status":"passed","time":{"start":1724921244360,"stop":1724921244361,"duration":1}},{"uid":"cbabb5b0160007f4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cbabb5b0160007f4","status":"passed","time":{"start":1724917916040,"stop":1724917916040,"duration":0}},{"uid":"84145238bc3edf6a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/84145238bc3edf6a","status":"passed","time":{"start":1724889678252,"stop":1724889678252,"duration":0}},{"uid":"3dd7b5eb86577f6d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3dd7b5eb86577f6d","status":"passed","time":{"start":1724888831681,"stop":1724888831682,"duration":1}},{"uid":"24ecdfd5d7181efa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/24ecdfd5d7181efa","status":"passed","time":{"start":1724888003318,"stop":1724888003318,"duration":0}},{"uid":"3d1f11cf806aa639","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3d1f11cf806aa639","status":"passed","time":{"start":1724886776603,"stop":1724886776603,"duration":0}},{"uid":"f89b9c0ad30dc0bb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f89b9c0ad30dc0bb","status":"passed","time":{"start":1724886555789,"stop":1724886555789,"duration":0}},{"uid":"c5179c3327e59286","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5179c3327e59286","status":"passed","time":{"start":1724861983003,"stop":1724861983004,"duration":1}},{"uid":"4598b017032a8857","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4598b017032a8857","status":"passed","time":{"start":1724861444064,"stop":1724861444064,"duration":0}},{"uid":"18ddfcab61848db5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/18ddfcab61848db5","status":"passed","time":{"start":1724861285827,"stop":1724861285827,"duration":0}},{"uid":"3df04f60fdfc770a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3df04f60fdfc770a","status":"passed","time":{"start":1724861145660,"stop":1724861145662,"duration":2}}]},"tags":[]},"source":"b2af12cd71e31db0.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/fbec4124ae444c7e.json b/7376/data/test-cases/b2afd7abd7f2e393.json similarity index 84% rename from 7346/data/test-cases/fbec4124ae444c7e.json rename to 7376/data/test-cases/b2afd7abd7f2e393.json index 9ff6e4c860c..b59879efd53 100644 --- a/7346/data/test-cases/fbec4124ae444c7e.json +++ b/7376/data/test-cases/b2afd7abd7f2e393.json @@ -1 +1 @@ -{"uid":"fbec4124ae444c7e","name":"Push message with SQL Injection payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with SQL Injection payload","historyId":"33fdc0abcc05365671923e497cbe2ac0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505318,"stop":1724765505324,"duration":6},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":22,"unknown":0,"total":26},"items":[{"uid":"cef3c02a1dde67cf","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/cef3c02a1dde67cf","status":"passed","time":{"start":1724765434015,"stop":1724765434016,"duration":1}},{"uid":"975f2b9bdbb136f1","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/975f2b9bdbb136f1","status":"passed","time":{"start":1724763779022,"stop":1724763779023,"duration":1}},{"uid":"359c1d5910e0e374","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/359c1d5910e0e374","status":"passed","time":{"start":1724761038715,"stop":1724761038715,"duration":0}},{"uid":"6b6b69d3241e9983","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/6b6b69d3241e9983","status":"passed","time":{"start":1724760066617,"stop":1724760066617,"duration":0}},{"uid":"7936833e8728ae2e","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/7936833e8728ae2e","status":"passed","time":{"start":1724758222980,"stop":1724758222980,"duration":0}},{"uid":"bf008f39ffb95dcc","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/bf008f39ffb95dcc","status":"passed","time":{"start":1724757927314,"stop":1724757927315,"duration":1}},{"uid":"bc6e02af37ab3e26","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/bc6e02af37ab3e26","status":"passed","time":{"start":1724757257487,"stop":1724757257487,"duration":0}},{"uid":"1e3034c0c9863aab","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/1e3034c0c9863aab","status":"passed","time":{"start":1724755332945,"stop":1724755332946,"duration":1}},{"uid":"eceeec0fde1577ca","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/eceeec0fde1577ca","status":"passed","time":{"start":1724752782318,"stop":1724752782318,"duration":0}},{"uid":"7b3fd4d74f616035","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/7b3fd4d74f616035","status":"passed","time":{"start":1724751616568,"stop":1724751616568,"duration":0}},{"uid":"80b4f0c896d21470","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/80b4f0c896d21470","status":"passed","time":{"start":1724750701988,"stop":1724750701988,"duration":0}},{"uid":"bf221a89b277f7eb","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/bf221a89b277f7eb","status":"passed","time":{"start":1724749709038,"stop":1724749709038,"duration":0}},{"uid":"5b76b162f3a3c2b2","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/5b76b162f3a3c2b2","status":"passed","time":{"start":1724718008210,"stop":1724718008210,"duration":0}},{"uid":"5867e976e2a9d3d3","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/5867e976e2a9d3d3","status":"passed","time":{"start":1724715239086,"stop":1724715239086,"duration":0}},{"uid":"cdbef8366e161226","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/cdbef8366e161226","status":"passed","time":{"start":1724713322701,"stop":1724713322701,"duration":0}},{"uid":"c3c26f8bff666a63","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c3c26f8bff666a63","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724707170667,"stop":1724707170667,"duration":0}},{"uid":"c3af5b07f3b36f2d","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c3af5b07f3b36f2d","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724705570755,"stop":1724705570755,"duration":0}},{"uid":"1bfbe9312e533e7b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/1bfbe9312e533e7b","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724684936344,"stop":1724684936344,"duration":0}},{"uid":"16c8d0e3ac298935","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/16c8d0e3ac298935","status":"passed","time":{"start":1724673044031,"stop":1724673044032,"duration":1}},{"uid":"39d89a11fb1e338e","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/39d89a11fb1e338e","status":"passed","time":{"start":1724670767284,"stop":1724670767284,"duration":0}}]},"tags":[]},"source":"fbec4124ae444c7e.json","parameterValues":[]} \ No newline at end of file +{"uid":"b2afd7abd7f2e393","name":"Push message with SQL Injection payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with SQL Injection payload","historyId":"33fdc0abcc05365671923e497cbe2ac0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921446,"stop":1724922921447,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4ebf57b07e2b02ec","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4ebf57b07e2b02ec","status":"passed","time":{"start":1724921602945,"stop":1724921602946,"duration":1}},{"uid":"43db74aa5acab64e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/43db74aa5acab64e","status":"passed","time":{"start":1724921571095,"stop":1724921571095,"duration":0}},{"uid":"a6cbf4c652bf59a0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a6cbf4c652bf59a0","status":"passed","time":{"start":1724918285585,"stop":1724918285585,"duration":0}},{"uid":"f1deef9d1e966335","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f1deef9d1e966335","status":"passed","time":{"start":1724890030088,"stop":1724890030088,"duration":0}},{"uid":"cf7b16cbd0e5d59c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf7b16cbd0e5d59c","status":"passed","time":{"start":1724889171906,"stop":1724889171907,"duration":1}},{"uid":"74ee3f4d771394f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/74ee3f4d771394f","status":"passed","time":{"start":1724888350720,"stop":1724888350720,"duration":0}},{"uid":"cddffbc8832083d5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cddffbc8832083d5","status":"passed","time":{"start":1724887115405,"stop":1724887115406,"duration":1}},{"uid":"7ee6df48212435ea","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7ee6df48212435ea","status":"passed","time":{"start":1724886884569,"stop":1724886884569,"duration":0}},{"uid":"d628959947cfeb66","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d628959947cfeb66","status":"passed","time":{"start":1724862322247,"stop":1724862322247,"duration":0}},{"uid":"d926fa1c1d157a87","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d926fa1c1d157a87","status":"passed","time":{"start":1724861790749,"stop":1724861790750,"duration":1}},{"uid":"96e6b51078101338","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/96e6b51078101338","status":"passed","time":{"start":1724861628418,"stop":1724861628419,"duration":1}},{"uid":"32e364b12365c262","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/32e364b12365c262","status":"passed","time":{"start":1724861465622,"stop":1724861465623,"duration":1}}]},"tags":[]},"source":"b2afd7abd7f2e393.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/5016d14c4dfa3b81.json b/7376/data/test-cases/b303f5567fc99e77.json similarity index 74% rename from 7346/data/test-cases/5016d14c4dfa3b81.json rename to 7376/data/test-cases/b303f5567fc99e77.json index d43626d05b2..2784097ac8c 100644 --- a/7346/data/test-cases/5016d14c4dfa3b81.json +++ b/7376/data/test-cases/b303f5567fc99e77.json @@ -1 +1 @@ -{"uid":"5016d14c4dfa3b81","name":"Subscribe to topic containing Basic HTML tag and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing Basic HTML tag and publish message","historyId":"073f8bd5bc0acc96d625ba4577924444:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765421009,"stop":1724765421009,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"db79dd6b82d53e21","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/db79dd6b82d53e21","status":"passed","time":{"start":1724765345663,"stop":1724765345663,"duration":0}},{"uid":"17a3abba21960e2","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/17a3abba21960e2","status":"passed","time":{"start":1724763728520,"stop":1724763728521,"duration":1}},{"uid":"b94a8e4ac527d85f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b94a8e4ac527d85f","status":"passed","time":{"start":1724760958461,"stop":1724760958461,"duration":0}},{"uid":"91a37868bfb6e90c","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/91a37868bfb6e90c","status":"passed","time":{"start":1724759986214,"stop":1724759986216,"duration":2}},{"uid":"8199299be2fe238e","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/8199299be2fe238e","status":"passed","time":{"start":1724758131997,"stop":1724758131998,"duration":1}},{"uid":"5c4db11e6f003bd5","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/5c4db11e6f003bd5","status":"passed","time":{"start":1724757804672,"stop":1724757804672,"duration":0}},{"uid":"cbb35f040b48e487","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/cbb35f040b48e487","status":"passed","time":{"start":1724757182043,"stop":1724757182044,"duration":1}},{"uid":"74d66a01b4910438","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/74d66a01b4910438","status":"passed","time":{"start":1724755250669,"stop":1724755250670,"duration":1}},{"uid":"275bf3996535a318","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/275bf3996535a318","status":"passed","time":{"start":1724752681463,"stop":1724752681463,"duration":0}},{"uid":"451cd5fcba39040f","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/451cd5fcba39040f","status":"passed","time":{"start":1724751529161,"stop":1724751529161,"duration":0}},{"uid":"71e05d4a4d10d8f2","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/71e05d4a4d10d8f2","status":"passed","time":{"start":1724750601862,"stop":1724750601865,"duration":3}},{"uid":"a93bc833beafd33d","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/a93bc833beafd33d","status":"passed","time":{"start":1724749597812,"stop":1724749597812,"duration":0}},{"uid":"1c529237b125512f","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/1c529237b125512f","status":"passed","time":{"start":1724717911307,"stop":1724717911308,"duration":1}},{"uid":"f039ecd12287cd27","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/f039ecd12287cd27","status":"passed","time":{"start":1724715155604,"stop":1724715155604,"duration":0}},{"uid":"ddf06cb16cc38973","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/ddf06cb16cc38973","status":"passed","time":{"start":1724713233429,"stop":1724713233429,"duration":0}},{"uid":"12031a5dddc5394e","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/12031a5dddc5394e","status":"passed","time":{"start":1724706419531,"stop":1724706419532,"duration":1}},{"uid":"fe0fb0fb2631135e","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/fe0fb0fb2631135e","status":"passed","time":{"start":1724704833543,"stop":1724704833544,"duration":1}},{"uid":"c532f6c7a3e97baf","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c532f6c7a3e97baf","status":"passed","time":{"start":1724684206372,"stop":1724684206372,"duration":0}},{"uid":"149856772ac0021e","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/149856772ac0021e","status":"passed","time":{"start":1724672961267,"stop":1724672961268,"duration":1}},{"uid":"52ca716a767fecd0","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/52ca716a767fecd0","status":"passed","time":{"start":1724670685271,"stop":1724670685272,"duration":1}}]},"tags":[]},"source":"5016d14c4dfa3b81.json","parameterValues":[]} \ No newline at end of file +{"uid":"b303f5567fc99e77","name":"Subscribe to topic containing Basic HTML tag and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing Basic HTML tag and publish message","historyId":"073f8bd5bc0acc96d625ba4577924444:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922891492,"stop":1724922891492,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b2500cc441ed711c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b2500cc441ed711c","status":"passed","time":{"start":1724921563019,"stop":1724921563019,"duration":0}},{"uid":"7d899ffc1e4a70b2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7d899ffc1e4a70b2","status":"passed","time":{"start":1724921526815,"stop":1724921526816,"duration":1}},{"uid":"b6e8f4db02ed324a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b6e8f4db02ed324a","status":"passed","time":{"start":1724918239949,"stop":1724918239952,"duration":3}},{"uid":"ad3ea792a44b5e17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ad3ea792a44b5e17","status":"passed","time":{"start":1724889980922,"stop":1724889980923,"duration":1}},{"uid":"9a7cc234c3264aae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9a7cc234c3264aae","status":"passed","time":{"start":1724889109975,"stop":1724889109976,"duration":1}},{"uid":"c22f2523334209b4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c22f2523334209b4","status":"passed","time":{"start":1724888294725,"stop":1724888294725,"duration":0}},{"uid":"38c2e046dc78c508","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/38c2e046dc78c508","status":"passed","time":{"start":1724887071744,"stop":1724887071744,"duration":0}},{"uid":"d1ca3c5054fca7c5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d1ca3c5054fca7c5","status":"passed","time":{"start":1724886848349,"stop":1724886848349,"duration":0}},{"uid":"88c7c83a4df4139d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/88c7c83a4df4139d","status":"passed","time":{"start":1724862259258,"stop":1724862259259,"duration":1}},{"uid":"eaace37a52c8fb66","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/eaace37a52c8fb66","status":"passed","time":{"start":1724861735333,"stop":1724861735334,"duration":1}},{"uid":"a5372cab13726a1d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a5372cab13726a1d","status":"passed","time":{"start":1724861606352,"stop":1724861606352,"duration":0}},{"uid":"488770b1efdaf427","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/488770b1efdaf427","status":"passed","time":{"start":1724861426691,"stop":1724861426691,"duration":0}}]},"tags":[]},"source":"b303f5567fc99e77.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/b3233317665cfd.json b/7376/data/test-cases/b3233317665cfd.json new file mode 100644 index 00000000000..a22773be2a4 --- /dev/null +++ b/7376/data/test-cases/b3233317665cfd.json @@ -0,0 +1 @@ +{"uid":"b3233317665cfd","name":"Store - dialed first","fullName":"/tests/wait_for_remote_peer.node.spec.ts: Wait for remote peer > Store - dialed first","historyId":"b2d31a70aff7c5f9d50c1f5e686cd7c7:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923008735,"stop":1724923008735,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Wait for remote peer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1cbc075455c3f692","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1cbc075455c3f692","status":"passed","time":{"start":1724921677827,"stop":1724921677828,"duration":1}},{"uid":"cef1d3316beaa233","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cef1d3316beaa233","status":"passed","time":{"start":1724921635679,"stop":1724921635679,"duration":0}},{"uid":"3c6dfc91e24acacf","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3c6dfc91e24acacf","status":"passed","time":{"start":1724918344738,"stop":1724918344739,"duration":1}},{"uid":"51fac19176458197","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/51fac19176458197","status":"passed","time":{"start":1724890097427,"stop":1724890097427,"duration":0}},{"uid":"34dc5bf907e8b80b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/34dc5bf907e8b80b","status":"passed","time":{"start":1724889226623,"stop":1724889226623,"duration":0}},{"uid":"92cf328577a26944","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/92cf328577a26944","status":"passed","time":{"start":1724888405387,"stop":1724888405387,"duration":0}},{"uid":"5b6485f439755256","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5b6485f439755256","status":"passed","time":{"start":1724887180096,"stop":1724887180096,"duration":0}},{"uid":"1a1d8ca7a3b89d45","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1a1d8ca7a3b89d45","status":"passed","time":{"start":1724886957950,"stop":1724886957950,"duration":0}},{"uid":"bc110a44a7c5c869","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc110a44a7c5c869","status":"passed","time":{"start":1724862379718,"stop":1724862379718,"duration":0}},{"uid":"98f3af7992496426","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/98f3af7992496426","status":"passed","time":{"start":1724861853004,"stop":1724861853004,"duration":0}},{"uid":"d4d94b0c1349e479","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d4d94b0c1349e479","status":"passed","time":{"start":1724861709846,"stop":1724861709847,"duration":1}},{"uid":"22a5069648a2e9c0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/22a5069648a2e9c0","status":"passed","time":{"start":1724861537424,"stop":1724861537424,"duration":0}}]},"tags":[]},"source":"b3233317665cfd.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/b34ce1975864a6a5.json b/7376/data/test-cases/b34ce1975864a6a5.json new file mode 100644 index 00000000000..c5a0a8cc56d --- /dev/null +++ b/7376/data/test-cases/b34ce1975864a6a5.json @@ -0,0 +1 @@ +{"uid":"b34ce1975864a6a5","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /app/20/sometopic/someencoding to shard index 7","historyId":"a1ef4500ed4bee314feb5fac5b2983ba:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374672,"stop":1724922374673,"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":13,"unknown":0,"total":13},"items":[{"uid":"b72e034a574ff9e2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b72e034a574ff9e2","status":"passed","time":{"start":1724921037633,"stop":1724921037633,"duration":0}},{"uid":"a733b90ccb831c89","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a733b90ccb831c89","status":"passed","time":{"start":1724921013045,"stop":1724921013045,"duration":0}},{"uid":"554d20c27be569ab","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/554d20c27be569ab","status":"passed","time":{"start":1724917673289,"stop":1724917673289,"duration":0}},{"uid":"9f3e7963afc97213","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f3e7963afc97213","status":"passed","time":{"start":1724889452307,"stop":1724889452308,"duration":1}},{"uid":"2d279da3832e2c84","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d279da3832e2c84","status":"passed","time":{"start":1724888602838,"stop":1724888602838,"duration":0}},{"uid":"cc9cfcd05ea93b04","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc9cfcd05ea93b04","status":"passed","time":{"start":1724887759162,"stop":1724887759162,"duration":0}},{"uid":"260db71255ca9c4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/260db71255ca9c4","status":"passed","time":{"start":1724886525542,"stop":1724886525542,"duration":0}},{"uid":"74add2f1ec079eee","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/74add2f1ec079eee","status":"passed","time":{"start":1724886303394,"stop":1724886303394,"duration":0}},{"uid":"bcff5fae4c20bbc5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bcff5fae4c20bbc5","status":"passed","time":{"start":1724861752225,"stop":1724861752225,"duration":0}},{"uid":"5923ebb18ae3f196","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5923ebb18ae3f196","status":"passed","time":{"start":1724861223353,"stop":1724861223353,"duration":0}},{"uid":"ccece159b43103a6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ccece159b43103a6","status":"passed","time":{"start":1724861045200,"stop":1724861045200,"duration":0}},{"uid":"3241f8fe4e416037","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3241f8fe4e416037","status":"passed","time":{"start":1724860907082,"stop":1724860907083,"duration":1}}]},"tags":[]},"source":"b34ce1975864a6a5.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/db2c74bbcb7c533e.json b/7376/data/test-cases/b36c722cb031b7d5.json similarity index 71% rename from 7346/data/test-cases/db2c74bbcb7c533e.json rename to 7376/data/test-cases/b36c722cb031b7d5.json index e51dbab700e..377af7fa130 100644 --- a/7346/data/test-cases/db2c74bbcb7c533e.json +++ b/7376/data/test-cases/b36c722cb031b7d5.json @@ -1 +1 @@ -{"uid":"db2c74bbcb7c533e","name":"configure the node with multiple pubsub topics","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Others > configure the node with multiple pubsub topics","historyId":"cdea5a495f7cc7dc4da8979e4672c3cb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765485941,"stop":1724765485942,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Others"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"b1778427d8f7c5d0","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/b1778427d8f7c5d0","status":"passed","time":{"start":1724765411372,"stop":1724765411372,"duration":0}},{"uid":"14e660705925beb3","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/14e660705925beb3","status":"passed","time":{"start":1724763782430,"stop":1724763782431,"duration":1}},{"uid":"8a8cab050d3b9b","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/8a8cab050d3b9b","status":"passed","time":{"start":1724761025577,"stop":1724761025578,"duration":1}},{"uid":"88a8d2162f4e48b7","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/88a8d2162f4e48b7","status":"passed","time":{"start":1724760055815,"stop":1724760055815,"duration":0}},{"uid":"eeeab3aed7c7d434","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/eeeab3aed7c7d434","status":"passed","time":{"start":1724758203624,"stop":1724758203624,"duration":0}},{"uid":"95450ca055863fcc","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/95450ca055863fcc","status":"passed","time":{"start":1724757870443,"stop":1724757870443,"duration":0}},{"uid":"d4ebd32108f7390f","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/d4ebd32108f7390f","status":"passed","time":{"start":1724757243614,"stop":1724757243615,"duration":1}},{"uid":"872e12184d9b51ad","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/872e12184d9b51ad","status":"passed","time":{"start":1724755314294,"stop":1724755314296,"duration":2}},{"uid":"be4ed7993a7e2430","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/be4ed7993a7e2430","status":"passed","time":{"start":1724752741622,"stop":1724752741622,"duration":0}},{"uid":"684f55f02ca1db1b","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/684f55f02ca1db1b","status":"passed","time":{"start":1724751596529,"stop":1724751596529,"duration":0}},{"uid":"afe4ed9968bead1","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/afe4ed9968bead1","status":"passed","time":{"start":1724750669271,"stop":1724750669271,"duration":0}},{"uid":"94fe71117e0ff7c1","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/94fe71117e0ff7c1","status":"passed","time":{"start":1724749672377,"stop":1724749672381,"duration":4}},{"uid":"8ab1f44622232f6a","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/8ab1f44622232f6a","status":"passed","time":{"start":1724717974872,"stop":1724717974872,"duration":0}},{"uid":"d6f4ce7b573f2711","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/d6f4ce7b573f2711","status":"passed","time":{"start":1724715221770,"stop":1724715221770,"duration":0}},{"uid":"c538b0cad7a363fe","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/c538b0cad7a363fe","status":"passed","time":{"start":1724713297063,"stop":1724713297063,"duration":0}},{"uid":"a9a7473d4bf29313","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a9a7473d4bf29313","status":"passed","time":{"start":1724706485960,"stop":1724706485961,"duration":1}},{"uid":"b2a3802d7273a44d","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b2a3802d7273a44d","status":"passed","time":{"start":1724704902587,"stop":1724704902587,"duration":0}},{"uid":"168b9a3bc59314f7","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/168b9a3bc59314f7","status":"passed","time":{"start":1724684275982,"stop":1724684275983,"duration":1}},{"uid":"93b996b014938582","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/93b996b014938582","status":"passed","time":{"start":1724673036297,"stop":1724673036297,"duration":0}},{"uid":"d997aa4391aa11b9","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/d997aa4391aa11b9","status":"passed","time":{"start":1724670747588,"stop":1724670747588,"duration":0}}]},"tags":[]},"source":"db2c74bbcb7c533e.json","parameterValues":[]} \ No newline at end of file +{"uid":"b36c722cb031b7d5","name":"configure the node with multiple pubsub topics","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Others > configure the node with multiple pubsub topics","historyId":"cdea5a495f7cc7dc4da8979e4672c3cb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922946243,"stop":1724922946243,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Others"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a2412a2a27e99c44","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a2412a2a27e99c44","status":"passed","time":{"start":1724921619640,"stop":1724921619640,"duration":0}},{"uid":"c61c9aa3d83068d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c61c9aa3d83068d","status":"passed","time":{"start":1724921577172,"stop":1724921577172,"duration":0}},{"uid":"a72c00eff502f8a7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a72c00eff502f8a7","status":"passed","time":{"start":1724918298103,"stop":1724918298104,"duration":1}},{"uid":"d146c7a21dc6e4ff","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d146c7a21dc6e4ff","status":"passed","time":{"start":1724890039749,"stop":1724890039750,"duration":1}},{"uid":"e8405576a7b4e05a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e8405576a7b4e05a","status":"passed","time":{"start":1724889169856,"stop":1724889169857,"duration":1}},{"uid":"945abd3deee1631","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/945abd3deee1631","status":"passed","time":{"start":1724888345356,"stop":1724888345357,"duration":1}},{"uid":"8404d22b16f7b9e9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8404d22b16f7b9e9","status":"passed","time":{"start":1724887127883,"stop":1724887127886,"duration":3}},{"uid":"c827cbdb8082d271","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c827cbdb8082d271","status":"passed","time":{"start":1724886906387,"stop":1724886906387,"duration":0}},{"uid":"e2d3ddaae07cc1b5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e2d3ddaae07cc1b5","status":"passed","time":{"start":1724862320149,"stop":1724862320149,"duration":0}},{"uid":"5af33ddfd3d10be7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5af33ddfd3d10be7","status":"passed","time":{"start":1724861800260,"stop":1724861800260,"duration":0}},{"uid":"6adbb003a57bfcc3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6adbb003a57bfcc3","status":"passed","time":{"start":1724861655175,"stop":1724861655176,"duration":1}},{"uid":"82e4fee8db7c641a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/82e4fee8db7c641a","status":"passed","time":{"start":1724861485085,"stop":1724861485085,"duration":0}}]},"tags":[]},"source":"b36c722cb031b7d5.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/d64eb363aa4e873e.json b/7376/data/test-cases/b39d074f2049917f.json similarity index 63% rename from 7346/data/test-cases/d64eb363aa4e873e.json rename to 7376/data/test-cases/b39d074f2049917f.json index 405f9387008..908733f3fe7 100644 --- a/7346/data/test-cases/d64eb363aa4e873e.json +++ b/7376/data/test-cases/b39d074f2049917f.json @@ -1 +1 @@ -{"uid":"d64eb363aa4e873e","name":"Cluster ID 0 - Default/Global Cluster","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > Cluster ID 0 - Default/Global Cluster","historyId":"ecc9af41136670f23a102557bbbaf1c9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765462120,"stop":1724765462121,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"edd708f861065286","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/edd708f861065286","status":"passed","time":{"start":1724765383735,"stop":1724765383736,"duration":1}},{"uid":"8ed9c378e8647c1f","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/8ed9c378e8647c1f","status":"passed","time":{"start":1724763763078,"stop":1724763763078,"duration":0}},{"uid":"c5dca59c4d8b439f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c5dca59c4d8b439f","status":"passed","time":{"start":1724760998866,"stop":1724760998866,"duration":0}},{"uid":"532b0bf5eb220f37","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/532b0bf5eb220f37","status":"passed","time":{"start":1724760015142,"stop":1724760015143,"duration":1}},{"uid":"27120c09f71d6468","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/27120c09f71d6468","status":"passed","time":{"start":1724758161511,"stop":1724758161512,"duration":1}},{"uid":"8d10ca81e0605cb3","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/8d10ca81e0605cb3","status":"passed","time":{"start":1724757844108,"stop":1724757844110,"duration":2}},{"uid":"48eb58caf2a71bd1","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/48eb58caf2a71bd1","status":"passed","time":{"start":1724757227195,"stop":1724757227196,"duration":1}},{"uid":"8a909d5d61264e80","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/8a909d5d61264e80","status":"passed","time":{"start":1724755290698,"stop":1724755290700,"duration":2}},{"uid":"f93fe962aa26057d","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/f93fe962aa26057d","status":"passed","time":{"start":1724752733100,"stop":1724752733100,"duration":0}},{"uid":"b6340b7d7cf53a3","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/b6340b7d7cf53a3","status":"passed","time":{"start":1724751559049,"stop":1724751559049,"duration":0}},{"uid":"71eaaf758d9e67f9","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/71eaaf758d9e67f9","status":"passed","time":{"start":1724750626590,"stop":1724750626591,"duration":1}},{"uid":"6100e275d3eeaadc","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/6100e275d3eeaadc","status":"passed","time":{"start":1724749625382,"stop":1724749625383,"duration":1}},{"uid":"e930dc459a690481","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/e930dc459a690481","status":"passed","time":{"start":1724717958586,"stop":1724717958587,"duration":1}},{"uid":"a597476a4872b395","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/a597476a4872b395","status":"passed","time":{"start":1724715186420,"stop":1724715186420,"duration":0}},{"uid":"8cbb0dc974d8569b","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/8cbb0dc974d8569b","status":"passed","time":{"start":1724713270281,"stop":1724713270281,"duration":0}},{"uid":"c3e0176b92bd099f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c3e0176b92bd099f","status":"passed","time":{"start":1724706452144,"stop":1724706452144,"duration":0}},{"uid":"dace43efd7c36cdb","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/dace43efd7c36cdb","status":"passed","time":{"start":1724704867143,"stop":1724704867148,"duration":5}},{"uid":"5d06908a8fc54829","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/5d06908a8fc54829","status":"passed","time":{"start":1724684245580,"stop":1724684245581,"duration":1}},{"uid":"d2a3b5e2bb136f2d","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/d2a3b5e2bb136f2d","status":"passed","time":{"start":1724672995003,"stop":1724672995004,"duration":1}},{"uid":"ccd9ebbd2781b52d","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/ccd9ebbd2781b52d","status":"passed","time":{"start":1724670725236,"stop":1724670725236,"duration":0}}]},"tags":[]},"source":"d64eb363aa4e873e.json","parameterValues":[]} \ No newline at end of file +{"uid":"b39d074f2049917f","name":"Cluster ID 0 - Default/Global Cluster","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > Cluster ID 0 - Default/Global Cluster","historyId":"ecc9af41136670f23a102557bbbaf1c9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922906438,"stop":1724922906438,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9be9d3f398baf79","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9be9d3f398baf79","status":"passed","time":{"start":1724921613047,"stop":1724921613047,"duration":0}},{"uid":"5328e77fb6b1889e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5328e77fb6b1889e","status":"passed","time":{"start":1724921556041,"stop":1724921556043,"duration":2}},{"uid":"2a15f218010bf94e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2a15f218010bf94e","status":"passed","time":{"start":1724918259537,"stop":1724918259538,"duration":1}},{"uid":"4616a2c6e2867bbe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4616a2c6e2867bbe","status":"passed","time":{"start":1724890032287,"stop":1724890032288,"duration":1}},{"uid":"55e01b4e63d79a01","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/55e01b4e63d79a01","status":"passed","time":{"start":1724889144081,"stop":1724889144081,"duration":0}},{"uid":"d65955e5bf9db2a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d65955e5bf9db2a2","status":"passed","time":{"start":1724888336457,"stop":1724888336457,"duration":0}},{"uid":"5c7b1ea82393a6b5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5c7b1ea82393a6b5","status":"passed","time":{"start":1724887092625,"stop":1724887092625,"duration":0}},{"uid":"183948f730dfd46a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/183948f730dfd46a","status":"passed","time":{"start":1724886880627,"stop":1724886880628,"duration":1}},{"uid":"5f696b9f9c675b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f696b9f9c675b","status":"passed","time":{"start":1724862298391,"stop":1724862298392,"duration":1}},{"uid":"5cb92df768534840","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5cb92df768534840","status":"passed","time":{"start":1724861770114,"stop":1724861770115,"duration":1}},{"uid":"75ad8e16c6dd36fd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/75ad8e16c6dd36fd","status":"passed","time":{"start":1724861637969,"stop":1724861637969,"duration":0}},{"uid":"8e39cea044f4a2f7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8e39cea044f4a2f7","status":"passed","time":{"start":1724861475013,"stop":1724861475022,"duration":9}}]},"tags":[]},"source":"b39d074f2049917f.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/4c2ee5ffae7ae2ab.json b/7376/data/test-cases/b3cd385c9526b1d3.json similarity index 52% rename from 7346/data/test-cases/4c2ee5ffae7ae2ab.json rename to 7376/data/test-cases/b3cd385c9526b1d3.json index e15cb784c28..65be017639f 100644 --- a/7346/data/test-cases/4c2ee5ffae7ae2ab.json +++ b/7376/data/test-cases/b3cd385c9526b1d3.json @@ -1 +1 @@ -{"uid":"4c2ee5ffae7ae2ab","name":"getPeersByDiscovery","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > getPeersByDiscovery","historyId":"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724764880296,"stop":1724764880296,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","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":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28},"items":[{"uid":"689383848e9fa2dc","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/689383848e9fa2dc","status":"passed","time":{"start":1724764800072,"stop":1724764800072,"duration":0}},{"uid":"89ed136465926de8","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/89ed136465926de8","status":"passed","time":{"start":1724763165963,"stop":1724763165963,"duration":0}},{"uid":"29fb6140e831999b","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/29fb6140e831999b","status":"passed","time":{"start":1724760434818,"stop":1724760434818,"duration":0}},{"uid":"1e6ccdca58986edd","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/1e6ccdca58986edd","status":"passed","time":{"start":1724759447685,"stop":1724759447686,"duration":1}},{"uid":"1e5682797c7f85da","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/1e5682797c7f85da","status":"passed","time":{"start":1724757584480,"stop":1724757584480,"duration":0}},{"uid":"d232ecc6fac02d66","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/d232ecc6fac02d66","status":"passed","time":{"start":1724757304022,"stop":1724757304022,"duration":0}},{"uid":"5861a6b759c9ce5f","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/5861a6b759c9ce5f","status":"passed","time":{"start":1724756625393,"stop":1724756625393,"duration":0}},{"uid":"9e3ab5d0af47659d","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/9e3ab5d0af47659d","status":"passed","time":{"start":1724754724730,"stop":1724754724730,"duration":0}},{"uid":"401bcacc25196cb2","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/401bcacc25196cb2","status":"passed","time":{"start":1724752151321,"stop":1724752151321,"duration":0}},{"uid":"cd1a667116e60d5b","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/cd1a667116e60d5b","status":"passed","time":{"start":1724750982601,"stop":1724750982602,"duration":1}},{"uid":"90382cbdad4a4b63","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/90382cbdad4a4b63","status":"passed","time":{"start":1724750061837,"stop":1724750061837,"duration":0}},{"uid":"15e1cae0341195e7","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/15e1cae0341195e7","status":"passed","time":{"start":1724749086369,"stop":1724749086369,"duration":0}},{"uid":"c9268c2fb5a8714e","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c9268c2fb5a8714e","status":"passed","time":{"start":1724717378528,"stop":1724717378528,"duration":0}},{"uid":"4a2909f18141a63e","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/4a2909f18141a63e","status":"passed","time":{"start":1724714611191,"stop":1724714611194,"duration":3}},{"uid":"568cdfff5b9c58fd","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/568cdfff5b9c58fd","status":"passed","time":{"start":1724712692278,"stop":1724712692278,"duration":0}},{"uid":"497f25dbf507fcf5","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/497f25dbf507fcf5","status":"passed","time":{"start":1724705903072,"stop":1724705903072,"duration":0}},{"uid":"6d22f481a5c1d70f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6d22f481a5c1d70f","status":"passed","time":{"start":1724704318337,"stop":1724704318337,"duration":0}},{"uid":"d88ea7a757c19288","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d88ea7a757c19288","status":"passed","time":{"start":1724683683073,"stop":1724683683073,"duration":0}},{"uid":"62d118920e698ee5","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/62d118920e698ee5","status":"passed","time":{"start":1724672407438,"stop":1724672407439,"duration":1}},{"uid":"d44aa853c1354083","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/d44aa853c1354083","status":"passed","time":{"start":1724670156878,"stop":1724670156878,"duration":0}}]},"tags":[]},"source":"4c2ee5ffae7ae2ab.json","parameterValues":[]} \ No newline at end of file +{"uid":"b3cd385c9526b1d3","name":"getPeersByDiscovery","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > getPeersByDiscovery","historyId":"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922465396,"stop":1724922465397,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","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":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"418ecfa121ccf6fb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/418ecfa121ccf6fb","status":"passed","time":{"start":1724921128568,"stop":1724921128569,"duration":1}},{"uid":"2ca555f8a77f1c43","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2ca555f8a77f1c43","status":"passed","time":{"start":1724921103675,"stop":1724921103676,"duration":1}},{"uid":"218c3650119a4a49","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/218c3650119a4a49","status":"passed","time":{"start":1724917763727,"stop":1724917763727,"duration":0}},{"uid":"72a3b0462d4ce1d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72a3b0462d4ce1d9","status":"passed","time":{"start":1724889543370,"stop":1724889543371,"duration":1}},{"uid":"1de22735c977dd73","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1de22735c977dd73","status":"passed","time":{"start":1724888692504,"stop":1724888692505,"duration":1}},{"uid":"83a1efb0f061c604","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/83a1efb0f061c604","status":"passed","time":{"start":1724887850414,"stop":1724887850414,"duration":0}},{"uid":"59a9998feeab2467","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/59a9998feeab2467","status":"passed","time":{"start":1724886617175,"stop":1724886617176,"duration":1}},{"uid":"473ee2684e1bf68","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/473ee2684e1bf68","status":"passed","time":{"start":1724886394907,"stop":1724886394907,"duration":0}},{"uid":"bf98b99faa51b9cd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf98b99faa51b9cd","status":"passed","time":{"start":1724861844373,"stop":1724861844373,"duration":0}},{"uid":"7e455c311d1fa492","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7e455c311d1fa492","status":"passed","time":{"start":1724861313410,"stop":1724861313410,"duration":0}},{"uid":"fb2f87c2ab8bf4b1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fb2f87c2ab8bf4b1","status":"passed","time":{"start":1724861139651,"stop":1724861139651,"duration":0}},{"uid":"5f4d6da72d7fa222","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5f4d6da72d7fa222","status":"passed","time":{"start":1724860999512,"stop":1724860999512,"duration":0}}]},"tags":[]},"source":"b3cd385c9526b1d3.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/b3dc77cb105ebd2.json b/7376/data/test-cases/b3dc77cb105ebd2.json new file mode 100644 index 00000000000..302f8465447 --- /dev/null +++ b/7376/data/test-cases/b3dc77cb105ebd2.json @@ -0,0 +1 @@ +{"uid":"b3dc77cb105ebd2","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /app/27/sometopic/someencoding to shard index 5","historyId":"6c7f0def328c000eaa3f94883d119dcc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374672,"stop":1724922374672,"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":"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":13,"unknown":0,"total":13},"items":[{"uid":"2226891e9b597d0a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2226891e9b597d0a","status":"passed","time":{"start":1724921037633,"stop":1724921037633,"duration":0}},{"uid":"c6ba3788149ffd19","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c6ba3788149ffd19","status":"passed","time":{"start":1724921013045,"stop":1724921013045,"duration":0}},{"uid":"3a8bee115433f032","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3a8bee115433f032","status":"passed","time":{"start":1724917673288,"stop":1724917673289,"duration":1}},{"uid":"ab237abe4180ac02","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ab237abe4180ac02","status":"passed","time":{"start":1724889452307,"stop":1724889452307,"duration":0}},{"uid":"1108a3e4299eadbe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1108a3e4299eadbe","status":"passed","time":{"start":1724888602837,"stop":1724888602838,"duration":1}},{"uid":"1a555b68aa5262cc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1a555b68aa5262cc","status":"passed","time":{"start":1724887759162,"stop":1724887759162,"duration":0}},{"uid":"5fc38c934a08b1d5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5fc38c934a08b1d5","status":"passed","time":{"start":1724886525541,"stop":1724886525541,"duration":0}},{"uid":"f7d8a24c3071d501","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f7d8a24c3071d501","status":"passed","time":{"start":1724886303394,"stop":1724886303394,"duration":0}},{"uid":"221cbcd4e87b15e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/221cbcd4e87b15e0","status":"passed","time":{"start":1724861752224,"stop":1724861752224,"duration":0}},{"uid":"c259c5cde5264b23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c259c5cde5264b23","status":"passed","time":{"start":1724861223352,"stop":1724861223353,"duration":1}},{"uid":"ba3a8f1eec7ca149","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ba3a8f1eec7ca149","status":"passed","time":{"start":1724861045199,"stop":1724861045199,"duration":0}},{"uid":"ae7d686ea5f81413","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ae7d686ea5f81413","status":"passed","time":{"start":1724860907082,"stop":1724860907082,"duration":0}}]},"tags":[]},"source":"b3dc77cb105ebd2.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/d74c657d2ec2f55d.json b/7376/data/test-cases/b4959e54bcd3e472.json similarity index 78% rename from 7346/data/test-cases/d74c657d2ec2f55d.json rename to 7376/data/test-cases/b4959e54bcd3e472.json index 7832170eedc..646c46beb0b 100644 --- a/7346/data/test-cases/d74c657d2ec2f55d.json +++ b/7376/data/test-cases/b4959e54bcd3e472.json @@ -1 +1 @@ -{"uid":"d74c657d2ec2f55d","name":"Check received message containing unicode special characters","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing unicode special characters","historyId":"70d7547be438461c26595f81e1b0f627:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392372,"stop":1724765392372,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"8b20d943e0044a35","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/8b20d943e0044a35","status":"passed","time":{"start":1724765313860,"stop":1724765313860,"duration":0}},{"uid":"ded74e96030de01a","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/ded74e96030de01a","status":"passed","time":{"start":1724763683859,"stop":1724763683859,"duration":0}},{"uid":"41a4ca98fde21c1a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/41a4ca98fde21c1a","status":"passed","time":{"start":1724760929561,"stop":1724760929561,"duration":0}},{"uid":"782036941b79f475","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/782036941b79f475","status":"passed","time":{"start":1724759955161,"stop":1724759955161,"duration":0}},{"uid":"d8998985e616bf14","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/d8998985e616bf14","status":"passed","time":{"start":1724758077431,"stop":1724758077431,"duration":0}},{"uid":"1c58dc50c6b88c4f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/1c58dc50c6b88c4f","status":"passed","time":{"start":1724757801862,"stop":1724757801862,"duration":0}},{"uid":"bd5fadf37b0a901e","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/bd5fadf37b0a901e","status":"passed","time":{"start":1724757120176,"stop":1724757120176,"duration":0}},{"uid":"195f1dd9341e7ecf","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/195f1dd9341e7ecf","status":"passed","time":{"start":1724755211054,"stop":1724755211055,"duration":1}},{"uid":"67ebdb2fdfaf2884","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/67ebdb2fdfaf2884","status":"passed","time":{"start":1724752646533,"stop":1724752646533,"duration":0}},{"uid":"1e742b14dcd8f690","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/1e742b14dcd8f690","status":"passed","time":{"start":1724751495269,"stop":1724751495269,"duration":0}},{"uid":"f96b7d6e0bab27d9","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/f96b7d6e0bab27d9","status":"passed","time":{"start":1724750572367,"stop":1724750572368,"duration":1}},{"uid":"b9ce27998df53b9e","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/b9ce27998df53b9e","status":"passed","time":{"start":1724749567239,"stop":1724749567240,"duration":1}},{"uid":"dce2db126e98ff62","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/dce2db126e98ff62","status":"passed","time":{"start":1724717880819,"stop":1724717880820,"duration":1}},{"uid":"9dd53d6ae711dc10","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/9dd53d6ae711dc10","status":"passed","time":{"start":1724715103501,"stop":1724715103501,"duration":0}},{"uid":"f93424a6d8ba7b13","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/f93424a6d8ba7b13","status":"passed","time":{"start":1724713195352,"stop":1724713195353,"duration":1}},{"uid":"e2502f2aaccc7e49","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/e2502f2aaccc7e49","status":"passed","time":{"start":1724706389669,"stop":1724706389669,"duration":0}},{"uid":"93fc57a8642972d2","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/93fc57a8642972d2","status":"passed","time":{"start":1724704811182,"stop":1724704811182,"duration":0}},{"uid":"8fe4d9269a4c3f93","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/8fe4d9269a4c3f93","status":"passed","time":{"start":1724684170157,"stop":1724684170157,"duration":0}},{"uid":"f26074a8fa5ca710","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/f26074a8fa5ca710","status":"passed","time":{"start":1724672903599,"stop":1724672903600,"duration":1}},{"uid":"60751b52c2633f9a","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/60751b52c2633f9a","status":"passed","time":{"start":1724670674035,"stop":1724670674036,"duration":1}}]},"tags":[]},"source":"d74c657d2ec2f55d.json","parameterValues":[]} \ No newline at end of file +{"uid":"b4959e54bcd3e472","name":"Check received message containing unicode special characters","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing unicode special characters","historyId":"70d7547be438461c26595f81e1b0f627:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845238,"stop":1724922845239,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e638d479c183c82a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e638d479c183c82a","status":"passed","time":{"start":1724921515224,"stop":1724921515224,"duration":0}},{"uid":"2d793ce18d333328","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2d793ce18d333328","status":"passed","time":{"start":1724921475444,"stop":1724921475444,"duration":0}},{"uid":"2a09c5eab49a8b51","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2a09c5eab49a8b51","status":"passed","time":{"start":1724918179398,"stop":1724918179398,"duration":0}},{"uid":"80ff26b432a3709b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80ff26b432a3709b","status":"passed","time":{"start":1724889935339,"stop":1724889935339,"duration":0}},{"uid":"71a94080081a1b34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/71a94080081a1b34","status":"passed","time":{"start":1724889072751,"stop":1724889072751,"duration":0}},{"uid":"391c7ed2f43d6152","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/391c7ed2f43d6152","status":"passed","time":{"start":1724888232412,"stop":1724888232413,"duration":1}},{"uid":"dd809e83bbedfaae","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dd809e83bbedfaae","status":"passed","time":{"start":1724887018300,"stop":1724887018301,"duration":1}},{"uid":"bbec18ccf6806b63","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bbec18ccf6806b63","status":"passed","time":{"start":1724886781477,"stop":1724886781477,"duration":0}},{"uid":"68f58f43e17b685","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/68f58f43e17b685","status":"passed","time":{"start":1724862213660,"stop":1724862213660,"duration":0}},{"uid":"d1dcaa60f4c36534","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d1dcaa60f4c36534","status":"passed","time":{"start":1724861685853,"stop":1724861685854,"duration":1}},{"uid":"3c1a5d5c41b4cdf5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3c1a5d5c41b4cdf5","status":"passed","time":{"start":1724861546170,"stop":1724861546170,"duration":0}},{"uid":"872f5351c3484706","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/872f5351c3484706","status":"passed","time":{"start":1724861378108,"stop":1724861378109,"duration":1}}]},"tags":[]},"source":"b4959e54bcd3e472.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/b51bfe5c6f291e81.json b/7376/data/test-cases/b51bfe5c6f291e81.json new file mode 100644 index 00000000000..cb8cd3d3516 --- /dev/null +++ b/7376/data/test-cases/b51bfe5c6f291e81.json @@ -0,0 +1 @@ +{"uid":"b51bfe5c6f291e81","name":"can start and stop the service","fullName":"/tests/peer-exchange/compliance.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > can start and stop the service","historyId":"cf5cf7e895ed5125094a7934913534a2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922890065,"stop":1724922890066,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fbb6279728e215d5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fbb6279728e215d5","status":"passed","time":{"start":1724921559012,"stop":1724921559013,"duration":1}},{"uid":"9f32ada24b020e93","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9f32ada24b020e93","status":"passed","time":{"start":1724921524128,"stop":1724921524129,"duration":1}},{"uid":"6d274dc07c91defd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6d274dc07c91defd","status":"passed","time":{"start":1724918241657,"stop":1724918241658,"duration":1}},{"uid":"f6410d4b1e4029bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f6410d4b1e4029bd","status":"passed","time":{"start":1724889975473,"stop":1724889975473,"duration":0}},{"uid":"c86b630f34198555","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c86b630f34198555","status":"passed","time":{"start":1724889106058,"stop":1724889106059,"duration":1}},{"uid":"247729058d5c6ce6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/247729058d5c6ce6","status":"passed","time":{"start":1724888289479,"stop":1724888289480,"duration":1}},{"uid":"fefab3504bbdc84a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fefab3504bbdc84a","status":"passed","time":{"start":1724887057699,"stop":1724887057699,"duration":0}},{"uid":"45534be081a6ebc8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/45534be081a6ebc8","status":"passed","time":{"start":1724886839397,"stop":1724886839397,"duration":0}},{"uid":"d234a6274b99da20","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d234a6274b99da20","status":"passed","time":{"start":1724862256085,"stop":1724862256086,"duration":1}},{"uid":"5d903a3b8d409f80","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5d903a3b8d409f80","status":"passed","time":{"start":1724861742233,"stop":1724861742233,"duration":0}},{"uid":"dd3ce3b17c10ad52","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dd3ce3b17c10ad52","status":"passed","time":{"start":1724861595386,"stop":1724861595386,"duration":0}},{"uid":"8e608d2793a67faf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8e608d2793a67faf","status":"passed","time":{"start":1724861424067,"stop":1724861424067,"duration":0}}]},"tags":[]},"source":"b51bfe5c6f291e81.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/b5a5fffa779e6f2d.json b/7376/data/test-cases/b5a5fffa779e6f2d.json new file mode 100644 index 00000000000..87429229077 --- /dev/null +++ b/7376/data/test-cases/b5a5fffa779e6f2d.json @@ -0,0 +1 @@ +{"uid":"b5a5fffa779e6f2d","name":"should only return 1 node with relay capability","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery w/ capabilities > should only return 1 node with relay capability","historyId":"e53f43f60baf671eddde255c84a4f120:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922398921,"stop":1724922398921,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery w/ capabilities"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"38ec66aa359c4291","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/38ec66aa359c4291","status":"passed","time":{"start":1724921061849,"stop":1724921061849,"duration":0}},{"uid":"5931d064611032e8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5931d064611032e8","status":"passed","time":{"start":1724921037158,"stop":1724921037158,"duration":0}},{"uid":"cdcefacb2de1f42a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cdcefacb2de1f42a","status":"passed","time":{"start":1724917697302,"stop":1724917697302,"duration":0}},{"uid":"5735b0c2adeb3d99","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5735b0c2adeb3d99","status":"passed","time":{"start":1724889476084,"stop":1724889476084,"duration":0}},{"uid":"888c04df8ee2cbad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/888c04df8ee2cbad","status":"passed","time":{"start":1724888626888,"stop":1724888626888,"duration":0}},{"uid":"3d2901031cbbfcf2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3d2901031cbbfcf2","status":"passed","time":{"start":1724887783109,"stop":1724887783109,"duration":0}},{"uid":"f4f32d7bf9918c82","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f4f32d7bf9918c82","status":"passed","time":{"start":1724886549920,"stop":1724886549920,"duration":0}},{"uid":"d29f4d00d86d9c9c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d29f4d00d86d9c9c","status":"passed","time":{"start":1724886327581,"stop":1724886327582,"duration":1}},{"uid":"6aae4855aebc5e1a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6aae4855aebc5e1a","status":"passed","time":{"start":1724861776807,"stop":1724861776807,"duration":0}},{"uid":"ed93cbd372eca5fd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ed93cbd372eca5fd","status":"passed","time":{"start":1724861247299,"stop":1724861247300,"duration":1}},{"uid":"68571388ebe658e3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/68571388ebe658e3","status":"passed","time":{"start":1724861071395,"stop":1724861071395,"duration":0}},{"uid":"2ffca6faec868aba","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2ffca6faec868aba","status":"passed","time":{"start":1724860931795,"stop":1724860931795,"duration":0}}]},"tags":[]},"source":"b5a5fffa779e6f2d.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/151b4c0107f92690.json b/7376/data/test-cases/b6a6173beaf6209b.json similarity index 74% rename from 7346/data/test-cases/151b4c0107f92690.json rename to 7376/data/test-cases/b6a6173beaf6209b.json index aac45467f76..f54e0933d6a 100644 --- a/7346/data/test-cases/151b4c0107f92690.json +++ b/7376/data/test-cases/b6a6173beaf6209b.json @@ -1 +1 @@ -{"uid":"151b4c0107f92690","name":"Subscribe to topic containing SQL Injection and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing SQL Injection and publish message","historyId":"6df9a58fcf0e573db1409e4c91498f68:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765421007,"stop":1724765421008,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"cb03a7663b2420be","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/cb03a7663b2420be","status":"passed","time":{"start":1724765345661,"stop":1724765345662,"duration":1}},{"uid":"c38da647a272edb0","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/c38da647a272edb0","status":"passed","time":{"start":1724763728519,"stop":1724763728520,"duration":1}},{"uid":"9fc963fb146bd51","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/9fc963fb146bd51","status":"passed","time":{"start":1724760958460,"stop":1724760958460,"duration":0}},{"uid":"8ef446adcd2b40b4","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/8ef446adcd2b40b4","status":"passed","time":{"start":1724759986213,"stop":1724759986213,"duration":0}},{"uid":"a6ca600d85b0c582","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/a6ca600d85b0c582","status":"passed","time":{"start":1724758131996,"stop":1724758131996,"duration":0}},{"uid":"f49e0b57afbcb5ce","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/f49e0b57afbcb5ce","status":"passed","time":{"start":1724757804671,"stop":1724757804671,"duration":0}},{"uid":"2f2ccf40a226147a","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/2f2ccf40a226147a","status":"passed","time":{"start":1724757182042,"stop":1724757182042,"duration":0}},{"uid":"6802c7523c6264cf","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6802c7523c6264cf","status":"passed","time":{"start":1724755250668,"stop":1724755250668,"duration":0}},{"uid":"9a8ffea12aff8a13","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/9a8ffea12aff8a13","status":"passed","time":{"start":1724752681461,"stop":1724752681462,"duration":1}},{"uid":"45de4b3ef2eaf8ab","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/45de4b3ef2eaf8ab","status":"passed","time":{"start":1724751529159,"stop":1724751529160,"duration":1}},{"uid":"5580c2d802bb28f8","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/5580c2d802bb28f8","status":"passed","time":{"start":1724750601846,"stop":1724750601847,"duration":1}},{"uid":"8f5bba2f74db1b23","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/8f5bba2f74db1b23","status":"passed","time":{"start":1724749597811,"stop":1724749597811,"duration":0}},{"uid":"b3839575b7096403","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/b3839575b7096403","status":"passed","time":{"start":1724717911305,"stop":1724717911306,"duration":1}},{"uid":"b143d754114d796b","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/b143d754114d796b","status":"passed","time":{"start":1724715155603,"stop":1724715155603,"duration":0}},{"uid":"fc22adc9bbfdd039","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/fc22adc9bbfdd039","status":"passed","time":{"start":1724713233426,"stop":1724713233427,"duration":1}},{"uid":"da7c32676a917b50","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/da7c32676a917b50","status":"passed","time":{"start":1724706419529,"stop":1724706419529,"duration":0}},{"uid":"f0be11467665cfec","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f0be11467665cfec","status":"passed","time":{"start":1724704833542,"stop":1724704833542,"duration":0}},{"uid":"d24f447cc3fbae5a","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d24f447cc3fbae5a","status":"passed","time":{"start":1724684206370,"stop":1724684206371,"duration":1}},{"uid":"3ce32fcb6d6c312","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/3ce32fcb6d6c312","status":"passed","time":{"start":1724672961266,"stop":1724672961266,"duration":0}},{"uid":"8d54acbf567208d6","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/8d54acbf567208d6","status":"passed","time":{"start":1724670685270,"stop":1724670685270,"duration":0}}]},"tags":[]},"source":"151b4c0107f92690.json","parameterValues":[]} \ No newline at end of file +{"uid":"b6a6173beaf6209b","name":"Subscribe to topic containing SQL Injection and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing SQL Injection and publish message","historyId":"6df9a58fcf0e573db1409e4c91498f68:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922891490,"stop":1724922891490,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"865dadd940b0c07f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/865dadd940b0c07f","status":"passed","time":{"start":1724921563018,"stop":1724921563018,"duration":0}},{"uid":"6fa8ba455fb7d1de","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6fa8ba455fb7d1de","status":"passed","time":{"start":1724921526814,"stop":1724921526814,"duration":0}},{"uid":"5f0d396527e22aeb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5f0d396527e22aeb","status":"passed","time":{"start":1724918239946,"stop":1724918239947,"duration":1}},{"uid":"ece1c81f9dacfd00","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ece1c81f9dacfd00","status":"passed","time":{"start":1724889980917,"stop":1724889980918,"duration":1}},{"uid":"a289b041aa9419f1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a289b041aa9419f1","status":"passed","time":{"start":1724889109972,"stop":1724889109973,"duration":1}},{"uid":"8a6741fc20e02ea7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a6741fc20e02ea7","status":"passed","time":{"start":1724888294724,"stop":1724888294724,"duration":0}},{"uid":"470cf39b97625d5b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/470cf39b97625d5b","status":"passed","time":{"start":1724887071743,"stop":1724887071743,"duration":0}},{"uid":"578f047bc9e9d9dd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/578f047bc9e9d9dd","status":"passed","time":{"start":1724886848347,"stop":1724886848348,"duration":1}},{"uid":"50c163848d6b4bab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/50c163848d6b4bab","status":"passed","time":{"start":1724862259255,"stop":1724862259255,"duration":0}},{"uid":"11ffdc4efdd3da14","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/11ffdc4efdd3da14","status":"passed","time":{"start":1724861735330,"stop":1724861735330,"duration":0}},{"uid":"fbfb9d34c146a709","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fbfb9d34c146a709","status":"passed","time":{"start":1724861606351,"stop":1724861606351,"duration":0}},{"uid":"612bf7dc60d9eaad","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/612bf7dc60d9eaad","status":"passed","time":{"start":1724861426689,"stop":1724861426690,"duration":1}}]},"tags":[]},"source":"b6a6173beaf6209b.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/b6aff7b8c222de70.json b/7376/data/test-cases/b6aff7b8c222de70.json new file mode 100644 index 00000000000..fe939b21429 --- /dev/null +++ b/7376/data/test-cases/b6aff7b8c222de70.json @@ -0,0 +1 @@ +{"uid":"b6aff7b8c222de70","name":"ignores domain fetching errors","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery > ignores domain fetching errors","historyId":"6dac1bbcf3f5742bc63df1508df2c90d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922398920,"stop":1724922398920,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"12e7268d2941260d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/12e7268d2941260d","status":"passed","time":{"start":1724921061847,"stop":1724921061848,"duration":1}},{"uid":"b737e90dbc66844d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b737e90dbc66844d","status":"passed","time":{"start":1724921037157,"stop":1724921037157,"duration":0}},{"uid":"b704ec54c3da7a65","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b704ec54c3da7a65","status":"passed","time":{"start":1724917697301,"stop":1724917697301,"duration":0}},{"uid":"36698e885a57287e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/36698e885a57287e","status":"passed","time":{"start":1724889476083,"stop":1724889476083,"duration":0}},{"uid":"91b605b69ee2b48b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91b605b69ee2b48b","status":"passed","time":{"start":1724888626886,"stop":1724888626886,"duration":0}},{"uid":"13f087e156e6ab15","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/13f087e156e6ab15","status":"passed","time":{"start":1724887783107,"stop":1724887783108,"duration":1}},{"uid":"2054a328e9dfb3d2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2054a328e9dfb3d2","status":"passed","time":{"start":1724886549919,"stop":1724886549919,"duration":0}},{"uid":"9f2a0693214462fc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9f2a0693214462fc","status":"passed","time":{"start":1724886327580,"stop":1724886327580,"duration":0}},{"uid":"9f50ccd4fc3ef5ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f50ccd4fc3ef5ac","status":"passed","time":{"start":1724861776806,"stop":1724861776806,"duration":0}},{"uid":"19bd357c6648c9a0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/19bd357c6648c9a0","status":"passed","time":{"start":1724861247298,"stop":1724861247298,"duration":0}},{"uid":"2b38d0389c41b0f6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2b38d0389c41b0f6","status":"passed","time":{"start":1724861071394,"stop":1724861071394,"duration":0}},{"uid":"8ac920522383c84a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8ac920522383c84a","status":"passed","time":{"start":1724860931794,"stop":1724860931794,"duration":0}}]},"tags":[]},"source":"b6aff7b8c222de70.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/d29c16ed8372bbfd.json b/7376/data/test-cases/b6b9cd4572f6f03e.json similarity index 65% rename from 7346/data/test-cases/d29c16ed8372bbfd.json rename to 7376/data/test-cases/b6b9cd4572f6f03e.json index e2d7cd11602..55963ce6728 100644 --- a/7346/data/test-cases/d29c16ed8372bbfd.json +++ b/7376/data/test-cases/b6b9cd4572f6f03e.json @@ -1 +1 @@ -{"uid":"d29c16ed8372bbfd","name":"should not fail to stop the service if it was not started","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Compliance Tests > interface-peer-discovery compliance tests > should not fail to stop the service if it was not started","historyId":"2406e5fbebb614882355928923a7091d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724764817753,"stop":1724764817753,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Compliance Tests"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28},"items":[{"uid":"efd1e17f6b0af401","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/efd1e17f6b0af401","status":"passed","time":{"start":1724764737684,"stop":1724764737685,"duration":1}},{"uid":"51b50ac420e16b44","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/51b50ac420e16b44","status":"passed","time":{"start":1724763102732,"stop":1724763102733,"duration":1}},{"uid":"bea60ca00fc50316","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/bea60ca00fc50316","status":"passed","time":{"start":1724760371588,"stop":1724760371588,"duration":0}},{"uid":"a2d16c459e113b1","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/a2d16c459e113b1","status":"passed","time":{"start":1724759382832,"stop":1724759382832,"duration":0}},{"uid":"a50543602bc9a390","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/a50543602bc9a390","status":"passed","time":{"start":1724757522040,"stop":1724757522040,"duration":0}},{"uid":"23f6482083fcc2e6","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/23f6482083fcc2e6","status":"passed","time":{"start":1724757241938,"stop":1724757241938,"duration":0}},{"uid":"b3ca4bb62bdb0c78","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/b3ca4bb62bdb0c78","status":"passed","time":{"start":1724756562247,"stop":1724756562247,"duration":0}},{"uid":"1a262c9dbb8df7d1","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/1a262c9dbb8df7d1","status":"passed","time":{"start":1724754662067,"stop":1724754662067,"duration":0}},{"uid":"2188a0b870e41a32","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/2188a0b870e41a32","status":"passed","time":{"start":1724752087835,"stop":1724752087835,"duration":0}},{"uid":"6e721a7ab631b8e1","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/6e721a7ab631b8e1","status":"passed","time":{"start":1724750919357,"stop":1724750919358,"duration":1}},{"uid":"f1b3af7c85eb5ef1","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/f1b3af7c85eb5ef1","status":"passed","time":{"start":1724749999873,"stop":1724749999873,"duration":0}},{"uid":"50d6cc20eedd7bc2","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/50d6cc20eedd7bc2","status":"passed","time":{"start":1724749024333,"stop":1724749024333,"duration":0}},{"uid":"e9646362ce3174c0","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/e9646362ce3174c0","status":"passed","time":{"start":1724717315412,"stop":1724717315412,"duration":0}},{"uid":"1830859157ac061c","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/1830859157ac061c","status":"passed","time":{"start":1724714548291,"stop":1724714548291,"duration":0}},{"uid":"755147fc2292df4d","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/755147fc2292df4d","status":"passed","time":{"start":1724712629725,"stop":1724712629726,"duration":1}},{"uid":"382d43d25c98d532","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/382d43d25c98d532","status":"passed","time":{"start":1724705839462,"stop":1724705839463,"duration":1}},{"uid":"6c2f0e3efceff174","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6c2f0e3efceff174","status":"passed","time":{"start":1724704253912,"stop":1724704253912,"duration":0}},{"uid":"bc5789204acc7149","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/bc5789204acc7149","status":"passed","time":{"start":1724683620301,"stop":1724683620302,"duration":1}},{"uid":"d30f7b7b5b4bc4e8","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/d30f7b7b5b4bc4e8","status":"passed","time":{"start":1724672343202,"stop":1724672343203,"duration":1}},{"uid":"be49177fcf2554f8","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/be49177fcf2554f8","status":"passed","time":{"start":1724670094075,"stop":1724670094075,"duration":0}}]},"tags":[]},"source":"d29c16ed8372bbfd.json","parameterValues":[]} \ No newline at end of file +{"uid":"b6b9cd4572f6f03e","name":"should not fail to stop the service if it was not started","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Compliance Tests > interface-peer-discovery compliance tests > should not fail to stop the service if it was not started","historyId":"2406e5fbebb614882355928923a7091d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922402862,"stop":1724922402863,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Compliance Tests"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c44fed0533063481","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c44fed0533063481","status":"passed","time":{"start":1724921065909,"stop":1724921065910,"duration":1}},{"uid":"71c3b7b9ac34789","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/71c3b7b9ac34789","status":"passed","time":{"start":1724921040947,"stop":1724921040947,"duration":0}},{"uid":"d0646ef22141de6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d0646ef22141de6","status":"passed","time":{"start":1724917701155,"stop":1724917701155,"duration":0}},{"uid":"f3e58e7c695fe11a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3e58e7c695fe11a","status":"passed","time":{"start":1724889479974,"stop":1724889479974,"duration":0}},{"uid":"dc45353abf5bac3b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dc45353abf5bac3b","status":"passed","time":{"start":1724888630722,"stop":1724888630724,"duration":2}},{"uid":"df9a7838a05b492","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/df9a7838a05b492","status":"passed","time":{"start":1724887787005,"stop":1724887787006,"duration":1}},{"uid":"d252480900db2f11","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d252480900db2f11","status":"passed","time":{"start":1724886553668,"stop":1724886553669,"duration":1}},{"uid":"f1acbba21f8f1155","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f1acbba21f8f1155","status":"passed","time":{"start":1724886331491,"stop":1724886331492,"duration":1}},{"uid":"60fcd233de7b1ac4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/60fcd233de7b1ac4","status":"passed","time":{"start":1724861780656,"stop":1724861780656,"duration":0}},{"uid":"25c9f7463eeca1a2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/25c9f7463eeca1a2","status":"passed","time":{"start":1724861251098,"stop":1724861251098,"duration":0}},{"uid":"cd56252b8f1308b6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cd56252b8f1308b6","status":"passed","time":{"start":1724861074807,"stop":1724861074808,"duration":1}},{"uid":"83654d786fa1a9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/83654d786fa1a9","status":"passed","time":{"start":1724860935670,"stop":1724860935671,"duration":1}}]},"tags":[]},"source":"b6b9cd4572f6f03e.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/b77e68ddbf39f6ef.json b/7376/data/test-cases/b77e68ddbf39f6ef.json new file mode 100644 index 00000000000..cf9ebb869f0 --- /dev/null +++ b/7376/data/test-cases/b77e68ddbf39f6ef.json @@ -0,0 +1 @@ +{"uid":"b77e68ddbf39f6ef","name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","historyId":"f5de7aeafbb518978d807748208430e4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922778327,"stop":1724922778327,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":true,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":12,"unknown":0,"total":13},"items":[{"uid":"1bef7e84b6511509","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1bef7e84b6511509","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1724921497758,"stop":1724921497758,"duration":0}},{"uid":"183cef8413534048","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/183cef8413534048","status":"passed","time":{"start":1724921408413,"stop":1724921408413,"duration":0}},{"uid":"6c33cb308e4abf41","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6c33cb308e4abf41","status":"passed","time":{"start":1724918086870,"stop":1724918086870,"duration":0}},{"uid":"322c11fab878cd3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/322c11fab878cd3e","status":"passed","time":{"start":1724889892447,"stop":1724889892447,"duration":0}},{"uid":"a07b4a6218a52724","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a07b4a6218a52724","status":"passed","time":{"start":1724888997217,"stop":1724888997217,"duration":0}},{"uid":"eee50889729d8e1a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eee50889729d8e1a","status":"passed","time":{"start":1724888159490,"stop":1724888159490,"duration":0}},{"uid":"b301ddc661506550","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b301ddc661506550","status":"passed","time":{"start":1724886937303,"stop":1724886937303,"duration":0}},{"uid":"c1157874351248b0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c1157874351248b0","status":"passed","time":{"start":1724886709805,"stop":1724886709807,"duration":2}},{"uid":"46d5a5807e90c3b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/46d5a5807e90c3b","status":"passed","time":{"start":1724862123538,"stop":1724862123538,"duration":0}},{"uid":"ac87e22fdae14a61","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ac87e22fdae14a61","status":"passed","time":{"start":1724861620104,"stop":1724861620104,"duration":0}},{"uid":"8e4d3b50622bd2a4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8e4d3b50622bd2a4","status":"passed","time":{"start":1724861460249,"stop":1724861460249,"duration":0}},{"uid":"141f0bc9c1f7c0e8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/141f0bc9c1f7c0e8","status":"passed","time":{"start":1724861330172,"stop":1724861330172,"duration":0}}]},"tags":[]},"source":"b77e68ddbf39f6ef.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/b77ed4ef0e52e392.json b/7376/data/test-cases/b77ed4ef0e52e392.json new file mode 100644 index 00000000000..c2c814a5c7b --- /dev/null +++ b/7376/data/test-cases/b77ed4ef0e52e392.json @@ -0,0 +1 @@ +{"uid":"b77ed4ef0e52e392","name":"1 Relay, 1 Filter, gives up","fullName":"/src/dns/fetch_nodes.spec.ts: Fetch nodes until capabilities are fulfilled > 1 Relay, 1 Filter, gives up","historyId":"ba322ba153570f18fb0b429530f13b68:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922398278,"stop":1724922398278,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"Fetch nodes until capabilities are fulfilled"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"719aeb0a6f09b8ff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/719aeb0a6f09b8ff","status":"passed","time":{"start":1724921061620,"stop":1724921061622,"duration":2}},{"uid":"758a0a364f553e96","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/758a0a364f553e96","status":"passed","time":{"start":1724921036643,"stop":1724921036643,"duration":0}},{"uid":"b2ea81a4ad2af872","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b2ea81a4ad2af872","status":"passed","time":{"start":1724917696748,"stop":1724917696748,"duration":0}},{"uid":"b47da2d14f08b811","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b47da2d14f08b811","status":"passed","time":{"start":1724889476024,"stop":1724889476024,"duration":0}},{"uid":"4863520545749c96","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4863520545749c96","status":"passed","time":{"start":1724888626864,"stop":1724888626864,"duration":0}},{"uid":"b6caf84a8797f9dc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b6caf84a8797f9dc","status":"passed","time":{"start":1724887782852,"stop":1724887782852,"duration":0}},{"uid":"7c726659386449a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7c726659386449a","status":"passed","time":{"start":1724886549391,"stop":1724886549392,"duration":1}},{"uid":"dc3b2c3d997b9d3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dc3b2c3d997b9d3","status":"passed","time":{"start":1724886327496,"stop":1724886327496,"duration":0}},{"uid":"d545ac225213d13f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d545ac225213d13f","status":"passed","time":{"start":1724861776391,"stop":1724861776391,"duration":0}},{"uid":"517b6e9764dcf99d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/517b6e9764dcf99d","status":"passed","time":{"start":1724861247047,"stop":1724861247047,"duration":0}},{"uid":"7db7f3c087ce9391","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7db7f3c087ce9391","status":"passed","time":{"start":1724861070814,"stop":1724861070814,"duration":0}},{"uid":"1ff7f52bf233cd46","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1ff7f52bf233cd46","status":"passed","time":{"start":1724860931511,"stop":1724860931511,"duration":0}}]},"tags":[]},"source":"b77ed4ef0e52e392.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/f54d183b9f7f2ef9.json b/7376/data/test-cases/b80441ff0ce30c67.json similarity index 78% rename from 7346/data/test-cases/f54d183b9f7f2ef9.json rename to 7376/data/test-cases/b80441ff0ce30c67.json index 80ec39fef67..6af065c18c3 100644 --- a/7346/data/test-cases/f54d183b9f7f2ef9.json +++ b/7376/data/test-cases/b80441ff0ce30c67.json @@ -1 +1 @@ -{"uid":"f54d183b9f7f2ef9","name":"Check received message containing Chinese","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing Chinese","historyId":"e4e72a8fa5b7d654e51f3e711026836b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392366,"stop":1724765392367,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"78ce1f650ecc9996","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/78ce1f650ecc9996","status":"passed","time":{"start":1724765313855,"stop":1724765313855,"duration":0}},{"uid":"76a53979fccef91b","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/76a53979fccef91b","status":"passed","time":{"start":1724763683853,"stop":1724763683853,"duration":0}},{"uid":"9bbbe587b15f20ba","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/9bbbe587b15f20ba","status":"passed","time":{"start":1724760929554,"stop":1724760929554,"duration":0}},{"uid":"a805afd90d247518","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/a805afd90d247518","status":"passed","time":{"start":1724759955156,"stop":1724759955156,"duration":0}},{"uid":"9f1aba806022412a","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/9f1aba806022412a","status":"passed","time":{"start":1724758077422,"stop":1724758077422,"duration":0}},{"uid":"a0ce70d1ce42fe48","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a0ce70d1ce42fe48","status":"passed","time":{"start":1724757801857,"stop":1724757801857,"duration":0}},{"uid":"e718f37b1e874752","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/e718f37b1e874752","status":"passed","time":{"start":1724757120159,"stop":1724757120159,"duration":0}},{"uid":"32a78f14757df71f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/32a78f14757df71f","status":"passed","time":{"start":1724755211035,"stop":1724755211036,"duration":1}},{"uid":"e56e6cda1506fcb1","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/e56e6cda1506fcb1","status":"passed","time":{"start":1724752646528,"stop":1724752646528,"duration":0}},{"uid":"30130e4e81a73eed","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/30130e4e81a73eed","status":"passed","time":{"start":1724751495264,"stop":1724751495265,"duration":1}},{"uid":"fee0c2de623d3f5f","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/fee0c2de623d3f5f","status":"passed","time":{"start":1724750572360,"stop":1724750572360,"duration":0}},{"uid":"c06a9049e1f3dc55","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c06a9049e1f3dc55","status":"passed","time":{"start":1724749567236,"stop":1724749567236,"duration":0}},{"uid":"80414bd382cf53d5","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/80414bd382cf53d5","status":"passed","time":{"start":1724717880809,"stop":1724717880810,"duration":1}},{"uid":"325b1f9fffb9f8bf","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/325b1f9fffb9f8bf","status":"passed","time":{"start":1724715103496,"stop":1724715103496,"duration":0}},{"uid":"e9c4df463040fde5","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/e9c4df463040fde5","status":"passed","time":{"start":1724713195348,"stop":1724713195348,"duration":0}},{"uid":"ab0d2452bc4cd8cd","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/ab0d2452bc4cd8cd","status":"passed","time":{"start":1724706389656,"stop":1724706389657,"duration":1}},{"uid":"328f4d35b5a79fb5","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/328f4d35b5a79fb5","status":"passed","time":{"start":1724704811174,"stop":1724704811175,"duration":1}},{"uid":"1eef7156de34b0a8","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/1eef7156de34b0a8","status":"passed","time":{"start":1724684170148,"stop":1724684170148,"duration":0}},{"uid":"1b62a241a7977a4f","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/1b62a241a7977a4f","status":"passed","time":{"start":1724672903589,"stop":1724672903590,"duration":1}},{"uid":"23ab5c2ac13cdbe8","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/23ab5c2ac13cdbe8","status":"passed","time":{"start":1724670674026,"stop":1724670674027,"duration":1}}]},"tags":[]},"source":"f54d183b9f7f2ef9.json","parameterValues":[]} \ No newline at end of file +{"uid":"b80441ff0ce30c67","name":"Check received message containing Chinese","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing Chinese","historyId":"e4e72a8fa5b7d654e51f3e711026836b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845234,"stop":1724922845234,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cba0787fc9d90e08","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cba0787fc9d90e08","status":"passed","time":{"start":1724921515220,"stop":1724921515220,"duration":0}},{"uid":"5dbf14c2848a4036","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5dbf14c2848a4036","status":"passed","time":{"start":1724921475438,"stop":1724921475438,"duration":0}},{"uid":"a3bf5de39137b534","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a3bf5de39137b534","status":"passed","time":{"start":1724918179380,"stop":1724918179380,"duration":0}},{"uid":"6c431ad558d0e12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c431ad558d0e12","status":"passed","time":{"start":1724889935334,"stop":1724889935334,"duration":0}},{"uid":"796585be9d072d34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/796585be9d072d34","status":"passed","time":{"start":1724889072746,"stop":1724889072746,"duration":0}},{"uid":"3515b234d1ed8205","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3515b234d1ed8205","status":"passed","time":{"start":1724888232408,"stop":1724888232409,"duration":1}},{"uid":"adfe758f80225f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/adfe758f80225f","status":"passed","time":{"start":1724887018288,"stop":1724887018288,"duration":0}},{"uid":"f75fd2f4d8bb5f12","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f75fd2f4d8bb5f12","status":"passed","time":{"start":1724886781472,"stop":1724886781473,"duration":1}},{"uid":"dd5734b12a7908be","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd5734b12a7908be","status":"passed","time":{"start":1724862213655,"stop":1724862213656,"duration":1}},{"uid":"4d218f459e2d961","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4d218f459e2d961","status":"passed","time":{"start":1724861685848,"stop":1724861685848,"duration":0}},{"uid":"a104d8cd956c27ae","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a104d8cd956c27ae","status":"passed","time":{"start":1724861546163,"stop":1724861546163,"duration":0}},{"uid":"e461d76d52429f31","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e461d76d52429f31","status":"passed","time":{"start":1724861378104,"stop":1724861378104,"duration":0}}]},"tags":[]},"source":"b80441ff0ce30c67.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/a71347302db4673d.json b/7376/data/test-cases/b82a234687ff32dd.json similarity index 83% rename from 7346/data/test-cases/a71347302db4673d.json rename to 7376/data/test-cases/b82a234687ff32dd.json index 4a9c13681de..2a1e2d31350 100644 --- a/7346/data/test-cases/a71347302db4673d.json +++ b/7376/data/test-cases/b82a234687ff32dd.json @@ -1 +1 @@ -{"uid":"a71347302db4673d","name":"Push message with escaped characters payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with escaped characters payload","historyId":"01cbce6086b5c2a67bfd57a51e8baad2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367157,"stop":1724765367158,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"c1a64959e0068f42","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/c1a64959e0068f42","status":"passed","time":{"start":1724765300567,"stop":1724765300568,"duration":1}},{"uid":"8b4be4fa820ad985","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/8b4be4fa820ad985","status":"passed","time":{"start":1724763693156,"stop":1724763693156,"duration":0}},{"uid":"402c547adaa23ea1","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/402c547adaa23ea1","status":"passed","time":{"start":1724760912490,"stop":1724760912491,"duration":1}},{"uid":"f44a7079d7f2d05c","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/f44a7079d7f2d05c","status":"passed","time":{"start":1724759937124,"stop":1724759937124,"duration":0}},{"uid":"d16af2bc175718cd","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/d16af2bc175718cd","status":"passed","time":{"start":1724758102753,"stop":1724758102753,"duration":0}},{"uid":"6061c910dea170b1","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6061c910dea170b1","status":"passed","time":{"start":1724757793367,"stop":1724757793367,"duration":0}},{"uid":"3d829e047979d85c","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/3d829e047979d85c","status":"passed","time":{"start":1724757169520,"stop":1724757169520,"duration":0}},{"uid":"aab54e50e4c57b54","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/aab54e50e4c57b54","status":"passed","time":{"start":1724755216334,"stop":1724755216335,"duration":1}},{"uid":"d1931227c81de9b6","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/d1931227c81de9b6","status":"passed","time":{"start":1724752641984,"stop":1724752641985,"duration":1}},{"uid":"a9ecfb89494e0c31","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/a9ecfb89494e0c31","status":"passed","time":{"start":1724751479129,"stop":1724751479130,"duration":1}},{"uid":"53c87ef856173590","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/53c87ef856173590","status":"passed","time":{"start":1724750562195,"stop":1724750562196,"duration":1}},{"uid":"a5381090a47e5d85","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/a5381090a47e5d85","status":"passed","time":{"start":1724749562421,"stop":1724749562421,"duration":0}},{"uid":"afb081ba99db8d13","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/afb081ba99db8d13","status":"passed","time":{"start":1724717869151,"stop":1724717869151,"duration":0}},{"uid":"978f3bae79167144","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/978f3bae79167144","status":"passed","time":{"start":1724715106003,"stop":1724715106003,"duration":0}},{"uid":"a737ff67915a722d","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/a737ff67915a722d","status":"passed","time":{"start":1724713204883,"stop":1724713204883,"duration":0}},{"uid":"e2acae347f9cbfdc","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/e2acae347f9cbfdc","status":"passed","time":{"start":1724706379247,"stop":1724706379247,"duration":0}},{"uid":"ec3d4961bc87ef3d","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/ec3d4961bc87ef3d","status":"passed","time":{"start":1724704806944,"stop":1724704806944,"duration":0}},{"uid":"3b97ed99880e88ae","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/3b97ed99880e88ae","status":"passed","time":{"start":1724684165986,"stop":1724684165986,"duration":0}},{"uid":"6030e8d65b7e2d36","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/6030e8d65b7e2d36","status":"passed","time":{"start":1724672921812,"stop":1724672921812,"duration":0}},{"uid":"1b6f7b601c6eba05","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/1b6f7b601c6eba05","status":"passed","time":{"start":1724670647856,"stop":1724670647857,"duration":1}}]},"tags":[]},"source":"a71347302db4673d.json","parameterValues":[]} \ No newline at end of file +{"uid":"b82a234687ff32dd","name":"Push message with escaped characters payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with escaped characters payload","historyId":"01cbce6086b5c2a67bfd57a51e8baad2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853912,"stop":1724922853912,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fd2b4568801fb0ed","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fd2b4568801fb0ed","status":"passed","time":{"start":1724921529575,"stop":1724921529576,"duration":1}},{"uid":"4bee4e89ca1ab3d9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4bee4e89ca1ab3d9","status":"passed","time":{"start":1724921488875,"stop":1724921488875,"duration":0}},{"uid":"79e6a73886692709","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/79e6a73886692709","status":"passed","time":{"start":1724918203676,"stop":1724918203677,"duration":1}},{"uid":"878fb6368971e6f2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/878fb6368971e6f2","status":"passed","time":{"start":1724889938354,"stop":1724889938354,"duration":0}},{"uid":"ce0e09a10963e59c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ce0e09a10963e59c","status":"passed","time":{"start":1724889077049,"stop":1724889077050,"duration":1}},{"uid":"aa1d7455677d944c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aa1d7455677d944c","status":"passed","time":{"start":1724888268009,"stop":1724888268010,"duration":1}},{"uid":"c13ab423963f1d90","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c13ab423963f1d90","status":"passed","time":{"start":1724887032391,"stop":1724887032393,"duration":2}},{"uid":"d34c6e2293a9bd4c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d34c6e2293a9bd4c","status":"passed","time":{"start":1724886822787,"stop":1724886822788,"duration":1}},{"uid":"45b702b860573dc5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/45b702b860573dc5","status":"passed","time":{"start":1724862233505,"stop":1724862233505,"duration":0}},{"uid":"7427125b41ff335c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7427125b41ff335c","status":"passed","time":{"start":1724861712666,"stop":1724861712666,"duration":0}},{"uid":"2ef6c8ea4e7a3d60","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2ef6c8ea4e7a3d60","status":"passed","time":{"start":1724861567884,"stop":1724861567884,"duration":0}},{"uid":"6373e7edc5320ddc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6373e7edc5320ddc","status":"passed","time":{"start":1724861392040,"stop":1724861392041,"duration":1}}]},"tags":[]},"source":"b82a234687ff32dd.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/6f6cfed8d5907012.json b/7376/data/test-cases/b84892d5c07bd39d.json similarity index 72% rename from 7346/data/test-cases/6f6cfed8d5907012.json rename to 7376/data/test-cases/b84892d5c07bd39d.json index 05bd9e78ff5..05f988d6c59 100644 --- a/7346/data/test-cases/6f6cfed8d5907012.json +++ b/7376/data/test-cases/b84892d5c07bd39d.json @@ -1 +1 @@ -{"uid":"6f6cfed8d5907012","name":"Subscribe and receive symmetrically encrypted messages via lightPush","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe and receive symmetrically encrypted messages via lightPush","historyId":"1cad348a6e387b7a88e6476ad79f7e1f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765545662,"stop":1724765545662,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"3f68450fc80e1c92","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/3f68450fc80e1c92","status":"passed","time":{"start":1724765472918,"stop":1724765472918,"duration":0}},{"uid":"85cd549be674c930","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/85cd549be674c930","status":"passed","time":{"start":1724763953864,"stop":1724763953864,"duration":0}},{"uid":"960ad6c351aa1aa5","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/960ad6c351aa1aa5","status":"passed","time":{"start":1724761070310,"stop":1724761070310,"duration":0}},{"uid":"e49d9bcc70259bc8","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/e49d9bcc70259bc8","status":"passed","time":{"start":1724760260072,"stop":1724760260072,"duration":0}},{"uid":"4b729d230461ea81","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/4b729d230461ea81","status":"passed","time":{"start":1724758530266,"stop":1724758530266,"duration":0}},{"uid":"cd95e79b0158e1e7","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/cd95e79b0158e1e7","status":"passed","time":{"start":1724757958291,"stop":1724757958292,"duration":1}},{"uid":"ba5cc572105fb73e","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/ba5cc572105fb73e","status":"passed","time":{"start":1724757397587,"stop":1724757397587,"duration":0}},{"uid":"809f54c4c587cac0","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/809f54c4c587cac0","status":"passed","time":{"start":1724755379397,"stop":1724755379397,"duration":0}},{"uid":"b0309782ac214248","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/b0309782ac214248","status":"passed","time":{"start":1724752819840,"stop":1724752819840,"duration":0}},{"uid":"ee843768d663623d","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/ee843768d663623d","status":"passed","time":{"start":1724751625315,"stop":1724751625315,"duration":0}},{"uid":"8a199a0b6658c98d","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/8a199a0b6658c98d","status":"passed","time":{"start":1724750725817,"stop":1724750725817,"duration":0}},{"uid":"c14dbc04954b1f","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c14dbc04954b1f","status":"passed","time":{"start":1724749717497,"stop":1724749717497,"duration":0}},{"uid":"a622cce3b2e3d6c0","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/a622cce3b2e3d6c0","status":"passed","time":{"start":1724718019279,"stop":1724718019280,"duration":1}},{"uid":"792bdd7917234b9b","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/792bdd7917234b9b","status":"passed","time":{"start":1724715264558,"stop":1724715264558,"duration":0}},{"uid":"1e3098848b5bac60","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/1e3098848b5bac60","status":"passed","time":{"start":1724713371746,"stop":1724713371746,"duration":0}},{"uid":"e7b49f4f25dcefb7","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/e7b49f4f25dcefb7","status":"passed","time":{"start":1724706679428,"stop":1724706679429,"duration":1}},{"uid":"1854d7ccb2c68dc6","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/1854d7ccb2c68dc6","status":"passed","time":{"start":1724705096854,"stop":1724705096854,"duration":0}},{"uid":"bc6df0c5a899710c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/bc6df0c5a899710c","status":"passed","time":{"start":1724684459922,"stop":1724684459923,"duration":1}},{"uid":"315f4bb2de118a14","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/315f4bb2de118a14","status":"passed","time":{"start":1724673071752,"stop":1724673071753,"duration":1}},{"uid":"5a060518f473dc70","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/5a060518f473dc70","status":"passed","time":{"start":1724670808679,"stop":1724670808681,"duration":2}}]},"tags":[]},"source":"6f6cfed8d5907012.json","parameterValues":[]} \ No newline at end of file +{"uid":"b84892d5c07bd39d","name":"Subscribe to topic containing JSON and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing JSON and receive message","historyId":"ccdf1f5082e6e804f9b6c5bc4aa8b2fb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012481,"stop":1724923012482,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8f14b51b7381e754","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8f14b51b7381e754","status":"passed","time":{"start":1724921625092,"stop":1724921625092,"duration":0}},{"uid":"8d5e90f1b4fc68b6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8d5e90f1b4fc68b6","status":"passed","time":{"start":1724921590511,"stop":1724921590512,"duration":1}},{"uid":"350ee99d60755225","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/350ee99d60755225","status":"passed","time":{"start":1724918287577,"stop":1724918287578,"duration":1}},{"uid":"b10f42646da951e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b10f42646da951e0","status":"passed","time":{"start":1724890047804,"stop":1724890047804,"duration":0}},{"uid":"f1bb74f9002c98b6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f1bb74f9002c98b6","status":"passed","time":{"start":1724889183948,"stop":1724889183948,"duration":0}},{"uid":"a5848dcbc449d837","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a5848dcbc449d837","status":"passed","time":{"start":1724888354187,"stop":1724888354188,"duration":1}},{"uid":"cbd597aed89c1a75","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cbd597aed89c1a75","status":"passed","time":{"start":1724887145731,"stop":1724887145731,"duration":0}},{"uid":"c6a3aa6a567d15b6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c6a3aa6a567d15b6","status":"passed","time":{"start":1724886915809,"stop":1724886915810,"duration":1}},{"uid":"6c8ecc3a5ffbe405","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c8ecc3a5ffbe405","status":"passed","time":{"start":1724862341467,"stop":1724862341467,"duration":0}},{"uid":"f4074575402403cb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f4074575402403cb","status":"passed","time":{"start":1724861805471,"stop":1724861805472,"duration":1}},{"uid":"f83d43eaa81b519b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f83d43eaa81b519b","status":"passed","time":{"start":1724861662301,"stop":1724861662301,"duration":0}},{"uid":"17089f37a43f6e1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/17089f37a43f6e1","status":"passed","time":{"start":1724861492528,"stop":1724861492528,"duration":0}}]},"tags":[]},"source":"b84892d5c07bd39d.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/b881a0e06d72a552.json b/7376/data/test-cases/b881a0e06d72a552.json new file mode 100644 index 00000000000..84e4a362a48 --- /dev/null +++ b/7376/data/test-cases/b881a0e06d72a552.json @@ -0,0 +1 @@ +{"uid":"b881a0e06d72a552","name":"less peers than existing","fullName":"/tests/peer-exchange/query.spec.ts: Peer Exchange Query > less peers than existing","historyId":"f67f5a755a1617ca55c0d1291fa4cebf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845654,"stop":1724922845654,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange Query"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"55fd32b5cb831d30","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/55fd32b5cb831d30","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515419,"stop":1724921515419,"duration":0}},{"uid":"fdf73dcbffc4ec7f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fdf73dcbffc4ec7f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475838,"stop":1724921475838,"duration":0}},{"uid":"c0166465e32fa788","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c0166465e32fa788","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179673,"stop":1724918179673,"duration":0}},{"uid":"5a3df6e96a126def","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5a3df6e96a126def","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935530,"stop":1724889935530,"duration":0}},{"uid":"f9ecd9a49459025a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9ecd9a49459025a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072944,"stop":1724889072944,"duration":0}},{"uid":"a44cfb2a793f5d8e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a44cfb2a793f5d8e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232586,"stop":1724888232587,"duration":1}},{"uid":"5f63acf2b3d0c79","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5f63acf2b3d0c79","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018518,"stop":1724887018518,"duration":0}},{"uid":"4f2a678c98cce83d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4f2a678c98cce83d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781723,"stop":1724886781723,"duration":0}},{"uid":"663f33e6a78cb4dc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/663f33e6a78cb4dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213904,"stop":1724862213904,"duration":0}},{"uid":"3bf95fb5ce634802","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3bf95fb5ce634802","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861686114,"stop":1724861686114,"duration":0}},{"uid":"cf10896c17b5bb7c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cf10896c17b5bb7c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546461,"stop":1724861546461,"duration":0}},{"uid":"1e9ee6afbd59d808","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1e9ee6afbd59d808","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378278,"stop":1724861378279,"duration":1}}]},"tags":[]},"source":"b881a0e06d72a552.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/b8af958e8f942f15.json b/7376/data/test-cases/b8af958e8f942f15.json new file mode 100644 index 00000000000..45504d14ac9 --- /dev/null +++ b/7376/data/test-cases/b8af958e8f942f15.json @@ -0,0 +1 @@ +{"uid":"b8af958e8f942f15","name":"Nodes with multiple pubsub topic","fullName":"/tests/relay/multiple_pubsub.node.spec.ts: Waku Relay (Autosharding), multiple pubsub topics > Nodes with multiple pubsub topic","historyId":"b7b097c9f783317ac898159e2ae04163:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922862335,"stop":1724922862335,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay (Autosharding), multiple pubsub topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c6bfb84365b9a05a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c6bfb84365b9a05a","status":"passed","time":{"start":1724921540109,"stop":1724921540109,"duration":0}},{"uid":"9cf1c5f7acc77d69","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9cf1c5f7acc77d69","status":"passed","time":{"start":1724921503541,"stop":1724921503541,"duration":0}},{"uid":"883f8fbb160086cd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/883f8fbb160086cd","status":"passed","time":{"start":1724918214370,"stop":1724918214370,"duration":0}},{"uid":"9643a3e7694c2055","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9643a3e7694c2055","status":"passed","time":{"start":1724889952445,"stop":1724889952445,"duration":0}},{"uid":"b57a299218655d72","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b57a299218655d72","status":"passed","time":{"start":1724889087469,"stop":1724889087469,"duration":0}},{"uid":"f887229b4f993c63","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f887229b4f993c63","status":"passed","time":{"start":1724888266431,"stop":1724888266431,"duration":0}},{"uid":"8573c997372c3c38","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8573c997372c3c38","status":"passed","time":{"start":1724887042932,"stop":1724887042932,"duration":0}},{"uid":"658a6214d812acca","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/658a6214d812acca","status":"passed","time":{"start":1724886820800,"stop":1724886820800,"duration":0}},{"uid":"ead6d976cb219623","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ead6d976cb219623","status":"passed","time":{"start":1724862245491,"stop":1724862245491,"duration":0}},{"uid":"a89447f53a946066","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a89447f53a946066","status":"passed","time":{"start":1724861720404,"stop":1724861720404,"duration":0}},{"uid":"f6ec856475a81622","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f6ec856475a81622","status":"passed","time":{"start":1724861579391,"stop":1724861579395,"duration":4}},{"uid":"10f3b46cbcb7088","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/10f3b46cbcb7088","status":"passed","time":{"start":1724861402508,"stop":1724861402509,"duration":1}}]},"tags":[]},"source":"b8af958e8f942f15.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/b8c49a2ce64f6e2e.json b/7376/data/test-cases/b8c49a2ce64f6e2e.json new file mode 100644 index 00000000000..78cad22f46e --- /dev/null +++ b/7376/data/test-cases/b8c49a2ce64f6e2e.json @@ -0,0 +1 @@ +{"uid":"b8c49a2ce64f6e2e","name":"should update peers in local storage on 'peer:identify' event","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Unit Tests > should update peers in local storage on 'peer:identify' event","historyId":"23f43346a3753894fd67050a47de7ad3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922402865,"stop":1724922402865,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Unit Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dcc604cec7b2be40","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dcc604cec7b2be40","status":"passed","time":{"start":1724921065912,"stop":1724921065913,"duration":1}},{"uid":"2aec610a5f5da771","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2aec610a5f5da771","status":"passed","time":{"start":1724921040949,"stop":1724921040949,"duration":0}},{"uid":"102bbe2b55ea5a0d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/102bbe2b55ea5a0d","status":"passed","time":{"start":1724917701158,"stop":1724917701158,"duration":0}},{"uid":"7570c2827363ffd3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7570c2827363ffd3","status":"passed","time":{"start":1724889479977,"stop":1724889479977,"duration":0}},{"uid":"76fcd0870d12325e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/76fcd0870d12325e","status":"passed","time":{"start":1724888630726,"stop":1724888630726,"duration":0}},{"uid":"8a0e722dfa58a403","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a0e722dfa58a403","status":"passed","time":{"start":1724887787008,"stop":1724887787009,"duration":1}},{"uid":"e2dadddfbecf2725","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e2dadddfbecf2725","status":"passed","time":{"start":1724886553671,"stop":1724886553671,"duration":0}},{"uid":"94a8ead644d87c36","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/94a8ead644d87c36","status":"passed","time":{"start":1724886331494,"stop":1724886331495,"duration":1}},{"uid":"e72de1b6a1b4e4fb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e72de1b6a1b4e4fb","status":"passed","time":{"start":1724861780658,"stop":1724861780659,"duration":1}},{"uid":"97ab2c11c32388c5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/97ab2c11c32388c5","status":"passed","time":{"start":1724861251100,"stop":1724861251101,"duration":1}},{"uid":"e2aa3895456459da","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e2aa3895456459da","status":"passed","time":{"start":1724861074810,"stop":1724861074811,"duration":1}},{"uid":"3796ec232d37af29","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3796ec232d37af29","status":"passed","time":{"start":1724860935673,"stop":1724860935674,"duration":1}}]},"tags":[]},"source":"b8c49a2ce64f6e2e.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/b8dd82888d183c95.json b/7376/data/test-cases/b8dd82888d183c95.json new file mode 100644 index 00000000000..fccb2c7e37e --- /dev/null +++ b/7376/data/test-cases/b8dd82888d183c95.json @@ -0,0 +1 @@ +{"uid":"b8dd82888d183c95","name":"Filter with 3 connections","fullName":"/tests/health-manager/protocols.spec.ts: Health Manager > Should update the health status for protocols > Filter with 3 connections","historyId":"4d863be13dd3a1bef0b830601781c59d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922661651,"stop":1724922661652,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Health Manager"},{"name":"suite","value":"Should update the health status for protocols"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"62c003fcc12ff210","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/62c003fcc12ff210","status":"passed","time":{"start":1724921321312,"stop":1724921321312,"duration":0}},{"uid":"3309f9cdf8962383","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3309f9cdf8962383","status":"passed","time":{"start":1724921298786,"stop":1724921298786,"duration":0}},{"uid":"802419bb7562ac95","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/802419bb7562ac95","status":"passed","time":{"start":1724918008265,"stop":1724918008266,"duration":1}},{"uid":"738ac5373b1aa039","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/738ac5373b1aa039","status":"passed","time":{"start":1724889728596,"stop":1724889728596,"duration":0}},{"uid":"b43e555b9774563d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b43e555b9774563d","status":"passed","time":{"start":1724888882875,"stop":1724888882876,"duration":1}},{"uid":"ba39b2515c56d12d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ba39b2515c56d12d","status":"passed","time":{"start":1724888111026,"stop":1724888111026,"duration":0}},{"uid":"7a84b7116a7f9a34","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7a84b7116a7f9a34","status":"passed","time":{"start":1724886869448,"stop":1724886869448,"duration":0}},{"uid":"61b383278d22436a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/61b383278d22436a","status":"passed","time":{"start":1724886642937,"stop":1724886642938,"duration":1}},{"uid":"c2f3103ea561061a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2f3103ea561061a","status":"passed","time":{"start":1724862044582,"stop":1724862044582,"duration":0}},{"uid":"3588bc86bf766c67","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3588bc86bf766c67","status":"passed","time":{"start":1724861523040,"stop":1724861523041,"duration":1}},{"uid":"63f1fc007bdc4a1d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/63f1fc007bdc4a1d","status":"passed","time":{"start":1724861362474,"stop":1724861362475,"duration":1}},{"uid":"1ae84c16ed3e3a38","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1ae84c16ed3e3a38","status":"passed","time":{"start":1724861196856,"stop":1724861196858,"duration":2}}]},"tags":[]},"source":"b8dd82888d183c95.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/85b9e35f239646f0.json b/7376/data/test-cases/b924193b20aa7ea5.json similarity index 84% rename from 7346/data/test-cases/85b9e35f239646f0.json rename to 7376/data/test-cases/b924193b20aa7ea5.json index 2609ee6ffad..fa5025ac240 100644 --- a/7346/data/test-cases/85b9e35f239646f0.json +++ b/7376/data/test-cases/b924193b20aa7ea5.json @@ -1 +1 @@ -{"uid":"85b9e35f239646f0","name":"Push message with content topic containing JSON","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing JSON","historyId":"45e6c790a46766696819423ce74781ad:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505397,"stop":1724765505397,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":22,"unknown":0,"total":26},"items":[{"uid":"52ac182ad44feac6","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/52ac182ad44feac6","status":"passed","time":{"start":1724765434032,"stop":1724765434032,"duration":0}},{"uid":"2c12e494e7bbb51a","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/2c12e494e7bbb51a","status":"passed","time":{"start":1724763779042,"stop":1724763779043,"duration":1}},{"uid":"7e0be7f422a2e923","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/7e0be7f422a2e923","status":"passed","time":{"start":1724761038743,"stop":1724761038743,"duration":0}},{"uid":"8bb7218a649253ba","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/8bb7218a649253ba","status":"passed","time":{"start":1724760066635,"stop":1724760066636,"duration":1}},{"uid":"8bf7db024ace9a02","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/8bf7db024ace9a02","status":"passed","time":{"start":1724758222998,"stop":1724758222998,"duration":0}},{"uid":"b2a333ba7c3ee982","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b2a333ba7c3ee982","status":"passed","time":{"start":1724757927328,"stop":1724757927328,"duration":0}},{"uid":"3539818194e89d7b","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/3539818194e89d7b","status":"passed","time":{"start":1724757257496,"stop":1724757257496,"duration":0}},{"uid":"c55775c129151144","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c55775c129151144","status":"passed","time":{"start":1724755333003,"stop":1724755333006,"duration":3}},{"uid":"217d8d9de9ce4956","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/217d8d9de9ce4956","status":"passed","time":{"start":1724752782408,"stop":1724752782408,"duration":0}},{"uid":"a7b012c2343b7b9c","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/a7b012c2343b7b9c","status":"passed","time":{"start":1724751616578,"stop":1724751616578,"duration":0}},{"uid":"399b6850f1390270","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/399b6850f1390270","status":"passed","time":{"start":1724750701998,"stop":1724750701999,"duration":1}},{"uid":"4e85cda4b1ce5ee6","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/4e85cda4b1ce5ee6","status":"passed","time":{"start":1724749709048,"stop":1724749709050,"duration":2}},{"uid":"629a1eef817c8daf","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/629a1eef817c8daf","status":"passed","time":{"start":1724718008230,"stop":1724718008231,"duration":1}},{"uid":"be3671cb5bd9f868","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/be3671cb5bd9f868","status":"passed","time":{"start":1724715239145,"stop":1724715239145,"duration":0}},{"uid":"aaf4efadd2418d0e","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/aaf4efadd2418d0e","status":"passed","time":{"start":1724713322713,"stop":1724713322714,"duration":1}},{"uid":"bc02c0a59b7f8aa","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/bc02c0a59b7f8aa","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724707170686,"stop":1724707170687,"duration":1}},{"uid":"ddd4153213ce65dd","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/ddd4153213ce65dd","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724705570776,"stop":1724705570776,"duration":0}},{"uid":"58d1b6942a359db6","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/58d1b6942a359db6","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724684936365,"stop":1724684936365,"duration":0}},{"uid":"f6f99f4165d0fa2b","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/f6f99f4165d0fa2b","status":"passed","time":{"start":1724673044054,"stop":1724673044055,"duration":1}},{"uid":"690d32668845637","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/690d32668845637","status":"passed","time":{"start":1724670767297,"stop":1724670767298,"duration":1}}]},"tags":[]},"source":"85b9e35f239646f0.json","parameterValues":[]} \ No newline at end of file +{"uid":"b924193b20aa7ea5","name":"Push message with content topic containing JSON","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing JSON","historyId":"45e6c790a46766696819423ce74781ad:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921470,"stop":1724922921470,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3fd0a94d9ad4d3a0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3fd0a94d9ad4d3a0","status":"passed","time":{"start":1724921602961,"stop":1724921602961,"duration":0}},{"uid":"13a9824ab6a069a7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/13a9824ab6a069a7","status":"passed","time":{"start":1724921571105,"stop":1724921571105,"duration":0}},{"uid":"87fab17db696fe19","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/87fab17db696fe19","status":"passed","time":{"start":1724918285610,"stop":1724918285611,"duration":1}},{"uid":"7d1ec1b0a0f37e35","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7d1ec1b0a0f37e35","status":"passed","time":{"start":1724890030099,"stop":1724890030099,"duration":0}},{"uid":"f9f433ec17c2adc6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9f433ec17c2adc6","status":"passed","time":{"start":1724889171919,"stop":1724889171920,"duration":1}},{"uid":"76ea0946f459914b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/76ea0946f459914b","status":"passed","time":{"start":1724888350739,"stop":1724888350740,"duration":1}},{"uid":"55adbdc0507ddf43","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/55adbdc0507ddf43","status":"passed","time":{"start":1724887115421,"stop":1724887115422,"duration":1}},{"uid":"dc77b8c71744573a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dc77b8c71744573a","status":"passed","time":{"start":1724886884583,"stop":1724886884584,"duration":1}},{"uid":"74d2092f730eb532","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/74d2092f730eb532","status":"passed","time":{"start":1724862322269,"stop":1724862322275,"duration":6}},{"uid":"6d4f2c7480111914","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6d4f2c7480111914","status":"passed","time":{"start":1724861790763,"stop":1724861790763,"duration":0}},{"uid":"8f9ac72e00c65c79","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8f9ac72e00c65c79","status":"passed","time":{"start":1724861628428,"stop":1724861628429,"duration":1}},{"uid":"69fd11a0a7b37e8d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/69fd11a0a7b37e8d","status":"passed","time":{"start":1724861465633,"stop":1724861465633,"duration":0}}]},"tags":[]},"source":"b924193b20aa7ea5.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/72375a0d0f5707ba.json b/7376/data/test-cases/b9503f9f228adfab.json similarity index 76% rename from 7346/data/test-cases/72375a0d0f5707ba.json rename to 7376/data/test-cases/b9503f9f228adfab.json index 70a7c36d484..7fee766eb53 100644 --- a/7346/data/test-cases/72375a0d0f5707ba.json +++ b/7376/data/test-cases/b9503f9f228adfab.json @@ -1 +1 @@ -{"uid":"72375a0d0f5707ba","name":"Check received message containing Chinese","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing Chinese","historyId":"60c949eb70d92cb5a531d354079f9aca:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765048426,"stop":1724765048426,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"ca34d71385572536","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/ca34d71385572536","status":"passed","time":{"start":1724764977132,"stop":1724764977133,"duration":1}},{"uid":"b881f60a8834faf6","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/b881f60a8834faf6","status":"passed","time":{"start":1724763340003,"stop":1724763340003,"duration":0}},{"uid":"ac21d7f369d220c1","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ac21d7f369d220c1","status":"passed","time":{"start":1724760600493,"stop":1724760600496,"duration":3}},{"uid":"63ec28e04a121c17","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/63ec28e04a121c17","status":"passed","time":{"start":1724759627550,"stop":1724759627551,"duration":1}},{"uid":"cf319c4493a60ef5","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/cf319c4493a60ef5","status":"passed","time":{"start":1724757762718,"stop":1724757762718,"duration":0}},{"uid":"46bcb76e32718d97","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/46bcb76e32718d97","status":"passed","time":{"start":1724757473902,"stop":1724757473903,"duration":1}},{"uid":"c710111d7bf15f5a","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/c710111d7bf15f5a","status":"passed","time":{"start":1724756806003,"stop":1724756806003,"duration":0}},{"uid":"42c2464be7f06a47","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/42c2464be7f06a47","status":"passed","time":{"start":1724754890966,"stop":1724754890966,"duration":0}},{"uid":"6b4cab22014e27e9","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/6b4cab22014e27e9","status":"passed","time":{"start":1724752321307,"stop":1724752321307,"duration":0}},{"uid":"7ffda9afbbffbeaf","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/7ffda9afbbffbeaf","status":"passed","time":{"start":1724751157975,"stop":1724751157975,"duration":0}},{"uid":"dd7a1ee9142412fd","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/dd7a1ee9142412fd","status":"passed","time":{"start":1724750231018,"stop":1724750231018,"duration":0}},{"uid":"c9b7152b69d04f1","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c9b7152b69d04f1","status":"passed","time":{"start":1724749270690,"stop":1724749270691,"duration":1}},{"uid":"30cfa561b69fd3c2","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/30cfa561b69fd3c2","status":"passed","time":{"start":1724717545672,"stop":1724717545672,"duration":0}},{"uid":"f2ce7ae599817bc3","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/f2ce7ae599817bc3","status":"passed","time":{"start":1724714779137,"stop":1724714779147,"duration":10}},{"uid":"e599673fe5085729","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/e599673fe5085729","status":"passed","time":{"start":1724712855304,"stop":1724712855305,"duration":1}},{"uid":"69ef33d570fd5e56","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/69ef33d570fd5e56","status":"passed","time":{"start":1724706072094,"stop":1724706072095,"duration":1}},{"uid":"e87b3ca61886a163","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/e87b3ca61886a163","status":"passed","time":{"start":1724704476159,"stop":1724704476159,"duration":0}},{"uid":"d23fd05f01358c8d","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d23fd05f01358c8d","status":"passed","time":{"start":1724683855301,"stop":1724683855302,"duration":1}},{"uid":"e81eb6488d0c1732","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/e81eb6488d0c1732","status":"passed","time":{"start":1724672579671,"stop":1724672579671,"duration":0}},{"uid":"98d32b40cc89b1f0","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/98d32b40cc89b1f0","status":"passed","time":{"start":1724670325008,"stop":1724670325009,"duration":1}}]},"tags":[]},"source":"72375a0d0f5707ba.json","parameterValues":[]} \ No newline at end of file +{"uid":"b9503f9f228adfab","name":"Check received message containing Chinese","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing Chinese","historyId":"60c949eb70d92cb5a531d354079f9aca:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922601839,"stop":1724922601840,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7b17ab9ffe856cd9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7b17ab9ffe856cd9","status":"passed","time":{"start":1724921267866,"stop":1724921267867,"duration":1}},{"uid":"9f2d8ceeec856dbd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9f2d8ceeec856dbd","status":"passed","time":{"start":1724921244359,"stop":1724921244360,"duration":1}},{"uid":"fe2d5375c4311d2f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fe2d5375c4311d2f","status":"passed","time":{"start":1724917916040,"stop":1724917916040,"duration":0}},{"uid":"4eb4235792e0ed0e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4eb4235792e0ed0e","status":"passed","time":{"start":1724889678251,"stop":1724889678252,"duration":1}},{"uid":"3650b50ea1104b09","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3650b50ea1104b09","status":"passed","time":{"start":1724888831681,"stop":1724888831681,"duration":0}},{"uid":"5c17d68d9121fa61","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5c17d68d9121fa61","status":"passed","time":{"start":1724888003317,"stop":1724888003317,"duration":0}},{"uid":"ffd78c0ba6ef7b94","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ffd78c0ba6ef7b94","status":"passed","time":{"start":1724886776603,"stop":1724886776603,"duration":0}},{"uid":"f4de538b1cf0941a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f4de538b1cf0941a","status":"passed","time":{"start":1724886555788,"stop":1724886555789,"duration":1}},{"uid":"28a49c4c3f2cc517","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/28a49c4c3f2cc517","status":"passed","time":{"start":1724861983003,"stop":1724861983003,"duration":0}},{"uid":"ae0fb3b0283f4ba3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ae0fb3b0283f4ba3","status":"passed","time":{"start":1724861444063,"stop":1724861444064,"duration":1}},{"uid":"c93c5996a34ad5c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c93c5996a34ad5c","status":"passed","time":{"start":1724861285826,"stop":1724861285827,"duration":1}},{"uid":"5ca0644695f8a9e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5ca0644695f8a9e","status":"passed","time":{"start":1724861145659,"stop":1724861145660,"duration":1}}]},"tags":[]},"source":"b9503f9f228adfab.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/e285a07b9f586c7b.json b/7376/data/test-cases/b9661ff0d6d75ce8.json similarity index 83% rename from 7346/data/test-cases/e285a07b9f586c7b.json rename to 7376/data/test-cases/b9661ff0d6d75ce8.json index ea6fe913cec..2fdd798b151 100644 --- a/7346/data/test-cases/e285a07b9f586c7b.json +++ b/7376/data/test-cases/b9661ff0d6d75ce8.json @@ -1 +1 @@ -{"uid":"e285a07b9f586c7b","name":"Push message with short payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with short payload","historyId":"78ee7e1afebb7c62be10f4e3936cc939:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367112,"stop":1724765367112,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"1ae965c3742e33b9","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/1ae965c3742e33b9","status":"passed","time":{"start":1724765300558,"stop":1724765300559,"duration":1}},{"uid":"3785af8a4b48b5f","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/3785af8a4b48b5f","status":"passed","time":{"start":1724763693146,"stop":1724763693146,"duration":0}},{"uid":"db4d6e760a5800da","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/db4d6e760a5800da","status":"passed","time":{"start":1724760912460,"stop":1724760912461,"duration":1}},{"uid":"dd8bbd857c060993","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/dd8bbd857c060993","status":"passed","time":{"start":1724759937111,"stop":1724759937112,"duration":1}},{"uid":"df5e2febb8edce42","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/df5e2febb8edce42","status":"passed","time":{"start":1724758102733,"stop":1724758102734,"duration":1}},{"uid":"fa70ab783142989d","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/fa70ab783142989d","status":"passed","time":{"start":1724757793361,"stop":1724757793361,"duration":0}},{"uid":"521895da8b2394f2","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/521895da8b2394f2","status":"passed","time":{"start":1724757169509,"stop":1724757169510,"duration":1}},{"uid":"64115d6ba7d3a67f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/64115d6ba7d3a67f","status":"passed","time":{"start":1724755216328,"stop":1724755216329,"duration":1}},{"uid":"2bbc504e8f6106e3","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/2bbc504e8f6106e3","status":"passed","time":{"start":1724752641977,"stop":1724752641977,"duration":0}},{"uid":"43782798e79689f6","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/43782798e79689f6","status":"passed","time":{"start":1724751479123,"stop":1724751479123,"duration":0}},{"uid":"c51632c31cbcb7f5","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/c51632c31cbcb7f5","status":"passed","time":{"start":1724750562157,"stop":1724750562168,"duration":11}},{"uid":"c22efeb3d326baf6","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c22efeb3d326baf6","status":"passed","time":{"start":1724749562411,"stop":1724749562412,"duration":1}},{"uid":"b314a3776a33f090","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/b314a3776a33f090","status":"passed","time":{"start":1724717869145,"stop":1724717869145,"duration":0}},{"uid":"41c791bfc00f38e5","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/41c791bfc00f38e5","status":"passed","time":{"start":1724715105979,"stop":1724715105980,"duration":1}},{"uid":"ba02b43c5cdfa620","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/ba02b43c5cdfa620","status":"passed","time":{"start":1724713204859,"stop":1724713204860,"duration":1}},{"uid":"a7cc1c742cfdba63","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a7cc1c742cfdba63","status":"passed","time":{"start":1724706379240,"stop":1724706379241,"duration":1}},{"uid":"13e0ea845dcd7900","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/13e0ea845dcd7900","status":"passed","time":{"start":1724704806925,"stop":1724704806926,"duration":1}},{"uid":"26edf1b28a53bc3a","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/26edf1b28a53bc3a","status":"passed","time":{"start":1724684165980,"stop":1724684165980,"duration":0}},{"uid":"667e5f1e7ea9a45c","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/667e5f1e7ea9a45c","status":"passed","time":{"start":1724672921803,"stop":1724672921804,"duration":1}},{"uid":"ce7543ba42d52393","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/ce7543ba42d52393","status":"passed","time":{"start":1724670647844,"stop":1724670647845,"duration":1}}]},"tags":[]},"source":"e285a07b9f586c7b.json","parameterValues":[]} \ No newline at end of file +{"uid":"b9661ff0d6d75ce8","name":"Push message with short payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with short payload","historyId":"78ee7e1afebb7c62be10f4e3936cc939:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853902,"stop":1724922853903,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1858db6848d61ce3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1858db6848d61ce3","status":"passed","time":{"start":1724921529565,"stop":1724921529565,"duration":0}},{"uid":"8d89242a9b78dcfb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8d89242a9b78dcfb","status":"passed","time":{"start":1724921488869,"stop":1724921488869,"duration":0}},{"uid":"6a575f68880697f0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6a575f68880697f0","status":"passed","time":{"start":1724918203665,"stop":1724918203665,"duration":0}},{"uid":"7df216773a530d4a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7df216773a530d4a","status":"passed","time":{"start":1724889938347,"stop":1724889938347,"duration":0}},{"uid":"e5490747ed375930","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e5490747ed375930","status":"passed","time":{"start":1724889077028,"stop":1724889077029,"duration":1}},{"uid":"956048135b861a9e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/956048135b861a9e","status":"passed","time":{"start":1724888267998,"stop":1724888267999,"duration":1}},{"uid":"ed43d6cbf5d4927f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ed43d6cbf5d4927f","status":"passed","time":{"start":1724887032385,"stop":1724887032385,"duration":0}},{"uid":"89237bd2442717e0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/89237bd2442717e0","status":"passed","time":{"start":1724886822781,"stop":1724886822782,"duration":1}},{"uid":"d689925b1951f0b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d689925b1951f0b2","status":"passed","time":{"start":1724862233500,"stop":1724862233500,"duration":0}},{"uid":"488077fd796dd438","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/488077fd796dd438","status":"passed","time":{"start":1724861712659,"stop":1724861712660,"duration":1}},{"uid":"f11294145019082a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f11294145019082a","status":"passed","time":{"start":1724861567870,"stop":1724861567871,"duration":1}},{"uid":"ff90eb7ecfbd0d8b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ff90eb7ecfbd0d8b","status":"passed","time":{"start":1724861392034,"stop":1724861392035,"duration":1}}]},"tags":[]},"source":"b9661ff0d6d75ce8.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/b9c7286d7090a1c9.json b/7376/data/test-cases/b9c7286d7090a1c9.json new file mode 100644 index 00000000000..e3dcb4efa7d --- /dev/null +++ b/7376/data/test-cases/b9c7286d7090a1c9.json @@ -0,0 +1 @@ +{"uid":"b9c7286d7090a1c9","name":"different cluster, same shard: nodes don't connect (autosharding)","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > different cluster, same shard: nodes don't connect (autosharding)","historyId":"27f6d6fd7dfa0b48059aa500fbbaef58:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611421,"stop":1724922611422,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e583591bc7915857","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e583591bc7915857","status":"passed","time":{"start":1724921270342,"stop":1724921270343,"duration":1}},{"uid":"fa3b24c1bdb3570f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fa3b24c1bdb3570f","status":"passed","time":{"start":1724921247773,"stop":1724921247773,"duration":0}},{"uid":"674b44625cc96bab","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/674b44625cc96bab","status":"passed","time":{"start":1724917989810,"stop":1724917989810,"duration":0}},{"uid":"1c7e93c91be14247","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c7e93c91be14247","status":"passed","time":{"start":1724889678533,"stop":1724889678533,"duration":0}},{"uid":"d6de88b77e3dbc07","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d6de88b77e3dbc07","status":"passed","time":{"start":1724888829827,"stop":1724888829828,"duration":1}},{"uid":"93e5c350a73005ff","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/93e5c350a73005ff","status":"passed","time":{"start":1724888076974,"stop":1724888076975,"duration":1}},{"uid":"939292db16290145","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/939292db16290145","status":"passed","time":{"start":1724886851113,"stop":1724886851114,"duration":1}},{"uid":"c2a088d4f92faa55","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c2a088d4f92faa55","status":"passed","time":{"start":1724886647059,"stop":1724886647062,"duration":3}},{"uid":"99c846883dd91442","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/99c846883dd91442","status":"passed","time":{"start":1724861992703,"stop":1724861992704,"duration":1}},{"uid":"adb645fa8ff20cd7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/adb645fa8ff20cd7","status":"passed","time":{"start":1724861469631,"stop":1724861469632,"duration":1}},{"uid":"644c0099cc462797","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/644c0099cc462797","status":"passed","time":{"start":1724861284845,"stop":1724861284846,"duration":1}},{"uid":"f707de66e20b5dcb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f707de66e20b5dcb","status":"passed","time":{"start":1724861145772,"stop":1724861145772,"duration":0}}]},"tags":[]},"source":"b9c7286d7090a1c9.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/bb01f1fa9be79565.json b/7376/data/test-cases/b9feb206aa3f02e6.json similarity index 74% rename from 7346/data/test-cases/bb01f1fa9be79565.json rename to 7376/data/test-cases/b9feb206aa3f02e6.json index af66ba83e2e..36204eacf45 100644 --- a/7346/data/test-cases/bb01f1fa9be79565.json +++ b/7376/data/test-cases/b9feb206aa3f02e6.json @@ -1 +1 @@ -{"uid":"bb01f1fa9be79565","name":"Subscribe one by one to 100 topics and publish messages","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe one by one to 100 topics and publish messages","historyId":"8a570c791da4aa11c45f11e254afa174:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765421003,"stop":1724765421003,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"d5d525c27038c1ee","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/d5d525c27038c1ee","status":"passed","time":{"start":1724765345633,"stop":1724765345634,"duration":1}},{"uid":"9df5c567ef774dc5","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/9df5c567ef774dc5","status":"passed","time":{"start":1724763728514,"stop":1724763728515,"duration":1}},{"uid":"938b4b23b09abbd6","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/938b4b23b09abbd6","status":"passed","time":{"start":1724760958448,"stop":1724760958448,"duration":0}},{"uid":"b1f1aa266bb8db20","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/b1f1aa266bb8db20","status":"passed","time":{"start":1724759986202,"stop":1724759986203,"duration":1}},{"uid":"676bbaaf46e51b35","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/676bbaaf46e51b35","status":"passed","time":{"start":1724758131991,"stop":1724758131992,"duration":1}},{"uid":"2553276583deda39","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2553276583deda39","status":"passed","time":{"start":1724757804660,"stop":1724757804661,"duration":1}},{"uid":"c7b46c3560a9712e","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/c7b46c3560a9712e","status":"passed","time":{"start":1724757182037,"stop":1724757182037,"duration":0}},{"uid":"6c45dc4073d8e3a4","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6c45dc4073d8e3a4","status":"passed","time":{"start":1724755250660,"stop":1724755250661,"duration":1}},{"uid":"5d7afad79f655c44","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/5d7afad79f655c44","status":"passed","time":{"start":1724752681445,"stop":1724752681445,"duration":0}},{"uid":"fc93015ac53e19aa","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/fc93015ac53e19aa","status":"passed","time":{"start":1724751529144,"stop":1724751529147,"duration":3}},{"uid":"44dcf75630f554d9","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/44dcf75630f554d9","status":"passed","time":{"start":1724750601830,"stop":1724750601831,"duration":1}},{"uid":"1cef083f37982b55","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/1cef083f37982b55","status":"passed","time":{"start":1724749597803,"stop":1724749597803,"duration":0}},{"uid":"8f98a46d2c5da77c","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/8f98a46d2c5da77c","status":"passed","time":{"start":1724717911301,"stop":1724717911301,"duration":0}},{"uid":"728a5fdcd56c648b","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/728a5fdcd56c648b","status":"passed","time":{"start":1724715155593,"stop":1724715155593,"duration":0}},{"uid":"907ef3d9fab21ffc","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/907ef3d9fab21ffc","status":"passed","time":{"start":1724713233406,"stop":1724713233407,"duration":1}},{"uid":"efe26e0385b4ee26","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/efe26e0385b4ee26","status":"passed","time":{"start":1724706419523,"stop":1724706419524,"duration":1}},{"uid":"604b44ed3e6b0bfa","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/604b44ed3e6b0bfa","status":"passed","time":{"start":1724704833535,"stop":1724704833535,"duration":0}},{"uid":"718a087fe8417529","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/718a087fe8417529","status":"passed","time":{"start":1724684206365,"stop":1724684206365,"duration":0}},{"uid":"4d0525146d35e4e3","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/4d0525146d35e4e3","status":"passed","time":{"start":1724672961259,"stop":1724672961259,"duration":0}},{"uid":"bebb47e763e19726","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/bebb47e763e19726","status":"passed","time":{"start":1724670685260,"stop":1724670685260,"duration":0}}]},"tags":[]},"source":"bb01f1fa9be79565.json","parameterValues":[]} \ No newline at end of file +{"uid":"b9feb206aa3f02e6","name":"Subscribe one by one to 100 topics and publish messages","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe one by one to 100 topics and publish messages","historyId":"8a570c791da4aa11c45f11e254afa174:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922891486,"stop":1724922891486,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"885ad9085c153fc6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/885ad9085c153fc6","status":"passed","time":{"start":1724921563009,"stop":1724921563010,"duration":1}},{"uid":"ff2722a54f01e1cc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ff2722a54f01e1cc","status":"passed","time":{"start":1724921526810,"stop":1724921526810,"duration":0}},{"uid":"27045364deb64825","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/27045364deb64825","status":"passed","time":{"start":1724918239936,"stop":1724918239937,"duration":1}},{"uid":"cc8afc3e4c9bcbba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc8afc3e4c9bcbba","status":"passed","time":{"start":1724889980883,"stop":1724889980884,"duration":1}},{"uid":"e409efcebc4a8347","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e409efcebc4a8347","status":"passed","time":{"start":1724889109947,"stop":1724889109947,"duration":0}},{"uid":"be08078ff3853698","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/be08078ff3853698","status":"passed","time":{"start":1724888294719,"stop":1724888294720,"duration":1}},{"uid":"39209bd132cdf5a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/39209bd132cdf5a9","status":"passed","time":{"start":1724887071735,"stop":1724887071736,"duration":1}},{"uid":"9e60092a6a585070","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9e60092a6a585070","status":"passed","time":{"start":1724886848342,"stop":1724886848342,"duration":0}},{"uid":"7cd7a2fe5a29dddf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7cd7a2fe5a29dddf","status":"passed","time":{"start":1724862259243,"stop":1724862259244,"duration":1}},{"uid":"d4e5d03dae648c25","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d4e5d03dae648c25","status":"passed","time":{"start":1724861735322,"stop":1724861735322,"duration":0}},{"uid":"c6898c517d38270","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c6898c517d38270","status":"passed","time":{"start":1724861606336,"stop":1724861606336,"duration":0}},{"uid":"688955a8cb0b3a7d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/688955a8cb0b3a7d","status":"passed","time":{"start":1724861426682,"stop":1724861426683,"duration":1}}]},"tags":[]},"source":"b9feb206aa3f02e6.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/ba7a7785f2cd6b55.json b/7376/data/test-cases/ba7a7785f2cd6b55.json new file mode 100644 index 00000000000..857a5033f56 --- /dev/null +++ b/7376/data/test-cases/ba7a7785f2cd6b55.json @@ -0,0 +1 @@ +{"uid":"ba7a7785f2cd6b55","name":"Does not throw an exception when node disconnects","fullName":"/tests/waku.node.spec.ts: Waku Dial [node only] > Interop: ServiceNode > Does not throw an exception when node disconnects","historyId":"26330da5b3096bf3d09adef4cbbbc4b5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922998983,"stop":1724922998983,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Waku Dial [node only]"},{"name":"suite","value":"Interop: ServiceNode"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"de1e2293a956f74b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/de1e2293a956f74b","status":"passed","time":{"start":1724921672580,"stop":1724921672580,"duration":0}},{"uid":"934a266aa5476158","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/934a266aa5476158","status":"passed","time":{"start":1724921629963,"stop":1724921629963,"duration":0}},{"uid":"fdb61e6c404805e5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fdb61e6c404805e5","status":"passed","time":{"start":1724918337081,"stop":1724918337081,"duration":0}},{"uid":"a65cda467033f996","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a65cda467033f996","status":"passed","time":{"start":1724890089177,"stop":1724890089178,"duration":1}},{"uid":"18d7eb3564abec97","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/18d7eb3564abec97","status":"passed","time":{"start":1724889221659,"stop":1724889221659,"duration":0}},{"uid":"5cdb9a52ee950725","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5cdb9a52ee950725","status":"passed","time":{"start":1724888396187,"stop":1724888396187,"duration":0}},{"uid":"c10ecf155cfc4c3c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c10ecf155cfc4c3c","status":"passed","time":{"start":1724887170937,"stop":1724887170937,"duration":0}},{"uid":"63b925fbbebb78e6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/63b925fbbebb78e6","status":"passed","time":{"start":1724886948524,"stop":1724886948524,"duration":0}},{"uid":"f511ea33c5701dca","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f511ea33c5701dca","status":"passed","time":{"start":1724862370752,"stop":1724862370752,"duration":0}},{"uid":"d3269081a5aea922","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d3269081a5aea922","status":"passed","time":{"start":1724861845157,"stop":1724861845160,"duration":3}},{"uid":"23819e739ccebe1e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/23819e739ccebe1e","status":"passed","time":{"start":1724861703115,"stop":1724861703115,"duration":0}},{"uid":"8877ccda5dbb4443","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8877ccda5dbb4443","status":"passed","time":{"start":1724861530975,"stop":1724861530975,"duration":0}}]},"tags":[]},"source":"ba7a7785f2cd6b55.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/ffc44858431c9681.json b/7376/data/test-cases/ba7b4dbaef9deee3.json similarity index 96% rename from 7346/data/test-cases/ffc44858431c9681.json rename to 7376/data/test-cases/ba7b4dbaef9deee3.json index d0a0862407c..41d8abbcd37 100644 --- a/7346/data/test-cases/ffc44858431c9681.json +++ b/7376/data/test-cases/ba7b4dbaef9deee3.json @@ -1 +1 @@ -{"uid":"ffc44858431c9681","name":"Publish message with custom timestamp: Tue Aug 27 2024 14:29:56 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Tue Aug 27 2024 14:29:56 GMT+0000 (Coordinated Universal Time)","historyId":"928d6442739d1373f285d59b5241a66f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765426736,"stop":1724765426736,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"ffc44858431c9681.json","parameterValues":[]} \ No newline at end of file +{"uid":"ba7b4dbaef9deee3","name":"Publish message with custom timestamp: Fri Sep 08 2023 09:14:22 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Fri Sep 08 2023 09:14:22 GMT+0000 (Coordinated Universal Time)","historyId":"d6da2c0406984372856f5b42503a95d0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922887529,"stop":1724922887529,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"ba7b4dbaef9deee3.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/baa1defb4079dff.json b/7376/data/test-cases/baa1defb4079dff.json new file mode 100644 index 00000000000..44ce017a9ba --- /dev/null +++ b/7376/data/test-cases/baa1defb4079dff.json @@ -0,0 +1 @@ +{"uid":"baa1defb4079dff","name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","historyId":"d59803a32195ca01a66da1e9c8ad4d2b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922778326,"stop":1724922778326,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"314c00ec5eced8dd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/314c00ec5eced8dd","status":"passed","time":{"start":1724921497756,"stop":1724921497756,"duration":0}},{"uid":"ba22bafab9908eff","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ba22bafab9908eff","status":"passed","time":{"start":1724921408411,"stop":1724921408411,"duration":0}},{"uid":"38b3bc5f92ab8154","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/38b3bc5f92ab8154","status":"passed","time":{"start":1724918086869,"stop":1724918086869,"duration":0}},{"uid":"125b10c4d7d7b3e4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/125b10c4d7d7b3e4","status":"passed","time":{"start":1724889892446,"stop":1724889892446,"duration":0}},{"uid":"c89d484c5261d298","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c89d484c5261d298","status":"passed","time":{"start":1724888997216,"stop":1724888997216,"duration":0}},{"uid":"748a001169241d53","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/748a001169241d53","status":"passed","time":{"start":1724888159489,"stop":1724888159489,"duration":0}},{"uid":"739e8dbf36d80830","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/739e8dbf36d80830","status":"passed","time":{"start":1724886937293,"stop":1724886937293,"duration":0}},{"uid":"66f54777fa1c461e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/66f54777fa1c461e","status":"passed","time":{"start":1724886709802,"stop":1724886709804,"duration":2}},{"uid":"1aafb9babcddf2aa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1aafb9babcddf2aa","status":"passed","time":{"start":1724862123537,"stop":1724862123537,"duration":0}},{"uid":"abdb111f7df6e6d2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/abdb111f7df6e6d2","status":"passed","time":{"start":1724861620104,"stop":1724861620104,"duration":0}},{"uid":"7bb0c5ed69fcca16","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7bb0c5ed69fcca16","status":"passed","time":{"start":1724861460248,"stop":1724861460249,"duration":1}},{"uid":"2b108cd942a49f70","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2b108cd942a49f70","status":"passed","time":{"start":1724861330171,"stop":1724861330171,"duration":0}}]},"tags":[]},"source":"baa1defb4079dff.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/1a4cd2db3353da33.json b/7376/data/test-cases/baddbcb496fc4aa5.json similarity index 78% rename from 7346/data/test-cases/1a4cd2db3353da33.json rename to 7376/data/test-cases/baddbcb496fc4aa5.json index fa75f7d3cca..0a600cf5fdb 100644 --- a/7346/data/test-cases/1a4cd2db3353da33.json +++ b/7376/data/test-cases/baddbcb496fc4aa5.json @@ -1 +1 @@ -{"uid":"1a4cd2db3353da33","name":"Check message with no content topic is not received","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check message with no content topic is not received","historyId":"9aa5112f5edd46e1b8a608728933e5c2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392393,"stop":1724765392393,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"f046774ae7f82871","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/f046774ae7f82871","status":"passed","time":{"start":1724765313875,"stop":1724765313875,"duration":0}},{"uid":"146cf4d6b84bdc2","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/146cf4d6b84bdc2","status":"passed","time":{"start":1724763683875,"stop":1724763683875,"duration":0}},{"uid":"c31226d8d527a588","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c31226d8d527a588","status":"passed","time":{"start":1724760929580,"stop":1724760929581,"duration":1}},{"uid":"4f4ccf8d9590d53e","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/4f4ccf8d9590d53e","status":"passed","time":{"start":1724759955176,"stop":1724759955176,"duration":0}},{"uid":"5f20445a32f899d5","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/5f20445a32f899d5","status":"passed","time":{"start":1724758077459,"stop":1724758077459,"duration":0}},{"uid":"df5a083c3338121e","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/df5a083c3338121e","status":"passed","time":{"start":1724757801876,"stop":1724757801876,"duration":0}},{"uid":"f065319cb0911f62","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/f065319cb0911f62","status":"passed","time":{"start":1724757120197,"stop":1724757120197,"duration":0}},{"uid":"a47b5abee8d42889","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a47b5abee8d42889","status":"passed","time":{"start":1724755211088,"stop":1724755211089,"duration":1}},{"uid":"4650fd03a0fd03eb","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/4650fd03a0fd03eb","status":"passed","time":{"start":1724752646558,"stop":1724752646558,"duration":0}},{"uid":"3af2e8d853900c52","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/3af2e8d853900c52","status":"passed","time":{"start":1724751495299,"stop":1724751495300,"duration":1}},{"uid":"108228373d18d4c2","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/108228373d18d4c2","status":"passed","time":{"start":1724750572391,"stop":1724750572391,"duration":0}},{"uid":"487ca733a4c5e5ad","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/487ca733a4c5e5ad","status":"passed","time":{"start":1724749567275,"stop":1724749567275,"duration":0}},{"uid":"106c61ee1e8f246b","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/106c61ee1e8f246b","status":"passed","time":{"start":1724717880847,"stop":1724717880847,"duration":0}},{"uid":"bcf39b2e1ffb33af","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/bcf39b2e1ffb33af","status":"passed","time":{"start":1724715103518,"stop":1724715103518,"duration":0}},{"uid":"1ba48ee3b9c27dbb","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/1ba48ee3b9c27dbb","status":"passed","time":{"start":1724713195383,"stop":1724713195384,"duration":1}},{"uid":"7320570c6b42a533","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/7320570c6b42a533","status":"passed","time":{"start":1724706389689,"stop":1724706389689,"duration":0}},{"uid":"63b22aa21fe70f18","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/63b22aa21fe70f18","status":"passed","time":{"start":1724704811206,"stop":1724704811206,"duration":0}},{"uid":"37288984ef416d97","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/37288984ef416d97","status":"passed","time":{"start":1724684170212,"stop":1724684170213,"duration":1}},{"uid":"33e329cbee544b3f","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/33e329cbee544b3f","status":"passed","time":{"start":1724672903661,"stop":1724672903661,"duration":0}},{"uid":"4094ed4c38b38fc7","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/4094ed4c38b38fc7","status":"passed","time":{"start":1724670674057,"stop":1724670674057,"duration":0}}]},"tags":[]},"source":"1a4cd2db3353da33.json","parameterValues":[]} \ No newline at end of file +{"uid":"baddbcb496fc4aa5","name":"Check message with no content topic is not received","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check message with no content topic is not received","historyId":"9aa5112f5edd46e1b8a608728933e5c2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845262,"stop":1724922845262,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"83696c2e74b4d842","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/83696c2e74b4d842","status":"passed","time":{"start":1724921515253,"stop":1724921515254,"duration":1}},{"uid":"99ddda6f9fa66039","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/99ddda6f9fa66039","status":"passed","time":{"start":1724921475503,"stop":1724921475503,"duration":0}},{"uid":"805f28ee49663592","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/805f28ee49663592","status":"passed","time":{"start":1724918179417,"stop":1724918179418,"duration":1}},{"uid":"83fd41c151e1cd6c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/83fd41c151e1cd6c","status":"passed","time":{"start":1724889935352,"stop":1724889935352,"duration":0}},{"uid":"946c446303866643","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/946c446303866643","status":"passed","time":{"start":1724889072768,"stop":1724889072768,"duration":0}},{"uid":"10420e5ca55dc222","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/10420e5ca55dc222","status":"passed","time":{"start":1724888232428,"stop":1724888232428,"duration":0}},{"uid":"71b576c87c28e517","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/71b576c87c28e517","status":"passed","time":{"start":1724887018315,"stop":1724887018315,"duration":0}},{"uid":"e832e7b025efd6b1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e832e7b025efd6b1","status":"passed","time":{"start":1724886781504,"stop":1724886781504,"duration":0}},{"uid":"76dbf43757de5c02","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/76dbf43757de5c02","status":"passed","time":{"start":1724862213684,"stop":1724862213684,"duration":0}},{"uid":"fc8271b89b9699e6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fc8271b89b9699e6","status":"passed","time":{"start":1724861685883,"stop":1724861685884,"duration":1}},{"uid":"deef8615121c10d0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/deef8615121c10d0","status":"passed","time":{"start":1724861546208,"stop":1724861546209,"duration":1}},{"uid":"97c5e75be89a5fe","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/97c5e75be89a5fe","status":"passed","time":{"start":1724861378125,"stop":1724861378126,"duration":1}}]},"tags":[]},"source":"baddbcb496fc4aa5.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/bae0c2b6c273bf6a.json b/7376/data/test-cases/bae0c2b6c273bf6a.json new file mode 100644 index 00000000000..659c014e212 --- /dev/null +++ b/7376/data/test-cases/bae0c2b6c273bf6a.json @@ -0,0 +1 @@ +{"uid":"bae0c2b6c273bf6a","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=3 > numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","historyId":"a7a00757f0ec4bb04d75455bebaaa4f7:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611433,"stop":1724922611433,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=3"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"691e46d429eb9433","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/691e46d429eb9433","status":"passed","time":{"start":1724921270355,"stop":1724921270355,"duration":0}},{"uid":"83c8dd0af250e6a3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/83c8dd0af250e6a3","status":"passed","time":{"start":1724921247816,"stop":1724921247816,"duration":0}},{"uid":"d9ea21e7c882379d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d9ea21e7c882379d","status":"passed","time":{"start":1724917989816,"stop":1724917989816,"duration":0}},{"uid":"469a328440733287","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/469a328440733287","status":"passed","time":{"start":1724889678549,"stop":1724889678549,"duration":0}},{"uid":"af1bd90dca0af293","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/af1bd90dca0af293","status":"passed","time":{"start":1724888829840,"stop":1724888829841,"duration":1}},{"uid":"6f2deb42a9e90cf5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6f2deb42a9e90cf5","status":"passed","time":{"start":1724888077001,"stop":1724888077002,"duration":1}},{"uid":"6a27eb1dedb57e82","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a27eb1dedb57e82","status":"passed","time":{"start":1724886851123,"stop":1724886851124,"duration":1}},{"uid":"26232ca590700a7b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/26232ca590700a7b","status":"passed","time":{"start":1724886647105,"stop":1724886647109,"duration":4}},{"uid":"4fa7d5372f7f5163","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4fa7d5372f7f5163","status":"passed","time":{"start":1724861992711,"stop":1724861992712,"duration":1}},{"uid":"4e8a584093495857","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4e8a584093495857","status":"passed","time":{"start":1724861469640,"stop":1724861469640,"duration":0}},{"uid":"7599d7c97c19647c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7599d7c97c19647c","status":"passed","time":{"start":1724861284855,"stop":1724861284856,"duration":1}},{"uid":"de67d584a03cccf4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/de67d584a03cccf4","status":"passed","time":{"start":1724861145800,"stop":1724861145803,"duration":3}}]},"tags":[]},"source":"bae0c2b6c273bf6a.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/7e5f6cc9c0647de4.json b/7376/data/test-cases/bbd096e4aad9c38a.json similarity index 79% rename from 7346/data/test-cases/7e5f6cc9c0647de4.json rename to 7376/data/test-cases/bbd096e4aad9c38a.json index 95f61217f8b..b24de8fe925 100644 --- a/7346/data/test-cases/7e5f6cc9c0647de4.json +++ b/7376/data/test-cases/bbd096e4aad9c38a.json @@ -1 +1 @@ -{"uid":"7e5f6cc9c0647de4","name":"Subscribe to topic containing emoji and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing emoji and receive message","historyId":"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765075589,"stop":1724765075589,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"e29140cea2ffbd7c","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/e29140cea2ffbd7c","status":"passed","time":{"start":1724765010552,"stop":1724765010555,"duration":3}},{"uid":"e15043aeefd04670","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/e15043aeefd04670","status":"passed","time":{"start":1724763380307,"stop":1724763380307,"duration":0}},{"uid":"fe8b97f1ff72fa55","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/fe8b97f1ff72fa55","status":"passed","time":{"start":1724760632568,"stop":1724760632569,"duration":1}},{"uid":"ed3be69dbc165e1b","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/ed3be69dbc165e1b","status":"passed","time":{"start":1724759660930,"stop":1724759660940,"duration":10}},{"uid":"c8227c1ee39ad0ed","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/c8227c1ee39ad0ed","status":"passed","time":{"start":1724757793714,"stop":1724757793715,"duration":1}},{"uid":"41409e6d3a013f3a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/41409e6d3a013f3a","status":"passed","time":{"start":1724757518641,"stop":1724757518642,"duration":1}},{"uid":"1cff830086728ab9","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/1cff830086728ab9","status":"passed","time":{"start":1724756832108,"stop":1724756832108,"duration":0}},{"uid":"7b09a894fdeba0e4","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/7b09a894fdeba0e4","status":"passed","time":{"start":1724754929284,"stop":1724754929285,"duration":1}},{"uid":"d0254a4f3b806d58","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/d0254a4f3b806d58","status":"passed","time":{"start":1724752352165,"stop":1724752352165,"duration":0}},{"uid":"df3015c326d4e691","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/df3015c326d4e691","status":"passed","time":{"start":1724751201128,"stop":1724751201128,"duration":0}},{"uid":"4090c6ecb593ac67","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/4090c6ecb593ac67","status":"passed","time":{"start":1724750264844,"stop":1724750264845,"duration":1}},{"uid":"149b24b746d8e356","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/149b24b746d8e356","status":"passed","time":{"start":1724749292172,"stop":1724749292172,"duration":0}},{"uid":"d00407f480e8687f","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/d00407f480e8687f","status":"passed","time":{"start":1724717596799,"stop":1724717596804,"duration":5}},{"uid":"b1804eb2bd4d413","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/b1804eb2bd4d413","status":"passed","time":{"start":1724714823663,"stop":1724714823664,"duration":1}},{"uid":"944c817b62a4feac","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/944c817b62a4feac","status":"passed","time":{"start":1724712895797,"stop":1724712895797,"duration":0}},{"uid":"e1cba9016a1bf6c4","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/e1cba9016a1bf6c4","status":"passed","time":{"start":1724706113502,"stop":1724706113502,"duration":0}},{"uid":"890805344aea4980","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/890805344aea4980","status":"passed","time":{"start":1724704522419,"stop":1724704522420,"duration":1}},{"uid":"6897281019802b1a","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6897281019802b1a","status":"passed","time":{"start":1724683897632,"stop":1724683897633,"duration":1}},{"uid":"7af1b9af6d45629b","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/7af1b9af6d45629b","status":"passed","time":{"start":1724672624711,"stop":1724672624711,"duration":0}},{"uid":"3569b9ee8c9c7ffd","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/3569b9ee8c9c7ffd","status":"passed","time":{"start":1724670354436,"stop":1724670354436,"duration":0}}]},"tags":[]},"source":"7e5f6cc9c0647de4.json","parameterValues":[]} \ No newline at end of file +{"uid":"bbd096e4aad9c38a","name":"Subscribe to topic containing emoji and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing emoji and receive message","historyId":"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922635359,"stop":1724922635360,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"26b5ecbf5b96908f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/26b5ecbf5b96908f","status":"passed","time":{"start":1724921297019,"stop":1724921297019,"duration":0}},{"uid":"e41ff99d3cc31e86","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e41ff99d3cc31e86","status":"passed","time":{"start":1724921276373,"stop":1724921276381,"duration":8}},{"uid":"d7f59027ed53e8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d7f59027ed53e8","status":"passed","time":{"start":1724917948330,"stop":1724917948331,"duration":1}},{"uid":"24adf631fbe04efa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/24adf631fbe04efa","status":"passed","time":{"start":1724889729019,"stop":1724889729020,"duration":1}},{"uid":"1db8007a267f1854","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1db8007a267f1854","status":"passed","time":{"start":1724888864960,"stop":1724888864961,"duration":1}},{"uid":"820293d2d55d990f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/820293d2d55d990f","status":"passed","time":{"start":1724888053752,"stop":1724888053753,"duration":1}},{"uid":"43dc7e04e9480b2f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/43dc7e04e9480b2f","status":"passed","time":{"start":1724886811667,"stop":1724886811668,"duration":1}},{"uid":"5c37dbd423b01f33","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5c37dbd423b01f33","status":"passed","time":{"start":1724886581010,"stop":1724886581010,"duration":0}},{"uid":"701369077be0d972","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/701369077be0d972","status":"passed","time":{"start":1724862019566,"stop":1724862019566,"duration":0}},{"uid":"e791fa6a36398ade","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e791fa6a36398ade","status":"passed","time":{"start":1724861493943,"stop":1724861493944,"duration":1}},{"uid":"862e17cea2515bd5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/862e17cea2515bd5","status":"passed","time":{"start":1724861318063,"stop":1724861318064,"duration":1}},{"uid":"5958294b92c5432e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5958294b92c5432e","status":"passed","time":{"start":1724861178523,"stop":1724861178523,"duration":0}}]},"tags":[]},"source":"bbd096e4aad9c38a.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/bc04a5919fa31595.json b/7376/data/test-cases/bc04a5919fa31595.json new file mode 100644 index 00000000000..f726665c8af --- /dev/null +++ b/7376/data/test-cases/bc04a5919fa31595.json @@ -0,0 +1 @@ +{"uid":"bc04a5919fa31595","name":"Unsubscribe 1 topic - node subscribed to 2 topics","fullName":"/tests/filter/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false > Unsubscribe 1 topic - node subscribed to 2 topics","historyId":"dadc7b5b244d13929219b88f0ca40434:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922647836,"stop":1724922647836,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7b05d4b33d446dfc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7b05d4b33d446dfc","status":"passed","time":{"start":1724921300794,"stop":1724921300828,"duration":34}},{"uid":"1658626adefd3e03","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1658626adefd3e03","status":"passed","time":{"start":1724921280720,"stop":1724921280720,"duration":0}},{"uid":"db493642b9d87806","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/db493642b9d87806","status":"passed","time":{"start":1724917963264,"stop":1724917963264,"duration":0}},{"uid":"79b3d7673cf02d3d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/79b3d7673cf02d3d","status":"passed","time":{"start":1724889734121,"stop":1724889734122,"duration":1}},{"uid":"d9802cf5dcbc85de","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9802cf5dcbc85de","status":"passed","time":{"start":1724888859623,"stop":1724888859623,"duration":0}},{"uid":"b06b1a12b913c8ab","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b06b1a12b913c8ab","status":"passed","time":{"start":1724888053954,"stop":1724888053954,"duration":0}},{"uid":"1a4c0505d50ab17c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1a4c0505d50ab17c","status":"passed","time":{"start":1724886820680,"stop":1724886820680,"duration":0}},{"uid":"d146f2e013a44495","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d146f2e013a44495","status":"passed","time":{"start":1724886589271,"stop":1724886589272,"duration":1}},{"uid":"7739a0e238200b7a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7739a0e238200b7a","status":"passed","time":{"start":1724862027807,"stop":1724862027807,"duration":0}},{"uid":"56c63ac077ac0977","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/56c63ac077ac0977","status":"passed","time":{"start":1724861484562,"stop":1724861484562,"duration":0}},{"uid":"4fe6c78b64d590c4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4fe6c78b64d590c4","status":"passed","time":{"start":1724861315159,"stop":1724861315160,"duration":1}},{"uid":"2f1f6c28f8073e34","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2f1f6c28f8073e34","status":"passed","time":{"start":1724861168761,"stop":1724861168763,"duration":2}}]},"tags":[]},"source":"bc04a5919fa31595.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/bcc6db9d9295415a.json b/7376/data/test-cases/bcc6db9d9295415a.json new file mode 100644 index 00000000000..b0c283b0fac --- /dev/null +++ b/7376/data/test-cases/bcc6db9d9295415a.json @@ -0,0 +1 @@ +{"uid":"bcc6db9d9295415a","name":"Relay - times out","fullName":"/tests/wait_for_remote_peer.node.spec.ts: Wait for remote peer > Relay - times out","historyId":"40e87e14065e53f249ea9968b38bf4ba:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923008734,"stop":1724923008735,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Wait for remote peer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"65262cf4bafeb989","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/65262cf4bafeb989","status":"passed","time":{"start":1724921677827,"stop":1724921677827,"duration":0}},{"uid":"19e1d38a52698a10","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/19e1d38a52698a10","status":"passed","time":{"start":1724921635679,"stop":1724921635679,"duration":0}},{"uid":"9c0b0c1a790b9e9b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9c0b0c1a790b9e9b","status":"passed","time":{"start":1724918344738,"stop":1724918344738,"duration":0}},{"uid":"12b0070b5a8dfe09","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/12b0070b5a8dfe09","status":"passed","time":{"start":1724890097426,"stop":1724890097426,"duration":0}},{"uid":"9875d3452344c4a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9875d3452344c4a9","status":"passed","time":{"start":1724889226623,"stop":1724889226623,"duration":0}},{"uid":"a7db304076df81ee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a7db304076df81ee","status":"passed","time":{"start":1724888405386,"stop":1724888405387,"duration":1}},{"uid":"92603df29601346e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/92603df29601346e","status":"passed","time":{"start":1724887180096,"stop":1724887180096,"duration":0}},{"uid":"47a5e7e8512ee84f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/47a5e7e8512ee84f","status":"passed","time":{"start":1724886957949,"stop":1724886957950,"duration":1}},{"uid":"4975aa9622346891","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4975aa9622346891","status":"passed","time":{"start":1724862379718,"stop":1724862379718,"duration":0}},{"uid":"d73565e3f192832","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d73565e3f192832","status":"passed","time":{"start":1724861853004,"stop":1724861853004,"duration":0}},{"uid":"fbb8e4835b5d12b1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fbb8e4835b5d12b1","status":"passed","time":{"start":1724861709846,"stop":1724861709846,"duration":0}},{"uid":"e68b95ee7f4ae59c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e68b95ee7f4ae59c","status":"passed","time":{"start":1724861537423,"stop":1724861537423,"duration":0}}]},"tags":[]},"source":"bcc6db9d9295415a.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/bd05c9fe1fc98cbf.json b/7376/data/test-cases/bd05c9fe1fc98cbf.json new file mode 100644 index 00000000000..77683da3c5c --- /dev/null +++ b/7376/data/test-cases/bd05c9fe1fc98cbf.json @@ -0,0 +1 @@ +{"uid":"bd05c9fe1fc98cbf","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","fullName":"/tests/relay/multiple_pubsub.node.spec.ts: Waku Relay (Autosharding), multiple pubsub topics > n1 and n2 uses a custom pubsub, n3 uses the default pubsub","historyId":"d96d9d45dfbea2e5c04ce12f773c44a6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922862335,"stop":1724922862335,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay (Autosharding), multiple pubsub topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"32f538666d902a0a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/32f538666d902a0a","status":"passed","time":{"start":1724921540110,"stop":1724921540110,"duration":0}},{"uid":"b852083d1f2e0039","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b852083d1f2e0039","status":"passed","time":{"start":1724921503541,"stop":1724921503541,"duration":0}},{"uid":"a63b6b2a047b693b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a63b6b2a047b693b","status":"passed","time":{"start":1724918214370,"stop":1724918214370,"duration":0}},{"uid":"37024761e4d387bf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37024761e4d387bf","status":"passed","time":{"start":1724889952445,"stop":1724889952446,"duration":1}},{"uid":"1b31d5407363020f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1b31d5407363020f","status":"passed","time":{"start":1724889087470,"stop":1724889087470,"duration":0}},{"uid":"d532d1316f743ef7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d532d1316f743ef7","status":"passed","time":{"start":1724888266431,"stop":1724888266431,"duration":0}},{"uid":"970e29147ed43c82","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/970e29147ed43c82","status":"passed","time":{"start":1724887042932,"stop":1724887042933,"duration":1}},{"uid":"afb0545297124fa","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/afb0545297124fa","status":"passed","time":{"start":1724886820800,"stop":1724886820801,"duration":1}},{"uid":"c84b9da1e9c92aac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c84b9da1e9c92aac","status":"passed","time":{"start":1724862245491,"stop":1724862245491,"duration":0}},{"uid":"75bc188af9136a16","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/75bc188af9136a16","status":"passed","time":{"start":1724861720405,"stop":1724861720405,"duration":0}},{"uid":"7a1d40595c6b8a68","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7a1d40595c6b8a68","status":"passed","time":{"start":1724861579395,"stop":1724861579396,"duration":1}},{"uid":"60386367012a7b9c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/60386367012a7b9c","status":"passed","time":{"start":1724861402509,"stop":1724861402509,"duration":0}}]},"tags":[]},"source":"bd05c9fe1fc98cbf.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/cf1b255875aa08bd.json b/7376/data/test-cases/bd94693a74597dbe.json similarity index 78% rename from 7346/data/test-cases/cf1b255875aa08bd.json rename to 7376/data/test-cases/bd94693a74597dbe.json index 0b057041f30..a9fe670027f 100644 --- a/7346/data/test-cases/cf1b255875aa08bd.json +++ b/7376/data/test-cases/bd94693a74597dbe.json @@ -1 +1 @@ -{"uid":"cf1b255875aa08bd","name":"Check received message containing Arabic","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing Arabic","historyId":"a7a36be6d29026780061deaa5a50cbbf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392380,"stop":1724765392380,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"ad1dc40aafcd0c69","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/ad1dc40aafcd0c69","status":"passed","time":{"start":1724765313868,"stop":1724765313868,"duration":0}},{"uid":"50d90f99da3740f8","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/50d90f99da3740f8","status":"passed","time":{"start":1724763683867,"stop":1724763683867,"duration":0}},{"uid":"12a51c58e8ae7eee","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/12a51c58e8ae7eee","status":"passed","time":{"start":1724760929570,"stop":1724760929570,"duration":0}},{"uid":"75455e14ddac20fb","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/75455e14ddac20fb","status":"passed","time":{"start":1724759955168,"stop":1724759955169,"duration":1}},{"uid":"e77c6d25ee2879e5","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/e77c6d25ee2879e5","status":"passed","time":{"start":1724758077445,"stop":1724758077446,"duration":1}},{"uid":"ce0ddc840d9483dc","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ce0ddc840d9483dc","status":"passed","time":{"start":1724757801870,"stop":1724757801870,"duration":0}},{"uid":"5a34364fd4bcfec2","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/5a34364fd4bcfec2","status":"passed","time":{"start":1724757120187,"stop":1724757120190,"duration":3}},{"uid":"2dc2b356e2114a2","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2dc2b356e2114a2","status":"passed","time":{"start":1724755211075,"stop":1724755211076,"duration":1}},{"uid":"1fdabd039865295d","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/1fdabd039865295d","status":"passed","time":{"start":1724752646550,"stop":1724752646551,"duration":1}},{"uid":"6b0e32931aead9fd","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/6b0e32931aead9fd","status":"passed","time":{"start":1724751495288,"stop":1724751495288,"duration":0}},{"uid":"a956a80856255238","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/a956a80856255238","status":"passed","time":{"start":1724750572381,"stop":1724750572381,"duration":0}},{"uid":"164f533a7719e097","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/164f533a7719e097","status":"passed","time":{"start":1724749567265,"stop":1724749567265,"duration":0}},{"uid":"c39af847549a762a","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c39af847549a762a","status":"passed","time":{"start":1724717880831,"stop":1724717880831,"duration":0}},{"uid":"44efc28d425f0db7","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/44efc28d425f0db7","status":"passed","time":{"start":1724715103510,"stop":1724715103511,"duration":1}},{"uid":"12a5db2403823e3e","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/12a5db2403823e3e","status":"passed","time":{"start":1724713195361,"stop":1724713195362,"duration":1}},{"uid":"4d672d57eed10976","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/4d672d57eed10976","status":"passed","time":{"start":1724706389677,"stop":1724706389677,"duration":0}},{"uid":"8ed34cd3da10eb81","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/8ed34cd3da10eb81","status":"passed","time":{"start":1724704811199,"stop":1724704811199,"duration":0}},{"uid":"315d0ddaf9e8219a","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/315d0ddaf9e8219a","status":"passed","time":{"start":1724684170196,"stop":1724684170196,"duration":0}},{"uid":"d7601f54671647c0","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/d7601f54671647c0","status":"passed","time":{"start":1724672903617,"stop":1724672903618,"duration":1}},{"uid":"30dd4c7e54c78e8a","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/30dd4c7e54c78e8a","status":"passed","time":{"start":1724670674047,"stop":1724670674047,"duration":0}}]},"tags":[]},"source":"cf1b255875aa08bd.json","parameterValues":[]} \ No newline at end of file +{"uid":"bd94693a74597dbe","name":"Check received message containing Arabic","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing Arabic","historyId":"a7a36be6d29026780061deaa5a50cbbf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845250,"stop":1724922845251,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dfc3da3f2d3f785b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dfc3da3f2d3f785b","status":"passed","time":{"start":1724921515232,"stop":1724921515232,"duration":0}},{"uid":"6021f9ed68d645eb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6021f9ed68d645eb","status":"passed","time":{"start":1724921475460,"stop":1724921475465,"duration":5}},{"uid":"2980dcd662916c31","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2980dcd662916c31","status":"passed","time":{"start":1724918179407,"stop":1724918179407,"duration":0}},{"uid":"c1eb7800dbcc63ca","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c1eb7800dbcc63ca","status":"passed","time":{"start":1724889935346,"stop":1724889935346,"duration":0}},{"uid":"7b91a5d5b912a3fb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b91a5d5b912a3fb","status":"passed","time":{"start":1724889072760,"stop":1724889072760,"duration":0}},{"uid":"27f20b66d4a508fe","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/27f20b66d4a508fe","status":"passed","time":{"start":1724888232421,"stop":1724888232422,"duration":1}},{"uid":"1ba07293b2ef2228","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1ba07293b2ef2228","status":"passed","time":{"start":1724887018308,"stop":1724887018308,"duration":0}},{"uid":"6564614614d6fc00","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6564614614d6fc00","status":"passed","time":{"start":1724886781485,"stop":1724886781485,"duration":0}},{"uid":"8a799bac19002535","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8a799bac19002535","status":"passed","time":{"start":1724862213668,"stop":1724862213669,"duration":1}},{"uid":"20e6779febe724f9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/20e6779febe724f9","status":"passed","time":{"start":1724861685862,"stop":1724861685862,"duration":0}},{"uid":"318da9474eb2cccf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/318da9474eb2cccf","status":"passed","time":{"start":1724861546183,"stop":1724861546184,"duration":1}},{"uid":"de0b80fa6689951f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/de0b80fa6689951f","status":"passed","time":{"start":1724861378117,"stop":1724861378118,"duration":1}}]},"tags":[]},"source":"bd94693a74597dbe.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/81c9b9b4027dce7b.json b/7376/data/test-cases/bdb8aa222f5c99c8.json similarity index 74% rename from 7346/data/test-cases/81c9b9b4027dce7b.json rename to 7376/data/test-cases/bdb8aa222f5c99c8.json index 04f0db58a41..55d768a984a 100644 --- a/7346/data/test-cases/81c9b9b4027dce7b.json +++ b/7376/data/test-cases/bdb8aa222f5c99c8.json @@ -1 +1 @@ -{"uid":"81c9b9b4027dce7b","name":"Check publish message after client node is restarted","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message after client node is restarted","historyId":"bccf6825a28f76166674708b393f8e58:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765426747,"stop":1724765426747,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":26,"passed":0,"unknown":0,"total":26},"items":[{"uid":"ff344e14763a23ad","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/ff344e14763a23ad","status":"skipped","statusDetails":"Test ignored","time":{"start":1724765341347,"stop":1724765341347,"duration":0}},{"uid":"4c5e60ea5594d91b","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/4c5e60ea5594d91b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724763725737,"stop":1724763725737,"duration":0}},{"uid":"a353225f87b78799","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a353225f87b78799","status":"skipped","statusDetails":"Test ignored","time":{"start":1724760957738,"stop":1724760957738,"duration":0}},{"uid":"bab86dceccd1a11c","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/bab86dceccd1a11c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724759981918,"stop":1724759981918,"duration":0}},{"uid":"6f00d38f0730e9aa","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/6f00d38f0730e9aa","status":"skipped","statusDetails":"Test ignored","time":{"start":1724758132050,"stop":1724758132050,"duration":0}},{"uid":"521a896e230d52a7","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/521a896e230d52a7","status":"skipped","statusDetails":"Test ignored","time":{"start":1724757777640,"stop":1724757777641,"duration":1}},{"uid":"bcc2e3369a327652","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/bcc2e3369a327652","status":"skipped","statusDetails":"Test ignored","time":{"start":1724757176028,"stop":1724757176028,"duration":0}},{"uid":"cc7b8ab6353697e8","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/cc7b8ab6353697e8","status":"skipped","statusDetails":"Test ignored","time":{"start":1724755243520,"stop":1724755243520,"duration":0}},{"uid":"3d418a7521d39b2a","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/3d418a7521d39b2a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724752673894,"stop":1724752673894,"duration":0}},{"uid":"21c276ffc90d6f71","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/21c276ffc90d6f71","status":"skipped","statusDetails":"Test ignored","time":{"start":1724751529526,"stop":1724751529527,"duration":1}},{"uid":"1499b283f7a4f5fd","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/1499b283f7a4f5fd","status":"skipped","statusDetails":"Test ignored","time":{"start":1724750600101,"stop":1724750600101,"duration":0}},{"uid":"dfd622c5d83c55ca","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/dfd622c5d83c55ca","status":"skipped","statusDetails":"Test ignored","time":{"start":1724749599712,"stop":1724749599712,"duration":0}},{"uid":"771b80b52085f50b","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/771b80b52085f50b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724717906132,"stop":1724717906133,"duration":1}},{"uid":"3adf4b68dec15bb3","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/3adf4b68dec15bb3","status":"skipped","statusDetails":"Test ignored","time":{"start":1724715143950,"stop":1724715143951,"duration":1}},{"uid":"88317a10cf94bd5","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/88317a10cf94bd5","status":"skipped","statusDetails":"Test ignored","time":{"start":1724713227767,"stop":1724713227767,"duration":0}},{"uid":"27868329da4c2de2","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/27868329da4c2de2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724706419047,"stop":1724706419047,"duration":0}},{"uid":"3247f8b81be321fb","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/3247f8b81be321fb","status":"skipped","statusDetails":"Test ignored","time":{"start":1724704834047,"stop":1724704834047,"duration":0}},{"uid":"e078132b20302a55","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/e078132b20302a55","status":"skipped","statusDetails":"Test ignored","time":{"start":1724684210906,"stop":1724684210906,"duration":0}},{"uid":"b1d3493d4023be73","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/b1d3493d4023be73","status":"skipped","statusDetails":"Test ignored","time":{"start":1724672960990,"stop":1724672960991,"duration":1}},{"uid":"7a3650691eb02ab4","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/7a3650691eb02ab4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724670677925,"stop":1724670677925,"duration":0}}]},"tags":[]},"source":"81c9b9b4027dce7b.json","parameterValues":[]} \ No newline at end of file +{"uid":"bdb8aa222f5c99c8","name":"Check publish message after client node is restarted","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message after client node is restarted","historyId":"bccf6825a28f76166674708b393f8e58:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922887534,"stop":1724922887534,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"ea8d07059b4daa4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ea8d07059b4daa4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921564784,"stop":1724921564784,"duration":0}},{"uid":"906a354cde951939","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/906a354cde951939","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921518832,"stop":1724921518832,"duration":0}},{"uid":"aab8c118e5bd5c1c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/aab8c118e5bd5c1c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918229408,"stop":1724918229408,"duration":0}},{"uid":"1ab976e01b5a2882","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1ab976e01b5a2882","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889980708,"stop":1724889980709,"duration":1}},{"uid":"7e87a52ef4072d57","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e87a52ef4072d57","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889111185,"stop":1724889111185,"duration":0}},{"uid":"e9aa187ee635a5ce","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e9aa187ee635a5ce","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888292549,"stop":1724888292549,"duration":0}},{"uid":"5d29dd8aa3e4a6a3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5d29dd8aa3e4a6a3","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887068234,"stop":1724887068234,"duration":0}},{"uid":"8bbf706ae161c28c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8bbf706ae161c28c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886848943,"stop":1724886848943,"duration":0}},{"uid":"5203db00e277a6aa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5203db00e277a6aa","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862262058,"stop":1724862262058,"duration":0}},{"uid":"b0ae70028f3c9bad","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b0ae70028f3c9bad","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861741900,"stop":1724861741900,"duration":0}},{"uid":"32183546428d51aa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/32183546428d51aa","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861599504,"stop":1724861599505,"duration":1}},{"uid":"2311ae1cf893689f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2311ae1cf893689f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861428482,"stop":1724861428483,"duration":1}}]},"tags":[]},"source":"bdb8aa222f5c99c8.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/bdee7b6fea37e6d4.json b/7376/data/test-cases/bdee7b6fea37e6d4.json new file mode 100644 index 00000000000..d4b3a1dbb4d --- /dev/null +++ b/7376/data/test-cases/bdee7b6fea37e6d4.json @@ -0,0 +1 @@ +{"uid":"bdee7b6fea37e6d4","name":"should properly create location multiaddrs - tcp6","fullName":"/src/enr.spec.ts: ENR > Location multiaddr > should properly create location multiaddrs - tcp6","historyId":"753c7ba84a2a634209cc37749af1cdbb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922383090,"stop":1724922383090,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before all\" hook in \"Location multiaddr\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Location multiaddr"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d62e023caaab4937","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d62e023caaab4937","status":"passed","time":{"start":1724921046206,"stop":1724921046206,"duration":0}},{"uid":"bc2c093024ad12e9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bc2c093024ad12e9","status":"passed","time":{"start":1724921021478,"stop":1724921021478,"duration":0}},{"uid":"bba8cb1c68d03d2d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bba8cb1c68d03d2d","status":"passed","time":{"start":1724917681726,"stop":1724917681726,"duration":0}},{"uid":"7d694b4db80bf825","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7d694b4db80bf825","status":"passed","time":{"start":1724889460653,"stop":1724889460654,"duration":1}},{"uid":"ff2f08edadd33965","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff2f08edadd33965","status":"passed","time":{"start":1724888611297,"stop":1724888611297,"duration":0}},{"uid":"50800ae4a46686ad","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/50800ae4a46686ad","status":"passed","time":{"start":1724887767622,"stop":1724887767622,"duration":0}},{"uid":"bdb67b593236f9e4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bdb67b593236f9e4","status":"passed","time":{"start":1724886533992,"stop":1724886533992,"duration":0}},{"uid":"dbc85871463d73fd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dbc85871463d73fd","status":"passed","time":{"start":1724886311760,"stop":1724886311760,"duration":0}},{"uid":"4d1dc509567748ca","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4d1dc509567748ca","status":"passed","time":{"start":1724861760777,"stop":1724861760777,"duration":0}},{"uid":"1ba87e64b76c7f13","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1ba87e64b76c7f13","status":"passed","time":{"start":1724861231736,"stop":1724861231736,"duration":0}},{"uid":"946e3804945b0839","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/946e3804945b0839","status":"passed","time":{"start":1724861054258,"stop":1724861054258,"duration":0}},{"uid":"d4d7f22712b01244","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d4d7f22712b01244","status":"passed","time":{"start":1724860915816,"stop":1724860915816,"duration":0}}]},"tags":[]},"source":"bdee7b6fea37e6d4.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/be16419b9ccbe288.json b/7376/data/test-cases/be16419b9ccbe288.json new file mode 100644 index 00000000000..355821198da --- /dev/null +++ b/7376/data/test-cases/be16419b9ccbe288.json @@ -0,0 +1 @@ +{"uid":"be16419b9ccbe288","name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","historyId":"c2365eda06fd7fa9ba7217cee5e48a26:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922778323,"stop":1724922778323,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f915f532cffc161b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f915f532cffc161b","status":"passed","time":{"start":1724921497752,"stop":1724921497752,"duration":0}},{"uid":"1e3268797b1bc802","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1e3268797b1bc802","status":"passed","time":{"start":1724921408406,"stop":1724921408407,"duration":1}},{"uid":"1a1d9bbd032bd827","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1a1d9bbd032bd827","status":"passed","time":{"start":1724918086868,"stop":1724918086868,"duration":0}},{"uid":"afef6203c3b3b900","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/afef6203c3b3b900","status":"passed","time":{"start":1724889892442,"stop":1724889892443,"duration":1}},{"uid":"77749c33f524cbf0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/77749c33f524cbf0","status":"passed","time":{"start":1724888997213,"stop":1724888997214,"duration":1}},{"uid":"5c5470019b110fec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5c5470019b110fec","status":"passed","time":{"start":1724888159485,"stop":1724888159486,"duration":1}},{"uid":"507c038c9457a236","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/507c038c9457a236","status":"passed","time":{"start":1724886937288,"stop":1724886937288,"duration":0}},{"uid":"5c27091ac3cedd29","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5c27091ac3cedd29","status":"passed","time":{"start":1724886709796,"stop":1724886709796,"duration":0}},{"uid":"f3a7eb9b1f7a7ed9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3a7eb9b1f7a7ed9","status":"passed","time":{"start":1724862123534,"stop":1724862123534,"duration":0}},{"uid":"6e41a6e0d3568946","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6e41a6e0d3568946","status":"passed","time":{"start":1724861620101,"stop":1724861620101,"duration":0}},{"uid":"c851d22ee14564e1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c851d22ee14564e1","status":"passed","time":{"start":1724861460232,"stop":1724861460233,"duration":1}},{"uid":"a366114d4da48bed","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a366114d4da48bed","status":"passed","time":{"start":1724861330168,"stop":1724861330169,"duration":1}}]},"tags":[]},"source":"be16419b9ccbe288.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/be22a9b2e4e55946.json b/7376/data/test-cases/be22a9b2e4e55946.json new file mode 100644 index 00000000000..5357ac924ec --- /dev/null +++ b/7376/data/test-cases/be22a9b2e4e55946.json @@ -0,0 +1 @@ +{"uid":"be22a9b2e4e55946","name":"should throw error - invalid id","fullName":"/src/enr.spec.ts: ENR > Verify > should throw error - invalid id","historyId":"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922383081,"stop":1724922383082,"duration":1},"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":13,"unknown":0,"total":13},"items":[{"uid":"990a5fb26d78f5c5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/990a5fb26d78f5c5","status":"passed","time":{"start":1724921046198,"stop":1724921046198,"duration":0}},{"uid":"b47bd63e0d9e17e4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b47bd63e0d9e17e4","status":"passed","time":{"start":1724921021469,"stop":1724921021469,"duration":0}},{"uid":"19de4ff66123d23f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/19de4ff66123d23f","status":"passed","time":{"start":1724917681717,"stop":1724917681717,"duration":0}},{"uid":"a1d3c9a78ef74784","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a1d3c9a78ef74784","status":"passed","time":{"start":1724889460646,"stop":1724889460646,"duration":0}},{"uid":"b83b5f642f09f320","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b83b5f642f09f320","status":"passed","time":{"start":1724888611289,"stop":1724888611289,"duration":0}},{"uid":"a8ff41e21914de99","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a8ff41e21914de99","status":"passed","time":{"start":1724887767614,"stop":1724887767615,"duration":1}},{"uid":"5444cc58bd447446","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5444cc58bd447446","status":"passed","time":{"start":1724886533984,"stop":1724886533984,"duration":0}},{"uid":"1cae9d9ece4f73bd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1cae9d9ece4f73bd","status":"passed","time":{"start":1724886311752,"stop":1724886311752,"duration":0}},{"uid":"3c0eff5f90f6a4c4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c0eff5f90f6a4c4","status":"passed","time":{"start":1724861760768,"stop":1724861760768,"duration":0}},{"uid":"2cff9a833860fd5a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2cff9a833860fd5a","status":"passed","time":{"start":1724861231728,"stop":1724861231728,"duration":0}},{"uid":"86f522686e693dc3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/86f522686e693dc3","status":"passed","time":{"start":1724861054249,"stop":1724861054249,"duration":0}},{"uid":"ed44c3e4946eaab","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ed44c3e4946eaab","status":"passed","time":{"start":1724860915808,"stop":1724860915808,"duration":0}}]},"tags":[]},"source":"be22a9b2e4e55946.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/be24130224ca4003.json b/7376/data/test-cases/be24130224ca4003.json new file mode 100644 index 00000000000..e04848a2bbc --- /dev/null +++ b/7376/data/test-cases/be24130224ca4003.json @@ -0,0 +1 @@ +{"uid":"be24130224ca4003","name":"Ordered Callback sorting by timestamp while page direction is true","fullName":"/tests/store/sorting.node.spec.ts: Waku Store, sorting > Ordered Callback sorting by timestamp while page direction is true","historyId":"7a9fc53430f5a5cae5fd1c80b6d3dd85:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922982488,"stop":1724922982489,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, sorting\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, sorting"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ce56713ab1839f8e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ce56713ab1839f8e","status":"passed","time":{"start":1724921656080,"stop":1724921656080,"duration":0}},{"uid":"a9e14e154b36f27e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a9e14e154b36f27e","status":"passed","time":{"start":1724921612561,"stop":1724921612561,"duration":0}},{"uid":"c69ea735371d6383","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c69ea735371d6383","status":"passed","time":{"start":1724918317376,"stop":1724918317376,"duration":0}},{"uid":"94d9c3b9fee3aedf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/94d9c3b9fee3aedf","status":"passed","time":{"start":1724890075098,"stop":1724890075098,"duration":0}},{"uid":"a1b0ac0d567d34da","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a1b0ac0d567d34da","status":"passed","time":{"start":1724889203357,"stop":1724889203357,"duration":0}},{"uid":"8a38679551af5fd2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a38679551af5fd2","status":"passed","time":{"start":1724888382915,"stop":1724888382917,"duration":2}},{"uid":"5fe631c7abd941bc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5fe631c7abd941bc","status":"passed","time":{"start":1724887158110,"stop":1724887158110,"duration":0}},{"uid":"f97c6387b82fcaec","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f97c6387b82fcaec","status":"passed","time":{"start":1724886934376,"stop":1724886934377,"duration":1}},{"uid":"4425e535b3883574","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4425e535b3883574","status":"passed","time":{"start":1724862354702,"stop":1724862354702,"duration":0}},{"uid":"986464e1ee553465","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/986464e1ee553465","status":"passed","time":{"start":1724861830502,"stop":1724861830503,"duration":1}},{"uid":"2ddb960ece5ff1d1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2ddb960ece5ff1d1","status":"passed","time":{"start":1724861685353,"stop":1724861685353,"duration":0}},{"uid":"f966a1ba5685c2d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f966a1ba5685c2d","status":"passed","time":{"start":1724861518176,"stop":1724861518176,"duration":0}}]},"tags":[]},"source":"be24130224ca4003.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/b55a1409552a71b8.json b/7376/data/test-cases/bea89194290154aa.json similarity index 77% rename from 7346/data/test-cases/b55a1409552a71b8.json rename to 7376/data/test-cases/bea89194290154aa.json index 4bbfa3bf8a1..8d8fd1f207d 100644 --- a/7346/data/test-cases/b55a1409552a71b8.json +++ b/7376/data/test-cases/bea89194290154aa.json @@ -1 +1 @@ -{"uid":"b55a1409552a71b8","name":"Subscribe to topic containing SQL Injection and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing SQL Injection and receive message","historyId":"03ca5e8e0bba9bc5818358b409b74807:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765545679,"stop":1724765545679,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"87cd393fddb4e636","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/87cd393fddb4e636","status":"passed","time":{"start":1724765472923,"stop":1724765472923,"duration":0}},{"uid":"b74ee151f7e13098","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/b74ee151f7e13098","status":"passed","time":{"start":1724763953870,"stop":1724763953870,"duration":0}},{"uid":"30097c7291eddae2","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/30097c7291eddae2","status":"passed","time":{"start":1724761070319,"stop":1724761070319,"duration":0}},{"uid":"ba51598c203b88d7","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/ba51598c203b88d7","status":"passed","time":{"start":1724760260077,"stop":1724760260077,"duration":0}},{"uid":"5046cbe3168bea51","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/5046cbe3168bea51","status":"passed","time":{"start":1724758530272,"stop":1724758530272,"duration":0}},{"uid":"66697cbeea8d7bba","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/66697cbeea8d7bba","status":"passed","time":{"start":1724757958298,"stop":1724757958298,"duration":0}},{"uid":"a1f344a46249c374","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/a1f344a46249c374","status":"passed","time":{"start":1724757397593,"stop":1724757397593,"duration":0}},{"uid":"6c3c9c78d0e325d1","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6c3c9c78d0e325d1","status":"passed","time":{"start":1724755379406,"stop":1724755379406,"duration":0}},{"uid":"695c782c490acd20","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/695c782c490acd20","status":"passed","time":{"start":1724752819849,"stop":1724752819849,"duration":0}},{"uid":"eec3bec7ab76fd12","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/eec3bec7ab76fd12","status":"passed","time":{"start":1724751625328,"stop":1724751625328,"duration":0}},{"uid":"86eaf6f1ccb38e66","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/86eaf6f1ccb38e66","status":"passed","time":{"start":1724750725828,"stop":1724750725828,"duration":0}},{"uid":"3d915e610531e605","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/3d915e610531e605","status":"passed","time":{"start":1724749717507,"stop":1724749717507,"duration":0}},{"uid":"98a5fb7ee4fb6bfa","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/98a5fb7ee4fb6bfa","status":"passed","time":{"start":1724718019286,"stop":1724718019286,"duration":0}},{"uid":"c8853c85d19f45bb","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/c8853c85d19f45bb","status":"passed","time":{"start":1724715264569,"stop":1724715264569,"duration":0}},{"uid":"36def17cf0babfb5","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/36def17cf0babfb5","status":"passed","time":{"start":1724713371751,"stop":1724713371752,"duration":1}},{"uid":"ce2914d5390c2841","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/ce2914d5390c2841","status":"passed","time":{"start":1724706679437,"stop":1724706679437,"duration":0}},{"uid":"c9e7aa9bd77dd2b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c9e7aa9bd77dd2b","status":"passed","time":{"start":1724705096862,"stop":1724705096863,"duration":1}},{"uid":"15423b43e2259fe3","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/15423b43e2259fe3","status":"passed","time":{"start":1724684459931,"stop":1724684459931,"duration":0}},{"uid":"135461cae27bfaf8","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/135461cae27bfaf8","status":"passed","time":{"start":1724673071759,"stop":1724673071759,"duration":0}},{"uid":"32cdb148e88dd530","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/32cdb148e88dd530","status":"passed","time":{"start":1724670808710,"stop":1724670808710,"duration":0}}]},"tags":[]},"source":"b55a1409552a71b8.json","parameterValues":[]} \ No newline at end of file +{"uid":"bea89194290154aa","name":"Subscribe to topic containing unicode special characters and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing unicode special characters and receive message","historyId":"025e1155ffed7e98831dfbdafa4711c6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012483,"stop":1724923012483,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"50c9c7dd60f00b11","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/50c9c7dd60f00b11","status":"passed","time":{"start":1724921625093,"stop":1724921625094,"duration":1}},{"uid":"5de55140de04a5af","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5de55140de04a5af","status":"passed","time":{"start":1724921590513,"stop":1724921590513,"duration":0}},{"uid":"67da8c6cbb73e731","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/67da8c6cbb73e731","status":"passed","time":{"start":1724918287579,"stop":1724918287580,"duration":1}},{"uid":"50b5058d9e237093","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/50b5058d9e237093","status":"passed","time":{"start":1724890047806,"stop":1724890047806,"duration":0}},{"uid":"e06b0a17fba01db2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e06b0a17fba01db2","status":"passed","time":{"start":1724889183949,"stop":1724889183950,"duration":1}},{"uid":"331845c24a2630ca","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/331845c24a2630ca","status":"passed","time":{"start":1724888354190,"stop":1724888354190,"duration":0}},{"uid":"4542c6927a889b1e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4542c6927a889b1e","status":"passed","time":{"start":1724887145732,"stop":1724887145732,"duration":0}},{"uid":"2010004c149b995e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2010004c149b995e","status":"passed","time":{"start":1724886915812,"stop":1724886915812,"duration":0}},{"uid":"60c57dd47480e337","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/60c57dd47480e337","status":"passed","time":{"start":1724862341468,"stop":1724862341468,"duration":0}},{"uid":"9e1d4fab78306f11","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9e1d4fab78306f11","status":"passed","time":{"start":1724861805474,"stop":1724861805474,"duration":0}},{"uid":"5c026b29a846b865","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5c026b29a846b865","status":"passed","time":{"start":1724861662302,"stop":1724861662302,"duration":0}},{"uid":"b78cfdae9d5f9ebc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b78cfdae9d5f9ebc","status":"passed","time":{"start":1724861492531,"stop":1724861492532,"duration":1}}]},"tags":[]},"source":"bea89194290154aa.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/bef091612c3f8185.json b/7376/data/test-cases/bef091612c3f8185.json new file mode 100644 index 00000000000..b1e548ff352 --- /dev/null +++ b/7376/data/test-cases/bef091612c3f8185.json @@ -0,0 +1 @@ +{"uid":"bef091612c3f8185","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=4 > numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","historyId":"62773a7202f58cecdd3dc9bd6e16fc20:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611435,"stop":1724922611436,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=4"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f2be7481138e906","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f2be7481138e906","status":"passed","time":{"start":1724921270357,"stop":1724921270358,"duration":1}},{"uid":"ca4d10775bde2a08","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ca4d10775bde2a08","status":"passed","time":{"start":1724921247818,"stop":1724921247818,"duration":0}},{"uid":"41b7764f3fa7578e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/41b7764f3fa7578e","status":"passed","time":{"start":1724917989819,"stop":1724917989819,"duration":0}},{"uid":"e6510bd5e79d9dcb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e6510bd5e79d9dcb","status":"passed","time":{"start":1724889678551,"stop":1724889678551,"duration":0}},{"uid":"9fc7f2731b147e2a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9fc7f2731b147e2a","status":"passed","time":{"start":1724888829843,"stop":1724888829844,"duration":1}},{"uid":"dfc968b8e5b554fe","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dfc968b8e5b554fe","status":"passed","time":{"start":1724888077010,"stop":1724888077011,"duration":1}},{"uid":"6b648f3399024024","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b648f3399024024","status":"passed","time":{"start":1724886851126,"stop":1724886851126,"duration":0}},{"uid":"56157f990b16c94c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/56157f990b16c94c","status":"passed","time":{"start":1724886647111,"stop":1724886647112,"duration":1}},{"uid":"ab697d408712c170","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ab697d408712c170","status":"passed","time":{"start":1724861992713,"stop":1724861992714,"duration":1}},{"uid":"160e6d3ee74cea4f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/160e6d3ee74cea4f","status":"passed","time":{"start":1724861469644,"stop":1724861469644,"duration":0}},{"uid":"76bc5184c73a978","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/76bc5184c73a978","status":"passed","time":{"start":1724861284857,"stop":1724861284858,"duration":1}},{"uid":"578817aa4701751b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/578817aa4701751b","status":"passed","time":{"start":1724861145805,"stop":1724861145806,"duration":1}}]},"tags":[]},"source":"bef091612c3f8185.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/bf1cb6e1a373ac26.json b/7376/data/test-cases/bf1cb6e1a373ac26.json new file mode 100644 index 00000000000..04ba81d1641 --- /dev/null +++ b/7376/data/test-cases/bf1cb6e1a373ac26.json @@ -0,0 +1 @@ +{"uid":"bf1cb6e1a373ac26","name":"Subscribe and receive messages on custom pubsubtopic","fullName":"/tests/filter/single_node/multiple_pubsub.node.spec.ts: Waku Filter V2: Multiple PubsubTopics > Subscribe and receive messages on custom pubsubtopic","historyId":"1b972ff031fd955bef5f297f308d93cf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922508634,"stop":1724922508635,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1a533fe19fd2153a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1a533fe19fd2153a","status":"passed","time":{"start":1724921164589,"stop":1724921164590,"duration":1}},{"uid":"9b823ae4cbb4ed91","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9b823ae4cbb4ed91","status":"passed","time":{"start":1724921137818,"stop":1724921137819,"duration":1}},{"uid":"decc2d004a4240f7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/decc2d004a4240f7","status":"passed","time":{"start":1724917810537,"stop":1724917810538,"duration":1}},{"uid":"2327a5148d417af6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2327a5148d417af6","status":"passed","time":{"start":1724889585443,"stop":1724889585444,"duration":1}},{"uid":"b0263acebd7f8893","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b0263acebd7f8893","status":"passed","time":{"start":1724888736505,"stop":1724888736507,"duration":2}},{"uid":"248403acd383d110","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/248403acd383d110","status":"passed","time":{"start":1724887891782,"stop":1724887891782,"duration":0}},{"uid":"f5b677506534d831","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f5b677506534d831","status":"passed","time":{"start":1724886657783,"stop":1724886657784,"duration":1}},{"uid":"e88164e9b262c8f8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e88164e9b262c8f8","status":"passed","time":{"start":1724886447356,"stop":1724886447357,"duration":1}},{"uid":"243915b8646277e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/243915b8646277e8","status":"passed","time":{"start":1724861880102,"stop":1724861880106,"duration":4}},{"uid":"cb65bbddc25791da","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cb65bbddc25791da","status":"passed","time":{"start":1724861359779,"stop":1724861359780,"duration":1}},{"uid":"33a5720ebeff4bd7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/33a5720ebeff4bd7","status":"passed","time":{"start":1724861179678,"stop":1724861179679,"duration":1}},{"uid":"6eea0b0a92427f9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6eea0b0a92427f9","status":"passed","time":{"start":1724861040975,"stop":1724861040978,"duration":3}}]},"tags":[]},"source":"bf1cb6e1a373ac26.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/89e2a22b56c59509.json b/7376/data/test-cases/bf553fb0bed135f2.json similarity index 83% rename from 7346/data/test-cases/89e2a22b56c59509.json rename to 7376/data/test-cases/bf553fb0bed135f2.json index 81d689f25f4..ba1f5e3ed66 100644 --- a/7346/data/test-cases/89e2a22b56c59509.json +++ b/7376/data/test-cases/bf553fb0bed135f2.json @@ -1 +1 @@ -{"uid":"89e2a22b56c59509","name":"Push message with content topic containing Basic HTML tag","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing Basic HTML tag","historyId":"e14263d17d0282eac83affb29183872b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367185,"stop":1724765367186,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"f78aa51ab02c00c0","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/f78aa51ab02c00c0","status":"passed","time":{"start":1724765300581,"stop":1724765300582,"duration":1}},{"uid":"13f24fec16fb44d1","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/13f24fec16fb44d1","status":"passed","time":{"start":1724763693162,"stop":1724763693163,"duration":1}},{"uid":"ec2d5d35f1993d5b","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ec2d5d35f1993d5b","status":"passed","time":{"start":1724760912510,"stop":1724760912510,"duration":0}},{"uid":"6a26757d524301b8","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/6a26757d524301b8","status":"passed","time":{"start":1724759937132,"stop":1724759937132,"duration":0}},{"uid":"9b362532fad41938","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/9b362532fad41938","status":"passed","time":{"start":1724758102764,"stop":1724758102768,"duration":4}},{"uid":"ca9ebc72964d9858","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ca9ebc72964d9858","status":"passed","time":{"start":1724757793374,"stop":1724757793374,"duration":0}},{"uid":"1754d1a560ea3766","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/1754d1a560ea3766","status":"passed","time":{"start":1724757169527,"stop":1724757169527,"duration":0}},{"uid":"2971dbc2e8cab790","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2971dbc2e8cab790","status":"passed","time":{"start":1724755216341,"stop":1724755216342,"duration":1}},{"uid":"f73f0a06f694b137","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/f73f0a06f694b137","status":"passed","time":{"start":1724752641998,"stop":1724752641998,"duration":0}},{"uid":"beb43c18f53fc97a","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/beb43c18f53fc97a","status":"passed","time":{"start":1724751479135,"stop":1724751479136,"duration":1}},{"uid":"60ef3b3175b7f7a6","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/60ef3b3175b7f7a6","status":"passed","time":{"start":1724750562213,"stop":1724750562213,"duration":0}},{"uid":"f7ea8bfa6a16173","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/f7ea8bfa6a16173","status":"passed","time":{"start":1724749562431,"stop":1724749562432,"duration":1}},{"uid":"bee942017bf2faf2","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/bee942017bf2faf2","status":"passed","time":{"start":1724717869158,"stop":1724717869158,"duration":0}},{"uid":"f10a8d1c901f7961","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/f10a8d1c901f7961","status":"passed","time":{"start":1724715106034,"stop":1724715106034,"duration":0}},{"uid":"8767db46b3adee98","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/8767db46b3adee98","status":"passed","time":{"start":1724713204889,"stop":1724713204889,"duration":0}},{"uid":"76c055361b370157","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/76c055361b370157","status":"passed","time":{"start":1724706379261,"stop":1724706379272,"duration":11}},{"uid":"f23b307ac9905bd3","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f23b307ac9905bd3","status":"passed","time":{"start":1724704806969,"stop":1724704806970,"duration":1}},{"uid":"89f840aa9b48442f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/89f840aa9b48442f","status":"passed","time":{"start":1724684165993,"stop":1724684165994,"duration":1}},{"uid":"52b09cbfe5252b5d","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/52b09cbfe5252b5d","status":"passed","time":{"start":1724672921819,"stop":1724672921820,"duration":1}},{"uid":"58d8a51e56776e16","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/58d8a51e56776e16","status":"passed","time":{"start":1724670647879,"stop":1724670647883,"duration":4}}]},"tags":[]},"source":"89e2a22b56c59509.json","parameterValues":[]} \ No newline at end of file +{"uid":"bf553fb0bed135f2","name":"Push message with content topic containing Basic HTML tag","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing Basic HTML tag","historyId":"e14263d17d0282eac83affb29183872b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853921,"stop":1724922853921,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"37cca60c8488191e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/37cca60c8488191e","status":"passed","time":{"start":1724921529587,"stop":1724921529588,"duration":1}},{"uid":"9c3cf14577190b83","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9c3cf14577190b83","status":"passed","time":{"start":1724921488881,"stop":1724921488882,"duration":1}},{"uid":"7549f7a191035373","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7549f7a191035373","status":"passed","time":{"start":1724918203688,"stop":1724918203688,"duration":0}},{"uid":"e8c5e519f86c10cf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e8c5e519f86c10cf","status":"passed","time":{"start":1724889938364,"stop":1724889938364,"duration":0}},{"uid":"e00417b7d9c6cb2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e00417b7d9c6cb2","status":"passed","time":{"start":1724889077068,"stop":1724889077068,"duration":0}},{"uid":"7f60d5a4a57d7668","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7f60d5a4a57d7668","status":"passed","time":{"start":1724888268037,"stop":1724888268038,"duration":1}},{"uid":"979dd0def9e9ed12","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/979dd0def9e9ed12","status":"passed","time":{"start":1724887032409,"stop":1724887032411,"duration":2}},{"uid":"eac207ba3ef42e05","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eac207ba3ef42e05","status":"passed","time":{"start":1724886822823,"stop":1724886822824,"duration":1}},{"uid":"d7ba206067dd531d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d7ba206067dd531d","status":"passed","time":{"start":1724862233513,"stop":1724862233514,"duration":1}},{"uid":"db94a7958ba9ff87","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/db94a7958ba9ff87","status":"passed","time":{"start":1724861712672,"stop":1724861712672,"duration":0}},{"uid":"fd6cd42551013f3f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fd6cd42551013f3f","status":"passed","time":{"start":1724861567891,"stop":1724861567891,"duration":0}},{"uid":"bf6c1a6ed505f901","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bf6c1a6ed505f901","status":"passed","time":{"start":1724861392056,"stop":1724861392056,"duration":0}}]},"tags":[]},"source":"bf553fb0bed135f2.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/4a9df02a1eb2fa47.json b/7376/data/test-cases/bfa55e37d350a3f2.json similarity index 84% rename from 7346/data/test-cases/4a9df02a1eb2fa47.json rename to 7376/data/test-cases/bfa55e37d350a3f2.json index b4ee418c480..8477957f0e1 100644 --- a/7346/data/test-cases/4a9df02a1eb2fa47.json +++ b/7376/data/test-cases/bfa55e37d350a3f2.json @@ -1 +1 @@ -{"uid":"4a9df02a1eb2fa47","name":"Push message with content topic containing Arabic","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing Arabic","historyId":"8be1631fe3888121803a1644af84ef51:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367180,"stop":1724765367181,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"8ca11851c2f988d5","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/8ca11851c2f988d5","status":"passed","time":{"start":1724765300578,"stop":1724765300579,"duration":1}},{"uid":"33fcb4a7a4d2f220","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/33fcb4a7a4d2f220","status":"passed","time":{"start":1724763693160,"stop":1724763693161,"duration":1}},{"uid":"16179efed764244d","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/16179efed764244d","status":"passed","time":{"start":1724760912506,"stop":1724760912507,"duration":1}},{"uid":"d6cfa4bed97afab0","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/d6cfa4bed97afab0","status":"passed","time":{"start":1724759937129,"stop":1724759937129,"duration":0}},{"uid":"616f30c2f5e528f3","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/616f30c2f5e528f3","status":"passed","time":{"start":1724758102762,"stop":1724758102762,"duration":0}},{"uid":"17f1ee6411487aae","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/17f1ee6411487aae","status":"passed","time":{"start":1724757793371,"stop":1724757793372,"duration":1}},{"uid":"15396c92072850e","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/15396c92072850e","status":"passed","time":{"start":1724757169524,"stop":1724757169525,"duration":1}},{"uid":"7ed283b6e62e7982","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/7ed283b6e62e7982","status":"passed","time":{"start":1724755216339,"stop":1724755216339,"duration":0}},{"uid":"9b47ac4ffc041187","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/9b47ac4ffc041187","status":"passed","time":{"start":1724752641996,"stop":1724752641996,"duration":0}},{"uid":"a7f85c99d1898a65","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/a7f85c99d1898a65","status":"passed","time":{"start":1724751479133,"stop":1724751479134,"duration":1}},{"uid":"568c3cf5124e4089","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/568c3cf5124e4089","status":"passed","time":{"start":1724750562207,"stop":1724750562211,"duration":4}},{"uid":"3f4cdf56e049b68f","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/3f4cdf56e049b68f","status":"passed","time":{"start":1724749562428,"stop":1724749562428,"duration":0}},{"uid":"9c86b55f348143d0","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/9c86b55f348143d0","status":"passed","time":{"start":1724717869156,"stop":1724717869156,"duration":0}},{"uid":"40bfc7920ed64dad","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/40bfc7920ed64dad","status":"passed","time":{"start":1724715106032,"stop":1724715106032,"duration":0}},{"uid":"d19fdaa0f504c6bc","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/d19fdaa0f504c6bc","status":"passed","time":{"start":1724713204887,"stop":1724713204887,"duration":0}},{"uid":"36d5056e261622f2","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/36d5056e261622f2","status":"passed","time":{"start":1724706379256,"stop":1724706379256,"duration":0}},{"uid":"74f7ed68433d617e","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/74f7ed68433d617e","status":"passed","time":{"start":1724704806954,"stop":1724704806957,"duration":3}},{"uid":"c675265a7132b38c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c675265a7132b38c","status":"passed","time":{"start":1724684165990,"stop":1724684165991,"duration":1}},{"uid":"54b263a6e238277e","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/54b263a6e238277e","status":"passed","time":{"start":1724672921817,"stop":1724672921817,"duration":0}},{"uid":"d20fb8c9ec7da9c6","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/d20fb8c9ec7da9c6","status":"passed","time":{"start":1724670647875,"stop":1724670647875,"duration":0}}]},"tags":[]},"source":"4a9df02a1eb2fa47.json","parameterValues":[]} \ No newline at end of file +{"uid":"bfa55e37d350a3f2","name":"Push message with content topic containing Arabic","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing Arabic","historyId":"8be1631fe3888121803a1644af84ef51:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853917,"stop":1724922853918,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"71d59a08429b0760","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/71d59a08429b0760","status":"passed","time":{"start":1724921529584,"stop":1724921529585,"duration":1}},{"uid":"a749fce4829d2613","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a749fce4829d2613","status":"passed","time":{"start":1724921488879,"stop":1724921488880,"duration":1}},{"uid":"922f859c5feb4d08","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/922f859c5feb4d08","status":"passed","time":{"start":1724918203686,"stop":1724918203686,"duration":0}},{"uid":"93c4d8d714303e70","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/93c4d8d714303e70","status":"passed","time":{"start":1724889938358,"stop":1724889938358,"duration":0}},{"uid":"88d37d3f6f5dc858","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/88d37d3f6f5dc858","status":"passed","time":{"start":1724889077066,"stop":1724889077066,"duration":0}},{"uid":"4387de7003475d1e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4387de7003475d1e","status":"passed","time":{"start":1724888268034,"stop":1724888268035,"duration":1}},{"uid":"ae22943b4d019b71","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ae22943b4d019b71","status":"passed","time":{"start":1724887032404,"stop":1724887032405,"duration":1}},{"uid":"bc35d7f3e4fe8789","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bc35d7f3e4fe8789","status":"passed","time":{"start":1724886822820,"stop":1724886822820,"duration":0}},{"uid":"ef451712a13ab5b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ef451712a13ab5b2","status":"passed","time":{"start":1724862233510,"stop":1724862233510,"duration":0}},{"uid":"f996e296186efc29","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f996e296186efc29","status":"passed","time":{"start":1724861712670,"stop":1724861712670,"duration":0}},{"uid":"36334ce1176c707b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/36334ce1176c707b","status":"passed","time":{"start":1724861567888,"stop":1724861567889,"duration":1}},{"uid":"91dac7335a943660","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/91dac7335a943660","status":"passed","time":{"start":1724861392054,"stop":1724861392054,"duration":0}}]},"tags":[]},"source":"bfa55e37d350a3f2.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/1e298f2d168232a2.json b/7376/data/test-cases/c00a4314ef8d39e2.json similarity index 65% rename from 7346/data/test-cases/1e298f2d168232a2.json rename to 7376/data/test-cases/c00a4314ef8d39e2.json index 208ff0e7ded..df3572f0d2c 100644 --- a/7346/data/test-cases/1e298f2d168232a2.json +++ b/7376/data/test-cases/c00a4314ef8d39e2.json @@ -1 +1 @@ -{"uid":"1e298f2d168232a2","name":"should not fail to start the service if it is already started","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Compliance Tests > interface-peer-discovery compliance tests > should not fail to start the service if it is already started","historyId":"c27743d50e7283fa2200db62d4ec5db5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724764817753,"stop":1724764817753,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Compliance Tests"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28},"items":[{"uid":"39093592759c98f1","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/39093592759c98f1","status":"passed","time":{"start":1724764737685,"stop":1724764737685,"duration":0}},{"uid":"5d55a6e61ba3d92e","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/5d55a6e61ba3d92e","status":"passed","time":{"start":1724763102733,"stop":1724763102733,"duration":0}},{"uid":"34127383e9cc8fa7","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/34127383e9cc8fa7","status":"passed","time":{"start":1724760371588,"stop":1724760371589,"duration":1}},{"uid":"934f36285a5c558b","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/934f36285a5c558b","status":"passed","time":{"start":1724759382833,"stop":1724759382833,"duration":0}},{"uid":"26f57a5898b9c5c1","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/26f57a5898b9c5c1","status":"passed","time":{"start":1724757522040,"stop":1724757522040,"duration":0}},{"uid":"b3808e04e85a71f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b3808e04e85a71f","status":"passed","time":{"start":1724757241938,"stop":1724757241938,"duration":0}},{"uid":"94b580788c769e26","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/94b580788c769e26","status":"passed","time":{"start":1724756562247,"stop":1724756562248,"duration":1}},{"uid":"e2c39d2a246d5c70","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/e2c39d2a246d5c70","status":"passed","time":{"start":1724754662068,"stop":1724754662068,"duration":0}},{"uid":"d45aa3e620812c56","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/d45aa3e620812c56","status":"passed","time":{"start":1724752087836,"stop":1724752087836,"duration":0}},{"uid":"d5f1eac3f43c0ab3","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/d5f1eac3f43c0ab3","status":"passed","time":{"start":1724750919358,"stop":1724750919358,"duration":0}},{"uid":"e99bba5684fc2aff","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/e99bba5684fc2aff","status":"passed","time":{"start":1724749999873,"stop":1724749999874,"duration":1}},{"uid":"8aff260e8d3220e4","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/8aff260e8d3220e4","status":"passed","time":{"start":1724749024333,"stop":1724749024333,"duration":0}},{"uid":"80bf14da172d6ae3","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/80bf14da172d6ae3","status":"passed","time":{"start":1724717315412,"stop":1724717315413,"duration":1}},{"uid":"fa4e1f70e2312b98","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/fa4e1f70e2312b98","status":"passed","time":{"start":1724714548292,"stop":1724714548292,"duration":0}},{"uid":"c16e5ecf86bed725","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/c16e5ecf86bed725","status":"passed","time":{"start":1724712629726,"stop":1724712629726,"duration":0}},{"uid":"5a4512fefa78529e","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/5a4512fefa78529e","status":"passed","time":{"start":1724705839463,"stop":1724705839463,"duration":0}},{"uid":"597dfc6352eef782","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/597dfc6352eef782","status":"passed","time":{"start":1724704253912,"stop":1724704253913,"duration":1}},{"uid":"2ed31d98f0b4fbf8","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2ed31d98f0b4fbf8","status":"passed","time":{"start":1724683620302,"stop":1724683620302,"duration":0}},{"uid":"d6b8820483045b11","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/d6b8820483045b11","status":"passed","time":{"start":1724672343203,"stop":1724672343203,"duration":0}},{"uid":"cf1db6053911f86a","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/cf1db6053911f86a","status":"passed","time":{"start":1724670094076,"stop":1724670094076,"duration":0}}]},"tags":[]},"source":"1e298f2d168232a2.json","parameterValues":[]} \ No newline at end of file +{"uid":"c00a4314ef8d39e2","name":"should not fail to start the service if it is already started","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Compliance Tests > interface-peer-discovery compliance tests > should not fail to start the service if it is already started","historyId":"c27743d50e7283fa2200db62d4ec5db5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922402863,"stop":1724922402863,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Compliance Tests"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"23449d9e4a8ee0dc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/23449d9e4a8ee0dc","status":"passed","time":{"start":1724921065910,"stop":1724921065910,"duration":0}},{"uid":"132cf832fd046ce7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/132cf832fd046ce7","status":"passed","time":{"start":1724921040947,"stop":1724921040947,"duration":0}},{"uid":"1603b0c80384127","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1603b0c80384127","status":"passed","time":{"start":1724917701156,"stop":1724917701156,"duration":0}},{"uid":"fd50182dd32ceac2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fd50182dd32ceac2","status":"passed","time":{"start":1724889479975,"stop":1724889479975,"duration":0}},{"uid":"e76a46d351972a1a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e76a46d351972a1a","status":"passed","time":{"start":1724888630724,"stop":1724888630724,"duration":0}},{"uid":"f04a2a514618f0ac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f04a2a514618f0ac","status":"passed","time":{"start":1724887787006,"stop":1724887787006,"duration":0}},{"uid":"70a04322924409ec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/70a04322924409ec","status":"passed","time":{"start":1724886553669,"stop":1724886553669,"duration":0}},{"uid":"5a3781bb07453c95","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5a3781bb07453c95","status":"passed","time":{"start":1724886331492,"stop":1724886331492,"duration":0}},{"uid":"3545a01af44008c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3545a01af44008c","status":"passed","time":{"start":1724861780656,"stop":1724861780657,"duration":1}},{"uid":"3744381acf073ba0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3744381acf073ba0","status":"passed","time":{"start":1724861251098,"stop":1724861251098,"duration":0}},{"uid":"abede2d90880305a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/abede2d90880305a","status":"passed","time":{"start":1724861074808,"stop":1724861074808,"duration":0}},{"uid":"ec8ba9a3405804ed","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ec8ba9a3405804ed","status":"passed","time":{"start":1724860935671,"stop":1724860935671,"duration":0}}]},"tags":[]},"source":"c00a4314ef8d39e2.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/c087fafd713d8592.json b/7376/data/test-cases/c087fafd713d8592.json new file mode 100644 index 00000000000..e70ba2e8ebb --- /dev/null +++ b/7376/data/test-cases/c087fafd713d8592.json @@ -0,0 +1 @@ +{"uid":"c087fafd713d8592","name":"should load peers from local storage and dispatch events","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Unit Tests > should load peers from local storage and dispatch events","historyId":"ed419898172e7eee423d0f0dfaf35256:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922402864,"stop":1724922402864,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Unit Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9d96481970d1e637","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9d96481970d1e637","status":"passed","time":{"start":1724921065912,"stop":1724921065912,"duration":0}},{"uid":"66ea419c0bd6a766","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/66ea419c0bd6a766","status":"passed","time":{"start":1724921040948,"stop":1724921040949,"duration":1}},{"uid":"5d0e483f376e381d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5d0e483f376e381d","status":"passed","time":{"start":1724917701157,"stop":1724917701157,"duration":0}},{"uid":"a6e044be0c506934","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a6e044be0c506934","status":"passed","time":{"start":1724889479976,"stop":1724889479977,"duration":1}},{"uid":"853f1be6580a435e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/853f1be6580a435e","status":"passed","time":{"start":1724888630726,"stop":1724888630726,"duration":0}},{"uid":"11a0b5c2f1fc0e70","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/11a0b5c2f1fc0e70","status":"passed","time":{"start":1724887787008,"stop":1724887787008,"duration":0}},{"uid":"c559c3d1953e6b82","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c559c3d1953e6b82","status":"passed","time":{"start":1724886553671,"stop":1724886553671,"duration":0}},{"uid":"7895d6ec0c0cc072","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7895d6ec0c0cc072","status":"passed","time":{"start":1724886331494,"stop":1724886331494,"duration":0}},{"uid":"3fac0467391d32a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3fac0467391d32a7","status":"passed","time":{"start":1724861780658,"stop":1724861780658,"duration":0}},{"uid":"407b708bfac08424","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/407b708bfac08424","status":"passed","time":{"start":1724861251100,"stop":1724861251100,"duration":0}},{"uid":"12bf805d5b1d2db","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/12bf805d5b1d2db","status":"passed","time":{"start":1724861074810,"stop":1724861074810,"duration":0}},{"uid":"a2e05d7d87d9ab","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a2e05d7d87d9ab","status":"passed","time":{"start":1724860935673,"stop":1724860935673,"duration":0}}]},"tags":[]},"source":"c087fafd713d8592.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/c0e830bb18d7a982.json b/7376/data/test-cases/c0e830bb18d7a982.json new file mode 100644 index 00000000000..2ff8d6a54ad --- /dev/null +++ b/7376/data/test-cases/c0e830bb18d7a982.json @@ -0,0 +1 @@ +{"uid":"c0e830bb18d7a982","name":"should throw an error for missing required configuration","fullName":"/src/common/sharding/index.spec.ts: shardInfoToPubsubTopics > should throw an error for missing required configuration","historyId":"250ad8b4699514e3fc6015ff5152b149:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374680,"stop":1724922374680,"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":13,"unknown":0,"total":13},"items":[{"uid":"fed10d8dabb9ea90","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fed10d8dabb9ea90","status":"passed","time":{"start":1724921037641,"stop":1724921037642,"duration":1}},{"uid":"27ac6299f9bb98eb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/27ac6299f9bb98eb","status":"passed","time":{"start":1724921013055,"stop":1724921013055,"duration":0}},{"uid":"2a81fec36392fc7f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2a81fec36392fc7f","status":"passed","time":{"start":1724917673297,"stop":1724917673297,"duration":0}},{"uid":"2fd1de00963bc827","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2fd1de00963bc827","status":"passed","time":{"start":1724889452316,"stop":1724889452316,"duration":0}},{"uid":"b07028ec1ce02522","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b07028ec1ce02522","status":"passed","time":{"start":1724888602846,"stop":1724888602846,"duration":0}},{"uid":"2d170e07aaf1a64e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2d170e07aaf1a64e","status":"passed","time":{"start":1724887759168,"stop":1724887759169,"duration":1}},{"uid":"54714c81f0c76834","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/54714c81f0c76834","status":"passed","time":{"start":1724886525548,"stop":1724886525548,"duration":0}},{"uid":"6b171982420eb3d3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6b171982420eb3d3","status":"passed","time":{"start":1724886303402,"stop":1724886303402,"duration":0}},{"uid":"306147ccfb7f2fda","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/306147ccfb7f2fda","status":"passed","time":{"start":1724861752234,"stop":1724861752234,"duration":0}},{"uid":"5ed8e47fdc94dcd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5ed8e47fdc94dcd","status":"passed","time":{"start":1724861223360,"stop":1724861223360,"duration":0}},{"uid":"44d18de10f31dc0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/44d18de10f31dc0","status":"passed","time":{"start":1724861045208,"stop":1724861045208,"duration":0}},{"uid":"a360500413738938","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a360500413738938","status":"passed","time":{"start":1724860907090,"stop":1724860907090,"duration":0}}]},"tags":[]},"source":"c0e830bb18d7a982.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/f4724f09695bb717.json b/7376/data/test-cases/c1118bb4f7c8c334.json similarity index 84% rename from 7346/data/test-cases/f4724f09695bb717.json rename to 7376/data/test-cases/c1118bb4f7c8c334.json index 34b977836b5..c4cf2b5db77 100644 --- a/7346/data/test-cases/f4724f09695bb717.json +++ b/7376/data/test-cases/c1118bb4f7c8c334.json @@ -1 +1 @@ -{"uid":"f4724f09695bb717","name":"Push message with content topic containing shell command","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing shell command","historyId":"1dae17b6284a8b2ac968bb68b7634ee3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367187,"stop":1724765367187,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"9b075e2de9c94591","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/9b075e2de9c94591","status":"passed","time":{"start":1724765300582,"stop":1724765300583,"duration":1}},{"uid":"9548928938dfe7d0","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/9548928938dfe7d0","status":"passed","time":{"start":1724763693163,"stop":1724763693163,"duration":0}},{"uid":"a6149a470b85a325","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a6149a470b85a325","status":"passed","time":{"start":1724760912511,"stop":1724760912511,"duration":0}},{"uid":"a8b109b211b897ff","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/a8b109b211b897ff","status":"passed","time":{"start":1724759937132,"stop":1724759937133,"duration":1}},{"uid":"f32f054bfb45d616","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/f32f054bfb45d616","status":"passed","time":{"start":1724758102770,"stop":1724758102771,"duration":1}},{"uid":"73b10fe77b9b9943","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/73b10fe77b9b9943","status":"passed","time":{"start":1724757793374,"stop":1724757793375,"duration":1}},{"uid":"2d0c72a551cb4410","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/2d0c72a551cb4410","status":"passed","time":{"start":1724757169528,"stop":1724757169528,"duration":0}},{"uid":"5978d8cfb853ec0","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/5978d8cfb853ec0","status":"passed","time":{"start":1724755216342,"stop":1724755216342,"duration":0}},{"uid":"6b2fcf23dcd9673f","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/6b2fcf23dcd9673f","status":"passed","time":{"start":1724752641998,"stop":1724752641999,"duration":1}},{"uid":"6a18edfc191ed2fc","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/6a18edfc191ed2fc","status":"passed","time":{"start":1724751479145,"stop":1724751479145,"duration":0}},{"uid":"699c909268e5c0d7","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/699c909268e5c0d7","status":"passed","time":{"start":1724750562214,"stop":1724750562215,"duration":1}},{"uid":"4d5596144dbb9e26","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/4d5596144dbb9e26","status":"passed","time":{"start":1724749562433,"stop":1724749562433,"duration":0}},{"uid":"c95ee513ebb48c5a","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c95ee513ebb48c5a","status":"passed","time":{"start":1724717869159,"stop":1724717869159,"duration":0}},{"uid":"5125b29b023e3f72","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/5125b29b023e3f72","status":"passed","time":{"start":1724715106035,"stop":1724715106035,"duration":0}},{"uid":"2e22d8eaa2909cf5","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/2e22d8eaa2909cf5","status":"passed","time":{"start":1724713204890,"stop":1724713204890,"duration":0}},{"uid":"a8cd50dd30834c70","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a8cd50dd30834c70","status":"passed","time":{"start":1724706379273,"stop":1724706379275,"duration":2}},{"uid":"883033726890b013","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/883033726890b013","status":"passed","time":{"start":1724704806971,"stop":1724704806971,"duration":0}},{"uid":"9e9132ec6a053a26","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/9e9132ec6a053a26","status":"passed","time":{"start":1724684165994,"stop":1724684165995,"duration":1}},{"uid":"70be82fdad3c81ff","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/70be82fdad3c81ff","status":"passed","time":{"start":1724672921821,"stop":1724672921821,"duration":0}},{"uid":"514c065c95ccc7a0","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/514c065c95ccc7a0","status":"passed","time":{"start":1724670647884,"stop":1724670647885,"duration":1}}]},"tags":[]},"source":"f4724f09695bb717.json","parameterValues":[]} \ No newline at end of file +{"uid":"c1118bb4f7c8c334","name":"Push message with content topic containing shell command","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing shell command","historyId":"1dae17b6284a8b2ac968bb68b7634ee3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853922,"stop":1724922853922,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"296688d63cfd2b90","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/296688d63cfd2b90","status":"passed","time":{"start":1724921529588,"stop":1724921529588,"duration":0}},{"uid":"ee0a2e39a743c84f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ee0a2e39a743c84f","status":"passed","time":{"start":1724921488882,"stop":1724921488882,"duration":0}},{"uid":"b2818e3ed13aef7e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b2818e3ed13aef7e","status":"passed","time":{"start":1724918203689,"stop":1724918203689,"duration":0}},{"uid":"a28330c79e29280","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a28330c79e29280","status":"passed","time":{"start":1724889938365,"stop":1724889938365,"duration":0}},{"uid":"acc7a1d2655d00ab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/acc7a1d2655d00ab","status":"passed","time":{"start":1724889077068,"stop":1724889077069,"duration":1}},{"uid":"963d9584e7414d69","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/963d9584e7414d69","status":"passed","time":{"start":1724888268038,"stop":1724888268039,"duration":1}},{"uid":"fbf28a7c0cb45147","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fbf28a7c0cb45147","status":"passed","time":{"start":1724887032411,"stop":1724887032412,"duration":1}},{"uid":"6db5a7b5f85993a5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6db5a7b5f85993a5","status":"passed","time":{"start":1724886822824,"stop":1724886822825,"duration":1}},{"uid":"95e9a4a031c2235b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/95e9a4a031c2235b","status":"passed","time":{"start":1724862233514,"stop":1724862233515,"duration":1}},{"uid":"4b0f61023956d50c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4b0f61023956d50c","status":"passed","time":{"start":1724861712673,"stop":1724861712673,"duration":0}},{"uid":"7a31cb8365b71074","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7a31cb8365b71074","status":"passed","time":{"start":1724861567892,"stop":1724861567892,"duration":0}},{"uid":"636ea61cbbdb0f2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/636ea61cbbdb0f2","status":"passed","time":{"start":1724861392057,"stop":1724861392057,"duration":0}}]},"tags":[]},"source":"c1118bb4f7c8c334.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/a5e5dbac02a2f839.json b/7376/data/test-cases/c12dac16b4d8eb18.json similarity index 79% rename from 7346/data/test-cases/a5e5dbac02a2f839.json rename to 7376/data/test-cases/c12dac16b4d8eb18.json index 08216f46530..a6ac067321f 100644 --- a/7346/data/test-cases/a5e5dbac02a2f839.json +++ b/7376/data/test-cases/c12dac16b4d8eb18.json @@ -1 +1 @@ -{"uid":"a5e5dbac02a2f839","name":"Subscribe to topic containing Script and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing Script and receive message","historyId":"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765075586,"stop":1724765075586,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"d9474f7afd0374ef","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/d9474f7afd0374ef","status":"passed","time":{"start":1724765010544,"stop":1724765010545,"duration":1}},{"uid":"5b865e2cbbe76b6a","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/5b865e2cbbe76b6a","status":"passed","time":{"start":1724763380304,"stop":1724763380304,"duration":0}},{"uid":"7cec0a80637e0bf5","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/7cec0a80637e0bf5","status":"passed","time":{"start":1724760632566,"stop":1724760632566,"duration":0}},{"uid":"45512a73c55268b5","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/45512a73c55268b5","status":"passed","time":{"start":1724759660926,"stop":1724759660926,"duration":0}},{"uid":"932125ee5fa11946","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/932125ee5fa11946","status":"passed","time":{"start":1724757793705,"stop":1724757793706,"duration":1}},{"uid":"58519018d4b4ab03","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/58519018d4b4ab03","status":"passed","time":{"start":1724757518638,"stop":1724757518638,"duration":0}},{"uid":"79530ce77b4a8867","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/79530ce77b4a8867","status":"passed","time":{"start":1724756832105,"stop":1724756832105,"duration":0}},{"uid":"9ee294dd49120eab","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/9ee294dd49120eab","status":"passed","time":{"start":1724754929281,"stop":1724754929281,"duration":0}},{"uid":"1c0122210fc06209","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/1c0122210fc06209","status":"passed","time":{"start":1724752352155,"stop":1724752352156,"duration":1}},{"uid":"ae1cb6b32874b6ee","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/ae1cb6b32874b6ee","status":"passed","time":{"start":1724751201126,"stop":1724751201126,"duration":0}},{"uid":"5a29ec798033c982","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/5a29ec798033c982","status":"passed","time":{"start":1724750264841,"stop":1724750264842,"duration":1}},{"uid":"11d81e95849b096b","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/11d81e95849b096b","status":"passed","time":{"start":1724749292168,"stop":1724749292169,"duration":1}},{"uid":"a82666d567498531","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/a82666d567498531","status":"passed","time":{"start":1724717596796,"stop":1724717596796,"duration":0}},{"uid":"717bdb9b1e61d8a","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/717bdb9b1e61d8a","status":"passed","time":{"start":1724714823661,"stop":1724714823661,"duration":0}},{"uid":"e432fa41ac152fc3","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/e432fa41ac152fc3","status":"passed","time":{"start":1724712895793,"stop":1724712895794,"duration":1}},{"uid":"45a8693b91c12582","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/45a8693b91c12582","status":"passed","time":{"start":1724706113497,"stop":1724706113498,"duration":1}},{"uid":"a3a3138396ff1c58","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a3a3138396ff1c58","status":"passed","time":{"start":1724704522416,"stop":1724704522417,"duration":1}},{"uid":"8210dcddcf24ef17","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/8210dcddcf24ef17","status":"passed","time":{"start":1724683897629,"stop":1724683897630,"duration":1}},{"uid":"caf7155fcefcf2d3","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/caf7155fcefcf2d3","status":"passed","time":{"start":1724672624708,"stop":1724672624708,"duration":0}},{"uid":"78aa91c5d4eaea28","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/78aa91c5d4eaea28","status":"passed","time":{"start":1724670354433,"stop":1724670354433,"duration":0}}]},"tags":[]},"source":"a5e5dbac02a2f839.json","parameterValues":[]} \ No newline at end of file +{"uid":"c12dac16b4d8eb18","name":"Subscribe to topic containing Script and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing Script and receive message","historyId":"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922635357,"stop":1724922635357,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d9106693e18881fb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d9106693e18881fb","status":"passed","time":{"start":1724921297015,"stop":1724921297016,"duration":1}},{"uid":"67413563d12acd98","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/67413563d12acd98","status":"passed","time":{"start":1724921276370,"stop":1724921276370,"duration":0}},{"uid":"5f4f66cebcfa22f2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5f4f66cebcfa22f2","status":"passed","time":{"start":1724917948328,"stop":1724917948328,"duration":0}},{"uid":"8e19bc694b7028d6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e19bc694b7028d6","status":"passed","time":{"start":1724889729012,"stop":1724889729013,"duration":1}},{"uid":"7629d3237516cd23","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7629d3237516cd23","status":"passed","time":{"start":1724888864958,"stop":1724888864958,"duration":0}},{"uid":"cf2a57af4954d936","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf2a57af4954d936","status":"passed","time":{"start":1724888053749,"stop":1724888053750,"duration":1}},{"uid":"6c5b33a488bb0aa2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6c5b33a488bb0aa2","status":"passed","time":{"start":1724886811664,"stop":1724886811664,"duration":0}},{"uid":"dc9f1edd3a655f5e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dc9f1edd3a655f5e","status":"passed","time":{"start":1724886581007,"stop":1724886581007,"duration":0}},{"uid":"caae9a20f846c85a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/caae9a20f846c85a","status":"passed","time":{"start":1724862019564,"stop":1724862019564,"duration":0}},{"uid":"cab28cdc1d824d1c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cab28cdc1d824d1c","status":"passed","time":{"start":1724861493940,"stop":1724861493940,"duration":0}},{"uid":"626f4b9add4ff729","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/626f4b9add4ff729","status":"passed","time":{"start":1724861318044,"stop":1724861318044,"duration":0}},{"uid":"d206740d6b07d232","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d206740d6b07d232","status":"passed","time":{"start":1724861178518,"stop":1724861178518,"duration":0}}]},"tags":[]},"source":"c12dac16b4d8eb18.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/c13c693f1be866cb.json b/7376/data/test-cases/c13c693f1be866cb.json new file mode 100644 index 00000000000..4ab435b5f1b --- /dev/null +++ b/7376/data/test-cases/c13c693f1be866cb.json @@ -0,0 +1 @@ +{"uid":"c13c693f1be866cb","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers property-based tests > should return the correct number of peers based on numPeers and maxBootstrapPeers","historyId":"3f694b98511bc3e2b7e9dc634521f5f4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611444,"stop":1724922611444,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers property-based tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f0e77a362b7a749c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f0e77a362b7a749c","status":"passed","time":{"start":1724921270367,"stop":1724921270368,"duration":1}},{"uid":"d57b698f573013d2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d57b698f573013d2","status":"passed","time":{"start":1724921247832,"stop":1724921247833,"duration":1}},{"uid":"5cd268fce6e03d9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5cd268fce6e03d9","status":"passed","time":{"start":1724917989830,"stop":1724917989830,"duration":0}},{"uid":"543677586f49aea9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/543677586f49aea9","status":"passed","time":{"start":1724889678580,"stop":1724889678580,"duration":0}},{"uid":"5b428099e1fa23b0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b428099e1fa23b0","status":"passed","time":{"start":1724888829853,"stop":1724888829854,"duration":1}},{"uid":"830ebe3423694301","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/830ebe3423694301","status":"passed","time":{"start":1724888077021,"stop":1724888077021,"duration":0}},{"uid":"107e1c789eda79fd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/107e1c789eda79fd","status":"passed","time":{"start":1724886851134,"stop":1724886851134,"duration":0}},{"uid":"e993dc818e267434","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e993dc818e267434","status":"passed","time":{"start":1724886647127,"stop":1724886647128,"duration":1}},{"uid":"fee919fb8ac2d142","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fee919fb8ac2d142","status":"passed","time":{"start":1724861992719,"stop":1724861992719,"duration":0}},{"uid":"b0ffe380340a4b83","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b0ffe380340a4b83","status":"passed","time":{"start":1724861469652,"stop":1724861469652,"duration":0}},{"uid":"f39bb5d434a16770","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f39bb5d434a16770","status":"passed","time":{"start":1724861284874,"stop":1724861284874,"duration":0}},{"uid":"9b108b029fbd39b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9b108b029fbd39b","status":"passed","time":{"start":1724861145826,"stop":1724861145826,"duration":0}}]},"tags":[]},"source":"c13c693f1be866cb.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/a6fe410d1c87283b.json b/7376/data/test-cases/c1e05836685e7b5e.json similarity index 84% rename from 7346/data/test-cases/a6fe410d1c87283b.json rename to 7376/data/test-cases/c1e05836685e7b5e.json index 611952a6458..9d570bd7fbd 100644 --- a/7346/data/test-cases/a6fe410d1c87283b.json +++ b/7376/data/test-cases/c1e05836685e7b5e.json @@ -1 +1 @@ -{"uid":"a6fe410d1c87283b","name":"Push message with content topic containing emoji","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing emoji","historyId":"4b6be8ea12cd2b91925b9eaa33d2f1a1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367188,"stop":1724765367188,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"af11391d4016a30d","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/af11391d4016a30d","status":"passed","time":{"start":1724765300585,"stop":1724765300585,"duration":0}},{"uid":"99704d0873c1ea12","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/99704d0873c1ea12","status":"passed","time":{"start":1724763693164,"stop":1724763693165,"duration":1}},{"uid":"65dffe447e173897","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/65dffe447e173897","status":"passed","time":{"start":1724760912512,"stop":1724760912512,"duration":0}},{"uid":"abb223e93b4204fa","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/abb223e93b4204fa","status":"passed","time":{"start":1724759937134,"stop":1724759937134,"duration":0}},{"uid":"10961c6d70b9b525","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/10961c6d70b9b525","status":"passed","time":{"start":1724758102773,"stop":1724758102774,"duration":1}},{"uid":"dafba534e99d0a63","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/dafba534e99d0a63","status":"passed","time":{"start":1724757793379,"stop":1724757793379,"duration":0}},{"uid":"d9fe88a31a7353c0","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/d9fe88a31a7353c0","status":"passed","time":{"start":1724757169533,"stop":1724757169533,"duration":0}},{"uid":"d62f0d1b05e1aee0","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/d62f0d1b05e1aee0","status":"passed","time":{"start":1724755216343,"stop":1724755216344,"duration":1}},{"uid":"5f1d588e21739f90","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/5f1d588e21739f90","status":"passed","time":{"start":1724752642012,"stop":1724752642012,"duration":0}},{"uid":"a0f9988b031e5aad","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/a0f9988b031e5aad","status":"passed","time":{"start":1724751479147,"stop":1724751479148,"duration":1}},{"uid":"d1ba5c1c52a7a5ac","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/d1ba5c1c52a7a5ac","status":"passed","time":{"start":1724750562216,"stop":1724750562216,"duration":0}},{"uid":"c19977ea0fa5f66d","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c19977ea0fa5f66d","status":"passed","time":{"start":1724749562434,"stop":1724749562434,"duration":0}},{"uid":"1b332b077b085e84","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/1b332b077b085e84","status":"passed","time":{"start":1724717869161,"stop":1724717869161,"duration":0}},{"uid":"610290b06a2469a0","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/610290b06a2469a0","status":"passed","time":{"start":1724715106046,"stop":1724715106047,"duration":1}},{"uid":"2bd63a11c4ab86","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/2bd63a11c4ab86","status":"passed","time":{"start":1724713204891,"stop":1724713204892,"duration":1}},{"uid":"84e341c91074fd33","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/84e341c91074fd33","status":"passed","time":{"start":1724706379279,"stop":1724706379279,"duration":0}},{"uid":"392ff86b52d658e7","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/392ff86b52d658e7","status":"passed","time":{"start":1724704806973,"stop":1724704806974,"duration":1}},{"uid":"9a7ba9654ad86cfe","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/9a7ba9654ad86cfe","status":"passed","time":{"start":1724684165995,"stop":1724684165996,"duration":1}},{"uid":"cec1d84053f8c801","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/cec1d84053f8c801","status":"passed","time":{"start":1724672921822,"stop":1724672921822,"duration":0}},{"uid":"48a2ae5c1bd0e040","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/48a2ae5c1bd0e040","status":"passed","time":{"start":1724670647887,"stop":1724670647900,"duration":13}}]},"tags":[]},"source":"a6fe410d1c87283b.json","parameterValues":[]} \ No newline at end of file +{"uid":"c1e05836685e7b5e","name":"Push message with content topic containing emoji","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing emoji","historyId":"4b6be8ea12cd2b91925b9eaa33d2f1a1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853927,"stop":1724922853927,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"eb977b20827ef41d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/eb977b20827ef41d","status":"passed","time":{"start":1724921529589,"stop":1724921529589,"duration":0}},{"uid":"72642a794fc7e0a8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/72642a794fc7e0a8","status":"passed","time":{"start":1724921488884,"stop":1724921488884,"duration":0}},{"uid":"ae53f376c06fcaac","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ae53f376c06fcaac","status":"passed","time":{"start":1724918203690,"stop":1724918203690,"duration":0}},{"uid":"3c7f6f1c604ed754","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c7f6f1c604ed754","status":"passed","time":{"start":1724889938366,"stop":1724889938366,"duration":0}},{"uid":"8920dda9f12e35a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8920dda9f12e35a0","status":"passed","time":{"start":1724889077070,"stop":1724889077070,"duration":0}},{"uid":"a262b02b12a2a102","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a262b02b12a2a102","status":"passed","time":{"start":1724888268039,"stop":1724888268040,"duration":1}},{"uid":"95eb5fa6c61eea28","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/95eb5fa6c61eea28","status":"passed","time":{"start":1724887032413,"stop":1724887032413,"duration":0}},{"uid":"1f95443541d605b2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1f95443541d605b2","status":"passed","time":{"start":1724886822826,"stop":1724886822826,"duration":0}},{"uid":"3bef8f93c55209e6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3bef8f93c55209e6","status":"passed","time":{"start":1724862233516,"stop":1724862233516,"duration":0}},{"uid":"b7972543a3d64e0b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b7972543a3d64e0b","status":"passed","time":{"start":1724861712674,"stop":1724861712674,"duration":0}},{"uid":"e8c014f2e8abcba5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e8c014f2e8abcba5","status":"passed","time":{"start":1724861567900,"stop":1724861567901,"duration":1}},{"uid":"3b301417bda3b943","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3b301417bda3b943","status":"passed","time":{"start":1724861392060,"stop":1724861392060,"duration":0}}]},"tags":[]},"source":"c1e05836685e7b5e.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/8effca021706685c.json b/7376/data/test-cases/c1e13910cac9b681.json similarity index 74% rename from 7346/data/test-cases/8effca021706685c.json rename to 7376/data/test-cases/c1e13910cac9b681.json index 8cff1c30fc1..858995e3e81 100644 --- a/7346/data/test-cases/8effca021706685c.json +++ b/7376/data/test-cases/c1e13910cac9b681.json @@ -1 +1 @@ -{"uid":"8effca021706685c","name":"Subscribe to topic containing unicode special characters and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing unicode special characters and publish message","historyId":"7996d0bafce2a1dfd5f54e8daed745d1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765421010,"stop":1724765421010,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"89436ccb4d30457","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/89436ccb4d30457","status":"passed","time":{"start":1724765345664,"stop":1724765345665,"duration":1}},{"uid":"ee142abc56bbc409","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/ee142abc56bbc409","status":"passed","time":{"start":1724763728522,"stop":1724763728522,"duration":0}},{"uid":"7fd5c0a412488f4e","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/7fd5c0a412488f4e","status":"passed","time":{"start":1724760958463,"stop":1724760958463,"duration":0}},{"uid":"8a00d818e010e6d6","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/8a00d818e010e6d6","status":"passed","time":{"start":1724759986220,"stop":1724759986221,"duration":1}},{"uid":"b9e0ebd2041d5c3c","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/b9e0ebd2041d5c3c","status":"passed","time":{"start":1724758132001,"stop":1724758132002,"duration":1}},{"uid":"d8a5c2e3af3a482","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/d8a5c2e3af3a482","status":"passed","time":{"start":1724757804673,"stop":1724757804674,"duration":1}},{"uid":"70231a5ad175fd1e","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/70231a5ad175fd1e","status":"passed","time":{"start":1724757182047,"stop":1724757182048,"duration":1}},{"uid":"27883605d61b815","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/27883605d61b815","status":"passed","time":{"start":1724755250672,"stop":1724755250672,"duration":0}},{"uid":"80dcbe2a7e18a696","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/80dcbe2a7e18a696","status":"passed","time":{"start":1724752681464,"stop":1724752681464,"duration":0}},{"uid":"b38aaca00c757b46","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/b38aaca00c757b46","status":"passed","time":{"start":1724751529162,"stop":1724751529162,"duration":0}},{"uid":"b0dc170011cbc192","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/b0dc170011cbc192","status":"passed","time":{"start":1724750601884,"stop":1724750601887,"duration":3}},{"uid":"b7b9e5f0ce14d9fe","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/b7b9e5f0ce14d9fe","status":"passed","time":{"start":1724749597814,"stop":1724749597814,"duration":0}},{"uid":"9ae20d0f57556288","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/9ae20d0f57556288","status":"passed","time":{"start":1724717911310,"stop":1724717911310,"duration":0}},{"uid":"f63ddf711852bea3","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/f63ddf711852bea3","status":"passed","time":{"start":1724715155606,"stop":1724715155606,"duration":0}},{"uid":"92887e3d42f54acb","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/92887e3d42f54acb","status":"passed","time":{"start":1724713233431,"stop":1724713233431,"duration":0}},{"uid":"ea0f0485ba375aae","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/ea0f0485ba375aae","status":"passed","time":{"start":1724706419533,"stop":1724706419534,"duration":1}},{"uid":"31c3fb3aac5cea54","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/31c3fb3aac5cea54","status":"passed","time":{"start":1724704833545,"stop":1724704833546,"duration":1}},{"uid":"41e89b96a46adb79","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/41e89b96a46adb79","status":"passed","time":{"start":1724684206373,"stop":1724684206374,"duration":1}},{"uid":"468993f19f15e1a9","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/468993f19f15e1a9","status":"passed","time":{"start":1724672961270,"stop":1724672961272,"duration":2}},{"uid":"2e68120942e126b3","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/2e68120942e126b3","status":"passed","time":{"start":1724670685273,"stop":1724670685273,"duration":0}}]},"tags":[]},"source":"8effca021706685c.json","parameterValues":[]} \ No newline at end of file +{"uid":"c1e13910cac9b681","name":"Subscribe to topic containing unicode special characters and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing unicode special characters and publish message","historyId":"7996d0bafce2a1dfd5f54e8daed745d1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922891493,"stop":1724922891494,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2d7f2970ff46242c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2d7f2970ff46242c","status":"passed","time":{"start":1724921563021,"stop":1724921563021,"duration":0}},{"uid":"aedca9c68aa4f6e1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/aedca9c68aa4f6e1","status":"passed","time":{"start":1724921526818,"stop":1724921526818,"duration":0}},{"uid":"7497adbfb790246f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7497adbfb790246f","status":"passed","time":{"start":1724918239954,"stop":1724918239954,"duration":0}},{"uid":"ee9cdeffb55817f3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ee9cdeffb55817f3","status":"passed","time":{"start":1724889980929,"stop":1724889980929,"duration":0}},{"uid":"424dad7cc8da1a3c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/424dad7cc8da1a3c","status":"passed","time":{"start":1724889109980,"stop":1724889109980,"duration":0}},{"uid":"31cf5c24291c264e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/31cf5c24291c264e","status":"passed","time":{"start":1724888294727,"stop":1724888294727,"duration":0}},{"uid":"3478fe4681772ee1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3478fe4681772ee1","status":"passed","time":{"start":1724887071747,"stop":1724887071748,"duration":1}},{"uid":"b74714807d1f4e14","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b74714807d1f4e14","status":"passed","time":{"start":1724886848350,"stop":1724886848351,"duration":1}},{"uid":"a2b31fd4221c1f3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2b31fd4221c1f3e","status":"passed","time":{"start":1724862259262,"stop":1724862259262,"duration":0}},{"uid":"994ea1048da827f0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/994ea1048da827f0","status":"passed","time":{"start":1724861735336,"stop":1724861735336,"duration":0}},{"uid":"acd762035afab891","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/acd762035afab891","status":"passed","time":{"start":1724861606353,"stop":1724861606354,"duration":1}},{"uid":"74a7533769276a6b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/74a7533769276a6b","status":"passed","time":{"start":1724861426693,"stop":1724861426693,"duration":0}}]},"tags":[]},"source":"c1e13910cac9b681.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/c27beae0f511b3c1.json b/7376/data/test-cases/c27beae0f511b3c1.json new file mode 100644 index 00000000000..a447bc8b1e4 --- /dev/null +++ b/7376/data/test-cases/c27beae0f511b3c1.json @@ -0,0 +1 @@ +{"uid":"c27beae0f511b3c1","name":"using a protocol with unconfigured pubsub topic should fail","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Others > using a protocol with unconfigured pubsub topic should fail","historyId":"061e73009d3612296cbd5940eb183495:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922906445,"stop":1724922906446,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Others"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6ce475934c976a28","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6ce475934c976a28","status":"passed","time":{"start":1724921613057,"stop":1724921613058,"duration":1}},{"uid":"f66aec0ad9fcf5f5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f66aec0ad9fcf5f5","status":"passed","time":{"start":1724921556064,"stop":1724921556064,"duration":0}},{"uid":"57fc28ba4d4aa01f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/57fc28ba4d4aa01f","status":"passed","time":{"start":1724918259555,"stop":1724918259555,"duration":0}},{"uid":"36d1bd1a24b66cc4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/36d1bd1a24b66cc4","status":"passed","time":{"start":1724890032301,"stop":1724890032301,"duration":0}},{"uid":"a838e3d726d51d85","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a838e3d726d51d85","status":"passed","time":{"start":1724889144088,"stop":1724889144088,"duration":0}},{"uid":"33db90e59473d97f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/33db90e59473d97f","status":"passed","time":{"start":1724888336465,"stop":1724888336465,"duration":0}},{"uid":"acf4e49577dde1f5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/acf4e49577dde1f5","status":"passed","time":{"start":1724887092631,"stop":1724887092631,"duration":0}},{"uid":"e2e72c92cb81ee1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e2e72c92cb81ee1","status":"passed","time":{"start":1724886880634,"stop":1724886880634,"duration":0}},{"uid":"bc28683bb1d9bc16","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc28683bb1d9bc16","status":"passed","time":{"start":1724862298406,"stop":1724862298407,"duration":1}},{"uid":"a692a93b97f3519e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a692a93b97f3519e","status":"passed","time":{"start":1724861770130,"stop":1724861770131,"duration":1}},{"uid":"d46ae5743f148ee1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d46ae5743f148ee1","status":"passed","time":{"start":1724861637977,"stop":1724861637977,"duration":0}},{"uid":"fb0b8e7b94cd9e4f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fb0b8e7b94cd9e4f","status":"passed","time":{"start":1724861475063,"stop":1724861475063,"duration":0}}]},"tags":[]},"source":"c27beae0f511b3c1.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/2c53641039367385.json b/7376/data/test-cases/c30feba91c32dd3f.json similarity index 77% rename from 7346/data/test-cases/2c53641039367385.json rename to 7376/data/test-cases/c30feba91c32dd3f.json index abcacb24efd..d5a429b56a9 100644 --- a/7346/data/test-cases/2c53641039367385.json +++ b/7376/data/test-cases/c30feba91c32dd3f.json @@ -1 +1 @@ -{"uid":"2c53641039367385","name":"Subscribe to topic containing unicode special characters and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing unicode special characters and receive message","historyId":"025e1155ffed7e98831dfbdafa4711c6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765545682,"stop":1724765545682,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"43c3f797824556b","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/43c3f797824556b","status":"passed","time":{"start":1724765472925,"stop":1724765472925,"duration":0}},{"uid":"3786233cadb9a009","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/3786233cadb9a009","status":"passed","time":{"start":1724763953872,"stop":1724763953872,"duration":0}},{"uid":"8bcc4cd1c0abc0f5","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/8bcc4cd1c0abc0f5","status":"passed","time":{"start":1724761070333,"stop":1724761070333,"duration":0}},{"uid":"ae9d041ad0b74ccd","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/ae9d041ad0b74ccd","status":"passed","time":{"start":1724760260079,"stop":1724760260079,"duration":0}},{"uid":"af27797c37f3f21f","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/af27797c37f3f21f","status":"passed","time":{"start":1724758530274,"stop":1724758530274,"duration":0}},{"uid":"98b9b9b96fe5df15","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/98b9b9b96fe5df15","status":"passed","time":{"start":1724757958307,"stop":1724757958307,"duration":0}},{"uid":"372ccb99d91bceaf","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/372ccb99d91bceaf","status":"passed","time":{"start":1724757397596,"stop":1724757397596,"duration":0}},{"uid":"6b9b85758b2bc374","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6b9b85758b2bc374","status":"passed","time":{"start":1724755379408,"stop":1724755379408,"duration":0}},{"uid":"ecb521bb7f8e52f6","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/ecb521bb7f8e52f6","status":"passed","time":{"start":1724752819852,"stop":1724752819852,"duration":0}},{"uid":"3a93b63380787047","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/3a93b63380787047","status":"passed","time":{"start":1724751625336,"stop":1724751625336,"duration":0}},{"uid":"69cee60f01395b10","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/69cee60f01395b10","status":"passed","time":{"start":1724750725832,"stop":1724750725833,"duration":1}},{"uid":"be322e6daf9e4d8c","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/be322e6daf9e4d8c","status":"passed","time":{"start":1724749717543,"stop":1724749717555,"duration":12}},{"uid":"239a6e10850b1ecb","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/239a6e10850b1ecb","status":"passed","time":{"start":1724718019288,"stop":1724718019288,"duration":0}},{"uid":"4d054204d6cda3aa","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/4d054204d6cda3aa","status":"passed","time":{"start":1724715264571,"stop":1724715264572,"duration":1}},{"uid":"196b2996668b7df","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/196b2996668b7df","status":"passed","time":{"start":1724713371754,"stop":1724713371754,"duration":0}},{"uid":"7b1a19ef642e9a0f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/7b1a19ef642e9a0f","status":"passed","time":{"start":1724706679440,"stop":1724706679440,"duration":0}},{"uid":"60a10b77f8334f87","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/60a10b77f8334f87","status":"passed","time":{"start":1724705096866,"stop":1724705096866,"duration":0}},{"uid":"5e87166f56e148f1","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/5e87166f56e148f1","status":"passed","time":{"start":1724684459934,"stop":1724684459934,"duration":0}},{"uid":"b9423ec4b67ad94d","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/b9423ec4b67ad94d","status":"passed","time":{"start":1724673071761,"stop":1724673071762,"duration":1}},{"uid":"e06091e325038eb9","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/e06091e325038eb9","status":"passed","time":{"start":1724670808713,"stop":1724670808713,"duration":0}}]},"tags":[]},"source":"2c53641039367385.json","parameterValues":[]} \ No newline at end of file +{"uid":"c30feba91c32dd3f","name":"Subscribe to topic containing Russian and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing Russian and receive message","historyId":"1b1755dcfa725e1f2f4147ba5cebeca9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012479,"stop":1724923012480,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b20ae5c0aa75cb88","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b20ae5c0aa75cb88","status":"passed","time":{"start":1724921625085,"stop":1724921625085,"duration":0}},{"uid":"47e295a172abb110","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/47e295a172abb110","status":"passed","time":{"start":1724921590509,"stop":1724921590510,"duration":1}},{"uid":"6eafa203e56cb2ce","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6eafa203e56cb2ce","status":"passed","time":{"start":1724918287575,"stop":1724918287576,"duration":1}},{"uid":"a00b4569f36c992b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a00b4569f36c992b","status":"passed","time":{"start":1724890047801,"stop":1724890047802,"duration":1}},{"uid":"e8ffcee6aacf1188","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e8ffcee6aacf1188","status":"passed","time":{"start":1724889183943,"stop":1724889183944,"duration":1}},{"uid":"dcc86848b8a2fda5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dcc86848b8a2fda5","status":"passed","time":{"start":1724888354182,"stop":1724888354183,"duration":1}},{"uid":"4e9e5ef67462287","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4e9e5ef67462287","status":"passed","time":{"start":1724887145720,"stop":1724887145721,"duration":1}},{"uid":"f4782919f1a3806c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f4782919f1a3806c","status":"passed","time":{"start":1724886915799,"stop":1724886915805,"duration":6}},{"uid":"17ff5f639ca8ca7a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/17ff5f639ca8ca7a","status":"passed","time":{"start":1724862341465,"stop":1724862341465,"duration":0}},{"uid":"cbc6885061e6a08","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cbc6885061e6a08","status":"passed","time":{"start":1724861805468,"stop":1724861805469,"duration":1}},{"uid":"5f2adeb647db9000","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5f2adeb647db9000","status":"passed","time":{"start":1724861662299,"stop":1724861662299,"duration":0}},{"uid":"43730bfd317c8dfb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/43730bfd317c8dfb","status":"passed","time":{"start":1724861492526,"stop":1724861492526,"duration":0}}]},"tags":[]},"source":"c30feba91c32dd3f.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/a61f27e48d7cc2f8.json b/7376/data/test-cases/c36c0636545c21e3.json similarity index 84% rename from 7346/data/test-cases/a61f27e48d7cc2f8.json rename to 7376/data/test-cases/c36c0636545c21e3.json index 1f33b2a31a0..0cb933cbf30 100644 --- a/7346/data/test-cases/a61f27e48d7cc2f8.json +++ b/7376/data/test-cases/c36c0636545c21e3.json @@ -1 +1 @@ -{"uid":"a61f27e48d7cc2f8","name":"Push message with content topic containing Chinese","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing Chinese","historyId":"4fc28928a1f653af88fa898f4a466085:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367180,"stop":1724765367180,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"c42c1afdc8651a4d","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/c42c1afdc8651a4d","status":"passed","time":{"start":1724765300577,"stop":1724765300578,"duration":1}},{"uid":"504766c06be4341f","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/504766c06be4341f","status":"passed","time":{"start":1724763693159,"stop":1724763693160,"duration":1}},{"uid":"396e15f1244a18eb","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/396e15f1244a18eb","status":"passed","time":{"start":1724760912505,"stop":1724760912506,"duration":1}},{"uid":"4adc4a6a8cd0953e","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/4adc4a6a8cd0953e","status":"passed","time":{"start":1724759937129,"stop":1724759937129,"duration":0}},{"uid":"e56482160b4fc63a","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/e56482160b4fc63a","status":"passed","time":{"start":1724758102762,"stop":1724758102762,"duration":0}},{"uid":"1d889315b239bed","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/1d889315b239bed","status":"passed","time":{"start":1724757793371,"stop":1724757793371,"duration":0}},{"uid":"c8779c4ff396481f","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/c8779c4ff396481f","status":"passed","time":{"start":1724757169524,"stop":1724757169524,"duration":0}},{"uid":"c78f6bd396add35b","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c78f6bd396add35b","status":"passed","time":{"start":1724755216339,"stop":1724755216339,"duration":0}},{"uid":"bd5902267b916de4","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/bd5902267b916de4","status":"passed","time":{"start":1724752641995,"stop":1724752641995,"duration":0}},{"uid":"f4a3d31a737a5d04","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/f4a3d31a737a5d04","status":"passed","time":{"start":1724751479133,"stop":1724751479133,"duration":0}},{"uid":"8bc4ea31527c567d","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/8bc4ea31527c567d","status":"passed","time":{"start":1724750562205,"stop":1724750562207,"duration":2}},{"uid":"4cb5d1fd181b2b37","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/4cb5d1fd181b2b37","status":"passed","time":{"start":1724749562428,"stop":1724749562428,"duration":0}},{"uid":"c5d56b36b07bfc8d","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c5d56b36b07bfc8d","status":"passed","time":{"start":1724717869155,"stop":1724717869156,"duration":1}},{"uid":"676f7195bd334e4a","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/676f7195bd334e4a","status":"passed","time":{"start":1724715106024,"stop":1724715106032,"duration":8}},{"uid":"4181149312ef471","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/4181149312ef471","status":"passed","time":{"start":1724713204886,"stop":1724713204887,"duration":1}},{"uid":"b0d0bed2d4a01c6d","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b0d0bed2d4a01c6d","status":"passed","time":{"start":1724706379252,"stop":1724706379253,"duration":1}},{"uid":"2c581414e26bf789","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2c581414e26bf789","status":"passed","time":{"start":1724704806954,"stop":1724704806954,"duration":0}},{"uid":"2ffc3225559b601f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2ffc3225559b601f","status":"passed","time":{"start":1724684165990,"stop":1724684165990,"duration":0}},{"uid":"ddc61815bca9175c","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/ddc61815bca9175c","status":"passed","time":{"start":1724672921816,"stop":1724672921817,"duration":1}},{"uid":"911c9ae4dcae5623","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/911c9ae4dcae5623","status":"passed","time":{"start":1724670647874,"stop":1724670647874,"duration":0}}]},"tags":[]},"source":"a61f27e48d7cc2f8.json","parameterValues":[]} \ No newline at end of file +{"uid":"c36c0636545c21e3","name":"Push message with content topic containing Chinese","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing Chinese","historyId":"4fc28928a1f653af88fa898f4a466085:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853917,"stop":1724922853917,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dd23aaa5ad7b74c3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dd23aaa5ad7b74c3","status":"passed","time":{"start":1724921529584,"stop":1724921529584,"duration":0}},{"uid":"b9af41804b1fe72","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b9af41804b1fe72","status":"passed","time":{"start":1724921488879,"stop":1724921488879,"duration":0}},{"uid":"3a1f1363e8ba3f6d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3a1f1363e8ba3f6d","status":"passed","time":{"start":1724918203686,"stop":1724918203686,"duration":0}},{"uid":"5b02656d5f63d8fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b02656d5f63d8fd","status":"passed","time":{"start":1724889938357,"stop":1724889938357,"duration":0}},{"uid":"8d0edb416a756b2b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8d0edb416a756b2b","status":"passed","time":{"start":1724889077065,"stop":1724889077066,"duration":1}},{"uid":"77a6222c92849fc4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/77a6222c92849fc4","status":"passed","time":{"start":1724888268034,"stop":1724888268034,"duration":0}},{"uid":"57d51d412320425b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/57d51d412320425b","status":"passed","time":{"start":1724887032403,"stop":1724887032403,"duration":0}},{"uid":"e2755c1a2211c3f6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e2755c1a2211c3f6","status":"passed","time":{"start":1724886822815,"stop":1724886822815,"duration":0}},{"uid":"dcce20e6f868cc3a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dcce20e6f868cc3a","status":"passed","time":{"start":1724862233509,"stop":1724862233510,"duration":1}},{"uid":"18a743bc82b74485","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/18a743bc82b74485","status":"passed","time":{"start":1724861712670,"stop":1724861712670,"duration":0}},{"uid":"f240c0206866c7c2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f240c0206866c7c2","status":"passed","time":{"start":1724861567888,"stop":1724861567888,"duration":0}},{"uid":"c80eef0929602cc5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c80eef0929602cc5","status":"passed","time":{"start":1724861392054,"stop":1724861392054,"duration":0}}]},"tags":[]},"source":"c36c0636545c21e3.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/c3718597f635f655.json b/7376/data/test-cases/c3718597f635f655.json new file mode 100644 index 00000000000..6d8243376d0 --- /dev/null +++ b/7376/data/test-cases/c3718597f635f655.json @@ -0,0 +1 @@ +{"uid":"c3718597f635f655","name":"more peers than existing","fullName":"/tests/peer-exchange/query.spec.ts: Peer Exchange Query > more peers than existing","historyId":"d91fa8ece94d3f5c565851ab76d4517b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845654,"stop":1724922845654,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange Query"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"732443f475970847","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/732443f475970847","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515419,"stop":1724921515419,"duration":0}},{"uid":"e4c41959855f8227","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e4c41959855f8227","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475838,"stop":1724921475838,"duration":0}},{"uid":"4d432e0228ec7414","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4d432e0228ec7414","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179672,"stop":1724918179673,"duration":1}},{"uid":"4a4dc808ef8b4d87","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a4dc808ef8b4d87","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935530,"stop":1724889935530,"duration":0}},{"uid":"6b9e0a7fba63d579","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b9e0a7fba63d579","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072943,"stop":1724889072944,"duration":1}},{"uid":"61c341328eac904e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/61c341328eac904e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232586,"stop":1724888232586,"duration":0}},{"uid":"7569285fdf65592c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7569285fdf65592c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018517,"stop":1724887018518,"duration":1}},{"uid":"eb65b5eb9ebca66c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eb65b5eb9ebca66c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781723,"stop":1724886781723,"duration":0}},{"uid":"2d2a5df2ed31740e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d2a5df2ed31740e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213904,"stop":1724862213904,"duration":0}},{"uid":"a248492982687da9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a248492982687da9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861686114,"stop":1724861686114,"duration":0}},{"uid":"c0b1372dc786878d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0b1372dc786878d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546461,"stop":1724861546461,"duration":0}},{"uid":"791e999fed8fe565","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/791e999fed8fe565","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378278,"stop":1724861378278,"duration":0}}]},"tags":[]},"source":"c3718597f635f655.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/c37948f5798d937a.json b/7376/data/test-cases/c37948f5798d937a.json new file mode 100644 index 00000000000..6b0a43b619b --- /dev/null +++ b/7376/data/test-cases/c37948f5798d937a.json @@ -0,0 +1 @@ +{"uid":"c37948f5798d937a","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","fullName":"/src/common/sharding/index.spec.ts: contentTopicsByPubsubTopic > groups multiple content topics into the same pubsub topic when they share the same shard index","historyId":"b3636317c23ce51f144c0d5be908169c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374676,"stop":1724922374676,"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":"contentTopicsByPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"266b4c134a4ca33c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/266b4c134a4ca33c","status":"passed","time":{"start":1724921037635,"stop":1724921037636,"duration":1}},{"uid":"bdb72c42b6d54b3e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bdb72c42b6d54b3e","status":"passed","time":{"start":1724921013047,"stop":1724921013048,"duration":1}},{"uid":"630a6b7aad1fa2aa","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/630a6b7aad1fa2aa","status":"passed","time":{"start":1724917673292,"stop":1724917673292,"duration":0}},{"uid":"5b23e227bd29893e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b23e227bd29893e","status":"passed","time":{"start":1724889452310,"stop":1724889452310,"duration":0}},{"uid":"63adde0867b126b9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/63adde0867b126b9","status":"passed","time":{"start":1724888602840,"stop":1724888602841,"duration":1}},{"uid":"48400ddfdf3e785f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/48400ddfdf3e785f","status":"passed","time":{"start":1724887759164,"stop":1724887759164,"duration":0}},{"uid":"f136e9c25273b3a3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f136e9c25273b3a3","status":"passed","time":{"start":1724886525544,"stop":1724886525544,"duration":0}},{"uid":"1f1d7c09a8c6cc1a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1f1d7c09a8c6cc1a","status":"passed","time":{"start":1724886303397,"stop":1724886303397,"duration":0}},{"uid":"f85f81720087a3b8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f85f81720087a3b8","status":"passed","time":{"start":1724861752229,"stop":1724861752229,"duration":0}},{"uid":"820e1c9cdec0599","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/820e1c9cdec0599","status":"passed","time":{"start":1724861223355,"stop":1724861223355,"duration":0}},{"uid":"b6d2f0794772d2a0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b6d2f0794772d2a0","status":"passed","time":{"start":1724861045202,"stop":1724861045203,"duration":1}},{"uid":"5e4803ac314801b6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5e4803ac314801b6","status":"passed","time":{"start":1724860907084,"stop":1724860907085,"duration":1}}]},"tags":[]},"source":"c37948f5798d937a.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/c395aef6ed8f49f1.json b/7376/data/test-cases/c395aef6ed8f49f1.json new file mode 100644 index 00000000000..4770fa97e57 --- /dev/null +++ b/7376/data/test-cases/c395aef6ed8f49f1.json @@ -0,0 +1 @@ +{"uid":"c395aef6ed8f49f1","name":"throws on content topic with empty encoding field","fullName":"/src/common/sharding/index.spec.ts: ensureValidContentTopic > throws on content topic with empty encoding field","historyId":"8ebc9f82e51cc2f6e53ea1bab9350d44:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374661,"stop":1724922374662,"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":"ensureValidContentTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ae31d2c2f5df4f5a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ae31d2c2f5df4f5a","status":"passed","time":{"start":1724921037623,"stop":1724921037623,"duration":0}},{"uid":"f49d2880641a4cac","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f49d2880641a4cac","status":"passed","time":{"start":1724921013036,"stop":1724921013036,"duration":0}},{"uid":"458f4ae7cb8a8bb1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/458f4ae7cb8a8bb1","status":"passed","time":{"start":1724917673279,"stop":1724917673279,"duration":0}},{"uid":"e465080582b18313","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e465080582b18313","status":"passed","time":{"start":1724889452298,"stop":1724889452299,"duration":1}},{"uid":"416db43381257f1d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/416db43381257f1d","status":"passed","time":{"start":1724888602827,"stop":1724888602828,"duration":1}},{"uid":"896222cc277b26a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/896222cc277b26a9","status":"passed","time":{"start":1724887759153,"stop":1724887759153,"duration":0}},{"uid":"6144e0fa1f177dd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6144e0fa1f177dd","status":"passed","time":{"start":1724886525538,"stop":1724886525539,"duration":1}},{"uid":"2e59eb488bb864fe","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2e59eb488bb864fe","status":"passed","time":{"start":1724886303386,"stop":1724886303386,"duration":0}},{"uid":"4632064677481e3a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4632064677481e3a","status":"passed","time":{"start":1724861752214,"stop":1724861752214,"duration":0}},{"uid":"cb1c4138cf9889a7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cb1c4138cf9889a7","status":"passed","time":{"start":1724861223344,"stop":1724861223344,"duration":0}},{"uid":"8b2aa066ed0bc1d4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8b2aa066ed0bc1d4","status":"passed","time":{"start":1724861045190,"stop":1724861045190,"duration":0}},{"uid":"5677d3b91e6ff4bc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5677d3b91e6ff4bc","status":"passed","time":{"start":1724860907072,"stop":1724860907072,"duration":0}}]},"tags":[]},"source":"c395aef6ed8f49f1.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/bc7ccc13ac52a7b6.json b/7376/data/test-cases/c3ac5c8742c5ea90.json similarity index 54% rename from 7346/data/test-cases/bc7ccc13ac52a7b6.json rename to 7376/data/test-cases/c3ac5c8742c5ea90.json index 99c0832ec5a..ff257146231 100644 --- a/7346/data/test-cases/bc7ccc13ac52a7b6.json +++ b/7376/data/test-cases/c3ac5c8742c5ea90.json @@ -1 +1 @@ -{"uid":"bc7ccc13ac52a7b6","name":"Query generator for 2000 messages","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Query generator for 2000 messages","historyId":"2d2e99da3644178bf815403487abb4cc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765527325,"stop":1724765527326,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, general"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"5797ed64ee489e4a","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/5797ed64ee489e4a","status":"passed","time":{"start":1724765450597,"stop":1724765450597,"duration":0}},{"uid":"8efc738d4d22b0b1","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/8efc738d4d22b0b1","status":"passed","time":{"start":1724763811963,"stop":1724763811963,"duration":0}},{"uid":"62c4f805a1a9c1c","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/62c4f805a1a9c1c","status":"passed","time":{"start":1724761065424,"stop":1724761065424,"duration":0}},{"uid":"6d291fc925dababa","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/6d291fc925dababa","status":"passed","time":{"start":1724760096707,"stop":1724760096707,"duration":0}},{"uid":"b0b119dc79f68db8","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/b0b119dc79f68db8","status":"passed","time":{"start":1724758236719,"stop":1724758236719,"duration":0}},{"uid":"b6a959f4b0e62e6","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b6a959f4b0e62e6","status":"passed","time":{"start":1724757907410,"stop":1724757907410,"duration":0}},{"uid":"6fc2e05b07539cf3","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/6fc2e05b07539cf3","status":"passed","time":{"start":1724757276378,"stop":1724757276400,"duration":22}},{"uid":"3a22c5f5a5e1c838","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/3a22c5f5a5e1c838","status":"passed","time":{"start":1724755353487,"stop":1724755353488,"duration":1}},{"uid":"8b3ae82b50ef8816","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/8b3ae82b50ef8816","status":"passed","time":{"start":1724752795657,"stop":1724752795658,"duration":1}},{"uid":"57468c3fe9fe4a4b","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/57468c3fe9fe4a4b","status":"passed","time":{"start":1724751636515,"stop":1724751636515,"duration":0}},{"uid":"dad4b8607271f88f","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/dad4b8607271f88f","status":"passed","time":{"start":1724750704704,"stop":1724750704715,"duration":11}},{"uid":"d77bbeb2fab3fe19","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/d77bbeb2fab3fe19","status":"passed","time":{"start":1724749699142,"stop":1724749699146,"duration":4}},{"uid":"cf19d4fb0bb575a3","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/cf19d4fb0bb575a3","status":"passed","time":{"start":1724718019850,"stop":1724718019850,"duration":0}},{"uid":"86e673bda9c8c474","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/86e673bda9c8c474","status":"passed","time":{"start":1724715260159,"stop":1724715260159,"duration":0}},{"uid":"cf7569fcd7c59aa6","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/cf7569fcd7c59aa6","status":"passed","time":{"start":1724713334484,"stop":1724713334484,"duration":0}},{"uid":"87e9c4d1a8d3019f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/87e9c4d1a8d3019f","status":"passed","time":{"start":1724706528551,"stop":1724706528551,"duration":0}},{"uid":"cc9eda4529046c18","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/cc9eda4529046c18","status":"passed","time":{"start":1724704934962,"stop":1724704934962,"duration":0}},{"uid":"371f7bb1f9aa2bfc","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/371f7bb1f9aa2bfc","status":"passed","time":{"start":1724684316248,"stop":1724684316248,"duration":0}},{"uid":"ff3f3229b6688c97","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/ff3f3229b6688c97","status":"passed","time":{"start":1724673070811,"stop":1724673070811,"duration":0}},{"uid":"73bf44077d63e926","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/73bf44077d63e926","status":"passed","time":{"start":1724670790987,"stop":1724670790987,"duration":0}}]},"tags":[]},"source":"bc7ccc13ac52a7b6.json","parameterValues":[]} \ No newline at end of file +{"uid":"c3ac5c8742c5ea90","name":"Query generator for 2000 messages","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Query generator for 2000 messages","historyId":"2d2e99da3644178bf815403487abb4cc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922971801,"stop":1724922971801,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, general"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"36774146fa4390ff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/36774146fa4390ff","status":"passed","time":{"start":1724921663256,"stop":1724921663256,"duration":0}},{"uid":"7d1ec9ea81d3b5f8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7d1ec9ea81d3b5f8","status":"passed","time":{"start":1724921617882,"stop":1724921617882,"duration":0}},{"uid":"369d95cef6601877","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/369d95cef6601877","status":"passed","time":{"start":1724918326162,"stop":1724918326163,"duration":1}},{"uid":"ebc5a69ef4fc1abe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ebc5a69ef4fc1abe","status":"passed","time":{"start":1724890076399,"stop":1724890076400,"duration":1}},{"uid":"103cd5427a8f7ef5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/103cd5427a8f7ef5","status":"passed","time":{"start":1724889199691,"stop":1724889199692,"duration":1}},{"uid":"af014da642a01ebb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/af014da642a01ebb","status":"passed","time":{"start":1724888382429,"stop":1724888382429,"duration":0}},{"uid":"ff32e129187a5557","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ff32e129187a5557","status":"passed","time":{"start":1724887156371,"stop":1724887156371,"duration":0}},{"uid":"eb7f50d89df1baaf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eb7f50d89df1baaf","status":"passed","time":{"start":1724886936174,"stop":1724886936175,"duration":1}},{"uid":"9f9523b7aa9160e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f9523b7aa9160e5","status":"passed","time":{"start":1724862347649,"stop":1724862347650,"duration":1}},{"uid":"2f36f9e562eb6a65","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2f36f9e562eb6a65","status":"passed","time":{"start":1724861827959,"stop":1724861827959,"duration":0}},{"uid":"bd464ba531f712ac","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bd464ba531f712ac","status":"passed","time":{"start":1724861685962,"stop":1724861685962,"duration":0}},{"uid":"3871923f14798642","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3871923f14798642","status":"passed","time":{"start":1724861514748,"stop":1724861514749,"duration":1}}]},"tags":[]},"source":"c3ac5c8742c5ea90.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/c3cd6b6150a1fcc7.json b/7376/data/test-cases/c3cd6b6150a1fcc7.json new file mode 100644 index 00000000000..c0936a895c8 --- /dev/null +++ b/7376/data/test-cases/c3cd6b6150a1fcc7.json @@ -0,0 +1 @@ +{"uid":"c3cd6b6150a1fcc7","name":"Generator, 2 different pubsubtopics","fullName":"/tests/store/multiple_pubsub.spec.ts: Waku Store, custom pubsub topic > Generator, 2 different pubsubtopics","historyId":"164996c5ae4c9fe72f8e8f3f45d9a4ce:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922966283,"stop":1724922966283,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, custom pubsub topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6094a650007372ef","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6094a650007372ef","status":"passed","time":{"start":1724921658741,"stop":1724921658742,"duration":1}},{"uid":"a39f137f15399655","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a39f137f15399655","status":"passed","time":{"start":1724921609578,"stop":1724921609578,"duration":0}},{"uid":"b0bf3242aac35498","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b0bf3242aac35498","status":"passed","time":{"start":1724918323455,"stop":1724918323456,"duration":1}},{"uid":"a7447febc79d5cba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a7447febc79d5cba","status":"passed","time":{"start":1724890071662,"stop":1724890071663,"duration":1}},{"uid":"52fc9144c58ef9df","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52fc9144c58ef9df","status":"passed","time":{"start":1724889207704,"stop":1724889207704,"duration":0}},{"uid":"ad1caf07019a4ce8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ad1caf07019a4ce8","status":"passed","time":{"start":1724888386324,"stop":1724888386325,"duration":1}},{"uid":"7ce690a95949b826","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7ce690a95949b826","status":"passed","time":{"start":1724887153932,"stop":1724887153932,"duration":0}},{"uid":"878a462e54881074","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/878a462e54881074","status":"passed","time":{"start":1724886927384,"stop":1724886927384,"duration":0}},{"uid":"315b4b90176d88c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/315b4b90176d88c9","status":"passed","time":{"start":1724862360108,"stop":1724862360108,"duration":0}},{"uid":"5a1813198eae0d63","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5a1813198eae0d63","status":"passed","time":{"start":1724861832840,"stop":1724861832841,"duration":1}},{"uid":"ff90b64be581782e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ff90b64be581782e","status":"passed","time":{"start":1724861687423,"stop":1724861687424,"duration":1}},{"uid":"c2177aad44ade2f3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c2177aad44ade2f3","status":"passed","time":{"start":1724861513175,"stop":1724861513175,"duration":0}}]},"tags":[]},"source":"c3cd6b6150a1fcc7.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/e976c15bdc70c27b.json b/7376/data/test-cases/c3e2a2c499f4eabd.json similarity index 54% rename from 7346/data/test-cases/e976c15bdc70c27b.json rename to 7376/data/test-cases/c3e2a2c499f4eabd.json index 3dc2a11e248..544fe999ba4 100644 --- a/7346/data/test-cases/e976c15bdc70c27b.json +++ b/7376/data/test-cases/c3e2a2c499f4eabd.json @@ -1 +1 @@ -{"uid":"e976c15bdc70c27b","name":"Generator, with asymmetric & symmetric encrypted messages","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Generator, with asymmetric & symmetric encrypted messages","historyId":"a049ac393f09a0bdae37c1e840c53d29:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765527324,"stop":1724765527325,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, general"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"f3c596131e8ad211","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/f3c596131e8ad211","status":"passed","time":{"start":1724765450596,"stop":1724765450596,"duration":0}},{"uid":"6b685d619239fbe8","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/6b685d619239fbe8","status":"passed","time":{"start":1724763811961,"stop":1724763811962,"duration":1}},{"uid":"40a9a667d42766e7","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/40a9a667d42766e7","status":"passed","time":{"start":1724761065423,"stop":1724761065423,"duration":0}},{"uid":"7138911aab899c27","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/7138911aab899c27","status":"passed","time":{"start":1724760096705,"stop":1724760096706,"duration":1}},{"uid":"be240fa1bd308bb6","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/be240fa1bd308bb6","status":"passed","time":{"start":1724758236718,"stop":1724758236718,"duration":0}},{"uid":"5c3e9af12a29824d","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/5c3e9af12a29824d","status":"passed","time":{"start":1724757907408,"stop":1724757907408,"duration":0}},{"uid":"3dc4283404fed109","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/3dc4283404fed109","status":"passed","time":{"start":1724757276364,"stop":1724757276367,"duration":3}},{"uid":"e8dd34ed99f2c8d8","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/e8dd34ed99f2c8d8","status":"passed","time":{"start":1724755353484,"stop":1724755353486,"duration":2}},{"uid":"40465c0cd92eb83c","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/40465c0cd92eb83c","status":"passed","time":{"start":1724752795656,"stop":1724752795657,"duration":1}},{"uid":"282f68c6f0d03468","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/282f68c6f0d03468","status":"passed","time":{"start":1724751636511,"stop":1724751636512,"duration":1}},{"uid":"81394ff1ba01c254","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/81394ff1ba01c254","status":"passed","time":{"start":1724750704696,"stop":1724750704696,"duration":0}},{"uid":"6b48719a82d42da0","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/6b48719a82d42da0","status":"passed","time":{"start":1724749699141,"stop":1724749699142,"duration":1}},{"uid":"b9ebc9e89c872e44","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/b9ebc9e89c872e44","status":"passed","time":{"start":1724718019849,"stop":1724718019849,"duration":0}},{"uid":"fcf5c53557d9e37","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/fcf5c53557d9e37","status":"passed","time":{"start":1724715260158,"stop":1724715260158,"duration":0}},{"uid":"9f03e1ac67df14c4","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/9f03e1ac67df14c4","status":"passed","time":{"start":1724713334483,"stop":1724713334483,"duration":0}},{"uid":"83e991726d940bb2","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/83e991726d940bb2","status":"passed","time":{"start":1724706528548,"stop":1724706528550,"duration":2}},{"uid":"aecefdf18159336f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/aecefdf18159336f","status":"passed","time":{"start":1724704934960,"stop":1724704934961,"duration":1}},{"uid":"c2b4293df85ebabb","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c2b4293df85ebabb","status":"passed","time":{"start":1724684316247,"stop":1724684316247,"duration":0}},{"uid":"82c023f2027c7c3b","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/82c023f2027c7c3b","status":"passed","time":{"start":1724673070810,"stop":1724673070810,"duration":0}},{"uid":"ced44ba38eefecb5","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/ced44ba38eefecb5","status":"passed","time":{"start":1724670790982,"stop":1724670790982,"duration":0}}]},"tags":[]},"source":"e976c15bdc70c27b.json","parameterValues":[]} \ No newline at end of file +{"uid":"c3e2a2c499f4eabd","name":"Generator, with asymmetric & symmetric encrypted messages","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Generator, with asymmetric & symmetric encrypted messages","historyId":"a049ac393f09a0bdae37c1e840c53d29:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922971800,"stop":1724922971800,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, general"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cb5bfb0703ab716d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cb5bfb0703ab716d","status":"passed","time":{"start":1724921663255,"stop":1724921663255,"duration":0}},{"uid":"d0a3b4ed905ef3c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d0a3b4ed905ef3c","status":"passed","time":{"start":1724921617880,"stop":1724921617881,"duration":1}},{"uid":"ea3fab7a27072faa","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ea3fab7a27072faa","status":"passed","time":{"start":1724918326162,"stop":1724918326162,"duration":0}},{"uid":"47fdf97fdcc70f96","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/47fdf97fdcc70f96","status":"passed","time":{"start":1724890076393,"stop":1724890076394,"duration":1}},{"uid":"78ccce551f547adf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/78ccce551f547adf","status":"passed","time":{"start":1724889199691,"stop":1724889199691,"duration":0}},{"uid":"414b98d4f675685f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/414b98d4f675685f","status":"passed","time":{"start":1724888382427,"stop":1724888382428,"duration":1}},{"uid":"e2fed4bc1a0de5db","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e2fed4bc1a0de5db","status":"passed","time":{"start":1724887156369,"stop":1724887156370,"duration":1}},{"uid":"b9f9946c2ab023e4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b9f9946c2ab023e4","status":"passed","time":{"start":1724886936172,"stop":1724886936173,"duration":1}},{"uid":"b513d8388a1e2844","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b513d8388a1e2844","status":"passed","time":{"start":1724862347647,"stop":1724862347648,"duration":1}},{"uid":"4aae91ebd0a275b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4aae91ebd0a275b","status":"passed","time":{"start":1724861827958,"stop":1724861827958,"duration":0}},{"uid":"55e6ed8d3e1edb62","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/55e6ed8d3e1edb62","status":"passed","time":{"start":1724861685960,"stop":1724861685961,"duration":1}},{"uid":"dd7d696bffefc491","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dd7d696bffefc491","status":"passed","time":{"start":1724861514747,"stop":1724861514747,"duration":0}}]},"tags":[]},"source":"c3e2a2c499f4eabd.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/c529ff290b2a6f8.json b/7376/data/test-cases/c529ff290b2a6f8.json new file mode 100644 index 00000000000..b4957b31f47 --- /dev/null +++ b/7376/data/test-cases/c529ff290b2a6f8.json @@ -0,0 +1 @@ +{"uid":"c529ff290b2a6f8","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=7 > numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","historyId":"6c2e634b9dc9f2777e156803411d64eb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611443,"stop":1724922611443,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=7"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b58d1a77e5fc54e3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b58d1a77e5fc54e3","status":"passed","time":{"start":1724921270367,"stop":1724921270367,"duration":0}},{"uid":"fe3f73281627e80f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fe3f73281627e80f","status":"passed","time":{"start":1724921247831,"stop":1724921247832,"duration":1}},{"uid":"8f8e41d6fc119b41","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8f8e41d6fc119b41","status":"passed","time":{"start":1724917989828,"stop":1724917989829,"duration":1}},{"uid":"c6df3055273363","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c6df3055273363","status":"passed","time":{"start":1724889678579,"stop":1724889678580,"duration":1}},{"uid":"f9754d49f573a2f0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9754d49f573a2f0","status":"passed","time":{"start":1724888829852,"stop":1724888829853,"duration":1}},{"uid":"85662297635b09c6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/85662297635b09c6","status":"passed","time":{"start":1724888077019,"stop":1724888077020,"duration":1}},{"uid":"978f974c99975623","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/978f974c99975623","status":"passed","time":{"start":1724886851133,"stop":1724886851133,"duration":0}},{"uid":"9b767e56dca4dcf2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9b767e56dca4dcf2","status":"passed","time":{"start":1724886647126,"stop":1724886647127,"duration":1}},{"uid":"797109c30d78d560","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/797109c30d78d560","status":"passed","time":{"start":1724861992718,"stop":1724861992718,"duration":0}},{"uid":"37cfafda87a9343f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/37cfafda87a9343f","status":"passed","time":{"start":1724861469651,"stop":1724861469651,"duration":0}},{"uid":"76b57fe6158f9a40","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/76b57fe6158f9a40","status":"passed","time":{"start":1724861284873,"stop":1724861284873,"duration":0}},{"uid":"cc9b3ebcc9c96cfa","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cc9b3ebcc9c96cfa","status":"passed","time":{"start":1724861145825,"stop":1724861145825,"duration":0}}]},"tags":[]},"source":"c529ff290b2a6f8.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/c53a89c3bcbc6a34.json b/7376/data/test-cases/c53a89c3bcbc6a34.json new file mode 100644 index 00000000000..c2f2401a88e --- /dev/null +++ b/7376/data/test-cases/c53a89c3bcbc6a34.json @@ -0,0 +1 @@ +{"uid":"c53a89c3bcbc6a34","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric clusterId: /waku/2/rs//1","historyId":"6541611678c80f356871931cd14306df:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374688,"stop":1724922374688,"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":13,"unknown":0,"total":13},"items":[{"uid":"f5ff81aa4818e63","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f5ff81aa4818e63","status":"passed","time":{"start":1724921037649,"stop":1724921037649,"duration":0}},{"uid":"cd6d11eb067cb866","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cd6d11eb067cb866","status":"passed","time":{"start":1724921013061,"stop":1724921013062,"duration":1}},{"uid":"ec7833c6fcbfc90c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ec7833c6fcbfc90c","status":"passed","time":{"start":1724917673302,"stop":1724917673302,"duration":0}},{"uid":"c7da039f1e540b44","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c7da039f1e540b44","status":"passed","time":{"start":1724889452322,"stop":1724889452323,"duration":1}},{"uid":"8a32e900ced8c57f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8a32e900ced8c57f","status":"passed","time":{"start":1724888602854,"stop":1724888602854,"duration":0}},{"uid":"820afb09cd6861bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/820afb09cd6861bd","status":"passed","time":{"start":1724887759175,"stop":1724887759175,"duration":0}},{"uid":"9957259c77134619","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9957259c77134619","status":"passed","time":{"start":1724886525554,"stop":1724886525554,"duration":0}},{"uid":"524f8d3577b3b137","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/524f8d3577b3b137","status":"passed","time":{"start":1724886303409,"stop":1724886303409,"duration":0}},{"uid":"1afd8a20535e8472","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1afd8a20535e8472","status":"passed","time":{"start":1724861752246,"stop":1724861752246,"duration":0}},{"uid":"54b1a84ff5a32a61","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/54b1a84ff5a32a61","status":"passed","time":{"start":1724861223366,"stop":1724861223366,"duration":0}},{"uid":"cea5081faca57dc0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cea5081faca57dc0","status":"passed","time":{"start":1724861045214,"stop":1724861045215,"duration":1}},{"uid":"b72a509c9ef7b1e7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b72a509c9ef7b1e7","status":"passed","time":{"start":1724860907100,"stop":1724860907100,"duration":0}}]},"tags":[]},"source":"c53a89c3bcbc6a34.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/da432e8edfed1421.json b/7376/data/test-cases/c588eeb3eb167c92.json similarity index 53% rename from 7346/data/test-cases/da432e8edfed1421.json rename to 7376/data/test-cases/c588eeb3eb167c92.json index 7e7e736279f..80f62f86803 100644 --- a/7346/data/test-cases/da432e8edfed1421.json +++ b/7376/data/test-cases/c588eeb3eb167c92.json @@ -1 +1 @@ -{"uid":"da432e8edfed1421","name":"Query generator for multiple messages with different content topic format","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Query generator for multiple messages with different content topic format","historyId":"630a161fcb0b80f3239dfe6d811e518b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765527322,"stop":1724765527322,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, general"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"94a7ec55de9f38d2","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/94a7ec55de9f38d2","status":"passed","time":{"start":1724765450594,"stop":1724765450594,"duration":0}},{"uid":"bbee8288444fafaf","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/bbee8288444fafaf","status":"passed","time":{"start":1724763811959,"stop":1724763811959,"duration":0}},{"uid":"cae0cffbc815cce6","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/cae0cffbc815cce6","status":"passed","time":{"start":1724761065421,"stop":1724761065422,"duration":1}},{"uid":"402098cd9dba7a8b","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/402098cd9dba7a8b","status":"passed","time":{"start":1724760096702,"stop":1724760096703,"duration":1}},{"uid":"5c9114d24f277198","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/5c9114d24f277198","status":"passed","time":{"start":1724758236716,"stop":1724758236716,"duration":0}},{"uid":"c1988a6cd336e728","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c1988a6cd336e728","status":"passed","time":{"start":1724757907407,"stop":1724757907407,"duration":0}},{"uid":"d3b3c995cdd6053","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/d3b3c995cdd6053","status":"passed","time":{"start":1724757276352,"stop":1724757276353,"duration":1}},{"uid":"c2223b099950e538","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c2223b099950e538","status":"passed","time":{"start":1724755353481,"stop":1724755353481,"duration":0}},{"uid":"7a675b07bf2bbe63","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/7a675b07bf2bbe63","status":"passed","time":{"start":1724752795653,"stop":1724752795654,"duration":1}},{"uid":"29eb7ae4a02a52c5","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/29eb7ae4a02a52c5","status":"passed","time":{"start":1724751636507,"stop":1724751636510,"duration":3}},{"uid":"a3a99b1cae9af97a","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/a3a99b1cae9af97a","status":"passed","time":{"start":1724750704694,"stop":1724750704695,"duration":1}},{"uid":"98ba5135eb94ff3c","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/98ba5135eb94ff3c","status":"passed","time":{"start":1724749699139,"stop":1724749699139,"duration":0}},{"uid":"135da38e6d5f652","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/135da38e6d5f652","status":"passed","time":{"start":1724718019848,"stop":1724718019848,"duration":0}},{"uid":"c0231342d91568e6","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/c0231342d91568e6","status":"passed","time":{"start":1724715260156,"stop":1724715260157,"duration":1}},{"uid":"d99ab7902be3a025","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/d99ab7902be3a025","status":"passed","time":{"start":1724713334476,"stop":1724713334480,"duration":4}},{"uid":"122989938493be69","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/122989938493be69","status":"passed","time":{"start":1724706528543,"stop":1724706528543,"duration":0}},{"uid":"5d170d693c87094c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/5d170d693c87094c","status":"passed","time":{"start":1724704934959,"stop":1724704934960,"duration":1}},{"uid":"4a178fdab2ca7344","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/4a178fdab2ca7344","status":"passed","time":{"start":1724684316245,"stop":1724684316246,"duration":1}},{"uid":"37796ed17d753757","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/37796ed17d753757","status":"passed","time":{"start":1724673070806,"stop":1724673070807,"duration":1}},{"uid":"26c922266aa3ae5","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/26c922266aa3ae5","status":"passed","time":{"start":1724670790977,"stop":1724670790977,"duration":0}}]},"tags":[]},"source":"da432e8edfed1421.json","parameterValues":[]} \ No newline at end of file +{"uid":"c588eeb3eb167c92","name":"Query generator for multiple messages with different content topic format","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Query generator for multiple messages with different content topic format","historyId":"630a161fcb0b80f3239dfe6d811e518b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922971798,"stop":1724922971799,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, general"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7d38d57bd1c2141b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7d38d57bd1c2141b","status":"passed","time":{"start":1724921663254,"stop":1724921663254,"duration":0}},{"uid":"7471f0af7515747","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7471f0af7515747","status":"passed","time":{"start":1724921617879,"stop":1724921617879,"duration":0}},{"uid":"9c94df94e37c0d4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9c94df94e37c0d4","status":"passed","time":{"start":1724918326160,"stop":1724918326160,"duration":0}},{"uid":"4562bbe6d655d20d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4562bbe6d655d20d","status":"passed","time":{"start":1724890076392,"stop":1724890076392,"duration":0}},{"uid":"b217668931409c17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b217668931409c17","status":"passed","time":{"start":1724889199687,"stop":1724889199688,"duration":1}},{"uid":"e7af712312b6a09f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e7af712312b6a09f","status":"passed","time":{"start":1724888382421,"stop":1724888382426,"duration":5}},{"uid":"4a1b8dc8d8211b0a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a1b8dc8d8211b0a","status":"passed","time":{"start":1724887156367,"stop":1724887156368,"duration":1}},{"uid":"450cf81bee0c55da","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/450cf81bee0c55da","status":"passed","time":{"start":1724886936169,"stop":1724886936170,"duration":1}},{"uid":"efb74a6d15e21959","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/efb74a6d15e21959","status":"passed","time":{"start":1724862347642,"stop":1724862347645,"duration":3}},{"uid":"e2cb53783152b374","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e2cb53783152b374","status":"passed","time":{"start":1724861827952,"stop":1724861827952,"duration":0}},{"uid":"881c3ccc6590d207","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/881c3ccc6590d207","status":"passed","time":{"start":1724861685958,"stop":1724861685959,"duration":1}},{"uid":"c0f15fdc0507310b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c0f15fdc0507310b","status":"passed","time":{"start":1724861514746,"stop":1724861514746,"duration":0}}]},"tags":[]},"source":"c588eeb3eb167c92.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/c600650a6d9d611e.json b/7376/data/test-cases/c600650a6d9d611e.json new file mode 100644 index 00000000000..8a15b9652d9 --- /dev/null +++ b/7376/data/test-cases/c600650a6d9d611e.json @@ -0,0 +1 @@ +{"uid":"c600650a6d9d611e","name":"Waku message hash computation (meta size of 64 bytes)","fullName":"/src/index.spec.ts: RFC Test Vectors > Waku message hash computation (meta size of 64 bytes)","historyId":"538a93fa0970e79a10a30417bc0b0687:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922377154,"stop":1724922377155,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"RFC Test Vectors"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5259d11ad9f9236b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5259d11ad9f9236b","status":"passed","time":{"start":1724921040179,"stop":1724921040179,"duration":0}},{"uid":"afa166917d9e138d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/afa166917d9e138d","status":"passed","time":{"start":1724921015572,"stop":1724921015573,"duration":1}},{"uid":"88c77edae290fac1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/88c77edae290fac1","status":"passed","time":{"start":1724917675798,"stop":1724917675798,"duration":0}},{"uid":"725b5a5b3a293484","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/725b5a5b3a293484","status":"passed","time":{"start":1724889454806,"stop":1724889454806,"duration":0}},{"uid":"b61051b895eafa9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b61051b895eafa9d","status":"passed","time":{"start":1724888605321,"stop":1724888605322,"duration":1}},{"uid":"ec7d5cbbf9f3ebe5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ec7d5cbbf9f3ebe5","status":"passed","time":{"start":1724887761647,"stop":1724887761647,"duration":0}},{"uid":"b862cb74c765b1ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b862cb74c765b1ba","status":"passed","time":{"start":1724886527992,"stop":1724886527992,"duration":0}},{"uid":"6798706b2512bc8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6798706b2512bc8","status":"passed","time":{"start":1724886305811,"stop":1724886305811,"duration":0}},{"uid":"47aced625c3860f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/47aced625c3860f9","status":"passed","time":{"start":1724861754708,"stop":1724861754709,"duration":1}},{"uid":"abb5562b8914cda1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/abb5562b8914cda1","status":"passed","time":{"start":1724861225781,"stop":1724861225781,"duration":0}},{"uid":"374539aee3911e28","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/374539aee3911e28","status":"passed","time":{"start":1724861047868,"stop":1724861047868,"duration":0}},{"uid":"eaaa959a4ab4f072","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/eaaa959a4ab4f072","status":"passed","time":{"start":1724860909784,"stop":1724860909784,"duration":0}}]},"tags":[]},"source":"c600650a6d9d611e.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/c60a0f065d2766b2.json b/7376/data/test-cases/c60a0f065d2766b2.json new file mode 100644 index 00000000000..88be9346cf9 --- /dev/null +++ b/7376/data/test-cases/c60a0f065d2766b2.json @@ -0,0 +1 @@ +{"uid":"c60a0f065d2766b2","name":"should be able to encode the field with ALL protocols set to false","fullName":"/src/waku2_codec.spec.ts: ENR waku2 codec > Encoding > should be able to encode the field with ALL protocols set to false","historyId":"bd3f6838484ba2f91887dd0d3aa85a75:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922382326,"stop":1724922382327,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR waku2 codec"},{"name":"suite","value":"Encoding"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"154d0656330a56cc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/154d0656330a56cc","status":"passed","time":{"start":1724921045531,"stop":1724921045532,"duration":1}},{"uid":"adb869a16afe43f1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/adb869a16afe43f1","status":"passed","time":{"start":1724921020724,"stop":1724921020725,"duration":1}},{"uid":"f12a64780b47a49f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f12a64780b47a49f","status":"passed","time":{"start":1724917681049,"stop":1724917681051,"duration":2}},{"uid":"be897892327f5301","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/be897892327f5301","status":"passed","time":{"start":1724889459914,"stop":1724889459943,"duration":29}},{"uid":"f3ca23c4cbf7aadf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3ca23c4cbf7aadf","status":"passed","time":{"start":1724888610532,"stop":1724888610533,"duration":1}},{"uid":"8ebece7896a7ddf5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8ebece7896a7ddf5","status":"passed","time":{"start":1724887766847,"stop":1724887766847,"duration":0}},{"uid":"50e351009aa05ccc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/50e351009aa05ccc","status":"passed","time":{"start":1724886533242,"stop":1724886533242,"duration":0}},{"uid":"a0e67caf1dc6760","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a0e67caf1dc6760","status":"passed","time":{"start":1724886311088,"stop":1724886311088,"duration":0}},{"uid":"25fc7f07b0fe5e6d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/25fc7f07b0fe5e6d","status":"passed","time":{"start":1724861760047,"stop":1724861760048,"duration":1}},{"uid":"e17062a8ca32f4ea","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e17062a8ca32f4ea","status":"passed","time":{"start":1724861230826,"stop":1724861230827,"duration":1}},{"uid":"c58dea3afa196d91","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c58dea3afa196d91","status":"passed","time":{"start":1724861053397,"stop":1724861053398,"duration":1}},{"uid":"fd5b2d4921ee8b57","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fd5b2d4921ee8b57","status":"passed","time":{"start":1724860914743,"stop":1724860914743,"duration":0}}]},"tags":[]},"source":"c60a0f065d2766b2.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/c660753682bab1c1.json b/7376/data/test-cases/c660753682bab1c1.json new file mode 100644 index 00000000000..8e0fe2016a5 --- /dev/null +++ b/7376/data/test-cases/c660753682bab1c1.json @@ -0,0 +1 @@ +{"uid":"c660753682bab1c1","name":"should return empty list for no shard","fullName":"/src/common/sharding/index.spec.ts: shardInfoToPubsubTopics > should return empty list for no shard","historyId":"6d9287ac35ecdccfb04f2b8e19da11b9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374679,"stop":1724922374680,"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":13,"unknown":0,"total":13},"items":[{"uid":"d26b319ec6c2ccf7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d26b319ec6c2ccf7","status":"passed","time":{"start":1724921037641,"stop":1724921037641,"duration":0}},{"uid":"a8f90576592d1bf7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a8f90576592d1bf7","status":"passed","time":{"start":1724921013054,"stop":1724921013054,"duration":0}},{"uid":"4ce66f763507c17c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4ce66f763507c17c","status":"passed","time":{"start":1724917673296,"stop":1724917673297,"duration":1}},{"uid":"9efcd9a4fdfff52a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9efcd9a4fdfff52a","status":"passed","time":{"start":1724889452315,"stop":1724889452315,"duration":0}},{"uid":"2c028fbda162d31d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c028fbda162d31d","status":"passed","time":{"start":1724888602845,"stop":1724888602846,"duration":1}},{"uid":"c3eeebae9f176fc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c3eeebae9f176fc1","status":"passed","time":{"start":1724887759168,"stop":1724887759168,"duration":0}},{"uid":"8961759048a9887a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8961759048a9887a","status":"passed","time":{"start":1724886525548,"stop":1724886525548,"duration":0}},{"uid":"41664ba371ed917b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/41664ba371ed917b","status":"passed","time":{"start":1724886303402,"stop":1724886303402,"duration":0}},{"uid":"2f4e9cea164c0be9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2f4e9cea164c0be9","status":"passed","time":{"start":1724861752233,"stop":1724861752234,"duration":1}},{"uid":"d7e577b1015505bc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d7e577b1015505bc","status":"passed","time":{"start":1724861223359,"stop":1724861223359,"duration":0}},{"uid":"a7afc7804999b4b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a7afc7804999b4b","status":"passed","time":{"start":1724861045207,"stop":1724861045207,"duration":0}},{"uid":"dea1c40027f1d877","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dea1c40027f1d877","status":"passed","time":{"start":1724860907089,"stop":1724860907090,"duration":1}}]},"tags":[]},"source":"c660753682bab1c1.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/fe8aca44a494e6d1.json b/7376/data/test-cases/c6648e0f7813e7d7.json similarity index 78% rename from 7346/data/test-cases/fe8aca44a494e6d1.json rename to 7376/data/test-cases/c6648e0f7813e7d7.json index 85d7ce86f65..cf18978610e 100644 --- a/7346/data/test-cases/fe8aca44a494e6d1.json +++ b/7376/data/test-cases/c6648e0f7813e7d7.json @@ -1 +1 @@ -{"uid":"fe8aca44a494e6d1","name":"Check received message containing escaped characters","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing escaped characters","historyId":"fa5fa52de910330bd6c58cbf3751a7d2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392371,"stop":1724765392372,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"f6ef8d1922df9636","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/f6ef8d1922df9636","status":"passed","time":{"start":1724765313859,"stop":1724765313860,"duration":1}},{"uid":"d1423e363f4c46f3","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/d1423e363f4c46f3","status":"passed","time":{"start":1724763683859,"stop":1724763683859,"duration":0}},{"uid":"5d4df4e101768440","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/5d4df4e101768440","status":"passed","time":{"start":1724760929560,"stop":1724760929561,"duration":1}},{"uid":"34f514a5805d6d69","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/34f514a5805d6d69","status":"passed","time":{"start":1724759955160,"stop":1724759955161,"duration":1}},{"uid":"56b5dd3c29fa43c","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/56b5dd3c29fa43c","status":"passed","time":{"start":1724758077430,"stop":1724758077431,"duration":1}},{"uid":"87f67d6b8e7fff1c","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/87f67d6b8e7fff1c","status":"passed","time":{"start":1724757801861,"stop":1724757801861,"duration":0}},{"uid":"e5d4847a0259d61","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/e5d4847a0259d61","status":"passed","time":{"start":1724757120176,"stop":1724757120176,"duration":0}},{"uid":"b3a8091357b78b79","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b3a8091357b78b79","status":"passed","time":{"start":1724755211053,"stop":1724755211054,"duration":1}},{"uid":"f372f00606800238","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/f372f00606800238","status":"passed","time":{"start":1724752646533,"stop":1724752646533,"duration":0}},{"uid":"93773b991dc627fb","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/93773b991dc627fb","status":"passed","time":{"start":1724751495269,"stop":1724751495269,"duration":0}},{"uid":"a1b5864de4cde57b","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/a1b5864de4cde57b","status":"passed","time":{"start":1724750572367,"stop":1724750572367,"duration":0}},{"uid":"79a0fbc11311163a","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/79a0fbc11311163a","status":"passed","time":{"start":1724749567239,"stop":1724749567239,"duration":0}},{"uid":"6b0204b67bb6bb69","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/6b0204b67bb6bb69","status":"passed","time":{"start":1724717880818,"stop":1724717880819,"duration":1}},{"uid":"fb48fa7c5a09fa2f","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/fb48fa7c5a09fa2f","status":"passed","time":{"start":1724715103500,"stop":1724715103501,"duration":1}},{"uid":"c03aed25447f30b4","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/c03aed25447f30b4","status":"passed","time":{"start":1724713195352,"stop":1724713195352,"duration":0}},{"uid":"d4f79280c42e33e4","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d4f79280c42e33e4","status":"passed","time":{"start":1724706389668,"stop":1724706389668,"duration":0}},{"uid":"571acb705799cd6f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/571acb705799cd6f","status":"passed","time":{"start":1724704811182,"stop":1724704811182,"duration":0}},{"uid":"8ed4b40e12988cc","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/8ed4b40e12988cc","status":"passed","time":{"start":1724684170157,"stop":1724684170157,"duration":0}},{"uid":"3e170529707a50be","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/3e170529707a50be","status":"passed","time":{"start":1724672903598,"stop":1724672903599,"duration":1}},{"uid":"85fb61daa5b3e06b","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/85fb61daa5b3e06b","status":"passed","time":{"start":1724670674034,"stop":1724670674035,"duration":1}}]},"tags":[]},"source":"fe8aca44a494e6d1.json","parameterValues":[]} \ No newline at end of file +{"uid":"c6648e0f7813e7d7","name":"Check received message containing escaped characters","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing escaped characters","historyId":"fa5fa52de910330bd6c58cbf3751a7d2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845238,"stop":1724922845238,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ea7d8fbfbea10b4f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ea7d8fbfbea10b4f","status":"passed","time":{"start":1724921515223,"stop":1724921515224,"duration":1}},{"uid":"c33d608172af286c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c33d608172af286c","status":"passed","time":{"start":1724921475443,"stop":1724921475443,"duration":0}},{"uid":"dd9ab18b183fc6ae","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd9ab18b183fc6ae","status":"passed","time":{"start":1724918179397,"stop":1724918179398,"duration":1}},{"uid":"bfa16b6eca52337c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bfa16b6eca52337c","status":"passed","time":{"start":1724889935338,"stop":1724889935339,"duration":1}},{"uid":"18240736891f8d6e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/18240736891f8d6e","status":"passed","time":{"start":1724889072751,"stop":1724889072751,"duration":0}},{"uid":"6a3ae0b49694af7b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a3ae0b49694af7b","status":"passed","time":{"start":1724888232412,"stop":1724888232412,"duration":0}},{"uid":"fe25bdc95d334620","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fe25bdc95d334620","status":"passed","time":{"start":1724887018300,"stop":1724887018300,"duration":0}},{"uid":"34218fa5380c6394","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/34218fa5380c6394","status":"passed","time":{"start":1724886781476,"stop":1724886781477,"duration":1}},{"uid":"31f6073fd2af007e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31f6073fd2af007e","status":"passed","time":{"start":1724862213660,"stop":1724862213660,"duration":0}},{"uid":"6ababa9bb9f4329","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6ababa9bb9f4329","status":"passed","time":{"start":1724861685853,"stop":1724861685853,"duration":0}},{"uid":"77608c22e74fe463","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/77608c22e74fe463","status":"passed","time":{"start":1724861546169,"stop":1724861546170,"duration":1}},{"uid":"2e9516485b94b203","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2e9516485b94b203","status":"passed","time":{"start":1724861378108,"stop":1724861378108,"duration":0}}]},"tags":[]},"source":"c6648e0f7813e7d7.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/c66b5a6a124a5673.json b/7376/data/test-cases/c66b5a6a124a5673.json new file mode 100644 index 00000000000..b7bf9c949c9 --- /dev/null +++ b/7376/data/test-cases/c66b5a6a124a5673.json @@ -0,0 +1 @@ +{"uid":"c66b5a6a124a5673","name":"Sign & Recover","fullName":"/src/encryption.spec.ts: Waku Encryption > Sign & Recover","historyId":"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922409250,"stop":1724922409250,"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":"Waku 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":13,"unknown":0,"total":13},"items":[{"uid":"34d11e5e715f7261","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/34d11e5e715f7261","status":"passed","time":{"start":1724921072292,"stop":1724921072292,"duration":0}},{"uid":"603273c14e6736b9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/603273c14e6736b9","status":"passed","time":{"start":1724921047284,"stop":1724921047284,"duration":0}},{"uid":"8506d80e5cd42d16","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8506d80e5cd42d16","status":"passed","time":{"start":1724917707456,"stop":1724917707456,"duration":0}},{"uid":"b1f4d54389fd937","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1f4d54389fd937","status":"passed","time":{"start":1724889486390,"stop":1724889486391,"duration":1}},{"uid":"f9b31ae9eec9b2dd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9b31ae9eec9b2dd","status":"passed","time":{"start":1724888637015,"stop":1724888637015,"duration":0}},{"uid":"14615b63745b9b21","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/14615b63745b9b21","status":"passed","time":{"start":1724887793425,"stop":1724887793425,"duration":0}},{"uid":"401c89a0c4a1038e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/401c89a0c4a1038e","status":"passed","time":{"start":1724886560037,"stop":1724886560038,"duration":1}},{"uid":"f96ecd5986d75956","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f96ecd5986d75956","status":"passed","time":{"start":1724886337880,"stop":1724886337880,"duration":0}},{"uid":"74b77270a6849a8b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/74b77270a6849a8b","status":"passed","time":{"start":1724861787237,"stop":1724861787238,"duration":1}},{"uid":"5dda66d30e6aa729","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5dda66d30e6aa729","status":"passed","time":{"start":1724861257428,"stop":1724861257429,"duration":1}},{"uid":"aa771bd0e8fe58e5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/aa771bd0e8fe58e5","status":"passed","time":{"start":1724861081343,"stop":1724861081343,"duration":0}},{"uid":"8de2217e7fc53d03","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8de2217e7fc53d03","status":"passed","time":{"start":1724860942010,"stop":1724860942010,"duration":0}}]},"tags":[]},"source":"c66b5a6a124a5673.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/c6758088bfed03cb.json b/7376/data/test-cases/c6758088bfed03cb.json new file mode 100644 index 00000000000..8a99daa95ac --- /dev/null +++ b/7376/data/test-cases/c6758088bfed03cb.json @@ -0,0 +1 @@ +{"uid":"c6758088bfed03cb","name":"retrieves all peers (2) when cannot fulfill all requirements","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery w/ capabilities > retrieves all peers (2) when cannot fulfill all requirements","historyId":"78dee9d2eab88e4069b60fdad7f7b811:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922398922,"stop":1724922398922,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery w/ capabilities"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e680620a44099ea2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e680620a44099ea2","status":"passed","time":{"start":1724921061850,"stop":1724921061851,"duration":1}},{"uid":"44bdbd391f016075","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/44bdbd391f016075","status":"passed","time":{"start":1724921037159,"stop":1724921037159,"duration":0}},{"uid":"8e66e34f5a5e203a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8e66e34f5a5e203a","status":"passed","time":{"start":1724917697303,"stop":1724917697304,"duration":1}},{"uid":"f882234e076aada6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f882234e076aada6","status":"passed","time":{"start":1724889476085,"stop":1724889476085,"duration":0}},{"uid":"1892cf336973ac38","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1892cf336973ac38","status":"passed","time":{"start":1724888626889,"stop":1724888626889,"duration":0}},{"uid":"c4935409d0bc4ee6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c4935409d0bc4ee6","status":"passed","time":{"start":1724887783110,"stop":1724887783110,"duration":0}},{"uid":"6a615037b449f4dd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a615037b449f4dd","status":"passed","time":{"start":1724886549921,"stop":1724886549921,"duration":0}},{"uid":"1672f82759f28ada","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1672f82759f28ada","status":"passed","time":{"start":1724886327583,"stop":1724886327583,"duration":0}},{"uid":"92a4d922a5d5171e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92a4d922a5d5171e","status":"passed","time":{"start":1724861776808,"stop":1724861776809,"duration":1}},{"uid":"930c9ec5a81c7535","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/930c9ec5a81c7535","status":"passed","time":{"start":1724861247301,"stop":1724861247301,"duration":0}},{"uid":"fb2a93d2769bb660","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fb2a93d2769bb660","status":"passed","time":{"start":1724861071396,"stop":1724861071397,"duration":1}},{"uid":"1f040b70a45ac005","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1f040b70a45ac005","status":"passed","time":{"start":1724860931796,"stop":1724860931797,"duration":1}}]},"tags":[]},"source":"c6758088bfed03cb.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/76283d1713133098.json b/7376/data/test-cases/c684741610b9fff1.json similarity index 79% rename from 7346/data/test-cases/76283d1713133098.json rename to 7376/data/test-cases/c684741610b9fff1.json index 83469ba5f60..1dabb4a493f 100644 --- a/7346/data/test-cases/76283d1713133098.json +++ b/7376/data/test-cases/c684741610b9fff1.json @@ -1 +1 @@ -{"uid":"76283d1713133098","name":"Subscribe and receive 2 messages on the same topic","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe and receive 2 messages on the same topic","historyId":"a85f88421566679ac61011b8fb8af814:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765075577,"stop":1724765075577,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"9a976fa091893b04","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/9a976fa091893b04","status":"passed","time":{"start":1724765010536,"stop":1724765010537,"duration":1}},{"uid":"bb1b1771554dddd7","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/bb1b1771554dddd7","status":"passed","time":{"start":1724763380285,"stop":1724763380285,"duration":0}},{"uid":"ae743e9fec8e2f52","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ae743e9fec8e2f52","status":"passed","time":{"start":1724760632550,"stop":1724760632551,"duration":1}},{"uid":"37fd50e1603e000a","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/37fd50e1603e000a","status":"passed","time":{"start":1724759660917,"stop":1724759660918,"duration":1}},{"uid":"f4c06c1e44558dd8","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/f4c06c1e44558dd8","status":"passed","time":{"start":1724757793695,"stop":1724757793695,"duration":0}},{"uid":"3e21eeefa27c84be","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/3e21eeefa27c84be","status":"passed","time":{"start":1724757518631,"stop":1724757518631,"duration":0}},{"uid":"f6991fcee6a0014f","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/f6991fcee6a0014f","status":"passed","time":{"start":1724756832076,"stop":1724756832077,"duration":1}},{"uid":"33795830fd45e804","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/33795830fd45e804","status":"passed","time":{"start":1724754929265,"stop":1724754929266,"duration":1}},{"uid":"6a28d2177a790d49","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/6a28d2177a790d49","status":"passed","time":{"start":1724752352143,"stop":1724752352143,"duration":0}},{"uid":"2d4494563f716156","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/2d4494563f716156","status":"passed","time":{"start":1724751201109,"stop":1724751201109,"duration":0}},{"uid":"d6fcb42d7bb5d379","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/d6fcb42d7bb5d379","status":"passed","time":{"start":1724750264828,"stop":1724750264828,"duration":0}},{"uid":"b3c8816af29bb032","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/b3c8816af29bb032","status":"passed","time":{"start":1724749292144,"stop":1724749292144,"duration":0}},{"uid":"7820fb38756b92cc","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/7820fb38756b92cc","status":"passed","time":{"start":1724717596788,"stop":1724717596788,"duration":0}},{"uid":"d05781e9ecf2ad18","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/d05781e9ecf2ad18","status":"passed","time":{"start":1724714823643,"stop":1724714823643,"duration":0}},{"uid":"2fc47db90cb53f70","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/2fc47db90cb53f70","status":"passed","time":{"start":1724712895765,"stop":1724712895765,"duration":0}},{"uid":"981adfaad187418b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/981adfaad187418b","status":"passed","time":{"start":1724706113490,"stop":1724706113490,"duration":0}},{"uid":"ad60e6c646bd8139","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/ad60e6c646bd8139","status":"passed","time":{"start":1724704522405,"stop":1724704522406,"duration":1}},{"uid":"5e9edea9440de1d8","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/5e9edea9440de1d8","status":"passed","time":{"start":1724683897622,"stop":1724683897622,"duration":0}},{"uid":"d2a7fe2791651d15","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/d2a7fe2791651d15","status":"passed","time":{"start":1724672624698,"stop":1724672624699,"duration":1}},{"uid":"325afa91a4d42a1a","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/325afa91a4d42a1a","status":"passed","time":{"start":1724670354419,"stop":1724670354420,"duration":1}}]},"tags":[]},"source":"76283d1713133098.json","parameterValues":[]} \ No newline at end of file +{"uid":"c684741610b9fff1","name":"Subscribe and receive 2 messages on the same topic","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe and receive 2 messages on the same topic","historyId":"a85f88421566679ac61011b8fb8af814:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922635348,"stop":1724922635349,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ea5fcd3642331c2c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ea5fcd3642331c2c","status":"passed","time":{"start":1724921296998,"stop":1724921296999,"duration":1}},{"uid":"462f9b7aae277fc2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/462f9b7aae277fc2","status":"passed","time":{"start":1724921276363,"stop":1724921276363,"duration":0}},{"uid":"a28e6c3232dc1d4a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a28e6c3232dc1d4a","status":"passed","time":{"start":1724917948309,"stop":1724917948311,"duration":2}},{"uid":"896ad3e8208c1b6a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/896ad3e8208c1b6a","status":"passed","time":{"start":1724889729004,"stop":1724889729005,"duration":1}},{"uid":"917d56d4dbec89f5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/917d56d4dbec89f5","status":"passed","time":{"start":1724888864950,"stop":1724888864950,"duration":0}},{"uid":"16d5ac519136dfb5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/16d5ac519136dfb5","status":"passed","time":{"start":1724888053732,"stop":1724888053732,"duration":0}},{"uid":"8e4a8a2c95e86ada","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8e4a8a2c95e86ada","status":"passed","time":{"start":1724886811648,"stop":1724886811648,"duration":0}},{"uid":"79fd6bd73f975f1e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/79fd6bd73f975f1e","status":"passed","time":{"start":1724886581000,"stop":1724886581000,"duration":0}},{"uid":"d806f321efd6fa43","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d806f321efd6fa43","status":"passed","time":{"start":1724862019556,"stop":1724862019556,"duration":0}},{"uid":"3f92581a8324209b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3f92581a8324209b","status":"passed","time":{"start":1724861493933,"stop":1724861493933,"duration":0}},{"uid":"7d73f34d0a12f790","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7d73f34d0a12f790","status":"passed","time":{"start":1724861318013,"stop":1724861318017,"duration":4}},{"uid":"a84dbaf9299eae85","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a84dbaf9299eae85","status":"passed","time":{"start":1724861178507,"stop":1724861178507,"duration":0}}]},"tags":[]},"source":"c684741610b9fff1.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/c6e5e0e8bbf29786.json b/7376/data/test-cases/c6e5e0e8bbf29786.json new file mode 100644 index 00000000000..de7bdfa8b3f --- /dev/null +++ b/7376/data/test-cases/c6e5e0e8bbf29786.json @@ -0,0 +1 @@ +{"uid":"c6e5e0e8bbf29786","name":"Symmetric encrypt & Decrypt","fullName":"/src/encryption.spec.ts: Waku Encryption > Symmetric encrypt & Decrypt","historyId":"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922409249,"stop":1724922409249,"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":"Waku 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":13,"unknown":0,"total":13},"items":[{"uid":"4a9e7cea474243c6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4a9e7cea474243c6","status":"passed","time":{"start":1724921072291,"stop":1724921072291,"duration":0}},{"uid":"6cddf4727003697c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6cddf4727003697c","status":"passed","time":{"start":1724921047282,"stop":1724921047283,"duration":1}},{"uid":"d730332a604c3f6b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d730332a604c3f6b","status":"passed","time":{"start":1724917707455,"stop":1724917707455,"duration":0}},{"uid":"c983d1a5e95a8bb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c983d1a5e95a8bb7","status":"passed","time":{"start":1724889486389,"stop":1724889486389,"duration":0}},{"uid":"ab7ff39e8e1a7b75","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ab7ff39e8e1a7b75","status":"passed","time":{"start":1724888637013,"stop":1724888637014,"duration":1}},{"uid":"736bddb6fbc609a4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/736bddb6fbc609a4","status":"passed","time":{"start":1724887793424,"stop":1724887793424,"duration":0}},{"uid":"4a0bf911852c43e0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a0bf911852c43e0","status":"passed","time":{"start":1724886560036,"stop":1724886560037,"duration":1}},{"uid":"2ef08c95f172d51b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2ef08c95f172d51b","status":"passed","time":{"start":1724886337879,"stop":1724886337879,"duration":0}},{"uid":"5f52d4249d7da6bb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f52d4249d7da6bb","status":"passed","time":{"start":1724861787236,"stop":1724861787237,"duration":1}},{"uid":"4b00def42c2beb7b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4b00def42c2beb7b","status":"passed","time":{"start":1724861257427,"stop":1724861257428,"duration":1}},{"uid":"d36e1514e17a1d2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d36e1514e17a1d2","status":"passed","time":{"start":1724861081341,"stop":1724861081342,"duration":1}},{"uid":"f0fb95b14c4b7d42","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f0fb95b14c4b7d42","status":"passed","time":{"start":1724860942009,"stop":1724860942009,"duration":0}}]},"tags":[]},"source":"c6e5e0e8bbf29786.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/5c8aa7295500fb24.json b/7376/data/test-cases/c736312a3a55b34d.json similarity index 79% rename from 7346/data/test-cases/5c8aa7295500fb24.json rename to 7376/data/test-cases/c736312a3a55b34d.json index ebaf4d63c73..cd6cbdbabb8 100644 --- a/7346/data/test-cases/5c8aa7295500fb24.json +++ b/7376/data/test-cases/c736312a3a55b34d.json @@ -1 +1 @@ -{"uid":"5c8aa7295500fb24","name":"Subscribe to topic containing XML and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing XML and receive message","historyId":"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765075587,"stop":1724765075587,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"b7f71a1b88cae7b7","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/b7f71a1b88cae7b7","status":"passed","time":{"start":1724765010545,"stop":1724765010545,"duration":0}},{"uid":"6fa56235fd705131","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/6fa56235fd705131","status":"passed","time":{"start":1724763380304,"stop":1724763380305,"duration":1}},{"uid":"d536911bd513d16b","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/d536911bd513d16b","status":"passed","time":{"start":1724760632566,"stop":1724760632566,"duration":0}},{"uid":"5b78ca31279a3e9","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/5b78ca31279a3e9","status":"passed","time":{"start":1724759660926,"stop":1724759660926,"duration":0}},{"uid":"5fe3d1186c7bb7d7","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/5fe3d1186c7bb7d7","status":"passed","time":{"start":1724757793706,"stop":1724757793707,"duration":1}},{"uid":"17f7e55b5ca77426","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/17f7e55b5ca77426","status":"passed","time":{"start":1724757518639,"stop":1724757518639,"duration":0}},{"uid":"f1179cef8c4350e5","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/f1179cef8c4350e5","status":"passed","time":{"start":1724756832105,"stop":1724756832106,"duration":1}},{"uid":"79c5761791acb023","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/79c5761791acb023","status":"passed","time":{"start":1724754929282,"stop":1724754929282,"duration":0}},{"uid":"3cab929c894c05c7","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/3cab929c894c05c7","status":"passed","time":{"start":1724752352156,"stop":1724752352156,"duration":0}},{"uid":"bc5ef1a8e62ff42f","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/bc5ef1a8e62ff42f","status":"passed","time":{"start":1724751201126,"stop":1724751201126,"duration":0}},{"uid":"861c68091652d2bd","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/861c68091652d2bd","status":"passed","time":{"start":1724750264842,"stop":1724750264842,"duration":0}},{"uid":"d055ac8cbba56534","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/d055ac8cbba56534","status":"passed","time":{"start":1724749292169,"stop":1724749292169,"duration":0}},{"uid":"c61f35728d85178f","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c61f35728d85178f","status":"passed","time":{"start":1724717596796,"stop":1724717596796,"duration":0}},{"uid":"1991aa386f9ab1d5","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/1991aa386f9ab1d5","status":"passed","time":{"start":1724714823661,"stop":1724714823661,"duration":0}},{"uid":"2e21231eda3636c","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/2e21231eda3636c","status":"passed","time":{"start":1724712895794,"stop":1724712895794,"duration":0}},{"uid":"b61bd2394ea2ce14","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b61bd2394ea2ce14","status":"passed","time":{"start":1724706113498,"stop":1724706113498,"duration":0}},{"uid":"7357294ed4959f9f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/7357294ed4959f9f","status":"passed","time":{"start":1724704522417,"stop":1724704522417,"duration":0}},{"uid":"9ef7d10d4d6a4d8b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/9ef7d10d4d6a4d8b","status":"passed","time":{"start":1724683897630,"stop":1724683897630,"duration":0}},{"uid":"fad442da4cce028c","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/fad442da4cce028c","status":"passed","time":{"start":1724672624708,"stop":1724672624708,"duration":0}},{"uid":"e821bf05445d2bc9","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/e821bf05445d2bc9","status":"passed","time":{"start":1724670354433,"stop":1724670354434,"duration":1}}]},"tags":[]},"source":"5c8aa7295500fb24.json","parameterValues":[]} \ No newline at end of file +{"uid":"c736312a3a55b34d","name":"Subscribe to topic containing XML and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing XML and receive message","historyId":"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922635357,"stop":1724922635357,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a2e25721a3b7cf1f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a2e25721a3b7cf1f","status":"passed","time":{"start":1724921297016,"stop":1724921297016,"duration":0}},{"uid":"d9bf48144c5a87e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d9bf48144c5a87e","status":"passed","time":{"start":1724921276370,"stop":1724921276370,"duration":0}},{"uid":"aa760eab07754bc9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/aa760eab07754bc9","status":"passed","time":{"start":1724917948328,"stop":1724917948328,"duration":0}},{"uid":"a5280b67c02fc2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5280b67c02fc2","status":"passed","time":{"start":1724889729013,"stop":1724889729013,"duration":0}},{"uid":"9951277756c5e6bf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9951277756c5e6bf","status":"passed","time":{"start":1724888864958,"stop":1724888864958,"duration":0}},{"uid":"f991134dbf5af47f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f991134dbf5af47f","status":"passed","time":{"start":1724888053750,"stop":1724888053750,"duration":0}},{"uid":"a26578cbe1c5a15","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a26578cbe1c5a15","status":"passed","time":{"start":1724886811664,"stop":1724886811665,"duration":1}},{"uid":"967c04265a06cedb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/967c04265a06cedb","status":"passed","time":{"start":1724886581007,"stop":1724886581007,"duration":0}},{"uid":"2e43a7534d460bef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2e43a7534d460bef","status":"passed","time":{"start":1724862019564,"stop":1724862019564,"duration":0}},{"uid":"21116996afe66bb7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/21116996afe66bb7","status":"passed","time":{"start":1724861493940,"stop":1724861493940,"duration":0}},{"uid":"b099ba237ee1686a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b099ba237ee1686a","status":"passed","time":{"start":1724861318045,"stop":1724861318045,"duration":0}},{"uid":"eeb1a230ea606cf2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/eeb1a230ea606cf2","status":"passed","time":{"start":1724861178519,"stop":1724861178519,"duration":0}}]},"tags":[]},"source":"c736312a3a55b34d.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/c7d0fb0fc954cb1.json b/7376/data/test-cases/c7d0fb0fc954cb1.json new file mode 100644 index 00000000000..a2cc8b85ee7 --- /dev/null +++ b/7376/data/test-cases/c7d0fb0fc954cb1.json @@ -0,0 +1 @@ +{"uid":"c7d0fb0fc954cb1","name":"Generator, 2 different pubsubtopics","fullName":"/tests/store/multiple_pubsub.spec.ts: Waku Store (named sharding), custom pubsub topic > Generator, 2 different pubsubtopics","historyId":"f9aefc74ebf83017b5a3c73e7906d9de:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922966287,"stop":1724922966287,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store (named sharding), custom pubsub topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dc92a857653ef004","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dc92a857653ef004","status":"passed","time":{"start":1724921658747,"stop":1724921658747,"duration":0}},{"uid":"e1d75fcab281ef6e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e1d75fcab281ef6e","status":"passed","time":{"start":1724921609581,"stop":1724921609581,"duration":0}},{"uid":"5137f3926ff81953","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5137f3926ff81953","status":"passed","time":{"start":1724918323462,"stop":1724918323462,"duration":0}},{"uid":"3a56b3e1bf0d1ae9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a56b3e1bf0d1ae9","status":"passed","time":{"start":1724890071667,"stop":1724890071667,"duration":0}},{"uid":"6f26cddc2fa411d4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6f26cddc2fa411d4","status":"passed","time":{"start":1724889207707,"stop":1724889207707,"duration":0}},{"uid":"8ceda36fc1139e09","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8ceda36fc1139e09","status":"passed","time":{"start":1724888386328,"stop":1724888386328,"duration":0}},{"uid":"4e1d3a6bf304b80a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4e1d3a6bf304b80a","status":"passed","time":{"start":1724887153936,"stop":1724887153936,"duration":0}},{"uid":"b77830a8ae62c01b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b77830a8ae62c01b","status":"passed","time":{"start":1724886927398,"stop":1724886927402,"duration":4}},{"uid":"6594339b5a6306e7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6594339b5a6306e7","status":"passed","time":{"start":1724862360111,"stop":1724862360111,"duration":0}},{"uid":"c7561766c240e678","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c7561766c240e678","status":"passed","time":{"start":1724861832844,"stop":1724861832844,"duration":0}},{"uid":"c61e02da37513c70","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c61e02da37513c70","status":"passed","time":{"start":1724861687429,"stop":1724861687430,"duration":1}},{"uid":"dfefae15ffb64e45","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dfefae15ffb64e45","status":"passed","time":{"start":1724861513179,"stop":1724861513180,"duration":1}}]},"tags":[]},"source":"c7d0fb0fc954cb1.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/c7df2d43b4170cb7.json b/7376/data/test-cases/c7df2d43b4170cb7.json new file mode 100644 index 00000000000..b4060db092f --- /dev/null +++ b/7376/data/test-cases/c7df2d43b4170cb7.json @@ -0,0 +1 @@ +{"uid":"c7df2d43b4170cb7","name":"LightPush with 1 connections","fullName":"/tests/health-manager/protocols.spec.ts: Health Manager > Should update the health status for protocols > LightPush with 1 connections","historyId":"105e0ceb16975c927e585a398dccf9b6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922661636,"stop":1724922661636,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Health Manager"},{"name":"suite","value":"Should update the health status for protocols"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"98d542a203ea1081","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/98d542a203ea1081","status":"passed","time":{"start":1724921321310,"stop":1724921321310,"duration":0}},{"uid":"86a7c024e44d9262","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/86a7c024e44d9262","status":"passed","time":{"start":1724921298784,"stop":1724921298784,"duration":0}},{"uid":"7f394a9cffedf53d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7f394a9cffedf53d","status":"passed","time":{"start":1724918008228,"stop":1724918008228,"duration":0}},{"uid":"bba8ccf97a27fa8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bba8ccf97a27fa8","status":"passed","time":{"start":1724889728594,"stop":1724889728595,"duration":1}},{"uid":"ced0ff5bbd5657f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ced0ff5bbd5657f","status":"passed","time":{"start":1724888882873,"stop":1724888882874,"duration":1}},{"uid":"fd05aaf94c4a70e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fd05aaf94c4a70e","status":"passed","time":{"start":1724888111024,"stop":1724888111024,"duration":0}},{"uid":"ebbf5727eee67dd1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ebbf5727eee67dd1","status":"passed","time":{"start":1724886869445,"stop":1724886869446,"duration":1}},{"uid":"dfb5aa122a0b8fb7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dfb5aa122a0b8fb7","status":"passed","time":{"start":1724886642935,"stop":1724886642935,"duration":0}},{"uid":"9657837b6b2bec9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9657837b6b2bec9d","status":"passed","time":{"start":1724862044580,"stop":1724862044580,"duration":0}},{"uid":"4feac5cf2a1eac15","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4feac5cf2a1eac15","status":"passed","time":{"start":1724861523032,"stop":1724861523032,"duration":0}},{"uid":"3db011da821b8d69","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3db011da821b8d69","status":"passed","time":{"start":1724861362471,"stop":1724861362471,"duration":0}},{"uid":"d0449f23db15a71d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d0449f23db15a71d","status":"passed","time":{"start":1724861196778,"stop":1724861196809,"duration":31}}]},"tags":[]},"source":"c7df2d43b4170cb7.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/c812465bfbc9f25b.json b/7376/data/test-cases/c812465bfbc9f25b.json new file mode 100644 index 00000000000..3f78cad7300 --- /dev/null +++ b/7376/data/test-cases/c812465bfbc9f25b.json @@ -0,0 +1 @@ +{"uid":"c812465bfbc9f25b","name":"Check publish message containing XML","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing XML","historyId":"6cc581719bffd7ef50ddaac6f3491e12:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922887524,"stop":1724922887525,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2f9ed63922c5749e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2f9ed63922c5749e","status":"passed","time":{"start":1724921564775,"stop":1724921564775,"duration":0}},{"uid":"e08ca7c41b5a4908","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e08ca7c41b5a4908","status":"passed","time":{"start":1724921518791,"stop":1724921518792,"duration":1}},{"uid":"15688786ae59d776","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/15688786ae59d776","status":"passed","time":{"start":1724918229398,"stop":1724918229398,"duration":0}},{"uid":"b08b9d4d45664a9f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b08b9d4d45664a9f","status":"passed","time":{"start":1724889980700,"stop":1724889980701,"duration":1}},{"uid":"14c2cef1c6406d19","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14c2cef1c6406d19","status":"passed","time":{"start":1724889111161,"stop":1724889111162,"duration":1}},{"uid":"52d2903ce28c5bdd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/52d2903ce28c5bdd","status":"passed","time":{"start":1724888292532,"stop":1724888292532,"duration":0}},{"uid":"a0fc04bfdb4267d9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a0fc04bfdb4267d9","status":"passed","time":{"start":1724887068224,"stop":1724887068224,"duration":0}},{"uid":"c817b01f0e7376ce","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c817b01f0e7376ce","status":"passed","time":{"start":1724886848924,"stop":1724886848924,"duration":0}},{"uid":"77c4464a9170a5a2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/77c4464a9170a5a2","status":"passed","time":{"start":1724862262046,"stop":1724862262046,"duration":0}},{"uid":"3c99e8a3b7bef54f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3c99e8a3b7bef54f","status":"passed","time":{"start":1724861741892,"stop":1724861741892,"duration":0}},{"uid":"9f4331e8dff59d56","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9f4331e8dff59d56","status":"passed","time":{"start":1724861599487,"stop":1724861599487,"duration":0}},{"uid":"fba7946129bd2d81","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fba7946129bd2d81","status":"passed","time":{"start":1724861428474,"stop":1724861428474,"duration":0}}]},"tags":[]},"source":"c812465bfbc9f25b.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/c82f2dd221a7a5d9.json b/7376/data/test-cases/c82f2dd221a7a5d9.json new file mode 100644 index 00000000000..5333c954b91 --- /dev/null +++ b/7376/data/test-cases/c82f2dd221a7a5d9.json @@ -0,0 +1 @@ +{"uid":"c82f2dd221a7a5d9","name":"pre and post cipher","fullName":"/src/encryption.spec.ts: Waku Encryption > pre and post cipher","historyId":"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922409249,"stop":1724922409250,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Waku 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":13,"unknown":0,"total":13},"items":[{"uid":"17161b74d5c9dd0b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/17161b74d5c9dd0b","status":"passed","time":{"start":1724921072291,"stop":1724921072292,"duration":1}},{"uid":"581c4620c2c77632","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/581c4620c2c77632","status":"passed","time":{"start":1724921047283,"stop":1724921047283,"duration":0}},{"uid":"4d654295a23a937f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4d654295a23a937f","status":"passed","time":{"start":1724917707455,"stop":1724917707456,"duration":1}},{"uid":"ba6206a1c006b479","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ba6206a1c006b479","status":"passed","time":{"start":1724889486389,"stop":1724889486390,"duration":1}},{"uid":"f7dc36f535cecabb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7dc36f535cecabb","status":"passed","time":{"start":1724888637014,"stop":1724888637014,"duration":0}},{"uid":"3a92ee7fa81749e7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3a92ee7fa81749e7","status":"passed","time":{"start":1724887793424,"stop":1724887793425,"duration":1}},{"uid":"e0169cd9aca7e55b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e0169cd9aca7e55b","status":"passed","time":{"start":1724886560037,"stop":1724886560037,"duration":0}},{"uid":"9f179c3d697810f8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9f179c3d697810f8","status":"passed","time":{"start":1724886337879,"stop":1724886337880,"duration":1}},{"uid":"d631d0444a186ce1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d631d0444a186ce1","status":"passed","time":{"start":1724861787237,"stop":1724861787237,"duration":0}},{"uid":"3c1e3eff7cd33d3e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3c1e3eff7cd33d3e","status":"passed","time":{"start":1724861257428,"stop":1724861257428,"duration":0}},{"uid":"98c8c0e109b8c4c8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/98c8c0e109b8c4c8","status":"passed","time":{"start":1724861081342,"stop":1724861081342,"duration":0}},{"uid":"ce4c6409bf7b20bb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ce4c6409bf7b20bb","status":"passed","time":{"start":1724860942009,"stop":1724860942010,"duration":1}}]},"tags":[]},"source":"c82f2dd221a7a5d9.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/c86ce5dbc7fad4dc.json b/7376/data/test-cases/c86ce5dbc7fad4dc.json new file mode 100644 index 00000000000..094c9ca3f45 --- /dev/null +++ b/7376/data/test-cases/c86ce5dbc7fad4dc.json @@ -0,0 +1 @@ +{"uid":"c86ce5dbc7fad4dc","name":"Generator, custom pubsub topic","fullName":"/tests/store/multiple_pubsub.spec.ts: Waku Store, custom pubsub topic > Generator, custom pubsub topic","historyId":"a0b12020d9e0d225b964cb30dbfda789:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922966283,"stop":1724922966283,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, custom pubsub topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f4007157fc245014","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f4007157fc245014","status":"passed","time":{"start":1724921658740,"stop":1724921658741,"duration":1}},{"uid":"e754138f3d61c16a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e754138f3d61c16a","status":"passed","time":{"start":1724921609576,"stop":1724921609578,"duration":2}},{"uid":"eb71270529a0f9f1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eb71270529a0f9f1","status":"passed","time":{"start":1724918323455,"stop":1724918323455,"duration":0}},{"uid":"907df0ed905301d7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/907df0ed905301d7","status":"passed","time":{"start":1724890071662,"stop":1724890071662,"duration":0}},{"uid":"47a378176ba552fc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/47a378176ba552fc","status":"passed","time":{"start":1724889207703,"stop":1724889207704,"duration":1}},{"uid":"7047147ea1bdb9c4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7047147ea1bdb9c4","status":"passed","time":{"start":1724888386323,"stop":1724888386324,"duration":1}},{"uid":"d12ceb3218d0e8da","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d12ceb3218d0e8da","status":"passed","time":{"start":1724887153931,"stop":1724887153932,"duration":1}},{"uid":"cf5ead419c0084d2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cf5ead419c0084d2","status":"passed","time":{"start":1724886927383,"stop":1724886927383,"duration":0}},{"uid":"df93da0dd4dcdd08","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/df93da0dd4dcdd08","status":"passed","time":{"start":1724862360107,"stop":1724862360108,"duration":1}},{"uid":"be82a78a440ddb85","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/be82a78a440ddb85","status":"passed","time":{"start":1724861832840,"stop":1724861832840,"duration":0}},{"uid":"63cf056c0bfcedcc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/63cf056c0bfcedcc","status":"passed","time":{"start":1724861687422,"stop":1724861687422,"duration":0}},{"uid":"a850950633f21f6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a850950633f21f6","status":"passed","time":{"start":1724861513174,"stop":1724861513174,"duration":0}}]},"tags":[]},"source":"c86ce5dbc7fad4dc.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/c87bb66091f15b51.json b/7376/data/test-cases/c87bb66091f15b51.json new file mode 100644 index 00000000000..85ab4d22b7e --- /dev/null +++ b/7376/data/test-cases/c87bb66091f15b51.json @@ -0,0 +1 @@ +{"uid":"c87bb66091f15b51","name":"Check received message containing Basic HTML tag","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing Basic HTML tag","historyId":"a4d896a003ec2e849eac11118cafae7e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845254,"stop":1724922845256,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e7013a29c3a3bbdb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e7013a29c3a3bbdb","status":"passed","time":{"start":1724921515236,"stop":1724921515236,"duration":0}},{"uid":"134fce3eea9a8efa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/134fce3eea9a8efa","status":"passed","time":{"start":1724921475468,"stop":1724921475498,"duration":30}},{"uid":"bc8b42ff26f42246","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bc8b42ff26f42246","status":"passed","time":{"start":1724918179409,"stop":1724918179409,"duration":0}},{"uid":"bb9beddb2045384a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bb9beddb2045384a","status":"passed","time":{"start":1724889935348,"stop":1724889935348,"duration":0}},{"uid":"629e373f0243c869","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/629e373f0243c869","status":"passed","time":{"start":1724889072762,"stop":1724889072763,"duration":1}},{"uid":"e9a75bb5942e3f3b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e9a75bb5942e3f3b","status":"passed","time":{"start":1724888232423,"stop":1724888232424,"duration":1}},{"uid":"616aee0367363225","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/616aee0367363225","status":"passed","time":{"start":1724887018310,"stop":1724887018311,"duration":1}},{"uid":"7273c3f30025d2b4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7273c3f30025d2b4","status":"passed","time":{"start":1724886781490,"stop":1724886781497,"duration":7}},{"uid":"d0f49fd53fba1b8b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d0f49fd53fba1b8b","status":"passed","time":{"start":1724862213671,"stop":1724862213671,"duration":0}},{"uid":"95c840fbe5c351f8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/95c840fbe5c351f8","status":"passed","time":{"start":1724861685867,"stop":1724861685871,"duration":4}},{"uid":"b89715ff550e48cd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b89715ff550e48cd","status":"passed","time":{"start":1724861546198,"stop":1724861546199,"duration":1}},{"uid":"9098c586eca859e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9098c586eca859e","status":"passed","time":{"start":1724861378120,"stop":1724861378120,"duration":0}}]},"tags":[]},"source":"c87bb66091f15b51.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/c8a231eb16c634eb.json b/7376/data/test-cases/c8a231eb16c634eb.json new file mode 100644 index 00000000000..149f61137d5 --- /dev/null +++ b/7376/data/test-cases/c8a231eb16c634eb.json @@ -0,0 +1 @@ +{"uid":"c8a231eb16c634eb","name":"Push message with custom timestamp: 1724926235572","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1724926235572","historyId":"8d1bd5bfd1a9ea35a7c878bd9df34570:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921474,"stop":1724922921475,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"c8a231eb16c634eb.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/dcf2d34c3046acaa.json b/7376/data/test-cases/c8b8fe48a7cede5b.json similarity index 77% rename from 7346/data/test-cases/dcf2d34c3046acaa.json rename to 7376/data/test-cases/c8b8fe48a7cede5b.json index bb3d7d4aafe..8695fa7bc2c 100644 --- a/7346/data/test-cases/dcf2d34c3046acaa.json +++ b/7376/data/test-cases/c8b8fe48a7cede5b.json @@ -1 +1 @@ -{"uid":"dcf2d34c3046acaa","name":"Check received message containing escaped characters","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing escaped characters","historyId":"56c4f33cf61e0b92c0f6d531ad3f6d7d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392387,"stop":1724765392389,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"14f53846d036d323","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/14f53846d036d323","status":"passed","time":{"start":1724765313871,"stop":1724765313872,"duration":1}},{"uid":"e64b846ad3df618d","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/e64b846ad3df618d","status":"passed","time":{"start":1724763683871,"stop":1724763683871,"duration":0}},{"uid":"88bbc1f6ab814214","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/88bbc1f6ab814214","status":"passed","time":{"start":1724760929572,"stop":1724760929573,"duration":1}},{"uid":"5ae8e8e51ebf091d","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/5ae8e8e51ebf091d","status":"passed","time":{"start":1724759955172,"stop":1724759955173,"duration":1}},{"uid":"ae93103ccc970afe","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/ae93103ccc970afe","status":"passed","time":{"start":1724758077454,"stop":1724758077454,"duration":0}},{"uid":"cdb8bb3f5186b3bd","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/cdb8bb3f5186b3bd","status":"passed","time":{"start":1724757801872,"stop":1724757801873,"duration":1}},{"uid":"b97c0b0c712fa454","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/b97c0b0c712fa454","status":"passed","time":{"start":1724757120193,"stop":1724757120193,"duration":0}},{"uid":"6b5ce57a9642be09","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6b5ce57a9642be09","status":"passed","time":{"start":1724755211084,"stop":1724755211085,"duration":1}},{"uid":"aebe2c62b4d4b4d3","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/aebe2c62b4d4b4d3","status":"passed","time":{"start":1724752646554,"stop":1724752646554,"duration":0}},{"uid":"71a77e8aa4ed4e17","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/71a77e8aa4ed4e17","status":"passed","time":{"start":1724751495294,"stop":1724751495294,"duration":0}},{"uid":"7733ee3dd948ca35","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/7733ee3dd948ca35","status":"passed","time":{"start":1724750572388,"stop":1724750572388,"duration":0}},{"uid":"90b92a907c98a0fd","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/90b92a907c98a0fd","status":"passed","time":{"start":1724749567270,"stop":1724749567272,"duration":2}},{"uid":"346fca64b3ca7301","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/346fca64b3ca7301","status":"passed","time":{"start":1724717880838,"stop":1724717880838,"duration":0}},{"uid":"29727029e48b2e07","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/29727029e48b2e07","status":"passed","time":{"start":1724715103514,"stop":1724715103514,"duration":0}},{"uid":"9b48a683446d5049","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/9b48a683446d5049","status":"passed","time":{"start":1724713195376,"stop":1724713195377,"duration":1}},{"uid":"a47b53940b5f1318","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a47b53940b5f1318","status":"passed","time":{"start":1724706389680,"stop":1724706389681,"duration":1}},{"uid":"4e2104f624e499ac","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/4e2104f624e499ac","status":"passed","time":{"start":1724704811203,"stop":1724704811203,"duration":0}},{"uid":"148e3577ff5c47ed","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/148e3577ff5c47ed","status":"passed","time":{"start":1724684170203,"stop":1724684170203,"duration":0}},{"uid":"a2159b17f1ddf52d","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/a2159b17f1ddf52d","status":"passed","time":{"start":1724672903622,"stop":1724672903623,"duration":1}},{"uid":"8f4af1793918015e","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/8f4af1793918015e","status":"passed","time":{"start":1724670674050,"stop":1724670674051,"duration":1}}]},"tags":[]},"source":"dcf2d34c3046acaa.json","parameterValues":[]} \ No newline at end of file +{"uid":"c8b8fe48a7cede5b","name":"Check received message containing escaped characters","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing escaped characters","historyId":"56c4f33cf61e0b92c0f6d531ad3f6d7d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845258,"stop":1724922845258,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d4aeb13d938bf2dc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d4aeb13d938bf2dc","status":"passed","time":{"start":1724921515238,"stop":1724921515238,"duration":0}},{"uid":"d3d1757601a7027c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d3d1757601a7027c","status":"passed","time":{"start":1724921475499,"stop":1724921475499,"duration":0}},{"uid":"9b2bb5484725e3cc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9b2bb5484725e3cc","status":"passed","time":{"start":1724918179410,"stop":1724918179410,"duration":0}},{"uid":"430388a7bbd6d34d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/430388a7bbd6d34d","status":"passed","time":{"start":1724889935349,"stop":1724889935349,"duration":0}},{"uid":"ca4b2dfe1ac40588","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ca4b2dfe1ac40588","status":"passed","time":{"start":1724889072764,"stop":1724889072764,"duration":0}},{"uid":"6ab65e83713e01ec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6ab65e83713e01ec","status":"passed","time":{"start":1724888232425,"stop":1724888232425,"duration":0}},{"uid":"186a8ccc1a2c52d8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/186a8ccc1a2c52d8","status":"passed","time":{"start":1724887018312,"stop":1724887018312,"duration":0}},{"uid":"3ac3439e15adb867","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3ac3439e15adb867","status":"passed","time":{"start":1724886781498,"stop":1724886781499,"duration":1}},{"uid":"743974766ff8b346","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/743974766ff8b346","status":"passed","time":{"start":1724862213673,"stop":1724862213674,"duration":1}},{"uid":"f35cda42c33c144e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f35cda42c33c144e","status":"passed","time":{"start":1724861685874,"stop":1724861685874,"duration":0}},{"uid":"c9e1371be128a96d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c9e1371be128a96d","status":"passed","time":{"start":1724861546200,"stop":1724861546200,"duration":0}},{"uid":"1445323ff0aa86d2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1445323ff0aa86d2","status":"passed","time":{"start":1724861378121,"stop":1724861378122,"duration":1}}]},"tags":[]},"source":"c8b8fe48a7cede5b.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/4d5ac9abab4c5f6.json b/7376/data/test-cases/c8b96f717e55818.json similarity index 54% rename from 7346/data/test-cases/4d5ac9abab4c5f6.json rename to 7376/data/test-cases/c8b96f717e55818.json index 2394882b2c4..b7ed56d0bfd 100644 --- a/7346/data/test-cases/4d5ac9abab4c5f6.json +++ b/7376/data/test-cases/c8b96f717e55818.json @@ -1 +1 @@ -{"uid":"4d5ac9abab4c5f6","name":"Check message on other pubsub topic is not received","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check message on other pubsub topic is not received","historyId":"75fd9fd97cdaeaa0c7a3aa1e43806cb6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392393,"stop":1724765392393,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"c4faf909a292014f","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/c4faf909a292014f","status":"passed","time":{"start":1724765313875,"stop":1724765313875,"duration":0}},{"uid":"123c1a46dccb98d1","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/123c1a46dccb98d1","status":"passed","time":{"start":1724763683874,"stop":1724763683875,"duration":1}},{"uid":"7f1675dd42af68c","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/7f1675dd42af68c","status":"passed","time":{"start":1724760929580,"stop":1724760929580,"duration":0}},{"uid":"154467d791343aa","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/154467d791343aa","status":"passed","time":{"start":1724759955176,"stop":1724759955176,"duration":0}},{"uid":"39a33a98a48f7a9c","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/39a33a98a48f7a9c","status":"passed","time":{"start":1724758077458,"stop":1724758077459,"duration":1}},{"uid":"418f58cf5e6eb00d","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/418f58cf5e6eb00d","status":"passed","time":{"start":1724757801875,"stop":1724757801876,"duration":1}},{"uid":"3ca56b731a02bbf7","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/3ca56b731a02bbf7","status":"passed","time":{"start":1724757120196,"stop":1724757120196,"duration":0}},{"uid":"81d2d0224048a91b","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/81d2d0224048a91b","status":"passed","time":{"start":1724755211088,"stop":1724755211088,"duration":0}},{"uid":"b15e928eac5c45d0","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/b15e928eac5c45d0","status":"passed","time":{"start":1724752646558,"stop":1724752646558,"duration":0}},{"uid":"797aaa21ee6701b7","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/797aaa21ee6701b7","status":"passed","time":{"start":1724751495298,"stop":1724751495299,"duration":1}},{"uid":"7213a374b42cb6ea","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/7213a374b42cb6ea","status":"passed","time":{"start":1724750572391,"stop":1724750572391,"duration":0}},{"uid":"2a2b5e5374385276","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/2a2b5e5374385276","status":"passed","time":{"start":1724749567274,"stop":1724749567274,"duration":0}},{"uid":"c7c914344a290c4e","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c7c914344a290c4e","status":"passed","time":{"start":1724717880845,"stop":1724717880847,"duration":2}},{"uid":"7905d8f60e198d72","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/7905d8f60e198d72","status":"passed","time":{"start":1724715103517,"stop":1724715103518,"duration":1}},{"uid":"bea0626a9899ed11","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/bea0626a9899ed11","status":"passed","time":{"start":1724713195383,"stop":1724713195383,"duration":0}},{"uid":"2b5abe63a0ef9dd1","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2b5abe63a0ef9dd1","status":"passed","time":{"start":1724706389688,"stop":1724706389688,"duration":0}},{"uid":"e47962eea203aefd","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/e47962eea203aefd","status":"passed","time":{"start":1724704811206,"stop":1724704811206,"duration":0}},{"uid":"d4f07a01d18f1615","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d4f07a01d18f1615","status":"passed","time":{"start":1724684170212,"stop":1724684170212,"duration":0}},{"uid":"cb91808597f38191","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/cb91808597f38191","status":"passed","time":{"start":1724672903660,"stop":1724672903660,"duration":0}},{"uid":"f030a7593933ad1e","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/f030a7593933ad1e","status":"passed","time":{"start":1724670674056,"stop":1724670674057,"duration":1}}]},"tags":[]},"source":"4d5ac9abab4c5f6.json","parameterValues":[]} \ No newline at end of file +{"uid":"c8b96f717e55818","name":"Check received message containing short","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing short","historyId":"ebf89e30778dc608daa4afe853022171:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845248,"stop":1724922845248,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ccf0ac6e277c9e3e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ccf0ac6e277c9e3e","status":"passed","time":{"start":1724921515230,"stop":1724921515230,"duration":0}},{"uid":"2868c41872bbf24f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2868c41872bbf24f","status":"passed","time":{"start":1724921475456,"stop":1724921475457,"duration":1}},{"uid":"1f8da966f9b931b8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1f8da966f9b931b8","status":"passed","time":{"start":1724918179404,"stop":1724918179404,"duration":0}},{"uid":"d915f789c28e8161","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d915f789c28e8161","status":"passed","time":{"start":1724889935344,"stop":1724889935344,"duration":0}},{"uid":"8193a18f50ac2d55","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8193a18f50ac2d55","status":"passed","time":{"start":1724889072758,"stop":1724889072758,"duration":0}},{"uid":"1ded63a60ace7fda","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1ded63a60ace7fda","status":"passed","time":{"start":1724888232418,"stop":1724888232419,"duration":1}},{"uid":"b35dd5b9bd92fb1e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b35dd5b9bd92fb1e","status":"passed","time":{"start":1724887018306,"stop":1724887018306,"duration":0}},{"uid":"16b2a1183979b2d9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/16b2a1183979b2d9","status":"passed","time":{"start":1724886781483,"stop":1724886781483,"duration":0}},{"uid":"97be1a18825a9813","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97be1a18825a9813","status":"passed","time":{"start":1724862213666,"stop":1724862213666,"duration":0}},{"uid":"6ddf7419e013ee45","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6ddf7419e013ee45","status":"passed","time":{"start":1724861685859,"stop":1724861685859,"duration":0}},{"uid":"52110ed1746f040f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/52110ed1746f040f","status":"passed","time":{"start":1724861546181,"stop":1724861546181,"duration":0}},{"uid":"c89f1bef05745064","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c89f1bef05745064","status":"passed","time":{"start":1724861378114,"stop":1724861378115,"duration":1}}]},"tags":[]},"source":"c8b96f717e55818.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/e3cf887120bc95cc.json b/7376/data/test-cases/c8d2367a0795d006.json similarity index 77% rename from 7346/data/test-cases/e3cf887120bc95cc.json rename to 7376/data/test-cases/c8d2367a0795d006.json index 88de9b77da1..89e37560d25 100644 --- a/7346/data/test-cases/e3cf887120bc95cc.json +++ b/7376/data/test-cases/c8d2367a0795d006.json @@ -1 +1 @@ -{"uid":"e3cf887120bc95cc","name":"Subscribe to topic containing emoji and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing emoji and receive message","historyId":"4f307cc7c92f8a7b045d9da80ae0d231:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765545682,"stop":1724765545682,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"92e64874afb1e6a4","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/92e64874afb1e6a4","status":"passed","time":{"start":1724765472925,"stop":1724765472925,"duration":0}},{"uid":"4990854657390e85","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/4990854657390e85","status":"passed","time":{"start":1724763953872,"stop":1724763953873,"duration":1}},{"uid":"9d41786830c953c4","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/9d41786830c953c4","status":"passed","time":{"start":1724761070333,"stop":1724761070334,"duration":1}},{"uid":"511be2e3447c0c4e","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/511be2e3447c0c4e","status":"passed","time":{"start":1724760260080,"stop":1724760260080,"duration":0}},{"uid":"4317e2f9cb13ca5e","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/4317e2f9cb13ca5e","status":"passed","time":{"start":1724758530274,"stop":1724758530275,"duration":1}},{"uid":"b9efc5fab689c606","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b9efc5fab689c606","status":"passed","time":{"start":1724757958307,"stop":1724757958308,"duration":1}},{"uid":"2ef5529c5e4e8b65","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/2ef5529c5e4e8b65","status":"passed","time":{"start":1724757397596,"stop":1724757397596,"duration":0}},{"uid":"a6bb440f0c4d094a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a6bb440f0c4d094a","status":"passed","time":{"start":1724755379408,"stop":1724755379408,"duration":0}},{"uid":"5b20b3cec127113d","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/5b20b3cec127113d","status":"passed","time":{"start":1724752819852,"stop":1724752819852,"duration":0}},{"uid":"ffe0602f1962bc22","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/ffe0602f1962bc22","status":"passed","time":{"start":1724751625336,"stop":1724751625337,"duration":1}},{"uid":"a95280d7d865b1ee","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/a95280d7d865b1ee","status":"passed","time":{"start":1724750725833,"stop":1724750725833,"duration":0}},{"uid":"9faf2117e412312d","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/9faf2117e412312d","status":"passed","time":{"start":1724749717555,"stop":1724749717567,"duration":12}},{"uid":"deb9d8cbd29136e4","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/deb9d8cbd29136e4","status":"passed","time":{"start":1724718019288,"stop":1724718019289,"duration":1}},{"uid":"85571b0557629c46","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/85571b0557629c46","status":"passed","time":{"start":1724715264573,"stop":1724715264573,"duration":0}},{"uid":"571389127d20716a","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/571389127d20716a","status":"passed","time":{"start":1724713371754,"stop":1724713371754,"duration":0}},{"uid":"d8ed7df09a536445","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d8ed7df09a536445","status":"passed","time":{"start":1724706679440,"stop":1724706679441,"duration":1}},{"uid":"4479680eb7d969ba","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/4479680eb7d969ba","status":"passed","time":{"start":1724705096866,"stop":1724705096866,"duration":0}},{"uid":"d538efb8b7991d5","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d538efb8b7991d5","status":"passed","time":{"start":1724684459935,"stop":1724684459935,"duration":0}},{"uid":"c50cfecfd23066f6","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/c50cfecfd23066f6","status":"passed","time":{"start":1724673071762,"stop":1724673071762,"duration":0}},{"uid":"343f7936f1bbd42","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/343f7936f1bbd42","status":"passed","time":{"start":1724670808713,"stop":1724670808714,"duration":1}}]},"tags":[]},"source":"e3cf887120bc95cc.json","parameterValues":[]} \ No newline at end of file +{"uid":"c8d2367a0795d006","name":"Subscribe and receive symmetrically encrypted messages via lightPush","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe and receive symmetrically encrypted messages via lightPush","historyId":"1cad348a6e387b7a88e6476ad79f7e1f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012472,"stop":1724923012472,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fd0e52b593c94b06","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fd0e52b593c94b06","status":"passed","time":{"start":1724921625078,"stop":1724921625079,"duration":1}},{"uid":"9cf371ea772d2b90","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9cf371ea772d2b90","status":"passed","time":{"start":1724921590502,"stop":1724921590502,"duration":0}},{"uid":"a59f9ad9cf28bee7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a59f9ad9cf28bee7","status":"passed","time":{"start":1724918287570,"stop":1724918287570,"duration":0}},{"uid":"2b9478f78956fe5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b9478f78956fe5","status":"passed","time":{"start":1724890047795,"stop":1724890047795,"duration":0}},{"uid":"e2eed72aa9261eb5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e2eed72aa9261eb5","status":"passed","time":{"start":1724889183928,"stop":1724889183929,"duration":1}},{"uid":"c9a43de059f6997c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c9a43de059f6997c","status":"passed","time":{"start":1724888354176,"stop":1724888354176,"duration":0}},{"uid":"cc2b88a518ed0c9b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc2b88a518ed0c9b","status":"passed","time":{"start":1724887145692,"stop":1724887145692,"duration":0}},{"uid":"9f551b0847ad2046","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9f551b0847ad2046","status":"passed","time":{"start":1724886915792,"stop":1724886915792,"duration":0}},{"uid":"7b7317613c58ce1d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b7317613c58ce1d","status":"passed","time":{"start":1724862341456,"stop":1724862341457,"duration":1}},{"uid":"9460a065fc85a620","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9460a065fc85a620","status":"passed","time":{"start":1724861805450,"stop":1724861805455,"duration":5}},{"uid":"28ec3e60e1fc568e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/28ec3e60e1fc568e","status":"passed","time":{"start":1724861662291,"stop":1724861662291,"duration":0}},{"uid":"b98047088a373e9e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b98047088a373e9e","status":"passed","time":{"start":1724861492520,"stop":1724861492520,"duration":0}}]},"tags":[]},"source":"c8d2367a0795d006.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/14d015d1a8f1bcff.json b/7376/data/test-cases/c8ebf5fb4bd2fbc5.json similarity index 78% rename from 7346/data/test-cases/14d015d1a8f1bcff.json rename to 7376/data/test-cases/c8ebf5fb4bd2fbc5.json index 1418a554ee7..461a8e972c9 100644 --- a/7346/data/test-cases/14d015d1a8f1bcff.json +++ b/7376/data/test-cases/c8ebf5fb4bd2fbc5.json @@ -1 +1 @@ -{"uid":"14d015d1a8f1bcff","name":"Check received message containing numeric","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing numeric","historyId":"b08068a9b03559ce890ac01ffeb86082:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392366,"stop":1724765392366,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"1bf681d83a0d121","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/1bf681d83a0d121","status":"passed","time":{"start":1724765313854,"stop":1724765313854,"duration":0}},{"uid":"9f0725dd72c9a24a","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/9f0725dd72c9a24a","status":"passed","time":{"start":1724763683850,"stop":1724763683850,"duration":0}},{"uid":"a8378fc46cbe9ac","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a8378fc46cbe9ac","status":"passed","time":{"start":1724760929553,"stop":1724760929553,"duration":0}},{"uid":"59073b098320bd79","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/59073b098320bd79","status":"passed","time":{"start":1724759955155,"stop":1724759955156,"duration":1}},{"uid":"292aa5e874d5651","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/292aa5e874d5651","status":"passed","time":{"start":1724758077416,"stop":1724758077418,"duration":2}},{"uid":"71bc394acee6bce1","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/71bc394acee6bce1","status":"passed","time":{"start":1724757801855,"stop":1724757801856,"duration":1}},{"uid":"3febb4b58ec1909d","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/3febb4b58ec1909d","status":"passed","time":{"start":1724757120154,"stop":1724757120155,"duration":1}},{"uid":"93d8c1b7f699d34b","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/93d8c1b7f699d34b","status":"passed","time":{"start":1724755211030,"stop":1724755211034,"duration":4}},{"uid":"82bb239ea42c323b","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/82bb239ea42c323b","status":"passed","time":{"start":1724752646527,"stop":1724752646527,"duration":0}},{"uid":"d001810a736d6030","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/d001810a736d6030","status":"passed","time":{"start":1724751495262,"stop":1724751495263,"duration":1}},{"uid":"77f2ce6a8250130","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/77f2ce6a8250130","status":"passed","time":{"start":1724750572358,"stop":1724750572358,"duration":0}},{"uid":"31f08112ff967e14","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/31f08112ff967e14","status":"passed","time":{"start":1724749567235,"stop":1724749567235,"duration":0}},{"uid":"5528103d05629b22","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/5528103d05629b22","status":"passed","time":{"start":1724717880808,"stop":1724717880809,"duration":1}},{"uid":"d1b079fce2bfa97c","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/d1b079fce2bfa97c","status":"passed","time":{"start":1724715103495,"stop":1724715103495,"duration":0}},{"uid":"6e953228a01cc034","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/6e953228a01cc034","status":"passed","time":{"start":1724713195347,"stop":1724713195347,"duration":0}},{"uid":"2f7b246e1c51eed","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2f7b246e1c51eed","status":"passed","time":{"start":1724706389653,"stop":1724706389654,"duration":1}},{"uid":"6cce063cca7765e","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6cce063cca7765e","status":"passed","time":{"start":1724704811172,"stop":1724704811173,"duration":1}},{"uid":"7d68bc41c3a9ba6c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/7d68bc41c3a9ba6c","status":"passed","time":{"start":1724684170147,"stop":1724684170147,"duration":0}},{"uid":"e9b90e7e08d8cd1c","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/e9b90e7e08d8cd1c","status":"passed","time":{"start":1724672903587,"stop":1724672903588,"duration":1}},{"uid":"5684be5a033a1fc4","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/5684be5a033a1fc4","status":"passed","time":{"start":1724670674024,"stop":1724670674025,"duration":1}}]},"tags":[]},"source":"14d015d1a8f1bcff.json","parameterValues":[]} \ No newline at end of file +{"uid":"c8ebf5fb4bd2fbc5","name":"Check received message containing numeric","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing numeric","historyId":"b08068a9b03559ce890ac01ffeb86082:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845233,"stop":1724922845233,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c256437b5260ae55","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c256437b5260ae55","status":"passed","time":{"start":1724921515219,"stop":1724921515219,"duration":0}},{"uid":"3f51faff4febfa7a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3f51faff4febfa7a","status":"passed","time":{"start":1724921475436,"stop":1724921475437,"duration":1}},{"uid":"aab7a5f16c80980e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/aab7a5f16c80980e","status":"passed","time":{"start":1724918179376,"stop":1724918179377,"duration":1}},{"uid":"61d8e08676aa3250","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/61d8e08676aa3250","status":"passed","time":{"start":1724889935333,"stop":1724889935333,"duration":0}},{"uid":"20129f55c2b2efe6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/20129f55c2b2efe6","status":"passed","time":{"start":1724889072745,"stop":1724889072745,"duration":0}},{"uid":"1472e3eb16c5291b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1472e3eb16c5291b","status":"passed","time":{"start":1724888232407,"stop":1724888232407,"duration":0}},{"uid":"7af7c3192bfb7408","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7af7c3192bfb7408","status":"passed","time":{"start":1724887018287,"stop":1724887018287,"duration":0}},{"uid":"1a16bba90cae145e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1a16bba90cae145e","status":"passed","time":{"start":1724886781472,"stop":1724886781472,"duration":0}},{"uid":"cc910f1a03fc5acf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc910f1a03fc5acf","status":"passed","time":{"start":1724862213654,"stop":1724862213655,"duration":1}},{"uid":"4c9c11d443f2a088","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4c9c11d443f2a088","status":"passed","time":{"start":1724861685847,"stop":1724861685848,"duration":1}},{"uid":"92feeda19b933331","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/92feeda19b933331","status":"passed","time":{"start":1724861546162,"stop":1724861546162,"duration":0}},{"uid":"26d999eec9dc5ccb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/26d999eec9dc5ccb","status":"passed","time":{"start":1724861378102,"stop":1724861378103,"duration":1}}]},"tags":[]},"source":"c8ebf5fb4bd2fbc5.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/e86b4e095d75523e.json b/7376/data/test-cases/c97917053af1a77a.json similarity index 78% rename from 7346/data/test-cases/e86b4e095d75523e.json rename to 7376/data/test-cases/c97917053af1a77a.json index 1b4076fcbb7..5ff4c30eb5f 100644 --- a/7346/data/test-cases/e86b4e095d75523e.json +++ b/7376/data/test-cases/c97917053af1a77a.json @@ -1 +1 @@ -{"uid":"e86b4e095d75523e","name":"Check received message containing Russian","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing Russian","historyId":"d4e9f1d619edb7ca888f97ca63f16e18:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392381,"stop":1724765392381,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"128944d5b9342ae3","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/128944d5b9342ae3","status":"passed","time":{"start":1724765313868,"stop":1724765313869,"duration":1}},{"uid":"22e3bf351c23a5d3","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/22e3bf351c23a5d3","status":"passed","time":{"start":1724763683867,"stop":1724763683868,"duration":1}},{"uid":"76f289a6aaf0dd66","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/76f289a6aaf0dd66","status":"passed","time":{"start":1724760929570,"stop":1724760929570,"duration":0}},{"uid":"ba813a3640e8a55e","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/ba813a3640e8a55e","status":"passed","time":{"start":1724759955170,"stop":1724759955170,"duration":0}},{"uid":"3e89a27d6337cf27","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/3e89a27d6337cf27","status":"passed","time":{"start":1724758077446,"stop":1724758077447,"duration":1}},{"uid":"2fcb0005572cfdb9","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2fcb0005572cfdb9","status":"passed","time":{"start":1724757801870,"stop":1724757801871,"duration":1}},{"uid":"dd408cb6ff97be86","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/dd408cb6ff97be86","status":"passed","time":{"start":1724757120190,"stop":1724757120190,"duration":0}},{"uid":"aa82e0646cf1f3f7","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/aa82e0646cf1f3f7","status":"passed","time":{"start":1724755211077,"stop":1724755211078,"duration":1}},{"uid":"f5f6d70fdb2921f1","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/f5f6d70fdb2921f1","status":"passed","time":{"start":1724752646551,"stop":1724752646551,"duration":0}},{"uid":"bb89da5eb08e12cc","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/bb89da5eb08e12cc","status":"passed","time":{"start":1724751495288,"stop":1724751495289,"duration":1}},{"uid":"1ddc9b2de7293119","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/1ddc9b2de7293119","status":"passed","time":{"start":1724750572381,"stop":1724750572382,"duration":1}},{"uid":"303f39c8c1bbe99f","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/303f39c8c1bbe99f","status":"passed","time":{"start":1724749567265,"stop":1724749567266,"duration":1}},{"uid":"f3f6c49f5fad6e9e","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/f3f6c49f5fad6e9e","status":"passed","time":{"start":1724717880831,"stop":1724717880831,"duration":0}},{"uid":"7bf738e6909c3ae","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/7bf738e6909c3ae","status":"passed","time":{"start":1724715103511,"stop":1724715103511,"duration":0}},{"uid":"41fdbef3dffac37","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/41fdbef3dffac37","status":"passed","time":{"start":1724713195362,"stop":1724713195362,"duration":0}},{"uid":"d731f753aaa9cd7a","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d731f753aaa9cd7a","status":"passed","time":{"start":1724706389677,"stop":1724706389678,"duration":1}},{"uid":"1524f54f6b9447fb","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/1524f54f6b9447fb","status":"passed","time":{"start":1724704811200,"stop":1724704811200,"duration":0}},{"uid":"c6b6c52273600ab3","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c6b6c52273600ab3","status":"passed","time":{"start":1724684170196,"stop":1724684170197,"duration":1}},{"uid":"7c6f7a31bf9918eb","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/7c6f7a31bf9918eb","status":"passed","time":{"start":1724672903618,"stop":1724672903619,"duration":1}},{"uid":"6422f99029a2b1b0","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/6422f99029a2b1b0","status":"passed","time":{"start":1724670674047,"stop":1724670674048,"duration":1}}]},"tags":[]},"source":"e86b4e095d75523e.json","parameterValues":[]} \ No newline at end of file +{"uid":"c97917053af1a77a","name":"Check received message containing Russian","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing Russian","historyId":"d4e9f1d619edb7ca888f97ca63f16e18:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845251,"stop":1724922845252,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cb7f384cd2383350","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cb7f384cd2383350","status":"passed","time":{"start":1724921515232,"stop":1724921515233,"duration":1}},{"uid":"7b8e769e1eae2fe3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7b8e769e1eae2fe3","status":"passed","time":{"start":1724921475466,"stop":1724921475466,"duration":0}},{"uid":"e4e65e1718320c2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e4e65e1718320c2","status":"passed","time":{"start":1724918179407,"stop":1724918179407,"duration":0}},{"uid":"f48041232801b765","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f48041232801b765","status":"passed","time":{"start":1724889935346,"stop":1724889935346,"duration":0}},{"uid":"f8e5256fbf3004d2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f8e5256fbf3004d2","status":"passed","time":{"start":1724889072761,"stop":1724889072761,"duration":0}},{"uid":"c801f08efc87f111","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c801f08efc87f111","status":"passed","time":{"start":1724888232422,"stop":1724888232422,"duration":0}},{"uid":"748eedb944b6c9b1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/748eedb944b6c9b1","status":"passed","time":{"start":1724887018309,"stop":1724887018309,"duration":0}},{"uid":"2f787a17371fef99","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2f787a17371fef99","status":"passed","time":{"start":1724886781485,"stop":1724886781486,"duration":1}},{"uid":"19bc7662c7eb7fe9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/19bc7662c7eb7fe9","status":"passed","time":{"start":1724862213669,"stop":1724862213669,"duration":0}},{"uid":"668f37bebdf43133","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/668f37bebdf43133","status":"passed","time":{"start":1724861685862,"stop":1724861685863,"duration":1}},{"uid":"a30866b4b5b8444a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a30866b4b5b8444a","status":"passed","time":{"start":1724861546184,"stop":1724861546184,"duration":0}},{"uid":"69fe1b421bcd3ec4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/69fe1b421bcd3ec4","status":"passed","time":{"start":1724861378118,"stop":1724861378118,"duration":0}}]},"tags":[]},"source":"c97917053af1a77a.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/50c1415d2f21187a.json b/7376/data/test-cases/c979c5bd8a182114.json similarity index 96% rename from 7346/data/test-cases/50c1415d2f21187a.json rename to 7376/data/test-cases/c979c5bd8a182114.json index b9dd08835c8..79de5fc8771 100644 --- a/7346/data/test-cases/50c1415d2f21187a.json +++ b/7376/data/test-cases/c979c5bd8a182114.json @@ -1 +1 @@ -{"uid":"50c1415d2f21187a","name":"Publish message with custom timestamp: Tue Aug 27 2024 12:29:56 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Tue Aug 27 2024 12:29:56 GMT+0000 (Coordinated Universal Time)","historyId":"09298995491dcf1f28a004696bdfd84e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765426736,"stop":1724765426736,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"50c1415d2f21187a.json","parameterValues":[]} \ No newline at end of file +{"uid":"c979c5bd8a182114","name":"Publish message with custom timestamp: Thu Aug 29 2024 10:14:22 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Thu Aug 29 2024 10:14:22 GMT+0000 (Coordinated Universal Time)","historyId":"8e2e57ef928f2d500901bd34cc9320ff:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922887530,"stop":1724922887531,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"c979c5bd8a182114.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/c97af327e35de383.json b/7376/data/test-cases/c97af327e35de383.json new file mode 100644 index 00000000000..ac1dac8fe59 --- /dev/null +++ b/7376/data/test-cases/c97af327e35de383.json @@ -0,0 +1 @@ +{"uid":"c97af327e35de383","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","fullName":"/tests/store/time_filter.node.spec.ts: Waku Store, time filter > msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","historyId":"16822a1766d8608312f0f568cf362cc0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922999269,"stop":1724922999270,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3f2d46c92a16308d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3f2d46c92a16308d","status":"passed","time":{"start":1724921669871,"stop":1724921669871,"duration":0}},{"uid":"d1b317dd1729d40c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d1b317dd1729d40c","status":"passed","time":{"start":1724921630269,"stop":1724921630269,"duration":0}},{"uid":"531ef65537c5c62e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/531ef65537c5c62e","status":"passed","time":{"start":1724918332988,"stop":1724918332988,"duration":0}},{"uid":"59cb698877f6b1f2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/59cb698877f6b1f2","status":"passed","time":{"start":1724890089469,"stop":1724890089469,"duration":0}},{"uid":"91142c99fdf8941d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91142c99fdf8941d","status":"passed","time":{"start":1724889224494,"stop":1724889224494,"duration":0}},{"uid":"3b899a939a35967d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3b899a939a35967d","status":"passed","time":{"start":1724888406348,"stop":1724888406348,"duration":0}},{"uid":"b9787f96eaf53e87","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b9787f96eaf53e87","status":"passed","time":{"start":1724887175025,"stop":1724887175025,"duration":0}},{"uid":"bb88aa2c3fa4e9f8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bb88aa2c3fa4e9f8","status":"passed","time":{"start":1724886952409,"stop":1724886952409,"duration":0}},{"uid":"5ded6eb1b6695579","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ded6eb1b6695579","status":"passed","time":{"start":1724862378565,"stop":1724862378566,"duration":1}},{"uid":"be68af80f0cf74a7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/be68af80f0cf74a7","status":"passed","time":{"start":1724861846752,"stop":1724861846752,"duration":0}},{"uid":"968016d4434baf7f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/968016d4434baf7f","status":"passed","time":{"start":1724861702537,"stop":1724861702537,"duration":0}},{"uid":"65c68b255a0847ed","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/65c68b255a0847ed","status":"passed","time":{"start":1724861533460,"stop":1724861533460,"duration":0}}]},"tags":[]},"source":"c97af327e35de383.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/647cd928248e523a.json b/7376/data/test-cases/c9919ab5bb5b49fb.json similarity index 59% rename from 7346/data/test-cases/647cd928248e523a.json rename to 7376/data/test-cases/c9919ab5bb5b49fb.json index 8fdafb5d4b3..9f9ac2f5ba1 100644 --- a/7346/data/test-cases/647cd928248e523a.json +++ b/7376/data/test-cases/c9919ab5bb5b49fb.json @@ -1 +1 @@ -{"uid":"647cd928248e523a","name":"should not fail to stop the service if it was not started","fullName":"/tests/peer-exchange/compliance.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > should not fail to stop the service if it was not started","historyId":"5b40cbb9bc1bfc84ffb33f4f79ed5f5c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765396240,"stop":1724765396240,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":25,"unknown":0,"total":25},"items":[{"uid":"25c5d3a6b95c2327","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/25c5d3a6b95c2327","status":"passed","time":{"start":1724765321917,"stop":1724765321917,"duration":0}},{"uid":"a8462afbc5cce947","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/a8462afbc5cce947","status":"passed","time":{"start":1724763711440,"stop":1724763711441,"duration":1}},{"uid":"588a31bbc6f8e62b","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/588a31bbc6f8e62b","status":"passed","time":{"start":1724760943634,"stop":1724760943634,"duration":0}},{"uid":"99ae8223c3b3aa89","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/99ae8223c3b3aa89","status":"passed","time":{"start":1724759954938,"stop":1724759954938,"duration":0}},{"uid":"278de26bb4d7895e","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/278de26bb4d7895e","status":"passed","time":{"start":1724758124768,"stop":1724758124769,"duration":1}},{"uid":"63c84725e8fb4674","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/63c84725e8fb4674","status":"passed","time":{"start":1724757166621,"stop":1724757166621,"duration":0}},{"uid":"b89eba0ab1a57d92","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b89eba0ab1a57d92","status":"passed","time":{"start":1724755237690,"stop":1724755237691,"duration":1}},{"uid":"df5086a838e4be34","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/df5086a838e4be34","status":"passed","time":{"start":1724752671462,"stop":1724752671465,"duration":3}},{"uid":"2154071cb76fcdcd","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/2154071cb76fcdcd","status":"passed","time":{"start":1724751525192,"stop":1724751525192,"duration":0}},{"uid":"326eb54d92c2d448","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/326eb54d92c2d448","status":"passed","time":{"start":1724750572468,"stop":1724750572468,"duration":0}},{"uid":"32588e13f7fd79d8","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/32588e13f7fd79d8","status":"passed","time":{"start":1724749583680,"stop":1724749583680,"duration":0}},{"uid":"f47772429a5427ae","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/f47772429a5427ae","status":"passed","time":{"start":1724717896673,"stop":1724717896673,"duration":0}},{"uid":"eff934a80af26aad","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/eff934a80af26aad","status":"passed","time":{"start":1724715129461,"stop":1724715129461,"duration":0}},{"uid":"a2c48538d458d5e2","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/a2c48538d458d5e2","status":"passed","time":{"start":1724713213886,"stop":1724713213886,"duration":0}},{"uid":"b97a6a89c85f2936","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b97a6a89c85f2936","status":"passed","time":{"start":1724706401528,"stop":1724706401528,"duration":0}},{"uid":"593e399bfda1def1","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/593e399bfda1def1","status":"passed","time":{"start":1724704798331,"stop":1724704798331,"duration":0}},{"uid":"a2bc42b5c5e84cf","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a2bc42b5c5e84cf","status":"passed","time":{"start":1724684188521,"stop":1724684188522,"duration":1}},{"uid":"1436fdfa8d7e081","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/1436fdfa8d7e081","status":"passed","time":{"start":1724672935568,"stop":1724672935569,"duration":1}},{"uid":"6e5f2192c2e1ddc5","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/6e5f2192c2e1ddc5","status":"passed","time":{"start":1724670644422,"stop":1724670644431,"duration":9}},{"uid":"8cf4e4b6edc320c0","reportUrl":"https://waku-org.github.io/js-waku/7331//#testresult/8cf4e4b6edc320c0","status":"passed","time":{"start":1724663835702,"stop":1724663835703,"duration":1}}]},"tags":[]},"source":"647cd928248e523a.json","parameterValues":[]} \ No newline at end of file +{"uid":"c9919ab5bb5b49fb","name":"should not fail to stop the service if it was not started","fullName":"/tests/peer-exchange/compliance.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > should not fail to stop the service if it was not started","historyId":"5b40cbb9bc1bfc84ffb33f4f79ed5f5c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922890066,"stop":1724922890066,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d511db29b0bd003","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d511db29b0bd003","status":"passed","time":{"start":1724921559013,"stop":1724921559014,"duration":1}},{"uid":"b1ab95356c03b8cc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b1ab95356c03b8cc","status":"passed","time":{"start":1724921524129,"stop":1724921524130,"duration":1}},{"uid":"8d276d611082a9a9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8d276d611082a9a9","status":"passed","time":{"start":1724918241659,"stop":1724918241660,"duration":1}},{"uid":"2a5bff81752fe94a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2a5bff81752fe94a","status":"passed","time":{"start":1724889975473,"stop":1724889975474,"duration":1}},{"uid":"db6a147c7eef05d7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/db6a147c7eef05d7","status":"passed","time":{"start":1724889106059,"stop":1724889106059,"duration":0}},{"uid":"823157da2913de4c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/823157da2913de4c","status":"passed","time":{"start":1724888289480,"stop":1724888289481,"duration":1}},{"uid":"d57f3a1c67f55a7c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d57f3a1c67f55a7c","status":"passed","time":{"start":1724887057700,"stop":1724887057701,"duration":1}},{"uid":"320bdcb34164c1c9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/320bdcb34164c1c9","status":"passed","time":{"start":1724886839398,"stop":1724886839398,"duration":0}},{"uid":"e27ec070dd41eb42","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e27ec070dd41eb42","status":"passed","time":{"start":1724862256086,"stop":1724862256087,"duration":1}},{"uid":"79f7ab46bbb97283","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/79f7ab46bbb97283","status":"passed","time":{"start":1724861742233,"stop":1724861742233,"duration":0}},{"uid":"c521a1919b09e509","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c521a1919b09e509","status":"passed","time":{"start":1724861595386,"stop":1724861595389,"duration":3}},{"uid":"f1bf6f6eebf03f23","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f1bf6f6eebf03f23","status":"passed","time":{"start":1724861424067,"stop":1724861424068,"duration":1}}]},"tags":[]},"source":"c9919ab5bb5b49fb.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/c9d0172847edd4a1.json b/7376/data/test-cases/c9d0172847edd4a1.json new file mode 100644 index 00000000000..54705b494ec --- /dev/null +++ b/7376/data/test-cases/c9d0172847edd4a1.json @@ -0,0 +1 @@ +{"uid":"c9d0172847edd4a1","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=2 > numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","historyId":"03cd704822bb75f984d84db407f159eb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611430,"stop":1724922611430,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=2"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b8e6953dfdbec3ff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b8e6953dfdbec3ff","status":"passed","time":{"start":1724921270352,"stop":1724921270352,"duration":0}},{"uid":"7268eeb2c0435d2e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7268eeb2c0435d2e","status":"passed","time":{"start":1724921247812,"stop":1724921247812,"duration":0}},{"uid":"c45f3711809f2f5e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c45f3711809f2f5e","status":"passed","time":{"start":1724917989813,"stop":1724917989814,"duration":1}},{"uid":"9214d8323fa34c9f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9214d8323fa34c9f","status":"passed","time":{"start":1724889678541,"stop":1724889678542,"duration":1}},{"uid":"ce7d10b8a8ec2381","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ce7d10b8a8ec2381","status":"passed","time":{"start":1724888829833,"stop":1724888829833,"duration":0}},{"uid":"c80811709599f23b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c80811709599f23b","status":"passed","time":{"start":1724888076984,"stop":1724888076985,"duration":1}},{"uid":"e5c55e1ce1566afe","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e5c55e1ce1566afe","status":"passed","time":{"start":1724886851120,"stop":1724886851121,"duration":1}},{"uid":"e73ce8c1b70927ee","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e73ce8c1b70927ee","status":"passed","time":{"start":1724886647082,"stop":1724886647083,"duration":1}},{"uid":"7cc0fed3145cfd83","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7cc0fed3145cfd83","status":"passed","time":{"start":1724861992708,"stop":1724861992708,"duration":0}},{"uid":"717d57f89b100f98","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/717d57f89b100f98","status":"passed","time":{"start":1724861469637,"stop":1724861469637,"duration":0}},{"uid":"abff8a93dd3dbb2f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/abff8a93dd3dbb2f","status":"passed","time":{"start":1724861284852,"stop":1724861284853,"duration":1}},{"uid":"a5dc3ccb9edea78","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a5dc3ccb9edea78","status":"passed","time":{"start":1724861145797,"stop":1724861145798,"duration":1}}]},"tags":[]},"source":"c9d0172847edd4a1.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/976aa1d9ed436eac.json b/7376/data/test-cases/c9ecdb8bf9acb241.json similarity index 75% rename from 7346/data/test-cases/976aa1d9ed436eac.json rename to 7376/data/test-cases/c9ecdb8bf9acb241.json index b75c06dede0..a51ca658b40 100644 --- a/7346/data/test-cases/976aa1d9ed436eac.json +++ b/7376/data/test-cases/c9ecdb8bf9acb241.json @@ -1 +1 @@ -{"uid":"976aa1d9ed436eac","name":"Renews subscription after lossing a connection","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Renews subscription after lossing a connection","historyId":"f16afeb4f39a29479f4d374f039a51ac:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765545683,"stop":1724765545683,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"e3612d1b0727a04f","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/e3612d1b0727a04f","status":"passed","time":{"start":1724765472926,"stop":1724765472926,"duration":0}},{"uid":"596de415cbbe7b96","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/596de415cbbe7b96","status":"passed","time":{"start":1724761070334,"stop":1724761070335,"duration":1}},{"uid":"b530a7ba4f055d1b","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b530a7ba4f055d1b","status":"passed","time":{"start":1724757958309,"stop":1724757958309,"duration":0}},{"uid":"6a0367169937518c","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6a0367169937518c","status":"passed","time":{"start":1724755379409,"stop":1724755379409,"duration":0}},{"uid":"3af7ad4c42df45c","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/3af7ad4c42df45c","status":"passed","time":{"start":1724752819853,"stop":1724752819853,"duration":0}},{"uid":"88827fe19cf14373","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/88827fe19cf14373","status":"passed","time":{"start":1724715264574,"stop":1724715264574,"duration":0}},{"uid":"f60b1286d1de1840","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/f60b1286d1de1840","status":"passed","time":{"start":1724713371754,"stop":1724713371755,"duration":1}},{"uid":"fb01619b4d44af89","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/fb01619b4d44af89","status":"passed","time":{"start":1724673071762,"stop":1724673071763,"duration":1}},{"uid":"699fe97ccde1e38a","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/699fe97ccde1e38a","status":"passed","time":{"start":1724670808715,"stop":1724670808715,"duration":0}},{"uid":"171472332c5aaad6","reportUrl":"https://waku-org.github.io/js-waku/7331//#testresult/171472332c5aaad6","status":"passed","time":{"start":1724664000108,"stop":1724664000108,"duration":0}}]},"tags":[]},"source":"976aa1d9ed436eac.json","parameterValues":[]} \ No newline at end of file +{"uid":"c9ecdb8bf9acb241","name":"Add multiple subscription objects on single nwaku node","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Add multiple subscription objects on single nwaku node","historyId":"b5067da1f8fbcfbdad0a76a73da3690f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012484,"stop":1724923012484,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9862a071b49b479c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9862a071b49b479c","status":"passed","time":{"start":1724921625094,"stop":1724921625094,"duration":0}},{"uid":"59a009ff9cfd62cc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/59a009ff9cfd62cc","status":"passed","time":{"start":1724921590514,"stop":1724921590514,"duration":0}},{"uid":"39ae195844fb9794","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/39ae195844fb9794","status":"passed","time":{"start":1724918287581,"stop":1724918287581,"duration":0}},{"uid":"109dd3da3612b58d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/109dd3da3612b58d","status":"passed","time":{"start":1724890047807,"stop":1724890047810,"duration":3}},{"uid":"9e0408042ec5f363","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e0408042ec5f363","status":"passed","time":{"start":1724889183950,"stop":1724889183950,"duration":0}},{"uid":"85ae352b170fea1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/85ae352b170fea1","status":"passed","time":{"start":1724888354190,"stop":1724888354191,"duration":1}},{"uid":"340536970776fd04","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/340536970776fd04","status":"passed","time":{"start":1724887145733,"stop":1724887145733,"duration":0}},{"uid":"749189f94362488","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/749189f94362488","status":"passed","time":{"start":1724886915812,"stop":1724886915813,"duration":1}},{"uid":"3e0373f61eede926","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3e0373f61eede926","status":"passed","time":{"start":1724862341469,"stop":1724862341469,"duration":0}},{"uid":"69f3ab8064c05d18","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/69f3ab8064c05d18","status":"passed","time":{"start":1724861805474,"stop":1724861805475,"duration":1}},{"uid":"286cdb861b9dd747","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/286cdb861b9dd747","status":"passed","time":{"start":1724861662304,"stop":1724861662305,"duration":1}},{"uid":"41b3e2d7e1235e7e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/41b3e2d7e1235e7e","status":"passed","time":{"start":1724861492534,"stop":1724861492535,"duration":1}}]},"tags":[]},"source":"c9ecdb8bf9acb241.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/c9f7495dfa1d937.json b/7376/data/test-cases/c9f7495dfa1d937.json new file mode 100644 index 00000000000..b4938ada028 --- /dev/null +++ b/7376/data/test-cases/c9f7495dfa1d937.json @@ -0,0 +1 @@ +{"uid":"c9f7495dfa1d937","name":"Passing page size 0 when there are 110 messages","fullName":"/tests/store/page_size.node.spec.ts: Waku Store, page size > Passing page size 0 when there are 110 messages","historyId":"ebdbf9bf1d306242250cab20b0933ad9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922983779,"stop":1724922983780,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, page size"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e7bed797b82920c9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e7bed797b82920c9","status":"passed","time":{"start":1724921656188,"stop":1724921656189,"duration":1}},{"uid":"872090354871cb7e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/872090354871cb7e","status":"passed","time":{"start":1724921620455,"stop":1724921620456,"duration":1}},{"uid":"916dccdd0b1feb45","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/916dccdd0b1feb45","status":"passed","time":{"start":1724918327709,"stop":1724918327709,"duration":0}},{"uid":"d126190c51126fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d126190c51126fd","status":"passed","time":{"start":1724890078469,"stop":1724890078469,"duration":0}},{"uid":"30621b811e870dd1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/30621b811e870dd1","status":"passed","time":{"start":1724889213823,"stop":1724889213824,"duration":1}},{"uid":"17468e9641105a0c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/17468e9641105a0c","status":"passed","time":{"start":1724888383601,"stop":1724888383601,"duration":0}},{"uid":"9e101d1c94492852","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9e101d1c94492852","status":"passed","time":{"start":1724887164577,"stop":1724887164578,"duration":1}},{"uid":"ef48c7eb66cf397f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ef48c7eb66cf397f","status":"passed","time":{"start":1724886943099,"stop":1724886943099,"duration":0}},{"uid":"bbf782b999699669","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bbf782b999699669","status":"passed","time":{"start":1724862368928,"stop":1724862368928,"duration":0}},{"uid":"868c2dd56a595f75","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/868c2dd56a595f75","status":"passed","time":{"start":1724861835945,"stop":1724861835945,"duration":0}},{"uid":"d92596ee867ed979","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d92596ee867ed979","status":"passed","time":{"start":1724861692899,"stop":1724861692901,"duration":2}},{"uid":"c3203e8cca9006df","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c3203e8cca9006df","status":"passed","time":{"start":1724861520698,"stop":1724861520698,"duration":0}}]},"tags":[]},"source":"c9f7495dfa1d937.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/ca1191f08e6f115f.json b/7376/data/test-cases/ca1191f08e6f115f.json new file mode 100644 index 00000000000..a833c0fe6e2 --- /dev/null +++ b/7376/data/test-cases/ca1191f08e6f115f.json @@ -0,0 +1 @@ +{"uid":"ca1191f08e6f115f","name":"should be able to decode the field with RELAY and FILTER protocols set to true","fullName":"/src/waku2_codec.spec.ts: ENR waku2 codec > Decoding > should be able to decode the field with RELAY and FILTER protocols set to true","historyId":"ce968eb249f8af092dca43167521853b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922382332,"stop":1724922382332,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR waku2 codec"},{"name":"suite","value":"Decoding"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b44ef3349f8ee6a0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b44ef3349f8ee6a0","status":"passed","time":{"start":1724921045536,"stop":1724921045537,"duration":1}},{"uid":"cc89975ab81fddb6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cc89975ab81fddb6","status":"passed","time":{"start":1724921020730,"stop":1724921020730,"duration":0}},{"uid":"dc46515f3d01b46b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dc46515f3d01b46b","status":"passed","time":{"start":1724917681062,"stop":1724917681064,"duration":2}},{"uid":"5ebb192d21b00ec1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ebb192d21b00ec1","status":"passed","time":{"start":1724889459954,"stop":1724889459954,"duration":0}},{"uid":"d15eef2c761e8538","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d15eef2c761e8538","status":"passed","time":{"start":1724888610545,"stop":1724888610546,"duration":1}},{"uid":"36aa26e329381df9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/36aa26e329381df9","status":"passed","time":{"start":1724887766851,"stop":1724887766852,"duration":1}},{"uid":"62a8624ccad58449","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/62a8624ccad58449","status":"passed","time":{"start":1724886533247,"stop":1724886533248,"duration":1}},{"uid":"14de84a7e5d037fd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/14de84a7e5d037fd","status":"passed","time":{"start":1724886311097,"stop":1724886311098,"duration":1}},{"uid":"8974ee8ce7c63f30","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8974ee8ce7c63f30","status":"passed","time":{"start":1724861760053,"stop":1724861760053,"duration":0}},{"uid":"12ebba964c7989c9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/12ebba964c7989c9","status":"passed","time":{"start":1724861230837,"stop":1724861230837,"duration":0}},{"uid":"74b1c77cdb8177ed","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/74b1c77cdb8177ed","status":"passed","time":{"start":1724861053411,"stop":1724861053411,"duration":0}},{"uid":"25c711e9d5fea36f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/25c711e9d5fea36f","status":"passed","time":{"start":1724860914749,"stop":1724860914749,"duration":0}}]},"tags":[]},"source":"ca1191f08e6f115f.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/ca42d4b1e3ed77ba.json b/7376/data/test-cases/ca42d4b1e3ed77ba.json new file mode 100644 index 00000000000..f0b2ac8a48f --- /dev/null +++ b/7376/data/test-cases/ca42d4b1e3ed77ba.json @@ -0,0 +1 @@ +{"uid":"ca42d4b1e3ed77ba","name":"Ping on peer without subscriptions","fullName":"/tests/filter/ping.node.spec.ts: Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false > Ping on peer without subscriptions","historyId":"02e88e6b952aabd9cacdea4a8090d2fb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922499935,"stop":1724922499936,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2da6d1637bc54721","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2da6d1637bc54721","status":"passed","time":{"start":1724921158279,"stop":1724921158280,"duration":1}},{"uid":"71746222794dea32","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/71746222794dea32","status":"passed","time":{"start":1724921130077,"stop":1724921130077,"duration":0}},{"uid":"924924c62cfc5f9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/924924c62cfc5f9","status":"passed","time":{"start":1724917796894,"stop":1724917796895,"duration":1}},{"uid":"6a64b65a2897e51","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6a64b65a2897e51","status":"passed","time":{"start":1724889579998,"stop":1724889579998,"duration":0}},{"uid":"2c940b099fc11852","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c940b099fc11852","status":"passed","time":{"start":1724888730128,"stop":1724888730129,"duration":1}},{"uid":"12d0e5f9bbb58ef6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/12d0e5f9bbb58ef6","status":"passed","time":{"start":1724887883927,"stop":1724887883927,"duration":0}},{"uid":"501a65987bcafa2c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/501a65987bcafa2c","status":"passed","time":{"start":1724886651245,"stop":1724886651245,"duration":0}},{"uid":"d7de7e75007e5c27","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d7de7e75007e5c27","status":"passed","time":{"start":1724886430268,"stop":1724886430269,"duration":1}},{"uid":"a306b28a43fc7fba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a306b28a43fc7fba","status":"passed","time":{"start":1724861879168,"stop":1724861879168,"duration":0}},{"uid":"ed72597652d7d65","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ed72597652d7d65","status":"passed","time":{"start":1724861345739,"stop":1724861345739,"duration":0}},{"uid":"573745015cdae9d0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/573745015cdae9d0","status":"passed","time":{"start":1724861186694,"stop":1724861186695,"duration":1}},{"uid":"8882eb44c100db06","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8882eb44c100db06","status":"passed","time":{"start":1724861034886,"stop":1724861034886,"duration":0}}]},"tags":[]},"source":"ca42d4b1e3ed77ba.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/ca5f00d5f3b78f64.json b/7376/data/test-cases/ca5f00d5f3b78f64.json new file mode 100644 index 00000000000..bc0c2bfeae4 --- /dev/null +++ b/7376/data/test-cases/ca5f00d5f3b78f64.json @@ -0,0 +1 @@ +{"uid":"ca5f00d5f3b78f64","name":"Waku message hash computation (meta attribute not present)","fullName":"/src/index.spec.ts: RFC Test Vectors > Waku message hash computation (meta attribute not present)","historyId":"2948283825d9333beac600eb7aed52d4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922377155,"stop":1724922377155,"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":"RFC Test Vectors"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7ea8b4edebffe8ae","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7ea8b4edebffe8ae","status":"passed","time":{"start":1724921040180,"stop":1724921040180,"duration":0}},{"uid":"224011dd1a7c4faf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/224011dd1a7c4faf","status":"passed","time":{"start":1724921015573,"stop":1724921015573,"duration":0}},{"uid":"419f00301400b6e4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/419f00301400b6e4","status":"passed","time":{"start":1724917675798,"stop":1724917675798,"duration":0}},{"uid":"1f39f5ab6dc71fe0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1f39f5ab6dc71fe0","status":"passed","time":{"start":1724889454806,"stop":1724889454806,"duration":0}},{"uid":"57de30c446919d80","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/57de30c446919d80","status":"passed","time":{"start":1724888605322,"stop":1724888605322,"duration":0}},{"uid":"d38a3342ff6145f4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d38a3342ff6145f4","status":"passed","time":{"start":1724887761647,"stop":1724887761647,"duration":0}},{"uid":"19da89c96daea822","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/19da89c96daea822","status":"passed","time":{"start":1724886527992,"stop":1724886527993,"duration":1}},{"uid":"34e0db91e10c2d72","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/34e0db91e10c2d72","status":"passed","time":{"start":1724886305811,"stop":1724886305812,"duration":1}},{"uid":"e291167255feaba3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e291167255feaba3","status":"passed","time":{"start":1724861754709,"stop":1724861754709,"duration":0}},{"uid":"40007aec1c6e73cb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/40007aec1c6e73cb","status":"passed","time":{"start":1724861225781,"stop":1724861225782,"duration":1}},{"uid":"4b2842c9da288ae2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4b2842c9da288ae2","status":"passed","time":{"start":1724861047868,"stop":1724861047869,"duration":1}},{"uid":"46ec6b325b51c2b6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/46ec6b325b51c2b6","status":"passed","time":{"start":1724860909784,"stop":1724860909785,"duration":1}}]},"tags":[]},"source":"ca5f00d5f3b78f64.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/ed232de46dd67f25.json b/7376/data/test-cases/ca77ac72f4afb07b.json similarity index 77% rename from 7346/data/test-cases/ed232de46dd67f25.json rename to 7376/data/test-cases/ca77ac72f4afb07b.json index 5451e929f57..03543b4a862 100644 --- a/7346/data/test-cases/ed232de46dd67f25.json +++ b/7376/data/test-cases/ca77ac72f4afb07b.json @@ -1 +1 @@ -{"uid":"ed232de46dd67f25","name":"Check message with invalid timestamp is not received","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check message with invalid timestamp is not received","historyId":"e663d5fa9bf06d37caef1dc2a495f5c4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392392,"stop":1724765392392,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"9399a519eed0f5ba","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/9399a519eed0f5ba","status":"passed","time":{"start":1724765313874,"stop":1724765313875,"duration":1}},{"uid":"9e38e029c3b8eab3","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/9e38e029c3b8eab3","status":"passed","time":{"start":1724763683874,"stop":1724763683874,"duration":0}},{"uid":"93c33bf52c46f41","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/93c33bf52c46f41","status":"passed","time":{"start":1724760929575,"stop":1724760929575,"duration":0}},{"uid":"e4a42a24cd95adb7","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/e4a42a24cd95adb7","status":"passed","time":{"start":1724759955175,"stop":1724759955176,"duration":1}},{"uid":"1a92da8f705afdf7","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/1a92da8f705afdf7","status":"passed","time":{"start":1724758077458,"stop":1724758077458,"duration":0}},{"uid":"dae93f813a50602","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/dae93f813a50602","status":"passed","time":{"start":1724757801875,"stop":1724757801875,"duration":0}},{"uid":"2e6ef942a4cb8c76","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/2e6ef942a4cb8c76","status":"passed","time":{"start":1724757120196,"stop":1724757120196,"duration":0}},{"uid":"10568834e67d5b46","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/10568834e67d5b46","status":"passed","time":{"start":1724755211088,"stop":1724755211088,"duration":0}},{"uid":"3b6750746a22c36b","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/3b6750746a22c36b","status":"passed","time":{"start":1724752646557,"stop":1724752646558,"duration":1}},{"uid":"6a4116dd7cb4fb24","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/6a4116dd7cb4fb24","status":"passed","time":{"start":1724751495297,"stop":1724751495297,"duration":0}},{"uid":"e05f861838f646f5","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/e05f861838f646f5","status":"passed","time":{"start":1724750572390,"stop":1724750572391,"duration":1}},{"uid":"536223d02cdce16c","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/536223d02cdce16c","status":"passed","time":{"start":1724749567274,"stop":1724749567274,"duration":0}},{"uid":"623daf5115607feb","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/623daf5115607feb","status":"passed","time":{"start":1724717880844,"stop":1724717880845,"duration":1}},{"uid":"c36089b17dc83662","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/c36089b17dc83662","status":"passed","time":{"start":1724715103517,"stop":1724715103517,"duration":0}},{"uid":"86b3109c8b06c633","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/86b3109c8b06c633","status":"passed","time":{"start":1724713195382,"stop":1724713195382,"duration":0}},{"uid":"78074aa2cb8d20d","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/78074aa2cb8d20d","status":"passed","time":{"start":1724706389688,"stop":1724706389688,"duration":0}},{"uid":"2c71ba1837047b73","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2c71ba1837047b73","status":"passed","time":{"start":1724704811205,"stop":1724704811206,"duration":1}},{"uid":"345706f77027a224","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/345706f77027a224","status":"passed","time":{"start":1724684170211,"stop":1724684170211,"duration":0}},{"uid":"2a1e12f6845a62ef","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/2a1e12f6845a62ef","status":"passed","time":{"start":1724672903660,"stop":1724672903660,"duration":0}},{"uid":"7fb98e9b80cc1089","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/7fb98e9b80cc1089","status":"passed","time":{"start":1724670674056,"stop":1724670674056,"duration":0}}]},"tags":[]},"source":"ed232de46dd67f25.json","parameterValues":[]} \ No newline at end of file +{"uid":"ca77ac72f4afb07b","name":"Check message with invalid timestamp is not received","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check message with invalid timestamp is not received","historyId":"e663d5fa9bf06d37caef1dc2a495f5c4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845261,"stop":1724922845261,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b41dfca9f4a17c17","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b41dfca9f4a17c17","status":"passed","time":{"start":1724921515250,"stop":1724921515252,"duration":2}},{"uid":"56cf04c8740af073","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/56cf04c8740af073","status":"passed","time":{"start":1724921475502,"stop":1724921475502,"duration":0}},{"uid":"8bc2e0fd4c461daf","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8bc2e0fd4c461daf","status":"passed","time":{"start":1724918179417,"stop":1724918179417,"duration":0}},{"uid":"95ca93279bb3428e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/95ca93279bb3428e","status":"passed","time":{"start":1724889935351,"stop":1724889935351,"duration":0}},{"uid":"90522d539f116673","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/90522d539f116673","status":"passed","time":{"start":1724889072767,"stop":1724889072767,"duration":0}},{"uid":"fa4c664ca3526b1f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fa4c664ca3526b1f","status":"passed","time":{"start":1724888232427,"stop":1724888232427,"duration":0}},{"uid":"14219ee567b2067","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/14219ee567b2067","status":"passed","time":{"start":1724887018314,"stop":1724887018315,"duration":1}},{"uid":"b1df4acc9586f03f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b1df4acc9586f03f","status":"passed","time":{"start":1724886781503,"stop":1724886781503,"duration":0}},{"uid":"7e308e26dc88dfef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e308e26dc88dfef","status":"passed","time":{"start":1724862213683,"stop":1724862213683,"duration":0}},{"uid":"fdd655486c4173cf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fdd655486c4173cf","status":"passed","time":{"start":1724861685880,"stop":1724861685881,"duration":1}},{"uid":"4d0415ad8577715","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4d0415ad8577715","status":"passed","time":{"start":1724861546206,"stop":1724861546207,"duration":1}},{"uid":"f11f443fe93834e4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f11f443fe93834e4","status":"passed","time":{"start":1724861378124,"stop":1724861378125,"duration":1}}]},"tags":[]},"source":"ca77ac72f4afb07b.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/ec206ef1d09d471a.json b/7376/data/test-cases/caa69e455b012802.json similarity index 59% rename from 7346/data/test-cases/ec206ef1d09d471a.json rename to 7376/data/test-cases/caa69e455b012802.json index edd7cdce294..22916a165e3 100644 --- a/7346/data/test-cases/ec206ef1d09d471a.json +++ b/7376/data/test-cases/caa69e455b012802.json @@ -1 +1 @@ -{"uid":"ec206ef1d09d471a","name":"should not receive a peer event before start","fullName":"/tests/peer-exchange/compliance.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > should not receive a peer event before start","historyId":"f92447acc0e891a00e4fbc889af18e5d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765396241,"stop":1724765396241,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":25,"unknown":0,"total":25},"items":[{"uid":"f9fde7ad7f9fe5a5","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/f9fde7ad7f9fe5a5","status":"passed","time":{"start":1724765321919,"stop":1724765321919,"duration":0}},{"uid":"afc859cff368d9e3","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/afc859cff368d9e3","status":"passed","time":{"start":1724763711442,"stop":1724763711442,"duration":0}},{"uid":"7e6ab9d7245b4493","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/7e6ab9d7245b4493","status":"passed","time":{"start":1724760943635,"stop":1724760943635,"duration":0}},{"uid":"157e51ccd464276f","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/157e51ccd464276f","status":"passed","time":{"start":1724759954940,"stop":1724759954940,"duration":0}},{"uid":"8aeefc3f41e424e8","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/8aeefc3f41e424e8","status":"passed","time":{"start":1724758124770,"stop":1724758124770,"duration":0}},{"uid":"e2374943932c750c","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/e2374943932c750c","status":"passed","time":{"start":1724757166622,"stop":1724757166622,"duration":0}},{"uid":"27faf53a943f7e9","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/27faf53a943f7e9","status":"passed","time":{"start":1724755237692,"stop":1724755237692,"duration":0}},{"uid":"55b4e7323a4e0e25","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/55b4e7323a4e0e25","status":"passed","time":{"start":1724752671469,"stop":1724752671470,"duration":1}},{"uid":"70bd01fd7608c26a","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/70bd01fd7608c26a","status":"passed","time":{"start":1724751525193,"stop":1724751525193,"duration":0}},{"uid":"51a7f789360e1deb","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/51a7f789360e1deb","status":"passed","time":{"start":1724750572472,"stop":1724750572472,"duration":0}},{"uid":"6b480c65af766d5f","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/6b480c65af766d5f","status":"passed","time":{"start":1724749583702,"stop":1724749583708,"duration":6}},{"uid":"d1abd000597e0686","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/d1abd000597e0686","status":"passed","time":{"start":1724717896675,"stop":1724717896675,"duration":0}},{"uid":"8392a5dc3791db71","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/8392a5dc3791db71","status":"passed","time":{"start":1724715129466,"stop":1724715129466,"duration":0}},{"uid":"c04584f56a0134df","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/c04584f56a0134df","status":"passed","time":{"start":1724713213888,"stop":1724713213889,"duration":1}},{"uid":"f7ce3baf65066148","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f7ce3baf65066148","status":"passed","time":{"start":1724706401530,"stop":1724706401530,"duration":0}},{"uid":"a34a9d0c3ba3e80e","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a34a9d0c3ba3e80e","status":"passed","time":{"start":1724704798332,"stop":1724704798332,"duration":0}},{"uid":"cbd4ac59cda3227b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/cbd4ac59cda3227b","status":"passed","time":{"start":1724684188523,"stop":1724684188523,"duration":0}},{"uid":"f3503ab81a4c3e51","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/f3503ab81a4c3e51","status":"passed","time":{"start":1724672935572,"stop":1724672935572,"duration":0}},{"uid":"7f092ad2655e98b6","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/7f092ad2655e98b6","status":"passed","time":{"start":1724670644439,"stop":1724670644439,"duration":0}},{"uid":"15515be982e4e6a5","reportUrl":"https://waku-org.github.io/js-waku/7331//#testresult/15515be982e4e6a5","status":"passed","time":{"start":1724663835706,"stop":1724663835706,"duration":0}}]},"tags":[]},"source":"ec206ef1d09d471a.json","parameterValues":[]} \ No newline at end of file +{"uid":"caa69e455b012802","name":"should not receive a peer event before start","fullName":"/tests/peer-exchange/compliance.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > should not receive a peer event before start","historyId":"f92447acc0e891a00e4fbc889af18e5d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922890067,"stop":1724922890068,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c32d3fd9dbc03447","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c32d3fd9dbc03447","status":"passed","time":{"start":1724921559017,"stop":1724921559018,"duration":1}},{"uid":"f8f0d2346551fa0e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f8f0d2346551fa0e","status":"passed","time":{"start":1724921524132,"stop":1724921524134,"duration":2}},{"uid":"e510e5be520500b3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e510e5be520500b3","status":"passed","time":{"start":1724918241664,"stop":1724918241665,"duration":1}},{"uid":"b4fe12d3b619302a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4fe12d3b619302a","status":"passed","time":{"start":1724889975476,"stop":1724889975476,"duration":0}},{"uid":"6c2e27ec584fe48a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c2e27ec584fe48a","status":"passed","time":{"start":1724889106060,"stop":1724889106061,"duration":1}},{"uid":"9ede5855685e90db","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9ede5855685e90db","status":"passed","time":{"start":1724888289482,"stop":1724888289483,"duration":1}},{"uid":"5610fd89f7ee9d1c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5610fd89f7ee9d1c","status":"passed","time":{"start":1724887057704,"stop":1724887057704,"duration":0}},{"uid":"60d1595ad4f80ebc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/60d1595ad4f80ebc","status":"passed","time":{"start":1724886839399,"stop":1724886839399,"duration":0}},{"uid":"9e1afbb7718e0ce0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e1afbb7718e0ce0","status":"passed","time":{"start":1724862256093,"stop":1724862256093,"duration":0}},{"uid":"a7165cef6667a2ca","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a7165cef6667a2ca","status":"passed","time":{"start":1724861742234,"stop":1724861742235,"duration":1}},{"uid":"6766d6c4d5a0cf45","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6766d6c4d5a0cf45","status":"passed","time":{"start":1724861595396,"stop":1724861595397,"duration":1}},{"uid":"4f89d15cc1ecf008","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4f89d15cc1ecf008","status":"passed","time":{"start":1724861424069,"stop":1724861424069,"duration":0}}]},"tags":[]},"source":"caa69e455b012802.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/caaf5c588309087c.json b/7376/data/test-cases/caaf5c588309087c.json new file mode 100644 index 00000000000..a558e78d3e6 --- /dev/null +++ b/7376/data/test-cases/caaf5c588309087c.json @@ -0,0 +1 @@ +{"uid":"caaf5c588309087c","name":"Push message with rate limit","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with rate limit","historyId":"74d1568f866528d0c27e3fa912bb92ce:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853928,"stop":1724922853929,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"701dec94e5f4718","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/701dec94e5f4718","status":"passed","time":{"start":1724921529592,"stop":1724921529592,"duration":0}},{"uid":"71612a1290d63f7b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/71612a1290d63f7b","status":"passed","time":{"start":1724921488885,"stop":1724921488885,"duration":0}},{"uid":"b3ee1ea89a6ad2eb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b3ee1ea89a6ad2eb","status":"passed","time":{"start":1724918203693,"stop":1724918203694,"duration":1}},{"uid":"6c702fc020c819ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c702fc020c819ae","status":"passed","time":{"start":1724889938367,"stop":1724889938367,"duration":0}},{"uid":"f233a0b0d9a48d38","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f233a0b0d9a48d38","status":"passed","time":{"start":1724889077071,"stop":1724889077073,"duration":2}},{"uid":"dc655b2e178bfcb5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dc655b2e178bfcb5","status":"passed","time":{"start":1724888268041,"stop":1724888268041,"duration":0}},{"uid":"bcb146551dc25247","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bcb146551dc25247","status":"passed","time":{"start":1724887032415,"stop":1724887032415,"duration":0}},{"uid":"f0991e1538c3a622","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f0991e1538c3a622","status":"passed","time":{"start":1724886822827,"stop":1724886822827,"duration":0}},{"uid":"28d7efb641c0956","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/28d7efb641c0956","status":"passed","time":{"start":1724862233517,"stop":1724862233518,"duration":1}},{"uid":"5facec38f2a9321e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5facec38f2a9321e","status":"passed","time":{"start":1724861712675,"stop":1724861712676,"duration":1}},{"uid":"f06317231ffceb67","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f06317231ffceb67","status":"passed","time":{"start":1724861567902,"stop":1724861567903,"duration":1}},{"uid":"a16b0ede663cf723","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a16b0ede663cf723","status":"passed","time":{"start":1724861392062,"stop":1724861392063,"duration":1}}]},"tags":[]},"source":"caaf5c588309087c.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/77178c74f03f2548.json b/7376/data/test-cases/cacf58ad4dc37b41.json similarity index 97% rename from 7346/data/test-cases/77178c74f03f2548.json rename to 7376/data/test-cases/cacf58ad4dc37b41.json index 64ba34c2044..32fef442141 100644 --- a/7346/data/test-cases/77178c74f03f2548.json +++ b/7376/data/test-cases/cacf58ad4dc37b41.json @@ -1 +1 @@ -{"uid":"77178c74f03f2548","name":"random static sharding 7 - Cluster ID: 691, Shard ID: 805","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 7 - Cluster ID: 691, Shard ID: 805","historyId":"0ea1a4fb62f92604560ec261c43fcd55:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765485935,"stop":1724765485936,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"77178c74f03f2548.json","parameterValues":[]} \ No newline at end of file +{"uid":"cacf58ad4dc37b41","name":"random static sharding 3 - Cluster ID: 353, Shard ID: 920","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 3 - Cluster ID: 353, Shard ID: 920","historyId":"3332656deab628d12c935ca31c1d1369:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922946230,"stop":1724922946230,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"cacf58ad4dc37b41.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/cad39391d3a1305f.json b/7376/data/test-cases/cad39391d3a1305f.json new file mode 100644 index 00000000000..d91c5567cf5 --- /dev/null +++ b/7376/data/test-cases/cad39391d3a1305f.json @@ -0,0 +1 @@ +{"uid":"cad39391d3a1305f","name":"should be able to encode the field with only LIGHTPUSH set to true","fullName":"/src/waku2_codec.spec.ts: ENR waku2 codec > Encoding > should be able to encode the field with only LIGHTPUSH set to true","historyId":"283eea6c3cee0763840db8a2640833e4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922382325,"stop":1724922382325,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR waku2 codec"},{"name":"suite","value":"Encoding"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d6ac9aef57299857","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d6ac9aef57299857","status":"passed","time":{"start":1724921045530,"stop":1724921045530,"duration":0}},{"uid":"a23688e5d75c68a5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a23688e5d75c68a5","status":"passed","time":{"start":1724921020723,"stop":1724921020724,"duration":1}},{"uid":"fc99790324582a78","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fc99790324582a78","status":"passed","time":{"start":1724917681048,"stop":1724917681049,"duration":1}},{"uid":"e62471237dbd8723","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e62471237dbd8723","status":"passed","time":{"start":1724889459912,"stop":1724889459913,"duration":1}},{"uid":"cd0739ed7c438b39","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd0739ed7c438b39","status":"passed","time":{"start":1724888610530,"stop":1724888610531,"duration":1}},{"uid":"2294d9a6b3e8c2c2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2294d9a6b3e8c2c2","status":"passed","time":{"start":1724887766845,"stop":1724887766846,"duration":1}},{"uid":"48bcad2ead886dc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/48bcad2ead886dc1","status":"passed","time":{"start":1724886533240,"stop":1724886533241,"duration":1}},{"uid":"d8b5b0edb5887d0b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d8b5b0edb5887d0b","status":"passed","time":{"start":1724886311087,"stop":1724886311087,"duration":0}},{"uid":"46b068be08a21287","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/46b068be08a21287","status":"passed","time":{"start":1724861760046,"stop":1724861760047,"duration":1}},{"uid":"699a1a314f06c70f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/699a1a314f06c70f","status":"passed","time":{"start":1724861230824,"stop":1724861230825,"duration":1}},{"uid":"881c926ba705a784","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/881c926ba705a784","status":"passed","time":{"start":1724861053395,"stop":1724861053396,"duration":1}},{"uid":"a5de27b09fb40d7c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a5de27b09fb40d7c","status":"passed","time":{"start":1724860914742,"stop":1724860914742,"duration":0}}]},"tags":[]},"source":"cad39391d3a1305f.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/a2fd0fd3e3779834.json b/7376/data/test-cases/cb5ce472ab29ce2a.json similarity index 78% rename from 7346/data/test-cases/a2fd0fd3e3779834.json rename to 7376/data/test-cases/cb5ce472ab29ce2a.json index ca0b43eade7..5b84eab40a4 100644 --- a/7346/data/test-cases/a2fd0fd3e3779834.json +++ b/7376/data/test-cases/cb5ce472ab29ce2a.json @@ -1 +1 @@ -{"uid":"a2fd0fd3e3779834","name":"Check received message containing unicode special characters","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing unicode special characters","historyId":"2015a267b7a98ab8cb7259d54fa43af8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392389,"stop":1724765392389,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"c49340b68e211b7","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/c49340b68e211b7","status":"passed","time":{"start":1724765313872,"stop":1724765313872,"duration":0}},{"uid":"2abb4fd85d8f5e7a","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/2abb4fd85d8f5e7a","status":"passed","time":{"start":1724763683871,"stop":1724763683872,"duration":1}},{"uid":"9dc19458bd985e6f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/9dc19458bd985e6f","status":"passed","time":{"start":1724760929573,"stop":1724760929573,"duration":0}},{"uid":"994cd00dcfc9e976","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/994cd00dcfc9e976","status":"passed","time":{"start":1724759955173,"stop":1724759955173,"duration":0}},{"uid":"9ae0f7fb9e397a98","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/9ae0f7fb9e397a98","status":"passed","time":{"start":1724758077454,"stop":1724758077456,"duration":2}},{"uid":"208398f688c019a9","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/208398f688c019a9","status":"passed","time":{"start":1724757801873,"stop":1724757801873,"duration":0}},{"uid":"4d3c2c61e3966c96","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/4d3c2c61e3966c96","status":"passed","time":{"start":1724757120193,"stop":1724757120194,"duration":1}},{"uid":"77c3af7bcd9ae623","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/77c3af7bcd9ae623","status":"passed","time":{"start":1724755211085,"stop":1724755211085,"duration":0}},{"uid":"5efffd92cd869a93","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/5efffd92cd869a93","status":"passed","time":{"start":1724752646555,"stop":1724752646555,"duration":0}},{"uid":"f748c2cc0f8279d8","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/f748c2cc0f8279d8","status":"passed","time":{"start":1724751495294,"stop":1724751495295,"duration":1}},{"uid":"3b9ef7428074bcfe","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/3b9ef7428074bcfe","status":"passed","time":{"start":1724750572388,"stop":1724750572388,"duration":0}},{"uid":"1f32f4785c06c2a6","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/1f32f4785c06c2a6","status":"passed","time":{"start":1724749567272,"stop":1724749567272,"duration":0}},{"uid":"6da3ed867062e235","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/6da3ed867062e235","status":"passed","time":{"start":1724717880838,"stop":1724717880839,"duration":1}},{"uid":"906b5817b123501f","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/906b5817b123501f","status":"passed","time":{"start":1724715103514,"stop":1724715103515,"duration":1}},{"uid":"fcdc104fdc203738","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/fcdc104fdc203738","status":"passed","time":{"start":1724713195377,"stop":1724713195377,"duration":0}},{"uid":"578c707d1092bbb7","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/578c707d1092bbb7","status":"passed","time":{"start":1724706389684,"stop":1724706389685,"duration":1}},{"uid":"4f332fde37592211","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/4f332fde37592211","status":"passed","time":{"start":1724704811203,"stop":1724704811203,"duration":0}},{"uid":"bd2a0d74c3ae31ee","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/bd2a0d74c3ae31ee","status":"passed","time":{"start":1724684170204,"stop":1724684170204,"duration":0}},{"uid":"cba53b5e0f358467","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/cba53b5e0f358467","status":"passed","time":{"start":1724672903623,"stop":1724672903624,"duration":1}},{"uid":"7fb565f17813174b","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/7fb565f17813174b","status":"passed","time":{"start":1724670674053,"stop":1724670674053,"duration":0}}]},"tags":[]},"source":"a2fd0fd3e3779834.json","parameterValues":[]} \ No newline at end of file +{"uid":"cb5ce472ab29ce2a","name":"Check received message containing unicode special characters","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message containing unicode special characters","historyId":"2015a267b7a98ab8cb7259d54fa43af8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845258,"stop":1724922845258,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f3c351d23422be3b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f3c351d23422be3b","status":"passed","time":{"start":1724921515238,"stop":1724921515238,"duration":0}},{"uid":"8ba2aa28caa88948","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8ba2aa28caa88948","status":"passed","time":{"start":1724921475500,"stop":1724921475500,"duration":0}},{"uid":"fc9452281ae7ed86","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fc9452281ae7ed86","status":"passed","time":{"start":1724918179411,"stop":1724918179411,"duration":0}},{"uid":"d44b23f8e54cc474","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d44b23f8e54cc474","status":"passed","time":{"start":1724889935349,"stop":1724889935349,"duration":0}},{"uid":"49069005a2455f9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/49069005a2455f9d","status":"passed","time":{"start":1724889072764,"stop":1724889072765,"duration":1}},{"uid":"dfb4bdd9e5d97799","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dfb4bdd9e5d97799","status":"passed","time":{"start":1724888232425,"stop":1724888232425,"duration":0}},{"uid":"348015723d9fd6f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/348015723d9fd6f9","status":"passed","time":{"start":1724887018312,"stop":1724887018312,"duration":0}},{"uid":"13870d427f617802","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/13870d427f617802","status":"passed","time":{"start":1724886781499,"stop":1724886781499,"duration":0}},{"uid":"f7253bb166bf5766","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7253bb166bf5766","status":"passed","time":{"start":1724862213675,"stop":1724862213680,"duration":5}},{"uid":"6ddefb5b60fb1d8d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6ddefb5b60fb1d8d","status":"passed","time":{"start":1724861685874,"stop":1724861685875,"duration":1}},{"uid":"909511123491067d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/909511123491067d","status":"passed","time":{"start":1724861546200,"stop":1724861546201,"duration":1}},{"uid":"f69c7f4c56481a24","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f69c7f4c56481a24","status":"passed","time":{"start":1724861378122,"stop":1724861378122,"duration":0}}]},"tags":[]},"source":"cb5ce472ab29ce2a.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/cb92d3d6f9c8ac22.json b/7376/data/test-cases/cb92d3d6f9c8ac22.json new file mode 100644 index 00000000000..f7a7f706243 --- /dev/null +++ b/7376/data/test-cases/cb92d3d6f9c8ac22.json @@ -0,0 +1 @@ +{"uid":"cb92d3d6f9c8ac22","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","fullName":"/src/common/sharding/index.spec.ts: determinePubsubTopic > should process correctly when SingleShardInfo has no clusterId but has a shard","historyId":"9dbc91301240a1c37f7f9c0c2cba678d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374692,"stop":1724922374692,"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":"determinePubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"aab5b470e2498281","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/aab5b470e2498281","status":"passed","time":{"start":1724921037653,"stop":1724921037653,"duration":0}},{"uid":"b2634f270a95f0dd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b2634f270a95f0dd","status":"passed","time":{"start":1724921013066,"stop":1724921013066,"duration":0}},{"uid":"b9452e6996b2f369","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b9452e6996b2f369","status":"passed","time":{"start":1724917673307,"stop":1724917673307,"duration":0}},{"uid":"4acefed1fd130f17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4acefed1fd130f17","status":"passed","time":{"start":1724889452326,"stop":1724889452326,"duration":0}},{"uid":"59261d3d80b1ecb9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/59261d3d80b1ecb9","status":"passed","time":{"start":1724888602859,"stop":1724888602859,"duration":0}},{"uid":"b912d712603eedf6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b912d712603eedf6","status":"passed","time":{"start":1724887759179,"stop":1724887759179,"duration":0}},{"uid":"32f9186d4b01921d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/32f9186d4b01921d","status":"passed","time":{"start":1724886525557,"stop":1724886525557,"duration":0}},{"uid":"70ddc44f3525a383","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/70ddc44f3525a383","status":"passed","time":{"start":1724886303412,"stop":1724886303413,"duration":1}},{"uid":"ef94f07aab165b9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ef94f07aab165b9d","status":"passed","time":{"start":1724861752249,"stop":1724861752249,"duration":0}},{"uid":"20fc7041b298475","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/20fc7041b298475","status":"passed","time":{"start":1724861223370,"stop":1724861223370,"duration":0}},{"uid":"48febd3108d94ea2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/48febd3108d94ea2","status":"passed","time":{"start":1724861045219,"stop":1724861045219,"duration":0}},{"uid":"be4c87093d103bd9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/be4c87093d103bd9","status":"passed","time":{"start":1724860907105,"stop":1724860907105,"duration":0}}]},"tags":[]},"source":"cb92d3d6f9c8ac22.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/b6ec9dc4a082b568.json b/7376/data/test-cases/cbd96f835ae542da.json similarity index 53% rename from 7346/data/test-cases/b6ec9dc4a082b568.json rename to 7376/data/test-cases/cbd96f835ae542da.json index 180f5c2f6f6..45a976cb7cf 100644 --- a/7346/data/test-cases/b6ec9dc4a082b568.json +++ b/7376/data/test-cases/cbd96f835ae542da.json @@ -1 +1 @@ -{"uid":"b6ec9dc4a082b568","name":"stop","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > stop","historyId":"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724764880298,"stop":1724764880299,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","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":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28},"items":[{"uid":"471a54b53880f032","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/471a54b53880f032","status":"passed","time":{"start":1724764800074,"stop":1724764800075,"duration":1}},{"uid":"c440a7797de078ed","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/c440a7797de078ed","status":"passed","time":{"start":1724763165966,"stop":1724763165966,"duration":0}},{"uid":"ab6c85c75cd48bcb","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ab6c85c75cd48bcb","status":"passed","time":{"start":1724760434820,"stop":1724760434820,"duration":0}},{"uid":"c6ff0318faabf8e8","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/c6ff0318faabf8e8","status":"passed","time":{"start":1724759447688,"stop":1724759447689,"duration":1}},{"uid":"7a588b88761cb0f5","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/7a588b88761cb0f5","status":"passed","time":{"start":1724757584492,"stop":1724757584492,"duration":0}},{"uid":"9b37e945e919c794","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/9b37e945e919c794","status":"passed","time":{"start":1724757304024,"stop":1724757304024,"duration":0}},{"uid":"b36fc6a3aff433cb","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/b36fc6a3aff433cb","status":"passed","time":{"start":1724756625396,"stop":1724756625397,"duration":1}},{"uid":"2dcccd2e6520cf38","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2dcccd2e6520cf38","status":"passed","time":{"start":1724754724732,"stop":1724754724732,"duration":0}},{"uid":"a19009f986777087","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/a19009f986777087","status":"passed","time":{"start":1724752151322,"stop":1724752151322,"duration":0}},{"uid":"1481d7cf6cb04626","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/1481d7cf6cb04626","status":"passed","time":{"start":1724750982614,"stop":1724750982615,"duration":1}},{"uid":"1af8c3153a581d34","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/1af8c3153a581d34","status":"passed","time":{"start":1724750061838,"stop":1724750061839,"duration":1}},{"uid":"5401a716e76f3b90","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/5401a716e76f3b90","status":"passed","time":{"start":1724749086370,"stop":1724749086371,"duration":1}},{"uid":"1fad2f4484dff1d4","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/1fad2f4484dff1d4","status":"passed","time":{"start":1724717378530,"stop":1724717378530,"duration":0}},{"uid":"8c7a7a3ca616caf4","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/8c7a7a3ca616caf4","status":"passed","time":{"start":1724714611196,"stop":1724714611196,"duration":0}},{"uid":"def32462b6928cc6","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/def32462b6928cc6","status":"passed","time":{"start":1724712692281,"stop":1724712692282,"duration":1}},{"uid":"8d56c58855ed5a60","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/8d56c58855ed5a60","status":"passed","time":{"start":1724705903074,"stop":1724705903074,"duration":0}},{"uid":"503ba11f2b1314ad","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/503ba11f2b1314ad","status":"passed","time":{"start":1724704318338,"stop":1724704318338,"duration":0}},{"uid":"9386e812106a4878","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/9386e812106a4878","status":"passed","time":{"start":1724683683075,"stop":1724683683075,"duration":0}},{"uid":"9933343c4b87e977","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/9933343c4b87e977","status":"passed","time":{"start":1724672407440,"stop":1724672407440,"duration":0}},{"uid":"845a0a92372670c1","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/845a0a92372670c1","status":"passed","time":{"start":1724670156880,"stop":1724670156880,"duration":0}}]},"tags":[]},"source":"b6ec9dc4a082b568.json","parameterValues":[]} \ No newline at end of file +{"uid":"cbd96f835ae542da","name":"stop","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > stop","historyId":"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922465400,"stop":1724922465401,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","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":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5076bcf531f8dd6b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5076bcf531f8dd6b","status":"passed","time":{"start":1724921128572,"stop":1724921128582,"duration":10}},{"uid":"cf3c4d21ee0c2202","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cf3c4d21ee0c2202","status":"passed","time":{"start":1724921103677,"stop":1724921103679,"duration":2}},{"uid":"b5ea2b8016998140","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b5ea2b8016998140","status":"passed","time":{"start":1724917763729,"stop":1724917763730,"duration":1}},{"uid":"7b88d8c283d9a8bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b88d8c283d9a8bd","status":"passed","time":{"start":1724889543374,"stop":1724889543389,"duration":15}},{"uid":"fcba857479298de5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fcba857479298de5","status":"passed","time":{"start":1724888692506,"stop":1724888692507,"duration":1}},{"uid":"4ef0b1c21ebb69b0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4ef0b1c21ebb69b0","status":"passed","time":{"start":1724887850416,"stop":1724887850416,"duration":0}},{"uid":"7a2cbb7749aaa67a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7a2cbb7749aaa67a","status":"passed","time":{"start":1724886617181,"stop":1724886617182,"duration":1}},{"uid":"a7864c45fd58cd4f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a7864c45fd58cd4f","status":"passed","time":{"start":1724886394913,"stop":1724886394914,"duration":1}},{"uid":"f9ebc0b7395390af","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9ebc0b7395390af","status":"passed","time":{"start":1724861844375,"stop":1724861844375,"duration":0}},{"uid":"ac258cf21b8592e5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ac258cf21b8592e5","status":"passed","time":{"start":1724861313417,"stop":1724861313418,"duration":1}},{"uid":"585e2d6f9657bc53","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/585e2d6f9657bc53","status":"passed","time":{"start":1724861139653,"stop":1724861139653,"duration":0}},{"uid":"58f68f2a80c32b29","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/58f68f2a80c32b29","status":"passed","time":{"start":1724860999513,"stop":1724860999513,"duration":0}}]},"tags":[]},"source":"cbd96f835ae542da.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/cc15f05d36d8c41a.json b/7376/data/test-cases/cc15f05d36d8c41a.json new file mode 100644 index 00000000000..325b199760b --- /dev/null +++ b/7376/data/test-cases/cc15f05d36d8c41a.json @@ -0,0 +1 @@ +{"uid":"cc15f05d36d8c41a","name":"unsubscribes","fullName":"/tests/utils.spec.ts: Util: toAsyncIterator: Filter > unsubscribes","historyId":"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922984605,"stop":1724922984606,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Util: toAsyncIterator: Filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Util: toAsyncIterator: Filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Util: toAsyncIterator: Filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Util: toAsyncIterator: Filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Util: toAsyncIterator: Filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Util: toAsyncIterator: Filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Util: toAsyncIterator: Filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"456db820fbaf764b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/456db820fbaf764b","status":"passed","time":{"start":1724921665483,"stop":1724921665483,"duration":0}},{"uid":"f9f05657104b3494","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f9f05657104b3494","status":"passed","time":{"start":1724921620264,"stop":1724921620265,"duration":1}},{"uid":"557f77c07bf7baa1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/557f77c07bf7baa1","status":"passed","time":{"start":1724918327896,"stop":1724918327896,"duration":0}},{"uid":"12adc7edf00f3f60","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/12adc7edf00f3f60","status":"passed","time":{"start":1724890080825,"stop":1724890080825,"duration":0}},{"uid":"547a9de1e156f920","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/547a9de1e156f920","status":"passed","time":{"start":1724889209275,"stop":1724889209275,"duration":0}},{"uid":"42f4a85ffa033a72","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/42f4a85ffa033a72","status":"passed","time":{"start":1724888392556,"stop":1724888392557,"duration":1}},{"uid":"8868f8eb6308af20","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8868f8eb6308af20","status":"passed","time":{"start":1724887163402,"stop":1724887163402,"duration":0}},{"uid":"c9e608110f0aa1e2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c9e608110f0aa1e2","status":"passed","time":{"start":1724886939851,"stop":1724886939851,"duration":0}},{"uid":"d05648f1903408d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d05648f1903408d9","status":"passed","time":{"start":1724862357133,"stop":1724862357133,"duration":0}},{"uid":"ad0c14a2b89205f6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ad0c14a2b89205f6","status":"passed","time":{"start":1724861837825,"stop":1724861837825,"duration":0}},{"uid":"f4dc03ea1bf5341b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f4dc03ea1bf5341b","status":"passed","time":{"start":1724861694572,"stop":1724861694572,"duration":0}},{"uid":"21eff3aa96fce068","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/21eff3aa96fce068","status":"passed","time":{"start":1724861523916,"stop":1724861523916,"duration":0}}]},"tags":[]},"source":"cc15f05d36d8c41a.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/30cea34dae527673.json b/7376/data/test-cases/cc9e9e74fd6ce932.json similarity index 74% rename from 7346/data/test-cases/30cea34dae527673.json rename to 7376/data/test-cases/cc9e9e74fd6ce932.json index 35dc8de8c9f..801566f1dca 100644 --- a/7346/data/test-cases/30cea34dae527673.json +++ b/7376/data/test-cases/cc9e9e74fd6ce932.json @@ -1 +1 @@ -{"uid":"30cea34dae527673","name":"Publish without waiting for remote peer","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Publish without waiting for remote peer","historyId":"c6c9198e475adfe928ddcc37f151cbe6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765421001,"stop":1724765421001,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"255b358a535b791a","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/255b358a535b791a","status":"passed","time":{"start":1724765345629,"stop":1724765345630,"duration":1}},{"uid":"5ca8592aaf052c2","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/5ca8592aaf052c2","status":"passed","time":{"start":1724763728513,"stop":1724763728513,"duration":0}},{"uid":"2100aafdc69ca6bf","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2100aafdc69ca6bf","status":"passed","time":{"start":1724760958438,"stop":1724760958439,"duration":1}},{"uid":"110a0d3fdecd929b","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/110a0d3fdecd929b","status":"passed","time":{"start":1724759986201,"stop":1724759986201,"duration":0}},{"uid":"5b7c3edcb221d4f1","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/5b7c3edcb221d4f1","status":"passed","time":{"start":1724758131984,"stop":1724758131988,"duration":4}},{"uid":"657e9cf7b4741c4d","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/657e9cf7b4741c4d","status":"passed","time":{"start":1724757804659,"stop":1724757804659,"duration":0}},{"uid":"1f53836bd092115e","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/1f53836bd092115e","status":"passed","time":{"start":1724757182029,"stop":1724757182029,"duration":0}},{"uid":"d856ba84514aad42","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/d856ba84514aad42","status":"passed","time":{"start":1724755250659,"stop":1724755250659,"duration":0}},{"uid":"96ec18994f2a231b","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/96ec18994f2a231b","status":"passed","time":{"start":1724752681436,"stop":1724752681436,"duration":0}},{"uid":"96d19341781534c5","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/96d19341781534c5","status":"passed","time":{"start":1724751529141,"stop":1724751529141,"duration":0}},{"uid":"6749b5d3a312da2b","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/6749b5d3a312da2b","status":"passed","time":{"start":1724750601825,"stop":1724750601826,"duration":1}},{"uid":"7026befa38349a5","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/7026befa38349a5","status":"passed","time":{"start":1724749597801,"stop":1724749597801,"duration":0}},{"uid":"822ce79cc8a6256a","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/822ce79cc8a6256a","status":"passed","time":{"start":1724717911299,"stop":1724717911299,"duration":0}},{"uid":"5ea71e4c507553ef","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/5ea71e4c507553ef","status":"passed","time":{"start":1724715155590,"stop":1724715155591,"duration":1}},{"uid":"bedd288008e4598a","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/bedd288008e4598a","status":"passed","time":{"start":1724713233405,"stop":1724713233405,"duration":0}},{"uid":"943e472304796f6e","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/943e472304796f6e","status":"passed","time":{"start":1724706419520,"stop":1724706419520,"duration":0}},{"uid":"7011925595add8ba","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/7011925595add8ba","status":"passed","time":{"start":1724704833533,"stop":1724704833533,"duration":0}},{"uid":"c25cfe68d753eb02","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c25cfe68d753eb02","status":"passed","time":{"start":1724684206363,"stop":1724684206363,"duration":0}},{"uid":"dd5cceb5f97ee45","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/dd5cceb5f97ee45","status":"passed","time":{"start":1724672961256,"stop":1724672961257,"duration":1}},{"uid":"c8205f3fe14c3395","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/c8205f3fe14c3395","status":"passed","time":{"start":1724670685257,"stop":1724670685258,"duration":1}}]},"tags":[]},"source":"30cea34dae527673.json","parameterValues":[]} \ No newline at end of file +{"uid":"cc9e9e74fd6ce932","name":"Publish without waiting for remote peer","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Publish without waiting for remote peer","historyId":"c6c9198e475adfe928ddcc37f151cbe6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922891483,"stop":1724922891483,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e7588d86f9dce349","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e7588d86f9dce349","status":"passed","time":{"start":1724921563005,"stop":1724921563006,"duration":1}},{"uid":"5790acc9328ebe5c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5790acc9328ebe5c","status":"passed","time":{"start":1724921526808,"stop":1724921526808,"duration":0}},{"uid":"88b17f7aa03ce9a4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/88b17f7aa03ce9a4","status":"passed","time":{"start":1724918239931,"stop":1724918239932,"duration":1}},{"uid":"fe8298f69dff80bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe8298f69dff80bd","status":"passed","time":{"start":1724889980880,"stop":1724889980880,"duration":0}},{"uid":"a3c33d4a59066d4c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3c33d4a59066d4c","status":"passed","time":{"start":1724889109945,"stop":1724889109946,"duration":1}},{"uid":"cf677f2d86fae16e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf677f2d86fae16e","status":"passed","time":{"start":1724888294718,"stop":1724888294718,"duration":0}},{"uid":"3b1b537664208858","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3b1b537664208858","status":"passed","time":{"start":1724887071733,"stop":1724887071733,"duration":0}},{"uid":"51557cc19305ebad","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/51557cc19305ebad","status":"passed","time":{"start":1724886848340,"stop":1724886848340,"duration":0}},{"uid":"2d95a769f4a380ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d95a769f4a380ba","status":"passed","time":{"start":1724862259241,"stop":1724862259241,"duration":0}},{"uid":"e9c150fd91c266e3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e9c150fd91c266e3","status":"passed","time":{"start":1724861735320,"stop":1724861735321,"duration":1}},{"uid":"40d5a4c6c79b005d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/40d5a4c6c79b005d","status":"passed","time":{"start":1724861606334,"stop":1724861606334,"duration":0}},{"uid":"65f0616ad99facaf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/65f0616ad99facaf","status":"passed","time":{"start":1724861426679,"stop":1724861426680,"duration":1}}]},"tags":[]},"source":"cc9e9e74fd6ce932.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/cca3b3874fd1d0a.json b/7376/data/test-cases/cca3b3874fd1d0a.json new file mode 100644 index 00000000000..b8aa3de770b --- /dev/null +++ b/7376/data/test-cases/cca3b3874fd1d0a.json @@ -0,0 +1 @@ +{"uid":"cca3b3874fd1d0a","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","fullName":"/src/waku2_codec.spec.ts: ENR waku2 codec > Encoding > should be able to encode the field with STORE and LIGHTPUSH protocols set to true","historyId":"d92f1b71d14260c10ba9c744c7995622:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922382327,"stop":1724922382328,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR waku2 codec"},{"name":"suite","value":"Encoding"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b8e838fff3b75846","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b8e838fff3b75846","status":"passed","time":{"start":1724921045532,"stop":1724921045533,"duration":1}},{"uid":"3b4e24cb1f45d806","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3b4e24cb1f45d806","status":"passed","time":{"start":1724921020725,"stop":1724921020726,"duration":1}},{"uid":"3aafb9e8d1a1bbd4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3aafb9e8d1a1bbd4","status":"passed","time":{"start":1724917681053,"stop":1724917681054,"duration":1}},{"uid":"d68c12a83b0cc2fb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d68c12a83b0cc2fb","status":"passed","time":{"start":1724889459943,"stop":1724889459944,"duration":1}},{"uid":"7e15c7b1b31cb23a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e15c7b1b31cb23a","status":"passed","time":{"start":1724888610534,"stop":1724888610536,"duration":2}},{"uid":"2cd0c6963dc41fb5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2cd0c6963dc41fb5","status":"passed","time":{"start":1724887766848,"stop":1724887766848,"duration":0}},{"uid":"934397d6fd4d3a6b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/934397d6fd4d3a6b","status":"passed","time":{"start":1724886533243,"stop":1724886533243,"duration":0}},{"uid":"727a58b31efe66ae","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/727a58b31efe66ae","status":"passed","time":{"start":1724886311089,"stop":1724886311089,"duration":0}},{"uid":"50f58a6f4347ca3f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/50f58a6f4347ca3f","status":"passed","time":{"start":1724861760048,"stop":1724861760049,"duration":1}},{"uid":"cd123fc217f0794e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cd123fc217f0794e","status":"passed","time":{"start":1724861230828,"stop":1724861230829,"duration":1}},{"uid":"cab279ee0876e093","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cab279ee0876e093","status":"passed","time":{"start":1724861053400,"stop":1724861053401,"duration":1}},{"uid":"96c892a5def1f194","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/96c892a5def1f194","status":"passed","time":{"start":1724860914744,"stop":1724860914745,"duration":1}}]},"tags":[]},"source":"cca3b3874fd1d0a.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/ccef2ce32a6b6cd6.json b/7376/data/test-cases/ccef2ce32a6b6cd6.json new file mode 100644 index 00000000000..10ba19e6586 --- /dev/null +++ b/7376/data/test-cases/ccef2ce32a6b6cd6.json @@ -0,0 +1 @@ +{"uid":"ccef2ce32a6b6cd6","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":1724922374678,"stop":1724922374678,"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":13,"unknown":0,"total":13},"items":[{"uid":"660f23e1f9201c09","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/660f23e1f9201c09","status":"passed","time":{"start":1724921037639,"stop":1724921037640,"duration":1}},{"uid":"899335391470a197","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/899335391470a197","status":"passed","time":{"start":1724921013053,"stop":1724921013053,"duration":0}},{"uid":"c80d897421155278","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c80d897421155278","status":"passed","time":{"start":1724917673295,"stop":1724917673296,"duration":1}},{"uid":"6cd010b143ab760","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6cd010b143ab760","status":"passed","time":{"start":1724889452314,"stop":1724889452314,"duration":0}},{"uid":"6d54a02ad1a9f58a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d54a02ad1a9f58a","status":"passed","time":{"start":1724888602844,"stop":1724888602844,"duration":0}},{"uid":"16b30bb33088f46b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/16b30bb33088f46b","status":"passed","time":{"start":1724887759167,"stop":1724887759167,"duration":0}},{"uid":"92e42bb94f774043","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/92e42bb94f774043","status":"passed","time":{"start":1724886525546,"stop":1724886525547,"duration":1}},{"uid":"95a7da9e3700d558","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/95a7da9e3700d558","status":"passed","time":{"start":1724886303400,"stop":1724886303401,"duration":1}},{"uid":"733d0d9eb119ec27","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/733d0d9eb119ec27","status":"passed","time":{"start":1724861752232,"stop":1724861752232,"duration":0}},{"uid":"defe66223099ee4a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/defe66223099ee4a","status":"passed","time":{"start":1724861223358,"stop":1724861223358,"duration":0}},{"uid":"ee1b731a509cfa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ee1b731a509cfa","status":"passed","time":{"start":1724861045206,"stop":1724861045206,"duration":0}},{"uid":"a508aab085bb7ae","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a508aab085bb7ae","status":"passed","time":{"start":1724860907088,"stop":1724860907088,"duration":0}}]},"tags":[]},"source":"ccef2ce32a6b6cd6.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/cd03c58e654ec80e.json b/7376/data/test-cases/cd03c58e654ec80e.json new file mode 100644 index 00000000000..3de5dbf90e6 --- /dev/null +++ b/7376/data/test-cases/cd03c58e654ec80e.json @@ -0,0 +1 @@ +{"uid":"cd03c58e654ec80e","name":"should get / set UDP multiaddr","fullName":"/src/enr.spec.ts: ENR > Multiaddr getters and setters > should get / set UDP multiaddr","historyId":"c3aa81c34208caf9ba4f2bc51c7f015f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922383084,"stop":1724922383084,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Multiaddr getters and setters\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Multiaddr getters and setters\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Multiaddr getters and setters"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1ac9e709ba47a446","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1ac9e709ba47a446","status":"passed","time":{"start":1724921046200,"stop":1724921046201,"duration":1}},{"uid":"ca58b3c048140554","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ca58b3c048140554","status":"passed","time":{"start":1724921021471,"stop":1724921021472,"duration":1}},{"uid":"79034d869982d134","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/79034d869982d134","status":"passed","time":{"start":1724917681720,"stop":1724917681720,"duration":0}},{"uid":"b2a4369feaf718a4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b2a4369feaf718a4","status":"passed","time":{"start":1724889460652,"stop":1724889460652,"duration":0}},{"uid":"9865686eda37ad2c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9865686eda37ad2c","status":"passed","time":{"start":1724888611292,"stop":1724888611292,"duration":0}},{"uid":"13d0ae89fc3b59b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/13d0ae89fc3b59b","status":"passed","time":{"start":1724887767620,"stop":1724887767620,"duration":0}},{"uid":"73b7c3dd5ba01bac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/73b7c3dd5ba01bac","status":"passed","time":{"start":1724886533986,"stop":1724886533987,"duration":1}},{"uid":"56b5416fe1131083","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/56b5416fe1131083","status":"passed","time":{"start":1724886311755,"stop":1724886311755,"duration":0}},{"uid":"47da653be19bcf46","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/47da653be19bcf46","status":"passed","time":{"start":1724861760771,"stop":1724861760771,"duration":0}},{"uid":"958342e2ab184065","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/958342e2ab184065","status":"passed","time":{"start":1724861231730,"stop":1724861231734,"duration":4}},{"uid":"df243230e79adfb4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/df243230e79adfb4","status":"passed","time":{"start":1724861054252,"stop":1724861054252,"duration":0}},{"uid":"56417787583eabf2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/56417787583eabf2","status":"passed","time":{"start":1724860915810,"stop":1724860915810,"duration":0}}]},"tags":[]},"source":"cd03c58e654ec80e.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/cd5b073e35466bbf.json b/7376/data/test-cases/cd5b073e35466bbf.json new file mode 100644 index 00000000000..0a6acafe616 --- /dev/null +++ b/7376/data/test-cases/cd5b073e35466bbf.json @@ -0,0 +1 @@ +{"uid":"cd5b073e35466bbf","name":"Relay - dialed after","fullName":"/tests/wait_for_remote_peer.node.spec.ts: Wait for remote peer > Relay - dialed after","historyId":"e88761227b0f138ed305d501711e6e24:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923008734,"stop":1724923008734,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Wait for remote peer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b64a747a94bdb9df","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b64a747a94bdb9df","status":"passed","time":{"start":1724921677827,"stop":1724921677827,"duration":0}},{"uid":"9bb5116aba38bb13","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9bb5116aba38bb13","status":"passed","time":{"start":1724921635679,"stop":1724921635679,"duration":0}},{"uid":"72341c35be8bba34","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/72341c35be8bba34","status":"passed","time":{"start":1724918344738,"stop":1724918344738,"duration":0}},{"uid":"2ded5746e547235f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ded5746e547235f","status":"passed","time":{"start":1724890097426,"stop":1724890097426,"duration":0}},{"uid":"cf91fe4d87018ecb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf91fe4d87018ecb","status":"passed","time":{"start":1724889226622,"stop":1724889226623,"duration":1}},{"uid":"36d24fcae2444594","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/36d24fcae2444594","status":"passed","time":{"start":1724888405386,"stop":1724888405386,"duration":0}},{"uid":"5ac6fae53b931292","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5ac6fae53b931292","status":"passed","time":{"start":1724887180095,"stop":1724887180096,"duration":1}},{"uid":"9f4b53242850d06b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9f4b53242850d06b","status":"passed","time":{"start":1724886957949,"stop":1724886957949,"duration":0}},{"uid":"93c5d5f7096345c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/93c5d5f7096345c0","status":"passed","time":{"start":1724862379718,"stop":1724862379718,"duration":0}},{"uid":"4c7d00fb93bf3acd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4c7d00fb93bf3acd","status":"passed","time":{"start":1724861853003,"stop":1724861853004,"duration":1}},{"uid":"6379e990c430d7bf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6379e990c430d7bf","status":"passed","time":{"start":1724861709846,"stop":1724861709846,"duration":0}},{"uid":"3f4edc1b084b9147","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3f4edc1b084b9147","status":"passed","time":{"start":1724861537423,"stop":1724861537423,"duration":0}}]},"tags":[]},"source":"cd5b073e35466bbf.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/cd896b161aea6fa8.json b/7376/data/test-cases/cd896b161aea6fa8.json new file mode 100644 index 00000000000..dec871d6e7b --- /dev/null +++ b/7376/data/test-cases/cd896b161aea6fa8.json @@ -0,0 +1 @@ +{"uid":"cd896b161aea6fa8","name":"Push message on custom pubsubTopic","fullName":"/tests/light-push/single_node/multiple_pubsub.node.spec.ts: Waku Light Push : Multiple PubsubTopics > Push message on custom pubsubTopic","historyId":"86a53e5a04ed2abdfb829012d731ce1b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922727644,"stop":1724922727644,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push : Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"56fe984247bbb72f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/56fe984247bbb72f","status":"passed","time":{"start":1724921379978,"stop":1724921379978,"duration":0}},{"uid":"7a970cbc917c2056","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7a970cbc917c2056","status":"passed","time":{"start":1724921359711,"stop":1724921359712,"duration":1}},{"uid":"4f642f85995fcb55","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4f642f85995fcb55","status":"passed","time":{"start":1724918127234,"stop":1724918127237,"duration":3}},{"uid":"aa9bd75aeccd0dc4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aa9bd75aeccd0dc4","status":"passed","time":{"start":1724889805611,"stop":1724889805611,"duration":0}},{"uid":"422ac988d39b9bb1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/422ac988d39b9bb1","status":"passed","time":{"start":1724888940683,"stop":1724888940683,"duration":0}},{"uid":"24006e3009028c2d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/24006e3009028c2d","status":"passed","time":{"start":1724888168647,"stop":1724888168647,"duration":0}},{"uid":"e0bc88b3cff80cb8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e0bc88b3cff80cb8","status":"passed","time":{"start":1724886924215,"stop":1724886924216,"duration":1}},{"uid":"8ea190adaf460169","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8ea190adaf460169","status":"passed","time":{"start":1724886701804,"stop":1724886701804,"duration":0}},{"uid":"91d341ced617a439","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91d341ced617a439","status":"passed","time":{"start":1724862112739,"stop":1724862112740,"duration":1}},{"uid":"6b04f36592f094d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6b04f36592f094d","status":"passed","time":{"start":1724861584866,"stop":1724861584867,"duration":1}},{"uid":"2c57e5180ab9b8b4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2c57e5180ab9b8b4","status":"passed","time":{"start":1724861464478,"stop":1724861464478,"duration":0}},{"uid":"7d7ca7c0e9eb89b8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7d7ca7c0e9eb89b8","status":"passed","time":{"start":1724861254910,"stop":1724861254910,"duration":0}}]},"tags":[]},"source":"cd896b161aea6fa8.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/cd89791feecb7a5a.json b/7376/data/test-cases/cd89791feecb7a5a.json new file mode 100644 index 00000000000..28a3225edbe --- /dev/null +++ b/7376/data/test-cases/cd89791feecb7a5a.json @@ -0,0 +1 @@ +{"uid":"cd89791feecb7a5a","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=7 > numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","historyId":"d94335b3532804dae59c811bf54c9cb9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611444,"stop":1724922611444,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=7"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"138f506ab6951d66","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/138f506ab6951d66","status":"passed","time":{"start":1724921270367,"stop":1724921270367,"duration":0}},{"uid":"c82cbb213e5dfcff","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c82cbb213e5dfcff","status":"passed","time":{"start":1724921247832,"stop":1724921247832,"duration":0}},{"uid":"92c063f42166adc0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/92c063f42166adc0","status":"passed","time":{"start":1724917989829,"stop":1724917989830,"duration":1}},{"uid":"74e2977b5f505582","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/74e2977b5f505582","status":"passed","time":{"start":1724889678580,"stop":1724889678580,"duration":0}},{"uid":"3895952f171b8956","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3895952f171b8956","status":"passed","time":{"start":1724888829853,"stop":1724888829853,"duration":0}},{"uid":"68184c0bea8373b0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/68184c0bea8373b0","status":"passed","time":{"start":1724888077020,"stop":1724888077021,"duration":1}},{"uid":"a667e3d2fea7e1de","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a667e3d2fea7e1de","status":"passed","time":{"start":1724886851133,"stop":1724886851133,"duration":0}},{"uid":"fea26ebe4759dff","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fea26ebe4759dff","status":"passed","time":{"start":1724886647127,"stop":1724886647127,"duration":0}},{"uid":"43606d003ba2f23e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/43606d003ba2f23e","status":"passed","time":{"start":1724861992718,"stop":1724861992719,"duration":1}},{"uid":"42ddfec548820db0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/42ddfec548820db0","status":"passed","time":{"start":1724861469651,"stop":1724861469652,"duration":1}},{"uid":"eb4df65e3a8e24c6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/eb4df65e3a8e24c6","status":"passed","time":{"start":1724861284873,"stop":1724861284874,"duration":1}},{"uid":"c2366fe0eb9213e6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c2366fe0eb9213e6","status":"passed","time":{"start":1724861145825,"stop":1724861145825,"duration":0}}]},"tags":[]},"source":"cd89791feecb7a5a.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/cda1efeb383a3fd4.json b/7376/data/test-cases/cda1efeb383a3fd4.json new file mode 100644 index 00000000000..3a7ad913724 --- /dev/null +++ b/7376/data/test-cases/cda1efeb383a3fd4.json @@ -0,0 +1 @@ +{"uid":"cda1efeb383a3fd4","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","fullName":"/tests/light-push/single_node/multiple_pubsub.node.spec.ts: Waku Light Push : Multiple PubsubTopics > Light push messages to 2 nwaku nodes each with different pubsubtopics","historyId":"9a0af2b5cc43fb62c086cad6069eb389:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922727645,"stop":1724922727645,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push : Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push : Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6c709d1b0fbb1aa8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6c709d1b0fbb1aa8","status":"passed","time":{"start":1724921379978,"stop":1724921379979,"duration":1}},{"uid":"9054efc0e61f179d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9054efc0e61f179d","status":"passed","time":{"start":1724921359712,"stop":1724921359713,"duration":1}},{"uid":"86b242e0d287f502","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/86b242e0d287f502","status":"passed","time":{"start":1724918127240,"stop":1724918127243,"duration":3}},{"uid":"cb7f9f3f7dab9b75","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cb7f9f3f7dab9b75","status":"passed","time":{"start":1724889805611,"stop":1724889805612,"duration":1}},{"uid":"599dac25d930cc0c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/599dac25d930cc0c","status":"passed","time":{"start":1724888940684,"stop":1724888940685,"duration":1}},{"uid":"84b2191a68f8c2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/84b2191a68f8c2","status":"passed","time":{"start":1724888168648,"stop":1724888168648,"duration":0}},{"uid":"210a46e88ea49a6e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/210a46e88ea49a6e","status":"passed","time":{"start":1724886924216,"stop":1724886924216,"duration":0}},{"uid":"f7c593a1e3ab4866","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f7c593a1e3ab4866","status":"passed","time":{"start":1724886701804,"stop":1724886701805,"duration":1}},{"uid":"c9c070eab7fac618","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c9c070eab7fac618","status":"passed","time":{"start":1724862112740,"stop":1724862112741,"duration":1}},{"uid":"75171d7c4b4e925c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/75171d7c4b4e925c","status":"passed","time":{"start":1724861584868,"stop":1724861584868,"duration":0}},{"uid":"93fc68de318c10e7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/93fc68de318c10e7","status":"passed","time":{"start":1724861464479,"stop":1724861464483,"duration":4}},{"uid":"be51593ba76f4808","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/be51593ba76f4808","status":"passed","time":{"start":1724861254912,"stop":1724861254912,"duration":0}}]},"tags":[]},"source":"cda1efeb383a3fd4.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/ce2655f8bd23e58f.json b/7376/data/test-cases/ce2655f8bd23e58f.json new file mode 100644 index 00000000000..0553c0744c1 --- /dev/null +++ b/7376/data/test-cases/ce2655f8bd23e58f.json @@ -0,0 +1 @@ +{"uid":"ce2655f8bd23e58f","name":"3 nodes on /waku/2/rs/7/1 topic","fullName":"/tests/relay/multiple_pubsub.node.spec.ts: Waku Relay (Autosharding), multiple pubsub topics > 3 nodes on /waku/2/rs/7/1 topic","historyId":"75ec24b15bb3240a614544d215c22697:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922862334,"stop":1724922862334,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay (Autosharding), multiple pubsub topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"178ddc9b30ef74d9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/178ddc9b30ef74d9","status":"passed","time":{"start":1724921540108,"stop":1724921540109,"duration":1}},{"uid":"86d8e88e9dfe95e5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/86d8e88e9dfe95e5","status":"passed","time":{"start":1724921503540,"stop":1724921503540,"duration":0}},{"uid":"ee4eeec2ff2f2009","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ee4eeec2ff2f2009","status":"passed","time":{"start":1724918214357,"stop":1724918214358,"duration":1}},{"uid":"58bd2f9c4bb6a7ea","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/58bd2f9c4bb6a7ea","status":"passed","time":{"start":1724889952444,"stop":1724889952445,"duration":1}},{"uid":"2a72bdc481c9277","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2a72bdc481c9277","status":"passed","time":{"start":1724889087469,"stop":1724889087469,"duration":0}},{"uid":"c0db4d32745da525","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c0db4d32745da525","status":"passed","time":{"start":1724888266430,"stop":1724888266430,"duration":0}},{"uid":"d5627a0e0cb6d41c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d5627a0e0cb6d41c","status":"passed","time":{"start":1724887042931,"stop":1724887042931,"duration":0}},{"uid":"5c8241c13279154c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5c8241c13279154c","status":"passed","time":{"start":1724886820799,"stop":1724886820799,"duration":0}},{"uid":"3a94509a3ece971e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a94509a3ece971e","status":"passed","time":{"start":1724862245490,"stop":1724862245490,"duration":0}},{"uid":"80c0dec7dc8fe128","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/80c0dec7dc8fe128","status":"passed","time":{"start":1724861720399,"stop":1724861720400,"duration":1}},{"uid":"7f34e722e1c1befd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7f34e722e1c1befd","status":"passed","time":{"start":1724861579388,"stop":1724861579389,"duration":1}},{"uid":"5f8ac4c319a21e31","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5f8ac4c319a21e31","status":"passed","time":{"start":1724861402507,"stop":1724861402507,"duration":0}}]},"tags":[]},"source":"ce2655f8bd23e58f.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/fac8fe1a6ea6aa2.json b/7376/data/test-cases/ce7766b69bbe4c3.json similarity index 65% rename from 7346/data/test-cases/fac8fe1a6ea6aa2.json rename to 7376/data/test-cases/ce7766b69bbe4c3.json index d4c46a94149..e8b653c1b66 100644 --- a/7346/data/test-cases/fac8fe1a6ea6aa2.json +++ b/7376/data/test-cases/ce7766b69bbe4c3.json @@ -1 +1 @@ -{"uid":"fac8fe1a6ea6aa2","name":"Push message with content topic containing unicode special characters","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing unicode special characters","historyId":"57f1bd946a47d7bb8e30a6c18a4d3bc4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367188,"stop":1724765367188,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"2af1223240530e20","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/2af1223240530e20","status":"passed","time":{"start":1724765300584,"stop":1724765300585,"duration":1}},{"uid":"2c5d1605fdc493a5","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/2c5d1605fdc493a5","status":"passed","time":{"start":1724763693164,"stop":1724763693164,"duration":0}},{"uid":"df4c4082e34995a2","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/df4c4082e34995a2","status":"passed","time":{"start":1724760912512,"stop":1724760912512,"duration":0}},{"uid":"ccf33cbe4949f58c","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/ccf33cbe4949f58c","status":"passed","time":{"start":1724759937133,"stop":1724759937133,"duration":0}},{"uid":"9926d2e73bba05ce","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/9926d2e73bba05ce","status":"passed","time":{"start":1724758102772,"stop":1724758102773,"duration":1}},{"uid":"b0c2b90f91dbc05b","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b0c2b90f91dbc05b","status":"passed","time":{"start":1724757793378,"stop":1724757793379,"duration":1}},{"uid":"9e679a09dadd2b6b","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/9e679a09dadd2b6b","status":"passed","time":{"start":1724757169529,"stop":1724757169532,"duration":3}},{"uid":"650b478733dcfd90","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/650b478733dcfd90","status":"passed","time":{"start":1724755216343,"stop":1724755216343,"duration":0}},{"uid":"86e8bdc84488ff87","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/86e8bdc84488ff87","status":"passed","time":{"start":1724752642012,"stop":1724752642012,"duration":0}},{"uid":"cbec48cc53d48b71","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/cbec48cc53d48b71","status":"passed","time":{"start":1724751479147,"stop":1724751479147,"duration":0}},{"uid":"a16ca46457016179","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/a16ca46457016179","status":"passed","time":{"start":1724750562215,"stop":1724750562215,"duration":0}},{"uid":"c8c161a57fdf7d7","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c8c161a57fdf7d7","status":"passed","time":{"start":1724749562434,"stop":1724749562434,"duration":0}},{"uid":"25eb9f5bfdf3cd0e","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/25eb9f5bfdf3cd0e","status":"passed","time":{"start":1724717869160,"stop":1724717869160,"duration":0}},{"uid":"636679d3a915cd3f","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/636679d3a915cd3f","status":"passed","time":{"start":1724715106036,"stop":1724715106046,"duration":10}},{"uid":"e481f1a0a7bac01b","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/e481f1a0a7bac01b","status":"passed","time":{"start":1724713204891,"stop":1724713204891,"duration":0}},{"uid":"a3ac58b7725f9cde","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a3ac58b7725f9cde","status":"passed","time":{"start":1724706379276,"stop":1724706379278,"duration":2}},{"uid":"7c673704c9739dcc","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/7c673704c9739dcc","status":"passed","time":{"start":1724704806972,"stop":1724704806973,"duration":1}},{"uid":"ac6026407fbc1ad8","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/ac6026407fbc1ad8","status":"passed","time":{"start":1724684165995,"stop":1724684165995,"duration":0}},{"uid":"9f05cca09b3105e7","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/9f05cca09b3105e7","status":"passed","time":{"start":1724672921822,"stop":1724672921822,"duration":0}},{"uid":"fad1b82e04e41ed2","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/fad1b82e04e41ed2","status":"passed","time":{"start":1724670647886,"stop":1724670647887,"duration":1}}]},"tags":[]},"source":"fac8fe1a6ea6aa2.json","parameterValues":[]} \ No newline at end of file +{"uid":"ce7766b69bbe4c3","name":"Push message with content topic containing Russian","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing Russian","historyId":"cd20c75cab5882a1004d99ab0d4c5917:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853918,"stop":1724922853918,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ba43904f8e2f4735","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ba43904f8e2f4735","status":"passed","time":{"start":1724921529585,"stop":1724921529586,"duration":1}},{"uid":"dec327efc29f6566","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dec327efc29f6566","status":"passed","time":{"start":1724921488880,"stop":1724921488880,"duration":0}},{"uid":"d6808028592497fd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d6808028592497fd","status":"passed","time":{"start":1724918203686,"stop":1724918203687,"duration":1}},{"uid":"5bf8b0474e58f7a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5bf8b0474e58f7a0","status":"passed","time":{"start":1724889938362,"stop":1724889938363,"duration":1}},{"uid":"8cef3293843a5b5f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8cef3293843a5b5f","status":"passed","time":{"start":1724889077066,"stop":1724889077066,"duration":0}},{"uid":"56c3d964d9a5b2c9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/56c3d964d9a5b2c9","status":"passed","time":{"start":1724888268035,"stop":1724888268035,"duration":0}},{"uid":"150513fb3e4f442","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/150513fb3e4f442","status":"passed","time":{"start":1724887032405,"stop":1724887032406,"duration":1}},{"uid":"d81cab085de27b87","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d81cab085de27b87","status":"passed","time":{"start":1724886822820,"stop":1724886822821,"duration":1}},{"uid":"1fd02a9523c24639","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1fd02a9523c24639","status":"passed","time":{"start":1724862233510,"stop":1724862233511,"duration":1}},{"uid":"f28a955aa30c7bd0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f28a955aa30c7bd0","status":"passed","time":{"start":1724861712670,"stop":1724861712671,"duration":1}},{"uid":"f34d47df89f032e7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f34d47df89f032e7","status":"passed","time":{"start":1724861567890,"stop":1724861567890,"duration":0}},{"uid":"35032fa149a375c6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/35032fa149a375c6","status":"passed","time":{"start":1724861392054,"stop":1724861392055,"duration":1}}]},"tags":[]},"source":"ce7766b69bbe4c3.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/ce8e942cb56041b6.json b/7376/data/test-cases/ce8e942cb56041b6.json new file mode 100644 index 00000000000..96411d9c3c6 --- /dev/null +++ b/7376/data/test-cases/ce8e942cb56041b6.json @@ -0,0 +1 @@ +{"uid":"ce8e942cb56041b6","name":"Store - dialed after - with timeout","fullName":"/tests/wait_for_remote_peer.node.spec.ts: Wait for remote peer > Store - dialed after - with timeout","historyId":"c552836869246ed1b59a80786fae3f38:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923008736,"stop":1724923008736,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Wait for remote peer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"11216abbb15f1827","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/11216abbb15f1827","status":"passed","time":{"start":1724921677828,"stop":1724921677828,"duration":0}},{"uid":"2d9f4bb3ff64b67d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2d9f4bb3ff64b67d","status":"passed","time":{"start":1724921635680,"stop":1724921635680,"duration":0}},{"uid":"638e6b3aa3a5ff58","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/638e6b3aa3a5ff58","status":"passed","time":{"start":1724918344739,"stop":1724918344739,"duration":0}},{"uid":"422d7a06f06f3a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/422d7a06f06f3a1","status":"passed","time":{"start":1724890097427,"stop":1724890097428,"duration":1}},{"uid":"fd9b19076ba2f2ce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fd9b19076ba2f2ce","status":"passed","time":{"start":1724889226624,"stop":1724889226624,"duration":0}},{"uid":"b1c14e99d8819e57","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b1c14e99d8819e57","status":"passed","time":{"start":1724888405387,"stop":1724888405387,"duration":0}},{"uid":"69c041c5b6965492","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/69c041c5b6965492","status":"passed","time":{"start":1724887180096,"stop":1724887180097,"duration":1}},{"uid":"c0d708d24a741a8f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c0d708d24a741a8f","status":"passed","time":{"start":1724886957950,"stop":1724886957950,"duration":0}},{"uid":"38846770ed77730b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/38846770ed77730b","status":"passed","time":{"start":1724862379719,"stop":1724862379719,"duration":0}},{"uid":"b09118fb8d8760ba","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b09118fb8d8760ba","status":"passed","time":{"start":1724861853004,"stop":1724861853005,"duration":1}},{"uid":"81ce40b5260e2bca","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/81ce40b5260e2bca","status":"passed","time":{"start":1724861709847,"stop":1724861709847,"duration":0}},{"uid":"9c7d756e7bf9871e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9c7d756e7bf9871e","status":"passed","time":{"start":1724861537424,"stop":1724861537425,"duration":1}}]},"tags":[]},"source":"ce8e942cb56041b6.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/51c34a3440661a3b.json b/7376/data/test-cases/cef50c0b19f5cefc.json similarity index 84% rename from 7346/data/test-cases/51c34a3440661a3b.json rename to 7376/data/test-cases/cef50c0b19f5cefc.json index d62392e5bcd..03d4dd1f350 100644 --- a/7346/data/test-cases/51c34a3440661a3b.json +++ b/7376/data/test-cases/cef50c0b19f5cefc.json @@ -1 +1 @@ -{"uid":"51c34a3440661a3b","name":"Push message with content topic containing JSON","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing JSON","historyId":"0806f79758b620626d6e88fcb0147704:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367186,"stop":1724765367187,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"689addd8abf3093a","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/689addd8abf3093a","status":"passed","time":{"start":1724765300582,"stop":1724765300582,"duration":0}},{"uid":"a74c371e2ea73b0a","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/a74c371e2ea73b0a","status":"passed","time":{"start":1724763693163,"stop":1724763693163,"duration":0}},{"uid":"4a255102f7a786bc","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/4a255102f7a786bc","status":"passed","time":{"start":1724760912511,"stop":1724760912511,"duration":0}},{"uid":"d05ec5dbfcfe740b","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/d05ec5dbfcfe740b","status":"passed","time":{"start":1724759937132,"stop":1724759937132,"duration":0}},{"uid":"70737158ee2178cb","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/70737158ee2178cb","status":"passed","time":{"start":1724758102769,"stop":1724758102770,"duration":1}},{"uid":"a53da3f969d1edb0","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a53da3f969d1edb0","status":"passed","time":{"start":1724757793374,"stop":1724757793374,"duration":0}},{"uid":"6ba74f873f110c1","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/6ba74f873f110c1","status":"passed","time":{"start":1724757169527,"stop":1724757169528,"duration":1}},{"uid":"2c5a244af6633ac7","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2c5a244af6633ac7","status":"passed","time":{"start":1724755216342,"stop":1724755216342,"duration":0}},{"uid":"48ad0b381aafbdf8","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/48ad0b381aafbdf8","status":"passed","time":{"start":1724752641998,"stop":1724752641998,"duration":0}},{"uid":"c9871e4d4d087347","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/c9871e4d4d087347","status":"passed","time":{"start":1724751479140,"stop":1724751479144,"duration":4}},{"uid":"f0d740e65c2cf57c","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/f0d740e65c2cf57c","status":"passed","time":{"start":1724750562214,"stop":1724750562214,"duration":0}},{"uid":"5fe6f180694619e4","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/5fe6f180694619e4","status":"passed","time":{"start":1724749562432,"stop":1724749562432,"duration":0}},{"uid":"da9e438149dae296","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/da9e438149dae296","status":"passed","time":{"start":1724717869158,"stop":1724717869159,"duration":1}},{"uid":"2e9e0cccc8e81691","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/2e9e0cccc8e81691","status":"passed","time":{"start":1724715106034,"stop":1724715106035,"duration":1}},{"uid":"43d0f212e5b58d34","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/43d0f212e5b58d34","status":"passed","time":{"start":1724713204890,"stop":1724713204890,"duration":0}},{"uid":"6e2bd2f6dff88b8f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6e2bd2f6dff88b8f","status":"passed","time":{"start":1724706379272,"stop":1724706379273,"duration":1}},{"uid":"e4248d827ba52bf3","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/e4248d827ba52bf3","status":"passed","time":{"start":1724704806970,"stop":1724704806971,"duration":1}},{"uid":"b9621f3afb4f049e","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b9621f3afb4f049e","status":"passed","time":{"start":1724684165994,"stop":1724684165994,"duration":0}},{"uid":"b159684b33d19742","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/b159684b33d19742","status":"passed","time":{"start":1724672921820,"stop":1724672921821,"duration":1}},{"uid":"286976410b82432d","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/286976410b82432d","status":"passed","time":{"start":1724670647883,"stop":1724670647884,"duration":1}}]},"tags":[]},"source":"51c34a3440661a3b.json","parameterValues":[]} \ No newline at end of file +{"uid":"cef50c0b19f5cefc","name":"Push message with content topic containing JSON","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with content topic containing JSON","historyId":"0806f79758b620626d6e88fcb0147704:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853921,"stop":1724922853922,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c1f0804d1483cf01","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c1f0804d1483cf01","status":"passed","time":{"start":1724921529588,"stop":1724921529588,"duration":0}},{"uid":"8a95e29644781237","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8a95e29644781237","status":"passed","time":{"start":1724921488882,"stop":1724921488882,"duration":0}},{"uid":"2fddf901787aaf74","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2fddf901787aaf74","status":"passed","time":{"start":1724918203688,"stop":1724918203689,"duration":1}},{"uid":"1b36ceb67ebc6b06","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1b36ceb67ebc6b06","status":"passed","time":{"start":1724889938364,"stop":1724889938365,"duration":1}},{"uid":"3c5b8d7e4a139d3c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c5b8d7e4a139d3c","status":"passed","time":{"start":1724889077068,"stop":1724889077068,"duration":0}},{"uid":"7e984f338642c915","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7e984f338642c915","status":"passed","time":{"start":1724888268038,"stop":1724888268038,"duration":0}},{"uid":"b922b7962ab2c2ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b922b7962ab2c2ba","status":"passed","time":{"start":1724887032411,"stop":1724887032411,"duration":0}},{"uid":"9f16ebb10401d01a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9f16ebb10401d01a","status":"passed","time":{"start":1724886822824,"stop":1724886822824,"duration":0}},{"uid":"6f5331f3006ad4aa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6f5331f3006ad4aa","status":"passed","time":{"start":1724862233514,"stop":1724862233514,"duration":0}},{"uid":"26ff026cc09745e5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/26ff026cc09745e5","status":"passed","time":{"start":1724861712672,"stop":1724861712673,"duration":1}},{"uid":"4eeba24c7923e2bb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4eeba24c7923e2bb","status":"passed","time":{"start":1724861567892,"stop":1724861567892,"duration":0}},{"uid":"205a96b43f479db9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/205a96b43f479db9","status":"passed","time":{"start":1724861392056,"stop":1724861392057,"duration":1}}]},"tags":[]},"source":"cef50c0b19f5cefc.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/cef95b3ff9a15c72.json b/7376/data/test-cases/cef95b3ff9a15c72.json new file mode 100644 index 00000000000..f8b572ce0cd --- /dev/null +++ b/7376/data/test-cases/cef95b3ff9a15c72.json @@ -0,0 +1 @@ +{"uid":"cef95b3ff9a15c72","name":"should be able to encode the field with ALL protocols set to true","fullName":"/src/waku2_codec.spec.ts: ENR waku2 codec > Encoding > should be able to encode the field with ALL protocols set to true","historyId":"febf10fe980b59353c470eebd065089e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922382326,"stop":1724922382326,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR waku2 codec"},{"name":"suite","value":"Encoding"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9479fcc50ae9621","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9479fcc50ae9621","status":"passed","time":{"start":1724921045530,"stop":1724921045531,"duration":1}},{"uid":"60812c8b0df1c506","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/60812c8b0df1c506","status":"passed","time":{"start":1724921020724,"stop":1724921020724,"duration":0}},{"uid":"8c3c43a8c22b9fb3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8c3c43a8c22b9fb3","status":"passed","time":{"start":1724917681049,"stop":1724917681049,"duration":0}},{"uid":"52ba2cbdf82b5a6c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52ba2cbdf82b5a6c","status":"passed","time":{"start":1724889459913,"stop":1724889459914,"duration":1}},{"uid":"f91757d897ef4f3c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f91757d897ef4f3c","status":"passed","time":{"start":1724888610531,"stop":1724888610531,"duration":0}},{"uid":"833896f27a43995d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/833896f27a43995d","status":"passed","time":{"start":1724887766846,"stop":1724887766846,"duration":0}},{"uid":"753544eff7876d98","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/753544eff7876d98","status":"passed","time":{"start":1724886533241,"stop":1724886533242,"duration":1}},{"uid":"c782e9fc9fc450a8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c782e9fc9fc450a8","status":"passed","time":{"start":1724886311087,"stop":1724886311088,"duration":1}},{"uid":"c5a35f28dbf03f36","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5a35f28dbf03f36","status":"passed","time":{"start":1724861760047,"stop":1724861760047,"duration":0}},{"uid":"3ae1bd3f6fdd198f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3ae1bd3f6fdd198f","status":"passed","time":{"start":1724861230825,"stop":1724861230826,"duration":1}},{"uid":"eb1c505d440a4d0f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/eb1c505d440a4d0f","status":"passed","time":{"start":1724861053396,"stop":1724861053397,"duration":1}},{"uid":"998a9922b4a40","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/998a9922b4a40","status":"passed","time":{"start":1724860914742,"stop":1724860914743,"duration":1}}]},"tags":[]},"source":"cef95b3ff9a15c72.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/cf91596769ad249d.json b/7376/data/test-cases/cf91596769ad249d.json new file mode 100644 index 00000000000..ed605afaa53 --- /dev/null +++ b/7376/data/test-cases/cf91596769ad249d.json @@ -0,0 +1 @@ +{"uid":"cf91596769ad249d","name":"Round trip binary encryption [ecies, no signature]","fullName":"/src/ecies.spec.ts: Ecies Encryption > Round trip binary encryption [ecies, no signature]","historyId":"a6b9146ad5bd7c9cd3443a05053cad20:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922410310,"stop":1724922410310,"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":"Ecies 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":13,"unknown":0,"total":13},"items":[{"uid":"19f0d8738cefa63e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/19f0d8738cefa63e","status":"passed","time":{"start":1724921073458,"stop":1724921073458,"duration":0}},{"uid":"cd7362067e499f21","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cd7362067e499f21","status":"passed","time":{"start":1724921048446,"stop":1724921048446,"duration":0}},{"uid":"618a98f8783959c4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/618a98f8783959c4","status":"passed","time":{"start":1724917708698,"stop":1724917708698,"duration":0}},{"uid":"45cfe18a0dc0d2c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/45cfe18a0dc0d2c0","status":"passed","time":{"start":1724889487514,"stop":1724889487515,"duration":1}},{"uid":"1db9bc0a4bb2be27","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1db9bc0a4bb2be27","status":"passed","time":{"start":1724888638221,"stop":1724888638222,"duration":1}},{"uid":"2ba0b4157ec5a1ce","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2ba0b4157ec5a1ce","status":"passed","time":{"start":1724887794482,"stop":1724887794482,"duration":0}},{"uid":"3eb5ad7560e0886","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3eb5ad7560e0886","status":"passed","time":{"start":1724886561405,"stop":1724886561405,"duration":0}},{"uid":"46816377603b01d5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/46816377603b01d5","status":"passed","time":{"start":1724886339061,"stop":1724886339061,"duration":0}},{"uid":"9b7dd4441d3a428d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9b7dd4441d3a428d","status":"passed","time":{"start":1724861788382,"stop":1724861788382,"duration":0}},{"uid":"d6994313de9ea781","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d6994313de9ea781","status":"passed","time":{"start":1724861258534,"stop":1724861258534,"duration":0}},{"uid":"af34aa4bcde49664","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/af34aa4bcde49664","status":"passed","time":{"start":1724861082794,"stop":1724861082795,"duration":1}},{"uid":"62cf11ffa78c5549","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/62cf11ffa78c5549","status":"passed","time":{"start":1724860943247,"stop":1724860943247,"duration":0}}]},"tags":[]},"source":"cf91596769ad249d.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/cfb188e5e45e2fe0.json b/7376/data/test-cases/cfb188e5e45e2fe0.json new file mode 100644 index 00000000000..c1066784c81 --- /dev/null +++ b/7376/data/test-cases/cfb188e5e45e2fe0.json @@ -0,0 +1 @@ +{"uid":"cfb188e5e45e2fe0","name":"Unsubscribe 1 topic - node subscribed to 1 topic","fullName":"/tests/filter/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false > Unsubscribe 1 topic - node subscribed to 1 topic","historyId":"b633cadfe99b34bcd4c97eb935f61739:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922647836,"stop":1724922647836,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9860c0fa9640dedb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9860c0fa9640dedb","status":"passed","time":{"start":1724921300792,"stop":1724921300794,"duration":2}},{"uid":"c7b60b053a1b7d99","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c7b60b053a1b7d99","status":"passed","time":{"start":1724921280719,"stop":1724921280720,"duration":1}},{"uid":"1a9a755eb62cdd4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1a9a755eb62cdd4","status":"passed","time":{"start":1724917963263,"stop":1724917963264,"duration":1}},{"uid":"7950429b4cb1828b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7950429b4cb1828b","status":"passed","time":{"start":1724889734121,"stop":1724889734121,"duration":0}},{"uid":"905482d1ff1b19dc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/905482d1ff1b19dc","status":"passed","time":{"start":1724888859622,"stop":1724888859622,"duration":0}},{"uid":"c7b38087bafce582","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c7b38087bafce582","status":"passed","time":{"start":1724888053954,"stop":1724888053954,"duration":0}},{"uid":"95ea4036f6f39a6f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/95ea4036f6f39a6f","status":"passed","time":{"start":1724886820678,"stop":1724886820680,"duration":2}},{"uid":"a4d2e6394a8ec0b1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a4d2e6394a8ec0b1","status":"passed","time":{"start":1724886589270,"stop":1724886589271,"duration":1}},{"uid":"57b91c5661271d81","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/57b91c5661271d81","status":"passed","time":{"start":1724862027797,"stop":1724862027807,"duration":10}},{"uid":"8a3928bb14ae9b46","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8a3928bb14ae9b46","status":"passed","time":{"start":1724861484561,"stop":1724861484561,"duration":0}},{"uid":"f6c697ab3ee62494","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f6c697ab3ee62494","status":"passed","time":{"start":1724861315158,"stop":1724861315159,"duration":1}},{"uid":"6bda075c6b65e53c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6bda075c6b65e53c","status":"passed","time":{"start":1724861168760,"stop":1724861168760,"duration":0}}]},"tags":[]},"source":"cfb188e5e45e2fe0.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/cfea0fd8d627baaf.json b/7376/data/test-cases/cfea0fd8d627baaf.json new file mode 100644 index 00000000000..59025bb2643 --- /dev/null +++ b/7376/data/test-cases/cfea0fd8d627baaf.json @@ -0,0 +1 @@ +{"uid":"cfea0fd8d627baaf","name":"different cluster, same shard: nodes don't connect","fullName":"/tests/metadata.spec.ts: Metadata Protocol > connections > different cluster, same shard: nodes don't connect","historyId":"389d651cca3c08327c8ef1d4d963eb2d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922771083,"stop":1724922771083,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Metadata Protocol"},{"name":"suite","value":"connections"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"becd39806a35b699","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/becd39806a35b699","status":"passed","time":{"start":1724921419682,"stop":1724921419683,"duration":1}},{"uid":"869e723ac2007830","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/869e723ac2007830","status":"passed","time":{"start":1724921400503,"stop":1724921400503,"duration":0}},{"uid":"e0aee514bd2831e2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e0aee514bd2831e2","status":"passed","time":{"start":1724918124176,"stop":1724918124176,"duration":0}},{"uid":"5c5fab66c8715138","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5c5fab66c8715138","status":"passed","time":{"start":1724889845313,"stop":1724889845313,"duration":0}},{"uid":"cf7dc4a2fccad4b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf7dc4a2fccad4b3","status":"passed","time":{"start":1724888978754,"stop":1724888978754,"duration":0}},{"uid":"68a9bbded0644eb1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/68a9bbded0644eb1","status":"passed","time":{"start":1724888199758,"stop":1724888199758,"duration":0}},{"uid":"ce7281d902b5d13a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ce7281d902b5d13a","status":"passed","time":{"start":1724886961475,"stop":1724886961476,"duration":1}},{"uid":"a8daafaa86bbe161","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a8daafaa86bbe161","status":"passed","time":{"start":1724886743395,"stop":1724886743396,"duration":1}},{"uid":"9699cd4001065e3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9699cd4001065e3e","status":"passed","time":{"start":1724862150656,"stop":1724862150657,"duration":1}},{"uid":"9d0ee57baf205e1a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9d0ee57baf205e1a","status":"passed","time":{"start":1724861627581,"stop":1724861627581,"duration":0}},{"uid":"429526f314b32096","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/429526f314b32096","status":"passed","time":{"start":1724861501071,"stop":1724861501071,"duration":0}},{"uid":"aaeb2d7a64d5fe26","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/aaeb2d7a64d5fe26","status":"passed","time":{"start":1724861297169,"stop":1724861297169,"duration":0}}]},"tags":[]},"source":"cfea0fd8d627baaf.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/d08a591a0a452d5b.json b/7376/data/test-cases/d08a591a0a452d5b.json new file mode 100644 index 00000000000..3059105c4af --- /dev/null +++ b/7376/data/test-cases/d08a591a0a452d5b.json @@ -0,0 +1 @@ +{"uid":"d08a591a0a452d5b","name":"configure the node with multiple content topics","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Others > configure the node with multiple content topics","historyId":"d1658f9bba61b2bab61075159e6e8bb2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922906445,"stop":1724922906445,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Others"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"94990502706a1b18","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/94990502706a1b18","status":"passed","time":{"start":1724921613056,"stop":1724921613057,"duration":1}},{"uid":"70da008da6fd466a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/70da008da6fd466a","status":"passed","time":{"start":1724921556064,"stop":1724921556064,"duration":0}},{"uid":"a2ea5db36b396885","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a2ea5db36b396885","status":"passed","time":{"start":1724918259547,"stop":1724918259555,"duration":8}},{"uid":"f91793cfa65ca3a8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f91793cfa65ca3a8","status":"passed","time":{"start":1724890032300,"stop":1724890032300,"duration":0}},{"uid":"d8a9980441f52791","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d8a9980441f52791","status":"passed","time":{"start":1724889144088,"stop":1724889144088,"duration":0}},{"uid":"865e768cbfb91822","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/865e768cbfb91822","status":"passed","time":{"start":1724888336464,"stop":1724888336465,"duration":1}},{"uid":"2e04cd3a0e71fa83","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2e04cd3a0e71fa83","status":"passed","time":{"start":1724887092631,"stop":1724887092631,"duration":0}},{"uid":"6a0b1c13a0cc07bc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6a0b1c13a0cc07bc","status":"passed","time":{"start":1724886880633,"stop":1724886880633,"duration":0}},{"uid":"fe33087edaf5d044","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe33087edaf5d044","status":"passed","time":{"start":1724862298406,"stop":1724862298406,"duration":0}},{"uid":"cb0c01d4a7c21e09","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cb0c01d4a7c21e09","status":"passed","time":{"start":1724861770129,"stop":1724861770130,"duration":1}},{"uid":"e624f1242b74879e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e624f1242b74879e","status":"passed","time":{"start":1724861637976,"stop":1724861637976,"duration":0}},{"uid":"4a519d78d1f2b399","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4a519d78d1f2b399","status":"passed","time":{"start":1724861475058,"stop":1724861475062,"duration":4}}]},"tags":[]},"source":"d08a591a0a452d5b.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/d125b497811381d4.json b/7376/data/test-cases/d125b497811381d4.json new file mode 100644 index 00000000000..d87cfea38db --- /dev/null +++ b/7376/data/test-cases/d125b497811381d4.json @@ -0,0 +1 @@ +{"uid":"d125b497811381d4","name":"handles different networkShards values correctly","fullName":"/src/common/sharding/index.spec.ts: contentTopicsByPubsubTopic > handles different networkShards values correctly","historyId":"6cf5cbe251a6713919a8df5410150420:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374676,"stop":1724922374676,"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":"contentTopicsByPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9899d7be1f78a7f5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9899d7be1f78a7f5","status":"passed","time":{"start":1724921037636,"stop":1724921037636,"duration":0}},{"uid":"f429ec65e6ed5c18","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f429ec65e6ed5c18","status":"passed","time":{"start":1724921013048,"stop":1724921013048,"duration":0}},{"uid":"139583674f304679","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/139583674f304679","status":"passed","time":{"start":1724917673292,"stop":1724917673293,"duration":1}},{"uid":"80d747823d41fdda","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80d747823d41fdda","status":"passed","time":{"start":1724889452311,"stop":1724889452311,"duration":0}},{"uid":"26dae688b0345083","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/26dae688b0345083","status":"passed","time":{"start":1724888602841,"stop":1724888602841,"duration":0}},{"uid":"ab34e5657f610fc8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ab34e5657f610fc8","status":"passed","time":{"start":1724887759164,"stop":1724887759165,"duration":1}},{"uid":"7bb2fb83343e730e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7bb2fb83343e730e","status":"passed","time":{"start":1724886525544,"stop":1724886525544,"duration":0}},{"uid":"31024f5cd502427","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/31024f5cd502427","status":"passed","time":{"start":1724886303397,"stop":1724886303398,"duration":1}},{"uid":"7b6857382982c778","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b6857382982c778","status":"passed","time":{"start":1724861752229,"stop":1724861752230,"duration":1}},{"uid":"ce5815881e759648","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ce5815881e759648","status":"passed","time":{"start":1724861223356,"stop":1724861223356,"duration":0}},{"uid":"ac7365254679e616","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac7365254679e616","status":"passed","time":{"start":1724861045203,"stop":1724861045204,"duration":1}},{"uid":"73e0554871e88c06","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/73e0554871e88c06","status":"passed","time":{"start":1724860907085,"stop":1724860907085,"duration":0}}]},"tags":[]},"source":"d125b497811381d4.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/9d5d07104943d368.json b/7376/data/test-cases/d13aa0deaca4f109.json similarity index 76% rename from 7346/data/test-cases/9d5d07104943d368.json rename to 7376/data/test-cases/d13aa0deaca4f109.json index b7fee250e0b..bb8bdd77960 100644 --- a/7346/data/test-cases/9d5d07104943d368.json +++ b/7376/data/test-cases/d13aa0deaca4f109.json @@ -1 +1 @@ -{"uid":"9d5d07104943d368","name":"Check received message containing numeric","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing numeric","historyId":"c699536f4c84b6db4481ba440ea9cc1c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765048425,"stop":1724765048425,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"a85503860a39763f","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/a85503860a39763f","status":"passed","time":{"start":1724764977131,"stop":1724764977131,"duration":0}},{"uid":"25681b07b54f938d","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/25681b07b54f938d","status":"passed","time":{"start":1724763340002,"stop":1724763340003,"duration":1}},{"uid":"e249482bac8d8e4f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/e249482bac8d8e4f","status":"passed","time":{"start":1724760600490,"stop":1724760600490,"duration":0}},{"uid":"4ab1aa0e15ea08e0","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/4ab1aa0e15ea08e0","status":"passed","time":{"start":1724759627549,"stop":1724759627549,"duration":0}},{"uid":"4e364e7a22dd4ed4","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/4e364e7a22dd4ed4","status":"passed","time":{"start":1724757762716,"stop":1724757762717,"duration":1}},{"uid":"4d8b1ca9bd56a7b3","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/4d8b1ca9bd56a7b3","status":"passed","time":{"start":1724757473897,"stop":1724757473900,"duration":3}},{"uid":"427a3ebab6132ecd","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/427a3ebab6132ecd","status":"passed","time":{"start":1724756805997,"stop":1724756806002,"duration":5}},{"uid":"5c52308c18c75064","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/5c52308c18c75064","status":"passed","time":{"start":1724754890964,"stop":1724754890965,"duration":1}},{"uid":"3acc377b8bbf5149","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/3acc377b8bbf5149","status":"passed","time":{"start":1724752321306,"stop":1724752321306,"duration":0}},{"uid":"46e724a2b8509312","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/46e724a2b8509312","status":"passed","time":{"start":1724751157974,"stop":1724751157974,"duration":0}},{"uid":"e33e225c9de3ebc5","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/e33e225c9de3ebc5","status":"passed","time":{"start":1724750231016,"stop":1724750231017,"duration":1}},{"uid":"92aab889535ae46a","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/92aab889535ae46a","status":"passed","time":{"start":1724749270689,"stop":1724749270689,"duration":0}},{"uid":"5eeaf3cd501118dd","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/5eeaf3cd501118dd","status":"passed","time":{"start":1724717545666,"stop":1724717545671,"duration":5}},{"uid":"725c6b2a83cd735a","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/725c6b2a83cd735a","status":"passed","time":{"start":1724714779119,"stop":1724714779120,"duration":1}},{"uid":"fac37c929c566c3","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/fac37c929c566c3","status":"passed","time":{"start":1724712855301,"stop":1724712855302,"duration":1}},{"uid":"6839b014dc56789c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6839b014dc56789c","status":"passed","time":{"start":1724706072092,"stop":1724706072093,"duration":1}},{"uid":"9a441647b742da4f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/9a441647b742da4f","status":"passed","time":{"start":1724704476158,"stop":1724704476158,"duration":0}},{"uid":"f1affc29d32c8457","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f1affc29d32c8457","status":"passed","time":{"start":1724683855293,"stop":1724683855299,"duration":6}},{"uid":"2165944b26050159","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/2165944b26050159","status":"passed","time":{"start":1724672579668,"stop":1724672579668,"duration":0}},{"uid":"6e3f07c0976efbb6","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/6e3f07c0976efbb6","status":"passed","time":{"start":1724670325006,"stop":1724670325007,"duration":1}}]},"tags":[]},"source":"9d5d07104943d368.json","parameterValues":[]} \ No newline at end of file +{"uid":"d13aa0deaca4f109","name":"Check received message containing numeric","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing numeric","historyId":"c699536f4c84b6db4481ba440ea9cc1c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922601838,"stop":1724922601839,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"50bd4e105c3a34e4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/50bd4e105c3a34e4","status":"passed","time":{"start":1724921267865,"stop":1724921267866,"duration":1}},{"uid":"bd35bf4ddbc5114b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bd35bf4ddbc5114b","status":"passed","time":{"start":1724921244357,"stop":1724921244357,"duration":0}},{"uid":"7e5162e58078ac9a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7e5162e58078ac9a","status":"passed","time":{"start":1724917916039,"stop":1724917916039,"duration":0}},{"uid":"6be05f590948152","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6be05f590948152","status":"passed","time":{"start":1724889678250,"stop":1724889678250,"duration":0}},{"uid":"c530b848052ef079","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c530b848052ef079","status":"passed","time":{"start":1724888831680,"stop":1724888831681,"duration":1}},{"uid":"c76432d96afbfbc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c76432d96afbfbc","status":"passed","time":{"start":1724888003316,"stop":1724888003316,"duration":0}},{"uid":"9352fb42939939fa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9352fb42939939fa","status":"passed","time":{"start":1724886776601,"stop":1724886776602,"duration":1}},{"uid":"514cefad5365ac0d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/514cefad5365ac0d","status":"passed","time":{"start":1724886555788,"stop":1724886555788,"duration":0}},{"uid":"9dff271d57f16fe6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9dff271d57f16fe6","status":"passed","time":{"start":1724861983002,"stop":1724861983002,"duration":0}},{"uid":"bff0846a9eb2564","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bff0846a9eb2564","status":"passed","time":{"start":1724861444063,"stop":1724861444063,"duration":0}},{"uid":"dbd1277663ee9322","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dbd1277663ee9322","status":"passed","time":{"start":1724861285825,"stop":1724861285826,"duration":1}},{"uid":"52f5a7c8f4451d9f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/52f5a7c8f4451d9f","status":"passed","time":{"start":1724861145657,"stop":1724861145658,"duration":1}}]},"tags":[]},"source":"d13aa0deaca4f109.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/d23f26589611fc48.json b/7376/data/test-cases/d23f26589611fc48.json new file mode 100644 index 00000000000..a4a9203b7f8 --- /dev/null +++ b/7376/data/test-cases/d23f26589611fc48.json @@ -0,0 +1 @@ +{"uid":"d23f26589611fc48","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=1 > numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","historyId":"262bb108dcbf5a162a674476af5eae54:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611428,"stop":1724922611429,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=1"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"66b037b4a8cef1ff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/66b037b4a8cef1ff","status":"passed","time":{"start":1724921270350,"stop":1724921270350,"duration":0}},{"uid":"9d2d4c4cc09d4732","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9d2d4c4cc09d4732","status":"passed","time":{"start":1724921247808,"stop":1724921247809,"duration":1}},{"uid":"84be9e629898f320","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/84be9e629898f320","status":"passed","time":{"start":1724917989812,"stop":1724917989812,"duration":0}},{"uid":"24fdf3be1b202797","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/24fdf3be1b202797","status":"passed","time":{"start":1724889678536,"stop":1724889678537,"duration":1}},{"uid":"60290e39478c91f6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/60290e39478c91f6","status":"passed","time":{"start":1724888829831,"stop":1724888829831,"duration":0}},{"uid":"64266cdedb8113a7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/64266cdedb8113a7","status":"passed","time":{"start":1724888076980,"stop":1724888076981,"duration":1}},{"uid":"f712929b6968b659","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f712929b6968b659","status":"passed","time":{"start":1724886851119,"stop":1724886851119,"duration":0}},{"uid":"3e05cf2c3feca5db","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3e05cf2c3feca5db","status":"passed","time":{"start":1724886647073,"stop":1724886647075,"duration":2}},{"uid":"779c54b8452616e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/779c54b8452616e1","status":"passed","time":{"start":1724861992707,"stop":1724861992707,"duration":0}},{"uid":"c6c7ee2d2c6931a0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c6c7ee2d2c6931a0","status":"passed","time":{"start":1724861469635,"stop":1724861469635,"duration":0}},{"uid":"c2f32776ba37651c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c2f32776ba37651c","status":"passed","time":{"start":1724861284850,"stop":1724861284851,"duration":1}},{"uid":"3b5e4f28a9f558b5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3b5e4f28a9f558b5","status":"passed","time":{"start":1724861145784,"stop":1724861145784,"duration":0}}]},"tags":[]},"source":"d23f26589611fc48.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/309ed96883f3a1fb.json b/7376/data/test-cases/d2672a33265fcb69.json similarity index 84% rename from 7346/data/test-cases/309ed96883f3a1fb.json rename to 7376/data/test-cases/d2672a33265fcb69.json index e22315fe756..c85abe7cc7a 100644 --- a/7346/data/test-cases/309ed96883f3a1fb.json +++ b/7376/data/test-cases/d2672a33265fcb69.json @@ -1 +1 @@ -{"uid":"309ed96883f3a1fb","name":"Push message with content topic containing unicode special characters","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing unicode special characters","historyId":"d8f9bb47dbfa8c65b0044d77b541e60a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505400,"stop":1724765505400,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":22,"unknown":0,"total":26},"items":[{"uid":"3281538b91ce9","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/3281538b91ce9","status":"passed","time":{"start":1724765434033,"stop":1724765434033,"duration":0}},{"uid":"5bb8c55fe19488f5","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/5bb8c55fe19488f5","status":"passed","time":{"start":1724763779047,"stop":1724763779047,"duration":0}},{"uid":"e389922ef987cd9c","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/e389922ef987cd9c","status":"passed","time":{"start":1724761038749,"stop":1724761038750,"duration":1}},{"uid":"5cc9e27e08d20348","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/5cc9e27e08d20348","status":"passed","time":{"start":1724760066637,"stop":1724760066637,"duration":0}},{"uid":"c214c04109799f22","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/c214c04109799f22","status":"passed","time":{"start":1724758222999,"stop":1724758223000,"duration":1}},{"uid":"b7cb43404e48e3ab","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b7cb43404e48e3ab","status":"passed","time":{"start":1724757927330,"stop":1724757927330,"duration":0}},{"uid":"b496201710feb656","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/b496201710feb656","status":"passed","time":{"start":1724757257497,"stop":1724757257498,"duration":1}},{"uid":"83166c60b2ea5890","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/83166c60b2ea5890","status":"passed","time":{"start":1724755333008,"stop":1724755333009,"duration":1}},{"uid":"d90e9c5aee6b9ad8","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/d90e9c5aee6b9ad8","status":"passed","time":{"start":1724752782409,"stop":1724752782410,"duration":1}},{"uid":"cb7264927235fc4","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/cb7264927235fc4","status":"passed","time":{"start":1724751616579,"stop":1724751616579,"duration":0}},{"uid":"6203eb5512172f4a","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/6203eb5512172f4a","status":"passed","time":{"start":1724750702000,"stop":1724750702001,"duration":1}},{"uid":"1aa7a3b1f03b1052","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/1aa7a3b1f03b1052","status":"passed","time":{"start":1724749709051,"stop":1724749709051,"duration":0}},{"uid":"8db15d4939198e35","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/8db15d4939198e35","status":"passed","time":{"start":1724718008231,"stop":1724718008232,"duration":1}},{"uid":"2e60dcbecc0775f6","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/2e60dcbecc0775f6","status":"passed","time":{"start":1724715239146,"stop":1724715239146,"duration":0}},{"uid":"1171d6ae1496455f","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/1171d6ae1496455f","status":"passed","time":{"start":1724713322715,"stop":1724713322715,"duration":0}},{"uid":"a6bae5febc746ad0","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a6bae5febc746ad0","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724707170689,"stop":1724707170689,"duration":0}},{"uid":"8c456821afb7a566","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/8c456821afb7a566","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724705570779,"stop":1724705570779,"duration":0}},{"uid":"cffce7644f7aa1ed","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/cffce7644f7aa1ed","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724684936368,"stop":1724684936368,"duration":0}},{"uid":"38fdf5d9f4c112ea","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/38fdf5d9f4c112ea","status":"passed","time":{"start":1724673044056,"stop":1724673044056,"duration":0}},{"uid":"5b4955be5f82227d","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/5b4955be5f82227d","status":"passed","time":{"start":1724670767298,"stop":1724670767299,"duration":1}}]},"tags":[]},"source":"309ed96883f3a1fb.json","parameterValues":[]} \ No newline at end of file +{"uid":"d2672a33265fcb69","name":"Push message with content topic containing unicode special characters","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing unicode special characters","historyId":"d8f9bb47dbfa8c65b0044d77b541e60a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921471,"stop":1724922921471,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5890253cd3db5580","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5890253cd3db5580","status":"passed","time":{"start":1724921602976,"stop":1724921602977,"duration":1}},{"uid":"fc403da903d841f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fc403da903d841f","status":"passed","time":{"start":1724921571106,"stop":1724921571107,"duration":1}},{"uid":"fb577aba7ec52c3d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fb577aba7ec52c3d","status":"passed","time":{"start":1724918285613,"stop":1724918285614,"duration":1}},{"uid":"f7b81b4bb8426167","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7b81b4bb8426167","status":"passed","time":{"start":1724890030100,"stop":1724890030100,"duration":0}},{"uid":"51434a54c11a02c8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/51434a54c11a02c8","status":"passed","time":{"start":1724889171926,"stop":1724889171926,"duration":0}},{"uid":"2b61155e5f16ad91","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2b61155e5f16ad91","status":"passed","time":{"start":1724888350741,"stop":1724888350741,"duration":0}},{"uid":"9227392a3d3d3d4f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9227392a3d3d3d4f","status":"passed","time":{"start":1724887115424,"stop":1724887115425,"duration":1}},{"uid":"597995715dd218dd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/597995715dd218dd","status":"passed","time":{"start":1724886884584,"stop":1724886884585,"duration":1}},{"uid":"fef745e1306e76e3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fef745e1306e76e3","status":"passed","time":{"start":1724862322276,"stop":1724862322276,"duration":0}},{"uid":"30cca85b939b2da5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/30cca85b939b2da5","status":"passed","time":{"start":1724861790764,"stop":1724861790764,"duration":0}},{"uid":"a75a9db8224a3e22","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a75a9db8224a3e22","status":"passed","time":{"start":1724861628430,"stop":1724861628430,"duration":0}},{"uid":"1fad0e7cb04c8947","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1fad0e7cb04c8947","status":"passed","time":{"start":1724861465634,"stop":1724861465634,"duration":0}}]},"tags":[]},"source":"d2672a33265fcb69.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/ab82d7d5d9e32735.json b/7376/data/test-cases/d318b4bf083977b6.json similarity index 52% rename from 7346/data/test-cases/ab82d7d5d9e32735.json rename to 7376/data/test-cases/d318b4bf083977b6.json index 7b5c8ab1eab..480c03d64ba 100644 --- a/7346/data/test-cases/ab82d7d5d9e32735.json +++ b/7376/data/test-cases/d318b4bf083977b6.json @@ -1 +1 @@ -{"uid":"ab82d7d5d9e32735","name":"Renews peer on consistent ping failures","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Renews peer on consistent ping failures","historyId":"dc3df9558d2892feb187cc35786c1bbe:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724764956451,"stop":1724764956451,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28},"items":[{"uid":"dc28c3ce2eecf920","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/dc28c3ce2eecf920","status":"passed","time":{"start":1724764881708,"stop":1724764881711,"duration":3}},{"uid":"c7221dd4ddc5f577","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/c7221dd4ddc5f577","status":"passed","time":{"start":1724763272771,"stop":1724763272771,"duration":0}},{"uid":"55ea651672ac387","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/55ea651672ac387","status":"passed","time":{"start":1724760509272,"stop":1724760509272,"duration":0}},{"uid":"d801f0b5ae25b1ed","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/d801f0b5ae25b1ed","status":"passed","time":{"start":1724759530073,"stop":1724759530073,"duration":0}},{"uid":"56ccf9fab431e9e1","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/56ccf9fab431e9e1","status":"passed","time":{"start":1724757727581,"stop":1724757727581,"duration":0}},{"uid":"9045062bdcaf74c4","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/9045062bdcaf74c4","status":"passed","time":{"start":1724757387016,"stop":1724757387016,"duration":0}},{"uid":"71583abb7c19f978","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/71583abb7c19f978","status":"passed","time":{"start":1724756777661,"stop":1724756777661,"duration":0}},{"uid":"b8fc797132e9456f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b8fc797132e9456f","status":"passed","time":{"start":1724754800961,"stop":1724754800962,"duration":1}},{"uid":"1798e446bca941e6","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/1798e446bca941e6","status":"passed","time":{"start":1724752227447,"stop":1724752227447,"duration":0}},{"uid":"4f5040205756280f","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/4f5040205756280f","status":"passed","time":{"start":1724751071171,"stop":1724751071171,"duration":0}},{"uid":"3b4fecba9bc9eff4","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/3b4fecba9bc9eff4","status":"passed","time":{"start":1724750141228,"stop":1724750141232,"duration":4}},{"uid":"82de9ae81d910c8b","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/82de9ae81d910c8b","status":"passed","time":{"start":1724749160668,"stop":1724749160668,"duration":0}},{"uid":"5e800cbf323a1741","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/5e800cbf323a1741","status":"passed","time":{"start":1724717458202,"stop":1724717458207,"duration":5}},{"uid":"c9b83d43d7e3da92","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/c9b83d43d7e3da92","status":"passed","time":{"start":1724714689810,"stop":1724714689811,"duration":1}},{"uid":"5477c502ea315615","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/5477c502ea315615","status":"passed","time":{"start":1724712774180,"stop":1724712774180,"duration":0}},{"uid":"7f7f7657d2a8dbbb","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/7f7f7657d2a8dbbb","status":"passed","time":{"start":1724705983669,"stop":1724705983679,"duration":10}},{"uid":"aacfbaaca34b5aef","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/aacfbaaca34b5aef","status":"passed","time":{"start":1724704395849,"stop":1724704395850,"duration":1}},{"uid":"13e6dda17e18e256","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/13e6dda17e18e256","status":"passed","time":{"start":1724683756941,"stop":1724683756941,"duration":0}},{"uid":"dd085bbe9af1721d","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/dd085bbe9af1721d","status":"passed","time":{"start":1724672480938,"stop":1724672480938,"duration":0}},{"uid":"cda288d9d4f5b16","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/cda288d9d4f5b16","status":"passed","time":{"start":1724670239931,"stop":1724670239931,"duration":0}}]},"tags":[]},"source":"ab82d7d5d9e32735.json","parameterValues":[]} \ No newline at end of file +{"uid":"d318b4bf083977b6","name":"Renews peer on consistent ping failures","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Renews peer on consistent ping failures","historyId":"dc3df9558d2892feb187cc35786c1bbe:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922535049,"stop":1724922535049,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":9,"unknown":0,"total":13},"items":[{"uid":"e301018e69a077a1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e301018e69a077a1","status":"passed","time":{"start":1724921196357,"stop":1724921196357,"duration":0}},{"uid":"ee9dea8a037688d8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ee9dea8a037688d8","status":"passed","time":{"start":1724921173181,"stop":1724921173181,"duration":0}},{"uid":"2f9f655064851c02","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2f9f655064851c02","status":"broken","statusDetails":"expected 1 to equal 2","time":{"start":1724917930828,"stop":1724917930831,"duration":3}},{"uid":"7b4bb5e830981d0c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b4bb5e830981d0c","status":"passed","time":{"start":1724889621017,"stop":1724889621017,"duration":0}},{"uid":"5c44a6615b2f2d11","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5c44a6615b2f2d11","status":"passed","time":{"start":1724888759389,"stop":1724888759389,"duration":0}},{"uid":"eb46ea2010c84a4a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eb46ea2010c84a4a","status":"broken","statusDetails":"expected 1 to equal 2","time":{"start":1724888015045,"stop":1724888015046,"duration":1}},{"uid":"e9f1075d07fce376","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e9f1075d07fce376","status":"broken","statusDetails":"expected 1 to equal 2","time":{"start":1724886784544,"stop":1724886784545,"duration":1}},{"uid":"15fe7d1fe30318d9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/15fe7d1fe30318d9","status":"broken","statusDetails":"expected 1 to equal 2","time":{"start":1724886566532,"stop":1724886566533,"duration":1}},{"uid":"f2496d9ffbea35f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2496d9ffbea35f9","status":"passed","time":{"start":1724861915534,"stop":1724861915534,"duration":0}},{"uid":"3d6991fff5a6fb26","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3d6991fff5a6fb26","status":"passed","time":{"start":1724861379725,"stop":1724861379725,"duration":0}},{"uid":"2890317a6c743e0c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2890317a6c743e0c","status":"passed","time":{"start":1724861206879,"stop":1724861206880,"duration":1}},{"uid":"9758fae5f66e0adb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9758fae5f66e0adb","status":"passed","time":{"start":1724861067560,"stop":1724861067560,"duration":0}}]},"tags":[]},"source":"d318b4bf083977b6.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/55b639b2b5ede839.json b/7376/data/test-cases/d3e457317b3febe6.json similarity index 53% rename from 7346/data/test-cases/55b639b2b5ede839.json rename to 7376/data/test-cases/d3e457317b3febe6.json index 05e2b037792..5c691297fb1 100644 --- a/7346/data/test-cases/55b639b2b5ede839.json +++ b/7376/data/test-cases/d3e457317b3febe6.json @@ -1 +1 @@ -{"uid":"55b639b2b5ede839","name":"dispatchEvent via connectionManager","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > dispatchEvent via connectionManager","historyId":"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724764880297,"stop":1724764880297,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","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":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28},"items":[{"uid":"dd9ce864d2a30573","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/dd9ce864d2a30573","status":"passed","time":{"start":1724764800073,"stop":1724764800074,"duration":1}},{"uid":"18d7397fea05a6e5","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/18d7397fea05a6e5","status":"passed","time":{"start":1724763165963,"stop":1724763165965,"duration":2}},{"uid":"3b65c67cd5b1b695","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/3b65c67cd5b1b695","status":"passed","time":{"start":1724760434819,"stop":1724760434819,"duration":0}},{"uid":"588f7dd2158f2936","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/588f7dd2158f2936","status":"passed","time":{"start":1724759447687,"stop":1724759447687,"duration":0}},{"uid":"2a08325a3160fe40","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/2a08325a3160fe40","status":"passed","time":{"start":1724757584481,"stop":1724757584481,"duration":0}},{"uid":"c0fa9e8405d85927","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c0fa9e8405d85927","status":"passed","time":{"start":1724757304023,"stop":1724757304023,"duration":0}},{"uid":"b57fa21d88c6f750","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/b57fa21d88c6f750","status":"passed","time":{"start":1724756625394,"stop":1724756625395,"duration":1}},{"uid":"a17b72a8e3592b2c","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a17b72a8e3592b2c","status":"passed","time":{"start":1724754724731,"stop":1724754724731,"duration":0}},{"uid":"24852af6dc225e9b","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/24852af6dc225e9b","status":"passed","time":{"start":1724752151321,"stop":1724752151322,"duration":1}},{"uid":"3a2a7e3711be301e","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/3a2a7e3711be301e","status":"passed","time":{"start":1724750982607,"stop":1724750982609,"duration":2}},{"uid":"112da20c1dbf6c99","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/112da20c1dbf6c99","status":"passed","time":{"start":1724750061837,"stop":1724750061838,"duration":1}},{"uid":"c2d4451eeb6437bc","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c2d4451eeb6437bc","status":"passed","time":{"start":1724749086370,"stop":1724749086370,"duration":0}},{"uid":"2a8ae9aa4d1e2398","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/2a8ae9aa4d1e2398","status":"passed","time":{"start":1724717378529,"stop":1724717378529,"duration":0}},{"uid":"55d35372f350b497","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/55d35372f350b497","status":"passed","time":{"start":1724714611195,"stop":1724714611195,"duration":0}},{"uid":"eeec542da12d75d2","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/eeec542da12d75d2","status":"passed","time":{"start":1724712692280,"stop":1724712692280,"duration":0}},{"uid":"d5a9853e9a18dc32","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d5a9853e9a18dc32","status":"passed","time":{"start":1724705903073,"stop":1724705903073,"duration":0}},{"uid":"416983ef979e4767","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/416983ef979e4767","status":"passed","time":{"start":1724704318338,"stop":1724704318338,"duration":0}},{"uid":"1de1872642e74023","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/1de1872642e74023","status":"passed","time":{"start":1724683683074,"stop":1724683683074,"duration":0}},{"uid":"c27f864c7633db90","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/c27f864c7633db90","status":"passed","time":{"start":1724672407439,"stop":1724672407440,"duration":1}},{"uid":"acc2b2a8d760309f","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/acc2b2a8d760309f","status":"passed","time":{"start":1724670156879,"stop":1724670156879,"duration":0}}]},"tags":[]},"source":"55b639b2b5ede839.json","parameterValues":[]} \ No newline at end of file +{"uid":"d3e457317b3febe6","name":"dispatchEvent via connectionManager","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > dispatchEvent via connectionManager","historyId":"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922465398,"stop":1724922465399,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","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":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c17f6fd031e816ba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c17f6fd031e816ba","status":"passed","time":{"start":1724921128570,"stop":1724921128571,"duration":1}},{"uid":"ecbaf88c9e0a0d25","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ecbaf88c9e0a0d25","status":"passed","time":{"start":1724921103676,"stop":1724921103677,"duration":1}},{"uid":"b924adf7abe0ccda","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b924adf7abe0ccda","status":"passed","time":{"start":1724917763728,"stop":1724917763729,"duration":1}},{"uid":"7426958e67092e29","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7426958e67092e29","status":"passed","time":{"start":1724889543372,"stop":1724889543373,"duration":1}},{"uid":"24a3411a7423cbea","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/24a3411a7423cbea","status":"passed","time":{"start":1724888692505,"stop":1724888692506,"duration":1}},{"uid":"2827347bb65f095f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2827347bb65f095f","status":"passed","time":{"start":1724887850415,"stop":1724887850415,"duration":0}},{"uid":"290b9adbe095b8bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/290b9adbe095b8bd","status":"passed","time":{"start":1724886617180,"stop":1724886617181,"duration":1}},{"uid":"25fc55228072a320","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/25fc55228072a320","status":"passed","time":{"start":1724886394911,"stop":1724886394912,"duration":1}},{"uid":"da5a8add985308f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/da5a8add985308f9","status":"passed","time":{"start":1724861844374,"stop":1724861844374,"duration":0}},{"uid":"334881083c447f23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/334881083c447f23","status":"passed","time":{"start":1724861313411,"stop":1724861313411,"duration":0}},{"uid":"8641c1cfe9d11b14","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8641c1cfe9d11b14","status":"passed","time":{"start":1724861139652,"stop":1724861139652,"duration":0}},{"uid":"7be7b1eb9c086d27","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7be7b1eb9c086d27","status":"passed","time":{"start":1724860999512,"stop":1724860999512,"duration":0}}]},"tags":[]},"source":"d3e457317b3febe6.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/d3fbba7824cd7932.json b/7376/data/test-cases/d3fbba7824cd7932.json new file mode 100644 index 00000000000..8e8edf8c5ab --- /dev/null +++ b/7376/data/test-cases/d3fbba7824cd7932.json @@ -0,0 +1 @@ +{"uid":"d3fbba7824cd7932","name":"should set field with only FILTER enabled","fullName":"/src/enr.spec.ts: ENR > waku2 key round trip > should set field with only FILTER enabled","historyId":"ddc55cdd59d7a3cbe9414d1ddf2def85:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922383092,"stop":1724922383092,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"waku2 key round trip"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b1f8668fe00e90c7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b1f8668fe00e90c7","status":"passed","time":{"start":1724921046209,"stop":1724921046209,"duration":0}},{"uid":"9dcc145a3232538d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9dcc145a3232538d","status":"passed","time":{"start":1724921021480,"stop":1724921021480,"duration":0}},{"uid":"b50ff9be8e795f21","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b50ff9be8e795f21","status":"passed","time":{"start":1724917681728,"stop":1724917681728,"duration":0}},{"uid":"e581cd4f92024d78","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e581cd4f92024d78","status":"passed","time":{"start":1724889460656,"stop":1724889460656,"duration":0}},{"uid":"d96c871c90de45b8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d96c871c90de45b8","status":"passed","time":{"start":1724888611299,"stop":1724888611299,"duration":0}},{"uid":"3d1e2c453ee9ac57","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3d1e2c453ee9ac57","status":"passed","time":{"start":1724887767624,"stop":1724887767624,"duration":0}},{"uid":"285e4c4e634ab051","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/285e4c4e634ab051","status":"passed","time":{"start":1724886533995,"stop":1724886533996,"duration":1}},{"uid":"9564d49101e0018a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9564d49101e0018a","status":"passed","time":{"start":1724886311762,"stop":1724886311762,"duration":0}},{"uid":"c82b4d16cfdc8d73","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c82b4d16cfdc8d73","status":"passed","time":{"start":1724861760780,"stop":1724861760780,"duration":0}},{"uid":"ed4aa0963379783","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ed4aa0963379783","status":"passed","time":{"start":1724861231738,"stop":1724861231738,"duration":0}},{"uid":"5d55d39125e31b09","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5d55d39125e31b09","status":"passed","time":{"start":1724861054261,"stop":1724861054261,"duration":0}},{"uid":"97b039007e38fd92","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/97b039007e38fd92","status":"passed","time":{"start":1724860915818,"stop":1724860915818,"duration":0}}]},"tags":[]},"source":"d3fbba7824cd7932.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/d40c1ae414d5af9.json b/7376/data/test-cases/d40c1ae414d5af9.json new file mode 100644 index 00000000000..ef577700dc2 --- /dev/null +++ b/7376/data/test-cases/d40c1ae414d5af9.json @@ -0,0 +1 @@ +{"uid":"d40c1ae414d5af9","name":"Renews peer on consistent missed messages","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Renews peer on consistent missed messages","historyId":"8697a2f340a0994fc8e2296e5a1d9038:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922535052,"stop":1724922535053,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e3c248b7f48c5225","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e3c248b7f48c5225","status":"passed","time":{"start":1724921196358,"stop":1724921196359,"duration":1}},{"uid":"39e15783be0843f4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/39e15783be0843f4","status":"passed","time":{"start":1724921173183,"stop":1724921173183,"duration":0}},{"uid":"76a361c3c56c31ec","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/76a361c3c56c31ec","status":"passed","time":{"start":1724917930834,"stop":1724917930835,"duration":1}},{"uid":"1a37354a0daf2a19","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1a37354a0daf2a19","status":"passed","time":{"start":1724889621018,"stop":1724889621018,"duration":0}},{"uid":"c3c15fca159be9c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c3c15fca159be9c7","status":"passed","time":{"start":1724888759390,"stop":1724888759390,"duration":0}},{"uid":"e0d6decceb13d5b1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e0d6decceb13d5b1","status":"passed","time":{"start":1724888015049,"stop":1724888015050,"duration":1}},{"uid":"ddb7c560dbcf6770","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ddb7c560dbcf6770","status":"passed","time":{"start":1724886784548,"stop":1724886784549,"duration":1}},{"uid":"366b09cfe689ad1a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/366b09cfe689ad1a","status":"passed","time":{"start":1724886566535,"stop":1724886566535,"duration":0}},{"uid":"8d32f17279b91673","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8d32f17279b91673","status":"passed","time":{"start":1724861915535,"stop":1724861915535,"duration":0}},{"uid":"12533dba87c349f0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/12533dba87c349f0","status":"passed","time":{"start":1724861379726,"stop":1724861379726,"duration":0}},{"uid":"bc58fb1e4b8e5f13","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bc58fb1e4b8e5f13","status":"passed","time":{"start":1724861206881,"stop":1724861206881,"duration":0}},{"uid":"c8ced88e238ba588","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c8ced88e238ba588","status":"passed","time":{"start":1724861067561,"stop":1724861067561,"duration":0}}]},"tags":[]},"source":"d40c1ae414d5af9.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/d42a03eb299e7ef8.json b/7376/data/test-cases/d42a03eb299e7ef8.json new file mode 100644 index 00000000000..bf09059b17c --- /dev/null +++ b/7376/data/test-cases/d42a03eb299e7ef8.json @@ -0,0 +1 @@ +{"uid":"d42a03eb299e7ef8","name":"Ping on unsubscribed peer","fullName":"/tests/filter/single_node/ping.node.spec.ts: Waku Filter V2: Ping > Ping on unsubscribed peer","historyId":"cc02c1ebdac412500705156f7456092e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922485955,"stop":1724922485955,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Ping"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4bca3b450984efe4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4bca3b450984efe4","status":"passed","time":{"start":1724921148663,"stop":1724921148663,"duration":0}},{"uid":"4a5f49e6237f5b6f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4a5f49e6237f5b6f","status":"passed","time":{"start":1724921125023,"stop":1724921125024,"duration":1}},{"uid":"19b129dab5b80408","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/19b129dab5b80408","status":"passed","time":{"start":1724917782910,"stop":1724917782910,"duration":0}},{"uid":"b8ee2cdf1864921a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8ee2cdf1864921a","status":"passed","time":{"start":1724889568678,"stop":1724889568679,"duration":1}},{"uid":"f30c42dc99b516b9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f30c42dc99b516b9","status":"passed","time":{"start":1724888712709,"stop":1724888712709,"duration":0}},{"uid":"6e500fd041942e49","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6e500fd041942e49","status":"passed","time":{"start":1724887870879,"stop":1724887870880,"duration":1}},{"uid":"b340dabe8aedfdf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b340dabe8aedfdf","status":"passed","time":{"start":1724886637707,"stop":1724886637707,"duration":0}},{"uid":"e29c49086902f806","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e29c49086902f806","status":"passed","time":{"start":1724886418626,"stop":1724886418626,"duration":0}},{"uid":"9d234b6f558202bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9d234b6f558202bd","status":"passed","time":{"start":1724861865559,"stop":1724861865559,"duration":0}},{"uid":"ebc57cf9c5a358e8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ebc57cf9c5a358e8","status":"passed","time":{"start":1724861334265,"stop":1724861334265,"duration":0}},{"uid":"9fbd0efc44ba90f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9fbd0efc44ba90f","status":"passed","time":{"start":1724861163783,"stop":1724861163784,"duration":1}},{"uid":"dec4cbc48dff9ea3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dec4cbc48dff9ea3","status":"passed","time":{"start":1724861021893,"stop":1724861021893,"duration":0}}]},"tags":[]},"source":"d42a03eb299e7ef8.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/d8a275d7dfc8e64e.json b/7376/data/test-cases/d44b52cac44eee8d.json similarity index 51% rename from 7346/data/test-cases/d8a275d7dfc8e64e.json rename to 7376/data/test-cases/d44b52cac44eee8d.json index ddcfc7ed643..cc89b6201f6 100644 --- a/7346/data/test-cases/d8a275d7dfc8e64e.json +++ b/7376/data/test-cases/d44b52cac44eee8d.json @@ -1 +1 @@ -{"uid":"d8a275d7dfc8e64e","name":"can start the service","fullName":"/tests/dns-peer-discovery.spec.ts: DNS Discovery: Compliance Test > interface-peer-discovery compliance tests > can start the service","historyId":"a755b16c3b49464fc49b24a7db9bb961:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724764850586,"stop":1724764850587,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"DNS Discovery: Compliance Test"},{"name":"suite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"4320bbaef1b240e5","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/4320bbaef1b240e5","status":"passed","time":{"start":1724763136147,"stop":1724763136150,"duration":3}},{"uid":"bb7b60497994df25","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/bb7b60497994df25","status":"passed","time":{"start":1724760407054,"stop":1724760407055,"duration":1}},{"uid":"595404e36cfe925e","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/595404e36cfe925e","status":"passed","time":{"start":1724759419181,"stop":1724759419183,"duration":2}},{"uid":"5a99b0180e5efff9","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/5a99b0180e5efff9","status":"passed","time":{"start":1724757558267,"stop":1724757558267,"duration":0}},{"uid":"c84cfb711747b1b7","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c84cfb711747b1b7","status":"passed","time":{"start":1724757274271,"stop":1724757274273,"duration":2}},{"uid":"a3f0c6fddc739a64","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/a3f0c6fddc739a64","status":"passed","time":{"start":1724756596254,"stop":1724756596254,"duration":0}},{"uid":"a120ce637993215f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a120ce637993215f","status":"passed","time":{"start":1724754695531,"stop":1724754695532,"duration":1}},{"uid":"8ca919c22d31815b","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/8ca919c22d31815b","status":"passed","time":{"start":1724752123817,"stop":1724752123818,"duration":1}},{"uid":"26994d0bb44d7cde","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/26994d0bb44d7cde","status":"passed","time":{"start":1724750963813,"stop":1724750963813,"duration":0}},{"uid":"d9bdd8523d148a91","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/d9bdd8523d148a91","status":"passed","time":{"start":1724750030735,"stop":1724750030735,"duration":0}},{"uid":"a23492983960680f","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/a23492983960680f","status":"passed","time":{"start":1724749056853,"stop":1724749056853,"duration":0}},{"uid":"36260b48afc3a04f","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/36260b48afc3a04f","status":"passed","time":{"start":1724717348992,"stop":1724717348992,"duration":0}},{"uid":"4a528f8219fbc6bb","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/4a528f8219fbc6bb","status":"passed","time":{"start":1724714583444,"stop":1724714583446,"duration":2}},{"uid":"7ad1f9c3c476291a","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/7ad1f9c3c476291a","status":"passed","time":{"start":1724712672589,"stop":1724712672589,"duration":0}},{"uid":"6459281cad87d992","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6459281cad87d992","status":"passed","time":{"start":1724705875381,"stop":1724705875382,"duration":1}},{"uid":"ce3f0f78eaee4142","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/ce3f0f78eaee4142","status":"passed","time":{"start":1724704308659,"stop":1724704308659,"duration":0}},{"uid":"23b9316a18ecfae2","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/23b9316a18ecfae2","status":"passed","time":{"start":1724683672765,"stop":1724683672765,"duration":0}},{"uid":"5828e4af6ecedca3","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/5828e4af6ecedca3","status":"passed","time":{"start":1724672380113,"stop":1724672380113,"duration":0}},{"uid":"b64e1c9346456e3d","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/b64e1c9346456e3d","status":"passed","time":{"start":1724670129694,"stop":1724670129695,"duration":1}},{"uid":"bb18e1bfbac94c7f","reportUrl":"https://waku-org.github.io/js-waku/7331//#testresult/bb18e1bfbac94c7f","status":"passed","time":{"start":1724663307387,"stop":1724663307397,"duration":10}}]},"tags":[]},"source":"d8a275d7dfc8e64e.json","parameterValues":[]} \ No newline at end of file +{"uid":"d44b52cac44eee8d","name":"can start the service","fullName":"/tests/dns-peer-discovery.spec.ts: DNS Discovery: Compliance Test > interface-peer-discovery compliance tests > can start the service","historyId":"a755b16c3b49464fc49b24a7db9bb961:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922439098,"stop":1724922439098,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"DNS Discovery: Compliance Test"},{"name":"suite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6d16a328400bf7c8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6d16a328400bf7c8","status":"passed","time":{"start":1724921098907,"stop":1724921098907,"duration":0}},{"uid":"4f8ca10e67c29ef7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4f8ca10e67c29ef7","status":"passed","time":{"start":1724921073377,"stop":1724921073378,"duration":1}},{"uid":"8aa9f48261c34ab7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8aa9f48261c34ab7","status":"passed","time":{"start":1724917744657,"stop":1724917744657,"duration":0}},{"uid":"52e29a7705763da9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52e29a7705763da9","status":"passed","time":{"start":1724889518041,"stop":1724889518042,"duration":1}},{"uid":"a524b9f47543ab51","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a524b9f47543ab51","status":"passed","time":{"start":1724888665798,"stop":1724888665798,"duration":0}},{"uid":"f7cc90b7022256ab","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f7cc90b7022256ab","status":"passed","time":{"start":1724887821949,"stop":1724887821950,"duration":1}},{"uid":"a448dc7b5d719dd2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a448dc7b5d719dd2","status":"passed","time":{"start":1724886586923,"stop":1724886586923,"duration":0}},{"uid":"7baa80644a2d306","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7baa80644a2d306","status":"passed","time":{"start":1724886375226,"stop":1724886375226,"duration":0}},{"uid":"e856da34808117d3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e856da34808117d3","status":"passed","time":{"start":1724861815214,"stop":1724861815215,"duration":1}},{"uid":"fa81c8398c6707d9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fa81c8398c6707d9","status":"passed","time":{"start":1724861291719,"stop":1724861291720,"duration":1}},{"uid":"85331026f68540ea","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/85331026f68540ea","status":"passed","time":{"start":1724861109862,"stop":1724861109863,"duration":1}},{"uid":"a1d13732e1097940","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a1d13732e1097940","status":"passed","time":{"start":1724860972337,"stop":1724860972338,"duration":1}}]},"tags":[]},"source":"d44b52cac44eee8d.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/d44d8ae8a2a52ea9.json b/7376/data/test-cases/d44d8ae8a2a52ea9.json new file mode 100644 index 00000000000..64fd128f0d6 --- /dev/null +++ b/7376/data/test-cases/d44d8ae8a2a52ea9.json @@ -0,0 +1 @@ +{"uid":"d44d8ae8a2a52ea9","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric shard: /waku/2/rs/1/-","historyId":"81074bcfcdf6b9de08243686f8c82315:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374687,"stop":1724922374687,"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":13,"unknown":0,"total":13},"items":[{"uid":"a4a676297003c3ee","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a4a676297003c3ee","status":"passed","time":{"start":1724921037649,"stop":1724921037649,"duration":0}},{"uid":"eb5096d1bbd85f71","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/eb5096d1bbd85f71","status":"passed","time":{"start":1724921013061,"stop":1724921013061,"duration":0}},{"uid":"baeee67bebf7f4c7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/baeee67bebf7f4c7","status":"passed","time":{"start":1724917673302,"stop":1724917673302,"duration":0}},{"uid":"526178713d56729f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/526178713d56729f","status":"passed","time":{"start":1724889452322,"stop":1724889452322,"duration":0}},{"uid":"3dfb45d0b64b5370","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3dfb45d0b64b5370","status":"passed","time":{"start":1724888602854,"stop":1724888602854,"duration":0}},{"uid":"9a614e6c00449dca","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9a614e6c00449dca","status":"passed","time":{"start":1724887759175,"stop":1724887759175,"duration":0}},{"uid":"5457b314fd41468d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5457b314fd41468d","status":"passed","time":{"start":1724886525554,"stop":1724886525554,"duration":0}},{"uid":"434e2ab3365ba250","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/434e2ab3365ba250","status":"passed","time":{"start":1724886303408,"stop":1724886303409,"duration":1}},{"uid":"67fd76bd96cb936f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/67fd76bd96cb936f","status":"passed","time":{"start":1724861752245,"stop":1724861752246,"duration":1}},{"uid":"81791d575d04f7a6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/81791d575d04f7a6","status":"passed","time":{"start":1724861223365,"stop":1724861223365,"duration":0}},{"uid":"7521d18008aa4914","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7521d18008aa4914","status":"passed","time":{"start":1724861045214,"stop":1724861045214,"duration":0}},{"uid":"d151d7fee1fd08ae","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d151d7fee1fd08ae","status":"passed","time":{"start":1724860907100,"stop":1724860907100,"duration":0}}]},"tags":[]},"source":"d44d8ae8a2a52ea9.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/d44fc5437296b23d.json b/7376/data/test-cases/d44fc5437296b23d.json new file mode 100644 index 00000000000..cae930f02f9 --- /dev/null +++ b/7376/data/test-cases/d44fc5437296b23d.json @@ -0,0 +1 @@ +{"uid":"d44fc5437296b23d","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","fullName":"/tests/connection-mananger/events.spec.ts: Events > peer:discovery > should emit `peer:discovery:peer-exchange` event when a peer is discovered","historyId":"1132e4ea197035baf51373627994ceb9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922425595,"stop":1724922425597,"duration":2},"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:discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2f09f31a7b00046d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2f09f31a7b00046d","status":"passed","time":{"start":1724921088192,"stop":1724921088193,"duration":1}},{"uid":"a5be18a03f04e58d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a5be18a03f04e58d","status":"passed","time":{"start":1724921063381,"stop":1724921063381,"duration":0}},{"uid":"a03561cd36c9b4ad","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a03561cd36c9b4ad","status":"passed","time":{"start":1724917723830,"stop":1724917723831,"duration":1}},{"uid":"5bda3cb97bdb1b7f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5bda3cb97bdb1b7f","status":"passed","time":{"start":1724889503225,"stop":1724889503225,"duration":0}},{"uid":"c1d9a2133f80818e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c1d9a2133f80818e","status":"passed","time":{"start":1724888652592,"stop":1724888652592,"duration":0}},{"uid":"964fece849f7bdad","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/964fece849f7bdad","status":"passed","time":{"start":1724887810646,"stop":1724887810647,"duration":1}},{"uid":"83ed07d9c399801b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/83ed07d9c399801b","status":"passed","time":{"start":1724886577063,"stop":1724886577065,"duration":2}},{"uid":"b0146a8bfcadce48","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b0146a8bfcadce48","status":"passed","time":{"start":1724886355049,"stop":1724886355049,"duration":0}},{"uid":"3c9a9e793251b45a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c9a9e793251b45a","status":"passed","time":{"start":1724861804038,"stop":1724861804038,"duration":0}},{"uid":"7d7ede9d6dc8e7a5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7d7ede9d6dc8e7a5","status":"passed","time":{"start":1724861273294,"stop":1724861273295,"duration":1}},{"uid":"32f177e0492c4aee","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/32f177e0492c4aee","status":"passed","time":{"start":1724861099306,"stop":1724861099306,"duration":0}},{"uid":"459cfe511738058f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/459cfe511738058f","status":"passed","time":{"start":1724860959302,"stop":1724860959303,"duration":1}}]},"tags":[]},"source":"d44fc5437296b23d.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/d6a67c3291850b55.json b/7376/data/test-cases/d4736163a2fb5ce7.json similarity index 76% rename from 7346/data/test-cases/d6a67c3291850b55.json rename to 7376/data/test-cases/d4736163a2fb5ce7.json index e5030d61267..ee96979c478 100644 --- a/7346/data/test-cases/d6a67c3291850b55.json +++ b/7376/data/test-cases/d4736163a2fb5ce7.json @@ -1 +1 @@ -{"uid":"d6a67c3291850b55","name":"Check received message containing escaped characters","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing escaped characters","historyId":"4d10c9642cf4fb0fa94d6545d992cde2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765048431,"stop":1724765048431,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"3f3823f57eaebf78","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/3f3823f57eaebf78","status":"passed","time":{"start":1724764977143,"stop":1724764977143,"duration":0}},{"uid":"b770426218dce4c4","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/b770426218dce4c4","status":"passed","time":{"start":1724763340012,"stop":1724763340012,"duration":0}},{"uid":"d3ee3b3b68f2487a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/d3ee3b3b68f2487a","status":"passed","time":{"start":1724760600501,"stop":1724760600502,"duration":1}},{"uid":"24b972e76352a077","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/24b972e76352a077","status":"passed","time":{"start":1724759627554,"stop":1724759627554,"duration":0}},{"uid":"60d46ea9a2b79226","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/60d46ea9a2b79226","status":"passed","time":{"start":1724757762721,"stop":1724757762739,"duration":18}},{"uid":"ddc638c49ddf1b74","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ddc638c49ddf1b74","status":"passed","time":{"start":1724757473906,"stop":1724757473909,"duration":3}},{"uid":"3d3705615847fb94","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/3d3705615847fb94","status":"passed","time":{"start":1724756806017,"stop":1724756806017,"duration":0}},{"uid":"6dab4200f32ab8f2","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6dab4200f32ab8f2","status":"passed","time":{"start":1724754890971,"stop":1724754890971,"duration":0}},{"uid":"e03840628054c1d","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/e03840628054c1d","status":"passed","time":{"start":1724752321311,"stop":1724752321311,"duration":0}},{"uid":"8798b76854155f47","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/8798b76854155f47","status":"passed","time":{"start":1724751157979,"stop":1724751157979,"duration":0}},{"uid":"6e25198706859180","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/6e25198706859180","status":"passed","time":{"start":1724750231023,"stop":1724750231024,"duration":1}},{"uid":"6c89de5e12991f13","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/6c89de5e12991f13","status":"passed","time":{"start":1724749270694,"stop":1724749270694,"duration":0}},{"uid":"16db320ca7953c82","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/16db320ca7953c82","status":"passed","time":{"start":1724717545676,"stop":1724717545676,"duration":0}},{"uid":"987556e295f80f36","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/987556e295f80f36","status":"passed","time":{"start":1724714779158,"stop":1724714779158,"duration":0}},{"uid":"dba3238e9138b307","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/dba3238e9138b307","status":"passed","time":{"start":1724712855315,"stop":1724712855321,"duration":6}},{"uid":"73c842cc98f10020","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/73c842cc98f10020","status":"passed","time":{"start":1724706072102,"stop":1724706072102,"duration":0}},{"uid":"21374b103fa6e091","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/21374b103fa6e091","status":"passed","time":{"start":1724704476163,"stop":1724704476164,"duration":1}},{"uid":"b0dd73384f27e9bd","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b0dd73384f27e9bd","status":"passed","time":{"start":1724683855317,"stop":1724683855319,"duration":2}},{"uid":"75f9a7c2962600a2","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/75f9a7c2962600a2","status":"passed","time":{"start":1724672579679,"stop":1724672579679,"duration":0}},{"uid":"1e47209b03aa26ed","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/1e47209b03aa26ed","status":"passed","time":{"start":1724670325017,"stop":1724670325017,"duration":0}}]},"tags":[]},"source":"d6a67c3291850b55.json","parameterValues":[]} \ No newline at end of file +{"uid":"d4736163a2fb5ce7","name":"Check received message containing escaped characters","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing escaped characters","historyId":"4d10c9642cf4fb0fa94d6545d992cde2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922601843,"stop":1724922601843,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7c372c2c85bf8c55","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7c372c2c85bf8c55","status":"passed","time":{"start":1724921267870,"stop":1724921267870,"duration":0}},{"uid":"fb49c0eb93067520","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fb49c0eb93067520","status":"passed","time":{"start":1724921244370,"stop":1724921244371,"duration":1}},{"uid":"3eb6a3944a39af7f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3eb6a3944a39af7f","status":"passed","time":{"start":1724917916053,"stop":1724917916053,"duration":0}},{"uid":"2745aae1e45e4dbf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2745aae1e45e4dbf","status":"passed","time":{"start":1724889678255,"stop":1724889678256,"duration":1}},{"uid":"fa12dde5c2862e32","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fa12dde5c2862e32","status":"passed","time":{"start":1724888831685,"stop":1724888831685,"duration":0}},{"uid":"795a069e682709b5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/795a069e682709b5","status":"passed","time":{"start":1724888003321,"stop":1724888003321,"duration":0}},{"uid":"dd52cb4b44446586","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dd52cb4b44446586","status":"passed","time":{"start":1724886776609,"stop":1724886776610,"duration":1}},{"uid":"1d6fb97cab4e3b4a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1d6fb97cab4e3b4a","status":"passed","time":{"start":1724886555797,"stop":1724886555798,"duration":1}},{"uid":"d65b559d38c2c65a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d65b559d38c2c65a","status":"passed","time":{"start":1724861983007,"stop":1724861983007,"duration":0}},{"uid":"6923bb8c975ff2c3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6923bb8c975ff2c3","status":"passed","time":{"start":1724861444067,"stop":1724861444067,"duration":0}},{"uid":"25c4e85ff501b680","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/25c4e85ff501b680","status":"passed","time":{"start":1724861285835,"stop":1724861285835,"duration":0}},{"uid":"d59bdd572a9e63e4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d59bdd572a9e63e4","status":"passed","time":{"start":1724861145666,"stop":1724861145667,"duration":1}}]},"tags":[]},"source":"d4736163a2fb5ce7.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/d4e457df3d2257b1.json b/7376/data/test-cases/d4e457df3d2257b1.json new file mode 100644 index 00000000000..e4bd60f5354 --- /dev/null +++ b/7376/data/test-cases/d4e457df3d2257b1.json @@ -0,0 +1 @@ +{"uid":"d4e457df3d2257b1","name":"should emit `peer:connected:bootstrap` event when a peer is connected","fullName":"/tests/connection-mananger/events.spec.ts: Events > peer:connect > should emit `peer:connected:bootstrap` event when a peer is connected","historyId":"a999fa5513c28adc30fb234d16a62972:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922425597,"stop":1724922425598,"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:connect"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b73f8e7b202125ea","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b73f8e7b202125ea","status":"passed","time":{"start":1724921088194,"stop":1724921088196,"duration":2}},{"uid":"4236bab703d90a2a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4236bab703d90a2a","status":"passed","time":{"start":1724921063381,"stop":1724921063382,"duration":1}},{"uid":"add522ff4f3a73f7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/add522ff4f3a73f7","status":"passed","time":{"start":1724917723831,"stop":1724917723832,"duration":1}},{"uid":"2c97d23e3ce24920","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c97d23e3ce24920","status":"passed","time":{"start":1724889503226,"stop":1724889503226,"duration":0}},{"uid":"2d31dcf584b48bf3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d31dcf584b48bf3","status":"passed","time":{"start":1724888652593,"stop":1724888652593,"duration":0}},{"uid":"2622abfe6d9ddb23","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2622abfe6d9ddb23","status":"passed","time":{"start":1724887810647,"stop":1724887810648,"duration":1}},{"uid":"ee600f5d49925933","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ee600f5d49925933","status":"passed","time":{"start":1724886577066,"stop":1724886577070,"duration":4}},{"uid":"75cf5186d4df3fb5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/75cf5186d4df3fb5","status":"passed","time":{"start":1724886355050,"stop":1724886355050,"duration":0}},{"uid":"16842a087e661905","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/16842a087e661905","status":"passed","time":{"start":1724861804039,"stop":1724861804039,"duration":0}},{"uid":"8e423ea827ee7e23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8e423ea827ee7e23","status":"passed","time":{"start":1724861273295,"stop":1724861273296,"duration":1}},{"uid":"7967e2821a51e9d6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7967e2821a51e9d6","status":"passed","time":{"start":1724861099307,"stop":1724861099309,"duration":2}},{"uid":"272b460da3eed25d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/272b460da3eed25d","status":"passed","time":{"start":1724860959305,"stop":1724860959307,"duration":2}}]},"tags":[]},"source":"d4e457df3d2257b1.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/bb8e57668133f0d1.json b/7376/data/test-cases/d5291c36bf28461e.json similarity index 83% rename from 7346/data/test-cases/bb8e57668133f0d1.json rename to 7376/data/test-cases/d5291c36bf28461e.json index 9ca605fb7a0..22bcf046823 100644 --- a/7346/data/test-cases/bb8e57668133f0d1.json +++ b/7376/data/test-cases/d5291c36bf28461e.json @@ -1 +1 @@ -{"uid":"bb8e57668133f0d1","name":"Push message with shell command payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with shell command payload","historyId":"93c37334e1d3e759a0cd262dbc2cf30a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367150,"stop":1724765367156,"duration":6},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"f271eae7a755da20","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/f271eae7a755da20","status":"passed","time":{"start":1724765300567,"stop":1724765300567,"duration":0}},{"uid":"669ad19651332c79","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/669ad19651332c79","status":"passed","time":{"start":1724763693155,"stop":1724763693156,"duration":1}},{"uid":"fd066b54b42b337a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/fd066b54b42b337a","status":"passed","time":{"start":1724760912489,"stop":1724760912490,"duration":1}},{"uid":"f68eadbb6d23cbb8","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/f68eadbb6d23cbb8","status":"passed","time":{"start":1724759937124,"stop":1724759937124,"duration":0}},{"uid":"85700d90fb19441d","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/85700d90fb19441d","status":"passed","time":{"start":1724758102742,"stop":1724758102752,"duration":10}},{"uid":"1c0c57f9ea9c4e59","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/1c0c57f9ea9c4e59","status":"passed","time":{"start":1724757793366,"stop":1724757793366,"duration":0}},{"uid":"bac240a5ee5c31f3","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/bac240a5ee5c31f3","status":"passed","time":{"start":1724757169519,"stop":1724757169520,"duration":1}},{"uid":"90ad861dd10f90ae","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/90ad861dd10f90ae","status":"passed","time":{"start":1724755216333,"stop":1724755216333,"duration":0}},{"uid":"d5a2e1b39559892","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/d5a2e1b39559892","status":"passed","time":{"start":1724752641984,"stop":1724752641984,"duration":0}},{"uid":"2397ded5e4b739d1","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/2397ded5e4b739d1","status":"passed","time":{"start":1724751479129,"stop":1724751479129,"duration":0}},{"uid":"a913b0768d7750a6","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/a913b0768d7750a6","status":"passed","time":{"start":1724750562194,"stop":1724750562195,"duration":1}},{"uid":"5cb107531eebf0db","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/5cb107531eebf0db","status":"passed","time":{"start":1724749562420,"stop":1724749562420,"duration":0}},{"uid":"93d40dcf8640af37","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/93d40dcf8640af37","status":"passed","time":{"start":1724717869151,"stop":1724717869151,"duration":0}},{"uid":"1bab445b7679e43b","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/1bab445b7679e43b","status":"passed","time":{"start":1724715106002,"stop":1724715106002,"duration":0}},{"uid":"bb924ddd06692c68","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/bb924ddd06692c68","status":"passed","time":{"start":1724713204881,"stop":1724713204882,"duration":1}},{"uid":"158bd475439d3a11","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/158bd475439d3a11","status":"passed","time":{"start":1724706379246,"stop":1724706379247,"duration":1}},{"uid":"8a52139a7b79ff7e","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/8a52139a7b79ff7e","status":"passed","time":{"start":1724704806943,"stop":1724704806944,"duration":1}},{"uid":"2dd515fd2ae72307","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2dd515fd2ae72307","status":"passed","time":{"start":1724684165985,"stop":1724684165985,"duration":0}},{"uid":"f6724fc6bb632915","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/f6724fc6bb632915","status":"passed","time":{"start":1724672921812,"stop":1724672921812,"duration":0}},{"uid":"27b6e6b173058ac9","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/27b6e6b173058ac9","status":"passed","time":{"start":1724670647856,"stop":1724670647856,"duration":0}}]},"tags":[]},"source":"bb8e57668133f0d1.json","parameterValues":[]} \ No newline at end of file +{"uid":"d5291c36bf28461e","name":"Push message with shell command payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with shell command payload","historyId":"93c37334e1d3e759a0cd262dbc2cf30a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853911,"stop":1724922853911,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"57349f756194d881","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/57349f756194d881","status":"passed","time":{"start":1724921529573,"stop":1724921529575,"duration":2}},{"uid":"c6aeb31bdb018624","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c6aeb31bdb018624","status":"passed","time":{"start":1724921488874,"stop":1724921488875,"duration":1}},{"uid":"f5d5de3d6f80a616","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f5d5de3d6f80a616","status":"passed","time":{"start":1724918203676,"stop":1724918203676,"duration":0}},{"uid":"a7fc9036c3fa9e83","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a7fc9036c3fa9e83","status":"passed","time":{"start":1724889938354,"stop":1724889938354,"duration":0}},{"uid":"2b2648971037823f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b2648971037823f","status":"passed","time":{"start":1724889077048,"stop":1724889077049,"duration":1}},{"uid":"cd907211c65e91f0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cd907211c65e91f0","status":"passed","time":{"start":1724888268008,"stop":1724888268009,"duration":1}},{"uid":"5fa911764349dc54","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5fa911764349dc54","status":"passed","time":{"start":1724887032391,"stop":1724887032391,"duration":0}},{"uid":"36cce0b73dc39be4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/36cce0b73dc39be4","status":"passed","time":{"start":1724886822787,"stop":1724886822787,"duration":0}},{"uid":"b22c9c53331c3e66","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b22c9c53331c3e66","status":"passed","time":{"start":1724862233505,"stop":1724862233505,"duration":0}},{"uid":"9b4e46a149730d1e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9b4e46a149730d1e","status":"passed","time":{"start":1724861712665,"stop":1724861712665,"duration":0}},{"uid":"273dd47e63f0c019","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/273dd47e63f0c019","status":"passed","time":{"start":1724861567883,"stop":1724861567884,"duration":1}},{"uid":"edb6426e7dc6700","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/edb6426e7dc6700","status":"passed","time":{"start":1724861392040,"stop":1724861392040,"duration":0}}]},"tags":[]},"source":"d5291c36bf28461e.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/d5560e3871016064.json b/7376/data/test-cases/d5560e3871016064.json new file mode 100644 index 00000000000..567bb20da1c --- /dev/null +++ b/7376/data/test-cases/d5560e3871016064.json @@ -0,0 +1 @@ +{"uid":"d5560e3871016064","name":"should properly compute the node id","fullName":"/src/enr.spec.ts: ENR > Static tests > should properly compute the node id","historyId":"b21dba393ed7845f95463b275088a9bb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922383083,"stop":1724922383083,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Static tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f37aabe1e73c884f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f37aabe1e73c884f","status":"passed","time":{"start":1724921046199,"stop":1724921046200,"duration":1}},{"uid":"ac15fd8e6b188806","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ac15fd8e6b188806","status":"passed","time":{"start":1724921021470,"stop":1724921021470,"duration":0}},{"uid":"bba5a387a414242a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bba5a387a414242a","status":"passed","time":{"start":1724917681718,"stop":1724917681719,"duration":1}},{"uid":"6d9cc5b1dce1e8f1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d9cc5b1dce1e8f1","status":"passed","time":{"start":1724889460647,"stop":1724889460647,"duration":0}},{"uid":"8be56e901b1bca20","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8be56e901b1bca20","status":"passed","time":{"start":1724888611290,"stop":1724888611291,"duration":1}},{"uid":"3e8fec3a3fb57d56","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3e8fec3a3fb57d56","status":"passed","time":{"start":1724887767616,"stop":1724887767616,"duration":0}},{"uid":"151af7eca844f5aa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/151af7eca844f5aa","status":"passed","time":{"start":1724886533985,"stop":1724886533986,"duration":1}},{"uid":"c26e3e826c9bdb3b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c26e3e826c9bdb3b","status":"passed","time":{"start":1724886311753,"stop":1724886311753,"duration":0}},{"uid":"c29499948f0f5f7d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c29499948f0f5f7d","status":"passed","time":{"start":1724861760769,"stop":1724861760770,"duration":1}},{"uid":"d6e2cae90fb706c0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d6e2cae90fb706c0","status":"passed","time":{"start":1724861231729,"stop":1724861231729,"duration":0}},{"uid":"4820d8e1a927f67c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4820d8e1a927f67c","status":"passed","time":{"start":1724861054250,"stop":1724861054251,"duration":1}},{"uid":"a60d4476c2577257","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a60d4476c2577257","status":"passed","time":{"start":1724860915809,"stop":1724860915809,"duration":0}}]},"tags":[]},"source":"d5560e3871016064.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/a177a7fb2d9d5711.json b/7376/data/test-cases/d56843242e8548e7.json similarity index 70% rename from 7346/data/test-cases/a177a7fb2d9d5711.json rename to 7376/data/test-cases/d56843242e8548e7.json index d467aca4797..3d6d3f332cd 100644 --- a/7346/data/test-cases/a177a7fb2d9d5711.json +++ b/7376/data/test-cases/d56843242e8548e7.json @@ -1 +1 @@ -{"uid":"a177a7fb2d9d5711","name":"Subscribe to topic containing JSON and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing JSON and receive message","historyId":"ccdf1f5082e6e804f9b6c5bc4aa8b2fb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765545680,"stop":1724765545681,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"d5f355c659ec1493","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/d5f355c659ec1493","status":"passed","time":{"start":1724765472924,"stop":1724765472924,"duration":0}},{"uid":"c34590500c36b79","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/c34590500c36b79","status":"passed","time":{"start":1724763953871,"stop":1724763953871,"duration":0}},{"uid":"99f1cce511c82af6","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/99f1cce511c82af6","status":"passed","time":{"start":1724761070327,"stop":1724761070327,"duration":0}},{"uid":"398972ef48340fa7","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/398972ef48340fa7","status":"passed","time":{"start":1724760260078,"stop":1724760260078,"duration":0}},{"uid":"6e474cbf809280e2","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/6e474cbf809280e2","status":"passed","time":{"start":1724758530273,"stop":1724758530273,"duration":0}},{"uid":"3001ebc8590bb916","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/3001ebc8590bb916","status":"passed","time":{"start":1724757958305,"stop":1724757958306,"duration":1}},{"uid":"57fe2eec3f6cf18f","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/57fe2eec3f6cf18f","status":"passed","time":{"start":1724757397595,"stop":1724757397595,"duration":0}},{"uid":"704a6ea2a519c9f9","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/704a6ea2a519c9f9","status":"passed","time":{"start":1724755379407,"stop":1724755379407,"duration":0}},{"uid":"a9529c7054fbabab","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/a9529c7054fbabab","status":"passed","time":{"start":1724752819851,"stop":1724752819851,"duration":0}},{"uid":"547684e82f60c56a","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/547684e82f60c56a","status":"passed","time":{"start":1724751625330,"stop":1724751625330,"duration":0}},{"uid":"1df3014d91612464","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/1df3014d91612464","status":"passed","time":{"start":1724750725830,"stop":1724750725830,"duration":0}},{"uid":"22f7b982c55c6d08","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/22f7b982c55c6d08","status":"passed","time":{"start":1724749717519,"stop":1724749717519,"duration":0}},{"uid":"ba20c598f015f28b","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/ba20c598f015f28b","status":"passed","time":{"start":1724718019287,"stop":1724718019287,"duration":0}},{"uid":"b48ebf72a2b242f8","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/b48ebf72a2b242f8","status":"passed","time":{"start":1724715264570,"stop":1724715264571,"duration":1}},{"uid":"777f3cb1557d2381","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/777f3cb1557d2381","status":"passed","time":{"start":1724713371753,"stop":1724713371753,"duration":0}},{"uid":"a90568593d4ea281","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a90568593d4ea281","status":"passed","time":{"start":1724706679439,"stop":1724706679439,"duration":0}},{"uid":"ccbed400d2454dff","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/ccbed400d2454dff","status":"passed","time":{"start":1724705096865,"stop":1724705096865,"duration":0}},{"uid":"6b273c124932ba63","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6b273c124932ba63","status":"passed","time":{"start":1724684459933,"stop":1724684459933,"duration":0}},{"uid":"a2a88a7c3e3c591b","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/a2a88a7c3e3c591b","status":"passed","time":{"start":1724673071760,"stop":1724673071760,"duration":0}},{"uid":"adecb8771aa6e9b3","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/adecb8771aa6e9b3","status":"passed","time":{"start":1724670808712,"stop":1724670808712,"duration":0}}]},"tags":[]},"source":"a177a7fb2d9d5711.json","parameterValues":[]} \ No newline at end of file +{"uid":"d56843242e8548e7","name":"Subscribe to topic containing numeric and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing numeric and receive message","historyId":"0c5de591ea5ad571a48f8ba360377f01:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012478,"stop":1724923012478,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ff1eee42f52f0024","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ff1eee42f52f0024","status":"passed","time":{"start":1724921625082,"stop":1724921625083,"duration":1}},{"uid":"b76702eab0c8af24","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b76702eab0c8af24","status":"passed","time":{"start":1724921590507,"stop":1724921590507,"duration":0}},{"uid":"eb13d1211efe7b08","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eb13d1211efe7b08","status":"passed","time":{"start":1724918287574,"stop":1724918287574,"duration":0}},{"uid":"9c6211b2701e6931","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9c6211b2701e6931","status":"passed","time":{"start":1724890047799,"stop":1724890047800,"duration":1}},{"uid":"54d9f6a962dd6bc7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/54d9f6a962dd6bc7","status":"passed","time":{"start":1724889183939,"stop":1724889183940,"duration":1}},{"uid":"60cc9065ac9c51a3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/60cc9065ac9c51a3","status":"passed","time":{"start":1724888354181,"stop":1724888354181,"duration":0}},{"uid":"a97b55da9c4d6e6c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a97b55da9c4d6e6c","status":"passed","time":{"start":1724887145711,"stop":1724887145716,"duration":5}},{"uid":"ef13eabd316ea133","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ef13eabd316ea133","status":"passed","time":{"start":1724886915796,"stop":1724886915796,"duration":0}},{"uid":"40d2856a96342ab3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/40d2856a96342ab3","status":"passed","time":{"start":1724862341462,"stop":1724862341462,"duration":0}},{"uid":"cc43a246d276ca48","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cc43a246d276ca48","status":"passed","time":{"start":1724861805464,"stop":1724861805465,"duration":1}},{"uid":"cb9a067863c2868","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cb9a067863c2868","status":"passed","time":{"start":1724861662298,"stop":1724861662298,"duration":0}},{"uid":"13bca13642fc702c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/13bca13642fc702c","status":"passed","time":{"start":1724861492525,"stop":1724861492525,"duration":0}}]},"tags":[]},"source":"d56843242e8548e7.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/d5811604d74d3628.json b/7376/data/test-cases/d5811604d74d3628.json new file mode 100644 index 00000000000..2c87f58281d --- /dev/null +++ b/7376/data/test-cases/d5811604d74d3628.json @@ -0,0 +1 @@ +{"uid":"d5811604d74d3628","name":"Subscribe and receive messages on 2 different pubsubtopics","fullName":"/tests/light-push/single_node/multiple_pubsub.node.spec.ts: Waku Light Push (Autosharding): Multiple PubsubTopics > Subscribe and receive messages on 2 different pubsubtopics","historyId":"d3a9c53a535a12550d66935c3d177872:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922727646,"stop":1724922727646,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push (Autosharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"68c5070683811b4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/68c5070683811b4","status":"passed","time":{"start":1724921379979,"stop":1724921379979,"duration":0}},{"uid":"d44276262445b17a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d44276262445b17a","status":"passed","time":{"start":1724921359713,"stop":1724921359714,"duration":1}},{"uid":"f7239cb964b523c4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f7239cb964b523c4","status":"passed","time":{"start":1724918127247,"stop":1724918127247,"duration":0}},{"uid":"9033446c43012e1d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9033446c43012e1d","status":"passed","time":{"start":1724889805613,"stop":1724889805613,"duration":0}},{"uid":"cd1195fe5c7013e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd1195fe5c7013e8","status":"passed","time":{"start":1724888940687,"stop":1724888940691,"duration":4}},{"uid":"9a75cb43becf3702","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9a75cb43becf3702","status":"passed","time":{"start":1724888168650,"stop":1724888168651,"duration":1}},{"uid":"90f7bda5ef5ec6e9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/90f7bda5ef5ec6e9","status":"passed","time":{"start":1724886924217,"stop":1724886924217,"duration":0}},{"uid":"1da0e54bfb894955","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1da0e54bfb894955","status":"passed","time":{"start":1724886701805,"stop":1724886701806,"duration":1}},{"uid":"56e4982b30e26b00","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/56e4982b30e26b00","status":"passed","time":{"start":1724862112742,"stop":1724862112742,"duration":0}},{"uid":"4db0aea29693bacd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4db0aea29693bacd","status":"passed","time":{"start":1724861584869,"stop":1724861584869,"duration":0}},{"uid":"26d9154c34cc0e09","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/26d9154c34cc0e09","status":"passed","time":{"start":1724861464495,"stop":1724861464496,"duration":1}},{"uid":"f5d54383bd36a9f6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f5d54383bd36a9f6","status":"passed","time":{"start":1724861254914,"stop":1724861254915,"duration":1}}]},"tags":[]},"source":"d5811604d74d3628.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/715017ffdce781d6.json b/7376/data/test-cases/d583a455d8dd8fdf.json similarity index 79% rename from 7346/data/test-cases/715017ffdce781d6.json rename to 7376/data/test-cases/d583a455d8dd8fdf.json index b71a258c6b3..e9e847cfc8f 100644 --- a/7346/data/test-cases/715017ffdce781d6.json +++ b/7376/data/test-cases/d583a455d8dd8fdf.json @@ -1 +1 @@ -{"uid":"715017ffdce781d6","name":"Subscribe to topic containing Basic HTML tag and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing Basic HTML tag and receive message","historyId":"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765075587,"stop":1724765075587,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"15f5f4034482a21f","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/15f5f4034482a21f","status":"passed","time":{"start":1724765010548,"stop":1724765010549,"duration":1}},{"uid":"c94e9b17f4e8d3a6","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/c94e9b17f4e8d3a6","status":"passed","time":{"start":1724763380305,"stop":1724763380305,"duration":0}},{"uid":"3943a22174491638","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/3943a22174491638","status":"passed","time":{"start":1724760632566,"stop":1724760632567,"duration":1}},{"uid":"60daa6e5d2103d20","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/60daa6e5d2103d20","status":"passed","time":{"start":1724759660927,"stop":1724759660927,"duration":0}},{"uid":"b59395f18af27d4a","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/b59395f18af27d4a","status":"passed","time":{"start":1724757793707,"stop":1724757793708,"duration":1}},{"uid":"a32d4cb129753bc0","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a32d4cb129753bc0","status":"passed","time":{"start":1724757518639,"stop":1724757518639,"duration":0}},{"uid":"df1726fc0cd603f4","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/df1726fc0cd603f4","status":"passed","time":{"start":1724756832106,"stop":1724756832106,"duration":0}},{"uid":"71349d77fdac98f5","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/71349d77fdac98f5","status":"passed","time":{"start":1724754929282,"stop":1724754929282,"duration":0}},{"uid":"3ba7ff4c4573e8b0","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/3ba7ff4c4573e8b0","status":"passed","time":{"start":1724752352156,"stop":1724752352156,"duration":0}},{"uid":"31f38d587d6431cb","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/31f38d587d6431cb","status":"passed","time":{"start":1724751201126,"stop":1724751201127,"duration":1}},{"uid":"43a2ddb109647048","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/43a2ddb109647048","status":"passed","time":{"start":1724750264842,"stop":1724750264842,"duration":0}},{"uid":"7981e94486c00ce9","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/7981e94486c00ce9","status":"passed","time":{"start":1724749292169,"stop":1724749292169,"duration":0}},{"uid":"b8fb098c9b40f464","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/b8fb098c9b40f464","status":"passed","time":{"start":1724717596796,"stop":1724717596797,"duration":1}},{"uid":"997d30e0058579f8","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/997d30e0058579f8","status":"passed","time":{"start":1724714823661,"stop":1724714823662,"duration":1}},{"uid":"5e8b783ae1fdbfa9","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/5e8b783ae1fdbfa9","status":"passed","time":{"start":1724712895794,"stop":1724712895795,"duration":1}},{"uid":"cf63ef191e5a6704","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/cf63ef191e5a6704","status":"passed","time":{"start":1724706113498,"stop":1724706113500,"duration":2}},{"uid":"7ac16e92496307c8","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/7ac16e92496307c8","status":"passed","time":{"start":1724704522417,"stop":1724704522417,"duration":0}},{"uid":"aae4d6ef9f7eb46c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/aae4d6ef9f7eb46c","status":"passed","time":{"start":1724683897630,"stop":1724683897630,"duration":0}},{"uid":"343f0a6abc815adb","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/343f0a6abc815adb","status":"passed","time":{"start":1724672624709,"stop":1724672624709,"duration":0}},{"uid":"1014508627e07e89","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/1014508627e07e89","status":"passed","time":{"start":1724670354434,"stop":1724670354434,"duration":0}}]},"tags":[]},"source":"715017ffdce781d6.json","parameterValues":[]} \ No newline at end of file +{"uid":"d583a455d8dd8fdf","name":"Subscribe to topic containing Basic HTML tag and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing Basic HTML tag and receive message","historyId":"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922635357,"stop":1724922635358,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9f8711989140f1fa","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9f8711989140f1fa","status":"passed","time":{"start":1724921297016,"stop":1724921297017,"duration":1}},{"uid":"fb7c9677a78304","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fb7c9677a78304","status":"passed","time":{"start":1724921276371,"stop":1724921276371,"duration":0}},{"uid":"eecd0e0d2f61c1be","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eecd0e0d2f61c1be","status":"passed","time":{"start":1724917948329,"stop":1724917948329,"duration":0}},{"uid":"e18be5fcbbbd479","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e18be5fcbbbd479","status":"passed","time":{"start":1724889729014,"stop":1724889729015,"duration":1}},{"uid":"8f8f5238d651263","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f8f5238d651263","status":"passed","time":{"start":1724888864959,"stop":1724888864959,"duration":0}},{"uid":"83bb2646d16dfcfc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/83bb2646d16dfcfc","status":"passed","time":{"start":1724888053750,"stop":1724888053750,"duration":0}},{"uid":"930a0e9fe3d00d49","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/930a0e9fe3d00d49","status":"passed","time":{"start":1724886811665,"stop":1724886811665,"duration":0}},{"uid":"3e55961704a462a2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3e55961704a462a2","status":"passed","time":{"start":1724886581007,"stop":1724886581008,"duration":1}},{"uid":"458d4197e6c2d728","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/458d4197e6c2d728","status":"passed","time":{"start":1724862019565,"stop":1724862019565,"duration":0}},{"uid":"406063dea117a835","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/406063dea117a835","status":"passed","time":{"start":1724861493941,"stop":1724861493941,"duration":0}},{"uid":"e6646d04c53de9fd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e6646d04c53de9fd","status":"passed","time":{"start":1724861318045,"stop":1724861318045,"duration":0}},{"uid":"e2367283e5080f66","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e2367283e5080f66","status":"passed","time":{"start":1724861178519,"stop":1724861178519,"duration":0}}]},"tags":[]},"source":"d583a455d8dd8fdf.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/d645963cd99c1aa3.json b/7376/data/test-cases/d645963cd99c1aa3.json new file mode 100644 index 00000000000..9f98f7ea7fc --- /dev/null +++ b/7376/data/test-cases/d645963cd99c1aa3.json @@ -0,0 +1 @@ +{"uid":"d645963cd99c1aa3","name":"same cluster, different shard: nodes connect (autosharding)","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > same cluster, different shard: nodes connect (autosharding)","historyId":"153570a82b67cc58bbb83349666b2542:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611420,"stop":1724922611421,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d8ac6ec6daf2e019","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d8ac6ec6daf2e019","status":"passed","time":{"start":1724921270342,"stop":1724921270342,"duration":0}},{"uid":"3854fa8c79d32835","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3854fa8c79d32835","status":"passed","time":{"start":1724921247773,"stop":1724921247773,"duration":0}},{"uid":"90e023d791b4cf99","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/90e023d791b4cf99","status":"passed","time":{"start":1724917989809,"stop":1724917989810,"duration":1}},{"uid":"af66c7f3875a17c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/af66c7f3875a17c7","status":"passed","time":{"start":1724889678532,"stop":1724889678533,"duration":1}},{"uid":"6329fbddb19afa4c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6329fbddb19afa4c","status":"passed","time":{"start":1724888829826,"stop":1724888829827,"duration":1}},{"uid":"f6f0ef3fc8ae7103","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f6f0ef3fc8ae7103","status":"passed","time":{"start":1724888076973,"stop":1724888076974,"duration":1}},{"uid":"f20d20306d2b6394","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f20d20306d2b6394","status":"passed","time":{"start":1724886851112,"stop":1724886851113,"duration":1}},{"uid":"f7de02c34bc762fb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f7de02c34bc762fb","status":"passed","time":{"start":1724886647058,"stop":1724886647059,"duration":1}},{"uid":"88da5f8e97ec9ae6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/88da5f8e97ec9ae6","status":"passed","time":{"start":1724861992702,"stop":1724861992702,"duration":0}},{"uid":"cc17a3cb81bfac07","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cc17a3cb81bfac07","status":"passed","time":{"start":1724861469630,"stop":1724861469631,"duration":1}},{"uid":"4e238e6a75305b45","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4e238e6a75305b45","status":"passed","time":{"start":1724861284845,"stop":1724861284845,"duration":0}},{"uid":"a4b4ba73f75a2b7c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a4b4ba73f75a2b7c","status":"passed","time":{"start":1724861145772,"stop":1724861145772,"duration":0}}]},"tags":[]},"source":"d645963cd99c1aa3.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/9ea5a7728c253d03.json b/7376/data/test-cases/d67ddb0503da60f2.json similarity index 97% rename from 7346/data/test-cases/9ea5a7728c253d03.json rename to 7376/data/test-cases/d67ddb0503da60f2.json index 58b1412b862..c8614529fe3 100644 --- a/7346/data/test-cases/9ea5a7728c253d03.json +++ b/7376/data/test-cases/d67ddb0503da60f2.json @@ -1 +1 @@ -{"uid":"9ea5a7728c253d03","name":"Fails to publish message with size larger than 1 MB","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Fails to publish message with size larger than 1 MB","historyId":"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765426738,"stop":1724765426739,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":true,"retry":true,"extra":{"categories":[],"tags":[]},"source":"9ea5a7728c253d03.json","parameterValues":[]} \ No newline at end of file +{"uid":"d67ddb0503da60f2","name":"Fails to publish message with size larger than 1 MB","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Fails to publish message with size larger than 1 MB","historyId":"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922887533,"stop":1724922887534,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":true,"retry":true,"extra":{"categories":[],"tags":[]},"source":"d67ddb0503da60f2.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/f993a5db17ee2943.json b/7376/data/test-cases/d730f415c05c74aa.json similarity index 70% rename from 7346/data/test-cases/f993a5db17ee2943.json rename to 7376/data/test-cases/d730f415c05c74aa.json index ff3caf35b2c..ea4e8812f51 100644 --- a/7346/data/test-cases/f993a5db17ee2943.json +++ b/7376/data/test-cases/d730f415c05c74aa.json @@ -1 +1 @@ -{"uid":"f993a5db17ee2943","name":"Subscribe to topic containing XML and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing XML and receive message","historyId":"30ef7a9b03445eb2aa807816e4c71b90:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765545680,"stop":1724765545680,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"a3de9fc03516f6cd","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/a3de9fc03516f6cd","status":"passed","time":{"start":1724765472924,"stop":1724765472924,"duration":0}},{"uid":"326f7395b80c6890","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/326f7395b80c6890","status":"passed","time":{"start":1724763953870,"stop":1724763953871,"duration":1}},{"uid":"ca72c00d31127262","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ca72c00d31127262","status":"passed","time":{"start":1724761070319,"stop":1724761070326,"duration":7}},{"uid":"5d3662775e81d387","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/5d3662775e81d387","status":"passed","time":{"start":1724760260078,"stop":1724760260078,"duration":0}},{"uid":"1b904a92e45cc4e6","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/1b904a92e45cc4e6","status":"passed","time":{"start":1724758530272,"stop":1724758530273,"duration":1}},{"uid":"dc511adaf8d267b","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/dc511adaf8d267b","status":"passed","time":{"start":1724757958299,"stop":1724757958299,"duration":0}},{"uid":"9a090423f3f9b404","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/9a090423f3f9b404","status":"passed","time":{"start":1724757397594,"stop":1724757397594,"duration":0}},{"uid":"2f667c1a12cf7c8","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2f667c1a12cf7c8","status":"passed","time":{"start":1724755379407,"stop":1724755379407,"duration":0}},{"uid":"d58f7ceb05f488d6","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/d58f7ceb05f488d6","status":"passed","time":{"start":1724752819850,"stop":1724752819850,"duration":0}},{"uid":"9d185ed252ba79d6","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/9d185ed252ba79d6","status":"passed","time":{"start":1724751625329,"stop":1724751625329,"duration":0}},{"uid":"28d50e780c6ff610","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/28d50e780c6ff610","status":"passed","time":{"start":1724750725829,"stop":1724750725829,"duration":0}},{"uid":"9137164a388d2832","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/9137164a388d2832","status":"passed","time":{"start":1724749717518,"stop":1724749717519,"duration":1}},{"uid":"39a99a17ac9f45e2","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/39a99a17ac9f45e2","status":"passed","time":{"start":1724718019286,"stop":1724718019287,"duration":1}},{"uid":"e98a386405e9bfa4","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/e98a386405e9bfa4","status":"passed","time":{"start":1724715264570,"stop":1724715264570,"duration":0}},{"uid":"8f3569f4a1b918e4","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/8f3569f4a1b918e4","status":"passed","time":{"start":1724713371752,"stop":1724713371752,"duration":0}},{"uid":"84a6ce4d3aff6e5b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/84a6ce4d3aff6e5b","status":"passed","time":{"start":1724706679438,"stop":1724706679438,"duration":0}},{"uid":"dc8283aabd17a925","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/dc8283aabd17a925","status":"passed","time":{"start":1724705096863,"stop":1724705096864,"duration":1}},{"uid":"2ee4d0593e2d5c09","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2ee4d0593e2d5c09","status":"passed","time":{"start":1724684459932,"stop":1724684459932,"duration":0}},{"uid":"6f3e24cc8993a1eb","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/6f3e24cc8993a1eb","status":"passed","time":{"start":1724673071759,"stop":1724673071760,"duration":1}},{"uid":"67ad911e2c329663","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/67ad911e2c329663","status":"passed","time":{"start":1724670808711,"stop":1724670808711,"duration":0}}]},"tags":[]},"source":"f993a5db17ee2943.json","parameterValues":[]} \ No newline at end of file +{"uid":"d730f415c05c74aa","name":"Subscribe to topic containing Script and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing Script and receive message","historyId":"8da102b09d4dab71d5406e773a87a315:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012480,"stop":1724923012481,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"62c78882ad8ff8f1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/62c78882ad8ff8f1","status":"passed","time":{"start":1724921625090,"stop":1724921625091,"duration":1}},{"uid":"4b69fd43c8f7cb82","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4b69fd43c8f7cb82","status":"passed","time":{"start":1724921590510,"stop":1724921590510,"duration":0}},{"uid":"7892e68d962b2af0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7892e68d962b2af0","status":"passed","time":{"start":1724918287576,"stop":1724918287576,"duration":0}},{"uid":"cce2bbd4759e09d7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cce2bbd4759e09d7","status":"passed","time":{"start":1724890047802,"stop":1724890047803,"duration":1}},{"uid":"5cc2b8a2bc69f4dc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5cc2b8a2bc69f4dc","status":"passed","time":{"start":1724889183946,"stop":1724889183947,"duration":1}},{"uid":"47bb166e45f9edf4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/47bb166e45f9edf4","status":"passed","time":{"start":1724888354185,"stop":1724888354185,"duration":0}},{"uid":"14824df447f8c42b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/14824df447f8c42b","status":"passed","time":{"start":1724887145722,"stop":1724887145722,"duration":0}},{"uid":"ecbd706f1bce1eba","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ecbd706f1bce1eba","status":"passed","time":{"start":1724886915806,"stop":1724886915806,"duration":0}},{"uid":"e9f5b19ef1aa1cdd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e9f5b19ef1aa1cdd","status":"passed","time":{"start":1724862341466,"stop":1724862341466,"duration":0}},{"uid":"9bccbb71395f3dca","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9bccbb71395f3dca","status":"passed","time":{"start":1724861805470,"stop":1724861805470,"duration":0}},{"uid":"c757abe6b457b46e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c757abe6b457b46e","status":"passed","time":{"start":1724861662300,"stop":1724861662300,"duration":0}},{"uid":"e458ef55e45d5032","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e458ef55e45d5032","status":"passed","time":{"start":1724861492527,"stop":1724861492527,"duration":0}}]},"tags":[]},"source":"d730f415c05c74aa.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/d785d1ebcd100383.json b/7376/data/test-cases/d785d1ebcd100383.json new file mode 100644 index 00000000000..dca0ffa5c02 --- /dev/null +++ b/7376/data/test-cases/d785d1ebcd100383.json @@ -0,0 +1 @@ +{"uid":"d785d1ebcd100383","name":"Meta field set when metaSetter is specified","fullName":"/src/lib/message/version_0.spec.ts: Waku Message version 0 > Meta field set when metaSetter is specified","historyId":"2e8367be7ec5d5a77548869fe6677b96:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922388047,"stop":1724922388048,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.lib.message"},{"name":"parentSuite","value":"Waku Message version 0"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bf2bb91e58b59ff4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bf2bb91e58b59ff4","status":"passed","time":{"start":1724921051055,"stop":1724921051055,"duration":0}},{"uid":"3f238f12a6edbff3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3f238f12a6edbff3","status":"passed","time":{"start":1724921026360,"stop":1724921026361,"duration":1}},{"uid":"cf4472afbbe1500","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cf4472afbbe1500","status":"passed","time":{"start":1724917686539,"stop":1724917686539,"duration":0}},{"uid":"b286b3cb1d2eb86","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b286b3cb1d2eb86","status":"passed","time":{"start":1724889465469,"stop":1724889465470,"duration":1}},{"uid":"cdc37196e45d6476","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cdc37196e45d6476","status":"passed","time":{"start":1724888616211,"stop":1724888616211,"duration":0}},{"uid":"dad32a6d4249d562","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dad32a6d4249d562","status":"passed","time":{"start":1724887772447,"stop":1724887772448,"duration":1}},{"uid":"1536eca4400fb8df","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1536eca4400fb8df","status":"passed","time":{"start":1724886538858,"stop":1724886538859,"duration":1}},{"uid":"8638e7d5bac45758","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8638e7d5bac45758","status":"passed","time":{"start":1724886316625,"stop":1724886316625,"duration":0}},{"uid":"9bb1cc41bedf8a40","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9bb1cc41bedf8a40","status":"passed","time":{"start":1724861765761,"stop":1724861765761,"duration":0}},{"uid":"c3ce2f2a01b58fb5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c3ce2f2a01b58fb5","status":"passed","time":{"start":1724861236571,"stop":1724861236572,"duration":1}},{"uid":"dadcd204ddeff333","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dadcd204ddeff333","status":"passed","time":{"start":1724861059469,"stop":1724861059469,"duration":0}},{"uid":"85cf1675cf625a17","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/85cf1675cf625a17","status":"passed","time":{"start":1724860920725,"stop":1724860920725,"duration":0}}]},"tags":[]},"source":"d785d1ebcd100383.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/dd1fb64109c4961c.json b/7376/data/test-cases/d826104d268accf1.json similarity index 79% rename from 7346/data/test-cases/dd1fb64109c4961c.json rename to 7376/data/test-cases/d826104d268accf1.json index 568b1e14b7e..6c59e0ab2cb 100644 --- a/7346/data/test-cases/dd1fb64109c4961c.json +++ b/7376/data/test-cases/d826104d268accf1.json @@ -1 +1 @@ -{"uid":"dd1fb64109c4961c","name":"Subscribe to topic containing SQL Injection and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing SQL Injection and receive message","historyId":"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765075586,"stop":1724765075586,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"7bd748bd75eb0ef8","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/7bd748bd75eb0ef8","status":"passed","time":{"start":1724765010544,"stop":1724765010544,"duration":0}},{"uid":"9dac46254f00761c","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/9dac46254f00761c","status":"passed","time":{"start":1724763380303,"stop":1724763380304,"duration":1}},{"uid":"673c9764383e3a2b","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/673c9764383e3a2b","status":"passed","time":{"start":1724760632565,"stop":1724760632565,"duration":0}},{"uid":"3afd16c030363b39","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/3afd16c030363b39","status":"passed","time":{"start":1724759660925,"stop":1724759660926,"duration":1}},{"uid":"788dfe8de6c38676","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/788dfe8de6c38676","status":"passed","time":{"start":1724757793705,"stop":1724757793705,"duration":0}},{"uid":"d9ccef0b7e1f94d8","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/d9ccef0b7e1f94d8","status":"passed","time":{"start":1724757518637,"stop":1724757518638,"duration":1}},{"uid":"463a3f937521b964","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/463a3f937521b964","status":"passed","time":{"start":1724756832105,"stop":1724756832105,"duration":0}},{"uid":"744ac4ef98cc4ff5","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/744ac4ef98cc4ff5","status":"passed","time":{"start":1724754929281,"stop":1724754929281,"duration":0}},{"uid":"48760e15b3bdd98c","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/48760e15b3bdd98c","status":"passed","time":{"start":1724752352155,"stop":1724752352155,"duration":0}},{"uid":"c7639877140d38f3","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/c7639877140d38f3","status":"passed","time":{"start":1724751201125,"stop":1724751201125,"duration":0}},{"uid":"18e9e5a9325e4575","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/18e9e5a9325e4575","status":"passed","time":{"start":1724750264841,"stop":1724750264841,"duration":0}},{"uid":"30c71d66fca283c8","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/30c71d66fca283c8","status":"passed","time":{"start":1724749292168,"stop":1724749292168,"duration":0}},{"uid":"6b707ed3c5caa855","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/6b707ed3c5caa855","status":"passed","time":{"start":1724717596795,"stop":1724717596796,"duration":1}},{"uid":"72fda2cb3cfd97f0","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/72fda2cb3cfd97f0","status":"passed","time":{"start":1724714823660,"stop":1724714823661,"duration":1}},{"uid":"64ef57e1da2d07e1","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/64ef57e1da2d07e1","status":"passed","time":{"start":1724712895793,"stop":1724712895793,"duration":0}},{"uid":"c0fadf0722aa2a8f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c0fadf0722aa2a8f","status":"passed","time":{"start":1724706113497,"stop":1724706113497,"duration":0}},{"uid":"df3f2def2d7c7cdf","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/df3f2def2d7c7cdf","status":"passed","time":{"start":1724704522416,"stop":1724704522416,"duration":0}},{"uid":"d040ccfe37e67bc","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d040ccfe37e67bc","status":"passed","time":{"start":1724683897629,"stop":1724683897629,"duration":0}},{"uid":"9d9b32e87021677d","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/9d9b32e87021677d","status":"passed","time":{"start":1724672624707,"stop":1724672624708,"duration":1}},{"uid":"8e56c85a28e6893a","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/8e56c85a28e6893a","status":"passed","time":{"start":1724670354432,"stop":1724670354433,"duration":1}}]},"tags":[]},"source":"dd1fb64109c4961c.json","parameterValues":[]} \ No newline at end of file +{"uid":"d826104d268accf1","name":"Subscribe to topic containing SQL Injection and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing SQL Injection and receive message","historyId":"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922635356,"stop":1724922635356,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8b3cfea0817c9786","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8b3cfea0817c9786","status":"passed","time":{"start":1724921297012,"stop":1724921297015,"duration":3}},{"uid":"4c6f7cbe71e50e9a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4c6f7cbe71e50e9a","status":"passed","time":{"start":1724921276369,"stop":1724921276370,"duration":1}},{"uid":"5b76a5fc9c103585","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5b76a5fc9c103585","status":"passed","time":{"start":1724917948327,"stop":1724917948328,"duration":1}},{"uid":"45d8d1bdcb188289","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/45d8d1bdcb188289","status":"passed","time":{"start":1724889729012,"stop":1724889729012,"duration":0}},{"uid":"b5b127891d729e82","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b5b127891d729e82","status":"passed","time":{"start":1724888864958,"stop":1724888864958,"duration":0}},{"uid":"9b34d523de216188","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9b34d523de216188","status":"passed","time":{"start":1724888053749,"stop":1724888053749,"duration":0}},{"uid":"c85b96ac080ed648","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c85b96ac080ed648","status":"passed","time":{"start":1724886811664,"stop":1724886811664,"duration":0}},{"uid":"9ae17c19b92ef8c7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9ae17c19b92ef8c7","status":"passed","time":{"start":1724886581006,"stop":1724886581007,"duration":1}},{"uid":"33930ae067a2d912","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33930ae067a2d912","status":"passed","time":{"start":1724862019564,"stop":1724862019564,"duration":0}},{"uid":"be6cffb8fe424879","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/be6cffb8fe424879","status":"passed","time":{"start":1724861493939,"stop":1724861493939,"duration":0}},{"uid":"f12e858a5511ea02","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f12e858a5511ea02","status":"passed","time":{"start":1724861318044,"stop":1724861318044,"duration":0}},{"uid":"f22fe5789422aaff","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f22fe5789422aaff","status":"passed","time":{"start":1724861178518,"stop":1724861178518,"duration":0}}]},"tags":[]},"source":"d826104d268accf1.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/7cb6a6dca8e0933d.json b/7376/data/test-cases/d8ab9c3464e594f5.json similarity index 51% rename from 7346/data/test-cases/7cb6a6dca8e0933d.json rename to 7376/data/test-cases/d8ab9c3464e594f5.json index 598d62842b3..845f1eb7dc0 100644 --- a/7346/data/test-cases/7cb6a6dca8e0933d.json +++ b/7376/data/test-cases/d8ab9c3464e594f5.json @@ -1 +1 @@ -{"uid":"7cb6a6dca8e0933d","name":"Passing page size 19 when there are 20 messages","fullName":"/tests/store/page_size.node.spec.ts: Waku Store, page size > Passing page size 19 when there are 20 messages","historyId":"f03178e8aa5334e5fc36c12da3793a14:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765545355,"stop":1724765545356,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, page size"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"ff9f96b53670d439","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/ff9f96b53670d439","status":"passed","time":{"start":1724765471402,"stop":1724765471402,"duration":0}},{"uid":"a9c9fc4fc11e8ebd","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/a9c9fc4fc11e8ebd","status":"passed","time":{"start":1724763827935,"stop":1724763827935,"duration":0}},{"uid":"136d9bc7d646b9f3","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/136d9bc7d646b9f3","status":"passed","time":{"start":1724761084762,"stop":1724761084762,"duration":0}},{"uid":"fffe24ce56a2adf","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/fffe24ce56a2adf","status":"passed","time":{"start":1724760105219,"stop":1724760105219,"duration":0}},{"uid":"fe9cca159a7aadf3","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/fe9cca159a7aadf3","status":"passed","time":{"start":1724758251488,"stop":1724758251488,"duration":0}},{"uid":"937de31870601b5","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/937de31870601b5","status":"passed","time":{"start":1724757947200,"stop":1724757947201,"duration":1}},{"uid":"d2bcd7a3a63310c4","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/d2bcd7a3a63310c4","status":"passed","time":{"start":1724757297810,"stop":1724757297810,"duration":0}},{"uid":"77879ae9e3465018","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/77879ae9e3465018","status":"passed","time":{"start":1724755380036,"stop":1724755380036,"duration":0}},{"uid":"53514022b0d841ca","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/53514022b0d841ca","status":"passed","time":{"start":1724752822935,"stop":1724752822935,"duration":0}},{"uid":"be9af79183c8a898","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/be9af79183c8a898","status":"passed","time":{"start":1724751647550,"stop":1724751647551,"duration":1}},{"uid":"6d6717c0fffc683f","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/6d6717c0fffc683f","status":"passed","time":{"start":1724750732235,"stop":1724750732235,"duration":0}},{"uid":"b8f443cb08a0e542","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/b8f443cb08a0e542","status":"passed","time":{"start":1724749732032,"stop":1724749732032,"duration":0}},{"uid":"6e1c38bad4d5839a","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/6e1c38bad4d5839a","status":"passed","time":{"start":1724718038576,"stop":1724718038576,"duration":0}},{"uid":"3bacab09d4225b3c","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/3bacab09d4225b3c","status":"passed","time":{"start":1724715272694,"stop":1724715272695,"duration":1}},{"uid":"70ead07743f73ab8","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/70ead07743f73ab8","status":"passed","time":{"start":1724713359484,"stop":1724713359484,"duration":0}},{"uid":"825385477a210f0d","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/825385477a210f0d","status":"passed","time":{"start":1724706564507,"stop":1724706564507,"duration":0}},{"uid":"ca4797add707d320","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/ca4797add707d320","status":"passed","time":{"start":1724704972718,"stop":1724704972718,"duration":0}},{"uid":"89a75266013558dd","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/89a75266013558dd","status":"passed","time":{"start":1724684357218,"stop":1724684357218,"duration":0}},{"uid":"e51adb906b8ae61b","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/e51adb906b8ae61b","status":"passed","time":{"start":1724673081511,"stop":1724673081511,"duration":0}},{"uid":"8887dbd79ae24e9f","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/8887dbd79ae24e9f","status":"passed","time":{"start":1724670810985,"stop":1724670810985,"duration":0}}]},"tags":[]},"source":"7cb6a6dca8e0933d.json","parameterValues":[]} \ No newline at end of file +{"uid":"d8ab9c3464e594f5","name":"Passing page size 19 when there are 20 messages","fullName":"/tests/store/page_size.node.spec.ts: Waku Store, page size > Passing page size 19 when there are 20 messages","historyId":"f03178e8aa5334e5fc36c12da3793a14:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922983783,"stop":1724922983784,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, page size\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, page size"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3acefc6a93f80c07","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3acefc6a93f80c07","status":"passed","time":{"start":1724921656193,"stop":1724921656193,"duration":0}},{"uid":"6283680f11f31f47","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6283680f11f31f47","status":"passed","time":{"start":1724921620460,"stop":1724921620461,"duration":1}},{"uid":"a2076e74a7db555a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a2076e74a7db555a","status":"passed","time":{"start":1724918327711,"stop":1724918327711,"duration":0}},{"uid":"79f375f8d8e4c1aa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/79f375f8d8e4c1aa","status":"passed","time":{"start":1724890078471,"stop":1724890078471,"duration":0}},{"uid":"b04153d7b61eb054","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b04153d7b61eb054","status":"passed","time":{"start":1724889213827,"stop":1724889213827,"duration":0}},{"uid":"553e09dbb7999484","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/553e09dbb7999484","status":"passed","time":{"start":1724888383603,"stop":1724888383603,"duration":0}},{"uid":"a4a556ecfd64d72","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a4a556ecfd64d72","status":"passed","time":{"start":1724887164579,"stop":1724887164579,"duration":0}},{"uid":"733e7d776c172bdc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/733e7d776c172bdc","status":"passed","time":{"start":1724886943102,"stop":1724886943102,"duration":0}},{"uid":"df394d41dbda8305","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/df394d41dbda8305","status":"passed","time":{"start":1724862368930,"stop":1724862368930,"duration":0}},{"uid":"c742638f7fbd37ab","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c742638f7fbd37ab","status":"passed","time":{"start":1724861835947,"stop":1724861835947,"duration":0}},{"uid":"4f274b06842babfc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4f274b06842babfc","status":"passed","time":{"start":1724861692904,"stop":1724861692904,"duration":0}},{"uid":"64520d79f8654367","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/64520d79f8654367","status":"passed","time":{"start":1724861520701,"stop":1724861520701,"duration":0}}]},"tags":[]},"source":"d8ab9c3464e594f5.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/d8edc645ae42cc8f.json b/7376/data/test-cases/d8edc645ae42cc8f.json new file mode 100644 index 00000000000..5589f7ffadb --- /dev/null +++ b/7376/data/test-cases/d8edc645ae42cc8f.json @@ -0,0 +1 @@ +{"uid":"d8edc645ae42cc8f","name":"Reopen subscription with peer with lost subscription","fullName":"/tests/filter/ping.node.spec.ts: Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true > Reopen subscription with peer with lost subscription","historyId":"b70290caccfdeac2aaa6e6fb638514d5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922499930,"stop":1724922499931,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8a40a2755fd93129","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8a40a2755fd93129","status":"passed","time":{"start":1724921158278,"stop":1724921158278,"duration":0}},{"uid":"8291e6557d50a55f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8291e6557d50a55f","status":"passed","time":{"start":1724921130073,"stop":1724921130074,"duration":1}},{"uid":"542f4ebab296bcba","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/542f4ebab296bcba","status":"passed","time":{"start":1724917796891,"stop":1724917796892,"duration":1}},{"uid":"d860245eb729c8eb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d860245eb729c8eb","status":"passed","time":{"start":1724889579995,"stop":1724889579995,"duration":0}},{"uid":"e7a495f848c0cee2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e7a495f848c0cee2","status":"passed","time":{"start":1724888730127,"stop":1724888730127,"duration":0}},{"uid":"bc2d1693fa44283d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bc2d1693fa44283d","status":"passed","time":{"start":1724887883926,"stop":1724887883926,"duration":0}},{"uid":"9db0a861126aa5c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9db0a861126aa5c","status":"passed","time":{"start":1724886651244,"stop":1724886651244,"duration":0}},{"uid":"ca1b617019476e56","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ca1b617019476e56","status":"passed","time":{"start":1724886430267,"stop":1724886430268,"duration":1}},{"uid":"7786d70301153272","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7786d70301153272","status":"passed","time":{"start":1724861879167,"stop":1724861879167,"duration":0}},{"uid":"3a825090177011b7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3a825090177011b7","status":"passed","time":{"start":1724861345736,"stop":1724861345737,"duration":1}},{"uid":"1759a4a6228dae94","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1759a4a6228dae94","status":"passed","time":{"start":1724861186693,"stop":1724861186694,"duration":1}},{"uid":"34b84af2ddc01baf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/34b84af2ddc01baf","status":"passed","time":{"start":1724861034885,"stop":1724861034885,"duration":0}}]},"tags":[]},"source":"d8edc645ae42cc8f.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/d94461970d347993.json b/7376/data/test-cases/d94461970d347993.json new file mode 100644 index 00000000000..df81ece42c2 --- /dev/null +++ b/7376/data/test-cases/d94461970d347993.json @@ -0,0 +1 @@ +{"uid":"d94461970d347993","name":"handles different clusterIds correctly","fullName":"/src/common/sharding/index.spec.ts: contentTopicsByPubsubTopic > handles different clusterIds correctly","historyId":"39935f8cc92b21d63da131179626efc1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374676,"stop":1724922374676,"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":"contentTopicsByPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ae9e573d039bc59","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ae9e573d039bc59","status":"passed","time":{"start":1724921037636,"stop":1724921037636,"duration":0}},{"uid":"6041f26c36bd2692","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6041f26c36bd2692","status":"passed","time":{"start":1724921013048,"stop":1724921013048,"duration":0}},{"uid":"9c2a15a3cb0188e1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9c2a15a3cb0188e1","status":"passed","time":{"start":1724917673292,"stop":1724917673292,"duration":0}},{"uid":"2c5772e97a98e4f4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c5772e97a98e4f4","status":"passed","time":{"start":1724889452310,"stop":1724889452311,"duration":1}},{"uid":"cd0007969e8b5889","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd0007969e8b5889","status":"passed","time":{"start":1724888602841,"stop":1724888602841,"duration":0}},{"uid":"4e9139db52a0952","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4e9139db52a0952","status":"passed","time":{"start":1724887759164,"stop":1724887759164,"duration":0}},{"uid":"3b2a6264881f15ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3b2a6264881f15ea","status":"passed","time":{"start":1724886525544,"stop":1724886525544,"duration":0}},{"uid":"a1a96bb99195e952","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a1a96bb99195e952","status":"passed","time":{"start":1724886303397,"stop":1724886303397,"duration":0}},{"uid":"64d12235f1be8358","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64d12235f1be8358","status":"passed","time":{"start":1724861752229,"stop":1724861752229,"duration":0}},{"uid":"8542d5e1ec78314d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8542d5e1ec78314d","status":"passed","time":{"start":1724861223355,"stop":1724861223355,"duration":0}},{"uid":"ff7728f3dff0846c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ff7728f3dff0846c","status":"passed","time":{"start":1724861045203,"stop":1724861045203,"duration":0}},{"uid":"707fe69646157ea8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/707fe69646157ea8","status":"passed","time":{"start":1724860907085,"stop":1724860907085,"duration":0}}]},"tags":[]},"source":"d94461970d347993.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/da145ecbd82880c5.json b/7376/data/test-cases/da145ecbd82880c5.json new file mode 100644 index 00000000000..16d2fca0c79 --- /dev/null +++ b/7376/data/test-cases/da145ecbd82880c5.json @@ -0,0 +1 @@ +{"uid":"da145ecbd82880c5","name":"same cluster, same shard: nodes connect","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > same cluster, same shard: nodes connect","historyId":"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611418,"stop":1724922611418,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3c1cc34ce66e1cc2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3c1cc34ce66e1cc2","status":"passed","time":{"start":1724921270338,"stop":1724921270339,"duration":1}},{"uid":"4855263981f33fe5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4855263981f33fe5","status":"passed","time":{"start":1724921247770,"stop":1724921247770,"duration":0}},{"uid":"77ef4fedb2f6c5df","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/77ef4fedb2f6c5df","status":"passed","time":{"start":1724917989806,"stop":1724917989807,"duration":1}},{"uid":"30541af7c28928e7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/30541af7c28928e7","status":"passed","time":{"start":1724889678530,"stop":1724889678531,"duration":1}},{"uid":"930bb8f7505b27c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/930bb8f7505b27c7","status":"passed","time":{"start":1724888829821,"stop":1724888829821,"duration":0}},{"uid":"c899a7b5f1d21714","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c899a7b5f1d21714","status":"passed","time":{"start":1724888076967,"stop":1724888076969,"duration":2}},{"uid":"c65065b1368063b9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c65065b1368063b9","status":"passed","time":{"start":1724886851108,"stop":1724886851109,"duration":1}},{"uid":"d32792a4ec72026d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d32792a4ec72026d","status":"passed","time":{"start":1724886647045,"stop":1724886647046,"duration":1}},{"uid":"ae0326ccc5284d51","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ae0326ccc5284d51","status":"passed","time":{"start":1724861992699,"stop":1724861992700,"duration":1}},{"uid":"bd6c666a1616987d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bd6c666a1616987d","status":"passed","time":{"start":1724861469624,"stop":1724861469625,"duration":1}},{"uid":"f90b48e63263602a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f90b48e63263602a","status":"passed","time":{"start":1724861284842,"stop":1724861284843,"duration":1}},{"uid":"1f8099cfd9d74657","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1f8099cfd9d74657","status":"passed","time":{"start":1724861145767,"stop":1724861145768,"duration":1}}]},"tags":[]},"source":"da145ecbd82880c5.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/da1c3ac4e445f523.json b/7376/data/test-cases/da1c3ac4e445f523.json new file mode 100644 index 00000000000..bce9a2c55ae --- /dev/null +++ b/7376/data/test-cases/da1c3ac4e445f523.json @@ -0,0 +1 @@ +{"uid":"da1c3ac4e445f523","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /0/toychat/2/huilong/proto to shard index 3","historyId":"96d052cc2d4d67f075196ba679807ea8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374664,"stop":1724922374671,"duration":7},"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":13,"unknown":0,"total":13},"items":[{"uid":"3e775a524f387094","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3e775a524f387094","status":"passed","time":{"start":1724921037631,"stop":1724921037631,"duration":0}},{"uid":"8679edf23ab318b0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8679edf23ab318b0","status":"passed","time":{"start":1724921013043,"stop":1724921013044,"duration":1}},{"uid":"37ac326990081de3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/37ac326990081de3","status":"passed","time":{"start":1724917673286,"stop":1724917673286,"duration":0}},{"uid":"ff8eccd5ac8999db","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff8eccd5ac8999db","status":"passed","time":{"start":1724889452305,"stop":1724889452306,"duration":1}},{"uid":"9e9e969430cbc80b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e9e969430cbc80b","status":"passed","time":{"start":1724888602836,"stop":1724888602836,"duration":0}},{"uid":"7234654076f60acc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7234654076f60acc","status":"passed","time":{"start":1724887759160,"stop":1724887759160,"duration":0}},{"uid":"a89965eb3a70a5e7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a89965eb3a70a5e7","status":"passed","time":{"start":1724886525540,"stop":1724886525540,"duration":0}},{"uid":"ee8bc8a4f229de17","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ee8bc8a4f229de17","status":"passed","time":{"start":1724886303392,"stop":1724886303393,"duration":1}},{"uid":"dd4f9366d6632214","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd4f9366d6632214","status":"passed","time":{"start":1724861752223,"stop":1724861752223,"duration":0}},{"uid":"25fc41d3d7dd81a0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/25fc41d3d7dd81a0","status":"passed","time":{"start":1724861223351,"stop":1724861223351,"duration":0}},{"uid":"7314ef231461ad34","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7314ef231461ad34","status":"passed","time":{"start":1724861045197,"stop":1724861045198,"duration":1}},{"uid":"730775233ecf803f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/730775233ecf803f","status":"passed","time":{"start":1724860907080,"stop":1724860907081,"duration":1}}]},"tags":[]},"source":"da1c3ac4e445f523.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/da236dc1c318d1e6.json b/7376/data/test-cases/da236dc1c318d1e6.json new file mode 100644 index 00000000000..e3855f4d50b --- /dev/null +++ b/7376/data/test-cases/da236dc1c318d1e6.json @@ -0,0 +1 @@ +{"uid":"da236dc1c318d1e6","name":"Callback on promise, aborts when callback returns true","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Callback on promise, aborts when callback returns true","historyId":"602050537ce95f65c0a643de2852b74a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922971799,"stop":1724922971800,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, general"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"aff18ca3b399db3a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/aff18ca3b399db3a","status":"passed","time":{"start":1724921663255,"stop":1724921663255,"duration":0}},{"uid":"8ce2a012d718ce1d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8ce2a012d718ce1d","status":"passed","time":{"start":1724921617880,"stop":1724921617880,"duration":0}},{"uid":"41461d097aa00de","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/41461d097aa00de","status":"passed","time":{"start":1724918326161,"stop":1724918326161,"duration":0}},{"uid":"63df6528677068c3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/63df6528677068c3","status":"passed","time":{"start":1724890076393,"stop":1724890076393,"duration":0}},{"uid":"404f8afbb120bacc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/404f8afbb120bacc","status":"passed","time":{"start":1724889199690,"stop":1724889199690,"duration":0}},{"uid":"41a2f465ca0b2691","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/41a2f465ca0b2691","status":"passed","time":{"start":1724888382427,"stop":1724888382427,"duration":0}},{"uid":"bd9e7669080f7b21","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bd9e7669080f7b21","status":"passed","time":{"start":1724887156369,"stop":1724887156369,"duration":0}},{"uid":"cbe96d697fcef69f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cbe96d697fcef69f","status":"passed","time":{"start":1724886936171,"stop":1724886936172,"duration":1}},{"uid":"217d3d2add11b187","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/217d3d2add11b187","status":"passed","time":{"start":1724862347645,"stop":1724862347646,"duration":1}},{"uid":"57fc4e9393268879","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/57fc4e9393268879","status":"passed","time":{"start":1724861827958,"stop":1724861827958,"duration":0}},{"uid":"461f6cdb57d3089","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/461f6cdb57d3089","status":"passed","time":{"start":1724861685960,"stop":1724861685960,"duration":0}},{"uid":"2935688b6c37021","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2935688b6c37021","status":"passed","time":{"start":1724861514747,"stop":1724861514747,"duration":0}}]},"tags":[]},"source":"da236dc1c318d1e6.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/693b2dc50e55dfb7.json b/7376/data/test-cases/da47c856eaa434c8.json similarity index 65% rename from 7346/data/test-cases/693b2dc50e55dfb7.json rename to 7376/data/test-cases/da47c856eaa434c8.json index a69e89396a1..a0999ca559b 100644 --- a/7346/data/test-cases/693b2dc50e55dfb7.json +++ b/7376/data/test-cases/da47c856eaa434c8.json @@ -1 +1 @@ -{"uid":"693b2dc50e55dfb7","name":"should not receive a peer event after stop","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Compliance Tests > interface-peer-discovery compliance tests > should not receive a peer event after stop","historyId":"5baf079275f2bf6f911ab52e553b722e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724764817754,"stop":1724764817754,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Compliance Tests"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28},"items":[{"uid":"c4238a071dc944a9","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/c4238a071dc944a9","status":"passed","time":{"start":1724764737686,"stop":1724764737686,"duration":0}},{"uid":"76a9b0588e87242b","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/76a9b0588e87242b","status":"passed","time":{"start":1724763102734,"stop":1724763102734,"duration":0}},{"uid":"7305cff557884dfd","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/7305cff557884dfd","status":"passed","time":{"start":1724760371590,"stop":1724760371590,"duration":0}},{"uid":"95211732c0a80377","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/95211732c0a80377","status":"passed","time":{"start":1724759382834,"stop":1724759382835,"duration":1}},{"uid":"757fc3213e97ebdf","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/757fc3213e97ebdf","status":"passed","time":{"start":1724757522041,"stop":1724757522042,"duration":1}},{"uid":"58407b5a3f1db515","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/58407b5a3f1db515","status":"passed","time":{"start":1724757241939,"stop":1724757241939,"duration":0}},{"uid":"3f076ea517f7249c","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/3f076ea517f7249c","status":"passed","time":{"start":1724756562249,"stop":1724756562249,"duration":0}},{"uid":"b5ed872e0ee346d1","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b5ed872e0ee346d1","status":"passed","time":{"start":1724754662069,"stop":1724754662069,"duration":0}},{"uid":"d6c45335d8717cf3","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/d6c45335d8717cf3","status":"passed","time":{"start":1724752087837,"stop":1724752087837,"duration":0}},{"uid":"c1be03ac767aeefc","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/c1be03ac767aeefc","status":"passed","time":{"start":1724750919359,"stop":1724750919360,"duration":1}},{"uid":"25b522e285f778c7","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/25b522e285f778c7","status":"passed","time":{"start":1724749999875,"stop":1724749999875,"duration":0}},{"uid":"8a4c0ec645d6998c","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/8a4c0ec645d6998c","status":"passed","time":{"start":1724749024335,"stop":1724749024335,"duration":0}},{"uid":"c8c983b495d169aa","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c8c983b495d169aa","status":"passed","time":{"start":1724717315414,"stop":1724717315414,"duration":0}},{"uid":"d752f921425f2a89","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/d752f921425f2a89","status":"passed","time":{"start":1724714548293,"stop":1724714548293,"duration":0}},{"uid":"1880d89ca2cdcf7e","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/1880d89ca2cdcf7e","status":"passed","time":{"start":1724712629727,"stop":1724712629727,"duration":0}},{"uid":"706141a18293b2d4","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/706141a18293b2d4","status":"passed","time":{"start":1724705839464,"stop":1724705839465,"duration":1}},{"uid":"236eae63a2312161","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/236eae63a2312161","status":"passed","time":{"start":1724704253914,"stop":1724704253914,"duration":0}},{"uid":"74f0ee92d66a0645","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/74f0ee92d66a0645","status":"passed","time":{"start":1724683620303,"stop":1724683620303,"duration":0}},{"uid":"2314bf5fc034d583","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/2314bf5fc034d583","status":"passed","time":{"start":1724672343204,"stop":1724672343205,"duration":1}},{"uid":"77d71227d481332","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/77d71227d481332","status":"passed","time":{"start":1724670094077,"stop":1724670094077,"duration":0}}]},"tags":[]},"source":"693b2dc50e55dfb7.json","parameterValues":[]} \ No newline at end of file +{"uid":"da47c856eaa434c8","name":"should not receive a peer event after stop","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Compliance Tests > interface-peer-discovery compliance tests > should not receive a peer event after stop","historyId":"5baf079275f2bf6f911ab52e553b722e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922402864,"stop":1724922402864,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Compliance Tests"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7ed6550d8a212f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7ed6550d8a212f","status":"passed","time":{"start":1724921065911,"stop":1724921065912,"duration":1}},{"uid":"d7008ea0b07ea4aa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d7008ea0b07ea4aa","status":"passed","time":{"start":1724921040948,"stop":1724921040948,"duration":0}},{"uid":"cd03a308a1ec9489","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cd03a308a1ec9489","status":"passed","time":{"start":1724917701157,"stop":1724917701157,"duration":0}},{"uid":"af2a3c6de5d76e27","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/af2a3c6de5d76e27","status":"passed","time":{"start":1724889479976,"stop":1724889479976,"duration":0}},{"uid":"41903c53813a7856","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/41903c53813a7856","status":"passed","time":{"start":1724888630725,"stop":1724888630725,"duration":0}},{"uid":"8338b188b194bbc6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8338b188b194bbc6","status":"passed","time":{"start":1724887787007,"stop":1724887787008,"duration":1}},{"uid":"ec94b44f543647af","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ec94b44f543647af","status":"passed","time":{"start":1724886553670,"stop":1724886553670,"duration":0}},{"uid":"2cd1d9ddefbc464c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2cd1d9ddefbc464c","status":"passed","time":{"start":1724886331493,"stop":1724886331494,"duration":1}},{"uid":"4b8a6384580d4563","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b8a6384580d4563","status":"passed","time":{"start":1724861780657,"stop":1724861780658,"duration":1}},{"uid":"7ff93ba110b6a82b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7ff93ba110b6a82b","status":"passed","time":{"start":1724861251099,"stop":1724861251099,"duration":0}},{"uid":"6decbf024bfcf654","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6decbf024bfcf654","status":"passed","time":{"start":1724861074809,"stop":1724861074809,"duration":0}},{"uid":"ea1828bd88e974e0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ea1828bd88e974e0","status":"passed","time":{"start":1724860935672,"stop":1724860935673,"duration":1}}]},"tags":[]},"source":"da47c856eaa434c8.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/da75751be5b1f918.json b/7376/data/test-cases/da75751be5b1f918.json new file mode 100644 index 00000000000..5e518db5be0 --- /dev/null +++ b/7376/data/test-cases/da75751be5b1f918.json @@ -0,0 +1 @@ +{"uid":"da75751be5b1f918","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","fullName":"/tests/store/time_filter.node.spec.ts: Waku Store, time filter > msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","historyId":"964cb013c9c54fdcc5e3121b44d3616c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922999264,"stop":1724922999265,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"abcc40ea23334fcb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/abcc40ea23334fcb","status":"passed","time":{"start":1724921669869,"stop":1724921669869,"duration":0}},{"uid":"a530f9dbbb091a22","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a530f9dbbb091a22","status":"passed","time":{"start":1724921630266,"stop":1724921630266,"duration":0}},{"uid":"89d8d00089503456","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/89d8d00089503456","status":"passed","time":{"start":1724918332986,"stop":1724918332987,"duration":1}},{"uid":"efbb65348891cd20","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/efbb65348891cd20","status":"passed","time":{"start":1724890089467,"stop":1724890089467,"duration":0}},{"uid":"efe48603c3b88d40","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/efe48603c3b88d40","status":"passed","time":{"start":1724889224490,"stop":1724889224491,"duration":1}},{"uid":"df96f7ffd0ae1eba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/df96f7ffd0ae1eba","status":"passed","time":{"start":1724888406345,"stop":1724888406345,"duration":0}},{"uid":"ca352504fa723149","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ca352504fa723149","status":"passed","time":{"start":1724887175022,"stop":1724887175023,"duration":1}},{"uid":"9e4879595ae2c644","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9e4879595ae2c644","status":"passed","time":{"start":1724886952406,"stop":1724886952407,"duration":1}},{"uid":"8cf5ba3d55cacbc7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8cf5ba3d55cacbc7","status":"passed","time":{"start":1724862378560,"stop":1724862378560,"duration":0}},{"uid":"9191fd8d9e0560d1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9191fd8d9e0560d1","status":"passed","time":{"start":1724861846748,"stop":1724861846749,"duration":1}},{"uid":"ec9fe6965aaad249","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ec9fe6965aaad249","status":"passed","time":{"start":1724861702533,"stop":1724861702534,"duration":1}},{"uid":"fec7f1c502b215e9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fec7f1c502b215e9","status":"passed","time":{"start":1724861533458,"stop":1724861533458,"duration":0}}]},"tags":[]},"source":"da75751be5b1f918.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/6342d7435829c72a.json b/7376/data/test-cases/db1b666e92f70ab7.json similarity index 78% rename from 7346/data/test-cases/6342d7435829c72a.json rename to 7376/data/test-cases/db1b666e92f70ab7.json index fa61d730a1b..c26d3f186ba 100644 --- a/7346/data/test-cases/6342d7435829c72a.json +++ b/7376/data/test-cases/db1b666e92f70ab7.json @@ -1 +1 @@ -{"uid":"6342d7435829c72a","name":"Check message on other pubsub topic is not received","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check message on other pubsub topic is not received","historyId":"786dbb53b3ebd5d31980e9ed6c6b058f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392375,"stop":1724765392375,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"7e29d6ebaaf67b9b","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/7e29d6ebaaf67b9b","status":"passed","time":{"start":1724765313863,"stop":1724765313863,"duration":0}},{"uid":"d3f1aa55cb30857f","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/d3f1aa55cb30857f","status":"passed","time":{"start":1724763683862,"stop":1724763683862,"duration":0}},{"uid":"b57da48bd89f5eb","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b57da48bd89f5eb","status":"passed","time":{"start":1724760929564,"stop":1724760929564,"duration":0}},{"uid":"169ca9c2d62b31f7","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/169ca9c2d62b31f7","status":"passed","time":{"start":1724759955164,"stop":1724759955164,"duration":0}},{"uid":"3abdd61f70eb47a3","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/3abdd61f70eb47a3","status":"passed","time":{"start":1724758077434,"stop":1724758077435,"duration":1}},{"uid":"a43b3d3a56e38f0e","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a43b3d3a56e38f0e","status":"passed","time":{"start":1724757801865,"stop":1724757801865,"duration":0}},{"uid":"c0b826b2fab68e49","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/c0b826b2fab68e49","status":"passed","time":{"start":1724757120179,"stop":1724757120179,"duration":0}},{"uid":"3c1f5dcd4b1bb399","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/3c1f5dcd4b1bb399","status":"passed","time":{"start":1724755211061,"stop":1724755211062,"duration":1}},{"uid":"ac04e5b30d023fc7","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/ac04e5b30d023fc7","status":"passed","time":{"start":1724752646537,"stop":1724752646537,"duration":0}},{"uid":"99d208b1311dc383","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/99d208b1311dc383","status":"passed","time":{"start":1724751495272,"stop":1724751495273,"duration":1}},{"uid":"17e7d6e285bf431d","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/17e7d6e285bf431d","status":"passed","time":{"start":1724750572370,"stop":1724750572371,"duration":1}},{"uid":"3af675baa3496c73","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/3af675baa3496c73","status":"passed","time":{"start":1724749567257,"stop":1724749567257,"duration":0}},{"uid":"93d5c86287882301","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/93d5c86287882301","status":"passed","time":{"start":1724717880824,"stop":1724717880824,"duration":0}},{"uid":"8ece3c7c32752847","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/8ece3c7c32752847","status":"passed","time":{"start":1724715103504,"stop":1724715103504,"duration":0}},{"uid":"3036bad391659ac","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/3036bad391659ac","status":"passed","time":{"start":1724713195355,"stop":1724713195356,"duration":1}},{"uid":"e70a2058cc6e0bb4","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/e70a2058cc6e0bb4","status":"passed","time":{"start":1724706389671,"stop":1724706389672,"duration":1}},{"uid":"d2f1f1bd1842e273","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d2f1f1bd1842e273","status":"passed","time":{"start":1724704811187,"stop":1724704811187,"duration":0}},{"uid":"430f3c4bc36d8c4a","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/430f3c4bc36d8c4a","status":"passed","time":{"start":1724684170170,"stop":1724684170170,"duration":0}},{"uid":"bee2f6e1a6d4bd87","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/bee2f6e1a6d4bd87","status":"passed","time":{"start":1724672903610,"stop":1724672903610,"duration":0}},{"uid":"70610ab113421767","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/70610ab113421767","status":"passed","time":{"start":1724670674041,"stop":1724670674041,"duration":0}}]},"tags":[]},"source":"6342d7435829c72a.json","parameterValues":[]} \ No newline at end of file +{"uid":"db1b666e92f70ab7","name":"Check message on other pubsub topic is not received","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check message on other pubsub topic is not received","historyId":"786dbb53b3ebd5d31980e9ed6c6b058f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845243,"stop":1724922845244,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"92bc5d92141fdc57","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/92bc5d92141fdc57","status":"passed","time":{"start":1724921515227,"stop":1724921515227,"duration":0}},{"uid":"f9f7dd697f1066de","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f9f7dd697f1066de","status":"passed","time":{"start":1724921475446,"stop":1724921475447,"duration":1}},{"uid":"b353ba5d30586570","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b353ba5d30586570","status":"passed","time":{"start":1724918179401,"stop":1724918179401,"duration":0}},{"uid":"7450330c0865dbc3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7450330c0865dbc3","status":"passed","time":{"start":1724889935341,"stop":1724889935342,"duration":1}},{"uid":"37fcdf6426ba0516","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37fcdf6426ba0516","status":"passed","time":{"start":1724889072754,"stop":1724889072754,"duration":0}},{"uid":"80eb97435aade81c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/80eb97435aade81c","status":"passed","time":{"start":1724888232416,"stop":1724888232416,"duration":0}},{"uid":"c50efd7842b6a3fb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c50efd7842b6a3fb","status":"passed","time":{"start":1724887018303,"stop":1724887018303,"duration":0}},{"uid":"800a924736d247d3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/800a924736d247d3","status":"passed","time":{"start":1724886781480,"stop":1724886781480,"duration":0}},{"uid":"d040b736c3dc66a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d040b736c3dc66a9","status":"passed","time":{"start":1724862213663,"stop":1724862213663,"duration":0}},{"uid":"53d724a3c5e26678","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/53d724a3c5e26678","status":"passed","time":{"start":1724861685856,"stop":1724861685856,"duration":0}},{"uid":"5bf05aee7f94cad0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5bf05aee7f94cad0","status":"passed","time":{"start":1724861546177,"stop":1724861546177,"duration":0}},{"uid":"334511a291e920f0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/334511a291e920f0","status":"passed","time":{"start":1724861378112,"stop":1724861378112,"duration":0}}]},"tags":[]},"source":"db1b666e92f70ab7.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/db1bf8d0f61b6ba6.json b/7376/data/test-cases/db1bf8d0f61b6ba6.json new file mode 100644 index 00000000000..04023894478 --- /dev/null +++ b/7376/data/test-cases/db1bf8d0f61b6ba6.json @@ -0,0 +1 @@ +{"uid":"db1bf8d0f61b6ba6","name":"should return the pubsub topic directly if a string is provided","fullName":"/src/common/sharding/index.spec.ts: determinePubsubTopic > should return the pubsub topic directly if a string is provided","historyId":"65c7e74aa1537d3c3d2a1e57c6634030:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374691,"stop":1724922374691,"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":"determinePubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7b5f77c9b0e53a29","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7b5f77c9b0e53a29","status":"passed","time":{"start":1724921037652,"stop":1724921037652,"duration":0}},{"uid":"58de21332ffd7dc0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/58de21332ffd7dc0","status":"passed","time":{"start":1724921013065,"stop":1724921013065,"duration":0}},{"uid":"6a3557fe60e2952","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6a3557fe60e2952","status":"passed","time":{"start":1724917673306,"stop":1724917673306,"duration":0}},{"uid":"4b3d8cc4f91d06dc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b3d8cc4f91d06dc","status":"passed","time":{"start":1724889452325,"stop":1724889452325,"duration":0}},{"uid":"66f590741e814e4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/66f590741e814e4","status":"passed","time":{"start":1724888602858,"stop":1724888602858,"duration":0}},{"uid":"17c5b02646659936","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/17c5b02646659936","status":"passed","time":{"start":1724887759178,"stop":1724887759178,"duration":0}},{"uid":"a5f64c4d8db9fbc6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a5f64c4d8db9fbc6","status":"passed","time":{"start":1724886525556,"stop":1724886525556,"duration":0}},{"uid":"4661952d9628c059","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4661952d9628c059","status":"passed","time":{"start":1724886303412,"stop":1724886303412,"duration":0}},{"uid":"fb2ca71d0b1d6ec9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb2ca71d0b1d6ec9","status":"passed","time":{"start":1724861752248,"stop":1724861752249,"duration":1}},{"uid":"dcf221fd77054d9b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dcf221fd77054d9b","status":"passed","time":{"start":1724861223369,"stop":1724861223369,"duration":0}},{"uid":"ec9c8c865326d663","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ec9c8c865326d663","status":"passed","time":{"start":1724861045218,"stop":1724861045218,"duration":0}},{"uid":"45f037753bca1529","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/45f037753bca1529","status":"passed","time":{"start":1724860907104,"stop":1724860907104,"duration":0}}]},"tags":[]},"source":"db1bf8d0f61b6ba6.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/f734d025b2ade8e4.json b/7376/data/test-cases/db3f9eddbc0df382.json similarity index 93% rename from 7346/data/test-cases/f734d025b2ade8e4.json rename to 7376/data/test-cases/db3f9eddbc0df382.json index 6089b61eee0..6ec5a908946 100644 --- a/7346/data/test-cases/f734d025b2ade8e4.json +++ b/7376/data/test-cases/db3f9eddbc0df382.json @@ -1 +1 @@ -{"uid":"f734d025b2ade8e4","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app92/3/topic305/xml","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 5 - Cluster ID: 10, Content Topic: /app92/3/topic305/xml","historyId":"c70d2b2c3c185e988651af14f1200d3e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765462123,"stop":1724765462123,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"f734d025b2ade8e4.json","parameterValues":[]} \ No newline at end of file +{"uid":"db3f9eddbc0df382","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app3/5/topic663/json","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 1 - Cluster ID: 10, Content Topic: /app3/5/topic663/json","historyId":"ce47c57e109f5f4fe46fa93fd3b7aa1b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922906439,"stop":1724922906439,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"db3f9eddbc0df382.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/db6835754611d1e0.json b/7376/data/test-cases/db6835754611d1e0.json new file mode 100644 index 00000000000..585696df28f --- /dev/null +++ b/7376/data/test-cases/db6835754611d1e0.json @@ -0,0 +1 @@ +{"uid":"db6835754611d1e0","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric shard: /waku/2/rs/1/ ","historyId":"5cd99ced8ba50b2e9d376a549883204c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374689,"stop":1724922374689,"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":13,"unknown":0,"total":13},"items":[{"uid":"225ee1841fcdf495","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/225ee1841fcdf495","status":"passed","time":{"start":1724921037650,"stop":1724921037650,"duration":0}},{"uid":"5a5809384bb69768","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5a5809384bb69768","status":"passed","time":{"start":1724921013063,"stop":1724921013063,"duration":0}},{"uid":"187964a3e403c790","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/187964a3e403c790","status":"passed","time":{"start":1724917673303,"stop":1724917673303,"duration":0}},{"uid":"e4c40ff069e83774","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e4c40ff069e83774","status":"passed","time":{"start":1724889452323,"stop":1724889452324,"duration":1}},{"uid":"bacc6724bd25a72f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bacc6724bd25a72f","status":"passed","time":{"start":1724888602855,"stop":1724888602856,"duration":1}},{"uid":"6dc62214ef839988","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6dc62214ef839988","status":"passed","time":{"start":1724887759176,"stop":1724887759176,"duration":0}},{"uid":"e2a64d237a06ea5e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e2a64d237a06ea5e","status":"passed","time":{"start":1724886525555,"stop":1724886525555,"duration":0}},{"uid":"881ef9f0df4d31ac","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/881ef9f0df4d31ac","status":"passed","time":{"start":1724886303410,"stop":1724886303410,"duration":0}},{"uid":"4205e793811e66f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4205e793811e66f","status":"passed","time":{"start":1724861752247,"stop":1724861752247,"duration":0}},{"uid":"52c40673a2949db0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/52c40673a2949db0","status":"passed","time":{"start":1724861223367,"stop":1724861223367,"duration":0}},{"uid":"156096df04e36ccc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/156096df04e36ccc","status":"passed","time":{"start":1724861045216,"stop":1724861045216,"duration":0}},{"uid":"8d2746c6d88b061c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8d2746c6d88b061c","status":"passed","time":{"start":1724860907101,"stop":1724860907101,"duration":0}}]},"tags":[]},"source":"db6835754611d1e0.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/9defaacb69b0c7b4.json b/7376/data/test-cases/db89ff85c95a4f70.json similarity index 78% rename from 7346/data/test-cases/9defaacb69b0c7b4.json rename to 7376/data/test-cases/db89ff85c95a4f70.json index c29eb640173..eff5defe440 100644 --- a/7346/data/test-cases/9defaacb69b0c7b4.json +++ b/7376/data/test-cases/db89ff85c95a4f70.json @@ -1 +1 @@ -{"uid":"9defaacb69b0c7b4","name":"Check received message containing emoji","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing emoji","historyId":"491378aaa4600ceb1926c0521141b938:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392372,"stop":1724765392372,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"c308ac3fbaf1b2de","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/c308ac3fbaf1b2de","status":"passed","time":{"start":1724765313860,"stop":1724765313861,"duration":1}},{"uid":"50456c8f21ef7c07","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/50456c8f21ef7c07","status":"passed","time":{"start":1724763683860,"stop":1724763683860,"duration":0}},{"uid":"b529b85ffbff1d32","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b529b85ffbff1d32","status":"passed","time":{"start":1724760929561,"stop":1724760929561,"duration":0}},{"uid":"6221eb9566b097fc","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/6221eb9566b097fc","status":"passed","time":{"start":1724759955161,"stop":1724759955161,"duration":0}},{"uid":"482a61569716cc38","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/482a61569716cc38","status":"passed","time":{"start":1724758077431,"stop":1724758077432,"duration":1}},{"uid":"28a5be40a94efbf7","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/28a5be40a94efbf7","status":"passed","time":{"start":1724757801862,"stop":1724757801862,"duration":0}},{"uid":"1a7ae61d929af58f","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/1a7ae61d929af58f","status":"passed","time":{"start":1724757120177,"stop":1724757120177,"duration":0}},{"uid":"a6a1bb01b8013e0c","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a6a1bb01b8013e0c","status":"passed","time":{"start":1724755211055,"stop":1724755211056,"duration":1}},{"uid":"eac697035dd18314","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/eac697035dd18314","status":"passed","time":{"start":1724752646534,"stop":1724752646534,"duration":0}},{"uid":"d5792c1a29484017","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/d5792c1a29484017","status":"passed","time":{"start":1724751495270,"stop":1724751495270,"duration":0}},{"uid":"7e96242856f06533","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/7e96242856f06533","status":"passed","time":{"start":1724750572368,"stop":1724750572368,"duration":0}},{"uid":"f267a99db0bc5949","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/f267a99db0bc5949","status":"passed","time":{"start":1724749567240,"stop":1724749567240,"duration":0}},{"uid":"d2749e0ba456dba6","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/d2749e0ba456dba6","status":"passed","time":{"start":1724717880820,"stop":1724717880821,"duration":1}},{"uid":"2e6d4eaaba6ea3df","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/2e6d4eaaba6ea3df","status":"passed","time":{"start":1724715103501,"stop":1724715103501,"duration":0}},{"uid":"45438236340ef245","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/45438236340ef245","status":"passed","time":{"start":1724713195353,"stop":1724713195353,"duration":0}},{"uid":"597e0b8f2812376","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/597e0b8f2812376","status":"passed","time":{"start":1724706389669,"stop":1724706389669,"duration":0}},{"uid":"b170d068432c19c8","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b170d068432c19c8","status":"passed","time":{"start":1724704811183,"stop":1724704811183,"duration":0}},{"uid":"d8e36965d7ad4f73","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d8e36965d7ad4f73","status":"passed","time":{"start":1724684170158,"stop":1724684170158,"duration":0}},{"uid":"77369ff926e6d907","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/77369ff926e6d907","status":"passed","time":{"start":1724672903600,"stop":1724672903606,"duration":6}},{"uid":"dd1a7217f9207be9","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/dd1a7217f9207be9","status":"passed","time":{"start":1724670674036,"stop":1724670674037,"duration":1}}]},"tags":[]},"source":"9defaacb69b0c7b4.json","parameterValues":[]} \ No newline at end of file +{"uid":"db89ff85c95a4f70","name":"Check received message containing emoji","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing emoji","historyId":"491378aaa4600ceb1926c0521141b938:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845239,"stop":1724922845240,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"59990939eb569685","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/59990939eb569685","status":"passed","time":{"start":1724921515224,"stop":1724921515225,"duration":1}},{"uid":"1b1fdf1e3686dfe0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1b1fdf1e3686dfe0","status":"passed","time":{"start":1724921475444,"stop":1724921475444,"duration":0}},{"uid":"f07d590d37d95423","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f07d590d37d95423","status":"passed","time":{"start":1724918179399,"stop":1724918179399,"duration":0}},{"uid":"a8c54421916716d1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a8c54421916716d1","status":"passed","time":{"start":1724889935339,"stop":1724889935339,"duration":0}},{"uid":"2a4901a3dfa9b476","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2a4901a3dfa9b476","status":"passed","time":{"start":1724889072752,"stop":1724889072752,"duration":0}},{"uid":"6751fe274ce7d7bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6751fe274ce7d7bd","status":"passed","time":{"start":1724888232413,"stop":1724888232413,"duration":0}},{"uid":"c39ad43012e8d471","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c39ad43012e8d471","status":"passed","time":{"start":1724887018301,"stop":1724887018301,"duration":0}},{"uid":"899c5126af9b19bd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/899c5126af9b19bd","status":"passed","time":{"start":1724886781477,"stop":1724886781478,"duration":1}},{"uid":"af8e29530e7b5b19","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/af8e29530e7b5b19","status":"passed","time":{"start":1724862213661,"stop":1724862213661,"duration":0}},{"uid":"583c00296fbdb98c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/583c00296fbdb98c","status":"passed","time":{"start":1724861685854,"stop":1724861685854,"duration":0}},{"uid":"27ed36c3a96062ad","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/27ed36c3a96062ad","status":"passed","time":{"start":1724861546171,"stop":1724861546171,"duration":0}},{"uid":"40b8ce35b920acd3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/40b8ce35b920acd3","status":"passed","time":{"start":1724861378109,"stop":1724861378109,"duration":0}}]},"tags":[]},"source":"db89ff85c95a4f70.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/db8ae1879c344e6d.json b/7376/data/test-cases/db8ae1879c344e6d.json new file mode 100644 index 00000000000..e0974e12b40 --- /dev/null +++ b/7376/data/test-cases/db8ae1879c344e6d.json @@ -0,0 +1 @@ +{"uid":"db8ae1879c344e6d","name":"Subscribe to topic containing unicode special characters and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to topic containing unicode special characters and receive message","historyId":"0dcba3bfad586c00e5ab6baac99bf48a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012467,"stop":1724923012467,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1725ae16399c67cf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1725ae16399c67cf","status":"passed","time":{"start":1724921625075,"stop":1724921625075,"duration":0}},{"uid":"1112944010e06fc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1112944010e06fc","status":"passed","time":{"start":1724921590499,"stop":1724921590499,"duration":0}},{"uid":"5d079798849c77bb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5d079798849c77bb","status":"passed","time":{"start":1724918287568,"stop":1724918287568,"duration":0}},{"uid":"2b8275befd7c8203","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b8275befd7c8203","status":"passed","time":{"start":1724890047790,"stop":1724890047792,"duration":2}},{"uid":"996cf7eb02fe1220","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/996cf7eb02fe1220","status":"passed","time":{"start":1724889183923,"stop":1724889183924,"duration":1}},{"uid":"dedca76c5a8dfc3d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dedca76c5a8dfc3d","status":"passed","time":{"start":1724888354173,"stop":1724888354173,"duration":0}},{"uid":"e54d5ebae9aadecf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e54d5ebae9aadecf","status":"passed","time":{"start":1724887145667,"stop":1724887145667,"duration":0}},{"uid":"e25a7622cc189c76","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e25a7622cc189c76","status":"passed","time":{"start":1724886915789,"stop":1724886915789,"duration":0}},{"uid":"e7005949175077a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e7005949175077a7","status":"passed","time":{"start":1724862341454,"stop":1724862341454,"duration":0}},{"uid":"c61f98684618e2d7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c61f98684618e2d7","status":"passed","time":{"start":1724861805445,"stop":1724861805445,"duration":0}},{"uid":"4aead009628dc504","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4aead009628dc504","status":"passed","time":{"start":1724861662287,"stop":1724861662287,"duration":0}},{"uid":"e9040ce4cdf29ade","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e9040ce4cdf29ade","status":"passed","time":{"start":1724861492517,"stop":1724861492517,"duration":0}}]},"tags":[]},"source":"db8ae1879c344e6d.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/dbd578a3ee935102.json b/7376/data/test-cases/dbd578a3ee935102.json new file mode 100644 index 00000000000..1569919801d --- /dev/null +++ b/7376/data/test-cases/dbd578a3ee935102.json @@ -0,0 +1 @@ +{"uid":"dbd578a3ee935102","name":"All","fullName":"/tests/enr.node.spec.ts: ENR Interop: ServiceNode > All","historyId":"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922437307,"stop":1724922437311,"duration":4},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"ENR Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"ENR Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"ENR Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"ENR Interop: ServiceNode"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b9017f77353febd7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b9017f77353febd7","status":"passed","time":{"start":1724921096288,"stop":1724921096288,"duration":0}},{"uid":"73135ee58295106b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/73135ee58295106b","status":"passed","time":{"start":1724921071513,"stop":1724921071513,"duration":0}},{"uid":"9abf7dcb109ef4ca","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9abf7dcb109ef4ca","status":"passed","time":{"start":1724917733230,"stop":1724917733231,"duration":1}},{"uid":"b03aeea2a21948a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b03aeea2a21948a6","status":"passed","time":{"start":1724889513549,"stop":1724889513549,"duration":0}},{"uid":"5f2f4b2071ebd99a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f2f4b2071ebd99a","status":"passed","time":{"start":1724888663278,"stop":1724888663278,"duration":0}},{"uid":"7a089ef3aafed64a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7a089ef3aafed64a","status":"passed","time":{"start":1724887820111,"stop":1724887820111,"duration":0}},{"uid":"72adb4983888a6c7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/72adb4983888a6c7","status":"passed","time":{"start":1724886586383,"stop":1724886586383,"duration":0}},{"uid":"421c63a43564fa77","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/421c63a43564fa77","status":"passed","time":{"start":1724886365426,"stop":1724886365426,"duration":0}},{"uid":"4de656cf8464c17a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4de656cf8464c17a","status":"passed","time":{"start":1724861812773,"stop":1724861812773,"duration":0}},{"uid":"9856ca468d7f8f2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9856ca468d7f8f2","status":"passed","time":{"start":1724861281934,"stop":1724861281934,"duration":0}},{"uid":"7c01916438ceb6e1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7c01916438ceb6e1","status":"passed","time":{"start":1724861109127,"stop":1724861109127,"duration":0}},{"uid":"dc463c93576950e5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dc463c93576950e5","status":"passed","time":{"start":1724860969295,"stop":1724860969295,"duration":0}}]},"tags":[]},"source":"dbd578a3ee935102.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/8081920411a8d970.json b/7376/data/test-cases/dbf4513184c70f0b.json similarity index 54% rename from 7346/data/test-cases/8081920411a8d970.json rename to 7376/data/test-cases/dbf4513184c70f0b.json index 9e31c27377b..42779bc7f2a 100644 --- a/7346/data/test-cases/8081920411a8d970.json +++ b/7376/data/test-cases/dbf4513184c70f0b.json @@ -1 +1 @@ -{"uid":"8081920411a8d970","name":"Passing a valid cursor at 0 index when there are 20 messages","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Passing a valid cursor at 0 index when there are 20 messages","historyId":"7525529448609d899418fbc61a88f88e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765470238,"stop":1724765470238,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, cursor"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"f2c62d7a0e4eedf9","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/f2c62d7a0e4eedf9","status":"passed","time":{"start":1724765389214,"stop":1724765389214,"duration":0}},{"uid":"cb9553f0559bc720","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/cb9553f0559bc720","status":"passed","time":{"start":1724763765688,"stop":1724763765689,"duration":1}},{"uid":"d89f6eba5d390be3","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/d89f6eba5d390be3","status":"passed","time":{"start":1724761004839,"stop":1724761004839,"duration":0}},{"uid":"c48a3bcffaceef8b","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/c48a3bcffaceef8b","status":"passed","time":{"start":1724760037099,"stop":1724760037100,"duration":1}},{"uid":"1a38b9d24bfbb629","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/1a38b9d24bfbb629","status":"passed","time":{"start":1724758177003,"stop":1724758177004,"duration":1}},{"uid":"98f8b37af6232f86","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/98f8b37af6232f86","status":"passed","time":{"start":1724757847385,"stop":1724757847386,"duration":1}},{"uid":"ba2c658f91f4db76","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/ba2c658f91f4db76","status":"passed","time":{"start":1724757226682,"stop":1724757226682,"duration":0}},{"uid":"9486ae392a78caa4","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/9486ae392a78caa4","status":"passed","time":{"start":1724755296799,"stop":1724755296800,"duration":1}},{"uid":"f48aa9ceeb8cfeb8","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/f48aa9ceeb8cfeb8","status":"passed","time":{"start":1724752732658,"stop":1724752732659,"duration":1}},{"uid":"b1ae0270bba268ff","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/b1ae0270bba268ff","status":"passed","time":{"start":1724751577051,"stop":1724751577052,"duration":1}},{"uid":"d3ec1c0f58d9ea67","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/d3ec1c0f58d9ea67","status":"passed","time":{"start":1724750647494,"stop":1724750647495,"duration":1}},{"uid":"e4d200887e90130e","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/e4d200887e90130e","status":"passed","time":{"start":1724749642923,"stop":1724749642923,"duration":0}},{"uid":"a85b2234703c1126","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/a85b2234703c1126","status":"passed","time":{"start":1724717957838,"stop":1724717957838,"duration":0}},{"uid":"f410cc5b316f15e3","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/f410cc5b316f15e3","status":"passed","time":{"start":1724715206990,"stop":1724715206990,"duration":0}},{"uid":"eb37ef7464fd76d7","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/eb37ef7464fd76d7","status":"passed","time":{"start":1724713277140,"stop":1724713277140,"duration":0}},{"uid":"9b171573c19a21fc","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/9b171573c19a21fc","status":"passed","time":{"start":1724706466063,"stop":1724706466063,"duration":0}},{"uid":"cc875a0455abb5a9","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/cc875a0455abb5a9","status":"passed","time":{"start":1724704876920,"stop":1724704876920,"duration":0}},{"uid":"f94a4363b419a90e","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f94a4363b419a90e","status":"passed","time":{"start":1724684257313,"stop":1724684257314,"duration":1}},{"uid":"de246b3618952e1a","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/de246b3618952e1a","status":"passed","time":{"start":1724673010498,"stop":1724673010498,"duration":0}},{"uid":"736e3236e44bd281","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/736e3236e44bd281","status":"passed","time":{"start":1724670731303,"stop":1724670731306,"duration":3}}]},"tags":[]},"source":"8081920411a8d970.json","parameterValues":[]} \ No newline at end of file +{"uid":"dbf4513184c70f0b","name":"Passing a valid cursor at 0 index when there are 20 messages","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Passing a valid cursor at 0 index when there are 20 messages","historyId":"7525529448609d899418fbc61a88f88e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922928885,"stop":1724922928885,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, cursor"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6e93bfcb3caffb93","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6e93bfcb3caffb93","status":"passed","time":{"start":1724921620594,"stop":1724921620594,"duration":0}},{"uid":"fb4aa9aa3dcdfae9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fb4aa9aa3dcdfae9","status":"passed","time":{"start":1724921566685,"stop":1724921566686,"duration":1}},{"uid":"e360f056f428d203","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e360f056f428d203","status":"passed","time":{"start":1724918280551,"stop":1724918280551,"duration":0}},{"uid":"905185dc3ed673a3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/905185dc3ed673a3","status":"passed","time":{"start":1724890019467,"stop":1724890019468,"duration":1}},{"uid":"4b2ae1b4b0950871","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b2ae1b4b0950871","status":"passed","time":{"start":1724889148720,"stop":1724889148721,"duration":1}},{"uid":"76595f62b97da0ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/76595f62b97da0ba","status":"passed","time":{"start":1724888331953,"stop":1724888331953,"duration":0}},{"uid":"1a303750bcfa78c0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1a303750bcfa78c0","status":"passed","time":{"start":1724887107112,"stop":1724887107112,"duration":0}},{"uid":"9a69bff890d05660","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9a69bff890d05660","status":"passed","time":{"start":1724886889607,"stop":1724886889607,"duration":0}},{"uid":"decc67aa7310f9ea","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/decc67aa7310f9ea","status":"passed","time":{"start":1724862298787,"stop":1724862298788,"duration":1}},{"uid":"b3430cc2c1b1e994","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b3430cc2c1b1e994","status":"passed","time":{"start":1724861779251,"stop":1724861779251,"duration":0}},{"uid":"44e989a799fdb856","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/44e989a799fdb856","status":"passed","time":{"start":1724861646558,"stop":1724861646559,"duration":1}},{"uid":"5a3425acdb871b0f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5a3425acdb871b0f","status":"passed","time":{"start":1724861466607,"stop":1724861466610,"duration":3}}]},"tags":[]},"source":"dbf4513184c70f0b.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/dcc1d3023e92b082.json b/7376/data/test-cases/dcc1d3023e92b082.json new file mode 100644 index 00000000000..abe202b36e1 --- /dev/null +++ b/7376/data/test-cases/dcc1d3023e92b082.json @@ -0,0 +1 @@ +{"uid":"dcc1d3023e92b082","name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","historyId":"3158802b7db8fbfb451ab4d676c95192:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922778322,"stop":1724922778322,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8bd10ad930776b3a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8bd10ad930776b3a","status":"passed","time":{"start":1724921497751,"stop":1724921497751,"duration":0}},{"uid":"963b5ea22f27beec","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/963b5ea22f27beec","status":"passed","time":{"start":1724921408405,"stop":1724921408406,"duration":1}},{"uid":"8bec7f23c0929ad9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8bec7f23c0929ad9","status":"passed","time":{"start":1724918086867,"stop":1724918086867,"duration":0}},{"uid":"a4da92abf32bc0e6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a4da92abf32bc0e6","status":"passed","time":{"start":1724889892442,"stop":1724889892442,"duration":0}},{"uid":"bf30b7d6098b5f77","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf30b7d6098b5f77","status":"passed","time":{"start":1724888997213,"stop":1724888997213,"duration":0}},{"uid":"777cc93312972f23","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/777cc93312972f23","status":"passed","time":{"start":1724888159485,"stop":1724888159485,"duration":0}},{"uid":"c2960dd09250c21b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c2960dd09250c21b","status":"passed","time":{"start":1724886937287,"stop":1724886937288,"duration":1}},{"uid":"438c7cc5e5c00fbf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/438c7cc5e5c00fbf","status":"passed","time":{"start":1724886709796,"stop":1724886709796,"duration":0}},{"uid":"c2b858fd5acebc6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2b858fd5acebc6","status":"passed","time":{"start":1724862123533,"stop":1724862123533,"duration":0}},{"uid":"e2b762a1266c5a49","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e2b762a1266c5a49","status":"passed","time":{"start":1724861620100,"stop":1724861620101,"duration":1}},{"uid":"4a17ffa38f38fd73","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4a17ffa38f38fd73","status":"passed","time":{"start":1724861460231,"stop":1724861460232,"duration":1}},{"uid":"8c29a022388842b5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8c29a022388842b5","status":"passed","time":{"start":1724861330168,"stop":1724861330168,"duration":0}}]},"tags":[]},"source":"dcc1d3023e92b082.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/dcd96ba8baad1ddf.json b/7376/data/test-cases/dcd96ba8baad1ddf.json new file mode 100644 index 00000000000..2aab55bdeb3 --- /dev/null +++ b/7376/data/test-cases/dcd96ba8baad1ddf.json @@ -0,0 +1 @@ +{"uid":"dcd96ba8baad1ddf","name":"Ephemeral field is preserved - symmetric encryption","fullName":"/tests/ephemeral.node.spec.ts: Waku Message Ephemeral field > Ephemeral field is preserved - symmetric encryption","historyId":"e7b3b18080f91a53e1c416cfdbd8c5d6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922436972,"stop":1724922436973,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Waku Message Ephemeral field"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fdf4051670a32c58","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fdf4051670a32c58","status":"passed","time":{"start":1724921099698,"stop":1724921099698,"duration":0}},{"uid":"bca2174c67efe03b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bca2174c67efe03b","status":"passed","time":{"start":1724921074389,"stop":1724921074389,"duration":0}},{"uid":"d55af30f1a094e8e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d55af30f1a094e8e","status":"passed","time":{"start":1724917735274,"stop":1724917735275,"duration":1}},{"uid":"152cb3c522fa5263","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/152cb3c522fa5263","status":"passed","time":{"start":1724889517450,"stop":1724889517450,"duration":0}},{"uid":"c22d1c485c70f7c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c22d1c485c70f7c","status":"passed","time":{"start":1724888662630,"stop":1724888662630,"duration":0}},{"uid":"998356576db8b4e5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/998356576db8b4e5","status":"passed","time":{"start":1724887821330,"stop":1724887821330,"duration":0}},{"uid":"78974862942ef5a0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/78974862942ef5a0","status":"passed","time":{"start":1724886588483,"stop":1724886588483,"duration":0}},{"uid":"3b58dd8c68954f2b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3b58dd8c68954f2b","status":"passed","time":{"start":1724886365765,"stop":1724886365766,"duration":1}},{"uid":"b86c72ae18ec6daf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b86c72ae18ec6daf","status":"passed","time":{"start":1724861814960,"stop":1724861814960,"duration":0}},{"uid":"8c249e6cfe731036","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8c249e6cfe731036","status":"passed","time":{"start":1724861282669,"stop":1724861282670,"duration":1}},{"uid":"5c0220f07fe0d142","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5c0220f07fe0d142","status":"passed","time":{"start":1724861111683,"stop":1724861111683,"duration":0}},{"uid":"a26f1439e085fc8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a26f1439e085fc8","status":"passed","time":{"start":1724860971173,"stop":1724860971174,"duration":1}}]},"tags":[]},"source":"dcd96ba8baad1ddf.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/f2a22538322dafb5.json b/7376/data/test-cases/dd155d4cfebdb4a1.json similarity index 67% rename from 7346/data/test-cases/f2a22538322dafb5.json rename to 7376/data/test-cases/dd155d4cfebdb4a1.json index ed52453477f..e8aaf362710 100644 --- a/7346/data/test-cases/f2a22538322dafb5.json +++ b/7376/data/test-cases/dd155d4cfebdb4a1.json @@ -1 +1 @@ -{"uid":"f2a22538322dafb5","name":"Subscribe and receive messages on 2 different content topics","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe and receive messages on 2 different content topics","historyId":"3f311222116e924e2765aece617642c8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765545663,"stop":1724765545664,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"cdc7731a405936a3","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/cdc7731a405936a3","status":"passed","time":{"start":1724765472920,"stop":1724765472920,"duration":0}},{"uid":"f09dd8fcdef4eff2","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/f09dd8fcdef4eff2","status":"passed","time":{"start":1724763953865,"stop":1724763953865,"duration":0}},{"uid":"652a433e92e15","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/652a433e92e15","status":"passed","time":{"start":1724761070311,"stop":1724761070311,"duration":0}},{"uid":"2cbce3aab4927316","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/2cbce3aab4927316","status":"passed","time":{"start":1724760260073,"stop":1724760260073,"duration":0}},{"uid":"7fdc077def2f2738","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/7fdc077def2f2738","status":"passed","time":{"start":1724758530267,"stop":1724758530267,"duration":0}},{"uid":"b41453214e5df11a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b41453214e5df11a","status":"passed","time":{"start":1724757958293,"stop":1724757958293,"duration":0}},{"uid":"6912e88613f83406","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/6912e88613f83406","status":"passed","time":{"start":1724757397588,"stop":1724757397588,"duration":0}},{"uid":"9d6e1844ab3cff3d","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/9d6e1844ab3cff3d","status":"passed","time":{"start":1724755379399,"stop":1724755379400,"duration":1}},{"uid":"3ab05475240783aa","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/3ab05475240783aa","status":"passed","time":{"start":1724752819841,"stop":1724752819842,"duration":1}},{"uid":"977927622a6e50aa","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/977927622a6e50aa","status":"passed","time":{"start":1724751625316,"stop":1724751625317,"duration":1}},{"uid":"d312f527d7351447","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/d312f527d7351447","status":"passed","time":{"start":1724750725818,"stop":1724750725818,"duration":0}},{"uid":"bf470e6992a4dc85","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/bf470e6992a4dc85","status":"passed","time":{"start":1724749717498,"stop":1724749717498,"duration":0}},{"uid":"9d2f0ba6904bfef9","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/9d2f0ba6904bfef9","status":"passed","time":{"start":1724718019281,"stop":1724718019281,"duration":0}},{"uid":"b3b29d01a0141acd","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/b3b29d01a0141acd","status":"passed","time":{"start":1724715264559,"stop":1724715264559,"duration":0}},{"uid":"b8af9e1a361a10a0","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/b8af9e1a361a10a0","status":"passed","time":{"start":1724713371747,"stop":1724713371747,"duration":0}},{"uid":"62e695f20dc61859","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/62e695f20dc61859","status":"passed","time":{"start":1724706679430,"stop":1724706679430,"duration":0}},{"uid":"d5d99c8b34989b5c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d5d99c8b34989b5c","status":"passed","time":{"start":1724705096857,"stop":1724705096858,"duration":1}},{"uid":"21099166f7ece341","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/21099166f7ece341","status":"passed","time":{"start":1724684459924,"stop":1724684459925,"duration":1}},{"uid":"95e97a1b62f9fd2d","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/95e97a1b62f9fd2d","status":"passed","time":{"start":1724673071753,"stop":1724673071754,"duration":1}},{"uid":"fa66f9648b9ed967","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/fa66f9648b9ed967","status":"passed","time":{"start":1724670808683,"stop":1724670808683,"duration":0}}]},"tags":[]},"source":"f2a22538322dafb5.json","parameterValues":[]} \ No newline at end of file +{"uid":"dd155d4cfebdb4a1","name":"Subscribe to topic containing Arabic and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing Arabic and receive message","historyId":"b918cb724e27ce193c6c0f31a0b5b245:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012479,"stop":1724923012479,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ea901a6e62efd2a4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ea901a6e62efd2a4","status":"passed","time":{"start":1724921625084,"stop":1724921625085,"duration":1}},{"uid":"153a7826379ebb83","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/153a7826379ebb83","status":"passed","time":{"start":1724921590509,"stop":1724921590509,"duration":0}},{"uid":"32543e2ad98c769","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/32543e2ad98c769","status":"passed","time":{"start":1724918287575,"stop":1724918287575,"duration":0}},{"uid":"df1147a7918b7b1e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/df1147a7918b7b1e","status":"passed","time":{"start":1724890047800,"stop":1724890047801,"duration":1}},{"uid":"4e87f5a7a50f1c1c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4e87f5a7a50f1c1c","status":"passed","time":{"start":1724889183942,"stop":1724889183943,"duration":1}},{"uid":"54f243039712d41c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/54f243039712d41c","status":"passed","time":{"start":1724888354182,"stop":1724888354182,"duration":0}},{"uid":"8a9102caebf01f1f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a9102caebf01f1f","status":"passed","time":{"start":1724887145719,"stop":1724887145720,"duration":1}},{"uid":"28ea2874972c10ab","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/28ea2874972c10ab","status":"passed","time":{"start":1724886915797,"stop":1724886915799,"duration":2}},{"uid":"d23e21c81d276130","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d23e21c81d276130","status":"passed","time":{"start":1724862341464,"stop":1724862341464,"duration":0}},{"uid":"97f385cc6aa8b4b0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/97f385cc6aa8b4b0","status":"passed","time":{"start":1724861805467,"stop":1724861805468,"duration":1}},{"uid":"40241fd5e979bfe","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/40241fd5e979bfe","status":"passed","time":{"start":1724861662299,"stop":1724861662299,"duration":0}},{"uid":"307252973a9b267f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/307252973a9b267f","status":"passed","time":{"start":1724861492526,"stop":1724861492526,"duration":0}}]},"tags":[]},"source":"dd155d4cfebdb4a1.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/b5f1a6ef41f6a12a.json b/7376/data/test-cases/dd3b0df4dba22c2c.json similarity index 84% rename from 7346/data/test-cases/b5f1a6ef41f6a12a.json rename to 7376/data/test-cases/dd3b0df4dba22c2c.json index 6464ec41e9a..b3a70f2fbb6 100644 --- a/7346/data/test-cases/b5f1a6ef41f6a12a.json +++ b/7376/data/test-cases/dd3b0df4dba22c2c.json @@ -1 +1 @@ -{"uid":"b5f1a6ef41f6a12a","name":"Push message with content topic containing special chars","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing special chars","historyId":"1a81199ce440de577346b0a18eb8ee32:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505383,"stop":1724765505386,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":22,"unknown":0,"total":26},"items":[{"uid":"c8230b3d3f92a45e","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/c8230b3d3f92a45e","status":"passed","time":{"start":1724765434027,"stop":1724765434027,"duration":0}},{"uid":"88dcf6ab72dc5802","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/88dcf6ab72dc5802","status":"passed","time":{"start":1724763779028,"stop":1724763779029,"duration":1}},{"uid":"a0ccd8a25fe757df","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a0ccd8a25fe757df","status":"passed","time":{"start":1724761038731,"stop":1724761038731,"duration":0}},{"uid":"cbb0d67b7b155215","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/cbb0d67b7b155215","status":"passed","time":{"start":1724760066630,"stop":1724760066631,"duration":1}},{"uid":"9c85bcc4898be42a","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/9c85bcc4898be42a","status":"passed","time":{"start":1724758222987,"stop":1724758222992,"duration":5}},{"uid":"a3e36e236370f111","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a3e36e236370f111","status":"passed","time":{"start":1724757927325,"stop":1724757927325,"duration":0}},{"uid":"b3a978e5186135a2","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/b3a978e5186135a2","status":"passed","time":{"start":1724757257493,"stop":1724757257493,"duration":0}},{"uid":"b4098528f6585cb9","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b4098528f6585cb9","status":"passed","time":{"start":1724755332982,"stop":1724755332984,"duration":2}},{"uid":"8f586bd2f1b9509b","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/8f586bd2f1b9509b","status":"passed","time":{"start":1724752782383,"stop":1724752782393,"duration":10}},{"uid":"a88596bfc5a0a2c3","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/a88596bfc5a0a2c3","status":"passed","time":{"start":1724751616575,"stop":1724751616575,"duration":0}},{"uid":"41a48e0b4e087ded","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/41a48e0b4e087ded","status":"passed","time":{"start":1724750701995,"stop":1724750701995,"duration":0}},{"uid":"a9ee773077a70429","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/a9ee773077a70429","status":"passed","time":{"start":1724749709045,"stop":1724749709045,"duration":0}},{"uid":"4ab06db098ffdb4d","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/4ab06db098ffdb4d","status":"passed","time":{"start":1724718008227,"stop":1724718008227,"duration":0}},{"uid":"269563980792106e","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/269563980792106e","status":"passed","time":{"start":1724715239091,"stop":1724715239091,"duration":0}},{"uid":"baeaa5a9fe5a9620","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/baeaa5a9fe5a9620","status":"passed","time":{"start":1724713322710,"stop":1724713322710,"duration":0}},{"uid":"9a19c41c93c997f9","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/9a19c41c93c997f9","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724707170679,"stop":1724707170679,"duration":0}},{"uid":"796e5b93d6719f13","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/796e5b93d6719f13","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724705570768,"stop":1724705570769,"duration":1}},{"uid":"9acdc6a9274348cd","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/9acdc6a9274348cd","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724684936358,"stop":1724684936359,"duration":1}},{"uid":"71262923ad91018d","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/71262923ad91018d","status":"passed","time":{"start":1724673044049,"stop":1724673044049,"duration":0}},{"uid":"40946f19a9a9a707","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/40946f19a9a9a707","status":"passed","time":{"start":1724670767290,"stop":1724670767290,"duration":0}}]},"tags":[]},"source":"b5f1a6ef41f6a12a.json","parameterValues":[]} \ No newline at end of file +{"uid":"dd3b0df4dba22c2c","name":"Push message with content topic containing special chars","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing special chars","historyId":"1a81199ce440de577346b0a18eb8ee32:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921466,"stop":1724922921467,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"25bfd0b3fd883a50","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/25bfd0b3fd883a50","status":"passed","time":{"start":1724921602958,"stop":1724921602958,"duration":0}},{"uid":"acdd6c71e71ab755","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/acdd6c71e71ab755","status":"passed","time":{"start":1724921571101,"stop":1724921571101,"duration":0}},{"uid":"7a34df82ee803b2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7a34df82ee803b2","status":"passed","time":{"start":1724918285599,"stop":1724918285600,"duration":1}},{"uid":"abbd4ccd353269bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/abbd4ccd353269bd","status":"passed","time":{"start":1724890030095,"stop":1724890030096,"duration":1}},{"uid":"d953ae5ed0bde636","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d953ae5ed0bde636","status":"passed","time":{"start":1724889171913,"stop":1724889171913,"duration":0}},{"uid":"e737191b53f8c8a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e737191b53f8c8a2","status":"passed","time":{"start":1724888350730,"stop":1724888350730,"duration":0}},{"uid":"f853b21e62f3851c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f853b21e62f3851c","status":"passed","time":{"start":1724887115415,"stop":1724887115416,"duration":1}},{"uid":"90510e993c97ba12","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/90510e993c97ba12","status":"passed","time":{"start":1724886884580,"stop":1724886884581,"duration":1}},{"uid":"8321b2226daab296","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8321b2226daab296","status":"passed","time":{"start":1724862322266,"stop":1724862322266,"duration":0}},{"uid":"8ecf464a0cc0e1ad","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8ecf464a0cc0e1ad","status":"passed","time":{"start":1724861790755,"stop":1724861790755,"duration":0}},{"uid":"b61f7294d2eadd7d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b61f7294d2eadd7d","status":"passed","time":{"start":1724861628424,"stop":1724861628425,"duration":1}},{"uid":"a054ca4ea96fe377","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a054ca4ea96fe377","status":"passed","time":{"start":1724861465630,"stop":1724861465630,"duration":0}}]},"tags":[]},"source":"dd3b0df4dba22c2c.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/150b60c93c163f93.json b/7376/data/test-cases/dd91eca78e74b912.json similarity index 75% rename from 7346/data/test-cases/150b60c93c163f93.json rename to 7376/data/test-cases/dd91eca78e74b912.json index 976fa1f5ad4..bf9814acf5e 100644 --- a/7346/data/test-cases/150b60c93c163f93.json +++ b/7376/data/test-cases/dd91eca78e74b912.json @@ -1 +1 @@ -{"uid":"150b60c93c163f93","name":"Check message received after jswaku node is restarted","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check message received after jswaku node is restarted","historyId":"0f0fca2211e4cb3370bd696e6c619f92:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392394,"stop":1724765392394,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":26,"passed":0,"unknown":0,"total":26},"items":[{"uid":"4e264d6d130e057d","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/4e264d6d130e057d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724765313876,"stop":1724765313876,"duration":0}},{"uid":"7025660f45a7ffa","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/7025660f45a7ffa","status":"skipped","statusDetails":"Test ignored","time":{"start":1724763683876,"stop":1724763683876,"duration":0}},{"uid":"94adf85035e8716d","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/94adf85035e8716d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724760929582,"stop":1724760929582,"duration":0}},{"uid":"8655c447f62b1392","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/8655c447f62b1392","status":"skipped","statusDetails":"Test ignored","time":{"start":1724759955178,"stop":1724759955178,"duration":0}},{"uid":"ee7454ba217c11b2","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/ee7454ba217c11b2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724758077480,"stop":1724758077481,"duration":1}},{"uid":"e2e2c8c3a9e6bd4","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/e2e2c8c3a9e6bd4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724757801877,"stop":1724757801877,"duration":0}},{"uid":"df0eece526481a6","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/df0eece526481a6","status":"skipped","statusDetails":"Test ignored","time":{"start":1724757120198,"stop":1724757120198,"duration":0}},{"uid":"362853093fa8e8e3","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/362853093fa8e8e3","status":"skipped","statusDetails":"Test ignored","time":{"start":1724755211090,"stop":1724755211090,"duration":0}},{"uid":"97bba7aa6e31dba6","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/97bba7aa6e31dba6","status":"skipped","statusDetails":"Test ignored","time":{"start":1724752646559,"stop":1724752646559,"duration":0}},{"uid":"6c50095035e9e72c","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/6c50095035e9e72c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724751495301,"stop":1724751495301,"duration":0}},{"uid":"86b9ca81f0840d","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/86b9ca81f0840d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724750572392,"stop":1724750572393,"duration":1}},{"uid":"c135c7a6684c3488","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c135c7a6684c3488","status":"skipped","statusDetails":"Test ignored","time":{"start":1724749567276,"stop":1724749567276,"duration":0}},{"uid":"60d3a1ab15c8e326","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/60d3a1ab15c8e326","status":"skipped","statusDetails":"Test ignored","time":{"start":1724717880850,"stop":1724717880850,"duration":0}},{"uid":"1acbd4e789be00db","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/1acbd4e789be00db","status":"skipped","statusDetails":"Test ignored","time":{"start":1724715103520,"stop":1724715103520,"duration":0}},{"uid":"914d2f506fed53e2","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/914d2f506fed53e2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724713195384,"stop":1724713195385,"duration":1}},{"uid":"5cacd25cc16778bc","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/5cacd25cc16778bc","status":"skipped","statusDetails":"Test ignored","time":{"start":1724706389690,"stop":1724706389691,"duration":1}},{"uid":"d1a87600ca541d4","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d1a87600ca541d4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724704811207,"stop":1724704811208,"duration":1}},{"uid":"107249e19557eb51","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/107249e19557eb51","status":"skipped","statusDetails":"Test ignored","time":{"start":1724684170215,"stop":1724684170215,"duration":0}},{"uid":"af8b22623ff2fb65","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/af8b22623ff2fb65","status":"skipped","statusDetails":"Test ignored","time":{"start":1724672903662,"stop":1724672903662,"duration":0}},{"uid":"b7634120c1b4fdf1","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/b7634120c1b4fdf1","status":"skipped","statusDetails":"Test ignored","time":{"start":1724670674058,"stop":1724670674058,"duration":0}}]},"tags":[]},"source":"150b60c93c163f93.json","parameterValues":[]} \ No newline at end of file +{"uid":"dd91eca78e74b912","name":"Check message received after jswaku node is restarted","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check message received after jswaku node is restarted","historyId":"0f0fca2211e4cb3370bd696e6c619f92:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845263,"stop":1724922845264,"duration":1},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"a3d709224d0c390b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a3d709224d0c390b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515257,"stop":1724921515257,"duration":0}},{"uid":"c85b9c6ef31f5817","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c85b9c6ef31f5817","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475519,"stop":1724921475519,"duration":0}},{"uid":"4b31de1b421a1440","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4b31de1b421a1440","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179438,"stop":1724918179438,"duration":0}},{"uid":"539e8fb2ca3f5220","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/539e8fb2ca3f5220","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935353,"stop":1724889935353,"duration":0}},{"uid":"9421795fd312d0ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9421795fd312d0ee","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072769,"stop":1724889072769,"duration":0}},{"uid":"3963508aa904057a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3963508aa904057a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232429,"stop":1724888232429,"duration":0}},{"uid":"cdc790eb99416071","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cdc790eb99416071","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018318,"stop":1724887018318,"duration":0}},{"uid":"bc754dc17e0c760e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bc754dc17e0c760e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781505,"stop":1724886781506,"duration":1}},{"uid":"90073e84ddeb98c2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/90073e84ddeb98c2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213685,"stop":1724862213685,"duration":0}},{"uid":"4e6e9671c52e47c8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4e6e9671c52e47c8","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861685889,"stop":1724861685890,"duration":1}},{"uid":"4629dca7a765fc80","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4629dca7a765fc80","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546213,"stop":1724861546213,"duration":0}},{"uid":"c5758f2738436d5e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c5758f2738436d5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378126,"stop":1724861378126,"duration":0}}]},"tags":[]},"source":"dd91eca78e74b912.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/dd932d80ab4b827e.json b/7376/data/test-cases/dd932d80ab4b827e.json new file mode 100644 index 00000000000..f03b5508f89 --- /dev/null +++ b/7376/data/test-cases/dd932d80ab4b827e.json @@ -0,0 +1 @@ +{"uid":"dd932d80ab4b827e","name":"numPeers=1 -- returns one bootstrap peer ","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=7 > numPeers=1 -- returns one bootstrap peer ","historyId":"6086166f58a67122f74bd6ac2c00e6c6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611442,"stop":1724922611442,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=7"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cd746ba20a145eaa","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cd746ba20a145eaa","status":"passed","time":{"start":1724921270365,"stop":1724921270366,"duration":1}},{"uid":"c8c7ae05bd32c30d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c8c7ae05bd32c30d","status":"passed","time":{"start":1724921247827,"stop":1724921247827,"duration":0}},{"uid":"c4a6c8839238827f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c4a6c8839238827f","status":"passed","time":{"start":1724917989826,"stop":1724917989826,"duration":0}},{"uid":"909ada34326dba03","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/909ada34326dba03","status":"passed","time":{"start":1724889678569,"stop":1724889678570,"duration":1}},{"uid":"d01cc39cae436347","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d01cc39cae436347","status":"passed","time":{"start":1724888829851,"stop":1724888829851,"duration":0}},{"uid":"f53b374203c0c442","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f53b374203c0c442","status":"passed","time":{"start":1724888077018,"stop":1724888077018,"duration":0}},{"uid":"1014fc3d82f654d9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1014fc3d82f654d9","status":"passed","time":{"start":1724886851131,"stop":1724886851132,"duration":1}},{"uid":"beb9266f386ba6db","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/beb9266f386ba6db","status":"passed","time":{"start":1724886647125,"stop":1724886647125,"duration":0}},{"uid":"668021f935de4eab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/668021f935de4eab","status":"passed","time":{"start":1724861992717,"stop":1724861992717,"duration":0}},{"uid":"921f4923a249cc21","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/921f4923a249cc21","status":"passed","time":{"start":1724861469650,"stop":1724861469650,"duration":0}},{"uid":"f1cbb99244d430c3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f1cbb99244d430c3","status":"passed","time":{"start":1724861284872,"stop":1724861284872,"duration":0}},{"uid":"ba942456975a1a6b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ba942456975a1a6b","status":"passed","time":{"start":1724861145819,"stop":1724861145820,"duration":1}}]},"tags":[]},"source":"dd932d80ab4b827e.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/ddd8b5a0ab72b0cc.json b/7376/data/test-cases/ddd8b5a0ab72b0cc.json new file mode 100644 index 00000000000..72349b31022 --- /dev/null +++ b/7376/data/test-cases/ddd8b5a0ab72b0cc.json @@ -0,0 +1 @@ +{"uid":"ddd8b5a0ab72b0cc","name":"should be called for peers with PEER_EXCHANGE tags","fullName":"/tests/connection-mananger/dials.spec.ts: Dials > dialPeer method > For peer-exchange peers > should be called for peers with PEER_EXCHANGE tags","historyId":"6aeda46c1f2dd57a00b02dc11f2c576e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922433170,"stop":1724922433170,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","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":"Dials"},{"name":"suite","value":"dialPeer method"},{"name":"subSuite","value":"For peer-exchange peers"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"27df9a9c148a898","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/27df9a9c148a898","status":"passed","time":{"start":1724921095759,"stop":1724921095760,"duration":1}},{"uid":"2377ded0ec1dee87","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2377ded0ec1dee87","status":"passed","time":{"start":1724921070807,"stop":1724921070808,"duration":1}},{"uid":"8bfcdd286b53430f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8bfcdd286b53430f","status":"passed","time":{"start":1724917730905,"stop":1724917730907,"duration":2}},{"uid":"804a70147a5e08fe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/804a70147a5e08fe","status":"passed","time":{"start":1724889510340,"stop":1724889510340,"duration":0}},{"uid":"99ae7dca613866a4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/99ae7dca613866a4","status":"passed","time":{"start":1724888660682,"stop":1724888660682,"duration":0}},{"uid":"3381a72b914592ac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3381a72b914592ac","status":"passed","time":{"start":1724887817140,"stop":1724887817140,"duration":0}},{"uid":"11eb2d319c892a37","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/11eb2d319c892a37","status":"passed","time":{"start":1724886584156,"stop":1724886584156,"duration":0}},{"uid":"73910a1e9b3f4075","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/73910a1e9b3f4075","status":"passed","time":{"start":1724886362416,"stop":1724886362416,"duration":0}},{"uid":"b650e863711e4b0d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b650e863711e4b0d","status":"passed","time":{"start":1724861811586,"stop":1724861811587,"duration":1}},{"uid":"39a315f39cecb82d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/39a315f39cecb82d","status":"passed","time":{"start":1724861280386,"stop":1724861280387,"duration":1}},{"uid":"f6d7be5ac821caa6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f6d7be5ac821caa6","status":"passed","time":{"start":1724861106383,"stop":1724861106383,"duration":0}},{"uid":"5b3cc3849887ffc9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5b3cc3849887ffc9","status":"passed","time":{"start":1724860966533,"stop":1724860966533,"duration":0}}]},"tags":[]},"source":"ddd8b5a0ab72b0cc.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/ddebfa69136924e.json b/7376/data/test-cases/ddebfa69136924e.json new file mode 100644 index 00000000000..5dcce1a4334 --- /dev/null +++ b/7376/data/test-cases/ddebfa69136924e.json @@ -0,0 +1 @@ +{"uid":"ddebfa69136924e","name":"Subscribe to topic containing long and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing long and publish message","historyId":"7c0bec199199dddc54954f2d5e07b38e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922891488,"stop":1724922891488,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"37280898a2e22c7e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/37280898a2e22c7e","status":"passed","time":{"start":1724921563013,"stop":1724921563013,"duration":0}},{"uid":"a91b5383471d9ca3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a91b5383471d9ca3","status":"passed","time":{"start":1724921526812,"stop":1724921526812,"duration":0}},{"uid":"acb8b837720ca946","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/acb8b837720ca946","status":"passed","time":{"start":1724918239939,"stop":1724918239939,"duration":0}},{"uid":"8ba8737a495b4d59","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8ba8737a495b4d59","status":"passed","time":{"start":1724889980890,"stop":1724889980890,"duration":0}},{"uid":"c2c583041db75256","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2c583041db75256","status":"passed","time":{"start":1724889109959,"stop":1724889109961,"duration":2}},{"uid":"a0cd9b9a7f67bb8e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a0cd9b9a7f67bb8e","status":"passed","time":{"start":1724888294722,"stop":1724888294722,"duration":0}},{"uid":"f73505fe21f61913","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f73505fe21f61913","status":"passed","time":{"start":1724887071737,"stop":1724887071738,"duration":1}},{"uid":"e8e5028a47f2f67a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e8e5028a47f2f67a","status":"passed","time":{"start":1724886848345,"stop":1724886848345,"duration":0}},{"uid":"d91debe8ed2ae607","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d91debe8ed2ae607","status":"passed","time":{"start":1724862259246,"stop":1724862259246,"duration":0}},{"uid":"16143ed12ecc35d8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/16143ed12ecc35d8","status":"passed","time":{"start":1724861735325,"stop":1724861735325,"duration":0}},{"uid":"e9b51e2549b5b717","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e9b51e2549b5b717","status":"passed","time":{"start":1724861606343,"stop":1724861606343,"duration":0}},{"uid":"94146ab59ef91e8d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/94146ab59ef91e8d","status":"passed","time":{"start":1724861426686,"stop":1724861426686,"duration":0}}]},"tags":[]},"source":"ddebfa69136924e.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/ddeed863c6beca95.json b/7376/data/test-cases/ddeed863c6beca95.json new file mode 100644 index 00000000000..23c41b3e5df --- /dev/null +++ b/7376/data/test-cases/ddeed863c6beca95.json @@ -0,0 +1 @@ +{"uid":"ddeed863c6beca95","name":"retrieves all peers (3) when branch entries are composed of multiple strings","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery w/ capabilities > retrieves all peers (3) when branch entries are composed of multiple strings","historyId":"2ad1a51e9a8a69f5e0949ab5bac91cfa:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922398922,"stop":1724922398922,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery w/ capabilities"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5c1a207d6c88d15f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5c1a207d6c88d15f","status":"passed","time":{"start":1724921061851,"stop":1724921061851,"duration":0}},{"uid":"2a8c7dd170be7ac7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2a8c7dd170be7ac7","status":"passed","time":{"start":1724921037159,"stop":1724921037159,"duration":0}},{"uid":"b0f65d83741240d8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b0f65d83741240d8","status":"passed","time":{"start":1724917697304,"stop":1724917697304,"duration":0}},{"uid":"6041561e8550b374","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6041561e8550b374","status":"passed","time":{"start":1724889476085,"stop":1724889476086,"duration":1}},{"uid":"8a8e8b2f5ec984cc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8a8e8b2f5ec984cc","status":"passed","time":{"start":1724888626889,"stop":1724888626889,"duration":0}},{"uid":"7e11ff7c752966b7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7e11ff7c752966b7","status":"passed","time":{"start":1724887783110,"stop":1724887783110,"duration":0}},{"uid":"fbcbd5ae6981209b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fbcbd5ae6981209b","status":"passed","time":{"start":1724886549921,"stop":1724886549921,"duration":0}},{"uid":"e764f2b7a1c5fd10","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e764f2b7a1c5fd10","status":"passed","time":{"start":1724886327583,"stop":1724886327583,"duration":0}},{"uid":"d7167779809591a4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d7167779809591a4","status":"passed","time":{"start":1724861776809,"stop":1724861776809,"duration":0}},{"uid":"957a2680fbe21a5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/957a2680fbe21a5","status":"passed","time":{"start":1724861247301,"stop":1724861247301,"duration":0}},{"uid":"34376bff5a333b2e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/34376bff5a333b2e","status":"passed","time":{"start":1724861071397,"stop":1724861071397,"duration":0}},{"uid":"72b37fbf37171b08","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/72b37fbf37171b08","status":"passed","time":{"start":1724860931797,"stop":1724860931797,"duration":0}}]},"tags":[]},"source":"ddeed863c6beca95.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/d04734d2eda270df.json b/7376/data/test-cases/ddf62635cb8859ee.json similarity index 79% rename from 7346/data/test-cases/d04734d2eda270df.json rename to 7376/data/test-cases/ddf62635cb8859ee.json index 245b3bba8a2..2ea404cb136 100644 --- a/7346/data/test-cases/d04734d2eda270df.json +++ b/7376/data/test-cases/ddf62635cb8859ee.json @@ -1 +1 @@ -{"uid":"d04734d2eda270df","name":"Overlapping topic subscription","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Overlapping topic subscription","historyId":"3927404afa8e40485bf5b16febf3098e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765075579,"stop":1724765075580,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"3ffba591730b6878","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/3ffba591730b6878","status":"passed","time":{"start":1724765010540,"stop":1724765010540,"duration":0}},{"uid":"b64a3ab5b899380c","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/b64a3ab5b899380c","status":"passed","time":{"start":1724763380287,"stop":1724763380287,"duration":0}},{"uid":"644ee6a18431fc78","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/644ee6a18431fc78","status":"passed","time":{"start":1724760632553,"stop":1724760632553,"duration":0}},{"uid":"a0eec3ca4517d8d","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/a0eec3ca4517d8d","status":"passed","time":{"start":1724759660920,"stop":1724759660920,"duration":0}},{"uid":"f000080dd3712c17","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/f000080dd3712c17","status":"passed","time":{"start":1724757793697,"stop":1724757793698,"duration":1}},{"uid":"30aaa8a9dcb8af5b","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/30aaa8a9dcb8af5b","status":"passed","time":{"start":1724757518634,"stop":1724757518634,"duration":0}},{"uid":"6beb01b1c13a96a7","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/6beb01b1c13a96a7","status":"passed","time":{"start":1724756832082,"stop":1724756832092,"duration":10}},{"uid":"4b29ab5471d62116","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/4b29ab5471d62116","status":"passed","time":{"start":1724754929268,"stop":1724754929268,"duration":0}},{"uid":"8d67f29404d1d7fe","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/8d67f29404d1d7fe","status":"passed","time":{"start":1724752352146,"stop":1724752352146,"duration":0}},{"uid":"d2cfbbfc500e88c","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/d2cfbbfc500e88c","status":"passed","time":{"start":1724751201121,"stop":1724751201121,"duration":0}},{"uid":"bed185a8b0604c65","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/bed185a8b0604c65","status":"passed","time":{"start":1724750264838,"stop":1724750264838,"duration":0}},{"uid":"850b6680d6d8331d","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/850b6680d6d8331d","status":"passed","time":{"start":1724749292150,"stop":1724749292150,"duration":0}},{"uid":"fd903e9dce2b8d1f","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/fd903e9dce2b8d1f","status":"passed","time":{"start":1724717596791,"stop":1724717596791,"duration":0}},{"uid":"de450331e9980a0f","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/de450331e9980a0f","status":"passed","time":{"start":1724714823645,"stop":1724714823646,"duration":1}},{"uid":"1d3342dc0219eed8","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/1d3342dc0219eed8","status":"passed","time":{"start":1724712895774,"stop":1724712895775,"duration":1}},{"uid":"24c97e838dc83bfd","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/24c97e838dc83bfd","status":"passed","time":{"start":1724706113492,"stop":1724706113492,"duration":0}},{"uid":"a768e2774fe998b0","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a768e2774fe998b0","status":"passed","time":{"start":1724704522411,"stop":1724704522412,"duration":1}},{"uid":"826795902e1d302b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/826795902e1d302b","status":"passed","time":{"start":1724683897624,"stop":1724683897624,"duration":0}},{"uid":"d2c90021c8206045","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/d2c90021c8206045","status":"passed","time":{"start":1724672624702,"stop":1724672624702,"duration":0}},{"uid":"e462ca34412a5cfb","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/e462ca34412a5cfb","status":"passed","time":{"start":1724670354426,"stop":1724670354426,"duration":0}}]},"tags":[]},"source":"d04734d2eda270df.json","parameterValues":[]} \ No newline at end of file +{"uid":"ddf62635cb8859ee","name":"Overlapping topic subscription","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Overlapping topic subscription","historyId":"3927404afa8e40485bf5b16febf3098e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922635352,"stop":1724922635353,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ed2a14e205f5466b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ed2a14e205f5466b","status":"passed","time":{"start":1724921297003,"stop":1724921297004,"duration":1}},{"uid":"2cd79b0ad34f07d1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2cd79b0ad34f07d1","status":"passed","time":{"start":1724921276365,"stop":1724921276366,"duration":1}},{"uid":"67a36a36a64b50dc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/67a36a36a64b50dc","status":"passed","time":{"start":1724917948319,"stop":1724917948319,"duration":0}},{"uid":"56440a0955ed3d37","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/56440a0955ed3d37","status":"passed","time":{"start":1724889729006,"stop":1724889729007,"duration":1}},{"uid":"5cb9140436ca175d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5cb9140436ca175d","status":"passed","time":{"start":1724888864952,"stop":1724888864952,"duration":0}},{"uid":"9478534be50580be","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9478534be50580be","status":"passed","time":{"start":1724888053745,"stop":1724888053745,"duration":0}},{"uid":"6b1e9d2ce772f4c5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b1e9d2ce772f4c5","status":"passed","time":{"start":1724886811656,"stop":1724886811657,"duration":1}},{"uid":"a77cb3bd445e7f72","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a77cb3bd445e7f72","status":"passed","time":{"start":1724886581002,"stop":1724886581002,"duration":0}},{"uid":"53e32498557f9e4a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/53e32498557f9e4a","status":"passed","time":{"start":1724862019558,"stop":1724862019558,"duration":0}},{"uid":"87f8c38b0c0050df","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/87f8c38b0c0050df","status":"passed","time":{"start":1724861493935,"stop":1724861493935,"duration":0}},{"uid":"a1b1cff002a8dab4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a1b1cff002a8dab4","status":"passed","time":{"start":1724861318020,"stop":1724861318020,"duration":0}},{"uid":"97344e6e92b18c10","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/97344e6e92b18c10","status":"passed","time":{"start":1724861178512,"stop":1724861178513,"duration":1}}]},"tags":[]},"source":"ddf62635cb8859ee.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/de2bf4fa1c9fc4ca.json b/7376/data/test-cases/de2bf4fa1c9fc4ca.json new file mode 100644 index 00000000000..5dfa6dc38d7 --- /dev/null +++ b/7376/data/test-cases/de2bf4fa1c9fc4ca.json @@ -0,0 +1 @@ +{"uid":"de2bf4fa1c9fc4ca","name":"Ping on subscribed peer","fullName":"/tests/filter/ping.node.spec.ts: Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false > Ping on subscribed peer","historyId":"c787ef39591d451b76fdffb9e728aaee:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922499935,"stop":1724922499935,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4075845b44d29dbf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4075845b44d29dbf","status":"passed","time":{"start":1724921158278,"stop":1724921158279,"duration":1}},{"uid":"d3a7953df35ec969","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d3a7953df35ec969","status":"passed","time":{"start":1724921130076,"stop":1724921130076,"duration":0}},{"uid":"36e340ca7eec1387","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/36e340ca7eec1387","status":"passed","time":{"start":1724917796893,"stop":1724917796894,"duration":1}},{"uid":"22748c16e1b58d69","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/22748c16e1b58d69","status":"passed","time":{"start":1724889579997,"stop":1724889579997,"duration":0}},{"uid":"388cf943caa089bf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/388cf943caa089bf","status":"passed","time":{"start":1724888730128,"stop":1724888730128,"duration":0}},{"uid":"5a0a66dac6fa3f9e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5a0a66dac6fa3f9e","status":"passed","time":{"start":1724887883927,"stop":1724887883927,"duration":0}},{"uid":"25cd15ef201cb5b5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/25cd15ef201cb5b5","status":"passed","time":{"start":1724886651245,"stop":1724886651245,"duration":0}},{"uid":"92cf4ee39edc350c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/92cf4ee39edc350c","status":"passed","time":{"start":1724886430268,"stop":1724886430268,"duration":0}},{"uid":"fbc72691a615c63","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fbc72691a615c63","status":"passed","time":{"start":1724861879167,"stop":1724861879168,"duration":1}},{"uid":"31a9691a7be91b17","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/31a9691a7be91b17","status":"passed","time":{"start":1724861345738,"stop":1724861345739,"duration":1}},{"uid":"ceb550380fc03db6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ceb550380fc03db6","status":"passed","time":{"start":1724861186694,"stop":1724861186694,"duration":0}},{"uid":"1ca15ad0f7bb2dfb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1ca15ad0f7bb2dfb","status":"passed","time":{"start":1724861034885,"stop":1724861034885,"duration":0}}]},"tags":[]},"source":"de2bf4fa1c9fc4ca.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/ded7c4e9d357a088.json b/7376/data/test-cases/ded7c4e9d357a088.json new file mode 100644 index 00000000000..b23df1d951b --- /dev/null +++ b/7376/data/test-cases/ded7c4e9d357a088.json @@ -0,0 +1 @@ +{"uid":"ded7c4e9d357a088","name":"Light Node - default protocols","fullName":"/tests/wait_for_remote_peer.node.spec.ts: Wait for remote peer > Light Node - default protocols","historyId":"a507f62490b3a24fdbdad5d796572907:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923008737,"stop":1724923008737,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Wait for remote peer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f062321816c6cf2f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f062321816c6cf2f","status":"passed","time":{"start":1724921677829,"stop":1724921677829,"duration":0}},{"uid":"ebb1692e4fd6d081","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ebb1692e4fd6d081","status":"passed","time":{"start":1724921635680,"stop":1724921635681,"duration":1}},{"uid":"41a29421c45c46b3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/41a29421c45c46b3","status":"passed","time":{"start":1724918344740,"stop":1724918344740,"duration":0}},{"uid":"8e0fd5bad8bb8a45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e0fd5bad8bb8a45","status":"passed","time":{"start":1724890097428,"stop":1724890097428,"duration":0}},{"uid":"61b545fae668ec27","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/61b545fae668ec27","status":"passed","time":{"start":1724889226625,"stop":1724889226625,"duration":0}},{"uid":"766bc15cd14cb1c4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/766bc15cd14cb1c4","status":"passed","time":{"start":1724888405388,"stop":1724888405389,"duration":1}},{"uid":"7743040af997dfd6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7743040af997dfd6","status":"passed","time":{"start":1724887180097,"stop":1724887180097,"duration":0}},{"uid":"316da7638ff1b703","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/316da7638ff1b703","status":"passed","time":{"start":1724886957952,"stop":1724886957952,"duration":0}},{"uid":"4f991e190021b1aa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f991e190021b1aa","status":"passed","time":{"start":1724862379720,"stop":1724862379720,"duration":0}},{"uid":"5160adfa94689647","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5160adfa94689647","status":"passed","time":{"start":1724861853006,"stop":1724861853006,"duration":0}},{"uid":"b574520b49d300d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b574520b49d300d","status":"passed","time":{"start":1724861709848,"stop":1724861709848,"duration":0}},{"uid":"ece37b0888d641ea","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ece37b0888d641ea","status":"passed","time":{"start":1724861537425,"stop":1724861537425,"duration":0}}]},"tags":[]},"source":"ded7c4e9d357a088.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/e08485e6c07e277.json b/7376/data/test-cases/e08485e6c07e277.json new file mode 100644 index 00000000000..ebd3274b184 --- /dev/null +++ b/7376/data/test-cases/e08485e6c07e277.json @@ -0,0 +1 @@ +{"uid":"e08485e6c07e277","name":"throws on content topic with too few or too many fields","fullName":"/src/common/sharding/index.spec.ts: ensureValidContentTopic > throws on content topic with too few or too many fields","historyId":"9e2c3e98b7175f01f1d9056bc9119a12:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374658,"stop":1724922374658,"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":"ensureValidContentTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b7b0151897eef35e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b7b0151897eef35e","status":"passed","time":{"start":1724921037620,"stop":1724921037620,"duration":0}},{"uid":"903ff2684ce1fc49","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/903ff2684ce1fc49","status":"passed","time":{"start":1724921013032,"stop":1724921013033,"duration":1}},{"uid":"fc65db87e05bb9f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fc65db87e05bb9f","status":"passed","time":{"start":1724917673276,"stop":1724917673276,"duration":0}},{"uid":"151b29a8f69329bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/151b29a8f69329bd","status":"passed","time":{"start":1724889452294,"stop":1724889452295,"duration":1}},{"uid":"8c01ba9bbec739c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8c01ba9bbec739c9","status":"passed","time":{"start":1724888602824,"stop":1724888602824,"duration":0}},{"uid":"542fc6b7460f8ce3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/542fc6b7460f8ce3","status":"passed","time":{"start":1724887759149,"stop":1724887759149,"duration":0}},{"uid":"23106c6511095fb0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/23106c6511095fb0","status":"passed","time":{"start":1724886525536,"stop":1724886525536,"duration":0}},{"uid":"e43cf6a4acc0e9ee","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e43cf6a4acc0e9ee","status":"passed","time":{"start":1724886303381,"stop":1724886303382,"duration":1}},{"uid":"fc55b453324cd8d7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc55b453324cd8d7","status":"passed","time":{"start":1724861752210,"stop":1724861752211,"duration":1}},{"uid":"a658461797dff594","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a658461797dff594","status":"passed","time":{"start":1724861223341,"stop":1724861223341,"duration":0}},{"uid":"8aad20535975bd16","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8aad20535975bd16","status":"passed","time":{"start":1724861045186,"stop":1724861045186,"duration":0}},{"uid":"c85a898136f50a84","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c85a898136f50a84","status":"passed","time":{"start":1724860907068,"stop":1724860907069,"duration":1}}]},"tags":[]},"source":"e08485e6c07e277.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/e0ac56c51cdffd49.json b/7376/data/test-cases/e0ac56c51cdffd49.json new file mode 100644 index 00000000000..d24575f301a --- /dev/null +++ b/7376/data/test-cases/e0ac56c51cdffd49.json @@ -0,0 +1 @@ +{"uid":"e0ac56c51cdffd49","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","historyId":"5953d535b7b83c9632c08d994bae92ba:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374682,"stop":1724922374683,"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":"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":13,"unknown":0,"total":13},"items":[{"uid":"da4132c642b177e2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/da4132c642b177e2","status":"passed","time":{"start":1724921037643,"stop":1724921037643,"duration":0}},{"uid":"a029b7171c953f3a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a029b7171c953f3a","status":"passed","time":{"start":1724921013056,"stop":1724921013056,"duration":0}},{"uid":"7aefa803908b3a83","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7aefa803908b3a83","status":"passed","time":{"start":1724917673298,"stop":1724917673298,"duration":0}},{"uid":"acc4c0545e88c3fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/acc4c0545e88c3fa","status":"passed","time":{"start":1724889452317,"stop":1724889452317,"duration":0}},{"uid":"52f26fa32ebdd282","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52f26fa32ebdd282","status":"passed","time":{"start":1724888602847,"stop":1724888602848,"duration":1}},{"uid":"980df97a8f53ce30","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/980df97a8f53ce30","status":"passed","time":{"start":1724887759169,"stop":1724887759170,"duration":1}},{"uid":"f8b2f486d3ba765b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f8b2f486d3ba765b","status":"passed","time":{"start":1724886525549,"stop":1724886525549,"duration":0}},{"uid":"5c5f3db033798db0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5c5f3db033798db0","status":"passed","time":{"start":1724886303403,"stop":1724886303403,"duration":0}},{"uid":"e66b75e123b5f53e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e66b75e123b5f53e","status":"passed","time":{"start":1724861752235,"stop":1724861752235,"duration":0}},{"uid":"660d5dc130303510","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/660d5dc130303510","status":"passed","time":{"start":1724861223360,"stop":1724861223361,"duration":1}},{"uid":"dd847bb074f99a14","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dd847bb074f99a14","status":"passed","time":{"start":1724861045208,"stop":1724861045209,"duration":1}},{"uid":"9a0d1ddd9fc69fa6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9a0d1ddd9fc69fa6","status":"passed","time":{"start":1724860907091,"stop":1724860907091,"duration":0}}]},"tags":[]},"source":"e0ac56c51cdffd49.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/e0b9b8ba4fa34957.json b/7376/data/test-cases/e0b9b8ba4fa34957.json new file mode 100644 index 00000000000..9e83ae340de --- /dev/null +++ b/7376/data/test-cases/e0b9b8ba4fa34957.json @@ -0,0 +1 @@ +{"uid":"e0b9b8ba4fa34957","name":"different cluster, same shard: nodes don't connect","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > different cluster, same shard: nodes don't connect","historyId":"acedf3366fa53445681e8f1e6fae85c9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611419,"stop":1724922611419,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6ea1aef148ec4e8b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6ea1aef148ec4e8b","status":"passed","time":{"start":1724921270340,"stop":1724921270341,"duration":1}},{"uid":"ee95413fefbca718","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ee95413fefbca718","status":"passed","time":{"start":1724921247771,"stop":1724921247771,"duration":0}},{"uid":"a66ec558059103e6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a66ec558059103e6","status":"passed","time":{"start":1724917989807,"stop":1724917989808,"duration":1}},{"uid":"a6957816ec5c47b1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a6957816ec5c47b1","status":"passed","time":{"start":1724889678531,"stop":1724889678531,"duration":0}},{"uid":"1994ff4de4fefa57","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1994ff4de4fefa57","status":"passed","time":{"start":1724888829823,"stop":1724888829823,"duration":0}},{"uid":"b1a8d44a0d637da7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b1a8d44a0d637da7","status":"passed","time":{"start":1724888076970,"stop":1724888076970,"duration":0}},{"uid":"a19fdb420773810","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a19fdb420773810","status":"passed","time":{"start":1724886851109,"stop":1724886851110,"duration":1}},{"uid":"35a66005a1d74e8a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/35a66005a1d74e8a","status":"passed","time":{"start":1724886647053,"stop":1724886647054,"duration":1}},{"uid":"c2007f002e7c5a0a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2007f002e7c5a0a","status":"passed","time":{"start":1724861992700,"stop":1724861992700,"duration":0}},{"uid":"47e9fb08a14ed02a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/47e9fb08a14ed02a","status":"passed","time":{"start":1724861469626,"stop":1724861469627,"duration":1}},{"uid":"e70ee6f9ea92ff56","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e70ee6f9ea92ff56","status":"passed","time":{"start":1724861284843,"stop":1724861284844,"duration":1}},{"uid":"3cee10662f91a117","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3cee10662f91a117","status":"passed","time":{"start":1724861145769,"stop":1724861145770,"duration":1}}]},"tags":[]},"source":"e0b9b8ba4fa34957.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/e0de632ecd3df7ed.json b/7376/data/test-cases/e0de632ecd3df7ed.json new file mode 100644 index 00000000000..d9ed1d64c37 --- /dev/null +++ b/7376/data/test-cases/e0de632ecd3df7ed.json @@ -0,0 +1 @@ +{"uid":"e0de632ecd3df7ed","name":"Nwaku publishes","fullName":"/tests/relay/interop.node.spec.ts: Waku Relay, Interop > Nwaku publishes","historyId":"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922866493,"stop":1724922866493,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Interop"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fe97da869fe8c103","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fe97da869fe8c103","status":"passed","time":{"start":1724921538594,"stop":1724921538594,"duration":0}},{"uid":"a97f7fd9a0f465d4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a97f7fd9a0f465d4","status":"passed","time":{"start":1724921499391,"stop":1724921499392,"duration":1}},{"uid":"ac5f0754f20c3de0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ac5f0754f20c3de0","status":"passed","time":{"start":1724918204099,"stop":1724918204099,"duration":0}},{"uid":"415380fc062863bf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/415380fc062863bf","status":"passed","time":{"start":1724889957368,"stop":1724889957369,"duration":1}},{"uid":"38f7a7d347ad7d5c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/38f7a7d347ad7d5c","status":"passed","time":{"start":1724889094881,"stop":1724889094882,"duration":1}},{"uid":"3dc46f2c2600062b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3dc46f2c2600062b","status":"passed","time":{"start":1724888256177,"stop":1724888256177,"duration":0}},{"uid":"1f9e9a6cbaf881f5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1f9e9a6cbaf881f5","status":"passed","time":{"start":1724887043896,"stop":1724887043896,"duration":0}},{"uid":"6dff2b5da43291cf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6dff2b5da43291cf","status":"passed","time":{"start":1724886807385,"stop":1724886807386,"duration":1}},{"uid":"4f126ec901fe24","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f126ec901fe24","status":"passed","time":{"start":1724862237701,"stop":1724862237701,"duration":0}},{"uid":"9f178d9c3d27f630","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9f178d9c3d27f630","status":"passed","time":{"start":1724861709117,"stop":1724861709117,"duration":0}},{"uid":"d8e71692a44f2c80","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d8e71692a44f2c80","status":"passed","time":{"start":1724861571994,"stop":1724861571996,"duration":2}},{"uid":"f42292617eb19c57","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f42292617eb19c57","status":"passed","time":{"start":1724861400270,"stop":1724861400270,"duration":0}}]},"tags":[]},"source":"e0de632ecd3df7ed.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/df5560cf3a553faa.json b/7376/data/test-cases/e10fb068f54eb2aa.json similarity index 84% rename from 7346/data/test-cases/df5560cf3a553faa.json rename to 7376/data/test-cases/e10fb068f54eb2aa.json index 3105917db53..08d907d4561 100644 --- a/7346/data/test-cases/df5560cf3a553faa.json +++ b/7376/data/test-cases/e10fb068f54eb2aa.json @@ -1 +1 @@ -{"uid":"df5560cf3a553faa","name":"Push message with content topic containing short","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing short","historyId":"43e609e8a76551cf6870b645168fc675:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505349,"stop":1724765505349,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":22,"unknown":0,"total":26},"items":[{"uid":"e0173486380f80ff","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/e0173486380f80ff","status":"passed","time":{"start":1724765434025,"stop":1724765434026,"duration":1}},{"uid":"a739714adbdb0764","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/a739714adbdb0764","status":"passed","time":{"start":1724763779027,"stop":1724763779028,"duration":1}},{"uid":"a880a0448c6e6f42","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a880a0448c6e6f42","status":"passed","time":{"start":1724761038730,"stop":1724761038730,"duration":0}},{"uid":"5c8db82a382e36a4","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/5c8db82a382e36a4","status":"passed","time":{"start":1724760066627,"stop":1724760066628,"duration":1}},{"uid":"6f468ab718f5d355","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/6f468ab718f5d355","status":"passed","time":{"start":1724758222986,"stop":1724758222986,"duration":0}},{"uid":"d320ab33ff197af3","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/d320ab33ff197af3","status":"passed","time":{"start":1724757927321,"stop":1724757927322,"duration":1}},{"uid":"f1575341cc3fbd81","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/f1575341cc3fbd81","status":"passed","time":{"start":1724757257492,"stop":1724757257492,"duration":0}},{"uid":"7ee0b46e8d31a3de","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/7ee0b46e8d31a3de","status":"passed","time":{"start":1724755332955,"stop":1724755332956,"duration":1}},{"uid":"d8eed492b46bf834","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/d8eed492b46bf834","status":"passed","time":{"start":1724752782344,"stop":1724752782344,"duration":0}},{"uid":"f2dd90aa39c2475e","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/f2dd90aa39c2475e","status":"passed","time":{"start":1724751616574,"stop":1724751616574,"duration":0}},{"uid":"a1d64ebc649e4c87","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/a1d64ebc649e4c87","status":"passed","time":{"start":1724750701993,"stop":1724750701993,"duration":0}},{"uid":"4858d7feba3ba5a3","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/4858d7feba3ba5a3","status":"passed","time":{"start":1724749709043,"stop":1724749709044,"duration":1}},{"uid":"e2b98fd7a906ceae","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/e2b98fd7a906ceae","status":"passed","time":{"start":1724718008224,"stop":1724718008224,"duration":0}},{"uid":"ffddfe958746d87","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/ffddfe958746d87","status":"passed","time":{"start":1724715239089,"stop":1724715239090,"duration":1}},{"uid":"bfb538462d17e38a","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/bfb538462d17e38a","status":"passed","time":{"start":1724713322708,"stop":1724713322709,"duration":1}},{"uid":"98d2bfaaaaf7e984","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/98d2bfaaaaf7e984","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724707170676,"stop":1724707170676,"duration":0}},{"uid":"b2a72e4151420504","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b2a72e4151420504","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724705570766,"stop":1724705570766,"duration":0}},{"uid":"64111134ebbcb2f9","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/64111134ebbcb2f9","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724684936355,"stop":1724684936355,"duration":0}},{"uid":"45369051409a8d9b","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/45369051409a8d9b","status":"passed","time":{"start":1724673044041,"stop":1724673044041,"duration":0}},{"uid":"7d7a0985cd9b866e","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/7d7a0985cd9b866e","status":"passed","time":{"start":1724670767289,"stop":1724670767289,"duration":0}}]},"tags":[]},"source":"df5560cf3a553faa.json","parameterValues":[]} \ No newline at end of file +{"uid":"e10fb068f54eb2aa","name":"Push message with content topic containing short","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing short","historyId":"43e609e8a76551cf6870b645168fc675:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921464,"stop":1724922921465,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d7a8b42323bb9ccb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d7a8b42323bb9ccb","status":"passed","time":{"start":1724921602956,"stop":1724921602956,"duration":0}},{"uid":"12017d69d357e6ca","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/12017d69d357e6ca","status":"passed","time":{"start":1724921571100,"stop":1724921571100,"duration":0}},{"uid":"5e51be09c8b9b4e5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5e51be09c8b9b4e5","status":"passed","time":{"start":1724918285596,"stop":1724918285597,"duration":1}},{"uid":"63fb41c77d09c0a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/63fb41c77d09c0a0","status":"passed","time":{"start":1724890030093,"stop":1724890030093,"duration":0}},{"uid":"2d1b39efdd7e644d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d1b39efdd7e644d","status":"passed","time":{"start":1724889171912,"stop":1724889171912,"duration":0}},{"uid":"fbf2480190af34eb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fbf2480190af34eb","status":"passed","time":{"start":1724888350726,"stop":1724888350729,"duration":3}},{"uid":"d9bc8c92306810c5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d9bc8c92306810c5","status":"passed","time":{"start":1724887115412,"stop":1724887115413,"duration":1}},{"uid":"535cfa34a1bea681","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/535cfa34a1bea681","status":"passed","time":{"start":1724886884579,"stop":1724886884579,"duration":0}},{"uid":"65ff888db6a7196f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/65ff888db6a7196f","status":"passed","time":{"start":1724862322264,"stop":1724862322264,"duration":0}},{"uid":"663648a8a1a00015","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/663648a8a1a00015","status":"passed","time":{"start":1724861790754,"stop":1724861790754,"duration":0}},{"uid":"49d8de8f6f89707b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/49d8de8f6f89707b","status":"passed","time":{"start":1724861628423,"stop":1724861628423,"duration":0}},{"uid":"fb096ac5fce52c51","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fb096ac5fce52c51","status":"passed","time":{"start":1724861465628,"stop":1724861465628,"duration":0}}]},"tags":[]},"source":"e10fb068f54eb2aa.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/e112fbb60fc82193.json b/7376/data/test-cases/e112fbb60fc82193.json new file mode 100644 index 00000000000..ff3f9c493f8 --- /dev/null +++ b/7376/data/test-cases/e112fbb60fc82193.json @@ -0,0 +1 @@ +{"uid":"e112fbb60fc82193","name":"Ping on subscribed peer","fullName":"/tests/filter/ping.node.spec.ts: Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true > Ping on subscribed peer","historyId":"54384bebf04ae4841c112fac145c4c83:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922499927,"stop":1724922499928,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d1997c55de9fc524","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d1997c55de9fc524","status":"passed","time":{"start":1724921158276,"stop":1724921158277,"duration":1}},{"uid":"9f0181838cf08887","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9f0181838cf08887","status":"passed","time":{"start":1724921130071,"stop":1724921130072,"duration":1}},{"uid":"8e4914a98576fbe5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8e4914a98576fbe5","status":"passed","time":{"start":1724917796888,"stop":1724917796889,"duration":1}},{"uid":"99cf75dbe48accba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/99cf75dbe48accba","status":"passed","time":{"start":1724889579990,"stop":1724889579992,"duration":2}},{"uid":"fffb84206726fcf3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fffb84206726fcf3","status":"passed","time":{"start":1724888730125,"stop":1724888730126,"duration":1}},{"uid":"9ce666e2a43b8e88","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9ce666e2a43b8e88","status":"passed","time":{"start":1724887883924,"stop":1724887883925,"duration":1}},{"uid":"f46bf05e919323a6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f46bf05e919323a6","status":"passed","time":{"start":1724886651242,"stop":1724886651243,"duration":1}},{"uid":"9436c27f1fed5f91","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9436c27f1fed5f91","status":"passed","time":{"start":1724886430260,"stop":1724886430261,"duration":1}},{"uid":"7a8e1c9145488f01","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7a8e1c9145488f01","status":"passed","time":{"start":1724861879165,"stop":1724861879166,"duration":1}},{"uid":"3741003d7fd7d0f2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3741003d7fd7d0f2","status":"passed","time":{"start":1724861345735,"stop":1724861345735,"duration":0}},{"uid":"514ab46cbbe37b60","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/514ab46cbbe37b60","status":"passed","time":{"start":1724861186692,"stop":1724861186692,"duration":0}},{"uid":"11d1848fcd03d97c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/11d1848fcd03d97c","status":"passed","time":{"start":1724861034861,"stop":1724861034862,"duration":1}}]},"tags":[]},"source":"e112fbb60fc82193.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/e1435df9b319d822.json b/7376/data/test-cases/e1435df9b319d822.json new file mode 100644 index 00000000000..7fd2f613df1 --- /dev/null +++ b/7376/data/test-cases/e1435df9b319d822.json @@ -0,0 +1 @@ +{"uid":"e1435df9b319d822","name":"should get / set TCP multiaddr","fullName":"/src/enr.spec.ts: ENR > Multiaddr getters and setters > should get / set TCP multiaddr","historyId":"e188b2b5fbce6bd7f60a2c7502501b61:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922383084,"stop":1724922383085,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Multiaddr getters and setters\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Multiaddr getters and setters\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Multiaddr getters and setters"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b969b359e3eb914e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b969b359e3eb914e","status":"passed","time":{"start":1724921046201,"stop":1724921046201,"duration":0}},{"uid":"67626d1105d211ab","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/67626d1105d211ab","status":"passed","time":{"start":1724921021472,"stop":1724921021476,"duration":4}},{"uid":"c48e657baa907e79","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c48e657baa907e79","status":"passed","time":{"start":1724917681720,"stop":1724917681724,"duration":4}},{"uid":"cccc8e6c4fdff6ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cccc8e6c4fdff6ba","status":"passed","time":{"start":1724889460652,"stop":1724889460652,"duration":0}},{"uid":"1c6b6cc008a28658","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c6b6cc008a28658","status":"passed","time":{"start":1724888611292,"stop":1724888611296,"duration":4}},{"uid":"3fd8b99acf39aed4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3fd8b99acf39aed4","status":"passed","time":{"start":1724887767621,"stop":1724887767621,"duration":0}},{"uid":"3a782d36a83340c1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3a782d36a83340c1","status":"passed","time":{"start":1724886533987,"stop":1724886533987,"duration":0}},{"uid":"a94f29dfdab21996","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a94f29dfdab21996","status":"passed","time":{"start":1724886311755,"stop":1724886311755,"duration":0}},{"uid":"9a5bb7e2efecf3fb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9a5bb7e2efecf3fb","status":"passed","time":{"start":1724861760771,"stop":1724861760775,"duration":4}},{"uid":"e1f985e32b209dd5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e1f985e32b209dd5","status":"passed","time":{"start":1724861231734,"stop":1724861231734,"duration":0}},{"uid":"9d0e9a3096a3ed17","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9d0e9a3096a3ed17","status":"passed","time":{"start":1724861054252,"stop":1724861054256,"duration":4}},{"uid":"4203b3d6cc235a5d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4203b3d6cc235a5d","status":"passed","time":{"start":1724860915810,"stop":1724860915811,"duration":1}}]},"tags":[]},"source":"e1435df9b319d822.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/e19093c039b0af5d.json b/7376/data/test-cases/e19093c039b0af5d.json new file mode 100644 index 00000000000..387341460b5 --- /dev/null +++ b/7376/data/test-cases/e19093c039b0af5d.json @@ -0,0 +1 @@ +{"uid":"e19093c039b0af5d","name":"Push message with content topic containing numeric","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing numeric","historyId":"a53b7dc1dd17d9a7651a7c77ed07b6ef:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921466,"stop":1724922921466,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6f989cc418aec268","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6f989cc418aec268","status":"passed","time":{"start":1724921602957,"stop":1724921602958,"duration":1}},{"uid":"e5a0a06dc166f092","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e5a0a06dc166f092","status":"passed","time":{"start":1724921571101,"stop":1724921571101,"duration":0}},{"uid":"41810f635045a262","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/41810f635045a262","status":"passed","time":{"start":1724918285598,"stop":1724918285599,"duration":1}},{"uid":"a2212330b8b13c8b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2212330b8b13c8b","status":"passed","time":{"start":1724890030094,"stop":1724890030095,"duration":1}},{"uid":"a8073867e3b0819f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a8073867e3b0819f","status":"passed","time":{"start":1724889171912,"stop":1724889171913,"duration":1}},{"uid":"b7e23f998bae518e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b7e23f998bae518e","status":"passed","time":{"start":1724888350730,"stop":1724888350730,"duration":0}},{"uid":"8d2ab5d7e4947fe9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8d2ab5d7e4947fe9","status":"passed","time":{"start":1724887115414,"stop":1724887115415,"duration":1}},{"uid":"967720b95b730bc9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/967720b95b730bc9","status":"passed","time":{"start":1724886884580,"stop":1724886884580,"duration":0}},{"uid":"2adc9a6ba0b3bd89","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2adc9a6ba0b3bd89","status":"passed","time":{"start":1724862322265,"stop":1724862322265,"duration":0}},{"uid":"2caca435203cc49","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2caca435203cc49","status":"passed","time":{"start":1724861790755,"stop":1724861790755,"duration":0}},{"uid":"ad2e83d3e955ef39","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ad2e83d3e955ef39","status":"passed","time":{"start":1724861628424,"stop":1724861628424,"duration":0}},{"uid":"a59871e27e1f3915","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a59871e27e1f3915","status":"passed","time":{"start":1724861465629,"stop":1724861465629,"duration":0}}]},"tags":[]},"source":"e19093c039b0af5d.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/e37e75eaacf5b28b.json b/7376/data/test-cases/e37e75eaacf5b28b.json new file mode 100644 index 00000000000..0713c88fac7 --- /dev/null +++ b/7376/data/test-cases/e37e75eaacf5b28b.json @@ -0,0 +1 @@ +{"uid":"e37e75eaacf5b28b","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","fullName":"/tests/dns-peer-discovery.spec.ts: DNS Node Discovery [live data] > should retrieve 3 multiaddrs for test.waku.nodes.status.im","historyId":"0e55e931074cc714780c58e3551fcc4d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922439103,"stop":1724922439103,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before all\" hook in \"DNS Node Discovery [live data]\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"DNS Node Discovery [live data]"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"980642cd59bbe44a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/980642cd59bbe44a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921098922,"stop":1724921098922,"duration":0}},{"uid":"78b0d949497d3702","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/78b0d949497d3702","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921073400,"stop":1724921073400,"duration":0}},{"uid":"6a2613d7ab2fd30","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6a2613d7ab2fd30","status":"skipped","statusDetails":"Test ignored","time":{"start":1724917744665,"stop":1724917744665,"duration":0}},{"uid":"c3e0b32f3b7141d5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c3e0b32f3b7141d5","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889518045,"stop":1724889518046,"duration":1}},{"uid":"6809a803cdffa15b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6809a803cdffa15b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888665807,"stop":1724888665807,"duration":0}},{"uid":"802e7da2abae4aee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/802e7da2abae4aee","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887821953,"stop":1724887821954,"duration":1}},{"uid":"857f7bbacca59fdd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/857f7bbacca59fdd","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886586927,"stop":1724886586927,"duration":0}},{"uid":"9ba59a6b9a253ece","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9ba59a6b9a253ece","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886375238,"stop":1724886375239,"duration":1}},{"uid":"219288d99f9c2b6a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/219288d99f9c2b6a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861815219,"stop":1724861815219,"duration":0}},{"uid":"91492a9fb7bdc949","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/91492a9fb7bdc949","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861291724,"stop":1724861291724,"duration":0}},{"uid":"9f06e7c72688701a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9f06e7c72688701a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861109880,"stop":1724861109880,"duration":0}},{"uid":"9415390865d7f6e1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9415390865d7f6e1","status":"skipped","statusDetails":"Test ignored","time":{"start":1724860972344,"stop":1724860972345,"duration":1}}]},"tags":[]},"source":"e37e75eaacf5b28b.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/e38ccb126311fded.json b/7376/data/test-cases/e38ccb126311fded.json new file mode 100644 index 00000000000..d774c12b9f7 --- /dev/null +++ b/7376/data/test-cases/e38ccb126311fded.json @@ -0,0 +1 @@ +{"uid":"e38ccb126311fded","name":"Encoder throws on undefined content topic","fullName":"/src/lib/message/version_0.spec.ts: Ensures content topic is defined > Encoder throws on undefined content topic","historyId":"4b6c588eb64e87d6d17ef51896aa21d3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922388048,"stop":1724922388048,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.lib.message"},{"name":"parentSuite","value":"Ensures content topic is defined"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d4573d7cd69cbb92","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d4573d7cd69cbb92","status":"passed","time":{"start":1724921051056,"stop":1724921051056,"duration":0}},{"uid":"a3b32ac9b129ca3c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a3b32ac9b129ca3c","status":"passed","time":{"start":1724921026361,"stop":1724921026362,"duration":1}},{"uid":"e7e4ebf52abec3b2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e7e4ebf52abec3b2","status":"passed","time":{"start":1724917686540,"stop":1724917686540,"duration":0}},{"uid":"f1e4f362ef9757fb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f1e4f362ef9757fb","status":"passed","time":{"start":1724889465470,"stop":1724889465471,"duration":1}},{"uid":"1ec47a90f89fc2a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1ec47a90f89fc2a6","status":"passed","time":{"start":1724888616211,"stop":1724888616212,"duration":1}},{"uid":"ad5ea1bc9d167792","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ad5ea1bc9d167792","status":"passed","time":{"start":1724887772448,"stop":1724887772448,"duration":0}},{"uid":"3fda9b8c4d9fe4d9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3fda9b8c4d9fe4d9","status":"passed","time":{"start":1724886538859,"stop":1724886538860,"duration":1}},{"uid":"d6b7424f12cb9ee1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d6b7424f12cb9ee1","status":"passed","time":{"start":1724886316626,"stop":1724886316626,"duration":0}},{"uid":"2395b07e646874a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2395b07e646874a1","status":"passed","time":{"start":1724861765762,"stop":1724861765762,"duration":0}},{"uid":"19eb5e6f40fb522d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/19eb5e6f40fb522d","status":"passed","time":{"start":1724861236572,"stop":1724861236572,"duration":0}},{"uid":"3551c203fd192bf5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3551c203fd192bf5","status":"passed","time":{"start":1724861059470,"stop":1724861059470,"duration":0}},{"uid":"3302dc9880d7a177","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3302dc9880d7a177","status":"passed","time":{"start":1724860920725,"stop":1724860920726,"duration":1}}]},"tags":[]},"source":"e38ccb126311fded.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/288f9326056313b5.json b/7376/data/test-cases/e3af6120e35f9450.json similarity index 76% rename from 7346/data/test-cases/288f9326056313b5.json rename to 7376/data/test-cases/e3af6120e35f9450.json index c381e52a825..706282614eb 100644 --- a/7346/data/test-cases/288f9326056313b5.json +++ b/7376/data/test-cases/e3af6120e35f9450.json @@ -1 +1 @@ -{"uid":"288f9326056313b5","name":"Check received message containing special chars","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing special chars","historyId":"05ddb5c1e9277d0f363fed2a4f6255be:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765048425,"stop":1724765048426,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"b48dc798e9ccf4ec","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/b48dc798e9ccf4ec","status":"passed","time":{"start":1724764977131,"stop":1724764977132,"duration":1}},{"uid":"801c28fc4c346440","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/801c28fc4c346440","status":"passed","time":{"start":1724763340003,"stop":1724763340003,"duration":0}},{"uid":"34ff8ed2293d3574","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/34ff8ed2293d3574","status":"passed","time":{"start":1724760600490,"stop":1724760600493,"duration":3}},{"uid":"ce3f218743d80632","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/ce3f218743d80632","status":"passed","time":{"start":1724759627550,"stop":1724759627550,"duration":0}},{"uid":"3830d26adbd92219","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/3830d26adbd92219","status":"passed","time":{"start":1724757762717,"stop":1724757762718,"duration":1}},{"uid":"de49ffaf3df8c881","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/de49ffaf3df8c881","status":"passed","time":{"start":1724757473900,"stop":1724757473902,"duration":2}},{"uid":"670692c84d3ed02b","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/670692c84d3ed02b","status":"passed","time":{"start":1724756806003,"stop":1724756806003,"duration":0}},{"uid":"67312f4b8dcc85ac","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/67312f4b8dcc85ac","status":"passed","time":{"start":1724754890965,"stop":1724754890966,"duration":1}},{"uid":"598c9d92a97d0649","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/598c9d92a97d0649","status":"passed","time":{"start":1724752321306,"stop":1724752321307,"duration":1}},{"uid":"327cb9886998f183","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/327cb9886998f183","status":"passed","time":{"start":1724751157974,"stop":1724751157974,"duration":0}},{"uid":"565f950e22a6da08","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/565f950e22a6da08","status":"passed","time":{"start":1724750231017,"stop":1724750231017,"duration":0}},{"uid":"3e8d3f10ef69e859","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/3e8d3f10ef69e859","status":"passed","time":{"start":1724749270689,"stop":1724749270690,"duration":1}},{"uid":"aef547d56ced52cd","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/aef547d56ced52cd","status":"passed","time":{"start":1724717545671,"stop":1724717545672,"duration":1}},{"uid":"d831087eb9aaa00b","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/d831087eb9aaa00b","status":"passed","time":{"start":1724714779125,"stop":1724714779137,"duration":12}},{"uid":"fe87ebdb59188a1b","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/fe87ebdb59188a1b","status":"passed","time":{"start":1724712855302,"stop":1724712855303,"duration":1}},{"uid":"de268a86fcd73187","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/de268a86fcd73187","status":"passed","time":{"start":1724706072093,"stop":1724706072094,"duration":1}},{"uid":"6175ae4782b90864","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6175ae4782b90864","status":"passed","time":{"start":1724704476158,"stop":1724704476159,"duration":1}},{"uid":"a7d6a12b5dd43d95","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a7d6a12b5dd43d95","status":"passed","time":{"start":1724683855299,"stop":1724683855301,"duration":2}},{"uid":"44475d4216ecc19e","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/44475d4216ecc19e","status":"passed","time":{"start":1724672579669,"stop":1724672579671,"duration":2}},{"uid":"b175a8349683dd3c","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/b175a8349683dd3c","status":"passed","time":{"start":1724670325007,"stop":1724670325008,"duration":1}}]},"tags":[]},"source":"288f9326056313b5.json","parameterValues":[]} \ No newline at end of file +{"uid":"e3af6120e35f9450","name":"Check received message containing special chars","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing special chars","historyId":"05ddb5c1e9277d0f363fed2a4f6255be:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922601839,"stop":1724922601839,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c75832c1edf1453a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c75832c1edf1453a","status":"passed","time":{"start":1724921267866,"stop":1724921267866,"duration":0}},{"uid":"cf3c4ef89db73db5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cf3c4ef89db73db5","status":"passed","time":{"start":1724921244358,"stop":1724921244359,"duration":1}},{"uid":"cdb7eca26868cff0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cdb7eca26868cff0","status":"passed","time":{"start":1724917916039,"stop":1724917916040,"duration":1}},{"uid":"97b97781829fe853","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97b97781829fe853","status":"passed","time":{"start":1724889678251,"stop":1724889678251,"duration":0}},{"uid":"d9033029bd00797b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9033029bd00797b","status":"passed","time":{"start":1724888831681,"stop":1724888831681,"duration":0}},{"uid":"1e8aa8fe3deada32","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1e8aa8fe3deada32","status":"passed","time":{"start":1724888003316,"stop":1724888003317,"duration":1}},{"uid":"78b9b82450444615","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/78b9b82450444615","status":"passed","time":{"start":1724886776602,"stop":1724886776602,"duration":0}},{"uid":"c8fc438388545293","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c8fc438388545293","status":"passed","time":{"start":1724886555788,"stop":1724886555788,"duration":0}},{"uid":"fe032852da4c3a99","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe032852da4c3a99","status":"passed","time":{"start":1724861983002,"stop":1724861983003,"duration":1}},{"uid":"531b7fde13b8df47","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/531b7fde13b8df47","status":"passed","time":{"start":1724861444063,"stop":1724861444063,"duration":0}},{"uid":"75ddeb2f7e420fe5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/75ddeb2f7e420fe5","status":"passed","time":{"start":1724861285826,"stop":1724861285826,"duration":0}},{"uid":"3ee5c4d4ac6d1817","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3ee5c4d4ac6d1817","status":"passed","time":{"start":1724861145658,"stop":1724861145659,"duration":1}}]},"tags":[]},"source":"e3af6120e35f9450.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/e3bbccdd7a040855.json b/7376/data/test-cases/e3bbccdd7a040855.json new file mode 100644 index 00000000000..108ca3c0573 --- /dev/null +++ b/7376/data/test-cases/e3bbccdd7a040855.json @@ -0,0 +1 @@ +{"uid":"e3bbccdd7a040855","name":"Decoder throws on undefined content topic","fullName":"/src/symmetric.spec.ts: Ensures content topic is defined > Decoder throws on undefined content topic","historyId":"3b4191c260f307dc7cae9c48ff44f24c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922408756,"stop":1724922408757,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Ensures content topic is defined"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c0d1a0902d5cdd6c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c0d1a0902d5cdd6c","status":"passed","time":{"start":1724921071995,"stop":1724921071995,"duration":0}},{"uid":"f0fdaa3dcc97120c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f0fdaa3dcc97120c","status":"passed","time":{"start":1724921046824,"stop":1724921046825,"duration":1}},{"uid":"847e8717ae47ab96","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/847e8717ae47ab96","status":"passed","time":{"start":1724917707024,"stop":1724917707025,"duration":1}},{"uid":"95a5adaf376f6e72","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/95a5adaf376f6e72","status":"passed","time":{"start":1724889485860,"stop":1724889485860,"duration":0}},{"uid":"2dd0fcc9451ba793","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2dd0fcc9451ba793","status":"passed","time":{"start":1724888636621,"stop":1724888636621,"duration":0}},{"uid":"cc58b731ce38049","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc58b731ce38049","status":"passed","time":{"start":1724887792856,"stop":1724887792856,"duration":0}},{"uid":"afbcc0168105ec95","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/afbcc0168105ec95","status":"passed","time":{"start":1724886559725,"stop":1724886559725,"duration":0}},{"uid":"7a9eed63a20756d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7a9eed63a20756d","status":"passed","time":{"start":1724886337377,"stop":1724886337378,"duration":1}},{"uid":"274380f24fdfe229","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/274380f24fdfe229","status":"passed","time":{"start":1724861786731,"stop":1724861786731,"duration":0}},{"uid":"20012512120448ba","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/20012512120448ba","status":"passed","time":{"start":1724861257212,"stop":1724861257213,"duration":1}},{"uid":"cfcc59784c8b1962","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cfcc59784c8b1962","status":"passed","time":{"start":1724861081086,"stop":1724861081087,"duration":1}},{"uid":"3fa73db9b0540a9f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3fa73db9b0540a9f","status":"passed","time":{"start":1724860941732,"stop":1724860941732,"duration":0}}]},"tags":[]},"source":"e3bbccdd7a040855.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/e3ea058527713f5f.json b/7376/data/test-cases/e3ea058527713f5f.json new file mode 100644 index 00000000000..a420b7df6d5 --- /dev/null +++ b/7376/data/test-cases/e3ea058527713f5f.json @@ -0,0 +1 @@ +{"uid":"e3ea058527713f5f","name":"ignores unrecognized TXT record formats","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery > ignores unrecognized TXT record formats","historyId":"9380f45eefc69936a30b8f51f6d0d0af:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922398920,"stop":1724922398920,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b8a07d5e3e706c7c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b8a07d5e3e706c7c","status":"passed","time":{"start":1724921061848,"stop":1724921061848,"duration":0}},{"uid":"fd5a1974727cb1f0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fd5a1974727cb1f0","status":"passed","time":{"start":1724921037157,"stop":1724921037157,"duration":0}},{"uid":"c8acd6e19dcb6ad0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c8acd6e19dcb6ad0","status":"passed","time":{"start":1724917697301,"stop":1724917697301,"duration":0}},{"uid":"f130c2ad99112d0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f130c2ad99112d0","status":"passed","time":{"start":1724889476083,"stop":1724889476083,"duration":0}},{"uid":"8e124be9d56028fe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e124be9d56028fe","status":"passed","time":{"start":1724888626886,"stop":1724888626887,"duration":1}},{"uid":"a293e3d0750f36e8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a293e3d0750f36e8","status":"passed","time":{"start":1724887783108,"stop":1724887783108,"duration":0}},{"uid":"265f5eb45670f8ee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/265f5eb45670f8ee","status":"passed","time":{"start":1724886549919,"stop":1724886549919,"duration":0}},{"uid":"7841a5cdf41b864","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7841a5cdf41b864","status":"passed","time":{"start":1724886327580,"stop":1724886327581,"duration":1}},{"uid":"39a8fdaa726d9d02","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/39a8fdaa726d9d02","status":"passed","time":{"start":1724861776806,"stop":1724861776806,"duration":0}},{"uid":"799a31eb9e5624e6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/799a31eb9e5624e6","status":"passed","time":{"start":1724861247298,"stop":1724861247299,"duration":1}},{"uid":"ab28ed612c02112e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ab28ed612c02112e","status":"passed","time":{"start":1724861071394,"stop":1724861071395,"duration":1}},{"uid":"e860169057a46869","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e860169057a46869","status":"passed","time":{"start":1724860931794,"stop":1724860931795,"duration":1}}]},"tags":[]},"source":"e3ea058527713f5f.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/e40cadb57c37bddc.json b/7376/data/test-cases/e40cadb57c37bddc.json new file mode 100644 index 00000000000..b7b653a4240 --- /dev/null +++ b/7376/data/test-cases/e40cadb57c37bddc.json @@ -0,0 +1 @@ +{"uid":"e40cadb57c37bddc","name":"Subscribe to topic containing Arabic and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to topic containing Arabic and receive message","historyId":"b4928d4a9c299c8360ac299d9f700466:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012463,"stop":1724923012464,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"59cd3b5059e8dd2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/59cd3b5059e8dd2","status":"passed","time":{"start":1724921625050,"stop":1724921625062,"duration":12}},{"uid":"d19f914d4360c54d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d19f914d4360c54d","status":"passed","time":{"start":1724921590494,"stop":1724921590495,"duration":1}},{"uid":"3c4fbd495f148d6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3c4fbd495f148d6","status":"passed","time":{"start":1724918287564,"stop":1724918287564,"duration":0}},{"uid":"6d6d03c91bb73eff","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d6d03c91bb73eff","status":"passed","time":{"start":1724890047787,"stop":1724890047787,"duration":0}},{"uid":"32653d61f990c841","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/32653d61f990c841","status":"passed","time":{"start":1724889183919,"stop":1724889183920,"duration":1}},{"uid":"1a37b27bf13e5b96","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1a37b27bf13e5b96","status":"passed","time":{"start":1724888354165,"stop":1724888354165,"duration":0}},{"uid":"d63a9809fe67730d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d63a9809fe67730d","status":"passed","time":{"start":1724887145657,"stop":1724887145658,"duration":1}},{"uid":"4671739d231286d4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4671739d231286d4","status":"passed","time":{"start":1724886915786,"stop":1724886915786,"duration":0}},{"uid":"b2523e4e6756e64a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b2523e4e6756e64a","status":"passed","time":{"start":1724862341436,"stop":1724862341437,"duration":1}},{"uid":"bbea169737c97962","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bbea169737c97962","status":"passed","time":{"start":1724861805441,"stop":1724861805442,"duration":1}},{"uid":"dce90ca57666304","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dce90ca57666304","status":"passed","time":{"start":1724861662255,"stop":1724861662256,"duration":1}},{"uid":"670849fe09cb077f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/670849fe09cb077f","status":"passed","time":{"start":1724861492509,"stop":1724861492510,"duration":1}}]},"tags":[]},"source":"e40cadb57c37bddc.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/e42ed0e7992973fb.json b/7376/data/test-cases/e42ed0e7992973fb.json new file mode 100644 index 00000000000..743f461e89a --- /dev/null +++ b/7376/data/test-cases/e42ed0e7992973fb.json @@ -0,0 +1 @@ +{"uid":"e42ed0e7992973fb","name":"Should update shard info","fullName":"/tests/peer-exchange/continuous_discovery.spec.ts: Peer Exchange Continuous Discovery > Should update shard info","historyId":"1864ee3b2dd8d4576390c89c0be11e80:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922778646,"stop":1724922778646,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Peer Exchange Continuous Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Peer Exchange Continuous Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange Continuous Discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"139a37b8cb2c8888","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/139a37b8cb2c8888","status":"passed","time":{"start":1724921498166,"stop":1724921498167,"duration":1}},{"uid":"1126b5001e6b1f21","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1126b5001e6b1f21","status":"passed","time":{"start":1724921408646,"stop":1724921408646,"duration":0}},{"uid":"d71bdd4cc021ac5c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d71bdd4cc021ac5c","status":"passed","time":{"start":1724918130637,"stop":1724918130637,"duration":0}},{"uid":"3139e242ee2b2065","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3139e242ee2b2065","status":"passed","time":{"start":1724889892838,"stop":1724889892838,"duration":0}},{"uid":"3205286a139c7923","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3205286a139c7923","status":"passed","time":{"start":1724888997476,"stop":1724888997476,"duration":0}},{"uid":"d9fbf9254e6d88a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d9fbf9254e6d88a9","status":"passed","time":{"start":1724888199974,"stop":1724888199974,"duration":0}},{"uid":"51e122a3caa0b8d7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/51e122a3caa0b8d7","status":"passed","time":{"start":1724886961758,"stop":1724886961758,"duration":0}},{"uid":"839102f0db08ef9e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/839102f0db08ef9e","status":"passed","time":{"start":1724886743547,"stop":1724886743548,"duration":1}},{"uid":"a6922f8e97f15620","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a6922f8e97f15620","status":"passed","time":{"start":1724862150873,"stop":1724862150874,"duration":1}},{"uid":"8240699d5598aa","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8240699d5598aa","status":"passed","time":{"start":1724861627758,"stop":1724861627759,"duration":1}},{"uid":"79e7f827957c2dc1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/79e7f827957c2dc1","status":"passed","time":{"start":1724861501294,"stop":1724861501294,"duration":0}},{"uid":"f2ee7455d073c972","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f2ee7455d073c972","status":"passed","time":{"start":1724861330460,"stop":1724861330460,"duration":0}}]},"tags":[]},"source":"e42ed0e7992973fb.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/e49d8558054efdfc.json b/7376/data/test-cases/e49d8558054efdfc.json new file mode 100644 index 00000000000..2edc0754aad --- /dev/null +++ b/7376/data/test-cases/e49d8558054efdfc.json @@ -0,0 +1 @@ +{"uid":"e49d8558054efdfc","name":"Should fail to subscribe with decoder with wrong pubsubTopic","fullName":"/tests/filter/single_node/multiple_pubsub.node.spec.ts: Waku Filter V2 (Autosharding): Multiple PubsubTopics > Should fail to subscribe with decoder with wrong pubsubTopic","historyId":"d01e6500f9bbcbf13d005f8e727f7f89:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922508639,"stop":1724922508639,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2 (Autosharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4f19764bf47cf026","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4f19764bf47cf026","status":"passed","time":{"start":1724921164602,"stop":1724921164602,"duration":0}},{"uid":"d782cc8143f082f2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d782cc8143f082f2","status":"passed","time":{"start":1724921137826,"stop":1724921137827,"duration":1}},{"uid":"463fc3558e8febba","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/463fc3558e8febba","status":"passed","time":{"start":1724917810540,"stop":1724917810540,"duration":0}},{"uid":"6945a515bc20d4b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6945a515bc20d4b3","status":"passed","time":{"start":1724889585449,"stop":1724889585449,"duration":0}},{"uid":"f7e805e9c56c7141","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7e805e9c56c7141","status":"passed","time":{"start":1724888736512,"stop":1724888736512,"duration":0}},{"uid":"914459c38a0da08","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/914459c38a0da08","status":"passed","time":{"start":1724887891795,"stop":1724887891796,"duration":1}},{"uid":"12c51a44ea467223","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/12c51a44ea467223","status":"passed","time":{"start":1724886657790,"stop":1724886657791,"duration":1}},{"uid":"a5dfb9f9609f4051","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a5dfb9f9609f4051","status":"passed","time":{"start":1724886447359,"stop":1724886447359,"duration":0}},{"uid":"f95bfc46cb256db1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f95bfc46cb256db1","status":"passed","time":{"start":1724861880125,"stop":1724861880128,"duration":3}},{"uid":"7a8592347027e046","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7a8592347027e046","status":"passed","time":{"start":1724861359782,"stop":1724861359782,"duration":0}},{"uid":"9449739f928afb72","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9449739f928afb72","status":"passed","time":{"start":1724861179683,"stop":1724861179683,"duration":0}},{"uid":"93d4e6bc9574c9f1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/93d4e6bc9574c9f1","status":"passed","time":{"start":1724861040981,"stop":1724861040981,"duration":0}}]},"tags":[]},"source":"e49d8558054efdfc.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/f118c5d35700a783.json b/7376/data/test-cases/e4cbc36610d846d2.json similarity index 78% rename from 7346/data/test-cases/f118c5d35700a783.json rename to 7376/data/test-cases/e4cbc36610d846d2.json index 3784f98207e..86f0f3c1db9 100644 --- a/7346/data/test-cases/f118c5d35700a783.json +++ b/7376/data/test-cases/e4cbc36610d846d2.json @@ -1 +1 @@ -{"uid":"f118c5d35700a783","name":"Check received message containing short","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing short","historyId":"1e41d1e957c6a4ad92d9cdd41daf3363:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392364,"stop":1724765392365,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"f54690f8517e7bfc","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/f54690f8517e7bfc","status":"passed","time":{"start":1724765313852,"stop":1724765313853,"duration":1}},{"uid":"4a066a0b56012dfc","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/4a066a0b56012dfc","status":"passed","time":{"start":1724763683849,"stop":1724763683849,"duration":0}},{"uid":"3ba42b8b2071cd98","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/3ba42b8b2071cd98","status":"passed","time":{"start":1724760929552,"stop":1724760929552,"duration":0}},{"uid":"c56274cc6c14cae1","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/c56274cc6c14cae1","status":"passed","time":{"start":1724759955152,"stop":1724759955155,"duration":3}},{"uid":"ac33eaf8014c5390","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/ac33eaf8014c5390","status":"passed","time":{"start":1724758077413,"stop":1724758077414,"duration":1}},{"uid":"8a2f8cfb3634501b","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/8a2f8cfb3634501b","status":"passed","time":{"start":1724757801854,"stop":1724757801854,"duration":0}},{"uid":"5ad02162d82ec0ba","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/5ad02162d82ec0ba","status":"passed","time":{"start":1724757120153,"stop":1724757120153,"duration":0}},{"uid":"ae22736065f8421b","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ae22736065f8421b","status":"passed","time":{"start":1724755211027,"stop":1724755211028,"duration":1}},{"uid":"337bd600af8d198f","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/337bd600af8d198f","status":"passed","time":{"start":1724752646526,"stop":1724752646526,"duration":0}},{"uid":"b00745f8151d4147","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/b00745f8151d4147","status":"passed","time":{"start":1724751495260,"stop":1724751495261,"duration":1}},{"uid":"8039de1cdd8ac271","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/8039de1cdd8ac271","status":"passed","time":{"start":1724750572355,"stop":1724750572356,"duration":1}},{"uid":"e933f74cfc708eee","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/e933f74cfc708eee","status":"passed","time":{"start":1724749567234,"stop":1724749567234,"duration":0}},{"uid":"c669f674099df86a","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c669f674099df86a","status":"passed","time":{"start":1724717880807,"stop":1724717880808,"duration":1}},{"uid":"aaf12d01a269fcab","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/aaf12d01a269fcab","status":"passed","time":{"start":1724715103492,"stop":1724715103492,"duration":0}},{"uid":"f1049e79ad064771","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/f1049e79ad064771","status":"passed","time":{"start":1724713195344,"stop":1724713195346,"duration":2}},{"uid":"5cca18f92960f8a5","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/5cca18f92960f8a5","status":"passed","time":{"start":1724706389648,"stop":1724706389650,"duration":2}},{"uid":"4bae1f719117f7c0","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/4bae1f719117f7c0","status":"passed","time":{"start":1724704811170,"stop":1724704811171,"duration":1}},{"uid":"1e7c00e87c10b4f6","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/1e7c00e87c10b4f6","status":"passed","time":{"start":1724684170146,"stop":1724684170146,"duration":0}},{"uid":"50abda303aa2a53b","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/50abda303aa2a53b","status":"passed","time":{"start":1724672903584,"stop":1724672903585,"duration":1}},{"uid":"9275202e9f817b47","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/9275202e9f817b47","status":"passed","time":{"start":1724670674021,"stop":1724670674022,"duration":1}}]},"tags":[]},"source":"f118c5d35700a783.json","parameterValues":[]} \ No newline at end of file +{"uid":"e4cbc36610d846d2","name":"Check received message containing short","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing short","historyId":"1e41d1e957c6a4ad92d9cdd41daf3363:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845232,"stop":1724922845232,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5558b84675d82429","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5558b84675d82429","status":"passed","time":{"start":1724921515218,"stop":1724921515218,"duration":0}},{"uid":"98249757d258b7c6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/98249757d258b7c6","status":"passed","time":{"start":1724921475434,"stop":1724921475435,"duration":1}},{"uid":"3f8b4a90d90f74d5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3f8b4a90d90f74d5","status":"passed","time":{"start":1724918179366,"stop":1724918179367,"duration":1}},{"uid":"a3acbed78acd3e3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3acbed78acd3e3","status":"passed","time":{"start":1724889935332,"stop":1724889935332,"duration":0}},{"uid":"250971066c0100c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/250971066c0100c7","status":"passed","time":{"start":1724889072744,"stop":1724889072745,"duration":1}},{"uid":"cbe1276a94bf6452","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cbe1276a94bf6452","status":"passed","time":{"start":1724888232406,"stop":1724888232406,"duration":0}},{"uid":"828fbe336b9a446e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/828fbe336b9a446e","status":"passed","time":{"start":1724887018286,"stop":1724887018286,"duration":0}},{"uid":"ed7641a8c487bb3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ed7641a8c487bb3","status":"passed","time":{"start":1724886781470,"stop":1724886781471,"duration":1}},{"uid":"fb032208cf4aefb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb032208cf4aefb7","status":"passed","time":{"start":1724862213653,"stop":1724862213654,"duration":1}},{"uid":"8a5ee586355d9970","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8a5ee586355d9970","status":"passed","time":{"start":1724861685846,"stop":1724861685847,"duration":1}},{"uid":"d96f689031f9819a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d96f689031f9819a","status":"passed","time":{"start":1724861546161,"stop":1724861546161,"duration":0}},{"uid":"4bf6769cdef548e5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4bf6769cdef548e5","status":"passed","time":{"start":1724861378101,"stop":1724861378101,"duration":0}}]},"tags":[]},"source":"e4cbc36610d846d2.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/e54a64ad38ffc537.json b/7376/data/test-cases/e54a64ad38ffc537.json new file mode 100644 index 00000000000..dc5690695a8 --- /dev/null +++ b/7376/data/test-cases/e54a64ad38ffc537.json @@ -0,0 +1 @@ +{"uid":"e54a64ad38ffc537","name":"Check received message containing XML","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message containing XML","historyId":"1d2ad5d65c4f854f3f9c4916cd6c4d52:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845236,"stop":1724922845236,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"22d224c4577a0923","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/22d224c4577a0923","status":"passed","time":{"start":1724921515222,"stop":1724921515222,"duration":0}},{"uid":"786fe81a5f0f3f28","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/786fe81a5f0f3f28","status":"passed","time":{"start":1724921475441,"stop":1724921475442,"duration":1}},{"uid":"51c62db84291cba7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/51c62db84291cba7","status":"passed","time":{"start":1724918179383,"stop":1724918179387,"duration":4}},{"uid":"7e82410da0db790","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e82410da0db790","status":"passed","time":{"start":1724889935336,"stop":1724889935337,"duration":1}},{"uid":"f9d38c672a29dc6b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9d38c672a29dc6b","status":"passed","time":{"start":1724889072749,"stop":1724889072749,"duration":0}},{"uid":"28ade4bffbf5ded8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/28ade4bffbf5ded8","status":"passed","time":{"start":1724888232410,"stop":1724888232411,"duration":1}},{"uid":"f36dfadf6b6b5598","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f36dfadf6b6b5598","status":"passed","time":{"start":1724887018290,"stop":1724887018290,"duration":0}},{"uid":"578957d85f1a2ad9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/578957d85f1a2ad9","status":"passed","time":{"start":1724886781475,"stop":1724886781475,"duration":0}},{"uid":"31ca97d2b2681531","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31ca97d2b2681531","status":"passed","time":{"start":1724862213658,"stop":1724862213658,"duration":0}},{"uid":"f05bed68ae172b77","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f05bed68ae172b77","status":"passed","time":{"start":1724861685850,"stop":1724861685851,"duration":1}},{"uid":"5f36a3e08cbc8d32","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5f36a3e08cbc8d32","status":"passed","time":{"start":1724861546165,"stop":1724861546166,"duration":1}},{"uid":"de0f298837f89085","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/de0f298837f89085","status":"passed","time":{"start":1724861378106,"stop":1724861378106,"duration":0}}]},"tags":[]},"source":"e54a64ad38ffc537.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/1c3865fe5d691282.json b/7376/data/test-cases/e562832d2744b6f2.json similarity index 85% rename from 7346/data/test-cases/1c3865fe5d691282.json rename to 7376/data/test-cases/e562832d2744b6f2.json index 70c5164155e..ab4b1c7d938 100644 --- a/7346/data/test-cases/1c3865fe5d691282.json +++ b/7376/data/test-cases/e562832d2744b6f2.json @@ -1 +1 @@ -{"uid":"1c3865fe5d691282","name":"Throws when trying to push message with empty payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Throws when trying to push message with empty payload","historyId":"d41aeda8e0e38b29c149f84abdccaf72:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505347,"stop":1724765505349,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"b667ddb327a202a3","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/b667ddb327a202a3","status":"passed","time":{"start":1724765434025,"stop":1724765434025,"duration":0}},{"uid":"ef690a05a0a70f56","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/ef690a05a0a70f56","status":"passed","time":{"start":1724763779027,"stop":1724763779027,"duration":0}},{"uid":"e6c5c9b486227024","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/e6c5c9b486227024","status":"passed","time":{"start":1724761038725,"stop":1724761038725,"duration":0}},{"uid":"634cd6b0dfafe2af","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/634cd6b0dfafe2af","status":"passed","time":{"start":1724760066626,"stop":1724760066627,"duration":1}},{"uid":"aeb43cdcd060e856","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/aeb43cdcd060e856","status":"passed","time":{"start":1724758222985,"stop":1724758222986,"duration":1}},{"uid":"6a3c523832f4ef73","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6a3c523832f4ef73","status":"passed","time":{"start":1724757927320,"stop":1724757927321,"duration":1}},{"uid":"c0e7cb7272a4a015","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/c0e7cb7272a4a015","status":"passed","time":{"start":1724757257491,"stop":1724757257491,"duration":0}},{"uid":"113154a834ed0334","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/113154a834ed0334","status":"passed","time":{"start":1724755332955,"stop":1724755332955,"duration":0}},{"uid":"86cc6b24a0f8d5fa","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/86cc6b24a0f8d5fa","status":"passed","time":{"start":1724752782343,"stop":1724752782344,"duration":1}},{"uid":"52a2ea51de87de9e","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/52a2ea51de87de9e","status":"passed","time":{"start":1724751616573,"stop":1724751616573,"duration":0}},{"uid":"fafa0fed5df71e81","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/fafa0fed5df71e81","status":"passed","time":{"start":1724750701992,"stop":1724750701993,"duration":1}},{"uid":"ce2eef15d2605331","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/ce2eef15d2605331","status":"passed","time":{"start":1724749709043,"stop":1724749709043,"duration":0}},{"uid":"7b5019954bf93111","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/7b5019954bf93111","status":"passed","time":{"start":1724718008224,"stop":1724718008224,"duration":0}},{"uid":"8e92e241c05b4bc4","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/8e92e241c05b4bc4","status":"passed","time":{"start":1724715239089,"stop":1724715239089,"duration":0}},{"uid":"57e1c1f45d9704ac","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/57e1c1f45d9704ac","status":"passed","time":{"start":1724713322708,"stop":1724713322708,"duration":0}},{"uid":"6954738417c2748e","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6954738417c2748e","status":"passed","time":{"start":1724707170676,"stop":1724707170676,"duration":0}},{"uid":"62845225be58f411","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/62845225be58f411","status":"passed","time":{"start":1724705570765,"stop":1724705570765,"duration":0}},{"uid":"6231317383d0990d","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6231317383d0990d","status":"passed","time":{"start":1724684936354,"stop":1724684936354,"duration":0}},{"uid":"625e7ad81fc00bec","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/625e7ad81fc00bec","status":"passed","time":{"start":1724673044040,"stop":1724673044040,"duration":0}},{"uid":"ef9220acaf16486d","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/ef9220acaf16486d","status":"passed","time":{"start":1724670767288,"stop":1724670767288,"duration":0}}]},"tags":[]},"source":"1c3865fe5d691282.json","parameterValues":[]} \ No newline at end of file +{"uid":"e562832d2744b6f2","name":"Throws when trying to push message with empty payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Throws when trying to push message with empty payload","historyId":"d41aeda8e0e38b29c149f84abdccaf72:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921464,"stop":1724922921464,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4ccce9c4eac5b62d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4ccce9c4eac5b62d","status":"passed","time":{"start":1724921602955,"stop":1724921602956,"duration":1}},{"uid":"6c31bb45fdf25a98","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6c31bb45fdf25a98","status":"passed","time":{"start":1724921571099,"stop":1724921571099,"duration":0}},{"uid":"1b1365cbcc371264","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1b1365cbcc371264","status":"passed","time":{"start":1724918285595,"stop":1724918285596,"duration":1}},{"uid":"c49ae29de9853993","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c49ae29de9853993","status":"passed","time":{"start":1724890030092,"stop":1724890030093,"duration":1}},{"uid":"3500b3206aad0fa3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3500b3206aad0fa3","status":"passed","time":{"start":1724889171911,"stop":1724889171911,"duration":0}},{"uid":"41677dffd9cf62b0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/41677dffd9cf62b0","status":"passed","time":{"start":1724888350725,"stop":1724888350725,"duration":0}},{"uid":"ed35b0e9c88e3d7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ed35b0e9c88e3d7","status":"passed","time":{"start":1724887115411,"stop":1724887115412,"duration":1}},{"uid":"a0e340c43cf3250e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a0e340c43cf3250e","status":"passed","time":{"start":1724886884579,"stop":1724886884579,"duration":0}},{"uid":"d5b9958ac7687eb3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d5b9958ac7687eb3","status":"passed","time":{"start":1724862322260,"stop":1724862322261,"duration":1}},{"uid":"8535f128ee55b4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8535f128ee55b4","status":"passed","time":{"start":1724861790754,"stop":1724861790754,"duration":0}},{"uid":"8456cb8b75c3c556","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8456cb8b75c3c556","status":"passed","time":{"start":1724861628423,"stop":1724861628423,"duration":0}},{"uid":"978607ce31126c47","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/978607ce31126c47","status":"passed","time":{"start":1724861465627,"stop":1724861465628,"duration":1}}]},"tags":[]},"source":"e562832d2744b6f2.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/43184af6406866af.json b/7376/data/test-cases/e59cc252ab26ff58.json similarity index 97% rename from 7346/data/test-cases/43184af6406866af.json rename to 7376/data/test-cases/e59cc252ab26ff58.json index 467b52a6539..4ed5344a3fe 100644 --- a/7346/data/test-cases/43184af6406866af.json +++ b/7376/data/test-cases/e59cc252ab26ff58.json @@ -1 +1 @@ -{"uid":"43184af6406866af","name":"Check received message with timestamp: 1724764839246000000 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: 1724764839246000000 ","historyId":"040698ca631bab10eb9647bc31d23cdb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392390,"stop":1724765392390,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"43184af6406866af.json","parameterValues":[]} \ No newline at end of file +{"uid":"e59cc252ab26ff58","name":"Check received message with timestamp: 1724922424872000000 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: 1724922424872000000 ","historyId":"a1412a060348028fabf44531b8ef759d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845259,"stop":1724922845259,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"e59cc252ab26ff58.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/9318b70c2b8bf848.json b/7376/data/test-cases/e5cf2f429fbf96ea.json similarity index 60% rename from 7346/data/test-cases/9318b70c2b8bf848.json rename to 7376/data/test-cases/e5cf2f429fbf96ea.json index abc05dad065..ea6bef870dd 100644 --- a/7346/data/test-cases/9318b70c2b8bf848.json +++ b/7376/data/test-cases/e5cf2f429fbf96ea.json @@ -1 +1 @@ -{"uid":"9318b70c2b8bf848","name":"Query with Ordered Callback, No Decoder","fullName":"/tests/store/error_handling.node.spec.ts: Waku Store, error handling > Query with Ordered Callback, No Decoder","historyId":"106f25ff2cc4cbf32458eb8c05248544:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765511608,"stop":1724765511609,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"9bcfeb8ebc0c601e","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/9bcfeb8ebc0c601e","status":"passed","time":{"start":1724765437246,"stop":1724765437246,"duration":0}},{"uid":"ea75f11e4992e5ed","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/ea75f11e4992e5ed","status":"passed","time":{"start":1724763800268,"stop":1724763800269,"duration":1}},{"uid":"6f7a16692fb9666c","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6f7a16692fb9666c","status":"passed","time":{"start":1724761051501,"stop":1724761051502,"duration":1}},{"uid":"b8d848a6ff6c00ef","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/b8d848a6ff6c00ef","status":"passed","time":{"start":1724760070343,"stop":1724760070343,"duration":0}},{"uid":"b4aa98730f8287f2","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/b4aa98730f8287f2","status":"passed","time":{"start":1724758216997,"stop":1724758216998,"duration":1}},{"uid":"40d7e773c7d84e00","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/40d7e773c7d84e00","status":"passed","time":{"start":1724757897652,"stop":1724757897652,"duration":0}},{"uid":"e6e3b9a06070d09c","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/e6e3b9a06070d09c","status":"passed","time":{"start":1724757268030,"stop":1724757268030,"duration":0}},{"uid":"1176b331fe924641","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/1176b331fe924641","status":"passed","time":{"start":1724755345246,"stop":1724755345246,"duration":0}},{"uid":"5630d35ed84cdc31","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/5630d35ed84cdc31","status":"passed","time":{"start":1724752789264,"stop":1724752789264,"duration":0}},{"uid":"e531e8641e97b9b9","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/e531e8641e97b9b9","status":"passed","time":{"start":1724751616248,"stop":1724751616248,"duration":0}},{"uid":"817b3b769456d2ea","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/817b3b769456d2ea","status":"passed","time":{"start":1724750680582,"stop":1724750680582,"duration":0}},{"uid":"dae12522a6283871","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/dae12522a6283871","status":"passed","time":{"start":1724749679836,"stop":1724749679837,"duration":1}},{"uid":"30a8bf1eff860920","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/30a8bf1eff860920","status":"passed","time":{"start":1724718007751,"stop":1724718007752,"duration":1}},{"uid":"466ee0409421bf09","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/466ee0409421bf09","status":"passed","time":{"start":1724715238076,"stop":1724715238076,"duration":0}},{"uid":"be34e2f69c5da382","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/be34e2f69c5da382","status":"passed","time":{"start":1724713323549,"stop":1724713323549,"duration":0}},{"uid":"2be23fe2f2c59efa","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2be23fe2f2c59efa","status":"passed","time":{"start":1724706504645,"stop":1724706504646,"duration":1}},{"uid":"76d78eb5c23684ba","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/76d78eb5c23684ba","status":"passed","time":{"start":1724704920850,"stop":1724704920851,"duration":1}},{"uid":"91972403ca38e84e","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/91972403ca38e84e","status":"passed","time":{"start":1724684298264,"stop":1724684298264,"duration":0}},{"uid":"d7c3519f0f24f15b","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/d7c3519f0f24f15b","status":"passed","time":{"start":1724673048991,"stop":1724673048991,"duration":0}},{"uid":"133411c53e1cbfac","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/133411c53e1cbfac","status":"passed","time":{"start":1724670775422,"stop":1724670775423,"duration":1}}]},"tags":[]},"source":"9318b70c2b8bf848.json","parameterValues":[]} \ No newline at end of file +{"uid":"e5cf2f429fbf96ea","name":"Query with Ordered Callback, No Decoder","fullName":"/tests/store/error_handling.node.spec.ts: Waku Store, error handling > Query with Ordered Callback, No Decoder","historyId":"106f25ff2cc4cbf32458eb8c05248544:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922950822,"stop":1724922950822,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, error handling\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, error handling"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"86776a82259ddb4c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/86776a82259ddb4c","status":"passed","time":{"start":1724921640400,"stop":1724921640400,"duration":0}},{"uid":"803eb5ed0630126f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/803eb5ed0630126f","status":"passed","time":{"start":1724921600408,"stop":1724921600410,"duration":2}},{"uid":"bceecbc37a02a9c8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bceecbc37a02a9c8","status":"passed","time":{"start":1724918300924,"stop":1724918300924,"duration":0}},{"uid":"33965224777f8303","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33965224777f8303","status":"passed","time":{"start":1724890059285,"stop":1724890059285,"duration":0}},{"uid":"6d76e1f90b01123e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d76e1f90b01123e","status":"passed","time":{"start":1724889188319,"stop":1724889188320,"duration":1}},{"uid":"65bc095377fd78d5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/65bc095377fd78d5","status":"passed","time":{"start":1724888372740,"stop":1724888372740,"duration":0}},{"uid":"f00017f808253a7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f00017f808253a7","status":"passed","time":{"start":1724887135718,"stop":1724887135718,"duration":0}},{"uid":"cc0cf8af4426f236","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cc0cf8af4426f236","status":"passed","time":{"start":1724886919665,"stop":1724886919669,"duration":4}},{"uid":"e88d2b13f7f92223","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e88d2b13f7f92223","status":"passed","time":{"start":1724862341834,"stop":1724862341835,"duration":1}},{"uid":"54b2c9e58f053f50","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/54b2c9e58f053f50","status":"passed","time":{"start":1724861815490,"stop":1724861815491,"duration":1}},{"uid":"60569e5fe17fc4dd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/60569e5fe17fc4dd","status":"passed","time":{"start":1724861669535,"stop":1724861669535,"duration":0}},{"uid":"c95d010418bf8aab","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c95d010418bf8aab","status":"passed","time":{"start":1724861505419,"stop":1724861505419,"duration":0}}]},"tags":[]},"source":"e5cf2f429fbf96ea.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/e656662002621d54.json b/7376/data/test-cases/e656662002621d54.json new file mode 100644 index 00000000000..c03fb2007a6 --- /dev/null +++ b/7376/data/test-cases/e656662002621d54.json @@ -0,0 +1 @@ +{"uid":"e656662002621d54","name":"should throw an error for SingleShardInfos with different clusterIds","fullName":"/src/common/sharding/index.spec.ts: singleShardInfosToShardInfo > should throw an error for SingleShardInfos with different clusterIds","historyId":"cc4b30ea4a66d9485128eb2cd63393f6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374678,"stop":1724922374678,"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":"singleShardInfosToShardInfo"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"453971419b14a781","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/453971419b14a781","status":"passed","time":{"start":1724921037638,"stop":1724921037639,"duration":1}},{"uid":"1cd88282685a4811","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1cd88282685a4811","status":"passed","time":{"start":1724921013051,"stop":1724921013052,"duration":1}},{"uid":"413c365cf0c0d3fd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/413c365cf0c0d3fd","status":"passed","time":{"start":1724917673295,"stop":1724917673295,"duration":0}},{"uid":"ea59b7077ecdb924","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ea59b7077ecdb924","status":"passed","time":{"start":1724889452313,"stop":1724889452313,"duration":0}},{"uid":"a9053dd3f17a2ca9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9053dd3f17a2ca9","status":"passed","time":{"start":1724888602843,"stop":1724888602843,"duration":0}},{"uid":"f8042660cb6f325d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f8042660cb6f325d","status":"passed","time":{"start":1724887759166,"stop":1724887759166,"duration":0}},{"uid":"fb579af0c2440363","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fb579af0c2440363","status":"passed","time":{"start":1724886525546,"stop":1724886525546,"duration":0}},{"uid":"6d5068e47525696b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6d5068e47525696b","status":"passed","time":{"start":1724886303399,"stop":1724886303400,"duration":1}},{"uid":"ec52b6666873a7a2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ec52b6666873a7a2","status":"passed","time":{"start":1724861752231,"stop":1724861752232,"duration":1}},{"uid":"e306f51a8b3250de","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e306f51a8b3250de","status":"passed","time":{"start":1724861223357,"stop":1724861223357,"duration":0}},{"uid":"36b5bfe889ea193c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/36b5bfe889ea193c","status":"passed","time":{"start":1724861045206,"stop":1724861045206,"duration":0}},{"uid":"dc537afa86b13d2e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dc537afa86b13d2e","status":"passed","time":{"start":1724860907087,"stop":1724860907087,"duration":0}}]},"tags":[]},"source":"e656662002621d54.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/96fe08886ab9c288.json b/7376/data/test-cases/e6a7842c55046bba.json similarity index 84% rename from 7346/data/test-cases/96fe08886ab9c288.json rename to 7376/data/test-cases/e6a7842c55046bba.json index dca80372ece..761832a688e 100644 --- a/7346/data/test-cases/96fe08886ab9c288.json +++ b/7376/data/test-cases/e6a7842c55046bba.json @@ -1 +1 @@ -{"uid":"96fe08886ab9c288","name":"Push message with Arabic payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with Arabic payload","historyId":"b341853c808d7a5c4994ae93c9c74516:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505317,"stop":1724765505318,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":22,"unknown":0,"total":26},"items":[{"uid":"5abf224539880e26","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/5abf224539880e26","status":"passed","time":{"start":1724765434013,"stop":1724765434013,"duration":0}},{"uid":"26f7fd5a25de9b23","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/26f7fd5a25de9b23","status":"passed","time":{"start":1724763779022,"stop":1724763779022,"duration":0}},{"uid":"6889504bdd6e5c5f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6889504bdd6e5c5f","status":"passed","time":{"start":1724761038708,"stop":1724761038709,"duration":1}},{"uid":"6d38a7badf820c46","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/6d38a7badf820c46","status":"passed","time":{"start":1724760066615,"stop":1724760066616,"duration":1}},{"uid":"9b595697becff6c7","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/9b595697becff6c7","status":"passed","time":{"start":1724758222979,"stop":1724758222979,"duration":0}},{"uid":"a21651d06f6aa16","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a21651d06f6aa16","status":"passed","time":{"start":1724757927313,"stop":1724757927313,"duration":0}},{"uid":"345502d52181b58c","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/345502d52181b58c","status":"passed","time":{"start":1724757257486,"stop":1724757257486,"duration":0}},{"uid":"a53c4ef9ad74f6e8","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a53c4ef9ad74f6e8","status":"passed","time":{"start":1724755332941,"stop":1724755332941,"duration":0}},{"uid":"544ef10a7a15d5e5","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/544ef10a7a15d5e5","status":"passed","time":{"start":1724752782317,"stop":1724752782317,"duration":0}},{"uid":"335c6057516eb449","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/335c6057516eb449","status":"passed","time":{"start":1724751616567,"stop":1724751616568,"duration":1}},{"uid":"419b2f7433b4a3b7","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/419b2f7433b4a3b7","status":"passed","time":{"start":1724750701987,"stop":1724750701988,"duration":1}},{"uid":"3b376673d0475ff9","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/3b376673d0475ff9","status":"passed","time":{"start":1724749709037,"stop":1724749709037,"duration":0}},{"uid":"f6ecb2073a94d97d","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/f6ecb2073a94d97d","status":"passed","time":{"start":1724718008209,"stop":1724718008210,"duration":1}},{"uid":"327ba123dc3db85b","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/327ba123dc3db85b","status":"passed","time":{"start":1724715239085,"stop":1724715239086,"duration":1}},{"uid":"75b30ef688efeb4f","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/75b30ef688efeb4f","status":"passed","time":{"start":1724713322700,"stop":1724713322700,"duration":0}},{"uid":"fe55abed85657fdd","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/fe55abed85657fdd","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724707170664,"stop":1724707170664,"duration":0}},{"uid":"dc2a7001d9d49d5","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/dc2a7001d9d49d5","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724705570751,"stop":1724705570751,"duration":0}},{"uid":"471663f50c760511","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/471663f50c760511","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724684936342,"stop":1724684936342,"duration":0}},{"uid":"9e06bd719292cb70","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/9e06bd719292cb70","status":"passed","time":{"start":1724673044029,"stop":1724673044030,"duration":1}},{"uid":"32226b1029e49fc4","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/32226b1029e49fc4","status":"passed","time":{"start":1724670767283,"stop":1724670767283,"duration":0}}]},"tags":[]},"source":"96fe08886ab9c288.json","parameterValues":[]} \ No newline at end of file +{"uid":"e6a7842c55046bba","name":"Push message with Arabic payload","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with Arabic payload","historyId":"b341853c808d7a5c4994ae93c9c74516:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921444,"stop":1724922921445,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"861185a2dd8589f2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/861185a2dd8589f2","status":"passed","time":{"start":1724921602945,"stop":1724921602945,"duration":0}},{"uid":"4eec864463a71389","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4eec864463a71389","status":"passed","time":{"start":1724921571093,"stop":1724921571094,"duration":1}},{"uid":"526a5c22bc30f0fc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/526a5c22bc30f0fc","status":"passed","time":{"start":1724918285584,"stop":1724918285584,"duration":0}},{"uid":"26378cbe218d1678","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/26378cbe218d1678","status":"passed","time":{"start":1724890030087,"stop":1724890030088,"duration":1}},{"uid":"c2bf891a5ee46bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2bf891a5ee46bd","status":"passed","time":{"start":1724889171906,"stop":1724889171906,"duration":0}},{"uid":"678dd44cf2eb94d0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/678dd44cf2eb94d0","status":"passed","time":{"start":1724888350719,"stop":1724888350719,"duration":0}},{"uid":"73c3ed5dc2cbe01e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/73c3ed5dc2cbe01e","status":"passed","time":{"start":1724887115404,"stop":1724887115404,"duration":0}},{"uid":"887fdeeb5e59ac0e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/887fdeeb5e59ac0e","status":"passed","time":{"start":1724886884568,"stop":1724886884568,"duration":0}},{"uid":"b8571d6058b51a0d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8571d6058b51a0d","status":"passed","time":{"start":1724862322246,"stop":1724862322246,"duration":0}},{"uid":"33e080f24e09ce4b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/33e080f24e09ce4b","status":"passed","time":{"start":1724861790748,"stop":1724861790749,"duration":1}},{"uid":"5d6eee6fe1e72dba","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5d6eee6fe1e72dba","status":"passed","time":{"start":1724861628418,"stop":1724861628418,"duration":0}},{"uid":"87d6354150d75388","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/87d6354150d75388","status":"passed","time":{"start":1724861465620,"stop":1724861465621,"duration":1}}]},"tags":[]},"source":"e6a7842c55046bba.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/e6c7f88506b2b531.json b/7376/data/test-cases/e6c7f88506b2b531.json new file mode 100644 index 00000000000..e0f0da69a58 --- /dev/null +++ b/7376/data/test-cases/e6c7f88506b2b531.json @@ -0,0 +1 @@ +{"uid":"e6c7f88506b2b531","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=5 > numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","historyId":"8b8064c46876f1a7c8000e24273c7c08:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611439,"stop":1724922611439,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=5"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"55e06d85242c51f7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/55e06d85242c51f7","status":"passed","time":{"start":1724921270361,"stop":1724921270361,"duration":0}},{"uid":"f0adc64bbf81be18","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f0adc64bbf81be18","status":"passed","time":{"start":1724921247823,"stop":1724921247825,"duration":2}},{"uid":"7bfb29241b576f2e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7bfb29241b576f2e","status":"passed","time":{"start":1724917989822,"stop":1724917989822,"duration":0}},{"uid":"973447d1a9ddc4c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/973447d1a9ddc4c0","status":"passed","time":{"start":1724889678567,"stop":1724889678567,"duration":0}},{"uid":"edbbab94c300daad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/edbbab94c300daad","status":"passed","time":{"start":1724888829846,"stop":1724888829846,"duration":0}},{"uid":"509f01f7b3587eec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/509f01f7b3587eec","status":"passed","time":{"start":1724888077013,"stop":1724888077014,"duration":1}},{"uid":"b7f40e21e1141776","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b7f40e21e1141776","status":"passed","time":{"start":1724886851129,"stop":1724886851129,"duration":0}},{"uid":"73df3c3001c2674","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/73df3c3001c2674","status":"passed","time":{"start":1724886647119,"stop":1724886647119,"duration":0}},{"uid":"59fb54475fbf7278","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/59fb54475fbf7278","status":"passed","time":{"start":1724861992715,"stop":1724861992715,"duration":0}},{"uid":"2d0d83ba56bf6d1f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2d0d83ba56bf6d1f","status":"passed","time":{"start":1724861469647,"stop":1724861469647,"duration":0}},{"uid":"fee7f066a8368b16","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fee7f066a8368b16","status":"passed","time":{"start":1724861284863,"stop":1724861284863,"duration":0}},{"uid":"d58dccad5d76cd90","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d58dccad5d76cd90","status":"passed","time":{"start":1724861145812,"stop":1724861145812,"duration":0}}]},"tags":[]},"source":"e6c7f88506b2b531.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/e6dd016781c33ba.json b/7376/data/test-cases/e6dd016781c33ba.json new file mode 100644 index 00000000000..172a1bb401b --- /dev/null +++ b/7376/data/test-cases/e6dd016781c33ba.json @@ -0,0 +1 @@ +{"uid":"e6dd016781c33ba","name":"isConnected return false after peer stops","fullName":"/tests/connection-mananger/connection_state.spec.ts: Connection state > isConnected return false after peer stops","historyId":"ddc7e82bfaf4398da5049ccee852c920:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922476376,"stop":1724922476376,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","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":"Connection state"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6b188056243c0f10","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6b188056243c0f10","status":"passed","time":{"start":1724921141188,"stop":1724921141200,"duration":12}},{"uid":"50d5cad85980dca0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/50d5cad85980dca0","status":"passed","time":{"start":1724921118250,"stop":1724921118250,"duration":0}},{"uid":"6df6af307b7dd42","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6df6af307b7dd42","status":"passed","time":{"start":1724917777552,"stop":1724917777552,"duration":0}},{"uid":"c54ba25b4854fcb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c54ba25b4854fcb7","status":"passed","time":{"start":1724889554665,"stop":1724889554665,"duration":0}},{"uid":"41fde9fb23a66947","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/41fde9fb23a66947","status":"passed","time":{"start":1724888706939,"stop":1724888706940,"duration":1}},{"uid":"a25bd99e534c76cd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a25bd99e534c76cd","status":"passed","time":{"start":1724887861774,"stop":1724887861774,"duration":0}},{"uid":"946ee3c8de992fe2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/946ee3c8de992fe2","status":"passed","time":{"start":1724886631477,"stop":1724886631478,"duration":1}},{"uid":"2a6b1be4a69aa994","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2a6b1be4a69aa994","status":"passed","time":{"start":1724886409746,"stop":1724886409747,"duration":1}},{"uid":"ea92cf35fff3f4bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ea92cf35fff3f4bc","status":"passed","time":{"start":1724861858184,"stop":1724861858185,"duration":1}},{"uid":"cd0cccad94d4237e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cd0cccad94d4237e","status":"passed","time":{"start":1724861324522,"stop":1724861324522,"duration":0}},{"uid":"6413ef022f928bba","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6413ef022f928bba","status":"passed","time":{"start":1724861152391,"stop":1724861152391,"duration":0}},{"uid":"48b46a0118e36bf9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/48b46a0118e36bf9","status":"passed","time":{"start":1724861011436,"stop":1724861011436,"duration":0}}]},"tags":[]},"source":"e6dd016781c33ba.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/e75c6f9e2c4de812.json b/7376/data/test-cases/e75c6f9e2c4de812.json new file mode 100644 index 00000000000..ecd6a96c98e --- /dev/null +++ b/7376/data/test-cases/e75c6f9e2c4de812.json @@ -0,0 +1 @@ +{"uid":"e75c6f9e2c4de812","name":"ENRTree (root): should parse and verify and DNS root entry","fullName":"/src/dns/enrtree.spec.ts: ENRTree > ENRTree (root): should parse and verify and DNS root entry","historyId":"8a3d8424423eaa0f59b5279e5085f83d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922398402,"stop":1724922398402,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"ENRTree"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f252a888acd21f2c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f252a888acd21f2c","status":"passed","time":{"start":1724921061368,"stop":1724921061369,"duration":1}},{"uid":"780f9016fb09726a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/780f9016fb09726a","status":"passed","time":{"start":1724921036547,"stop":1724921036547,"duration":0}},{"uid":"c0b893f46117df7b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c0b893f46117df7b","status":"passed","time":{"start":1724917696990,"stop":1724917696990,"duration":0}},{"uid":"73dde3de0c56cd8c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/73dde3de0c56cd8c","status":"passed","time":{"start":1724889475434,"stop":1724889475435,"duration":1}},{"uid":"bbd3e04079b3b4ed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bbd3e04079b3b4ed","status":"passed","time":{"start":1724888626528,"stop":1724888626529,"duration":1}},{"uid":"734be4d049d4c1eb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/734be4d049d4c1eb","status":"passed","time":{"start":1724887782736,"stop":1724887782737,"duration":1}},{"uid":"3e5632cab04a38dc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3e5632cab04a38dc","status":"passed","time":{"start":1724886549348,"stop":1724886549349,"duration":1}},{"uid":"c105bde59d314eec","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c105bde59d314eec","status":"passed","time":{"start":1724886326869,"stop":1724886326870,"duration":1}},{"uid":"fc4d84769ff2bfe1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc4d84769ff2bfe1","status":"passed","time":{"start":1724861776299,"stop":1724861776300,"duration":1}},{"uid":"4f64b2e53576fb50","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4f64b2e53576fb50","status":"passed","time":{"start":1724861246678,"stop":1724861246680,"duration":2}},{"uid":"9c68c66474851ae7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9c68c66474851ae7","status":"passed","time":{"start":1724861070663,"stop":1724861070664,"duration":1}},{"uid":"f7e7460e08d60cda","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f7e7460e08d60cda","status":"passed","time":{"start":1724860931328,"stop":1724860931329,"duration":1}}]},"tags":[]},"source":"e75c6f9e2c4de812.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/1a47011fafb6bbfb.json b/7376/data/test-cases/e78815666ea6e681.json similarity index 96% rename from 7346/data/test-cases/1a47011fafb6bbfb.json rename to 7376/data/test-cases/e78815666ea6e681.json index 7ad71e6a45e..40181752bfd 100644 --- a/7346/data/test-cases/1a47011fafb6bbfb.json +++ b/7376/data/test-cases/e78815666ea6e681.json @@ -1 +1 @@ -{"uid":"1a47011fafb6bbfb","name":"Check received message with timestamp: 1724764839975 ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: 1724764839975 ","historyId":"71a1ae48b1969e06d162fac3e0e2d638:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765048436,"stop":1724765048436,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"1a47011fafb6bbfb.json","parameterValues":[]} \ No newline at end of file +{"uid":"e78815666ea6e681","name":"Check received message with timestamp: 1724922425216 ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: 1724922425216 ","historyId":"4cb8c9a4f7892d41b2c8449fa5613be1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922601845,"stop":1724922601846,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"e78815666ea6e681.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/e7a1a4e7c637199.json b/7376/data/test-cases/e7a1a4e7c637199.json new file mode 100644 index 00000000000..ba04662f90a --- /dev/null +++ b/7376/data/test-cases/e7a1a4e7c637199.json @@ -0,0 +1 @@ +{"uid":"e7a1a4e7c637199","name":"Check message received after nwaku node is restarted","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check message received after nwaku node is restarted","historyId":"57e78506140423d3cbc2cb4ac48acf06:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922601858,"stop":1724922601859,"duration":1},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"7ba3f2593d964eca","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7ba3f2593d964eca","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921267899,"stop":1724921267899,"duration":0}},{"uid":"cf0496a4a1dc7f4b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cf0496a4a1dc7f4b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921244400,"stop":1724921244400,"duration":0}},{"uid":"641cac48bddd4e4f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/641cac48bddd4e4f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724917916064,"stop":1724917916065,"duration":1}},{"uid":"872f1757ff9edc5f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/872f1757ff9edc5f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889678262,"stop":1724889678262,"duration":0}},{"uid":"123d6cee76583d85","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/123d6cee76583d85","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888831692,"stop":1724888831692,"duration":0}},{"uid":"25419a0bc8a59054","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/25419a0bc8a59054","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888003326,"stop":1724888003327,"duration":1}},{"uid":"44f7e4d8976f9e21","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/44f7e4d8976f9e21","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886776616,"stop":1724886776616,"duration":0}},{"uid":"7628e6ebda00a11e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7628e6ebda00a11e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886555805,"stop":1724886555805,"duration":0}},{"uid":"c43f0cc309087a08","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c43f0cc309087a08","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861983017,"stop":1724861983017,"duration":0}},{"uid":"4e3cddc61cc805ad","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4e3cddc61cc805ad","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861444073,"stop":1724861444073,"duration":0}},{"uid":"ba531778fc437f27","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ba531778fc437f27","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861285842,"stop":1724861285842,"duration":0}},{"uid":"948db08a2507bda8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/948db08a2507bda8","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861145679,"stop":1724861145679,"duration":0}}]},"tags":[]},"source":"e7a1a4e7c637199.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/e7ba0f6353598ac.json b/7376/data/test-cases/e7ba0f6353598ac.json new file mode 100644 index 00000000000..a6980bf2c33 --- /dev/null +++ b/7376/data/test-cases/e7ba0f6353598ac.json @@ -0,0 +1 @@ +{"uid":"e7ba0f6353598ac","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric clusterId: /waku/2/rs/x/1","historyId":"af5e1916ca02179032ad2769539fa673:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374684,"stop":1724922374684,"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":13,"unknown":0,"total":13},"items":[{"uid":"eac57ea6dd1d2f8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/eac57ea6dd1d2f8","status":"passed","time":{"start":1724921037644,"stop":1724921037645,"duration":1}},{"uid":"1521a6df02e06ef6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1521a6df02e06ef6","status":"passed","time":{"start":1724921013057,"stop":1724921013058,"duration":1}},{"uid":"48af185d0c5ebd60","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/48af185d0c5ebd60","status":"passed","time":{"start":1724917673299,"stop":1724917673300,"duration":1}},{"uid":"cab9095f34ca311d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cab9095f34ca311d","status":"passed","time":{"start":1724889452318,"stop":1724889452319,"duration":1}},{"uid":"35f669bc68a5b719","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/35f669bc68a5b719","status":"passed","time":{"start":1724888602850,"stop":1724888602850,"duration":0}},{"uid":"cfc219f1f7db8896","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cfc219f1f7db8896","status":"passed","time":{"start":1724887759171,"stop":1724887759171,"duration":0}},{"uid":"b4ef172c9d7feefb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b4ef172c9d7feefb","status":"passed","time":{"start":1724886525551,"stop":1724886525551,"duration":0}},{"uid":"de8a823f44651f40","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/de8a823f44651f40","status":"passed","time":{"start":1724886303405,"stop":1724886303405,"duration":0}},{"uid":"cdccb07ac2bedf22","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cdccb07ac2bedf22","status":"passed","time":{"start":1724861752237,"stop":1724861752238,"duration":1}},{"uid":"df3fcecc72438581","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/df3fcecc72438581","status":"passed","time":{"start":1724861223362,"stop":1724861223362,"duration":0}},{"uid":"b5585bc2a7543ee7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b5585bc2a7543ee7","status":"passed","time":{"start":1724861045210,"stop":1724861045210,"duration":0}},{"uid":"5246da31acec29c2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5246da31acec29c2","status":"passed","time":{"start":1724860907093,"stop":1724860907093,"duration":0}}]},"tags":[]},"source":"e7ba0f6353598ac.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/e80398954471faee.json b/7376/data/test-cases/e80398954471faee.json new file mode 100644 index 00000000000..78cb1dd883a --- /dev/null +++ b/7376/data/test-cases/e80398954471faee.json @@ -0,0 +1 @@ +{"uid":"e80398954471faee","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","fullName":"/tests/store/time_filter.node.spec.ts: Waku Store, time filter > msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","historyId":"1245c88246b4c7e7c5fb27ace076c684:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922999265,"stop":1724922999266,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, time filter\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, time filter"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bde2e8fe97db1164","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bde2e8fe97db1164","status":"passed","time":{"start":1724921669869,"stop":1724921669869,"duration":0}},{"uid":"af6f43cd319aab76","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/af6f43cd319aab76","status":"passed","time":{"start":1724921630266,"stop":1724921630266,"duration":0}},{"uid":"dca5ba9501093833","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dca5ba9501093833","status":"passed","time":{"start":1724918332987,"stop":1724918332987,"duration":0}},{"uid":"1fea086787c94c22","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1fea086787c94c22","status":"passed","time":{"start":1724890089467,"stop":1724890089467,"duration":0}},{"uid":"33f8d4f512e8d0ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33f8d4f512e8d0ba","status":"passed","time":{"start":1724889224491,"stop":1724889224491,"duration":0}},{"uid":"27934c7620a2ead2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/27934c7620a2ead2","status":"passed","time":{"start":1724888406345,"stop":1724888406346,"duration":1}},{"uid":"70ab2d6772367c5e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/70ab2d6772367c5e","status":"passed","time":{"start":1724887175023,"stop":1724887175023,"duration":0}},{"uid":"fe50055a2c986ec4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fe50055a2c986ec4","status":"passed","time":{"start":1724886952407,"stop":1724886952407,"duration":0}},{"uid":"a2e0ff8522d7aae4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2e0ff8522d7aae4","status":"passed","time":{"start":1724862378560,"stop":1724862378561,"duration":1}},{"uid":"f47629278d7784e2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f47629278d7784e2","status":"passed","time":{"start":1724861846749,"stop":1724861846749,"duration":0}},{"uid":"556a65cdece01d9e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/556a65cdece01d9e","status":"passed","time":{"start":1724861702534,"stop":1724861702534,"duration":0}},{"uid":"e596feaaf7b3941c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e596feaaf7b3941c","status":"passed","time":{"start":1724861533458,"stop":1724861533458,"duration":0}}]},"tags":[]},"source":"e80398954471faee.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/88fbd30727a15357.json b/7376/data/test-cases/e81f691c30719ef1.json similarity index 76% rename from 7346/data/test-cases/88fbd30727a15357.json rename to 7376/data/test-cases/e81f691c30719ef1.json index 42051f6e862..bd4c044b7f4 100644 --- a/7346/data/test-cases/88fbd30727a15357.json +++ b/7376/data/test-cases/e81f691c30719ef1.json @@ -1 +1 @@ -{"uid":"88fbd30727a15357","name":"Check received message with timestamp: 1649153314 ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: 1649153314 ","historyId":"bc2911dc5e058c55badce3ad9d78f48d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765048439,"stop":1724765048439,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"368104f5b3d98b44","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/368104f5b3d98b44","status":"passed","time":{"start":1724764977155,"stop":1724764977155,"duration":0}},{"uid":"3fa6355bf99239f5","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/3fa6355bf99239f5","status":"passed","time":{"start":1724763340021,"stop":1724763340021,"duration":0}},{"uid":"cfccb99a6091fd8a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/cfccb99a6091fd8a","status":"passed","time":{"start":1724760600512,"stop":1724760600512,"duration":0}},{"uid":"3833d8c6214722d4","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/3833d8c6214722d4","status":"passed","time":{"start":1724759627556,"stop":1724759627556,"duration":0}},{"uid":"72d6e574fc202e81","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/72d6e574fc202e81","status":"passed","time":{"start":1724757762741,"stop":1724757762743,"duration":2}},{"uid":"556e48524f3977aa","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/556e48524f3977aa","status":"passed","time":{"start":1724757473941,"stop":1724757473942,"duration":1}},{"uid":"fb4bd8797691d2d3","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/fb4bd8797691d2d3","status":"passed","time":{"start":1724756806021,"stop":1724756806022,"duration":1}},{"uid":"12a24be883f57042","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/12a24be883f57042","status":"passed","time":{"start":1724754890976,"stop":1724754890976,"duration":0}},{"uid":"af294fffc249af1e","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/af294fffc249af1e","status":"passed","time":{"start":1724752321316,"stop":1724752321316,"duration":0}},{"uid":"cc3b24e575ef3442","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/cc3b24e575ef3442","status":"passed","time":{"start":1724751157984,"stop":1724751157985,"duration":1}},{"uid":"1e840b513ddbe33f","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/1e840b513ddbe33f","status":"passed","time":{"start":1724750231029,"stop":1724750231029,"duration":0}},{"uid":"de4166f0f3bc713f","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/de4166f0f3bc713f","status":"passed","time":{"start":1724749270696,"stop":1724749270697,"duration":1}},{"uid":"1b5e94d3b3cde54d","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/1b5e94d3b3cde54d","status":"passed","time":{"start":1724717545690,"stop":1724717545693,"duration":3}},{"uid":"5b5e38e28356d836","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/5b5e38e28356d836","status":"passed","time":{"start":1724714779165,"stop":1724714779172,"duration":7}},{"uid":"44df5b192f312b6d","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/44df5b192f312b6d","status":"passed","time":{"start":1724712855335,"stop":1724712855335,"duration":0}},{"uid":"21c9906f3411f20d","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/21c9906f3411f20d","status":"passed","time":{"start":1724706072111,"stop":1724706072119,"duration":8}},{"uid":"a52308f2f2dfa089","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a52308f2f2dfa089","status":"passed","time":{"start":1724704476165,"stop":1724704476166,"duration":1}},{"uid":"2ea331f9c35cec0b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2ea331f9c35cec0b","status":"passed","time":{"start":1724683855324,"stop":1724683855324,"duration":0}},{"uid":"8f0f14842a735b19","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/8f0f14842a735b19","status":"passed","time":{"start":1724672579681,"stop":1724672579682,"duration":1}},{"uid":"e8fe8f84e0045b69","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/e8fe8f84e0045b69","status":"passed","time":{"start":1724670325019,"stop":1724670325025,"duration":6}}]},"tags":[]},"source":"88fbd30727a15357.json","parameterValues":[]} \ No newline at end of file +{"uid":"e81f691c30719ef1","name":"Check received message with timestamp: 1649153314 ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: 1649153314 ","historyId":"bc2911dc5e058c55badce3ad9d78f48d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922601846,"stop":1724922601846,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"68fb3e5ed49b6777","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/68fb3e5ed49b6777","status":"passed","time":{"start":1724921267873,"stop":1724921267873,"duration":0}},{"uid":"9d573acfd3c459f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9d573acfd3c459f","status":"passed","time":{"start":1724921244381,"stop":1724921244385,"duration":4}},{"uid":"140cfd149e9f821f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/140cfd149e9f821f","status":"passed","time":{"start":1724917916057,"stop":1724917916057,"duration":0}},{"uid":"feb897b9bfe5b421","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/feb897b9bfe5b421","status":"passed","time":{"start":1724889678258,"stop":1724889678258,"duration":0}},{"uid":"fdc909603260b635","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fdc909603260b635","status":"passed","time":{"start":1724888831687,"stop":1724888831687,"duration":0}},{"uid":"c8031fba16607abf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c8031fba16607abf","status":"passed","time":{"start":1724888003323,"stop":1724888003323,"duration":0}},{"uid":"3a545a47965a6f6e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3a545a47965a6f6e","status":"passed","time":{"start":1724886776612,"stop":1724886776612,"duration":0}},{"uid":"eee689a13a4d7fec","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eee689a13a4d7fec","status":"passed","time":{"start":1724886555800,"stop":1724886555801,"duration":1}},{"uid":"be5403631441d9ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/be5403631441d9ee","status":"passed","time":{"start":1724861983013,"stop":1724861983013,"duration":0}},{"uid":"a3a54aa03ab52ff1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a3a54aa03ab52ff1","status":"passed","time":{"start":1724861444069,"stop":1724861444070,"duration":1}},{"uid":"1a2d9c1d18db2a22","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1a2d9c1d18db2a22","status":"passed","time":{"start":1724861285837,"stop":1724861285838,"duration":1}},{"uid":"9d8f78748e0333d0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9d8f78748e0333d0","status":"passed","time":{"start":1724861145675,"stop":1724861145675,"duration":0}}]},"tags":[]},"source":"e81f691c30719ef1.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/1177f5de52af0a6c.json b/7376/data/test-cases/e87ff2c7e2f7b8ed.json similarity index 76% rename from 7346/data/test-cases/1177f5de52af0a6c.json rename to 7376/data/test-cases/e87ff2c7e2f7b8ed.json index e611a39861d..9d3158e7eef 100644 --- a/7346/data/test-cases/1177f5de52af0a6c.json +++ b/7376/data/test-cases/e87ff2c7e2f7b8ed.json @@ -1 +1 @@ -{"uid":"1177f5de52af0a6c","name":"Check received message containing SQL Injection","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing SQL Injection","historyId":"ecaa2d1357a9b62a9ccd4fa6dfbe5989:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765048428,"stop":1724765048428,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"35ca11ce5dc14a5d","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/35ca11ce5dc14a5d","status":"passed","time":{"start":1724764977134,"stop":1724764977134,"duration":0}},{"uid":"30014106c6885b75","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/30014106c6885b75","status":"passed","time":{"start":1724763340004,"stop":1724763340006,"duration":2}},{"uid":"cca8c8a77b74fecf","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/cca8c8a77b74fecf","status":"passed","time":{"start":1724760600497,"stop":1724760600497,"duration":0}},{"uid":"986d269947e20d8","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/986d269947e20d8","status":"passed","time":{"start":1724759627552,"stop":1724759627552,"duration":0}},{"uid":"5f9bd2e74d54462a","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/5f9bd2e74d54462a","status":"passed","time":{"start":1724757762719,"stop":1724757762719,"duration":0}},{"uid":"7f3deec54cd897d9","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/7f3deec54cd897d9","status":"passed","time":{"start":1724757473904,"stop":1724757473904,"duration":0}},{"uid":"78f914df33dceab8","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/78f914df33dceab8","status":"passed","time":{"start":1724756806004,"stop":1724756806005,"duration":1}},{"uid":"6628f4714f95b1bb","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6628f4714f95b1bb","status":"passed","time":{"start":1724754890967,"stop":1724754890967,"duration":0}},{"uid":"6f7c4f25b9012fd1","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/6f7c4f25b9012fd1","status":"passed","time":{"start":1724752321308,"stop":1724752321308,"duration":0}},{"uid":"3218a81b74589987","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/3218a81b74589987","status":"passed","time":{"start":1724751157976,"stop":1724751157976,"duration":0}},{"uid":"be611645457cf99f","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/be611645457cf99f","status":"passed","time":{"start":1724750231019,"stop":1724750231019,"duration":0}},{"uid":"14d9d0e1edf428b1","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/14d9d0e1edf428b1","status":"passed","time":{"start":1724749270691,"stop":1724749270692,"duration":1}},{"uid":"33d34e198e0eb60d","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/33d34e198e0eb60d","status":"passed","time":{"start":1724717545673,"stop":1724717545673,"duration":0}},{"uid":"736e31955643b3c8","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/736e31955643b3c8","status":"passed","time":{"start":1724714779154,"stop":1724714779154,"duration":0}},{"uid":"67ccc0288f60561b","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/67ccc0288f60561b","status":"passed","time":{"start":1724712855308,"stop":1724712855310,"duration":2}},{"uid":"83b0f893175904f7","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/83b0f893175904f7","status":"passed","time":{"start":1724706072097,"stop":1724706072098,"duration":1}},{"uid":"9f5af16f10d716f5","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/9f5af16f10d716f5","status":"passed","time":{"start":1724704476160,"stop":1724704476160,"duration":0}},{"uid":"4a5f415f68b179e6","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/4a5f415f68b179e6","status":"passed","time":{"start":1724683855303,"stop":1724683855303,"duration":0}},{"uid":"9d17c954f4e72ccc","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/9d17c954f4e72ccc","status":"passed","time":{"start":1724672579672,"stop":1724672579672,"duration":0}},{"uid":"ff9a6b37f6b4ddc7","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/ff9a6b37f6b4ddc7","status":"passed","time":{"start":1724670325010,"stop":1724670325010,"duration":0}}]},"tags":[]},"source":"1177f5de52af0a6c.json","parameterValues":[]} \ No newline at end of file +{"uid":"e87ff2c7e2f7b8ed","name":"Check received message containing SQL Injection","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing SQL Injection","historyId":"ecaa2d1357a9b62a9ccd4fa6dfbe5989:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922601841,"stop":1724922601841,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d8d819833e2e4e85","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d8d819833e2e4e85","status":"passed","time":{"start":1724921267868,"stop":1724921267868,"duration":0}},{"uid":"a5f2fe9767149710","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a5f2fe9767149710","status":"passed","time":{"start":1724921244362,"stop":1724921244362,"duration":0}},{"uid":"e2199cf04f0f91b2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e2199cf04f0f91b2","status":"passed","time":{"start":1724917916041,"stop":1724917916043,"duration":2}},{"uid":"451d2e0c9bf26ebb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/451d2e0c9bf26ebb","status":"passed","time":{"start":1724889678253,"stop":1724889678253,"duration":0}},{"uid":"6256f544f1604ee1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6256f544f1604ee1","status":"passed","time":{"start":1724888831682,"stop":1724888831682,"duration":0}},{"uid":"12d8d5a75dca4a72","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/12d8d5a75dca4a72","status":"passed","time":{"start":1724888003318,"stop":1724888003319,"duration":1}},{"uid":"746b218f8c98d71","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/746b218f8c98d71","status":"passed","time":{"start":1724886776604,"stop":1724886776604,"duration":0}},{"uid":"ead8e0ac23bcd3d2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ead8e0ac23bcd3d2","status":"passed","time":{"start":1724886555790,"stop":1724886555791,"duration":1}},{"uid":"dc9a8d849548c0e3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dc9a8d849548c0e3","status":"passed","time":{"start":1724861983004,"stop":1724861983005,"duration":1}},{"uid":"8d3d9610db12eeab","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8d3d9610db12eeab","status":"passed","time":{"start":1724861444065,"stop":1724861444065,"duration":0}},{"uid":"43fc445969ab17ee","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/43fc445969ab17ee","status":"passed","time":{"start":1724861285827,"stop":1724861285828,"duration":1}},{"uid":"bcce2836b5ca89d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bcce2836b5ca89d","status":"passed","time":{"start":1724861145662,"stop":1724861145663,"duration":1}}]},"tags":[]},"source":"e87ff2c7e2f7b8ed.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/e8af3a319178f311.json b/7376/data/test-cases/e8af3a319178f311.json new file mode 100644 index 00000000000..48fdca995b7 --- /dev/null +++ b/7376/data/test-cases/e8af3a319178f311.json @@ -0,0 +1 @@ +{"uid":"e8af3a319178f311","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":1724922374679,"stop":1724922374679,"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":13,"unknown":0,"total":13},"items":[{"uid":"17b86087301f0bf3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/17b86087301f0bf3","status":"passed","time":{"start":1724921037640,"stop":1724921037641,"duration":1}},{"uid":"a9e22de235f4def1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a9e22de235f4def1","status":"passed","time":{"start":1724921013054,"stop":1724921013054,"duration":0}},{"uid":"87ef07175b16dad5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/87ef07175b16dad5","status":"passed","time":{"start":1724917673296,"stop":1724917673296,"duration":0}},{"uid":"35b90170be731b09","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/35b90170be731b09","status":"passed","time":{"start":1724889452315,"stop":1724889452315,"duration":0}},{"uid":"7be7c7326665a527","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7be7c7326665a527","status":"passed","time":{"start":1724888602845,"stop":1724888602845,"duration":0}},{"uid":"bcc1feb5a463437","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bcc1feb5a463437","status":"passed","time":{"start":1724887759168,"stop":1724887759168,"duration":0}},{"uid":"2a217b95245ced32","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2a217b95245ced32","status":"passed","time":{"start":1724886525547,"stop":1724886525547,"duration":0}},{"uid":"29afcd827fce459a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/29afcd827fce459a","status":"passed","time":{"start":1724886303401,"stop":1724886303402,"duration":1}},{"uid":"735c354ed44041ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/735c354ed44041ee","status":"passed","time":{"start":1724861752233,"stop":1724861752233,"duration":0}},{"uid":"3473f6d98bd13ea1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3473f6d98bd13ea1","status":"passed","time":{"start":1724861223359,"stop":1724861223359,"duration":0}},{"uid":"5a081420759d0d7e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5a081420759d0d7e","status":"passed","time":{"start":1724861045207,"stop":1724861045207,"duration":0}},{"uid":"cee9e87f88a67ec1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cee9e87f88a67ec1","status":"passed","time":{"start":1724860907089,"stop":1724860907089,"duration":0}}]},"tags":[]},"source":"e8af3a319178f311.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/a5b4444666effe61.json b/7376/data/test-cases/e9076850ec540110.json similarity index 76% rename from 7346/data/test-cases/a5b4444666effe61.json rename to 7376/data/test-cases/e9076850ec540110.json index c1b67e437f7..c5e21574edc 100644 --- a/7346/data/test-cases/a5b4444666effe61.json +++ b/7376/data/test-cases/e9076850ec540110.json @@ -1 +1 @@ -{"uid":"a5b4444666effe61","name":"Check message with no pubsub topic is not received","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check message with no pubsub topic is not received","historyId":"825320dc610bd6afece737cf7767e3e9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765048440,"stop":1724765048441,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"5b200e9fd8fd57bf","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/5b200e9fd8fd57bf","status":"passed","time":{"start":1724764977156,"stop":1724764977157,"duration":1}},{"uid":"2e46285feffe812e","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/2e46285feffe812e","status":"passed","time":{"start":1724763340022,"stop":1724763340023,"duration":1}},{"uid":"159746957d3c66e3","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/159746957d3c66e3","status":"passed","time":{"start":1724760600563,"stop":1724760600564,"duration":1}},{"uid":"103d95ea69ff0b89","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/103d95ea69ff0b89","status":"passed","time":{"start":1724759627558,"stop":1724759627558,"duration":0}},{"uid":"660dd0ba3d2abc81","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/660dd0ba3d2abc81","status":"passed","time":{"start":1724757762749,"stop":1724757762749,"duration":0}},{"uid":"beab574e44ee3bc0","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/beab574e44ee3bc0","status":"passed","time":{"start":1724757473948,"stop":1724757473956,"duration":8}},{"uid":"d1d7d59384fd382e","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/d1d7d59384fd382e","status":"passed","time":{"start":1724756806023,"stop":1724756806024,"duration":1}},{"uid":"f7a675be25a5782f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/f7a675be25a5782f","status":"passed","time":{"start":1724754890978,"stop":1724754890979,"duration":1}},{"uid":"88bc6820fb6c529b","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/88bc6820fb6c529b","status":"passed","time":{"start":1724752321318,"stop":1724752321318,"duration":0}},{"uid":"1fda5b38a8761723","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/1fda5b38a8761723","status":"passed","time":{"start":1724751157986,"stop":1724751157986,"duration":0}},{"uid":"63c803376dc850f8","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/63c803376dc850f8","status":"passed","time":{"start":1724750231030,"stop":1724750231031,"duration":1}},{"uid":"26955abd57b6c7cf","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/26955abd57b6c7cf","status":"passed","time":{"start":1724749270702,"stop":1724749270703,"duration":1}},{"uid":"5465268eec5f80f3","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/5465268eec5f80f3","status":"passed","time":{"start":1724717545697,"stop":1724717545699,"duration":2}},{"uid":"7498db4233bbfe17","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/7498db4233bbfe17","status":"passed","time":{"start":1724714779175,"stop":1724714779176,"duration":1}},{"uid":"54f902954abf671f","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/54f902954abf671f","status":"passed","time":{"start":1724712855336,"stop":1724712855337,"duration":1}},{"uid":"61f86765495eb42","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/61f86765495eb42","status":"passed","time":{"start":1724706072124,"stop":1724706072126,"duration":2}},{"uid":"d13a28955a9e657d","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d13a28955a9e657d","status":"passed","time":{"start":1724704476167,"stop":1724704476167,"duration":0}},{"uid":"b73aa303b25f505a","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b73aa303b25f505a","status":"passed","time":{"start":1724683855326,"stop":1724683855326,"duration":0}},{"uid":"4d133a7ca8e73967","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/4d133a7ca8e73967","status":"passed","time":{"start":1724672579683,"stop":1724672579683,"duration":0}},{"uid":"b4a848d02b441137","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/b4a848d02b441137","status":"passed","time":{"start":1724670325028,"stop":1724670325028,"duration":0}}]},"tags":[]},"source":"a5b4444666effe61.json","parameterValues":[]} \ No newline at end of file +{"uid":"e9076850ec540110","name":"Check message with no pubsub topic is not received","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check message with no pubsub topic is not received","historyId":"825320dc610bd6afece737cf7767e3e9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922601856,"stop":1724922601856,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"429c7ffb9b83651a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/429c7ffb9b83651a","status":"passed","time":{"start":1724921267874,"stop":1724921267880,"duration":6}},{"uid":"6a65e4d764b9973c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6a65e4d764b9973c","status":"passed","time":{"start":1724921244396,"stop":1724921244397,"duration":1}},{"uid":"b142cc64d364274","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b142cc64d364274","status":"passed","time":{"start":1724917916059,"stop":1724917916059,"duration":0}},{"uid":"e41eb723558ce733","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e41eb723558ce733","status":"passed","time":{"start":1724889678260,"stop":1724889678260,"duration":0}},{"uid":"6b41eafab8e68665","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b41eafab8e68665","status":"passed","time":{"start":1724888831689,"stop":1724888831689,"duration":0}},{"uid":"3c76d88de42990a7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3c76d88de42990a7","status":"passed","time":{"start":1724888003324,"stop":1724888003324,"duration":0}},{"uid":"ac8db2a4098325fb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ac8db2a4098325fb","status":"passed","time":{"start":1724886776614,"stop":1724886776614,"duration":0}},{"uid":"80ee6656d314855e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/80ee6656d314855e","status":"passed","time":{"start":1724886555803,"stop":1724886555803,"duration":0}},{"uid":"14b49cbd1b6d9f95","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14b49cbd1b6d9f95","status":"passed","time":{"start":1724861983015,"stop":1724861983015,"duration":0}},{"uid":"cf4efc306c1cecef","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cf4efc306c1cecef","status":"passed","time":{"start":1724861444071,"stop":1724861444071,"duration":0}},{"uid":"3f00b1015a1cf62e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3f00b1015a1cf62e","status":"passed","time":{"start":1724861285839,"stop":1724861285839,"duration":0}},{"uid":"dd8d199588294e2f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dd8d199588294e2f","status":"passed","time":{"start":1724861145677,"stop":1724861145677,"duration":0}}]},"tags":[]},"source":"e9076850ec540110.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/bf8beecea7e22d6d.json b/7376/data/test-cases/e94f85b7b85302eb.json similarity index 84% rename from 7346/data/test-cases/bf8beecea7e22d6d.json rename to 7376/data/test-cases/e94f85b7b85302eb.json index 114d40dd09b..001bbf5b853 100644 --- a/7346/data/test-cases/bf8beecea7e22d6d.json +++ b/7376/data/test-cases/e94f85b7b85302eb.json @@ -1 +1 @@ -{"uid":"bf8beecea7e22d6d","name":"Push 30 different messages","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push 30 different messages","historyId":"73db5461018f71f0936132f250deaf81:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505346,"stop":1724765505346,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":22,"unknown":0,"total":26},"items":[{"uid":"c0e7182ef7d233fe","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/c0e7182ef7d233fe","status":"passed","time":{"start":1724765434024,"stop":1724765434024,"duration":0}},{"uid":"d45174b1c5e58458","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/d45174b1c5e58458","status":"passed","time":{"start":1724763779027,"stop":1724763779027,"duration":0}},{"uid":"c31a9e23a7c8486d","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c31a9e23a7c8486d","status":"passed","time":{"start":1724761038724,"stop":1724761038724,"duration":0}},{"uid":"6925adb080b2db9e","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/6925adb080b2db9e","status":"passed","time":{"start":1724760066625,"stop":1724760066626,"duration":1}},{"uid":"b34419fc88cd4ba2","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/b34419fc88cd4ba2","status":"passed","time":{"start":1724758222985,"stop":1724758222985,"duration":0}},{"uid":"2c28cf8bcb3be28a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2c28cf8bcb3be28a","status":"passed","time":{"start":1724757927318,"stop":1724757927319,"duration":1}},{"uid":"73226b09749408ef","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/73226b09749408ef","status":"passed","time":{"start":1724757257491,"stop":1724757257491,"duration":0}},{"uid":"2568899cf48a9a93","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2568899cf48a9a93","status":"passed","time":{"start":1724755332950,"stop":1724755332953,"duration":3}},{"uid":"936e6e5137dd705f","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/936e6e5137dd705f","status":"passed","time":{"start":1724752782343,"stop":1724752782343,"duration":0}},{"uid":"a616eef7794588de","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/a616eef7794588de","status":"passed","time":{"start":1724751616572,"stop":1724751616573,"duration":1}},{"uid":"b341c164822a56c0","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/b341c164822a56c0","status":"passed","time":{"start":1724750701992,"stop":1724750701992,"duration":0}},{"uid":"b25b4d7dd8050d45","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/b25b4d7dd8050d45","status":"passed","time":{"start":1724749709042,"stop":1724749709043,"duration":1}},{"uid":"d85f3454feddc9e7","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/d85f3454feddc9e7","status":"passed","time":{"start":1724718008223,"stop":1724718008224,"duration":1}},{"uid":"90743fc394b1ac26","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/90743fc394b1ac26","status":"passed","time":{"start":1724715239089,"stop":1724715239089,"duration":0}},{"uid":"eb3e0bd3b0beec3c","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/eb3e0bd3b0beec3c","status":"passed","time":{"start":1724713322707,"stop":1724713322707,"duration":0}},{"uid":"ddaf6f60024ff751","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/ddaf6f60024ff751","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724707170675,"stop":1724707170675,"duration":0}},{"uid":"149c095cb11392a1","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/149c095cb11392a1","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724705570765,"stop":1724705570765,"duration":0}},{"uid":"8a5514c84f578f7c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/8a5514c84f578f7c","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724684936354,"stop":1724684936354,"duration":0}},{"uid":"a8cfd27dc1659512","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/a8cfd27dc1659512","status":"passed","time":{"start":1724673044039,"stop":1724673044040,"duration":1}},{"uid":"12285e84a72ade15","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/12285e84a72ade15","status":"passed","time":{"start":1724670767288,"stop":1724670767288,"duration":0}}]},"tags":[]},"source":"bf8beecea7e22d6d.json","parameterValues":[]} \ No newline at end of file +{"uid":"e94f85b7b85302eb","name":"Push 30 different messages","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push 30 different messages","historyId":"73db5461018f71f0936132f250deaf81:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921464,"stop":1724922921464,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"be45cbc973c6f285","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/be45cbc973c6f285","status":"passed","time":{"start":1724921602955,"stop":1724921602955,"duration":0}},{"uid":"703eea69a7bf9460","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/703eea69a7bf9460","status":"passed","time":{"start":1724921571099,"stop":1724921571099,"duration":0}},{"uid":"d9caa7651c5e817f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d9caa7651c5e817f","status":"passed","time":{"start":1724918285592,"stop":1724918285595,"duration":3}},{"uid":"259c01e761968b6d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/259c01e761968b6d","status":"passed","time":{"start":1724890030092,"stop":1724890030092,"duration":0}},{"uid":"e204b78ec1e3e5db","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e204b78ec1e3e5db","status":"passed","time":{"start":1724889171911,"stop":1724889171911,"duration":0}},{"uid":"170513c7daebd3c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/170513c7daebd3c","status":"passed","time":{"start":1724888350724,"stop":1724888350725,"duration":1}},{"uid":"d170ce0fb97c2706","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d170ce0fb97c2706","status":"passed","time":{"start":1724887115410,"stop":1724887115411,"duration":1}},{"uid":"7ed88b6cdfde3c60","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7ed88b6cdfde3c60","status":"passed","time":{"start":1724886884578,"stop":1724886884578,"duration":0}},{"uid":"c276d1d299d71a6f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c276d1d299d71a6f","status":"passed","time":{"start":1724862322259,"stop":1724862322260,"duration":1}},{"uid":"189e13868551597","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/189e13868551597","status":"passed","time":{"start":1724861790753,"stop":1724861790753,"duration":0}},{"uid":"2a612666a6fdb2ac","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2a612666a6fdb2ac","status":"passed","time":{"start":1724861628422,"stop":1724861628423,"duration":1}},{"uid":"ea23fe7bc7a2ba87","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ea23fe7bc7a2ba87","status":"passed","time":{"start":1724861465627,"stop":1724861465627,"duration":0}}]},"tags":[]},"source":"e94f85b7b85302eb.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/ea662394ca82b057.json b/7376/data/test-cases/ea662394ca82b057.json new file mode 100644 index 00000000000..799f7bbccf6 --- /dev/null +++ b/7376/data/test-cases/ea662394ca82b057.json @@ -0,0 +1 @@ +{"uid":"ea662394ca82b057","name":"Subscribe and receive symmetrically encrypted messages via lightPush","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe and receive symmetrically encrypted messages via lightPush","historyId":"a6da04bd5ce46a2405442b9afc17c9e2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012458,"stop":1724923012458,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"320d1b37e77959fb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/320d1b37e77959fb","status":"passed","time":{"start":1724921625033,"stop":1724921625034,"duration":1}},{"uid":"feecb93e7e8c55c8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/feecb93e7e8c55c8","status":"passed","time":{"start":1724921590478,"stop":1724921590478,"duration":0}},{"uid":"ef47c19bea201b5f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ef47c19bea201b5f","status":"passed","time":{"start":1724918287557,"stop":1724918287558,"duration":1}},{"uid":"59e9f8af1ef99f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/59e9f8af1ef99f9","status":"passed","time":{"start":1724890047781,"stop":1724890047782,"duration":1}},{"uid":"9073bcd6ee555881","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9073bcd6ee555881","status":"passed","time":{"start":1724889183913,"stop":1724889183913,"duration":0}},{"uid":"8d70624997aac38a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8d70624997aac38a","status":"passed","time":{"start":1724888354158,"stop":1724888354159,"duration":1}},{"uid":"3a90f444a42571d0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3a90f444a42571d0","status":"passed","time":{"start":1724887145650,"stop":1724887145650,"duration":0}},{"uid":"4494519aea0fec42","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4494519aea0fec42","status":"passed","time":{"start":1724886915775,"stop":1724886915775,"duration":0}},{"uid":"f300cf4b11a1ae0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f300cf4b11a1ae0","status":"passed","time":{"start":1724862341430,"stop":1724862341431,"duration":1}},{"uid":"e9142ea62ef9c3cf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e9142ea62ef9c3cf","status":"passed","time":{"start":1724861805430,"stop":1724861805431,"duration":1}},{"uid":"b1a731fee6260124","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b1a731fee6260124","status":"passed","time":{"start":1724861662239,"stop":1724861662239,"duration":0}},{"uid":"2287c92b58f174b4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2287c92b58f174b4","status":"passed","time":{"start":1724861492502,"stop":1724861492502,"duration":0}}]},"tags":[]},"source":"ea662394ca82b057.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/74d8a74ab88d705a.json b/7376/data/test-cases/eb080975fc4393f9.json similarity index 54% rename from 7346/data/test-cases/74d8a74ab88d705a.json rename to 7376/data/test-cases/eb080975fc4393f9.json index f59ac08f216..102bfff5cfb 100644 --- a/7346/data/test-cases/74d8a74ab88d705a.json +++ b/7376/data/test-cases/eb080975fc4393f9.json @@ -1 +1 @@ -{"uid":"74d8a74ab88d705a","name":"Query generator for multiple messages with different message text format","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Query generator for multiple messages with different message text format","historyId":"982dde643629d9d6b9ad5cdb535ac936:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765527321,"stop":1724765527322,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, general"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"82c3966e8efd3846","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/82c3966e8efd3846","status":"passed","time":{"start":1724765450593,"stop":1724765450593,"duration":0}},{"uid":"d481ff41a8d20166","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/d481ff41a8d20166","status":"passed","time":{"start":1724763811958,"stop":1724763811958,"duration":0}},{"uid":"4bd3e1bf44dfb99","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/4bd3e1bf44dfb99","status":"passed","time":{"start":1724761065420,"stop":1724761065421,"duration":1}},{"uid":"8cd75b60f72e10ac","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/8cd75b60f72e10ac","status":"passed","time":{"start":1724760096700,"stop":1724760096701,"duration":1}},{"uid":"1d39523265442e00","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/1d39523265442e00","status":"passed","time":{"start":1724758236715,"stop":1724758236716,"duration":1}},{"uid":"2e6cf20e362be95e","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2e6cf20e362be95e","status":"passed","time":{"start":1724757907406,"stop":1724757907406,"duration":0}},{"uid":"4f7300124acf87af","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/4f7300124acf87af","status":"passed","time":{"start":1724757276346,"stop":1724757276346,"duration":0}},{"uid":"d255b9124fa71412","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/d255b9124fa71412","status":"passed","time":{"start":1724755353477,"stop":1724755353480,"duration":3}},{"uid":"9b4fd3182e06014","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/9b4fd3182e06014","status":"passed","time":{"start":1724752795651,"stop":1724752795652,"duration":1}},{"uid":"17fb0040340c5d4","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/17fb0040340c5d4","status":"passed","time":{"start":1724751636506,"stop":1724751636506,"duration":0}},{"uid":"446e0abb33f752f7","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/446e0abb33f752f7","status":"passed","time":{"start":1724750704690,"stop":1724750704691,"duration":1}},{"uid":"499e7eb38a7d61fa","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/499e7eb38a7d61fa","status":"passed","time":{"start":1724749699138,"stop":1724749699138,"duration":0}},{"uid":"2d2f2e8a6397e4bb","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/2d2f2e8a6397e4bb","status":"passed","time":{"start":1724718019847,"stop":1724718019847,"duration":0}},{"uid":"deff6c489ab5876d","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/deff6c489ab5876d","status":"passed","time":{"start":1724715260155,"stop":1724715260156,"duration":1}},{"uid":"81bfc75859b95287","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/81bfc75859b95287","status":"passed","time":{"start":1724713334476,"stop":1724713334476,"duration":0}},{"uid":"46f352277a95073b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/46f352277a95073b","status":"passed","time":{"start":1724706528541,"stop":1724706528542,"duration":1}},{"uid":"6156060a9f26ae54","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6156060a9f26ae54","status":"passed","time":{"start":1724704934958,"stop":1724704934959,"duration":1}},{"uid":"44f1a74fa9df8596","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/44f1a74fa9df8596","status":"passed","time":{"start":1724684316245,"stop":1724684316245,"duration":0}},{"uid":"c995b68aefd17173","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/c995b68aefd17173","status":"passed","time":{"start":1724673070805,"stop":1724673070806,"duration":1}},{"uid":"330ad1706bdb3339","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/330ad1706bdb3339","status":"passed","time":{"start":1724670790976,"stop":1724670790976,"duration":0}}]},"tags":[]},"source":"74d8a74ab88d705a.json","parameterValues":[]} \ No newline at end of file +{"uid":"eb080975fc4393f9","name":"Query generator for multiple messages with different message text format","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Query generator for multiple messages with different message text format","historyId":"982dde643629d9d6b9ad5cdb535ac936:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922971797,"stop":1724922971798,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, general\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, general"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cf0cd1e82ef9e0a5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cf0cd1e82ef9e0a5","status":"passed","time":{"start":1724921663253,"stop":1724921663253,"duration":0}},{"uid":"e33fa0982280c846","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e33fa0982280c846","status":"passed","time":{"start":1724921617878,"stop":1724921617878,"duration":0}},{"uid":"5ecc43dc3b8ffcac","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5ecc43dc3b8ffcac","status":"passed","time":{"start":1724918326159,"stop":1724918326159,"duration":0}},{"uid":"9d910d7c94654a71","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9d910d7c94654a71","status":"passed","time":{"start":1724890076391,"stop":1724890076392,"duration":1}},{"uid":"f86ced28a4d361da","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f86ced28a4d361da","status":"passed","time":{"start":1724889199686,"stop":1724889199686,"duration":0}},{"uid":"babcc99124dca470","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/babcc99124dca470","status":"passed","time":{"start":1724888382419,"stop":1724888382420,"duration":1}},{"uid":"647b15bd8c780c34","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/647b15bd8c780c34","status":"passed","time":{"start":1724887156366,"stop":1724887156366,"duration":0}},{"uid":"2cb1e8a1c4ca8633","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2cb1e8a1c4ca8633","status":"passed","time":{"start":1724886936158,"stop":1724886936159,"duration":1}},{"uid":"240a7b9940218084","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/240a7b9940218084","status":"passed","time":{"start":1724862347634,"stop":1724862347634,"duration":0}},{"uid":"33ca62906a0dc74a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/33ca62906a0dc74a","status":"passed","time":{"start":1724861827951,"stop":1724861827952,"duration":1}},{"uid":"da1abbe2beac79be","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/da1abbe2beac79be","status":"passed","time":{"start":1724861685956,"stop":1724861685957,"duration":1}},{"uid":"f937431b4973791c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f937431b4973791c","status":"passed","time":{"start":1724861514745,"stop":1724861514746,"duration":1}}]},"tags":[]},"source":"eb080975fc4393f9.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/2e6aedeff2efd0cc.json b/7376/data/test-cases/eb1212c894e3a5c7.json similarity index 52% rename from 7346/data/test-cases/2e6aedeff2efd0cc.json rename to 7376/data/test-cases/eb1212c894e3a5c7.json index e141e920fec..18204762f92 100644 --- a/7346/data/test-cases/2e6aedeff2efd0cc.json +++ b/7376/data/test-cases/eb1212c894e3a5c7.json @@ -1 +1 @@ -{"uid":"2e6aedeff2efd0cc","name":"Ping succeeds for all connected peers","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Ping succeeds for all connected peers","historyId":"2d1af9d1bfc0eb84e74b3a4e00a0e300:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724764956448,"stop":1724764956450,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28},"items":[{"uid":"bdc93be68dc39d22","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/bdc93be68dc39d22","status":"passed","time":{"start":1724764881706,"stop":1724764881707,"duration":1}},{"uid":"9e90ea8b38a7b4c8","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/9e90ea8b38a7b4c8","status":"passed","time":{"start":1724763272770,"stop":1724763272770,"duration":0}},{"uid":"ba48f6db38741533","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ba48f6db38741533","status":"passed","time":{"start":1724760509270,"stop":1724760509270,"duration":0}},{"uid":"344684e34333b9b4","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/344684e34333b9b4","status":"passed","time":{"start":1724759530072,"stop":1724759530072,"duration":0}},{"uid":"66a7f7309eee0e9b","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/66a7f7309eee0e9b","status":"passed","time":{"start":1724757727579,"stop":1724757727580,"duration":1}},{"uid":"ea31b50ea87afe89","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ea31b50ea87afe89","status":"passed","time":{"start":1724757387010,"stop":1724757387015,"duration":5}},{"uid":"1a983a6a84e9ad2f","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/1a983a6a84e9ad2f","status":"passed","time":{"start":1724756777660,"stop":1724756777660,"duration":0}},{"uid":"ed347f72734e7d6c","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ed347f72734e7d6c","status":"passed","time":{"start":1724754800960,"stop":1724754800960,"duration":0}},{"uid":"b3a75019f555dfee","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/b3a75019f555dfee","status":"passed","time":{"start":1724752227446,"stop":1724752227446,"duration":0}},{"uid":"8aafe2a3a9c6a15f","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/8aafe2a3a9c6a15f","status":"passed","time":{"start":1724751071162,"stop":1724751071162,"duration":0}},{"uid":"4d2c83e1842c07f2","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/4d2c83e1842c07f2","status":"passed","time":{"start":1724750141227,"stop":1724750141227,"duration":0}},{"uid":"15254d2d6370d375","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/15254d2d6370d375","status":"passed","time":{"start":1724749160666,"stop":1724749160667,"duration":1}},{"uid":"e1f114fff8d0c009","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/e1f114fff8d0c009","status":"passed","time":{"start":1724717458198,"stop":1724717458198,"duration":0}},{"uid":"7be0ed7fc891bffb","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/7be0ed7fc891bffb","status":"passed","time":{"start":1724714689804,"stop":1724714689806,"duration":2}},{"uid":"a98cc1c95fceec09","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/a98cc1c95fceec09","status":"passed","time":{"start":1724712774179,"stop":1724712774179,"duration":0}},{"uid":"3975a8d2b6f19dc4","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/3975a8d2b6f19dc4","status":"passed","time":{"start":1724705983667,"stop":1724705983667,"duration":0}},{"uid":"4e0e17c4c6447897","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/4e0e17c4c6447897","status":"passed","time":{"start":1724704395831,"stop":1724704395831,"duration":0}},{"uid":"61bf4c1fab291210","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/61bf4c1fab291210","status":"passed","time":{"start":1724683756936,"stop":1724683756937,"duration":1}},{"uid":"f1adbfc824fd9073","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/f1adbfc824fd9073","status":"passed","time":{"start":1724672480935,"stop":1724672480936,"duration":1}},{"uid":"bcef01bbfe79264f","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/bcef01bbfe79264f","status":"passed","time":{"start":1724670239930,"stop":1724670239930,"duration":0}}]},"tags":[]},"source":"2e6aedeff2efd0cc.json","parameterValues":[]} \ No newline at end of file +{"uid":"eb1212c894e3a5c7","name":"Ping succeeds for all connected peers","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Ping succeeds for all connected peers","historyId":"2d1af9d1bfc0eb84e74b3a4e00a0e300:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922535037,"stop":1724922535037,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a206bb49a8e6967f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a206bb49a8e6967f","status":"passed","time":{"start":1724921196355,"stop":1724921196355,"duration":0}},{"uid":"115945283ed8c5dd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/115945283ed8c5dd","status":"passed","time":{"start":1724921173178,"stop":1724921173179,"duration":1}},{"uid":"c971ccb3e726a62","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c971ccb3e726a62","status":"passed","time":{"start":1724917930825,"stop":1724917930825,"duration":0}},{"uid":"2cf55d5514ca4668","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2cf55d5514ca4668","status":"passed","time":{"start":1724889621015,"stop":1724889621016,"duration":1}},{"uid":"91214c4e90e5f18c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91214c4e90e5f18c","status":"passed","time":{"start":1724888759385,"stop":1724888759387,"duration":2}},{"uid":"95855eaa63625bd8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/95855eaa63625bd8","status":"passed","time":{"start":1724888015043,"stop":1724888015043,"duration":0}},{"uid":"e78cac6f977ac376","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e78cac6f977ac376","status":"passed","time":{"start":1724886784541,"stop":1724886784541,"duration":0}},{"uid":"66ce69a0af9d0781","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/66ce69a0af9d0781","status":"passed","time":{"start":1724886566523,"stop":1724886566524,"duration":1}},{"uid":"3b9af78640ad5e9a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3b9af78640ad5e9a","status":"passed","time":{"start":1724861915532,"stop":1724861915533,"duration":1}},{"uid":"a5f52021da809e5a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a5f52021da809e5a","status":"passed","time":{"start":1724861379718,"stop":1724861379722,"duration":4}},{"uid":"8a3645fcf8d8be29","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8a3645fcf8d8be29","status":"passed","time":{"start":1724861206875,"stop":1724861206875,"duration":0}},{"uid":"fbf70cf7ada9fe6e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fbf70cf7ada9fe6e","status":"passed","time":{"start":1724861067558,"stop":1724861067558,"duration":0}}]},"tags":[]},"source":"eb1212c894e3a5c7.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/ebd71eb0d1b44662.json b/7376/data/test-cases/ebd71eb0d1b44662.json new file mode 100644 index 00000000000..64c4c1cffcf --- /dev/null +++ b/7376/data/test-cases/ebd71eb0d1b44662.json @@ -0,0 +1 @@ +{"uid":"ebd71eb0d1b44662","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","historyId":"a994d450a82127230549fc5bddc67bd3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374686,"stop":1724922374686,"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":13,"unknown":0,"total":13},"items":[{"uid":"dd8abdc0d7a442a0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dd8abdc0d7a442a0","status":"passed","time":{"start":1724921037648,"stop":1724921037648,"duration":0}},{"uid":"f84dec9f86818d75","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f84dec9f86818d75","status":"passed","time":{"start":1724921013060,"stop":1724921013060,"duration":0}},{"uid":"1296510046ca3d50","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1296510046ca3d50","status":"passed","time":{"start":1724917673301,"stop":1724917673301,"duration":0}},{"uid":"cace836effb22f6f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cace836effb22f6f","status":"passed","time":{"start":1724889452321,"stop":1724889452321,"duration":0}},{"uid":"26461e5903564643","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/26461e5903564643","status":"passed","time":{"start":1724888602853,"stop":1724888602853,"duration":0}},{"uid":"42fa252614a4e7aa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/42fa252614a4e7aa","status":"passed","time":{"start":1724887759174,"stop":1724887759174,"duration":0}},{"uid":"27c7955c0aa49828","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/27c7955c0aa49828","status":"passed","time":{"start":1724886525553,"stop":1724886525553,"duration":0}},{"uid":"cae27065f67bfc5b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cae27065f67bfc5b","status":"passed","time":{"start":1724886303407,"stop":1724886303408,"duration":1}},{"uid":"ae225c4a52e5b049","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ae225c4a52e5b049","status":"passed","time":{"start":1724861752240,"stop":1724861752240,"duration":0}},{"uid":"815fa0f848293864","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/815fa0f848293864","status":"passed","time":{"start":1724861223364,"stop":1724861223364,"duration":0}},{"uid":"b2d75be5cf2bc86d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b2d75be5cf2bc86d","status":"passed","time":{"start":1724861045213,"stop":1724861045213,"duration":0}},{"uid":"cf5b133d6f0ff8a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cf5b133d6f0ff8a","status":"passed","time":{"start":1724860907098,"stop":1724860907099,"duration":1}}]},"tags":[]},"source":"ebd71eb0d1b44662.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/8822aaf3fa973396.json b/7376/data/test-cases/ec028e33e0a411fa.json similarity index 84% rename from 7346/data/test-cases/8822aaf3fa973396.json rename to 7376/data/test-cases/ec028e33e0a411fa.json index 25a8c37acb8..0912726e92a 100644 --- a/7346/data/test-cases/8822aaf3fa973396.json +++ b/7376/data/test-cases/ec028e33e0a411fa.json @@ -1 +1 @@ -{"uid":"8822aaf3fa973396","name":"Push message with meta","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with meta","historyId":"a593fb3e6a25b4462513d1c3e8fa1663:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505402,"stop":1724765505403,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":22,"unknown":0,"total":26},"items":[{"uid":"2d06430a25ad37e0","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/2d06430a25ad37e0","status":"passed","time":{"start":1724765434035,"stop":1724765434035,"duration":0}},{"uid":"cfae61343957fe54","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/cfae61343957fe54","status":"passed","time":{"start":1724763779048,"stop":1724763779048,"duration":0}},{"uid":"553976c9cea5748","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/553976c9cea5748","status":"passed","time":{"start":1724761038751,"stop":1724761038751,"duration":0}},{"uid":"ca10d0c030dbe604","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/ca10d0c030dbe604","status":"passed","time":{"start":1724760066638,"stop":1724760066638,"duration":0}},{"uid":"18918d6f16b187ec","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/18918d6f16b187ec","status":"passed","time":{"start":1724758223000,"stop":1724758223001,"duration":1}},{"uid":"9904b698b5a5db32","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/9904b698b5a5db32","status":"passed","time":{"start":1724757927333,"stop":1724757927334,"duration":1}},{"uid":"74fcdf62576414bd","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/74fcdf62576414bd","status":"passed","time":{"start":1724757257499,"stop":1724757257499,"duration":0}},{"uid":"89d46be866191e5a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/89d46be866191e5a","status":"passed","time":{"start":1724755333012,"stop":1724755333018,"duration":6}},{"uid":"e1905b7e9c8ef1af","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/e1905b7e9c8ef1af","status":"passed","time":{"start":1724752782411,"stop":1724752782411,"duration":0}},{"uid":"9da76114d8e6b2fb","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/9da76114d8e6b2fb","status":"passed","time":{"start":1724751616580,"stop":1724751616580,"duration":0}},{"uid":"c6c025131d922070","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/c6c025131d922070","status":"passed","time":{"start":1724750702003,"stop":1724750702003,"duration":0}},{"uid":"e78f8e7b2798e681","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/e78f8e7b2798e681","status":"passed","time":{"start":1724749709053,"stop":1724749709054,"duration":1}},{"uid":"35b756fdd6907259","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/35b756fdd6907259","status":"passed","time":{"start":1724718008234,"stop":1724718008234,"duration":0}},{"uid":"3ab910d26b0cc54","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/3ab910d26b0cc54","status":"passed","time":{"start":1724715239147,"stop":1724715239147,"duration":0}},{"uid":"d7e1dbd6b0e7dde7","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/d7e1dbd6b0e7dde7","status":"passed","time":{"start":1724713322717,"stop":1724713322719,"duration":2}},{"uid":"70d173c6692e4649","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/70d173c6692e4649","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724707170692,"stop":1724707170692,"duration":0}},{"uid":"81425159640d014a","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/81425159640d014a","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724705570781,"stop":1724705570781,"duration":0}},{"uid":"adbfeee12f7b5aad","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/adbfeee12f7b5aad","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724684936370,"stop":1724684936370,"duration":0}},{"uid":"488ed89d2d97ebb","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/488ed89d2d97ebb","status":"passed","time":{"start":1724673044057,"stop":1724673044057,"duration":0}},{"uid":"d02056ec9fb7e60d","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/d02056ec9fb7e60d","status":"passed","time":{"start":1724670767300,"stop":1724670767300,"duration":0}}]},"tags":[]},"source":"8822aaf3fa973396.json","parameterValues":[]} \ No newline at end of file +{"uid":"ec028e33e0a411fa","name":"Push message with meta","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with meta","historyId":"a593fb3e6a25b4462513d1c3e8fa1663:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921472,"stop":1724922921472,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cab562aa51b22dc4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cab562aa51b22dc4","status":"passed","time":{"start":1724921602984,"stop":1724921602984,"duration":0}},{"uid":"f4ce9a4cef632edb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f4ce9a4cef632edb","status":"passed","time":{"start":1724921571108,"stop":1724921571108,"duration":0}},{"uid":"d72f6ce075f3324b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d72f6ce075f3324b","status":"passed","time":{"start":1724918285615,"stop":1724918285616,"duration":1}},{"uid":"bc2261dc5f15ce7a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc2261dc5f15ce7a","status":"passed","time":{"start":1724890030102,"stop":1724890030102,"duration":0}},{"uid":"3e42b6da3c7cd3ef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3e42b6da3c7cd3ef","status":"passed","time":{"start":1724889171928,"stop":1724889171929,"duration":1}},{"uid":"77ac39de64703636","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/77ac39de64703636","status":"passed","time":{"start":1724888350742,"stop":1724888350742,"duration":0}},{"uid":"1fb5777f21fa8269","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1fb5777f21fa8269","status":"passed","time":{"start":1724887115427,"stop":1724887115428,"duration":1}},{"uid":"5aa489a7408bb3f5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5aa489a7408bb3f5","status":"passed","time":{"start":1724886884586,"stop":1724886884586,"duration":0}},{"uid":"a5cf8cb5ae5d8c6b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5cf8cb5ae5d8c6b","status":"passed","time":{"start":1724862322277,"stop":1724862322278,"duration":1}},{"uid":"a841b5bdd3683dbb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a841b5bdd3683dbb","status":"passed","time":{"start":1724861790766,"stop":1724861790766,"duration":0}},{"uid":"ca4502c6217fe312","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ca4502c6217fe312","status":"passed","time":{"start":1724861628431,"stop":1724861628431,"duration":0}},{"uid":"47984b4d806aa66f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/47984b4d806aa66f","status":"passed","time":{"start":1724861465635,"stop":1724861465636,"duration":1}}]},"tags":[]},"source":"ec028e33e0a411fa.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/3518e53551d5c53a.json b/7376/data/test-cases/ec04f7a61da5119.json similarity index 71% rename from 7346/data/test-cases/3518e53551d5c53a.json rename to 7376/data/test-cases/ec04f7a61da5119.json index ce1ce8819b5..39d8398a3c9 100644 --- a/7346/data/test-cases/3518e53551d5c53a.json +++ b/7376/data/test-cases/ec04f7a61da5119.json @@ -1 +1 @@ -{"uid":"3518e53551d5c53a","name":"Subscribe and receives messages on 20 topics","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe and receives messages on 20 topics","historyId":"c717f1b9c8d8565ddbfeb4c28c1c45cb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765545664,"stop":1724765545674,"duration":10},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"9717137aa19fee82","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/9717137aa19fee82","status":"passed","time":{"start":1724765472920,"stop":1724765472920,"duration":0}},{"uid":"75be1deddbc3a5f0","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/75be1deddbc3a5f0","status":"passed","time":{"start":1724763953865,"stop":1724763953865,"duration":0}},{"uid":"a1b8925adef99d35","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a1b8925adef99d35","status":"passed","time":{"start":1724761070311,"stop":1724761070312,"duration":1}},{"uid":"8e5ed331f856fefe","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/8e5ed331f856fefe","status":"passed","time":{"start":1724760260073,"stop":1724760260074,"duration":1}},{"uid":"907572b72b07941f","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/907572b72b07941f","status":"passed","time":{"start":1724758530268,"stop":1724758530268,"duration":0}},{"uid":"b97a07406335cc1f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b97a07406335cc1f","status":"passed","time":{"start":1724757958293,"stop":1724757958294,"duration":1}},{"uid":"40c7edbc35e8b8d","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/40c7edbc35e8b8d","status":"passed","time":{"start":1724757397589,"stop":1724757397589,"duration":0}},{"uid":"c732f2374b590745","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c732f2374b590745","status":"passed","time":{"start":1724755379400,"stop":1724755379401,"duration":1}},{"uid":"569f1939f1a8ed75","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/569f1939f1a8ed75","status":"passed","time":{"start":1724752819842,"stop":1724752819842,"duration":0}},{"uid":"493603b7d4cdf061","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/493603b7d4cdf061","status":"passed","time":{"start":1724751625317,"stop":1724751625317,"duration":0}},{"uid":"cebe344fc5dbac7b","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/cebe344fc5dbac7b","status":"passed","time":{"start":1724750725818,"stop":1724750725818,"duration":0}},{"uid":"38077bd22570fd1e","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/38077bd22570fd1e","status":"passed","time":{"start":1724749717498,"stop":1724749717498,"duration":0}},{"uid":"6e0fb4596929b298","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/6e0fb4596929b298","status":"passed","time":{"start":1724718019281,"stop":1724718019281,"duration":0}},{"uid":"2b02c4794950d6bc","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/2b02c4794950d6bc","status":"passed","time":{"start":1724715264559,"stop":1724715264559,"duration":0}},{"uid":"47ffcaf31b848576","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/47ffcaf31b848576","status":"passed","time":{"start":1724713371747,"stop":1724713371747,"duration":0}},{"uid":"7bd948d032ef185","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/7bd948d032ef185","status":"passed","time":{"start":1724706679430,"stop":1724706679431,"duration":1}},{"uid":"def534aee5816532","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/def534aee5816532","status":"passed","time":{"start":1724705096858,"stop":1724705096858,"duration":0}},{"uid":"48a2488a7e5753dd","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/48a2488a7e5753dd","status":"passed","time":{"start":1724684459925,"stop":1724684459926,"duration":1}},{"uid":"1007e3ecb7357d1f","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/1007e3ecb7357d1f","status":"passed","time":{"start":1724673071754,"stop":1724673071754,"duration":0}},{"uid":"8e14c74042a45708","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/8e14c74042a45708","status":"passed","time":{"start":1724670808684,"stop":1724670808684,"duration":0}}]},"tags":[]},"source":"3518e53551d5c53a.json","parameterValues":[]} \ No newline at end of file +{"uid":"ec04f7a61da5119","name":"Error when try to subscribe to more than 101 topics (new limit)","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Error when try to subscribe to more than 101 topics (new limit)","historyId":"b4b061c1702e51d99292ff6cc4d68e5e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012475,"stop":1724923012475,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ba99988ac84ac02f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ba99988ac84ac02f","status":"passed","time":{"start":1724921625081,"stop":1724921625081,"duration":0}},{"uid":"6bdf4470f3500535","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6bdf4470f3500535","status":"passed","time":{"start":1724921590505,"stop":1724921590505,"duration":0}},{"uid":"b5332c94c780be66","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b5332c94c780be66","status":"passed","time":{"start":1724918287572,"stop":1724918287572,"duration":0}},{"uid":"c34f2d3042498d4e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c34f2d3042498d4e","status":"passed","time":{"start":1724890047797,"stop":1724890047798,"duration":1}},{"uid":"306943cf33192c51","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/306943cf33192c51","status":"passed","time":{"start":1724889183931,"stop":1724889183931,"duration":0}},{"uid":"655657c2a63f118","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/655657c2a63f118","status":"passed","time":{"start":1724888354178,"stop":1724888354179,"duration":1}},{"uid":"524faba82dcc004d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/524faba82dcc004d","status":"passed","time":{"start":1724887145703,"stop":1724887145703,"duration":0}},{"uid":"b5c4b50416fca9e7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b5c4b50416fca9e7","status":"passed","time":{"start":1724886915794,"stop":1724886915794,"duration":0}},{"uid":"bce1234aa93f73b7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bce1234aa93f73b7","status":"passed","time":{"start":1724862341459,"stop":1724862341459,"duration":0}},{"uid":"61748de3f7a8e932","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/61748de3f7a8e932","status":"passed","time":{"start":1724861805460,"stop":1724861805461,"duration":1}},{"uid":"8704d54694394df2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8704d54694394df2","status":"passed","time":{"start":1724861662296,"stop":1724861662296,"duration":0}},{"uid":"129d39109aaaa528","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/129d39109aaaa528","status":"passed","time":{"start":1724861492523,"stop":1724861492523,"duration":0}}]},"tags":[]},"source":"ec04f7a61da5119.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/6c859404fe368909.json b/7376/data/test-cases/ec0a8b0c8290189b.json similarity index 76% rename from 7346/data/test-cases/6c859404fe368909.json rename to 7376/data/test-cases/ec0a8b0c8290189b.json index 83e83f164be..dc992a59fac 100644 --- a/7346/data/test-cases/6c859404fe368909.json +++ b/7376/data/test-cases/ec0a8b0c8290189b.json @@ -1 +1 @@ -{"uid":"6c859404fe368909","name":"Check received message containing long","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing long","historyId":"603625a98f1a885e3b4008162ac7ce5a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765048424,"stop":1724765048425,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"deb99d68326bab0f","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/deb99d68326bab0f","status":"passed","time":{"start":1724764977130,"stop":1724764977131,"duration":1}},{"uid":"4161bf011012c21c","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/4161bf011012c21c","status":"passed","time":{"start":1724763340002,"stop":1724763340002,"duration":0}},{"uid":"96a6e3756babd66e","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/96a6e3756babd66e","status":"passed","time":{"start":1724760600490,"stop":1724760600490,"duration":0}},{"uid":"afdbd237af5a5a83","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/afdbd237af5a5a83","status":"passed","time":{"start":1724759627548,"stop":1724759627549,"duration":1}},{"uid":"ff995aec859cea28","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/ff995aec859cea28","status":"passed","time":{"start":1724757762715,"stop":1724757762716,"duration":1}},{"uid":"d8de579162b87fc5","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/d8de579162b87fc5","status":"passed","time":{"start":1724757473896,"stop":1724757473896,"duration":0}},{"uid":"34cb62491b03e69b","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/34cb62491b03e69b","status":"passed","time":{"start":1724756805996,"stop":1724756805997,"duration":1}},{"uid":"f5d85ebcf15f4c25","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/f5d85ebcf15f4c25","status":"passed","time":{"start":1724754890964,"stop":1724754890964,"duration":0}},{"uid":"ce4d410a5d1d89","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/ce4d410a5d1d89","status":"passed","time":{"start":1724752321305,"stop":1724752321306,"duration":1}},{"uid":"443d26c8159484d7","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/443d26c8159484d7","status":"passed","time":{"start":1724751157973,"stop":1724751157974,"duration":1}},{"uid":"91d543700eeced0b","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/91d543700eeced0b","status":"passed","time":{"start":1724750231016,"stop":1724750231016,"duration":0}},{"uid":"9de1717df3a8a93","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/9de1717df3a8a93","status":"passed","time":{"start":1724749270689,"stop":1724749270689,"duration":0}},{"uid":"e3b46632a0456e16","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/e3b46632a0456e16","status":"passed","time":{"start":1724717545666,"stop":1724717545666,"duration":0}},{"uid":"4cfce1836311c8e","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/4cfce1836311c8e","status":"passed","time":{"start":1724714779116,"stop":1724714779119,"duration":3}},{"uid":"bd509c5e200f97bb","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/bd509c5e200f97bb","status":"passed","time":{"start":1724712855301,"stop":1724712855301,"duration":0}},{"uid":"cea9627c922678a6","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/cea9627c922678a6","status":"passed","time":{"start":1724706072091,"stop":1724706072092,"duration":1}},{"uid":"d27ef28cefd501cc","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d27ef28cefd501cc","status":"passed","time":{"start":1724704476157,"stop":1724704476158,"duration":1}},{"uid":"4940718e4b00999a","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/4940718e4b00999a","status":"passed","time":{"start":1724683855292,"stop":1724683855292,"duration":0}},{"uid":"1744a33823b0f447","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/1744a33823b0f447","status":"passed","time":{"start":1724672579668,"stop":1724672579668,"duration":0}},{"uid":"f5b8fe736a2c0c23","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/f5b8fe736a2c0c23","status":"passed","time":{"start":1724670325005,"stop":1724670325006,"duration":1}}]},"tags":[]},"source":"6c859404fe368909.json","parameterValues":[]} \ No newline at end of file +{"uid":"ec0a8b0c8290189b","name":"Check received message containing long","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message containing long","historyId":"603625a98f1a885e3b4008162ac7ce5a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922601838,"stop":1724922601838,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"af79648e432fe63c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/af79648e432fe63c","status":"passed","time":{"start":1724921267865,"stop":1724921267865,"duration":0}},{"uid":"ba112037747a0129","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ba112037747a0129","status":"passed","time":{"start":1724921244356,"stop":1724921244357,"duration":1}},{"uid":"101a5b182dbc1676","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/101a5b182dbc1676","status":"passed","time":{"start":1724917916038,"stop":1724917916039,"duration":1}},{"uid":"6e43ae20d960ef17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e43ae20d960ef17","status":"passed","time":{"start":1724889678249,"stop":1724889678250,"duration":1}},{"uid":"d473dc2e8da62f9b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d473dc2e8da62f9b","status":"passed","time":{"start":1724888831680,"stop":1724888831680,"duration":0}},{"uid":"b4992a135e1e95e2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b4992a135e1e95e2","status":"passed","time":{"start":1724888003312,"stop":1724888003315,"duration":3}},{"uid":"9cb72e4abe3d3bb9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9cb72e4abe3d3bb9","status":"passed","time":{"start":1724886776600,"stop":1724886776601,"duration":1}},{"uid":"c41a349212c40532","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c41a349212c40532","status":"passed","time":{"start":1724886555787,"stop":1724886555787,"duration":0}},{"uid":"2e2104445118cd7a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2e2104445118cd7a","status":"passed","time":{"start":1724861983001,"stop":1724861983002,"duration":1}},{"uid":"45bc5aee0b120fff","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/45bc5aee0b120fff","status":"passed","time":{"start":1724861444062,"stop":1724861444063,"duration":1}},{"uid":"3eaa832224eb44b0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3eaa832224eb44b0","status":"passed","time":{"start":1724861285825,"stop":1724861285825,"duration":0}},{"uid":"74767a03b26f3dcf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/74767a03b26f3dcf","status":"passed","time":{"start":1724861145651,"stop":1724861145656,"duration":5}}]},"tags":[]},"source":"ec0a8b0c8290189b.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/c2dfe9ef00959053.json b/7376/data/test-cases/ecc855c705f308b2.json similarity index 79% rename from 7346/data/test-cases/c2dfe9ef00959053.json rename to 7376/data/test-cases/ecc855c705f308b2.json index 99c0c4a608a..6e2b5b3558f 100644 --- a/7346/data/test-cases/c2dfe9ef00959053.json +++ b/7376/data/test-cases/ecc855c705f308b2.json @@ -1 +1 @@ -{"uid":"c2dfe9ef00959053","name":"Subscribe to topic containing Russian and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing Russian and receive message","historyId":"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765075585,"stop":1724765075586,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"34850325e05e51f0","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/34850325e05e51f0","status":"passed","time":{"start":1724765010544,"stop":1724765010544,"duration":0}},{"uid":"5dcb700b1525653a","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/5dcb700b1525653a","status":"passed","time":{"start":1724763380300,"stop":1724763380303,"duration":3}},{"uid":"cfdc5bb82a730786","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/cfdc5bb82a730786","status":"passed","time":{"start":1724760632565,"stop":1724760632565,"duration":0}},{"uid":"dd372e4d74b362e6","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/dd372e4d74b362e6","status":"passed","time":{"start":1724759660925,"stop":1724759660925,"duration":0}},{"uid":"27fc5a511904250a","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/27fc5a511904250a","status":"passed","time":{"start":1724757793701,"stop":1724757793701,"duration":0}},{"uid":"9770c5cc078170a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/9770c5cc078170a","status":"passed","time":{"start":1724757518637,"stop":1724757518637,"duration":0}},{"uid":"87a63551efbd08ba","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/87a63551efbd08ba","status":"passed","time":{"start":1724756832104,"stop":1724756832105,"duration":1}},{"uid":"8ba1c36642d297fd","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/8ba1c36642d297fd","status":"passed","time":{"start":1724754929280,"stop":1724754929281,"duration":1}},{"uid":"d0fa3259ed77f413","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/d0fa3259ed77f413","status":"passed","time":{"start":1724752352149,"stop":1724752352155,"duration":6}},{"uid":"9fa8fe7d3cef2658","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/9fa8fe7d3cef2658","status":"passed","time":{"start":1724751201125,"stop":1724751201125,"duration":0}},{"uid":"a8cd9eed5970fdaf","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/a8cd9eed5970fdaf","status":"passed","time":{"start":1724750264840,"stop":1724750264841,"duration":1}},{"uid":"e35aab5e566b458d","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/e35aab5e566b458d","status":"passed","time":{"start":1724749292168,"stop":1724749292168,"duration":0}},{"uid":"cef14194274d0d9d","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/cef14194274d0d9d","status":"passed","time":{"start":1724717596795,"stop":1724717596795,"duration":0}},{"uid":"29b334699e1bc0a1","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/29b334699e1bc0a1","status":"passed","time":{"start":1724714823653,"stop":1724714823660,"duration":7}},{"uid":"73ea0e4533216a","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/73ea0e4533216a","status":"passed","time":{"start":1724712895793,"stop":1724712895793,"duration":0}},{"uid":"3993f717c12b7ad0","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/3993f717c12b7ad0","status":"passed","time":{"start":1724706113496,"stop":1724706113497,"duration":1}},{"uid":"a8c60ebea6133c66","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a8c60ebea6133c66","status":"passed","time":{"start":1724704522415,"stop":1724704522416,"duration":1}},{"uid":"9a1cbb352280e280","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/9a1cbb352280e280","status":"passed","time":{"start":1724683897628,"stop":1724683897629,"duration":1}},{"uid":"603b6c2b96441a4f","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/603b6c2b96441a4f","status":"passed","time":{"start":1724672624707,"stop":1724672624707,"duration":0}},{"uid":"b55e0c63b372686f","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/b55e0c63b372686f","status":"passed","time":{"start":1724670354432,"stop":1724670354432,"duration":0}}]},"tags":[]},"source":"c2dfe9ef00959053.json","parameterValues":[]} \ No newline at end of file +{"uid":"ecc855c705f308b2","name":"Subscribe to topic containing Russian and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing Russian and receive message","historyId":"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922635356,"stop":1724922635356,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"529f41f06281e81","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/529f41f06281e81","status":"passed","time":{"start":1724921297011,"stop":1724921297012,"duration":1}},{"uid":"7b803a7ac604a331","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7b803a7ac604a331","status":"passed","time":{"start":1724921276369,"stop":1724921276369,"duration":0}},{"uid":"c41e35313eeabe95","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c41e35313eeabe95","status":"passed","time":{"start":1724917948327,"stop":1724917948327,"duration":0}},{"uid":"2b0e3ff6a673fd93","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b0e3ff6a673fd93","status":"passed","time":{"start":1724889729011,"stop":1724889729011,"duration":0}},{"uid":"5a8f29f98934c554","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5a8f29f98934c554","status":"passed","time":{"start":1724888864957,"stop":1724888864957,"duration":0}},{"uid":"7e013034d826129d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7e013034d826129d","status":"passed","time":{"start":1724888053749,"stop":1724888053749,"duration":0}},{"uid":"fe84b84368956cf3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fe84b84368956cf3","status":"passed","time":{"start":1724886811663,"stop":1724886811663,"duration":0}},{"uid":"8ba87a025a1e5772","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8ba87a025a1e5772","status":"passed","time":{"start":1724886581006,"stop":1724886581006,"duration":0}},{"uid":"924962ad9f09d759","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/924962ad9f09d759","status":"passed","time":{"start":1724862019563,"stop":1724862019563,"duration":0}},{"uid":"40b5cf591f908d9e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/40b5cf591f908d9e","status":"passed","time":{"start":1724861493938,"stop":1724861493939,"duration":1}},{"uid":"6d891a2a42a4ef8a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6d891a2a42a4ef8a","status":"passed","time":{"start":1724861318040,"stop":1724861318042,"duration":2}},{"uid":"cd8b981d08d5080f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cd8b981d08d5080f","status":"passed","time":{"start":1724861178517,"stop":1724861178518,"duration":1}}]},"tags":[]},"source":"ecc855c705f308b2.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/bef56232180e99c6.json b/7376/data/test-cases/eccd8df0aba7f0fb.json similarity index 83% rename from 7346/data/test-cases/bef56232180e99c6.json rename to 7376/data/test-cases/eccd8df0aba7f0fb.json index 7f748335651..61fb5bfc607 100644 --- a/7346/data/test-cases/bef56232180e99c6.json +++ b/7376/data/test-cases/eccd8df0aba7f0fb.json @@ -1 +1 @@ -{"uid":"bef56232180e99c6","name":"Push message with Script payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with Script payload","historyId":"b40cd5e2428d3792bac2155e0a9bce97:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367129,"stop":1724765367129,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"580573dc42b04a7f","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/580573dc42b04a7f","status":"passed","time":{"start":1724765300565,"stop":1724765300566,"duration":1}},{"uid":"57e7dc31f3c4f4d8","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/57e7dc31f3c4f4d8","status":"passed","time":{"start":1724763693153,"stop":1724763693154,"duration":1}},{"uid":"497a89327edf42e0","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/497a89327edf42e0","status":"passed","time":{"start":1724760912475,"stop":1724760912476,"duration":1}},{"uid":"b28a333e982cffd1","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/b28a333e982cffd1","status":"passed","time":{"start":1724759937120,"stop":1724759937120,"duration":0}},{"uid":"ce74a02bd16841bb","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/ce74a02bd16841bb","status":"passed","time":{"start":1724758102740,"stop":1724758102741,"duration":1}},{"uid":"5a6b2d38e89626f8","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/5a6b2d38e89626f8","status":"passed","time":{"start":1724757793364,"stop":1724757793365,"duration":1}},{"uid":"7a4d3481214d31bb","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/7a4d3481214d31bb","status":"passed","time":{"start":1724757169518,"stop":1724757169518,"duration":0}},{"uid":"b59bc9e17e8015db","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b59bc9e17e8015db","status":"passed","time":{"start":1724755216332,"stop":1724755216332,"duration":0}},{"uid":"4d497b4f3482d8f5","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/4d497b4f3482d8f5","status":"passed","time":{"start":1724752641982,"stop":1724752641982,"duration":0}},{"uid":"5df3758f030bb61a","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/5df3758f030bb61a","status":"passed","time":{"start":1724751479127,"stop":1724751479127,"duration":0}},{"uid":"d533ace0d3504eea","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/d533ace0d3504eea","status":"passed","time":{"start":1724750562186,"stop":1724750562187,"duration":1}},{"uid":"37dff7aa463b2f86","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/37dff7aa463b2f86","status":"passed","time":{"start":1724749562418,"stop":1724749562419,"duration":1}},{"uid":"45f2bb1ea0fb0768","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/45f2bb1ea0fb0768","status":"passed","time":{"start":1724717869149,"stop":1724717869149,"duration":0}},{"uid":"c1d227b5c18a35c3","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/c1d227b5c18a35c3","status":"passed","time":{"start":1724715106000,"stop":1724715106001,"duration":1}},{"uid":"c100c4332fcc2ca8","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/c100c4332fcc2ca8","status":"passed","time":{"start":1724713204877,"stop":1724713204878,"duration":1}},{"uid":"66eff46870803ddf","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/66eff46870803ddf","status":"passed","time":{"start":1724706379245,"stop":1724706379245,"duration":0}},{"uid":"9e9461bd075f4f5c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/9e9461bd075f4f5c","status":"passed","time":{"start":1724704806938,"stop":1724704806938,"duration":0}},{"uid":"ac89d49c1d80c20c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/ac89d49c1d80c20c","status":"passed","time":{"start":1724684165983,"stop":1724684165984,"duration":1}},{"uid":"d3762ab1e3a26da5","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/d3762ab1e3a26da5","status":"passed","time":{"start":1724672921809,"stop":1724672921810,"duration":1}},{"uid":"7297183c938090f1","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/7297183c938090f1","status":"passed","time":{"start":1724670647854,"stop":1724670647854,"duration":0}}]},"tags":[]},"source":"bef56232180e99c6.json","parameterValues":[]} \ No newline at end of file +{"uid":"eccd8df0aba7f0fb","name":"Push message with Script payload","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with Script payload","historyId":"b40cd5e2428d3792bac2155e0a9bce97:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853909,"stop":1724922853909,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"47aecb8f33927f95","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/47aecb8f33927f95","status":"passed","time":{"start":1724921529571,"stop":1724921529571,"duration":0}},{"uid":"87de082556496c76","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/87de082556496c76","status":"passed","time":{"start":1724921488873,"stop":1724921488873,"duration":0}},{"uid":"c6fcd745fb7bfe33","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c6fcd745fb7bfe33","status":"passed","time":{"start":1724918203668,"stop":1724918203669,"duration":1}},{"uid":"c90e1883caa890db","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c90e1883caa890db","status":"passed","time":{"start":1724889938352,"stop":1724889938352,"duration":0}},{"uid":"a724978541b40501","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a724978541b40501","status":"passed","time":{"start":1724889077032,"stop":1724889077032,"duration":0}},{"uid":"486f23c14e05e24e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/486f23c14e05e24e","status":"passed","time":{"start":1724888268006,"stop":1724888268007,"duration":1}},{"uid":"99af6f2c60ac75f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/99af6f2c60ac75f9","status":"passed","time":{"start":1724887032389,"stop":1724887032389,"duration":0}},{"uid":"3f8e031bddb5e9e1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3f8e031bddb5e9e1","status":"passed","time":{"start":1724886822785,"stop":1724886822785,"duration":0}},{"uid":"cbe09136be807c6d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cbe09136be807c6d","status":"passed","time":{"start":1724862233503,"stop":1724862233503,"duration":0}},{"uid":"c46e6f91773c7387","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c46e6f91773c7387","status":"passed","time":{"start":1724861712663,"stop":1724861712664,"duration":1}},{"uid":"99477c4e6519af3c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/99477c4e6519af3c","status":"passed","time":{"start":1724861567880,"stop":1724861567881,"duration":1}},{"uid":"ae84fb47b1e14716","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ae84fb47b1e14716","status":"passed","time":{"start":1724861392038,"stop":1724861392039,"duration":1}}]},"tags":[]},"source":"eccd8df0aba7f0fb.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/ecd2ddd0332f70fd.json b/7376/data/test-cases/ecd2ddd0332f70fd.json new file mode 100644 index 00000000000..ca4f04456a8 --- /dev/null +++ b/7376/data/test-cases/ecd2ddd0332f70fd.json @@ -0,0 +1 @@ +{"uid":"ecd2ddd0332f70fd","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","fullName":"/tests/connection-mananger/events.spec.ts: Events > peer:discovery > should emit `peer:discovery:bootstrap` event when a peer is discovered","historyId":"6c39df66853b3b1ff073abdfaa79b3f5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922425592,"stop":1724922425595,"duration":3},"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:discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9b9d97f1a0e69d96","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9b9d97f1a0e69d96","status":"passed","time":{"start":1724921088189,"stop":1724921088192,"duration":3}},{"uid":"1006f3ce509de76b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1006f3ce509de76b","status":"passed","time":{"start":1724921063379,"stop":1724921063380,"duration":1}},{"uid":"a0bacc685a260231","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a0bacc685a260231","status":"passed","time":{"start":1724917723828,"stop":1724917723830,"duration":2}},{"uid":"5e1b5d3e7d493c50","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5e1b5d3e7d493c50","status":"passed","time":{"start":1724889503222,"stop":1724889503224,"duration":2}},{"uid":"cf5026969db80e1c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf5026969db80e1c","status":"passed","time":{"start":1724888652590,"stop":1724888652591,"duration":1}},{"uid":"3ef3300615bd931c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3ef3300615bd931c","status":"passed","time":{"start":1724887810644,"stop":1724887810646,"duration":2}},{"uid":"54f89253184da0bf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/54f89253184da0bf","status":"passed","time":{"start":1724886577050,"stop":1724886577053,"duration":3}},{"uid":"64ac8d81f04c631","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/64ac8d81f04c631","status":"passed","time":{"start":1724886355047,"stop":1724886355048,"duration":1}},{"uid":"2b3daf283148c91c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b3daf283148c91c","status":"passed","time":{"start":1724861804035,"stop":1724861804038,"duration":3}},{"uid":"d12e0fb67f9ff47f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d12e0fb67f9ff47f","status":"passed","time":{"start":1724861273292,"stop":1724861273294,"duration":2}},{"uid":"a9d957c280169d2b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a9d957c280169d2b","status":"passed","time":{"start":1724861099304,"stop":1724861099305,"duration":1}},{"uid":"a2fa560794e5beef","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a2fa560794e5beef","status":"passed","time":{"start":1724860959299,"stop":1724860959302,"duration":3}}]},"tags":[]},"source":"ecd2ddd0332f70fd.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/ed6a4fd50406bc40.json b/7376/data/test-cases/ed6a4fd50406bc40.json new file mode 100644 index 00000000000..773ea08394e --- /dev/null +++ b/7376/data/test-cases/ed6a4fd50406bc40.json @@ -0,0 +1 @@ +{"uid":"ed6a4fd50406bc40","name":"should set field with all protocols enabled","fullName":"/src/enr.spec.ts: ENR > waku2 key round trip > should set field with all protocols enabled","historyId":"15d8fa3681f738923124b31fb1a6f5ee:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922383091,"stop":1724922383091,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"waku2 key round trip"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"429a8970c81439fc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/429a8970c81439fc","status":"passed","time":{"start":1724921046208,"stop":1724921046208,"duration":0}},{"uid":"41fe07500e3892ff","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/41fe07500e3892ff","status":"passed","time":{"start":1724921021479,"stop":1724921021479,"duration":0}},{"uid":"78e6e6e2899b33cb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/78e6e6e2899b33cb","status":"passed","time":{"start":1724917681727,"stop":1724917681727,"duration":0}},{"uid":"204931cf268cb360","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/204931cf268cb360","status":"passed","time":{"start":1724889460655,"stop":1724889460655,"duration":0}},{"uid":"55b28f0804211fbc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/55b28f0804211fbc","status":"passed","time":{"start":1724888611298,"stop":1724888611299,"duration":1}},{"uid":"a05683f6863136ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a05683f6863136ba","status":"passed","time":{"start":1724887767623,"stop":1724887767623,"duration":0}},{"uid":"67890f6bc1ae6dd4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/67890f6bc1ae6dd4","status":"passed","time":{"start":1724886533994,"stop":1724886533995,"duration":1}},{"uid":"b88a9bd06cf9db86","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b88a9bd06cf9db86","status":"passed","time":{"start":1724886311761,"stop":1724886311761,"duration":0}},{"uid":"6222e3ec8364276f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6222e3ec8364276f","status":"passed","time":{"start":1724861760779,"stop":1724861760779,"duration":0}},{"uid":"3c95dec0df1f95fa","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3c95dec0df1f95fa","status":"passed","time":{"start":1724861231737,"stop":1724861231737,"duration":0}},{"uid":"6a4c688a2dd485cb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6a4c688a2dd485cb","status":"passed","time":{"start":1724861054260,"stop":1724861054260,"duration":0}},{"uid":"e45a360a6a99f3a3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e45a360a6a99f3a3","status":"passed","time":{"start":1724860915818,"stop":1724860915818,"duration":0}}]},"tags":[]},"source":"ed6a4fd50406bc40.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/ed6c592ee6d14ab2.json b/7376/data/test-cases/ed6c592ee6d14ab2.json new file mode 100644 index 00000000000..d46685bef8d --- /dev/null +++ b/7376/data/test-cases/ed6c592ee6d14ab2.json @@ -0,0 +1 @@ +{"uid":"ed6c592ee6d14ab2","name":"Renews subscription after lossing a connection","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Renews subscription after lossing a connection","historyId":"7e87ff00a780af6121957e2c9ef2c47e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012469,"stop":1724923012469,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bb6ada565bb08e89","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bb6ada565bb08e89","status":"passed","time":{"start":1724921625077,"stop":1724921625077,"duration":0}},{"uid":"e1cd90221beb530c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e1cd90221beb530c","status":"passed","time":{"start":1724921590500,"stop":1724921590501,"duration":1}},{"uid":"11657acada936691","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/11657acada936691","status":"passed","time":{"start":1724918287569,"stop":1724918287569,"duration":0}},{"uid":"6fbf09073a2ebee0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6fbf09073a2ebee0","status":"passed","time":{"start":1724890047793,"stop":1724890047793,"duration":0}},{"uid":"f4e88c1a555d0cd9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f4e88c1a555d0cd9","status":"passed","time":{"start":1724889183925,"stop":1724889183925,"duration":0}},{"uid":"aa89900d5508b860","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aa89900d5508b860","status":"passed","time":{"start":1724888354174,"stop":1724888354174,"duration":0}},{"uid":"6facad2eb607d035","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6facad2eb607d035","status":"passed","time":{"start":1724887145681,"stop":1724887145683,"duration":2}},{"uid":"daea985e0c650c1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/daea985e0c650c1","status":"passed","time":{"start":1724886915790,"stop":1724886915791,"duration":1}},{"uid":"30c0fe55066ef1a2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/30c0fe55066ef1a2","status":"passed","time":{"start":1724862341455,"stop":1724862341455,"duration":0}},{"uid":"69c2a0866f31a265","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/69c2a0866f31a265","status":"passed","time":{"start":1724861805446,"stop":1724861805446,"duration":0}},{"uid":"7640569b86e385e7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7640569b86e385e7","status":"passed","time":{"start":1724861662290,"stop":1724861662290,"duration":0}},{"uid":"b5a69464d8e9bda4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b5a69464d8e9bda4","status":"passed","time":{"start":1724861492518,"stop":1724861492519,"duration":1}}]},"tags":[]},"source":"ed6c592ee6d14ab2.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/4ab699f962568e11.json b/7376/data/test-cases/ee5cbc79eda0038f.json similarity index 78% rename from 7346/data/test-cases/4ab699f962568e11.json rename to 7376/data/test-cases/ee5cbc79eda0038f.json index 4f04855a9b6..aee028d6c10 100644 --- a/7346/data/test-cases/4ab699f962568e11.json +++ b/7376/data/test-cases/ee5cbc79eda0038f.json @@ -1 +1 @@ -{"uid":"4ab699f962568e11","name":"Check received message with timestamp: 1649153314 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: 1649153314 ","historyId":"4cd3b399d48548539910386fe25ff1ea:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392373,"stop":1724765392374,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"bf19863c3a062ad8","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/bf19863c3a062ad8","status":"passed","time":{"start":1724765313862,"stop":1724765313862,"duration":0}},{"uid":"a5472a8d5bc489b7","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/a5472a8d5bc489b7","status":"passed","time":{"start":1724763683861,"stop":1724763683861,"duration":0}},{"uid":"e525348267ae52a3","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/e525348267ae52a3","status":"passed","time":{"start":1724760929563,"stop":1724760929563,"duration":0}},{"uid":"821b6461c1d70cf","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/821b6461c1d70cf","status":"passed","time":{"start":1724759955162,"stop":1724759955163,"duration":1}},{"uid":"78c5762edde766af","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/78c5762edde766af","status":"passed","time":{"start":1724758077433,"stop":1724758077434,"duration":1}},{"uid":"e576f819346fac0e","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/e576f819346fac0e","status":"passed","time":{"start":1724757801863,"stop":1724757801864,"duration":1}},{"uid":"ab783200745140d0","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/ab783200745140d0","status":"passed","time":{"start":1724757120178,"stop":1724757120178,"duration":0}},{"uid":"3aedadc84752143d","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/3aedadc84752143d","status":"passed","time":{"start":1724755211058,"stop":1724755211059,"duration":1}},{"uid":"7971baeb5877f36c","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/7971baeb5877f36c","status":"passed","time":{"start":1724752646535,"stop":1724752646536,"duration":1}},{"uid":"d94d61ef5420d001","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/d94d61ef5420d001","status":"passed","time":{"start":1724751495271,"stop":1724751495271,"duration":0}},{"uid":"eb7e83e2330d771b","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/eb7e83e2330d771b","status":"passed","time":{"start":1724750572369,"stop":1724750572370,"duration":1}},{"uid":"171e51b1f728a2ba","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/171e51b1f728a2ba","status":"passed","time":{"start":1724749567244,"stop":1724749567244,"duration":0}},{"uid":"99a344c029a8af7b","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/99a344c029a8af7b","status":"passed","time":{"start":1724717880823,"stop":1724717880823,"duration":0}},{"uid":"a63eee2f8b162611","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/a63eee2f8b162611","status":"passed","time":{"start":1724715103502,"stop":1724715103503,"duration":1}},{"uid":"df69a3e2db3bc5b4","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/df69a3e2db3bc5b4","status":"passed","time":{"start":1724713195354,"stop":1724713195354,"duration":0}},{"uid":"f49d1198f168c89","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f49d1198f168c89","status":"passed","time":{"start":1724706389670,"stop":1724706389670,"duration":0}},{"uid":"d92cc188d9f04860","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d92cc188d9f04860","status":"passed","time":{"start":1724704811185,"stop":1724704811186,"duration":1}},{"uid":"fd3a9d0f900eed51","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/fd3a9d0f900eed51","status":"passed","time":{"start":1724684170169,"stop":1724684170169,"duration":0}},{"uid":"4f5999018811a9da","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/4f5999018811a9da","status":"passed","time":{"start":1724672903608,"stop":1724672903609,"duration":1}},{"uid":"773c912cc32b7ff0","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/773c912cc32b7ff0","status":"passed","time":{"start":1724670674039,"stop":1724670674040,"duration":1}}]},"tags":[]},"source":"4ab699f962568e11.json","parameterValues":[]} \ No newline at end of file +{"uid":"ee5cbc79eda0038f","name":"Check received message with timestamp: 1649153314 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: 1649153314 ","historyId":"4cd3b399d48548539910386fe25ff1ea:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845242,"stop":1724922845242,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c938296c22024c2b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c938296c22024c2b","status":"passed","time":{"start":1724921515226,"stop":1724921515226,"duration":0}},{"uid":"7dbd0f80f58e4261","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7dbd0f80f58e4261","status":"passed","time":{"start":1724921475445,"stop":1724921475445,"duration":0}},{"uid":"967958ff14bc9727","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/967958ff14bc9727","status":"passed","time":{"start":1724918179400,"stop":1724918179400,"duration":0}},{"uid":"da8c8e2d0a86044e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/da8c8e2d0a86044e","status":"passed","time":{"start":1724889935340,"stop":1724889935340,"duration":0}},{"uid":"c4eabd81f3714767","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4eabd81f3714767","status":"passed","time":{"start":1724889072753,"stop":1724889072753,"duration":0}},{"uid":"382711a3e923bf02","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/382711a3e923bf02","status":"passed","time":{"start":1724888232414,"stop":1724888232415,"duration":1}},{"uid":"fc30936d318e0fef","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fc30936d318e0fef","status":"passed","time":{"start":1724887018302,"stop":1724887018302,"duration":0}},{"uid":"f7ffa73ae8a87fdc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f7ffa73ae8a87fdc","status":"passed","time":{"start":1724886781479,"stop":1724886781479,"duration":0}},{"uid":"d3814acb816d53ec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3814acb816d53ec","status":"passed","time":{"start":1724862213662,"stop":1724862213662,"duration":0}},{"uid":"7862153d4a509316","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7862153d4a509316","status":"passed","time":{"start":1724861685855,"stop":1724861685855,"duration":0}},{"uid":"c528248157ef65bc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c528248157ef65bc","status":"passed","time":{"start":1724861546172,"stop":1724861546175,"duration":3}},{"uid":"7834c559d978811c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7834c559d978811c","status":"passed","time":{"start":1724861378110,"stop":1724861378110,"duration":0}}]},"tags":[]},"source":"ee5cbc79eda0038f.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/ef0bbdca2a67ce0e.json b/7376/data/test-cases/ef0bbdca2a67ce0e.json new file mode 100644 index 00000000000..ba079d076ae --- /dev/null +++ b/7376/data/test-cases/ef0bbdca2a67ce0e.json @@ -0,0 +1 @@ +{"uid":"ef0bbdca2a67ce0e","name":"should properly create location multiaddrs - udp6","fullName":"/src/enr.spec.ts: ENR > Location multiaddr > should properly create location multiaddrs - udp6","historyId":"efbe9d23188e3339ba2d91770f86d81f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922383089,"stop":1724922383090,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before all\" hook in \"Location multiaddr\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Location multiaddr"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"62cf0813f3fd4513","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/62cf0813f3fd4513","status":"passed","time":{"start":1724921046205,"stop":1724921046206,"duration":1}},{"uid":"23882764d360a105","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/23882764d360a105","status":"passed","time":{"start":1724921021477,"stop":1724921021477,"duration":0}},{"uid":"f96138e03b82bca3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f96138e03b82bca3","status":"passed","time":{"start":1724917681725,"stop":1724917681726,"duration":1}},{"uid":"7244a35e906c82d4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7244a35e906c82d4","status":"passed","time":{"start":1724889460653,"stop":1724889460653,"duration":0}},{"uid":"a94ab0ee09742267","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a94ab0ee09742267","status":"passed","time":{"start":1724888611297,"stop":1724888611297,"duration":0}},{"uid":"c8d52a049f4f618","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c8d52a049f4f618","status":"passed","time":{"start":1724887767621,"stop":1724887767622,"duration":1}},{"uid":"5803923c7607a141","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5803923c7607a141","status":"passed","time":{"start":1724886533992,"stop":1724886533992,"duration":0}},{"uid":"fc17fed446584848","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fc17fed446584848","status":"passed","time":{"start":1724886311756,"stop":1724886311760,"duration":4}},{"uid":"49fb442a7ed68ef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/49fb442a7ed68ef","status":"passed","time":{"start":1724861760777,"stop":1724861760777,"duration":0}},{"uid":"9dbeb2c3341562ad","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9dbeb2c3341562ad","status":"passed","time":{"start":1724861231735,"stop":1724861231736,"duration":1}},{"uid":"6d73b653a32bb8a9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6d73b653a32bb8a9","status":"passed","time":{"start":1724861054257,"stop":1724861054258,"duration":1}},{"uid":"b4bc41e28ddafc20","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b4bc41e28ddafc20","status":"passed","time":{"start":1724860915816,"stop":1724860915816,"duration":0}}]},"tags":[]},"source":"ef0bbdca2a67ce0e.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/d7dd196edade4ea4.json b/7376/data/test-cases/ef61a545f5854806.json similarity index 97% rename from 7346/data/test-cases/d7dd196edade4ea4.json rename to 7376/data/test-cases/ef61a545f5854806.json index 6ae4f5180fc..81540f92131 100644 --- a/7346/data/test-cases/d7dd196edade4ea4.json +++ b/7376/data/test-cases/ef61a545f5854806.json @@ -1 +1 @@ -{"uid":"d7dd196edade4ea4","name":"Check received message with timestamp: 1724764839246 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: 1724764839246 ","historyId":"a877823561e0fdd326a05c58a0241163:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392390,"stop":1724765392391,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"d7dd196edade4ea4.json","parameterValues":[]} \ No newline at end of file +{"uid":"ef61a545f5854806","name":"Check received message with timestamp: 1724922424872 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: 1724922424872 ","historyId":"0943258cb5cc0f1a0eebed8317663da1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845259,"stop":1724922845259,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"ef61a545f5854806.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/efe3eecde92933b7.json b/7376/data/test-cases/efe3eecde92933b7.json new file mode 100644 index 00000000000..6bee3dd5910 --- /dev/null +++ b/7376/data/test-cases/efe3eecde92933b7.json @@ -0,0 +1 @@ +{"uid":"efe3eecde92933b7","name":"Subscribe to topic containing JSON and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to topic containing JSON and receive message","historyId":"08f142f9f99c8ec8770a1349ad8d8bec:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012466,"stop":1724923012466,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f187978cc0530a22","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f187978cc0530a22","status":"passed","time":{"start":1724921625069,"stop":1724921625070,"duration":1}},{"uid":"bb9162ac4725dfbc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bb9162ac4725dfbc","status":"passed","time":{"start":1724921590497,"stop":1724921590497,"duration":0}},{"uid":"b17b8aa87a537b6f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b17b8aa87a537b6f","status":"passed","time":{"start":1724918287566,"stop":1724918287567,"duration":1}},{"uid":"9731a1c7c98bd99a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9731a1c7c98bd99a","status":"passed","time":{"start":1724890047789,"stop":1724890047789,"duration":0}},{"uid":"a30a376f0f1c09e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a30a376f0f1c09e5","status":"passed","time":{"start":1724889183922,"stop":1724889183922,"duration":0}},{"uid":"7dc30b33ec8b9183","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7dc30b33ec8b9183","status":"passed","time":{"start":1724888354167,"stop":1724888354167,"duration":0}},{"uid":"bbeae2ee4abf0541","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bbeae2ee4abf0541","status":"passed","time":{"start":1724887145661,"stop":1724887145665,"duration":4}},{"uid":"2a0fc2990daa01c4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2a0fc2990daa01c4","status":"passed","time":{"start":1724886915788,"stop":1724886915788,"duration":0}},{"uid":"410e2bf4fabb519e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/410e2bf4fabb519e","status":"passed","time":{"start":1724862341439,"stop":1724862341440,"duration":1}},{"uid":"56d60a65442099ab","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/56d60a65442099ab","status":"passed","time":{"start":1724861805444,"stop":1724861805444,"duration":0}},{"uid":"6c20c66be91ecad","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6c20c66be91ecad","status":"passed","time":{"start":1724861662270,"stop":1724861662272,"duration":2}},{"uid":"5fe93f5a600b30b7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5fe93f5a600b30b7","status":"passed","time":{"start":1724861492515,"stop":1724861492516,"duration":1}}]},"tags":[]},"source":"efe3eecde92933b7.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/f00c1c56a21b7e13.json b/7376/data/test-cases/f00c1c56a21b7e13.json new file mode 100644 index 00000000000..71dddfd21e2 --- /dev/null +++ b/7376/data/test-cases/f00c1c56a21b7e13.json @@ -0,0 +1 @@ +{"uid":"f00c1c56a21b7e13","name":"LightPush","fullName":"/tests/wait_for_remote_peer.node.spec.ts: Wait for remote peer > LightPush","historyId":"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923008736,"stop":1724923008736,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Wait for remote peer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5db1acdb7642e948","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5db1acdb7642e948","status":"passed","time":{"start":1724921677828,"stop":1724921677828,"duration":0}},{"uid":"c3db2c1fefb59da4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c3db2c1fefb59da4","status":"passed","time":{"start":1724921635680,"stop":1724921635680,"duration":0}},{"uid":"7d627a273d4234cd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7d627a273d4234cd","status":"passed","time":{"start":1724918344739,"stop":1724918344739,"duration":0}},{"uid":"f810ae5542f9c9ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f810ae5542f9c9ac","status":"passed","time":{"start":1724890097428,"stop":1724890097428,"duration":0}},{"uid":"ed620df861f6000e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ed620df861f6000e","status":"passed","time":{"start":1724889226624,"stop":1724889226624,"duration":0}},{"uid":"3cb3c0d890e3b64c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3cb3c0d890e3b64c","status":"passed","time":{"start":1724888405388,"stop":1724888405388,"duration":0}},{"uid":"b5afe86f23f68756","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b5afe86f23f68756","status":"passed","time":{"start":1724887180097,"stop":1724887180097,"duration":0}},{"uid":"4ee872a460c828dc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4ee872a460c828dc","status":"passed","time":{"start":1724886957951,"stop":1724886957951,"duration":0}},{"uid":"b21645a90e49f5c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b21645a90e49f5c7","status":"passed","time":{"start":1724862379719,"stop":1724862379719,"duration":0}},{"uid":"bb9d8757a71d0a7c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bb9d8757a71d0a7c","status":"passed","time":{"start":1724861853005,"stop":1724861853005,"duration":0}},{"uid":"148d4a4e4291fb28","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/148d4a4e4291fb28","status":"passed","time":{"start":1724861709847,"stop":1724861709847,"duration":0}},{"uid":"bcc3ced67f1d2d41","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bcc3ced67f1d2d41","status":"passed","time":{"start":1724861537425,"stop":1724861537425,"duration":0}}]},"tags":[]},"source":"f00c1c56a21b7e13.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/f0257f173a3aec65.json b/7376/data/test-cases/f0257f173a3aec65.json new file mode 100644 index 00000000000..e5ecc90accf --- /dev/null +++ b/7376/data/test-cases/f0257f173a3aec65.json @@ -0,0 +1 @@ +{"uid":"f0257f173a3aec65","name":"random static sharding 1 - Cluster ID: 488, Shard ID: 866","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 1 - Cluster ID: 488, Shard ID: 866","historyId":"671082dda436f41b8e22028d13a81697:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922946229,"stop":1724922946229,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"f0257f173a3aec65.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/d95aecb06b29759d.json b/7376/data/test-cases/f0d969d20cfc1c3f.json similarity index 98% rename from 7346/data/test-cases/d95aecb06b29759d.json rename to 7376/data/test-cases/f0d969d20cfc1c3f.json index 7461873e788..7134ba540ad 100644 --- a/7346/data/test-cases/d95aecb06b29759d.json +++ b/7376/data/test-cases/f0d969d20cfc1c3f.json @@ -1 +1 @@ -{"uid":"d95aecb06b29759d","name":"random static sharding 1 - Cluster ID: 874, Shard ID: 819","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 1 - Cluster ID: 874, Shard ID: 819","historyId":"767bf4c95794ea8ae5db956387f22d41:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765485928,"stop":1724765485928,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"d95aecb06b29759d.json","parameterValues":[]} \ No newline at end of file +{"uid":"f0d969d20cfc1c3f","name":"random static sharding 5 - Cluster ID: 863, Shard ID: 723","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 5 - Cluster ID: 863, Shard ID: 723","historyId":"e5024ebe6c7f902f22f0fbc318d649ab:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922946231,"stop":1724922946231,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"f0d969d20cfc1c3f.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/f13cba270661ad29.json b/7376/data/test-cases/f13cba270661ad29.json new file mode 100644 index 00000000000..0e0675fa8e9 --- /dev/null +++ b/7376/data/test-cases/f13cba270661ad29.json @@ -0,0 +1 @@ +{"uid":"f13cba270661ad29","name":"Privacy Node - default protocol","fullName":"/tests/wait_for_remote_peer.node.spec.ts: Wait for remote peer > Privacy Node - default protocol","historyId":"fe0d19d25d3b365d85a5a222c9e0fc88:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923008738,"stop":1724923008738,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Wait for remote peer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6b8e435e99e74df4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6b8e435e99e74df4","status":"passed","time":{"start":1724921677829,"stop":1724921677830,"duration":1}},{"uid":"6c4218799bf648ee","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6c4218799bf648ee","status":"passed","time":{"start":1724921635681,"stop":1724921635681,"duration":0}},{"uid":"75042101f906fd8b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/75042101f906fd8b","status":"passed","time":{"start":1724918344740,"stop":1724918344741,"duration":1}},{"uid":"dba9e6e826a5fcf0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dba9e6e826a5fcf0","status":"passed","time":{"start":1724890097429,"stop":1724890097429,"duration":0}},{"uid":"f15b19a4ca575126","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f15b19a4ca575126","status":"passed","time":{"start":1724889226625,"stop":1724889226626,"duration":1}},{"uid":"8b86759004ee977e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8b86759004ee977e","status":"passed","time":{"start":1724888405389,"stop":1724888405389,"duration":0}},{"uid":"e1d566a9bbf99237","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e1d566a9bbf99237","status":"passed","time":{"start":1724887180098,"stop":1724887180098,"duration":0}},{"uid":"23fd061ca829ec6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/23fd061ca829ec6","status":"passed","time":{"start":1724886957952,"stop":1724886957952,"duration":0}},{"uid":"f8071f4e8410490d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f8071f4e8410490d","status":"passed","time":{"start":1724862379720,"stop":1724862379720,"duration":0}},{"uid":"4f76342e043e4a14","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4f76342e043e4a14","status":"passed","time":{"start":1724861853006,"stop":1724861853006,"duration":0}},{"uid":"f3cf28ade953920","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f3cf28ade953920","status":"passed","time":{"start":1724861709848,"stop":1724861709849,"duration":1}},{"uid":"e7203734bc40b052","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e7203734bc40b052","status":"passed","time":{"start":1724861537426,"stop":1724861537426,"duration":0}}]},"tags":[]},"source":"f13cba270661ad29.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/f15ad1f3e1090f77.json b/7376/data/test-cases/f15ad1f3e1090f77.json new file mode 100644 index 00000000000..03bba62da9d --- /dev/null +++ b/7376/data/test-cases/f15ad1f3e1090f77.json @@ -0,0 +1 @@ +{"uid":"f15ad1f3e1090f77","name":"should decode valid enr with tcp successfully","fullName":"/src/enr.spec.ts: ENR > Txt codec > should decode valid enr with tcp successfully","historyId":"dc6f2c5c906173422a4afe266680f23a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922383080,"stop":1724922383080,"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":"Txt codec"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"480e81ebccb0e1bd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/480e81ebccb0e1bd","status":"passed","time":{"start":1724921046196,"stop":1724921046196,"duration":0}},{"uid":"153a8afc3e738095","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/153a8afc3e738095","status":"passed","time":{"start":1724921021467,"stop":1724921021467,"duration":0}},{"uid":"51cebb687e04fa39","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/51cebb687e04fa39","status":"passed","time":{"start":1724917681715,"stop":1724917681715,"duration":0}},{"uid":"f4bec4330678537f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f4bec4330678537f","status":"passed","time":{"start":1724889460645,"stop":1724889460645,"duration":0}},{"uid":"32f1b1a4c363f13a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/32f1b1a4c363f13a","status":"passed","time":{"start":1724888611287,"stop":1724888611288,"duration":1}},{"uid":"7cfd8d7589e38777","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7cfd8d7589e38777","status":"passed","time":{"start":1724887767612,"stop":1724887767613,"duration":1}},{"uid":"c5dc0a7b24667487","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c5dc0a7b24667487","status":"passed","time":{"start":1724886533982,"stop":1724886533982,"duration":0}},{"uid":"a6cd92d4a723bce4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a6cd92d4a723bce4","status":"passed","time":{"start":1724886311750,"stop":1724886311750,"duration":0}},{"uid":"6e25c713f2848af3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e25c713f2848af3","status":"passed","time":{"start":1724861760766,"stop":1724861760766,"duration":0}},{"uid":"d8dc213ee7c71c10","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d8dc213ee7c71c10","status":"passed","time":{"start":1724861231726,"stop":1724861231726,"duration":0}},{"uid":"4f09bd021766d862","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4f09bd021766d862","status":"passed","time":{"start":1724861054247,"stop":1724861054247,"duration":0}},{"uid":"9c77ac217d44ea93","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9c77ac217d44ea93","status":"passed","time":{"start":1724860915806,"stop":1724860915806,"duration":0}}]},"tags":[]},"source":"f15ad1f3e1090f77.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/f15ca01d7ff3e315.json b/7376/data/test-cases/f15ca01d7ff3e315.json new file mode 100644 index 00000000000..15f53b8e10b --- /dev/null +++ b/7376/data/test-cases/f15ca01d7ff3e315.json @@ -0,0 +1 @@ +{"uid":"f15ca01d7ff3e315","name":"Push message with content topic containing long","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing long","historyId":"ed2366d939d4bf3e3f0bb953eb7a493e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921466,"stop":1724922921466,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"56270c4ee8247b44","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/56270c4ee8247b44","status":"passed","time":{"start":1724921602956,"stop":1724921602957,"duration":1}},{"uid":"8e4f5c0d6dbdde2d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8e4f5c0d6dbdde2d","status":"passed","time":{"start":1724921571100,"stop":1724921571100,"duration":0}},{"uid":"d418cda2c0b80b9e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d418cda2c0b80b9e","status":"passed","time":{"start":1724918285597,"stop":1724918285598,"duration":1}},{"uid":"113b08df2c4e309a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/113b08df2c4e309a","status":"passed","time":{"start":1724890030093,"stop":1724890030094,"duration":1}},{"uid":"bc4ab07b239be7e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc4ab07b239be7e8","status":"passed","time":{"start":1724889171912,"stop":1724889171912,"duration":0}},{"uid":"8b62d96ea8b7ac68","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8b62d96ea8b7ac68","status":"passed","time":{"start":1724888350730,"stop":1724888350730,"duration":0}},{"uid":"bea6ba127e5b8bd9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bea6ba127e5b8bd9","status":"passed","time":{"start":1724887115413,"stop":1724887115414,"duration":1}},{"uid":"5dc94bbea3071cf4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5dc94bbea3071cf4","status":"passed","time":{"start":1724886884580,"stop":1724886884580,"duration":0}},{"uid":"aa5651648bec4a6f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aa5651648bec4a6f","status":"passed","time":{"start":1724862322265,"stop":1724862322265,"duration":0}},{"uid":"ceb5d5d5c07d4de8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ceb5d5d5c07d4de8","status":"passed","time":{"start":1724861790754,"stop":1724861790755,"duration":1}},{"uid":"2f69c292ddb02c1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2f69c292ddb02c1","status":"passed","time":{"start":1724861628424,"stop":1724861628424,"duration":0}},{"uid":"f5641f732cd34df9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f5641f732cd34df9","status":"passed","time":{"start":1724861465628,"stop":1724861465628,"duration":0}}]},"tags":[]},"source":"f15ca01d7ff3e315.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/f199781e8256943c.json b/7376/data/test-cases/f199781e8256943c.json new file mode 100644 index 00000000000..1e92a080eb2 --- /dev/null +++ b/7376/data/test-cases/f199781e8256943c.json @@ -0,0 +1 @@ +{"uid":"f199781e8256943c","name":"Check meta is set [symmetric]","fullName":"/src/symmetric.spec.ts: Symmetric Encryption > Check meta is set [symmetric]","historyId":"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922408754,"stop":1724922408755,"duration":1},"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":13,"unknown":0,"total":13},"items":[{"uid":"bd2abdf0a6e27dbc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bd2abdf0a6e27dbc","status":"passed","time":{"start":1724921071993,"stop":1724921071993,"duration":0}},{"uid":"b98feaeb69f4c9fc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b98feaeb69f4c9fc","status":"passed","time":{"start":1724921046821,"stop":1724921046821,"duration":0}},{"uid":"45c273eb85b05d3e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/45c273eb85b05d3e","status":"passed","time":{"start":1724917707021,"stop":1724917707022,"duration":1}},{"uid":"e85bb965d94c11f1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e85bb965d94c11f1","status":"passed","time":{"start":1724889485858,"stop":1724889485859,"duration":1}},{"uid":"acaf63e04b49ebd2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/acaf63e04b49ebd2","status":"passed","time":{"start":1724888636618,"stop":1724888636619,"duration":1}},{"uid":"2b456f544a68f3f8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2b456f544a68f3f8","status":"passed","time":{"start":1724887792854,"stop":1724887792854,"duration":0}},{"uid":"4c732e67ee9ea2d9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4c732e67ee9ea2d9","status":"passed","time":{"start":1724886559723,"stop":1724886559723,"duration":0}},{"uid":"93626cd4ec163273","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/93626cd4ec163273","status":"passed","time":{"start":1724886337375,"stop":1724886337375,"duration":0}},{"uid":"b0bd9da10e1e2d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b0bd9da10e1e2d","status":"passed","time":{"start":1724861786728,"stop":1724861786729,"duration":1}},{"uid":"6d2c212cdafb539f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6d2c212cdafb539f","status":"passed","time":{"start":1724861257211,"stop":1724861257211,"duration":0}},{"uid":"4d13285f4ed4f17b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4d13285f4ed4f17b","status":"passed","time":{"start":1724861081081,"stop":1724861081084,"duration":3}},{"uid":"d25828b9cf9c1c54","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d25828b9cf9c1c54","status":"passed","time":{"start":1724860941730,"stop":1724860941730,"duration":0}}]},"tags":[]},"source":"f199781e8256943c.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/f225c2088c294d14.json b/7376/data/test-cases/f225c2088c294d14.json new file mode 100644 index 00000000000..f152dc4aeaa --- /dev/null +++ b/7376/data/test-cases/f225c2088c294d14.json @@ -0,0 +1 @@ +{"uid":"f225c2088c294d14","name":"throws on content topic with empty application field","fullName":"/src/common/sharding/index.spec.ts: ensureValidContentTopic > throws on content topic with empty application field","historyId":"cfc4c86576cfa3c6493b570a0d0d33fd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374660,"stop":1724922374660,"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":"ensureValidContentTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"21eb89b7a11d37c0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/21eb89b7a11d37c0","status":"passed","time":{"start":1724921037621,"stop":1724921037622,"duration":1}},{"uid":"6f30d86ae0031dbf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6f30d86ae0031dbf","status":"passed","time":{"start":1724921013034,"stop":1724921013034,"duration":0}},{"uid":"255c2d3c6452a620","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/255c2d3c6452a620","status":"passed","time":{"start":1724917673277,"stop":1724917673277,"duration":0}},{"uid":"c9380c21d3b4ac3c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c9380c21d3b4ac3c","status":"passed","time":{"start":1724889452296,"stop":1724889452297,"duration":1}},{"uid":"c0f6f09baa53fb2a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c0f6f09baa53fb2a","status":"passed","time":{"start":1724888602826,"stop":1724888602826,"duration":0}},{"uid":"def0bec86d4f39b7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/def0bec86d4f39b7","status":"passed","time":{"start":1724887759150,"stop":1724887759151,"duration":1}},{"uid":"7c2398c013dc762f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7c2398c013dc762f","status":"passed","time":{"start":1724886525537,"stop":1724886525538,"duration":1}},{"uid":"9e4683481c0ddb64","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9e4683481c0ddb64","status":"passed","time":{"start":1724886303383,"stop":1724886303384,"duration":1}},{"uid":"897f5f67c810047b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/897f5f67c810047b","status":"passed","time":{"start":1724861752212,"stop":1724861752212,"duration":0}},{"uid":"70dc534631bc2413","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/70dc534631bc2413","status":"passed","time":{"start":1724861223342,"stop":1724861223343,"duration":1}},{"uid":"7a59d6cf249595bf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7a59d6cf249595bf","status":"passed","time":{"start":1724861045188,"stop":1724861045188,"duration":0}},{"uid":"3467ff4298ecc350","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3467ff4298ecc350","status":"passed","time":{"start":1724860907070,"stop":1724860907070,"duration":0}}]},"tags":[]},"source":"f225c2088c294d14.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/f2db0bfaf8cacc2.json b/7376/data/test-cases/f2db0bfaf8cacc2.json new file mode 100644 index 00000000000..6cc06101934 --- /dev/null +++ b/7376/data/test-cases/f2db0bfaf8cacc2.json @@ -0,0 +1 @@ +{"uid":"f2db0bfaf8cacc2","name":"Unsubscribe 1 topic - node subscribed to 2 topics","fullName":"/tests/filter/single_node/unsubscribe.node.spec.ts: Waku Filter V2: Unsubscribe > Unsubscribe 1 topic - node subscribed to 2 topics","historyId":"533bdde6e6900e77fc505c70e5cf69d2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922536230,"stop":1724922536230,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Unsubscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"edd5c3dd1b4c1391","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/edd5c3dd1b4c1391","status":"passed","time":{"start":1724921198884,"stop":1724921198884,"duration":0}},{"uid":"9721f3bdc0365f9b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9721f3bdc0365f9b","status":"passed","time":{"start":1724921172337,"stop":1724921172337,"duration":0}},{"uid":"ef4940cb90e97f80","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ef4940cb90e97f80","status":"passed","time":{"start":1724917841036,"stop":1724917841036,"duration":0}},{"uid":"da326a0e46663b81","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/da326a0e46663b81","status":"passed","time":{"start":1724889622280,"stop":1724889622280,"duration":0}},{"uid":"2d22db224367f1d7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d22db224367f1d7","status":"passed","time":{"start":1724888769659,"stop":1724888769659,"duration":0}},{"uid":"4e44af3c24eacd80","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4e44af3c24eacd80","status":"passed","time":{"start":1724887926164,"stop":1724887926165,"duration":1}},{"uid":"5317147e3bf23d9c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5317147e3bf23d9c","status":"passed","time":{"start":1724886693070,"stop":1724886693072,"duration":2}},{"uid":"e8c753a6394ee46a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e8c753a6394ee46a","status":"passed","time":{"start":1724886468811,"stop":1724886468812,"duration":1}},{"uid":"e6557b32c6124d1c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e6557b32c6124d1c","status":"passed","time":{"start":1724861918244,"stop":1724861918244,"duration":0}},{"uid":"e3eaf94ec7c55c36","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e3eaf94ec7c55c36","status":"passed","time":{"start":1724861388577,"stop":1724861388577,"duration":0}},{"uid":"fcbf329e82b11a26","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fcbf329e82b11a26","status":"passed","time":{"start":1724861221406,"stop":1724861221406,"duration":0}},{"uid":"5c04688b85f9f77c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5c04688b85f9f77c","status":"passed","time":{"start":1724861075799,"stop":1724861075799,"duration":0}}]},"tags":[]},"source":"f2db0bfaf8cacc2.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/e6a786c13eee1cd6.json b/7376/data/test-cases/f2f9fcc2540c1b67.json similarity index 94% rename from 7346/data/test-cases/e6a786c13eee1cd6.json rename to 7376/data/test-cases/f2f9fcc2540c1b67.json index f10a10875d8..6664418181f 100644 --- a/7346/data/test-cases/e6a786c13eee1cd6.json +++ b/7376/data/test-cases/f2f9fcc2540c1b67.json @@ -1 +1 @@ -{"uid":"e6a786c13eee1cd6","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app2/5/topic749/proto","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 4 - Cluster ID: 10, Content Topic: /app2/5/topic749/proto","historyId":"36c9abf327190341d4230f61c60e096b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765462122,"stop":1724765462123,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"e6a786c13eee1cd6.json","parameterValues":[]} \ No newline at end of file +{"uid":"f2f9fcc2540c1b67","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app2/1/topic516/proto","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 4 - Cluster ID: 10, Content Topic: /app2/1/topic516/proto","historyId":"a519c6f1e0d61db9129a1ea9e0f33de3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922906440,"stop":1724922906441,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"f2f9fcc2540c1b67.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/f2fdec18971088bb.json b/7376/data/test-cases/f2fdec18971088bb.json new file mode 100644 index 00000000000..58273342eef --- /dev/null +++ b/7376/data/test-cases/f2fdec18971088bb.json @@ -0,0 +1 @@ +{"uid":"f2fdec18971088bb","name":"should throw an error for missing sharding configuration","fullName":"/src/common/sharding/index.spec.ts: ensureShardingConfigured > should throw an error for missing sharding configuration","historyId":"6496df604a2d73d30c6106b55902fca6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374694,"stop":1724922374694,"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":13,"unknown":0,"total":13},"items":[{"uid":"cb162c1bfd3d995f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cb162c1bfd3d995f","status":"passed","time":{"start":1724921037654,"stop":1724921037654,"duration":0}},{"uid":"19412094fe3fe3cb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/19412094fe3fe3cb","status":"passed","time":{"start":1724921013068,"stop":1724921013068,"duration":0}},{"uid":"abacbfb9c9046fa2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/abacbfb9c9046fa2","status":"passed","time":{"start":1724917673308,"stop":1724917673308,"duration":0}},{"uid":"d718ab9fac9ffe91","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d718ab9fac9ffe91","status":"passed","time":{"start":1724889452327,"stop":1724889452328,"duration":1}},{"uid":"a25282ce5baff01a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a25282ce5baff01a","status":"passed","time":{"start":1724888602860,"stop":1724888602860,"duration":0}},{"uid":"9fa3de8fa6815dc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9fa3de8fa6815dc","status":"passed","time":{"start":1724887759181,"stop":1724887759181,"duration":0}},{"uid":"bc45efbc054132de","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bc45efbc054132de","status":"passed","time":{"start":1724886525558,"stop":1724886525558,"duration":0}},{"uid":"c7f82282654b0343","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c7f82282654b0343","status":"passed","time":{"start":1724886303414,"stop":1724886303414,"duration":0}},{"uid":"1cbea08977636946","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1cbea08977636946","status":"passed","time":{"start":1724861752250,"stop":1724861752250,"duration":0}},{"uid":"455954a888742d17","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/455954a888742d17","status":"passed","time":{"start":1724861223371,"stop":1724861223371,"duration":0}},{"uid":"1d4c92c69efb1d14","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1d4c92c69efb1d14","status":"passed","time":{"start":1724861045220,"stop":1724861045220,"duration":0}},{"uid":"c1035b433aae15ae","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c1035b433aae15ae","status":"passed","time":{"start":1724860907107,"stop":1724860907107,"duration":0}}]},"tags":[]},"source":"f2fdec18971088bb.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/f35bcb068c64744b.json b/7376/data/test-cases/f35bcb068c64744b.json new file mode 100644 index 00000000000..c22e2b7c967 --- /dev/null +++ b/7376/data/test-cases/f35bcb068c64744b.json @@ -0,0 +1 @@ +{"uid":"f35bcb068c64744b","name":"throws an error for improperly formatted content topics","fullName":"/src/common/sharding/index.spec.ts: contentTopicsByPubsubTopic > throws an error for improperly formatted content topics","historyId":"ff8923ebf2a3ed1eb8f2832e6d8e8e01:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374676,"stop":1724922374677,"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":"contentTopicsByPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9ee558e38f8419d3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9ee558e38f8419d3","status":"passed","time":{"start":1724921037637,"stop":1724921037637,"duration":0}},{"uid":"4a33f09d03d9c358","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4a33f09d03d9c358","status":"passed","time":{"start":1724921013048,"stop":1724921013049,"duration":1}},{"uid":"ebf33f3587519e0a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ebf33f3587519e0a","status":"passed","time":{"start":1724917673293,"stop":1724917673293,"duration":0}},{"uid":"87f6c9d407391066","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/87f6c9d407391066","status":"passed","time":{"start":1724889452311,"stop":1724889452311,"duration":0}},{"uid":"fddfc4dced62242f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fddfc4dced62242f","status":"passed","time":{"start":1724888602841,"stop":1724888602842,"duration":1}},{"uid":"cecd4a83aa7b6850","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cecd4a83aa7b6850","status":"passed","time":{"start":1724887759165,"stop":1724887759165,"duration":0}},{"uid":"9595f8bc2668fe35","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9595f8bc2668fe35","status":"passed","time":{"start":1724886525544,"stop":1724886525545,"duration":1}},{"uid":"d175dd2040f33ff7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d175dd2040f33ff7","status":"passed","time":{"start":1724886303398,"stop":1724886303398,"duration":0}},{"uid":"73d0bd151ea3f18d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/73d0bd151ea3f18d","status":"passed","time":{"start":1724861752230,"stop":1724861752230,"duration":0}},{"uid":"3d309730c819d42e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3d309730c819d42e","status":"passed","time":{"start":1724861223356,"stop":1724861223356,"duration":0}},{"uid":"c5ca0746db3fc422","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c5ca0746db3fc422","status":"passed","time":{"start":1724861045204,"stop":1724861045204,"duration":0}},{"uid":"ad1c1e3562665a10","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ad1c1e3562665a10","status":"passed","time":{"start":1724860907085,"stop":1724860907086,"duration":1}}]},"tags":[]},"source":"f35bcb068c64744b.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/f3a7f71976c747bf.json b/7376/data/test-cases/f3a7f71976c747bf.json new file mode 100644 index 00000000000..44b112fff8c --- /dev/null +++ b/7376/data/test-cases/f3a7f71976c747bf.json @@ -0,0 +1 @@ +{"uid":"f3a7f71976c747bf","name":"connected peers and dial","fullName":"/tests/peer-exchange/query.spec.ts: Peer Exchange Query > connected peers and dial","historyId":"22b802e90f2e2e56045d48d1dd7a3e3f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845653,"stop":1724922845654,"duration":1},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange Query"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"54e6693e218f7725","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/54e6693e218f7725","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515418,"stop":1724921515418,"duration":0}},{"uid":"2694a8bff88e3c97","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2694a8bff88e3c97","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475838,"stop":1724921475838,"duration":0}},{"uid":"4520ee16ee58df87","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4520ee16ee58df87","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179672,"stop":1724918179672,"duration":0}},{"uid":"972b75ce0942d9d1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/972b75ce0942d9d1","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935529,"stop":1724889935530,"duration":1}},{"uid":"2aa48e8cfc8e1065","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2aa48e8cfc8e1065","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072943,"stop":1724889072943,"duration":0}},{"uid":"de8195e8b442cf71","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/de8195e8b442cf71","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232586,"stop":1724888232586,"duration":0}},{"uid":"5290826010e24d32","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5290826010e24d32","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018517,"stop":1724887018517,"duration":0}},{"uid":"c962829ba8ea2358","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c962829ba8ea2358","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781723,"stop":1724886781723,"duration":0}},{"uid":"f2f184d4810dcc87","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2f184d4810dcc87","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213903,"stop":1724862213903,"duration":0}},{"uid":"f200a99cb00cc0db","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f200a99cb00cc0db","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861686113,"stop":1724861686114,"duration":1}},{"uid":"9492190cff380fbd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9492190cff380fbd","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546460,"stop":1724861546461,"duration":1}},{"uid":"727e562545312d99","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/727e562545312d99","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378278,"stop":1724861378278,"duration":0}}]},"tags":[]},"source":"f3a7f71976c747bf.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/9936e03ec0a9fa6c.json b/7376/data/test-cases/f4432f83ac9a4cf1.json similarity index 94% rename from 7346/data/test-cases/9936e03ec0a9fa6c.json rename to 7376/data/test-cases/f4432f83ac9a4cf1.json index 2a3a7a29c89..538eb439129 100644 --- a/7346/data/test-cases/9936e03ec0a9fa6c.json +++ b/7376/data/test-cases/f4432f83ac9a4cf1.json @@ -1 +1 @@ -{"uid":"9936e03ec0a9fa6c","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app90/4/topic391/utf8","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 10 - Cluster ID: 10, Content Topic: /app90/4/topic391/utf8","historyId":"80a7c66f8eb0d8d17d13489b82929dff:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765462125,"stop":1724765462125,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"9936e03ec0a9fa6c.json","parameterValues":[]} \ No newline at end of file +{"uid":"f4432f83ac9a4cf1","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app28/9/topic265/json","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 10 - Cluster ID: 10, Content Topic: /app28/9/topic265/json","historyId":"31b936985f5ad2f767f941df87e2983e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922906443,"stop":1724922906443,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"f4432f83ac9a4cf1.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/f46f477fe75f7e36.json b/7376/data/test-cases/f46f477fe75f7e36.json new file mode 100644 index 00000000000..79c84ad8c90 --- /dev/null +++ b/7376/data/test-cases/f46f477fe75f7e36.json @@ -0,0 +1 @@ +{"uid":"f46f477fe75f7e36","name":"ENRTree (tree): should parse a DNS tree entry","fullName":"/src/dns/enrtree.spec.ts: ENRTree > ENRTree (tree): should parse a DNS tree entry","historyId":"59e93f4f314574dec24d188e875e7666:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922398404,"stop":1724922398404,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"ENRTree"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b64150420c9fd4f8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b64150420c9fd4f8","status":"passed","time":{"start":1724921061371,"stop":1724921061371,"duration":0}},{"uid":"ff1d958eca00fe0f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ff1d958eca00fe0f","status":"passed","time":{"start":1724921036549,"stop":1724921036550,"duration":1}},{"uid":"e7cdd09fe5ec30c6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e7cdd09fe5ec30c6","status":"passed","time":{"start":1724917696993,"stop":1724917696994,"duration":1}},{"uid":"85c1e787efb51c7f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/85c1e787efb51c7f","status":"passed","time":{"start":1724889475437,"stop":1724889475437,"duration":0}},{"uid":"e6210b9f3cc96ec3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e6210b9f3cc96ec3","status":"passed","time":{"start":1724888626530,"stop":1724888626531,"duration":1}},{"uid":"f895d98055a532d2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f895d98055a532d2","status":"passed","time":{"start":1724887782739,"stop":1724887782739,"duration":0}},{"uid":"f17fd47717f36a79","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f17fd47717f36a79","status":"passed","time":{"start":1724886549351,"stop":1724886549351,"duration":0}},{"uid":"e3f8ebe33a83f8e4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e3f8ebe33a83f8e4","status":"passed","time":{"start":1724886326872,"stop":1724886326872,"duration":0}},{"uid":"86791a46135e4bbc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/86791a46135e4bbc","status":"passed","time":{"start":1724861776302,"stop":1724861776302,"duration":0}},{"uid":"5f368a385cf8dd5d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5f368a385cf8dd5d","status":"passed","time":{"start":1724861246684,"stop":1724861246686,"duration":2}},{"uid":"acdc4c9f7ac0887c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/acdc4c9f7ac0887c","status":"passed","time":{"start":1724861070666,"stop":1724861070670,"duration":4}},{"uid":"c9e4adfd4e998cce","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c9e4adfd4e998cce","status":"passed","time":{"start":1724860931331,"stop":1724860931331,"duration":0}}]},"tags":[]},"source":"f46f477fe75f7e36.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/83556394dd313f53.json b/7376/data/test-cases/f4c72abd769ae870.json similarity index 98% rename from 7346/data/test-cases/83556394dd313f53.json rename to 7376/data/test-cases/f4c72abd769ae870.json index c8169acee84..d65bfdf6be5 100644 --- a/7346/data/test-cases/83556394dd313f53.json +++ b/7376/data/test-cases/f4c72abd769ae870.json @@ -1 +1 @@ -{"uid":"83556394dd313f53","name":"Push message with custom timestamp: 1724761510944","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1724761510944","historyId":"6a80ab47e612e6b1bf54ad869e06ff10:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765367205,"stop":1724765367205,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"83556394dd313f53.json","parameterValues":[]} \ No newline at end of file +{"uid":"f4c72abd769ae870","name":"Push message with custom timestamp: 1724926261821","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1724926261821","historyId":"a836f1a93b1ea492e53ba535f1d8f7a9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922853930,"stop":1724922853930,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"f4c72abd769ae870.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/f4ca8f0d2f98491a.json b/7376/data/test-cases/f4ca8f0d2f98491a.json new file mode 100644 index 00000000000..a030819eb4d --- /dev/null +++ b/7376/data/test-cases/f4ca8f0d2f98491a.json @@ -0,0 +1 @@ +{"uid":"f4ca8f0d2f98491a","name":"Decoder throws on undefined content topic","fullName":"/src/lib/message/version_0.spec.ts: Ensures content topic is defined > Decoder throws on undefined content topic","historyId":"11dea6efd68ad937e990d43695bfa742:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922388049,"stop":1724922388049,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.lib.message"},{"name":"parentSuite","value":"Ensures content topic is defined"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"58d5c2c4d8265e58","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/58d5c2c4d8265e58","status":"passed","time":{"start":1724921051056,"stop":1724921051057,"duration":1}},{"uid":"1af23ab061f6b7bf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1af23ab061f6b7bf","status":"passed","time":{"start":1724921026362,"stop":1724921026362,"duration":0}},{"uid":"c87afe65ef337e7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c87afe65ef337e7","status":"passed","time":{"start":1724917686541,"stop":1724917686541,"duration":0}},{"uid":"283f6d62b3b0cda3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/283f6d62b3b0cda3","status":"passed","time":{"start":1724889465471,"stop":1724889465471,"duration":0}},{"uid":"1568a7b69f30ea86","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1568a7b69f30ea86","status":"passed","time":{"start":1724888616212,"stop":1724888616213,"duration":1}},{"uid":"98d9d5a6d14abbab","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/98d9d5a6d14abbab","status":"passed","time":{"start":1724887772449,"stop":1724887772449,"duration":0}},{"uid":"69c9c3fb10f82406","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/69c9c3fb10f82406","status":"passed","time":{"start":1724886538860,"stop":1724886538860,"duration":0}},{"uid":"105ac7d15f31f8e0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/105ac7d15f31f8e0","status":"passed","time":{"start":1724886316627,"stop":1724886316627,"duration":0}},{"uid":"6793a80546a2ad2c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6793a80546a2ad2c","status":"passed","time":{"start":1724861765763,"stop":1724861765763,"duration":0}},{"uid":"4435d1c40561ec44","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4435d1c40561ec44","status":"passed","time":{"start":1724861236573,"stop":1724861236573,"duration":0}},{"uid":"9215e36b57dc3dcc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9215e36b57dc3dcc","status":"passed","time":{"start":1724861059471,"stop":1724861059471,"duration":0}},{"uid":"af94b988ad4cc112","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/af94b988ad4cc112","status":"passed","time":{"start":1724860920726,"stop":1724860920727,"duration":1}}]},"tags":[]},"source":"f4ca8f0d2f98491a.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/f514b9cffa578416.json b/7376/data/test-cases/f514b9cffa578416.json new file mode 100644 index 00000000000..7441caf1077 --- /dev/null +++ b/7376/data/test-cases/f514b9cffa578416.json @@ -0,0 +1 @@ +{"uid":"f514b9cffa578416","name":"Push message on custom pubsubTopic","fullName":"/tests/light-push/single_node/multiple_pubsub.node.spec.ts: Waku Light Push (Autosharding): Multiple PubsubTopics > Push message on custom pubsubTopic","historyId":"8e721cfaadb6a90a6287cdd960bf8026:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922727645,"stop":1724922727646,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push (Autosharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"144200d4270541d6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/144200d4270541d6","status":"passed","time":{"start":1724921379979,"stop":1724921379979,"duration":0}},{"uid":"cd19d6754ae74a66","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cd19d6754ae74a66","status":"passed","time":{"start":1724921359713,"stop":1724921359713,"duration":0}},{"uid":"1a7d1c2cead4edeb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1a7d1c2cead4edeb","status":"passed","time":{"start":1724918127247,"stop":1724918127247,"duration":0}},{"uid":"dfa93e7df096e2fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dfa93e7df096e2fd","status":"passed","time":{"start":1724889805613,"stop":1724889805613,"duration":0}},{"uid":"5aab7bea9a5de687","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5aab7bea9a5de687","status":"passed","time":{"start":1724888940686,"stop":1724888940687,"duration":1}},{"uid":"3c0e059516a154ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3c0e059516a154ea","status":"passed","time":{"start":1724888168649,"stop":1724888168650,"duration":1}},{"uid":"315f8082d599ecee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/315f8082d599ecee","status":"passed","time":{"start":1724886924217,"stop":1724886924217,"duration":0}},{"uid":"4724850748299063","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4724850748299063","status":"passed","time":{"start":1724886701805,"stop":1724886701805,"duration":0}},{"uid":"c06a4c4ba6952f45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c06a4c4ba6952f45","status":"passed","time":{"start":1724862112741,"stop":1724862112741,"duration":0}},{"uid":"5225e7f2f74558a7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5225e7f2f74558a7","status":"passed","time":{"start":1724861584868,"stop":1724861584868,"duration":0}},{"uid":"4141715c2b16eebb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4141715c2b16eebb","status":"passed","time":{"start":1724861464489,"stop":1724861464494,"duration":5}},{"uid":"879e412632945746","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/879e412632945746","status":"passed","time":{"start":1724861254914,"stop":1724861254914,"duration":0}}]},"tags":[]},"source":"f514b9cffa578416.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/7f73ea787a751859.json b/7376/data/test-cases/f51a56542fadd373.json similarity index 74% rename from 7346/data/test-cases/7f73ea787a751859.json rename to 7376/data/test-cases/f51a56542fadd373.json index 2d212327f55..977ebeebd9d 100644 --- a/7346/data/test-cases/7f73ea787a751859.json +++ b/7376/data/test-cases/f51a56542fadd373.json @@ -1 +1 @@ -{"uid":"7f73ea787a751859","name":"Subscribe to topic containing JSON and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing JSON and publish message","historyId":"0f068790716d3b625c682eea9c945956:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765421009,"stop":1724765421009,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"ffb78adf2ec1a444","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/ffb78adf2ec1a444","status":"passed","time":{"start":1724765345663,"stop":1724765345663,"duration":0}},{"uid":"fa0c5e17ef04266a","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/fa0c5e17ef04266a","status":"passed","time":{"start":1724763728521,"stop":1724763728521,"duration":0}},{"uid":"50f8534f501afb76","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/50f8534f501afb76","status":"passed","time":{"start":1724760958461,"stop":1724760958462,"duration":1}},{"uid":"2fc40bb20bdbbb8e","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/2fc40bb20bdbbb8e","status":"passed","time":{"start":1724759986216,"stop":1724759986217,"duration":1}},{"uid":"266d527e885ca9cd","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/266d527e885ca9cd","status":"passed","time":{"start":1724758131998,"stop":1724758131999,"duration":1}},{"uid":"87137a8c7e545e57","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/87137a8c7e545e57","status":"passed","time":{"start":1724757804672,"stop":1724757804672,"duration":0}},{"uid":"20c85da5ad4a316","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/20c85da5ad4a316","status":"passed","time":{"start":1724757182044,"stop":1724757182045,"duration":1}},{"uid":"f37429ff60391e3d","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/f37429ff60391e3d","status":"passed","time":{"start":1724755250670,"stop":1724755250670,"duration":0}},{"uid":"951c583578759872","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/951c583578759872","status":"passed","time":{"start":1724752681463,"stop":1724752681463,"duration":0}},{"uid":"60fda231f03c144b","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/60fda231f03c144b","status":"passed","time":{"start":1724751529161,"stop":1724751529161,"duration":0}},{"uid":"b8559ab123ec10c0","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/b8559ab123ec10c0","status":"passed","time":{"start":1724750601865,"stop":1724750601866,"duration":1}},{"uid":"c2c1ab968e63a212","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c2c1ab968e63a212","status":"passed","time":{"start":1724749597813,"stop":1724749597813,"duration":0}},{"uid":"eec5e109df22dbdb","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/eec5e109df22dbdb","status":"passed","time":{"start":1724717911308,"stop":1724717911309,"duration":1}},{"uid":"e933c6469679f826","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/e933c6469679f826","status":"passed","time":{"start":1724715155605,"stop":1724715155605,"duration":0}},{"uid":"5e8f7ee797b40409","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/5e8f7ee797b40409","status":"passed","time":{"start":1724713233429,"stop":1724713233430,"duration":1}},{"uid":"b8ee26f9841f6f35","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b8ee26f9841f6f35","status":"passed","time":{"start":1724706419532,"stop":1724706419532,"duration":0}},{"uid":"848fe5ba0455344c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/848fe5ba0455344c","status":"passed","time":{"start":1724704833544,"stop":1724704833544,"duration":0}},{"uid":"3d5d215bb2e518a1","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/3d5d215bb2e518a1","status":"passed","time":{"start":1724684206372,"stop":1724684206372,"duration":0}},{"uid":"9c7ff8de6f386090","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/9c7ff8de6f386090","status":"passed","time":{"start":1724672961268,"stop":1724672961268,"duration":0}},{"uid":"7a5158a2223e0b42","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/7a5158a2223e0b42","status":"passed","time":{"start":1724670685272,"stop":1724670685272,"duration":0}}]},"tags":[]},"source":"7f73ea787a751859.json","parameterValues":[]} \ No newline at end of file +{"uid":"f51a56542fadd373","name":"Subscribe to topic containing JSON and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing JSON and publish message","historyId":"0f068790716d3b625c682eea9c945956:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922891492,"stop":1724922891492,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"377db6bfc8ec650f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/377db6bfc8ec650f","status":"passed","time":{"start":1724921563020,"stop":1724921563020,"duration":0}},{"uid":"6ca46ae33d37e275","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6ca46ae33d37e275","status":"passed","time":{"start":1724921526816,"stop":1724921526817,"duration":1}},{"uid":"a3d2e1fc1d0f300f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a3d2e1fc1d0f300f","status":"passed","time":{"start":1724918239952,"stop":1724918239953,"duration":1}},{"uid":"a5c32c7b39eb5257","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5c32c7b39eb5257","status":"passed","time":{"start":1724889980926,"stop":1724889980926,"duration":0}},{"uid":"7fcec528dc816a72","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7fcec528dc816a72","status":"passed","time":{"start":1724889109976,"stop":1724889109977,"duration":1}},{"uid":"bc22cc814fe299c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bc22cc814fe299c","status":"passed","time":{"start":1724888294725,"stop":1724888294726,"duration":1}},{"uid":"40b0a91519a4ba72","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/40b0a91519a4ba72","status":"passed","time":{"start":1724887071744,"stop":1724887071744,"duration":0}},{"uid":"7dd42147fdec9a6a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7dd42147fdec9a6a","status":"passed","time":{"start":1724886848349,"stop":1724886848349,"duration":0}},{"uid":"11b2689dd64c380b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/11b2689dd64c380b","status":"passed","time":{"start":1724862259260,"stop":1724862259260,"duration":0}},{"uid":"6d6c751d5a96cad4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6d6c751d5a96cad4","status":"passed","time":{"start":1724861735334,"stop":1724861735335,"duration":1}},{"uid":"a253aacd29b47433","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a253aacd29b47433","status":"passed","time":{"start":1724861606352,"stop":1724861606352,"duration":0}},{"uid":"3df451c9fb75d206","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3df451c9fb75d206","status":"passed","time":{"start":1724861426691,"stop":1724861426691,"duration":0}}]},"tags":[]},"source":"f51a56542fadd373.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/f562a682d4554cd8.json b/7376/data/test-cases/f562a682d4554cd8.json new file mode 100644 index 00000000000..90f018a506c --- /dev/null +++ b/7376/data/test-cases/f562a682d4554cd8.json @@ -0,0 +1 @@ +{"uid":"f562a682d4554cd8","name":"should emit `waku:offline` event only when all peers disconnect","fullName":"/tests/connection-mananger/connection_state.spec.ts: Connection state > should emit `waku:offline` event only when all peers disconnect","historyId":"2b2625967cf38bb30045bbc58898863e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922476374,"stop":1724922476374,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","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":"Connection state"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c5556ceddf3b5f9a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c5556ceddf3b5f9a","status":"passed","time":{"start":1724921141186,"stop":1724921141187,"duration":1}},{"uid":"89029f74852d0e30","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/89029f74852d0e30","status":"passed","time":{"start":1724921118248,"stop":1724921118248,"duration":0}},{"uid":"899b733a1d99a01f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/899b733a1d99a01f","status":"passed","time":{"start":1724917777550,"stop":1724917777550,"duration":0}},{"uid":"2f7d3a1680023431","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2f7d3a1680023431","status":"passed","time":{"start":1724889554660,"stop":1724889554663,"duration":3}},{"uid":"e6e9956111b155fb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e6e9956111b155fb","status":"passed","time":{"start":1724888706935,"stop":1724888706936,"duration":1}},{"uid":"9056d8b2aa96c9ca","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9056d8b2aa96c9ca","status":"passed","time":{"start":1724887861772,"stop":1724887861773,"duration":1}},{"uid":"5982d464a2ea6873","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5982d464a2ea6873","status":"passed","time":{"start":1724886631476,"stop":1724886631476,"duration":0}},{"uid":"9ee760409ecb4741","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9ee760409ecb4741","status":"passed","time":{"start":1724886409745,"stop":1724886409745,"duration":0}},{"uid":"882b9f5d5aae9e91","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/882b9f5d5aae9e91","status":"passed","time":{"start":1724861858182,"stop":1724861858183,"duration":1}},{"uid":"d607d074ef6fbbc6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d607d074ef6fbbc6","status":"passed","time":{"start":1724861324520,"stop":1724861324520,"duration":0}},{"uid":"12a18c5ba641e89c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/12a18c5ba641e89c","status":"passed","time":{"start":1724861152386,"stop":1724861152390,"duration":4}},{"uid":"bded924a941b8aae","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bded924a941b8aae","status":"passed","time":{"start":1724861011434,"stop":1724861011434,"duration":0}}]},"tags":[]},"source":"f562a682d4554cd8.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/f565c2a5ec42a7a1.json b/7376/data/test-cases/f565c2a5ec42a7a1.json new file mode 100644 index 00000000000..41ef071f0d1 --- /dev/null +++ b/7376/data/test-cases/f565c2a5ec42a7a1.json @@ -0,0 +1 @@ +{"uid":"f565c2a5ec42a7a1","name":"Decoder throws on empty string content topic","fullName":"/src/ecies.spec.ts: Ensures content topic is defined > Decoder throws on empty string content topic","historyId":"c229352398a6af9f0670d357527a6f15:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922410313,"stop":1724922410313,"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":"Ensures content topic is defined"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"37f75bc7a8ed7232","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/37f75bc7a8ed7232","status":"passed","time":{"start":1724921073461,"stop":1724921073461,"duration":0}},{"uid":"b4c7e367ba133599","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b4c7e367ba133599","status":"passed","time":{"start":1724921048448,"stop":1724921048448,"duration":0}},{"uid":"3c07de702300b394","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3c07de702300b394","status":"passed","time":{"start":1724917708701,"stop":1724917708701,"duration":0}},{"uid":"86a5f2466ab2a77c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/86a5f2466ab2a77c","status":"passed","time":{"start":1724889487517,"stop":1724889487517,"duration":0}},{"uid":"c233acd90fccf0a8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c233acd90fccf0a8","status":"passed","time":{"start":1724888638224,"stop":1724888638224,"duration":0}},{"uid":"10a8e62bd847cdd9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/10a8e62bd847cdd9","status":"passed","time":{"start":1724887794484,"stop":1724887794485,"duration":1}},{"uid":"965cc1396629d2a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/965cc1396629d2a","status":"passed","time":{"start":1724886561407,"stop":1724886561408,"duration":1}},{"uid":"eacbe4b0ed25564e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eacbe4b0ed25564e","status":"passed","time":{"start":1724886339063,"stop":1724886339064,"duration":1}},{"uid":"4e0eed924e795294","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4e0eed924e795294","status":"passed","time":{"start":1724861788384,"stop":1724861788384,"duration":0}},{"uid":"c542e74339031a27","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c542e74339031a27","status":"passed","time":{"start":1724861258537,"stop":1724861258537,"duration":0}},{"uid":"c8a1d8efae2a5c9e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c8a1d8efae2a5c9e","status":"passed","time":{"start":1724861082797,"stop":1724861082797,"duration":0}},{"uid":"6c2182746a8fa938","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6c2182746a8fa938","status":"passed","time":{"start":1724860943249,"stop":1724860943249,"duration":0}}]},"tags":[]},"source":"f565c2a5ec42a7a1.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/f5c8481d62d0d615.json b/7376/data/test-cases/f5c8481d62d0d615.json new file mode 100644 index 00000000000..198683d90cf --- /dev/null +++ b/7376/data/test-cases/f5c8481d62d0d615.json @@ -0,0 +1 @@ +{"uid":"f5c8481d62d0d615","name":"Query Generator - false","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Query Generator - false","historyId":"b3338ef83501576e210e39f56e906273:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922966704,"stop":1724922966704,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, order\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, order"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6fc875120106ada0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6fc875120106ada0","status":"passed","time":{"start":1724921640663,"stop":1724921640663,"duration":0}},{"uid":"4297c5cb512f83ab","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4297c5cb512f83ab","status":"passed","time":{"start":1724921597586,"stop":1724921597586,"duration":0}},{"uid":"aeba00f6554e322f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/aeba00f6554e322f","status":"passed","time":{"start":1724918306248,"stop":1724918306249,"duration":1}},{"uid":"e1dd7250f4aa2732","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e1dd7250f4aa2732","status":"passed","time":{"start":1724890060300,"stop":1724890060300,"duration":0}},{"uid":"3816255c958606c1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3816255c958606c1","status":"passed","time":{"start":1724889191328,"stop":1724889191328,"duration":0}},{"uid":"ba2eb602b4bb5a1d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ba2eb602b4bb5a1d","status":"passed","time":{"start":1724888368606,"stop":1724888368606,"duration":0}},{"uid":"941f4f2478a14a81","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/941f4f2478a14a81","status":"passed","time":{"start":1724887150940,"stop":1724887150940,"duration":0}},{"uid":"a82ef38af4984a04","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a82ef38af4984a04","status":"passed","time":{"start":1724886928811,"stop":1724886928811,"duration":0}},{"uid":"682bdbc3bbe715e6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/682bdbc3bbe715e6","status":"passed","time":{"start":1724862346041,"stop":1724862346041,"duration":0}},{"uid":"be79284df8bc88d7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/be79284df8bc88d7","status":"passed","time":{"start":1724861823100,"stop":1724861823100,"duration":0}},{"uid":"94d87e74801d19d8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/94d87e74801d19d8","status":"passed","time":{"start":1724861677722,"stop":1724861677723,"duration":1}},{"uid":"125538b05bee7c63","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/125538b05bee7c63","status":"passed","time":{"start":1724861503958,"stop":1724861503958,"duration":0}}]},"tags":[]},"source":"f5c8481d62d0d615.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/f6b2899aa47d7bab.json b/7376/data/test-cases/f6b2899aa47d7bab.json new file mode 100644 index 00000000000..f0600c034ac --- /dev/null +++ b/7376/data/test-cases/f6b2899aa47d7bab.json @@ -0,0 +1 @@ +{"uid":"f6b2899aa47d7bab","name":"Subscribe and receive messages on 2 different pubsubtopics","fullName":"/tests/filter/single_node/multiple_pubsub.node.spec.ts: Waku Filter V2 (Autosharding): Multiple PubsubTopics > Subscribe and receive messages on 2 different pubsubtopics","historyId":"966d13c504307d3d32ea508ddab4b702:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922508638,"stop":1724922508638,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2 (Autosharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4d360ace2f60a101","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4d360ace2f60a101","status":"passed","time":{"start":1724921164595,"stop":1724921164595,"duration":0}},{"uid":"1ea48982a8ef2c26","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1ea48982a8ef2c26","status":"passed","time":{"start":1724921137825,"stop":1724921137826,"duration":1}},{"uid":"e681317b45755596","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e681317b45755596","status":"passed","time":{"start":1724917810539,"stop":1724917810540,"duration":1}},{"uid":"2f9bce5e06e091e2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2f9bce5e06e091e2","status":"passed","time":{"start":1724889585448,"stop":1724889585448,"duration":0}},{"uid":"e653b23fbef63779","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e653b23fbef63779","status":"passed","time":{"start":1724888736509,"stop":1724888736510,"duration":1}},{"uid":"a33bdc923e6a1ceb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a33bdc923e6a1ceb","status":"passed","time":{"start":1724887891790,"stop":1724887891793,"duration":3}},{"uid":"6c502833ce767e21","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6c502833ce767e21","status":"passed","time":{"start":1724886657789,"stop":1724886657789,"duration":0}},{"uid":"5a252d068738f1a1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5a252d068738f1a1","status":"passed","time":{"start":1724886447358,"stop":1724886447358,"duration":0}},{"uid":"6e94762ad28e2eb1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e94762ad28e2eb1","status":"passed","time":{"start":1724861880122,"stop":1724861880123,"duration":1}},{"uid":"27d4185d024dce9b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/27d4185d024dce9b","status":"passed","time":{"start":1724861359781,"stop":1724861359782,"duration":1}},{"uid":"69962e63429ec87","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/69962e63429ec87","status":"passed","time":{"start":1724861179681,"stop":1724861179682,"duration":1}},{"uid":"bfaa5ec0a49ca8fb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bfaa5ec0a49ca8fb","status":"passed","time":{"start":1724861040980,"stop":1724861040980,"duration":0}}]},"tags":[]},"source":"f6b2899aa47d7bab.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/f6d83af1093cf9fe.json b/7376/data/test-cases/f6d83af1093cf9fe.json new file mode 100644 index 00000000000..182ab5b1e3a --- /dev/null +++ b/7376/data/test-cases/f6d83af1093cf9fe.json @@ -0,0 +1 @@ +{"uid":"f6d83af1093cf9fe","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","historyId":"66c02edbb4d8f8ea70bd8864dde32e80:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374674,"stop":1724922374674,"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":"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":13,"unknown":0,"total":13},"items":[{"uid":"bb1ca02f3e5b2dda","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bb1ca02f3e5b2dda","status":"passed","time":{"start":1724921037634,"stop":1724921037634,"duration":0}},{"uid":"531c8ba310424f10","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/531c8ba310424f10","status":"passed","time":{"start":1724921013046,"stop":1724921013047,"duration":1}},{"uid":"f0ad24a3df5c00b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f0ad24a3df5c00b","status":"passed","time":{"start":1724917673290,"stop":1724917673291,"duration":1}},{"uid":"554e879aeb81c3e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/554e879aeb81c3e0","status":"passed","time":{"start":1724889452309,"stop":1724889452309,"duration":0}},{"uid":"1c38314a14cbe15c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c38314a14cbe15c","status":"passed","time":{"start":1724888602839,"stop":1724888602839,"duration":0}},{"uid":"f8671b96c06f0265","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f8671b96c06f0265","status":"passed","time":{"start":1724887759163,"stop":1724887759163,"duration":0}},{"uid":"fd145211062caba5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fd145211062caba5","status":"passed","time":{"start":1724886525543,"stop":1724886525543,"duration":0}},{"uid":"9b58cb544d026289","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9b58cb544d026289","status":"passed","time":{"start":1724886303396,"stop":1724886303396,"duration":0}},{"uid":"9579494efd182ca","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9579494efd182ca","status":"passed","time":{"start":1724861752226,"stop":1724861752226,"duration":0}},{"uid":"c294114d7e1950a7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c294114d7e1950a7","status":"passed","time":{"start":1724861223354,"stop":1724861223354,"duration":0}},{"uid":"70a164450adb613e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/70a164450adb613e","status":"passed","time":{"start":1724861045201,"stop":1724861045201,"duration":0}},{"uid":"82914a19c4b68040","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/82914a19c4b68040","status":"passed","time":{"start":1724860907083,"stop":1724860907083,"duration":0}}]},"tags":[]},"source":"f6d83af1093cf9fe.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/f6da6febea261f6.json b/7376/data/test-cases/f6da6febea261f6.json new file mode 100644 index 00000000000..80ee0b3d021 --- /dev/null +++ b/7376/data/test-cases/f6da6febea261f6.json @@ -0,0 +1 @@ +{"uid":"f6da6febea261f6","name":"random static sharding 4 - Cluster ID: 972, Shard ID: 12","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 4 - Cluster ID: 972, Shard ID: 12","historyId":"2de32901098e6c06db694d63eaf020f0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922946230,"stop":1724922946230,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"f6da6febea261f6.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/f722752192e943d1.json b/7376/data/test-cases/f722752192e943d1.json new file mode 100644 index 00000000000..c261f2d4a73 --- /dev/null +++ b/7376/data/test-cases/f722752192e943d1.json @@ -0,0 +1 @@ +{"uid":"f722752192e943d1","name":"Subscribe and receive ecies encrypted messages via lightPush","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe and receive ecies encrypted messages via lightPush","historyId":"fe328248c632be0d324baf204ecdc3e0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012458,"stop":1724923012458,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f32b80fa88ae5b94","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f32b80fa88ae5b94","status":"passed","time":{"start":1724921625033,"stop":1724921625033,"duration":0}},{"uid":"5a5a413dbde5130c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5a5a413dbde5130c","status":"passed","time":{"start":1724921590478,"stop":1724921590478,"duration":0}},{"uid":"ebd72ef07ed93218","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ebd72ef07ed93218","status":"passed","time":{"start":1724918287557,"stop":1724918287557,"duration":0}},{"uid":"14353204bbdeb268","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14353204bbdeb268","status":"passed","time":{"start":1724890047781,"stop":1724890047781,"duration":0}},{"uid":"a20c1743f0b2085f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a20c1743f0b2085f","status":"passed","time":{"start":1724889183912,"stop":1724889183913,"duration":1}},{"uid":"e88eb4ca8c972af5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e88eb4ca8c972af5","status":"passed","time":{"start":1724888354157,"stop":1724888354158,"duration":1}},{"uid":"ff900231255143f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ff900231255143f","status":"passed","time":{"start":1724887145649,"stop":1724887145650,"duration":1}},{"uid":"f8f692fa9d8ee515","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f8f692fa9d8ee515","status":"passed","time":{"start":1724886915775,"stop":1724886915775,"duration":0}},{"uid":"ccd2d5049fb7b3b8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ccd2d5049fb7b3b8","status":"passed","time":{"start":1724862341430,"stop":1724862341430,"duration":0}},{"uid":"ea95001cfed28cd1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ea95001cfed28cd1","status":"passed","time":{"start":1724861805429,"stop":1724861805430,"duration":1}},{"uid":"ac20047f753db977","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac20047f753db977","status":"passed","time":{"start":1724861662238,"stop":1724861662239,"duration":1}},{"uid":"8f7eb84e4ebe0be9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8f7eb84e4ebe0be9","status":"passed","time":{"start":1724861492501,"stop":1724861492502,"duration":1}}]},"tags":[]},"source":"f722752192e943d1.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/330d18f14d44b669.json b/7376/data/test-cases/f7408a3ff925bc79.json similarity index 97% rename from 7346/data/test-cases/330d18f14d44b669.json rename to 7376/data/test-cases/f7408a3ff925bc79.json index d39656c1220..a2a6008b39d 100644 --- a/7346/data/test-cases/330d18f14d44b669.json +++ b/7376/data/test-cases/f7408a3ff925bc79.json @@ -1 +1 @@ -{"uid":"330d18f14d44b669","name":"Check received message with timestamp: 1724764839246 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: 1724764839246 ","historyId":"a1898e19428627360df02018ec6841e2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392373,"stop":1724765392373,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"330d18f14d44b669.json","parameterValues":[]} \ No newline at end of file +{"uid":"f7408a3ff925bc79","name":"Check received message with timestamp: 1724922424872 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: 1724922424872 ","historyId":"c022622c00fc4f6c9520e8193937873a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845240,"stop":1724922845242,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"f7408a3ff925bc79.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/f746e42b3192ebda.json b/7376/data/test-cases/f746e42b3192ebda.json new file mode 100644 index 00000000000..8eba3bc0005 --- /dev/null +++ b/7376/data/test-cases/f746e42b3192ebda.json @@ -0,0 +1 @@ +{"uid":"f746e42b3192ebda","name":"should return all peers when numPeers is 0","fullName":"/src/lib/filterPeers.spec.ts: filterPeersByDiscovery function > should return all peers when numPeers is 0","historyId":"7fa43daff57bd0ce47616ab29fc60181:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922387837,"stop":1724922387838,"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":13,"unknown":0,"total":13},"items":[{"uid":"dd39287a43016ecc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dd39287a43016ecc","status":"passed","time":{"start":1724921050915,"stop":1724921050915,"duration":0}},{"uid":"157f17aaf19247a2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/157f17aaf19247a2","status":"passed","time":{"start":1724921026083,"stop":1724921026084,"duration":1}},{"uid":"fc06ad0848172c1e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fc06ad0848172c1e","status":"passed","time":{"start":1724917686329,"stop":1724917686330,"duration":1}},{"uid":"1fd191c18609f2b7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1fd191c18609f2b7","status":"passed","time":{"start":1724889465301,"stop":1724889465301,"duration":0}},{"uid":"1f948bce73f66b26","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1f948bce73f66b26","status":"passed","time":{"start":1724888615854,"stop":1724888615854,"duration":0}},{"uid":"26b35304d5646b3c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/26b35304d5646b3c","status":"passed","time":{"start":1724887772188,"stop":1724887772189,"duration":1}},{"uid":"2068ec1c42bfd42e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2068ec1c42bfd42e","status":"passed","time":{"start":1724886538734,"stop":1724886538735,"duration":1}},{"uid":"c6cc886306f6cb3d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c6cc886306f6cb3d","status":"passed","time":{"start":1724886316572,"stop":1724886316572,"duration":0}},{"uid":"7f1668e8bb2b4255","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7f1668e8bb2b4255","status":"passed","time":{"start":1724861765626,"stop":1724861765626,"duration":0}},{"uid":"9cbd5616981cb61f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9cbd5616981cb61f","status":"passed","time":{"start":1724861236289,"stop":1724861236289,"duration":0}},{"uid":"aa0c0e7264213d48","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/aa0c0e7264213d48","status":"passed","time":{"start":1724861059255,"stop":1724861059256,"duration":1}},{"uid":"527af5522d511fb5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/527af5522d511fb5","status":"passed","time":{"start":1724860920540,"stop":1724860920541,"duration":1}}]},"tags":[]},"source":"f746e42b3192ebda.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/67bd26986a73064d.json b/7376/data/test-cases/f7db6da56468a4d8.json similarity index 78% rename from 7346/data/test-cases/67bd26986a73064d.json rename to 7376/data/test-cases/f7db6da56468a4d8.json index 8f9b54b53c2..2891c36f39c 100644 --- a/7346/data/test-cases/67bd26986a73064d.json +++ b/7376/data/test-cases/f7db6da56468a4d8.json @@ -1 +1 @@ -{"uid":"67bd26986a73064d","name":"Check message with non string payload is not received","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check message with non string payload is not received","historyId":"60bb4e746e6880f19d8f2d9058253996:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765392394,"stop":1724765392394,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"eb593f59a53a271","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/eb593f59a53a271","status":"passed","time":{"start":1724765313876,"stop":1724765313876,"duration":0}},{"uid":"2b0217a4e9257f74","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/2b0217a4e9257f74","status":"passed","time":{"start":1724763683876,"stop":1724763683876,"duration":0}},{"uid":"5a8fa8dadeea4119","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/5a8fa8dadeea4119","status":"passed","time":{"start":1724760929581,"stop":1724760929582,"duration":1}},{"uid":"1fa65efb898ec554","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/1fa65efb898ec554","status":"passed","time":{"start":1724759955177,"stop":1724759955177,"duration":0}},{"uid":"c8d36ebcfe7038f3","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/c8d36ebcfe7038f3","status":"passed","time":{"start":1724758077460,"stop":1724758077480,"duration":20}},{"uid":"8b41caac61309825","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/8b41caac61309825","status":"passed","time":{"start":1724757801877,"stop":1724757801877,"duration":0}},{"uid":"e02f33f97857aa73","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/e02f33f97857aa73","status":"passed","time":{"start":1724757120197,"stop":1724757120198,"duration":1}},{"uid":"ddb7401bc60b967e","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ddb7401bc60b967e","status":"passed","time":{"start":1724755211089,"stop":1724755211089,"duration":0}},{"uid":"c6a191cee3231b64","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/c6a191cee3231b64","status":"passed","time":{"start":1724752646559,"stop":1724752646559,"duration":0}},{"uid":"608037fb711bbc0f","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/608037fb711bbc0f","status":"passed","time":{"start":1724751495300,"stop":1724751495300,"duration":0}},{"uid":"7ec4c49d9d932c47","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/7ec4c49d9d932c47","status":"passed","time":{"start":1724750572392,"stop":1724750572392,"duration":0}},{"uid":"ded3a6069b0b8128","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/ded3a6069b0b8128","status":"passed","time":{"start":1724749567275,"stop":1724749567275,"duration":0}},{"uid":"8fda807c95d5ab42","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/8fda807c95d5ab42","status":"passed","time":{"start":1724717880848,"stop":1724717880850,"duration":2}},{"uid":"eb5a66f884063285","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/eb5a66f884063285","status":"passed","time":{"start":1724715103519,"stop":1724715103519,"duration":0}},{"uid":"51a78a6f73ef5742","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/51a78a6f73ef5742","status":"passed","time":{"start":1724713195384,"stop":1724713195384,"duration":0}},{"uid":"98a80b2169dd214f","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/98a80b2169dd214f","status":"passed","time":{"start":1724706389690,"stop":1724706389690,"duration":0}},{"uid":"6eb5106d04925016","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6eb5106d04925016","status":"passed","time":{"start":1724704811207,"stop":1724704811207,"duration":0}},{"uid":"f113dbebf0556c40","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f113dbebf0556c40","status":"passed","time":{"start":1724684170214,"stop":1724684170215,"duration":1}},{"uid":"8ced454ec721e0d9","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/8ced454ec721e0d9","status":"passed","time":{"start":1724672903661,"stop":1724672903662,"duration":1}},{"uid":"b7b21aca3a1f3ec0","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/b7b21aca3a1f3ec0","status":"passed","time":{"start":1724670674058,"stop":1724670674058,"duration":0}}]},"tags":[]},"source":"67bd26986a73064d.json","parameterValues":[]} \ No newline at end of file +{"uid":"f7db6da56468a4d8","name":"Check message with non string payload is not received","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check message with non string payload is not received","historyId":"60bb4e746e6880f19d8f2d9058253996:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922845263,"stop":1724922845263,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"895e02af6eeb9af0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/895e02af6eeb9af0","status":"passed","time":{"start":1724921515255,"stop":1724921515256,"duration":1}},{"uid":"62714064192d9959","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/62714064192d9959","status":"passed","time":{"start":1724921475504,"stop":1724921475519,"duration":15}},{"uid":"802110ca2b1e25b7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/802110ca2b1e25b7","status":"passed","time":{"start":1724918179438,"stop":1724918179438,"duration":0}},{"uid":"b2b1e9bb0225eefa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b2b1e9bb0225eefa","status":"passed","time":{"start":1724889935353,"stop":1724889935353,"duration":0}},{"uid":"104c39c1f106a78c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/104c39c1f106a78c","status":"passed","time":{"start":1724889072769,"stop":1724889072769,"duration":0}},{"uid":"40e403f59f409fb1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/40e403f59f409fb1","status":"passed","time":{"start":1724888232429,"stop":1724888232429,"duration":0}},{"uid":"ae1ae1e20eae0080","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ae1ae1e20eae0080","status":"passed","time":{"start":1724887018316,"stop":1724887018317,"duration":1}},{"uid":"9832f704efef7a92","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9832f704efef7a92","status":"passed","time":{"start":1724886781505,"stop":1724886781505,"duration":0}},{"uid":"6522855a6738bf45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6522855a6738bf45","status":"passed","time":{"start":1724862213685,"stop":1724862213685,"duration":0}},{"uid":"704fcef24aa026c6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/704fcef24aa026c6","status":"passed","time":{"start":1724861685886,"stop":1724861685888,"duration":2}},{"uid":"1c4951d6d5505592","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1c4951d6d5505592","status":"passed","time":{"start":1724861546212,"stop":1724861546212,"duration":0}},{"uid":"6aa5c087a833effd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6aa5c087a833effd","status":"passed","time":{"start":1724861378126,"stop":1724861378126,"duration":0}}]},"tags":[]},"source":"f7db6da56468a4d8.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/c232609f85250c90.json b/7376/data/test-cases/f80421c59d21ad23.json similarity index 93% rename from 7346/data/test-cases/c232609f85250c90.json rename to 7376/data/test-cases/f80421c59d21ad23.json index f56a044e55a..208f1088a65 100644 --- a/7346/data/test-cases/c232609f85250c90.json +++ b/7376/data/test-cases/f80421c59d21ad23.json @@ -1 +1 @@ -{"uid":"c232609f85250c90","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app32/2/topic767/utf8","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 7 - Cluster ID: 10, Content Topic: /app32/2/topic767/utf8","historyId":"1dc8de994a3416f1213b5ab015ef764c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765462124,"stop":1724765462124,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"c232609f85250c90.json","parameterValues":[]} \ No newline at end of file +{"uid":"f80421c59d21ad23","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app48/1/topic90/proto","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 3 - Cluster ID: 10, Content Topic: /app48/1/topic90/proto","historyId":"e404f147dafc00075f1659dfa90a3f68:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922906440,"stop":1724922906440,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"f80421c59d21ad23.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/f86fc0a1e48afc1f.json b/7376/data/test-cases/f86fc0a1e48afc1f.json new file mode 100644 index 00000000000..f459912ca86 --- /dev/null +++ b/7376/data/test-cases/f86fc0a1e48afc1f.json @@ -0,0 +1 @@ +{"uid":"f86fc0a1e48afc1f","name":"Subscribe to topic containing XML and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe to topic containing XML and publish message","historyId":"37b0712a55780e765f2fbe2dd020fbf9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922891491,"stop":1724922891491,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4de4f10457257e54","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4de4f10457257e54","status":"passed","time":{"start":1724921563019,"stop":1724921563019,"duration":0}},{"uid":"812deb1a638245ff","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/812deb1a638245ff","status":"passed","time":{"start":1724921526815,"stop":1724921526815,"duration":0}},{"uid":"103515ff32fef415","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/103515ff32fef415","status":"passed","time":{"start":1724918239948,"stop":1724918239949,"duration":1}},{"uid":"aa1cb74a84e2ff3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aa1cb74a84e2ff3","status":"passed","time":{"start":1724889980919,"stop":1724889980919,"duration":0}},{"uid":"a6780acb1c31b8c5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a6780acb1c31b8c5","status":"passed","time":{"start":1724889109974,"stop":1724889109975,"duration":1}},{"uid":"48d0feb8bf0fc03e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/48d0feb8bf0fc03e","status":"passed","time":{"start":1724888294725,"stop":1724888294725,"duration":0}},{"uid":"af6c80e848c55ccd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/af6c80e848c55ccd","status":"passed","time":{"start":1724887071743,"stop":1724887071744,"duration":1}},{"uid":"9fad3611d6403b79","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9fad3611d6403b79","status":"passed","time":{"start":1724886848348,"stop":1724886848348,"duration":0}},{"uid":"2f93c00c2286435","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2f93c00c2286435","status":"passed","time":{"start":1724862259257,"stop":1724862259257,"duration":0}},{"uid":"e57a30a4d44516cb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e57a30a4d44516cb","status":"passed","time":{"start":1724861735332,"stop":1724861735333,"duration":1}},{"uid":"c0555a9d1dfbc69d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0555a9d1dfbc69d","status":"passed","time":{"start":1724861606351,"stop":1724861606352,"duration":1}},{"uid":"95629c5f2fb2da41","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/95629c5f2fb2da41","status":"passed","time":{"start":1724861426690,"stop":1724861426691,"duration":1}}]},"tags":[]},"source":"f86fc0a1e48afc1f.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/f87612ba98d8a7ed.json b/7376/data/test-cases/f87612ba98d8a7ed.json new file mode 100644 index 00000000000..0ebeeba296a --- /dev/null +++ b/7376/data/test-cases/f87612ba98d8a7ed.json @@ -0,0 +1 @@ +{"uid":"f87612ba98d8a7ed","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=4 > numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","historyId":"259328266b872242d192b7c4ee1fdf9c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922611435,"stop":1724922611435,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=4"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e104c11ce0d13e67","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e104c11ce0d13e67","status":"passed","time":{"start":1724921270357,"stop":1724921270357,"duration":0}},{"uid":"8834f7fbb16c01e8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8834f7fbb16c01e8","status":"passed","time":{"start":1724921247817,"stop":1724921247818,"duration":1}},{"uid":"5dd66db0c8096282","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5dd66db0c8096282","status":"passed","time":{"start":1724917989818,"stop":1724917989819,"duration":1}},{"uid":"6d82e66b3a0dedce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d82e66b3a0dedce","status":"passed","time":{"start":1724889678551,"stop":1724889678551,"duration":0}},{"uid":"2730cd71f604601","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2730cd71f604601","status":"passed","time":{"start":1724888829843,"stop":1724888829843,"duration":0}},{"uid":"abb546caadd0cf99","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/abb546caadd0cf99","status":"passed","time":{"start":1724888077010,"stop":1724888077010,"duration":0}},{"uid":"cd8a7f96c6d32caf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cd8a7f96c6d32caf","status":"passed","time":{"start":1724886851125,"stop":1724886851125,"duration":0}},{"uid":"65dfbb33c2ed32da","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/65dfbb33c2ed32da","status":"passed","time":{"start":1724886647111,"stop":1724886647111,"duration":0}},{"uid":"871812181c3ac919","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/871812181c3ac919","status":"passed","time":{"start":1724861992713,"stop":1724861992713,"duration":0}},{"uid":"d5a3c5db5eb47686","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d5a3c5db5eb47686","status":"passed","time":{"start":1724861469643,"stop":1724861469644,"duration":1}},{"uid":"cb6857e8d650fbc4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cb6857e8d650fbc4","status":"passed","time":{"start":1724861284857,"stop":1724861284857,"duration":0}},{"uid":"d780ddc94db391d1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d780ddc94db391d1","status":"passed","time":{"start":1724861145805,"stop":1724861145805,"duration":0}}]},"tags":[]},"source":"f87612ba98d8a7ed.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/9d1054694701bb44.json b/7376/data/test-cases/f87d6edbc4e62a8a.json similarity index 79% rename from 7346/data/test-cases/9d1054694701bb44.json rename to 7376/data/test-cases/f87d6edbc4e62a8a.json index 18e51a33986..d4aac7951ba 100644 --- a/7346/data/test-cases/9d1054694701bb44.json +++ b/7376/data/test-cases/f87d6edbc4e62a8a.json @@ -1 +1 @@ -{"uid":"9d1054694701bb44","name":"Subscribe to topic containing Chinese and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing Chinese and receive message","historyId":"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765075585,"stop":1724765075585,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"e5747ea16e44b238","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/e5747ea16e44b238","status":"passed","time":{"start":1724765010543,"stop":1724765010543,"duration":0}},{"uid":"d11edafa19ea6a87","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/d11edafa19ea6a87","status":"passed","time":{"start":1724763380290,"stop":1724763380291,"duration":1}},{"uid":"9fd580c1ebdc9649","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/9fd580c1ebdc9649","status":"passed","time":{"start":1724760632564,"stop":1724760632564,"duration":0}},{"uid":"ba935e1b46c25caa","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/ba935e1b46c25caa","status":"passed","time":{"start":1724759660923,"stop":1724759660924,"duration":1}},{"uid":"6ba625119012b4bc","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/6ba625119012b4bc","status":"passed","time":{"start":1724757793700,"stop":1724757793700,"duration":0}},{"uid":"19eed46bff82537a","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/19eed46bff82537a","status":"passed","time":{"start":1724757518636,"stop":1724757518637,"duration":1}},{"uid":"557aab4a8ceff277","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/557aab4a8ceff277","status":"passed","time":{"start":1724756832104,"stop":1724756832104,"duration":0}},{"uid":"8fd880f40519811","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/8fd880f40519811","status":"passed","time":{"start":1724754929275,"stop":1724754929280,"duration":5}},{"uid":"f7ff687602a05b0e","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/f7ff687602a05b0e","status":"passed","time":{"start":1724752352148,"stop":1724752352149,"duration":1}},{"uid":"19bb0aed8960b321","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/19bb0aed8960b321","status":"passed","time":{"start":1724751201123,"stop":1724751201124,"duration":1}},{"uid":"e182ac48e5fb298b","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/e182ac48e5fb298b","status":"passed","time":{"start":1724750264840,"stop":1724750264840,"duration":0}},{"uid":"1cef1b6ced902166","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/1cef1b6ced902166","status":"passed","time":{"start":1724749292167,"stop":1724749292167,"duration":0}},{"uid":"c8206d202818b87d","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c8206d202818b87d","status":"passed","time":{"start":1724717596794,"stop":1724717596794,"duration":0}},{"uid":"f47990af896cd77d","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/f47990af896cd77d","status":"passed","time":{"start":1724714823653,"stop":1724714823653,"duration":0}},{"uid":"ccd83f919325fb89","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/ccd83f919325fb89","status":"passed","time":{"start":1724712895792,"stop":1724712895792,"duration":0}},{"uid":"9e315a3376e31743","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/9e315a3376e31743","status":"passed","time":{"start":1724706113496,"stop":1724706113496,"duration":0}},{"uid":"798582a5e9f7c206","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/798582a5e9f7c206","status":"passed","time":{"start":1724704522414,"stop":1724704522415,"duration":1}},{"uid":"2298fed1e835658c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2298fed1e835658c","status":"passed","time":{"start":1724683897628,"stop":1724683897628,"duration":0}},{"uid":"593f2b4245d5abcd","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/593f2b4245d5abcd","status":"passed","time":{"start":1724672624706,"stop":1724672624706,"duration":0}},{"uid":"eb9672da48dd15cc","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/eb9672da48dd15cc","status":"passed","time":{"start":1724670354431,"stop":1724670354432,"duration":1}}]},"tags":[]},"source":"9d1054694701bb44.json","parameterValues":[]} \ No newline at end of file +{"uid":"f87d6edbc4e62a8a","name":"Subscribe to topic containing Chinese and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing Chinese and receive message","historyId":"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922635355,"stop":1724922635355,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d97a66eebd73c4d8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d97a66eebd73c4d8","status":"passed","time":{"start":1724921297009,"stop":1724921297010,"duration":1}},{"uid":"50dfce260710eed","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/50dfce260710eed","status":"passed","time":{"start":1724921276368,"stop":1724921276368,"duration":0}},{"uid":"58b652118ebe0d59","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/58b652118ebe0d59","status":"passed","time":{"start":1724917948325,"stop":1724917948326,"duration":1}},{"uid":"2bf31a2c555aac6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2bf31a2c555aac6","status":"passed","time":{"start":1724889729010,"stop":1724889729010,"duration":0}},{"uid":"171f153f46e04595","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/171f153f46e04595","status":"passed","time":{"start":1724888864954,"stop":1724888864954,"duration":0}},{"uid":"b486a82ce64f1db1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b486a82ce64f1db1","status":"passed","time":{"start":1724888053747,"stop":1724888053748,"duration":1}},{"uid":"33ec8f4d50b2cbf8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/33ec8f4d50b2cbf8","status":"passed","time":{"start":1724886811662,"stop":1724886811663,"duration":1}},{"uid":"81937267a63c5b48","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/81937267a63c5b48","status":"passed","time":{"start":1724886581005,"stop":1724886581005,"duration":0}},{"uid":"4cb286b479423e4d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4cb286b479423e4d","status":"passed","time":{"start":1724862019562,"stop":1724862019562,"duration":0}},{"uid":"d19350071d0fc015","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d19350071d0fc015","status":"passed","time":{"start":1724861493937,"stop":1724861493938,"duration":1}},{"uid":"c089c8217022a2e1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c089c8217022a2e1","status":"passed","time":{"start":1724861318032,"stop":1724861318033,"duration":1}},{"uid":"ebaef603b59bdac5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ebaef603b59bdac5","status":"passed","time":{"start":1724861178516,"stop":1724861178517,"duration":1}}]},"tags":[]},"source":"f87d6edbc4e62a8a.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/f893274355662786.json b/7376/data/test-cases/f893274355662786.json new file mode 100644 index 00000000000..831dc3ed8f4 --- /dev/null +++ b/7376/data/test-cases/f893274355662786.json @@ -0,0 +1 @@ +{"uid":"f893274355662786","name":"returns all values when wanted number matches available values","fullName":"/src/dns/index.spec.ts: Discovery > returns all values when wanted number matches available values","historyId":"4bd629284899aa9f04697aa32117b416:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922398024,"stop":1724922398025,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"Discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7ffd1d41f969eea2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7ffd1d41f969eea2","status":"passed","time":{"start":1724921060544,"stop":1724921060545,"duration":1}},{"uid":"2b3e5b7da851a010","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2b3e5b7da851a010","status":"passed","time":{"start":1724921036199,"stop":1724921036200,"duration":1}},{"uid":"3bcf0d1fcc41fa4e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3bcf0d1fcc41fa4e","status":"passed","time":{"start":1724917695760,"stop":1724917695762,"duration":2}},{"uid":"8b9f77411d93fc6d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8b9f77411d93fc6d","status":"passed","time":{"start":1724889474886,"stop":1724889474887,"duration":1}},{"uid":"e3808bba9709aef0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e3808bba9709aef0","status":"passed","time":{"start":1724888625512,"stop":1724888625515,"duration":3}},{"uid":"38f37e512d8335f4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/38f37e512d8335f4","status":"passed","time":{"start":1724887781867,"stop":1724887781868,"duration":1}},{"uid":"36024e56ed778582","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/36024e56ed778582","status":"passed","time":{"start":1724886548744,"stop":1724886548745,"duration":1}},{"uid":"4994fd57ef9dd88","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4994fd57ef9dd88","status":"passed","time":{"start":1724886326709,"stop":1724886326711,"duration":2}},{"uid":"526055051aa0eee9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/526055051aa0eee9","status":"passed","time":{"start":1724861775152,"stop":1724861775154,"duration":2}},{"uid":"11f6205ae852bf39","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/11f6205ae852bf39","status":"passed","time":{"start":1724861246804,"stop":1724861246805,"duration":1}},{"uid":"5033bb0995064001","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5033bb0995064001","status":"passed","time":{"start":1724861070255,"stop":1724861070256,"duration":1}},{"uid":"b8e48494d24972f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b8e48494d24972f","status":"passed","time":{"start":1724860931173,"stop":1724860931175,"duration":2}}]},"tags":[]},"source":"f893274355662786.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/f898490b15dd0b0e.json b/7376/data/test-cases/f898490b15dd0b0e.json new file mode 100644 index 00000000000..6448b9ba2e5 --- /dev/null +++ b/7376/data/test-cases/f898490b15dd0b0e.json @@ -0,0 +1 @@ +{"uid":"f898490b15dd0b0e","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric clusterId: /waku/2/rs/$/1","historyId":"57e8e2bd3cc3c90c944a3db90aca1666:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374685,"stop":1724922374685,"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":13,"unknown":0,"total":13},"items":[{"uid":"3d9cfee103242d68","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3d9cfee103242d68","status":"passed","time":{"start":1724921037646,"stop":1724921037646,"duration":0}},{"uid":"c7cf4f7e8d2274b9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c7cf4f7e8d2274b9","status":"passed","time":{"start":1724921013059,"stop":1724921013059,"duration":0}},{"uid":"f784ff66b234e6f3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f784ff66b234e6f3","status":"passed","time":{"start":1724917673300,"stop":1724917673300,"duration":0}},{"uid":"c24262fb7c952236","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c24262fb7c952236","status":"passed","time":{"start":1724889452320,"stop":1724889452320,"duration":0}},{"uid":"c0933660aa72daf8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c0933660aa72daf8","status":"passed","time":{"start":1724888602851,"stop":1724888602851,"duration":0}},{"uid":"d1731c6a285edd23","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d1731c6a285edd23","status":"passed","time":{"start":1724887759172,"stop":1724887759173,"duration":1}},{"uid":"534d21df30f3fc0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/534d21df30f3fc0","status":"passed","time":{"start":1724886525552,"stop":1724886525552,"duration":0}},{"uid":"5d75768a570daebe","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5d75768a570daebe","status":"passed","time":{"start":1724886303406,"stop":1724886303406,"duration":0}},{"uid":"3580f29704f37eb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3580f29704f37eb","status":"passed","time":{"start":1724861752239,"stop":1724861752239,"duration":0}},{"uid":"ef8a8f0a1d5fd86b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ef8a8f0a1d5fd86b","status":"passed","time":{"start":1724861223363,"stop":1724861223363,"duration":0}},{"uid":"e8d74ff1120f6126","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e8d74ff1120f6126","status":"passed","time":{"start":1724861045212,"stop":1724861045212,"duration":0}},{"uid":"e13f12c32f81ef0e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e13f12c32f81ef0e","status":"passed","time":{"start":1724860907097,"stop":1724860907097,"duration":0}}]},"tags":[]},"source":"f898490b15dd0b0e.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/f911e30ed257b2af.json b/7376/data/test-cases/f911e30ed257b2af.json new file mode 100644 index 00000000000..be279e6ac33 --- /dev/null +++ b/7376/data/test-cases/f911e30ed257b2af.json @@ -0,0 +1 @@ +{"uid":"f911e30ed257b2af","name":"should correctly map /toychat/2/huilong/proto to shard index 3","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /toychat/2/huilong/proto to shard index 3","historyId":"ca6efdf17e7b9eb91586783f362f2a22:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374664,"stop":1724922374664,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":1,"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":[{"uid":"9d0c82e9561ab1cc","status":"passed","time":{"start":1724922374662,"stop":1724922374663,"duration":1}}],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6a0e53a2d16e932f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6a0e53a2d16e932f","status":"passed","time":{"start":1724921037625,"stop":1724921037626,"duration":1}},{"uid":"f2f07f15b37018b7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f2f07f15b37018b7","status":"passed","time":{"start":1724921013043,"stop":1724921013043,"duration":0}},{"uid":"45dc8e8c46815c60","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/45dc8e8c46815c60","status":"passed","time":{"start":1724917673281,"stop":1724917673286,"duration":5}},{"uid":"33396f6ee7a02f2f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33396f6ee7a02f2f","status":"passed","time":{"start":1724889452300,"stop":1724889452305,"duration":5}},{"uid":"6eec187771cb7482","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6eec187771cb7482","status":"passed","time":{"start":1724888602830,"stop":1724888602835,"duration":5}},{"uid":"7d0326eb61aaf8c7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7d0326eb61aaf8c7","status":"passed","time":{"start":1724887759160,"stop":1724887759160,"duration":0}},{"uid":"82dfa69f59692df4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/82dfa69f59692df4","status":"passed","time":{"start":1724886525540,"stop":1724886525540,"duration":0}},{"uid":"251e038453a34b3c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/251e038453a34b3c","status":"passed","time":{"start":1724886303389,"stop":1724886303392,"duration":3}},{"uid":"5751238747ed7a87","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5751238747ed7a87","status":"passed","time":{"start":1724861752216,"stop":1724861752223,"duration":7}},{"uid":"21609b49ab323661","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/21609b49ab323661","status":"passed","time":{"start":1724861223350,"stop":1724861223351,"duration":1}},{"uid":"d56908f0932e6a86","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d56908f0932e6a86","status":"passed","time":{"start":1724861045197,"stop":1724861045197,"duration":0}},{"uid":"6f078a1646b12766","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6f078a1646b12766","status":"passed","time":{"start":1724860907080,"stop":1724860907080,"duration":0}}]},"tags":[]},"source":"f911e30ed257b2af.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/d257d01a6782c66e.json b/7376/data/test-cases/f918ca8cf0f7b53b.json similarity index 84% rename from 7346/data/test-cases/d257d01a6782c66e.json rename to 7376/data/test-cases/f918ca8cf0f7b53b.json index 13dae4ac6b9..3c44e5b748f 100644 --- a/7346/data/test-cases/d257d01a6782c66e.json +++ b/7376/data/test-cases/f918ca8cf0f7b53b.json @@ -1 +1 @@ -{"uid":"d257d01a6782c66e","name":"Push message with content topic containing Chinese","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing Chinese","historyId":"427ad7cdd06e56507121a5bd772f6d0e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765505386,"stop":1724765505387,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":22,"unknown":0,"total":26},"items":[{"uid":"7b50fa871c511a09","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/7b50fa871c511a09","status":"passed","time":{"start":1724765434027,"stop":1724765434027,"duration":0}},{"uid":"88f0f10648b13301","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/88f0f10648b13301","status":"passed","time":{"start":1724763779029,"stop":1724763779029,"duration":0}},{"uid":"8a2522d8f80ef652","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/8a2522d8f80ef652","status":"passed","time":{"start":1724761038731,"stop":1724761038732,"duration":1}},{"uid":"9c0651425f3edae9","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/9c0651425f3edae9","status":"passed","time":{"start":1724760066631,"stop":1724760066632,"duration":1}},{"uid":"cf91988d259e30e0","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/cf91988d259e30e0","status":"passed","time":{"start":1724758222992,"stop":1724758222993,"duration":1}},{"uid":"9bd2060ab89cc711","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/9bd2060ab89cc711","status":"passed","time":{"start":1724757927325,"stop":1724757927325,"duration":0}},{"uid":"4ef17381d55377f9","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/4ef17381d55377f9","status":"passed","time":{"start":1724757257493,"stop":1724757257493,"duration":0}},{"uid":"48f51cc29702d4d5","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/48f51cc29702d4d5","status":"passed","time":{"start":1724755332985,"stop":1724755332988,"duration":3}},{"uid":"9cb098a6ad28bdde","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/9cb098a6ad28bdde","status":"passed","time":{"start":1724752782393,"stop":1724752782405,"duration":12}},{"uid":"690729980e2e642f","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/690729980e2e642f","status":"passed","time":{"start":1724751616576,"stop":1724751616576,"duration":0}},{"uid":"34f5e812ef26fbad","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/34f5e812ef26fbad","status":"passed","time":{"start":1724750701995,"stop":1724750701995,"duration":0}},{"uid":"ebff2c3295aa2f8d","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/ebff2c3295aa2f8d","status":"passed","time":{"start":1724749709045,"stop":1724749709045,"duration":0}},{"uid":"d0f65aa489142dd5","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/d0f65aa489142dd5","status":"passed","time":{"start":1724718008227,"stop":1724718008228,"duration":1}},{"uid":"3033fde351f93524","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/3033fde351f93524","status":"passed","time":{"start":1724715239091,"stop":1724715239091,"duration":0}},{"uid":"5a13b86df7b31bc0","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/5a13b86df7b31bc0","status":"passed","time":{"start":1724713322710,"stop":1724713322710,"duration":0}},{"uid":"3faf7870e072dc08","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/3faf7870e072dc08","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724707170680,"stop":1724707170680,"duration":0}},{"uid":"2aca12880db169c2","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2aca12880db169c2","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724705570769,"stop":1724705570770,"duration":1}},{"uid":"ebde23c81e490b01","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/ebde23c81e490b01","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1724684936359,"stop":1724684936359,"duration":0}},{"uid":"c64f43954651bdf2","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/c64f43954651bdf2","status":"passed","time":{"start":1724673044050,"stop":1724673044050,"duration":0}},{"uid":"f8de6c3eca05a892","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/f8de6c3eca05a892","status":"passed","time":{"start":1724670767291,"stop":1724670767291,"duration":0}}]},"tags":[]},"source":"d257d01a6782c66e.json","parameterValues":[]} \ No newline at end of file +{"uid":"f918ca8cf0f7b53b","name":"Push message with content topic containing Chinese","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with content topic containing Chinese","historyId":"427ad7cdd06e56507121a5bd772f6d0e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922921467,"stop":1724922921467,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"342972e0e2aa70b0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/342972e0e2aa70b0","status":"passed","time":{"start":1724921602958,"stop":1724921602959,"duration":1}},{"uid":"c793403b217d1873","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c793403b217d1873","status":"passed","time":{"start":1724921571101,"stop":1724921571101,"duration":0}},{"uid":"6900097207bb3b0b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6900097207bb3b0b","status":"passed","time":{"start":1724918285600,"stop":1724918285601,"duration":1}},{"uid":"acf317e4a519c988","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/acf317e4a519c988","status":"passed","time":{"start":1724890030096,"stop":1724890030096,"duration":0}},{"uid":"bbf98d3d20b5e5f1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bbf98d3d20b5e5f1","status":"passed","time":{"start":1724889171914,"stop":1724889171914,"duration":0}},{"uid":"c865615589922df1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c865615589922df1","status":"passed","time":{"start":1724888350731,"stop":1724888350731,"duration":0}},{"uid":"45864da40d658583","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/45864da40d658583","status":"passed","time":{"start":1724887115416,"stop":1724887115417,"duration":1}},{"uid":"153359c3d7948166","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/153359c3d7948166","status":"passed","time":{"start":1724886884581,"stop":1724886884581,"duration":0}},{"uid":"c435284600233890","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c435284600233890","status":"passed","time":{"start":1724862322266,"stop":1724862322266,"duration":0}},{"uid":"c66719c827191b87","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c66719c827191b87","status":"passed","time":{"start":1724861790756,"stop":1724861790756,"duration":0}},{"uid":"9bd82e1eee83ef25","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9bd82e1eee83ef25","status":"passed","time":{"start":1724861628425,"stop":1724861628425,"duration":0}},{"uid":"ac5dead9158c0ea9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ac5dead9158c0ea9","status":"passed","time":{"start":1724861465630,"stop":1724861465630,"duration":0}}]},"tags":[]},"source":"f918ca8cf0f7b53b.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/f9b7bfcb9db8fb58.json b/7376/data/test-cases/f9b7bfcb9db8fb58.json new file mode 100644 index 00000000000..3981ee34059 --- /dev/null +++ b/7376/data/test-cases/f9b7bfcb9db8fb58.json @@ -0,0 +1 @@ +{"uid":"f9b7bfcb9db8fb58","name":"Accepts a valid Waku Message","fullName":"/src/message_validator.spec.ts: Message Validator > Accepts a valid Waku Message","historyId":"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922391231,"stop":1724922391232,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Message Validator"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"577bddb44087ca5d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/577bddb44087ca5d","status":"passed","time":{"start":1724921054319,"stop":1724921054320,"duration":1}},{"uid":"3290578416ccf6e3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3290578416ccf6e3","status":"passed","time":{"start":1724921029528,"stop":1724921029529,"duration":1}},{"uid":"421e4ad53b65d28","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/421e4ad53b65d28","status":"passed","time":{"start":1724917689713,"stop":1724917689714,"duration":1}},{"uid":"c6f89a6e4d2ea884","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c6f89a6e4d2ea884","status":"passed","time":{"start":1724889468609,"stop":1724889468610,"duration":1}},{"uid":"30ade05f12c81219","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/30ade05f12c81219","status":"passed","time":{"start":1724888619402,"stop":1724888619403,"duration":1}},{"uid":"6943013571410808","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6943013571410808","status":"passed","time":{"start":1724887775585,"stop":1724887775586,"duration":1}},{"uid":"66b6062a9e537a88","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/66b6062a9e537a88","status":"passed","time":{"start":1724886542102,"stop":1724886542103,"duration":1}},{"uid":"a6adb83dfd578645","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a6adb83dfd578645","status":"passed","time":{"start":1724886319852,"stop":1724886319853,"duration":1}},{"uid":"85be2906440a1863","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/85be2906440a1863","status":"passed","time":{"start":1724861769052,"stop":1724861769053,"duration":1}},{"uid":"b981e48a76e25f8f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b981e48a76e25f8f","status":"passed","time":{"start":1724861239707,"stop":1724861239708,"duration":1}},{"uid":"3dace3540a424a24","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3dace3540a424a24","status":"passed","time":{"start":1724861063045,"stop":1724861063046,"duration":1}},{"uid":"76e3f41d8e5f2b80","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/76e3f41d8e5f2b80","status":"passed","time":{"start":1724860924085,"stop":1724860924087,"duration":2}}]},"tags":[]},"source":"f9b7bfcb9db8fb58.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/f9f886dec9f9c48f.json b/7376/data/test-cases/f9f886dec9f9c48f.json new file mode 100644 index 00000000000..d2396222cea --- /dev/null +++ b/7376/data/test-cases/f9f886dec9f9c48f.json @@ -0,0 +1 @@ +{"uid":"f9f886dec9f9c48f","name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","fullName":"/tests/health-manager/node.spec.ts: Node Health Status Matrix Tests > LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","historyId":"f4f881c2782d3268a6f52ca6ca8df6ce:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922778329,"stop":1724922778330,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":true,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Node Health Status Matrix Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Node Health Status Matrix Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":12,"unknown":0,"total":13},"items":[{"uid":"38fdd8e9f4ca430f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/38fdd8e9f4ca430f","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1724921497761,"stop":1724921497761,"duration":0}},{"uid":"47ce2bd4a006974c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/47ce2bd4a006974c","status":"passed","time":{"start":1724921408416,"stop":1724921408417,"duration":1}},{"uid":"ebb44a4ddaf4e49e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ebb44a4ddaf4e49e","status":"passed","time":{"start":1724918086872,"stop":1724918086873,"duration":1}},{"uid":"b3514d9f008e7a1f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b3514d9f008e7a1f","status":"passed","time":{"start":1724889892449,"stop":1724889892449,"duration":0}},{"uid":"7340d9c26b20b991","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7340d9c26b20b991","status":"passed","time":{"start":1724888997219,"stop":1724888997219,"duration":0}},{"uid":"87991d819923acf0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/87991d819923acf0","status":"passed","time":{"start":1724888159510,"stop":1724888159511,"duration":1}},{"uid":"829301692f13ce89","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/829301692f13ce89","status":"passed","time":{"start":1724886937312,"stop":1724886937312,"duration":0}},{"uid":"c805564ee0b41463","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c805564ee0b41463","status":"passed","time":{"start":1724886709810,"stop":1724886709811,"duration":1}},{"uid":"8495bab624a45ed8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8495bab624a45ed8","status":"passed","time":{"start":1724862123539,"stop":1724862123539,"duration":0}},{"uid":"b92c9fc0ef4e5c92","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b92c9fc0ef4e5c92","status":"passed","time":{"start":1724861620106,"stop":1724861620107,"duration":1}},{"uid":"c2940a5240249482","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c2940a5240249482","status":"passed","time":{"start":1724861460255,"stop":1724861460255,"duration":0}},{"uid":"74153e6ab784ab33","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/74153e6ab784ab33","status":"passed","time":{"start":1724861330174,"stop":1724861330174,"duration":0}}]},"tags":[]},"source":"f9f886dec9f9c48f.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/fa0de4956879dfee.json b/7376/data/test-cases/fa0de4956879dfee.json new file mode 100644 index 00000000000..ea011c5f325 --- /dev/null +++ b/7376/data/test-cases/fa0de4956879dfee.json @@ -0,0 +1 @@ +{"uid":"fa0de4956879dfee","name":"A test","fullName":"/tests/log_file.node.spec.ts: This > Is > A test","historyId":"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922727745,"stop":1724922727746,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"This"},{"name":"suite","value":"Is"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"15951af8a25a5eee","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/15951af8a25a5eee","status":"passed","time":{"start":1724921380064,"stop":1724921380064,"duration":0}},{"uid":"288ca16231540686","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/288ca16231540686","status":"passed","time":{"start":1724921359798,"stop":1724921359798,"duration":0}},{"uid":"2f50faed827cbdc5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2f50faed827cbdc5","status":"passed","time":{"start":1724918087013,"stop":1724918087013,"duration":0}},{"uid":"b0ca435016e47928","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b0ca435016e47928","status":"passed","time":{"start":1724889805673,"stop":1724889805674,"duration":1}},{"uid":"f3ec959203b9ba8e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3ec959203b9ba8e","status":"passed","time":{"start":1724888940769,"stop":1724888940770,"duration":1}},{"uid":"fde9d9271fef9e57","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fde9d9271fef9e57","status":"passed","time":{"start":1724888159617,"stop":1724888159618,"duration":1}},{"uid":"29b34a0eb7ad2b7f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/29b34a0eb7ad2b7f","status":"passed","time":{"start":1724886924289,"stop":1724886924289,"duration":0}},{"uid":"af280f68af9539a1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/af280f68af9539a1","status":"passed","time":{"start":1724886701944,"stop":1724886701944,"duration":0}},{"uid":"cd8978f931913c33","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd8978f931913c33","status":"passed","time":{"start":1724862112845,"stop":1724862112846,"duration":1}},{"uid":"1407d89d99db6fb8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1407d89d99db6fb8","status":"passed","time":{"start":1724861584923,"stop":1724861584923,"duration":0}},{"uid":"f0a0875cdbc52b0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f0a0875cdbc52b0","status":"passed","time":{"start":1724861460341,"stop":1724861460342,"duration":1}},{"uid":"3b64cf3c42652974","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3b64cf3c42652974","status":"passed","time":{"start":1724861255003,"stop":1724861255004,"duration":1}}]},"tags":[]},"source":"fa0de4956879dfee.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/517a4ceb97adff28.json b/7376/data/test-cases/fa3b551d7af93ad4.json similarity index 77% rename from 7346/data/test-cases/517a4ceb97adff28.json rename to 7376/data/test-cases/fa3b551d7af93ad4.json index 4cf60bc2793..b0cd1c50545 100644 --- a/7346/data/test-cases/517a4ceb97adff28.json +++ b/7376/data/test-cases/fa3b551d7af93ad4.json @@ -1 +1 @@ -{"uid":"517a4ceb97adff28","name":"Check publish message containing Russian","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing Russian","historyId":"9533264f5724ccd0a5bb41a8911b02ea:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765426726,"stop":1724765426726,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"6339dc5bee323ac6","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/6339dc5bee323ac6","status":"passed","time":{"start":1724765341327,"stop":1724765341327,"duration":0}},{"uid":"716aa86669056404","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/716aa86669056404","status":"passed","time":{"start":1724763725727,"stop":1724763725727,"duration":0}},{"uid":"fd5a679f0127cf05","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/fd5a679f0127cf05","status":"passed","time":{"start":1724760957722,"stop":1724760957722,"duration":0}},{"uid":"dc1b641c16b57b17","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/dc1b641c16b57b17","status":"passed","time":{"start":1724759981882,"stop":1724759981882,"duration":0}},{"uid":"114bfea46f5c859f","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/114bfea46f5c859f","status":"passed","time":{"start":1724758132031,"stop":1724758132031,"duration":0}},{"uid":"d3ddd8067c7a5153","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/d3ddd8067c7a5153","status":"passed","time":{"start":1724757777627,"stop":1724757777627,"duration":0}},{"uid":"9835475c75f81e65","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/9835475c75f81e65","status":"passed","time":{"start":1724757176018,"stop":1724757176018,"duration":0}},{"uid":"6d092abaf96440d4","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6d092abaf96440d4","status":"passed","time":{"start":1724755243504,"stop":1724755243504,"duration":0}},{"uid":"6d2d295a6e34742d","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/6d2d295a6e34742d","status":"passed","time":{"start":1724752673883,"stop":1724752673883,"duration":0}},{"uid":"5abab982821c4c9c","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/5abab982821c4c9c","status":"passed","time":{"start":1724751529511,"stop":1724751529511,"duration":0}},{"uid":"48da28e4130ff338","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/48da28e4130ff338","status":"passed","time":{"start":1724750600086,"stop":1724750600087,"duration":1}},{"uid":"ad6a090a974cdd49","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/ad6a090a974cdd49","status":"passed","time":{"start":1724749599689,"stop":1724749599690,"duration":1}},{"uid":"c3a8f2996c40d19b","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/c3a8f2996c40d19b","status":"passed","time":{"start":1724717906124,"stop":1724717906124,"duration":0}},{"uid":"bfdaa367ae9e8135","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/bfdaa367ae9e8135","status":"passed","time":{"start":1724715143941,"stop":1724715143941,"duration":0}},{"uid":"c1652ce122a0a56e","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/c1652ce122a0a56e","status":"passed","time":{"start":1724713227696,"stop":1724713227696,"duration":0}},{"uid":"afc337001485f1e4","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/afc337001485f1e4","status":"passed","time":{"start":1724706419035,"stop":1724706419035,"duration":0}},{"uid":"1e368b270faf2c78","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/1e368b270faf2c78","status":"passed","time":{"start":1724704834030,"stop":1724704834030,"duration":0}},{"uid":"1c1e374b8669c50d","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/1c1e374b8669c50d","status":"passed","time":{"start":1724684210893,"stop":1724684210894,"duration":1}},{"uid":"a3c837d00a48639f","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/a3c837d00a48639f","status":"passed","time":{"start":1724672960976,"stop":1724672960977,"duration":1}},{"uid":"33605a183e56ff4","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/33605a183e56ff4","status":"passed","time":{"start":1724670677914,"stop":1724670677915,"duration":1}}]},"tags":[]},"source":"517a4ceb97adff28.json","parameterValues":[]} \ No newline at end of file +{"uid":"fa3b551d7af93ad4","name":"Check publish message containing Russian","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Check publish message containing Russian","historyId":"9533264f5724ccd0a5bb41a8911b02ea:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922887523,"stop":1724922887523,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"646dea1c4b09fb48","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/646dea1c4b09fb48","status":"passed","time":{"start":1724921564774,"stop":1724921564774,"duration":0}},{"uid":"d79afe129713d931","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d79afe129713d931","status":"passed","time":{"start":1724921518784,"stop":1724921518785,"duration":1}},{"uid":"d964f603439093d7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d964f603439093d7","status":"passed","time":{"start":1724918229397,"stop":1724918229397,"duration":0}},{"uid":"e93935bca9b0c1dd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e93935bca9b0c1dd","status":"passed","time":{"start":1724889980695,"stop":1724889980696,"duration":1}},{"uid":"449a1c09238e8a7f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/449a1c09238e8a7f","status":"passed","time":{"start":1724889111159,"stop":1724889111160,"duration":1}},{"uid":"2177cc8d63251093","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2177cc8d63251093","status":"passed","time":{"start":1724888292531,"stop":1724888292531,"duration":0}},{"uid":"20001f595506db1d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/20001f595506db1d","status":"passed","time":{"start":1724887068223,"stop":1724887068223,"duration":0}},{"uid":"e249ff7b658425d5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e249ff7b658425d5","status":"passed","time":{"start":1724886848922,"stop":1724886848922,"duration":0}},{"uid":"c2f54b31c92b05e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2f54b31c92b05e5","status":"passed","time":{"start":1724862262045,"stop":1724862262045,"duration":0}},{"uid":"871e16da4b850094","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/871e16da4b850094","status":"passed","time":{"start":1724861741890,"stop":1724861741891,"duration":1}},{"uid":"a15b39d108dc9f3d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a15b39d108dc9f3d","status":"passed","time":{"start":1724861599485,"stop":1724861599486,"duration":1}},{"uid":"269fe6bd8a5734dc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/269fe6bd8a5734dc","status":"passed","time":{"start":1724861428472,"stop":1724861428473,"duration":1}}]},"tags":[]},"source":"fa3b551d7af93ad4.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/fab7def87f0b475.json b/7376/data/test-cases/fab7def87f0b475.json new file mode 100644 index 00000000000..86cd777d538 --- /dev/null +++ b/7376/data/test-cases/fab7def87f0b475.json @@ -0,0 +1 @@ +{"uid":"fab7def87f0b475","name":"should be called for bootstrap peers","fullName":"/tests/connection-mananger/dials.spec.ts: Dials > dialPeer method > For bootstrap peers > should be called for bootstrap peers","historyId":"057bc774319a7337746b9a337a20bb9d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922433168,"stop":1724922433168,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","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":"Dials"},{"name":"suite","value":"dialPeer method"},{"name":"subSuite","value":"For bootstrap peers"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f6f50c71551e6b64","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f6f50c71551e6b64","status":"passed","time":{"start":1724921095758,"stop":1724921095758,"duration":0}},{"uid":"37106b19a076975b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/37106b19a076975b","status":"passed","time":{"start":1724921070806,"stop":1724921070806,"duration":0}},{"uid":"6e292da9611ddf99","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6e292da9611ddf99","status":"passed","time":{"start":1724917730900,"stop":1724917730901,"duration":1}},{"uid":"52093a7b61f2b126","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52093a7b61f2b126","status":"passed","time":{"start":1724889510333,"stop":1724889510333,"duration":0}},{"uid":"d2ace30e4f6ce450","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d2ace30e4f6ce450","status":"passed","time":{"start":1724888660680,"stop":1724888660681,"duration":1}},{"uid":"3f9bbc3b006ca63b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3f9bbc3b006ca63b","status":"passed","time":{"start":1724887817137,"stop":1724887817138,"duration":1}},{"uid":"d1606a6fd83a82a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d1606a6fd83a82a2","status":"passed","time":{"start":1724886584154,"stop":1724886584155,"duration":1}},{"uid":"d5ab695beaf5bfa3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d5ab695beaf5bfa3","status":"passed","time":{"start":1724886362414,"stop":1724886362415,"duration":1}},{"uid":"ecbb72e2f89cbc8f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ecbb72e2f89cbc8f","status":"passed","time":{"start":1724861811584,"stop":1724861811584,"duration":0}},{"uid":"e8841a55ab5bb656","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e8841a55ab5bb656","status":"passed","time":{"start":1724861280383,"stop":1724861280384,"duration":1}},{"uid":"8c67c867a792825b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8c67c867a792825b","status":"passed","time":{"start":1724861106381,"stop":1724861106381,"duration":0}},{"uid":"2fa8e1f128982b6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2fa8e1f128982b6","status":"passed","time":{"start":1724860966532,"stop":1724860966532,"duration":0}}]},"tags":[]},"source":"fab7def87f0b475.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/fb3a62b531ecda15.json b/7376/data/test-cases/fb3a62b531ecda15.json new file mode 100644 index 00000000000..a0a28244e0f --- /dev/null +++ b/7376/data/test-cases/fb3a62b531ecda15.json @@ -0,0 +1 @@ +{"uid":"fb3a62b531ecda15","name":"Waku message hash computation (meta size of 12 bytes)","fullName":"/src/index.spec.ts: RFC Test Vectors > Waku message hash computation (meta size of 12 bytes)","historyId":"bb5eea5e98b2b1076d381d1ed36dfdcd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922377153,"stop":1724922377154,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"RFC Test Vectors"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dabf97c1a6c9b097","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dabf97c1a6c9b097","status":"passed","time":{"start":1724921040178,"stop":1724921040179,"duration":1}},{"uid":"c7b666264a44e454","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c7b666264a44e454","status":"passed","time":{"start":1724921015571,"stop":1724921015572,"duration":1}},{"uid":"1b9d8f02622d502e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1b9d8f02622d502e","status":"passed","time":{"start":1724917675796,"stop":1724917675797,"duration":1}},{"uid":"2fd6c11177d9b505","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2fd6c11177d9b505","status":"passed","time":{"start":1724889454804,"stop":1724889454805,"duration":1}},{"uid":"d945e6f21f73cefd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d945e6f21f73cefd","status":"passed","time":{"start":1724888605320,"stop":1724888605321,"duration":1}},{"uid":"43807dc0c2316e9b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/43807dc0c2316e9b","status":"passed","time":{"start":1724887761645,"stop":1724887761646,"duration":1}},{"uid":"46ec2ca8c141ae26","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/46ec2ca8c141ae26","status":"passed","time":{"start":1724886527991,"stop":1724886527992,"duration":1}},{"uid":"f9e58360376a91fa","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f9e58360376a91fa","status":"passed","time":{"start":1724886305810,"stop":1724886305811,"duration":1}},{"uid":"a2a81d0841a1d597","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2a81d0841a1d597","status":"passed","time":{"start":1724861754707,"stop":1724861754708,"duration":1}},{"uid":"a75d032a2a569ec7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a75d032a2a569ec7","status":"passed","time":{"start":1724861225780,"stop":1724861225781,"duration":1}},{"uid":"5daeb241b52d4339","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5daeb241b52d4339","status":"passed","time":{"start":1724861047866,"stop":1724861047868,"duration":2}},{"uid":"a36487d7152c50bc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a36487d7152c50bc","status":"passed","time":{"start":1724860909783,"stop":1724860909784,"duration":1}}]},"tags":[]},"source":"fb3a62b531ecda15.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/fb77e5e421f452af.json b/7376/data/test-cases/fb77e5e421f452af.json new file mode 100644 index 00000000000..a3d789a2d65 --- /dev/null +++ b/7376/data/test-cases/fb77e5e421f452af.json @@ -0,0 +1 @@ +{"uid":"fb77e5e421f452af","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /app/22/sometopic/someencoding to shard index 2","historyId":"b4e67c86d1f535129b0ed163d8dc8b50:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922374672,"stop":1724922374672,"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":"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":13,"unknown":0,"total":13},"items":[{"uid":"4e10595305ade239","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4e10595305ade239","status":"passed","time":{"start":1724921037632,"stop":1724921037632,"duration":0}},{"uid":"dba6f2c933dddb43","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dba6f2c933dddb43","status":"passed","time":{"start":1724921013045,"stop":1724921013045,"duration":0}},{"uid":"dbc8c76c534159ea","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dbc8c76c534159ea","status":"passed","time":{"start":1724917673288,"stop":1724917673288,"duration":0}},{"uid":"b076677b81aa9846","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b076677b81aa9846","status":"passed","time":{"start":1724889452307,"stop":1724889452307,"duration":0}},{"uid":"ca407d7f36e827ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ca407d7f36e827ee","status":"passed","time":{"start":1724888602837,"stop":1724888602837,"duration":0}},{"uid":"ca9e30c49e0be95f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ca9e30c49e0be95f","status":"passed","time":{"start":1724887759161,"stop":1724887759161,"duration":0}},{"uid":"8a9c8e1878bf06be","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a9c8e1878bf06be","status":"passed","time":{"start":1724886525541,"stop":1724886525541,"duration":0}},{"uid":"176e7168724ec524","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/176e7168724ec524","status":"passed","time":{"start":1724886303393,"stop":1724886303394,"duration":1}},{"uid":"ff2cb99c3d53163f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff2cb99c3d53163f","status":"passed","time":{"start":1724861752224,"stop":1724861752224,"duration":0}},{"uid":"1c606d090516fe84","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1c606d090516fe84","status":"passed","time":{"start":1724861223352,"stop":1724861223352,"duration":0}},{"uid":"272ce4d123aa75ff","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/272ce4d123aa75ff","status":"passed","time":{"start":1724861045199,"stop":1724861045199,"duration":0}},{"uid":"a4c0f75c5b15e474","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a4c0f75c5b15e474","status":"passed","time":{"start":1724860907082,"stop":1724860907082,"duration":0}}]},"tags":[]},"source":"fb77e5e421f452af.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/1f2c72d7ffe4311c.json b/7376/data/test-cases/fb85f557939571de.json similarity index 76% rename from 7346/data/test-cases/1f2c72d7ffe4311c.json rename to 7376/data/test-cases/fb85f557939571de.json index c0f7616217e..935b4d71e28 100644 --- a/7346/data/test-cases/1f2c72d7ffe4311c.json +++ b/7376/data/test-cases/fb85f557939571de.json @@ -1 +1 @@ -{"uid":"1f2c72d7ffe4311c","name":"Check message with non string payload is not received","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check message with non string payload is not received","historyId":"46628f23e379d9361e0cb899977fc029:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765048442,"stop":1724765048443,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"d22db174453c1ad1","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/d22db174453c1ad1","status":"passed","time":{"start":1724764977158,"stop":1724764977158,"duration":0}},{"uid":"fdebbf88b5ad45fa","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/fdebbf88b5ad45fa","status":"passed","time":{"start":1724763340024,"stop":1724763340024,"duration":0}},{"uid":"c0e90af192c23cac","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/c0e90af192c23cac","status":"passed","time":{"start":1724760600568,"stop":1724760600569,"duration":1}},{"uid":"3aca5dfc77480fdc","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/3aca5dfc77480fdc","status":"passed","time":{"start":1724759627559,"stop":1724759627560,"duration":1}},{"uid":"d6947a0af870a4b","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/d6947a0af870a4b","status":"passed","time":{"start":1724757762750,"stop":1724757762751,"duration":1}},{"uid":"bf07319640b2b5d2","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/bf07319640b2b5d2","status":"passed","time":{"start":1724757473959,"stop":1724757473961,"duration":2}},{"uid":"29563408166d4e6b","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/29563408166d4e6b","status":"passed","time":{"start":1724756806033,"stop":1724756806034,"duration":1}},{"uid":"b470289007393031","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/b470289007393031","status":"passed","time":{"start":1724754890980,"stop":1724754890980,"duration":0}},{"uid":"dfe23c0f12e1ab01","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/dfe23c0f12e1ab01","status":"passed","time":{"start":1724752321319,"stop":1724752321319,"duration":0}},{"uid":"a5e2656ce349b697","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/a5e2656ce349b697","status":"passed","time":{"start":1724751157987,"stop":1724751157988,"duration":1}},{"uid":"cabf68a51d1d29a1","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/cabf68a51d1d29a1","status":"passed","time":{"start":1724750231032,"stop":1724750231032,"duration":0}},{"uid":"98675e0f295ca4e7","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/98675e0f295ca4e7","status":"passed","time":{"start":1724749270703,"stop":1724749270704,"duration":1}},{"uid":"3d37301aec954097","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/3d37301aec954097","status":"passed","time":{"start":1724717545700,"stop":1724717545701,"duration":1}},{"uid":"962edd3a2b4de5cf","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/962edd3a2b4de5cf","status":"passed","time":{"start":1724714779178,"stop":1724714779178,"duration":0}},{"uid":"ec6a8dd1c248f11d","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/ec6a8dd1c248f11d","status":"passed","time":{"start":1724712855338,"stop":1724712855338,"duration":0}},{"uid":"46363aea54d4f35b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/46363aea54d4f35b","status":"passed","time":{"start":1724706072139,"stop":1724706072140,"duration":1}},{"uid":"4c4b1fc413c7bc81","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/4c4b1fc413c7bc81","status":"passed","time":{"start":1724704476168,"stop":1724704476168,"duration":0}},{"uid":"f0ca480a4bf2b097","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f0ca480a4bf2b097","status":"passed","time":{"start":1724683855327,"stop":1724683855327,"duration":0}},{"uid":"97b8dc326e90943a","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/97b8dc326e90943a","status":"passed","time":{"start":1724672579685,"stop":1724672579685,"duration":0}},{"uid":"680bb59188aef787","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/680bb59188aef787","status":"passed","time":{"start":1724670325030,"stop":1724670325030,"duration":0}}]},"tags":[]},"source":"1f2c72d7ffe4311c.json","parameterValues":[]} \ No newline at end of file +{"uid":"fb85f557939571de","name":"Check message with non string payload is not received","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check message with non string payload is not received","historyId":"46628f23e379d9361e0cb899977fc029:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922601858,"stop":1724922601858,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6cc341158100df7c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6cc341158100df7c","status":"passed","time":{"start":1724921267881,"stop":1724921267898,"duration":17}},{"uid":"7d098ab39a702e10","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7d098ab39a702e10","status":"passed","time":{"start":1724921244399,"stop":1724921244399,"duration":0}},{"uid":"96462b8926ec8444","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/96462b8926ec8444","status":"passed","time":{"start":1724917916060,"stop":1724917916064,"duration":4}},{"uid":"42c8ab5fc71af686","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/42c8ab5fc71af686","status":"passed","time":{"start":1724889678261,"stop":1724889678261,"duration":0}},{"uid":"5b2899d6d5807c87","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b2899d6d5807c87","status":"passed","time":{"start":1724888831690,"stop":1724888831692,"duration":2}},{"uid":"11fdd57a55238621","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/11fdd57a55238621","status":"passed","time":{"start":1724888003326,"stop":1724888003326,"duration":0}},{"uid":"4a0be84c55440b0f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a0be84c55440b0f","status":"passed","time":{"start":1724886776615,"stop":1724886776615,"duration":0}},{"uid":"a9f61b62887cc1b6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a9f61b62887cc1b6","status":"passed","time":{"start":1724886555804,"stop":1724886555804,"duration":0}},{"uid":"cc2e1e47de7b0ec7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc2e1e47de7b0ec7","status":"passed","time":{"start":1724861983016,"stop":1724861983016,"duration":0}},{"uid":"7c6096f5ca7b67e0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7c6096f5ca7b67e0","status":"passed","time":{"start":1724861444072,"stop":1724861444072,"duration":0}},{"uid":"f3698552fa9a843f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f3698552fa9a843f","status":"passed","time":{"start":1724861285841,"stop":1724861285841,"duration":0}},{"uid":"76338ce9039c38b2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/76338ce9039c38b2","status":"passed","time":{"start":1724861145678,"stop":1724861145678,"duration":0}}]},"tags":[]},"source":"fb85f557939571de.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/fb911887649c04b8.json b/7376/data/test-cases/fb911887649c04b8.json new file mode 100644 index 00000000000..600c55b8c32 --- /dev/null +++ b/7376/data/test-cases/fb911887649c04b8.json @@ -0,0 +1 @@ +{"uid":"fb911887649c04b8","name":"udp ip6 address","fullName":"/src/multiaddr_from_fields.spec.ts: Multiaddr from fields > udp ip6 address","historyId":"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922382546,"stop":1724922382546,"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":"Multiaddr from fields"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5f1f5264bf7f3c10","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5f1f5264bf7f3c10","status":"passed","time":{"start":1724921045450,"stop":1724921045451,"duration":1}},{"uid":"7642715b15cccd5d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7642715b15cccd5d","status":"passed","time":{"start":1724921020914,"stop":1724921020914,"duration":0}},{"uid":"588c301c4698c356","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/588c301c4698c356","status":"passed","time":{"start":1724917681161,"stop":1724917681161,"duration":0}},{"uid":"2d6e2b149a7af9e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d6e2b149a7af9e5","status":"passed","time":{"start":1724889460192,"stop":1724889460192,"duration":0}},{"uid":"d25df6fecce46f5e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d25df6fecce46f5e","status":"passed","time":{"start":1724888610696,"stop":1724888610696,"duration":0}},{"uid":"6b558d60e55d239c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b558d60e55d239c","status":"passed","time":{"start":1724887766818,"stop":1724887766819,"duration":1}},{"uid":"c150001e000b919","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c150001e000b919","status":"passed","time":{"start":1724886533505,"stop":1724886533506,"duration":1}},{"uid":"75c5a91aa6907356","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/75c5a91aa6907356","status":"passed","time":{"start":1724886311136,"stop":1724886311136,"duration":0}},{"uid":"c5d146234f392a3a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5d146234f392a3a","status":"passed","time":{"start":1724861760253,"stop":1724861760253,"duration":0}},{"uid":"2f9f5c9091b45e20","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2f9f5c9091b45e20","status":"passed","time":{"start":1724861231059,"stop":1724861231060,"duration":1}},{"uid":"7437148cb27890ac","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7437148cb27890ac","status":"passed","time":{"start":1724861053540,"stop":1724861053540,"duration":0}},{"uid":"32bcd62fd0dcdc29","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/32bcd62fd0dcdc29","status":"passed","time":{"start":1724860915308,"stop":1724860915309,"duration":1}}]},"tags":[]},"source":"fb911887649c04b8.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/fd0f85aee7c8b223.json b/7376/data/test-cases/fd0f85aee7c8b223.json new file mode 100644 index 00000000000..c164bf9eb35 --- /dev/null +++ b/7376/data/test-cases/fd0f85aee7c8b223.json @@ -0,0 +1 @@ +{"uid":"fd0f85aee7c8b223","name":"isConnected should return true after first peer connects","fullName":"/tests/connection-mananger/connection_state.spec.ts: Connection state > isConnected should return true after first peer connects","historyId":"e05246201ab1c4afdb4400199328e7ad:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922476375,"stop":1724922476376,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","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":"Connection state"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d0509697cfc93dc3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d0509697cfc93dc3","status":"passed","time":{"start":1724921141187,"stop":1724921141187,"duration":0}},{"uid":"ead735619cf8d3ca","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ead735619cf8d3ca","status":"passed","time":{"start":1724921118249,"stop":1724921118249,"duration":0}},{"uid":"65888c1ae3fe6e68","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/65888c1ae3fe6e68","status":"passed","time":{"start":1724917777551,"stop":1724917777551,"duration":0}},{"uid":"54eccb2499840e8a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/54eccb2499840e8a","status":"passed","time":{"start":1724889554664,"stop":1724889554665,"duration":1}},{"uid":"ac06d3739d9ff642","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ac06d3739d9ff642","status":"passed","time":{"start":1724888706937,"stop":1724888706938,"duration":1}},{"uid":"e5d5fb44d5ec5158","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e5d5fb44d5ec5158","status":"passed","time":{"start":1724887861773,"stop":1724887861773,"duration":0}},{"uid":"9279f7953ade5ce","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9279f7953ade5ce","status":"passed","time":{"start":1724886631477,"stop":1724886631477,"duration":0}},{"uid":"1bf71b81f878ac51","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1bf71b81f878ac51","status":"passed","time":{"start":1724886409745,"stop":1724886409746,"duration":1}},{"uid":"3f4aadcd371378b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3f4aadcd371378b","status":"passed","time":{"start":1724861858183,"stop":1724861858183,"duration":0}},{"uid":"becfbf7bb5eec9d0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/becfbf7bb5eec9d0","status":"passed","time":{"start":1724861324521,"stop":1724861324521,"duration":0}},{"uid":"cff641e91c9e2b32","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cff641e91c9e2b32","status":"passed","time":{"start":1724861152390,"stop":1724861152391,"duration":1}},{"uid":"11937476aaea96a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/11937476aaea96a","status":"passed","time":{"start":1724861011435,"stop":1724861011435,"duration":0}}]},"tags":[]},"source":"fd0f85aee7c8b223.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/3bf6bbd6792b8020.json b/7376/data/test-cases/fd14f031fa4aabef.json similarity index 65% rename from 7346/data/test-cases/3bf6bbd6792b8020.json rename to 7376/data/test-cases/fd14f031fa4aabef.json index 8676fa37a5f..a39d13351a9 100644 --- a/7346/data/test-cases/3bf6bbd6792b8020.json +++ b/7376/data/test-cases/fd14f031fa4aabef.json @@ -1 +1 @@ -{"uid":"3bf6bbd6792b8020","name":"should emit a peer event after start","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Compliance Tests > interface-peer-discovery compliance tests > should emit a peer event after start","historyId":"f60c3f2656a76e265fc3813fc4df424d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724764817753,"stop":1724764817754,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Compliance Tests"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28},"items":[{"uid":"4568b561e64b6c71","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/4568b561e64b6c71","status":"passed","time":{"start":1724764737685,"stop":1724764737686,"duration":1}},{"uid":"586a8a5b00c4434e","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/586a8a5b00c4434e","status":"passed","time":{"start":1724763102733,"stop":1724763102733,"duration":0}},{"uid":"9da86c0a658cb254","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/9da86c0a658cb254","status":"passed","time":{"start":1724760371589,"stop":1724760371589,"duration":0}},{"uid":"adbd2c303bacecda","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/adbd2c303bacecda","status":"passed","time":{"start":1724759382833,"stop":1724759382834,"duration":1}},{"uid":"afda3a0f64063f88","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/afda3a0f64063f88","status":"passed","time":{"start":1724757522041,"stop":1724757522041,"duration":0}},{"uid":"6d266576d6bb1ac7","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/6d266576d6bb1ac7","status":"passed","time":{"start":1724757241938,"stop":1724757241939,"duration":1}},{"uid":"36c344d69fe28e9","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/36c344d69fe28e9","status":"passed","time":{"start":1724756562248,"stop":1724756562248,"duration":0}},{"uid":"984335cc79d6e2f6","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/984335cc79d6e2f6","status":"passed","time":{"start":1724754662068,"stop":1724754662068,"duration":0}},{"uid":"509c63b8ec16a486","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/509c63b8ec16a486","status":"passed","time":{"start":1724752087836,"stop":1724752087836,"duration":0}},{"uid":"67bce77266d1c70e","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/67bce77266d1c70e","status":"passed","time":{"start":1724750919358,"stop":1724750919359,"duration":1}},{"uid":"2c56050472b94462","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/2c56050472b94462","status":"passed","time":{"start":1724749999874,"stop":1724749999874,"duration":0}},{"uid":"8d1c3563654f8e77","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/8d1c3563654f8e77","status":"passed","time":{"start":1724749024334,"stop":1724749024334,"duration":0}},{"uid":"a902dff43d43db42","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/a902dff43d43db42","status":"passed","time":{"start":1724717315413,"stop":1724717315413,"duration":0}},{"uid":"2a256456766fa5e8","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/2a256456766fa5e8","status":"passed","time":{"start":1724714548292,"stop":1724714548293,"duration":1}},{"uid":"979d0e146b58e224","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/979d0e146b58e224","status":"passed","time":{"start":1724712629726,"stop":1724712629727,"duration":1}},{"uid":"1e700c92c032a9b1","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/1e700c92c032a9b1","status":"passed","time":{"start":1724705839463,"stop":1724705839464,"duration":1}},{"uid":"d44ac84d65b3dc36","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d44ac84d65b3dc36","status":"passed","time":{"start":1724704253913,"stop":1724704253913,"duration":0}},{"uid":"cac54ddf314f4c1e","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/cac54ddf314f4c1e","status":"passed","time":{"start":1724683620302,"stop":1724683620302,"duration":0}},{"uid":"5917a6aafc1ee857","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/5917a6aafc1ee857","status":"passed","time":{"start":1724672343203,"stop":1724672343204,"duration":1}},{"uid":"ff93d6db8fbad1c1","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/ff93d6db8fbad1c1","status":"passed","time":{"start":1724670094076,"stop":1724670094076,"duration":0}}]},"tags":[]},"source":"3bf6bbd6792b8020.json","parameterValues":[]} \ No newline at end of file +{"uid":"fd14f031fa4aabef","name":"should emit a peer event after start","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Compliance Tests > interface-peer-discovery compliance tests > should emit a peer event after start","historyId":"f60c3f2656a76e265fc3813fc4df424d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922402863,"stop":1724922402863,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Compliance Tests"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"66bce97be4129864","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/66bce97be4129864","status":"passed","time":{"start":1724921065910,"stop":1724921065911,"duration":1}},{"uid":"f0758fc65eec3deb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f0758fc65eec3deb","status":"passed","time":{"start":1724921040947,"stop":1724921040948,"duration":1}},{"uid":"de69176a68dd0b14","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/de69176a68dd0b14","status":"passed","time":{"start":1724917701156,"stop":1724917701156,"duration":0}},{"uid":"8e5a5ac0cd2014ab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e5a5ac0cd2014ab","status":"passed","time":{"start":1724889479975,"stop":1724889479975,"duration":0}},{"uid":"1f3c54c698727f22","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1f3c54c698727f22","status":"passed","time":{"start":1724888630724,"stop":1724888630725,"duration":1}},{"uid":"f83d5ef27208ce0c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f83d5ef27208ce0c","status":"passed","time":{"start":1724887787006,"stop":1724887787007,"duration":1}},{"uid":"d29000daabb9bc9d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d29000daabb9bc9d","status":"passed","time":{"start":1724886553669,"stop":1724886553669,"duration":0}},{"uid":"8b4e6350e924591a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8b4e6350e924591a","status":"passed","time":{"start":1724886331492,"stop":1724886331493,"duration":1}},{"uid":"da71557949ed9096","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/da71557949ed9096","status":"passed","time":{"start":1724861780657,"stop":1724861780657,"duration":0}},{"uid":"b4a2736a1bb95207","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b4a2736a1bb95207","status":"passed","time":{"start":1724861251098,"stop":1724861251099,"duration":1}},{"uid":"cb07f4b6baed21a6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cb07f4b6baed21a6","status":"passed","time":{"start":1724861074808,"stop":1724861074809,"duration":1}},{"uid":"e2091c6761f68095","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e2091c6761f68095","status":"passed","time":{"start":1724860935672,"stop":1724860935672,"duration":0}}]},"tags":[]},"source":"fd14f031fa4aabef.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/fd6407fb55b02ca0.json b/7376/data/test-cases/fd6407fb55b02ca0.json new file mode 100644 index 00000000000..cfd4cc282b9 --- /dev/null +++ b/7376/data/test-cases/fd6407fb55b02ca0.json @@ -0,0 +1 @@ +{"uid":"fd6407fb55b02ca0","name":"Decoder throws on empty string content topic","fullName":"/src/symmetric.spec.ts: Ensures content topic is defined > Decoder throws on empty string content topic","historyId":"97f22b3fcd076ea410cf79af11cbf23a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922408757,"stop":1724922408757,"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":"Ensures content topic is defined"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9f5a16b5e31e3b2d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9f5a16b5e31e3b2d","status":"passed","time":{"start":1724921071995,"stop":1724921071995,"duration":0}},{"uid":"5ef12301aad31919","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5ef12301aad31919","status":"passed","time":{"start":1724921046825,"stop":1724921046826,"duration":1}},{"uid":"e77a7b4e6131a885","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e77a7b4e6131a885","status":"passed","time":{"start":1724917707025,"stop":1724917707025,"duration":0}},{"uid":"de74d18187b69f1f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/de74d18187b69f1f","status":"passed","time":{"start":1724889485861,"stop":1724889485861,"duration":0}},{"uid":"7182b53f561513fe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7182b53f561513fe","status":"passed","time":{"start":1724888636621,"stop":1724888636621,"duration":0}},{"uid":"c0b7f85777ea29af","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c0b7f85777ea29af","status":"passed","time":{"start":1724887792856,"stop":1724887792857,"duration":1}},{"uid":"ae7ad6abccf5f969","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ae7ad6abccf5f969","status":"passed","time":{"start":1724886559725,"stop":1724886559725,"duration":0}},{"uid":"6abb596307f722d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6abb596307f722d","status":"passed","time":{"start":1724886337378,"stop":1724886337378,"duration":0}},{"uid":"74a1a74e38b2b280","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/74a1a74e38b2b280","status":"passed","time":{"start":1724861786731,"stop":1724861786731,"duration":0}},{"uid":"42caf274e3be3563","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/42caf274e3be3563","status":"passed","time":{"start":1724861257213,"stop":1724861257213,"duration":0}},{"uid":"fe590c4b2f812836","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fe590c4b2f812836","status":"passed","time":{"start":1724861081087,"stop":1724861081087,"duration":0}},{"uid":"77c66252c51fd1bf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/77c66252c51fd1bf","status":"passed","time":{"start":1724860941732,"stop":1724860941733,"duration":1}}]},"tags":[]},"source":"fd6407fb55b02ca0.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/d460a58c72975ac1.json b/7376/data/test-cases/fd9133b166eac029.json similarity index 77% rename from 7346/data/test-cases/d460a58c72975ac1.json rename to 7376/data/test-cases/fd9133b166eac029.json index b13b51d2bb6..75d7672f83e 100644 --- a/7346/data/test-cases/d460a58c72975ac1.json +++ b/7376/data/test-cases/fd9133b166eac029.json @@ -1 +1 @@ -{"uid":"d460a58c72975ac1","name":"Subscribe to topic containing short and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing short and receive message","historyId":"dedadba8a654dbd7c15ccd95283b1ffe:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765545676,"stop":1724765545676,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"4b392cfe01c54005","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/4b392cfe01c54005","status":"passed","time":{"start":1724765472921,"stop":1724765472921,"duration":0}},{"uid":"793a0c7000b9faf6","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/793a0c7000b9faf6","status":"passed","time":{"start":1724763953867,"stop":1724763953867,"duration":0}},{"uid":"64e1ce037b292daf","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/64e1ce037b292daf","status":"passed","time":{"start":1724761070316,"stop":1724761070316,"duration":0}},{"uid":"ec1f3ecb6ec98b27","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/ec1f3ecb6ec98b27","status":"passed","time":{"start":1724760260075,"stop":1724760260075,"duration":0}},{"uid":"c7e39fb665c805d6","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/c7e39fb665c805d6","status":"passed","time":{"start":1724758530269,"stop":1724758530270,"duration":1}},{"uid":"beac11cb3fe17779","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/beac11cb3fe17779","status":"passed","time":{"start":1724757958295,"stop":1724757958296,"duration":1}},{"uid":"870fcbf3428dffa7","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/870fcbf3428dffa7","status":"passed","time":{"start":1724757397591,"stop":1724757397591,"duration":0}},{"uid":"8edd9880bfbe6445","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/8edd9880bfbe6445","status":"passed","time":{"start":1724755379402,"stop":1724755379403,"duration":1}},{"uid":"3180ab1d91dee60b","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/3180ab1d91dee60b","status":"passed","time":{"start":1724752819846,"stop":1724752819846,"duration":0}},{"uid":"47c4f72ffe826f1b","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/47c4f72ffe826f1b","status":"passed","time":{"start":1724751625319,"stop":1724751625319,"duration":0}},{"uid":"de3f41a167670ffc","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/de3f41a167670ffc","status":"passed","time":{"start":1724750725825,"stop":1724750725825,"duration":0}},{"uid":"6780df4811384893","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/6780df4811384893","status":"passed","time":{"start":1724749717500,"stop":1724749717502,"duration":2}},{"uid":"3bde9d7904b5f8c6","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/3bde9d7904b5f8c6","status":"passed","time":{"start":1724718019283,"stop":1724718019283,"duration":0}},{"uid":"fe8d384b08b466e3","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/fe8d384b08b466e3","status":"passed","time":{"start":1724715264566,"stop":1724715264566,"duration":0}},{"uid":"4204cb185a318dc6","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/4204cb185a318dc6","status":"passed","time":{"start":1724713371749,"stop":1724713371749,"duration":0}},{"uid":"f1da4dc602c43bf6","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f1da4dc602c43bf6","status":"passed","time":{"start":1724706679432,"stop":1724706679433,"duration":1}},{"uid":"9673b7171a179525","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/9673b7171a179525","status":"passed","time":{"start":1724705096860,"stop":1724705096860,"duration":0}},{"uid":"a386e9ccd1ccf51b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a386e9ccd1ccf51b","status":"passed","time":{"start":1724684459927,"stop":1724684459928,"duration":1}},{"uid":"208173ff9f96f9b7","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/208173ff9f96f9b7","status":"passed","time":{"start":1724673071756,"stop":1724673071756,"duration":0}},{"uid":"601f9dc45ce26304","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/601f9dc45ce26304","status":"passed","time":{"start":1724670808685,"stop":1724670808686,"duration":1}}]},"tags":[]},"source":"d460a58c72975ac1.json","parameterValues":[]} \ No newline at end of file +{"uid":"fd9133b166eac029","name":"Subscribe to topic containing escaped characters and receive message","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to topic containing escaped characters and receive message","historyId":"b65817d0318fff046c92dcd2832bd7af:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724923012482,"stop":1724923012483,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"62259b84ac0a174d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/62259b84ac0a174d","status":"passed","time":{"start":1724921625093,"stop":1724921625093,"duration":0}},{"uid":"f02ee5c22dbb063d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f02ee5c22dbb063d","status":"passed","time":{"start":1724921590512,"stop":1724921590513,"duration":1}},{"uid":"6d93cd7a87a6e42f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6d93cd7a87a6e42f","status":"passed","time":{"start":1724918287578,"stop":1724918287578,"duration":0}},{"uid":"1eb5da9488429dcf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1eb5da9488429dcf","status":"passed","time":{"start":1724890047804,"stop":1724890047806,"duration":2}},{"uid":"a83a64401fee32bb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a83a64401fee32bb","status":"passed","time":{"start":1724889183949,"stop":1724889183949,"duration":0}},{"uid":"50d41f6cdec22c3f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/50d41f6cdec22c3f","status":"passed","time":{"start":1724888354189,"stop":1724888354190,"duration":1}},{"uid":"787bfee9c3339848","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/787bfee9c3339848","status":"passed","time":{"start":1724887145732,"stop":1724887145732,"duration":0}},{"uid":"a9169250fa5fabef","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a9169250fa5fabef","status":"passed","time":{"start":1724886915810,"stop":1724886915812,"duration":2}},{"uid":"99d10c89dcbba002","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/99d10c89dcbba002","status":"passed","time":{"start":1724862341467,"stop":1724862341468,"duration":1}},{"uid":"f0a013585cfff602","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f0a013585cfff602","status":"passed","time":{"start":1724861805473,"stop":1724861805473,"duration":0}},{"uid":"7e867b63c7585ad8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7e867b63c7585ad8","status":"passed","time":{"start":1724861662301,"stop":1724861662302,"duration":1}},{"uid":"c9e819f8c2aba59e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c9e819f8c2aba59e","status":"passed","time":{"start":1724861492530,"stop":1724861492530,"duration":0}}]},"tags":[]},"source":"fd9133b166eac029.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/a9a08cb4584dd8b7.json b/7376/data/test-cases/fd9df8b15714ade1.json similarity index 54% rename from 7346/data/test-cases/a9a08cb4584dd8b7.json rename to 7376/data/test-cases/fd9df8b15714ade1.json index 4934b89aa0e..39d467e207e 100644 --- a/7346/data/test-cases/a9a08cb4584dd8b7.json +++ b/7376/data/test-cases/fd9df8b15714ade1.json @@ -1 +1 @@ -{"uid":"a9a08cb4584dd8b7","name":"addEventListener with correct event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > addEventListener with correct event","historyId":"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724764880294,"stop":1724764880294,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","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":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28},"items":[{"uid":"2fb97d9fcd904712","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/2fb97d9fcd904712","status":"passed","time":{"start":1724764800070,"stop":1724764800070,"duration":0}},{"uid":"54d0e326a05cf280","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/54d0e326a05cf280","status":"passed","time":{"start":1724763165960,"stop":1724763165960,"duration":0}},{"uid":"64d1280fe1157a8f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/64d1280fe1157a8f","status":"passed","time":{"start":1724760434816,"stop":1724760434816,"duration":0}},{"uid":"a121237e27efb796","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/a121237e27efb796","status":"passed","time":{"start":1724759447682,"stop":1724759447683,"duration":1}},{"uid":"bfbaef969bcd2d94","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/bfbaef969bcd2d94","status":"passed","time":{"start":1724757584477,"stop":1724757584477,"duration":0}},{"uid":"2eb172298658a927","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/2eb172298658a927","status":"passed","time":{"start":1724757304020,"stop":1724757304020,"duration":0}},{"uid":"252902dede176702","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/252902dede176702","status":"passed","time":{"start":1724756625391,"stop":1724756625391,"duration":0}},{"uid":"21986c9b0010b161","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/21986c9b0010b161","status":"passed","time":{"start":1724754724728,"stop":1724754724729,"duration":1}},{"uid":"1220ada4554a8081","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/1220ada4554a8081","status":"passed","time":{"start":1724752151319,"stop":1724752151319,"duration":0}},{"uid":"9a0d4d6db30120be","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/9a0d4d6db30120be","status":"passed","time":{"start":1724750982586,"stop":1724750982587,"duration":1}},{"uid":"a4a0b55d6bb17930","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/a4a0b55d6bb17930","status":"passed","time":{"start":1724750061835,"stop":1724750061835,"duration":0}},{"uid":"2957aeaf3cb9f373","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/2957aeaf3cb9f373","status":"passed","time":{"start":1724749086367,"stop":1724749086367,"duration":0}},{"uid":"963a723e8e471a26","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/963a723e8e471a26","status":"passed","time":{"start":1724717378524,"stop":1724717378525,"duration":1}},{"uid":"3be99e7d908ae5fc","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/3be99e7d908ae5fc","status":"passed","time":{"start":1724714611182,"stop":1724714611183,"duration":1}},{"uid":"c90018509b2fef6f","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/c90018509b2fef6f","status":"passed","time":{"start":1724712692276,"stop":1724712692276,"duration":0}},{"uid":"a4a1e5a4a50b748c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a4a1e5a4a50b748c","status":"passed","time":{"start":1724705903070,"stop":1724705903070,"duration":0}},{"uid":"fcadb7c83029ab8e","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/fcadb7c83029ab8e","status":"passed","time":{"start":1724704318335,"stop":1724704318335,"duration":0}},{"uid":"a7d6fb386e7b9d53","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a7d6fb386e7b9d53","status":"passed","time":{"start":1724683683066,"stop":1724683683068,"duration":2}},{"uid":"3dc173e5f96333db","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/3dc173e5f96333db","status":"passed","time":{"start":1724672407437,"stop":1724672407437,"duration":0}},{"uid":"34c7ffde6fa154b8","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/34c7ffde6fa154b8","status":"passed","time":{"start":1724670156876,"stop":1724670156876,"duration":0}}]},"tags":[]},"source":"a9a08cb4584dd8b7.json","parameterValues":[]} \ No newline at end of file +{"uid":"fd9df8b15714ade1","name":"addEventListener with correct event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > addEventListener with correct event","historyId":"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922465393,"stop":1724922465393,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","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":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fbedc372ddbc2b94","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fbedc372ddbc2b94","status":"passed","time":{"start":1724921128565,"stop":1724921128566,"duration":1}},{"uid":"84bc6a245f98aa29","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/84bc6a245f98aa29","status":"passed","time":{"start":1724921103673,"stop":1724921103674,"duration":1}},{"uid":"b238ae9e8066458c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b238ae9e8066458c","status":"passed","time":{"start":1724917763725,"stop":1724917763726,"duration":1}},{"uid":"3986eeab11d6d686","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3986eeab11d6d686","status":"passed","time":{"start":1724889543367,"stop":1724889543368,"duration":1}},{"uid":"7930a8118e98fa56","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7930a8118e98fa56","status":"passed","time":{"start":1724888692502,"stop":1724888692503,"duration":1}},{"uid":"5e18856b0d2c74e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5e18856b0d2c74e","status":"passed","time":{"start":1724887850412,"stop":1724887850413,"duration":1}},{"uid":"d7733d8f9e041690","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d7733d8f9e041690","status":"passed","time":{"start":1724886617174,"stop":1724886617174,"duration":0}},{"uid":"484a2a2972400208","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/484a2a2972400208","status":"passed","time":{"start":1724886394903,"stop":1724886394904,"duration":1}},{"uid":"aa8f268105aa2248","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aa8f268105aa2248","status":"passed","time":{"start":1724861844369,"stop":1724861844371,"duration":2}},{"uid":"a207bc8bad503ba5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a207bc8bad503ba5","status":"passed","time":{"start":1724861313408,"stop":1724861313408,"duration":0}},{"uid":"6840d1229c94c586","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6840d1229c94c586","status":"passed","time":{"start":1724861139649,"stop":1724861139649,"duration":0}},{"uid":"53aca42e2a85f4a9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/53aca42e2a85f4a9","status":"passed","time":{"start":1724860999510,"stop":1724860999510,"duration":0}}]},"tags":[]},"source":"fd9df8b15714ade1.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/1415684f10fb8b1d.json b/7376/data/test-cases/fda92576a082a979.json similarity index 82% rename from 7346/data/test-cases/1415684f10fb8b1d.json rename to 7376/data/test-cases/fda92576a082a979.json index 9549848d451..26c22b72759 100644 --- a/7346/data/test-cases/1415684f10fb8b1d.json +++ b/7376/data/test-cases/fda92576a082a979.json @@ -1 +1 @@ -{"uid":"1415684f10fb8b1d","name":"shard 0","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > shard 0","historyId":"a53ee030c747605e1ab4c0eb36b58658:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765485924,"stop":1724765485926,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"8b719db51df71252","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/8b719db51df71252","status":"passed","time":{"start":1724765411365,"stop":1724765411366,"duration":1}},{"uid":"958a7e1866fde507","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/958a7e1866fde507","status":"passed","time":{"start":1724763782411,"stop":1724763782412,"duration":1}},{"uid":"7f47b0bfa231c82f","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/7f47b0bfa231c82f","status":"passed","time":{"start":1724761025568,"stop":1724761025569,"duration":1}},{"uid":"a18f5902d69bf30b","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/a18f5902d69bf30b","status":"passed","time":{"start":1724760055806,"stop":1724760055807,"duration":1}},{"uid":"73201ac8a860ae44","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/73201ac8a860ae44","status":"passed","time":{"start":1724758203611,"stop":1724758203611,"duration":0}},{"uid":"7e4c8a9d5a0b3aaf","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/7e4c8a9d5a0b3aaf","status":"passed","time":{"start":1724757870362,"stop":1724757870382,"duration":20}},{"uid":"8ee43c8639e4bcd6","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/8ee43c8639e4bcd6","status":"passed","time":{"start":1724757243595,"stop":1724757243608,"duration":13}},{"uid":"fedfbc5ac9e7b117","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/fedfbc5ac9e7b117","status":"passed","time":{"start":1724755314275,"stop":1724755314275,"duration":0}},{"uid":"92afdbc92a511a2b","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/92afdbc92a511a2b","status":"passed","time":{"start":1724752741612,"stop":1724752741612,"duration":0}},{"uid":"4bb79a5807831738","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/4bb79a5807831738","status":"passed","time":{"start":1724751596521,"stop":1724751596521,"duration":0}},{"uid":"ffa6060321fdaeb6","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/ffa6060321fdaeb6","status":"passed","time":{"start":1724750669261,"stop":1724750669262,"duration":1}},{"uid":"8cad8639b63d6fbe","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/8cad8639b63d6fbe","status":"passed","time":{"start":1724749672369,"stop":1724749672370,"duration":1}},{"uid":"e4043e637669041","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/e4043e637669041","status":"passed","time":{"start":1724717974866,"stop":1724717974866,"duration":0}},{"uid":"70cdae9f99364799","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/70cdae9f99364799","status":"passed","time":{"start":1724715221753,"stop":1724715221753,"duration":0}},{"uid":"ba6ae4946c522528","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/ba6ae4946c522528","status":"passed","time":{"start":1724713297057,"stop":1724713297058,"duration":1}},{"uid":"b736d79f432f7a23","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/b736d79f432f7a23","status":"passed","time":{"start":1724706485953,"stop":1724706485954,"duration":1}},{"uid":"f057d10dfe641b68","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f057d10dfe641b68","status":"passed","time":{"start":1724704902573,"stop":1724704902574,"duration":1}},{"uid":"7ff08bc601a75e5d","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/7ff08bc601a75e5d","status":"passed","time":{"start":1724684275976,"stop":1724684275977,"duration":1}},{"uid":"d801a8c30b60ed4a","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/d801a8c30b60ed4a","status":"passed","time":{"start":1724673036247,"stop":1724673036247,"duration":0}},{"uid":"9a3b3ce94a254ee9","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/9a3b3ce94a254ee9","status":"passed","time":{"start":1724670747579,"stop":1724670747580,"duration":1}}]},"tags":[]},"source":"1415684f10fb8b1d.json","parameterValues":[]} \ No newline at end of file +{"uid":"fda92576a082a979","name":"shard 0","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > shard 0","historyId":"a53ee030c747605e1ab4c0eb36b58658:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922946228,"stop":1724922946228,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4a4b6d7da7eed8f9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4a4b6d7da7eed8f9","status":"passed","time":{"start":1724921619627,"stop":1724921619627,"duration":0}},{"uid":"d3fdc6b50f1239ce","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d3fdc6b50f1239ce","status":"passed","time":{"start":1724921577166,"stop":1724921577166,"duration":0}},{"uid":"62f4a4f7f4f78ac6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/62f4a4f7f4f78ac6","status":"passed","time":{"start":1724918298097,"stop":1724918298097,"duration":0}},{"uid":"9d43ad327c2a2409","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9d43ad327c2a2409","status":"passed","time":{"start":1724890039735,"stop":1724890039736,"duration":1}},{"uid":"9881650be4b28b84","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9881650be4b28b84","status":"passed","time":{"start":1724889169841,"stop":1724889169842,"duration":1}},{"uid":"86566457c4e886f6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/86566457c4e886f6","status":"passed","time":{"start":1724888345349,"stop":1724888345349,"duration":0}},{"uid":"7f37d5645318deee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7f37d5645318deee","status":"passed","time":{"start":1724887127871,"stop":1724887127872,"duration":1}},{"uid":"32f10e8267d6301","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/32f10e8267d6301","status":"passed","time":{"start":1724886906377,"stop":1724886906377,"duration":0}},{"uid":"24628e4bf5a492c4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/24628e4bf5a492c4","status":"passed","time":{"start":1724862320141,"stop":1724862320142,"duration":1}},{"uid":"28a9d8121b080126","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/28a9d8121b080126","status":"passed","time":{"start":1724861800253,"stop":1724861800253,"duration":0}},{"uid":"3e85d6956faf93f5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3e85d6956faf93f5","status":"passed","time":{"start":1724861655158,"stop":1724861655158,"duration":0}},{"uid":"f8d9ea074c93344c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f8d9ea074c93344c","status":"passed","time":{"start":1724861485077,"stop":1724861485078,"duration":1}}]},"tags":[]},"source":"fda92576a082a979.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/fdbab14f4d50a5b6.json b/7376/data/test-cases/fdbab14f4d50a5b6.json new file mode 100644 index 00000000000..4fcb0ad67bf --- /dev/null +++ b/7376/data/test-cases/fdbab14f4d50a5b6.json @@ -0,0 +1 @@ +{"uid":"fdbab14f4d50a5b6","name":"Passing cursor with wrong pubsubTopic","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Passing cursor with wrong pubsubTopic","historyId":"872701a64ab4958d57a451985582aea5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922928888,"stop":1724922928889,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, cursor"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"561ee8a433478ce","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/561ee8a433478ce","status":"passed","time":{"start":1724921620610,"stop":1724921620611,"duration":1}},{"uid":"70d4d5b775b6328e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/70d4d5b775b6328e","status":"passed","time":{"start":1724921566692,"stop":1724921566693,"duration":1}},{"uid":"ee44ced2c918f6d5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ee44ced2c918f6d5","status":"passed","time":{"start":1724918280554,"stop":1724918280555,"duration":1}},{"uid":"fbced9fbdcb778be","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fbced9fbdcb778be","status":"passed","time":{"start":1724890019470,"stop":1724890019470,"duration":0}},{"uid":"343f1a057f63d713","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/343f1a057f63d713","status":"passed","time":{"start":1724889148723,"stop":1724889148723,"duration":0}},{"uid":"45fbb0b50c621f9d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/45fbb0b50c621f9d","status":"passed","time":{"start":1724888331965,"stop":1724888331965,"duration":0}},{"uid":"1dfdc0a721bb528e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1dfdc0a721bb528e","status":"passed","time":{"start":1724887107115,"stop":1724887107116,"duration":1}},{"uid":"7d4ca2f6c95ee196","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7d4ca2f6c95ee196","status":"passed","time":{"start":1724886889609,"stop":1724886889610,"duration":1}},{"uid":"6bcc99cd0ba934a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6bcc99cd0ba934a9","status":"passed","time":{"start":1724862298791,"stop":1724862298792,"duration":1}},{"uid":"c24bede33b032af5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c24bede33b032af5","status":"passed","time":{"start":1724861779265,"stop":1724861779266,"duration":1}},{"uid":"455e92351754a1ab","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/455e92351754a1ab","status":"passed","time":{"start":1724861646563,"stop":1724861646564,"duration":1}},{"uid":"e8f2c185d60898aa","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e8f2c185d60898aa","status":"passed","time":{"start":1724861466616,"stop":1724861466616,"duration":0}}]},"tags":[]},"source":"fdbab14f4d50a5b6.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/fe8127b02ecbe536.json b/7376/data/test-cases/fe8127b02ecbe536.json new file mode 100644 index 00000000000..0feceb83606 --- /dev/null +++ b/7376/data/test-cases/fe8127b02ecbe536.json @@ -0,0 +1 @@ +{"uid":"fe8127b02ecbe536","name":"Number of peers are maintained correctly","fullName":"/tests/light-push/peer_management.spec.ts: Waku Light Push: Peer Management: E2E > Number of peers are maintained correctly","historyId":"2a2e192bbf0a6bfabf47e1dfd9ca65b0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922675552,"stop":1724922675552,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Peer Management: E2E"},{"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":"2ffa862444ef66d1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2ffa862444ef66d1","status":"passed","time":{"start":1724921326303,"stop":1724921326304,"duration":1}},{"uid":"1877a54d13fcc2a5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1877a54d13fcc2a5","status":"passed","time":{"start":1724921306215,"stop":1724921306215,"duration":0}},{"uid":"adb5fab7556d7655","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/adb5fab7556d7655","status":"passed","time":{"start":1724918076884,"stop":1724918076884,"duration":0}},{"uid":"9135468f70382693","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9135468f70382693","status":"passed","time":{"start":1724889757051,"stop":1724889757051,"duration":0}},{"uid":"77d050c9dd9e468","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/77d050c9dd9e468","status":"passed","time":{"start":1724888894404,"stop":1724888894404,"duration":0}},{"uid":"c7e84beab928ba27","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c7e84beab928ba27","status":"passed","time":{"start":1724862057002,"stop":1724862057002,"duration":0}},{"uid":"316562e1b017cc8e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/316562e1b017cc8e","status":"passed","time":{"start":1724861520271,"stop":1724861520271,"duration":0}},{"uid":"e4182637cfdc461b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e4182637cfdc461b","status":"passed","time":{"start":1724861406463,"stop":1724861406463,"duration":0}},{"uid":"bf55fca7ffcff62","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bf55fca7ffcff62","status":"passed","time":{"start":1724861204437,"stop":1724861204438,"duration":1}}]},"tags":[]},"source":"fe8127b02ecbe536.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/ba3fa42e71c93ab4.json b/7376/data/test-cases/fe88af9582cb268e.json similarity index 79% rename from 7346/data/test-cases/ba3fa42e71c93ab4.json rename to 7376/data/test-cases/fe88af9582cb268e.json index bcc7b279d68..13adec5b91d 100644 --- a/7346/data/test-cases/ba3fa42e71c93ab4.json +++ b/7376/data/test-cases/fe88af9582cb268e.json @@ -1 +1 @@ -{"uid":"ba3fa42e71c93ab4","name":"Subscribe to topic containing numeric and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing numeric and receive message","historyId":"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724765075584,"stop":1724765075584,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"331a8d126da4b3ba","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/331a8d126da4b3ba","status":"passed","time":{"start":1724765010542,"stop":1724765010542,"duration":0}},{"uid":"b310b1e4623ac83","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/b310b1e4623ac83","status":"passed","time":{"start":1724763380289,"stop":1724763380290,"duration":1}},{"uid":"a01f231a6facba61","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/a01f231a6facba61","status":"passed","time":{"start":1724760632563,"stop":1724760632564,"duration":1}},{"uid":"5048a5215f6f33c7","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/5048a5215f6f33c7","status":"passed","time":{"start":1724759660922,"stop":1724759660922,"duration":0}},{"uid":"952302b0c5b60b5","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/952302b0c5b60b5","status":"passed","time":{"start":1724757793699,"stop":1724757793700,"duration":1}},{"uid":"178d6c9a15cb5cdb","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/178d6c9a15cb5cdb","status":"passed","time":{"start":1724757518635,"stop":1724757518636,"duration":1}},{"uid":"781aff9966456923","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/781aff9966456923","status":"passed","time":{"start":1724756832094,"stop":1724756832094,"duration":0}},{"uid":"ce1f0021770ba033","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/ce1f0021770ba033","status":"passed","time":{"start":1724754929273,"stop":1724754929274,"duration":1}},{"uid":"68e4b868ff49a3bd","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/68e4b868ff49a3bd","status":"passed","time":{"start":1724752352147,"stop":1724752352148,"duration":1}},{"uid":"673608d3ae8b8ae9","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/673608d3ae8b8ae9","status":"passed","time":{"start":1724751201122,"stop":1724751201123,"duration":1}},{"uid":"7f58caa4831edf75","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/7f58caa4831edf75","status":"passed","time":{"start":1724750264839,"stop":1724750264839,"duration":0}},{"uid":"b7218487f4ad3dcc","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/b7218487f4ad3dcc","status":"passed","time":{"start":1724749292152,"stop":1724749292166,"duration":14}},{"uid":"22bb6928a145b0b3","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/22bb6928a145b0b3","status":"passed","time":{"start":1724717596793,"stop":1724717596793,"duration":0}},{"uid":"87acfacc0b66b470","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/87acfacc0b66b470","status":"passed","time":{"start":1724714823652,"stop":1724714823652,"duration":0}},{"uid":"e2ded021ccb8d3a","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/e2ded021ccb8d3a","status":"passed","time":{"start":1724712895780,"stop":1724712895791,"duration":11}},{"uid":"a264997b256275ff","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a264997b256275ff","status":"passed","time":{"start":1724706113494,"stop":1724706113495,"duration":1}},{"uid":"2cdcb71d9c1f25bc","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/2cdcb71d9c1f25bc","status":"passed","time":{"start":1724704522413,"stop":1724704522414,"duration":1}},{"uid":"22e5612a21f10149","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/22e5612a21f10149","status":"passed","time":{"start":1724683897626,"stop":1724683897627,"duration":1}},{"uid":"b1b1489c2b57d2a","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/b1b1489c2b57d2a","status":"passed","time":{"start":1724672624705,"stop":1724672624705,"duration":0}},{"uid":"e49112767271d32c","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/e49112767271d32c","status":"passed","time":{"start":1724670354430,"stop":1724670354431,"duration":1}}]},"tags":[]},"source":"ba3fa42e71c93ab4.json","parameterValues":[]} \ No newline at end of file +{"uid":"fe88af9582cb268e","name":"Subscribe to topic containing numeric and receive message","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to topic containing numeric and receive message","historyId":"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922635354,"stop":1724922635354,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"507c4f7a63459610","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/507c4f7a63459610","status":"passed","time":{"start":1724921297007,"stop":1724921297007,"duration":0}},{"uid":"5836c6c604bb9509","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5836c6c604bb9509","status":"passed","time":{"start":1724921276367,"stop":1724921276367,"duration":0}},{"uid":"bb181a242bfb3dd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bb181a242bfb3dd","status":"passed","time":{"start":1724917948323,"stop":1724917948324,"duration":1}},{"uid":"52f4c3d2a8df9d6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52f4c3d2a8df9d6","status":"passed","time":{"start":1724889729008,"stop":1724889729008,"duration":0}},{"uid":"48949877d91b1f18","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/48949877d91b1f18","status":"passed","time":{"start":1724888864953,"stop":1724888864954,"duration":1}},{"uid":"7daf542cedb22f31","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7daf542cedb22f31","status":"passed","time":{"start":1724888053747,"stop":1724888053747,"duration":0}},{"uid":"f8183552326f24fe","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f8183552326f24fe","status":"passed","time":{"start":1724886811661,"stop":1724886811662,"duration":1}},{"uid":"bd38cff206413edd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bd38cff206413edd","status":"passed","time":{"start":1724886581003,"stop":1724886581003,"duration":0}},{"uid":"f1a6d373e1b4918b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f1a6d373e1b4918b","status":"passed","time":{"start":1724862019561,"stop":1724862019561,"duration":0}},{"uid":"93b0cee8baa92ce0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/93b0cee8baa92ce0","status":"passed","time":{"start":1724861493937,"stop":1724861493937,"duration":0}},{"uid":"c92cdac04be267d5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c92cdac04be267d5","status":"passed","time":{"start":1724861318028,"stop":1724861318028,"duration":0}},{"uid":"317938095db4b427","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/317938095db4b427","status":"passed","time":{"start":1724861178515,"stop":1724861178516,"duration":1}}]},"tags":[]},"source":"fe88af9582cb268e.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/b351309a1788c8c7.json b/7376/data/test-cases/feef3d0369c09bc6.json similarity index 52% rename from 7346/data/test-cases/b351309a1788c8c7.json rename to 7376/data/test-cases/feef3d0369c09bc6.json index eff6c917e90..6089b87dd62 100644 --- a/7346/data/test-cases/b351309a1788c8c7.json +++ b/7376/data/test-cases/feef3d0369c09bc6.json @@ -1 +1 @@ -{"uid":"b351309a1788c8c7","name":"should emit a peer event after start","fullName":"/tests/dns-peer-discovery.spec.ts: DNS Discovery: Compliance Test > interface-peer-discovery compliance tests > should emit a peer event after start","historyId":"d69b90a40412201ad3f115d478e406ef:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724764850588,"stop":1724764850594,"duration":6},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"DNS Discovery: Compliance Test"},{"name":"suite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":27,"unknown":0,"total":27},"items":[{"uid":"c158930c11d4dc5f","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/c158930c11d4dc5f","status":"passed","time":{"start":1724763136157,"stop":1724763136157,"duration":0}},{"uid":"94580a0795730878","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/94580a0795730878","status":"passed","time":{"start":1724760407058,"stop":1724760407059,"duration":1}},{"uid":"1d055dce2af4056b","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/1d055dce2af4056b","status":"passed","time":{"start":1724759419196,"stop":1724759419209,"duration":13}},{"uid":"c8bfa7dd0dedb295","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/c8bfa7dd0dedb295","status":"passed","time":{"start":1724757558274,"stop":1724757558274,"duration":0}},{"uid":"5bccf73c38c96a46","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/5bccf73c38c96a46","status":"passed","time":{"start":1724757274279,"stop":1724757274279,"duration":0}},{"uid":"b63d166947112152","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/b63d166947112152","status":"passed","time":{"start":1724756596276,"stop":1724756596276,"duration":0}},{"uid":"d39e8911e14a343","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/d39e8911e14a343","status":"passed","time":{"start":1724754695534,"stop":1724754695534,"duration":0}},{"uid":"59fe261dff1508c3","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/59fe261dff1508c3","status":"passed","time":{"start":1724752123819,"stop":1724752123820,"duration":1}},{"uid":"e22fb849f3616dc1","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/e22fb849f3616dc1","status":"passed","time":{"start":1724750963815,"stop":1724750963815,"duration":0}},{"uid":"963a99fc09df4101","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/963a99fc09df4101","status":"passed","time":{"start":1724750030739,"stop":1724750030739,"duration":0}},{"uid":"f3319360ca571746","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/f3319360ca571746","status":"passed","time":{"start":1724749056863,"stop":1724749056864,"duration":1}},{"uid":"1dcca2adc33891a7","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/1dcca2adc33891a7","status":"passed","time":{"start":1724717348995,"stop":1724717348996,"duration":1}},{"uid":"6c5cd8487c4b12d4","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/6c5cd8487c4b12d4","status":"passed","time":{"start":1724714583447,"stop":1724714583448,"duration":1}},{"uid":"b2a4a6ef5817022a","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/b2a4a6ef5817022a","status":"passed","time":{"start":1724712672591,"stop":1724712672591,"duration":0}},{"uid":"a2c75bd5a0924d34","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a2c75bd5a0924d34","status":"passed","time":{"start":1724705875387,"stop":1724705875387,"duration":0}},{"uid":"f98380e24d42087e","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f98380e24d42087e","status":"passed","time":{"start":1724704308662,"stop":1724704308662,"duration":0}},{"uid":"8a29910b26990285","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/8a29910b26990285","status":"passed","time":{"start":1724683672768,"stop":1724683672769,"duration":1}},{"uid":"bdf4ce43eafa3392","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/bdf4ce43eafa3392","status":"passed","time":{"start":1724672380115,"stop":1724672380115,"duration":0}},{"uid":"df88311c4aea66d8","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/df88311c4aea66d8","status":"passed","time":{"start":1724670129696,"stop":1724670129696,"duration":0}},{"uid":"792098216bca7135","reportUrl":"https://waku-org.github.io/js-waku/7331//#testresult/792098216bca7135","status":"passed","time":{"start":1724663307400,"stop":1724663307400,"duration":0}}]},"tags":[]},"source":"b351309a1788c8c7.json","parameterValues":[]} \ No newline at end of file +{"uid":"feef3d0369c09bc6","name":"should emit a peer event after start","fullName":"/tests/dns-peer-discovery.spec.ts: DNS Discovery: Compliance Test > interface-peer-discovery compliance tests > should emit a peer event after start","historyId":"d69b90a40412201ad3f115d478e406ef:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922439100,"stop":1724922439100,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"DNS Discovery: Compliance Test"},{"name":"suite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"851c6478bc79a3ae","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/851c6478bc79a3ae","status":"passed","time":{"start":1724921098916,"stop":1724921098918,"duration":2}},{"uid":"3d51db6224f0c8a9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3d51db6224f0c8a9","status":"passed","time":{"start":1724921073394,"stop":1724921073395,"duration":1}},{"uid":"43b8c7dc2f24df8e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/43b8c7dc2f24df8e","status":"passed","time":{"start":1724917744662,"stop":1724917744662,"duration":0}},{"uid":"dd51949efd43e977","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd51949efd43e977","status":"passed","time":{"start":1724889518043,"stop":1724889518043,"duration":0}},{"uid":"b75eeb2b744bdbc6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b75eeb2b744bdbc6","status":"passed","time":{"start":1724888665801,"stop":1724888665802,"duration":1}},{"uid":"4a5165f2633b37af","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a5165f2633b37af","status":"passed","time":{"start":1724887821951,"stop":1724887821952,"duration":1}},{"uid":"d68575619eea27b5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d68575619eea27b5","status":"passed","time":{"start":1724886586925,"stop":1724886586925,"duration":0}},{"uid":"590919b258d248cf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/590919b258d248cf","status":"passed","time":{"start":1724886375230,"stop":1724886375231,"duration":1}},{"uid":"afa97424afc7a91","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/afa97424afc7a91","status":"passed","time":{"start":1724861815216,"stop":1724861815217,"duration":1}},{"uid":"41ebed44a864acf9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/41ebed44a864acf9","status":"passed","time":{"start":1724861291721,"stop":1724861291722,"duration":1}},{"uid":"d0d44b2c91b3e871","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d0d44b2c91b3e871","status":"passed","time":{"start":1724861109877,"stop":1724861109878,"duration":1}},{"uid":"c43be1e2ed46f5e2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c43be1e2ed46f5e2","status":"passed","time":{"start":1724860972341,"stop":1724860972342,"duration":1}}]},"tags":[]},"source":"feef3d0369c09bc6.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/ff259dd22aaeb3a3.json b/7376/data/test-cases/ff259dd22aaeb3a3.json new file mode 100644 index 00000000000..667fc1bdb21 --- /dev/null +++ b/7376/data/test-cases/ff259dd22aaeb3a3.json @@ -0,0 +1 @@ +{"uid":"ff259dd22aaeb3a3","name":"ENRTree (root): should error if DNS root entry is malformed","fullName":"/src/dns/enrtree.spec.ts: ENRTree > ENRTree (root): should error if DNS root entry is malformed","historyId":"76eb06a4a37982ef1a6b79bb45485c75:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922398404,"stop":1724922398404,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"ENRTree"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"16f83c7f94184a33","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/16f83c7f94184a33","status":"passed","time":{"start":1724921061371,"stop":1724921061371,"duration":0}},{"uid":"d1836ded4fc4b37f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d1836ded4fc4b37f","status":"passed","time":{"start":1724921036549,"stop":1724921036549,"duration":0}},{"uid":"c1b519c5af8218c8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c1b519c5af8218c8","status":"passed","time":{"start":1724917696992,"stop":1724917696993,"duration":1}},{"uid":"423b1084c74f9a12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/423b1084c74f9a12","status":"passed","time":{"start":1724889475436,"stop":1724889475436,"duration":0}},{"uid":"1e45b34a08230a2e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1e45b34a08230a2e","status":"passed","time":{"start":1724888626530,"stop":1724888626530,"duration":0}},{"uid":"bdadd06c04c7301","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bdadd06c04c7301","status":"passed","time":{"start":1724887782738,"stop":1724887782739,"duration":1}},{"uid":"c0b8097eb3e57ac9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c0b8097eb3e57ac9","status":"passed","time":{"start":1724886549350,"stop":1724886549351,"duration":1}},{"uid":"310f32758d851465","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/310f32758d851465","status":"passed","time":{"start":1724886326871,"stop":1724886326871,"duration":0}},{"uid":"c3ca7941f539e98","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c3ca7941f539e98","status":"passed","time":{"start":1724861776301,"stop":1724861776302,"duration":1}},{"uid":"28d37f415c55289","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/28d37f415c55289","status":"passed","time":{"start":1724861246683,"stop":1724861246684,"duration":1}},{"uid":"4b06c4045770d185","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4b06c4045770d185","status":"passed","time":{"start":1724861070666,"stop":1724861070666,"duration":0}},{"uid":"a071e82ad59dc005","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a071e82ad59dc005","status":"passed","time":{"start":1724860931330,"stop":1724860931331,"duration":1}}]},"tags":[]},"source":"ff259dd22aaeb3a3.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/test-cases/ffaf797dcef793fa.json b/7376/data/test-cases/ffaf797dcef793fa.json new file mode 100644 index 00000000000..1ea2b554f94 --- /dev/null +++ b/7376/data/test-cases/ffaf797dcef793fa.json @@ -0,0 +1 @@ +{"uid":"ffaf797dcef793fa","name":"Generator, custom pubsub topic","fullName":"/tests/store/multiple_pubsub.spec.ts: Waku Store (Autosharding), custom pubsub topic > Generator, custom pubsub topic","historyId":"a4be7d9489b14688de2b707323a936b4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922966284,"stop":1724922966285,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store (Autosharding), custom pubsub topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"39f4570b0460cbe4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/39f4570b0460cbe4","status":"passed","time":{"start":1724921658745,"stop":1724921658745,"duration":0}},{"uid":"ea7529feddb3e45c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ea7529feddb3e45c","status":"passed","time":{"start":1724921609579,"stop":1724921609579,"duration":0}},{"uid":"b3e8b81bbffe2117","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b3e8b81bbffe2117","status":"passed","time":{"start":1724918323458,"stop":1724918323459,"duration":1}},{"uid":"183d3a20b40afdbe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/183d3a20b40afdbe","status":"passed","time":{"start":1724890071664,"stop":1724890071664,"duration":0}},{"uid":"47ab33c39e2eb4bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/47ab33c39e2eb4bd","status":"passed","time":{"start":1724889207705,"stop":1724889207705,"duration":0}},{"uid":"e713e2790e776a34","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e713e2790e776a34","status":"passed","time":{"start":1724888386325,"stop":1724888386326,"duration":1}},{"uid":"da74ab135b1631c1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/da74ab135b1631c1","status":"passed","time":{"start":1724887153933,"stop":1724887153934,"duration":1}},{"uid":"2f4c349edb443e80","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2f4c349edb443e80","status":"passed","time":{"start":1724886927388,"stop":1724886927388,"duration":0}},{"uid":"e9597d2235c40a4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e9597d2235c40a4","status":"passed","time":{"start":1724862360109,"stop":1724862360109,"duration":0}},{"uid":"eed7f38b295acb4b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/eed7f38b295acb4b","status":"passed","time":{"start":1724861832842,"stop":1724861832842,"duration":0}},{"uid":"3e04376351dbecfa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3e04376351dbecfa","status":"passed","time":{"start":1724861687426,"stop":1724861687427,"duration":1}},{"uid":"84b6753a8a0be4e6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/84b6753a8a0be4e6","status":"passed","time":{"start":1724861513176,"stop":1724861513176,"duration":0}}]},"tags":[]},"source":"ffaf797dcef793fa.json","parameterValues":[]} \ No newline at end of file diff --git a/7346/data/test-cases/ee1297a81d9257be.json b/7376/data/test-cases/ffc149a3f7d3c14b.json similarity index 52% rename from 7346/data/test-cases/ee1297a81d9257be.json rename to 7376/data/test-cases/ffc149a3f7d3c14b.json index 46653ee3242..249e77be283 100644 --- a/7346/data/test-cases/ee1297a81d9257be.json +++ b/7376/data/test-cases/ffc149a3f7d3c14b.json @@ -1 +1 @@ -{"uid":"ee1297a81d9257be","name":"Ping fails for unsubscribed peers","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Ping fails for unsubscribed peers","historyId":"7d8d4c4f231b3503f2de73026edc8ced:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724764956450,"stop":1724764956450,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":28,"unknown":0,"total":28},"items":[{"uid":"2b5297c22a0553f0","reportUrl":"https://waku-org.github.io/js-waku/7345//#testresult/2b5297c22a0553f0","status":"passed","time":{"start":1724764881707,"stop":1724764881707,"duration":0}},{"uid":"49ff1deffa57f5e7","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/49ff1deffa57f5e7","status":"passed","time":{"start":1724763272770,"stop":1724763272771,"duration":1}},{"uid":"1ac84089c8a067af","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/1ac84089c8a067af","status":"passed","time":{"start":1724760509271,"stop":1724760509271,"duration":0}},{"uid":"5e5581babf6c65bb","reportUrl":"https://waku-org.github.io/js-waku/7344//#testresult/5e5581babf6c65bb","status":"passed","time":{"start":1724759530072,"stop":1724759530072,"duration":0}},{"uid":"de4837b34c5ebac0","reportUrl":"https://waku-org.github.io/js-waku/7343//#testresult/de4837b34c5ebac0","status":"passed","time":{"start":1724757727580,"stop":1724757727581,"duration":1}},{"uid":"374f3d12958b25b2","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/374f3d12958b25b2","status":"passed","time":{"start":1724757387015,"stop":1724757387015,"duration":0}},{"uid":"f03ded72577fc8c6","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/f03ded72577fc8c6","status":"passed","time":{"start":1724756777660,"stop":1724756777660,"duration":0}},{"uid":"f6be8e610f3d16a3","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/f6be8e610f3d16a3","status":"passed","time":{"start":1724754800960,"stop":1724754800961,"duration":1}},{"uid":"a0ac7beb1733bea4","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/a0ac7beb1733bea4","status":"passed","time":{"start":1724752227446,"stop":1724752227446,"duration":0}},{"uid":"4b81d429a3251f42","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/4b81d429a3251f42","status":"passed","time":{"start":1724751071162,"stop":1724751071162,"duration":0}},{"uid":"a4f349f926c249fd","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/a4f349f926c249fd","status":"passed","time":{"start":1724750141227,"stop":1724750141228,"duration":1}},{"uid":"a93b1e32bf15b9b7","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/a93b1e32bf15b9b7","status":"passed","time":{"start":1724749160667,"stop":1724749160667,"duration":0}},{"uid":"9041c89b30d5a0d5","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/9041c89b30d5a0d5","status":"passed","time":{"start":1724717458199,"stop":1724717458200,"duration":1}},{"uid":"f9cd00c9c429ad03","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/f9cd00c9c429ad03","status":"passed","time":{"start":1724714689806,"stop":1724714689807,"duration":1}},{"uid":"3ea2176b87a02e39","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/3ea2176b87a02e39","status":"passed","time":{"start":1724712774179,"stop":1724712774180,"duration":1}},{"uid":"d77ec8a10d4f7cd0","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d77ec8a10d4f7cd0","status":"passed","time":{"start":1724705983667,"stop":1724705983668,"duration":1}},{"uid":"82cc922d67dd1e0d","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/82cc922d67dd1e0d","status":"passed","time":{"start":1724704395832,"stop":1724704395832,"duration":0}},{"uid":"230045958e660183","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/230045958e660183","status":"passed","time":{"start":1724683756937,"stop":1724683756937,"duration":0}},{"uid":"67e88d82f0837d96","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/67e88d82f0837d96","status":"passed","time":{"start":1724672480936,"stop":1724672480937,"duration":1}},{"uid":"ed58da741ffc0a78","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/ed58da741ffc0a78","status":"passed","time":{"start":1724670239930,"stop":1724670239930,"duration":0}}]},"tags":[]},"source":"ee1297a81d9257be.json","parameterValues":[]} \ No newline at end of file +{"uid":"ffc149a3f7d3c14b","name":"Ping fails for unsubscribed peers","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Ping fails for unsubscribed peers","historyId":"7d8d4c4f231b3503f2de73026edc8ced:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724922535038,"stop":1724922535038,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter: Peer Management: E2E\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter: Peer Management: E2E"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"af9f8c7a8d55be2e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/af9f8c7a8d55be2e","status":"passed","time":{"start":1724921196356,"stop":1724921196356,"duration":0}},{"uid":"432dbd1be8e8f4a5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/432dbd1be8e8f4a5","status":"passed","time":{"start":1724921173179,"stop":1724921173179,"duration":0}},{"uid":"e61e9dbf7bb0fc74","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e61e9dbf7bb0fc74","status":"passed","time":{"start":1724917930825,"stop":1724917930826,"duration":1}},{"uid":"e29dbab0c9ad6a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e29dbab0c9ad6a7","status":"passed","time":{"start":1724889621016,"stop":1724889621016,"duration":0}},{"uid":"65620aba6e293459","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/65620aba6e293459","status":"passed","time":{"start":1724888759388,"stop":1724888759388,"duration":0}},{"uid":"89b5c4c548f07ad","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/89b5c4c548f07ad","status":"passed","time":{"start":1724888015043,"stop":1724888015043,"duration":0}},{"uid":"35e4595d0d3b2b34","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/35e4595d0d3b2b34","status":"passed","time":{"start":1724886784542,"stop":1724886784542,"duration":0}},{"uid":"d95fb394831466da","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d95fb394831466da","status":"passed","time":{"start":1724886566524,"stop":1724886566525,"duration":1}},{"uid":"ea7a6dd836e2210e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ea7a6dd836e2210e","status":"passed","time":{"start":1724861915533,"stop":1724861915533,"duration":0}},{"uid":"8250edfa58f8e345","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8250edfa58f8e345","status":"passed","time":{"start":1724861379722,"stop":1724861379724,"duration":2}},{"uid":"18b3a69119c5bc2c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/18b3a69119c5bc2c","status":"passed","time":{"start":1724861206875,"stop":1724861206875,"duration":0}},{"uid":"abfbec0b21307dc9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/abfbec0b21307dc9","status":"passed","time":{"start":1724861067558,"stop":1724861067559,"duration":1}}]},"tags":[]},"source":"ffc149a3f7d3c14b.json","parameterValues":[]} \ No newline at end of file diff --git a/7376/data/timeline.json b/7376/data/timeline.json index ddb2a919b92..2857a3d1734 100644 --- a/7376/data/timeline.json +++ b/7376/data/timeline.json @@ -1 +1 @@ -{"uid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","children":[{"name":"should be able to decode the field with only STORE set to true","uid":"94d7d0265deef02e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921045534,"stop":1724921045535,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing special chars","uid":"25bfd0b3fd883a50","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602958,"stop":1724921602958,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"b1308b964a7db8de","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724921515419,"stop":1724921515419,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rs format (Index List)","uid":"1d1c2dd1ef90a4be","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037760,"stop":1724921037761,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"26b5ecbf5b96908f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921297019,"stop":1724921297019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return only bootstrap peers up to maxBootstrapPeers","uid":"ba0c90b0aa7a5066","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921050917,"stop":1724921050917,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and publish message","uid":"2d7f2970ff46242c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921563021,"stop":1724921563021,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","uid":"e53024792f7dfe8f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037648,"stop":1724921037649,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 2 index when there are 4 messages","uid":"a33beda5a3dd897e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921620594,"stop":1724921620594,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 7","uid":"b72e034a574ff9e2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037633,"stop":1724921037633,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` between 2 js-waku relay nodes","uid":"fe5e369e5f5637a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921141187,"stop":1724921141187,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","uid":"e104c11ce0d13e67","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270357,"stop":1724921270357,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"6009f0c5e4688b78","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625066,"stop":1724921625067,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","uid":"f5ff81aa4818e63","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037649,"stop":1724921037649,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should parse and verify and DNS root entry","uid":"f252a888acd21f2c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921061368,"stop":1724921061369,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary serialization","uid":"8c11ae878c60ba23","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921051054,"stop":1724921051054,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","uid":"da4132c642b177e2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037643,"stop":1724921037643,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"ca23129e39bffd4d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625092,"stop":1724921625092,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/2 topic","uid":"96b54f458bd6d1f0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921540107,"stop":1724921540107,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"5f1f5264bf7f3c10","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921045450,"stop":1724921045451,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"1858db6848d61ce3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529565,"stop":1724921529565,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"507c4f7a63459610","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921297007,"stop":1724921297007,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","uid":"314c00ec5eced8dd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921497756,"stop":1724921497756,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty version field","uid":"d877460f4936ccd3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037622,"stop":1724921037622,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"86eedcf7510d4ac9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625040,"stop":1724921625043,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing required configuration","uid":"fed10d8dabb9ea90","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037641,"stop":1724921037642,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","uid":"66b037b4a8cef1ff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270350,"stop":1724921270350,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1724924897150","uid":"f0bb416fc160862e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602989,"stop":1724921602989,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1694162921438","uid":"33af4681fdfb727a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529592,"stop":1724921529592,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"39f4570b0460cbe4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921658745,"stop":1724921658745,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"d56b9116426ba323","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602951,"stop":1724921602951,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"565fc01dc08d53f4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602952,"stop":1724921602952,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/","uid":"b128c6132fadca5b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037649,"stop":1724921037650,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"efa2e919677bca6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921663254,"stop":1724921663254,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"1f03a9853a82bb13","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625076,"stop":1724921625076,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app39/10/topic365/proto","uid":"6ed87024427bc951","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921613052,"stop":1724921613053,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"a6d6093f03a0b3f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921300828,"stop":1724921300828,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"62cf0813f3fd4513","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921046205,"stop":1724921046206,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 764, Shard ID: 602","uid":"1556cf1a20f7d8f3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921619634,"stop":1724921619634,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"cb7f384cd2383350","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515232,"stop":1724921515233,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"edd5c3dd1b4c1391","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921198884,"stop":1724921198884,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should map different content topics to different pubsub topics based on shard index","uid":"f1bf56333f9ca18f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037655,"stop":1724921037655,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect (autosharding)","uid":"e583591bc7915857","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270342,"stop":1724921270343,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 0 connections","uid":"6e20f37f0a7d9f49","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921321309,"stop":1724921321309,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"3d529c610f151dcf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037619,"stop":1724921037620,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"b8d8efd9ed67c195","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270358,"stop":1724921270359,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for every peer with PEER_EXCHANGE tags","uid":"4a484b8ae09191e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921095760,"stop":1724921095761,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"b1f5a5556a6d4f5e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921297001,"stop":1724921297002,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping succeeds for all connected peers","uid":"a206bb49a8e6967f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921196355,"stop":1724921196355,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","uid":"44fbd564f2b07ebb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270366,"stop":1724921270366,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"1eac0b5a5fccbf2c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921379980,"stop":1724921379980,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"acb13426ae59bc3b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270356,"stop":1724921270356,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"861185a2dd8589f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602945,"stop":1724921602945,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"c75832c1edf1453a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921267866,"stop":1724921267866,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"3b38ed6a5095ff0e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625038,"stop":1724921625039,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns a subset of values when wanted number is lesser than available values","uid":"dd6b00d3e69884f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921060546,"stop":1724921060546,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"46cb6165c90353c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602952,"stop":1724921602954,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","uid":"55e06d85242c51f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270361,"stop":1724921270361,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"43b847ff79399a37","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529589,"stop":1724921529589,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"54a92f9cd6e93359","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921073459,"stop":1724921073459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert content topics to PubsubTopics for autosharding","uid":"68bb4be0b88fa096","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037639,"stop":1724921037639,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"6c6dcfad9ce7cf60","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625065,"stop":1724921625066,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"19ef9604a1086272","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921613048,"stop":1724921613048,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping fails for unsubscribed peers","uid":"af9f8c7a8d55be2e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921196356,"stop":1724921196356,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing unicode special characters","uid":"a9a2e90933316b56","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921564777,"stop":1724921564777,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"22d224c4577a0923","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515222,"stop":1724921515222,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"9509b1c3201eb414","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625082,"stop":1724921625082,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect","uid":"becd39806a35b699","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921419682,"stop":1724921419683,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"7b05d4b33d446dfc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921300794,"stop":1724921300828,"duration":34},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"342972e0e2aa70b0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602958,"stop":1724921602959,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","uid":"e0868c71ab09f686","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270353,"stop":1724921270353,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - false","uid":"a22df519cbcb7c3e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921640665,"stop":1724921640666,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"71d62ecc8ba6f628","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921672580,"stop":1724921672581,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"e890a7495904d422","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921296997,"stop":1724921296998,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for insufficient data","uid":"5d6bdc9e7c1ade97","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037761,"stop":1724921037761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"6bd713010c0f06c9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529591,"stop":1724921529591,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"5bf1c08e8925b952","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602960,"stop":1724921602960,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"9529b94b1052fe3e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515249,"stop":1724921515250,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"719aeb0a6f09b8ff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921061620,"stop":1724921061622,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","uid":"8bd10ad930776b3a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921497751,"stop":1724921497751,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /waku/2/content/test.js to shard index 1","uid":"6b3fd67c4e7e6762","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037625,"stop":1724921037625,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","uid":"3a9e5e905752e28f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921669870,"stop":1724921669870,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"7e664bd326bad1d5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529570,"stop":1724921529570,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"2b7b8ca62e5c09da","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625063,"stop":1724921625063,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","uid":"6cfc3bfc9a579daf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037650,"stop":1724921037650,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"uses static shard pubsub topic instead of autosharding when set","uid":"31e7f36015be40b2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921051057,"stop":1724921051058,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe at once to 10000 topics and publish messages","uid":"df430495f36d5327","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921563010,"stop":1724921563010,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Failed peers are renewed","uid":"2c222685a542e0fc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921326304,"stop":1724921326305,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, no signature]","uid":"19f0d8738cefa63e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921073458,"stop":1724921073458,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"b825a2642c164fcb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921564784,"stop":1724921564785,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"9900fd9783bb8945","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921297018,"stop":1724921297018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only STORE set to true","uid":"c01f9552be0d79d6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921045528,"stop":1724921045529,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should error if DNS tree entry is misformatted","uid":"245e853426170402","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921061373,"stop":1724921061373,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","uid":"4922599fdd2c972","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921669871,"stop":1724921669871,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Does not throw an exception when node disconnects","uid":"de1e2293a956f74b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921672580,"stop":1724921672580,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, no signature]","uid":"b129131824274df8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921071991,"stop":1724921071992,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect (autosharding)","uid":"9f7ae10316ae9813","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270343,"stop":1724921270343,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"88e7c7a429e73f95","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625083,"stop":1724921625083,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"f4007157fc245014","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921658740,"stop":1724921658741,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"6609f7a367739bca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921497761,"stop":1724921497762,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"36774146fa4390ff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921663256,"stop":1724921663256,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"9860c0fa9640dedb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921300792,"stop":1724921300794,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"55fd32b5cb831d30","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724921515419,"stop":1724921515419,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"570448f1d3ea5776","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515231,"stop":1724921515231,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"53b104eb1f21da28","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921297018,"stop":1724921297018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"1e09cfa7863a412a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921061620,"stop":1724921061620,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","uid":"beb86ae22843be","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037646,"stop":1724921037647,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"18d49e2c138cae35","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921071994,"stop":1724921071994,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"990a5fb26d78f5c5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921046198,"stop":1724921046198,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"e875276a4d423883","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529587,"stop":1724921529587,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"6491742b08b916b6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921300829,"stop":1724921300829,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"cba0787fc9d90e08","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515220,"stop":1724921515220,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"5db1acdb7642e948","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921677828,"stop":1724921677828,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"1aacb31657ce2e29","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625077,"stop":1724921625078,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only LIGHTPUSH set to true","uid":"c3a479b6898dc842","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921045535,"stop":1724921045535,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"b58210257090c321","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921672581,"stop":1724921672582,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"cc1cb25c5fb5740e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515230,"stop":1724921515231,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return unique PubsubTopics for static sharding","uid":"660f23e1f9201c09","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037639,"stop":1724921037640,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"11478258b73834c9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921198885,"stop":1724921198886,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for peers with PEER_EXCHANGE tags","uid":"27df9a9c148a898","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921095759,"stop":1724921095760,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","uid":"de25339d752dfb10","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270352,"stop":1724921270353,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 1 connections","uid":"98d542a203ea1081","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921321310,"stop":1724921321310,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"b12f795247df9303","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921656194,"stop":1724921656194,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"fccd62677c31b05b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921046199,"stop":1724921046199,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"792ec32bb94df336","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529565,"stop":1724921529566,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"cc7e7e951eb592fc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921380065,"stop":1724921380065,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"62259b84ac0a174d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625093,"stop":1724921625093,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"passes more than one ENR URLs and attempts connection","uid":"3c7d17c1eb4ecf89","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724921098922,"stop":1724921098922,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","uid":"698e0d2a935fa2d7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270344,"stop":1724921270349,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"c256437b5260ae55","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515219,"stop":1724921515219,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"4b2783d435d038b9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625049,"stop":1724921625050,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"d90b592d27ac729e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921267864,"stop":1724921267865,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","uid":"5b48a8122b223c54","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921497759,"stop":1724921497760,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"97acc56c2b9169f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921583486,"stop":1724921583487,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"842ac18cc4e9692c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515221,"stop":1724921515222,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"d5a973d7118120e7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921658747,"stop":1724921658747,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for content topics autosharding","uid":"1bc9f76e644cc778","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037653,"stop":1724921037653,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","uid":"9b9d97f1a0e69d96","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921088189,"stop":1724921088192,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"ba6c47bdcf882140","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921559016,"stop":1724921559017,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"9d095f336f0b48e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602955,"stop":1724921602955,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after service node is restarted","uid":"57adf6c633c7dfd2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724921564784,"stop":1724921564784,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"e45e391caa97f7e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921148662,"stop":1724921148662,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to false","uid":"154d0656330a56cc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921045531,"stop":1724921045532,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"11216abbb15f1827","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921677828,"stop":1724921677828,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: -20000 ms from now","uid":"9bde1852120a429d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921669871,"stop":1724921669872,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","uid":"4ca224e3725f3b5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921050916,"stop":1724921050916,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for static sharding","uid":"10930c72109afabe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037653,"stop":1724921037653,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 322, Shard ID: 212","uid":"734e6544d417ecdb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921619636,"stop":1724921619637,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"39c6e8808cf3a25b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529583,"stop":1724921529583,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"px service nodes not subscribed to the shard should not be dialed","uid":"e7b5afa4e71a3cee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921723784,"stop":1724921723784,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"fea0fb0bfaacf957","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515222,"stop":1724921515222,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"9f3dac79af91b466","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921267873,"stop":1724921267873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 3 connections","uid":"fa9c496b59b6ea30","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921321312,"stop":1724921321312,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"94db25ca37fbe627","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921419681,"stop":1724921419682,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and publish message","uid":"5495b8f2b19be8a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921563014,"stop":1724921563014,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should fail to subscribe with decoder with wrong pubsubTopic","uid":"4f19764bf47cf026","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921164602,"stop":1724921164602,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"acdbd24fcd8f31fc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625082,"stop":1724921625082,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"edddcd3cc138eb85","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921046198,"stop":1724921046199,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"a3d709224d0c390b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724921515257,"stop":1724921515257,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"f7e07250e89d2faf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602945,"stop":1724921602945,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only RELAY enabled","uid":"829903fd84df73fa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921046208,"stop":1724921046208,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app64/5/topic958/json","uid":"576cb870ac5e2284","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921613050,"stop":1724921613051,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - true","uid":"b47994fa314e6490","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921640662,"stop":1724921640662,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"f3c351d23422be3b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515238,"stop":1724921515238,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"d0a175622800a5e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625081,"stop":1724921625082,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and publish message","uid":"17499a4803213f70","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921563017,"stop":1724921563017,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return a calculated topic if SingleShardInfo is provided","uid":"e46ebe55aef5efef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037652,"stop":1724921037652,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"2f3226feb5270c75","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602985,"stop":1724921602986,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with RELAY and FILTER protocols set to true","uid":"3cc723f4023a6d1f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921045532,"stop":1724921045532,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","uid":"38fdd8e9f4ca430f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"broken","time":{"start":1724921497761,"stop":1724921497761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","uid":"55482b4400b3610f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037652,"stop":1724921037652,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"ea7d8fbfbea10b4f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515223,"stop":1724921515224,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: 40000 ms from now","uid":"b7e661092e377f10","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921669872,"stop":1724921669872,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"232cef48ddee9e31","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625079,"stop":1724921625079,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"2dd3224f8c1c5f9c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602960,"stop":1724921602960,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty topic name field","uid":"62391f629dbd3c53","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037622,"stop":1724921037623,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"2a8b157f2e0f69c6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921071992,"stop":1724921071993,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 0","uid":"b9bf68e62d8997a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037640,"stop":1724921037640,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"2da6d1637bc54721","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921158279,"stop":1724921158280,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"9862a071b49b479c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625094,"stop":1724921625094,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong content topic","uid":"322d9184bfa451f4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921564782,"stop":1724921564783,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with generation field greater than 0","uid":"a777e19e857fd151","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037621,"stop":1724921037621,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"c1f0804d1483cf01","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529588,"stop":1724921529588,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"e7013a29c3a3bbdb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515236,"stop":1724921515236,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","uid":"abcc40ea23334fcb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921669869,"stop":1724921669869,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","uid":"1efbaf9fffa74590","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037644,"stop":1724921037644,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"b20ae5c0aa75cb88","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625085,"stop":1724921625085,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"b22f5ba160756d28","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921665482,"stop":1724921665482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay and store capability","uid":"95838baf8796a018","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921061849,"stop":1724921061849,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"431535a9548970b5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921128567,"stop":1724921128568,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"50c9c7dd60f00b11","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625093,"stop":1724921625094,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 3 when there are 20 messages","uid":"4af30a605653ec21","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921656191,"stop":1724921656192,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"df97cfc0fb2ea698","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921559011,"stop":1724921559012,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"4a9e7cea474243c6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921072291,"stop":1724921072291,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number is greater than available values","uid":"8ce4c050b04bfe49","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921060545,"stop":1724921060546,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"d234033f2aa08804","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921158281,"stop":1724921158282,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"17161b74d5c9dd0b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921072291,"stop":1724921072292,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"7f5c7192b2cf8e12","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921061848,"stop":1724921061848,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing long","uid":"56270c4ee8247b44","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602956,"stop":1724921602957,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"cd746ba20a145eaa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270365,"stop":1724921270366,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"7504173fb531a2ac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921658746,"stop":1724921658746,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered callback, aborts when callback returns true","uid":"dc98425d6efb3ce3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921663255,"stop":1724921663256,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 673, Shard ID: 32","uid":"97cc61a059faf695","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921619637,"stop":1724921619638,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and publish message","uid":"fe941fc0fd498207","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921563020,"stop":1724921563020,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"9db35cd4c5c68a66","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625037,"stop":1724921625038,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724921087396 ","uid":"c7088876be831e9f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515248,"stop":1724921515248,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with all protocols disabled","uid":"841e7b02904a2c8e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921046207,"stop":1724921046207,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"e76f2b61f95f7cd5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515221,"stop":1724921515221,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing special chars","uid":"4b0c7e35cd764ab0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529583,"stop":1724921529584,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","uid":"b444d838d3b1db3e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921497759,"stop":1724921497759,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"e06edffcca43be63","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921564772,"stop":1724921564772,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"b41dfca9f4a17c17","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515250,"stop":1724921515252,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"92f6755794356414","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724921515258,"stop":1724921515258,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"b067aa7821b49b78","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921065908,"stop":1724921065908,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","uid":"6834b27dc72b33d9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270366,"stop":1724921270366,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"81ba405379ee4ba7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037654,"stop":1724921037654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"c172437eb941ed5e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515220,"stop":1724921515220,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use the provided clusterId for the pubsub topic","uid":"662b430445e0dcdb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037655,"stop":1724921037655,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"3fd2a55cf1c5c71d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921677828,"stop":1724921677829,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:offline` event only when all peers disconnect","uid":"c5556ceddf3b5f9a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921141186,"stop":1724921141187,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"68c5070683811b4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921379979,"stop":1724921379979,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (branch): should parse and verify a single component DNS branch entry","uid":"5f24c238099ee543","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921061374,"stop":1724921061374,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724921087396 ","uid":"883d395d3a232e57","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515225,"stop":1724921515226,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","uid":"c10d6e09cfe0b3a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921061374,"stop":1724921061375,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"a8c0dbd5cd6abe23","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625047,"stop":1724921625048,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"7ba3f2593d964eca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724921267899,"stop":1724921267899,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"c44fed0533063481","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921065909,"stop":1724921065910,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"909663107e92256e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921658745,"stop":1724921658746,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","uid":"eac57ea6dd1d2f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037644,"stop":1724921037645,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"4f731215e17475bd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625074,"stop":1724921625074,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"3fd0a94d9ad4d3a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602961,"stop":1724921602961,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for empty SingleShardInfos array","uid":"fd88698b1bb3f570","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037638,"stop":1724921037638,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"54dd92e7143517ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921723784,"stop":1724921723785,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /toychat/2/huilong/proto to shard index 3","uid":"507ea799c1473841","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037624,"stop":1724921037624,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"51cbccb89f3f23ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921640397,"stop":1724921640398,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"38858c06b059a539","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921297010,"stop":1724921297011,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"70032703f5dbaf2a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921497756,"stop":1724921497756,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return empty list for no shard","uid":"d26b319ec6c2ccf7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037641,"stop":1724921037641,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no pubsub topic is not received","uid":"429c7ffb9b83651a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921267874,"stop":1724921267880,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"a8e92c60d9573786","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921658746,"stop":1724921658747,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with empty text","uid":"ce7643567f9afbf0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921564782,"stop":1724921564782,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing sharding configuration","uid":"cb162c1bfd3d995f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037654,"stop":1724921037654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"141d2d31997f5821","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921267881,"stop":1724921267881,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"57349f756194d881","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529573,"stop":1724921529575,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"f52eac6f5e3afc98","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602959,"stop":1724921602959,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"67dd8fc2974c3527","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921128566,"stop":1724921128566,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","uid":"5a233612831f2928","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037645,"stop":1724921037646,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing unicode special characters","uid":"5890253cd3db5580","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602976,"stop":1724921602977,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return all peers when numPeers is 0","uid":"dd39287a43016ecc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921050915,"stop":1724921050915,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"cf23b5cc6d6aefbd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921640398,"stop":1724921640398,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 10 when there are 10 messages","uid":"c1c5fb2c34546d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921656192,"stop":1724921656192,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"c341e65d8d2df067","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921640400,"stop":1724921640400,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"8f14b51b7381e754","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625092,"stop":1724921625092,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"3c1cc34ce66e1cc2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270338,"stop":1724921270339,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with size larger than 1 MB","uid":"86b051aab211a1d3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921564783,"stop":1724921564783,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","uid":"f2be7481138e906","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270357,"stop":1724921270358,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","uid":"827ddc623973d149","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270365,"stop":1724921270365,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","uid":"74dd3ee92a40c8e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921540108,"stop":1724921540108,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"ca4ab4c102fe0889","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921046205,"stop":1724921046205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","uid":"1bef7e84b6511509","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"broken","time":{"start":1724921497758,"stop":1724921497758,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"1ac9e709ba47a446","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921046200,"stop":1724921046201,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"2a7bd63b41199071","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921267871,"stop":1724921267871,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"ae4b6c09dd2e3130","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921419682,"stop":1724921419682,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 1","uid":"fce2d6f395d59011","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037640,"stop":1724921037640,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for an unconfigured topic","uid":"cad5c4a34408dcf9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037651,"stop":1724921037652,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"14cbcc48d0fac80d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921267873,"stop":1724921267874,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and publish message","uid":"737256e492c16b8e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921563018,"stop":1724921563018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected between 2 js-waku relay nodes","uid":"9cbe4e46a0d9855a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921141201,"stop":1724921141201,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only FILTER set to true","uid":"40a7911f97643c4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921045529,"stop":1724921045529,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Tracks peer failures correctly","uid":"3542fa53e2840b8e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921196358,"stop":1724921196358,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"1794b2a18690e6a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921723783,"stop":1724921723784,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"f31280671ff3d9d4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625080,"stop":1724921625080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"dd23aaa5ad7b74c3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529584,"stop":1724921529584,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"e8ca67ee3c87efc3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515222,"stop":1724921515223,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /statusim/1/community/cbor to shard index 4","uid":"74ee1a35ac2bd4e4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037631,"stop":1724921037632,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle corrupted local storage data gracefully","uid":"4169eb8dce4c22b5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921065913,"stop":1724921065913,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"561ee8a433478ce","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921620610,"stop":1724921620611,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"b91d4f87c9e1e882","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625091,"stop":1724921625092,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","uid":"b58d1a77e5fc54e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270367,"stop":1724921270367,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"320d1b37e77959fb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625033,"stop":1724921625034,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"9d6ba223c43187e9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724921563011,"stop":1724921563011,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"1ae99eb780a949d3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921148663,"stop":1724921148663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"47aecb8f33927f95","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529571,"stop":1724921529571,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"4539a613514e231b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529570,"stop":1724921529570,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"a1b74da9bbadeb20","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921046197,"stop":1724921046197,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish messages on 2 different content topics","uid":"5c2e2f260f1457e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921563008,"stop":1724921563008,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"3ba9120d1e103abd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921297000,"stop":1724921297001,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"e300b2384d6b6444","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625080,"stop":1724921625080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"ad029ca824037832","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602961,"stop":1724921602967,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"3fdd119d70884757","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921267867,"stop":1724921267867,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"d5a18059ea5bcee2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921061619,"stop":1724921061619,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","uid":"71c79e9a049dbf03","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037645,"stop":1724921037645,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is true","uid":"ce56713ab1839f8e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921656080,"stop":1724921656080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"98f22b23ba12d089","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602983,"stop":1724921602983,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and publish message","uid":"243d02fe3bba1954","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921563021,"stop":1724921563021,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"59cd3b5059e8dd2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625050,"stop":1724921625062,"duration":12},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"4d3fda186b727c06","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921423894,"stop":1724921423895,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"df94b1349293f8bf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270363,"stop":1724921270364,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"58d5c2c4d8265e58","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921051056,"stop":1724921051057,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"456db820fbaf764b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921665483,"stop":1724921665483,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"6f989cc418aec268","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602957,"stop":1724921602958,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"8b5e095b44e4c4f1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921267867,"stop":1724921267867,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"e9e919bdf22807c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921098919,"stop":1724921098920,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"6564cbbd37fe18cb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921098918,"stop":1724921098918,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","uid":"d36404b715e7ec43","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921669870,"stop":1724921669870,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with too few or too many fields","uid":"b7b0151897eef35e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037620,"stop":1724921037620,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"aec3877cce3faa28","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625045,"stop":1724921625046,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"beb7618bba17a787","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921559018,"stop":1724921559019,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 0 connections","uid":"793cc19652c125b6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921321310,"stop":1724921321310,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"f511ee9444759abd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625064,"stop":1724921625065,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"4711bec367d87146","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921538593,"stop":1724921538593,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"shard 0","uid":"4a4b6d7da7eed8f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921619627,"stop":1724921619627,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert a SingleShardInfo object to the correct PubsubTopic","uid":"4549a666b90f29ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037637,"stop":1724921037637,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"d9106693e18881fb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921297015,"stop":1724921297016,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","uid":"d54c158d1973740","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724921061852,"stop":1724921061852,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"c7ce589f46dba351","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921099697,"stop":1724921099698,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"9899d7be1f78a7f5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037636,"stop":1724921037636,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 20 messages","uid":"3d0a3dae0399f200","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921620596,"stop":1724921620602,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1694162897150","uid":"649407e5f82ef65b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602986,"stop":1724921602987,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"304977d6c5e2c9c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515252,"stop":1724921515253,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for SingleShardInfos with different clusterIds","uid":"453971419b14a781","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037638,"stop":1724921037639,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different content topic format","uid":"7d38d57bd1c2141b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921663254,"stop":1724921663254,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","uid":"eefd350acbced041","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037653,"stop":1724921037653,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","uid":"3e775a524f387094","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037631,"stop":1724921037631,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"8b09fe843c63e42b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921677826,"stop":1724921677826,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"a2e25721a3b7cf1f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921297016,"stop":1724921297016,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Basic HTML tag","uid":"b87b4a25c6359604","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602961,"stop":1724921602961,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"d7f136290a5ead37","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921051055,"stop":1724921051055,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create peer info with all multiaddrs","uid":"31075a05df1454a6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921046207,"stop":1724921046207,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"2bc4bfce2d4b5024","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625079,"stop":1724921625079,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"c41c35dbc849f2a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921564773,"stop":1724921564773,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"fdf4051670a32c58","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921099698,"stop":1724921099698,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - false","uid":"6fc875120106ada0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921640663,"stop":1724921640663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","uid":"dd8abdc0d7a442a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037648,"stop":1724921037648,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"62c3185d6cb3fec9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921564773,"stop":1724921564774,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only RELAY set to true","uid":"dcf95fdb236261fb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921045533,"stop":1724921045534,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"12dc4d7b693e9e32","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625083,"stop":1724921625083,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"1bf639790a8f80a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921046197,"stop":1724921046197,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"ac1c9306ef7a24b8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921297019,"stop":1724921297019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with size larger than 1 MB","uid":"c0159d10c6efdc01","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921564783,"stop":1724921564784,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"d39e733702a7b73e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921065909,"stop":1724921065909,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"87186ffa659a4974","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529566,"stop":1724921529567,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"10642c68b780d604","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921559015,"stop":1724921559016,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"566a4241c4c286f4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921073460,"stop":1724921073460,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"3fab53b05e85a6ca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515254,"stop":1724921515255,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"13f90dc2b9de9a38","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921564785,"stop":1724921564785,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"ea901a6e62efd2a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625084,"stop":1724921625085,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"24ac82609562db1f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921164606,"stop":1724921164608,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"621841b906bd8e31","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921613055,"stop":1724921613056,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"c7724d5ba18196f0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037638,"stop":1724921037638,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called at least once on all `peer:discovery` events","uid":"21de58c2d261e598","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921095756,"stop":1724921095757,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receiving a ping from a peer does not overwrite shard info","uid":"30ca862286538063","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921419681,"stop":1724921419681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /myapp/1/latest/proto to shard index 0","uid":"8c633cd02e4bcaf1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037624,"stop":1724921037625,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"caeaa56db3e7fb19","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921296999,"stop":1724921297000,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"fd2b4568801fb0ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529575,"stop":1724921529576,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"b76d6413d2b43219","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921665482,"stop":1724921665483,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"23449d9e4a8ee0dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921065910,"stop":1724921065910,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"2b1675ccda598740","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921267870,"stop":1724921267870,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"529f41f06281e81","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921297011,"stop":1724921297012,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","uid":"58a740f1963eaf0e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270360,"stop":1724921270361,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","uid":"d64c18074186ffcf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037648,"stop":1724921037648,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"c17f6fd031e816ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921128570,"stop":1724921128571,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should parse a DNS tree entry","uid":"b64150420c9fd4f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921061371,"stop":1724921061371,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"e94ea2bd984dd91b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529572,"stop":1724921529573,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"646dea1c4b09fb48","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921564774,"stop":1724921564774,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"dfc3da3f2d3f785b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515232,"stop":1724921515232,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"1fa87ef30ba02d51","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921300790,"stop":1724921300791,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"6d16a328400bf7c8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921098907,"stop":1724921098907,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (2) when cannot fulfill all requirements","uid":"e680620a44099ea2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921061850,"stop":1724921061851,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"6b8e435e99e74df4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921677829,"stop":1724921677830,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","uid":"d955e8daf35371da","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270356,"stop":1724921270357,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"f6e069d3dc4eb0fc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625067,"stop":1724921625068,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"ccf0ac6e277c9e3e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515230,"stop":1724921515230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"13c80ad05d468c2e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921065911,"stop":1724921065911,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"e31964344df6de97","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921300786,"stop":1724921300787,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"1b492faa962be216","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515223,"stop":1724921515223,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"9c58dd9387584bc4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921300829,"stop":1724921300829,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"1356912a63875a59","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724921583487,"stop":1724921583487,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"4bd7321f825ce063","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515221,"stop":1724921515221,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"9f8711989140f1fa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921297016,"stop":1724921297017,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect (autosharding)","uid":"d8ac6ec6daf2e019","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270342,"stop":1724921270342,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"f062321816c6cf2f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921677829,"stop":1724921677829,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"e1b5e0c8a84169a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921619641,"stop":1724921619641,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 595, Shard ID: 275","uid":"5cb3e839e5721dca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921619630,"stop":1724921619631,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"1cbc075455c3f692","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921677827,"stop":1724921677828,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"5b0232bf0f64615e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270351,"stop":1724921270351,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"c481b454548f2601","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921148662,"stop":1724921148663,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"83696c2e74b4d842","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515253,"stop":1724921515254,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Init the array if not present","uid":"5fc36053a2125c3a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037308,"stop":1724921037310,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"7b17ab9ffe856cd9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921267866,"stop":1724921267867,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"71f8bf5218558e3d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529594,"stop":1724921529594,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"4a240941df5f3929","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625094,"stop":1724921625094,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"50bd4e105c3a34e4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921267865,"stop":1724921267866,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No message returned","uid":"136ce23951b60c81","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921640400,"stop":1724921640401,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"548e272a87163904","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921046209,"stop":1724921046210,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"b3a49f0b73181b58","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515237,"stop":1724921515237,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"e485ac251e5637ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921267871,"stop":1724921267871,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"732443f475970847","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724921515419,"stop":1724921515419,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit events and trasition isConnected state when has peers or no peers","uid":"f97eb75c6e81cac2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921088200,"stop":1724921088202,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:bootstrap` event when a peer is connected","uid":"b73f8e7b202125ea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921088194,"stop":1724921088196,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe one by one to 100 topics and publish messages","uid":"885ad9085c153fc6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921563009,"stop":1724921563010,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with non-number generation field","uid":"2e7abba2fea39d56","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037620,"stop":1724921037621,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"fbb6279728e215d5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921559012,"stop":1724921559013,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"4ca5a5c4f05860b9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921051057,"stop":1724921051057,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"2130b1e19ec9a39c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921296995,"stop":1724921296995,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Thu Aug 29 2024 07:52:18 GMT+0000 (Coordinated Universal Time)","uid":"f477565970dcb5e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921564779,"stop":1724921564781,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"6094a650007372ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921658741,"stop":1724921658742,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","uid":"3d9cfee103242d68","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037646,"stop":1724921037646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"97b967044d80a609","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270353,"stop":1724921270354,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and publish message","uid":"95f74d7bba4e9aa3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921563012,"stop":1724921563012,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1724924921438","uid":"6b0b7a7ef96079f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529593,"stop":1724921529593,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"c3b43a70a8e92324","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921051056,"stop":1724921051056,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Thu Aug 29 2024 09:52:18 GMT+0000 (Coordinated Universal Time)","uid":"e2a2076bc9823386","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921564781,"stop":1724921564781,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing long","uid":"1e4c46fddde52fc4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529581,"stop":1724921529582,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 0 index when there are 20 messages","uid":"6e93bfcb3caffb93","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921620594,"stop":1724921620594,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"e67d64c4c2c9220b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037618,"stop":1724921037618,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app52/10/topic952/xml","uid":"efc70e3398d1c1c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921613053,"stop":1724921613054,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"b721cac1c680cce7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921297002,"stop":1724921297003,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"619ce2fea4ad8e7e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921096286,"stop":1724921096287,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"bc16ba5b687a43db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529593,"stop":1724921529593,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"4bca3b450984efe4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921148663,"stop":1724921148663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"d4aeb13d938bf2dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515238,"stop":1724921515238,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr with tcp successfully","uid":"480e81ebccb0e1bd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921046196,"stop":1724921046196,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fields are not dropped","uid":"823bbc273d97879a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921050406,"stop":1724921050407,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","uid":"bf50ae68b948f731","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270360,"stop":1724921270360,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"da327398b7d68cc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515231,"stop":1724921515231,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"1b5565ebb7b12e45","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921563003,"stop":1724921563004,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and publish message","uid":"f8e8a3c58c05f4f4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921563017,"stop":1724921563017,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - true","uid":"37ad946f1220bc7d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921640664,"stop":1724921640664,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","uid":"225ee1841fcdf495","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037650,"stop":1724921037650,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"af212c853f102bd1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921164599,"stop":1724921164599,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"de4bbd9198c25edc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602943,"stop":1724921602943,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"new peer added after a peer was already found","uid":"44d1c1be0a6e52ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724921583487,"stop":1724921583487,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"ed11507b7df4574e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921297006,"stop":1724921297007,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"73b182a5cd16618c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515219,"stop":1724921515220,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"ba99988ac84ac02f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625081,"stop":1724921625081,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"9e88ba296b98fe78","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529578,"stop":1724921529579,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups multiple content topics into the same pubsub topic when they share the same shard index","uid":"266b4c134a4ca33c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037635,"stop":1724921037636,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"e85ba90f3b36669","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921128569,"stop":1724921128570,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Accepts a valid Waku Message","uid":"577bddb44087ca5d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921054319,"stop":1724921054320,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"e7588d86f9dce349","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921563005,"stop":1724921563006,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 422, Shard ID: 213","uid":"b7bb9c122c7e4834","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921619638,"stop":1724921619639,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"6ce475934c976a28","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921613057,"stop":1724921613058,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 0 when there are 110 messages","uid":"e7bed797b82920c9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921656188,"stop":1724921656189,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error for a single configured topic","uid":"f92f81baa9a737a2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037650,"stop":1724921037651,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","uid":"c545b1ce7159876c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037646,"stop":1724921037646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"841549f8241a4f48","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602941,"stop":1724921602943,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"ed2a14e205f5466b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921297003,"stop":1724921297004,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and publish message","uid":"377db6bfc8ec650f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921563020,"stop":1724921563020,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","uid":"a4a676297003c3ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037649,"stop":1724921037649,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"5cb7cc7c350d2ef6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529567,"stop":1724921529568,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"734c22d4ba18bc52","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921045449,"stop":1724921045450,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"29ffafe1dc588c79","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625034,"stop":1724921625035,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 447, Shard ID: 662","uid":"57e3b6cb900b6f2e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921619629,"stop":1724921619630,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","uid":"bb1ca02f3e5b2dda","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037634,"stop":1724921037634,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 3 connections","uid":"62c003fcc12ff210","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921321312,"stop":1724921321312,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"cab562aa51b22dc4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602984,"stop":1724921602984,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"4c006ef5ce823ca3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529590,"stop":1724921529590,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"ffa356eede5230f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921267868,"stop":1724921267869,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish 10000 messages on the same topic","uid":"ee3979b706e661d4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921563007,"stop":1724921563008,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with unicode special characters payload","uid":"23d9a2e88dcc4fbe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529576,"stop":1724921529577,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"19c216099db73e59","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921564770,"stop":1724921564771,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"2fd29cae77fd0e50","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625076,"stop":1724921625077,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"9f5a16b5e31e3b2d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921071995,"stop":1724921071995,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use DNS peer discovery with light client","uid":"561afc3a299244ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724921098921,"stop":1724921098921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"b64a747a94bdb9df","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921677827,"stop":1724921677827,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"65262cf4bafeb989","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921677827,"stop":1724921677827,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and publish message","uid":"db56a3454154209a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921563016,"stop":1724921563017,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"9c76f003f68108c3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515233,"stop":1724921515233,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"6c77036f707e3742","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625078,"stop":1724921625078,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"35e2db6a72b5be26","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921564777,"stop":1724921564777,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"6cc341158100df7c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921267881,"stop":1724921267898,"duration":17},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 2 connections","uid":"16e894829a2892ce","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921321311,"stop":1724921321311,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","uid":"967b3f3488710c87","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270354,"stop":1724921270354,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is false","uid":"eee3cfa6fcb5d027","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921656081,"stop":1724921656081,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"37f75bc7a8ed7232","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921073461,"stop":1724921073461,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"b969b359e3eb914e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921046201,"stop":1724921046201,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise, aborts when callback returns true","uid":"aff18ca3b399db3a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921663255,"stop":1724921663255,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"69beb220f7308151","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602941,"stop":1724921602941,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app40/8/topic364/utf8","uid":"771211132473dead","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921613049,"stop":1724921613050,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Throws when trying to push message with empty payload","uid":"4ccce9c4eac5b62d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602955,"stop":1724921602956,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"f5d59bb9ef074646","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921564772,"stop":1724921564772,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta attribute not present)","uid":"7ea8b4edebffe8ae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921040180,"stop":1724921040180,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"5558b84675d82429","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515218,"stop":1724921515218,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","uid":"9d4b1e7ddcc6f54f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921564778,"stop":1724921564778,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple pubsub topics","uid":"a2412a2a27e99c44","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921619640,"stop":1724921619640,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","uid":"4b2d9748a50e8bf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037634,"stop":1724921037634,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"b29a311e728de486","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921073459,"stop":1724921073459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only FILTER enabled","uid":"b1f8668fe00e90c7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921046209,"stop":1724921046209,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"90459e9c1f5eef8c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625048,"stop":1724921625049,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","uid":"bde2e8fe97db1164","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921669869,"stop":1724921669869,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"6f128345979a0ee9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921658744,"stop":1724921658745,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update shard info","uid":"139a37b8cb2c8888","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921498166,"stop":1724921498167,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","uid":"97f514d7c2ca01cb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270364,"stop":1724921270364,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"12422953122c0514","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921379978,"stop":1724921379978,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic","uid":"3b9d7d25cc00d054","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037654,"stop":1724921037654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid ENR with multiaddrs successfully [shared test vector]","uid":"b73081720c9466d3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921046196,"stop":1724921046196,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app68/6/topic182/xml","uid":"a096303cced7eae1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921613055,"stop":1724921613055,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should fail to subscribe with decoder with wrong pubsubTopic","uid":"f47fc99520fc0fba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921164608,"stop":1724921164608,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","uid":"6cc069dc9d385495","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270351,"stop":1724921270351,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","uid":"9685434f953e5fc1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270355,"stop":1724921270356,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with store capability","uid":"42be8292f8cf9f05","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921061850,"stop":1724921061850,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 10 index when there are 40 messages","uid":"211fe50555a2ab70","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921620594,"stop":1724921620595,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app77/8/topic221/proto","uid":"c743c9f41a83bfff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921613054,"stop":1724921613054,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No message returned","uid":"c526609e511a3e4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921640402,"stop":1724921640402,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"20feb5f64781035d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515249,"stop":1724921515249,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"1ef9fd84f68eab47","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625094,"stop":1724921625095,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","uid":"ff62bef00a3111c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037647,"stop":1724921037647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only FILTER set to true","uid":"9544ac93a445c4e5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921045534,"stop":1724921045534,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"6c709d1b0fbb1aa8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921379978,"stop":1724921379979,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"bd2abdf0a6e27dbc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921071993,"stop":1724921071993,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta size of 64 bytes)","uid":"5259d11ad9f9236b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921040179,"stop":1724921040179,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"895e02af6eeb9af0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515255,"stop":1724921515256,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be online or offline if network state changed","uid":"922fb08040cbb24d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921088202,"stop":1724921088203,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect","uid":"6ea1aef148ec4e8b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270340,"stop":1724921270341,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"540c86fec566c5ae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602990,"stop":1724921602990,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","uid":"610cc37a108877d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921497755,"stop":1724921497755,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"ed61c04b70778bc4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921164604,"stop":1724921164605,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"124938ee1bbe0a57","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921564773,"stop":1724921564773,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with RELAY and FILTER protocols set to true","uid":"b44ef3349f8ee6a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921045536,"stop":1724921045537,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"30b246bd6558c997","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921164591,"stop":1724921164592,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","uid":"debcddba4baa6d3e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270352,"stop":1724921270352,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"7389501880c773fd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529571,"stop":1724921529572,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"144200d4270541d6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921379979,"stop":1724921379979,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","uid":"ed2db9c3dd027f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037647,"stop":1724921037647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"59990939eb569685","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515224,"stop":1724921515225,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"e3e4ce9f84eeedba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921128567,"stop":1724921128567,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update multiaddrs","uid":"8058e20495b61928","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921498166,"stop":1724921498166,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple content topics","uid":"94990502706a1b18","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921613056,"stop":1724921613057,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"c1d8151468e3b86c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515228,"stop":1724921515228,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","uid":"3dde28a496732b38","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270359,"stop":1724921270360,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","uid":"4e65c78187612109","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921196358,"stop":1724921196358,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"c4ab663adef46592","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921563006,"stop":1724921563007,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"a1d665da1ce4fb78","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921563004,"stop":1724921563005,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"d8d819833e2e4e85","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921267868,"stop":1724921267868,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"ea5fcd3642331c2c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921296998,"stop":1724921296999,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"4d360ace2f60a101","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921164595,"stop":1724921164595,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"efccbdb4e965ee09","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921297004,"stop":1724921297005,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to true","uid":"5518751c2318af6c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921045535,"stop":1724921045536,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","uid":"7e09e57893b8cc62","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037761,"stop":1724921037761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and publish message","uid":"96375094dcc5371b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921563019,"stop":1724921563019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry signature is invalid","uid":"a9c66d064d6c5e66","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921061370,"stop":1724921061370,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","uid":"d9acf6fecda7e4dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921095758,"stop":1724921095759,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"7ed6550d8a212f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921065911,"stop":1724921065912,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect","uid":"897ab3a0d540ccf9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270341,"stop":1724921270341,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"f0245e71ccb34948","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921158277,"stop":1724921158278,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"7ebf0ee987b24b7e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515226,"stop":1724921515227,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"fbe61787db9c75","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515236,"stop":1724921515236,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"945c6b0d9b10d247","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921297017,"stop":1724921297017,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"b09e923d197585fc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602984,"stop":1724921602985,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty application field","uid":"21eb89b7a11d37c0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037621,"stop":1724921037622,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"6427376602917948","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921379981,"stop":1724921379981,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:online` event only when first peer is connected","uid":"b5fdb06c3986f26b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921141186,"stop":1724921141186,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"cc0ebfd5dd2e5344","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921538594,"stop":1724921538594,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"af5f6ba77a50af2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270343,"stop":1724921270344,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"7eedf028c7830766","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921198886,"stop":1724921198886,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"f37aabe1e73c884f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921046199,"stop":1724921046200,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only LIGHTPUSH set to true","uid":"d6ac9aef57299857","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921045530,"stop":1724921045530,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"7b885b66348c91eb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921423893,"stop":1724921423894,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only LIGHTPUSH enabled","uid":"d65553ec6b4879b0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921046209,"stop":1724921046209,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"d4b82edc613caec9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921517832,"stop":1724921517832,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"5076bcf531f8dd6b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921128572,"stop":1724921128582,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"50e30b36a505f008","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625093,"stop":1724921625093,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect","uid":"e225e38fd56cca83","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921419683,"stop":1724921419683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"62c78882ad8ff8f1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625090,"stop":1724921625091,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"492e87a099129c9c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921267880,"stop":1724921267880,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"21677b0b3bf04bcd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515237,"stop":1724921515237,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"d21f48688d478da7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724921563011,"stop":1724921563012,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after client node is restarted","uid":"ea8d07059b4daa4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724921564784,"stop":1724921564784,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is false","uid":"bd982cf118f543d4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921656079,"stop":1724921656080,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"a065e38701082722","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529586,"stop":1724921529586,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 110 when there are 120 messages","uid":"411e8c6df063dcb8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921656193,"stop":1724921656193,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"2f8f4d984f5a044","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921640399,"stop":1724921640399,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"8fa67dc09f551a36","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921164605,"stop":1724921164606,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"3eb519b696882f18","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921538593,"stop":1724921538594,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1724917721438","uid":"f8c05bc6601b7204","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529593,"stop":1724921529593,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"9e2fd0a400e1f2f5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921379980,"stop":1724921379980,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"2cc2caaa2ff0ede4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921564778,"stop":1724921564778,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"d62e023caaab4937","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921046206,"stop":1724921046206,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"7c340300340dcc4e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921046195,"stop":1724921046195,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","uid":"32f538666d902a0a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921540110,"stop":1724921540110,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"90591eebaf76809d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921620609,"stop":1724921620609,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"9be9d3f398baf79","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921613047,"stop":1724921613047,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"1362e0f28d13ce9e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515238,"stop":1724921515239,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"6b188056243c0f10","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921141188,"stop":1724921141200,"duration":12},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","uid":"9580e849b067d559","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921497762,"stop":1724921497762,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"ff1eee42f52f0024","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625082,"stop":1724921625083,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","uid":"e8066380dcbf1780","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037644,"stop":1724921037644,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"7b0bf39147f7e91","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625070,"stop":1724921625073,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"6a0ba7ef0ef2b573","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921640401,"stop":1724921640401,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should process correctly when SingleShardInfo has no clusterId but has a shard","uid":"aab5b470e2498281","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037653,"stop":1724921037653,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"8856151394015ef7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921267869,"stop":1724921267870,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic for different network shard sizes","uid":"730098fbcbfc6c28","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037655,"stop":1724921037655,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 613, Shard ID: 314","uid":"3967a91bdaaa4572","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921619639,"stop":1724921619640,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty shard should fail","uid":"639ac34f37759bd7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921619641,"stop":1724921619641,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"5bfd592b80c1d3b9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921098907,"stop":1724921098913,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"bd2728d7555f7197","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921379981,"stop":1724921379981,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"8b3cfea0817c9786","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921297012,"stop":1724921297015,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"2af4268575210a4a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921564776,"stop":1724921564777,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should load peers from local storage and dispatch events","uid":"9d96481970d1e637","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921065912,"stop":1724921065912,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"76a24f27b4f7d184","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921198885,"stop":1724921198885,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"1392a9091b368f92","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921672579,"stop":1724921672579,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"5e5c15f6b2f8f1d1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602950,"stop":1724921602951,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","uid":"97a38bc575111e52","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921669871,"stop":1724921669871,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"5507f91b52ba9e50","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625046,"stop":1724921625047,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"f3ed401537efdd33","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921267874,"stop":1724921267874,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing invalid cursor","uid":"ca2419c1b243b65e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921620609,"stop":1724921620610,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"6eb366566cf83622","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037654,"stop":1724921037654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","uid":"3f2d46c92a16308d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921669871,"stop":1724921669871,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"d249d79efd8490d6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625085,"stop":1724921625090,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"65eff275352e9750","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921198885,"stop":1724921198885,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only RELAY set to true","uid":"79d8ae281a8c9063","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921045527,"stop":1724921045528,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 165, Shard ID: 790","uid":"cd5f29959e124560","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921619635,"stop":1724921619636,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724921087396000000 ","uid":"88d148067d113715","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515239,"stop":1724921515239,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (no timestamp)","uid":"5e3194cde2657de2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921040180,"stop":1724921040181,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"d5c147601d7ae483","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921071994,"stop":1724921071994,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from multiple nwaku nodes","uid":"f58c94273ed9034f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921297020,"stop":1724921297020,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Basic HTML tag","uid":"7555b23f6adde640","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921564775,"stop":1724921564776,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only STORE enabled","uid":"15f156674dabe4af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921046208,"stop":1724921046208,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"d1997c55de9fc524","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921158276,"stop":1724921158277,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","uid":"b38193daee49975","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921061372,"stop":1724921061372,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"e638d479c183c82a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515224,"stop":1724921515224,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"324b68e7b2e901a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921540107,"stop":1724921540108,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app47/7/topic631/xml","uid":"bf6f205c31d5a7a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921613054,"stop":1724921613054,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"ac3968fe83dcebb5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037760,"stop":1724921037760,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"PeerStore has remote peer's shard info after successful connection","uid":"3f5310b2b152d558","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921419680,"stop":1724921419680,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"f32b80fa88ae5b94","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625033,"stop":1724921625033,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 50 messages","uid":"4f8370cac43d0268","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921620602,"stop":1724921620602,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"bb6ada565bb08e89","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625077,"stop":1724921625077,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"86776a82259ddb4c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921640400,"stop":1724921640400,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"1d2dd9c2cb5f4d0e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921267869,"stop":1724921267869,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724921087396000000 ","uid":"1af73374ef854afa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515225,"stop":1724921515225,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"67f60c430e453eff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529570,"stop":1724921529571,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"68fb3e5ed49b6777","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921267873,"stop":1724921267873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"b9017f77353febd7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921096288,"stop":1724921096288,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"d511db29b0bd003","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921559013,"stop":1724921559014,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"3a6fb2b9219e3ece","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921640401,"stop":1724921640402,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Throws when trying to push message with empty payload","uid":"bcaf743eb0cc34b8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529579,"stop":1724921529580,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"8a40a2755fd93129","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921158278,"stop":1724921158278,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"93ec262b8845ed56","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921267868,"stop":1724921267868,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"530fdaa7dbf39669","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921046201,"stop":1724921046202,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"7aa9618ccdb4bc71","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921098915,"stop":1724921098916,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Fri Sep 08 2023 08:52:18 GMT+0000 (Coordinated Universal Time)","uid":"78d4a66fb2e69211","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921564778,"stop":1724921564779,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should update peers in local storage on 'peer:identify' event","uid":"dcc604cec7b2be40","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921065912,"stop":1724921065913,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"6949f27abe4303a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921164590,"stop":1724921164591,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"f5424fb4e017cecf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921296996,"stop":1724921296997,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 110 index when there are 120 messages","uid":"b091f39ad7af265e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921620603,"stop":1724921620609,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error if shards are undefined for static sharding","uid":"92e36bff546d9df8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037641,"stop":1724921037641,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","uid":"91ab48d0ea6f268e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037634,"stop":1724921037634,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"da8ace76c14fcabd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529578,"stop":1724921529578,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"7c671e294898fe3d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921300787,"stop":1724921300788,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","uid":"671a52c5b98652dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921497762,"stop":1724921497762,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"15951af8a25a5eee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921380064,"stop":1724921380064,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","uid":"f915f532cffc161b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921497752,"stop":1724921497752,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"2be8af6667b0690b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602946,"stop":1724921602950,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with multiple decoders","uid":"b40ce6b8319ca8e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921663253,"stop":1724921663254,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 1 connections","uid":"384ef4bda504e672","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921321310,"stop":1724921321311,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to true","uid":"9479fcc50ae9621","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921045530,"stop":1724921045531,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is mis-prefixed","uid":"9a0aafa4cdcd02a9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921061369,"stop":1724921061370,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"a14d6a33ee0bf861","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515235,"stop":1724921515236,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the pubsub topic directly if a string is provided","uid":"7b5f77c9b0e53a29","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037652,"stop":1724921037652,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"ae9e573d039bc59","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037636,"stop":1724921037636,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with all protocols enabled","uid":"429a8970c81439fc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921046208,"stop":1724921046208,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"ecde8ab32e4706ad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602989,"stop":1724921602990,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"1d9a23ec9433111d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921640401,"stop":1724921640401,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"43a610975bfc6092","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921672581,"stop":1724921672581,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"399e833fa3b98811","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602977,"stop":1724921602983,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"bfadf5cce19092d5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921096287,"stop":1724921096287,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"dc92a857653ef004","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921658747,"stop":1724921658747,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"50fd81ba7d4f3fe9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921300785,"stop":1724921300786,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"1a533fe19fd2153a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921164589,"stop":1724921164590,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"2ffa862444ef66d1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921326303,"stop":1724921326304,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"4279ca959ca6444f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921300828,"stop":1724921300829,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"183ecd3d6a1a5d3d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625036,"stop":1724921625037,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"2c2593e0211c829e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921619628,"stop":1724921619629,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 1 when there are 4 messages","uid":"f5ba7a082a1b62f0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921656189,"stop":1724921656191,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and publish message","uid":"865dadd940b0c07f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921563018,"stop":1724921563018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"f814c7ca9d9e100e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921640399,"stop":1724921640399,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"5cd211f0ceb6d07a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921045432,"stop":1724921045433,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta size of 12 bytes)","uid":"dabf97c1a6c9b097","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921040178,"stop":1724921040179,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"c32d3fd9dbc03447","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921559017,"stop":1724921559018,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"46c57d660721af48","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625039,"stop":1724921625040,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"topics with same application and version share the same shard","uid":"7f5d938f054952ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037635,"stop":1724921037635,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"b8a07d5e3e706c7c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921061848,"stop":1724921061848,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"10e8adbd5b68725a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921564775,"stop":1724921564775,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"244cd06bd68cd8b8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921099697,"stop":1724921099697,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"339338c04ef6ba9e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515228,"stop":1724921515229,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong pubsubtopic","uid":"fa1df6d135719105","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921564783,"stop":1724921564783,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"e8052f56229a044c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921061618,"stop":1724921061619,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty encoding field","uid":"ae31d2c2f5df4f5a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037623,"stop":1724921037623,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app78/9/topic582/xml","uid":"9816b920b1dd3438","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921613051,"stop":1724921613052,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"5b86738318e43b80","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921061847,"stop":1724921061847,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"77441a286b16a762","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724921515229,"stop":1724921515229,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"5612bdfac6133a49","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037311,"stop":1724921037311,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/1 topic","uid":"178ddc9b30ef74d9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921540108,"stop":1724921540109,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"71d59a08429b0760","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529584,"stop":1724921529585,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"1d127426b4c48ce5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724921515229,"stop":1724921515229,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"4075845b44d29dbf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921158278,"stop":1724921158279,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"a4f160a103cf7c2f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921564774,"stop":1724921564775,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","uid":"f0e77a362b7a749c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270367,"stop":1724921270368,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","uid":"a439944ae5b0e411","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921497753,"stop":1724921497755,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"5d113b515c9b38cc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625044,"stop":1724921625045,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"f6f50c71551e6b64","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921095758,"stop":1724921095758,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"c0cd2ebe077eef3b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921663252,"stop":1724921663253,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"3b32ca57e810ad27","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921046198,"stop":1724921046198,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app24/4/topic914/utf8","uid":"29f2f6c7ce4776fe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921613055,"stop":1724921613055,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and publish message","uid":"37280898a2e22c7e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921563013,"stop":1724921563013,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"96c8d2ba87c9ac1f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921297008,"stop":1724921297008,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"221d617bfa1a4659","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921099698,"stop":1724921099699,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"ec893939505b729c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921564776,"stop":1724921564776,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Meta field set when metaSetter is specified","uid":"bf2bb91e58b59ff4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921051055,"stop":1724921051055,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing unicode special characters","uid":"b061af436d38b29f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529589,"stop":1724921529589,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"3f0fdeccbf97a853","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602959,"stop":1724921602959,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - false","uid":"eee6608875102748","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921640664,"stop":1724921640664,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"2fcda20a387eaee0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921158277,"stop":1724921158277,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"6b92824aa675c8e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921046195,"stop":1724921046196,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 6","uid":"17b86087301f0bf3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037640,"stop":1724921037641,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"355c9bf4afe22666","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625035,"stop":1724921625036,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return true after first peer connects","uid":"d0509697cfc93dc3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921141187,"stop":1724921141187,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - true","uid":"d339dc6e3f9200d2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921640663,"stop":1724921640664,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"92bc5d92141fdc57","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515227,"stop":1724921515227,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent ping failures","uid":"e301018e69a077a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921196357,"stop":1724921196357,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"c6bfb84365b9a05a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921540109,"stop":1724921540109,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should add and remove event listeners correctly","uid":"edd7503af5ff8188","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921065913,"stop":1724921065914,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"705bd525336169a2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921061846,"stop":1724921061847,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (message is IDecodedMessage)","uid":"2cdcdd4b86f2098","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921040181,"stop":1724921040181,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"3f451b723b2387ad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602944,"stop":1724921602944,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connected peers and dial","uid":"54e6693e218f7725","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724921515418,"stop":1724921515418,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws an error for improperly formatted content topics","uid":"9ee558e38f8419d3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037637,"stop":1724921037637,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/27/sometopic/someencoding to shard index 5","uid":"2226891e9b597d0a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037633,"stop":1724921037633,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","uid":"2f09f31a7b00046d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921088192,"stop":1724921088193,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number matches available values","uid":"7ffd1d41f969eea2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921060544,"stop":1724921060545,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"71d22c15c157cf5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921497759,"stop":1724921497759,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"12f03a4b26d5d41a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921297005,"stop":1724921297006,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"c938296c22024c2b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515226,"stop":1724921515226,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","uid":"b8e6953dfdbec3ff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270352,"stop":1724921270352,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"ba43904f8e2f4735","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529585,"stop":1724921529586,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"851c6478bc79a3ae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921098916,"stop":1724921098918,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"bd5a5d41e71fd062","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602951,"stop":1724921602951,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups content topics by expected pubsub topic","uid":"e9b034f8f075acb7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037635,"stop":1724921037635,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"9cdb2c3b3c043713","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921583488,"stop":1724921583488,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","uid":"54249c2c9fdb724c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270350,"stop":1724921270350,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"3590ae2dd50a3bd1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921046206,"stop":1724921046207,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 19 when there are 20 messages","uid":"3acefc6a93f80c07","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921656193,"stop":1724921656193,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should extract SingleShardInfo from a valid PubsubTopic","uid":"cecd57b280f7b2a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037642,"stop":1724921037642,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 11 when there are 10 messages","uid":"f59a776e608d10ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921656192,"stop":1724921656193,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","uid":"980642cd59bbe44a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724921098922,"stop":1724921098922,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"72d94578d1b7516d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515226,"stop":1724921515226,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/0 topic","uid":"f2b8d0915111e814","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921540109,"stop":1724921540109,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on autosharded pubsubtopic","uid":"ed8207712c1a08f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921164593,"stop":1724921164593,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different message text format","uid":"cf0cd1e82ef9e0a5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921663253,"stop":1724921663253,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","uid":"de422b0b9e9d40a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921045537,"stop":1724921045537,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"2cba0604524cb769","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921073460,"stop":1724921073461,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"6542f55c31fd7766","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921128571,"stop":1724921128572,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"d4573d7cd69cbb92","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921051056,"stop":1724921051056,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"2756ff3695cd8f98","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529580,"stop":1724921529581,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"56fe984247bbb72f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921379978,"stop":1724921379978,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"296688d63cfd2b90","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529588,"stop":1724921529588,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"17efe7258df552a5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921054321,"stop":1724921054321,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:peer-exchange` event when a peer is connected","uid":"1456f6e645e729a6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921088196,"stop":1724921088199,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 894, Shard ID: 630","uid":"890747a6931ab638","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921619632,"stop":1724921619633,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"fe97da869fe8c103","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921538594,"stop":1724921538594,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"px service nodes not subscribed to the shard should not be dialed","uid":"8ddff250145b23b5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921723785,"stop":1724921723785,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"254d6a20a2062064","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529591,"stop":1724921529592,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1724917697150","uid":"c6ca0458e3dcc154","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602987,"stop":1724921602987,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"d984d3f99244cc7d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921672582,"stop":1724921672582,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"5ed5fa2905dbd389","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921297017,"stop":1724921297018,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"eb977b20827ef41d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529589,"stop":1724921529589,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"7569d2701dc871da","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515232,"stop":1724921515232,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"2ee7ee1a93f15197","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515218,"stop":1724921515219,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/statusim/1/community/cbor to shard index 4","uid":"a660c26f6f9b8591","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037632,"stop":1724921037632,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is malformed","uid":"16f83c7f94184a33","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921061371,"stop":1724921061371,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"a88906d30d370248","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921196355,"stop":1724921196355,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"5dad0a3d54672d90","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921046206,"stop":1724921046206,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is true","uid":"6dd3b5473b7509cf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921656079,"stop":1724921656079,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing SQL Injection","uid":"9a62193cf2cbcbf7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602959,"stop":1724921602960,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"29497eb6647e3935","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602944,"stop":1724921602944,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"be45cbc973c6f285","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602955,"stop":1724921602955,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","uid":"138f506ab6951d66","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270367,"stop":1724921270367,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"6df296044ddd7138","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921046200,"stop":1724921046200,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return false after all peers disconnect","uid":"80f50c442fbd1929","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921141188,"stop":1724921141188,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"34d11e5e715f7261","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921072292,"stop":1724921072292,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"5a9721948a6e86c7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921098913,"stop":1724921098915,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"cb5bfb0703ab716d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921663255,"stop":1724921663255,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"1f9cab0163b4f247","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529569,"stop":1724921529569,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"418ecfa121ccf6fb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921128568,"stop":1724921128569,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"37ac5232c27134e9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921640398,"stop":1724921640399,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","uid":"3bb55abc564f8f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270364,"stop":1724921270364,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","uid":"e3d887291748dc9a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921050916,"stop":1724921050916,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/29/sometopic/someencoding to shard index 6","uid":"44ecaff2390e5433","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037633,"stop":1724921037633,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"84e88c52a9e73405","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625081,"stop":1724921625081,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing SQL Injection","uid":"e0ef633ae806cb84","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529586,"stop":1724921529586,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes don't connect","uid":"8610d85b9cb2bacb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270339,"stop":1724921270339,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"d97a66eebd73c4d8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921297009,"stop":1724921297010,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","uid":"ab935c6549faaae2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037643,"stop":1724921037643,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent missed messages","uid":"e3c248b7f48c5225","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921196358,"stop":1724921196359,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"d7a8b42323bb9ccb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602956,"stop":1724921602956,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /toychat/2/huilong/proto to shard index 3","uid":"6a0e53a2d16e932f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037625,"stop":1724921037626,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"4ebf57b07e2b02ec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602945,"stop":1724921602946,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 409, Shard ID: 679","uid":"98a32868f726f38f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921619631,"stop":1724921619632,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"9e7b23dbf6e5a846","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921046200,"stop":1724921046200,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect (autosharding)","uid":"927c2a474fe4331b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270342,"stop":1724921270342,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"fbedc372ddbc2b94","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921128565,"stop":1724921128566,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/22/sometopic/someencoding to shard index 2","uid":"4e10595305ade239","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037632,"stop":1724921037632,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"b8131a7ef10da7fb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921300788,"stop":1724921300789,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and publish message","uid":"b2500cc441ed711c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921563019,"stop":1724921563019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"c8e695608dd0efdc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921296996,"stop":1724921296996,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Keep-alive pings maintain the connection","uid":"1cfa376143b106d9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921196357,"stop":1724921196357,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"1725ae16399c67cf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625075,"stop":1724921625075,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","uid":"b8e838fff3b75846","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921045532,"stop":1724921045533,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"fd0e52b593c94b06","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625078,"stop":1724921625079,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"7c372c2c85bf8c55","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921267870,"stop":1724921267870,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to false","uid":"d960b4464b4b314","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921045536,"stop":1724921045536,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"82819bbec65135e5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724921267898,"stop":1724921267899,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"f29a73ad17dd26f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921300790,"stop":1724921300790,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"4735384ab0a7bb63","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921515227,"stop":1724921515228,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","uid":"b5ac7e630fdb1e1e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270354,"stop":1724921270355,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 2 connections","uid":"efc27b4c7ef3d408","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921321311,"stop":1724921321312,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /incorrect/format","uid":"997580436d78ecb1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037643,"stop":1724921037644,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"447a4f145c1853e5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921073460,"stop":1724921073460,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with unicode special characters payload","uid":"8f703044cd457373","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602954,"stop":1724921602955,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"701dec94e5f4718","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529592,"stop":1724921529592,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app46/10/topic629/xml","uid":"cd878730bd98919c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921613048,"stop":1724921613049,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and publish message","uid":"4de4f10457257e54","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921563019,"stop":1724921563019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724921087845000000 ","uid":"891ce09012901f52","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921267871,"stop":1724921267872,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"cb2924dc3a9f9e9d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921613058,"stop":1724921613058,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"c0d1a0902d5cdd6c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921071995,"stop":1724921071995,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (3) when branch entries are composed of multiple strings","uid":"5c1a207d6c88d15f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921061851,"stop":1724921061851,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","uid":"8368596a5cc2ad94","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921497757,"stop":1724921497757,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and publish message","uid":"19d636f5194df652","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921563022,"stop":1724921563022,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"968d100814409957","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921423945,"stop":1724921423945,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"da0313b09ec9a09","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921072290,"stop":1724921072291,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"12e7268d2941260d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921061847,"stop":1724921061848,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"2f9ed63922c5749e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921564775,"stop":1724921564775,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"505cd70f4faf5318","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921564782,"stop":1724921564782,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"f187978cc0530a22","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625069,"stop":1724921625070,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"572340ef73d4cca1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921198884,"stop":1724921198884,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"e8a573b851f097b4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921540106,"stop":1724921540107,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","uid":"691e46d429eb9433","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270355,"stop":1724921270355,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"1d538544713498a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529572,"stop":1724921529572,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724921087845 ","uid":"7e4099b4edee5f7d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921267872,"stop":1724921267872,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","uid":"cfdfe26fc1eaf1b2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921497753,"stop":1724921497753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error when the topic is within a list of configured topics","uid":"5883a1bcf9a7621d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921037651,"stop":1724921037651,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay capability","uid":"38ec66aa359c4291","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921061849,"stop":1724921061849,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"af79648e432fe63c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921267865,"stop":1724921267865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Basic HTML tag","uid":"37cca60c8488191e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921529587,"stop":1724921529588,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"5e27f52307d37612","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625079,"stop":1724921625080,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"66bce97be4129864","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921065910,"stop":1724921065911,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"718c7490c243eab2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921517832,"stop":1724921517832,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"3ac9a7b5c3556c82","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921625031,"stop":1724921625032,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"2bcd465cfefc06d1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921061845,"stop":1724921061846,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"1c70c0536b987f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921602967,"stop":1724921602976,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","uid":"4bb211cc96c8882f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724921061851,"stop":1724921061852,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","uid":"ebeb3c6f75b29817","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270358,"stop":1724921270358,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"f5c46b5bb7e41cab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921158280,"stop":1724921158281,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (payload length 0)","uid":"ea95913aeee62d11","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921040180,"stop":1724921040180,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","uid":"cdee562cd8da410c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724921270365,"stop":1724921270365,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"name":"timeline"} \ No newline at end of file +{"uid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","children":[{"name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","uid":"e37e75eaacf5b28b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724922439103,"stop":1724922439103,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","uid":"1355cbe9ca52df4b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922387838,"stop":1724922387839,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"c87bb66091f15b51","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845254,"stop":1724922845256,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"e3af6120e35f9450","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922601839,"stop":1724922601839,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect","uid":"cfea0fd8d627baaf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922771083,"stop":1724922771083,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is false","uid":"748b03037216d6ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922982489,"stop":1724922982489,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"1c228878670c7b51","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922508641,"stop":1724922508642,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"d13aa0deaca4f109","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922601838,"stop":1724922601839,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"bbd096e4aad9c38a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922635359,"stop":1724922635360,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"8dd442e5ad56f0bf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921441,"stop":1724922921442,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (3) when branch entries are composed of multiple strings","uid":"ddeed863c6beca95","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922398922,"stop":1724922398922,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","uid":"d44fc5437296b23d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922425595,"stop":1724922425597,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and publish message","uid":"41e9ff91ff709241","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922891489,"stop":1724922891489,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/27/sometopic/someencoding to shard index 5","uid":"b3dc77cb105ebd2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374672,"stop":1724922374672,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"160c4402d59bbaad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922635354,"stop":1724922635354,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and publish message","uid":"f86fc0a1e48afc1f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922891491,"stop":1724922891491,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number matches available values","uid":"f893274355662786","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922398024,"stop":1724922398025,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect (autosharding)","uid":"41a13c05ffe27bc4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611422,"stop":1724922611423,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"f6b2899aa47d7bab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922508638,"stop":1724922508638,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","uid":"41220e960a1fe29a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374685,"stop":1724922374685,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"b9503f9f228adfab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922601839,"stop":1724922601840,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and publish message","uid":"b6a6173beaf6209b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922891490,"stop":1724922891490,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return true after first peer connects","uid":"fd0f85aee7c8b223","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922476375,"stop":1724922476376,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"76fd16ddcb1253bf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922410312,"stop":1724922410312,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","uid":"1688fece7bf8b1f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611442,"stop":1724922611443,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","uid":"bae0c2b6c273bf6a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611433,"stop":1724922611433,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"13e10dd5d3614e73","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922887521,"stop":1724922887521,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for SingleShardInfos with different clusterIds","uid":"e656662002621d54","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374678,"stop":1724922374678,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with unicode special characters payload","uid":"46e919eee660ab40","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921463,"stop":1724922921463,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"7c221b2623071e2d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922865536,"stop":1724922865537,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - false","uid":"a0cb55207c2189d3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922966705,"stop":1724922966705,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"8a8dcddf9dd94365","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922775985,"stop":1724922775986,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"f514b9cffa578416","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922727645,"stop":1724922727646,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"8ec720e9c0f2ca88","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611440,"stop":1724922611440,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"a3c3a10d741fd3fe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845233,"stop":1724922845234,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"b82a234687ff32dd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853912,"stop":1724922853912,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"742955bd6c24c4e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922437306,"stop":1724922437306,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"ee5cbc79eda0038f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845242,"stop":1724922845242,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","uid":"d23f26589611fc48","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611428,"stop":1724922611429,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"aca37485b14cc578","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374656,"stop":1724922374657,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"3a1b1325b94fe504","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922485956,"stop":1724922485956,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe at once to 10000 topics and publish messages","uid":"4a91e8ea60f8a994","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922891486,"stop":1724922891486,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"7ffc52be0b135df0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922402861,"stop":1724922402861,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"d5560e3871016064","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922383083,"stop":1724922383083,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"e87ff2c7e2f7b8ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922601841,"stop":1724922601841,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No message returned","uid":"5916c6ee4db38f4a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922950824,"stop":1724922950824,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"fd14f031fa4aabef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922402863,"stop":1724922402863,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","uid":"bef091612c3f8185","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611435,"stop":1724922611436,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"f4ca8f0d2f98491a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922388049,"stop":1724922388049,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"45907538284faa9c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922887531,"stop":1724922887531,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"1437e6e6c6f30c40","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922971797,"stop":1724922971797,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit events and trasition isConnected state when has peers or no peers","uid":"83c46f677e400336","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922425600,"stop":1724922425603,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"db89ff85c95a4f70","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845239,"stop":1724922845240,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"ce8e942cb56041b6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923008736,"stop":1724923008736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"cef50c0b19f5cefc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853921,"stop":1724922853922,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty application field","uid":"f225c2088c294d14","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374660,"stop":1724922374660,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws an error for improperly formatted content topics","uid":"f35bcb068c64744b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374676,"stop":1724922374677,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"d583a455d8dd8fdf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922635357,"stop":1724922635358,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 11 when there are 10 messages","uid":"303707e04cfbedf0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922983783,"stop":1724922983783,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is false","uid":"4563b7165ab2b2a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922982488,"stop":1724922982488,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return false after all peers disconnect","uid":"9fe094961cca0519","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922476376,"stop":1724922476376,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary serialization","uid":"a06ba1b9aa55e047","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922388046,"stop":1724922388047,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"b39d074f2049917f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922906438,"stop":1724922906438,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should extract SingleShardInfo from a valid PubsubTopic","uid":"45eb722fd448da14","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374681,"stop":1724922374681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"438d48c123d59373","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922887522,"stop":1724922887522,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the pubsub topic directly if a string is provided","uid":"db1bf8d0f61b6ba6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374691,"stop":1724922374691,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"f13cba270661ad29","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923008738,"stop":1724923008738,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and publish message","uid":"c1e13910cac9b681","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922891493,"stop":1724922891494,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"96f4f0fba43c7204","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845236,"stop":1724922845237,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"f2db0bfaf8cacc2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922536230,"stop":1724922536230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only RELAY enabled","uid":"8a48fb793c908de4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922383091,"stop":1724922383092,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 0 connections","uid":"65e2d4fa8dc9b0e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922661625,"stop":1724922661635,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"64eb4e5fa884a188","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374694,"stop":1724922374694,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"85f46176006565b3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922887524,"stop":1724922887524,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty shard should fail","uid":"2a4e3a8b0906f2f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922946245,"stop":1724922946245,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"ca42d4b1e3ed77ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922499935,"stop":1724922499936,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"4af23328d9b12836","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012481,"stop":1724923012481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"PeerStore has remote peer's shard info after successful connection","uid":"815126b70f3c2a7d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922771081,"stop":1724922771081,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"17863a4548a9062e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922966285,"stop":1724922966286,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"b2afd7abd7f2e393","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921446,"stop":1724922921447,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","uid":"72cb0ca677d2a705","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374683,"stop":1724922374684,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"bd94693a74597dbe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845250,"stop":1724922845251,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724922424872000000 ","uid":"e59cc252ab26ff58","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845259,"stop":1724922845259,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"a2d334fa481fb89f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845242,"stop":1724922845243,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish 10000 messages on the same topic","uid":"1380c4568e7e53e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922891484,"stop":1724922891485,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app40/8/topic200/test.js","uid":"54c8e22b252af5eb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922906441,"stop":1724922906441,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"977e07766c3875f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012465,"stop":1724923012466,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"c6e5e0e8bbf29786","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922409249,"stop":1724922409249,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"4c8c857a6d7a2a77","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922727645,"stop":1724922727645,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"8dfd8fc4cf4e2334","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922887521,"stop":1724922887521,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only FILTER enabled","uid":"d3fbba7824cd7932","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922383092,"stop":1724922383092,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple pubsub topics","uid":"b36c722cb031b7d5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922946243,"stop":1724922946243,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app28/9/topic265/json","uid":"f4432f83ac9a4cf1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922906443,"stop":1724922906443,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after service node is restarted","uid":"9b18f8cf216f1668","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724922887534,"stop":1724922887534,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing invalid cursor","uid":"66d4b1d304693f68","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922928888,"stop":1724922928888,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"aa50e2434aec3c48","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922499928,"stop":1724922499929,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with non-number generation field","uid":"ad52e3e57098a197","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374658,"stop":1724922374659,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"eccd8df0aba7f0fb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853909,"stop":1724922853909,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay capability","uid":"b5a5fffa779e6f2d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922398921,"stop":1724922398921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is true","uid":"be24130224ca4003","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922982488,"stop":1724922982489,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","uid":"f6d83af1093cf9fe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374674,"stop":1724922374674,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"8584a697b55ac989","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922887535,"stop":1724922887535,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","uid":"617dfd77a5d05c23","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374683,"stop":1724922374683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"6e5ac197c86d3259","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921445,"stop":1724922921446,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"7aea92151da7209b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921450,"stop":1724922921451,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","uid":"98d5a4c6d9df22e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922999268,"stop":1724922999268,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for content topics autosharding","uid":"637625bf4e879e64","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374693,"stop":1724922374694,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"2ed0033673889594","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845237,"stop":1724922845237,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"2a0c933bf7ad098d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922536232,"stop":1724922536232,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"fdbab14f4d50a5b6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922928888,"stop":1724922928889,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 110 index when there are 120 messages","uid":"54da24e16e3eb316","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922928887,"stop":1724922928887,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"a198dee6911b2261","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922891482,"stop":1724922891482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"dbd578a3ee935102","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922437307,"stop":1724922437311,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"20d291524709edfb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845250,"stop":1724922845250,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and publish message","uid":"7556d1c3b6c8d8b2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922891494,"stop":1724922891494,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"849c19cd687f1cb2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922383078,"stop":1724922383079,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta size of 12 bytes)","uid":"fb3a62b531ecda15","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922377153,"stop":1724922377154,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"47c75ec98b3ae092","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922601841,"stop":1724922601841,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 243, Shard ID: 847","uid":"25019e55d0c5642e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922946241,"stop":1724922946242,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups content topics by expected pubsub topic","uid":"abbde55f6a876c98","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374675,"stop":1724922374675,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"2a16aac43daae87b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922771082,"stop":1724922771082,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing special chars","uid":"11ff86f6482e0a19","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853916,"stop":1724922853916,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"1cec41a743122379","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012473,"stop":1724923012473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"b4959e54bcd3e472","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845238,"stop":1724922845239,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"867c3b811587e9db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922408756,"stop":1724922408756,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/0 topic","uid":"7d8aac099f77b4d1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922862334,"stop":1724922862335,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app48/1/topic90/proto","uid":"f80421c59d21ad23","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922906440,"stop":1724922906440,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"60248aa76c8f7e78","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922771082,"stop":1724922771082,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","uid":"14c8a1d3ace1612b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922398404,"stop":1724922398405,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"e40cadb57c37bddc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012463,"stop":1724923012464,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","uid":"2ff7846ebc5aaf91","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374687,"stop":1724922374687,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"e4cbc36610d846d2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845232,"stop":1724922845232,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"36b9ef555ff0fa9e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845262,"stop":1724922845262,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","uid":"67981c706f464a87","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922778326,"stop":1724922778326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"dd155d4cfebdb4a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012479,"stop":1724923012479,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping succeeds for all connected peers","uid":"eb1212c894e3a5c7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922535037,"stop":1724922535037,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with unicode special characters payload","uid":"2c810151d293768d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853912,"stop":1724922853912,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","uid":"818e97253c520e91","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611433,"stop":1724922611433,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"2c44eb3904dd77f0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845235,"stop":1724922845235,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"da47c856eaa434c8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922402864,"stop":1724922402864,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect (autosharding)","uid":"45e98799f835bbad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611420,"stop":1724922611420,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /toychat/2/huilong/proto to shard index 3","uid":"9d0c82e9561ab1cc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374662,"stop":1724922374663,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"be22a9b2e4e55946","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922383081,"stop":1724922383082,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"fd9df8b15714ade1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922465393,"stop":1724922465393,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"4ade1addac00b73c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921475,"stop":1724922921475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"e112fbb60fc82193","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922499927,"stop":1724922499928,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1724926261821","uid":"f4c72abd769ae870","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853930,"stop":1724922853930,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"a302a6a9c56795c6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921470,"stop":1724922921470,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","uid":"350f27d8d52022b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374692,"stop":1724922374692,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 196, Shard ID: 965","uid":"1becda66ef2c4651","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922946233,"stop":1724922946233,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","uid":"da75751be5b1f918","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922999264,"stop":1724922999265,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"706be224b53c320","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922635350,"stop":1724922635350,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","uid":"8577205642549620","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374684,"stop":1724922374684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"af9b0dd1316143a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922383085,"stop":1724922383085,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","uid":"90217f231214f929","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611434,"stop":1724922611434,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Accepts a valid Waku Message","uid":"f9b7bfcb9db8fb58","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922391231,"stop":1724922391232,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","uid":"dcc1d3023e92b082","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922778322,"stop":1724922778322,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/statusim/1/community/cbor to shard index 4","uid":"8b010ae2946eb952","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374671,"stop":1724922374671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"uses static shard pubsub topic instead of autosharding when set","uid":"8735a1d647fef6bc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922388050,"stop":1724922388050,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"77292f6ffec00746","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012457,"stop":1724923012457,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"273f2a5624bab09d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922601855,"stop":1724922601855,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"db1b666e92f70ab7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845243,"stop":1724922845244,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"f87d6edbc4e62a8a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922635355,"stop":1724922635355,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"9e1c5febdb27411d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921472,"stop":1724922921473,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"293d9083c50794ad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853907,"stop":1724922853908,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724922424872000000 ","uid":"44f805706e67a32d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845240,"stop":1724922845240,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"e3ea058527713f5f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922398920,"stop":1724922398920,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"24fec490d5804f17","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922950820,"stop":1724922950820,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"new peer added after a peer was already found","uid":"8f2e7ee3d5894e3d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724922865536,"stop":1724922865536,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"c7d0fb0fc954cb1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922966287,"stop":1724922966287,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"2e6e7b11f1f330af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922535036,"stop":1724922535037,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"48f34908e85b9720","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012464,"stop":1724923012464,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"cd5b073e35466bbf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923008734,"stop":1724923008734,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"57c22d602f4229d1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922383083,"stop":1724922383083,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"521fefe24e36fcff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012458,"stop":1724923012459,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"2b64c5d5055d9dfa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853920,"stop":1724922853921,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"9432b85216ab3417","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845243,"stop":1724922845243,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fields are not dropped","uid":"298e646f41fd4ee0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922387360,"stop":1724922387362,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"93368a7c23ce8184","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922388049,"stop":1724922388049,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"4e2bf56770daf9e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922998982,"stop":1724922998983,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"b04c4681d0b835fd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853915,"stop":1724922853916,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"6bb170d07988c8d5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922465395,"stop":1724922465396,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing required configuration","uid":"c0e830bb18d7a982","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374680,"stop":1724922374680,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"6f78e24ffc3b2a25","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922635358,"stop":1724922635358,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"cc15f05d36d8c41a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922984605,"stop":1724922984606,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Fri Sep 08 2023 09:14:22 GMT+0000 (Coordinated Universal Time)","uid":"ba7b4dbaef9deee3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922887529,"stop":1724922887529,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","uid":"e6c7f88506b2b531","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611439,"stop":1724922611439,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return all peers when numPeers is 0","uid":"f746e42b3192ebda","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922387837,"stop":1724922387838,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 10 when there are 10 messages","uid":"addb6c8332fb7e11","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922983782,"stop":1724922983783,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only STORE enabled","uid":"9a58c90c3b5ad709","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922383092,"stop":1724922383092,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:bootstrap` event when a peer is connected","uid":"d4e457df3d2257b1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922425597,"stop":1724922425598,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish messages on 2 different content topics","uid":"67df3dc8fb95e430","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922891485,"stop":1724922891485,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1694164261821","uid":"820ba3a3fe6dca3b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853929,"stop":1724922853929,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 473, Shard ID: 106","uid":"6b1c034a2b9ab6db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922946233,"stop":1724922946239,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"c3718597f635f655","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724922845654,"stop":1724922845654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with too few or too many fields","uid":"e08485e6c07e277","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374658,"stop":1724922374658,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No message returned","uid":"224968e1ebd0b83b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922950822,"stop":1724922950822,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"ec0a8b0c8290189b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922601838,"stop":1724922601838,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should load peers from local storage and dispatch events","uid":"c087fafd713d8592","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922402864,"stop":1724922402864,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"7a04a994f7e4bb7a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012461,"stop":1724923012461,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 972, Shard ID: 12","uid":"f6da6febea261f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922946230,"stop":1724922946230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"ec028e33e0a411fa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921472,"stop":1724922921472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"9c5e338f300bc737","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922906439,"stop":1724922906439,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"92d03a28d973da7d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922966287,"stop":1724922966287,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"c1118bb4f7c8c334","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853922,"stop":1724922853922,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"e6dd016781c33ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922476376,"stop":1724922476376,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"7efcefdf6a98f52","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374449,"stop":1724922374449,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/","uid":"534602ca4857febe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374688,"stop":1724922374688,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect","uid":"e0b9b8ba4fa34957","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611419,"stop":1724922611419,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"63df0c6f78fd4343","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012477,"stop":1724923012477,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"2227eca611fb7f03","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012473,"stop":1724923012474,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"accca850c73809bd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012461,"stop":1724923012461,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","uid":"cca3b3874fd1d0a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922382327,"stop":1724922382328,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"66cae6a96bc7040f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922849122,"stop":1724922849123,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"2a2ecab7346992e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922887534,"stop":1724922887535,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error if shards are undefined for static sharding","uid":"6642e7b0bd32e712","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374680,"stop":1724922374680,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"shard 0","uid":"fda92576a082a979","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922946228,"stop":1724922946228,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is mis-prefixed","uid":"42b7565d4a35e5f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922398402,"stop":1724922398403,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number is greater than available values","uid":"9e8b7ad1bf9975a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922398026,"stop":1724922398026,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"dd91eca78e74b912","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724922845263,"stop":1724922845264,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","uid":"947f0a5c299c900a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611443,"stop":1724922611443,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"caa69e455b012802","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922890067,"stop":1724922890068,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"cfb188e5e45e2fe0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922647836,"stop":1724922647836,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe one by one to 100 topics and publish messages","uid":"b9feb206aa3f02e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922891486,"stop":1724922891486,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"39d41961b2bc4785","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922601841,"stop":1724922601842,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"79072e9c30a3b82f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922727647,"stop":1724922727647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"8acff7ef608041f0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922383090,"stop":1724922383090,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"53bdf4656d789c5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922439099,"stop":1724922439099,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"a4239346f8966f2f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922508636,"stop":1724922508637,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"7217450b24b8ff6f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922601837,"stop":1724922601838,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"8251c9d3decc89e9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922950822,"stop":1724922950823,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"3fd5849990af6ea2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012463,"stop":1724923012463,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"2b45b47bc6d16d29","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922887521,"stop":1724922887522,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 863, Shard ID: 723","uid":"f0d969d20cfc1c3f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922946231,"stop":1724922946231,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"5e40ca23f7048dda","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922849123,"stop":1724922849123,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"160c7b57227e9446","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853909,"stop":1724922853909,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"4740b78f9e974df9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922906444,"stop":1724922906444,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"384621b5b63244fb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921463,"stop":1724922921463,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"5306cc9cc199e7ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012484,"stop":1724923012484,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with size larger than 1 MB","uid":"5bad8184d184ec1d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922887533,"stop":1724922887533,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"topics with same application and version share the same shard","uid":"149ef4ef037b4f93","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374674,"stop":1724922374674,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"a9b2a569281431e2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921471,"stop":1724922921471,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"8fa8ff9af5df6be7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922950820,"stop":1724922950820,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"33990a37cc275bf6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922946228,"stop":1724922946229,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from multiple nwaku nodes","uid":"aa340ee2e7f0031c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922635360,"stop":1724922635360,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after client node is restarted","uid":"bdb8aa222f5c99c8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724922887534,"stop":1724922887534,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"431cd0fc8abf78e7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853928,"stop":1724922853928,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"71144925e22e27ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012468,"stop":1724923012469,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"7df2b594fad017f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853931,"stop":1724922853931,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"6febf30034257f8a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845260,"stop":1724922845260,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and publish message","uid":"31e9647c8db518d4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922891490,"stop":1724922891491,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"1778617ab696e9c2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922635353,"stop":1724922635353,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different message text format","uid":"eb080975fc4393f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922971797,"stop":1724922971798,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","uid":"91c30c8730a54146","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611436,"stop":1724922611436,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","uid":"1b4437906e217352","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374685,"stop":1724922374685,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","uid":"f9f886dec9f9c48f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922778329,"stop":1724922778330,"duration":1},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 6","uid":"e8af3a319178f311","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374679,"stop":1724922374679,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"2a6161d4c7daa4b0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845235,"stop":1724922845235,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"5807da6c2bb5a9dd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845258,"stop":1724922845259,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"40071b716ed58add","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922508641,"stop":1724922508641,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - false","uid":"f5c8481d62d0d615","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922966704,"stop":1724922966704,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"78c4b51bd13a1ea6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922439100,"stop":1724922439100,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple content topics","uid":"d08a591a0a452d5b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922906445,"stop":1724922906445,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"40ac64ac740f6188","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922887526,"stop":1724922887526,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry is malformed","uid":"ff259dd22aaeb3a3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922398404,"stop":1724922398404,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"8007f3350aaff36a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922601843,"stop":1724922601843,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 10 index when there are 40 messages","uid":"2223493fad5eb9c7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922928886,"stop":1724922928886,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - true","uid":"980238336f0b5e4c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922966705,"stop":1724922966705,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"5bc56707bd01823e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611426,"stop":1724922611426,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"2ce17db3b2eebd21","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922508635,"stop":1724922508636,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","uid":"18341ffa04009375","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922778330,"stop":1724922778330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"74d41e3b473bb7e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922601847,"stop":1724922601847,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 1 connections","uid":"c7df2d43b4170cb7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922661636,"stop":1724922661636,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"feef3d0369c09bc6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922439100,"stop":1724922439100,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and publish message","uid":"24b830ab7b73f55f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922891493,"stop":1724922891493,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"17fd057c1dc12662","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853919,"stop":1724922853920,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"39d15b285871289f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921438,"stop":1724922921439,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","uid":"5088150c2e77cf36","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922778324,"stop":1724922778324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with RELAY and FILTER protocols set to true","uid":"34ab69a0dbf734c7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922382327,"stop":1724922382327,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 0 index when there are 20 messages","uid":"dbf4513184c70f0b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922928885,"stop":1724922928885,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` between 2 js-waku relay nodes","uid":"2147944fbaa5d6f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922476375,"stop":1724922476375,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"1eaf73570946865","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012475,"stop":1724923012475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","uid":"e7ba0f6353598ac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374684,"stop":1724922374684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"7464a1f506d9d5c0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922865535,"stop":1724922865536,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"29256032f603d5a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922635355,"stop":1724922635356,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"bcc6db9d9295415a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923008734,"stop":1724923008735,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta attribute not present)","uid":"ca5f00d5f3b78f64","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922377155,"stop":1724922377155,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 2 connections","uid":"50fee164ddb7b660","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922661638,"stop":1724922661641,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"29d63a0ff0b75138","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611432,"stop":1724922611432,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"36e3f645aab20b3b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922635360,"stop":1724922635360,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","uid":"4f0d2ccbf726c55c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611441,"stop":1724922611441,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should fail to subscribe with decoder with wrong pubsubTopic","uid":"e49d8558054efdfc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922508639,"stop":1724922508639,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"d826104d268accf1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922635356,"stop":1724922635356,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"1f0fb26e6e4c399e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922383079,"stop":1724922383079,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"c27beae0f511b3c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922906445,"stop":1724922906446,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"471133ac79ad6d96","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922727646,"stop":1724922727646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"c3cd6b6150a1fcc7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922966283,"stop":1724922966283,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"f7db6da56468a4d8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845263,"stop":1724922845263,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"d3e457317b3febe6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922465398,"stop":1724922465399,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"ec04f7a61da5119","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012475,"stop":1724923012475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"7947d58104ffb65","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922439099,"stop":1724922439100,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"7c844a2dddd7c339","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012466,"stop":1724923012467,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","uid":"db6835754611d1e0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374689,"stop":1724922374689,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update shard info","uid":"e42ed0e7992973fb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922778646,"stop":1724922778646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"35748186bee95b2b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922647837,"stop":1724922647837,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","uid":"f898490b15dd0b0e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374685,"stop":1724922374685,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should update peers in local storage on 'peer:identify' event","uid":"b8c49a2ce64f6e2e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922402865,"stop":1724922402865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"85e215a429631e0e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845259,"stop":1724922845260,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"5d4c1f97a6c7d141","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922950821,"stop":1724922950821,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"a6bb7e3b51d11ac7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012476,"stop":1724923012476,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"1959c48fdc65e079","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922635358,"stop":1724922635358,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes don't connect","uid":"46b895b55d9357b3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611419,"stop":1724922611419,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"31aa057e9e1c0767","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012462,"stop":1724923012462,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"b84892d5c07bd39d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012481,"stop":1724923012482,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping fails for unsubscribed peers","uid":"ffc149a3f7d3c14b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922535038,"stop":1724922535038,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing unicode special characters","uid":"d2672a33265fcb69","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921471,"stop":1724922921471,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"99991fb8b7ca31d7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922928888,"stop":1724922928888,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"c8d2367a0795d006","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012472,"stop":1724923012472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 7, Shard ID: 766","uid":"22c47c8710bd5f7b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922946240,"stop":1724922946241,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","uid":"5a123919a1920902","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922535051,"stop":1724922535052,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"a415b581fcc6cc0c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922950823,"stop":1724922950824,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","uid":"da1c3ac4e445f523","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374664,"stop":1724922374671,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and publish message","uid":"907bd9f8933676d4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922891489,"stop":1724922891490,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return a calculated topic if SingleShardInfo is provided","uid":"4f305c3ba517f179","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374691,"stop":1724922374692,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (no timestamp)","uid":"a4884989548979d2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922377156,"stop":1724922377156,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"64d18171b88ea7ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922383082,"stop":1724922383082,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"35904c8b970cb9cf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012459,"stop":1724923012459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"ab75d6009b0532cc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922388047,"stop":1724922388047,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"d8edc645ae42cc8f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922499930,"stop":1724922499931,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"8a15fcd332d304ec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922383080,"stop":1724922383080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","uid":"f87612ba98d8a7ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611435,"stop":1724922611435,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Thu Aug 29 2024 10:14:22 GMT+0000 (Coordinated Universal Time)","uid":"c979c5bd8a182114","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922887530,"stop":1724922887531,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"4a4141521ff1c5b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845245,"stop":1724922845246,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"3ea1863da7807cdb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922382484,"stop":1724922382484,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"7b0de83f936814df","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611437,"stop":1724922611437,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for empty SingleShardInfos array","uid":"975fe7c6c4cc5644","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374677,"stop":1724922374678,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"4f9d2844af043209","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853913,"stop":1724922853913,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect","uid":"1d2ef7e386fc6cae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611420,"stop":1724922611420,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"ea662394ca82b057","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012458,"stop":1724923012458,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 3 when there are 20 messages","uid":"aa97f6aa7003019e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922983781,"stop":1724922983782,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing sharding configuration","uid":"f2fdec18971088bb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374694,"stop":1724922374694,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"caaf5c588309087c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853928,"stop":1724922853929,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with size larger than 1 MB","uid":"d67ddb0503da60f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922887533,"stop":1724922887534,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"ded7c4e9d357a088","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923008737,"stop":1724923008737,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"cda1efeb383a3fd4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922727645,"stop":1724922727645,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"e0de632ecd3df7ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922866493,"stop":1724922866493,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","uid":"cd89791feecb7a5a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611444,"stop":1724922611444,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"ef0bbdca2a67ce0e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922383089,"stop":1724922383090,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"c97917053af1a77a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845251,"stop":1724922845252,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should parse and verify and DNS root entry","uid":"e75c6f9e2c4de812","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922398402,"stop":1724922398402,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"cb5ce472ab29ce2a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845258,"stop":1724922845258,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, no signature]","uid":"cf91596769ad249d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922410310,"stop":1724922410310,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Basic HTML tag","uid":"43b1ea214579a6c0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922887525,"stop":1724922887525,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should map different content topics to different pubsub topics based on shard index","uid":"8863ce03f8b896f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374696,"stop":1724922374696,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and publish message","uid":"411b23e5d301e2a6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922891490,"stop":1724922891490,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for static sharding","uid":"ad4c24961c11050e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374693,"stop":1724922374693,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"8591fad3e90a10fa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922499936,"stop":1724922499937,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"f565c2a5ec42a7a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922410313,"stop":1724922410313,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use DNS peer discovery with light client","uid":"51bf0c48f97d7e3a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724922439102,"stop":1724922439102,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rs format (Index List)","uid":"5c81e009bccf48d2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374767,"stop":1724922374767,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"70dc32c81df83759","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922410311,"stop":1724922410312,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"a97662633624bf45","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845249,"stop":1724922845249,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 20 messages","uid":"3fdf882f071ab969","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922928886,"stop":1724922928886,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return unique PubsubTopics for static sharding","uid":"ccef2ce32a6b6cd6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374678,"stop":1724922374678,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (message is IDecodedMessage)","uid":"72ab84449ed014a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922377156,"stop":1724922377156,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected between 2 js-waku relay nodes","uid":"1eda95604c7c6835","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922476377,"stop":1724922476377,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"e94f85b7b85302eb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921464,"stop":1724922921464,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"6495f8e030499122","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922966284,"stop":1724922966284,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"9b17d9177a9fcb7d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922398918,"stop":1724922398919,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"b924193b20aa7ea5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921470,"stop":1724922921470,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 110 when there are 120 messages","uid":"32cff420de5154cf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922983784,"stop":1724922983784,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"49afcbfedd54a6c4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724922845246,"stop":1724922845247,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"dd932d80ab4b827e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611442,"stop":1724922611442,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","uid":"22378403d1202d18","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611435,"stop":1724922611435,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 629, Shard ID: 80","uid":"5db5d1ce707e808a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922946232,"stop":1724922946232,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/22/sometopic/someencoding to shard index 2","uid":"fb77e5e421f452af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374672,"stop":1724922374672,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1724926235572","uid":"c8a231eb16c634eb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921474,"stop":1724922921475,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"e10fb068f54eb2aa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921464,"stop":1724922921465,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","uid":"424e8605db358d25","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374686,"stop":1724922374686,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:online` event only when first peer is connected","uid":"63faa0901b9f8cbf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922476373,"stop":1724922476374,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"10a09bb848e47b89","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853914,"stop":1724922853914,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different content topic format","uid":"c588eeb3eb167c92","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922971798,"stop":1724922971799,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"a5147b5dbdbd9b30","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922635346,"stop":1724922635346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","uid":"34348e61883a16e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922387838,"stop":1724922387838,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"5dbe23fe23a94c7a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921468,"stop":1724922921468,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","uid":"320a6435536b3d8f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374685,"stop":1724922374686,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"83db2f3fb9b759d9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922635347,"stop":1724922635347,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app3/5/topic663/json","uid":"db3f9eddbc0df382","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922906439,"stop":1724922906439,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","uid":"8a0cc8d9f58c5fa2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922999266,"stop":1724922999266,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only RELAY set to true","uid":"3183bd22702f826","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922382328,"stop":1724922382329,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 7","uid":"b34ce1975864a6a5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374672,"stop":1724922374673,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is true","uid":"7e8e4d9798983d1d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922982488,"stop":1724922982488,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1724919061821","uid":"72b7dfdeb08953dd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853929,"stop":1724922853930,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"3e8f329d417fe91","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922998985,"stop":1724922998986,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","uid":"bd05c9fe1fc98cbf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922862335,"stop":1724922862335,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"8b512a0f82774432","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922439101,"stop":1724922439101,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"ddf62635cb8859ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922635352,"stop":1724922635353,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"942e3a0fd98fd143","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922890068,"stop":1724922890068,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","uid":"82dac9f8881f46da","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611438,"stop":1724922611438,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"a1d9fc1ecf2e4aef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922383085,"stop":1724922383089,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Basic HTML tag","uid":"84859c439b6fdaf7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921469,"stop":1724922921469,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"41c6afebc1c051cf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012464,"stop":1724923012464,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","uid":"88775c664f2d04a9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611427,"stop":1724922611427,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","uid":"c9d0172847edd4a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611430,"stop":1724922611430,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns a subset of values when wanted number is lesser than available values","uid":"476e32721ad58f2d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922398026,"stop":1724922398027,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with large meta","uid":"4b92ebeecc728965","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853928,"stop":1724922853928,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"50d52e808e02da74","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845249,"stop":1724922845249,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Keep-alive pings maintain the connection","uid":"1ee4c0ce20475d5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922535038,"stop":1724922535048,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"2ebc05b9a5c6eaf8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374767,"stop":1724922374767,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"5df6a34988c0cb5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853908,"stop":1724922853908,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","uid":"729ebd053dc5faf6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611431,"stop":1724922611431,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"33987d970777a3a5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853910,"stop":1724922853911,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"2c584da8868198ea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922647842,"stop":1724922647843,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 1 connections","uid":"5b3aa10343e67fc7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922661637,"stop":1724922661638,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"ecc855c705f308b2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922635356,"stop":1724922635356,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"662116d715b5dd05","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012477,"stop":1724923012477,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"1bec7c0d0b2916da","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922402863,"stop":1724922402864,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"c8b8fe48a7cede5b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845258,"stop":1724922845258,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"11ecd54189dfdf34","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922402862,"stop":1724922402862,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"3dd25b11eba4954b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922383084,"stop":1724922383084,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should add and remove event listeners correctly","uid":"93649fc70987b7df","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922402865,"stop":1724922402866,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app33/7/topic704/proto","uid":"3115162d3dcb8438","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922906442,"stop":1724922906442,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"9ac6dde90f9f5838","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921472,"stop":1724922921472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"9f0ce0d57d487d6c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922984603,"stop":1724922984603,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr with tcp successfully","uid":"f15ad1f3e1090f77","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922383080,"stop":1724922383080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","uid":"9fa3b4744d6b5d6c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922999267,"stop":1724922999267,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","uid":"3a74d879a60fe35f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611438,"stop":1724922611439,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"ca77ac72f4afb07b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845261,"stop":1724922845261,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"1bfba4e895c7058e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922436973,"stop":1724922436974,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"4f0454b0ae62aea0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922971799,"stop":1724922971799,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"833e3092d8c0f269","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922383082,"stop":1724922383082,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/29/sometopic/someencoding to shard index 6","uid":"7504fa2da2490ac6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374673,"stop":1724922374673,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty version field","uid":"32117bbecaa13e04","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374660,"stop":1724922374661,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"285ae503ceb67978","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922778325,"stop":1724922778326,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"e1435df9b319d822","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922383084,"stop":1724922383085,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Failed peers are renewed","uid":"6edc9ff1e0e80a73","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922675552,"stop":1724922675552,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"83390503b2f75c0a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922601842,"stop":1724922601842,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","uid":"26cc861cdb0c06f4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611429,"stop":1724922611429,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","uid":"ecd2ddd0332f70fd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922425592,"stop":1724922425595,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only LIGHTPUSH enabled","uid":"58c4114d53ef2cd3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922383092,"stop":1724922383092,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"3f8956f16bbc5911","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922635350,"stop":1724922635350,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724922424872 ","uid":"f7408a3ff925bc79","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845240,"stop":1724922845242,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Meta field set when metaSetter is specified","uid":"d785d1ebcd100383","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922388047,"stop":1724922388048,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receiving a ping from a peer does not overwrite shard info","uid":"57963b4423ccc1c5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922771081,"stop":1724922771082,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"5c0c55e9c7f627e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012476,"stop":1724923012476,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","uid":"7d53c2a045bc6637","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374673,"stop":1724922374674,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty encoding field","uid":"c395aef6ed8f49f1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374661,"stop":1724922374662,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay and store capability","uid":"88b0856daa31bde5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922398921,"stop":1724922398921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"ad3498a533630040","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922601846,"stop":1724922601847,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Throws when trying to push message with empty payload","uid":"e562832d2744b6f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921464,"stop":1724922921464,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"c684741610b9fff1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922635348,"stop":1724922635349,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"107fa4234806a721","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922727648,"stop":1724922727648,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"fe88af9582cb268e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922635354,"stop":1724922635354,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"cd03c58e654ec80e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922383084,"stop":1724922383084,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Init the array if not present","uid":"8e671379cf12e70d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374447,"stop":1724922374448,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"247d200431b27f77","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922536230,"stop":1724922536230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"3e3e9e6ad67d0558","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922439101,"stop":1724922439101,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"90af58f0050f54e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922398276,"stop":1724922398277,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","uid":"95c75fe2ff2d715","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374768,"stop":1724922374768,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"957b9d1f78828c29","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921439,"stop":1724922921440,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"baddbcb496fc4aa5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845262,"stop":1724922845262,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"2cd40fd1ce50a016","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922398919,"stop":1724922398919,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","uid":"60aac3e245ba2bcc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922862334,"stop":1724922862334,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"29a97e981a2f4d2e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922508638,"stop":1724922508639,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"5194f956330f3760","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853910,"stop":1724922853910,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"536cffe97ea031ac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922601857,"stop":1724922601857,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"23d02318e609c6f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724922891487,"stop":1724922891487,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert content topics to PubsubTopics for autosharding","uid":"af1c9bfe9daf419b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374678,"stop":1724922374678,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing long","uid":"5dbcac7b9f5584f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853914,"stop":1724922853915,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"bfa55e37d350a3f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853917,"stop":1724922853918,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"da145ecbd82880c5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611418,"stop":1724922611418,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle corrupted local storage data gracefully","uid":"6cafa3e5cdcbbbf8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922402865,"stop":1724922402865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","uid":"8fa6f27875793db3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611431,"stop":1724922611432,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"b80441ff0ce30c67","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845234,"stop":1724922845234,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"9b16bac1bcec2cde","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922890064,"stop":1724922890065,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"4a8974dcf88d7ce8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921468,"stop":1724922921469,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for peers with PEER_EXCHANGE tags","uid":"ddd8b5a0ab72b0cc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922433170,"stop":1724922433170,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"6483b878d0780578","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012478,"stop":1724923012478,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"7c39b8c464c27ba5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922383081,"stop":1724922383081,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app61/9/topic514/xml","uid":"1f05126ed42955e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922906442,"stop":1724922906443,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and publish message","uid":"a4c547430ed8f30","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922891488,"stop":1724922891489,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"639fbd784ed11b42","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922398277,"stop":1724922398277,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /toychat/2/huilong/proto to shard index 3","uid":"f911e30ed257b2af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374664,"stop":1724922374664,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"49ff91763dcf28d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921462,"stop":1724922921463,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"28006613a6d39f0b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012462,"stop":1724923012462,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /waku/2/content/test.js to shard index 1","uid":"7830955c611e30a2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374663,"stop":1724922374664,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","uid":"48eeacccd67e54a8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374684,"stop":1724922374684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"fb911887649c04b8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922382546,"stop":1724922382546,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","uid":"ebd71eb0d1b44662","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374686,"stop":1724922374686,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"29a195dc8ad17595","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922647837,"stop":1724922647842,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"d125b497811381d4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374676,"stop":1724922374676,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","uid":"3d9674005a225a02","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724922398923,"stop":1724922398923,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"91570957d2700f50","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724922891487,"stop":1724922891487,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","uid":"8c0f93ef3808c25d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922778330,"stop":1724922778331,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724922424872 ","uid":"ef61a545f5854806","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845259,"stop":1724922845259,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (root): should error if DNS root entry signature is invalid","uid":"1819113f85a5da1d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922398403,"stop":1724922398403,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"1f162d844838771f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922635351,"stop":1724922635351,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - false","uid":"a1b9e3703ad06548","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922966706,"stop":1724922966706,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Basic HTML tag","uid":"bf553fb0bed135f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853921,"stop":1724922853921,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app2/1/topic516/proto","uid":"f2f9fcc2540c1b67","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922906440,"stop":1724922906441,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"1234bc9c2dea9b9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611434,"stop":1724922611434,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","uid":"4ec332a170e9e88e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922778327,"stop":1724922778328,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"74c1e9b12390fe0d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845257,"stop":1724922845257,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for every peer with PEER_EXCHANGE tags","uid":"2905a6d7f24b352a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922433170,"stop":1724922433171,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"57dc263271b9f1c6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922862332,"stop":1724922862333,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"dcd96ba8baad1ddf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922436972,"stop":1724922436973,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","uid":"489eb25495ad600","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611442,"stop":1724922611442,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"9f10ff01aebc4bff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922950821,"stop":1724922950821,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"3a1f72953a2693be","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923048502,"stop":1724923048502,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"6e82dcb0f65b3d9a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845248,"stop":1724922845248,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"78a0e9de9c90b1f3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853904,"stop":1724922853905,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"e19093c039b0af5d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921466,"stop":1724922921466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no content topic is not received","uid":"25dd79f949f169d8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845244,"stop":1724922845245,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"a74450ef0c93e832","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922410310,"stop":1724922410311,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/2 topic","uid":"331a29e30272d913","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922862333,"stop":1724922862333,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"d5291c36bf28461e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853911,"stop":1724922853911,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: -20000 ms from now","uid":"5a07566848db0651","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922999270,"stop":1724922999271,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"46e435eff677228f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922966286,"stop":1724922966286,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"66582069e3c9fa8f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845237,"stop":1724922845238,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with empty topic name field","uid":"af4f38ff4c72b405","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374661,"stop":1724922374661,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"a5edb63e70770677","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922950819,"stop":1724922950820,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"9bfe15b8a611ee21","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922383093,"stop":1724922383093,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with all protocols disabled","uid":"a84ee8ab3efdf4ca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922383091,"stop":1724922383091,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"e5cf2f429fbf96ea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922950822,"stop":1724922950822,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"ac9f9bf798e592fb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012462,"stop":1724923012462,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"cd896b161aea6fa8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922727644,"stop":1724922727644,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with all protocols enabled","uid":"ed6a4fd50406bc40","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922383091,"stop":1724922383091,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"1a24052723cb96dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922635346,"stop":1724922635346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"c736312a3a55b34d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922635357,"stop":1724922635357,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only FILTER set to true","uid":"ad0e8a591f60dac3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922382329,"stop":1724922382330,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724922425216000000 ","uid":"a358e1d60872e26c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922601844,"stop":1724922601845,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"8a6571541f369e21","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922388049,"stop":1724922388050,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"3186a21613dd57f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922950821,"stop":1724922950822,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"58caa049fedd53e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922776072,"stop":1724922776072,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent missed messages","uid":"d40c1ae414d5af9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922535052,"stop":1724922535053,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 1 when there are 4 messages","uid":"9713e188a70d6fe7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922983780,"stop":1724922983781,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong pubsubtopic","uid":"ac8e59357473049f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922887532,"stop":1724922887533,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"ad1833cfea905abe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922727647,"stop":1724922727647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"e38ccb126311fded","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922388048,"stop":1724922388048,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"82544a614990ac0e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922887527,"stop":1724922887528,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","uid":"a408290d26888362","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611428,"stop":1724922611428,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with multiple decoders","uid":"3945f6963ef94102","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922971798,"stop":1724922971798,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"ad8d733128d379b9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922866492,"stop":1724922866492,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"67cf138d5e1adb6f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922635359,"stop":1724922635359,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"a472365c2eb96e05","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921440,"stop":1724922921441,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"fa3b551d7af93ad4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922887523,"stop":1724922887523,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only STORE set to true","uid":"af6664a872649dbb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922382324,"stop":1724922382324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"473fbd8c567988c0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922436968,"stop":1724922436969,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"440ab7ca56261d79","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853930,"stop":1724922853930,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"ae402b6c55e8900f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922635354,"stop":1724922635355,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","uid":"c13c693f1be866cb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611444,"stop":1724922611444,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"1c2b43d7465f171a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845236,"stop":1724922845236,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"aa3660c7a533115f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922398919,"stop":1724922398919,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid ENR with multiaddrs successfully [shared test vector]","uid":"3ee7897ec1cca314","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922383079,"stop":1724922383080,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"b3cd385c9526b1d3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922465396,"stop":1724922465397,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"649270fe6f4d65d9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922410311,"stop":1724922410311,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"1ed6371148eb1e5d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922398920,"stop":1724922398920,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"58d14de1eb2d13bb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922866492,"stop":1724922866492,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect (autosharding)","uid":"b9c7286d7090a1c9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611421,"stop":1724922611422,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","uid":"52d49d5a400f8ff8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374688,"stop":1724922374688,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"6a92b9202868bf11","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922647831,"stop":1724922647834,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for an unconfigured topic","uid":"5dbb288b4fa637ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374690,"stop":1724922374691,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with empty text","uid":"545ac110a849dbc4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922887532,"stop":1724922887532,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta size of 64 bytes)","uid":"c600650a6d9d611e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922377154,"stop":1724922377155,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"4313fc3879caeb60","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724922845654,"stop":1724922845654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only LIGHTPUSH set to true","uid":"16a990b80753a436","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922382330,"stop":1724922382331,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"429c63902dc1b18e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922536233,"stop":1724922536233,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"65f255398910597b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922398277,"stop":1724922398278,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","uid":"c53a89c3bcbc6a34","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374688,"stop":1724922374688,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","uid":"b77e68ddbf39f6ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922778327,"stop":1724922778327,"duration":0},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"8c40c86c27d26d2b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922465397,"stop":1724922465398,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"7adf6acc89591d0f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922601842,"stop":1724922601843,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 2 index when there are 4 messages","uid":"3e4886f33fa1f812","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922928883,"stop":1724922928885,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing long","uid":"f15ca01d7ff3e315","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921466,"stop":1724922921466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return only bootstrap peers up to maxBootstrapPeers","uid":"85006f9518066c4e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922387839,"stop":1724922387839,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to false","uid":"3d8930f3ace11321","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922382331,"stop":1724922382332,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only FILTER set to true","uid":"33fcc69f8a1f0d54","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922382324,"stop":1724922382325,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"6085a3baa5dc1076","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853905,"stop":1724922853906,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","uid":"1e55baf9c9b5f50b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374684,"stop":1724922374684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"b0f86d5e8ce893c7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922499929,"stop":1724922499930,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"6ea9627fa79b007e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922778330,"stop":1724922778330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different content topics","uid":"ada14c026c6c6a1a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012459,"stop":1724923012460,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","uid":"92bf7a80c1e9295c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611441,"stop":1724922611441,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1724919035572","uid":"35e0cdaf6f7f4f6c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921474,"stop":1724922921474,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with store capability","uid":"41ccd65bb03671e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922398921,"stop":1724922398922,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"1c58a994123222de","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012472,"stop":1724923012473,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, no signature]","uid":"7cd53eb5fc55618d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922408751,"stop":1724922408752,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic for different network shard sizes","uid":"4822241c8b5fc301","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374696,"stop":1724922374697,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"6bd4144819ef9e24","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922409248,"stop":1724922409248,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"a20799840c672a87","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922998984,"stop":1724922998984,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"c9ecdb8bf9acb241","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012484,"stop":1724923012484,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"35d8c61d65084210","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012460,"stop":1724923012461,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"9403c68c2ebcff72","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922485954,"stop":1724922485954,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"d42a03eb299e7ef8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922485955,"stop":1724922485955,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"b6aff7b8c222de70","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922398920,"stop":1724922398920,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"px service nodes not subscribed to the shard should not be dialed","uid":"28dd7652976442d6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923048501,"stop":1724923048501,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1694164235572","uid":"582dfa3cccad9abd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921473,"stop":1724922921473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"e54a64ad38ffc537","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845236,"stop":1724922845236,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"348c8c492527dbd4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922383090,"stop":1724922383090,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"8a6e2a213942948","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922891482,"stop":1724922891483,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"af7a11260edbbb1f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922437306,"stop":1724922437307,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"2e9b4bddca43cadf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922508640,"stop":1724922508640,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"7d5829f6ee2d9376","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922966286,"stop":1724922966286,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/1 topic","uid":"ce2655f8bd23e58f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922862334,"stop":1724922862334,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"d730f415c05c74aa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012480,"stop":1724923012481,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to true","uid":"cef95b3ff9a15c72","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922382326,"stop":1724922382326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"35dfdbda77fa59d6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922647835,"stop":1724922647835,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"ed6c592ee6d14ab2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012469,"stop":1724923012469,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","uid":"3fb6dbc27d13f3ec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611440,"stop":1724922611440,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to false","uid":"c60a0f065d2766b2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922382326,"stop":1724922382327,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Throws when trying to push message with empty payload","uid":"99c03f6cf3637f20","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853913,"stop":1724922853914,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"976172f62ce6eb1b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853906,"stop":1724922853907,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"b881a0e06d72a552","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724922845654,"stop":1724922845654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - true","uid":"7aea3efd70e2e3ff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922966703,"stop":1724922966704,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"8f6cfb4874fbfcef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845254,"stop":1724922845254,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","uid":"e0ac56c51cdffd49","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374682,"stop":1724922374683,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"67b3de498fefaac6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724922865536,"stop":1724922865536,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"6c6002448607312b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922887522,"stop":1724922887523,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"876ac122f8576b38","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922647835,"stop":1724922647835,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"714b5de8758edf11","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845234,"stop":1724922845235,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and receive message","uid":"4f666b7b6f05e301","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012466,"stop":1724923012466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"d56843242e8548e7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012478,"stop":1724923012478,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for insufficient data","uid":"9fa2297bb37094e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374768,"stop":1724922374768,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return empty list for no shard","uid":"c660753682bab1c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374679,"stop":1724922374680,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"bc04a5919fa31595","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922647836,"stop":1724922647836,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app97/8/topic494/xml","uid":"20ef819cb6511bb1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922906441,"stop":1724922906441,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"c00a4314ef8d39e2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922402863,"stop":1724922402863,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"passes more than one ENR URLs and attempts connection","uid":"24110eec20e0a23e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724922439103,"stop":1724922439103,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"44ba7462db7883ec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922890067,"stop":1724922890067,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"9bec5a521833738c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374677,"stop":1724922374677,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"87e52898974ddddc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853927,"stop":1724922853927,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"9314839260f269ca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012481,"stop":1724923012481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"2cb916a54b02e947","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012474,"stop":1724923012474,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"38092e9f15e48512","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922601840,"stop":1724922601840,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"3e4c8f8adb9a31ff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922536229,"stop":1724922536230,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"c6648e0f7813e7d7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845238,"stop":1724922845238,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should parse a DNS tree entry","uid":"f46f477fe75f7e36","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922398404,"stop":1724922398404,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"c8b96f717e55818","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845248,"stop":1724922845248,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"2d339aac9c2a4d7d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922601844,"stop":1724922601844,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise, aborts when callback returns true","uid":"da236dc1c318d1e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922971799,"stop":1724922971800,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"b3233317665cfd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923008735,"stop":1724923008735,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing SQL Injection and receive message","uid":"2d450cdc4e83bcf9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012480,"stop":1724923012480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic","uid":"84c0403f07001235","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374695,"stop":1724922374695,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"328c39bbf1f72fdf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923008734,"stop":1724923008734,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"fe8127b02ecbe536","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922675552,"stop":1724922675552,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"8f6cde5c8b4e6cb3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921470,"stop":1724922921471,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 488, Shard ID: 866","uid":"f0257f173a3aec65","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922946229,"stop":1724922946229,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"980c28369017adb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922775986,"stop":1724922775987,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","uid":"4d90dfe846bfb53","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374693,"stop":1724922374693,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 3 connections","uid":"8f80a4d2c581ac27","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922661642,"stop":1724922661644,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"fb85f557939571de","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922601858,"stop":1724922601858,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (branch): should parse and verify a single component DNS branch entry","uid":"194b604423a7592e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922398405,"stop":1724922398406,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"794f199154f87e48","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922906446,"stop":1724922906446,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"b77ed4ef0e52e392","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922398278,"stop":1724922398278,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"b6b9cd4572f6f03e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922402862,"stop":1724922402863,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and publish message","uid":"4fdf5e8cec4f259","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922891488,"stop":1724922891488,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 0 connections","uid":"7e2e621b99b94965","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922661624,"stop":1724922661625,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing SQL Injection","uid":"17ccfbfcb6b4824b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921468,"stop":1724922921468,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"6c2fdbc263d58d1c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012464,"stop":1724923012465,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called at least once on all `peer:discovery` events","uid":"52262e4460fd5002","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922433167,"stop":1724922433167,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","uid":"af8a00e418093fd1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611438,"stop":1724922611438,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"db8ae1879c344e6d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012467,"stop":1724923012467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"c3ac5c8742c5ea90","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922971801,"stop":1724922971801,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"44f7ae3aefe8ea14","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845253,"stop":1724922845254,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /statusim/1/community/cbor to shard index 4","uid":"49fba54a3a4de9d3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374671,"stop":1724922374671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"60a7015b56047cdb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922647834,"stop":1724922647834,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be online or offline if network state changed","uid":"2af477ca4fc6e56f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922425603,"stop":1724922425604,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"1ff6e12504b56218","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853923,"stop":1724922853923,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"326bee9270ea3182","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922383081,"stop":1724922383081,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"b2af12cd71e31db0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922601840,"stop":1724922601840,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"7b1206d2d49d4783","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922635351,"stop":1724922635352,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should fail to subscribe with decoder with wrong pubsubTopic","uid":"7675b91bb45699e9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922508642,"stop":1724922508642,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing unicode special characters","uid":"5accda8e53f9e34","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922887527,"stop":1724922887527,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 353, Shard ID: 920","uid":"cacf58ad4dc37b41","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922946230,"stop":1724922946230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create peer info with all multiaddrs","uid":"afcec4701aef4a90","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922383090,"stop":1724922383091,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error for a single configured topic","uid":"70f7a4c8b52ce760","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374689,"stop":1724922374690,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"c66b5a6a124a5673","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922409250,"stop":1724922409250,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"2834995d6314f117","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724922601858,"stop":1724922601858,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on autosharded pubsubtopic","uid":"71f15a8e1a21f06","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922508637,"stop":1724922508638,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Does not throw an exception when node disconnects","uid":"ba7a7785f2cd6b55","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922998983,"stop":1724922998983,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1724922425216 ","uid":"e78815666ea6e681","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922601845,"stop":1724922601846,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"69be794e460fa860","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922635358,"stop":1724922635359,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"4192bcff687f9c42","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923008737,"stop":1724923008737,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"b8af958e8f942f15","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922862335,"stop":1724922862335,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should error if DNS tree entry is misformatted","uid":"97df1ecd8ae2879a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922398405,"stop":1724922398405,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message bigger that 1MB","uid":"aaada347bce8a430","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921475,"stop":1724922921476,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"c12dac16b4d8eb18","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922635357,"stop":1724922635357,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"3f47843e76ef2e66","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374695,"stop":1724922374695,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"f199781e8256943c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922408754,"stop":1724922408755,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect (autosharding)","uid":"d645963cd99c1aa3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611420,"stop":1724922611421,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with non string payload is not received","uid":"45891c471a406ac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845246,"stop":1724922845246,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"53d863d936b7a7bd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922998984,"stop":1724922998985,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only LIGHTPUSH set to true","uid":"cad39391d3a1305f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922382325,"stop":1724922382325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"9c8c35ace55d3902","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922866493,"stop":1724922866493,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"fd6407fb55b02ca0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922408757,"stop":1724922408757,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only STORE set to true","uid":"415aeb1111d014dd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922382330,"stop":1724922382330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"a6ef23539bb31a92","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845262,"stop":1724922845263,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","uid":"69281c1616291f73","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374673,"stop":1724922374673,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","uid":"66abdc2155897ab0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922778327,"stop":1724922778327,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app96/7/topic650/test.js","uid":"681698fbb618f5d8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922906442,"stop":1724922906442,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"7f68708a3ed8fdfd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724922845264,"stop":1724922845264,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent ping failures","uid":"d318b4bf083977b6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922535049,"stop":1724922535049,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"602c00187391e648","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922408753,"stop":1724922408754,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:offline` event only when all peers disconnect","uid":"f562a682d4554cd8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922476374,"stop":1724922476374,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"bea89194290154aa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012483,"stop":1724923012483,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 738, Shard ID: 941","uid":"8ef49d46ca68e36c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922946229,"stop":1724922946229,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"4023d2b8ca85176a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012467,"stop":1724923012467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use the provided clusterId for the pubsub topic","uid":"a054204567ac3218","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374696,"stop":1724922374696,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong content topic","uid":"5f180218b159b91d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922887532,"stop":1724922887532,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"2ffac1f6a799a5b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922436971,"stop":1724922436972,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"258d9231ce867db6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374657,"stop":1724922374657,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"7616c6abae9bb00f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012468,"stop":1724923012468,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"7abc6fbbbfb15062","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922635345,"stop":1724922635346,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"86270874ee483bed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922647837,"stop":1724922647837,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"f722752192e943d1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012458,"stop":1724923012458,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"5c895b665200b9e5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922536231,"stop":1724922536232,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","uid":"c97af327e35de383","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922999269,"stop":1724922999270,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"28d390ac3dbe34d9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922890066,"stop":1724922890067,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"28a14b166bc2e2b3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922601857,"stop":1724922601857,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to true","uid":"753187cb3357070f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922382331,"stop":1724922382331,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"520aeb4087374750","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922983784,"stop":1724922983785,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"9e2a8996329493d1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845257,"stop":1724922845257,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"1e15a3c203a04171","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922382545,"stop":1724922382546,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"c8ebf5fb4bd2fbc5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845233,"stop":1724922845233,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"6880bc512fad4294","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922465399,"stop":1724922465400,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"d4736163a2fb5ce7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922601843,"stop":1724922601843,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"17fcef00fb3e3b99","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012471,"stop":1724923012472,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"fab7def87f0b475","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922433168,"stop":1724922433168,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"322a4a8ff57b83bb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845253,"stop":1724922845253,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"fa0de4956879dfee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922727745,"stop":1724922727746,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (2) when cannot fulfill all requirements","uid":"c6758088bfed03cb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922398922,"stop":1724922398922,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"12139d36d0540a0b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611430,"stop":1724922611430,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"a5c3661ae17de006","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921452,"stop":1724922921461,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"cbd96f835ae542da","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922465400,"stop":1724922465401,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no pubsub topic is not received","uid":"e9076850ec540110","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922601856,"stop":1724922601856,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update multiaddrs","uid":"2b1277d908567749","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922778645,"stop":1724922778646,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","uid":"6a75ce588d3b1141","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922999268,"stop":1724922999269,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"67d9b458033f401c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922647830,"stop":1724922647831,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"c3e2a2c499f4eabd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922971800,"stop":1724922971800,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"607d4c0669575d0c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922410312,"stop":1724922410312,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"9121fbe76d8356d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922485955,"stop":1724922485955,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"524902c40320d996","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922408755,"stop":1724922408756,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /myapp/1/latest/proto to shard index 0","uid":"5568d9a99a9f87a8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374663,"stop":1724922374663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"7732ef15cef4fdf0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922887525,"stop":1724922887526,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","uid":"26e66f5fc364fe20","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922778325,"stop":1724922778325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","uid":"e80398954471faee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922999265,"stop":1724922999266,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and receive message","uid":"3c8ec453f4ce9112","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012482,"stop":1724923012482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 2 connections","uid":"629d9752713e9033","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922661641,"stop":1724922661642,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"bf1cb6e1a373ac26","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922508634,"stop":1724922508635,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app87/9/topic894/json","uid":"9cd2ad57b835c0cd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922906439,"stop":1724922906440,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"9d8cc1c9ee7a46dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922635353,"stop":1724922635354,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"27b396409641a6a6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922946243,"stop":1724922946244,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 1","uid":"ae75b4ed0712f35b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374679,"stop":1724922374679,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"6830634956ddb0fa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922887526,"stop":1724922887526,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"ce7766b69bbe4c3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853918,"stop":1724922853918,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"416608463c7bd228","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853909,"stop":1724922853910,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","uid":"14df5570ad0869cb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922778328,"stop":1724922778328,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert a SingleShardInfo object to the correct PubsubTopic","uid":"6227b7cf48b57a27","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374677,"stop":1724922374677,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"1aae14c8c7668339","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921469,"stop":1724922921469,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and receive message","uid":"efe3eecde92933b7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012466,"stop":1724923012466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"1593b67437f63101","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012478,"stop":1724923012479,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","uid":"5757dabe83f1e00e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611431,"stop":1724922611431,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Basic HTML tag payload","uid":"389493f5c6a0a339","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921449,"stop":1724922921450,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing a valid cursor at 19 index when there are 50 messages","uid":"7d2fec699c4b78b3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922928887,"stop":1724922928887,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"b51bfe5c6f291e81","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922890065,"stop":1724922890066,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"a292bae5ff215274","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012470,"stop":1724923012471,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"6669e9f8abefdaf0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921448,"stop":1724922921449,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with generation field greater than 0","uid":"1391faea2346e787","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374659,"stop":1724922374660,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 0","uid":"8d8c1c006d1cd298","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374678,"stop":1724922374679,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","uid":"baa1defb4079dff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922778326,"stop":1724922778326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"c1e05836685e7b5e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853927,"stop":1724922853927,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","uid":"c529ff290b2a6f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611443,"stop":1724922611443,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"83339b303d487a96","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921473,"stop":1724922921473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"c812465bfbc9f25b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922887524,"stop":1724922887525,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"e6a7842c55046bba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921444,"stop":1724922921445,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"c86ce5dbc7fad4dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922966283,"stop":1724922966283,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - true","uid":"a96fc9eafa38e91","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922966704,"stop":1724922966705,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered callback, aborts when callback returns true","uid":"ac52063cefd4cfa1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922971800,"stop":1724922971800,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"171276ff386f569d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922465395,"stop":1724922465395,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing shell command and publish message","uid":"b1c7199775d08a59","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922891492,"stop":1724922891493,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"f918ca8cf0f7b53b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921467,"stop":1724922921467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Thu Aug 29 2024 08:14:22 GMT+0000 (Coordinated Universal Time)","uid":"2ad2cc2b22f4e169","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922887529,"stop":1724922887530,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"d5811604d74d3628","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922727646,"stop":1724922727646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"a883252467c84a0c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922391232,"stop":1724922391233,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"ffaf797dcef793fa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922966284,"stop":1724922966285,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"44e74ecf485e9038","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922891484,"stop":1724922891484,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"b9661ff0d6d75ce8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853902,"stop":1724922853903,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"80b478932d3aadc2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922984602,"stop":1724922984603,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"d44b52cac44eee8d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922439098,"stop":1724922439098,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"1263f7371501e3fc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922499936,"stop":1724922499936,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"4c8039e9b4b145f5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922727746,"stop":1724922727747,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"de2bf4fa1c9fc4ca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922499935,"stop":1724922499935,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing SQL Injection","uid":"2407092dded2803d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853918,"stop":1724922853919,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing unicode special characters","uid":"6186bda730d95972","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853923,"stop":1724922853927,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"px service nodes not subscribed to the shard should not be dialed","uid":"28b4012984e68a4e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923048502,"stop":1724923048502,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing escaped characters and receive message","uid":"fd9133b166eac029","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012482,"stop":1724923012483,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"c9919ab5bb5b49fb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922890066,"stop":1724922890066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","uid":"6cce17776e1ce311","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724922398923,"stop":1724922398923,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connected peers and dial","uid":"f3a7f71976c747bf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724922845653,"stop":1724922845654,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"bdee7b6fea37e6d4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922383090,"stop":1724922383090,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","uid":"3ecaa212b25b6600","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374686,"stop":1724922374687,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","uid":"5d9e0cdbe0672bc0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922382332,"stop":1724922382333,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","uid":"be16419b9ccbe288","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922778323,"stop":1724922778323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"2ee483a20b68bb69","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922465394,"stop":1724922465394,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Timestamp too far from node time: 40000 ms from now","uid":"41e96f660794c9f1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922999271,"stop":1724922999271,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only RELAY set to true","uid":"644fff5189056376","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922382321,"stop":1724922382323,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"70edc609aedd7b10","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724922845246,"stop":1724922845246,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"96e901a7d2d8843","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921443,"stop":1724922921444,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","uid":"366921785147f963","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922611432,"stop":1724922611433,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"681132e837290822","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921447,"stop":1724922921448,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"11096621b38a938b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922862333,"stop":1724922862333,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with RELAY and FILTER protocols set to true","uid":"ca1191f08e6f115f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922382332,"stop":1724922382332,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups multiple content topics into the same pubsub topic when they share the same shard index","uid":"c37948f5798d937a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374676,"stop":1724922374676,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","uid":"2c5d39562c002cd1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922398406,"stop":1724922398406,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"62170088d5c8704a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853912,"stop":1724922853913,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"39a361ba31b3655f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923048501,"stop":1724923048501,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"3343a0fc1709414e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012460,"stop":1724923012460,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:peer-exchange` event when a peer is connected","uid":"97718009893323ff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922425598,"stop":1724922425599,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"6a87c4e567d132e9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922845232,"stop":1724922845233,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","uid":"a5af398198c14133","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922887528,"stop":1724922887529,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"c30feba91c32dd3f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012479,"stop":1724923012480,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error when the topic is within a list of configured topics","uid":"27791ba717691c8d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374690,"stop":1724922374690,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","uid":"68628ff572e4f422","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922433169,"stop":1724922433169,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"d94461970d347993","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374676,"stop":1724922374676,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and publish message","uid":"ddebfa69136924e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922891488,"stop":1724922891488,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing special chars and receive message","uid":"10e0b7b364f8be79","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012463,"stop":1724923012463,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing special chars","uid":"dd3b0df4dba22c2c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921466,"stop":1724922921467,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 19 when there are 20 messages","uid":"d8ab9c3464e594f5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922983783,"stop":1724922983784,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"f00c1c56a21b7e13","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923008736,"stop":1724923008736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and publish message","uid":"f51a56542fadd373","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922891492,"stop":1724922891492,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect","uid":"8c821fad76fb1c2c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922771083,"stop":1724922771083,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","uid":"d44d8ae8a2a52ea9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374687,"stop":1724922374687,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and receive message","uid":"24112303a49b08db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012483,"stop":1724923012483,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (payload length 0)","uid":"4700966cb4216b08","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922377155,"stop":1724922377155,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"c36c0636545c21e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853917,"stop":1724922853917,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"30ba2a2570181579","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922601844,"stop":1724922601844,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"6463bcb026f8e450","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922921467,"stop":1724922921468,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"9cf654fe6a0db836","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922887524,"stop":1724922887524,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"e7a1a4e7c637199","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1724922601858,"stop":1724922601859,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"af002a9e604dcb80","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724923012460,"stop":1724923012460,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should process correctly when SingleShardInfo has no clusterId but has a shard","uid":"cb92d3d6f9c8ac22","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374692,"stop":1724922374692,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"e81f691c30719ef1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922601846,"stop":1724922601846,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"afaee155ca90d5f1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922950823,"stop":1724922950823,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"776b8b391cf32a00","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922647829,"stop":1724922647830,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 3 connections","uid":"b8dd82888d183c95","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922661651,"stop":1724922661652,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"c82f2dd221a7a5d9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922409249,"stop":1724922409250,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 0 when there are 110 messages","uid":"c9f7495dfa1d937","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922983779,"stop":1724922983780,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and publish message","uid":"b303f5567fc99e77","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922891492,"stop":1724922891492,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /incorrect/format","uid":"76944968bcc34638","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922374683,"stop":1724922374683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Tracks peer failures correctly","uid":"5a78a38547cd09de","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922535050,"stop":1724922535051,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"95e075ddf9bc4406","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922853903,"stop":1724922853904,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"5fa8806e300dd930","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922887520,"stop":1724922887520,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"e3bbccdd7a040855","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922408756,"stop":1724922408757,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and publish message","uid":"59174e6e0e1f9059","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922891487,"stop":1724922891487,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","uid":"af4ef0073c9c634c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922778324,"stop":1724922778324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"cc9e9e74fd6ce932","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922891483,"stop":1724922891483,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"51fdbbdbb12b5332","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1724922998983,"stop":1724922998984,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"name":"timeline"} \ No newline at end of file diff --git a/7376/export/influxDbData.txt b/7376/export/influxDbData.txt index 909c497ce0f..b981af8b54a 100644 --- a/7376/export/influxDbData.txt +++ b/7376/export/influxDbData.txt @@ -1,12 +1,11 @@ -launch_status failed=0 1724921736000000000 -launch_status broken=2 1724921736000000000 -launch_status passed=832 1724921736000000000 -launch_status skipped=21 1724921736000000000 -launch_status unknown=0 1724921736000000000 -launch_time duration=686477 1724921736000000000 -launch_time min_duration=0 1724921736000000000 -launch_time max_duration=34 1724921736000000000 -launch_time sum_duration=504 1724921736000000000 -launch_problems test_defects=2 1724921736000000000 -launch_retries retries=2 1724921736000000000 -launch_retries run=855 1724921736000000000 +launch_status failed=0 1724923061000000000 +launch_status broken=0 1724923061000000000 +launch_status passed=834 1724923061000000000 +launch_status skipped=21 1724923061000000000 +launch_status unknown=0 1724923061000000000 +launch_time duration=674055 1724923061000000000 +launch_time min_duration=0 1724923061000000000 +launch_time max_duration=10 1724923061000000000 +launch_time sum_duration=376 1724923061000000000 +launch_retries retries=2 1724923061000000000 +launch_retries run=855 1724923061000000000 diff --git a/7376/export/prometheusData.txt b/7376/export/prometheusData.txt index 9ca550824f3..1bd276f7dab 100644 --- a/7376/export/prometheusData.txt +++ b/7376/export/prometheusData.txt @@ -1,12 +1,11 @@ launch_status_failed 0 -launch_status_broken 2 -launch_status_passed 832 +launch_status_broken 0 +launch_status_passed 834 launch_status_skipped 21 launch_status_unknown 0 -launch_time_duration 686477 +launch_time_duration 674055 launch_time_min_duration 0 -launch_time_max_duration 34 -launch_time_sum_duration 504 -launch_problems_test_defects 2 +launch_time_max_duration 10 +launch_time_sum_duration 376 launch_retries_retries 2 launch_retries_run 855 diff --git a/7376/history/categories-trend.json b/7376/history/categories-trend.json index 676f25d1d8b..a277209ae28 100644 --- a/7376/history/categories-trend.json +++ b/7376/history/categories-trend.json @@ -1 +1 @@ -[{"buildOrder":7376,"reportUrl":"https://waku-org.github.io/js-waku/7376/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7375,"reportUrl":"https://waku-org.github.io/js-waku/7375/","reportName":"Allure Report with history","data":{}},{"buildOrder":7374,"reportUrl":"https://waku-org.github.io/js-waku/7374/","reportName":"Allure Report with history","data":{"Test defects":3}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"Test defects":3}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7372,"reportUrl":"https://waku-org.github.io/js-waku/7372/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7370,"reportUrl":"https://waku-org.github.io/js-waku/7370/","reportName":"Allure Report with history","data":{}},{"buildOrder":7369,"reportUrl":"https://waku-org.github.io/js-waku/7369/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7368,"reportUrl":"https://waku-org.github.io/js-waku/7368/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file +[{"buildOrder":7376,"reportUrl":"https://waku-org.github.io/js-waku/7376/","reportName":"Allure Report with history","data":{}},{"buildOrder":7376,"reportUrl":"https://waku-org.github.io/js-waku/7376/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7375,"reportUrl":"https://waku-org.github.io/js-waku/7375/","reportName":"Allure Report with history","data":{}},{"buildOrder":7374,"reportUrl":"https://waku-org.github.io/js-waku/7374/","reportName":"Allure Report with history","data":{"Test defects":3}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"Test defects":3}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7372,"reportUrl":"https://waku-org.github.io/js-waku/7372/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7370,"reportUrl":"https://waku-org.github.io/js-waku/7370/","reportName":"Allure Report with history","data":{}},{"buildOrder":7369,"reportUrl":"https://waku-org.github.io/js-waku/7369/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7368,"reportUrl":"https://waku-org.github.io/js-waku/7368/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file diff --git a/7376/history/duration-trend.json b/7376/history/duration-trend.json index a3b838123ca..5f2e7198cf7 100644 --- a/7376/history/duration-trend.json +++ b/7376/history/duration-trend.json @@ -1 +1 @@ -[{"buildOrder":7376,"reportUrl":"https://waku-org.github.io/js-waku/7376/","reportName":"Allure Report with history","data":{"duration":686477}},{"buildOrder":7375,"reportUrl":"https://waku-org.github.io/js-waku/7375/","reportName":"Allure Report with history","data":{"duration":666039}},{"buildOrder":7374,"reportUrl":"https://waku-org.github.io/js-waku/7374/","reportName":"Allure Report with history","data":{"duration":713931}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"duration":688900}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"duration":671892}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"duration":690698}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"duration":692641}},{"buildOrder":7372,"reportUrl":"https://waku-org.github.io/js-waku/7372/","reportName":"Allure Report with history","data":{"duration":698800}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"duration":666328}},{"buildOrder":7370,"reportUrl":"https://waku-org.github.io/js-waku/7370/","reportName":"Allure Report with history","data":{"duration":672725}},{"buildOrder":7369,"reportUrl":"https://waku-org.github.io/js-waku/7369/","reportName":"Allure Report with history","data":{"duration":708284}},{"buildOrder":7368,"reportUrl":"https://waku-org.github.io/js-waku/7368/","reportName":"Allure Report with history","data":{"duration":680936}},{"data":{}}] \ No newline at end of file +[{"buildOrder":7376,"reportUrl":"https://waku-org.github.io/js-waku/7376/","reportName":"Allure Report with history","data":{"duration":674055}},{"buildOrder":7376,"reportUrl":"https://waku-org.github.io/js-waku/7376/","reportName":"Allure Report with history","data":{"duration":686477}},{"buildOrder":7375,"reportUrl":"https://waku-org.github.io/js-waku/7375/","reportName":"Allure Report with history","data":{"duration":666039}},{"buildOrder":7374,"reportUrl":"https://waku-org.github.io/js-waku/7374/","reportName":"Allure Report with history","data":{"duration":713931}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"duration":688900}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"duration":671892}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"duration":690698}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"duration":692641}},{"buildOrder":7372,"reportUrl":"https://waku-org.github.io/js-waku/7372/","reportName":"Allure Report with history","data":{"duration":698800}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"duration":666328}},{"buildOrder":7370,"reportUrl":"https://waku-org.github.io/js-waku/7370/","reportName":"Allure Report with history","data":{"duration":672725}},{"buildOrder":7369,"reportUrl":"https://waku-org.github.io/js-waku/7369/","reportName":"Allure Report with history","data":{"duration":708284}},{"buildOrder":7368,"reportUrl":"https://waku-org.github.io/js-waku/7368/","reportName":"Allure Report with history","data":{"duration":680936}},{"data":{}}] \ No newline at end of file diff --git a/7376/history/history-trend.json b/7376/history/history-trend.json index 1b49574a494..21a173962c9 100644 --- a/7376/history/history-trend.json +++ b/7376/history/history-trend.json @@ -1 +1 @@ -[{"buildOrder":7376,"reportUrl":"https://waku-org.github.io/js-waku/7376/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":832,"unknown":0,"total":855}},{"buildOrder":7375,"reportUrl":"https://waku-org.github.io/js-waku/7375/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7374,"reportUrl":"https://waku-org.github.io/js-waku/7374/","reportName":"Allure Report with history","data":{"failed":0,"broken":3,"skipped":21,"passed":831,"unknown":0,"total":855}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":833,"unknown":0,"total":855}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"failed":0,"broken":3,"skipped":21,"passed":829,"unknown":0,"total":853}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":830,"unknown":0,"total":853}},{"buildOrder":7372,"reportUrl":"https://waku-org.github.io/js-waku/7372/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":830,"unknown":0,"total":853}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":833,"unknown":0,"total":855}},{"buildOrder":7370,"reportUrl":"https://waku-org.github.io/js-waku/7370/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7369,"reportUrl":"https://waku-org.github.io/js-waku/7369/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":833,"unknown":0,"total":855}},{"buildOrder":7368,"reportUrl":"https://waku-org.github.io/js-waku/7368/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file +[{"buildOrder":7376,"reportUrl":"https://waku-org.github.io/js-waku/7376/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7376,"reportUrl":"https://waku-org.github.io/js-waku/7376/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":832,"unknown":0,"total":855}},{"buildOrder":7375,"reportUrl":"https://waku-org.github.io/js-waku/7375/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7374,"reportUrl":"https://waku-org.github.io/js-waku/7374/","reportName":"Allure Report with history","data":{"failed":0,"broken":3,"skipped":21,"passed":831,"unknown":0,"total":855}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":833,"unknown":0,"total":855}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"failed":0,"broken":3,"skipped":21,"passed":829,"unknown":0,"total":853}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":830,"unknown":0,"total":853}},{"buildOrder":7372,"reportUrl":"https://waku-org.github.io/js-waku/7372/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":830,"unknown":0,"total":853}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":833,"unknown":0,"total":855}},{"buildOrder":7370,"reportUrl":"https://waku-org.github.io/js-waku/7370/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7369,"reportUrl":"https://waku-org.github.io/js-waku/7369/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":833,"unknown":0,"total":855}},{"buildOrder":7368,"reportUrl":"https://waku-org.github.io/js-waku/7368/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file diff --git a/7376/history/history.json b/7376/history/history.json index 1ba275adc4d..274c6a02434 100644 --- a/7376/history/history.json +++ b/7376/history/history.json @@ -1 +1 @@ -{"3f6c66760972b99278c4557cf3cbcd04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4549a666b90f29ba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4549a666b90f29ba","status":"passed","time":{"start":1724921037637,"stop":1724921037637,"duration":0}},{"uid":"76db4adc6a105d0b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/76db4adc6a105d0b","status":"passed","time":{"start":1724921013049,"stop":1724921013050,"duration":1}},{"uid":"517ad06a083b6d84","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/517ad06a083b6d84","status":"passed","time":{"start":1724917673293,"stop":1724917673294,"duration":1}},{"uid":"4f27f29ffb8e1cf9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f27f29ffb8e1cf9","status":"passed","time":{"start":1724889452312,"stop":1724889452312,"duration":0}},{"uid":"b3b35f239bd84118","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b3b35f239bd84118","status":"passed","time":{"start":1724888602842,"stop":1724888602842,"duration":0}},{"uid":"3ead0bb8c90face7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3ead0bb8c90face7","status":"passed","time":{"start":1724887759165,"stop":1724887759165,"duration":0}},{"uid":"dd0a548552d97fa2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dd0a548552d97fa2","status":"passed","time":{"start":1724886525545,"stop":1724886525545,"duration":0}},{"uid":"7a1613a31ec4080d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7a1613a31ec4080d","status":"passed","time":{"start":1724886303398,"stop":1724886303399,"duration":1}},{"uid":"cc04edd9e2fa9b3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc04edd9e2fa9b3e","status":"passed","time":{"start":1724861752230,"stop":1724861752230,"duration":0}},{"uid":"522e19431d42a674","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/522e19431d42a674","status":"passed","time":{"start":1724861223356,"stop":1724861223356,"duration":0}},{"uid":"83cc54823dad19a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/83cc54823dad19a","status":"passed","time":{"start":1724861045204,"stop":1724861045205,"duration":1}},{"uid":"c75dcc4266cc0feb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c75dcc4266cc0feb","status":"passed","time":{"start":1724860907086,"stop":1724860907086,"duration":0}}]},"96c6b0eed164f405a87de18099223b64:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"55d8048671fc7bc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/55d8048671fc7bc1","status":"passed","time":{"start":1724887032416,"stop":1724887032416,"duration":0}}]},"ba6f4ccdefcbacaae5b841718fa8ff87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4d3fda186b727c06","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4d3fda186b727c06","status":"passed","time":{"start":1724921423894,"stop":1724921423895,"duration":1}},{"uid":"d74dadeb532effab","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d74dadeb532effab","status":"passed","time":{"start":1724921407985,"stop":1724921407985,"duration":0}},{"uid":"c18f0ba95f75e431","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c18f0ba95f75e431","status":"passed","time":{"start":1724918130464,"stop":1724918130464,"duration":0}},{"uid":"dbf4d6034d5f7182","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dbf4d6034d5f7182","status":"passed","time":{"start":1724889849944,"stop":1724889849946,"duration":2}},{"uid":"31ff5881e1ef8682","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31ff5881e1ef8682","status":"passed","time":{"start":1724888984943,"stop":1724888984943,"duration":0}},{"uid":"6a49dd6fdcba2ca3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a49dd6fdcba2ca3","status":"passed","time":{"start":1724888172873,"stop":1724888172874,"duration":1}},{"uid":"71b6d99e7e384dc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/71b6d99e7e384dc1","status":"passed","time":{"start":1724886941904,"stop":1724886941904,"duration":0}},{"uid":"b7b9eb6488f9907c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b7b9eb6488f9907c","status":"passed","time":{"start":1724886712938,"stop":1724886712938,"duration":0}},{"uid":"d7d358f57f8ccd7f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d7d358f57f8ccd7f","status":"passed","time":{"start":1724862129831,"stop":1724862129831,"duration":0}},{"uid":"f345775ff8c4b418","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f345775ff8c4b418","status":"passed","time":{"start":1724861625586,"stop":1724861625586,"duration":0}},{"uid":"4e8913f7f6d278ca","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4e8913f7f6d278ca","status":"passed","time":{"start":1724861470311,"stop":1724861470311,"duration":0}},{"uid":"119e0b73b482f0f1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/119e0b73b482f0f1","status":"passed","time":{"start":1724861304273,"stop":1724861304273,"duration":0}}]},"682fae8543bf88700f30b4d164fc1367:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e94e2e3e68185de9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e94e2e3e68185de9","status":"passed","time":{"start":1724918259546,"stop":1724918259546,"duration":0}}]},"1f745989f12a2ee168dd0901e424fa9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"67f60c430e453eff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/67f60c430e453eff","status":"passed","time":{"start":1724921529570,"stop":1724921529571,"duration":1}},{"uid":"7db7a24d7186e399","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7db7a24d7186e399","status":"passed","time":{"start":1724921488872,"stop":1724921488873,"duration":1}},{"uid":"677ddcf58d681a88","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/677ddcf58d681a88","status":"passed","time":{"start":1724918203668,"stop":1724918203668,"duration":0}},{"uid":"20365fb66db17de4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/20365fb66db17de4","status":"passed","time":{"start":1724889938352,"stop":1724889938352,"duration":0}},{"uid":"d56b258498fb214e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d56b258498fb214e","status":"passed","time":{"start":1724889077031,"stop":1724889077032,"duration":1}},{"uid":"60e66913823a066b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/60e66913823a066b","status":"passed","time":{"start":1724888268004,"stop":1724888268004,"duration":0}},{"uid":"cfd7de0de3b9226b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cfd7de0de3b9226b","status":"passed","time":{"start":1724887032388,"stop":1724887032388,"duration":0}},{"uid":"4497f5bb9e5c5d48","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4497f5bb9e5c5d48","status":"passed","time":{"start":1724886822785,"stop":1724886822785,"duration":0}},{"uid":"e3cbc07a75e31776","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e3cbc07a75e31776","status":"passed","time":{"start":1724862233503,"stop":1724862233503,"duration":0}},{"uid":"138300d38294e947","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/138300d38294e947","status":"passed","time":{"start":1724861712663,"stop":1724861712663,"duration":0}},{"uid":"1fd1b8e735f881a0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1fd1b8e735f881a0","status":"passed","time":{"start":1724861567879,"stop":1724861567880,"duration":1}},{"uid":"1fcf7a59c29e2432","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1fcf7a59c29e2432","status":"passed","time":{"start":1724861392038,"stop":1724861392038,"duration":0}}]},"1475ae37b222da78e668d84beb1b9d08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2bbfa1a52854a47f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2bbfa1a52854a47f","status":"passed","time":{"start":1724886848929,"stop":1724886848930,"duration":1}}]},"39f59080b5d6fbae518c82e94593bca2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2cdcdd4b86f2098","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2cdcdd4b86f2098","status":"passed","time":{"start":1724921040181,"stop":1724921040181,"duration":0}},{"uid":"de94fad5502e44b0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/de94fad5502e44b0","status":"passed","time":{"start":1724921015574,"stop":1724921015574,"duration":0}},{"uid":"a7f909271fda2585","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a7f909271fda2585","status":"passed","time":{"start":1724917675800,"stop":1724917675800,"duration":0}},{"uid":"1119cd41bae48c4f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1119cd41bae48c4f","status":"passed","time":{"start":1724889454807,"stop":1724889454808,"duration":1}},{"uid":"5f56631baa8cbc86","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f56631baa8cbc86","status":"passed","time":{"start":1724888605323,"stop":1724888605323,"duration":0}},{"uid":"f8a3c8851799ec1e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f8a3c8851799ec1e","status":"passed","time":{"start":1724887761648,"stop":1724887761649,"duration":1}},{"uid":"c3bf2a23916f7847","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c3bf2a23916f7847","status":"passed","time":{"start":1724886527994,"stop":1724886527994,"duration":0}},{"uid":"6b308c8e85b5bc65","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6b308c8e85b5bc65","status":"passed","time":{"start":1724886305813,"stop":1724886305813,"duration":0}},{"uid":"bf80c2b512d766d3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf80c2b512d766d3","status":"passed","time":{"start":1724861754710,"stop":1724861754710,"duration":0}},{"uid":"507ae564825dd44c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/507ae564825dd44c","status":"passed","time":{"start":1724861225783,"stop":1724861225783,"duration":0}},{"uid":"b2f8368cf2c23652","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b2f8368cf2c23652","status":"passed","time":{"start":1724861047870,"stop":1724861047870,"duration":0}},{"uid":"3a09079bec7cbfcf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3a09079bec7cbfcf","status":"passed","time":{"start":1724860909786,"stop":1724860909786,"duration":0}}]},"8f83da17e3a61143f1b0164036ea3c7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d1072cecc748ed4b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d1072cecc748ed4b","status":"passed","time":{"start":1724887092630,"stop":1724887092630,"duration":0}}]},"012516d4701f54c825856c988f24ef70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"795e68a892725d4d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/795e68a892725d4d","status":"passed","time":{"start":1724861485081,"stop":1724861485082,"duration":1}}]},"56cbcc93132ca5c7a31f73814848f0be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d875d250ea5b68d0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d875d250ea5b68d0","status":"passed","time":{"start":1724862233518,"stop":1724862233521,"duration":3}}]},"2af63252c8685876a1aa16ea1f005c2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bf50ae68b948f731","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bf50ae68b948f731","status":"passed","time":{"start":1724921270360,"stop":1724921270360,"duration":0}},{"uid":"bd665389713af02a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bd665389713af02a","status":"passed","time":{"start":1724921247819,"stop":1724921247820,"duration":1}},{"uid":"1d67769cdc710a9f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1d67769cdc710a9f","status":"passed","time":{"start":1724917989821,"stop":1724917989821,"duration":0}},{"uid":"82e5fcb22727cd9a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/82e5fcb22727cd9a","status":"passed","time":{"start":1724889678566,"stop":1724889678567,"duration":1}},{"uid":"d32be53b710579b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d32be53b710579b2","status":"passed","time":{"start":1724888829845,"stop":1724888829845,"duration":0}},{"uid":"fecfcd0b6f3a72a1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fecfcd0b6f3a72a1","status":"passed","time":{"start":1724888077012,"stop":1724888077013,"duration":1}},{"uid":"c2426812462bdf31","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c2426812462bdf31","status":"passed","time":{"start":1724886851127,"stop":1724886851128,"duration":1}},{"uid":"cff956ee4aa9d166","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cff956ee4aa9d166","status":"passed","time":{"start":1724886647113,"stop":1724886647118,"duration":5}},{"uid":"7fd3641dbac6938f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7fd3641dbac6938f","status":"passed","time":{"start":1724861992714,"stop":1724861992715,"duration":1}},{"uid":"c047cab61f85cd85","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c047cab61f85cd85","status":"passed","time":{"start":1724861469646,"stop":1724861469646,"duration":0}},{"uid":"937692d15fd9c1e4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/937692d15fd9c1e4","status":"passed","time":{"start":1724861284860,"stop":1724861284861,"duration":1}},{"uid":"c86f638f32731703","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c86f638f32731703","status":"passed","time":{"start":1724861145811,"stop":1724861145811,"duration":0}}]},"c699536f4c84b6db4481ba440ea9cc1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"50bd4e105c3a34e4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/50bd4e105c3a34e4","status":"passed","time":{"start":1724921267865,"stop":1724921267866,"duration":1}},{"uid":"bd35bf4ddbc5114b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bd35bf4ddbc5114b","status":"passed","time":{"start":1724921244357,"stop":1724921244357,"duration":0}},{"uid":"7e5162e58078ac9a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7e5162e58078ac9a","status":"passed","time":{"start":1724917916039,"stop":1724917916039,"duration":0}},{"uid":"6be05f590948152","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6be05f590948152","status":"passed","time":{"start":1724889678250,"stop":1724889678250,"duration":0}},{"uid":"c530b848052ef079","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c530b848052ef079","status":"passed","time":{"start":1724888831680,"stop":1724888831681,"duration":1}},{"uid":"c76432d96afbfbc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c76432d96afbfbc","status":"passed","time":{"start":1724888003316,"stop":1724888003316,"duration":0}},{"uid":"9352fb42939939fa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9352fb42939939fa","status":"passed","time":{"start":1724886776601,"stop":1724886776602,"duration":1}},{"uid":"514cefad5365ac0d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/514cefad5365ac0d","status":"passed","time":{"start":1724886555788,"stop":1724886555788,"duration":0}},{"uid":"9dff271d57f16fe6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9dff271d57f16fe6","status":"passed","time":{"start":1724861983002,"stop":1724861983002,"duration":0}},{"uid":"bff0846a9eb2564","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bff0846a9eb2564","status":"passed","time":{"start":1724861444063,"stop":1724861444063,"duration":0}},{"uid":"dbd1277663ee9322","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dbd1277663ee9322","status":"passed","time":{"start":1724861285825,"stop":1724861285826,"duration":1}},{"uid":"52f5a7c8f4451d9f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/52f5a7c8f4451d9f","status":"passed","time":{"start":1724861145657,"stop":1724861145658,"duration":1}}]},"a435f8b0b0becf8c2eaf3ac2a3375b51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f97eb75c6e81cac2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f97eb75c6e81cac2","status":"passed","time":{"start":1724921088200,"stop":1724921088202,"duration":2}},{"uid":"641f23a65e3eb073","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/641f23a65e3eb073","status":"passed","time":{"start":1724921063383,"stop":1724921063383,"duration":0}},{"uid":"889e4d3742affd40","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/889e4d3742affd40","status":"passed","time":{"start":1724917723834,"stop":1724917723835,"duration":1}},{"uid":"32de61cbc016d421","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/32de61cbc016d421","status":"passed","time":{"start":1724889503227,"stop":1724889503228,"duration":1}},{"uid":"ccfa9bbfc11fddd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ccfa9bbfc11fddd","status":"passed","time":{"start":1724888652594,"stop":1724888652595,"duration":1}},{"uid":"fba682e89ba3120a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fba682e89ba3120a","status":"passed","time":{"start":1724887810649,"stop":1724887810650,"duration":1}},{"uid":"a486eec9a475fa78","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a486eec9a475fa78","status":"passed","time":{"start":1724886577072,"stop":1724886577073,"duration":1}},{"uid":"e68ba43ffd2f202b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e68ba43ffd2f202b","status":"passed","time":{"start":1724886355053,"stop":1724886355054,"duration":1}},{"uid":"dcc826b05189028f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dcc826b05189028f","status":"passed","time":{"start":1724861804042,"stop":1724861804050,"duration":8}},{"uid":"18320068fdc105f0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/18320068fdc105f0","status":"passed","time":{"start":1724861273297,"stop":1724861273298,"duration":1}},{"uid":"efac001352ac5cdb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/efac001352ac5cdb","status":"passed","time":{"start":1724861099310,"stop":1724861099311,"duration":1}},{"uid":"8b4a9008c8a3cc33","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8b4a9008c8a3cc33","status":"passed","time":{"start":1724860959309,"stop":1724860959311,"duration":2}}]},"9ab4a09c5e6a6b120c60466023b76436:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1419da909ad16d06","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1419da909ad16d06","status":"passed","time":{"start":1724861392064,"stop":1724861392064,"duration":0}}]},"058611e0379b567ec369f6d23bd97baf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"15f156674dabe4af","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/15f156674dabe4af","status":"passed","time":{"start":1724921046208,"stop":1724921046208,"duration":0}},{"uid":"85dcf8418ae7c5cb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/85dcf8418ae7c5cb","status":"passed","time":{"start":1724921021480,"stop":1724921021480,"duration":0}},{"uid":"f9405ee5f0816002","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f9405ee5f0816002","status":"passed","time":{"start":1724917681728,"stop":1724917681728,"duration":0}},{"uid":"b3e25d42cf26866","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b3e25d42cf26866","status":"passed","time":{"start":1724889460656,"stop":1724889460656,"duration":0}},{"uid":"7790b3b458c17d39","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7790b3b458c17d39","status":"passed","time":{"start":1724888611299,"stop":1724888611299,"duration":0}},{"uid":"8c02e34f07e814f3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8c02e34f07e814f3","status":"passed","time":{"start":1724887767624,"stop":1724887767624,"duration":0}},{"uid":"b99b35e07029c01a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b99b35e07029c01a","status":"passed","time":{"start":1724886533995,"stop":1724886533995,"duration":0}},{"uid":"aecc8725016eef6e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/aecc8725016eef6e","status":"passed","time":{"start":1724886311762,"stop":1724886311762,"duration":0}},{"uid":"1587667804ebdb1e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1587667804ebdb1e","status":"passed","time":{"start":1724861760780,"stop":1724861760780,"duration":0}},{"uid":"48f326058e571e2c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/48f326058e571e2c","status":"passed","time":{"start":1724861231738,"stop":1724861231738,"duration":0}},{"uid":"6e395d806debbb4f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6e395d806debbb4f","status":"passed","time":{"start":1724861054261,"stop":1724861054261,"duration":0}},{"uid":"4b939f56f7a6b112","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4b939f56f7a6b112","status":"passed","time":{"start":1724860915818,"stop":1724860915818,"duration":0}}]},"ca0aa9b4f0257c98141dd0b8857ad0ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd878730bd98919c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cd878730bd98919c","status":"passed","time":{"start":1724921613048,"stop":1724921613049,"duration":1}}]},"4d863be13dd3a1bef0b830601781c59d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"62c003fcc12ff210","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/62c003fcc12ff210","status":"passed","time":{"start":1724921321312,"stop":1724921321312,"duration":0}},{"uid":"3309f9cdf8962383","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3309f9cdf8962383","status":"passed","time":{"start":1724921298786,"stop":1724921298786,"duration":0}},{"uid":"802419bb7562ac95","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/802419bb7562ac95","status":"passed","time":{"start":1724918008265,"stop":1724918008266,"duration":1}},{"uid":"738ac5373b1aa039","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/738ac5373b1aa039","status":"passed","time":{"start":1724889728596,"stop":1724889728596,"duration":0}},{"uid":"b43e555b9774563d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b43e555b9774563d","status":"passed","time":{"start":1724888882875,"stop":1724888882876,"duration":1}},{"uid":"ba39b2515c56d12d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ba39b2515c56d12d","status":"passed","time":{"start":1724888111026,"stop":1724888111026,"duration":0}},{"uid":"7a84b7116a7f9a34","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7a84b7116a7f9a34","status":"passed","time":{"start":1724886869448,"stop":1724886869448,"duration":0}},{"uid":"61b383278d22436a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/61b383278d22436a","status":"passed","time":{"start":1724886642937,"stop":1724886642938,"duration":1}},{"uid":"c2f3103ea561061a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2f3103ea561061a","status":"passed","time":{"start":1724862044582,"stop":1724862044582,"duration":0}},{"uid":"3588bc86bf766c67","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3588bc86bf766c67","status":"passed","time":{"start":1724861523040,"stop":1724861523041,"duration":1}},{"uid":"63f1fc007bdc4a1d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/63f1fc007bdc4a1d","status":"passed","time":{"start":1724861362474,"stop":1724861362475,"duration":1}},{"uid":"1ae84c16ed3e3a38","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1ae84c16ed3e3a38","status":"passed","time":{"start":1724861196856,"stop":1724861196858,"duration":2}}]},"1245c88246b4c7e7c5fb27ace076c684:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bde2e8fe97db1164","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bde2e8fe97db1164","status":"passed","time":{"start":1724921669869,"stop":1724921669869,"duration":0}},{"uid":"af6f43cd319aab76","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/af6f43cd319aab76","status":"passed","time":{"start":1724921630266,"stop":1724921630266,"duration":0}},{"uid":"dca5ba9501093833","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dca5ba9501093833","status":"passed","time":{"start":1724918332987,"stop":1724918332987,"duration":0}},{"uid":"1fea086787c94c22","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1fea086787c94c22","status":"passed","time":{"start":1724890089467,"stop":1724890089467,"duration":0}},{"uid":"33f8d4f512e8d0ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33f8d4f512e8d0ba","status":"passed","time":{"start":1724889224491,"stop":1724889224491,"duration":0}},{"uid":"27934c7620a2ead2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/27934c7620a2ead2","status":"passed","time":{"start":1724888406345,"stop":1724888406346,"duration":1}},{"uid":"70ab2d6772367c5e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/70ab2d6772367c5e","status":"passed","time":{"start":1724887175023,"stop":1724887175023,"duration":0}},{"uid":"fe50055a2c986ec4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fe50055a2c986ec4","status":"passed","time":{"start":1724886952407,"stop":1724886952407,"duration":0}},{"uid":"a2e0ff8522d7aae4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2e0ff8522d7aae4","status":"passed","time":{"start":1724862378560,"stop":1724862378561,"duration":1}},{"uid":"f47629278d7784e2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f47629278d7784e2","status":"passed","time":{"start":1724861846749,"stop":1724861846749,"duration":0}},{"uid":"556a65cdece01d9e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/556a65cdece01d9e","status":"passed","time":{"start":1724861702534,"stop":1724861702534,"duration":0}},{"uid":"e596feaaf7b3941c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e596feaaf7b3941c","status":"passed","time":{"start":1724861533458,"stop":1724861533458,"duration":0}}]},"6155f6e2bed73f9a83f09d1b91bfd1fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"80f50c442fbd1929","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/80f50c442fbd1929","status":"passed","time":{"start":1724921141188,"stop":1724921141188,"duration":0}},{"uid":"d837212022f5857c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d837212022f5857c","status":"passed","time":{"start":1724921118249,"stop":1724921118250,"duration":1}},{"uid":"bc1972c72f4d4a77","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bc1972c72f4d4a77","status":"passed","time":{"start":1724917777551,"stop":1724917777552,"duration":1}},{"uid":"d55a31e52b7e1e3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d55a31e52b7e1e3e","status":"passed","time":{"start":1724889554665,"stop":1724889554665,"duration":0}},{"uid":"ebf9735e924be880","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ebf9735e924be880","status":"passed","time":{"start":1724888706938,"stop":1724888706939,"duration":1}},{"uid":"25defb69b7612e01","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/25defb69b7612e01","status":"passed","time":{"start":1724887861774,"stop":1724887861774,"duration":0}},{"uid":"4da6fb70bb3d9725","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4da6fb70bb3d9725","status":"passed","time":{"start":1724886631477,"stop":1724886631477,"duration":0}},{"uid":"96e04edc55d23b60","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/96e04edc55d23b60","status":"passed","time":{"start":1724886409746,"stop":1724886409746,"duration":0}},{"uid":"a9d2c40c968186bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9d2c40c968186bc","status":"passed","time":{"start":1724861858184,"stop":1724861858184,"duration":0}},{"uid":"1b27820e15219bec","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1b27820e15219bec","status":"passed","time":{"start":1724861324521,"stop":1724861324522,"duration":1}},{"uid":"f06ded5106960ee5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f06ded5106960ee5","status":"passed","time":{"start":1724861152391,"stop":1724861152391,"duration":0}},{"uid":"468176c179872949","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/468176c179872949","status":"passed","time":{"start":1724861011435,"stop":1724861011436,"duration":1}}]},"ccc67cdec03f56972b9eddce4b707990:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d960b4464b4b314","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d960b4464b4b314","status":"passed","time":{"start":1724921045536,"stop":1724921045536,"duration":0}},{"uid":"66a82a8add1b357f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/66a82a8add1b357f","status":"passed","time":{"start":1724921020729,"stop":1724921020730,"duration":1}},{"uid":"f68d79e5bab5c786","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f68d79e5bab5c786","status":"passed","time":{"start":1724917681061,"stop":1724917681062,"duration":1}},{"uid":"1bac8d0b0814c7c5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1bac8d0b0814c7c5","status":"passed","time":{"start":1724889459953,"stop":1724889459954,"duration":1}},{"uid":"f5e118d836e2fd9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f5e118d836e2fd9","status":"passed","time":{"start":1724888610544,"stop":1724888610545,"duration":1}},{"uid":"2be8a5f7f655e5cc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2be8a5f7f655e5cc","status":"passed","time":{"start":1724887766851,"stop":1724887766851,"duration":0}},{"uid":"1e533dc74ed2c3cb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1e533dc74ed2c3cb","status":"passed","time":{"start":1724886533247,"stop":1724886533247,"duration":0}},{"uid":"aec944901411242f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/aec944901411242f","status":"passed","time":{"start":1724886311095,"stop":1724886311096,"duration":1}},{"uid":"50e239204a275f66","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/50e239204a275f66","status":"passed","time":{"start":1724861760052,"stop":1724861760053,"duration":1}},{"uid":"4b9d491fdfa240c0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4b9d491fdfa240c0","status":"passed","time":{"start":1724861230836,"stop":1724861230837,"duration":1}},{"uid":"54815ed7607feb07","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/54815ed7607feb07","status":"passed","time":{"start":1724861053409,"stop":1724861053410,"duration":1}},{"uid":"fa1a0ce9df2ca23","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fa1a0ce9df2ca23","status":"passed","time":{"start":1724860914748,"stop":1724860914748,"duration":0}}]},"68f276a48316b6629b326d8fb3c5948c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c593004c576232fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c593004c576232fa","status":"passed","time":{"start":1724890039742,"stop":1724890039743,"duration":1}}]},"696de4ccfba1b86bf720a692a0da2863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8372ecd543bb2924","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8372ecd543bb2924","status":"passed","time":{"start":1724887068231,"stop":1724887068231,"duration":0}}]},"1cd2e7ab5751589aaf3d7f49c672016c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"39c6e8808cf3a25b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/39c6e8808cf3a25b","status":"passed","time":{"start":1724921529583,"stop":1724921529583,"duration":0}},{"uid":"d14813d788edfe13","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d14813d788edfe13","status":"passed","time":{"start":1724921488878,"stop":1724921488878,"duration":0}},{"uid":"34d201a741190a69","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/34d201a741190a69","status":"passed","time":{"start":1724918203685,"stop":1724918203685,"duration":0}},{"uid":"c26dc315e037e404","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c26dc315e037e404","status":"passed","time":{"start":1724889938357,"stop":1724889938357,"duration":0}},{"uid":"4eaeaa4afba58730","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4eaeaa4afba58730","status":"passed","time":{"start":1724889077065,"stop":1724889077065,"duration":0}},{"uid":"9a01225b9b4f47a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9a01225b9b4f47a9","status":"passed","time":{"start":1724888268032,"stop":1724888268033,"duration":1}},{"uid":"16b0f82248610724","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/16b0f82248610724","status":"passed","time":{"start":1724887032401,"stop":1724887032401,"duration":0}},{"uid":"c77ad99ee92c509b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c77ad99ee92c509b","status":"passed","time":{"start":1724886822794,"stop":1724886822798,"duration":4}},{"uid":"f99345645d295f3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f99345645d295f3e","status":"passed","time":{"start":1724862233509,"stop":1724862233509,"duration":0}},{"uid":"5ce824b812ef07d2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5ce824b812ef07d2","status":"passed","time":{"start":1724861712668,"stop":1724861712669,"duration":1}},{"uid":"40600e0264f8b109","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/40600e0264f8b109","status":"passed","time":{"start":1724861567887,"stop":1724861567888,"duration":1}},{"uid":"99708101304bde7c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/99708101304bde7c","status":"passed","time":{"start":1724861392053,"stop":1724861392053,"duration":0}}]},"bb39db76e589e83735f49f94360d1011:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd5f29959e124560","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cd5f29959e124560","status":"passed","time":{"start":1724921619635,"stop":1724921619636,"duration":1}}]},"54d048885e840da89bbbb387a2459ee8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba1c64ce09d95e2e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ba1c64ce09d95e2e","status":"passed","time":{"start":1724861465636,"stop":1724861465637,"duration":1}}]},"43e4c3d321b44a5ff314a8644db799cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"88e7c7a429e73f95","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/88e7c7a429e73f95","status":"passed","time":{"start":1724921625083,"stop":1724921625083,"duration":0}},{"uid":"9280d4faa41d27a8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9280d4faa41d27a8","status":"passed","time":{"start":1724921590509,"stop":1724921590509,"duration":0}},{"uid":"d31ffe726988e01e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d31ffe726988e01e","status":"passed","time":{"start":1724918287575,"stop":1724918287575,"duration":0}},{"uid":"ccabaf9131c2886e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ccabaf9131c2886e","status":"passed","time":{"start":1724890047800,"stop":1724890047800,"duration":0}},{"uid":"60719b15000f6032","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/60719b15000f6032","status":"passed","time":{"start":1724889183941,"stop":1724889183942,"duration":1}},{"uid":"ccd87c0b1692fe27","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ccd87c0b1692fe27","status":"passed","time":{"start":1724888354181,"stop":1724888354182,"duration":1}},{"uid":"7b886a49e4a4781d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7b886a49e4a4781d","status":"passed","time":{"start":1724887145718,"stop":1724887145719,"duration":1}},{"uid":"e66c9bb9614af8a1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e66c9bb9614af8a1","status":"passed","time":{"start":1724886915797,"stop":1724886915797,"duration":0}},{"uid":"d4fea9e628919840","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d4fea9e628919840","status":"passed","time":{"start":1724862341463,"stop":1724862341463,"duration":0}},{"uid":"c4b0c43c15cf6d49","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c4b0c43c15cf6d49","status":"passed","time":{"start":1724861805466,"stop":1724861805467,"duration":1}},{"uid":"a6f86a4ee0de528","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a6f86a4ee0de528","status":"passed","time":{"start":1724861662298,"stop":1724861662299,"duration":1}},{"uid":"5eeeb217d124de04","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5eeeb217d124de04","status":"passed","time":{"start":1724861492525,"stop":1724861492526,"duration":1}}]},"5d075f148b8189dc1892986b18614e14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8ae0772d0c33ca9d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8ae0772d0c33ca9d","status":"passed","time":{"start":1724887068229,"stop":1724887068230,"duration":1}}]},"bde05d7d872812d04f35c3d9bdb8336c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c88fb127bd4c35a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3c88fb127bd4c35a","status":"passed","time":{"start":1724887127880,"stop":1724887127881,"duration":1}}]},"982dde643629d9d6b9ad5cdb535ac936:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cf0cd1e82ef9e0a5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cf0cd1e82ef9e0a5","status":"passed","time":{"start":1724921663253,"stop":1724921663253,"duration":0}},{"uid":"e33fa0982280c846","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e33fa0982280c846","status":"passed","time":{"start":1724921617878,"stop":1724921617878,"duration":0}},{"uid":"5ecc43dc3b8ffcac","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5ecc43dc3b8ffcac","status":"passed","time":{"start":1724918326159,"stop":1724918326159,"duration":0}},{"uid":"9d910d7c94654a71","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9d910d7c94654a71","status":"passed","time":{"start":1724890076391,"stop":1724890076392,"duration":1}},{"uid":"f86ced28a4d361da","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f86ced28a4d361da","status":"passed","time":{"start":1724889199686,"stop":1724889199686,"duration":0}},{"uid":"babcc99124dca470","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/babcc99124dca470","status":"passed","time":{"start":1724888382419,"stop":1724888382420,"duration":1}},{"uid":"647b15bd8c780c34","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/647b15bd8c780c34","status":"passed","time":{"start":1724887156366,"stop":1724887156366,"duration":0}},{"uid":"2cb1e8a1c4ca8633","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2cb1e8a1c4ca8633","status":"passed","time":{"start":1724886936158,"stop":1724886936159,"duration":1}},{"uid":"240a7b9940218084","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/240a7b9940218084","status":"passed","time":{"start":1724862347634,"stop":1724862347634,"duration":0}},{"uid":"33ca62906a0dc74a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/33ca62906a0dc74a","status":"passed","time":{"start":1724861827951,"stop":1724861827952,"duration":1}},{"uid":"da1abbe2beac79be","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/da1abbe2beac79be","status":"passed","time":{"start":1724861685956,"stop":1724861685957,"duration":1}},{"uid":"f937431b4973791c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f937431b4973791c","status":"passed","time":{"start":1724861514745,"stop":1724861514746,"duration":1}}]},"a26b35ad626fd604ff4e4edce86ea4f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"122614456d4f5357","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/122614456d4f5357","status":"passed","time":{"start":1724887092627,"stop":1724887092627,"duration":0}}]},"9aa5112f5edd46e1b8a608728933e5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"83696c2e74b4d842","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/83696c2e74b4d842","status":"passed","time":{"start":1724921515253,"stop":1724921515254,"duration":1}},{"uid":"99ddda6f9fa66039","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/99ddda6f9fa66039","status":"passed","time":{"start":1724921475503,"stop":1724921475503,"duration":0}},{"uid":"805f28ee49663592","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/805f28ee49663592","status":"passed","time":{"start":1724918179417,"stop":1724918179418,"duration":1}},{"uid":"83fd41c151e1cd6c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/83fd41c151e1cd6c","status":"passed","time":{"start":1724889935352,"stop":1724889935352,"duration":0}},{"uid":"946c446303866643","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/946c446303866643","status":"passed","time":{"start":1724889072768,"stop":1724889072768,"duration":0}},{"uid":"10420e5ca55dc222","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/10420e5ca55dc222","status":"passed","time":{"start":1724888232428,"stop":1724888232428,"duration":0}},{"uid":"71b576c87c28e517","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/71b576c87c28e517","status":"passed","time":{"start":1724887018315,"stop":1724887018315,"duration":0}},{"uid":"e832e7b025efd6b1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e832e7b025efd6b1","status":"passed","time":{"start":1724886781504,"stop":1724886781504,"duration":0}},{"uid":"76dbf43757de5c02","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/76dbf43757de5c02","status":"passed","time":{"start":1724862213684,"stop":1724862213684,"duration":0}},{"uid":"fc8271b89b9699e6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fc8271b89b9699e6","status":"passed","time":{"start":1724861685883,"stop":1724861685884,"duration":1}},{"uid":"deef8615121c10d0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/deef8615121c10d0","status":"passed","time":{"start":1724861546208,"stop":1724861546209,"duration":1}},{"uid":"97c5e75be89a5fe","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/97c5e75be89a5fe","status":"passed","time":{"start":1724861378125,"stop":1724861378126,"duration":1}}]},"11533c5d9c798f5647c41d4bb4af7aba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"30b246bd6558c997","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/30b246bd6558c997","status":"passed","time":{"start":1724921164591,"stop":1724921164592,"duration":1}},{"uid":"994b148aaaaefea1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/994b148aaaaefea1","status":"passed","time":{"start":1724921137820,"stop":1724921137823,"duration":3}},{"uid":"e963fb685e6a8197","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e963fb685e6a8197","status":"passed","time":{"start":1724917810538,"stop":1724917810539,"duration":1}},{"uid":"a0848b8f457ef655","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a0848b8f457ef655","status":"passed","time":{"start":1724889585445,"stop":1724889585445,"duration":0}},{"uid":"d4fdb8dbc0faab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d4fdb8dbc0faab","status":"passed","time":{"start":1724888736508,"stop":1724888736508,"duration":0}},{"uid":"3cb5107d02e349f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3cb5107d02e349f9","status":"passed","time":{"start":1724887891783,"stop":1724887891783,"duration":0}},{"uid":"de1841c08c896952","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/de1841c08c896952","status":"passed","time":{"start":1724886657785,"stop":1724886657786,"duration":1}},{"uid":"63baa3682fd99f80","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/63baa3682fd99f80","status":"passed","time":{"start":1724886447357,"stop":1724886447357,"duration":0}},{"uid":"de735f899d110375","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/de735f899d110375","status":"passed","time":{"start":1724861880113,"stop":1724861880117,"duration":4}},{"uid":"6895c6ca87ee959c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6895c6ca87ee959c","status":"passed","time":{"start":1724861359780,"stop":1724861359781,"duration":1}},{"uid":"a6179a93d4917a4b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a6179a93d4917a4b","status":"passed","time":{"start":1724861179679,"stop":1724861179680,"duration":1}},{"uid":"b3c969b916641374","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b3c969b916641374","status":"passed","time":{"start":1724861040979,"stop":1724861040979,"duration":0}}]},"b341853c808d7a5c4994ae93c9c74516:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"861185a2dd8589f2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/861185a2dd8589f2","status":"passed","time":{"start":1724921602945,"stop":1724921602945,"duration":0}},{"uid":"4eec864463a71389","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4eec864463a71389","status":"passed","time":{"start":1724921571093,"stop":1724921571094,"duration":1}},{"uid":"526a5c22bc30f0fc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/526a5c22bc30f0fc","status":"passed","time":{"start":1724918285584,"stop":1724918285584,"duration":0}},{"uid":"26378cbe218d1678","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/26378cbe218d1678","status":"passed","time":{"start":1724890030087,"stop":1724890030088,"duration":1}},{"uid":"c2bf891a5ee46bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2bf891a5ee46bd","status":"passed","time":{"start":1724889171906,"stop":1724889171906,"duration":0}},{"uid":"678dd44cf2eb94d0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/678dd44cf2eb94d0","status":"passed","time":{"start":1724888350719,"stop":1724888350719,"duration":0}},{"uid":"73c3ed5dc2cbe01e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/73c3ed5dc2cbe01e","status":"passed","time":{"start":1724887115404,"stop":1724887115404,"duration":0}},{"uid":"887fdeeb5e59ac0e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/887fdeeb5e59ac0e","status":"passed","time":{"start":1724886884568,"stop":1724886884568,"duration":0}},{"uid":"b8571d6058b51a0d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8571d6058b51a0d","status":"passed","time":{"start":1724862322246,"stop":1724862322246,"duration":0}},{"uid":"33e080f24e09ce4b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/33e080f24e09ce4b","status":"passed","time":{"start":1724861790748,"stop":1724861790749,"duration":1}},{"uid":"5d6eee6fe1e72dba","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5d6eee6fe1e72dba","status":"passed","time":{"start":1724861628418,"stop":1724861628418,"duration":0}},{"uid":"87d6354150d75388","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/87d6354150d75388","status":"passed","time":{"start":1724861465620,"stop":1724861465621,"duration":1}}]},"0f4f5f9d40663e8bb7ba43793bdc2dd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6ecfdb75876ce673","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6ecfdb75876ce673","status":"passed","time":{"start":1724890039745,"stop":1724890039746,"duration":1}}]},"5312f38d9e21e47e6e496177a2770df9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f2b8d0915111e814","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f2b8d0915111e814","status":"passed","time":{"start":1724921540109,"stop":1724921540109,"duration":0}},{"uid":"dedf5e8c0e24c3e2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dedf5e8c0e24c3e2","status":"passed","time":{"start":1724921503540,"stop":1724921503541,"duration":1}},{"uid":"d547e777c74a1b3d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d547e777c74a1b3d","status":"passed","time":{"start":1724918214369,"stop":1724918214369,"duration":0}},{"uid":"3a19490f38bb8412","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a19490f38bb8412","status":"passed","time":{"start":1724889952445,"stop":1724889952445,"duration":0}},{"uid":"db49e3efa459dc34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/db49e3efa459dc34","status":"passed","time":{"start":1724889087469,"stop":1724889087469,"duration":0}},{"uid":"b95368cc2d5d1ac8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b95368cc2d5d1ac8","status":"passed","time":{"start":1724888266430,"stop":1724888266431,"duration":1}},{"uid":"5a7d067320a1ae1d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5a7d067320a1ae1d","status":"passed","time":{"start":1724887042932,"stop":1724887042932,"duration":0}},{"uid":"d8f6817c02ed7337","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d8f6817c02ed7337","status":"passed","time":{"start":1724886820800,"stop":1724886820800,"duration":0}},{"uid":"7eaa897185ef6d9b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7eaa897185ef6d9b","status":"passed","time":{"start":1724862245490,"stop":1724862245491,"duration":1}},{"uid":"6049d0fee2f354d6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6049d0fee2f354d6","status":"passed","time":{"start":1724861720400,"stop":1724861720403,"duration":3}},{"uid":"5bfb5ed2adb2c434","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5bfb5ed2adb2c434","status":"passed","time":{"start":1724861579389,"stop":1724861579389,"duration":0}},{"uid":"f85bbadaf0638236","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f85bbadaf0638236","status":"passed","time":{"start":1724861402507,"stop":1724861402508,"duration":1}}]},"ecb02bd69cba309a4d6d09ae3a94e7e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"20c9b7d0936a3059","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/20c9b7d0936a3059","status":"passed","time":{"start":1724862298394,"stop":1724862298394,"duration":0}}]},"ab9c72fbadc0c1e7e4b12ddcc969532f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f511ee9444759abd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f511ee9444759abd","status":"passed","time":{"start":1724921625064,"stop":1724921625065,"duration":1}},{"uid":"63402439e5a64861","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/63402439e5a64861","status":"passed","time":{"start":1724921590495,"stop":1724921590496,"duration":1}},{"uid":"2f8dde369afe7249","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2f8dde369afe7249","status":"passed","time":{"start":1724918287565,"stop":1724918287565,"duration":0}},{"uid":"fec5ba6ab0894340","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fec5ba6ab0894340","status":"passed","time":{"start":1724890047787,"stop":1724890047788,"duration":1}},{"uid":"5308abe8585327cf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5308abe8585327cf","status":"passed","time":{"start":1724889183920,"stop":1724889183921,"duration":1}},{"uid":"24bceb00fd5e6433","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/24bceb00fd5e6433","status":"passed","time":{"start":1724888354165,"stop":1724888354166,"duration":1}},{"uid":"9be90f81845e463e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9be90f81845e463e","status":"passed","time":{"start":1724887145658,"stop":1724887145659,"duration":1}},{"uid":"1117d80c43f9ccc2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1117d80c43f9ccc2","status":"passed","time":{"start":1724886915787,"stop":1724886915787,"duration":0}},{"uid":"ca1d71af7efd2ea5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ca1d71af7efd2ea5","status":"passed","time":{"start":1724862341437,"stop":1724862341438,"duration":1}},{"uid":"b45725cb78e7907d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b45725cb78e7907d","status":"passed","time":{"start":1724861805442,"stop":1724861805442,"duration":0}},{"uid":"8b19b2a7914ca615","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8b19b2a7914ca615","status":"passed","time":{"start":1724861662256,"stop":1724861662256,"duration":0}},{"uid":"2e20dbe057bc87ff","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2e20dbe057bc87ff","status":"passed","time":{"start":1724861492511,"stop":1724861492512,"duration":1}}]},"8345f1ef2d2dbebd1540ee062e7a8904:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a996497155899c37","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a996497155899c37","status":"passed","time":{"start":1724890039737,"stop":1724890039738,"duration":1}}]},"5b72280c943b19522a35016cedcc76c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ee3979b706e661d4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ee3979b706e661d4","status":"passed","time":{"start":1724921563007,"stop":1724921563008,"duration":1}},{"uid":"de52728853d8d3f5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/de52728853d8d3f5","status":"passed","time":{"start":1724921526809,"stop":1724921526809,"duration":0}},{"uid":"ed490cfaa71c65e1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ed490cfaa71c65e1","status":"passed","time":{"start":1724918239933,"stop":1724918239934,"duration":1}},{"uid":"2e080a3b363b8bcd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2e080a3b363b8bcd","status":"passed","time":{"start":1724889980881,"stop":1724889980881,"duration":0}},{"uid":"5076f136d7ccaa5c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5076f136d7ccaa5c","status":"passed","time":{"start":1724889109946,"stop":1724889109946,"duration":0}},{"uid":"86b00ec52a7d629c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/86b00ec52a7d629c","status":"passed","time":{"start":1724888294719,"stop":1724888294719,"duration":0}},{"uid":"fb7f0330eec2352a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fb7f0330eec2352a","status":"passed","time":{"start":1724887071735,"stop":1724887071735,"duration":0}},{"uid":"d14dfd43bec7d411","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d14dfd43bec7d411","status":"passed","time":{"start":1724886848341,"stop":1724886848341,"duration":0}},{"uid":"65b6a426d4add304","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/65b6a426d4add304","status":"passed","time":{"start":1724862259243,"stop":1724862259243,"duration":0}},{"uid":"dd0475edbc202ffa","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dd0475edbc202ffa","status":"passed","time":{"start":1724861735321,"stop":1724861735321,"duration":0}},{"uid":"d47f3b27bb6f50d4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d47f3b27bb6f50d4","status":"passed","time":{"start":1724861606335,"stop":1724861606335,"duration":0}},{"uid":"592d648e8dd1bcec","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/592d648e8dd1bcec","status":"passed","time":{"start":1724861426681,"stop":1724861426681,"duration":0}}]},"164996c5ae4c9fe72f8e8f3f45d9a4ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6094a650007372ef","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6094a650007372ef","status":"passed","time":{"start":1724921658741,"stop":1724921658742,"duration":1}},{"uid":"a39f137f15399655","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a39f137f15399655","status":"passed","time":{"start":1724921609578,"stop":1724921609578,"duration":0}},{"uid":"b0bf3242aac35498","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b0bf3242aac35498","status":"passed","time":{"start":1724918323455,"stop":1724918323456,"duration":1}},{"uid":"a7447febc79d5cba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a7447febc79d5cba","status":"passed","time":{"start":1724890071662,"stop":1724890071663,"duration":1}},{"uid":"52fc9144c58ef9df","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52fc9144c58ef9df","status":"passed","time":{"start":1724889207704,"stop":1724889207704,"duration":0}},{"uid":"ad1caf07019a4ce8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ad1caf07019a4ce8","status":"passed","time":{"start":1724888386324,"stop":1724888386325,"duration":1}},{"uid":"7ce690a95949b826","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7ce690a95949b826","status":"passed","time":{"start":1724887153932,"stop":1724887153932,"duration":0}},{"uid":"878a462e54881074","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/878a462e54881074","status":"passed","time":{"start":1724886927384,"stop":1724886927384,"duration":0}},{"uid":"315b4b90176d88c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/315b4b90176d88c9","status":"passed","time":{"start":1724862360108,"stop":1724862360108,"duration":0}},{"uid":"5a1813198eae0d63","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5a1813198eae0d63","status":"passed","time":{"start":1724861832840,"stop":1724861832841,"duration":1}},{"uid":"ff90b64be581782e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ff90b64be581782e","status":"passed","time":{"start":1724861687423,"stop":1724861687424,"duration":1}},{"uid":"c2177aad44ade2f3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c2177aad44ade2f3","status":"passed","time":{"start":1724861513175,"stop":1724861513175,"duration":0}}]},"ed2366d939d4bf3e3f0bb953eb7a493e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"56270c4ee8247b44","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/56270c4ee8247b44","status":"passed","time":{"start":1724921602956,"stop":1724921602957,"duration":1}},{"uid":"8e4f5c0d6dbdde2d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8e4f5c0d6dbdde2d","status":"passed","time":{"start":1724921571100,"stop":1724921571100,"duration":0}},{"uid":"d418cda2c0b80b9e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d418cda2c0b80b9e","status":"passed","time":{"start":1724918285597,"stop":1724918285598,"duration":1}},{"uid":"113b08df2c4e309a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/113b08df2c4e309a","status":"passed","time":{"start":1724890030093,"stop":1724890030094,"duration":1}},{"uid":"bc4ab07b239be7e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc4ab07b239be7e8","status":"passed","time":{"start":1724889171912,"stop":1724889171912,"duration":0}},{"uid":"8b62d96ea8b7ac68","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8b62d96ea8b7ac68","status":"passed","time":{"start":1724888350730,"stop":1724888350730,"duration":0}},{"uid":"bea6ba127e5b8bd9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bea6ba127e5b8bd9","status":"passed","time":{"start":1724887115413,"stop":1724887115414,"duration":1}},{"uid":"5dc94bbea3071cf4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5dc94bbea3071cf4","status":"passed","time":{"start":1724886884580,"stop":1724886884580,"duration":0}},{"uid":"aa5651648bec4a6f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aa5651648bec4a6f","status":"passed","time":{"start":1724862322265,"stop":1724862322265,"duration":0}},{"uid":"ceb5d5d5c07d4de8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ceb5d5d5c07d4de8","status":"passed","time":{"start":1724861790754,"stop":1724861790755,"duration":1}},{"uid":"2f69c292ddb02c1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2f69c292ddb02c1","status":"passed","time":{"start":1724861628424,"stop":1724861628424,"duration":0}},{"uid":"f5641f732cd34df9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f5641f732cd34df9","status":"passed","time":{"start":1724861465628,"stop":1724861465628,"duration":0}}]},"5f8bba24f7fa2e15c8ed9ef82fc45a67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"88d148067d113715","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/88d148067d113715","status":"passed","time":{"start":1724921515239,"stop":1724921515239,"duration":0}}]},"81074bcfcdf6b9de08243686f8c82315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a4a676297003c3ee","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a4a676297003c3ee","status":"passed","time":{"start":1724921037649,"stop":1724921037649,"duration":0}},{"uid":"eb5096d1bbd85f71","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/eb5096d1bbd85f71","status":"passed","time":{"start":1724921013061,"stop":1724921013061,"duration":0}},{"uid":"baeee67bebf7f4c7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/baeee67bebf7f4c7","status":"passed","time":{"start":1724917673302,"stop":1724917673302,"duration":0}},{"uid":"526178713d56729f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/526178713d56729f","status":"passed","time":{"start":1724889452322,"stop":1724889452322,"duration":0}},{"uid":"3dfb45d0b64b5370","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3dfb45d0b64b5370","status":"passed","time":{"start":1724888602854,"stop":1724888602854,"duration":0}},{"uid":"9a614e6c00449dca","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9a614e6c00449dca","status":"passed","time":{"start":1724887759175,"stop":1724887759175,"duration":0}},{"uid":"5457b314fd41468d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5457b314fd41468d","status":"passed","time":{"start":1724886525554,"stop":1724886525554,"duration":0}},{"uid":"434e2ab3365ba250","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/434e2ab3365ba250","status":"passed","time":{"start":1724886303408,"stop":1724886303409,"duration":1}},{"uid":"67fd76bd96cb936f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/67fd76bd96cb936f","status":"passed","time":{"start":1724861752245,"stop":1724861752246,"duration":1}},{"uid":"81791d575d04f7a6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/81791d575d04f7a6","status":"passed","time":{"start":1724861223365,"stop":1724861223365,"duration":0}},{"uid":"7521d18008aa4914","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7521d18008aa4914","status":"passed","time":{"start":1724861045214,"stop":1724861045214,"duration":0}},{"uid":"d151d7fee1fd08ae","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d151d7fee1fd08ae","status":"passed","time":{"start":1724860907100,"stop":1724860907100,"duration":0}}]},"fdc74c4e13af5d1d49c134afefa674b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f5ba7a082a1b62f0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f5ba7a082a1b62f0","status":"passed","time":{"start":1724921656189,"stop":1724921656191,"duration":2}},{"uid":"2301598ed6f3dc73","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2301598ed6f3dc73","status":"passed","time":{"start":1724921620456,"stop":1724921620457,"duration":1}},{"uid":"1ec1f5b9b8c90967","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1ec1f5b9b8c90967","status":"passed","time":{"start":1724918327709,"stop":1724918327709,"duration":0}},{"uid":"17380b2490bfa30b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/17380b2490bfa30b","status":"passed","time":{"start":1724890078469,"stop":1724890078469,"duration":0}},{"uid":"e5e8a1b40b19644e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e5e8a1b40b19644e","status":"passed","time":{"start":1724889213825,"stop":1724889213825,"duration":0}},{"uid":"39d25479fe83466d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/39d25479fe83466d","status":"passed","time":{"start":1724888383601,"stop":1724888383601,"duration":0}},{"uid":"da9e26ea3a13e760","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/da9e26ea3a13e760","status":"passed","time":{"start":1724887164578,"stop":1724887164578,"duration":0}},{"uid":"bb42eddf09df9f31","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bb42eddf09df9f31","status":"passed","time":{"start":1724886943099,"stop":1724886943100,"duration":1}},{"uid":"d5ff08abc7fd533a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d5ff08abc7fd533a","status":"passed","time":{"start":1724862368928,"stop":1724862368929,"duration":1}},{"uid":"b587641b32485185","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b587641b32485185","status":"passed","time":{"start":1724861835945,"stop":1724861835946,"duration":1}},{"uid":"66ca08fb5124eba6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/66ca08fb5124eba6","status":"passed","time":{"start":1724861692901,"stop":1724861692902,"duration":1}},{"uid":"d6d3653f2c6089ea","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d6d3653f2c6089ea","status":"passed","time":{"start":1724861520699,"stop":1724861520699,"duration":0}}]},"8eccf873694f700918c0acca464896ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"edff60bd25efaf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/edff60bd25efaf","status":"passed","time":{"start":1724862322280,"stop":1724862322281,"duration":1}}]},"6bca71b12d6ff0d2e723e60d895c1685:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6e20f37f0a7d9f49","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6e20f37f0a7d9f49","status":"passed","time":{"start":1724921321309,"stop":1724921321309,"duration":0}},{"uid":"e3a92cb86c5793d6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e3a92cb86c5793d6","status":"passed","time":{"start":1724921298783,"stop":1724921298783,"duration":0}},{"uid":"72011c1c6ac92673","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/72011c1c6ac92673","status":"passed","time":{"start":1724918008227,"stop":1724918008227,"duration":0}},{"uid":"cde298c9b319ad31","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cde298c9b319ad31","status":"passed","time":{"start":1724889728593,"stop":1724889728593,"duration":0}},{"uid":"6b0a0432648b6093","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b0a0432648b6093","status":"passed","time":{"start":1724888882872,"stop":1724888882872,"duration":0}},{"uid":"539895c0c68a787","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/539895c0c68a787","status":"passed","time":{"start":1724888111014,"stop":1724888111014,"duration":0}},{"uid":"3d5d6ae773f06e89","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3d5d6ae773f06e89","status":"passed","time":{"start":1724886869444,"stop":1724886869444,"duration":0}},{"uid":"b06eee9d15ae71c0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b06eee9d15ae71c0","status":"passed","time":{"start":1724886642934,"stop":1724886642935,"duration":1}},{"uid":"3f695ec5c466b1fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3f695ec5c466b1fa","status":"passed","time":{"start":1724862044579,"stop":1724862044580,"duration":1}},{"uid":"9145cb242ca49869","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9145cb242ca49869","status":"passed","time":{"start":1724861523028,"stop":1724861523029,"duration":1}},{"uid":"2725532f81161103","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2725532f81161103","status":"passed","time":{"start":1724861362470,"stop":1724861362470,"duration":0}},{"uid":"aeda4a857d3c67bd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/aeda4a857d3c67bd","status":"passed","time":{"start":1724861196777,"stop":1724861196778,"duration":1}}]},"b5bda04dd29e5aa9c61023bb36731ec7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f2ca507bfcbbc703","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f2ca507bfcbbc703","status":"passed","time":{"start":1724921577168,"stop":1724921577169,"duration":1}}]},"8a9bd884415be9623e8385debd710e3c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fe37809ea4660e61","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fe37809ea4660e61","status":"passed","time":{"start":1724921518824,"stop":1724921518824,"duration":0}}]},"cfc4c86576cfa3c6493b570a0d0d33fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"21eb89b7a11d37c0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/21eb89b7a11d37c0","status":"passed","time":{"start":1724921037621,"stop":1724921037622,"duration":1}},{"uid":"6f30d86ae0031dbf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6f30d86ae0031dbf","status":"passed","time":{"start":1724921013034,"stop":1724921013034,"duration":0}},{"uid":"255c2d3c6452a620","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/255c2d3c6452a620","status":"passed","time":{"start":1724917673277,"stop":1724917673277,"duration":0}},{"uid":"c9380c21d3b4ac3c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c9380c21d3b4ac3c","status":"passed","time":{"start":1724889452296,"stop":1724889452297,"duration":1}},{"uid":"c0f6f09baa53fb2a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c0f6f09baa53fb2a","status":"passed","time":{"start":1724888602826,"stop":1724888602826,"duration":0}},{"uid":"def0bec86d4f39b7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/def0bec86d4f39b7","status":"passed","time":{"start":1724887759150,"stop":1724887759151,"duration":1}},{"uid":"7c2398c013dc762f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7c2398c013dc762f","status":"passed","time":{"start":1724886525537,"stop":1724886525538,"duration":1}},{"uid":"9e4683481c0ddb64","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9e4683481c0ddb64","status":"passed","time":{"start":1724886303383,"stop":1724886303384,"duration":1}},{"uid":"897f5f67c810047b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/897f5f67c810047b","status":"passed","time":{"start":1724861752212,"stop":1724861752212,"duration":0}},{"uid":"70dc534631bc2413","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/70dc534631bc2413","status":"passed","time":{"start":1724861223342,"stop":1724861223343,"duration":1}},{"uid":"7a59d6cf249595bf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7a59d6cf249595bf","status":"passed","time":{"start":1724861045188,"stop":1724861045188,"duration":0}},{"uid":"3467ff4298ecc350","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3467ff4298ecc350","status":"passed","time":{"start":1724860907070,"stop":1724860907070,"duration":0}}]},"4ee6cc200913613041f2b29257428b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"232cef48ddee9e31","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/232cef48ddee9e31","status":"passed","time":{"start":1724921625079,"stop":1724921625079,"duration":0}},{"uid":"41fb0655bf881289","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/41fb0655bf881289","status":"passed","time":{"start":1724921590502,"stop":1724921590503,"duration":1}},{"uid":"62b5cdacddbf88ac","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/62b5cdacddbf88ac","status":"passed","time":{"start":1724918287570,"stop":1724918287570,"duration":0}},{"uid":"a9e55b7454f78a28","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9e55b7454f78a28","status":"passed","time":{"start":1724890047796,"stop":1724890047796,"duration":0}},{"uid":"f9aa77a3bdad385e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9aa77a3bdad385e","status":"passed","time":{"start":1724889183929,"stop":1724889183929,"duration":0}},{"uid":"260ee8fb039827bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/260ee8fb039827bd","status":"passed","time":{"start":1724888354176,"stop":1724888354176,"duration":0}},{"uid":"92ec891278c6d2e9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/92ec891278c6d2e9","status":"passed","time":{"start":1724887145694,"stop":1724887145697,"duration":3}},{"uid":"80b3932dc0ab799b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/80b3932dc0ab799b","status":"passed","time":{"start":1724886915792,"stop":1724886915792,"duration":0}},{"uid":"21c69f288d5b0c94","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/21c69f288d5b0c94","status":"passed","time":{"start":1724862341457,"stop":1724862341457,"duration":0}},{"uid":"cf1457db26598e0d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cf1457db26598e0d","status":"passed","time":{"start":1724861805455,"stop":1724861805455,"duration":0}},{"uid":"3e96c0b2275f398e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3e96c0b2275f398e","status":"passed","time":{"start":1724861662292,"stop":1724861662292,"duration":0}},{"uid":"f9045cfe8eefd0c7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f9045cfe8eefd0c7","status":"passed","time":{"start":1724861492520,"stop":1724861492521,"duration":1}}]},"11b5583e68cc94cb4cb81b8d5c57dfd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"399e833fa3b98811","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/399e833fa3b98811","status":"passed","time":{"start":1724921602977,"stop":1724921602983,"duration":6}},{"uid":"35e9a1e16f1daf8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/35e9a1e16f1daf8","status":"passed","time":{"start":1724921571107,"stop":1724921571107,"duration":0}},{"uid":"c2a26eed5a3ee1cc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c2a26eed5a3ee1cc","status":"passed","time":{"start":1724918285614,"stop":1724918285615,"duration":1}},{"uid":"a3f7b31501450a73","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3f7b31501450a73","status":"passed","time":{"start":1724890030101,"stop":1724890030101,"duration":0}},{"uid":"edd42da1408e7ce4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/edd42da1408e7ce4","status":"passed","time":{"start":1724889171927,"stop":1724889171927,"duration":0}},{"uid":"f29819c9d6878cf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f29819c9d6878cf","status":"passed","time":{"start":1724888350741,"stop":1724888350741,"duration":0}},{"uid":"5aec70e47b8e246c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5aec70e47b8e246c","status":"passed","time":{"start":1724887115425,"stop":1724887115426,"duration":1}},{"uid":"6120f58a36966bb1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6120f58a36966bb1","status":"passed","time":{"start":1724886884585,"stop":1724886884585,"duration":0}},{"uid":"edccc69417fdbe38","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/edccc69417fdbe38","status":"passed","time":{"start":1724862322277,"stop":1724862322277,"duration":0}},{"uid":"9310d9009f0373f0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9310d9009f0373f0","status":"passed","time":{"start":1724861790764,"stop":1724861790765,"duration":1}},{"uid":"81338ca766091c9b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/81338ca766091c9b","status":"passed","time":{"start":1724861628430,"stop":1724861628430,"duration":0}},{"uid":"30c12e6e6639ac7f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/30c12e6e6639ac7f","status":"passed","time":{"start":1724861465635,"stop":1724861465635,"duration":0}}]},"9ba2685017146f28257e11fe9a5c3c9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6949f27abe4303a1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6949f27abe4303a1","status":"passed","time":{"start":1724921164590,"stop":1724921164591,"duration":1}},{"uid":"7a39bae02cced27","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7a39bae02cced27","status":"passed","time":{"start":1724921137819,"stop":1724921137820,"duration":1}},{"uid":"5728b2b3965849b7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5728b2b3965849b7","status":"passed","time":{"start":1724917810538,"stop":1724917810538,"duration":0}},{"uid":"7aa508bd5fdfcfe2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7aa508bd5fdfcfe2","status":"passed","time":{"start":1724889585444,"stop":1724889585444,"duration":0}},{"uid":"cf9f354c61efc6a8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf9f354c61efc6a8","status":"passed","time":{"start":1724888736507,"stop":1724888736508,"duration":1}},{"uid":"2b632e38636d220f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2b632e38636d220f","status":"passed","time":{"start":1724887891783,"stop":1724887891783,"duration":0}},{"uid":"160c721f42de0325","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/160c721f42de0325","status":"passed","time":{"start":1724886657784,"stop":1724886657785,"duration":1}},{"uid":"f763ffceeac0d6b8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f763ffceeac0d6b8","status":"passed","time":{"start":1724886447357,"stop":1724886447357,"duration":0}},{"uid":"73f36ce7644ebf0a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/73f36ce7644ebf0a","status":"passed","time":{"start":1724861880106,"stop":1724861880113,"duration":7}},{"uid":"554912eabb5e781f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/554912eabb5e781f","status":"passed","time":{"start":1724861359780,"stop":1724861359780,"duration":0}},{"uid":"6e8da9d35054533f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6e8da9d35054533f","status":"passed","time":{"start":1724861179679,"stop":1724861179679,"duration":0}},{"uid":"cbe2792238d2081b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cbe2792238d2081b","status":"passed","time":{"start":1724861040978,"stop":1724861040978,"duration":0}}]},"7a9fc53430f5a5cae5fd1c80b6d3dd85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ce56713ab1839f8e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ce56713ab1839f8e","status":"passed","time":{"start":1724921656080,"stop":1724921656080,"duration":0}},{"uid":"a9e14e154b36f27e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a9e14e154b36f27e","status":"passed","time":{"start":1724921612561,"stop":1724921612561,"duration":0}},{"uid":"c69ea735371d6383","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c69ea735371d6383","status":"passed","time":{"start":1724918317376,"stop":1724918317376,"duration":0}},{"uid":"94d9c3b9fee3aedf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/94d9c3b9fee3aedf","status":"passed","time":{"start":1724890075098,"stop":1724890075098,"duration":0}},{"uid":"a1b0ac0d567d34da","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a1b0ac0d567d34da","status":"passed","time":{"start":1724889203357,"stop":1724889203357,"duration":0}},{"uid":"8a38679551af5fd2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a38679551af5fd2","status":"passed","time":{"start":1724888382915,"stop":1724888382917,"duration":2}},{"uid":"5fe631c7abd941bc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5fe631c7abd941bc","status":"passed","time":{"start":1724887158110,"stop":1724887158110,"duration":0}},{"uid":"f97c6387b82fcaec","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f97c6387b82fcaec","status":"passed","time":{"start":1724886934376,"stop":1724886934377,"duration":1}},{"uid":"4425e535b3883574","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4425e535b3883574","status":"passed","time":{"start":1724862354702,"stop":1724862354702,"duration":0}},{"uid":"986464e1ee553465","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/986464e1ee553465","status":"passed","time":{"start":1724861830502,"stop":1724861830503,"duration":1}},{"uid":"2ddb960ece5ff1d1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2ddb960ece5ff1d1","status":"passed","time":{"start":1724861685353,"stop":1724861685353,"duration":0}},{"uid":"f966a1ba5685c2d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f966a1ba5685c2d","status":"passed","time":{"start":1724861518176,"stop":1724861518176,"duration":0}}]},"394f4a22d2f04ec6589335c3f56eaf59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b29a311e728de486","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b29a311e728de486","status":"passed","time":{"start":1724921073459,"stop":1724921073459,"duration":0}},{"uid":"b95930458baf857a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b95930458baf857a","status":"passed","time":{"start":1724921048446,"stop":1724921048446,"duration":0}},{"uid":"d7ec279c034783de","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d7ec279c034783de","status":"passed","time":{"start":1724917708699,"stop":1724917708699,"duration":0}},{"uid":"c2676bad1b898cec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2676bad1b898cec","status":"passed","time":{"start":1724889487515,"stop":1724889487515,"duration":0}},{"uid":"82f94c39b28b9969","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/82f94c39b28b9969","status":"passed","time":{"start":1724888638222,"stop":1724888638222,"duration":0}},{"uid":"9dd5cd3714ca93","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9dd5cd3714ca93","status":"passed","time":{"start":1724887794482,"stop":1724887794482,"duration":0}},{"uid":"2971450a71d53ca5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2971450a71d53ca5","status":"passed","time":{"start":1724886561405,"stop":1724886561406,"duration":1}},{"uid":"2257a241164f4f86","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2257a241164f4f86","status":"passed","time":{"start":1724886339061,"stop":1724886339062,"duration":1}},{"uid":"c4218b8228d2cef1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4218b8228d2cef1","status":"passed","time":{"start":1724861788382,"stop":1724861788382,"duration":0}},{"uid":"7d1e017321589844","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7d1e017321589844","status":"passed","time":{"start":1724861258535,"stop":1724861258535,"duration":0}},{"uid":"284239f86e6e242a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/284239f86e6e242a","status":"passed","time":{"start":1724861082795,"stop":1724861082795,"duration":0}},{"uid":"ddcb01353bea4b04","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ddcb01353bea4b04","status":"passed","time":{"start":1724860943247,"stop":1724860943247,"duration":0}}]},"c82c6653637320fc03ff61f436ed4c43:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1df0e037edae5b89","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1df0e037edae5b89","status":"passed","time":{"start":1724862298393,"stop":1724862298394,"duration":1}}]},"cc08c5e0c67f74da08cee0241bf97f79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6f128345979a0ee9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6f128345979a0ee9","status":"passed","time":{"start":1724921658744,"stop":1724921658745,"duration":1}},{"uid":"8efc94f7c743f231","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8efc94f7c743f231","status":"passed","time":{"start":1724921609578,"stop":1724921609579,"duration":1}},{"uid":"35e9009f992913a1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/35e9009f992913a1","status":"passed","time":{"start":1724918323456,"stop":1724918323457,"duration":1}},{"uid":"2faee2ed782096d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2faee2ed782096d8","status":"passed","time":{"start":1724890071663,"stop":1724890071663,"duration":0}},{"uid":"3dabaef1c690c295","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3dabaef1c690c295","status":"passed","time":{"start":1724889207704,"stop":1724889207705,"duration":1}},{"uid":"b357c4747013d552","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b357c4747013d552","status":"passed","time":{"start":1724888386325,"stop":1724888386325,"duration":0}},{"uid":"26753abda8084c6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/26753abda8084c6","status":"passed","time":{"start":1724887153932,"stop":1724887153932,"duration":0}},{"uid":"989a1972b61f9101","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/989a1972b61f9101","status":"passed","time":{"start":1724886927384,"stop":1724886927384,"duration":0}},{"uid":"f4123a4e8f382aa1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f4123a4e8f382aa1","status":"passed","time":{"start":1724862360108,"stop":1724862360109,"duration":1}},{"uid":"4451504f84264302","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4451504f84264302","status":"passed","time":{"start":1724861832841,"stop":1724861832841,"duration":0}},{"uid":"db8d9ce9975b299e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/db8d9ce9975b299e","status":"passed","time":{"start":1724861687424,"stop":1724861687425,"duration":1}},{"uid":"50268e4abe0fe625","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/50268e4abe0fe625","status":"passed","time":{"start":1724861513175,"stop":1724861513175,"duration":0}}]},"f716fdc3a962ee9fa6121ff048946f75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8f703044cd457373","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8f703044cd457373","status":"passed","time":{"start":1724921602954,"stop":1724921602955,"duration":1}},{"uid":"3e3826b807d32315","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3e3826b807d32315","status":"passed","time":{"start":1724921571098,"stop":1724921571098,"duration":0}},{"uid":"b1b13fbea195d70c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b1b13fbea195d70c","status":"passed","time":{"start":1724918285591,"stop":1724918285591,"duration":0}},{"uid":"1478c716825c46ad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1478c716825c46ad","status":"passed","time":{"start":1724890030091,"stop":1724890030091,"duration":0}},{"uid":"215eeb6242869d9a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/215eeb6242869d9a","status":"passed","time":{"start":1724889171910,"stop":1724889171910,"duration":0}},{"uid":"874cb076779cc35d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/874cb076779cc35d","status":"passed","time":{"start":1724888350722,"stop":1724888350723,"duration":1}},{"uid":"cc6853b1cd6bb373","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc6853b1cd6bb373","status":"passed","time":{"start":1724887115410,"stop":1724887115410,"duration":0}},{"uid":"1bf01fdfcdeaaa23","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1bf01fdfcdeaaa23","status":"passed","time":{"start":1724886884577,"stop":1724886884577,"duration":0}},{"uid":"1181a2c81b16f966","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1181a2c81b16f966","status":"passed","time":{"start":1724862322258,"stop":1724862322259,"duration":1}},{"uid":"545fe632cce7f4d1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/545fe632cce7f4d1","status":"passed","time":{"start":1724861790752,"stop":1724861790753,"duration":1}},{"uid":"98c81d5316bef9ad","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/98c81d5316bef9ad","status":"passed","time":{"start":1724861628421,"stop":1724861628422,"duration":1}},{"uid":"1abdeb04d4712d04","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1abdeb04d4712d04","status":"passed","time":{"start":1724861465626,"stop":1724861465626,"duration":0}}]},"bd7b2de65a159e5409380a487a1900a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"69c93e16188c72be","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/69c93e16188c72be","status":"passed","time":{"start":1724861485083,"stop":1724861485083,"duration":0}}]},"fcda637f86305e2f98bc502647d223d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5b0232bf0f64615e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5b0232bf0f64615e","status":"passed","time":{"start":1724921270351,"stop":1724921270351,"duration":0}},{"uid":"233d32d74e3df859","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/233d32d74e3df859","status":"passed","time":{"start":1724921247811,"stop":1724921247811,"duration":0}},{"uid":"7357d3b59c2f31e7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7357d3b59c2f31e7","status":"passed","time":{"start":1724917989813,"stop":1724917989813,"duration":0}},{"uid":"622b235c583b649b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/622b235c583b649b","status":"passed","time":{"start":1724889678541,"stop":1724889678541,"duration":0}},{"uid":"15bc1ebe953b5df0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/15bc1ebe953b5df0","status":"passed","time":{"start":1724888829832,"stop":1724888829832,"duration":0}},{"uid":"d7e57393fc8819ee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d7e57393fc8819ee","status":"passed","time":{"start":1724888076983,"stop":1724888076984,"duration":1}},{"uid":"259a117df5f335ff","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/259a117df5f335ff","status":"passed","time":{"start":1724886851120,"stop":1724886851120,"duration":0}},{"uid":"5261b15a6f45be47","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5261b15a6f45be47","status":"passed","time":{"start":1724886647079,"stop":1724886647081,"duration":2}},{"uid":"d6bcaea1237caea5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d6bcaea1237caea5","status":"passed","time":{"start":1724861992708,"stop":1724861992708,"duration":0}},{"uid":"e453fd680a740752","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e453fd680a740752","status":"passed","time":{"start":1724861469636,"stop":1724861469636,"duration":0}},{"uid":"78d3b40cde15ca52","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/78d3b40cde15ca52","status":"passed","time":{"start":1724861284852,"stop":1724861284852,"duration":0}},{"uid":"b9efa37f71b01be","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b9efa37f71b01be","status":"passed","time":{"start":1724861145797,"stop":1724861145797,"duration":0}}]},"01d884145c010fc64bf65cb32b7fdf42:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"660f23e1f9201c09","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/660f23e1f9201c09","status":"passed","time":{"start":1724921037639,"stop":1724921037640,"duration":1}},{"uid":"899335391470a197","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/899335391470a197","status":"passed","time":{"start":1724921013053,"stop":1724921013053,"duration":0}},{"uid":"c80d897421155278","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c80d897421155278","status":"passed","time":{"start":1724917673295,"stop":1724917673296,"duration":1}},{"uid":"6cd010b143ab760","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6cd010b143ab760","status":"passed","time":{"start":1724889452314,"stop":1724889452314,"duration":0}},{"uid":"6d54a02ad1a9f58a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d54a02ad1a9f58a","status":"passed","time":{"start":1724888602844,"stop":1724888602844,"duration":0}},{"uid":"16b30bb33088f46b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/16b30bb33088f46b","status":"passed","time":{"start":1724887759167,"stop":1724887759167,"duration":0}},{"uid":"92e42bb94f774043","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/92e42bb94f774043","status":"passed","time":{"start":1724886525546,"stop":1724886525547,"duration":1}},{"uid":"95a7da9e3700d558","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/95a7da9e3700d558","status":"passed","time":{"start":1724886303400,"stop":1724886303401,"duration":1}},{"uid":"733d0d9eb119ec27","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/733d0d9eb119ec27","status":"passed","time":{"start":1724861752232,"stop":1724861752232,"duration":0}},{"uid":"defe66223099ee4a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/defe66223099ee4a","status":"passed","time":{"start":1724861223358,"stop":1724861223358,"duration":0}},{"uid":"ee1b731a509cfa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ee1b731a509cfa","status":"passed","time":{"start":1724861045206,"stop":1724861045206,"duration":0}},{"uid":"a508aab085bb7ae","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a508aab085bb7ae","status":"passed","time":{"start":1724860907088,"stop":1724860907088,"duration":0}}]},"2015a267b7a98ab8cb7259d54fa43af8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f3c351d23422be3b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f3c351d23422be3b","status":"passed","time":{"start":1724921515238,"stop":1724921515238,"duration":0}},{"uid":"8ba2aa28caa88948","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8ba2aa28caa88948","status":"passed","time":{"start":1724921475500,"stop":1724921475500,"duration":0}},{"uid":"fc9452281ae7ed86","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fc9452281ae7ed86","status":"passed","time":{"start":1724918179411,"stop":1724918179411,"duration":0}},{"uid":"d44b23f8e54cc474","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d44b23f8e54cc474","status":"passed","time":{"start":1724889935349,"stop":1724889935349,"duration":0}},{"uid":"49069005a2455f9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/49069005a2455f9d","status":"passed","time":{"start":1724889072764,"stop":1724889072765,"duration":1}},{"uid":"dfb4bdd9e5d97799","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dfb4bdd9e5d97799","status":"passed","time":{"start":1724888232425,"stop":1724888232425,"duration":0}},{"uid":"348015723d9fd6f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/348015723d9fd6f9","status":"passed","time":{"start":1724887018312,"stop":1724887018312,"duration":0}},{"uid":"13870d427f617802","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/13870d427f617802","status":"passed","time":{"start":1724886781499,"stop":1724886781499,"duration":0}},{"uid":"f7253bb166bf5766","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7253bb166bf5766","status":"passed","time":{"start":1724862213675,"stop":1724862213680,"duration":5}},{"uid":"6ddefb5b60fb1d8d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6ddefb5b60fb1d8d","status":"passed","time":{"start":1724861685874,"stop":1724861685875,"duration":1}},{"uid":"909511123491067d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/909511123491067d","status":"passed","time":{"start":1724861546200,"stop":1724861546201,"duration":1}},{"uid":"f69c7f4c56481a24","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f69c7f4c56481a24","status":"passed","time":{"start":1724861378122,"stop":1724861378122,"duration":0}}]},"87b43b4ee563d9db3b30d9aed8266a83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f1e1abf34274805f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f1e1abf34274805f","status":"passed","time":{"start":1724918259538,"stop":1724918259538,"duration":0}}]},"7fa43daff57bd0ce47616ab29fc60181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"dd39287a43016ecc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dd39287a43016ecc","status":"passed","time":{"start":1724921050915,"stop":1724921050915,"duration":0}},{"uid":"157f17aaf19247a2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/157f17aaf19247a2","status":"passed","time":{"start":1724921026083,"stop":1724921026084,"duration":1}},{"uid":"fc06ad0848172c1e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fc06ad0848172c1e","status":"passed","time":{"start":1724917686329,"stop":1724917686330,"duration":1}},{"uid":"1fd191c18609f2b7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1fd191c18609f2b7","status":"passed","time":{"start":1724889465301,"stop":1724889465301,"duration":0}},{"uid":"1f948bce73f66b26","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1f948bce73f66b26","status":"passed","time":{"start":1724888615854,"stop":1724888615854,"duration":0}},{"uid":"26b35304d5646b3c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/26b35304d5646b3c","status":"passed","time":{"start":1724887772188,"stop":1724887772189,"duration":1}},{"uid":"2068ec1c42bfd42e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2068ec1c42bfd42e","status":"passed","time":{"start":1724886538734,"stop":1724886538735,"duration":1}},{"uid":"c6cc886306f6cb3d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c6cc886306f6cb3d","status":"passed","time":{"start":1724886316572,"stop":1724886316572,"duration":0}},{"uid":"7f1668e8bb2b4255","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7f1668e8bb2b4255","status":"passed","time":{"start":1724861765626,"stop":1724861765626,"duration":0}},{"uid":"9cbd5616981cb61f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9cbd5616981cb61f","status":"passed","time":{"start":1724861236289,"stop":1724861236289,"duration":0}},{"uid":"aa0c0e7264213d48","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/aa0c0e7264213d48","status":"passed","time":{"start":1724861059255,"stop":1724861059256,"duration":1}},{"uid":"527af5522d511fb5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/527af5522d511fb5","status":"passed","time":{"start":1724860920540,"stop":1724860920541,"duration":1}}]},"17a6f76495b1619f9fb1860a7b134c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"efc27b4c7ef3d408","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/efc27b4c7ef3d408","status":"passed","time":{"start":1724921321311,"stop":1724921321312,"duration":1}},{"uid":"6b445a7e2ae97e06","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6b445a7e2ae97e06","status":"passed","time":{"start":1724921298785,"stop":1724921298785,"duration":0}},{"uid":"2f913d5caf027c86","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2f913d5caf027c86","status":"passed","time":{"start":1724918008264,"stop":1724918008265,"duration":1}},{"uid":"3bfefdfbdc8678c4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3bfefdfbdc8678c4","status":"passed","time":{"start":1724889728595,"stop":1724889728596,"duration":1}},{"uid":"75c7c653bd7cdd96","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/75c7c653bd7cdd96","status":"passed","time":{"start":1724888882875,"stop":1724888882875,"duration":0}},{"uid":"fbcd4f11c0ccbdd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fbcd4f11c0ccbdd","status":"passed","time":{"start":1724888111025,"stop":1724888111025,"duration":0}},{"uid":"966f33363ba9ee14","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/966f33363ba9ee14","status":"passed","time":{"start":1724886869447,"stop":1724886869448,"duration":1}},{"uid":"687dcd90eefb44ba","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/687dcd90eefb44ba","status":"passed","time":{"start":1724886642936,"stop":1724886642936,"duration":0}},{"uid":"b51037f95e86b9f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b51037f95e86b9f9","status":"passed","time":{"start":1724862044581,"stop":1724862044582,"duration":1}},{"uid":"e310a9b036ffdc90","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e310a9b036ffdc90","status":"passed","time":{"start":1724861523038,"stop":1724861523039,"duration":1}},{"uid":"79c7677dc44ded93","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/79c7677dc44ded93","status":"passed","time":{"start":1724861362473,"stop":1724861362474,"duration":1}},{"uid":"6c43fa87f5537604","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6c43fa87f5537604","status":"passed","time":{"start":1724861196839,"stop":1724861196845,"duration":6}}]},"7a4574b0f60b30673a8fc64643b5fa8c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"385d2d99ac30b1f2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/385d2d99ac30b1f2","status":"passed","time":{"start":1724861770121,"stop":1724861770122,"duration":1}}]},"e8059bbe8f16591459e72c85064fb2a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"355c9bf4afe22666","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/355c9bf4afe22666","status":"passed","time":{"start":1724921625035,"stop":1724921625036,"duration":1}},{"uid":"6f6dcefcc63f49ae","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6f6dcefcc63f49ae","status":"passed","time":{"start":1724921590479,"stop":1724921590479,"duration":0}},{"uid":"d46c7e66483425d1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d46c7e66483425d1","status":"passed","time":{"start":1724918287559,"stop":1724918287559,"duration":0}},{"uid":"9a5dfe50d83df90b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9a5dfe50d83df90b","status":"passed","time":{"start":1724890047782,"stop":1724890047782,"duration":0}},{"uid":"20abc14730a517fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/20abc14730a517fa","status":"passed","time":{"start":1724889183914,"stop":1724889183914,"duration":0}},{"uid":"d17754f1d76c1aa0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d17754f1d76c1aa0","status":"passed","time":{"start":1724888354159,"stop":1724888354159,"duration":0}},{"uid":"8bb8b43c180888f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8bb8b43c180888f","status":"passed","time":{"start":1724887145651,"stop":1724887145651,"duration":0}},{"uid":"64f51fd7ffe7a5fc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/64f51fd7ffe7a5fc","status":"passed","time":{"start":1724886915776,"stop":1724886915776,"duration":0}},{"uid":"27315bbd0b2ec15f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/27315bbd0b2ec15f","status":"passed","time":{"start":1724862341431,"stop":1724862341432,"duration":1}},{"uid":"f37fbd010addd5e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f37fbd010addd5e","status":"passed","time":{"start":1724861805432,"stop":1724861805433,"duration":1}},{"uid":"d7b6f68feed8cb77","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d7b6f68feed8cb77","status":"passed","time":{"start":1724861662240,"stop":1724861662240,"duration":0}},{"uid":"781c7a7f14d9216a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/781c7a7f14d9216a","status":"passed","time":{"start":1724861492503,"stop":1724861492503,"duration":0}}]},"61fc51f41c87e78944a283d6e4a258f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1cfa376143b106d9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1cfa376143b106d9","status":"passed","time":{"start":1724921196357,"stop":1724921196357,"duration":0}},{"uid":"e64fd44723067630","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e64fd44723067630","status":"passed","time":{"start":1724921173180,"stop":1724921173180,"duration":0}},{"uid":"c5151bf185b50f58","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c5151bf185b50f58","status":"passed","time":{"start":1724917930826,"stop":1724917930826,"duration":0}},{"uid":"ecce35e3fa9a74c5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ecce35e3fa9a74c5","status":"passed","time":{"start":1724889621016,"stop":1724889621017,"duration":1}},{"uid":"9f701e53c8f113b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f701e53c8f113b","status":"passed","time":{"start":1724888759388,"stop":1724888759388,"duration":0}},{"uid":"bbaf8e95b706a925","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bbaf8e95b706a925","status":"passed","time":{"start":1724888015044,"stop":1724888015044,"duration":0}},{"uid":"24e163bc08ded135","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/24e163bc08ded135","status":"passed","time":{"start":1724886784542,"stop":1724886784542,"duration":0}},{"uid":"53683326db508e70","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/53683326db508e70","status":"passed","time":{"start":1724886566525,"stop":1724886566526,"duration":1}},{"uid":"9a595f532affc47c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9a595f532affc47c","status":"passed","time":{"start":1724861915533,"stop":1724861915534,"duration":1}},{"uid":"b61fa70ff6e78327","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b61fa70ff6e78327","status":"passed","time":{"start":1724861379724,"stop":1724861379725,"duration":1}},{"uid":"a30229227fd5e81","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a30229227fd5e81","status":"passed","time":{"start":1724861206875,"stop":1724861206879,"duration":4}},{"uid":"d18a9968084810e9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d18a9968084810e9","status":"passed","time":{"start":1724861067559,"stop":1724861067560,"duration":1}}]},"1d71dd750d76bba77d05212d04612c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"322d9184bfa451f4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/322d9184bfa451f4","status":"passed","time":{"start":1724921564782,"stop":1724921564783,"duration":1}},{"uid":"c387a9d2877df5d9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c387a9d2877df5d9","status":"passed","time":{"start":1724921518827,"stop":1724921518828,"duration":1}},{"uid":"7979eb12be1b5500","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7979eb12be1b5500","status":"passed","time":{"start":1724918229404,"stop":1724918229404,"duration":0}},{"uid":"ec17744e5b3c3e68","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ec17744e5b3c3e68","status":"passed","time":{"start":1724889980707,"stop":1724889980707,"duration":0}},{"uid":"712bfea7c8a47682","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/712bfea7c8a47682","status":"passed","time":{"start":1724889111183,"stop":1724889111183,"duration":0}},{"uid":"73ca673590d1b365","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/73ca673590d1b365","status":"passed","time":{"start":1724888292547,"stop":1724888292547,"duration":0}},{"uid":"3420e27e80a65a0f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3420e27e80a65a0f","status":"passed","time":{"start":1724887068232,"stop":1724887068232,"duration":0}},{"uid":"83cc6f5588c95eb7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/83cc6f5588c95eb7","status":"passed","time":{"start":1724886848934,"stop":1724886848935,"duration":1}},{"uid":"eb293680f6e394f4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eb293680f6e394f4","status":"passed","time":{"start":1724862262052,"stop":1724862262054,"duration":2}},{"uid":"c5dfd7d682ed2cc7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c5dfd7d682ed2cc7","status":"passed","time":{"start":1724861741897,"stop":1724861741898,"duration":1}},{"uid":"6b0a044b2d379184","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6b0a044b2d379184","status":"passed","time":{"start":1724861599501,"stop":1724861599501,"duration":0}},{"uid":"4f41a3cb81b3670c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4f41a3cb81b3670c","status":"passed","time":{"start":1724861428479,"stop":1724861428479,"duration":0}}]},"13dc773dbc4db2135c16f1b3a54e2c02:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c3179e6aef510e35","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c3179e6aef510e35","status":"passed","time":{"start":1724862320143,"stop":1724862320143,"duration":0}}]},"2a5ef100338210e77baecb9bd37bb789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c0dbb0b8b44cdc6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0dbb0b8b44cdc6","status":"passed","time":{"start":1724861637974,"stop":1724861637974,"duration":0}}]},"31c8e5b00842d869053a8ccc64a1bb30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4f731215e17475bd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4f731215e17475bd","status":"passed","time":{"start":1724921625074,"stop":1724921625074,"duration":0}},{"uid":"a985bdac8cff9514","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a985bdac8cff9514","status":"passed","time":{"start":1724921590498,"stop":1724921590498,"duration":0}},{"uid":"77b9fca4f9ebc580","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/77b9fca4f9ebc580","status":"passed","time":{"start":1724918287567,"stop":1724918287567,"duration":0}},{"uid":"71de08fd0ea21c2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/71de08fd0ea21c2","status":"passed","time":{"start":1724890047790,"stop":1724890047790,"duration":0}},{"uid":"336a0d85a6c41184","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/336a0d85a6c41184","status":"passed","time":{"start":1724889183923,"stop":1724889183923,"duration":0}},{"uid":"6cee5ecc59aa14bf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6cee5ecc59aa14bf","status":"passed","time":{"start":1724888354172,"stop":1724888354173,"duration":1}},{"uid":"a60d4f43283f52a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a60d4f43283f52a9","status":"passed","time":{"start":1724887145666,"stop":1724887145666,"duration":0}},{"uid":"d7859c3cd69e2705","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d7859c3cd69e2705","status":"passed","time":{"start":1724886915789,"stop":1724886915789,"duration":0}},{"uid":"f66a9837802dc5e3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f66a9837802dc5e3","status":"passed","time":{"start":1724862341440,"stop":1724862341453,"duration":13}},{"uid":"3348c73983f18d84","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3348c73983f18d84","status":"passed","time":{"start":1724861805444,"stop":1724861805445,"duration":1}},{"uid":"2678f6540a39f9d1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2678f6540a39f9d1","status":"passed","time":{"start":1724861662273,"stop":1724861662286,"duration":13}},{"uid":"e3e876df56caebac","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e3e876df56caebac","status":"passed","time":{"start":1724861492516,"stop":1724861492516,"duration":0}}]},"ddc7e82bfaf4398da5049ccee852c920:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6b188056243c0f10","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6b188056243c0f10","status":"passed","time":{"start":1724921141188,"stop":1724921141200,"duration":12}},{"uid":"50d5cad85980dca0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/50d5cad85980dca0","status":"passed","time":{"start":1724921118250,"stop":1724921118250,"duration":0}},{"uid":"6df6af307b7dd42","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6df6af307b7dd42","status":"passed","time":{"start":1724917777552,"stop":1724917777552,"duration":0}},{"uid":"c54ba25b4854fcb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c54ba25b4854fcb7","status":"passed","time":{"start":1724889554665,"stop":1724889554665,"duration":0}},{"uid":"41fde9fb23a66947","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/41fde9fb23a66947","status":"passed","time":{"start":1724888706939,"stop":1724888706940,"duration":1}},{"uid":"a25bd99e534c76cd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a25bd99e534c76cd","status":"passed","time":{"start":1724887861774,"stop":1724887861774,"duration":0}},{"uid":"946ee3c8de992fe2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/946ee3c8de992fe2","status":"passed","time":{"start":1724886631477,"stop":1724886631478,"duration":1}},{"uid":"2a6b1be4a69aa994","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2a6b1be4a69aa994","status":"passed","time":{"start":1724886409746,"stop":1724886409747,"duration":1}},{"uid":"ea92cf35fff3f4bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ea92cf35fff3f4bc","status":"passed","time":{"start":1724861858184,"stop":1724861858185,"duration":1}},{"uid":"cd0cccad94d4237e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cd0cccad94d4237e","status":"passed","time":{"start":1724861324522,"stop":1724861324522,"duration":0}},{"uid":"6413ef022f928bba","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6413ef022f928bba","status":"passed","time":{"start":1724861152391,"stop":1724861152391,"duration":0}},{"uid":"48b46a0118e36bf9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/48b46a0118e36bf9","status":"passed","time":{"start":1724861011436,"stop":1724861011436,"duration":0}}]},"62d6c48f0a70d500c45ef2a175f29bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"18d49e2c138cae35","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/18d49e2c138cae35","status":"passed","time":{"start":1724921071994,"stop":1724921071994,"duration":0}},{"uid":"5b23fd8e3a4c40f2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5b23fd8e3a4c40f2","status":"passed","time":{"start":1724921046823,"stop":1724921046823,"duration":0}},{"uid":"fdab50608165f1c8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fdab50608165f1c8","status":"passed","time":{"start":1724917707023,"stop":1724917707024,"duration":1}},{"uid":"56b7c48de83db178","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/56b7c48de83db178","status":"passed","time":{"start":1724889485859,"stop":1724889485860,"duration":1}},{"uid":"4d239cfd5ae5adc9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4d239cfd5ae5adc9","status":"passed","time":{"start":1724888636619,"stop":1724888636620,"duration":1}},{"uid":"711c1b29ab0b60ac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/711c1b29ab0b60ac","status":"passed","time":{"start":1724887792855,"stop":1724887792855,"duration":0}},{"uid":"ded57dee4486aefc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ded57dee4486aefc","status":"passed","time":{"start":1724886559723,"stop":1724886559724,"duration":1}},{"uid":"852edf6da5f25045","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/852edf6da5f25045","status":"passed","time":{"start":1724886337376,"stop":1724886337376,"duration":0}},{"uid":"3b2eb90916408306","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3b2eb90916408306","status":"passed","time":{"start":1724861786730,"stop":1724861786730,"duration":0}},{"uid":"52acbdb3bb4d18c7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/52acbdb3bb4d18c7","status":"passed","time":{"start":1724861257212,"stop":1724861257212,"duration":0}},{"uid":"9bb4f7485b60734e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9bb4f7485b60734e","status":"passed","time":{"start":1724861081085,"stop":1724861081085,"duration":0}},{"uid":"1042b0d01ad2f607","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1042b0d01ad2f607","status":"passed","time":{"start":1724860941731,"stop":1724860941731,"duration":0}}]},"8ce53717e638ed375d7032bd3f2b20be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cad5c4a34408dcf9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cad5c4a34408dcf9","status":"passed","time":{"start":1724921037651,"stop":1724921037652,"duration":1}},{"uid":"8c6365e20a25185e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8c6365e20a25185e","status":"passed","time":{"start":1724921013065,"stop":1724921013065,"duration":0}},{"uid":"82f2a480382c9a9f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/82f2a480382c9a9f","status":"passed","time":{"start":1724917673305,"stop":1724917673305,"duration":0}},{"uid":"21061176af9a8430","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/21061176af9a8430","status":"passed","time":{"start":1724889452325,"stop":1724889452325,"duration":0}},{"uid":"497a8d2975fb1a93","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/497a8d2975fb1a93","status":"passed","time":{"start":1724888602857,"stop":1724888602858,"duration":1}},{"uid":"41c1c60d604e84c8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/41c1c60d604e84c8","status":"passed","time":{"start":1724887759178,"stop":1724887759178,"duration":0}},{"uid":"2260fd5dc570734c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2260fd5dc570734c","status":"passed","time":{"start":1724886525556,"stop":1724886525556,"duration":0}},{"uid":"abb32ebbeb3d7bb3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/abb32ebbeb3d7bb3","status":"passed","time":{"start":1724886303411,"stop":1724886303411,"duration":0}},{"uid":"d2a5ed1088d80dd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d2a5ed1088d80dd","status":"passed","time":{"start":1724861752248,"stop":1724861752248,"duration":0}},{"uid":"77272681d69a88f6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/77272681d69a88f6","status":"passed","time":{"start":1724861223368,"stop":1724861223368,"duration":0}},{"uid":"1150752ad697b6a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1150752ad697b6a","status":"passed","time":{"start":1724861045217,"stop":1724861045217,"duration":0}},{"uid":"fc2634bf3e6c8765","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fc2634bf3e6c8765","status":"passed","time":{"start":1724860907103,"stop":1724860907103,"duration":0}}]},"d62e53d918f67dad404d075c90141864:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"53cd937ae7db5f7d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/53cd937ae7db5f7d","status":"passed","time":{"start":1724886880629,"stop":1724886880630,"duration":1}}]},"a4be7d9489b14688de2b707323a936b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"39f4570b0460cbe4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/39f4570b0460cbe4","status":"passed","time":{"start":1724921658745,"stop":1724921658745,"duration":0}},{"uid":"ea7529feddb3e45c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ea7529feddb3e45c","status":"passed","time":{"start":1724921609579,"stop":1724921609579,"duration":0}},{"uid":"b3e8b81bbffe2117","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b3e8b81bbffe2117","status":"passed","time":{"start":1724918323458,"stop":1724918323459,"duration":1}},{"uid":"183d3a20b40afdbe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/183d3a20b40afdbe","status":"passed","time":{"start":1724890071664,"stop":1724890071664,"duration":0}},{"uid":"47ab33c39e2eb4bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/47ab33c39e2eb4bd","status":"passed","time":{"start":1724889207705,"stop":1724889207705,"duration":0}},{"uid":"e713e2790e776a34","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e713e2790e776a34","status":"passed","time":{"start":1724888386325,"stop":1724888386326,"duration":1}},{"uid":"da74ab135b1631c1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/da74ab135b1631c1","status":"passed","time":{"start":1724887153933,"stop":1724887153934,"duration":1}},{"uid":"2f4c349edb443e80","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2f4c349edb443e80","status":"passed","time":{"start":1724886927388,"stop":1724886927388,"duration":0}},{"uid":"e9597d2235c40a4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e9597d2235c40a4","status":"passed","time":{"start":1724862360109,"stop":1724862360109,"duration":0}},{"uid":"eed7f38b295acb4b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/eed7f38b295acb4b","status":"passed","time":{"start":1724861832842,"stop":1724861832842,"duration":0}},{"uid":"3e04376351dbecfa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3e04376351dbecfa","status":"passed","time":{"start":1724861687426,"stop":1724861687427,"duration":1}},{"uid":"84b6753a8a0be4e6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/84b6753a8a0be4e6","status":"passed","time":{"start":1724861513176,"stop":1724861513176,"duration":0}}]},"8cfb52e6c02a48b52170d160401804f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6f8e227f219cb072","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6f8e227f219cb072","status":"passed","time":{"start":1724921577168,"stop":1724921577168,"duration":0}}]},"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e85ba90f3b36669","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e85ba90f3b36669","status":"passed","time":{"start":1724921128569,"stop":1724921128570,"duration":1}},{"uid":"a78f70e10275d909","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a78f70e10275d909","status":"passed","time":{"start":1724921103676,"stop":1724921103676,"duration":0}},{"uid":"fe128ee4859a39e6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fe128ee4859a39e6","status":"passed","time":{"start":1724917763728,"stop":1724917763728,"duration":0}},{"uid":"5e0d492f6f315a9a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5e0d492f6f315a9a","status":"passed","time":{"start":1724889543371,"stop":1724889543372,"duration":1}},{"uid":"e51bd551820a723d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e51bd551820a723d","status":"passed","time":{"start":1724888692505,"stop":1724888692505,"duration":0}},{"uid":"3dda80a0ae24777c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3dda80a0ae24777c","status":"passed","time":{"start":1724887850414,"stop":1724887850414,"duration":0}},{"uid":"5fe5c2b675e2c1f1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5fe5c2b675e2c1f1","status":"passed","time":{"start":1724886617176,"stop":1724886617176,"duration":0}},{"uid":"638dac56e8f7cdcf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/638dac56e8f7cdcf","status":"passed","time":{"start":1724886394908,"stop":1724886394911,"duration":3}},{"uid":"3050b8be76a89ac4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3050b8be76a89ac4","status":"passed","time":{"start":1724861844373,"stop":1724861844373,"duration":0}},{"uid":"aabaa9e0d292cbe9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/aabaa9e0d292cbe9","status":"passed","time":{"start":1724861313410,"stop":1724861313411,"duration":1}},{"uid":"8794e3677ca4282e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8794e3677ca4282e","status":"passed","time":{"start":1724861139651,"stop":1724861139652,"duration":1}},{"uid":"6737c56603cbeb96","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6737c56603cbeb96","status":"passed","time":{"start":1724860999512,"stop":1724860999512,"duration":0}}]},"6496df604a2d73d30c6106b55902fca6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cb162c1bfd3d995f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cb162c1bfd3d995f","status":"passed","time":{"start":1724921037654,"stop":1724921037654,"duration":0}},{"uid":"19412094fe3fe3cb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/19412094fe3fe3cb","status":"passed","time":{"start":1724921013068,"stop":1724921013068,"duration":0}},{"uid":"abacbfb9c9046fa2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/abacbfb9c9046fa2","status":"passed","time":{"start":1724917673308,"stop":1724917673308,"duration":0}},{"uid":"d718ab9fac9ffe91","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d718ab9fac9ffe91","status":"passed","time":{"start":1724889452327,"stop":1724889452328,"duration":1}},{"uid":"a25282ce5baff01a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a25282ce5baff01a","status":"passed","time":{"start":1724888602860,"stop":1724888602860,"duration":0}},{"uid":"9fa3de8fa6815dc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9fa3de8fa6815dc","status":"passed","time":{"start":1724887759181,"stop":1724887759181,"duration":0}},{"uid":"bc45efbc054132de","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bc45efbc054132de","status":"passed","time":{"start":1724886525558,"stop":1724886525558,"duration":0}},{"uid":"c7f82282654b0343","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c7f82282654b0343","status":"passed","time":{"start":1724886303414,"stop":1724886303414,"duration":0}},{"uid":"1cbea08977636946","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1cbea08977636946","status":"passed","time":{"start":1724861752250,"stop":1724861752250,"duration":0}},{"uid":"455954a888742d17","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/455954a888742d17","status":"passed","time":{"start":1724861223371,"stop":1724861223371,"duration":0}},{"uid":"1d4c92c69efb1d14","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1d4c92c69efb1d14","status":"passed","time":{"start":1724861045220,"stop":1724861045220,"duration":0}},{"uid":"c1035b433aae15ae","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c1035b433aae15ae","status":"passed","time":{"start":1724860907107,"stop":1724860907107,"duration":0}}]},"7fc3ff61f10eed58155b889267de1e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ca23129e39bffd4d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ca23129e39bffd4d","status":"passed","time":{"start":1724921625092,"stop":1724921625092,"duration":0}},{"uid":"13d7d650c0e83c65","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/13d7d650c0e83c65","status":"passed","time":{"start":1724921590511,"stop":1724921590511,"duration":0}},{"uid":"e5adbd1d2e4f42c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e5adbd1d2e4f42c","status":"passed","time":{"start":1724918287577,"stop":1724918287577,"duration":0}},{"uid":"8fd1f3d2c2ddc746","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8fd1f3d2c2ddc746","status":"passed","time":{"start":1724890047803,"stop":1724890047803,"duration":0}},{"uid":"16d1c320cbd226dd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/16d1c320cbd226dd","status":"passed","time":{"start":1724889183948,"stop":1724889183948,"duration":0}},{"uid":"569c93be2d84f67e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/569c93be2d84f67e","status":"passed","time":{"start":1724888354186,"stop":1724888354187,"duration":1}},{"uid":"ec80b623d52fa153","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ec80b623d52fa153","status":"passed","time":{"start":1724887145730,"stop":1724887145730,"duration":0}},{"uid":"2d80ab39a50ed145","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2d80ab39a50ed145","status":"passed","time":{"start":1724886915809,"stop":1724886915809,"duration":0}},{"uid":"e9dc9e43dadbe252","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e9dc9e43dadbe252","status":"passed","time":{"start":1724862341466,"stop":1724862341467,"duration":1}},{"uid":"b74e2eeb84b53115","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b74e2eeb84b53115","status":"passed","time":{"start":1724861805471,"stop":1724861805471,"duration":0}},{"uid":"8fdcb41d5dba9977","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8fdcb41d5dba9977","status":"passed","time":{"start":1724861662300,"stop":1724861662301,"duration":1}},{"uid":"2f276139ee50154e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2f276139ee50154e","status":"passed","time":{"start":1724861492528,"stop":1724861492528,"duration":0}}]},"60f35916590a9ebe43f8340d68145b66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2f8f4d984f5a044","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2f8f4d984f5a044","status":"passed","time":{"start":1724921640399,"stop":1724921640399,"duration":0}},{"uid":"97f42adee205f1ea","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/97f42adee205f1ea","status":"passed","time":{"start":1724921600407,"stop":1724921600408,"duration":1}},{"uid":"7d508110251ecbf8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7d508110251ecbf8","status":"passed","time":{"start":1724918300922,"stop":1724918300923,"duration":1}},{"uid":"a5ce4f115ffd0ea3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5ce4f115ffd0ea3","status":"passed","time":{"start":1724890059284,"stop":1724890059285,"duration":1}},{"uid":"b4425c6ef4040e4c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4425c6ef4040e4c","status":"passed","time":{"start":1724889188311,"stop":1724889188314,"duration":3}},{"uid":"3b50dca9c3f2eb10","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3b50dca9c3f2eb10","status":"passed","time":{"start":1724888372739,"stop":1724888372740,"duration":1}},{"uid":"dae6acd4bb5d448a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dae6acd4bb5d448a","status":"passed","time":{"start":1724887135717,"stop":1724887135717,"duration":0}},{"uid":"c8bdea3b3e902fde","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c8bdea3b3e902fde","status":"passed","time":{"start":1724886919663,"stop":1724886919664,"duration":1}},{"uid":"53329d9fbccf93aa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/53329d9fbccf93aa","status":"passed","time":{"start":1724862341834,"stop":1724862341834,"duration":0}},{"uid":"f40837da1898b172","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f40837da1898b172","status":"passed","time":{"start":1724861815489,"stop":1724861815489,"duration":0}},{"uid":"fd9477a8e0ab757","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fd9477a8e0ab757","status":"passed","time":{"start":1724861669534,"stop":1724861669534,"duration":0}},{"uid":"7ec588008f318ea2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7ec588008f318ea2","status":"passed","time":{"start":1724861505414,"stop":1724861505415,"duration":1}}]},"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4a9e7cea474243c6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4a9e7cea474243c6","status":"passed","time":{"start":1724921072291,"stop":1724921072291,"duration":0}},{"uid":"6cddf4727003697c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6cddf4727003697c","status":"passed","time":{"start":1724921047282,"stop":1724921047283,"duration":1}},{"uid":"d730332a604c3f6b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d730332a604c3f6b","status":"passed","time":{"start":1724917707455,"stop":1724917707455,"duration":0}},{"uid":"c983d1a5e95a8bb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c983d1a5e95a8bb7","status":"passed","time":{"start":1724889486389,"stop":1724889486389,"duration":0}},{"uid":"ab7ff39e8e1a7b75","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ab7ff39e8e1a7b75","status":"passed","time":{"start":1724888637013,"stop":1724888637014,"duration":1}},{"uid":"736bddb6fbc609a4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/736bddb6fbc609a4","status":"passed","time":{"start":1724887793424,"stop":1724887793424,"duration":0}},{"uid":"4a0bf911852c43e0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a0bf911852c43e0","status":"passed","time":{"start":1724886560036,"stop":1724886560037,"duration":1}},{"uid":"2ef08c95f172d51b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2ef08c95f172d51b","status":"passed","time":{"start":1724886337879,"stop":1724886337879,"duration":0}},{"uid":"5f52d4249d7da6bb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f52d4249d7da6bb","status":"passed","time":{"start":1724861787236,"stop":1724861787237,"duration":1}},{"uid":"4b00def42c2beb7b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4b00def42c2beb7b","status":"passed","time":{"start":1724861257427,"stop":1724861257428,"duration":1}},{"uid":"d36e1514e17a1d2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d36e1514e17a1d2","status":"passed","time":{"start":1724861081341,"stop":1724861081342,"duration":1}},{"uid":"f0fb95b14c4b7d42","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f0fb95b14c4b7d42","status":"passed","time":{"start":1724860942009,"stop":1724860942009,"duration":0}}]},"969657e71e2c302de9a431cd03b2d3af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"289e93e45ba2dd46","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/289e93e45ba2dd46","status":"passed","time":{"start":1724889111170,"stop":1724889111170,"duration":0}}]},"153570a82b67cc58bbb83349666b2542:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d8ac6ec6daf2e019","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d8ac6ec6daf2e019","status":"passed","time":{"start":1724921270342,"stop":1724921270342,"duration":0}},{"uid":"3854fa8c79d32835","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3854fa8c79d32835","status":"passed","time":{"start":1724921247773,"stop":1724921247773,"duration":0}},{"uid":"90e023d791b4cf99","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/90e023d791b4cf99","status":"passed","time":{"start":1724917989809,"stop":1724917989810,"duration":1}},{"uid":"af66c7f3875a17c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/af66c7f3875a17c7","status":"passed","time":{"start":1724889678532,"stop":1724889678533,"duration":1}},{"uid":"6329fbddb19afa4c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6329fbddb19afa4c","status":"passed","time":{"start":1724888829826,"stop":1724888829827,"duration":1}},{"uid":"f6f0ef3fc8ae7103","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f6f0ef3fc8ae7103","status":"passed","time":{"start":1724888076973,"stop":1724888076974,"duration":1}},{"uid":"f20d20306d2b6394","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f20d20306d2b6394","status":"passed","time":{"start":1724886851112,"stop":1724886851113,"duration":1}},{"uid":"f7de02c34bc762fb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f7de02c34bc762fb","status":"passed","time":{"start":1724886647058,"stop":1724886647059,"duration":1}},{"uid":"88da5f8e97ec9ae6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/88da5f8e97ec9ae6","status":"passed","time":{"start":1724861992702,"stop":1724861992702,"duration":0}},{"uid":"cc17a3cb81bfac07","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cc17a3cb81bfac07","status":"passed","time":{"start":1724861469630,"stop":1724861469631,"duration":1}},{"uid":"4e238e6a75305b45","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4e238e6a75305b45","status":"passed","time":{"start":1724861284845,"stop":1724861284845,"duration":0}},{"uid":"a4b4ba73f75a2b7c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a4b4ba73f75a2b7c","status":"passed","time":{"start":1724861145772,"stop":1724861145772,"duration":0}}]},"17a365c6873770addb5fea5e4dd76480:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4bd7321f825ce063","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4bd7321f825ce063","status":"passed","time":{"start":1724921515221,"stop":1724921515221,"duration":0}},{"uid":"c338587d98dd5e0e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c338587d98dd5e0e","status":"passed","time":{"start":1724921475439,"stop":1724921475440,"duration":1}},{"uid":"a6bc597123c3a908","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a6bc597123c3a908","status":"passed","time":{"start":1724918179381,"stop":1724918179381,"duration":0}},{"uid":"d5c319b0c5f2e945","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d5c319b0c5f2e945","status":"passed","time":{"start":1724889935334,"stop":1724889935335,"duration":1}},{"uid":"dcf09da6f381c2b0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dcf09da6f381c2b0","status":"passed","time":{"start":1724889072747,"stop":1724889072747,"duration":0}},{"uid":"9d77b53283278947","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9d77b53283278947","status":"passed","time":{"start":1724888232409,"stop":1724888232409,"duration":0}},{"uid":"ea8d2359f680f8f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ea8d2359f680f8f9","status":"passed","time":{"start":1724887018288,"stop":1724887018289,"duration":1}},{"uid":"27abbb91f8290717","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/27abbb91f8290717","status":"passed","time":{"start":1724886781473,"stop":1724886781474,"duration":1}},{"uid":"bd9ff1fcd4650cff","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bd9ff1fcd4650cff","status":"passed","time":{"start":1724862213656,"stop":1724862213657,"duration":1}},{"uid":"c63ef6a824429cae","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c63ef6a824429cae","status":"passed","time":{"start":1724861685849,"stop":1724861685849,"duration":0}},{"uid":"86852d0ff4545672","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/86852d0ff4545672","status":"passed","time":{"start":1724861546164,"stop":1724861546164,"duration":0}},{"uid":"e684a8af0e00e2e0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e684a8af0e00e2e0","status":"passed","time":{"start":1724861378105,"stop":1724861378105,"duration":0}}]},"a2f700168af9cb41c3c2307e8101120a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e9b034f8f075acb7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e9b034f8f075acb7","status":"passed","time":{"start":1724921037635,"stop":1724921037635,"duration":0}},{"uid":"95dea5e523fb6a80","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/95dea5e523fb6a80","status":"passed","time":{"start":1724921013047,"stop":1724921013047,"duration":0}},{"uid":"4d638b2d079ef143","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4d638b2d079ef143","status":"passed","time":{"start":1724917673291,"stop":1724917673291,"duration":0}},{"uid":"fffbf953b7d9f095","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fffbf953b7d9f095","status":"passed","time":{"start":1724889452310,"stop":1724889452310,"duration":0}},{"uid":"29734ee3c2c97762","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29734ee3c2c97762","status":"passed","time":{"start":1724888602840,"stop":1724888602840,"duration":0}},{"uid":"584951c75c301140","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/584951c75c301140","status":"passed","time":{"start":1724887759164,"stop":1724887759164,"duration":0}},{"uid":"872948bf4d72fcfa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/872948bf4d72fcfa","status":"passed","time":{"start":1724886525543,"stop":1724886525543,"duration":0}},{"uid":"98f877bf1b4f9650","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/98f877bf1b4f9650","status":"passed","time":{"start":1724886303396,"stop":1724886303397,"duration":1}},{"uid":"1c7693f54d1448cc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c7693f54d1448cc","status":"passed","time":{"start":1724861752228,"stop":1724861752228,"duration":0}},{"uid":"50882d2b1333133e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/50882d2b1333133e","status":"passed","time":{"start":1724861223355,"stop":1724861223355,"duration":0}},{"uid":"b98b384a25a918ac","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b98b384a25a918ac","status":"passed","time":{"start":1724861045202,"stop":1724861045202,"duration":0}},{"uid":"e147b5176d770989","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e147b5176d770989","status":"passed","time":{"start":1724860907084,"stop":1724860907084,"duration":0}}]},"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b58210257090c321","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b58210257090c321","status":"passed","time":{"start":1724921672581,"stop":1724921672582,"duration":1}},{"uid":"a8a95d5d6e64eaf3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a8a95d5d6e64eaf3","status":"passed","time":{"start":1724921629964,"stop":1724921629965,"duration":1}},{"uid":"100b50354e54c65e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/100b50354e54c65e","status":"passed","time":{"start":1724918337083,"stop":1724918337083,"duration":0}},{"uid":"473d8ec8546b87fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/473d8ec8546b87fd","status":"passed","time":{"start":1724890089179,"stop":1724890089179,"duration":0}},{"uid":"28098478dbfc74f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/28098478dbfc74f9","status":"passed","time":{"start":1724889221660,"stop":1724889221660,"duration":0}},{"uid":"b91bf1f19aecf370","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b91bf1f19aecf370","status":"passed","time":{"start":1724888396188,"stop":1724888396189,"duration":1}},{"uid":"b87b6e3069596aec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b87b6e3069596aec","status":"passed","time":{"start":1724887170939,"stop":1724887170939,"duration":0}},{"uid":"7a875359edf770af","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7a875359edf770af","status":"passed","time":{"start":1724886948525,"stop":1724886948525,"duration":0}},{"uid":"e075c236c07ec0e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e075c236c07ec0e5","status":"passed","time":{"start":1724862370753,"stop":1724862370753,"duration":0}},{"uid":"c61a7e5624c20670","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c61a7e5624c20670","status":"passed","time":{"start":1724861845169,"stop":1724861845169,"duration":0}},{"uid":"e4a482c4675c47de","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e4a482c4675c47de","status":"passed","time":{"start":1724861703117,"stop":1724861703117,"duration":0}},{"uid":"b33166759283cee7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b33166759283cee7","status":"passed","time":{"start":1724861530977,"stop":1724861530977,"duration":0}}]},"33fdc0abcc05365671923e497cbe2ac0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4ebf57b07e2b02ec","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4ebf57b07e2b02ec","status":"passed","time":{"start":1724921602945,"stop":1724921602946,"duration":1}},{"uid":"43db74aa5acab64e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/43db74aa5acab64e","status":"passed","time":{"start":1724921571095,"stop":1724921571095,"duration":0}},{"uid":"a6cbf4c652bf59a0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a6cbf4c652bf59a0","status":"passed","time":{"start":1724918285585,"stop":1724918285585,"duration":0}},{"uid":"f1deef9d1e966335","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f1deef9d1e966335","status":"passed","time":{"start":1724890030088,"stop":1724890030088,"duration":0}},{"uid":"cf7b16cbd0e5d59c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf7b16cbd0e5d59c","status":"passed","time":{"start":1724889171906,"stop":1724889171907,"duration":1}},{"uid":"74ee3f4d771394f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/74ee3f4d771394f","status":"passed","time":{"start":1724888350720,"stop":1724888350720,"duration":0}},{"uid":"cddffbc8832083d5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cddffbc8832083d5","status":"passed","time":{"start":1724887115405,"stop":1724887115406,"duration":1}},{"uid":"7ee6df48212435ea","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7ee6df48212435ea","status":"passed","time":{"start":1724886884569,"stop":1724886884569,"duration":0}},{"uid":"d628959947cfeb66","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d628959947cfeb66","status":"passed","time":{"start":1724862322247,"stop":1724862322247,"duration":0}},{"uid":"d926fa1c1d157a87","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d926fa1c1d157a87","status":"passed","time":{"start":1724861790749,"stop":1724861790750,"duration":1}},{"uid":"96e6b51078101338","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/96e6b51078101338","status":"passed","time":{"start":1724861628418,"stop":1724861628419,"duration":1}},{"uid":"32e364b12365c262","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/32e364b12365c262","status":"passed","time":{"start":1724861465622,"stop":1724861465623,"duration":1}}]},"1f1826c46d8ebcb70b3ec7356b2c26ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5b48a8122b223c54","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5b48a8122b223c54","status":"passed","time":{"start":1724921497759,"stop":1724921497760,"duration":1}},{"uid":"94c2f318ffea873e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/94c2f318ffea873e","status":"passed","time":{"start":1724921408415,"stop":1724921408416,"duration":1}},{"uid":"1ea0d0cd16ca3666","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1ea0d0cd16ca3666","status":"passed","time":{"start":1724918086872,"stop":1724918086872,"duration":0}},{"uid":"d0becf3529018d38","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d0becf3529018d38","status":"passed","time":{"start":1724889892448,"stop":1724889892448,"duration":0}},{"uid":"a829c2d3840046a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a829c2d3840046a9","status":"passed","time":{"start":1724888997218,"stop":1724888997218,"duration":0}},{"uid":"2cc765a0cfe7e2eb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2cc765a0cfe7e2eb","status":"passed","time":{"start":1724888159509,"stop":1724888159509,"duration":0}},{"uid":"a416b97fd15bbfcc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a416b97fd15bbfcc","status":"passed","time":{"start":1724886937308,"stop":1724886937312,"duration":4}},{"uid":"db9a17e33a91a04d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/db9a17e33a91a04d","status":"passed","time":{"start":1724886709809,"stop":1724886709810,"duration":1}},{"uid":"a9a8ef8ed82a42a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9a8ef8ed82a42a0","status":"passed","time":{"start":1724862123539,"stop":1724862123539,"duration":0}},{"uid":"674b532ec027cb94","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/674b532ec027cb94","status":"passed","time":{"start":1724861620105,"stop":1724861620106,"duration":1}},{"uid":"35eb0f6517c38495","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/35eb0f6517c38495","status":"passed","time":{"start":1724861460254,"stop":1724861460255,"duration":1}},{"uid":"54e6a18e11d029b9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/54e6a18e11d029b9","status":"passed","time":{"start":1724861330174,"stop":1724861330174,"duration":0}}]},"2ad1a51e9a8a69f5e0949ab5bac91cfa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5c1a207d6c88d15f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5c1a207d6c88d15f","status":"passed","time":{"start":1724921061851,"stop":1724921061851,"duration":0}},{"uid":"2a8c7dd170be7ac7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2a8c7dd170be7ac7","status":"passed","time":{"start":1724921037159,"stop":1724921037159,"duration":0}},{"uid":"b0f65d83741240d8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b0f65d83741240d8","status":"passed","time":{"start":1724917697304,"stop":1724917697304,"duration":0}},{"uid":"6041561e8550b374","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6041561e8550b374","status":"passed","time":{"start":1724889476085,"stop":1724889476086,"duration":1}},{"uid":"8a8e8b2f5ec984cc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8a8e8b2f5ec984cc","status":"passed","time":{"start":1724888626889,"stop":1724888626889,"duration":0}},{"uid":"7e11ff7c752966b7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7e11ff7c752966b7","status":"passed","time":{"start":1724887783110,"stop":1724887783110,"duration":0}},{"uid":"fbcbd5ae6981209b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fbcbd5ae6981209b","status":"passed","time":{"start":1724886549921,"stop":1724886549921,"duration":0}},{"uid":"e764f2b7a1c5fd10","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e764f2b7a1c5fd10","status":"passed","time":{"start":1724886327583,"stop":1724886327583,"duration":0}},{"uid":"d7167779809591a4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d7167779809591a4","status":"passed","time":{"start":1724861776809,"stop":1724861776809,"duration":0}},{"uid":"957a2680fbe21a5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/957a2680fbe21a5","status":"passed","time":{"start":1724861247301,"stop":1724861247301,"duration":0}},{"uid":"34376bff5a333b2e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/34376bff5a333b2e","status":"passed","time":{"start":1724861071397,"stop":1724861071397,"duration":0}},{"uid":"72b37fbf37171b08","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/72b37fbf37171b08","status":"passed","time":{"start":1724860931797,"stop":1724860931797,"duration":0}}]},"8b92757ab19a937c456a92cfced3d214:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0bb416fc160862e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f0bb416fc160862e","status":"passed","time":{"start":1724921602989,"stop":1724921602989,"duration":0}}]},"febf10fe980b59353c470eebd065089e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9479fcc50ae9621","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9479fcc50ae9621","status":"passed","time":{"start":1724921045530,"stop":1724921045531,"duration":1}},{"uid":"60812c8b0df1c506","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/60812c8b0df1c506","status":"passed","time":{"start":1724921020724,"stop":1724921020724,"duration":0}},{"uid":"8c3c43a8c22b9fb3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8c3c43a8c22b9fb3","status":"passed","time":{"start":1724917681049,"stop":1724917681049,"duration":0}},{"uid":"52ba2cbdf82b5a6c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52ba2cbdf82b5a6c","status":"passed","time":{"start":1724889459913,"stop":1724889459914,"duration":1}},{"uid":"f91757d897ef4f3c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f91757d897ef4f3c","status":"passed","time":{"start":1724888610531,"stop":1724888610531,"duration":0}},{"uid":"833896f27a43995d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/833896f27a43995d","status":"passed","time":{"start":1724887766846,"stop":1724887766846,"duration":0}},{"uid":"753544eff7876d98","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/753544eff7876d98","status":"passed","time":{"start":1724886533241,"stop":1724886533242,"duration":1}},{"uid":"c782e9fc9fc450a8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c782e9fc9fc450a8","status":"passed","time":{"start":1724886311087,"stop":1724886311088,"duration":1}},{"uid":"c5a35f28dbf03f36","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5a35f28dbf03f36","status":"passed","time":{"start":1724861760047,"stop":1724861760047,"duration":0}},{"uid":"3ae1bd3f6fdd198f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3ae1bd3f6fdd198f","status":"passed","time":{"start":1724861230825,"stop":1724861230826,"duration":1}},{"uid":"eb1c505d440a4d0f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/eb1c505d440a4d0f","status":"passed","time":{"start":1724861053396,"stop":1724861053397,"duration":1}},{"uid":"998a9922b4a40","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/998a9922b4a40","status":"passed","time":{"start":1724860914742,"stop":1724860914743,"duration":1}}]},"0695c88dec75f4d8bcf42848254b1b8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c264b747ab444c9f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c264b747ab444c9f","status":"passed","time":{"start":1724889077073,"stop":1724889077074,"duration":1}}]},"df180de3baec9dc768e789014357a848:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5a9721948a6e86c7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5a9721948a6e86c7","status":"passed","time":{"start":1724921098913,"stop":1724921098915,"duration":2}},{"uid":"1ee557199edf4044","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1ee557199edf4044","status":"passed","time":{"start":1724921073379,"stop":1724921073392,"duration":13}},{"uid":"2634cb6750ddf3df","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2634cb6750ddf3df","status":"passed","time":{"start":1724917744661,"stop":1724917744661,"duration":0}},{"uid":"e28d3d7d6f693ff8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e28d3d7d6f693ff8","status":"passed","time":{"start":1724889518042,"stop":1724889518043,"duration":1}},{"uid":"eb5c46461add692a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eb5c46461add692a","status":"passed","time":{"start":1724888665800,"stop":1724888665801,"duration":1}},{"uid":"fac69ccb88799265","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fac69ccb88799265","status":"passed","time":{"start":1724887821950,"stop":1724887821951,"duration":1}},{"uid":"4db312f1f5bd0157","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4db312f1f5bd0157","status":"passed","time":{"start":1724886586924,"stop":1724886586924,"duration":0}},{"uid":"bae8e6f2eadf639a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bae8e6f2eadf639a","status":"passed","time":{"start":1724886375227,"stop":1724886375229,"duration":2}},{"uid":"c7f1d53b5dfccdf7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c7f1d53b5dfccdf7","status":"passed","time":{"start":1724861815215,"stop":1724861815216,"duration":1}},{"uid":"edc3b09ed26ea08d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/edc3b09ed26ea08d","status":"passed","time":{"start":1724861291720,"stop":1724861291721,"duration":1}},{"uid":"df8f616338a92309","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/df8f616338a92309","status":"passed","time":{"start":1724861109870,"stop":1724861109872,"duration":2}},{"uid":"f78b5ec1d8ceca67","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f78b5ec1d8ceca67","status":"passed","time":{"start":1724860972340,"stop":1724860972340,"duration":0}}]},"4887365d60b7faba9255b54c310b7b5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9d4b1e7ddcc6f54f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9d4b1e7ddcc6f54f","status":"passed","time":{"start":1724921564778,"stop":1724921564778,"duration":0}},{"uid":"77c976bb363586e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/77c976bb363586e","status":"passed","time":{"start":1724921518822,"stop":1724921518823,"duration":1}},{"uid":"fe446fae44d2af9d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fe446fae44d2af9d","status":"passed","time":{"start":1724918229401,"stop":1724918229401,"duration":0}},{"uid":"3c00294eb9ed3926","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c00294eb9ed3926","status":"passed","time":{"start":1724889980704,"stop":1724889980705,"duration":1}},{"uid":"6044a78d37cee2c5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6044a78d37cee2c5","status":"passed","time":{"start":1724889111168,"stop":1724889111169,"duration":1}},{"uid":"2cdb9edf9b5ad758","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2cdb9edf9b5ad758","status":"passed","time":{"start":1724888292535,"stop":1724888292536,"duration":1}},{"uid":"13bb351de2dc8259","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/13bb351de2dc8259","status":"passed","time":{"start":1724887068229,"stop":1724887068229,"duration":0}},{"uid":"f1b1de38317182c1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f1b1de38317182c1","status":"passed","time":{"start":1724886848928,"stop":1724886848929,"duration":1}},{"uid":"bf565d3c6955362","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf565d3c6955362","status":"passed","time":{"start":1724862262049,"stop":1724862262049,"duration":0}},{"uid":"d44d525578928a12","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d44d525578928a12","status":"passed","time":{"start":1724861741895,"stop":1724861741895,"duration":0}},{"uid":"9d9afcfd5d7aeebb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9d9afcfd5d7aeebb","status":"passed","time":{"start":1724861599498,"stop":1724861599498,"duration":0}},{"uid":"ad008bea3cdff125","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ad008bea3cdff125","status":"passed","time":{"start":1724861428477,"stop":1724861428477,"duration":0}}]},"820dd76ff699bf97b090a36292148731:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"44ecaff2390e5433","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/44ecaff2390e5433","status":"passed","time":{"start":1724921037633,"stop":1724921037633,"duration":0}},{"uid":"58b0cca3b09b61cd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/58b0cca3b09b61cd","status":"passed","time":{"start":1724921013046,"stop":1724921013046,"duration":0}},{"uid":"f2308954bdfd975e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f2308954bdfd975e","status":"passed","time":{"start":1724917673289,"stop":1724917673289,"duration":0}},{"uid":"dfc259fd4666162a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dfc259fd4666162a","status":"passed","time":{"start":1724889452308,"stop":1724889452308,"duration":0}},{"uid":"be34f1cc55141ee6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/be34f1cc55141ee6","status":"passed","time":{"start":1724888602838,"stop":1724888602838,"duration":0}},{"uid":"c17ba3e3ba5b2ed7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c17ba3e3ba5b2ed7","status":"passed","time":{"start":1724887759162,"stop":1724887759162,"duration":0}},{"uid":"46c5c77d1c957da4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/46c5c77d1c957da4","status":"passed","time":{"start":1724886525542,"stop":1724886525542,"duration":0}},{"uid":"491e42314606dec4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/491e42314606dec4","status":"passed","time":{"start":1724886303395,"stop":1724886303395,"duration":0}},{"uid":"5165824969a80827","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5165824969a80827","status":"passed","time":{"start":1724861752225,"stop":1724861752225,"duration":0}},{"uid":"d93c637b60a179e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d93c637b60a179e","status":"passed","time":{"start":1724861223353,"stop":1724861223353,"duration":0}},{"uid":"43a464a5dcc2f3ab","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/43a464a5dcc2f3ab","status":"passed","time":{"start":1724861045200,"stop":1724861045200,"duration":0}},{"uid":"89f23b5412ee9e8a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/89f23b5412ee9e8a","status":"passed","time":{"start":1724860907083,"stop":1724860907083,"duration":0}}]},"61c6880ba0bdd0149f99fef52cf2e4cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f0dd310c51723bd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4f0dd310c51723bd","status":"passed","time":{"start":1724861800255,"stop":1724861800256,"duration":1}}]},"5a27e969aaa517950f4bb4bfdc6f1cab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2e7abba2fea39d56","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2e7abba2fea39d56","status":"passed","time":{"start":1724921037620,"stop":1724921037621,"duration":1}},{"uid":"2809f79e619ca0ed","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2809f79e619ca0ed","status":"passed","time":{"start":1724921013033,"stop":1724921013033,"duration":0}},{"uid":"a6dfd2eadad0bd5e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a6dfd2eadad0bd5e","status":"passed","time":{"start":1724917673276,"stop":1724917673277,"duration":1}},{"uid":"a160cce7b2c3ef3f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a160cce7b2c3ef3f","status":"passed","time":{"start":1724889452295,"stop":1724889452295,"duration":0}},{"uid":"b98be24b878f62da","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b98be24b878f62da","status":"passed","time":{"start":1724888602824,"stop":1724888602825,"duration":1}},{"uid":"97daf5869374e77","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/97daf5869374e77","status":"passed","time":{"start":1724887759149,"stop":1724887759150,"duration":1}},{"uid":"86473b2cfcb028bb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/86473b2cfcb028bb","status":"passed","time":{"start":1724886525536,"stop":1724886525537,"duration":1}},{"uid":"3a4461526b4095ae","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3a4461526b4095ae","status":"passed","time":{"start":1724886303382,"stop":1724886303383,"duration":1}},{"uid":"d4df2506917868b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d4df2506917868b2","status":"passed","time":{"start":1724861752211,"stop":1724861752211,"duration":0}},{"uid":"f5c8a39e6ac42ef8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f5c8a39e6ac42ef8","status":"passed","time":{"start":1724861223341,"stop":1724861223342,"duration":1}},{"uid":"395a7e3b1c88c194","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/395a7e3b1c88c194","status":"passed","time":{"start":1724861045187,"stop":1724861045187,"duration":0}},{"uid":"f25b05234025f276","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f25b05234025f276","status":"passed","time":{"start":1724860907069,"stop":1724860907069,"duration":0}}]},"025e1155ffed7e98831dfbdafa4711c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"50c9c7dd60f00b11","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/50c9c7dd60f00b11","status":"passed","time":{"start":1724921625093,"stop":1724921625094,"duration":1}},{"uid":"5de55140de04a5af","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5de55140de04a5af","status":"passed","time":{"start":1724921590513,"stop":1724921590513,"duration":0}},{"uid":"67da8c6cbb73e731","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/67da8c6cbb73e731","status":"passed","time":{"start":1724918287579,"stop":1724918287580,"duration":1}},{"uid":"50b5058d9e237093","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/50b5058d9e237093","status":"passed","time":{"start":1724890047806,"stop":1724890047806,"duration":0}},{"uid":"e06b0a17fba01db2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e06b0a17fba01db2","status":"passed","time":{"start":1724889183949,"stop":1724889183950,"duration":1}},{"uid":"331845c24a2630ca","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/331845c24a2630ca","status":"passed","time":{"start":1724888354190,"stop":1724888354190,"duration":0}},{"uid":"4542c6927a889b1e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4542c6927a889b1e","status":"passed","time":{"start":1724887145732,"stop":1724887145732,"duration":0}},{"uid":"2010004c149b995e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2010004c149b995e","status":"passed","time":{"start":1724886915812,"stop":1724886915812,"duration":0}},{"uid":"60c57dd47480e337","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/60c57dd47480e337","status":"passed","time":{"start":1724862341468,"stop":1724862341468,"duration":0}},{"uid":"9e1d4fab78306f11","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9e1d4fab78306f11","status":"passed","time":{"start":1724861805474,"stop":1724861805474,"duration":0}},{"uid":"5c026b29a846b865","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5c026b29a846b865","status":"passed","time":{"start":1724861662302,"stop":1724861662302,"duration":0}},{"uid":"b78cfdae9d5f9ebc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b78cfdae9d5f9ebc","status":"passed","time":{"start":1724861492531,"stop":1724861492532,"duration":1}}]},"2d635ae542813e2e5bf7f4e1c97e6e33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1f03a9853a82bb13","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1f03a9853a82bb13","status":"passed","time":{"start":1724921625076,"stop":1724921625076,"duration":0}},{"uid":"fd992312fd34e4ae","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fd992312fd34e4ae","status":"passed","time":{"start":1724921590499,"stop":1724921590499,"duration":0}},{"uid":"caad16e9a8355954","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/caad16e9a8355954","status":"passed","time":{"start":1724918287568,"stop":1724918287568,"duration":0}},{"uid":"1b7eb8eccc0fe94","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1b7eb8eccc0fe94","status":"passed","time":{"start":1724890047792,"stop":1724890047792,"duration":0}},{"uid":"e4ebc71415c170da","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e4ebc71415c170da","status":"passed","time":{"start":1724889183924,"stop":1724889183924,"duration":0}},{"uid":"e54d4707149ed1d4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e54d4707149ed1d4","status":"passed","time":{"start":1724888354173,"stop":1724888354173,"duration":0}},{"uid":"b443a1f1d800da6e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b443a1f1d800da6e","status":"passed","time":{"start":1724887145667,"stop":1724887145675,"duration":8}},{"uid":"b5d671b8bed7a6c2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b5d671b8bed7a6c2","status":"passed","time":{"start":1724886915790,"stop":1724886915790,"duration":0}},{"uid":"63d61fce0b0e8b62","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/63d61fce0b0e8b62","status":"passed","time":{"start":1724862341454,"stop":1724862341454,"duration":0}},{"uid":"72192891001c778b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/72192891001c778b","status":"passed","time":{"start":1724861805445,"stop":1724861805445,"duration":0}},{"uid":"20fe8bfda05370f3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/20fe8bfda05370f3","status":"passed","time":{"start":1724861662288,"stop":1724861662289,"duration":1}},{"uid":"48441561757b8ed1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/48441561757b8ed1","status":"passed","time":{"start":1724861492517,"stop":1724861492518,"duration":1}}]},"b93aa34e4c13eba868e7d0bc3f625f0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e8115fd86b361382","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e8115fd86b361382","status":"passed","time":{"start":1724861475038,"stop":1724861475041,"duration":3}}]},"f33825d36f3d41773d515f293970c94d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"44d1c1be0a6e52ed","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/44d1c1be0a6e52ed","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921583487,"stop":1724921583487,"duration":0}},{"uid":"399c8de2a2e406bf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/399c8de2a2e406bf","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921494521,"stop":1724921494522,"duration":1}},{"uid":"133566f541fd1d55","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/133566f541fd1d55","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918216287,"stop":1724918216287,"duration":0}},{"uid":"4667cdc6853ab017","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4667cdc6853ab017","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889979498,"stop":1724889979499,"duration":1}},{"uid":"408fe4b179d3b658","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/408fe4b179d3b658","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889083636,"stop":1724889083636,"duration":0}},{"uid":"1e2f10fb6d041b43","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1e2f10fb6d041b43","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888284641,"stop":1724888284641,"duration":0}},{"uid":"87e5c192c57f4440","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/87e5c192c57f4440","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887046097,"stop":1724887046097,"duration":0}},{"uid":"b6f9401904558d7e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b6f9401904558d7e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886828838,"stop":1724886828839,"duration":1}},{"uid":"21d1862dbf409e31","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/21d1862dbf409e31","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862236791,"stop":1724862236791,"duration":0}},{"uid":"4ad87dbfd6927f42","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4ad87dbfd6927f42","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861713626,"stop":1724861713626,"duration":0}},{"uid":"f7c748398f9aad91","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f7c748398f9aad91","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861586771,"stop":1724861586771,"duration":0}},{"uid":"6afe4e36b8492603","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6afe4e36b8492603","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861418250,"stop":1724861418250,"duration":0}}]},"2808bcc94958d18d8f9a2187448962e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"33af4681fdfb727a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/33af4681fdfb727a","status":"passed","time":{"start":1724921529592,"stop":1724921529592,"duration":0}}]},"93a244bfe268da401fc9e7f70da7f7ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c25255f609944c28","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c25255f609944c28","status":"passed","time":{"start":1724862298395,"stop":1724862298396,"duration":1}}]},"8e721cfaadb6a90a6287cdd960bf8026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"144200d4270541d6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/144200d4270541d6","status":"passed","time":{"start":1724921379979,"stop":1724921379979,"duration":0}},{"uid":"cd19d6754ae74a66","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cd19d6754ae74a66","status":"passed","time":{"start":1724921359713,"stop":1724921359713,"duration":0}},{"uid":"1a7d1c2cead4edeb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1a7d1c2cead4edeb","status":"passed","time":{"start":1724918127247,"stop":1724918127247,"duration":0}},{"uid":"dfa93e7df096e2fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dfa93e7df096e2fd","status":"passed","time":{"start":1724889805613,"stop":1724889805613,"duration":0}},{"uid":"5aab7bea9a5de687","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5aab7bea9a5de687","status":"passed","time":{"start":1724888940686,"stop":1724888940687,"duration":1}},{"uid":"3c0e059516a154ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3c0e059516a154ea","status":"passed","time":{"start":1724888168649,"stop":1724888168650,"duration":1}},{"uid":"315f8082d599ecee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/315f8082d599ecee","status":"passed","time":{"start":1724886924217,"stop":1724886924217,"duration":0}},{"uid":"4724850748299063","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4724850748299063","status":"passed","time":{"start":1724886701805,"stop":1724886701805,"duration":0}},{"uid":"c06a4c4ba6952f45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c06a4c4ba6952f45","status":"passed","time":{"start":1724862112741,"stop":1724862112741,"duration":0}},{"uid":"5225e7f2f74558a7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5225e7f2f74558a7","status":"passed","time":{"start":1724861584868,"stop":1724861584868,"duration":0}},{"uid":"4141715c2b16eebb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4141715c2b16eebb","status":"passed","time":{"start":1724861464489,"stop":1724861464494,"duration":5}},{"uid":"879e412632945746","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/879e412632945746","status":"passed","time":{"start":1724861254914,"stop":1724861254914,"duration":0}}]},"582024f619a100cc51dfd1cf99274cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bcfc4139e6aa9a33","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bcfc4139e6aa9a33","status":"passed","time":{"start":1724889169848,"stop":1724889169849,"duration":1}}]},"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5f1f5264bf7f3c10","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5f1f5264bf7f3c10","status":"passed","time":{"start":1724921045450,"stop":1724921045451,"duration":1}},{"uid":"7642715b15cccd5d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7642715b15cccd5d","status":"passed","time":{"start":1724921020914,"stop":1724921020914,"duration":0}},{"uid":"588c301c4698c356","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/588c301c4698c356","status":"passed","time":{"start":1724917681161,"stop":1724917681161,"duration":0}},{"uid":"2d6e2b149a7af9e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d6e2b149a7af9e5","status":"passed","time":{"start":1724889460192,"stop":1724889460192,"duration":0}},{"uid":"d25df6fecce46f5e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d25df6fecce46f5e","status":"passed","time":{"start":1724888610696,"stop":1724888610696,"duration":0}},{"uid":"6b558d60e55d239c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b558d60e55d239c","status":"passed","time":{"start":1724887766818,"stop":1724887766819,"duration":1}},{"uid":"c150001e000b919","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c150001e000b919","status":"passed","time":{"start":1724886533505,"stop":1724886533506,"duration":1}},{"uid":"75c5a91aa6907356","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/75c5a91aa6907356","status":"passed","time":{"start":1724886311136,"stop":1724886311136,"duration":0}},{"uid":"c5d146234f392a3a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5d146234f392a3a","status":"passed","time":{"start":1724861760253,"stop":1724861760253,"duration":0}},{"uid":"2f9f5c9091b45e20","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2f9f5c9091b45e20","status":"passed","time":{"start":1724861231059,"stop":1724861231060,"duration":1}},{"uid":"7437148cb27890ac","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7437148cb27890ac","status":"passed","time":{"start":1724861053540,"stop":1724861053540,"duration":0}},{"uid":"32bcd62fd0dcdc29","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/32bcd62fd0dcdc29","status":"passed","time":{"start":1724860915308,"stop":1724860915309,"duration":1}}]},"964b1f89e1c2b44ec4c2bd98e3d35de0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"98f22b23ba12d089","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/98f22b23ba12d089","status":"passed","time":{"start":1724921602983,"stop":1724921602983,"duration":0}},{"uid":"144684d91bd03d6b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/144684d91bd03d6b","status":"passed","time":{"start":1724921571107,"stop":1724921571108,"duration":1}},{"uid":"5aaea6baf151c62e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5aaea6baf151c62e","status":"passed","time":{"start":1724918285615,"stop":1724918285615,"duration":0}},{"uid":"93b31fbb78a3f79a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/93b31fbb78a3f79a","status":"passed","time":{"start":1724890030101,"stop":1724890030101,"duration":0}},{"uid":"b4400f37ec169925","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4400f37ec169925","status":"passed","time":{"start":1724889171928,"stop":1724889171928,"duration":0}},{"uid":"c278d06c392de304","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c278d06c392de304","status":"passed","time":{"start":1724888350741,"stop":1724888350742,"duration":1}},{"uid":"b141db46864624bf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b141db46864624bf","status":"passed","time":{"start":1724887115426,"stop":1724887115427,"duration":1}},{"uid":"6077ec3a4936260c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6077ec3a4936260c","status":"passed","time":{"start":1724886884585,"stop":1724886884586,"duration":1}},{"uid":"4d4a578e795c997a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4d4a578e795c997a","status":"passed","time":{"start":1724862322277,"stop":1724862322277,"duration":0}},{"uid":"bc4ce9abaf7e352c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bc4ce9abaf7e352c","status":"passed","time":{"start":1724861790765,"stop":1724861790765,"duration":0}},{"uid":"acd15bef49e87e6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/acd15bef49e87e6","status":"passed","time":{"start":1724861628431,"stop":1724861628431,"duration":0}},{"uid":"4a9761ebec2eea97","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4a9761ebec2eea97","status":"passed","time":{"start":1724861465635,"stop":1724861465635,"duration":0}}]},"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"577bddb44087ca5d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/577bddb44087ca5d","status":"passed","time":{"start":1724921054319,"stop":1724921054320,"duration":1}},{"uid":"3290578416ccf6e3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3290578416ccf6e3","status":"passed","time":{"start":1724921029528,"stop":1724921029529,"duration":1}},{"uid":"421e4ad53b65d28","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/421e4ad53b65d28","status":"passed","time":{"start":1724917689713,"stop":1724917689714,"duration":1}},{"uid":"c6f89a6e4d2ea884","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c6f89a6e4d2ea884","status":"passed","time":{"start":1724889468609,"stop":1724889468610,"duration":1}},{"uid":"30ade05f12c81219","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/30ade05f12c81219","status":"passed","time":{"start":1724888619402,"stop":1724888619403,"duration":1}},{"uid":"6943013571410808","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6943013571410808","status":"passed","time":{"start":1724887775585,"stop":1724887775586,"duration":1}},{"uid":"66b6062a9e537a88","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/66b6062a9e537a88","status":"passed","time":{"start":1724886542102,"stop":1724886542103,"duration":1}},{"uid":"a6adb83dfd578645","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a6adb83dfd578645","status":"passed","time":{"start":1724886319852,"stop":1724886319853,"duration":1}},{"uid":"85be2906440a1863","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/85be2906440a1863","status":"passed","time":{"start":1724861769052,"stop":1724861769053,"duration":1}},{"uid":"b981e48a76e25f8f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b981e48a76e25f8f","status":"passed","time":{"start":1724861239707,"stop":1724861239708,"duration":1}},{"uid":"3dace3540a424a24","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3dace3540a424a24","status":"passed","time":{"start":1724861063045,"stop":1724861063046,"duration":1}},{"uid":"76e3f41d8e5f2b80","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/76e3f41d8e5f2b80","status":"passed","time":{"start":1724860924085,"stop":1724860924087,"duration":2}}]},"dfae24b12ec4a20423e21cb56c43e72f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3fd90073e60791c0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3fd90073e60791c0","status":"passed","time":{"start":1724921518823,"stop":1724921518824,"duration":1}}]},"b3636317c23ce51f144c0d5be908169c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"266b4c134a4ca33c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/266b4c134a4ca33c","status":"passed","time":{"start":1724921037635,"stop":1724921037636,"duration":1}},{"uid":"bdb72c42b6d54b3e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bdb72c42b6d54b3e","status":"passed","time":{"start":1724921013047,"stop":1724921013048,"duration":1}},{"uid":"630a6b7aad1fa2aa","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/630a6b7aad1fa2aa","status":"passed","time":{"start":1724917673292,"stop":1724917673292,"duration":0}},{"uid":"5b23e227bd29893e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b23e227bd29893e","status":"passed","time":{"start":1724889452310,"stop":1724889452310,"duration":0}},{"uid":"63adde0867b126b9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/63adde0867b126b9","status":"passed","time":{"start":1724888602840,"stop":1724888602841,"duration":1}},{"uid":"48400ddfdf3e785f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/48400ddfdf3e785f","status":"passed","time":{"start":1724887759164,"stop":1724887759164,"duration":0}},{"uid":"f136e9c25273b3a3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f136e9c25273b3a3","status":"passed","time":{"start":1724886525544,"stop":1724886525544,"duration":0}},{"uid":"1f1d7c09a8c6cc1a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1f1d7c09a8c6cc1a","status":"passed","time":{"start":1724886303397,"stop":1724886303397,"duration":0}},{"uid":"f85f81720087a3b8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f85f81720087a3b8","status":"passed","time":{"start":1724861752229,"stop":1724861752229,"duration":0}},{"uid":"820e1c9cdec0599","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/820e1c9cdec0599","status":"passed","time":{"start":1724861223355,"stop":1724861223355,"duration":0}},{"uid":"b6d2f0794772d2a0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b6d2f0794772d2a0","status":"passed","time":{"start":1724861045202,"stop":1724861045203,"duration":1}},{"uid":"5e4803ac314801b6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5e4803ac314801b6","status":"passed","time":{"start":1724860907084,"stop":1724860907085,"duration":1}}]},"f91efa51038b4f3eda3ec48a9c4c0487:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9e2fd0a400e1f2f5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9e2fd0a400e1f2f5","status":"passed","time":{"start":1724921379980,"stop":1724921379980,"duration":0}},{"uid":"55e3742efa1547a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/55e3742efa1547a","status":"passed","time":{"start":1724921359714,"stop":1724921359715,"duration":1}},{"uid":"441149548ebc2480","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/441149548ebc2480","status":"passed","time":{"start":1724918127248,"stop":1724918127248,"duration":0}},{"uid":"9de6eb0f201f7df8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9de6eb0f201f7df8","status":"passed","time":{"start":1724889805614,"stop":1724889805615,"duration":1}},{"uid":"d54754e3d516c40e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d54754e3d516c40e","status":"passed","time":{"start":1724888940693,"stop":1724888940694,"duration":1}},{"uid":"1f7cc5d0634d123c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1f7cc5d0634d123c","status":"passed","time":{"start":1724888168651,"stop":1724888168652,"duration":1}},{"uid":"c3d9aa83defff078","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c3d9aa83defff078","status":"passed","time":{"start":1724886924219,"stop":1724886924219,"duration":0}},{"uid":"19cf77a0e45efb69","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/19cf77a0e45efb69","status":"passed","time":{"start":1724886701806,"stop":1724886701807,"duration":1}},{"uid":"e603e32372c1b369","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e603e32372c1b369","status":"passed","time":{"start":1724862112743,"stop":1724862112743,"duration":0}},{"uid":"2079b15a138ec946","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2079b15a138ec946","status":"passed","time":{"start":1724861584870,"stop":1724861584870,"duration":0}},{"uid":"78075b644f419d11","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/78075b644f419d11","status":"passed","time":{"start":1724861464517,"stop":1724861464518,"duration":1}},{"uid":"9d9e3eb7daaf9c9d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9d9e3eb7daaf9c9d","status":"passed","time":{"start":1724861254918,"stop":1724861254918,"duration":0}}]},"3336c31a5ea9de4a485aa1ec12e9a8b3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e6715652cc37cef5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e6715652cc37cef5","status":"passed","time":{"start":1724918259546,"stop":1724918259547,"duration":1}}]},"a2119e3e611bd0ff8f7f27ed8761ce1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd0284d2a79b9b3a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dd0284d2a79b9b3a","status":"passed","time":{"start":1724861628433,"stop":1724861628433,"duration":0}}]},"a7a36be6d29026780061deaa5a50cbbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"dfc3da3f2d3f785b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dfc3da3f2d3f785b","status":"passed","time":{"start":1724921515232,"stop":1724921515232,"duration":0}},{"uid":"6021f9ed68d645eb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6021f9ed68d645eb","status":"passed","time":{"start":1724921475460,"stop":1724921475465,"duration":5}},{"uid":"2980dcd662916c31","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2980dcd662916c31","status":"passed","time":{"start":1724918179407,"stop":1724918179407,"duration":0}},{"uid":"c1eb7800dbcc63ca","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c1eb7800dbcc63ca","status":"passed","time":{"start":1724889935346,"stop":1724889935346,"duration":0}},{"uid":"7b91a5d5b912a3fb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b91a5d5b912a3fb","status":"passed","time":{"start":1724889072760,"stop":1724889072760,"duration":0}},{"uid":"27f20b66d4a508fe","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/27f20b66d4a508fe","status":"passed","time":{"start":1724888232421,"stop":1724888232422,"duration":1}},{"uid":"1ba07293b2ef2228","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1ba07293b2ef2228","status":"passed","time":{"start":1724887018308,"stop":1724887018308,"duration":0}},{"uid":"6564614614d6fc00","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6564614614d6fc00","status":"passed","time":{"start":1724886781485,"stop":1724886781485,"duration":0}},{"uid":"8a799bac19002535","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8a799bac19002535","status":"passed","time":{"start":1724862213668,"stop":1724862213669,"duration":1}},{"uid":"20e6779febe724f9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/20e6779febe724f9","status":"passed","time":{"start":1724861685862,"stop":1724861685862,"duration":0}},{"uid":"318da9474eb2cccf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/318da9474eb2cccf","status":"passed","time":{"start":1724861546183,"stop":1724861546184,"duration":1}},{"uid":"de0b80fa6689951f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/de0b80fa6689951f","status":"passed","time":{"start":1724861378117,"stop":1724861378118,"duration":1}}]},"5709fec27d2817adf3ecd35dbeb64ab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c770b5b7870918b6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c770b5b7870918b6","status":"passed","time":{"start":1724921475444,"stop":1724921475445,"duration":1}}]},"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9900fd9783bb8945","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9900fd9783bb8945","status":"passed","time":{"start":1724921297018,"stop":1724921297018,"duration":0}},{"uid":"ea1a7cf607b26175","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ea1a7cf607b26175","status":"passed","time":{"start":1724921276372,"stop":1724921276372,"duration":0}},{"uid":"96a7c12dd4d7167f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/96a7c12dd4d7167f","status":"passed","time":{"start":1724917948330,"stop":1724917948330,"duration":0}},{"uid":"9b5712edfc79fdb9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9b5712edfc79fdb9","status":"passed","time":{"start":1724889729017,"stop":1724889729018,"duration":1}},{"uid":"fcd4c9ef829c7199","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fcd4c9ef829c7199","status":"passed","time":{"start":1724888864960,"stop":1724888864960,"duration":0}},{"uid":"a5f6b4729d17ab29","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a5f6b4729d17ab29","status":"passed","time":{"start":1724888053751,"stop":1724888053752,"duration":1}},{"uid":"2b1e9787776eeadf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2b1e9787776eeadf","status":"passed","time":{"start":1724886811666,"stop":1724886811666,"duration":0}},{"uid":"e0af8686682144d3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e0af8686682144d3","status":"passed","time":{"start":1724886581009,"stop":1724886581009,"duration":0}},{"uid":"15524f57e65efc9c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/15524f57e65efc9c","status":"passed","time":{"start":1724862019565,"stop":1724862019566,"duration":1}},{"uid":"8b99095be560889f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8b99095be560889f","status":"passed","time":{"start":1724861493942,"stop":1724861493943,"duration":1}},{"uid":"6d00189327b49c1a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6d00189327b49c1a","status":"passed","time":{"start":1724861318060,"stop":1724861318061,"duration":1}},{"uid":"2d7f564423bd846a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2d7f564423bd846a","status":"passed","time":{"start":1724861178520,"stop":1724861178521,"duration":1}}]},"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7b885b66348c91eb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7b885b66348c91eb","status":"passed","time":{"start":1724921423893,"stop":1724921423894,"duration":1}},{"uid":"a81750a8c3fee959","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a81750a8c3fee959","status":"passed","time":{"start":1724921407984,"stop":1724921407985,"duration":1}},{"uid":"693932ddd932038e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/693932ddd932038e","status":"passed","time":{"start":1724918130464,"stop":1724918130464,"duration":0}},{"uid":"c97e8f6114a9c14b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c97e8f6114a9c14b","status":"passed","time":{"start":1724889849944,"stop":1724889849944,"duration":0}},{"uid":"4f6168fe9c306774","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f6168fe9c306774","status":"passed","time":{"start":1724888984942,"stop":1724888984942,"duration":0}},{"uid":"a461ed0fe1bbe395","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a461ed0fe1bbe395","status":"passed","time":{"start":1724888172873,"stop":1724888172873,"duration":0}},{"uid":"9f482ebb176d2523","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9f482ebb176d2523","status":"passed","time":{"start":1724886941903,"stop":1724886941904,"duration":1}},{"uid":"9bcba2d7c375e8f4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9bcba2d7c375e8f4","status":"passed","time":{"start":1724886712937,"stop":1724886712937,"duration":0}},{"uid":"817213f22f330b80","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/817213f22f330b80","status":"passed","time":{"start":1724862129830,"stop":1724862129831,"duration":1}},{"uid":"b53a8d374a14eef","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b53a8d374a14eef","status":"passed","time":{"start":1724861625585,"stop":1724861625586,"duration":1}},{"uid":"71248883a82fdcad","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/71248883a82fdcad","status":"passed","time":{"start":1724861470310,"stop":1724861470310,"duration":0}},{"uid":"7db8a1fa6de1db29","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7db8a1fa6de1db29","status":"passed","time":{"start":1724861304273,"stop":1724861304273,"duration":0}}]},"4bc00623043584ff80e4f4fd92118f9a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b14480b56c822e18","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b14480b56c822e18","status":"passed","time":{"start":1724889169845,"stop":1724889169846,"duration":1}}]},"a306070f129538a42a318614801f6704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1bda5404a46ff478","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1bda5404a46ff478","status":"passed","time":{"start":1724861800257,"stop":1724861800258,"duration":1}}]},"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"86b051aab211a1d3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/86b051aab211a1d3","status":"passed","time":{"start":1724921564783,"stop":1724921564783,"duration":0}},{"uid":"ef71b4321d47a076","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ef71b4321d47a076","status":"passed","time":{"start":1724921518830,"stop":1724921518831,"duration":1}},{"uid":"b81e7ea56068563a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b81e7ea56068563a","status":"passed","time":{"start":1724918229405,"stop":1724918229406,"duration":1}},{"uid":"b3f5bb5fe964c84a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b3f5bb5fe964c84a","status":"passed","time":{"start":1724889980708,"stop":1724889980708,"duration":0}},{"uid":"44311d6de80cd47f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/44311d6de80cd47f","status":"passed","time":{"start":1724889111184,"stop":1724889111184,"duration":0}},{"uid":"64054d40af5eedd4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/64054d40af5eedd4","status":"passed","time":{"start":1724888292548,"stop":1724888292548,"duration":0}},{"uid":"c8e16a4fbf317930","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c8e16a4fbf317930","status":"passed","time":{"start":1724887068233,"stop":1724887068233,"duration":0}},{"uid":"541e75c03105143f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/541e75c03105143f","status":"passed","time":{"start":1724886848936,"stop":1724886848936,"duration":0}},{"uid":"602d5f4844b57389","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/602d5f4844b57389","status":"passed","time":{"start":1724862262056,"stop":1724862262057,"duration":1}},{"uid":"6a54c7d877599fd1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6a54c7d877599fd1","status":"passed","time":{"start":1724861741899,"stop":1724861741900,"duration":1}},{"uid":"a1981a467e9980ef","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a1981a467e9980ef","status":"passed","time":{"start":1724861599502,"stop":1724861599502,"duration":0}},{"uid":"c9581a252281d57d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c9581a252281d57d","status":"passed","time":{"start":1724861428481,"stop":1724861428481,"duration":0}}]},"7ab470f13afeb6e7e2b52a54ed54ca69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c9a14c204dc21818","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c9a14c204dc21818","status":"passed","time":{"start":1724886776611,"stop":1724886776611,"duration":0}}]},"abb0a7cd41144b9747df23b0d2e1d9e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"caeaa56db3e7fb19","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/caeaa56db3e7fb19","status":"passed","time":{"start":1724921296999,"stop":1724921297000,"duration":1}},{"uid":"69fb30566953dad","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/69fb30566953dad","status":"passed","time":{"start":1724921276363,"stop":1724921276364,"duration":1}},{"uid":"9fe5d95501e2b1d1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9fe5d95501e2b1d1","status":"passed","time":{"start":1724917948311,"stop":1724917948312,"duration":1}},{"uid":"1fba7da6d57707ef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1fba7da6d57707ef","status":"passed","time":{"start":1724889729005,"stop":1724889729005,"duration":0}},{"uid":"700812f33990bb45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/700812f33990bb45","status":"passed","time":{"start":1724888864950,"stop":1724888864950,"duration":0}},{"uid":"ebc692f83843c313","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ebc692f83843c313","status":"passed","time":{"start":1724888053732,"stop":1724888053732,"duration":0}},{"uid":"d44f2c7a526130c8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d44f2c7a526130c8","status":"passed","time":{"start":1724886811648,"stop":1724886811649,"duration":1}},{"uid":"ceb4ac9276e3d9f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ceb4ac9276e3d9f","status":"passed","time":{"start":1724886581000,"stop":1724886581000,"duration":0}},{"uid":"71ce2da693cc83de","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/71ce2da693cc83de","status":"passed","time":{"start":1724862019556,"stop":1724862019556,"duration":0}},{"uid":"c107c17b22d7d7c8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c107c17b22d7d7c8","status":"passed","time":{"start":1724861493934,"stop":1724861493934,"duration":0}},{"uid":"5103578518e9e47d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5103578518e9e47d","status":"passed","time":{"start":1724861318018,"stop":1724861318018,"duration":0}},{"uid":"d735e86cf3cf35c5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d735e86cf3cf35c5","status":"passed","time":{"start":1724861178507,"stop":1724861178509,"duration":2}}]},"58dea27647ea3651770a5c758abee027:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"62391f629dbd3c53","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/62391f629dbd3c53","status":"passed","time":{"start":1724921037622,"stop":1724921037623,"duration":1}},{"uid":"630e3139fc65a54e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/630e3139fc65a54e","status":"passed","time":{"start":1724921013035,"stop":1724921013036,"duration":1}},{"uid":"b49cc9dafbefaa0c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b49cc9dafbefaa0c","status":"passed","time":{"start":1724917673279,"stop":1724917673279,"duration":0}},{"uid":"b88286cff5eafe7d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b88286cff5eafe7d","status":"passed","time":{"start":1724889452298,"stop":1724889452298,"duration":0}},{"uid":"684725e640d9133c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/684725e640d9133c","status":"passed","time":{"start":1724888602827,"stop":1724888602827,"duration":0}},{"uid":"1b23d3d3b1828b71","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1b23d3d3b1828b71","status":"passed","time":{"start":1724887759152,"stop":1724887759153,"duration":1}},{"uid":"d164bd8990c8581e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d164bd8990c8581e","status":"passed","time":{"start":1724886525538,"stop":1724886525538,"duration":0}},{"uid":"4979017bd4d7229a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4979017bd4d7229a","status":"passed","time":{"start":1724886303385,"stop":1724886303385,"duration":0}},{"uid":"439e80f2f5f3d7c6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/439e80f2f5f3d7c6","status":"passed","time":{"start":1724861752213,"stop":1724861752214,"duration":1}},{"uid":"ace0263d2c923c9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ace0263d2c923c9","status":"passed","time":{"start":1724861223343,"stop":1724861223344,"duration":1}},{"uid":"8caf84c76dd46c7a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8caf84c76dd46c7a","status":"passed","time":{"start":1724861045189,"stop":1724861045189,"duration":0}},{"uid":"282a682398a597e3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/282a682398a597e3","status":"passed","time":{"start":1724860907071,"stop":1724860907072,"duration":1}}]},"86bcbf19617040e0aa50c450c868ad17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"986fd5d825f5ed7d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/986fd5d825f5ed7d","status":"passed","time":{"start":1724861637973,"stop":1724861637973,"duration":0}}]},"dd4a39f989cf9f4fceeed6d44f836e11:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"771211132473dead","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/771211132473dead","status":"passed","time":{"start":1724921613049,"stop":1724921613050,"duration":1}}]},"5868a0b495e645991d0489e5e0c98d28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3dde28a496732b38","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3dde28a496732b38","status":"passed","time":{"start":1724921270359,"stop":1724921270360,"duration":1}},{"uid":"b45ff28a7fdcdcb9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b45ff28a7fdcdcb9","status":"passed","time":{"start":1724921247819,"stop":1724921247819,"duration":0}},{"uid":"4e38586d67ec40ed","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4e38586d67ec40ed","status":"passed","time":{"start":1724917989820,"stop":1724917989821,"duration":1}},{"uid":"6664a36bd7165dcf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6664a36bd7165dcf","status":"passed","time":{"start":1724889678566,"stop":1724889678566,"duration":0}},{"uid":"7652e10c9922be7b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7652e10c9922be7b","status":"passed","time":{"start":1724888829845,"stop":1724888829845,"duration":0}},{"uid":"85da94b78f48a2f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/85da94b78f48a2f9","status":"passed","time":{"start":1724888077012,"stop":1724888077012,"duration":0}},{"uid":"2392b712041f721b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2392b712041f721b","status":"passed","time":{"start":1724886851127,"stop":1724886851127,"duration":0}},{"uid":"3918af2f5e2ef895","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3918af2f5e2ef895","status":"passed","time":{"start":1724886647113,"stop":1724886647113,"duration":0}},{"uid":"c21c55012dace53","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c21c55012dace53","status":"passed","time":{"start":1724861992714,"stop":1724861992714,"duration":0}},{"uid":"f189fa0cab7c2f66","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f189fa0cab7c2f66","status":"passed","time":{"start":1724861469645,"stop":1724861469646,"duration":1}},{"uid":"3d467b93d9fc7be4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3d467b93d9fc7be4","status":"passed","time":{"start":1724861284860,"stop":1724861284860,"duration":0}},{"uid":"a0069985e785a850","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a0069985e785a850","status":"passed","time":{"start":1724861145811,"stop":1724861145811,"duration":0}}]},"34425a8bc0f17e082f9217332c2d7a25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d877460f4936ccd3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d877460f4936ccd3","status":"passed","time":{"start":1724921037622,"stop":1724921037622,"duration":0}},{"uid":"11e6366f3ae96f19","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/11e6366f3ae96f19","status":"passed","time":{"start":1724921013034,"stop":1724921013035,"duration":1}},{"uid":"14b0b66f5f6fb28e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/14b0b66f5f6fb28e","status":"passed","time":{"start":1724917673278,"stop":1724917673278,"duration":0}},{"uid":"7b773b214d6010c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b773b214d6010c9","status":"passed","time":{"start":1724889452297,"stop":1724889452298,"duration":1}},{"uid":"5a2ab3bdb366a916","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5a2ab3bdb366a916","status":"passed","time":{"start":1724888602826,"stop":1724888602827,"duration":1}},{"uid":"bc3908fc3b425b6c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bc3908fc3b425b6c","status":"passed","time":{"start":1724887759152,"stop":1724887759152,"duration":0}},{"uid":"cd7b09bdf2fc63c6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cd7b09bdf2fc63c6","status":"passed","time":{"start":1724886525538,"stop":1724886525538,"duration":0}},{"uid":"156ac0a9110d26d7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/156ac0a9110d26d7","status":"passed","time":{"start":1724886303384,"stop":1724886303385,"duration":1}},{"uid":"9f511641ff886e2d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f511641ff886e2d","status":"passed","time":{"start":1724861752212,"stop":1724861752213,"duration":1}},{"uid":"30c1cc052f8b0797","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/30c1cc052f8b0797","status":"passed","time":{"start":1724861223343,"stop":1724861223343,"duration":0}},{"uid":"25aff7399008f377","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/25aff7399008f377","status":"passed","time":{"start":1724861045188,"stop":1724861045189,"duration":1}},{"uid":"e799a2dec1de4e16","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e799a2dec1de4e16","status":"passed","time":{"start":1724860907071,"stop":1724860907071,"duration":0}}]},"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"26b5ecbf5b96908f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/26b5ecbf5b96908f","status":"passed","time":{"start":1724921297019,"stop":1724921297019,"duration":0}},{"uid":"e41ff99d3cc31e86","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e41ff99d3cc31e86","status":"passed","time":{"start":1724921276373,"stop":1724921276381,"duration":8}},{"uid":"d7f59027ed53e8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d7f59027ed53e8","status":"passed","time":{"start":1724917948330,"stop":1724917948331,"duration":1}},{"uid":"24adf631fbe04efa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/24adf631fbe04efa","status":"passed","time":{"start":1724889729019,"stop":1724889729020,"duration":1}},{"uid":"1db8007a267f1854","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1db8007a267f1854","status":"passed","time":{"start":1724888864960,"stop":1724888864961,"duration":1}},{"uid":"820293d2d55d990f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/820293d2d55d990f","status":"passed","time":{"start":1724888053752,"stop":1724888053753,"duration":1}},{"uid":"43dc7e04e9480b2f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/43dc7e04e9480b2f","status":"passed","time":{"start":1724886811667,"stop":1724886811668,"duration":1}},{"uid":"5c37dbd423b01f33","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5c37dbd423b01f33","status":"passed","time":{"start":1724886581010,"stop":1724886581010,"duration":0}},{"uid":"701369077be0d972","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/701369077be0d972","status":"passed","time":{"start":1724862019566,"stop":1724862019566,"duration":0}},{"uid":"e791fa6a36398ade","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e791fa6a36398ade","status":"passed","time":{"start":1724861493943,"stop":1724861493944,"duration":1}},{"uid":"862e17cea2515bd5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/862e17cea2515bd5","status":"passed","time":{"start":1724861318063,"stop":1724861318064,"duration":1}},{"uid":"5958294b92c5432e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5958294b92c5432e","status":"passed","time":{"start":1724861178523,"stop":1724861178523,"duration":0}}]},"55e135656508b599cfc2aa8a0bbc1d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9e88ba296b98fe78","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9e88ba296b98fe78","status":"passed","time":{"start":1724921529578,"stop":1724921529579,"duration":1}},{"uid":"d46a4fa70027725c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d46a4fa70027725c","status":"passed","time":{"start":1724921488876,"stop":1724921488876,"duration":0}},{"uid":"37a737830262c3f5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/37a737830262c3f5","status":"passed","time":{"start":1724918203678,"stop":1724918203678,"duration":0}},{"uid":"3a07bff041a64302","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a07bff041a64302","status":"passed","time":{"start":1724889938355,"stop":1724889938355,"duration":0}},{"uid":"912ad4c1ed4878e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/912ad4c1ed4878e1","status":"passed","time":{"start":1724889077062,"stop":1724889077062,"duration":0}},{"uid":"fd538319b4997731","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fd538319b4997731","status":"passed","time":{"start":1724888268015,"stop":1724888268030,"duration":15}},{"uid":"fce0a25813323f0a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fce0a25813323f0a","status":"passed","time":{"start":1724887032395,"stop":1724887032396,"duration":1}},{"uid":"709461506542c7f7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/709461506542c7f7","status":"passed","time":{"start":1724886822788,"stop":1724886822789,"duration":1}},{"uid":"33363ff6d5959b4a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33363ff6d5959b4a","status":"passed","time":{"start":1724862233506,"stop":1724862233507,"duration":1}},{"uid":"e2dce293ddb6e86b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e2dce293ddb6e86b","status":"passed","time":{"start":1724861712667,"stop":1724861712667,"duration":0}},{"uid":"bb5ca2c9faefc37f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bb5ca2c9faefc37f","status":"passed","time":{"start":1724861567885,"stop":1724861567885,"duration":0}},{"uid":"321213809846319f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/321213809846319f","status":"passed","time":{"start":1724861392048,"stop":1724861392049,"duration":1}}]},"97c710a1881242b44a7de26a376132df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5d6bdc9e7c1ade97","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5d6bdc9e7c1ade97","status":"passed","time":{"start":1724921037761,"stop":1724921037761,"duration":0}},{"uid":"d5eabf93cca0f726","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d5eabf93cca0f726","status":"passed","time":{"start":1724921013107,"stop":1724921013107,"duration":0}},{"uid":"468d8095e6493da3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/468d8095e6493da3","status":"passed","time":{"start":1724917673401,"stop":1724917673401,"duration":0}},{"uid":"4af25b9ac04be3fe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4af25b9ac04be3fe","status":"passed","time":{"start":1724889452425,"stop":1724889452425,"duration":0}},{"uid":"68883e550e457114","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/68883e550e457114","status":"passed","time":{"start":1724888602932,"stop":1724888602932,"duration":0}},{"uid":"ecf79c393f231220","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ecf79c393f231220","status":"passed","time":{"start":1724887759206,"stop":1724887759206,"duration":0}},{"uid":"47ac19d5f84e2783","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/47ac19d5f84e2783","status":"passed","time":{"start":1724886525513,"stop":1724886525514,"duration":1}},{"uid":"f9df8a9d3691ec70","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f9df8a9d3691ec70","status":"passed","time":{"start":1724886303418,"stop":1724886303418,"duration":0}},{"uid":"b4f4acec9ac42baf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4f4acec9ac42baf","status":"passed","time":{"start":1724861752254,"stop":1724861752255,"duration":1}},{"uid":"6b9886aa46f93c4b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6b9886aa46f93c4b","status":"passed","time":{"start":1724861223393,"stop":1724861223393,"duration":0}},{"uid":"79df55e38753240c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/79df55e38753240c","status":"passed","time":{"start":1724861045267,"stop":1724861045267,"duration":0}},{"uid":"45fa10f4253f7fce","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/45fa10f4253f7fce","status":"passed","time":{"start":1724860907341,"stop":1724860907341,"duration":0}}]},"7080a32eb5cbdfe53165188e67933f3b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1af73374ef854afa","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1af73374ef854afa","status":"passed","time":{"start":1724921515225,"stop":1724921515225,"duration":0}}]},"965a7aee2be5c35aec8b01e165aa58c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c01f9552be0d79d6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c01f9552be0d79d6","status":"passed","time":{"start":1724921045528,"stop":1724921045529,"duration":1}},{"uid":"c58f8083ed953169","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c58f8083ed953169","status":"passed","time":{"start":1724921020722,"stop":1724921020722,"duration":0}},{"uid":"90df600dcb73f534","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/90df600dcb73f534","status":"passed","time":{"start":1724917681047,"stop":1724917681048,"duration":1}},{"uid":"3b993d57b62a3895","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3b993d57b62a3895","status":"passed","time":{"start":1724889459911,"stop":1724889459912,"duration":1}},{"uid":"2de6b1422b9e2727","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2de6b1422b9e2727","status":"passed","time":{"start":1724888610528,"stop":1724888610529,"duration":1}},{"uid":"b2fcb60ff336110f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b2fcb60ff336110f","status":"passed","time":{"start":1724887766844,"stop":1724887766845,"duration":1}},{"uid":"cc9fea09f6f87484","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc9fea09f6f87484","status":"passed","time":{"start":1724886533239,"stop":1724886533240,"duration":1}},{"uid":"d051ea724d857639","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d051ea724d857639","status":"passed","time":{"start":1724886311085,"stop":1724886311085,"duration":0}},{"uid":"81108799e6ac2aaa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/81108799e6ac2aaa","status":"passed","time":{"start":1724861760045,"stop":1724861760045,"duration":0}},{"uid":"9c5b915d206cd9ec","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9c5b915d206cd9ec","status":"passed","time":{"start":1724861230823,"stop":1724861230824,"duration":1}},{"uid":"da69e7b029b0d291","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/da69e7b029b0d291","status":"passed","time":{"start":1724861053392,"stop":1724861053393,"duration":1}},{"uid":"fc1dc163b5d41a8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fc1dc163b5d41a8","status":"passed","time":{"start":1724860914741,"stop":1724860914741,"duration":0}}]},"399fa44e6b560f691ccc8c4d687ca401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5495b8f2b19be8a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5495b8f2b19be8a","status":"passed","time":{"start":1724921563014,"stop":1724921563014,"duration":0}},{"uid":"86fae511955b190e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/86fae511955b190e","status":"passed","time":{"start":1724921526812,"stop":1724921526812,"duration":0}},{"uid":"de957b5e7e67659b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/de957b5e7e67659b","status":"passed","time":{"start":1724918239940,"stop":1724918239940,"duration":0}},{"uid":"f7e8bb42a20a7a14","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7e8bb42a20a7a14","status":"passed","time":{"start":1724889980890,"stop":1724889980891,"duration":1}},{"uid":"3c3519c53cded1ed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c3519c53cded1ed","status":"passed","time":{"start":1724889109961,"stop":1724889109967,"duration":6}},{"uid":"800e4725b4067e1c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/800e4725b4067e1c","status":"passed","time":{"start":1724888294722,"stop":1724888294722,"duration":0}},{"uid":"e8a92439f7bbaba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e8a92439f7bbaba","status":"passed","time":{"start":1724887071738,"stop":1724887071741,"duration":3}},{"uid":"39ee1f124ea9ebac","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/39ee1f124ea9ebac","status":"passed","time":{"start":1724886848345,"stop":1724886848345,"duration":0}},{"uid":"ba964561249a2e56","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ba964561249a2e56","status":"passed","time":{"start":1724862259247,"stop":1724862259248,"duration":1}},{"uid":"b386109e004a08e4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b386109e004a08e4","status":"passed","time":{"start":1724861735325,"stop":1724861735326,"duration":1}},{"uid":"f69e6c04d2e08870","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f69e6c04d2e08870","status":"passed","time":{"start":1724861606343,"stop":1724861606343,"duration":0}},{"uid":"4dbf2e050480de5b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4dbf2e050480de5b","status":"passed","time":{"start":1724861426686,"stop":1724861426687,"duration":1}}]},"59a116779ff53db17ea0bc99cb2e2090:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7ddb3be5f91ca3f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7ddb3be5f91ca3f","status":"passed","time":{"start":1724861770116,"stop":1724861770117,"duration":1}}]},"25b3845965f20a7afeb258e67292f688:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"84a352f3b911df4d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/84a352f3b911df4d","status":"passed","time":{"start":1724888336459,"stop":1724888336459,"duration":0}}]},"2b2625967cf38bb30045bbc58898863e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c5556ceddf3b5f9a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c5556ceddf3b5f9a","status":"passed","time":{"start":1724921141186,"stop":1724921141187,"duration":1}},{"uid":"89029f74852d0e30","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/89029f74852d0e30","status":"passed","time":{"start":1724921118248,"stop":1724921118248,"duration":0}},{"uid":"899b733a1d99a01f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/899b733a1d99a01f","status":"passed","time":{"start":1724917777550,"stop":1724917777550,"duration":0}},{"uid":"2f7d3a1680023431","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2f7d3a1680023431","status":"passed","time":{"start":1724889554660,"stop":1724889554663,"duration":3}},{"uid":"e6e9956111b155fb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e6e9956111b155fb","status":"passed","time":{"start":1724888706935,"stop":1724888706936,"duration":1}},{"uid":"9056d8b2aa96c9ca","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9056d8b2aa96c9ca","status":"passed","time":{"start":1724887861772,"stop":1724887861773,"duration":1}},{"uid":"5982d464a2ea6873","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5982d464a2ea6873","status":"passed","time":{"start":1724886631476,"stop":1724886631476,"duration":0}},{"uid":"9ee760409ecb4741","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9ee760409ecb4741","status":"passed","time":{"start":1724886409745,"stop":1724886409745,"duration":0}},{"uid":"882b9f5d5aae9e91","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/882b9f5d5aae9e91","status":"passed","time":{"start":1724861858182,"stop":1724861858183,"duration":1}},{"uid":"d607d074ef6fbbc6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d607d074ef6fbbc6","status":"passed","time":{"start":1724861324520,"stop":1724861324520,"duration":0}},{"uid":"12a18c5ba641e89c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/12a18c5ba641e89c","status":"passed","time":{"start":1724861152386,"stop":1724861152390,"duration":4}},{"uid":"bded924a941b8aae","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bded924a941b8aae","status":"passed","time":{"start":1724861011434,"stop":1724861011434,"duration":0}}]},"c182a677f574c685cbc37aba367ad1ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"74ee1a35ac2bd4e4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/74ee1a35ac2bd4e4","status":"passed","time":{"start":1724921037631,"stop":1724921037632,"duration":1}},{"uid":"95f0a68b102bfedc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/95f0a68b102bfedc","status":"passed","time":{"start":1724921013044,"stop":1724921013044,"duration":0}},{"uid":"3704ba16a1febfef","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3704ba16a1febfef","status":"passed","time":{"start":1724917673287,"stop":1724917673287,"duration":0}},{"uid":"7910e1eadc0456f6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7910e1eadc0456f6","status":"passed","time":{"start":1724889452306,"stop":1724889452306,"duration":0}},{"uid":"29f7a052bc7208cf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29f7a052bc7208cf","status":"passed","time":{"start":1724888602836,"stop":1724888602836,"duration":0}},{"uid":"bb73494a311aec4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bb73494a311aec4","status":"passed","time":{"start":1724887759160,"stop":1724887759161,"duration":1}},{"uid":"a0a939397ff28fe7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a0a939397ff28fe7","status":"passed","time":{"start":1724886525541,"stop":1724886525541,"duration":0}},{"uid":"c59d0ea3b71cb60a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c59d0ea3b71cb60a","status":"passed","time":{"start":1724886303393,"stop":1724886303393,"duration":0}},{"uid":"d166b21c451c5eed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d166b21c451c5eed","status":"passed","time":{"start":1724861752223,"stop":1724861752224,"duration":1}},{"uid":"663df38b36c388bb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/663df38b36c388bb","status":"passed","time":{"start":1724861223351,"stop":1724861223352,"duration":1}},{"uid":"d526a61c5b251407","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d526a61c5b251407","status":"passed","time":{"start":1724861045198,"stop":1724861045198,"duration":0}},{"uid":"321dba467b705a40","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/321dba467b705a40","status":"passed","time":{"start":1724860907081,"stop":1724860907081,"duration":0}}]},"51d3bf07c81cdacab777b9d6f479776f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cf23b5cc6d6aefbd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cf23b5cc6d6aefbd","status":"passed","time":{"start":1724921640398,"stop":1724921640398,"duration":0}},{"uid":"622f5c24918f5d56","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/622f5c24918f5d56","status":"passed","time":{"start":1724921600405,"stop":1724921600405,"duration":0}},{"uid":"5a425f5795db17cd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5a425f5795db17cd","status":"passed","time":{"start":1724918300919,"stop":1724918300920,"duration":1}},{"uid":"f112b464ac9a1a17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f112b464ac9a1a17","status":"passed","time":{"start":1724890059275,"stop":1724890059280,"duration":5}},{"uid":"309127101e60cd90","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/309127101e60cd90","status":"passed","time":{"start":1724889188310,"stop":1724889188310,"duration":0}},{"uid":"4b546935cbdcb90","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4b546935cbdcb90","status":"passed","time":{"start":1724888372738,"stop":1724888372738,"duration":0}},{"uid":"babb7687a28d2942","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/babb7687a28d2942","status":"passed","time":{"start":1724887135716,"stop":1724887135716,"duration":0}},{"uid":"d668e2e9f4dd2c46","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d668e2e9f4dd2c46","status":"passed","time":{"start":1724886919660,"stop":1724886919661,"duration":1}},{"uid":"6539db380da028fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6539db380da028fa","status":"passed","time":{"start":1724862341832,"stop":1724862341833,"duration":1}},{"uid":"87330bb1abd64254","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/87330bb1abd64254","status":"passed","time":{"start":1724861815482,"stop":1724861815487,"duration":5}},{"uid":"9e5b67b3c3b166c0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9e5b67b3c3b166c0","status":"passed","time":{"start":1724861669533,"stop":1724861669533,"duration":0}},{"uid":"7c044b21bec745d1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7c044b21bec745d1","status":"passed","time":{"start":1724861505410,"stop":1724861505411,"duration":1}}]},"0d1c98b819acb884ae18dc8e8a5389a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a777e19e857fd151","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a777e19e857fd151","status":"passed","time":{"start":1724921037621,"stop":1724921037621,"duration":0}},{"uid":"17649b7204064dde","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/17649b7204064dde","status":"passed","time":{"start":1724921013033,"stop":1724921013034,"duration":1}},{"uid":"c07345115088d429","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c07345115088d429","status":"passed","time":{"start":1724917673277,"stop":1724917673277,"duration":0}},{"uid":"c213a534d3e5f1de","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c213a534d3e5f1de","status":"passed","time":{"start":1724889452296,"stop":1724889452296,"duration":0}},{"uid":"eeb99fd1e1818022","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eeb99fd1e1818022","status":"passed","time":{"start":1724888602825,"stop":1724888602825,"duration":0}},{"uid":"aac797ac6ebe5cac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aac797ac6ebe5cac","status":"passed","time":{"start":1724887759150,"stop":1724887759150,"duration":0}},{"uid":"54051ed87be98a4b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/54051ed87be98a4b","status":"passed","time":{"start":1724886525537,"stop":1724886525537,"duration":0}},{"uid":"39ee37c5afe60c3c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/39ee37c5afe60c3c","status":"passed","time":{"start":1724886303383,"stop":1724886303383,"duration":0}},{"uid":"a0bfdb650b477bb8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a0bfdb650b477bb8","status":"passed","time":{"start":1724861752212,"stop":1724861752212,"duration":0}},{"uid":"72bd67d038a08036","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/72bd67d038a08036","status":"passed","time":{"start":1724861223342,"stop":1724861223342,"duration":0}},{"uid":"180846af7bc53f01","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/180846af7bc53f01","status":"passed","time":{"start":1724861045187,"stop":1724861045188,"duration":1}},{"uid":"ad2d6dad84a0380d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ad2d6dad84a0380d","status":"passed","time":{"start":1724860907070,"stop":1724860907070,"duration":0}}]},"964f676a46af76e5cee36f7ef2a7e3d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"621841b906bd8e31","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/621841b906bd8e31","status":"passed","time":{"start":1724921613055,"stop":1724921613056,"duration":1}},{"uid":"6ae8008fc91191b6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6ae8008fc91191b6","status":"passed","time":{"start":1724921556063,"stop":1724921556063,"duration":0}},{"uid":"92a2b0f6d1f485bb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/92a2b0f6d1f485bb","status":"passed","time":{"start":1724918259547,"stop":1724918259547,"duration":0}},{"uid":"8e5754b0458c1753","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e5754b0458c1753","status":"passed","time":{"start":1724890032299,"stop":1724890032300,"duration":1}},{"uid":"e521f4f6efdea159","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e521f4f6efdea159","status":"passed","time":{"start":1724889144087,"stop":1724889144087,"duration":0}},{"uid":"4e73f77d00040c1e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4e73f77d00040c1e","status":"passed","time":{"start":1724888336464,"stop":1724888336464,"duration":0}},{"uid":"8c17e7e937acc637","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8c17e7e937acc637","status":"passed","time":{"start":1724887092630,"stop":1724887092630,"duration":0}},{"uid":"74d4f4fe7c9eadeb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/74d4f4fe7c9eadeb","status":"passed","time":{"start":1724886880633,"stop":1724886880633,"duration":0}},{"uid":"4122aa42636009b7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4122aa42636009b7","status":"passed","time":{"start":1724862298397,"stop":1724862298397,"duration":0}},{"uid":"e40bbc3bde478aa0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e40bbc3bde478aa0","status":"passed","time":{"start":1724861770128,"stop":1724861770128,"duration":0}},{"uid":"c0a957a8f4e1ae11","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0a957a8f4e1ae11","status":"passed","time":{"start":1724861637976,"stop":1724861637976,"duration":0}},{"uid":"ef85303733bf5f7a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ef85303733bf5f7a","status":"passed","time":{"start":1724861475053,"stop":1724861475055,"duration":2}}]},"4b6c588eb64e87d6d17ef51896aa21d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d4573d7cd69cbb92","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d4573d7cd69cbb92","status":"passed","time":{"start":1724921051056,"stop":1724921051056,"duration":0}},{"uid":"a3b32ac9b129ca3c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a3b32ac9b129ca3c","status":"passed","time":{"start":1724921026361,"stop":1724921026362,"duration":1}},{"uid":"e7e4ebf52abec3b2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e7e4ebf52abec3b2","status":"passed","time":{"start":1724917686540,"stop":1724917686540,"duration":0}},{"uid":"f1e4f362ef9757fb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f1e4f362ef9757fb","status":"passed","time":{"start":1724889465470,"stop":1724889465471,"duration":1}},{"uid":"1ec47a90f89fc2a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1ec47a90f89fc2a6","status":"passed","time":{"start":1724888616211,"stop":1724888616212,"duration":1}},{"uid":"ad5ea1bc9d167792","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ad5ea1bc9d167792","status":"passed","time":{"start":1724887772448,"stop":1724887772448,"duration":0}},{"uid":"3fda9b8c4d9fe4d9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3fda9b8c4d9fe4d9","status":"passed","time":{"start":1724886538859,"stop":1724886538860,"duration":1}},{"uid":"d6b7424f12cb9ee1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d6b7424f12cb9ee1","status":"passed","time":{"start":1724886316626,"stop":1724886316626,"duration":0}},{"uid":"2395b07e646874a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2395b07e646874a1","status":"passed","time":{"start":1724861765762,"stop":1724861765762,"duration":0}},{"uid":"19eb5e6f40fb522d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/19eb5e6f40fb522d","status":"passed","time":{"start":1724861236572,"stop":1724861236572,"duration":0}},{"uid":"3551c203fd192bf5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3551c203fd192bf5","status":"passed","time":{"start":1724861059470,"stop":1724861059470,"duration":0}},{"uid":"3302dc9880d7a177","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3302dc9880d7a177","status":"passed","time":{"start":1724860920725,"stop":1724860920726,"duration":1}}]},"1ee6538bea1c11becf7db69f1e1c6922:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"57e3b6cb900b6f2e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/57e3b6cb900b6f2e","status":"passed","time":{"start":1724921619629,"stop":1724921619630,"duration":1}}]},"7062329aa0d384786bc8adfa1f1d3177:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d56b9116426ba323","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d56b9116426ba323","status":"passed","time":{"start":1724921602951,"stop":1724921602951,"duration":0}},{"uid":"7629a13aa5ae57a5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7629a13aa5ae57a5","status":"passed","time":{"start":1724921571096,"stop":1724921571097,"duration":1}},{"uid":"187537a1506dad78","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/187537a1506dad78","status":"passed","time":{"start":1724918285587,"stop":1724918285587,"duration":0}},{"uid":"c5752310e160b073","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5752310e160b073","status":"passed","time":{"start":1724890030090,"stop":1724890030090,"duration":0}},{"uid":"b8b262d1d4424006","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8b262d1d4424006","status":"passed","time":{"start":1724889171908,"stop":1724889171909,"duration":1}},{"uid":"ed6ead94163fe2ec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ed6ead94163fe2ec","status":"passed","time":{"start":1724888350721,"stop":1724888350721,"duration":0}},{"uid":"68fd56aa4782c1ed","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/68fd56aa4782c1ed","status":"passed","time":{"start":1724887115408,"stop":1724887115409,"duration":1}},{"uid":"839ad4497b0632de","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/839ad4497b0632de","status":"passed","time":{"start":1724886884575,"stop":1724886884575,"duration":0}},{"uid":"e84479b38de52ef1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e84479b38de52ef1","status":"passed","time":{"start":1724862322256,"stop":1724862322257,"duration":1}},{"uid":"814bee15b3706c56","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/814bee15b3706c56","status":"passed","time":{"start":1724861790751,"stop":1724861790752,"duration":1}},{"uid":"e99981d1ca944ec6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e99981d1ca944ec6","status":"passed","time":{"start":1724861628420,"stop":1724861628421,"duration":1}},{"uid":"49ff0dcb8dbe8e96","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/49ff0dcb8dbe8e96","status":"passed","time":{"start":1724861465624,"stop":1724861465625,"duration":1}}]},"59e93f4f314574dec24d188e875e7666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b64150420c9fd4f8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b64150420c9fd4f8","status":"passed","time":{"start":1724921061371,"stop":1724921061371,"duration":0}},{"uid":"ff1d958eca00fe0f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ff1d958eca00fe0f","status":"passed","time":{"start":1724921036549,"stop":1724921036550,"duration":1}},{"uid":"e7cdd09fe5ec30c6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e7cdd09fe5ec30c6","status":"passed","time":{"start":1724917696993,"stop":1724917696994,"duration":1}},{"uid":"85c1e787efb51c7f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/85c1e787efb51c7f","status":"passed","time":{"start":1724889475437,"stop":1724889475437,"duration":0}},{"uid":"e6210b9f3cc96ec3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e6210b9f3cc96ec3","status":"passed","time":{"start":1724888626530,"stop":1724888626531,"duration":1}},{"uid":"f895d98055a532d2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f895d98055a532d2","status":"passed","time":{"start":1724887782739,"stop":1724887782739,"duration":0}},{"uid":"f17fd47717f36a79","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f17fd47717f36a79","status":"passed","time":{"start":1724886549351,"stop":1724886549351,"duration":0}},{"uid":"e3f8ebe33a83f8e4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e3f8ebe33a83f8e4","status":"passed","time":{"start":1724886326872,"stop":1724886326872,"duration":0}},{"uid":"86791a46135e4bbc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/86791a46135e4bbc","status":"passed","time":{"start":1724861776302,"stop":1724861776302,"duration":0}},{"uid":"5f368a385cf8dd5d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5f368a385cf8dd5d","status":"passed","time":{"start":1724861246684,"stop":1724861246686,"duration":2}},{"uid":"acdc4c9f7ac0887c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/acdc4c9f7ac0887c","status":"passed","time":{"start":1724861070666,"stop":1724861070670,"duration":4}},{"uid":"c9e4adfd4e998cce","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c9e4adfd4e998cce","status":"passed","time":{"start":1724860931331,"stop":1724860931331,"duration":0}}]},"251d7185e9e3896916392a7d1d840b10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"639ac34f37759bd7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/639ac34f37759bd7","status":"passed","time":{"start":1724921619641,"stop":1724921619641,"duration":0}},{"uid":"a77d3c57818db757","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a77d3c57818db757","status":"passed","time":{"start":1724921577173,"stop":1724921577173,"duration":0}},{"uid":"9cee65cfe9fe77bd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9cee65cfe9fe77bd","status":"passed","time":{"start":1724918298105,"stop":1724918298106,"duration":1}},{"uid":"53e6899a6131722d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/53e6899a6131722d","status":"passed","time":{"start":1724890039752,"stop":1724890039753,"duration":1}},{"uid":"d35eed90e4c3086f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d35eed90e4c3086f","status":"passed","time":{"start":1724889169858,"stop":1724889169858,"duration":0}},{"uid":"da9425681b894f4b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/da9425681b894f4b","status":"passed","time":{"start":1724888345358,"stop":1724888345358,"duration":0}},{"uid":"183ec13181e69e2e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/183ec13181e69e2e","status":"passed","time":{"start":1724887127889,"stop":1724887127889,"duration":0}},{"uid":"3ddfcc028d47b6a9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3ddfcc028d47b6a9","status":"passed","time":{"start":1724886906387,"stop":1724886906388,"duration":1}},{"uid":"64e26f3606b6e07d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64e26f3606b6e07d","status":"passed","time":{"start":1724862320151,"stop":1724862320151,"duration":0}},{"uid":"5e5d008ab8309b27","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5e5d008ab8309b27","status":"passed","time":{"start":1724861800261,"stop":1724861800261,"duration":0}},{"uid":"d2a64a649ac4e5e7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d2a64a649ac4e5e7","status":"passed","time":{"start":1724861655180,"stop":1724861655181,"duration":1}},{"uid":"d0917931b5293520","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d0917931b5293520","status":"passed","time":{"start":1724861485087,"stop":1724861485087,"duration":0}}]},"73199f68a11a5fb1b4fd221e1cfb9361:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c41c35dbc849f2a1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c41c35dbc849f2a1","status":"passed","time":{"start":1724921564773,"stop":1724921564773,"duration":0}},{"uid":"2621dd6e165816c7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2621dd6e165816c7","status":"passed","time":{"start":1724921518782,"stop":1724921518783,"duration":1}},{"uid":"35fb9f373c5798bc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/35fb9f373c5798bc","status":"passed","time":{"start":1724918229396,"stop":1724918229396,"duration":0}},{"uid":"968913339dac493d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/968913339dac493d","status":"passed","time":{"start":1724889980694,"stop":1724889980694,"duration":0}},{"uid":"595fac35d9abafaa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/595fac35d9abafaa","status":"passed","time":{"start":1724889111157,"stop":1724889111158,"duration":1}},{"uid":"28baed33e8eab7b9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/28baed33e8eab7b9","status":"passed","time":{"start":1724888292530,"stop":1724888292530,"duration":0}},{"uid":"982acfbfd9115a47","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/982acfbfd9115a47","status":"passed","time":{"start":1724887068222,"stop":1724887068222,"duration":0}},{"uid":"d6769487d5fb5bf6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d6769487d5fb5bf6","status":"passed","time":{"start":1724886848920,"stop":1724886848920,"duration":0}},{"uid":"72bbde167e1649b6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72bbde167e1649b6","status":"passed","time":{"start":1724862262044,"stop":1724862262044,"duration":0}},{"uid":"a013aee738499b99","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a013aee738499b99","status":"passed","time":{"start":1724861741890,"stop":1724861741890,"duration":0}},{"uid":"63b4d57e679467f7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/63b4d57e679467f7","status":"passed","time":{"start":1724861599483,"stop":1724861599484,"duration":1}},{"uid":"deb0ba195eabbb34","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/deb0ba195eabbb34","status":"passed","time":{"start":1724861428471,"stop":1724861428471,"duration":0}}]},"3694756afa40f05588006952b7217855:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fa9c496b59b6ea30","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fa9c496b59b6ea30","status":"passed","time":{"start":1724921321312,"stop":1724921321312,"duration":0}},{"uid":"eefbd99a78c3ff6f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/eefbd99a78c3ff6f","status":"passed","time":{"start":1724921298786,"stop":1724921298786,"duration":0}},{"uid":"b0b195688ea15353","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b0b195688ea15353","status":"passed","time":{"start":1724918008265,"stop":1724918008265,"duration":0}},{"uid":"d7f24a438f5540cb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d7f24a438f5540cb","status":"passed","time":{"start":1724889728596,"stop":1724889728596,"duration":0}},{"uid":"6cd8ec9efa53454f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6cd8ec9efa53454f","status":"passed","time":{"start":1724888882875,"stop":1724888882875,"duration":0}},{"uid":"b51b5e46e9b78203","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b51b5e46e9b78203","status":"passed","time":{"start":1724888111026,"stop":1724888111026,"duration":0}},{"uid":"90a1cfc99a08f29d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/90a1cfc99a08f29d","status":"passed","time":{"start":1724886869448,"stop":1724886869448,"duration":0}},{"uid":"1b9e01438b01b73b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1b9e01438b01b73b","status":"passed","time":{"start":1724886642937,"stop":1724886642937,"duration":0}},{"uid":"f48c831dcd95a8cd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f48c831dcd95a8cd","status":"passed","time":{"start":1724862044582,"stop":1724862044582,"duration":0}},{"uid":"46c547b3f82eee15","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/46c547b3f82eee15","status":"passed","time":{"start":1724861523039,"stop":1724861523040,"duration":1}},{"uid":"73d29239844e2159","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/73d29239844e2159","status":"passed","time":{"start":1724861362474,"stop":1724861362474,"duration":0}},{"uid":"57c27253a4b81271","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/57c27253a4b81271","status":"passed","time":{"start":1724861196847,"stop":1724861196856,"duration":9}}]},"d1658f9bba61b2bab61075159e6e8bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"94990502706a1b18","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/94990502706a1b18","status":"passed","time":{"start":1724921613056,"stop":1724921613057,"duration":1}},{"uid":"70da008da6fd466a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/70da008da6fd466a","status":"passed","time":{"start":1724921556064,"stop":1724921556064,"duration":0}},{"uid":"a2ea5db36b396885","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a2ea5db36b396885","status":"passed","time":{"start":1724918259547,"stop":1724918259555,"duration":8}},{"uid":"f91793cfa65ca3a8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f91793cfa65ca3a8","status":"passed","time":{"start":1724890032300,"stop":1724890032300,"duration":0}},{"uid":"d8a9980441f52791","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d8a9980441f52791","status":"passed","time":{"start":1724889144088,"stop":1724889144088,"duration":0}},{"uid":"865e768cbfb91822","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/865e768cbfb91822","status":"passed","time":{"start":1724888336464,"stop":1724888336465,"duration":1}},{"uid":"2e04cd3a0e71fa83","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2e04cd3a0e71fa83","status":"passed","time":{"start":1724887092631,"stop":1724887092631,"duration":0}},{"uid":"6a0b1c13a0cc07bc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6a0b1c13a0cc07bc","status":"passed","time":{"start":1724886880633,"stop":1724886880633,"duration":0}},{"uid":"fe33087edaf5d044","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe33087edaf5d044","status":"passed","time":{"start":1724862298406,"stop":1724862298406,"duration":0}},{"uid":"cb0c01d4a7c21e09","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cb0c01d4a7c21e09","status":"passed","time":{"start":1724861770129,"stop":1724861770130,"duration":1}},{"uid":"e624f1242b74879e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e624f1242b74879e","status":"passed","time":{"start":1724861637976,"stop":1724861637976,"duration":0}},{"uid":"4a519d78d1f2b399","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4a519d78d1f2b399","status":"passed","time":{"start":1724861475058,"stop":1724861475062,"duration":4}}]},"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"53b104eb1f21da28","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/53b104eb1f21da28","status":"passed","time":{"start":1724921297018,"stop":1724921297018,"duration":0}},{"uid":"52f0d2ec16b60d04","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/52f0d2ec16b60d04","status":"passed","time":{"start":1724921276372,"stop":1724921276373,"duration":1}},{"uid":"98f73f646f05e610","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/98f73f646f05e610","status":"passed","time":{"start":1724917948330,"stop":1724917948330,"duration":0}},{"uid":"264d8e72847f95b0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/264d8e72847f95b0","status":"passed","time":{"start":1724889729018,"stop":1724889729019,"duration":1}},{"uid":"6d20276b8e527081","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d20276b8e527081","status":"passed","time":{"start":1724888864960,"stop":1724888864960,"duration":0}},{"uid":"40265f971ddfea7a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/40265f971ddfea7a","status":"passed","time":{"start":1724888053752,"stop":1724888053752,"duration":0}},{"uid":"d3abf4aac2563efe","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d3abf4aac2563efe","status":"passed","time":{"start":1724886811666,"stop":1724886811667,"duration":1}},{"uid":"7ece2793cdc20e96","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7ece2793cdc20e96","status":"passed","time":{"start":1724886581009,"stop":1724886581009,"duration":0}},{"uid":"c8618e95b7ebff71","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c8618e95b7ebff71","status":"passed","time":{"start":1724862019566,"stop":1724862019566,"duration":0}},{"uid":"e59499c17060b469","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e59499c17060b469","status":"passed","time":{"start":1724861493943,"stop":1724861493943,"duration":0}},{"uid":"59ddd7338a678e03","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/59ddd7338a678e03","status":"passed","time":{"start":1724861318061,"stop":1724861318062,"duration":1}},{"uid":"c5378c6c0c6c4996","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c5378c6c0c6c4996","status":"passed","time":{"start":1724861178522,"stop":1724861178522,"duration":0}}]},"eb62e9d709de953e02a98372b45af048:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"79d8ae281a8c9063","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/79d8ae281a8c9063","status":"passed","time":{"start":1724921045527,"stop":1724921045528,"duration":1}},{"uid":"1dbfbebdf571cd26","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1dbfbebdf571cd26","status":"passed","time":{"start":1724921020718,"stop":1724921020720,"duration":2}},{"uid":"74048bc08bf72666","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/74048bc08bf72666","status":"passed","time":{"start":1724917681044,"stop":1724917681047,"duration":3}},{"uid":"9163db902610a02","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9163db902610a02","status":"passed","time":{"start":1724889459909,"stop":1724889459911,"duration":2}},{"uid":"c5b19b86f049de3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5b19b86f049de3","status":"passed","time":{"start":1724888610525,"stop":1724888610528,"duration":3}},{"uid":"569b4a9addbb79f8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/569b4a9addbb79f8","status":"passed","time":{"start":1724887766843,"stop":1724887766844,"duration":1}},{"uid":"9f6207aceaab34f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9f6207aceaab34f","status":"passed","time":{"start":1724886533237,"stop":1724886533239,"duration":2}},{"uid":"3ee5bc919b4d742d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3ee5bc919b4d742d","status":"passed","time":{"start":1724886311083,"stop":1724886311084,"duration":1}},{"uid":"fab9ebae4efb9345","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fab9ebae4efb9345","status":"passed","time":{"start":1724861760042,"stop":1724861760044,"duration":2}},{"uid":"c05ae5517cbed47f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c05ae5517cbed47f","status":"passed","time":{"start":1724861230821,"stop":1724861230823,"duration":2}},{"uid":"778f78165d61266a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/778f78165d61266a","status":"passed","time":{"start":1724861053389,"stop":1724861053392,"duration":3}},{"uid":"70008e7eb26f9fc7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/70008e7eb26f9fc7","status":"passed","time":{"start":1724860914739,"stop":1724860914740,"duration":1}}]},"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bd2abdf0a6e27dbc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bd2abdf0a6e27dbc","status":"passed","time":{"start":1724921071993,"stop":1724921071993,"duration":0}},{"uid":"b98feaeb69f4c9fc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b98feaeb69f4c9fc","status":"passed","time":{"start":1724921046821,"stop":1724921046821,"duration":0}},{"uid":"45c273eb85b05d3e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/45c273eb85b05d3e","status":"passed","time":{"start":1724917707021,"stop":1724917707022,"duration":1}},{"uid":"e85bb965d94c11f1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e85bb965d94c11f1","status":"passed","time":{"start":1724889485858,"stop":1724889485859,"duration":1}},{"uid":"acaf63e04b49ebd2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/acaf63e04b49ebd2","status":"passed","time":{"start":1724888636618,"stop":1724888636619,"duration":1}},{"uid":"2b456f544a68f3f8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2b456f544a68f3f8","status":"passed","time":{"start":1724887792854,"stop":1724887792854,"duration":0}},{"uid":"4c732e67ee9ea2d9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4c732e67ee9ea2d9","status":"passed","time":{"start":1724886559723,"stop":1724886559723,"duration":0}},{"uid":"93626cd4ec163273","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/93626cd4ec163273","status":"passed","time":{"start":1724886337375,"stop":1724886337375,"duration":0}},{"uid":"b0bd9da10e1e2d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b0bd9da10e1e2d","status":"passed","time":{"start":1724861786728,"stop":1724861786729,"duration":1}},{"uid":"6d2c212cdafb539f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6d2c212cdafb539f","status":"passed","time":{"start":1724861257211,"stop":1724861257211,"duration":0}},{"uid":"4d13285f4ed4f17b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4d13285f4ed4f17b","status":"passed","time":{"start":1724861081081,"stop":1724861081084,"duration":3}},{"uid":"d25828b9cf9c1c54","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d25828b9cf9c1c54","status":"passed","time":{"start":1724860941730,"stop":1724860941730,"duration":0}}]},"8bcb8fdde665c55fffd3831aff3d0056:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"33c5c991adeff7b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33c5c991adeff7b2","status":"passed","time":{"start":1724889169852,"stop":1724889169853,"duration":1}}]},"4b912b89823285268ef2e68fe82616a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f5d26df8788ab516","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f5d26df8788ab516","status":"passed","time":{"start":1724890032296,"stop":1724890032297,"duration":1}}]},"7c063849e63fc40f3217e2ba6b58dc60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"737256e492c16b8e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/737256e492c16b8e","status":"passed","time":{"start":1724921563018,"stop":1724921563018,"duration":0}},{"uid":"2443d94f0f2d44aa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2443d94f0f2d44aa","status":"passed","time":{"start":1724921526814,"stop":1724921526814,"duration":0}},{"uid":"f3a49e176a199b3c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f3a49e176a199b3c","status":"passed","time":{"start":1724918239945,"stop":1724918239946,"duration":1}},{"uid":"310579f7e11aac85","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/310579f7e11aac85","status":"passed","time":{"start":1724889980902,"stop":1724889980903,"duration":1}},{"uid":"e5d65331c21c4410","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e5d65331c21c4410","status":"passed","time":{"start":1724889109971,"stop":1724889109972,"duration":1}},{"uid":"ab4834012eabdbd7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ab4834012eabdbd7","status":"passed","time":{"start":1724888294724,"stop":1724888294724,"duration":0}},{"uid":"1968ec9abaf8bf70","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1968ec9abaf8bf70","status":"passed","time":{"start":1724887071742,"stop":1724887071743,"duration":1}},{"uid":"df3ebc16bc026f31","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/df3ebc16bc026f31","status":"passed","time":{"start":1724886848347,"stop":1724886848347,"duration":0}},{"uid":"761b2a4cb6d3f718","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/761b2a4cb6d3f718","status":"passed","time":{"start":1724862259254,"stop":1724862259254,"duration":0}},{"uid":"2cffa35ec2d3f082","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2cffa35ec2d3f082","status":"passed","time":{"start":1724861735329,"stop":1724861735329,"duration":0}},{"uid":"cc5ac5646c5ccb02","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cc5ac5646c5ccb02","status":"passed","time":{"start":1724861606350,"stop":1724861606350,"duration":0}},{"uid":"dbc1a0b1f2fc83d0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dbc1a0b1f2fc83d0","status":"passed","time":{"start":1724861426689,"stop":1724861426689,"duration":0}}]},"226c0cdbbbad74b7410aa96e53cdf633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5fc36053a2125c3a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5fc36053a2125c3a","status":"passed","time":{"start":1724921037308,"stop":1724921037310,"duration":2}},{"uid":"9e4252120dab9ba3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9e4252120dab9ba3","status":"passed","time":{"start":1724921012632,"stop":1724921012633,"duration":1}},{"uid":"4bda073c139b6d16","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4bda073c139b6d16","status":"passed","time":{"start":1724917673035,"stop":1724917673036,"duration":1}},{"uid":"401cc01d29e49fdc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/401cc01d29e49fdc","status":"passed","time":{"start":1724889452003,"stop":1724889452004,"duration":1}},{"uid":"eeec6929b438095","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eeec6929b438095","status":"passed","time":{"start":1724888602561,"stop":1724888602562,"duration":1}},{"uid":"e71b72b01185fd72","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e71b72b01185fd72","status":"passed","time":{"start":1724887758651,"stop":1724887758652,"duration":1}},{"uid":"63f2bfb6457b35fa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/63f2bfb6457b35fa","status":"passed","time":{"start":1724886525161,"stop":1724886525162,"duration":1}},{"uid":"8c01c6d35d613274","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8c01c6d35d613274","status":"passed","time":{"start":1724886303123,"stop":1724886303125,"duration":2}},{"uid":"6886e74aa1dbd546","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6886e74aa1dbd546","status":"passed","time":{"start":1724861751529,"stop":1724861751531,"duration":2}},{"uid":"a99c261c9c3bcb33","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a99c261c9c3bcb33","status":"passed","time":{"start":1724861222810,"stop":1724861222812,"duration":2}},{"uid":"3053009e1cddc120","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3053009e1cddc120","status":"passed","time":{"start":1724861044779,"stop":1724861044781,"duration":2}},{"uid":"147e52c508c078bb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/147e52c508c078bb","status":"passed","time":{"start":1724860906652,"stop":1724860906653,"duration":1}}]},"a85f88421566679ac61011b8fb8af814:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ea5fcd3642331c2c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ea5fcd3642331c2c","status":"passed","time":{"start":1724921296998,"stop":1724921296999,"duration":1}},{"uid":"462f9b7aae277fc2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/462f9b7aae277fc2","status":"passed","time":{"start":1724921276363,"stop":1724921276363,"duration":0}},{"uid":"a28e6c3232dc1d4a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a28e6c3232dc1d4a","status":"passed","time":{"start":1724917948309,"stop":1724917948311,"duration":2}},{"uid":"896ad3e8208c1b6a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/896ad3e8208c1b6a","status":"passed","time":{"start":1724889729004,"stop":1724889729005,"duration":1}},{"uid":"917d56d4dbec89f5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/917d56d4dbec89f5","status":"passed","time":{"start":1724888864950,"stop":1724888864950,"duration":0}},{"uid":"16d5ac519136dfb5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/16d5ac519136dfb5","status":"passed","time":{"start":1724888053732,"stop":1724888053732,"duration":0}},{"uid":"8e4a8a2c95e86ada","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8e4a8a2c95e86ada","status":"passed","time":{"start":1724886811648,"stop":1724886811648,"duration":0}},{"uid":"79fd6bd73f975f1e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/79fd6bd73f975f1e","status":"passed","time":{"start":1724886581000,"stop":1724886581000,"duration":0}},{"uid":"d806f321efd6fa43","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d806f321efd6fa43","status":"passed","time":{"start":1724862019556,"stop":1724862019556,"duration":0}},{"uid":"3f92581a8324209b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3f92581a8324209b","status":"passed","time":{"start":1724861493933,"stop":1724861493933,"duration":0}},{"uid":"7d73f34d0a12f790","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7d73f34d0a12f790","status":"passed","time":{"start":1724861318013,"stop":1724861318017,"duration":4}},{"uid":"a84dbaf9299eae85","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a84dbaf9299eae85","status":"passed","time":{"start":1724861178507,"stop":1724861178507,"duration":0}}]},"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"945c6b0d9b10d247","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/945c6b0d9b10d247","status":"passed","time":{"start":1724921297017,"stop":1724921297017,"duration":0}},{"uid":"1321a0b072a992f0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1321a0b072a992f0","status":"passed","time":{"start":1724921276371,"stop":1724921276371,"duration":0}},{"uid":"808afd5882abcd42","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/808afd5882abcd42","status":"passed","time":{"start":1724917948329,"stop":1724917948329,"duration":0}},{"uid":"91f9327d79ab2e31","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91f9327d79ab2e31","status":"passed","time":{"start":1724889729015,"stop":1724889729016,"duration":1}},{"uid":"ff8c0446b8d22baf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff8c0446b8d22baf","status":"passed","time":{"start":1724888864959,"stop":1724888864959,"duration":0}},{"uid":"a7052e5fcb92a1c6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a7052e5fcb92a1c6","status":"passed","time":{"start":1724888053751,"stop":1724888053751,"duration":0}},{"uid":"e353514d6e8f4df9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e353514d6e8f4df9","status":"passed","time":{"start":1724886811665,"stop":1724886811665,"duration":0}},{"uid":"73fe78178413a119","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/73fe78178413a119","status":"passed","time":{"start":1724886581008,"stop":1724886581008,"duration":0}},{"uid":"6186f6dbeff0004a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6186f6dbeff0004a","status":"passed","time":{"start":1724862019565,"stop":1724862019565,"duration":0}},{"uid":"817603ec9fedf315","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/817603ec9fedf315","status":"passed","time":{"start":1724861493941,"stop":1724861493942,"duration":1}},{"uid":"94d0cc175db3b79b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/94d0cc175db3b79b","status":"passed","time":{"start":1724861318045,"stop":1724861318046,"duration":1}},{"uid":"35886a1331667647","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/35886a1331667647","status":"passed","time":{"start":1724861178519,"stop":1724861178520,"duration":1}}]},"1a0a2fc94b93e99eecbea82a91c4fa41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7c671e294898fe3d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7c671e294898fe3d","status":"passed","time":{"start":1724921300787,"stop":1724921300788,"duration":1}},{"uid":"c9feb3a8fd6895e8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c9feb3a8fd6895e8","status":"passed","time":{"start":1724921280716,"stop":1724921280717,"duration":1}},{"uid":"3e6b82c29a9738f9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3e6b82c29a9738f9","status":"passed","time":{"start":1724917963261,"stop":1724917963261,"duration":0}},{"uid":"49cb9a132cbae887","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/49cb9a132cbae887","status":"passed","time":{"start":1724889734118,"stop":1724889734119,"duration":1}},{"uid":"4a4a0efa60db066a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a4a0efa60db066a","status":"passed","time":{"start":1724888859614,"stop":1724888859617,"duration":3}},{"uid":"d3e10bdfb379ef6c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d3e10bdfb379ef6c","status":"passed","time":{"start":1724888053951,"stop":1724888053952,"duration":1}},{"uid":"6267c06e7ac8ff17","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6267c06e7ac8ff17","status":"passed","time":{"start":1724886820676,"stop":1724886820676,"duration":0}},{"uid":"892db3270f130cba","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/892db3270f130cba","status":"passed","time":{"start":1724886589265,"stop":1724886589266,"duration":1}},{"uid":"ff384155d22ab958","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff384155d22ab958","status":"passed","time":{"start":1724862027792,"stop":1724862027792,"duration":0}},{"uid":"d8b2bf1b95e4b25f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d8b2bf1b95e4b25f","status":"passed","time":{"start":1724861484559,"stop":1724861484559,"duration":0}},{"uid":"366d518aa9c24944","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/366d518aa9c24944","status":"passed","time":{"start":1724861315156,"stop":1724861315156,"duration":0}},{"uid":"517b0925c630bbcb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/517b0925c630bbcb","status":"passed","time":{"start":1724861168754,"stop":1724861168755,"duration":1}}]},"45e6c790a46766696819423ce74781ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3fd0a94d9ad4d3a0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3fd0a94d9ad4d3a0","status":"passed","time":{"start":1724921602961,"stop":1724921602961,"duration":0}},{"uid":"13a9824ab6a069a7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/13a9824ab6a069a7","status":"passed","time":{"start":1724921571105,"stop":1724921571105,"duration":0}},{"uid":"87fab17db696fe19","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/87fab17db696fe19","status":"passed","time":{"start":1724918285610,"stop":1724918285611,"duration":1}},{"uid":"7d1ec1b0a0f37e35","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7d1ec1b0a0f37e35","status":"passed","time":{"start":1724890030099,"stop":1724890030099,"duration":0}},{"uid":"f9f433ec17c2adc6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9f433ec17c2adc6","status":"passed","time":{"start":1724889171919,"stop":1724889171920,"duration":1}},{"uid":"76ea0946f459914b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/76ea0946f459914b","status":"passed","time":{"start":1724888350739,"stop":1724888350740,"duration":1}},{"uid":"55adbdc0507ddf43","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/55adbdc0507ddf43","status":"passed","time":{"start":1724887115421,"stop":1724887115422,"duration":1}},{"uid":"dc77b8c71744573a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dc77b8c71744573a","status":"passed","time":{"start":1724886884583,"stop":1724886884584,"duration":1}},{"uid":"74d2092f730eb532","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/74d2092f730eb532","status":"passed","time":{"start":1724862322269,"stop":1724862322275,"duration":6}},{"uid":"6d4f2c7480111914","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6d4f2c7480111914","status":"passed","time":{"start":1724861790763,"stop":1724861790763,"duration":0}},{"uid":"8f9ac72e00c65c79","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8f9ac72e00c65c79","status":"passed","time":{"start":1724861628428,"stop":1724861628429,"duration":1}},{"uid":"69fd11a0a7b37e8d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/69fd11a0a7b37e8d","status":"passed","time":{"start":1724861465633,"stop":1724861465633,"duration":0}}]},"a3c37c0cb0a5f6833b8bbc1fbdbcd007:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b9bf68e62d8997a0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b9bf68e62d8997a0","status":"passed","time":{"start":1724921037640,"stop":1724921037640,"duration":0}},{"uid":"b3a4aba5096e67ae","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b3a4aba5096e67ae","status":"passed","time":{"start":1724921013053,"stop":1724921013054,"duration":1}},{"uid":"59bf9f0729e18e29","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/59bf9f0729e18e29","status":"passed","time":{"start":1724917673296,"stop":1724917673296,"duration":0}},{"uid":"dd655686d355a8f0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd655686d355a8f0","status":"passed","time":{"start":1724889452314,"stop":1724889452314,"duration":0}},{"uid":"a44d14411ba39471","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a44d14411ba39471","status":"passed","time":{"start":1724888602844,"stop":1724888602845,"duration":1}},{"uid":"9d465205abdd815f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9d465205abdd815f","status":"passed","time":{"start":1724887759167,"stop":1724887759167,"duration":0}},{"uid":"bd69dad90cf85b70","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bd69dad90cf85b70","status":"passed","time":{"start":1724886525547,"stop":1724886525547,"duration":0}},{"uid":"a6d71ab440454cf2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a6d71ab440454cf2","status":"passed","time":{"start":1724886303401,"stop":1724886303401,"duration":0}},{"uid":"682b77edcd1485f7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/682b77edcd1485f7","status":"passed","time":{"start":1724861752233,"stop":1724861752233,"duration":0}},{"uid":"9132a57aa15301a0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9132a57aa15301a0","status":"passed","time":{"start":1724861223358,"stop":1724861223359,"duration":1}},{"uid":"95b1a8bcddb18315","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/95b1a8bcddb18315","status":"passed","time":{"start":1724861045207,"stop":1724861045207,"duration":0}},{"uid":"71be0c49938bc957","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/71be0c49938bc957","status":"passed","time":{"start":1724860907088,"stop":1724860907089,"duration":1}}]},"6b479fc389d5f5de6c1f3a6047943a2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"75529b31c35532f3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/75529b31c35532f3","status":"passed","time":{"start":1724890039746,"stop":1724890039747,"duration":1}}]},"40913d4d248ec37e1976ef3599e312eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ff1f8cf19e09c7e7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ff1f8cf19e09c7e7","status":"passed","time":{"start":1724886880632,"stop":1724886880632,"duration":0}}]},"16732a88f77375d6c3346de9a99154dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bd2728d7555f7197","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bd2728d7555f7197","status":"passed","time":{"start":1724921379981,"stop":1724921379981,"duration":0}},{"uid":"f5694d6618354890","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f5694d6618354890","status":"passed","time":{"start":1724921359715,"stop":1724921359715,"duration":0}},{"uid":"a24fda1274a40b19","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a24fda1274a40b19","status":"passed","time":{"start":1724918127248,"stop":1724918127249,"duration":1}},{"uid":"c36e16f8a5a04d7c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c36e16f8a5a04d7c","status":"passed","time":{"start":1724889805615,"stop":1724889805615,"duration":0}},{"uid":"b4a5392342f7d975","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4a5392342f7d975","status":"passed","time":{"start":1724888940694,"stop":1724888940695,"duration":1}},{"uid":"290394a48130b699","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/290394a48130b699","status":"passed","time":{"start":1724888168652,"stop":1724888168652,"duration":0}},{"uid":"e7ec4f4cc70f9fdc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e7ec4f4cc70f9fdc","status":"passed","time":{"start":1724886924219,"stop":1724886924219,"duration":0}},{"uid":"22416e8a65e8a137","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/22416e8a65e8a137","status":"passed","time":{"start":1724886701807,"stop":1724886701807,"duration":0}},{"uid":"34f8c69cf6e1d7fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/34f8c69cf6e1d7fa","status":"passed","time":{"start":1724862112743,"stop":1724862112743,"duration":0}},{"uid":"aeab1632bff88cf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/aeab1632bff88cf","status":"passed","time":{"start":1724861584871,"stop":1724861584871,"duration":0}},{"uid":"ec3fde58fe188574","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ec3fde58fe188574","status":"passed","time":{"start":1724861464518,"stop":1724861464518,"duration":0}},{"uid":"e6a50abe1090ce6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e6a50abe1090ce6","status":"passed","time":{"start":1724861254918,"stop":1724861254919,"duration":1}}]},"f3de5080ff462f6d17b394356fbfa551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d95d9d488d5bd3d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d95d9d488d5bd3d9","status":"passed","time":{"start":1724890039747,"stop":1724890039748,"duration":1}}]},"dbef0a518430923ef5c39807b5f8d514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b87b4a25c6359604","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b87b4a25c6359604","status":"passed","time":{"start":1724921602961,"stop":1724921602961,"duration":0}},{"uid":"5cd3be2b380abe43","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5cd3be2b380abe43","status":"passed","time":{"start":1724921571104,"stop":1724921571105,"duration":1}},{"uid":"f94fc57f522129b3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f94fc57f522129b3","status":"passed","time":{"start":1724918285609,"stop":1724918285610,"duration":1}},{"uid":"5ea3adc8def71e14","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ea3adc8def71e14","status":"passed","time":{"start":1724890030098,"stop":1724890030099,"duration":1}},{"uid":"427df2308a83d9b7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/427df2308a83d9b7","status":"passed","time":{"start":1724889171919,"stop":1724889171919,"duration":0}},{"uid":"a9cb185e11566ac7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a9cb185e11566ac7","status":"passed","time":{"start":1724888350738,"stop":1724888350739,"duration":1}},{"uid":"bf08bc50ffce8a5a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bf08bc50ffce8a5a","status":"passed","time":{"start":1724887115420,"stop":1724887115421,"duration":1}},{"uid":"668bd3221f187e20","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/668bd3221f187e20","status":"passed","time":{"start":1724886884583,"stop":1724886884583,"duration":0}},{"uid":"c948c58d1c527892","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c948c58d1c527892","status":"passed","time":{"start":1724862322269,"stop":1724862322269,"duration":0}},{"uid":"a247baaa4d73ad6d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a247baaa4d73ad6d","status":"passed","time":{"start":1724861790758,"stop":1724861790763,"duration":5}},{"uid":"8117cf6fec262874","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8117cf6fec262874","status":"passed","time":{"start":1724861628428,"stop":1724861628428,"duration":0}},{"uid":"16812535081bcd73","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/16812535081bcd73","status":"passed","time":{"start":1724861465632,"stop":1724861465633,"duration":1}}]},"479adcf64762a87ad04383f9ed7b6753:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1eac0b5a5fccbf2c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1eac0b5a5fccbf2c","status":"passed","time":{"start":1724921379980,"stop":1724921379980,"duration":0}},{"uid":"1a0dbe9f0ddbb272","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1a0dbe9f0ddbb272","status":"passed","time":{"start":1724921359714,"stop":1724921359714,"duration":0}},{"uid":"31e3d9ac24728938","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/31e3d9ac24728938","status":"passed","time":{"start":1724918127247,"stop":1724918127248,"duration":1}},{"uid":"6e1b11c153dbbbc9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e1b11c153dbbbc9","status":"passed","time":{"start":1724889805614,"stop":1724889805614,"duration":0}},{"uid":"dd05fad5c55d76a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd05fad5c55d76a7","status":"passed","time":{"start":1724888940692,"stop":1724888940692,"duration":0}},{"uid":"7e3f8facbf00dcd0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7e3f8facbf00dcd0","status":"passed","time":{"start":1724888168651,"stop":1724888168651,"duration":0}},{"uid":"a9ca02d6ec174f15","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a9ca02d6ec174f15","status":"passed","time":{"start":1724886924218,"stop":1724886924218,"duration":0}},{"uid":"922cf51885111916","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/922cf51885111916","status":"passed","time":{"start":1724886701806,"stop":1724886701806,"duration":0}},{"uid":"d73c6714ad3802c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d73c6714ad3802c","status":"passed","time":{"start":1724862112742,"stop":1724862112742,"duration":0}},{"uid":"11b15e1f1bba874d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/11b15e1f1bba874d","status":"passed","time":{"start":1724861584869,"stop":1724861584869,"duration":0}},{"uid":"aeec25f50fd742cd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/aeec25f50fd742cd","status":"passed","time":{"start":1724861464497,"stop":1724861464517,"duration":20}},{"uid":"b927d523f8d870a5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b927d523f8d870a5","status":"passed","time":{"start":1724861254915,"stop":1724861254916,"duration":1}}]},"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4711bec367d87146","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4711bec367d87146","status":"passed","time":{"start":1724921538593,"stop":1724921538593,"duration":0}},{"uid":"8dcd901baa5fedc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8dcd901baa5fedc","status":"passed","time":{"start":1724921499390,"stop":1724921499391,"duration":1}},{"uid":"b79344a0633c3240","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b79344a0633c3240","status":"passed","time":{"start":1724918204098,"stop":1724918204099,"duration":1}},{"uid":"ca00f03465b4362b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ca00f03465b4362b","status":"passed","time":{"start":1724889957367,"stop":1724889957368,"duration":1}},{"uid":"dff4d8d704b20052","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dff4d8d704b20052","status":"passed","time":{"start":1724889094878,"stop":1724889094879,"duration":1}},{"uid":"d5e32e23d92b571","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d5e32e23d92b571","status":"passed","time":{"start":1724888256176,"stop":1724888256176,"duration":0}},{"uid":"28105e046ece0b6b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/28105e046ece0b6b","status":"passed","time":{"start":1724887043895,"stop":1724887043895,"duration":0}},{"uid":"da7b509c720352db","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/da7b509c720352db","status":"passed","time":{"start":1724886807384,"stop":1724886807385,"duration":1}},{"uid":"447cec77ad379889","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/447cec77ad379889","status":"passed","time":{"start":1724862237700,"stop":1724862237700,"duration":0}},{"uid":"78e73516a8d61e5f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/78e73516a8d61e5f","status":"passed","time":{"start":1724861709114,"stop":1724861709115,"duration":1}},{"uid":"1f7bdd086690037a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1f7bdd086690037a","status":"passed","time":{"start":1724861571993,"stop":1724861571993,"duration":0}},{"uid":"16966fd71eb0506d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/16966fd71eb0506d","status":"passed","time":{"start":1724861400269,"stop":1724861400269,"duration":0}}]},"9b7da87a847b8d56e97d5ed820bf145e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f8062de46e33a660","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f8062de46e33a660","status":"passed","time":{"start":1724921577167,"stop":1724921577167,"duration":0}}]},"46628f23e379d9361e0cb899977fc029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6cc341158100df7c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6cc341158100df7c","status":"passed","time":{"start":1724921267881,"stop":1724921267898,"duration":17}},{"uid":"7d098ab39a702e10","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7d098ab39a702e10","status":"passed","time":{"start":1724921244399,"stop":1724921244399,"duration":0}},{"uid":"96462b8926ec8444","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/96462b8926ec8444","status":"passed","time":{"start":1724917916060,"stop":1724917916064,"duration":4}},{"uid":"42c8ab5fc71af686","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/42c8ab5fc71af686","status":"passed","time":{"start":1724889678261,"stop":1724889678261,"duration":0}},{"uid":"5b2899d6d5807c87","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b2899d6d5807c87","status":"passed","time":{"start":1724888831690,"stop":1724888831692,"duration":2}},{"uid":"11fdd57a55238621","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/11fdd57a55238621","status":"passed","time":{"start":1724888003326,"stop":1724888003326,"duration":0}},{"uid":"4a0be84c55440b0f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a0be84c55440b0f","status":"passed","time":{"start":1724886776615,"stop":1724886776615,"duration":0}},{"uid":"a9f61b62887cc1b6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a9f61b62887cc1b6","status":"passed","time":{"start":1724886555804,"stop":1724886555804,"duration":0}},{"uid":"cc2e1e47de7b0ec7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc2e1e47de7b0ec7","status":"passed","time":{"start":1724861983016,"stop":1724861983016,"duration":0}},{"uid":"7c6096f5ca7b67e0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7c6096f5ca7b67e0","status":"passed","time":{"start":1724861444072,"stop":1724861444072,"duration":0}},{"uid":"f3698552fa9a843f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f3698552fa9a843f","status":"passed","time":{"start":1724861285841,"stop":1724861285841,"duration":0}},{"uid":"76338ce9039c38b2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/76338ce9039c38b2","status":"passed","time":{"start":1724861145678,"stop":1724861145678,"duration":0}}]},"d922c5705e713c96db48f412b7580dd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"90a10689b047bc69","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/90a10689b047bc69","status":"passed","time":{"start":1724889077079,"stop":1724889077079,"duration":0}}]},"7e9cf29eed71bb32fbaa87e1bae1cc9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6470735a6a6b1d4e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6470735a6a6b1d4e","status":"passed","time":{"start":1724888336460,"stop":1724888336460,"duration":0}}]},"6541611678c80f356871931cd14306df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f5ff81aa4818e63","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f5ff81aa4818e63","status":"passed","time":{"start":1724921037649,"stop":1724921037649,"duration":0}},{"uid":"cd6d11eb067cb866","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cd6d11eb067cb866","status":"passed","time":{"start":1724921013061,"stop":1724921013062,"duration":1}},{"uid":"ec7833c6fcbfc90c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ec7833c6fcbfc90c","status":"passed","time":{"start":1724917673302,"stop":1724917673302,"duration":0}},{"uid":"c7da039f1e540b44","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c7da039f1e540b44","status":"passed","time":{"start":1724889452322,"stop":1724889452323,"duration":1}},{"uid":"8a32e900ced8c57f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8a32e900ced8c57f","status":"passed","time":{"start":1724888602854,"stop":1724888602854,"duration":0}},{"uid":"820afb09cd6861bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/820afb09cd6861bd","status":"passed","time":{"start":1724887759175,"stop":1724887759175,"duration":0}},{"uid":"9957259c77134619","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9957259c77134619","status":"passed","time":{"start":1724886525554,"stop":1724886525554,"duration":0}},{"uid":"524f8d3577b3b137","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/524f8d3577b3b137","status":"passed","time":{"start":1724886303409,"stop":1724886303409,"duration":0}},{"uid":"1afd8a20535e8472","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1afd8a20535e8472","status":"passed","time":{"start":1724861752246,"stop":1724861752246,"duration":0}},{"uid":"54b1a84ff5a32a61","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/54b1a84ff5a32a61","status":"passed","time":{"start":1724861223366,"stop":1724861223366,"duration":0}},{"uid":"cea5081faca57dc0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cea5081faca57dc0","status":"passed","time":{"start":1724861045214,"stop":1724861045215,"duration":1}},{"uid":"b72a509c9ef7b1e7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b72a509c9ef7b1e7","status":"passed","time":{"start":1724860907100,"stop":1724860907100,"duration":0}}]},"a3e50db859210d6632119d958f40bf63:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b47994fa314e6490","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b47994fa314e6490","status":"passed","time":{"start":1724921640662,"stop":1724921640662,"duration":0}},{"uid":"478da81db43e1acd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/478da81db43e1acd","status":"passed","time":{"start":1724921597586,"stop":1724921597586,"duration":0}},{"uid":"1606ee914afc663a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1606ee914afc663a","status":"passed","time":{"start":1724918306248,"stop":1724918306248,"duration":0}},{"uid":"dde72f93abb1ea3f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dde72f93abb1ea3f","status":"passed","time":{"start":1724890060299,"stop":1724890060300,"duration":1}},{"uid":"f43d7025b3c06825","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f43d7025b3c06825","status":"passed","time":{"start":1724889191327,"stop":1724889191328,"duration":1}},{"uid":"dab033bbdb98efbc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dab033bbdb98efbc","status":"passed","time":{"start":1724888368595,"stop":1724888368596,"duration":1}},{"uid":"d4d00a26a8c53d88","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d4d00a26a8c53d88","status":"passed","time":{"start":1724887150939,"stop":1724887150939,"duration":0}},{"uid":"57b82bca3d1f9a6e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/57b82bca3d1f9a6e","status":"passed","time":{"start":1724886928809,"stop":1724886928810,"duration":1}},{"uid":"b1d83658354853ed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1d83658354853ed","status":"passed","time":{"start":1724862346040,"stop":1724862346041,"duration":1}},{"uid":"869cc58fedcf93cc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/869cc58fedcf93cc","status":"passed","time":{"start":1724861823099,"stop":1724861823099,"duration":0}},{"uid":"c18125b86fcae47f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c18125b86fcae47f","status":"passed","time":{"start":1724861677722,"stop":1724861677722,"duration":0}},{"uid":"4603b1ab63bb9bdd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4603b1ab63bb9bdd","status":"passed","time":{"start":1724861503958,"stop":1724861503958,"duration":0}}]},"8e7bddbb5c75d57f8a84737e4b8b0d1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7342b961abc904e1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7342b961abc904e1","status":"passed","time":{"start":1724861378110,"stop":1724861378110,"duration":0}}]},"db6676b9ead63dbc944d76333b862c97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f92f81baa9a737a2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f92f81baa9a737a2","status":"passed","time":{"start":1724921037650,"stop":1724921037651,"duration":1}},{"uid":"dd62a402d59b84e9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dd62a402d59b84e9","status":"passed","time":{"start":1724921013063,"stop":1724921013064,"duration":1}},{"uid":"688e558e957a18b2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/688e558e957a18b2","status":"passed","time":{"start":1724917673304,"stop":1724917673305,"duration":1}},{"uid":"165ee2ba6d678772","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/165ee2ba6d678772","status":"passed","time":{"start":1724889452324,"stop":1724889452324,"duration":0}},{"uid":"3c3b917b7bdb083","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c3b917b7bdb083","status":"passed","time":{"start":1724888602856,"stop":1724888602857,"duration":1}},{"uid":"b4f510fa5919ea37","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b4f510fa5919ea37","status":"passed","time":{"start":1724887759177,"stop":1724887759177,"duration":0}},{"uid":"d6956ac6448378f1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d6956ac6448378f1","status":"passed","time":{"start":1724886525555,"stop":1724886525555,"duration":0}},{"uid":"c196a6855a9a1f9e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c196a6855a9a1f9e","status":"passed","time":{"start":1724886303410,"stop":1724886303411,"duration":1}},{"uid":"bf2833bc5a067dea","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf2833bc5a067dea","status":"passed","time":{"start":1724861752247,"stop":1724861752247,"duration":0}},{"uid":"aa536b01cd21f883","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/aa536b01cd21f883","status":"passed","time":{"start":1724861223367,"stop":1724861223367,"duration":0}},{"uid":"833984555772d76a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/833984555772d76a","status":"passed","time":{"start":1724861045216,"stop":1724861045217,"duration":1}},{"uid":"c7488ac167164d0e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c7488ac167164d0e","status":"passed","time":{"start":1724860907102,"stop":1724860907103,"duration":1}}]},"0f6dc3b1cfb523e24c69eb668562f308:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"af49b20f2a13ea84","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/af49b20f2a13ea84","status":"passed","time":{"start":1724918259543,"stop":1724918259543,"duration":0}}]},"4b1edf6940b9c97565c200d51184c3bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"909663107e92256e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/909663107e92256e","status":"passed","time":{"start":1724921658745,"stop":1724921658746,"duration":1}},{"uid":"c8b35e3c3b641826","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c8b35e3c3b641826","status":"passed","time":{"start":1724921609580,"stop":1724921609580,"duration":0}},{"uid":"838dc3b5a43a1550","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/838dc3b5a43a1550","status":"passed","time":{"start":1724918323459,"stop":1724918323460,"duration":1}},{"uid":"380d58c1945eb7c4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/380d58c1945eb7c4","status":"passed","time":{"start":1724890071664,"stop":1724890071666,"duration":2}},{"uid":"f1217ff38b90b0ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f1217ff38b90b0ba","status":"passed","time":{"start":1724889207705,"stop":1724889207706,"duration":1}},{"uid":"721b08a46663f694","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/721b08a46663f694","status":"passed","time":{"start":1724888386326,"stop":1724888386326,"duration":0}},{"uid":"cdf70a1ea3e1fb14","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cdf70a1ea3e1fb14","status":"passed","time":{"start":1724887153934,"stop":1724887153934,"duration":0}},{"uid":"19f56be63d3b32c5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/19f56be63d3b32c5","status":"passed","time":{"start":1724886927388,"stop":1724886927389,"duration":1}},{"uid":"dc89f49a9be45801","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dc89f49a9be45801","status":"passed","time":{"start":1724862360109,"stop":1724862360110,"duration":1}},{"uid":"1835750697878f14","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1835750697878f14","status":"passed","time":{"start":1724861832842,"stop":1724861832843,"duration":1}},{"uid":"4aa79a3ada7ad45f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4aa79a3ada7ad45f","status":"passed","time":{"start":1724861687427,"stop":1724861687427,"duration":0}},{"uid":"8c1adef0472a5d28","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8c1adef0472a5d28","status":"passed","time":{"start":1724861513176,"stop":1724861513177,"duration":1}}]},"2a2e192bbf0a6bfabf47e1dfd9ca65b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"2ffa862444ef66d1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2ffa862444ef66d1","status":"passed","time":{"start":1724921326303,"stop":1724921326304,"duration":1}},{"uid":"1877a54d13fcc2a5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1877a54d13fcc2a5","status":"passed","time":{"start":1724921306215,"stop":1724921306215,"duration":0}},{"uid":"adb5fab7556d7655","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/adb5fab7556d7655","status":"passed","time":{"start":1724918076884,"stop":1724918076884,"duration":0}},{"uid":"9135468f70382693","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9135468f70382693","status":"passed","time":{"start":1724889757051,"stop":1724889757051,"duration":0}},{"uid":"77d050c9dd9e468","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/77d050c9dd9e468","status":"passed","time":{"start":1724888894404,"stop":1724888894404,"duration":0}},{"uid":"c7e84beab928ba27","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c7e84beab928ba27","status":"passed","time":{"start":1724862057002,"stop":1724862057002,"duration":0}},{"uid":"316562e1b017cc8e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/316562e1b017cc8e","status":"passed","time":{"start":1724861520271,"stop":1724861520271,"duration":0}},{"uid":"e4182637cfdc461b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e4182637cfdc461b","status":"passed","time":{"start":1724861406463,"stop":1724861406463,"duration":0}},{"uid":"bf55fca7ffcff62","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bf55fca7ffcff62","status":"passed","time":{"start":1724861204437,"stop":1724861204438,"duration":1}}]},"e3b69bfe29c8cce11e2ce861d526bc15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7f5c7192b2cf8e12","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7f5c7192b2cf8e12","status":"passed","time":{"start":1724921061848,"stop":1724921061848,"duration":0}},{"uid":"aea82f1580921c1d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/aea82f1580921c1d","status":"passed","time":{"start":1724921037157,"stop":1724921037157,"duration":0}},{"uid":"8c2f52e1b1d49df1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8c2f52e1b1d49df1","status":"passed","time":{"start":1724917697302,"stop":1724917697302,"duration":0}},{"uid":"7ef53cf67811769e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7ef53cf67811769e","status":"passed","time":{"start":1724889476083,"stop":1724889476084,"duration":1}},{"uid":"95f40abfe57fbf7f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/95f40abfe57fbf7f","status":"passed","time":{"start":1724888626887,"stop":1724888626887,"duration":0}},{"uid":"c9c3801d368ecafa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c9c3801d368ecafa","status":"passed","time":{"start":1724887783108,"stop":1724887783108,"duration":0}},{"uid":"2dc7820ece9e3355","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2dc7820ece9e3355","status":"passed","time":{"start":1724886549919,"stop":1724886549920,"duration":1}},{"uid":"97013520648ef3d7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/97013520648ef3d7","status":"passed","time":{"start":1724886327581,"stop":1724886327581,"duration":0}},{"uid":"a5a777cfe8c1c173","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5a777cfe8c1c173","status":"passed","time":{"start":1724861776807,"stop":1724861776807,"duration":0}},{"uid":"eca61f58fa44c0e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/eca61f58fa44c0e","status":"passed","time":{"start":1724861247299,"stop":1724861247299,"duration":0}},{"uid":"8ed164b5f9ddc8aa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8ed164b5f9ddc8aa","status":"passed","time":{"start":1724861071395,"stop":1724861071395,"duration":0}},{"uid":"6c005b4da2c5d0a0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6c005b4da2c5d0a0","status":"passed","time":{"start":1724860931795,"stop":1724860931795,"duration":0}}]},"971946a5c60bce3fa761bb7487975be9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67d7decb03d1d988","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/67d7decb03d1d988","status":"passed","time":{"start":1724889144086,"stop":1724889144086,"duration":0}}]},"23f43346a3753894fd67050a47de7ad3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"dcc604cec7b2be40","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dcc604cec7b2be40","status":"passed","time":{"start":1724921065912,"stop":1724921065913,"duration":1}},{"uid":"2aec610a5f5da771","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2aec610a5f5da771","status":"passed","time":{"start":1724921040949,"stop":1724921040949,"duration":0}},{"uid":"102bbe2b55ea5a0d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/102bbe2b55ea5a0d","status":"passed","time":{"start":1724917701158,"stop":1724917701158,"duration":0}},{"uid":"7570c2827363ffd3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7570c2827363ffd3","status":"passed","time":{"start":1724889479977,"stop":1724889479977,"duration":0}},{"uid":"76fcd0870d12325e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/76fcd0870d12325e","status":"passed","time":{"start":1724888630726,"stop":1724888630726,"duration":0}},{"uid":"8a0e722dfa58a403","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a0e722dfa58a403","status":"passed","time":{"start":1724887787008,"stop":1724887787009,"duration":1}},{"uid":"e2dadddfbecf2725","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e2dadddfbecf2725","status":"passed","time":{"start":1724886553671,"stop":1724886553671,"duration":0}},{"uid":"94a8ead644d87c36","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/94a8ead644d87c36","status":"passed","time":{"start":1724886331494,"stop":1724886331495,"duration":1}},{"uid":"e72de1b6a1b4e4fb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e72de1b6a1b4e4fb","status":"passed","time":{"start":1724861780658,"stop":1724861780659,"duration":1}},{"uid":"97ab2c11c32388c5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/97ab2c11c32388c5","status":"passed","time":{"start":1724861251100,"stop":1724861251101,"duration":1}},{"uid":"e2aa3895456459da","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e2aa3895456459da","status":"passed","time":{"start":1724861074810,"stop":1724861074811,"duration":1}},{"uid":"3796ec232d37af29","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3796ec232d37af29","status":"passed","time":{"start":1724860935673,"stop":1724860935674,"duration":1}}]},"538464b1ebc1d40dfc21f75da018333a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e1492d90b3d35ea2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e1492d90b3d35ea2","status":"passed","time":{"start":1724890032299,"stop":1724890032299,"duration":0}}]},"f20b4d31626fbfbda27dcfe831238128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"823bbc273d97879a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/823bbc273d97879a","status":"passed","time":{"start":1724921050406,"stop":1724921050407,"duration":1}},{"uid":"f8390561bfcc5938","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f8390561bfcc5938","status":"passed","time":{"start":1724921025669,"stop":1724921025670,"duration":1}},{"uid":"c1698710b6aae7a5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c1698710b6aae7a5","status":"passed","time":{"start":1724917686000,"stop":1724917686001,"duration":1}},{"uid":"87c7b71654e283d6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/87c7b71654e283d6","status":"passed","time":{"start":1724889464905,"stop":1724889464907,"duration":2}},{"uid":"481f34776d7faea0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/481f34776d7faea0","status":"passed","time":{"start":1724888615543,"stop":1724888615544,"duration":1}},{"uid":"d9b8e297359a05ad","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d9b8e297359a05ad","status":"passed","time":{"start":1724887771769,"stop":1724887771770,"duration":1}},{"uid":"50cefe29d05c03b2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/50cefe29d05c03b2","status":"passed","time":{"start":1724886538223,"stop":1724886538225,"duration":2}},{"uid":"c88bb73625c95ccd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c88bb73625c95ccd","status":"passed","time":{"start":1724886315913,"stop":1724886315914,"duration":1}},{"uid":"920d44618f24819f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/920d44618f24819f","status":"passed","time":{"start":1724861765152,"stop":1724861765153,"duration":1}},{"uid":"7aeb1462377be294","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7aeb1462377be294","status":"passed","time":{"start":1724861235895,"stop":1724861235897,"duration":2}},{"uid":"850f3861d66694ec","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/850f3861d66694ec","status":"passed","time":{"start":1724861058702,"stop":1724861058704,"duration":2}},{"uid":"fc99ce2f8d0c2a67","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fc99ce2f8d0c2a67","status":"passed","time":{"start":1724860920157,"stop":1724860920159,"duration":2}}]},"58fc827cf1a2c8dbc5a31805d1796ebc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4308bae2973eea9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4308bae2973eea9","status":"passed","time":{"start":1724887115436,"stop":1724887115438,"duration":2}}]},"8a3d8424423eaa0f59b5279e5085f83d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f252a888acd21f2c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f252a888acd21f2c","status":"passed","time":{"start":1724921061368,"stop":1724921061369,"duration":1}},{"uid":"780f9016fb09726a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/780f9016fb09726a","status":"passed","time":{"start":1724921036547,"stop":1724921036547,"duration":0}},{"uid":"c0b893f46117df7b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c0b893f46117df7b","status":"passed","time":{"start":1724917696990,"stop":1724917696990,"duration":0}},{"uid":"73dde3de0c56cd8c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/73dde3de0c56cd8c","status":"passed","time":{"start":1724889475434,"stop":1724889475435,"duration":1}},{"uid":"bbd3e04079b3b4ed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bbd3e04079b3b4ed","status":"passed","time":{"start":1724888626528,"stop":1724888626529,"duration":1}},{"uid":"734be4d049d4c1eb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/734be4d049d4c1eb","status":"passed","time":{"start":1724887782736,"stop":1724887782737,"duration":1}},{"uid":"3e5632cab04a38dc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3e5632cab04a38dc","status":"passed","time":{"start":1724886549348,"stop":1724886549349,"duration":1}},{"uid":"c105bde59d314eec","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c105bde59d314eec","status":"passed","time":{"start":1724886326869,"stop":1724886326870,"duration":1}},{"uid":"fc4d84769ff2bfe1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc4d84769ff2bfe1","status":"passed","time":{"start":1724861776299,"stop":1724861776300,"duration":1}},{"uid":"4f64b2e53576fb50","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4f64b2e53576fb50","status":"passed","time":{"start":1724861246678,"stop":1724861246680,"duration":2}},{"uid":"9c68c66474851ae7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9c68c66474851ae7","status":"passed","time":{"start":1724861070663,"stop":1724861070664,"duration":1}},{"uid":"f7e7460e08d60cda","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f7e7460e08d60cda","status":"passed","time":{"start":1724860931328,"stop":1724860931329,"duration":1}}]},"ede2017c80258f952a9fda87168c0d5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"98a32868f726f38f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/98a32868f726f38f","status":"passed","time":{"start":1724921619631,"stop":1724921619632,"duration":1}}]},"621f2942de2d10dc49dd6c311921015b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"245e853426170402","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/245e853426170402","status":"passed","time":{"start":1724921061373,"stop":1724921061373,"duration":0}},{"uid":"b045c090c74a7cac","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b045c090c74a7cac","status":"passed","time":{"start":1724921036553,"stop":1724921036561,"duration":8}},{"uid":"7d81fc90477d33a7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7d81fc90477d33a7","status":"passed","time":{"start":1724917696995,"stop":1724917696995,"duration":0}},{"uid":"b470334305123fd5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b470334305123fd5","status":"passed","time":{"start":1724889475438,"stop":1724889475438,"duration":0}},{"uid":"75ece2c30678909a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/75ece2c30678909a","status":"passed","time":{"start":1724888626532,"stop":1724888626532,"duration":0}},{"uid":"bea27e397dde7697","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bea27e397dde7697","status":"passed","time":{"start":1724887782740,"stop":1724887782740,"duration":0}},{"uid":"53a0bb06280d3226","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/53a0bb06280d3226","status":"passed","time":{"start":1724886549352,"stop":1724886549352,"duration":0}},{"uid":"e419753119fcb9ef","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e419753119fcb9ef","status":"passed","time":{"start":1724886326875,"stop":1724886326877,"duration":2}},{"uid":"3a9fb6d52fc41214","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a9fb6d52fc41214","status":"passed","time":{"start":1724861776303,"stop":1724861776304,"duration":1}},{"uid":"52e12bd60d7f1413","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/52e12bd60d7f1413","status":"passed","time":{"start":1724861246687,"stop":1724861246688,"duration":1}},{"uid":"9c9b7b97e6d9af92","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9c9b7b97e6d9af92","status":"passed","time":{"start":1724861070672,"stop":1724861070673,"duration":1}},{"uid":"2718ba0587b0e8b7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2718ba0587b0e8b7","status":"passed","time":{"start":1724860931332,"stop":1724860931333,"duration":1}}]},"c92b1bec7c6107d3bb2e4713c435783f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"86eedcf7510d4ac9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/86eedcf7510d4ac9","status":"passed","time":{"start":1724921625040,"stop":1724921625043,"duration":3}},{"uid":"9a551bf8b8bd9321","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9a551bf8b8bd9321","status":"passed","time":{"start":1724921590485,"stop":1724921590485,"duration":0}},{"uid":"45680a0348d65a6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/45680a0348d65a6","status":"passed","time":{"start":1724918287561,"stop":1724918287561,"duration":0}},{"uid":"21c87d77315d2021","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/21c87d77315d2021","status":"passed","time":{"start":1724890047784,"stop":1724890047784,"duration":0}},{"uid":"691976fbc6a2d969","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/691976fbc6a2d969","status":"passed","time":{"start":1724889183917,"stop":1724889183917,"duration":0}},{"uid":"706c52665deaf4e1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/706c52665deaf4e1","status":"passed","time":{"start":1724888354161,"stop":1724888354161,"duration":0}},{"uid":"e2954e1f72619164","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e2954e1f72619164","status":"passed","time":{"start":1724887145653,"stop":1724887145653,"duration":0}},{"uid":"cb5f30d9d6b4847b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cb5f30d9d6b4847b","status":"passed","time":{"start":1724886915780,"stop":1724886915781,"duration":1}},{"uid":"5f5eab9c298030e9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f5eab9c298030e9","status":"passed","time":{"start":1724862341433,"stop":1724862341434,"duration":1}},{"uid":"f8777c82165ff95f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f8777c82165ff95f","status":"passed","time":{"start":1724861805437,"stop":1724861805437,"duration":0}},{"uid":"3063f3f83f55b96b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3063f3f83f55b96b","status":"passed","time":{"start":1724861662250,"stop":1724861662252,"duration":2}},{"uid":"acbcbb7d2c22646f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/acbcbb7d2c22646f","status":"passed","time":{"start":1724861492505,"stop":1724861492505,"duration":0}}]},"092904e3fbb2fb2034d3029dbedc26b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f59a776e608d10ed","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f59a776e608d10ed","status":"passed","time":{"start":1724921656192,"stop":1724921656193,"duration":1}},{"uid":"e55354b75059642e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e55354b75059642e","status":"passed","time":{"start":1724921620459,"stop":1724921620460,"duration":1}},{"uid":"3516686368bad736","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3516686368bad736","status":"passed","time":{"start":1724918327710,"stop":1724918327710,"duration":0}},{"uid":"d4d4b306da4dec38","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d4d4b306da4dec38","status":"passed","time":{"start":1724890078471,"stop":1724890078471,"duration":0}},{"uid":"d3cc07c6dcc32404","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3cc07c6dcc32404","status":"passed","time":{"start":1724889213826,"stop":1724889213826,"duration":0}},{"uid":"c1ef1a6669b902d1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c1ef1a6669b902d1","status":"passed","time":{"start":1724888383602,"stop":1724888383603,"duration":1}},{"uid":"cbf024b55f2370aa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cbf024b55f2370aa","status":"passed","time":{"start":1724887164579,"stop":1724887164579,"duration":0}},{"uid":"5483b55a5a82d6cc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5483b55a5a82d6cc","status":"passed","time":{"start":1724886943100,"stop":1724886943101,"duration":1}},{"uid":"b71f53f441a1e6a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b71f53f441a1e6a7","status":"passed","time":{"start":1724862368929,"stop":1724862368930,"duration":1}},{"uid":"861323f12e97c1e3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/861323f12e97c1e3","status":"passed","time":{"start":1724861835946,"stop":1724861835946,"duration":0}},{"uid":"baf9a82cc0666905","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/baf9a82cc0666905","status":"passed","time":{"start":1724861692903,"stop":1724861692903,"duration":0}},{"uid":"f07fd1092d082992","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f07fd1092d082992","status":"passed","time":{"start":1724861520700,"stop":1724861520700,"duration":0}}]},"bc2911dc5e058c55badce3ad9d78f48d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"68fb3e5ed49b6777","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/68fb3e5ed49b6777","status":"passed","time":{"start":1724921267873,"stop":1724921267873,"duration":0}},{"uid":"9d573acfd3c459f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9d573acfd3c459f","status":"passed","time":{"start":1724921244381,"stop":1724921244385,"duration":4}},{"uid":"140cfd149e9f821f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/140cfd149e9f821f","status":"passed","time":{"start":1724917916057,"stop":1724917916057,"duration":0}},{"uid":"feb897b9bfe5b421","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/feb897b9bfe5b421","status":"passed","time":{"start":1724889678258,"stop":1724889678258,"duration":0}},{"uid":"fdc909603260b635","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fdc909603260b635","status":"passed","time":{"start":1724888831687,"stop":1724888831687,"duration":0}},{"uid":"c8031fba16607abf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c8031fba16607abf","status":"passed","time":{"start":1724888003323,"stop":1724888003323,"duration":0}},{"uid":"3a545a47965a6f6e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3a545a47965a6f6e","status":"passed","time":{"start":1724886776612,"stop":1724886776612,"duration":0}},{"uid":"eee689a13a4d7fec","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eee689a13a4d7fec","status":"passed","time":{"start":1724886555800,"stop":1724886555801,"duration":1}},{"uid":"be5403631441d9ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/be5403631441d9ee","status":"passed","time":{"start":1724861983013,"stop":1724861983013,"duration":0}},{"uid":"a3a54aa03ab52ff1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a3a54aa03ab52ff1","status":"passed","time":{"start":1724861444069,"stop":1724861444070,"duration":1}},{"uid":"1a2d9c1d18db2a22","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1a2d9c1d18db2a22","status":"passed","time":{"start":1724861285837,"stop":1724861285838,"duration":1}},{"uid":"9d8f78748e0333d0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9d8f78748e0333d0","status":"passed","time":{"start":1724861145675,"stop":1724861145675,"duration":0}}]},"a3cc383bd6e617a342bb397e3e2df2f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c3b43a70a8e92324","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c3b43a70a8e92324","status":"passed","time":{"start":1724921051056,"stop":1724921051056,"duration":0}},{"uid":"69fcee23f1e202d7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/69fcee23f1e202d7","status":"passed","time":{"start":1724921026362,"stop":1724921026362,"duration":0}},{"uid":"fcb0a2cb33394619","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fcb0a2cb33394619","status":"passed","time":{"start":1724917686540,"stop":1724917686540,"duration":0}},{"uid":"35765f4a6b96a24","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/35765f4a6b96a24","status":"passed","time":{"start":1724889465471,"stop":1724889465471,"duration":0}},{"uid":"94a3e7d8c2cf4246","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/94a3e7d8c2cf4246","status":"passed","time":{"start":1724888616212,"stop":1724888616212,"duration":0}},{"uid":"2580f8f454949feb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2580f8f454949feb","status":"passed","time":{"start":1724887772448,"stop":1724887772449,"duration":1}},{"uid":"8dd7c88b2b279c24","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8dd7c88b2b279c24","status":"passed","time":{"start":1724886538860,"stop":1724886538860,"duration":0}},{"uid":"6b8a5f6e90bb2f87","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6b8a5f6e90bb2f87","status":"passed","time":{"start":1724886316626,"stop":1724886316627,"duration":1}},{"uid":"e227d697bb647135","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e227d697bb647135","status":"passed","time":{"start":1724861765762,"stop":1724861765763,"duration":1}},{"uid":"d12d70dc2195687c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d12d70dc2195687c","status":"passed","time":{"start":1724861236573,"stop":1724861236573,"duration":0}},{"uid":"494c97cfd53f4c0a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/494c97cfd53f4c0a","status":"passed","time":{"start":1724861059470,"stop":1724861059471,"duration":1}},{"uid":"a521614a526acaf3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a521614a526acaf3","status":"passed","time":{"start":1724860920726,"stop":1724860920726,"duration":0}}]},"c02f640a4cb723b7d1f0fba2bbe35aeb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"356e592f9b04351f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/356e592f9b04351f","status":"passed","time":{"start":1724888292536,"stop":1724888292545,"duration":9}}]},"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"54a92f9cd6e93359","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/54a92f9cd6e93359","status":"passed","time":{"start":1724921073459,"stop":1724921073459,"duration":0}},{"uid":"919aed0c6d59de1a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/919aed0c6d59de1a","status":"passed","time":{"start":1724921048447,"stop":1724921048447,"duration":0}},{"uid":"aac498f322787194","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/aac498f322787194","status":"passed","time":{"start":1724917708699,"stop":1724917708699,"duration":0}},{"uid":"f3b946ad5e381ffe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3b946ad5e381ffe","status":"passed","time":{"start":1724889487515,"stop":1724889487516,"duration":1}},{"uid":"f7ecd06bc934ba7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7ecd06bc934ba7","status":"passed","time":{"start":1724888638222,"stop":1724888638223,"duration":1}},{"uid":"74e04d084f5afbbf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/74e04d084f5afbbf","status":"passed","time":{"start":1724887794483,"stop":1724887794483,"duration":0}},{"uid":"c83b7ac096f221b4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c83b7ac096f221b4","status":"passed","time":{"start":1724886561406,"stop":1724886561406,"duration":0}},{"uid":"4f798f48807c7adf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4f798f48807c7adf","status":"passed","time":{"start":1724886339062,"stop":1724886339062,"duration":0}},{"uid":"c6e265d6daa90df2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c6e265d6daa90df2","status":"passed","time":{"start":1724861788383,"stop":1724861788383,"duration":0}},{"uid":"b2476593368efc0e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b2476593368efc0e","status":"passed","time":{"start":1724861258535,"stop":1724861258535,"duration":0}},{"uid":"ebd8f3af1de1e70","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ebd8f3af1de1e70","status":"passed","time":{"start":1724861082795,"stop":1724861082795,"duration":0}},{"uid":"5bbd6fde802a231","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5bbd6fde802a231","status":"passed","time":{"start":1724860943248,"stop":1724860943248,"duration":0}}]},"42ec0fbfbeab3977e7de35c8c22845ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"df97cfc0fb2ea698","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/df97cfc0fb2ea698","status":"passed","time":{"start":1724921559011,"stop":1724921559012,"duration":1}},{"uid":"8c3b0b585e6ba02d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8c3b0b585e6ba02d","status":"passed","time":{"start":1724921524127,"stop":1724921524128,"duration":1}},{"uid":"2678f6a051c8c7c8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2678f6a051c8c7c8","status":"passed","time":{"start":1724918241653,"stop":1724918241657,"duration":4}},{"uid":"c28c538ff21ad764","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c28c538ff21ad764","status":"passed","time":{"start":1724889975472,"stop":1724889975473,"duration":1}},{"uid":"d37d27343b1b529f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d37d27343b1b529f","status":"passed","time":{"start":1724889106058,"stop":1724889106058,"duration":0}},{"uid":"6a0b6ef1c6313754","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a0b6ef1c6313754","status":"passed","time":{"start":1724888289478,"stop":1724888289479,"duration":1}},{"uid":"a40dfc6930a923e8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a40dfc6930a923e8","status":"passed","time":{"start":1724887057698,"stop":1724887057699,"duration":1}},{"uid":"539f8bc21f0a3b3f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/539f8bc21f0a3b3f","status":"passed","time":{"start":1724886839396,"stop":1724886839397,"duration":1}},{"uid":"a3c2a40034cb9620","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3c2a40034cb9620","status":"passed","time":{"start":1724862256084,"stop":1724862256085,"duration":1}},{"uid":"e0952ede005d0874","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e0952ede005d0874","status":"passed","time":{"start":1724861742232,"stop":1724861742233,"duration":1}},{"uid":"8d31162ab24fd1b8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8d31162ab24fd1b8","status":"passed","time":{"start":1724861595385,"stop":1724861595385,"duration":0}},{"uid":"2dedc1f68ce73a12","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2dedc1f68ce73a12","status":"passed","time":{"start":1724861424066,"stop":1724861424067,"duration":1}}]},"eecded0e9d3510827aa6841de2033109:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4bc76bc7d5b0b4aa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4bc76bc7d5b0b4aa","status":"passed","time":{"start":1724888345355,"stop":1724888345355,"duration":0}}]},"5d717fe3fb3652d52f97daaabbf2f619:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f3ed401537efdd33","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f3ed401537efdd33","status":"passed","time":{"start":1724921267874,"stop":1724921267874,"duration":0}},{"uid":"263f9c36ff8e06a1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/263f9c36ff8e06a1","status":"passed","time":{"start":1724921244387,"stop":1724921244396,"duration":9}},{"uid":"fb258cfa3a8a365e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fb258cfa3a8a365e","status":"passed","time":{"start":1724917916058,"stop":1724917916059,"duration":1}},{"uid":"a430b96bb56824c2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a430b96bb56824c2","status":"passed","time":{"start":1724889678259,"stop":1724889678260,"duration":1}},{"uid":"268e8e2a2eef786a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/268e8e2a2eef786a","status":"passed","time":{"start":1724888831688,"stop":1724888831689,"duration":1}},{"uid":"fcecc47ce2aa4a9a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fcecc47ce2aa4a9a","status":"passed","time":{"start":1724888003324,"stop":1724888003324,"duration":0}},{"uid":"f7fb6b6e8d584677","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f7fb6b6e8d584677","status":"passed","time":{"start":1724886776613,"stop":1724886776614,"duration":1}},{"uid":"8805f6b45d2c007c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8805f6b45d2c007c","status":"passed","time":{"start":1724886555802,"stop":1724886555802,"duration":0}},{"uid":"cc014be0c8d0eee0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc014be0c8d0eee0","status":"passed","time":{"start":1724861983014,"stop":1724861983015,"duration":1}},{"uid":"f26982c7628cc3a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f26982c7628cc3a","status":"passed","time":{"start":1724861444070,"stop":1724861444071,"duration":1}},{"uid":"2fe01ccd176c4cdf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2fe01ccd176c4cdf","status":"passed","time":{"start":1724861285839,"stop":1724861285839,"duration":0}},{"uid":"82ce7ebe913f740c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/82ce7ebe913f740c","status":"passed","time":{"start":1724861145676,"stop":1724861145676,"duration":0}}]},"6aeda46c1f2dd57a00b02dc11f2c576e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"27df9a9c148a898","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/27df9a9c148a898","status":"passed","time":{"start":1724921095759,"stop":1724921095760,"duration":1}},{"uid":"2377ded0ec1dee87","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2377ded0ec1dee87","status":"passed","time":{"start":1724921070807,"stop":1724921070808,"duration":1}},{"uid":"8bfcdd286b53430f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8bfcdd286b53430f","status":"passed","time":{"start":1724917730905,"stop":1724917730907,"duration":2}},{"uid":"804a70147a5e08fe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/804a70147a5e08fe","status":"passed","time":{"start":1724889510340,"stop":1724889510340,"duration":0}},{"uid":"99ae7dca613866a4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/99ae7dca613866a4","status":"passed","time":{"start":1724888660682,"stop":1724888660682,"duration":0}},{"uid":"3381a72b914592ac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3381a72b914592ac","status":"passed","time":{"start":1724887817140,"stop":1724887817140,"duration":0}},{"uid":"11eb2d319c892a37","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/11eb2d319c892a37","status":"passed","time":{"start":1724886584156,"stop":1724886584156,"duration":0}},{"uid":"73910a1e9b3f4075","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/73910a1e9b3f4075","status":"passed","time":{"start":1724886362416,"stop":1724886362416,"duration":0}},{"uid":"b650e863711e4b0d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b650e863711e4b0d","status":"passed","time":{"start":1724861811586,"stop":1724861811587,"duration":1}},{"uid":"39a315f39cecb82d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/39a315f39cecb82d","status":"passed","time":{"start":1724861280386,"stop":1724861280387,"duration":1}},{"uid":"f6d7be5ac821caa6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f6d7be5ac821caa6","status":"passed","time":{"start":1724861106383,"stop":1724861106383,"duration":0}},{"uid":"5b3cc3849887ffc9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5b3cc3849887ffc9","status":"passed","time":{"start":1724860966533,"stop":1724860966533,"duration":0}}]},"0e55e931074cc714780c58e3551fcc4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"980642cd59bbe44a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/980642cd59bbe44a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921098922,"stop":1724921098922,"duration":0}},{"uid":"78b0d949497d3702","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/78b0d949497d3702","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921073400,"stop":1724921073400,"duration":0}},{"uid":"6a2613d7ab2fd30","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6a2613d7ab2fd30","status":"skipped","statusDetails":"Test ignored","time":{"start":1724917744665,"stop":1724917744665,"duration":0}},{"uid":"c3e0b32f3b7141d5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c3e0b32f3b7141d5","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889518045,"stop":1724889518046,"duration":1}},{"uid":"6809a803cdffa15b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6809a803cdffa15b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888665807,"stop":1724888665807,"duration":0}},{"uid":"802e7da2abae4aee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/802e7da2abae4aee","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887821953,"stop":1724887821954,"duration":1}},{"uid":"857f7bbacca59fdd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/857f7bbacca59fdd","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886586927,"stop":1724886586927,"duration":0}},{"uid":"9ba59a6b9a253ece","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9ba59a6b9a253ece","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886375238,"stop":1724886375239,"duration":1}},{"uid":"219288d99f9c2b6a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/219288d99f9c2b6a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861815219,"stop":1724861815219,"duration":0}},{"uid":"91492a9fb7bdc949","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/91492a9fb7bdc949","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861291724,"stop":1724861291724,"duration":0}},{"uid":"9f06e7c72688701a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9f06e7c72688701a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861109880,"stop":1724861109880,"duration":0}},{"uid":"9415390865d7f6e1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9415390865d7f6e1","status":"skipped","statusDetails":"Test ignored","time":{"start":1724860972344,"stop":1724860972345,"duration":1}}]},"b3cf19a90c957289a79419ec01297026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47965cbeaf46d519","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/47965cbeaf46d519","status":"passed","time":{"start":1724887092629,"stop":1724887092629,"duration":0}}]},"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"17161b74d5c9dd0b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/17161b74d5c9dd0b","status":"passed","time":{"start":1724921072291,"stop":1724921072292,"duration":1}},{"uid":"581c4620c2c77632","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/581c4620c2c77632","status":"passed","time":{"start":1724921047283,"stop":1724921047283,"duration":0}},{"uid":"4d654295a23a937f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4d654295a23a937f","status":"passed","time":{"start":1724917707455,"stop":1724917707456,"duration":1}},{"uid":"ba6206a1c006b479","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ba6206a1c006b479","status":"passed","time":{"start":1724889486389,"stop":1724889486390,"duration":1}},{"uid":"f7dc36f535cecabb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7dc36f535cecabb","status":"passed","time":{"start":1724888637014,"stop":1724888637014,"duration":0}},{"uid":"3a92ee7fa81749e7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3a92ee7fa81749e7","status":"passed","time":{"start":1724887793424,"stop":1724887793425,"duration":1}},{"uid":"e0169cd9aca7e55b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e0169cd9aca7e55b","status":"passed","time":{"start":1724886560037,"stop":1724886560037,"duration":0}},{"uid":"9f179c3d697810f8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9f179c3d697810f8","status":"passed","time":{"start":1724886337879,"stop":1724886337880,"duration":1}},{"uid":"d631d0444a186ce1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d631d0444a186ce1","status":"passed","time":{"start":1724861787237,"stop":1724861787237,"duration":0}},{"uid":"3c1e3eff7cd33d3e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3c1e3eff7cd33d3e","status":"passed","time":{"start":1724861257428,"stop":1724861257428,"duration":0}},{"uid":"98c8c0e109b8c4c8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/98c8c0e109b8c4c8","status":"passed","time":{"start":1724861081342,"stop":1724861081342,"duration":0}},{"uid":"ce4c6409bf7b20bb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ce4c6409bf7b20bb","status":"passed","time":{"start":1724860942009,"stop":1724860942010,"duration":1}}]},"f16afeb4f39a29479f4d374f039a51ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1ef9fd84f68eab47","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1ef9fd84f68eab47","status":"passed","time":{"start":1724921625094,"stop":1724921625095,"duration":1}},{"uid":"4b5c0cd83a63fa28","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4b5c0cd83a63fa28","status":"passed","time":{"start":1724921590514,"stop":1724921590515,"duration":1}},{"uid":"a84a8b133d32a6f3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a84a8b133d32a6f3","status":"passed","time":{"start":1724918287581,"stop":1724918287582,"duration":1}},{"uid":"517e111539f8dd7a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/517e111539f8dd7a","status":"passed","time":{"start":1724890047810,"stop":1724890047810,"duration":0}},{"uid":"fe02994b0c954e61","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe02994b0c954e61","status":"passed","time":{"start":1724889183951,"stop":1724889183951,"duration":0}},{"uid":"2e1d43352cc01ee7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2e1d43352cc01ee7","status":"passed","time":{"start":1724888354191,"stop":1724888354191,"duration":0}},{"uid":"871775c6379e9701","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/871775c6379e9701","status":"passed","time":{"start":1724887145733,"stop":1724887145735,"duration":2}},{"uid":"ea625cb3deb0a277","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ea625cb3deb0a277","status":"passed","time":{"start":1724886915813,"stop":1724886915813,"duration":0}},{"uid":"adeb03bf2ac07414","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/adeb03bf2ac07414","status":"passed","time":{"start":1724862341469,"stop":1724862341469,"duration":0}},{"uid":"9fbb9f9b9b856bf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9fbb9f9b9b856bf","status":"passed","time":{"start":1724861805475,"stop":1724861805475,"duration":0}},{"uid":"6e5c2190cb8c8205","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6e5c2190cb8c8205","status":"passed","time":{"start":1724861662305,"stop":1724861662306,"duration":1}},{"uid":"7a5651c1258573d7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7a5651c1258573d7","status":"passed","time":{"start":1724861492535,"stop":1724861492535,"duration":0}}]},"87d495ed6cb5712eff44c87a45626c88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7c085d0914305d06","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7c085d0914305d06","status":"passed","time":{"start":1724918298101,"stop":1724918298102,"duration":1}}]},"0faca3cab3770da2be3545fe0b3b24a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"34e2c32fad6f096c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/34e2c32fad6f096c","status":"passed","time":{"start":1724862320145,"stop":1724862320145,"duration":0}}]},"66e6661b2d6a5853d04df67d57a38cea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6eb86312c37fa540","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6eb86312c37fa540","status":"passed","time":{"start":1724889169843,"stop":1724889169844,"duration":1}}]},"d1dac4b0a79389b79eab671d7a498873:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"dc98425d6efb3ce3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dc98425d6efb3ce3","status":"passed","time":{"start":1724921663255,"stop":1724921663256,"duration":1}},{"uid":"b4228932420729da","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b4228932420729da","status":"passed","time":{"start":1724921617881,"stop":1724921617881,"duration":0}},{"uid":"4622fe149a5b541f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4622fe149a5b541f","status":"passed","time":{"start":1724918326162,"stop":1724918326162,"duration":0}},{"uid":"fc647a32fc89b9b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc647a32fc89b9b2","status":"passed","time":{"start":1724890076394,"stop":1724890076399,"duration":5}},{"uid":"9f66b36e0dd07ecd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f66b36e0dd07ecd","status":"passed","time":{"start":1724889199691,"stop":1724889199691,"duration":0}},{"uid":"4c583dcde2e32620","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4c583dcde2e32620","status":"passed","time":{"start":1724888382428,"stop":1724888382429,"duration":1}},{"uid":"c8bffb30c3021f86","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c8bffb30c3021f86","status":"passed","time":{"start":1724887156371,"stop":1724887156371,"duration":0}},{"uid":"e953d34f97ad227e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e953d34f97ad227e","status":"passed","time":{"start":1724886936173,"stop":1724886936174,"duration":1}},{"uid":"d5b0314c2fed6274","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d5b0314c2fed6274","status":"passed","time":{"start":1724862347648,"stop":1724862347649,"duration":1}},{"uid":"c26d031396d0b07f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c26d031396d0b07f","status":"passed","time":{"start":1724861827959,"stop":1724861827959,"duration":0}},{"uid":"35a94f3d3b316ae9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/35a94f3d3b316ae9","status":"passed","time":{"start":1724861685961,"stop":1724861685962,"duration":1}},{"uid":"48d445013b57dbca","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/48d445013b57dbca","status":"passed","time":{"start":1724861514748,"stop":1724861514748,"duration":0}}]},"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"718c7490c243eab2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/718c7490c243eab2","status":"passed","time":{"start":1724921517832,"stop":1724921517832,"duration":0}},{"uid":"ed8cf29bf6f1f09d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ed8cf29bf6f1f09d","status":"passed","time":{"start":1724921478626,"stop":1724921478627,"duration":1}},{"uid":"b2e8fb89c87dbd94","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b2e8fb89c87dbd94","status":"passed","time":{"start":1724918183231,"stop":1724918183232,"duration":1}},{"uid":"4df36f1a9898b633","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4df36f1a9898b633","status":"passed","time":{"start":1724889938071,"stop":1724889938071,"duration":0}},{"uid":"d65ae7d8dd970ae4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d65ae7d8dd970ae4","status":"passed","time":{"start":1724889075463,"stop":1724889075464,"duration":1}},{"uid":"d27c747e2f174eb8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d27c747e2f174eb8","status":"passed","time":{"start":1724888234970,"stop":1724888234970,"duration":0}},{"uid":"b59c0bfd96a64b6c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b59c0bfd96a64b6c","status":"passed","time":{"start":1724887020971,"stop":1724887020971,"duration":0}},{"uid":"17a3edddfa5bf09f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/17a3edddfa5bf09f","status":"passed","time":{"start":1724886784130,"stop":1724886784130,"duration":0}},{"uid":"dd9aecef6d7b16b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd9aecef6d7b16b3","status":"passed","time":{"start":1724862216273,"stop":1724862216273,"duration":0}},{"uid":"45f48d77cccffc0c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/45f48d77cccffc0c","status":"passed","time":{"start":1724861688535,"stop":1724861688535,"duration":0}},{"uid":"ea82a49f53f78960","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ea82a49f53f78960","status":"passed","time":{"start":1724861549003,"stop":1724861549003,"duration":0}},{"uid":"8a9979c3d54e09ce","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8a9979c3d54e09ce","status":"passed","time":{"start":1724861380653,"stop":1724861380654,"duration":1}}]},"1570901c4a483e16a08731b8adcdfd1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a672affa03909747","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a672affa03909747","status":"passed","time":{"start":1724861285837,"stop":1724861285837,"duration":0}}]},"2c38edf2bff7b402cbdd005b29a27e4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"58a740f1963eaf0e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/58a740f1963eaf0e","status":"passed","time":{"start":1724921270360,"stop":1724921270361,"duration":1}},{"uid":"5959c3aaf6ddcbc4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5959c3aaf6ddcbc4","status":"passed","time":{"start":1724921247820,"stop":1724921247823,"duration":3}},{"uid":"2939365749787252","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2939365749787252","status":"passed","time":{"start":1724917989821,"stop":1724917989821,"duration":0}},{"uid":"890bbc6b67a5b552","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/890bbc6b67a5b552","status":"passed","time":{"start":1724889678567,"stop":1724889678567,"duration":0}},{"uid":"2c966d42a430fbac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c966d42a430fbac","status":"passed","time":{"start":1724888829845,"stop":1724888829845,"duration":0}},{"uid":"bd8481af79d985b6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bd8481af79d985b6","status":"passed","time":{"start":1724888077013,"stop":1724888077013,"duration":0}},{"uid":"86ee2281d08d0b28","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/86ee2281d08d0b28","status":"passed","time":{"start":1724886851128,"stop":1724886851128,"duration":0}},{"uid":"9af0dbc69d4fb281","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9af0dbc69d4fb281","status":"passed","time":{"start":1724886647118,"stop":1724886647119,"duration":1}},{"uid":"ce664a4ec07e7d0b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ce664a4ec07e7d0b","status":"passed","time":{"start":1724861992715,"stop":1724861992715,"duration":0}},{"uid":"dbed1233c3bef924","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dbed1233c3bef924","status":"passed","time":{"start":1724861469646,"stop":1724861469646,"duration":0}},{"uid":"d43402a0dfc1156e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d43402a0dfc1156e","status":"passed","time":{"start":1724861284862,"stop":1724861284862,"duration":0}},{"uid":"6a35fa005ffe74d5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6a35fa005ffe74d5","status":"passed","time":{"start":1724861145811,"stop":1724861145812,"duration":1}}]},"ed419898172e7eee423d0f0dfaf35256:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9d96481970d1e637","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9d96481970d1e637","status":"passed","time":{"start":1724921065912,"stop":1724921065912,"duration":0}},{"uid":"66ea419c0bd6a766","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/66ea419c0bd6a766","status":"passed","time":{"start":1724921040948,"stop":1724921040949,"duration":1}},{"uid":"5d0e483f376e381d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5d0e483f376e381d","status":"passed","time":{"start":1724917701157,"stop":1724917701157,"duration":0}},{"uid":"a6e044be0c506934","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a6e044be0c506934","status":"passed","time":{"start":1724889479976,"stop":1724889479977,"duration":1}},{"uid":"853f1be6580a435e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/853f1be6580a435e","status":"passed","time":{"start":1724888630726,"stop":1724888630726,"duration":0}},{"uid":"11a0b5c2f1fc0e70","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/11a0b5c2f1fc0e70","status":"passed","time":{"start":1724887787008,"stop":1724887787008,"duration":0}},{"uid":"c559c3d1953e6b82","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c559c3d1953e6b82","status":"passed","time":{"start":1724886553671,"stop":1724886553671,"duration":0}},{"uid":"7895d6ec0c0cc072","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7895d6ec0c0cc072","status":"passed","time":{"start":1724886331494,"stop":1724886331494,"duration":0}},{"uid":"3fac0467391d32a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3fac0467391d32a7","status":"passed","time":{"start":1724861780658,"stop":1724861780658,"duration":0}},{"uid":"407b708bfac08424","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/407b708bfac08424","status":"passed","time":{"start":1724861251100,"stop":1724861251100,"duration":0}},{"uid":"12bf805d5b1d2db","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/12bf805d5b1d2db","status":"passed","time":{"start":1724861074810,"stop":1724861074810,"duration":0}},{"uid":"a2e05d7d87d9ab","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a2e05d7d87d9ab","status":"passed","time":{"start":1724860935673,"stop":1724860935673,"duration":0}}]},"b814f53d953af6d59b05cb32f09927ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b8d8efd9ed67c195","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b8d8efd9ed67c195","status":"passed","time":{"start":1724921270358,"stop":1724921270359,"duration":1}},{"uid":"f27a9a4721e7e071","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f27a9a4721e7e071","status":"passed","time":{"start":1724921247819,"stop":1724921247819,"duration":0}},{"uid":"52ae2c85f9bbf062","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/52ae2c85f9bbf062","status":"passed","time":{"start":1724917989820,"stop":1724917989820,"duration":0}},{"uid":"a30d8a853f5a5498","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a30d8a853f5a5498","status":"passed","time":{"start":1724889678552,"stop":1724889678566,"duration":14}},{"uid":"767fb74844185b45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/767fb74844185b45","status":"passed","time":{"start":1724888829844,"stop":1724888829844,"duration":0}},{"uid":"365803996919c84b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/365803996919c84b","status":"passed","time":{"start":1724888077011,"stop":1724888077012,"duration":1}},{"uid":"1515cf6963e15c8b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1515cf6963e15c8b","status":"passed","time":{"start":1724886851126,"stop":1724886851127,"duration":1}},{"uid":"9361976f5d4815e6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9361976f5d4815e6","status":"passed","time":{"start":1724886647112,"stop":1724886647113,"duration":1}},{"uid":"3d074674488fd84a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3d074674488fd84a","status":"passed","time":{"start":1724861992714,"stop":1724861992714,"duration":0}},{"uid":"c55b68e47b9ceac0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c55b68e47b9ceac0","status":"passed","time":{"start":1724861469645,"stop":1724861469645,"duration":0}},{"uid":"21ff70c823a7f9f7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/21ff70c823a7f9f7","status":"passed","time":{"start":1724861284860,"stop":1724861284860,"duration":0}},{"uid":"e74d7075e7479a71","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e74d7075e7479a71","status":"passed","time":{"start":1724861145810,"stop":1724861145811,"duration":1}}]},"bede14fda3de07c736e72cb44bcddbf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a0f02d877f030cc7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a0f02d877f030cc7","status":"passed","time":{"start":1724886555800,"stop":1724886555800,"duration":0}}]},"dd71c6b4b796463767b152e4336624c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"13c80ad05d468c2e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/13c80ad05d468c2e","status":"passed","time":{"start":1724921065911,"stop":1724921065911,"duration":0}},{"uid":"aae7650a3897d70b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/aae7650a3897d70b","status":"passed","time":{"start":1724921040948,"stop":1724921040948,"duration":0}},{"uid":"c245e3e77c7f8500","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c245e3e77c7f8500","status":"passed","time":{"start":1724917701156,"stop":1724917701156,"duration":0}},{"uid":"2bf5c86bae46c95e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2bf5c86bae46c95e","status":"passed","time":{"start":1724889479975,"stop":1724889479976,"duration":1}},{"uid":"ffc5052ffc46613c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ffc5052ffc46613c","status":"passed","time":{"start":1724888630725,"stop":1724888630725,"duration":0}},{"uid":"6a520aec0b50b98c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a520aec0b50b98c","status":"passed","time":{"start":1724887787007,"stop":1724887787007,"duration":0}},{"uid":"c212a3cda4c4d96c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c212a3cda4c4d96c","status":"passed","time":{"start":1724886553670,"stop":1724886553670,"duration":0}},{"uid":"f1a2d273aa59c66d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f1a2d273aa59c66d","status":"passed","time":{"start":1724886331493,"stop":1724886331493,"duration":0}},{"uid":"ca85fe10e1052350","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ca85fe10e1052350","status":"passed","time":{"start":1724861780657,"stop":1724861780657,"duration":0}},{"uid":"1f026385775cccb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1f026385775cccb","status":"passed","time":{"start":1724861251099,"stop":1724861251099,"duration":0}},{"uid":"a5a7950c5b112862","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a5a7950c5b112862","status":"passed","time":{"start":1724861074809,"stop":1724861074809,"duration":0}},{"uid":"c15126ca4d6b81a2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c15126ca4d6b81a2","status":"passed","time":{"start":1724860935672,"stop":1724860935672,"duration":0}}]},"0875eae35c3e6c8a0178a28be0eeb7dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b444d838d3b1db3e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b444d838d3b1db3e","status":"passed","time":{"start":1724921497759,"stop":1724921497759,"duration":0}},{"uid":"ed8b6ea5b5d0c816","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ed8b6ea5b5d0c816","status":"passed","time":{"start":1724921408414,"stop":1724921408415,"duration":1}},{"uid":"6837c138105c0156","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6837c138105c0156","status":"passed","time":{"start":1724918086871,"stop":1724918086872,"duration":1}},{"uid":"5a54ae8241e7839d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5a54ae8241e7839d","status":"passed","time":{"start":1724889892448,"stop":1724889892448,"duration":0}},{"uid":"d73f99c5ff7fcba3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d73f99c5ff7fcba3","status":"passed","time":{"start":1724888997218,"stop":1724888997218,"duration":0}},{"uid":"6930d3dac15172e2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6930d3dac15172e2","status":"passed","time":{"start":1724888159507,"stop":1724888159509,"duration":2}},{"uid":"126a10f429c0f043","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/126a10f429c0f043","status":"passed","time":{"start":1724886937308,"stop":1724886937308,"duration":0}},{"uid":"f42d11e31216dd7f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f42d11e31216dd7f","status":"passed","time":{"start":1724886709808,"stop":1724886709809,"duration":1}},{"uid":"9448f809adc21443","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9448f809adc21443","status":"passed","time":{"start":1724862123538,"stop":1724862123539,"duration":1}},{"uid":"d79e86d353ecf11a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d79e86d353ecf11a","status":"passed","time":{"start":1724861620105,"stop":1724861620105,"duration":0}},{"uid":"7b324c819f9f63cc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7b324c819f9f63cc","status":"passed","time":{"start":1724861460254,"stop":1724861460254,"duration":0}},{"uid":"6c030e2d5d4ae587","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6c030e2d5d4ae587","status":"passed","time":{"start":1724861330174,"stop":1724861330174,"duration":0}}]},"a6248e38e3ebb78d4f489e39319737f3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e8e58da2ba63783d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e8e58da2ba63783d","status":"passed","time":{"start":1724918285618,"stop":1724918285618,"duration":0}}]},"e143b61854162a0dcf4f6911e61441b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"de25339d752dfb10","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/de25339d752dfb10","status":"passed","time":{"start":1724921270352,"stop":1724921270353,"duration":1}},{"uid":"2a5b3ed22eb45df5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2a5b3ed22eb45df5","status":"passed","time":{"start":1724921247813,"stop":1724921247814,"duration":1}},{"uid":"b0fa06e951e4676d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b0fa06e951e4676d","status":"passed","time":{"start":1724917989814,"stop":1724917989814,"duration":0}},{"uid":"e5d74b0dbffb9720","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e5d74b0dbffb9720","status":"passed","time":{"start":1724889678547,"stop":1724889678547,"duration":0}},{"uid":"a9d997de77b39d64","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9d997de77b39d64","status":"passed","time":{"start":1724888829833,"stop":1724888829834,"duration":1}},{"uid":"9306a4318504817c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9306a4318504817c","status":"passed","time":{"start":1724888076986,"stop":1724888076987,"duration":1}},{"uid":"7a1888a9bd5c6829","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7a1888a9bd5c6829","status":"passed","time":{"start":1724886851121,"stop":1724886851121,"duration":0}},{"uid":"c4f898fd5c5a5a2f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c4f898fd5c5a5a2f","status":"passed","time":{"start":1724886647085,"stop":1724886647091,"duration":6}},{"uid":"ff2b011183fbbc8b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff2b011183fbbc8b","status":"passed","time":{"start":1724861992709,"stop":1724861992709,"duration":0}},{"uid":"3fd39ea4e4d83acb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3fd39ea4e4d83acb","status":"passed","time":{"start":1724861469637,"stop":1724861469638,"duration":1}},{"uid":"b6038eec68a707e4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b6038eec68a707e4","status":"passed","time":{"start":1724861284853,"stop":1724861284853,"duration":0}},{"uid":"7946f38abc24d047","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7946f38abc24d047","status":"passed","time":{"start":1724861145798,"stop":1724861145798,"duration":0}}]},"bdabfcfb86055f5c81ec321675060d04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"19d636f5194df652","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/19d636f5194df652","status":"passed","time":{"start":1724921563022,"stop":1724921563022,"duration":0}},{"uid":"bccef0dce924e84d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bccef0dce924e84d","status":"passed","time":{"start":1724921526818,"stop":1724921526819,"duration":1}},{"uid":"16e7e47506fdf67a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/16e7e47506fdf67a","status":"passed","time":{"start":1724918239954,"stop":1724918239954,"duration":0}},{"uid":"545733b0e1be8bd6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/545733b0e1be8bd6","status":"passed","time":{"start":1724889980929,"stop":1724889980929,"duration":0}},{"uid":"f753b364677fd5c8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f753b364677fd5c8","status":"passed","time":{"start":1724889109980,"stop":1724889109981,"duration":1}},{"uid":"5e613a9baa783277","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5e613a9baa783277","status":"passed","time":{"start":1724888294727,"stop":1724888294728,"duration":1}},{"uid":"9517c8a0c68f3a08","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9517c8a0c68f3a08","status":"passed","time":{"start":1724887071748,"stop":1724887071748,"duration":0}},{"uid":"1819fe9ce3a00873","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1819fe9ce3a00873","status":"passed","time":{"start":1724886848351,"stop":1724886848351,"duration":0}},{"uid":"1c71fbe5339bcb2e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c71fbe5339bcb2e","status":"passed","time":{"start":1724862259263,"stop":1724862259263,"duration":0}},{"uid":"8591c449ba5f1c7c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8591c449ba5f1c7c","status":"passed","time":{"start":1724861735337,"stop":1724861735337,"duration":0}},{"uid":"c591f7f72fab31ed","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c591f7f72fab31ed","status":"passed","time":{"start":1724861606354,"stop":1724861606354,"duration":0}},{"uid":"508abcbf0668fbb9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/508abcbf0668fbb9","status":"passed","time":{"start":1724861426693,"stop":1724861426694,"duration":1}}]},"60bb4e746e6880f19d8f2d9058253996:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"895e02af6eeb9af0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/895e02af6eeb9af0","status":"passed","time":{"start":1724921515255,"stop":1724921515256,"duration":1}},{"uid":"62714064192d9959","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/62714064192d9959","status":"passed","time":{"start":1724921475504,"stop":1724921475519,"duration":15}},{"uid":"802110ca2b1e25b7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/802110ca2b1e25b7","status":"passed","time":{"start":1724918179438,"stop":1724918179438,"duration":0}},{"uid":"b2b1e9bb0225eefa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b2b1e9bb0225eefa","status":"passed","time":{"start":1724889935353,"stop":1724889935353,"duration":0}},{"uid":"104c39c1f106a78c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/104c39c1f106a78c","status":"passed","time":{"start":1724889072769,"stop":1724889072769,"duration":0}},{"uid":"40e403f59f409fb1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/40e403f59f409fb1","status":"passed","time":{"start":1724888232429,"stop":1724888232429,"duration":0}},{"uid":"ae1ae1e20eae0080","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ae1ae1e20eae0080","status":"passed","time":{"start":1724887018316,"stop":1724887018317,"duration":1}},{"uid":"9832f704efef7a92","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9832f704efef7a92","status":"passed","time":{"start":1724886781505,"stop":1724886781505,"duration":0}},{"uid":"6522855a6738bf45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6522855a6738bf45","status":"passed","time":{"start":1724862213685,"stop":1724862213685,"duration":0}},{"uid":"704fcef24aa026c6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/704fcef24aa026c6","status":"passed","time":{"start":1724861685886,"stop":1724861685888,"duration":2}},{"uid":"1c4951d6d5505592","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1c4951d6d5505592","status":"passed","time":{"start":1724861546212,"stop":1724861546212,"duration":0}},{"uid":"6aa5c087a833effd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6aa5c087a833effd","status":"passed","time":{"start":1724861378126,"stop":1724861378126,"duration":0}}]},"b5d044c62609b11109a892afcfd90469:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"792ec32bb94df336","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/792ec32bb94df336","status":"passed","time":{"start":1724921529565,"stop":1724921529566,"duration":1}},{"uid":"69bb5f38b026f34b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/69bb5f38b026f34b","status":"passed","time":{"start":1724921488870,"stop":1724921488870,"duration":0}},{"uid":"206bb3d0b4e44b4a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/206bb3d0b4e44b4a","status":"passed","time":{"start":1724918203665,"stop":1724918203666,"duration":1}},{"uid":"427a7b552cb81b5b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/427a7b552cb81b5b","status":"passed","time":{"start":1724889938347,"stop":1724889938347,"duration":0}},{"uid":"2b527584f44d0c35","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b527584f44d0c35","status":"passed","time":{"start":1724889077029,"stop":1724889077029,"duration":0}},{"uid":"5b9b2de70ca297f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5b9b2de70ca297f9","status":"passed","time":{"start":1724888267999,"stop":1724888267999,"duration":0}},{"uid":"81793f2f7bd6c947","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/81793f2f7bd6c947","status":"passed","time":{"start":1724887032385,"stop":1724887032385,"duration":0}},{"uid":"b865f3d1606b4f0b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b865f3d1606b4f0b","status":"passed","time":{"start":1724886822782,"stop":1724886822782,"duration":0}},{"uid":"8abf936ba6a1dd03","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8abf936ba6a1dd03","status":"passed","time":{"start":1724862233500,"stop":1724862233500,"duration":0}},{"uid":"6c6e24f29cc3d0f0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6c6e24f29cc3d0f0","status":"passed","time":{"start":1724861712660,"stop":1724861712660,"duration":0}},{"uid":"b646e23b43033ce2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b646e23b43033ce2","status":"passed","time":{"start":1724861567871,"stop":1724861567871,"duration":0}},{"uid":"4707679e82eeb500","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4707679e82eeb500","status":"passed","time":{"start":1724861392035,"stop":1724861392036,"duration":1}}]},"56c4f33cf61e0b92c0f6d531ad3f6d7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d4aeb13d938bf2dc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d4aeb13d938bf2dc","status":"passed","time":{"start":1724921515238,"stop":1724921515238,"duration":0}},{"uid":"d3d1757601a7027c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d3d1757601a7027c","status":"passed","time":{"start":1724921475499,"stop":1724921475499,"duration":0}},{"uid":"9b2bb5484725e3cc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9b2bb5484725e3cc","status":"passed","time":{"start":1724918179410,"stop":1724918179410,"duration":0}},{"uid":"430388a7bbd6d34d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/430388a7bbd6d34d","status":"passed","time":{"start":1724889935349,"stop":1724889935349,"duration":0}},{"uid":"ca4b2dfe1ac40588","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ca4b2dfe1ac40588","status":"passed","time":{"start":1724889072764,"stop":1724889072764,"duration":0}},{"uid":"6ab65e83713e01ec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6ab65e83713e01ec","status":"passed","time":{"start":1724888232425,"stop":1724888232425,"duration":0}},{"uid":"186a8ccc1a2c52d8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/186a8ccc1a2c52d8","status":"passed","time":{"start":1724887018312,"stop":1724887018312,"duration":0}},{"uid":"3ac3439e15adb867","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3ac3439e15adb867","status":"passed","time":{"start":1724886781498,"stop":1724886781499,"duration":1}},{"uid":"743974766ff8b346","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/743974766ff8b346","status":"passed","time":{"start":1724862213673,"stop":1724862213674,"duration":1}},{"uid":"f35cda42c33c144e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f35cda42c33c144e","status":"passed","time":{"start":1724861685874,"stop":1724861685874,"duration":0}},{"uid":"c9e1371be128a96d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c9e1371be128a96d","status":"passed","time":{"start":1724861546200,"stop":1724861546200,"duration":0}},{"uid":"1445323ff0aa86d2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1445323ff0aa86d2","status":"passed","time":{"start":1724861378121,"stop":1724861378122,"duration":1}}]},"be405d32107130de5c3728b1d6865941:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"eefd350acbced041","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/eefd350acbced041","status":"passed","time":{"start":1724921037653,"stop":1724921037653,"duration":0}},{"uid":"fb25c8af66b2e2d0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fb25c8af66b2e2d0","status":"passed","time":{"start":1724921013066,"stop":1724921013067,"duration":1}},{"uid":"c3a51a5bf6fe117a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c3a51a5bf6fe117a","status":"passed","time":{"start":1724917673307,"stop":1724917673307,"duration":0}},{"uid":"9f94365fb856ba3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f94365fb856ba3e","status":"passed","time":{"start":1724889452326,"stop":1724889452327,"duration":1}},{"uid":"53a1cde37ceed333","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/53a1cde37ceed333","status":"passed","time":{"start":1724888602859,"stop":1724888602859,"duration":0}},{"uid":"3a04563d6e060a6f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3a04563d6e060a6f","status":"passed","time":{"start":1724887759179,"stop":1724887759180,"duration":1}},{"uid":"9993adc4d340d17d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9993adc4d340d17d","status":"passed","time":{"start":1724886525557,"stop":1724886525557,"duration":0}},{"uid":"64bb468c26e09cb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/64bb468c26e09cb","status":"passed","time":{"start":1724886303413,"stop":1724886303413,"duration":0}},{"uid":"c01c0c0c671f49a3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c01c0c0c671f49a3","status":"passed","time":{"start":1724861752249,"stop":1724861752250,"duration":1}},{"uid":"32cba96932ca60bb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/32cba96932ca60bb","status":"passed","time":{"start":1724861223370,"stop":1724861223370,"duration":0}},{"uid":"8e71d900b98e5d68","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8e71d900b98e5d68","status":"passed","time":{"start":1724861045219,"stop":1724861045219,"duration":0}},{"uid":"81ca550389dd7a7d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/81ca550389dd7a7d","status":"passed","time":{"start":1724860907105,"stop":1724860907106,"duration":1}}]},"a53b7dc1dd17d9a7651a7c77ed07b6ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6f989cc418aec268","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6f989cc418aec268","status":"passed","time":{"start":1724921602957,"stop":1724921602958,"duration":1}},{"uid":"e5a0a06dc166f092","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e5a0a06dc166f092","status":"passed","time":{"start":1724921571101,"stop":1724921571101,"duration":0}},{"uid":"41810f635045a262","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/41810f635045a262","status":"passed","time":{"start":1724918285598,"stop":1724918285599,"duration":1}},{"uid":"a2212330b8b13c8b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2212330b8b13c8b","status":"passed","time":{"start":1724890030094,"stop":1724890030095,"duration":1}},{"uid":"a8073867e3b0819f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a8073867e3b0819f","status":"passed","time":{"start":1724889171912,"stop":1724889171913,"duration":1}},{"uid":"b7e23f998bae518e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b7e23f998bae518e","status":"passed","time":{"start":1724888350730,"stop":1724888350730,"duration":0}},{"uid":"8d2ab5d7e4947fe9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8d2ab5d7e4947fe9","status":"passed","time":{"start":1724887115414,"stop":1724887115415,"duration":1}},{"uid":"967720b95b730bc9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/967720b95b730bc9","status":"passed","time":{"start":1724886884580,"stop":1724886884580,"duration":0}},{"uid":"2adc9a6ba0b3bd89","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2adc9a6ba0b3bd89","status":"passed","time":{"start":1724862322265,"stop":1724862322265,"duration":0}},{"uid":"2caca435203cc49","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2caca435203cc49","status":"passed","time":{"start":1724861790755,"stop":1724861790755,"duration":0}},{"uid":"ad2e83d3e955ef39","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ad2e83d3e955ef39","status":"passed","time":{"start":1724861628424,"stop":1724861628424,"duration":0}},{"uid":"a59871e27e1f3915","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a59871e27e1f3915","status":"passed","time":{"start":1724861465629,"stop":1724861465629,"duration":0}}]},"edfa6bfe84391d70a453d2de96129f74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f477565970dcb5e1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f477565970dcb5e1","status":"passed","time":{"start":1724921564779,"stop":1724921564781,"duration":2}}]},"c90dab9d14233648fff488c12010b418:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cbb07769c6cbd999","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cbb07769c6cbd999","status":"passed","time":{"start":1724861637975,"stop":1724861637976,"duration":1}}]},"1745fb982b85b2f699c30a50ee13ca9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"de18f24d1e74e4d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/de18f24d1e74e4d9","status":"passed","time":{"start":1724861983009,"stop":1724861983009,"duration":0}}]},"88b325bbff858592c0d4ee15af68e2eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b47b92f9839de58f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b47b92f9839de58f","status":"passed","time":{"start":1724886906381,"stop":1724886906382,"duration":1}}]},"69e7497bcc4ae6ba7257ccf5b30eaaa1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7a1b752737be1be8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7a1b752737be1be8","status":"passed","time":{"start":1724861637971,"stop":1724861637971,"duration":0}}]},"2ca21eb7caaebbc9c18a204b7125d8fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f29a73ad17dd26f2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f29a73ad17dd26f2","status":"passed","time":{"start":1724921300790,"stop":1724921300790,"duration":0}},{"uid":"12b7bab0ca278ed9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/12b7bab0ca278ed9","status":"passed","time":{"start":1724921280718,"stop":1724921280719,"duration":1}},{"uid":"95adb404ee7d32cb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/95adb404ee7d32cb","status":"passed","time":{"start":1724917963262,"stop":1724917963263,"duration":1}},{"uid":"d177bde0bc6f7447","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d177bde0bc6f7447","status":"passed","time":{"start":1724889734120,"stop":1724889734120,"duration":0}},{"uid":"95092790815e8bfd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/95092790815e8bfd","status":"passed","time":{"start":1724888859618,"stop":1724888859619,"duration":1}},{"uid":"73e156cf5617ba99","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/73e156cf5617ba99","status":"passed","time":{"start":1724888053953,"stop":1724888053953,"duration":0}},{"uid":"821e54f4aa13cc68","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/821e54f4aa13cc68","status":"passed","time":{"start":1724886820677,"stop":1724886820677,"duration":0}},{"uid":"cfc90e4eb149d9aa","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cfc90e4eb149d9aa","status":"passed","time":{"start":1724886589267,"stop":1724886589268,"duration":1}},{"uid":"c59b09b7ca7921a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c59b09b7ca7921a9","status":"passed","time":{"start":1724862027793,"stop":1724862027794,"duration":1}},{"uid":"401e7d0d7e35052a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/401e7d0d7e35052a","status":"passed","time":{"start":1724861484560,"stop":1724861484560,"duration":0}},{"uid":"ba9997fbaeb11411","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ba9997fbaeb11411","status":"passed","time":{"start":1724861315157,"stop":1724861315157,"duration":0}},{"uid":"81d80b4b6cb5f1ce","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/81d80b4b6cb5f1ce","status":"passed","time":{"start":1724861168759,"stop":1724861168759,"duration":0}}]},"94b8da6dd46a32c22d38c94368c36413:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"93ec262b8845ed56","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/93ec262b8845ed56","status":"passed","time":{"start":1724921267868,"stop":1724921267868,"duration":0}},{"uid":"c4086e8ea9cb8066","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c4086e8ea9cb8066","status":"passed","time":{"start":1724921244363,"stop":1724921244363,"duration":0}},{"uid":"3a4fd3a06f6e974c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3a4fd3a06f6e974c","status":"passed","time":{"start":1724917916043,"stop":1724917916043,"duration":0}},{"uid":"668468eec61e73c5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/668468eec61e73c5","status":"passed","time":{"start":1724889678253,"stop":1724889678254,"duration":1}},{"uid":"6191a8b05d63ddb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6191a8b05d63ddb7","status":"passed","time":{"start":1724888831683,"stop":1724888831683,"duration":0}},{"uid":"1dd46af1a3bfd40b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1dd46af1a3bfd40b","status":"passed","time":{"start":1724888003319,"stop":1724888003319,"duration":0}},{"uid":"babfd274a6549f71","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/babfd274a6549f71","status":"passed","time":{"start":1724886776605,"stop":1724886776608,"duration":3}},{"uid":"b2b91691a664adf0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b2b91691a664adf0","status":"passed","time":{"start":1724886555791,"stop":1724886555791,"duration":0}},{"uid":"c8ad345e1fbf79d2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c8ad345e1fbf79d2","status":"passed","time":{"start":1724861983005,"stop":1724861983005,"duration":0}},{"uid":"428c460796538a0d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/428c460796538a0d","status":"passed","time":{"start":1724861444065,"stop":1724861444065,"duration":0}},{"uid":"282c1183033ffe","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/282c1183033ffe","status":"passed","time":{"start":1724861285828,"stop":1724861285828,"duration":0}},{"uid":"49e4ec10525a60b3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/49e4ec10525a60b3","status":"passed","time":{"start":1724861145663,"stop":1724861145664,"duration":1}}]},"91936a864e9d3e925c3ff607b349b52b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c481b454548f2601","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c481b454548f2601","status":"passed","time":{"start":1724921148662,"stop":1724921148663,"duration":1}},{"uid":"908ee9346f4642a6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/908ee9346f4642a6","status":"passed","time":{"start":1724921125023,"stop":1724921125023,"duration":0}},{"uid":"6e80f768a376b7ea","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6e80f768a376b7ea","status":"passed","time":{"start":1724917782909,"stop":1724917782909,"duration":0}},{"uid":"5f9f77c37e323b5c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f9f77c37e323b5c","status":"passed","time":{"start":1724889568678,"stop":1724889568678,"duration":0}},{"uid":"86c6c1e4a5d76389","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/86c6c1e4a5d76389","status":"passed","time":{"start":1724888712709,"stop":1724888712709,"duration":0}},{"uid":"e7e928b7dde5119f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e7e928b7dde5119f","status":"passed","time":{"start":1724887870879,"stop":1724887870879,"duration":0}},{"uid":"1cedd67e5b997dd8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1cedd67e5b997dd8","status":"passed","time":{"start":1724886637707,"stop":1724886637707,"duration":0}},{"uid":"776ab6e4a26e92eb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/776ab6e4a26e92eb","status":"passed","time":{"start":1724886418626,"stop":1724886418626,"duration":0}},{"uid":"37f76f78da6e5ac7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37f76f78da6e5ac7","status":"passed","time":{"start":1724861865558,"stop":1724861865559,"duration":1}},{"uid":"67c8ffb79acc6726","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/67c8ffb79acc6726","status":"passed","time":{"start":1724861334264,"stop":1724861334265,"duration":1}},{"uid":"de389de0cdb7a731","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/de389de0cdb7a731","status":"passed","time":{"start":1724861163783,"stop":1724861163783,"duration":0}},{"uid":"98361973d2604d70","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/98361973d2604d70","status":"passed","time":{"start":1724861021892,"stop":1724861021893,"duration":1}}]},"657e6808a120c82a5268dd6532e94525:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fce2d6f395d59011","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fce2d6f395d59011","status":"passed","time":{"start":1724921037640,"stop":1724921037640,"duration":0}},{"uid":"55dbd36bc800d174","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/55dbd36bc800d174","status":"passed","time":{"start":1724921013054,"stop":1724921013054,"duration":0}},{"uid":"541715df221e43b9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/541715df221e43b9","status":"passed","time":{"start":1724917673296,"stop":1724917673296,"duration":0}},{"uid":"caa74b18c9b4ca76","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/caa74b18c9b4ca76","status":"passed","time":{"start":1724889452315,"stop":1724889452315,"duration":0}},{"uid":"59024ea447c61a89","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/59024ea447c61a89","status":"passed","time":{"start":1724888602845,"stop":1724888602845,"duration":0}},{"uid":"b7d1bc87fd190abd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b7d1bc87fd190abd","status":"passed","time":{"start":1724887759167,"stop":1724887759168,"duration":1}},{"uid":"4d3f5b7b8f77d6d3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4d3f5b7b8f77d6d3","status":"passed","time":{"start":1724886525547,"stop":1724886525547,"duration":0}},{"uid":"9c1413ddbaf528cb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9c1413ddbaf528cb","status":"passed","time":{"start":1724886303401,"stop":1724886303401,"duration":0}},{"uid":"bdd9029fe53579c6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bdd9029fe53579c6","status":"passed","time":{"start":1724861752233,"stop":1724861752233,"duration":0}},{"uid":"ae0cc48d1c0f5924","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ae0cc48d1c0f5924","status":"passed","time":{"start":1724861223359,"stop":1724861223359,"duration":0}},{"uid":"84d9eef3c00df3b0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/84d9eef3c00df3b0","status":"passed","time":{"start":1724861045207,"stop":1724861045207,"duration":0}},{"uid":"e9a4a0b1e054c565","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e9a4a0b1e054c565","status":"passed","time":{"start":1724860907089,"stop":1724860907089,"duration":0}}]},"e25ee9d61c6a3a632fec6b3bcab9a5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6cfc3bfc9a579daf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6cfc3bfc9a579daf","status":"passed","time":{"start":1724921037650,"stop":1724921037650,"duration":0}},{"uid":"fa5ff2882329308f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fa5ff2882329308f","status":"passed","time":{"start":1724921013062,"stop":1724921013063,"duration":1}},{"uid":"fd11df55286ae731","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fd11df55286ae731","status":"passed","time":{"start":1724917673303,"stop":1724917673303,"duration":0}},{"uid":"ec0f3ac9b1778dad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ec0f3ac9b1778dad","status":"passed","time":{"start":1724889452323,"stop":1724889452323,"duration":0}},{"uid":"451d628296f2a4ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/451d628296f2a4ee","status":"passed","time":{"start":1724888602855,"stop":1724888602855,"duration":0}},{"uid":"9122777e3aa1e721","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9122777e3aa1e721","status":"passed","time":{"start":1724887759176,"stop":1724887759176,"duration":0}},{"uid":"65e3a6b49c8c5b48","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/65e3a6b49c8c5b48","status":"passed","time":{"start":1724886525554,"stop":1724886525555,"duration":1}},{"uid":"87a458024cc7827d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/87a458024cc7827d","status":"passed","time":{"start":1724886303409,"stop":1724886303410,"duration":1}},{"uid":"4a465786e1963b18","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a465786e1963b18","status":"passed","time":{"start":1724861752246,"stop":1724861752246,"duration":0}},{"uid":"85e4d7279f9a510c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/85e4d7279f9a510c","status":"passed","time":{"start":1724861223366,"stop":1724861223366,"duration":0}},{"uid":"d2a188ef83b094ba","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d2a188ef83b094ba","status":"passed","time":{"start":1724861045215,"stop":1724861045215,"duration":0}},{"uid":"5c8d3e8eab40887d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5c8d3e8eab40887d","status":"passed","time":{"start":1724860907101,"stop":1724860907101,"duration":0}}]},"7d8d4c4f231b3503f2de73026edc8ced:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"af9f8c7a8d55be2e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/af9f8c7a8d55be2e","status":"passed","time":{"start":1724921196356,"stop":1724921196356,"duration":0}},{"uid":"432dbd1be8e8f4a5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/432dbd1be8e8f4a5","status":"passed","time":{"start":1724921173179,"stop":1724921173179,"duration":0}},{"uid":"e61e9dbf7bb0fc74","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e61e9dbf7bb0fc74","status":"passed","time":{"start":1724917930825,"stop":1724917930826,"duration":1}},{"uid":"e29dbab0c9ad6a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e29dbab0c9ad6a7","status":"passed","time":{"start":1724889621016,"stop":1724889621016,"duration":0}},{"uid":"65620aba6e293459","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/65620aba6e293459","status":"passed","time":{"start":1724888759388,"stop":1724888759388,"duration":0}},{"uid":"89b5c4c548f07ad","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/89b5c4c548f07ad","status":"passed","time":{"start":1724888015043,"stop":1724888015043,"duration":0}},{"uid":"35e4595d0d3b2b34","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/35e4595d0d3b2b34","status":"passed","time":{"start":1724886784542,"stop":1724886784542,"duration":0}},{"uid":"d95fb394831466da","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d95fb394831466da","status":"passed","time":{"start":1724886566524,"stop":1724886566525,"duration":1}},{"uid":"ea7a6dd836e2210e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ea7a6dd836e2210e","status":"passed","time":{"start":1724861915533,"stop":1724861915533,"duration":0}},{"uid":"8250edfa58f8e345","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8250edfa58f8e345","status":"passed","time":{"start":1724861379722,"stop":1724861379724,"duration":2}},{"uid":"18b3a69119c5bc2c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/18b3a69119c5bc2c","status":"passed","time":{"start":1724861206875,"stop":1724861206875,"duration":0}},{"uid":"abfbec0b21307dc9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/abfbec0b21307dc9","status":"passed","time":{"start":1724861067558,"stop":1724861067559,"duration":1}}]},"faf0b92f5e523baae94db539d2d26958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd93898830dddf6e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cd93898830dddf6e","status":"passed","time":{"start":1724918259543,"stop":1724918259543,"duration":0}}]},"3b83c075b41ddeaa2760eb77446ca91e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"17b86087301f0bf3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/17b86087301f0bf3","status":"passed","time":{"start":1724921037640,"stop":1724921037641,"duration":1}},{"uid":"a9e22de235f4def1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a9e22de235f4def1","status":"passed","time":{"start":1724921013054,"stop":1724921013054,"duration":0}},{"uid":"87ef07175b16dad5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/87ef07175b16dad5","status":"passed","time":{"start":1724917673296,"stop":1724917673296,"duration":0}},{"uid":"35b90170be731b09","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/35b90170be731b09","status":"passed","time":{"start":1724889452315,"stop":1724889452315,"duration":0}},{"uid":"7be7c7326665a527","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7be7c7326665a527","status":"passed","time":{"start":1724888602845,"stop":1724888602845,"duration":0}},{"uid":"bcc1feb5a463437","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bcc1feb5a463437","status":"passed","time":{"start":1724887759168,"stop":1724887759168,"duration":0}},{"uid":"2a217b95245ced32","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2a217b95245ced32","status":"passed","time":{"start":1724886525547,"stop":1724886525547,"duration":0}},{"uid":"29afcd827fce459a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/29afcd827fce459a","status":"passed","time":{"start":1724886303401,"stop":1724886303402,"duration":1}},{"uid":"735c354ed44041ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/735c354ed44041ee","status":"passed","time":{"start":1724861752233,"stop":1724861752233,"duration":0}},{"uid":"3473f6d98bd13ea1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3473f6d98bd13ea1","status":"passed","time":{"start":1724861223359,"stop":1724861223359,"duration":0}},{"uid":"5a081420759d0d7e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5a081420759d0d7e","status":"passed","time":{"start":1724861045207,"stop":1724861045207,"duration":0}},{"uid":"cee9e87f88a67ec1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cee9e87f88a67ec1","status":"passed","time":{"start":1724860907089,"stop":1724860907089,"duration":0}}]},"af5e1916ca02179032ad2769539fa673:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"eac57ea6dd1d2f8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/eac57ea6dd1d2f8","status":"passed","time":{"start":1724921037644,"stop":1724921037645,"duration":1}},{"uid":"1521a6df02e06ef6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1521a6df02e06ef6","status":"passed","time":{"start":1724921013057,"stop":1724921013058,"duration":1}},{"uid":"48af185d0c5ebd60","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/48af185d0c5ebd60","status":"passed","time":{"start":1724917673299,"stop":1724917673300,"duration":1}},{"uid":"cab9095f34ca311d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cab9095f34ca311d","status":"passed","time":{"start":1724889452318,"stop":1724889452319,"duration":1}},{"uid":"35f669bc68a5b719","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/35f669bc68a5b719","status":"passed","time":{"start":1724888602850,"stop":1724888602850,"duration":0}},{"uid":"cfc219f1f7db8896","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cfc219f1f7db8896","status":"passed","time":{"start":1724887759171,"stop":1724887759171,"duration":0}},{"uid":"b4ef172c9d7feefb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b4ef172c9d7feefb","status":"passed","time":{"start":1724886525551,"stop":1724886525551,"duration":0}},{"uid":"de8a823f44651f40","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/de8a823f44651f40","status":"passed","time":{"start":1724886303405,"stop":1724886303405,"duration":0}},{"uid":"cdccb07ac2bedf22","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cdccb07ac2bedf22","status":"passed","time":{"start":1724861752237,"stop":1724861752238,"duration":1}},{"uid":"df3fcecc72438581","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/df3fcecc72438581","status":"passed","time":{"start":1724861223362,"stop":1724861223362,"duration":0}},{"uid":"b5585bc2a7543ee7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b5585bc2a7543ee7","status":"passed","time":{"start":1724861045210,"stop":1724861045210,"duration":0}},{"uid":"5246da31acec29c2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5246da31acec29c2","status":"passed","time":{"start":1724860907093,"stop":1724860907093,"duration":0}}]},"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"734c22d4ba18bc52","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/734c22d4ba18bc52","status":"passed","time":{"start":1724921045449,"stop":1724921045450,"duration":1}},{"uid":"ce953bb8c7e212e6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ce953bb8c7e212e6","status":"passed","time":{"start":1724921020913,"stop":1724921020914,"duration":1}},{"uid":"b3419871747ab57c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b3419871747ab57c","status":"passed","time":{"start":1724917681161,"stop":1724917681161,"duration":0}},{"uid":"d32aee0970b94669","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d32aee0970b94669","status":"passed","time":{"start":1724889460192,"stop":1724889460192,"duration":0}},{"uid":"40f5fe2cafe1e11e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/40f5fe2cafe1e11e","status":"passed","time":{"start":1724888610695,"stop":1724888610696,"duration":1}},{"uid":"713adf67e134565f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/713adf67e134565f","status":"passed","time":{"start":1724887766816,"stop":1724887766818,"duration":2}},{"uid":"96fa0c4bcea472fa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/96fa0c4bcea472fa","status":"passed","time":{"start":1724886533505,"stop":1724886533505,"duration":0}},{"uid":"ac97e08177041c0a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ac97e08177041c0a","status":"passed","time":{"start":1724886311136,"stop":1724886311136,"duration":0}},{"uid":"2c4d5e0d56cc1544","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c4d5e0d56cc1544","status":"passed","time":{"start":1724861760252,"stop":1724861760253,"duration":1}},{"uid":"9f113311a2b1ef30","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9f113311a2b1ef30","status":"passed","time":{"start":1724861231059,"stop":1724861231059,"duration":0}},{"uid":"ecc109cf1ceb8040","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ecc109cf1ceb8040","status":"passed","time":{"start":1724861053539,"stop":1724861053540,"duration":1}},{"uid":"d5dcc06b08c308a2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d5dcc06b08c308a2","status":"passed","time":{"start":1724860915308,"stop":1724860915308,"duration":0}}]},"e08157dfc0779b640a028d2129648b04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2b1675ccda598740","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2b1675ccda598740","status":"passed","time":{"start":1724921267870,"stop":1724921267870,"duration":0}},{"uid":"eb0e1b5d11494833","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/eb0e1b5d11494833","status":"passed","time":{"start":1724921244369,"stop":1724921244370,"duration":1}},{"uid":"dedda181882f9b93","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dedda181882f9b93","status":"passed","time":{"start":1724917916051,"stop":1724917916052,"duration":1}},{"uid":"d440a30646911f58","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d440a30646911f58","status":"passed","time":{"start":1724889678255,"stop":1724889678255,"duration":0}},{"uid":"157ed3d400d890a2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/157ed3d400d890a2","status":"passed","time":{"start":1724888831684,"stop":1724888831685,"duration":1}},{"uid":"8baefc6bc38b7c9a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8baefc6bc38b7c9a","status":"passed","time":{"start":1724888003320,"stop":1724888003321,"duration":1}},{"uid":"236fa621e08a25ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/236fa621e08a25ea","status":"passed","time":{"start":1724886776609,"stop":1724886776609,"duration":0}},{"uid":"a6449c2041b8c4c3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a6449c2041b8c4c3","status":"passed","time":{"start":1724886555797,"stop":1724886555797,"duration":0}},{"uid":"d0c1ae6dfe7aafb1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d0c1ae6dfe7aafb1","status":"passed","time":{"start":1724861983006,"stop":1724861983007,"duration":1}},{"uid":"2ea8f7273c131f5c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2ea8f7273c131f5c","status":"passed","time":{"start":1724861444066,"stop":1724861444067,"duration":1}},{"uid":"f00d90883b520eec","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f00d90883b520eec","status":"passed","time":{"start":1724861285834,"stop":1724861285834,"duration":0}},{"uid":"c1ac5fbcb593ad9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c1ac5fbcb593ad9","status":"passed","time":{"start":1724861145666,"stop":1724861145666,"duration":0}}]},"036fe36f432ea82cffb2fbb0a77ce5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ca4ab4c102fe0889","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ca4ab4c102fe0889","status":"passed","time":{"start":1724921046205,"stop":1724921046205,"duration":0}},{"uid":"c52f323f09645817","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c52f323f09645817","status":"passed","time":{"start":1724921021477,"stop":1724921021477,"duration":0}},{"uid":"31ed3503dd0e95e0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/31ed3503dd0e95e0","status":"passed","time":{"start":1724917681725,"stop":1724917681725,"duration":0}},{"uid":"9be658d0168d8c45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9be658d0168d8c45","status":"passed","time":{"start":1724889460653,"stop":1724889460653,"duration":0}},{"uid":"cf847bd729a7498","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf847bd729a7498","status":"passed","time":{"start":1724888611297,"stop":1724888611297,"duration":0}},{"uid":"249e305a0f60b966","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/249e305a0f60b966","status":"passed","time":{"start":1724887767621,"stop":1724887767621,"duration":0}},{"uid":"b9c150edcbf7c49f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b9c150edcbf7c49f","status":"passed","time":{"start":1724886533991,"stop":1724886533991,"duration":0}},{"uid":"ee26ce2418a7fc0a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ee26ce2418a7fc0a","status":"passed","time":{"start":1724886311756,"stop":1724886311756,"duration":0}},{"uid":"148a16aa88022ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/148a16aa88022ae","status":"passed","time":{"start":1724861760776,"stop":1724861760777,"duration":1}},{"uid":"75575792a1d3e2a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/75575792a1d3e2a","status":"passed","time":{"start":1724861231735,"stop":1724861231735,"duration":0}},{"uid":"6159696cde6b6c5d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6159696cde6b6c5d","status":"passed","time":{"start":1724861054257,"stop":1724861054257,"duration":0}},{"uid":"58ceda67cd526acf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/58ceda67cd526acf","status":"passed","time":{"start":1724860915816,"stop":1724860915816,"duration":0}}]},"219e333b55674e29f5e0ff2569e675a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5cb7cc7c350d2ef6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5cb7cc7c350d2ef6","status":"passed","time":{"start":1724921529567,"stop":1724921529568,"duration":1}},{"uid":"3a4d42fae9de2f8c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3a4d42fae9de2f8c","status":"passed","time":{"start":1724921488870,"stop":1724921488871,"duration":1}},{"uid":"649a9d2459c93eed","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/649a9d2459c93eed","status":"passed","time":{"start":1724918203666,"stop":1724918203667,"duration":1}},{"uid":"bd485942550ed1ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bd485942550ed1ba","status":"passed","time":{"start":1724889938348,"stop":1724889938348,"duration":0}},{"uid":"b0c862422b244653","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b0c862422b244653","status":"passed","time":{"start":1724889077030,"stop":1724889077030,"duration":0}},{"uid":"718eb9285ab0d928","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/718eb9285ab0d928","status":"passed","time":{"start":1724888268000,"stop":1724888268003,"duration":3}},{"uid":"6a3a1323926fd102","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a3a1323926fd102","status":"passed","time":{"start":1724887032386,"stop":1724887032387,"duration":1}},{"uid":"5ffa9566abbfb7ad","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5ffa9566abbfb7ad","status":"passed","time":{"start":1724886822783,"stop":1724886822783,"duration":0}},{"uid":"db184f57602a8802","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/db184f57602a8802","status":"passed","time":{"start":1724862233501,"stop":1724862233501,"duration":0}},{"uid":"85a591a09a7d419d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/85a591a09a7d419d","status":"passed","time":{"start":1724861712661,"stop":1724861712662,"duration":1}},{"uid":"6349cc16b355b1aa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6349cc16b355b1aa","status":"passed","time":{"start":1724861567872,"stop":1724861567873,"duration":1}},{"uid":"89ea5584771e1961","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/89ea5584771e1961","status":"passed","time":{"start":1724861392036,"stop":1724861392036,"duration":0}}]},"cfa5a3a70b6f8e40cca5ed3c1a38b6a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4735384ab0a7bb63","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4735384ab0a7bb63","status":"passed","time":{"start":1724921515227,"stop":1724921515228,"duration":1}},{"uid":"a7d55ba3bc0e182e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a7d55ba3bc0e182e","status":"passed","time":{"start":1724921475447,"stop":1724921475447,"duration":0}},{"uid":"c69add1d6602f54b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c69add1d6602f54b","status":"passed","time":{"start":1724918179402,"stop":1724918179402,"duration":0}},{"uid":"ef99ea5267f0348b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ef99ea5267f0348b","status":"passed","time":{"start":1724889935342,"stop":1724889935342,"duration":0}},{"uid":"5edc20bff0db8fb3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5edc20bff0db8fb3","status":"passed","time":{"start":1724889072755,"stop":1724889072755,"duration":0}},{"uid":"c9710405c02660c5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c9710405c02660c5","status":"passed","time":{"start":1724888232416,"stop":1724888232416,"duration":0}},{"uid":"a43ac03448230de1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a43ac03448230de1","status":"passed","time":{"start":1724887018304,"stop":1724887018304,"duration":0}},{"uid":"def26b81a8972577","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/def26b81a8972577","status":"passed","time":{"start":1724886781481,"stop":1724886781481,"duration":0}},{"uid":"7356c54084b3099","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7356c54084b3099","status":"passed","time":{"start":1724862213664,"stop":1724862213664,"duration":0}},{"uid":"2dcfb9b2e845e11c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2dcfb9b2e845e11c","status":"passed","time":{"start":1724861685857,"stop":1724861685857,"duration":0}},{"uid":"52b2615d3b7b9fbe","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/52b2615d3b7b9fbe","status":"passed","time":{"start":1724861546177,"stop":1724861546179,"duration":2}},{"uid":"539405eb18caf6af","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/539405eb18caf6af","status":"passed","time":{"start":1724861378112,"stop":1724861378112,"duration":0}}]},"01cbce6086b5c2a67bfd57a51e8baad2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fd2b4568801fb0ed","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fd2b4568801fb0ed","status":"passed","time":{"start":1724921529575,"stop":1724921529576,"duration":1}},{"uid":"4bee4e89ca1ab3d9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4bee4e89ca1ab3d9","status":"passed","time":{"start":1724921488875,"stop":1724921488875,"duration":0}},{"uid":"79e6a73886692709","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/79e6a73886692709","status":"passed","time":{"start":1724918203676,"stop":1724918203677,"duration":1}},{"uid":"878fb6368971e6f2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/878fb6368971e6f2","status":"passed","time":{"start":1724889938354,"stop":1724889938354,"duration":0}},{"uid":"ce0e09a10963e59c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ce0e09a10963e59c","status":"passed","time":{"start":1724889077049,"stop":1724889077050,"duration":1}},{"uid":"aa1d7455677d944c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aa1d7455677d944c","status":"passed","time":{"start":1724888268009,"stop":1724888268010,"duration":1}},{"uid":"c13ab423963f1d90","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c13ab423963f1d90","status":"passed","time":{"start":1724887032391,"stop":1724887032393,"duration":2}},{"uid":"d34c6e2293a9bd4c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d34c6e2293a9bd4c","status":"passed","time":{"start":1724886822787,"stop":1724886822788,"duration":1}},{"uid":"45b702b860573dc5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/45b702b860573dc5","status":"passed","time":{"start":1724862233505,"stop":1724862233505,"duration":0}},{"uid":"7427125b41ff335c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7427125b41ff335c","status":"passed","time":{"start":1724861712666,"stop":1724861712666,"duration":0}},{"uid":"2ef6c8ea4e7a3d60","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2ef6c8ea4e7a3d60","status":"passed","time":{"start":1724861567884,"stop":1724861567884,"duration":0}},{"uid":"6373e7edc5320ddc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6373e7edc5320ddc","status":"passed","time":{"start":1724861392040,"stop":1724861392041,"duration":1}}]},"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"968d100814409957","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/968d100814409957","status":"passed","time":{"start":1724921423945,"stop":1724921423945,"duration":0}},{"uid":"bca6442c1a8d7eac","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bca6442c1a8d7eac","status":"passed","time":{"start":1724921408046,"stop":1724921408046,"duration":0}},{"uid":"8f16c55ce15cf05b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8f16c55ce15cf05b","status":"passed","time":{"start":1724918127355,"stop":1724918127356,"duration":1}},{"uid":"5f5d3b0cbc409ba9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f5d3b0cbc409ba9","status":"passed","time":{"start":1724889850030,"stop":1724889850030,"duration":0}},{"uid":"ece5f83fea5c4433","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ece5f83fea5c4433","status":"passed","time":{"start":1724888985029,"stop":1724888985030,"duration":1}},{"uid":"83eb1844c7dfadaa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/83eb1844c7dfadaa","status":"passed","time":{"start":1724888172991,"stop":1724888172992,"duration":1}},{"uid":"ef22c0d0d6b17d35","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ef22c0d0d6b17d35","status":"passed","time":{"start":1724886942053,"stop":1724886942053,"duration":0}},{"uid":"4e26430cf2f9be28","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4e26430cf2f9be28","status":"passed","time":{"start":1724886713087,"stop":1724886713087,"duration":0}},{"uid":"3a3bc56679516150","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a3bc56679516150","status":"passed","time":{"start":1724862129962,"stop":1724862129962,"duration":0}},{"uid":"16d1248c1f53dce1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/16d1248c1f53dce1","status":"passed","time":{"start":1724861625758,"stop":1724861625758,"duration":0}},{"uid":"6007000d04085062","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6007000d04085062","status":"passed","time":{"start":1724861470378,"stop":1724861470379,"duration":1}},{"uid":"88b441216640e8fc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/88b441216640e8fc","status":"passed","time":{"start":1724861304329,"stop":1724861304329,"duration":0}}]},"f92447acc0e891a00e4fbc889af18e5d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c32d3fd9dbc03447","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c32d3fd9dbc03447","status":"passed","time":{"start":1724921559017,"stop":1724921559018,"duration":1}},{"uid":"f8f0d2346551fa0e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f8f0d2346551fa0e","status":"passed","time":{"start":1724921524132,"stop":1724921524134,"duration":2}},{"uid":"e510e5be520500b3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e510e5be520500b3","status":"passed","time":{"start":1724918241664,"stop":1724918241665,"duration":1}},{"uid":"b4fe12d3b619302a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4fe12d3b619302a","status":"passed","time":{"start":1724889975476,"stop":1724889975476,"duration":0}},{"uid":"6c2e27ec584fe48a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c2e27ec584fe48a","status":"passed","time":{"start":1724889106060,"stop":1724889106061,"duration":1}},{"uid":"9ede5855685e90db","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9ede5855685e90db","status":"passed","time":{"start":1724888289482,"stop":1724888289483,"duration":1}},{"uid":"5610fd89f7ee9d1c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5610fd89f7ee9d1c","status":"passed","time":{"start":1724887057704,"stop":1724887057704,"duration":0}},{"uid":"60d1595ad4f80ebc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/60d1595ad4f80ebc","status":"passed","time":{"start":1724886839399,"stop":1724886839399,"duration":0}},{"uid":"9e1afbb7718e0ce0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e1afbb7718e0ce0","status":"passed","time":{"start":1724862256093,"stop":1724862256093,"duration":0}},{"uid":"a7165cef6667a2ca","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a7165cef6667a2ca","status":"passed","time":{"start":1724861742234,"stop":1724861742235,"duration":1}},{"uid":"6766d6c4d5a0cf45","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6766d6c4d5a0cf45","status":"passed","time":{"start":1724861595396,"stop":1724861595397,"duration":1}},{"uid":"4f89d15cc1ecf008","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4f89d15cc1ecf008","status":"passed","time":{"start":1724861424069,"stop":1724861424069,"duration":0}}]},"6e574c2999a9eea26bec4940a1333236:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a33beda5a3dd897e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a33beda5a3dd897e","status":"passed","time":{"start":1724921620594,"stop":1724921620594,"duration":0}},{"uid":"e3cd51627344421c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e3cd51627344421c","status":"passed","time":{"start":1724921566685,"stop":1724921566685,"duration":0}},{"uid":"81d8f563e744b51d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/81d8f563e744b51d","status":"passed","time":{"start":1724918280550,"stop":1724918280551,"duration":1}},{"uid":"58769718e64cbf5f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/58769718e64cbf5f","status":"passed","time":{"start":1724890019466,"stop":1724890019467,"duration":1}},{"uid":"bb5495eafeabcaa2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bb5495eafeabcaa2","status":"passed","time":{"start":1724889148720,"stop":1724889148720,"duration":0}},{"uid":"ba8cb70cdf45ddb0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ba8cb70cdf45ddb0","status":"passed","time":{"start":1724888331953,"stop":1724888331953,"duration":0}},{"uid":"fe778def8103857a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fe778def8103857a","status":"passed","time":{"start":1724887107112,"stop":1724887107112,"duration":0}},{"uid":"7c241e4faab09ea","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7c241e4faab09ea","status":"passed","time":{"start":1724886889606,"stop":1724886889606,"duration":0}},{"uid":"9b718fb354802aa0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9b718fb354802aa0","status":"passed","time":{"start":1724862298787,"stop":1724862298787,"duration":0}},{"uid":"20c701f1c66436af","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/20c701f1c66436af","status":"passed","time":{"start":1724861779250,"stop":1724861779251,"duration":1}},{"uid":"34a780af7336ee89","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/34a780af7336ee89","status":"passed","time":{"start":1724861646558,"stop":1724861646558,"duration":0}},{"uid":"3f654c3d18f17ef","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3f654c3d18f17ef","status":"passed","time":{"start":1724861466606,"stop":1724861466607,"duration":1}}]},"bdb915d241378b0c53ed68c54b77c7ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1d538544713498a1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1d538544713498a1","status":"passed","time":{"start":1724921529572,"stop":1724921529572,"duration":0}},{"uid":"f3839bce24dd470","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f3839bce24dd470","status":"passed","time":{"start":1724921488873,"stop":1724921488874,"duration":1}},{"uid":"a2ca40d48d925246","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a2ca40d48d925246","status":"passed","time":{"start":1724918203669,"stop":1724918203670,"duration":1}},{"uid":"6e5b5da572999626","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e5b5da572999626","status":"passed","time":{"start":1724889938353,"stop":1724889938353,"duration":0}},{"uid":"c4286acf552e37c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4286acf552e37c7","status":"passed","time":{"start":1724889077033,"stop":1724889077033,"duration":0}},{"uid":"8275fd1553ac9c4b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8275fd1553ac9c4b","status":"passed","time":{"start":1724888268007,"stop":1724888268008,"duration":1}},{"uid":"575c19c2ef31bc30","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/575c19c2ef31bc30","status":"passed","time":{"start":1724887032390,"stop":1724887032390,"duration":0}},{"uid":"3a37367dba538f1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3a37367dba538f1","status":"passed","time":{"start":1724886822786,"stop":1724886822786,"duration":0}},{"uid":"635f12c01b39496e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/635f12c01b39496e","status":"passed","time":{"start":1724862233504,"stop":1724862233504,"duration":0}},{"uid":"e48276a534e4b0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e48276a534e4b0","status":"passed","time":{"start":1724861712664,"stop":1724861712665,"duration":1}},{"uid":"3296ce89b58992ba","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3296ce89b58992ba","status":"passed","time":{"start":1724861567882,"stop":1724861567883,"duration":1}},{"uid":"5289d3a99c0d3e6f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5289d3a99c0d3e6f","status":"passed","time":{"start":1724861392039,"stop":1724861392039,"duration":0}}]},"75aa2eb60b250dc6b536d32d583528a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d326825f1d8905f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d326825f1d8905f","status":"passed","time":{"start":1724888232426,"stop":1724888232426,"duration":0}}]},"2619b2541fa9c8572be6acdd5b14ee72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"42be8292f8cf9f05","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/42be8292f8cf9f05","status":"passed","time":{"start":1724921061850,"stop":1724921061850,"duration":0}},{"uid":"86b577c84424d991","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/86b577c84424d991","status":"passed","time":{"start":1724921037159,"stop":1724921037159,"duration":0}},{"uid":"7303cf7fe806c08f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7303cf7fe806c08f","status":"passed","time":{"start":1724917697303,"stop":1724917697303,"duration":0}},{"uid":"b6ce8f9ef0ae75b5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b6ce8f9ef0ae75b5","status":"passed","time":{"start":1724889476085,"stop":1724889476085,"duration":0}},{"uid":"2ea6c41902db1415","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ea6c41902db1415","status":"passed","time":{"start":1724888626888,"stop":1724888626889,"duration":1}},{"uid":"85b02386658222e8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/85b02386658222e8","status":"passed","time":{"start":1724887783109,"stop":1724887783109,"duration":0}},{"uid":"27cc458fe90a7fb7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/27cc458fe90a7fb7","status":"passed","time":{"start":1724886549921,"stop":1724886549921,"duration":0}},{"uid":"135d4bcd7a588dfd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/135d4bcd7a588dfd","status":"passed","time":{"start":1724886327582,"stop":1724886327582,"duration":0}},{"uid":"ffd369f81777278","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ffd369f81777278","status":"passed","time":{"start":1724861776808,"stop":1724861776808,"duration":0}},{"uid":"99a3def63e020c55","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/99a3def63e020c55","status":"passed","time":{"start":1724861247300,"stop":1724861247300,"duration":0}},{"uid":"e9059d322204dfb5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e9059d322204dfb5","status":"passed","time":{"start":1724861071396,"stop":1724861071396,"duration":0}},{"uid":"e4c1ae31f9dcb46f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e4c1ae31f9dcb46f","status":"passed","time":{"start":1724860931796,"stop":1724860931796,"duration":0}}]},"a4180280210406381c2ee4176b7aa032:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2a1928ece6b79d6b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2a1928ece6b79d6b","status":"passed","time":{"start":1724921556063,"stop":1724921556063,"duration":0}}]},"d4a849ab6addb63e31be56e1d247cfa4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9068b681eb2a5d5d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9068b681eb2a5d5d","status":"passed","time":{"start":1724886906385,"stop":1724886906385,"duration":0}}]},"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f58c94273ed9034f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f58c94273ed9034f","status":"passed","time":{"start":1724921297020,"stop":1724921297020,"duration":0}},{"uid":"ceb13f649f91dc1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ceb13f649f91dc1","status":"passed","time":{"start":1724921276382,"stop":1724921276383,"duration":1}},{"uid":"ce98eb7987d972c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ce98eb7987d972c","status":"passed","time":{"start":1724917948331,"stop":1724917948331,"duration":0}},{"uid":"92a2318d2a0edef5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92a2318d2a0edef5","status":"passed","time":{"start":1724889729021,"stop":1724889729022,"duration":1}},{"uid":"92a3b2b35d1aaea0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92a3b2b35d1aaea0","status":"passed","time":{"start":1724888864961,"stop":1724888864961,"duration":0}},{"uid":"96e1d97f3f875430","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/96e1d97f3f875430","status":"passed","time":{"start":1724888053754,"stop":1724888053754,"duration":0}},{"uid":"8ecbf566fa3e85ae","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8ecbf566fa3e85ae","status":"passed","time":{"start":1724886811668,"stop":1724886811669,"duration":1}},{"uid":"77460ffc8301b209","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/77460ffc8301b209","status":"passed","time":{"start":1724886581010,"stop":1724886581011,"duration":1}},{"uid":"d3208cc5ed9085cd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3208cc5ed9085cd","status":"passed","time":{"start":1724862019567,"stop":1724862019567,"duration":0}},{"uid":"fdac873218bc2039","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fdac873218bc2039","status":"passed","time":{"start":1724861493944,"stop":1724861493945,"duration":1}},{"uid":"f72c1948d79ea348","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f72c1948d79ea348","status":"passed","time":{"start":1724861318065,"stop":1724861318066,"duration":1}},{"uid":"f75ee18108c25d13","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f75ee18108c25d13","status":"passed","time":{"start":1724861178525,"stop":1724861178525,"duration":0}}]},"9978146f71cdaf2c91c43835af5abd94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"53e673eda1e33ea9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/53e673eda1e33ea9","status":"passed","time":{"start":1724861741895,"stop":1724861741896,"duration":1}}]},"f03178e8aa5334e5fc36c12da3793a14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3acefc6a93f80c07","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3acefc6a93f80c07","status":"passed","time":{"start":1724921656193,"stop":1724921656193,"duration":0}},{"uid":"6283680f11f31f47","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6283680f11f31f47","status":"passed","time":{"start":1724921620460,"stop":1724921620461,"duration":1}},{"uid":"a2076e74a7db555a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a2076e74a7db555a","status":"passed","time":{"start":1724918327711,"stop":1724918327711,"duration":0}},{"uid":"79f375f8d8e4c1aa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/79f375f8d8e4c1aa","status":"passed","time":{"start":1724890078471,"stop":1724890078471,"duration":0}},{"uid":"b04153d7b61eb054","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b04153d7b61eb054","status":"passed","time":{"start":1724889213827,"stop":1724889213827,"duration":0}},{"uid":"553e09dbb7999484","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/553e09dbb7999484","status":"passed","time":{"start":1724888383603,"stop":1724888383603,"duration":0}},{"uid":"a4a556ecfd64d72","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a4a556ecfd64d72","status":"passed","time":{"start":1724887164579,"stop":1724887164579,"duration":0}},{"uid":"733e7d776c172bdc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/733e7d776c172bdc","status":"passed","time":{"start":1724886943102,"stop":1724886943102,"duration":0}},{"uid":"df394d41dbda8305","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/df394d41dbda8305","status":"passed","time":{"start":1724862368930,"stop":1724862368930,"duration":0}},{"uid":"c742638f7fbd37ab","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c742638f7fbd37ab","status":"passed","time":{"start":1724861835947,"stop":1724861835947,"duration":0}},{"uid":"4f274b06842babfc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4f274b06842babfc","status":"passed","time":{"start":1724861692904,"stop":1724861692904,"duration":0}},{"uid":"64520d79f8654367","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/64520d79f8654367","status":"passed","time":{"start":1724861520701,"stop":1724861520701,"duration":0}}]},"c19fe6ac785d492841a76d7baf8b0320:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c7d6eefb8b517887","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c7d6eefb8b517887","status":"passed","time":{"start":1724862320146,"stop":1724862320147,"duration":1}}]},"a862b167541998a8690154c06ad67ffd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b2ff9a7669feac70","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b2ff9a7669feac70","status":"passed","time":{"start":1724921244376,"stop":1724921244381,"duration":5}}]},"310a6b23dddace14d3a55637b08d3b88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6564cbbd37fe18cb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6564cbbd37fe18cb","status":"passed","time":{"start":1724921098918,"stop":1724921098918,"duration":0}},{"uid":"ad364c897ec599fc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ad364c897ec599fc","status":"passed","time":{"start":1724921073395,"stop":1724921073396,"duration":1}},{"uid":"e0966ea4e7f4b670","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e0966ea4e7f4b670","status":"passed","time":{"start":1724917744663,"stop":1724917744663,"duration":0}},{"uid":"c2946a505514ba99","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2946a505514ba99","status":"passed","time":{"start":1724889518044,"stop":1724889518044,"duration":0}},{"uid":"a9c69ce0e7e364d1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9c69ce0e7e364d1","status":"passed","time":{"start":1724888665802,"stop":1724888665802,"duration":0}},{"uid":"267a5519cc0d69e7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/267a5519cc0d69e7","status":"passed","time":{"start":1724887821952,"stop":1724887821952,"duration":0}},{"uid":"cc7ada8ae18e72ce","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc7ada8ae18e72ce","status":"passed","time":{"start":1724886586925,"stop":1724886586925,"duration":0}},{"uid":"a22f317f4fd209df","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a22f317f4fd209df","status":"passed","time":{"start":1724886375231,"stop":1724886375232,"duration":1}},{"uid":"e664f41d32e8cb6c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e664f41d32e8cb6c","status":"passed","time":{"start":1724861815217,"stop":1724861815217,"duration":0}},{"uid":"b5fd2d6d668a757b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b5fd2d6d668a757b","status":"passed","time":{"start":1724861291722,"stop":1724861291722,"duration":0}},{"uid":"e11fd9f622f90dbb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e11fd9f622f90dbb","status":"passed","time":{"start":1724861109878,"stop":1724861109879,"duration":1}},{"uid":"8179cebf8aeda35","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8179cebf8aeda35","status":"passed","time":{"start":1724860972343,"stop":1724860972343,"duration":0}}]},"c2365eda06fd7fa9ba7217cee5e48a26:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f915f532cffc161b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f915f532cffc161b","status":"passed","time":{"start":1724921497752,"stop":1724921497752,"duration":0}},{"uid":"1e3268797b1bc802","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1e3268797b1bc802","status":"passed","time":{"start":1724921408406,"stop":1724921408407,"duration":1}},{"uid":"1a1d9bbd032bd827","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1a1d9bbd032bd827","status":"passed","time":{"start":1724918086868,"stop":1724918086868,"duration":0}},{"uid":"afef6203c3b3b900","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/afef6203c3b3b900","status":"passed","time":{"start":1724889892442,"stop":1724889892443,"duration":1}},{"uid":"77749c33f524cbf0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/77749c33f524cbf0","status":"passed","time":{"start":1724888997213,"stop":1724888997214,"duration":1}},{"uid":"5c5470019b110fec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5c5470019b110fec","status":"passed","time":{"start":1724888159485,"stop":1724888159486,"duration":1}},{"uid":"507c038c9457a236","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/507c038c9457a236","status":"passed","time":{"start":1724886937288,"stop":1724886937288,"duration":0}},{"uid":"5c27091ac3cedd29","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5c27091ac3cedd29","status":"passed","time":{"start":1724886709796,"stop":1724886709796,"duration":0}},{"uid":"f3a7eb9b1f7a7ed9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3a7eb9b1f7a7ed9","status":"passed","time":{"start":1724862123534,"stop":1724862123534,"duration":0}},{"uid":"6e41a6e0d3568946","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6e41a6e0d3568946","status":"passed","time":{"start":1724861620101,"stop":1724861620101,"duration":0}},{"uid":"c851d22ee14564e1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c851d22ee14564e1","status":"passed","time":{"start":1724861460232,"stop":1724861460233,"duration":1}},{"uid":"a366114d4da48bed","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a366114d4da48bed","status":"passed","time":{"start":1724861330168,"stop":1724861330169,"duration":1}}]},"c3aa81c34208caf9ba4f2bc51c7f015f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1ac9e709ba47a446","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1ac9e709ba47a446","status":"passed","time":{"start":1724921046200,"stop":1724921046201,"duration":1}},{"uid":"ca58b3c048140554","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ca58b3c048140554","status":"passed","time":{"start":1724921021471,"stop":1724921021472,"duration":1}},{"uid":"79034d869982d134","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/79034d869982d134","status":"passed","time":{"start":1724917681720,"stop":1724917681720,"duration":0}},{"uid":"b2a4369feaf718a4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b2a4369feaf718a4","status":"passed","time":{"start":1724889460652,"stop":1724889460652,"duration":0}},{"uid":"9865686eda37ad2c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9865686eda37ad2c","status":"passed","time":{"start":1724888611292,"stop":1724888611292,"duration":0}},{"uid":"13d0ae89fc3b59b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/13d0ae89fc3b59b","status":"passed","time":{"start":1724887767620,"stop":1724887767620,"duration":0}},{"uid":"73b7c3dd5ba01bac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/73b7c3dd5ba01bac","status":"passed","time":{"start":1724886533986,"stop":1724886533987,"duration":1}},{"uid":"56b5416fe1131083","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/56b5416fe1131083","status":"passed","time":{"start":1724886311755,"stop":1724886311755,"duration":0}},{"uid":"47da653be19bcf46","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/47da653be19bcf46","status":"passed","time":{"start":1724861760771,"stop":1724861760771,"duration":0}},{"uid":"958342e2ab184065","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/958342e2ab184065","status":"passed","time":{"start":1724861231730,"stop":1724861231734,"duration":4}},{"uid":"df243230e79adfb4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/df243230e79adfb4","status":"passed","time":{"start":1724861054252,"stop":1724861054252,"duration":0}},{"uid":"56417787583eabf2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/56417787583eabf2","status":"passed","time":{"start":1724860915810,"stop":1724860915810,"duration":0}}]},"b3338ef83501576e210e39f56e906273:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6fc875120106ada0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6fc875120106ada0","status":"passed","time":{"start":1724921640663,"stop":1724921640663,"duration":0}},{"uid":"4297c5cb512f83ab","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4297c5cb512f83ab","status":"passed","time":{"start":1724921597586,"stop":1724921597586,"duration":0}},{"uid":"aeba00f6554e322f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/aeba00f6554e322f","status":"passed","time":{"start":1724918306248,"stop":1724918306249,"duration":1}},{"uid":"e1dd7250f4aa2732","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e1dd7250f4aa2732","status":"passed","time":{"start":1724890060300,"stop":1724890060300,"duration":0}},{"uid":"3816255c958606c1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3816255c958606c1","status":"passed","time":{"start":1724889191328,"stop":1724889191328,"duration":0}},{"uid":"ba2eb602b4bb5a1d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ba2eb602b4bb5a1d","status":"passed","time":{"start":1724888368606,"stop":1724888368606,"duration":0}},{"uid":"941f4f2478a14a81","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/941f4f2478a14a81","status":"passed","time":{"start":1724887150940,"stop":1724887150940,"duration":0}},{"uid":"a82ef38af4984a04","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a82ef38af4984a04","status":"passed","time":{"start":1724886928811,"stop":1724886928811,"duration":0}},{"uid":"682bdbc3bbe715e6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/682bdbc3bbe715e6","status":"passed","time":{"start":1724862346041,"stop":1724862346041,"duration":0}},{"uid":"be79284df8bc88d7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/be79284df8bc88d7","status":"passed","time":{"start":1724861823100,"stop":1724861823100,"duration":0}},{"uid":"94d87e74801d19d8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/94d87e74801d19d8","status":"passed","time":{"start":1724861677722,"stop":1724861677723,"duration":1}},{"uid":"125538b05bee7c63","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/125538b05bee7c63","status":"passed","time":{"start":1724861503958,"stop":1724861503958,"duration":0}}]},"902c7819b2f906f32bfe7adb553c673b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ad029ca824037832","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ad029ca824037832","status":"passed","time":{"start":1724921602961,"stop":1724921602967,"duration":6}},{"uid":"23f63bda147f8f4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/23f63bda147f8f4","status":"passed","time":{"start":1724921571105,"stop":1724921571106,"duration":1}},{"uid":"86a2ecef9686cca","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/86a2ecef9686cca","status":"passed","time":{"start":1724918285611,"stop":1724918285612,"duration":1}},{"uid":"f527a9ffbe1c6513","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f527a9ffbe1c6513","status":"passed","time":{"start":1724890030099,"stop":1724890030100,"duration":1}},{"uid":"ae87c4632c195cbf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ae87c4632c195cbf","status":"passed","time":{"start":1724889171920,"stop":1724889171920,"duration":0}},{"uid":"fa4d1be0db91f2fb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fa4d1be0db91f2fb","status":"passed","time":{"start":1724888350740,"stop":1724888350740,"duration":0}},{"uid":"c17e86af26ca8666","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c17e86af26ca8666","status":"passed","time":{"start":1724887115422,"stop":1724887115423,"duration":1}},{"uid":"f532bb29357ded82","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f532bb29357ded82","status":"passed","time":{"start":1724886884584,"stop":1724886884584,"duration":0}},{"uid":"fc2c361343abf849","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc2c361343abf849","status":"passed","time":{"start":1724862322275,"stop":1724862322276,"duration":1}},{"uid":"230095fe68c6e8d0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/230095fe68c6e8d0","status":"passed","time":{"start":1724861790763,"stop":1724861790763,"duration":0}},{"uid":"ba5df9cbc9c7b7db","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ba5df9cbc9c7b7db","status":"passed","time":{"start":1724861628429,"stop":1724861628429,"duration":0}},{"uid":"3ff1335aa36a6593","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3ff1335aa36a6593","status":"passed","time":{"start":1724861465633,"stop":1724861465634,"duration":1}}]},"db6195f380365d8ef092b4b4ba6e82c3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3eeac006dbe1e4f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3eeac006dbe1e4f","status":"passed","time":{"start":1724888336460,"stop":1724888336461,"duration":1}}]},"9cabe131d72034c77ed828d117e102d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2f3226feb5270c75","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2f3226feb5270c75","status":"passed","time":{"start":1724921602985,"stop":1724921602986,"duration":1}},{"uid":"2f2dc7947c321d00","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2f2dc7947c321d00","status":"passed","time":{"start":1724921571109,"stop":1724921571109,"duration":0}},{"uid":"d2c021a887ac2355","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d2c021a887ac2355","status":"passed","time":{"start":1724918285616,"stop":1724918285617,"duration":1}},{"uid":"b5769597220891dd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b5769597220891dd","status":"passed","time":{"start":1724890030103,"stop":1724890030103,"duration":0}},{"uid":"c782142a78b76e8d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c782142a78b76e8d","status":"passed","time":{"start":1724889171930,"stop":1724889171931,"duration":1}},{"uid":"20447f84f3f0b98f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/20447f84f3f0b98f","status":"passed","time":{"start":1724888350742,"stop":1724888350744,"duration":2}},{"uid":"c83b99d65e92511c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c83b99d65e92511c","status":"passed","time":{"start":1724887115429,"stop":1724887115430,"duration":1}},{"uid":"be3f7f389bf0ec27","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/be3f7f389bf0ec27","status":"passed","time":{"start":1724886884587,"stop":1724886884587,"duration":0}},{"uid":"1b2f22b4570c50b7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1b2f22b4570c50b7","status":"passed","time":{"start":1724862322278,"stop":1724862322278,"duration":0}},{"uid":"fcc72ae30bf840c7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fcc72ae30bf840c7","status":"passed","time":{"start":1724861790766,"stop":1724861790767,"duration":1}},{"uid":"1b68f64b6cf00fb6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1b68f64b6cf00fb6","status":"passed","time":{"start":1724861628432,"stop":1724861628432,"duration":0}},{"uid":"7a19e3bda27af2e0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7a19e3bda27af2e0","status":"passed","time":{"start":1724861465636,"stop":1724861465636,"duration":0}}]},"c39d6b8ce540fff53a16da756e5ce128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f52eac6f5e3afc98","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f52eac6f5e3afc98","status":"passed","time":{"start":1724921602959,"stop":1724921602959,"duration":0}},{"uid":"3bc88ae633d6ddc1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3bc88ae633d6ddc1","status":"passed","time":{"start":1724921571102,"stop":1724921571102,"duration":0}},{"uid":"f4b36a9d8f5e560c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f4b36a9d8f5e560c","status":"passed","time":{"start":1724918285605,"stop":1724918285606,"duration":1}},{"uid":"12591038f1900c13","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/12591038f1900c13","status":"passed","time":{"start":1724890030097,"stop":1724890030097,"duration":0}},{"uid":"de6c09baaae7ba48","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/de6c09baaae7ba48","status":"passed","time":{"start":1724889171916,"stop":1724889171916,"duration":0}},{"uid":"6e6daf3b99a6a75","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6e6daf3b99a6a75","status":"passed","time":{"start":1724888350731,"stop":1724888350734,"duration":3}},{"uid":"ce77ef94aa4611ee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ce77ef94aa4611ee","status":"passed","time":{"start":1724887115417,"stop":1724887115418,"duration":1}},{"uid":"4befafe49e04cb5c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4befafe49e04cb5c","status":"passed","time":{"start":1724886884582,"stop":1724886884582,"duration":0}},{"uid":"8af722829f77c3b7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8af722829f77c3b7","status":"passed","time":{"start":1724862322267,"stop":1724862322267,"duration":0}},{"uid":"964c5d85b0303268","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/964c5d85b0303268","status":"passed","time":{"start":1724861790756,"stop":1724861790757,"duration":1}},{"uid":"6b8fda26cf95246e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6b8fda26cf95246e","status":"passed","time":{"start":1724861628426,"stop":1724861628426,"duration":0}},{"uid":"442429a6611966fa","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/442429a6611966fa","status":"passed","time":{"start":1724861465631,"stop":1724861465631,"duration":0}}]},"7525529448609d899418fbc61a88f88e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6e93bfcb3caffb93","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6e93bfcb3caffb93","status":"passed","time":{"start":1724921620594,"stop":1724921620594,"duration":0}},{"uid":"fb4aa9aa3dcdfae9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fb4aa9aa3dcdfae9","status":"passed","time":{"start":1724921566685,"stop":1724921566686,"duration":1}},{"uid":"e360f056f428d203","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e360f056f428d203","status":"passed","time":{"start":1724918280551,"stop":1724918280551,"duration":0}},{"uid":"905185dc3ed673a3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/905185dc3ed673a3","status":"passed","time":{"start":1724890019467,"stop":1724890019468,"duration":1}},{"uid":"4b2ae1b4b0950871","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b2ae1b4b0950871","status":"passed","time":{"start":1724889148720,"stop":1724889148721,"duration":1}},{"uid":"76595f62b97da0ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/76595f62b97da0ba","status":"passed","time":{"start":1724888331953,"stop":1724888331953,"duration":0}},{"uid":"1a303750bcfa78c0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1a303750bcfa78c0","status":"passed","time":{"start":1724887107112,"stop":1724887107112,"duration":0}},{"uid":"9a69bff890d05660","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9a69bff890d05660","status":"passed","time":{"start":1724886889607,"stop":1724886889607,"duration":0}},{"uid":"decc67aa7310f9ea","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/decc67aa7310f9ea","status":"passed","time":{"start":1724862298787,"stop":1724862298788,"duration":1}},{"uid":"b3430cc2c1b1e994","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b3430cc2c1b1e994","status":"passed","time":{"start":1724861779251,"stop":1724861779251,"duration":0}},{"uid":"44e989a799fdb856","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/44e989a799fdb856","status":"passed","time":{"start":1724861646558,"stop":1724861646559,"duration":1}},{"uid":"5a3425acdb871b0f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5a3425acdb871b0f","status":"passed","time":{"start":1724861466607,"stop":1724861466610,"duration":3}}]},"3018426b970a809a6840d3ee8a5347bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1556cf1a20f7d8f3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1556cf1a20f7d8f3","status":"passed","time":{"start":1724921619634,"stop":1724921619634,"duration":0}}]},"1b23c5230857c0a2df468070123b132f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a1402f42df5d12ca","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a1402f42df5d12ca","status":"passed","time":{"start":1724861285836,"stop":1724861285836,"duration":0}}]},"121a98c10b212f26b4a94a365151a032:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c2648aab7fa3604","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c2648aab7fa3604","status":"passed","time":{"start":1724889072752,"stop":1724889072752,"duration":0}}]},"6c39df66853b3b1ff073abdfaa79b3f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9b9d97f1a0e69d96","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9b9d97f1a0e69d96","status":"passed","time":{"start":1724921088189,"stop":1724921088192,"duration":3}},{"uid":"1006f3ce509de76b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1006f3ce509de76b","status":"passed","time":{"start":1724921063379,"stop":1724921063380,"duration":1}},{"uid":"a0bacc685a260231","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a0bacc685a260231","status":"passed","time":{"start":1724917723828,"stop":1724917723830,"duration":2}},{"uid":"5e1b5d3e7d493c50","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5e1b5d3e7d493c50","status":"passed","time":{"start":1724889503222,"stop":1724889503224,"duration":2}},{"uid":"cf5026969db80e1c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf5026969db80e1c","status":"passed","time":{"start":1724888652590,"stop":1724888652591,"duration":1}},{"uid":"3ef3300615bd931c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3ef3300615bd931c","status":"passed","time":{"start":1724887810644,"stop":1724887810646,"duration":2}},{"uid":"54f89253184da0bf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/54f89253184da0bf","status":"passed","time":{"start":1724886577050,"stop":1724886577053,"duration":3}},{"uid":"64ac8d81f04c631","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/64ac8d81f04c631","status":"passed","time":{"start":1724886355047,"stop":1724886355048,"duration":1}},{"uid":"2b3daf283148c91c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b3daf283148c91c","status":"passed","time":{"start":1724861804035,"stop":1724861804038,"duration":3}},{"uid":"d12e0fb67f9ff47f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d12e0fb67f9ff47f","status":"passed","time":{"start":1724861273292,"stop":1724861273294,"duration":2}},{"uid":"a9d957c280169d2b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a9d957c280169d2b","status":"passed","time":{"start":1724861099304,"stop":1724861099305,"duration":1}},{"uid":"a2fa560794e5beef","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a2fa560794e5beef","status":"passed","time":{"start":1724860959299,"stop":1724860959302,"duration":3}}]},"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3c1cc34ce66e1cc2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3c1cc34ce66e1cc2","status":"passed","time":{"start":1724921270338,"stop":1724921270339,"duration":1}},{"uid":"4855263981f33fe5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4855263981f33fe5","status":"passed","time":{"start":1724921247770,"stop":1724921247770,"duration":0}},{"uid":"77ef4fedb2f6c5df","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/77ef4fedb2f6c5df","status":"passed","time":{"start":1724917989806,"stop":1724917989807,"duration":1}},{"uid":"30541af7c28928e7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/30541af7c28928e7","status":"passed","time":{"start":1724889678530,"stop":1724889678531,"duration":1}},{"uid":"930bb8f7505b27c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/930bb8f7505b27c7","status":"passed","time":{"start":1724888829821,"stop":1724888829821,"duration":0}},{"uid":"c899a7b5f1d21714","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c899a7b5f1d21714","status":"passed","time":{"start":1724888076967,"stop":1724888076969,"duration":2}},{"uid":"c65065b1368063b9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c65065b1368063b9","status":"passed","time":{"start":1724886851108,"stop":1724886851109,"duration":1}},{"uid":"d32792a4ec72026d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d32792a4ec72026d","status":"passed","time":{"start":1724886647045,"stop":1724886647046,"duration":1}},{"uid":"ae0326ccc5284d51","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ae0326ccc5284d51","status":"passed","time":{"start":1724861992699,"stop":1724861992700,"duration":1}},{"uid":"bd6c666a1616987d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bd6c666a1616987d","status":"passed","time":{"start":1724861469624,"stop":1724861469625,"duration":1}},{"uid":"f90b48e63263602a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f90b48e63263602a","status":"passed","time":{"start":1724861284842,"stop":1724861284843,"duration":1}},{"uid":"1f8099cfd9d74657","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1f8099cfd9d74657","status":"passed","time":{"start":1724861145767,"stop":1724861145768,"duration":1}}]},"462880b226cba38b1bffc5c68a30a3d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fe8178d8b944f6df","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fe8178d8b944f6df","status":"passed","time":{"start":1724921475501,"stop":1724921475501,"duration":0}}]},"ea3a5bc738726324dac921efad4a8cce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a8c0dbd5cd6abe23","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a8c0dbd5cd6abe23","status":"passed","time":{"start":1724921625047,"stop":1724921625048,"duration":1}},{"uid":"3c257845a2d8b6d8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3c257845a2d8b6d8","status":"passed","time":{"start":1724921590493,"stop":1724921590493,"duration":0}},{"uid":"21bbf6d1888e6f46","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/21bbf6d1888e6f46","status":"passed","time":{"start":1724918287563,"stop":1724918287563,"duration":0}},{"uid":"153323783fe9dd9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/153323783fe9dd9d","status":"passed","time":{"start":1724890047786,"stop":1724890047786,"duration":0}},{"uid":"8802e026be3bee96","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8802e026be3bee96","status":"passed","time":{"start":1724889183918,"stop":1724889183918,"duration":0}},{"uid":"e072d3649169d3a8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e072d3649169d3a8","status":"passed","time":{"start":1724888354163,"stop":1724888354164,"duration":1}},{"uid":"c7d59772642895fd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c7d59772642895fd","status":"passed","time":{"start":1724887145655,"stop":1724887145655,"duration":0}},{"uid":"ada094c3b23e3653","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ada094c3b23e3653","status":"passed","time":{"start":1724886915785,"stop":1724886915785,"duration":0}},{"uid":"532f73dbafb76b93","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/532f73dbafb76b93","status":"passed","time":{"start":1724862341435,"stop":1724862341435,"duration":0}},{"uid":"82571dae859f0c74","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/82571dae859f0c74","status":"passed","time":{"start":1724861805440,"stop":1724861805440,"duration":0}},{"uid":"600d6df0148f62cb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/600d6df0148f62cb","status":"passed","time":{"start":1724861662254,"stop":1724861662254,"duration":0}},{"uid":"e69e0cf9f5cc0de4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e69e0cf9f5cc0de4","status":"passed","time":{"start":1724861492507,"stop":1724861492507,"duration":0}}]},"3fd6780894bdd07c81262aaa079902f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7aa9618ccdb4bc71","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7aa9618ccdb4bc71","status":"passed","time":{"start":1724921098915,"stop":1724921098916,"duration":1}},{"uid":"fd73de245a74a90e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fd73de245a74a90e","status":"passed","time":{"start":1724921073393,"stop":1724921073394,"duration":1}},{"uid":"626cfcecaf5da4c3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/626cfcecaf5da4c3","status":"passed","time":{"start":1724917744662,"stop":1724917744662,"duration":0}},{"uid":"f8f0233c5babf1dc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f8f0233c5babf1dc","status":"passed","time":{"start":1724889518043,"stop":1724889518043,"duration":0}},{"uid":"1c96f55dc58cca79","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c96f55dc58cca79","status":"passed","time":{"start":1724888665801,"stop":1724888665801,"duration":0}},{"uid":"361137825b00c90e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/361137825b00c90e","status":"passed","time":{"start":1724887821951,"stop":1724887821951,"duration":0}},{"uid":"2185298c26092dc5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2185298c26092dc5","status":"passed","time":{"start":1724886586924,"stop":1724886586925,"duration":1}},{"uid":"378e61cd16dffc10","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/378e61cd16dffc10","status":"passed","time":{"start":1724886375229,"stop":1724886375230,"duration":1}},{"uid":"23e312ed3de5fa1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/23e312ed3de5fa1","status":"passed","time":{"start":1724861815216,"stop":1724861815216,"duration":0}},{"uid":"4c0456a659d08660","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4c0456a659d08660","status":"passed","time":{"start":1724861291721,"stop":1724861291721,"duration":0}},{"uid":"6b7c6599e7b79a34","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6b7c6599e7b79a34","status":"passed","time":{"start":1724861109875,"stop":1724861109877,"duration":2}},{"uid":"d3e7f81ee94e87ac","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d3e7f81ee94e87ac","status":"passed","time":{"start":1724860972341,"stop":1724860972341,"duration":0}}]},"fa5fa52de910330bd6c58cbf3751a7d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ea7d8fbfbea10b4f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ea7d8fbfbea10b4f","status":"passed","time":{"start":1724921515223,"stop":1724921515224,"duration":1}},{"uid":"c33d608172af286c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c33d608172af286c","status":"passed","time":{"start":1724921475443,"stop":1724921475443,"duration":0}},{"uid":"dd9ab18b183fc6ae","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd9ab18b183fc6ae","status":"passed","time":{"start":1724918179397,"stop":1724918179398,"duration":1}},{"uid":"bfa16b6eca52337c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bfa16b6eca52337c","status":"passed","time":{"start":1724889935338,"stop":1724889935339,"duration":1}},{"uid":"18240736891f8d6e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/18240736891f8d6e","status":"passed","time":{"start":1724889072751,"stop":1724889072751,"duration":0}},{"uid":"6a3ae0b49694af7b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a3ae0b49694af7b","status":"passed","time":{"start":1724888232412,"stop":1724888232412,"duration":0}},{"uid":"fe25bdc95d334620","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fe25bdc95d334620","status":"passed","time":{"start":1724887018300,"stop":1724887018300,"duration":0}},{"uid":"34218fa5380c6394","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/34218fa5380c6394","status":"passed","time":{"start":1724886781476,"stop":1724886781477,"duration":1}},{"uid":"31f6073fd2af007e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31f6073fd2af007e","status":"passed","time":{"start":1724862213660,"stop":1724862213660,"duration":0}},{"uid":"6ababa9bb9f4329","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6ababa9bb9f4329","status":"passed","time":{"start":1724861685853,"stop":1724861685853,"duration":0}},{"uid":"77608c22e74fe463","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/77608c22e74fe463","status":"passed","time":{"start":1724861546169,"stop":1724861546170,"duration":1}},{"uid":"2e9516485b94b203","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2e9516485b94b203","status":"passed","time":{"start":1724861378108,"stop":1724861378108,"duration":0}}]},"63f8c87e7b17ff4d0a0882f6b3aac6a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fa1df6d135719105","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fa1df6d135719105","status":"passed","time":{"start":1724921564783,"stop":1724921564783,"duration":0}},{"uid":"fd770f49e068253d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fd770f49e068253d","status":"passed","time":{"start":1724921518828,"stop":1724921518829,"duration":1}},{"uid":"ec6d5d5617379a9a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ec6d5d5617379a9a","status":"passed","time":{"start":1724918229405,"stop":1724918229405,"duration":0}},{"uid":"1ea30fdec9d00139","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1ea30fdec9d00139","status":"passed","time":{"start":1724889980707,"stop":1724889980707,"duration":0}},{"uid":"41ce446824c25d96","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/41ce446824c25d96","status":"passed","time":{"start":1724889111184,"stop":1724889111184,"duration":0}},{"uid":"cc1ec23c54248167","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc1ec23c54248167","status":"passed","time":{"start":1724888292547,"stop":1724888292547,"duration":0}},{"uid":"4b925c55d0b3c2e6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4b925c55d0b3c2e6","status":"passed","time":{"start":1724887068232,"stop":1724887068232,"duration":0}},{"uid":"cad0094371d5313f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cad0094371d5313f","status":"passed","time":{"start":1724886848935,"stop":1724886848935,"duration":0}},{"uid":"26797933cf1193ce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/26797933cf1193ce","status":"passed","time":{"start":1724862262054,"stop":1724862262055,"duration":1}},{"uid":"4b12e8bba18ba5a9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4b12e8bba18ba5a9","status":"passed","time":{"start":1724861741898,"stop":1724861741898,"duration":0}},{"uid":"80368d53527e9206","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/80368d53527e9206","status":"passed","time":{"start":1724861599501,"stop":1724861599502,"duration":1}},{"uid":"685e79da4124df9d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/685e79da4124df9d","status":"passed","time":{"start":1724861428480,"stop":1724861428480,"duration":0}}]},"e57dcf5e029b6069d3f519aa3cf8664c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d65553ec6b4879b0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d65553ec6b4879b0","status":"passed","time":{"start":1724921046209,"stop":1724921046209,"duration":0}},{"uid":"31cf46c2519d1561","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/31cf46c2519d1561","status":"passed","time":{"start":1724921021480,"stop":1724921021481,"duration":1}},{"uid":"e7e3fa598c68b475","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e7e3fa598c68b475","status":"passed","time":{"start":1724917681728,"stop":1724917681728,"duration":0}},{"uid":"8750bb6c9cd4ea98","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8750bb6c9cd4ea98","status":"passed","time":{"start":1724889460657,"stop":1724889460657,"duration":0}},{"uid":"2b7f848e121cf3c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b7f848e121cf3c0","status":"passed","time":{"start":1724888611299,"stop":1724888611300,"duration":1}},{"uid":"46bd227a4e04a2c5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/46bd227a4e04a2c5","status":"passed","time":{"start":1724887767624,"stop":1724887767624,"duration":0}},{"uid":"d28b1b79a2a4113b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d28b1b79a2a4113b","status":"passed","time":{"start":1724886533996,"stop":1724886533996,"duration":0}},{"uid":"860fd3a1cb422e69","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/860fd3a1cb422e69","status":"passed","time":{"start":1724886311762,"stop":1724886311762,"duration":0}},{"uid":"faac1b1e69a34449","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/faac1b1e69a34449","status":"passed","time":{"start":1724861760780,"stop":1724861760780,"duration":0}},{"uid":"d21878a25fe57154","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d21878a25fe57154","status":"passed","time":{"start":1724861231738,"stop":1724861231738,"duration":0}},{"uid":"2aad86104fc3180e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2aad86104fc3180e","status":"passed","time":{"start":1724861054261,"stop":1724861054262,"duration":1}},{"uid":"eb6b72d43d3c74dd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/eb6b72d43d3c74dd","status":"passed","time":{"start":1724860915818,"stop":1724860915819,"duration":1}}]},"e05246201ab1c4afdb4400199328e7ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d0509697cfc93dc3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d0509697cfc93dc3","status":"passed","time":{"start":1724921141187,"stop":1724921141187,"duration":0}},{"uid":"ead735619cf8d3ca","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ead735619cf8d3ca","status":"passed","time":{"start":1724921118249,"stop":1724921118249,"duration":0}},{"uid":"65888c1ae3fe6e68","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/65888c1ae3fe6e68","status":"passed","time":{"start":1724917777551,"stop":1724917777551,"duration":0}},{"uid":"54eccb2499840e8a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/54eccb2499840e8a","status":"passed","time":{"start":1724889554664,"stop":1724889554665,"duration":1}},{"uid":"ac06d3739d9ff642","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ac06d3739d9ff642","status":"passed","time":{"start":1724888706937,"stop":1724888706938,"duration":1}},{"uid":"e5d5fb44d5ec5158","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e5d5fb44d5ec5158","status":"passed","time":{"start":1724887861773,"stop":1724887861773,"duration":0}},{"uid":"9279f7953ade5ce","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9279f7953ade5ce","status":"passed","time":{"start":1724886631477,"stop":1724886631477,"duration":0}},{"uid":"1bf71b81f878ac51","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1bf71b81f878ac51","status":"passed","time":{"start":1724886409745,"stop":1724886409746,"duration":1}},{"uid":"3f4aadcd371378b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3f4aadcd371378b","status":"passed","time":{"start":1724861858183,"stop":1724861858183,"duration":0}},{"uid":"becfbf7bb5eec9d0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/becfbf7bb5eec9d0","status":"passed","time":{"start":1724861324521,"stop":1724861324521,"duration":0}},{"uid":"cff641e91c9e2b32","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cff641e91c9e2b32","status":"passed","time":{"start":1724861152390,"stop":1724861152391,"duration":1}},{"uid":"11937476aaea96a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/11937476aaea96a","status":"passed","time":{"start":1724861011435,"stop":1724861011435,"duration":0}}]},"740bd35c687a3aeae457e287c034b229:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea4c21c13ce8a01","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ea4c21c13ce8a01","status":"passed","time":{"start":1724861685854,"stop":1724861685854,"duration":0}}]},"d3a9c53a535a12550d66935c3d177872:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"68c5070683811b4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/68c5070683811b4","status":"passed","time":{"start":1724921379979,"stop":1724921379979,"duration":0}},{"uid":"d44276262445b17a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d44276262445b17a","status":"passed","time":{"start":1724921359713,"stop":1724921359714,"duration":1}},{"uid":"f7239cb964b523c4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f7239cb964b523c4","status":"passed","time":{"start":1724918127247,"stop":1724918127247,"duration":0}},{"uid":"9033446c43012e1d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9033446c43012e1d","status":"passed","time":{"start":1724889805613,"stop":1724889805613,"duration":0}},{"uid":"cd1195fe5c7013e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd1195fe5c7013e8","status":"passed","time":{"start":1724888940687,"stop":1724888940691,"duration":4}},{"uid":"9a75cb43becf3702","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9a75cb43becf3702","status":"passed","time":{"start":1724888168650,"stop":1724888168651,"duration":1}},{"uid":"90f7bda5ef5ec6e9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/90f7bda5ef5ec6e9","status":"passed","time":{"start":1724886924217,"stop":1724886924217,"duration":0}},{"uid":"1da0e54bfb894955","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1da0e54bfb894955","status":"passed","time":{"start":1724886701805,"stop":1724886701806,"duration":1}},{"uid":"56e4982b30e26b00","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/56e4982b30e26b00","status":"passed","time":{"start":1724862112742,"stop":1724862112742,"duration":0}},{"uid":"4db0aea29693bacd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4db0aea29693bacd","status":"passed","time":{"start":1724861584869,"stop":1724861584869,"duration":0}},{"uid":"26d9154c34cc0e09","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/26d9154c34cc0e09","status":"passed","time":{"start":1724861464495,"stop":1724861464496,"duration":1}},{"uid":"f5d54383bd36a9f6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f5d54383bd36a9f6","status":"passed","time":{"start":1724861254914,"stop":1724861254915,"duration":1}}]},"e4a36cd3d421c24f939acb3f71342b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5d113b515c9b38cc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5d113b515c9b38cc","status":"passed","time":{"start":1724921625044,"stop":1724921625045,"duration":1}},{"uid":"4233ceeb40574b32","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4233ceeb40574b32","status":"passed","time":{"start":1724921590486,"stop":1724921590486,"duration":0}},{"uid":"94ec8f03bf2cf8a1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/94ec8f03bf2cf8a1","status":"passed","time":{"start":1724918287561,"stop":1724918287562,"duration":1}},{"uid":"ec65fd8f13543694","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ec65fd8f13543694","status":"passed","time":{"start":1724890047784,"stop":1724890047785,"duration":1}},{"uid":"965555c6303e2d9c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/965555c6303e2d9c","status":"passed","time":{"start":1724889183917,"stop":1724889183917,"duration":0}},{"uid":"3c8bb44124203b7b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3c8bb44124203b7b","status":"passed","time":{"start":1724888354162,"stop":1724888354162,"duration":0}},{"uid":"616307ca96195f37","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/616307ca96195f37","status":"passed","time":{"start":1724887145653,"stop":1724887145654,"duration":1}},{"uid":"fbe827090c7838a4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fbe827090c7838a4","status":"passed","time":{"start":1724886915781,"stop":1724886915782,"duration":1}},{"uid":"b4a9965d008c2003","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4a9965d008c2003","status":"passed","time":{"start":1724862341434,"stop":1724862341434,"duration":0}},{"uid":"af80dfffa745d804","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/af80dfffa745d804","status":"passed","time":{"start":1724861805437,"stop":1724861805438,"duration":1}},{"uid":"9e10ad230a828853","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9e10ad230a828853","status":"passed","time":{"start":1724861662252,"stop":1724861662253,"duration":1}},{"uid":"c35e8f38b692b801","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c35e8f38b692b801","status":"passed","time":{"start":1724861492505,"stop":1724861492506,"duration":1}}]},"9d6b2d6a9af243784bdf5b08e105b7a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d5a18059ea5bcee2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d5a18059ea5bcee2","status":"passed","time":{"start":1724921061619,"stop":1724921061619,"duration":0}},{"uid":"39e711c091029b79","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/39e711c091029b79","status":"passed","time":{"start":1724921036642,"stop":1724921036642,"duration":0}},{"uid":"7c45cff93ad3b4ac","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7c45cff93ad3b4ac","status":"passed","time":{"start":1724917696747,"stop":1724917696747,"duration":0}},{"uid":"79575522030285a8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/79575522030285a8","status":"passed","time":{"start":1724889476023,"stop":1724889476023,"duration":0}},{"uid":"c2ca9a5441896213","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2ca9a5441896213","status":"passed","time":{"start":1724888626863,"stop":1724888626864,"duration":1}},{"uid":"c556571a83e46331","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c556571a83e46331","status":"passed","time":{"start":1724887782852,"stop":1724887782852,"duration":0}},{"uid":"b1e016c09b39537f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b1e016c09b39537f","status":"passed","time":{"start":1724886549390,"stop":1724886549391,"duration":1}},{"uid":"734b1c89cc868345","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/734b1c89cc868345","status":"passed","time":{"start":1724886327495,"stop":1724886327495,"duration":0}},{"uid":"3af41a2da915e1d5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3af41a2da915e1d5","status":"passed","time":{"start":1724861776390,"stop":1724861776390,"duration":0}},{"uid":"2f6842a691020251","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2f6842a691020251","status":"passed","time":{"start":1724861247046,"stop":1724861247046,"duration":0}},{"uid":"9e3ba218194f29e5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9e3ba218194f29e5","status":"passed","time":{"start":1724861070813,"stop":1724861070813,"duration":0}},{"uid":"ed3e0e24215a7596","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ed3e0e24215a7596","status":"passed","time":{"start":1724860931510,"stop":1724860931510,"duration":0}}]},"e029ab1aa9b5631bce594036f1f437f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8c633cd02e4bcaf1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8c633cd02e4bcaf1","status":"passed","time":{"start":1724921037624,"stop":1724921037625,"duration":1}},{"uid":"aebc6183a09ad1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/aebc6183a09ad1","status":"passed","time":{"start":1724921013042,"stop":1724921013042,"duration":0}},{"uid":"b8e27f82367503fb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b8e27f82367503fb","status":"passed","time":{"start":1724917673280,"stop":1724917673280,"duration":0}},{"uid":"b465aa2880b2d393","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b465aa2880b2d393","status":"passed","time":{"start":1724889452300,"stop":1724889452300,"duration":0}},{"uid":"5916c73410997b84","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5916c73410997b84","status":"passed","time":{"start":1724888602829,"stop":1724888602829,"duration":0}},{"uid":"ac176ff4b4257ad5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ac176ff4b4257ad5","status":"passed","time":{"start":1724887759154,"stop":1724887759159,"duration":5}},{"uid":"c3ebf3a6b502a8d8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c3ebf3a6b502a8d8","status":"passed","time":{"start":1724886525539,"stop":1724886525539,"duration":0}},{"uid":"9eaa9018b2a68415","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9eaa9018b2a68415","status":"passed","time":{"start":1724886303387,"stop":1724886303388,"duration":1}},{"uid":"742a06763b17cfa0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/742a06763b17cfa0","status":"passed","time":{"start":1724861752215,"stop":1724861752215,"duration":0}},{"uid":"5eedae2622e2271c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5eedae2622e2271c","status":"passed","time":{"start":1724861223345,"stop":1724861223350,"duration":5}},{"uid":"219e9b323abfbd44","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/219e9b323abfbd44","status":"passed","time":{"start":1724861045191,"stop":1724861045191,"duration":0}},{"uid":"a5e4ce741ae6f0de","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a5e4ce741ae6f0de","status":"passed","time":{"start":1724860907073,"stop":1724860907079,"duration":6}}]},"bc2bca10ffeeff6a62fcb7846ea75c91:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"928b805060b40a32","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/928b805060b40a32","status":"passed","time":{"start":1724889171931,"stop":1724889171932,"duration":1}}]},"427ad7cdd06e56507121a5bd772f6d0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"342972e0e2aa70b0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/342972e0e2aa70b0","status":"passed","time":{"start":1724921602958,"stop":1724921602959,"duration":1}},{"uid":"c793403b217d1873","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c793403b217d1873","status":"passed","time":{"start":1724921571101,"stop":1724921571101,"duration":0}},{"uid":"6900097207bb3b0b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6900097207bb3b0b","status":"passed","time":{"start":1724918285600,"stop":1724918285601,"duration":1}},{"uid":"acf317e4a519c988","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/acf317e4a519c988","status":"passed","time":{"start":1724890030096,"stop":1724890030096,"duration":0}},{"uid":"bbf98d3d20b5e5f1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bbf98d3d20b5e5f1","status":"passed","time":{"start":1724889171914,"stop":1724889171914,"duration":0}},{"uid":"c865615589922df1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c865615589922df1","status":"passed","time":{"start":1724888350731,"stop":1724888350731,"duration":0}},{"uid":"45864da40d658583","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/45864da40d658583","status":"passed","time":{"start":1724887115416,"stop":1724887115417,"duration":1}},{"uid":"153359c3d7948166","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/153359c3d7948166","status":"passed","time":{"start":1724886884581,"stop":1724886884581,"duration":0}},{"uid":"c435284600233890","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c435284600233890","status":"passed","time":{"start":1724862322266,"stop":1724862322266,"duration":0}},{"uid":"c66719c827191b87","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c66719c827191b87","status":"passed","time":{"start":1724861790756,"stop":1724861790756,"duration":0}},{"uid":"9bd82e1eee83ef25","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9bd82e1eee83ef25","status":"passed","time":{"start":1724861628425,"stop":1724861628425,"duration":0}},{"uid":"ac5dead9158c0ea9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ac5dead9158c0ea9","status":"passed","time":{"start":1724861465630,"stop":1724861465630,"duration":0}}]},"5484e59896287f4c2b79aba6134a537d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"de4bbd9198c25edc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/de4bbd9198c25edc","status":"passed","time":{"start":1724921602943,"stop":1724921602943,"duration":0}},{"uid":"e9e6b7879609c484","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e9e6b7879609c484","status":"passed","time":{"start":1724921571090,"stop":1724921571091,"duration":1}},{"uid":"c47d3913c868034c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c47d3913c868034c","status":"passed","time":{"start":1724918285580,"stop":1724918285582,"duration":2}},{"uid":"99547a6c48b9255a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/99547a6c48b9255a","status":"passed","time":{"start":1724890030085,"stop":1724890030086,"duration":1}},{"uid":"fc260026f7714751","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc260026f7714751","status":"passed","time":{"start":1724889171904,"stop":1724889171905,"duration":1}},{"uid":"66e0631e3e5c0ffc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/66e0631e3e5c0ffc","status":"passed","time":{"start":1724888350718,"stop":1724888350718,"duration":0}},{"uid":"648cfc8cc62dfd8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/648cfc8cc62dfd8","status":"passed","time":{"start":1724887115402,"stop":1724887115403,"duration":1}},{"uid":"a5a530b31a04c22e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a5a530b31a04c22e","status":"passed","time":{"start":1724886884567,"stop":1724886884567,"duration":0}},{"uid":"6b44db5282245a34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b44db5282245a34","status":"passed","time":{"start":1724862322242,"stop":1724862322244,"duration":2}},{"uid":"b3192b1c0ef795ad","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b3192b1c0ef795ad","status":"passed","time":{"start":1724861790747,"stop":1724861790747,"duration":0}},{"uid":"c77d1037ba56ce67","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c77d1037ba56ce67","status":"passed","time":{"start":1724861628415,"stop":1724861628416,"duration":1}},{"uid":"1aa4ef72d2f5757e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1aa4ef72d2f5757e","status":"passed","time":{"start":1724861465618,"stop":1724861465618,"duration":0}}]},"991461718c5f3485f242a580c3e99a0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2a8b157f2e0f69c6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2a8b157f2e0f69c6","status":"passed","time":{"start":1724921071992,"stop":1724921071993,"duration":1}},{"uid":"66158830946c4349","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/66158830946c4349","status":"passed","time":{"start":1724921046820,"stop":1724921046821,"duration":1}},{"uid":"e2d3fab56d1d20c2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e2d3fab56d1d20c2","status":"passed","time":{"start":1724917707020,"stop":1724917707021,"duration":1}},{"uid":"eb52d55738cb0fc8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eb52d55738cb0fc8","status":"passed","time":{"start":1724889485858,"stop":1724889485858,"duration":0}},{"uid":"8cef03bf54026900","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8cef03bf54026900","status":"passed","time":{"start":1724888636618,"stop":1724888636618,"duration":0}},{"uid":"ff05483882247792","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ff05483882247792","status":"passed","time":{"start":1724887792853,"stop":1724887792854,"duration":1}},{"uid":"1595a890410a9bc9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1595a890410a9bc9","status":"passed","time":{"start":1724886559722,"stop":1724886559722,"duration":0}},{"uid":"b443dbc0427e64df","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b443dbc0427e64df","status":"passed","time":{"start":1724886337373,"stop":1724886337374,"duration":1}},{"uid":"784e14a188c3e24e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/784e14a188c3e24e","status":"passed","time":{"start":1724861786728,"stop":1724861786728,"duration":0}},{"uid":"3c4762c014f750b2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3c4762c014f750b2","status":"passed","time":{"start":1724861257210,"stop":1724861257211,"duration":1}},{"uid":"9fa20334fa8f4894","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9fa20334fa8f4894","status":"passed","time":{"start":1724861081080,"stop":1724861081081,"duration":1}},{"uid":"2edfacf3152a3c91","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2edfacf3152a3c91","status":"passed","time":{"start":1724860941729,"stop":1724860941730,"duration":1}}]},"bb4ccf8c97821ee233c633280aad880b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f4611f22b9043dc5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f4611f22b9043dc5","status":"passed","time":{"start":1724918298101,"stop":1724918298101,"duration":0}}]},"c7d5c13df07b427f7358c7707061c319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7fc804d27fef10c6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7fc804d27fef10c6","status":"passed","time":{"start":1724886880630,"stop":1724886880631,"duration":1}}]},"e71cdddc2779b7240b83ed3833f5370a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a4db877cb6031790","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a4db877cb6031790","status":"passed","time":{"start":1724861655159,"stop":1724861655159,"duration":0}}]},"3f311222116e924e2765aece617642c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5e27f52307d37612","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5e27f52307d37612","status":"passed","time":{"start":1724921625079,"stop":1724921625080,"duration":1}},{"uid":"a73658d1f49fc907","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a73658d1f49fc907","status":"passed","time":{"start":1724921590504,"stop":1724921590504,"duration":0}},{"uid":"8d850bf4b2505017","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8d850bf4b2505017","status":"passed","time":{"start":1724918287571,"stop":1724918287571,"duration":0}},{"uid":"48b308e21cd70d39","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/48b308e21cd70d39","status":"passed","time":{"start":1724890047796,"stop":1724890047797,"duration":1}},{"uid":"d6a1154acab8a7c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d6a1154acab8a7c9","status":"passed","time":{"start":1724889183930,"stop":1724889183930,"duration":0}},{"uid":"4b59c9a35e105bf4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4b59c9a35e105bf4","status":"passed","time":{"start":1724888354177,"stop":1724888354177,"duration":0}},{"uid":"1e497b5252f7da47","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1e497b5252f7da47","status":"passed","time":{"start":1724887145699,"stop":1724887145700,"duration":1}},{"uid":"9b935c6c4a525026","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9b935c6c4a525026","status":"passed","time":{"start":1724886915793,"stop":1724886915793,"duration":0}},{"uid":"942bce296a6da870","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/942bce296a6da870","status":"passed","time":{"start":1724862341458,"stop":1724862341458,"duration":0}},{"uid":"527651dc3bb1ed28","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/527651dc3bb1ed28","status":"passed","time":{"start":1724861805456,"stop":1724861805456,"duration":0}},{"uid":"6118536843cea458","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6118536843cea458","status":"passed","time":{"start":1724861662292,"stop":1724861662293,"duration":1}},{"uid":"852520094e44d15b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/852520094e44d15b","status":"passed","time":{"start":1724861492521,"stop":1724861492521,"duration":0}}]},"7448c2efa16fe9e07f95bd6e1f6af60e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"55482b4400b3610f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/55482b4400b3610f","status":"passed","time":{"start":1724921037652,"stop":1724921037652,"duration":0}},{"uid":"874d7cd057bdd35e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/874d7cd057bdd35e","status":"passed","time":{"start":1724921013066,"stop":1724921013066,"duration":0}},{"uid":"fc13980063c77e26","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fc13980063c77e26","status":"passed","time":{"start":1724917673306,"stop":1724917673306,"duration":0}},{"uid":"1f809e339452db2f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1f809e339452db2f","status":"passed","time":{"start":1724889452326,"stop":1724889452326,"duration":0}},{"uid":"fbc5580f0a1f1d3a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fbc5580f0a1f1d3a","status":"passed","time":{"start":1724888602858,"stop":1724888602859,"duration":1}},{"uid":"3f5f7a50921739d0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3f5f7a50921739d0","status":"passed","time":{"start":1724887759179,"stop":1724887759179,"duration":0}},{"uid":"9ae5ff04867b881a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9ae5ff04867b881a","status":"passed","time":{"start":1724886525557,"stop":1724886525557,"duration":0}},{"uid":"f63a7ae6d45c389a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f63a7ae6d45c389a","status":"passed","time":{"start":1724886303412,"stop":1724886303412,"duration":0}},{"uid":"497d2b86a76b55cc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/497d2b86a76b55cc","status":"passed","time":{"start":1724861752249,"stop":1724861752249,"duration":0}},{"uid":"8ea9afb7a5e29b34","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8ea9afb7a5e29b34","status":"passed","time":{"start":1724861223369,"stop":1724861223369,"duration":0}},{"uid":"895151fd64e55d8c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/895151fd64e55d8c","status":"passed","time":{"start":1724861045218,"stop":1724861045219,"duration":1}},{"uid":"dd986bc936ac4ce3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dd986bc936ac4ce3","status":"passed","time":{"start":1724860907105,"stop":1724860907105,"duration":0}}]},"c4c65aecf7fb6147572e5e9728555050:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4b2d9748a50e8bf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4b2d9748a50e8bf","status":"passed","time":{"start":1724921037634,"stop":1724921037634,"duration":0}},{"uid":"fa3bc5204bf4fead","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fa3bc5204bf4fead","status":"passed","time":{"start":1724921013046,"stop":1724921013046,"duration":0}},{"uid":"21a35934c610e957","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/21a35934c610e957","status":"passed","time":{"start":1724917673290,"stop":1724917673290,"duration":0}},{"uid":"b147c76bc34d19fc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b147c76bc34d19fc","status":"passed","time":{"start":1724889452308,"stop":1724889452309,"duration":1}},{"uid":"81c5c08e9632ee74","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/81c5c08e9632ee74","status":"passed","time":{"start":1724888602839,"stop":1724888602839,"duration":0}},{"uid":"e3e6ababfe7b2313","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e3e6ababfe7b2313","status":"passed","time":{"start":1724887759163,"stop":1724887759163,"duration":0}},{"uid":"8087ee96d08db47f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8087ee96d08db47f","status":"passed","time":{"start":1724886525542,"stop":1724886525542,"duration":0}},{"uid":"9a2701ee602d3b37","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9a2701ee602d3b37","status":"passed","time":{"start":1724886303395,"stop":1724886303395,"duration":0}},{"uid":"bc9a9f3a333c595","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc9a9f3a333c595","status":"passed","time":{"start":1724861752225,"stop":1724861752226,"duration":1}},{"uid":"ea32bb895b2ebf0e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ea32bb895b2ebf0e","status":"passed","time":{"start":1724861223354,"stop":1724861223354,"duration":0}},{"uid":"32f44c6500c74745","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/32f44c6500c74745","status":"passed","time":{"start":1724861045201,"stop":1724861045201,"duration":0}},{"uid":"c0dfdb2958f68160","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c0dfdb2958f68160","status":"passed","time":{"start":1724860907083,"stop":1724860907083,"duration":0}}]},"789c50e7df8eb304073270f96666a271:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fbe61787db9c75","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fbe61787db9c75","status":"passed","time":{"start":1724921515236,"stop":1724921515236,"duration":0}},{"uid":"90c4e11517c277f6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/90c4e11517c277f6","status":"passed","time":{"start":1724921475467,"stop":1724921475468,"duration":1}},{"uid":"a184fe496e5706c9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a184fe496e5706c9","status":"passed","time":{"start":1724918179408,"stop":1724918179409,"duration":1}},{"uid":"b5dab00e974d611a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b5dab00e974d611a","status":"passed","time":{"start":1724889935347,"stop":1724889935348,"duration":1}},{"uid":"854d84b4db2ec466","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/854d84b4db2ec466","status":"passed","time":{"start":1724889072762,"stop":1724889072762,"duration":0}},{"uid":"7732d0b352b70ff7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7732d0b352b70ff7","status":"passed","time":{"start":1724888232423,"stop":1724888232423,"duration":0}},{"uid":"3c837c62f18c9b0d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3c837c62f18c9b0d","status":"passed","time":{"start":1724887018310,"stop":1724887018310,"duration":0}},{"uid":"c9a55ede67333919","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c9a55ede67333919","status":"passed","time":{"start":1724886781489,"stop":1724886781490,"duration":1}},{"uid":"207226e907bce2ce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/207226e907bce2ce","status":"passed","time":{"start":1724862213670,"stop":1724862213671,"duration":1}},{"uid":"18b05b66b7f06403","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/18b05b66b7f06403","status":"passed","time":{"start":1724861685865,"stop":1724861685867,"duration":2}},{"uid":"43cdd80818e88e15","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/43cdd80818e88e15","status":"passed","time":{"start":1724861546198,"stop":1724861546198,"duration":0}},{"uid":"d4b07f8a2fbedd39","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d4b07f8a2fbedd39","status":"passed","time":{"start":1724861378119,"stop":1724861378120,"duration":1}}]},"d15aa3d7fc936cc750e36caccbc34d5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1df21667e7c6da89","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1df21667e7c6da89","status":"passed","time":{"start":1724889980705,"stop":1724889980705,"duration":0}}]},"84a8b9437c80e2f00d556a8f90df08fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c8e695608dd0efdc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c8e695608dd0efdc","status":"passed","time":{"start":1724921296996,"stop":1724921296996,"duration":0}},{"uid":"4fc60257ac906df5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4fc60257ac906df5","status":"passed","time":{"start":1724921276362,"stop":1724921276362,"duration":0}},{"uid":"bca62cc706bee21e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bca62cc706bee21e","status":"passed","time":{"start":1724917948306,"stop":1724917948307,"duration":1}},{"uid":"e933fd54f63c30bb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e933fd54f63c30bb","status":"passed","time":{"start":1724889729002,"stop":1724889729002,"duration":0}},{"uid":"f3efaa7706a572e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3efaa7706a572e8","status":"passed","time":{"start":1724888864948,"stop":1724888864949,"duration":1}},{"uid":"30b48c4c1a78263f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/30b48c4c1a78263f","status":"passed","time":{"start":1724888053730,"stop":1724888053731,"duration":1}},{"uid":"efd8826056d9b7bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/efd8826056d9b7bd","status":"passed","time":{"start":1724886811646,"stop":1724886811647,"duration":1}},{"uid":"8ea1287b163617dd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8ea1287b163617dd","status":"passed","time":{"start":1724886580998,"stop":1724886580999,"duration":1}},{"uid":"487e851d42fa6f8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/487e851d42fa6f8","status":"passed","time":{"start":1724862019552,"stop":1724862019554,"duration":2}},{"uid":"6d7ba8ada282133a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6d7ba8ada282133a","status":"passed","time":{"start":1724861493932,"stop":1724861493932,"duration":0}},{"uid":"d7cd5c89e568d4e8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d7cd5c89e568d4e8","status":"passed","time":{"start":1724861318012,"stop":1724861318012,"duration":0}},{"uid":"a3f0f6c72e53d354","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a3f0f6c72e53d354","status":"passed","time":{"start":1724861178505,"stop":1724861178506,"duration":1}}]},"96eeb60292012a27fed6176cb891717f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1c70c0536b987f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1c70c0536b987f","status":"passed","time":{"start":1724921602967,"stop":1724921602976,"duration":9}},{"uid":"add32c25aab93d27","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/add32c25aab93d27","status":"passed","time":{"start":1724921571106,"stop":1724921571106,"duration":0}},{"uid":"8599fa9b35214a15","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8599fa9b35214a15","status":"passed","time":{"start":1724918285612,"stop":1724918285613,"duration":1}},{"uid":"a9dbbc823374d93c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9dbbc823374d93c","status":"passed","time":{"start":1724890030100,"stop":1724890030100,"duration":0}},{"uid":"594a3268f31e5750","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/594a3268f31e5750","status":"passed","time":{"start":1724889171923,"stop":1724889171925,"duration":2}},{"uid":"aca6fb116698bec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aca6fb116698bec","status":"passed","time":{"start":1724888350740,"stop":1724888350740,"duration":0}},{"uid":"d6d911b9cf99325e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d6d911b9cf99325e","status":"passed","time":{"start":1724887115423,"stop":1724887115424,"duration":1}},{"uid":"9cf7ad96d22d1bdd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9cf7ad96d22d1bdd","status":"passed","time":{"start":1724886884584,"stop":1724886884584,"duration":0}},{"uid":"7b08b3c080a9dd94","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b08b3c080a9dd94","status":"passed","time":{"start":1724862322276,"stop":1724862322276,"duration":0}},{"uid":"b6845cc00d948b68","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b6845cc00d948b68","status":"passed","time":{"start":1724861790764,"stop":1724861790764,"duration":0}},{"uid":"e41f592cd29047cb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e41f592cd29047cb","status":"passed","time":{"start":1724861628429,"stop":1724861628429,"duration":0}},{"uid":"67bfb73a05b4e699","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/67bfb73a05b4e699","status":"passed","time":{"start":1724861465634,"stop":1724861465634,"duration":0}}]},"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b76d6413d2b43219","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b76d6413d2b43219","status":"passed","time":{"start":1724921665482,"stop":1724921665483,"duration":1}},{"uid":"95fb792f069900ed","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/95fb792f069900ed","status":"passed","time":{"start":1724921620264,"stop":1724921620264,"duration":0}},{"uid":"a35af7e0734ca9e2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a35af7e0734ca9e2","status":"passed","time":{"start":1724918327895,"stop":1724918327896,"duration":1}},{"uid":"6323f477ccfaa4d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6323f477ccfaa4d","status":"passed","time":{"start":1724890080825,"stop":1724890080825,"duration":0}},{"uid":"ed0bf291373cfa97","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ed0bf291373cfa97","status":"passed","time":{"start":1724889209275,"stop":1724889209275,"duration":0}},{"uid":"2dbb202a160a4b3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2dbb202a160a4b3","status":"passed","time":{"start":1724888392556,"stop":1724888392556,"duration":0}},{"uid":"14c1fc19b1c93154","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/14c1fc19b1c93154","status":"passed","time":{"start":1724887163401,"stop":1724887163401,"duration":0}},{"uid":"43c97aaf676f8217","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/43c97aaf676f8217","status":"passed","time":{"start":1724886939850,"stop":1724886939851,"duration":1}},{"uid":"3f9661fccd56e5f5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3f9661fccd56e5f5","status":"passed","time":{"start":1724862357132,"stop":1724862357133,"duration":1}},{"uid":"37ddbeed728baf51","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/37ddbeed728baf51","status":"passed","time":{"start":1724861837825,"stop":1724861837825,"duration":0}},{"uid":"764211d473f27d37","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/764211d473f27d37","status":"passed","time":{"start":1724861694571,"stop":1724861694571,"duration":0}},{"uid":"e77703e997109bf1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e77703e997109bf1","status":"passed","time":{"start":1724861523915,"stop":1724861523915,"duration":0}}]},"c229352398a6af9f0670d357527a6f15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"37f75bc7a8ed7232","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/37f75bc7a8ed7232","status":"passed","time":{"start":1724921073461,"stop":1724921073461,"duration":0}},{"uid":"b4c7e367ba133599","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b4c7e367ba133599","status":"passed","time":{"start":1724921048448,"stop":1724921048448,"duration":0}},{"uid":"3c07de702300b394","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3c07de702300b394","status":"passed","time":{"start":1724917708701,"stop":1724917708701,"duration":0}},{"uid":"86a5f2466ab2a77c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/86a5f2466ab2a77c","status":"passed","time":{"start":1724889487517,"stop":1724889487517,"duration":0}},{"uid":"c233acd90fccf0a8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c233acd90fccf0a8","status":"passed","time":{"start":1724888638224,"stop":1724888638224,"duration":0}},{"uid":"10a8e62bd847cdd9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/10a8e62bd847cdd9","status":"passed","time":{"start":1724887794484,"stop":1724887794485,"duration":1}},{"uid":"965cc1396629d2a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/965cc1396629d2a","status":"passed","time":{"start":1724886561407,"stop":1724886561408,"duration":1}},{"uid":"eacbe4b0ed25564e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eacbe4b0ed25564e","status":"passed","time":{"start":1724886339063,"stop":1724886339064,"duration":1}},{"uid":"4e0eed924e795294","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4e0eed924e795294","status":"passed","time":{"start":1724861788384,"stop":1724861788384,"duration":0}},{"uid":"c542e74339031a27","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c542e74339031a27","status":"passed","time":{"start":1724861258537,"stop":1724861258537,"duration":0}},{"uid":"c8a1d8efae2a5c9e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c8a1d8efae2a5c9e","status":"passed","time":{"start":1724861082797,"stop":1724861082797,"duration":0}},{"uid":"6c2182746a8fa938","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6c2182746a8fa938","status":"passed","time":{"start":1724860943249,"stop":1724860943249,"duration":0}}]},"60c049eb332867eababcd2ca0ce377fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1efbaf9fffa74590","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1efbaf9fffa74590","status":"passed","time":{"start":1724921037644,"stop":1724921037644,"duration":0}},{"uid":"ea3f10f85a67833a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ea3f10f85a67833a","status":"passed","time":{"start":1724921013057,"stop":1724921013057,"duration":0}},{"uid":"d1f81f25b8d0a753","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d1f81f25b8d0a753","status":"passed","time":{"start":1724917673299,"stop":1724917673299,"duration":0}},{"uid":"689d09f31c8bfa4c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/689d09f31c8bfa4c","status":"passed","time":{"start":1724889452318,"stop":1724889452318,"duration":0}},{"uid":"9d351307ef1777b1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9d351307ef1777b1","status":"passed","time":{"start":1724888602849,"stop":1724888602850,"duration":1}},{"uid":"c82435d03f02849a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c82435d03f02849a","status":"passed","time":{"start":1724887759171,"stop":1724887759171,"duration":0}},{"uid":"e4387cd71e7371b8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e4387cd71e7371b8","status":"passed","time":{"start":1724886525550,"stop":1724886525550,"duration":0}},{"uid":"af6e2f44347c5c77","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/af6e2f44347c5c77","status":"passed","time":{"start":1724886303404,"stop":1724886303405,"duration":1}},{"uid":"bf235c549cbfbdb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf235c549cbfbdb7","status":"passed","time":{"start":1724861752237,"stop":1724861752237,"duration":0}},{"uid":"5ce0f0fedf07e215","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5ce0f0fedf07e215","status":"passed","time":{"start":1724861223362,"stop":1724861223362,"duration":0}},{"uid":"73408a09a1f85016","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/73408a09a1f85016","status":"passed","time":{"start":1724861045210,"stop":1724861045210,"duration":0}},{"uid":"f42aa9b81c53bf83","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f42aa9b81c53bf83","status":"passed","time":{"start":1724860907092,"stop":1724860907093,"duration":1}}]},"58b07b2285e910f80ae373b96411434b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7504173fb531a2ac","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7504173fb531a2ac","status":"passed","time":{"start":1724921658746,"stop":1724921658746,"duration":0}},{"uid":"2c953e3125f33f49","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2c953e3125f33f49","status":"passed","time":{"start":1724921609580,"stop":1724921609580,"duration":0}},{"uid":"f5fe0e515f719a8c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f5fe0e515f719a8c","status":"passed","time":{"start":1724918323460,"stop":1724918323461,"duration":1}},{"uid":"90c1344acfc2d5ea","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/90c1344acfc2d5ea","status":"passed","time":{"start":1724890071666,"stop":1724890071666,"duration":0}},{"uid":"533d78acd6fa1a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/533d78acd6fa1a0","status":"passed","time":{"start":1724889207706,"stop":1724889207706,"duration":0}},{"uid":"f34e26a127cbe24a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f34e26a127cbe24a","status":"passed","time":{"start":1724888386327,"stop":1724888386327,"duration":0}},{"uid":"b0498c7beaba65d7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b0498c7beaba65d7","status":"passed","time":{"start":1724887153934,"stop":1724887153934,"duration":0}},{"uid":"315914820d4e18b7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/315914820d4e18b7","status":"passed","time":{"start":1724886927389,"stop":1724886927392,"duration":3}},{"uid":"4c303280d741ddda","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4c303280d741ddda","status":"passed","time":{"start":1724862360110,"stop":1724862360110,"duration":0}},{"uid":"4ddf538eca459edc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4ddf538eca459edc","status":"passed","time":{"start":1724861832843,"stop":1724861832843,"duration":0}},{"uid":"c01f9061bdb54d33","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c01f9061bdb54d33","status":"passed","time":{"start":1724861687428,"stop":1724861687428,"duration":0}},{"uid":"6843657efac2e6e7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6843657efac2e6e7","status":"passed","time":{"start":1724861513177,"stop":1724861513178,"duration":1}}]},"d41aeda8e0e38b29c149f84abdccaf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4ccce9c4eac5b62d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4ccce9c4eac5b62d","status":"passed","time":{"start":1724921602955,"stop":1724921602956,"duration":1}},{"uid":"6c31bb45fdf25a98","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6c31bb45fdf25a98","status":"passed","time":{"start":1724921571099,"stop":1724921571099,"duration":0}},{"uid":"1b1365cbcc371264","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1b1365cbcc371264","status":"passed","time":{"start":1724918285595,"stop":1724918285596,"duration":1}},{"uid":"c49ae29de9853993","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c49ae29de9853993","status":"passed","time":{"start":1724890030092,"stop":1724890030093,"duration":1}},{"uid":"3500b3206aad0fa3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3500b3206aad0fa3","status":"passed","time":{"start":1724889171911,"stop":1724889171911,"duration":0}},{"uid":"41677dffd9cf62b0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/41677dffd9cf62b0","status":"passed","time":{"start":1724888350725,"stop":1724888350725,"duration":0}},{"uid":"ed35b0e9c88e3d7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ed35b0e9c88e3d7","status":"passed","time":{"start":1724887115411,"stop":1724887115412,"duration":1}},{"uid":"a0e340c43cf3250e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a0e340c43cf3250e","status":"passed","time":{"start":1724886884579,"stop":1724886884579,"duration":0}},{"uid":"d5b9958ac7687eb3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d5b9958ac7687eb3","status":"passed","time":{"start":1724862322260,"stop":1724862322261,"duration":1}},{"uid":"8535f128ee55b4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8535f128ee55b4","status":"passed","time":{"start":1724861790754,"stop":1724861790754,"duration":0}},{"uid":"8456cb8b75c3c556","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8456cb8b75c3c556","status":"passed","time":{"start":1724861628423,"stop":1724861628423,"duration":0}},{"uid":"978607ce31126c47","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/978607ce31126c47","status":"passed","time":{"start":1724861465627,"stop":1724861465628,"duration":1}}]},"105e0ceb16975c927e585a398dccf9b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"98d542a203ea1081","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/98d542a203ea1081","status":"passed","time":{"start":1724921321310,"stop":1724921321310,"duration":0}},{"uid":"86a7c024e44d9262","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/86a7c024e44d9262","status":"passed","time":{"start":1724921298784,"stop":1724921298784,"duration":0}},{"uid":"7f394a9cffedf53d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7f394a9cffedf53d","status":"passed","time":{"start":1724918008228,"stop":1724918008228,"duration":0}},{"uid":"bba8ccf97a27fa8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bba8ccf97a27fa8","status":"passed","time":{"start":1724889728594,"stop":1724889728595,"duration":1}},{"uid":"ced0ff5bbd5657f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ced0ff5bbd5657f","status":"passed","time":{"start":1724888882873,"stop":1724888882874,"duration":1}},{"uid":"fd05aaf94c4a70e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fd05aaf94c4a70e","status":"passed","time":{"start":1724888111024,"stop":1724888111024,"duration":0}},{"uid":"ebbf5727eee67dd1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ebbf5727eee67dd1","status":"passed","time":{"start":1724886869445,"stop":1724886869446,"duration":1}},{"uid":"dfb5aa122a0b8fb7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dfb5aa122a0b8fb7","status":"passed","time":{"start":1724886642935,"stop":1724886642935,"duration":0}},{"uid":"9657837b6b2bec9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9657837b6b2bec9d","status":"passed","time":{"start":1724862044580,"stop":1724862044580,"duration":0}},{"uid":"4feac5cf2a1eac15","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4feac5cf2a1eac15","status":"passed","time":{"start":1724861523032,"stop":1724861523032,"duration":0}},{"uid":"3db011da821b8d69","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3db011da821b8d69","status":"passed","time":{"start":1724861362471,"stop":1724861362471,"duration":0}},{"uid":"d0449f23db15a71d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d0449f23db15a71d","status":"passed","time":{"start":1724861196778,"stop":1724861196809,"duration":31}}]},"d2e3f69f950ef816d5eedf3d7d1539a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5cb3e839e5721dca","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5cb3e839e5721dca","status":"passed","time":{"start":1724921619630,"stop":1724921619631,"duration":1}}]},"56378fb25e95279665f087ccbb869f6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7e09e57893b8cc62","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7e09e57893b8cc62","status":"passed","time":{"start":1724921037761,"stop":1724921037761,"duration":0}},{"uid":"3a142c414ff9ad05","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3a142c414ff9ad05","status":"passed","time":{"start":1724921013107,"stop":1724921013107,"duration":0}},{"uid":"435f87d896773f5a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/435f87d896773f5a","status":"passed","time":{"start":1724917673400,"stop":1724917673401,"duration":1}},{"uid":"ed27df6ce4f10067","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ed27df6ce4f10067","status":"passed","time":{"start":1724889452425,"stop":1724889452425,"duration":0}},{"uid":"2d5c1a45cc4020c3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d5c1a45cc4020c3","status":"passed","time":{"start":1724888602932,"stop":1724888602932,"duration":0}},{"uid":"14f375dc34f3cf16","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/14f375dc34f3cf16","status":"passed","time":{"start":1724887759206,"stop":1724887759206,"duration":0}},{"uid":"d77d968ca68a4c26","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d77d968ca68a4c26","status":"passed","time":{"start":1724886525513,"stop":1724886525513,"duration":0}},{"uid":"dc4c7e470923d957","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dc4c7e470923d957","status":"passed","time":{"start":1724886303418,"stop":1724886303418,"duration":0}},{"uid":"621b2a0ed13e096c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/621b2a0ed13e096c","status":"passed","time":{"start":1724861752254,"stop":1724861752254,"duration":0}},{"uid":"671c556d5e2524e1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/671c556d5e2524e1","status":"passed","time":{"start":1724861223392,"stop":1724861223393,"duration":1}},{"uid":"3dc42b8c0fee9c8f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3dc42b8c0fee9c8f","status":"passed","time":{"start":1724861045267,"stop":1724861045267,"duration":0}},{"uid":"afe708c0e6636314","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/afe708c0e6636314","status":"passed","time":{"start":1724860907341,"stop":1724860907341,"duration":0}}]},"65c7e74aa1537d3c3d2a1e57c6634030:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7b5f77c9b0e53a29","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7b5f77c9b0e53a29","status":"passed","time":{"start":1724921037652,"stop":1724921037652,"duration":0}},{"uid":"58de21332ffd7dc0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/58de21332ffd7dc0","status":"passed","time":{"start":1724921013065,"stop":1724921013065,"duration":0}},{"uid":"6a3557fe60e2952","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6a3557fe60e2952","status":"passed","time":{"start":1724917673306,"stop":1724917673306,"duration":0}},{"uid":"4b3d8cc4f91d06dc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b3d8cc4f91d06dc","status":"passed","time":{"start":1724889452325,"stop":1724889452325,"duration":0}},{"uid":"66f590741e814e4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/66f590741e814e4","status":"passed","time":{"start":1724888602858,"stop":1724888602858,"duration":0}},{"uid":"17c5b02646659936","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/17c5b02646659936","status":"passed","time":{"start":1724887759178,"stop":1724887759178,"duration":0}},{"uid":"a5f64c4d8db9fbc6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a5f64c4d8db9fbc6","status":"passed","time":{"start":1724886525556,"stop":1724886525556,"duration":0}},{"uid":"4661952d9628c059","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4661952d9628c059","status":"passed","time":{"start":1724886303412,"stop":1724886303412,"duration":0}},{"uid":"fb2ca71d0b1d6ec9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb2ca71d0b1d6ec9","status":"passed","time":{"start":1724861752248,"stop":1724861752249,"duration":1}},{"uid":"dcf221fd77054d9b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dcf221fd77054d9b","status":"passed","time":{"start":1724861223369,"stop":1724861223369,"duration":0}},{"uid":"ec9c8c865326d663","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ec9c8c865326d663","status":"passed","time":{"start":1724861045218,"stop":1724861045218,"duration":0}},{"uid":"45f037753bca1529","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/45f037753bca1529","status":"passed","time":{"start":1724860907104,"stop":1724860907104,"duration":0}}]},"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ed11507b7df4574e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ed11507b7df4574e","status":"passed","time":{"start":1724921297006,"stop":1724921297007,"duration":1}},{"uid":"9c5494fdb8a6c4db","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9c5494fdb8a6c4db","status":"passed","time":{"start":1724921276367,"stop":1724921276367,"duration":0}},{"uid":"2a0cc83905c6224d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2a0cc83905c6224d","status":"passed","time":{"start":1724917948322,"stop":1724917948323,"duration":1}},{"uid":"d094c7dcb6ff544a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d094c7dcb6ff544a","status":"passed","time":{"start":1724889729008,"stop":1724889729008,"duration":0}},{"uid":"a4f81c70284dab28","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a4f81c70284dab28","status":"passed","time":{"start":1724888864953,"stop":1724888864953,"duration":0}},{"uid":"2157bf0e3fcc68c3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2157bf0e3fcc68c3","status":"passed","time":{"start":1724888053746,"stop":1724888053747,"duration":1}},{"uid":"5c0645cb2468a20b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5c0645cb2468a20b","status":"passed","time":{"start":1724886811661,"stop":1724886811661,"duration":0}},{"uid":"32a85f3c0f223fe1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/32a85f3c0f223fe1","status":"passed","time":{"start":1724886581003,"stop":1724886581003,"duration":0}},{"uid":"97cc3b7230ca9af0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97cc3b7230ca9af0","status":"passed","time":{"start":1724862019560,"stop":1724862019561,"duration":1}},{"uid":"db6a62063e394a75","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/db6a62063e394a75","status":"passed","time":{"start":1724861493936,"stop":1724861493937,"duration":1}},{"uid":"568f31c4690d7520","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/568f31c4690d7520","status":"passed","time":{"start":1724861318028,"stop":1724861318028,"duration":0}},{"uid":"7726e256e6f52a75","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7726e256e6f52a75","status":"passed","time":{"start":1724861178515,"stop":1724861178515,"duration":0}}]},"b4e67c86d1f535129b0ed163d8dc8b50:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4e10595305ade239","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4e10595305ade239","status":"passed","time":{"start":1724921037632,"stop":1724921037632,"duration":0}},{"uid":"dba6f2c933dddb43","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dba6f2c933dddb43","status":"passed","time":{"start":1724921013045,"stop":1724921013045,"duration":0}},{"uid":"dbc8c76c534159ea","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dbc8c76c534159ea","status":"passed","time":{"start":1724917673288,"stop":1724917673288,"duration":0}},{"uid":"b076677b81aa9846","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b076677b81aa9846","status":"passed","time":{"start":1724889452307,"stop":1724889452307,"duration":0}},{"uid":"ca407d7f36e827ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ca407d7f36e827ee","status":"passed","time":{"start":1724888602837,"stop":1724888602837,"duration":0}},{"uid":"ca9e30c49e0be95f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ca9e30c49e0be95f","status":"passed","time":{"start":1724887759161,"stop":1724887759161,"duration":0}},{"uid":"8a9c8e1878bf06be","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a9c8e1878bf06be","status":"passed","time":{"start":1724886525541,"stop":1724886525541,"duration":0}},{"uid":"176e7168724ec524","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/176e7168724ec524","status":"passed","time":{"start":1724886303393,"stop":1724886303394,"duration":1}},{"uid":"ff2cb99c3d53163f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff2cb99c3d53163f","status":"passed","time":{"start":1724861752224,"stop":1724861752224,"duration":0}},{"uid":"1c606d090516fe84","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1c606d090516fe84","status":"passed","time":{"start":1724861223352,"stop":1724861223352,"duration":0}},{"uid":"272ce4d123aa75ff","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/272ce4d123aa75ff","status":"passed","time":{"start":1724861045199,"stop":1724861045199,"duration":0}},{"uid":"a4c0f75c5b15e474","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a4c0f75c5b15e474","status":"passed","time":{"start":1724860907082,"stop":1724860907082,"duration":0}}]},"589b1b7a6d9807934ff98a31643c4d34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bd5a5d41e71fd062","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bd5a5d41e71fd062","status":"passed","time":{"start":1724921602951,"stop":1724921602951,"duration":0}},{"uid":"214467f55c433ec","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/214467f55c433ec","status":"passed","time":{"start":1724921571096,"stop":1724921571096,"duration":0}},{"uid":"80d4ee827b8e6988","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/80d4ee827b8e6988","status":"passed","time":{"start":1724918285586,"stop":1724918285586,"duration":0}},{"uid":"76006fcd1e9022ec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/76006fcd1e9022ec","status":"passed","time":{"start":1724890030089,"stop":1724890030090,"duration":1}},{"uid":"dc8e632d8b466c85","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dc8e632d8b466c85","status":"passed","time":{"start":1724889171908,"stop":1724889171908,"duration":0}},{"uid":"ae8a5d553e7475ac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ae8a5d553e7475ac","status":"passed","time":{"start":1724888350721,"stop":1724888350721,"duration":0}},{"uid":"3161b29a9fe71d85","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3161b29a9fe71d85","status":"passed","time":{"start":1724887115408,"stop":1724887115408,"duration":0}},{"uid":"13be2830fad678d9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/13be2830fad678d9","status":"passed","time":{"start":1724886884574,"stop":1724886884574,"duration":0}},{"uid":"b830592ce9421a6e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b830592ce9421a6e","status":"passed","time":{"start":1724862322248,"stop":1724862322256,"duration":8}},{"uid":"fc068d42698a97f7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fc068d42698a97f7","status":"passed","time":{"start":1724861790751,"stop":1724861790751,"duration":0}},{"uid":"296f553b102d1ecc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/296f553b102d1ecc","status":"passed","time":{"start":1724861628420,"stop":1724861628420,"duration":0}},{"uid":"4e7132045d3b642a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4e7132045d3b642a","status":"passed","time":{"start":1724861465624,"stop":1724861465624,"duration":0}}]},"513731380c77ca152026bf7c14a48d8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"acb13426ae59bc3b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/acb13426ae59bc3b","status":"passed","time":{"start":1724921270356,"stop":1724921270356,"duration":0}},{"uid":"7fa2b7a6c8b7e2d1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7fa2b7a6c8b7e2d1","status":"passed","time":{"start":1724921247817,"stop":1724921247817,"duration":0}},{"uid":"dd1f89f6859f37cb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd1f89f6859f37cb","status":"passed","time":{"start":1724917989817,"stop":1724917989818,"duration":1}},{"uid":"7dc1d841333f3f45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7dc1d841333f3f45","status":"passed","time":{"start":1724889678550,"stop":1724889678550,"duration":0}},{"uid":"cc818da2b914da05","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc818da2b914da05","status":"passed","time":{"start":1724888829842,"stop":1724888829842,"duration":0}},{"uid":"9314119e9dc33625","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9314119e9dc33625","status":"passed","time":{"start":1724888077008,"stop":1724888077009,"duration":1}},{"uid":"a7597f887ed412de","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a7597f887ed412de","status":"passed","time":{"start":1724886851124,"stop":1724886851125,"duration":1}},{"uid":"524b2ce1d0289cdc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/524b2ce1d0289cdc","status":"passed","time":{"start":1724886647110,"stop":1724886647110,"duration":0}},{"uid":"5cc43ffb7aeb7041","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5cc43ffb7aeb7041","status":"passed","time":{"start":1724861992712,"stop":1724861992712,"duration":0}},{"uid":"1800463929e8d708","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1800463929e8d708","status":"passed","time":{"start":1724861469641,"stop":1724861469642,"duration":1}},{"uid":"2c7515bb499e8269","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2c7515bb499e8269","status":"passed","time":{"start":1724861284856,"stop":1724861284857,"duration":1}},{"uid":"65aa0a4f696e36df","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/65aa0a4f696e36df","status":"passed","time":{"start":1724861145804,"stop":1724861145804,"duration":0}}]},"6f5b90b3cba7391b90c4abf847b2005b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"657712aa93def4ec","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/657712aa93def4ec","status":"passed","time":{"start":1724918179399,"stop":1724918179400,"duration":1}}]},"366fa7007de643f93bf9b36a29fcebb4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aa35019d0c3174c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aa35019d0c3174c7","status":"passed","time":{"start":1724889938368,"stop":1724889938368,"duration":0}}]},"1a3a6d1ae0d567935eaad8885460e7c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1b492faa962be216","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1b492faa962be216","status":"passed","time":{"start":1724921515223,"stop":1724921515223,"duration":0}},{"uid":"97914bba1326471","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/97914bba1326471","status":"passed","time":{"start":1724921475443,"stop":1724921475443,"duration":0}},{"uid":"8414d325372abdae","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8414d325372abdae","status":"passed","time":{"start":1724918179396,"stop":1724918179397,"duration":1}},{"uid":"922c7d60325e3b81","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/922c7d60325e3b81","status":"passed","time":{"start":1724889935338,"stop":1724889935338,"duration":0}},{"uid":"52ab50a7b3a18980","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52ab50a7b3a18980","status":"passed","time":{"start":1724889072750,"stop":1724889072751,"duration":1}},{"uid":"860e8565781ffa2c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/860e8565781ffa2c","status":"passed","time":{"start":1724888232412,"stop":1724888232412,"duration":0}},{"uid":"2be723e70b9aab3f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2be723e70b9aab3f","status":"passed","time":{"start":1724887018292,"stop":1724887018292,"duration":0}},{"uid":"2d94e50c0f01f977","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2d94e50c0f01f977","status":"passed","time":{"start":1724886781476,"stop":1724886781476,"duration":0}},{"uid":"5647ff592dc58ab4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5647ff592dc58ab4","status":"passed","time":{"start":1724862213659,"stop":1724862213660,"duration":1}},{"uid":"34775a2172a0d9ed","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/34775a2172a0d9ed","status":"passed","time":{"start":1724861685852,"stop":1724861685853,"duration":1}},{"uid":"5ec24c5a6cc909fb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5ec24c5a6cc909fb","status":"passed","time":{"start":1724861546169,"stop":1724861546169,"duration":0}},{"uid":"d757d525065aef6d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d757d525065aef6d","status":"passed","time":{"start":1724861378107,"stop":1724861378108,"duration":1}}]},"3884349e6f873a1d438a98af624ac63b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"97f514d7c2ca01cb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/97f514d7c2ca01cb","status":"passed","time":{"start":1724921270364,"stop":1724921270364,"duration":0}},{"uid":"a3e14ee42b42b92","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a3e14ee42b42b92","status":"passed","time":{"start":1724921247825,"stop":1724921247826,"duration":1}},{"uid":"65ba34e00fa49208","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/65ba34e00fa49208","status":"passed","time":{"start":1724917989822,"stop":1724917989823,"duration":1}},{"uid":"f3fc8679df91a1f7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3fc8679df91a1f7","status":"passed","time":{"start":1724889678568,"stop":1724889678568,"duration":0}},{"uid":"13d896f359973db2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/13d896f359973db2","status":"passed","time":{"start":1724888829846,"stop":1724888829847,"duration":1}},{"uid":"64f35bcb7de6adfb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/64f35bcb7de6adfb","status":"passed","time":{"start":1724888077014,"stop":1724888077015,"duration":1}},{"uid":"46bd8e8e66e198d7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/46bd8e8e66e198d7","status":"passed","time":{"start":1724886851130,"stop":1724886851130,"duration":0}},{"uid":"60230242fc95804a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/60230242fc95804a","status":"passed","time":{"start":1724886647120,"stop":1724886647120,"duration":0}},{"uid":"e2511c49aa400cd9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e2511c49aa400cd9","status":"passed","time":{"start":1724861992716,"stop":1724861992716,"duration":0}},{"uid":"4f0167088d602e41","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4f0167088d602e41","status":"passed","time":{"start":1724861469648,"stop":1724861469648,"duration":0}},{"uid":"6989e3afeb9baa16","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6989e3afeb9baa16","status":"passed","time":{"start":1724861284870,"stop":1724861284870,"duration":0}},{"uid":"2f1c6ab38a5deec6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2f1c6ab38a5deec6","status":"passed","time":{"start":1724861145816,"stop":1724861145818,"duration":2}}]},"bd81d7ffdaed09a1e3e9db53db89999f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"339338c04ef6ba9e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/339338c04ef6ba9e","status":"passed","time":{"start":1724921515228,"stop":1724921515229,"duration":1}},{"uid":"20dcd453fe4d74ce","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/20dcd453fe4d74ce","status":"passed","time":{"start":1724921475448,"stop":1724921475448,"duration":0}},{"uid":"8d64c25d23c8bb52","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8d64c25d23c8bb52","status":"passed","time":{"start":1724918179402,"stop":1724918179403,"duration":1}},{"uid":"6d2b3e4471ab4832","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d2b3e4471ab4832","status":"passed","time":{"start":1724889935342,"stop":1724889935343,"duration":1}},{"uid":"43f30aa4b9c74e4e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/43f30aa4b9c74e4e","status":"passed","time":{"start":1724889072755,"stop":1724889072756,"duration":1}},{"uid":"94fe04dba54fadd7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/94fe04dba54fadd7","status":"passed","time":{"start":1724888232417,"stop":1724888232417,"duration":0}},{"uid":"1cdd655cd49001ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1cdd655cd49001ba","status":"passed","time":{"start":1724887018304,"stop":1724887018305,"duration":1}},{"uid":"504ef5a148885172","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/504ef5a148885172","status":"passed","time":{"start":1724886781481,"stop":1724886781482,"duration":1}},{"uid":"be3b3d796ca17a93","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/be3b3d796ca17a93","status":"passed","time":{"start":1724862213664,"stop":1724862213665,"duration":1}},{"uid":"1713cae1d3ff1756","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1713cae1d3ff1756","status":"passed","time":{"start":1724861685858,"stop":1724861685858,"duration":0}},{"uid":"40db932f542fa142","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/40db932f542fa142","status":"passed","time":{"start":1724861546179,"stop":1724861546179,"duration":0}},{"uid":"d71632ff9e5536d7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d71632ff9e5536d7","status":"passed","time":{"start":1724861378113,"stop":1724861378113,"duration":0}}]},"bd6b420fe72d53673925d5e9ff70af86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"97b967044d80a609","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/97b967044d80a609","status":"passed","time":{"start":1724921270353,"stop":1724921270354,"duration":1}},{"uid":"c6e540e61fbf115","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c6e540e61fbf115","status":"passed","time":{"start":1724921247815,"stop":1724921247815,"duration":0}},{"uid":"cbbabbe269505f1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cbbabbe269505f1","status":"passed","time":{"start":1724917989815,"stop":1724917989815,"duration":0}},{"uid":"eeb8b8664362424a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eeb8b8664362424a","status":"passed","time":{"start":1724889678548,"stop":1724889678548,"duration":0}},{"uid":"e2a46fa7c31572da","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e2a46fa7c31572da","status":"passed","time":{"start":1724888829834,"stop":1724888829835,"duration":1}},{"uid":"7be6ace5e6a9eeaa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7be6ace5e6a9eeaa","status":"passed","time":{"start":1724888076989,"stop":1724888076989,"duration":0}},{"uid":"e2ee60aa8b3534ce","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e2ee60aa8b3534ce","status":"passed","time":{"start":1724886851122,"stop":1724886851122,"duration":0}},{"uid":"53e7f6164a0f3b49","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/53e7f6164a0f3b49","status":"passed","time":{"start":1724886647098,"stop":1724886647099,"duration":1}},{"uid":"c3a0aaf44636e3c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c3a0aaf44636e3c9","status":"passed","time":{"start":1724861992710,"stop":1724861992710,"duration":0}},{"uid":"83d067ea764f8821","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/83d067ea764f8821","status":"passed","time":{"start":1724861469639,"stop":1724861469639,"duration":0}},{"uid":"cde7c126f33c6162","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cde7c126f33c6162","status":"passed","time":{"start":1724861284854,"stop":1724861284854,"duration":0}},{"uid":"1f260f7b870ae336","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1f260f7b870ae336","status":"passed","time":{"start":1724861145799,"stop":1724861145799,"duration":0}}]},"dc3df9558d2892feb187cc35786c1bbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":8,"unknown":0,"total":12},"items":[{"uid":"e301018e69a077a1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e301018e69a077a1","status":"passed","time":{"start":1724921196357,"stop":1724921196357,"duration":0}},{"uid":"ee9dea8a037688d8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ee9dea8a037688d8","status":"passed","time":{"start":1724921173181,"stop":1724921173181,"duration":0}},{"uid":"2f9f655064851c02","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2f9f655064851c02","status":"broken","statusDetails":"expected 1 to equal 2","time":{"start":1724917930828,"stop":1724917930831,"duration":3}},{"uid":"7b4bb5e830981d0c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b4bb5e830981d0c","status":"passed","time":{"start":1724889621017,"stop":1724889621017,"duration":0}},{"uid":"5c44a6615b2f2d11","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5c44a6615b2f2d11","status":"passed","time":{"start":1724888759389,"stop":1724888759389,"duration":0}},{"uid":"eb46ea2010c84a4a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eb46ea2010c84a4a","status":"broken","statusDetails":"expected 1 to equal 2","time":{"start":1724888015045,"stop":1724888015046,"duration":1}},{"uid":"e9f1075d07fce376","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e9f1075d07fce376","status":"broken","statusDetails":"expected 1 to equal 2","time":{"start":1724886784544,"stop":1724886784545,"duration":1}},{"uid":"15fe7d1fe30318d9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/15fe7d1fe30318d9","status":"broken","statusDetails":"expected 1 to equal 2","time":{"start":1724886566532,"stop":1724886566533,"duration":1}},{"uid":"f2496d9ffbea35f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2496d9ffbea35f9","status":"passed","time":{"start":1724861915534,"stop":1724861915534,"duration":0}},{"uid":"3d6991fff5a6fb26","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3d6991fff5a6fb26","status":"passed","time":{"start":1724861379725,"stop":1724861379725,"duration":0}},{"uid":"2890317a6c743e0c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2890317a6c743e0c","status":"passed","time":{"start":1724861206879,"stop":1724861206880,"duration":1}},{"uid":"9758fae5f66e0adb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9758fae5f66e0adb","status":"passed","time":{"start":1724861067560,"stop":1724861067560,"duration":0}}]},"f7868e6b85a42969a816271884c08d83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6427376602917948","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6427376602917948","status":"passed","time":{"start":1724921379981,"stop":1724921379981,"duration":0}},{"uid":"91133b9a8ec0f661","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/91133b9a8ec0f661","status":"passed","time":{"start":1724921359717,"stop":1724921359717,"duration":0}},{"uid":"7d75617119164c49","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7d75617119164c49","status":"passed","time":{"start":1724918127249,"stop":1724918127249,"duration":0}},{"uid":"b22317fdda2c5b8f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b22317fdda2c5b8f","status":"passed","time":{"start":1724889805615,"stop":1724889805616,"duration":1}},{"uid":"6d72a515ab7fd2e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d72a515ab7fd2e1","status":"passed","time":{"start":1724888940695,"stop":1724888940695,"duration":0}},{"uid":"74a1abf1da686f95","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/74a1abf1da686f95","status":"passed","time":{"start":1724888168653,"stop":1724888168653,"duration":0}},{"uid":"ce0e2c6ec894a865","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ce0e2c6ec894a865","status":"passed","time":{"start":1724886924219,"stop":1724886924220,"duration":1}},{"uid":"4ff5b796e69169d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4ff5b796e69169d","status":"passed","time":{"start":1724886701807,"stop":1724886701807,"duration":0}},{"uid":"26cfcfb45c076003","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/26cfcfb45c076003","status":"passed","time":{"start":1724862112743,"stop":1724862112744,"duration":1}},{"uid":"f758edf042ddc8a2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f758edf042ddc8a2","status":"passed","time":{"start":1724861584871,"stop":1724861584872,"duration":1}},{"uid":"ac1722bca2a317c7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac1722bca2a317c7","status":"passed","time":{"start":1724861464518,"stop":1724861464518,"duration":0}},{"uid":"fe556d942374e8cb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fe556d942374e8cb","status":"passed","time":{"start":1724861254919,"stop":1724861254919,"duration":0}}]},"8697a2f340a0994fc8e2296e5a1d9038:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e3c248b7f48c5225","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e3c248b7f48c5225","status":"passed","time":{"start":1724921196358,"stop":1724921196359,"duration":1}},{"uid":"39e15783be0843f4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/39e15783be0843f4","status":"passed","time":{"start":1724921173183,"stop":1724921173183,"duration":0}},{"uid":"76a361c3c56c31ec","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/76a361c3c56c31ec","status":"passed","time":{"start":1724917930834,"stop":1724917930835,"duration":1}},{"uid":"1a37354a0daf2a19","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1a37354a0daf2a19","status":"passed","time":{"start":1724889621018,"stop":1724889621018,"duration":0}},{"uid":"c3c15fca159be9c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c3c15fca159be9c7","status":"passed","time":{"start":1724888759390,"stop":1724888759390,"duration":0}},{"uid":"e0d6decceb13d5b1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e0d6decceb13d5b1","status":"passed","time":{"start":1724888015049,"stop":1724888015050,"duration":1}},{"uid":"ddb7c560dbcf6770","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ddb7c560dbcf6770","status":"passed","time":{"start":1724886784548,"stop":1724886784549,"duration":1}},{"uid":"366b09cfe689ad1a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/366b09cfe689ad1a","status":"passed","time":{"start":1724886566535,"stop":1724886566535,"duration":0}},{"uid":"8d32f17279b91673","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8d32f17279b91673","status":"passed","time":{"start":1724861915535,"stop":1724861915535,"duration":0}},{"uid":"12533dba87c349f0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/12533dba87c349f0","status":"passed","time":{"start":1724861379726,"stop":1724861379726,"duration":0}},{"uid":"bc58fb1e4b8e5f13","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bc58fb1e4b8e5f13","status":"passed","time":{"start":1724861206881,"stop":1724861206881,"duration":0}},{"uid":"c8ced88e238ba588","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c8ced88e238ba588","status":"passed","time":{"start":1724861067561,"stop":1724861067561,"duration":0}}]},"910abab3840431832d3bc4edf8e0a85b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9e7b23dbf6e5a846","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9e7b23dbf6e5a846","status":"passed","time":{"start":1724921046200,"stop":1724921046200,"duration":0}},{"uid":"9cbdf9a6a37e756c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9cbdf9a6a37e756c","status":"passed","time":{"start":1724921021471,"stop":1724921021471,"duration":0}},{"uid":"4f46372606a5e0b9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4f46372606a5e0b9","status":"passed","time":{"start":1724917681719,"stop":1724917681719,"duration":0}},{"uid":"2452bb9daf93a6d3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2452bb9daf93a6d3","status":"passed","time":{"start":1724889460651,"stop":1724889460651,"duration":0}},{"uid":"3ea927de155fa467","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3ea927de155fa467","status":"passed","time":{"start":1724888611291,"stop":1724888611292,"duration":1}},{"uid":"2cd13ba8bb105ac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2cd13ba8bb105ac","status":"passed","time":{"start":1724887767616,"stop":1724887767620,"duration":4}},{"uid":"4176446fe6d9cd4a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4176446fe6d9cd4a","status":"passed","time":{"start":1724886533986,"stop":1724886533986,"duration":0}},{"uid":"edc8a42910707aac","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/edc8a42910707aac","status":"passed","time":{"start":1724886311754,"stop":1724886311754,"duration":0}},{"uid":"8227f46ad3954a4e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8227f46ad3954a4e","status":"passed","time":{"start":1724861760770,"stop":1724861760770,"duration":0}},{"uid":"9c410ea516bec0f1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9c410ea516bec0f1","status":"passed","time":{"start":1724861231730,"stop":1724861231730,"duration":0}},{"uid":"3055da348f1e3c3d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3055da348f1e3c3d","status":"passed","time":{"start":1724861054251,"stop":1724861054251,"duration":0}},{"uid":"fddf368bbb0cca15","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fddf368bbb0cca15","status":"passed","time":{"start":1724860915810,"stop":1724860915810,"duration":0}}]},"d96d9d45dfbea2e5c04ce12f773c44a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"32f538666d902a0a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/32f538666d902a0a","status":"passed","time":{"start":1724921540110,"stop":1724921540110,"duration":0}},{"uid":"b852083d1f2e0039","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b852083d1f2e0039","status":"passed","time":{"start":1724921503541,"stop":1724921503541,"duration":0}},{"uid":"a63b6b2a047b693b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a63b6b2a047b693b","status":"passed","time":{"start":1724918214370,"stop":1724918214370,"duration":0}},{"uid":"37024761e4d387bf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37024761e4d387bf","status":"passed","time":{"start":1724889952445,"stop":1724889952446,"duration":1}},{"uid":"1b31d5407363020f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1b31d5407363020f","status":"passed","time":{"start":1724889087470,"stop":1724889087470,"duration":0}},{"uid":"d532d1316f743ef7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d532d1316f743ef7","status":"passed","time":{"start":1724888266431,"stop":1724888266431,"duration":0}},{"uid":"970e29147ed43c82","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/970e29147ed43c82","status":"passed","time":{"start":1724887042932,"stop":1724887042933,"duration":1}},{"uid":"afb0545297124fa","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/afb0545297124fa","status":"passed","time":{"start":1724886820800,"stop":1724886820801,"duration":1}},{"uid":"c84b9da1e9c92aac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c84b9da1e9c92aac","status":"passed","time":{"start":1724862245491,"stop":1724862245491,"duration":0}},{"uid":"75bc188af9136a16","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/75bc188af9136a16","status":"passed","time":{"start":1724861720405,"stop":1724861720405,"duration":0}},{"uid":"7a1d40595c6b8a68","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7a1d40595c6b8a68","status":"passed","time":{"start":1724861579395,"stop":1724861579396,"duration":1}},{"uid":"60386367012a7b9c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/60386367012a7b9c","status":"passed","time":{"start":1724861402509,"stop":1724861402509,"duration":0}}]},"e12a3d3b8a340fd1eb8ead6cc892e2b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7e4099b4edee5f7d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7e4099b4edee5f7d","status":"passed","time":{"start":1724921267872,"stop":1724921267872,"duration":0}}]},"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5076bcf531f8dd6b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5076bcf531f8dd6b","status":"passed","time":{"start":1724921128572,"stop":1724921128582,"duration":10}},{"uid":"cf3c4d21ee0c2202","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cf3c4d21ee0c2202","status":"passed","time":{"start":1724921103677,"stop":1724921103679,"duration":2}},{"uid":"b5ea2b8016998140","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b5ea2b8016998140","status":"passed","time":{"start":1724917763729,"stop":1724917763730,"duration":1}},{"uid":"7b88d8c283d9a8bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b88d8c283d9a8bd","status":"passed","time":{"start":1724889543374,"stop":1724889543389,"duration":15}},{"uid":"fcba857479298de5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fcba857479298de5","status":"passed","time":{"start":1724888692506,"stop":1724888692507,"duration":1}},{"uid":"4ef0b1c21ebb69b0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4ef0b1c21ebb69b0","status":"passed","time":{"start":1724887850416,"stop":1724887850416,"duration":0}},{"uid":"7a2cbb7749aaa67a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7a2cbb7749aaa67a","status":"passed","time":{"start":1724886617181,"stop":1724886617182,"duration":1}},{"uid":"a7864c45fd58cd4f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a7864c45fd58cd4f","status":"passed","time":{"start":1724886394913,"stop":1724886394914,"duration":1}},{"uid":"f9ebc0b7395390af","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9ebc0b7395390af","status":"passed","time":{"start":1724861844375,"stop":1724861844375,"duration":0}},{"uid":"ac258cf21b8592e5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ac258cf21b8592e5","status":"passed","time":{"start":1724861313417,"stop":1724861313418,"duration":1}},{"uid":"585e2d6f9657bc53","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/585e2d6f9657bc53","status":"passed","time":{"start":1724861139653,"stop":1724861139653,"duration":0}},{"uid":"58f68f2a80c32b29","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/58f68f2a80c32b29","status":"passed","time":{"start":1724860999513,"stop":1724860999513,"duration":0}}]},"36bb3ee8fcfb200feda70b5f4761eabf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"14cbcc48d0fac80d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/14cbcc48d0fac80d","status":"passed","time":{"start":1724921267873,"stop":1724921267874,"duration":1}},{"uid":"876add97b2f4997c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/876add97b2f4997c","status":"passed","time":{"start":1724921244386,"stop":1724921244387,"duration":1}},{"uid":"5af38f099059b1cd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5af38f099059b1cd","status":"passed","time":{"start":1724917916058,"stop":1724917916058,"duration":0}},{"uid":"d626e62f74afadff","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d626e62f74afadff","status":"passed","time":{"start":1724889678259,"stop":1724889678259,"duration":0}},{"uid":"4b3aab4907996536","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b3aab4907996536","status":"passed","time":{"start":1724888831688,"stop":1724888831688,"duration":0}},{"uid":"933f6e16158b178a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/933f6e16158b178a","status":"passed","time":{"start":1724888003323,"stop":1724888003324,"duration":1}},{"uid":"2910e2245e5c9362","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2910e2245e5c9362","status":"passed","time":{"start":1724886776612,"stop":1724886776613,"duration":1}},{"uid":"87be36d9b7851ae2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/87be36d9b7851ae2","status":"passed","time":{"start":1724886555801,"stop":1724886555802,"duration":1}},{"uid":"b983a63141cfab29","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b983a63141cfab29","status":"passed","time":{"start":1724861983014,"stop":1724861983014,"duration":0}},{"uid":"628d5e9d745ffd7b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/628d5e9d745ffd7b","status":"passed","time":{"start":1724861444070,"stop":1724861444070,"duration":0}},{"uid":"d971c6432a17d0a7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d971c6432a17d0a7","status":"passed","time":{"start":1724861285838,"stop":1724861285838,"duration":0}},{"uid":"f92ba2da2d8827af","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f92ba2da2d8827af","status":"passed","time":{"start":1724861145676,"stop":1724861145676,"duration":0}}]},"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c4ab663adef46592","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c4ab663adef46592","status":"passed","time":{"start":1724921563006,"stop":1724921563007,"duration":1}},{"uid":"c50939497abcf2dc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c50939497abcf2dc","status":"passed","time":{"start":1724921526808,"stop":1724921526809,"duration":1}},{"uid":"b95cfb381cf3736a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b95cfb381cf3736a","status":"passed","time":{"start":1724918239932,"stop":1724918239932,"duration":0}},{"uid":"f0bf6da396607940","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f0bf6da396607940","status":"passed","time":{"start":1724889980880,"stop":1724889980881,"duration":1}},{"uid":"293bf65e69ed7714","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/293bf65e69ed7714","status":"passed","time":{"start":1724889109946,"stop":1724889109946,"duration":0}},{"uid":"d6c335e04ce279e0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d6c335e04ce279e0","status":"passed","time":{"start":1724888294718,"stop":1724888294718,"duration":0}},{"uid":"3259f92ee5499e77","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3259f92ee5499e77","status":"passed","time":{"start":1724887071734,"stop":1724887071735,"duration":1}},{"uid":"7696a4a74e284e54","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7696a4a74e284e54","status":"passed","time":{"start":1724886848340,"stop":1724886848341,"duration":1}},{"uid":"7af973558ea2e47f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7af973558ea2e47f","status":"passed","time":{"start":1724862259242,"stop":1724862259242,"duration":0}},{"uid":"a733a21944098e2e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a733a21944098e2e","status":"passed","time":{"start":1724861735321,"stop":1724861735321,"duration":0}},{"uid":"1d9302ed8e18fe32","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1d9302ed8e18fe32","status":"passed","time":{"start":1724861606334,"stop":1724861606335,"duration":1}},{"uid":"6afbe909768ff909","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6afbe909768ff909","status":"passed","time":{"start":1724861426680,"stop":1724861426681,"duration":1}}]},"a994d450a82127230549fc5bddc67bd3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"dd8abdc0d7a442a0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dd8abdc0d7a442a0","status":"passed","time":{"start":1724921037648,"stop":1724921037648,"duration":0}},{"uid":"f84dec9f86818d75","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f84dec9f86818d75","status":"passed","time":{"start":1724921013060,"stop":1724921013060,"duration":0}},{"uid":"1296510046ca3d50","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1296510046ca3d50","status":"passed","time":{"start":1724917673301,"stop":1724917673301,"duration":0}},{"uid":"cace836effb22f6f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cace836effb22f6f","status":"passed","time":{"start":1724889452321,"stop":1724889452321,"duration":0}},{"uid":"26461e5903564643","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/26461e5903564643","status":"passed","time":{"start":1724888602853,"stop":1724888602853,"duration":0}},{"uid":"42fa252614a4e7aa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/42fa252614a4e7aa","status":"passed","time":{"start":1724887759174,"stop":1724887759174,"duration":0}},{"uid":"27c7955c0aa49828","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/27c7955c0aa49828","status":"passed","time":{"start":1724886525553,"stop":1724886525553,"duration":0}},{"uid":"cae27065f67bfc5b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cae27065f67bfc5b","status":"passed","time":{"start":1724886303407,"stop":1724886303408,"duration":1}},{"uid":"ae225c4a52e5b049","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ae225c4a52e5b049","status":"passed","time":{"start":1724861752240,"stop":1724861752240,"duration":0}},{"uid":"815fa0f848293864","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/815fa0f848293864","status":"passed","time":{"start":1724861223364,"stop":1724861223364,"duration":0}},{"uid":"b2d75be5cf2bc86d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b2d75be5cf2bc86d","status":"passed","time":{"start":1724861045213,"stop":1724861045213,"duration":0}},{"uid":"cf5b133d6f0ff8a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cf5b133d6f0ff8a","status":"passed","time":{"start":1724860907098,"stop":1724860907099,"duration":1}}]},"1448dc610e92b4a18491cc1a32b179a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2cba0604524cb769","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2cba0604524cb769","status":"passed","time":{"start":1724921073460,"stop":1724921073461,"duration":1}},{"uid":"da90af04bcbc7d43","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/da90af04bcbc7d43","status":"passed","time":{"start":1724921048448,"stop":1724921048448,"duration":0}},{"uid":"50ed6e0107c61a61","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/50ed6e0107c61a61","status":"passed","time":{"start":1724917708700,"stop":1724917708701,"duration":1}},{"uid":"f6edcc51f9223c3f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f6edcc51f9223c3f","status":"passed","time":{"start":1724889487517,"stop":1724889487517,"duration":0}},{"uid":"e339750729711ad7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e339750729711ad7","status":"passed","time":{"start":1724888638224,"stop":1724888638224,"duration":0}},{"uid":"98f0b3204ea5bc50","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/98f0b3204ea5bc50","status":"passed","time":{"start":1724887794484,"stop":1724887794484,"duration":0}},{"uid":"85c0629b529bef37","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/85c0629b529bef37","status":"passed","time":{"start":1724886561407,"stop":1724886561407,"duration":0}},{"uid":"d3e9c2ca67ede24a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d3e9c2ca67ede24a","status":"passed","time":{"start":1724886339063,"stop":1724886339063,"duration":0}},{"uid":"406c5845a0b10e81","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/406c5845a0b10e81","status":"passed","time":{"start":1724861788384,"stop":1724861788384,"duration":0}},{"uid":"17c01b414067b883","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/17c01b414067b883","status":"passed","time":{"start":1724861258536,"stop":1724861258537,"duration":1}},{"uid":"8a6c7c16095078db","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8a6c7c16095078db","status":"passed","time":{"start":1724861082796,"stop":1724861082797,"duration":1}},{"uid":"248d8447c3c60db5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/248d8447c3c60db5","status":"passed","time":{"start":1724860943249,"stop":1724860943249,"duration":0}}]},"f46650c1d06af18386abdb848fbc8611:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"517567f809fc9f8a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/517567f809fc9f8a","status":"passed","time":{"start":1724861655160,"stop":1724861655160,"duration":0}}]},"9ab7c2056d356e71723d3d28c3e2e25f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e76f2b61f95f7cd5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e76f2b61f95f7cd5","status":"passed","time":{"start":1724921515221,"stop":1724921515221,"duration":0}},{"uid":"44af7e4bddcd5726","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/44af7e4bddcd5726","status":"passed","time":{"start":1724921475440,"stop":1724921475440,"duration":0}},{"uid":"fa296f60582590d7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fa296f60582590d7","status":"passed","time":{"start":1724918179381,"stop":1724918179381,"duration":0}},{"uid":"f488866ada160cb8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f488866ada160cb8","status":"passed","time":{"start":1724889935335,"stop":1724889935335,"duration":0}},{"uid":"14c101f569e6316d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14c101f569e6316d","status":"passed","time":{"start":1724889072747,"stop":1724889072749,"duration":2}},{"uid":"278e6383bf05d572","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/278e6383bf05d572","status":"passed","time":{"start":1724888232409,"stop":1724888232410,"duration":1}},{"uid":"227b667eec299df1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/227b667eec299df1","status":"passed","time":{"start":1724887018289,"stop":1724887018289,"duration":0}},{"uid":"f83c3d97d58a2696","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f83c3d97d58a2696","status":"passed","time":{"start":1724886781474,"stop":1724886781474,"duration":0}},{"uid":"ae0aa63b2568d5e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ae0aa63b2568d5e1","status":"passed","time":{"start":1724862213657,"stop":1724862213657,"duration":0}},{"uid":"a57f4df2e7da9371","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a57f4df2e7da9371","status":"passed","time":{"start":1724861685849,"stop":1724861685850,"duration":1}},{"uid":"d101faa22a3d5e8e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d101faa22a3d5e8e","status":"passed","time":{"start":1724861546164,"stop":1724861546165,"duration":1}},{"uid":"75ad51818cba5a36","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/75ad51818cba5a36","status":"passed","time":{"start":1724861378105,"stop":1724861378106,"duration":1}}]},"cbcc5d801846434a1d1191cc8b268c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6bd713010c0f06c9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6bd713010c0f06c9","status":"passed","time":{"start":1724921529591,"stop":1724921529591,"duration":0}},{"uid":"44bd54def3546df3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/44bd54def3546df3","status":"passed","time":{"start":1724921488885,"stop":1724921488885,"duration":0}},{"uid":"69e0de34aed79d3b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/69e0de34aed79d3b","status":"passed","time":{"start":1724918203692,"stop":1724918203692,"duration":0}},{"uid":"cc6357fe377442bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc6357fe377442bc","status":"passed","time":{"start":1724889938366,"stop":1724889938367,"duration":1}},{"uid":"bf922a15c32d6154","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf922a15c32d6154","status":"passed","time":{"start":1724889077070,"stop":1724889077071,"duration":1}},{"uid":"a7f8b8a0a5345d5b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a7f8b8a0a5345d5b","status":"passed","time":{"start":1724888268040,"stop":1724888268040,"duration":0}},{"uid":"fb01952cbf8e7305","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fb01952cbf8e7305","status":"passed","time":{"start":1724887032413,"stop":1724887032414,"duration":1}},{"uid":"f1b806368c602050","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f1b806368c602050","status":"passed","time":{"start":1724886822826,"stop":1724886822827,"duration":1}},{"uid":"c70ae44a7d254420","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c70ae44a7d254420","status":"passed","time":{"start":1724862233517,"stop":1724862233517,"duration":0}},{"uid":"ff698fd5aab04a2f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ff698fd5aab04a2f","status":"passed","time":{"start":1724861712675,"stop":1724861712675,"duration":0}},{"uid":"ac37592147902742","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac37592147902742","status":"passed","time":{"start":1724861567901,"stop":1724861567902,"duration":1}},{"uid":"662b83ff077f9ab3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/662b83ff077f9ab3","status":"passed","time":{"start":1724861392061,"stop":1724861392061,"duration":0}}]},"ba769652bae7d96060517c896f8129a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd1509711110c3c2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cd1509711110c3c2","status":"passed","time":{"start":1724888232426,"stop":1724888232426,"duration":0}}]},"7e2b4c99c1c0f59790a3f6131fa2db84:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f544a8f155fac66e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f544a8f155fac66e","status":"passed","time":{"start":1724861485078,"stop":1724861485079,"duration":1}}]},"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a1b74da9bbadeb20","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a1b74da9bbadeb20","status":"passed","time":{"start":1724921046197,"stop":1724921046197,"duration":0}},{"uid":"42dde44ba971b567","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/42dde44ba971b567","status":"passed","time":{"start":1724921021467,"stop":1724921021467,"duration":0}},{"uid":"8d380679accbebdd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8d380679accbebdd","status":"passed","time":{"start":1724917681716,"stop":1724917681716,"duration":0}},{"uid":"f29f45c38b4af801","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f29f45c38b4af801","status":"passed","time":{"start":1724889460645,"stop":1724889460645,"duration":0}},{"uid":"c7f6c6b2353af78","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c7f6c6b2353af78","status":"passed","time":{"start":1724888611288,"stop":1724888611288,"duration":0}},{"uid":"8a7158b968885b83","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a7158b968885b83","status":"passed","time":{"start":1724887767613,"stop":1724887767613,"duration":0}},{"uid":"eb026a05dc7230b3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eb026a05dc7230b3","status":"passed","time":{"start":1724886533983,"stop":1724886533983,"duration":0}},{"uid":"4a901a778ece6377","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4a901a778ece6377","status":"passed","time":{"start":1724886311750,"stop":1724886311751,"duration":1}},{"uid":"8bcb79d349524257","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8bcb79d349524257","status":"passed","time":{"start":1724861760766,"stop":1724861760767,"duration":1}},{"uid":"82fa99ef8b828dca","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/82fa99ef8b828dca","status":"passed","time":{"start":1724861231726,"stop":1724861231727,"duration":1}},{"uid":"e946c7959f9748ae","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e946c7959f9748ae","status":"passed","time":{"start":1724861054247,"stop":1724861054248,"duration":1}},{"uid":"94862281522b903c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/94862281522b903c","status":"passed","time":{"start":1724860915806,"stop":1724860915807,"duration":1}}]},"30ef7a9b03445eb2aa807816e4c71b90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b91d4f87c9e1e882","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b91d4f87c9e1e882","status":"passed","time":{"start":1724921625091,"stop":1724921625092,"duration":1}},{"uid":"300aa248fe68e7d5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/300aa248fe68e7d5","status":"passed","time":{"start":1724921590511,"stop":1724921590511,"duration":0}},{"uid":"313669755fd33e69","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/313669755fd33e69","status":"passed","time":{"start":1724918287577,"stop":1724918287577,"duration":0}},{"uid":"9e838b5f9d7e3fb6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e838b5f9d7e3fb6","status":"passed","time":{"start":1724890047803,"stop":1724890047803,"duration":0}},{"uid":"3866a58c4bda7844","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3866a58c4bda7844","status":"passed","time":{"start":1724889183947,"stop":1724889183948,"duration":1}},{"uid":"19a5719f37ccbe5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/19a5719f37ccbe5","status":"passed","time":{"start":1724888354185,"stop":1724888354186,"duration":1}},{"uid":"9299dcc46d39650c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9299dcc46d39650c","status":"passed","time":{"start":1724887145723,"stop":1724887145723,"duration":0}},{"uid":"fe3efe44c49f878","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fe3efe44c49f878","status":"passed","time":{"start":1724886915807,"stop":1724886915809,"duration":2}},{"uid":"6d257bccc139a6ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d257bccc139a6ba","status":"passed","time":{"start":1724862341466,"stop":1724862341466,"duration":0}},{"uid":"cff367c6df7b4e2c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cff367c6df7b4e2c","status":"passed","time":{"start":1724861805470,"stop":1724861805470,"duration":0}},{"uid":"e2da81622c8f21b4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e2da81622c8f21b4","status":"passed","time":{"start":1724861662300,"stop":1724861662300,"duration":0}},{"uid":"922f735f2c1c7de7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/922f735f2c1c7de7","status":"passed","time":{"start":1724861492527,"stop":1724861492528,"duration":1}}]},"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5db1acdb7642e948","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5db1acdb7642e948","status":"passed","time":{"start":1724921677828,"stop":1724921677828,"duration":0}},{"uid":"c3db2c1fefb59da4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c3db2c1fefb59da4","status":"passed","time":{"start":1724921635680,"stop":1724921635680,"duration":0}},{"uid":"7d627a273d4234cd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7d627a273d4234cd","status":"passed","time":{"start":1724918344739,"stop":1724918344739,"duration":0}},{"uid":"f810ae5542f9c9ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f810ae5542f9c9ac","status":"passed","time":{"start":1724890097428,"stop":1724890097428,"duration":0}},{"uid":"ed620df861f6000e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ed620df861f6000e","status":"passed","time":{"start":1724889226624,"stop":1724889226624,"duration":0}},{"uid":"3cb3c0d890e3b64c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3cb3c0d890e3b64c","status":"passed","time":{"start":1724888405388,"stop":1724888405388,"duration":0}},{"uid":"b5afe86f23f68756","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b5afe86f23f68756","status":"passed","time":{"start":1724887180097,"stop":1724887180097,"duration":0}},{"uid":"4ee872a460c828dc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4ee872a460c828dc","status":"passed","time":{"start":1724886957951,"stop":1724886957951,"duration":0}},{"uid":"b21645a90e49f5c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b21645a90e49f5c7","status":"passed","time":{"start":1724862379719,"stop":1724862379719,"duration":0}},{"uid":"bb9d8757a71d0a7c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bb9d8757a71d0a7c","status":"passed","time":{"start":1724861853005,"stop":1724861853005,"duration":0}},{"uid":"148d4a4e4291fb28","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/148d4a4e4291fb28","status":"passed","time":{"start":1724861709847,"stop":1724861709847,"duration":0}},{"uid":"bcc3ced67f1d2d41","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bcc3ced67f1d2d41","status":"passed","time":{"start":1724861537425,"stop":1724861537425,"duration":0}}]},"fb03ed1529362299d1d7d3ddcdce8e8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8f1e8a30d59ab0e8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8f1e8a30d59ab0e8","status":"passed","time":{"start":1724888336458,"stop":1724888336458,"duration":0}}]},"1cddc29ad92fa891fca15970b2e9627a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4169eb8dce4c22b5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4169eb8dce4c22b5","status":"passed","time":{"start":1724921065913,"stop":1724921065913,"duration":0}},{"uid":"c63fff030504f65e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c63fff030504f65e","status":"passed","time":{"start":1724921040949,"stop":1724921040950,"duration":1}},{"uid":"c921a70e059b507a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c921a70e059b507a","status":"passed","time":{"start":1724917701158,"stop":1724917701158,"duration":0}},{"uid":"3aa2c64df3b0fb8f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3aa2c64df3b0fb8f","status":"passed","time":{"start":1724889479977,"stop":1724889479977,"duration":0}},{"uid":"201785975d58c34c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/201785975d58c34c","status":"passed","time":{"start":1724888630726,"stop":1724888630727,"duration":1}},{"uid":"7894470f95764c4c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7894470f95764c4c","status":"passed","time":{"start":1724887787009,"stop":1724887787009,"duration":0}},{"uid":"6d76faaa984a1315","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6d76faaa984a1315","status":"passed","time":{"start":1724886553671,"stop":1724886553672,"duration":1}},{"uid":"1e246678739ad5ac","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1e246678739ad5ac","status":"passed","time":{"start":1724886331495,"stop":1724886331495,"duration":0}},{"uid":"79911936132e7dad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/79911936132e7dad","status":"passed","time":{"start":1724861780659,"stop":1724861780659,"duration":0}},{"uid":"2d400a06b556fe14","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2d400a06b556fe14","status":"passed","time":{"start":1724861251101,"stop":1724861251101,"duration":0}},{"uid":"a07c7e456c08f041","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a07c7e456c08f041","status":"passed","time":{"start":1724861074811,"stop":1724861074811,"duration":0}},{"uid":"a78a2cf5ecd9484e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a78a2cf5ecd9484e","status":"passed","time":{"start":1724860935674,"stop":1724860935674,"duration":0}}]},"1814079429f991e87810cd64b14ba5da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d234033f2aa08804","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d234033f2aa08804","status":"passed","time":{"start":1724921158281,"stop":1724921158282,"duration":1}},{"uid":"dba5a409aec5b025","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dba5a409aec5b025","status":"passed","time":{"start":1724921130078,"stop":1724921130079,"duration":1}},{"uid":"a26de96bd730dbbc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a26de96bd730dbbc","status":"passed","time":{"start":1724917796896,"stop":1724917796897,"duration":1}},{"uid":"6158d3d8ab7cd676","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6158d3d8ab7cd676","status":"passed","time":{"start":1724889579999,"stop":1724889579999,"duration":0}},{"uid":"251f9fe16ad504f4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/251f9fe16ad504f4","status":"passed","time":{"start":1724888730130,"stop":1724888730130,"duration":0}},{"uid":"bdb2880fbe92d3b8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bdb2880fbe92d3b8","status":"passed","time":{"start":1724887883928,"stop":1724887883928,"duration":0}},{"uid":"a622f1ed6c4fef1f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a622f1ed6c4fef1f","status":"passed","time":{"start":1724886651246,"stop":1724886651246,"duration":0}},{"uid":"dc2d22e5dfd234b1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dc2d22e5dfd234b1","status":"passed","time":{"start":1724886430269,"stop":1724886430270,"duration":1}},{"uid":"b384f1e4c7722c3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b384f1e4c7722c3e","status":"passed","time":{"start":1724861879169,"stop":1724861879169,"duration":0}},{"uid":"13020092bda5f32f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/13020092bda5f32f","status":"passed","time":{"start":1724861345740,"stop":1724861345740,"duration":0}},{"uid":"569a4423b7de839f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/569a4423b7de839f","status":"passed","time":{"start":1724861186695,"stop":1724861186696,"duration":1}},{"uid":"7058de90bfa4ab73","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7058de90bfa4ab73","status":"passed","time":{"start":1724861034888,"stop":1724861034888,"duration":0}}]},"966b9cb609ee7abd84faeb390db3de37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cc0ebfd5dd2e5344","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cc0ebfd5dd2e5344","status":"passed","time":{"start":1724921538594,"stop":1724921538594,"duration":0}},{"uid":"f62e23992b026c48","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f62e23992b026c48","status":"passed","time":{"start":1724921499392,"stop":1724921499392,"duration":0}},{"uid":"5dd1d4fd34c64d4e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5dd1d4fd34c64d4e","status":"passed","time":{"start":1724918204099,"stop":1724918204103,"duration":4}},{"uid":"9b30cdbb5c4e2d73","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9b30cdbb5c4e2d73","status":"passed","time":{"start":1724889957369,"stop":1724889957369,"duration":0}},{"uid":"5ca405ee28d2e05a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ca405ee28d2e05a","status":"passed","time":{"start":1724889094882,"stop":1724889094883,"duration":1}},{"uid":"47db228dc9b31bc2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/47db228dc9b31bc2","status":"passed","time":{"start":1724888256181,"stop":1724888256181,"duration":0}},{"uid":"8628403c377bf8e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8628403c377bf8e","status":"passed","time":{"start":1724887043896,"stop":1724887043897,"duration":1}},{"uid":"60dd2927c4bd52ba","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/60dd2927c4bd52ba","status":"passed","time":{"start":1724886807386,"stop":1724886807386,"duration":0}},{"uid":"91d872ebc28ee92f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91d872ebc28ee92f","status":"passed","time":{"start":1724862237701,"stop":1724862237702,"duration":1}},{"uid":"947164806ed17fc1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/947164806ed17fc1","status":"passed","time":{"start":1724861709117,"stop":1724861709117,"duration":0}},{"uid":"18185470d07f6692","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/18185470d07f6692","status":"passed","time":{"start":1724861571996,"stop":1724861571997,"duration":1}},{"uid":"c3494a374ac1f7e7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c3494a374ac1f7e7","status":"passed","time":{"start":1724861400270,"stop":1724861400271,"duration":1}}]},"8ad3580d2801a542b39b1caca862a46b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7ebf0ee987b24b7e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7ebf0ee987b24b7e","status":"passed","time":{"start":1724921515226,"stop":1724921515227,"duration":1}},{"uid":"5681591fe7bddb9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5681591fe7bddb9","status":"passed","time":{"start":1724921475446,"stop":1724921475446,"duration":0}},{"uid":"78d369b93d9a5d73","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/78d369b93d9a5d73","status":"passed","time":{"start":1724918179401,"stop":1724918179401,"duration":0}},{"uid":"19729c6a3c7a16ef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/19729c6a3c7a16ef","status":"passed","time":{"start":1724889935341,"stop":1724889935341,"duration":0}},{"uid":"4fa3578a83cda8e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4fa3578a83cda8e1","status":"passed","time":{"start":1724889072754,"stop":1724889072754,"duration":0}},{"uid":"79fd7f23e4bbc1a6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/79fd7f23e4bbc1a6","status":"passed","time":{"start":1724888232415,"stop":1724888232416,"duration":1}},{"uid":"cf08e68917e53d1d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf08e68917e53d1d","status":"passed","time":{"start":1724887018303,"stop":1724887018303,"duration":0}},{"uid":"ac70d7cb6a7b66f8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ac70d7cb6a7b66f8","status":"passed","time":{"start":1724886781480,"stop":1724886781480,"duration":0}},{"uid":"3228bd1e0ef34e77","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3228bd1e0ef34e77","status":"passed","time":{"start":1724862213663,"stop":1724862213663,"duration":0}},{"uid":"22c88340e52f3ac1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/22c88340e52f3ac1","status":"passed","time":{"start":1724861685856,"stop":1724861685856,"duration":0}},{"uid":"240fa7e8d91455e3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/240fa7e8d91455e3","status":"passed","time":{"start":1724861546176,"stop":1724861546177,"duration":1}},{"uid":"b1152c54988d14a5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b1152c54988d14a5","status":"passed","time":{"start":1724861378111,"stop":1724861378111,"duration":0}}]},"54c95a93d0ce32c48422718b926fb1e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8761c243d3b94112","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8761c243d3b94112","status":"passed","time":{"start":1724889144083,"stop":1724889144084,"duration":1}}]},"7f74fca03fc4bc1b09a12a35e7692182:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1cfebe1c525e608b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1cfebe1c525e608b","status":"passed","time":{"start":1724886884589,"stop":1724886884589,"duration":0}}]},"4b6be8ea12cd2b91925b9eaa33d2f1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"eb977b20827ef41d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/eb977b20827ef41d","status":"passed","time":{"start":1724921529589,"stop":1724921529589,"duration":0}},{"uid":"72642a794fc7e0a8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/72642a794fc7e0a8","status":"passed","time":{"start":1724921488884,"stop":1724921488884,"duration":0}},{"uid":"ae53f376c06fcaac","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ae53f376c06fcaac","status":"passed","time":{"start":1724918203690,"stop":1724918203690,"duration":0}},{"uid":"3c7f6f1c604ed754","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c7f6f1c604ed754","status":"passed","time":{"start":1724889938366,"stop":1724889938366,"duration":0}},{"uid":"8920dda9f12e35a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8920dda9f12e35a0","status":"passed","time":{"start":1724889077070,"stop":1724889077070,"duration":0}},{"uid":"a262b02b12a2a102","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a262b02b12a2a102","status":"passed","time":{"start":1724888268039,"stop":1724888268040,"duration":1}},{"uid":"95eb5fa6c61eea28","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/95eb5fa6c61eea28","status":"passed","time":{"start":1724887032413,"stop":1724887032413,"duration":0}},{"uid":"1f95443541d605b2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1f95443541d605b2","status":"passed","time":{"start":1724886822826,"stop":1724886822826,"duration":0}},{"uid":"3bef8f93c55209e6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3bef8f93c55209e6","status":"passed","time":{"start":1724862233516,"stop":1724862233516,"duration":0}},{"uid":"b7972543a3d64e0b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b7972543a3d64e0b","status":"passed","time":{"start":1724861712674,"stop":1724861712674,"duration":0}},{"uid":"e8c014f2e8abcba5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e8c014f2e8abcba5","status":"passed","time":{"start":1724861567900,"stop":1724861567901,"duration":1}},{"uid":"3b301417bda3b943","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3b301417bda3b943","status":"passed","time":{"start":1724861392060,"stop":1724861392060,"duration":0}}]},"ddd389dba90931c122476f0b3135b2f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"21de58c2d261e598","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/21de58c2d261e598","status":"passed","time":{"start":1724921095756,"stop":1724921095757,"duration":1}},{"uid":"5f5f5e41031a5857","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5f5f5e41031a5857","status":"passed","time":{"start":1724921070804,"stop":1724921070805,"duration":1}},{"uid":"6403a851f9915e27","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6403a851f9915e27","status":"passed","time":{"start":1724917730899,"stop":1724917730899,"duration":0}},{"uid":"e57dd48fd96358c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e57dd48fd96358c0","status":"passed","time":{"start":1724889510331,"stop":1724889510332,"duration":1}},{"uid":"4679dc590cef174a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4679dc590cef174a","status":"passed","time":{"start":1724888660679,"stop":1724888660680,"duration":1}},{"uid":"5547eea46ac70ee0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5547eea46ac70ee0","status":"passed","time":{"start":1724887817136,"stop":1724887817137,"duration":1}},{"uid":"c19c37faa6cda394","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c19c37faa6cda394","status":"passed","time":{"start":1724886584153,"stop":1724886584154,"duration":1}},{"uid":"829f78c49e26d91c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/829f78c49e26d91c","status":"passed","time":{"start":1724886362413,"stop":1724886362414,"duration":1}},{"uid":"a247e9d3c2611a99","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a247e9d3c2611a99","status":"passed","time":{"start":1724861811583,"stop":1724861811583,"duration":0}},{"uid":"c0e3f1cad37b9aa7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c0e3f1cad37b9aa7","status":"passed","time":{"start":1724861280381,"stop":1724861280382,"duration":1}},{"uid":"466e3e48ff935548","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/466e3e48ff935548","status":"passed","time":{"start":1724861106379,"stop":1724861106380,"duration":1}},{"uid":"6d33c715934c7853","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6d33c715934c7853","status":"passed","time":{"start":1724860966531,"stop":1724860966531,"duration":0}}]},"a755b16c3b49464fc49b24a7db9bb961:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6d16a328400bf7c8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6d16a328400bf7c8","status":"passed","time":{"start":1724921098907,"stop":1724921098907,"duration":0}},{"uid":"4f8ca10e67c29ef7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4f8ca10e67c29ef7","status":"passed","time":{"start":1724921073377,"stop":1724921073378,"duration":1}},{"uid":"8aa9f48261c34ab7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8aa9f48261c34ab7","status":"passed","time":{"start":1724917744657,"stop":1724917744657,"duration":0}},{"uid":"52e29a7705763da9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52e29a7705763da9","status":"passed","time":{"start":1724889518041,"stop":1724889518042,"duration":1}},{"uid":"a524b9f47543ab51","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a524b9f47543ab51","status":"passed","time":{"start":1724888665798,"stop":1724888665798,"duration":0}},{"uid":"f7cc90b7022256ab","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f7cc90b7022256ab","status":"passed","time":{"start":1724887821949,"stop":1724887821950,"duration":1}},{"uid":"a448dc7b5d719dd2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a448dc7b5d719dd2","status":"passed","time":{"start":1724886586923,"stop":1724886586923,"duration":0}},{"uid":"7baa80644a2d306","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7baa80644a2d306","status":"passed","time":{"start":1724886375226,"stop":1724886375226,"duration":0}},{"uid":"e856da34808117d3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e856da34808117d3","status":"passed","time":{"start":1724861815214,"stop":1724861815215,"duration":1}},{"uid":"fa81c8398c6707d9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fa81c8398c6707d9","status":"passed","time":{"start":1724861291719,"stop":1724861291720,"duration":1}},{"uid":"85331026f68540ea","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/85331026f68540ea","status":"passed","time":{"start":1724861109862,"stop":1724861109863,"duration":1}},{"uid":"a1d13732e1097940","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a1d13732e1097940","status":"passed","time":{"start":1724860972337,"stop":1724860972338,"duration":1}}]},"efbe9d23188e3339ba2d91770f86d81f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"62cf0813f3fd4513","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/62cf0813f3fd4513","status":"passed","time":{"start":1724921046205,"stop":1724921046206,"duration":1}},{"uid":"23882764d360a105","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/23882764d360a105","status":"passed","time":{"start":1724921021477,"stop":1724921021477,"duration":0}},{"uid":"f96138e03b82bca3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f96138e03b82bca3","status":"passed","time":{"start":1724917681725,"stop":1724917681726,"duration":1}},{"uid":"7244a35e906c82d4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7244a35e906c82d4","status":"passed","time":{"start":1724889460653,"stop":1724889460653,"duration":0}},{"uid":"a94ab0ee09742267","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a94ab0ee09742267","status":"passed","time":{"start":1724888611297,"stop":1724888611297,"duration":0}},{"uid":"c8d52a049f4f618","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c8d52a049f4f618","status":"passed","time":{"start":1724887767621,"stop":1724887767622,"duration":1}},{"uid":"5803923c7607a141","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5803923c7607a141","status":"passed","time":{"start":1724886533992,"stop":1724886533992,"duration":0}},{"uid":"fc17fed446584848","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fc17fed446584848","status":"passed","time":{"start":1724886311756,"stop":1724886311760,"duration":4}},{"uid":"49fb442a7ed68ef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/49fb442a7ed68ef","status":"passed","time":{"start":1724861760777,"stop":1724861760777,"duration":0}},{"uid":"9dbeb2c3341562ad","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9dbeb2c3341562ad","status":"passed","time":{"start":1724861231735,"stop":1724861231736,"duration":1}},{"uid":"6d73b653a32bb8a9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6d73b653a32bb8a9","status":"passed","time":{"start":1724861054257,"stop":1724861054258,"duration":1}},{"uid":"b4bc41e28ddafc20","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b4bc41e28ddafc20","status":"passed","time":{"start":1724860915816,"stop":1724860915816,"duration":0}}]},"fa11d84333fdcccd78710136d48af0b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2fcda20a387eaee0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2fcda20a387eaee0","status":"passed","time":{"start":1724921158277,"stop":1724921158277,"duration":0}},{"uid":"3282d2e77b200404","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3282d2e77b200404","status":"passed","time":{"start":1724921130072,"stop":1724921130073,"duration":1}},{"uid":"5e9760efb3ffac3c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5e9760efb3ffac3c","status":"passed","time":{"start":1724917796889,"stop":1724917796890,"duration":1}},{"uid":"ad5d4b1c222a2cb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ad5d4b1c222a2cb","status":"passed","time":{"start":1724889579993,"stop":1724889579993,"duration":0}},{"uid":"44d3c2ad4e9aa4f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/44d3c2ad4e9aa4f","status":"passed","time":{"start":1724888730126,"stop":1724888730126,"duration":0}},{"uid":"9eb9b1101adc1cd1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9eb9b1101adc1cd1","status":"passed","time":{"start":1724887883925,"stop":1724887883925,"duration":0}},{"uid":"fff42c329c738dbc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fff42c329c738dbc","status":"passed","time":{"start":1724886651243,"stop":1724886651243,"duration":0}},{"uid":"fabd7a9018e8309c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fabd7a9018e8309c","status":"passed","time":{"start":1724886430262,"stop":1724886430266,"duration":4}},{"uid":"ecc812f38352cd2e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ecc812f38352cd2e","status":"passed","time":{"start":1724861879166,"stop":1724861879166,"duration":0}},{"uid":"602bc00fb88d116","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/602bc00fb88d116","status":"passed","time":{"start":1724861345735,"stop":1724861345736,"duration":1}},{"uid":"6d92beeca6023ebc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6d92beeca6023ebc","status":"passed","time":{"start":1724861186692,"stop":1724861186693,"duration":1}},{"uid":"911b6c3e75a3c93b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/911b6c3e75a3c93b","status":"passed","time":{"start":1724861034862,"stop":1724861034884,"duration":22}}]},"a09a4dead9377b4f63c1c9abdc70f746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7569d2701dc871da","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7569d2701dc871da","status":"passed","time":{"start":1724921515232,"stop":1724921515232,"duration":0}},{"uid":"b2ab6ce911d13314","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b2ab6ce911d13314","status":"passed","time":{"start":1724921475460,"stop":1724921475460,"duration":0}},{"uid":"ee7dabead72ef473","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ee7dabead72ef473","status":"passed","time":{"start":1724918179406,"stop":1724918179407,"duration":1}},{"uid":"14c6b2ca49921318","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14c6b2ca49921318","status":"passed","time":{"start":1724889935346,"stop":1724889935346,"duration":0}},{"uid":"bc84bc59e5cc17bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc84bc59e5cc17bd","status":"passed","time":{"start":1724889072760,"stop":1724889072760,"duration":0}},{"uid":"6cd8eaf30ad8eb31","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6cd8eaf30ad8eb31","status":"passed","time":{"start":1724888232421,"stop":1724888232421,"duration":0}},{"uid":"bbb9ea494d8cb68b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bbb9ea494d8cb68b","status":"passed","time":{"start":1724887018308,"stop":1724887018308,"duration":0}},{"uid":"8cd8d7e659d6d0a4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8cd8d7e659d6d0a4","status":"passed","time":{"start":1724886781485,"stop":1724886781485,"duration":0}},{"uid":"63e0060b8e083997","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/63e0060b8e083997","status":"passed","time":{"start":1724862213668,"stop":1724862213668,"duration":0}},{"uid":"214cdc8c8f9bf5bd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/214cdc8c8f9bf5bd","status":"passed","time":{"start":1724861685861,"stop":1724861685861,"duration":0}},{"uid":"d63b952d0e7aadbd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d63b952d0e7aadbd","status":"passed","time":{"start":1724861546183,"stop":1724861546183,"duration":0}},{"uid":"bb0123d5b9b32578","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bb0123d5b9b32578","status":"passed","time":{"start":1724861378117,"stop":1724861378117,"duration":0}}]},"3b4191c260f307dc7cae9c48ff44f24c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c0d1a0902d5cdd6c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c0d1a0902d5cdd6c","status":"passed","time":{"start":1724921071995,"stop":1724921071995,"duration":0}},{"uid":"f0fdaa3dcc97120c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f0fdaa3dcc97120c","status":"passed","time":{"start":1724921046824,"stop":1724921046825,"duration":1}},{"uid":"847e8717ae47ab96","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/847e8717ae47ab96","status":"passed","time":{"start":1724917707024,"stop":1724917707025,"duration":1}},{"uid":"95a5adaf376f6e72","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/95a5adaf376f6e72","status":"passed","time":{"start":1724889485860,"stop":1724889485860,"duration":0}},{"uid":"2dd0fcc9451ba793","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2dd0fcc9451ba793","status":"passed","time":{"start":1724888636621,"stop":1724888636621,"duration":0}},{"uid":"cc58b731ce38049","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc58b731ce38049","status":"passed","time":{"start":1724887792856,"stop":1724887792856,"duration":0}},{"uid":"afbcc0168105ec95","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/afbcc0168105ec95","status":"passed","time":{"start":1724886559725,"stop":1724886559725,"duration":0}},{"uid":"7a9eed63a20756d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7a9eed63a20756d","status":"passed","time":{"start":1724886337377,"stop":1724886337378,"duration":1}},{"uid":"274380f24fdfe229","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/274380f24fdfe229","status":"passed","time":{"start":1724861786731,"stop":1724861786731,"duration":0}},{"uid":"20012512120448ba","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/20012512120448ba","status":"passed","time":{"start":1724861257212,"stop":1724861257213,"duration":1}},{"uid":"cfcc59784c8b1962","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cfcc59784c8b1962","status":"passed","time":{"start":1724861081086,"stop":1724861081087,"duration":1}},{"uid":"3fa73db9b0540a9f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3fa73db9b0540a9f","status":"passed","time":{"start":1724860941732,"stop":1724860941732,"duration":0}}]},"77a43243c3631039aad3babae6e3b2dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"be03b19e276f8a78","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/be03b19e276f8a78","status":"passed","time":{"start":1724918229402,"stop":1724918229403,"duration":1}}]},"d48fed4711bc8db7c5dd0f7d5e56d95f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"632c873c7cd47150","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/632c873c7cd47150","status":"passed","time":{"start":1724921577171,"stop":1724921577171,"duration":0}}]},"0d5491899e5bfdaae5459a3b01c477b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9685434f953e5fc1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9685434f953e5fc1","status":"passed","time":{"start":1724921270355,"stop":1724921270356,"duration":1}},{"uid":"25e1ec884a4b7958","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/25e1ec884a4b7958","status":"passed","time":{"start":1724921247816,"stop":1724921247816,"duration":0}},{"uid":"a6eb343585d92b3b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a6eb343585d92b3b","status":"passed","time":{"start":1724917989817,"stop":1724917989817,"duration":0}},{"uid":"a98b5dffc319605b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a98b5dffc319605b","status":"passed","time":{"start":1724889678549,"stop":1724889678549,"duration":0}},{"uid":"c16e9b448050492d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c16e9b448050492d","status":"passed","time":{"start":1724888829841,"stop":1724888829842,"duration":1}},{"uid":"cc221ad0e8025c19","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc221ad0e8025c19","status":"passed","time":{"start":1724888077002,"stop":1724888077007,"duration":5}},{"uid":"f51ba36faa494be","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f51ba36faa494be","status":"passed","time":{"start":1724886851124,"stop":1724886851124,"duration":0}},{"uid":"86124df4e0dd6ab9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/86124df4e0dd6ab9","status":"passed","time":{"start":1724886647110,"stop":1724886647110,"duration":0}},{"uid":"ded2346436b351fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ded2346436b351fa","status":"passed","time":{"start":1724861992712,"stop":1724861992712,"duration":0}},{"uid":"ebed03ba1ba6ab32","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ebed03ba1ba6ab32","status":"passed","time":{"start":1724861469641,"stop":1724861469641,"duration":0}},{"uid":"7c16ba6d72d69b08","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7c16ba6d72d69b08","status":"passed","time":{"start":1724861284856,"stop":1724861284856,"duration":0}},{"uid":"7730556de1d711f4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7730556de1d711f4","status":"passed","time":{"start":1724861145804,"stop":1724861145804,"duration":0}}]},"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"17efe7258df552a5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/17efe7258df552a5","status":"passed","time":{"start":1724921054321,"stop":1724921054321,"duration":0}},{"uid":"296ffb3a8741f751","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/296ffb3a8741f751","status":"passed","time":{"start":1724921029530,"stop":1724921029530,"duration":0}},{"uid":"9427abcdabc868c2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9427abcdabc868c2","status":"passed","time":{"start":1724917689715,"stop":1724917689715,"duration":0}},{"uid":"e4a3afbfeb99378c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e4a3afbfeb99378c","status":"passed","time":{"start":1724889468611,"stop":1724889468611,"duration":0}},{"uid":"5c77af5c9771402d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5c77af5c9771402d","status":"passed","time":{"start":1724888619403,"stop":1724888619404,"duration":1}},{"uid":"2e1a120ad6686fa0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2e1a120ad6686fa0","status":"passed","time":{"start":1724887775587,"stop":1724887775587,"duration":0}},{"uid":"359ba959aa175fe6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/359ba959aa175fe6","status":"passed","time":{"start":1724886542103,"stop":1724886542103,"duration":0}},{"uid":"92a4cdb5f67e4440","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/92a4cdb5f67e4440","status":"passed","time":{"start":1724886319853,"stop":1724886319854,"duration":1}},{"uid":"d0223f62696c5762","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d0223f62696c5762","status":"passed","time":{"start":1724861769054,"stop":1724861769054,"duration":0}},{"uid":"6d472dfd6f10e24f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6d472dfd6f10e24f","status":"passed","time":{"start":1724861239709,"stop":1724861239709,"duration":0}},{"uid":"832aae3d020bae37","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/832aae3d020bae37","status":"passed","time":{"start":1724861063046,"stop":1724861063047,"duration":1}},{"uid":"47f5489af9843d7f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/47f5489af9843d7f","status":"passed","time":{"start":1724860924087,"stop":1724860924087,"duration":0}}]},"667a16a25c21c2a1287129daaf7bc1d0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c2ec3c18a9e884f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2ec3c18a9e884f","status":"passed","time":{"start":1724889144082,"stop":1724889144082,"duration":0}}]},"7a01a27814b1387113e3366b71b1fcc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"28e1ec77eee7ee6a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/28e1ec77eee7ee6a","status":"passed","time":{"start":1724917916056,"stop":1724917916056,"duration":0}}]},"012af98c6c27428a9581787f40ec5dd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"22110d176493a555","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/22110d176493a555","status":"passed","time":{"start":1724861485079,"stop":1724861485080,"duration":1}}]},"83e6fcefb7881625a22557c1328e432e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9c4ee928bebf90df","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9c4ee928bebf90df","status":"passed","time":{"start":1724862233522,"stop":1724862233523,"duration":1}}]},"328acc1b8ebca243ceedc9e9270ce7e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e642dd9131b3cab2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e642dd9131b3cab2","status":"passed","time":{"start":1724889169851,"stop":1724889169852,"duration":1}}]},"abfc99193f27cfa7b97b1abb15181b65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"29ffafe1dc588c79","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/29ffafe1dc588c79","status":"passed","time":{"start":1724921625034,"stop":1724921625035,"duration":1}},{"uid":"c1df9fea82d563a2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c1df9fea82d563a2","status":"passed","time":{"start":1724921590478,"stop":1724921590479,"duration":1}},{"uid":"bab1ab7fe8bd054b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bab1ab7fe8bd054b","status":"passed","time":{"start":1724918287558,"stop":1724918287559,"duration":1}},{"uid":"b3fa07f94f54167b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b3fa07f94f54167b","status":"passed","time":{"start":1724890047782,"stop":1724890047782,"duration":0}},{"uid":"629ba85669c95e5a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/629ba85669c95e5a","status":"passed","time":{"start":1724889183913,"stop":1724889183914,"duration":1}},{"uid":"3f80aba0349f4360","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3f80aba0349f4360","status":"passed","time":{"start":1724888354159,"stop":1724888354159,"duration":0}},{"uid":"c7abf09e6f095999","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c7abf09e6f095999","status":"passed","time":{"start":1724887145650,"stop":1724887145650,"duration":0}},{"uid":"9838e4576b5a41a4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9838e4576b5a41a4","status":"passed","time":{"start":1724886915776,"stop":1724886915776,"duration":0}},{"uid":"e7f08981a8aca1c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e7f08981a8aca1c7","status":"passed","time":{"start":1724862341431,"stop":1724862341431,"duration":0}},{"uid":"c4927c141d39507f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c4927c141d39507f","status":"passed","time":{"start":1724861805431,"stop":1724861805432,"duration":1}},{"uid":"c30d47f05e28179c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c30d47f05e28179c","status":"passed","time":{"start":1724861662239,"stop":1724861662240,"duration":1}},{"uid":"34b1d54ad061e827","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/34b1d54ad061e827","status":"passed","time":{"start":1724861492502,"stop":1724861492502,"duration":0}}]},"c8807fb8a0a316128a5e7f7efc265cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5bfd592b80c1d3b9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5bfd592b80c1d3b9","status":"passed","time":{"start":1724921098907,"stop":1724921098913,"duration":6}},{"uid":"fa0adc3ef7b06bfc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fa0adc3ef7b06bfc","status":"passed","time":{"start":1724921073378,"stop":1724921073379,"duration":1}},{"uid":"7766031bc031d1c2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7766031bc031d1c2","status":"passed","time":{"start":1724917744657,"stop":1724917744661,"duration":4}},{"uid":"7f8a580dd4ecd1fe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7f8a580dd4ecd1fe","status":"passed","time":{"start":1724889518042,"stop":1724889518042,"duration":0}},{"uid":"a35f808c0232ed06","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a35f808c0232ed06","status":"passed","time":{"start":1724888665798,"stop":1724888665799,"duration":1}},{"uid":"a97fe82c697ab81f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a97fe82c697ab81f","status":"passed","time":{"start":1724887821950,"stop":1724887821950,"duration":0}},{"uid":"64197085a213258b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/64197085a213258b","status":"passed","time":{"start":1724886586923,"stop":1724886586924,"duration":1}},{"uid":"ae19d90c46754bbf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ae19d90c46754bbf","status":"passed","time":{"start":1724886375226,"stop":1724886375227,"duration":1}},{"uid":"fa1cc621d8b6ee12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fa1cc621d8b6ee12","status":"passed","time":{"start":1724861815215,"stop":1724861815215,"duration":0}},{"uid":"39c76e41c6e04eb6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/39c76e41c6e04eb6","status":"passed","time":{"start":1724861291720,"stop":1724861291720,"duration":0}},{"uid":"c83e5af721f5024f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c83e5af721f5024f","status":"passed","time":{"start":1724861109863,"stop":1724861109863,"duration":0}},{"uid":"f33fc3b884e82b5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f33fc3b884e82b5","status":"passed","time":{"start":1724860972338,"stop":1724860972339,"duration":1}}]},"e8247cc1f9bcb6314a610060cf47235f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7af47eb20b7c7262","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7af47eb20b7c7262","status":"passed","time":{"start":1724889169844,"stop":1724889169845,"duration":1}}]},"9c619c673abe858d054ab9f938a74733:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b825a2642c164fcb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b825a2642c164fcb","status":"passed","time":{"start":1724921564784,"stop":1724921564785,"duration":1}},{"uid":"76f4700b8e059184","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/76f4700b8e059184","status":"passed","time":{"start":1724921518833,"stop":1724921518836,"duration":3}},{"uid":"c5bbfd3d342fc6fc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c5bbfd3d342fc6fc","status":"passed","time":{"start":1724918229408,"stop":1724918229409,"duration":1}},{"uid":"e699214e846e5a68","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e699214e846e5a68","status":"passed","time":{"start":1724889980709,"stop":1724889980709,"duration":0}},{"uid":"12ba4aa059811f8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/12ba4aa059811f8","status":"passed","time":{"start":1724889111185,"stop":1724889111185,"duration":0}},{"uid":"49cee3d29d47665e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/49cee3d29d47665e","status":"passed","time":{"start":1724888292549,"stop":1724888292549,"duration":0}},{"uid":"2f740577d32e5c86","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2f740577d32e5c86","status":"passed","time":{"start":1724887068234,"stop":1724887068234,"duration":0}},{"uid":"7c40a2466aec1a2b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7c40a2466aec1a2b","status":"passed","time":{"start":1724886848943,"stop":1724886848944,"duration":1}},{"uid":"a2737a4cb783ff77","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2737a4cb783ff77","status":"passed","time":{"start":1724862262058,"stop":1724862262058,"duration":0}},{"uid":"61243cc8f883f50f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/61243cc8f883f50f","status":"passed","time":{"start":1724861741901,"stop":1724861741901,"duration":0}},{"uid":"7f4d824928c3d85f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7f4d824928c3d85f","status":"passed","time":{"start":1724861599505,"stop":1724861599505,"duration":0}},{"uid":"c56fd96270f65b82","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c56fd96270f65b82","status":"passed","time":{"start":1724861428483,"stop":1724861428483,"duration":0}}]},"33512abcf2e6c1294129102e6a0ae92b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"13e0f8f0fdf6df0e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/13e0f8f0fdf6df0e","status":"passed","time":{"start":1724888003322,"stop":1724888003322,"duration":0}}]},"0dcba3bfad586c00e5ab6baac99bf48a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1725ae16399c67cf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1725ae16399c67cf","status":"passed","time":{"start":1724921625075,"stop":1724921625075,"duration":0}},{"uid":"1112944010e06fc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1112944010e06fc","status":"passed","time":{"start":1724921590499,"stop":1724921590499,"duration":0}},{"uid":"5d079798849c77bb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5d079798849c77bb","status":"passed","time":{"start":1724918287568,"stop":1724918287568,"duration":0}},{"uid":"2b8275befd7c8203","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b8275befd7c8203","status":"passed","time":{"start":1724890047790,"stop":1724890047792,"duration":2}},{"uid":"996cf7eb02fe1220","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/996cf7eb02fe1220","status":"passed","time":{"start":1724889183923,"stop":1724889183924,"duration":1}},{"uid":"dedca76c5a8dfc3d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dedca76c5a8dfc3d","status":"passed","time":{"start":1724888354173,"stop":1724888354173,"duration":0}},{"uid":"e54d5ebae9aadecf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e54d5ebae9aadecf","status":"passed","time":{"start":1724887145667,"stop":1724887145667,"duration":0}},{"uid":"e25a7622cc189c76","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e25a7622cc189c76","status":"passed","time":{"start":1724886915789,"stop":1724886915789,"duration":0}},{"uid":"e7005949175077a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e7005949175077a7","status":"passed","time":{"start":1724862341454,"stop":1724862341454,"duration":0}},{"uid":"c61f98684618e2d7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c61f98684618e2d7","status":"passed","time":{"start":1724861805445,"stop":1724861805445,"duration":0}},{"uid":"4aead009628dc504","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4aead009628dc504","status":"passed","time":{"start":1724861662287,"stop":1724861662287,"duration":0}},{"uid":"e9040ce4cdf29ade","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e9040ce4cdf29ade","status":"passed","time":{"start":1724861492517,"stop":1724861492517,"duration":0}}]},"1011877e08f17aaf83bf70a12bc43fee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e225e38fd56cca83","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e225e38fd56cca83","status":"passed","time":{"start":1724921419683,"stop":1724921419683,"duration":0}},{"uid":"58a596ba168084a9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/58a596ba168084a9","status":"passed","time":{"start":1724921400503,"stop":1724921400504,"duration":1}},{"uid":"7111bf02b5ec6710","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7111bf02b5ec6710","status":"passed","time":{"start":1724918124176,"stop":1724918124176,"duration":0}},{"uid":"ccb3e94c61b53c57","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ccb3e94c61b53c57","status":"passed","time":{"start":1724889845313,"stop":1724889845314,"duration":1}},{"uid":"4ac69fd37a0ba531","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4ac69fd37a0ba531","status":"passed","time":{"start":1724888978754,"stop":1724888978754,"duration":0}},{"uid":"e505461d75ef9c6a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e505461d75ef9c6a","status":"passed","time":{"start":1724888199759,"stop":1724888199759,"duration":0}},{"uid":"4ebe92b8ca878d5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4ebe92b8ca878d5","status":"passed","time":{"start":1724886961476,"stop":1724886961476,"duration":0}},{"uid":"6579794cc2d8218d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6579794cc2d8218d","status":"passed","time":{"start":1724886743396,"stop":1724886743396,"duration":0}},{"uid":"8f0f9528fbcced0a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f0f9528fbcced0a","status":"passed","time":{"start":1724862150657,"stop":1724862150658,"duration":1}},{"uid":"3de01110516049bc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3de01110516049bc","status":"passed","time":{"start":1724861627581,"stop":1724861627581,"duration":0}},{"uid":"f77574a146e966fd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f77574a146e966fd","status":"passed","time":{"start":1724861501071,"stop":1724861501071,"duration":0}},{"uid":"9779aacc94552d95","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9779aacc94552d95","status":"passed","time":{"start":1724861297169,"stop":1724861297169,"duration":0}}]},"25bae3ce20211a03aa0dc3a74620c86a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"95838baf8796a018","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/95838baf8796a018","status":"passed","time":{"start":1724921061849,"stop":1724921061849,"duration":0}},{"uid":"cf3016e2bd10becf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cf3016e2bd10becf","status":"passed","time":{"start":1724921037158,"stop":1724921037158,"duration":0}},{"uid":"e85521b7696f523b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e85521b7696f523b","status":"passed","time":{"start":1724917697303,"stop":1724917697303,"duration":0}},{"uid":"b8af6f1f87150c86","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8af6f1f87150c86","status":"passed","time":{"start":1724889476084,"stop":1724889476085,"duration":1}},{"uid":"fb639c7a982aefe3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb639c7a982aefe3","status":"passed","time":{"start":1724888626888,"stop":1724888626888,"duration":0}},{"uid":"5565f235a64b1c4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5565f235a64b1c4","status":"passed","time":{"start":1724887783109,"stop":1724887783109,"duration":0}},{"uid":"ab35eea4abc7a7f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ab35eea4abc7a7f9","status":"passed","time":{"start":1724886549920,"stop":1724886549920,"duration":0}},{"uid":"90378eac56da4aba","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/90378eac56da4aba","status":"passed","time":{"start":1724886327582,"stop":1724886327582,"duration":0}},{"uid":"50e0871b1a43e5c8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/50e0871b1a43e5c8","status":"passed","time":{"start":1724861776808,"stop":1724861776808,"duration":0}},{"uid":"9b545ea63c033186","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9b545ea63c033186","status":"passed","time":{"start":1724861247300,"stop":1724861247300,"duration":0}},{"uid":"f3dca035b0537cf2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f3dca035b0537cf2","status":"passed","time":{"start":1724861071396,"stop":1724861071396,"duration":0}},{"uid":"80b29eb4ad21f59a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/80b29eb4ad21f59a","status":"passed","time":{"start":1724860931796,"stop":1724860931796,"duration":0}}]},"43cc4d865085349f1bb9f09beceeedbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e485ac251e5637ee","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e485ac251e5637ee","status":"passed","time":{"start":1724921267871,"stop":1724921267871,"duration":0}},{"uid":"f924292503940829","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f924292503940829","status":"passed","time":{"start":1724921244372,"stop":1724921244372,"duration":0}},{"uid":"a63293b125fd07ea","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a63293b125fd07ea","status":"passed","time":{"start":1724917916053,"stop":1724917916054,"duration":1}},{"uid":"7b52c9bb18cb7f22","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b52c9bb18cb7f22","status":"passed","time":{"start":1724889678256,"stop":1724889678257,"duration":1}},{"uid":"14c914e234be45e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14c914e234be45e8","status":"passed","time":{"start":1724888831685,"stop":1724888831686,"duration":1}},{"uid":"a2bdf8bcc9afbcea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a2bdf8bcc9afbcea","status":"passed","time":{"start":1724888003321,"stop":1724888003322,"duration":1}},{"uid":"64304778d1fc225d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/64304778d1fc225d","status":"passed","time":{"start":1724886776610,"stop":1724886776611,"duration":1}},{"uid":"f5c88feb874e18ad","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f5c88feb874e18ad","status":"passed","time":{"start":1724886555798,"stop":1724886555799,"duration":1}},{"uid":"9247750c28d9b5a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9247750c28d9b5a1","status":"passed","time":{"start":1724861983008,"stop":1724861983009,"duration":1}},{"uid":"d88c1f2c2ec33c0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d88c1f2c2ec33c0","status":"passed","time":{"start":1724861444068,"stop":1724861444068,"duration":0}},{"uid":"192c3a2b0ef0f0d0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/192c3a2b0ef0f0d0","status":"passed","time":{"start":1724861285835,"stop":1724861285836,"duration":1}},{"uid":"399ca3d5c2152c23","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/399ca3d5c2152c23","status":"passed","time":{"start":1724861145673,"stop":1724861145674,"duration":1}}]},"da29c60ade9840cb3c83bc2662cd64dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e7b5afa4e71a3cee","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e7b5afa4e71a3cee","status":"passed","time":{"start":1724921723784,"stop":1724921723784,"duration":0}},{"uid":"8767c0fbf5beaa5c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8767c0fbf5beaa5c","status":"passed","time":{"start":1724921678669,"stop":1724921678670,"duration":1}},{"uid":"58fc1ea67154e10b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/58fc1ea67154e10b","status":"passed","time":{"start":1724918386964,"stop":1724918386965,"duration":1}},{"uid":"1549c863aa6495e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1549c863aa6495e8","status":"passed","time":{"start":1724890140901,"stop":1724890140902,"duration":1}},{"uid":"45fe3b0758d698a3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/45fe3b0758d698a3","status":"passed","time":{"start":1724889274452,"stop":1724889274453,"duration":1}},{"uid":"662ecbd8062a4a1f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/662ecbd8062a4a1f","status":"passed","time":{"start":1724888449348,"stop":1724888449348,"duration":0}},{"uid":"be9865466848ba33","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/be9865466848ba33","status":"passed","time":{"start":1724887217801,"stop":1724887217801,"duration":0}},{"uid":"53e8c60a588f77b1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/53e8c60a588f77b1","status":"passed","time":{"start":1724887001922,"stop":1724887001922,"duration":0}},{"uid":"563704248b243882","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/563704248b243882","status":"passed","time":{"start":1724862417855,"stop":1724862417855,"duration":0}},{"uid":"a8ca7e3214af3f3c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a8ca7e3214af3f3c","status":"passed","time":{"start":1724861895533,"stop":1724861895533,"duration":0}},{"uid":"c0570d1f5c44a05","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0570d1f5c44a05","status":"passed","time":{"start":1724861753061,"stop":1724861753062,"duration":1}},{"uid":"443516b3c6aeb125","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/443516b3c6aeb125","status":"passed","time":{"start":1724861587587,"stop":1724861587587,"duration":0}}]},"be13cdad2252f909af7f9ce004d11798:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8ce4c050b04bfe49","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8ce4c050b04bfe49","status":"passed","time":{"start":1724921060545,"stop":1724921060546,"duration":1}},{"uid":"2843334ae3142808","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2843334ae3142808","status":"passed","time":{"start":1724921036201,"stop":1724921036201,"duration":0}},{"uid":"236d3c7696fa81aa","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/236d3c7696fa81aa","status":"passed","time":{"start":1724917695762,"stop":1724917695763,"duration":1}},{"uid":"26b13e85f46aa3ab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/26b13e85f46aa3ab","status":"passed","time":{"start":1724889474888,"stop":1724889474888,"duration":0}},{"uid":"72e00fa8d521f20a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72e00fa8d521f20a","status":"passed","time":{"start":1724888625518,"stop":1724888625519,"duration":1}},{"uid":"997a4f0e3d94364b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/997a4f0e3d94364b","status":"passed","time":{"start":1724887781869,"stop":1724887781869,"duration":0}},{"uid":"2d01d2b5d7b27e8c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2d01d2b5d7b27e8c","status":"passed","time":{"start":1724886548746,"stop":1724886548746,"duration":0}},{"uid":"2c19ca31090c67f0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2c19ca31090c67f0","status":"passed","time":{"start":1724886326711,"stop":1724886326712,"duration":1}},{"uid":"1f083b8a91ec4755","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1f083b8a91ec4755","status":"passed","time":{"start":1724861775154,"stop":1724861775155,"duration":1}},{"uid":"a0acf7c13fa35a35","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a0acf7c13fa35a35","status":"passed","time":{"start":1724861246805,"stop":1724861246806,"duration":1}},{"uid":"3611f6551b8c50d3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3611f6551b8c50d3","status":"passed","time":{"start":1724861070256,"stop":1724861070257,"duration":1}},{"uid":"7050e1061cea3c33","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7050e1061cea3c33","status":"passed","time":{"start":1724860931175,"stop":1724860931176,"duration":1}}]},"3f3fdd0f17e805c2e0f6beef8ccb5084:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9580e849b067d559","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9580e849b067d559","status":"passed","time":{"start":1724921497762,"stop":1724921497762,"duration":0}},{"uid":"e5500b0044b58c94","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e5500b0044b58c94","status":"passed","time":{"start":1724921408428,"stop":1724921408431,"duration":3}},{"uid":"151f23a68e3be83c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/151f23a68e3be83c","status":"passed","time":{"start":1724918086873,"stop":1724918086874,"duration":1}},{"uid":"73fa26bac0e955d4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/73fa26bac0e955d4","status":"passed","time":{"start":1724889892450,"stop":1724889892451,"duration":1}},{"uid":"60dd13d2cef4c0bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/60dd13d2cef4c0bc","status":"passed","time":{"start":1724888997220,"stop":1724888997220,"duration":0}},{"uid":"76a6ec845d905eb9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/76a6ec845d905eb9","status":"passed","time":{"start":1724888159513,"stop":1724888159514,"duration":1}},{"uid":"f40b15d32098cb2c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f40b15d32098cb2c","status":"passed","time":{"start":1724886937313,"stop":1724886937314,"duration":1}},{"uid":"f7c54a97dc653acb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f7c54a97dc653acb","status":"passed","time":{"start":1724886709813,"stop":1724886709814,"duration":1}},{"uid":"f2f8a4c40c4aa922","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2f8a4c40c4aa922","status":"passed","time":{"start":1724862123540,"stop":1724862123541,"duration":1}},{"uid":"f8ec98391ec39197","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f8ec98391ec39197","status":"passed","time":{"start":1724861620109,"stop":1724861620110,"duration":1}},{"uid":"3cf672dfc8d42dd9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3cf672dfc8d42dd9","status":"passed","time":{"start":1724861460256,"stop":1724861460256,"duration":0}},{"uid":"2a1ce3cc8e3afc08","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2a1ce3cc8e3afc08","status":"passed","time":{"start":1724861330175,"stop":1724861330176,"duration":1}}]},"b6d33334fa8230a0ecc8d0aceaad357c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"54dd92e7143517ba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/54dd92e7143517ba","status":"passed","time":{"start":1724921723784,"stop":1724921723785,"duration":1}},{"uid":"35e33b4022e20ebb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/35e33b4022e20ebb","status":"passed","time":{"start":1724921678670,"stop":1724921678670,"duration":0}},{"uid":"22652067c9d21090","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/22652067c9d21090","status":"passed","time":{"start":1724918386965,"stop":1724918386965,"duration":0}},{"uid":"3f7ae4e772bd58ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3f7ae4e772bd58ae","status":"passed","time":{"start":1724890140902,"stop":1724890140902,"duration":0}},{"uid":"a18b0d6f462d1afc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a18b0d6f462d1afc","status":"passed","time":{"start":1724889274453,"stop":1724889274453,"duration":0}},{"uid":"27a310cdc62b75c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/27a310cdc62b75c","status":"passed","time":{"start":1724888449348,"stop":1724888449349,"duration":1}},{"uid":"72df875686e3acd4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/72df875686e3acd4","status":"passed","time":{"start":1724887217802,"stop":1724887217802,"duration":0}},{"uid":"47b0bdd326ab0a7a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/47b0bdd326ab0a7a","status":"passed","time":{"start":1724887001922,"stop":1724887001923,"duration":1}},{"uid":"edaa1794bc9bee74","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/edaa1794bc9bee74","status":"passed","time":{"start":1724862417856,"stop":1724862417857,"duration":1}},{"uid":"5058f977075f71b2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5058f977075f71b2","status":"passed","time":{"start":1724861895533,"stop":1724861895534,"duration":1}},{"uid":"b438fbd6d582b423","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b438fbd6d582b423","status":"passed","time":{"start":1724861753062,"stop":1724861753062,"duration":0}},{"uid":"e7d3a3a7fff48ddb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e7d3a3a7fff48ddb","status":"passed","time":{"start":1724861587587,"stop":1724861587588,"duration":1}}]},"48145b7095e7ed15d8d620b33832d79b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e8ca67ee3c87efc3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e8ca67ee3c87efc3","status":"passed","time":{"start":1724921515222,"stop":1724921515223,"duration":1}},{"uid":"4dea6b42af2b0722","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4dea6b42af2b0722","status":"passed","time":{"start":1724921475442,"stop":1724921475443,"duration":1}},{"uid":"6c99a4b760229ac8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6c99a4b760229ac8","status":"passed","time":{"start":1724918179387,"stop":1724918179387,"duration":0}},{"uid":"bf35898e219341ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf35898e219341ee","status":"passed","time":{"start":1724889935337,"stop":1724889935338,"duration":1}},{"uid":"80bd243634c12682","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80bd243634c12682","status":"passed","time":{"start":1724889072750,"stop":1724889072750,"duration":0}},{"uid":"a219a87446b51083","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a219a87446b51083","status":"passed","time":{"start":1724888232411,"stop":1724888232411,"duration":0}},{"uid":"21de06e49a1de1e7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/21de06e49a1de1e7","status":"passed","time":{"start":1724887018291,"stop":1724887018291,"duration":0}},{"uid":"a120f326c3f44ead","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a120f326c3f44ead","status":"passed","time":{"start":1724886781476,"stop":1724886781476,"duration":0}},{"uid":"8b947ff6ae25ca9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8b947ff6ae25ca9d","status":"passed","time":{"start":1724862213659,"stop":1724862213659,"duration":0}},{"uid":"8653acf92e74e110","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8653acf92e74e110","status":"passed","time":{"start":1724861685852,"stop":1724861685852,"duration":0}},{"uid":"c2dbf5873b2504d5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c2dbf5873b2504d5","status":"passed","time":{"start":1724861546169,"stop":1724861546169,"duration":0}},{"uid":"4a72dcb505c5200a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4a72dcb505c5200a","status":"passed","time":{"start":1724861378107,"stop":1724861378107,"duration":0}}]},"0f0aa0358590ed78521526b6a0054d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"efa64db298de3f9d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/efa64db298de3f9d","status":"passed","time":{"start":1724861637975,"stop":1724861637975,"duration":0}}]},"4ab50e55037c5fc33607dbc5645f5a02:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ceff6074b315a064","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ceff6074b315a064","status":"passed","time":{"start":1724889072765,"stop":1724889072765,"duration":0}}]},"0b07a462a53974df1ae04ce081971c1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4a484b8ae09191e1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4a484b8ae09191e1","status":"passed","time":{"start":1724921095760,"stop":1724921095761,"duration":1}},{"uid":"d09a3206c8f31111","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d09a3206c8f31111","status":"passed","time":{"start":1724921070808,"stop":1724921070808,"duration":0}},{"uid":"3e99f7a3020dd978","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3e99f7a3020dd978","status":"passed","time":{"start":1724917730907,"stop":1724917730908,"duration":1}},{"uid":"a2de5304084c67d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2de5304084c67d8","status":"passed","time":{"start":1724889510341,"stop":1724889510342,"duration":1}},{"uid":"e40f4bac1e8397e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e40f4bac1e8397e1","status":"passed","time":{"start":1724888660683,"stop":1724888660683,"duration":0}},{"uid":"b1a6d8e355e88b50","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b1a6d8e355e88b50","status":"passed","time":{"start":1724887817140,"stop":1724887817141,"duration":1}},{"uid":"45facb7af30e79aa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/45facb7af30e79aa","status":"passed","time":{"start":1724886584157,"stop":1724886584157,"duration":0}},{"uid":"9c59cd9dee543ce3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9c59cd9dee543ce3","status":"passed","time":{"start":1724886362416,"stop":1724886362416,"duration":0}},{"uid":"c04528d609248d5e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c04528d609248d5e","status":"passed","time":{"start":1724861811587,"stop":1724861811587,"duration":0}},{"uid":"55987c952eaf501","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/55987c952eaf501","status":"passed","time":{"start":1724861280387,"stop":1724861280388,"duration":1}},{"uid":"3fae7b1e239dcc37","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3fae7b1e239dcc37","status":"passed","time":{"start":1724861106383,"stop":1724861106384,"duration":1}},{"uid":"541c8b906e672a6f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/541c8b906e672a6f","status":"passed","time":{"start":1724860966533,"stop":1724860966534,"duration":1}}]},"01c7888b1e92728e17566591ddfbf799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"38858c06b059a539","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/38858c06b059a539","status":"passed","time":{"start":1724921297010,"stop":1724921297011,"duration":1}},{"uid":"48dba6c83d7292c5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/48dba6c83d7292c5","status":"passed","time":{"start":1724921276368,"stop":1724921276369,"duration":1}},{"uid":"ba7735a29c7dcece","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ba7735a29c7dcece","status":"passed","time":{"start":1724917948326,"stop":1724917948327,"duration":1}},{"uid":"6274c79169db5d76","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6274c79169db5d76","status":"passed","time":{"start":1724889729010,"stop":1724889729011,"duration":1}},{"uid":"7d5e5436e86346e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7d5e5436e86346e0","status":"passed","time":{"start":1724888864954,"stop":1724888864955,"duration":1}},{"uid":"a0d475cb4de5ac69","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a0d475cb4de5ac69","status":"passed","time":{"start":1724888053748,"stop":1724888053748,"duration":0}},{"uid":"52d0d3ede5bf5f61","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/52d0d3ede5bf5f61","status":"passed","time":{"start":1724886811663,"stop":1724886811663,"duration":0}},{"uid":"c9c166c7619fd108","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c9c166c7619fd108","status":"passed","time":{"start":1724886581005,"stop":1724886581006,"duration":1}},{"uid":"66bb98260fc5dea2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/66bb98260fc5dea2","status":"passed","time":{"start":1724862019563,"stop":1724862019563,"duration":0}},{"uid":"cf167a64005f31ab","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cf167a64005f31ab","status":"passed","time":{"start":1724861493938,"stop":1724861493938,"duration":0}},{"uid":"cdbcea45e36c39e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cdbcea45e36c39e","status":"passed","time":{"start":1724861318033,"stop":1724861318039,"duration":6}},{"uid":"27b6c1b3a07c88b7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/27b6c1b3a07c88b7","status":"passed","time":{"start":1724861178517,"stop":1724861178517,"duration":0}}]},"d2fd765aa6a3f8cf4fd3b0d6556984bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f8c05bc6601b7204","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f8c05bc6601b7204","status":"passed","time":{"start":1724921529593,"stop":1724921529593,"duration":0}}]},"a08fab482744aa8c660566ef75fc3cfb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"668a7088dcafc39e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/668a7088dcafc39e","status":"passed","time":{"start":1724888268042,"stop":1724888268042,"duration":0}}]},"d2b6f36383d45b7531453cedb2715f70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"20c477108232d98","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/20c477108232d98","status":"passed","time":{"start":1724861475043,"stop":1724861475045,"duration":2}}]},"37d07eea3207436d5bd20d3b897c78e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6248296114213143","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6248296114213143","status":"passed","time":{"start":1724890032295,"stop":1724890032296,"duration":1}}]},"551afebddbc721f042f5398e566d904f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9a0aafa4cdcd02a9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9a0aafa4cdcd02a9","status":"passed","time":{"start":1724921061369,"stop":1724921061370,"duration":1}},{"uid":"f5074724c63bcc1f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f5074724c63bcc1f","status":"passed","time":{"start":1724921036548,"stop":1724921036548,"duration":0}},{"uid":"c08a80f3f87d2617","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c08a80f3f87d2617","status":"passed","time":{"start":1724917696991,"stop":1724917696991,"duration":0}},{"uid":"2794413260f87a3d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2794413260f87a3d","status":"passed","time":{"start":1724889475435,"stop":1724889475435,"duration":0}},{"uid":"9b36e9583dabb999","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9b36e9583dabb999","status":"passed","time":{"start":1724888626529,"stop":1724888626529,"duration":0}},{"uid":"2bf0ae3e64dfec8e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2bf0ae3e64dfec8e","status":"passed","time":{"start":1724887782737,"stop":1724887782738,"duration":1}},{"uid":"b557dc2aedc2a3d6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b557dc2aedc2a3d6","status":"passed","time":{"start":1724886549349,"stop":1724886549350,"duration":1}},{"uid":"ec15d627b34037f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ec15d627b34037f","status":"passed","time":{"start":1724886326870,"stop":1724886326870,"duration":0}},{"uid":"8e5dafe9cb49ebf4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e5dafe9cb49ebf4","status":"passed","time":{"start":1724861776300,"stop":1724861776301,"duration":1}},{"uid":"577e985d19ed950a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/577e985d19ed950a","status":"passed","time":{"start":1724861246680,"stop":1724861246681,"duration":1}},{"uid":"778e88116f8e9e4a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/778e88116f8e9e4a","status":"passed","time":{"start":1724861070664,"stop":1724861070665,"duration":1}},{"uid":"b443b1f2e1bdc299","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b443b1f2e1bdc299","status":"passed","time":{"start":1724860931329,"stop":1724860931330,"duration":1}}]},"52cb4e244495401b5b7d324e5505f157:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9fc10fe523988314","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9fc10fe523988314","status":"passed","time":{"start":1724921577170,"stop":1724921577170,"duration":0}}]},"d4e9f1d619edb7ca888f97ca63f16e18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cb7f384cd2383350","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cb7f384cd2383350","status":"passed","time":{"start":1724921515232,"stop":1724921515233,"duration":1}},{"uid":"7b8e769e1eae2fe3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7b8e769e1eae2fe3","status":"passed","time":{"start":1724921475466,"stop":1724921475466,"duration":0}},{"uid":"e4e65e1718320c2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e4e65e1718320c2","status":"passed","time":{"start":1724918179407,"stop":1724918179407,"duration":0}},{"uid":"f48041232801b765","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f48041232801b765","status":"passed","time":{"start":1724889935346,"stop":1724889935346,"duration":0}},{"uid":"f8e5256fbf3004d2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f8e5256fbf3004d2","status":"passed","time":{"start":1724889072761,"stop":1724889072761,"duration":0}},{"uid":"c801f08efc87f111","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c801f08efc87f111","status":"passed","time":{"start":1724888232422,"stop":1724888232422,"duration":0}},{"uid":"748eedb944b6c9b1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/748eedb944b6c9b1","status":"passed","time":{"start":1724887018309,"stop":1724887018309,"duration":0}},{"uid":"2f787a17371fef99","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2f787a17371fef99","status":"passed","time":{"start":1724886781485,"stop":1724886781486,"duration":1}},{"uid":"19bc7662c7eb7fe9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/19bc7662c7eb7fe9","status":"passed","time":{"start":1724862213669,"stop":1724862213669,"duration":0}},{"uid":"668f37bebdf43133","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/668f37bebdf43133","status":"passed","time":{"start":1724861685862,"stop":1724861685863,"duration":1}},{"uid":"a30866b4b5b8444a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a30866b4b5b8444a","status":"passed","time":{"start":1724861546184,"stop":1724861546184,"duration":0}},{"uid":"69fe1b421bcd3ec4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/69fe1b421bcd3ec4","status":"passed","time":{"start":1724861378118,"stop":1724861378118,"duration":0}}]},"c1587fe17096409dfb67eae0a97c1c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b4deb34711c3fcae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4deb34711c3fcae","status":"passed","time":{"start":1724889169855,"stop":1724889169855,"duration":0}}]},"54dc594e9df4af9a075a028edb6ec08d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"12422953122c0514","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/12422953122c0514","status":"passed","time":{"start":1724921379978,"stop":1724921379978,"duration":0}},{"uid":"db35c3ffa9b0621b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/db35c3ffa9b0621b","status":"passed","time":{"start":1724921359712,"stop":1724921359712,"duration":0}},{"uid":"90f1d2c5adc7ba50","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/90f1d2c5adc7ba50","status":"passed","time":{"start":1724918127237,"stop":1724918127240,"duration":3}},{"uid":"fb1f8a72bd93a841","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb1f8a72bd93a841","status":"passed","time":{"start":1724889805611,"stop":1724889805611,"duration":0}},{"uid":"4c65d7e95148206c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4c65d7e95148206c","status":"passed","time":{"start":1724888940683,"stop":1724888940684,"duration":1}},{"uid":"5f6a8287fb7798ee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5f6a8287fb7798ee","status":"passed","time":{"start":1724888168648,"stop":1724888168648,"duration":0}},{"uid":"e3c46171bbc296f5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e3c46171bbc296f5","status":"passed","time":{"start":1724886924216,"stop":1724886924216,"duration":0}},{"uid":"8e817a181ee576bc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8e817a181ee576bc","status":"passed","time":{"start":1724886701804,"stop":1724886701804,"duration":0}},{"uid":"960833244a30f129","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/960833244a30f129","status":"passed","time":{"start":1724862112740,"stop":1724862112740,"duration":0}},{"uid":"6aa4c34bae175f6f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6aa4c34bae175f6f","status":"passed","time":{"start":1724861584867,"stop":1724861584867,"duration":0}},{"uid":"171f7cee915ed5e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/171f7cee915ed5e","status":"passed","time":{"start":1724861464479,"stop":1724861464479,"duration":0}},{"uid":"74a17e419cbb3659","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/74a17e419cbb3659","status":"passed","time":{"start":1724861254911,"stop":1724861254911,"duration":0}}]},"ce968eb249f8af092dca43167521853b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b44ef3349f8ee6a0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b44ef3349f8ee6a0","status":"passed","time":{"start":1724921045536,"stop":1724921045537,"duration":1}},{"uid":"cc89975ab81fddb6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cc89975ab81fddb6","status":"passed","time":{"start":1724921020730,"stop":1724921020730,"duration":0}},{"uid":"dc46515f3d01b46b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dc46515f3d01b46b","status":"passed","time":{"start":1724917681062,"stop":1724917681064,"duration":2}},{"uid":"5ebb192d21b00ec1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ebb192d21b00ec1","status":"passed","time":{"start":1724889459954,"stop":1724889459954,"duration":0}},{"uid":"d15eef2c761e8538","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d15eef2c761e8538","status":"passed","time":{"start":1724888610545,"stop":1724888610546,"duration":1}},{"uid":"36aa26e329381df9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/36aa26e329381df9","status":"passed","time":{"start":1724887766851,"stop":1724887766852,"duration":1}},{"uid":"62a8624ccad58449","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/62a8624ccad58449","status":"passed","time":{"start":1724886533247,"stop":1724886533248,"duration":1}},{"uid":"14de84a7e5d037fd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/14de84a7e5d037fd","status":"passed","time":{"start":1724886311097,"stop":1724886311098,"duration":1}},{"uid":"8974ee8ce7c63f30","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8974ee8ce7c63f30","status":"passed","time":{"start":1724861760053,"stop":1724861760053,"duration":0}},{"uid":"12ebba964c7989c9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/12ebba964c7989c9","status":"passed","time":{"start":1724861230837,"stop":1724861230837,"duration":0}},{"uid":"74b1c77cdb8177ed","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/74b1c77cdb8177ed","status":"passed","time":{"start":1724861053411,"stop":1724861053411,"duration":0}},{"uid":"25c711e9d5fea36f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/25c711e9d5fea36f","status":"passed","time":{"start":1724860914749,"stop":1724860914749,"duration":0}}]},"f224766b8c31accbc007ad2a25988a85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9a62193cf2cbcbf7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9a62193cf2cbcbf7","status":"passed","time":{"start":1724921602959,"stop":1724921602960,"duration":1}},{"uid":"7cd32a967739bdaa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7cd32a967739bdaa","status":"passed","time":{"start":1724921571102,"stop":1724921571103,"duration":1}},{"uid":"df7aaa6f8fafe70c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/df7aaa6f8fafe70c","status":"passed","time":{"start":1724918285606,"stop":1724918285607,"duration":1}},{"uid":"85567fb47c196fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/85567fb47c196fa","status":"passed","time":{"start":1724890030097,"stop":1724890030097,"duration":0}},{"uid":"5b7dbdc8f18a36e9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b7dbdc8f18a36e9","status":"passed","time":{"start":1724889171917,"stop":1724889171917,"duration":0}},{"uid":"7ee2c1f460fce4bc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7ee2c1f460fce4bc","status":"passed","time":{"start":1724888350735,"stop":1724888350736,"duration":1}},{"uid":"4ea8c288f0a98fd7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4ea8c288f0a98fd7","status":"passed","time":{"start":1724887115418,"stop":1724887115418,"duration":0}},{"uid":"8ec1069de6d4d37b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8ec1069de6d4d37b","status":"passed","time":{"start":1724886884582,"stop":1724886884582,"duration":0}},{"uid":"97626405a75b2b09","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97626405a75b2b09","status":"passed","time":{"start":1724862322267,"stop":1724862322268,"duration":1}},{"uid":"9aa59eac7b6fa4a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9aa59eac7b6fa4a","status":"passed","time":{"start":1724861790757,"stop":1724861790757,"duration":0}},{"uid":"120d7271b0702b59","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/120d7271b0702b59","status":"passed","time":{"start":1724861628427,"stop":1724861628427,"duration":0}},{"uid":"791a4b640f774a89","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/791a4b640f774a89","status":"passed","time":{"start":1724861465631,"stop":1724861465631,"duration":0}}]},"1b81fc71331fc3d2512d734516f8f7a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e043a5c7ca28dc5d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e043a5c7ca28dc5d","status":"passed","time":{"start":1724862320144,"stop":1724862320144,"duration":0}}]},"ed34922b72948fd33e11689b88b75945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"14bf2c8121455775","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14bf2c8121455775","status":"passed","time":{"start":1724889678257,"stop":1724889678258,"duration":1}}]},"f4f881c2782d3268a6f52ca6ca8df6ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":11,"unknown":0,"total":12},"items":[{"uid":"38fdd8e9f4ca430f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/38fdd8e9f4ca430f","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1724921497761,"stop":1724921497761,"duration":0}},{"uid":"47ce2bd4a006974c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/47ce2bd4a006974c","status":"passed","time":{"start":1724921408416,"stop":1724921408417,"duration":1}},{"uid":"ebb44a4ddaf4e49e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ebb44a4ddaf4e49e","status":"passed","time":{"start":1724918086872,"stop":1724918086873,"duration":1}},{"uid":"b3514d9f008e7a1f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b3514d9f008e7a1f","status":"passed","time":{"start":1724889892449,"stop":1724889892449,"duration":0}},{"uid":"7340d9c26b20b991","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7340d9c26b20b991","status":"passed","time":{"start":1724888997219,"stop":1724888997219,"duration":0}},{"uid":"87991d819923acf0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/87991d819923acf0","status":"passed","time":{"start":1724888159510,"stop":1724888159511,"duration":1}},{"uid":"829301692f13ce89","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/829301692f13ce89","status":"passed","time":{"start":1724886937312,"stop":1724886937312,"duration":0}},{"uid":"c805564ee0b41463","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c805564ee0b41463","status":"passed","time":{"start":1724886709810,"stop":1724886709811,"duration":1}},{"uid":"8495bab624a45ed8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8495bab624a45ed8","status":"passed","time":{"start":1724862123539,"stop":1724862123539,"duration":0}},{"uid":"b92c9fc0ef4e5c92","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b92c9fc0ef4e5c92","status":"passed","time":{"start":1724861620106,"stop":1724861620107,"duration":1}},{"uid":"c2940a5240249482","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c2940a5240249482","status":"passed","time":{"start":1724861460255,"stop":1724861460255,"duration":0}},{"uid":"74153e6ab784ab33","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/74153e6ab784ab33","status":"passed","time":{"start":1724861330174,"stop":1724861330174,"duration":0}}]},"e90403ec0f8bc4b5ca7fc9c86f58f32d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ecde8ab32e4706ad","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ecde8ab32e4706ad","status":"passed","time":{"start":1724921602989,"stop":1724921602990,"duration":1}},{"uid":"b9f6b54b776f0fc0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b9f6b54b776f0fc0","status":"passed","time":{"start":1724921571111,"stop":1724921571111,"duration":0}},{"uid":"76ba6c76f1aebfde","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/76ba6c76f1aebfde","status":"passed","time":{"start":1724918285619,"stop":1724918285619,"duration":0}},{"uid":"e6a031a195f5da3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e6a031a195f5da3","status":"passed","time":{"start":1724890030105,"stop":1724890030106,"duration":1}},{"uid":"4105c96f3f5a9c52","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4105c96f3f5a9c52","status":"passed","time":{"start":1724889171934,"stop":1724889171934,"duration":0}},{"uid":"a57c01093f3e39cb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a57c01093f3e39cb","status":"passed","time":{"start":1724888350747,"stop":1724888350748,"duration":1}},{"uid":"db55d68301a6f2fa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/db55d68301a6f2fa","status":"passed","time":{"start":1724887115438,"stop":1724887115439,"duration":1}},{"uid":"5f9646a28f48dae6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5f9646a28f48dae6","status":"passed","time":{"start":1724886884589,"stop":1724886884589,"duration":0}},{"uid":"575203a3b0604969","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/575203a3b0604969","status":"passed","time":{"start":1724862322282,"stop":1724862322282,"duration":0}},{"uid":"e51a6e6c790adb0e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e51a6e6c790adb0e","status":"passed","time":{"start":1724861790768,"stop":1724861790768,"duration":0}},{"uid":"b0aa8698b92eb51d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b0aa8698b92eb51d","status":"passed","time":{"start":1724861628433,"stop":1724861628434,"duration":1}},{"uid":"42d055ef4a4b2004","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/42d055ef4a4b2004","status":"passed","time":{"start":1724861465638,"stop":1724861465638,"duration":0}}]},"4362d1101dca3e3a1799898fdf01abe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ba0c90b0aa7a5066","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ba0c90b0aa7a5066","status":"passed","time":{"start":1724921050917,"stop":1724921050917,"duration":0}},{"uid":"a2ab8759fdaa9c3d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a2ab8759fdaa9c3d","status":"passed","time":{"start":1724921026085,"stop":1724921026086,"duration":1}},{"uid":"5edabfbb3eb6dccb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5edabfbb3eb6dccb","status":"passed","time":{"start":1724917686331,"stop":1724917686332,"duration":1}},{"uid":"eb811330de82063a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eb811330de82063a","status":"passed","time":{"start":1724889465303,"stop":1724889465303,"duration":0}},{"uid":"187cd69f9a06e13a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/187cd69f9a06e13a","status":"passed","time":{"start":1724888615856,"stop":1724888615856,"duration":0}},{"uid":"fd0365506044a863","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fd0365506044a863","status":"passed","time":{"start":1724887772190,"stop":1724887772191,"duration":1}},{"uid":"ec26c15ad74a6657","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ec26c15ad74a6657","status":"passed","time":{"start":1724886538737,"stop":1724886538738,"duration":1}},{"uid":"b0d71cd0ee984392","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b0d71cd0ee984392","status":"passed","time":{"start":1724886316574,"stop":1724886316574,"duration":0}},{"uid":"94d4d9a50ab638c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/94d4d9a50ab638c9","status":"passed","time":{"start":1724861765627,"stop":1724861765628,"duration":1}},{"uid":"815424f484cfcb23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/815424f484cfcb23","status":"passed","time":{"start":1724861236290,"stop":1724861236291,"duration":1}},{"uid":"fcb6017d77c880cf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fcb6017d77c880cf","status":"passed","time":{"start":1724861059257,"stop":1724861059257,"duration":0}},{"uid":"161754aa363853c1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/161754aa363853c1","status":"passed","time":{"start":1724860920542,"stop":1724860920543,"duration":1}}]},"31b5b45be3ecf932a64dddb187ec6d26:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"33a76863757aba1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33a76863757aba1","status":"passed","time":{"start":1724889072752,"stop":1724889072753,"duration":1}}]},"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"15951af8a25a5eee","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/15951af8a25a5eee","status":"passed","time":{"start":1724921380064,"stop":1724921380064,"duration":0}},{"uid":"288ca16231540686","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/288ca16231540686","status":"passed","time":{"start":1724921359798,"stop":1724921359798,"duration":0}},{"uid":"2f50faed827cbdc5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2f50faed827cbdc5","status":"passed","time":{"start":1724918087013,"stop":1724918087013,"duration":0}},{"uid":"b0ca435016e47928","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b0ca435016e47928","status":"passed","time":{"start":1724889805673,"stop":1724889805674,"duration":1}},{"uid":"f3ec959203b9ba8e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3ec959203b9ba8e","status":"passed","time":{"start":1724888940769,"stop":1724888940770,"duration":1}},{"uid":"fde9d9271fef9e57","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fde9d9271fef9e57","status":"passed","time":{"start":1724888159617,"stop":1724888159618,"duration":1}},{"uid":"29b34a0eb7ad2b7f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/29b34a0eb7ad2b7f","status":"passed","time":{"start":1724886924289,"stop":1724886924289,"duration":0}},{"uid":"af280f68af9539a1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/af280f68af9539a1","status":"passed","time":{"start":1724886701944,"stop":1724886701944,"duration":0}},{"uid":"cd8978f931913c33","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd8978f931913c33","status":"passed","time":{"start":1724862112845,"stop":1724862112846,"duration":1}},{"uid":"1407d89d99db6fb8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1407d89d99db6fb8","status":"passed","time":{"start":1724861584923,"stop":1724861584923,"duration":0}},{"uid":"f0a0875cdbc52b0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f0a0875cdbc52b0","status":"passed","time":{"start":1724861460341,"stop":1724861460342,"duration":1}},{"uid":"3b64cf3c42652974","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3b64cf3c42652974","status":"passed","time":{"start":1724861255003,"stop":1724861255004,"duration":1}}]},"cc5c6f7e635fa51a59374ba8a5162a36:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"29da03ab71f39a3b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/29da03ab71f39a3b","status":"passed","time":{"start":1724861465637,"stop":1724861465637,"duration":0}}]},"a042e8cd63a3b39e0a33609070d05d39:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9bb06ce7d001b699","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9bb06ce7d001b699","status":"passed","time":{"start":1724861800258,"stop":1724861800259,"duration":1}}]},"1749bf9b877925e8da903ebec55612ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"447a4f145c1853e5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/447a4f145c1853e5","status":"passed","time":{"start":1724921073460,"stop":1724921073460,"duration":0}},{"uid":"b7c483c108cf60e2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b7c483c108cf60e2","status":"passed","time":{"start":1724921048447,"stop":1724921048447,"duration":0}},{"uid":"98cd3ae7c98fcddf","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/98cd3ae7c98fcddf","status":"passed","time":{"start":1724917708700,"stop":1724917708700,"duration":0}},{"uid":"ff41825b763ab24b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff41825b763ab24b","status":"passed","time":{"start":1724889487516,"stop":1724889487516,"duration":0}},{"uid":"92696c8abb242fa2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92696c8abb242fa2","status":"passed","time":{"start":1724888638223,"stop":1724888638223,"duration":0}},{"uid":"f44c7002f99f7a04","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f44c7002f99f7a04","status":"passed","time":{"start":1724887794483,"stop":1724887794483,"duration":0}},{"uid":"976cfb6fab4bc539","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/976cfb6fab4bc539","status":"passed","time":{"start":1724886561406,"stop":1724886561407,"duration":1}},{"uid":"8a1a0f332d4a43bb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8a1a0f332d4a43bb","status":"passed","time":{"start":1724886339062,"stop":1724886339063,"duration":1}},{"uid":"6b460c456a163bf2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b460c456a163bf2","status":"passed","time":{"start":1724861788383,"stop":1724861788383,"duration":0}},{"uid":"9f0e1febace9aae8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9f0e1febace9aae8","status":"passed","time":{"start":1724861258536,"stop":1724861258536,"duration":0}},{"uid":"6c09ccd2d1b9285f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6c09ccd2d1b9285f","status":"passed","time":{"start":1724861082796,"stop":1724861082796,"duration":0}},{"uid":"2a2d25e520b4a0b5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2a2d25e520b4a0b5","status":"passed","time":{"start":1724860943248,"stop":1724860943248,"duration":0}}]},"243ab10d31eb66c5118249ed138b6c92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"92f6755794356414","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/92f6755794356414","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515258,"stop":1724921515258,"duration":0}},{"uid":"c461cb54f66b7375","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c461cb54f66b7375","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475519,"stop":1724921475519,"duration":0}},{"uid":"a19fb0537625980b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a19fb0537625980b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179438,"stop":1724918179439,"duration":1}},{"uid":"57d05932a44abaf1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/57d05932a44abaf1","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935353,"stop":1724889935354,"duration":1}},{"uid":"9e1cf44e76531bca","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e1cf44e76531bca","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072769,"stop":1724889072770,"duration":1}},{"uid":"707dfdd867f6c10b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/707dfdd867f6c10b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232429,"stop":1724888232430,"duration":1}},{"uid":"23e235fbdb809028","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/23e235fbdb809028","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018318,"stop":1724887018318,"duration":0}},{"uid":"b045ff33aef75ec9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b045ff33aef75ec9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781506,"stop":1724886781506,"duration":0}},{"uid":"9738f2b83e98c9e4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9738f2b83e98c9e4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213686,"stop":1724862213686,"duration":0}},{"uid":"1e1c2b4f8c97e518","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1e1c2b4f8c97e518","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861685890,"stop":1724861685891,"duration":1}},{"uid":"b0e230afd041e992","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b0e230afd041e992","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546214,"stop":1724861546214,"duration":0}},{"uid":"7e0ae132254bf523","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7e0ae132254bf523","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378127,"stop":1724861378127,"duration":0}}]},"c6826bd497094ee91af19389b72c1f20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea304cb09aff2e03","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ea304cb09aff2e03","status":"passed","time":{"start":1724889077074,"stop":1724889077078,"duration":4}}]},"e2b2443b7a89670afc3afc2e5f72ec3c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b9917bc9c86ac3d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b9917bc9c86ac3d","status":"passed","time":{"start":1724921556059,"stop":1724921556059,"duration":0}}]},"e0bf0f6c5c2904dc02ad8456376a87a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b855b3d3d4f5ac3c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b855b3d3d4f5ac3c","status":"passed","time":{"start":1724886555799,"stop":1724886555800,"duration":1}}]},"51cbd8efa93a159097ce36b89f67787d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3f0fdeccbf97a853","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3f0fdeccbf97a853","status":"passed","time":{"start":1724921602959,"stop":1724921602959,"duration":0}},{"uid":"f8baf527054d232d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f8baf527054d232d","status":"passed","time":{"start":1724921571102,"stop":1724921571102,"duration":0}},{"uid":"4bde0d29c1463ae9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4bde0d29c1463ae9","status":"passed","time":{"start":1724918285601,"stop":1724918285605,"duration":4}},{"uid":"7da67a992c8067f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7da67a992c8067f","status":"passed","time":{"start":1724890030096,"stop":1724890030097,"duration":1}},{"uid":"3eb9484a9308f7d3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3eb9484a9308f7d3","status":"passed","time":{"start":1724889171915,"stop":1724889171915,"duration":0}},{"uid":"15d8df3d3d4cbb89","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/15d8df3d3d4cbb89","status":"passed","time":{"start":1724888350731,"stop":1724888350731,"duration":0}},{"uid":"900239533f730380","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/900239533f730380","status":"passed","time":{"start":1724887115417,"stop":1724887115417,"duration":0}},{"uid":"e628cc44b81a0ebc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e628cc44b81a0ebc","status":"passed","time":{"start":1724886884581,"stop":1724886884581,"duration":0}},{"uid":"e979e9c174764451","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e979e9c174764451","status":"passed","time":{"start":1724862322266,"stop":1724862322267,"duration":1}},{"uid":"4d389463a51e1011","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4d389463a51e1011","status":"passed","time":{"start":1724861790756,"stop":1724861790756,"duration":0}},{"uid":"7b858875ea40b52d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7b858875ea40b52d","status":"passed","time":{"start":1724861628426,"stop":1724861628426,"duration":0}},{"uid":"1fbfbbbf97ba52db","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1fbfbbbf97ba52db","status":"passed","time":{"start":1724861465630,"stop":1724861465631,"duration":1}}]},"dd701497c2a6292dfefc2cfee3af21b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9f7ae10316ae9813","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9f7ae10316ae9813","status":"passed","time":{"start":1724921270343,"stop":1724921270343,"duration":0}},{"uid":"bd5d433c9ffa81c9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bd5d433c9ffa81c9","status":"passed","time":{"start":1724921247785,"stop":1724921247802,"duration":17}},{"uid":"d4f5bda37e0ff664","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d4f5bda37e0ff664","status":"passed","time":{"start":1724917989810,"stop":1724917989810,"duration":0}},{"uid":"749165334d872810","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/749165334d872810","status":"passed","time":{"start":1724889678533,"stop":1724889678533,"duration":0}},{"uid":"717bd7ef25096780","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/717bd7ef25096780","status":"passed","time":{"start":1724888829828,"stop":1724888829829,"duration":1}},{"uid":"f364ce2d38b9f926","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f364ce2d38b9f926","status":"passed","time":{"start":1724888076975,"stop":1724888076976,"duration":1}},{"uid":"4a07b187f3230200","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a07b187f3230200","status":"passed","time":{"start":1724886851114,"stop":1724886851115,"duration":1}},{"uid":"664f96b87a95e4e8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/664f96b87a95e4e8","status":"passed","time":{"start":1724886647062,"stop":1724886647063,"duration":1}},{"uid":"7dc434748088fd9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7dc434748088fd9d","status":"passed","time":{"start":1724861992704,"stop":1724861992705,"duration":1}},{"uid":"53a23f41b8ca88f2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/53a23f41b8ca88f2","status":"passed","time":{"start":1724861469632,"stop":1724861469632,"duration":0}},{"uid":"7cdf1ef31b3c0fa1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7cdf1ef31b3c0fa1","status":"passed","time":{"start":1724861284846,"stop":1724861284847,"duration":1}},{"uid":"c34e90c6d3218298","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c34e90c6d3218298","status":"passed","time":{"start":1724861145782,"stop":1724861145782,"duration":0}}]},"be5f5c7a34eb4983317d1be935aadb60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b737813fcab2e1d8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b737813fcab2e1d8","status":"passed","time":{"start":1724861637975,"stop":1724861637975,"duration":0}}]},"be548040d45445fe0e37eeebb4426939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6b3fd67c4e7e6762","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6b3fd67c4e7e6762","status":"passed","time":{"start":1724921037625,"stop":1724921037625,"duration":0}},{"uid":"259d1c7f9352059b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/259d1c7f9352059b","status":"passed","time":{"start":1724921013043,"stop":1724921013043,"duration":0}},{"uid":"bbeb0e71157f7190","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bbeb0e71157f7190","status":"passed","time":{"start":1724917673280,"stop":1724917673281,"duration":1}},{"uid":"488b9aeeed4ac0b4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/488b9aeeed4ac0b4","status":"passed","time":{"start":1724889452300,"stop":1724889452300,"duration":0}},{"uid":"8eee6d07193cf0d2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8eee6d07193cf0d2","status":"passed","time":{"start":1724888602829,"stop":1724888602829,"duration":0}},{"uid":"58ba99158bfd7bcb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/58ba99158bfd7bcb","status":"passed","time":{"start":1724887759159,"stop":1724887759160,"duration":1}},{"uid":"900765071feb96a8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/900765071feb96a8","status":"passed","time":{"start":1724886525540,"stop":1724886525540,"duration":0}},{"uid":"202cd1ed2381355","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/202cd1ed2381355","status":"passed","time":{"start":1724886303388,"stop":1724886303388,"duration":0}},{"uid":"c4bb4713cb3cc2c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4bb4713cb3cc2c","status":"passed","time":{"start":1724861752216,"stop":1724861752216,"duration":0}},{"uid":"e86a307608a4220b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e86a307608a4220b","status":"passed","time":{"start":1724861223350,"stop":1724861223350,"duration":0}},{"uid":"f5715da0b5c27544","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f5715da0b5c27544","status":"passed","time":{"start":1724861045192,"stop":1724861045197,"duration":5}},{"uid":"667a7155536dce90","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/667a7155536dce90","status":"passed","time":{"start":1724860907080,"stop":1724860907080,"duration":0}}]},"c2fba2e08f9b25369c119544af081075:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"87186ffa659a4974","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/87186ffa659a4974","status":"passed","time":{"start":1724921529566,"stop":1724921529567,"duration":1}},{"uid":"21c43cb6c31ed676","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/21c43cb6c31ed676","status":"passed","time":{"start":1724921488870,"stop":1724921488870,"duration":0}},{"uid":"9dac302b997326d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9dac302b997326d","status":"passed","time":{"start":1724918203666,"stop":1724918203666,"duration":0}},{"uid":"c6ff83f41ae5eabe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c6ff83f41ae5eabe","status":"passed","time":{"start":1724889938348,"stop":1724889938348,"duration":0}},{"uid":"b8b924747937e2b1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8b924747937e2b1","status":"passed","time":{"start":1724889077029,"stop":1724889077029,"duration":0}},{"uid":"fc124e08971a5b2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fc124e08971a5b2","status":"passed","time":{"start":1724888267999,"stop":1724888268000,"duration":1}},{"uid":"2a6861ef76743a7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2a6861ef76743a7","status":"passed","time":{"start":1724887032386,"stop":1724887032386,"duration":0}},{"uid":"ee8a28e649d62913","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ee8a28e649d62913","status":"passed","time":{"start":1724886822783,"stop":1724886822783,"duration":0}},{"uid":"fc3421096c20850e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc3421096c20850e","status":"passed","time":{"start":1724862233501,"stop":1724862233501,"duration":0}},{"uid":"5cea41a8c343d3de","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5cea41a8c343d3de","status":"passed","time":{"start":1724861712661,"stop":1724861712661,"duration":0}},{"uid":"93b2dea12a92d4d5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/93b2dea12a92d4d5","status":"passed","time":{"start":1724861567871,"stop":1724861567872,"duration":1}},{"uid":"3648067710c3cd39","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3648067710c3cd39","status":"passed","time":{"start":1724861392036,"stop":1724861392036,"duration":0}}]},"c889384d90857f1c344409a3d64b1ae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a9a2e90933316b56","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a9a2e90933316b56","status":"passed","time":{"start":1724921564777,"stop":1724921564777,"duration":0}},{"uid":"4256ed39189cde54","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4256ed39189cde54","status":"passed","time":{"start":1724921518822,"stop":1724921518822,"duration":0}},{"uid":"35d920523d92eaec","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/35d920523d92eaec","status":"passed","time":{"start":1724918229400,"stop":1724918229400,"duration":0}},{"uid":"e5abea137620afb1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e5abea137620afb1","status":"passed","time":{"start":1724889980703,"stop":1724889980703,"duration":0}},{"uid":"3d83258d19367c59","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3d83258d19367c59","status":"passed","time":{"start":1724889111165,"stop":1724889111165,"duration":0}},{"uid":"938e4ea3c34934ee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/938e4ea3c34934ee","status":"passed","time":{"start":1724888292534,"stop":1724888292534,"duration":0}},{"uid":"82c9081d9543f7c2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/82c9081d9543f7c2","status":"passed","time":{"start":1724887068228,"stop":1724887068229,"duration":1}},{"uid":"e172d0f74813641d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e172d0f74813641d","status":"passed","time":{"start":1724886848926,"stop":1724886848927,"duration":1}},{"uid":"478d99ff8468b0cc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/478d99ff8468b0cc","status":"passed","time":{"start":1724862262048,"stop":1724862262048,"duration":0}},{"uid":"420c4d64438501ea","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/420c4d64438501ea","status":"passed","time":{"start":1724861741894,"stop":1724861741894,"duration":0}},{"uid":"d94d85bdc2e3fec","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d94d85bdc2e3fec","status":"passed","time":{"start":1724861599494,"stop":1724861599496,"duration":2}},{"uid":"cb1ebc913031a4b6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cb1ebc913031a4b6","status":"passed","time":{"start":1724861428476,"stop":1724861428476,"duration":0}}]},"721c584e70c971f42d658c80c0885df1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"beb7618bba17a787","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/beb7618bba17a787","status":"passed","time":{"start":1724921559018,"stop":1724921559019,"duration":1}},{"uid":"a6aaae43865a8623","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a6aaae43865a8623","status":"passed","time":{"start":1724921524135,"stop":1724921524135,"duration":0}},{"uid":"63ac8b99ea5eaa70","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/63ac8b99ea5eaa70","status":"passed","time":{"start":1724918241665,"stop":1724918241666,"duration":1}},{"uid":"844f91f527150bec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/844f91f527150bec","status":"passed","time":{"start":1724889975476,"stop":1724889975476,"duration":0}},{"uid":"89039b9d245565b0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/89039b9d245565b0","status":"passed","time":{"start":1724889106064,"stop":1724889106065,"duration":1}},{"uid":"413b571f9d00b5a7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/413b571f9d00b5a7","status":"passed","time":{"start":1724888289483,"stop":1724888289483,"duration":0}},{"uid":"3bd2c1ad5052bdb0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3bd2c1ad5052bdb0","status":"passed","time":{"start":1724887057705,"stop":1724887057705,"duration":0}},{"uid":"7622ceeebbaf3a9f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7622ceeebbaf3a9f","status":"passed","time":{"start":1724886839399,"stop":1724886839400,"duration":1}},{"uid":"58654832600f48d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/58654832600f48d9","status":"passed","time":{"start":1724862256093,"stop":1724862256094,"duration":1}},{"uid":"709ec960bfe57439","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/709ec960bfe57439","status":"passed","time":{"start":1724861742235,"stop":1724861742235,"duration":0}},{"uid":"bcb6d6249044417e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bcb6d6249044417e","status":"passed","time":{"start":1724861595397,"stop":1724861595398,"duration":1}},{"uid":"f5a86aa79e1d019c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f5a86aa79e1d019c","status":"passed","time":{"start":1724861424069,"stop":1724861424070,"duration":1}}]},"e85bd1eaf9d85112462549d9ddb547cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1b3291d061dc1306","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1b3291d061dc1306","status":"passed","time":{"start":1724861770116,"stop":1724861770116,"duration":0}}]},"5328eb9c2b7e6a279f254cc9a00c3ac8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2dbd4780f46e01db","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2dbd4780f46e01db","status":"passed","time":{"start":1724918285617,"stop":1724918285617,"duration":0}}]},"f4d401a357a9d2e08dee6f812ae5fc70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4bb4df273e08e966","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4bb4df273e08e966","status":"passed","time":{"start":1724862322282,"stop":1724862322282,"duration":0}}]},"ad0cd331dee47f1e317fd9bab6ecd381:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"31075a05df1454a6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/31075a05df1454a6","status":"passed","time":{"start":1724921046207,"stop":1724921046207,"duration":0}},{"uid":"7f48fe775b4be9ac","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7f48fe775b4be9ac","status":"passed","time":{"start":1724921021478,"stop":1724921021479,"duration":1}},{"uid":"154c53d2c553bdd0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/154c53d2c553bdd0","status":"passed","time":{"start":1724917681727,"stop":1724917681727,"duration":0}},{"uid":"1fa9c273d5e3ca00","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1fa9c273d5e3ca00","status":"passed","time":{"start":1724889460654,"stop":1724889460655,"duration":1}},{"uid":"c79e0a8fe2bbf6a3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c79e0a8fe2bbf6a3","status":"passed","time":{"start":1724888611298,"stop":1724888611298,"duration":0}},{"uid":"2b87c785e4a691cf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2b87c785e4a691cf","status":"passed","time":{"start":1724887767622,"stop":1724887767623,"duration":1}},{"uid":"628cbd7a4b3422ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/628cbd7a4b3422ba","status":"passed","time":{"start":1724886533993,"stop":1724886533993,"duration":0}},{"uid":"f78d7849af023e1a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f78d7849af023e1a","status":"passed","time":{"start":1724886311760,"stop":1724886311761,"duration":1}},{"uid":"14d884f64f8b50a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14d884f64f8b50a6","status":"passed","time":{"start":1724861760778,"stop":1724861760779,"duration":1}},{"uid":"6a911cb8b56118b1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6a911cb8b56118b1","status":"passed","time":{"start":1724861231736,"stop":1724861231737,"duration":1}},{"uid":"73d7f2bb794e11bc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/73d7f2bb794e11bc","status":"passed","time":{"start":1724861054259,"stop":1724861054259,"duration":0}},{"uid":"58377a494582955e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/58377a494582955e","status":"passed","time":{"start":1724860915817,"stop":1724860915817,"duration":0}}]},"e51cff872101424b1bf995cac6b05605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"829903fd84df73fa","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/829903fd84df73fa","status":"passed","time":{"start":1724921046208,"stop":1724921046208,"duration":0}},{"uid":"c53fb1e8ee977a79","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c53fb1e8ee977a79","status":"passed","time":{"start":1724921021480,"stop":1724921021480,"duration":0}},{"uid":"618e1462ece59604","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/618e1462ece59604","status":"passed","time":{"start":1724917681728,"stop":1724917681728,"duration":0}},{"uid":"6624f6d95d75dda4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6624f6d95d75dda4","status":"passed","time":{"start":1724889460656,"stop":1724889460656,"duration":0}},{"uid":"8b90cad19c383452","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8b90cad19c383452","status":"passed","time":{"start":1724888611299,"stop":1724888611299,"duration":0}},{"uid":"36caaec64db99fc9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/36caaec64db99fc9","status":"passed","time":{"start":1724887767623,"stop":1724887767624,"duration":1}},{"uid":"5ac8dc1d992b44c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5ac8dc1d992b44c","status":"passed","time":{"start":1724886533995,"stop":1724886533995,"duration":0}},{"uid":"6aae11bb428334ca","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6aae11bb428334ca","status":"passed","time":{"start":1724886311761,"stop":1724886311762,"duration":1}},{"uid":"fa17dcf1a8b6d1d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fa17dcf1a8b6d1d8","status":"passed","time":{"start":1724861760779,"stop":1724861760780,"duration":1}},{"uid":"dbc99370eb50ac37","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dbc99370eb50ac37","status":"passed","time":{"start":1724861231737,"stop":1724861231738,"duration":1}},{"uid":"60823decb085043d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/60823decb085043d","status":"passed","time":{"start":1724861054260,"stop":1724861054261,"duration":1}},{"uid":"9cf35b1066f0f2b3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9cf35b1066f0f2b3","status":"passed","time":{"start":1724860915818,"stop":1724860915818,"duration":0}}]},"cfee42a91940bb5c77df5f273c4cc968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2be8af6667b0690b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2be8af6667b0690b","status":"passed","time":{"start":1724921602946,"stop":1724921602950,"duration":4}},{"uid":"3a0a4d329228a92c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3a0a4d329228a92c","status":"passed","time":{"start":1724921571095,"stop":1724921571096,"duration":1}},{"uid":"be35dfff4daf504d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/be35dfff4daf504d","status":"passed","time":{"start":1724918285585,"stop":1724918285586,"duration":1}},{"uid":"9867a567ab907405","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9867a567ab907405","status":"passed","time":{"start":1724890030089,"stop":1724890030089,"duration":0}},{"uid":"c4b7090afc5c1813","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4b7090afc5c1813","status":"passed","time":{"start":1724889171907,"stop":1724889171907,"duration":0}},{"uid":"ff630c193671ebf3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ff630c193671ebf3","status":"passed","time":{"start":1724888350720,"stop":1724888350720,"duration":0}},{"uid":"f10dabe6de53f98f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f10dabe6de53f98f","status":"passed","time":{"start":1724887115406,"stop":1724887115407,"duration":1}},{"uid":"85189f9d37847494","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/85189f9d37847494","status":"passed","time":{"start":1724886884569,"stop":1724886884570,"duration":1}},{"uid":"fb13e63b4264f3c6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb13e63b4264f3c6","status":"passed","time":{"start":1724862322247,"stop":1724862322247,"duration":0}},{"uid":"351e2cb9ff0a0645","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/351e2cb9ff0a0645","status":"passed","time":{"start":1724861790750,"stop":1724861790750,"duration":0}},{"uid":"1343c438d2397390","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1343c438d2397390","status":"passed","time":{"start":1724861628419,"stop":1724861628419,"duration":0}},{"uid":"c37f30a07e6b3759","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c37f30a07e6b3759","status":"passed","time":{"start":1724861465623,"stop":1724861465623,"duration":0}}]},"d8f2a5609b67ed6259171cf42ef6cf0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7af16e264770d150","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7af16e264770d150","status":"passed","time":{"start":1724861485080,"stop":1724861485080,"duration":0}}]},"3f6a965b0b7790fd72df6c18f32c642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"35b16b6c87b5f579","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/35b16b6c87b5f579","status":"passed","time":{"start":1724890032299,"stop":1724890032299,"duration":0}}]},"5375b30bc15d959901b4c592f8297ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"566a4241c4c286f4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/566a4241c4c286f4","status":"passed","time":{"start":1724921073460,"stop":1724921073460,"duration":0}},{"uid":"deec59116f404773","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/deec59116f404773","status":"passed","time":{"start":1724921048447,"stop":1724921048448,"duration":1}},{"uid":"95a9885e79433d2a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/95a9885e79433d2a","status":"passed","time":{"start":1724917708700,"stop":1724917708700,"duration":0}},{"uid":"9c5e7098827bfe25","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9c5e7098827bfe25","status":"passed","time":{"start":1724889487516,"stop":1724889487516,"duration":0}},{"uid":"3ef38bfa3b87d64a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3ef38bfa3b87d64a","status":"passed","time":{"start":1724888638223,"stop":1724888638223,"duration":0}},{"uid":"fac8f5e0ca24461d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fac8f5e0ca24461d","status":"passed","time":{"start":1724887794484,"stop":1724887794484,"duration":0}},{"uid":"3cf8c231e7bc9152","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3cf8c231e7bc9152","status":"passed","time":{"start":1724886561407,"stop":1724886561407,"duration":0}},{"uid":"42885efb74b721fd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/42885efb74b721fd","status":"passed","time":{"start":1724886339063,"stop":1724886339063,"duration":0}},{"uid":"266506136c3917f6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/266506136c3917f6","status":"passed","time":{"start":1724861788384,"stop":1724861788384,"duration":0}},{"uid":"e26b03c4af65d683","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e26b03c4af65d683","status":"passed","time":{"start":1724861258536,"stop":1724861258536,"duration":0}},{"uid":"215ccb85e61b806c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/215ccb85e61b806c","status":"passed","time":{"start":1724861082796,"stop":1724861082796,"duration":0}},{"uid":"954f04b83f5aa1e0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/954f04b83f5aa1e0","status":"passed","time":{"start":1724860943248,"stop":1724860943249,"duration":1}}]},"2f95ea37d7fdacd2accb03ab0a6be874:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"576cb870ac5e2284","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/576cb870ac5e2284","status":"passed","time":{"start":1724921613050,"stop":1724921613051,"duration":1}}]},"78ee7e1afebb7c62be10f4e3936cc939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1858db6848d61ce3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1858db6848d61ce3","status":"passed","time":{"start":1724921529565,"stop":1724921529565,"duration":0}},{"uid":"8d89242a9b78dcfb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8d89242a9b78dcfb","status":"passed","time":{"start":1724921488869,"stop":1724921488869,"duration":0}},{"uid":"6a575f68880697f0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6a575f68880697f0","status":"passed","time":{"start":1724918203665,"stop":1724918203665,"duration":0}},{"uid":"7df216773a530d4a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7df216773a530d4a","status":"passed","time":{"start":1724889938347,"stop":1724889938347,"duration":0}},{"uid":"e5490747ed375930","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e5490747ed375930","status":"passed","time":{"start":1724889077028,"stop":1724889077029,"duration":1}},{"uid":"956048135b861a9e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/956048135b861a9e","status":"passed","time":{"start":1724888267998,"stop":1724888267999,"duration":1}},{"uid":"ed43d6cbf5d4927f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ed43d6cbf5d4927f","status":"passed","time":{"start":1724887032385,"stop":1724887032385,"duration":0}},{"uid":"89237bd2442717e0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/89237bd2442717e0","status":"passed","time":{"start":1724886822781,"stop":1724886822782,"duration":1}},{"uid":"d689925b1951f0b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d689925b1951f0b2","status":"passed","time":{"start":1724862233500,"stop":1724862233500,"duration":0}},{"uid":"488077fd796dd438","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/488077fd796dd438","status":"passed","time":{"start":1724861712659,"stop":1724861712660,"duration":1}},{"uid":"f11294145019082a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f11294145019082a","status":"passed","time":{"start":1724861567870,"stop":1724861567871,"duration":1}},{"uid":"ff90eb7ecfbd0d8b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ff90eb7ecfbd0d8b","status":"passed","time":{"start":1724861392034,"stop":1724861392035,"duration":1}}]},"8b3de5610cf119483aaba8f111fe9e8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7d93d69cf133107c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7d93d69cf133107c","status":"passed","time":{"start":1724890032290,"stop":1724890032291,"duration":1}}]},"63a717abf5ca719ffd010f52c748f605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9120c35a6085417d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9120c35a6085417d","status":"passed","time":{"start":1724921577171,"stop":1724921577171,"duration":0}}]},"ad35cd9228242b36e8aa8b7d63140019:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0c0ecf5557285d4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f0c0ecf5557285d4","status":"passed","time":{"start":1724887127877,"stop":1724887127878,"duration":1}}]},"a300c87b3964d454f16b8ebd1aa085d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5e35ebcd5d1cde62","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5e35ebcd5d1cde62","status":"passed","time":{"start":1724886880631,"stop":1724886880631,"duration":0}}]},"11dea6efd68ad937e990d43695bfa742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"58d5c2c4d8265e58","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/58d5c2c4d8265e58","status":"passed","time":{"start":1724921051056,"stop":1724921051057,"duration":1}},{"uid":"1af23ab061f6b7bf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1af23ab061f6b7bf","status":"passed","time":{"start":1724921026362,"stop":1724921026362,"duration":0}},{"uid":"c87afe65ef337e7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c87afe65ef337e7","status":"passed","time":{"start":1724917686541,"stop":1724917686541,"duration":0}},{"uid":"283f6d62b3b0cda3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/283f6d62b3b0cda3","status":"passed","time":{"start":1724889465471,"stop":1724889465471,"duration":0}},{"uid":"1568a7b69f30ea86","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1568a7b69f30ea86","status":"passed","time":{"start":1724888616212,"stop":1724888616213,"duration":1}},{"uid":"98d9d5a6d14abbab","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/98d9d5a6d14abbab","status":"passed","time":{"start":1724887772449,"stop":1724887772449,"duration":0}},{"uid":"69c9c3fb10f82406","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/69c9c3fb10f82406","status":"passed","time":{"start":1724886538860,"stop":1724886538860,"duration":0}},{"uid":"105ac7d15f31f8e0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/105ac7d15f31f8e0","status":"passed","time":{"start":1724886316627,"stop":1724886316627,"duration":0}},{"uid":"6793a80546a2ad2c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6793a80546a2ad2c","status":"passed","time":{"start":1724861765763,"stop":1724861765763,"duration":0}},{"uid":"4435d1c40561ec44","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4435d1c40561ec44","status":"passed","time":{"start":1724861236573,"stop":1724861236573,"duration":0}},{"uid":"9215e36b57dc3dcc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9215e36b57dc3dcc","status":"passed","time":{"start":1724861059471,"stop":1724861059471,"duration":0}},{"uid":"af94b988ad4cc112","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/af94b988ad4cc112","status":"passed","time":{"start":1724860920726,"stop":1724860920727,"duration":1}}]},"56f3f5111ffa3bc7c71aa9a4700d183e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d90b592d27ac729e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d90b592d27ac729e","status":"passed","time":{"start":1724921267864,"stop":1724921267865,"duration":1}},{"uid":"264cf78eabf5d6e5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/264cf78eabf5d6e5","status":"passed","time":{"start":1724921244355,"stop":1724921244356,"duration":1}},{"uid":"4a06cf9334689503","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4a06cf9334689503","status":"passed","time":{"start":1724917916038,"stop":1724917916038,"duration":0}},{"uid":"3d6d2489b382fa8a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3d6d2489b382fa8a","status":"passed","time":{"start":1724889678249,"stop":1724889678249,"duration":0}},{"uid":"22c9df0321cc603","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/22c9df0321cc603","status":"passed","time":{"start":1724888831679,"stop":1724888831680,"duration":1}},{"uid":"4fdd8691aa0a47d2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4fdd8691aa0a47d2","status":"passed","time":{"start":1724888003305,"stop":1724888003306,"duration":1}},{"uid":"1e34df88327ebf49","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1e34df88327ebf49","status":"passed","time":{"start":1724886776596,"stop":1724886776600,"duration":4}},{"uid":"3a09dd81d833bea9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3a09dd81d833bea9","status":"passed","time":{"start":1724886555787,"stop":1724886555787,"duration":0}},{"uid":"fd8d53039bba29ab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fd8d53039bba29ab","status":"passed","time":{"start":1724861983000,"stop":1724861983001,"duration":1}},{"uid":"ddad1809fde10e75","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ddad1809fde10e75","status":"passed","time":{"start":1724861444062,"stop":1724861444062,"duration":0}},{"uid":"eaeb4f947f298d9c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/eaeb4f947f298d9c","status":"passed","time":{"start":1724861285824,"stop":1724861285825,"duration":1}},{"uid":"2188822b7c9578f6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2188822b7c9578f6","status":"passed","time":{"start":1724861145651,"stop":1724861145651,"duration":0}}]},"c544dda19e00ac56cf83ed513b97607d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ae7c2c810b7873a0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ae7c2c810b7873a0","status":"passed","time":{"start":1724887092629,"stop":1724887092629,"duration":0}}]},"bdd10fbd616f99939453eac6edc5fc54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"324b68e7b2e901a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/324b68e7b2e901a","status":"passed","time":{"start":1724921540107,"stop":1724921540108,"duration":1}},{"uid":"f22a50ec014dbdd1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f22a50ec014dbdd1","status":"passed","time":{"start":1724921503539,"stop":1724921503539,"duration":0}},{"uid":"e1bf56412a7fef9b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e1bf56412a7fef9b","status":"passed","time":{"start":1724918214356,"stop":1724918214357,"duration":1}},{"uid":"ecf59319c2812ef5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ecf59319c2812ef5","status":"passed","time":{"start":1724889952444,"stop":1724889952444,"duration":0}},{"uid":"c9a587b20e70d243","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c9a587b20e70d243","status":"passed","time":{"start":1724889087468,"stop":1724889087468,"duration":0}},{"uid":"796d16ba29cc3cbc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/796d16ba29cc3cbc","status":"passed","time":{"start":1724888266429,"stop":1724888266429,"duration":0}},{"uid":"5f91b9073bf82c8b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5f91b9073bf82c8b","status":"passed","time":{"start":1724887042930,"stop":1724887042930,"duration":0}},{"uid":"e7f3db072bd9b4bb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e7f3db072bd9b4bb","status":"passed","time":{"start":1724886820797,"stop":1724886820797,"duration":0}},{"uid":"5f747764b18745f1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f747764b18745f1","status":"passed","time":{"start":1724862245489,"stop":1724862245489,"duration":0}},{"uid":"cb27e6c4705c9d96","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cb27e6c4705c9d96","status":"passed","time":{"start":1724861720394,"stop":1724861720396,"duration":2}},{"uid":"85747640d03fc1a8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/85747640d03fc1a8","status":"passed","time":{"start":1724861579387,"stop":1724861579387,"duration":0}},{"uid":"80542e131db6860d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/80542e131db6860d","status":"passed","time":{"start":1724861402506,"stop":1724861402507,"duration":1}}]},"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a1d665da1ce4fb78","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a1d665da1ce4fb78","status":"passed","time":{"start":1724921563004,"stop":1724921563005,"duration":1}},{"uid":"f4bc074a247052f6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f4bc074a247052f6","status":"passed","time":{"start":1724921526807,"stop":1724921526808,"duration":1}},{"uid":"1b56260c073e8981","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1b56260c073e8981","status":"passed","time":{"start":1724918239927,"stop":1724918239931,"duration":4}},{"uid":"42eb245245db8705","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/42eb245245db8705","status":"passed","time":{"start":1724889980879,"stop":1724889980879,"duration":0}},{"uid":"9c2b770a96373060","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9c2b770a96373060","status":"passed","time":{"start":1724889109945,"stop":1724889109945,"duration":0}},{"uid":"e384e8c61df6f74a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e384e8c61df6f74a","status":"passed","time":{"start":1724888294717,"stop":1724888294718,"duration":1}},{"uid":"3faf92fa8956aed5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3faf92fa8956aed5","status":"passed","time":{"start":1724887071733,"stop":1724887071733,"duration":0}},{"uid":"90147b3b667a8503","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/90147b3b667a8503","status":"passed","time":{"start":1724886848339,"stop":1724886848340,"duration":1}},{"uid":"76843d5782ca557f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/76843d5782ca557f","status":"passed","time":{"start":1724862259240,"stop":1724862259240,"duration":0}},{"uid":"dd1262a6c8e05fe2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dd1262a6c8e05fe2","status":"passed","time":{"start":1724861735320,"stop":1724861735320,"duration":0}},{"uid":"cb316504a69a7397","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cb316504a69a7397","status":"passed","time":{"start":1724861606334,"stop":1724861606334,"duration":0}},{"uid":"aa9f9eeff03d2b43","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/aa9f9eeff03d2b43","status":"passed","time":{"start":1724861426679,"stop":1724861426679,"duration":0}}]},"66c02edbb4d8f8ea70bd8864dde32e80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bb1ca02f3e5b2dda","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bb1ca02f3e5b2dda","status":"passed","time":{"start":1724921037634,"stop":1724921037634,"duration":0}},{"uid":"531c8ba310424f10","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/531c8ba310424f10","status":"passed","time":{"start":1724921013046,"stop":1724921013047,"duration":1}},{"uid":"f0ad24a3df5c00b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f0ad24a3df5c00b","status":"passed","time":{"start":1724917673290,"stop":1724917673291,"duration":1}},{"uid":"554e879aeb81c3e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/554e879aeb81c3e0","status":"passed","time":{"start":1724889452309,"stop":1724889452309,"duration":0}},{"uid":"1c38314a14cbe15c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c38314a14cbe15c","status":"passed","time":{"start":1724888602839,"stop":1724888602839,"duration":0}},{"uid":"f8671b96c06f0265","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f8671b96c06f0265","status":"passed","time":{"start":1724887759163,"stop":1724887759163,"duration":0}},{"uid":"fd145211062caba5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fd145211062caba5","status":"passed","time":{"start":1724886525543,"stop":1724886525543,"duration":0}},{"uid":"9b58cb544d026289","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9b58cb544d026289","status":"passed","time":{"start":1724886303396,"stop":1724886303396,"duration":0}},{"uid":"9579494efd182ca","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9579494efd182ca","status":"passed","time":{"start":1724861752226,"stop":1724861752226,"duration":0}},{"uid":"c294114d7e1950a7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c294114d7e1950a7","status":"passed","time":{"start":1724861223354,"stop":1724861223354,"duration":0}},{"uid":"70a164450adb613e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/70a164450adb613e","status":"passed","time":{"start":1724861045201,"stop":1724861045201,"duration":0}},{"uid":"82914a19c4b68040","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/82914a19c4b68040","status":"passed","time":{"start":1724860907083,"stop":1724860907083,"duration":0}}]},"00e22447a1288833f561706e0d9439ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8f2731ad416c13c5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f2731ad416c13c5","status":"passed","time":{"start":1724862298395,"stop":1724862298395,"duration":0}}]},"adfa54d8b2a7624e750ee9e89b3a4085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4ca224e3725f3b5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4ca224e3725f3b5","status":"passed","time":{"start":1724921050916,"stop":1724921050916,"duration":0}},{"uid":"2ac29fc95df3db11","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2ac29fc95df3db11","status":"passed","time":{"start":1724921026084,"stop":1724921026084,"duration":0}},{"uid":"9da1d13a1f6b3d28","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9da1d13a1f6b3d28","status":"passed","time":{"start":1724917686330,"stop":1724917686331,"duration":1}},{"uid":"7d6a3f22663729d3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7d6a3f22663729d3","status":"passed","time":{"start":1724889465302,"stop":1724889465302,"duration":0}},{"uid":"9b0a89d145fafb11","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9b0a89d145fafb11","status":"passed","time":{"start":1724888615855,"stop":1724888615855,"duration":0}},{"uid":"9edf1bf980449527","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9edf1bf980449527","status":"passed","time":{"start":1724887772189,"stop":1724887772190,"duration":1}},{"uid":"6d7511132335d159","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6d7511132335d159","status":"passed","time":{"start":1724886538736,"stop":1724886538736,"duration":0}},{"uid":"f9fa024f473ddb4a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f9fa024f473ddb4a","status":"passed","time":{"start":1724886316573,"stop":1724886316573,"duration":0}},{"uid":"9613ee8867df5c10","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9613ee8867df5c10","status":"passed","time":{"start":1724861765626,"stop":1724861765627,"duration":1}},{"uid":"1acb64828ab71cb3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1acb64828ab71cb3","status":"passed","time":{"start":1724861236289,"stop":1724861236290,"duration":1}},{"uid":"69ff32e5c412df13","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/69ff32e5c412df13","status":"passed","time":{"start":1724861059256,"stop":1724861059256,"duration":0}},{"uid":"d5122d54febfe0fa","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d5122d54febfe0fa","status":"passed","time":{"start":1724860920541,"stop":1724860920541,"duration":0}}]},"04b347e068318b0b9f6c0a7a47092da5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"40a7911f97643c4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/40a7911f97643c4","status":"passed","time":{"start":1724921045529,"stop":1724921045529,"duration":0}},{"uid":"bd309bcac6da7fa1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bd309bcac6da7fa1","status":"passed","time":{"start":1724921020723,"stop":1724921020723,"duration":0}},{"uid":"b76c6ba561dae0e0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b76c6ba561dae0e0","status":"passed","time":{"start":1724917681048,"stop":1724917681048,"duration":0}},{"uid":"b6de5fa3b36e72d7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b6de5fa3b36e72d7","status":"passed","time":{"start":1724889459912,"stop":1724889459912,"duration":0}},{"uid":"fb295de0a1613bfa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb295de0a1613bfa","status":"passed","time":{"start":1724888610529,"stop":1724888610529,"duration":0}},{"uid":"37dfe61b871cd4e2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/37dfe61b871cd4e2","status":"passed","time":{"start":1724887766845,"stop":1724887766845,"duration":0}},{"uid":"f77e796a527ec6bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f77e796a527ec6bd","status":"passed","time":{"start":1724886533240,"stop":1724886533240,"duration":0}},{"uid":"3dba750fbf96590a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3dba750fbf96590a","status":"passed","time":{"start":1724886311085,"stop":1724886311086,"duration":1}},{"uid":"6213bdd4e878fa94","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6213bdd4e878fa94","status":"passed","time":{"start":1724861760045,"stop":1724861760046,"duration":1}},{"uid":"7a24f1d9de2e40a6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7a24f1d9de2e40a6","status":"passed","time":{"start":1724861230824,"stop":1724861230824,"duration":0}},{"uid":"e612b64fa8dd4c60","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e612b64fa8dd4c60","status":"passed","time":{"start":1724861053394,"stop":1724861053394,"duration":0}},{"uid":"4919b2984077f851","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4919b2984077f851","status":"passed","time":{"start":1724860914741,"stop":1724860914742,"duration":1}}]},"a65170d9415ba29de5fde20c11df17c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"793cc19652c125b6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/793cc19652c125b6","status":"passed","time":{"start":1724921321310,"stop":1724921321310,"duration":0}},{"uid":"57dfdd4c99def15b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/57dfdd4c99def15b","status":"passed","time":{"start":1724921298783,"stop":1724921298784,"duration":1}},{"uid":"a37bf409d4c275ce","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a37bf409d4c275ce","status":"passed","time":{"start":1724918008228,"stop":1724918008228,"duration":0}},{"uid":"8f430792f347b467","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f430792f347b467","status":"passed","time":{"start":1724889728594,"stop":1724889728594,"duration":0}},{"uid":"5ca34d76dff69975","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ca34d76dff69975","status":"passed","time":{"start":1724888882873,"stop":1724888882873,"duration":0}},{"uid":"e134a01e426ee2a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e134a01e426ee2a2","status":"passed","time":{"start":1724888111023,"stop":1724888111024,"duration":1}},{"uid":"f6162bc67298c6f8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f6162bc67298c6f8","status":"passed","time":{"start":1724886869445,"stop":1724886869445,"duration":0}},{"uid":"c43de849796500db","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c43de849796500db","status":"passed","time":{"start":1724886642935,"stop":1724886642935,"duration":0}},{"uid":"9e0377390925dd81","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e0377390925dd81","status":"passed","time":{"start":1724862044580,"stop":1724862044580,"duration":0}},{"uid":"869dc55dbdd5c7d9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/869dc55dbdd5c7d9","status":"passed","time":{"start":1724861523029,"stop":1724861523029,"duration":0}},{"uid":"7677a5d4d13ae865","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7677a5d4d13ae865","status":"passed","time":{"start":1724861362470,"stop":1724861362471,"duration":1}},{"uid":"77dfc384ff149e51","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/77dfc384ff149e51","status":"passed","time":{"start":1724861196778,"stop":1724861196778,"duration":0}}]},"31ea4e37ed48376471386fd9265aac47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b45594c425541f9d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b45594c425541f9d","status":"passed","time":{"start":1724861637971,"stop":1724861637972,"duration":1}}]},"a01bdabda4e48b3a0b41dcd8f8c0370d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"efccbdb4e965ee09","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/efccbdb4e965ee09","status":"passed","time":{"start":1724921297004,"stop":1724921297005,"duration":1}},{"uid":"2cb8d7388cc830f7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2cb8d7388cc830f7","status":"passed","time":{"start":1724921276366,"stop":1724921276366,"duration":0}},{"uid":"f8ef063e5c5f4e36","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f8ef063e5c5f4e36","status":"passed","time":{"start":1724917948319,"stop":1724917948320,"duration":1}},{"uid":"bed442531a24cbf4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bed442531a24cbf4","status":"passed","time":{"start":1724889729007,"stop":1724889729007,"duration":0}},{"uid":"152dd21a2b01b3d6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/152dd21a2b01b3d6","status":"passed","time":{"start":1724888864952,"stop":1724888864952,"duration":0}},{"uid":"5a7c10b3a524a081","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5a7c10b3a524a081","status":"passed","time":{"start":1724888053746,"stop":1724888053746,"duration":0}},{"uid":"394a0c3f72e7436f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/394a0c3f72e7436f","status":"passed","time":{"start":1724886811658,"stop":1724886811659,"duration":1}},{"uid":"becb5df7a7c204a4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/becb5df7a7c204a4","status":"passed","time":{"start":1724886581002,"stop":1724886581002,"duration":0}},{"uid":"fddaa997cea17fb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fddaa997cea17fb7","status":"passed","time":{"start":1724862019559,"stop":1724862019559,"duration":0}},{"uid":"8c2daa1affed0494","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8c2daa1affed0494","status":"passed","time":{"start":1724861493935,"stop":1724861493936,"duration":1}},{"uid":"3f849321dad50f6c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3f849321dad50f6c","status":"passed","time":{"start":1724861318020,"stop":1724861318025,"duration":5}},{"uid":"2501daefa64d6461","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2501daefa64d6461","status":"passed","time":{"start":1724861178513,"stop":1724861178514,"duration":1}}]},"1b1755dcfa725e1f2f4147ba5cebeca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b20ae5c0aa75cb88","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b20ae5c0aa75cb88","status":"passed","time":{"start":1724921625085,"stop":1724921625085,"duration":0}},{"uid":"47e295a172abb110","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/47e295a172abb110","status":"passed","time":{"start":1724921590509,"stop":1724921590510,"duration":1}},{"uid":"6eafa203e56cb2ce","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6eafa203e56cb2ce","status":"passed","time":{"start":1724918287575,"stop":1724918287576,"duration":1}},{"uid":"a00b4569f36c992b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a00b4569f36c992b","status":"passed","time":{"start":1724890047801,"stop":1724890047802,"duration":1}},{"uid":"e8ffcee6aacf1188","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e8ffcee6aacf1188","status":"passed","time":{"start":1724889183943,"stop":1724889183944,"duration":1}},{"uid":"dcc86848b8a2fda5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dcc86848b8a2fda5","status":"passed","time":{"start":1724888354182,"stop":1724888354183,"duration":1}},{"uid":"4e9e5ef67462287","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4e9e5ef67462287","status":"passed","time":{"start":1724887145720,"stop":1724887145721,"duration":1}},{"uid":"f4782919f1a3806c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f4782919f1a3806c","status":"passed","time":{"start":1724886915799,"stop":1724886915805,"duration":6}},{"uid":"17ff5f639ca8ca7a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/17ff5f639ca8ca7a","status":"passed","time":{"start":1724862341465,"stop":1724862341465,"duration":0}},{"uid":"cbc6885061e6a08","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cbc6885061e6a08","status":"passed","time":{"start":1724861805468,"stop":1724861805469,"duration":1}},{"uid":"5f2adeb647db9000","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5f2adeb647db9000","status":"passed","time":{"start":1724861662299,"stop":1724861662299,"duration":0}},{"uid":"43730bfd317c8dfb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/43730bfd317c8dfb","status":"passed","time":{"start":1724861492526,"stop":1724861492526,"duration":0}}]},"179b83947acf6c006a5fcd0ae6ab2ada:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"79675bcb5acdc155","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/79675bcb5acdc155","status":"passed","time":{"start":1724886880630,"stop":1724886880630,"duration":0}}]},"2c79c6d62e485d251a4a3ff2a0317b58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"734e6544d417ecdb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/734e6544d417ecdb","status":"passed","time":{"start":1724921619636,"stop":1724921619637,"duration":1}}]},"d79e52d980adcb67284b823b577f6b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f5424fb4e017cecf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f5424fb4e017cecf","status":"passed","time":{"start":1724921296996,"stop":1724921296997,"duration":1}},{"uid":"8c865123eb097962","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8c865123eb097962","status":"passed","time":{"start":1724921276362,"stop":1724921276362,"duration":0}},{"uid":"8d448d21037778e8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8d448d21037778e8","status":"passed","time":{"start":1724917948308,"stop":1724917948308,"duration":0}},{"uid":"ce88feb43bd23024","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ce88feb43bd23024","status":"passed","time":{"start":1724889729003,"stop":1724889729004,"duration":1}},{"uid":"53f1e054ecaab2d5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/53f1e054ecaab2d5","status":"passed","time":{"start":1724888864949,"stop":1724888864949,"duration":0}},{"uid":"63128617124a0b79","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/63128617124a0b79","status":"passed","time":{"start":1724888053731,"stop":1724888053731,"duration":0}},{"uid":"bfe668d9dac63f8c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bfe668d9dac63f8c","status":"passed","time":{"start":1724886811647,"stop":1724886811647,"duration":0}},{"uid":"acaac6f224a5939b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/acaac6f224a5939b","status":"passed","time":{"start":1724886580999,"stop":1724886580999,"duration":0}},{"uid":"af2776556702600e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/af2776556702600e","status":"passed","time":{"start":1724862019554,"stop":1724862019555,"duration":1}},{"uid":"e06c58ef2e58c524","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e06c58ef2e58c524","status":"passed","time":{"start":1724861493932,"stop":1724861493933,"duration":1}},{"uid":"7bbb1bfe050291e8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7bbb1bfe050291e8","status":"passed","time":{"start":1724861318012,"stop":1724861318012,"duration":0}},{"uid":"f0ee221497c861f0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f0ee221497c861f0","status":"passed","time":{"start":1724861178506,"stop":1724861178506,"duration":0}}]},"404e0fab372c1b30afe56678d54344f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"df94b1349293f8bf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/df94b1349293f8bf","status":"passed","time":{"start":1724921270363,"stop":1724921270364,"duration":1}},{"uid":"e48b4f953a066967","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e48b4f953a066967","status":"passed","time":{"start":1724921247825,"stop":1724921247825,"duration":0}},{"uid":"fc957e3443d84725","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fc957e3443d84725","status":"passed","time":{"start":1724917989822,"stop":1724917989822,"duration":0}},{"uid":"9ef8408ac42ad772","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9ef8408ac42ad772","status":"passed","time":{"start":1724889678568,"stop":1724889678568,"duration":0}},{"uid":"c39bc7e2f5da873b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c39bc7e2f5da873b","status":"passed","time":{"start":1724888829846,"stop":1724888829846,"duration":0}},{"uid":"95a18cf550def502","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/95a18cf550def502","status":"passed","time":{"start":1724888077014,"stop":1724888077014,"duration":0}},{"uid":"c7bc0da8881a324c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c7bc0da8881a324c","status":"passed","time":{"start":1724886851129,"stop":1724886851129,"duration":0}},{"uid":"c6e6ec9f43071bd5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c6e6ec9f43071bd5","status":"passed","time":{"start":1724886647119,"stop":1724886647120,"duration":1}},{"uid":"3df9292b394f8c32","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3df9292b394f8c32","status":"passed","time":{"start":1724861992715,"stop":1724861992716,"duration":1}},{"uid":"7e19ba6d6ac11ef0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7e19ba6d6ac11ef0","status":"passed","time":{"start":1724861469647,"stop":1724861469647,"duration":0}},{"uid":"aa569ba7f5fb35a4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/aa569ba7f5fb35a4","status":"passed","time":{"start":1724861284869,"stop":1724861284869,"duration":0}},{"uid":"8bf43d0c91b04eab","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8bf43d0c91b04eab","status":"passed","time":{"start":1724861145816,"stop":1724861145816,"duration":0}}]},"ec7313d698a39b8d8375e6a44279cf6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1456f6e645e729a6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1456f6e645e729a6","status":"passed","time":{"start":1724921088196,"stop":1724921088199,"duration":3}},{"uid":"3a00eae55411bf01","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3a00eae55411bf01","status":"passed","time":{"start":1724921063382,"stop":1724921063382,"duration":0}},{"uid":"64700223e31d00c5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/64700223e31d00c5","status":"passed","time":{"start":1724917723832,"stop":1724917723833,"duration":1}},{"uid":"1ad8590b26d4f69c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1ad8590b26d4f69c","status":"passed","time":{"start":1724889503226,"stop":1724889503227,"duration":1}},{"uid":"afa1674423737861","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/afa1674423737861","status":"passed","time":{"start":1724888652593,"stop":1724888652594,"duration":1}},{"uid":"4aad3da992035199","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4aad3da992035199","status":"passed","time":{"start":1724887810648,"stop":1724887810649,"duration":1}},{"uid":"f204a059c306fb5b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f204a059c306fb5b","status":"passed","time":{"start":1724886577070,"stop":1724886577071,"duration":1}},{"uid":"d7f2c73696409581","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d7f2c73696409581","status":"passed","time":{"start":1724886355050,"stop":1724886355052,"duration":2}},{"uid":"bf703478733f301d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf703478733f301d","status":"passed","time":{"start":1724861804040,"stop":1724861804040,"duration":0}},{"uid":"60981abee565e56","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/60981abee565e56","status":"passed","time":{"start":1724861273296,"stop":1724861273297,"duration":1}},{"uid":"9808e2f7dd44efc7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9808e2f7dd44efc7","status":"passed","time":{"start":1724861099309,"stop":1724861099310,"duration":1}},{"uid":"a2ee87020dc51144","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a2ee87020dc51144","status":"passed","time":{"start":1724860959308,"stop":1724860959308,"duration":0}}]},"cadfabba132ddb313cb63dd9398dd9f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"371ca2f4db5d2a92","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/371ca2f4db5d2a92","status":"passed","time":{"start":1724889171932,"stop":1724889171932,"duration":0}}]},"7996d0bafce2a1dfd5f54e8daed745d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2d7f2970ff46242c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2d7f2970ff46242c","status":"passed","time":{"start":1724921563021,"stop":1724921563021,"duration":0}},{"uid":"aedca9c68aa4f6e1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/aedca9c68aa4f6e1","status":"passed","time":{"start":1724921526818,"stop":1724921526818,"duration":0}},{"uid":"7497adbfb790246f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7497adbfb790246f","status":"passed","time":{"start":1724918239954,"stop":1724918239954,"duration":0}},{"uid":"ee9cdeffb55817f3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ee9cdeffb55817f3","status":"passed","time":{"start":1724889980929,"stop":1724889980929,"duration":0}},{"uid":"424dad7cc8da1a3c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/424dad7cc8da1a3c","status":"passed","time":{"start":1724889109980,"stop":1724889109980,"duration":0}},{"uid":"31cf5c24291c264e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/31cf5c24291c264e","status":"passed","time":{"start":1724888294727,"stop":1724888294727,"duration":0}},{"uid":"3478fe4681772ee1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3478fe4681772ee1","status":"passed","time":{"start":1724887071747,"stop":1724887071748,"duration":1}},{"uid":"b74714807d1f4e14","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b74714807d1f4e14","status":"passed","time":{"start":1724886848350,"stop":1724886848351,"duration":1}},{"uid":"a2b31fd4221c1f3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2b31fd4221c1f3e","status":"passed","time":{"start":1724862259262,"stop":1724862259262,"duration":0}},{"uid":"994ea1048da827f0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/994ea1048da827f0","status":"passed","time":{"start":1724861735336,"stop":1724861735336,"duration":0}},{"uid":"acd762035afab891","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/acd762035afab891","status":"passed","time":{"start":1724861606353,"stop":1724861606354,"duration":1}},{"uid":"74a7533769276a6b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/74a7533769276a6b","status":"passed","time":{"start":1724861426693,"stop":1724861426693,"duration":0}}]},"250ad8b4699514e3fc6015ff5152b149:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fed10d8dabb9ea90","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fed10d8dabb9ea90","status":"passed","time":{"start":1724921037641,"stop":1724921037642,"duration":1}},{"uid":"27ac6299f9bb98eb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/27ac6299f9bb98eb","status":"passed","time":{"start":1724921013055,"stop":1724921013055,"duration":0}},{"uid":"2a81fec36392fc7f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2a81fec36392fc7f","status":"passed","time":{"start":1724917673297,"stop":1724917673297,"duration":0}},{"uid":"2fd1de00963bc827","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2fd1de00963bc827","status":"passed","time":{"start":1724889452316,"stop":1724889452316,"duration":0}},{"uid":"b07028ec1ce02522","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b07028ec1ce02522","status":"passed","time":{"start":1724888602846,"stop":1724888602846,"duration":0}},{"uid":"2d170e07aaf1a64e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2d170e07aaf1a64e","status":"passed","time":{"start":1724887759168,"stop":1724887759169,"duration":1}},{"uid":"54714c81f0c76834","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/54714c81f0c76834","status":"passed","time":{"start":1724886525548,"stop":1724886525548,"duration":0}},{"uid":"6b171982420eb3d3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6b171982420eb3d3","status":"passed","time":{"start":1724886303402,"stop":1724886303402,"duration":0}},{"uid":"306147ccfb7f2fda","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/306147ccfb7f2fda","status":"passed","time":{"start":1724861752234,"stop":1724861752234,"duration":0}},{"uid":"5ed8e47fdc94dcd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5ed8e47fdc94dcd","status":"passed","time":{"start":1724861223360,"stop":1724861223360,"duration":0}},{"uid":"44d18de10f31dc0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/44d18de10f31dc0","status":"passed","time":{"start":1724861045208,"stop":1724861045208,"duration":0}},{"uid":"a360500413738938","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a360500413738938","status":"passed","time":{"start":1724860907090,"stop":1724860907090,"duration":0}}]},"0958e18dfb2ebe2deb87d9e3d9c724fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b9fb71e886c233d5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b9fb71e886c233d5","status":"passed","time":{"start":1724861712677,"stop":1724861712677,"duration":0}}]},"d27e28d2a11e8f31497da9971311d216:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9816b920b1dd3438","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9816b920b1dd3438","status":"passed","time":{"start":1724921613051,"stop":1724921613052,"duration":1}}]},"6e2716900e9984213ce0681a4ba3ec36:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8d0f37378b8bd6d2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8d0f37378b8bd6d2","status":"passed","time":{"start":1724861655161,"stop":1724861655161,"duration":0}}]},"388b5611ae217e79e2893d0f904c2b71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a660c26f6f9b8591","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a660c26f6f9b8591","status":"passed","time":{"start":1724921037632,"stop":1724921037632,"duration":0}},{"uid":"c690e351c3f28b66","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c690e351c3f28b66","status":"passed","time":{"start":1724921013044,"stop":1724921013045,"duration":1}},{"uid":"79607ebda26e83b5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/79607ebda26e83b5","status":"passed","time":{"start":1724917673287,"stop":1724917673288,"duration":1}},{"uid":"82c5d00d4118a3e3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/82c5d00d4118a3e3","status":"passed","time":{"start":1724889452306,"stop":1724889452306,"duration":0}},{"uid":"b9eeb4d027f177fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b9eeb4d027f177fd","status":"passed","time":{"start":1724888602836,"stop":1724888602837,"duration":1}},{"uid":"90acb0916a0e5561","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/90acb0916a0e5561","status":"passed","time":{"start":1724887759161,"stop":1724887759161,"duration":0}},{"uid":"3380ca8d12ff6173","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3380ca8d12ff6173","status":"passed","time":{"start":1724886525541,"stop":1724886525541,"duration":0}},{"uid":"bd9aca28b727da8f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bd9aca28b727da8f","status":"passed","time":{"start":1724886303393,"stop":1724886303393,"duration":0}},{"uid":"9c5f9cc5d008315b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9c5f9cc5d008315b","status":"passed","time":{"start":1724861752224,"stop":1724861752224,"duration":0}},{"uid":"785dfaed78c43af3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/785dfaed78c43af3","status":"passed","time":{"start":1724861223352,"stop":1724861223352,"duration":0}},{"uid":"4059699d4dd3e0ae","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4059699d4dd3e0ae","status":"passed","time":{"start":1724861045198,"stop":1724861045199,"duration":1}},{"uid":"31f1ff4fd50cbc7b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/31f1ff4fd50cbc7b","status":"passed","time":{"start":1724860907081,"stop":1724860907082,"duration":1}}]},"ebdbf9bf1d306242250cab20b0933ad9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e7bed797b82920c9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e7bed797b82920c9","status":"passed","time":{"start":1724921656188,"stop":1724921656189,"duration":1}},{"uid":"872090354871cb7e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/872090354871cb7e","status":"passed","time":{"start":1724921620455,"stop":1724921620456,"duration":1}},{"uid":"916dccdd0b1feb45","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/916dccdd0b1feb45","status":"passed","time":{"start":1724918327709,"stop":1724918327709,"duration":0}},{"uid":"d126190c51126fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d126190c51126fd","status":"passed","time":{"start":1724890078469,"stop":1724890078469,"duration":0}},{"uid":"30621b811e870dd1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/30621b811e870dd1","status":"passed","time":{"start":1724889213823,"stop":1724889213824,"duration":1}},{"uid":"17468e9641105a0c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/17468e9641105a0c","status":"passed","time":{"start":1724888383601,"stop":1724888383601,"duration":0}},{"uid":"9e101d1c94492852","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9e101d1c94492852","status":"passed","time":{"start":1724887164577,"stop":1724887164578,"duration":1}},{"uid":"ef48c7eb66cf397f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ef48c7eb66cf397f","status":"passed","time":{"start":1724886943099,"stop":1724886943099,"duration":0}},{"uid":"bbf782b999699669","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bbf782b999699669","status":"passed","time":{"start":1724862368928,"stop":1724862368928,"duration":0}},{"uid":"868c2dd56a595f75","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/868c2dd56a595f75","status":"passed","time":{"start":1724861835945,"stop":1724861835945,"duration":0}},{"uid":"d92596ee867ed979","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d92596ee867ed979","status":"passed","time":{"start":1724861692899,"stop":1724861692901,"duration":2}},{"uid":"c3203e8cca9006df","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c3203e8cca9006df","status":"passed","time":{"start":1724861520698,"stop":1724861520698,"duration":0}}]},"d756b9dcd6f1f6438b6de6db088e32a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"572340ef73d4cca1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/572340ef73d4cca1","status":"passed","time":{"start":1724921198884,"stop":1724921198884,"duration":0}},{"uid":"b8819c82935f6f8d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b8819c82935f6f8d","status":"passed","time":{"start":1724921172337,"stop":1724921172337,"duration":0}},{"uid":"644151d85e62afe0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/644151d85e62afe0","status":"passed","time":{"start":1724917841035,"stop":1724917841036,"duration":1}},{"uid":"72c27a51c514166","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72c27a51c514166","status":"passed","time":{"start":1724889622276,"stop":1724889622276,"duration":0}},{"uid":"c9d96bf802be5bd4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c9d96bf802be5bd4","status":"passed","time":{"start":1724888769658,"stop":1724888769659,"duration":1}},{"uid":"7f48b2da32e4f8e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7f48b2da32e4f8e","status":"passed","time":{"start":1724887926164,"stop":1724887926164,"duration":0}},{"uid":"c671b7791f38dcdc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c671b7791f38dcdc","status":"passed","time":{"start":1724886693068,"stop":1724886693069,"duration":1}},{"uid":"691d434b59abbcad","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/691d434b59abbcad","status":"passed","time":{"start":1724886468808,"stop":1724886468811,"duration":3}},{"uid":"ed2e94b0a538c7a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ed2e94b0a538c7a9","status":"passed","time":{"start":1724861918243,"stop":1724861918244,"duration":1}},{"uid":"d12aafc4166789c4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d12aafc4166789c4","status":"passed","time":{"start":1724861388576,"stop":1724861388577,"duration":1}},{"uid":"6c14fb7c9f8c8dfb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6c14fb7c9f8c8dfb","status":"passed","time":{"start":1724861221406,"stop":1724861221406,"duration":0}},{"uid":"4af23d9dcb455298","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4af23d9dcb455298","status":"passed","time":{"start":1724861075798,"stop":1724861075799,"duration":1}}]},"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"34d11e5e715f7261","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/34d11e5e715f7261","status":"passed","time":{"start":1724921072292,"stop":1724921072292,"duration":0}},{"uid":"603273c14e6736b9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/603273c14e6736b9","status":"passed","time":{"start":1724921047284,"stop":1724921047284,"duration":0}},{"uid":"8506d80e5cd42d16","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8506d80e5cd42d16","status":"passed","time":{"start":1724917707456,"stop":1724917707456,"duration":0}},{"uid":"b1f4d54389fd937","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1f4d54389fd937","status":"passed","time":{"start":1724889486390,"stop":1724889486391,"duration":1}},{"uid":"f9b31ae9eec9b2dd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9b31ae9eec9b2dd","status":"passed","time":{"start":1724888637015,"stop":1724888637015,"duration":0}},{"uid":"14615b63745b9b21","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/14615b63745b9b21","status":"passed","time":{"start":1724887793425,"stop":1724887793425,"duration":0}},{"uid":"401c89a0c4a1038e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/401c89a0c4a1038e","status":"passed","time":{"start":1724886560037,"stop":1724886560038,"duration":1}},{"uid":"f96ecd5986d75956","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f96ecd5986d75956","status":"passed","time":{"start":1724886337880,"stop":1724886337880,"duration":0}},{"uid":"74b77270a6849a8b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/74b77270a6849a8b","status":"passed","time":{"start":1724861787237,"stop":1724861787238,"duration":1}},{"uid":"5dda66d30e6aa729","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5dda66d30e6aa729","status":"passed","time":{"start":1724861257428,"stop":1724861257429,"duration":1}},{"uid":"aa771bd0e8fe58e5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/aa771bd0e8fe58e5","status":"passed","time":{"start":1724861081343,"stop":1724861081343,"duration":0}},{"uid":"8de2217e7fc53d03","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8de2217e7fc53d03","status":"passed","time":{"start":1724860942010,"stop":1724860942010,"duration":0}}]},"f485a41a405e88d925455f21f845e57d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7374dfbc4f81019d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7374dfbc4f81019d","status":"passed","time":{"start":1724887018301,"stop":1724887018301,"duration":0}}]},"b70290caccfdeac2aaa6e6fb638514d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8a40a2755fd93129","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8a40a2755fd93129","status":"passed","time":{"start":1724921158278,"stop":1724921158278,"duration":0}},{"uid":"8291e6557d50a55f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8291e6557d50a55f","status":"passed","time":{"start":1724921130073,"stop":1724921130074,"duration":1}},{"uid":"542f4ebab296bcba","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/542f4ebab296bcba","status":"passed","time":{"start":1724917796891,"stop":1724917796892,"duration":1}},{"uid":"d860245eb729c8eb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d860245eb729c8eb","status":"passed","time":{"start":1724889579995,"stop":1724889579995,"duration":0}},{"uid":"e7a495f848c0cee2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e7a495f848c0cee2","status":"passed","time":{"start":1724888730127,"stop":1724888730127,"duration":0}},{"uid":"bc2d1693fa44283d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bc2d1693fa44283d","status":"passed","time":{"start":1724887883926,"stop":1724887883926,"duration":0}},{"uid":"9db0a861126aa5c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9db0a861126aa5c","status":"passed","time":{"start":1724886651244,"stop":1724886651244,"duration":0}},{"uid":"ca1b617019476e56","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ca1b617019476e56","status":"passed","time":{"start":1724886430267,"stop":1724886430268,"duration":1}},{"uid":"7786d70301153272","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7786d70301153272","status":"passed","time":{"start":1724861879167,"stop":1724861879167,"duration":0}},{"uid":"3a825090177011b7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3a825090177011b7","status":"passed","time":{"start":1724861345736,"stop":1724861345737,"duration":1}},{"uid":"1759a4a6228dae94","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1759a4a6228dae94","status":"passed","time":{"start":1724861186693,"stop":1724861186694,"duration":1}},{"uid":"34b84af2ddc01baf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/34b84af2ddc01baf","status":"passed","time":{"start":1724861034885,"stop":1724861034885,"duration":0}}]},"f60c3f2656a76e265fc3813fc4df424d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"66bce97be4129864","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/66bce97be4129864","status":"passed","time":{"start":1724921065910,"stop":1724921065911,"duration":1}},{"uid":"f0758fc65eec3deb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f0758fc65eec3deb","status":"passed","time":{"start":1724921040947,"stop":1724921040948,"duration":1}},{"uid":"de69176a68dd0b14","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/de69176a68dd0b14","status":"passed","time":{"start":1724917701156,"stop":1724917701156,"duration":0}},{"uid":"8e5a5ac0cd2014ab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e5a5ac0cd2014ab","status":"passed","time":{"start":1724889479975,"stop":1724889479975,"duration":0}},{"uid":"1f3c54c698727f22","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1f3c54c698727f22","status":"passed","time":{"start":1724888630724,"stop":1724888630725,"duration":1}},{"uid":"f83d5ef27208ce0c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f83d5ef27208ce0c","status":"passed","time":{"start":1724887787006,"stop":1724887787007,"duration":1}},{"uid":"d29000daabb9bc9d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d29000daabb9bc9d","status":"passed","time":{"start":1724886553669,"stop":1724886553669,"duration":0}},{"uid":"8b4e6350e924591a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8b4e6350e924591a","status":"passed","time":{"start":1724886331492,"stop":1724886331493,"duration":1}},{"uid":"da71557949ed9096","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/da71557949ed9096","status":"passed","time":{"start":1724861780657,"stop":1724861780657,"duration":0}},{"uid":"b4a2736a1bb95207","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b4a2736a1bb95207","status":"passed","time":{"start":1724861251098,"stop":1724861251099,"duration":1}},{"uid":"cb07f4b6baed21a6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cb07f4b6baed21a6","status":"passed","time":{"start":1724861074808,"stop":1724861074809,"duration":1}},{"uid":"e2091c6761f68095","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e2091c6761f68095","status":"passed","time":{"start":1724860935672,"stop":1724860935672,"duration":0}}]},"04919de3c24af4ab7a168ad55e96b9a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b620e3cf85ee3c16","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b620e3cf85ee3c16","status":"passed","time":{"start":1724921475445,"stop":1724921475445,"duration":0}}]},"fe42336aa45b54fe09fa754c3b042804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9544ac93a445c4e5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9544ac93a445c4e5","status":"passed","time":{"start":1724921045534,"stop":1724921045534,"duration":0}},{"uid":"ae592eff9cf54ce6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ae592eff9cf54ce6","status":"passed","time":{"start":1724921020727,"stop":1724921020728,"duration":1}},{"uid":"34997bfce8aa2353","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/34997bfce8aa2353","status":"passed","time":{"start":1724917681056,"stop":1724917681057,"duration":1}},{"uid":"d0a0209d51d41a30","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d0a0209d51d41a30","status":"passed","time":{"start":1724889459945,"stop":1724889459946,"duration":1}},{"uid":"d3c7861cc9d98188","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3c7861cc9d98188","status":"passed","time":{"start":1724888610538,"stop":1724888610539,"duration":1}},{"uid":"41c9a83868dfcd96","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/41c9a83868dfcd96","status":"passed","time":{"start":1724887766849,"stop":1724887766850,"duration":1}},{"uid":"ad55f4b2a4a382de","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ad55f4b2a4a382de","status":"passed","time":{"start":1724886533244,"stop":1724886533245,"duration":1}},{"uid":"3b171288492821bb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3b171288492821bb","status":"passed","time":{"start":1724886311091,"stop":1724886311092,"duration":1}},{"uid":"27cb067a4db65586","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/27cb067a4db65586","status":"passed","time":{"start":1724861760050,"stop":1724861760051,"duration":1}},{"uid":"4670c5b0b7ec2bf3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4670c5b0b7ec2bf3","status":"passed","time":{"start":1724861230831,"stop":1724861230831,"duration":0}},{"uid":"c0ae22c93b65ddd9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0ae22c93b65ddd9","status":"passed","time":{"start":1724861053405,"stop":1724861053406,"duration":1}},{"uid":"ad7ff6e532f80328","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ad7ff6e532f80328","status":"passed","time":{"start":1724860914746,"stop":1724860914746,"duration":0}}]},"1c21e5348e2b9d8926f3a4e76732886d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dbb9c52199ecd807","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dbb9c52199ecd807","status":"passed","time":{"start":1724862213681,"stop":1724862213681,"duration":0}}]},"cc02c1ebdac412500705156f7456092e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4bca3b450984efe4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4bca3b450984efe4","status":"passed","time":{"start":1724921148663,"stop":1724921148663,"duration":0}},{"uid":"4a5f49e6237f5b6f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4a5f49e6237f5b6f","status":"passed","time":{"start":1724921125023,"stop":1724921125024,"duration":1}},{"uid":"19b129dab5b80408","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/19b129dab5b80408","status":"passed","time":{"start":1724917782910,"stop":1724917782910,"duration":0}},{"uid":"b8ee2cdf1864921a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8ee2cdf1864921a","status":"passed","time":{"start":1724889568678,"stop":1724889568679,"duration":1}},{"uid":"f30c42dc99b516b9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f30c42dc99b516b9","status":"passed","time":{"start":1724888712709,"stop":1724888712709,"duration":0}},{"uid":"6e500fd041942e49","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6e500fd041942e49","status":"passed","time":{"start":1724887870879,"stop":1724887870880,"duration":1}},{"uid":"b340dabe8aedfdf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b340dabe8aedfdf","status":"passed","time":{"start":1724886637707,"stop":1724886637707,"duration":0}},{"uid":"e29c49086902f806","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e29c49086902f806","status":"passed","time":{"start":1724886418626,"stop":1724886418626,"duration":0}},{"uid":"9d234b6f558202bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9d234b6f558202bd","status":"passed","time":{"start":1724861865559,"stop":1724861865559,"duration":0}},{"uid":"ebc57cf9c5a358e8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ebc57cf9c5a358e8","status":"passed","time":{"start":1724861334265,"stop":1724861334265,"duration":0}},{"uid":"9fbd0efc44ba90f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9fbd0efc44ba90f","status":"passed","time":{"start":1724861163783,"stop":1724861163784,"duration":1}},{"uid":"dec4cbc48dff9ea3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dec4cbc48dff9ea3","status":"passed","time":{"start":1724861021893,"stop":1724861021893,"duration":0}}]},"b0e8c8db496dfaa6ecb24b0e9ed26892:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6e47804b3ec4e75c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e47804b3ec4e75c","status":"passed","time":{"start":1724889171933,"stop":1724889171934,"duration":1}}]},"0806f79758b620626d6e88fcb0147704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c1f0804d1483cf01","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c1f0804d1483cf01","status":"passed","time":{"start":1724921529588,"stop":1724921529588,"duration":0}},{"uid":"8a95e29644781237","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8a95e29644781237","status":"passed","time":{"start":1724921488882,"stop":1724921488882,"duration":0}},{"uid":"2fddf901787aaf74","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2fddf901787aaf74","status":"passed","time":{"start":1724918203688,"stop":1724918203689,"duration":1}},{"uid":"1b36ceb67ebc6b06","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1b36ceb67ebc6b06","status":"passed","time":{"start":1724889938364,"stop":1724889938365,"duration":1}},{"uid":"3c5b8d7e4a139d3c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c5b8d7e4a139d3c","status":"passed","time":{"start":1724889077068,"stop":1724889077068,"duration":0}},{"uid":"7e984f338642c915","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7e984f338642c915","status":"passed","time":{"start":1724888268038,"stop":1724888268038,"duration":0}},{"uid":"b922b7962ab2c2ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b922b7962ab2c2ba","status":"passed","time":{"start":1724887032411,"stop":1724887032411,"duration":0}},{"uid":"9f16ebb10401d01a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9f16ebb10401d01a","status":"passed","time":{"start":1724886822824,"stop":1724886822824,"duration":0}},{"uid":"6f5331f3006ad4aa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6f5331f3006ad4aa","status":"passed","time":{"start":1724862233514,"stop":1724862233514,"duration":0}},{"uid":"26ff026cc09745e5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/26ff026cc09745e5","status":"passed","time":{"start":1724861712672,"stop":1724861712673,"duration":1}},{"uid":"4eeba24c7923e2bb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4eeba24c7923e2bb","status":"passed","time":{"start":1724861567892,"stop":1724861567892,"duration":0}},{"uid":"205a96b43f479db9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/205a96b43f479db9","status":"passed","time":{"start":1724861392056,"stop":1724861392057,"duration":1}}]},"b6f12245ee8ad6591d4b1a4513cf0551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c1d8151468e3b86c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c1d8151468e3b86c","status":"passed","time":{"start":1724921515228,"stop":1724921515228,"duration":0}},{"uid":"a4e7b57d66cf1084","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a4e7b57d66cf1084","status":"passed","time":{"start":1724921475447,"stop":1724921475447,"duration":0}},{"uid":"d2153a599d601eef","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d2153a599d601eef","status":"passed","time":{"start":1724918179402,"stop":1724918179402,"duration":0}},{"uid":"48d21cec0d73ca48","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/48d21cec0d73ca48","status":"passed","time":{"start":1724889935342,"stop":1724889935342,"duration":0}},{"uid":"ed522418672da74e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ed522418672da74e","status":"passed","time":{"start":1724889072755,"stop":1724889072755,"duration":0}},{"uid":"ebc73e6eb1226566","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ebc73e6eb1226566","status":"passed","time":{"start":1724888232417,"stop":1724888232417,"duration":0}},{"uid":"d967c86548ee9eea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d967c86548ee9eea","status":"passed","time":{"start":1724887018304,"stop":1724887018304,"duration":0}},{"uid":"24c673a9d6957742","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/24c673a9d6957742","status":"passed","time":{"start":1724886781481,"stop":1724886781481,"duration":0}},{"uid":"f9f8e634099900be","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9f8e634099900be","status":"passed","time":{"start":1724862213664,"stop":1724862213664,"duration":0}},{"uid":"242aad4f92cb6125","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/242aad4f92cb6125","status":"passed","time":{"start":1724861685857,"stop":1724861685857,"duration":0}},{"uid":"543d3e36d626c606","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/543d3e36d626c606","status":"passed","time":{"start":1724861546179,"stop":1724861546179,"duration":0}},{"uid":"94703c739a7133bf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/94703c739a7133bf","status":"passed","time":{"start":1724861378112,"stop":1724861378113,"duration":1}}]},"21ac7be05647be275ce4bd5cfdc070c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d339dc6e3f9200d2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d339dc6e3f9200d2","status":"passed","time":{"start":1724921640663,"stop":1724921640664,"duration":1}},{"uid":"90f84ec3075a3fb8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/90f84ec3075a3fb8","status":"passed","time":{"start":1724921597587,"stop":1724921597594,"duration":7}},{"uid":"c912b550470b3792","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c912b550470b3792","status":"passed","time":{"start":1724918306249,"stop":1724918306249,"duration":0}},{"uid":"9dae8017722a5f74","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9dae8017722a5f74","status":"passed","time":{"start":1724890060300,"stop":1724890060300,"duration":0}},{"uid":"dde3b4adc37c3b15","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dde3b4adc37c3b15","status":"passed","time":{"start":1724889191328,"stop":1724889191328,"duration":0}},{"uid":"2c57406daff358ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2c57406daff358ba","status":"passed","time":{"start":1724888368606,"stop":1724888368607,"duration":1}},{"uid":"4d5891e9a6fef3ce","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4d5891e9a6fef3ce","status":"passed","time":{"start":1724887150940,"stop":1724887150940,"duration":0}},{"uid":"d457035ee951ed79","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d457035ee951ed79","status":"passed","time":{"start":1724886928811,"stop":1724886928811,"duration":0}},{"uid":"7eb28730d3578079","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7eb28730d3578079","status":"passed","time":{"start":1724862346041,"stop":1724862346043,"duration":2}},{"uid":"41fd469ed026e9d1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/41fd469ed026e9d1","status":"passed","time":{"start":1724861823100,"stop":1724861823100,"duration":0}},{"uid":"487d132cd5f5ef5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/487d132cd5f5ef5","status":"passed","time":{"start":1724861677723,"stop":1724861677723,"duration":0}},{"uid":"b70416e15f6d4c79","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b70416e15f6d4c79","status":"passed","time":{"start":1724861503959,"stop":1724861503959,"duration":0}}]},"9dfe87826a2bcbe9891e6b17b5820f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d7f136290a5ead37","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d7f136290a5ead37","status":"passed","time":{"start":1724921051055,"stop":1724921051055,"duration":0}},{"uid":"85e5ad2ead5cd112","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/85e5ad2ead5cd112","status":"passed","time":{"start":1724921026360,"stop":1724921026360,"duration":0}},{"uid":"6b5a0d04e64cd6e5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6b5a0d04e64cd6e5","status":"passed","time":{"start":1724917686539,"stop":1724917686539,"duration":0}},{"uid":"38dd01046ca6cc85","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/38dd01046ca6cc85","status":"passed","time":{"start":1724889465469,"stop":1724889465469,"duration":0}},{"uid":"b692f98919e329ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b692f98919e329ba","status":"passed","time":{"start":1724888616210,"stop":1724888616211,"duration":1}},{"uid":"5665cc65717f70a0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5665cc65717f70a0","status":"passed","time":{"start":1724887772447,"stop":1724887772447,"duration":0}},{"uid":"ecd40ad80ccc0d39","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ecd40ad80ccc0d39","status":"passed","time":{"start":1724886538858,"stop":1724886538858,"duration":0}},{"uid":"fe947b1f26a3b1e7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fe947b1f26a3b1e7","status":"passed","time":{"start":1724886316625,"stop":1724886316625,"duration":0}},{"uid":"d474e1a8c4a92b19","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d474e1a8c4a92b19","status":"passed","time":{"start":1724861765761,"stop":1724861765761,"duration":0}},{"uid":"a6344e70bfe0511d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a6344e70bfe0511d","status":"passed","time":{"start":1724861236571,"stop":1724861236571,"duration":0}},{"uid":"bfd0bf82b1a19079","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bfd0bf82b1a19079","status":"passed","time":{"start":1724861059469,"stop":1724861059469,"duration":0}},{"uid":"f7588d962c66c485","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f7588d962c66c485","status":"passed","time":{"start":1724860920724,"stop":1724860920724,"duration":0}}]},"29ff9505963d9ab5217f0cc8ee5a3659:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e31964344df6de97","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e31964344df6de97","status":"passed","time":{"start":1724921300786,"stop":1724921300787,"duration":1}},{"uid":"cb48db2d42b59088","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cb48db2d42b59088","status":"passed","time":{"start":1724921280713,"stop":1724921280714,"duration":1}},{"uid":"3a18c1816667b96e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3a18c1816667b96e","status":"passed","time":{"start":1724917963259,"stop":1724917963261,"duration":2}},{"uid":"5fa54898de61196","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5fa54898de61196","status":"passed","time":{"start":1724889734117,"stop":1724889734118,"duration":1}},{"uid":"ccce3dd448145ee9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ccce3dd448145ee9","status":"passed","time":{"start":1724888859614,"stop":1724888859614,"duration":0}},{"uid":"8338254983dd6f93","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8338254983dd6f93","status":"passed","time":{"start":1724888053951,"stop":1724888053951,"duration":0}},{"uid":"feaa744f7694667c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/feaa744f7694667c","status":"passed","time":{"start":1724886820675,"stop":1724886820676,"duration":1}},{"uid":"b1215e3e2fa55905","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b1215e3e2fa55905","status":"passed","time":{"start":1724886589264,"stop":1724886589265,"duration":1}},{"uid":"bbd2b7bfc7b46f18","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bbd2b7bfc7b46f18","status":"passed","time":{"start":1724862027791,"stop":1724862027791,"duration":0}},{"uid":"def9c227804bf14e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/def9c227804bf14e","status":"passed","time":{"start":1724861484558,"stop":1724861484558,"duration":0}},{"uid":"90db6e9e0c701243","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/90db6e9e0c701243","status":"passed","time":{"start":1724861315156,"stop":1724861315156,"duration":0}},{"uid":"44fe9f8f0744bc82","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/44fe9f8f0744bc82","status":"passed","time":{"start":1724861168754,"stop":1724861168754,"duration":0}}]},"c07a05bb95930eb974a35f473152c50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2bc4bfce2d4b5024","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2bc4bfce2d4b5024","status":"passed","time":{"start":1724921625079,"stop":1724921625079,"duration":0}},{"uid":"ec49c7ac05d125bc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ec49c7ac05d125bc","status":"passed","time":{"start":1724921590503,"stop":1724921590503,"duration":0}},{"uid":"27417df4202f29a2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/27417df4202f29a2","status":"passed","time":{"start":1724918287571,"stop":1724918287571,"duration":0}},{"uid":"d51a45349c71cf21","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d51a45349c71cf21","status":"passed","time":{"start":1724890047796,"stop":1724890047796,"duration":0}},{"uid":"e73ea537bb58b92e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e73ea537bb58b92e","status":"passed","time":{"start":1724889183929,"stop":1724889183930,"duration":1}},{"uid":"f1f3ed369fc53d6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f1f3ed369fc53d6","status":"passed","time":{"start":1724888354177,"stop":1724888354177,"duration":0}},{"uid":"e9f6d5843e12ab08","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e9f6d5843e12ab08","status":"passed","time":{"start":1724887145697,"stop":1724887145699,"duration":2}},{"uid":"c15880036b447d89","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c15880036b447d89","status":"passed","time":{"start":1724886915793,"stop":1724886915793,"duration":0}},{"uid":"815b37e2351386a8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/815b37e2351386a8","status":"passed","time":{"start":1724862341457,"stop":1724862341457,"duration":0}},{"uid":"7385d781998a2bb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7385d781998a2bb","status":"passed","time":{"start":1724861805455,"stop":1724861805456,"duration":1}},{"uid":"5fcf088e29396c32","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5fcf088e29396c32","status":"passed","time":{"start":1724861662292,"stop":1724861662292,"duration":0}},{"uid":"5e5c6cef7b0d29a4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5e5c6cef7b0d29a4","status":"passed","time":{"start":1724861492521,"stop":1724861492521,"duration":0}}]},"211487825b98a5c536c4e3618a24d601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"73b182a5cd16618c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/73b182a5cd16618c","status":"passed","time":{"start":1724921515219,"stop":1724921515220,"duration":1}},{"uid":"e9c409a6adc8339f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e9c409a6adc8339f","status":"passed","time":{"start":1724921475437,"stop":1724921475437,"duration":0}},{"uid":"89cfdaaedd7c6c86","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/89cfdaaedd7c6c86","status":"passed","time":{"start":1724918179378,"stop":1724918179379,"duration":1}},{"uid":"cdd5fe10614175a4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cdd5fe10614175a4","status":"passed","time":{"start":1724889935333,"stop":1724889935333,"duration":0}},{"uid":"fdce289f469022de","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fdce289f469022de","status":"passed","time":{"start":1724889072746,"stop":1724889072746,"duration":0}},{"uid":"cf5bc93120cf8d8b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf5bc93120cf8d8b","status":"passed","time":{"start":1724888232407,"stop":1724888232408,"duration":1}},{"uid":"48f54fac2e58bb4b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/48f54fac2e58bb4b","status":"passed","time":{"start":1724887018287,"stop":1724887018287,"duration":0}},{"uid":"84921ddd45c6f9eb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/84921ddd45c6f9eb","status":"passed","time":{"start":1724886781472,"stop":1724886781472,"duration":0}},{"uid":"151ca8d0cffc11a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/151ca8d0cffc11a9","status":"passed","time":{"start":1724862213655,"stop":1724862213655,"duration":0}},{"uid":"2dbfd5499c72508a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2dbfd5499c72508a","status":"passed","time":{"start":1724861685848,"stop":1724861685848,"duration":0}},{"uid":"9ad30415af43ce01","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9ad30415af43ce01","status":"passed","time":{"start":1724861546163,"stop":1724861546163,"duration":0}},{"uid":"374c06282cc2514f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/374c06282cc2514f","status":"passed","time":{"start":1724861378103,"stop":1724861378104,"duration":1}}]},"33b5bec2684de13eb96a6163e715d50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"26164a51cdbd0632","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/26164a51cdbd0632","status":"passed","time":{"start":1724888345350,"stop":1724888345350,"duration":0}}]},"9fc3bae4b09e48d84c987b1526dcdb82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3b38ed6a5095ff0e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3b38ed6a5095ff0e","status":"passed","time":{"start":1724921625038,"stop":1724921625039,"duration":1}},{"uid":"821f6c2bcf9e1667","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/821f6c2bcf9e1667","status":"passed","time":{"start":1724921590482,"stop":1724921590484,"duration":2}},{"uid":"80816f684b573e51","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/80816f684b573e51","status":"passed","time":{"start":1724918287560,"stop":1724918287560,"duration":0}},{"uid":"e819a9ac713084e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e819a9ac713084e1","status":"passed","time":{"start":1724890047783,"stop":1724890047783,"duration":0}},{"uid":"944ad731f614872a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/944ad731f614872a","status":"passed","time":{"start":1724889183916,"stop":1724889183916,"duration":0}},{"uid":"4896cca2d334c8a3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4896cca2d334c8a3","status":"passed","time":{"start":1724888354160,"stop":1724888354161,"duration":1}},{"uid":"7d4c30012e3d2186","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7d4c30012e3d2186","status":"passed","time":{"start":1724887145652,"stop":1724887145652,"duration":0}},{"uid":"dee52427b575c3d9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dee52427b575c3d9","status":"passed","time":{"start":1724886915777,"stop":1724886915777,"duration":0}},{"uid":"80e227e4bd417e32","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80e227e4bd417e32","status":"passed","time":{"start":1724862341433,"stop":1724862341433,"duration":0}},{"uid":"6599db898dd01a23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6599db898dd01a23","status":"passed","time":{"start":1724861805435,"stop":1724861805436,"duration":1}},{"uid":"6c3b85c7f9c87f62","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6c3b85c7f9c87f62","status":"passed","time":{"start":1724861662242,"stop":1724861662244,"duration":2}},{"uid":"85d4b659b0b9166f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/85d4b659b0b9166f","status":"passed","time":{"start":1724861492504,"stop":1724861492504,"duration":0}}]},"a7a00757f0ec4bb04d75455bebaaa4f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"691e46d429eb9433","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/691e46d429eb9433","status":"passed","time":{"start":1724921270355,"stop":1724921270355,"duration":0}},{"uid":"83c8dd0af250e6a3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/83c8dd0af250e6a3","status":"passed","time":{"start":1724921247816,"stop":1724921247816,"duration":0}},{"uid":"d9ea21e7c882379d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d9ea21e7c882379d","status":"passed","time":{"start":1724917989816,"stop":1724917989816,"duration":0}},{"uid":"469a328440733287","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/469a328440733287","status":"passed","time":{"start":1724889678549,"stop":1724889678549,"duration":0}},{"uid":"af1bd90dca0af293","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/af1bd90dca0af293","status":"passed","time":{"start":1724888829840,"stop":1724888829841,"duration":1}},{"uid":"6f2deb42a9e90cf5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6f2deb42a9e90cf5","status":"passed","time":{"start":1724888077001,"stop":1724888077002,"duration":1}},{"uid":"6a27eb1dedb57e82","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a27eb1dedb57e82","status":"passed","time":{"start":1724886851123,"stop":1724886851124,"duration":1}},{"uid":"26232ca590700a7b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/26232ca590700a7b","status":"passed","time":{"start":1724886647105,"stop":1724886647109,"duration":4}},{"uid":"4fa7d5372f7f5163","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4fa7d5372f7f5163","status":"passed","time":{"start":1724861992711,"stop":1724861992712,"duration":1}},{"uid":"4e8a584093495857","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4e8a584093495857","status":"passed","time":{"start":1724861469640,"stop":1724861469640,"duration":0}},{"uid":"7599d7c97c19647c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7599d7c97c19647c","status":"passed","time":{"start":1724861284855,"stop":1724861284856,"duration":1}},{"uid":"de67d584a03cccf4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/de67d584a03cccf4","status":"passed","time":{"start":1724861145800,"stop":1724861145803,"duration":3}}]},"e2e3acc9f8f16a5f0955c2df97fad1dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"35391c24861b31a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/35391c24861b31a6","status":"passed","time":{"start":1724890039743,"stop":1724890039744,"duration":1}}]},"bccf6825a28f76166674708b393f8e58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"ea8d07059b4daa4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ea8d07059b4daa4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921564784,"stop":1724921564784,"duration":0}},{"uid":"906a354cde951939","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/906a354cde951939","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921518832,"stop":1724921518832,"duration":0}},{"uid":"aab8c118e5bd5c1c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/aab8c118e5bd5c1c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918229408,"stop":1724918229408,"duration":0}},{"uid":"1ab976e01b5a2882","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1ab976e01b5a2882","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889980708,"stop":1724889980709,"duration":1}},{"uid":"7e87a52ef4072d57","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e87a52ef4072d57","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889111185,"stop":1724889111185,"duration":0}},{"uid":"e9aa187ee635a5ce","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e9aa187ee635a5ce","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888292549,"stop":1724888292549,"duration":0}},{"uid":"5d29dd8aa3e4a6a3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5d29dd8aa3e4a6a3","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887068234,"stop":1724887068234,"duration":0}},{"uid":"8bbf706ae161c28c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8bbf706ae161c28c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886848943,"stop":1724886848943,"duration":0}},{"uid":"5203db00e277a6aa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5203db00e277a6aa","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862262058,"stop":1724862262058,"duration":0}},{"uid":"b0ae70028f3c9bad","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b0ae70028f3c9bad","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861741900,"stop":1724861741900,"duration":0}},{"uid":"32183546428d51aa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/32183546428d51aa","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861599504,"stop":1724861599505,"duration":1}},{"uid":"2311ae1cf893689f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2311ae1cf893689f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861428482,"stop":1724861428483,"duration":1}}]},"464bd2fa3ed7175815533f64c4287d07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"141d2d31997f5821","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/141d2d31997f5821","status":"passed","time":{"start":1724921267881,"stop":1724921267881,"duration":0}},{"uid":"54611c32c9af7067","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/54611c32c9af7067","status":"passed","time":{"start":1724921244399,"stop":1724921244399,"duration":0}},{"uid":"d7c8053b9b624dc1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d7c8053b9b624dc1","status":"passed","time":{"start":1724917916060,"stop":1724917916060,"duration":0}},{"uid":"61f43b2bc05cc503","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/61f43b2bc05cc503","status":"passed","time":{"start":1724889678261,"stop":1724889678261,"duration":0}},{"uid":"2564646d23ebcab6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2564646d23ebcab6","status":"passed","time":{"start":1724888831690,"stop":1724888831690,"duration":0}},{"uid":"3a3a60acd2f3e9e7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3a3a60acd2f3e9e7","status":"passed","time":{"start":1724888003325,"stop":1724888003325,"duration":0}},{"uid":"4401ca8785f90cc2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4401ca8785f90cc2","status":"passed","time":{"start":1724886776615,"stop":1724886776615,"duration":0}},{"uid":"8093c3ae53aa5f36","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8093c3ae53aa5f36","status":"passed","time":{"start":1724886555803,"stop":1724886555804,"duration":1}},{"uid":"78610fef0ad80e31","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/78610fef0ad80e31","status":"passed","time":{"start":1724861983016,"stop":1724861983016,"duration":0}},{"uid":"5c2c61d5dc31de85","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5c2c61d5dc31de85","status":"passed","time":{"start":1724861444072,"stop":1724861444072,"duration":0}},{"uid":"b25b4a13714f7765","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b25b4a13714f7765","status":"passed","time":{"start":1724861285840,"stop":1724861285840,"duration":0}},{"uid":"7c4aa6a608cc06b8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7c4aa6a608cc06b8","status":"passed","time":{"start":1724861145677,"stop":1724861145678,"duration":1}}]},"e53f43f60baf671eddde255c84a4f120:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"38ec66aa359c4291","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/38ec66aa359c4291","status":"passed","time":{"start":1724921061849,"stop":1724921061849,"duration":0}},{"uid":"5931d064611032e8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5931d064611032e8","status":"passed","time":{"start":1724921037158,"stop":1724921037158,"duration":0}},{"uid":"cdcefacb2de1f42a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cdcefacb2de1f42a","status":"passed","time":{"start":1724917697302,"stop":1724917697302,"duration":0}},{"uid":"5735b0c2adeb3d99","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5735b0c2adeb3d99","status":"passed","time":{"start":1724889476084,"stop":1724889476084,"duration":0}},{"uid":"888c04df8ee2cbad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/888c04df8ee2cbad","status":"passed","time":{"start":1724888626888,"stop":1724888626888,"duration":0}},{"uid":"3d2901031cbbfcf2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3d2901031cbbfcf2","status":"passed","time":{"start":1724887783109,"stop":1724887783109,"duration":0}},{"uid":"f4f32d7bf9918c82","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f4f32d7bf9918c82","status":"passed","time":{"start":1724886549920,"stop":1724886549920,"duration":0}},{"uid":"d29f4d00d86d9c9c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d29f4d00d86d9c9c","status":"passed","time":{"start":1724886327581,"stop":1724886327582,"duration":1}},{"uid":"6aae4855aebc5e1a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6aae4855aebc5e1a","status":"passed","time":{"start":1724861776807,"stop":1724861776807,"duration":0}},{"uid":"ed93cbd372eca5fd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ed93cbd372eca5fd","status":"passed","time":{"start":1724861247299,"stop":1724861247300,"duration":1}},{"uid":"68571388ebe658e3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/68571388ebe658e3","status":"passed","time":{"start":1724861071395,"stop":1724861071395,"duration":0}},{"uid":"2ffca6faec868aba","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2ffca6faec868aba","status":"passed","time":{"start":1724860931795,"stop":1724860931795,"duration":0}}]},"c27743d50e7283fa2200db62d4ec5db5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"23449d9e4a8ee0dc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/23449d9e4a8ee0dc","status":"passed","time":{"start":1724921065910,"stop":1724921065910,"duration":0}},{"uid":"132cf832fd046ce7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/132cf832fd046ce7","status":"passed","time":{"start":1724921040947,"stop":1724921040947,"duration":0}},{"uid":"1603b0c80384127","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1603b0c80384127","status":"passed","time":{"start":1724917701156,"stop":1724917701156,"duration":0}},{"uid":"fd50182dd32ceac2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fd50182dd32ceac2","status":"passed","time":{"start":1724889479975,"stop":1724889479975,"duration":0}},{"uid":"e76a46d351972a1a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e76a46d351972a1a","status":"passed","time":{"start":1724888630724,"stop":1724888630724,"duration":0}},{"uid":"f04a2a514618f0ac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f04a2a514618f0ac","status":"passed","time":{"start":1724887787006,"stop":1724887787006,"duration":0}},{"uid":"70a04322924409ec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/70a04322924409ec","status":"passed","time":{"start":1724886553669,"stop":1724886553669,"duration":0}},{"uid":"5a3781bb07453c95","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5a3781bb07453c95","status":"passed","time":{"start":1724886331492,"stop":1724886331492,"duration":0}},{"uid":"3545a01af44008c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3545a01af44008c","status":"passed","time":{"start":1724861780656,"stop":1724861780657,"duration":1}},{"uid":"3744381acf073ba0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3744381acf073ba0","status":"passed","time":{"start":1724861251098,"stop":1724861251098,"duration":0}},{"uid":"abede2d90880305a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/abede2d90880305a","status":"passed","time":{"start":1724861074808,"stop":1724861074808,"duration":0}},{"uid":"ec8ba9a3405804ed","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ec8ba9a3405804ed","status":"passed","time":{"start":1724860935671,"stop":1724860935671,"duration":0}}]},"e3e69822ffaaf2ef0241d97401928ac1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"23d9a2e88dcc4fbe","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/23d9a2e88dcc4fbe","status":"passed","time":{"start":1724921529576,"stop":1724921529577,"duration":1}},{"uid":"b645ee60ec4200ee","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b645ee60ec4200ee","status":"passed","time":{"start":1724921488875,"stop":1724921488875,"duration":0}},{"uid":"3f13b1fecb80df86","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3f13b1fecb80df86","status":"passed","time":{"start":1724918203677,"stop":1724918203677,"duration":0}},{"uid":"11d1b30ab14dae79","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/11d1b30ab14dae79","status":"passed","time":{"start":1724889938354,"stop":1724889938355,"duration":1}},{"uid":"fbd685322722ccde","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fbd685322722ccde","status":"passed","time":{"start":1724889077050,"stop":1724889077058,"duration":8}},{"uid":"31bd704824713d01","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/31bd704824713d01","status":"passed","time":{"start":1724888268011,"stop":1724888268011,"duration":0}},{"uid":"fe731348280f0e43","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fe731348280f0e43","status":"passed","time":{"start":1724887032393,"stop":1724887032394,"duration":1}},{"uid":"1c8c4a2b2ddc7fcc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1c8c4a2b2ddc7fcc","status":"passed","time":{"start":1724886822788,"stop":1724886822788,"duration":0}},{"uid":"2649c94e9ae06a6c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2649c94e9ae06a6c","status":"passed","time":{"start":1724862233505,"stop":1724862233506,"duration":1}},{"uid":"b4b151fdb4a87f29","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b4b151fdb4a87f29","status":"passed","time":{"start":1724861712666,"stop":1724861712666,"duration":0}},{"uid":"50db50bbf1def7ba","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/50db50bbf1def7ba","status":"passed","time":{"start":1724861567884,"stop":1724861567884,"duration":0}},{"uid":"b1bfc9f4a62fe65a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b1bfc9f4a62fe65a","status":"passed","time":{"start":1724861392041,"stop":1724861392041,"duration":0}}]},"abac5b7cf6154cb41131e30fbdef2abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"50e30b36a505f008","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/50e30b36a505f008","status":"passed","time":{"start":1724921625093,"stop":1724921625093,"duration":0}},{"uid":"def61ffc6e0d4f17","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/def61ffc6e0d4f17","status":"passed","time":{"start":1724921590512,"stop":1724921590512,"duration":0}},{"uid":"7a53f7bd6155d067","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7a53f7bd6155d067","status":"passed","time":{"start":1724918287578,"stop":1724918287578,"duration":0}},{"uid":"fd3ba0e12638f3d0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fd3ba0e12638f3d0","status":"passed","time":{"start":1724890047804,"stop":1724890047804,"duration":0}},{"uid":"419924be6dfc9493","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/419924be6dfc9493","status":"passed","time":{"start":1724889183949,"stop":1724889183949,"duration":0}},{"uid":"2fdae942c5536e06","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2fdae942c5536e06","status":"passed","time":{"start":1724888354188,"stop":1724888354189,"duration":1}},{"uid":"a10404e9bb92a905","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a10404e9bb92a905","status":"passed","time":{"start":1724887145731,"stop":1724887145731,"duration":0}},{"uid":"d43f56f6558e4d43","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d43f56f6558e4d43","status":"passed","time":{"start":1724886915810,"stop":1724886915810,"duration":0}},{"uid":"1e9abefb91d79aba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1e9abefb91d79aba","status":"passed","time":{"start":1724862341467,"stop":1724862341467,"duration":0}},{"uid":"2c8b2d9e73d3f5c8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2c8b2d9e73d3f5c8","status":"passed","time":{"start":1724861805472,"stop":1724861805473,"duration":1}},{"uid":"1bc8ed5cacf96988","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1bc8ed5cacf96988","status":"passed","time":{"start":1724861662301,"stop":1724861662301,"duration":0}},{"uid":"5207cddfe7dad946","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5207cddfe7dad946","status":"passed","time":{"start":1724861492529,"stop":1724861492530,"duration":1}}]},"2663ca283377bc1a05d7cf15aba2d7ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c7ce589f46dba351","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c7ce589f46dba351","status":"passed","time":{"start":1724921099697,"stop":1724921099698,"duration":1}},{"uid":"e6eb260d13a9776c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e6eb260d13a9776c","status":"passed","time":{"start":1724921074389,"stop":1724921074389,"duration":0}},{"uid":"894ac85621396a3a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/894ac85621396a3a","status":"passed","time":{"start":1724917735274,"stop":1724917735274,"duration":0}},{"uid":"4020668f1d68fc12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4020668f1d68fc12","status":"passed","time":{"start":1724889517449,"stop":1724889517449,"duration":0}},{"uid":"13f1b5788cac7703","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/13f1b5788cac7703","status":"passed","time":{"start":1724888662629,"stop":1724888662630,"duration":1}},{"uid":"246a0d0569d24d48","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/246a0d0569d24d48","status":"passed","time":{"start":1724887821329,"stop":1724887821329,"duration":0}},{"uid":"c9fd3932794f302c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c9fd3932794f302c","status":"passed","time":{"start":1724886588482,"stop":1724886588482,"duration":0}},{"uid":"10f613af23be3dd7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/10f613af23be3dd7","status":"passed","time":{"start":1724886365757,"stop":1724886365763,"duration":6}},{"uid":"cda479d4932bddcb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cda479d4932bddcb","status":"passed","time":{"start":1724861814960,"stop":1724861814960,"duration":0}},{"uid":"efa1b243621bf767","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/efa1b243621bf767","status":"passed","time":{"start":1724861282669,"stop":1724861282669,"duration":0}},{"uid":"cd89fb7d68085232","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cd89fb7d68085232","status":"passed","time":{"start":1724861111682,"stop":1724861111683,"duration":1}},{"uid":"bcd0d2304bad5af5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bcd0d2304bad5af5","status":"passed","time":{"start":1724860971173,"stop":1724860971173,"duration":0}}]},"911d832579f9149212c18fb43005771d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6ff6a81f42e65487","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6ff6a81f42e65487","status":"passed","time":{"start":1724861655168,"stop":1724861655173,"duration":5}}]},"6552759d78c73700ce66152f8b61ac99:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"948a3fa87bd62611","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/948a3fa87bd62611","status":"passed","time":{"start":1724886906382,"stop":1724886906383,"duration":1}}]},"b41458f3da59ef65c55b34a60d1dc0af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ec578c7e168f468d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ec578c7e168f468d","status":"passed","time":{"start":1724886906378,"stop":1724886906379,"duration":1}}]},"989fd1472b9f60fd9198b6a34b8103a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7f7eb2f43f16d828","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7f7eb2f43f16d828","status":"passed","time":{"start":1724918298099,"stop":1724918298100,"duration":1}}]},"f23d7e5cb03fc92e4b9fc18cd0860ec9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"558d1029215824c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/558d1029215824c","status":"passed","time":{"start":1724921556058,"stop":1724921556059,"duration":1}}]},"91a674fc7eb496bb64460726ddebd280:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8d5751b956398e71","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8d5751b956398e71","status":"passed","time":{"start":1724888336463,"stop":1724888336464,"duration":1}}]},"82fe2982324d66d122f3aa38a7cf4bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d64c18074186ffcf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d64c18074186ffcf","status":"passed","time":{"start":1724921037648,"stop":1724921037648,"duration":0}},{"uid":"3155ebf075f05c0b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3155ebf075f05c0b","status":"passed","time":{"start":1724921013060,"stop":1724921013061,"duration":1}},{"uid":"ec2bd38ee9c0e4d8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ec2bd38ee9c0e4d8","status":"passed","time":{"start":1724917673301,"stop":1724917673302,"duration":1}},{"uid":"e0fca5819844c892","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e0fca5819844c892","status":"passed","time":{"start":1724889452321,"stop":1724889452322,"duration":1}},{"uid":"f67955dd26871fc8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f67955dd26871fc8","status":"passed","time":{"start":1724888602853,"stop":1724888602853,"duration":0}},{"uid":"28ba4030b228047a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/28ba4030b228047a","status":"passed","time":{"start":1724887759174,"stop":1724887759174,"duration":0}},{"uid":"1164bd07634e6565","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1164bd07634e6565","status":"passed","time":{"start":1724886525553,"stop":1724886525553,"duration":0}},{"uid":"24b8ef3dd3a42d2c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/24b8ef3dd3a42d2c","status":"passed","time":{"start":1724886303408,"stop":1724886303408,"duration":0}},{"uid":"b386e8cb6ba35cfb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b386e8cb6ba35cfb","status":"passed","time":{"start":1724861752240,"stop":1724861752241,"duration":1}},{"uid":"9e9ef66474951703","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9e9ef66474951703","status":"passed","time":{"start":1724861223365,"stop":1724861223365,"duration":0}},{"uid":"acb533d29735d44d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/acb533d29735d44d","status":"passed","time":{"start":1724861045213,"stop":1724861045214,"duration":1}},{"uid":"ed74da86fdea7639","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ed74da86fdea7639","status":"passed","time":{"start":1724860907099,"stop":1724860907099,"duration":0}}]},"7c9d171c6523e55aae143fc60d80fb68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"999989c3362bc4bf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/999989c3362bc4bf","status":"passed","time":{"start":1724888292545,"stop":1724888292546,"duration":1}}]},"1437ddda3bf44aa702aa7752111bb77f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fe9f46eb5cbb0224","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe9f46eb5cbb0224","status":"passed","time":{"start":1724862298396,"stop":1724862298396,"duration":0}}]},"3b7a5a8fe2a002015b8acf72afee09d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"254d6a20a2062064","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/254d6a20a2062064","status":"passed","time":{"start":1724921529591,"stop":1724921529592,"duration":1}},{"uid":"b195c195efec595e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b195c195efec595e","status":"passed","time":{"start":1724921488885,"stop":1724921488885,"duration":0}},{"uid":"36e0120182abf7c9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/36e0120182abf7c9","status":"passed","time":{"start":1724918203693,"stop":1724918203693,"duration":0}},{"uid":"fcbb51c509af6dae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fcbb51c509af6dae","status":"passed","time":{"start":1724889938367,"stop":1724889938367,"duration":0}},{"uid":"723296c26081041","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/723296c26081041","status":"passed","time":{"start":1724889077071,"stop":1724889077071,"duration":0}},{"uid":"a5dedaf5c44ebcd1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a5dedaf5c44ebcd1","status":"passed","time":{"start":1724888268041,"stop":1724888268041,"duration":0}},{"uid":"3b43651d06c89a75","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3b43651d06c89a75","status":"passed","time":{"start":1724887032414,"stop":1724887032414,"duration":0}},{"uid":"af28049e565ba7be","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/af28049e565ba7be","status":"passed","time":{"start":1724886822827,"stop":1724886822827,"duration":0}},{"uid":"6d2d386563051fa1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d2d386563051fa1","status":"passed","time":{"start":1724862233517,"stop":1724862233517,"duration":0}},{"uid":"6f84e8fcefc02321","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6f84e8fcefc02321","status":"passed","time":{"start":1724861712675,"stop":1724861712675,"duration":0}},{"uid":"e8ee27189b49fc38","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e8ee27189b49fc38","status":"passed","time":{"start":1724861567902,"stop":1724861567902,"duration":0}},{"uid":"4269dfbf6dcfbfc7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4269dfbf6dcfbfc7","status":"passed","time":{"start":1724861392061,"stop":1724861392062,"duration":1}}]},"2406e5fbebb614882355928923a7091d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c44fed0533063481","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c44fed0533063481","status":"passed","time":{"start":1724921065909,"stop":1724921065910,"duration":1}},{"uid":"71c3b7b9ac34789","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/71c3b7b9ac34789","status":"passed","time":{"start":1724921040947,"stop":1724921040947,"duration":0}},{"uid":"d0646ef22141de6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d0646ef22141de6","status":"passed","time":{"start":1724917701155,"stop":1724917701155,"duration":0}},{"uid":"f3e58e7c695fe11a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3e58e7c695fe11a","status":"passed","time":{"start":1724889479974,"stop":1724889479974,"duration":0}},{"uid":"dc45353abf5bac3b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dc45353abf5bac3b","status":"passed","time":{"start":1724888630722,"stop":1724888630724,"duration":2}},{"uid":"df9a7838a05b492","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/df9a7838a05b492","status":"passed","time":{"start":1724887787005,"stop":1724887787006,"duration":1}},{"uid":"d252480900db2f11","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d252480900db2f11","status":"passed","time":{"start":1724886553668,"stop":1724886553669,"duration":1}},{"uid":"f1acbba21f8f1155","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f1acbba21f8f1155","status":"passed","time":{"start":1724886331491,"stop":1724886331492,"duration":1}},{"uid":"60fcd233de7b1ac4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/60fcd233de7b1ac4","status":"passed","time":{"start":1724861780656,"stop":1724861780656,"duration":0}},{"uid":"25c9f7463eeca1a2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/25c9f7463eeca1a2","status":"passed","time":{"start":1724861251098,"stop":1724861251098,"duration":0}},{"uid":"cd56252b8f1308b6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cd56252b8f1308b6","status":"passed","time":{"start":1724861074807,"stop":1724861074808,"duration":1}},{"uid":"83654d786fa1a9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/83654d786fa1a9","status":"passed","time":{"start":1724860935670,"stop":1724860935671,"duration":1}}]},"2e8367be7ec5d5a77548869fe6677b96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bf2bb91e58b59ff4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bf2bb91e58b59ff4","status":"passed","time":{"start":1724921051055,"stop":1724921051055,"duration":0}},{"uid":"3f238f12a6edbff3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3f238f12a6edbff3","status":"passed","time":{"start":1724921026360,"stop":1724921026361,"duration":1}},{"uid":"cf4472afbbe1500","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cf4472afbbe1500","status":"passed","time":{"start":1724917686539,"stop":1724917686539,"duration":0}},{"uid":"b286b3cb1d2eb86","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b286b3cb1d2eb86","status":"passed","time":{"start":1724889465469,"stop":1724889465470,"duration":1}},{"uid":"cdc37196e45d6476","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cdc37196e45d6476","status":"passed","time":{"start":1724888616211,"stop":1724888616211,"duration":0}},{"uid":"dad32a6d4249d562","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dad32a6d4249d562","status":"passed","time":{"start":1724887772447,"stop":1724887772448,"duration":1}},{"uid":"1536eca4400fb8df","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1536eca4400fb8df","status":"passed","time":{"start":1724886538858,"stop":1724886538859,"duration":1}},{"uid":"8638e7d5bac45758","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8638e7d5bac45758","status":"passed","time":{"start":1724886316625,"stop":1724886316625,"duration":0}},{"uid":"9bb1cc41bedf8a40","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9bb1cc41bedf8a40","status":"passed","time":{"start":1724861765761,"stop":1724861765761,"duration":0}},{"uid":"c3ce2f2a01b58fb5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c3ce2f2a01b58fb5","status":"passed","time":{"start":1724861236571,"stop":1724861236572,"duration":1}},{"uid":"dadcd204ddeff333","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dadcd204ddeff333","status":"passed","time":{"start":1724861059469,"stop":1724861059469,"duration":0}},{"uid":"85cf1675cf625a17","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/85cf1675cf625a17","status":"passed","time":{"start":1724860920725,"stop":1724860920725,"duration":0}}]},"786dbb53b3ebd5d31980e9ed6c6b058f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"92bc5d92141fdc57","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/92bc5d92141fdc57","status":"passed","time":{"start":1724921515227,"stop":1724921515227,"duration":0}},{"uid":"f9f7dd697f1066de","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f9f7dd697f1066de","status":"passed","time":{"start":1724921475446,"stop":1724921475447,"duration":1}},{"uid":"b353ba5d30586570","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b353ba5d30586570","status":"passed","time":{"start":1724918179401,"stop":1724918179401,"duration":0}},{"uid":"7450330c0865dbc3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7450330c0865dbc3","status":"passed","time":{"start":1724889935341,"stop":1724889935342,"duration":1}},{"uid":"37fcdf6426ba0516","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37fcdf6426ba0516","status":"passed","time":{"start":1724889072754,"stop":1724889072754,"duration":0}},{"uid":"80eb97435aade81c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/80eb97435aade81c","status":"passed","time":{"start":1724888232416,"stop":1724888232416,"duration":0}},{"uid":"c50efd7842b6a3fb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c50efd7842b6a3fb","status":"passed","time":{"start":1724887018303,"stop":1724887018303,"duration":0}},{"uid":"800a924736d247d3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/800a924736d247d3","status":"passed","time":{"start":1724886781480,"stop":1724886781480,"duration":0}},{"uid":"d040b736c3dc66a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d040b736c3dc66a9","status":"passed","time":{"start":1724862213663,"stop":1724862213663,"duration":0}},{"uid":"53d724a3c5e26678","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/53d724a3c5e26678","status":"passed","time":{"start":1724861685856,"stop":1724861685856,"duration":0}},{"uid":"5bf05aee7f94cad0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5bf05aee7f94cad0","status":"passed","time":{"start":1724861546177,"stop":1724861546177,"duration":0}},{"uid":"334511a291e920f0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/334511a291e920f0","status":"passed","time":{"start":1724861378112,"stop":1724861378112,"duration":0}}]},"59681755f43c5446d1711611e6f2c50a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d668fb6233b55268","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d668fb6233b55268","status":"passed","time":{"start":1724921577169,"stop":1724921577169,"duration":0}}]},"d94335b3532804dae59c811bf54c9cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"138f506ab6951d66","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/138f506ab6951d66","status":"passed","time":{"start":1724921270367,"stop":1724921270367,"duration":0}},{"uid":"c82cbb213e5dfcff","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c82cbb213e5dfcff","status":"passed","time":{"start":1724921247832,"stop":1724921247832,"duration":0}},{"uid":"92c063f42166adc0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/92c063f42166adc0","status":"passed","time":{"start":1724917989829,"stop":1724917989830,"duration":1}},{"uid":"74e2977b5f505582","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/74e2977b5f505582","status":"passed","time":{"start":1724889678580,"stop":1724889678580,"duration":0}},{"uid":"3895952f171b8956","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3895952f171b8956","status":"passed","time":{"start":1724888829853,"stop":1724888829853,"duration":0}},{"uid":"68184c0bea8373b0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/68184c0bea8373b0","status":"passed","time":{"start":1724888077020,"stop":1724888077021,"duration":1}},{"uid":"a667e3d2fea7e1de","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a667e3d2fea7e1de","status":"passed","time":{"start":1724886851133,"stop":1724886851133,"duration":0}},{"uid":"fea26ebe4759dff","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fea26ebe4759dff","status":"passed","time":{"start":1724886647127,"stop":1724886647127,"duration":0}},{"uid":"43606d003ba2f23e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/43606d003ba2f23e","status":"passed","time":{"start":1724861992718,"stop":1724861992719,"duration":1}},{"uid":"42ddfec548820db0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/42ddfec548820db0","status":"passed","time":{"start":1724861469651,"stop":1724861469652,"duration":1}},{"uid":"eb4df65e3a8e24c6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/eb4df65e3a8e24c6","status":"passed","time":{"start":1724861284873,"stop":1724861284874,"duration":1}},{"uid":"c2366fe0eb9213e6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c2366fe0eb9213e6","status":"passed","time":{"start":1724861145825,"stop":1724861145825,"duration":0}}]},"10c1557dc8856c23a4e0832663f6f4e8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eb9355fef1170739","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/eb9355fef1170739","status":"passed","time":{"start":1724861378109,"stop":1724861378109,"duration":0}}]},"4e2214cfd0b1478b138b78c1f677e1c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"29f2f6c7ce4776fe","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/29f2f6c7ce4776fe","status":"passed","time":{"start":1724921613055,"stop":1724921613055,"duration":0}}]},"8da102b09d4dab71d5406e773a87a315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"62c78882ad8ff8f1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/62c78882ad8ff8f1","status":"passed","time":{"start":1724921625090,"stop":1724921625091,"duration":1}},{"uid":"4b69fd43c8f7cb82","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4b69fd43c8f7cb82","status":"passed","time":{"start":1724921590510,"stop":1724921590510,"duration":0}},{"uid":"7892e68d962b2af0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7892e68d962b2af0","status":"passed","time":{"start":1724918287576,"stop":1724918287576,"duration":0}},{"uid":"cce2bbd4759e09d7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cce2bbd4759e09d7","status":"passed","time":{"start":1724890047802,"stop":1724890047803,"duration":1}},{"uid":"5cc2b8a2bc69f4dc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5cc2b8a2bc69f4dc","status":"passed","time":{"start":1724889183946,"stop":1724889183947,"duration":1}},{"uid":"47bb166e45f9edf4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/47bb166e45f9edf4","status":"passed","time":{"start":1724888354185,"stop":1724888354185,"duration":0}},{"uid":"14824df447f8c42b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/14824df447f8c42b","status":"passed","time":{"start":1724887145722,"stop":1724887145722,"duration":0}},{"uid":"ecbd706f1bce1eba","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ecbd706f1bce1eba","status":"passed","time":{"start":1724886915806,"stop":1724886915806,"duration":0}},{"uid":"e9f5b19ef1aa1cdd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e9f5b19ef1aa1cdd","status":"passed","time":{"start":1724862341466,"stop":1724862341466,"duration":0}},{"uid":"9bccbb71395f3dca","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9bccbb71395f3dca","status":"passed","time":{"start":1724861805470,"stop":1724861805470,"duration":0}},{"uid":"c757abe6b457b46e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c757abe6b457b46e","status":"passed","time":{"start":1724861662300,"stop":1724861662300,"duration":0}},{"uid":"e458ef55e45d5032","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e458ef55e45d5032","status":"passed","time":{"start":1724861492527,"stop":1724861492527,"duration":0}}]},"4d68da4710877623697c9c210c276ffc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"43b847ff79399a37","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/43b847ff79399a37","status":"passed","time":{"start":1724921529589,"stop":1724921529589,"duration":0}},{"uid":"682b3bfde9120e7f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/682b3bfde9120e7f","status":"passed","time":{"start":1724921488883,"stop":1724921488883,"duration":0}},{"uid":"71913ae0b8ff5d14","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/71913ae0b8ff5d14","status":"passed","time":{"start":1724918203689,"stop":1724918203689,"duration":0}},{"uid":"6a8e1f91d409d105","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6a8e1f91d409d105","status":"passed","time":{"start":1724889938365,"stop":1724889938365,"duration":0}},{"uid":"7f6a9c11d640745f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7f6a9c11d640745f","status":"passed","time":{"start":1724889077069,"stop":1724889077069,"duration":0}},{"uid":"3f10d07f70981691","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3f10d07f70981691","status":"passed","time":{"start":1724888268039,"stop":1724888268039,"duration":0}},{"uid":"e336139f313dd92","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e336139f313dd92","status":"passed","time":{"start":1724887032412,"stop":1724887032412,"duration":0}},{"uid":"b655cd659a012820","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b655cd659a012820","status":"passed","time":{"start":1724886822825,"stop":1724886822825,"duration":0}},{"uid":"33afb459ed14d59e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33afb459ed14d59e","status":"passed","time":{"start":1724862233515,"stop":1724862233515,"duration":0}},{"uid":"ca9a272805dfefd0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ca9a272805dfefd0","status":"passed","time":{"start":1724861712673,"stop":1724861712673,"duration":0}},{"uid":"cd602f1b83936d47","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cd602f1b83936d47","status":"passed","time":{"start":1724861567899,"stop":1724861567899,"duration":0}},{"uid":"74277ff9dc571834","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/74277ff9dc571834","status":"passed","time":{"start":1724861392057,"stop":1724861392057,"duration":0}}]},"c549862a445204e397ac6c0653b97214:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dde68ba93317ba1a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dde68ba93317ba1a","status":"passed","time":{"start":1724889935350,"stop":1724889935350,"duration":0}}]},"11838e32b68f5d09a2d6933d5675daf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c6ca0458e3dcc154","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c6ca0458e3dcc154","status":"passed","time":{"start":1724921602987,"stop":1724921602987,"duration":0}}]},"54fa788d0dc9941a7bf950a0255258b3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9f83b6018c835119","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9f83b6018c835119","status":"passed","time":{"start":1724921571110,"stop":1724921571111,"duration":1}}]},"2fd8257b08f2f44e89a4b5f82d227602:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96fd8c884387d2b9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/96fd8c884387d2b9","status":"passed","time":{"start":1724861655162,"stop":1724861655165,"duration":3}}]},"39935f8cc92b21d63da131179626efc1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ae9e573d039bc59","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ae9e573d039bc59","status":"passed","time":{"start":1724921037636,"stop":1724921037636,"duration":0}},{"uid":"6041f26c36bd2692","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6041f26c36bd2692","status":"passed","time":{"start":1724921013048,"stop":1724921013048,"duration":0}},{"uid":"9c2a15a3cb0188e1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9c2a15a3cb0188e1","status":"passed","time":{"start":1724917673292,"stop":1724917673292,"duration":0}},{"uid":"2c5772e97a98e4f4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c5772e97a98e4f4","status":"passed","time":{"start":1724889452310,"stop":1724889452311,"duration":1}},{"uid":"cd0007969e8b5889","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd0007969e8b5889","status":"passed","time":{"start":1724888602841,"stop":1724888602841,"duration":0}},{"uid":"4e9139db52a0952","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4e9139db52a0952","status":"passed","time":{"start":1724887759164,"stop":1724887759164,"duration":0}},{"uid":"3b2a6264881f15ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3b2a6264881f15ea","status":"passed","time":{"start":1724886525544,"stop":1724886525544,"duration":0}},{"uid":"a1a96bb99195e952","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a1a96bb99195e952","status":"passed","time":{"start":1724886303397,"stop":1724886303397,"duration":0}},{"uid":"64d12235f1be8358","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64d12235f1be8358","status":"passed","time":{"start":1724861752229,"stop":1724861752229,"duration":0}},{"uid":"8542d5e1ec78314d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8542d5e1ec78314d","status":"passed","time":{"start":1724861223355,"stop":1724861223355,"duration":0}},{"uid":"ff7728f3dff0846c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ff7728f3dff0846c","status":"passed","time":{"start":1724861045203,"stop":1724861045203,"duration":0}},{"uid":"707fe69646157ea8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/707fe69646157ea8","status":"passed","time":{"start":1724860907085,"stop":1724860907085,"duration":0}}]},"93fd1fc19aad7cfee6ac33a274ec5896:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f814c7ca9d9e100e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f814c7ca9d9e100e","status":"passed","time":{"start":1724921640399,"stop":1724921640399,"duration":0}},{"uid":"ab72d395178fe587","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ab72d395178fe587","status":"passed","time":{"start":1724921600407,"stop":1724921600407,"duration":0}},{"uid":"d87045b857c4baaf","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d87045b857c4baaf","status":"passed","time":{"start":1724918300922,"stop":1724918300922,"duration":0}},{"uid":"a93e579742313a44","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a93e579742313a44","status":"passed","time":{"start":1724890059284,"stop":1724890059284,"duration":0}},{"uid":"c639a12227a358e7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c639a12227a358e7","status":"passed","time":{"start":1724889188310,"stop":1724889188311,"duration":1}},{"uid":"bd2264038badaedd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bd2264038badaedd","status":"passed","time":{"start":1724888372739,"stop":1724888372739,"duration":0}},{"uid":"7b2c9a2838df9a3b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7b2c9a2838df9a3b","status":"passed","time":{"start":1724887135717,"stop":1724887135717,"duration":0}},{"uid":"9296fbf98a5d31b4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9296fbf98a5d31b4","status":"passed","time":{"start":1724886919662,"stop":1724886919663,"duration":1}},{"uid":"ce53c71d1f472e34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ce53c71d1f472e34","status":"passed","time":{"start":1724862341833,"stop":1724862341834,"duration":1}},{"uid":"4e9c5e20e99d8873","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4e9c5e20e99d8873","status":"passed","time":{"start":1724861815488,"stop":1724861815489,"duration":1}},{"uid":"c0c253ec1fca8b4e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0c253ec1fca8b4e","status":"passed","time":{"start":1724861669534,"stop":1724861669534,"duration":0}},{"uid":"5882801da0bfc7c8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5882801da0bfc7c8","status":"passed","time":{"start":1724861505411,"stop":1724861505413,"duration":2}}]},"7a25499947021fe72b4e615c0b81cee5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12933c998b4400c0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/12933c998b4400c0","status":"passed","time":{"start":1724887127875,"stop":1724887127876,"duration":1}}]},"5ee5799bb62f1f653b2079461fb32c6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2629926dded2e156","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2629926dded2e156","status":"passed","time":{"start":1724887115431,"stop":1724887115432,"duration":1}}]},"73db5461018f71f0936132f250deaf81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"be45cbc973c6f285","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/be45cbc973c6f285","status":"passed","time":{"start":1724921602955,"stop":1724921602955,"duration":0}},{"uid":"703eea69a7bf9460","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/703eea69a7bf9460","status":"passed","time":{"start":1724921571099,"stop":1724921571099,"duration":0}},{"uid":"d9caa7651c5e817f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d9caa7651c5e817f","status":"passed","time":{"start":1724918285592,"stop":1724918285595,"duration":3}},{"uid":"259c01e761968b6d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/259c01e761968b6d","status":"passed","time":{"start":1724890030092,"stop":1724890030092,"duration":0}},{"uid":"e204b78ec1e3e5db","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e204b78ec1e3e5db","status":"passed","time":{"start":1724889171911,"stop":1724889171911,"duration":0}},{"uid":"170513c7daebd3c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/170513c7daebd3c","status":"passed","time":{"start":1724888350724,"stop":1724888350725,"duration":1}},{"uid":"d170ce0fb97c2706","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d170ce0fb97c2706","status":"passed","time":{"start":1724887115410,"stop":1724887115411,"duration":1}},{"uid":"7ed88b6cdfde3c60","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7ed88b6cdfde3c60","status":"passed","time":{"start":1724886884578,"stop":1724886884578,"duration":0}},{"uid":"c276d1d299d71a6f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c276d1d299d71a6f","status":"passed","time":{"start":1724862322259,"stop":1724862322260,"duration":1}},{"uid":"189e13868551597","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/189e13868551597","status":"passed","time":{"start":1724861790753,"stop":1724861790753,"duration":0}},{"uid":"2a612666a6fdb2ac","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2a612666a6fdb2ac","status":"passed","time":{"start":1724861628422,"stop":1724861628423,"duration":1}},{"uid":"ea23fe7bc7a2ba87","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ea23fe7bc7a2ba87","status":"passed","time":{"start":1724861465627,"stop":1724861465627,"duration":0}}]},"da45aa812e9bb68ab683b8c43302829d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4b2783d435d038b9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4b2783d435d038b9","status":"passed","time":{"start":1724921625049,"stop":1724921625050,"duration":1}},{"uid":"4261bc910154eab7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4261bc910154eab7","status":"passed","time":{"start":1724921590494,"stop":1724921590494,"duration":0}},{"uid":"c7268bef8f4eff5d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c7268bef8f4eff5d","status":"passed","time":{"start":1724918287564,"stop":1724918287564,"duration":0}},{"uid":"7e885959545b74b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e885959545b74b2","status":"passed","time":{"start":1724890047786,"stop":1724890047787,"duration":1}},{"uid":"74328fa93859b766","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/74328fa93859b766","status":"passed","time":{"start":1724889183919,"stop":1724889183919,"duration":0}},{"uid":"ec4aae4d965a148b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ec4aae4d965a148b","status":"passed","time":{"start":1724888354164,"stop":1724888354164,"duration":0}},{"uid":"ca0b79a8600fed29","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ca0b79a8600fed29","status":"passed","time":{"start":1724887145656,"stop":1724887145657,"duration":1}},{"uid":"20fcc4ef28d65d29","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/20fcc4ef28d65d29","status":"passed","time":{"start":1724886915785,"stop":1724886915786,"duration":1}},{"uid":"d4c74eed7fdb0ed7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d4c74eed7fdb0ed7","status":"passed","time":{"start":1724862341436,"stop":1724862341436,"duration":0}},{"uid":"401c14402aea1873","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/401c14402aea1873","status":"passed","time":{"start":1724861805441,"stop":1724861805441,"duration":0}},{"uid":"6e0ae598e2392f56","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6e0ae598e2392f56","status":"passed","time":{"start":1724861662255,"stop":1724861662255,"duration":0}},{"uid":"ea1b2a0516dae6f8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ea1b2a0516dae6f8","status":"passed","time":{"start":1724861492508,"stop":1724861492509,"duration":1}}]},"61f8a78015090c47c9c34b8d039622a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"51cbccb89f3f23ba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/51cbccb89f3f23ba","status":"passed","time":{"start":1724921640397,"stop":1724921640398,"duration":1}},{"uid":"48b9b03be7f31394","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/48b9b03be7f31394","status":"passed","time":{"start":1724921600405,"stop":1724921600405,"duration":0}},{"uid":"de1f0bbbe04ac799","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/de1f0bbbe04ac799","status":"passed","time":{"start":1724918300919,"stop":1724918300919,"duration":0}},{"uid":"886e58a2e568d92d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/886e58a2e568d92d","status":"passed","time":{"start":1724890059266,"stop":1724890059274,"duration":8}},{"uid":"5b565e7ea1de511f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b565e7ea1de511f","status":"passed","time":{"start":1724889188309,"stop":1724889188310,"duration":1}},{"uid":"421d740e74d446aa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/421d740e74d446aa","status":"passed","time":{"start":1724888372737,"stop":1724888372738,"duration":1}},{"uid":"d3369074a99a0eb3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d3369074a99a0eb3","status":"passed","time":{"start":1724887135716,"stop":1724887135716,"duration":0}},{"uid":"6694f0d379cac22f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6694f0d379cac22f","status":"passed","time":{"start":1724886919653,"stop":1724886919657,"duration":4}},{"uid":"f5ae2c1aae21671","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f5ae2c1aae21671","status":"passed","time":{"start":1724862341831,"stop":1724862341832,"duration":1}},{"uid":"4fde8c30c643cca5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4fde8c30c643cca5","status":"passed","time":{"start":1724861815478,"stop":1724861815481,"duration":3}},{"uid":"8b395eef71375da2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8b395eef71375da2","status":"passed","time":{"start":1724861669532,"stop":1724861669532,"duration":0}},{"uid":"9a4b9fbafec2cd1f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9a4b9fbafec2cd1f","status":"passed","time":{"start":1724861505409,"stop":1724861505410,"duration":1}}]},"c4c2f3a727767e01e58006cc7cc326e6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6dcfaba8e17db108","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6dcfaba8e17db108","status":"passed","time":{"start":1724861655160,"stop":1724861655160,"duration":0}}]},"295c33f4143eb57c2fefa85314e3f4af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1362e0f28d13ce9e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1362e0f28d13ce9e","status":"passed","time":{"start":1724921515238,"stop":1724921515239,"duration":1}},{"uid":"3e66481dbfb26dd9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3e66481dbfb26dd9","status":"passed","time":{"start":1724921475500,"stop":1724921475501,"duration":1}},{"uid":"bab1d5e76cb66513","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bab1d5e76cb66513","status":"passed","time":{"start":1724918179411,"stop":1724918179412,"duration":1}},{"uid":"28219109603b5c59","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/28219109603b5c59","status":"passed","time":{"start":1724889935349,"stop":1724889935350,"duration":1}},{"uid":"a79a8ff8c5663480","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a79a8ff8c5663480","status":"passed","time":{"start":1724889072765,"stop":1724889072765,"duration":0}},{"uid":"e2c3101b31d0463a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e2c3101b31d0463a","status":"passed","time":{"start":1724888232425,"stop":1724888232426,"duration":1}},{"uid":"5b383f1fac3be2a5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5b383f1fac3be2a5","status":"passed","time":{"start":1724887018312,"stop":1724887018313,"duration":1}},{"uid":"6ca2188e900eb7c8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6ca2188e900eb7c8","status":"passed","time":{"start":1724886781499,"stop":1724886781501,"duration":2}},{"uid":"be34ca3b47d0fe5d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/be34ca3b47d0fe5d","status":"passed","time":{"start":1724862213680,"stop":1724862213681,"duration":1}},{"uid":"8c5dba3819820af6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8c5dba3819820af6","status":"passed","time":{"start":1724861685876,"stop":1724861685876,"duration":0}},{"uid":"e30d259c98ff1bca","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e30d259c98ff1bca","status":"passed","time":{"start":1724861546201,"stop":1724861546201,"duration":0}},{"uid":"5cfe7396a4d0f0f3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5cfe7396a4d0f0f3","status":"passed","time":{"start":1724861378122,"stop":1724861378122,"duration":0}}]},"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b12f795247df9303","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b12f795247df9303","status":"passed","time":{"start":1724921656194,"stop":1724921656194,"duration":0}},{"uid":"804dcc78bd11424e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/804dcc78bd11424e","status":"passed","time":{"start":1724921620461,"stop":1724921620462,"duration":1}},{"uid":"545c04f8093f39b2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/545c04f8093f39b2","status":"passed","time":{"start":1724918327712,"stop":1724918327712,"duration":0}},{"uid":"f208affde8da2248","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f208affde8da2248","status":"passed","time":{"start":1724890078472,"stop":1724890078472,"duration":0}},{"uid":"5146c1b334ad188c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5146c1b334ad188c","status":"passed","time":{"start":1724889213833,"stop":1724889213834,"duration":1}},{"uid":"cfb84f3cccb09679","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cfb84f3cccb09679","status":"passed","time":{"start":1724888383603,"stop":1724888383609,"duration":6}},{"uid":"a033196873f21771","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a033196873f21771","status":"passed","time":{"start":1724887164580,"stop":1724887164580,"duration":0}},{"uid":"b76f7312fc6e4f40","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b76f7312fc6e4f40","status":"passed","time":{"start":1724886943103,"stop":1724886943104,"duration":1}},{"uid":"7aeeb044fd2e8548","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7aeeb044fd2e8548","status":"passed","time":{"start":1724862368931,"stop":1724862368931,"duration":0}},{"uid":"8edc9dd2657ac6d9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8edc9dd2657ac6d9","status":"passed","time":{"start":1724861835948,"stop":1724861835948,"duration":0}},{"uid":"19a3e1b28766b04e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/19a3e1b28766b04e","status":"passed","time":{"start":1724861692904,"stop":1724861692905,"duration":1}},{"uid":"2c2a8af891bcdf5a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2c2a8af891bcdf5a","status":"passed","time":{"start":1724861520701,"stop":1724861520702,"duration":1}}]},"a6b3b232e8bb7273a94c2d49013fe9d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ebeb3c6f75b29817","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ebeb3c6f75b29817","status":"passed","time":{"start":1724921270358,"stop":1724921270358,"duration":0}},{"uid":"308fa832dd039218","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/308fa832dd039218","status":"passed","time":{"start":1724921247818,"stop":1724921247818,"duration":0}},{"uid":"2980986e270c52f9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2980986e270c52f9","status":"passed","time":{"start":1724917989819,"stop":1724917989820,"duration":1}},{"uid":"4f3043f61e0f4e6f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f3043f61e0f4e6f","status":"passed","time":{"start":1724889678551,"stop":1724889678552,"duration":1}},{"uid":"588a78e69e5d6820","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/588a78e69e5d6820","status":"passed","time":{"start":1724888829844,"stop":1724888829844,"duration":0}},{"uid":"32abd5495fd37b8e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/32abd5495fd37b8e","status":"passed","time":{"start":1724888077011,"stop":1724888077011,"duration":0}},{"uid":"a4798853813b9552","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a4798853813b9552","status":"passed","time":{"start":1724886851126,"stop":1724886851126,"duration":0}},{"uid":"5e4372a2915febf3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5e4372a2915febf3","status":"passed","time":{"start":1724886647112,"stop":1724886647112,"duration":0}},{"uid":"29c6105f1cdc2ffc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29c6105f1cdc2ffc","status":"passed","time":{"start":1724861992714,"stop":1724861992714,"duration":0}},{"uid":"6f9556c928761e41","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6f9556c928761e41","status":"passed","time":{"start":1724861469644,"stop":1724861469644,"duration":0}},{"uid":"a2a559c79de0410a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a2a559c79de0410a","status":"passed","time":{"start":1724861284858,"stop":1724861284858,"duration":0}},{"uid":"2a4b552e2b98715","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2a4b552e2b98715","status":"passed","time":{"start":1724861145806,"stop":1724861145808,"duration":2}}]},"8442d7292787653cb044f77959a4f807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"87df99aa2db91836","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/87df99aa2db91836","status":"passed","time":{"start":1724861800254,"stop":1724861800255,"duration":1}}]},"df075816d33d3c8af10d119247b68114:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d0a175622800a5e1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d0a175622800a5e1","status":"passed","time":{"start":1724921625081,"stop":1724921625082,"duration":1}},{"uid":"3acd7aefe053dd5e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3acd7aefe053dd5e","status":"passed","time":{"start":1724921590506,"stop":1724921590506,"duration":0}},{"uid":"7e0fb7a7e1abcc74","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7e0fb7a7e1abcc74","status":"passed","time":{"start":1724918287573,"stop":1724918287573,"duration":0}},{"uid":"e91c018e9005d485","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e91c018e9005d485","status":"passed","time":{"start":1724890047798,"stop":1724890047798,"duration":0}},{"uid":"6cb3afe4922caff6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6cb3afe4922caff6","status":"passed","time":{"start":1724889183932,"stop":1724889183932,"duration":0}},{"uid":"2304966646095b6a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2304966646095b6a","status":"passed","time":{"start":1724888354179,"stop":1724888354179,"duration":0}},{"uid":"d550b8008e687b62","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d550b8008e687b62","status":"passed","time":{"start":1724887145705,"stop":1724887145705,"duration":0}},{"uid":"2c1a0de696d11636","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2c1a0de696d11636","status":"passed","time":{"start":1724886915795,"stop":1724886915795,"duration":0}},{"uid":"a3f6650465586f3b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3f6650465586f3b","status":"passed","time":{"start":1724862341460,"stop":1724862341460,"duration":0}},{"uid":"be8eac9040de3442","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/be8eac9040de3442","status":"passed","time":{"start":1724861805462,"stop":1724861805462,"duration":0}},{"uid":"2ebb2805d494ea8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2ebb2805d494ea8","status":"passed","time":{"start":1724861662296,"stop":1724861662297,"duration":1}},{"uid":"a6648d66a486c196","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a6648d66a486c196","status":"passed","time":{"start":1724861492524,"stop":1724861492524,"duration":0}}]},"74d1568f866528d0c27e3fa912bb92ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"701dec94e5f4718","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/701dec94e5f4718","status":"passed","time":{"start":1724921529592,"stop":1724921529592,"duration":0}},{"uid":"71612a1290d63f7b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/71612a1290d63f7b","status":"passed","time":{"start":1724921488885,"stop":1724921488885,"duration":0}},{"uid":"b3ee1ea89a6ad2eb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b3ee1ea89a6ad2eb","status":"passed","time":{"start":1724918203693,"stop":1724918203694,"duration":1}},{"uid":"6c702fc020c819ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c702fc020c819ae","status":"passed","time":{"start":1724889938367,"stop":1724889938367,"duration":0}},{"uid":"f233a0b0d9a48d38","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f233a0b0d9a48d38","status":"passed","time":{"start":1724889077071,"stop":1724889077073,"duration":2}},{"uid":"dc655b2e178bfcb5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dc655b2e178bfcb5","status":"passed","time":{"start":1724888268041,"stop":1724888268041,"duration":0}},{"uid":"bcb146551dc25247","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bcb146551dc25247","status":"passed","time":{"start":1724887032415,"stop":1724887032415,"duration":0}},{"uid":"f0991e1538c3a622","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f0991e1538c3a622","status":"passed","time":{"start":1724886822827,"stop":1724886822827,"duration":0}},{"uid":"28d7efb641c0956","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/28d7efb641c0956","status":"passed","time":{"start":1724862233517,"stop":1724862233518,"duration":1}},{"uid":"5facec38f2a9321e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5facec38f2a9321e","status":"passed","time":{"start":1724861712675,"stop":1724861712676,"duration":1}},{"uid":"f06317231ffceb67","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f06317231ffceb67","status":"passed","time":{"start":1724861567902,"stop":1724861567903,"duration":1}},{"uid":"a16b0ede663cf723","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a16b0ede663cf723","status":"passed","time":{"start":1724861392062,"stop":1724861392063,"duration":1}}]},"c1fc7bdf7b238be7723432bda0c44786:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8cf2c36d84c40fbb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8cf2c36d84c40fbb","status":"passed","time":{"start":1724890030104,"stop":1724890030105,"duration":1}}]},"f50c43dd196e1d87eae012a53fa986ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"59277760abc0022b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/59277760abc0022b","status":"passed","time":{"start":1724861800256,"stop":1724861800257,"duration":1}}]},"b4b061c1702e51d99292ff6cc4d68e5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ba99988ac84ac02f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ba99988ac84ac02f","status":"passed","time":{"start":1724921625081,"stop":1724921625081,"duration":0}},{"uid":"6bdf4470f3500535","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6bdf4470f3500535","status":"passed","time":{"start":1724921590505,"stop":1724921590505,"duration":0}},{"uid":"b5332c94c780be66","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b5332c94c780be66","status":"passed","time":{"start":1724918287572,"stop":1724918287572,"duration":0}},{"uid":"c34f2d3042498d4e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c34f2d3042498d4e","status":"passed","time":{"start":1724890047797,"stop":1724890047798,"duration":1}},{"uid":"306943cf33192c51","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/306943cf33192c51","status":"passed","time":{"start":1724889183931,"stop":1724889183931,"duration":0}},{"uid":"655657c2a63f118","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/655657c2a63f118","status":"passed","time":{"start":1724888354178,"stop":1724888354179,"duration":1}},{"uid":"524faba82dcc004d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/524faba82dcc004d","status":"passed","time":{"start":1724887145703,"stop":1724887145703,"duration":0}},{"uid":"b5c4b50416fca9e7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b5c4b50416fca9e7","status":"passed","time":{"start":1724886915794,"stop":1724886915794,"duration":0}},{"uid":"bce1234aa93f73b7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bce1234aa93f73b7","status":"passed","time":{"start":1724862341459,"stop":1724862341459,"duration":0}},{"uid":"61748de3f7a8e932","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/61748de3f7a8e932","status":"passed","time":{"start":1724861805460,"stop":1724861805461,"duration":1}},{"uid":"8704d54694394df2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8704d54694394df2","status":"passed","time":{"start":1724861662296,"stop":1724861662296,"duration":0}},{"uid":"129d39109aaaa528","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/129d39109aaaa528","status":"passed","time":{"start":1724861492523,"stop":1724861492523,"duration":0}}]},"facb714c9438193f9c8a2c8b122a8c03:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"31e7f36015be40b2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/31e7f36015be40b2","status":"passed","time":{"start":1724921051057,"stop":1724921051058,"duration":1}},{"uid":"2ad5d22a896d14b3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2ad5d22a896d14b3","status":"passed","time":{"start":1724921026363,"stop":1724921026363,"duration":0}},{"uid":"72a6336c03a6924a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/72a6336c03a6924a","status":"passed","time":{"start":1724917686541,"stop":1724917686542,"duration":1}},{"uid":"c7e232964164952a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c7e232964164952a","status":"passed","time":{"start":1724889465472,"stop":1724889465472,"duration":0}},{"uid":"a42a3e22e5825c27","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a42a3e22e5825c27","status":"passed","time":{"start":1724888616213,"stop":1724888616213,"duration":0}},{"uid":"cc1b2f1989d93365","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc1b2f1989d93365","status":"passed","time":{"start":1724887772450,"stop":1724887772450,"duration":0}},{"uid":"db07649e52184b80","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/db07649e52184b80","status":"passed","time":{"start":1724886538861,"stop":1724886538861,"duration":0}},{"uid":"cdecb1d6e568e52c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cdecb1d6e568e52c","status":"passed","time":{"start":1724886316628,"stop":1724886316628,"duration":0}},{"uid":"400d75c057946ecf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/400d75c057946ecf","status":"passed","time":{"start":1724861765764,"stop":1724861765764,"duration":0}},{"uid":"8655f7143f2f1b0c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8655f7143f2f1b0c","status":"passed","time":{"start":1724861236574,"stop":1724861236574,"duration":0}},{"uid":"7222e33da1c6ddc5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7222e33da1c6ddc5","status":"passed","time":{"start":1724861059472,"stop":1724861059472,"duration":0}},{"uid":"a85db2061a6c6f72","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a85db2061a6c6f72","status":"passed","time":{"start":1724860920727,"stop":1724860920728,"duration":1}}]},"97f5565a7d35087c7dcf297e16c16d79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dc4621893ad20a80","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dc4621893ad20a80","status":"passed","time":{"start":1724886906386,"stop":1724886906386,"duration":0}}]},"fc1a96b9a56f0f5cb56c579f4a0fae25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7389501880c773fd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7389501880c773fd","status":"passed","time":{"start":1724921529571,"stop":1724921529572,"duration":1}},{"uid":"b14ab66abfa4a687","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b14ab66abfa4a687","status":"passed","time":{"start":1724921488873,"stop":1724921488873,"duration":0}},{"uid":"205c6307da0946ce","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/205c6307da0946ce","status":"passed","time":{"start":1724918203669,"stop":1724918203669,"duration":0}},{"uid":"b9dc38eb36e19d9b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b9dc38eb36e19d9b","status":"passed","time":{"start":1724889938352,"stop":1724889938353,"duration":1}},{"uid":"c97157ccc2006142","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c97157ccc2006142","status":"passed","time":{"start":1724889077032,"stop":1724889077032,"duration":0}},{"uid":"1637c7e9b3cbd78f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1637c7e9b3cbd78f","status":"passed","time":{"start":1724888268007,"stop":1724888268007,"duration":0}},{"uid":"da471ecb15eb25b6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/da471ecb15eb25b6","status":"passed","time":{"start":1724887032389,"stop":1724887032390,"duration":1}},{"uid":"f003ad6856d931be","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f003ad6856d931be","status":"passed","time":{"start":1724886822786,"stop":1724886822786,"duration":0}},{"uid":"8e03a10e246a3535","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e03a10e246a3535","status":"passed","time":{"start":1724862233503,"stop":1724862233504,"duration":1}},{"uid":"89e1e35fdf032e54","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/89e1e35fdf032e54","status":"passed","time":{"start":1724861712664,"stop":1724861712664,"duration":0}},{"uid":"9ee5d213b591ab08","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9ee5d213b591ab08","status":"passed","time":{"start":1724861567881,"stop":1724861567882,"duration":1}},{"uid":"172b0798e12ab3b5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/172b0798e12ab3b5","status":"passed","time":{"start":1724861392039,"stop":1724861392039,"duration":0}}]},"c39a17c8e1de51d8fc032d1f93e25cdf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"94a08c2c9e4018a6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/94a08c2c9e4018a6","status":"passed","time":{"start":1724861637973,"stop":1724861637973,"duration":0}}]},"d8d8bdae08fac3c9880a003f650f57ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f7e07250e89d2faf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f7e07250e89d2faf","status":"passed","time":{"start":1724921602945,"stop":1724921602945,"duration":0}},{"uid":"eb6bb9d8c948de","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/eb6bb9d8c948de","status":"passed","time":{"start":1724921571094,"stop":1724921571095,"duration":1}},{"uid":"52d712c4b2ac68e4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/52d712c4b2ac68e4","status":"passed","time":{"start":1724918285584,"stop":1724918285585,"duration":1}},{"uid":"c8b402deafede2f2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c8b402deafede2f2","status":"passed","time":{"start":1724890030088,"stop":1724890030088,"duration":0}},{"uid":"5495c856230cb20e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5495c856230cb20e","status":"passed","time":{"start":1724889171906,"stop":1724889171906,"duration":0}},{"uid":"ff921a0b9f12afba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ff921a0b9f12afba","status":"passed","time":{"start":1724888350719,"stop":1724888350719,"duration":0}},{"uid":"d35ab866620022dd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d35ab866620022dd","status":"passed","time":{"start":1724887115404,"stop":1724887115404,"duration":0}},{"uid":"838570633df114dd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/838570633df114dd","status":"passed","time":{"start":1724886884569,"stop":1724886884569,"duration":0}},{"uid":"fc9f8d877b85ee6f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc9f8d877b85ee6f","status":"passed","time":{"start":1724862322246,"stop":1724862322246,"duration":0}},{"uid":"df99ceeec7c420cd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/df99ceeec7c420cd","status":"passed","time":{"start":1724861790749,"stop":1724861790749,"duration":0}},{"uid":"d16336252fffec1d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d16336252fffec1d","status":"passed","time":{"start":1724861628418,"stop":1724861628418,"duration":0}},{"uid":"f0adf122502cb0e5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f0adf122502cb0e5","status":"passed","time":{"start":1724861465622,"stop":1724861465622,"duration":0}}]},"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fccd62677c31b05b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fccd62677c31b05b","status":"passed","time":{"start":1724921046199,"stop":1724921046199,"duration":0}},{"uid":"fab998e20e5efca","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fab998e20e5efca","status":"passed","time":{"start":1724921021469,"stop":1724921021470,"duration":1}},{"uid":"90e8d30538f72473","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/90e8d30538f72473","status":"passed","time":{"start":1724917681718,"stop":1724917681718,"duration":0}},{"uid":"fe377e7bdec7e804","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe377e7bdec7e804","status":"passed","time":{"start":1724889460647,"stop":1724889460647,"duration":0}},{"uid":"32875f22e8cb1c85","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/32875f22e8cb1c85","status":"passed","time":{"start":1724888611290,"stop":1724888611290,"duration":0}},{"uid":"79a73c7925b41c1a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/79a73c7925b41c1a","status":"passed","time":{"start":1724887767615,"stop":1724887767615,"duration":0}},{"uid":"37817137a7662137","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/37817137a7662137","status":"passed","time":{"start":1724886533985,"stop":1724886533985,"duration":0}},{"uid":"be4f90e751af8ea8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/be4f90e751af8ea8","status":"passed","time":{"start":1724886311752,"stop":1724886311753,"duration":1}},{"uid":"73f3731eb76befa9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/73f3731eb76befa9","status":"passed","time":{"start":1724861760768,"stop":1724861760769,"duration":1}},{"uid":"86aeb6a22637d0af","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/86aeb6a22637d0af","status":"passed","time":{"start":1724861231728,"stop":1724861231729,"duration":1}},{"uid":"52eec4e84fc2ef22","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/52eec4e84fc2ef22","status":"passed","time":{"start":1724861054250,"stop":1724861054250,"duration":0}},{"uid":"e966fac914e0a874","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e966fac914e0a874","status":"passed","time":{"start":1724860915808,"stop":1724860915808,"duration":0}}]},"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7c340300340dcc4e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7c340300340dcc4e","status":"passed","time":{"start":1724921046195,"stop":1724921046195,"duration":0}},{"uid":"46e9310cb225274b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/46e9310cb225274b","status":"passed","time":{"start":1724921021465,"stop":1724921021466,"duration":1}},{"uid":"c497ada1c453a5c5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c497ada1c453a5c5","status":"passed","time":{"start":1724917681713,"stop":1724917681713,"duration":0}},{"uid":"ee3963d6aa10c31b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ee3963d6aa10c31b","status":"passed","time":{"start":1724889460642,"stop":1724889460642,"duration":0}},{"uid":"584f85004544aad5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/584f85004544aad5","status":"passed","time":{"start":1724888611286,"stop":1724888611286,"duration":0}},{"uid":"dcb2e63ffe99272e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dcb2e63ffe99272e","status":"passed","time":{"start":1724887767610,"stop":1724887767611,"duration":1}},{"uid":"ee1936c8ba5bf157","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ee1936c8ba5bf157","status":"passed","time":{"start":1724886533980,"stop":1724886533981,"duration":1}},{"uid":"426836af3dd63662","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/426836af3dd63662","status":"passed","time":{"start":1724886311748,"stop":1724886311749,"duration":1}},{"uid":"b1e6c8ec661851b4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1e6c8ec661851b4","status":"passed","time":{"start":1724861760765,"stop":1724861760765,"duration":0}},{"uid":"4768d7e3c2f2d189","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4768d7e3c2f2d189","status":"passed","time":{"start":1724861231725,"stop":1724861231725,"duration":0}},{"uid":"db39f971d8b55022","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/db39f971d8b55022","status":"passed","time":{"start":1724861054245,"stop":1724861054245,"duration":0}},{"uid":"216d05d084a31bfd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/216d05d084a31bfd","status":"passed","time":{"start":1724860915804,"stop":1724860915805,"duration":1}}]},"651a7d6580e58dd0abdab2641671b590:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4aa3ba731570c3ee","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4aa3ba731570c3ee","status":"passed","time":{"start":1724918179400,"stop":1724918179400,"duration":0}}]},"0539101f890c85d58b06a3799b6bfe7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"74dd3ee92a40c8e6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/74dd3ee92a40c8e6","status":"passed","time":{"start":1724921540108,"stop":1724921540108,"duration":0}},{"uid":"3ef7c1677b4daf52","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3ef7c1677b4daf52","status":"passed","time":{"start":1724921503540,"stop":1724921503540,"duration":0}},{"uid":"f1009933d55e41ea","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f1009933d55e41ea","status":"passed","time":{"start":1724918214357,"stop":1724918214357,"duration":0}},{"uid":"c709de9d174f98ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c709de9d174f98ee","status":"passed","time":{"start":1724889952444,"stop":1724889952444,"duration":0}},{"uid":"c6c0a93f8de1d397","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c6c0a93f8de1d397","status":"passed","time":{"start":1724889087468,"stop":1724889087468,"duration":0}},{"uid":"a1567fbd108a01b9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a1567fbd108a01b9","status":"passed","time":{"start":1724888266429,"stop":1724888266430,"duration":1}},{"uid":"8cb7b180899f5522","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8cb7b180899f5522","status":"passed","time":{"start":1724887042931,"stop":1724887042931,"duration":0}},{"uid":"6d9762f8d7e48a0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6d9762f8d7e48a0","status":"passed","time":{"start":1724886820798,"stop":1724886820799,"duration":1}},{"uid":"7e016573d18618d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e016573d18618d8","status":"passed","time":{"start":1724862245490,"stop":1724862245490,"duration":0}},{"uid":"cf914b67a5784ed3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cf914b67a5784ed3","status":"passed","time":{"start":1724861720396,"stop":1724861720399,"duration":3}},{"uid":"2684e6d277a82984","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2684e6d277a82984","status":"passed","time":{"start":1724861579388,"stop":1724861579388,"duration":0}},{"uid":"4130264e351adce5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4130264e351adce5","status":"passed","time":{"start":1724861402507,"stop":1724861402507,"duration":0}}]},"4a7092f12a328d03928646af1aa4bb9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3a6fb2b9219e3ece","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3a6fb2b9219e3ece","status":"passed","time":{"start":1724921640401,"stop":1724921640402,"duration":1}},{"uid":"60812f48ab707521","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/60812f48ab707521","status":"passed","time":{"start":1724921600424,"stop":1724921600424,"duration":0}},{"uid":"2558b1540141f999","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2558b1540141f999","status":"passed","time":{"start":1724918300931,"stop":1724918300931,"duration":0}},{"uid":"5b142b4dd2c76f76","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b142b4dd2c76f76","status":"passed","time":{"start":1724890059294,"stop":1724890059296,"duration":2}},{"uid":"f113a10eeb5a957b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f113a10eeb5a957b","status":"passed","time":{"start":1724889188323,"stop":1724889188325,"duration":2}},{"uid":"820b104c93d6d1a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/820b104c93d6d1a2","status":"passed","time":{"start":1724888372742,"stop":1724888372742,"duration":0}},{"uid":"f9c9b9b184c4dffd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f9c9b9b184c4dffd","status":"passed","time":{"start":1724887135722,"stop":1724887135722,"duration":0}},{"uid":"4c3d552a83b0730a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4c3d552a83b0730a","status":"passed","time":{"start":1724886919687,"stop":1724886919688,"duration":1}},{"uid":"64190813c0de6383","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64190813c0de6383","status":"passed","time":{"start":1724862341836,"stop":1724862341836,"duration":0}},{"uid":"25f4d664c03fa4b5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/25f4d664c03fa4b5","status":"passed","time":{"start":1724861815493,"stop":1724861815493,"duration":0}},{"uid":"ea83a127af235b48","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ea83a127af235b48","status":"passed","time":{"start":1724861669537,"stop":1724861669537,"duration":0}},{"uid":"24865827aaa89c7a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/24865827aaa89c7a","status":"passed","time":{"start":1724861505424,"stop":1724861505424,"duration":0}}]},"ac18ff4b30eef4cdd834dfe0e09cd94b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c7088876be831e9f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c7088876be831e9f","status":"passed","time":{"start":1724921515248,"stop":1724921515248,"duration":0}}]},"53d446f8e6eb27cba3e7006781b90907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"81a950cb6cd7a8f7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/81a950cb6cd7a8f7","status":"passed","time":{"start":1724887115432,"stop":1724887115434,"duration":2}}]},"76eb06a4a37982ef1a6b79bb45485c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"16f83c7f94184a33","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/16f83c7f94184a33","status":"passed","time":{"start":1724921061371,"stop":1724921061371,"duration":0}},{"uid":"d1836ded4fc4b37f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d1836ded4fc4b37f","status":"passed","time":{"start":1724921036549,"stop":1724921036549,"duration":0}},{"uid":"c1b519c5af8218c8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c1b519c5af8218c8","status":"passed","time":{"start":1724917696992,"stop":1724917696993,"duration":1}},{"uid":"423b1084c74f9a12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/423b1084c74f9a12","status":"passed","time":{"start":1724889475436,"stop":1724889475436,"duration":0}},{"uid":"1e45b34a08230a2e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1e45b34a08230a2e","status":"passed","time":{"start":1724888626530,"stop":1724888626530,"duration":0}},{"uid":"bdadd06c04c7301","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bdadd06c04c7301","status":"passed","time":{"start":1724887782738,"stop":1724887782739,"duration":1}},{"uid":"c0b8097eb3e57ac9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c0b8097eb3e57ac9","status":"passed","time":{"start":1724886549350,"stop":1724886549351,"duration":1}},{"uid":"310f32758d851465","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/310f32758d851465","status":"passed","time":{"start":1724886326871,"stop":1724886326871,"duration":0}},{"uid":"c3ca7941f539e98","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c3ca7941f539e98","status":"passed","time":{"start":1724861776301,"stop":1724861776302,"duration":1}},{"uid":"28d37f415c55289","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/28d37f415c55289","status":"passed","time":{"start":1724861246683,"stop":1724861246684,"duration":1}},{"uid":"4b06c4045770d185","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4b06c4045770d185","status":"passed","time":{"start":1724861070666,"stop":1724861070666,"duration":0}},{"uid":"a071e82ad59dc005","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a071e82ad59dc005","status":"passed","time":{"start":1724860931330,"stop":1724860931331,"duration":1}}]},"a67fa047ca3b21342fee2ad0da14b0cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1e930c815c970ea9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1e930c815c970ea9","status":"passed","time":{"start":1724921556060,"stop":1724921556061,"duration":1}}]},"7320ebaf2ea114d869ff8a2f6f4b740e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"94d7d0265deef02e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/94d7d0265deef02e","status":"passed","time":{"start":1724921045534,"stop":1724921045535,"duration":1}},{"uid":"72e9de6af143a513","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/72e9de6af143a513","status":"passed","time":{"start":1724921020728,"stop":1724921020728,"duration":0}},{"uid":"448051b79b6ad1b5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/448051b79b6ad1b5","status":"passed","time":{"start":1724917681057,"stop":1724917681058,"duration":1}},{"uid":"91581e8ba68bfd8e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91581e8ba68bfd8e","status":"passed","time":{"start":1724889459946,"stop":1724889459952,"duration":6}},{"uid":"a442ec057ab8f984","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a442ec057ab8f984","status":"passed","time":{"start":1724888610539,"stop":1724888610540,"duration":1}},{"uid":"8dae1a9222cd2177","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8dae1a9222cd2177","status":"passed","time":{"start":1724887766850,"stop":1724887766850,"duration":0}},{"uid":"df870cc7fa6dc738","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/df870cc7fa6dc738","status":"passed","time":{"start":1724886533245,"stop":1724886533245,"duration":0}},{"uid":"bbd3fda30866d7ef","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bbd3fda30866d7ef","status":"passed","time":{"start":1724886311092,"stop":1724886311093,"duration":1}},{"uid":"c918dbe30b611d00","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c918dbe30b611d00","status":"passed","time":{"start":1724861760051,"stop":1724861760051,"duration":0}},{"uid":"7d7240689dd05893","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7d7240689dd05893","status":"passed","time":{"start":1724861230832,"stop":1724861230834,"duration":2}},{"uid":"f1fedf054243ea6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f1fedf054243ea6","status":"passed","time":{"start":1724861053406,"stop":1724861053407,"duration":1}},{"uid":"b6a56315b99fad96","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b6a56315b99fad96","status":"passed","time":{"start":1724860914746,"stop":1724860914747,"duration":1}}]},"84e3f6dcc78665f6acbc58f86ad03f54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5507f91b52ba9e50","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5507f91b52ba9e50","status":"passed","time":{"start":1724921625046,"stop":1724921625047,"duration":1}},{"uid":"12f457564aedc1d6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/12f457564aedc1d6","status":"passed","time":{"start":1724921590487,"stop":1724921590492,"duration":5}},{"uid":"1b88f2f935436ee4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1b88f2f935436ee4","status":"passed","time":{"start":1724918287563,"stop":1724918287563,"duration":0}},{"uid":"e9098bf41a9c0b9a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e9098bf41a9c0b9a","status":"passed","time":{"start":1724890047785,"stop":1724890047785,"duration":0}},{"uid":"18d58bf8f8d2bf47","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/18d58bf8f8d2bf47","status":"passed","time":{"start":1724889183918,"stop":1724889183918,"duration":0}},{"uid":"f1025200a31dfdba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f1025200a31dfdba","status":"passed","time":{"start":1724888354162,"stop":1724888354163,"duration":1}},{"uid":"73f3e1229fefdac0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/73f3e1229fefdac0","status":"passed","time":{"start":1724887145655,"stop":1724887145655,"duration":0}},{"uid":"34a275d18e9013ba","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/34a275d18e9013ba","status":"passed","time":{"start":1724886915784,"stop":1724886915785,"duration":1}},{"uid":"72cbb586a4af45a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72cbb586a4af45a1","status":"passed","time":{"start":1724862341435,"stop":1724862341435,"duration":0}},{"uid":"b4089b76657795a5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b4089b76657795a5","status":"passed","time":{"start":1724861805439,"stop":1724861805440,"duration":1}},{"uid":"5bcad77364fe9bed","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5bcad77364fe9bed","status":"passed","time":{"start":1724861662253,"stop":1724861662253,"duration":0}},{"uid":"16e5534fb8101d84","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/16e5534fb8101d84","status":"passed","time":{"start":1724861492506,"stop":1724861492506,"duration":0}}]},"03ca5e8e0bba9bc5818358b409b74807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d249d79efd8490d6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d249d79efd8490d6","status":"passed","time":{"start":1724921625085,"stop":1724921625090,"duration":5}},{"uid":"8be700a7d7bc9ee","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8be700a7d7bc9ee","status":"passed","time":{"start":1724921590510,"stop":1724921590510,"duration":0}},{"uid":"a81a36896abfc0b8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a81a36896abfc0b8","status":"passed","time":{"start":1724918287576,"stop":1724918287576,"duration":0}},{"uid":"205dac4a4f6e9354","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/205dac4a4f6e9354","status":"passed","time":{"start":1724890047802,"stop":1724890047802,"duration":0}},{"uid":"14a4b30e88344ab1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14a4b30e88344ab1","status":"passed","time":{"start":1724889183944,"stop":1724889183946,"duration":2}},{"uid":"e802cf75e96930b7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e802cf75e96930b7","status":"passed","time":{"start":1724888354183,"stop":1724888354185,"duration":2}},{"uid":"e245b4315bf6736","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e245b4315bf6736","status":"passed","time":{"start":1724887145722,"stop":1724887145722,"duration":0}},{"uid":"8fa1aa9dd3754601","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8fa1aa9dd3754601","status":"passed","time":{"start":1724886915805,"stop":1724886915805,"duration":0}},{"uid":"443e18d679274410","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/443e18d679274410","status":"passed","time":{"start":1724862341465,"stop":1724862341465,"duration":0}},{"uid":"bf9d5343a9ae87c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bf9d5343a9ae87c","status":"passed","time":{"start":1724861805469,"stop":1724861805470,"duration":1}},{"uid":"5c59fca20e3056df","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5c59fca20e3056df","status":"passed","time":{"start":1724861662299,"stop":1724861662300,"duration":1}},{"uid":"cae0e9fc61f67c33","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cae0e9fc61f67c33","status":"passed","time":{"start":1724861492526,"stop":1724861492527,"duration":1}}]},"97349d040397fa5c6f0b0f5f59281a9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b38193daee49975","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b38193daee49975","status":"passed","time":{"start":1724921061372,"stop":1724921061372,"duration":0}},{"uid":"8dfa5be78640309","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8dfa5be78640309","status":"passed","time":{"start":1724921036552,"stop":1724921036553,"duration":1}},{"uid":"ea44d88823cdb50c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ea44d88823cdb50c","status":"passed","time":{"start":1724917696994,"stop":1724917696994,"duration":0}},{"uid":"38501794b13cb4c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/38501794b13cb4c9","status":"passed","time":{"start":1724889475437,"stop":1724889475438,"duration":1}},{"uid":"6b95444744206768","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b95444744206768","status":"passed","time":{"start":1724888626531,"stop":1724888626531,"duration":0}},{"uid":"6d5d1a075a6372cf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6d5d1a075a6372cf","status":"passed","time":{"start":1724887782739,"stop":1724887782740,"duration":1}},{"uid":"c523f7a33014de06","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c523f7a33014de06","status":"passed","time":{"start":1724886549351,"stop":1724886549352,"duration":1}},{"uid":"e3c64c62cf5336e3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e3c64c62cf5336e3","status":"passed","time":{"start":1724886326872,"stop":1724886326873,"duration":1}},{"uid":"ce15f93ea27ee657","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ce15f93ea27ee657","status":"passed","time":{"start":1724861776302,"stop":1724861776303,"duration":1}},{"uid":"77ec377002243db6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/77ec377002243db6","status":"passed","time":{"start":1724861246686,"stop":1724861246687,"duration":1}},{"uid":"70f16d1fe3aebd9e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/70f16d1fe3aebd9e","status":"passed","time":{"start":1724861070670,"stop":1724861070671,"duration":1}},{"uid":"952a432c8f08c055","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/952a432c8f08c055","status":"passed","time":{"start":1724860931331,"stop":1724860931332,"duration":1}}]},"cd86263eb3dc64cf5241e8c46ab7a5be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61c692b773fbd31d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/61c692b773fbd31d","status":"passed","time":{"start":1724889144086,"stop":1724889144086,"duration":0}}]},"80fcd294cdbc55624f253345e9927799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"64833a4eb66b6ccb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64833a4eb66b6ccb","status":"passed","time":{"start":1724862262051,"stop":1724862262051,"duration":0}}]},"7c0bec199199dddc54954f2d5e07b38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"37280898a2e22c7e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/37280898a2e22c7e","status":"passed","time":{"start":1724921563013,"stop":1724921563013,"duration":0}},{"uid":"a91b5383471d9ca3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a91b5383471d9ca3","status":"passed","time":{"start":1724921526812,"stop":1724921526812,"duration":0}},{"uid":"acb8b837720ca946","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/acb8b837720ca946","status":"passed","time":{"start":1724918239939,"stop":1724918239939,"duration":0}},{"uid":"8ba8737a495b4d59","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8ba8737a495b4d59","status":"passed","time":{"start":1724889980890,"stop":1724889980890,"duration":0}},{"uid":"c2c583041db75256","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2c583041db75256","status":"passed","time":{"start":1724889109959,"stop":1724889109961,"duration":2}},{"uid":"a0cd9b9a7f67bb8e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a0cd9b9a7f67bb8e","status":"passed","time":{"start":1724888294722,"stop":1724888294722,"duration":0}},{"uid":"f73505fe21f61913","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f73505fe21f61913","status":"passed","time":{"start":1724887071737,"stop":1724887071738,"duration":1}},{"uid":"e8e5028a47f2f67a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e8e5028a47f2f67a","status":"passed","time":{"start":1724886848345,"stop":1724886848345,"duration":0}},{"uid":"d91debe8ed2ae607","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d91debe8ed2ae607","status":"passed","time":{"start":1724862259246,"stop":1724862259246,"duration":0}},{"uid":"16143ed12ecc35d8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/16143ed12ecc35d8","status":"passed","time":{"start":1724861735325,"stop":1724861735325,"duration":0}},{"uid":"e9b51e2549b5b717","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e9b51e2549b5b717","status":"passed","time":{"start":1724861606343,"stop":1724861606343,"duration":0}},{"uid":"94146ab59ef91e8d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/94146ab59ef91e8d","status":"passed","time":{"start":1724861426686,"stop":1724861426686,"duration":0}}]},"7af5165d936f1c635b931897a808e8f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9a7aaf6e4b5470e1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9a7aaf6e4b5470e1","status":"passed","time":{"start":1724918203694,"stop":1724918203695,"duration":1}}]},"a8f2a8bdd2e50b273de7469fefb4ced2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3fdd119d70884757","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3fdd119d70884757","status":"passed","time":{"start":1724921267867,"stop":1724921267867,"duration":0}},{"uid":"a5999ec537e9e369","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a5999ec537e9e369","status":"passed","time":{"start":1724921244361,"stop":1724921244362,"duration":1}},{"uid":"a6c2f9abfbf4a8ff","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a6c2f9abfbf4a8ff","status":"passed","time":{"start":1724917916041,"stop":1724917916041,"duration":0}},{"uid":"1502b68055595e2d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1502b68055595e2d","status":"passed","time":{"start":1724889678252,"stop":1724889678253,"duration":1}},{"uid":"750fff2b6209d185","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/750fff2b6209d185","status":"passed","time":{"start":1724888831682,"stop":1724888831682,"duration":0}},{"uid":"1c0dfebc0db35e8f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1c0dfebc0db35e8f","status":"passed","time":{"start":1724888003318,"stop":1724888003318,"duration":0}},{"uid":"70ef176609ead227","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/70ef176609ead227","status":"passed","time":{"start":1724886776604,"stop":1724886776604,"duration":0}},{"uid":"b54651c56f256dca","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b54651c56f256dca","status":"passed","time":{"start":1724886555789,"stop":1724886555789,"duration":0}},{"uid":"de11e34dd9953988","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/de11e34dd9953988","status":"passed","time":{"start":1724861983004,"stop":1724861983004,"duration":0}},{"uid":"2bb52b4ada6c49ff","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2bb52b4ada6c49ff","status":"passed","time":{"start":1724861444064,"stop":1724861444064,"duration":0}},{"uid":"4badf08cb4a5331b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4badf08cb4a5331b","status":"passed","time":{"start":1724861285827,"stop":1724861285827,"duration":0}},{"uid":"e55798ea6cc81e21","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e55798ea6cc81e21","status":"passed","time":{"start":1724861145662,"stop":1724861145662,"duration":0}}]},"0793868392cc04f0aa5624e3c1d879fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21d6f46a56dab322","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/21d6f46a56dab322","status":"passed","time":{"start":1724886880629,"stop":1724886880629,"duration":0}}]},"5c7edf9a83c44b29c85fb5b368348f65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cc905bc1755d9aaa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc905bc1755d9aaa","status":"passed","time":{"start":1724888292545,"stop":1724888292545,"duration":0}}]},"d3c01df5744db08bfa1405bc083ff2d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"19ef9604a1086272","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/19ef9604a1086272","status":"passed","time":{"start":1724921613048,"stop":1724921613048,"duration":0}},{"uid":"7c4c9a47841448ab","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7c4c9a47841448ab","status":"passed","time":{"start":1724921556043,"stop":1724921556044,"duration":1}},{"uid":"5fa3f1fe3f822b60","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5fa3f1fe3f822b60","status":"passed","time":{"start":1724918259538,"stop":1724918259538,"duration":0}},{"uid":"4a04f11d5ac4fc87","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a04f11d5ac4fc87","status":"passed","time":{"start":1724890032289,"stop":1724890032289,"duration":0}},{"uid":"dcfb51ffc91c2f4f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dcfb51ffc91c2f4f","status":"passed","time":{"start":1724889144081,"stop":1724889144082,"duration":1}},{"uid":"f3b2a7245d65c5ef","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f3b2a7245d65c5ef","status":"passed","time":{"start":1724888336457,"stop":1724888336458,"duration":1}},{"uid":"2ef840d8c3e21623","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2ef840d8c3e21623","status":"passed","time":{"start":1724887092625,"stop":1724887092626,"duration":1}},{"uid":"4851f6a91515c0c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4851f6a91515c0c","status":"passed","time":{"start":1724886880628,"stop":1724886880629,"duration":1}},{"uid":"b37c606948ec3f64","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b37c606948ec3f64","status":"passed","time":{"start":1724862298392,"stop":1724862298392,"duration":0}},{"uid":"a83d574b86fd1926","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a83d574b86fd1926","status":"passed","time":{"start":1724861770115,"stop":1724861770115,"duration":0}},{"uid":"20ecbf233375e421","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/20ecbf233375e421","status":"passed","time":{"start":1724861637970,"stop":1724861637970,"duration":0}},{"uid":"78ff3ccfb28e3667","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/78ff3ccfb28e3667","status":"passed","time":{"start":1724861475022,"stop":1724861475024,"duration":2}}]},"2581eb0bf7c0cd6be0d6b90518bf4329:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"65eff275352e9750","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/65eff275352e9750","status":"passed","time":{"start":1724921198885,"stop":1724921198885,"duration":0}},{"uid":"cf28f44f87aa38a4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cf28f44f87aa38a4","status":"passed","time":{"start":1724921172338,"stop":1724921172338,"duration":0}},{"uid":"1fd21480764fae98","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1fd21480764fae98","status":"passed","time":{"start":1724917841038,"stop":1724917841038,"duration":0}},{"uid":"d93f4ce993f9706e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d93f4ce993f9706e","status":"passed","time":{"start":1724889622281,"stop":1724889622281,"duration":0}},{"uid":"d8112062f1d0154e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d8112062f1d0154e","status":"passed","time":{"start":1724888769660,"stop":1724888769661,"duration":1}},{"uid":"53bc8b11cf13dbca","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/53bc8b11cf13dbca","status":"passed","time":{"start":1724887926165,"stop":1724887926167,"duration":2}},{"uid":"26d90efcd848d3c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/26d90efcd848d3c","status":"passed","time":{"start":1724886693076,"stop":1724886693077,"duration":1}},{"uid":"fff2b0c4139dbdae","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fff2b0c4139dbdae","status":"passed","time":{"start":1724886468826,"stop":1724886468834,"duration":8}},{"uid":"31acf522b3777f12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31acf522b3777f12","status":"passed","time":{"start":1724861918245,"stop":1724861918245,"duration":0}},{"uid":"791f0f282d545fd5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/791f0f282d545fd5","status":"passed","time":{"start":1724861388580,"stop":1724861388580,"duration":0}},{"uid":"894f30891fbaf1c2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/894f30891fbaf1c2","status":"passed","time":{"start":1724861221407,"stop":1724861221407,"duration":0}},{"uid":"d9fda5cf71fe5d2d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d9fda5cf71fe5d2d","status":"passed","time":{"start":1724861075800,"stop":1724861075800,"duration":0}}]},"5208aec32c9f104fd6394f04ab591519:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"37ad946f1220bc7d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/37ad946f1220bc7d","status":"passed","time":{"start":1724921640664,"stop":1724921640664,"duration":0}},{"uid":"dec4e3f713f1940d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dec4e3f713f1940d","status":"passed","time":{"start":1724921597597,"stop":1724921597597,"duration":0}},{"uid":"cb088ac7e9125f3e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cb088ac7e9125f3e","status":"passed","time":{"start":1724918306250,"stop":1724918306250,"duration":0}},{"uid":"3ec004e8272d2a0a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3ec004e8272d2a0a","status":"passed","time":{"start":1724890060301,"stop":1724890060301,"duration":0}},{"uid":"e5fa32c40d932914","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e5fa32c40d932914","status":"passed","time":{"start":1724889191329,"stop":1724889191329,"duration":0}},{"uid":"8aea20cd1786033b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8aea20cd1786033b","status":"passed","time":{"start":1724888368608,"stop":1724888368618,"duration":10}},{"uid":"3958e248b83c1171","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3958e248b83c1171","status":"passed","time":{"start":1724887150941,"stop":1724887150941,"duration":0}},{"uid":"b147754979eaf785","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b147754979eaf785","status":"passed","time":{"start":1724886928812,"stop":1724886928819,"duration":7}},{"uid":"591216e1f9808f46","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/591216e1f9808f46","status":"passed","time":{"start":1724862346044,"stop":1724862346045,"duration":1}},{"uid":"3755995d928f9f0c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3755995d928f9f0c","status":"passed","time":{"start":1724861823101,"stop":1724861823101,"duration":0}},{"uid":"d7905f347019e92","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d7905f347019e92","status":"passed","time":{"start":1724861677724,"stop":1724861677724,"duration":0}},{"uid":"d0da512a065ddd2d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d0da512a065ddd2d","status":"passed","time":{"start":1724861503963,"stop":1724861503964,"duration":1}}]},"7e2ac153ef7f966804ad61aaa2a688ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b129131824274df8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b129131824274df8","status":"passed","time":{"start":1724921071991,"stop":1724921071992,"duration":1}},{"uid":"fb85ec3bdd9ccddd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fb85ec3bdd9ccddd","status":"passed","time":{"start":1724921046818,"stop":1724921046819,"duration":1}},{"uid":"d138ba7b8655afc6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d138ba7b8655afc6","status":"passed","time":{"start":1724917707018,"stop":1724917707020,"duration":2}},{"uid":"d021c9cbe3f50718","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d021c9cbe3f50718","status":"passed","time":{"start":1724889485856,"stop":1724889485857,"duration":1}},{"uid":"169fe7df14e1f741","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/169fe7df14e1f741","status":"passed","time":{"start":1724888636616,"stop":1724888636618,"duration":2}},{"uid":"cb6ddfc098f1eaa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cb6ddfc098f1eaa","status":"passed","time":{"start":1724887792852,"stop":1724887792853,"duration":1}},{"uid":"bfb2fc6e80defad5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bfb2fc6e80defad5","status":"passed","time":{"start":1724886559721,"stop":1724886559722,"duration":1}},{"uid":"db6286fc4640c3d5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/db6286fc4640c3d5","status":"passed","time":{"start":1724886337371,"stop":1724886337373,"duration":2}},{"uid":"24a728f5a148be13","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/24a728f5a148be13","status":"passed","time":{"start":1724861786725,"stop":1724861786727,"duration":2}},{"uid":"82e7b91a758fecd7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/82e7b91a758fecd7","status":"passed","time":{"start":1724861257209,"stop":1724861257210,"duration":1}},{"uid":"3d53a3d245fea169","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3d53a3d245fea169","status":"passed","time":{"start":1724861081078,"stop":1724861081080,"duration":2}},{"uid":"d61e0cdefd370","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d61e0cdefd370","status":"passed","time":{"start":1724860941727,"stop":1724860941729,"duration":2}}]},"4d56ffb3a9050f5b40c98d2eac693415:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"662b430445e0dcdb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/662b430445e0dcdb","status":"passed","time":{"start":1724921037655,"stop":1724921037655,"duration":0}},{"uid":"a50b2a9da56ab086","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a50b2a9da56ab086","status":"passed","time":{"start":1724921013069,"stop":1724921013070,"duration":1}},{"uid":"582eb22469cc37cb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/582eb22469cc37cb","status":"passed","time":{"start":1724917673310,"stop":1724917673310,"duration":0}},{"uid":"1a8a75e2a00a5fb8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1a8a75e2a00a5fb8","status":"passed","time":{"start":1724889452329,"stop":1724889452330,"duration":1}},{"uid":"39c7cf8a15259dc4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/39c7cf8a15259dc4","status":"passed","time":{"start":1724888602862,"stop":1724888602862,"duration":0}},{"uid":"93df1883e4ca3491","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/93df1883e4ca3491","status":"passed","time":{"start":1724887759182,"stop":1724887759182,"duration":0}},{"uid":"895466f6bb381cac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/895466f6bb381cac","status":"passed","time":{"start":1724886525559,"stop":1724886525559,"duration":0}},{"uid":"e9fe670245ccda50","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e9fe670245ccda50","status":"passed","time":{"start":1724886303416,"stop":1724886303416,"duration":0}},{"uid":"2e4907bb47bcf216","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2e4907bb47bcf216","status":"passed","time":{"start":1724861752252,"stop":1724861752252,"duration":0}},{"uid":"3a33f9bce11bf6b1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3a33f9bce11bf6b1","status":"passed","time":{"start":1724861223372,"stop":1724861223373,"duration":1}},{"uid":"7f668438afd0b5cb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7f668438afd0b5cb","status":"passed","time":{"start":1724861045222,"stop":1724861045222,"duration":0}},{"uid":"ba24b999eccd3f07","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ba24b999eccd3f07","status":"passed","time":{"start":1724860907109,"stop":1724860907109,"duration":0}}]},"c0667d85f76d2b02d48166734d5e25c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"960255ab3051197","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/960255ab3051197","status":"passed","time":{"start":1724921556044,"stop":1724921556058,"duration":14}}]},"d49356753cb280834e8da245b234566a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8dde49f846c61e92","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8dde49f846c61e92","status":"passed","time":{"start":1724861546171,"stop":1724861546172,"duration":1}}]},"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1b5565ebb7b12e45","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1b5565ebb7b12e45","status":"passed","time":{"start":1724921563003,"stop":1724921563004,"duration":1}},{"uid":"a2f038a7c66ef914","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a2f038a7c66ef914","status":"passed","time":{"start":1724921526807,"stop":1724921526807,"duration":0}},{"uid":"48fa167413b1dbf8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/48fa167413b1dbf8","status":"passed","time":{"start":1724918239926,"stop":1724918239926,"duration":0}},{"uid":"d781ca2621088f1c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d781ca2621088f1c","status":"passed","time":{"start":1724889980878,"stop":1724889980878,"duration":0}},{"uid":"c8580074c1780b00","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c8580074c1780b00","status":"passed","time":{"start":1724889109944,"stop":1724889109945,"duration":1}},{"uid":"e26b04ab88f4fe9c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e26b04ab88f4fe9c","status":"passed","time":{"start":1724888294717,"stop":1724888294717,"duration":0}},{"uid":"fe94ac10233a68f5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fe94ac10233a68f5","status":"passed","time":{"start":1724887071731,"stop":1724887071731,"duration":0}},{"uid":"9d23919da1e63331","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9d23919da1e63331","status":"passed","time":{"start":1724886848338,"stop":1724886848338,"duration":0}},{"uid":"7c951f6b060b201a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7c951f6b060b201a","status":"passed","time":{"start":1724862259239,"stop":1724862259240,"duration":1}},{"uid":"cbeef24f4c7f60ae","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cbeef24f4c7f60ae","status":"passed","time":{"start":1724861735320,"stop":1724861735320,"duration":0}},{"uid":"a2d138d9fccbf82d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a2d138d9fccbf82d","status":"passed","time":{"start":1724861606333,"stop":1724861606333,"duration":0}},{"uid":"d135ab3f0cc1e814","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d135ab3f0cc1e814","status":"passed","time":{"start":1724861426678,"stop":1724861426679,"duration":1}}]},"03cd704822bb75f984d84db407f159eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b8e6953dfdbec3ff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b8e6953dfdbec3ff","status":"passed","time":{"start":1724921270352,"stop":1724921270352,"duration":0}},{"uid":"7268eeb2c0435d2e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7268eeb2c0435d2e","status":"passed","time":{"start":1724921247812,"stop":1724921247812,"duration":0}},{"uid":"c45f3711809f2f5e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c45f3711809f2f5e","status":"passed","time":{"start":1724917989813,"stop":1724917989814,"duration":1}},{"uid":"9214d8323fa34c9f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9214d8323fa34c9f","status":"passed","time":{"start":1724889678541,"stop":1724889678542,"duration":1}},{"uid":"ce7d10b8a8ec2381","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ce7d10b8a8ec2381","status":"passed","time":{"start":1724888829833,"stop":1724888829833,"duration":0}},{"uid":"c80811709599f23b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c80811709599f23b","status":"passed","time":{"start":1724888076984,"stop":1724888076985,"duration":1}},{"uid":"e5c55e1ce1566afe","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e5c55e1ce1566afe","status":"passed","time":{"start":1724886851120,"stop":1724886851121,"duration":1}},{"uid":"e73ce8c1b70927ee","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e73ce8c1b70927ee","status":"passed","time":{"start":1724886647082,"stop":1724886647083,"duration":1}},{"uid":"7cc0fed3145cfd83","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7cc0fed3145cfd83","status":"passed","time":{"start":1724861992708,"stop":1724861992708,"duration":0}},{"uid":"717d57f89b100f98","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/717d57f89b100f98","status":"passed","time":{"start":1724861469637,"stop":1724861469637,"duration":0}},{"uid":"abff8a93dd3dbb2f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/abff8a93dd3dbb2f","status":"passed","time":{"start":1724861284852,"stop":1724861284853,"duration":1}},{"uid":"a5dc3ccb9edea78","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a5dc3ccb9edea78","status":"passed","time":{"start":1724861145797,"stop":1724861145798,"duration":1}}]},"26330da5b3096bf3d09adef4cbbbc4b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"de1e2293a956f74b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/de1e2293a956f74b","status":"passed","time":{"start":1724921672580,"stop":1724921672580,"duration":0}},{"uid":"934a266aa5476158","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/934a266aa5476158","status":"passed","time":{"start":1724921629963,"stop":1724921629963,"duration":0}},{"uid":"fdb61e6c404805e5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fdb61e6c404805e5","status":"passed","time":{"start":1724918337081,"stop":1724918337081,"duration":0}},{"uid":"a65cda467033f996","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a65cda467033f996","status":"passed","time":{"start":1724890089177,"stop":1724890089178,"duration":1}},{"uid":"18d7eb3564abec97","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/18d7eb3564abec97","status":"passed","time":{"start":1724889221659,"stop":1724889221659,"duration":0}},{"uid":"5cdb9a52ee950725","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5cdb9a52ee950725","status":"passed","time":{"start":1724888396187,"stop":1724888396187,"duration":0}},{"uid":"c10ecf155cfc4c3c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c10ecf155cfc4c3c","status":"passed","time":{"start":1724887170937,"stop":1724887170937,"duration":0}},{"uid":"63b925fbbebb78e6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/63b925fbbebb78e6","status":"passed","time":{"start":1724886948524,"stop":1724886948524,"duration":0}},{"uid":"f511ea33c5701dca","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f511ea33c5701dca","status":"passed","time":{"start":1724862370752,"stop":1724862370752,"duration":0}},{"uid":"d3269081a5aea922","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d3269081a5aea922","status":"passed","time":{"start":1724861845157,"stop":1724861845160,"duration":3}},{"uid":"23819e739ccebe1e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/23819e739ccebe1e","status":"passed","time":{"start":1724861703115,"stop":1724861703115,"duration":0}},{"uid":"8877ccda5dbb4443","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8877ccda5dbb4443","status":"passed","time":{"start":1724861530975,"stop":1724861530975,"duration":0}}]},"bba86f6e47218436c2b279d10ade504a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"841549f8241a4f48","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/841549f8241a4f48","status":"passed","time":{"start":1724921602941,"stop":1724921602943,"duration":2}},{"uid":"ffe58c6dea5523fa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ffe58c6dea5523fa","status":"passed","time":{"start":1724921571090,"stop":1724921571090,"duration":0}},{"uid":"76a12265db476d29","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/76a12265db476d29","status":"passed","time":{"start":1724918285579,"stop":1724918285579,"duration":0}},{"uid":"a5f7cb20728404cd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5f7cb20728404cd","status":"passed","time":{"start":1724890030085,"stop":1724890030085,"duration":0}},{"uid":"c05d7bdcf4a94df8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c05d7bdcf4a94df8","status":"passed","time":{"start":1724889171903,"stop":1724889171903,"duration":0}},{"uid":"b6861d4d3dfd07d3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b6861d4d3dfd07d3","status":"passed","time":{"start":1724888350717,"stop":1724888350717,"duration":0}},{"uid":"1a1c0e202b8e72ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1a1c0e202b8e72ea","status":"passed","time":{"start":1724887115402,"stop":1724887115402,"duration":0}},{"uid":"cb5f9b720ad00346","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cb5f9b720ad00346","status":"passed","time":{"start":1724886884567,"stop":1724886884567,"duration":0}},{"uid":"224782996b1ef460","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/224782996b1ef460","status":"passed","time":{"start":1724862322241,"stop":1724862322242,"duration":1}},{"uid":"ff2107deeb36aa66","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ff2107deeb36aa66","status":"passed","time":{"start":1724861790746,"stop":1724861790747,"duration":1}},{"uid":"59086a546ed1fd90","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/59086a546ed1fd90","status":"passed","time":{"start":1724861628414,"stop":1724861628415,"duration":1}},{"uid":"2c7c131b706b0c4f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2c7c131b706b0c4f","status":"passed","time":{"start":1724861465617,"stop":1724861465618,"duration":1}}]},"52d579e91fefe7ae2ff2607dc28cab8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"33b9094c70636ea9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33b9094c70636ea9","status":"passed","time":{"start":1724889938368,"stop":1724889938368,"duration":0}}]},"d7c2817025e0b686825bd46983b02b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e2dd52dedd97177","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e2dd52dedd97177","status":"passed","time":{"start":1724861145674,"stop":1724861145674,"duration":0}}]},"7ce18161254ebadcfa68668ab8c81e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e8a573b851f097b4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e8a573b851f097b4","status":"passed","time":{"start":1724921540106,"stop":1724921540107,"duration":1}},{"uid":"82944b004fb316a7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/82944b004fb316a7","status":"passed","time":{"start":1724921503538,"stop":1724921503539,"duration":1}},{"uid":"2d03253a42368417","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2d03253a42368417","status":"passed","time":{"start":1724918214355,"stop":1724918214355,"duration":0}},{"uid":"c2a9bac8e8960fad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2a9bac8e8960fad","status":"passed","time":{"start":1724889952442,"stop":1724889952443,"duration":1}},{"uid":"6df7b37de727a6e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6df7b37de727a6e1","status":"passed","time":{"start":1724889087460,"stop":1724889087460,"duration":0}},{"uid":"405ae069a8bab0c1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/405ae069a8bab0c1","status":"passed","time":{"start":1724888266428,"stop":1724888266428,"duration":0}},{"uid":"fa2519ee081381c6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fa2519ee081381c6","status":"passed","time":{"start":1724887042929,"stop":1724887042930,"duration":1}},{"uid":"536563571d656ae2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/536563571d656ae2","status":"passed","time":{"start":1724886820796,"stop":1724886820797,"duration":1}},{"uid":"b1768ac5785f9ffb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1768ac5785f9ffb","status":"passed","time":{"start":1724862245488,"stop":1724862245489,"duration":1}},{"uid":"7c48e0a7d032b49c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7c48e0a7d032b49c","status":"passed","time":{"start":1724861720393,"stop":1724861720393,"duration":0}},{"uid":"7ab19e1046c0f337","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7ab19e1046c0f337","status":"passed","time":{"start":1724861579386,"stop":1724861579386,"duration":0}},{"uid":"e21816539dd80ff0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e21816539dd80ff0","status":"passed","time":{"start":1724861402506,"stop":1724861402506,"duration":0}}]},"51b13c4a3c82351a42d73fa468f9539d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"211fe50555a2ab70","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/211fe50555a2ab70","status":"passed","time":{"start":1724921620594,"stop":1724921620595,"duration":1}},{"uid":"ca20a97a6ea4abff","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ca20a97a6ea4abff","status":"passed","time":{"start":1724921566686,"stop":1724921566686,"duration":0}},{"uid":"859f5b7fbd0a0860","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/859f5b7fbd0a0860","status":"passed","time":{"start":1724918280552,"stop":1724918280552,"duration":0}},{"uid":"bc9ed7ae0a7c7e6e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc9ed7ae0a7c7e6e","status":"passed","time":{"start":1724890019468,"stop":1724890019468,"duration":0}},{"uid":"6686392d0d656a8f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6686392d0d656a8f","status":"passed","time":{"start":1724889148721,"stop":1724889148721,"duration":0}},{"uid":"86e1bb1773603233","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/86e1bb1773603233","status":"passed","time":{"start":1724888331953,"stop":1724888331954,"duration":1}},{"uid":"1178514aaf5dddf6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1178514aaf5dddf6","status":"passed","time":{"start":1724887107113,"stop":1724887107113,"duration":0}},{"uid":"3a62892c794a56e1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3a62892c794a56e1","status":"passed","time":{"start":1724886889607,"stop":1724886889607,"duration":0}},{"uid":"793c2853d68fa51c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/793c2853d68fa51c","status":"passed","time":{"start":1724862298788,"stop":1724862298788,"duration":0}},{"uid":"9c47e74254660707","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9c47e74254660707","status":"passed","time":{"start":1724861779251,"stop":1724861779252,"duration":1}},{"uid":"f7f2b74b90d92f79","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f7f2b74b90d92f79","status":"passed","time":{"start":1724861646559,"stop":1724861646561,"duration":2}},{"uid":"9e053bc28d1c69e4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9e053bc28d1c69e4","status":"passed","time":{"start":1724861466610,"stop":1724861466611,"duration":1}}]},"96d052cc2d4d67f075196ba679807ea8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3e775a524f387094","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3e775a524f387094","status":"passed","time":{"start":1724921037631,"stop":1724921037631,"duration":0}},{"uid":"8679edf23ab318b0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8679edf23ab318b0","status":"passed","time":{"start":1724921013043,"stop":1724921013044,"duration":1}},{"uid":"37ac326990081de3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/37ac326990081de3","status":"passed","time":{"start":1724917673286,"stop":1724917673286,"duration":0}},{"uid":"ff8eccd5ac8999db","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff8eccd5ac8999db","status":"passed","time":{"start":1724889452305,"stop":1724889452306,"duration":1}},{"uid":"9e9e969430cbc80b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e9e969430cbc80b","status":"passed","time":{"start":1724888602836,"stop":1724888602836,"duration":0}},{"uid":"7234654076f60acc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7234654076f60acc","status":"passed","time":{"start":1724887759160,"stop":1724887759160,"duration":0}},{"uid":"a89965eb3a70a5e7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a89965eb3a70a5e7","status":"passed","time":{"start":1724886525540,"stop":1724886525540,"duration":0}},{"uid":"ee8bc8a4f229de17","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ee8bc8a4f229de17","status":"passed","time":{"start":1724886303392,"stop":1724886303393,"duration":1}},{"uid":"dd4f9366d6632214","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd4f9366d6632214","status":"passed","time":{"start":1724861752223,"stop":1724861752223,"duration":0}},{"uid":"25fc41d3d7dd81a0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/25fc41d3d7dd81a0","status":"passed","time":{"start":1724861223351,"stop":1724861223351,"duration":0}},{"uid":"7314ef231461ad34","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7314ef231461ad34","status":"passed","time":{"start":1724861045197,"stop":1724861045198,"duration":1}},{"uid":"730775233ecf803f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/730775233ecf803f","status":"passed","time":{"start":1724860907080,"stop":1724860907081,"duration":1}}]},"60f0ccd9287782ff6ae41aeb8355a2d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b128c6132fadca5b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b128c6132fadca5b","status":"passed","time":{"start":1724921037649,"stop":1724921037650,"duration":1}},{"uid":"12d6191e00ae797c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/12d6191e00ae797c","status":"passed","time":{"start":1724921013062,"stop":1724921013062,"duration":0}},{"uid":"4f73b7d0ac7be3f3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4f73b7d0ac7be3f3","status":"passed","time":{"start":1724917673302,"stop":1724917673303,"duration":1}},{"uid":"b56c99caef6a0ce6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b56c99caef6a0ce6","status":"passed","time":{"start":1724889452323,"stop":1724889452323,"duration":0}},{"uid":"11a4e713d01ab491","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/11a4e713d01ab491","status":"passed","time":{"start":1724888602855,"stop":1724888602855,"duration":0}},{"uid":"93d755c0e96eb12","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/93d755c0e96eb12","status":"passed","time":{"start":1724887759175,"stop":1724887759176,"duration":1}},{"uid":"888d506a8f386fe9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/888d506a8f386fe9","status":"passed","time":{"start":1724886525554,"stop":1724886525554,"duration":0}},{"uid":"7c25d7679f31e05c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7c25d7679f31e05c","status":"passed","time":{"start":1724886303409,"stop":1724886303409,"duration":0}},{"uid":"ac27b2f62392efc8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ac27b2f62392efc8","status":"passed","time":{"start":1724861752246,"stop":1724861752246,"duration":0}},{"uid":"c4a65392b24f07b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c4a65392b24f07b","status":"passed","time":{"start":1724861223366,"stop":1724861223366,"duration":0}},{"uid":"7f8e301d2406efe6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7f8e301d2406efe6","status":"passed","time":{"start":1724861045215,"stop":1724861045215,"duration":0}},{"uid":"33aad2beb6b766a8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/33aad2beb6b766a8","status":"passed","time":{"start":1724860907100,"stop":1724860907100,"duration":0}}]},"6e881e81d5dc403c0c20e414b01b1d9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e4bf5214366e4ef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e4bf5214366e4ef","status":"passed","time":{"start":1724862322281,"stop":1724862322281,"duration":0}}]},"dd6e209b83ddedee2935ba848d5a742f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b40ce6b8319ca8e6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b40ce6b8319ca8e6","status":"passed","time":{"start":1724921663253,"stop":1724921663254,"duration":1}},{"uid":"3ff49a9ac397ba14","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3ff49a9ac397ba14","status":"passed","time":{"start":1724921617878,"stop":1724921617879,"duration":1}},{"uid":"36e49c4e97a13a86","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/36e49c4e97a13a86","status":"passed","time":{"start":1724918326160,"stop":1724918326160,"duration":0}},{"uid":"1690c2fb6dd24fd0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1690c2fb6dd24fd0","status":"passed","time":{"start":1724890076392,"stop":1724890076392,"duration":0}},{"uid":"2af2e44c69e3077a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2af2e44c69e3077a","status":"passed","time":{"start":1724889199686,"stop":1724889199687,"duration":1}},{"uid":"894ac01cd9f63976","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/894ac01cd9f63976","status":"passed","time":{"start":1724888382420,"stop":1724888382421,"duration":1}},{"uid":"3110ecb34c97a07a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3110ecb34c97a07a","status":"passed","time":{"start":1724887156366,"stop":1724887156367,"duration":1}},{"uid":"ad00e63020dc23f3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ad00e63020dc23f3","status":"passed","time":{"start":1724886936159,"stop":1724886936168,"duration":9}},{"uid":"b0d487dbcdc72564","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b0d487dbcdc72564","status":"passed","time":{"start":1724862347635,"stop":1724862347635,"duration":0}},{"uid":"f1339e26a76a9fba","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f1339e26a76a9fba","status":"passed","time":{"start":1724861827952,"stop":1724861827952,"duration":0}},{"uid":"86e145795c0faba0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/86e145795c0faba0","status":"passed","time":{"start":1724861685957,"stop":1724861685958,"duration":1}},{"uid":"1433f35c7dc0c746","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1433f35c7dc0c746","status":"passed","time":{"start":1724861514746,"stop":1724861514746,"duration":0}}]},"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b22f5ba160756d28","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b22f5ba160756d28","status":"passed","time":{"start":1724921665482,"stop":1724921665482,"duration":0}},{"uid":"7e12f7d1c081797d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7e12f7d1c081797d","status":"passed","time":{"start":1724921620263,"stop":1724921620264,"duration":1}},{"uid":"bee8ba7116310627","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bee8ba7116310627","status":"passed","time":{"start":1724918327895,"stop":1724918327895,"duration":0}},{"uid":"72208b4bcb8b4fc4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72208b4bcb8b4fc4","status":"passed","time":{"start":1724890080824,"stop":1724890080825,"duration":1}},{"uid":"a737813ac0f3d9f3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a737813ac0f3d9f3","status":"passed","time":{"start":1724889209274,"stop":1724889209275,"duration":1}},{"uid":"79a1f3ce66410f4d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/79a1f3ce66410f4d","status":"passed","time":{"start":1724888392556,"stop":1724888392556,"duration":0}},{"uid":"6f4677bc10684d27","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6f4677bc10684d27","status":"passed","time":{"start":1724887163401,"stop":1724887163401,"duration":0}},{"uid":"29391bc152a461e0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/29391bc152a461e0","status":"passed","time":{"start":1724886939850,"stop":1724886939850,"duration":0}},{"uid":"88f84acb9a45f8a8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/88f84acb9a45f8a8","status":"passed","time":{"start":1724862357132,"stop":1724862357132,"duration":0}},{"uid":"f288f7fe22cb3080","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f288f7fe22cb3080","status":"passed","time":{"start":1724861837824,"stop":1724861837824,"duration":0}},{"uid":"12c0f906dc5c3d00","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/12c0f906dc5c3d00","status":"passed","time":{"start":1724861694571,"stop":1724861694571,"duration":0}},{"uid":"aa718544d93a79ac","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/aa718544d93a79ac","status":"passed","time":{"start":1724861523915,"stop":1724861523915,"duration":0}}]},"966300dd66579ac55fc113dd4648bf73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a065e38701082722","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a065e38701082722","status":"passed","time":{"start":1724921529586,"stop":1724921529586,"duration":0}},{"uid":"8ca11ee7a187c757","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8ca11ee7a187c757","status":"passed","time":{"start":1724921488881,"stop":1724921488881,"duration":0}},{"uid":"8f89234acd2a98ae","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8f89234acd2a98ae","status":"passed","time":{"start":1724918203687,"stop":1724918203687,"duration":0}},{"uid":"c1bd6891ed0fae46","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c1bd6891ed0fae46","status":"passed","time":{"start":1724889938363,"stop":1724889938363,"duration":0}},{"uid":"376ffe885973f9c3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/376ffe885973f9c3","status":"passed","time":{"start":1724889077067,"stop":1724889077067,"duration":0}},{"uid":"b9a3b25ad1aa30e6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b9a3b25ad1aa30e6","status":"passed","time":{"start":1724888268036,"stop":1724888268036,"duration":0}},{"uid":"4ffc42f80393a07a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4ffc42f80393a07a","status":"passed","time":{"start":1724887032408,"stop":1724887032408,"duration":0}},{"uid":"3e9e95a3a85de80b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3e9e95a3a85de80b","status":"passed","time":{"start":1724886822822,"stop":1724886822822,"duration":0}},{"uid":"4e450b76e95c98c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4e450b76e95c98c9","status":"passed","time":{"start":1724862233512,"stop":1724862233512,"duration":0}},{"uid":"bc3263196f8be6a8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bc3263196f8be6a8","status":"passed","time":{"start":1724861712671,"stop":1724861712671,"duration":0}},{"uid":"bfc49bb6cb32a793","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bfc49bb6cb32a793","status":"passed","time":{"start":1724861567890,"stop":1724861567891,"duration":1}},{"uid":"d3923e16945b82eb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d3923e16945b82eb","status":"passed","time":{"start":1724861392055,"stop":1724861392055,"duration":0}}]},"487360e262b8a6ed18ef973d5078e640:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"11478258b73834c9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/11478258b73834c9","status":"passed","time":{"start":1724921198885,"stop":1724921198886,"duration":1}},{"uid":"a2172fd16291efd6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a2172fd16291efd6","status":"passed","time":{"start":1724921172338,"stop":1724921172339,"duration":1}},{"uid":"f0dac3f9b95a3a22","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f0dac3f9b95a3a22","status":"passed","time":{"start":1724917841038,"stop":1724917841039,"duration":1}},{"uid":"b0ce75c5fb929a5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b0ce75c5fb929a5","status":"passed","time":{"start":1724889622281,"stop":1724889622281,"duration":0}},{"uid":"c5bfae1c7a612194","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5bfae1c7a612194","status":"passed","time":{"start":1724888769661,"stop":1724888769661,"duration":0}},{"uid":"60de0a78808e529e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/60de0a78808e529e","status":"passed","time":{"start":1724887926167,"stop":1724887926167,"duration":0}},{"uid":"661d853a5ed02283","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/661d853a5ed02283","status":"passed","time":{"start":1724886693078,"stop":1724886693078,"duration":0}},{"uid":"deeefb1bbbc8364e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/deeefb1bbbc8364e","status":"passed","time":{"start":1724886468834,"stop":1724886468835,"duration":1}},{"uid":"6aa72083c8840ca8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6aa72083c8840ca8","status":"passed","time":{"start":1724861918245,"stop":1724861918246,"duration":1}},{"uid":"7b041b1166ea5d23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7b041b1166ea5d23","status":"passed","time":{"start":1724861388580,"stop":1724861388581,"duration":1}},{"uid":"ae9785583263ec03","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ae9785583263ec03","status":"passed","time":{"start":1724861221408,"stop":1724861221408,"duration":0}},{"uid":"42025b1c7aa882e3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/42025b1c7aa882e3","status":"passed","time":{"start":1724861075800,"stop":1724861075803,"duration":3}}]},"27c86ce96e2f4c2cbd3052ec41b1c394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f919e2b0d44c3662","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f919e2b0d44c3662","status":"passed","time":{"start":1724889111172,"stop":1724889111173,"duration":1}}]},"90c2da105d44cd5038a3e47356ecb60f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"da327398b7d68cc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/da327398b7d68cc","status":"passed","time":{"start":1724921515231,"stop":1724921515231,"duration":0}},{"uid":"5f7b76a568080a03","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5f7b76a568080a03","status":"passed","time":{"start":1724921475459,"stop":1724921475459,"duration":0}},{"uid":"33087df03a35e82","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/33087df03a35e82","status":"passed","time":{"start":1724918179406,"stop":1724918179406,"duration":0}},{"uid":"a2c15ea9f936e170","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2c15ea9f936e170","status":"passed","time":{"start":1724889935345,"stop":1724889935345,"duration":0}},{"uid":"4a2bffe5b8bddbe4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a2bffe5b8bddbe4","status":"passed","time":{"start":1724889072759,"stop":1724889072759,"duration":0}},{"uid":"bf0e668214192801","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bf0e668214192801","status":"passed","time":{"start":1724888232420,"stop":1724888232421,"duration":1}},{"uid":"406ccc03262c76bc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/406ccc03262c76bc","status":"passed","time":{"start":1724887018307,"stop":1724887018308,"duration":1}},{"uid":"8178703add842ba0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8178703add842ba0","status":"passed","time":{"start":1724886781484,"stop":1724886781485,"duration":1}},{"uid":"1a1b96284f55b1a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1a1b96284f55b1a1","status":"passed","time":{"start":1724862213667,"stop":1724862213668,"duration":1}},{"uid":"7575e493bf926685","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7575e493bf926685","status":"passed","time":{"start":1724861685860,"stop":1724861685861,"duration":1}},{"uid":"d889b871aa3ade00","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d889b871aa3ade00","status":"passed","time":{"start":1724861546182,"stop":1724861546183,"duration":1}},{"uid":"8c979dca3c75e021","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8c979dca3c75e021","status":"passed","time":{"start":1724861378116,"stop":1724861378117,"duration":1}}]},"2948283825d9333beac600eb7aed52d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7ea8b4edebffe8ae","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7ea8b4edebffe8ae","status":"passed","time":{"start":1724921040180,"stop":1724921040180,"duration":0}},{"uid":"224011dd1a7c4faf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/224011dd1a7c4faf","status":"passed","time":{"start":1724921015573,"stop":1724921015573,"duration":0}},{"uid":"419f00301400b6e4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/419f00301400b6e4","status":"passed","time":{"start":1724917675798,"stop":1724917675798,"duration":0}},{"uid":"1f39f5ab6dc71fe0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1f39f5ab6dc71fe0","status":"passed","time":{"start":1724889454806,"stop":1724889454806,"duration":0}},{"uid":"57de30c446919d80","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/57de30c446919d80","status":"passed","time":{"start":1724888605322,"stop":1724888605322,"duration":0}},{"uid":"d38a3342ff6145f4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d38a3342ff6145f4","status":"passed","time":{"start":1724887761647,"stop":1724887761647,"duration":0}},{"uid":"19da89c96daea822","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/19da89c96daea822","status":"passed","time":{"start":1724886527992,"stop":1724886527993,"duration":1}},{"uid":"34e0db91e10c2d72","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/34e0db91e10c2d72","status":"passed","time":{"start":1724886305811,"stop":1724886305812,"duration":1}},{"uid":"e291167255feaba3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e291167255feaba3","status":"passed","time":{"start":1724861754709,"stop":1724861754709,"duration":0}},{"uid":"40007aec1c6e73cb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/40007aec1c6e73cb","status":"passed","time":{"start":1724861225781,"stop":1724861225782,"duration":1}},{"uid":"4b2842c9da288ae2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4b2842c9da288ae2","status":"passed","time":{"start":1724861047868,"stop":1724861047869,"duration":1}},{"uid":"46ec6b325b51c2b6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/46ec6b325b51c2b6","status":"passed","time":{"start":1724860909784,"stop":1724860909785,"duration":1}}]},"899c5d66a8337911ade43525f8b3dfaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5518751c2318af6c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5518751c2318af6c","status":"passed","time":{"start":1724921045535,"stop":1724921045536,"duration":1}},{"uid":"1661832603cbd71a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1661832603cbd71a","status":"passed","time":{"start":1724921020729,"stop":1724921020729,"duration":0}},{"uid":"d61e1c7e11429f4d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d61e1c7e11429f4d","status":"passed","time":{"start":1724917681060,"stop":1724917681061,"duration":1}},{"uid":"94e35760555c9101","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/94e35760555c9101","status":"passed","time":{"start":1724889459953,"stop":1724889459953,"duration":0}},{"uid":"391d51077abb788a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/391d51077abb788a","status":"passed","time":{"start":1724888610542,"stop":1724888610542,"duration":0}},{"uid":"6e95634198b8d67c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6e95634198b8d67c","status":"passed","time":{"start":1724887766851,"stop":1724887766851,"duration":0}},{"uid":"c44638fcd29da577","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c44638fcd29da577","status":"passed","time":{"start":1724886533246,"stop":1724886533247,"duration":1}},{"uid":"72f3c62e47268ca5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/72f3c62e47268ca5","status":"passed","time":{"start":1724886311094,"stop":1724886311095,"duration":1}},{"uid":"d83e02c6e9764f62","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d83e02c6e9764f62","status":"passed","time":{"start":1724861760052,"stop":1724861760052,"duration":0}},{"uid":"273a8b0db805a057","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/273a8b0db805a057","status":"passed","time":{"start":1724861230835,"stop":1724861230836,"duration":1}},{"uid":"bc588a9c0ef32066","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bc588a9c0ef32066","status":"passed","time":{"start":1724861053408,"stop":1724861053409,"duration":1}},{"uid":"5db42af2bc1fcd84","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5db42af2bc1fcd84","status":"passed","time":{"start":1724860914747,"stop":1724860914748,"duration":1}}]},"ae3e142dc85b413c1f1aeb2fddc2d411:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6834b27dc72b33d9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6834b27dc72b33d9","status":"passed","time":{"start":1724921270366,"stop":1724921270366,"duration":0}},{"uid":"4c7b7756b6460005","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4c7b7756b6460005","status":"passed","time":{"start":1724921247828,"stop":1724921247831,"duration":3}},{"uid":"370cc884b43c5d3e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/370cc884b43c5d3e","status":"passed","time":{"start":1724917989828,"stop":1724917989828,"duration":0}},{"uid":"f9cf81d7bf5eb69c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9cf81d7bf5eb69c","status":"passed","time":{"start":1724889678579,"stop":1724889678579,"duration":0}},{"uid":"4ae8437a76c6b175","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4ae8437a76c6b175","status":"passed","time":{"start":1724888829852,"stop":1724888829852,"duration":0}},{"uid":"99d03f544d994c57","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/99d03f544d994c57","status":"passed","time":{"start":1724888077019,"stop":1724888077019,"duration":0}},{"uid":"f30757314ba6274b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f30757314ba6274b","status":"passed","time":{"start":1724886851132,"stop":1724886851132,"duration":0}},{"uid":"a5f13fa63653543a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a5f13fa63653543a","status":"passed","time":{"start":1724886647126,"stop":1724886647126,"duration":0}},{"uid":"3c6df4dbe709a68c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c6df4dbe709a68c","status":"passed","time":{"start":1724861992718,"stop":1724861992718,"duration":0}},{"uid":"20e01ab3ef1e9bcb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/20e01ab3ef1e9bcb","status":"passed","time":{"start":1724861469651,"stop":1724861469651,"duration":0}},{"uid":"1bff5c3e37922835","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1bff5c3e37922835","status":"passed","time":{"start":1724861284872,"stop":1724861284873,"duration":1}},{"uid":"8cc408d5101663a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8cc408d5101663a","status":"passed","time":{"start":1724861145824,"stop":1724861145824,"duration":0}}]},"460c50674f0e86169f8d2db4fee2f180:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4539a613514e231b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4539a613514e231b","status":"passed","time":{"start":1724921529570,"stop":1724921529570,"duration":0}},{"uid":"4979c0aa19eb2b50","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4979c0aa19eb2b50","status":"passed","time":{"start":1724921488872,"stop":1724921488872,"duration":0}},{"uid":"16932dfb2d2c16e9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/16932dfb2d2c16e9","status":"passed","time":{"start":1724918203668,"stop":1724918203668,"duration":0}},{"uid":"808ac63bdb6832ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/808ac63bdb6832ac","status":"passed","time":{"start":1724889938351,"stop":1724889938352,"duration":1}},{"uid":"401e7e3fe1e2bd92","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/401e7e3fe1e2bd92","status":"passed","time":{"start":1724889077031,"stop":1724889077031,"duration":0}},{"uid":"1f1c0d5f79d70d14","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1f1c0d5f79d70d14","status":"passed","time":{"start":1724888268004,"stop":1724888268004,"duration":0}},{"uid":"2c40903c9e8b0623","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2c40903c9e8b0623","status":"passed","time":{"start":1724887032388,"stop":1724887032388,"duration":0}},{"uid":"18a185ec6c1af5d5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/18a185ec6c1af5d5","status":"passed","time":{"start":1724886822784,"stop":1724886822785,"duration":1}},{"uid":"9f90d0ac41cb69f6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f90d0ac41cb69f6","status":"passed","time":{"start":1724862233502,"stop":1724862233502,"duration":0}},{"uid":"bec73eecb2e98eb9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bec73eecb2e98eb9","status":"passed","time":{"start":1724861712663,"stop":1724861712663,"duration":0}},{"uid":"de8798921f148735","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/de8798921f148735","status":"passed","time":{"start":1724861567878,"stop":1724861567879,"duration":1}},{"uid":"ee796ab2bb6e209d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ee796ab2bb6e209d","status":"passed","time":{"start":1724861392037,"stop":1724861392038,"duration":1}}]},"a5d994d4e037636091129240852c1ee6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3683e32f594ff06b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3683e32f594ff06b","status":"passed","time":{"start":1724888345353,"stop":1724888345354,"duration":1}}]},"e06a0c3a976c1f7a86fba9d43d7c3f18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b3400111a432c6e1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b3400111a432c6e1","status":"passed","time":{"start":1724861637973,"stop":1724861637974,"duration":1}}]},"9e2c3e98b7175f01f1d9056bc9119a12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b7b0151897eef35e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b7b0151897eef35e","status":"passed","time":{"start":1724921037620,"stop":1724921037620,"duration":0}},{"uid":"903ff2684ce1fc49","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/903ff2684ce1fc49","status":"passed","time":{"start":1724921013032,"stop":1724921013033,"duration":1}},{"uid":"fc65db87e05bb9f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fc65db87e05bb9f","status":"passed","time":{"start":1724917673276,"stop":1724917673276,"duration":0}},{"uid":"151b29a8f69329bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/151b29a8f69329bd","status":"passed","time":{"start":1724889452294,"stop":1724889452295,"duration":1}},{"uid":"8c01ba9bbec739c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8c01ba9bbec739c9","status":"passed","time":{"start":1724888602824,"stop":1724888602824,"duration":0}},{"uid":"542fc6b7460f8ce3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/542fc6b7460f8ce3","status":"passed","time":{"start":1724887759149,"stop":1724887759149,"duration":0}},{"uid":"23106c6511095fb0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/23106c6511095fb0","status":"passed","time":{"start":1724886525536,"stop":1724886525536,"duration":0}},{"uid":"e43cf6a4acc0e9ee","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e43cf6a4acc0e9ee","status":"passed","time":{"start":1724886303381,"stop":1724886303382,"duration":1}},{"uid":"fc55b453324cd8d7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc55b453324cd8d7","status":"passed","time":{"start":1724861752210,"stop":1724861752211,"duration":1}},{"uid":"a658461797dff594","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a658461797dff594","status":"passed","time":{"start":1724861223341,"stop":1724861223341,"duration":0}},{"uid":"8aad20535975bd16","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8aad20535975bd16","status":"passed","time":{"start":1724861045186,"stop":1724861045186,"duration":0}},{"uid":"c85a898136f50a84","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c85a898136f50a84","status":"passed","time":{"start":1724860907068,"stop":1724860907069,"duration":1}}]},"3fb18a885665865913cabe795f9cd3e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2c2593e0211c829e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2c2593e0211c829e","status":"passed","time":{"start":1724921619628,"stop":1724921619629,"duration":1}},{"uid":"9ae9646bd8c0ae0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9ae9646bd8c0ae0","status":"passed","time":{"start":1724921577166,"stop":1724921577167,"duration":1}},{"uid":"4e9f44f725263318","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4e9f44f725263318","status":"passed","time":{"start":1724918298097,"stop":1724918298098,"duration":1}},{"uid":"eb61b2aa0865c8a3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eb61b2aa0865c8a3","status":"passed","time":{"start":1724890039736,"stop":1724890039737,"duration":1}},{"uid":"730a2e163b4b3abb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/730a2e163b4b3abb","status":"passed","time":{"start":1724889169842,"stop":1724889169843,"duration":1}},{"uid":"d630a66c6a008fae","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d630a66c6a008fae","status":"passed","time":{"start":1724888345350,"stop":1724888345350,"duration":0}},{"uid":"3cdafaf87c9f3a12","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3cdafaf87c9f3a12","status":"passed","time":{"start":1724887127872,"stop":1724887127872,"duration":0}},{"uid":"cb9e53b48a1b690f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cb9e53b48a1b690f","status":"passed","time":{"start":1724886906377,"stop":1724886906378,"duration":1}},{"uid":"8e2e8688b37c3174","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e2e8688b37c3174","status":"passed","time":{"start":1724862320142,"stop":1724862320143,"duration":1}},{"uid":"7eb3989760438e8a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7eb3989760438e8a","status":"passed","time":{"start":1724861800254,"stop":1724861800254,"duration":0}},{"uid":"bb44685771e7fa0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bb44685771e7fa0","status":"passed","time":{"start":1724861655158,"stop":1724861655159,"duration":1}},{"uid":"780d719b455e6ea4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/780d719b455e6ea4","status":"passed","time":{"start":1724861485078,"stop":1724861485078,"duration":0}}]},"06e57c27fbe129c5f21509a3f48947ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bd982cf118f543d4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bd982cf118f543d4","status":"passed","time":{"start":1724921656079,"stop":1724921656080,"duration":1}},{"uid":"3dc641d487740ee8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3dc641d487740ee8","status":"passed","time":{"start":1724921612561,"stop":1724921612561,"duration":0}},{"uid":"2b45aa5af4f7dfa9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2b45aa5af4f7dfa9","status":"passed","time":{"start":1724918317375,"stop":1724918317376,"duration":1}},{"uid":"46ba15d5df14efbd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/46ba15d5df14efbd","status":"passed","time":{"start":1724890075097,"stop":1724890075098,"duration":1}},{"uid":"7743c19b79d2c20d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7743c19b79d2c20d","status":"passed","time":{"start":1724889203357,"stop":1724889203357,"duration":0}},{"uid":"e38a32953716b6c7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e38a32953716b6c7","status":"passed","time":{"start":1724888382915,"stop":1724888382915,"duration":0}},{"uid":"215da7d84a57569","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/215da7d84a57569","status":"passed","time":{"start":1724887158109,"stop":1724887158109,"duration":0}},{"uid":"6808bc0f71a8e1a8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6808bc0f71a8e1a8","status":"passed","time":{"start":1724886934376,"stop":1724886934376,"duration":0}},{"uid":"4f94596c66a89a00","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f94596c66a89a00","status":"passed","time":{"start":1724862354701,"stop":1724862354701,"duration":0}},{"uid":"8d697f00263c13da","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8d697f00263c13da","status":"passed","time":{"start":1724861830502,"stop":1724861830502,"duration":0}},{"uid":"ef38b410e8fb63fd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ef38b410e8fb63fd","status":"passed","time":{"start":1724861685352,"stop":1724861685353,"duration":1}},{"uid":"7768cde77b3efdd4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7768cde77b3efdd4","status":"passed","time":{"start":1724861518175,"stop":1724861518175,"duration":0}}]},"53fd269993f3922af7b8872cce70892a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a66b441fbbc0f529","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a66b441fbbc0f529","status":"passed","time":{"start":1724862320148,"stop":1724862320148,"duration":0}}]},"2f60eb11375122698cd189a9993bdab0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f6e069d3dc4eb0fc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f6e069d3dc4eb0fc","status":"passed","time":{"start":1724921625067,"stop":1724921625068,"duration":1}},{"uid":"d44ae020496c8a08","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d44ae020496c8a08","status":"passed","time":{"start":1724921590497,"stop":1724921590497,"duration":0}},{"uid":"72f0eb046d3127e8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/72f0eb046d3127e8","status":"passed","time":{"start":1724918287566,"stop":1724918287566,"duration":0}},{"uid":"dd60975e52938f3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd60975e52938f3e","status":"passed","time":{"start":1724890047789,"stop":1724890047789,"duration":0}},{"uid":"25e04a61d8dca42","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/25e04a61d8dca42","status":"passed","time":{"start":1724889183922,"stop":1724889183922,"duration":0}},{"uid":"98dfd26ff6fa4f63","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/98dfd26ff6fa4f63","status":"passed","time":{"start":1724888354167,"stop":1724888354167,"duration":0}},{"uid":"721d4bd9edc97eb8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/721d4bd9edc97eb8","status":"passed","time":{"start":1724887145660,"stop":1724887145661,"duration":1}},{"uid":"eac6afe85959d9a6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eac6afe85959d9a6","status":"passed","time":{"start":1724886915788,"stop":1724886915788,"duration":0}},{"uid":"2deca668a52dbc17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2deca668a52dbc17","status":"passed","time":{"start":1724862341439,"stop":1724862341439,"duration":0}},{"uid":"ade87b4faf142a48","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ade87b4faf142a48","status":"passed","time":{"start":1724861805443,"stop":1724861805444,"duration":1}},{"uid":"cfebb910c05e6e7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cfebb910c05e6e7","status":"passed","time":{"start":1724861662257,"stop":1724861662258,"duration":1}},{"uid":"8ec31847abd3f8e8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8ec31847abd3f8e8","status":"passed","time":{"start":1724861492514,"stop":1724861492515,"duration":1}}]},"7219c87d37cdfe75150c3224e0bdecc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9b7811c126c3220","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9b7811c126c3220","status":"passed","time":{"start":1724888336462,"stop":1724888336463,"duration":1}}]},"283eea6c3cee0763840db8a2640833e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d6ac9aef57299857","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d6ac9aef57299857","status":"passed","time":{"start":1724921045530,"stop":1724921045530,"duration":0}},{"uid":"a23688e5d75c68a5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a23688e5d75c68a5","status":"passed","time":{"start":1724921020723,"stop":1724921020724,"duration":1}},{"uid":"fc99790324582a78","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fc99790324582a78","status":"passed","time":{"start":1724917681048,"stop":1724917681049,"duration":1}},{"uid":"e62471237dbd8723","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e62471237dbd8723","status":"passed","time":{"start":1724889459912,"stop":1724889459913,"duration":1}},{"uid":"cd0739ed7c438b39","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd0739ed7c438b39","status":"passed","time":{"start":1724888610530,"stop":1724888610531,"duration":1}},{"uid":"2294d9a6b3e8c2c2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2294d9a6b3e8c2c2","status":"passed","time":{"start":1724887766845,"stop":1724887766846,"duration":1}},{"uid":"48bcad2ead886dc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/48bcad2ead886dc1","status":"passed","time":{"start":1724886533240,"stop":1724886533241,"duration":1}},{"uid":"d8b5b0edb5887d0b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d8b5b0edb5887d0b","status":"passed","time":{"start":1724886311087,"stop":1724886311087,"duration":0}},{"uid":"46b068be08a21287","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/46b068be08a21287","status":"passed","time":{"start":1724861760046,"stop":1724861760047,"duration":1}},{"uid":"699a1a314f06c70f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/699a1a314f06c70f","status":"passed","time":{"start":1724861230824,"stop":1724861230825,"duration":1}},{"uid":"881c926ba705a784","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/881c926ba705a784","status":"passed","time":{"start":1724861053395,"stop":1724861053396,"duration":1}},{"uid":"a5de27b09fb40d7c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a5de27b09fb40d7c","status":"passed","time":{"start":1724860914742,"stop":1724860914742,"duration":0}}]},"a4bd1ceec3e714658f838fd37e893d6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"411e8c6df063dcb8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/411e8c6df063dcb8","status":"passed","time":{"start":1724921656193,"stop":1724921656193,"duration":0}},{"uid":"24e4bec514dfaba0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/24e4bec514dfaba0","status":"passed","time":{"start":1724921620461,"stop":1724921620461,"duration":0}},{"uid":"2c6894bfb3816fd8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2c6894bfb3816fd8","status":"passed","time":{"start":1724918327711,"stop":1724918327712,"duration":1}},{"uid":"c29e8a9e053e51e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c29e8a9e053e51e8","status":"passed","time":{"start":1724890078471,"stop":1724890078472,"duration":1}},{"uid":"e9c9da59a191d5b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e9c9da59a191d5b3","status":"passed","time":{"start":1724889213830,"stop":1724889213830,"duration":0}},{"uid":"f1655dcc026b60a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f1655dcc026b60a9","status":"passed","time":{"start":1724888383603,"stop":1724888383603,"duration":0}},{"uid":"51278af3da47ac76","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/51278af3da47ac76","status":"passed","time":{"start":1724887164580,"stop":1724887164580,"duration":0}},{"uid":"fedf389d23e67d3f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fedf389d23e67d3f","status":"passed","time":{"start":1724886943103,"stop":1724886943103,"duration":0}},{"uid":"60b89a71c2fa04a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/60b89a71c2fa04a7","status":"passed","time":{"start":1724862368930,"stop":1724862368930,"duration":0}},{"uid":"def511e726bc5e7c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/def511e726bc5e7c","status":"passed","time":{"start":1724861835947,"stop":1724861835947,"duration":0}},{"uid":"f65b6dab33bca6d6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f65b6dab33bca6d6","status":"passed","time":{"start":1724861692904,"stop":1724861692904,"duration":0}},{"uid":"e22c26fc6131150d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e22c26fc6131150d","status":"passed","time":{"start":1724861520701,"stop":1724861520701,"duration":0}}]},"57e8e2bd3cc3c90c944a3db90aca1666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3d9cfee103242d68","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3d9cfee103242d68","status":"passed","time":{"start":1724921037646,"stop":1724921037646,"duration":0}},{"uid":"c7cf4f7e8d2274b9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c7cf4f7e8d2274b9","status":"passed","time":{"start":1724921013059,"stop":1724921013059,"duration":0}},{"uid":"f784ff66b234e6f3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f784ff66b234e6f3","status":"passed","time":{"start":1724917673300,"stop":1724917673300,"duration":0}},{"uid":"c24262fb7c952236","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c24262fb7c952236","status":"passed","time":{"start":1724889452320,"stop":1724889452320,"duration":0}},{"uid":"c0933660aa72daf8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c0933660aa72daf8","status":"passed","time":{"start":1724888602851,"stop":1724888602851,"duration":0}},{"uid":"d1731c6a285edd23","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d1731c6a285edd23","status":"passed","time":{"start":1724887759172,"stop":1724887759173,"duration":1}},{"uid":"534d21df30f3fc0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/534d21df30f3fc0","status":"passed","time":{"start":1724886525552,"stop":1724886525552,"duration":0}},{"uid":"5d75768a570daebe","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5d75768a570daebe","status":"passed","time":{"start":1724886303406,"stop":1724886303406,"duration":0}},{"uid":"3580f29704f37eb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3580f29704f37eb","status":"passed","time":{"start":1724861752239,"stop":1724861752239,"duration":0}},{"uid":"ef8a8f0a1d5fd86b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ef8a8f0a1d5fd86b","status":"passed","time":{"start":1724861223363,"stop":1724861223363,"duration":0}},{"uid":"e8d74ff1120f6126","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e8d74ff1120f6126","status":"passed","time":{"start":1724861045212,"stop":1724861045212,"duration":0}},{"uid":"e13f12c32f81ef0e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e13f12c32f81ef0e","status":"passed","time":{"start":1724860907097,"stop":1724860907097,"duration":0}}]},"d247d2b14d561178ec5e16566ca99108:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e271278b282035e7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e271278b282035e7","status":"passed","time":{"start":1724861546202,"stop":1724861546202,"duration":0}}]},"602050537ce95f65c0a643de2852b74a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"aff18ca3b399db3a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/aff18ca3b399db3a","status":"passed","time":{"start":1724921663255,"stop":1724921663255,"duration":0}},{"uid":"8ce2a012d718ce1d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8ce2a012d718ce1d","status":"passed","time":{"start":1724921617880,"stop":1724921617880,"duration":0}},{"uid":"41461d097aa00de","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/41461d097aa00de","status":"passed","time":{"start":1724918326161,"stop":1724918326161,"duration":0}},{"uid":"63df6528677068c3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/63df6528677068c3","status":"passed","time":{"start":1724890076393,"stop":1724890076393,"duration":0}},{"uid":"404f8afbb120bacc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/404f8afbb120bacc","status":"passed","time":{"start":1724889199690,"stop":1724889199690,"duration":0}},{"uid":"41a2f465ca0b2691","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/41a2f465ca0b2691","status":"passed","time":{"start":1724888382427,"stop":1724888382427,"duration":0}},{"uid":"bd9e7669080f7b21","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bd9e7669080f7b21","status":"passed","time":{"start":1724887156369,"stop":1724887156369,"duration":0}},{"uid":"cbe96d697fcef69f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cbe96d697fcef69f","status":"passed","time":{"start":1724886936171,"stop":1724886936172,"duration":1}},{"uid":"217d3d2add11b187","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/217d3d2add11b187","status":"passed","time":{"start":1724862347645,"stop":1724862347646,"duration":1}},{"uid":"57fc4e9393268879","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/57fc4e9393268879","status":"passed","time":{"start":1724861827958,"stop":1724861827958,"duration":0}},{"uid":"461f6cdb57d3089","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/461f6cdb57d3089","status":"passed","time":{"start":1724861685960,"stop":1724861685960,"duration":0}},{"uid":"2935688b6c37021","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2935688b6c37021","status":"passed","time":{"start":1724861514747,"stop":1724861514747,"duration":0}}]},"5c693deb526ff5ab4c168dd3f07fcd83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c341e65d8d2df067","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c341e65d8d2df067","status":"passed","time":{"start":1724921640400,"stop":1724921640400,"duration":0}},{"uid":"e70695cd32301b65","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e70695cd32301b65","status":"passed","time":{"start":1724921600408,"stop":1724921600408,"duration":0}},{"uid":"6e7d13ef6ae90403","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6e7d13ef6ae90403","status":"passed","time":{"start":1724918300923,"stop":1724918300923,"duration":0}},{"uid":"293119510a905524","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/293119510a905524","status":"passed","time":{"start":1724890059285,"stop":1724890059285,"duration":0}},{"uid":"1e197e057437d129","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1e197e057437d129","status":"passed","time":{"start":1724889188314,"stop":1724889188316,"duration":2}},{"uid":"4d5415f83dbb234a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4d5415f83dbb234a","status":"passed","time":{"start":1724888372740,"stop":1724888372740,"duration":0}},{"uid":"62b982bcf652ef1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/62b982bcf652ef1","status":"passed","time":{"start":1724887135718,"stop":1724887135718,"duration":0}},{"uid":"ebfe1cf706436cbe","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ebfe1cf706436cbe","status":"passed","time":{"start":1724886919664,"stop":1724886919665,"duration":1}},{"uid":"f77a3305a95c694e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f77a3305a95c694e","status":"passed","time":{"start":1724862341834,"stop":1724862341834,"duration":0}},{"uid":"8cc3d1846e422509","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8cc3d1846e422509","status":"passed","time":{"start":1724861815490,"stop":1724861815490,"duration":0}},{"uid":"de3b342f1bb85b08","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/de3b342f1bb85b08","status":"passed","time":{"start":1724861669535,"stop":1724861669535,"duration":0}},{"uid":"9ba32b3c9ba1c111","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9ba32b3c9ba1c111","status":"passed","time":{"start":1724861505415,"stop":1724861505415,"duration":0}}]},"78dee9d2eab88e4069b60fdad7f7b811:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e680620a44099ea2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e680620a44099ea2","status":"passed","time":{"start":1724921061850,"stop":1724921061851,"duration":1}},{"uid":"44bdbd391f016075","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/44bdbd391f016075","status":"passed","time":{"start":1724921037159,"stop":1724921037159,"duration":0}},{"uid":"8e66e34f5a5e203a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8e66e34f5a5e203a","status":"passed","time":{"start":1724917697303,"stop":1724917697304,"duration":1}},{"uid":"f882234e076aada6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f882234e076aada6","status":"passed","time":{"start":1724889476085,"stop":1724889476085,"duration":0}},{"uid":"1892cf336973ac38","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1892cf336973ac38","status":"passed","time":{"start":1724888626889,"stop":1724888626889,"duration":0}},{"uid":"c4935409d0bc4ee6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c4935409d0bc4ee6","status":"passed","time":{"start":1724887783110,"stop":1724887783110,"duration":0}},{"uid":"6a615037b449f4dd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a615037b449f4dd","status":"passed","time":{"start":1724886549921,"stop":1724886549921,"duration":0}},{"uid":"1672f82759f28ada","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1672f82759f28ada","status":"passed","time":{"start":1724886327583,"stop":1724886327583,"duration":0}},{"uid":"92a4d922a5d5171e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92a4d922a5d5171e","status":"passed","time":{"start":1724861776808,"stop":1724861776809,"duration":1}},{"uid":"930c9ec5a81c7535","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/930c9ec5a81c7535","status":"passed","time":{"start":1724861247301,"stop":1724861247301,"duration":0}},{"uid":"fb2a93d2769bb660","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fb2a93d2769bb660","status":"passed","time":{"start":1724861071396,"stop":1724861071397,"duration":1}},{"uid":"1f040b70a45ac005","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1f040b70a45ac005","status":"passed","time":{"start":1724860931796,"stop":1724860931797,"duration":1}}]},"a8499fa5c580960b643d9a194424dc96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"4bb211cc96c8882f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4bb211cc96c8882f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921061851,"stop":1724921061852,"duration":1}},{"uid":"c791ca4fca345667","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c791ca4fca345667","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921037160,"stop":1724921037160,"duration":0}},{"uid":"77fd30e522fa8be4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/77fd30e522fa8be4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724917697305,"stop":1724917697305,"duration":0}},{"uid":"27208736a9c8a4e4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/27208736a9c8a4e4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889476086,"stop":1724889476086,"duration":0}},{"uid":"e3b0681228a26853","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e3b0681228a26853","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888626890,"stop":1724888626890,"duration":0}},{"uid":"e4d290da396385dd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e4d290da396385dd","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887783111,"stop":1724887783111,"duration":0}},{"uid":"b9db78cf34da0259","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b9db78cf34da0259","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886549922,"stop":1724886549922,"duration":0}},{"uid":"40994da8123cd9f0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/40994da8123cd9f0","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886327584,"stop":1724886327584,"duration":0}},{"uid":"6b4b6ddf454bdf79","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b4b6ddf454bdf79","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861776810,"stop":1724861776810,"duration":0}},{"uid":"b9bd72098b1de0b4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b9bd72098b1de0b4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861247302,"stop":1724861247302,"duration":0}},{"uid":"bf286cf52d616d2b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bf286cf52d616d2b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861071397,"stop":1724861071398,"duration":1}},{"uid":"8589f50a1e2dbb80","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8589f50a1e2dbb80","status":"skipped","statusDetails":"Test ignored","time":{"start":1724860931797,"stop":1724860931797,"duration":0}}]},"c9d64e6d027f41053ff4830bb4d15883:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a42acb91e8277888","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a42acb91e8277888","status":"passed","time":{"start":1724861444068,"stop":1724861444069,"duration":1}}]},"262bb108dcbf5a162a674476af5eae54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"66b037b4a8cef1ff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/66b037b4a8cef1ff","status":"passed","time":{"start":1724921270350,"stop":1724921270350,"duration":0}},{"uid":"9d2d4c4cc09d4732","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9d2d4c4cc09d4732","status":"passed","time":{"start":1724921247808,"stop":1724921247809,"duration":1}},{"uid":"84be9e629898f320","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/84be9e629898f320","status":"passed","time":{"start":1724917989812,"stop":1724917989812,"duration":0}},{"uid":"24fdf3be1b202797","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/24fdf3be1b202797","status":"passed","time":{"start":1724889678536,"stop":1724889678537,"duration":1}},{"uid":"60290e39478c91f6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/60290e39478c91f6","status":"passed","time":{"start":1724888829831,"stop":1724888829831,"duration":0}},{"uid":"64266cdedb8113a7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/64266cdedb8113a7","status":"passed","time":{"start":1724888076980,"stop":1724888076981,"duration":1}},{"uid":"f712929b6968b659","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f712929b6968b659","status":"passed","time":{"start":1724886851119,"stop":1724886851119,"duration":0}},{"uid":"3e05cf2c3feca5db","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3e05cf2c3feca5db","status":"passed","time":{"start":1724886647073,"stop":1724886647075,"duration":2}},{"uid":"779c54b8452616e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/779c54b8452616e1","status":"passed","time":{"start":1724861992707,"stop":1724861992707,"duration":0}},{"uid":"c6c7ee2d2c6931a0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c6c7ee2d2c6931a0","status":"passed","time":{"start":1724861469635,"stop":1724861469635,"duration":0}},{"uid":"c2f32776ba37651c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c2f32776ba37651c","status":"passed","time":{"start":1724861284850,"stop":1724861284851,"duration":1}},{"uid":"3b5e4f28a9f558b5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3b5e4f28a9f558b5","status":"passed","time":{"start":1724861145784,"stop":1724861145784,"duration":0}}]},"3df432712d9b694240cb06d9394aef3e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f84d4415d79ddbfd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f84d4415d79ddbfd","status":"passed","time":{"start":1724887018301,"stop":1724887018302,"duration":1}}]},"830a715e39bc79be5fe65642463deaa2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fd94ea87c0d032a8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fd94ea87c0d032a8","status":"passed","time":{"start":1724887127879,"stop":1724887127880,"duration":1}}]},"1e4f17650374dc4b13f4dd9f95f69d10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"328e7e4006bdfa38","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/328e7e4006bdfa38","status":"passed","time":{"start":1724886880631,"stop":1724886880632,"duration":1}}]},"dedadba8a654dbd7c15ccd95283b1ffe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"acdbd24fcd8f31fc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/acdbd24fcd8f31fc","status":"passed","time":{"start":1724921625082,"stop":1724921625082,"duration":0}},{"uid":"1bbac0f25abbe4ee","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1bbac0f25abbe4ee","status":"passed","time":{"start":1724921590506,"stop":1724921590507,"duration":1}},{"uid":"68a0057b9be51f61","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/68a0057b9be51f61","status":"passed","time":{"start":1724918287573,"stop":1724918287573,"duration":0}},{"uid":"34b043febcaccbb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/34b043febcaccbb7","status":"passed","time":{"start":1724890047799,"stop":1724890047799,"duration":0}},{"uid":"182a9df3c65bb47b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/182a9df3c65bb47b","status":"passed","time":{"start":1724889183932,"stop":1724889183932,"duration":0}},{"uid":"fe9bc0741cc44a6b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fe9bc0741cc44a6b","status":"passed","time":{"start":1724888354180,"stop":1724888354180,"duration":0}},{"uid":"f4cc9765cea635bf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f4cc9765cea635bf","status":"passed","time":{"start":1724887145705,"stop":1724887145706,"duration":1}},{"uid":"ad6c567793062301","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ad6c567793062301","status":"passed","time":{"start":1724886915795,"stop":1724886915796,"duration":1}},{"uid":"ca993e30214f1446","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ca993e30214f1446","status":"passed","time":{"start":1724862341460,"stop":1724862341461,"duration":1}},{"uid":"49fe77fae136b526","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/49fe77fae136b526","status":"passed","time":{"start":1724861805463,"stop":1724861805463,"duration":0}},{"uid":"88dbf3d109147a04","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/88dbf3d109147a04","status":"passed","time":{"start":1724861662297,"stop":1724861662297,"duration":0}},{"uid":"8291e46b6cf943ae","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8291e46b6cf943ae","status":"passed","time":{"start":1724861492524,"stop":1724861492524,"duration":0}}]},"3fbd665c854239faddd6aa64caacfeb0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d6e4cc3fbb764e1b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d6e4cc3fbb764e1b","status":"passed","time":{"start":1724921488886,"stop":1724921488887,"duration":1}}]},"4f5504bba2853c4c42c7b817350ed03f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"244cd06bd68cd8b8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/244cd06bd68cd8b8","status":"passed","time":{"start":1724921099697,"stop":1724921099697,"duration":0}},{"uid":"ba47743f6fbbaf7a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ba47743f6fbbaf7a","status":"passed","time":{"start":1724921074388,"stop":1724921074389,"duration":1}},{"uid":"2838172d3b2174df","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2838172d3b2174df","status":"passed","time":{"start":1724917735273,"stop":1724917735274,"duration":1}},{"uid":"9bfbf49bd9e69574","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9bfbf49bd9e69574","status":"passed","time":{"start":1724889517448,"stop":1724889517449,"duration":1}},{"uid":"e69187b1912878a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e69187b1912878a9","status":"passed","time":{"start":1724888662629,"stop":1724888662629,"duration":0}},{"uid":"b6523dc73fa43a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b6523dc73fa43a","status":"passed","time":{"start":1724887821329,"stop":1724887821329,"duration":0}},{"uid":"c040c78249cbe2ab","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c040c78249cbe2ab","status":"passed","time":{"start":1724886588482,"stop":1724886588482,"duration":0}},{"uid":"165ad48e9b4340fb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/165ad48e9b4340fb","status":"passed","time":{"start":1724886365756,"stop":1724886365756,"duration":0}},{"uid":"c5c4d727c410706e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5c4d727c410706e","status":"passed","time":{"start":1724861814959,"stop":1724861814959,"duration":0}},{"uid":"2f0ef64eddd38448","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2f0ef64eddd38448","status":"passed","time":{"start":1724861282668,"stop":1724861282669,"duration":1}},{"uid":"14a796bf21bf7934","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/14a796bf21bf7934","status":"passed","time":{"start":1724861111682,"stop":1724861111682,"duration":0}},{"uid":"633aba35f5023d9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/633aba35f5023d9","status":"passed","time":{"start":1724860971172,"stop":1724860971173,"duration":1}}]},"b98a6256bdba547de204875f663faf69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"76242831fa5f553d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/76242831fa5f553d","status":"passed","time":{"start":1724886822828,"stop":1724886822828,"duration":0}}]},"4b983f7324ba88fab612ad1a3c34265b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c1c5fb2c34546d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c1c5fb2c34546d","status":"passed","time":{"start":1724921656192,"stop":1724921656192,"duration":0}},{"uid":"6ff18a77b7142dd7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6ff18a77b7142dd7","status":"passed","time":{"start":1724921620458,"stop":1724921620459,"duration":1}},{"uid":"474899a70e8ef27","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/474899a70e8ef27","status":"passed","time":{"start":1724918327710,"stop":1724918327710,"duration":0}},{"uid":"bf49416d83fa5630","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf49416d83fa5630","status":"passed","time":{"start":1724890078470,"stop":1724890078470,"duration":0}},{"uid":"44dac9285829a32b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/44dac9285829a32b","status":"passed","time":{"start":1724889213826,"stop":1724889213826,"duration":0}},{"uid":"2c5d11bc171a8a6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2c5d11bc171a8a6","status":"passed","time":{"start":1724888383602,"stop":1724888383602,"duration":0}},{"uid":"d240cb989a502cda","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d240cb989a502cda","status":"passed","time":{"start":1724887164578,"stop":1724887164579,"duration":1}},{"uid":"dfab5c6f254afbbb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dfab5c6f254afbbb","status":"passed","time":{"start":1724886943100,"stop":1724886943100,"duration":0}},{"uid":"44ef24cd896ac848","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/44ef24cd896ac848","status":"passed","time":{"start":1724862368929,"stop":1724862368929,"duration":0}},{"uid":"bcb9495a5988f22b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bcb9495a5988f22b","status":"passed","time":{"start":1724861835946,"stop":1724861835946,"duration":0}},{"uid":"48b7555c52f74f6e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/48b7555c52f74f6e","status":"passed","time":{"start":1724861692903,"stop":1724861692903,"duration":0}},{"uid":"f1fcce32845341b6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f1fcce32845341b6","status":"passed","time":{"start":1724861520700,"stop":1724861520700,"duration":0}}]},"8682590413abc6a2795b7c94eaeb7a49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"17499a4803213f70","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/17499a4803213f70","status":"passed","time":{"start":1724921563017,"stop":1724921563017,"duration":0}},{"uid":"8bd1253dc93c9c85","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8bd1253dc93c9c85","status":"passed","time":{"start":1724921526813,"stop":1724921526813,"duration":0}},{"uid":"ef87a84c77c81d63","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ef87a84c77c81d63","status":"passed","time":{"start":1724918239944,"stop":1724918239944,"duration":0}},{"uid":"90e2d4b8b9b8feb1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/90e2d4b8b9b8feb1","status":"passed","time":{"start":1724889980901,"stop":1724889980901,"duration":0}},{"uid":"29d93fadfd16372a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29d93fadfd16372a","status":"passed","time":{"start":1724889109969,"stop":1724889109969,"duration":0}},{"uid":"5d24eda5087a685a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5d24eda5087a685a","status":"passed","time":{"start":1724888294723,"stop":1724888294723,"duration":0}},{"uid":"6e39a2d280c19397","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6e39a2d280c19397","status":"passed","time":{"start":1724887071742,"stop":1724887071742,"duration":0}},{"uid":"9db04c2d718c22dc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9db04c2d718c22dc","status":"passed","time":{"start":1724886848346,"stop":1724886848346,"duration":0}},{"uid":"31c9abeaf4ffe04c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31c9abeaf4ffe04c","status":"passed","time":{"start":1724862259252,"stop":1724862259253,"duration":1}},{"uid":"cfa4bae6f97ceab4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cfa4bae6f97ceab4","status":"passed","time":{"start":1724861735327,"stop":1724861735328,"duration":1}},{"uid":"b2f12974b03b7f06","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b2f12974b03b7f06","status":"passed","time":{"start":1724861606344,"stop":1724861606346,"duration":2}},{"uid":"dbfc5c3dd5dc0698","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dbfc5c3dd5dc0698","status":"passed","time":{"start":1724861426688,"stop":1724861426688,"duration":0}}]},"7ab65c04ea631ccd83f2516736e00835:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1fc501646b817123","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1fc501646b817123","status":"passed","time":{"start":1724888345355,"stop":1724888345356,"duration":1}}]},"6f92bfbcba628089aa8fa7a52f19ae7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"59ef46e4ad41cb75","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/59ef46e4ad41cb75","status":"passed","time":{"start":1724861485079,"stop":1724861485079,"duration":0}}]},"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6542f55c31fd7766","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6542f55c31fd7766","status":"passed","time":{"start":1724921128571,"stop":1724921128572,"duration":1}},{"uid":"96cd66bc5c65bf3e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/96cd66bc5c65bf3e","status":"passed","time":{"start":1724921103677,"stop":1724921103677,"duration":0}},{"uid":"389f43d4110e07e3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/389f43d4110e07e3","status":"passed","time":{"start":1724917763729,"stop":1724917763729,"duration":0}},{"uid":"920a897d7525f560","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/920a897d7525f560","status":"passed","time":{"start":1724889543373,"stop":1724889543373,"duration":0}},{"uid":"6d1e973e9089d747","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d1e973e9089d747","status":"passed","time":{"start":1724888692506,"stop":1724888692506,"duration":0}},{"uid":"a3211f0dab296723","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a3211f0dab296723","status":"passed","time":{"start":1724887850415,"stop":1724887850415,"duration":0}},{"uid":"28b423ba9c7598e9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/28b423ba9c7598e9","status":"passed","time":{"start":1724886617181,"stop":1724886617181,"duration":0}},{"uid":"4b7d2d81e3595d31","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4b7d2d81e3595d31","status":"passed","time":{"start":1724886394912,"stop":1724886394913,"duration":1}},{"uid":"858e998a13c17f4c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/858e998a13c17f4c","status":"passed","time":{"start":1724861844374,"stop":1724861844374,"duration":0}},{"uid":"4e8291f8360e0d4c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4e8291f8360e0d4c","status":"passed","time":{"start":1724861313411,"stop":1724861313412,"duration":1}},{"uid":"f95964169ea65e7c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f95964169ea65e7c","status":"passed","time":{"start":1724861139652,"stop":1724861139653,"duration":1}},{"uid":"acd68b5b6a67bd29","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/acd68b5b6a67bd29","status":"passed","time":{"start":1724860999513,"stop":1724860999513,"duration":0}}]},"38d69d61f1f1583efcd1e759eaeed2c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"94db25ca37fbe627","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/94db25ca37fbe627","status":"passed","time":{"start":1724921419681,"stop":1724921419682,"duration":1}},{"uid":"e010425be1983264","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e010425be1983264","status":"passed","time":{"start":1724921400502,"stop":1724921400502,"duration":0}},{"uid":"13c1319870b3c032","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/13c1319870b3c032","status":"passed","time":{"start":1724918124175,"stop":1724918124175,"duration":0}},{"uid":"da7ad998d07d29e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/da7ad998d07d29e0","status":"passed","time":{"start":1724889845312,"stop":1724889845312,"duration":0}},{"uid":"e70d399ff810760f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e70d399ff810760f","status":"passed","time":{"start":1724888978753,"stop":1724888978753,"duration":0}},{"uid":"6995e695e2efaf2a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6995e695e2efaf2a","status":"passed","time":{"start":1724888199757,"stop":1724888199758,"duration":1}},{"uid":"32c00088af1839ff","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/32c00088af1839ff","status":"passed","time":{"start":1724886961474,"stop":1724886961475,"duration":1}},{"uid":"1b365370eccb7e51","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1b365370eccb7e51","status":"passed","time":{"start":1724886743394,"stop":1724886743395,"duration":1}},{"uid":"fa1dd793fea66fbd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fa1dd793fea66fbd","status":"passed","time":{"start":1724862150655,"stop":1724862150655,"duration":0}},{"uid":"7fe4d663f9a4b396","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7fe4d663f9a4b396","status":"passed","time":{"start":1724861627580,"stop":1724861627580,"duration":0}},{"uid":"aa02db1206cea284","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/aa02db1206cea284","status":"passed","time":{"start":1724861501070,"stop":1724861501070,"duration":0}},{"uid":"ba32490bd6a55a07","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ba32490bd6a55a07","status":"passed","time":{"start":1724861297168,"stop":1724861297168,"duration":0}}]},"67fa1330b725732bc6aeb0939f930aed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cf416ff28c7e15e1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf416ff28c7e15e1","status":"passed","time":{"start":1724888345354,"stop":1724888345354,"duration":0}}]},"128ea756b27d906ba3163386fb94164c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c04b602061736d4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c04b602061736d4","status":"passed","time":{"start":1724862213661,"stop":1724862213661,"duration":0}}]},"28ae076e1a0aa9a7835543ff0538f3f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"62c3185d6cb3fec9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/62c3185d6cb3fec9","status":"passed","time":{"start":1724921564773,"stop":1724921564774,"duration":1}},{"uid":"a73c11312a48fab0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a73c11312a48fab0","status":"passed","time":{"start":1724921518783,"stop":1724921518784,"duration":1}},{"uid":"38bf68078f870a3e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/38bf68078f870a3e","status":"passed","time":{"start":1724918229396,"stop":1724918229397,"duration":1}},{"uid":"4dd5ae58717c05be","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4dd5ae58717c05be","status":"passed","time":{"start":1724889980694,"stop":1724889980695,"duration":1}},{"uid":"ef31412bee388f30","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ef31412bee388f30","status":"passed","time":{"start":1724889111158,"stop":1724889111159,"duration":1}},{"uid":"ab0f55c7147183d8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ab0f55c7147183d8","status":"passed","time":{"start":1724888292530,"stop":1724888292531,"duration":1}},{"uid":"91651b35609744ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/91651b35609744ba","status":"passed","time":{"start":1724887068222,"stop":1724887068223,"duration":1}},{"uid":"14b471d157958c7f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/14b471d157958c7f","status":"passed","time":{"start":1724886848921,"stop":1724886848921,"duration":0}},{"uid":"f0ad8d4756c4f31f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f0ad8d4756c4f31f","status":"passed","time":{"start":1724862262044,"stop":1724862262045,"duration":1}},{"uid":"e7fb349336c7ef46","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e7fb349336c7ef46","status":"passed","time":{"start":1724861741890,"stop":1724861741890,"duration":0}},{"uid":"a75110494125fd6d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a75110494125fd6d","status":"passed","time":{"start":1724861599484,"stop":1724861599485,"duration":1}},{"uid":"91fa26e0b02a15c0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/91fa26e0b02a15c0","status":"passed","time":{"start":1724861428472,"stop":1724861428472,"duration":0}}]},"b39461aee7d78c2426ff3cb37df56036:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b73081720c9466d3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b73081720c9466d3","status":"passed","time":{"start":1724921046196,"stop":1724921046196,"duration":0}},{"uid":"9df28293c9e0615f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9df28293c9e0615f","status":"passed","time":{"start":1724921021466,"stop":1724921021467,"duration":1}},{"uid":"675709c73020c562","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/675709c73020c562","status":"passed","time":{"start":1724917681714,"stop":1724917681715,"duration":1}},{"uid":"f56b7b1327a5a1c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f56b7b1327a5a1c9","status":"passed","time":{"start":1724889460644,"stop":1724889460645,"duration":1}},{"uid":"a74a50f2d4b3e9c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a74a50f2d4b3e9c0","status":"passed","time":{"start":1724888611287,"stop":1724888611287,"duration":0}},{"uid":"dbd2a1bc4810a751","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dbd2a1bc4810a751","status":"passed","time":{"start":1724887767612,"stop":1724887767612,"duration":0}},{"uid":"339d1bd26428ad5c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/339d1bd26428ad5c","status":"passed","time":{"start":1724886533982,"stop":1724886533982,"duration":0}},{"uid":"5a5f3656ae7b85d1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5a5f3656ae7b85d1","status":"passed","time":{"start":1724886311750,"stop":1724886311750,"duration":0}},{"uid":"127b1fce7bb539e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/127b1fce7bb539e5","status":"passed","time":{"start":1724861760766,"stop":1724861760766,"duration":0}},{"uid":"eadab589172d4b0f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/eadab589172d4b0f","status":"passed","time":{"start":1724861231726,"stop":1724861231726,"duration":0}},{"uid":"24a00ed3999fdef","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/24a00ed3999fdef","status":"passed","time":{"start":1724861054246,"stop":1724861054247,"duration":1}},{"uid":"d6cefd1e7da1137f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d6cefd1e7da1137f","status":"passed","time":{"start":1724860915806,"stop":1724860915806,"duration":0}}]},"505729519c5b74e35d8b7922a53fd8e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5a233612831f2928","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5a233612831f2928","status":"passed","time":{"start":1724921037645,"stop":1724921037646,"duration":1}},{"uid":"bd01143ce2bfca95","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bd01143ce2bfca95","status":"passed","time":{"start":1724921013058,"stop":1724921013058,"duration":0}},{"uid":"c72dd5bf5efb8f80","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c72dd5bf5efb8f80","status":"passed","time":{"start":1724917673300,"stop":1724917673300,"duration":0}},{"uid":"139bcc203a41f560","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/139bcc203a41f560","status":"passed","time":{"start":1724889452319,"stop":1724889452319,"duration":0}},{"uid":"d3bd3dbf606e0076","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3bd3dbf606e0076","status":"passed","time":{"start":1724888602850,"stop":1724888602851,"duration":1}},{"uid":"9440d1dfcb120121","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9440d1dfcb120121","status":"passed","time":{"start":1724887759172,"stop":1724887759172,"duration":0}},{"uid":"c0b43ffcf2d40fdd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c0b43ffcf2d40fdd","status":"passed","time":{"start":1724886525551,"stop":1724886525551,"duration":0}},{"uid":"a95f169405aa280a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a95f169405aa280a","status":"passed","time":{"start":1724886303406,"stop":1724886303406,"duration":0}},{"uid":"67b3a20eb13398e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/67b3a20eb13398e5","status":"passed","time":{"start":1724861752238,"stop":1724861752238,"duration":0}},{"uid":"262b8203234ad7fe","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/262b8203234ad7fe","status":"passed","time":{"start":1724861223363,"stop":1724861223363,"duration":0}},{"uid":"9610f9401fbd5a6a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9610f9401fbd5a6a","status":"passed","time":{"start":1724861045211,"stop":1724861045211,"duration":0}},{"uid":"df47dd01aee7e9d0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/df47dd01aee7e9d0","status":"passed","time":{"start":1724860907095,"stop":1724860907096,"duration":1}}]},"60324ba7645b08437d04c2634c2d7e55:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a57c307e10706346","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a57c307e10706346","status":"passed","time":{"start":1724861475027,"stop":1724861475028,"duration":1}}]},"2348c279460b06b9a847c6850e355c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":11,"unknown":0,"total":12},"items":[{"uid":"97a38bc575111e52","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/97a38bc575111e52","status":"passed","time":{"start":1724921669871,"stop":1724921669871,"duration":0}},{"uid":"83b420d815ee2ad9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/83b420d815ee2ad9","status":"passed","time":{"start":1724921630268,"stop":1724921630268,"duration":0}},{"uid":"349616a1456e85ff","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/349616a1456e85ff","status":"passed","time":{"start":1724918332988,"stop":1724918332988,"duration":0}},{"uid":"e1390b1690a1937a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e1390b1690a1937a","status":"passed","time":{"start":1724890089469,"stop":1724890089469,"duration":0}},{"uid":"258b934c43aa282","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/258b934c43aa282","status":"passed","time":{"start":1724889224493,"stop":1724889224494,"duration":1}},{"uid":"ded2e12b1d0a99e9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ded2e12b1d0a99e9","status":"passed","time":{"start":1724888406347,"stop":1724888406347,"duration":0}},{"uid":"b03742eb32c0ab63","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b03742eb32c0ab63","status":"passed","time":{"start":1724887175024,"stop":1724887175025,"duration":1}},{"uid":"551935cc44db8fc1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/551935cc44db8fc1","status":"passed","time":{"start":1724886952408,"stop":1724886952408,"duration":0}},{"uid":"42dbd239a7d65795","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/42dbd239a7d65795","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1724862378563,"stop":1724862378565,"duration":2}},{"uid":"e849d8ea9d86ba17","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e849d8ea9d86ba17","status":"passed","time":{"start":1724861846750,"stop":1724861846751,"duration":1}},{"uid":"572e4af717644feb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/572e4af717644feb","status":"passed","time":{"start":1724861702536,"stop":1724861702536,"duration":0}},{"uid":"5d5d91a57a200d24","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5d5d91a57a200d24","status":"passed","time":{"start":1724861533459,"stop":1724861533459,"duration":0}}]},"7a60396c676f46688740beb0716ed3a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"929b43d2660b4908","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/929b43d2660b4908","status":"passed","time":{"start":1724887127881,"stop":1724887127882,"duration":1}}]},"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d4b82edc613caec9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d4b82edc613caec9","status":"passed","time":{"start":1724921517832,"stop":1724921517832,"duration":0}},{"uid":"b5a1e42a1e767c45","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b5a1e42a1e767c45","status":"passed","time":{"start":1724921478627,"stop":1724921478627,"duration":0}},{"uid":"db682ba000ce82c6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/db682ba000ce82c6","status":"passed","time":{"start":1724918183232,"stop":1724918183232,"duration":0}},{"uid":"aaabc94bacd6c223","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aaabc94bacd6c223","status":"passed","time":{"start":1724889938072,"stop":1724889938072,"duration":0}},{"uid":"7d4dd51ec3df7480","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7d4dd51ec3df7480","status":"passed","time":{"start":1724889075464,"stop":1724889075464,"duration":0}},{"uid":"cf4c7c082176c684","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf4c7c082176c684","status":"passed","time":{"start":1724888234970,"stop":1724888234970,"duration":0}},{"uid":"21d0a92bd935f6c3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/21d0a92bd935f6c3","status":"passed","time":{"start":1724887020972,"stop":1724887020972,"duration":0}},{"uid":"eca7f6f25420ebfc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eca7f6f25420ebfc","status":"passed","time":{"start":1724886784130,"stop":1724886784130,"duration":0}},{"uid":"734a32d378914590","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/734a32d378914590","status":"passed","time":{"start":1724862216273,"stop":1724862216284,"duration":11}},{"uid":"3349473fecaa5e0e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3349473fecaa5e0e","status":"passed","time":{"start":1724861688535,"stop":1724861688536,"duration":1}},{"uid":"10446763986c3c01","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/10446763986c3c01","status":"passed","time":{"start":1724861549003,"stop":1724861549003,"duration":0}},{"uid":"6a0f610d797ba8de","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6a0f610d797ba8de","status":"passed","time":{"start":1724861380654,"stop":1724861380654,"duration":0}}]},"147583002607f907a84c120f947b2867:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b833f6198fc2bbf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6b833f6198fc2bbf","status":"passed","time":{"start":1724921488888,"stop":1724921488889,"duration":1}}]},"05d13e4231b21a93ee57de8bd034416b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b7e661092e377f10","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b7e661092e377f10","status":"passed","time":{"start":1724921669872,"stop":1724921669872,"duration":0}},{"uid":"be62d10dab402df5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/be62d10dab402df5","status":"passed","time":{"start":1724921630269,"stop":1724921630270,"duration":1}},{"uid":"cdc18f541c05355c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cdc18f541c05355c","status":"passed","time":{"start":1724918332989,"stop":1724918332989,"duration":0}},{"uid":"d1596aa78b5e6c03","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d1596aa78b5e6c03","status":"passed","time":{"start":1724890089470,"stop":1724890089470,"duration":0}},{"uid":"92497b741c8e731","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92497b741c8e731","status":"passed","time":{"start":1724889224495,"stop":1724889224495,"duration":0}},{"uid":"4b260a469c8c25da","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4b260a469c8c25da","status":"passed","time":{"start":1724888406348,"stop":1724888406348,"duration":0}},{"uid":"b4378e609c7bbb9a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b4378e609c7bbb9a","status":"passed","time":{"start":1724887175026,"stop":1724887175026,"duration":0}},{"uid":"e0b06382b4577194","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e0b06382b4577194","status":"passed","time":{"start":1724886952410,"stop":1724886952410,"duration":0}},{"uid":"8d425e9cb4703ca6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8d425e9cb4703ca6","status":"passed","time":{"start":1724862378567,"stop":1724862378568,"duration":1}},{"uid":"1483c213cfc998f8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1483c213cfc998f8","status":"passed","time":{"start":1724861846752,"stop":1724861846753,"duration":1}},{"uid":"30da890c5c08851d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/30da890c5c08851d","status":"passed","time":{"start":1724861702537,"stop":1724861702538,"duration":1}},{"uid":"a0cad3473a275393","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a0cad3473a275393","status":"passed","time":{"start":1724861533461,"stop":1724861533461,"duration":0}}]},"d02cb304ad44d17b59c0b6dd2dd0a620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1bf639790a8f80a4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1bf639790a8f80a4","status":"passed","time":{"start":1724921046197,"stop":1724921046197,"duration":0}},{"uid":"dded837cbcd23801","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dded837cbcd23801","status":"passed","time":{"start":1724921021468,"stop":1724921021468,"duration":0}},{"uid":"27112c4063db66d1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/27112c4063db66d1","status":"passed","time":{"start":1724917681716,"stop":1724917681716,"duration":0}},{"uid":"43c330a750cb7757","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/43c330a750cb7757","status":"passed","time":{"start":1724889460645,"stop":1724889460646,"duration":1}},{"uid":"6f501d66b4fb56ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6f501d66b4fb56ac","status":"passed","time":{"start":1724888611288,"stop":1724888611288,"duration":0}},{"uid":"74dd920f40ee3774","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/74dd920f40ee3774","status":"passed","time":{"start":1724887767613,"stop":1724887767614,"duration":1}},{"uid":"134e28661bf56d35","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/134e28661bf56d35","status":"passed","time":{"start":1724886533983,"stop":1724886533983,"duration":0}},{"uid":"6909b0519dec4be2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6909b0519dec4be2","status":"passed","time":{"start":1724886311751,"stop":1724886311751,"duration":0}},{"uid":"bd4f2470af3b191d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bd4f2470af3b191d","status":"passed","time":{"start":1724861760767,"stop":1724861760767,"duration":0}},{"uid":"91749e12afe2b41e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/91749e12afe2b41e","status":"passed","time":{"start":1724861231727,"stop":1724861231727,"duration":0}},{"uid":"838078b71acc3219","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/838078b71acc3219","status":"passed","time":{"start":1724861054248,"stop":1724861054248,"duration":0}},{"uid":"1c7f347b804b7c76","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1c7f347b804b7c76","status":"passed","time":{"start":1724860915807,"stop":1724860915807,"duration":0}}]},"6c2e634b9dc9f2777e156803411d64eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b58d1a77e5fc54e3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b58d1a77e5fc54e3","status":"passed","time":{"start":1724921270367,"stop":1724921270367,"duration":0}},{"uid":"fe3f73281627e80f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fe3f73281627e80f","status":"passed","time":{"start":1724921247831,"stop":1724921247832,"duration":1}},{"uid":"8f8e41d6fc119b41","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8f8e41d6fc119b41","status":"passed","time":{"start":1724917989828,"stop":1724917989829,"duration":1}},{"uid":"c6df3055273363","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c6df3055273363","status":"passed","time":{"start":1724889678579,"stop":1724889678580,"duration":1}},{"uid":"f9754d49f573a2f0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9754d49f573a2f0","status":"passed","time":{"start":1724888829852,"stop":1724888829853,"duration":1}},{"uid":"85662297635b09c6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/85662297635b09c6","status":"passed","time":{"start":1724888077019,"stop":1724888077020,"duration":1}},{"uid":"978f974c99975623","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/978f974c99975623","status":"passed","time":{"start":1724886851133,"stop":1724886851133,"duration":0}},{"uid":"9b767e56dca4dcf2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9b767e56dca4dcf2","status":"passed","time":{"start":1724886647126,"stop":1724886647127,"duration":1}},{"uid":"797109c30d78d560","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/797109c30d78d560","status":"passed","time":{"start":1724861992718,"stop":1724861992718,"duration":0}},{"uid":"37cfafda87a9343f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/37cfafda87a9343f","status":"passed","time":{"start":1724861469651,"stop":1724861469651,"duration":0}},{"uid":"76b57fe6158f9a40","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/76b57fe6158f9a40","status":"passed","time":{"start":1724861284873,"stop":1724861284873,"duration":0}},{"uid":"cc9b3ebcc9c96cfa","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cc9b3ebcc9c96cfa","status":"passed","time":{"start":1724861145825,"stop":1724861145825,"duration":0}}]},"cf5cf7e895ed5125094a7934913534a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fbb6279728e215d5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fbb6279728e215d5","status":"passed","time":{"start":1724921559012,"stop":1724921559013,"duration":1}},{"uid":"9f32ada24b020e93","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9f32ada24b020e93","status":"passed","time":{"start":1724921524128,"stop":1724921524129,"duration":1}},{"uid":"6d274dc07c91defd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6d274dc07c91defd","status":"passed","time":{"start":1724918241657,"stop":1724918241658,"duration":1}},{"uid":"f6410d4b1e4029bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f6410d4b1e4029bd","status":"passed","time":{"start":1724889975473,"stop":1724889975473,"duration":0}},{"uid":"c86b630f34198555","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c86b630f34198555","status":"passed","time":{"start":1724889106058,"stop":1724889106059,"duration":1}},{"uid":"247729058d5c6ce6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/247729058d5c6ce6","status":"passed","time":{"start":1724888289479,"stop":1724888289480,"duration":1}},{"uid":"fefab3504bbdc84a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fefab3504bbdc84a","status":"passed","time":{"start":1724887057699,"stop":1724887057699,"duration":0}},{"uid":"45534be081a6ebc8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/45534be081a6ebc8","status":"passed","time":{"start":1724886839397,"stop":1724886839397,"duration":0}},{"uid":"d234a6274b99da20","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d234a6274b99da20","status":"passed","time":{"start":1724862256085,"stop":1724862256086,"duration":1}},{"uid":"5d903a3b8d409f80","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5d903a3b8d409f80","status":"passed","time":{"start":1724861742233,"stop":1724861742233,"duration":0}},{"uid":"dd3ce3b17c10ad52","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dd3ce3b17c10ad52","status":"passed","time":{"start":1724861595386,"stop":1724861595386,"duration":0}},{"uid":"8e608d2793a67faf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8e608d2793a67faf","status":"passed","time":{"start":1724861424067,"stop":1724861424067,"duration":0}}]},"f1bd0e0c7d024b45b703ea9939b9bfff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"649407e5f82ef65b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/649407e5f82ef65b","status":"passed","time":{"start":1724921602986,"stop":1724921602987,"duration":1}}]},"b5fbe4de0f65b0c7acad19e2cd479e6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d955e8daf35371da","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d955e8daf35371da","status":"passed","time":{"start":1724921270356,"stop":1724921270357,"duration":1}},{"uid":"e6e7753f1050be1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e6e7753f1050be1","status":"passed","time":{"start":1724921247817,"stop":1724921247817,"duration":0}},{"uid":"33cfb20e026c9ede","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/33cfb20e026c9ede","status":"passed","time":{"start":1724917989818,"stop":1724917989818,"duration":0}},{"uid":"d87ac3b7588cc246","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d87ac3b7588cc246","status":"passed","time":{"start":1724889678550,"stop":1724889678550,"duration":0}},{"uid":"696325e533af8ed0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/696325e533af8ed0","status":"passed","time":{"start":1724888829842,"stop":1724888829843,"duration":1}},{"uid":"9af5a214203bdae","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9af5a214203bdae","status":"passed","time":{"start":1724888077009,"stop":1724888077010,"duration":1}},{"uid":"d61131f528591184","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d61131f528591184","status":"passed","time":{"start":1724886851125,"stop":1724886851125,"duration":0}},{"uid":"9828091355353f6e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9828091355353f6e","status":"passed","time":{"start":1724886647111,"stop":1724886647111,"duration":0}},{"uid":"a4561a0c4f9da2bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a4561a0c4f9da2bc","status":"passed","time":{"start":1724861992712,"stop":1724861992713,"duration":1}},{"uid":"58f776aeabfb4382","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/58f776aeabfb4382","status":"passed","time":{"start":1724861469642,"stop":1724861469643,"duration":1}},{"uid":"d94310b784e72d8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d94310b784e72d8","status":"passed","time":{"start":1724861284857,"stop":1724861284857,"duration":0}},{"uid":"642cba71d8ae016b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/642cba71d8ae016b","status":"passed","time":{"start":1724861145805,"stop":1724861145805,"duration":0}}]},"b251f1339f9b8455f22b97e76eb54e90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"eee3cfa6fcb5d027","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/eee3cfa6fcb5d027","status":"passed","time":{"start":1724921656081,"stop":1724921656081,"duration":0}},{"uid":"c3c3024c9533a7e4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c3c3024c9533a7e4","status":"passed","time":{"start":1724921612562,"stop":1724921612562,"duration":0}},{"uid":"3ed229f778bacbc9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3ed229f778bacbc9","status":"passed","time":{"start":1724918317377,"stop":1724918317378,"duration":1}},{"uid":"13ebc5a8b0c10dce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/13ebc5a8b0c10dce","status":"passed","time":{"start":1724890075098,"stop":1724890075099,"duration":1}},{"uid":"211f1d7fd0d518b5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/211f1d7fd0d518b5","status":"passed","time":{"start":1724889203358,"stop":1724889203358,"duration":0}},{"uid":"c253e9500f27acab","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c253e9500f27acab","status":"passed","time":{"start":1724888382917,"stop":1724888382917,"duration":0}},{"uid":"d4eb1ee98d8c2990","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d4eb1ee98d8c2990","status":"passed","time":{"start":1724887158110,"stop":1724887158110,"duration":0}},{"uid":"f0614bd0cddaa44e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f0614bd0cddaa44e","status":"passed","time":{"start":1724886934377,"stop":1724886934377,"duration":0}},{"uid":"cde51f5815ae51ab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cde51f5815ae51ab","status":"passed","time":{"start":1724862354702,"stop":1724862354703,"duration":1}},{"uid":"9333e042ed9d6ef8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9333e042ed9d6ef8","status":"passed","time":{"start":1724861830503,"stop":1724861830503,"duration":0}},{"uid":"6da26a269d1417eb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6da26a269d1417eb","status":"passed","time":{"start":1724861685353,"stop":1724861685353,"duration":0}},{"uid":"3eabf8c3023254f0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3eabf8c3023254f0","status":"passed","time":{"start":1724861518176,"stop":1724861518177,"duration":1}}]},"d92f1b71d14260c10ba9c744c7995622:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b8e838fff3b75846","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b8e838fff3b75846","status":"passed","time":{"start":1724921045532,"stop":1724921045533,"duration":1}},{"uid":"3b4e24cb1f45d806","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3b4e24cb1f45d806","status":"passed","time":{"start":1724921020725,"stop":1724921020726,"duration":1}},{"uid":"3aafb9e8d1a1bbd4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3aafb9e8d1a1bbd4","status":"passed","time":{"start":1724917681053,"stop":1724917681054,"duration":1}},{"uid":"d68c12a83b0cc2fb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d68c12a83b0cc2fb","status":"passed","time":{"start":1724889459943,"stop":1724889459944,"duration":1}},{"uid":"7e15c7b1b31cb23a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e15c7b1b31cb23a","status":"passed","time":{"start":1724888610534,"stop":1724888610536,"duration":2}},{"uid":"2cd0c6963dc41fb5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2cd0c6963dc41fb5","status":"passed","time":{"start":1724887766848,"stop":1724887766848,"duration":0}},{"uid":"934397d6fd4d3a6b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/934397d6fd4d3a6b","status":"passed","time":{"start":1724886533243,"stop":1724886533243,"duration":0}},{"uid":"727a58b31efe66ae","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/727a58b31efe66ae","status":"passed","time":{"start":1724886311089,"stop":1724886311089,"duration":0}},{"uid":"50f58a6f4347ca3f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/50f58a6f4347ca3f","status":"passed","time":{"start":1724861760048,"stop":1724861760049,"duration":1}},{"uid":"cd123fc217f0794e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cd123fc217f0794e","status":"passed","time":{"start":1724861230828,"stop":1724861230829,"duration":1}},{"uid":"cab279ee0876e093","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cab279ee0876e093","status":"passed","time":{"start":1724861053400,"stop":1724861053401,"duration":1}},{"uid":"96c892a5def1f194","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/96c892a5def1f194","status":"passed","time":{"start":1724860914744,"stop":1724860914745,"duration":1}}]},"0594382963bea32e9c8b3542e5bec09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8368596a5cc2ad94","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8368596a5cc2ad94","status":"passed","time":{"start":1724921497757,"stop":1724921497757,"duration":0}},{"uid":"64b489ae43399774","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/64b489ae43399774","status":"passed","time":{"start":1724921408411,"stop":1724921408412,"duration":1}},{"uid":"8d97a5d9537dd508","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8d97a5d9537dd508","status":"passed","time":{"start":1724918086870,"stop":1724918086870,"duration":0}},{"uid":"fffb411c4b98685e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fffb411c4b98685e","status":"passed","time":{"start":1724889892447,"stop":1724889892447,"duration":0}},{"uid":"a1e52fa82797b96b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a1e52fa82797b96b","status":"passed","time":{"start":1724888997216,"stop":1724888997216,"duration":0}},{"uid":"18dc07e9060411f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/18dc07e9060411f9","status":"passed","time":{"start":1724888159489,"stop":1724888159490,"duration":1}},{"uid":"c0d178ed824661e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c0d178ed824661e","status":"passed","time":{"start":1724886937294,"stop":1724886937294,"duration":0}},{"uid":"a31693863d6c7e5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a31693863d6c7e5","status":"passed","time":{"start":1724886709804,"stop":1724886709805,"duration":1}},{"uid":"c4fae5db01948399","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4fae5db01948399","status":"passed","time":{"start":1724862123537,"stop":1724862123537,"duration":0}},{"uid":"9156d97c20b5121f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9156d97c20b5121f","status":"passed","time":{"start":1724861620104,"stop":1724861620104,"duration":0}},{"uid":"be7656853951f845","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/be7656853951f845","status":"passed","time":{"start":1724861460249,"stop":1724861460249,"duration":0}},{"uid":"176492e9fb0e5c06","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/176492e9fb0e5c06","status":"passed","time":{"start":1724861330171,"stop":1724861330172,"duration":1}}]},"c864c0bac1eca550589e8408da11aebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5e3194cde2657de2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5e3194cde2657de2","status":"passed","time":{"start":1724921040180,"stop":1724921040181,"duration":1}},{"uid":"62b603e14c4dba74","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/62b603e14c4dba74","status":"passed","time":{"start":1724921015574,"stop":1724921015574,"duration":0}},{"uid":"9d6a73ce3dc1188f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9d6a73ce3dc1188f","status":"passed","time":{"start":1724917675799,"stop":1724917675799,"duration":0}},{"uid":"a8d47b908443b314","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a8d47b908443b314","status":"passed","time":{"start":1724889454807,"stop":1724889454807,"duration":0}},{"uid":"6acf346a196491d6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6acf346a196491d6","status":"passed","time":{"start":1724888605323,"stop":1724888605323,"duration":0}},{"uid":"8921c365b5442776","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8921c365b5442776","status":"passed","time":{"start":1724887761648,"stop":1724887761648,"duration":0}},{"uid":"79cc67e5df16670","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/79cc67e5df16670","status":"passed","time":{"start":1724886527993,"stop":1724886527994,"duration":1}},{"uid":"d1b206e74dc8535c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d1b206e74dc8535c","status":"passed","time":{"start":1724886305812,"stop":1724886305812,"duration":0}},{"uid":"f6b141d28a8543de","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f6b141d28a8543de","status":"passed","time":{"start":1724861754710,"stop":1724861754710,"duration":0}},{"uid":"d5c6cf683c86c23d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d5c6cf683c86c23d","status":"passed","time":{"start":1724861225782,"stop":1724861225783,"duration":1}},{"uid":"164d0dbbedb6c2aa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/164d0dbbedb6c2aa","status":"passed","time":{"start":1724861047869,"stop":1724861047870,"duration":1}},{"uid":"3f339e129e49df38","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3f339e129e49df38","status":"passed","time":{"start":1724860909785,"stop":1724860909785,"duration":0}}]},"61e2985cb043a18619c4c9c7b4028939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"64c761bbc0655a78","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/64c761bbc0655a78","status":"passed","time":{"start":1724861567903,"stop":1724861567903,"duration":0}}]},"16822a1766d8608312f0f568cf362cc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3f2d46c92a16308d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3f2d46c92a16308d","status":"passed","time":{"start":1724921669871,"stop":1724921669871,"duration":0}},{"uid":"d1b317dd1729d40c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d1b317dd1729d40c","status":"passed","time":{"start":1724921630269,"stop":1724921630269,"duration":0}},{"uid":"531ef65537c5c62e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/531ef65537c5c62e","status":"passed","time":{"start":1724918332988,"stop":1724918332988,"duration":0}},{"uid":"59cb698877f6b1f2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/59cb698877f6b1f2","status":"passed","time":{"start":1724890089469,"stop":1724890089469,"duration":0}},{"uid":"91142c99fdf8941d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91142c99fdf8941d","status":"passed","time":{"start":1724889224494,"stop":1724889224494,"duration":0}},{"uid":"3b899a939a35967d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3b899a939a35967d","status":"passed","time":{"start":1724888406348,"stop":1724888406348,"duration":0}},{"uid":"b9787f96eaf53e87","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b9787f96eaf53e87","status":"passed","time":{"start":1724887175025,"stop":1724887175025,"duration":0}},{"uid":"bb88aa2c3fa4e9f8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bb88aa2c3fa4e9f8","status":"passed","time":{"start":1724886952409,"stop":1724886952409,"duration":0}},{"uid":"5ded6eb1b6695579","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ded6eb1b6695579","status":"passed","time":{"start":1724862378565,"stop":1724862378566,"duration":1}},{"uid":"be68af80f0cf74a7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/be68af80f0cf74a7","status":"passed","time":{"start":1724861846752,"stop":1724861846752,"duration":0}},{"uid":"968016d4434baf7f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/968016d4434baf7f","status":"passed","time":{"start":1724861702537,"stop":1724861702537,"duration":0}},{"uid":"65c68b255a0847ed","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/65c68b255a0847ed","status":"passed","time":{"start":1724861533460,"stop":1724861533460,"duration":0}}]},"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"456db820fbaf764b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/456db820fbaf764b","status":"passed","time":{"start":1724921665483,"stop":1724921665483,"duration":0}},{"uid":"f9f05657104b3494","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f9f05657104b3494","status":"passed","time":{"start":1724921620264,"stop":1724921620265,"duration":1}},{"uid":"557f77c07bf7baa1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/557f77c07bf7baa1","status":"passed","time":{"start":1724918327896,"stop":1724918327896,"duration":0}},{"uid":"12adc7edf00f3f60","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/12adc7edf00f3f60","status":"passed","time":{"start":1724890080825,"stop":1724890080825,"duration":0}},{"uid":"547a9de1e156f920","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/547a9de1e156f920","status":"passed","time":{"start":1724889209275,"stop":1724889209275,"duration":0}},{"uid":"42f4a85ffa033a72","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/42f4a85ffa033a72","status":"passed","time":{"start":1724888392556,"stop":1724888392557,"duration":1}},{"uid":"8868f8eb6308af20","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8868f8eb6308af20","status":"passed","time":{"start":1724887163402,"stop":1724887163402,"duration":0}},{"uid":"c9e608110f0aa1e2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c9e608110f0aa1e2","status":"passed","time":{"start":1724886939851,"stop":1724886939851,"duration":0}},{"uid":"d05648f1903408d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d05648f1903408d9","status":"passed","time":{"start":1724862357133,"stop":1724862357133,"duration":0}},{"uid":"ad0c14a2b89205f6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ad0c14a2b89205f6","status":"passed","time":{"start":1724861837825,"stop":1724861837825,"duration":0}},{"uid":"f4dc03ea1bf5341b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f4dc03ea1bf5341b","status":"passed","time":{"start":1724861694572,"stop":1724861694572,"duration":0}},{"uid":"21eff3aa96fce068","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/21eff3aa96fce068","status":"passed","time":{"start":1724861523916,"stop":1724861523916,"duration":0}}]},"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"67dd8fc2974c3527","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/67dd8fc2974c3527","status":"passed","time":{"start":1724921128566,"stop":1724921128566,"duration":0}},{"uid":"8edbdc920ae8ce1b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8edbdc920ae8ce1b","status":"passed","time":{"start":1724921103674,"stop":1724921103674,"duration":0}},{"uid":"56cc9fdf1109fd2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/56cc9fdf1109fd2","status":"passed","time":{"start":1724917763726,"stop":1724917763726,"duration":0}},{"uid":"b42019981922c3e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b42019981922c3e5","status":"passed","time":{"start":1724889543368,"stop":1724889543368,"duration":0}},{"uid":"2c1283d5245ed69b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c1283d5245ed69b","status":"passed","time":{"start":1724888692503,"stop":1724888692503,"duration":0}},{"uid":"88c26ba6d811ca9f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/88c26ba6d811ca9f","status":"passed","time":{"start":1724887850413,"stop":1724887850413,"duration":0}},{"uid":"336518ebe9916900","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/336518ebe9916900","status":"passed","time":{"start":1724886617174,"stop":1724886617175,"duration":1}},{"uid":"393ebffeabc8856b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/393ebffeabc8856b","status":"passed","time":{"start":1724886394904,"stop":1724886394905,"duration":1}},{"uid":"75abe338de82c9cc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/75abe338de82c9cc","status":"passed","time":{"start":1724861844371,"stop":1724861844371,"duration":0}},{"uid":"72ff8415c6a89b8a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/72ff8415c6a89b8a","status":"passed","time":{"start":1724861313408,"stop":1724861313408,"duration":0}},{"uid":"9277d7d921d1f57e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9277d7d921d1f57e","status":"passed","time":{"start":1724861139649,"stop":1724861139650,"duration":1}},{"uid":"68e16ffce749a418","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/68e16ffce749a418","status":"passed","time":{"start":1724860999510,"stop":1724860999511,"duration":1}}]},"d55228d85711425bc1d26d56f50560fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fa46a34c23c596bc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fa46a34c23c596bc","status":"passed","time":{"start":1724887018313,"stop":1724887018313,"duration":0}}]},"3e90beb5221169dbe076c41dc4e44285:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"25a64aa501782a7b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/25a64aa501782a7b","status":"passed","time":{"start":1724861655159,"stop":1724861655159,"duration":0}}]},"57d70b2cb6f31be2728fe57fe3e0d54d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ffa356eede5230f9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ffa356eede5230f9","status":"passed","time":{"start":1724921267868,"stop":1724921267869,"duration":1}},{"uid":"4f40d3d2a0bf714a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4f40d3d2a0bf714a","status":"passed","time":{"start":1724921244364,"stop":1724921244367,"duration":3}},{"uid":"e3d8aad53c4beb27","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e3d8aad53c4beb27","status":"passed","time":{"start":1724917916043,"stop":1724917916044,"duration":1}},{"uid":"3a67462901ce43c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a67462901ce43c9","status":"passed","time":{"start":1724889678254,"stop":1724889678254,"duration":0}},{"uid":"a46fd2422999cffc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a46fd2422999cffc","status":"passed","time":{"start":1724888831683,"stop":1724888831683,"duration":0}},{"uid":"a59c6da4b8659b21","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a59c6da4b8659b21","status":"passed","time":{"start":1724888003319,"stop":1724888003319,"duration":0}},{"uid":"1682ec0591dbef53","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1682ec0591dbef53","status":"passed","time":{"start":1724886776608,"stop":1724886776608,"duration":0}},{"uid":"7034a3e2ad700199","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7034a3e2ad700199","status":"passed","time":{"start":1724886555792,"stop":1724886555795,"duration":3}},{"uid":"7af4fe70e52f45d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7af4fe70e52f45d8","status":"passed","time":{"start":1724861983005,"stop":1724861983006,"duration":1}},{"uid":"ae4e159da877f097","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ae4e159da877f097","status":"passed","time":{"start":1724861444065,"stop":1724861444066,"duration":1}},{"uid":"54ad108f3beacfc9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/54ad108f3beacfc9","status":"passed","time":{"start":1724861285828,"stop":1724861285829,"duration":1}},{"uid":"571c08e417364023","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/571c08e417364023","status":"passed","time":{"start":1724861145664,"stop":1724861145665,"duration":1}}]},"029d28d2d6cf7e377833a89f6aa8bab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e0ef633ae806cb84","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e0ef633ae806cb84","status":"passed","time":{"start":1724921529586,"stop":1724921529586,"duration":0}},{"uid":"fe2b5fd7f8b511a9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fe2b5fd7f8b511a9","status":"passed","time":{"start":1724921488880,"stop":1724921488880,"duration":0}},{"uid":"23a6629b762c614f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/23a6629b762c614f","status":"passed","time":{"start":1724918203687,"stop":1724918203687,"duration":0}},{"uid":"5d7d1f9bf2cd08db","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5d7d1f9bf2cd08db","status":"passed","time":{"start":1724889938363,"stop":1724889938363,"duration":0}},{"uid":"61bd32e7c26832fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/61bd32e7c26832fd","status":"passed","time":{"start":1724889077067,"stop":1724889077067,"duration":0}},{"uid":"7a0317cf6fa16bc9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7a0317cf6fa16bc9","status":"passed","time":{"start":1724888268035,"stop":1724888268036,"duration":1}},{"uid":"40b4950a5dcf591a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/40b4950a5dcf591a","status":"passed","time":{"start":1724887032406,"stop":1724887032407,"duration":1}},{"uid":"84fca205ad545b72","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/84fca205ad545b72","status":"passed","time":{"start":1724886822821,"stop":1724886822821,"duration":0}},{"uid":"a1ef819ca369f25f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a1ef819ca369f25f","status":"passed","time":{"start":1724862233511,"stop":1724862233512,"duration":1}},{"uid":"799e4ef04daa153","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/799e4ef04daa153","status":"passed","time":{"start":1724861712671,"stop":1724861712671,"duration":0}},{"uid":"21680a04051269c6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/21680a04051269c6","status":"passed","time":{"start":1724861567890,"stop":1724861567890,"duration":0}},{"uid":"7212b9a403b37c5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7212b9a403b37c5","status":"passed","time":{"start":1724861392055,"stop":1724861392055,"duration":0}}]},"157a8cb15ba38d6841cc7163c7b624e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ec893939505b729c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ec893939505b729c","status":"passed","time":{"start":1724921564776,"stop":1724921564776,"duration":0}},{"uid":"4ca9008b1b4704e0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4ca9008b1b4704e0","status":"passed","time":{"start":1724921518820,"stop":1724921518821,"duration":1}},{"uid":"74f1409074480e1e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/74f1409074480e1e","status":"passed","time":{"start":1724918229399,"stop":1724918229399,"duration":0}},{"uid":"cfec9534ca662425","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cfec9534ca662425","status":"passed","time":{"start":1724889980702,"stop":1724889980702,"duration":0}},{"uid":"80ba4aa86af5d3c6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80ba4aa86af5d3c6","status":"passed","time":{"start":1724889111162,"stop":1724889111163,"duration":1}},{"uid":"a7bf8d78fa5d2c5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a7bf8d78fa5d2c5","status":"passed","time":{"start":1724888292533,"stop":1724888292533,"duration":0}},{"uid":"bf13a72716194012","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bf13a72716194012","status":"passed","time":{"start":1724887068225,"stop":1724887068225,"duration":0}},{"uid":"4938b5742df53846","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4938b5742df53846","status":"passed","time":{"start":1724886848925,"stop":1724886848926,"duration":1}},{"uid":"4baff0f551e2210a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4baff0f551e2210a","status":"passed","time":{"start":1724862262047,"stop":1724862262047,"duration":0}},{"uid":"533fcc7792c12fce","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/533fcc7792c12fce","status":"passed","time":{"start":1724861741893,"stop":1724861741893,"duration":0}},{"uid":"968614f1201603b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/968614f1201603b","status":"passed","time":{"start":1724861599491,"stop":1724861599492,"duration":1}},{"uid":"9eb45bddb768a34e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9eb45bddb768a34e","status":"passed","time":{"start":1724861428475,"stop":1724861428475,"duration":0}}]},"b40cd5e2428d3792bac2155e0a9bce97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"47aecb8f33927f95","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/47aecb8f33927f95","status":"passed","time":{"start":1724921529571,"stop":1724921529571,"duration":0}},{"uid":"87de082556496c76","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/87de082556496c76","status":"passed","time":{"start":1724921488873,"stop":1724921488873,"duration":0}},{"uid":"c6fcd745fb7bfe33","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c6fcd745fb7bfe33","status":"passed","time":{"start":1724918203668,"stop":1724918203669,"duration":1}},{"uid":"c90e1883caa890db","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c90e1883caa890db","status":"passed","time":{"start":1724889938352,"stop":1724889938352,"duration":0}},{"uid":"a724978541b40501","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a724978541b40501","status":"passed","time":{"start":1724889077032,"stop":1724889077032,"duration":0}},{"uid":"486f23c14e05e24e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/486f23c14e05e24e","status":"passed","time":{"start":1724888268006,"stop":1724888268007,"duration":1}},{"uid":"99af6f2c60ac75f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/99af6f2c60ac75f9","status":"passed","time":{"start":1724887032389,"stop":1724887032389,"duration":0}},{"uid":"3f8e031bddb5e9e1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3f8e031bddb5e9e1","status":"passed","time":{"start":1724886822785,"stop":1724886822785,"duration":0}},{"uid":"cbe09136be807c6d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cbe09136be807c6d","status":"passed","time":{"start":1724862233503,"stop":1724862233503,"duration":0}},{"uid":"c46e6f91773c7387","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c46e6f91773c7387","status":"passed","time":{"start":1724861712663,"stop":1724861712664,"duration":1}},{"uid":"99477c4e6519af3c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/99477c4e6519af3c","status":"passed","time":{"start":1724861567880,"stop":1724861567881,"duration":1}},{"uid":"ae84fb47b1e14716","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ae84fb47b1e14716","status":"passed","time":{"start":1724861392038,"stop":1724861392039,"duration":1}}]},"5915b8b108d1e876eca61369f96c4878:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"defb56199a18c858","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/defb56199a18c858","status":"passed","time":{"start":1724861428478,"stop":1724861428478,"duration":0}}]},"59981961fb7bd36f7cdce84c5dcb943f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dafd7697dda829b0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dafd7697dda829b0","status":"passed","time":{"start":1724861444068,"stop":1724861444068,"duration":0}}]},"518f46a704ba69e2a708ee64a4c9b59a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"97cc61a059faf695","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/97cc61a059faf695","status":"passed","time":{"start":1724921619637,"stop":1724921619638,"duration":1}}]},"c3975a5638fcfc067a753978f0582b0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ef67c6410919023","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ef67c6410919023","status":"passed","time":{"start":1724889144082,"stop":1724889144082,"duration":0}}]},"66156d56cfb39dcc2b16657c92e763c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c10d6e09cfe0b3a4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c10d6e09cfe0b3a4","status":"passed","time":{"start":1724921061374,"stop":1724921061375,"duration":1}},{"uid":"c16baa6b42d794b9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c16baa6b42d794b9","status":"passed","time":{"start":1724921036566,"stop":1724921036568,"duration":2}},{"uid":"77d73f25e0ea68ea","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/77d73f25e0ea68ea","status":"passed","time":{"start":1724917696996,"stop":1724917696997,"duration":1}},{"uid":"741f5429d0ed907b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/741f5429d0ed907b","status":"passed","time":{"start":1724889475439,"stop":1724889475439,"duration":0}},{"uid":"a4505fc5c5fa4e34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a4505fc5c5fa4e34","status":"passed","time":{"start":1724888626533,"stop":1724888626533,"duration":0}},{"uid":"6b2f2fd5f9479407","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b2f2fd5f9479407","status":"passed","time":{"start":1724887782741,"stop":1724887782741,"duration":0}},{"uid":"1e99973d5ddb7276","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1e99973d5ddb7276","status":"passed","time":{"start":1724886549353,"stop":1724886549353,"duration":0}},{"uid":"78d0a710274ae84","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/78d0a710274ae84","status":"passed","time":{"start":1724886326877,"stop":1724886326878,"duration":1}},{"uid":"756f42c667244cff","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/756f42c667244cff","status":"passed","time":{"start":1724861776304,"stop":1724861776305,"duration":1}},{"uid":"5485dd676c85800c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5485dd676c85800c","status":"passed","time":{"start":1724861246689,"stop":1724861246691,"duration":2}},{"uid":"13cdf7678ff31d30","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/13cdf7678ff31d30","status":"passed","time":{"start":1724861070675,"stop":1724861070676,"duration":1}},{"uid":"7e722cb43b20b2aa","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7e722cb43b20b2aa","status":"passed","time":{"start":1724860931333,"stop":1724860931334,"duration":1}}]},"bb18bf6ef78593032d369a24fcc31239:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ba6c47bdcf882140","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ba6c47bdcf882140","status":"passed","time":{"start":1724921559016,"stop":1724921559017,"duration":1}},{"uid":"4654055dbcb7b09d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4654055dbcb7b09d","status":"passed","time":{"start":1724921524131,"stop":1724921524132,"duration":1}},{"uid":"3d36ad7dd6f1251b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3d36ad7dd6f1251b","status":"passed","time":{"start":1724918241662,"stop":1724918241663,"duration":1}},{"uid":"2c8cd4c8a4eefddf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c8cd4c8a4eefddf","status":"passed","time":{"start":1724889975475,"stop":1724889975476,"duration":1}},{"uid":"fb6d882a6c410382","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb6d882a6c410382","status":"passed","time":{"start":1724889106060,"stop":1724889106060,"duration":0}},{"uid":"d48799e3126a965b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d48799e3126a965b","status":"passed","time":{"start":1724888289482,"stop":1724888289482,"duration":0}},{"uid":"39b4d47c23717a1c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/39b4d47c23717a1c","status":"passed","time":{"start":1724887057703,"stop":1724887057703,"duration":0}},{"uid":"82f0fc5193c204cf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/82f0fc5193c204cf","status":"passed","time":{"start":1724886839398,"stop":1724886839399,"duration":1}},{"uid":"2a71550a6c1c475a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2a71550a6c1c475a","status":"passed","time":{"start":1724862256092,"stop":1724862256093,"duration":1}},{"uid":"f36e58f04b09f550","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f36e58f04b09f550","status":"passed","time":{"start":1724861742234,"stop":1724861742234,"duration":0}},{"uid":"bf1cdee487be6849","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bf1cdee487be6849","status":"passed","time":{"start":1724861595394,"stop":1724861595396,"duration":2}},{"uid":"22478556b4aad2f0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/22478556b4aad2f0","status":"passed","time":{"start":1724861424068,"stop":1724861424069,"duration":1}}]},"e4e72a8fa5b7d654e51f3e711026836b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cba0787fc9d90e08","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cba0787fc9d90e08","status":"passed","time":{"start":1724921515220,"stop":1724921515220,"duration":0}},{"uid":"5dbf14c2848a4036","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5dbf14c2848a4036","status":"passed","time":{"start":1724921475438,"stop":1724921475438,"duration":0}},{"uid":"a3bf5de39137b534","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a3bf5de39137b534","status":"passed","time":{"start":1724918179380,"stop":1724918179380,"duration":0}},{"uid":"6c431ad558d0e12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c431ad558d0e12","status":"passed","time":{"start":1724889935334,"stop":1724889935334,"duration":0}},{"uid":"796585be9d072d34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/796585be9d072d34","status":"passed","time":{"start":1724889072746,"stop":1724889072746,"duration":0}},{"uid":"3515b234d1ed8205","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3515b234d1ed8205","status":"passed","time":{"start":1724888232408,"stop":1724888232409,"duration":1}},{"uid":"adfe758f80225f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/adfe758f80225f","status":"passed","time":{"start":1724887018288,"stop":1724887018288,"duration":0}},{"uid":"f75fd2f4d8bb5f12","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f75fd2f4d8bb5f12","status":"passed","time":{"start":1724886781472,"stop":1724886781473,"duration":1}},{"uid":"dd5734b12a7908be","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd5734b12a7908be","status":"passed","time":{"start":1724862213655,"stop":1724862213656,"duration":1}},{"uid":"4d218f459e2d961","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4d218f459e2d961","status":"passed","time":{"start":1724861685848,"stop":1724861685848,"duration":0}},{"uid":"a104d8cd956c27ae","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a104d8cd956c27ae","status":"passed","time":{"start":1724861546163,"stop":1724861546163,"duration":0}},{"uid":"e461d76d52429f31","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e461d76d52429f31","status":"passed","time":{"start":1724861378104,"stop":1724861378104,"duration":0}}]},"86a53e5a04ed2abdfb829012d731ce1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"56fe984247bbb72f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/56fe984247bbb72f","status":"passed","time":{"start":1724921379978,"stop":1724921379978,"duration":0}},{"uid":"7a970cbc917c2056","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7a970cbc917c2056","status":"passed","time":{"start":1724921359711,"stop":1724921359712,"duration":1}},{"uid":"4f642f85995fcb55","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4f642f85995fcb55","status":"passed","time":{"start":1724918127234,"stop":1724918127237,"duration":3}},{"uid":"aa9bd75aeccd0dc4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aa9bd75aeccd0dc4","status":"passed","time":{"start":1724889805611,"stop":1724889805611,"duration":0}},{"uid":"422ac988d39b9bb1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/422ac988d39b9bb1","status":"passed","time":{"start":1724888940683,"stop":1724888940683,"duration":0}},{"uid":"24006e3009028c2d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/24006e3009028c2d","status":"passed","time":{"start":1724888168647,"stop":1724888168647,"duration":0}},{"uid":"e0bc88b3cff80cb8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e0bc88b3cff80cb8","status":"passed","time":{"start":1724886924215,"stop":1724886924216,"duration":1}},{"uid":"8ea190adaf460169","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8ea190adaf460169","status":"passed","time":{"start":1724886701804,"stop":1724886701804,"duration":0}},{"uid":"91d341ced617a439","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91d341ced617a439","status":"passed","time":{"start":1724862112739,"stop":1724862112740,"duration":1}},{"uid":"6b04f36592f094d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6b04f36592f094d","status":"passed","time":{"start":1724861584866,"stop":1724861584867,"duration":1}},{"uid":"2c57e5180ab9b8b4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2c57e5180ab9b8b4","status":"passed","time":{"start":1724861464478,"stop":1724861464478,"duration":0}},{"uid":"7d7ca7c0e9eb89b8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7d7ca7c0e9eb89b8","status":"passed","time":{"start":1724861254910,"stop":1724861254910,"duration":0}}]},"b827439f452a11766780f806c1333aa9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9d16d5ca762ffee2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9d16d5ca762ffee2","status":"passed","time":{"start":1724888336458,"stop":1724888336458,"duration":0}}]},"616a707ea6255f6985c701d87f308721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ac1c9306ef7a24b8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ac1c9306ef7a24b8","status":"passed","time":{"start":1724921297019,"stop":1724921297019,"duration":0}},{"uid":"b706a3345f7e6d97","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b706a3345f7e6d97","status":"passed","time":{"start":1724921276381,"stop":1724921276382,"duration":1}},{"uid":"740c598c5b7e1c67","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/740c598c5b7e1c67","status":"passed","time":{"start":1724917948331,"stop":1724917948331,"duration":0}},{"uid":"4102a8aae1ed88f3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4102a8aae1ed88f3","status":"passed","time":{"start":1724889729020,"stop":1724889729021,"duration":1}},{"uid":"395cf902864dcb8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/395cf902864dcb8","status":"passed","time":{"start":1724888864961,"stop":1724888864961,"duration":0}},{"uid":"fdf780f537a8f65c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fdf780f537a8f65c","status":"passed","time":{"start":1724888053753,"stop":1724888053753,"duration":0}},{"uid":"b2c5b89b7425f1e4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b2c5b89b7425f1e4","status":"passed","time":{"start":1724886811668,"stop":1724886811668,"duration":0}},{"uid":"73f310f14f119dc3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/73f310f14f119dc3","status":"passed","time":{"start":1724886581010,"stop":1724886581010,"duration":0}},{"uid":"e1df0091cb502a10","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e1df0091cb502a10","status":"passed","time":{"start":1724862019566,"stop":1724862019566,"duration":0}},{"uid":"825d59c8d9883496","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/825d59c8d9883496","status":"passed","time":{"start":1724861493944,"stop":1724861493944,"duration":0}},{"uid":"f1ec0c0da4367980","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f1ec0c0da4367980","status":"passed","time":{"start":1724861318064,"stop":1724861318065,"duration":1}},{"uid":"b28ccbf79170ed4b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b28ccbf79170ed4b","status":"passed","time":{"start":1724861178524,"stop":1724861178524,"duration":0}}]},"87fe34f1954a2fba5cbc381cc6dcf6d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"81ba405379ee4ba7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/81ba405379ee4ba7","status":"passed","time":{"start":1724921037654,"stop":1724921037654,"duration":0}},{"uid":"e11aeafbfa83943b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e11aeafbfa83943b","status":"passed","time":{"start":1724921013068,"stop":1724921013069,"duration":1}},{"uid":"f50be60c3ae8b23e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f50be60c3ae8b23e","status":"passed","time":{"start":1724917673309,"stop":1724917673309,"duration":0}},{"uid":"3854389347402087","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3854389347402087","status":"passed","time":{"start":1724889452328,"stop":1724889452328,"duration":0}},{"uid":"1c0e79a0c8025335","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c0e79a0c8025335","status":"passed","time":{"start":1724888602861,"stop":1724888602861,"duration":0}},{"uid":"88aa81b42a5686b4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/88aa81b42a5686b4","status":"passed","time":{"start":1724887759181,"stop":1724887759181,"duration":0}},{"uid":"6e8bec2e850c9721","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6e8bec2e850c9721","status":"passed","time":{"start":1724886525558,"stop":1724886525559,"duration":1}},{"uid":"7a7af9e753be675e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7a7af9e753be675e","status":"passed","time":{"start":1724886303415,"stop":1724886303415,"duration":0}},{"uid":"2975bb1fed11c4a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2975bb1fed11c4a6","status":"passed","time":{"start":1724861752251,"stop":1724861752251,"duration":0}},{"uid":"9dbd765accf3996f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9dbd765accf3996f","status":"passed","time":{"start":1724861223371,"stop":1724861223372,"duration":1}},{"uid":"b76612da416aefbe","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b76612da416aefbe","status":"passed","time":{"start":1724861045221,"stop":1724861045221,"duration":0}},{"uid":"607127e63b358672","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/607127e63b358672","status":"passed","time":{"start":1724860907107,"stop":1724860907108,"duration":1}}]},"6768c514e62af9499d64f2876ad1b958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d5a973d7118120e7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d5a973d7118120e7","status":"passed","time":{"start":1724921658747,"stop":1724921658747,"duration":0}},{"uid":"a0ae00fdc18d6c2b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a0ae00fdc18d6c2b","status":"passed","time":{"start":1724921609581,"stop":1724921609582,"duration":1}},{"uid":"4f9c93e50402fe21","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4f9c93e50402fe21","status":"passed","time":{"start":1724918323462,"stop":1724918323462,"duration":0}},{"uid":"aa86f7e4384519ec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aa86f7e4384519ec","status":"passed","time":{"start":1724890071667,"stop":1724890071667,"duration":0}},{"uid":"d371371a11ff59c4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d371371a11ff59c4","status":"passed","time":{"start":1724889207708,"stop":1724889207708,"duration":0}},{"uid":"d8a0c6310b10a978","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d8a0c6310b10a978","status":"passed","time":{"start":1724888386328,"stop":1724888386328,"duration":0}},{"uid":"3573e2891b5c33e5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3573e2891b5c33e5","status":"passed","time":{"start":1724887153936,"stop":1724887153937,"duration":1}},{"uid":"4786ed2b45da0931","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4786ed2b45da0931","status":"passed","time":{"start":1724886927403,"stop":1724886927405,"duration":2}},{"uid":"6ec13db73881c730","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6ec13db73881c730","status":"passed","time":{"start":1724862360111,"stop":1724862360111,"duration":0}},{"uid":"730bf83ddef676c6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/730bf83ddef676c6","status":"passed","time":{"start":1724861832844,"stop":1724861832845,"duration":1}},{"uid":"b720733acfcea6fb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b720733acfcea6fb","status":"passed","time":{"start":1724861687430,"stop":1724861687431,"duration":1}},{"uid":"50ad4332ef9d0226","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/50ad4332ef9d0226","status":"passed","time":{"start":1724861513180,"stop":1724861513180,"duration":0}}]},"0e28108fcff28b559e8df008277df518:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"523f9b0f66c1d697","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/523f9b0f66c1d697","status":"passed","time":{"start":1724887032415,"stop":1724887032415,"duration":0}}]},"713a95328ac8f822756ed1917a2e3407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"da8ace76c14fcabd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/da8ace76c14fcabd","status":"passed","time":{"start":1724921529578,"stop":1724921529578,"duration":0}},{"uid":"e622c12e3e0df816","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e622c12e3e0df816","status":"passed","time":{"start":1724921488876,"stop":1724921488876,"duration":0}},{"uid":"ae332342195ae428","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ae332342195ae428","status":"passed","time":{"start":1724918203677,"stop":1724918203677,"duration":0}},{"uid":"ed9fc08b6b4ca9a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ed9fc08b6b4ca9a7","status":"passed","time":{"start":1724889938355,"stop":1724889938355,"duration":0}},{"uid":"d0f7803cf2e31b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d0f7803cf2e31b","status":"passed","time":{"start":1724889077058,"stop":1724889077059,"duration":1}},{"uid":"c30be2d23374452e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c30be2d23374452e","status":"passed","time":{"start":1724888268012,"stop":1724888268014,"duration":2}},{"uid":"6e5a2698f5bb6b84","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6e5a2698f5bb6b84","status":"passed","time":{"start":1724887032394,"stop":1724887032395,"duration":1}},{"uid":"1543563fefa9b0a7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1543563fefa9b0a7","status":"passed","time":{"start":1724886822788,"stop":1724886822788,"duration":0}},{"uid":"46946f83ce6479f5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/46946f83ce6479f5","status":"passed","time":{"start":1724862233506,"stop":1724862233506,"duration":0}},{"uid":"9728244a6dffea86","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9728244a6dffea86","status":"passed","time":{"start":1724861712666,"stop":1724861712667,"duration":1}},{"uid":"829095ac6974c552","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/829095ac6974c552","status":"passed","time":{"start":1724861567884,"stop":1724861567885,"duration":1}},{"uid":"bdc74ff93d119ef9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bdc74ff93d119ef9","status":"passed","time":{"start":1724861392047,"stop":1724861392048,"duration":1}}]},"7e48da6a07eda3c9d829363fccd0abf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cc1cb25c5fb5740e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cc1cb25c5fb5740e","status":"passed","time":{"start":1724921515230,"stop":1724921515231,"duration":1}},{"uid":"a16ea39ff184d17d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a16ea39ff184d17d","status":"passed","time":{"start":1724921475457,"stop":1724921475458,"duration":1}},{"uid":"8345c92c03c66b25","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8345c92c03c66b25","status":"passed","time":{"start":1724918179404,"stop":1724918179404,"duration":0}},{"uid":"43328051e45fa819","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/43328051e45fa819","status":"passed","time":{"start":1724889935344,"stop":1724889935344,"duration":0}},{"uid":"bb3b3e1bd5833368","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bb3b3e1bd5833368","status":"passed","time":{"start":1724889072758,"stop":1724889072758,"duration":0}},{"uid":"195224f22c2b38dd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/195224f22c2b38dd","status":"passed","time":{"start":1724888232419,"stop":1724888232420,"duration":1}},{"uid":"6eb327dce3a9b8ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6eb327dce3a9b8ea","status":"passed","time":{"start":1724887018306,"stop":1724887018306,"duration":0}},{"uid":"8072fe4889611a1c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8072fe4889611a1c","status":"passed","time":{"start":1724886781483,"stop":1724886781484,"duration":1}},{"uid":"63610ca6776b21ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/63610ca6776b21ba","status":"passed","time":{"start":1724862213667,"stop":1724862213667,"duration":0}},{"uid":"1532659d8f34035b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1532659d8f34035b","status":"passed","time":{"start":1724861685860,"stop":1724861685860,"duration":0}},{"uid":"c93671f8332091ca","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c93671f8332091ca","status":"passed","time":{"start":1724861546181,"stop":1724861546181,"duration":0}},{"uid":"c798374a46586028","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c798374a46586028","status":"passed","time":{"start":1724861378115,"stop":1724861378116,"duration":1}}]},"421132b53cd5d0c6f25242ef427f7dc2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"71292dc884080293","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/71292dc884080293","status":"passed","time":{"start":1724889980705,"stop":1724889980705,"duration":0}}]},"aab8ed67beed8513143c3119293db985:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f4a37d55a16ff1f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1f4a37d55a16ff1f","status":"passed","time":{"start":1724861599499,"stop":1724861599499,"duration":0}}]},"199a3392f62acb07a851cfef0732a94d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ef605e09e1940489","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ef605e09e1940489","status":"passed","time":{"start":1724861475032,"stop":1724861475038,"duration":6}}]},"d69b90a40412201ad3f115d478e406ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"851c6478bc79a3ae","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/851c6478bc79a3ae","status":"passed","time":{"start":1724921098916,"stop":1724921098918,"duration":2}},{"uid":"3d51db6224f0c8a9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3d51db6224f0c8a9","status":"passed","time":{"start":1724921073394,"stop":1724921073395,"duration":1}},{"uid":"43b8c7dc2f24df8e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/43b8c7dc2f24df8e","status":"passed","time":{"start":1724917744662,"stop":1724917744662,"duration":0}},{"uid":"dd51949efd43e977","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd51949efd43e977","status":"passed","time":{"start":1724889518043,"stop":1724889518043,"duration":0}},{"uid":"b75eeb2b744bdbc6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b75eeb2b744bdbc6","status":"passed","time":{"start":1724888665801,"stop":1724888665802,"duration":1}},{"uid":"4a5165f2633b37af","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a5165f2633b37af","status":"passed","time":{"start":1724887821951,"stop":1724887821952,"duration":1}},{"uid":"d68575619eea27b5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d68575619eea27b5","status":"passed","time":{"start":1724886586925,"stop":1724886586925,"duration":0}},{"uid":"590919b258d248cf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/590919b258d248cf","status":"passed","time":{"start":1724886375230,"stop":1724886375231,"duration":1}},{"uid":"afa97424afc7a91","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/afa97424afc7a91","status":"passed","time":{"start":1724861815216,"stop":1724861815217,"duration":1}},{"uid":"41ebed44a864acf9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/41ebed44a864acf9","status":"passed","time":{"start":1724861291721,"stop":1724861291722,"duration":1}},{"uid":"d0d44b2c91b3e871","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d0d44b2c91b3e871","status":"passed","time":{"start":1724861109877,"stop":1724861109878,"duration":1}},{"uid":"c43be1e2ed46f5e2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c43be1e2ed46f5e2","status":"passed","time":{"start":1724860972341,"stop":1724860972342,"duration":1}}]},"f248704e2b65823722fef4ea08528e23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"19c216099db73e59","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/19c216099db73e59","status":"passed","time":{"start":1724921564770,"stop":1724921564771,"duration":1}},{"uid":"ee3c6ce782f92067","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ee3c6ce782f92067","status":"passed","time":{"start":1724921518779,"stop":1724921518780,"duration":1}},{"uid":"986d25419c57e384","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/986d25419c57e384","status":"passed","time":{"start":1724918229394,"stop":1724918229394,"duration":0}},{"uid":"fb29fd6dbbe8822d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb29fd6dbbe8822d","status":"passed","time":{"start":1724889980691,"stop":1724889980692,"duration":1}},{"uid":"2108a8cd7b1b3b68","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2108a8cd7b1b3b68","status":"passed","time":{"start":1724889111153,"stop":1724889111154,"duration":1}},{"uid":"8cc3fbe30ce7d328","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8cc3fbe30ce7d328","status":"passed","time":{"start":1724888292523,"stop":1724888292524,"duration":1}},{"uid":"7bfb624e145fb074","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7bfb624e145fb074","status":"passed","time":{"start":1724887068218,"stop":1724887068219,"duration":1}},{"uid":"336645ecba6fd1ee","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/336645ecba6fd1ee","status":"passed","time":{"start":1724886848916,"stop":1724886848917,"duration":1}},{"uid":"d128f306a80575f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d128f306a80575f9","status":"passed","time":{"start":1724862262041,"stop":1724862262042,"duration":1}},{"uid":"8eafb94b7a05dfb7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8eafb94b7a05dfb7","status":"passed","time":{"start":1724861741885,"stop":1724861741885,"duration":0}},{"uid":"199e4d1c0e936b99","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/199e4d1c0e936b99","status":"passed","time":{"start":1724861599480,"stop":1724861599480,"duration":0}},{"uid":"a1114379bdb7a7d1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a1114379bdb7a7d1","status":"passed","time":{"start":1724861428469,"stop":1724861428470,"duration":1}}]},"6bba0f4528bed3887287065f399abcb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c3a479b6898dc842","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c3a479b6898dc842","status":"passed","time":{"start":1724921045535,"stop":1724921045535,"duration":0}},{"uid":"955374c72e529922","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/955374c72e529922","status":"passed","time":{"start":1724921020728,"stop":1724921020729,"duration":1}},{"uid":"63319cab01cef793","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/63319cab01cef793","status":"passed","time":{"start":1724917681058,"stop":1724917681060,"duration":2}},{"uid":"27f9b775ef5e137e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/27f9b775ef5e137e","status":"passed","time":{"start":1724889459952,"stop":1724889459953,"duration":1}},{"uid":"f4aab9528790287a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f4aab9528790287a","status":"passed","time":{"start":1724888610541,"stop":1724888610542,"duration":1}},{"uid":"a10cfa737ecf8912","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a10cfa737ecf8912","status":"passed","time":{"start":1724887766850,"stop":1724887766850,"duration":0}},{"uid":"681f071e3ecfc241","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/681f071e3ecfc241","status":"passed","time":{"start":1724886533246,"stop":1724886533246,"duration":0}},{"uid":"432c37dbd8f3eb07","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/432c37dbd8f3eb07","status":"passed","time":{"start":1724886311093,"stop":1724886311094,"duration":1}},{"uid":"1895ec274ec2c098","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1895ec274ec2c098","status":"passed","time":{"start":1724861760051,"stop":1724861760052,"duration":1}},{"uid":"47b718e0dc9cdc55","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/47b718e0dc9cdc55","status":"passed","time":{"start":1724861230834,"stop":1724861230835,"duration":1}},{"uid":"5a98d423d35ed9db","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5a98d423d35ed9db","status":"passed","time":{"start":1724861053407,"stop":1724861053408,"duration":1}},{"uid":"bf10f68448642b1e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bf10f68448642b1e","status":"passed","time":{"start":1724860914747,"stop":1724860914747,"duration":0}}]},"6c964751053cbe5c30dacd35bed95023:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3bb55abc564f8f8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3bb55abc564f8f8","status":"passed","time":{"start":1724921270364,"stop":1724921270364,"duration":0}},{"uid":"e7ca83deb6ca64d5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e7ca83deb6ca64d5","status":"passed","time":{"start":1724921247826,"stop":1724921247826,"duration":0}},{"uid":"93ff21d5d05388f1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/93ff21d5d05388f1","status":"passed","time":{"start":1724917989824,"stop":1724917989824,"duration":0}},{"uid":"4916a76761675763","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4916a76761675763","status":"passed","time":{"start":1724889678568,"stop":1724889678569,"duration":1}},{"uid":"b7b8369bcf38969e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b7b8369bcf38969e","status":"passed","time":{"start":1724888829847,"stop":1724888829847,"duration":0}},{"uid":"8ba56aa0759b0584","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8ba56aa0759b0584","status":"passed","time":{"start":1724888077015,"stop":1724888077015,"duration":0}},{"uid":"67e36d2ac2ad717a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/67e36d2ac2ad717a","status":"passed","time":{"start":1724886851130,"stop":1724886851130,"duration":0}},{"uid":"2375cfc2aba3d8ee","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2375cfc2aba3d8ee","status":"passed","time":{"start":1724886647120,"stop":1724886647121,"duration":1}},{"uid":"270a8d5163a5847e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/270a8d5163a5847e","status":"passed","time":{"start":1724861992716,"stop":1724861992716,"duration":0}},{"uid":"e629a6eedb74d09","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e629a6eedb74d09","status":"passed","time":{"start":1724861469648,"stop":1724861469648,"duration":0}},{"uid":"c9db0f612dd61942","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c9db0f612dd61942","status":"passed","time":{"start":1724861284870,"stop":1724861284870,"duration":0}},{"uid":"7dfe45c90fbbd76b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7dfe45c90fbbd76b","status":"passed","time":{"start":1724861145818,"stop":1724861145818,"duration":0}}]},"31e4c7828708bf30709aa1e135ae6cfe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8d2d1f1ddbccb558","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8d2d1f1ddbccb558","status":"passed","time":{"start":1724889980706,"stop":1724889980706,"duration":0}}]},"9a0af2b5cc43fb62c086cad6069eb389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6c709d1b0fbb1aa8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6c709d1b0fbb1aa8","status":"passed","time":{"start":1724921379978,"stop":1724921379979,"duration":1}},{"uid":"9054efc0e61f179d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9054efc0e61f179d","status":"passed","time":{"start":1724921359712,"stop":1724921359713,"duration":1}},{"uid":"86b242e0d287f502","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/86b242e0d287f502","status":"passed","time":{"start":1724918127240,"stop":1724918127243,"duration":3}},{"uid":"cb7f9f3f7dab9b75","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cb7f9f3f7dab9b75","status":"passed","time":{"start":1724889805611,"stop":1724889805612,"duration":1}},{"uid":"599dac25d930cc0c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/599dac25d930cc0c","status":"passed","time":{"start":1724888940684,"stop":1724888940685,"duration":1}},{"uid":"84b2191a68f8c2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/84b2191a68f8c2","status":"passed","time":{"start":1724888168648,"stop":1724888168648,"duration":0}},{"uid":"210a46e88ea49a6e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/210a46e88ea49a6e","status":"passed","time":{"start":1724886924216,"stop":1724886924216,"duration":0}},{"uid":"f7c593a1e3ab4866","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f7c593a1e3ab4866","status":"passed","time":{"start":1724886701804,"stop":1724886701805,"duration":1}},{"uid":"c9c070eab7fac618","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c9c070eab7fac618","status":"passed","time":{"start":1724862112740,"stop":1724862112741,"duration":1}},{"uid":"75171d7c4b4e925c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/75171d7c4b4e925c","status":"passed","time":{"start":1724861584868,"stop":1724861584868,"duration":0}},{"uid":"93fc68de318c10e7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/93fc68de318c10e7","status":"passed","time":{"start":1724861464479,"stop":1724861464483,"duration":4}},{"uid":"be51593ba76f4808","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/be51593ba76f4808","status":"passed","time":{"start":1724861254912,"stop":1724861254912,"duration":0}}]},"7a1f1625162dea6a19df34ddf052c945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1ae99eb780a949d3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1ae99eb780a949d3","status":"passed","time":{"start":1724921148663,"stop":1724921148663,"duration":0}},{"uid":"7a605202febb4746","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7a605202febb4746","status":"passed","time":{"start":1724921125026,"stop":1724921125027,"duration":1}},{"uid":"f4ba2402d520df4b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f4ba2402d520df4b","status":"passed","time":{"start":1724917782910,"stop":1724917782910,"duration":0}},{"uid":"1636fb040cb15150","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1636fb040cb15150","status":"passed","time":{"start":1724889568679,"stop":1724889568679,"duration":0}},{"uid":"ab4b82a8314e2f11","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ab4b82a8314e2f11","status":"passed","time":{"start":1724888712710,"stop":1724888712710,"duration":0}},{"uid":"54fcc0ee922293a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/54fcc0ee922293a","status":"passed","time":{"start":1724887870880,"stop":1724887870880,"duration":0}},{"uid":"2f99113a81d1723","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2f99113a81d1723","status":"passed","time":{"start":1724886637708,"stop":1724886637708,"duration":0}},{"uid":"57efa2bf04e1d01","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/57efa2bf04e1d01","status":"passed","time":{"start":1724886418626,"stop":1724886418627,"duration":1}},{"uid":"7f73aa2ad8862022","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7f73aa2ad8862022","status":"passed","time":{"start":1724861865559,"stop":1724861865559,"duration":0}},{"uid":"d81c9e0f1da7ddcb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d81c9e0f1da7ddcb","status":"passed","time":{"start":1724861334265,"stop":1724861334265,"duration":0}},{"uid":"5ec9715e88a4e831","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5ec9715e88a4e831","status":"passed","time":{"start":1724861163784,"stop":1724861163784,"duration":0}},{"uid":"106f0a83641ca670","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/106f0a83641ca670","status":"passed","time":{"start":1724861021893,"stop":1724861021894,"duration":1}}]},"fbd400264491138571ba5ec2e41821ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"debcddba4baa6d3e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/debcddba4baa6d3e","status":"passed","time":{"start":1724921270352,"stop":1724921270352,"duration":0}},{"uid":"147b162f5e409a78","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/147b162f5e409a78","status":"passed","time":{"start":1724921247813,"stop":1724921247813,"duration":0}},{"uid":"320e94c97ffa6e99","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/320e94c97ffa6e99","status":"passed","time":{"start":1724917989814,"stop":1724917989814,"duration":0}},{"uid":"7e911a51ff09b6a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e911a51ff09b6a0","status":"passed","time":{"start":1724889678546,"stop":1724889678546,"duration":0}},{"uid":"ad0aecfd7dbe403b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ad0aecfd7dbe403b","status":"passed","time":{"start":1724888829833,"stop":1724888829833,"duration":0}},{"uid":"7c42cdb4f32f536","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7c42cdb4f32f536","status":"passed","time":{"start":1724888076985,"stop":1724888076986,"duration":1}},{"uid":"5d7e9ff0403f1c9d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5d7e9ff0403f1c9d","status":"passed","time":{"start":1724886851121,"stop":1724886851121,"duration":0}},{"uid":"dffd4bcdfdd0354c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dffd4bcdfdd0354c","status":"passed","time":{"start":1724886647084,"stop":1724886647085,"duration":1}},{"uid":"97ea9ca98b59934","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97ea9ca98b59934","status":"passed","time":{"start":1724861992708,"stop":1724861992709,"duration":1}},{"uid":"adc9475a5754fa4b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/adc9475a5754fa4b","status":"passed","time":{"start":1724861469637,"stop":1724861469637,"duration":0}},{"uid":"1a0ded76f55f3d22","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1a0ded76f55f3d22","status":"passed","time":{"start":1724861284853,"stop":1724861284853,"duration":0}},{"uid":"3367905fc35f929a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3367905fc35f929a","status":"passed","time":{"start":1724861145798,"stop":1724861145798,"duration":0}}]},"771a22df78ba07a9ddb621fd50e33799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"870e78783f937d72","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/870e78783f937d72","status":"passed","time":{"start":1724890039741,"stop":1724890039742,"duration":1}}]},"aec9a534d6cf627e38daca66c493fcd2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fcfe5c255713c552","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fcfe5c255713c552","status":"passed","time":{"start":1724862320147,"stop":1724862320148,"duration":1}}]},"bf30cdca0ced3f0aa8ac2ca04b0abdab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"beb86ae22843be","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/beb86ae22843be","status":"passed","time":{"start":1724921037646,"stop":1724921037647,"duration":1}},{"uid":"e8ed994c7f56a640","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e8ed994c7f56a640","status":"passed","time":{"start":1724921013059,"stop":1724921013059,"duration":0}},{"uid":"1d2a7ac7b80ce182","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1d2a7ac7b80ce182","status":"passed","time":{"start":1724917673301,"stop":1724917673301,"duration":0}},{"uid":"2050ed8a1a7a53c1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2050ed8a1a7a53c1","status":"passed","time":{"start":1724889452320,"stop":1724889452320,"duration":0}},{"uid":"4e0c96f2d048f727","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4e0c96f2d048f727","status":"passed","time":{"start":1724888602851,"stop":1724888602852,"duration":1}},{"uid":"3fcb41d182358d1b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3fcb41d182358d1b","status":"passed","time":{"start":1724887759173,"stop":1724887759173,"duration":0}},{"uid":"9c33c9407d74c1c6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9c33c9407d74c1c6","status":"passed","time":{"start":1724886525552,"stop":1724886525552,"duration":0}},{"uid":"94457771dc2db6e6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/94457771dc2db6e6","status":"passed","time":{"start":1724886303407,"stop":1724886303407,"duration":0}},{"uid":"c4835d8e21c95a21","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4835d8e21c95a21","status":"passed","time":{"start":1724861752239,"stop":1724861752239,"duration":0}},{"uid":"b14ce5a72165f5d4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b14ce5a72165f5d4","status":"passed","time":{"start":1724861223364,"stop":1724861223364,"duration":0}},{"uid":"b19f5dc9f4c354c2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b19f5dc9f4c354c2","status":"passed","time":{"start":1724861045212,"stop":1724861045212,"duration":0}},{"uid":"caf78e5919ae12c2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/caf78e5919ae12c2","status":"passed","time":{"start":1724860907097,"stop":1724860907098,"duration":1}}]},"af008c8101368fe05b63db223cb65e09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"b1308b964a7db8de","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b1308b964a7db8de","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515419,"stop":1724921515419,"duration":0}},{"uid":"84375dcb456eb23a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/84375dcb456eb23a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475839,"stop":1724921475839,"duration":0}},{"uid":"ffe97a9c5437c75f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ffe97a9c5437c75f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179673,"stop":1724918179673,"duration":0}},{"uid":"62e5735453dc105f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/62e5735453dc105f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935530,"stop":1724889935531,"duration":1}},{"uid":"3827982d8a20bdc9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3827982d8a20bdc9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072944,"stop":1724889072944,"duration":0}},{"uid":"f7233b0c437714f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f7233b0c437714f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232587,"stop":1724888232587,"duration":0}},{"uid":"287d343cea3d23ac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/287d343cea3d23ac","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018518,"stop":1724887018519,"duration":1}},{"uid":"ea11b40908316bb2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ea11b40908316bb2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781724,"stop":1724886781724,"duration":0}},{"uid":"2062d19c4a1ca6b6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2062d19c4a1ca6b6","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213904,"stop":1724862213904,"duration":0}},{"uid":"8f5d8b457cfe6d63","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8f5d8b457cfe6d63","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861686115,"stop":1724861686115,"duration":0}},{"uid":"608d86cd0b01ce77","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/608d86cd0b01ce77","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546461,"stop":1724861546462,"duration":1}},{"uid":"6acc6d2f3b5ab68e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6acc6d2f3b5ab68e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378279,"stop":1724861378279,"duration":0}}]},"3a5d03a4e675d91bf143c5c3c201d2f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f2bbc00f87da88be","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f2bbc00f87da88be","status":"passed","time":{"start":1724861770123,"stop":1724861770128,"duration":5}}]},"3ea98957b5cb7d3b4544b188c0423fd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"13f90dc2b9de9a38","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/13f90dc2b9de9a38","status":"passed","time":{"start":1724921564785,"stop":1724921564785,"duration":0}},{"uid":"758e1d2f8395299","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/758e1d2f8395299","status":"passed","time":{"start":1724921518836,"stop":1724921518844,"duration":8}},{"uid":"ab8477e11d2b7dcd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ab8477e11d2b7dcd","status":"passed","time":{"start":1724918229409,"stop":1724918229410,"duration":1}},{"uid":"16aaab6f0295b297","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/16aaab6f0295b297","status":"passed","time":{"start":1724889980709,"stop":1724889980709,"duration":0}},{"uid":"e7dd12a53a83ca1b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e7dd12a53a83ca1b","status":"passed","time":{"start":1724889111186,"stop":1724889111186,"duration":0}},{"uid":"1891540704bb6f68","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1891540704bb6f68","status":"passed","time":{"start":1724888292549,"stop":1724888292550,"duration":1}},{"uid":"864e9e6769d534b4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/864e9e6769d534b4","status":"passed","time":{"start":1724887068234,"stop":1724887068235,"duration":1}},{"uid":"bcc3ac874faa17e7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bcc3ac874faa17e7","status":"passed","time":{"start":1724886848944,"stop":1724886848945,"duration":1}},{"uid":"2d01a4d853cf8f3f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d01a4d853cf8f3f","status":"passed","time":{"start":1724862262058,"stop":1724862262059,"duration":1}},{"uid":"19ce680c207ae530","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/19ce680c207ae530","status":"passed","time":{"start":1724861741901,"stop":1724861741901,"duration":0}},{"uid":"4608c398f1e29bcd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4608c398f1e29bcd","status":"passed","time":{"start":1724861599505,"stop":1724861599505,"duration":0}},{"uid":"30ac07780b73a3bb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/30ac07780b73a3bb","status":"passed","time":{"start":1724861428484,"stop":1724861428484,"duration":0}}]},"c22ef29f7a6a4243764370ca0290073a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"54249c2c9fdb724c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/54249c2c9fdb724c","status":"passed","time":{"start":1724921270350,"stop":1724921270350,"duration":0}},{"uid":"fd008b5972c7c728","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fd008b5972c7c728","status":"passed","time":{"start":1724921247806,"stop":1724921247808,"duration":2}},{"uid":"80dd1d886c1fbe9d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/80dd1d886c1fbe9d","status":"passed","time":{"start":1724917989812,"stop":1724917989812,"duration":0}},{"uid":"ea56f24031c3814a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ea56f24031c3814a","status":"passed","time":{"start":1724889678535,"stop":1724889678536,"duration":1}},{"uid":"da68b11f4fb7c91a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/da68b11f4fb7c91a","status":"passed","time":{"start":1724888829831,"stop":1724888829831,"duration":0}},{"uid":"a18dfc9e91a11845","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a18dfc9e91a11845","status":"passed","time":{"start":1724888076979,"stop":1724888076980,"duration":1}},{"uid":"48914bde51314fea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/48914bde51314fea","status":"passed","time":{"start":1724886851118,"stop":1724886851118,"duration":0}},{"uid":"6e35682a659b6d08","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6e35682a659b6d08","status":"passed","time":{"start":1724886647071,"stop":1724886647073,"duration":2}},{"uid":"7e901b17986c4620","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e901b17986c4620","status":"passed","time":{"start":1724861992706,"stop":1724861992707,"duration":1}},{"uid":"a54ebdccbae28d36","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a54ebdccbae28d36","status":"passed","time":{"start":1724861469634,"stop":1724861469635,"duration":1}},{"uid":"e448106fa62fb690","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e448106fa62fb690","status":"passed","time":{"start":1724861284850,"stop":1724861284850,"duration":0}},{"uid":"caf49b953c141f5b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/caf49b953c141f5b","status":"passed","time":{"start":1724861145784,"stop":1724861145784,"duration":0}}]},"9775e23b36b001dd0df94df1f330912f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2ee7ee1a93f15197","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2ee7ee1a93f15197","status":"passed","time":{"start":1724921515218,"stop":1724921515219,"duration":1}},{"uid":"b0bd3ebee40839c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b0bd3ebee40839c","status":"passed","time":{"start":1724921475435,"stop":1724921475436,"duration":1}},{"uid":"a4ba19843e2fc24b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a4ba19843e2fc24b","status":"passed","time":{"start":1724918179367,"stop":1724918179376,"duration":9}},{"uid":"4b82583bc8d43c5d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b82583bc8d43c5d","status":"passed","time":{"start":1724889935332,"stop":1724889935333,"duration":1}},{"uid":"3b27b387132264d0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3b27b387132264d0","status":"passed","time":{"start":1724889072745,"stop":1724889072745,"duration":0}},{"uid":"3b6c540c8fbfed44","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3b6c540c8fbfed44","status":"passed","time":{"start":1724888232406,"stop":1724888232407,"duration":1}},{"uid":"e96caf7fac5b6f3e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e96caf7fac5b6f3e","status":"passed","time":{"start":1724887018286,"stop":1724887018287,"duration":1}},{"uid":"e16efe8797bde413","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e16efe8797bde413","status":"passed","time":{"start":1724886781471,"stop":1724886781471,"duration":0}},{"uid":"a8fab9421db1a68a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a8fab9421db1a68a","status":"passed","time":{"start":1724862213654,"stop":1724862213654,"duration":0}},{"uid":"e36ff560d15def0d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e36ff560d15def0d","status":"passed","time":{"start":1724861685847,"stop":1724861685847,"duration":0}},{"uid":"c348da630c885bda","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c348da630c885bda","status":"passed","time":{"start":1724861546162,"stop":1724861546162,"duration":0}},{"uid":"c3404601f6a5bd7c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c3404601f6a5bd7c","status":"passed","time":{"start":1724861378102,"stop":1724861378102,"duration":0}}]},"15d8fa3681f738923124b31fb1a6f5ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"429a8970c81439fc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/429a8970c81439fc","status":"passed","time":{"start":1724921046208,"stop":1724921046208,"duration":0}},{"uid":"41fe07500e3892ff","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/41fe07500e3892ff","status":"passed","time":{"start":1724921021479,"stop":1724921021479,"duration":0}},{"uid":"78e6e6e2899b33cb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/78e6e6e2899b33cb","status":"passed","time":{"start":1724917681727,"stop":1724917681727,"duration":0}},{"uid":"204931cf268cb360","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/204931cf268cb360","status":"passed","time":{"start":1724889460655,"stop":1724889460655,"duration":0}},{"uid":"55b28f0804211fbc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/55b28f0804211fbc","status":"passed","time":{"start":1724888611298,"stop":1724888611299,"duration":1}},{"uid":"a05683f6863136ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a05683f6863136ba","status":"passed","time":{"start":1724887767623,"stop":1724887767623,"duration":0}},{"uid":"67890f6bc1ae6dd4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/67890f6bc1ae6dd4","status":"passed","time":{"start":1724886533994,"stop":1724886533995,"duration":1}},{"uid":"b88a9bd06cf9db86","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b88a9bd06cf9db86","status":"passed","time":{"start":1724886311761,"stop":1724886311761,"duration":0}},{"uid":"6222e3ec8364276f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6222e3ec8364276f","status":"passed","time":{"start":1724861760779,"stop":1724861760779,"duration":0}},{"uid":"3c95dec0df1f95fa","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3c95dec0df1f95fa","status":"passed","time":{"start":1724861231737,"stop":1724861231737,"duration":0}},{"uid":"6a4c688a2dd485cb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6a4c688a2dd485cb","status":"passed","time":{"start":1724861054260,"stop":1724861054260,"duration":0}},{"uid":"e45a360a6a99f3a3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e45a360a6a99f3a3","status":"passed","time":{"start":1724860915818,"stop":1724860915818,"duration":0}}]},"a319fa3945ccae851acd728091820d37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5dad0a3d54672d90","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5dad0a3d54672d90","status":"passed","time":{"start":1724921046206,"stop":1724921046206,"duration":0}},{"uid":"e567c809e1c2d88c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e567c809e1c2d88c","status":"passed","time":{"start":1724921021478,"stop":1724921021478,"duration":0}},{"uid":"8bd03fbc19fcccd7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8bd03fbc19fcccd7","status":"passed","time":{"start":1724917681726,"stop":1724917681726,"duration":0}},{"uid":"864d8f859c74b562","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/864d8f859c74b562","status":"passed","time":{"start":1724889460654,"stop":1724889460654,"duration":0}},{"uid":"80d44a834c8da08c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80d44a834c8da08c","status":"passed","time":{"start":1724888611297,"stop":1724888611297,"duration":0}},{"uid":"e8c8442d5c3ee24b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e8c8442d5c3ee24b","status":"passed","time":{"start":1724887767622,"stop":1724887767622,"duration":0}},{"uid":"4629ff05057ef0e1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4629ff05057ef0e1","status":"passed","time":{"start":1724886533992,"stop":1724886533993,"duration":1}},{"uid":"a9c1a4d91c6eae3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a9c1a4d91c6eae3","status":"passed","time":{"start":1724886311760,"stop":1724886311760,"duration":0}},{"uid":"41bccbbddb4bec64","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/41bccbbddb4bec64","status":"passed","time":{"start":1724861760777,"stop":1724861760778,"duration":1}},{"uid":"94dde1c764b600a2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/94dde1c764b600a2","status":"passed","time":{"start":1724861231736,"stop":1724861231736,"duration":0}},{"uid":"b21752c7ae49c08f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b21752c7ae49c08f","status":"passed","time":{"start":1724861054258,"stop":1724861054258,"duration":0}},{"uid":"1a24df9a3af65512","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1a24df9a3af65512","status":"passed","time":{"start":1724860915816,"stop":1724860915817,"duration":1}}]},"79c5c536616a9eb0ca5bcb3b21520067:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cc0fc8c97aa92a30","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc0fc8c97aa92a30","status":"passed","time":{"start":1724889144084,"stop":1724889144085,"duration":1}}]},"753c7ba84a2a634209cc37749af1cdbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d62e023caaab4937","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d62e023caaab4937","status":"passed","time":{"start":1724921046206,"stop":1724921046206,"duration":0}},{"uid":"bc2c093024ad12e9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bc2c093024ad12e9","status":"passed","time":{"start":1724921021478,"stop":1724921021478,"duration":0}},{"uid":"bba8cb1c68d03d2d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bba8cb1c68d03d2d","status":"passed","time":{"start":1724917681726,"stop":1724917681726,"duration":0}},{"uid":"7d694b4db80bf825","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7d694b4db80bf825","status":"passed","time":{"start":1724889460653,"stop":1724889460654,"duration":1}},{"uid":"ff2f08edadd33965","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff2f08edadd33965","status":"passed","time":{"start":1724888611297,"stop":1724888611297,"duration":0}},{"uid":"50800ae4a46686ad","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/50800ae4a46686ad","status":"passed","time":{"start":1724887767622,"stop":1724887767622,"duration":0}},{"uid":"bdb67b593236f9e4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bdb67b593236f9e4","status":"passed","time":{"start":1724886533992,"stop":1724886533992,"duration":0}},{"uid":"dbc85871463d73fd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dbc85871463d73fd","status":"passed","time":{"start":1724886311760,"stop":1724886311760,"duration":0}},{"uid":"4d1dc509567748ca","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4d1dc509567748ca","status":"passed","time":{"start":1724861760777,"stop":1724861760777,"duration":0}},{"uid":"1ba87e64b76c7f13","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1ba87e64b76c7f13","status":"passed","time":{"start":1724861231736,"stop":1724861231736,"duration":0}},{"uid":"946e3804945b0839","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/946e3804945b0839","status":"passed","time":{"start":1724861054258,"stop":1724861054258,"duration":0}},{"uid":"d4d7f22712b01244","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d4d7f22712b01244","status":"passed","time":{"start":1724860915816,"stop":1724860915816,"duration":0}}]},"e133df54c067e43ed88a36f702a54bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3b9d7d25cc00d054","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3b9d7d25cc00d054","status":"passed","time":{"start":1724921037654,"stop":1724921037654,"duration":0}},{"uid":"fea552f0e71b65d4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fea552f0e71b65d4","status":"passed","time":{"start":1724921013069,"stop":1724921013069,"duration":0}},{"uid":"5222bd1e99356384","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5222bd1e99356384","status":"passed","time":{"start":1724917673309,"stop":1724917673309,"duration":0}},{"uid":"7bdb16c79c6593ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7bdb16c79c6593ac","status":"passed","time":{"start":1724889452329,"stop":1724889452329,"duration":0}},{"uid":"4667d52cfabb2be5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4667d52cfabb2be5","status":"passed","time":{"start":1724888602861,"stop":1724888602862,"duration":1}},{"uid":"23037ba73387885f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/23037ba73387885f","status":"passed","time":{"start":1724887759181,"stop":1724887759181,"duration":0}},{"uid":"f9a41c797f193e83","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f9a41c797f193e83","status":"passed","time":{"start":1724886525559,"stop":1724886525559,"duration":0}},{"uid":"8fb198ce6b6d1c28","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8fb198ce6b6d1c28","status":"passed","time":{"start":1724886303415,"stop":1724886303415,"duration":0}},{"uid":"71c37f78c2362c4a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/71c37f78c2362c4a","status":"passed","time":{"start":1724861752251,"stop":1724861752252,"duration":1}},{"uid":"16f9bcdfa1ed35d5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/16f9bcdfa1ed35d5","status":"passed","time":{"start":1724861223372,"stop":1724861223372,"duration":0}},{"uid":"743c9d16a43be8e6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/743c9d16a43be8e6","status":"passed","time":{"start":1724861045221,"stop":1724861045222,"duration":1}},{"uid":"aa3efc206cba331f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/aa3efc206cba331f","status":"passed","time":{"start":1724860907108,"stop":1724860907108,"duration":0}}]},"c586008d62591ddc994745034f016700:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"384ef4bda504e672","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/384ef4bda504e672","status":"passed","time":{"start":1724921321310,"stop":1724921321311,"duration":1}},{"uid":"8a527468e6c549a4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8a527468e6c549a4","status":"passed","time":{"start":1724921298784,"stop":1724921298785,"duration":1}},{"uid":"7fc018b4404076bb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7fc018b4404076bb","status":"passed","time":{"start":1724918008228,"stop":1724918008229,"duration":1}},{"uid":"9486d7c798fd4e51","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9486d7c798fd4e51","status":"passed","time":{"start":1724889728595,"stop":1724889728595,"duration":0}},{"uid":"1a02b879556169f1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1a02b879556169f1","status":"passed","time":{"start":1724888882874,"stop":1724888882874,"duration":0}},{"uid":"d8f28c7e895a6983","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d8f28c7e895a6983","status":"passed","time":{"start":1724888111024,"stop":1724888111024,"duration":0}},{"uid":"a3a9c4ffb7950236","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a3a9c4ffb7950236","status":"passed","time":{"start":1724886869446,"stop":1724886869447,"duration":1}},{"uid":"7377085b80fd3164","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7377085b80fd3164","status":"passed","time":{"start":1724886642936,"stop":1724886642936,"duration":0}},{"uid":"a3ba8ebce54d692e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3ba8ebce54d692e","status":"passed","time":{"start":1724862044580,"stop":1724862044581,"duration":1}},{"uid":"334b9140cfdcffdc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/334b9140cfdcffdc","status":"passed","time":{"start":1724861523033,"stop":1724861523033,"duration":0}},{"uid":"c0b118c8907b34c8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0b118c8907b34c8","status":"passed","time":{"start":1724861362471,"stop":1724861362472,"duration":1}},{"uid":"e9fdd50f07536214","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e9fdd50f07536214","status":"passed","time":{"start":1724861196811,"stop":1724861196821,"duration":10}}]},"300a0c27e4a7ab1bd42fc8462ec23573:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"95b12671afb476ac","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/95b12671afb476ac","status":"passed","time":{"start":1724861655174,"stop":1724861655175,"duration":1}}]},"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8b3cfea0817c9786","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8b3cfea0817c9786","status":"passed","time":{"start":1724921297012,"stop":1724921297015,"duration":3}},{"uid":"4c6f7cbe71e50e9a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4c6f7cbe71e50e9a","status":"passed","time":{"start":1724921276369,"stop":1724921276370,"duration":1}},{"uid":"5b76a5fc9c103585","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5b76a5fc9c103585","status":"passed","time":{"start":1724917948327,"stop":1724917948328,"duration":1}},{"uid":"45d8d1bdcb188289","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/45d8d1bdcb188289","status":"passed","time":{"start":1724889729012,"stop":1724889729012,"duration":0}},{"uid":"b5b127891d729e82","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b5b127891d729e82","status":"passed","time":{"start":1724888864958,"stop":1724888864958,"duration":0}},{"uid":"9b34d523de216188","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9b34d523de216188","status":"passed","time":{"start":1724888053749,"stop":1724888053749,"duration":0}},{"uid":"c85b96ac080ed648","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c85b96ac080ed648","status":"passed","time":{"start":1724886811664,"stop":1724886811664,"duration":0}},{"uid":"9ae17c19b92ef8c7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9ae17c19b92ef8c7","status":"passed","time":{"start":1724886581006,"stop":1724886581007,"duration":1}},{"uid":"33930ae067a2d912","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33930ae067a2d912","status":"passed","time":{"start":1724862019564,"stop":1724862019564,"duration":0}},{"uid":"be6cffb8fe424879","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/be6cffb8fe424879","status":"passed","time":{"start":1724861493939,"stop":1724861493939,"duration":0}},{"uid":"f12e858a5511ea02","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f12e858a5511ea02","status":"passed","time":{"start":1724861318044,"stop":1724861318044,"duration":0}},{"uid":"f22fe5789422aaff","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f22fe5789422aaff","status":"passed","time":{"start":1724861178518,"stop":1724861178518,"duration":0}}]},"4c78612da47dea854604d4cd1b33ac07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1d1c2dd1ef90a4be","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1d1c2dd1ef90a4be","status":"passed","time":{"start":1724921037760,"stop":1724921037761,"duration":1}},{"uid":"65bc4f19496e401b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/65bc4f19496e401b","status":"passed","time":{"start":1724921013107,"stop":1724921013107,"duration":0}},{"uid":"8b59f160a8f915fb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8b59f160a8f915fb","status":"passed","time":{"start":1724917673400,"stop":1724917673400,"duration":0}},{"uid":"c369beaad7c21ef5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c369beaad7c21ef5","status":"passed","time":{"start":1724889452425,"stop":1724889452425,"duration":0}},{"uid":"a60e234f85739a3f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a60e234f85739a3f","status":"passed","time":{"start":1724888602932,"stop":1724888602932,"duration":0}},{"uid":"c6f888b604058615","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c6f888b604058615","status":"passed","time":{"start":1724887759206,"stop":1724887759206,"duration":0}},{"uid":"755746813227bd56","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/755746813227bd56","status":"passed","time":{"start":1724886525512,"stop":1724886525512,"duration":0}},{"uid":"9c6f9866d0c924c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9c6f9866d0c924c","status":"passed","time":{"start":1724886303417,"stop":1724886303417,"duration":0}},{"uid":"fecc5ec1d337385f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fecc5ec1d337385f","status":"passed","time":{"start":1724861752254,"stop":1724861752254,"duration":0}},{"uid":"3ae0752d29defb93","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3ae0752d29defb93","status":"passed","time":{"start":1724861223392,"stop":1724861223392,"duration":0}},{"uid":"7f55c2e75754c033","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7f55c2e75754c033","status":"passed","time":{"start":1724861045267,"stop":1724861045267,"duration":0}},{"uid":"b4e129e7eafdd656","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b4e129e7eafdd656","status":"passed","time":{"start":1724860907340,"stop":1724860907341,"duration":1}}]},"1b972ff031fd955bef5f297f308d93cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1a533fe19fd2153a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1a533fe19fd2153a","status":"passed","time":{"start":1724921164589,"stop":1724921164590,"duration":1}},{"uid":"9b823ae4cbb4ed91","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9b823ae4cbb4ed91","status":"passed","time":{"start":1724921137818,"stop":1724921137819,"duration":1}},{"uid":"decc2d004a4240f7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/decc2d004a4240f7","status":"passed","time":{"start":1724917810537,"stop":1724917810538,"duration":1}},{"uid":"2327a5148d417af6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2327a5148d417af6","status":"passed","time":{"start":1724889585443,"stop":1724889585444,"duration":1}},{"uid":"b0263acebd7f8893","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b0263acebd7f8893","status":"passed","time":{"start":1724888736505,"stop":1724888736507,"duration":2}},{"uid":"248403acd383d110","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/248403acd383d110","status":"passed","time":{"start":1724887891782,"stop":1724887891782,"duration":0}},{"uid":"f5b677506534d831","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f5b677506534d831","status":"passed","time":{"start":1724886657783,"stop":1724886657784,"duration":1}},{"uid":"e88164e9b262c8f8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e88164e9b262c8f8","status":"passed","time":{"start":1724886447356,"stop":1724886447357,"duration":1}},{"uid":"243915b8646277e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/243915b8646277e8","status":"passed","time":{"start":1724861880102,"stop":1724861880106,"duration":4}},{"uid":"cb65bbddc25791da","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cb65bbddc25791da","status":"passed","time":{"start":1724861359779,"stop":1724861359780,"duration":1}},{"uid":"33a5720ebeff4bd7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/33a5720ebeff4bd7","status":"passed","time":{"start":1724861179678,"stop":1724861179679,"duration":1}},{"uid":"6eea0b0a92427f9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6eea0b0a92427f9","status":"passed","time":{"start":1724861040975,"stop":1724861040978,"duration":3}}]},"0e944b3b19f45a515c592be688450598:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"35e2db6a72b5be26","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/35e2db6a72b5be26","status":"passed","time":{"start":1724921564777,"stop":1724921564777,"duration":0}},{"uid":"9600ca083c951b83","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9600ca083c951b83","status":"passed","time":{"start":1724921518821,"stop":1724921518822,"duration":1}},{"uid":"ff311d318bd2403b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ff311d318bd2403b","status":"passed","time":{"start":1724918229400,"stop":1724918229400,"duration":0}},{"uid":"55953e13b062dd4e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/55953e13b062dd4e","status":"passed","time":{"start":1724889980703,"stop":1724889980703,"duration":0}},{"uid":"fff0d49e5abd9d9c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fff0d49e5abd9d9c","status":"passed","time":{"start":1724889111163,"stop":1724889111164,"duration":1}},{"uid":"c5010a8628bee035","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c5010a8628bee035","status":"passed","time":{"start":1724888292533,"stop":1724888292534,"duration":1}},{"uid":"a5570da07ef07fe2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a5570da07ef07fe2","status":"passed","time":{"start":1724887068228,"stop":1724887068228,"duration":0}},{"uid":"2fc999d8ba26d8f0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2fc999d8ba26d8f0","status":"passed","time":{"start":1724886848926,"stop":1724886848926,"duration":0}},{"uid":"2e1e1caa95d4cc0f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2e1e1caa95d4cc0f","status":"passed","time":{"start":1724862262048,"stop":1724862262048,"duration":0}},{"uid":"1407d735495cae6d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1407d735495cae6d","status":"passed","time":{"start":1724861741893,"stop":1724861741894,"duration":1}},{"uid":"9508f9579e260674","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9508f9579e260674","status":"passed","time":{"start":1724861599493,"stop":1724861599494,"duration":1}},{"uid":"784af083067a4fd3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/784af083067a4fd3","status":"passed","time":{"start":1724861428475,"stop":1724861428476,"duration":1}}]},"dc6bf878cfc7c43bafc420c23459cf89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab3a7b43a715fb96","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ab3a7b43a715fb96","status":"passed","time":{"start":1724861378123,"stop":1724861378123,"duration":0}}]},"c6c9198e475adfe928ddcc37f151cbe6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e7588d86f9dce349","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e7588d86f9dce349","status":"passed","time":{"start":1724921563005,"stop":1724921563006,"duration":1}},{"uid":"5790acc9328ebe5c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5790acc9328ebe5c","status":"passed","time":{"start":1724921526808,"stop":1724921526808,"duration":0}},{"uid":"88b17f7aa03ce9a4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/88b17f7aa03ce9a4","status":"passed","time":{"start":1724918239931,"stop":1724918239932,"duration":1}},{"uid":"fe8298f69dff80bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe8298f69dff80bd","status":"passed","time":{"start":1724889980880,"stop":1724889980880,"duration":0}},{"uid":"a3c33d4a59066d4c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3c33d4a59066d4c","status":"passed","time":{"start":1724889109945,"stop":1724889109946,"duration":1}},{"uid":"cf677f2d86fae16e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf677f2d86fae16e","status":"passed","time":{"start":1724888294718,"stop":1724888294718,"duration":0}},{"uid":"3b1b537664208858","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3b1b537664208858","status":"passed","time":{"start":1724887071733,"stop":1724887071733,"duration":0}},{"uid":"51557cc19305ebad","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/51557cc19305ebad","status":"passed","time":{"start":1724886848340,"stop":1724886848340,"duration":0}},{"uid":"2d95a769f4a380ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d95a769f4a380ba","status":"passed","time":{"start":1724862259241,"stop":1724862259241,"duration":0}},{"uid":"e9c150fd91c266e3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e9c150fd91c266e3","status":"passed","time":{"start":1724861735320,"stop":1724861735321,"duration":1}},{"uid":"40d5a4c6c79b005d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/40d5a4c6c79b005d","status":"passed","time":{"start":1724861606334,"stop":1724861606334,"duration":0}},{"uid":"65f0616ad99facaf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/65f0616ad99facaf","status":"passed","time":{"start":1724861426679,"stop":1724861426680,"duration":1}}]},"5d9b754db4e31d5c67b615be0fb18744:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4d88fb5e47e5a196","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4d88fb5e47e5a196","status":"passed","time":{"start":1724921556060,"stop":1724921556060,"duration":0}}]},"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d9106693e18881fb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d9106693e18881fb","status":"passed","time":{"start":1724921297015,"stop":1724921297016,"duration":1}},{"uid":"67413563d12acd98","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/67413563d12acd98","status":"passed","time":{"start":1724921276370,"stop":1724921276370,"duration":0}},{"uid":"5f4f66cebcfa22f2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5f4f66cebcfa22f2","status":"passed","time":{"start":1724917948328,"stop":1724917948328,"duration":0}},{"uid":"8e19bc694b7028d6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e19bc694b7028d6","status":"passed","time":{"start":1724889729012,"stop":1724889729013,"duration":1}},{"uid":"7629d3237516cd23","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7629d3237516cd23","status":"passed","time":{"start":1724888864958,"stop":1724888864958,"duration":0}},{"uid":"cf2a57af4954d936","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf2a57af4954d936","status":"passed","time":{"start":1724888053749,"stop":1724888053750,"duration":1}},{"uid":"6c5b33a488bb0aa2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6c5b33a488bb0aa2","status":"passed","time":{"start":1724886811664,"stop":1724886811664,"duration":0}},{"uid":"dc9f1edd3a655f5e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dc9f1edd3a655f5e","status":"passed","time":{"start":1724886581007,"stop":1724886581007,"duration":0}},{"uid":"caae9a20f846c85a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/caae9a20f846c85a","status":"passed","time":{"start":1724862019564,"stop":1724862019564,"duration":0}},{"uid":"cab28cdc1d824d1c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cab28cdc1d824d1c","status":"passed","time":{"start":1724861493940,"stop":1724861493940,"duration":0}},{"uid":"626f4b9add4ff729","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/626f4b9add4ff729","status":"passed","time":{"start":1724861318044,"stop":1724861318044,"duration":0}},{"uid":"d206740d6b07d232","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d206740d6b07d232","status":"passed","time":{"start":1724861178518,"stop":1724861178518,"duration":0}}]},"4d08742a9a6550ffb74e30d13ffb500b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"705bd525336169a2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/705bd525336169a2","status":"passed","time":{"start":1724921061846,"stop":1724921061847,"duration":1}},{"uid":"9594326c846c907e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9594326c846c907e","status":"passed","time":{"start":1724921037156,"stop":1724921037156,"duration":0}},{"uid":"fd1a03bc448b1f1a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fd1a03bc448b1f1a","status":"passed","time":{"start":1724917697300,"stop":1724917697300,"duration":0}},{"uid":"aa9cf67b55284d8e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aa9cf67b55284d8e","status":"passed","time":{"start":1724889476082,"stop":1724889476082,"duration":0}},{"uid":"ffdcf53f1475089d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ffdcf53f1475089d","status":"passed","time":{"start":1724888626885,"stop":1724888626885,"duration":0}},{"uid":"2aca87ac4b6f51b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2aca87ac4b6f51b","status":"passed","time":{"start":1724887783107,"stop":1724887783107,"duration":0}},{"uid":"90c26cde4b101056","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/90c26cde4b101056","status":"passed","time":{"start":1724886549918,"stop":1724886549918,"duration":0}},{"uid":"3cd471f9dc564ca7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3cd471f9dc564ca7","status":"passed","time":{"start":1724886327579,"stop":1724886327579,"duration":0}},{"uid":"913fcb65e903ffcd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/913fcb65e903ffcd","status":"passed","time":{"start":1724861776805,"stop":1724861776805,"duration":0}},{"uid":"c8f76261d28de88a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c8f76261d28de88a","status":"passed","time":{"start":1724861247297,"stop":1724861247297,"duration":0}},{"uid":"d1eb373aa3151c5b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d1eb373aa3151c5b","status":"passed","time":{"start":1724861071393,"stop":1724861071394,"duration":1}},{"uid":"86af23684783140a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/86af23684783140a","status":"passed","time":{"start":1724860931793,"stop":1724860931794,"duration":1}}]},"cf6c34f86fb42ed8d75157db551634b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"de422b0b9e9d40a4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/de422b0b9e9d40a4","status":"passed","time":{"start":1724921045537,"stop":1724921045537,"duration":0}},{"uid":"f5586ad2fa9f7abc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f5586ad2fa9f7abc","status":"passed","time":{"start":1724921020730,"stop":1724921020731,"duration":1}},{"uid":"5e0afe324ed3cbcb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5e0afe324ed3cbcb","status":"passed","time":{"start":1724917681064,"stop":1724917681065,"duration":1}},{"uid":"5cff3700b1ecafce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5cff3700b1ecafce","status":"passed","time":{"start":1724889459955,"stop":1724889459955,"duration":0}},{"uid":"e3fbd831f41b557f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e3fbd831f41b557f","status":"passed","time":{"start":1724888610546,"stop":1724888610547,"duration":1}},{"uid":"9920f49849686ca8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9920f49849686ca8","status":"passed","time":{"start":1724887766852,"stop":1724887766852,"duration":0}},{"uid":"3d2fea81972501bb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3d2fea81972501bb","status":"passed","time":{"start":1724886533248,"stop":1724886533248,"duration":0}},{"uid":"b0d82d27b8f24b3a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b0d82d27b8f24b3a","status":"passed","time":{"start":1724886311098,"stop":1724886311099,"duration":1}},{"uid":"3650ea471bd41392","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3650ea471bd41392","status":"passed","time":{"start":1724861760053,"stop":1724861760054,"duration":1}},{"uid":"b917caa81c266267","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b917caa81c266267","status":"passed","time":{"start":1724861230837,"stop":1724861230838,"duration":1}},{"uid":"30fd525517897a44","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/30fd525517897a44","status":"passed","time":{"start":1724861053411,"stop":1724861053412,"duration":1}},{"uid":"4fe2db987d6bbd53","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4fe2db987d6bbd53","status":"passed","time":{"start":1724860914749,"stop":1724860914749,"duration":0}}]},"79e83a61f76f6493d19aaa28660bf3a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"edd7503af5ff8188","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/edd7503af5ff8188","status":"passed","time":{"start":1724921065913,"stop":1724921065914,"duration":1}},{"uid":"635a408b9dc10668","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/635a408b9dc10668","status":"passed","time":{"start":1724921040950,"stop":1724921040950,"duration":0}},{"uid":"b2bfd66319d79662","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b2bfd66319d79662","status":"passed","time":{"start":1724917701158,"stop":1724917701159,"duration":1}},{"uid":"7f949d76452a0f6c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7f949d76452a0f6c","status":"passed","time":{"start":1724889479978,"stop":1724889479978,"duration":0}},{"uid":"14617c6ba2ad3a93","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14617c6ba2ad3a93","status":"passed","time":{"start":1724888630727,"stop":1724888630727,"duration":0}},{"uid":"29e2e913eb761890","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/29e2e913eb761890","status":"passed","time":{"start":1724887787009,"stop":1724887787009,"duration":0}},{"uid":"e328de029bbb32e1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e328de029bbb32e1","status":"passed","time":{"start":1724886553672,"stop":1724886553672,"duration":0}},{"uid":"35ef30a0f64ddbfc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/35ef30a0f64ddbfc","status":"passed","time":{"start":1724886331495,"stop":1724886331495,"duration":0}},{"uid":"ccfb651f3b85d843","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ccfb651f3b85d843","status":"passed","time":{"start":1724861780659,"stop":1724861780660,"duration":1}},{"uid":"451db55cbb53cfc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/451db55cbb53cfc","status":"passed","time":{"start":1724861251101,"stop":1724861251101,"duration":0}},{"uid":"7d59a8e74f9b97d7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7d59a8e74f9b97d7","status":"passed","time":{"start":1724861074811,"stop":1724861074811,"duration":0}},{"uid":"a0791740eaecb492","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a0791740eaecb492","status":"passed","time":{"start":1724860935674,"stop":1724860935674,"duration":0}}]},"73baaca21b5ac988adeb725ed8075677:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"13c8e2e7d578dc6e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/13c8e2e7d578dc6e","status":"passed","time":{"start":1724861628433,"stop":1724861628433,"duration":0}}]},"c972016ed8add4daa2e4266c3ad03fbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"68bb4be0b88fa096","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/68bb4be0b88fa096","status":"passed","time":{"start":1724921037639,"stop":1724921037639,"duration":0}},{"uid":"ecbc817ef97e3b8d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ecbc817ef97e3b8d","status":"passed","time":{"start":1724921013052,"stop":1724921013053,"duration":1}},{"uid":"b0be0246cff21221","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b0be0246cff21221","status":"passed","time":{"start":1724917673295,"stop":1724917673295,"duration":0}},{"uid":"7399fb1ec7941605","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7399fb1ec7941605","status":"passed","time":{"start":1724889452313,"stop":1724889452314,"duration":1}},{"uid":"a41058be4b59fd8d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a41058be4b59fd8d","status":"passed","time":{"start":1724888602844,"stop":1724888602844,"duration":0}},{"uid":"614a201e1efcbbc4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/614a201e1efcbbc4","status":"passed","time":{"start":1724887759166,"stop":1724887759167,"duration":1}},{"uid":"3df7dd0d1e762ad5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3df7dd0d1e762ad5","status":"passed","time":{"start":1724886525546,"stop":1724886525546,"duration":0}},{"uid":"93ec2ff21d856056","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/93ec2ff21d856056","status":"passed","time":{"start":1724886303400,"stop":1724886303400,"duration":0}},{"uid":"2ec6b2fcc6a85ba1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ec6b2fcc6a85ba1","status":"passed","time":{"start":1724861752232,"stop":1724861752232,"duration":0}},{"uid":"be6cc45dfca08ea9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/be6cc45dfca08ea9","status":"passed","time":{"start":1724861223358,"stop":1724861223358,"duration":0}},{"uid":"ce7e4115110db8eb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ce7e4115110db8eb","status":"passed","time":{"start":1724861045206,"stop":1724861045206,"duration":0}},{"uid":"251f47f13e45357a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/251f47f13e45357a","status":"passed","time":{"start":1724860907088,"stop":1724860907088,"duration":0}}]},"75ec24b15bb3240a614544d215c22697:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"178ddc9b30ef74d9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/178ddc9b30ef74d9","status":"passed","time":{"start":1724921540108,"stop":1724921540109,"duration":1}},{"uid":"86d8e88e9dfe95e5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/86d8e88e9dfe95e5","status":"passed","time":{"start":1724921503540,"stop":1724921503540,"duration":0}},{"uid":"ee4eeec2ff2f2009","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ee4eeec2ff2f2009","status":"passed","time":{"start":1724918214357,"stop":1724918214358,"duration":1}},{"uid":"58bd2f9c4bb6a7ea","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/58bd2f9c4bb6a7ea","status":"passed","time":{"start":1724889952444,"stop":1724889952445,"duration":1}},{"uid":"2a72bdc481c9277","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2a72bdc481c9277","status":"passed","time":{"start":1724889087469,"stop":1724889087469,"duration":0}},{"uid":"c0db4d32745da525","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c0db4d32745da525","status":"passed","time":{"start":1724888266430,"stop":1724888266430,"duration":0}},{"uid":"d5627a0e0cb6d41c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d5627a0e0cb6d41c","status":"passed","time":{"start":1724887042931,"stop":1724887042931,"duration":0}},{"uid":"5c8241c13279154c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5c8241c13279154c","status":"passed","time":{"start":1724886820799,"stop":1724886820799,"duration":0}},{"uid":"3a94509a3ece971e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a94509a3ece971e","status":"passed","time":{"start":1724862245490,"stop":1724862245490,"duration":0}},{"uid":"80c0dec7dc8fe128","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/80c0dec7dc8fe128","status":"passed","time":{"start":1724861720399,"stop":1724861720400,"duration":1}},{"uid":"7f34e722e1c1befd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7f34e722e1c1befd","status":"passed","time":{"start":1724861579388,"stop":1724861579389,"duration":1}},{"uid":"5f8ac4c319a21e31","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5f8ac4c319a21e31","status":"passed","time":{"start":1724861402507,"stop":1724861402507,"duration":0}}]},"e35cb0cdb405e33e55cbeeb2b16f024c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b5fdb06c3986f26b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b5fdb06c3986f26b","status":"passed","time":{"start":1724921141186,"stop":1724921141186,"duration":0}},{"uid":"6f2fa8d73f107293","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6f2fa8d73f107293","status":"passed","time":{"start":1724921118247,"stop":1724921118248,"duration":1}},{"uid":"82242fdd4583d151","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/82242fdd4583d151","status":"passed","time":{"start":1724917777549,"stop":1724917777550,"duration":1}},{"uid":"949eaf306f7a5ed9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/949eaf306f7a5ed9","status":"passed","time":{"start":1724889554660,"stop":1724889554660,"duration":0}},{"uid":"968c20ecd667f4ed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/968c20ecd667f4ed","status":"passed","time":{"start":1724888706932,"stop":1724888706935,"duration":3}},{"uid":"adae72aa62386d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/adae72aa62386d","status":"passed","time":{"start":1724887861772,"stop":1724887861772,"duration":0}},{"uid":"8d4d970fc9e7ff7e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8d4d970fc9e7ff7e","status":"passed","time":{"start":1724886631475,"stop":1724886631476,"duration":1}},{"uid":"a2b8251ccd0fe88a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a2b8251ccd0fe88a","status":"passed","time":{"start":1724886409744,"stop":1724886409744,"duration":0}},{"uid":"584af46eddbbfbe6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/584af46eddbbfbe6","status":"passed","time":{"start":1724861858182,"stop":1724861858182,"duration":0}},{"uid":"fedb7592f4c37241","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fedb7592f4c37241","status":"passed","time":{"start":1724861324520,"stop":1724861324520,"duration":0}},{"uid":"b9b94d5ee335a531","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b9b94d5ee335a531","status":"passed","time":{"start":1724861152385,"stop":1724861152385,"duration":0}},{"uid":"8607785597f932e8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8607785597f932e8","status":"passed","time":{"start":1724861011434,"stop":1724861011434,"duration":0}}]},"4cd3b399d48548539910386fe25ff1ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c938296c22024c2b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c938296c22024c2b","status":"passed","time":{"start":1724921515226,"stop":1724921515226,"duration":0}},{"uid":"7dbd0f80f58e4261","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7dbd0f80f58e4261","status":"passed","time":{"start":1724921475445,"stop":1724921475445,"duration":0}},{"uid":"967958ff14bc9727","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/967958ff14bc9727","status":"passed","time":{"start":1724918179400,"stop":1724918179400,"duration":0}},{"uid":"da8c8e2d0a86044e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/da8c8e2d0a86044e","status":"passed","time":{"start":1724889935340,"stop":1724889935340,"duration":0}},{"uid":"c4eabd81f3714767","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4eabd81f3714767","status":"passed","time":{"start":1724889072753,"stop":1724889072753,"duration":0}},{"uid":"382711a3e923bf02","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/382711a3e923bf02","status":"passed","time":{"start":1724888232414,"stop":1724888232415,"duration":1}},{"uid":"fc30936d318e0fef","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fc30936d318e0fef","status":"passed","time":{"start":1724887018302,"stop":1724887018302,"duration":0}},{"uid":"f7ffa73ae8a87fdc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f7ffa73ae8a87fdc","status":"passed","time":{"start":1724886781479,"stop":1724886781479,"duration":0}},{"uid":"d3814acb816d53ec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3814acb816d53ec","status":"passed","time":{"start":1724862213662,"stop":1724862213662,"duration":0}},{"uid":"7862153d4a509316","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7862153d4a509316","status":"passed","time":{"start":1724861685855,"stop":1724861685855,"duration":0}},{"uid":"c528248157ef65bc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c528248157ef65bc","status":"passed","time":{"start":1724861546172,"stop":1724861546175,"duration":3}},{"uid":"7834c559d978811c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7834c559d978811c","status":"passed","time":{"start":1724861378110,"stop":1724861378110,"duration":0}}]},"46784a70c6bf0a43c76e7c49a00abe24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a88906d30d370248","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a88906d30d370248","status":"passed","time":{"start":1724921196355,"stop":1724921196355,"duration":0}},{"uid":"829d5e3e7a9e480d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/829d5e3e7a9e480d","status":"passed","time":{"start":1724921173178,"stop":1724921173178,"duration":0}},{"uid":"e5efd1bee6e36317","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e5efd1bee6e36317","status":"passed","time":{"start":1724917930824,"stop":1724917930825,"duration":1}},{"uid":"e9d7db5db80868e7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e9d7db5db80868e7","status":"passed","time":{"start":1724889621015,"stop":1724889621015,"duration":0}},{"uid":"ea372408533aaf9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ea372408533aaf9d","status":"passed","time":{"start":1724888759383,"stop":1724888759383,"duration":0}},{"uid":"8696f65e41ed78fb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8696f65e41ed78fb","status":"passed","time":{"start":1724888015042,"stop":1724888015043,"duration":1}},{"uid":"c28d1242b004ff30","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c28d1242b004ff30","status":"passed","time":{"start":1724886784541,"stop":1724886784541,"duration":0}},{"uid":"690af7afeab6d0e4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/690af7afeab6d0e4","status":"passed","time":{"start":1724886566522,"stop":1724886566523,"duration":1}},{"uid":"6cbe1ff68578facb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6cbe1ff68578facb","status":"passed","time":{"start":1724861915531,"stop":1724861915532,"duration":1}},{"uid":"e142fb2f8ea156ec","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e142fb2f8ea156ec","status":"passed","time":{"start":1724861379718,"stop":1724861379718,"duration":0}},{"uid":"84da3b9c98c1abf5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/84da3b9c98c1abf5","status":"passed","time":{"start":1724861206868,"stop":1724861206874,"duration":6}},{"uid":"8791cd3dac9d3f27","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8791cd3dac9d3f27","status":"passed","time":{"start":1724861067557,"stop":1724861067558,"duration":1}}]},"4bd629284899aa9f04697aa32117b416:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7ffd1d41f969eea2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7ffd1d41f969eea2","status":"passed","time":{"start":1724921060544,"stop":1724921060545,"duration":1}},{"uid":"2b3e5b7da851a010","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2b3e5b7da851a010","status":"passed","time":{"start":1724921036199,"stop":1724921036200,"duration":1}},{"uid":"3bcf0d1fcc41fa4e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3bcf0d1fcc41fa4e","status":"passed","time":{"start":1724917695760,"stop":1724917695762,"duration":2}},{"uid":"8b9f77411d93fc6d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8b9f77411d93fc6d","status":"passed","time":{"start":1724889474886,"stop":1724889474887,"duration":1}},{"uid":"e3808bba9709aef0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e3808bba9709aef0","status":"passed","time":{"start":1724888625512,"stop":1724888625515,"duration":3}},{"uid":"38f37e512d8335f4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/38f37e512d8335f4","status":"passed","time":{"start":1724887781867,"stop":1724887781868,"duration":1}},{"uid":"36024e56ed778582","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/36024e56ed778582","status":"passed","time":{"start":1724886548744,"stop":1724886548745,"duration":1}},{"uid":"4994fd57ef9dd88","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4994fd57ef9dd88","status":"passed","time":{"start":1724886326709,"stop":1724886326711,"duration":2}},{"uid":"526055051aa0eee9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/526055051aa0eee9","status":"passed","time":{"start":1724861775152,"stop":1724861775154,"duration":2}},{"uid":"11f6205ae852bf39","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/11f6205ae852bf39","status":"passed","time":{"start":1724861246804,"stop":1724861246805,"duration":1}},{"uid":"5033bb0995064001","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5033bb0995064001","status":"passed","time":{"start":1724861070255,"stop":1724861070256,"duration":1}},{"uid":"b8e48494d24972f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b8e48494d24972f","status":"passed","time":{"start":1724860931173,"stop":1724860931175,"duration":2}}]},"ad5b88cbb7af184c3b179fd57279ec1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"29497eb6647e3935","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/29497eb6647e3935","status":"passed","time":{"start":1724921602944,"stop":1724921602944,"duration":0}},{"uid":"2683c04f650b5442","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2683c04f650b5442","status":"passed","time":{"start":1724921571093,"stop":1724921571093,"duration":0}},{"uid":"71e9c203900e438d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/71e9c203900e438d","status":"passed","time":{"start":1724918285583,"stop":1724918285583,"duration":0}},{"uid":"66aa468d8754e954","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/66aa468d8754e954","status":"passed","time":{"start":1724890030087,"stop":1724890030087,"duration":0}},{"uid":"6dae0f577dabf92","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6dae0f577dabf92","status":"passed","time":{"start":1724889171905,"stop":1724889171906,"duration":1}},{"uid":"2fcb258516da789a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2fcb258516da789a","status":"passed","time":{"start":1724888350718,"stop":1724888350719,"duration":1}},{"uid":"b8671a151e10b4a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b8671a151e10b4a9","status":"passed","time":{"start":1724887115403,"stop":1724887115404,"duration":1}},{"uid":"ffe3ec8f17cc4319","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ffe3ec8f17cc4319","status":"passed","time":{"start":1724886884568,"stop":1724886884568,"duration":0}},{"uid":"ee9b2849c876f79","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ee9b2849c876f79","status":"passed","time":{"start":1724862322245,"stop":1724862322246,"duration":1}},{"uid":"f48e8952ba63d8fc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f48e8952ba63d8fc","status":"passed","time":{"start":1724861790748,"stop":1724861790748,"duration":0}},{"uid":"f460ac586d05890b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f460ac586d05890b","status":"passed","time":{"start":1724861628417,"stop":1724861628417,"duration":0}},{"uid":"dfc9c20d2bd76ced","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dfc9c20d2bd76ced","status":"passed","time":{"start":1724861465620,"stop":1724861465620,"duration":0}}]},"418ec6cfcce0a38f977ce3fb8197da57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ed61c04b70778bc4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ed61c04b70778bc4","status":"passed","time":{"start":1724921164604,"stop":1724921164605,"duration":1}},{"uid":"7f38121758ea47a6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7f38121758ea47a6","status":"passed","time":{"start":1724921137827,"stop":1724921137827,"duration":0}},{"uid":"b8d5da3c774ccd87","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b8d5da3c774ccd87","status":"passed","time":{"start":1724917810541,"stop":1724917810541,"duration":0}},{"uid":"e84e015ff0156980","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e84e015ff0156980","status":"passed","time":{"start":1724889585449,"stop":1724889585450,"duration":1}},{"uid":"376dcc0dbf115044","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/376dcc0dbf115044","status":"passed","time":{"start":1724888736513,"stop":1724888736514,"duration":1}},{"uid":"a78a7823a3a92a42","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a78a7823a3a92a42","status":"passed","time":{"start":1724887891796,"stop":1724887891796,"duration":0}},{"uid":"38c0b446f9a73726","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/38c0b446f9a73726","status":"passed","time":{"start":1724886657792,"stop":1724886657795,"duration":3}},{"uid":"4eff1bb6917fd023","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4eff1bb6917fd023","status":"passed","time":{"start":1724886447359,"stop":1724886447360,"duration":1}},{"uid":"9bc0cdff1185bba7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9bc0cdff1185bba7","status":"passed","time":{"start":1724861880129,"stop":1724861880134,"duration":5}},{"uid":"c1d6a3ce24579e25","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c1d6a3ce24579e25","status":"passed","time":{"start":1724861359783,"stop":1724861359783,"duration":0}},{"uid":"65f1597aae397f70","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/65f1597aae397f70","status":"passed","time":{"start":1724861179684,"stop":1724861179684,"duration":0}},{"uid":"858cc631f7b0b74a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/858cc631f7b0b74a","status":"passed","time":{"start":1724861040981,"stop":1724861040982,"duration":1}}]},"dce440f462aa87753a8843a44fb56f22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"69beb220f7308151","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/69beb220f7308151","status":"passed","time":{"start":1724921602941,"stop":1724921602941,"duration":0}},{"uid":"884cb7c20721465e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/884cb7c20721465e","status":"passed","time":{"start":1724921571088,"stop":1724921571090,"duration":2}},{"uid":"431003bd0674f107","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/431003bd0674f107","status":"passed","time":{"start":1724918285578,"stop":1724918285578,"duration":0}},{"uid":"e3d28507c5c311b9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e3d28507c5c311b9","status":"passed","time":{"start":1724890030084,"stop":1724890030085,"duration":1}},{"uid":"76b46bf405cf9aac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/76b46bf405cf9aac","status":"passed","time":{"start":1724889171903,"stop":1724889171903,"duration":0}},{"uid":"301596534e2f1d53","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/301596534e2f1d53","status":"passed","time":{"start":1724888350717,"stop":1724888350717,"duration":0}},{"uid":"a641ee1934970659","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a641ee1934970659","status":"passed","time":{"start":1724887115401,"stop":1724887115401,"duration":0}},{"uid":"4a9511545ab673d0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4a9511545ab673d0","status":"passed","time":{"start":1724886884566,"stop":1724886884566,"duration":0}},{"uid":"d3ad8424ede49fb3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3ad8424ede49fb3","status":"passed","time":{"start":1724862322240,"stop":1724862322241,"duration":1}},{"uid":"81226cc6ba92b227","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/81226cc6ba92b227","status":"passed","time":{"start":1724861790745,"stop":1724861790746,"duration":1}},{"uid":"487819823731000a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/487819823731000a","status":"passed","time":{"start":1724861628413,"stop":1724861628414,"duration":1}},{"uid":"c22f2840e8554ab6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c22f2840e8554ab6","status":"passed","time":{"start":1724861465616,"stop":1724861465616,"duration":0}}]},"c8db07e09b66f468369f1156f835a72b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4e65c78187612109","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4e65c78187612109","status":"passed","time":{"start":1724921196358,"stop":1724921196358,"duration":0}},{"uid":"5d07d605e85eeb06","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5d07d605e85eeb06","status":"passed","time":{"start":1724921173182,"stop":1724921173183,"duration":1}},{"uid":"9b2f584cbc8500c1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9b2f584cbc8500c1","status":"passed","time":{"start":1724917930833,"stop":1724917930834,"duration":1}},{"uid":"3740a3995d82def","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3740a3995d82def","status":"passed","time":{"start":1724889621017,"stop":1724889621018,"duration":1}},{"uid":"b1f706417153300e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1f706417153300e","status":"passed","time":{"start":1724888759390,"stop":1724888759390,"duration":0}},{"uid":"d3350adbe43066a3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d3350adbe43066a3","status":"passed","time":{"start":1724888015048,"stop":1724888015049,"duration":1}},{"uid":"8368c81e91da3879","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8368c81e91da3879","status":"passed","time":{"start":1724886784548,"stop":1724886784548,"duration":0}},{"uid":"7df1545baae9603f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7df1545baae9603f","status":"passed","time":{"start":1724886566534,"stop":1724886566535,"duration":1}},{"uid":"de68a8c0ccb2c238","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/de68a8c0ccb2c238","status":"passed","time":{"start":1724861915535,"stop":1724861915535,"duration":0}},{"uid":"630510f7a1b3a769","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/630510f7a1b3a769","status":"passed","time":{"start":1724861379726,"stop":1724861379726,"duration":0}},{"uid":"a03d9d16bf0138a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a03d9d16bf0138a","status":"passed","time":{"start":1724861206880,"stop":1724861206880,"duration":0}},{"uid":"96e9cab0284b1148","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/96e9cab0284b1148","status":"passed","time":{"start":1724861067561,"stop":1724861067561,"duration":0}}]},"6cf5cbe251a6713919a8df5410150420:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9899d7be1f78a7f5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9899d7be1f78a7f5","status":"passed","time":{"start":1724921037636,"stop":1724921037636,"duration":0}},{"uid":"f429ec65e6ed5c18","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f429ec65e6ed5c18","status":"passed","time":{"start":1724921013048,"stop":1724921013048,"duration":0}},{"uid":"139583674f304679","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/139583674f304679","status":"passed","time":{"start":1724917673292,"stop":1724917673293,"duration":1}},{"uid":"80d747823d41fdda","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80d747823d41fdda","status":"passed","time":{"start":1724889452311,"stop":1724889452311,"duration":0}},{"uid":"26dae688b0345083","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/26dae688b0345083","status":"passed","time":{"start":1724888602841,"stop":1724888602841,"duration":0}},{"uid":"ab34e5657f610fc8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ab34e5657f610fc8","status":"passed","time":{"start":1724887759164,"stop":1724887759165,"duration":1}},{"uid":"7bb2fb83343e730e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7bb2fb83343e730e","status":"passed","time":{"start":1724886525544,"stop":1724886525544,"duration":0}},{"uid":"31024f5cd502427","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/31024f5cd502427","status":"passed","time":{"start":1724886303397,"stop":1724886303398,"duration":1}},{"uid":"7b6857382982c778","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b6857382982c778","status":"passed","time":{"start":1724861752229,"stop":1724861752230,"duration":1}},{"uid":"ce5815881e759648","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ce5815881e759648","status":"passed","time":{"start":1724861223356,"stop":1724861223356,"duration":0}},{"uid":"ac7365254679e616","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac7365254679e616","status":"passed","time":{"start":1724861045203,"stop":1724861045204,"duration":1}},{"uid":"73e0554871e88c06","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/73e0554871e88c06","status":"passed","time":{"start":1724860907085,"stop":1724860907085,"duration":0}}]},"dedf3aa8babff657917e449dbd1de09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6009f0c5e4688b78","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6009f0c5e4688b78","status":"passed","time":{"start":1724921625066,"stop":1724921625067,"duration":1}},{"uid":"7c9f2f9e1664bd77","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7c9f2f9e1664bd77","status":"passed","time":{"start":1724921590496,"stop":1724921590497,"duration":1}},{"uid":"740c413c55245129","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/740c413c55245129","status":"passed","time":{"start":1724918287566,"stop":1724918287566,"duration":0}},{"uid":"725754f296464a42","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/725754f296464a42","status":"passed","time":{"start":1724890047788,"stop":1724890047789,"duration":1}},{"uid":"c6b2b1f964762e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c6b2b1f964762e0","status":"passed","time":{"start":1724889183921,"stop":1724889183922,"duration":1}},{"uid":"97c7ce1e63fae3da","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/97c7ce1e63fae3da","status":"passed","time":{"start":1724888354166,"stop":1724888354166,"duration":0}},{"uid":"d35b40d40a16d783","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d35b40d40a16d783","status":"passed","time":{"start":1724887145659,"stop":1724887145660,"duration":1}},{"uid":"1151d847e86b0bdb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1151d847e86b0bdb","status":"passed","time":{"start":1724886915787,"stop":1724886915788,"duration":1}},{"uid":"87a5894171c1bdb5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/87a5894171c1bdb5","status":"passed","time":{"start":1724862341439,"stop":1724862341439,"duration":0}},{"uid":"9f4581aef47ebee","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9f4581aef47ebee","status":"passed","time":{"start":1724861805443,"stop":1724861805443,"duration":0}},{"uid":"a9823afda8ab32c5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a9823afda8ab32c5","status":"passed","time":{"start":1724861662257,"stop":1724861662257,"duration":0}},{"uid":"a958605bc710ae09","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a958605bc710ae09","status":"passed","time":{"start":1724861492513,"stop":1724861492514,"duration":1}}]},"cb3bc6f59ed71458b14918fe359db631:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5b7b97513b698150","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5b7b97513b698150","status":"passed","time":{"start":1724861465637,"stop":1724861465638,"duration":1}}]},"f9aefc74ebf83017b5a3c73e7906d9de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"dc92a857653ef004","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dc92a857653ef004","status":"passed","time":{"start":1724921658747,"stop":1724921658747,"duration":0}},{"uid":"e1d75fcab281ef6e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e1d75fcab281ef6e","status":"passed","time":{"start":1724921609581,"stop":1724921609581,"duration":0}},{"uid":"5137f3926ff81953","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5137f3926ff81953","status":"passed","time":{"start":1724918323462,"stop":1724918323462,"duration":0}},{"uid":"3a56b3e1bf0d1ae9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a56b3e1bf0d1ae9","status":"passed","time":{"start":1724890071667,"stop":1724890071667,"duration":0}},{"uid":"6f26cddc2fa411d4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6f26cddc2fa411d4","status":"passed","time":{"start":1724889207707,"stop":1724889207707,"duration":0}},{"uid":"8ceda36fc1139e09","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8ceda36fc1139e09","status":"passed","time":{"start":1724888386328,"stop":1724888386328,"duration":0}},{"uid":"4e1d3a6bf304b80a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4e1d3a6bf304b80a","status":"passed","time":{"start":1724887153936,"stop":1724887153936,"duration":0}},{"uid":"b77830a8ae62c01b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b77830a8ae62c01b","status":"passed","time":{"start":1724886927398,"stop":1724886927402,"duration":4}},{"uid":"6594339b5a6306e7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6594339b5a6306e7","status":"passed","time":{"start":1724862360111,"stop":1724862360111,"duration":0}},{"uid":"c7561766c240e678","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c7561766c240e678","status":"passed","time":{"start":1724861832844,"stop":1724861832844,"duration":0}},{"uid":"c61e02da37513c70","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c61e02da37513c70","status":"passed","time":{"start":1724861687429,"stop":1724861687430,"duration":1}},{"uid":"dfefae15ffb64e45","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dfefae15ffb64e45","status":"passed","time":{"start":1724861513179,"stop":1724861513180,"duration":1}}]},"5d6f5a70216c41483d766110d1d8ad62:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"98b325e29e67ab3c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/98b325e29e67ab3c","status":"passed","time":{"start":1724918298098,"stop":1724918298099,"duration":1}}]},"ca792c984822690bae66defc59c4f99f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"95f74d7bba4e9aa3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/95f74d7bba4e9aa3","status":"passed","time":{"start":1724921563012,"stop":1724921563012,"duration":0}},{"uid":"b215313452e2d64e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b215313452e2d64e","status":"passed","time":{"start":1724921526811,"stop":1724921526812,"duration":1}},{"uid":"96edc52f80bced3d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/96edc52f80bced3d","status":"passed","time":{"start":1724918239939,"stop":1724918239939,"duration":0}},{"uid":"ee194d1f096abf21","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ee194d1f096abf21","status":"passed","time":{"start":1724889980890,"stop":1724889980890,"duration":0}},{"uid":"eca32638a44cea1b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eca32638a44cea1b","status":"passed","time":{"start":1724889109954,"stop":1724889109956,"duration":2}},{"uid":"c11be440d5466488","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c11be440d5466488","status":"passed","time":{"start":1724888294721,"stop":1724888294722,"duration":1}},{"uid":"46e2a0e7f3804939","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/46e2a0e7f3804939","status":"passed","time":{"start":1724887071737,"stop":1724887071737,"duration":0}},{"uid":"f3f5b940735c35b1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f3f5b940735c35b1","status":"passed","time":{"start":1724886848344,"stop":1724886848344,"duration":0}},{"uid":"99c9c44b375d677c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/99c9c44b375d677c","status":"passed","time":{"start":1724862259245,"stop":1724862259245,"duration":0}},{"uid":"f38c04433e94bc5d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f38c04433e94bc5d","status":"passed","time":{"start":1724861735324,"stop":1724861735325,"duration":1}},{"uid":"66b69abc9e9568f0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/66b69abc9e9568f0","status":"passed","time":{"start":1724861606342,"stop":1724861606343,"duration":1}},{"uid":"6c399ef809350e8c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6c399ef809350e8c","status":"passed","time":{"start":1724861426685,"stop":1724861426686,"duration":1}}]},"5baf079275f2bf6f911ab52e553b722e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7ed6550d8a212f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7ed6550d8a212f","status":"passed","time":{"start":1724921065911,"stop":1724921065912,"duration":1}},{"uid":"d7008ea0b07ea4aa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d7008ea0b07ea4aa","status":"passed","time":{"start":1724921040948,"stop":1724921040948,"duration":0}},{"uid":"cd03a308a1ec9489","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cd03a308a1ec9489","status":"passed","time":{"start":1724917701157,"stop":1724917701157,"duration":0}},{"uid":"af2a3c6de5d76e27","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/af2a3c6de5d76e27","status":"passed","time":{"start":1724889479976,"stop":1724889479976,"duration":0}},{"uid":"41903c53813a7856","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/41903c53813a7856","status":"passed","time":{"start":1724888630725,"stop":1724888630725,"duration":0}},{"uid":"8338b188b194bbc6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8338b188b194bbc6","status":"passed","time":{"start":1724887787007,"stop":1724887787008,"duration":1}},{"uid":"ec94b44f543647af","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ec94b44f543647af","status":"passed","time":{"start":1724886553670,"stop":1724886553670,"duration":0}},{"uid":"2cd1d9ddefbc464c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2cd1d9ddefbc464c","status":"passed","time":{"start":1724886331493,"stop":1724886331494,"duration":1}},{"uid":"4b8a6384580d4563","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b8a6384580d4563","status":"passed","time":{"start":1724861780657,"stop":1724861780658,"duration":1}},{"uid":"7ff93ba110b6a82b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7ff93ba110b6a82b","status":"passed","time":{"start":1724861251099,"stop":1724861251099,"duration":0}},{"uid":"6decbf024bfcf654","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6decbf024bfcf654","status":"passed","time":{"start":1724861074809,"stop":1724861074809,"duration":0}},{"uid":"ea1828bd88e974e0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ea1828bd88e974e0","status":"passed","time":{"start":1724860935672,"stop":1724860935673,"duration":1}}]},"204cd0a634fe77da35e94b401accc096:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9509b1c3201eb414","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9509b1c3201eb414","status":"passed","time":{"start":1724921625082,"stop":1724921625082,"duration":0}},{"uid":"e265a328ae00e8fc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e265a328ae00e8fc","status":"passed","time":{"start":1724921590507,"stop":1724921590507,"duration":0}},{"uid":"460e67d739ee43dd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/460e67d739ee43dd","status":"passed","time":{"start":1724918287574,"stop":1724918287574,"duration":0}},{"uid":"ef500026543a8c4c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ef500026543a8c4c","status":"passed","time":{"start":1724890047799,"stop":1724890047799,"duration":0}},{"uid":"9698e5ce0a9f68bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9698e5ce0a9f68bd","status":"passed","time":{"start":1724889183932,"stop":1724889183939,"duration":7}},{"uid":"c554461e89914d4f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c554461e89914d4f","status":"passed","time":{"start":1724888354180,"stop":1724888354180,"duration":0}},{"uid":"fa3d9663a30034f7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fa3d9663a30034f7","status":"passed","time":{"start":1724887145706,"stop":1724887145710,"duration":4}},{"uid":"dcdd710efd7ad883","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dcdd710efd7ad883","status":"passed","time":{"start":1724886915796,"stop":1724886915796,"duration":0}},{"uid":"2ab358521c624fed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ab358521c624fed","status":"passed","time":{"start":1724862341461,"stop":1724862341462,"duration":1}},{"uid":"f6bc206b56d4d6de","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f6bc206b56d4d6de","status":"passed","time":{"start":1724861805463,"stop":1724861805464,"duration":1}},{"uid":"667b21def3daaa97","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/667b21def3daaa97","status":"passed","time":{"start":1724861662297,"stop":1724861662298,"duration":1}},{"uid":"5ba5273c80c1d430","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5ba5273c80c1d430","status":"passed","time":{"start":1724861492524,"stop":1724861492524,"duration":0}}]},"e0b6505631b6bdd96fbf27e0bbeb531c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b4e733a0af479f9d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b4e733a0af479f9d","status":"passed","time":{"start":1724918229402,"stop":1724918229402,"duration":0}}]},"e3287614e9807e436e457512c1cd303a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"221d617bfa1a4659","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/221d617bfa1a4659","status":"passed","time":{"start":1724921099698,"stop":1724921099699,"duration":1}},{"uid":"d51dc0796fe43a2a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d51dc0796fe43a2a","status":"passed","time":{"start":1724921074389,"stop":1724921074390,"duration":1}},{"uid":"b365f08b61f6b39c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b365f08b61f6b39c","status":"passed","time":{"start":1724917735275,"stop":1724917735275,"duration":0}},{"uid":"8eb7d1c62cff63b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8eb7d1c62cff63b2","status":"passed","time":{"start":1724889517450,"stop":1724889517451,"duration":1}},{"uid":"24ac53d922ba3ec5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/24ac53d922ba3ec5","status":"passed","time":{"start":1724888662630,"stop":1724888662631,"duration":1}},{"uid":"dd300cd4f10e6dc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dd300cd4f10e6dc","status":"passed","time":{"start":1724887821330,"stop":1724887821331,"duration":1}},{"uid":"5bdb816c8d5d1322","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5bdb816c8d5d1322","status":"passed","time":{"start":1724886588483,"stop":1724886588483,"duration":0}},{"uid":"62803486e2425208","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/62803486e2425208","status":"passed","time":{"start":1724886365766,"stop":1724886365767,"duration":1}},{"uid":"9233803707052d8c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9233803707052d8c","status":"passed","time":{"start":1724861814961,"stop":1724861814961,"duration":0}},{"uid":"d7037222a4496a23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d7037222a4496a23","status":"passed","time":{"start":1724861282672,"stop":1724861282672,"duration":0}},{"uid":"f9a6ed60642322b2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f9a6ed60642322b2","status":"passed","time":{"start":1724861111683,"stop":1724861111684,"duration":1}},{"uid":"4bd714b418dbc7ca","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4bd714b418dbc7ca","status":"passed","time":{"start":1724860971175,"stop":1724860971176,"duration":1}}]},"56e1d8474d62878e7786d2205343b01d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ce7643567f9afbf0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ce7643567f9afbf0","status":"passed","time":{"start":1724921564782,"stop":1724921564782,"duration":0}},{"uid":"50d1314bbcb8e2d6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/50d1314bbcb8e2d6","status":"passed","time":{"start":1724921518826,"stop":1724921518827,"duration":1}},{"uid":"a0753490f746e3b6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a0753490f746e3b6","status":"passed","time":{"start":1724918229404,"stop":1724918229404,"duration":0}},{"uid":"e07f6da1f040e514","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e07f6da1f040e514","status":"passed","time":{"start":1724889980706,"stop":1724889980706,"duration":0}},{"uid":"bb2bf744dd456b2c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bb2bf744dd456b2c","status":"passed","time":{"start":1724889111183,"stop":1724889111183,"duration":0}},{"uid":"49dd1db7f9e03c49","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/49dd1db7f9e03c49","status":"passed","time":{"start":1724888292546,"stop":1724888292547,"duration":1}},{"uid":"e1a2e7eccf24dc14","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e1a2e7eccf24dc14","status":"passed","time":{"start":1724887068231,"stop":1724887068232,"duration":1}},{"uid":"24cd671b3e6e2fa1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/24cd671b3e6e2fa1","status":"passed","time":{"start":1724886848933,"stop":1724886848934,"duration":1}},{"uid":"8b51a09cd8158d09","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8b51a09cd8158d09","status":"passed","time":{"start":1724862262052,"stop":1724862262052,"duration":0}},{"uid":"76cbb21a9976b29f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/76cbb21a9976b29f","status":"passed","time":{"start":1724861741897,"stop":1724861741897,"duration":0}},{"uid":"dd098de90dad8c40","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dd098de90dad8c40","status":"passed","time":{"start":1724861599500,"stop":1724861599501,"duration":1}},{"uid":"bf903cab904e90f1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bf903cab904e90f1","status":"passed","time":{"start":1724861428479,"stop":1724861428479,"duration":0}}]},"4ac139d7d1050443229269b0c0744970:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"dd6b00d3e69884f9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dd6b00d3e69884f9","status":"passed","time":{"start":1724921060546,"stop":1724921060546,"duration":0}},{"uid":"6df8432a81adfd22","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6df8432a81adfd22","status":"passed","time":{"start":1724921036201,"stop":1724921036202,"duration":1}},{"uid":"1b86de0549e04dbd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1b86de0549e04dbd","status":"passed","time":{"start":1724917695763,"stop":1724917695763,"duration":0}},{"uid":"e4d37b6622bd6698","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e4d37b6622bd6698","status":"passed","time":{"start":1724889474888,"stop":1724889474888,"duration":0}},{"uid":"8a7edc4101eb046e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8a7edc4101eb046e","status":"passed","time":{"start":1724888625519,"stop":1724888625521,"duration":2}},{"uid":"cb82f4e19dbf334","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cb82f4e19dbf334","status":"passed","time":{"start":1724887781869,"stop":1724887781869,"duration":0}},{"uid":"6d6849b50aaaabff","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6d6849b50aaaabff","status":"passed","time":{"start":1724886548747,"stop":1724886548748,"duration":1}},{"uid":"992c9e7eb795466a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/992c9e7eb795466a","status":"passed","time":{"start":1724886326712,"stop":1724886326712,"duration":0}},{"uid":"a66010ac7d639a44","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a66010ac7d639a44","status":"passed","time":{"start":1724861775155,"stop":1724861775155,"duration":0}},{"uid":"54992224c178cdaa","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/54992224c178cdaa","status":"passed","time":{"start":1724861246806,"stop":1724861246806,"duration":0}},{"uid":"74f76c4c5e15a09b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/74f76c4c5e15a09b","status":"passed","time":{"start":1724861070257,"stop":1724861070257,"duration":0}},{"uid":"6db48d94f2f5d0f9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6db48d94f2f5d0f9","status":"passed","time":{"start":1724860931176,"stop":1724860931176,"duration":0}}]},"6f5db8f8f13c830c7e59f3146489be59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a439944ae5b0e411","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a439944ae5b0e411","status":"passed","time":{"start":1724921497753,"stop":1724921497755,"duration":2}},{"uid":"5f6d98b70abc162c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5f6d98b70abc162c","status":"passed","time":{"start":1724921408408,"stop":1724921408409,"duration":1}},{"uid":"eb65d56676c006f1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eb65d56676c006f1","status":"passed","time":{"start":1724918086868,"stop":1724918086868,"duration":0}},{"uid":"670c1f552e4e47c6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/670c1f552e4e47c6","status":"passed","time":{"start":1724889892445,"stop":1724889892445,"duration":0}},{"uid":"a1ad483241f3cda6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a1ad483241f3cda6","status":"passed","time":{"start":1724888997214,"stop":1724888997214,"duration":0}},{"uid":"90301e43b9fad810","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/90301e43b9fad810","status":"passed","time":{"start":1724888159487,"stop":1724888159487,"duration":0}},{"uid":"ec6cc06086d338f0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ec6cc06086d338f0","status":"passed","time":{"start":1724886937289,"stop":1724886937290,"duration":1}},{"uid":"4d0af9354f4ec36a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4d0af9354f4ec36a","status":"passed","time":{"start":1724886709797,"stop":1724886709797,"duration":0}},{"uid":"156931dcf5964855","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/156931dcf5964855","status":"passed","time":{"start":1724862123535,"stop":1724862123536,"duration":1}},{"uid":"90af9df58022c79d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/90af9df58022c79d","status":"passed","time":{"start":1724861620102,"stop":1724861620102,"duration":0}},{"uid":"4fd57e8bf3456071","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4fd57e8bf3456071","status":"passed","time":{"start":1724861460238,"stop":1724861460241,"duration":3}},{"uid":"34a06545e4a08878","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/34a06545e4a08878","status":"passed","time":{"start":1724861330170,"stop":1724861330170,"duration":0}}]},"14fddfd9cbeef4b361010968e3dedef2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"63ca00ab35f49ea3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/63ca00ab35f49ea3","status":"passed","time":{"start":1724886884588,"stop":1724886884588,"duration":0}}]},"4516e31462507870186c9fbd4aef885c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"96375094dcc5371b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/96375094dcc5371b","status":"passed","time":{"start":1724921563019,"stop":1724921563019,"duration":0}},{"uid":"9b3185d5a296bf55","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9b3185d5a296bf55","status":"passed","time":{"start":1724921526815,"stop":1724921526815,"duration":0}},{"uid":"a08a80ed0bceebc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a08a80ed0bceebc","status":"passed","time":{"start":1724918239947,"stop":1724918239948,"duration":1}},{"uid":"5e83767c58d82798","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5e83767c58d82798","status":"passed","time":{"start":1724889980918,"stop":1724889980919,"duration":1}},{"uid":"695ffd74721e72aa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/695ffd74721e72aa","status":"passed","time":{"start":1724889109973,"stop":1724889109974,"duration":1}},{"uid":"f02bcb04d1ea3b22","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f02bcb04d1ea3b22","status":"passed","time":{"start":1724888294724,"stop":1724888294725,"duration":1}},{"uid":"30a4a06573d0fdd0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/30a4a06573d0fdd0","status":"passed","time":{"start":1724887071743,"stop":1724887071743,"duration":0}},{"uid":"fa967220b07c0cc7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fa967220b07c0cc7","status":"passed","time":{"start":1724886848348,"stop":1724886848348,"duration":0}},{"uid":"2336d5254826f470","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2336d5254826f470","status":"passed","time":{"start":1724862259256,"stop":1724862259256,"duration":0}},{"uid":"968564dbd2eed7df","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/968564dbd2eed7df","status":"passed","time":{"start":1724861735331,"stop":1724861735331,"duration":0}},{"uid":"f86dab3bde24b557","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f86dab3bde24b557","status":"passed","time":{"start":1724861606351,"stop":1724861606351,"duration":0}},{"uid":"100159793340f120","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/100159793340f120","status":"passed","time":{"start":1724861426690,"stop":1724861426690,"duration":0}}]},"0f19ebac35e83959b447dde1dc01d9b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9d095f336f0b48e1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9d095f336f0b48e1","status":"passed","time":{"start":1724921602955,"stop":1724921602955,"duration":0}},{"uid":"8a7767e102dfbfc8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8a7767e102dfbfc8","status":"passed","time":{"start":1724921571098,"stop":1724921571099,"duration":1}},{"uid":"570e66e4347c2b3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/570e66e4347c2b3","status":"passed","time":{"start":1724918285592,"stop":1724918285592,"duration":0}},{"uid":"2ff759a279dfa17c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ff759a279dfa17c","status":"passed","time":{"start":1724890030092,"stop":1724890030092,"duration":0}},{"uid":"c4ae572692542ea5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4ae572692542ea5","status":"passed","time":{"start":1724889171910,"stop":1724889171911,"duration":1}},{"uid":"87de9615d2c5ecb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/87de9615d2c5ecb","status":"passed","time":{"start":1724888350723,"stop":1724888350724,"duration":1}},{"uid":"83d1728bfce45a03","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/83d1728bfce45a03","status":"passed","time":{"start":1724887115410,"stop":1724887115410,"duration":0}},{"uid":"8b7ea5d143101880","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8b7ea5d143101880","status":"passed","time":{"start":1724886884577,"stop":1724886884578,"duration":1}},{"uid":"c4e1f411f86e8b45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4e1f411f86e8b45","status":"passed","time":{"start":1724862322259,"stop":1724862322259,"duration":0}},{"uid":"640f653aca9d479d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/640f653aca9d479d","status":"passed","time":{"start":1724861790753,"stop":1724861790753,"duration":0}},{"uid":"7d35d7506f2eb4f7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7d35d7506f2eb4f7","status":"passed","time":{"start":1724861628422,"stop":1724861628422,"duration":0}},{"uid":"bcbea6a49a1c4590","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bcbea6a49a1c4590","status":"passed","time":{"start":1724861465626,"stop":1724861465627,"duration":1}}]},"a773da9ab13b0ba52b267b159cdf55b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"44fbd564f2b07ebb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/44fbd564f2b07ebb","status":"passed","time":{"start":1724921270366,"stop":1724921270366,"duration":0}},{"uid":"a0c5e5f70b2856e5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a0c5e5f70b2856e5","status":"passed","time":{"start":1724921247828,"stop":1724921247828,"duration":0}},{"uid":"368b555b5e7cb89e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/368b555b5e7cb89e","status":"passed","time":{"start":1724917989828,"stop":1724917989828,"duration":0}},{"uid":"549c59e5c3930401","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/549c59e5c3930401","status":"passed","time":{"start":1724889678570,"stop":1724889678578,"duration":8}},{"uid":"b88c9262e7a49cb5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b88c9262e7a49cb5","status":"passed","time":{"start":1724888829851,"stop":1724888829852,"duration":1}},{"uid":"ac0b821c3dcaef81","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ac0b821c3dcaef81","status":"passed","time":{"start":1724888077018,"stop":1724888077019,"duration":1}},{"uid":"eefb7ba2bccf496c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eefb7ba2bccf496c","status":"passed","time":{"start":1724886851132,"stop":1724886851132,"duration":0}},{"uid":"b78d3fb54cb0ee77","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b78d3fb54cb0ee77","status":"passed","time":{"start":1724886647125,"stop":1724886647126,"duration":1}},{"uid":"d97d5b2e5144dfcf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d97d5b2e5144dfcf","status":"passed","time":{"start":1724861992718,"stop":1724861992718,"duration":0}},{"uid":"6c91e64693c23f51","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6c91e64693c23f51","status":"passed","time":{"start":1724861469650,"stop":1724861469651,"duration":1}},{"uid":"ff693bcfe617b48f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ff693bcfe617b48f","status":"passed","time":{"start":1724861284872,"stop":1724861284872,"duration":0}},{"uid":"56d861058a7d3298","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/56d861058a7d3298","status":"passed","time":{"start":1724861145823,"stop":1724861145823,"duration":0}}]},"61e0bc5eb99c345d7e23841af7aef6cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"97acc56c2b9169f8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/97acc56c2b9169f8","status":"passed","time":{"start":1724921583486,"stop":1724921583487,"duration":1}},{"uid":"a787ccc195852aa3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a787ccc195852aa3","status":"passed","time":{"start":1724921494521,"stop":1724921494521,"duration":0}},{"uid":"11a55674830232b3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/11a55674830232b3","status":"passed","time":{"start":1724918216286,"stop":1724918216287,"duration":1}},{"uid":"76a17b0faaf4b7c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/76a17b0faaf4b7c7","status":"passed","time":{"start":1724889979498,"stop":1724889979498,"duration":0}},{"uid":"1826f99a354d3f60","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1826f99a354d3f60","status":"passed","time":{"start":1724889083635,"stop":1724889083636,"duration":1}},{"uid":"f44caf51c708f476","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f44caf51c708f476","status":"passed","time":{"start":1724888284640,"stop":1724888284641,"duration":1}},{"uid":"6a190b1469bd46b1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a190b1469bd46b1","status":"passed","time":{"start":1724887046097,"stop":1724887046097,"duration":0}},{"uid":"236f9dccd7f12190","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/236f9dccd7f12190","status":"passed","time":{"start":1724886828838,"stop":1724886828838,"duration":0}},{"uid":"c5205acd778894a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5205acd778894a6","status":"passed","time":{"start":1724862236790,"stop":1724862236791,"duration":1}},{"uid":"c98a9c01693c5b10","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c98a9c01693c5b10","status":"passed","time":{"start":1724861713625,"stop":1724861713626,"duration":1}},{"uid":"45f40035697f8714","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/45f40035697f8714","status":"passed","time":{"start":1724861586770,"stop":1724861586771,"duration":1}},{"uid":"1adc2d446c9e3dcd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1adc2d446c9e3dcd","status":"passed","time":{"start":1724861418249,"stop":1724861418249,"duration":0}}]},"eb36f6cc70499b2e62d28217a2a5914e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"13aaa21c59734b2d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/13aaa21c59734b2d","status":"passed","time":{"start":1724887127874,"stop":1724887127874,"duration":0}}]},"6344e52764ea46e6f6ed14e26357b30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"82819bbec65135e5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/82819bbec65135e5","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921267898,"stop":1724921267899,"duration":1}},{"uid":"a3f3ec95a82b3841","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a3f3ec95a82b3841","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921244400,"stop":1724921244400,"duration":0}},{"uid":"abeaf24d9e974d5c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/abeaf24d9e974d5c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724917916064,"stop":1724917916064,"duration":0}},{"uid":"ee16456a2bb0e550","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ee16456a2bb0e550","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889678262,"stop":1724889678262,"duration":0}},{"uid":"3d644f6960326b05","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3d644f6960326b05","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888831692,"stop":1724888831692,"duration":0}},{"uid":"4852353aeaa2a559","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4852353aeaa2a559","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888003326,"stop":1724888003326,"duration":0}},{"uid":"191cccda398fc74b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/191cccda398fc74b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886776616,"stop":1724886776616,"duration":0}},{"uid":"e48788639d1115ce","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e48788639d1115ce","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886555804,"stop":1724886555804,"duration":0}},{"uid":"6a2661ffa614c84e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6a2661ffa614c84e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861983017,"stop":1724861983017,"duration":0}},{"uid":"6a22868a7160d956","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6a22868a7160d956","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861444073,"stop":1724861444073,"duration":0}},{"uid":"3991a5c2ba3d1e45","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3991a5c2ba3d1e45","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861285842,"stop":1724861285842,"duration":0}},{"uid":"99077c3099fcc5de","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/99077c3099fcc5de","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861145678,"stop":1724861145678,"duration":0}}]},"c722ce8a7dba0f2b03f0e99d583ec496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"46c57d660721af48","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/46c57d660721af48","status":"passed","time":{"start":1724921625039,"stop":1724921625040,"duration":1}},{"uid":"fc8967698743cecf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fc8967698743cecf","status":"passed","time":{"start":1724921590484,"stop":1724921590484,"duration":0}},{"uid":"78b0e337864425c4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/78b0e337864425c4","status":"passed","time":{"start":1724918287560,"stop":1724918287561,"duration":1}},{"uid":"4223e33b6571c828","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4223e33b6571c828","status":"passed","time":{"start":1724890047784,"stop":1724890047784,"duration":0}},{"uid":"96b8d559447da463","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/96b8d559447da463","status":"passed","time":{"start":1724889183916,"stop":1724889183916,"duration":0}},{"uid":"841ae8e05c4f52f4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/841ae8e05c4f52f4","status":"passed","time":{"start":1724888354161,"stop":1724888354161,"duration":0}},{"uid":"64f42ecbd26126cc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/64f42ecbd26126cc","status":"passed","time":{"start":1724887145652,"stop":1724887145652,"duration":0}},{"uid":"a561aa7a29d81249","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a561aa7a29d81249","status":"passed","time":{"start":1724886915778,"stop":1724886915780,"duration":2}},{"uid":"aef1579f6a254c82","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aef1579f6a254c82","status":"passed","time":{"start":1724862341433,"stop":1724862341433,"duration":0}},{"uid":"c9ccd65779d36f31","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c9ccd65779d36f31","status":"passed","time":{"start":1724861805436,"stop":1724861805437,"duration":1}},{"uid":"8965edab974a3aa2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8965edab974a3aa2","status":"passed","time":{"start":1724861662244,"stop":1724861662249,"duration":5}},{"uid":"a33b6d82327ae95","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a33b6d82327ae95","status":"passed","time":{"start":1724861492504,"stop":1724861492505,"duration":1}}]},"b599654895491b21ff1876c821de2afd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5612bdfac6133a49","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5612bdfac6133a49","status":"passed","time":{"start":1724921037311,"stop":1724921037311,"duration":0}},{"uid":"c238bbef0782757d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c238bbef0782757d","status":"passed","time":{"start":1724921012634,"stop":1724921012635,"duration":1}},{"uid":"8b4cb99e86a287ca","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8b4cb99e86a287ca","status":"passed","time":{"start":1724917673037,"stop":1724917673037,"duration":0}},{"uid":"a82fbafc4d14527b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a82fbafc4d14527b","status":"passed","time":{"start":1724889452004,"stop":1724889452005,"duration":1}},{"uid":"dff39e1dfbad5332","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dff39e1dfbad5332","status":"passed","time":{"start":1724888602562,"stop":1724888602562,"duration":0}},{"uid":"3ef3cf9c3abafa55","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3ef3cf9c3abafa55","status":"passed","time":{"start":1724887758653,"stop":1724887758653,"duration":0}},{"uid":"e76716b064c884b5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e76716b064c884b5","status":"passed","time":{"start":1724886525163,"stop":1724886525163,"duration":0}},{"uid":"69e6c0c0011b36e9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/69e6c0c0011b36e9","status":"passed","time":{"start":1724886303125,"stop":1724886303126,"duration":1}},{"uid":"e4e8646f06b2f8bb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e4e8646f06b2f8bb","status":"passed","time":{"start":1724861751531,"stop":1724861751532,"duration":1}},{"uid":"20b8f29963c73778","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/20b8f29963c73778","status":"passed","time":{"start":1724861222812,"stop":1724861222812,"duration":0}},{"uid":"f6146caf240ae34f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f6146caf240ae34f","status":"passed","time":{"start":1724861044783,"stop":1724861044784,"duration":1}},{"uid":"21d6377a67baa185","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/21d6377a67baa185","status":"passed","time":{"start":1724860906653,"stop":1724860906654,"duration":1}}]},"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"548e272a87163904","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/548e272a87163904","status":"passed","time":{"start":1724921046209,"stop":1724921046210,"duration":1}},{"uid":"ed3f25cdc03b68b2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ed3f25cdc03b68b2","status":"passed","time":{"start":1724921021481,"stop":1724921021481,"duration":0}},{"uid":"93074ed29ba616d2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/93074ed29ba616d2","status":"passed","time":{"start":1724917681729,"stop":1724917681729,"duration":0}},{"uid":"b2fdb9bfd83c01e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b2fdb9bfd83c01e8","status":"passed","time":{"start":1724889460657,"stop":1724889460657,"duration":0}},{"uid":"a12e8a5bf9a147a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a12e8a5bf9a147a1","status":"passed","time":{"start":1724888611300,"stop":1724888611300,"duration":0}},{"uid":"22182463141d9d06","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/22182463141d9d06","status":"passed","time":{"start":1724887767625,"stop":1724887767625,"duration":0}},{"uid":"66ca2153a3f6bb52","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/66ca2153a3f6bb52","status":"passed","time":{"start":1724886533996,"stop":1724886533996,"duration":0}},{"uid":"21139a190327bcc0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/21139a190327bcc0","status":"passed","time":{"start":1724886311763,"stop":1724886311763,"duration":0}},{"uid":"b3f57057b6db086f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b3f57057b6db086f","status":"passed","time":{"start":1724861760781,"stop":1724861760781,"duration":0}},{"uid":"39c2783cde3548db","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/39c2783cde3548db","status":"passed","time":{"start":1724861231739,"stop":1724861231739,"duration":0}},{"uid":"56ec2db8e9b4dd93","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/56ec2db8e9b4dd93","status":"passed","time":{"start":1724861054262,"stop":1724861054262,"duration":0}},{"uid":"bf14fddd4fbf6d60","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bf14fddd4fbf6d60","status":"passed","time":{"start":1724860915819,"stop":1724860915819,"duration":0}}]},"1df49fa066e5164894f9633325ea9d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"123ae2191f1afaa6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/123ae2191f1afaa6","status":"passed","time":{"start":1724862262050,"stop":1724862262050,"duration":0}}]},"cdea5a495f7cc7dc4da8979e4672c3cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a2412a2a27e99c44","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a2412a2a27e99c44","status":"passed","time":{"start":1724921619640,"stop":1724921619640,"duration":0}},{"uid":"c61c9aa3d83068d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c61c9aa3d83068d","status":"passed","time":{"start":1724921577172,"stop":1724921577172,"duration":0}},{"uid":"a72c00eff502f8a7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a72c00eff502f8a7","status":"passed","time":{"start":1724918298103,"stop":1724918298104,"duration":1}},{"uid":"d146c7a21dc6e4ff","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d146c7a21dc6e4ff","status":"passed","time":{"start":1724890039749,"stop":1724890039750,"duration":1}},{"uid":"e8405576a7b4e05a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e8405576a7b4e05a","status":"passed","time":{"start":1724889169856,"stop":1724889169857,"duration":1}},{"uid":"945abd3deee1631","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/945abd3deee1631","status":"passed","time":{"start":1724888345356,"stop":1724888345357,"duration":1}},{"uid":"8404d22b16f7b9e9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8404d22b16f7b9e9","status":"passed","time":{"start":1724887127883,"stop":1724887127886,"duration":3}},{"uid":"c827cbdb8082d271","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c827cbdb8082d271","status":"passed","time":{"start":1724886906387,"stop":1724886906387,"duration":0}},{"uid":"e2d3ddaae07cc1b5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e2d3ddaae07cc1b5","status":"passed","time":{"start":1724862320149,"stop":1724862320149,"duration":0}},{"uid":"5af33ddfd3d10be7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5af33ddfd3d10be7","status":"passed","time":{"start":1724861800260,"stop":1724861800260,"duration":0}},{"uid":"6adbb003a57bfcc3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6adbb003a57bfcc3","status":"passed","time":{"start":1724861655175,"stop":1724861655176,"duration":1}},{"uid":"82e4fee8db7c641a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/82e4fee8db7c641a","status":"passed","time":{"start":1724861485085,"stop":1724861485085,"duration":0}}]},"253797fcb45741084187d4e600a0c7ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ce35bf1c2f9571ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ce35bf1c2f9571ea","status":"passed","time":{"start":1724888345352,"stop":1724888345353,"duration":1}}]},"52c30f3cc1da5fdc37b9b464d2ed157f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"3c7d17c1eb4ecf89","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3c7d17c1eb4ecf89","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921098922,"stop":1724921098922,"duration":0}},{"uid":"27cefbd9e3a1c4a3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/27cefbd9e3a1c4a3","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921073401,"stop":1724921073401,"duration":0}},{"uid":"22aa603160dfe995","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/22aa603160dfe995","status":"skipped","statusDetails":"Test ignored","time":{"start":1724917744665,"stop":1724917744665,"duration":0}},{"uid":"97f89de837cd437b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97f89de837cd437b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889518046,"stop":1724889518046,"duration":0}},{"uid":"498250d5002aff2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/498250d5002aff2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888665807,"stop":1724888665807,"duration":0}},{"uid":"5aab6e6ac3ff4b53","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5aab6e6ac3ff4b53","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887821954,"stop":1724887821955,"duration":1}},{"uid":"b041957eb2139df4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b041957eb2139df4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886586928,"stop":1724886586928,"duration":0}},{"uid":"cbbeb2799a134b25","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cbbeb2799a134b25","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886375239,"stop":1724886375240,"duration":1}},{"uid":"cd60d34703d6806c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd60d34703d6806c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861815219,"stop":1724861815219,"duration":0}},{"uid":"8f86c1a1303ddace","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8f86c1a1303ddace","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861291724,"stop":1724861291726,"duration":2}},{"uid":"4c12f9d13644fad2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4c12f9d13644fad2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861109881,"stop":1724861109882,"duration":1}},{"uid":"f49ea95b8d9d3e2a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f49ea95b8d9d3e2a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724860972345,"stop":1724860972345,"duration":0}}]},"02e9129cb9b3cf151c39c97146218ddc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"80983a844d13b76e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/80983a844d13b76e","status":"passed","time":{"start":1724888336460,"stop":1724888336460,"duration":0}}]},"6dc4f4a64d88ecc459576211af44c9c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e3f037eb673afde6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e3f037eb673afde6","status":"passed","time":{"start":1724887092628,"stop":1724887092629,"duration":1}}]},"88357b028eb75ad4f1e85c2daedfdd05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70b687596ddfa70a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/70b687596ddfa70a","status":"passed","time":{"start":1724918298098,"stop":1724918298098,"duration":0}}]},"09cd9d8ba42e553ba8f482285cb3d0d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"55cc3a6a3754d117","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/55cc3a6a3754d117","status":"passed","time":{"start":1724921244372,"stop":1724921244376,"duration":4}}]},"73ac7999decb7c5dfdb67b5f2d1717af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a981a67edf27a367","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a981a67edf27a367","status":"passed","time":{"start":1724887068230,"stop":1724887068231,"duration":1}}]},"1221fb8af55fad77bfb8bb923c0d373d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e8eeb06e7829ff4a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e8eeb06e7829ff4a","status":"passed","time":{"start":1724887127882,"stop":1724887127882,"duration":0}}]},"30ea5a343565c1efca5d550cb47221e8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6effd5557ac8c80d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6effd5557ac8c80d","status":"passed","time":{"start":1724886880630,"stop":1724886880630,"duration":0}}]},"dbd5d5949b41e11b1c4bc7d81adefec6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3967a91bdaaa4572","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3967a91bdaaa4572","status":"passed","time":{"start":1724921619639,"stop":1724921619640,"duration":1}}]},"46e4002ab33549762a5184ba52857e96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3fab53b05e85a6ca","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3fab53b05e85a6ca","status":"passed","time":{"start":1724921515254,"stop":1724921515255,"duration":1}},{"uid":"9c0de0997b170cc3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9c0de0997b170cc3","status":"passed","time":{"start":1724921475503,"stop":1724921475504,"duration":1}},{"uid":"2b6d66148f0cb7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2b6d66148f0cb7","status":"passed","time":{"start":1724918179418,"stop":1724918179435,"duration":17}},{"uid":"19c185567cce49ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/19c185567cce49ee","status":"passed","time":{"start":1724889935352,"stop":1724889935352,"duration":0}},{"uid":"58dffcf18408327a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/58dffcf18408327a","status":"passed","time":{"start":1724889072768,"stop":1724889072768,"duration":0}},{"uid":"c2384eff4d2fe93b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c2384eff4d2fe93b","status":"passed","time":{"start":1724888232428,"stop":1724888232428,"duration":0}},{"uid":"3b670483e5f92748","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3b670483e5f92748","status":"passed","time":{"start":1724887018316,"stop":1724887018316,"duration":0}},{"uid":"4176938725b2aa74","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4176938725b2aa74","status":"passed","time":{"start":1724886781504,"stop":1724886781505,"duration":1}},{"uid":"e441bfa59c8fca40","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e441bfa59c8fca40","status":"passed","time":{"start":1724862213684,"stop":1724862213685,"duration":1}},{"uid":"f2fccd686e770b6a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f2fccd686e770b6a","status":"passed","time":{"start":1724861685885,"stop":1724861685885,"duration":0}},{"uid":"47397297629d7e5d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/47397297629d7e5d","status":"passed","time":{"start":1724861546211,"stop":1724861546212,"duration":1}},{"uid":"ceb4d0fc86b77037","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ceb4d0fc86b77037","status":"passed","time":{"start":1724861378126,"stop":1724861378126,"duration":0}}]},"45666448c14c8261025304f4a13398f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aac7c838b8553141","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/aac7c838b8553141","status":"passed","time":{"start":1724918203695,"stop":1724918203696,"duration":1}}]},"54384bebf04ae4841c112fac145c4c83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d1997c55de9fc524","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d1997c55de9fc524","status":"passed","time":{"start":1724921158276,"stop":1724921158277,"duration":1}},{"uid":"9f0181838cf08887","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9f0181838cf08887","status":"passed","time":{"start":1724921130071,"stop":1724921130072,"duration":1}},{"uid":"8e4914a98576fbe5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8e4914a98576fbe5","status":"passed","time":{"start":1724917796888,"stop":1724917796889,"duration":1}},{"uid":"99cf75dbe48accba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/99cf75dbe48accba","status":"passed","time":{"start":1724889579990,"stop":1724889579992,"duration":2}},{"uid":"fffb84206726fcf3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fffb84206726fcf3","status":"passed","time":{"start":1724888730125,"stop":1724888730126,"duration":1}},{"uid":"9ce666e2a43b8e88","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9ce666e2a43b8e88","status":"passed","time":{"start":1724887883924,"stop":1724887883925,"duration":1}},{"uid":"f46bf05e919323a6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f46bf05e919323a6","status":"passed","time":{"start":1724886651242,"stop":1724886651243,"duration":1}},{"uid":"9436c27f1fed5f91","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9436c27f1fed5f91","status":"passed","time":{"start":1724886430260,"stop":1724886430261,"duration":1}},{"uid":"7a8e1c9145488f01","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7a8e1c9145488f01","status":"passed","time":{"start":1724861879165,"stop":1724861879166,"duration":1}},{"uid":"3741003d7fd7d0f2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3741003d7fd7d0f2","status":"passed","time":{"start":1724861345735,"stop":1724861345735,"duration":0}},{"uid":"514ab46cbbe37b60","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/514ab46cbbe37b60","status":"passed","time":{"start":1724861186692,"stop":1724861186692,"duration":0}},{"uid":"11d1848fcd03d97c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/11d1848fcd03d97c","status":"passed","time":{"start":1724861034861,"stop":1724861034862,"duration":1}}]},"cd8bb61f11cc9ea00b1f4254b7742bc9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd83539190c0181c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd83539190c0181c","status":"passed","time":{"start":1724862320143,"stop":1724862320143,"duration":0}}]},"b08068a9b03559ce890ac01ffeb86082:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c256437b5260ae55","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c256437b5260ae55","status":"passed","time":{"start":1724921515219,"stop":1724921515219,"duration":0}},{"uid":"3f51faff4febfa7a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3f51faff4febfa7a","status":"passed","time":{"start":1724921475436,"stop":1724921475437,"duration":1}},{"uid":"aab7a5f16c80980e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/aab7a5f16c80980e","status":"passed","time":{"start":1724918179376,"stop":1724918179377,"duration":1}},{"uid":"61d8e08676aa3250","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/61d8e08676aa3250","status":"passed","time":{"start":1724889935333,"stop":1724889935333,"duration":0}},{"uid":"20129f55c2b2efe6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/20129f55c2b2efe6","status":"passed","time":{"start":1724889072745,"stop":1724889072745,"duration":0}},{"uid":"1472e3eb16c5291b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1472e3eb16c5291b","status":"passed","time":{"start":1724888232407,"stop":1724888232407,"duration":0}},{"uid":"7af7c3192bfb7408","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7af7c3192bfb7408","status":"passed","time":{"start":1724887018287,"stop":1724887018287,"duration":0}},{"uid":"1a16bba90cae145e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1a16bba90cae145e","status":"passed","time":{"start":1724886781472,"stop":1724886781472,"duration":0}},{"uid":"cc910f1a03fc5acf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc910f1a03fc5acf","status":"passed","time":{"start":1724862213654,"stop":1724862213655,"duration":1}},{"uid":"4c9c11d443f2a088","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4c9c11d443f2a088","status":"passed","time":{"start":1724861685847,"stop":1724861685848,"duration":1}},{"uid":"92feeda19b933331","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/92feeda19b933331","status":"passed","time":{"start":1724861546162,"stop":1724861546162,"duration":0}},{"uid":"26d999eec9dc5ccb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/26d999eec9dc5ccb","status":"passed","time":{"start":1724861378102,"stop":1724861378103,"duration":1}}]},"f83b5e91299b47f609d392e5a1fc737e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3f451b723b2387ad","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3f451b723b2387ad","status":"passed","time":{"start":1724921602944,"stop":1724921602944,"duration":0}},{"uid":"40d9bcd3423800a9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/40d9bcd3423800a9","status":"passed","time":{"start":1724921571091,"stop":1724921571093,"duration":2}},{"uid":"263f44245a12c0cd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/263f44245a12c0cd","status":"passed","time":{"start":1724918285582,"stop":1724918285582,"duration":0}},{"uid":"17e99d0c67599b61","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/17e99d0c67599b61","status":"passed","time":{"start":1724890030086,"stop":1724890030087,"duration":1}},{"uid":"2ea1c68c9816a4bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ea1c68c9816a4bd","status":"passed","time":{"start":1724889171905,"stop":1724889171905,"duration":0}},{"uid":"832f372e96fbd363","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/832f372e96fbd363","status":"passed","time":{"start":1724888350718,"stop":1724888350718,"duration":0}},{"uid":"d6b599fadd547013","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d6b599fadd547013","status":"passed","time":{"start":1724887115403,"stop":1724887115403,"duration":0}},{"uid":"1e43dec46ecd74c4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1e43dec46ecd74c4","status":"passed","time":{"start":1724886884567,"stop":1724886884568,"duration":1}},{"uid":"a436269f384df287","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a436269f384df287","status":"passed","time":{"start":1724862322244,"stop":1724862322244,"duration":0}},{"uid":"e254298816510107","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e254298816510107","status":"passed","time":{"start":1724861790747,"stop":1724861790748,"duration":1}},{"uid":"2de2858d80f7fa6a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2de2858d80f7fa6a","status":"passed","time":{"start":1724861628416,"stop":1724861628417,"duration":1}},{"uid":"ce1f0ed43796b935","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ce1f0ed43796b935","status":"passed","time":{"start":1724861465619,"stop":1724861465619,"duration":0}}]},"a76ead29381dcdaff9c468c45a54849a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"997580436d78ecb1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/997580436d78ecb1","status":"passed","time":{"start":1724921037643,"stop":1724921037644,"duration":1}},{"uid":"6e3574671fbe4e5f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6e3574671fbe4e5f","status":"passed","time":{"start":1724921013056,"stop":1724921013057,"duration":1}},{"uid":"6b1c23e2983f23a1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6b1c23e2983f23a1","status":"passed","time":{"start":1724917673298,"stop":1724917673298,"duration":0}},{"uid":"b2c71cb2e3059d14","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b2c71cb2e3059d14","status":"passed","time":{"start":1724889452317,"stop":1724889452318,"duration":1}},{"uid":"5749bb78f9984c52","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5749bb78f9984c52","status":"passed","time":{"start":1724888602849,"stop":1724888602849,"duration":0}},{"uid":"8b8747ed0715ae1d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8b8747ed0715ae1d","status":"passed","time":{"start":1724887759170,"stop":1724887759170,"duration":0}},{"uid":"5eeb2f14206c2692","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5eeb2f14206c2692","status":"passed","time":{"start":1724886525550,"stop":1724886525550,"duration":0}},{"uid":"bb9253dff19d7c4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bb9253dff19d7c4","status":"passed","time":{"start":1724886303404,"stop":1724886303404,"duration":0}},{"uid":"e4a1955986fdcad9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e4a1955986fdcad9","status":"passed","time":{"start":1724861752236,"stop":1724861752236,"duration":0}},{"uid":"a23f917e0d42ad83","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a23f917e0d42ad83","status":"passed","time":{"start":1724861223361,"stop":1724861223361,"duration":0}},{"uid":"62cbcb44c2fb4c5b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/62cbcb44c2fb4c5b","status":"passed","time":{"start":1724861045209,"stop":1724861045209,"duration":0}},{"uid":"2f3f920df37cf4f0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2f3f920df37cf4f0","status":"passed","time":{"start":1724860907092,"stop":1724860907092,"duration":0}}]},"1391b6b0ba4a849777922d1c0353736f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4b0c7e35cd764ab0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4b0c7e35cd764ab0","status":"passed","time":{"start":1724921529583,"stop":1724921529584,"duration":1}},{"uid":"7fbfc0acb94489a8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7fbfc0acb94489a8","status":"passed","time":{"start":1724921488879,"stop":1724921488879,"duration":0}},{"uid":"8447353e13eea0c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8447353e13eea0c","status":"passed","time":{"start":1724918203685,"stop":1724918203685,"duration":0}},{"uid":"b1dca81ed343d55a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1dca81ed343d55a","status":"passed","time":{"start":1724889938357,"stop":1724889938357,"duration":0}},{"uid":"521809881b0c1f12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/521809881b0c1f12","status":"passed","time":{"start":1724889077065,"stop":1724889077065,"duration":0}},{"uid":"28d953ba9c1b34bc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/28d953ba9c1b34bc","status":"passed","time":{"start":1724888268033,"stop":1724888268034,"duration":1}},{"uid":"c82ff9490f0dfb09","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c82ff9490f0dfb09","status":"passed","time":{"start":1724887032402,"stop":1724887032402,"duration":0}},{"uid":"9db5c88c5438f8f5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9db5c88c5438f8f5","status":"passed","time":{"start":1724886822814,"stop":1724886822814,"duration":0}},{"uid":"8c1f6d4f81095e0d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8c1f6d4f81095e0d","status":"passed","time":{"start":1724862233509,"stop":1724862233509,"duration":0}},{"uid":"2b63a6b4f7a9fadd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2b63a6b4f7a9fadd","status":"passed","time":{"start":1724861712669,"stop":1724861712669,"duration":0}},{"uid":"79d7ac7324873e20","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/79d7ac7324873e20","status":"passed","time":{"start":1724861567888,"stop":1724861567888,"duration":0}},{"uid":"3cfa175ad1213d76","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3cfa175ad1213d76","status":"passed","time":{"start":1724861392053,"stop":1724861392054,"duration":1}}]},"01e5d721be51e34e17ed69fd77982662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a14d6a33ee0bf861","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a14d6a33ee0bf861","status":"passed","time":{"start":1724921515235,"stop":1724921515236,"duration":1}},{"uid":"a100d912889cfdb1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a100d912889cfdb1","status":"passed","time":{"start":1724921475467,"stop":1724921475467,"duration":0}},{"uid":"7087faf394315dd2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7087faf394315dd2","status":"passed","time":{"start":1724918179408,"stop":1724918179408,"duration":0}},{"uid":"183f63f5cefc6f18","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/183f63f5cefc6f18","status":"passed","time":{"start":1724889935347,"stop":1724889935347,"duration":0}},{"uid":"e92600f06138c49","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e92600f06138c49","status":"passed","time":{"start":1724889072761,"stop":1724889072762,"duration":1}},{"uid":"b8ff807d0eb87455","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b8ff807d0eb87455","status":"passed","time":{"start":1724888232422,"stop":1724888232423,"duration":1}},{"uid":"980db18a802d160","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/980db18a802d160","status":"passed","time":{"start":1724887018309,"stop":1724887018310,"duration":1}},{"uid":"8633370b895c357","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8633370b895c357","status":"passed","time":{"start":1724886781488,"stop":1724886781489,"duration":1}},{"uid":"4c5a7fcfa369c4c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4c5a7fcfa369c4c9","status":"passed","time":{"start":1724862213670,"stop":1724862213670,"duration":0}},{"uid":"e3e7d8d2ba040189","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e3e7d8d2ba040189","status":"passed","time":{"start":1724861685864,"stop":1724861685865,"duration":1}},{"uid":"9d8ed2d03cf53a7b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9d8ed2d03cf53a7b","status":"passed","time":{"start":1724861546197,"stop":1724861546198,"duration":1}},{"uid":"c1da552d5311e8c7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c1da552d5311e8c7","status":"passed","time":{"start":1724861378119,"stop":1724861378119,"duration":0}}]},"2557ec157df35bf6d707685321bea72f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"70032703f5dbaf2a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/70032703f5dbaf2a","status":"passed","time":{"start":1724921497756,"stop":1724921497756,"duration":0}},{"uid":"93c0b6dd0b0f60d7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/93c0b6dd0b0f60d7","status":"passed","time":{"start":1724921408410,"stop":1724921408411,"duration":1}},{"uid":"f174adbc9b9e160d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f174adbc9b9e160d","status":"passed","time":{"start":1724918086869,"stop":1724918086869,"duration":0}},{"uid":"1edbee21234227c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1edbee21234227c7","status":"passed","time":{"start":1724889892446,"stop":1724889892446,"duration":0}},{"uid":"1841e6fb53cf77fe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1841e6fb53cf77fe","status":"passed","time":{"start":1724888997215,"stop":1724888997215,"duration":0}},{"uid":"285587b7b9b0ae6c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/285587b7b9b0ae6c","status":"passed","time":{"start":1724888159488,"stop":1724888159489,"duration":1}},{"uid":"e8c62849e37aa2de","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e8c62849e37aa2de","status":"passed","time":{"start":1724886937293,"stop":1724886937293,"duration":0}},{"uid":"afd2ec6087fe74dd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/afd2ec6087fe74dd","status":"passed","time":{"start":1724886709799,"stop":1724886709802,"duration":3}},{"uid":"66c29a3a9b1a4e0a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/66c29a3a9b1a4e0a","status":"passed","time":{"start":1724862123536,"stop":1724862123537,"duration":1}},{"uid":"bafedb9de79f794","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bafedb9de79f794","status":"passed","time":{"start":1724861620103,"stop":1724861620104,"duration":1}},{"uid":"775a3499ca72f37a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/775a3499ca72f37a","status":"passed","time":{"start":1724861460246,"stop":1724861460248,"duration":2}},{"uid":"5b1153c3faa901f0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5b1153c3faa901f0","status":"passed","time":{"start":1724861330171,"stop":1724861330171,"duration":0}}]},"5cd99ced8ba50b2e9d376a549883204c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"225ee1841fcdf495","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/225ee1841fcdf495","status":"passed","time":{"start":1724921037650,"stop":1724921037650,"duration":0}},{"uid":"5a5809384bb69768","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5a5809384bb69768","status":"passed","time":{"start":1724921013063,"stop":1724921013063,"duration":0}},{"uid":"187964a3e403c790","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/187964a3e403c790","status":"passed","time":{"start":1724917673303,"stop":1724917673303,"duration":0}},{"uid":"e4c40ff069e83774","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e4c40ff069e83774","status":"passed","time":{"start":1724889452323,"stop":1724889452324,"duration":1}},{"uid":"bacc6724bd25a72f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bacc6724bd25a72f","status":"passed","time":{"start":1724888602855,"stop":1724888602856,"duration":1}},{"uid":"6dc62214ef839988","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6dc62214ef839988","status":"passed","time":{"start":1724887759176,"stop":1724887759176,"duration":0}},{"uid":"e2a64d237a06ea5e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e2a64d237a06ea5e","status":"passed","time":{"start":1724886525555,"stop":1724886525555,"duration":0}},{"uid":"881ef9f0df4d31ac","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/881ef9f0df4d31ac","status":"passed","time":{"start":1724886303410,"stop":1724886303410,"duration":0}},{"uid":"4205e793811e66f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4205e793811e66f","status":"passed","time":{"start":1724861752247,"stop":1724861752247,"duration":0}},{"uid":"52c40673a2949db0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/52c40673a2949db0","status":"passed","time":{"start":1724861223367,"stop":1724861223367,"duration":0}},{"uid":"156096df04e36ccc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/156096df04e36ccc","status":"passed","time":{"start":1724861045216,"stop":1724861045216,"duration":0}},{"uid":"8d2746c6d88b061c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8d2746c6d88b061c","status":"passed","time":{"start":1724860907101,"stop":1724860907101,"duration":0}}]},"01bfb94c22535ad53e83a0709b1063d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f77bddabecbd750a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f77bddabecbd750a","status":"passed","time":{"start":1724887092628,"stop":1724887092628,"duration":0}}]},"16fa9fb65d0b66151767c71b466c4e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2998f429bf114cc9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2998f429bf114cc9","status":"passed","time":{"start":1724887092629,"stop":1724887092630,"duration":1}}]},"9e48a36c3cc9812976e64b83ee210bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bcaf743eb0cc34b8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bcaf743eb0cc34b8","status":"passed","time":{"start":1724921529579,"stop":1724921529580,"duration":1}},{"uid":"3ad0be3b2edd8e21","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3ad0be3b2edd8e21","status":"passed","time":{"start":1724921488877,"stop":1724921488877,"duration":0}},{"uid":"d08807c2ec9e873d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d08807c2ec9e873d","status":"passed","time":{"start":1724918203678,"stop":1724918203678,"duration":0}},{"uid":"373624e6c0932976","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/373624e6c0932976","status":"passed","time":{"start":1724889938355,"stop":1724889938356,"duration":1}},{"uid":"725d550b00c18ed6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/725d550b00c18ed6","status":"passed","time":{"start":1724889077063,"stop":1724889077064,"duration":1}},{"uid":"4a8c1c1502c92faa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a8c1c1502c92faa","status":"passed","time":{"start":1724888268031,"stop":1724888268031,"duration":0}},{"uid":"b47577ab906a5042","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b47577ab906a5042","status":"passed","time":{"start":1724887032396,"stop":1724887032397,"duration":1}},{"uid":"5a75884f45c0c6d9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5a75884f45c0c6d9","status":"passed","time":{"start":1724886822789,"stop":1724886822789,"duration":0}},{"uid":"5a88ca5e341c3cba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5a88ca5e341c3cba","status":"passed","time":{"start":1724862233507,"stop":1724862233508,"duration":1}},{"uid":"d3a0d02c07db4b81","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d3a0d02c07db4b81","status":"passed","time":{"start":1724861712667,"stop":1724861712668,"duration":1}},{"uid":"83a42a42a469de4a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/83a42a42a469de4a","status":"passed","time":{"start":1724861567885,"stop":1724861567885,"duration":0}},{"uid":"a433cbc520cc8aac","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a433cbc520cc8aac","status":"passed","time":{"start":1724861392049,"stop":1724861392050,"duration":1}}]},"a999fa5513c28adc30fb234d16a62972:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b73f8e7b202125ea","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b73f8e7b202125ea","status":"passed","time":{"start":1724921088194,"stop":1724921088196,"duration":2}},{"uid":"4236bab703d90a2a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4236bab703d90a2a","status":"passed","time":{"start":1724921063381,"stop":1724921063382,"duration":1}},{"uid":"add522ff4f3a73f7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/add522ff4f3a73f7","status":"passed","time":{"start":1724917723831,"stop":1724917723832,"duration":1}},{"uid":"2c97d23e3ce24920","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c97d23e3ce24920","status":"passed","time":{"start":1724889503226,"stop":1724889503226,"duration":0}},{"uid":"2d31dcf584b48bf3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d31dcf584b48bf3","status":"passed","time":{"start":1724888652593,"stop":1724888652593,"duration":0}},{"uid":"2622abfe6d9ddb23","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2622abfe6d9ddb23","status":"passed","time":{"start":1724887810647,"stop":1724887810648,"duration":1}},{"uid":"ee600f5d49925933","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ee600f5d49925933","status":"passed","time":{"start":1724886577066,"stop":1724886577070,"duration":4}},{"uid":"75cf5186d4df3fb5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/75cf5186d4df3fb5","status":"passed","time":{"start":1724886355050,"stop":1724886355050,"duration":0}},{"uid":"16842a087e661905","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/16842a087e661905","status":"passed","time":{"start":1724861804039,"stop":1724861804039,"duration":0}},{"uid":"8e423ea827ee7e23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8e423ea827ee7e23","status":"passed","time":{"start":1724861273295,"stop":1724861273296,"duration":1}},{"uid":"7967e2821a51e9d6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7967e2821a51e9d6","status":"passed","time":{"start":1724861099307,"stop":1724861099309,"duration":2}},{"uid":"272b460da3eed25d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/272b460da3eed25d","status":"passed","time":{"start":1724860959305,"stop":1724860959307,"duration":2}}]},"b1a8b6f30447116e333463c65f27f7d0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"113597f03f250bd5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/113597f03f250bd5","status":"passed","time":{"start":1724861475028,"stop":1724861475030,"duration":2}}]},"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3b32ca57e810ad27","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3b32ca57e810ad27","status":"passed","time":{"start":1724921046198,"stop":1724921046198,"duration":0}},{"uid":"e0ecef46a2eddfbc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e0ecef46a2eddfbc","status":"passed","time":{"start":1724921021468,"stop":1724921021468,"duration":0}},{"uid":"1d81d9a3839a7809","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1d81d9a3839a7809","status":"passed","time":{"start":1724917681717,"stop":1724917681717,"duration":0}},{"uid":"4404ee35c64869e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4404ee35c64869e","status":"passed","time":{"start":1724889460646,"stop":1724889460646,"duration":0}},{"uid":"234897641ecea4e6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/234897641ecea4e6","status":"passed","time":{"start":1724888611289,"stop":1724888611289,"duration":0}},{"uid":"90031927aabc3558","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/90031927aabc3558","status":"passed","time":{"start":1724887767614,"stop":1724887767614,"duration":0}},{"uid":"a0263ae26a3a2e2f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a0263ae26a3a2e2f","status":"passed","time":{"start":1724886533984,"stop":1724886533984,"duration":0}},{"uid":"49ba66f913fde684","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/49ba66f913fde684","status":"passed","time":{"start":1724886311751,"stop":1724886311752,"duration":1}},{"uid":"14c5dd5119ab4d11","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14c5dd5119ab4d11","status":"passed","time":{"start":1724861760767,"stop":1724861760768,"duration":1}},{"uid":"b7cf6b0a179ad258","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b7cf6b0a179ad258","status":"passed","time":{"start":1724861231727,"stop":1724861231728,"duration":1}},{"uid":"31810696655275db","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/31810696655275db","status":"passed","time":{"start":1724861054248,"stop":1724861054249,"duration":1}},{"uid":"aff7261f7f09a297","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/aff7261f7f09a297","status":"passed","time":{"start":1724860915807,"stop":1724860915807,"duration":0}}]},"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d97a66eebd73c4d8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d97a66eebd73c4d8","status":"passed","time":{"start":1724921297009,"stop":1724921297010,"duration":1}},{"uid":"50dfce260710eed","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/50dfce260710eed","status":"passed","time":{"start":1724921276368,"stop":1724921276368,"duration":0}},{"uid":"58b652118ebe0d59","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/58b652118ebe0d59","status":"passed","time":{"start":1724917948325,"stop":1724917948326,"duration":1}},{"uid":"2bf31a2c555aac6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2bf31a2c555aac6","status":"passed","time":{"start":1724889729010,"stop":1724889729010,"duration":0}},{"uid":"171f153f46e04595","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/171f153f46e04595","status":"passed","time":{"start":1724888864954,"stop":1724888864954,"duration":0}},{"uid":"b486a82ce64f1db1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b486a82ce64f1db1","status":"passed","time":{"start":1724888053747,"stop":1724888053748,"duration":1}},{"uid":"33ec8f4d50b2cbf8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/33ec8f4d50b2cbf8","status":"passed","time":{"start":1724886811662,"stop":1724886811663,"duration":1}},{"uid":"81937267a63c5b48","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/81937267a63c5b48","status":"passed","time":{"start":1724886581005,"stop":1724886581005,"duration":0}},{"uid":"4cb286b479423e4d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4cb286b479423e4d","status":"passed","time":{"start":1724862019562,"stop":1724862019562,"duration":0}},{"uid":"d19350071d0fc015","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d19350071d0fc015","status":"passed","time":{"start":1724861493937,"stop":1724861493938,"duration":1}},{"uid":"c089c8217022a2e1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c089c8217022a2e1","status":"passed","time":{"start":1724861318032,"stop":1724861318033,"duration":1}},{"uid":"ebaef603b59bdac5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ebaef603b59bdac5","status":"passed","time":{"start":1724861178516,"stop":1724861178517,"duration":1}}]},"389d651cca3c08327c8ef1d4d963eb2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"becd39806a35b699","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/becd39806a35b699","status":"passed","time":{"start":1724921419682,"stop":1724921419683,"duration":1}},{"uid":"869e723ac2007830","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/869e723ac2007830","status":"passed","time":{"start":1724921400503,"stop":1724921400503,"duration":0}},{"uid":"e0aee514bd2831e2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e0aee514bd2831e2","status":"passed","time":{"start":1724918124176,"stop":1724918124176,"duration":0}},{"uid":"5c5fab66c8715138","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5c5fab66c8715138","status":"passed","time":{"start":1724889845313,"stop":1724889845313,"duration":0}},{"uid":"cf7dc4a2fccad4b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf7dc4a2fccad4b3","status":"passed","time":{"start":1724888978754,"stop":1724888978754,"duration":0}},{"uid":"68a9bbded0644eb1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/68a9bbded0644eb1","status":"passed","time":{"start":1724888199758,"stop":1724888199758,"duration":0}},{"uid":"ce7281d902b5d13a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ce7281d902b5d13a","status":"passed","time":{"start":1724886961475,"stop":1724886961476,"duration":1}},{"uid":"a8daafaa86bbe161","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a8daafaa86bbe161","status":"passed","time":{"start":1724886743395,"stop":1724886743396,"duration":1}},{"uid":"9699cd4001065e3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9699cd4001065e3e","status":"passed","time":{"start":1724862150656,"stop":1724862150657,"duration":1}},{"uid":"9d0ee57baf205e1a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9d0ee57baf205e1a","status":"passed","time":{"start":1724861627581,"stop":1724861627581,"duration":0}},{"uid":"429526f314b32096","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/429526f314b32096","status":"passed","time":{"start":1724861501071,"stop":1724861501071,"duration":0}},{"uid":"aaeb2d7a64d5fe26","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/aaeb2d7a64d5fe26","status":"passed","time":{"start":1724861297169,"stop":1724861297169,"duration":0}}]},"98e48fb9aa970bd6e47bf616cdd00261:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"89687fe50cdeab8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/89687fe50cdeab8","status":"passed","time":{"start":1724886781501,"stop":1724886781501,"duration":0}}]},"d90af7b37ad91eaa1456328004d8a3fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2dd3224f8c1c5f9c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2dd3224f8c1c5f9c","status":"passed","time":{"start":1724921602960,"stop":1724921602960,"duration":0}},{"uid":"aa7fa65f556236a9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/aa7fa65f556236a9","status":"passed","time":{"start":1724921571103,"stop":1724921571103,"duration":0}},{"uid":"e47607c7277a4239","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e47607c7277a4239","status":"passed","time":{"start":1724918285607,"stop":1724918285607,"duration":0}},{"uid":"37206855e294609a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37206855e294609a","status":"passed","time":{"start":1724890030098,"stop":1724890030098,"duration":0}},{"uid":"a81416e249120204","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a81416e249120204","status":"passed","time":{"start":1724889171917,"stop":1724889171918,"duration":1}},{"uid":"232cccd2b4ecbd0d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/232cccd2b4ecbd0d","status":"passed","time":{"start":1724888350736,"stop":1724888350737,"duration":1}},{"uid":"aac158038f67b67","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aac158038f67b67","status":"passed","time":{"start":1724887115418,"stop":1724887115419,"duration":1}},{"uid":"c44e7a1cab7853c5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c44e7a1cab7853c5","status":"passed","time":{"start":1724886884582,"stop":1724886884583,"duration":1}},{"uid":"c8a0323ae86a3f06","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c8a0323ae86a3f06","status":"passed","time":{"start":1724862322268,"stop":1724862322268,"duration":0}},{"uid":"c472d72376694bbf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c472d72376694bbf","status":"passed","time":{"start":1724861790757,"stop":1724861790757,"duration":0}},{"uid":"3ad665b9273f4401","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3ad665b9273f4401","status":"passed","time":{"start":1724861628427,"stop":1724861628427,"duration":0}},{"uid":"e942cd84672e62db","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e942cd84672e62db","status":"passed","time":{"start":1724861465632,"stop":1724861465632,"duration":0}}]},"bd3dff4d11649697525134396ae0dc4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7b0bf39147f7e91","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7b0bf39147f7e91","status":"passed","time":{"start":1724921625070,"stop":1724921625073,"duration":3}},{"uid":"cac7ccf3a25b571d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cac7ccf3a25b571d","status":"passed","time":{"start":1724921590498,"stop":1724921590498,"duration":0}},{"uid":"6c74040e0182db27","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6c74040e0182db27","status":"passed","time":{"start":1724918287567,"stop":1724918287567,"duration":0}},{"uid":"96ac86d7a6ef6940","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/96ac86d7a6ef6940","status":"passed","time":{"start":1724890047789,"stop":1724890047790,"duration":1}},{"uid":"a2b7b616f7678a2a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2b7b616f7678a2a","status":"passed","time":{"start":1724889183923,"stop":1724889183923,"duration":0}},{"uid":"be13bc7090d0c9b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/be13bc7090d0c9b","status":"passed","time":{"start":1724888354167,"stop":1724888354172,"duration":5}},{"uid":"81d71e67d32e3f62","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/81d71e67d32e3f62","status":"passed","time":{"start":1724887145666,"stop":1724887145666,"duration":0}},{"uid":"9d32b5a2033d155d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9d32b5a2033d155d","status":"passed","time":{"start":1724886915789,"stop":1724886915789,"duration":0}},{"uid":"b8f3253f176ca225","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8f3253f176ca225","status":"passed","time":{"start":1724862341440,"stop":1724862341440,"duration":0}},{"uid":"c1bb68052782f2d1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c1bb68052782f2d1","status":"passed","time":{"start":1724861805444,"stop":1724861805444,"duration":0}},{"uid":"af0cf9167dfd5032","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/af0cf9167dfd5032","status":"passed","time":{"start":1724861662272,"stop":1724861662273,"duration":1}},{"uid":"6f0e84930642ff3e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6f0e84930642ff3e","status":"passed","time":{"start":1724861492516,"stop":1724861492516,"duration":0}}]},"bea3e4b185e75067f061378d55b1b212:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3d0a3dae0399f200","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3d0a3dae0399f200","status":"passed","time":{"start":1724921620596,"stop":1724921620602,"duration":6}},{"uid":"2620dbdc2db9660c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2620dbdc2db9660c","status":"passed","time":{"start":1724921566686,"stop":1724921566687,"duration":1}},{"uid":"c4f8597e54b2d086","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c4f8597e54b2d086","status":"passed","time":{"start":1724918280552,"stop":1724918280552,"duration":0}},{"uid":"53824c0f8a74668","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/53824c0f8a74668","status":"passed","time":{"start":1724890019468,"stop":1724890019468,"duration":0}},{"uid":"46744a5a747db87f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/46744a5a747db87f","status":"passed","time":{"start":1724889148721,"stop":1724889148721,"duration":0}},{"uid":"808918fb82b31406","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/808918fb82b31406","status":"passed","time":{"start":1724888331954,"stop":1724888331954,"duration":0}},{"uid":"2a6f26211731ea54","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2a6f26211731ea54","status":"passed","time":{"start":1724887107113,"stop":1724887107113,"duration":0}},{"uid":"ffc552dad3088326","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ffc552dad3088326","status":"passed","time":{"start":1724886889607,"stop":1724886889608,"duration":1}},{"uid":"e4633c5f659f7e06","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e4633c5f659f7e06","status":"passed","time":{"start":1724862298788,"stop":1724862298789,"duration":1}},{"uid":"5bd19719081ac61e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5bd19719081ac61e","status":"passed","time":{"start":1724861779252,"stop":1724861779252,"duration":0}},{"uid":"f748feb8e656761c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f748feb8e656761c","status":"passed","time":{"start":1724861646561,"stop":1724861646561,"duration":0}},{"uid":"29fd922f72d6fdfe","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/29fd922f72d6fdfe","status":"passed","time":{"start":1724861466611,"stop":1724861466612,"duration":1}}]},"6833efb468cd2b269b44e8cc2e020394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1d9a23ec9433111d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1d9a23ec9433111d","status":"passed","time":{"start":1724921640401,"stop":1724921640401,"duration":0}},{"uid":"b0f80e766d1d5445","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b0f80e766d1d5445","status":"passed","time":{"start":1724921600420,"stop":1724921600421,"duration":1}},{"uid":"2f9ed88d266c618e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2f9ed88d266c618e","status":"passed","time":{"start":1724918300925,"stop":1724918300929,"duration":4}},{"uid":"526021a93e89c312","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/526021a93e89c312","status":"passed","time":{"start":1724890059287,"stop":1724890059288,"duration":1}},{"uid":"537032977f06cd3a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/537032977f06cd3a","status":"passed","time":{"start":1724889188321,"stop":1724889188322,"duration":1}},{"uid":"960426822fb74eb4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/960426822fb74eb4","status":"passed","time":{"start":1724888372741,"stop":1724888372741,"duration":0}},{"uid":"76959e4b06651acf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/76959e4b06651acf","status":"passed","time":{"start":1724887135719,"stop":1724887135719,"duration":0}},{"uid":"34f42756e6c3fd22","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/34f42756e6c3fd22","status":"passed","time":{"start":1724886919675,"stop":1724886919684,"duration":9}},{"uid":"4ad2754dd3cf9b17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4ad2754dd3cf9b17","status":"passed","time":{"start":1724862341835,"stop":1724862341835,"duration":0}},{"uid":"5a0d7aedbbe123d2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5a0d7aedbbe123d2","status":"passed","time":{"start":1724861815492,"stop":1724861815492,"duration":0}},{"uid":"1c9ef522c0213a70","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1c9ef522c0213a70","status":"passed","time":{"start":1724861669536,"stop":1724861669536,"duration":0}},{"uid":"b067836217b24fe0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b067836217b24fe0","status":"passed","time":{"start":1724861505420,"stop":1724861505420,"duration":0}}]},"94b282fa151424e3ffa07a57907650af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6eb366566cf83622","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6eb366566cf83622","status":"passed","time":{"start":1724921037654,"stop":1724921037654,"duration":0}},{"uid":"732e6ec3c76b6526","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/732e6ec3c76b6526","status":"passed","time":{"start":1724921013068,"stop":1724921013068,"duration":0}},{"uid":"60f0e0fdc4e3b530","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/60f0e0fdc4e3b530","status":"passed","time":{"start":1724917673308,"stop":1724917673309,"duration":1}},{"uid":"c94fe0fb2d170645","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c94fe0fb2d170645","status":"passed","time":{"start":1724889452328,"stop":1724889452328,"duration":0}},{"uid":"69a4e8f0bca47ce9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/69a4e8f0bca47ce9","status":"passed","time":{"start":1724888602861,"stop":1724888602861,"duration":0}},{"uid":"760a1a406e08fd3b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/760a1a406e08fd3b","status":"passed","time":{"start":1724887759181,"stop":1724887759181,"duration":0}},{"uid":"6b94e4b3e45e2f22","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b94e4b3e45e2f22","status":"passed","time":{"start":1724886525558,"stop":1724886525558,"duration":0}},{"uid":"335e3ebaa6450175","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/335e3ebaa6450175","status":"passed","time":{"start":1724886303414,"stop":1724886303414,"duration":0}},{"uid":"3548944b664d04d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3548944b664d04d9","status":"passed","time":{"start":1724861752251,"stop":1724861752251,"duration":0}},{"uid":"700189141f595e0d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/700189141f595e0d","status":"passed","time":{"start":1724861223371,"stop":1724861223371,"duration":0}},{"uid":"c86a9907bafdfe44","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c86a9907bafdfe44","status":"passed","time":{"start":1724861045221,"stop":1724861045221,"duration":0}},{"uid":"a4433c8a6dfecf43","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a4433c8a6dfecf43","status":"passed","time":{"start":1724860907107,"stop":1724860907107,"duration":0}}]},"1dfa42560613594105913a69c96c7a2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5e5c15f6b2f8f1d1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5e5c15f6b2f8f1d1","status":"passed","time":{"start":1724921602950,"stop":1724921602951,"duration":1}},{"uid":"280244ff1d78bf5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/280244ff1d78bf5","status":"passed","time":{"start":1724921571096,"stop":1724921571096,"duration":0}},{"uid":"9b5dfba4ebd54ed7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9b5dfba4ebd54ed7","status":"passed","time":{"start":1724918285586,"stop":1724918285586,"duration":0}},{"uid":"f1f8b5c5845afa9e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f1f8b5c5845afa9e","status":"passed","time":{"start":1724890030089,"stop":1724890030089,"duration":0}},{"uid":"3ee95d9f9badb2c1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3ee95d9f9badb2c1","status":"passed","time":{"start":1724889171907,"stop":1724889171908,"duration":1}},{"uid":"f5669000edb0d065","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f5669000edb0d065","status":"passed","time":{"start":1724888350720,"stop":1724888350721,"duration":1}},{"uid":"357989b2bb5f1ab4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/357989b2bb5f1ab4","status":"passed","time":{"start":1724887115407,"stop":1724887115408,"duration":1}},{"uid":"39b65949bd390992","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/39b65949bd390992","status":"passed","time":{"start":1724886884570,"stop":1724886884574,"duration":4}},{"uid":"b126445e3b46eb53","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b126445e3b46eb53","status":"passed","time":{"start":1724862322247,"stop":1724862322248,"duration":1}},{"uid":"d1401aa449f0f676","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d1401aa449f0f676","status":"passed","time":{"start":1724861790750,"stop":1724861790751,"duration":1}},{"uid":"dc9c97bcdad3afbc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dc9c97bcdad3afbc","status":"passed","time":{"start":1724861628419,"stop":1724861628420,"duration":1}},{"uid":"7fdff3606b939a55","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7fdff3606b939a55","status":"passed","time":{"start":1724861465624,"stop":1724861465624,"duration":0}}]},"8c0af09b4c77880b385253fde4fba6f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bf6f205c31d5a7a0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bf6f205c31d5a7a0","status":"passed","time":{"start":1724921613054,"stop":1724921613054,"duration":0}}]},"f01f1c93566a395b476c7ae95b01c44f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7e845f3f6d7666f7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7e845f3f6d7666f7","status":"passed","time":{"start":1724921577167,"stop":1724921577167,"duration":0}}]},"b7b097c9f783317ac898159e2ae04163:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c6bfb84365b9a05a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c6bfb84365b9a05a","status":"passed","time":{"start":1724921540109,"stop":1724921540109,"duration":0}},{"uid":"9cf1c5f7acc77d69","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9cf1c5f7acc77d69","status":"passed","time":{"start":1724921503541,"stop":1724921503541,"duration":0}},{"uid":"883f8fbb160086cd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/883f8fbb160086cd","status":"passed","time":{"start":1724918214370,"stop":1724918214370,"duration":0}},{"uid":"9643a3e7694c2055","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9643a3e7694c2055","status":"passed","time":{"start":1724889952445,"stop":1724889952445,"duration":0}},{"uid":"b57a299218655d72","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b57a299218655d72","status":"passed","time":{"start":1724889087469,"stop":1724889087469,"duration":0}},{"uid":"f887229b4f993c63","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f887229b4f993c63","status":"passed","time":{"start":1724888266431,"stop":1724888266431,"duration":0}},{"uid":"8573c997372c3c38","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8573c997372c3c38","status":"passed","time":{"start":1724887042932,"stop":1724887042932,"duration":0}},{"uid":"658a6214d812acca","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/658a6214d812acca","status":"passed","time":{"start":1724886820800,"stop":1724886820800,"duration":0}},{"uid":"ead6d976cb219623","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ead6d976cb219623","status":"passed","time":{"start":1724862245491,"stop":1724862245491,"duration":0}},{"uid":"a89447f53a946066","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a89447f53a946066","status":"passed","time":{"start":1724861720404,"stop":1724861720404,"duration":0}},{"uid":"f6ec856475a81622","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f6ec856475a81622","status":"passed","time":{"start":1724861579391,"stop":1724861579395,"duration":4}},{"uid":"10f3b46cbcb7088","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/10f3b46cbcb7088","status":"passed","time":{"start":1724861402508,"stop":1724861402509,"duration":1}}]},"b633cadfe99b34bcd4c97eb935f61739:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9860c0fa9640dedb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9860c0fa9640dedb","status":"passed","time":{"start":1724921300792,"stop":1724921300794,"duration":2}},{"uid":"c7b60b053a1b7d99","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c7b60b053a1b7d99","status":"passed","time":{"start":1724921280719,"stop":1724921280720,"duration":1}},{"uid":"1a9a755eb62cdd4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1a9a755eb62cdd4","status":"passed","time":{"start":1724917963263,"stop":1724917963264,"duration":1}},{"uid":"7950429b4cb1828b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7950429b4cb1828b","status":"passed","time":{"start":1724889734121,"stop":1724889734121,"duration":0}},{"uid":"905482d1ff1b19dc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/905482d1ff1b19dc","status":"passed","time":{"start":1724888859622,"stop":1724888859622,"duration":0}},{"uid":"c7b38087bafce582","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c7b38087bafce582","status":"passed","time":{"start":1724888053954,"stop":1724888053954,"duration":0}},{"uid":"95ea4036f6f39a6f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/95ea4036f6f39a6f","status":"passed","time":{"start":1724886820678,"stop":1724886820680,"duration":2}},{"uid":"a4d2e6394a8ec0b1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a4d2e6394a8ec0b1","status":"passed","time":{"start":1724886589270,"stop":1724886589271,"duration":1}},{"uid":"57b91c5661271d81","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/57b91c5661271d81","status":"passed","time":{"start":1724862027797,"stop":1724862027807,"duration":10}},{"uid":"8a3928bb14ae9b46","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8a3928bb14ae9b46","status":"passed","time":{"start":1724861484561,"stop":1724861484561,"duration":0}},{"uid":"f6c697ab3ee62494","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f6c697ab3ee62494","status":"passed","time":{"start":1724861315158,"stop":1724861315159,"duration":1}},{"uid":"6bda075c6b65e53c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6bda075c6b65e53c","status":"passed","time":{"start":1724861168760,"stop":1724861168760,"duration":0}}]},"cd20c75cab5882a1004d99ab0d4c5917:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ba43904f8e2f4735","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ba43904f8e2f4735","status":"passed","time":{"start":1724921529585,"stop":1724921529586,"duration":1}},{"uid":"dec327efc29f6566","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dec327efc29f6566","status":"passed","time":{"start":1724921488880,"stop":1724921488880,"duration":0}},{"uid":"d6808028592497fd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d6808028592497fd","status":"passed","time":{"start":1724918203686,"stop":1724918203687,"duration":1}},{"uid":"5bf8b0474e58f7a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5bf8b0474e58f7a0","status":"passed","time":{"start":1724889938362,"stop":1724889938363,"duration":1}},{"uid":"8cef3293843a5b5f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8cef3293843a5b5f","status":"passed","time":{"start":1724889077066,"stop":1724889077066,"duration":0}},{"uid":"56c3d964d9a5b2c9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/56c3d964d9a5b2c9","status":"passed","time":{"start":1724888268035,"stop":1724888268035,"duration":0}},{"uid":"150513fb3e4f442","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/150513fb3e4f442","status":"passed","time":{"start":1724887032405,"stop":1724887032406,"duration":1}},{"uid":"d81cab085de27b87","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d81cab085de27b87","status":"passed","time":{"start":1724886822820,"stop":1724886822821,"duration":1}},{"uid":"1fd02a9523c24639","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1fd02a9523c24639","status":"passed","time":{"start":1724862233510,"stop":1724862233511,"duration":1}},{"uid":"f28a955aa30c7bd0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f28a955aa30c7bd0","status":"passed","time":{"start":1724861712670,"stop":1724861712671,"duration":1}},{"uid":"f34d47df89f032e7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f34d47df89f032e7","status":"passed","time":{"start":1724861567890,"stop":1724861567890,"duration":0}},{"uid":"35032fa149a375c6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/35032fa149a375c6","status":"passed","time":{"start":1724861392054,"stop":1724861392055,"duration":1}}]},"8e34ec6568dda767d08f8e6d17305772:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6399ba322bc792fa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6399ba322bc792fa","status":"passed","time":{"start":1724861637974,"stop":1724861637974,"duration":0}}]},"ed9faa1442d0adbafc07b83aae886da9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"505cd70f4faf5318","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/505cd70f4faf5318","status":"passed","time":{"start":1724921564782,"stop":1724921564782,"duration":0}},{"uid":"f8c872bb25175f7a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f8c872bb25175f7a","status":"passed","time":{"start":1724921518825,"stop":1724921518826,"duration":1}},{"uid":"dd1a8fbce87fd5b9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd1a8fbce87fd5b9","status":"passed","time":{"start":1724918229403,"stop":1724918229403,"duration":0}},{"uid":"573b9726993894ea","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/573b9726993894ea","status":"passed","time":{"start":1724889980706,"stop":1724889980706,"duration":0}},{"uid":"d3999586945ca63c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3999586945ca63c","status":"passed","time":{"start":1724889111182,"stop":1724889111183,"duration":1}},{"uid":"87e09e4344b4310","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/87e09e4344b4310","status":"passed","time":{"start":1724888292546,"stop":1724888292546,"duration":0}},{"uid":"3699659be7b6329c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3699659be7b6329c","status":"passed","time":{"start":1724887068231,"stop":1724887068231,"duration":0}},{"uid":"4ac49392d08d693a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4ac49392d08d693a","status":"passed","time":{"start":1724886848932,"stop":1724886848933,"duration":1}},{"uid":"3421f9f077052761","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3421f9f077052761","status":"passed","time":{"start":1724862262051,"stop":1724862262052,"duration":1}},{"uid":"18a7d2d68b189201","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/18a7d2d68b189201","status":"passed","time":{"start":1724861741897,"stop":1724861741897,"duration":0}},{"uid":"32ec6597ebcb8b29","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/32ec6597ebcb8b29","status":"passed","time":{"start":1724861599500,"stop":1724861599500,"duration":0}},{"uid":"ebee9b42e57791cd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ebee9b42e57791cd","status":"passed","time":{"start":1724861428479,"stop":1724861428479,"duration":0}}]},"11478b2207cd9b6ef1ee804f4a1e32f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d9010afaa8e197f8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9010afaa8e197f8","status":"passed","time":{"start":1724888831686,"stop":1724888831687,"duration":1}}]},"e88761227b0f138ed305d501711e6e24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b64a747a94bdb9df","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b64a747a94bdb9df","status":"passed","time":{"start":1724921677827,"stop":1724921677827,"duration":0}},{"uid":"9bb5116aba38bb13","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9bb5116aba38bb13","status":"passed","time":{"start":1724921635679,"stop":1724921635679,"duration":0}},{"uid":"72341c35be8bba34","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/72341c35be8bba34","status":"passed","time":{"start":1724918344738,"stop":1724918344738,"duration":0}},{"uid":"2ded5746e547235f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ded5746e547235f","status":"passed","time":{"start":1724890097426,"stop":1724890097426,"duration":0}},{"uid":"cf91fe4d87018ecb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf91fe4d87018ecb","status":"passed","time":{"start":1724889226622,"stop":1724889226623,"duration":1}},{"uid":"36d24fcae2444594","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/36d24fcae2444594","status":"passed","time":{"start":1724888405386,"stop":1724888405386,"duration":0}},{"uid":"5ac6fae53b931292","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5ac6fae53b931292","status":"passed","time":{"start":1724887180095,"stop":1724887180096,"duration":1}},{"uid":"9f4b53242850d06b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9f4b53242850d06b","status":"passed","time":{"start":1724886957949,"stop":1724886957949,"duration":0}},{"uid":"93c5d5f7096345c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/93c5d5f7096345c0","status":"passed","time":{"start":1724862379718,"stop":1724862379718,"duration":0}},{"uid":"4c7d00fb93bf3acd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4c7d00fb93bf3acd","status":"passed","time":{"start":1724861853003,"stop":1724861853004,"duration":1}},{"uid":"6379e990c430d7bf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6379e990c430d7bf","status":"passed","time":{"start":1724861709846,"stop":1724861709846,"duration":0}},{"uid":"3f4edc1b084b9147","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3f4edc1b084b9147","status":"passed","time":{"start":1724861537423,"stop":1724861537423,"duration":0}}]},"5ee818477d792a65a5231c70850aa746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cb2924dc3a9f9e9d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cb2924dc3a9f9e9d","status":"passed","time":{"start":1724921613058,"stop":1724921613058,"duration":0}},{"uid":"81c275bbd8b91389","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/81c275bbd8b91389","status":"passed","time":{"start":1724921556064,"stop":1724921556065,"duration":1}},{"uid":"e6bc6fc4356395a8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e6bc6fc4356395a8","status":"passed","time":{"start":1724918259555,"stop":1724918259556,"duration":1}},{"uid":"a8266efa6e8bcffd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a8266efa6e8bcffd","status":"passed","time":{"start":1724890032301,"stop":1724890032301,"duration":0}},{"uid":"472ebeb1a37db20c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/472ebeb1a37db20c","status":"passed","time":{"start":1724889144089,"stop":1724889144089,"duration":0}},{"uid":"20efa2c9bc291a53","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/20efa2c9bc291a53","status":"passed","time":{"start":1724888336465,"stop":1724888336465,"duration":0}},{"uid":"aa64eb2e34b9dc4e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aa64eb2e34b9dc4e","status":"passed","time":{"start":1724887092632,"stop":1724887092632,"duration":0}},{"uid":"58853ca818fdabdb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/58853ca818fdabdb","status":"passed","time":{"start":1724886880635,"stop":1724886880635,"duration":0}},{"uid":"e86ca685c1f3a56d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e86ca685c1f3a56d","status":"passed","time":{"start":1724862298407,"stop":1724862298407,"duration":0}},{"uid":"831eb128407c6eca","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/831eb128407c6eca","status":"passed","time":{"start":1724861770131,"stop":1724861770131,"duration":0}},{"uid":"2ddc218c13407cd0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2ddc218c13407cd0","status":"passed","time":{"start":1724861637978,"stop":1724861637999,"duration":21}},{"uid":"495b522f5efe40d2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/495b522f5efe40d2","status":"passed","time":{"start":1724861475063,"stop":1724861475064,"duration":1}}]},"4b74227c81c0ddf3a3c661874a9360f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2fd29cae77fd0e50","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2fd29cae77fd0e50","status":"passed","time":{"start":1724921625076,"stop":1724921625077,"duration":1}},{"uid":"39d5ad07128f05a2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/39d5ad07128f05a2","status":"passed","time":{"start":1724921590500,"stop":1724921590500,"duration":0}},{"uid":"cd1bf3b3f6393a24","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cd1bf3b3f6393a24","status":"passed","time":{"start":1724918287568,"stop":1724918287569,"duration":1}},{"uid":"8ce89a2631daa491","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8ce89a2631daa491","status":"passed","time":{"start":1724890047792,"stop":1724890047792,"duration":0}},{"uid":"2685df2f902a99f2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2685df2f902a99f2","status":"passed","time":{"start":1724889183925,"stop":1724889183925,"duration":0}},{"uid":"c872d2a361cc2029","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c872d2a361cc2029","status":"passed","time":{"start":1724888354174,"stop":1724888354174,"duration":0}},{"uid":"799dc2a78f474751","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/799dc2a78f474751","status":"passed","time":{"start":1724887145675,"stop":1724887145681,"duration":6}},{"uid":"c40cff07883c2d4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c40cff07883c2d4","status":"passed","time":{"start":1724886915790,"stop":1724886915790,"duration":0}},{"uid":"37f10a40d9c9ae4a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37f10a40d9c9ae4a","status":"passed","time":{"start":1724862341455,"stop":1724862341455,"duration":0}},{"uid":"5684b92395ed76e7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5684b92395ed76e7","status":"passed","time":{"start":1724861805446,"stop":1724861805446,"duration":0}},{"uid":"9a2fd16b141048dd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9a2fd16b141048dd","status":"passed","time":{"start":1724861662289,"stop":1724861662290,"duration":1}},{"uid":"d404a939a16e677b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d404a939a16e677b","status":"passed","time":{"start":1724861492518,"stop":1724861492518,"duration":0}}]},"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"431535a9548970b5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/431535a9548970b5","status":"passed","time":{"start":1724921128567,"stop":1724921128568,"duration":1}},{"uid":"47c498f530d5461a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/47c498f530d5461a","status":"passed","time":{"start":1724921103675,"stop":1724921103675,"duration":0}},{"uid":"f44aa63409e8340c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f44aa63409e8340c","status":"passed","time":{"start":1724917763727,"stop":1724917763727,"duration":0}},{"uid":"464c916849c046ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/464c916849c046ba","status":"passed","time":{"start":1724889543369,"stop":1724889543370,"duration":1}},{"uid":"4483ebaeb6bd9c38","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4483ebaeb6bd9c38","status":"passed","time":{"start":1724888692504,"stop":1724888692504,"duration":0}},{"uid":"49d3c8963be1a222","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/49d3c8963be1a222","status":"passed","time":{"start":1724887850413,"stop":1724887850414,"duration":1}},{"uid":"4d6a6fa7f6946e5a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4d6a6fa7f6946e5a","status":"passed","time":{"start":1724886617175,"stop":1724886617175,"duration":0}},{"uid":"3927addc9d9f0041","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3927addc9d9f0041","status":"passed","time":{"start":1724886394905,"stop":1724886394907,"duration":2}},{"uid":"fe87400b5f932a70","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe87400b5f932a70","status":"passed","time":{"start":1724861844372,"stop":1724861844372,"duration":0}},{"uid":"79485f68261ff948","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/79485f68261ff948","status":"passed","time":{"start":1724861313409,"stop":1724861313409,"duration":0}},{"uid":"b1a83aed46a3d401","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b1a83aed46a3d401","status":"passed","time":{"start":1724861139650,"stop":1724861139651,"duration":1}},{"uid":"10f013e972006223","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/10f013e972006223","status":"passed","time":{"start":1724860999511,"stop":1724860999511,"duration":0}}]},"9c4390b7f5f5aafa04416a8b5b04d5e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fd88698b1bb3f570","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fd88698b1bb3f570","status":"passed","time":{"start":1724921037638,"stop":1724921037638,"duration":0}},{"uid":"a0e4aeb8d3643075","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a0e4aeb8d3643075","status":"passed","time":{"start":1724921013050,"stop":1724921013051,"duration":1}},{"uid":"eac076b51d1d9514","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eac076b51d1d9514","status":"passed","time":{"start":1724917673294,"stop":1724917673294,"duration":0}},{"uid":"b8db57f39f39d943","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8db57f39f39d943","status":"passed","time":{"start":1724889452313,"stop":1724889452313,"duration":0}},{"uid":"9ecd25ab1cbb9565","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9ecd25ab1cbb9565","status":"passed","time":{"start":1724888602843,"stop":1724888602843,"duration":0}},{"uid":"e5118d1b21697e1d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e5118d1b21697e1d","status":"passed","time":{"start":1724887759166,"stop":1724887759166,"duration":0}},{"uid":"3bac5c46654467","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3bac5c46654467","status":"passed","time":{"start":1724886525546,"stop":1724886525546,"duration":0}},{"uid":"59d77c84cc32be49","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/59d77c84cc32be49","status":"passed","time":{"start":1724886303399,"stop":1724886303399,"duration":0}},{"uid":"3b994733e566f6e9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3b994733e566f6e9","status":"passed","time":{"start":1724861752231,"stop":1724861752231,"duration":0}},{"uid":"5c971997f614d5c2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5c971997f614d5c2","status":"passed","time":{"start":1724861223357,"stop":1724861223357,"duration":0}},{"uid":"ad6e2d86d77d799f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ad6e2d86d77d799f","status":"passed","time":{"start":1724861045205,"stop":1724861045205,"duration":0}},{"uid":"2f6f8fa6fc47eac2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2f6f8fa6fc47eac2","status":"passed","time":{"start":1724860907087,"stop":1724860907087,"duration":0}}]},"07b25f36605d3e06c214861142940346:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"efc70e3398d1c1c1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/efc70e3398d1c1c1","status":"passed","time":{"start":1724921613053,"stop":1724921613054,"duration":1}}]},"ccdf1f5082e6e804f9b6c5bc4aa8b2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8f14b51b7381e754","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8f14b51b7381e754","status":"passed","time":{"start":1724921625092,"stop":1724921625092,"duration":0}},{"uid":"8d5e90f1b4fc68b6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8d5e90f1b4fc68b6","status":"passed","time":{"start":1724921590511,"stop":1724921590512,"duration":1}},{"uid":"350ee99d60755225","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/350ee99d60755225","status":"passed","time":{"start":1724918287577,"stop":1724918287578,"duration":1}},{"uid":"b10f42646da951e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b10f42646da951e0","status":"passed","time":{"start":1724890047804,"stop":1724890047804,"duration":0}},{"uid":"f1bb74f9002c98b6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f1bb74f9002c98b6","status":"passed","time":{"start":1724889183948,"stop":1724889183948,"duration":0}},{"uid":"a5848dcbc449d837","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a5848dcbc449d837","status":"passed","time":{"start":1724888354187,"stop":1724888354188,"duration":1}},{"uid":"cbd597aed89c1a75","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cbd597aed89c1a75","status":"passed","time":{"start":1724887145731,"stop":1724887145731,"duration":0}},{"uid":"c6a3aa6a567d15b6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c6a3aa6a567d15b6","status":"passed","time":{"start":1724886915809,"stop":1724886915810,"duration":1}},{"uid":"6c8ecc3a5ffbe405","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c8ecc3a5ffbe405","status":"passed","time":{"start":1724862341467,"stop":1724862341467,"duration":0}},{"uid":"f4074575402403cb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f4074575402403cb","status":"passed","time":{"start":1724861805471,"stop":1724861805472,"duration":1}},{"uid":"f83d43eaa81b519b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f83d43eaa81b519b","status":"passed","time":{"start":1724861662301,"stop":1724861662301,"duration":0}},{"uid":"17089f37a43f6e1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/17089f37a43f6e1","status":"passed","time":{"start":1724861492528,"stop":1724861492528,"duration":0}}]},"c8d899959676e6d53d797cb913f58b06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"91ab48d0ea6f268e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/91ab48d0ea6f268e","status":"passed","time":{"start":1724921037634,"stop":1724921037634,"duration":0}},{"uid":"11d5510c92c29780","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/11d5510c92c29780","status":"passed","time":{"start":1724921013046,"stop":1724921013046,"duration":0}},{"uid":"61894f00d46d5643","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/61894f00d46d5643","status":"passed","time":{"start":1724917673290,"stop":1724917673290,"duration":0}},{"uid":"9b249050cb5c26ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9b249050cb5c26ae","status":"passed","time":{"start":1724889452308,"stop":1724889452308,"duration":0}},{"uid":"495c7f0c0f9e242a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/495c7f0c0f9e242a","status":"passed","time":{"start":1724888602838,"stop":1724888602839,"duration":1}},{"uid":"a2aff6d1fb61e97","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a2aff6d1fb61e97","status":"passed","time":{"start":1724887759162,"stop":1724887759162,"duration":0}},{"uid":"1c723af2704e86bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1c723af2704e86bd","status":"passed","time":{"start":1724886525542,"stop":1724886525542,"duration":0}},{"uid":"16734da3498520c4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/16734da3498520c4","status":"passed","time":{"start":1724886303395,"stop":1724886303395,"duration":0}},{"uid":"53af1a25dd0ca9a8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/53af1a25dd0ca9a8","status":"passed","time":{"start":1724861752225,"stop":1724861752225,"duration":0}},{"uid":"3b398a8d029e0261","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3b398a8d029e0261","status":"passed","time":{"start":1724861223353,"stop":1724861223354,"duration":1}},{"uid":"1418a72bf703bd92","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1418a72bf703bd92","status":"passed","time":{"start":1724861045200,"stop":1724861045201,"duration":1}},{"uid":"25f0c7a2928bd3fb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/25f0c7a2928bd3fb","status":"passed","time":{"start":1724860907083,"stop":1724860907083,"duration":0}}]},"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bfadf5cce19092d5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bfadf5cce19092d5","status":"passed","time":{"start":1724921096287,"stop":1724921096287,"duration":0}},{"uid":"d2d4610749f1e56c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d2d4610749f1e56c","status":"passed","time":{"start":1724921071513,"stop":1724921071513,"duration":0}},{"uid":"a721ad2e5be04861","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a721ad2e5be04861","status":"passed","time":{"start":1724917733229,"stop":1724917733230,"duration":1}},{"uid":"67a2f5d4eb9164f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/67a2f5d4eb9164f9","status":"passed","time":{"start":1724889513548,"stop":1724889513548,"duration":0}},{"uid":"3f9d8306622d5902","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3f9d8306622d5902","status":"passed","time":{"start":1724888663278,"stop":1724888663278,"duration":0}},{"uid":"a917b65a03bc4351","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a917b65a03bc4351","status":"passed","time":{"start":1724887820110,"stop":1724887820111,"duration":1}},{"uid":"cd31292395bcaf01","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cd31292395bcaf01","status":"passed","time":{"start":1724886586382,"stop":1724886586383,"duration":1}},{"uid":"706a73494c3a7eec","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/706a73494c3a7eec","status":"passed","time":{"start":1724886365425,"stop":1724886365425,"duration":0}},{"uid":"1f5029c1012024f1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1f5029c1012024f1","status":"passed","time":{"start":1724861812771,"stop":1724861812773,"duration":2}},{"uid":"445c0e72b5b7bcf0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/445c0e72b5b7bcf0","status":"passed","time":{"start":1724861281934,"stop":1724861281934,"duration":0}},{"uid":"2fdb17044e8b42bd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2fdb17044e8b42bd","status":"passed","time":{"start":1724861109127,"stop":1724861109127,"duration":0}},{"uid":"be3fe484f5cd1d19","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/be3fe484f5cd1d19","status":"passed","time":{"start":1724860969294,"stop":1724860969295,"duration":1}}]},"b2d31a70aff7c5f9d50c1f5e686cd7c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1cbc075455c3f692","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1cbc075455c3f692","status":"passed","time":{"start":1724921677827,"stop":1724921677828,"duration":1}},{"uid":"cef1d3316beaa233","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cef1d3316beaa233","status":"passed","time":{"start":1724921635679,"stop":1724921635679,"duration":0}},{"uid":"3c6dfc91e24acacf","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3c6dfc91e24acacf","status":"passed","time":{"start":1724918344738,"stop":1724918344739,"duration":1}},{"uid":"51fac19176458197","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/51fac19176458197","status":"passed","time":{"start":1724890097427,"stop":1724890097427,"duration":0}},{"uid":"34dc5bf907e8b80b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/34dc5bf907e8b80b","status":"passed","time":{"start":1724889226623,"stop":1724889226623,"duration":0}},{"uid":"92cf328577a26944","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/92cf328577a26944","status":"passed","time":{"start":1724888405387,"stop":1724888405387,"duration":0}},{"uid":"5b6485f439755256","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5b6485f439755256","status":"passed","time":{"start":1724887180096,"stop":1724887180096,"duration":0}},{"uid":"1a1d8ca7a3b89d45","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1a1d8ca7a3b89d45","status":"passed","time":{"start":1724886957950,"stop":1724886957950,"duration":0}},{"uid":"bc110a44a7c5c869","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc110a44a7c5c869","status":"passed","time":{"start":1724862379718,"stop":1724862379718,"duration":0}},{"uid":"98f3af7992496426","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/98f3af7992496426","status":"passed","time":{"start":1724861853004,"stop":1724861853004,"duration":0}},{"uid":"d4d94b0c1349e479","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d4d94b0c1349e479","status":"passed","time":{"start":1724861709846,"stop":1724861709847,"duration":1}},{"uid":"22a5069648a2e9c0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/22a5069648a2e9c0","status":"passed","time":{"start":1724861537424,"stop":1724861537424,"duration":0}}]},"f4a822e3820df4b4d2f7dcb718438d09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"773c9bba68d43eaa","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/773c9bba68d43eaa","status":"passed","time":{"start":1724886822828,"stop":1724886822829,"duration":1}}]},"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"71d62ecc8ba6f628","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/71d62ecc8ba6f628","status":"passed","time":{"start":1724921672580,"stop":1724921672581,"duration":1}},{"uid":"c886acf8935b76e5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c886acf8935b76e5","status":"passed","time":{"start":1724921629963,"stop":1724921629964,"duration":1}},{"uid":"9156f9f80aed9fae","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9156f9f80aed9fae","status":"passed","time":{"start":1724918337082,"stop":1724918337082,"duration":0}},{"uid":"266435a30c68ef87","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/266435a30c68ef87","status":"passed","time":{"start":1724890089178,"stop":1724890089178,"duration":0}},{"uid":"a9d241308591f89e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9d241308591f89e","status":"passed","time":{"start":1724889221659,"stop":1724889221660,"duration":1}},{"uid":"da8fcd037be11a04","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/da8fcd037be11a04","status":"passed","time":{"start":1724888396187,"stop":1724888396188,"duration":1}},{"uid":"d79dea06f66f9616","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d79dea06f66f9616","status":"passed","time":{"start":1724887170938,"stop":1724887170938,"duration":0}},{"uid":"7fa9f99e26748fb0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7fa9f99e26748fb0","status":"passed","time":{"start":1724886948524,"stop":1724886948524,"duration":0}},{"uid":"d92127bdf63f323b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d92127bdf63f323b","status":"passed","time":{"start":1724862370752,"stop":1724862370752,"duration":0}},{"uid":"1fba2407aec93214","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1fba2407aec93214","status":"passed","time":{"start":1724861845161,"stop":1724861845162,"duration":1}},{"uid":"b92805998a226dcf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b92805998a226dcf","status":"passed","time":{"start":1724861703116,"stop":1724861703116,"duration":0}},{"uid":"2ab62e34d2712141","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2ab62e34d2712141","status":"passed","time":{"start":1724861530976,"stop":1724861530976,"duration":0}}]},"9533264f5724ccd0a5bb41a8911b02ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"646dea1c4b09fb48","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/646dea1c4b09fb48","status":"passed","time":{"start":1724921564774,"stop":1724921564774,"duration":0}},{"uid":"d79afe129713d931","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d79afe129713d931","status":"passed","time":{"start":1724921518784,"stop":1724921518785,"duration":1}},{"uid":"d964f603439093d7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d964f603439093d7","status":"passed","time":{"start":1724918229397,"stop":1724918229397,"duration":0}},{"uid":"e93935bca9b0c1dd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e93935bca9b0c1dd","status":"passed","time":{"start":1724889980695,"stop":1724889980696,"duration":1}},{"uid":"449a1c09238e8a7f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/449a1c09238e8a7f","status":"passed","time":{"start":1724889111159,"stop":1724889111160,"duration":1}},{"uid":"2177cc8d63251093","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2177cc8d63251093","status":"passed","time":{"start":1724888292531,"stop":1724888292531,"duration":0}},{"uid":"20001f595506db1d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/20001f595506db1d","status":"passed","time":{"start":1724887068223,"stop":1724887068223,"duration":0}},{"uid":"e249ff7b658425d5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e249ff7b658425d5","status":"passed","time":{"start":1724886848922,"stop":1724886848922,"duration":0}},{"uid":"c2f54b31c92b05e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2f54b31c92b05e5","status":"passed","time":{"start":1724862262045,"stop":1724862262045,"duration":0}},{"uid":"871e16da4b850094","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/871e16da4b850094","status":"passed","time":{"start":1724861741890,"stop":1724861741891,"duration":1}},{"uid":"a15b39d108dc9f3d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a15b39d108dc9f3d","status":"passed","time":{"start":1724861599485,"stop":1724861599486,"duration":1}},{"uid":"269fe6bd8a5734dc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/269fe6bd8a5734dc","status":"passed","time":{"start":1724861428472,"stop":1724861428473,"duration":1}}]},"0b6d79f4895965f285d8fb0180caa175:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6949759e867f1df7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6949759e867f1df7","status":"passed","time":{"start":1724886848930,"stop":1724886848931,"duration":1}}]},"1a81199ce440de577346b0a18eb8ee32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"25bfd0b3fd883a50","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/25bfd0b3fd883a50","status":"passed","time":{"start":1724921602958,"stop":1724921602958,"duration":0}},{"uid":"acdd6c71e71ab755","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/acdd6c71e71ab755","status":"passed","time":{"start":1724921571101,"stop":1724921571101,"duration":0}},{"uid":"7a34df82ee803b2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7a34df82ee803b2","status":"passed","time":{"start":1724918285599,"stop":1724918285600,"duration":1}},{"uid":"abbd4ccd353269bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/abbd4ccd353269bd","status":"passed","time":{"start":1724890030095,"stop":1724890030096,"duration":1}},{"uid":"d953ae5ed0bde636","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d953ae5ed0bde636","status":"passed","time":{"start":1724889171913,"stop":1724889171913,"duration":0}},{"uid":"e737191b53f8c8a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e737191b53f8c8a2","status":"passed","time":{"start":1724888350730,"stop":1724888350730,"duration":0}},{"uid":"f853b21e62f3851c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f853b21e62f3851c","status":"passed","time":{"start":1724887115415,"stop":1724887115416,"duration":1}},{"uid":"90510e993c97ba12","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/90510e993c97ba12","status":"passed","time":{"start":1724886884580,"stop":1724886884581,"duration":1}},{"uid":"8321b2226daab296","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8321b2226daab296","status":"passed","time":{"start":1724862322266,"stop":1724862322266,"duration":0}},{"uid":"8ecf464a0cc0e1ad","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8ecf464a0cc0e1ad","status":"passed","time":{"start":1724861790755,"stop":1724861790755,"duration":0}},{"uid":"b61f7294d2eadd7d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b61f7294d2eadd7d","status":"passed","time":{"start":1724861628424,"stop":1724861628425,"duration":1}},{"uid":"a054ca4ea96fe377","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a054ca4ea96fe377","status":"passed","time":{"start":1724861465630,"stop":1724861465630,"duration":0}}]},"b21dba393ed7845f95463b275088a9bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f37aabe1e73c884f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f37aabe1e73c884f","status":"passed","time":{"start":1724921046199,"stop":1724921046200,"duration":1}},{"uid":"ac15fd8e6b188806","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ac15fd8e6b188806","status":"passed","time":{"start":1724921021470,"stop":1724921021470,"duration":0}},{"uid":"bba5a387a414242a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bba5a387a414242a","status":"passed","time":{"start":1724917681718,"stop":1724917681719,"duration":1}},{"uid":"6d9cc5b1dce1e8f1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d9cc5b1dce1e8f1","status":"passed","time":{"start":1724889460647,"stop":1724889460647,"duration":0}},{"uid":"8be56e901b1bca20","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8be56e901b1bca20","status":"passed","time":{"start":1724888611290,"stop":1724888611291,"duration":1}},{"uid":"3e8fec3a3fb57d56","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3e8fec3a3fb57d56","status":"passed","time":{"start":1724887767616,"stop":1724887767616,"duration":0}},{"uid":"151af7eca844f5aa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/151af7eca844f5aa","status":"passed","time":{"start":1724886533985,"stop":1724886533986,"duration":1}},{"uid":"c26e3e826c9bdb3b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c26e3e826c9bdb3b","status":"passed","time":{"start":1724886311753,"stop":1724886311753,"duration":0}},{"uid":"c29499948f0f5f7d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c29499948f0f5f7d","status":"passed","time":{"start":1724861760769,"stop":1724861760770,"duration":1}},{"uid":"d6e2cae90fb706c0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d6e2cae90fb706c0","status":"passed","time":{"start":1724861231729,"stop":1724861231729,"duration":0}},{"uid":"4820d8e1a927f67c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4820d8e1a927f67c","status":"passed","time":{"start":1724861054250,"stop":1724861054251,"duration":1}},{"uid":"a60d4476c2577257","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a60d4476c2577257","status":"passed","time":{"start":1724860915809,"stop":1724860915809,"duration":0}}]},"061e73009d3612296cbd5940eb183495:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6ce475934c976a28","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6ce475934c976a28","status":"passed","time":{"start":1724921613057,"stop":1724921613058,"duration":1}},{"uid":"f66aec0ad9fcf5f5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f66aec0ad9fcf5f5","status":"passed","time":{"start":1724921556064,"stop":1724921556064,"duration":0}},{"uid":"57fc28ba4d4aa01f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/57fc28ba4d4aa01f","status":"passed","time":{"start":1724918259555,"stop":1724918259555,"duration":0}},{"uid":"36d1bd1a24b66cc4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/36d1bd1a24b66cc4","status":"passed","time":{"start":1724890032301,"stop":1724890032301,"duration":0}},{"uid":"a838e3d726d51d85","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a838e3d726d51d85","status":"passed","time":{"start":1724889144088,"stop":1724889144088,"duration":0}},{"uid":"33db90e59473d97f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/33db90e59473d97f","status":"passed","time":{"start":1724888336465,"stop":1724888336465,"duration":0}},{"uid":"acf4e49577dde1f5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/acf4e49577dde1f5","status":"passed","time":{"start":1724887092631,"stop":1724887092631,"duration":0}},{"uid":"e2e72c92cb81ee1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e2e72c92cb81ee1","status":"passed","time":{"start":1724886880634,"stop":1724886880634,"duration":0}},{"uid":"bc28683bb1d9bc16","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc28683bb1d9bc16","status":"passed","time":{"start":1724862298406,"stop":1724862298407,"duration":1}},{"uid":"a692a93b97f3519e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a692a93b97f3519e","status":"passed","time":{"start":1724861770130,"stop":1724861770131,"duration":1}},{"uid":"d46ae5743f148ee1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d46ae5743f148ee1","status":"passed","time":{"start":1724861637977,"stop":1724861637977,"duration":0}},{"uid":"fb0b8e7b94cd9e4f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fb0b8e7b94cd9e4f","status":"passed","time":{"start":1724861475063,"stop":1724861475063,"duration":0}}]},"df0451355b0d769987f586dd183950b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7eedf028c7830766","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7eedf028c7830766","status":"passed","time":{"start":1724921198886,"stop":1724921198886,"duration":0}},{"uid":"4d28803d3b08b24d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4d28803d3b08b24d","status":"passed","time":{"start":1724921172339,"stop":1724921172339,"duration":0}},{"uid":"4bba18881b6dbfa9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4bba18881b6dbfa9","status":"passed","time":{"start":1724917841039,"stop":1724917841041,"duration":2}},{"uid":"fe9c0c39db028363","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe9c0c39db028363","status":"passed","time":{"start":1724889622281,"stop":1724889622282,"duration":1}},{"uid":"a92c98078a7ab2ad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a92c98078a7ab2ad","status":"passed","time":{"start":1724888769661,"stop":1724888769662,"duration":1}},{"uid":"d83ba40628349835","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d83ba40628349835","status":"passed","time":{"start":1724887926168,"stop":1724887926168,"duration":0}},{"uid":"ced0481a1decd276","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ced0481a1decd276","status":"passed","time":{"start":1724886693078,"stop":1724886693079,"duration":1}},{"uid":"2009fd5d98733840","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2009fd5d98733840","status":"passed","time":{"start":1724886468836,"stop":1724886468837,"duration":1}},{"uid":"7a5e2ba5d3ed0db8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7a5e2ba5d3ed0db8","status":"passed","time":{"start":1724861918247,"stop":1724861918247,"duration":0}},{"uid":"bc759c43261f6e48","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bc759c43261f6e48","status":"passed","time":{"start":1724861388581,"stop":1724861388581,"duration":0}},{"uid":"89d0681f810c9578","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/89d0681f810c9578","status":"passed","time":{"start":1724861221408,"stop":1724861221408,"duration":0}},{"uid":"dcca449b397d9ea1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dcca449b397d9ea1","status":"passed","time":{"start":1724861075803,"stop":1724861075804,"duration":1}}]},"a507f62490b3a24fdbdad5d796572907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f062321816c6cf2f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f062321816c6cf2f","status":"passed","time":{"start":1724921677829,"stop":1724921677829,"duration":0}},{"uid":"ebb1692e4fd6d081","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ebb1692e4fd6d081","status":"passed","time":{"start":1724921635680,"stop":1724921635681,"duration":1}},{"uid":"41a29421c45c46b3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/41a29421c45c46b3","status":"passed","time":{"start":1724918344740,"stop":1724918344740,"duration":0}},{"uid":"8e0fd5bad8bb8a45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e0fd5bad8bb8a45","status":"passed","time":{"start":1724890097428,"stop":1724890097428,"duration":0}},{"uid":"61b545fae668ec27","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/61b545fae668ec27","status":"passed","time":{"start":1724889226625,"stop":1724889226625,"duration":0}},{"uid":"766bc15cd14cb1c4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/766bc15cd14cb1c4","status":"passed","time":{"start":1724888405388,"stop":1724888405389,"duration":1}},{"uid":"7743040af997dfd6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7743040af997dfd6","status":"passed","time":{"start":1724887180097,"stop":1724887180097,"duration":0}},{"uid":"316da7638ff1b703","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/316da7638ff1b703","status":"passed","time":{"start":1724886957952,"stop":1724886957952,"duration":0}},{"uid":"4f991e190021b1aa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f991e190021b1aa","status":"passed","time":{"start":1724862379720,"stop":1724862379720,"duration":0}},{"uid":"5160adfa94689647","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5160adfa94689647","status":"passed","time":{"start":1724861853006,"stop":1724861853006,"duration":0}},{"uid":"b574520b49d300d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b574520b49d300d","status":"passed","time":{"start":1724861709848,"stop":1724861709848,"duration":0}},{"uid":"ece37b0888d641ea","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ece37b0888d641ea","status":"passed","time":{"start":1724861537425,"stop":1724861537425,"duration":0}}]},"3b4eac845f5dc68bc6315f503aaa72d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2b7b8ca62e5c09da","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2b7b8ca62e5c09da","status":"passed","time":{"start":1724921625063,"stop":1724921625063,"duration":0}},{"uid":"5e838dfd0e6a1be4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5e838dfd0e6a1be4","status":"passed","time":{"start":1724921590495,"stop":1724921590495,"duration":0}},{"uid":"2a576406a7eff9ff","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2a576406a7eff9ff","status":"passed","time":{"start":1724918287564,"stop":1724918287565,"duration":1}},{"uid":"f9009db0fc6a56be","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9009db0fc6a56be","status":"passed","time":{"start":1724890047787,"stop":1724890047787,"duration":0}},{"uid":"dfd7b2b55bbc9fb4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dfd7b2b55bbc9fb4","status":"passed","time":{"start":1724889183920,"stop":1724889183920,"duration":0}},{"uid":"47e945db23e4b160","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/47e945db23e4b160","status":"passed","time":{"start":1724888354165,"stop":1724888354165,"duration":0}},{"uid":"9cfff004c82d72cc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9cfff004c82d72cc","status":"passed","time":{"start":1724887145658,"stop":1724887145658,"duration":0}},{"uid":"a45050636b53a117","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a45050636b53a117","status":"passed","time":{"start":1724886915786,"stop":1724886915786,"duration":0}},{"uid":"19d57f3d482aeb4e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/19d57f3d482aeb4e","status":"passed","time":{"start":1724862341437,"stop":1724862341437,"duration":0}},{"uid":"ac050125275a9a0a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ac050125275a9a0a","status":"passed","time":{"start":1724861805442,"stop":1724861805442,"duration":0}},{"uid":"9000290acde5865f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9000290acde5865f","status":"passed","time":{"start":1724861662256,"stop":1724861662256,"duration":0}},{"uid":"a5782c6cdbadf9e2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a5782c6cdbadf9e2","status":"passed","time":{"start":1724861492510,"stop":1724861492511,"duration":1}}]},"593a9985ea95175b4cf674d2fedc8c19:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b011d5917226ed12","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b011d5917226ed12","status":"passed","time":{"start":1724888232414,"stop":1724888232414,"duration":0}}]},"259328266b872242d192b7c4ee1fdf9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e104c11ce0d13e67","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e104c11ce0d13e67","status":"passed","time":{"start":1724921270357,"stop":1724921270357,"duration":0}},{"uid":"8834f7fbb16c01e8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8834f7fbb16c01e8","status":"passed","time":{"start":1724921247817,"stop":1724921247818,"duration":1}},{"uid":"5dd66db0c8096282","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5dd66db0c8096282","status":"passed","time":{"start":1724917989818,"stop":1724917989819,"duration":1}},{"uid":"6d82e66b3a0dedce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d82e66b3a0dedce","status":"passed","time":{"start":1724889678551,"stop":1724889678551,"duration":0}},{"uid":"2730cd71f604601","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2730cd71f604601","status":"passed","time":{"start":1724888829843,"stop":1724888829843,"duration":0}},{"uid":"abb546caadd0cf99","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/abb546caadd0cf99","status":"passed","time":{"start":1724888077010,"stop":1724888077010,"duration":0}},{"uid":"cd8a7f96c6d32caf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cd8a7f96c6d32caf","status":"passed","time":{"start":1724886851125,"stop":1724886851125,"duration":0}},{"uid":"65dfbb33c2ed32da","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/65dfbb33c2ed32da","status":"passed","time":{"start":1724886647111,"stop":1724886647111,"duration":0}},{"uid":"871812181c3ac919","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/871812181c3ac919","status":"passed","time":{"start":1724861992713,"stop":1724861992713,"duration":0}},{"uid":"d5a3c5db5eb47686","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d5a3c5db5eb47686","status":"passed","time":{"start":1724861469643,"stop":1724861469644,"duration":1}},{"uid":"cb6857e8d650fbc4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cb6857e8d650fbc4","status":"passed","time":{"start":1724861284857,"stop":1724861284857,"duration":0}},{"uid":"d780ddc94db391d1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d780ddc94db391d1","status":"passed","time":{"start":1724861145805,"stop":1724861145805,"duration":0}}]},"2c9191224ca2eaa2b74e25ccf880866c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f0245e71ccb34948","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f0245e71ccb34948","status":"passed","time":{"start":1724921158277,"stop":1724921158278,"duration":1}},{"uid":"6cd3c95a44962c72","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6cd3c95a44962c72","status":"passed","time":{"start":1724921130073,"stop":1724921130073,"duration":0}},{"uid":"5416e4dcc10c01fb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5416e4dcc10c01fb","status":"passed","time":{"start":1724917796890,"stop":1724917796891,"duration":1}},{"uid":"ba9b9c7fd531011e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ba9b9c7fd531011e","status":"passed","time":{"start":1724889579994,"stop":1724889579994,"duration":0}},{"uid":"2d311d6d1d67f9c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d311d6d1d67f9c0","status":"passed","time":{"start":1724888730126,"stop":1724888730127,"duration":1}},{"uid":"2a49786f96abda65","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2a49786f96abda65","status":"passed","time":{"start":1724887883925,"stop":1724887883926,"duration":1}},{"uid":"88ffeeb2a4051144","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/88ffeeb2a4051144","status":"passed","time":{"start":1724886651243,"stop":1724886651244,"duration":1}},{"uid":"cea3abaffa9baa9e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cea3abaffa9baa9e","status":"passed","time":{"start":1724886430267,"stop":1724886430267,"duration":0}},{"uid":"d1f26a5461825d44","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d1f26a5461825d44","status":"passed","time":{"start":1724861879166,"stop":1724861879167,"duration":1}},{"uid":"4b69425223d35564","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4b69425223d35564","status":"passed","time":{"start":1724861345736,"stop":1724861345736,"duration":0}},{"uid":"99427b2fceff701f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/99427b2fceff701f","status":"passed","time":{"start":1724861186693,"stop":1724861186693,"duration":0}},{"uid":"66231d0141ea17d1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/66231d0141ea17d1","status":"passed","time":{"start":1724861034884,"stop":1724861034884,"duration":0}}]},"205144ff08298487caff25732dbcfef3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"db56a3454154209a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/db56a3454154209a","status":"passed","time":{"start":1724921563016,"stop":1724921563017,"duration":1}},{"uid":"478747ad9690a8a8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/478747ad9690a8a8","status":"passed","time":{"start":1724921526813,"stop":1724921526813,"duration":0}},{"uid":"23f5a5dbf18d4c8f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/23f5a5dbf18d4c8f","status":"passed","time":{"start":1724918239940,"stop":1724918239943,"duration":3}},{"uid":"4ad08ea675dcd68","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4ad08ea675dcd68","status":"passed","time":{"start":1724889980891,"stop":1724889980901,"duration":10}},{"uid":"b610f370e9c49b12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b610f370e9c49b12","status":"passed","time":{"start":1724889109967,"stop":1724889109968,"duration":1}},{"uid":"e15e3a69cc90501c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e15e3a69cc90501c","status":"passed","time":{"start":1724888294722,"stop":1724888294723,"duration":1}},{"uid":"bb3c82bcebe76751","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bb3c82bcebe76751","status":"passed","time":{"start":1724887071741,"stop":1724887071741,"duration":0}},{"uid":"f97c63319c9c842f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f97c63319c9c842f","status":"passed","time":{"start":1724886848346,"stop":1724886848346,"duration":0}},{"uid":"51a6e7794fd41c19","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/51a6e7794fd41c19","status":"passed","time":{"start":1724862259251,"stop":1724862259252,"duration":1}},{"uid":"ebb4f98ac76c7796","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ebb4f98ac76c7796","status":"passed","time":{"start":1724861735326,"stop":1724861735327,"duration":1}},{"uid":"adc327337d96daf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/adc327337d96daf","status":"passed","time":{"start":1724861606343,"stop":1724861606344,"duration":1}},{"uid":"ff3ac453a3d3a94f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ff3ac453a3d3a94f","status":"passed","time":{"start":1724861426687,"stop":1724861426688,"duration":1}}]},"954363487a29c1b5a533787fe6c817df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fea0fb0bfaacf957","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fea0fb0bfaacf957","status":"passed","time":{"start":1724921515222,"stop":1724921515222,"duration":0}},{"uid":"b36e078ebde89262","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b36e078ebde89262","status":"passed","time":{"start":1724921475442,"stop":1724921475442,"duration":0}},{"uid":"1b75ba86e4a2bb9a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1b75ba86e4a2bb9a","status":"passed","time":{"start":1724918179387,"stop":1724918179387,"duration":0}},{"uid":"1bec3bef9657f390","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1bec3bef9657f390","status":"passed","time":{"start":1724889935337,"stop":1724889935337,"duration":0}},{"uid":"43d4d2a4ceddb7f2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/43d4d2a4ceddb7f2","status":"passed","time":{"start":1724889072749,"stop":1724889072750,"duration":1}},{"uid":"3dd3ed3dd440a745","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3dd3ed3dd440a745","status":"passed","time":{"start":1724888232411,"stop":1724888232411,"duration":0}},{"uid":"5aeb4306f4abbf1c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5aeb4306f4abbf1c","status":"passed","time":{"start":1724887018290,"stop":1724887018291,"duration":1}},{"uid":"e5fa9164c44b1220","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e5fa9164c44b1220","status":"passed","time":{"start":1724886781475,"stop":1724886781475,"duration":0}},{"uid":"9befc623f7b60dd1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9befc623f7b60dd1","status":"passed","time":{"start":1724862213658,"stop":1724862213659,"duration":1}},{"uid":"3a1b9c3b7d7df707","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3a1b9c3b7d7df707","status":"passed","time":{"start":1724861685851,"stop":1724861685852,"duration":1}},{"uid":"312892ea098f7017","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/312892ea098f7017","status":"passed","time":{"start":1724861546166,"stop":1724861546168,"duration":2}},{"uid":"e58690547d74deea","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e58690547d74deea","status":"passed","time":{"start":1724861378107,"stop":1724861378107,"duration":0}}]},"cc4bb601c0ec3222911168ac8f32da4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3cc723f4023a6d1f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3cc723f4023a6d1f","status":"passed","time":{"start":1724921045532,"stop":1724921045532,"duration":0}},{"uid":"ff723719aa3b5b0b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ff723719aa3b5b0b","status":"passed","time":{"start":1724921020725,"stop":1724921020725,"duration":0}},{"uid":"d705c3dad17cb236","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d705c3dad17cb236","status":"passed","time":{"start":1724917681052,"stop":1724917681053,"duration":1}},{"uid":"4f3fa553c62961ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f3fa553c62961ba","status":"passed","time":{"start":1724889459943,"stop":1724889459943,"duration":0}},{"uid":"2d40016ed5ee3f9b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d40016ed5ee3f9b","status":"passed","time":{"start":1724888610533,"stop":1724888610534,"duration":1}},{"uid":"4373a4eb23036fec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4373a4eb23036fec","status":"passed","time":{"start":1724887766847,"stop":1724887766848,"duration":1}},{"uid":"9d82678c81ab0e0a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9d82678c81ab0e0a","status":"passed","time":{"start":1724886533242,"stop":1724886533243,"duration":1}},{"uid":"ce37be50246b83fc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ce37be50246b83fc","status":"passed","time":{"start":1724886311088,"stop":1724886311089,"duration":1}},{"uid":"97570ab9ee451166","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97570ab9ee451166","status":"passed","time":{"start":1724861760048,"stop":1724861760048,"duration":0}},{"uid":"64443cfcbe286820","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/64443cfcbe286820","status":"passed","time":{"start":1724861230827,"stop":1724861230828,"duration":1}},{"uid":"794524b97b159e4b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/794524b97b159e4b","status":"passed","time":{"start":1724861053399,"stop":1724861053400,"duration":1}},{"uid":"bb148db4cba17922","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bb148db4cba17922","status":"passed","time":{"start":1724860914744,"stop":1724860914744,"duration":0}}]},"ecec8616e244e01eb233ceba2a3a750b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f133a0716e53673f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f133a0716e53673f","status":"passed","time":{"start":1724886781501,"stop":1724886781502,"duration":1}}]},"9ac45c4e34b80f7576b6c8d505bfedd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5f24c238099ee543","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5f24c238099ee543","status":"passed","time":{"start":1724921061374,"stop":1724921061374,"duration":0}},{"uid":"2bec0fca853d3f43","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2bec0fca853d3f43","status":"passed","time":{"start":1724921036561,"stop":1724921036566,"duration":5}},{"uid":"7d19d8e5f38fadf3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7d19d8e5f38fadf3","status":"passed","time":{"start":1724917696996,"stop":1724917696996,"duration":0}},{"uid":"3a2584b08f3ece6c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a2584b08f3ece6c","status":"passed","time":{"start":1724889475438,"stop":1724889475439,"duration":1}},{"uid":"bd0ce93f44630125","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bd0ce93f44630125","status":"passed","time":{"start":1724888626532,"stop":1724888626532,"duration":0}},{"uid":"7cecf7eac711d9f8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7cecf7eac711d9f8","status":"passed","time":{"start":1724887782741,"stop":1724887782741,"duration":0}},{"uid":"bee2672e416b4b57","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bee2672e416b4b57","status":"passed","time":{"start":1724886549352,"stop":1724886549353,"duration":1}},{"uid":"61d378b4b86e9cdf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/61d378b4b86e9cdf","status":"passed","time":{"start":1724886326877,"stop":1724886326877,"duration":0}},{"uid":"608a66a07ce7f8ca","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/608a66a07ce7f8ca","status":"passed","time":{"start":1724861776304,"stop":1724861776304,"duration":0}},{"uid":"c2d446de3c0ec6c7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c2d446de3c0ec6c7","status":"passed","time":{"start":1724861246688,"stop":1724861246689,"duration":1}},{"uid":"d0af7791f95a7c7a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d0af7791f95a7c7a","status":"passed","time":{"start":1724861070674,"stop":1724861070675,"duration":1}},{"uid":"953506cf09f55135","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/953506cf09f55135","status":"passed","time":{"start":1724860931333,"stop":1724860931333,"duration":0}}]},"1cc77746c53cd5e9564f482ae6f105d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7176500ff2494c39","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7176500ff2494c39","status":"passed","time":{"start":1724886880631,"stop":1724886880631,"duration":0}}]},"c611aaca5a97529ae8af9cec7a03fa57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3acd86dad6c9b356","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3acd86dad6c9b356","status":"passed","time":{"start":1724861485083,"stop":1724861485083,"duration":0}}]},"574035ab561579660a27c038e6006d86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a6d6093f03a0b3f8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a6d6093f03a0b3f8","status":"passed","time":{"start":1724921300828,"stop":1724921300828,"duration":0}},{"uid":"2e653eff67f1887d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2e653eff67f1887d","status":"passed","time":{"start":1724921280720,"stop":1724921280721,"duration":1}},{"uid":"3243078f0b089a72","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3243078f0b089a72","status":"passed","time":{"start":1724917963264,"stop":1724917963265,"duration":1}},{"uid":"7fb6ff694344f9ab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7fb6ff694344f9ab","status":"passed","time":{"start":1724889734122,"stop":1724889734122,"duration":0}},{"uid":"6b7a92dca9e89351","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b7a92dca9e89351","status":"passed","time":{"start":1724888859623,"stop":1724888859623,"duration":0}},{"uid":"80f31a4979ba004a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/80f31a4979ba004a","status":"passed","time":{"start":1724888053954,"stop":1724888053955,"duration":1}},{"uid":"b16ff607cc1cc30","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b16ff607cc1cc30","status":"passed","time":{"start":1724886820681,"stop":1724886820681,"duration":0}},{"uid":"4cb91c6b9cd2015b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4cb91c6b9cd2015b","status":"passed","time":{"start":1724886589272,"stop":1724886589272,"duration":0}},{"uid":"fb3c05deb8d69d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb3c05deb8d69d9","status":"passed","time":{"start":1724862027808,"stop":1724862027808,"duration":0}},{"uid":"9f81bd69fef9542e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9f81bd69fef9542e","status":"passed","time":{"start":1724861484562,"stop":1724861484563,"duration":1}},{"uid":"a7eb5e0935b46104","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a7eb5e0935b46104","status":"passed","time":{"start":1724861315160,"stop":1724861315160,"duration":0}},{"uid":"c2292a864f7d0391","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c2292a864f7d0391","status":"passed","time":{"start":1724861168763,"stop":1724861168765,"duration":2}}]},"11b3048f4d111e1ae7ca97e1da55f88a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1e4c46fddde52fc4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1e4c46fddde52fc4","status":"passed","time":{"start":1724921529581,"stop":1724921529582,"duration":1}},{"uid":"a07beb2c1391227d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a07beb2c1391227d","status":"passed","time":{"start":1724921488878,"stop":1724921488878,"duration":0}},{"uid":"7996f9786a93e941","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7996f9786a93e941","status":"passed","time":{"start":1724918203684,"stop":1724918203685,"duration":1}},{"uid":"47556cbeffa5b10b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/47556cbeffa5b10b","status":"passed","time":{"start":1724889938356,"stop":1724889938356,"duration":0}},{"uid":"8aa615038cb09a72","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8aa615038cb09a72","status":"passed","time":{"start":1724889077064,"stop":1724889077064,"duration":0}},{"uid":"e5229498e2786d66","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e5229498e2786d66","status":"passed","time":{"start":1724888268031,"stop":1724888268032,"duration":1}},{"uid":"cde083773aa57fa4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cde083773aa57fa4","status":"passed","time":{"start":1724887032400,"stop":1724887032400,"duration":0}},{"uid":"55cbb35da56e5d08","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/55cbb35da56e5d08","status":"passed","time":{"start":1724886822793,"stop":1724886822794,"duration":1}},{"uid":"850f50ebbdbfb1d6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/850f50ebbdbfb1d6","status":"passed","time":{"start":1724862233508,"stop":1724862233508,"duration":0}},{"uid":"1e2dfe1b3b6ae5fa","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1e2dfe1b3b6ae5fa","status":"passed","time":{"start":1724861712668,"stop":1724861712668,"duration":0}},{"uid":"486ccbf630c7f8b8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/486ccbf630c7f8b8","status":"passed","time":{"start":1724861567887,"stop":1724861567887,"duration":0}},{"uid":"4416e09e8b451abb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4416e09e8b451abb","status":"passed","time":{"start":1724861392052,"stop":1724861392053,"duration":1}}]},"3f0f2dc0913594ac4d27adb61197f584:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"71d22c15c157cf5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/71d22c15c157cf5","status":"passed","time":{"start":1724921497759,"stop":1724921497759,"duration":0}},{"uid":"20cb4e57f815f12c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/20cb4e57f815f12c","status":"passed","time":{"start":1724921408414,"stop":1724921408414,"duration":0}},{"uid":"dd780a41c62010e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd780a41c62010e","status":"passed","time":{"start":1724918086871,"stop":1724918086871,"duration":0}},{"uid":"c7632d4d5a4368ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c7632d4d5a4368ac","status":"passed","time":{"start":1724889892447,"stop":1724889892448,"duration":1}},{"uid":"6e210b6af8cd826d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e210b6af8cd826d","status":"passed","time":{"start":1724888997217,"stop":1724888997217,"duration":0}},{"uid":"3774083ff6f384cd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3774083ff6f384cd","status":"passed","time":{"start":1724888159491,"stop":1724888159491,"duration":0}},{"uid":"a3fe7112b3a2c91d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a3fe7112b3a2c91d","status":"passed","time":{"start":1724886937303,"stop":1724886937308,"duration":5}},{"uid":"d12fb441227ca35d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d12fb441227ca35d","status":"passed","time":{"start":1724886709807,"stop":1724886709808,"duration":1}},{"uid":"5427af5400695fae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5427af5400695fae","status":"passed","time":{"start":1724862123538,"stop":1724862123538,"duration":0}},{"uid":"b8974d7b12b74b3a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b8974d7b12b74b3a","status":"passed","time":{"start":1724861620105,"stop":1724861620105,"duration":0}},{"uid":"8a05457f7f343fc6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8a05457f7f343fc6","status":"passed","time":{"start":1724861460249,"stop":1724861460250,"duration":1}},{"uid":"c07c36752662a76d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c07c36752662a76d","status":"passed","time":{"start":1724861330173,"stop":1724861330173,"duration":0}}]},"a2a4386b1a75d8d9fd5177fdf40c00d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":8,"unknown":0,"total":12},"items":[{"uid":"3542fa53e2840b8e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3542fa53e2840b8e","status":"passed","time":{"start":1724921196358,"stop":1724921196358,"duration":0}},{"uid":"6ea695c89a2b6b2a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6ea695c89a2b6b2a","status":"passed","time":{"start":1724921173181,"stop":1724921173182,"duration":1}},{"uid":"ac0bd3e78dadaf17","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ac0bd3e78dadaf17","status":"broken","statusDetails":"expected true to be false","time":{"start":1724917930832,"stop":1724917930833,"duration":1}},{"uid":"d801c8bf47bd2d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d801c8bf47bd2d8","status":"passed","time":{"start":1724889621017,"stop":1724889621017,"duration":0}},{"uid":"c5fa454b632d7986","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5fa454b632d7986","status":"passed","time":{"start":1724888759389,"stop":1724888759389,"duration":0}},{"uid":"f0f3e1809d1cc120","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f0f3e1809d1cc120","status":"broken","statusDetails":"expected true to be false","time":{"start":1724888015047,"stop":1724888015048,"duration":1}},{"uid":"440ee7a24cdce2fe","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/440ee7a24cdce2fe","status":"broken","statusDetails":"expected true to be false","time":{"start":1724886784547,"stop":1724886784548,"duration":1}},{"uid":"c57dbf7d6d9d29d8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c57dbf7d6d9d29d8","status":"broken","statusDetails":"expected true to be false","time":{"start":1724886566534,"stop":1724886566534,"duration":0}},{"uid":"6e21f784abb68463","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e21f784abb68463","status":"passed","time":{"start":1724861915534,"stop":1724861915534,"duration":0}},{"uid":"52026fbcd72c436d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/52026fbcd72c436d","status":"passed","time":{"start":1724861379725,"stop":1724861379726,"duration":1}},{"uid":"fff872a0e7d38683","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fff872a0e7d38683","status":"passed","time":{"start":1724861206880,"stop":1724861206880,"duration":0}},{"uid":"7acfc271131d40c4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7acfc271131d40c4","status":"passed","time":{"start":1724861067560,"stop":1724861067561,"duration":1}}]},"bd3f6838484ba2f91887dd0d3aa85a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"154d0656330a56cc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/154d0656330a56cc","status":"passed","time":{"start":1724921045531,"stop":1724921045532,"duration":1}},{"uid":"adb869a16afe43f1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/adb869a16afe43f1","status":"passed","time":{"start":1724921020724,"stop":1724921020725,"duration":1}},{"uid":"f12a64780b47a49f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f12a64780b47a49f","status":"passed","time":{"start":1724917681049,"stop":1724917681051,"duration":2}},{"uid":"be897892327f5301","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/be897892327f5301","status":"passed","time":{"start":1724889459914,"stop":1724889459943,"duration":29}},{"uid":"f3ca23c4cbf7aadf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3ca23c4cbf7aadf","status":"passed","time":{"start":1724888610532,"stop":1724888610533,"duration":1}},{"uid":"8ebece7896a7ddf5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8ebece7896a7ddf5","status":"passed","time":{"start":1724887766847,"stop":1724887766847,"duration":0}},{"uid":"50e351009aa05ccc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/50e351009aa05ccc","status":"passed","time":{"start":1724886533242,"stop":1724886533242,"duration":0}},{"uid":"a0e67caf1dc6760","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a0e67caf1dc6760","status":"passed","time":{"start":1724886311088,"stop":1724886311088,"duration":0}},{"uid":"25fc7f07b0fe5e6d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/25fc7f07b0fe5e6d","status":"passed","time":{"start":1724861760047,"stop":1724861760048,"duration":1}},{"uid":"e17062a8ca32f4ea","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e17062a8ca32f4ea","status":"passed","time":{"start":1724861230826,"stop":1724861230827,"duration":1}},{"uid":"c58dea3afa196d91","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c58dea3afa196d91","status":"passed","time":{"start":1724861053397,"stop":1724861053398,"duration":1}},{"uid":"fd5b2d4921ee8b57","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fd5b2d4921ee8b57","status":"passed","time":{"start":1724860914743,"stop":1724860914743,"duration":0}}]},"4384ca21409a1cabf4abc4b90c9a7921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c526609e511a3e4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c526609e511a3e4","status":"passed","time":{"start":1724921640402,"stop":1724921640402,"duration":0}},{"uid":"961bebd567e84eda","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/961bebd567e84eda","status":"passed","time":{"start":1724921600424,"stop":1724921600424,"duration":0}},{"uid":"8b953d5589fbd80","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8b953d5589fbd80","status":"passed","time":{"start":1724918300931,"stop":1724918300932,"duration":1}},{"uid":"d82b4b1d546c2761","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d82b4b1d546c2761","status":"passed","time":{"start":1724890059296,"stop":1724890059297,"duration":1}},{"uid":"7f91274e0a818e63","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7f91274e0a818e63","status":"passed","time":{"start":1724889188326,"stop":1724889188328,"duration":2}},{"uid":"daf6b3ee230aee53","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/daf6b3ee230aee53","status":"passed","time":{"start":1724888372742,"stop":1724888372742,"duration":0}},{"uid":"94983e934934f106","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/94983e934934f106","status":"passed","time":{"start":1724887135722,"stop":1724887135723,"duration":1}},{"uid":"b2a4ed78f9776a09","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b2a4ed78f9776a09","status":"passed","time":{"start":1724886919688,"stop":1724886919689,"duration":1}},{"uid":"8f119400ec0e4426","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f119400ec0e4426","status":"passed","time":{"start":1724862341836,"stop":1724862341837,"duration":1}},{"uid":"298cad0263186834","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/298cad0263186834","status":"passed","time":{"start":1724861815493,"stop":1724861815494,"duration":1}},{"uid":"3fbd58fcdacb62a4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3fbd58fcdacb62a4","status":"passed","time":{"start":1724861669540,"stop":1724861669541,"duration":1}},{"uid":"281f02b70c212d61","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/281f02b70c212d61","status":"passed","time":{"start":1724861505424,"stop":1724861505424,"duration":0}}]},"4b63c7036769b7bb1dfa436bd8663cff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7ae13fe262bed0a3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7ae13fe262bed0a3","status":"passed","time":{"start":1724861800255,"stop":1724861800255,"duration":0}}]},"99dbeba4cb59ca0718283847dc67c93f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"af212c853f102bd1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/af212c853f102bd1","status":"passed","time":{"start":1724921164599,"stop":1724921164599,"duration":0}},{"uid":"178703ea35aa1b5a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/178703ea35aa1b5a","status":"passed","time":{"start":1724921137826,"stop":1724921137826,"duration":0}},{"uid":"137bdcd88696d13","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/137bdcd88696d13","status":"passed","time":{"start":1724917810540,"stop":1724917810540,"duration":0}},{"uid":"19077a170656303b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/19077a170656303b","status":"passed","time":{"start":1724889585448,"stop":1724889585448,"duration":0}},{"uid":"bc3970acff77fe51","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc3970acff77fe51","status":"passed","time":{"start":1724888736510,"stop":1724888736511,"duration":1}},{"uid":"ded75cec65fa791c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ded75cec65fa791c","status":"passed","time":{"start":1724887891793,"stop":1724887891795,"duration":2}},{"uid":"518a2b5f72dc4fc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/518a2b5f72dc4fc1","status":"passed","time":{"start":1724886657790,"stop":1724886657790,"duration":0}},{"uid":"f7fbd6f49a092230","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f7fbd6f49a092230","status":"passed","time":{"start":1724886447358,"stop":1724886447359,"duration":1}},{"uid":"e24811efbf70bfa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e24811efbf70bfa","status":"passed","time":{"start":1724861880123,"stop":1724861880125,"duration":2}},{"uid":"20ec1764a93d7682","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/20ec1764a93d7682","status":"passed","time":{"start":1724861359782,"stop":1724861359782,"duration":0}},{"uid":"a49eb47bff6e2cdc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a49eb47bff6e2cdc","status":"passed","time":{"start":1724861179682,"stop":1724861179683,"duration":1}},{"uid":"df07ea2ef8bc0f30","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/df07ea2ef8bc0f30","status":"passed","time":{"start":1724861040980,"stop":1724861040981,"duration":1}}]},"1fdfd92e08fbe939ce700c69eb5e7fde:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2ec0e681bc96b04a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ec0e681bc96b04a","status":"passed","time":{"start":1724890039738,"stop":1724890039739,"duration":1}}]},"a7ec74184f222e80b83b41bc32362ff9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"897ab3a0d540ccf9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/897ab3a0d540ccf9","status":"passed","time":{"start":1724921270341,"stop":1724921270341,"duration":0}},{"uid":"ea9939f4ff012c0a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ea9939f4ff012c0a","status":"passed","time":{"start":1724921247771,"stop":1724921247772,"duration":1}},{"uid":"b30c2ac2a8b7c7be","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b30c2ac2a8b7c7be","status":"passed","time":{"start":1724917989808,"stop":1724917989809,"duration":1}},{"uid":"25b69bafa3917d13","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/25b69bafa3917d13","status":"passed","time":{"start":1724889678531,"stop":1724889678532,"duration":1}},{"uid":"fedf8d6623b6d3f6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fedf8d6623b6d3f6","status":"passed","time":{"start":1724888829824,"stop":1724888829824,"duration":0}},{"uid":"2d460c535038a65d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2d460c535038a65d","status":"passed","time":{"start":1724888076971,"stop":1724888076972,"duration":1}},{"uid":"9eadcb2341dcf61a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9eadcb2341dcf61a","status":"passed","time":{"start":1724886851110,"stop":1724886851111,"duration":1}},{"uid":"81ed48ae17aebbf8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/81ed48ae17aebbf8","status":"passed","time":{"start":1724886647054,"stop":1724886647055,"duration":1}},{"uid":"cd7570259e873500","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd7570259e873500","status":"passed","time":{"start":1724861992701,"stop":1724861992701,"duration":0}},{"uid":"4d6b7855063aa5d1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4d6b7855063aa5d1","status":"passed","time":{"start":1724861469627,"stop":1724861469628,"duration":1}},{"uid":"c2ec58908a4db282","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c2ec58908a4db282","status":"passed","time":{"start":1724861284844,"stop":1724861284844,"duration":0}},{"uid":"a65795ae41b7fd71","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a65795ae41b7fd71","status":"passed","time":{"start":1724861145771,"stop":1724861145771,"duration":0}}]},"bdff96d282b390fdf8d15fc660fe095e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ff62bef00a3111c1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ff62bef00a3111c1","status":"passed","time":{"start":1724921037647,"stop":1724921037647,"duration":0}},{"uid":"c957229a7411b48c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c957229a7411b48c","status":"passed","time":{"start":1724921013059,"stop":1724921013060,"duration":1}},{"uid":"b8678885764f9ac5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b8678885764f9ac5","status":"passed","time":{"start":1724917673301,"stop":1724917673301,"duration":0}},{"uid":"917e6349f557ef7e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/917e6349f557ef7e","status":"passed","time":{"start":1724889452320,"stop":1724889452321,"duration":1}},{"uid":"e26cd1f184accbd1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e26cd1f184accbd1","status":"passed","time":{"start":1724888602852,"stop":1724888602852,"duration":0}},{"uid":"c6d73ba82732d1a5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c6d73ba82732d1a5","status":"passed","time":{"start":1724887759173,"stop":1724887759173,"duration":0}},{"uid":"5e41c006e0adb8c3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5e41c006e0adb8c3","status":"passed","time":{"start":1724886525552,"stop":1724886525552,"duration":0}},{"uid":"cbc0aa6c17b29c5e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cbc0aa6c17b29c5e","status":"passed","time":{"start":1724886303407,"stop":1724886303407,"duration":0}},{"uid":"4b724d44c7083934","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b724d44c7083934","status":"passed","time":{"start":1724861752239,"stop":1724861752240,"duration":1}},{"uid":"cb01b41efefd4f53","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cb01b41efefd4f53","status":"passed","time":{"start":1724861223364,"stop":1724861223364,"duration":0}},{"uid":"d59cf3b12a571497","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d59cf3b12a571497","status":"passed","time":{"start":1724861045212,"stop":1724861045213,"duration":1}},{"uid":"457e539c3fb98a59","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/457e539c3fb98a59","status":"passed","time":{"start":1724860907098,"stop":1724860907098,"duration":0}}]},"491378aaa4600ceb1926c0521141b938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"59990939eb569685","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/59990939eb569685","status":"passed","time":{"start":1724921515224,"stop":1724921515225,"duration":1}},{"uid":"1b1fdf1e3686dfe0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1b1fdf1e3686dfe0","status":"passed","time":{"start":1724921475444,"stop":1724921475444,"duration":0}},{"uid":"f07d590d37d95423","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f07d590d37d95423","status":"passed","time":{"start":1724918179399,"stop":1724918179399,"duration":0}},{"uid":"a8c54421916716d1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a8c54421916716d1","status":"passed","time":{"start":1724889935339,"stop":1724889935339,"duration":0}},{"uid":"2a4901a3dfa9b476","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2a4901a3dfa9b476","status":"passed","time":{"start":1724889072752,"stop":1724889072752,"duration":0}},{"uid":"6751fe274ce7d7bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6751fe274ce7d7bd","status":"passed","time":{"start":1724888232413,"stop":1724888232413,"duration":0}},{"uid":"c39ad43012e8d471","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c39ad43012e8d471","status":"passed","time":{"start":1724887018301,"stop":1724887018301,"duration":0}},{"uid":"899c5126af9b19bd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/899c5126af9b19bd","status":"passed","time":{"start":1724886781477,"stop":1724886781478,"duration":1}},{"uid":"af8e29530e7b5b19","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/af8e29530e7b5b19","status":"passed","time":{"start":1724862213661,"stop":1724862213661,"duration":0}},{"uid":"583c00296fbdb98c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/583c00296fbdb98c","status":"passed","time":{"start":1724861685854,"stop":1724861685854,"duration":0}},{"uid":"27ed36c3a96062ad","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/27ed36c3a96062ad","status":"passed","time":{"start":1724861546171,"stop":1724861546171,"duration":0}},{"uid":"40b8ce35b920acd3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/40b8ce35b920acd3","status":"passed","time":{"start":1724861378109,"stop":1724861378109,"duration":0}}]},"c552836869246ed1b59a80786fae3f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"11216abbb15f1827","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/11216abbb15f1827","status":"passed","time":{"start":1724921677828,"stop":1724921677828,"duration":0}},{"uid":"2d9f4bb3ff64b67d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2d9f4bb3ff64b67d","status":"passed","time":{"start":1724921635680,"stop":1724921635680,"duration":0}},{"uid":"638e6b3aa3a5ff58","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/638e6b3aa3a5ff58","status":"passed","time":{"start":1724918344739,"stop":1724918344739,"duration":0}},{"uid":"422d7a06f06f3a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/422d7a06f06f3a1","status":"passed","time":{"start":1724890097427,"stop":1724890097428,"duration":1}},{"uid":"fd9b19076ba2f2ce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fd9b19076ba2f2ce","status":"passed","time":{"start":1724889226624,"stop":1724889226624,"duration":0}},{"uid":"b1c14e99d8819e57","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b1c14e99d8819e57","status":"passed","time":{"start":1724888405387,"stop":1724888405387,"duration":0}},{"uid":"69c041c5b6965492","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/69c041c5b6965492","status":"passed","time":{"start":1724887180096,"stop":1724887180097,"duration":1}},{"uid":"c0d708d24a741a8f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c0d708d24a741a8f","status":"passed","time":{"start":1724886957950,"stop":1724886957950,"duration":0}},{"uid":"38846770ed77730b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/38846770ed77730b","status":"passed","time":{"start":1724862379719,"stop":1724862379719,"duration":0}},{"uid":"b09118fb8d8760ba","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b09118fb8d8760ba","status":"passed","time":{"start":1724861853004,"stop":1724861853005,"duration":1}},{"uid":"81ce40b5260e2bca","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/81ce40b5260e2bca","status":"passed","time":{"start":1724861709847,"stop":1724861709847,"duration":0}},{"uid":"9c7d756e7bf9871e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9c7d756e7bf9871e","status":"passed","time":{"start":1724861537424,"stop":1724861537425,"duration":1}}]},"c717f1b9c8d8565ddbfeb4c28c1c45cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f31280671ff3d9d4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f31280671ff3d9d4","status":"passed","time":{"start":1724921625080,"stop":1724921625080,"duration":0}},{"uid":"baaae2fad53aa32b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/baaae2fad53aa32b","status":"passed","time":{"start":1724921590504,"stop":1724921590504,"duration":0}},{"uid":"644a192bdd6cb4c9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/644a192bdd6cb4c9","status":"passed","time":{"start":1724918287571,"stop":1724918287572,"duration":1}},{"uid":"a376274f890c88a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a376274f890c88a6","status":"passed","time":{"start":1724890047797,"stop":1724890047797,"duration":0}},{"uid":"cd068978f832509e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd068978f832509e","status":"passed","time":{"start":1724889183930,"stop":1724889183930,"duration":0}},{"uid":"8fb5d08c61dd638a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8fb5d08c61dd638a","status":"passed","time":{"start":1724888354178,"stop":1724888354178,"duration":0}},{"uid":"5e8d0faec2107cbd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5e8d0faec2107cbd","status":"passed","time":{"start":1724887145701,"stop":1724887145702,"duration":1}},{"uid":"1e19ae867a951aa7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1e19ae867a951aa7","status":"passed","time":{"start":1724886915793,"stop":1724886915794,"duration":1}},{"uid":"1359fbc04aea5047","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1359fbc04aea5047","status":"passed","time":{"start":1724862341458,"stop":1724862341458,"duration":0}},{"uid":"96eec3bf7dd1e282","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/96eec3bf7dd1e282","status":"passed","time":{"start":1724861805456,"stop":1724861805458,"duration":2}},{"uid":"3d9ab76f58a614f8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3d9ab76f58a614f8","status":"passed","time":{"start":1724861662293,"stop":1724861662294,"duration":1}},{"uid":"c3703d322df580d9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c3703d322df580d9","status":"passed","time":{"start":1724861492521,"stop":1724861492522,"duration":1}}]},"547dccd01d7cf6ad6698a95c479c36e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2b8210618249e3b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2b8210618249e3b","status":"passed","time":{"start":1724861546201,"stop":1724861546201,"duration":0}}]},"073f8bd5bc0acc96d625ba4577924444:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b2500cc441ed711c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b2500cc441ed711c","status":"passed","time":{"start":1724921563019,"stop":1724921563019,"duration":0}},{"uid":"7d899ffc1e4a70b2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7d899ffc1e4a70b2","status":"passed","time":{"start":1724921526815,"stop":1724921526816,"duration":1}},{"uid":"b6e8f4db02ed324a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b6e8f4db02ed324a","status":"passed","time":{"start":1724918239949,"stop":1724918239952,"duration":3}},{"uid":"ad3ea792a44b5e17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ad3ea792a44b5e17","status":"passed","time":{"start":1724889980922,"stop":1724889980923,"duration":1}},{"uid":"9a7cc234c3264aae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9a7cc234c3264aae","status":"passed","time":{"start":1724889109975,"stop":1724889109976,"duration":1}},{"uid":"c22f2523334209b4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c22f2523334209b4","status":"passed","time":{"start":1724888294725,"stop":1724888294725,"duration":0}},{"uid":"38c2e046dc78c508","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/38c2e046dc78c508","status":"passed","time":{"start":1724887071744,"stop":1724887071744,"duration":0}},{"uid":"d1ca3c5054fca7c5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d1ca3c5054fca7c5","status":"passed","time":{"start":1724886848349,"stop":1724886848349,"duration":0}},{"uid":"88c7c83a4df4139d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/88c7c83a4df4139d","status":"passed","time":{"start":1724862259258,"stop":1724862259259,"duration":1}},{"uid":"eaace37a52c8fb66","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/eaace37a52c8fb66","status":"passed","time":{"start":1724861735333,"stop":1724861735334,"duration":1}},{"uid":"a5372cab13726a1d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a5372cab13726a1d","status":"passed","time":{"start":1724861606352,"stop":1724861606352,"duration":0}},{"uid":"488770b1efdaf427","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/488770b1efdaf427","status":"passed","time":{"start":1724861426691,"stop":1724861426691,"duration":0}}]},"5c7ec512bd5b62afb4dd3c34ac9b2fca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1bc9f76e644cc778","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1bc9f76e644cc778","status":"passed","time":{"start":1724921037653,"stop":1724921037653,"duration":0}},{"uid":"9d72d86de7594ce1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9d72d86de7594ce1","status":"passed","time":{"start":1724921013067,"stop":1724921013068,"duration":1}},{"uid":"a141c363edcd0d4c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a141c363edcd0d4c","status":"passed","time":{"start":1724917673308,"stop":1724917673308,"duration":0}},{"uid":"45148fd696423967","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/45148fd696423967","status":"passed","time":{"start":1724889452327,"stop":1724889452327,"duration":0}},{"uid":"8728e033459af65d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8728e033459af65d","status":"passed","time":{"start":1724888602860,"stop":1724888602860,"duration":0}},{"uid":"23618fc2bf78a378","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/23618fc2bf78a378","status":"passed","time":{"start":1724887759180,"stop":1724887759180,"duration":0}},{"uid":"8c289554ce2d1c4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8c289554ce2d1c4","status":"passed","time":{"start":1724886525558,"stop":1724886525558,"duration":0}},{"uid":"28cbc679b225388b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/28cbc679b225388b","status":"passed","time":{"start":1724886303414,"stop":1724886303414,"duration":0}},{"uid":"248e544cba089912","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/248e544cba089912","status":"passed","time":{"start":1724861752250,"stop":1724861752250,"duration":0}},{"uid":"8a6861ed87ca6faf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8a6861ed87ca6faf","status":"passed","time":{"start":1724861223370,"stop":1724861223371,"duration":1}},{"uid":"f20d7cb8a1fbd02c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f20d7cb8a1fbd02c","status":"passed","time":{"start":1724861045220,"stop":1724861045220,"duration":0}},{"uid":"9e39710959c22538","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9e39710959c22538","status":"passed","time":{"start":1724860907106,"stop":1724860907106,"duration":0}}]},"0c5de591ea5ad571a48f8ba360377f01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ff1eee42f52f0024","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ff1eee42f52f0024","status":"passed","time":{"start":1724921625082,"stop":1724921625083,"duration":1}},{"uid":"b76702eab0c8af24","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b76702eab0c8af24","status":"passed","time":{"start":1724921590507,"stop":1724921590507,"duration":0}},{"uid":"eb13d1211efe7b08","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eb13d1211efe7b08","status":"passed","time":{"start":1724918287574,"stop":1724918287574,"duration":0}},{"uid":"9c6211b2701e6931","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9c6211b2701e6931","status":"passed","time":{"start":1724890047799,"stop":1724890047800,"duration":1}},{"uid":"54d9f6a962dd6bc7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/54d9f6a962dd6bc7","status":"passed","time":{"start":1724889183939,"stop":1724889183940,"duration":1}},{"uid":"60cc9065ac9c51a3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/60cc9065ac9c51a3","status":"passed","time":{"start":1724888354181,"stop":1724888354181,"duration":0}},{"uid":"a97b55da9c4d6e6c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a97b55da9c4d6e6c","status":"passed","time":{"start":1724887145711,"stop":1724887145716,"duration":5}},{"uid":"ef13eabd316ea133","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ef13eabd316ea133","status":"passed","time":{"start":1724886915796,"stop":1724886915796,"duration":0}},{"uid":"40d2856a96342ab3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/40d2856a96342ab3","status":"passed","time":{"start":1724862341462,"stop":1724862341462,"duration":0}},{"uid":"cc43a246d276ca48","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cc43a246d276ca48","status":"passed","time":{"start":1724861805464,"stop":1724861805465,"duration":1}},{"uid":"cb9a067863c2868","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cb9a067863c2868","status":"passed","time":{"start":1724861662298,"stop":1724861662298,"duration":0}},{"uid":"13bca13642fc702c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/13bca13642fc702c","status":"passed","time":{"start":1724861492525,"stop":1724861492525,"duration":0}}]},"faeaa63b59e5383bb298c13badf3477c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e94ea2bd984dd91b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e94ea2bd984dd91b","status":"passed","time":{"start":1724921529572,"stop":1724921529573,"duration":1}},{"uid":"5fb7d8671ca7eddb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5fb7d8671ca7eddb","status":"passed","time":{"start":1724921488874,"stop":1724921488874,"duration":0}},{"uid":"c7cb9dc48f394d29","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c7cb9dc48f394d29","status":"passed","time":{"start":1724918203670,"stop":1724918203670,"duration":0}},{"uid":"d29ee2336eb9b321","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d29ee2336eb9b321","status":"passed","time":{"start":1724889938353,"stop":1724889938353,"duration":0}},{"uid":"717c29d6217f05e3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/717c29d6217f05e3","status":"passed","time":{"start":1724889077033,"stop":1724889077048,"duration":15}},{"uid":"637ffa9f81217c0a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/637ffa9f81217c0a","status":"passed","time":{"start":1724888268008,"stop":1724888268008,"duration":0}},{"uid":"d5a6a8eded730b42","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d5a6a8eded730b42","status":"passed","time":{"start":1724887032390,"stop":1724887032391,"duration":1}},{"uid":"bb81c1f0efc6a97f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bb81c1f0efc6a97f","status":"passed","time":{"start":1724886822786,"stop":1724886822787,"duration":1}},{"uid":"217d688e26826416","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/217d688e26826416","status":"passed","time":{"start":1724862233504,"stop":1724862233504,"duration":0}},{"uid":"7c0922d018436bef","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7c0922d018436bef","status":"passed","time":{"start":1724861712665,"stop":1724861712665,"duration":0}},{"uid":"9b6dabe289d7ac30","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9b6dabe289d7ac30","status":"passed","time":{"start":1724861567883,"stop":1724861567883,"duration":0}},{"uid":"c6822ada69d40f97","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c6822ada69d40f97","status":"passed","time":{"start":1724861392039,"stop":1724861392040,"duration":1}}]},"928ac6883c801a6b50de07b547067762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e875276a4d423883","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e875276a4d423883","status":"passed","time":{"start":1724921529587,"stop":1724921529587,"duration":0}},{"uid":"3a398850cd8830d6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3a398850cd8830d6","status":"passed","time":{"start":1724921488881,"stop":1724921488881,"duration":0}},{"uid":"d8c725869de18a08","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d8c725869de18a08","status":"passed","time":{"start":1724918203688,"stop":1724918203688,"duration":0}},{"uid":"2c2aff374dc03653","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c2aff374dc03653","status":"passed","time":{"start":1724889938364,"stop":1724889938364,"duration":0}},{"uid":"674963f612383fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/674963f612383fa","status":"passed","time":{"start":1724889077067,"stop":1724889077068,"duration":1}},{"uid":"a00c7800c002abf8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a00c7800c002abf8","status":"passed","time":{"start":1724888268036,"stop":1724888268037,"duration":1}},{"uid":"ad4e05d680eae821","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ad4e05d680eae821","status":"passed","time":{"start":1724887032409,"stop":1724887032409,"duration":0}},{"uid":"3c40da4ba244ea85","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3c40da4ba244ea85","status":"passed","time":{"start":1724886822822,"stop":1724886822822,"duration":0}},{"uid":"119c68876ee43724","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/119c68876ee43724","status":"passed","time":{"start":1724862233512,"stop":1724862233513,"duration":1}},{"uid":"5f5fcbe1e3677","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5f5fcbe1e3677","status":"passed","time":{"start":1724861712672,"stop":1724861712672,"duration":0}},{"uid":"881600b5a9d45e3e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/881600b5a9d45e3e","status":"passed","time":{"start":1724861567891,"stop":1724861567891,"duration":0}},{"uid":"5eb405fcccc288e2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5eb405fcccc288e2","status":"passed","time":{"start":1724861392056,"stop":1724861392056,"duration":0}}]},"792a18da5b7244104aa2077efbcd6319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a8e92c60d9573786","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a8e92c60d9573786","status":"passed","time":{"start":1724921658746,"stop":1724921658747,"duration":1}},{"uid":"74dd5f10185525e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/74dd5f10185525e","status":"passed","time":{"start":1724921609581,"stop":1724921609581,"duration":0}},{"uid":"b5ba1f9665f9f02e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b5ba1f9665f9f02e","status":"passed","time":{"start":1724918323461,"stop":1724918323461,"duration":0}},{"uid":"464bb883e62e7c4c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/464bb883e62e7c4c","status":"passed","time":{"start":1724890071666,"stop":1724890071667,"duration":1}},{"uid":"db0b642b07f228c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/db0b642b07f228c9","status":"passed","time":{"start":1724889207707,"stop":1724889207707,"duration":0}},{"uid":"c5fe116a86a13b4c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c5fe116a86a13b4c","status":"passed","time":{"start":1724888386327,"stop":1724888386327,"duration":0}},{"uid":"845f36fa13f34e6d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/845f36fa13f34e6d","status":"passed","time":{"start":1724887153935,"stop":1724887153936,"duration":1}},{"uid":"5b493f4667dae97f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5b493f4667dae97f","status":"passed","time":{"start":1724886927392,"stop":1724886927393,"duration":1}},{"uid":"522b86ff1271c2bb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/522b86ff1271c2bb","status":"passed","time":{"start":1724862360110,"stop":1724862360111,"duration":1}},{"uid":"5144ad3c09508850","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5144ad3c09508850","status":"passed","time":{"start":1724861832843,"stop":1724861832844,"duration":1}},{"uid":"459fa02a98dd125d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/459fa02a98dd125d","status":"passed","time":{"start":1724861687429,"stop":1724861687429,"duration":0}},{"uid":"c98e026c27b533ca","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c98e026c27b533ca","status":"passed","time":{"start":1724861513179,"stop":1724861513179,"duration":0}}]},"0d2c96cd91d2559b09e4fe079e254698:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1eedaacfc4e88485","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1eedaacfc4e88485","status":"passed","time":{"start":1724862320147,"stop":1724862320147,"duration":0}}]},"18f96b7e027ad84bb585d47dc2910c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7e664bd326bad1d5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7e664bd326bad1d5","status":"passed","time":{"start":1724921529570,"stop":1724921529570,"duration":0}},{"uid":"4f9a8a7eb56f4e4f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4f9a8a7eb56f4e4f","status":"passed","time":{"start":1724921488871,"stop":1724921488872,"duration":1}},{"uid":"df4588db81937804","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/df4588db81937804","status":"passed","time":{"start":1724918203667,"stop":1724918203667,"duration":0}},{"uid":"eb7caf65173c2756","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eb7caf65173c2756","status":"passed","time":{"start":1724889938351,"stop":1724889938351,"duration":0}},{"uid":"c3258787e9cc3c5d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c3258787e9cc3c5d","status":"passed","time":{"start":1724889077030,"stop":1724889077031,"duration":1}},{"uid":"5903b1a465adf0a8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5903b1a465adf0a8","status":"passed","time":{"start":1724888268003,"stop":1724888268003,"duration":0}},{"uid":"c1740bf502557e73","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c1740bf502557e73","status":"passed","time":{"start":1724887032387,"stop":1724887032388,"duration":1}},{"uid":"70d896bfa4f1463f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/70d896bfa4f1463f","status":"passed","time":{"start":1724886822784,"stop":1724886822784,"duration":0}},{"uid":"64e563f82f0731e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64e563f82f0731e5","status":"passed","time":{"start":1724862233502,"stop":1724862233502,"duration":0}},{"uid":"c2e1f17065590cca","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c2e1f17065590cca","status":"passed","time":{"start":1724861712662,"stop":1724861712662,"duration":0}},{"uid":"68fa4b14850afe99","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/68fa4b14850afe99","status":"passed","time":{"start":1724861567876,"stop":1724861567877,"duration":1}},{"uid":"a3c6481744dacf4a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a3c6481744dacf4a","status":"passed","time":{"start":1724861392037,"stop":1724861392037,"duration":0}}]},"e75b0917704eac9613c503bbc5db3e6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4c006ef5ce823ca3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4c006ef5ce823ca3","status":"passed","time":{"start":1724921529590,"stop":1724921529590,"duration":0}},{"uid":"35af8d900b491ff8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/35af8d900b491ff8","status":"passed","time":{"start":1724921488884,"stop":1724921488884,"duration":0}},{"uid":"9b2371a554d25fef","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9b2371a554d25fef","status":"passed","time":{"start":1724918203690,"stop":1724918203692,"duration":2}},{"uid":"35269a9450f5c6f6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/35269a9450f5c6f6","status":"passed","time":{"start":1724889938366,"stop":1724889938366,"duration":0}},{"uid":"3402cf814efc835f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3402cf814efc835f","status":"passed","time":{"start":1724889077070,"stop":1724889077070,"duration":0}},{"uid":"9b2f0a698836e36b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9b2f0a698836e36b","status":"passed","time":{"start":1724888268040,"stop":1724888268040,"duration":0}},{"uid":"4b823050de150d56","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4b823050de150d56","status":"passed","time":{"start":1724887032413,"stop":1724887032413,"duration":0}},{"uid":"153d58ef0273c36b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/153d58ef0273c36b","status":"passed","time":{"start":1724886822826,"stop":1724886822826,"duration":0}},{"uid":"9f553a22dbea5fa5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f553a22dbea5fa5","status":"passed","time":{"start":1724862233516,"stop":1724862233516,"duration":0}},{"uid":"3707fb5547025c0f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3707fb5547025c0f","status":"passed","time":{"start":1724861712674,"stop":1724861712674,"duration":0}},{"uid":"a63d961ae5a7bc02","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a63d961ae5a7bc02","status":"passed","time":{"start":1724861567901,"stop":1724861567901,"duration":0}},{"uid":"f1b56313035ec534","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f1b56313035ec534","status":"passed","time":{"start":1724861392060,"stop":1724861392061,"duration":1}}]},"d8e8c43e51798790393da731d5f5a27c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8ddff250145b23b5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8ddff250145b23b5","status":"passed","time":{"start":1724921723785,"stop":1724921723785,"duration":0}},{"uid":"a53dbb05a31570dd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a53dbb05a31570dd","status":"passed","time":{"start":1724921678670,"stop":1724921678671,"duration":1}},{"uid":"a524efcadf2210","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a524efcadf2210","status":"passed","time":{"start":1724918386965,"stop":1724918386966,"duration":1}},{"uid":"ba90fd423967694b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ba90fd423967694b","status":"passed","time":{"start":1724890140902,"stop":1724890140903,"duration":1}},{"uid":"3b9968123cbf40a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3b9968123cbf40a6","status":"passed","time":{"start":1724889274453,"stop":1724889274453,"duration":0}},{"uid":"fac7648439379570","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fac7648439379570","status":"passed","time":{"start":1724888449349,"stop":1724888449349,"duration":0}},{"uid":"b02596af10dfbde1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b02596af10dfbde1","status":"passed","time":{"start":1724887217802,"stop":1724887217802,"duration":0}},{"uid":"4012608cca238eb1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4012608cca238eb1","status":"passed","time":{"start":1724887001923,"stop":1724887001923,"duration":0}},{"uid":"d09ba80c1298f29e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d09ba80c1298f29e","status":"passed","time":{"start":1724862417857,"stop":1724862417857,"duration":0}},{"uid":"6e60be8c37de28ff","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6e60be8c37de28ff","status":"passed","time":{"start":1724861895534,"stop":1724861895535,"duration":1}},{"uid":"77c7a9b40e512b60","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/77c7a9b40e512b60","status":"passed","time":{"start":1724861753063,"stop":1724861753063,"duration":0}},{"uid":"358eeb19306d7a57","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/358eeb19306d7a57","status":"passed","time":{"start":1724861587588,"stop":1724861587588,"duration":0}}]},"2e7dbb90ed95ca30254703870c34eff1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d3ec2d19e3c114a4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d3ec2d19e3c114a4","status":"passed","time":{"start":1724861485081,"stop":1724861485081,"duration":0}}]},"0eadfc305b0d01004be0be8bba17e953:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e67d64c4c2c9220b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e67d64c4c2c9220b","status":"passed","time":{"start":1724921037618,"stop":1724921037618,"duration":0}},{"uid":"820f979e89436558","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/820f979e89436558","status":"passed","time":{"start":1724921013031,"stop":1724921013031,"duration":0}},{"uid":"842e8e5fcbab753c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/842e8e5fcbab753c","status":"passed","time":{"start":1724917673275,"stop":1724917673275,"duration":0}},{"uid":"6240aae9ae44d5bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6240aae9ae44d5bc","status":"passed","time":{"start":1724889452293,"stop":1724889452293,"duration":0}},{"uid":"eac5ba0edfcb8085","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eac5ba0edfcb8085","status":"passed","time":{"start":1724888602822,"stop":1724888602823,"duration":1}},{"uid":"d2a69efdfe518a45","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d2a69efdfe518a45","status":"passed","time":{"start":1724887759147,"stop":1724887759148,"duration":1}},{"uid":"80472ec098ca2c27","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/80472ec098ca2c27","status":"passed","time":{"start":1724886525535,"stop":1724886525535,"duration":0}},{"uid":"d8e87da77f85f1e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d8e87da77f85f1e","status":"passed","time":{"start":1724886303379,"stop":1724886303379,"duration":0}},{"uid":"d7c5b852743f406d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d7c5b852743f406d","status":"passed","time":{"start":1724861752209,"stop":1724861752210,"duration":1}},{"uid":"980998c5c80e0f76","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/980998c5c80e0f76","status":"passed","time":{"start":1724861223339,"stop":1724861223340,"duration":1}},{"uid":"6c56b4a1f0b6ba76","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6c56b4a1f0b6ba76","status":"passed","time":{"start":1724861045185,"stop":1724861045185,"duration":0}},{"uid":"71e436bcb16217c1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/71e436bcb16217c1","status":"passed","time":{"start":1724860907067,"stop":1724860907067,"duration":0}}]},"37b7dcd12a520366e93456fccd1f5571:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e45e391caa97f7e1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e45e391caa97f7e1","status":"passed","time":{"start":1724921148662,"stop":1724921148662,"duration":0}},{"uid":"6f2d42429404aa6e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6f2d42429404aa6e","status":"passed","time":{"start":1724921125022,"stop":1724921125023,"duration":1}},{"uid":"ab478ec588e60bb9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ab478ec588e60bb9","status":"passed","time":{"start":1724917782909,"stop":1724917782909,"duration":0}},{"uid":"90cd6a2e557daefd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/90cd6a2e557daefd","status":"passed","time":{"start":1724889568677,"stop":1724889568678,"duration":1}},{"uid":"f2b9b070a4a14f07","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2b9b070a4a14f07","status":"passed","time":{"start":1724888712708,"stop":1724888712708,"duration":0}},{"uid":"d902b38a4068aa85","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d902b38a4068aa85","status":"passed","time":{"start":1724887870878,"stop":1724887870879,"duration":1}},{"uid":"f911828abdb002a4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f911828abdb002a4","status":"passed","time":{"start":1724886637705,"stop":1724886637706,"duration":1}},{"uid":"2c17e63deae79722","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2c17e63deae79722","status":"passed","time":{"start":1724886418625,"stop":1724886418625,"duration":0}},{"uid":"115f398deaae5d19","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/115f398deaae5d19","status":"passed","time":{"start":1724861865558,"stop":1724861865558,"duration":0}},{"uid":"34b5c3a4ac382c2c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/34b5c3a4ac382c2c","status":"passed","time":{"start":1724861334264,"stop":1724861334264,"duration":0}},{"uid":"3cb5309e14bdfd6d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3cb5309e14bdfd6d","status":"passed","time":{"start":1724861163782,"stop":1724861163783,"duration":1}},{"uid":"d42568eee17c288a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d42568eee17c288a","status":"passed","time":{"start":1724861021891,"stop":1724861021892,"duration":1}}]},"76f8c08f9161e50b6ddd48b9fcf217d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"78d4a66fb2e69211","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/78d4a66fb2e69211","status":"passed","time":{"start":1724921564778,"stop":1724921564779,"duration":1}}]},"a1ef4500ed4bee314feb5fac5b2983ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b72e034a574ff9e2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b72e034a574ff9e2","status":"passed","time":{"start":1724921037633,"stop":1724921037633,"duration":0}},{"uid":"a733b90ccb831c89","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a733b90ccb831c89","status":"passed","time":{"start":1724921013045,"stop":1724921013045,"duration":0}},{"uid":"554d20c27be569ab","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/554d20c27be569ab","status":"passed","time":{"start":1724917673289,"stop":1724917673289,"duration":0}},{"uid":"9f3e7963afc97213","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f3e7963afc97213","status":"passed","time":{"start":1724889452307,"stop":1724889452308,"duration":1}},{"uid":"2d279da3832e2c84","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d279da3832e2c84","status":"passed","time":{"start":1724888602838,"stop":1724888602838,"duration":0}},{"uid":"cc9cfcd05ea93b04","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc9cfcd05ea93b04","status":"passed","time":{"start":1724887759162,"stop":1724887759162,"duration":0}},{"uid":"260db71255ca9c4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/260db71255ca9c4","status":"passed","time":{"start":1724886525542,"stop":1724886525542,"duration":0}},{"uid":"74add2f1ec079eee","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/74add2f1ec079eee","status":"passed","time":{"start":1724886303394,"stop":1724886303394,"duration":0}},{"uid":"bcff5fae4c20bbc5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bcff5fae4c20bbc5","status":"passed","time":{"start":1724861752225,"stop":1724861752225,"duration":0}},{"uid":"5923ebb18ae3f196","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5923ebb18ae3f196","status":"passed","time":{"start":1724861223353,"stop":1724861223353,"duration":0}},{"uid":"ccece159b43103a6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ccece159b43103a6","status":"passed","time":{"start":1724861045200,"stop":1724861045200,"duration":0}},{"uid":"3241f8fe4e416037","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3241f8fe4e416037","status":"passed","time":{"start":1724860907082,"stop":1724860907083,"duration":1}}]},"8b8064c46876f1a7c8000e24273c7c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"55e06d85242c51f7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/55e06d85242c51f7","status":"passed","time":{"start":1724921270361,"stop":1724921270361,"duration":0}},{"uid":"f0adc64bbf81be18","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f0adc64bbf81be18","status":"passed","time":{"start":1724921247823,"stop":1724921247825,"duration":2}},{"uid":"7bfb29241b576f2e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7bfb29241b576f2e","status":"passed","time":{"start":1724917989822,"stop":1724917989822,"duration":0}},{"uid":"973447d1a9ddc4c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/973447d1a9ddc4c0","status":"passed","time":{"start":1724889678567,"stop":1724889678567,"duration":0}},{"uid":"edbbab94c300daad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/edbbab94c300daad","status":"passed","time":{"start":1724888829846,"stop":1724888829846,"duration":0}},{"uid":"509f01f7b3587eec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/509f01f7b3587eec","status":"passed","time":{"start":1724888077013,"stop":1724888077014,"duration":1}},{"uid":"b7f40e21e1141776","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b7f40e21e1141776","status":"passed","time":{"start":1724886851129,"stop":1724886851129,"duration":0}},{"uid":"73df3c3001c2674","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/73df3c3001c2674","status":"passed","time":{"start":1724886647119,"stop":1724886647119,"duration":0}},{"uid":"59fb54475fbf7278","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/59fb54475fbf7278","status":"passed","time":{"start":1724861992715,"stop":1724861992715,"duration":0}},{"uid":"2d0d83ba56bf6d1f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2d0d83ba56bf6d1f","status":"passed","time":{"start":1724861469647,"stop":1724861469647,"duration":0}},{"uid":"fee7f066a8368b16","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fee7f066a8368b16","status":"passed","time":{"start":1724861284863,"stop":1724861284863,"duration":0}},{"uid":"d58dccad5d76cd90","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d58dccad5d76cd90","status":"passed","time":{"start":1724861145812,"stop":1724861145812,"duration":0}}]},"9e2257698afb1c47cace3bba83e404c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"56815665d180036f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/56815665d180036f","status":"passed","time":{"start":1724889111171,"stop":1724889111171,"duration":0}}]},"0de593c58a7f0697f715a0074d110272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f5c46b5bb7e41cab","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f5c46b5bb7e41cab","status":"passed","time":{"start":1724921158280,"stop":1724921158281,"duration":1}},{"uid":"d08ca97c3ebaa1e7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d08ca97c3ebaa1e7","status":"passed","time":{"start":1724921130078,"stop":1724921130078,"duration":0}},{"uid":"c456dd27ec4e905f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c456dd27ec4e905f","status":"passed","time":{"start":1724917796895,"stop":1724917796896,"duration":1}},{"uid":"1d803c835dbabe2a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1d803c835dbabe2a","status":"passed","time":{"start":1724889579999,"stop":1724889579999,"duration":0}},{"uid":"f7953852bcf6e7a2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7953852bcf6e7a2","status":"passed","time":{"start":1724888730129,"stop":1724888730130,"duration":1}},{"uid":"87ef9ffce4160a80","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/87ef9ffce4160a80","status":"passed","time":{"start":1724887883927,"stop":1724887883928,"duration":1}},{"uid":"114db736910be16e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/114db736910be16e","status":"passed","time":{"start":1724886651246,"stop":1724886651246,"duration":0}},{"uid":"df20bd8a13b7253d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/df20bd8a13b7253d","status":"passed","time":{"start":1724886430269,"stop":1724886430269,"duration":0}},{"uid":"e50d07421555fed0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e50d07421555fed0","status":"passed","time":{"start":1724861879168,"stop":1724861879169,"duration":1}},{"uid":"8013508407d35dc2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8013508407d35dc2","status":"passed","time":{"start":1724861345739,"stop":1724861345740,"duration":1}},{"uid":"59ddaec8f81bdbc7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/59ddaec8f81bdbc7","status":"passed","time":{"start":1724861186695,"stop":1724861186695,"duration":0}},{"uid":"a7968d624001336","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a7968d624001336","status":"passed","time":{"start":1724861034887,"stop":1724861034887,"duration":0}}]},"570ceb8566d1a7b3b2fe8038ae102e0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21f9c287ce333426","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/21f9c287ce333426","status":"passed","time":{"start":1724861485084,"stop":1724861485084,"duration":0}}]},"2dd192c3e343c082e6c17a008c55b0d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0aae6d6f2923773","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f0aae6d6f2923773","status":"passed","time":{"start":1724921577168,"stop":1724921577168,"duration":0}}]},"2908801e13e4c855d340bd586309f1c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eff8abe827447dca","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eff8abe827447dca","status":"passed","time":{"start":1724917916056,"stop":1724917916057,"duration":1}}]},"e09f2afe699c91bf48c4699ce10f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4279ca959ca6444f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4279ca959ca6444f","status":"passed","time":{"start":1724921300828,"stop":1724921300829,"duration":1}},{"uid":"476c742a4b6fb8d0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/476c742a4b6fb8d0","status":"passed","time":{"start":1724921280721,"stop":1724921280726,"duration":5}},{"uid":"7bd960f2c4e4a712","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7bd960f2c4e4a712","status":"passed","time":{"start":1724917963265,"stop":1724917963265,"duration":0}},{"uid":"df28de11b23556fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/df28de11b23556fd","status":"passed","time":{"start":1724889734122,"stop":1724889734123,"duration":1}},{"uid":"33e6df1bdff0ab04","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33e6df1bdff0ab04","status":"passed","time":{"start":1724888859623,"stop":1724888859624,"duration":1}},{"uid":"83dc56e4aa78b602","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/83dc56e4aa78b602","status":"passed","time":{"start":1724888053955,"stop":1724888053956,"duration":1}},{"uid":"23154ed9ef9da783","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/23154ed9ef9da783","status":"passed","time":{"start":1724886820682,"stop":1724886820682,"duration":0}},{"uid":"26a2e0798d35c40b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/26a2e0798d35c40b","status":"passed","time":{"start":1724886589273,"stop":1724886589273,"duration":0}},{"uid":"a6f58aab48edcdf8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a6f58aab48edcdf8","status":"passed","time":{"start":1724862027808,"stop":1724862027808,"duration":0}},{"uid":"4d636805dbd58059","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4d636805dbd58059","status":"passed","time":{"start":1724861484563,"stop":1724861484563,"duration":0}},{"uid":"3eed9607a1c90852","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3eed9607a1c90852","status":"passed","time":{"start":1724861315160,"stop":1724861315160,"duration":0}},{"uid":"d88f8edeb8636033","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d88f8edeb8636033","status":"passed","time":{"start":1724861168766,"stop":1724861168767,"duration":1}}]},"6a7709a60abb7f8ba7d8c37e3ff30601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a5f0add691e6b265","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5f0add691e6b265","status":"passed","time":{"start":1724888831686,"stop":1724888831686,"duration":0}}]},"b4928d4a9c299c8360ac299d9f700466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"59cd3b5059e8dd2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/59cd3b5059e8dd2","status":"passed","time":{"start":1724921625050,"stop":1724921625062,"duration":12}},{"uid":"d19f914d4360c54d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d19f914d4360c54d","status":"passed","time":{"start":1724921590494,"stop":1724921590495,"duration":1}},{"uid":"3c4fbd495f148d6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3c4fbd495f148d6","status":"passed","time":{"start":1724918287564,"stop":1724918287564,"duration":0}},{"uid":"6d6d03c91bb73eff","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d6d03c91bb73eff","status":"passed","time":{"start":1724890047787,"stop":1724890047787,"duration":0}},{"uid":"32653d61f990c841","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/32653d61f990c841","status":"passed","time":{"start":1724889183919,"stop":1724889183920,"duration":1}},{"uid":"1a37b27bf13e5b96","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1a37b27bf13e5b96","status":"passed","time":{"start":1724888354165,"stop":1724888354165,"duration":0}},{"uid":"d63a9809fe67730d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d63a9809fe67730d","status":"passed","time":{"start":1724887145657,"stop":1724887145658,"duration":1}},{"uid":"4671739d231286d4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4671739d231286d4","status":"passed","time":{"start":1724886915786,"stop":1724886915786,"duration":0}},{"uid":"b2523e4e6756e64a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b2523e4e6756e64a","status":"passed","time":{"start":1724862341436,"stop":1724862341437,"duration":1}},{"uid":"bbea169737c97962","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bbea169737c97962","status":"passed","time":{"start":1724861805441,"stop":1724861805442,"duration":1}},{"uid":"dce90ca57666304","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dce90ca57666304","status":"passed","time":{"start":1724861662255,"stop":1724861662256,"duration":1}},{"uid":"670849fe09cb077f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/670849fe09cb077f","status":"passed","time":{"start":1724861492509,"stop":1724861492510,"duration":1}}]},"f4c8e5196061be0338c5fe393aeb5daf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"671a52c5b98652dc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/671a52c5b98652dc","status":"passed","time":{"start":1724921497762,"stop":1724921497762,"duration":0}},{"uid":"b1e0f2f023ff34b0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b1e0f2f023ff34b0","status":"passed","time":{"start":1724921408423,"stop":1724921408428,"duration":5}},{"uid":"b5812a17f9734824","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b5812a17f9734824","status":"passed","time":{"start":1724918086873,"stop":1724918086873,"duration":0}},{"uid":"d3d5de04302d5696","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3d5de04302d5696","status":"passed","time":{"start":1724889892450,"stop":1724889892450,"duration":0}},{"uid":"37e74486c7313cf8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37e74486c7313cf8","status":"passed","time":{"start":1724888997219,"stop":1724888997220,"duration":1}},{"uid":"8744621b6730e923","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8744621b6730e923","status":"passed","time":{"start":1724888159512,"stop":1724888159513,"duration":1}},{"uid":"c6dc9c9f33fc2408","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c6dc9c9f33fc2408","status":"passed","time":{"start":1724886937313,"stop":1724886937313,"duration":0}},{"uid":"48aee94b3c04d325","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/48aee94b3c04d325","status":"passed","time":{"start":1724886709812,"stop":1724886709813,"duration":1}},{"uid":"f86d0c3e9d39b553","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f86d0c3e9d39b553","status":"passed","time":{"start":1724862123540,"stop":1724862123540,"duration":0}},{"uid":"1d727def9f2586ea","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1d727def9f2586ea","status":"passed","time":{"start":1724861620109,"stop":1724861620109,"duration":0}},{"uid":"e9a51ebe14ffb58f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e9a51ebe14ffb58f","status":"passed","time":{"start":1724861460255,"stop":1724861460256,"duration":1}},{"uid":"db9f6e31e39b0bbb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/db9f6e31e39b0bbb","status":"passed","time":{"start":1724861330175,"stop":1724861330175,"duration":0}}]},"69d3925828f48370dc0e0589473df895:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ea95913aeee62d11","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ea95913aeee62d11","status":"passed","time":{"start":1724921040180,"stop":1724921040180,"duration":0}},{"uid":"c15996f72fad71f1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c15996f72fad71f1","status":"passed","time":{"start":1724921015573,"stop":1724921015573,"duration":0}},{"uid":"fbffa5cd4490ec21","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fbffa5cd4490ec21","status":"passed","time":{"start":1724917675799,"stop":1724917675799,"duration":0}},{"uid":"49c5a05f96856830","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/49c5a05f96856830","status":"passed","time":{"start":1724889454807,"stop":1724889454807,"duration":0}},{"uid":"c8de0233d9607b31","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c8de0233d9607b31","status":"passed","time":{"start":1724888605322,"stop":1724888605323,"duration":1}},{"uid":"eff9a2d36f238d13","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eff9a2d36f238d13","status":"passed","time":{"start":1724887761647,"stop":1724887761648,"duration":1}},{"uid":"d25367ad9323f90b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d25367ad9323f90b","status":"passed","time":{"start":1724886527993,"stop":1724886527993,"duration":0}},{"uid":"74a1b5fe8e5a28fb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/74a1b5fe8e5a28fb","status":"passed","time":{"start":1724886305812,"stop":1724886305812,"duration":0}},{"uid":"4a2f4c9c1965e746","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a2f4c9c1965e746","status":"passed","time":{"start":1724861754709,"stop":1724861754709,"duration":0}},{"uid":"bf156dd0dda66345","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bf156dd0dda66345","status":"passed","time":{"start":1724861225782,"stop":1724861225782,"duration":0}},{"uid":"2937f1a79717615f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2937f1a79717615f","status":"passed","time":{"start":1724861047869,"stop":1724861047869,"duration":0}},{"uid":"f52ff6b40c99da38","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f52ff6b40c99da38","status":"passed","time":{"start":1724860909785,"stop":1724860909785,"duration":0}}]},"38636f95d7be29393e20abf420c9a43b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"30ca862286538063","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/30ca862286538063","status":"passed","time":{"start":1724921419681,"stop":1724921419681,"duration":0}},{"uid":"acc4079293d935e8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/acc4079293d935e8","status":"passed","time":{"start":1724921400501,"stop":1724921400502,"duration":1}},{"uid":"cd7d34587c79a9c7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cd7d34587c79a9c7","status":"passed","time":{"start":1724918124173,"stop":1724918124174,"duration":1}},{"uid":"9fce0c28f411815b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9fce0c28f411815b","status":"passed","time":{"start":1724889845311,"stop":1724889845312,"duration":1}},{"uid":"c3f92f8aa3a2ce8c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c3f92f8aa3a2ce8c","status":"passed","time":{"start":1724888978741,"stop":1724888978748,"duration":7}},{"uid":"de2b7cd99ef96c17","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/de2b7cd99ef96c17","status":"passed","time":{"start":1724888199757,"stop":1724888199757,"duration":0}},{"uid":"4a1d5fd6b5a00513","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a1d5fd6b5a00513","status":"passed","time":{"start":1724886961474,"stop":1724886961474,"duration":0}},{"uid":"334907de6eca50a6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/334907de6eca50a6","status":"passed","time":{"start":1724886743394,"stop":1724886743394,"duration":0}},{"uid":"a5aebd7055d2d16b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5aebd7055d2d16b","status":"passed","time":{"start":1724862150650,"stop":1724862150654,"duration":4}},{"uid":"cc61f60b2e2a483a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cc61f60b2e2a483a","status":"passed","time":{"start":1724861627580,"stop":1724861627580,"duration":0}},{"uid":"47cf7c13f09ca547","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/47cf7c13f09ca547","status":"passed","time":{"start":1724861501069,"stop":1724861501069,"duration":0}},{"uid":"8a76c2f994e26284","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8a76c2f994e26284","status":"passed","time":{"start":1724861297167,"stop":1724861297168,"duration":1}}]},"2b03909260558dc82c18e3456da995f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6491742b08b916b6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6491742b08b916b6","status":"passed","time":{"start":1724921300829,"stop":1724921300829,"duration":0}},{"uid":"aa29c1a297877468","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/aa29c1a297877468","status":"passed","time":{"start":1724921280726,"stop":1724921280726,"duration":0}},{"uid":"4a4800e9b9618677","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4a4800e9b9618677","status":"passed","time":{"start":1724917963265,"stop":1724917963265,"duration":0}},{"uid":"edce6b6f6b89971c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/edce6b6f6b89971c","status":"passed","time":{"start":1724889734123,"stop":1724889734123,"duration":0}},{"uid":"e3b5ff61065ba812","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e3b5ff61065ba812","status":"passed","time":{"start":1724888859624,"stop":1724888859624,"duration":0}},{"uid":"d10beaf6c94ae74a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d10beaf6c94ae74a","status":"passed","time":{"start":1724888053956,"stop":1724888053956,"duration":0}},{"uid":"3eb8967ffe3d5697","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3eb8967ffe3d5697","status":"passed","time":{"start":1724886820682,"stop":1724886820682,"duration":0}},{"uid":"3b0995ad9f77160e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3b0995ad9f77160e","status":"passed","time":{"start":1724886589274,"stop":1724886589275,"duration":1}},{"uid":"f0d43c8cea617afa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f0d43c8cea617afa","status":"passed","time":{"start":1724862027808,"stop":1724862027809,"duration":1}},{"uid":"9139f5251acb1d15","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9139f5251acb1d15","status":"passed","time":{"start":1724861484563,"stop":1724861484563,"duration":0}},{"uid":"8e0b2d4e3ddb0900","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8e0b2d4e3ddb0900","status":"passed","time":{"start":1724861315161,"stop":1724861315161,"duration":0}},{"uid":"850529753e18b562","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/850529753e18b562","status":"passed","time":{"start":1724861168767,"stop":1724861168769,"duration":2}}]},"04a6669f456572abd80ee6b2d4f00f0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"92e36bff546d9df8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/92e36bff546d9df8","status":"passed","time":{"start":1724921037641,"stop":1724921037641,"duration":0}},{"uid":"11f08082ca156234","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/11f08082ca156234","status":"passed","time":{"start":1724921013055,"stop":1724921013055,"duration":0}},{"uid":"62cc568ee6945e00","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/62cc568ee6945e00","status":"passed","time":{"start":1724917673297,"stop":1724917673297,"duration":0}},{"uid":"3c08602276473767","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c08602276473767","status":"passed","time":{"start":1724889452315,"stop":1724889452316,"duration":1}},{"uid":"c0b7ebdf4a892c59","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c0b7ebdf4a892c59","status":"passed","time":{"start":1724888602846,"stop":1724888602846,"duration":0}},{"uid":"9e8d7894b98a0726","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9e8d7894b98a0726","status":"passed","time":{"start":1724887759168,"stop":1724887759168,"duration":0}},{"uid":"7578d7c2b9ae3693","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7578d7c2b9ae3693","status":"passed","time":{"start":1724886525548,"stop":1724886525548,"duration":0}},{"uid":"278cb18b200e0dac","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/278cb18b200e0dac","status":"passed","time":{"start":1724886303402,"stop":1724886303402,"duration":0}},{"uid":"b04af3c30b0c9445","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b04af3c30b0c9445","status":"passed","time":{"start":1724861752234,"stop":1724861752234,"duration":0}},{"uid":"966123925ff26a7f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/966123925ff26a7f","status":"passed","time":{"start":1724861223359,"stop":1724861223360,"duration":1}},{"uid":"18ade63a9f22d6d5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/18ade63a9f22d6d5","status":"passed","time":{"start":1724861045207,"stop":1724861045208,"duration":1}},{"uid":"91834267dee980be","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/91834267dee980be","status":"passed","time":{"start":1724860907090,"stop":1724860907090,"duration":0}}]},"db68a026bc017f57bb0bfa54c1a12941:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"48707bc789e16e70","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/48707bc789e16e70","status":"passed","time":{"start":1724890032291,"stop":1724890032291,"duration":0}}]},"a6b9146ad5bd7c9cd3443a05053cad20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"19f0d8738cefa63e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/19f0d8738cefa63e","status":"passed","time":{"start":1724921073458,"stop":1724921073458,"duration":0}},{"uid":"cd7362067e499f21","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cd7362067e499f21","status":"passed","time":{"start":1724921048446,"stop":1724921048446,"duration":0}},{"uid":"618a98f8783959c4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/618a98f8783959c4","status":"passed","time":{"start":1724917708698,"stop":1724917708698,"duration":0}},{"uid":"45cfe18a0dc0d2c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/45cfe18a0dc0d2c0","status":"passed","time":{"start":1724889487514,"stop":1724889487515,"duration":1}},{"uid":"1db9bc0a4bb2be27","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1db9bc0a4bb2be27","status":"passed","time":{"start":1724888638221,"stop":1724888638222,"duration":1}},{"uid":"2ba0b4157ec5a1ce","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2ba0b4157ec5a1ce","status":"passed","time":{"start":1724887794482,"stop":1724887794482,"duration":0}},{"uid":"3eb5ad7560e0886","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3eb5ad7560e0886","status":"passed","time":{"start":1724886561405,"stop":1724886561405,"duration":0}},{"uid":"46816377603b01d5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/46816377603b01d5","status":"passed","time":{"start":1724886339061,"stop":1724886339061,"duration":0}},{"uid":"9b7dd4441d3a428d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9b7dd4441d3a428d","status":"passed","time":{"start":1724861788382,"stop":1724861788382,"duration":0}},{"uid":"d6994313de9ea781","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d6994313de9ea781","status":"passed","time":{"start":1724861258534,"stop":1724861258534,"duration":0}},{"uid":"af34aa4bcde49664","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/af34aa4bcde49664","status":"passed","time":{"start":1724861082794,"stop":1724861082795,"duration":1}},{"uid":"62cf11ffa78c5549","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/62cf11ffa78c5549","status":"passed","time":{"start":1724860943247,"stop":1724860943247,"duration":0}}]},"57e78506140423d3cbc2cb4ac48acf06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"7ba3f2593d964eca","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7ba3f2593d964eca","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921267899,"stop":1724921267899,"duration":0}},{"uid":"cf0496a4a1dc7f4b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cf0496a4a1dc7f4b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921244400,"stop":1724921244400,"duration":0}},{"uid":"641cac48bddd4e4f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/641cac48bddd4e4f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724917916064,"stop":1724917916065,"duration":1}},{"uid":"872f1757ff9edc5f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/872f1757ff9edc5f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889678262,"stop":1724889678262,"duration":0}},{"uid":"123d6cee76583d85","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/123d6cee76583d85","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888831692,"stop":1724888831692,"duration":0}},{"uid":"25419a0bc8a59054","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/25419a0bc8a59054","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888003326,"stop":1724888003327,"duration":1}},{"uid":"44f7e4d8976f9e21","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/44f7e4d8976f9e21","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886776616,"stop":1724886776616,"duration":0}},{"uid":"7628e6ebda00a11e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7628e6ebda00a11e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886555805,"stop":1724886555805,"duration":0}},{"uid":"c43f0cc309087a08","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c43f0cc309087a08","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861983017,"stop":1724861983017,"duration":0}},{"uid":"4e3cddc61cc805ad","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4e3cddc61cc805ad","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861444073,"stop":1724861444073,"duration":0}},{"uid":"ba531778fc437f27","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ba531778fc437f27","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861285842,"stop":1724861285842,"duration":0}},{"uid":"948db08a2507bda8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/948db08a2507bda8","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861145679,"stop":1724861145679,"duration":0}}]},"d85fbeae647ce4b3f21bbf10e628eac8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e1b5e0c8a84169a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e1b5e0c8a84169a","status":"passed","time":{"start":1724921619641,"stop":1724921619641,"duration":0}},{"uid":"e9caa66f31d7d91d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e9caa66f31d7d91d","status":"passed","time":{"start":1724921577173,"stop":1724921577173,"duration":0}},{"uid":"21dfe3f249005194","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/21dfe3f249005194","status":"passed","time":{"start":1724918298104,"stop":1724918298104,"duration":0}},{"uid":"145c9aa6d3d3adfc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/145c9aa6d3d3adfc","status":"passed","time":{"start":1724890039751,"stop":1724890039752,"duration":1}},{"uid":"cf2f44af40afadcd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf2f44af40afadcd","status":"passed","time":{"start":1724889169857,"stop":1724889169857,"duration":0}},{"uid":"f59977a7889dc3c4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f59977a7889dc3c4","status":"passed","time":{"start":1724888345357,"stop":1724888345358,"duration":1}},{"uid":"e66b16d1f7138c2a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e66b16d1f7138c2a","status":"passed","time":{"start":1724887127887,"stop":1724887127888,"duration":1}},{"uid":"c3425c9780db0ca4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c3425c9780db0ca4","status":"passed","time":{"start":1724886906387,"stop":1724886906387,"duration":0}},{"uid":"81724bc5b3b0566","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/81724bc5b3b0566","status":"passed","time":{"start":1724862320150,"stop":1724862320150,"duration":0}},{"uid":"1d431ff6520c58ae","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1d431ff6520c58ae","status":"passed","time":{"start":1724861800260,"stop":1724861800260,"duration":0}},{"uid":"6d9e1e4de38b4fe3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6d9e1e4de38b4fe3","status":"passed","time":{"start":1724861655178,"stop":1724861655179,"duration":1}},{"uid":"2226ce0f8ea7a699","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2226ce0f8ea7a699","status":"passed","time":{"start":1724861485086,"stop":1724861485086,"duration":0}}]},"8803618abd91e1a00a397a48139f5e5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bd9f185222541222","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bd9f185222541222","status":"passed","time":{"start":1724862298397,"stop":1724862298397,"duration":0}}]},"56fe013b3799e2d571a027f0cbff5e10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"842ac18cc4e9692c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/842ac18cc4e9692c","status":"passed","time":{"start":1724921515221,"stop":1724921515222,"duration":1}},{"uid":"a205391ee794bda6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a205391ee794bda6","status":"passed","time":{"start":1724921475440,"stop":1724921475441,"duration":1}},{"uid":"d723e44b628df591","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d723e44b628df591","status":"passed","time":{"start":1724918179382,"stop":1724918179382,"duration":0}},{"uid":"3950e324103f861a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3950e324103f861a","status":"passed","time":{"start":1724889935335,"stop":1724889935335,"duration":0}},{"uid":"d04467d642ac4d89","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d04467d642ac4d89","status":"passed","time":{"start":1724889072749,"stop":1724889072749,"duration":0}},{"uid":"5f4821f01e90b4a3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5f4821f01e90b4a3","status":"passed","time":{"start":1724888232410,"stop":1724888232410,"duration":0}},{"uid":"f406fa42f7385eaa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f406fa42f7385eaa","status":"passed","time":{"start":1724887018289,"stop":1724887018290,"duration":1}},{"uid":"63d00dc13b18c46d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/63d00dc13b18c46d","status":"passed","time":{"start":1724886781474,"stop":1724886781475,"duration":1}},{"uid":"b97d99d6b23ec62c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b97d99d6b23ec62c","status":"passed","time":{"start":1724862213658,"stop":1724862213658,"duration":0}},{"uid":"8c0812d817d96f5d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8c0812d817d96f5d","status":"passed","time":{"start":1724861685850,"stop":1724861685850,"duration":0}},{"uid":"3fc02b9a4823bf98","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3fc02b9a4823bf98","status":"passed","time":{"start":1724861546165,"stop":1724861546165,"duration":0}},{"uid":"c937f7d70de2383a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c937f7d70de2383a","status":"passed","time":{"start":1724861378106,"stop":1724861378106,"duration":0}}]},"90bf8de5398290864478db2e9bb187ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6ed87024427bc951","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6ed87024427bc951","status":"passed","time":{"start":1724921613052,"stop":1724921613053,"duration":1}}]},"11888732d20997ef27fd557f90325cbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"10e8adbd5b68725a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/10e8adbd5b68725a","status":"passed","time":{"start":1724921564775,"stop":1724921564775,"duration":0}},{"uid":"a41bb5265ee0ef13","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a41bb5265ee0ef13","status":"passed","time":{"start":1724921518786,"stop":1724921518790,"duration":4}},{"uid":"94bbce0b5068db9b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/94bbce0b5068db9b","status":"passed","time":{"start":1724918229398,"stop":1724918229398,"duration":0}},{"uid":"760705ce61d3ae4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/760705ce61d3ae4","status":"passed","time":{"start":1724889980700,"stop":1724889980700,"duration":0}},{"uid":"ac8ae397605649dc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ac8ae397605649dc","status":"passed","time":{"start":1724889111161,"stop":1724889111161,"duration":0}},{"uid":"236dc18d05f915cb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/236dc18d05f915cb","status":"passed","time":{"start":1724888292532,"stop":1724888292532,"duration":0}},{"uid":"1d9ff2d771b09633","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1d9ff2d771b09633","status":"passed","time":{"start":1724887068224,"stop":1724887068224,"duration":0}},{"uid":"66af49b285139f5a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/66af49b285139f5a","status":"passed","time":{"start":1724886848923,"stop":1724886848923,"duration":0}},{"uid":"cbfff86e0701e772","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cbfff86e0701e772","status":"passed","time":{"start":1724862262046,"stop":1724862262046,"duration":0}},{"uid":"434d9f4772482100","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/434d9f4772482100","status":"passed","time":{"start":1724861741891,"stop":1724861741892,"duration":1}},{"uid":"17c26f629b823d3b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/17c26f629b823d3b","status":"passed","time":{"start":1724861599486,"stop":1724861599487,"duration":1}},{"uid":"5c99a21e836a7085","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5c99a21e836a7085","status":"passed","time":{"start":1724861428473,"stop":1724861428474,"duration":1}}]},"d7167a801bc7d3b78a31febc9f77ca90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"561afc3a299244ed","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/561afc3a299244ed","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921098921,"stop":1724921098921,"duration":0}},{"uid":"3cecbe7701317754","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3cecbe7701317754","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921073399,"stop":1724921073399,"duration":0}},{"uid":"5aa674b86b83adcf","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5aa674b86b83adcf","status":"skipped","statusDetails":"Test ignored","time":{"start":1724917744664,"stop":1724917744664,"duration":0}},{"uid":"ad5ed692cc65ff84","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ad5ed692cc65ff84","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889518045,"stop":1724889518045,"duration":0}},{"uid":"64659c5de08d695e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64659c5de08d695e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888665803,"stop":1724888665806,"duration":3}},{"uid":"999690096ff02477","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/999690096ff02477","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887821953,"stop":1724887821953,"duration":0}},{"uid":"b57e5f6a04872c43","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b57e5f6a04872c43","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886586927,"stop":1724886586927,"duration":0}},{"uid":"2d5a4d96d399d33f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2d5a4d96d399d33f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886375238,"stop":1724886375238,"duration":0}},{"uid":"75e68969ebf4fd34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/75e68969ebf4fd34","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861815218,"stop":1724861815218,"duration":0}},{"uid":"f6a9db6305cb4ffe","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f6a9db6305cb4ffe","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861291723,"stop":1724861291723,"duration":0}},{"uid":"ef56c3c90bcbc997","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ef56c3c90bcbc997","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861109880,"stop":1724861109880,"duration":0}},{"uid":"827f1734b1a5448b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/827f1734b1a5448b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724860972344,"stop":1724860972344,"duration":0}}]},"3566057e97925023d77dda87fd6a4acc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2756ff3695cd8f98","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2756ff3695cd8f98","status":"passed","time":{"start":1724921529580,"stop":1724921529581,"duration":1}},{"uid":"8b471c83a9e51580","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8b471c83a9e51580","status":"passed","time":{"start":1724921488877,"stop":1724921488878,"duration":1}},{"uid":"cc5b41eb89a6a492","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cc5b41eb89a6a492","status":"passed","time":{"start":1724918203683,"stop":1724918203684,"duration":1}},{"uid":"45570d613daf2084","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/45570d613daf2084","status":"passed","time":{"start":1724889938356,"stop":1724889938356,"duration":0}},{"uid":"ee1e197f2549c58c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ee1e197f2549c58c","status":"passed","time":{"start":1724889077064,"stop":1724889077064,"duration":0}},{"uid":"58744f0a2c4d2bfd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/58744f0a2c4d2bfd","status":"passed","time":{"start":1724888268031,"stop":1724888268031,"duration":0}},{"uid":"dc39b6638950147f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dc39b6638950147f","status":"passed","time":{"start":1724887032397,"stop":1724887032399,"duration":2}},{"uid":"bc513bc741e2ab60","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bc513bc741e2ab60","status":"passed","time":{"start":1724886822789,"stop":1724886822789,"duration":0}},{"uid":"5d29c3da063eb254","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5d29c3da063eb254","status":"passed","time":{"start":1724862233508,"stop":1724862233508,"duration":0}},{"uid":"7bdb2fd85f234705","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7bdb2fd85f234705","status":"passed","time":{"start":1724861712668,"stop":1724861712668,"duration":0}},{"uid":"9cf9523f1c519af","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9cf9523f1c519af","status":"passed","time":{"start":1724861567886,"stop":1724861567887,"duration":1}},{"uid":"4c2ea1f462270b05","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4c2ea1f462270b05","status":"passed","time":{"start":1724861392050,"stop":1724861392052,"duration":2}}]},"be14bb7f5e6ecd49399a16e2781e751b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":10,"unknown":0,"total":12},"items":[{"uid":"d36404b715e7ec43","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d36404b715e7ec43","status":"passed","time":{"start":1724921669870,"stop":1724921669870,"duration":0}},{"uid":"22caf786947e4c07","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/22caf786947e4c07","status":"passed","time":{"start":1724921630267,"stop":1724921630268,"duration":1}},{"uid":"8daec397385c211d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8daec397385c211d","status":"passed","time":{"start":1724918332987,"stop":1724918332988,"duration":1}},{"uid":"40374a9f586434b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/40374a9f586434b3","status":"passed","time":{"start":1724890089468,"stop":1724890089469,"duration":1}},{"uid":"f34df778cfdbff4e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f34df778cfdbff4e","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1724889224493,"stop":1724889224493,"duration":0}},{"uid":"26de152f1cdd4663","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/26de152f1cdd4663","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1724888406347,"stop":1724888406347,"duration":0}},{"uid":"9cc6f54b55b8a76e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9cc6f54b55b8a76e","status":"passed","time":{"start":1724887175024,"stop":1724887175024,"duration":0}},{"uid":"bd0f214940963960","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bd0f214940963960","status":"passed","time":{"start":1724886952407,"stop":1724886952408,"duration":1}},{"uid":"ad0e27f57d222de0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ad0e27f57d222de0","status":"passed","time":{"start":1724862378561,"stop":1724862378562,"duration":1}},{"uid":"3bd08a963bd37ae5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3bd08a963bd37ae5","status":"passed","time":{"start":1724861846750,"stop":1724861846750,"duration":0}},{"uid":"d6a3b221c69d5df3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d6a3b221c69d5df3","status":"passed","time":{"start":1724861702535,"stop":1724861702535,"duration":0}},{"uid":"69f331aff6307f13","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/69f331aff6307f13","status":"passed","time":{"start":1724861533459,"stop":1724861533459,"duration":0}}]},"2f643d4362b98703a131f1bb55e95a43:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"805b0714170814ef","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/805b0714170814ef","status":"passed","time":{"start":1724918259542,"stop":1724918259542,"duration":0}}]},"d53b1cd655c428d36d65e4a4d37b12a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"174b195a58afff82","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/174b195a58afff82","status":"passed","time":{"start":1724861685878,"stop":1724861685878,"duration":0}}]},"f1d59fdf5e652b27b3a6e4f969145019:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2a7f7c740768ee82","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2a7f7c740768ee82","status":"passed","time":{"start":1724862213681,"stop":1724862213682,"duration":1}}]},"b3db2177abad53cafc87450b366491d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":7,"unknown":0,"total":9},"items":[{"uid":"2c222685a542e0fc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2c222685a542e0fc","status":"passed","time":{"start":1724921326304,"stop":1724921326305,"duration":1}},{"uid":"dbfba11200617d1b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dbfba11200617d1b","status":"passed","time":{"start":1724921306216,"stop":1724921306216,"duration":0}},{"uid":"486f51f4a4952180","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/486f51f4a4952180","status":"broken","statusDetails":"expected 1 to equal 2","time":{"start":1724918076885,"stop":1724918076887,"duration":2}},{"uid":"a22db0d21cc9951c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a22db0d21cc9951c","status":"passed","time":{"start":1724889757051,"stop":1724889757051,"duration":0}},{"uid":"ee42e4f2aff547e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ee42e4f2aff547e8","status":"passed","time":{"start":1724888894404,"stop":1724888894405,"duration":1}},{"uid":"36292ee36fbc3251","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/36292ee36fbc3251","status":"passed","time":{"start":1724862057002,"stop":1724862057002,"duration":0}},{"uid":"ec05bcdc245abac3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ec05bcdc245abac3","status":"passed","time":{"start":1724861520271,"stop":1724861520271,"duration":0}},{"uid":"fc0bac0ac76b0563","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fc0bac0ac76b0563","status":"broken","statusDetails":"expected 1 to equal 2","time":{"start":1724861406464,"stop":1724861406465,"duration":1}},{"uid":"dd4225926fab8e16","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dd4225926fab8e16","status":"passed","time":{"start":1724861204438,"stop":1724861204438,"duration":0}}]},"e14263d17d0282eac83affb29183872b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"37cca60c8488191e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/37cca60c8488191e","status":"passed","time":{"start":1724921529587,"stop":1724921529588,"duration":1}},{"uid":"9c3cf14577190b83","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9c3cf14577190b83","status":"passed","time":{"start":1724921488881,"stop":1724921488882,"duration":1}},{"uid":"7549f7a191035373","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7549f7a191035373","status":"passed","time":{"start":1724918203688,"stop":1724918203688,"duration":0}},{"uid":"e8c5e519f86c10cf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e8c5e519f86c10cf","status":"passed","time":{"start":1724889938364,"stop":1724889938364,"duration":0}},{"uid":"e00417b7d9c6cb2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e00417b7d9c6cb2","status":"passed","time":{"start":1724889077068,"stop":1724889077068,"duration":0}},{"uid":"7f60d5a4a57d7668","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7f60d5a4a57d7668","status":"passed","time":{"start":1724888268037,"stop":1724888268038,"duration":1}},{"uid":"979dd0def9e9ed12","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/979dd0def9e9ed12","status":"passed","time":{"start":1724887032409,"stop":1724887032411,"duration":2}},{"uid":"eac207ba3ef42e05","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eac207ba3ef42e05","status":"passed","time":{"start":1724886822823,"stop":1724886822824,"duration":1}},{"uid":"d7ba206067dd531d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d7ba206067dd531d","status":"passed","time":{"start":1724862233513,"stop":1724862233514,"duration":1}},{"uid":"db94a7958ba9ff87","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/db94a7958ba9ff87","status":"passed","time":{"start":1724861712672,"stop":1724861712672,"duration":0}},{"uid":"fd6cd42551013f3f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fd6cd42551013f3f","status":"passed","time":{"start":1724861567891,"stop":1724861567891,"duration":0}},{"uid":"bf6c1a6ed505f901","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bf6c1a6ed505f901","status":"passed","time":{"start":1724861392056,"stop":1724861392056,"duration":0}}]},"8867a36b6814dcf3773dd2f9d842dc21:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"be8237409e1248ae","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/be8237409e1248ae","status":"passed","time":{"start":1724886848931,"stop":1724886848932,"duration":1}}]},"42c966bb49d4b83a249a3dcde40ad405:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"403ff8095b6f2c63","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/403ff8095b6f2c63","status":"passed","time":{"start":1724888345351,"stop":1724888345351,"duration":0}}]},"1dae17b6284a8b2ac968bb68b7634ee3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"296688d63cfd2b90","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/296688d63cfd2b90","status":"passed","time":{"start":1724921529588,"stop":1724921529588,"duration":0}},{"uid":"ee0a2e39a743c84f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ee0a2e39a743c84f","status":"passed","time":{"start":1724921488882,"stop":1724921488882,"duration":0}},{"uid":"b2818e3ed13aef7e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b2818e3ed13aef7e","status":"passed","time":{"start":1724918203689,"stop":1724918203689,"duration":0}},{"uid":"a28330c79e29280","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a28330c79e29280","status":"passed","time":{"start":1724889938365,"stop":1724889938365,"duration":0}},{"uid":"acc7a1d2655d00ab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/acc7a1d2655d00ab","status":"passed","time":{"start":1724889077068,"stop":1724889077069,"duration":1}},{"uid":"963d9584e7414d69","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/963d9584e7414d69","status":"passed","time":{"start":1724888268038,"stop":1724888268039,"duration":1}},{"uid":"fbf28a7c0cb45147","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fbf28a7c0cb45147","status":"passed","time":{"start":1724887032411,"stop":1724887032412,"duration":1}},{"uid":"6db5a7b5f85993a5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6db5a7b5f85993a5","status":"passed","time":{"start":1724886822824,"stop":1724886822825,"duration":1}},{"uid":"95e9a4a031c2235b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/95e9a4a031c2235b","status":"passed","time":{"start":1724862233514,"stop":1724862233515,"duration":1}},{"uid":"4b0f61023956d50c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4b0f61023956d50c","status":"passed","time":{"start":1724861712673,"stop":1724861712673,"duration":0}},{"uid":"7a31cb8365b71074","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7a31cb8365b71074","status":"passed","time":{"start":1724861567892,"stop":1724861567892,"duration":0}},{"uid":"636ea61cbbdb0f2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/636ea61cbbdb0f2","status":"passed","time":{"start":1724861392057,"stop":1724861392057,"duration":0}}]},"b10337f438fa35193172940cd0640f62:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6dd3b5473b7509cf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6dd3b5473b7509cf","status":"passed","time":{"start":1724921656079,"stop":1724921656079,"duration":0}},{"uid":"543205ec7f4ed5a4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/543205ec7f4ed5a4","status":"passed","time":{"start":1724921612560,"stop":1724921612561,"duration":1}},{"uid":"b6d7f702fa31dc91","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b6d7f702fa31dc91","status":"passed","time":{"start":1724918317375,"stop":1724918317375,"duration":0}},{"uid":"fbdfd518f4e8c7f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fbdfd518f4e8c7f9","status":"passed","time":{"start":1724890075097,"stop":1724890075097,"duration":0}},{"uid":"7ef12a3937a716df","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7ef12a3937a716df","status":"passed","time":{"start":1724889203356,"stop":1724889203357,"duration":1}},{"uid":"bdf21f7846fa34aa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bdf21f7846fa34aa","status":"passed","time":{"start":1724888382914,"stop":1724888382915,"duration":1}},{"uid":"c46ff33f10c8a2b1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c46ff33f10c8a2b1","status":"passed","time":{"start":1724887158108,"stop":1724887158108,"duration":0}},{"uid":"24c3978687644e3d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/24c3978687644e3d","status":"passed","time":{"start":1724886934376,"stop":1724886934376,"duration":0}},{"uid":"c13445d609cc34d7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c13445d609cc34d7","status":"passed","time":{"start":1724862354700,"stop":1724862354701,"duration":1}},{"uid":"37daed6dceace02d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/37daed6dceace02d","status":"passed","time":{"start":1724861830501,"stop":1724861830502,"duration":1}},{"uid":"89d18ef8e7551f3e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/89d18ef8e7551f3e","status":"passed","time":{"start":1724861685352,"stop":1724861685352,"duration":0}},{"uid":"e0a9a4cd7b107d7b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e0a9a4cd7b107d7b","status":"passed","time":{"start":1724861518175,"stop":1724861518175,"duration":0}}]},"fbc318b87ab843dcc10e05e626b17b0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3d529c610f151dcf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3d529c610f151dcf","status":"passed","time":{"start":1724921037619,"stop":1724921037620,"duration":1}},{"uid":"f8f1870710393dec","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f8f1870710393dec","status":"passed","time":{"start":1724921013032,"stop":1724921013032,"duration":0}},{"uid":"25757327aaa6638d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/25757327aaa6638d","status":"passed","time":{"start":1724917673276,"stop":1724917673276,"duration":0}},{"uid":"da07fb697b54abeb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/da07fb697b54abeb","status":"passed","time":{"start":1724889452294,"stop":1724889452294,"duration":0}},{"uid":"e371e327a6ecee62","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e371e327a6ecee62","status":"passed","time":{"start":1724888602823,"stop":1724888602824,"duration":1}},{"uid":"87c5173772cb7c04","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/87c5173772cb7c04","status":"passed","time":{"start":1724887759148,"stop":1724887759149,"duration":1}},{"uid":"56d671b99600b39a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/56d671b99600b39a","status":"passed","time":{"start":1724886525535,"stop":1724886525536,"duration":1}},{"uid":"606c61a61d7feac9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/606c61a61d7feac9","status":"passed","time":{"start":1724886303380,"stop":1724886303381,"duration":1}},{"uid":"7cbf438dd3b580d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7cbf438dd3b580d8","status":"passed","time":{"start":1724861752210,"stop":1724861752210,"duration":0}},{"uid":"1477d6ec5b9d0145","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1477d6ec5b9d0145","status":"passed","time":{"start":1724861223340,"stop":1724861223340,"duration":0}},{"uid":"9b15c7ebc30cd69b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9b15c7ebc30cd69b","status":"passed","time":{"start":1724861045185,"stop":1724861045186,"duration":1}},{"uid":"8dc08b18eff52c8a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8dc08b18eff52c8a","status":"passed","time":{"start":1724860907068,"stop":1724860907068,"duration":0}}]},"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"96c8d2ba87c9ac1f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/96c8d2ba87c9ac1f","status":"passed","time":{"start":1724921297008,"stop":1724921297008,"duration":0}},{"uid":"69e7a3c1b8a3c7be","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/69e7a3c1b8a3c7be","status":"passed","time":{"start":1724921276368,"stop":1724921276368,"duration":0}},{"uid":"eca5609a909b369a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eca5609a909b369a","status":"passed","time":{"start":1724917948324,"stop":1724917948325,"duration":1}},{"uid":"31319f58801e6e39","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31319f58801e6e39","status":"passed","time":{"start":1724889729008,"stop":1724889729009,"duration":1}},{"uid":"36231f61784b667e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/36231f61784b667e","status":"passed","time":{"start":1724888864954,"stop":1724888864954,"duration":0}},{"uid":"5844d84d2d28ad1a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5844d84d2d28ad1a","status":"passed","time":{"start":1724888053747,"stop":1724888053747,"duration":0}},{"uid":"8342e8362998bf96","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8342e8362998bf96","status":"passed","time":{"start":1724886811662,"stop":1724886811662,"duration":0}},{"uid":"2e2eb2cbbd665cfc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2e2eb2cbbd665cfc","status":"passed","time":{"start":1724886581003,"stop":1724886581005,"duration":2}},{"uid":"948ec4cb43220d77","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/948ec4cb43220d77","status":"passed","time":{"start":1724862019561,"stop":1724862019562,"duration":1}},{"uid":"6e083d040fa27ad1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6e083d040fa27ad1","status":"passed","time":{"start":1724861493937,"stop":1724861493937,"duration":0}},{"uid":"8534c28f7d901d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8534c28f7d901d","status":"passed","time":{"start":1724861318029,"stop":1724861318032,"duration":3}},{"uid":"f289725b42f3687b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f289725b42f3687b","status":"passed","time":{"start":1724861178516,"stop":1724861178516,"duration":0}}]},"f67f5a755a1617ca55c0d1291fa4cebf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"55fd32b5cb831d30","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/55fd32b5cb831d30","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515419,"stop":1724921515419,"duration":0}},{"uid":"fdf73dcbffc4ec7f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fdf73dcbffc4ec7f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475838,"stop":1724921475838,"duration":0}},{"uid":"c0166465e32fa788","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c0166465e32fa788","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179673,"stop":1724918179673,"duration":0}},{"uid":"5a3df6e96a126def","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5a3df6e96a126def","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935530,"stop":1724889935530,"duration":0}},{"uid":"f9ecd9a49459025a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9ecd9a49459025a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072944,"stop":1724889072944,"duration":0}},{"uid":"a44cfb2a793f5d8e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a44cfb2a793f5d8e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232586,"stop":1724888232587,"duration":1}},{"uid":"5f63acf2b3d0c79","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5f63acf2b3d0c79","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018518,"stop":1724887018518,"duration":0}},{"uid":"4f2a678c98cce83d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4f2a678c98cce83d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781723,"stop":1724886781723,"duration":0}},{"uid":"663f33e6a78cb4dc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/663f33e6a78cb4dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213904,"stop":1724862213904,"duration":0}},{"uid":"3bf95fb5ce634802","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3bf95fb5ce634802","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861686114,"stop":1724861686114,"duration":0}},{"uid":"cf10896c17b5bb7c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cf10896c17b5bb7c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546461,"stop":1724861546461,"duration":0}},{"uid":"1e9ee6afbd59d808","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1e9ee6afbd59d808","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378278,"stop":1724861378279,"duration":1}}]},"a53ee030c747605e1ab4c0eb36b58658:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4a4b6d7da7eed8f9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4a4b6d7da7eed8f9","status":"passed","time":{"start":1724921619627,"stop":1724921619627,"duration":0}},{"uid":"d3fdc6b50f1239ce","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d3fdc6b50f1239ce","status":"passed","time":{"start":1724921577166,"stop":1724921577166,"duration":0}},{"uid":"62f4a4f7f4f78ac6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/62f4a4f7f4f78ac6","status":"passed","time":{"start":1724918298097,"stop":1724918298097,"duration":0}},{"uid":"9d43ad327c2a2409","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9d43ad327c2a2409","status":"passed","time":{"start":1724890039735,"stop":1724890039736,"duration":1}},{"uid":"9881650be4b28b84","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9881650be4b28b84","status":"passed","time":{"start":1724889169841,"stop":1724889169842,"duration":1}},{"uid":"86566457c4e886f6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/86566457c4e886f6","status":"passed","time":{"start":1724888345349,"stop":1724888345349,"duration":0}},{"uid":"7f37d5645318deee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7f37d5645318deee","status":"passed","time":{"start":1724887127871,"stop":1724887127872,"duration":1}},{"uid":"32f10e8267d6301","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/32f10e8267d6301","status":"passed","time":{"start":1724886906377,"stop":1724886906377,"duration":0}},{"uid":"24628e4bf5a492c4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/24628e4bf5a492c4","status":"passed","time":{"start":1724862320141,"stop":1724862320142,"duration":1}},{"uid":"28a9d8121b080126","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/28a9d8121b080126","status":"passed","time":{"start":1724861800253,"stop":1724861800253,"duration":0}},{"uid":"3e85d6956faf93f5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3e85d6956faf93f5","status":"passed","time":{"start":1724861655158,"stop":1724861655158,"duration":0}},{"uid":"f8d9ea074c93344c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f8d9ea074c93344c","status":"passed","time":{"start":1724861485077,"stop":1724861485078,"duration":1}}]},"8ebc9f82e51cc2f6e53ea1bab9350d44:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ae31d2c2f5df4f5a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ae31d2c2f5df4f5a","status":"passed","time":{"start":1724921037623,"stop":1724921037623,"duration":0}},{"uid":"f49d2880641a4cac","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f49d2880641a4cac","status":"passed","time":{"start":1724921013036,"stop":1724921013036,"duration":0}},{"uid":"458f4ae7cb8a8bb1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/458f4ae7cb8a8bb1","status":"passed","time":{"start":1724917673279,"stop":1724917673279,"duration":0}},{"uid":"e465080582b18313","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e465080582b18313","status":"passed","time":{"start":1724889452298,"stop":1724889452299,"duration":1}},{"uid":"416db43381257f1d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/416db43381257f1d","status":"passed","time":{"start":1724888602827,"stop":1724888602828,"duration":1}},{"uid":"896222cc277b26a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/896222cc277b26a9","status":"passed","time":{"start":1724887759153,"stop":1724887759153,"duration":0}},{"uid":"6144e0fa1f177dd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6144e0fa1f177dd","status":"passed","time":{"start":1724886525538,"stop":1724886525539,"duration":1}},{"uid":"2e59eb488bb864fe","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2e59eb488bb864fe","status":"passed","time":{"start":1724886303386,"stop":1724886303386,"duration":0}},{"uid":"4632064677481e3a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4632064677481e3a","status":"passed","time":{"start":1724861752214,"stop":1724861752214,"duration":0}},{"uid":"cb1c4138cf9889a7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cb1c4138cf9889a7","status":"passed","time":{"start":1724861223344,"stop":1724861223344,"duration":0}},{"uid":"8b2aa066ed0bc1d4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8b2aa066ed0bc1d4","status":"passed","time":{"start":1724861045190,"stop":1724861045190,"duration":0}},{"uid":"5677d3b91e6ff4bc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5677d3b91e6ff4bc","status":"passed","time":{"start":1724860907072,"stop":1724860907072,"duration":0}}]},"e8141a67296f137ccb8cab198b0b1ca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e46ebe55aef5efef","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e46ebe55aef5efef","status":"passed","time":{"start":1724921037652,"stop":1724921037652,"duration":0}},{"uid":"f938c92cc8759157","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f938c92cc8759157","status":"passed","time":{"start":1724921013066,"stop":1724921013066,"duration":0}},{"uid":"86af29bad2930a5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/86af29bad2930a5","status":"passed","time":{"start":1724917673306,"stop":1724917673306,"duration":0}},{"uid":"70a4b7774bd0df4d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/70a4b7774bd0df4d","status":"passed","time":{"start":1724889452325,"stop":1724889452326,"duration":1}},{"uid":"969346e88e749449","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/969346e88e749449","status":"passed","time":{"start":1724888602858,"stop":1724888602858,"duration":0}},{"uid":"a247edb42fd6ee0b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a247edb42fd6ee0b","status":"passed","time":{"start":1724887759178,"stop":1724887759179,"duration":1}},{"uid":"6f9a8c431daae9da","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6f9a8c431daae9da","status":"passed","time":{"start":1724886525556,"stop":1724886525556,"duration":0}},{"uid":"efb471c08b4a40c3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/efb471c08b4a40c3","status":"passed","time":{"start":1724886303412,"stop":1724886303412,"duration":0}},{"uid":"af6731648cf0f9f8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/af6731648cf0f9f8","status":"passed","time":{"start":1724861752249,"stop":1724861752249,"duration":0}},{"uid":"f375a34c151fe483","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f375a34c151fe483","status":"passed","time":{"start":1724861223369,"stop":1724861223369,"duration":0}},{"uid":"947f5f2404a2d8a7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/947f5f2404a2d8a7","status":"passed","time":{"start":1724861045218,"stop":1724861045218,"duration":0}},{"uid":"c15e2c3ac6b84c04","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c15e2c3ac6b84c04","status":"passed","time":{"start":1724860907104,"stop":1724860907104,"duration":0}}]},"1a50bec4969fd3e295a57fa1fd2af704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4922599fdd2c972","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4922599fdd2c972","status":"passed","time":{"start":1724921669871,"stop":1724921669871,"duration":0}},{"uid":"5e83fcdb2020af51","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5e83fcdb2020af51","status":"passed","time":{"start":1724921630268,"stop":1724921630268,"duration":0}},{"uid":"f57e46c69d5a8c72","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f57e46c69d5a8c72","status":"passed","time":{"start":1724918332988,"stop":1724918332988,"duration":0}},{"uid":"1acd04e453e83b1e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1acd04e453e83b1e","status":"passed","time":{"start":1724890089469,"stop":1724890089469,"duration":0}},{"uid":"d9bfc922d4d56bf8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9bfc922d4d56bf8","status":"passed","time":{"start":1724889224494,"stop":1724889224494,"duration":0}},{"uid":"1192fdd3a2e6995d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1192fdd3a2e6995d","status":"passed","time":{"start":1724888406347,"stop":1724888406348,"duration":1}},{"uid":"1eff8cdfa9230dd8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1eff8cdfa9230dd8","status":"passed","time":{"start":1724887175025,"stop":1724887175025,"duration":0}},{"uid":"ce19f6fb6ec4a623","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ce19f6fb6ec4a623","status":"passed","time":{"start":1724886952408,"stop":1724886952409,"duration":1}},{"uid":"d2cd83edb4a93cc2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d2cd83edb4a93cc2","status":"passed","time":{"start":1724862378565,"stop":1724862378565,"duration":0}},{"uid":"cee776c888e414d3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cee776c888e414d3","status":"passed","time":{"start":1724861846751,"stop":1724861846751,"duration":0}},{"uid":"ac9fa0deec4f44c0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac9fa0deec4f44c0","status":"passed","time":{"start":1724861702536,"stop":1724861702536,"duration":0}},{"uid":"16a5c9c5846eabb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/16a5c9c5846eabb","status":"passed","time":{"start":1724861533460,"stop":1724861533460,"duration":0}}]},"25967dcae89c0b081b803c8930ce3335:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5b86738318e43b80","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5b86738318e43b80","status":"passed","time":{"start":1724921061847,"stop":1724921061847,"duration":0}},{"uid":"b77ce8949c4a0220","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b77ce8949c4a0220","status":"passed","time":{"start":1724921037156,"stop":1724921037156,"duration":0}},{"uid":"8ca63a9f26cd7013","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8ca63a9f26cd7013","status":"passed","time":{"start":1724917697300,"stop":1724917697301,"duration":1}},{"uid":"fc26b282c99b0250","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc26b282c99b0250","status":"passed","time":{"start":1724889476082,"stop":1724889476083,"duration":1}},{"uid":"bfb17854a86c075d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bfb17854a86c075d","status":"passed","time":{"start":1724888626886,"stop":1724888626886,"duration":0}},{"uid":"ff225f3e2860689e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ff225f3e2860689e","status":"passed","time":{"start":1724887783107,"stop":1724887783107,"duration":0}},{"uid":"8a9cd6a065cf9ed8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a9cd6a065cf9ed8","status":"passed","time":{"start":1724886549918,"stop":1724886549919,"duration":1}},{"uid":"489f18cf40070714","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/489f18cf40070714","status":"passed","time":{"start":1724886327579,"stop":1724886327580,"duration":1}},{"uid":"a588939fb085a60d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a588939fb085a60d","status":"passed","time":{"start":1724861776805,"stop":1724861776806,"duration":1}},{"uid":"97f6436ee880cb8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/97f6436ee880cb8","status":"passed","time":{"start":1724861247298,"stop":1724861247298,"duration":0}},{"uid":"f0062004f84bdc1e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f0062004f84bdc1e","status":"passed","time":{"start":1724861071394,"stop":1724861071394,"duration":0}},{"uid":"bc3304e48c0cf034","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bc3304e48c0cf034","status":"passed","time":{"start":1724860931794,"stop":1724860931794,"duration":0}}]},"7628b6c04535c6954aa9f3a294401394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"289426509d231a13","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/289426509d231a13","status":"passed","time":{"start":1724861790767,"stop":1724861790767,"duration":0}}]},"acedf3366fa53445681e8f1e6fae85c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6ea1aef148ec4e8b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6ea1aef148ec4e8b","status":"passed","time":{"start":1724921270340,"stop":1724921270341,"duration":1}},{"uid":"ee95413fefbca718","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ee95413fefbca718","status":"passed","time":{"start":1724921247771,"stop":1724921247771,"duration":0}},{"uid":"a66ec558059103e6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a66ec558059103e6","status":"passed","time":{"start":1724917989807,"stop":1724917989808,"duration":1}},{"uid":"a6957816ec5c47b1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a6957816ec5c47b1","status":"passed","time":{"start":1724889678531,"stop":1724889678531,"duration":0}},{"uid":"1994ff4de4fefa57","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1994ff4de4fefa57","status":"passed","time":{"start":1724888829823,"stop":1724888829823,"duration":0}},{"uid":"b1a8d44a0d637da7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b1a8d44a0d637da7","status":"passed","time":{"start":1724888076970,"stop":1724888076970,"duration":0}},{"uid":"a19fdb420773810","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a19fdb420773810","status":"passed","time":{"start":1724886851109,"stop":1724886851110,"duration":1}},{"uid":"35a66005a1d74e8a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/35a66005a1d74e8a","status":"passed","time":{"start":1724886647053,"stop":1724886647054,"duration":1}},{"uid":"c2007f002e7c5a0a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2007f002e7c5a0a","status":"passed","time":{"start":1724861992700,"stop":1724861992700,"duration":0}},{"uid":"47e9fb08a14ed02a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/47e9fb08a14ed02a","status":"passed","time":{"start":1724861469626,"stop":1724861469627,"duration":1}},{"uid":"e70ee6f9ea92ff56","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e70ee6f9ea92ff56","status":"passed","time":{"start":1724861284843,"stop":1724861284844,"duration":1}},{"uid":"3cee10662f91a117","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3cee10662f91a117","status":"passed","time":{"start":1724861145769,"stop":1724861145770,"duration":1}}]},"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a2e25721a3b7cf1f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a2e25721a3b7cf1f","status":"passed","time":{"start":1724921297016,"stop":1724921297016,"duration":0}},{"uid":"d9bf48144c5a87e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d9bf48144c5a87e","status":"passed","time":{"start":1724921276370,"stop":1724921276370,"duration":0}},{"uid":"aa760eab07754bc9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/aa760eab07754bc9","status":"passed","time":{"start":1724917948328,"stop":1724917948328,"duration":0}},{"uid":"a5280b67c02fc2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5280b67c02fc2","status":"passed","time":{"start":1724889729013,"stop":1724889729013,"duration":0}},{"uid":"9951277756c5e6bf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9951277756c5e6bf","status":"passed","time":{"start":1724888864958,"stop":1724888864958,"duration":0}},{"uid":"f991134dbf5af47f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f991134dbf5af47f","status":"passed","time":{"start":1724888053750,"stop":1724888053750,"duration":0}},{"uid":"a26578cbe1c5a15","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a26578cbe1c5a15","status":"passed","time":{"start":1724886811664,"stop":1724886811665,"duration":1}},{"uid":"967c04265a06cedb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/967c04265a06cedb","status":"passed","time":{"start":1724886581007,"stop":1724886581007,"duration":0}},{"uid":"2e43a7534d460bef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2e43a7534d460bef","status":"passed","time":{"start":1724862019564,"stop":1724862019564,"duration":0}},{"uid":"21116996afe66bb7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/21116996afe66bb7","status":"passed","time":{"start":1724861493940,"stop":1724861493940,"duration":0}},{"uid":"b099ba237ee1686a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b099ba237ee1686a","status":"passed","time":{"start":1724861318045,"stop":1724861318045,"duration":0}},{"uid":"eeb1a230ea606cf2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/eeb1a230ea606cf2","status":"passed","time":{"start":1724861178519,"stop":1724861178519,"duration":0}}]},"0bf41711554dabf2339905dbd12124f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8f1267f4bf9c793a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8f1267f4bf9c793a","status":"passed","time":{"start":1724887127873,"stop":1724887127873,"duration":0}}]},"97f22b3fcd076ea410cf79af11cbf23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9f5a16b5e31e3b2d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9f5a16b5e31e3b2d","status":"passed","time":{"start":1724921071995,"stop":1724921071995,"duration":0}},{"uid":"5ef12301aad31919","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5ef12301aad31919","status":"passed","time":{"start":1724921046825,"stop":1724921046826,"duration":1}},{"uid":"e77a7b4e6131a885","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e77a7b4e6131a885","status":"passed","time":{"start":1724917707025,"stop":1724917707025,"duration":0}},{"uid":"de74d18187b69f1f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/de74d18187b69f1f","status":"passed","time":{"start":1724889485861,"stop":1724889485861,"duration":0}},{"uid":"7182b53f561513fe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7182b53f561513fe","status":"passed","time":{"start":1724888636621,"stop":1724888636621,"duration":0}},{"uid":"c0b7f85777ea29af","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c0b7f85777ea29af","status":"passed","time":{"start":1724887792856,"stop":1724887792857,"duration":1}},{"uid":"ae7ad6abccf5f969","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ae7ad6abccf5f969","status":"passed","time":{"start":1724886559725,"stop":1724886559725,"duration":0}},{"uid":"6abb596307f722d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6abb596307f722d","status":"passed","time":{"start":1724886337378,"stop":1724886337378,"duration":0}},{"uid":"74a1a74e38b2b280","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/74a1a74e38b2b280","status":"passed","time":{"start":1724861786731,"stop":1724861786731,"duration":0}},{"uid":"42caf274e3be3563","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/42caf274e3be3563","status":"passed","time":{"start":1724861257213,"stop":1724861257213,"duration":0}},{"uid":"fe590c4b2f812836","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fe590c4b2f812836","status":"passed","time":{"start":1724861081087,"stop":1724861081087,"duration":0}},{"uid":"77c66252c51fd1bf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/77c66252c51fd1bf","status":"passed","time":{"start":1724860941732,"stop":1724860941733,"duration":1}}]},"27f6d6fd7dfa0b48059aa500fbbaef58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e583591bc7915857","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e583591bc7915857","status":"passed","time":{"start":1724921270342,"stop":1724921270343,"duration":1}},{"uid":"fa3b24c1bdb3570f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fa3b24c1bdb3570f","status":"passed","time":{"start":1724921247773,"stop":1724921247773,"duration":0}},{"uid":"674b44625cc96bab","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/674b44625cc96bab","status":"passed","time":{"start":1724917989810,"stop":1724917989810,"duration":0}},{"uid":"1c7e93c91be14247","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c7e93c91be14247","status":"passed","time":{"start":1724889678533,"stop":1724889678533,"duration":0}},{"uid":"d6de88b77e3dbc07","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d6de88b77e3dbc07","status":"passed","time":{"start":1724888829827,"stop":1724888829828,"duration":1}},{"uid":"93e5c350a73005ff","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/93e5c350a73005ff","status":"passed","time":{"start":1724888076974,"stop":1724888076975,"duration":1}},{"uid":"939292db16290145","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/939292db16290145","status":"passed","time":{"start":1724886851113,"stop":1724886851114,"duration":1}},{"uid":"c2a088d4f92faa55","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c2a088d4f92faa55","status":"passed","time":{"start":1724886647059,"stop":1724886647062,"duration":3}},{"uid":"99c846883dd91442","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/99c846883dd91442","status":"passed","time":{"start":1724861992703,"stop":1724861992704,"duration":1}},{"uid":"adb645fa8ff20cd7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/adb645fa8ff20cd7","status":"passed","time":{"start":1724861469631,"stop":1724861469632,"duration":1}},{"uid":"644c0099cc462797","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/644c0099cc462797","status":"passed","time":{"start":1724861284845,"stop":1724861284846,"duration":1}},{"uid":"f707de66e20b5dcb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f707de66e20b5dcb","status":"passed","time":{"start":1724861145772,"stop":1724861145772,"duration":0}}]},"cc2494cbafccda2d5d901a0ac2192818:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"16acb40e001aa5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/16acb40e001aa5","status":"passed","time":{"start":1724890030103,"stop":1724890030104,"duration":1}}]},"604a6d213c620d88cccde28490bb2c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"20feb5f64781035d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/20feb5f64781035d","status":"passed","time":{"start":1724921515249,"stop":1724921515249,"duration":0}},{"uid":"4b3d2863785caea8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4b3d2863785caea8","status":"passed","time":{"start":1724921475501,"stop":1724921475502,"duration":1}},{"uid":"59cad9492b23e3b1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/59cad9492b23e3b1","status":"passed","time":{"start":1724918179416,"stop":1724918179416,"duration":0}},{"uid":"bf3986ba488472a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf3986ba488472a1","status":"passed","time":{"start":1724889935351,"stop":1724889935351,"duration":0}},{"uid":"b2e7135282a8ffe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b2e7135282a8ffe","status":"passed","time":{"start":1724889072766,"stop":1724889072766,"duration":0}},{"uid":"a1e9c2d680b5dc6d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a1e9c2d680b5dc6d","status":"passed","time":{"start":1724888232426,"stop":1724888232427,"duration":1}},{"uid":"b825e07a50ed3149","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b825e07a50ed3149","status":"passed","time":{"start":1724887018314,"stop":1724887018314,"duration":0}},{"uid":"f80ecff9d7bae797","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f80ecff9d7bae797","status":"passed","time":{"start":1724886781502,"stop":1724886781502,"duration":0}},{"uid":"29756942668d3ab3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29756942668d3ab3","status":"passed","time":{"start":1724862213682,"stop":1724862213682,"duration":0}},{"uid":"7e54546f2aa4d922","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7e54546f2aa4d922","status":"passed","time":{"start":1724861685879,"stop":1724861685879,"duration":0}},{"uid":"ce159ca338160e12","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ce159ca338160e12","status":"passed","time":{"start":1724861546202,"stop":1724861546204,"duration":2}},{"uid":"eefb1f23f802231d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/eefb1f23f802231d","status":"passed","time":{"start":1724861378123,"stop":1724861378124,"duration":1}}]},"ba322ba153570f18fb0b429530f13b68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"719aeb0a6f09b8ff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/719aeb0a6f09b8ff","status":"passed","time":{"start":1724921061620,"stop":1724921061622,"duration":2}},{"uid":"758a0a364f553e96","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/758a0a364f553e96","status":"passed","time":{"start":1724921036643,"stop":1724921036643,"duration":0}},{"uid":"b2ea81a4ad2af872","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b2ea81a4ad2af872","status":"passed","time":{"start":1724917696748,"stop":1724917696748,"duration":0}},{"uid":"b47da2d14f08b811","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b47da2d14f08b811","status":"passed","time":{"start":1724889476024,"stop":1724889476024,"duration":0}},{"uid":"4863520545749c96","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4863520545749c96","status":"passed","time":{"start":1724888626864,"stop":1724888626864,"duration":0}},{"uid":"b6caf84a8797f9dc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b6caf84a8797f9dc","status":"passed","time":{"start":1724887782852,"stop":1724887782852,"duration":0}},{"uid":"7c726659386449a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7c726659386449a","status":"passed","time":{"start":1724886549391,"stop":1724886549392,"duration":1}},{"uid":"dc3b2c3d997b9d3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dc3b2c3d997b9d3","status":"passed","time":{"start":1724886327496,"stop":1724886327496,"duration":0}},{"uid":"d545ac225213d13f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d545ac225213d13f","status":"passed","time":{"start":1724861776391,"stop":1724861776391,"duration":0}},{"uid":"517b6e9764dcf99d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/517b6e9764dcf99d","status":"passed","time":{"start":1724861247047,"stop":1724861247047,"duration":0}},{"uid":"7db7f3c087ce9391","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7db7f3c087ce9391","status":"passed","time":{"start":1724861070814,"stop":1724861070814,"duration":0}},{"uid":"1ff7f52bf233cd46","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1ff7f52bf233cd46","status":"passed","time":{"start":1724860931511,"stop":1724860931511,"duration":0}}]},"1952c5b215f2a7dd3efa57d7c168d26d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3ba9120d1e103abd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3ba9120d1e103abd","status":"passed","time":{"start":1724921297000,"stop":1724921297001,"duration":1}},{"uid":"57435e8957e7525d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/57435e8957e7525d","status":"passed","time":{"start":1724921276364,"stop":1724921276364,"duration":0}},{"uid":"7ff2c434eb8bf05b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7ff2c434eb8bf05b","status":"passed","time":{"start":1724917948313,"stop":1724917948313,"duration":0}},{"uid":"5fb27a997584d2cc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5fb27a997584d2cc","status":"passed","time":{"start":1724889729005,"stop":1724889729005,"duration":0}},{"uid":"e337619998694f0d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e337619998694f0d","status":"passed","time":{"start":1724888864950,"stop":1724888864951,"duration":1}},{"uid":"be7cf96dfe23ef72","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/be7cf96dfe23ef72","status":"passed","time":{"start":1724888053738,"stop":1724888053739,"duration":1}},{"uid":"e4acc54ae8642447","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e4acc54ae8642447","status":"passed","time":{"start":1724886811650,"stop":1724886811653,"duration":3}},{"uid":"b76f810032b1cb00","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b76f810032b1cb00","status":"passed","time":{"start":1724886581001,"stop":1724886581001,"duration":0}},{"uid":"7d6b5684d3bd649c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7d6b5684d3bd649c","status":"passed","time":{"start":1724862019557,"stop":1724862019557,"duration":0}},{"uid":"ed8c3817c72e2b4c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ed8c3817c72e2b4c","status":"passed","time":{"start":1724861493934,"stop":1724861493934,"duration":0}},{"uid":"6a604f30a446c674","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6a604f30a446c674","status":"passed","time":{"start":1724861318018,"stop":1724861318019,"duration":1}},{"uid":"9ab2697b2e031fd4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9ab2697b2e031fd4","status":"passed","time":{"start":1724861178509,"stop":1724861178510,"duration":1}}]},"e791e755b2d4497a2709581f61e78d8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6609f7a367739bca","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6609f7a367739bca","status":"passed","time":{"start":1724921497761,"stop":1724921497762,"duration":1}},{"uid":"bee63fb599f785a5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bee63fb599f785a5","status":"passed","time":{"start":1724921408417,"stop":1724921408418,"duration":1}},{"uid":"d9f530bc11cabb29","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d9f530bc11cabb29","status":"passed","time":{"start":1724918086873,"stop":1724918086873,"duration":0}},{"uid":"eb2f02a7f98ff2a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eb2f02a7f98ff2a7","status":"passed","time":{"start":1724889892449,"stop":1724889892450,"duration":1}},{"uid":"a030f305885edd45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a030f305885edd45","status":"passed","time":{"start":1724888997219,"stop":1724888997219,"duration":0}},{"uid":"5f2a92c477baef7c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5f2a92c477baef7c","status":"passed","time":{"start":1724888159511,"stop":1724888159512,"duration":1}},{"uid":"aac612666a42358","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aac612666a42358","status":"passed","time":{"start":1724886937312,"stop":1724886937313,"duration":1}},{"uid":"7c4f3607ea9551bb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7c4f3607ea9551bb","status":"passed","time":{"start":1724886709811,"stop":1724886709812,"duration":1}},{"uid":"b931ebef489aca73","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b931ebef489aca73","status":"passed","time":{"start":1724862123540,"stop":1724862123540,"duration":0}},{"uid":"cc8a456fe931a476","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cc8a456fe931a476","status":"passed","time":{"start":1724861620108,"stop":1724861620108,"duration":0}},{"uid":"f3df894e56bccd02","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f3df894e56bccd02","status":"passed","time":{"start":1724861460255,"stop":1724861460255,"duration":0}},{"uid":"f420b0a21ad59edd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f420b0a21ad59edd","status":"passed","time":{"start":1724861330175,"stop":1724861330175,"duration":0}}]},"0fa2be0ada87544e3d39c9168807ce42:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"890747a6931ab638","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/890747a6931ab638","status":"passed","time":{"start":1724921619632,"stop":1724921619633,"duration":1}}]},"197770d02ce9f51729a1a1f544436a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9efeb4a4ac30b47e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9efeb4a4ac30b47e","status":"passed","time":{"start":1724887127876,"stop":1724887127877,"duration":1}}]},"a4d896a003ec2e849eac11118cafae7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e7013a29c3a3bbdb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e7013a29c3a3bbdb","status":"passed","time":{"start":1724921515236,"stop":1724921515236,"duration":0}},{"uid":"134fce3eea9a8efa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/134fce3eea9a8efa","status":"passed","time":{"start":1724921475468,"stop":1724921475498,"duration":30}},{"uid":"bc8b42ff26f42246","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bc8b42ff26f42246","status":"passed","time":{"start":1724918179409,"stop":1724918179409,"duration":0}},{"uid":"bb9beddb2045384a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bb9beddb2045384a","status":"passed","time":{"start":1724889935348,"stop":1724889935348,"duration":0}},{"uid":"629e373f0243c869","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/629e373f0243c869","status":"passed","time":{"start":1724889072762,"stop":1724889072763,"duration":1}},{"uid":"e9a75bb5942e3f3b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e9a75bb5942e3f3b","status":"passed","time":{"start":1724888232423,"stop":1724888232424,"duration":1}},{"uid":"616aee0367363225","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/616aee0367363225","status":"passed","time":{"start":1724887018310,"stop":1724887018311,"duration":1}},{"uid":"7273c3f30025d2b4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7273c3f30025d2b4","status":"passed","time":{"start":1724886781490,"stop":1724886781497,"duration":7}},{"uid":"d0f49fd53fba1b8b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d0f49fd53fba1b8b","status":"passed","time":{"start":1724862213671,"stop":1724862213671,"duration":0}},{"uid":"95c840fbe5c351f8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/95c840fbe5c351f8","status":"passed","time":{"start":1724861685867,"stop":1724861685871,"duration":4}},{"uid":"b89715ff550e48cd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b89715ff550e48cd","status":"passed","time":{"start":1724861546198,"stop":1724861546199,"duration":1}},{"uid":"9098c586eca859e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9098c586eca859e","status":"passed","time":{"start":1724861378120,"stop":1724861378120,"duration":0}}]},"28154359a6c41f56888f6e637595a22a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"60a3aea8c4f918c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/60a3aea8c4f918c","status":"passed","time":{"start":1724861655161,"stop":1724861655161,"duration":0}}]},"0f0fca2211e4cb3370bd696e6c619f92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"a3d709224d0c390b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a3d709224d0c390b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515257,"stop":1724921515257,"duration":0}},{"uid":"c85b9c6ef31f5817","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c85b9c6ef31f5817","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475519,"stop":1724921475519,"duration":0}},{"uid":"4b31de1b421a1440","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4b31de1b421a1440","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179438,"stop":1724918179438,"duration":0}},{"uid":"539e8fb2ca3f5220","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/539e8fb2ca3f5220","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935353,"stop":1724889935353,"duration":0}},{"uid":"9421795fd312d0ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9421795fd312d0ee","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072769,"stop":1724889072769,"duration":0}},{"uid":"3963508aa904057a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3963508aa904057a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232429,"stop":1724888232429,"duration":0}},{"uid":"cdc790eb99416071","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cdc790eb99416071","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018318,"stop":1724887018318,"duration":0}},{"uid":"bc754dc17e0c760e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bc754dc17e0c760e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781505,"stop":1724886781506,"duration":1}},{"uid":"90073e84ddeb98c2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/90073e84ddeb98c2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213685,"stop":1724862213685,"duration":0}},{"uid":"4e6e9671c52e47c8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4e6e9671c52e47c8","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861685889,"stop":1724861685890,"duration":1}},{"uid":"4629dca7a765fc80","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4629dca7a765fc80","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546213,"stop":1724861546213,"duration":0}},{"uid":"c5758f2738436d5e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c5758f2738436d5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378126,"stop":1724861378126,"duration":0}}]},"3f694b98511bc3e2b7e9dc634521f5f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f0e77a362b7a749c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f0e77a362b7a749c","status":"passed","time":{"start":1724921270367,"stop":1724921270368,"duration":1}},{"uid":"d57b698f573013d2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d57b698f573013d2","status":"passed","time":{"start":1724921247832,"stop":1724921247833,"duration":1}},{"uid":"5cd268fce6e03d9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5cd268fce6e03d9","status":"passed","time":{"start":1724917989830,"stop":1724917989830,"duration":0}},{"uid":"543677586f49aea9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/543677586f49aea9","status":"passed","time":{"start":1724889678580,"stop":1724889678580,"duration":0}},{"uid":"5b428099e1fa23b0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b428099e1fa23b0","status":"passed","time":{"start":1724888829853,"stop":1724888829854,"duration":1}},{"uid":"830ebe3423694301","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/830ebe3423694301","status":"passed","time":{"start":1724888077021,"stop":1724888077021,"duration":0}},{"uid":"107e1c789eda79fd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/107e1c789eda79fd","status":"passed","time":{"start":1724886851134,"stop":1724886851134,"duration":0}},{"uid":"e993dc818e267434","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e993dc818e267434","status":"passed","time":{"start":1724886647127,"stop":1724886647128,"duration":1}},{"uid":"fee919fb8ac2d142","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fee919fb8ac2d142","status":"passed","time":{"start":1724861992719,"stop":1724861992719,"duration":0}},{"uid":"b0ffe380340a4b83","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b0ffe380340a4b83","status":"passed","time":{"start":1724861469652,"stop":1724861469652,"duration":0}},{"uid":"f39bb5d434a16770","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f39bb5d434a16770","status":"passed","time":{"start":1724861284874,"stop":1724861284874,"duration":0}},{"uid":"9b108b029fbd39b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9b108b029fbd39b","status":"passed","time":{"start":1724861145826,"stop":1724861145826,"duration":0}}]},"0685c3573281e9f6734365d26d220c25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"1356912a63875a59","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1356912a63875a59","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921583487,"stop":1724921583487,"duration":0}},{"uid":"36421b479f43b0fa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/36421b479f43b0fa","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921494522,"stop":1724921494522,"duration":0}},{"uid":"ac857e1ff2231a3e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ac857e1ff2231a3e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918216287,"stop":1724918216287,"duration":0}},{"uid":"e7bb0ab19ccd0228","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e7bb0ab19ccd0228","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889979499,"stop":1724889979499,"duration":0}},{"uid":"7df8a43f57ee4df7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7df8a43f57ee4df7","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889083636,"stop":1724889083637,"duration":1}},{"uid":"d56d0f78fa2670f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d56d0f78fa2670f9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888284641,"stop":1724888284641,"duration":0}},{"uid":"3d2659f8ee404a41","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3d2659f8ee404a41","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887046098,"stop":1724887046098,"duration":0}},{"uid":"a2779b93c4b2d691","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a2779b93c4b2d691","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886828839,"stop":1724886828839,"duration":0}},{"uid":"f7ad62167f9bc4cc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7ad62167f9bc4cc","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862236791,"stop":1724862236791,"duration":0}},{"uid":"83e5d8a3c5c15dc8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/83e5d8a3c5c15dc8","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861713626,"stop":1724861713626,"duration":0}},{"uid":"f280006d2dd8477e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f280006d2dd8477e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861586771,"stop":1724861586772,"duration":1}},{"uid":"691d006d264a13a9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/691d006d264a13a9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861418250,"stop":1724861418250,"duration":0}}]},"20a01a46586ff5b73dfc467df17013c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fac4967e659b43e0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fac4967e659b43e0","status":"passed","time":{"start":1724918179412,"stop":1724918179413,"duration":1}}]},"4a2731bb29ff2d77778d73a3e8db5629:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3a9e5e905752e28f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3a9e5e905752e28f","status":"passed","time":{"start":1724921669870,"stop":1724921669870,"duration":0}},{"uid":"20e29845b666b637","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/20e29845b666b637","status":"passed","time":{"start":1724921630267,"stop":1724921630267,"duration":0}},{"uid":"64c70c5472b53256","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/64c70c5472b53256","status":"passed","time":{"start":1724918332987,"stop":1724918332987,"duration":0}},{"uid":"3df9bd0af1782b02","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3df9bd0af1782b02","status":"passed","time":{"start":1724890089468,"stop":1724890089468,"duration":0}},{"uid":"1400cbf2a5d3e0b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1400cbf2a5d3e0b2","status":"passed","time":{"start":1724889224491,"stop":1724889224492,"duration":1}},{"uid":"2261ca9fa78f5470","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2261ca9fa78f5470","status":"passed","time":{"start":1724888406346,"stop":1724888406346,"duration":0}},{"uid":"5c31111f4a0efd92","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5c31111f4a0efd92","status":"passed","time":{"start":1724887175023,"stop":1724887175024,"duration":1}},{"uid":"a74a6a4bb16bf637","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a74a6a4bb16bf637","status":"passed","time":{"start":1724886952407,"stop":1724886952407,"duration":0}},{"uid":"21a3f0c69c41749b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/21a3f0c69c41749b","status":"passed","time":{"start":1724862378561,"stop":1724862378561,"duration":0}},{"uid":"7fcf32bcceb47999","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7fcf32bcceb47999","status":"passed","time":{"start":1724861846749,"stop":1724861846750,"duration":1}},{"uid":"2dda6f968480825d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2dda6f968480825d","status":"passed","time":{"start":1724861702535,"stop":1724861702535,"duration":0}},{"uid":"54103fd1b787732b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/54103fd1b787732b","status":"passed","time":{"start":1724861533459,"stop":1724861533459,"duration":0}}]},"3d906316c35f40bf2e37ebe7e263cff6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"90459e9c1f5eef8c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/90459e9c1f5eef8c","status":"passed","time":{"start":1724921625048,"stop":1724921625049,"duration":1}},{"uid":"feb0e22868c205f2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/feb0e22868c205f2","status":"passed","time":{"start":1724921590494,"stop":1724921590494,"duration":0}},{"uid":"3072d8e6699236d7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3072d8e6699236d7","status":"passed","time":{"start":1724918287563,"stop":1724918287564,"duration":1}},{"uid":"8388aca45b2c2ed8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8388aca45b2c2ed8","status":"passed","time":{"start":1724890047786,"stop":1724890047786,"duration":0}},{"uid":"b1d57fdb070ed85e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1d57fdb070ed85e","status":"passed","time":{"start":1724889183919,"stop":1724889183919,"duration":0}},{"uid":"11ff2a3c6b3eed75","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/11ff2a3c6b3eed75","status":"passed","time":{"start":1724888354164,"stop":1724888354164,"duration":0}},{"uid":"4cf72b201f574123","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4cf72b201f574123","status":"passed","time":{"start":1724887145656,"stop":1724887145656,"duration":0}},{"uid":"d691347e2d1e7202","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d691347e2d1e7202","status":"passed","time":{"start":1724886915785,"stop":1724886915785,"duration":0}},{"uid":"ce2fa100b67bf6e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ce2fa100b67bf6e0","status":"passed","time":{"start":1724862341436,"stop":1724862341436,"duration":0}},{"uid":"bb7a0754238af5b6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bb7a0754238af5b6","status":"passed","time":{"start":1724861805441,"stop":1724861805441,"duration":0}},{"uid":"5df8fc75219c9024","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5df8fc75219c9024","status":"passed","time":{"start":1724861662254,"stop":1724861662255,"duration":1}},{"uid":"d66b4dab5a73d2aa","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d66b4dab5a73d2aa","status":"passed","time":{"start":1724861492507,"stop":1724861492507,"duration":0}}]},"1174bd6eca5cd725370bbe8b840f7a87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c0ece4634e0b95f4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c0ece4634e0b95f4","status":"passed","time":{"start":1724886906379,"stop":1724886906379,"duration":0}}]},"bb5eea5e98b2b1076d381d1ed36dfdcd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"dabf97c1a6c9b097","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dabf97c1a6c9b097","status":"passed","time":{"start":1724921040178,"stop":1724921040179,"duration":1}},{"uid":"c7b666264a44e454","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c7b666264a44e454","status":"passed","time":{"start":1724921015571,"stop":1724921015572,"duration":1}},{"uid":"1b9d8f02622d502e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1b9d8f02622d502e","status":"passed","time":{"start":1724917675796,"stop":1724917675797,"duration":1}},{"uid":"2fd6c11177d9b505","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2fd6c11177d9b505","status":"passed","time":{"start":1724889454804,"stop":1724889454805,"duration":1}},{"uid":"d945e6f21f73cefd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d945e6f21f73cefd","status":"passed","time":{"start":1724888605320,"stop":1724888605321,"duration":1}},{"uid":"43807dc0c2316e9b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/43807dc0c2316e9b","status":"passed","time":{"start":1724887761645,"stop":1724887761646,"duration":1}},{"uid":"46ec2ca8c141ae26","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/46ec2ca8c141ae26","status":"passed","time":{"start":1724886527991,"stop":1724886527992,"duration":1}},{"uid":"f9e58360376a91fa","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f9e58360376a91fa","status":"passed","time":{"start":1724886305810,"stop":1724886305811,"duration":1}},{"uid":"a2a81d0841a1d597","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2a81d0841a1d597","status":"passed","time":{"start":1724861754707,"stop":1724861754708,"duration":1}},{"uid":"a75d032a2a569ec7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a75d032a2a569ec7","status":"passed","time":{"start":1724861225780,"stop":1724861225781,"duration":1}},{"uid":"5daeb241b52d4339","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5daeb241b52d4339","status":"passed","time":{"start":1724861047866,"stop":1724861047868,"duration":2}},{"uid":"a36487d7152c50bc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a36487d7152c50bc","status":"passed","time":{"start":1724860909783,"stop":1724860909784,"duration":1}}]},"2c256b2792578e9f3c8bcd6bdf43b6b3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5a30b17b0f6edf1f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5a30b17b0f6edf1f","status":"passed","time":{"start":1724889072765,"stop":1724889072766,"duration":1}}]},"9ce476103abaa385e73a7ec0ac98642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"76a24f27b4f7d184","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/76a24f27b4f7d184","status":"passed","time":{"start":1724921198885,"stop":1724921198885,"duration":0}},{"uid":"66137ef827c4987e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/66137ef827c4987e","status":"passed","time":{"start":1724921172338,"stop":1724921172338,"duration":0}},{"uid":"6222e6812e6ddb23","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6222e6812e6ddb23","status":"passed","time":{"start":1724917841036,"stop":1724917841038,"duration":2}},{"uid":"101c0aeb3b0a019","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/101c0aeb3b0a019","status":"passed","time":{"start":1724889622280,"stop":1724889622280,"duration":0}},{"uid":"6558067faad284c5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6558067faad284c5","status":"passed","time":{"start":1724888769659,"stop":1724888769660,"duration":1}},{"uid":"caad74bd3e20773e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/caad74bd3e20773e","status":"passed","time":{"start":1724887926165,"stop":1724887926165,"duration":0}},{"uid":"cbc47a3d91cc1e2c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cbc47a3d91cc1e2c","status":"passed","time":{"start":1724886693072,"stop":1724886693076,"duration":4}},{"uid":"728c74e4e1743dc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/728c74e4e1743dc","status":"passed","time":{"start":1724886468813,"stop":1724886468826,"duration":13}},{"uid":"b24f68489d23d5d6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b24f68489d23d5d6","status":"passed","time":{"start":1724861918244,"stop":1724861918245,"duration":1}},{"uid":"f5dd7d05cca6413a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f5dd7d05cca6413a","status":"passed","time":{"start":1724861388577,"stop":1724861388580,"duration":3}},{"uid":"d4b75fa312a99c2c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d4b75fa312a99c2c","status":"passed","time":{"start":1724861221407,"stop":1724861221407,"duration":0}},{"uid":"4e07bd1cb8124590","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4e07bd1cb8124590","status":"passed","time":{"start":1724861075799,"stop":1724861075800,"duration":1}}]},"538a93fa0970e79a10a30417bc0b0687:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5259d11ad9f9236b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5259d11ad9f9236b","status":"passed","time":{"start":1724921040179,"stop":1724921040179,"duration":0}},{"uid":"afa166917d9e138d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/afa166917d9e138d","status":"passed","time":{"start":1724921015572,"stop":1724921015573,"duration":1}},{"uid":"88c77edae290fac1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/88c77edae290fac1","status":"passed","time":{"start":1724917675798,"stop":1724917675798,"duration":0}},{"uid":"725b5a5b3a293484","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/725b5a5b3a293484","status":"passed","time":{"start":1724889454806,"stop":1724889454806,"duration":0}},{"uid":"b61051b895eafa9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b61051b895eafa9d","status":"passed","time":{"start":1724888605321,"stop":1724888605322,"duration":1}},{"uid":"ec7d5cbbf9f3ebe5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ec7d5cbbf9f3ebe5","status":"passed","time":{"start":1724887761647,"stop":1724887761647,"duration":0}},{"uid":"b862cb74c765b1ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b862cb74c765b1ba","status":"passed","time":{"start":1724886527992,"stop":1724886527992,"duration":0}},{"uid":"6798706b2512bc8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6798706b2512bc8","status":"passed","time":{"start":1724886305811,"stop":1724886305811,"duration":0}},{"uid":"47aced625c3860f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/47aced625c3860f9","status":"passed","time":{"start":1724861754708,"stop":1724861754709,"duration":1}},{"uid":"abb5562b8914cda1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/abb5562b8914cda1","status":"passed","time":{"start":1724861225781,"stop":1724861225781,"duration":0}},{"uid":"374539aee3911e28","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/374539aee3911e28","status":"passed","time":{"start":1724861047868,"stop":1724861047868,"duration":0}},{"uid":"eaaa959a4ab4f072","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/eaaa959a4ab4f072","status":"passed","time":{"start":1724860909784,"stop":1724860909784,"duration":0}}]},"38d054f0a9dafbe10aee2f2b0de87a9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"46cb6165c90353c1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/46cb6165c90353c1","status":"passed","time":{"start":1724921602952,"stop":1724921602954,"duration":2}},{"uid":"e7c806dd95928928","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e7c806dd95928928","status":"passed","time":{"start":1724921571098,"stop":1724921571098,"duration":0}},{"uid":"d45a3ade45dcdb40","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d45a3ade45dcdb40","status":"passed","time":{"start":1724918285587,"stop":1724918285591,"duration":4}},{"uid":"dc5d11f87a0d5727","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dc5d11f87a0d5727","status":"passed","time":{"start":1724890030091,"stop":1724890030091,"duration":0}},{"uid":"d7b4be40ea27a70a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d7b4be40ea27a70a","status":"passed","time":{"start":1724889171909,"stop":1724889171909,"duration":0}},{"uid":"cb95a309cc684303","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cb95a309cc684303","status":"passed","time":{"start":1724888350722,"stop":1724888350722,"duration":0}},{"uid":"ac4e01fb45fc753c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ac4e01fb45fc753c","status":"passed","time":{"start":1724887115409,"stop":1724887115409,"duration":0}},{"uid":"2fc9d3b1c7f6e03d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2fc9d3b1c7f6e03d","status":"passed","time":{"start":1724886884576,"stop":1724886884576,"duration":0}},{"uid":"d6fb319bf8bc2cbf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d6fb319bf8bc2cbf","status":"passed","time":{"start":1724862322258,"stop":1724862322258,"duration":0}},{"uid":"eed53e9281e329cf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/eed53e9281e329cf","status":"passed","time":{"start":1724861790752,"stop":1724861790752,"duration":0}},{"uid":"f791440703229efd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f791440703229efd","status":"passed","time":{"start":1724861628421,"stop":1724861628421,"duration":0}},{"uid":"55b7e5d66c547947","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/55b7e5d66c547947","status":"passed","time":{"start":1724861465626,"stop":1724861465626,"duration":0}}]},"2fd5d18bbb6113668c2a5d3db8ef339f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7eb06d0ce00d8e25","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7eb06d0ce00d8e25","status":"passed","time":{"start":1724890032292,"stop":1724890032293,"duration":1}}]},"1da39871a16850b1e795e34b74d4782e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dc70c3aaac0ed831","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dc70c3aaac0ed831","status":"passed","time":{"start":1724918229402,"stop":1724918229402,"duration":0}}]},"34e68599a06ccc0ab4fc2e8f93b6a69a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"492e87a099129c9c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/492e87a099129c9c","status":"passed","time":{"start":1724921267880,"stop":1724921267880,"duration":0}},{"uid":"ed6c2c2944b35e8d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ed6c2c2944b35e8d","status":"passed","time":{"start":1724921244397,"stop":1724921244398,"duration":1}},{"uid":"b00d34f7361845f5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b00d34f7361845f5","status":"passed","time":{"start":1724917916059,"stop":1724917916060,"duration":1}},{"uid":"1b43019052db498c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1b43019052db498c","status":"passed","time":{"start":1724889678260,"stop":1724889678261,"duration":1}},{"uid":"f3e0cd00e166b8f0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3e0cd00e166b8f0","status":"passed","time":{"start":1724888831690,"stop":1724888831690,"duration":0}},{"uid":"30f7fd5fe3b7b83c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/30f7fd5fe3b7b83c","status":"passed","time":{"start":1724888003324,"stop":1724888003325,"duration":1}},{"uid":"ccaa48708e48543a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ccaa48708e48543a","status":"passed","time":{"start":1724886776614,"stop":1724886776615,"duration":1}},{"uid":"c7e5c4943ebea38d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c7e5c4943ebea38d","status":"passed","time":{"start":1724886555803,"stop":1724886555803,"duration":0}},{"uid":"f2d0afb85ec0480c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2d0afb85ec0480c","status":"passed","time":{"start":1724861983015,"stop":1724861983016,"duration":1}},{"uid":"121cfd33c9c1b855","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/121cfd33c9c1b855","status":"passed","time":{"start":1724861444071,"stop":1724861444072,"duration":1}},{"uid":"fd4025c960e39c3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fd4025c960e39c3","status":"passed","time":{"start":1724861285840,"stop":1724861285840,"duration":0}},{"uid":"4f6f1f93754eda82","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4f6f1f93754eda82","status":"passed","time":{"start":1724861145677,"stop":1724861145677,"duration":0}}]},"b65817d0318fff046c92dcd2832bd7af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"62259b84ac0a174d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/62259b84ac0a174d","status":"passed","time":{"start":1724921625093,"stop":1724921625093,"duration":0}},{"uid":"f02ee5c22dbb063d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f02ee5c22dbb063d","status":"passed","time":{"start":1724921590512,"stop":1724921590513,"duration":1}},{"uid":"6d93cd7a87a6e42f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6d93cd7a87a6e42f","status":"passed","time":{"start":1724918287578,"stop":1724918287578,"duration":0}},{"uid":"1eb5da9488429dcf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1eb5da9488429dcf","status":"passed","time":{"start":1724890047804,"stop":1724890047806,"duration":2}},{"uid":"a83a64401fee32bb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a83a64401fee32bb","status":"passed","time":{"start":1724889183949,"stop":1724889183949,"duration":0}},{"uid":"50d41f6cdec22c3f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/50d41f6cdec22c3f","status":"passed","time":{"start":1724888354189,"stop":1724888354190,"duration":1}},{"uid":"787bfee9c3339848","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/787bfee9c3339848","status":"passed","time":{"start":1724887145732,"stop":1724887145732,"duration":0}},{"uid":"a9169250fa5fabef","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a9169250fa5fabef","status":"passed","time":{"start":1724886915810,"stop":1724886915812,"duration":2}},{"uid":"99d10c89dcbba002","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/99d10c89dcbba002","status":"passed","time":{"start":1724862341467,"stop":1724862341468,"duration":1}},{"uid":"f0a013585cfff602","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f0a013585cfff602","status":"passed","time":{"start":1724861805473,"stop":1724861805473,"duration":0}},{"uid":"7e867b63c7585ad8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7e867b63c7585ad8","status":"passed","time":{"start":1724861662301,"stop":1724861662302,"duration":1}},{"uid":"c9e819f8c2aba59e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c9e819f8c2aba59e","status":"passed","time":{"start":1724861492530,"stop":1724861492530,"duration":0}}]},"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d984d3f99244cc7d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d984d3f99244cc7d","status":"passed","time":{"start":1724921672582,"stop":1724921672582,"duration":0}},{"uid":"9105e0bae7e8266d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9105e0bae7e8266d","status":"passed","time":{"start":1724921629965,"stop":1724921629965,"duration":0}},{"uid":"84c388d09db10ddc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/84c388d09db10ddc","status":"passed","time":{"start":1724918337083,"stop":1724918337083,"duration":0}},{"uid":"504e63e7d79006c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/504e63e7d79006c","status":"passed","time":{"start":1724890089180,"stop":1724890089180,"duration":0}},{"uid":"15b83203d73ecf5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/15b83203d73ecf5","status":"passed","time":{"start":1724889221661,"stop":1724889221661,"duration":0}},{"uid":"7aec852e3c21e35a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7aec852e3c21e35a","status":"passed","time":{"start":1724888396189,"stop":1724888396189,"duration":0}},{"uid":"ce00de7be115a0d8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ce00de7be115a0d8","status":"passed","time":{"start":1724887170940,"stop":1724887170940,"duration":0}},{"uid":"78b59ef8344215e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/78b59ef8344215e","status":"passed","time":{"start":1724886948526,"stop":1724886948526,"duration":0}},{"uid":"29f046e9f70a33d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29f046e9f70a33d8","status":"passed","time":{"start":1724862370754,"stop":1724862370754,"duration":0}},{"uid":"ce5a6071b30a4e15","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ce5a6071b30a4e15","status":"passed","time":{"start":1724861845170,"stop":1724861845170,"duration":0}},{"uid":"3aff650a0d4cf79f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3aff650a0d4cf79f","status":"passed","time":{"start":1724861703118,"stop":1724861703118,"duration":0}},{"uid":"cc62e59182e77a2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cc62e59182e77a2","status":"passed","time":{"start":1724861530979,"stop":1724861530980,"duration":1}}]},"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"90591eebaf76809d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/90591eebaf76809d","status":"passed","time":{"start":1724921620609,"stop":1724921620609,"duration":0}},{"uid":"10d25b6629dcd43a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/10d25b6629dcd43a","status":"passed","time":{"start":1724921566690,"stop":1724921566691,"duration":1}},{"uid":"16a1b9f731f4475f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/16a1b9f731f4475f","status":"passed","time":{"start":1724918280553,"stop":1724918280554,"duration":1}},{"uid":"5aea2019580e696","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5aea2019580e696","status":"passed","time":{"start":1724890019469,"stop":1724890019469,"duration":0}},{"uid":"9619ea723dd19672","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9619ea723dd19672","status":"passed","time":{"start":1724889148722,"stop":1724889148722,"duration":0}},{"uid":"e919e6d2d2d00bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e919e6d2d2d00bd","status":"passed","time":{"start":1724888331961,"stop":1724888331964,"duration":3}},{"uid":"6b9c3996d1f11f78","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b9c3996d1f11f78","status":"passed","time":{"start":1724887107115,"stop":1724887107115,"duration":0}},{"uid":"96ac19941314df85","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/96ac19941314df85","status":"passed","time":{"start":1724886889609,"stop":1724886889609,"duration":0}},{"uid":"58576deb79e59baf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/58576deb79e59baf","status":"passed","time":{"start":1724862298791,"stop":1724862298791,"duration":0}},{"uid":"d21e08f389837b1d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d21e08f389837b1d","status":"passed","time":{"start":1724861779254,"stop":1724861779255,"duration":1}},{"uid":"e365dc37ba50c106","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e365dc37ba50c106","status":"passed","time":{"start":1724861646563,"stop":1724861646563,"duration":0}},{"uid":"9622399170ac78a8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9622399170ac78a8","status":"passed","time":{"start":1724861466615,"stop":1724861466616,"duration":1}}]},"96c112b783bb7ec27bbe2b7a2d4767fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f7ff23628aeadd9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3f7ff23628aeadd9","status":"passed","time":{"start":1724861475045,"stop":1724861475048,"duration":3}}]},"49483aaa9fbb0f8c7913836033ea9abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e300b2384d6b6444","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e300b2384d6b6444","status":"passed","time":{"start":1724921625080,"stop":1724921625080,"duration":0}},{"uid":"12e78f06c97659e6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/12e78f06c97659e6","status":"passed","time":{"start":1724921590505,"stop":1724921590505,"duration":0}},{"uid":"6ab44b919f9d0129","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6ab44b919f9d0129","status":"passed","time":{"start":1724918287572,"stop":1724918287572,"duration":0}},{"uid":"fd4043517b917889","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fd4043517b917889","status":"passed","time":{"start":1724890047797,"stop":1724890047797,"duration":0}},{"uid":"1e3c39143b948891","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1e3c39143b948891","status":"passed","time":{"start":1724889183930,"stop":1724889183931,"duration":1}},{"uid":"7f33566ba102a7f5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7f33566ba102a7f5","status":"passed","time":{"start":1724888354178,"stop":1724888354178,"duration":0}},{"uid":"2a8dad7292c69c54","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2a8dad7292c69c54","status":"passed","time":{"start":1724887145702,"stop":1724887145703,"duration":1}},{"uid":"90d7fff2a7894999","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/90d7fff2a7894999","status":"passed","time":{"start":1724886915794,"stop":1724886915794,"duration":0}},{"uid":"c373c5f4d8f3ca73","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c373c5f4d8f3ca73","status":"passed","time":{"start":1724862341458,"stop":1724862341459,"duration":1}},{"uid":"53fad1e484c380b9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/53fad1e484c380b9","status":"passed","time":{"start":1724861805458,"stop":1724861805459,"duration":1}},{"uid":"a9e4e6cc51637a4a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a9e4e6cc51637a4a","status":"passed","time":{"start":1724861662295,"stop":1724861662296,"duration":1}},{"uid":"4106cc46e41d0797","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4106cc46e41d0797","status":"passed","time":{"start":1724861492522,"stop":1724861492523,"duration":1}}]},"6d9287ac35ecdccfb04f2b8e19da11b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d26b319ec6c2ccf7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d26b319ec6c2ccf7","status":"passed","time":{"start":1724921037641,"stop":1724921037641,"duration":0}},{"uid":"a8f90576592d1bf7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a8f90576592d1bf7","status":"passed","time":{"start":1724921013054,"stop":1724921013054,"duration":0}},{"uid":"4ce66f763507c17c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4ce66f763507c17c","status":"passed","time":{"start":1724917673296,"stop":1724917673297,"duration":1}},{"uid":"9efcd9a4fdfff52a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9efcd9a4fdfff52a","status":"passed","time":{"start":1724889452315,"stop":1724889452315,"duration":0}},{"uid":"2c028fbda162d31d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c028fbda162d31d","status":"passed","time":{"start":1724888602845,"stop":1724888602846,"duration":1}},{"uid":"c3eeebae9f176fc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c3eeebae9f176fc1","status":"passed","time":{"start":1724887759168,"stop":1724887759168,"duration":0}},{"uid":"8961759048a9887a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8961759048a9887a","status":"passed","time":{"start":1724886525548,"stop":1724886525548,"duration":0}},{"uid":"41664ba371ed917b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/41664ba371ed917b","status":"passed","time":{"start":1724886303402,"stop":1724886303402,"duration":0}},{"uid":"2f4e9cea164c0be9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2f4e9cea164c0be9","status":"passed","time":{"start":1724861752233,"stop":1724861752234,"duration":1}},{"uid":"d7e577b1015505bc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d7e577b1015505bc","status":"passed","time":{"start":1724861223359,"stop":1724861223359,"duration":0}},{"uid":"a7afc7804999b4b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a7afc7804999b4b","status":"passed","time":{"start":1724861045207,"stop":1724861045207,"duration":0}},{"uid":"dea1c40027f1d877","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dea1c40027f1d877","status":"passed","time":{"start":1724860907089,"stop":1724860907090,"duration":1}}]},"428be91c9e0c788144c5e74afcb6073a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c00dfdd223d2a900","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c00dfdd223d2a900","status":"passed","time":{"start":1724861428477,"stop":1724861428478,"duration":1}}]},"cfa31b61f2cd6d490aeaca6bc9a70e0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6c77036f707e3742","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6c77036f707e3742","status":"passed","time":{"start":1724921625078,"stop":1724921625078,"duration":0}},{"uid":"382106c1d30f8aed","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/382106c1d30f8aed","status":"passed","time":{"start":1724921590502,"stop":1724921590502,"duration":0}},{"uid":"2cad789d949b77c7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2cad789d949b77c7","status":"passed","time":{"start":1724918287570,"stop":1724918287570,"duration":0}},{"uid":"251f112ecf052b22","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/251f112ecf052b22","status":"passed","time":{"start":1724890047794,"stop":1724890047795,"duration":1}},{"uid":"fc1b26e7da873aea","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc1b26e7da873aea","status":"passed","time":{"start":1724889183927,"stop":1724889183928,"duration":1}},{"uid":"9d9cd4376ed85838","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9d9cd4376ed85838","status":"passed","time":{"start":1724888354175,"stop":1724888354175,"duration":0}},{"uid":"34642d85bea42d8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/34642d85bea42d8","status":"passed","time":{"start":1724887145688,"stop":1724887145691,"duration":3}},{"uid":"70a72941b509012c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/70a72941b509012c","status":"passed","time":{"start":1724886915791,"stop":1724886915792,"duration":1}},{"uid":"93209760a33eaa6f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/93209760a33eaa6f","status":"passed","time":{"start":1724862341456,"stop":1724862341456,"duration":0}},{"uid":"63f924340220ea82","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/63f924340220ea82","status":"passed","time":{"start":1724861805450,"stop":1724861805450,"duration":0}},{"uid":"76bd26b1b9b5aa34","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/76bd26b1b9b5aa34","status":"passed","time":{"start":1724861662291,"stop":1724861662291,"duration":0}},{"uid":"b79f8bbbbbf937fb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b79f8bbbbbf937fb","status":"passed","time":{"start":1724861492520,"stop":1724861492520,"duration":0}}]},"dadc7b5b244d13929219b88f0ca40434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7b05d4b33d446dfc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7b05d4b33d446dfc","status":"passed","time":{"start":1724921300794,"stop":1724921300828,"duration":34}},{"uid":"1658626adefd3e03","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1658626adefd3e03","status":"passed","time":{"start":1724921280720,"stop":1724921280720,"duration":0}},{"uid":"db493642b9d87806","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/db493642b9d87806","status":"passed","time":{"start":1724917963264,"stop":1724917963264,"duration":0}},{"uid":"79b3d7673cf02d3d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/79b3d7673cf02d3d","status":"passed","time":{"start":1724889734121,"stop":1724889734122,"duration":1}},{"uid":"d9802cf5dcbc85de","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9802cf5dcbc85de","status":"passed","time":{"start":1724888859623,"stop":1724888859623,"duration":0}},{"uid":"b06b1a12b913c8ab","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b06b1a12b913c8ab","status":"passed","time":{"start":1724888053954,"stop":1724888053954,"duration":0}},{"uid":"1a4c0505d50ab17c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1a4c0505d50ab17c","status":"passed","time":{"start":1724886820680,"stop":1724886820680,"duration":0}},{"uid":"d146f2e013a44495","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d146f2e013a44495","status":"passed","time":{"start":1724886589271,"stop":1724886589272,"duration":1}},{"uid":"7739a0e238200b7a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7739a0e238200b7a","status":"passed","time":{"start":1724862027807,"stop":1724862027807,"duration":0}},{"uid":"56c63ac077ac0977","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/56c63ac077ac0977","status":"passed","time":{"start":1724861484562,"stop":1724861484562,"duration":0}},{"uid":"4fe6c78b64d590c4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4fe6c78b64d590c4","status":"passed","time":{"start":1724861315159,"stop":1724861315160,"duration":1}},{"uid":"2f1f6c28f8073e34","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2f1f6c28f8073e34","status":"passed","time":{"start":1724861168761,"stop":1724861168763,"duration":2}}]},"2375efca16c2803a0edb59f4c0382f4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"95bb3a060dc6e8c2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/95bb3a060dc6e8c2","status":"passed","time":{"start":1724862320144,"stop":1724862320145,"duration":1}}]},"fb022dd2e71cecb35870262ac68f9d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"124938ee1bbe0a57","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/124938ee1bbe0a57","status":"passed","time":{"start":1724921564773,"stop":1724921564773,"duration":0}},{"uid":"21e76fa64db24e7b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/21e76fa64db24e7b","status":"passed","time":{"start":1724921518782,"stop":1724921518782,"duration":0}},{"uid":"69e21771ad9847ce","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/69e21771ad9847ce","status":"passed","time":{"start":1724918229395,"stop":1724918229396,"duration":1}},{"uid":"d8d6a5f9ccc7d157","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d8d6a5f9ccc7d157","status":"passed","time":{"start":1724889980693,"stop":1724889980694,"duration":1}},{"uid":"65f9742f2f952a3d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/65f9742f2f952a3d","status":"passed","time":{"start":1724889111156,"stop":1724889111157,"duration":1}},{"uid":"7c360693dae89f12","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7c360693dae89f12","status":"passed","time":{"start":1724888292529,"stop":1724888292530,"duration":1}},{"uid":"b05ac9915fad1916","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b05ac9915fad1916","status":"passed","time":{"start":1724887068221,"stop":1724887068221,"duration":0}},{"uid":"d6b6ce4809ae937","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d6b6ce4809ae937","status":"passed","time":{"start":1724886848919,"stop":1724886848919,"duration":0}},{"uid":"80e2601a09a76d55","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80e2601a09a76d55","status":"passed","time":{"start":1724862262044,"stop":1724862262044,"duration":0}},{"uid":"5fd91bca993db925","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5fd91bca993db925","status":"passed","time":{"start":1724861741889,"stop":1724861741889,"duration":0}},{"uid":"500aa62bbbcd05d6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/500aa62bbbcd05d6","status":"passed","time":{"start":1724861599483,"stop":1724861599483,"duration":0}},{"uid":"e09bd567964eb101","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e09bd567964eb101","status":"passed","time":{"start":1724861428471,"stop":1724861428471,"duration":0}}]},"fdc7b86e6ba88391ebd432625ff8053c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"360d88f09f5b1cd7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/360d88f09f5b1cd7","status":"passed","time":{"start":1724890032298,"stop":1724890032298,"duration":0}}]},"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1392a9091b368f92","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1392a9091b368f92","status":"passed","time":{"start":1724921672579,"stop":1724921672579,"duration":0}},{"uid":"b9185d679f2a6a50","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b9185d679f2a6a50","status":"passed","time":{"start":1724921629962,"stop":1724921629963,"duration":1}},{"uid":"a49d5e64df0e0907","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a49d5e64df0e0907","status":"passed","time":{"start":1724918337081,"stop":1724918337081,"duration":0}},{"uid":"1deca157bc5cae6d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1deca157bc5cae6d","status":"passed","time":{"start":1724890089177,"stop":1724890089177,"duration":0}},{"uid":"5e845cbbeea01418","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5e845cbbeea01418","status":"passed","time":{"start":1724889221658,"stop":1724889221659,"duration":1}},{"uid":"63c0e58b2aa7eca6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/63c0e58b2aa7eca6","status":"passed","time":{"start":1724888396186,"stop":1724888396187,"duration":1}},{"uid":"5b546c72fe86a45f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5b546c72fe86a45f","status":"passed","time":{"start":1724887170936,"stop":1724887170937,"duration":1}},{"uid":"93882cae8aac786d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/93882cae8aac786d","status":"passed","time":{"start":1724886948523,"stop":1724886948523,"duration":0}},{"uid":"af3295a8b3392496","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/af3295a8b3392496","status":"passed","time":{"start":1724862370751,"stop":1724862370752,"duration":1}},{"uid":"a84527057fb63d39","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a84527057fb63d39","status":"passed","time":{"start":1724861845157,"stop":1724861845157,"duration":0}},{"uid":"38dd11b63e2c0792","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/38dd11b63e2c0792","status":"passed","time":{"start":1724861703113,"stop":1724861703115,"duration":2}},{"uid":"73023e4b4933a88d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/73023e4b4933a88d","status":"passed","time":{"start":1724861530972,"stop":1724861530975,"duration":3}}]},"a049ac393f09a0bdae37c1e840c53d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cb5bfb0703ab716d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cb5bfb0703ab716d","status":"passed","time":{"start":1724921663255,"stop":1724921663255,"duration":0}},{"uid":"d0a3b4ed905ef3c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d0a3b4ed905ef3c","status":"passed","time":{"start":1724921617880,"stop":1724921617881,"duration":1}},{"uid":"ea3fab7a27072faa","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ea3fab7a27072faa","status":"passed","time":{"start":1724918326162,"stop":1724918326162,"duration":0}},{"uid":"47fdf97fdcc70f96","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/47fdf97fdcc70f96","status":"passed","time":{"start":1724890076393,"stop":1724890076394,"duration":1}},{"uid":"78ccce551f547adf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/78ccce551f547adf","status":"passed","time":{"start":1724889199691,"stop":1724889199691,"duration":0}},{"uid":"414b98d4f675685f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/414b98d4f675685f","status":"passed","time":{"start":1724888382427,"stop":1724888382428,"duration":1}},{"uid":"e2fed4bc1a0de5db","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e2fed4bc1a0de5db","status":"passed","time":{"start":1724887156369,"stop":1724887156370,"duration":1}},{"uid":"b9f9946c2ab023e4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b9f9946c2ab023e4","status":"passed","time":{"start":1724886936172,"stop":1724886936173,"duration":1}},{"uid":"b513d8388a1e2844","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b513d8388a1e2844","status":"passed","time":{"start":1724862347647,"stop":1724862347648,"duration":1}},{"uid":"4aae91ebd0a275b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4aae91ebd0a275b","status":"passed","time":{"start":1724861827958,"stop":1724861827958,"duration":0}},{"uid":"55e6ed8d3e1edb62","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/55e6ed8d3e1edb62","status":"passed","time":{"start":1724861685960,"stop":1724861685961,"duration":1}},{"uid":"dd7d696bffefc491","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dd7d696bffefc491","status":"passed","time":{"start":1724861514747,"stop":1724861514747,"duration":0}}]},"b3aadb566e6a3a49a6630ed038c939f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"827ddc623973d149","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/827ddc623973d149","status":"passed","time":{"start":1724921270365,"stop":1724921270365,"duration":0}},{"uid":"e467e73e08d54e3f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e467e73e08d54e3f","status":"passed","time":{"start":1724921247827,"stop":1724921247827,"duration":0}},{"uid":"82220138614a3206","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/82220138614a3206","status":"passed","time":{"start":1724917989825,"stop":1724917989825,"duration":0}},{"uid":"5ba52415e9664739","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ba52415e9664739","status":"passed","time":{"start":1724889678569,"stop":1724889678569,"duration":0}},{"uid":"acbfaf70aaf8d541","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/acbfaf70aaf8d541","status":"passed","time":{"start":1724888829848,"stop":1724888829851,"duration":3}},{"uid":"298eb6a14ac3c914","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/298eb6a14ac3c914","status":"passed","time":{"start":1724888077017,"stop":1724888077018,"duration":1}},{"uid":"9a31a5259c68faab","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9a31a5259c68faab","status":"passed","time":{"start":1724886851131,"stop":1724886851131,"duration":0}},{"uid":"7ddc7037d9c4780c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7ddc7037d9c4780c","status":"passed","time":{"start":1724886647121,"stop":1724886647124,"duration":3}},{"uid":"8978b79d5c1e3c28","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8978b79d5c1e3c28","status":"passed","time":{"start":1724861992717,"stop":1724861992717,"duration":0}},{"uid":"f99aa4e3c50fe431","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f99aa4e3c50fe431","status":"passed","time":{"start":1724861469649,"stop":1724861469649,"duration":0}},{"uid":"169cd8362a456c04","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/169cd8362a456c04","status":"passed","time":{"start":1724861284871,"stop":1724861284871,"duration":0}},{"uid":"a7a12fe409d7a5c7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a7a12fe409d7a5c7","status":"passed","time":{"start":1724861145819,"stop":1724861145819,"duration":0}}]},"bf2752477aeaa2d40ac83c25552a24c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1d2dd9c2cb5f4d0e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1d2dd9c2cb5f4d0e","status":"passed","time":{"start":1724921267869,"stop":1724921267869,"duration":0}},{"uid":"7a784fade05fb05f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7a784fade05fb05f","status":"passed","time":{"start":1724921244367,"stop":1724921244368,"duration":1}},{"uid":"be093ff86f1b3587","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/be093ff86f1b3587","status":"passed","time":{"start":1724917916044,"stop":1724917916051,"duration":7}},{"uid":"2b061e52965938ec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b061e52965938ec","status":"passed","time":{"start":1724889678254,"stop":1724889678255,"duration":1}},{"uid":"c2be370b83d40eb3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2be370b83d40eb3","status":"passed","time":{"start":1724888831683,"stop":1724888831684,"duration":1}},{"uid":"247ab663f23487ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/247ab663f23487ea","status":"passed","time":{"start":1724888003319,"stop":1724888003320,"duration":1}},{"uid":"933e645139f41e88","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/933e645139f41e88","status":"passed","time":{"start":1724886776608,"stop":1724886776608,"duration":0}},{"uid":"28699b9efed82cf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/28699b9efed82cf","status":"passed","time":{"start":1724886555795,"stop":1724886555796,"duration":1}},{"uid":"a7f50f8b74e28ff4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a7f50f8b74e28ff4","status":"passed","time":{"start":1724861983006,"stop":1724861983006,"duration":0}},{"uid":"d6ba68b984ae9e29","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d6ba68b984ae9e29","status":"passed","time":{"start":1724861444066,"stop":1724861444066,"duration":0}},{"uid":"16b0c07f57a6efd1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/16b0c07f57a6efd1","status":"passed","time":{"start":1724861285829,"stop":1724861285829,"duration":0}},{"uid":"bca9a8fcf72431a8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bca9a8fcf72431a8","status":"passed","time":{"start":1724861145665,"stop":1724861145665,"duration":0}}]},"1864ee3b2dd8d4576390c89c0be11e80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"139a37b8cb2c8888","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/139a37b8cb2c8888","status":"passed","time":{"start":1724921498166,"stop":1724921498167,"duration":1}},{"uid":"1126b5001e6b1f21","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1126b5001e6b1f21","status":"passed","time":{"start":1724921408646,"stop":1724921408646,"duration":0}},{"uid":"d71bdd4cc021ac5c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d71bdd4cc021ac5c","status":"passed","time":{"start":1724918130637,"stop":1724918130637,"duration":0}},{"uid":"3139e242ee2b2065","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3139e242ee2b2065","status":"passed","time":{"start":1724889892838,"stop":1724889892838,"duration":0}},{"uid":"3205286a139c7923","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3205286a139c7923","status":"passed","time":{"start":1724888997476,"stop":1724888997476,"duration":0}},{"uid":"d9fbf9254e6d88a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d9fbf9254e6d88a9","status":"passed","time":{"start":1724888199974,"stop":1724888199974,"duration":0}},{"uid":"51e122a3caa0b8d7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/51e122a3caa0b8d7","status":"passed","time":{"start":1724886961758,"stop":1724886961758,"duration":0}},{"uid":"839102f0db08ef9e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/839102f0db08ef9e","status":"passed","time":{"start":1724886743547,"stop":1724886743548,"duration":1}},{"uid":"a6922f8e97f15620","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a6922f8e97f15620","status":"passed","time":{"start":1724862150873,"stop":1724862150874,"duration":1}},{"uid":"8240699d5598aa","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8240699d5598aa","status":"passed","time":{"start":1724861627758,"stop":1724861627759,"duration":1}},{"uid":"79e7f827957c2dc1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/79e7f827957c2dc1","status":"passed","time":{"start":1724861501294,"stop":1724861501294,"duration":0}},{"uid":"f2ee7455d073c972","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f2ee7455d073c972","status":"passed","time":{"start":1724861330460,"stop":1724861330460,"duration":0}}]},"77b5bec6a76d452cc8e6fc116f162969:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"46e452412bb97499","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/46e452412bb97499","status":"passed","time":{"start":1724862298394,"stop":1724862298394,"duration":0}}]},"b5c2c2b77727ad8ac01a05b89d8f6a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ae4b6c09dd2e3130","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ae4b6c09dd2e3130","status":"passed","time":{"start":1724921419682,"stop":1724921419682,"duration":0}},{"uid":"886e2bc84d2d593f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/886e2bc84d2d593f","status":"passed","time":{"start":1724921400503,"stop":1724921400503,"duration":0}},{"uid":"24fd91f6cc17d871","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/24fd91f6cc17d871","status":"passed","time":{"start":1724918124175,"stop":1724918124175,"duration":0}},{"uid":"bb9a3305753583ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bb9a3305753583ae","status":"passed","time":{"start":1724889845312,"stop":1724889845313,"duration":1}},{"uid":"974783ef4a88a9eb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/974783ef4a88a9eb","status":"passed","time":{"start":1724888978753,"stop":1724888978753,"duration":0}},{"uid":"f60e385d6eaec1a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f60e385d6eaec1a9","status":"passed","time":{"start":1724888199758,"stop":1724888199758,"duration":0}},{"uid":"c581d58887a48661","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c581d58887a48661","status":"passed","time":{"start":1724886961475,"stop":1724886961475,"duration":0}},{"uid":"bd0b6ff6481b09df","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bd0b6ff6481b09df","status":"passed","time":{"start":1724886743395,"stop":1724886743395,"duration":0}},{"uid":"6df347e23c0ab8a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6df347e23c0ab8a","status":"passed","time":{"start":1724862150655,"stop":1724862150656,"duration":1}},{"uid":"bfd97fb1380ec8c3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bfd97fb1380ec8c3","status":"passed","time":{"start":1724861627580,"stop":1724861627581,"duration":1}},{"uid":"fa26f13e7351443b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fa26f13e7351443b","status":"passed","time":{"start":1724861501070,"stop":1724861501070,"duration":0}},{"uid":"8462ac8278ad70a3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8462ac8278ad70a3","status":"passed","time":{"start":1724861297168,"stop":1724861297168,"duration":0}}]},"ad7d09d2eb5cdad3ab8e198e9b98bf8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e890a7495904d422","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e890a7495904d422","status":"passed","time":{"start":1724921296997,"stop":1724921296998,"duration":1}},{"uid":"b398d21a65c75d49","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b398d21a65c75d49","status":"passed","time":{"start":1724921276362,"stop":1724921276363,"duration":1}},{"uid":"6ce76706a96b8503","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6ce76706a96b8503","status":"passed","time":{"start":1724917948308,"stop":1724917948309,"duration":1}},{"uid":"b8f3d399d55898a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8f3d399d55898a0","status":"passed","time":{"start":1724889729004,"stop":1724889729004,"duration":0}},{"uid":"4e15da88b80b8410","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4e15da88b80b8410","status":"passed","time":{"start":1724888864949,"stop":1724888864949,"duration":0}},{"uid":"6e6ba7d886c90a93","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6e6ba7d886c90a93","status":"passed","time":{"start":1724888053731,"stop":1724888053732,"duration":1}},{"uid":"d6b55b8ab010c433","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d6b55b8ab010c433","status":"passed","time":{"start":1724886811647,"stop":1724886811647,"duration":0}},{"uid":"82b35cc26349781e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/82b35cc26349781e","status":"passed","time":{"start":1724886580999,"stop":1724886581000,"duration":1}},{"uid":"87f60d5fd3fe487c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/87f60d5fd3fe487c","status":"passed","time":{"start":1724862019555,"stop":1724862019555,"duration":0}},{"uid":"9be21e989a4c7703","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9be21e989a4c7703","status":"passed","time":{"start":1724861493933,"stop":1724861493933,"duration":0}},{"uid":"5322003175587d50","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5322003175587d50","status":"passed","time":{"start":1724861318013,"stop":1724861318013,"duration":0}},{"uid":"c2c4e4dad27b46d9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c2c4e4dad27b46d9","status":"passed","time":{"start":1724861178506,"stop":1724861178507,"duration":1}}]},"c85f58aaf61e58a00e15389c4047b385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b5ac7e630fdb1e1e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b5ac7e630fdb1e1e","status":"passed","time":{"start":1724921270354,"stop":1724921270355,"duration":1}},{"uid":"c66de8b8edaea92f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c66de8b8edaea92f","status":"passed","time":{"start":1724921247815,"stop":1724921247816,"duration":1}},{"uid":"d07209e8319b4c1f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d07209e8319b4c1f","status":"passed","time":{"start":1724917989816,"stop":1724917989816,"duration":0}},{"uid":"5e0e875253317f3d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5e0e875253317f3d","status":"passed","time":{"start":1724889678548,"stop":1724889678549,"duration":1}},{"uid":"c452d60b7d0f2b1c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c452d60b7d0f2b1c","status":"passed","time":{"start":1724888829835,"stop":1724888829840,"duration":5}},{"uid":"9920dac2744f18e1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9920dac2744f18e1","status":"passed","time":{"start":1724888076996,"stop":1724888077001,"duration":5}},{"uid":"60512f294e0fa00","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/60512f294e0fa00","status":"passed","time":{"start":1724886851123,"stop":1724886851123,"duration":0}},{"uid":"315c7effaa014be6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/315c7effaa014be6","status":"passed","time":{"start":1724886647100,"stop":1724886647105,"duration":5}},{"uid":"fcf9507d98cd2bf7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fcf9507d98cd2bf7","status":"passed","time":{"start":1724861992711,"stop":1724861992711,"duration":0}},{"uid":"c6dbd4350f8f26a4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c6dbd4350f8f26a4","status":"passed","time":{"start":1724861469640,"stop":1724861469640,"duration":0}},{"uid":"42adb142002ac615","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/42adb142002ac615","status":"passed","time":{"start":1724861284855,"stop":1724861284855,"duration":0}},{"uid":"ef25689c93f1b5bb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ef25689c93f1b5bb","status":"passed","time":{"start":1724861145800,"stop":1724861145800,"duration":0}}]},"86d40f5580239eeb3f68326e9a3da832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"841e7b02904a2c8e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/841e7b02904a2c8e","status":"passed","time":{"start":1724921046207,"stop":1724921046207,"duration":0}},{"uid":"65f338d8b41a90a0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/65f338d8b41a90a0","status":"passed","time":{"start":1724921021479,"stop":1724921021479,"duration":0}},{"uid":"75b5d7c13fb61181","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/75b5d7c13fb61181","status":"passed","time":{"start":1724917681727,"stop":1724917681727,"duration":0}},{"uid":"b644d71d895ed3a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b644d71d895ed3a0","status":"passed","time":{"start":1724889460655,"stop":1724889460655,"duration":0}},{"uid":"7e97a7c69224aac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e97a7c69224aac","status":"passed","time":{"start":1724888611298,"stop":1724888611298,"duration":0}},{"uid":"a03148e689a63e2d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a03148e689a63e2d","status":"passed","time":{"start":1724887767623,"stop":1724887767623,"duration":0}},{"uid":"686d1ed121b879d6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/686d1ed121b879d6","status":"passed","time":{"start":1724886533994,"stop":1724886533994,"duration":0}},{"uid":"2f4346ae58e2dfb3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2f4346ae58e2dfb3","status":"passed","time":{"start":1724886311761,"stop":1724886311761,"duration":0}},{"uid":"3fa065cbd7d8c84d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3fa065cbd7d8c84d","status":"passed","time":{"start":1724861760779,"stop":1724861760779,"duration":0}},{"uid":"7feec795fe00ed33","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7feec795fe00ed33","status":"passed","time":{"start":1724861231737,"stop":1724861231737,"duration":0}},{"uid":"9f13261c75816225","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9f13261c75816225","status":"passed","time":{"start":1724861054260,"stop":1724861054260,"duration":0}},{"uid":"c0f601943414efc0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c0f601943414efc0","status":"passed","time":{"start":1724860915817,"stop":1724860915817,"duration":0}}]},"70d7547be438461c26595f81e1b0f627:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e638d479c183c82a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e638d479c183c82a","status":"passed","time":{"start":1724921515224,"stop":1724921515224,"duration":0}},{"uid":"2d793ce18d333328","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2d793ce18d333328","status":"passed","time":{"start":1724921475444,"stop":1724921475444,"duration":0}},{"uid":"2a09c5eab49a8b51","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2a09c5eab49a8b51","status":"passed","time":{"start":1724918179398,"stop":1724918179398,"duration":0}},{"uid":"80ff26b432a3709b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80ff26b432a3709b","status":"passed","time":{"start":1724889935339,"stop":1724889935339,"duration":0}},{"uid":"71a94080081a1b34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/71a94080081a1b34","status":"passed","time":{"start":1724889072751,"stop":1724889072751,"duration":0}},{"uid":"391c7ed2f43d6152","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/391c7ed2f43d6152","status":"passed","time":{"start":1724888232412,"stop":1724888232413,"duration":1}},{"uid":"dd809e83bbedfaae","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dd809e83bbedfaae","status":"passed","time":{"start":1724887018300,"stop":1724887018301,"duration":1}},{"uid":"bbec18ccf6806b63","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bbec18ccf6806b63","status":"passed","time":{"start":1724886781477,"stop":1724886781477,"duration":0}},{"uid":"68f58f43e17b685","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/68f58f43e17b685","status":"passed","time":{"start":1724862213660,"stop":1724862213660,"duration":0}},{"uid":"d1dcaa60f4c36534","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d1dcaa60f4c36534","status":"passed","time":{"start":1724861685853,"stop":1724861685854,"duration":1}},{"uid":"3c1a5d5c41b4cdf5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3c1a5d5c41b4cdf5","status":"passed","time":{"start":1724861546170,"stop":1724861546170,"duration":0}},{"uid":"872f5351c3484706","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/872f5351c3484706","status":"passed","time":{"start":1724861378108,"stop":1724861378109,"duration":1}}]},"0c1097afd260126f193fa34dcaf4ba31:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d689e13473f03b0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3d689e13473f03b0","status":"passed","time":{"start":1724861475031,"stop":1724861475032,"duration":1}}]},"253c27d464100cdb4c0cdda026373878:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ab935c6549faaae2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ab935c6549faaae2","status":"passed","time":{"start":1724921037643,"stop":1724921037643,"duration":0}},{"uid":"696a2527f4a3e163","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/696a2527f4a3e163","status":"passed","time":{"start":1724921013056,"stop":1724921013056,"duration":0}},{"uid":"a3f7559624268f3a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a3f7559624268f3a","status":"passed","time":{"start":1724917673298,"stop":1724917673298,"duration":0}},{"uid":"d3e0dac7192d90ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3e0dac7192d90ba","status":"passed","time":{"start":1724889452317,"stop":1724889452317,"duration":0}},{"uid":"d444ecf715b8ec8f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d444ecf715b8ec8f","status":"passed","time":{"start":1724888602848,"stop":1724888602849,"duration":1}},{"uid":"5276613c4c3fd463","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5276613c4c3fd463","status":"passed","time":{"start":1724887759170,"stop":1724887759170,"duration":0}},{"uid":"f5a6207c68b828e6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f5a6207c68b828e6","status":"passed","time":{"start":1724886525549,"stop":1724886525550,"duration":1}},{"uid":"98b8184e3b76453d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/98b8184e3b76453d","status":"passed","time":{"start":1724886303403,"stop":1724886303404,"duration":1}},{"uid":"488a765d4c6f7b62","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/488a765d4c6f7b62","status":"passed","time":{"start":1724861752235,"stop":1724861752236,"duration":1}},{"uid":"c503ad00a6de27e3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c503ad00a6de27e3","status":"passed","time":{"start":1724861223361,"stop":1724861223361,"duration":0}},{"uid":"28fbf5f8b29f1c74","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/28fbf5f8b29f1c74","status":"passed","time":{"start":1724861045209,"stop":1724861045209,"duration":0}},{"uid":"653ba0838fccb24a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/653ba0838fccb24a","status":"passed","time":{"start":1724860907092,"stop":1724860907092,"duration":0}}]},"5b3b4672988337decb5567953687c65a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b66054eb6630cc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b66054eb6630cc1","status":"passed","time":{"start":1724887018313,"stop":1724887018313,"duration":0}}]},"1cf9be6ead4b6e2cb97b7dcd34290d54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"920bb1ae193a435d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/920bb1ae193a435d","status":"passed","time":{"start":1724886906379,"stop":1724886906380,"duration":1}}]},"22b802e90f2e2e56045d48d1dd7a3e3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"54e6693e218f7725","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/54e6693e218f7725","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515418,"stop":1724921515418,"duration":0}},{"uid":"2694a8bff88e3c97","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2694a8bff88e3c97","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475838,"stop":1724921475838,"duration":0}},{"uid":"4520ee16ee58df87","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4520ee16ee58df87","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179672,"stop":1724918179672,"duration":0}},{"uid":"972b75ce0942d9d1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/972b75ce0942d9d1","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935529,"stop":1724889935530,"duration":1}},{"uid":"2aa48e8cfc8e1065","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2aa48e8cfc8e1065","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072943,"stop":1724889072943,"duration":0}},{"uid":"de8195e8b442cf71","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/de8195e8b442cf71","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232586,"stop":1724888232586,"duration":0}},{"uid":"5290826010e24d32","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5290826010e24d32","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018517,"stop":1724887018517,"duration":0}},{"uid":"c962829ba8ea2358","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c962829ba8ea2358","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781723,"stop":1724886781723,"duration":0}},{"uid":"f2f184d4810dcc87","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2f184d4810dcc87","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213903,"stop":1724862213903,"duration":0}},{"uid":"f200a99cb00cc0db","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f200a99cb00cc0db","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861686113,"stop":1724861686114,"duration":1}},{"uid":"9492190cff380fbd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9492190cff380fbd","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546460,"stop":1724861546461,"duration":1}},{"uid":"727e562545312d99","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/727e562545312d99","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378278,"stop":1724861378278,"duration":0}}]},"4a2293634784771f7235a02f6bd30762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6cc069dc9d385495","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6cc069dc9d385495","status":"passed","time":{"start":1724921270351,"stop":1724921270351,"duration":0}},{"uid":"72514f14359a382a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/72514f14359a382a","status":"passed","time":{"start":1724921247809,"stop":1724921247810,"duration":1}},{"uid":"521e5415c8596ac2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/521e5415c8596ac2","status":"passed","time":{"start":1724917989813,"stop":1724917989813,"duration":0}},{"uid":"341c779685bdd89d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/341c779685bdd89d","status":"passed","time":{"start":1724889678540,"stop":1724889678541,"duration":1}},{"uid":"b4f4916ec80827b4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4f4916ec80827b4","status":"passed","time":{"start":1724888829832,"stop":1724888829832,"duration":0}},{"uid":"3d3f8e88a6d0456e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3d3f8e88a6d0456e","status":"passed","time":{"start":1724888076981,"stop":1724888076982,"duration":1}},{"uid":"d462179df47522c4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d462179df47522c4","status":"passed","time":{"start":1724886851119,"stop":1724886851120,"duration":1}},{"uid":"662cc21ce7c7c12f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/662cc21ce7c7c12f","status":"passed","time":{"start":1724886647076,"stop":1724886647078,"duration":2}},{"uid":"3b2e6e06e372e692","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3b2e6e06e372e692","status":"passed","time":{"start":1724861992707,"stop":1724861992707,"duration":0}},{"uid":"e897fad9c558928e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e897fad9c558928e","status":"passed","time":{"start":1724861469636,"stop":1724861469636,"duration":0}},{"uid":"4482dca662be6a7f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4482dca662be6a7f","status":"passed","time":{"start":1724861284851,"stop":1724861284851,"duration":0}},{"uid":"95a0476a9e13d360","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/95a0476a9e13d360","status":"passed","time":{"start":1724861145796,"stop":1724861145797,"duration":1}}]},"872701a64ab4958d57a451985582aea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"561ee8a433478ce","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/561ee8a433478ce","status":"passed","time":{"start":1724921620610,"stop":1724921620611,"duration":1}},{"uid":"70d4d5b775b6328e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/70d4d5b775b6328e","status":"passed","time":{"start":1724921566692,"stop":1724921566693,"duration":1}},{"uid":"ee44ced2c918f6d5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ee44ced2c918f6d5","status":"passed","time":{"start":1724918280554,"stop":1724918280555,"duration":1}},{"uid":"fbced9fbdcb778be","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fbced9fbdcb778be","status":"passed","time":{"start":1724890019470,"stop":1724890019470,"duration":0}},{"uid":"343f1a057f63d713","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/343f1a057f63d713","status":"passed","time":{"start":1724889148723,"stop":1724889148723,"duration":0}},{"uid":"45fbb0b50c621f9d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/45fbb0b50c621f9d","status":"passed","time":{"start":1724888331965,"stop":1724888331965,"duration":0}},{"uid":"1dfdc0a721bb528e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1dfdc0a721bb528e","status":"passed","time":{"start":1724887107115,"stop":1724887107116,"duration":1}},{"uid":"7d4ca2f6c95ee196","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7d4ca2f6c95ee196","status":"passed","time":{"start":1724886889609,"stop":1724886889610,"duration":1}},{"uid":"6bcc99cd0ba934a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6bcc99cd0ba934a9","status":"passed","time":{"start":1724862298791,"stop":1724862298792,"duration":1}},{"uid":"c24bede33b032af5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c24bede33b032af5","status":"passed","time":{"start":1724861779265,"stop":1724861779266,"duration":1}},{"uid":"455e92351754a1ab","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/455e92351754a1ab","status":"passed","time":{"start":1724861646563,"stop":1724861646564,"duration":1}},{"uid":"e8f2c185d60898aa","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e8f2c185d60898aa","status":"passed","time":{"start":1724861466616,"stop":1724861466616,"duration":0}}]},"ebf89e30778dc608daa4afe853022171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ccf0ac6e277c9e3e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ccf0ac6e277c9e3e","status":"passed","time":{"start":1724921515230,"stop":1724921515230,"duration":0}},{"uid":"2868c41872bbf24f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2868c41872bbf24f","status":"passed","time":{"start":1724921475456,"stop":1724921475457,"duration":1}},{"uid":"1f8da966f9b931b8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1f8da966f9b931b8","status":"passed","time":{"start":1724918179404,"stop":1724918179404,"duration":0}},{"uid":"d915f789c28e8161","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d915f789c28e8161","status":"passed","time":{"start":1724889935344,"stop":1724889935344,"duration":0}},{"uid":"8193a18f50ac2d55","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8193a18f50ac2d55","status":"passed","time":{"start":1724889072758,"stop":1724889072758,"duration":0}},{"uid":"1ded63a60ace7fda","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1ded63a60ace7fda","status":"passed","time":{"start":1724888232418,"stop":1724888232419,"duration":1}},{"uid":"b35dd5b9bd92fb1e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b35dd5b9bd92fb1e","status":"passed","time":{"start":1724887018306,"stop":1724887018306,"duration":0}},{"uid":"16b2a1183979b2d9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/16b2a1183979b2d9","status":"passed","time":{"start":1724886781483,"stop":1724886781483,"duration":0}},{"uid":"97be1a18825a9813","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97be1a18825a9813","status":"passed","time":{"start":1724862213666,"stop":1724862213666,"duration":0}},{"uid":"6ddf7419e013ee45","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6ddf7419e013ee45","status":"passed","time":{"start":1724861685859,"stop":1724861685859,"duration":0}},{"uid":"52110ed1746f040f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/52110ed1746f040f","status":"passed","time":{"start":1724861546181,"stop":1724861546181,"duration":0}},{"uid":"c89f1bef05745064","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c89f1bef05745064","status":"passed","time":{"start":1724861378114,"stop":1724861378115,"duration":1}}]},"0192a0d82b69fbd8e26f13fce5c1dc84:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fdec90889f5297e4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fdec90889f5297e4","status":"passed","time":{"start":1724918298103,"stop":1724918298103,"duration":0}}]},"e6cb6493af057fff1c8f6a17a41eebd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1fa87ef30ba02d51","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1fa87ef30ba02d51","status":"passed","time":{"start":1724921300790,"stop":1724921300791,"duration":1}},{"uid":"5aeceea44bfbe2d3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5aeceea44bfbe2d3","status":"passed","time":{"start":1724921280719,"stop":1724921280719,"duration":0}},{"uid":"9da636b8bb130965","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9da636b8bb130965","status":"passed","time":{"start":1724917963263,"stop":1724917963263,"duration":0}},{"uid":"47e379600989d1a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/47e379600989d1a7","status":"passed","time":{"start":1724889734120,"stop":1724889734121,"duration":1}},{"uid":"37c4521a5e119c75","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37c4521a5e119c75","status":"passed","time":{"start":1724888859619,"stop":1724888859620,"duration":1}},{"uid":"aa81687df293201a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aa81687df293201a","status":"passed","time":{"start":1724888053953,"stop":1724888053953,"duration":0}},{"uid":"2981acf5b86951f8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2981acf5b86951f8","status":"passed","time":{"start":1724886820677,"stop":1724886820677,"duration":0}},{"uid":"2b36f7bd6c98277b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2b36f7bd6c98277b","status":"passed","time":{"start":1724886589268,"stop":1724886589269,"duration":1}},{"uid":"7853b489efcd7656","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7853b489efcd7656","status":"passed","time":{"start":1724862027794,"stop":1724862027795,"duration":1}},{"uid":"49ffac51825c9229","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/49ffac51825c9229","status":"passed","time":{"start":1724861484561,"stop":1724861484561,"duration":0}},{"uid":"dbbb0d8e44ea0848","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dbbb0d8e44ea0848","status":"passed","time":{"start":1724861315157,"stop":1724861315158,"duration":1}},{"uid":"b86fc36f9547d7da","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b86fc36f9547d7da","status":"passed","time":{"start":1724861168759,"stop":1724861168760,"duration":1}}]},"49168a22e20bde9a6809d28d4dfd8423:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"eee6608875102748","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/eee6608875102748","status":"passed","time":{"start":1724921640664,"stop":1724921640664,"duration":0}},{"uid":"b09e86ea39b91009","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b09e86ea39b91009","status":"passed","time":{"start":1724921597594,"stop":1724921597596,"duration":2}},{"uid":"60795a0ac7c42cdd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/60795a0ac7c42cdd","status":"passed","time":{"start":1724918306249,"stop":1724918306250,"duration":1}},{"uid":"63630ade6276ca47","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/63630ade6276ca47","status":"passed","time":{"start":1724890060301,"stop":1724890060301,"duration":0}},{"uid":"b489cc5b13b23fd0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b489cc5b13b23fd0","status":"passed","time":{"start":1724889191329,"stop":1724889191329,"duration":0}},{"uid":"e5ceb4046383d235","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e5ceb4046383d235","status":"passed","time":{"start":1724888368607,"stop":1724888368607,"duration":0}},{"uid":"1d7dcdbc0db2a2a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1d7dcdbc0db2a2a2","status":"passed","time":{"start":1724887150940,"stop":1724887150940,"duration":0}},{"uid":"984a43ba3948f11d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/984a43ba3948f11d","status":"passed","time":{"start":1724886928811,"stop":1724886928812,"duration":1}},{"uid":"456fb85db8e562f7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/456fb85db8e562f7","status":"passed","time":{"start":1724862346043,"stop":1724862346044,"duration":1}},{"uid":"373b37b678e9ce01","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/373b37b678e9ce01","status":"passed","time":{"start":1724861823100,"stop":1724861823101,"duration":1}},{"uid":"43d770d331d97942","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/43d770d331d97942","status":"passed","time":{"start":1724861677723,"stop":1724861677724,"duration":1}},{"uid":"30d2f31ed7eb7ef3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/30d2f31ed7eb7ef3","status":"passed","time":{"start":1724861503961,"stop":1724861503962,"duration":1}}]},"630a161fcb0b80f3239dfe6d811e518b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7d38d57bd1c2141b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7d38d57bd1c2141b","status":"passed","time":{"start":1724921663254,"stop":1724921663254,"duration":0}},{"uid":"7471f0af7515747","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7471f0af7515747","status":"passed","time":{"start":1724921617879,"stop":1724921617879,"duration":0}},{"uid":"9c94df94e37c0d4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9c94df94e37c0d4","status":"passed","time":{"start":1724918326160,"stop":1724918326160,"duration":0}},{"uid":"4562bbe6d655d20d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4562bbe6d655d20d","status":"passed","time":{"start":1724890076392,"stop":1724890076392,"duration":0}},{"uid":"b217668931409c17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b217668931409c17","status":"passed","time":{"start":1724889199687,"stop":1724889199688,"duration":1}},{"uid":"e7af712312b6a09f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e7af712312b6a09f","status":"passed","time":{"start":1724888382421,"stop":1724888382426,"duration":5}},{"uid":"4a1b8dc8d8211b0a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a1b8dc8d8211b0a","status":"passed","time":{"start":1724887156367,"stop":1724887156368,"duration":1}},{"uid":"450cf81bee0c55da","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/450cf81bee0c55da","status":"passed","time":{"start":1724886936169,"stop":1724886936170,"duration":1}},{"uid":"efb74a6d15e21959","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/efb74a6d15e21959","status":"passed","time":{"start":1724862347642,"stop":1724862347645,"duration":3}},{"uid":"e2cb53783152b374","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e2cb53783152b374","status":"passed","time":{"start":1724861827952,"stop":1724861827952,"duration":0}},{"uid":"881c3ccc6590d207","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/881c3ccc6590d207","status":"passed","time":{"start":1724861685958,"stop":1724861685959,"duration":1}},{"uid":"c0f15fdc0507310b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c0f15fdc0507310b","status":"passed","time":{"start":1724861514746,"stop":1724861514746,"duration":0}}]},"35a579dd64bb3df6340ab4888f010cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8856151394015ef7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8856151394015ef7","status":"passed","time":{"start":1724921267869,"stop":1724921267870,"duration":1}},{"uid":"bb2ed1763d07697e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bb2ed1763d07697e","status":"passed","time":{"start":1724921244368,"stop":1724921244369,"duration":1}},{"uid":"14e1b735c376076a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/14e1b735c376076a","status":"passed","time":{"start":1724917916051,"stop":1724917916051,"duration":0}},{"uid":"2dad838a87d47d2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2dad838a87d47d2","status":"passed","time":{"start":1724889678255,"stop":1724889678255,"duration":0}},{"uid":"29814191470a6d00","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29814191470a6d00","status":"passed","time":{"start":1724888831684,"stop":1724888831684,"duration":0}},{"uid":"b910fbc2dedb6756","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b910fbc2dedb6756","status":"passed","time":{"start":1724888003320,"stop":1724888003320,"duration":0}},{"uid":"9a35c315fc71e3ef","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9a35c315fc71e3ef","status":"passed","time":{"start":1724886776609,"stop":1724886776609,"duration":0}},{"uid":"b56fb18322afdf7c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b56fb18322afdf7c","status":"passed","time":{"start":1724886555796,"stop":1724886555797,"duration":1}},{"uid":"b5ae14fbab862e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b5ae14fbab862e0","status":"passed","time":{"start":1724861983006,"stop":1724861983006,"duration":0}},{"uid":"bf5bb184921d2974","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bf5bb184921d2974","status":"passed","time":{"start":1724861444066,"stop":1724861444066,"duration":0}},{"uid":"9ea3a9f7f8fa0aba","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9ea3a9f7f8fa0aba","status":"passed","time":{"start":1724861285829,"stop":1724861285834,"duration":5}},{"uid":"e81027714003addf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e81027714003addf","status":"passed","time":{"start":1724861145665,"stop":1724861145666,"duration":1}}]},"52ff749803f81979754a5a8620130081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a4f160a103cf7c2f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a4f160a103cf7c2f","status":"passed","time":{"start":1724921564774,"stop":1724921564775,"duration":1}},{"uid":"2420923dc42b1360","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2420923dc42b1360","status":"passed","time":{"start":1724921518785,"stop":1724921518786,"duration":1}},{"uid":"dc1288933ca79f45","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dc1288933ca79f45","status":"passed","time":{"start":1724918229397,"stop":1724918229398,"duration":1}},{"uid":"15a487d2fca4a3a5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/15a487d2fca4a3a5","status":"passed","time":{"start":1724889980698,"stop":1724889980700,"duration":2}},{"uid":"d9fbdbb36c994d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9fbdbb36c994d9","status":"passed","time":{"start":1724889111160,"stop":1724889111161,"duration":1}},{"uid":"d774af415080ff16","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d774af415080ff16","status":"passed","time":{"start":1724888292531,"stop":1724888292531,"duration":0}},{"uid":"c23ca7c77ce58006","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c23ca7c77ce58006","status":"passed","time":{"start":1724887068223,"stop":1724887068223,"duration":0}},{"uid":"1e16b2d59f16e53c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1e16b2d59f16e53c","status":"passed","time":{"start":1724886848922,"stop":1724886848923,"duration":1}},{"uid":"72adadc59f11e7fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72adadc59f11e7fd","status":"passed","time":{"start":1724862262045,"stop":1724862262046,"duration":1}},{"uid":"24f5f42e649571fe","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/24f5f42e649571fe","status":"passed","time":{"start":1724861741891,"stop":1724861741891,"duration":0}},{"uid":"bf2c40b8ed051b40","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bf2c40b8ed051b40","status":"passed","time":{"start":1724861599486,"stop":1724861599486,"duration":0}},{"uid":"917b5845d86f948","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/917b5845d86f948","status":"passed","time":{"start":1724861428473,"stop":1724861428473,"duration":0}}]},"4c8b57b794787833962fd89002e38b1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"12dc4d7b693e9e32","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/12dc4d7b693e9e32","status":"passed","time":{"start":1724921625083,"stop":1724921625083,"duration":0}},{"uid":"5cc844c5c0c93f36","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5cc844c5c0c93f36","status":"passed","time":{"start":1724921590508,"stop":1724921590508,"duration":0}},{"uid":"e898febbcd0d6518","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e898febbcd0d6518","status":"passed","time":{"start":1724918287574,"stop":1724918287574,"duration":0}},{"uid":"a968025a24f374b5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a968025a24f374b5","status":"passed","time":{"start":1724890047800,"stop":1724890047800,"duration":0}},{"uid":"6ad13248b4e2c472","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6ad13248b4e2c472","status":"passed","time":{"start":1724889183940,"stop":1724889183941,"duration":1}},{"uid":"741a21de15b96960","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/741a21de15b96960","status":"passed","time":{"start":1724888354181,"stop":1724888354181,"duration":0}},{"uid":"e3d8baa1ebfa8a55","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e3d8baa1ebfa8a55","status":"passed","time":{"start":1724887145716,"stop":1724887145718,"duration":2}},{"uid":"c79db5d007d9f3ca","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c79db5d007d9f3ca","status":"passed","time":{"start":1724886915797,"stop":1724886915797,"duration":0}},{"uid":"fe35d3896bad169f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe35d3896bad169f","status":"passed","time":{"start":1724862341463,"stop":1724862341463,"duration":0}},{"uid":"e1d49b331be77da1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e1d49b331be77da1","status":"passed","time":{"start":1724861805465,"stop":1724861805466,"duration":1}},{"uid":"d891e16e25062c4f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d891e16e25062c4f","status":"passed","time":{"start":1724861662298,"stop":1724861662298,"duration":0}},{"uid":"b4e7f9e22716057","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b4e7f9e22716057","status":"passed","time":{"start":1724861492525,"stop":1724861492525,"duration":0}}]},"fe86e4bc6704318e239f18d0b4d88866:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c172437eb941ed5e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c172437eb941ed5e","status":"passed","time":{"start":1724921515220,"stop":1724921515220,"duration":0}},{"uid":"f56ba330c444d937","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f56ba330c444d937","status":"passed","time":{"start":1724921475439,"stop":1724921475439,"duration":0}},{"uid":"d473e5f812523edc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d473e5f812523edc","status":"passed","time":{"start":1724918179380,"stop":1724918179381,"duration":1}},{"uid":"c324031d88176fe1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c324031d88176fe1","status":"passed","time":{"start":1724889935334,"stop":1724889935334,"duration":0}},{"uid":"9ee9f1deb403b2b9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9ee9f1deb403b2b9","status":"passed","time":{"start":1724889072747,"stop":1724889072747,"duration":0}},{"uid":"fc851e866bf11c39","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fc851e866bf11c39","status":"passed","time":{"start":1724888232409,"stop":1724888232409,"duration":0}},{"uid":"2550931d1bdcace3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2550931d1bdcace3","status":"passed","time":{"start":1724887018288,"stop":1724887018288,"duration":0}},{"uid":"ae2f92b1882168ef","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ae2f92b1882168ef","status":"passed","time":{"start":1724886781473,"stop":1724886781473,"duration":0}},{"uid":"44304f41f604b684","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/44304f41f604b684","status":"passed","time":{"start":1724862213656,"stop":1724862213656,"duration":0}},{"uid":"f6e7bf84c7083cac","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f6e7bf84c7083cac","status":"passed","time":{"start":1724861685849,"stop":1724861685849,"duration":0}},{"uid":"94e224f8b199d085","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/94e224f8b199d085","status":"passed","time":{"start":1724861546164,"stop":1724861546164,"duration":0}},{"uid":"9c32e33dfa0051ce","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9c32e33dfa0051ce","status":"passed","time":{"start":1724861378104,"stop":1724861378104,"duration":0}}]},"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"9d6ba223c43187e9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9d6ba223c43187e9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921563011,"stop":1724921563011,"duration":0}},{"uid":"96ec158b9b19f57","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/96ec158b9b19f57","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921526810,"stop":1724921526811,"duration":1}},{"uid":"96aa1cb4b08b108","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/96aa1cb4b08b108","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918239938,"stop":1724918239938,"duration":0}},{"uid":"3ea3745eeb31fd78","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3ea3745eeb31fd78","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889980889,"stop":1724889980889,"duration":0}},{"uid":"97bb829cfd2af70c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97bb829cfd2af70c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889109948,"stop":1724889109948,"duration":0}},{"uid":"3f3b1bf8313c7332","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3f3b1bf8313c7332","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888294721,"stop":1724888294721,"duration":0}},{"uid":"e529fc2186086194","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e529fc2186086194","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887071736,"stop":1724887071737,"duration":1}},{"uid":"3d97351251967990","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3d97351251967990","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886848343,"stop":1724886848343,"duration":0}},{"uid":"1c17ef9256f0e6d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c17ef9256f0e6d9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862259244,"stop":1724862259244,"duration":0}},{"uid":"5ed4098bad66b366","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5ed4098bad66b366","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861735323,"stop":1724861735323,"duration":0}},{"uid":"472b2f5412ba50d0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/472b2f5412ba50d0","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861606337,"stop":1724861606342,"duration":5}},{"uid":"c32571379995f4e7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c32571379995f4e7","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861426684,"stop":1724861426684,"duration":0}}]},"ff8923ebf2a3ed1eb8f2832e6d8e8e01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9ee558e38f8419d3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9ee558e38f8419d3","status":"passed","time":{"start":1724921037637,"stop":1724921037637,"duration":0}},{"uid":"4a33f09d03d9c358","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4a33f09d03d9c358","status":"passed","time":{"start":1724921013048,"stop":1724921013049,"duration":1}},{"uid":"ebf33f3587519e0a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ebf33f3587519e0a","status":"passed","time":{"start":1724917673293,"stop":1724917673293,"duration":0}},{"uid":"87f6c9d407391066","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/87f6c9d407391066","status":"passed","time":{"start":1724889452311,"stop":1724889452311,"duration":0}},{"uid":"fddfc4dced62242f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fddfc4dced62242f","status":"passed","time":{"start":1724888602841,"stop":1724888602842,"duration":1}},{"uid":"cecd4a83aa7b6850","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cecd4a83aa7b6850","status":"passed","time":{"start":1724887759165,"stop":1724887759165,"duration":0}},{"uid":"9595f8bc2668fe35","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9595f8bc2668fe35","status":"passed","time":{"start":1724886525544,"stop":1724886525545,"duration":1}},{"uid":"d175dd2040f33ff7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d175dd2040f33ff7","status":"passed","time":{"start":1724886303398,"stop":1724886303398,"duration":0}},{"uid":"73d0bd151ea3f18d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/73d0bd151ea3f18d","status":"passed","time":{"start":1724861752230,"stop":1724861752230,"duration":0}},{"uid":"3d309730c819d42e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3d309730c819d42e","status":"passed","time":{"start":1724861223356,"stop":1724861223356,"duration":0}},{"uid":"c5ca0746db3fc422","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c5ca0746db3fc422","status":"passed","time":{"start":1724861045204,"stop":1724861045204,"duration":0}},{"uid":"ad1c1e3562665a10","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ad1c1e3562665a10","status":"passed","time":{"start":1724860907085,"stop":1724860907086,"duration":1}}]},"1ded1b6272b0bdcc6f84293674b44938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8136e7291ea94620","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8136e7291ea94620","status":"passed","time":{"start":1724888003322,"stop":1724888003322,"duration":0}}]},"6c07aa80a416612463b9cfae866d494d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9661e05738c439ad","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9661e05738c439ad","status":"passed","time":{"start":1724886906384,"stop":1724886906385,"duration":1}}]},"a580d505d76ce38cbe05fd77bdee5538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d5c147601d7ae483","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d5c147601d7ae483","status":"passed","time":{"start":1724921071994,"stop":1724921071994,"duration":0}},{"uid":"c75514ea8ff62c6f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c75514ea8ff62c6f","status":"passed","time":{"start":1724921046823,"stop":1724921046824,"duration":1}},{"uid":"7ae459f9447ad30","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7ae459f9447ad30","status":"passed","time":{"start":1724917707024,"stop":1724917707024,"duration":0}},{"uid":"7932e3753c7c5dce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7932e3753c7c5dce","status":"passed","time":{"start":1724889485860,"stop":1724889485860,"duration":0}},{"uid":"deaf6c466ea5670f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/deaf6c466ea5670f","status":"passed","time":{"start":1724888636620,"stop":1724888636620,"duration":0}},{"uid":"b2f173a1a8dbcf6d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b2f173a1a8dbcf6d","status":"passed","time":{"start":1724887792855,"stop":1724887792856,"duration":1}},{"uid":"657e4500d27a4dd6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/657e4500d27a4dd6","status":"passed","time":{"start":1724886559724,"stop":1724886559724,"duration":0}},{"uid":"c8ae91891de76807","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c8ae91891de76807","status":"passed","time":{"start":1724886337376,"stop":1724886337377,"duration":1}},{"uid":"37347cf2285981c1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37347cf2285981c1","status":"passed","time":{"start":1724861786730,"stop":1724861786730,"duration":0}},{"uid":"ac7fff05502b69dd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ac7fff05502b69dd","status":"passed","time":{"start":1724861257212,"stop":1724861257212,"duration":0}},{"uid":"43630dfe5aec84e3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/43630dfe5aec84e3","status":"passed","time":{"start":1724861081086,"stop":1724861081086,"duration":0}},{"uid":"78dbb50323dc405","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/78dbb50323dc405","status":"passed","time":{"start":1724860941731,"stop":1724860941731,"duration":0}}]},"cc4b30ea4a66d9485128eb2cd63393f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"453971419b14a781","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/453971419b14a781","status":"passed","time":{"start":1724921037638,"stop":1724921037639,"duration":1}},{"uid":"1cd88282685a4811","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1cd88282685a4811","status":"passed","time":{"start":1724921013051,"stop":1724921013052,"duration":1}},{"uid":"413c365cf0c0d3fd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/413c365cf0c0d3fd","status":"passed","time":{"start":1724917673295,"stop":1724917673295,"duration":0}},{"uid":"ea59b7077ecdb924","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ea59b7077ecdb924","status":"passed","time":{"start":1724889452313,"stop":1724889452313,"duration":0}},{"uid":"a9053dd3f17a2ca9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9053dd3f17a2ca9","status":"passed","time":{"start":1724888602843,"stop":1724888602843,"duration":0}},{"uid":"f8042660cb6f325d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f8042660cb6f325d","status":"passed","time":{"start":1724887759166,"stop":1724887759166,"duration":0}},{"uid":"fb579af0c2440363","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fb579af0c2440363","status":"passed","time":{"start":1724886525546,"stop":1724886525546,"duration":0}},{"uid":"6d5068e47525696b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6d5068e47525696b","status":"passed","time":{"start":1724886303399,"stop":1724886303400,"duration":1}},{"uid":"ec52b6666873a7a2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ec52b6666873a7a2","status":"passed","time":{"start":1724861752231,"stop":1724861752232,"duration":1}},{"uid":"e306f51a8b3250de","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e306f51a8b3250de","status":"passed","time":{"start":1724861223357,"stop":1724861223357,"duration":0}},{"uid":"36b5bfe889ea193c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/36b5bfe889ea193c","status":"passed","time":{"start":1724861045206,"stop":1724861045206,"duration":0}},{"uid":"dc537afa86b13d2e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dc537afa86b13d2e","status":"passed","time":{"start":1724860907087,"stop":1724860907087,"duration":0}}]},"6cc581719bffd7ef50ddaac6f3491e12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2f9ed63922c5749e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2f9ed63922c5749e","status":"passed","time":{"start":1724921564775,"stop":1724921564775,"duration":0}},{"uid":"e08ca7c41b5a4908","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e08ca7c41b5a4908","status":"passed","time":{"start":1724921518791,"stop":1724921518792,"duration":1}},{"uid":"15688786ae59d776","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/15688786ae59d776","status":"passed","time":{"start":1724918229398,"stop":1724918229398,"duration":0}},{"uid":"b08b9d4d45664a9f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b08b9d4d45664a9f","status":"passed","time":{"start":1724889980700,"stop":1724889980701,"duration":1}},{"uid":"14c2cef1c6406d19","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14c2cef1c6406d19","status":"passed","time":{"start":1724889111161,"stop":1724889111162,"duration":1}},{"uid":"52d2903ce28c5bdd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/52d2903ce28c5bdd","status":"passed","time":{"start":1724888292532,"stop":1724888292532,"duration":0}},{"uid":"a0fc04bfdb4267d9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a0fc04bfdb4267d9","status":"passed","time":{"start":1724887068224,"stop":1724887068224,"duration":0}},{"uid":"c817b01f0e7376ce","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c817b01f0e7376ce","status":"passed","time":{"start":1724886848924,"stop":1724886848924,"duration":0}},{"uid":"77c4464a9170a5a2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/77c4464a9170a5a2","status":"passed","time":{"start":1724862262046,"stop":1724862262046,"duration":0}},{"uid":"3c99e8a3b7bef54f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3c99e8a3b7bef54f","status":"passed","time":{"start":1724861741892,"stop":1724861741892,"duration":0}},{"uid":"9f4331e8dff59d56","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9f4331e8dff59d56","status":"passed","time":{"start":1724861599487,"stop":1724861599487,"duration":0}},{"uid":"fba7946129bd2d81","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fba7946129bd2d81","status":"passed","time":{"start":1724861428474,"stop":1724861428474,"duration":0}}]},"c5bbfff949e82855a4ed4f314badafa7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7936d6164b3cdf33","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7936d6164b3cdf33","status":"passed","time":{"start":1724861770117,"stop":1724861770117,"duration":0}}]},"c583020e89d69df94d5aa8e4a3e82bcf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"afa523c32d7a9de","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/afa523c32d7a9de","status":"passed","time":{"start":1724862298396,"stop":1724862298396,"duration":0}}]},"ccca5a5ea533293ea82c61f97c91e09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2689da5c0f7e3fa9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2689da5c0f7e3fa9","status":"passed","time":{"start":1724861770115,"stop":1724861770116,"duration":1}}]},"f98fc1a79da77702ddabd28cc3cdb9eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d9acf6fecda7e4dc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d9acf6fecda7e4dc","status":"passed","time":{"start":1724921095758,"stop":1724921095759,"duration":1}},{"uid":"ae20cdd830d4510d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ae20cdd830d4510d","status":"passed","time":{"start":1724921070806,"stop":1724921070807,"duration":1}},{"uid":"19b1d308d7fb6c59","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/19b1d308d7fb6c59","status":"passed","time":{"start":1724917730901,"stop":1724917730903,"duration":2}},{"uid":"8cf9be2bca9bd455","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8cf9be2bca9bd455","status":"passed","time":{"start":1724889510333,"stop":1724889510334,"duration":1}},{"uid":"c1133ba8940a6d8c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c1133ba8940a6d8c","status":"passed","time":{"start":1724888660681,"stop":1724888660682,"duration":1}},{"uid":"1dc6bb4c7f05f423","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1dc6bb4c7f05f423","status":"passed","time":{"start":1724887817138,"stop":1724887817139,"duration":1}},{"uid":"5ca2244049383106","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5ca2244049383106","status":"passed","time":{"start":1724886584155,"stop":1724886584156,"duration":1}},{"uid":"c7f164b1fe2a2b9f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c7f164b1fe2a2b9f","status":"passed","time":{"start":1724886362415,"stop":1724886362415,"duration":0}},{"uid":"7a8e71cd577ee91f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7a8e71cd577ee91f","status":"passed","time":{"start":1724861811585,"stop":1724861811585,"duration":0}},{"uid":"22c863501412abc5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/22c863501412abc5","status":"passed","time":{"start":1724861280384,"stop":1724861280384,"duration":0}},{"uid":"cedd3681666d0a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cedd3681666d0a","status":"passed","time":{"start":1724861106381,"stop":1724861106382,"duration":1}},{"uid":"8bee1214d758eeb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8bee1214d758eeb","status":"passed","time":{"start":1724860966532,"stop":1724860966533,"duration":1}}]},"6a3416af63f8f5a3850513a8e9883262:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9cdb2c3b3c043713","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9cdb2c3b3c043713","status":"passed","time":{"start":1724921583488,"stop":1724921583488,"duration":0}},{"uid":"108853f31d9604a3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/108853f31d9604a3","status":"passed","time":{"start":1724921494522,"stop":1724921494522,"duration":0}},{"uid":"9244b79393a11541","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9244b79393a11541","status":"passed","time":{"start":1724918216288,"stop":1724918216288,"duration":0}},{"uid":"d8bc38bfb2f2e3db","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d8bc38bfb2f2e3db","status":"passed","time":{"start":1724889979499,"stop":1724889979500,"duration":1}},{"uid":"103aac3ddaa165ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/103aac3ddaa165ee","status":"passed","time":{"start":1724889083637,"stop":1724889083637,"duration":0}},{"uid":"f24c117f73c3e5bb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f24c117f73c3e5bb","status":"passed","time":{"start":1724888284641,"stop":1724888284642,"duration":1}},{"uid":"69052ca60f92061f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/69052ca60f92061f","status":"passed","time":{"start":1724887046098,"stop":1724887046098,"duration":0}},{"uid":"cf636ee7abf0b314","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cf636ee7abf0b314","status":"passed","time":{"start":1724886828839,"stop":1724886828839,"duration":0}},{"uid":"41976650e8c6cbd1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/41976650e8c6cbd1","status":"passed","time":{"start":1724862236791,"stop":1724862236792,"duration":1}},{"uid":"752ccf2dc52e050c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/752ccf2dc52e050c","status":"passed","time":{"start":1724861713626,"stop":1724861713627,"duration":1}},{"uid":"fc380906a2aeacf2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fc380906a2aeacf2","status":"passed","time":{"start":1724861586772,"stop":1724861586772,"duration":0}},{"uid":"7dbf9b19c4faea93","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7dbf9b19c4faea93","status":"passed","time":{"start":1724861418250,"stop":1724861418250,"duration":0}}]},"3158802b7db8fbfb451ab4d676c95192:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8bd10ad930776b3a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8bd10ad930776b3a","status":"passed","time":{"start":1724921497751,"stop":1724921497751,"duration":0}},{"uid":"963b5ea22f27beec","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/963b5ea22f27beec","status":"passed","time":{"start":1724921408405,"stop":1724921408406,"duration":1}},{"uid":"8bec7f23c0929ad9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8bec7f23c0929ad9","status":"passed","time":{"start":1724918086867,"stop":1724918086867,"duration":0}},{"uid":"a4da92abf32bc0e6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a4da92abf32bc0e6","status":"passed","time":{"start":1724889892442,"stop":1724889892442,"duration":0}},{"uid":"bf30b7d6098b5f77","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf30b7d6098b5f77","status":"passed","time":{"start":1724888997213,"stop":1724888997213,"duration":0}},{"uid":"777cc93312972f23","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/777cc93312972f23","status":"passed","time":{"start":1724888159485,"stop":1724888159485,"duration":0}},{"uid":"c2960dd09250c21b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c2960dd09250c21b","status":"passed","time":{"start":1724886937287,"stop":1724886937288,"duration":1}},{"uid":"438c7cc5e5c00fbf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/438c7cc5e5c00fbf","status":"passed","time":{"start":1724886709796,"stop":1724886709796,"duration":0}},{"uid":"c2b858fd5acebc6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2b858fd5acebc6","status":"passed","time":{"start":1724862123533,"stop":1724862123533,"duration":0}},{"uid":"e2b762a1266c5a49","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e2b762a1266c5a49","status":"passed","time":{"start":1724861620100,"stop":1724861620101,"duration":1}},{"uid":"4a17ffa38f38fd73","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4a17ffa38f38fd73","status":"passed","time":{"start":1724861460231,"stop":1724861460232,"duration":1}},{"uid":"8c29a022388842b5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8c29a022388842b5","status":"passed","time":{"start":1724861330168,"stop":1724861330168,"duration":0}}]},"449f02ca5ad1ef05921658c399843f12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ff94f0089cf7ceb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff94f0089cf7ceb7","status":"passed","time":{"start":1724889169853,"stop":1724889169854,"duration":1}}]},"ebdd7787882d52a461e8552cefc107fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d359b47ec28401d2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d359b47ec28401d2","status":"passed","time":{"start":1724861475024,"stop":1724861475027,"duration":3}}]},"106f25ff2cc4cbf32458eb8c05248544:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"86776a82259ddb4c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/86776a82259ddb4c","status":"passed","time":{"start":1724921640400,"stop":1724921640400,"duration":0}},{"uid":"803eb5ed0630126f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/803eb5ed0630126f","status":"passed","time":{"start":1724921600408,"stop":1724921600410,"duration":2}},{"uid":"bceecbc37a02a9c8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bceecbc37a02a9c8","status":"passed","time":{"start":1724918300924,"stop":1724918300924,"duration":0}},{"uid":"33965224777f8303","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33965224777f8303","status":"passed","time":{"start":1724890059285,"stop":1724890059285,"duration":0}},{"uid":"6d76e1f90b01123e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d76e1f90b01123e","status":"passed","time":{"start":1724889188319,"stop":1724889188320,"duration":1}},{"uid":"65bc095377fd78d5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/65bc095377fd78d5","status":"passed","time":{"start":1724888372740,"stop":1724888372740,"duration":0}},{"uid":"f00017f808253a7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f00017f808253a7","status":"passed","time":{"start":1724887135718,"stop":1724887135718,"duration":0}},{"uid":"cc0cf8af4426f236","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cc0cf8af4426f236","status":"passed","time":{"start":1724886919665,"stop":1724886919669,"duration":4}},{"uid":"e88d2b13f7f92223","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e88d2b13f7f92223","status":"passed","time":{"start":1724862341834,"stop":1724862341835,"duration":1}},{"uid":"54b2c9e58f053f50","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/54b2c9e58f053f50","status":"passed","time":{"start":1724861815490,"stop":1724861815491,"duration":1}},{"uid":"60569e5fe17fc4dd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/60569e5fe17fc4dd","status":"passed","time":{"start":1724861669535,"stop":1724861669535,"duration":0}},{"uid":"c95d010418bf8aab","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c95d010418bf8aab","status":"passed","time":{"start":1724861505419,"stop":1724861505419,"duration":0}}]},"3d427eba83ca26d8649822c4586c1224:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"45c2502b33698790","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/45c2502b33698790","status":"passed","time":{"start":1724861741896,"stop":1724861741896,"duration":0}}]},"964cb013c9c54fdcc5e3121b44d3616c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"abcc40ea23334fcb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/abcc40ea23334fcb","status":"passed","time":{"start":1724921669869,"stop":1724921669869,"duration":0}},{"uid":"a530f9dbbb091a22","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a530f9dbbb091a22","status":"passed","time":{"start":1724921630266,"stop":1724921630266,"duration":0}},{"uid":"89d8d00089503456","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/89d8d00089503456","status":"passed","time":{"start":1724918332986,"stop":1724918332987,"duration":1}},{"uid":"efbb65348891cd20","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/efbb65348891cd20","status":"passed","time":{"start":1724890089467,"stop":1724890089467,"duration":0}},{"uid":"efe48603c3b88d40","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/efe48603c3b88d40","status":"passed","time":{"start":1724889224490,"stop":1724889224491,"duration":1}},{"uid":"df96f7ffd0ae1eba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/df96f7ffd0ae1eba","status":"passed","time":{"start":1724888406345,"stop":1724888406345,"duration":0}},{"uid":"ca352504fa723149","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ca352504fa723149","status":"passed","time":{"start":1724887175022,"stop":1724887175023,"duration":1}},{"uid":"9e4879595ae2c644","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9e4879595ae2c644","status":"passed","time":{"start":1724886952406,"stop":1724886952407,"duration":1}},{"uid":"8cf5ba3d55cacbc7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8cf5ba3d55cacbc7","status":"passed","time":{"start":1724862378560,"stop":1724862378560,"duration":0}},{"uid":"9191fd8d9e0560d1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9191fd8d9e0560d1","status":"passed","time":{"start":1724861846748,"stop":1724861846749,"duration":1}},{"uid":"ec9fe6965aaad249","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ec9fe6965aaad249","status":"passed","time":{"start":1724861702533,"stop":1724861702534,"duration":1}},{"uid":"fec7f1c502b215e9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fec7f1c502b215e9","status":"passed","time":{"start":1724861533458,"stop":1724861533458,"duration":0}}]},"ce18eef58e12465d14106d1445bcd531:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f605a48342ceb852","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f605a48342ceb852","status":"passed","time":{"start":1724861392063,"stop":1724861392064,"duration":1}}]},"5832d214e5beab5a9f18fb5803afa03d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"139c0c44822c2f06","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/139c0c44822c2f06","status":"passed","time":{"start":1724889169847,"stop":1724889169848,"duration":1}}]},"b0ef162dcafab014be91c1a74332ea07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5725488dec9b121b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5725488dec9b121b","status":"passed","time":{"start":1724886822828,"stop":1724886822828,"duration":0}}]},"3fc4daffaa9de98066a4ff3439e670d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"10930c72109afabe","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/10930c72109afabe","status":"passed","time":{"start":1724921037653,"stop":1724921037653,"duration":0}},{"uid":"545d8e3f1aec1a85","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/545d8e3f1aec1a85","status":"passed","time":{"start":1724921013067,"stop":1724921013067,"duration":0}},{"uid":"4fe9762b0a24a9e7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4fe9762b0a24a9e7","status":"passed","time":{"start":1724917673307,"stop":1724917673308,"duration":1}},{"uid":"f4f3074263f25993","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f4f3074263f25993","status":"passed","time":{"start":1724889452327,"stop":1724889452327,"duration":0}},{"uid":"cc852019e16c756c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc852019e16c756c","status":"passed","time":{"start":1724888602860,"stop":1724888602860,"duration":0}},{"uid":"eaf482f34e52b08e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eaf482f34e52b08e","status":"passed","time":{"start":1724887759180,"stop":1724887759180,"duration":0}},{"uid":"f4e8d5ebf0912d20","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f4e8d5ebf0912d20","status":"passed","time":{"start":1724886525557,"stop":1724886525558,"duration":1}},{"uid":"2dadd46b2a80dc1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2dadd46b2a80dc1","status":"passed","time":{"start":1724886303413,"stop":1724886303413,"duration":0}},{"uid":"bfe01d423e9dea19","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bfe01d423e9dea19","status":"passed","time":{"start":1724861752250,"stop":1724861752250,"duration":0}},{"uid":"d9166daa863f883c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d9166daa863f883c","status":"passed","time":{"start":1724861223370,"stop":1724861223370,"duration":0}},{"uid":"a3b425828a6de18f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a3b425828a6de18f","status":"passed","time":{"start":1724861045219,"stop":1724861045220,"duration":1}},{"uid":"852e1a02aa3bfcd5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/852e1a02aa3bfcd5","status":"passed","time":{"start":1724860907106,"stop":1724860907106,"duration":0}}]},"db4044bcb84451b9ac43b9deb27ca0f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"570448f1d3ea5776","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/570448f1d3ea5776","status":"passed","time":{"start":1724921515231,"stop":1724921515231,"duration":0}},{"uid":"1406b2e9e0b3ad04","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1406b2e9e0b3ad04","status":"passed","time":{"start":1724921475458,"stop":1724921475459,"duration":1}},{"uid":"c02bee1893fbf4e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c02bee1893fbf4e","status":"passed","time":{"start":1724918179404,"stop":1724918179406,"duration":2}},{"uid":"d9e13636fc0dc4d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9e13636fc0dc4d9","status":"passed","time":{"start":1724889935345,"stop":1724889935345,"duration":0}},{"uid":"8272911650706871","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8272911650706871","status":"passed","time":{"start":1724889072758,"stop":1724889072759,"duration":1}},{"uid":"58c1abfea9b04e67","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/58c1abfea9b04e67","status":"passed","time":{"start":1724888232420,"stop":1724888232420,"duration":0}},{"uid":"9baeeb812b93c9d6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9baeeb812b93c9d6","status":"passed","time":{"start":1724887018307,"stop":1724887018307,"duration":0}},{"uid":"156d825014c2fcc3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/156d825014c2fcc3","status":"passed","time":{"start":1724886781484,"stop":1724886781484,"duration":0}},{"uid":"54e543ea805e28be","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/54e543ea805e28be","status":"passed","time":{"start":1724862213667,"stop":1724862213667,"duration":0}},{"uid":"36e23cb6b2c89a2a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/36e23cb6b2c89a2a","status":"passed","time":{"start":1724861685860,"stop":1724861685860,"duration":0}},{"uid":"e059bba9f7fa9cef","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e059bba9f7fa9cef","status":"passed","time":{"start":1724861546182,"stop":1724861546182,"duration":0}},{"uid":"1e5ae2c618c6ec09","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1e5ae2c618c6ec09","status":"passed","time":{"start":1724861378116,"stop":1724861378116,"duration":0}}]},"eab7841360c8fd3d8e785d25e5f5803a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a7ce665536cdfd9f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a7ce665536cdfd9f","status":"passed","time":{"start":1724888336459,"stop":1724888336459,"duration":0}}]},"87b12bf0061b9bddb083981d7da27a8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"acdafd183e3bab49","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/acdafd183e3bab49","status":"passed","time":{"start":1724861485082,"stop":1724861485082,"duration":0}}]},"acc687c0d98cf9791a4c4549fc544c3c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b351df29fa92b1bb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b351df29fa92b1bb","status":"passed","time":{"start":1724921475501,"stop":1724921475501,"duration":0}}]},"e0ea69b6e4886398145d82343331531b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5ad99723c6d93bc2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5ad99723c6d93bc2","status":"passed","time":{"start":1724861770118,"stop":1724861770118,"duration":0}}]},"141843ad1779c0abe782878978f71632:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ee88d505a5e2283d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ee88d505a5e2283d","status":"passed","time":{"start":1724918298102,"stop":1724918298102,"duration":0}}]},"e356dad3eecbb6aeee91c4b9e20b2f0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5c2e2f260f1457e3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5c2e2f260f1457e3","status":"passed","time":{"start":1724921563008,"stop":1724921563008,"duration":0}},{"uid":"1e83885a4f3bd4f8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1e83885a4f3bd4f8","status":"passed","time":{"start":1724921526809,"stop":1724921526809,"duration":0}},{"uid":"da80165bf408f776","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/da80165bf408f776","status":"passed","time":{"start":1724918239935,"stop":1724918239936,"duration":1}},{"uid":"df4c010cd8b40d24","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/df4c010cd8b40d24","status":"passed","time":{"start":1724889980882,"stop":1724889980882,"duration":0}},{"uid":"ed8ca066c0f9ca76","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ed8ca066c0f9ca76","status":"passed","time":{"start":1724889109946,"stop":1724889109947,"duration":1}},{"uid":"ae22e76234ddfe39","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ae22e76234ddfe39","status":"passed","time":{"start":1724888294719,"stop":1724888294719,"duration":0}},{"uid":"89f86e5f5be8b62","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/89f86e5f5be8b62","status":"passed","time":{"start":1724887071735,"stop":1724887071735,"duration":0}},{"uid":"d8107f9e5aab2523","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d8107f9e5aab2523","status":"passed","time":{"start":1724886848341,"stop":1724886848341,"duration":0}},{"uid":"d0b2eec1d3953f93","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d0b2eec1d3953f93","status":"passed","time":{"start":1724862259243,"stop":1724862259243,"duration":0}},{"uid":"51e0b80b466e1961","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/51e0b80b466e1961","status":"passed","time":{"start":1724861735322,"stop":1724861735322,"duration":0}},{"uid":"5ff730b307ab603b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5ff730b307ab603b","status":"passed","time":{"start":1724861606335,"stop":1724861606336,"duration":1}},{"uid":"e2de2ea02a8ee43a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e2de2ea02a8ee43a","status":"passed","time":{"start":1724861426682,"stop":1724861426682,"duration":0}}]},"d01e6500f9bbcbf13d005f8e727f7f89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4f19764bf47cf026","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4f19764bf47cf026","status":"passed","time":{"start":1724921164602,"stop":1724921164602,"duration":0}},{"uid":"d782cc8143f082f2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d782cc8143f082f2","status":"passed","time":{"start":1724921137826,"stop":1724921137827,"duration":1}},{"uid":"463fc3558e8febba","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/463fc3558e8febba","status":"passed","time":{"start":1724917810540,"stop":1724917810540,"duration":0}},{"uid":"6945a515bc20d4b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6945a515bc20d4b3","status":"passed","time":{"start":1724889585449,"stop":1724889585449,"duration":0}},{"uid":"f7e805e9c56c7141","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7e805e9c56c7141","status":"passed","time":{"start":1724888736512,"stop":1724888736512,"duration":0}},{"uid":"914459c38a0da08","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/914459c38a0da08","status":"passed","time":{"start":1724887891795,"stop":1724887891796,"duration":1}},{"uid":"12c51a44ea467223","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/12c51a44ea467223","status":"passed","time":{"start":1724886657790,"stop":1724886657791,"duration":1}},{"uid":"a5dfb9f9609f4051","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a5dfb9f9609f4051","status":"passed","time":{"start":1724886447359,"stop":1724886447359,"duration":0}},{"uid":"f95bfc46cb256db1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f95bfc46cb256db1","status":"passed","time":{"start":1724861880125,"stop":1724861880128,"duration":3}},{"uid":"7a8592347027e046","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7a8592347027e046","status":"passed","time":{"start":1724861359782,"stop":1724861359782,"duration":0}},{"uid":"9449739f928afb72","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9449739f928afb72","status":"passed","time":{"start":1724861179683,"stop":1724861179683,"duration":0}},{"uid":"93d4e6bc9574c9f1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/93d4e6bc9574c9f1","status":"passed","time":{"start":1724861040981,"stop":1724861040981,"duration":0}}]},"0553e80211dc4e789f22c79bf17cd210:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cecd57b280f7b2a0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cecd57b280f7b2a0","status":"passed","time":{"start":1724921037642,"stop":1724921037642,"duration":0}},{"uid":"486b758d9006ac53","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/486b758d9006ac53","status":"passed","time":{"start":1724921013055,"stop":1724921013056,"duration":1}},{"uid":"a5f2b8c329a1d8dd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a5f2b8c329a1d8dd","status":"passed","time":{"start":1724917673297,"stop":1724917673297,"duration":0}},{"uid":"6c45e5059d2472be","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c45e5059d2472be","status":"passed","time":{"start":1724889452316,"stop":1724889452317,"duration":1}},{"uid":"10a1532926df23cf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/10a1532926df23cf","status":"passed","time":{"start":1724888602847,"stop":1724888602847,"duration":0}},{"uid":"505153937e717282","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/505153937e717282","status":"passed","time":{"start":1724887759169,"stop":1724887759169,"duration":0}},{"uid":"e4ed5ab7efc6b7eb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e4ed5ab7efc6b7eb","status":"passed","time":{"start":1724886525549,"stop":1724886525549,"duration":0}},{"uid":"daec9b1b0da7bb45","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/daec9b1b0da7bb45","status":"passed","time":{"start":1724886303403,"stop":1724886303403,"duration":0}},{"uid":"f8fa37e9bfbf25a4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f8fa37e9bfbf25a4","status":"passed","time":{"start":1724861752235,"stop":1724861752235,"duration":0}},{"uid":"985259596e77eed8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/985259596e77eed8","status":"passed","time":{"start":1724861223360,"stop":1724861223360,"duration":0}},{"uid":"20b331c3d8c0431a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/20b331c3d8c0431a","status":"passed","time":{"start":1724861045208,"stop":1724861045208,"duration":0}},{"uid":"7ef23d0f3ebb5e4f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7ef23d0f3ebb5e4f","status":"passed","time":{"start":1724860907091,"stop":1724860907091,"duration":0}}]},"53a70864f1bd0718cbc62a8cd94d34f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9c76f003f68108c3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9c76f003f68108c3","status":"passed","time":{"start":1724921515233,"stop":1724921515233,"duration":0}},{"uid":"c967b4db27d83507","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c967b4db27d83507","status":"passed","time":{"start":1724921475466,"stop":1724921475466,"duration":0}},{"uid":"44a029dfc2942665","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/44a029dfc2942665","status":"passed","time":{"start":1724918179407,"stop":1724918179408,"duration":1}},{"uid":"f214851233cdaef2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f214851233cdaef2","status":"passed","time":{"start":1724889935347,"stop":1724889935347,"duration":0}},{"uid":"f6c64828036b954f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f6c64828036b954f","status":"passed","time":{"start":1724889072761,"stop":1724889072761,"duration":0}},{"uid":"c4b566249b13143c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c4b566249b13143c","status":"passed","time":{"start":1724888232422,"stop":1724888232422,"duration":0}},{"uid":"729e69d0e135d447","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/729e69d0e135d447","status":"passed","time":{"start":1724887018309,"stop":1724887018309,"duration":0}},{"uid":"6e1c790be65c42b0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6e1c790be65c42b0","status":"passed","time":{"start":1724886781487,"stop":1724886781488,"duration":1}},{"uid":"d9d4af5674b72c90","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9d4af5674b72c90","status":"passed","time":{"start":1724862213669,"stop":1724862213670,"duration":1}},{"uid":"4ab52c3212dff22e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4ab52c3212dff22e","status":"passed","time":{"start":1724861685863,"stop":1724861685864,"duration":1}},{"uid":"af58373a05ca308c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/af58373a05ca308c","status":"passed","time":{"start":1724861546196,"stop":1724861546197,"duration":1}},{"uid":"a7ee3a3ee2a3d24e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a7ee3a3ee2a3d24e","status":"passed","time":{"start":1724861378118,"stop":1724861378119,"duration":1}}]},"46da1969b53543f0be3fc2e9c5efdbd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"72d94578d1b7516d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/72d94578d1b7516d","status":"passed","time":{"start":1724921515226,"stop":1724921515226,"duration":0}},{"uid":"f6b68f3aef7fea20","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f6b68f3aef7fea20","status":"passed","time":{"start":1724921475446,"stop":1724921475446,"duration":0}},{"uid":"dd2af3e79e94b0e1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd2af3e79e94b0e1","status":"passed","time":{"start":1724918179400,"stop":1724918179401,"duration":1}},{"uid":"33b5fc0c67b6a05f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33b5fc0c67b6a05f","status":"passed","time":{"start":1724889935341,"stop":1724889935341,"duration":0}},{"uid":"19e155f7000980f5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/19e155f7000980f5","status":"passed","time":{"start":1724889072753,"stop":1724889072754,"duration":1}},{"uid":"db8d87d19b465e44","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/db8d87d19b465e44","status":"passed","time":{"start":1724888232415,"stop":1724888232415,"duration":0}},{"uid":"ef6243596a5c0401","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ef6243596a5c0401","status":"passed","time":{"start":1724887018302,"stop":1724887018303,"duration":1}},{"uid":"8a753435916a1ad5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8a753435916a1ad5","status":"passed","time":{"start":1724886781479,"stop":1724886781480,"duration":1}},{"uid":"98859a77680ebce8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/98859a77680ebce8","status":"passed","time":{"start":1724862213662,"stop":1724862213663,"duration":1}},{"uid":"584cf39b07c76f2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/584cf39b07c76f2","status":"passed","time":{"start":1724861685855,"stop":1724861685856,"duration":1}},{"uid":"688b974f1ff9ec40","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/688b974f1ff9ec40","status":"passed","time":{"start":1724861546175,"stop":1724861546176,"duration":1}},{"uid":"dd94ec11aa589958","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dd94ec11aa589958","status":"passed","time":{"start":1724861378111,"stop":1724861378111,"duration":0}}]},"82bd66e914d41a425bbef7f66bd675b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b5d005e973bdc53","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6b5d005e973bdc53","status":"passed","time":{"start":1724861567904,"stop":1724861567904,"duration":0}}]},"2d1af9d1bfc0eb84e74b3a4e00a0e300:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a206bb49a8e6967f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a206bb49a8e6967f","status":"passed","time":{"start":1724921196355,"stop":1724921196355,"duration":0}},{"uid":"115945283ed8c5dd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/115945283ed8c5dd","status":"passed","time":{"start":1724921173178,"stop":1724921173179,"duration":1}},{"uid":"c971ccb3e726a62","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c971ccb3e726a62","status":"passed","time":{"start":1724917930825,"stop":1724917930825,"duration":0}},{"uid":"2cf55d5514ca4668","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2cf55d5514ca4668","status":"passed","time":{"start":1724889621015,"stop":1724889621016,"duration":1}},{"uid":"91214c4e90e5f18c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91214c4e90e5f18c","status":"passed","time":{"start":1724888759385,"stop":1724888759387,"duration":2}},{"uid":"95855eaa63625bd8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/95855eaa63625bd8","status":"passed","time":{"start":1724888015043,"stop":1724888015043,"duration":0}},{"uid":"e78cac6f977ac376","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e78cac6f977ac376","status":"passed","time":{"start":1724886784541,"stop":1724886784541,"duration":0}},{"uid":"66ce69a0af9d0781","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/66ce69a0af9d0781","status":"passed","time":{"start":1724886566523,"stop":1724886566524,"duration":1}},{"uid":"3b9af78640ad5e9a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3b9af78640ad5e9a","status":"passed","time":{"start":1724861915532,"stop":1724861915533,"duration":1}},{"uid":"a5f52021da809e5a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a5f52021da809e5a","status":"passed","time":{"start":1724861379718,"stop":1724861379722,"duration":4}},{"uid":"8a3645fcf8d8be29","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8a3645fcf8d8be29","status":"passed","time":{"start":1724861206875,"stop":1724861206875,"duration":0}},{"uid":"fbf70cf7ada9fe6e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fbf70cf7ada9fe6e","status":"passed","time":{"start":1724861067558,"stop":1724861067558,"duration":0}}]},"43f087ab756f5db20786e19112834613:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f4ff44e340d39f9b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f4ff44e340d39f9b","status":"passed","time":{"start":1724861475042,"stop":1724861475042,"duration":0}}]},"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e3e4ce9f84eeedba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e3e4ce9f84eeedba","status":"passed","time":{"start":1724921128567,"stop":1724921128567,"duration":0}},{"uid":"4c2183cc3e9894b7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4c2183cc3e9894b7","status":"passed","time":{"start":1724921103674,"stop":1724921103675,"duration":1}},{"uid":"383d067d02d6c8c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/383d067d02d6c8c","status":"passed","time":{"start":1724917763726,"stop":1724917763726,"duration":0}},{"uid":"afad87fe5a065eb8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/afad87fe5a065eb8","status":"passed","time":{"start":1724889543368,"stop":1724889543369,"duration":1}},{"uid":"b8518b5ca38c3edd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8518b5ca38c3edd","status":"passed","time":{"start":1724888692504,"stop":1724888692504,"duration":0}},{"uid":"bda5c570b28cfd86","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bda5c570b28cfd86","status":"passed","time":{"start":1724887850413,"stop":1724887850413,"duration":0}},{"uid":"31e93eb20be5223f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/31e93eb20be5223f","status":"passed","time":{"start":1724886617175,"stop":1724886617175,"duration":0}},{"uid":"dbf0eb98a0c09d9b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dbf0eb98a0c09d9b","status":"passed","time":{"start":1724886394905,"stop":1724886394905,"duration":0}},{"uid":"8ad59f98d577a105","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8ad59f98d577a105","status":"passed","time":{"start":1724861844372,"stop":1724861844372,"duration":0}},{"uid":"e9ae7a623a7dad22","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e9ae7a623a7dad22","status":"passed","time":{"start":1724861313409,"stop":1724861313409,"duration":0}},{"uid":"932e8636ccfd0867","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/932e8636ccfd0867","status":"passed","time":{"start":1724861139650,"stop":1724861139650,"duration":0}},{"uid":"bfa3acc42a698e83","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bfa3acc42a698e83","status":"passed","time":{"start":1724860999511,"stop":1724860999511,"duration":0}}]},"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"990a5fb26d78f5c5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/990a5fb26d78f5c5","status":"passed","time":{"start":1724921046198,"stop":1724921046198,"duration":0}},{"uid":"b47bd63e0d9e17e4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b47bd63e0d9e17e4","status":"passed","time":{"start":1724921021469,"stop":1724921021469,"duration":0}},{"uid":"19de4ff66123d23f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/19de4ff66123d23f","status":"passed","time":{"start":1724917681717,"stop":1724917681717,"duration":0}},{"uid":"a1d3c9a78ef74784","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a1d3c9a78ef74784","status":"passed","time":{"start":1724889460646,"stop":1724889460646,"duration":0}},{"uid":"b83b5f642f09f320","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b83b5f642f09f320","status":"passed","time":{"start":1724888611289,"stop":1724888611289,"duration":0}},{"uid":"a8ff41e21914de99","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a8ff41e21914de99","status":"passed","time":{"start":1724887767614,"stop":1724887767615,"duration":1}},{"uid":"5444cc58bd447446","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5444cc58bd447446","status":"passed","time":{"start":1724886533984,"stop":1724886533984,"duration":0}},{"uid":"1cae9d9ece4f73bd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1cae9d9ece4f73bd","status":"passed","time":{"start":1724886311752,"stop":1724886311752,"duration":0}},{"uid":"3c0eff5f90f6a4c4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c0eff5f90f6a4c4","status":"passed","time":{"start":1724861760768,"stop":1724861760768,"duration":0}},{"uid":"2cff9a833860fd5a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2cff9a833860fd5a","status":"passed","time":{"start":1724861231728,"stop":1724861231728,"duration":0}},{"uid":"86f522686e693dc3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/86f522686e693dc3","status":"passed","time":{"start":1724861054249,"stop":1724861054249,"duration":0}},{"uid":"ed44c3e4946eaab","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ed44c3e4946eaab","status":"passed","time":{"start":1724860915808,"stop":1724860915808,"duration":0}}]},"f5de7aeafbb518978d807748208430e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":11,"unknown":0,"total":12},"items":[{"uid":"1bef7e84b6511509","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1bef7e84b6511509","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1724921497758,"stop":1724921497758,"duration":0}},{"uid":"183cef8413534048","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/183cef8413534048","status":"passed","time":{"start":1724921408413,"stop":1724921408413,"duration":0}},{"uid":"6c33cb308e4abf41","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6c33cb308e4abf41","status":"passed","time":{"start":1724918086870,"stop":1724918086870,"duration":0}},{"uid":"322c11fab878cd3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/322c11fab878cd3e","status":"passed","time":{"start":1724889892447,"stop":1724889892447,"duration":0}},{"uid":"a07b4a6218a52724","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a07b4a6218a52724","status":"passed","time":{"start":1724888997217,"stop":1724888997217,"duration":0}},{"uid":"eee50889729d8e1a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eee50889729d8e1a","status":"passed","time":{"start":1724888159490,"stop":1724888159490,"duration":0}},{"uid":"b301ddc661506550","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b301ddc661506550","status":"passed","time":{"start":1724886937303,"stop":1724886937303,"duration":0}},{"uid":"c1157874351248b0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c1157874351248b0","status":"passed","time":{"start":1724886709805,"stop":1724886709807,"duration":2}},{"uid":"46d5a5807e90c3b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/46d5a5807e90c3b","status":"passed","time":{"start":1724862123538,"stop":1724862123538,"duration":0}},{"uid":"ac87e22fdae14a61","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ac87e22fdae14a61","status":"passed","time":{"start":1724861620104,"stop":1724861620104,"duration":0}},{"uid":"8e4d3b50622bd2a4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8e4d3b50622bd2a4","status":"passed","time":{"start":1724861460249,"stop":1724861460249,"duration":0}},{"uid":"141f0bc9c1f7c0e8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/141f0bc9c1f7c0e8","status":"passed","time":{"start":1724861330172,"stop":1724861330172,"duration":0}}]},"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3fd2a55cf1c5c71d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3fd2a55cf1c5c71d","status":"passed","time":{"start":1724921677828,"stop":1724921677829,"duration":1}},{"uid":"e3cafb9c0977322e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e3cafb9c0977322e","status":"passed","time":{"start":1724921635680,"stop":1724921635680,"duration":0}},{"uid":"c8f84f6f638acc25","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c8f84f6f638acc25","status":"passed","time":{"start":1724918344739,"stop":1724918344740,"duration":1}},{"uid":"1c2db6c183a460d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c2db6c183a460d9","status":"passed","time":{"start":1724890097428,"stop":1724890097428,"duration":0}},{"uid":"aeace282f219e62f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aeace282f219e62f","status":"passed","time":{"start":1724889226624,"stop":1724889226625,"duration":1}},{"uid":"cf1e746bf8910dbd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf1e746bf8910dbd","status":"passed","time":{"start":1724888405388,"stop":1724888405388,"duration":0}},{"uid":"2c3de225dd9827f0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2c3de225dd9827f0","status":"passed","time":{"start":1724887180097,"stop":1724887180097,"duration":0}},{"uid":"6eda9d2bdca89e15","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6eda9d2bdca89e15","status":"passed","time":{"start":1724886957951,"stop":1724886957952,"duration":1}},{"uid":"c1ea837ab928d6bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c1ea837ab928d6bd","status":"passed","time":{"start":1724862379719,"stop":1724862379719,"duration":0}},{"uid":"c825cb0cba46bd69","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c825cb0cba46bd69","status":"passed","time":{"start":1724861853005,"stop":1724861853006,"duration":1}},{"uid":"2f61fc7690ccfe30","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2f61fc7690ccfe30","status":"passed","time":{"start":1724861709847,"stop":1724861709848,"duration":1}},{"uid":"8ea04dfb1d2fc1c8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8ea04dfb1d2fc1c8","status":"passed","time":{"start":1724861537425,"stop":1724861537425,"duration":0}}]},"10f933c965186a458ec206690fb0483d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"99f8f02b14691438","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/99f8f02b14691438","status":"passed","time":{"start":1724888350747,"stop":1724888350747,"duration":0}}]},"6bf9348457298471de7f5cf09b8c4a94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"565fc01dc08d53f4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/565fc01dc08d53f4","status":"passed","time":{"start":1724921602952,"stop":1724921602952,"duration":0}},{"uid":"a118e6a472b5b490","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a118e6a472b5b490","status":"passed","time":{"start":1724921571097,"stop":1724921571098,"duration":1}},{"uid":"91d4f6cfb51705c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/91d4f6cfb51705c","status":"passed","time":{"start":1724918285587,"stop":1724918285587,"duration":0}},{"uid":"6c3b64038590f3b1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c3b64038590f3b1","status":"passed","time":{"start":1724890030090,"stop":1724890030091,"duration":1}},{"uid":"d383e0e1e2252713","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d383e0e1e2252713","status":"passed","time":{"start":1724889171909,"stop":1724889171909,"duration":0}},{"uid":"bf791ca865e2fd0b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bf791ca865e2fd0b","status":"passed","time":{"start":1724888350722,"stop":1724888350722,"duration":0}},{"uid":"c395c47452578835","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c395c47452578835","status":"passed","time":{"start":1724887115409,"stop":1724887115409,"duration":0}},{"uid":"de5763726fa1adbc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/de5763726fa1adbc","status":"passed","time":{"start":1724886884575,"stop":1724886884576,"duration":1}},{"uid":"e95f351ce53882b8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e95f351ce53882b8","status":"passed","time":{"start":1724862322258,"stop":1724862322258,"duration":0}},{"uid":"f8e7c53fd0292b40","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f8e7c53fd0292b40","status":"passed","time":{"start":1724861790752,"stop":1724861790752,"duration":0}},{"uid":"60be836664e8752c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/60be836664e8752c","status":"passed","time":{"start":1724861628421,"stop":1724861628421,"duration":0}},{"uid":"57738f8d5ed7a810","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/57738f8d5ed7a810","status":"passed","time":{"start":1724861465625,"stop":1724861465625,"duration":0}}]},"f43519141d65b9507c7a3f18c986a341:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e2a2076bc9823386","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e2a2076bc9823386","status":"passed","time":{"start":1724921564781,"stop":1724921564781,"duration":0}}]},"19c7222284bde21267086f9cc01eedf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b1f5a5556a6d4f5e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b1f5a5556a6d4f5e","status":"passed","time":{"start":1724921297001,"stop":1724921297002,"duration":1}},{"uid":"5118fb2bea8750a5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5118fb2bea8750a5","status":"passed","time":{"start":1724921276364,"stop":1724921276364,"duration":0}},{"uid":"be1c463dada6f1a8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/be1c463dada6f1a8","status":"passed","time":{"start":1724917948313,"stop":1724917948317,"duration":4}},{"uid":"a1c08531aafb741a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a1c08531aafb741a","status":"passed","time":{"start":1724889729005,"stop":1724889729006,"duration":1}},{"uid":"4c42323e3ea7d518","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4c42323e3ea7d518","status":"passed","time":{"start":1724888864951,"stop":1724888864951,"duration":0}},{"uid":"d78baf310efa06d0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d78baf310efa06d0","status":"passed","time":{"start":1724888053739,"stop":1724888053745,"duration":6}},{"uid":"accd3afb73ff192c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/accd3afb73ff192c","status":"passed","time":{"start":1724886811653,"stop":1724886811655,"duration":2}},{"uid":"889e605c4c663071","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/889e605c4c663071","status":"passed","time":{"start":1724886581001,"stop":1724886581001,"duration":0}},{"uid":"4a977b462dd81f60","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a977b462dd81f60","status":"passed","time":{"start":1724862019557,"stop":1724862019557,"duration":0}},{"uid":"ad169214f81d0f22","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ad169214f81d0f22","status":"passed","time":{"start":1724861493934,"stop":1724861493935,"duration":1}},{"uid":"7bb103613e1bf03c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7bb103613e1bf03c","status":"passed","time":{"start":1724861318019,"stop":1724861318019,"duration":0}},{"uid":"acca306a177f673c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/acca306a177f673c","status":"passed","time":{"start":1724861178510,"stop":1724861178511,"duration":1}}]},"dd42ff6854d3b17dd7c4675a0f2d7993:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b091f39ad7af265e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b091f39ad7af265e","status":"passed","time":{"start":1724921620603,"stop":1724921620609,"duration":6}},{"uid":"8d33d1546d6214bb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8d33d1546d6214bb","status":"passed","time":{"start":1724921566688,"stop":1724921566690,"duration":2}},{"uid":"6cc0294aafab2004","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6cc0294aafab2004","status":"passed","time":{"start":1724918280553,"stop":1724918280553,"duration":0}},{"uid":"6b9b517a45b2e80d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b9b517a45b2e80d","status":"passed","time":{"start":1724890019469,"stop":1724890019469,"duration":0}},{"uid":"dc64c5551ddf1af6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dc64c5551ddf1af6","status":"passed","time":{"start":1724889148722,"stop":1724889148722,"duration":0}},{"uid":"d05aa59c59a7a33d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d05aa59c59a7a33d","status":"passed","time":{"start":1724888331955,"stop":1724888331955,"duration":0}},{"uid":"e523a4bdec57b67b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e523a4bdec57b67b","status":"passed","time":{"start":1724887107114,"stop":1724887107114,"duration":0}},{"uid":"3338a1d82a7232d9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3338a1d82a7232d9","status":"passed","time":{"start":1724886889608,"stop":1724886889608,"duration":0}},{"uid":"b5e9bb6c21407445","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b5e9bb6c21407445","status":"passed","time":{"start":1724862298790,"stop":1724862298790,"duration":0}},{"uid":"3ad0a5a7e3ecdb80","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3ad0a5a7e3ecdb80","status":"passed","time":{"start":1724861779253,"stop":1724861779254,"duration":1}},{"uid":"f06e5a558970b75a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f06e5a558970b75a","status":"passed","time":{"start":1724861646562,"stop":1724861646562,"duration":0}},{"uid":"ad5aeea86d6669b4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ad5aeea86d6669b4","status":"passed","time":{"start":1724861466615,"stop":1724861466615,"duration":0}}]},"58b2a9d0b0c8ca427266321407e4700e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"d54c158d1973740","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d54c158d1973740","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921061852,"stop":1724921061852,"duration":0}},{"uid":"321fb9f9759c57f2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/321fb9f9759c57f2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921037160,"stop":1724921037160,"duration":0}},{"uid":"4ce8084671f064d7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4ce8084671f064d7","status":"skipped","statusDetails":"Test ignored","time":{"start":1724917697305,"stop":1724917697305,"duration":0}},{"uid":"a57770e517092b1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a57770e517092b1","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889476086,"stop":1724889476087,"duration":1}},{"uid":"ccd5dd68057d3525","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ccd5dd68057d3525","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888626890,"stop":1724888626891,"duration":1}},{"uid":"4bdb58702e3afe5e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4bdb58702e3afe5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887783111,"stop":1724887783111,"duration":0}},{"uid":"7d424a934d5baa1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7d424a934d5baa1","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886549922,"stop":1724886549922,"duration":0}},{"uid":"95982b13f522d648","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/95982b13f522d648","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886327584,"stop":1724886327585,"duration":1}},{"uid":"8819688b9a3cfb41","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8819688b9a3cfb41","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861776810,"stop":1724861776810,"duration":0}},{"uid":"fefb3aa7b71819ef","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fefb3aa7b71819ef","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861247302,"stop":1724861247302,"duration":0}},{"uid":"7294dda138282a2d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7294dda138282a2d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861071398,"stop":1724861071398,"duration":0}},{"uid":"487fe46fb3966558","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/487fe46fb3966558","status":"skipped","statusDetails":"Test ignored","time":{"start":1724860931798,"stop":1724860931798,"duration":0}}]},"db68c8704c29f54aff3969c0e2026f5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b58a8a5f42d82a18","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b58a8a5f42d82a18","status":"passed","time":{"start":1724918203696,"stop":1724918203697,"duration":1}}]},"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9f8711989140f1fa","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9f8711989140f1fa","status":"passed","time":{"start":1724921297016,"stop":1724921297017,"duration":1}},{"uid":"fb7c9677a78304","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fb7c9677a78304","status":"passed","time":{"start":1724921276371,"stop":1724921276371,"duration":0}},{"uid":"eecd0e0d2f61c1be","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eecd0e0d2f61c1be","status":"passed","time":{"start":1724917948329,"stop":1724917948329,"duration":0}},{"uid":"e18be5fcbbbd479","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e18be5fcbbbd479","status":"passed","time":{"start":1724889729014,"stop":1724889729015,"duration":1}},{"uid":"8f8f5238d651263","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f8f5238d651263","status":"passed","time":{"start":1724888864959,"stop":1724888864959,"duration":0}},{"uid":"83bb2646d16dfcfc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/83bb2646d16dfcfc","status":"passed","time":{"start":1724888053750,"stop":1724888053750,"duration":0}},{"uid":"930a0e9fe3d00d49","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/930a0e9fe3d00d49","status":"passed","time":{"start":1724886811665,"stop":1724886811665,"duration":0}},{"uid":"3e55961704a462a2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3e55961704a462a2","status":"passed","time":{"start":1724886581007,"stop":1724886581008,"duration":1}},{"uid":"458d4197e6c2d728","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/458d4197e6c2d728","status":"passed","time":{"start":1724862019565,"stop":1724862019565,"duration":0}},{"uid":"406063dea117a835","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/406063dea117a835","status":"passed","time":{"start":1724861493941,"stop":1724861493941,"duration":0}},{"uid":"e6646d04c53de9fd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e6646d04c53de9fd","status":"passed","time":{"start":1724861318045,"stop":1724861318045,"duration":0}},{"uid":"e2367283e5080f66","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e2367283e5080f66","status":"passed","time":{"start":1724861178519,"stop":1724861178519,"duration":0}}]},"78400a4684faab9772a06b3ee7703c82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2af4268575210a4a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2af4268575210a4a","status":"passed","time":{"start":1724921564776,"stop":1724921564777,"duration":1}},{"uid":"a5b210903086aa1e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a5b210903086aa1e","status":"passed","time":{"start":1724921518821,"stop":1724921518821,"duration":0}},{"uid":"af2e08c224cb6866","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/af2e08c224cb6866","status":"passed","time":{"start":1724918229399,"stop":1724918229400,"duration":1}},{"uid":"9f2eb775f3284a5b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f2eb775f3284a5b","status":"passed","time":{"start":1724889980702,"stop":1724889980703,"duration":1}},{"uid":"cb177b8ed6830b5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cb177b8ed6830b5","status":"passed","time":{"start":1724889111163,"stop":1724889111163,"duration":0}},{"uid":"dede22e1139751be","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dede22e1139751be","status":"passed","time":{"start":1724888292533,"stop":1724888292533,"duration":0}},{"uid":"33b28fe1db4ba61c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/33b28fe1db4ba61c","status":"passed","time":{"start":1724887068225,"stop":1724887068228,"duration":3}},{"uid":"ec19111b0d0031b2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ec19111b0d0031b2","status":"passed","time":{"start":1724886848926,"stop":1724886848926,"duration":0}},{"uid":"a16fb2dc598463bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a16fb2dc598463bc","status":"passed","time":{"start":1724862262047,"stop":1724862262048,"duration":1}},{"uid":"3eeaecbea2373d94","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3eeaecbea2373d94","status":"passed","time":{"start":1724861741893,"stop":1724861741893,"duration":0}},{"uid":"9af1a4cfeed2fc8a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9af1a4cfeed2fc8a","status":"passed","time":{"start":1724861599492,"stop":1724861599493,"duration":1}},{"uid":"1c8c1ef8bf254119","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1c8c1ef8bf254119","status":"passed","time":{"start":1724861428475,"stop":1724861428475,"duration":0}}]},"3c1d516be9792da541f1811126e60a0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f5d59bb9ef074646","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f5d59bb9ef074646","status":"passed","time":{"start":1724921564772,"stop":1724921564772,"duration":0}},{"uid":"5bddc34ada117730","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5bddc34ada117730","status":"passed","time":{"start":1724921518780,"stop":1724921518781,"duration":1}},{"uid":"53f9a55e03d690f0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/53f9a55e03d690f0","status":"passed","time":{"start":1724918229395,"stop":1724918229395,"duration":0}},{"uid":"745b8722577a55e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/745b8722577a55e0","status":"passed","time":{"start":1724889980692,"stop":1724889980693,"duration":1}},{"uid":"c634b92637f3bb29","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c634b92637f3bb29","status":"passed","time":{"start":1724889111154,"stop":1724889111155,"duration":1}},{"uid":"f710ddee7e7ff453","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f710ddee7e7ff453","status":"passed","time":{"start":1724888292525,"stop":1724888292527,"duration":2}},{"uid":"9c53ce82df283b16","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9c53ce82df283b16","status":"passed","time":{"start":1724887068219,"stop":1724887068220,"duration":1}},{"uid":"c6a370e8c0698c39","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c6a370e8c0698c39","status":"passed","time":{"start":1724886848917,"stop":1724886848918,"duration":1}},{"uid":"257d02ada1ab5bc4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/257d02ada1ab5bc4","status":"passed","time":{"start":1724862262043,"stop":1724862262043,"duration":0}},{"uid":"1fb7d71c4b6da83f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1fb7d71c4b6da83f","status":"passed","time":{"start":1724861741885,"stop":1724861741888,"duration":3}},{"uid":"1f54b1a1226b5214","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1f54b1a1226b5214","status":"passed","time":{"start":1724861599481,"stop":1724861599481,"duration":0}},{"uid":"4d9e6fc28dfa31e1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4d9e6fc28dfa31e1","status":"passed","time":{"start":1724861428470,"stop":1724861428470,"duration":0}}]},"a7a7e2d58831e1dc205f9a9e338fbdf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"57adf6c633c7dfd2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/57adf6c633c7dfd2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921564784,"stop":1724921564784,"duration":0}},{"uid":"a4cd6b36c79ecdec","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a4cd6b36c79ecdec","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921518831,"stop":1724921518832,"duration":1}},{"uid":"cd6db5ff7267c643","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cd6db5ff7267c643","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918229406,"stop":1724918229407,"duration":1}},{"uid":"8a3b010b410d8903","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8a3b010b410d8903","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889980708,"stop":1724889980708,"duration":0}},{"uid":"c15aa68d1954e5da","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c15aa68d1954e5da","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889111185,"stop":1724889111185,"duration":0}},{"uid":"fff11a92f8bb114a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fff11a92f8bb114a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888292548,"stop":1724888292549,"duration":1}},{"uid":"399483cc4f64c4c8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/399483cc4f64c4c8","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887068233,"stop":1724887068233,"duration":0}},{"uid":"cb5649902a14976f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cb5649902a14976f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886848938,"stop":1724886848939,"duration":1}},{"uid":"2eee222b506a12b1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2eee222b506a12b1","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862262057,"stop":1724862262057,"duration":0}},{"uid":"881d40b4d5e75d87","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/881d40b4d5e75d87","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861741900,"stop":1724861741900,"duration":0}},{"uid":"4ac33094aa745691","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4ac33094aa745691","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861599503,"stop":1724861599503,"duration":0}},{"uid":"2bddace5e67bf428","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2bddace5e67bf428","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861428482,"stop":1724861428482,"duration":0}}]},"d3d95898c68a651b850886c5722e4382:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"aec3877cce3faa28","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/aec3877cce3faa28","status":"passed","time":{"start":1724921625045,"stop":1724921625046,"duration":1}},{"uid":"e7a82cf108d09559","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e7a82cf108d09559","status":"passed","time":{"start":1724921590486,"stop":1724921590487,"duration":1}},{"uid":"9ebd25b94e89314c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9ebd25b94e89314c","status":"passed","time":{"start":1724918287562,"stop":1724918287562,"duration":0}},{"uid":"423685804a613891","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/423685804a613891","status":"passed","time":{"start":1724890047785,"stop":1724890047785,"duration":0}},{"uid":"1ebf8fbf2cb9ab59","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1ebf8fbf2cb9ab59","status":"passed","time":{"start":1724889183917,"stop":1724889183918,"duration":1}},{"uid":"c3e23785cbe1fb08","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c3e23785cbe1fb08","status":"passed","time":{"start":1724888354162,"stop":1724888354162,"duration":0}},{"uid":"6aec4c3ff87a3d84","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6aec4c3ff87a3d84","status":"passed","time":{"start":1724887145654,"stop":1724887145654,"duration":0}},{"uid":"d17ca1a1880ca21f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d17ca1a1880ca21f","status":"passed","time":{"start":1724886915783,"stop":1724886915784,"duration":1}},{"uid":"1851c5a78aa306e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1851c5a78aa306e0","status":"passed","time":{"start":1724862341434,"stop":1724862341435,"duration":1}},{"uid":"1e8ab6c1c3179f0e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1e8ab6c1c3179f0e","status":"passed","time":{"start":1724861805438,"stop":1724861805439,"duration":1}},{"uid":"65fb47c4d3795760","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/65fb47c4d3795760","status":"passed","time":{"start":1724861662253,"stop":1724861662253,"duration":0}},{"uid":"ee4b87703d5a4e91","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ee4b87703d5a4e91","status":"passed","time":{"start":1724861492506,"stop":1724861492506,"duration":0}}]},"8937a75762e7ef2d9ac5e7f42b8f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"77441a286b16a762","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/77441a286b16a762","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515229,"stop":1724921515229,"duration":0}},{"uid":"ab2b10c47060a736","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ab2b10c47060a736","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475448,"stop":1724921475454,"duration":6}},{"uid":"e1eebf42c4cf2712","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e1eebf42c4cf2712","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179403,"stop":1724918179403,"duration":0}},{"uid":"f41577f2ebcd937a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f41577f2ebcd937a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935343,"stop":1724889935343,"duration":0}},{"uid":"8afd6295ebab4057","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8afd6295ebab4057","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072756,"stop":1724889072757,"duration":1}},{"uid":"53af7968663f4184","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/53af7968663f4184","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232417,"stop":1724888232418,"duration":1}},{"uid":"8284f8d003225f23","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8284f8d003225f23","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018305,"stop":1724887018305,"duration":0}},{"uid":"c1abd28dfb1f7320","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c1abd28dfb1f7320","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781482,"stop":1724886781482,"duration":0}},{"uid":"78d8cb2b20191109","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/78d8cb2b20191109","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213665,"stop":1724862213665,"duration":0}},{"uid":"81ae39ce20b9195d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/81ae39ce20b9195d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861685858,"stop":1724861685858,"duration":0}},{"uid":"433e3e9a5adf6b86","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/433e3e9a5adf6b86","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546180,"stop":1724861546180,"duration":0}},{"uid":"c983f88ef37b67cc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c983f88ef37b67cc","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378113,"stop":1724861378113,"duration":0}}]},"9f07c75ef704aea1915b427e4dc2f966:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6df296044ddd7138","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6df296044ddd7138","status":"passed","time":{"start":1724921046200,"stop":1724921046200,"duration":0}},{"uid":"765385c3759e8044","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/765385c3759e8044","status":"passed","time":{"start":1724921021470,"stop":1724921021471,"duration":1}},{"uid":"16e7ab4d944e599f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/16e7ab4d944e599f","status":"passed","time":{"start":1724917681719,"stop":1724917681719,"duration":0}},{"uid":"4b6772cf08e10b2b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b6772cf08e10b2b","status":"passed","time":{"start":1724889460648,"stop":1724889460651,"duration":3}},{"uid":"78dbab85da784279","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/78dbab85da784279","status":"passed","time":{"start":1724888611291,"stop":1724888611291,"duration":0}},{"uid":"86fb3c33bec4f2a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/86fb3c33bec4f2a2","status":"passed","time":{"start":1724887767616,"stop":1724887767616,"duration":0}},{"uid":"f27626d644c2f1a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f27626d644c2f1a2","status":"passed","time":{"start":1724886533986,"stop":1724886533986,"duration":0}},{"uid":"b93d659cb1a68888","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b93d659cb1a68888","status":"passed","time":{"start":1724886311754,"stop":1724886311754,"duration":0}},{"uid":"2ba9daa5aa1c361a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ba9daa5aa1c361a","status":"passed","time":{"start":1724861760770,"stop":1724861760770,"duration":0}},{"uid":"a87a93f0547570b2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a87a93f0547570b2","status":"passed","time":{"start":1724861231729,"stop":1724861231730,"duration":1}},{"uid":"b6c0f25ffb0378fe","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b6c0f25ffb0378fe","status":"passed","time":{"start":1724861054251,"stop":1724861054251,"duration":0}},{"uid":"1daf3dcde8e7123b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1daf3dcde8e7123b","status":"passed","time":{"start":1724860915809,"stop":1724860915809,"duration":0}}]},"40e87e14065e53f249ea9968b38bf4ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"65262cf4bafeb989","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/65262cf4bafeb989","status":"passed","time":{"start":1724921677827,"stop":1724921677827,"duration":0}},{"uid":"19e1d38a52698a10","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/19e1d38a52698a10","status":"passed","time":{"start":1724921635679,"stop":1724921635679,"duration":0}},{"uid":"9c0b0c1a790b9e9b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9c0b0c1a790b9e9b","status":"passed","time":{"start":1724918344738,"stop":1724918344738,"duration":0}},{"uid":"12b0070b5a8dfe09","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/12b0070b5a8dfe09","status":"passed","time":{"start":1724890097426,"stop":1724890097426,"duration":0}},{"uid":"9875d3452344c4a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9875d3452344c4a9","status":"passed","time":{"start":1724889226623,"stop":1724889226623,"duration":0}},{"uid":"a7db304076df81ee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a7db304076df81ee","status":"passed","time":{"start":1724888405386,"stop":1724888405387,"duration":1}},{"uid":"92603df29601346e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/92603df29601346e","status":"passed","time":{"start":1724887180096,"stop":1724887180096,"duration":0}},{"uid":"47a5e7e8512ee84f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/47a5e7e8512ee84f","status":"passed","time":{"start":1724886957949,"stop":1724886957950,"duration":1}},{"uid":"4975aa9622346891","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4975aa9622346891","status":"passed","time":{"start":1724862379718,"stop":1724862379718,"duration":0}},{"uid":"d73565e3f192832","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d73565e3f192832","status":"passed","time":{"start":1724861853004,"stop":1724861853004,"duration":0}},{"uid":"fbb8e4835b5d12b1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fbb8e4835b5d12b1","status":"passed","time":{"start":1724861709846,"stop":1724861709846,"duration":0}},{"uid":"e68b95ee7f4ae59c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e68b95ee7f4ae59c","status":"passed","time":{"start":1724861537423,"stop":1724861537423,"duration":0}}]},"b5067da1f8fbcfbdad0a76a73da3690f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9862a071b49b479c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9862a071b49b479c","status":"passed","time":{"start":1724921625094,"stop":1724921625094,"duration":0}},{"uid":"59a009ff9cfd62cc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/59a009ff9cfd62cc","status":"passed","time":{"start":1724921590514,"stop":1724921590514,"duration":0}},{"uid":"39ae195844fb9794","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/39ae195844fb9794","status":"passed","time":{"start":1724918287581,"stop":1724918287581,"duration":0}},{"uid":"109dd3da3612b58d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/109dd3da3612b58d","status":"passed","time":{"start":1724890047807,"stop":1724890047810,"duration":3}},{"uid":"9e0408042ec5f363","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e0408042ec5f363","status":"passed","time":{"start":1724889183950,"stop":1724889183950,"duration":0}},{"uid":"85ae352b170fea1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/85ae352b170fea1","status":"passed","time":{"start":1724888354190,"stop":1724888354191,"duration":1}},{"uid":"340536970776fd04","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/340536970776fd04","status":"passed","time":{"start":1724887145733,"stop":1724887145733,"duration":0}},{"uid":"749189f94362488","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/749189f94362488","status":"passed","time":{"start":1724886915812,"stop":1724886915813,"duration":1}},{"uid":"3e0373f61eede926","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3e0373f61eede926","status":"passed","time":{"start":1724862341469,"stop":1724862341469,"duration":0}},{"uid":"69f3ab8064c05d18","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/69f3ab8064c05d18","status":"passed","time":{"start":1724861805474,"stop":1724861805475,"duration":1}},{"uid":"286cdb861b9dd747","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/286cdb861b9dd747","status":"passed","time":{"start":1724861662304,"stop":1724861662305,"duration":1}},{"uid":"41b3e2d7e1235e7e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/41b3e2d7e1235e7e","status":"passed","time":{"start":1724861492534,"stop":1724861492535,"duration":1}}]},"cc71fd7400fc0202c463e53978c080a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bc16ba5b687a43db","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bc16ba5b687a43db","status":"passed","time":{"start":1724921529593,"stop":1724921529593,"duration":0}},{"uid":"be2958e82ec7890c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/be2958e82ec7890c","status":"passed","time":{"start":1724921488889,"stop":1724921488890,"duration":1}},{"uid":"28c2884b20d23094","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/28c2884b20d23094","status":"passed","time":{"start":1724918203697,"stop":1724918203697,"duration":0}},{"uid":"f2cc97bbf76eb44b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2cc97bbf76eb44b","status":"passed","time":{"start":1724889938369,"stop":1724889938369,"duration":0}},{"uid":"d144b83b9cd0bf4b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d144b83b9cd0bf4b","status":"passed","time":{"start":1724889077080,"stop":1724889077080,"duration":0}},{"uid":"af1a428c8cc46ce0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/af1a428c8cc46ce0","status":"passed","time":{"start":1724888268042,"stop":1724888268043,"duration":1}},{"uid":"7ba1672d9626cf82","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7ba1672d9626cf82","status":"passed","time":{"start":1724887032416,"stop":1724887032417,"duration":1}},{"uid":"ade279cfb3d0247a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ade279cfb3d0247a","status":"passed","time":{"start":1724886822829,"stop":1724886822829,"duration":0}},{"uid":"8846ffe938580c84","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8846ffe938580c84","status":"passed","time":{"start":1724862233524,"stop":1724862233524,"duration":0}},{"uid":"fc2d33c47fb62eb5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fc2d33c47fb62eb5","status":"passed","time":{"start":1724861712677,"stop":1724861712677,"duration":0}},{"uid":"492df1c743867b8c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/492df1c743867b8c","status":"passed","time":{"start":1724861567905,"stop":1724861567905,"duration":0}},{"uid":"7ad894cb7edbdfba","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7ad894cb7edbdfba","status":"passed","time":{"start":1724861392065,"stop":1724861392065,"duration":0}}]},"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5cd211f0ceb6d07a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5cd211f0ceb6d07a","status":"passed","time":{"start":1724921045432,"stop":1724921045433,"duration":1}},{"uid":"96dacfda231e5e84","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/96dacfda231e5e84","status":"passed","time":{"start":1724921020900,"stop":1724921020900,"duration":0}},{"uid":"d7b0eaac18a7d987","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d7b0eaac18a7d987","status":"passed","time":{"start":1724917681169,"stop":1724917681169,"duration":0}},{"uid":"81ad2eb16bfbadaf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/81ad2eb16bfbadaf","status":"passed","time":{"start":1724889460008,"stop":1724889460008,"duration":0}},{"uid":"10f9c69eea285a45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/10f9c69eea285a45","status":"passed","time":{"start":1724888610607,"stop":1724888610607,"duration":0}},{"uid":"91c22a1a3ff2ba17","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/91c22a1a3ff2ba17","status":"passed","time":{"start":1724887766957,"stop":1724887766957,"duration":0}},{"uid":"af841ac017832338","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/af841ac017832338","status":"passed","time":{"start":1724886533379,"stop":1724886533379,"duration":0}},{"uid":"6e0031a41aea0dd4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6e0031a41aea0dd4","status":"passed","time":{"start":1724886311217,"stop":1724886311217,"duration":0}},{"uid":"7c61b2a5c1244c6d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7c61b2a5c1244c6d","status":"passed","time":{"start":1724861760230,"stop":1724861760231,"duration":1}},{"uid":"9d853cc19a345892","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9d853cc19a345892","status":"passed","time":{"start":1724861231071,"stop":1724861231071,"duration":0}},{"uid":"ac0b9416372a8016","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac0b9416372a8016","status":"passed","time":{"start":1724861053616,"stop":1724861053616,"duration":0}},{"uid":"3ebe97a1036a6fd2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3ebe97a1036a6fd2","status":"passed","time":{"start":1724860915335,"stop":1724860915336,"duration":1}}]},"5e8c9350a2cbdd2cfd70483db5c1d80e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"77e6255cdde006ed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/77e6255cdde006ed","status":"passed","time":{"start":1724890032298,"stop":1724890032298,"duration":0}}]},"ee0f8a9fee68389f7ffc25f222937008:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"16b61d8b8c36a99e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/16b61d8b8c36a99e","status":"passed","time":{"start":1724862298393,"stop":1724862298393,"duration":0}}]},"0337bbbdff7a5dc60f3ea8f843b63efb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"18437cd5e243f045","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/18437cd5e243f045","status":"passed","time":{"start":1724887092627,"stop":1724887092627,"duration":0}}]},"bab178584ac20058e105e83aa990cd65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21c66b5f2f3ecc8e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/21c66b5f2f3ecc8e","status":"passed","time":{"start":1724861800254,"stop":1724861800254,"duration":0}}]},"680e8d1d8aa49b600710cc51660d96fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"698e0d2a935fa2d7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/698e0d2a935fa2d7","status":"passed","time":{"start":1724921270344,"stop":1724921270349,"duration":5}},{"uid":"1142b2255855a707","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1142b2255855a707","status":"passed","time":{"start":1724921247804,"stop":1724921247806,"duration":2}},{"uid":"692598f5eec78099","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/692598f5eec78099","status":"passed","time":{"start":1724917989811,"stop":1724917989812,"duration":1}},{"uid":"217b54e9e7db650d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/217b54e9e7db650d","status":"passed","time":{"start":1724889678534,"stop":1724889678534,"duration":0}},{"uid":"4a3f4335d592fd9c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a3f4335d592fd9c","status":"passed","time":{"start":1724888829830,"stop":1724888829831,"duration":1}},{"uid":"e01b7a4a0cc0e42d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e01b7a4a0cc0e42d","status":"passed","time":{"start":1724888076978,"stop":1724888076979,"duration":1}},{"uid":"b4a3a9db728df5d3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b4a3a9db728df5d3","status":"passed","time":{"start":1724886851118,"stop":1724886851118,"duration":0}},{"uid":"ddd76d65ef7eee8e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ddd76d65ef7eee8e","status":"passed","time":{"start":1724886647070,"stop":1724886647071,"duration":1}},{"uid":"10366ed850243b7d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/10366ed850243b7d","status":"passed","time":{"start":1724861992706,"stop":1724861992706,"duration":0}},{"uid":"3aa208e8aa1d22c0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3aa208e8aa1d22c0","status":"passed","time":{"start":1724861469634,"stop":1724861469634,"duration":0}},{"uid":"b69b0097e44b1209","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b69b0097e44b1209","status":"passed","time":{"start":1724861284849,"stop":1724861284850,"duration":1}},{"uid":"84fc4d3410271e81","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/84fc4d3410271e81","status":"passed","time":{"start":1724861145783,"stop":1724861145783,"duration":0}}]},"32b8e9e00b4abdbea156a53cbc238c18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"72010ba300b1d62e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72010ba300b1d62e","status":"passed","time":{"start":1724889935340,"stop":1724889935340,"duration":0}}]},"bd869b429ac04717597f2b71e9d54d5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4c89a56fa76b5606","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4c89a56fa76b5606","status":"passed","time":{"start":1724888268041,"stop":1724888268041,"duration":0}}]},"b918cb724e27ce193c6c0f31a0b5b245:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ea901a6e62efd2a4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ea901a6e62efd2a4","status":"passed","time":{"start":1724921625084,"stop":1724921625085,"duration":1}},{"uid":"153a7826379ebb83","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/153a7826379ebb83","status":"passed","time":{"start":1724921590509,"stop":1724921590509,"duration":0}},{"uid":"32543e2ad98c769","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/32543e2ad98c769","status":"passed","time":{"start":1724918287575,"stop":1724918287575,"duration":0}},{"uid":"df1147a7918b7b1e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/df1147a7918b7b1e","status":"passed","time":{"start":1724890047800,"stop":1724890047801,"duration":1}},{"uid":"4e87f5a7a50f1c1c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4e87f5a7a50f1c1c","status":"passed","time":{"start":1724889183942,"stop":1724889183943,"duration":1}},{"uid":"54f243039712d41c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/54f243039712d41c","status":"passed","time":{"start":1724888354182,"stop":1724888354182,"duration":0}},{"uid":"8a9102caebf01f1f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a9102caebf01f1f","status":"passed","time":{"start":1724887145719,"stop":1724887145720,"duration":1}},{"uid":"28ea2874972c10ab","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/28ea2874972c10ab","status":"passed","time":{"start":1724886915797,"stop":1724886915799,"duration":2}},{"uid":"d23e21c81d276130","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d23e21c81d276130","status":"passed","time":{"start":1724862341464,"stop":1724862341464,"duration":0}},{"uid":"97f385cc6aa8b4b0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/97f385cc6aa8b4b0","status":"passed","time":{"start":1724861805467,"stop":1724861805468,"duration":1}},{"uid":"40241fd5e979bfe","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/40241fd5e979bfe","status":"passed","time":{"start":1724861662299,"stop":1724861662299,"duration":0}},{"uid":"307252973a9b267f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/307252973a9b267f","status":"passed","time":{"start":1724861492526,"stop":1724861492526,"duration":0}}]},"c787ef39591d451b76fdffb9e728aaee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4075845b44d29dbf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4075845b44d29dbf","status":"passed","time":{"start":1724921158278,"stop":1724921158279,"duration":1}},{"uid":"d3a7953df35ec969","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d3a7953df35ec969","status":"passed","time":{"start":1724921130076,"stop":1724921130076,"duration":0}},{"uid":"36e340ca7eec1387","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/36e340ca7eec1387","status":"passed","time":{"start":1724917796893,"stop":1724917796894,"duration":1}},{"uid":"22748c16e1b58d69","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/22748c16e1b58d69","status":"passed","time":{"start":1724889579997,"stop":1724889579997,"duration":0}},{"uid":"388cf943caa089bf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/388cf943caa089bf","status":"passed","time":{"start":1724888730128,"stop":1724888730128,"duration":0}},{"uid":"5a0a66dac6fa3f9e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5a0a66dac6fa3f9e","status":"passed","time":{"start":1724887883927,"stop":1724887883927,"duration":0}},{"uid":"25cd15ef201cb5b5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/25cd15ef201cb5b5","status":"passed","time":{"start":1724886651245,"stop":1724886651245,"duration":0}},{"uid":"92cf4ee39edc350c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/92cf4ee39edc350c","status":"passed","time":{"start":1724886430268,"stop":1724886430268,"duration":0}},{"uid":"fbc72691a615c63","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fbc72691a615c63","status":"passed","time":{"start":1724861879167,"stop":1724861879168,"duration":1}},{"uid":"31a9691a7be91b17","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/31a9691a7be91b17","status":"passed","time":{"start":1724861345738,"stop":1724861345739,"duration":1}},{"uid":"ceb550380fc03db6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ceb550380fc03db6","status":"passed","time":{"start":1724861186694,"stop":1724861186694,"duration":0}},{"uid":"1ca15ad0f7bb2dfb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1ca15ad0f7bb2dfb","status":"passed","time":{"start":1724861034885,"stop":1724861034885,"duration":0}}]},"2374a8c38bcd8cbcba77c3f21d70d9d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e8052f56229a044c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e8052f56229a044c","status":"passed","time":{"start":1724921061618,"stop":1724921061619,"duration":1}},{"uid":"4ad953f8e8d36125","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4ad953f8e8d36125","status":"passed","time":{"start":1724921036641,"stop":1724921036641,"duration":0}},{"uid":"f5306ed0883fb00","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f5306ed0883fb00","status":"passed","time":{"start":1724917696746,"stop":1724917696747,"duration":1}},{"uid":"5b5ceb9eb26e731a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b5ceb9eb26e731a","status":"passed","time":{"start":1724889476022,"stop":1724889476023,"duration":1}},{"uid":"5769086b46d1ec2b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5769086b46d1ec2b","status":"passed","time":{"start":1724888626863,"stop":1724888626863,"duration":0}},{"uid":"2ebcf24ddcfeba32","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2ebcf24ddcfeba32","status":"passed","time":{"start":1724887782851,"stop":1724887782851,"duration":0}},{"uid":"d0ccc15567afc2ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d0ccc15567afc2ba","status":"passed","time":{"start":1724886549390,"stop":1724886549390,"duration":0}},{"uid":"e836d30a7b79d63c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e836d30a7b79d63c","status":"passed","time":{"start":1724886327495,"stop":1724886327495,"duration":0}},{"uid":"ab04694a61d60669","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ab04694a61d60669","status":"passed","time":{"start":1724861776389,"stop":1724861776390,"duration":1}},{"uid":"4cd5ecedbbf41e25","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4cd5ecedbbf41e25","status":"passed","time":{"start":1724861247045,"stop":1724861247046,"duration":1}},{"uid":"987000efba10ef44","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/987000efba10ef44","status":"passed","time":{"start":1724861070812,"stop":1724861070813,"duration":1}},{"uid":"73648b5d8daf30ea","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/73648b5d8daf30ea","status":"passed","time":{"start":1724860931510,"stop":1724860931510,"duration":0}}]},"37b0712a55780e765f2fbe2dd020fbf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4de4f10457257e54","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4de4f10457257e54","status":"passed","time":{"start":1724921563019,"stop":1724921563019,"duration":0}},{"uid":"812deb1a638245ff","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/812deb1a638245ff","status":"passed","time":{"start":1724921526815,"stop":1724921526815,"duration":0}},{"uid":"103515ff32fef415","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/103515ff32fef415","status":"passed","time":{"start":1724918239948,"stop":1724918239949,"duration":1}},{"uid":"aa1cb74a84e2ff3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aa1cb74a84e2ff3","status":"passed","time":{"start":1724889980919,"stop":1724889980919,"duration":0}},{"uid":"a6780acb1c31b8c5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a6780acb1c31b8c5","status":"passed","time":{"start":1724889109974,"stop":1724889109975,"duration":1}},{"uid":"48d0feb8bf0fc03e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/48d0feb8bf0fc03e","status":"passed","time":{"start":1724888294725,"stop":1724888294725,"duration":0}},{"uid":"af6c80e848c55ccd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/af6c80e848c55ccd","status":"passed","time":{"start":1724887071743,"stop":1724887071744,"duration":1}},{"uid":"9fad3611d6403b79","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9fad3611d6403b79","status":"passed","time":{"start":1724886848348,"stop":1724886848348,"duration":0}},{"uid":"2f93c00c2286435","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2f93c00c2286435","status":"passed","time":{"start":1724862259257,"stop":1724862259257,"duration":0}},{"uid":"e57a30a4d44516cb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e57a30a4d44516cb","status":"passed","time":{"start":1724861735332,"stop":1724861735333,"duration":1}},{"uid":"c0555a9d1dfbc69d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0555a9d1dfbc69d","status":"passed","time":{"start":1724861606351,"stop":1724861606352,"duration":1}},{"uid":"95629c5f2fb2da41","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/95629c5f2fb2da41","status":"passed","time":{"start":1724861426690,"stop":1724861426691,"duration":1}}]},"de70358f302182ae4211c906cce095b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2ce879ef73f39a70","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2ce879ef73f39a70","status":"passed","time":{"start":1724887092627,"stop":1724887092628,"duration":1}}]},"34840103faf2ca88c7371ea9d706be8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2bcd465cfefc06d1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2bcd465cfefc06d1","status":"passed","time":{"start":1724921061845,"stop":1724921061846,"duration":1}},{"uid":"d6209e106ef76d22","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d6209e106ef76d22","status":"passed","time":{"start":1724921037155,"stop":1724921037156,"duration":1}},{"uid":"1efe11445ee3eb85","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1efe11445ee3eb85","status":"passed","time":{"start":1724917697299,"stop":1724917697300,"duration":1}},{"uid":"d6c4fff0d2f92f73","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d6c4fff0d2f92f73","status":"passed","time":{"start":1724889476081,"stop":1724889476082,"duration":1}},{"uid":"72d983caa1418f52","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72d983caa1418f52","status":"passed","time":{"start":1724888626884,"stop":1724888626885,"duration":1}},{"uid":"c81703efd94f9ef6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c81703efd94f9ef6","status":"passed","time":{"start":1724887783106,"stop":1724887783107,"duration":1}},{"uid":"928113ca0fec437","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/928113ca0fec437","status":"passed","time":{"start":1724886549917,"stop":1724886549918,"duration":1}},{"uid":"70eb33b773aa8de","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/70eb33b773aa8de","status":"passed","time":{"start":1724886327578,"stop":1724886327579,"duration":1}},{"uid":"a705ffe1ba2beafd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a705ffe1ba2beafd","status":"passed","time":{"start":1724861776804,"stop":1724861776805,"duration":1}},{"uid":"b352ff7aaf418d51","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b352ff7aaf418d51","status":"passed","time":{"start":1724861247296,"stop":1724861247297,"duration":1}},{"uid":"384d800c8adaba13","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/384d800c8adaba13","status":"passed","time":{"start":1724861071392,"stop":1724861071393,"duration":1}},{"uid":"86c332c0130f85","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/86c332c0130f85","status":"passed","time":{"start":1724860931793,"stop":1724860931793,"duration":0}}]},"d8f9bb47dbfa8c65b0044d77b541e60a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5890253cd3db5580","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5890253cd3db5580","status":"passed","time":{"start":1724921602976,"stop":1724921602977,"duration":1}},{"uid":"fc403da903d841f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fc403da903d841f","status":"passed","time":{"start":1724921571106,"stop":1724921571107,"duration":1}},{"uid":"fb577aba7ec52c3d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fb577aba7ec52c3d","status":"passed","time":{"start":1724918285613,"stop":1724918285614,"duration":1}},{"uid":"f7b81b4bb8426167","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7b81b4bb8426167","status":"passed","time":{"start":1724890030100,"stop":1724890030100,"duration":0}},{"uid":"51434a54c11a02c8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/51434a54c11a02c8","status":"passed","time":{"start":1724889171926,"stop":1724889171926,"duration":0}},{"uid":"2b61155e5f16ad91","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2b61155e5f16ad91","status":"passed","time":{"start":1724888350741,"stop":1724888350741,"duration":0}},{"uid":"9227392a3d3d3d4f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9227392a3d3d3d4f","status":"passed","time":{"start":1724887115424,"stop":1724887115425,"duration":1}},{"uid":"597995715dd218dd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/597995715dd218dd","status":"passed","time":{"start":1724886884584,"stop":1724886884585,"duration":1}},{"uid":"fef745e1306e76e3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fef745e1306e76e3","status":"passed","time":{"start":1724862322276,"stop":1724862322276,"duration":0}},{"uid":"30cca85b939b2da5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/30cca85b939b2da5","status":"passed","time":{"start":1724861790764,"stop":1724861790764,"duration":0}},{"uid":"a75a9db8224a3e22","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a75a9db8224a3e22","status":"passed","time":{"start":1724861628430,"stop":1724861628430,"duration":0}},{"uid":"1fad0e7cb04c8947","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1fad0e7cb04c8947","status":"passed","time":{"start":1724861465634,"stop":1724861465634,"duration":0}}]},"a6da04bd5ce46a2405442b9afc17c9e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"320d1b37e77959fb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/320d1b37e77959fb","status":"passed","time":{"start":1724921625033,"stop":1724921625034,"duration":1}},{"uid":"feecb93e7e8c55c8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/feecb93e7e8c55c8","status":"passed","time":{"start":1724921590478,"stop":1724921590478,"duration":0}},{"uid":"ef47c19bea201b5f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ef47c19bea201b5f","status":"passed","time":{"start":1724918287557,"stop":1724918287558,"duration":1}},{"uid":"59e9f8af1ef99f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/59e9f8af1ef99f9","status":"passed","time":{"start":1724890047781,"stop":1724890047782,"duration":1}},{"uid":"9073bcd6ee555881","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9073bcd6ee555881","status":"passed","time":{"start":1724889183913,"stop":1724889183913,"duration":0}},{"uid":"8d70624997aac38a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8d70624997aac38a","status":"passed","time":{"start":1724888354158,"stop":1724888354159,"duration":1}},{"uid":"3a90f444a42571d0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3a90f444a42571d0","status":"passed","time":{"start":1724887145650,"stop":1724887145650,"duration":0}},{"uid":"4494519aea0fec42","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4494519aea0fec42","status":"passed","time":{"start":1724886915775,"stop":1724886915775,"duration":0}},{"uid":"f300cf4b11a1ae0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f300cf4b11a1ae0","status":"passed","time":{"start":1724862341430,"stop":1724862341431,"duration":1}},{"uid":"e9142ea62ef9c3cf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e9142ea62ef9c3cf","status":"passed","time":{"start":1724861805430,"stop":1724861805431,"duration":1}},{"uid":"b1a731fee6260124","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b1a731fee6260124","status":"passed","time":{"start":1724861662239,"stop":1724861662239,"duration":0}},{"uid":"2287c92b58f174b4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2287c92b58f174b4","status":"passed","time":{"start":1724861492502,"stop":1724861492502,"duration":0}}]},"d6dc95c2624275135509b6e324d75fe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fe941fc0fd498207","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fe941fc0fd498207","status":"passed","time":{"start":1724921563020,"stop":1724921563020,"duration":0}},{"uid":"71902d9cfa8a9e8f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/71902d9cfa8a9e8f","status":"passed","time":{"start":1724921526817,"stop":1724921526817,"duration":0}},{"uid":"2b6f81c2375b5431","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2b6f81c2375b5431","status":"passed","time":{"start":1724918239953,"stop":1724918239953,"duration":0}},{"uid":"9f7352f2c13153b4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f7352f2c13153b4","status":"passed","time":{"start":1724889980926,"stop":1724889980927,"duration":1}},{"uid":"ef27b0d4856b07bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ef27b0d4856b07bc","status":"passed","time":{"start":1724889109977,"stop":1724889109979,"duration":2}},{"uid":"77b34bc065c7313d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/77b34bc065c7313d","status":"passed","time":{"start":1724888294726,"stop":1724888294726,"duration":0}},{"uid":"de34a7fb72bc42b7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/de34a7fb72bc42b7","status":"passed","time":{"start":1724887071744,"stop":1724887071745,"duration":1}},{"uid":"17e98d81e0748d61","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/17e98d81e0748d61","status":"passed","time":{"start":1724886848350,"stop":1724886848350,"duration":0}},{"uid":"132f96ca6c8b2594","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/132f96ca6c8b2594","status":"passed","time":{"start":1724862259260,"stop":1724862259260,"duration":0}},{"uid":"ca2e4989aafa535b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ca2e4989aafa535b","status":"passed","time":{"start":1724861735335,"stop":1724861735335,"duration":0}},{"uid":"50d5dbed56f9e93f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/50d5dbed56f9e93f","status":"passed","time":{"start":1724861606352,"stop":1724861606353,"duration":1}},{"uid":"9881ae4d17479d73","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9881ae4d17479d73","status":"passed","time":{"start":1724861426691,"stop":1724861426692,"duration":1}}]},"92764ddbdf4d05ff0eea6b372016eacc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"420d75f6a7f9ee7f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/420d75f6a7f9ee7f","status":"passed","time":{"start":1724887032416,"stop":1724887032416,"duration":0}}]},"be5b3563f583e4186f5d9da7e09696c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6a83102c3f696a1c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6a83102c3f696a1c","status":"passed","time":{"start":1724918179413,"stop":1724918179416,"duration":3}}]},"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"12f03a4b26d5d41a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/12f03a4b26d5d41a","status":"passed","time":{"start":1724921297005,"stop":1724921297006,"duration":1}},{"uid":"b7a746a4f488ffac","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b7a746a4f488ffac","status":"passed","time":{"start":1724921276366,"stop":1724921276367,"duration":1}},{"uid":"5475759f8817b8b4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5475759f8817b8b4","status":"passed","time":{"start":1724917948321,"stop":1724917948321,"duration":0}},{"uid":"299146c5b0d69fad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/299146c5b0d69fad","status":"passed","time":{"start":1724889729007,"stop":1724889729007,"duration":0}},{"uid":"26b054b406c28cfb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/26b054b406c28cfb","status":"passed","time":{"start":1724888864952,"stop":1724888864953,"duration":1}},{"uid":"11b83a06481f24b5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/11b83a06481f24b5","status":"passed","time":{"start":1724888053746,"stop":1724888053746,"duration":0}},{"uid":"c5125e42cd11825f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c5125e42cd11825f","status":"passed","time":{"start":1724886811660,"stop":1724886811661,"duration":1}},{"uid":"e5dffaf3c4330919","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e5dffaf3c4330919","status":"passed","time":{"start":1724886581002,"stop":1724886581003,"duration":1}},{"uid":"a3961cdab29685ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3961cdab29685ae","status":"passed","time":{"start":1724862019559,"stop":1724862019560,"duration":1}},{"uid":"1fd7ac05e7273667","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1fd7ac05e7273667","status":"passed","time":{"start":1724861493936,"stop":1724861493936,"duration":0}},{"uid":"f358f69a0317d358","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f358f69a0317d358","status":"passed","time":{"start":1724861318028,"stop":1724861318028,"duration":0}},{"uid":"20009382f2cd88db","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/20009382f2cd88db","status":"passed","time":{"start":1724861178514,"stop":1724861178515,"duration":1}}]},"f930708d4007d85860719455465959ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d39e733702a7b73e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d39e733702a7b73e","status":"passed","time":{"start":1724921065909,"stop":1724921065909,"duration":0}},{"uid":"54108fb8cffe7717","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/54108fb8cffe7717","status":"passed","time":{"start":1724921040946,"stop":1724921040947,"duration":1}},{"uid":"75b659cb1b45c275","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/75b659cb1b45c275","status":"passed","time":{"start":1724917701154,"stop":1724917701155,"duration":1}},{"uid":"d8d30ba8ae87b5bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d8d30ba8ae87b5bc","status":"passed","time":{"start":1724889479973,"stop":1724889479974,"duration":1}},{"uid":"35ec8a7a54bb7e36","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/35ec8a7a54bb7e36","status":"passed","time":{"start":1724888630722,"stop":1724888630722,"duration":0}},{"uid":"96925242f1125972","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/96925242f1125972","status":"passed","time":{"start":1724887787005,"stop":1724887787005,"duration":0}},{"uid":"17f3c100082e9694","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/17f3c100082e9694","status":"passed","time":{"start":1724886553667,"stop":1724886553668,"duration":1}},{"uid":"1ead1ada1147c379","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1ead1ada1147c379","status":"passed","time":{"start":1724886331491,"stop":1724886331491,"duration":0}},{"uid":"6345f82e808bb72b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6345f82e808bb72b","status":"passed","time":{"start":1724861780655,"stop":1724861780655,"duration":0}},{"uid":"d4886441b02515f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d4886441b02515f","status":"passed","time":{"start":1724861251097,"stop":1724861251098,"duration":1}},{"uid":"c423e7b3f16a5eeb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c423e7b3f16a5eeb","status":"passed","time":{"start":1724861074807,"stop":1724861074807,"duration":0}},{"uid":"3302ec999b577a26","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3302ec999b577a26","status":"passed","time":{"start":1724860935670,"stop":1724860935670,"duration":0}}]},"0c773fdbecada19cc019e94f92ac44ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"66acd2f33136ffbe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/66acd2f33136ffbe","status":"passed","time":{"start":1724862298395,"stop":1724862298395,"duration":0}}]},"0ddf29e406d8d36124685e6de9d008d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1be0785873305047","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1be0785873305047","status":"passed","time":{"start":1724861475048,"stop":1724861475053,"duration":5}}]},"21b46813bf62dcc4e0d2c103356b6c1d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47eb871ea0aaa947","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/47eb871ea0aaa947","status":"passed","time":{"start":1724921571110,"stop":1724921571110,"duration":0}}]},"6222de83b46c7e94c733bc9b89aa12f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8c11ae878c60ba23","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8c11ae878c60ba23","status":"passed","time":{"start":1724921051054,"stop":1724921051054,"duration":0}},{"uid":"e09278fd97dcbbb2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e09278fd97dcbbb2","status":"passed","time":{"start":1724921026359,"stop":1724921026360,"duration":1}},{"uid":"5275e7435c027ed8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5275e7435c027ed8","status":"passed","time":{"start":1724917686538,"stop":1724917686538,"duration":0}},{"uid":"999cfb5238e4f02","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/999cfb5238e4f02","status":"passed","time":{"start":1724889465468,"stop":1724889465469,"duration":1}},{"uid":"bfec4b0bc0c369f5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bfec4b0bc0c369f5","status":"passed","time":{"start":1724888616210,"stop":1724888616210,"duration":0}},{"uid":"e93868cf5b8334ed","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e93868cf5b8334ed","status":"passed","time":{"start":1724887772446,"stop":1724887772447,"duration":1}},{"uid":"b796eef97489a7f3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b796eef97489a7f3","status":"passed","time":{"start":1724886538857,"stop":1724886538858,"duration":1}},{"uid":"5327a0846a39f16c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5327a0846a39f16c","status":"passed","time":{"start":1724886316624,"stop":1724886316625,"duration":1}},{"uid":"cd6268a822f1d7cb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd6268a822f1d7cb","status":"passed","time":{"start":1724861765760,"stop":1724861765761,"duration":1}},{"uid":"a1339aea497c5345","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a1339aea497c5345","status":"passed","time":{"start":1724861236571,"stop":1724861236571,"duration":0}},{"uid":"dc86b77d22a86b78","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dc86b77d22a86b78","status":"passed","time":{"start":1724861059468,"stop":1724861059468,"duration":0}},{"uid":"ff0880dff166f001","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ff0880dff166f001","status":"passed","time":{"start":1724860920724,"stop":1724860920724,"duration":0}}]},"bdc61a459fd8aa0c93671b99e5fd3f37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"359a2e782c6a3c31","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/359a2e782c6a3c31","status":"passed","time":{"start":1724889678257,"stop":1724889678257,"duration":0}}]},"9945393973edc3ddf8c0b8d613de2195:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61278054ddf772b4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/61278054ddf772b4","status":"passed","time":{"start":1724861599499,"stop":1724861599499,"duration":0}}]},"5c01827d9f30f00c3a668c494fde47df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"96b54f458bd6d1f0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/96b54f458bd6d1f0","status":"passed","time":{"start":1724921540107,"stop":1724921540107,"duration":0}},{"uid":"28f117ceafbcd69c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/28f117ceafbcd69c","status":"passed","time":{"start":1724921503539,"stop":1724921503539,"duration":0}},{"uid":"df4717905c5f3a80","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/df4717905c5f3a80","status":"passed","time":{"start":1724918214356,"stop":1724918214356,"duration":0}},{"uid":"8d85ec50c105c9b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8d85ec50c105c9b","status":"passed","time":{"start":1724889952443,"stop":1724889952443,"duration":0}},{"uid":"a429ecb5b0c882ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a429ecb5b0c882ba","status":"passed","time":{"start":1724889087460,"stop":1724889087467,"duration":7}},{"uid":"251e334b48ad5a61","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/251e334b48ad5a61","status":"passed","time":{"start":1724888266428,"stop":1724888266429,"duration":1}},{"uid":"94aaa3f3399a15dd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/94aaa3f3399a15dd","status":"passed","time":{"start":1724887042930,"stop":1724887042930,"duration":0}},{"uid":"3f59c85b93c3df28","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3f59c85b93c3df28","status":"passed","time":{"start":1724886820797,"stop":1724886820797,"duration":0}},{"uid":"34e8b387e3af6e8e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/34e8b387e3af6e8e","status":"passed","time":{"start":1724862245489,"stop":1724862245489,"duration":0}},{"uid":"f3fe06e5b51d5ae6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f3fe06e5b51d5ae6","status":"passed","time":{"start":1724861720393,"stop":1724861720394,"duration":1}},{"uid":"9286a5be22f4a858","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9286a5be22f4a858","status":"passed","time":{"start":1724861579387,"stop":1724861579387,"duration":0}},{"uid":"9e306c3edbf238a2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9e306c3edbf238a2","status":"passed","time":{"start":1724861402506,"stop":1724861402506,"duration":0}}]},"6e1c32dcfd79db0371ce4cdbb0dcfb72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3ac9a7b5c3556c82","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3ac9a7b5c3556c82","status":"passed","time":{"start":1724921625031,"stop":1724921625032,"duration":1}},{"uid":"6c80abad73b6fe96","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6c80abad73b6fe96","status":"passed","time":{"start":1724921590477,"stop":1724921590477,"duration":0}},{"uid":"d1f167fdf6a2d1f1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d1f167fdf6a2d1f1","status":"passed","time":{"start":1724918287557,"stop":1724918287557,"duration":0}},{"uid":"c1f1651306cbd614","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c1f1651306cbd614","status":"passed","time":{"start":1724890047780,"stop":1724890047781,"duration":1}},{"uid":"9a50f55f86c82c0c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9a50f55f86c82c0c","status":"passed","time":{"start":1724889183912,"stop":1724889183912,"duration":0}},{"uid":"bb3aba573d4740ec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bb3aba573d4740ec","status":"passed","time":{"start":1724888354156,"stop":1724888354157,"duration":1}},{"uid":"ca630ede37660db3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ca630ede37660db3","status":"passed","time":{"start":1724887145648,"stop":1724887145649,"duration":1}},{"uid":"cd30f3f8d5b42a0d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cd30f3f8d5b42a0d","status":"passed","time":{"start":1724886915774,"stop":1724886915775,"duration":1}},{"uid":"94fdcd8b10bcc194","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/94fdcd8b10bcc194","status":"passed","time":{"start":1724862341429,"stop":1724862341430,"duration":1}},{"uid":"6cf16867df936391","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6cf16867df936391","status":"passed","time":{"start":1724861805428,"stop":1724861805429,"duration":1}},{"uid":"b023975ec422732b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b023975ec422732b","status":"passed","time":{"start":1724861662238,"stop":1724861662238,"duration":0}},{"uid":"2d6a25ad863af884","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2d6a25ad863af884","status":"passed","time":{"start":1724861492501,"stop":1724861492501,"duration":0}}]},"2a1f8b7e60a2342bdfe20d85d5f5e6aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"de1775536cc4783","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/de1775536cc4783","status":"passed","time":{"start":1724889938368,"stop":1724889938369,"duration":1}}]},"d07b791264e0641ee8d5505ee08e65a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c91dc8779f1361d7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c91dc8779f1361d7","status":"passed","time":{"start":1724921556059,"stop":1724921556059,"duration":0}}]},"315dd876ca7a8d13d1836dc7c13e91d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"81baa2c8ea7c7644","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/81baa2c8ea7c7644","status":"passed","time":{"start":1724921556061,"stop":1724921556062,"duration":1}}]},"a36b0c9d3cb75ae6dd3989d79c40f345:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7dab481f7490536f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7dab481f7490536f","status":"passed","time":{"start":1724888345351,"stop":1724888345351,"duration":0}}]},"747e07f485de0289eb875ead8cef7ae6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8e876506031b3e96","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8e876506031b3e96","status":"passed","time":{"start":1724861685877,"stop":1724861685877,"duration":0}}]},"4d10c9642cf4fb0fa94d6545d992cde2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7c372c2c85bf8c55","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7c372c2c85bf8c55","status":"passed","time":{"start":1724921267870,"stop":1724921267870,"duration":0}},{"uid":"fb49c0eb93067520","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fb49c0eb93067520","status":"passed","time":{"start":1724921244370,"stop":1724921244371,"duration":1}},{"uid":"3eb6a3944a39af7f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3eb6a3944a39af7f","status":"passed","time":{"start":1724917916053,"stop":1724917916053,"duration":0}},{"uid":"2745aae1e45e4dbf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2745aae1e45e4dbf","status":"passed","time":{"start":1724889678255,"stop":1724889678256,"duration":1}},{"uid":"fa12dde5c2862e32","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fa12dde5c2862e32","status":"passed","time":{"start":1724888831685,"stop":1724888831685,"duration":0}},{"uid":"795a069e682709b5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/795a069e682709b5","status":"passed","time":{"start":1724888003321,"stop":1724888003321,"duration":0}},{"uid":"dd52cb4b44446586","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dd52cb4b44446586","status":"passed","time":{"start":1724886776609,"stop":1724886776610,"duration":1}},{"uid":"1d6fb97cab4e3b4a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1d6fb97cab4e3b4a","status":"passed","time":{"start":1724886555797,"stop":1724886555798,"duration":1}},{"uid":"d65b559d38c2c65a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d65b559d38c2c65a","status":"passed","time":{"start":1724861983007,"stop":1724861983007,"duration":0}},{"uid":"6923bb8c975ff2c3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6923bb8c975ff2c3","status":"passed","time":{"start":1724861444067,"stop":1724861444067,"duration":0}},{"uid":"25c4e85ff501b680","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/25c4e85ff501b680","status":"passed","time":{"start":1724861285835,"stop":1724861285835,"duration":0}},{"uid":"d59bdd572a9e63e4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d59bdd572a9e63e4","status":"passed","time":{"start":1724861145666,"stop":1724861145667,"duration":1}}]},"2ac84dd8ab862e3ff6b6e2a1b0f44ca4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4edbff6c1bb06bbc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4edbff6c1bb06bbc","status":"passed","time":{"start":1724918259544,"stop":1724918259544,"duration":0}}]},"cea3349636915da80739bb8809c43c8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"50e90a00fb0649dd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/50e90a00fb0649dd","status":"passed","time":{"start":1724861800259,"stop":1724861800259,"duration":0}}]},"8d63e67174dd96a7aa81b8114304ff79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"71f8bf5218558e3d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/71f8bf5218558e3d","status":"passed","time":{"start":1724921529594,"stop":1724921529594,"duration":0}},{"uid":"bff201436830925","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bff201436830925","status":"passed","time":{"start":1724921488890,"stop":1724921488894,"duration":4}},{"uid":"e3d8877d996e7e1d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e3d8877d996e7e1d","status":"passed","time":{"start":1724918203697,"stop":1724918203698,"duration":1}},{"uid":"891d94020459f0c8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/891d94020459f0c8","status":"passed","time":{"start":1724889938369,"stop":1724889938369,"duration":0}},{"uid":"61fde260509c9f0b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/61fde260509c9f0b","status":"passed","time":{"start":1724889077081,"stop":1724889077081,"duration":0}},{"uid":"3ef0cf70c6d6e0a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3ef0cf70c6d6e0a9","status":"passed","time":{"start":1724888268043,"stop":1724888268043,"duration":0}},{"uid":"58e2394f413befb2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/58e2394f413befb2","status":"passed","time":{"start":1724887032417,"stop":1724887032417,"duration":0}},{"uid":"8f818df1170ef18","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8f818df1170ef18","status":"passed","time":{"start":1724886822829,"stop":1724886822829,"duration":0}},{"uid":"f934f030f9310fd3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f934f030f9310fd3","status":"passed","time":{"start":1724862233524,"stop":1724862233524,"duration":0}},{"uid":"c5b55ab879ecedf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c5b55ab879ecedf","status":"passed","time":{"start":1724861712677,"stop":1724861712677,"duration":0}},{"uid":"d72fa26633f27740","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d72fa26633f27740","status":"passed","time":{"start":1724861567926,"stop":1724861567927,"duration":1}},{"uid":"fdef707ec756c4fb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fdef707ec756c4fb","status":"passed","time":{"start":1724861392065,"stop":1724861392065,"duration":0}}]},"42fcbea28d1a1a2e2f9ad21e09f1e516:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"73134353e5690fef","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/73134353e5690fef","status":"passed","time":{"start":1724921556062,"stop":1724921556063,"duration":1}}]},"057bc774319a7337746b9a337a20bb9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f6f50c71551e6b64","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f6f50c71551e6b64","status":"passed","time":{"start":1724921095758,"stop":1724921095758,"duration":0}},{"uid":"37106b19a076975b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/37106b19a076975b","status":"passed","time":{"start":1724921070806,"stop":1724921070806,"duration":0}},{"uid":"6e292da9611ddf99","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6e292da9611ddf99","status":"passed","time":{"start":1724917730900,"stop":1724917730901,"duration":1}},{"uid":"52093a7b61f2b126","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52093a7b61f2b126","status":"passed","time":{"start":1724889510333,"stop":1724889510333,"duration":0}},{"uid":"d2ace30e4f6ce450","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d2ace30e4f6ce450","status":"passed","time":{"start":1724888660680,"stop":1724888660681,"duration":1}},{"uid":"3f9bbc3b006ca63b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3f9bbc3b006ca63b","status":"passed","time":{"start":1724887817137,"stop":1724887817138,"duration":1}},{"uid":"d1606a6fd83a82a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d1606a6fd83a82a2","status":"passed","time":{"start":1724886584154,"stop":1724886584155,"duration":1}},{"uid":"d5ab695beaf5bfa3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d5ab695beaf5bfa3","status":"passed","time":{"start":1724886362414,"stop":1724886362415,"duration":1}},{"uid":"ecbb72e2f89cbc8f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ecbb72e2f89cbc8f","status":"passed","time":{"start":1724861811584,"stop":1724861811584,"duration":0}},{"uid":"e8841a55ab5bb656","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e8841a55ab5bb656","status":"passed","time":{"start":1724861280383,"stop":1724861280384,"duration":1}},{"uid":"8c67c867a792825b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8c67c867a792825b","status":"passed","time":{"start":1724861106381,"stop":1724861106381,"duration":0}},{"uid":"2fa8e1f128982b6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2fa8e1f128982b6","status":"passed","time":{"start":1724860966532,"stop":1724860966532,"duration":0}}]},"8a66db94555423a25549a9a9c2fb8b2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e9e919bdf22807c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e9e919bdf22807c","status":"passed","time":{"start":1724921098919,"stop":1724921098920,"duration":1}},{"uid":"e9cb9f5b855d2899","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e9cb9f5b855d2899","status":"passed","time":{"start":1724921073396,"stop":1724921073397,"duration":1}},{"uid":"d9d8d6e8affc83ef","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d9d8d6e8affc83ef","status":"passed","time":{"start":1724917744663,"stop":1724917744663,"duration":0}},{"uid":"7a6187d1c880cafc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7a6187d1c880cafc","status":"passed","time":{"start":1724889518044,"stop":1724889518044,"duration":0}},{"uid":"f8555404d92fa50b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f8555404d92fa50b","status":"passed","time":{"start":1724888665802,"stop":1724888665803,"duration":1}},{"uid":"8cb115f53c85fb05","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8cb115f53c85fb05","status":"passed","time":{"start":1724887821952,"stop":1724887821952,"duration":0}},{"uid":"bdab493289e506b9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bdab493289e506b9","status":"passed","time":{"start":1724886586926,"stop":1724886586926,"duration":0}},{"uid":"e370cf92e33a777c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e370cf92e33a777c","status":"passed","time":{"start":1724886375233,"stop":1724886375235,"duration":2}},{"uid":"bd73e79317bbdc28","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bd73e79317bbdc28","status":"passed","time":{"start":1724861815217,"stop":1724861815218,"duration":1}},{"uid":"1b3091717b0eba7a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1b3091717b0eba7a","status":"passed","time":{"start":1724861291722,"stop":1724861291722,"duration":0}},{"uid":"2781dd6b694f9daa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2781dd6b694f9daa","status":"passed","time":{"start":1724861109879,"stop":1724861109879,"duration":0}},{"uid":"55187f700f27f6c0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/55187f700f27f6c0","status":"passed","time":{"start":1724860972343,"stop":1724860972343,"duration":0}}]},"1a846f99df2feb911d19e70ae328211d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"922fb08040cbb24d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/922fb08040cbb24d","status":"passed","time":{"start":1724921088202,"stop":1724921088203,"duration":1}},{"uid":"90240f8f35011831","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/90240f8f35011831","status":"passed","time":{"start":1724921063384,"stop":1724921063384,"duration":0}},{"uid":"79e0cd0345b97abc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/79e0cd0345b97abc","status":"passed","time":{"start":1724917723835,"stop":1724917723835,"duration":0}},{"uid":"5ec449c4fad9c7e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ec449c4fad9c7e1","status":"passed","time":{"start":1724889503228,"stop":1724889503229,"duration":1}},{"uid":"4cbd76df78ef5467","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4cbd76df78ef5467","status":"passed","time":{"start":1724888652595,"stop":1724888652598,"duration":3}},{"uid":"8b9b9bfd7131169e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8b9b9bfd7131169e","status":"passed","time":{"start":1724887810650,"stop":1724887810651,"duration":1}},{"uid":"da3428f73436536d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/da3428f73436536d","status":"passed","time":{"start":1724886577073,"stop":1724886577074,"duration":1}},{"uid":"29e67ed68425b7f4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/29e67ed68425b7f4","status":"passed","time":{"start":1724886355054,"stop":1724886355055,"duration":1}},{"uid":"5eede34a635afc53","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5eede34a635afc53","status":"passed","time":{"start":1724861804051,"stop":1724861804051,"duration":0}},{"uid":"bf55c77aeb89229b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bf55c77aeb89229b","status":"passed","time":{"start":1724861273298,"stop":1724861273298,"duration":0}},{"uid":"547e150c4b6ab2b6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/547e150c4b6ab2b6","status":"passed","time":{"start":1724861099311,"stop":1724861099312,"duration":1}},{"uid":"b3e6802ebfb2832","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b3e6802ebfb2832","status":"passed","time":{"start":1724860959311,"stop":1724860959312,"duration":1}}]},"fe0d19d25d3b365d85a5a222c9e0fc88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6b8e435e99e74df4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6b8e435e99e74df4","status":"passed","time":{"start":1724921677829,"stop":1724921677830,"duration":1}},{"uid":"6c4218799bf648ee","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6c4218799bf648ee","status":"passed","time":{"start":1724921635681,"stop":1724921635681,"duration":0}},{"uid":"75042101f906fd8b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/75042101f906fd8b","status":"passed","time":{"start":1724918344740,"stop":1724918344741,"duration":1}},{"uid":"dba9e6e826a5fcf0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dba9e6e826a5fcf0","status":"passed","time":{"start":1724890097429,"stop":1724890097429,"duration":0}},{"uid":"f15b19a4ca575126","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f15b19a4ca575126","status":"passed","time":{"start":1724889226625,"stop":1724889226626,"duration":1}},{"uid":"8b86759004ee977e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8b86759004ee977e","status":"passed","time":{"start":1724888405389,"stop":1724888405389,"duration":0}},{"uid":"e1d566a9bbf99237","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e1d566a9bbf99237","status":"passed","time":{"start":1724887180098,"stop":1724887180098,"duration":0}},{"uid":"23fd061ca829ec6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/23fd061ca829ec6","status":"passed","time":{"start":1724886957952,"stop":1724886957952,"duration":0}},{"uid":"f8071f4e8410490d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f8071f4e8410490d","status":"passed","time":{"start":1724862379720,"stop":1724862379720,"duration":0}},{"uid":"4f76342e043e4a14","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4f76342e043e4a14","status":"passed","time":{"start":1724861853006,"stop":1724861853006,"duration":0}},{"uid":"f3cf28ade953920","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f3cf28ade953920","status":"passed","time":{"start":1724861709848,"stop":1724861709849,"duration":1}},{"uid":"e7203734bc40b052","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e7203734bc40b052","status":"passed","time":{"start":1724861537426,"stop":1724861537426,"duration":0}}]},"9b68db8e80edd915f242e2377993f12c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"71c79e9a049dbf03","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/71c79e9a049dbf03","status":"passed","time":{"start":1724921037645,"stop":1724921037645,"duration":0}},{"uid":"104b239fddbec0ce","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/104b239fddbec0ce","status":"passed","time":{"start":1724921013058,"stop":1724921013058,"duration":0}},{"uid":"42419fd55fcb6b25","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/42419fd55fcb6b25","status":"passed","time":{"start":1724917673300,"stop":1724917673300,"duration":0}},{"uid":"86575a2751887d21","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/86575a2751887d21","status":"passed","time":{"start":1724889452319,"stop":1724889452319,"duration":0}},{"uid":"52d6376d89d134","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52d6376d89d134","status":"passed","time":{"start":1724888602850,"stop":1724888602850,"duration":0}},{"uid":"b69a4dfd2e148cc5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b69a4dfd2e148cc5","status":"passed","time":{"start":1724887759171,"stop":1724887759172,"duration":1}},{"uid":"f49ff60c4e9a48ee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f49ff60c4e9a48ee","status":"passed","time":{"start":1724886525551,"stop":1724886525551,"duration":0}},{"uid":"b98c0bf0c959be18","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b98c0bf0c959be18","status":"passed","time":{"start":1724886303405,"stop":1724886303405,"duration":0}},{"uid":"d123f0a503deeff1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d123f0a503deeff1","status":"passed","time":{"start":1724861752238,"stop":1724861752238,"duration":0}},{"uid":"939458b024efafeb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/939458b024efafeb","status":"passed","time":{"start":1724861223363,"stop":1724861223363,"duration":0}},{"uid":"15dd0d77eeb26b90","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/15dd0d77eeb26b90","status":"passed","time":{"start":1724861045211,"stop":1724861045211,"duration":0}},{"uid":"a9f9e1f6f71eafd1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a9f9e1f6f71eafd1","status":"passed","time":{"start":1724860907093,"stop":1724860907095,"duration":2}}]},"81dbba575b5b34fb70574cfe8c608091:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b31fe4aa4dd1d6d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b31fe4aa4dd1d6d","status":"passed","time":{"start":1724888345352,"stop":1724888345352,"duration":0}}]},"e188b2b5fbce6bd7f60a2c7502501b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b969b359e3eb914e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b969b359e3eb914e","status":"passed","time":{"start":1724921046201,"stop":1724921046201,"duration":0}},{"uid":"67626d1105d211ab","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/67626d1105d211ab","status":"passed","time":{"start":1724921021472,"stop":1724921021476,"duration":4}},{"uid":"c48e657baa907e79","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c48e657baa907e79","status":"passed","time":{"start":1724917681720,"stop":1724917681724,"duration":4}},{"uid":"cccc8e6c4fdff6ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cccc8e6c4fdff6ba","status":"passed","time":{"start":1724889460652,"stop":1724889460652,"duration":0}},{"uid":"1c6b6cc008a28658","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c6b6cc008a28658","status":"passed","time":{"start":1724888611292,"stop":1724888611296,"duration":4}},{"uid":"3fd8b99acf39aed4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3fd8b99acf39aed4","status":"passed","time":{"start":1724887767621,"stop":1724887767621,"duration":0}},{"uid":"3a782d36a83340c1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3a782d36a83340c1","status":"passed","time":{"start":1724886533987,"stop":1724886533987,"duration":0}},{"uid":"a94f29dfdab21996","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a94f29dfdab21996","status":"passed","time":{"start":1724886311755,"stop":1724886311755,"duration":0}},{"uid":"9a5bb7e2efecf3fb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9a5bb7e2efecf3fb","status":"passed","time":{"start":1724861760771,"stop":1724861760775,"duration":4}},{"uid":"e1f985e32b209dd5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e1f985e32b209dd5","status":"passed","time":{"start":1724861231734,"stop":1724861231734,"duration":0}},{"uid":"9d0e9a3096a3ed17","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9d0e9a3096a3ed17","status":"passed","time":{"start":1724861054252,"stop":1724861054256,"duration":4}},{"uid":"4203b3d6cc235a5d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4203b3d6cc235a5d","status":"passed","time":{"start":1724860915810,"stop":1724860915811,"duration":1}}]},"a593fb3e6a25b4462513d1c3e8fa1663:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cab562aa51b22dc4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cab562aa51b22dc4","status":"passed","time":{"start":1724921602984,"stop":1724921602984,"duration":0}},{"uid":"f4ce9a4cef632edb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f4ce9a4cef632edb","status":"passed","time":{"start":1724921571108,"stop":1724921571108,"duration":0}},{"uid":"d72f6ce075f3324b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d72f6ce075f3324b","status":"passed","time":{"start":1724918285615,"stop":1724918285616,"duration":1}},{"uid":"bc2261dc5f15ce7a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc2261dc5f15ce7a","status":"passed","time":{"start":1724890030102,"stop":1724890030102,"duration":0}},{"uid":"3e42b6da3c7cd3ef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3e42b6da3c7cd3ef","status":"passed","time":{"start":1724889171928,"stop":1724889171929,"duration":1}},{"uid":"77ac39de64703636","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/77ac39de64703636","status":"passed","time":{"start":1724888350742,"stop":1724888350742,"duration":0}},{"uid":"1fb5777f21fa8269","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1fb5777f21fa8269","status":"passed","time":{"start":1724887115427,"stop":1724887115428,"duration":1}},{"uid":"5aa489a7408bb3f5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5aa489a7408bb3f5","status":"passed","time":{"start":1724886884586,"stop":1724886884586,"duration":0}},{"uid":"a5cf8cb5ae5d8c6b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5cf8cb5ae5d8c6b","status":"passed","time":{"start":1724862322277,"stop":1724862322278,"duration":1}},{"uid":"a841b5bdd3683dbb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a841b5bdd3683dbb","status":"passed","time":{"start":1724861790766,"stop":1724861790766,"duration":0}},{"uid":"ca4502c6217fe312","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ca4502c6217fe312","status":"passed","time":{"start":1724861628431,"stop":1724861628431,"duration":0}},{"uid":"47984b4d806aa66f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/47984b4d806aa66f","status":"passed","time":{"start":1724861465635,"stop":1724861465636,"duration":1}}]},"1e41d1e957c6a4ad92d9cdd41daf3363:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5558b84675d82429","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5558b84675d82429","status":"passed","time":{"start":1724921515218,"stop":1724921515218,"duration":0}},{"uid":"98249757d258b7c6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/98249757d258b7c6","status":"passed","time":{"start":1724921475434,"stop":1724921475435,"duration":1}},{"uid":"3f8b4a90d90f74d5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3f8b4a90d90f74d5","status":"passed","time":{"start":1724918179366,"stop":1724918179367,"duration":1}},{"uid":"a3acbed78acd3e3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3acbed78acd3e3","status":"passed","time":{"start":1724889935332,"stop":1724889935332,"duration":0}},{"uid":"250971066c0100c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/250971066c0100c7","status":"passed","time":{"start":1724889072744,"stop":1724889072745,"duration":1}},{"uid":"cbe1276a94bf6452","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cbe1276a94bf6452","status":"passed","time":{"start":1724888232406,"stop":1724888232406,"duration":0}},{"uid":"828fbe336b9a446e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/828fbe336b9a446e","status":"passed","time":{"start":1724887018286,"stop":1724887018286,"duration":0}},{"uid":"ed7641a8c487bb3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ed7641a8c487bb3","status":"passed","time":{"start":1724886781470,"stop":1724886781471,"duration":1}},{"uid":"fb032208cf4aefb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb032208cf4aefb7","status":"passed","time":{"start":1724862213653,"stop":1724862213654,"duration":1}},{"uid":"8a5ee586355d9970","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8a5ee586355d9970","status":"passed","time":{"start":1724861685846,"stop":1724861685847,"duration":1}},{"uid":"d96f689031f9819a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d96f689031f9819a","status":"passed","time":{"start":1724861546161,"stop":1724861546161,"duration":0}},{"uid":"4bf6769cdef548e5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4bf6769cdef548e5","status":"passed","time":{"start":1724861378101,"stop":1724861378101,"duration":0}}]},"7e87ff00a780af6121957e2c9ef2c47e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bb6ada565bb08e89","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bb6ada565bb08e89","status":"passed","time":{"start":1724921625077,"stop":1724921625077,"duration":0}},{"uid":"e1cd90221beb530c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e1cd90221beb530c","status":"passed","time":{"start":1724921590500,"stop":1724921590501,"duration":1}},{"uid":"11657acada936691","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/11657acada936691","status":"passed","time":{"start":1724918287569,"stop":1724918287569,"duration":0}},{"uid":"6fbf09073a2ebee0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6fbf09073a2ebee0","status":"passed","time":{"start":1724890047793,"stop":1724890047793,"duration":0}},{"uid":"f4e88c1a555d0cd9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f4e88c1a555d0cd9","status":"passed","time":{"start":1724889183925,"stop":1724889183925,"duration":0}},{"uid":"aa89900d5508b860","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aa89900d5508b860","status":"passed","time":{"start":1724888354174,"stop":1724888354174,"duration":0}},{"uid":"6facad2eb607d035","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6facad2eb607d035","status":"passed","time":{"start":1724887145681,"stop":1724887145683,"duration":2}},{"uid":"daea985e0c650c1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/daea985e0c650c1","status":"passed","time":{"start":1724886915790,"stop":1724886915791,"duration":1}},{"uid":"30c0fe55066ef1a2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/30c0fe55066ef1a2","status":"passed","time":{"start":1724862341455,"stop":1724862341455,"duration":0}},{"uid":"69c2a0866f31a265","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/69c2a0866f31a265","status":"passed","time":{"start":1724861805446,"stop":1724861805446,"duration":0}},{"uid":"7640569b86e385e7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7640569b86e385e7","status":"passed","time":{"start":1724861662290,"stop":1724861662290,"duration":0}},{"uid":"b5a69464d8e9bda4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b5a69464d8e9bda4","status":"passed","time":{"start":1724861492518,"stop":1724861492519,"duration":1}}]},"d527579dd817c306b03da85cf2bca70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8fa67dc09f551a36","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8fa67dc09f551a36","status":"passed","time":{"start":1724921164605,"stop":1724921164606,"duration":1}},{"uid":"f95353ce6af90ab6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f95353ce6af90ab6","status":"passed","time":{"start":1724921137828,"stop":1724921137829,"duration":1}},{"uid":"52cfd126e82cffca","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/52cfd126e82cffca","status":"passed","time":{"start":1724917810541,"stop":1724917810542,"duration":1}},{"uid":"8649eba213bd5339","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8649eba213bd5339","status":"passed","time":{"start":1724889585450,"stop":1724889585450,"duration":0}},{"uid":"e204ad5e3443d250","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e204ad5e3443d250","status":"passed","time":{"start":1724888736514,"stop":1724888736519,"duration":5}},{"uid":"4d43da697f6c60f8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4d43da697f6c60f8","status":"passed","time":{"start":1724887891796,"stop":1724887891797,"duration":1}},{"uid":"dbbef15c80776c34","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dbbef15c80776c34","status":"passed","time":{"start":1724886657796,"stop":1724886657796,"duration":0}},{"uid":"d24bfb922cff1d4f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d24bfb922cff1d4f","status":"passed","time":{"start":1724886447360,"stop":1724886447361,"duration":1}},{"uid":"92ab846c7c72ee26","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92ab846c7c72ee26","status":"passed","time":{"start":1724861880134,"stop":1724861880136,"duration":2}},{"uid":"72d493a792807bac","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/72d493a792807bac","status":"passed","time":{"start":1724861359783,"stop":1724861359784,"duration":1}},{"uid":"9cce11f128a19bdb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9cce11f128a19bdb","status":"passed","time":{"start":1724861179684,"stop":1724861179685,"duration":1}},{"uid":"f0eedf753c940357","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f0eedf753c940357","status":"passed","time":{"start":1724861040982,"stop":1724861040982,"duration":0}}]},"e741c95e6179c2b91d338de7e9c2e11f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8b5e095b44e4c4f1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8b5e095b44e4c4f1","status":"passed","time":{"start":1724921267867,"stop":1724921267867,"duration":0}},{"uid":"58258bb5132bc9cf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/58258bb5132bc9cf","status":"passed","time":{"start":1724921244360,"stop":1724921244361,"duration":1}},{"uid":"cbabb5b0160007f4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cbabb5b0160007f4","status":"passed","time":{"start":1724917916040,"stop":1724917916040,"duration":0}},{"uid":"84145238bc3edf6a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/84145238bc3edf6a","status":"passed","time":{"start":1724889678252,"stop":1724889678252,"duration":0}},{"uid":"3dd7b5eb86577f6d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3dd7b5eb86577f6d","status":"passed","time":{"start":1724888831681,"stop":1724888831682,"duration":1}},{"uid":"24ecdfd5d7181efa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/24ecdfd5d7181efa","status":"passed","time":{"start":1724888003318,"stop":1724888003318,"duration":0}},{"uid":"3d1f11cf806aa639","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3d1f11cf806aa639","status":"passed","time":{"start":1724886776603,"stop":1724886776603,"duration":0}},{"uid":"f89b9c0ad30dc0bb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f89b9c0ad30dc0bb","status":"passed","time":{"start":1724886555789,"stop":1724886555789,"duration":0}},{"uid":"c5179c3327e59286","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5179c3327e59286","status":"passed","time":{"start":1724861983003,"stop":1724861983004,"duration":1}},{"uid":"4598b017032a8857","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4598b017032a8857","status":"passed","time":{"start":1724861444064,"stop":1724861444064,"duration":0}},{"uid":"18ddfcab61848db5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/18ddfcab61848db5","status":"passed","time":{"start":1724861285827,"stop":1724861285827,"duration":0}},{"uid":"3df04f60fdfc770a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3df04f60fdfc770a","status":"passed","time":{"start":1724861145660,"stop":1724861145662,"duration":2}}]},"0ed2eb6468c098422ce11d14be3bc6a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"995a9a1d84630039","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/995a9a1d84630039","status":"passed","time":{"start":1724918285618,"stop":1724918285619,"duration":1}}]},"7fd30244a4384948573d5578a256387f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"1d127426b4c48ce5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1d127426b4c48ce5","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515229,"stop":1724921515229,"duration":0}},{"uid":"cb4c1d98b2b61c8e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cb4c1d98b2b61c8e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475454,"stop":1724921475455,"duration":1}},{"uid":"990384fea600f19a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/990384fea600f19a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179403,"stop":1724918179403,"duration":0}},{"uid":"1b36f85de6af6d05","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1b36f85de6af6d05","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935343,"stop":1724889935343,"duration":0}},{"uid":"456da62b64bd0a7d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/456da62b64bd0a7d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072757,"stop":1724889072757,"duration":0}},{"uid":"20c211743736387c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/20c211743736387c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232418,"stop":1724888232418,"duration":0}},{"uid":"88070f5f1a3e107f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/88070f5f1a3e107f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018305,"stop":1724887018305,"duration":0}},{"uid":"77f746bb2511d3fd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/77f746bb2511d3fd","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781482,"stop":1724886781482,"duration":0}},{"uid":"92197d40e9b05883","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92197d40e9b05883","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213665,"stop":1724862213665,"duration":0}},{"uid":"dc7141b20cbe1515","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dc7141b20cbe1515","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861685858,"stop":1724861685859,"duration":1}},{"uid":"e900a4a3a9da9b7f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e900a4a3a9da9b7f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546180,"stop":1724861546180,"duration":0}},{"uid":"3c76f84903de0984","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3c76f84903de0984","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378114,"stop":1724861378114,"duration":0}}]},"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fbedc372ddbc2b94","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fbedc372ddbc2b94","status":"passed","time":{"start":1724921128565,"stop":1724921128566,"duration":1}},{"uid":"84bc6a245f98aa29","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/84bc6a245f98aa29","status":"passed","time":{"start":1724921103673,"stop":1724921103674,"duration":1}},{"uid":"b238ae9e8066458c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b238ae9e8066458c","status":"passed","time":{"start":1724917763725,"stop":1724917763726,"duration":1}},{"uid":"3986eeab11d6d686","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3986eeab11d6d686","status":"passed","time":{"start":1724889543367,"stop":1724889543368,"duration":1}},{"uid":"7930a8118e98fa56","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7930a8118e98fa56","status":"passed","time":{"start":1724888692502,"stop":1724888692503,"duration":1}},{"uid":"5e18856b0d2c74e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5e18856b0d2c74e","status":"passed","time":{"start":1724887850412,"stop":1724887850413,"duration":1}},{"uid":"d7733d8f9e041690","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d7733d8f9e041690","status":"passed","time":{"start":1724886617174,"stop":1724886617174,"duration":0}},{"uid":"484a2a2972400208","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/484a2a2972400208","status":"passed","time":{"start":1724886394903,"stop":1724886394904,"duration":1}},{"uid":"aa8f268105aa2248","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aa8f268105aa2248","status":"passed","time":{"start":1724861844369,"stop":1724861844371,"duration":2}},{"uid":"a207bc8bad503ba5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a207bc8bad503ba5","status":"passed","time":{"start":1724861313408,"stop":1724861313408,"duration":0}},{"uid":"6840d1229c94c586","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6840d1229c94c586","status":"passed","time":{"start":1724861139649,"stop":1724861139649,"duration":0}},{"uid":"53aca42e2a85f4a9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/53aca42e2a85f4a9","status":"passed","time":{"start":1724860999510,"stop":1724860999510,"duration":0}}]},"0db05c9a936298f685b74005d3619f0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2e3c003234cfa5d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2e3c003234cfa5d","status":"passed","time":{"start":1724861546172,"stop":1724861546172,"duration":0}}]},"08f142f9f99c8ec8770a1349ad8d8bec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f187978cc0530a22","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f187978cc0530a22","status":"passed","time":{"start":1724921625069,"stop":1724921625070,"duration":1}},{"uid":"bb9162ac4725dfbc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bb9162ac4725dfbc","status":"passed","time":{"start":1724921590497,"stop":1724921590497,"duration":0}},{"uid":"b17b8aa87a537b6f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b17b8aa87a537b6f","status":"passed","time":{"start":1724918287566,"stop":1724918287567,"duration":1}},{"uid":"9731a1c7c98bd99a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9731a1c7c98bd99a","status":"passed","time":{"start":1724890047789,"stop":1724890047789,"duration":0}},{"uid":"a30a376f0f1c09e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a30a376f0f1c09e5","status":"passed","time":{"start":1724889183922,"stop":1724889183922,"duration":0}},{"uid":"7dc30b33ec8b9183","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7dc30b33ec8b9183","status":"passed","time":{"start":1724888354167,"stop":1724888354167,"duration":0}},{"uid":"bbeae2ee4abf0541","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bbeae2ee4abf0541","status":"passed","time":{"start":1724887145661,"stop":1724887145665,"duration":4}},{"uid":"2a0fc2990daa01c4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2a0fc2990daa01c4","status":"passed","time":{"start":1724886915788,"stop":1724886915788,"duration":0}},{"uid":"410e2bf4fabb519e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/410e2bf4fabb519e","status":"passed","time":{"start":1724862341439,"stop":1724862341440,"duration":1}},{"uid":"56d60a65442099ab","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/56d60a65442099ab","status":"passed","time":{"start":1724861805444,"stop":1724861805444,"duration":0}},{"uid":"6c20c66be91ecad","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6c20c66be91ecad","status":"passed","time":{"start":1724861662270,"stop":1724861662272,"duration":2}},{"uid":"5fe93f5a600b30b7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5fe93f5a600b30b7","status":"passed","time":{"start":1724861492515,"stop":1724861492516,"duration":1}}]},"5590990f458e9cd5256061a912d7094e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f47fc99520fc0fba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f47fc99520fc0fba","status":"passed","time":{"start":1724921164608,"stop":1724921164608,"duration":0}},{"uid":"12462c1d93cece7a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/12462c1d93cece7a","status":"passed","time":{"start":1724921137838,"stop":1724921137838,"duration":0}},{"uid":"dd5677ed0a542ed5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd5677ed0a542ed5","status":"passed","time":{"start":1724917810543,"stop":1724917810543,"duration":0}},{"uid":"1f5894979fcb2f82","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1f5894979fcb2f82","status":"passed","time":{"start":1724889585452,"stop":1724889585452,"duration":0}},{"uid":"43586cbdbe0f1d17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/43586cbdbe0f1d17","status":"passed","time":{"start":1724888736524,"stop":1724888736528,"duration":4}},{"uid":"795a7ed600cf1ceb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/795a7ed600cf1ceb","status":"passed","time":{"start":1724887891798,"stop":1724887891798,"duration":0}},{"uid":"ceb54ca22ee3fdea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ceb54ca22ee3fdea","status":"passed","time":{"start":1724886657797,"stop":1724886657798,"duration":1}},{"uid":"77110332771f242c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/77110332771f242c","status":"passed","time":{"start":1724886447362,"stop":1724886447362,"duration":0}},{"uid":"14e67e508bcc5241","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14e67e508bcc5241","status":"passed","time":{"start":1724861880138,"stop":1724861880139,"duration":1}},{"uid":"8f7e9b3fd623923c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8f7e9b3fd623923c","status":"passed","time":{"start":1724861359784,"stop":1724861359784,"duration":0}},{"uid":"5fd4e5aec6320bf0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5fd4e5aec6320bf0","status":"passed","time":{"start":1724861179686,"stop":1724861179686,"duration":0}},{"uid":"1c41baae0a8c71c5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1c41baae0a8c71c5","status":"passed","time":{"start":1724861040983,"stop":1724861040983,"duration":0}}]},"276a39dd02d25d584e174fc664000967:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"41c2f0dcb81a8994","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/41c2f0dcb81a8994","status":"passed","time":{"start":1724918298100,"stop":1724918298100,"duration":0}}]},"c8fa8b4482b23ae745b486859e0755cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e0868c71ab09f686","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e0868c71ab09f686","status":"passed","time":{"start":1724921270353,"stop":1724921270353,"duration":0}},{"uid":"5bcac4d7c4161780","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5bcac4d7c4161780","status":"passed","time":{"start":1724921247814,"stop":1724921247814,"duration":0}},{"uid":"b8ab9903b89c4369","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b8ab9903b89c4369","status":"passed","time":{"start":1724917989814,"stop":1724917989815,"duration":1}},{"uid":"8fdc4f31f06c740e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8fdc4f31f06c740e","status":"passed","time":{"start":1724889678547,"stop":1724889678547,"duration":0}},{"uid":"b99ce6f41a4c1ca0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b99ce6f41a4c1ca0","status":"passed","time":{"start":1724888829834,"stop":1724888829834,"duration":0}},{"uid":"fcc4fdf99a0b991c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fcc4fdf99a0b991c","status":"passed","time":{"start":1724888076987,"stop":1724888076988,"duration":1}},{"uid":"5722c28ca055aa8c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5722c28ca055aa8c","status":"passed","time":{"start":1724886851122,"stop":1724886851122,"duration":0}},{"uid":"2e47c5eac9ac074e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2e47c5eac9ac074e","status":"passed","time":{"start":1724886647091,"stop":1724886647092,"duration":1}},{"uid":"2a23a62b86f00c29","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2a23a62b86f00c29","status":"passed","time":{"start":1724861992710,"stop":1724861992710,"duration":0}},{"uid":"4db1fc6e5c445c5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4db1fc6e5c445c5","status":"passed","time":{"start":1724861469638,"stop":1724861469638,"duration":0}},{"uid":"337b6710a01796f5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/337b6710a01796f5","status":"passed","time":{"start":1724861284854,"stop":1724861284854,"duration":0}},{"uid":"bc7a0b0a1fd19d34","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bc7a0b0a1fd19d34","status":"passed","time":{"start":1724861145798,"stop":1724861145799,"duration":1}}]},"d052cbe4fd95628d25dc9a86af47e022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4af30a605653ec21","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4af30a605653ec21","status":"passed","time":{"start":1724921656191,"stop":1724921656192,"duration":1}},{"uid":"23a1b53cef620c7e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/23a1b53cef620c7e","status":"passed","time":{"start":1724921620457,"stop":1724921620458,"duration":1}},{"uid":"90e9e013d0856ee9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/90e9e013d0856ee9","status":"passed","time":{"start":1724918327709,"stop":1724918327710,"duration":1}},{"uid":"f97bd6e755647c38","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f97bd6e755647c38","status":"passed","time":{"start":1724890078470,"stop":1724890078470,"duration":0}},{"uid":"4097c42288de85b7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4097c42288de85b7","status":"passed","time":{"start":1724889213825,"stop":1724889213825,"duration":0}},{"uid":"2dc1249d1a4db1b2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2dc1249d1a4db1b2","status":"passed","time":{"start":1724888383602,"stop":1724888383602,"duration":0}},{"uid":"a2e0842646995455","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a2e0842646995455","status":"passed","time":{"start":1724887164578,"stop":1724887164578,"duration":0}},{"uid":"c9b4b865d80a2f6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c9b4b865d80a2f6","status":"passed","time":{"start":1724886943100,"stop":1724886943100,"duration":0}},{"uid":"e35522dc5d343903","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e35522dc5d343903","status":"passed","time":{"start":1724862368929,"stop":1724862368929,"duration":0}},{"uid":"933e07bff841e4d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/933e07bff841e4d","status":"passed","time":{"start":1724861835946,"stop":1724861835946,"duration":0}},{"uid":"861c1c82661f941f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/861c1c82661f941f","status":"passed","time":{"start":1724861692902,"stop":1724861692903,"duration":1}},{"uid":"443f360973c6cef9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/443f360973c6cef9","status":"passed","time":{"start":1724861520699,"stop":1724861520699,"duration":0}}]},"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fe97da869fe8c103","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fe97da869fe8c103","status":"passed","time":{"start":1724921538594,"stop":1724921538594,"duration":0}},{"uid":"a97f7fd9a0f465d4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a97f7fd9a0f465d4","status":"passed","time":{"start":1724921499391,"stop":1724921499392,"duration":1}},{"uid":"ac5f0754f20c3de0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ac5f0754f20c3de0","status":"passed","time":{"start":1724918204099,"stop":1724918204099,"duration":0}},{"uid":"415380fc062863bf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/415380fc062863bf","status":"passed","time":{"start":1724889957368,"stop":1724889957369,"duration":1}},{"uid":"38f7a7d347ad7d5c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/38f7a7d347ad7d5c","status":"passed","time":{"start":1724889094881,"stop":1724889094882,"duration":1}},{"uid":"3dc46f2c2600062b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3dc46f2c2600062b","status":"passed","time":{"start":1724888256177,"stop":1724888256177,"duration":0}},{"uid":"1f9e9a6cbaf881f5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1f9e9a6cbaf881f5","status":"passed","time":{"start":1724887043896,"stop":1724887043896,"duration":0}},{"uid":"6dff2b5da43291cf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6dff2b5da43291cf","status":"passed","time":{"start":1724886807385,"stop":1724886807386,"duration":1}},{"uid":"4f126ec901fe24","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f126ec901fe24","status":"passed","time":{"start":1724862237701,"stop":1724862237701,"duration":0}},{"uid":"9f178d9c3d27f630","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9f178d9c3d27f630","status":"passed","time":{"start":1724861709117,"stop":1724861709117,"duration":0}},{"uid":"d8e71692a44f2c80","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d8e71692a44f2c80","status":"passed","time":{"start":1724861571994,"stop":1724861571996,"duration":2}},{"uid":"f42292617eb19c57","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f42292617eb19c57","status":"passed","time":{"start":1724861400270,"stop":1724861400270,"duration":0}}]},"2ba9cc45ed556838c79bd1db5f195e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"21677b0b3bf04bcd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/21677b0b3bf04bcd","status":"passed","time":{"start":1724921515237,"stop":1724921515237,"duration":0}},{"uid":"4ae5f904aad84eec","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4ae5f904aad84eec","status":"passed","time":{"start":1724921475498,"stop":1724921475499,"duration":1}},{"uid":"75e28d64c8bb28a9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/75e28d64c8bb28a9","status":"passed","time":{"start":1724918179409,"stop":1724918179410,"duration":1}},{"uid":"ec7c75e9c25e551a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ec7c75e9c25e551a","status":"passed","time":{"start":1724889935348,"stop":1724889935348,"duration":0}},{"uid":"6da0a1de0a4ee094","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6da0a1de0a4ee094","status":"passed","time":{"start":1724889072763,"stop":1724889072763,"duration":0}},{"uid":"53ba0d0c9f3ed57e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/53ba0d0c9f3ed57e","status":"passed","time":{"start":1724888232424,"stop":1724888232424,"duration":0}},{"uid":"12a158c77989e718","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/12a158c77989e718","status":"passed","time":{"start":1724887018311,"stop":1724887018311,"duration":0}},{"uid":"9088a65096f2787e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9088a65096f2787e","status":"passed","time":{"start":1724886781497,"stop":1724886781497,"duration":0}},{"uid":"ba86d245b863f85b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ba86d245b863f85b","status":"passed","time":{"start":1724862213671,"stop":1724862213671,"duration":0}},{"uid":"b2ea61a0093a6498","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b2ea61a0093a6498","status":"passed","time":{"start":1724861685872,"stop":1724861685873,"duration":1}},{"uid":"df6fe0dfa634102b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/df6fe0dfa634102b","status":"passed","time":{"start":1724861546199,"stop":1724861546199,"duration":0}},{"uid":"8ff6c6ad8cca71a4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8ff6c6ad8cca71a4","status":"passed","time":{"start":1724861378120,"stop":1724861378120,"duration":0}}]},"7f23ef8153da8b57c261f8e4c8ed376b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1e09cfa7863a412a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1e09cfa7863a412a","status":"passed","time":{"start":1724921061620,"stop":1724921061620,"duration":0}},{"uid":"96502cc60abe0eab","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/96502cc60abe0eab","status":"passed","time":{"start":1724921036642,"stop":1724921036642,"duration":0}},{"uid":"a800e4406d5fff4c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a800e4406d5fff4c","status":"passed","time":{"start":1724917696747,"stop":1724917696748,"duration":1}},{"uid":"fde9f282b7a90301","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fde9f282b7a90301","status":"passed","time":{"start":1724889476023,"stop":1724889476024,"duration":1}},{"uid":"952be77f0a62d7cb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/952be77f0a62d7cb","status":"passed","time":{"start":1724888626864,"stop":1724888626864,"duration":0}},{"uid":"adf212eb198e08fc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/adf212eb198e08fc","status":"passed","time":{"start":1724887782852,"stop":1724887782852,"duration":0}},{"uid":"f4c0bd3a938e1ffb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f4c0bd3a938e1ffb","status":"passed","time":{"start":1724886549391,"stop":1724886549391,"duration":0}},{"uid":"f4be4a466c30f2f4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f4be4a466c30f2f4","status":"passed","time":{"start":1724886327496,"stop":1724886327496,"duration":0}},{"uid":"a3bef7c22467338b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3bef7c22467338b","status":"passed","time":{"start":1724861776390,"stop":1724861776391,"duration":1}},{"uid":"e9bb054132b3df7b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e9bb054132b3df7b","status":"passed","time":{"start":1724861247046,"stop":1724861247047,"duration":1}},{"uid":"4c185546d3932f70","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4c185546d3932f70","status":"passed","time":{"start":1724861070814,"stop":1724861070814,"duration":0}},{"uid":"2f2af7b1fbfdffe9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2f2af7b1fbfdffe9","status":"passed","time":{"start":1724860931511,"stop":1724860931511,"duration":0}}]},"277cc79d310cbc1722435a2eb2d2e893:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c735b4c173e11a6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6c735b4c173e11a6","status":"passed","time":{"start":1724861378123,"stop":1724861378123,"duration":0}}]},"62773a7202f58cecdd3dc9bd6e16fc20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f2be7481138e906","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f2be7481138e906","status":"passed","time":{"start":1724921270357,"stop":1724921270358,"duration":1}},{"uid":"ca4d10775bde2a08","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ca4d10775bde2a08","status":"passed","time":{"start":1724921247818,"stop":1724921247818,"duration":0}},{"uid":"41b7764f3fa7578e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/41b7764f3fa7578e","status":"passed","time":{"start":1724917989819,"stop":1724917989819,"duration":0}},{"uid":"e6510bd5e79d9dcb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e6510bd5e79d9dcb","status":"passed","time":{"start":1724889678551,"stop":1724889678551,"duration":0}},{"uid":"9fc7f2731b147e2a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9fc7f2731b147e2a","status":"passed","time":{"start":1724888829843,"stop":1724888829844,"duration":1}},{"uid":"dfc968b8e5b554fe","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dfc968b8e5b554fe","status":"passed","time":{"start":1724888077010,"stop":1724888077011,"duration":1}},{"uid":"6b648f3399024024","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b648f3399024024","status":"passed","time":{"start":1724886851126,"stop":1724886851126,"duration":0}},{"uid":"56157f990b16c94c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/56157f990b16c94c","status":"passed","time":{"start":1724886647111,"stop":1724886647112,"duration":1}},{"uid":"ab697d408712c170","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ab697d408712c170","status":"passed","time":{"start":1724861992713,"stop":1724861992714,"duration":1}},{"uid":"160e6d3ee74cea4f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/160e6d3ee74cea4f","status":"passed","time":{"start":1724861469644,"stop":1724861469644,"duration":0}},{"uid":"76bc5184c73a978","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/76bc5184c73a978","status":"passed","time":{"start":1724861284857,"stop":1724861284858,"duration":1}},{"uid":"578817aa4701751b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/578817aa4701751b","status":"passed","time":{"start":1724861145805,"stop":1724861145806,"duration":1}}]},"4a06f965b8649e0b2d1b084531a1ae71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7c4ae4f5692f72cd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7c4ae4f5692f72cd","status":"passed","time":{"start":1724921518824,"stop":1724921518825,"duration":1}}]},"4eff166832f222440e0246e68dbc1a35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cdee562cd8da410c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cdee562cd8da410c","status":"passed","time":{"start":1724921270365,"stop":1724921270365,"duration":0}},{"uid":"25499e52394930ee","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/25499e52394930ee","status":"passed","time":{"start":1724921247826,"stop":1724921247826,"duration":0}},{"uid":"945860fe105d9617","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/945860fe105d9617","status":"passed","time":{"start":1724917989824,"stop":1724917989825,"duration":1}},{"uid":"f256342fc3c9ce45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f256342fc3c9ce45","status":"passed","time":{"start":1724889678569,"stop":1724889678569,"duration":0}},{"uid":"8f70a08fef9619b9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f70a08fef9619b9","status":"passed","time":{"start":1724888829847,"stop":1724888829848,"duration":1}},{"uid":"6a1334188c757fef","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a1334188c757fef","status":"passed","time":{"start":1724888077015,"stop":1724888077017,"duration":2}},{"uid":"cf1fcd85452d7576","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf1fcd85452d7576","status":"passed","time":{"start":1724886851130,"stop":1724886851131,"duration":1}},{"uid":"2921d87005698d3f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2921d87005698d3f","status":"passed","time":{"start":1724886647121,"stop":1724886647121,"duration":0}},{"uid":"d42b5192ab982b4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d42b5192ab982b4","status":"passed","time":{"start":1724861992716,"stop":1724861992717,"duration":1}},{"uid":"c575fb8d0f6241a4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c575fb8d0f6241a4","status":"passed","time":{"start":1724861469648,"stop":1724861469649,"duration":1}},{"uid":"d48f2c9e53000ee","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d48f2c9e53000ee","status":"passed","time":{"start":1724861284870,"stop":1724861284871,"duration":1}},{"uid":"9da9b03facda9df3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9da9b03facda9df3","status":"passed","time":{"start":1724861145818,"stop":1724861145818,"duration":0}}]},"cec2dd2d2ad791a6f8f29c3b8975b037:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dc6b7820c59930d2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dc6b7820c59930d2","status":"passed","time":{"start":1724861741896,"stop":1724861741897,"duration":1}}]},"0ddec7e23f8c4fe900c4b4e085522b81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21b18ed385fcb7f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/21b18ed385fcb7f","status":"passed","time":{"start":1724861790768,"stop":1724861790768,"duration":0}}]},"e25ee2b613990bb025674244c7e4392b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f44d96565b7bafc6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f44d96565b7bafc6","status":"passed","time":{"start":1724890030103,"stop":1724890030103,"duration":0}}]},"eebe766b9d0ab32a7381a079738b58d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3f5310b2b152d558","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3f5310b2b152d558","status":"passed","time":{"start":1724921419680,"stop":1724921419680,"duration":0}},{"uid":"54643574eb9782e9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/54643574eb9782e9","status":"passed","time":{"start":1724921400500,"stop":1724921400501,"duration":1}},{"uid":"f60ccc06c67bac51","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f60ccc06c67bac51","status":"passed","time":{"start":1724918124173,"stop":1724918124173,"duration":0}},{"uid":"4b818a4791f9f5b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b818a4791f9f5b3","status":"passed","time":{"start":1724889845310,"stop":1724889845311,"duration":1}},{"uid":"b1176e606b45ad82","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1176e606b45ad82","status":"passed","time":{"start":1724888978738,"stop":1724888978741,"duration":3}},{"uid":"a3d6c1b103515a8a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a3d6c1b103515a8a","status":"passed","time":{"start":1724888199754,"stop":1724888199757,"duration":3}},{"uid":"4a43ae8093c1ec77","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a43ae8093c1ec77","status":"passed","time":{"start":1724886961473,"stop":1724886961474,"duration":1}},{"uid":"2874785fd2e4df29","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2874785fd2e4df29","status":"passed","time":{"start":1724886743393,"stop":1724886743394,"duration":1}},{"uid":"f3f599c889e594a3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3f599c889e594a3","status":"passed","time":{"start":1724862150649,"stop":1724862150650,"duration":1}},{"uid":"cfaf8139ac1b7f5c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cfaf8139ac1b7f5c","status":"passed","time":{"start":1724861627579,"stop":1724861627579,"duration":0}},{"uid":"4a4263b8e7d51635","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4a4263b8e7d51635","status":"passed","time":{"start":1724861501068,"stop":1724861501069,"duration":1}},{"uid":"2eb744033d905691","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2eb744033d905691","status":"passed","time":{"start":1724861297167,"stop":1724861297167,"duration":0}}]},"26be44817f2fc3b02102aef5bb9359b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"19d68b5a18fd2ce2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/19d68b5a18fd2ce2","status":"passed","time":{"start":1724888336461,"stop":1724888336462,"duration":1}}]},"58666967595e204291ab0d3eb7842e93:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"806df443284d8f4d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/806df443284d8f4d","status":"passed","time":{"start":1724918259546,"stop":1724918259546,"duration":0}}]},"09772909057603c14b3253c7b8fcc1bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f1bf56333f9ca18f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f1bf56333f9ca18f","status":"passed","time":{"start":1724921037655,"stop":1724921037655,"duration":0}},{"uid":"bf5c024c35c8298c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bf5c024c35c8298c","status":"passed","time":{"start":1724921013069,"stop":1724921013069,"duration":0}},{"uid":"783bd2269f7a533c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/783bd2269f7a533c","status":"passed","time":{"start":1724917673309,"stop":1724917673310,"duration":1}},{"uid":"10f3d85733fb5a98","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/10f3d85733fb5a98","status":"passed","time":{"start":1724889452329,"stop":1724889452329,"duration":0}},{"uid":"456da5e20cc4b738","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/456da5e20cc4b738","status":"passed","time":{"start":1724888602862,"stop":1724888602862,"duration":0}},{"uid":"ef7909b31c72713f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ef7909b31c72713f","status":"passed","time":{"start":1724887759182,"stop":1724887759182,"duration":0}},{"uid":"6eec25f558bc074e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6eec25f558bc074e","status":"passed","time":{"start":1724886525559,"stop":1724886525559,"duration":0}},{"uid":"53ea3d84a24108e9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/53ea3d84a24108e9","status":"passed","time":{"start":1724886303415,"stop":1724886303415,"duration":0}},{"uid":"e7f3f84c2ef7f3d3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e7f3f84c2ef7f3d3","status":"passed","time":{"start":1724861752252,"stop":1724861752252,"duration":0}},{"uid":"a574598cdd930fba","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a574598cdd930fba","status":"passed","time":{"start":1724861223372,"stop":1724861223372,"duration":0}},{"uid":"ac36846d4a18e734","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac36846d4a18e734","status":"passed","time":{"start":1724861045222,"stop":1724861045222,"duration":0}},{"uid":"1264d8dee9a64c17","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1264d8dee9a64c17","status":"passed","time":{"start":1724860907108,"stop":1724860907108,"duration":0}}]},"8be1631fe3888121803a1644af84ef51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"71d59a08429b0760","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/71d59a08429b0760","status":"passed","time":{"start":1724921529584,"stop":1724921529585,"duration":1}},{"uid":"a749fce4829d2613","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a749fce4829d2613","status":"passed","time":{"start":1724921488879,"stop":1724921488880,"duration":1}},{"uid":"922f859c5feb4d08","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/922f859c5feb4d08","status":"passed","time":{"start":1724918203686,"stop":1724918203686,"duration":0}},{"uid":"93c4d8d714303e70","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/93c4d8d714303e70","status":"passed","time":{"start":1724889938358,"stop":1724889938358,"duration":0}},{"uid":"88d37d3f6f5dc858","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/88d37d3f6f5dc858","status":"passed","time":{"start":1724889077066,"stop":1724889077066,"duration":0}},{"uid":"4387de7003475d1e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4387de7003475d1e","status":"passed","time":{"start":1724888268034,"stop":1724888268035,"duration":1}},{"uid":"ae22943b4d019b71","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ae22943b4d019b71","status":"passed","time":{"start":1724887032404,"stop":1724887032405,"duration":1}},{"uid":"bc35d7f3e4fe8789","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bc35d7f3e4fe8789","status":"passed","time":{"start":1724886822820,"stop":1724886822820,"duration":0}},{"uid":"ef451712a13ab5b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ef451712a13ab5b2","status":"passed","time":{"start":1724862233510,"stop":1724862233510,"duration":0}},{"uid":"f996e296186efc29","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f996e296186efc29","status":"passed","time":{"start":1724861712670,"stop":1724861712670,"duration":0}},{"uid":"36334ce1176c707b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/36334ce1176c707b","status":"passed","time":{"start":1724861567888,"stop":1724861567889,"duration":1}},{"uid":"91dac7335a943660","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/91dac7335a943660","status":"passed","time":{"start":1724861392054,"stop":1724861392054,"duration":0}}]},"482ebac01da5ef608847f3241436994e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9bde1852120a429d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9bde1852120a429d","status":"passed","time":{"start":1724921669871,"stop":1724921669872,"duration":1}},{"uid":"3d685c72c1432341","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3d685c72c1432341","status":"passed","time":{"start":1724921630269,"stop":1724921630269,"duration":0}},{"uid":"3cb4c9b0cce38855","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3cb4c9b0cce38855","status":"passed","time":{"start":1724918332989,"stop":1724918332989,"duration":0}},{"uid":"3a6f824319f870f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a6f824319f870f","status":"passed","time":{"start":1724890089470,"stop":1724890089470,"duration":0}},{"uid":"e791a7031ada2106","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e791a7031ada2106","status":"passed","time":{"start":1724889224495,"stop":1724889224495,"duration":0}},{"uid":"a52bb77b7a0fc5a0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a52bb77b7a0fc5a0","status":"passed","time":{"start":1724888406348,"stop":1724888406348,"duration":0}},{"uid":"51032daad2bc5020","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/51032daad2bc5020","status":"passed","time":{"start":1724887175025,"stop":1724887175026,"duration":1}},{"uid":"567c5553fc51f8ed","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/567c5553fc51f8ed","status":"passed","time":{"start":1724886952409,"stop":1724886952409,"duration":0}},{"uid":"4f5bedd3db6ae7fe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f5bedd3db6ae7fe","status":"passed","time":{"start":1724862378566,"stop":1724862378567,"duration":1}},{"uid":"3f30e4215076a414","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3f30e4215076a414","status":"passed","time":{"start":1724861846752,"stop":1724861846752,"duration":0}},{"uid":"7aa76d96ee8a6ac3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7aa76d96ee8a6ac3","status":"passed","time":{"start":1724861702537,"stop":1724861702537,"duration":0}},{"uid":"e128847b26a4d278","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e128847b26a4d278","status":"passed","time":{"start":1724861533460,"stop":1724861533460,"duration":0}}]},"c360d00c8af5714d0e2bf379a7d00425:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd701f499f2c05da","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dd701f499f2c05da","status":"passed","time":{"start":1724887127878,"stop":1724887127879,"duration":1}}]},"6086166f58a67122f74bd6ac2c00e6c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cd746ba20a145eaa","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cd746ba20a145eaa","status":"passed","time":{"start":1724921270365,"stop":1724921270366,"duration":1}},{"uid":"c8c7ae05bd32c30d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c8c7ae05bd32c30d","status":"passed","time":{"start":1724921247827,"stop":1724921247827,"duration":0}},{"uid":"c4a6c8839238827f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c4a6c8839238827f","status":"passed","time":{"start":1724917989826,"stop":1724917989826,"duration":0}},{"uid":"909ada34326dba03","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/909ada34326dba03","status":"passed","time":{"start":1724889678569,"stop":1724889678570,"duration":1}},{"uid":"d01cc39cae436347","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d01cc39cae436347","status":"passed","time":{"start":1724888829851,"stop":1724888829851,"duration":0}},{"uid":"f53b374203c0c442","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f53b374203c0c442","status":"passed","time":{"start":1724888077018,"stop":1724888077018,"duration":0}},{"uid":"1014fc3d82f654d9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1014fc3d82f654d9","status":"passed","time":{"start":1724886851131,"stop":1724886851132,"duration":1}},{"uid":"beb9266f386ba6db","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/beb9266f386ba6db","status":"passed","time":{"start":1724886647125,"stop":1724886647125,"duration":0}},{"uid":"668021f935de4eab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/668021f935de4eab","status":"passed","time":{"start":1724861992717,"stop":1724861992717,"duration":0}},{"uid":"921f4923a249cc21","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/921f4923a249cc21","status":"passed","time":{"start":1724861469650,"stop":1724861469650,"duration":0}},{"uid":"f1cbb99244d430c3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f1cbb99244d430c3","status":"passed","time":{"start":1724861284872,"stop":1724861284872,"duration":0}},{"uid":"ba942456975a1a6b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ba942456975a1a6b","status":"passed","time":{"start":1724861145819,"stop":1724861145820,"duration":1}}]},"6df9a58fcf0e573db1409e4c91498f68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"865dadd940b0c07f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/865dadd940b0c07f","status":"passed","time":{"start":1724921563018,"stop":1724921563018,"duration":0}},{"uid":"6fa8ba455fb7d1de","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6fa8ba455fb7d1de","status":"passed","time":{"start":1724921526814,"stop":1724921526814,"duration":0}},{"uid":"5f0d396527e22aeb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5f0d396527e22aeb","status":"passed","time":{"start":1724918239946,"stop":1724918239947,"duration":1}},{"uid":"ece1c81f9dacfd00","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ece1c81f9dacfd00","status":"passed","time":{"start":1724889980917,"stop":1724889980918,"duration":1}},{"uid":"a289b041aa9419f1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a289b041aa9419f1","status":"passed","time":{"start":1724889109972,"stop":1724889109973,"duration":1}},{"uid":"8a6741fc20e02ea7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a6741fc20e02ea7","status":"passed","time":{"start":1724888294724,"stop":1724888294724,"duration":0}},{"uid":"470cf39b97625d5b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/470cf39b97625d5b","status":"passed","time":{"start":1724887071743,"stop":1724887071743,"duration":0}},{"uid":"578f047bc9e9d9dd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/578f047bc9e9d9dd","status":"passed","time":{"start":1724886848347,"stop":1724886848348,"duration":1}},{"uid":"50c163848d6b4bab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/50c163848d6b4bab","status":"passed","time":{"start":1724862259255,"stop":1724862259255,"duration":0}},{"uid":"11ffdc4efdd3da14","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/11ffdc4efdd3da14","status":"passed","time":{"start":1724861735330,"stop":1724861735330,"duration":0}},{"uid":"fbfb9d34c146a709","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fbfb9d34c146a709","status":"passed","time":{"start":1724861606351,"stop":1724861606351,"duration":0}},{"uid":"612bf7dc60d9eaad","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/612bf7dc60d9eaad","status":"passed","time":{"start":1724861426689,"stop":1724861426690,"duration":1}}]},"1b96b9e2978d5ca6fd62066967ca6eb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9c58dd9387584bc4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9c58dd9387584bc4","status":"passed","time":{"start":1724921300829,"stop":1724921300829,"duration":0}},{"uid":"4f9fac55768a8766","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4f9fac55768a8766","status":"passed","time":{"start":1724921280726,"stop":1724921280727,"duration":1}},{"uid":"84002b037fff506","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/84002b037fff506","status":"passed","time":{"start":1724917963266,"stop":1724917963284,"duration":18}},{"uid":"c33eff364a5ca5c4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c33eff364a5ca5c4","status":"passed","time":{"start":1724889734123,"stop":1724889734123,"duration":0}},{"uid":"6161ec845b22e37c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6161ec845b22e37c","status":"passed","time":{"start":1724888859624,"stop":1724888859625,"duration":1}},{"uid":"cc90fc37c2b4a946","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc90fc37c2b4a946","status":"passed","time":{"start":1724888053956,"stop":1724888053956,"duration":0}},{"uid":"ef7f3a8228ffda10","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ef7f3a8228ffda10","status":"passed","time":{"start":1724886820682,"stop":1724886820683,"duration":1}},{"uid":"133e4703f01fad6d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/133e4703f01fad6d","status":"passed","time":{"start":1724886589275,"stop":1724886589276,"duration":1}},{"uid":"7be193fd5d76a868","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7be193fd5d76a868","status":"passed","time":{"start":1724862027809,"stop":1724862027809,"duration":0}},{"uid":"dae959934e212121","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dae959934e212121","status":"passed","time":{"start":1724861484564,"stop":1724861484564,"duration":0}},{"uid":"d689126234608ea4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d689126234608ea4","status":"passed","time":{"start":1724861315161,"stop":1724861315161,"duration":0}},{"uid":"474da1fa7f840a9f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/474da1fa7f840a9f","status":"passed","time":{"start":1724861168769,"stop":1724861168770,"duration":1}}]},"adec69764b4bfaf4a25564d8635d3c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ed8207712c1a08f9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ed8207712c1a08f9","status":"passed","time":{"start":1724921164593,"stop":1724921164593,"duration":0}},{"uid":"42ceb93e3be4b71e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/42ceb93e3be4b71e","status":"passed","time":{"start":1724921137824,"stop":1724921137825,"duration":1}},{"uid":"f3ec702b4d1175cb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f3ec702b4d1175cb","status":"passed","time":{"start":1724917810539,"stop":1724917810539,"duration":0}},{"uid":"b1f0e141d837ac5f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1f0e141d837ac5f","status":"passed","time":{"start":1724889585446,"stop":1724889585448,"duration":2}},{"uid":"8e9da9e59921007b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e9da9e59921007b","status":"passed","time":{"start":1724888736509,"stop":1724888736509,"duration":0}},{"uid":"e1c29c8d066ca53c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e1c29c8d066ca53c","status":"passed","time":{"start":1724887891784,"stop":1724887891790,"duration":6}},{"uid":"d85f2fc3e2019f2d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d85f2fc3e2019f2d","status":"passed","time":{"start":1724886657788,"stop":1724886657788,"duration":0}},{"uid":"33e5b5203bb7bd74","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/33e5b5203bb7bd74","status":"passed","time":{"start":1724886447358,"stop":1724886447358,"duration":0}},{"uid":"3362deb74805f1ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3362deb74805f1ae","status":"passed","time":{"start":1724861880119,"stop":1724861880122,"duration":3}},{"uid":"65b6ce905d7cf7c4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/65b6ce905d7cf7c4","status":"passed","time":{"start":1724861359781,"stop":1724861359781,"duration":0}},{"uid":"79a412c59a55bc1c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/79a412c59a55bc1c","status":"passed","time":{"start":1724861179681,"stop":1724861179681,"duration":0}},{"uid":"1d27ed4136100842","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1d27ed4136100842","status":"passed","time":{"start":1724861040979,"stop":1724861040980,"duration":1}}]},"8bdc90a10ca641134106e39a3197f194:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c140fc7ab2ef9a03","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c140fc7ab2ef9a03","status":"passed","time":{"start":1724918298100,"stop":1724918298101,"duration":1}}]},"0f068790716d3b625c682eea9c945956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"377db6bfc8ec650f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/377db6bfc8ec650f","status":"passed","time":{"start":1724921563020,"stop":1724921563020,"duration":0}},{"uid":"6ca46ae33d37e275","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6ca46ae33d37e275","status":"passed","time":{"start":1724921526816,"stop":1724921526817,"duration":1}},{"uid":"a3d2e1fc1d0f300f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a3d2e1fc1d0f300f","status":"passed","time":{"start":1724918239952,"stop":1724918239953,"duration":1}},{"uid":"a5c32c7b39eb5257","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5c32c7b39eb5257","status":"passed","time":{"start":1724889980926,"stop":1724889980926,"duration":0}},{"uid":"7fcec528dc816a72","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7fcec528dc816a72","status":"passed","time":{"start":1724889109976,"stop":1724889109977,"duration":1}},{"uid":"bc22cc814fe299c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bc22cc814fe299c","status":"passed","time":{"start":1724888294725,"stop":1724888294726,"duration":1}},{"uid":"40b0a91519a4ba72","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/40b0a91519a4ba72","status":"passed","time":{"start":1724887071744,"stop":1724887071744,"duration":0}},{"uid":"7dd42147fdec9a6a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7dd42147fdec9a6a","status":"passed","time":{"start":1724886848349,"stop":1724886848349,"duration":0}},{"uid":"11b2689dd64c380b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/11b2689dd64c380b","status":"passed","time":{"start":1724862259260,"stop":1724862259260,"duration":0}},{"uid":"6d6c751d5a96cad4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6d6c751d5a96cad4","status":"passed","time":{"start":1724861735334,"stop":1724861735335,"duration":1}},{"uid":"a253aacd29b47433","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a253aacd29b47433","status":"passed","time":{"start":1724861606352,"stop":1724861606352,"duration":0}},{"uid":"3df451c9fb75d206","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3df451c9fb75d206","status":"passed","time":{"start":1724861426691,"stop":1724861426691,"duration":0}}]},"276c91ee129533128485396f5c60d9b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"edddcd3cc138eb85","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/edddcd3cc138eb85","status":"passed","time":{"start":1724921046198,"stop":1724921046199,"duration":1}},{"uid":"19523e187ea3eca2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/19523e187ea3eca2","status":"passed","time":{"start":1724921021469,"stop":1724921021469,"duration":0}},{"uid":"748c9a9534f5466a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/748c9a9534f5466a","status":"passed","time":{"start":1724917681717,"stop":1724917681718,"duration":1}},{"uid":"4be3ead7d3504483","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4be3ead7d3504483","status":"passed","time":{"start":1724889460646,"stop":1724889460647,"duration":1}},{"uid":"eaf9cb13eaefffb9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eaf9cb13eaefffb9","status":"passed","time":{"start":1724888611289,"stop":1724888611290,"duration":1}},{"uid":"5b82dd9a0388e6c5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5b82dd9a0388e6c5","status":"passed","time":{"start":1724887767615,"stop":1724887767615,"duration":0}},{"uid":"b7f123d9d6b700ce","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b7f123d9d6b700ce","status":"passed","time":{"start":1724886533984,"stop":1724886533985,"duration":1}},{"uid":"4a2b1606a29f7a4a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4a2b1606a29f7a4a","status":"passed","time":{"start":1724886311752,"stop":1724886311752,"duration":0}},{"uid":"be2ee2359879175f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/be2ee2359879175f","status":"passed","time":{"start":1724861760768,"stop":1724861760768,"duration":0}},{"uid":"55fa8f7ee91c2db5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/55fa8f7ee91c2db5","status":"passed","time":{"start":1724861231728,"stop":1724861231728,"duration":0}},{"uid":"aa18959de1fb2396","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/aa18959de1fb2396","status":"passed","time":{"start":1724861054249,"stop":1724861054249,"duration":0}},{"uid":"13ffc30529ee7af9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/13ffc30529ee7af9","status":"passed","time":{"start":1724860915808,"stop":1724860915808,"duration":0}}]},"dbc8365abb73d5e43fd54a79e6e608c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd67c870550e3446","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd67c870550e3446","status":"passed","time":{"start":1724918259542,"stop":1724918259542,"duration":0}}]},"825320dc610bd6afece737cf7767e3e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"429c7ffb9b83651a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/429c7ffb9b83651a","status":"passed","time":{"start":1724921267874,"stop":1724921267880,"duration":6}},{"uid":"6a65e4d764b9973c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6a65e4d764b9973c","status":"passed","time":{"start":1724921244396,"stop":1724921244397,"duration":1}},{"uid":"b142cc64d364274","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b142cc64d364274","status":"passed","time":{"start":1724917916059,"stop":1724917916059,"duration":0}},{"uid":"e41eb723558ce733","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e41eb723558ce733","status":"passed","time":{"start":1724889678260,"stop":1724889678260,"duration":0}},{"uid":"6b41eafab8e68665","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b41eafab8e68665","status":"passed","time":{"start":1724888831689,"stop":1724888831689,"duration":0}},{"uid":"3c76d88de42990a7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3c76d88de42990a7","status":"passed","time":{"start":1724888003324,"stop":1724888003324,"duration":0}},{"uid":"ac8db2a4098325fb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ac8db2a4098325fb","status":"passed","time":{"start":1724886776614,"stop":1724886776614,"duration":0}},{"uid":"80ee6656d314855e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/80ee6656d314855e","status":"passed","time":{"start":1724886555803,"stop":1724886555803,"duration":0}},{"uid":"14b49cbd1b6d9f95","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14b49cbd1b6d9f95","status":"passed","time":{"start":1724861983015,"stop":1724861983015,"duration":0}},{"uid":"cf4efc306c1cecef","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cf4efc306c1cecef","status":"passed","time":{"start":1724861444071,"stop":1724861444071,"duration":0}},{"uid":"3f00b1015a1cf62e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3f00b1015a1cf62e","status":"passed","time":{"start":1724861285839,"stop":1724861285839,"duration":0}},{"uid":"dd8d199588294e2f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dd8d199588294e2f","status":"passed","time":{"start":1724861145677,"stop":1724861145677,"duration":0}}]},"fd7d20c5aa27234da38f215e8a0124fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"501299397e054f8a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/501299397e054f8a","status":"passed","time":{"start":1724889144083,"stop":1724889144083,"duration":0}}]},"27efde690d4a4477e23d672921e835ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8ca8dc3903969d05","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8ca8dc3903969d05","status":"passed","time":{"start":1724886776611,"stop":1724886776611,"duration":0}}]},"6d68e3f35efad28334379e22e756ff73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"927c2a474fe4331b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/927c2a474fe4331b","status":"passed","time":{"start":1724921270342,"stop":1724921270342,"duration":0}},{"uid":"18d39d5b81d3a848","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/18d39d5b81d3a848","status":"passed","time":{"start":1724921247772,"stop":1724921247772,"duration":0}},{"uid":"ecd50612665421a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ecd50612665421a","status":"passed","time":{"start":1724917989809,"stop":1724917989809,"duration":0}},{"uid":"50c657f680b00188","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/50c657f680b00188","status":"passed","time":{"start":1724889678532,"stop":1724889678532,"duration":0}},{"uid":"afe08e7f3cead672","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/afe08e7f3cead672","status":"passed","time":{"start":1724888829826,"stop":1724888829826,"duration":0}},{"uid":"ce6d719b9631e9f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ce6d719b9631e9f9","status":"passed","time":{"start":1724888076972,"stop":1724888076973,"duration":1}},{"uid":"673778899c56b54d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/673778899c56b54d","status":"passed","time":{"start":1724886851111,"stop":1724886851112,"duration":1}},{"uid":"97199f49c49bfb6f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/97199f49c49bfb6f","status":"passed","time":{"start":1724886647055,"stop":1724886647058,"duration":3}},{"uid":"721c308fa341f9e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/721c308fa341f9e","status":"passed","time":{"start":1724861992701,"stop":1724861992701,"duration":0}},{"uid":"fce0e900efe0df07","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fce0e900efe0df07","status":"passed","time":{"start":1724861469628,"stop":1724861469630,"duration":2}},{"uid":"354b1fe4dacf26b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/354b1fe4dacf26b","status":"passed","time":{"start":1724861284844,"stop":1724861284845,"duration":1}},{"uid":"d55b1cb924531298","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d55b1cb924531298","status":"passed","time":{"start":1724861145771,"stop":1724861145772,"duration":1}}]},"0c5410859a4c9fa2589f8fe4b064fb35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c7724d5ba18196f0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c7724d5ba18196f0","status":"passed","time":{"start":1724921037638,"stop":1724921037638,"duration":0}},{"uid":"6819a943a679c794","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6819a943a679c794","status":"passed","time":{"start":1724921013050,"stop":1724921013050,"duration":0}},{"uid":"ebb1247c34c22361","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ebb1247c34c22361","status":"passed","time":{"start":1724917673294,"stop":1724917673294,"duration":0}},{"uid":"7740d2160cb9f7b8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7740d2160cb9f7b8","status":"passed","time":{"start":1724889452312,"stop":1724889452312,"duration":0}},{"uid":"5c589dff04dc4e7d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5c589dff04dc4e7d","status":"passed","time":{"start":1724888602842,"stop":1724888602843,"duration":1}},{"uid":"a5732540c362749a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a5732540c362749a","status":"passed","time":{"start":1724887759165,"stop":1724887759166,"duration":1}},{"uid":"a5788f45826c63dd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a5788f45826c63dd","status":"passed","time":{"start":1724886525545,"stop":1724886525545,"duration":0}},{"uid":"ad5562810dbe3dbe","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ad5562810dbe3dbe","status":"passed","time":{"start":1724886303399,"stop":1724886303399,"duration":0}},{"uid":"c356f6552d52ed08","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c356f6552d52ed08","status":"passed","time":{"start":1724861752231,"stop":1724861752231,"duration":0}},{"uid":"a14c7296205f76a9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a14c7296205f76a9","status":"passed","time":{"start":1724861223357,"stop":1724861223357,"duration":0}},{"uid":"a87d6b1adf0eda9a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a87d6b1adf0eda9a","status":"passed","time":{"start":1724861045205,"stop":1724861045205,"duration":0}},{"uid":"2202195343129c2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2202195343129c2","status":"passed","time":{"start":1724860907086,"stop":1724860907087,"duration":1}}]},"528912c161f41843052cbe3ea61ea863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2cc2caaa2ff0ede4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2cc2caaa2ff0ede4","status":"passed","time":{"start":1724921564778,"stop":1724921564778,"duration":0}},{"uid":"40ab27024f95bdf5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/40ab27024f95bdf5","status":"passed","time":{"start":1724921518822,"stop":1724921518822,"duration":0}},{"uid":"1ff872c587ee327e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1ff872c587ee327e","status":"passed","time":{"start":1724918229401,"stop":1724918229401,"duration":0}},{"uid":"bf29130150430fb2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf29130150430fb2","status":"passed","time":{"start":1724889980704,"stop":1724889980704,"duration":0}},{"uid":"2c2b84f94297964","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c2b84f94297964","status":"passed","time":{"start":1724889111167,"stop":1724889111168,"duration":1}},{"uid":"a7c85f2975fbee1f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a7c85f2975fbee1f","status":"passed","time":{"start":1724888292534,"stop":1724888292534,"duration":0}},{"uid":"8b65322d2294dd62","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8b65322d2294dd62","status":"passed","time":{"start":1724887068229,"stop":1724887068229,"duration":0}},{"uid":"b070cf497a4f1c32","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b070cf497a4f1c32","status":"passed","time":{"start":1724886848927,"stop":1724886848928,"duration":1}},{"uid":"29623a581477adca","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29623a581477adca","status":"passed","time":{"start":1724862262048,"stop":1724862262049,"duration":1}},{"uid":"97d511569b709147","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/97d511569b709147","status":"passed","time":{"start":1724861741895,"stop":1724861741895,"duration":0}},{"uid":"9f92afb108ef87a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9f92afb108ef87a","status":"passed","time":{"start":1724861599497,"stop":1724861599497,"duration":0}},{"uid":"eba6f79268eaef11","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/eba6f79268eaef11","status":"passed","time":{"start":1724861428477,"stop":1724861428477,"duration":0}}]},"9dbc91301240a1c37f7f9c0c2cba678d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"aab5b470e2498281","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/aab5b470e2498281","status":"passed","time":{"start":1724921037653,"stop":1724921037653,"duration":0}},{"uid":"b2634f270a95f0dd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b2634f270a95f0dd","status":"passed","time":{"start":1724921013066,"stop":1724921013066,"duration":0}},{"uid":"b9452e6996b2f369","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b9452e6996b2f369","status":"passed","time":{"start":1724917673307,"stop":1724917673307,"duration":0}},{"uid":"4acefed1fd130f17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4acefed1fd130f17","status":"passed","time":{"start":1724889452326,"stop":1724889452326,"duration":0}},{"uid":"59261d3d80b1ecb9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/59261d3d80b1ecb9","status":"passed","time":{"start":1724888602859,"stop":1724888602859,"duration":0}},{"uid":"b912d712603eedf6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b912d712603eedf6","status":"passed","time":{"start":1724887759179,"stop":1724887759179,"duration":0}},{"uid":"32f9186d4b01921d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/32f9186d4b01921d","status":"passed","time":{"start":1724886525557,"stop":1724886525557,"duration":0}},{"uid":"70ddc44f3525a383","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/70ddc44f3525a383","status":"passed","time":{"start":1724886303412,"stop":1724886303413,"duration":1}},{"uid":"ef94f07aab165b9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ef94f07aab165b9d","status":"passed","time":{"start":1724861752249,"stop":1724861752249,"duration":0}},{"uid":"20fc7041b298475","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/20fc7041b298475","status":"passed","time":{"start":1724861223370,"stop":1724861223370,"duration":0}},{"uid":"48febd3108d94ea2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/48febd3108d94ea2","status":"passed","time":{"start":1724861045219,"stop":1724861045219,"duration":0}},{"uid":"be4c87093d103bd9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/be4c87093d103bd9","status":"passed","time":{"start":1724860907105,"stop":1724860907105,"duration":0}}]},"31e5a76644dfe617c27ca652ab9a9c4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"af5f6ba77a50af2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/af5f6ba77a50af2","status":"passed","time":{"start":1724921270343,"stop":1724921270344,"duration":1}},{"uid":"87b53a55cca25c54","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/87b53a55cca25c54","status":"passed","time":{"start":1724921247803,"stop":1724921247804,"duration":1}},{"uid":"40044f193626b7b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/40044f193626b7b","status":"passed","time":{"start":1724917989811,"stop":1724917989811,"duration":0}},{"uid":"48e0a562d7705607","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/48e0a562d7705607","status":"passed","time":{"start":1724889678534,"stop":1724889678534,"duration":0}},{"uid":"ddcea5f0cc31af0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ddcea5f0cc31af0","status":"passed","time":{"start":1724888829830,"stop":1724888829830,"duration":0}},{"uid":"c4ea23674f4d3999","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c4ea23674f4d3999","status":"passed","time":{"start":1724888076978,"stop":1724888076978,"duration":0}},{"uid":"a0437d80b3627457","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a0437d80b3627457","status":"passed","time":{"start":1724886851117,"stop":1724886851118,"duration":1}},{"uid":"6adaa17ce25ed1d1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6adaa17ce25ed1d1","status":"passed","time":{"start":1724886647068,"stop":1724886647069,"duration":1}},{"uid":"56933243344c2151","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/56933243344c2151","status":"passed","time":{"start":1724861992705,"stop":1724861992706,"duration":1}},{"uid":"d80b3534d7bdd3e5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d80b3534d7bdd3e5","status":"passed","time":{"start":1724861469633,"stop":1724861469634,"duration":1}},{"uid":"f346e93bb263c1b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f346e93bb263c1b","status":"passed","time":{"start":1724861284848,"stop":1724861284848,"duration":0}},{"uid":"e97532c6a730c13c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e97532c6a730c13c","status":"passed","time":{"start":1724861145783,"stop":1724861145783,"duration":0}}]},"c4f2eca2fa1baa8d0193908a963d6401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"852f12cd8598184a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/852f12cd8598184a","status":"passed","time":{"start":1724886880632,"stop":1724886880632,"duration":0}}]},"05ddb5c1e9277d0f363fed2a4f6255be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c75832c1edf1453a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c75832c1edf1453a","status":"passed","time":{"start":1724921267866,"stop":1724921267866,"duration":0}},{"uid":"cf3c4ef89db73db5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cf3c4ef89db73db5","status":"passed","time":{"start":1724921244358,"stop":1724921244359,"duration":1}},{"uid":"cdb7eca26868cff0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cdb7eca26868cff0","status":"passed","time":{"start":1724917916039,"stop":1724917916040,"duration":1}},{"uid":"97b97781829fe853","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97b97781829fe853","status":"passed","time":{"start":1724889678251,"stop":1724889678251,"duration":0}},{"uid":"d9033029bd00797b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9033029bd00797b","status":"passed","time":{"start":1724888831681,"stop":1724888831681,"duration":0}},{"uid":"1e8aa8fe3deada32","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1e8aa8fe3deada32","status":"passed","time":{"start":1724888003316,"stop":1724888003317,"duration":1}},{"uid":"78b9b82450444615","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/78b9b82450444615","status":"passed","time":{"start":1724886776602,"stop":1724886776602,"duration":0}},{"uid":"c8fc438388545293","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c8fc438388545293","status":"passed","time":{"start":1724886555788,"stop":1724886555788,"duration":0}},{"uid":"fe032852da4c3a99","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe032852da4c3a99","status":"passed","time":{"start":1724861983002,"stop":1724861983003,"duration":1}},{"uid":"531b7fde13b8df47","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/531b7fde13b8df47","status":"passed","time":{"start":1724861444063,"stop":1724861444063,"duration":0}},{"uid":"75ddeb2f7e420fe5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/75ddeb2f7e420fe5","status":"passed","time":{"start":1724861285826,"stop":1724861285826,"duration":0}},{"uid":"3ee5c4d4ac6d1817","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3ee5c4d4ac6d1817","status":"passed","time":{"start":1724861145658,"stop":1724861145659,"duration":1}}]},"93c37334e1d3e759a0cd262dbc2cf30a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"57349f756194d881","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/57349f756194d881","status":"passed","time":{"start":1724921529573,"stop":1724921529575,"duration":2}},{"uid":"c6aeb31bdb018624","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c6aeb31bdb018624","status":"passed","time":{"start":1724921488874,"stop":1724921488875,"duration":1}},{"uid":"f5d5de3d6f80a616","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f5d5de3d6f80a616","status":"passed","time":{"start":1724918203676,"stop":1724918203676,"duration":0}},{"uid":"a7fc9036c3fa9e83","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a7fc9036c3fa9e83","status":"passed","time":{"start":1724889938354,"stop":1724889938354,"duration":0}},{"uid":"2b2648971037823f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b2648971037823f","status":"passed","time":{"start":1724889077048,"stop":1724889077049,"duration":1}},{"uid":"cd907211c65e91f0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cd907211c65e91f0","status":"passed","time":{"start":1724888268008,"stop":1724888268009,"duration":1}},{"uid":"5fa911764349dc54","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5fa911764349dc54","status":"passed","time":{"start":1724887032391,"stop":1724887032391,"duration":0}},{"uid":"36cce0b73dc39be4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/36cce0b73dc39be4","status":"passed","time":{"start":1724886822787,"stop":1724886822787,"duration":0}},{"uid":"b22c9c53331c3e66","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b22c9c53331c3e66","status":"passed","time":{"start":1724862233505,"stop":1724862233505,"duration":0}},{"uid":"9b4e46a149730d1e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9b4e46a149730d1e","status":"passed","time":{"start":1724861712665,"stop":1724861712665,"duration":0}},{"uid":"273dd47e63f0c019","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/273dd47e63f0c019","status":"passed","time":{"start":1724861567883,"stop":1724861567884,"duration":1}},{"uid":"edb6426e7dc6700","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/edb6426e7dc6700","status":"passed","time":{"start":1724861392040,"stop":1724861392040,"duration":0}}]},"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c17f6fd031e816ba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c17f6fd031e816ba","status":"passed","time":{"start":1724921128570,"stop":1724921128571,"duration":1}},{"uid":"ecbaf88c9e0a0d25","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ecbaf88c9e0a0d25","status":"passed","time":{"start":1724921103676,"stop":1724921103677,"duration":1}},{"uid":"b924adf7abe0ccda","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b924adf7abe0ccda","status":"passed","time":{"start":1724917763728,"stop":1724917763729,"duration":1}},{"uid":"7426958e67092e29","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7426958e67092e29","status":"passed","time":{"start":1724889543372,"stop":1724889543373,"duration":1}},{"uid":"24a3411a7423cbea","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/24a3411a7423cbea","status":"passed","time":{"start":1724888692505,"stop":1724888692506,"duration":1}},{"uid":"2827347bb65f095f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2827347bb65f095f","status":"passed","time":{"start":1724887850415,"stop":1724887850415,"duration":0}},{"uid":"290b9adbe095b8bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/290b9adbe095b8bd","status":"passed","time":{"start":1724886617180,"stop":1724886617181,"duration":1}},{"uid":"25fc55228072a320","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/25fc55228072a320","status":"passed","time":{"start":1724886394911,"stop":1724886394912,"duration":1}},{"uid":"da5a8add985308f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/da5a8add985308f9","status":"passed","time":{"start":1724861844374,"stop":1724861844374,"duration":0}},{"uid":"334881083c447f23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/334881083c447f23","status":"passed","time":{"start":1724861313411,"stop":1724861313411,"duration":0}},{"uid":"8641c1cfe9d11b14","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8641c1cfe9d11b14","status":"passed","time":{"start":1724861139652,"stop":1724861139652,"duration":0}},{"uid":"7be7b1eb9c086d27","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7be7b1eb9c086d27","status":"passed","time":{"start":1724860999512,"stop":1724860999512,"duration":0}}]},"de16209be57b15767f5c53d1f53c227b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b8131a7ef10da7fb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b8131a7ef10da7fb","status":"passed","time":{"start":1724921300788,"stop":1724921300789,"duration":1}},{"uid":"dea2a68c93f8e5ab","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dea2a68c93f8e5ab","status":"passed","time":{"start":1724921280717,"stop":1724921280718,"duration":1}},{"uid":"e629856c9cc3685e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e629856c9cc3685e","status":"passed","time":{"start":1724917963262,"stop":1724917963262,"duration":0}},{"uid":"6b8bf34d980bd7ce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b8bf34d980bd7ce","status":"passed","time":{"start":1724889734119,"stop":1724889734120,"duration":1}},{"uid":"29bf2b4eae0bfc5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29bf2b4eae0bfc5","status":"passed","time":{"start":1724888859617,"stop":1724888859618,"duration":1}},{"uid":"ca362e7a548d4545","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ca362e7a548d4545","status":"passed","time":{"start":1724888053952,"stop":1724888053953,"duration":1}},{"uid":"6cf4012bb6d59972","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6cf4012bb6d59972","status":"passed","time":{"start":1724886820676,"stop":1724886820677,"duration":1}},{"uid":"a022d57009e0f540","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a022d57009e0f540","status":"passed","time":{"start":1724886589266,"stop":1724886589267,"duration":1}},{"uid":"fe48e772e6865252","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe48e772e6865252","status":"passed","time":{"start":1724862027792,"stop":1724862027793,"duration":1}},{"uid":"701d9605a77b3821","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/701d9605a77b3821","status":"passed","time":{"start":1724861484559,"stop":1724861484559,"duration":0}},{"uid":"95e58f2ec8da7fb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/95e58f2ec8da7fb","status":"passed","time":{"start":1724861315157,"stop":1724861315157,"duration":0}},{"uid":"b8bc767708895460","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b8bc767708895460","status":"passed","time":{"start":1724861168759,"stop":1724861168759,"duration":0}}]},"5b40cbb9bc1bfc84ffb33f4f79ed5f5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d511db29b0bd003","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d511db29b0bd003","status":"passed","time":{"start":1724921559013,"stop":1724921559014,"duration":1}},{"uid":"b1ab95356c03b8cc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b1ab95356c03b8cc","status":"passed","time":{"start":1724921524129,"stop":1724921524130,"duration":1}},{"uid":"8d276d611082a9a9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8d276d611082a9a9","status":"passed","time":{"start":1724918241659,"stop":1724918241660,"duration":1}},{"uid":"2a5bff81752fe94a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2a5bff81752fe94a","status":"passed","time":{"start":1724889975473,"stop":1724889975474,"duration":1}},{"uid":"db6a147c7eef05d7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/db6a147c7eef05d7","status":"passed","time":{"start":1724889106059,"stop":1724889106059,"duration":0}},{"uid":"823157da2913de4c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/823157da2913de4c","status":"passed","time":{"start":1724888289480,"stop":1724888289481,"duration":1}},{"uid":"d57f3a1c67f55a7c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d57f3a1c67f55a7c","status":"passed","time":{"start":1724887057700,"stop":1724887057701,"duration":1}},{"uid":"320bdcb34164c1c9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/320bdcb34164c1c9","status":"passed","time":{"start":1724886839398,"stop":1724886839398,"duration":0}},{"uid":"e27ec070dd41eb42","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e27ec070dd41eb42","status":"passed","time":{"start":1724862256086,"stop":1724862256087,"duration":1}},{"uid":"79f7ab46bbb97283","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/79f7ab46bbb97283","status":"passed","time":{"start":1724861742233,"stop":1724861742233,"duration":0}},{"uid":"c521a1919b09e509","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c521a1919b09e509","status":"passed","time":{"start":1724861595386,"stop":1724861595389,"duration":3}},{"uid":"f1bf6f6eebf03f23","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f1bf6f6eebf03f23","status":"passed","time":{"start":1724861424067,"stop":1724861424068,"duration":1}}]},"00e8389728fe46d4b4ff1ab29447de4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d477b3ba308a3bf5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d477b3ba308a3bf5","status":"passed","time":{"start":1724888232413,"stop":1724888232413,"duration":0}}]},"3ffb60d6b229cf822122e4408b827680:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"562f4ca83e3f8368","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/562f4ca83e3f8368","status":"passed","time":{"start":1724886781478,"stop":1724886781479,"duration":1}}]},"75fd9fd97cdaeaa0c7a3aa1e43806cb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"304977d6c5e2c9c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/304977d6c5e2c9c","status":"passed","time":{"start":1724921515252,"stop":1724921515253,"duration":1}},{"uid":"26037b440e9bc2b1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/26037b440e9bc2b1","status":"passed","time":{"start":1724921475503,"stop":1724921475503,"duration":0}},{"uid":"9ec5a63cad932a6d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9ec5a63cad932a6d","status":"passed","time":{"start":1724918179417,"stop":1724918179417,"duration":0}},{"uid":"abc3d70222e4a4b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/abc3d70222e4a4b3","status":"passed","time":{"start":1724889935352,"stop":1724889935352,"duration":0}},{"uid":"58e801a353879193","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/58e801a353879193","status":"passed","time":{"start":1724889072767,"stop":1724889072768,"duration":1}},{"uid":"ff95f2313fdceaab","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ff95f2313fdceaab","status":"passed","time":{"start":1724888232427,"stop":1724888232428,"duration":1}},{"uid":"e6ea8ae0e2bddf0d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e6ea8ae0e2bddf0d","status":"passed","time":{"start":1724887018315,"stop":1724887018315,"duration":0}},{"uid":"d1781795445f4ce5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d1781795445f4ce5","status":"passed","time":{"start":1724886781504,"stop":1724886781504,"duration":0}},{"uid":"e6506d344cb8e91b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e6506d344cb8e91b","status":"passed","time":{"start":1724862213683,"stop":1724862213684,"duration":1}},{"uid":"6ba1e68956a85da4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6ba1e68956a85da4","status":"passed","time":{"start":1724861685882,"stop":1724861685882,"duration":0}},{"uid":"af7145527267eda","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/af7145527267eda","status":"passed","time":{"start":1724861546207,"stop":1724861546208,"duration":1}},{"uid":"a27319def5a15dc6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a27319def5a15dc6","status":"passed","time":{"start":1724861378125,"stop":1724861378125,"duration":0}}]},"5436e19ba9b3655afdd4170b4bb91e70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c545b1ce7159876c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c545b1ce7159876c","status":"passed","time":{"start":1724921037646,"stop":1724921037646,"duration":0}},{"uid":"a157f94da73bbaa5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a157f94da73bbaa5","status":"passed","time":{"start":1724921013058,"stop":1724921013059,"duration":1}},{"uid":"a0df5c98aef636fb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a0df5c98aef636fb","status":"passed","time":{"start":1724917673300,"stop":1724917673300,"duration":0}},{"uid":"f740bc1135bcdf10","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f740bc1135bcdf10","status":"passed","time":{"start":1724889452319,"stop":1724889452320,"duration":1}},{"uid":"59ec9eb5d6e8b77b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/59ec9eb5d6e8b77b","status":"passed","time":{"start":1724888602851,"stop":1724888602851,"duration":0}},{"uid":"c914939b47dd8683","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c914939b47dd8683","status":"passed","time":{"start":1724887759172,"stop":1724887759172,"duration":0}},{"uid":"6feb880e649b80fc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6feb880e649b80fc","status":"passed","time":{"start":1724886525551,"stop":1724886525551,"duration":0}},{"uid":"cf218160f4067e9e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cf218160f4067e9e","status":"passed","time":{"start":1724886303406,"stop":1724886303406,"duration":0}},{"uid":"537143fc8f216d15","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/537143fc8f216d15","status":"passed","time":{"start":1724861752238,"stop":1724861752239,"duration":1}},{"uid":"9a728800fc1e1c3c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9a728800fc1e1c3c","status":"passed","time":{"start":1724861223363,"stop":1724861223363,"duration":0}},{"uid":"146c58671192035d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/146c58671192035d","status":"passed","time":{"start":1724861045211,"stop":1724861045212,"duration":1}},{"uid":"833a00de4efc3129","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/833a00de4efc3129","status":"passed","time":{"start":1724860907096,"stop":1724860907096,"duration":0}}]},"6c7f0def328c000eaa3f94883d119dcc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2226891e9b597d0a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2226891e9b597d0a","status":"passed","time":{"start":1724921037633,"stop":1724921037633,"duration":0}},{"uid":"c6ba3788149ffd19","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c6ba3788149ffd19","status":"passed","time":{"start":1724921013045,"stop":1724921013045,"duration":0}},{"uid":"3a8bee115433f032","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3a8bee115433f032","status":"passed","time":{"start":1724917673288,"stop":1724917673289,"duration":1}},{"uid":"ab237abe4180ac02","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ab237abe4180ac02","status":"passed","time":{"start":1724889452307,"stop":1724889452307,"duration":0}},{"uid":"1108a3e4299eadbe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1108a3e4299eadbe","status":"passed","time":{"start":1724888602837,"stop":1724888602838,"duration":1}},{"uid":"1a555b68aa5262cc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1a555b68aa5262cc","status":"passed","time":{"start":1724887759162,"stop":1724887759162,"duration":0}},{"uid":"5fc38c934a08b1d5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5fc38c934a08b1d5","status":"passed","time":{"start":1724886525541,"stop":1724886525541,"duration":0}},{"uid":"f7d8a24c3071d501","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f7d8a24c3071d501","status":"passed","time":{"start":1724886303394,"stop":1724886303394,"duration":0}},{"uid":"221cbcd4e87b15e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/221cbcd4e87b15e0","status":"passed","time":{"start":1724861752224,"stop":1724861752224,"duration":0}},{"uid":"c259c5cde5264b23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c259c5cde5264b23","status":"passed","time":{"start":1724861223352,"stop":1724861223353,"duration":1}},{"uid":"ba3a8f1eec7ca149","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ba3a8f1eec7ca149","status":"passed","time":{"start":1724861045199,"stop":1724861045199,"duration":0}},{"uid":"ae7d686ea5f81413","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ae7d686ea5f81413","status":"passed","time":{"start":1724860907082,"stop":1724860907082,"duration":0}}]},"624be30385efa0651ff59edcdecb8c4a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"57476c6008305b85","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/57476c6008305b85","status":"passed","time":{"start":1724861800257,"stop":1724861800257,"duration":0}}]},"eecfa63d5730183caf36e60d25cd3fa7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd022e8fc07ce11c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cd022e8fc07ce11c","status":"passed","time":{"start":1724861770117,"stop":1724861770117,"duration":0}}]},"9fdb72cbbc0f05cc501abaae655fa2cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1f9cab0163b4f247","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1f9cab0163b4f247","status":"passed","time":{"start":1724921529569,"stop":1724921529569,"duration":0}},{"uid":"4b9c070301d2a94b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4b9c070301d2a94b","status":"passed","time":{"start":1724921488871,"stop":1724921488871,"duration":0}},{"uid":"c59f3cd8b81ded03","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c59f3cd8b81ded03","status":"passed","time":{"start":1724918203667,"stop":1724918203667,"duration":0}},{"uid":"91491d924a0ab75c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91491d924a0ab75c","status":"passed","time":{"start":1724889938348,"stop":1724889938351,"duration":3}},{"uid":"36eee861a4c6115","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/36eee861a4c6115","status":"passed","time":{"start":1724889077030,"stop":1724889077030,"duration":0}},{"uid":"dbfde88630a3c462","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dbfde88630a3c462","status":"passed","time":{"start":1724888268003,"stop":1724888268003,"duration":0}},{"uid":"e6ab058e5b80b400","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e6ab058e5b80b400","status":"passed","time":{"start":1724887032387,"stop":1724887032387,"duration":0}},{"uid":"211f15b96e55e963","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/211f15b96e55e963","status":"passed","time":{"start":1724886822783,"stop":1724886822784,"duration":1}},{"uid":"a0b7a13fcbca9cdd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a0b7a13fcbca9cdd","status":"passed","time":{"start":1724862233501,"stop":1724862233502,"duration":1}},{"uid":"8f901aef186d7a23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8f901aef186d7a23","status":"passed","time":{"start":1724861712662,"stop":1724861712662,"duration":0}},{"uid":"8f192c8857d860da","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8f192c8857d860da","status":"passed","time":{"start":1724861567874,"stop":1724861567876,"duration":2}},{"uid":"9db3a48e15991c16","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9db3a48e15991c16","status":"passed","time":{"start":1724861392037,"stop":1724861392037,"duration":0}}]},"b1dfdef8b9077e48e5cade9efc781742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"24ac82609562db1f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/24ac82609562db1f","status":"passed","time":{"start":1724921164606,"stop":1724921164608,"duration":2}},{"uid":"54262673c42bf58d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/54262673c42bf58d","status":"passed","time":{"start":1724921137829,"stop":1724921137838,"duration":9}},{"uid":"f27fc7f934dafbcc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f27fc7f934dafbcc","status":"passed","time":{"start":1724917810542,"stop":1724917810543,"duration":1}},{"uid":"daacc4c3600cd58f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/daacc4c3600cd58f","status":"passed","time":{"start":1724889585450,"stop":1724889585451,"duration":1}},{"uid":"5b093d7b8c3c4a9f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b093d7b8c3c4a9f","status":"passed","time":{"start":1724888736520,"stop":1724888736524,"duration":4}},{"uid":"9b1f78e7f339d0db","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9b1f78e7f339d0db","status":"passed","time":{"start":1724887891797,"stop":1724887891798,"duration":1}},{"uid":"8a0b85add267189c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a0b85add267189c","status":"passed","time":{"start":1724886657796,"stop":1724886657797,"duration":1}},{"uid":"cf1f4611cb173ed","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cf1f4611cb173ed","status":"passed","time":{"start":1724886447362,"stop":1724886447362,"duration":0}},{"uid":"71239a7a5d2f994e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/71239a7a5d2f994e","status":"passed","time":{"start":1724861880136,"stop":1724861880138,"duration":2}},{"uid":"d2e313b413a965ba","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d2e313b413a965ba","status":"passed","time":{"start":1724861359784,"stop":1724861359784,"duration":0}},{"uid":"1e77f9bd902c3973","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1e77f9bd902c3973","status":"passed","time":{"start":1724861179685,"stop":1724861179686,"duration":1}},{"uid":"3516c29764b7484b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3516c29764b7484b","status":"passed","time":{"start":1724861040982,"stop":1724861040983,"duration":1}}]},"d7419a6b132ea3b1de9932439a05ec1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"652a6c26d327b87c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/652a6c26d327b87c","status":"passed","time":{"start":1724889935350,"stop":1724889935350,"duration":0}}]},"699992428f2a605ac0600b5acaf8e8b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e06edffcca43be63","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e06edffcca43be63","status":"passed","time":{"start":1724921564772,"stop":1724921564772,"duration":0}},{"uid":"e39873f6561b2398","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e39873f6561b2398","status":"passed","time":{"start":1724921518781,"stop":1724921518782,"duration":1}},{"uid":"f4f9c1171e2a8c95","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f4f9c1171e2a8c95","status":"passed","time":{"start":1724918229395,"stop":1724918229395,"duration":0}},{"uid":"263e362da1f1d5e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/263e362da1f1d5e8","status":"passed","time":{"start":1724889980693,"stop":1724889980693,"duration":0}},{"uid":"8f75930a2279389c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f75930a2279389c","status":"passed","time":{"start":1724889111155,"stop":1724889111156,"duration":1}},{"uid":"9a57bb5ecc067b87","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9a57bb5ecc067b87","status":"passed","time":{"start":1724888292528,"stop":1724888292529,"duration":1}},{"uid":"e312c23362a55d8d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e312c23362a55d8d","status":"passed","time":{"start":1724887068220,"stop":1724887068221,"duration":1}},{"uid":"209e51e6d628e560","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/209e51e6d628e560","status":"passed","time":{"start":1724886848918,"stop":1724886848918,"duration":0}},{"uid":"5d745422095053a2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5d745422095053a2","status":"passed","time":{"start":1724862262043,"stop":1724862262043,"duration":0}},{"uid":"c0b299661de8bbf2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c0b299661de8bbf2","status":"passed","time":{"start":1724861741888,"stop":1724861741889,"duration":1}},{"uid":"471bd69deabc1a95","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/471bd69deabc1a95","status":"passed","time":{"start":1724861599483,"stop":1724861599483,"duration":0}},{"uid":"555ba0e870b951eb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/555ba0e870b951eb","status":"passed","time":{"start":1724861428470,"stop":1724861428471,"duration":1}}]},"c50670a87b903128bd7a48f2cb96ad71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b57a9500340f6ad9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b57a9500340f6ad9","status":"passed","time":{"start":1724861628432,"stop":1724861628433,"duration":1}}]},"d2039139e2dc99781d63f09ec37de324:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"43ee594f92e80970","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/43ee594f92e80970","status":"passed","time":{"start":1724886906380,"stop":1724886906381,"duration":1}}]},"f7a0151ad1bfeb39ff61db2b9a0e166f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b3a49f0b73181b58","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b3a49f0b73181b58","status":"passed","time":{"start":1724921515237,"stop":1724921515237,"duration":0}},{"uid":"e4c8fc8a85aa511e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e4c8fc8a85aa511e","status":"passed","time":{"start":1724921475499,"stop":1724921475499,"duration":0}},{"uid":"ef8857f8f0144ba7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ef8857f8f0144ba7","status":"passed","time":{"start":1724918179410,"stop":1724918179410,"duration":0}},{"uid":"b49ddae291603ce6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b49ddae291603ce6","status":"passed","time":{"start":1724889935348,"stop":1724889935349,"duration":1}},{"uid":"639b909868f190bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/639b909868f190bd","status":"passed","time":{"start":1724889072763,"stop":1724889072764,"duration":1}},{"uid":"cd89093853d8e83f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cd89093853d8e83f","status":"passed","time":{"start":1724888232424,"stop":1724888232425,"duration":1}},{"uid":"fa072bd0969df26f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fa072bd0969df26f","status":"passed","time":{"start":1724887018311,"stop":1724887018311,"duration":0}},{"uid":"f4078301bbdcfa93","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f4078301bbdcfa93","status":"passed","time":{"start":1724886781498,"stop":1724886781498,"duration":0}},{"uid":"bd216c730db25f75","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bd216c730db25f75","status":"passed","time":{"start":1724862213672,"stop":1724862213673,"duration":1}},{"uid":"e316173f98ff3aba","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e316173f98ff3aba","status":"passed","time":{"start":1724861685873,"stop":1724861685874,"duration":1}},{"uid":"20b7fca41a9c7657","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/20b7fca41a9c7657","status":"passed","time":{"start":1724861546199,"stop":1724861546200,"duration":1}},{"uid":"628ea473de742456","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/628ea473de742456","status":"passed","time":{"start":1724861378121,"stop":1724861378121,"duration":0}}]},"1fbf562ef076cf037a0ef5c6412486a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4ca5a5c4f05860b9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4ca5a5c4f05860b9","status":"passed","time":{"start":1724921051057,"stop":1724921051057,"duration":0}},{"uid":"3c16f24e94b90e8c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3c16f24e94b90e8c","status":"passed","time":{"start":1724921026362,"stop":1724921026363,"duration":1}},{"uid":"fdfe547e36ebdde","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fdfe547e36ebdde","status":"passed","time":{"start":1724917686541,"stop":1724917686541,"duration":0}},{"uid":"7033684b74449fd9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7033684b74449fd9","status":"passed","time":{"start":1724889465472,"stop":1724889465472,"duration":0}},{"uid":"594c8d7f8e43fa24","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/594c8d7f8e43fa24","status":"passed","time":{"start":1724888616213,"stop":1724888616213,"duration":0}},{"uid":"d60e3f201bcc72f1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d60e3f201bcc72f1","status":"passed","time":{"start":1724887772449,"stop":1724887772449,"duration":0}},{"uid":"dd40b816fcaa7a3f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dd40b816fcaa7a3f","status":"passed","time":{"start":1724886538861,"stop":1724886538861,"duration":0}},{"uid":"11da664befce4803","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/11da664befce4803","status":"passed","time":{"start":1724886316627,"stop":1724886316627,"duration":0}},{"uid":"4a13ee9d00ea7a89","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a13ee9d00ea7a89","status":"passed","time":{"start":1724861765763,"stop":1724861765763,"duration":0}},{"uid":"c96d4a8b1335c5f1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c96d4a8b1335c5f1","status":"passed","time":{"start":1724861236573,"stop":1724861236573,"duration":0}},{"uid":"ac2601758777f39d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac2601758777f39d","status":"passed","time":{"start":1724861059471,"stop":1724861059471,"duration":0}},{"uid":"14c56fee5a30ee96","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/14c56fee5a30ee96","status":"passed","time":{"start":1724860920727,"stop":1724860920727,"duration":0}}]},"8b6724788d12b89e3f480dbfc149f09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e3d887291748dc9a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e3d887291748dc9a","status":"passed","time":{"start":1724921050916,"stop":1724921050916,"duration":0}},{"uid":"ed118c772fbb94ac","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ed118c772fbb94ac","status":"passed","time":{"start":1724921026084,"stop":1724921026085,"duration":1}},{"uid":"c1c8ffc40de6842d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c1c8ffc40de6842d","status":"passed","time":{"start":1724917686331,"stop":1724917686331,"duration":0}},{"uid":"2e1930f23b0fb84b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2e1930f23b0fb84b","status":"passed","time":{"start":1724889465302,"stop":1724889465303,"duration":1}},{"uid":"2ea08520d2605868","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ea08520d2605868","status":"passed","time":{"start":1724888615855,"stop":1724888615856,"duration":1}},{"uid":"b2f381475e7f3c22","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b2f381475e7f3c22","status":"passed","time":{"start":1724887772190,"stop":1724887772190,"duration":0}},{"uid":"465f9effb8299ce3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/465f9effb8299ce3","status":"passed","time":{"start":1724886538736,"stop":1724886538737,"duration":1}},{"uid":"ecc79377f02817f9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ecc79377f02817f9","status":"passed","time":{"start":1724886316573,"stop":1724886316574,"duration":1}},{"uid":"488c222f9a3be4ef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/488c222f9a3be4ef","status":"passed","time":{"start":1724861765627,"stop":1724861765627,"duration":0}},{"uid":"a7c3410e4cca11c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a7c3410e4cca11c","status":"passed","time":{"start":1724861236290,"stop":1724861236290,"duration":0}},{"uid":"12ef28aa201afbdf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/12ef28aa201afbdf","status":"passed","time":{"start":1724861059256,"stop":1724861059256,"duration":0}},{"uid":"b0057e02c0583e7a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b0057e02c0583e7a","status":"passed","time":{"start":1724860920541,"stop":1724860920542,"duration":1}}]},"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3eb519b696882f18","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3eb519b696882f18","status":"passed","time":{"start":1724921538593,"stop":1724921538594,"duration":1}},{"uid":"c40a3f7650df299e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c40a3f7650df299e","status":"passed","time":{"start":1724921499391,"stop":1724921499391,"duration":0}},{"uid":"82af68472f9d475d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/82af68472f9d475d","status":"passed","time":{"start":1724918204099,"stop":1724918204099,"duration":0}},{"uid":"13af5bd687c1656","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/13af5bd687c1656","status":"passed","time":{"start":1724889957368,"stop":1724889957368,"duration":0}},{"uid":"64721f53dc1964eb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64721f53dc1964eb","status":"passed","time":{"start":1724889094879,"stop":1724889094879,"duration":0}},{"uid":"3ef6fb8f105d7e9a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3ef6fb8f105d7e9a","status":"passed","time":{"start":1724888256176,"stop":1724888256177,"duration":1}},{"uid":"a2dd040d8ffe9542","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a2dd040d8ffe9542","status":"passed","time":{"start":1724887043895,"stop":1724887043896,"duration":1}},{"uid":"f4c02cf52df73f96","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f4c02cf52df73f96","status":"passed","time":{"start":1724886807385,"stop":1724886807385,"duration":0}},{"uid":"2cbf99f5a2c4fcf2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2cbf99f5a2c4fcf2","status":"passed","time":{"start":1724862237700,"stop":1724862237701,"duration":1}},{"uid":"591566e15b7e903d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/591566e15b7e903d","status":"passed","time":{"start":1724861709115,"stop":1724861709115,"duration":0}},{"uid":"d1621caf71518650","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d1621caf71518650","status":"passed","time":{"start":1724861571993,"stop":1724861571994,"duration":1}},{"uid":"e109986d01b0c03c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e109986d01b0c03c","status":"passed","time":{"start":1724861400269,"stop":1724861400270,"duration":1}}]},"b94058ccdbd55f767ddeea47986ffcbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"29ae6ff0e00b6e7b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/29ae6ff0e00b6e7b","status":"passed","time":{"start":1724886884587,"stop":1724886884588,"duration":1}}]},"e8502be231a674d101cb5d0908fb25df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f8e8a3c58c05f4f4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f8e8a3c58c05f4f4","status":"passed","time":{"start":1724921563017,"stop":1724921563017,"duration":0}},{"uid":"a1730e3849eb8cca","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a1730e3849eb8cca","status":"passed","time":{"start":1724921526813,"stop":1724921526814,"duration":1}},{"uid":"ea3d94c341387a37","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ea3d94c341387a37","status":"passed","time":{"start":1724918239944,"stop":1724918239944,"duration":0}},{"uid":"5a091887410fdf24","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5a091887410fdf24","status":"passed","time":{"start":1724889980902,"stop":1724889980902,"duration":0}},{"uid":"f91068cc8d1c776","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f91068cc8d1c776","status":"passed","time":{"start":1724889109970,"stop":1724889109971,"duration":1}},{"uid":"d5893701e45b1344","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d5893701e45b1344","status":"passed","time":{"start":1724888294723,"stop":1724888294723,"duration":0}},{"uid":"be1a58762b17bae","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/be1a58762b17bae","status":"passed","time":{"start":1724887071742,"stop":1724887071742,"duration":0}},{"uid":"7058b98f2fcd7689","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7058b98f2fcd7689","status":"passed","time":{"start":1724886848346,"stop":1724886848347,"duration":1}},{"uid":"f7f48484848b33ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7f48484848b33ac","status":"passed","time":{"start":1724862259253,"stop":1724862259254,"duration":1}},{"uid":"9af6435870756c06","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9af6435870756c06","status":"passed","time":{"start":1724861735328,"stop":1724861735329,"duration":1}},{"uid":"27efd96800033cc7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/27efd96800033cc7","status":"passed","time":{"start":1724861606346,"stop":1724861606350,"duration":4}},{"uid":"f2061536d37e797a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f2061536d37e797a","status":"passed","time":{"start":1724861426688,"stop":1724861426689,"duration":1}}]},"b78455b0a777d909fa7053fbafafb7bf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c495b3c57aa83f9d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c495b3c57aa83f9d","status":"passed","time":{"start":1724921556060,"stop":1724921556060,"duration":0}}]},"73423cdeed45c9f9eaf5e7b635c01359:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d06a8213264ccac4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d06a8213264ccac4","status":"passed","time":{"start":1724918298099,"stop":1724918298099,"duration":0}}]},"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"418ecfa121ccf6fb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/418ecfa121ccf6fb","status":"passed","time":{"start":1724921128568,"stop":1724921128569,"duration":1}},{"uid":"2ca555f8a77f1c43","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2ca555f8a77f1c43","status":"passed","time":{"start":1724921103675,"stop":1724921103676,"duration":1}},{"uid":"218c3650119a4a49","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/218c3650119a4a49","status":"passed","time":{"start":1724917763727,"stop":1724917763727,"duration":0}},{"uid":"72a3b0462d4ce1d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72a3b0462d4ce1d9","status":"passed","time":{"start":1724889543370,"stop":1724889543371,"duration":1}},{"uid":"1de22735c977dd73","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1de22735c977dd73","status":"passed","time":{"start":1724888692504,"stop":1724888692505,"duration":1}},{"uid":"83a1efb0f061c604","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/83a1efb0f061c604","status":"passed","time":{"start":1724887850414,"stop":1724887850414,"duration":0}},{"uid":"59a9998feeab2467","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/59a9998feeab2467","status":"passed","time":{"start":1724886617175,"stop":1724886617176,"duration":1}},{"uid":"473ee2684e1bf68","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/473ee2684e1bf68","status":"passed","time":{"start":1724886394907,"stop":1724886394907,"duration":0}},{"uid":"bf98b99faa51b9cd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf98b99faa51b9cd","status":"passed","time":{"start":1724861844373,"stop":1724861844373,"duration":0}},{"uid":"7e455c311d1fa492","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7e455c311d1fa492","status":"passed","time":{"start":1724861313410,"stop":1724861313410,"duration":0}},{"uid":"fb2f87c2ab8bf4b1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fb2f87c2ab8bf4b1","status":"passed","time":{"start":1724861139651,"stop":1724861139651,"duration":0}},{"uid":"5f4d6da72d7fa222","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5f4d6da72d7fa222","status":"passed","time":{"start":1724860999512,"stop":1724860999512,"duration":0}}]},"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"d21f48688d478da7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d21f48688d478da7","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921563011,"stop":1724921563012,"duration":1}},{"uid":"21872750aab9279d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/21872750aab9279d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921526811,"stop":1724921526811,"duration":0}},{"uid":"b1f38a9f5a8f3841","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b1f38a9f5a8f3841","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918239938,"stop":1724918239939,"duration":1}},{"uid":"9381aa104bca9b0a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9381aa104bca9b0a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889980889,"stop":1724889980889,"duration":0}},{"uid":"d05748518bbad480","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d05748518bbad480","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889109954,"stop":1724889109954,"duration":0}},{"uid":"cffad4a19d2a3614","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cffad4a19d2a3614","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888294721,"stop":1724888294721,"duration":0}},{"uid":"3dde8800fe077342","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3dde8800fe077342","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887071737,"stop":1724887071737,"duration":0}},{"uid":"4b8762fb4f176397","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4b8762fb4f176397","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886848343,"stop":1724886848344,"duration":1}},{"uid":"882af9315262d0f3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/882af9315262d0f3","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862259245,"stop":1724862259245,"duration":0}},{"uid":"ec837b6896314a39","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ec837b6896314a39","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861735323,"stop":1724861735324,"duration":1}},{"uid":"5c38a1321aae0412","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5c38a1321aae0412","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861606342,"stop":1724861606342,"duration":0}},{"uid":"ce4419b9a82da8bf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ce4419b9a82da8bf","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861426684,"stop":1724861426685,"duration":1}}]},"69cdb59c9b84fd0b6f4eb132bfba3c26:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"891ce09012901f52","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/891ce09012901f52","status":"passed","time":{"start":1724921267871,"stop":1724921267872,"duration":1}}]},"4bb9843185772f87c64cde7898fee847:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"59ad23bfddf491d7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/59ad23bfddf491d7","status":"passed","time":{"start":1724861392063,"stop":1724861392063,"duration":0}}]},"3f657c3f7b8915d7897075f7b0b4b4a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"37ac5232c27134e9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/37ac5232c27134e9","status":"passed","time":{"start":1724921640398,"stop":1724921640399,"duration":1}},{"uid":"2f6b38d68d26d2aa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2f6b38d68d26d2aa","status":"passed","time":{"start":1724921600406,"stop":1724921600406,"duration":0}},{"uid":"c55a2176fa5006ff","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c55a2176fa5006ff","status":"passed","time":{"start":1724918300920,"stop":1724918300921,"duration":1}},{"uid":"842a30b817faaf17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/842a30b817faaf17","status":"passed","time":{"start":1724890059280,"stop":1724890059284,"duration":4}},{"uid":"c5c16146411181da","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5c16146411181da","status":"passed","time":{"start":1724889188310,"stop":1724889188310,"duration":0}},{"uid":"dff1a9133d932323","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dff1a9133d932323","status":"passed","time":{"start":1724888372739,"stop":1724888372739,"duration":0}},{"uid":"a12c800492be0352","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a12c800492be0352","status":"passed","time":{"start":1724887135716,"stop":1724887135717,"duration":1}},{"uid":"fd51ba4f94f7e4e9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fd51ba4f94f7e4e9","status":"passed","time":{"start":1724886919661,"stop":1724886919662,"duration":1}},{"uid":"a761315a47b64597","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a761315a47b64597","status":"passed","time":{"start":1724862341833,"stop":1724862341833,"duration":0}},{"uid":"f2afff3d02c2d286","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f2afff3d02c2d286","status":"passed","time":{"start":1724861815487,"stop":1724861815488,"duration":1}},{"uid":"6f269f14632c3167","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6f269f14632c3167","status":"passed","time":{"start":1724861669533,"stop":1724861669533,"duration":0}},{"uid":"147a2b9202b83964","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/147a2b9202b83964","status":"passed","time":{"start":1724861505411,"stop":1724861505411,"duration":0}}]},"6dbe7b3efceddd8095915d6004c5681f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"17fe54fcc39c179","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/17fe54fcc39c179","status":"passed","time":{"start":1724861655174,"stop":1724861655174,"duration":0}}]},"2b33e95025ce4dcf13b0ff6ea330ae33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1d48ddf98fa3a178","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1d48ddf98fa3a178","status":"passed","time":{"start":1724890032293,"stop":1724890032294,"duration":1}}]},"0866a279c90a44b71b4cbc4bd9ca8da3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2130b1e19ec9a39c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2130b1e19ec9a39c","status":"passed","time":{"start":1724921296995,"stop":1724921296995,"duration":0}},{"uid":"68f29c94398eec8a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/68f29c94398eec8a","status":"passed","time":{"start":1724921276361,"stop":1724921276361,"duration":0}},{"uid":"939a95be90dc0217","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/939a95be90dc0217","status":"passed","time":{"start":1724917948305,"stop":1724917948305,"duration":0}},{"uid":"7a357cb595b6e365","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7a357cb595b6e365","status":"passed","time":{"start":1724889729001,"stop":1724889729002,"duration":1}},{"uid":"ecbd6877a3500abd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ecbd6877a3500abd","status":"passed","time":{"start":1724888864948,"stop":1724888864948,"duration":0}},{"uid":"2a4b980a4dd74acb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2a4b980a4dd74acb","status":"passed","time":{"start":1724888053729,"stop":1724888053730,"duration":1}},{"uid":"710eccef50de8383","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/710eccef50de8383","status":"passed","time":{"start":1724886811646,"stop":1724886811646,"duration":0}},{"uid":"ad278fded58c13c7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ad278fded58c13c7","status":"passed","time":{"start":1724886580998,"stop":1724886580998,"duration":0}},{"uid":"c850e1ff52dd4bcd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c850e1ff52dd4bcd","status":"passed","time":{"start":1724862019551,"stop":1724862019552,"duration":1}},{"uid":"c0915f2f971f2124","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c0915f2f971f2124","status":"passed","time":{"start":1724861493929,"stop":1724861493930,"duration":1}},{"uid":"3b56c1a05d5846bc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3b56c1a05d5846bc","status":"passed","time":{"start":1724861318011,"stop":1724861318011,"duration":0}},{"uid":"ee74cc0df31b1818","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ee74cc0df31b1818","status":"passed","time":{"start":1724861178505,"stop":1724861178505,"duration":0}}]},"ddc55cdd59d7a3cbe9414d1ddf2def85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b1f8668fe00e90c7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b1f8668fe00e90c7","status":"passed","time":{"start":1724921046209,"stop":1724921046209,"duration":0}},{"uid":"9dcc145a3232538d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9dcc145a3232538d","status":"passed","time":{"start":1724921021480,"stop":1724921021480,"duration":0}},{"uid":"b50ff9be8e795f21","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b50ff9be8e795f21","status":"passed","time":{"start":1724917681728,"stop":1724917681728,"duration":0}},{"uid":"e581cd4f92024d78","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e581cd4f92024d78","status":"passed","time":{"start":1724889460656,"stop":1724889460656,"duration":0}},{"uid":"d96c871c90de45b8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d96c871c90de45b8","status":"passed","time":{"start":1724888611299,"stop":1724888611299,"duration":0}},{"uid":"3d1e2c453ee9ac57","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3d1e2c453ee9ac57","status":"passed","time":{"start":1724887767624,"stop":1724887767624,"duration":0}},{"uid":"285e4c4e634ab051","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/285e4c4e634ab051","status":"passed","time":{"start":1724886533995,"stop":1724886533996,"duration":1}},{"uid":"9564d49101e0018a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9564d49101e0018a","status":"passed","time":{"start":1724886311762,"stop":1724886311762,"duration":0}},{"uid":"c82b4d16cfdc8d73","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c82b4d16cfdc8d73","status":"passed","time":{"start":1724861760780,"stop":1724861760780,"duration":0}},{"uid":"ed4aa0963379783","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ed4aa0963379783","status":"passed","time":{"start":1724861231738,"stop":1724861231738,"duration":0}},{"uid":"5d55d39125e31b09","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5d55d39125e31b09","status":"passed","time":{"start":1724861054261,"stop":1724861054261,"duration":0}},{"uid":"97b039007e38fd92","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/97b039007e38fd92","status":"passed","time":{"start":1724860915818,"stop":1724860915818,"duration":0}}]},"054d1154ee16702b12dca4c57d8fcde3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"243d02fe3bba1954","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/243d02fe3bba1954","status":"passed","time":{"start":1724921563021,"stop":1724921563021,"duration":0}},{"uid":"91b125952d30bf73","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/91b125952d30bf73","status":"passed","time":{"start":1724921526818,"stop":1724921526818,"duration":0}},{"uid":"a5d8ff612d4d0b7d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a5d8ff612d4d0b7d","status":"passed","time":{"start":1724918239953,"stop":1724918239954,"duration":1}},{"uid":"3ed1def135bb01df","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3ed1def135bb01df","status":"passed","time":{"start":1724889980927,"stop":1724889980928,"duration":1}},{"uid":"b52fa2f87419b192","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b52fa2f87419b192","status":"passed","time":{"start":1724889109979,"stop":1724889109980,"duration":1}},{"uid":"d98d05793771d02","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d98d05793771d02","status":"passed","time":{"start":1724888294726,"stop":1724888294727,"duration":1}},{"uid":"767458f65e9d60d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/767458f65e9d60d","status":"passed","time":{"start":1724887071745,"stop":1724887071745,"duration":0}},{"uid":"568af0afe57e5a39","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/568af0afe57e5a39","status":"passed","time":{"start":1724886848350,"stop":1724886848350,"duration":0}},{"uid":"5364afcf2ca0b767","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5364afcf2ca0b767","status":"passed","time":{"start":1724862259261,"stop":1724862259262,"duration":1}},{"uid":"7443acfd01f40697","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7443acfd01f40697","status":"passed","time":{"start":1724861735335,"stop":1724861735336,"duration":1}},{"uid":"e6a13e87c5beb8f9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e6a13e87c5beb8f9","status":"passed","time":{"start":1724861606353,"stop":1724861606353,"duration":0}},{"uid":"3ea683057de42ee1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3ea683057de42ee1","status":"passed","time":{"start":1724861426693,"stop":1724861426693,"duration":0}}]},"07ef9a7267de044fca95971fb6a9b329:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1777ae7bd8d4e90c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1777ae7bd8d4e90c","status":"passed","time":{"start":1724861712676,"stop":1724861712676,"duration":0}}]},"0f8a5e66758783bae9ebeada2fa70883:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"10642c68b780d604","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/10642c68b780d604","status":"passed","time":{"start":1724921559015,"stop":1724921559016,"duration":1}},{"uid":"22035fba3144d3c9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/22035fba3144d3c9","status":"passed","time":{"start":1724921524130,"stop":1724921524131,"duration":1}},{"uid":"f910671e2187107b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f910671e2187107b","status":"passed","time":{"start":1724918241660,"stop":1724918241662,"duration":2}},{"uid":"4dfede55a1ad110f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4dfede55a1ad110f","status":"passed","time":{"start":1724889975474,"stop":1724889975475,"duration":1}},{"uid":"ecc6abc6b9fad26f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ecc6abc6b9fad26f","status":"passed","time":{"start":1724889106059,"stop":1724889106060,"duration":1}},{"uid":"c62c698484b4929e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c62c698484b4929e","status":"passed","time":{"start":1724888289481,"stop":1724888289482,"duration":1}},{"uid":"f3f7474bedfe3df3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f3f7474bedfe3df3","status":"passed","time":{"start":1724887057701,"stop":1724887057702,"duration":1}},{"uid":"67765e3636bd1ee6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/67765e3636bd1ee6","status":"passed","time":{"start":1724886839398,"stop":1724886839398,"duration":0}},{"uid":"c70dab3502776690","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c70dab3502776690","status":"passed","time":{"start":1724862256091,"stop":1724862256092,"duration":1}},{"uid":"f2c34841bc4b2e5e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f2c34841bc4b2e5e","status":"passed","time":{"start":1724861742234,"stop":1724861742234,"duration":0}},{"uid":"ceebe49e8470b509","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ceebe49e8470b509","status":"passed","time":{"start":1724861595389,"stop":1724861595390,"duration":1}},{"uid":"ee8f1fcc88b0fbfe","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ee8f1fcc88b0fbfe","status":"passed","time":{"start":1724861424068,"stop":1724861424068,"duration":0}}]},"c818e62d6098cdb83b714eb36bf1dbce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8b09fe843c63e42b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8b09fe843c63e42b","status":"passed","time":{"start":1724921677826,"stop":1724921677826,"duration":0}},{"uid":"7f9e405bdf08caff","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7f9e405bdf08caff","status":"passed","time":{"start":1724921635678,"stop":1724921635678,"duration":0}},{"uid":"f89d2a1a833a673d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f89d2a1a833a673d","status":"passed","time":{"start":1724918344737,"stop":1724918344737,"duration":0}},{"uid":"d29ae21cb97c2409","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d29ae21cb97c2409","status":"passed","time":{"start":1724890097425,"stop":1724890097425,"duration":0}},{"uid":"278ac31bdad0d78b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/278ac31bdad0d78b","status":"passed","time":{"start":1724889226622,"stop":1724889226622,"duration":0}},{"uid":"bdd8f6795d2908b4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bdd8f6795d2908b4","status":"passed","time":{"start":1724888405386,"stop":1724888405386,"duration":0}},{"uid":"4a140d1dab2a9c98","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a140d1dab2a9c98","status":"passed","time":{"start":1724887180095,"stop":1724887180095,"duration":0}},{"uid":"83bac867be3dc5ce","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/83bac867be3dc5ce","status":"passed","time":{"start":1724886957949,"stop":1724886957949,"duration":0}},{"uid":"98586cbb2e31479d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/98586cbb2e31479d","status":"passed","time":{"start":1724862379717,"stop":1724862379717,"duration":0}},{"uid":"52975ceda4e49774","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/52975ceda4e49774","status":"passed","time":{"start":1724861853003,"stop":1724861853003,"duration":0}},{"uid":"881e6f14cd856ab","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/881e6f14cd856ab","status":"passed","time":{"start":1724861709845,"stop":1724861709845,"duration":0}},{"uid":"9ac995cf3f47c822","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9ac995cf3f47c822","status":"passed","time":{"start":1724861537422,"stop":1724861537423,"duration":1}}]},"dce212676074993bd1eed253a481b8c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9cbe4e46a0d9855a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9cbe4e46a0d9855a","status":"passed","time":{"start":1724921141201,"stop":1724921141201,"duration":0}},{"uid":"6c59b3cf89aa68be","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6c59b3cf89aa68be","status":"passed","time":{"start":1724921118250,"stop":1724921118250,"duration":0}},{"uid":"52b44a344ac786db","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/52b44a344ac786db","status":"passed","time":{"start":1724917777552,"stop":1724917777553,"duration":1}},{"uid":"3243282dfce9686f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3243282dfce9686f","status":"passed","time":{"start":1724889554666,"stop":1724889554666,"duration":0}},{"uid":"8b447d2c458aa6b4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8b447d2c458aa6b4","status":"passed","time":{"start":1724888706940,"stop":1724888706946,"duration":6}},{"uid":"db2494a56bd2e563","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/db2494a56bd2e563","status":"passed","time":{"start":1724887861774,"stop":1724887861775,"duration":1}},{"uid":"bbe885d0df521161","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bbe885d0df521161","status":"passed","time":{"start":1724886631478,"stop":1724886631478,"duration":0}},{"uid":"55b5f7f49d456de4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/55b5f7f49d456de4","status":"passed","time":{"start":1724886409747,"stop":1724886409747,"duration":0}},{"uid":"31d4788c017ddd1d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31d4788c017ddd1d","status":"passed","time":{"start":1724861858186,"stop":1724861858186,"duration":0}},{"uid":"c4fa7ff8c0e744ef","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c4fa7ff8c0e744ef","status":"passed","time":{"start":1724861324522,"stop":1724861324522,"duration":0}},{"uid":"793eb3febfbb938d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/793eb3febfbb938d","status":"passed","time":{"start":1724861152391,"stop":1724861152392,"duration":1}},{"uid":"526080ce0bfec78c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/526080ce0bfec78c","status":"passed","time":{"start":1724861011436,"stop":1724861011437,"duration":1}}]},"13036aa89328f251287fa0606bb92f47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ca2419c1b243b65e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ca2419c1b243b65e","status":"passed","time":{"start":1724921620609,"stop":1724921620610,"duration":1}},{"uid":"650fdaa39a79d3f9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/650fdaa39a79d3f9","status":"passed","time":{"start":1724921566691,"stop":1724921566692,"duration":1}},{"uid":"e5df07a9874af96e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e5df07a9874af96e","status":"passed","time":{"start":1724918280554,"stop":1724918280554,"duration":0}},{"uid":"c2aefa8a5ba78bbb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2aefa8a5ba78bbb","status":"passed","time":{"start":1724890019469,"stop":1724890019469,"duration":0}},{"uid":"266d4ebf314a2372","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/266d4ebf314a2372","status":"passed","time":{"start":1724889148723,"stop":1724889148723,"duration":0}},{"uid":"95279050cae3f316","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/95279050cae3f316","status":"passed","time":{"start":1724888331964,"stop":1724888331965,"duration":1}},{"uid":"807ff4a978fefbd0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/807ff4a978fefbd0","status":"passed","time":{"start":1724887107115,"stop":1724887107115,"duration":0}},{"uid":"9914048d3a26c38d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9914048d3a26c38d","status":"passed","time":{"start":1724886889609,"stop":1724886889609,"duration":0}},{"uid":"d2b6d2b1c8aa6fb2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d2b6d2b1c8aa6fb2","status":"passed","time":{"start":1724862298791,"stop":1724862298791,"duration":0}},{"uid":"d56478f518367480","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d56478f518367480","status":"passed","time":{"start":1724861779265,"stop":1724861779265,"duration":0}},{"uid":"9788085715832e0c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9788085715832e0c","status":"passed","time":{"start":1724861646563,"stop":1724861646563,"duration":0}},{"uid":"8343720699b9707a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8343720699b9707a","status":"passed","time":{"start":1724861466616,"stop":1724861466616,"duration":0}}]},"972f0d9f40f06a6bf6e58ae314e86d56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9529b94b1052fe3e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9529b94b1052fe3e","status":"passed","time":{"start":1724921515249,"stop":1724921515250,"duration":1}},{"uid":"2a3dfed04c93e8f3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2a3dfed04c93e8f3","status":"passed","time":{"start":1724921475502,"stop":1724921475502,"duration":0}},{"uid":"a390aaf141608357","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a390aaf141608357","status":"passed","time":{"start":1724918179416,"stop":1724918179417,"duration":1}},{"uid":"9206df4a4e037f89","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9206df4a4e037f89","status":"passed","time":{"start":1724889935351,"stop":1724889935351,"duration":0}},{"uid":"b6e380b42707374f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b6e380b42707374f","status":"passed","time":{"start":1724889072766,"stop":1724889072767,"duration":1}},{"uid":"ab1bf7788171d832","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ab1bf7788171d832","status":"passed","time":{"start":1724888232427,"stop":1724888232427,"duration":0}},{"uid":"5dcb84d7e1866bfc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5dcb84d7e1866bfc","status":"passed","time":{"start":1724887018314,"stop":1724887018314,"duration":0}},{"uid":"6cd5d56a403a5f49","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6cd5d56a403a5f49","status":"passed","time":{"start":1724886781502,"stop":1724886781503,"duration":1}},{"uid":"80319c155c257c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80319c155c257c0","status":"passed","time":{"start":1724862213682,"stop":1724862213682,"duration":0}},{"uid":"af9d9dd55e2d535c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/af9d9dd55e2d535c","status":"passed","time":{"start":1724861685880,"stop":1724861685880,"duration":0}},{"uid":"d218c02e361c7a04","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d218c02e361c7a04","status":"passed","time":{"start":1724861546205,"stop":1724861546206,"duration":1}},{"uid":"ec3b73a3a40cd53","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ec3b73a3a40cd53","status":"passed","time":{"start":1724861378124,"stop":1724861378124,"duration":0}}]},"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cc7e7e951eb592fc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cc7e7e951eb592fc","status":"passed","time":{"start":1724921380065,"stop":1724921380065,"duration":0}},{"uid":"acd1061956382c52","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/acd1061956382c52","status":"passed","time":{"start":1724921359799,"stop":1724921359799,"duration":0}},{"uid":"22211d1ece432d8e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/22211d1ece432d8e","status":"passed","time":{"start":1724918087013,"stop":1724918087014,"duration":1}},{"uid":"cf3c03aaaaa79ce2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf3c03aaaaa79ce2","status":"passed","time":{"start":1724889805675,"stop":1724889805675,"duration":0}},{"uid":"94e7e5b1ec42414e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/94e7e5b1ec42414e","status":"passed","time":{"start":1724888940770,"stop":1724888940770,"duration":0}},{"uid":"34978e9780a8eb0c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/34978e9780a8eb0c","status":"passed","time":{"start":1724888159620,"stop":1724888159620,"duration":0}},{"uid":"cab5b35d54b29c3d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cab5b35d54b29c3d","status":"passed","time":{"start":1724886924289,"stop":1724886924289,"duration":0}},{"uid":"8de8f6375d1a6db1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8de8f6375d1a6db1","status":"passed","time":{"start":1724886701944,"stop":1724886701945,"duration":1}},{"uid":"d9fdc96ff7275d40","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9fdc96ff7275d40","status":"passed","time":{"start":1724862112846,"stop":1724862112846,"duration":0}},{"uid":"b9968bf898d0533f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b9968bf898d0533f","status":"passed","time":{"start":1724861584924,"stop":1724861584924,"duration":0}},{"uid":"f7f6bb314c45c1b6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f7f6bb314c45c1b6","status":"passed","time":{"start":1724861460342,"stop":1724861460342,"duration":0}},{"uid":"5d95ec51cd03ec0b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5d95ec51cd03ec0b","status":"passed","time":{"start":1724861255004,"stop":1724861255005,"duration":1}}]},"d59803a32195ca01a66da1e9c8ad4d2b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"314c00ec5eced8dd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/314c00ec5eced8dd","status":"passed","time":{"start":1724921497756,"stop":1724921497756,"duration":0}},{"uid":"ba22bafab9908eff","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ba22bafab9908eff","status":"passed","time":{"start":1724921408411,"stop":1724921408411,"duration":0}},{"uid":"38b3bc5f92ab8154","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/38b3bc5f92ab8154","status":"passed","time":{"start":1724918086869,"stop":1724918086869,"duration":0}},{"uid":"125b10c4d7d7b3e4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/125b10c4d7d7b3e4","status":"passed","time":{"start":1724889892446,"stop":1724889892446,"duration":0}},{"uid":"c89d484c5261d298","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c89d484c5261d298","status":"passed","time":{"start":1724888997216,"stop":1724888997216,"duration":0}},{"uid":"748a001169241d53","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/748a001169241d53","status":"passed","time":{"start":1724888159489,"stop":1724888159489,"duration":0}},{"uid":"739e8dbf36d80830","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/739e8dbf36d80830","status":"passed","time":{"start":1724886937293,"stop":1724886937293,"duration":0}},{"uid":"66f54777fa1c461e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/66f54777fa1c461e","status":"passed","time":{"start":1724886709802,"stop":1724886709804,"duration":2}},{"uid":"1aafb9babcddf2aa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1aafb9babcddf2aa","status":"passed","time":{"start":1724862123537,"stop":1724862123537,"duration":0}},{"uid":"abdb111f7df6e6d2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/abdb111f7df6e6d2","status":"passed","time":{"start":1724861620104,"stop":1724861620104,"duration":0}},{"uid":"7bb0c5ed69fcca16","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7bb0c5ed69fcca16","status":"passed","time":{"start":1724861460248,"stop":1724861460249,"duration":1}},{"uid":"2b108cd942a49f70","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2b108cd942a49f70","status":"passed","time":{"start":1724861330171,"stop":1724861330171,"duration":0}}]},"3927404afa8e40485bf5b16febf3098e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ed2a14e205f5466b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ed2a14e205f5466b","status":"passed","time":{"start":1724921297003,"stop":1724921297004,"duration":1}},{"uid":"2cd79b0ad34f07d1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2cd79b0ad34f07d1","status":"passed","time":{"start":1724921276365,"stop":1724921276366,"duration":1}},{"uid":"67a36a36a64b50dc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/67a36a36a64b50dc","status":"passed","time":{"start":1724917948319,"stop":1724917948319,"duration":0}},{"uid":"56440a0955ed3d37","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/56440a0955ed3d37","status":"passed","time":{"start":1724889729006,"stop":1724889729007,"duration":1}},{"uid":"5cb9140436ca175d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5cb9140436ca175d","status":"passed","time":{"start":1724888864952,"stop":1724888864952,"duration":0}},{"uid":"9478534be50580be","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9478534be50580be","status":"passed","time":{"start":1724888053745,"stop":1724888053745,"duration":0}},{"uid":"6b1e9d2ce772f4c5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b1e9d2ce772f4c5","status":"passed","time":{"start":1724886811656,"stop":1724886811657,"duration":1}},{"uid":"a77cb3bd445e7f72","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a77cb3bd445e7f72","status":"passed","time":{"start":1724886581002,"stop":1724886581002,"duration":0}},{"uid":"53e32498557f9e4a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/53e32498557f9e4a","status":"passed","time":{"start":1724862019558,"stop":1724862019558,"duration":0}},{"uid":"87f8c38b0c0050df","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/87f8c38b0c0050df","status":"passed","time":{"start":1724861493935,"stop":1724861493935,"duration":0}},{"uid":"a1b1cff002a8dab4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a1b1cff002a8dab4","status":"passed","time":{"start":1724861318020,"stop":1724861318020,"duration":0}},{"uid":"97344e6e92b18c10","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/97344e6e92b18c10","status":"passed","time":{"start":1724861178512,"stop":1724861178513,"duration":1}}]},"4f56bbae38287e282e047f5d85ea0894:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"72cc3fbc1298eb8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/72cc3fbc1298eb8","status":"passed","time":{"start":1724888350745,"stop":1724888350746,"duration":1}}]},"3a9cf0326b9e2b9e966f9e3554f4e276:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b721cac1c680cce7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b721cac1c680cce7","status":"passed","time":{"start":1724921297002,"stop":1724921297003,"duration":1}},{"uid":"5315ee0aeb6682bd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5315ee0aeb6682bd","status":"passed","time":{"start":1724921276365,"stop":1724921276365,"duration":0}},{"uid":"4b81880de75224ab","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4b81880de75224ab","status":"passed","time":{"start":1724917948318,"stop":1724917948318,"duration":0}},{"uid":"f5ea044f44fad7fc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f5ea044f44fad7fc","status":"passed","time":{"start":1724889729006,"stop":1724889729006,"duration":0}},{"uid":"8f2b69024e328efe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f2b69024e328efe","status":"passed","time":{"start":1724888864951,"stop":1724888864952,"duration":1}},{"uid":"abc6d328b283ccc8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/abc6d328b283ccc8","status":"passed","time":{"start":1724888053745,"stop":1724888053745,"duration":0}},{"uid":"319333a8402805eb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/319333a8402805eb","status":"passed","time":{"start":1724886811655,"stop":1724886811656,"duration":1}},{"uid":"d311e6a07f92459c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d311e6a07f92459c","status":"passed","time":{"start":1724886581001,"stop":1724886581002,"duration":1}},{"uid":"b1f68a81791e66ed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1f68a81791e66ed","status":"passed","time":{"start":1724862019557,"stop":1724862019558,"duration":1}},{"uid":"9912ea1111719844","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9912ea1111719844","status":"passed","time":{"start":1724861493935,"stop":1724861493935,"duration":0}},{"uid":"343e2ef4912a4422","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/343e2ef4912a4422","status":"passed","time":{"start":1724861318019,"stop":1724861318020,"duration":1}},{"uid":"a863566b4240e463","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a863566b4240e463","status":"passed","time":{"start":1724861178511,"stop":1724861178512,"duration":1}}]},"40767efdb456f3479f226542c39c2582:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9546a58cb80b7289","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9546a58cb80b7289","status":"passed","time":{"start":1724861599499,"stop":1724861599500,"duration":1}}]},"dc6f2c5c906173422a4afe266680f23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"480e81ebccb0e1bd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/480e81ebccb0e1bd","status":"passed","time":{"start":1724921046196,"stop":1724921046196,"duration":0}},{"uid":"153a8afc3e738095","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/153a8afc3e738095","status":"passed","time":{"start":1724921021467,"stop":1724921021467,"duration":0}},{"uid":"51cebb687e04fa39","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/51cebb687e04fa39","status":"passed","time":{"start":1724917681715,"stop":1724917681715,"duration":0}},{"uid":"f4bec4330678537f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f4bec4330678537f","status":"passed","time":{"start":1724889460645,"stop":1724889460645,"duration":0}},{"uid":"32f1b1a4c363f13a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/32f1b1a4c363f13a","status":"passed","time":{"start":1724888611287,"stop":1724888611288,"duration":1}},{"uid":"7cfd8d7589e38777","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7cfd8d7589e38777","status":"passed","time":{"start":1724887767612,"stop":1724887767613,"duration":1}},{"uid":"c5dc0a7b24667487","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c5dc0a7b24667487","status":"passed","time":{"start":1724886533982,"stop":1724886533982,"duration":0}},{"uid":"a6cd92d4a723bce4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a6cd92d4a723bce4","status":"passed","time":{"start":1724886311750,"stop":1724886311750,"duration":0}},{"uid":"6e25c713f2848af3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e25c713f2848af3","status":"passed","time":{"start":1724861760766,"stop":1724861760766,"duration":0}},{"uid":"d8dc213ee7c71c10","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d8dc213ee7c71c10","status":"passed","time":{"start":1724861231726,"stop":1724861231726,"duration":0}},{"uid":"4f09bd021766d862","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4f09bd021766d862","status":"passed","time":{"start":1724861054247,"stop":1724861054247,"duration":0}},{"uid":"9c77ac217d44ea93","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9c77ac217d44ea93","status":"passed","time":{"start":1724860915806,"stop":1724860915806,"duration":0}}]},"186aa0393ecaee8cd7876bd2473eb160:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ac3968fe83dcebb5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ac3968fe83dcebb5","status":"passed","time":{"start":1724921037760,"stop":1724921037760,"duration":0}},{"uid":"d1d4791da1c99cc8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d1d4791da1c99cc8","status":"passed","time":{"start":1724921013106,"stop":1724921013106,"duration":0}},{"uid":"d0cf4c1f0decfe32","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d0cf4c1f0decfe32","status":"passed","time":{"start":1724917673400,"stop":1724917673400,"duration":0}},{"uid":"8f5c1c0e53194e4f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f5c1c0e53194e4f","status":"passed","time":{"start":1724889452424,"stop":1724889452424,"duration":0}},{"uid":"7995c48af19ecf93","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7995c48af19ecf93","status":"passed","time":{"start":1724888602931,"stop":1724888602931,"duration":0}},{"uid":"e8e7bce158450cc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e8e7bce158450cc1","status":"passed","time":{"start":1724887759205,"stop":1724887759206,"duration":1}},{"uid":"65e364379ddf4aa0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/65e364379ddf4aa0","status":"passed","time":{"start":1724886525511,"stop":1724886525512,"duration":1}},{"uid":"88e074ad3c17265a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/88e074ad3c17265a","status":"passed","time":{"start":1724886303417,"stop":1724886303417,"duration":0}},{"uid":"92375323a4c8a83c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92375323a4c8a83c","status":"passed","time":{"start":1724861752253,"stop":1724861752254,"duration":1}},{"uid":"4e2a639dc93391f2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4e2a639dc93391f2","status":"passed","time":{"start":1724861223392,"stop":1724861223392,"duration":0}},{"uid":"b0343e0eb204649d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b0343e0eb204649d","status":"passed","time":{"start":1724861045266,"stop":1724861045266,"duration":0}},{"uid":"4535932c9aedb537","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4535932c9aedb537","status":"passed","time":{"start":1724860907340,"stop":1724860907340,"duration":0}}]},"a0b12020d9e0d225b964cb30dbfda789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f4007157fc245014","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f4007157fc245014","status":"passed","time":{"start":1724921658740,"stop":1724921658741,"duration":1}},{"uid":"e754138f3d61c16a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e754138f3d61c16a","status":"passed","time":{"start":1724921609576,"stop":1724921609578,"duration":2}},{"uid":"eb71270529a0f9f1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eb71270529a0f9f1","status":"passed","time":{"start":1724918323455,"stop":1724918323455,"duration":0}},{"uid":"907df0ed905301d7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/907df0ed905301d7","status":"passed","time":{"start":1724890071662,"stop":1724890071662,"duration":0}},{"uid":"47a378176ba552fc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/47a378176ba552fc","status":"passed","time":{"start":1724889207703,"stop":1724889207704,"duration":1}},{"uid":"7047147ea1bdb9c4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7047147ea1bdb9c4","status":"passed","time":{"start":1724888386323,"stop":1724888386324,"duration":1}},{"uid":"d12ceb3218d0e8da","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d12ceb3218d0e8da","status":"passed","time":{"start":1724887153931,"stop":1724887153932,"duration":1}},{"uid":"cf5ead419c0084d2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cf5ead419c0084d2","status":"passed","time":{"start":1724886927383,"stop":1724886927383,"duration":0}},{"uid":"df93da0dd4dcdd08","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/df93da0dd4dcdd08","status":"passed","time":{"start":1724862360107,"stop":1724862360108,"duration":1}},{"uid":"be82a78a440ddb85","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/be82a78a440ddb85","status":"passed","time":{"start":1724861832840,"stop":1724861832840,"duration":0}},{"uid":"63cf056c0bfcedcc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/63cf056c0bfcedcc","status":"passed","time":{"start":1724861687422,"stop":1724861687422,"duration":0}},{"uid":"a850950633f21f6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a850950633f21f6","status":"passed","time":{"start":1724861513174,"stop":1724861513174,"duration":0}}]},"1d38f2783e989ab3055d29ebba904925:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f6b2a771215f53d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1f6b2a771215f53d","status":"passed","time":{"start":1724886781479,"stop":1724886781479,"duration":0}}]},"40b7efc2a79cd4fe6963177cd0460b5d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"327abe54692f23d5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/327abe54692f23d5","status":"passed","time":{"start":1724862320146,"stop":1724862320146,"duration":0}}]},"1b6abdac207bc0ab4ee30ddd3180be10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8058e20495b61928","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8058e20495b61928","status":"passed","time":{"start":1724921498166,"stop":1724921498166,"duration":0}},{"uid":"66afc2d510cc48c6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/66afc2d510cc48c6","status":"passed","time":{"start":1724921408645,"stop":1724921408646,"duration":1}},{"uid":"907693b5519bf7d9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/907693b5519bf7d9","status":"passed","time":{"start":1724918130636,"stop":1724918130636,"duration":0}},{"uid":"9dda373410b212ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9dda373410b212ba","status":"passed","time":{"start":1724889892837,"stop":1724889892837,"duration":0}},{"uid":"1cdfe9080e779b65","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1cdfe9080e779b65","status":"passed","time":{"start":1724888997475,"stop":1724888997475,"duration":0}},{"uid":"6760af45b95c947f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6760af45b95c947f","status":"passed","time":{"start":1724888199973,"stop":1724888199973,"duration":0}},{"uid":"f293206336caf98c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f293206336caf98c","status":"passed","time":{"start":1724886961757,"stop":1724886961757,"duration":0}},{"uid":"7eb7bd85871f3915","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7eb7bd85871f3915","status":"passed","time":{"start":1724886743547,"stop":1724886743547,"duration":0}},{"uid":"fcbe274d3ccc9e65","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fcbe274d3ccc9e65","status":"passed","time":{"start":1724862150873,"stop":1724862150873,"duration":0}},{"uid":"e4bac913ad32a8f8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e4bac913ad32a8f8","status":"passed","time":{"start":1724861627758,"stop":1724861627758,"duration":0}},{"uid":"b329b4576831ec86","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b329b4576831ec86","status":"passed","time":{"start":1724861501293,"stop":1724861501293,"duration":0}},{"uid":"2ec676982bb4b01","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2ec676982bb4b01","status":"passed","time":{"start":1724861330459,"stop":1724861330460,"duration":1}}]},"57f1bd946a47d7bb8e30a6c18a4d3bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b061af436d38b29f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b061af436d38b29f","status":"passed","time":{"start":1724921529589,"stop":1724921529589,"duration":0}},{"uid":"cb5262e23fdd417a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cb5262e23fdd417a","status":"passed","time":{"start":1724921488883,"stop":1724921488883,"duration":0}},{"uid":"b4bc5d5a0c0dd973","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b4bc5d5a0c0dd973","status":"passed","time":{"start":1724918203689,"stop":1724918203690,"duration":1}},{"uid":"6032d04a7e225f12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6032d04a7e225f12","status":"passed","time":{"start":1724889938365,"stop":1724889938366,"duration":1}},{"uid":"30425058223325a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/30425058223325a1","status":"passed","time":{"start":1724889077069,"stop":1724889077069,"duration":0}},{"uid":"8ae7733c412373cf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8ae7733c412373cf","status":"passed","time":{"start":1724888268039,"stop":1724888268039,"duration":0}},{"uid":"736b02977fa252ed","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/736b02977fa252ed","status":"passed","time":{"start":1724887032412,"stop":1724887032412,"duration":0}},{"uid":"eefc0b4073d984a8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eefc0b4073d984a8","status":"passed","time":{"start":1724886822825,"stop":1724886822826,"duration":1}},{"uid":"1240730d0add0481","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1240730d0add0481","status":"passed","time":{"start":1724862233515,"stop":1724862233515,"duration":0}},{"uid":"d59f1b5ea62996","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d59f1b5ea62996","status":"passed","time":{"start":1724861712673,"stop":1724861712674,"duration":1}},{"uid":"32cc644f7413936f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/32cc644f7413936f","status":"passed","time":{"start":1724861567900,"stop":1724861567900,"duration":0}},{"uid":"5b5484e853617207","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5b5484e853617207","status":"passed","time":{"start":1724861392058,"stop":1724861392060,"duration":2}}]},"da386e07325be3db3c743dc7a0ebe2da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4e5812dcad89ea75","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4e5812dcad89ea75","status":"passed","time":{"start":1724888350744,"stop":1724888350745,"duration":1}}]},"533bdde6e6900e77fc505c70e5cf69d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"edd5c3dd1b4c1391","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/edd5c3dd1b4c1391","status":"passed","time":{"start":1724921198884,"stop":1724921198884,"duration":0}},{"uid":"9721f3bdc0365f9b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9721f3bdc0365f9b","status":"passed","time":{"start":1724921172337,"stop":1724921172337,"duration":0}},{"uid":"ef4940cb90e97f80","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ef4940cb90e97f80","status":"passed","time":{"start":1724917841036,"stop":1724917841036,"duration":0}},{"uid":"da326a0e46663b81","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/da326a0e46663b81","status":"passed","time":{"start":1724889622280,"stop":1724889622280,"duration":0}},{"uid":"2d22db224367f1d7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d22db224367f1d7","status":"passed","time":{"start":1724888769659,"stop":1724888769659,"duration":0}},{"uid":"4e44af3c24eacd80","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4e44af3c24eacd80","status":"passed","time":{"start":1724887926164,"stop":1724887926165,"duration":1}},{"uid":"5317147e3bf23d9c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5317147e3bf23d9c","status":"passed","time":{"start":1724886693070,"stop":1724886693072,"duration":2}},{"uid":"e8c753a6394ee46a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e8c753a6394ee46a","status":"passed","time":{"start":1724886468811,"stop":1724886468812,"duration":1}},{"uid":"e6557b32c6124d1c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e6557b32c6124d1c","status":"passed","time":{"start":1724861918244,"stop":1724861918244,"duration":0}},{"uid":"e3eaf94ec7c55c36","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e3eaf94ec7c55c36","status":"passed","time":{"start":1724861388577,"stop":1724861388577,"duration":0}},{"uid":"fcbf329e82b11a26","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fcbf329e82b11a26","status":"passed","time":{"start":1724861221406,"stop":1724861221406,"duration":0}},{"uid":"5c04688b85f9f77c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5c04688b85f9f77c","status":"passed","time":{"start":1724861075799,"stop":1724861075799,"duration":0}}]},"a9ac8b4f74c9fc4cccdbe7d1d6aea538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"183ecd3d6a1a5d3d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/183ecd3d6a1a5d3d","status":"passed","time":{"start":1724921625036,"stop":1724921625037,"duration":1}},{"uid":"3ffabc29226d5c25","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3ffabc29226d5c25","status":"passed","time":{"start":1724921590479,"stop":1724921590481,"duration":2}},{"uid":"1c9d800298dd6049","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1c9d800298dd6049","status":"passed","time":{"start":1724918287559,"stop":1724918287559,"duration":0}},{"uid":"ebbca47670f1c00a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ebbca47670f1c00a","status":"passed","time":{"start":1724890047782,"stop":1724890047783,"duration":1}},{"uid":"325cf3a6be012d22","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/325cf3a6be012d22","status":"passed","time":{"start":1724889183914,"stop":1724889183915,"duration":1}},{"uid":"28c4dc2f443fba46","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/28c4dc2f443fba46","status":"passed","time":{"start":1724888354160,"stop":1724888354160,"duration":0}},{"uid":"1f659fa56044b217","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1f659fa56044b217","status":"passed","time":{"start":1724887145651,"stop":1724887145651,"duration":0}},{"uid":"a9de615aab7980ef","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a9de615aab7980ef","status":"passed","time":{"start":1724886915776,"stop":1724886915777,"duration":1}},{"uid":"cf7d058de87fb67b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf7d058de87fb67b","status":"passed","time":{"start":1724862341432,"stop":1724862341432,"duration":0}},{"uid":"6fc4d2258cf8875a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6fc4d2258cf8875a","status":"passed","time":{"start":1724861805433,"stop":1724861805434,"duration":1}},{"uid":"faba1f1e03caaec8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/faba1f1e03caaec8","status":"passed","time":{"start":1724861662241,"stop":1724861662241,"duration":0}},{"uid":"c1c6fe090d9122c9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c1c6fe090d9122c9","status":"passed","time":{"start":1724861492503,"stop":1724861492503,"duration":0}}]},"e663d5fa9bf06d37caef1dc2a495f5c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b41dfca9f4a17c17","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b41dfca9f4a17c17","status":"passed","time":{"start":1724921515250,"stop":1724921515252,"duration":2}},{"uid":"56cf04c8740af073","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/56cf04c8740af073","status":"passed","time":{"start":1724921475502,"stop":1724921475502,"duration":0}},{"uid":"8bc2e0fd4c461daf","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8bc2e0fd4c461daf","status":"passed","time":{"start":1724918179417,"stop":1724918179417,"duration":0}},{"uid":"95ca93279bb3428e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/95ca93279bb3428e","status":"passed","time":{"start":1724889935351,"stop":1724889935351,"duration":0}},{"uid":"90522d539f116673","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/90522d539f116673","status":"passed","time":{"start":1724889072767,"stop":1724889072767,"duration":0}},{"uid":"fa4c664ca3526b1f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fa4c664ca3526b1f","status":"passed","time":{"start":1724888232427,"stop":1724888232427,"duration":0}},{"uid":"14219ee567b2067","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/14219ee567b2067","status":"passed","time":{"start":1724887018314,"stop":1724887018315,"duration":1}},{"uid":"b1df4acc9586f03f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b1df4acc9586f03f","status":"passed","time":{"start":1724886781503,"stop":1724886781503,"duration":0}},{"uid":"7e308e26dc88dfef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e308e26dc88dfef","status":"passed","time":{"start":1724862213683,"stop":1724862213683,"duration":0}},{"uid":"fdd655486c4173cf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fdd655486c4173cf","status":"passed","time":{"start":1724861685880,"stop":1724861685881,"duration":1}},{"uid":"4d0415ad8577715","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4d0415ad8577715","status":"passed","time":{"start":1724861546206,"stop":1724861546207,"duration":1}},{"uid":"f11f443fe93834e4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f11f443fe93834e4","status":"passed","time":{"start":1724861378124,"stop":1724861378125,"duration":1}}]},"f6c16376115ab5f289ab7463b1d99cb3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"84e88c52a9e73405","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/84e88c52a9e73405","status":"passed","time":{"start":1724921625081,"stop":1724921625081,"duration":0}},{"uid":"822cd37e0bb6eb91","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/822cd37e0bb6eb91","status":"passed","time":{"start":1724921590505,"stop":1724921590506,"duration":1}},{"uid":"786f70ac0b6deae4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/786f70ac0b6deae4","status":"passed","time":{"start":1724918287572,"stop":1724918287573,"duration":1}},{"uid":"3015166ba6146e37","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3015166ba6146e37","status":"passed","time":{"start":1724890047798,"stop":1724890047798,"duration":0}},{"uid":"914ec15dbcf7f117","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/914ec15dbcf7f117","status":"passed","time":{"start":1724889183931,"stop":1724889183932,"duration":1}},{"uid":"f4fbad6fe47e8930","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f4fbad6fe47e8930","status":"passed","time":{"start":1724888354179,"stop":1724888354179,"duration":0}},{"uid":"3e9f9cd89cf0f17d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3e9f9cd89cf0f17d","status":"passed","time":{"start":1724887145704,"stop":1724887145704,"duration":0}},{"uid":"6bd6fca7ab15a30a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6bd6fca7ab15a30a","status":"passed","time":{"start":1724886915795,"stop":1724886915795,"duration":0}},{"uid":"641a20342e3081ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/641a20342e3081ba","status":"passed","time":{"start":1724862341460,"stop":1724862341460,"duration":0}},{"uid":"83dd1b74f1ef725","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/83dd1b74f1ef725","status":"passed","time":{"start":1724861805461,"stop":1724861805462,"duration":1}},{"uid":"95977e3cc0a9f63d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/95977e3cc0a9f63d","status":"passed","time":{"start":1724861662296,"stop":1724861662296,"duration":0}},{"uid":"caedbf7f094f9e03","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/caedbf7f094f9e03","status":"passed","time":{"start":1724861492523,"stop":1724861492523,"duration":0}}]},"d91fa8ece94d3f5c565851ab76d4517b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"732443f475970847","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/732443f475970847","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515419,"stop":1724921515419,"duration":0}},{"uid":"e4c41959855f8227","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e4c41959855f8227","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475838,"stop":1724921475838,"duration":0}},{"uid":"4d432e0228ec7414","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4d432e0228ec7414","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179672,"stop":1724918179673,"duration":1}},{"uid":"4a4dc808ef8b4d87","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a4dc808ef8b4d87","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935530,"stop":1724889935530,"duration":0}},{"uid":"6b9e0a7fba63d579","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b9e0a7fba63d579","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072943,"stop":1724889072944,"duration":1}},{"uid":"61c341328eac904e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/61c341328eac904e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232586,"stop":1724888232586,"duration":0}},{"uid":"7569285fdf65592c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7569285fdf65592c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018517,"stop":1724887018518,"duration":1}},{"uid":"eb65b5eb9ebca66c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eb65b5eb9ebca66c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781723,"stop":1724886781723,"duration":0}},{"uid":"2d2a5df2ed31740e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d2a5df2ed31740e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213904,"stop":1724862213904,"duration":0}},{"uid":"a248492982687da9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a248492982687da9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861686114,"stop":1724861686114,"duration":0}},{"uid":"c0b1372dc786878d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0b1372dc786878d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546461,"stop":1724861546461,"duration":0}},{"uid":"791e999fed8fe565","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/791e999fed8fe565","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378278,"stop":1724861378278,"duration":0}}]},"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6b92824aa675c8e1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6b92824aa675c8e1","status":"passed","time":{"start":1724921046195,"stop":1724921046196,"duration":1}},{"uid":"22e4668e6217c8c6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/22e4668e6217c8c6","status":"passed","time":{"start":1724921021466,"stop":1724921021466,"duration":0}},{"uid":"c1b92fa648cbf5ea","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c1b92fa648cbf5ea","status":"passed","time":{"start":1724917681714,"stop":1724917681714,"duration":0}},{"uid":"3d6d38ca6c46910f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3d6d38ca6c46910f","status":"passed","time":{"start":1724889460644,"stop":1724889460644,"duration":0}},{"uid":"9558373fca9fe59a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9558373fca9fe59a","status":"passed","time":{"start":1724888611287,"stop":1724888611287,"duration":0}},{"uid":"96aaa8a0e45441e6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/96aaa8a0e45441e6","status":"passed","time":{"start":1724887767611,"stop":1724887767612,"duration":1}},{"uid":"f78fc00e3e24b5a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f78fc00e3e24b5a","status":"passed","time":{"start":1724886533981,"stop":1724886533981,"duration":0}},{"uid":"76bf052c94bb2f10","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/76bf052c94bb2f10","status":"passed","time":{"start":1724886311749,"stop":1724886311749,"duration":0}},{"uid":"38aa9fd80dcdfcff","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/38aa9fd80dcdfcff","status":"passed","time":{"start":1724861760765,"stop":1724861760766,"duration":1}},{"uid":"debb2b6147c09ed4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/debb2b6147c09ed4","status":"passed","time":{"start":1724861231725,"stop":1724861231726,"duration":1}},{"uid":"592ea36d41710a82","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/592ea36d41710a82","status":"passed","time":{"start":1724861054246,"stop":1724861054246,"duration":0}},{"uid":"ced6af8fc3d13d0a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ced6af8fc3d13d0a","status":"passed","time":{"start":1724860915805,"stop":1724860915805,"duration":0}}]},"36b7266f838509f3e0f81b513b5b8a4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7bba1a667d70b76","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e7bba1a667d70b76","status":"passed","time":{"start":1724889935339,"stop":1724889935340,"duration":1}}]},"cbea95cb9b0d71943866b660b36c696e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a22df519cbcb7c3e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a22df519cbcb7c3e","status":"passed","time":{"start":1724921640665,"stop":1724921640666,"duration":1}},{"uid":"d6cc52a43e7046f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d6cc52a43e7046f","status":"passed","time":{"start":1724921597600,"stop":1724921597603,"duration":3}},{"uid":"534dcfb378cf9b82","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/534dcfb378cf9b82","status":"passed","time":{"start":1724918306250,"stop":1724918306250,"duration":0}},{"uid":"a5dff5bca2ab0b54","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5dff5bca2ab0b54","status":"passed","time":{"start":1724890060301,"stop":1724890060302,"duration":1}},{"uid":"2b438cea56953d75","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b438cea56953d75","status":"passed","time":{"start":1724889191329,"stop":1724889191330,"duration":1}},{"uid":"f6961f2bc45c7e60","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f6961f2bc45c7e60","status":"passed","time":{"start":1724888368618,"stop":1724888368621,"duration":3}},{"uid":"48151379a21eedfb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/48151379a21eedfb","status":"passed","time":{"start":1724887150941,"stop":1724887150942,"duration":1}},{"uid":"5bac71b262ca8950","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5bac71b262ca8950","status":"passed","time":{"start":1724886928820,"stop":1724886928824,"duration":4}},{"uid":"89c3cc5dc56b0cbf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/89c3cc5dc56b0cbf","status":"passed","time":{"start":1724862346045,"stop":1724862346046,"duration":1}},{"uid":"516425a59a2e31c8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/516425a59a2e31c8","status":"passed","time":{"start":1724861823101,"stop":1724861823101,"duration":0}},{"uid":"24f4726d6a7dcc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/24f4726d6a7dcc","status":"passed","time":{"start":1724861677724,"stop":1724861677724,"duration":0}},{"uid":"c77286a61a0b39b2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c77286a61a0b39b2","status":"passed","time":{"start":1724861503965,"stop":1724861503968,"duration":3}}]},"42893608d2a1c7830f29bc239010de54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6c6dcfad9ce7cf60","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6c6dcfad9ce7cf60","status":"passed","time":{"start":1724921625065,"stop":1724921625066,"duration":1}},{"uid":"c1b800faf646d707","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c1b800faf646d707","status":"passed","time":{"start":1724921590496,"stop":1724921590496,"duration":0}},{"uid":"1834343476d99c8e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1834343476d99c8e","status":"passed","time":{"start":1724918287565,"stop":1724918287565,"duration":0}},{"uid":"4a1fa22b7bede64","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a1fa22b7bede64","status":"passed","time":{"start":1724890047788,"stop":1724890047788,"duration":0}},{"uid":"66060aa6e9582111","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/66060aa6e9582111","status":"passed","time":{"start":1724889183921,"stop":1724889183921,"duration":0}},{"uid":"ce42f8852474d251","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ce42f8852474d251","status":"passed","time":{"start":1724888354166,"stop":1724888354166,"duration":0}},{"uid":"80ee607bf78fc8e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/80ee607bf78fc8e","status":"passed","time":{"start":1724887145659,"stop":1724887145659,"duration":0}},{"uid":"999d7e9397617637","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/999d7e9397617637","status":"passed","time":{"start":1724886915787,"stop":1724886915787,"duration":0}},{"uid":"285c75450d0a4845","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/285c75450d0a4845","status":"passed","time":{"start":1724862341438,"stop":1724862341438,"duration":0}},{"uid":"64e1c6f05de7aacb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/64e1c6f05de7aacb","status":"passed","time":{"start":1724861805443,"stop":1724861805443,"duration":0}},{"uid":"22ebea55568c30f3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/22ebea55568c30f3","status":"passed","time":{"start":1724861662257,"stop":1724861662257,"duration":0}},{"uid":"c31a0b622de6fe5d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c31a0b622de6fe5d","status":"passed","time":{"start":1724861492512,"stop":1724861492513,"duration":1}}]},"60c949eb70d92cb5a531d354079f9aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7b17ab9ffe856cd9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7b17ab9ffe856cd9","status":"passed","time":{"start":1724921267866,"stop":1724921267867,"duration":1}},{"uid":"9f2d8ceeec856dbd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9f2d8ceeec856dbd","status":"passed","time":{"start":1724921244359,"stop":1724921244360,"duration":1}},{"uid":"fe2d5375c4311d2f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fe2d5375c4311d2f","status":"passed","time":{"start":1724917916040,"stop":1724917916040,"duration":0}},{"uid":"4eb4235792e0ed0e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4eb4235792e0ed0e","status":"passed","time":{"start":1724889678251,"stop":1724889678252,"duration":1}},{"uid":"3650b50ea1104b09","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3650b50ea1104b09","status":"passed","time":{"start":1724888831681,"stop":1724888831681,"duration":0}},{"uid":"5c17d68d9121fa61","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5c17d68d9121fa61","status":"passed","time":{"start":1724888003317,"stop":1724888003317,"duration":0}},{"uid":"ffd78c0ba6ef7b94","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ffd78c0ba6ef7b94","status":"passed","time":{"start":1724886776603,"stop":1724886776603,"duration":0}},{"uid":"f4de538b1cf0941a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f4de538b1cf0941a","status":"passed","time":{"start":1724886555788,"stop":1724886555789,"duration":1}},{"uid":"28a49c4c3f2cc517","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/28a49c4c3f2cc517","status":"passed","time":{"start":1724861983003,"stop":1724861983003,"duration":0}},{"uid":"ae0fb3b0283f4ba3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ae0fb3b0283f4ba3","status":"passed","time":{"start":1724861444063,"stop":1724861444064,"duration":1}},{"uid":"c93c5996a34ad5c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c93c5996a34ad5c","status":"passed","time":{"start":1724861285826,"stop":1724861285827,"duration":1}},{"uid":"5ca0644695f8a9e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5ca0644695f8a9e","status":"passed","time":{"start":1724861145659,"stop":1724861145660,"duration":1}}]},"ecaa2d1357a9b62a9ccd4fa6dfbe5989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d8d819833e2e4e85","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d8d819833e2e4e85","status":"passed","time":{"start":1724921267868,"stop":1724921267868,"duration":0}},{"uid":"a5f2fe9767149710","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a5f2fe9767149710","status":"passed","time":{"start":1724921244362,"stop":1724921244362,"duration":0}},{"uid":"e2199cf04f0f91b2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e2199cf04f0f91b2","status":"passed","time":{"start":1724917916041,"stop":1724917916043,"duration":2}},{"uid":"451d2e0c9bf26ebb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/451d2e0c9bf26ebb","status":"passed","time":{"start":1724889678253,"stop":1724889678253,"duration":0}},{"uid":"6256f544f1604ee1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6256f544f1604ee1","status":"passed","time":{"start":1724888831682,"stop":1724888831682,"duration":0}},{"uid":"12d8d5a75dca4a72","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/12d8d5a75dca4a72","status":"passed","time":{"start":1724888003318,"stop":1724888003319,"duration":1}},{"uid":"746b218f8c98d71","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/746b218f8c98d71","status":"passed","time":{"start":1724886776604,"stop":1724886776604,"duration":0}},{"uid":"ead8e0ac23bcd3d2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ead8e0ac23bcd3d2","status":"passed","time":{"start":1724886555790,"stop":1724886555791,"duration":1}},{"uid":"dc9a8d849548c0e3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dc9a8d849548c0e3","status":"passed","time":{"start":1724861983004,"stop":1724861983005,"duration":1}},{"uid":"8d3d9610db12eeab","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8d3d9610db12eeab","status":"passed","time":{"start":1724861444065,"stop":1724861444065,"duration":0}},{"uid":"43fc445969ab17ee","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/43fc445969ab17ee","status":"passed","time":{"start":1724861285827,"stop":1724861285828,"duration":1}},{"uid":"bcce2836b5ca89d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bcce2836b5ca89d","status":"passed","time":{"start":1724861145662,"stop":1724861145663,"duration":1}}]},"b2f86bb9ff851cd16ff810302046b33a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4f8370cac43d0268","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4f8370cac43d0268","status":"passed","time":{"start":1724921620602,"stop":1724921620602,"duration":0}},{"uid":"d19ade6c7b8ffe51","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d19ade6c7b8ffe51","status":"passed","time":{"start":1724921566687,"stop":1724921566688,"duration":1}},{"uid":"eedaa7f8e67065eb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eedaa7f8e67065eb","status":"passed","time":{"start":1724918280552,"stop":1724918280553,"duration":1}},{"uid":"499caea7678ce959","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/499caea7678ce959","status":"passed","time":{"start":1724890019468,"stop":1724890019468,"duration":0}},{"uid":"bb8e19c0b99f5da5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bb8e19c0b99f5da5","status":"passed","time":{"start":1724889148722,"stop":1724889148722,"duration":0}},{"uid":"fb9b7812af37a316","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fb9b7812af37a316","status":"passed","time":{"start":1724888331954,"stop":1724888331955,"duration":1}},{"uid":"c50c914020f67e27","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c50c914020f67e27","status":"passed","time":{"start":1724887107113,"stop":1724887107114,"duration":1}},{"uid":"fee30bce8b5e2ed4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fee30bce8b5e2ed4","status":"passed","time":{"start":1724886889608,"stop":1724886889608,"duration":0}},{"uid":"ae8a7d78e01f57f5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ae8a7d78e01f57f5","status":"passed","time":{"start":1724862298789,"stop":1724862298790,"duration":1}},{"uid":"36be22ce4e672f6e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/36be22ce4e672f6e","status":"passed","time":{"start":1724861779252,"stop":1724861779253,"duration":1}},{"uid":"974cad8d61cd1082","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/974cad8d61cd1082","status":"passed","time":{"start":1724861646562,"stop":1724861646562,"duration":0}},{"uid":"22de7e0dcf895e3f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/22de7e0dcf895e3f","status":"passed","time":{"start":1724861466614,"stop":1724861466615,"duration":1}}]},"02e88e6b952aabd9cacdea4a8090d2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2da6d1637bc54721","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2da6d1637bc54721","status":"passed","time":{"start":1724921158279,"stop":1724921158280,"duration":1}},{"uid":"71746222794dea32","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/71746222794dea32","status":"passed","time":{"start":1724921130077,"stop":1724921130077,"duration":0}},{"uid":"924924c62cfc5f9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/924924c62cfc5f9","status":"passed","time":{"start":1724917796894,"stop":1724917796895,"duration":1}},{"uid":"6a64b65a2897e51","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6a64b65a2897e51","status":"passed","time":{"start":1724889579998,"stop":1724889579998,"duration":0}},{"uid":"2c940b099fc11852","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c940b099fc11852","status":"passed","time":{"start":1724888730128,"stop":1724888730129,"duration":1}},{"uid":"12d0e5f9bbb58ef6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/12d0e5f9bbb58ef6","status":"passed","time":{"start":1724887883927,"stop":1724887883927,"duration":0}},{"uid":"501a65987bcafa2c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/501a65987bcafa2c","status":"passed","time":{"start":1724886651245,"stop":1724886651245,"duration":0}},{"uid":"d7de7e75007e5c27","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d7de7e75007e5c27","status":"passed","time":{"start":1724886430268,"stop":1724886430269,"duration":1}},{"uid":"a306b28a43fc7fba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a306b28a43fc7fba","status":"passed","time":{"start":1724861879168,"stop":1724861879168,"duration":0}},{"uid":"ed72597652d7d65","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ed72597652d7d65","status":"passed","time":{"start":1724861345739,"stop":1724861345739,"duration":0}},{"uid":"573745015cdae9d0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/573745015cdae9d0","status":"passed","time":{"start":1724861186694,"stop":1724861186695,"duration":1}},{"uid":"8882eb44c100db06","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8882eb44c100db06","status":"passed","time":{"start":1724861034886,"stop":1724861034886,"duration":0}}]},"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b9017f77353febd7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b9017f77353febd7","status":"passed","time":{"start":1724921096288,"stop":1724921096288,"duration":0}},{"uid":"73135ee58295106b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/73135ee58295106b","status":"passed","time":{"start":1724921071513,"stop":1724921071513,"duration":0}},{"uid":"9abf7dcb109ef4ca","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9abf7dcb109ef4ca","status":"passed","time":{"start":1724917733230,"stop":1724917733231,"duration":1}},{"uid":"b03aeea2a21948a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b03aeea2a21948a6","status":"passed","time":{"start":1724889513549,"stop":1724889513549,"duration":0}},{"uid":"5f2f4b2071ebd99a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f2f4b2071ebd99a","status":"passed","time":{"start":1724888663278,"stop":1724888663278,"duration":0}},{"uid":"7a089ef3aafed64a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7a089ef3aafed64a","status":"passed","time":{"start":1724887820111,"stop":1724887820111,"duration":0}},{"uid":"72adb4983888a6c7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/72adb4983888a6c7","status":"passed","time":{"start":1724886586383,"stop":1724886586383,"duration":0}},{"uid":"421c63a43564fa77","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/421c63a43564fa77","status":"passed","time":{"start":1724886365426,"stop":1724886365426,"duration":0}},{"uid":"4de656cf8464c17a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4de656cf8464c17a","status":"passed","time":{"start":1724861812773,"stop":1724861812773,"duration":0}},{"uid":"9856ca468d7f8f2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9856ca468d7f8f2","status":"passed","time":{"start":1724861281934,"stop":1724861281934,"duration":0}},{"uid":"7c01916438ceb6e1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7c01916438ceb6e1","status":"passed","time":{"start":1724861109127,"stop":1724861109127,"duration":0}},{"uid":"dc463c93576950e5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dc463c93576950e5","status":"passed","time":{"start":1724860969295,"stop":1724860969295,"duration":0}}]},"d66c21dcd022d5fb62faf15ed9b03975:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5da74e106f04d007","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5da74e106f04d007","status":"passed","time":{"start":1724861770122,"stop":1724861770122,"duration":0}}]},"572b70806d3a8d2d13bbbaadda16842c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6a0ba7ef0ef2b573","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6a0ba7ef0ef2b573","status":"passed","time":{"start":1724921640401,"stop":1724921640401,"duration":0}},{"uid":"53b3e17e21605157","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/53b3e17e21605157","status":"passed","time":{"start":1724921600421,"stop":1724921600423,"duration":2}},{"uid":"723fa5bbc3d8f7b0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/723fa5bbc3d8f7b0","status":"passed","time":{"start":1724918300929,"stop":1724918300930,"duration":1}},{"uid":"583858ae91ae57e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/583858ae91ae57e","status":"passed","time":{"start":1724890059288,"stop":1724890059289,"duration":1}},{"uid":"292bc19786c0c991","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/292bc19786c0c991","status":"passed","time":{"start":1724889188322,"stop":1724889188323,"duration":1}},{"uid":"8e14a92996e3d712","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8e14a92996e3d712","status":"passed","time":{"start":1724888372741,"stop":1724888372741,"duration":0}},{"uid":"33c4745ed23f5219","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/33c4745ed23f5219","status":"passed","time":{"start":1724887135721,"stop":1724887135722,"duration":1}},{"uid":"232596b4b0ba98d7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/232596b4b0ba98d7","status":"passed","time":{"start":1724886919685,"stop":1724886919686,"duration":1}},{"uid":"83953d45737cdc5d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/83953d45737cdc5d","status":"passed","time":{"start":1724862341836,"stop":1724862341836,"duration":0}},{"uid":"51f5c275a0901a9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/51f5c275a0901a9","status":"passed","time":{"start":1724861815492,"stop":1724861815492,"duration":0}},{"uid":"9d2d4cf2d069a9c0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9d2d4cf2d069a9c0","status":"passed","time":{"start":1724861669536,"stop":1724861669537,"duration":1}},{"uid":"ca4c6e86efd1f033","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ca4c6e86efd1f033","status":"passed","time":{"start":1724861505420,"stop":1724861505421,"duration":1}}]},"fb12ce5997bd3847f5475acc7438af8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5bf1c08e8925b952","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5bf1c08e8925b952","status":"passed","time":{"start":1724921602960,"stop":1724921602960,"duration":0}},{"uid":"332236f54cbe0a3e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/332236f54cbe0a3e","status":"passed","time":{"start":1724921571103,"stop":1724921571104,"duration":1}},{"uid":"7b3f706f0ae3948c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7b3f706f0ae3948c","status":"passed","time":{"start":1724918285608,"stop":1724918285609,"duration":1}},{"uid":"d870300f56a3c71a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d870300f56a3c71a","status":"passed","time":{"start":1724890030098,"stop":1724890030098,"duration":0}},{"uid":"e15bbb1a40a4a1a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e15bbb1a40a4a1a","status":"passed","time":{"start":1724889171918,"stop":1724889171918,"duration":0}},{"uid":"c8d0890cc95f8045","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c8d0890cc95f8045","status":"passed","time":{"start":1724888350737,"stop":1724888350738,"duration":1}},{"uid":"f0e80a704b5349b5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f0e80a704b5349b5","status":"passed","time":{"start":1724887115419,"stop":1724887115420,"duration":1}},{"uid":"4979fb36a5287afe","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4979fb36a5287afe","status":"passed","time":{"start":1724886884583,"stop":1724886884583,"duration":0}},{"uid":"d02b1acc8dd4d529","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d02b1acc8dd4d529","status":"passed","time":{"start":1724862322268,"stop":1724862322269,"duration":1}},{"uid":"7c2a9322e9e0b2fe","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7c2a9322e9e0b2fe","status":"passed","time":{"start":1724861790758,"stop":1724861790758,"duration":0}},{"uid":"74657419f629939f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/74657419f629939f","status":"passed","time":{"start":1724861628427,"stop":1724861628428,"duration":1}},{"uid":"51f8351bf9ee94f2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/51f8351bf9ee94f2","status":"passed","time":{"start":1724861465632,"stop":1724861465632,"duration":0}}]},"4b68f0602bd9ea76ece7ac663d0c0345:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d6f8cfd46bdb64e5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d6f8cfd46bdb64e5","status":"passed","time":{"start":1724861790767,"stop":1724861790768,"duration":1}}]},"1a71dd5755a922cf2a8fa714459a2791:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23ba498918252af8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/23ba498918252af8","status":"passed","time":{"start":1724888345353,"stop":1724888345353,"duration":0}}]},"a6d7a1ea9eb41a9f1d92c251d350d45a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2a7bd63b41199071","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2a7bd63b41199071","status":"passed","time":{"start":1724921267871,"stop":1724921267871,"duration":0}},{"uid":"9159a829ff4fdfcd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9159a829ff4fdfcd","status":"passed","time":{"start":1724921244371,"stop":1724921244371,"duration":0}},{"uid":"c2f236ec66914cd4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c2f236ec66914cd4","status":"passed","time":{"start":1724917916053,"stop":1724917916053,"duration":0}},{"uid":"eec9157585117b91","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eec9157585117b91","status":"passed","time":{"start":1724889678256,"stop":1724889678256,"duration":0}},{"uid":"856fe806e2102635","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/856fe806e2102635","status":"passed","time":{"start":1724888831685,"stop":1724888831685,"duration":0}},{"uid":"56ae85efccb38ca5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/56ae85efccb38ca5","status":"passed","time":{"start":1724888003321,"stop":1724888003321,"duration":0}},{"uid":"edf0b4cb8316460d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/edf0b4cb8316460d","status":"passed","time":{"start":1724886776610,"stop":1724886776610,"duration":0}},{"uid":"b37edf9352e65fc2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b37edf9352e65fc2","status":"passed","time":{"start":1724886555798,"stop":1724886555798,"duration":0}},{"uid":"4f79378f16bae746","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f79378f16bae746","status":"passed","time":{"start":1724861983007,"stop":1724861983008,"duration":1}},{"uid":"87463e26698a7dcb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/87463e26698a7dcb","status":"passed","time":{"start":1724861444067,"stop":1724861444067,"duration":0}},{"uid":"b640a4b23147d0a5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b640a4b23147d0a5","status":"passed","time":{"start":1724861285835,"stop":1724861285835,"duration":0}},{"uid":"d0f1d2eee9e1837a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d0f1d2eee9e1837a","status":"passed","time":{"start":1724861145667,"stop":1724861145667,"duration":0}}]},"e7b3b18080f91a53e1c416cfdbd8c5d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fdf4051670a32c58","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fdf4051670a32c58","status":"passed","time":{"start":1724921099698,"stop":1724921099698,"duration":0}},{"uid":"bca2174c67efe03b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bca2174c67efe03b","status":"passed","time":{"start":1724921074389,"stop":1724921074389,"duration":0}},{"uid":"d55af30f1a094e8e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d55af30f1a094e8e","status":"passed","time":{"start":1724917735274,"stop":1724917735275,"duration":1}},{"uid":"152cb3c522fa5263","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/152cb3c522fa5263","status":"passed","time":{"start":1724889517450,"stop":1724889517450,"duration":0}},{"uid":"c22d1c485c70f7c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c22d1c485c70f7c","status":"passed","time":{"start":1724888662630,"stop":1724888662630,"duration":0}},{"uid":"998356576db8b4e5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/998356576db8b4e5","status":"passed","time":{"start":1724887821330,"stop":1724887821330,"duration":0}},{"uid":"78974862942ef5a0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/78974862942ef5a0","status":"passed","time":{"start":1724886588483,"stop":1724886588483,"duration":0}},{"uid":"3b58dd8c68954f2b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3b58dd8c68954f2b","status":"passed","time":{"start":1724886365765,"stop":1724886365766,"duration":1}},{"uid":"b86c72ae18ec6daf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b86c72ae18ec6daf","status":"passed","time":{"start":1724861814960,"stop":1724861814960,"duration":0}},{"uid":"8c249e6cfe731036","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8c249e6cfe731036","status":"passed","time":{"start":1724861282669,"stop":1724861282670,"duration":1}},{"uid":"5c0220f07fe0d142","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5c0220f07fe0d142","status":"passed","time":{"start":1724861111683,"stop":1724861111683,"duration":0}},{"uid":"a26f1439e085fc8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a26f1439e085fc8","status":"passed","time":{"start":1724860971173,"stop":1724860971174,"duration":1}}]},"ba6d4628ff97cccad93f1e9add4fe92d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e53024792f7dfe8f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e53024792f7dfe8f","status":"passed","time":{"start":1724921037648,"stop":1724921037649,"duration":1}},{"uid":"35928e21562489d5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/35928e21562489d5","status":"passed","time":{"start":1724921013061,"stop":1724921013061,"duration":0}},{"uid":"c8c7a4bda718342b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c8c7a4bda718342b","status":"passed","time":{"start":1724917673302,"stop":1724917673302,"duration":0}},{"uid":"84a4400203353c59","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/84a4400203353c59","status":"passed","time":{"start":1724889452322,"stop":1724889452322,"duration":0}},{"uid":"130e2d6d94286134","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/130e2d6d94286134","status":"passed","time":{"start":1724888602853,"stop":1724888602854,"duration":1}},{"uid":"980790e12ec907d4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/980790e12ec907d4","status":"passed","time":{"start":1724887759174,"stop":1724887759175,"duration":1}},{"uid":"c2009aac7e2b0ef6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c2009aac7e2b0ef6","status":"passed","time":{"start":1724886525553,"stop":1724886525553,"duration":0}},{"uid":"6fa8801a2c849314","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6fa8801a2c849314","status":"passed","time":{"start":1724886303408,"stop":1724886303408,"duration":0}},{"uid":"5c3bc0d0de031c98","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5c3bc0d0de031c98","status":"passed","time":{"start":1724861752244,"stop":1724861752245,"duration":1}},{"uid":"258fee04bf324ba0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/258fee04bf324ba0","status":"passed","time":{"start":1724861223365,"stop":1724861223365,"duration":0}},{"uid":"6fedf88309e0971e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6fedf88309e0971e","status":"passed","time":{"start":1724861045214,"stop":1724861045214,"duration":0}},{"uid":"a2941596f3db48c3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a2941596f3db48c3","status":"passed","time":{"start":1724860907099,"stop":1724860907099,"duration":0}}]},"93cdb9668cadd5e8766da8a960a1df84:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c1b6e7ce7099581f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c1b6e7ce7099581f","status":"passed","time":{"start":1724918259543,"stop":1724918259544,"duration":1}}]},"4fc28928a1f653af88fa898f4a466085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"dd23aaa5ad7b74c3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dd23aaa5ad7b74c3","status":"passed","time":{"start":1724921529584,"stop":1724921529584,"duration":0}},{"uid":"b9af41804b1fe72","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b9af41804b1fe72","status":"passed","time":{"start":1724921488879,"stop":1724921488879,"duration":0}},{"uid":"3a1f1363e8ba3f6d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3a1f1363e8ba3f6d","status":"passed","time":{"start":1724918203686,"stop":1724918203686,"duration":0}},{"uid":"5b02656d5f63d8fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b02656d5f63d8fd","status":"passed","time":{"start":1724889938357,"stop":1724889938357,"duration":0}},{"uid":"8d0edb416a756b2b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8d0edb416a756b2b","status":"passed","time":{"start":1724889077065,"stop":1724889077066,"duration":1}},{"uid":"77a6222c92849fc4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/77a6222c92849fc4","status":"passed","time":{"start":1724888268034,"stop":1724888268034,"duration":0}},{"uid":"57d51d412320425b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/57d51d412320425b","status":"passed","time":{"start":1724887032403,"stop":1724887032403,"duration":0}},{"uid":"e2755c1a2211c3f6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e2755c1a2211c3f6","status":"passed","time":{"start":1724886822815,"stop":1724886822815,"duration":0}},{"uid":"dcce20e6f868cc3a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dcce20e6f868cc3a","status":"passed","time":{"start":1724862233509,"stop":1724862233510,"duration":1}},{"uid":"18a743bc82b74485","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/18a743bc82b74485","status":"passed","time":{"start":1724861712670,"stop":1724861712670,"duration":0}},{"uid":"f240c0206866c7c2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f240c0206866c7c2","status":"passed","time":{"start":1724861567888,"stop":1724861567888,"duration":0}},{"uid":"c80eef0929602cc5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c80eef0929602cc5","status":"passed","time":{"start":1724861392054,"stop":1724861392054,"duration":0}}]},"e9e4e218d331b590b44a6e64589da3fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d77f9a6425ea7d98","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d77f9a6425ea7d98","status":"passed","time":{"start":1724861770118,"stop":1724861770121,"duration":3}}]},"0aeb69dccc79fc105378f8bb5f0f9258:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"dcf95fdb236261fb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dcf95fdb236261fb","status":"passed","time":{"start":1724921045533,"stop":1724921045534,"duration":1}},{"uid":"fbc765cb7bac47ca","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fbc765cb7bac47ca","status":"passed","time":{"start":1724921020726,"stop":1724921020727,"duration":1}},{"uid":"b540de65cd7cfbf9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b540de65cd7cfbf9","status":"passed","time":{"start":1724917681055,"stop":1724917681056,"duration":1}},{"uid":"1ffd4c8bc1c15362","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1ffd4c8bc1c15362","status":"passed","time":{"start":1724889459944,"stop":1724889459945,"duration":1}},{"uid":"ebd94e57e5f4dc24","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ebd94e57e5f4dc24","status":"passed","time":{"start":1724888610537,"stop":1724888610538,"duration":1}},{"uid":"48b6e570e817fc72","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/48b6e570e817fc72","status":"passed","time":{"start":1724887766849,"stop":1724887766849,"duration":0}},{"uid":"d02ca67add70c858","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d02ca67add70c858","status":"passed","time":{"start":1724886533244,"stop":1724886533244,"duration":0}},{"uid":"237ec5807495a3b7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/237ec5807495a3b7","status":"passed","time":{"start":1724886311090,"stop":1724886311090,"duration":0}},{"uid":"2d3f9e0e61732f8d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d3f9e0e61732f8d","status":"passed","time":{"start":1724861760049,"stop":1724861760050,"duration":1}},{"uid":"6108a7651e83fef7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6108a7651e83fef7","status":"passed","time":{"start":1724861230829,"stop":1724861230830,"duration":1}},{"uid":"931a7d3f9fedb08d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/931a7d3f9fedb08d","status":"passed","time":{"start":1724861053402,"stop":1724861053405,"duration":3}},{"uid":"de6e6739454518df","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/de6e6739454518df","status":"passed","time":{"start":1724860914745,"stop":1724860914746,"duration":1}}]},"c0fb5b39e0b7d4b1388bea323ddb8a2b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e8066380dcbf1780","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e8066380dcbf1780","status":"passed","time":{"start":1724921037644,"stop":1724921037644,"duration":0}},{"uid":"b960f9a5e3f65a87","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b960f9a5e3f65a87","status":"passed","time":{"start":1724921013057,"stop":1724921013057,"duration":0}},{"uid":"6b865a1fd34267d3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6b865a1fd34267d3","status":"passed","time":{"start":1724917673299,"stop":1724917673299,"duration":0}},{"uid":"a589dfdece2e05","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a589dfdece2e05","status":"passed","time":{"start":1724889452318,"stop":1724889452318,"duration":0}},{"uid":"18249cefa5ad0ed4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/18249cefa5ad0ed4","status":"passed","time":{"start":1724888602849,"stop":1724888602849,"duration":0}},{"uid":"880f78c1db6a7d48","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/880f78c1db6a7d48","status":"passed","time":{"start":1724887759170,"stop":1724887759171,"duration":1}},{"uid":"e66d88f2bade31c6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e66d88f2bade31c6","status":"passed","time":{"start":1724886525550,"stop":1724886525550,"duration":0}},{"uid":"ba8e4032bb914ac4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ba8e4032bb914ac4","status":"passed","time":{"start":1724886303404,"stop":1724886303404,"duration":0}},{"uid":"f9dcb03634af81d4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9dcb03634af81d4","status":"passed","time":{"start":1724861752236,"stop":1724861752237,"duration":1}},{"uid":"a5f6c99a6a0fee96","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a5f6c99a6a0fee96","status":"passed","time":{"start":1724861223362,"stop":1724861223362,"duration":0}},{"uid":"80a4e6be6e68b721","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/80a4e6be6e68b721","status":"passed","time":{"start":1724861045209,"stop":1724861045210,"duration":1}},{"uid":"c667cf6bacee066d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c667cf6bacee066d","status":"passed","time":{"start":1724860907092,"stop":1724860907092,"duration":0}}]},"bc2ba65b069414cce3a0095353e096a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"136ce23951b60c81","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/136ce23951b60c81","status":"passed","time":{"start":1724921640400,"stop":1724921640401,"duration":1}},{"uid":"453d7690a40be154","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/453d7690a40be154","status":"passed","time":{"start":1724921600410,"stop":1724921600420,"duration":10}},{"uid":"b348865b13aa846a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b348865b13aa846a","status":"passed","time":{"start":1724918300924,"stop":1724918300925,"duration":1}},{"uid":"650ce8815fd633b8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/650ce8815fd633b8","status":"passed","time":{"start":1724890059285,"stop":1724890059286,"duration":1}},{"uid":"9771954b68189c2d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9771954b68189c2d","status":"passed","time":{"start":1724889188320,"stop":1724889188321,"duration":1}},{"uid":"35b2590278a10be7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/35b2590278a10be7","status":"passed","time":{"start":1724888372740,"stop":1724888372741,"duration":1}},{"uid":"668179d29e068c86","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/668179d29e068c86","status":"passed","time":{"start":1724887135718,"stop":1724887135719,"duration":1}},{"uid":"ed64aec4eb864c0e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ed64aec4eb864c0e","status":"passed","time":{"start":1724886919669,"stop":1724886919674,"duration":5}},{"uid":"65c85a761846e2ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/65c85a761846e2ba","status":"passed","time":{"start":1724862341835,"stop":1724862341835,"duration":0}},{"uid":"12c747dcd849300","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/12c747dcd849300","status":"passed","time":{"start":1724861815491,"stop":1724861815492,"duration":1}},{"uid":"e9f9448bb929475a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e9f9448bb929475a","status":"passed","time":{"start":1724861669536,"stop":1724861669536,"duration":0}},{"uid":"bfa2d0a34a69788d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bfa2d0a34a69788d","status":"passed","time":{"start":1724861505419,"stop":1724861505420,"duration":1}}]},"ca6efdf17e7b9eb91586783f362f2a22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6a0e53a2d16e932f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6a0e53a2d16e932f","status":"passed","time":{"start":1724921037625,"stop":1724921037626,"duration":1}},{"uid":"f2f07f15b37018b7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f2f07f15b37018b7","status":"passed","time":{"start":1724921013043,"stop":1724921013043,"duration":0}},{"uid":"45dc8e8c46815c60","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/45dc8e8c46815c60","status":"passed","time":{"start":1724917673281,"stop":1724917673286,"duration":5}},{"uid":"33396f6ee7a02f2f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33396f6ee7a02f2f","status":"passed","time":{"start":1724889452300,"stop":1724889452305,"duration":5}},{"uid":"6eec187771cb7482","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6eec187771cb7482","status":"passed","time":{"start":1724888602830,"stop":1724888602835,"duration":5}},{"uid":"7d0326eb61aaf8c7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7d0326eb61aaf8c7","status":"passed","time":{"start":1724887759160,"stop":1724887759160,"duration":0}},{"uid":"82dfa69f59692df4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/82dfa69f59692df4","status":"passed","time":{"start":1724886525540,"stop":1724886525540,"duration":0}},{"uid":"251e038453a34b3c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/251e038453a34b3c","status":"passed","time":{"start":1724886303389,"stop":1724886303392,"duration":3}},{"uid":"5751238747ed7a87","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5751238747ed7a87","status":"passed","time":{"start":1724861752216,"stop":1724861752223,"duration":7}},{"uid":"21609b49ab323661","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/21609b49ab323661","status":"passed","time":{"start":1724861223350,"stop":1724861223351,"duration":1}},{"uid":"d56908f0932e6a86","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d56908f0932e6a86","status":"passed","time":{"start":1724861045197,"stop":1724861045197,"duration":0}},{"uid":"6f078a1646b12766","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6f078a1646b12766","status":"passed","time":{"start":1724860907080,"stop":1724860907080,"duration":0}}]},"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"529f41f06281e81","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/529f41f06281e81","status":"passed","time":{"start":1724921297011,"stop":1724921297012,"duration":1}},{"uid":"7b803a7ac604a331","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7b803a7ac604a331","status":"passed","time":{"start":1724921276369,"stop":1724921276369,"duration":0}},{"uid":"c41e35313eeabe95","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c41e35313eeabe95","status":"passed","time":{"start":1724917948327,"stop":1724917948327,"duration":0}},{"uid":"2b0e3ff6a673fd93","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b0e3ff6a673fd93","status":"passed","time":{"start":1724889729011,"stop":1724889729011,"duration":0}},{"uid":"5a8f29f98934c554","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5a8f29f98934c554","status":"passed","time":{"start":1724888864957,"stop":1724888864957,"duration":0}},{"uid":"7e013034d826129d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7e013034d826129d","status":"passed","time":{"start":1724888053749,"stop":1724888053749,"duration":0}},{"uid":"fe84b84368956cf3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fe84b84368956cf3","status":"passed","time":{"start":1724886811663,"stop":1724886811663,"duration":0}},{"uid":"8ba87a025a1e5772","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8ba87a025a1e5772","status":"passed","time":{"start":1724886581006,"stop":1724886581006,"duration":0}},{"uid":"924962ad9f09d759","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/924962ad9f09d759","status":"passed","time":{"start":1724862019563,"stop":1724862019563,"duration":0}},{"uid":"40b5cf591f908d9e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/40b5cf591f908d9e","status":"passed","time":{"start":1724861493938,"stop":1724861493939,"duration":1}},{"uid":"6d891a2a42a4ef8a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6d891a2a42a4ef8a","status":"passed","time":{"start":1724861318040,"stop":1724861318042,"duration":2}},{"uid":"cd8b981d08d5080f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cd8b981d08d5080f","status":"passed","time":{"start":1724861178517,"stop":1724861178518,"duration":1}}]},"fd15a715775065e350de91f65851b781:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"43256f14d5979a52","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/43256f14d5979a52","status":"passed","time":{"start":1724861712676,"stop":1724861712676,"duration":0}}]},"1cad348a6e387b7a88e6476ad79f7e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fd0e52b593c94b06","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fd0e52b593c94b06","status":"passed","time":{"start":1724921625078,"stop":1724921625079,"duration":1}},{"uid":"9cf371ea772d2b90","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9cf371ea772d2b90","status":"passed","time":{"start":1724921590502,"stop":1724921590502,"duration":0}},{"uid":"a59f9ad9cf28bee7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a59f9ad9cf28bee7","status":"passed","time":{"start":1724918287570,"stop":1724918287570,"duration":0}},{"uid":"2b9478f78956fe5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b9478f78956fe5","status":"passed","time":{"start":1724890047795,"stop":1724890047795,"duration":0}},{"uid":"e2eed72aa9261eb5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e2eed72aa9261eb5","status":"passed","time":{"start":1724889183928,"stop":1724889183929,"duration":1}},{"uid":"c9a43de059f6997c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c9a43de059f6997c","status":"passed","time":{"start":1724888354176,"stop":1724888354176,"duration":0}},{"uid":"cc2b88a518ed0c9b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc2b88a518ed0c9b","status":"passed","time":{"start":1724887145692,"stop":1724887145692,"duration":0}},{"uid":"9f551b0847ad2046","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9f551b0847ad2046","status":"passed","time":{"start":1724886915792,"stop":1724886915792,"duration":0}},{"uid":"7b7317613c58ce1d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b7317613c58ce1d","status":"passed","time":{"start":1724862341456,"stop":1724862341457,"duration":1}},{"uid":"9460a065fc85a620","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9460a065fc85a620","status":"passed","time":{"start":1724861805450,"stop":1724861805455,"duration":5}},{"uid":"28ec3e60e1fc568e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/28ec3e60e1fc568e","status":"passed","time":{"start":1724861662291,"stop":1724861662291,"duration":0}},{"uid":"b98047088a373e9e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b98047088a373e9e","status":"passed","time":{"start":1724861492520,"stop":1724861492520,"duration":0}}]},"557c6c213e4d0bfcfeb2c192f3ea6d74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3590ae2dd50a3bd1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3590ae2dd50a3bd1","status":"passed","time":{"start":1724921046206,"stop":1724921046207,"duration":1}},{"uid":"e98637b313141e15","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e98637b313141e15","status":"passed","time":{"start":1724921021478,"stop":1724921021478,"duration":0}},{"uid":"c81879a1e1ed2fb0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c81879a1e1ed2fb0","status":"passed","time":{"start":1724917681726,"stop":1724917681727,"duration":1}},{"uid":"764f1883ea9a3d7a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/764f1883ea9a3d7a","status":"passed","time":{"start":1724889460654,"stop":1724889460654,"duration":0}},{"uid":"b12e244634e3e88a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b12e244634e3e88a","status":"passed","time":{"start":1724888611298,"stop":1724888611298,"duration":0}},{"uid":"1d49c66408a8908f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1d49c66408a8908f","status":"passed","time":{"start":1724887767622,"stop":1724887767622,"duration":0}},{"uid":"4fe1887d0af1fb3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4fe1887d0af1fb3","status":"passed","time":{"start":1724886533993,"stop":1724886533993,"duration":0}},{"uid":"31cd96ddc5429271","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/31cd96ddc5429271","status":"passed","time":{"start":1724886311760,"stop":1724886311760,"duration":0}},{"uid":"39d230b9a7e4cd2b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/39d230b9a7e4cd2b","status":"passed","time":{"start":1724861760778,"stop":1724861760778,"duration":0}},{"uid":"4354e37b8cb46c67","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4354e37b8cb46c67","status":"passed","time":{"start":1724861231736,"stop":1724861231736,"duration":0}},{"uid":"6657b78265261ef8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6657b78265261ef8","status":"passed","time":{"start":1724861054259,"stop":1724861054259,"duration":0}},{"uid":"5851439f5e0d69d0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5851439f5e0d69d0","status":"passed","time":{"start":1724860915817,"stop":1724860915817,"duration":0}}]},"101855652fbbdd51521dd03540a16df5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"967b3f3488710c87","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/967b3f3488710c87","status":"passed","time":{"start":1724921270354,"stop":1724921270354,"duration":0}},{"uid":"2309541b49f8a172","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2309541b49f8a172","status":"passed","time":{"start":1724921247815,"stop":1724921247815,"duration":0}},{"uid":"dd8c8f44330e66e1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd8c8f44330e66e1","status":"passed","time":{"start":1724917989815,"stop":1724917989816,"duration":1}},{"uid":"9412b922ca5f99a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9412b922ca5f99a0","status":"passed","time":{"start":1724889678548,"stop":1724889678548,"duration":0}},{"uid":"fcc3625b8581bab5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fcc3625b8581bab5","status":"passed","time":{"start":1724888829835,"stop":1724888829835,"duration":0}},{"uid":"9804369da137f2c3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9804369da137f2c3","status":"passed","time":{"start":1724888076990,"stop":1724888076990,"duration":0}},{"uid":"eca46b8e90b53d5b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eca46b8e90b53d5b","status":"passed","time":{"start":1724886851122,"stop":1724886851123,"duration":1}},{"uid":"cddb76a7e3ac286b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cddb76a7e3ac286b","status":"passed","time":{"start":1724886647099,"stop":1724886647100,"duration":1}},{"uid":"a207a6ac4e440236","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a207a6ac4e440236","status":"passed","time":{"start":1724861992711,"stop":1724861992711,"duration":0}},{"uid":"22cf38238ed8441b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/22cf38238ed8441b","status":"passed","time":{"start":1724861469639,"stop":1724861469640,"duration":1}},{"uid":"749abbdf86a66c08","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/749abbdf86a66c08","status":"passed","time":{"start":1724861284855,"stop":1724861284855,"duration":0}},{"uid":"f1b2e73093a83966","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f1b2e73093a83966","status":"passed","time":{"start":1724861145799,"stop":1724861145800,"duration":1}}]},"bbcaf86f1f5306de3d3351c7f4e3f2cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"16e894829a2892ce","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/16e894829a2892ce","status":"passed","time":{"start":1724921321311,"stop":1724921321311,"duration":0}},{"uid":"9d5ac1074e429913","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9d5ac1074e429913","status":"passed","time":{"start":1724921298785,"stop":1724921298785,"duration":0}},{"uid":"866f88bcb6a80842","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/866f88bcb6a80842","status":"passed","time":{"start":1724918008229,"stop":1724918008229,"duration":0}},{"uid":"8aa5305ac9153611","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8aa5305ac9153611","status":"passed","time":{"start":1724889728595,"stop":1724889728595,"duration":0}},{"uid":"7a27095d75e4d101","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7a27095d75e4d101","status":"passed","time":{"start":1724888882874,"stop":1724888882874,"duration":0}},{"uid":"9458e37b1cc3c27f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9458e37b1cc3c27f","status":"passed","time":{"start":1724888111025,"stop":1724888111025,"duration":0}},{"uid":"3aeefd36a1a77e6a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3aeefd36a1a77e6a","status":"passed","time":{"start":1724886869447,"stop":1724886869447,"duration":0}},{"uid":"b0d7f57a9e92cf4b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b0d7f57a9e92cf4b","status":"passed","time":{"start":1724886642936,"stop":1724886642936,"duration":0}},{"uid":"138208d37e806470","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/138208d37e806470","status":"passed","time":{"start":1724862044581,"stop":1724862044581,"duration":0}},{"uid":"7f32777db6c00ddc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7f32777db6c00ddc","status":"passed","time":{"start":1724861523033,"stop":1724861523038,"duration":5}},{"uid":"c64b3c7f114d6202","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c64b3c7f114d6202","status":"passed","time":{"start":1724861362473,"stop":1724861362473,"duration":0}},{"uid":"c6d95d5a63e398a2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c6d95d5a63e398a2","status":"passed","time":{"start":1724861196821,"stop":1724861196827,"duration":6}}]},"ecc9af41136670f23a102557bbbaf1c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9be9d3f398baf79","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9be9d3f398baf79","status":"passed","time":{"start":1724921613047,"stop":1724921613047,"duration":0}},{"uid":"5328e77fb6b1889e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5328e77fb6b1889e","status":"passed","time":{"start":1724921556041,"stop":1724921556043,"duration":2}},{"uid":"2a15f218010bf94e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2a15f218010bf94e","status":"passed","time":{"start":1724918259537,"stop":1724918259538,"duration":1}},{"uid":"4616a2c6e2867bbe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4616a2c6e2867bbe","status":"passed","time":{"start":1724890032287,"stop":1724890032288,"duration":1}},{"uid":"55e01b4e63d79a01","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/55e01b4e63d79a01","status":"passed","time":{"start":1724889144081,"stop":1724889144081,"duration":0}},{"uid":"d65955e5bf9db2a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d65955e5bf9db2a2","status":"passed","time":{"start":1724888336457,"stop":1724888336457,"duration":0}},{"uid":"5c7b1ea82393a6b5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5c7b1ea82393a6b5","status":"passed","time":{"start":1724887092625,"stop":1724887092625,"duration":0}},{"uid":"183948f730dfd46a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/183948f730dfd46a","status":"passed","time":{"start":1724886880627,"stop":1724886880628,"duration":1}},{"uid":"5f696b9f9c675b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f696b9f9c675b","status":"passed","time":{"start":1724862298391,"stop":1724862298392,"duration":1}},{"uid":"5cb92df768534840","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5cb92df768534840","status":"passed","time":{"start":1724861770114,"stop":1724861770115,"duration":1}},{"uid":"75ad8e16c6dd36fd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/75ad8e16c6dd36fd","status":"passed","time":{"start":1724861637969,"stop":1724861637969,"duration":0}},{"uid":"8e39cea044f4a2f7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8e39cea044f4a2f7","status":"passed","time":{"start":1724861475013,"stop":1724861475022,"duration":9}}]},"352b2873b9d6c02926f0f0e30064ad8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7555b23f6adde640","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7555b23f6adde640","status":"passed","time":{"start":1724921564775,"stop":1724921564776,"duration":1}},{"uid":"5bf8a82af3c20d1b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5bf8a82af3c20d1b","status":"passed","time":{"start":1724921518792,"stop":1724921518793,"duration":1}},{"uid":"688c2abd0986eddb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/688c2abd0986eddb","status":"passed","time":{"start":1724918229399,"stop":1724918229399,"duration":0}},{"uid":"88166e2fbbb79bc6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/88166e2fbbb79bc6","status":"passed","time":{"start":1724889980701,"stop":1724889980701,"duration":0}},{"uid":"415b1cb6ac5c3706","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/415b1cb6ac5c3706","status":"passed","time":{"start":1724889111162,"stop":1724889111162,"duration":0}},{"uid":"c714f49c7628beb5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c714f49c7628beb5","status":"passed","time":{"start":1724888292532,"stop":1724888292533,"duration":1}},{"uid":"e9702c7f47cc6ec9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e9702c7f47cc6ec9","status":"passed","time":{"start":1724887068224,"stop":1724887068225,"duration":1}},{"uid":"9623ff6172b8fc74","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9623ff6172b8fc74","status":"passed","time":{"start":1724886848925,"stop":1724886848925,"duration":0}},{"uid":"d2270baea2b70deb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d2270baea2b70deb","status":"passed","time":{"start":1724862262046,"stop":1724862262047,"duration":1}},{"uid":"22e8a043db7dff46","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/22e8a043db7dff46","status":"passed","time":{"start":1724861741892,"stop":1724861741892,"duration":0}},{"uid":"e02114bf1ff2a3e4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e02114bf1ff2a3e4","status":"passed","time":{"start":1724861599487,"stop":1724861599491,"duration":4}},{"uid":"f53fe6189839507a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f53fe6189839507a","status":"passed","time":{"start":1724861428474,"stop":1724861428474,"duration":0}}]},"96f15e9b62705ac5f60989a19dd87ea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"610cc37a108877d0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/610cc37a108877d0","status":"passed","time":{"start":1724921497755,"stop":1724921497755,"duration":0}},{"uid":"8af2807564bf80e5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8af2807564bf80e5","status":"passed","time":{"start":1724921408409,"stop":1724921408410,"duration":1}},{"uid":"c3d7fe9525834e35","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c3d7fe9525834e35","status":"passed","time":{"start":1724918086869,"stop":1724918086869,"duration":0}},{"uid":"925716b28ba46b36","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/925716b28ba46b36","status":"passed","time":{"start":1724889892445,"stop":1724889892446,"duration":1}},{"uid":"3c879c96d6034535","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c879c96d6034535","status":"passed","time":{"start":1724888997215,"stop":1724888997215,"duration":0}},{"uid":"1f08d7b43dc23d3c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1f08d7b43dc23d3c","status":"passed","time":{"start":1724888159487,"stop":1724888159488,"duration":1}},{"uid":"b06cf579a970f26d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b06cf579a970f26d","status":"passed","time":{"start":1724886937290,"stop":1724886937290,"duration":0}},{"uid":"c64c643643b860a1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c64c643643b860a1","status":"passed","time":{"start":1724886709797,"stop":1724886709798,"duration":1}},{"uid":"5ce9891899810a11","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ce9891899810a11","status":"passed","time":{"start":1724862123536,"stop":1724862123536,"duration":0}},{"uid":"777f265cb6ce3a69","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/777f265cb6ce3a69","status":"passed","time":{"start":1724861620103,"stop":1724861620103,"duration":0}},{"uid":"396c1a8271114efc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/396c1a8271114efc","status":"passed","time":{"start":1724861460241,"stop":1724861460246,"duration":5}},{"uid":"1de08c6340afec26","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1de08c6340afec26","status":"passed","time":{"start":1724861330170,"stop":1724861330170,"duration":0}}]},"513f5f6d4b017b53026df35bb9ff9d22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f8091e24006a065","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3f8091e24006a065","status":"passed","time":{"start":1724861567904,"stop":1724861567905,"duration":1}}]},"ff4016f6881b709e99952c1e9495f26c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b0b7a7ef96079f6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6b0b7a7ef96079f6","status":"passed","time":{"start":1724921529593,"stop":1724921529593,"duration":0}}]},"ad4e8b08f765ff93f0032cfe8dd85dc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1aacb31657ce2e29","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1aacb31657ce2e29","status":"passed","time":{"start":1724921625077,"stop":1724921625078,"duration":1}},{"uid":"7befceace5a23c11","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7befceace5a23c11","status":"passed","time":{"start":1724921590501,"stop":1724921590501,"duration":0}},{"uid":"cf6ab5fac75d1708","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cf6ab5fac75d1708","status":"passed","time":{"start":1724918287569,"stop":1724918287569,"duration":0}},{"uid":"2515a2a1fd35beab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2515a2a1fd35beab","status":"passed","time":{"start":1724890047794,"stop":1724890047794,"duration":0}},{"uid":"297fe37b97633b5f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/297fe37b97633b5f","status":"passed","time":{"start":1724889183926,"stop":1724889183926,"duration":0}},{"uid":"4255dfb92553a716","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4255dfb92553a716","status":"passed","time":{"start":1724888354175,"stop":1724888354175,"duration":0}},{"uid":"ed854e26a4b93d77","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ed854e26a4b93d77","status":"passed","time":{"start":1724887145684,"stop":1724887145684,"duration":0}},{"uid":"a85eddf131ee1a83","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a85eddf131ee1a83","status":"passed","time":{"start":1724886915791,"stop":1724886915791,"duration":0}},{"uid":"1cb19c1f85d64255","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1cb19c1f85d64255","status":"passed","time":{"start":1724862341456,"stop":1724862341456,"duration":0}},{"uid":"7a1edeb8adaaf9ca","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7a1edeb8adaaf9ca","status":"passed","time":{"start":1724861805447,"stop":1724861805450,"duration":3}},{"uid":"b262d5baa4708def","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b262d5baa4708def","status":"passed","time":{"start":1724861662291,"stop":1724861662291,"duration":0}},{"uid":"a1bc0e0759a5b116","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a1bc0e0759a5b116","status":"passed","time":{"start":1724861492519,"stop":1724861492519,"duration":0}}]},"9380f45eefc69936a30b8f51f6d0d0af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b8a07d5e3e706c7c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b8a07d5e3e706c7c","status":"passed","time":{"start":1724921061848,"stop":1724921061848,"duration":0}},{"uid":"fd5a1974727cb1f0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fd5a1974727cb1f0","status":"passed","time":{"start":1724921037157,"stop":1724921037157,"duration":0}},{"uid":"c8acd6e19dcb6ad0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c8acd6e19dcb6ad0","status":"passed","time":{"start":1724917697301,"stop":1724917697301,"duration":0}},{"uid":"f130c2ad99112d0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f130c2ad99112d0","status":"passed","time":{"start":1724889476083,"stop":1724889476083,"duration":0}},{"uid":"8e124be9d56028fe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e124be9d56028fe","status":"passed","time":{"start":1724888626886,"stop":1724888626887,"duration":1}},{"uid":"a293e3d0750f36e8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a293e3d0750f36e8","status":"passed","time":{"start":1724887783108,"stop":1724887783108,"duration":0}},{"uid":"265f5eb45670f8ee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/265f5eb45670f8ee","status":"passed","time":{"start":1724886549919,"stop":1724886549919,"duration":0}},{"uid":"7841a5cdf41b864","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7841a5cdf41b864","status":"passed","time":{"start":1724886327580,"stop":1724886327581,"duration":1}},{"uid":"39a8fdaa726d9d02","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/39a8fdaa726d9d02","status":"passed","time":{"start":1724861776806,"stop":1724861776806,"duration":0}},{"uid":"799a31eb9e5624e6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/799a31eb9e5624e6","status":"passed","time":{"start":1724861247298,"stop":1724861247299,"duration":1}},{"uid":"ab28ed612c02112e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ab28ed612c02112e","status":"passed","time":{"start":1724861071394,"stop":1724861071395,"duration":1}},{"uid":"e860169057a46869","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e860169057a46869","status":"passed","time":{"start":1724860931794,"stop":1724860931795,"duration":1}}]},"8a570c791da4aa11c45f11e254afa174:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"885ad9085c153fc6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/885ad9085c153fc6","status":"passed","time":{"start":1724921563009,"stop":1724921563010,"duration":1}},{"uid":"ff2722a54f01e1cc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ff2722a54f01e1cc","status":"passed","time":{"start":1724921526810,"stop":1724921526810,"duration":0}},{"uid":"27045364deb64825","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/27045364deb64825","status":"passed","time":{"start":1724918239936,"stop":1724918239937,"duration":1}},{"uid":"cc8afc3e4c9bcbba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc8afc3e4c9bcbba","status":"passed","time":{"start":1724889980883,"stop":1724889980884,"duration":1}},{"uid":"e409efcebc4a8347","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e409efcebc4a8347","status":"passed","time":{"start":1724889109947,"stop":1724889109947,"duration":0}},{"uid":"be08078ff3853698","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/be08078ff3853698","status":"passed","time":{"start":1724888294719,"stop":1724888294720,"duration":1}},{"uid":"39209bd132cdf5a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/39209bd132cdf5a9","status":"passed","time":{"start":1724887071735,"stop":1724887071736,"duration":1}},{"uid":"9e60092a6a585070","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9e60092a6a585070","status":"passed","time":{"start":1724886848342,"stop":1724886848342,"duration":0}},{"uid":"7cd7a2fe5a29dddf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7cd7a2fe5a29dddf","status":"passed","time":{"start":1724862259243,"stop":1724862259244,"duration":1}},{"uid":"d4e5d03dae648c25","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d4e5d03dae648c25","status":"passed","time":{"start":1724861735322,"stop":1724861735322,"duration":0}},{"uid":"c6898c517d38270","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c6898c517d38270","status":"passed","time":{"start":1724861606336,"stop":1724861606336,"duration":0}},{"uid":"688955a8cb0b3a7d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/688955a8cb0b3a7d","status":"passed","time":{"start":1724861426682,"stop":1724861426683,"duration":1}}]},"75b0e13aa9199c5b51cece307747706b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b09e923d197585fc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b09e923d197585fc","status":"passed","time":{"start":1724921602984,"stop":1724921602985,"duration":1}},{"uid":"d27f3a452db7f830","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d27f3a452db7f830","status":"passed","time":{"start":1724921571108,"stop":1724921571108,"duration":0}},{"uid":"81e949d5dbada296","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/81e949d5dbada296","status":"passed","time":{"start":1724918285616,"stop":1724918285616,"duration":0}},{"uid":"6d6f0f73721729ec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d6f0f73721729ec","status":"passed","time":{"start":1724890030102,"stop":1724890030102,"duration":0}},{"uid":"12fd59c4839d411f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/12fd59c4839d411f","status":"passed","time":{"start":1724889171929,"stop":1724889171930,"duration":1}},{"uid":"c9ddab085976c131","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c9ddab085976c131","status":"passed","time":{"start":1724888350742,"stop":1724888350742,"duration":0}},{"uid":"ada06c6a841b409c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ada06c6a841b409c","status":"passed","time":{"start":1724887115428,"stop":1724887115429,"duration":1}},{"uid":"cf14a00d1949c2cf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cf14a00d1949c2cf","status":"passed","time":{"start":1724886884586,"stop":1724886884587,"duration":1}},{"uid":"d143a041139d79a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d143a041139d79a6","status":"passed","time":{"start":1724862322278,"stop":1724862322278,"duration":0}},{"uid":"f218d2c2d2f88b09","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f218d2c2d2f88b09","status":"passed","time":{"start":1724861790766,"stop":1724861790766,"duration":0}},{"uid":"50f23a52d4d8f4db","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/50f23a52d4d8f4db","status":"passed","time":{"start":1724861628431,"stop":1724861628432,"duration":1}},{"uid":"d2302387fb4c40b6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d2302387fb4c40b6","status":"passed","time":{"start":1724861465636,"stop":1724861465636,"duration":0}}]},"dfd3e8cf2e67a8bcf19c763cc0fffff3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b7bb9c122c7e4834","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b7bb9c122c7e4834","status":"passed","time":{"start":1724921619638,"stop":1724921619639,"duration":1}}]},"603625a98f1a885e3b4008162ac7ce5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"af79648e432fe63c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/af79648e432fe63c","status":"passed","time":{"start":1724921267865,"stop":1724921267865,"duration":0}},{"uid":"ba112037747a0129","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ba112037747a0129","status":"passed","time":{"start":1724921244356,"stop":1724921244357,"duration":1}},{"uid":"101a5b182dbc1676","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/101a5b182dbc1676","status":"passed","time":{"start":1724917916038,"stop":1724917916039,"duration":1}},{"uid":"6e43ae20d960ef17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e43ae20d960ef17","status":"passed","time":{"start":1724889678249,"stop":1724889678250,"duration":1}},{"uid":"d473dc2e8da62f9b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d473dc2e8da62f9b","status":"passed","time":{"start":1724888831680,"stop":1724888831680,"duration":0}},{"uid":"b4992a135e1e95e2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b4992a135e1e95e2","status":"passed","time":{"start":1724888003312,"stop":1724888003315,"duration":3}},{"uid":"9cb72e4abe3d3bb9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9cb72e4abe3d3bb9","status":"passed","time":{"start":1724886776600,"stop":1724886776601,"duration":1}},{"uid":"c41a349212c40532","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c41a349212c40532","status":"passed","time":{"start":1724886555787,"stop":1724886555787,"duration":0}},{"uid":"2e2104445118cd7a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2e2104445118cd7a","status":"passed","time":{"start":1724861983001,"stop":1724861983002,"duration":1}},{"uid":"45bc5aee0b120fff","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/45bc5aee0b120fff","status":"passed","time":{"start":1724861444062,"stop":1724861444063,"duration":1}},{"uid":"3eaa832224eb44b0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3eaa832224eb44b0","status":"passed","time":{"start":1724861285825,"stop":1724861285825,"duration":0}},{"uid":"74767a03b26f3dcf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/74767a03b26f3dcf","status":"passed","time":{"start":1724861145651,"stop":1724861145656,"duration":5}}]},"1f5626d20b8996956f0e580ea95bb447:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"540c86fec566c5ae","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/540c86fec566c5ae","status":"passed","time":{"start":1724921602990,"stop":1724921602990,"duration":0}},{"uid":"d4c1d63a1db7f32b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d4c1d63a1db7f32b","status":"passed","time":{"start":1724921571111,"stop":1724921571112,"duration":1}},{"uid":"ac0421168b19d81b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ac0421168b19d81b","status":"passed","time":{"start":1724918285619,"stop":1724918285619,"duration":0}},{"uid":"d21d19cea8307de4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d21d19cea8307de4","status":"passed","time":{"start":1724890030106,"stop":1724890030107,"duration":1}},{"uid":"76bbd7c6ddb66b8b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/76bbd7c6ddb66b8b","status":"passed","time":{"start":1724889171934,"stop":1724889171935,"duration":1}},{"uid":"fd6f22b1c834b4d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fd6f22b1c834b4d","status":"passed","time":{"start":1724888350748,"stop":1724888350749,"duration":1}},{"uid":"6651e9fe14794ca0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6651e9fe14794ca0","status":"passed","time":{"start":1724887115439,"stop":1724887115442,"duration":3}},{"uid":"56d5f346ed7ccd30","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/56d5f346ed7ccd30","status":"passed","time":{"start":1724886884589,"stop":1724886884590,"duration":1}},{"uid":"44f47b09861e65b5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/44f47b09861e65b5","status":"passed","time":{"start":1724862322282,"stop":1724862322283,"duration":1}},{"uid":"39c460a5d95167a7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/39c460a5d95167a7","status":"passed","time":{"start":1724861790768,"stop":1724861790769,"duration":1}},{"uid":"dd796d3d571b6604","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dd796d3d571b6604","status":"passed","time":{"start":1724861628434,"stop":1724861628435,"duration":1}},{"uid":"aaef42eb1f18e844","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/aaef42eb1f18e844","status":"passed","time":{"start":1724861465638,"stop":1724861465639,"duration":1}}]},"d7122f70e913ae26a9b31816dd3cf131:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fe5e369e5f5637a1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fe5e369e5f5637a1","status":"passed","time":{"start":1724921141187,"stop":1724921141187,"duration":0}},{"uid":"59768da6a5370316","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/59768da6a5370316","status":"passed","time":{"start":1724921118249,"stop":1724921118249,"duration":0}},{"uid":"61e7e09062cec7f6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/61e7e09062cec7f6","status":"passed","time":{"start":1724917777550,"stop":1724917777551,"duration":1}},{"uid":"5057a93ad452e46","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5057a93ad452e46","status":"passed","time":{"start":1724889554663,"stop":1724889554664,"duration":1}},{"uid":"4cba03b3d25a8e31","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4cba03b3d25a8e31","status":"passed","time":{"start":1724888706936,"stop":1724888706937,"duration":1}},{"uid":"6a3492f5885fe7fd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a3492f5885fe7fd","status":"passed","time":{"start":1724887861773,"stop":1724887861773,"duration":0}},{"uid":"eb365701fa6eb1a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eb365701fa6eb1a2","status":"passed","time":{"start":1724886631476,"stop":1724886631476,"duration":0}},{"uid":"6dfe43ef4fb038c5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6dfe43ef4fb038c5","status":"passed","time":{"start":1724886409745,"stop":1724886409745,"duration":0}},{"uid":"82094cb687b332d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/82094cb687b332d9","status":"passed","time":{"start":1724861858183,"stop":1724861858183,"duration":0}},{"uid":"3c942eeba5d1b934","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3c942eeba5d1b934","status":"passed","time":{"start":1724861324521,"stop":1724861324521,"duration":0}},{"uid":"f40eb09c9fb64638","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f40eb09c9fb64638","status":"passed","time":{"start":1724861152390,"stop":1724861152390,"duration":0}},{"uid":"9871df516b2cb3bc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9871df516b2cb3bc","status":"passed","time":{"start":1724861011435,"stop":1724861011435,"duration":0}}]},"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"43a610975bfc6092","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/43a610975bfc6092","status":"passed","time":{"start":1724921672581,"stop":1724921672581,"duration":0}},{"uid":"19475993bbb32366","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/19475993bbb32366","status":"passed","time":{"start":1724921629964,"stop":1724921629964,"duration":0}},{"uid":"ba4f85d6cce2ced9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ba4f85d6cce2ced9","status":"passed","time":{"start":1724918337082,"stop":1724918337082,"duration":0}},{"uid":"3963550e816baa1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3963550e816baa1","status":"passed","time":{"start":1724890089178,"stop":1724890089179,"duration":1}},{"uid":"e24ff0820c14948f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e24ff0820c14948f","status":"passed","time":{"start":1724889221660,"stop":1724889221660,"duration":0}},{"uid":"760159196647ab93","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/760159196647ab93","status":"passed","time":{"start":1724888396188,"stop":1724888396188,"duration":0}},{"uid":"c84e3fa55139037b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c84e3fa55139037b","status":"passed","time":{"start":1724887170938,"stop":1724887170938,"duration":0}},{"uid":"c159ed9f16e0829c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c159ed9f16e0829c","status":"passed","time":{"start":1724886948525,"stop":1724886948525,"duration":0}},{"uid":"d3a4f570b3dc49b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3a4f570b3dc49b3","status":"passed","time":{"start":1724862370753,"stop":1724862370753,"duration":0}},{"uid":"3f18ded0fe8d001b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3f18ded0fe8d001b","status":"passed","time":{"start":1724861845164,"stop":1724861845166,"duration":2}},{"uid":"6d7f1fe53a089824","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6d7f1fe53a089824","status":"passed","time":{"start":1724861703116,"stop":1724861703116,"duration":0}},{"uid":"d1d00a60bcb2844a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d1d00a60bcb2844a","status":"passed","time":{"start":1724861530976,"stop":1724861530976,"duration":0}}]},"4f307cc7c92f8a7b045d9da80ae0d231:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4a240941df5f3929","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4a240941df5f3929","status":"passed","time":{"start":1724921625094,"stop":1724921625094,"duration":0}},{"uid":"5ab17f82334b79e3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5ab17f82334b79e3","status":"passed","time":{"start":1724921590514,"stop":1724921590514,"duration":0}},{"uid":"7ccbb721f445aed5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7ccbb721f445aed5","status":"passed","time":{"start":1724918287580,"stop":1724918287581,"duration":1}},{"uid":"61baa236013bf704","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/61baa236013bf704","status":"passed","time":{"start":1724890047806,"stop":1724890047807,"duration":1}},{"uid":"5f724094d6e9222c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f724094d6e9222c","status":"passed","time":{"start":1724889183950,"stop":1724889183950,"duration":0}},{"uid":"9fa8eabe13a58241","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9fa8eabe13a58241","status":"passed","time":{"start":1724888354190,"stop":1724888354190,"duration":0}},{"uid":"e7f77338c84be1e1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e7f77338c84be1e1","status":"passed","time":{"start":1724887145732,"stop":1724887145733,"duration":1}},{"uid":"c5dfa3b1de8b614b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c5dfa3b1de8b614b","status":"passed","time":{"start":1724886915812,"stop":1724886915812,"duration":0}},{"uid":"698e0679fe89da40","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/698e0679fe89da40","status":"passed","time":{"start":1724862341468,"stop":1724862341469,"duration":1}},{"uid":"4a2fa323d09482fd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4a2fa323d09482fd","status":"passed","time":{"start":1724861805474,"stop":1724861805474,"duration":0}},{"uid":"95f1332b42e61c5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/95f1332b42e61c5","status":"passed","time":{"start":1724861662303,"stop":1724861662304,"duration":1}},{"uid":"9aec8a3f63578f48","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9aec8a3f63578f48","status":"passed","time":{"start":1724861492532,"stop":1724861492533,"duration":1}}]},"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"619ce2fea4ad8e7e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/619ce2fea4ad8e7e","status":"passed","time":{"start":1724921096286,"stop":1724921096287,"duration":1}},{"uid":"e573bc39d6c5b985","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e573bc39d6c5b985","status":"passed","time":{"start":1724921071512,"stop":1724921071512,"duration":0}},{"uid":"9af965ffa3eb923","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9af965ffa3eb923","status":"passed","time":{"start":1724917733229,"stop":1724917733229,"duration":0}},{"uid":"93fe025769176b0a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/93fe025769176b0a","status":"passed","time":{"start":1724889513547,"stop":1724889513548,"duration":1}},{"uid":"a5f467e01004e2df","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5f467e01004e2df","status":"passed","time":{"start":1724888663277,"stop":1724888663277,"duration":0}},{"uid":"ad88823058865968","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ad88823058865968","status":"passed","time":{"start":1724887820110,"stop":1724887820110,"duration":0}},{"uid":"a69d2804df5a11b7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a69d2804df5a11b7","status":"passed","time":{"start":1724886586381,"stop":1724886586382,"duration":1}},{"uid":"c997cc2a33f9f722","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c997cc2a33f9f722","status":"passed","time":{"start":1724886365424,"stop":1724886365425,"duration":1}},{"uid":"5338bce07e934dc0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5338bce07e934dc0","status":"passed","time":{"start":1724861812770,"stop":1724861812771,"duration":1}},{"uid":"ba73f294c6dc9948","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ba73f294c6dc9948","status":"passed","time":{"start":1724861281933,"stop":1724861281933,"duration":0}},{"uid":"c9782386a26d866d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c9782386a26d866d","status":"passed","time":{"start":1724861109126,"stop":1724861109126,"duration":0}},{"uid":"7c035753a4861d1f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7c035753a4861d1f","status":"passed","time":{"start":1724860969294,"stop":1724860969294,"duration":0}}]},"5b45bb92c0a06b4175834dbf04d5c362:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3e644b0f49269df9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3e644b0f49269df9","status":"passed","time":{"start":1724921488887,"stop":1724921488888,"duration":1}}]},"7dae8bb55d6428cb3b2106bc904f3565:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a9c66d064d6c5e66","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a9c66d064d6c5e66","status":"passed","time":{"start":1724921061370,"stop":1724921061370,"duration":0}},{"uid":"1ed67b21b44e471f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1ed67b21b44e471f","status":"passed","time":{"start":1724921036548,"stop":1724921036549,"duration":1}},{"uid":"6dcec93f38cdb42f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6dcec93f38cdb42f","status":"passed","time":{"start":1724917696991,"stop":1724917696992,"duration":1}},{"uid":"f2edd83cec06d0b5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2edd83cec06d0b5","status":"passed","time":{"start":1724889475436,"stop":1724889475436,"duration":0}},{"uid":"d3e4db7a86a09b16","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3e4db7a86a09b16","status":"passed","time":{"start":1724888626529,"stop":1724888626530,"duration":1}},{"uid":"ed89a94974e1e7da","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ed89a94974e1e7da","status":"passed","time":{"start":1724887782738,"stop":1724887782738,"duration":0}},{"uid":"c793f06efbc3d0ff","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c793f06efbc3d0ff","status":"passed","time":{"start":1724886549350,"stop":1724886549350,"duration":0}},{"uid":"8b2f2f4ae034a535","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8b2f2f4ae034a535","status":"passed","time":{"start":1724886326870,"stop":1724886326871,"duration":1}},{"uid":"ebecfe83c2b5c41b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ebecfe83c2b5c41b","status":"passed","time":{"start":1724861776301,"stop":1724861776301,"duration":0}},{"uid":"6195a33127e9986e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6195a33127e9986e","status":"passed","time":{"start":1724861246681,"stop":1724861246682,"duration":1}},{"uid":"ddf9581703518643","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ddf9581703518643","status":"passed","time":{"start":1724861070665,"stop":1724861070666,"duration":1}},{"uid":"317014cfee280b2e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/317014cfee280b2e","status":"passed","time":{"start":1724860931330,"stop":1724860931330,"duration":0}}]},"43e609e8a76551cf6870b645168fc675:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d7a8b42323bb9ccb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d7a8b42323bb9ccb","status":"passed","time":{"start":1724921602956,"stop":1724921602956,"duration":0}},{"uid":"12017d69d357e6ca","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/12017d69d357e6ca","status":"passed","time":{"start":1724921571100,"stop":1724921571100,"duration":0}},{"uid":"5e51be09c8b9b4e5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5e51be09c8b9b4e5","status":"passed","time":{"start":1724918285596,"stop":1724918285597,"duration":1}},{"uid":"63fb41c77d09c0a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/63fb41c77d09c0a0","status":"passed","time":{"start":1724890030093,"stop":1724890030093,"duration":0}},{"uid":"2d1b39efdd7e644d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d1b39efdd7e644d","status":"passed","time":{"start":1724889171912,"stop":1724889171912,"duration":0}},{"uid":"fbf2480190af34eb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fbf2480190af34eb","status":"passed","time":{"start":1724888350726,"stop":1724888350729,"duration":3}},{"uid":"d9bc8c92306810c5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d9bc8c92306810c5","status":"passed","time":{"start":1724887115412,"stop":1724887115413,"duration":1}},{"uid":"535cfa34a1bea681","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/535cfa34a1bea681","status":"passed","time":{"start":1724886884579,"stop":1724886884579,"duration":0}},{"uid":"65ff888db6a7196f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/65ff888db6a7196f","status":"passed","time":{"start":1724862322264,"stop":1724862322264,"duration":0}},{"uid":"663648a8a1a00015","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/663648a8a1a00015","status":"passed","time":{"start":1724861790754,"stop":1724861790754,"duration":0}},{"uid":"49d8de8f6f89707b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/49d8de8f6f89707b","status":"passed","time":{"start":1724861628423,"stop":1724861628423,"duration":0}},{"uid":"fb096ac5fce52c51","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fb096ac5fce52c51","status":"passed","time":{"start":1724861465628,"stop":1724861465628,"duration":0}}]},"76701d5ca0b3b70e8924e743b725e370:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9cb5ffbbe734324","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9cb5ffbbe734324","status":"passed","time":{"start":1724889169850,"stop":1724889169850,"duration":0}}]},"bbfc5d3825910c5f2bf1022c627c348e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"64569736038d35af","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64569736038d35af","status":"passed","time":{"start":1724861983009,"stop":1724861983012,"duration":3}}]},"cf0cd468ff0903f99dcae51c5b7e1280:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a40656cb1e381f5c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a40656cb1e381f5c","status":"passed","time":{"start":1724862213661,"stop":1724862213662,"duration":1}}]},"1d2ad5d65c4f854f3f9c4916cd6c4d52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"22d224c4577a0923","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/22d224c4577a0923","status":"passed","time":{"start":1724921515222,"stop":1724921515222,"duration":0}},{"uid":"786fe81a5f0f3f28","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/786fe81a5f0f3f28","status":"passed","time":{"start":1724921475441,"stop":1724921475442,"duration":1}},{"uid":"51c62db84291cba7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/51c62db84291cba7","status":"passed","time":{"start":1724918179383,"stop":1724918179387,"duration":4}},{"uid":"7e82410da0db790","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e82410da0db790","status":"passed","time":{"start":1724889935336,"stop":1724889935337,"duration":1}},{"uid":"f9d38c672a29dc6b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9d38c672a29dc6b","status":"passed","time":{"start":1724889072749,"stop":1724889072749,"duration":0}},{"uid":"28ade4bffbf5ded8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/28ade4bffbf5ded8","status":"passed","time":{"start":1724888232410,"stop":1724888232411,"duration":1}},{"uid":"f36dfadf6b6b5598","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f36dfadf6b6b5598","status":"passed","time":{"start":1724887018290,"stop":1724887018290,"duration":0}},{"uid":"578957d85f1a2ad9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/578957d85f1a2ad9","status":"passed","time":{"start":1724886781475,"stop":1724886781475,"duration":0}},{"uid":"31ca97d2b2681531","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31ca97d2b2681531","status":"passed","time":{"start":1724862213658,"stop":1724862213658,"duration":0}},{"uid":"f05bed68ae172b77","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f05bed68ae172b77","status":"passed","time":{"start":1724861685850,"stop":1724861685851,"duration":1}},{"uid":"5f36a3e08cbc8d32","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5f36a3e08cbc8d32","status":"passed","time":{"start":1724861546165,"stop":1724861546166,"duration":1}},{"uid":"de0f298837f89085","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/de0f298837f89085","status":"passed","time":{"start":1724861378106,"stop":1724861378106,"duration":0}}]},"7042dff534cddd27d2d085ef0aa37a66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5883a1bcf9a7621d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5883a1bcf9a7621d","status":"passed","time":{"start":1724921037651,"stop":1724921037651,"duration":0}},{"uid":"fc4034c27bd21670","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fc4034c27bd21670","status":"passed","time":{"start":1724921013064,"stop":1724921013064,"duration":0}},{"uid":"30426627c491fc63","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/30426627c491fc63","status":"passed","time":{"start":1724917673305,"stop":1724917673305,"duration":0}},{"uid":"eba836f73c8ecb95","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eba836f73c8ecb95","status":"passed","time":{"start":1724889452324,"stop":1724889452324,"duration":0}},{"uid":"1b39c2f7975f230","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1b39c2f7975f230","status":"passed","time":{"start":1724888602857,"stop":1724888602857,"duration":0}},{"uid":"d060618d0a928ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d060618d0a928ea","status":"passed","time":{"start":1724887759177,"stop":1724887759177,"duration":0}},{"uid":"c8b821916eedb0fb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c8b821916eedb0fb","status":"passed","time":{"start":1724886525555,"stop":1724886525556,"duration":1}},{"uid":"16cda696d19a38bd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/16cda696d19a38bd","status":"passed","time":{"start":1724886303411,"stop":1724886303411,"duration":0}},{"uid":"39bae9d69c73207a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/39bae9d69c73207a","status":"passed","time":{"start":1724861752248,"stop":1724861752248,"duration":0}},{"uid":"eeb96b74cb3e2a1b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/eeb96b74cb3e2a1b","status":"passed","time":{"start":1724861223368,"stop":1724861223368,"duration":0}},{"uid":"cae239faf00b42f9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cae239faf00b42f9","status":"passed","time":{"start":1724861045217,"stop":1724861045217,"duration":0}},{"uid":"707b92b9cda1aa73","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/707b92b9cda1aa73","status":"passed","time":{"start":1724860907103,"stop":1724860907103,"duration":0}}]},"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5ed5fa2905dbd389","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5ed5fa2905dbd389","status":"passed","time":{"start":1724921297017,"stop":1724921297018,"duration":1}},{"uid":"8c38e5a2e3061dba","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8c38e5a2e3061dba","status":"passed","time":{"start":1724921276371,"stop":1724921276372,"duration":1}},{"uid":"a9c0e561dbb0610e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a9c0e561dbb0610e","status":"passed","time":{"start":1724917948329,"stop":1724917948330,"duration":1}},{"uid":"8d9dc417146369a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8d9dc417146369a1","status":"passed","time":{"start":1724889729016,"stop":1724889729017,"duration":1}},{"uid":"6f63026f29c12288","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6f63026f29c12288","status":"passed","time":{"start":1724888864959,"stop":1724888864960,"duration":1}},{"uid":"71a462c82ca255a4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/71a462c82ca255a4","status":"passed","time":{"start":1724888053751,"stop":1724888053751,"duration":0}},{"uid":"e2fa96a076274e42","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e2fa96a076274e42","status":"passed","time":{"start":1724886811666,"stop":1724886811666,"duration":0}},{"uid":"876d3ab730b03192","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/876d3ab730b03192","status":"passed","time":{"start":1724886581008,"stop":1724886581009,"duration":1}},{"uid":"3c2ece55e4e071bb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c2ece55e4e071bb","status":"passed","time":{"start":1724862019565,"stop":1724862019565,"duration":0}},{"uid":"2ea87f556a3cd65b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2ea87f556a3cd65b","status":"passed","time":{"start":1724861493942,"stop":1724861493942,"duration":0}},{"uid":"b465eb46fd3e675a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b465eb46fd3e675a","status":"passed","time":{"start":1724861318058,"stop":1724861318060,"duration":2}},{"uid":"f777b6e95e1cee16","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f777b6e95e1cee16","status":"passed","time":{"start":1724861178520,"stop":1724861178520,"duration":0}}]},"01a914ece4efc021f813984d0b6cb2d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f2f3dc66a2ccfd3f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2f3dc66a2ccfd3f","status":"passed","time":{"start":1724889144084,"stop":1724889144084,"duration":0}}]},"05ac328fcdad20d16ad68937252da987:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab0b070307328eef","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ab0b070307328eef","status":"passed","time":{"start":1724861145674,"stop":1724861145675,"duration":1}}]},"c78c9e4b68cd52724d7f39b3cfc23575:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8d9f5489f3982c1c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8d9f5489f3982c1c","status":"passed","time":{"start":1724861800258,"stop":1724861800258,"duration":0}}]},"d9d045edbd4d6eea091f74f55cb13373:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c743c9f41a83bfff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c743c9f41a83bfff","status":"passed","time":{"start":1724921613054,"stop":1724921613054,"duration":0}}]},"5953d535b7b83c9632c08d994bae92ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"da4132c642b177e2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/da4132c642b177e2","status":"passed","time":{"start":1724921037643,"stop":1724921037643,"duration":0}},{"uid":"a029b7171c953f3a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a029b7171c953f3a","status":"passed","time":{"start":1724921013056,"stop":1724921013056,"duration":0}},{"uid":"7aefa803908b3a83","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7aefa803908b3a83","status":"passed","time":{"start":1724917673298,"stop":1724917673298,"duration":0}},{"uid":"acc4c0545e88c3fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/acc4c0545e88c3fa","status":"passed","time":{"start":1724889452317,"stop":1724889452317,"duration":0}},{"uid":"52f26fa32ebdd282","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52f26fa32ebdd282","status":"passed","time":{"start":1724888602847,"stop":1724888602848,"duration":1}},{"uid":"980df97a8f53ce30","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/980df97a8f53ce30","status":"passed","time":{"start":1724887759169,"stop":1724887759170,"duration":1}},{"uid":"f8b2f486d3ba765b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f8b2f486d3ba765b","status":"passed","time":{"start":1724886525549,"stop":1724886525549,"duration":0}},{"uid":"5c5f3db033798db0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5c5f3db033798db0","status":"passed","time":{"start":1724886303403,"stop":1724886303403,"duration":0}},{"uid":"e66b75e123b5f53e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e66b75e123b5f53e","status":"passed","time":{"start":1724861752235,"stop":1724861752235,"duration":0}},{"uid":"660d5dc130303510","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/660d5dc130303510","status":"passed","time":{"start":1724861223360,"stop":1724861223361,"duration":1}},{"uid":"dd847bb074f99a14","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dd847bb074f99a14","status":"passed","time":{"start":1724861045208,"stop":1724861045209,"duration":1}},{"uid":"9a0d1ddd9fc69fa6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9a0d1ddd9fc69fa6","status":"passed","time":{"start":1724860907091,"stop":1724860907091,"duration":0}}]},"fc39982c60764f1c2d1f8b67dfc8040a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"355bac8607be3989","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/355bac8607be3989","status":"passed","time":{"start":1724889144085,"stop":1724889144085,"duration":0}}]},"07fd6b7b440ad8e72e5d0d37688bfbff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"530fdaa7dbf39669","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/530fdaa7dbf39669","status":"passed","time":{"start":1724921046201,"stop":1724921046202,"duration":1}},{"uid":"5644337d864bfa74","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5644337d864bfa74","status":"passed","time":{"start":1724921021476,"stop":1724921021477,"duration":1}},{"uid":"ed34649670ec6de3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ed34649670ec6de3","status":"passed","time":{"start":1724917681725,"stop":1724917681725,"duration":0}},{"uid":"5ec4c23c33c88efe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ec4c23c33c88efe","status":"passed","time":{"start":1724889460652,"stop":1724889460653,"duration":1}},{"uid":"e48693b3dcc15e7e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e48693b3dcc15e7e","status":"passed","time":{"start":1724888611296,"stop":1724888611296,"duration":0}},{"uid":"4b88e16fabc5db52","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4b88e16fabc5db52","status":"passed","time":{"start":1724887767621,"stop":1724887767621,"duration":0}},{"uid":"6d5472f9ed2cd2bf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6d5472f9ed2cd2bf","status":"passed","time":{"start":1724886533987,"stop":1724886533991,"duration":4}},{"uid":"e663522688589b7a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e663522688589b7a","status":"passed","time":{"start":1724886311755,"stop":1724886311756,"duration":1}},{"uid":"b74ab4f6f6c5fe0b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b74ab4f6f6c5fe0b","status":"passed","time":{"start":1724861760776,"stop":1724861760776,"duration":0}},{"uid":"3baaffd09e5af823","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3baaffd09e5af823","status":"passed","time":{"start":1724861231735,"stop":1724861231735,"duration":0}},{"uid":"e45cef558c41c31e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e45cef558c41c31e","status":"passed","time":{"start":1724861054256,"stop":1724861054257,"duration":1}},{"uid":"988db2845e3ca8a6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/988db2845e3ca8a6","status":"passed","time":{"start":1724860915811,"stop":1724860915816,"duration":5}}]},"fe328248c632be0d324baf204ecdc3e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f32b80fa88ae5b94","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f32b80fa88ae5b94","status":"passed","time":{"start":1724921625033,"stop":1724921625033,"duration":0}},{"uid":"5a5a413dbde5130c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5a5a413dbde5130c","status":"passed","time":{"start":1724921590478,"stop":1724921590478,"duration":0}},{"uid":"ebd72ef07ed93218","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ebd72ef07ed93218","status":"passed","time":{"start":1724918287557,"stop":1724918287557,"duration":0}},{"uid":"14353204bbdeb268","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14353204bbdeb268","status":"passed","time":{"start":1724890047781,"stop":1724890047781,"duration":0}},{"uid":"a20c1743f0b2085f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a20c1743f0b2085f","status":"passed","time":{"start":1724889183912,"stop":1724889183913,"duration":1}},{"uid":"e88eb4ca8c972af5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e88eb4ca8c972af5","status":"passed","time":{"start":1724888354157,"stop":1724888354158,"duration":1}},{"uid":"ff900231255143f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ff900231255143f","status":"passed","time":{"start":1724887145649,"stop":1724887145650,"duration":1}},{"uid":"f8f692fa9d8ee515","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f8f692fa9d8ee515","status":"passed","time":{"start":1724886915775,"stop":1724886915775,"duration":0}},{"uid":"ccd2d5049fb7b3b8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ccd2d5049fb7b3b8","status":"passed","time":{"start":1724862341430,"stop":1724862341430,"duration":0}},{"uid":"ea95001cfed28cd1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ea95001cfed28cd1","status":"passed","time":{"start":1724861805429,"stop":1724861805430,"duration":1}},{"uid":"ac20047f753db977","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac20047f753db977","status":"passed","time":{"start":1724861662238,"stop":1724861662239,"duration":1}},{"uid":"8f7eb84e4ebe0be9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8f7eb84e4ebe0be9","status":"passed","time":{"start":1724861492501,"stop":1724861492502,"duration":1}}]},"b63443a110fa001ebe2ff644ef2583af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba031fdf05c12270","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ba031fdf05c12270","status":"passed","time":{"start":1724921571109,"stop":1724921571109,"duration":0}}]},"0820a766a9c53d82dbe44dc8b333040f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c05ffc0445f5a2ed","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c05ffc0445f5a2ed","status":"passed","time":{"start":1724886906378,"stop":1724886906378,"duration":0}}]},"91234321a2619432587a4f5116265176:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"582853db24a2f90f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/582853db24a2f90f","status":"passed","time":{"start":1724862233523,"stop":1724862233523,"duration":0}}]},"f2541bf96bf4b9f11cf326933201a52a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9db35cd4c5c68a66","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9db35cd4c5c68a66","status":"passed","time":{"start":1724921625037,"stop":1724921625038,"duration":1}},{"uid":"eb67c95f4246120e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/eb67c95f4246120e","status":"passed","time":{"start":1724921590481,"stop":1724921590482,"duration":1}},{"uid":"d7e6c36bdb7af766","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d7e6c36bdb7af766","status":"passed","time":{"start":1724918287560,"stop":1724918287560,"duration":0}},{"uid":"b2c4a0d65d99604c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b2c4a0d65d99604c","status":"passed","time":{"start":1724890047783,"stop":1724890047783,"duration":0}},{"uid":"4d3568c0fc7acc99","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4d3568c0fc7acc99","status":"passed","time":{"start":1724889183915,"stop":1724889183915,"duration":0}},{"uid":"27cf235444c76a06","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/27cf235444c76a06","status":"passed","time":{"start":1724888354160,"stop":1724888354160,"duration":0}},{"uid":"f55ec1073164c40d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f55ec1073164c40d","status":"passed","time":{"start":1724887145651,"stop":1724887145652,"duration":1}},{"uid":"8fba490c0f41c95d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8fba490c0f41c95d","status":"passed","time":{"start":1724886915777,"stop":1724886915777,"duration":0}},{"uid":"beb0dd9e7f638ea9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/beb0dd9e7f638ea9","status":"passed","time":{"start":1724862341432,"stop":1724862341432,"duration":0}},{"uid":"171fcb74bd4bcca5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/171fcb74bd4bcca5","status":"passed","time":{"start":1724861805434,"stop":1724861805435,"duration":1}},{"uid":"491810379be724b6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/491810379be724b6","status":"passed","time":{"start":1724861662241,"stop":1724861662241,"duration":0}},{"uid":"b74acaea58e6b2f6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b74acaea58e6b2f6","status":"passed","time":{"start":1724861492503,"stop":1724861492504,"duration":1}}]},"2b1dd4e975806d76599d997e3099ca66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cfdfe26fc1eaf1b2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cfdfe26fc1eaf1b2","status":"passed","time":{"start":1724921497753,"stop":1724921497753,"duration":0}},{"uid":"258656b6904028aa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/258656b6904028aa","status":"passed","time":{"start":1724921408407,"stop":1724921408407,"duration":0}},{"uid":"845d5f9907bd2761","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/845d5f9907bd2761","status":"passed","time":{"start":1724918086868,"stop":1724918086868,"duration":0}},{"uid":"7e05069ab67867ec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e05069ab67867ec","status":"passed","time":{"start":1724889892444,"stop":1724889892444,"duration":0}},{"uid":"afce9e5584afe02e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/afce9e5584afe02e","status":"passed","time":{"start":1724888997214,"stop":1724888997214,"duration":0}},{"uid":"bcf1a46861f92342","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bcf1a46861f92342","status":"passed","time":{"start":1724888159486,"stop":1724888159486,"duration":0}},{"uid":"5fd01d032bfe4d63","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5fd01d032bfe4d63","status":"passed","time":{"start":1724886937289,"stop":1724886937289,"duration":0}},{"uid":"6842d340acd8cc25","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6842d340acd8cc25","status":"passed","time":{"start":1724886709796,"stop":1724886709797,"duration":1}},{"uid":"9cec870a8811a1a3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9cec870a8811a1a3","status":"passed","time":{"start":1724862123535,"stop":1724862123535,"duration":0}},{"uid":"7a8fa9613b1ef04","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7a8fa9613b1ef04","status":"passed","time":{"start":1724861620101,"stop":1724861620102,"duration":1}},{"uid":"fb6561b12bf137b5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fb6561b12bf137b5","status":"passed","time":{"start":1724861460234,"stop":1724861460236,"duration":2}},{"uid":"2735f94aaf60072e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2735f94aaf60072e","status":"passed","time":{"start":1724861330169,"stop":1724861330170,"duration":1}}]},"4b209ca22f5cdd997fd0e47580f47a61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"df430495f36d5327","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/df430495f36d5327","status":"passed","time":{"start":1724921563010,"stop":1724921563010,"duration":0}},{"uid":"43d0740a22d09ad8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/43d0740a22d09ad8","status":"passed","time":{"start":1724921526810,"stop":1724921526810,"duration":0}},{"uid":"e482fea1851e5a56","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e482fea1851e5a56","status":"passed","time":{"start":1724918239938,"stop":1724918239938,"duration":0}},{"uid":"31b601893c2e1c6f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31b601893c2e1c6f","status":"passed","time":{"start":1724889980884,"stop":1724889980885,"duration":1}},{"uid":"bf5fc474b0959b0d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf5fc474b0959b0d","status":"passed","time":{"start":1724889109947,"stop":1724889109947,"duration":0}},{"uid":"facc248f723d0ab1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/facc248f723d0ab1","status":"passed","time":{"start":1724888294720,"stop":1724888294720,"duration":0}},{"uid":"8558ec86ca667834","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8558ec86ca667834","status":"passed","time":{"start":1724887071736,"stop":1724887071736,"duration":0}},{"uid":"d3beb8df72f0f0b3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d3beb8df72f0f0b3","status":"passed","time":{"start":1724886848342,"stop":1724886848343,"duration":1}},{"uid":"7269279248781d24","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7269279248781d24","status":"passed","time":{"start":1724862259244,"stop":1724862259244,"duration":0}},{"uid":"47e7b3e5abccb6a2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/47e7b3e5abccb6a2","status":"passed","time":{"start":1724861735322,"stop":1724861735323,"duration":1}},{"uid":"8a74f911217e1fc7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8a74f911217e1fc7","status":"passed","time":{"start":1724861606336,"stop":1724861606337,"duration":1}},{"uid":"4034d02aaca70c64","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4034d02aaca70c64","status":"passed","time":{"start":1724861426683,"stop":1724861426683,"duration":0}}]},"462ed29437555677fe0da8e7d10f84ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"730098fbcbfc6c28","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/730098fbcbfc6c28","status":"passed","time":{"start":1724921037655,"stop":1724921037655,"duration":0}},{"uid":"ea2506695b34e479","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ea2506695b34e479","status":"passed","time":{"start":1724921013070,"stop":1724921013070,"duration":0}},{"uid":"6e7494bbf6a16b1a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6e7494bbf6a16b1a","status":"passed","time":{"start":1724917673310,"stop":1724917673310,"duration":0}},{"uid":"a8e3747d6513c45c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a8e3747d6513c45c","status":"passed","time":{"start":1724889452330,"stop":1724889452330,"duration":0}},{"uid":"7834e8de4095c5c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7834e8de4095c5c0","status":"passed","time":{"start":1724888602862,"stop":1724888602862,"duration":0}},{"uid":"d3109b6bc15df558","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d3109b6bc15df558","status":"passed","time":{"start":1724887759182,"stop":1724887759182,"duration":0}},{"uid":"43cee37a6b6e5425","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/43cee37a6b6e5425","status":"passed","time":{"start":1724886525560,"stop":1724886525560,"duration":0}},{"uid":"8a11c83eec07f916","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8a11c83eec07f916","status":"passed","time":{"start":1724886303416,"stop":1724886303416,"duration":0}},{"uid":"a2aaff07afc324d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2aaff07afc324d","status":"passed","time":{"start":1724861752252,"stop":1724861752252,"duration":0}},{"uid":"d61f214635ccd70b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d61f214635ccd70b","status":"passed","time":{"start":1724861223373,"stop":1724861223373,"duration":0}},{"uid":"1f39323590ebbf62","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1f39323590ebbf62","status":"passed","time":{"start":1724861045222,"stop":1724861045223,"duration":1}},{"uid":"810068d4aeb7a315","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/810068d4aeb7a315","status":"passed","time":{"start":1724860907109,"stop":1724860907109,"duration":0}}]},"0152fbeda9e280ec6119fe755aac6f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9739a2f780a36b82","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9739a2f780a36b82","status":"passed","time":{"start":1724921577170,"stop":1724921577170,"duration":0}}]},"1132e4ea197035baf51373627994ceb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2f09f31a7b00046d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2f09f31a7b00046d","status":"passed","time":{"start":1724921088192,"stop":1724921088193,"duration":1}},{"uid":"a5be18a03f04e58d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a5be18a03f04e58d","status":"passed","time":{"start":1724921063381,"stop":1724921063381,"duration":0}},{"uid":"a03561cd36c9b4ad","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a03561cd36c9b4ad","status":"passed","time":{"start":1724917723830,"stop":1724917723831,"duration":1}},{"uid":"5bda3cb97bdb1b7f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5bda3cb97bdb1b7f","status":"passed","time":{"start":1724889503225,"stop":1724889503225,"duration":0}},{"uid":"c1d9a2133f80818e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c1d9a2133f80818e","status":"passed","time":{"start":1724888652592,"stop":1724888652592,"duration":0}},{"uid":"964fece849f7bdad","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/964fece849f7bdad","status":"passed","time":{"start":1724887810646,"stop":1724887810647,"duration":1}},{"uid":"83ed07d9c399801b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/83ed07d9c399801b","status":"passed","time":{"start":1724886577063,"stop":1724886577065,"duration":2}},{"uid":"b0146a8bfcadce48","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b0146a8bfcadce48","status":"passed","time":{"start":1724886355049,"stop":1724886355049,"duration":0}},{"uid":"3c9a9e793251b45a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c9a9e793251b45a","status":"passed","time":{"start":1724861804038,"stop":1724861804038,"duration":0}},{"uid":"7d7ede9d6dc8e7a5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7d7ede9d6dc8e7a5","status":"passed","time":{"start":1724861273294,"stop":1724861273295,"duration":1}},{"uid":"32f177e0492c4aee","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/32f177e0492c4aee","status":"passed","time":{"start":1724861099306,"stop":1724861099306,"duration":0}},{"uid":"459cfe511738058f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/459cfe511738058f","status":"passed","time":{"start":1724860959302,"stop":1724860959303,"duration":1}}]},"3f5c35156711959eda236cd101661550:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7f5d938f054952ef","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7f5d938f054952ef","status":"passed","time":{"start":1724921037635,"stop":1724921037635,"duration":0}},{"uid":"65f71b5971e26f96","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/65f71b5971e26f96","status":"passed","time":{"start":1724921013047,"stop":1724921013047,"duration":0}},{"uid":"a0a0ff7f175e3e0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a0a0ff7f175e3e0","status":"passed","time":{"start":1724917673291,"stop":1724917673291,"duration":0}},{"uid":"b1c4ebd114a05df4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1c4ebd114a05df4","status":"passed","time":{"start":1724889452309,"stop":1724889452309,"duration":0}},{"uid":"9e3bc7417dd22347","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e3bc7417dd22347","status":"passed","time":{"start":1724888602839,"stop":1724888602840,"duration":1}},{"uid":"5b26a79a36fb0f8f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5b26a79a36fb0f8f","status":"passed","time":{"start":1724887759163,"stop":1724887759163,"duration":0}},{"uid":"8aff8e43faf15141","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8aff8e43faf15141","status":"passed","time":{"start":1724886525543,"stop":1724886525543,"duration":0}},{"uid":"aecdc0e3a04d7bea","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/aecdc0e3a04d7bea","status":"passed","time":{"start":1724886303396,"stop":1724886303396,"duration":0}},{"uid":"69c1da296a16a076","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/69c1da296a16a076","status":"passed","time":{"start":1724861752226,"stop":1724861752228,"duration":2}},{"uid":"8278eb83513d3265","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8278eb83513d3265","status":"passed","time":{"start":1724861223354,"stop":1724861223354,"duration":0}},{"uid":"4857528aa2b8ba0a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4857528aa2b8ba0a","status":"passed","time":{"start":1724861045201,"stop":1724861045202,"duration":1}},{"uid":"96f20da2c100d2d0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/96f20da2c100d2d0","status":"passed","time":{"start":1724860907084,"stop":1724860907084,"duration":0}}]},"63bfbc7bb8db232201832c65ba295a72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a096303cced7eae1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a096303cced7eae1","status":"passed","time":{"start":1724921613055,"stop":1724921613055,"duration":0}}]},"d4f0fd57ff4c72a9038ce8d3ec761e17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c0cd2ebe077eef3b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c0cd2ebe077eef3b","status":"passed","time":{"start":1724921663252,"stop":1724921663253,"duration":1}},{"uid":"4558ab22cea828ae","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4558ab22cea828ae","status":"passed","time":{"start":1724921617878,"stop":1724921617878,"duration":0}},{"uid":"bf2c47efce348d29","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bf2c47efce348d29","status":"passed","time":{"start":1724918326159,"stop":1724918326159,"duration":0}},{"uid":"71e2200ac132780e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/71e2200ac132780e","status":"passed","time":{"start":1724890076390,"stop":1724890076391,"duration":1}},{"uid":"85c77d615b245e06","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/85c77d615b245e06","status":"passed","time":{"start":1724889199685,"stop":1724889199686,"duration":1}},{"uid":"98c289944155053a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/98c289944155053a","status":"passed","time":{"start":1724888382418,"stop":1724888382419,"duration":1}},{"uid":"f45650684f29a57b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f45650684f29a57b","status":"passed","time":{"start":1724887156364,"stop":1724887156365,"duration":1}},{"uid":"d32ab024d62d894a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d32ab024d62d894a","status":"passed","time":{"start":1724886936157,"stop":1724886936158,"duration":1}},{"uid":"7b6434cea46e48db","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b6434cea46e48db","status":"passed","time":{"start":1724862347634,"stop":1724862347634,"duration":0}},{"uid":"d30f8639f916a2ba","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d30f8639f916a2ba","status":"passed","time":{"start":1724861827950,"stop":1724861827951,"duration":1}},{"uid":"4c64b32933cdfd7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4c64b32933cdfd7","status":"passed","time":{"start":1724861685955,"stop":1724861685956,"duration":1}},{"uid":"5f57ca28e52ecf72","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5f57ca28e52ecf72","status":"passed","time":{"start":1724861514745,"stop":1724861514745,"duration":0}}]},"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"efa2e919677bca6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/efa2e919677bca6","status":"passed","time":{"start":1724921663254,"stop":1724921663254,"duration":0}},{"uid":"397e315224ab27ac","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/397e315224ab27ac","status":"passed","time":{"start":1724921617879,"stop":1724921617879,"duration":0}},{"uid":"5fa91520875bcc45","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5fa91520875bcc45","status":"passed","time":{"start":1724918326161,"stop":1724918326161,"duration":0}},{"uid":"df717baae45145ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/df717baae45145ee","status":"passed","time":{"start":1724890076393,"stop":1724890076393,"duration":0}},{"uid":"c905974faf0aab34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c905974faf0aab34","status":"passed","time":{"start":1724889199689,"stop":1724889199690,"duration":1}},{"uid":"58052281439e166f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/58052281439e166f","status":"passed","time":{"start":1724888382426,"stop":1724888382427,"duration":1}},{"uid":"80ff81ed98e4b728","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/80ff81ed98e4b728","status":"passed","time":{"start":1724887156369,"stop":1724887156369,"duration":0}},{"uid":"2baf1b3883b66b7b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2baf1b3883b66b7b","status":"passed","time":{"start":1724886936170,"stop":1724886936171,"duration":1}},{"uid":"7df77aee4027e455","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7df77aee4027e455","status":"passed","time":{"start":1724862347645,"stop":1724862347645,"duration":0}},{"uid":"93213b5ed2f97bfb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/93213b5ed2f97bfb","status":"passed","time":{"start":1724861827953,"stop":1724861827958,"duration":5}},{"uid":"2cb6f0ee350d6cbb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2cb6f0ee350d6cbb","status":"passed","time":{"start":1724861685959,"stop":1724861685959,"duration":0}},{"uid":"5421cf79df4dfa85","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5421cf79df4dfa85","status":"passed","time":{"start":1724861514747,"stop":1724861514747,"duration":0}}]},"7a0e903181dadff43fec8ccdb14f62d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"430c53218afb111f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/430c53218afb111f","status":"passed","time":{"start":1724861428478,"stop":1724861428478,"duration":0}}]},"e646cc39ae7596a34ab207b198fff971:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"883d395d3a232e57","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/883d395d3a232e57","status":"passed","time":{"start":1724921515225,"stop":1724921515226,"duration":1}}]},"11a18f98a0621ac4de0ae85169b12a88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"50fd81ba7d4f3fe9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/50fd81ba7d4f3fe9","status":"passed","time":{"start":1724921300785,"stop":1724921300786,"duration":1}},{"uid":"109d8adb56b1e290","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/109d8adb56b1e290","status":"passed","time":{"start":1724921280712,"stop":1724921280713,"duration":1}},{"uid":"1cd629b1d84558ee","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1cd629b1d84558ee","status":"passed","time":{"start":1724917963257,"stop":1724917963258,"duration":1}},{"uid":"86958f2ad74fe777","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/86958f2ad74fe777","status":"passed","time":{"start":1724889734116,"stop":1724889734117,"duration":1}},{"uid":"bc257af3d1e3f7c2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc257af3d1e3f7c2","status":"passed","time":{"start":1724888859613,"stop":1724888859614,"duration":1}},{"uid":"275b95f5d506742b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/275b95f5d506742b","status":"passed","time":{"start":1724888053949,"stop":1724888053950,"duration":1}},{"uid":"269e42324cbbfedd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/269e42324cbbfedd","status":"passed","time":{"start":1724886820675,"stop":1724886820675,"duration":0}},{"uid":"9d6bc7b6bdda5e5f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9d6bc7b6bdda5e5f","status":"passed","time":{"start":1724886589263,"stop":1724886589264,"duration":1}},{"uid":"5367a709cd3752b9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5367a709cd3752b9","status":"passed","time":{"start":1724862027789,"stop":1724862027790,"duration":1}},{"uid":"78ae417bb3ac8f87","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/78ae417bb3ac8f87","status":"passed","time":{"start":1724861484558,"stop":1724861484558,"duration":0}},{"uid":"5206d3cfb51f0af5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5206d3cfb51f0af5","status":"passed","time":{"start":1724861315155,"stop":1724861315156,"duration":1}},{"uid":"ca7635007e93f56e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ca7635007e93f56e","status":"passed","time":{"start":1724861168753,"stop":1724861168754,"duration":1}}]},"4aa06c86e047d7006ba05f1f8c715d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3a25caf843c54f6b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3a25caf843c54f6b","status":"passed","time":{"start":1724887092628,"stop":1724887092628,"duration":0}}]},"9aff6e9ab006463bf8c992d49c11c2a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21bdeca75913d98d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/21bdeca75913d98d","status":"passed","time":{"start":1724889144087,"stop":1724889144087,"duration":0}}]},"c106dcb13a284be42fcd5b237b665822:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1794b2a18690e6a4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1794b2a18690e6a4","status":"passed","time":{"start":1724921723783,"stop":1724921723784,"duration":1}},{"uid":"fdee57ad43fe3efe","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fdee57ad43fe3efe","status":"passed","time":{"start":1724921678669,"stop":1724921678669,"duration":0}},{"uid":"9598d79bc56fdc13","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9598d79bc56fdc13","status":"passed","time":{"start":1724918386963,"stop":1724918386964,"duration":1}},{"uid":"bc09c82b8d3876e7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc09c82b8d3876e7","status":"passed","time":{"start":1724890140901,"stop":1724890140901,"duration":0}},{"uid":"9ecc1f8203646925","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9ecc1f8203646925","status":"passed","time":{"start":1724889274452,"stop":1724889274452,"duration":0}},{"uid":"6ff6bab86f6f9d71","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6ff6bab86f6f9d71","status":"passed","time":{"start":1724888449347,"stop":1724888449348,"duration":1}},{"uid":"b5f2ee43e2141676","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b5f2ee43e2141676","status":"passed","time":{"start":1724887217801,"stop":1724887217801,"duration":0}},{"uid":"c913b15e284fd1ca","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c913b15e284fd1ca","status":"passed","time":{"start":1724887001921,"stop":1724887001922,"duration":1}},{"uid":"e121076a4801a28c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e121076a4801a28c","status":"passed","time":{"start":1724862417855,"stop":1724862417855,"duration":0}},{"uid":"c915e7cea87e19","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c915e7cea87e19","status":"passed","time":{"start":1724861895532,"stop":1724861895533,"duration":1}},{"uid":"9c8fc1763ca902a9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9c8fc1763ca902a9","status":"passed","time":{"start":1724861753060,"stop":1724861753061,"duration":1}},{"uid":"72fdd2b3dda73119","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/72fdd2b3dda73119","status":"passed","time":{"start":1724861587586,"stop":1724861587587,"duration":1}}]},"6d7b57cbb76d683aad87af8f9a67bde8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4819a9b4badaa8b0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4819a9b4badaa8b0","status":"passed","time":{"start":1724861685854,"stop":1724861685855,"duration":1}}]},"2d2e99da3644178bf815403487abb4cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"36774146fa4390ff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/36774146fa4390ff","status":"passed","time":{"start":1724921663256,"stop":1724921663256,"duration":0}},{"uid":"7d1ec9ea81d3b5f8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7d1ec9ea81d3b5f8","status":"passed","time":{"start":1724921617882,"stop":1724921617882,"duration":0}},{"uid":"369d95cef6601877","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/369d95cef6601877","status":"passed","time":{"start":1724918326162,"stop":1724918326163,"duration":1}},{"uid":"ebc5a69ef4fc1abe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ebc5a69ef4fc1abe","status":"passed","time":{"start":1724890076399,"stop":1724890076400,"duration":1}},{"uid":"103cd5427a8f7ef5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/103cd5427a8f7ef5","status":"passed","time":{"start":1724889199691,"stop":1724889199692,"duration":1}},{"uid":"af014da642a01ebb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/af014da642a01ebb","status":"passed","time":{"start":1724888382429,"stop":1724888382429,"duration":0}},{"uid":"ff32e129187a5557","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ff32e129187a5557","status":"passed","time":{"start":1724887156371,"stop":1724887156371,"duration":0}},{"uid":"eb7f50d89df1baaf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eb7f50d89df1baaf","status":"passed","time":{"start":1724886936174,"stop":1724886936175,"duration":1}},{"uid":"9f9523b7aa9160e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f9523b7aa9160e5","status":"passed","time":{"start":1724862347649,"stop":1724862347650,"duration":1}},{"uid":"2f36f9e562eb6a65","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2f36f9e562eb6a65","status":"passed","time":{"start":1724861827959,"stop":1724861827959,"duration":0}},{"uid":"bd464ba531f712ac","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bd464ba531f712ac","status":"passed","time":{"start":1724861685962,"stop":1724861685962,"duration":0}},{"uid":"3871923f14798642","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3871923f14798642","status":"passed","time":{"start":1724861514748,"stop":1724861514749,"duration":1}}]},"afe5846fa7c9c72b3080fc7c91a81d53:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c8681cf608482ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c8681cf608482ac","status":"passed","time":{"start":1724890039744,"stop":1724890039745,"duration":1}}]},"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"507c4f7a63459610","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/507c4f7a63459610","status":"passed","time":{"start":1724921297007,"stop":1724921297007,"duration":0}},{"uid":"5836c6c604bb9509","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5836c6c604bb9509","status":"passed","time":{"start":1724921276367,"stop":1724921276367,"duration":0}},{"uid":"bb181a242bfb3dd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bb181a242bfb3dd","status":"passed","time":{"start":1724917948323,"stop":1724917948324,"duration":1}},{"uid":"52f4c3d2a8df9d6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52f4c3d2a8df9d6","status":"passed","time":{"start":1724889729008,"stop":1724889729008,"duration":0}},{"uid":"48949877d91b1f18","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/48949877d91b1f18","status":"passed","time":{"start":1724888864953,"stop":1724888864954,"duration":1}},{"uid":"7daf542cedb22f31","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7daf542cedb22f31","status":"passed","time":{"start":1724888053747,"stop":1724888053747,"duration":0}},{"uid":"f8183552326f24fe","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f8183552326f24fe","status":"passed","time":{"start":1724886811661,"stop":1724886811662,"duration":1}},{"uid":"bd38cff206413edd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bd38cff206413edd","status":"passed","time":{"start":1724886581003,"stop":1724886581003,"duration":0}},{"uid":"f1a6d373e1b4918b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f1a6d373e1b4918b","status":"passed","time":{"start":1724862019561,"stop":1724862019561,"duration":0}},{"uid":"93b0cee8baa92ce0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/93b0cee8baa92ce0","status":"passed","time":{"start":1724861493937,"stop":1724861493937,"duration":0}},{"uid":"c92cdac04be267d5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c92cdac04be267d5","status":"passed","time":{"start":1724861318028,"stop":1724861318028,"duration":0}},{"uid":"317938095db4b427","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/317938095db4b427","status":"passed","time":{"start":1724861178515,"stop":1724861178516,"duration":1}}]},"c54446b9cc7f1c9cab70e8410107944e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4073ccc3e53de023","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4073ccc3e53de023","status":"passed","time":{"start":1724890039740,"stop":1724890039740,"duration":0}}]},"91169d6788180ef760710800a9fa26e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ed2db9c3dd027f8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ed2db9c3dd027f8","status":"passed","time":{"start":1724921037647,"stop":1724921037647,"duration":0}},{"uid":"3248bbdb10213b35","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3248bbdb10213b35","status":"passed","time":{"start":1724921013060,"stop":1724921013060,"duration":0}},{"uid":"db59be993c6cff07","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/db59be993c6cff07","status":"passed","time":{"start":1724917673301,"stop":1724917673301,"duration":0}},{"uid":"dc0c3fafbbb1d6f5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dc0c3fafbbb1d6f5","status":"passed","time":{"start":1724889452321,"stop":1724889452321,"duration":0}},{"uid":"2ee5e9067fcb7f0c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ee5e9067fcb7f0c","status":"passed","time":{"start":1724888602852,"stop":1724888602852,"duration":0}},{"uid":"18b1b772848f83ac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/18b1b772848f83ac","status":"passed","time":{"start":1724887759173,"stop":1724887759174,"duration":1}},{"uid":"a3e5a438de2595a3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a3e5a438de2595a3","status":"passed","time":{"start":1724886525552,"stop":1724886525553,"duration":1}},{"uid":"fc63f9d32053e454","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fc63f9d32053e454","status":"passed","time":{"start":1724886303407,"stop":1724886303407,"duration":0}},{"uid":"8a873b3f30a6b849","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8a873b3f30a6b849","status":"passed","time":{"start":1724861752240,"stop":1724861752240,"duration":0}},{"uid":"f9cfdec184d02232","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f9cfdec184d02232","status":"passed","time":{"start":1724861223364,"stop":1724861223364,"duration":0}},{"uid":"c22e4a5cb335a962","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c22e4a5cb335a962","status":"passed","time":{"start":1724861045213,"stop":1724861045213,"duration":0}},{"uid":"c0920ca72ac0f5f0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c0920ca72ac0f5f0","status":"passed","time":{"start":1724860907098,"stop":1724860907098,"duration":0}}]},"faf5c97a47e44194b2bede086cc64fb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b067aa7821b49b78","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b067aa7821b49b78","status":"passed","time":{"start":1724921065908,"stop":1724921065908,"duration":0}},{"uid":"91476312301a0048","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/91476312301a0048","status":"passed","time":{"start":1724921040945,"stop":1724921040946,"duration":1}},{"uid":"5ecdd432045c5bdb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5ecdd432045c5bdb","status":"passed","time":{"start":1724917701154,"stop":1724917701154,"duration":0}},{"uid":"907c3d3d031afbcb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/907c3d3d031afbcb","status":"passed","time":{"start":1724889479973,"stop":1724889479973,"duration":0}},{"uid":"66e70b1d8a8342ff","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/66e70b1d8a8342ff","status":"passed","time":{"start":1724888630721,"stop":1724888630722,"duration":1}},{"uid":"d675ae02803df951","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d675ae02803df951","status":"passed","time":{"start":1724887787004,"stop":1724887787004,"duration":0}},{"uid":"2111e74c748d8bc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2111e74c748d8bc1","status":"passed","time":{"start":1724886553667,"stop":1724886553667,"duration":0}},{"uid":"13ede41c4c0701","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/13ede41c4c0701","status":"passed","time":{"start":1724886331490,"stop":1724886331490,"duration":0}},{"uid":"e9449f682bfce9e3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e9449f682bfce9e3","status":"passed","time":{"start":1724861780654,"stop":1724861780655,"duration":1}},{"uid":"109207daad6eae53","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/109207daad6eae53","status":"passed","time":{"start":1724861251096,"stop":1724861251097,"duration":1}},{"uid":"7a7ae86abad4b794","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7a7ae86abad4b794","status":"passed","time":{"start":1724861074802,"stop":1724861074806,"duration":4}},{"uid":"7cb5ddc6a266c714","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7cb5ddc6a266c714","status":"passed","time":{"start":1724860935669,"stop":1724860935670,"duration":1}}]},"d02fdd10ccfb487d2fe408fd84914286:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e661d0d43e6bf5d5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e661d0d43e6bf5d5","status":"passed","time":{"start":1724888268042,"stop":1724888268042,"duration":0}}]},"c9cb9f027dc8cec2b05c071729f33a6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9f3dac79af91b466","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9f3dac79af91b466","status":"passed","time":{"start":1724921267873,"stop":1724921267873,"duration":0}},{"uid":"7055e1b2e178375b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7055e1b2e178375b","status":"passed","time":{"start":1724921244386,"stop":1724921244386,"duration":0}},{"uid":"9e2e08db7ba47a21","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9e2e08db7ba47a21","status":"passed","time":{"start":1724917916057,"stop":1724917916058,"duration":1}},{"uid":"3c6cf3a43975583","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c6cf3a43975583","status":"passed","time":{"start":1724889678259,"stop":1724889678259,"duration":0}},{"uid":"c9155ea595f6ed42","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c9155ea595f6ed42","status":"passed","time":{"start":1724888831687,"stop":1724888831687,"duration":0}},{"uid":"9c3a635560b90391","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9c3a635560b90391","status":"passed","time":{"start":1724888003323,"stop":1724888003323,"duration":0}},{"uid":"b93a9c65630cc6d1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b93a9c65630cc6d1","status":"passed","time":{"start":1724886776612,"stop":1724886776612,"duration":0}},{"uid":"e9c584262d88d0be","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e9c584262d88d0be","status":"passed","time":{"start":1724886555801,"stop":1724886555801,"duration":0}},{"uid":"ea31c1b1ffe26c74","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ea31c1b1ffe26c74","status":"passed","time":{"start":1724861983013,"stop":1724861983013,"duration":0}},{"uid":"7c03a9830e7010d7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7c03a9830e7010d7","status":"passed","time":{"start":1724861444070,"stop":1724861444070,"duration":0}},{"uid":"2a9c86b9ae9d78c1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2a9c86b9ae9d78c1","status":"passed","time":{"start":1724861285838,"stop":1724861285838,"duration":0}},{"uid":"4403eac6cef02f80","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4403eac6cef02f80","status":"passed","time":{"start":1724861145675,"stop":1724861145676,"duration":1}}]},"6dac1bbcf3f5742bc63df1508df2c90d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"12e7268d2941260d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/12e7268d2941260d","status":"passed","time":{"start":1724921061847,"stop":1724921061848,"duration":1}},{"uid":"b737e90dbc66844d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b737e90dbc66844d","status":"passed","time":{"start":1724921037157,"stop":1724921037157,"duration":0}},{"uid":"b704ec54c3da7a65","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b704ec54c3da7a65","status":"passed","time":{"start":1724917697301,"stop":1724917697301,"duration":0}},{"uid":"36698e885a57287e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/36698e885a57287e","status":"passed","time":{"start":1724889476083,"stop":1724889476083,"duration":0}},{"uid":"91b605b69ee2b48b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91b605b69ee2b48b","status":"passed","time":{"start":1724888626886,"stop":1724888626886,"duration":0}},{"uid":"13f087e156e6ab15","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/13f087e156e6ab15","status":"passed","time":{"start":1724887783107,"stop":1724887783108,"duration":1}},{"uid":"2054a328e9dfb3d2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2054a328e9dfb3d2","status":"passed","time":{"start":1724886549919,"stop":1724886549919,"duration":0}},{"uid":"9f2a0693214462fc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9f2a0693214462fc","status":"passed","time":{"start":1724886327580,"stop":1724886327580,"duration":0}},{"uid":"9f50ccd4fc3ef5ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f50ccd4fc3ef5ac","status":"passed","time":{"start":1724861776806,"stop":1724861776806,"duration":0}},{"uid":"19bd357c6648c9a0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/19bd357c6648c9a0","status":"passed","time":{"start":1724861247298,"stop":1724861247298,"duration":0}},{"uid":"2b38d0389c41b0f6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2b38d0389c41b0f6","status":"passed","time":{"start":1724861071394,"stop":1724861071394,"duration":0}},{"uid":"8ac920522383c84a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8ac920522383c84a","status":"passed","time":{"start":1724860931794,"stop":1724860931794,"duration":0}}]},"966d13c504307d3d32ea508ddab4b702:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4d360ace2f60a101","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4d360ace2f60a101","status":"passed","time":{"start":1724921164595,"stop":1724921164595,"duration":0}},{"uid":"1ea48982a8ef2c26","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1ea48982a8ef2c26","status":"passed","time":{"start":1724921137825,"stop":1724921137826,"duration":1}},{"uid":"e681317b45755596","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e681317b45755596","status":"passed","time":{"start":1724917810539,"stop":1724917810540,"duration":1}},{"uid":"2f9bce5e06e091e2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2f9bce5e06e091e2","status":"passed","time":{"start":1724889585448,"stop":1724889585448,"duration":0}},{"uid":"e653b23fbef63779","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e653b23fbef63779","status":"passed","time":{"start":1724888736509,"stop":1724888736510,"duration":1}},{"uid":"a33bdc923e6a1ceb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a33bdc923e6a1ceb","status":"passed","time":{"start":1724887891790,"stop":1724887891793,"duration":3}},{"uid":"6c502833ce767e21","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6c502833ce767e21","status":"passed","time":{"start":1724886657789,"stop":1724886657789,"duration":0}},{"uid":"5a252d068738f1a1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5a252d068738f1a1","status":"passed","time":{"start":1724886447358,"stop":1724886447358,"duration":0}},{"uid":"6e94762ad28e2eb1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e94762ad28e2eb1","status":"passed","time":{"start":1724861880122,"stop":1724861880123,"duration":1}},{"uid":"27d4185d024dce9b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/27d4185d024dce9b","status":"passed","time":{"start":1724861359781,"stop":1724861359782,"duration":1}},{"uid":"69962e63429ec87","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/69962e63429ec87","status":"passed","time":{"start":1724861179681,"stop":1724861179682,"duration":1}},{"uid":"bfaa5ec0a49ca8fb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bfaa5ec0a49ca8fb","status":"passed","time":{"start":1724861040980,"stop":1724861040980,"duration":0}}]},"df829ffb0c1f37dedf0d1e6cbd3994a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8610d85b9cb2bacb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8610d85b9cb2bacb","status":"passed","time":{"start":1724921270339,"stop":1724921270339,"duration":0}},{"uid":"df8dcb6c756a5aa1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/df8dcb6c756a5aa1","status":"passed","time":{"start":1724921247770,"stop":1724921247771,"duration":1}},{"uid":"fdd5ce371d7b9d01","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fdd5ce371d7b9d01","status":"passed","time":{"start":1724917989807,"stop":1724917989807,"duration":0}},{"uid":"ebcb430193312f01","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ebcb430193312f01","status":"passed","time":{"start":1724889678531,"stop":1724889678531,"duration":0}},{"uid":"74d1ff52389485ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/74d1ff52389485ae","status":"passed","time":{"start":1724888829821,"stop":1724888829823,"duration":2}},{"uid":"daafc8867ed9827","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/daafc8867ed9827","status":"passed","time":{"start":1724888076969,"stop":1724888076970,"duration":1}},{"uid":"820f37e8da4c2123","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/820f37e8da4c2123","status":"passed","time":{"start":1724886851109,"stop":1724886851109,"duration":0}},{"uid":"8bf2b35f0db1b4fe","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8bf2b35f0db1b4fe","status":"passed","time":{"start":1724886647046,"stop":1724886647052,"duration":6}},{"uid":"c5a77d5e0699b81d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5a77d5e0699b81d","status":"passed","time":{"start":1724861992700,"stop":1724861992700,"duration":0}},{"uid":"981d2b3303384dd7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/981d2b3303384dd7","status":"passed","time":{"start":1724861469625,"stop":1724861469626,"duration":1}},{"uid":"b85929f97d00ed1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b85929f97d00ed1","status":"passed","time":{"start":1724861284843,"stop":1724861284843,"duration":0}},{"uid":"f97e3996bda14912","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f97e3996bda14912","status":"passed","time":{"start":1724861145768,"stop":1724861145768,"duration":0}}]},"f07bbf2d26681c61830aa3249eb8a21e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"28e654afb2a4f339","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/28e654afb2a4f339","status":"passed","time":{"start":1724862262049,"stop":1724862262050,"duration":1}}]},"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"da0313b09ec9a09","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/da0313b09ec9a09","status":"passed","time":{"start":1724921072290,"stop":1724921072291,"duration":1}},{"uid":"a3ba496d573aa1a9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a3ba496d573aa1a9","status":"passed","time":{"start":1724921047282,"stop":1724921047282,"duration":0}},{"uid":"648a73b6e774ed0c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/648a73b6e774ed0c","status":"passed","time":{"start":1724917707454,"stop":1724917707455,"duration":1}},{"uid":"c159059a3b7eab0c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c159059a3b7eab0c","status":"passed","time":{"start":1724889486388,"stop":1724889486389,"duration":1}},{"uid":"4051b92d96c31143","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4051b92d96c31143","status":"passed","time":{"start":1724888637013,"stop":1724888637013,"duration":0}},{"uid":"5608fa754c436d3e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5608fa754c436d3e","status":"passed","time":{"start":1724887793423,"stop":1724887793423,"duration":0}},{"uid":"4fafa30266e86754","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4fafa30266e86754","status":"passed","time":{"start":1724886560036,"stop":1724886560036,"duration":0}},{"uid":"67257fde66ee9e2f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/67257fde66ee9e2f","status":"passed","time":{"start":1724886337878,"stop":1724886337879,"duration":1}},{"uid":"79b75dc4b75ced1a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/79b75dc4b75ced1a","status":"passed","time":{"start":1724861787236,"stop":1724861787236,"duration":0}},{"uid":"edde150de4d52482","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/edde150de4d52482","status":"passed","time":{"start":1724861257426,"stop":1724861257427,"duration":1}},{"uid":"6e2fda4eaf455ab7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6e2fda4eaf455ab7","status":"passed","time":{"start":1724861081341,"stop":1724861081341,"duration":0}},{"uid":"2f8396bd620213b3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2f8396bd620213b3","status":"passed","time":{"start":1724860942008,"stop":1724860942009,"duration":1}}]}} \ No newline at end of file +{"3f6c66760972b99278c4557cf3cbcd04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6227b7cf48b57a27","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6227b7cf48b57a27","status":"passed","time":{"start":1724922374677,"stop":1724922374677,"duration":0}},{"uid":"4549a666b90f29ba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4549a666b90f29ba","status":"passed","time":{"start":1724921037637,"stop":1724921037637,"duration":0}},{"uid":"76db4adc6a105d0b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/76db4adc6a105d0b","status":"passed","time":{"start":1724921013049,"stop":1724921013050,"duration":1}},{"uid":"517ad06a083b6d84","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/517ad06a083b6d84","status":"passed","time":{"start":1724917673293,"stop":1724917673294,"duration":1}},{"uid":"4f27f29ffb8e1cf9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f27f29ffb8e1cf9","status":"passed","time":{"start":1724889452312,"stop":1724889452312,"duration":0}},{"uid":"b3b35f239bd84118","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b3b35f239bd84118","status":"passed","time":{"start":1724888602842,"stop":1724888602842,"duration":0}},{"uid":"3ead0bb8c90face7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3ead0bb8c90face7","status":"passed","time":{"start":1724887759165,"stop":1724887759165,"duration":0}},{"uid":"dd0a548552d97fa2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dd0a548552d97fa2","status":"passed","time":{"start":1724886525545,"stop":1724886525545,"duration":0}},{"uid":"7a1613a31ec4080d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7a1613a31ec4080d","status":"passed","time":{"start":1724886303398,"stop":1724886303399,"duration":1}},{"uid":"cc04edd9e2fa9b3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc04edd9e2fa9b3e","status":"passed","time":{"start":1724861752230,"stop":1724861752230,"duration":0}},{"uid":"522e19431d42a674","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/522e19431d42a674","status":"passed","time":{"start":1724861223356,"stop":1724861223356,"duration":0}},{"uid":"83cc54823dad19a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/83cc54823dad19a","status":"passed","time":{"start":1724861045204,"stop":1724861045205,"duration":1}},{"uid":"c75dcc4266cc0feb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c75dcc4266cc0feb","status":"passed","time":{"start":1724860907086,"stop":1724860907086,"duration":0}}]},"96c6b0eed164f405a87de18099223b64:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"55d8048671fc7bc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/55d8048671fc7bc1","status":"passed","time":{"start":1724887032416,"stop":1724887032416,"duration":0}}]},"ba6f4ccdefcbacaae5b841718fa8ff87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"980c28369017adb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/980c28369017adb","status":"passed","time":{"start":1724922775986,"stop":1724922775987,"duration":1}},{"uid":"4d3fda186b727c06","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4d3fda186b727c06","status":"passed","time":{"start":1724921423894,"stop":1724921423895,"duration":1}},{"uid":"d74dadeb532effab","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d74dadeb532effab","status":"passed","time":{"start":1724921407985,"stop":1724921407985,"duration":0}},{"uid":"c18f0ba95f75e431","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c18f0ba95f75e431","status":"passed","time":{"start":1724918130464,"stop":1724918130464,"duration":0}},{"uid":"dbf4d6034d5f7182","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dbf4d6034d5f7182","status":"passed","time":{"start":1724889849944,"stop":1724889849946,"duration":2}},{"uid":"31ff5881e1ef8682","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31ff5881e1ef8682","status":"passed","time":{"start":1724888984943,"stop":1724888984943,"duration":0}},{"uid":"6a49dd6fdcba2ca3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a49dd6fdcba2ca3","status":"passed","time":{"start":1724888172873,"stop":1724888172874,"duration":1}},{"uid":"71b6d99e7e384dc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/71b6d99e7e384dc1","status":"passed","time":{"start":1724886941904,"stop":1724886941904,"duration":0}},{"uid":"b7b9eb6488f9907c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b7b9eb6488f9907c","status":"passed","time":{"start":1724886712938,"stop":1724886712938,"duration":0}},{"uid":"d7d358f57f8ccd7f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d7d358f57f8ccd7f","status":"passed","time":{"start":1724862129831,"stop":1724862129831,"duration":0}},{"uid":"f345775ff8c4b418","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f345775ff8c4b418","status":"passed","time":{"start":1724861625586,"stop":1724861625586,"duration":0}},{"uid":"4e8913f7f6d278ca","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4e8913f7f6d278ca","status":"passed","time":{"start":1724861470311,"stop":1724861470311,"duration":0}},{"uid":"119e0b73b482f0f1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/119e0b73b482f0f1","status":"passed","time":{"start":1724861304273,"stop":1724861304273,"duration":0}}]},"682fae8543bf88700f30b4d164fc1367:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e94e2e3e68185de9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e94e2e3e68185de9","status":"passed","time":{"start":1724918259546,"stop":1724918259546,"duration":0}}]},"1f745989f12a2ee168dd0901e424fa9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"160c7b57227e9446","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/160c7b57227e9446","status":"passed","time":{"start":1724922853909,"stop":1724922853909,"duration":0}},{"uid":"67f60c430e453eff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/67f60c430e453eff","status":"passed","time":{"start":1724921529570,"stop":1724921529571,"duration":1}},{"uid":"7db7a24d7186e399","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7db7a24d7186e399","status":"passed","time":{"start":1724921488872,"stop":1724921488873,"duration":1}},{"uid":"677ddcf58d681a88","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/677ddcf58d681a88","status":"passed","time":{"start":1724918203668,"stop":1724918203668,"duration":0}},{"uid":"20365fb66db17de4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/20365fb66db17de4","status":"passed","time":{"start":1724889938352,"stop":1724889938352,"duration":0}},{"uid":"d56b258498fb214e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d56b258498fb214e","status":"passed","time":{"start":1724889077031,"stop":1724889077032,"duration":1}},{"uid":"60e66913823a066b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/60e66913823a066b","status":"passed","time":{"start":1724888268004,"stop":1724888268004,"duration":0}},{"uid":"cfd7de0de3b9226b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cfd7de0de3b9226b","status":"passed","time":{"start":1724887032388,"stop":1724887032388,"duration":0}},{"uid":"4497f5bb9e5c5d48","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4497f5bb9e5c5d48","status":"passed","time":{"start":1724886822785,"stop":1724886822785,"duration":0}},{"uid":"e3cbc07a75e31776","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e3cbc07a75e31776","status":"passed","time":{"start":1724862233503,"stop":1724862233503,"duration":0}},{"uid":"138300d38294e947","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/138300d38294e947","status":"passed","time":{"start":1724861712663,"stop":1724861712663,"duration":0}},{"uid":"1fd1b8e735f881a0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1fd1b8e735f881a0","status":"passed","time":{"start":1724861567879,"stop":1724861567880,"duration":1}},{"uid":"1fcf7a59c29e2432","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1fcf7a59c29e2432","status":"passed","time":{"start":1724861392038,"stop":1724861392038,"duration":0}}]},"1475ae37b222da78e668d84beb1b9d08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2bbfa1a52854a47f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2bbfa1a52854a47f","status":"passed","time":{"start":1724886848929,"stop":1724886848930,"duration":1}}]},"39f59080b5d6fbae518c82e94593bca2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"72ab84449ed014a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/72ab84449ed014a","status":"passed","time":{"start":1724922377156,"stop":1724922377156,"duration":0}},{"uid":"2cdcdd4b86f2098","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2cdcdd4b86f2098","status":"passed","time":{"start":1724921040181,"stop":1724921040181,"duration":0}},{"uid":"de94fad5502e44b0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/de94fad5502e44b0","status":"passed","time":{"start":1724921015574,"stop":1724921015574,"duration":0}},{"uid":"a7f909271fda2585","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a7f909271fda2585","status":"passed","time":{"start":1724917675800,"stop":1724917675800,"duration":0}},{"uid":"1119cd41bae48c4f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1119cd41bae48c4f","status":"passed","time":{"start":1724889454807,"stop":1724889454808,"duration":1}},{"uid":"5f56631baa8cbc86","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f56631baa8cbc86","status":"passed","time":{"start":1724888605323,"stop":1724888605323,"duration":0}},{"uid":"f8a3c8851799ec1e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f8a3c8851799ec1e","status":"passed","time":{"start":1724887761648,"stop":1724887761649,"duration":1}},{"uid":"c3bf2a23916f7847","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c3bf2a23916f7847","status":"passed","time":{"start":1724886527994,"stop":1724886527994,"duration":0}},{"uid":"6b308c8e85b5bc65","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6b308c8e85b5bc65","status":"passed","time":{"start":1724886305813,"stop":1724886305813,"duration":0}},{"uid":"bf80c2b512d766d3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf80c2b512d766d3","status":"passed","time":{"start":1724861754710,"stop":1724861754710,"duration":0}},{"uid":"507ae564825dd44c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/507ae564825dd44c","status":"passed","time":{"start":1724861225783,"stop":1724861225783,"duration":0}},{"uid":"b2f8368cf2c23652","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b2f8368cf2c23652","status":"passed","time":{"start":1724861047870,"stop":1724861047870,"duration":0}},{"uid":"3a09079bec7cbfcf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3a09079bec7cbfcf","status":"passed","time":{"start":1724860909786,"stop":1724860909786,"duration":0}}]},"8f83da17e3a61143f1b0164036ea3c7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d1072cecc748ed4b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d1072cecc748ed4b","status":"passed","time":{"start":1724887092630,"stop":1724887092630,"duration":0}}]},"012516d4701f54c825856c988f24ef70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"795e68a892725d4d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/795e68a892725d4d","status":"passed","time":{"start":1724861485081,"stop":1724861485082,"duration":1}}]},"56cbcc93132ca5c7a31f73814848f0be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d875d250ea5b68d0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d875d250ea5b68d0","status":"passed","time":{"start":1724862233518,"stop":1724862233521,"duration":3}}]},"2af63252c8685876a1aa16ea1f005c2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"af8a00e418093fd1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/af8a00e418093fd1","status":"passed","time":{"start":1724922611438,"stop":1724922611438,"duration":0}},{"uid":"bf50ae68b948f731","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bf50ae68b948f731","status":"passed","time":{"start":1724921270360,"stop":1724921270360,"duration":0}},{"uid":"bd665389713af02a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bd665389713af02a","status":"passed","time":{"start":1724921247819,"stop":1724921247820,"duration":1}},{"uid":"1d67769cdc710a9f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1d67769cdc710a9f","status":"passed","time":{"start":1724917989821,"stop":1724917989821,"duration":0}},{"uid":"82e5fcb22727cd9a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/82e5fcb22727cd9a","status":"passed","time":{"start":1724889678566,"stop":1724889678567,"duration":1}},{"uid":"d32be53b710579b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d32be53b710579b2","status":"passed","time":{"start":1724888829845,"stop":1724888829845,"duration":0}},{"uid":"fecfcd0b6f3a72a1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fecfcd0b6f3a72a1","status":"passed","time":{"start":1724888077012,"stop":1724888077013,"duration":1}},{"uid":"c2426812462bdf31","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c2426812462bdf31","status":"passed","time":{"start":1724886851127,"stop":1724886851128,"duration":1}},{"uid":"cff956ee4aa9d166","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cff956ee4aa9d166","status":"passed","time":{"start":1724886647113,"stop":1724886647118,"duration":5}},{"uid":"7fd3641dbac6938f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7fd3641dbac6938f","status":"passed","time":{"start":1724861992714,"stop":1724861992715,"duration":1}},{"uid":"c047cab61f85cd85","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c047cab61f85cd85","status":"passed","time":{"start":1724861469646,"stop":1724861469646,"duration":0}},{"uid":"937692d15fd9c1e4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/937692d15fd9c1e4","status":"passed","time":{"start":1724861284860,"stop":1724861284861,"duration":1}},{"uid":"c86f638f32731703","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c86f638f32731703","status":"passed","time":{"start":1724861145811,"stop":1724861145811,"duration":0}}]},"c699536f4c84b6db4481ba440ea9cc1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d13aa0deaca4f109","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d13aa0deaca4f109","status":"passed","time":{"start":1724922601838,"stop":1724922601839,"duration":1}},{"uid":"50bd4e105c3a34e4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/50bd4e105c3a34e4","status":"passed","time":{"start":1724921267865,"stop":1724921267866,"duration":1}},{"uid":"bd35bf4ddbc5114b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bd35bf4ddbc5114b","status":"passed","time":{"start":1724921244357,"stop":1724921244357,"duration":0}},{"uid":"7e5162e58078ac9a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7e5162e58078ac9a","status":"passed","time":{"start":1724917916039,"stop":1724917916039,"duration":0}},{"uid":"6be05f590948152","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6be05f590948152","status":"passed","time":{"start":1724889678250,"stop":1724889678250,"duration":0}},{"uid":"c530b848052ef079","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c530b848052ef079","status":"passed","time":{"start":1724888831680,"stop":1724888831681,"duration":1}},{"uid":"c76432d96afbfbc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c76432d96afbfbc","status":"passed","time":{"start":1724888003316,"stop":1724888003316,"duration":0}},{"uid":"9352fb42939939fa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9352fb42939939fa","status":"passed","time":{"start":1724886776601,"stop":1724886776602,"duration":1}},{"uid":"514cefad5365ac0d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/514cefad5365ac0d","status":"passed","time":{"start":1724886555788,"stop":1724886555788,"duration":0}},{"uid":"9dff271d57f16fe6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9dff271d57f16fe6","status":"passed","time":{"start":1724861983002,"stop":1724861983002,"duration":0}},{"uid":"bff0846a9eb2564","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bff0846a9eb2564","status":"passed","time":{"start":1724861444063,"stop":1724861444063,"duration":0}},{"uid":"dbd1277663ee9322","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dbd1277663ee9322","status":"passed","time":{"start":1724861285825,"stop":1724861285826,"duration":1}},{"uid":"52f5a7c8f4451d9f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/52f5a7c8f4451d9f","status":"passed","time":{"start":1724861145657,"stop":1724861145658,"duration":1}}]},"a435f8b0b0becf8c2eaf3ac2a3375b51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"83c46f677e400336","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/83c46f677e400336","status":"passed","time":{"start":1724922425600,"stop":1724922425603,"duration":3}},{"uid":"f97eb75c6e81cac2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f97eb75c6e81cac2","status":"passed","time":{"start":1724921088200,"stop":1724921088202,"duration":2}},{"uid":"641f23a65e3eb073","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/641f23a65e3eb073","status":"passed","time":{"start":1724921063383,"stop":1724921063383,"duration":0}},{"uid":"889e4d3742affd40","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/889e4d3742affd40","status":"passed","time":{"start":1724917723834,"stop":1724917723835,"duration":1}},{"uid":"32de61cbc016d421","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/32de61cbc016d421","status":"passed","time":{"start":1724889503227,"stop":1724889503228,"duration":1}},{"uid":"ccfa9bbfc11fddd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ccfa9bbfc11fddd","status":"passed","time":{"start":1724888652594,"stop":1724888652595,"duration":1}},{"uid":"fba682e89ba3120a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fba682e89ba3120a","status":"passed","time":{"start":1724887810649,"stop":1724887810650,"duration":1}},{"uid":"a486eec9a475fa78","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a486eec9a475fa78","status":"passed","time":{"start":1724886577072,"stop":1724886577073,"duration":1}},{"uid":"e68ba43ffd2f202b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e68ba43ffd2f202b","status":"passed","time":{"start":1724886355053,"stop":1724886355054,"duration":1}},{"uid":"dcc826b05189028f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dcc826b05189028f","status":"passed","time":{"start":1724861804042,"stop":1724861804050,"duration":8}},{"uid":"18320068fdc105f0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/18320068fdc105f0","status":"passed","time":{"start":1724861273297,"stop":1724861273298,"duration":1}},{"uid":"efac001352ac5cdb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/efac001352ac5cdb","status":"passed","time":{"start":1724861099310,"stop":1724861099311,"duration":1}},{"uid":"8b4a9008c8a3cc33","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8b4a9008c8a3cc33","status":"passed","time":{"start":1724860959309,"stop":1724860959311,"duration":2}}]},"9ab4a09c5e6a6b120c60466023b76436:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1419da909ad16d06","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1419da909ad16d06","status":"passed","time":{"start":1724861392064,"stop":1724861392064,"duration":0}}]},"058611e0379b567ec369f6d23bd97baf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9a58c90c3b5ad709","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9a58c90c3b5ad709","status":"passed","time":{"start":1724922383092,"stop":1724922383092,"duration":0}},{"uid":"15f156674dabe4af","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/15f156674dabe4af","status":"passed","time":{"start":1724921046208,"stop":1724921046208,"duration":0}},{"uid":"85dcf8418ae7c5cb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/85dcf8418ae7c5cb","status":"passed","time":{"start":1724921021480,"stop":1724921021480,"duration":0}},{"uid":"f9405ee5f0816002","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f9405ee5f0816002","status":"passed","time":{"start":1724917681728,"stop":1724917681728,"duration":0}},{"uid":"b3e25d42cf26866","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b3e25d42cf26866","status":"passed","time":{"start":1724889460656,"stop":1724889460656,"duration":0}},{"uid":"7790b3b458c17d39","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7790b3b458c17d39","status":"passed","time":{"start":1724888611299,"stop":1724888611299,"duration":0}},{"uid":"8c02e34f07e814f3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8c02e34f07e814f3","status":"passed","time":{"start":1724887767624,"stop":1724887767624,"duration":0}},{"uid":"b99b35e07029c01a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b99b35e07029c01a","status":"passed","time":{"start":1724886533995,"stop":1724886533995,"duration":0}},{"uid":"aecc8725016eef6e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/aecc8725016eef6e","status":"passed","time":{"start":1724886311762,"stop":1724886311762,"duration":0}},{"uid":"1587667804ebdb1e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1587667804ebdb1e","status":"passed","time":{"start":1724861760780,"stop":1724861760780,"duration":0}},{"uid":"48f326058e571e2c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/48f326058e571e2c","status":"passed","time":{"start":1724861231738,"stop":1724861231738,"duration":0}},{"uid":"6e395d806debbb4f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6e395d806debbb4f","status":"passed","time":{"start":1724861054261,"stop":1724861054261,"duration":0}},{"uid":"4b939f56f7a6b112","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4b939f56f7a6b112","status":"passed","time":{"start":1724860915818,"stop":1724860915818,"duration":0}}]},"ca0aa9b4f0257c98141dd0b8857ad0ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd878730bd98919c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cd878730bd98919c","status":"passed","time":{"start":1724921613048,"stop":1724921613049,"duration":1}}]},"4d863be13dd3a1bef0b830601781c59d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b8dd82888d183c95","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b8dd82888d183c95","status":"passed","time":{"start":1724922661651,"stop":1724922661652,"duration":1}},{"uid":"62c003fcc12ff210","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/62c003fcc12ff210","status":"passed","time":{"start":1724921321312,"stop":1724921321312,"duration":0}},{"uid":"3309f9cdf8962383","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3309f9cdf8962383","status":"passed","time":{"start":1724921298786,"stop":1724921298786,"duration":0}},{"uid":"802419bb7562ac95","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/802419bb7562ac95","status":"passed","time":{"start":1724918008265,"stop":1724918008266,"duration":1}},{"uid":"738ac5373b1aa039","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/738ac5373b1aa039","status":"passed","time":{"start":1724889728596,"stop":1724889728596,"duration":0}},{"uid":"b43e555b9774563d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b43e555b9774563d","status":"passed","time":{"start":1724888882875,"stop":1724888882876,"duration":1}},{"uid":"ba39b2515c56d12d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ba39b2515c56d12d","status":"passed","time":{"start":1724888111026,"stop":1724888111026,"duration":0}},{"uid":"7a84b7116a7f9a34","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7a84b7116a7f9a34","status":"passed","time":{"start":1724886869448,"stop":1724886869448,"duration":0}},{"uid":"61b383278d22436a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/61b383278d22436a","status":"passed","time":{"start":1724886642937,"stop":1724886642938,"duration":1}},{"uid":"c2f3103ea561061a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2f3103ea561061a","status":"passed","time":{"start":1724862044582,"stop":1724862044582,"duration":0}},{"uid":"3588bc86bf766c67","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3588bc86bf766c67","status":"passed","time":{"start":1724861523040,"stop":1724861523041,"duration":1}},{"uid":"63f1fc007bdc4a1d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/63f1fc007bdc4a1d","status":"passed","time":{"start":1724861362474,"stop":1724861362475,"duration":1}},{"uid":"1ae84c16ed3e3a38","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1ae84c16ed3e3a38","status":"passed","time":{"start":1724861196856,"stop":1724861196858,"duration":2}}]},"1245c88246b4c7e7c5fb27ace076c684:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e80398954471faee","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e80398954471faee","status":"passed","time":{"start":1724922999265,"stop":1724922999266,"duration":1}},{"uid":"bde2e8fe97db1164","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bde2e8fe97db1164","status":"passed","time":{"start":1724921669869,"stop":1724921669869,"duration":0}},{"uid":"af6f43cd319aab76","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/af6f43cd319aab76","status":"passed","time":{"start":1724921630266,"stop":1724921630266,"duration":0}},{"uid":"dca5ba9501093833","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dca5ba9501093833","status":"passed","time":{"start":1724918332987,"stop":1724918332987,"duration":0}},{"uid":"1fea086787c94c22","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1fea086787c94c22","status":"passed","time":{"start":1724890089467,"stop":1724890089467,"duration":0}},{"uid":"33f8d4f512e8d0ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33f8d4f512e8d0ba","status":"passed","time":{"start":1724889224491,"stop":1724889224491,"duration":0}},{"uid":"27934c7620a2ead2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/27934c7620a2ead2","status":"passed","time":{"start":1724888406345,"stop":1724888406346,"duration":1}},{"uid":"70ab2d6772367c5e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/70ab2d6772367c5e","status":"passed","time":{"start":1724887175023,"stop":1724887175023,"duration":0}},{"uid":"fe50055a2c986ec4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fe50055a2c986ec4","status":"passed","time":{"start":1724886952407,"stop":1724886952407,"duration":0}},{"uid":"a2e0ff8522d7aae4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2e0ff8522d7aae4","status":"passed","time":{"start":1724862378560,"stop":1724862378561,"duration":1}},{"uid":"f47629278d7784e2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f47629278d7784e2","status":"passed","time":{"start":1724861846749,"stop":1724861846749,"duration":0}},{"uid":"556a65cdece01d9e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/556a65cdece01d9e","status":"passed","time":{"start":1724861702534,"stop":1724861702534,"duration":0}},{"uid":"e596feaaf7b3941c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e596feaaf7b3941c","status":"passed","time":{"start":1724861533458,"stop":1724861533458,"duration":0}}]},"6155f6e2bed73f9a83f09d1b91bfd1fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9fe094961cca0519","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9fe094961cca0519","status":"passed","time":{"start":1724922476376,"stop":1724922476376,"duration":0}},{"uid":"80f50c442fbd1929","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/80f50c442fbd1929","status":"passed","time":{"start":1724921141188,"stop":1724921141188,"duration":0}},{"uid":"d837212022f5857c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d837212022f5857c","status":"passed","time":{"start":1724921118249,"stop":1724921118250,"duration":1}},{"uid":"bc1972c72f4d4a77","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bc1972c72f4d4a77","status":"passed","time":{"start":1724917777551,"stop":1724917777552,"duration":1}},{"uid":"d55a31e52b7e1e3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d55a31e52b7e1e3e","status":"passed","time":{"start":1724889554665,"stop":1724889554665,"duration":0}},{"uid":"ebf9735e924be880","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ebf9735e924be880","status":"passed","time":{"start":1724888706938,"stop":1724888706939,"duration":1}},{"uid":"25defb69b7612e01","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/25defb69b7612e01","status":"passed","time":{"start":1724887861774,"stop":1724887861774,"duration":0}},{"uid":"4da6fb70bb3d9725","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4da6fb70bb3d9725","status":"passed","time":{"start":1724886631477,"stop":1724886631477,"duration":0}},{"uid":"96e04edc55d23b60","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/96e04edc55d23b60","status":"passed","time":{"start":1724886409746,"stop":1724886409746,"duration":0}},{"uid":"a9d2c40c968186bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9d2c40c968186bc","status":"passed","time":{"start":1724861858184,"stop":1724861858184,"duration":0}},{"uid":"1b27820e15219bec","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1b27820e15219bec","status":"passed","time":{"start":1724861324521,"stop":1724861324522,"duration":1}},{"uid":"f06ded5106960ee5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f06ded5106960ee5","status":"passed","time":{"start":1724861152391,"stop":1724861152391,"duration":0}},{"uid":"468176c179872949","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/468176c179872949","status":"passed","time":{"start":1724861011435,"stop":1724861011436,"duration":1}}]},"ccc67cdec03f56972b9eddce4b707990:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3d8930f3ace11321","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3d8930f3ace11321","status":"passed","time":{"start":1724922382331,"stop":1724922382332,"duration":1}},{"uid":"d960b4464b4b314","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d960b4464b4b314","status":"passed","time":{"start":1724921045536,"stop":1724921045536,"duration":0}},{"uid":"66a82a8add1b357f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/66a82a8add1b357f","status":"passed","time":{"start":1724921020729,"stop":1724921020730,"duration":1}},{"uid":"f68d79e5bab5c786","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f68d79e5bab5c786","status":"passed","time":{"start":1724917681061,"stop":1724917681062,"duration":1}},{"uid":"1bac8d0b0814c7c5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1bac8d0b0814c7c5","status":"passed","time":{"start":1724889459953,"stop":1724889459954,"duration":1}},{"uid":"f5e118d836e2fd9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f5e118d836e2fd9","status":"passed","time":{"start":1724888610544,"stop":1724888610545,"duration":1}},{"uid":"2be8a5f7f655e5cc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2be8a5f7f655e5cc","status":"passed","time":{"start":1724887766851,"stop":1724887766851,"duration":0}},{"uid":"1e533dc74ed2c3cb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1e533dc74ed2c3cb","status":"passed","time":{"start":1724886533247,"stop":1724886533247,"duration":0}},{"uid":"aec944901411242f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/aec944901411242f","status":"passed","time":{"start":1724886311095,"stop":1724886311096,"duration":1}},{"uid":"50e239204a275f66","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/50e239204a275f66","status":"passed","time":{"start":1724861760052,"stop":1724861760053,"duration":1}},{"uid":"4b9d491fdfa240c0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4b9d491fdfa240c0","status":"passed","time":{"start":1724861230836,"stop":1724861230837,"duration":1}},{"uid":"54815ed7607feb07","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/54815ed7607feb07","status":"passed","time":{"start":1724861053409,"stop":1724861053410,"duration":1}},{"uid":"fa1a0ce9df2ca23","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fa1a0ce9df2ca23","status":"passed","time":{"start":1724860914748,"stop":1724860914748,"duration":0}}]},"68f276a48316b6629b326d8fb3c5948c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c593004c576232fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c593004c576232fa","status":"passed","time":{"start":1724890039742,"stop":1724890039743,"duration":1}}]},"696de4ccfba1b86bf720a692a0da2863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8372ecd543bb2924","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8372ecd543bb2924","status":"passed","time":{"start":1724887068231,"stop":1724887068231,"duration":0}}]},"1cd2e7ab5751589aaf3d7f49c672016c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b04c4681d0b835fd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b04c4681d0b835fd","status":"passed","time":{"start":1724922853915,"stop":1724922853916,"duration":1}},{"uid":"39c6e8808cf3a25b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/39c6e8808cf3a25b","status":"passed","time":{"start":1724921529583,"stop":1724921529583,"duration":0}},{"uid":"d14813d788edfe13","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d14813d788edfe13","status":"passed","time":{"start":1724921488878,"stop":1724921488878,"duration":0}},{"uid":"34d201a741190a69","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/34d201a741190a69","status":"passed","time":{"start":1724918203685,"stop":1724918203685,"duration":0}},{"uid":"c26dc315e037e404","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c26dc315e037e404","status":"passed","time":{"start":1724889938357,"stop":1724889938357,"duration":0}},{"uid":"4eaeaa4afba58730","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4eaeaa4afba58730","status":"passed","time":{"start":1724889077065,"stop":1724889077065,"duration":0}},{"uid":"9a01225b9b4f47a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9a01225b9b4f47a9","status":"passed","time":{"start":1724888268032,"stop":1724888268033,"duration":1}},{"uid":"16b0f82248610724","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/16b0f82248610724","status":"passed","time":{"start":1724887032401,"stop":1724887032401,"duration":0}},{"uid":"c77ad99ee92c509b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c77ad99ee92c509b","status":"passed","time":{"start":1724886822794,"stop":1724886822798,"duration":4}},{"uid":"f99345645d295f3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f99345645d295f3e","status":"passed","time":{"start":1724862233509,"stop":1724862233509,"duration":0}},{"uid":"5ce824b812ef07d2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5ce824b812ef07d2","status":"passed","time":{"start":1724861712668,"stop":1724861712669,"duration":1}},{"uid":"40600e0264f8b109","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/40600e0264f8b109","status":"passed","time":{"start":1724861567887,"stop":1724861567888,"duration":1}},{"uid":"99708101304bde7c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/99708101304bde7c","status":"passed","time":{"start":1724861392053,"stop":1724861392053,"duration":0}}]},"bb39db76e589e83735f49f94360d1011:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd5f29959e124560","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cd5f29959e124560","status":"passed","time":{"start":1724921619635,"stop":1724921619636,"duration":1}}]},"54d048885e840da89bbbb387a2459ee8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba1c64ce09d95e2e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ba1c64ce09d95e2e","status":"passed","time":{"start":1724861465636,"stop":1724861465637,"duration":1}}]},"43e4c3d321b44a5ff314a8644db799cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1593b67437f63101","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1593b67437f63101","status":"passed","time":{"start":1724923012478,"stop":1724923012479,"duration":1}},{"uid":"88e7c7a429e73f95","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/88e7c7a429e73f95","status":"passed","time":{"start":1724921625083,"stop":1724921625083,"duration":0}},{"uid":"9280d4faa41d27a8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9280d4faa41d27a8","status":"passed","time":{"start":1724921590509,"stop":1724921590509,"duration":0}},{"uid":"d31ffe726988e01e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d31ffe726988e01e","status":"passed","time":{"start":1724918287575,"stop":1724918287575,"duration":0}},{"uid":"ccabaf9131c2886e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ccabaf9131c2886e","status":"passed","time":{"start":1724890047800,"stop":1724890047800,"duration":0}},{"uid":"60719b15000f6032","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/60719b15000f6032","status":"passed","time":{"start":1724889183941,"stop":1724889183942,"duration":1}},{"uid":"ccd87c0b1692fe27","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ccd87c0b1692fe27","status":"passed","time":{"start":1724888354181,"stop":1724888354182,"duration":1}},{"uid":"7b886a49e4a4781d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7b886a49e4a4781d","status":"passed","time":{"start":1724887145718,"stop":1724887145719,"duration":1}},{"uid":"e66c9bb9614af8a1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e66c9bb9614af8a1","status":"passed","time":{"start":1724886915797,"stop":1724886915797,"duration":0}},{"uid":"d4fea9e628919840","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d4fea9e628919840","status":"passed","time":{"start":1724862341463,"stop":1724862341463,"duration":0}},{"uid":"c4b0c43c15cf6d49","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c4b0c43c15cf6d49","status":"passed","time":{"start":1724861805466,"stop":1724861805467,"duration":1}},{"uid":"a6f86a4ee0de528","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a6f86a4ee0de528","status":"passed","time":{"start":1724861662298,"stop":1724861662299,"duration":1}},{"uid":"5eeeb217d124de04","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5eeeb217d124de04","status":"passed","time":{"start":1724861492525,"stop":1724861492526,"duration":1}}]},"5d075f148b8189dc1892986b18614e14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8ae0772d0c33ca9d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8ae0772d0c33ca9d","status":"passed","time":{"start":1724887068229,"stop":1724887068230,"duration":1}}]},"bde05d7d872812d04f35c3d9bdb8336c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c88fb127bd4c35a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3c88fb127bd4c35a","status":"passed","time":{"start":1724887127880,"stop":1724887127881,"duration":1}}]},"982dde643629d9d6b9ad5cdb535ac936:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"eb080975fc4393f9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/eb080975fc4393f9","status":"passed","time":{"start":1724922971797,"stop":1724922971798,"duration":1}},{"uid":"cf0cd1e82ef9e0a5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cf0cd1e82ef9e0a5","status":"passed","time":{"start":1724921663253,"stop":1724921663253,"duration":0}},{"uid":"e33fa0982280c846","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e33fa0982280c846","status":"passed","time":{"start":1724921617878,"stop":1724921617878,"duration":0}},{"uid":"5ecc43dc3b8ffcac","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5ecc43dc3b8ffcac","status":"passed","time":{"start":1724918326159,"stop":1724918326159,"duration":0}},{"uid":"9d910d7c94654a71","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9d910d7c94654a71","status":"passed","time":{"start":1724890076391,"stop":1724890076392,"duration":1}},{"uid":"f86ced28a4d361da","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f86ced28a4d361da","status":"passed","time":{"start":1724889199686,"stop":1724889199686,"duration":0}},{"uid":"babcc99124dca470","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/babcc99124dca470","status":"passed","time":{"start":1724888382419,"stop":1724888382420,"duration":1}},{"uid":"647b15bd8c780c34","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/647b15bd8c780c34","status":"passed","time":{"start":1724887156366,"stop":1724887156366,"duration":0}},{"uid":"2cb1e8a1c4ca8633","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2cb1e8a1c4ca8633","status":"passed","time":{"start":1724886936158,"stop":1724886936159,"duration":1}},{"uid":"240a7b9940218084","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/240a7b9940218084","status":"passed","time":{"start":1724862347634,"stop":1724862347634,"duration":0}},{"uid":"33ca62906a0dc74a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/33ca62906a0dc74a","status":"passed","time":{"start":1724861827951,"stop":1724861827952,"duration":1}},{"uid":"da1abbe2beac79be","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/da1abbe2beac79be","status":"passed","time":{"start":1724861685956,"stop":1724861685957,"duration":1}},{"uid":"f937431b4973791c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f937431b4973791c","status":"passed","time":{"start":1724861514745,"stop":1724861514746,"duration":1}}]},"a26b35ad626fd604ff4e4edce86ea4f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"122614456d4f5357","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/122614456d4f5357","status":"passed","time":{"start":1724887092627,"stop":1724887092627,"duration":0}}]},"9aa5112f5edd46e1b8a608728933e5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"baddbcb496fc4aa5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/baddbcb496fc4aa5","status":"passed","time":{"start":1724922845262,"stop":1724922845262,"duration":0}},{"uid":"83696c2e74b4d842","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/83696c2e74b4d842","status":"passed","time":{"start":1724921515253,"stop":1724921515254,"duration":1}},{"uid":"99ddda6f9fa66039","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/99ddda6f9fa66039","status":"passed","time":{"start":1724921475503,"stop":1724921475503,"duration":0}},{"uid":"805f28ee49663592","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/805f28ee49663592","status":"passed","time":{"start":1724918179417,"stop":1724918179418,"duration":1}},{"uid":"83fd41c151e1cd6c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/83fd41c151e1cd6c","status":"passed","time":{"start":1724889935352,"stop":1724889935352,"duration":0}},{"uid":"946c446303866643","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/946c446303866643","status":"passed","time":{"start":1724889072768,"stop":1724889072768,"duration":0}},{"uid":"10420e5ca55dc222","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/10420e5ca55dc222","status":"passed","time":{"start":1724888232428,"stop":1724888232428,"duration":0}},{"uid":"71b576c87c28e517","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/71b576c87c28e517","status":"passed","time":{"start":1724887018315,"stop":1724887018315,"duration":0}},{"uid":"e832e7b025efd6b1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e832e7b025efd6b1","status":"passed","time":{"start":1724886781504,"stop":1724886781504,"duration":0}},{"uid":"76dbf43757de5c02","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/76dbf43757de5c02","status":"passed","time":{"start":1724862213684,"stop":1724862213684,"duration":0}},{"uid":"fc8271b89b9699e6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fc8271b89b9699e6","status":"passed","time":{"start":1724861685883,"stop":1724861685884,"duration":1}},{"uid":"deef8615121c10d0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/deef8615121c10d0","status":"passed","time":{"start":1724861546208,"stop":1724861546209,"duration":1}},{"uid":"97c5e75be89a5fe","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/97c5e75be89a5fe","status":"passed","time":{"start":1724861378125,"stop":1724861378126,"duration":1}}]},"11533c5d9c798f5647c41d4bb4af7aba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a4239346f8966f2f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a4239346f8966f2f","status":"passed","time":{"start":1724922508636,"stop":1724922508637,"duration":1}},{"uid":"30b246bd6558c997","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/30b246bd6558c997","status":"passed","time":{"start":1724921164591,"stop":1724921164592,"duration":1}},{"uid":"994b148aaaaefea1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/994b148aaaaefea1","status":"passed","time":{"start":1724921137820,"stop":1724921137823,"duration":3}},{"uid":"e963fb685e6a8197","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e963fb685e6a8197","status":"passed","time":{"start":1724917810538,"stop":1724917810539,"duration":1}},{"uid":"a0848b8f457ef655","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a0848b8f457ef655","status":"passed","time":{"start":1724889585445,"stop":1724889585445,"duration":0}},{"uid":"d4fdb8dbc0faab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d4fdb8dbc0faab","status":"passed","time":{"start":1724888736508,"stop":1724888736508,"duration":0}},{"uid":"3cb5107d02e349f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3cb5107d02e349f9","status":"passed","time":{"start":1724887891783,"stop":1724887891783,"duration":0}},{"uid":"de1841c08c896952","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/de1841c08c896952","status":"passed","time":{"start":1724886657785,"stop":1724886657786,"duration":1}},{"uid":"63baa3682fd99f80","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/63baa3682fd99f80","status":"passed","time":{"start":1724886447357,"stop":1724886447357,"duration":0}},{"uid":"de735f899d110375","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/de735f899d110375","status":"passed","time":{"start":1724861880113,"stop":1724861880117,"duration":4}},{"uid":"6895c6ca87ee959c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6895c6ca87ee959c","status":"passed","time":{"start":1724861359780,"stop":1724861359781,"duration":1}},{"uid":"a6179a93d4917a4b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a6179a93d4917a4b","status":"passed","time":{"start":1724861179679,"stop":1724861179680,"duration":1}},{"uid":"b3c969b916641374","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b3c969b916641374","status":"passed","time":{"start":1724861040979,"stop":1724861040979,"duration":0}}]},"b341853c808d7a5c4994ae93c9c74516:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e6a7842c55046bba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e6a7842c55046bba","status":"passed","time":{"start":1724922921444,"stop":1724922921445,"duration":1}},{"uid":"861185a2dd8589f2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/861185a2dd8589f2","status":"passed","time":{"start":1724921602945,"stop":1724921602945,"duration":0}},{"uid":"4eec864463a71389","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4eec864463a71389","status":"passed","time":{"start":1724921571093,"stop":1724921571094,"duration":1}},{"uid":"526a5c22bc30f0fc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/526a5c22bc30f0fc","status":"passed","time":{"start":1724918285584,"stop":1724918285584,"duration":0}},{"uid":"26378cbe218d1678","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/26378cbe218d1678","status":"passed","time":{"start":1724890030087,"stop":1724890030088,"duration":1}},{"uid":"c2bf891a5ee46bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2bf891a5ee46bd","status":"passed","time":{"start":1724889171906,"stop":1724889171906,"duration":0}},{"uid":"678dd44cf2eb94d0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/678dd44cf2eb94d0","status":"passed","time":{"start":1724888350719,"stop":1724888350719,"duration":0}},{"uid":"73c3ed5dc2cbe01e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/73c3ed5dc2cbe01e","status":"passed","time":{"start":1724887115404,"stop":1724887115404,"duration":0}},{"uid":"887fdeeb5e59ac0e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/887fdeeb5e59ac0e","status":"passed","time":{"start":1724886884568,"stop":1724886884568,"duration":0}},{"uid":"b8571d6058b51a0d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8571d6058b51a0d","status":"passed","time":{"start":1724862322246,"stop":1724862322246,"duration":0}},{"uid":"33e080f24e09ce4b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/33e080f24e09ce4b","status":"passed","time":{"start":1724861790748,"stop":1724861790749,"duration":1}},{"uid":"5d6eee6fe1e72dba","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5d6eee6fe1e72dba","status":"passed","time":{"start":1724861628418,"stop":1724861628418,"duration":0}},{"uid":"87d6354150d75388","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/87d6354150d75388","status":"passed","time":{"start":1724861465620,"stop":1724861465621,"duration":1}}]},"0943258cb5cc0f1a0eebed8317663da1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ef61a545f5854806","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ef61a545f5854806","status":"passed","time":{"start":1724922845259,"stop":1724922845259,"duration":0}}]},"0f4f5f9d40663e8bb7ba43793bdc2dd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6ecfdb75876ce673","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6ecfdb75876ce673","status":"passed","time":{"start":1724890039745,"stop":1724890039746,"duration":1}}]},"5312f38d9e21e47e6e496177a2770df9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7d8aac099f77b4d1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7d8aac099f77b4d1","status":"passed","time":{"start":1724922862334,"stop":1724922862335,"duration":1}},{"uid":"f2b8d0915111e814","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f2b8d0915111e814","status":"passed","time":{"start":1724921540109,"stop":1724921540109,"duration":0}},{"uid":"dedf5e8c0e24c3e2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dedf5e8c0e24c3e2","status":"passed","time":{"start":1724921503540,"stop":1724921503541,"duration":1}},{"uid":"d547e777c74a1b3d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d547e777c74a1b3d","status":"passed","time":{"start":1724918214369,"stop":1724918214369,"duration":0}},{"uid":"3a19490f38bb8412","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a19490f38bb8412","status":"passed","time":{"start":1724889952445,"stop":1724889952445,"duration":0}},{"uid":"db49e3efa459dc34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/db49e3efa459dc34","status":"passed","time":{"start":1724889087469,"stop":1724889087469,"duration":0}},{"uid":"b95368cc2d5d1ac8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b95368cc2d5d1ac8","status":"passed","time":{"start":1724888266430,"stop":1724888266431,"duration":1}},{"uid":"5a7d067320a1ae1d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5a7d067320a1ae1d","status":"passed","time":{"start":1724887042932,"stop":1724887042932,"duration":0}},{"uid":"d8f6817c02ed7337","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d8f6817c02ed7337","status":"passed","time":{"start":1724886820800,"stop":1724886820800,"duration":0}},{"uid":"7eaa897185ef6d9b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7eaa897185ef6d9b","status":"passed","time":{"start":1724862245490,"stop":1724862245491,"duration":1}},{"uid":"6049d0fee2f354d6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6049d0fee2f354d6","status":"passed","time":{"start":1724861720400,"stop":1724861720403,"duration":3}},{"uid":"5bfb5ed2adb2c434","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5bfb5ed2adb2c434","status":"passed","time":{"start":1724861579389,"stop":1724861579389,"duration":0}},{"uid":"f85bbadaf0638236","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f85bbadaf0638236","status":"passed","time":{"start":1724861402507,"stop":1724861402508,"duration":1}}]},"ecb02bd69cba309a4d6d09ae3a94e7e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"20c9b7d0936a3059","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/20c9b7d0936a3059","status":"passed","time":{"start":1724862298394,"stop":1724862298394,"duration":0}}]},"ab9c72fbadc0c1e7e4b12ddcc969532f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"41c6afebc1c051cf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/41c6afebc1c051cf","status":"passed","time":{"start":1724923012464,"stop":1724923012464,"duration":0}},{"uid":"f511ee9444759abd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f511ee9444759abd","status":"passed","time":{"start":1724921625064,"stop":1724921625065,"duration":1}},{"uid":"63402439e5a64861","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/63402439e5a64861","status":"passed","time":{"start":1724921590495,"stop":1724921590496,"duration":1}},{"uid":"2f8dde369afe7249","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2f8dde369afe7249","status":"passed","time":{"start":1724918287565,"stop":1724918287565,"duration":0}},{"uid":"fec5ba6ab0894340","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fec5ba6ab0894340","status":"passed","time":{"start":1724890047787,"stop":1724890047788,"duration":1}},{"uid":"5308abe8585327cf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5308abe8585327cf","status":"passed","time":{"start":1724889183920,"stop":1724889183921,"duration":1}},{"uid":"24bceb00fd5e6433","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/24bceb00fd5e6433","status":"passed","time":{"start":1724888354165,"stop":1724888354166,"duration":1}},{"uid":"9be90f81845e463e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9be90f81845e463e","status":"passed","time":{"start":1724887145658,"stop":1724887145659,"duration":1}},{"uid":"1117d80c43f9ccc2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1117d80c43f9ccc2","status":"passed","time":{"start":1724886915787,"stop":1724886915787,"duration":0}},{"uid":"ca1d71af7efd2ea5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ca1d71af7efd2ea5","status":"passed","time":{"start":1724862341437,"stop":1724862341438,"duration":1}},{"uid":"b45725cb78e7907d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b45725cb78e7907d","status":"passed","time":{"start":1724861805442,"stop":1724861805442,"duration":0}},{"uid":"8b19b2a7914ca615","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8b19b2a7914ca615","status":"passed","time":{"start":1724861662256,"stop":1724861662256,"duration":0}},{"uid":"2e20dbe057bc87ff","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2e20dbe057bc87ff","status":"passed","time":{"start":1724861492511,"stop":1724861492512,"duration":1}}]},"8345f1ef2d2dbebd1540ee062e7a8904:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a996497155899c37","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a996497155899c37","status":"passed","time":{"start":1724890039737,"stop":1724890039738,"duration":1}}]},"5b72280c943b19522a35016cedcc76c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1380c4568e7e53e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1380c4568e7e53e","status":"passed","time":{"start":1724922891484,"stop":1724922891485,"duration":1}},{"uid":"ee3979b706e661d4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ee3979b706e661d4","status":"passed","time":{"start":1724921563007,"stop":1724921563008,"duration":1}},{"uid":"de52728853d8d3f5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/de52728853d8d3f5","status":"passed","time":{"start":1724921526809,"stop":1724921526809,"duration":0}},{"uid":"ed490cfaa71c65e1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ed490cfaa71c65e1","status":"passed","time":{"start":1724918239933,"stop":1724918239934,"duration":1}},{"uid":"2e080a3b363b8bcd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2e080a3b363b8bcd","status":"passed","time":{"start":1724889980881,"stop":1724889980881,"duration":0}},{"uid":"5076f136d7ccaa5c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5076f136d7ccaa5c","status":"passed","time":{"start":1724889109946,"stop":1724889109946,"duration":0}},{"uid":"86b00ec52a7d629c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/86b00ec52a7d629c","status":"passed","time":{"start":1724888294719,"stop":1724888294719,"duration":0}},{"uid":"fb7f0330eec2352a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fb7f0330eec2352a","status":"passed","time":{"start":1724887071735,"stop":1724887071735,"duration":0}},{"uid":"d14dfd43bec7d411","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d14dfd43bec7d411","status":"passed","time":{"start":1724886848341,"stop":1724886848341,"duration":0}},{"uid":"65b6a426d4add304","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/65b6a426d4add304","status":"passed","time":{"start":1724862259243,"stop":1724862259243,"duration":0}},{"uid":"dd0475edbc202ffa","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dd0475edbc202ffa","status":"passed","time":{"start":1724861735321,"stop":1724861735321,"duration":0}},{"uid":"d47f3b27bb6f50d4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d47f3b27bb6f50d4","status":"passed","time":{"start":1724861606335,"stop":1724861606335,"duration":0}},{"uid":"592d648e8dd1bcec","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/592d648e8dd1bcec","status":"passed","time":{"start":1724861426681,"stop":1724861426681,"duration":0}}]},"164996c5ae4c9fe72f8e8f3f45d9a4ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c3cd6b6150a1fcc7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c3cd6b6150a1fcc7","status":"passed","time":{"start":1724922966283,"stop":1724922966283,"duration":0}},{"uid":"6094a650007372ef","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6094a650007372ef","status":"passed","time":{"start":1724921658741,"stop":1724921658742,"duration":1}},{"uid":"a39f137f15399655","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a39f137f15399655","status":"passed","time":{"start":1724921609578,"stop":1724921609578,"duration":0}},{"uid":"b0bf3242aac35498","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b0bf3242aac35498","status":"passed","time":{"start":1724918323455,"stop":1724918323456,"duration":1}},{"uid":"a7447febc79d5cba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a7447febc79d5cba","status":"passed","time":{"start":1724890071662,"stop":1724890071663,"duration":1}},{"uid":"52fc9144c58ef9df","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52fc9144c58ef9df","status":"passed","time":{"start":1724889207704,"stop":1724889207704,"duration":0}},{"uid":"ad1caf07019a4ce8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ad1caf07019a4ce8","status":"passed","time":{"start":1724888386324,"stop":1724888386325,"duration":1}},{"uid":"7ce690a95949b826","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7ce690a95949b826","status":"passed","time":{"start":1724887153932,"stop":1724887153932,"duration":0}},{"uid":"878a462e54881074","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/878a462e54881074","status":"passed","time":{"start":1724886927384,"stop":1724886927384,"duration":0}},{"uid":"315b4b90176d88c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/315b4b90176d88c9","status":"passed","time":{"start":1724862360108,"stop":1724862360108,"duration":0}},{"uid":"5a1813198eae0d63","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5a1813198eae0d63","status":"passed","time":{"start":1724861832840,"stop":1724861832841,"duration":1}},{"uid":"ff90b64be581782e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ff90b64be581782e","status":"passed","time":{"start":1724861687423,"stop":1724861687424,"duration":1}},{"uid":"c2177aad44ade2f3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c2177aad44ade2f3","status":"passed","time":{"start":1724861513175,"stop":1724861513175,"duration":0}}]},"ed2366d939d4bf3e3f0bb953eb7a493e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f15ca01d7ff3e315","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f15ca01d7ff3e315","status":"passed","time":{"start":1724922921466,"stop":1724922921466,"duration":0}},{"uid":"56270c4ee8247b44","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/56270c4ee8247b44","status":"passed","time":{"start":1724921602956,"stop":1724921602957,"duration":1}},{"uid":"8e4f5c0d6dbdde2d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8e4f5c0d6dbdde2d","status":"passed","time":{"start":1724921571100,"stop":1724921571100,"duration":0}},{"uid":"d418cda2c0b80b9e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d418cda2c0b80b9e","status":"passed","time":{"start":1724918285597,"stop":1724918285598,"duration":1}},{"uid":"113b08df2c4e309a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/113b08df2c4e309a","status":"passed","time":{"start":1724890030093,"stop":1724890030094,"duration":1}},{"uid":"bc4ab07b239be7e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc4ab07b239be7e8","status":"passed","time":{"start":1724889171912,"stop":1724889171912,"duration":0}},{"uid":"8b62d96ea8b7ac68","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8b62d96ea8b7ac68","status":"passed","time":{"start":1724888350730,"stop":1724888350730,"duration":0}},{"uid":"bea6ba127e5b8bd9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bea6ba127e5b8bd9","status":"passed","time":{"start":1724887115413,"stop":1724887115414,"duration":1}},{"uid":"5dc94bbea3071cf4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5dc94bbea3071cf4","status":"passed","time":{"start":1724886884580,"stop":1724886884580,"duration":0}},{"uid":"aa5651648bec4a6f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aa5651648bec4a6f","status":"passed","time":{"start":1724862322265,"stop":1724862322265,"duration":0}},{"uid":"ceb5d5d5c07d4de8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ceb5d5d5c07d4de8","status":"passed","time":{"start":1724861790754,"stop":1724861790755,"duration":1}},{"uid":"2f69c292ddb02c1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2f69c292ddb02c1","status":"passed","time":{"start":1724861628424,"stop":1724861628424,"duration":0}},{"uid":"f5641f732cd34df9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f5641f732cd34df9","status":"passed","time":{"start":1724861465628,"stop":1724861465628,"duration":0}}]},"5f8bba24f7fa2e15c8ed9ef82fc45a67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"88d148067d113715","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/88d148067d113715","status":"passed","time":{"start":1724921515239,"stop":1724921515239,"duration":0}}]},"81074bcfcdf6b9de08243686f8c82315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d44d8ae8a2a52ea9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d44d8ae8a2a52ea9","status":"passed","time":{"start":1724922374687,"stop":1724922374687,"duration":0}},{"uid":"a4a676297003c3ee","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a4a676297003c3ee","status":"passed","time":{"start":1724921037649,"stop":1724921037649,"duration":0}},{"uid":"eb5096d1bbd85f71","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/eb5096d1bbd85f71","status":"passed","time":{"start":1724921013061,"stop":1724921013061,"duration":0}},{"uid":"baeee67bebf7f4c7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/baeee67bebf7f4c7","status":"passed","time":{"start":1724917673302,"stop":1724917673302,"duration":0}},{"uid":"526178713d56729f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/526178713d56729f","status":"passed","time":{"start":1724889452322,"stop":1724889452322,"duration":0}},{"uid":"3dfb45d0b64b5370","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3dfb45d0b64b5370","status":"passed","time":{"start":1724888602854,"stop":1724888602854,"duration":0}},{"uid":"9a614e6c00449dca","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9a614e6c00449dca","status":"passed","time":{"start":1724887759175,"stop":1724887759175,"duration":0}},{"uid":"5457b314fd41468d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5457b314fd41468d","status":"passed","time":{"start":1724886525554,"stop":1724886525554,"duration":0}},{"uid":"434e2ab3365ba250","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/434e2ab3365ba250","status":"passed","time":{"start":1724886303408,"stop":1724886303409,"duration":1}},{"uid":"67fd76bd96cb936f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/67fd76bd96cb936f","status":"passed","time":{"start":1724861752245,"stop":1724861752246,"duration":1}},{"uid":"81791d575d04f7a6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/81791d575d04f7a6","status":"passed","time":{"start":1724861223365,"stop":1724861223365,"duration":0}},{"uid":"7521d18008aa4914","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7521d18008aa4914","status":"passed","time":{"start":1724861045214,"stop":1724861045214,"duration":0}},{"uid":"d151d7fee1fd08ae","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d151d7fee1fd08ae","status":"passed","time":{"start":1724860907100,"stop":1724860907100,"duration":0}}]},"fdc74c4e13af5d1d49c134afefa674b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9713e188a70d6fe7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9713e188a70d6fe7","status":"passed","time":{"start":1724922983780,"stop":1724922983781,"duration":1}},{"uid":"f5ba7a082a1b62f0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f5ba7a082a1b62f0","status":"passed","time":{"start":1724921656189,"stop":1724921656191,"duration":2}},{"uid":"2301598ed6f3dc73","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2301598ed6f3dc73","status":"passed","time":{"start":1724921620456,"stop":1724921620457,"duration":1}},{"uid":"1ec1f5b9b8c90967","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1ec1f5b9b8c90967","status":"passed","time":{"start":1724918327709,"stop":1724918327709,"duration":0}},{"uid":"17380b2490bfa30b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/17380b2490bfa30b","status":"passed","time":{"start":1724890078469,"stop":1724890078469,"duration":0}},{"uid":"e5e8a1b40b19644e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e5e8a1b40b19644e","status":"passed","time":{"start":1724889213825,"stop":1724889213825,"duration":0}},{"uid":"39d25479fe83466d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/39d25479fe83466d","status":"passed","time":{"start":1724888383601,"stop":1724888383601,"duration":0}},{"uid":"da9e26ea3a13e760","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/da9e26ea3a13e760","status":"passed","time":{"start":1724887164578,"stop":1724887164578,"duration":0}},{"uid":"bb42eddf09df9f31","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bb42eddf09df9f31","status":"passed","time":{"start":1724886943099,"stop":1724886943100,"duration":1}},{"uid":"d5ff08abc7fd533a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d5ff08abc7fd533a","status":"passed","time":{"start":1724862368928,"stop":1724862368929,"duration":1}},{"uid":"b587641b32485185","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b587641b32485185","status":"passed","time":{"start":1724861835945,"stop":1724861835946,"duration":1}},{"uid":"66ca08fb5124eba6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/66ca08fb5124eba6","status":"passed","time":{"start":1724861692901,"stop":1724861692902,"duration":1}},{"uid":"d6d3653f2c6089ea","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d6d3653f2c6089ea","status":"passed","time":{"start":1724861520699,"stop":1724861520699,"duration":0}}]},"8eccf873694f700918c0acca464896ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"edff60bd25efaf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/edff60bd25efaf","status":"passed","time":{"start":1724862322280,"stop":1724862322281,"duration":1}}]},"6bca71b12d6ff0d2e723e60d895c1685:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7e2e621b99b94965","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7e2e621b99b94965","status":"passed","time":{"start":1724922661624,"stop":1724922661625,"duration":1}},{"uid":"6e20f37f0a7d9f49","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6e20f37f0a7d9f49","status":"passed","time":{"start":1724921321309,"stop":1724921321309,"duration":0}},{"uid":"e3a92cb86c5793d6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e3a92cb86c5793d6","status":"passed","time":{"start":1724921298783,"stop":1724921298783,"duration":0}},{"uid":"72011c1c6ac92673","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/72011c1c6ac92673","status":"passed","time":{"start":1724918008227,"stop":1724918008227,"duration":0}},{"uid":"cde298c9b319ad31","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cde298c9b319ad31","status":"passed","time":{"start":1724889728593,"stop":1724889728593,"duration":0}},{"uid":"6b0a0432648b6093","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b0a0432648b6093","status":"passed","time":{"start":1724888882872,"stop":1724888882872,"duration":0}},{"uid":"539895c0c68a787","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/539895c0c68a787","status":"passed","time":{"start":1724888111014,"stop":1724888111014,"duration":0}},{"uid":"3d5d6ae773f06e89","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3d5d6ae773f06e89","status":"passed","time":{"start":1724886869444,"stop":1724886869444,"duration":0}},{"uid":"b06eee9d15ae71c0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b06eee9d15ae71c0","status":"passed","time":{"start":1724886642934,"stop":1724886642935,"duration":1}},{"uid":"3f695ec5c466b1fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3f695ec5c466b1fa","status":"passed","time":{"start":1724862044579,"stop":1724862044580,"duration":1}},{"uid":"9145cb242ca49869","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9145cb242ca49869","status":"passed","time":{"start":1724861523028,"stop":1724861523029,"duration":1}},{"uid":"2725532f81161103","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2725532f81161103","status":"passed","time":{"start":1724861362470,"stop":1724861362470,"duration":0}},{"uid":"aeda4a857d3c67bd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/aeda4a857d3c67bd","status":"passed","time":{"start":1724861196777,"stop":1724861196778,"duration":1}}]},"4c7b4ce23caa54fbb2f370242f6a149b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2ad2cc2b22f4e169","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2ad2cc2b22f4e169","status":"passed","time":{"start":1724922887529,"stop":1724922887530,"duration":1}}]},"b5bda04dd29e5aa9c61023bb36731ec7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f2ca507bfcbbc703","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f2ca507bfcbbc703","status":"passed","time":{"start":1724921577168,"stop":1724921577169,"duration":1}}]},"8a9bd884415be9623e8385debd710e3c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fe37809ea4660e61","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fe37809ea4660e61","status":"passed","time":{"start":1724921518824,"stop":1724921518824,"duration":0}}]},"cfc4c86576cfa3c6493b570a0d0d33fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f225c2088c294d14","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f225c2088c294d14","status":"passed","time":{"start":1724922374660,"stop":1724922374660,"duration":0}},{"uid":"21eb89b7a11d37c0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/21eb89b7a11d37c0","status":"passed","time":{"start":1724921037621,"stop":1724921037622,"duration":1}},{"uid":"6f30d86ae0031dbf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6f30d86ae0031dbf","status":"passed","time":{"start":1724921013034,"stop":1724921013034,"duration":0}},{"uid":"255c2d3c6452a620","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/255c2d3c6452a620","status":"passed","time":{"start":1724917673277,"stop":1724917673277,"duration":0}},{"uid":"c9380c21d3b4ac3c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c9380c21d3b4ac3c","status":"passed","time":{"start":1724889452296,"stop":1724889452297,"duration":1}},{"uid":"c0f6f09baa53fb2a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c0f6f09baa53fb2a","status":"passed","time":{"start":1724888602826,"stop":1724888602826,"duration":0}},{"uid":"def0bec86d4f39b7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/def0bec86d4f39b7","status":"passed","time":{"start":1724887759150,"stop":1724887759151,"duration":1}},{"uid":"7c2398c013dc762f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7c2398c013dc762f","status":"passed","time":{"start":1724886525537,"stop":1724886525538,"duration":1}},{"uid":"9e4683481c0ddb64","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9e4683481c0ddb64","status":"passed","time":{"start":1724886303383,"stop":1724886303384,"duration":1}},{"uid":"897f5f67c810047b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/897f5f67c810047b","status":"passed","time":{"start":1724861752212,"stop":1724861752212,"duration":0}},{"uid":"70dc534631bc2413","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/70dc534631bc2413","status":"passed","time":{"start":1724861223342,"stop":1724861223343,"duration":1}},{"uid":"7a59d6cf249595bf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7a59d6cf249595bf","status":"passed","time":{"start":1724861045188,"stop":1724861045188,"duration":0}},{"uid":"3467ff4298ecc350","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3467ff4298ecc350","status":"passed","time":{"start":1724860907070,"stop":1724860907070,"duration":0}}]},"4ee6cc200913613041f2b29257428b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1c58a994123222de","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1c58a994123222de","status":"passed","time":{"start":1724923012472,"stop":1724923012473,"duration":1}},{"uid":"232cef48ddee9e31","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/232cef48ddee9e31","status":"passed","time":{"start":1724921625079,"stop":1724921625079,"duration":0}},{"uid":"41fb0655bf881289","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/41fb0655bf881289","status":"passed","time":{"start":1724921590502,"stop":1724921590503,"duration":1}},{"uid":"62b5cdacddbf88ac","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/62b5cdacddbf88ac","status":"passed","time":{"start":1724918287570,"stop":1724918287570,"duration":0}},{"uid":"a9e55b7454f78a28","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9e55b7454f78a28","status":"passed","time":{"start":1724890047796,"stop":1724890047796,"duration":0}},{"uid":"f9aa77a3bdad385e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9aa77a3bdad385e","status":"passed","time":{"start":1724889183929,"stop":1724889183929,"duration":0}},{"uid":"260ee8fb039827bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/260ee8fb039827bd","status":"passed","time":{"start":1724888354176,"stop":1724888354176,"duration":0}},{"uid":"92ec891278c6d2e9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/92ec891278c6d2e9","status":"passed","time":{"start":1724887145694,"stop":1724887145697,"duration":3}},{"uid":"80b3932dc0ab799b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/80b3932dc0ab799b","status":"passed","time":{"start":1724886915792,"stop":1724886915792,"duration":0}},{"uid":"21c69f288d5b0c94","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/21c69f288d5b0c94","status":"passed","time":{"start":1724862341457,"stop":1724862341457,"duration":0}},{"uid":"cf1457db26598e0d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cf1457db26598e0d","status":"passed","time":{"start":1724861805455,"stop":1724861805455,"duration":0}},{"uid":"3e96c0b2275f398e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3e96c0b2275f398e","status":"passed","time":{"start":1724861662292,"stop":1724861662292,"duration":0}},{"uid":"f9045cfe8eefd0c7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f9045cfe8eefd0c7","status":"passed","time":{"start":1724861492520,"stop":1724861492521,"duration":1}}]},"11b5583e68cc94cb4cb81b8d5c57dfd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a9b2a569281431e2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a9b2a569281431e2","status":"passed","time":{"start":1724922921471,"stop":1724922921471,"duration":0}},{"uid":"399e833fa3b98811","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/399e833fa3b98811","status":"passed","time":{"start":1724921602977,"stop":1724921602983,"duration":6}},{"uid":"35e9a1e16f1daf8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/35e9a1e16f1daf8","status":"passed","time":{"start":1724921571107,"stop":1724921571107,"duration":0}},{"uid":"c2a26eed5a3ee1cc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c2a26eed5a3ee1cc","status":"passed","time":{"start":1724918285614,"stop":1724918285615,"duration":1}},{"uid":"a3f7b31501450a73","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3f7b31501450a73","status":"passed","time":{"start":1724890030101,"stop":1724890030101,"duration":0}},{"uid":"edd42da1408e7ce4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/edd42da1408e7ce4","status":"passed","time":{"start":1724889171927,"stop":1724889171927,"duration":0}},{"uid":"f29819c9d6878cf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f29819c9d6878cf","status":"passed","time":{"start":1724888350741,"stop":1724888350741,"duration":0}},{"uid":"5aec70e47b8e246c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5aec70e47b8e246c","status":"passed","time":{"start":1724887115425,"stop":1724887115426,"duration":1}},{"uid":"6120f58a36966bb1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6120f58a36966bb1","status":"passed","time":{"start":1724886884585,"stop":1724886884585,"duration":0}},{"uid":"edccc69417fdbe38","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/edccc69417fdbe38","status":"passed","time":{"start":1724862322277,"stop":1724862322277,"duration":0}},{"uid":"9310d9009f0373f0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9310d9009f0373f0","status":"passed","time":{"start":1724861790764,"stop":1724861790765,"duration":1}},{"uid":"81338ca766091c9b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/81338ca766091c9b","status":"passed","time":{"start":1724861628430,"stop":1724861628430,"duration":0}},{"uid":"30c12e6e6639ac7f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/30c12e6e6639ac7f","status":"passed","time":{"start":1724861465635,"stop":1724861465635,"duration":0}}]},"9ba2685017146f28257e11fe9a5c3c9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2ce17db3b2eebd21","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2ce17db3b2eebd21","status":"passed","time":{"start":1724922508635,"stop":1724922508636,"duration":1}},{"uid":"6949f27abe4303a1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6949f27abe4303a1","status":"passed","time":{"start":1724921164590,"stop":1724921164591,"duration":1}},{"uid":"7a39bae02cced27","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7a39bae02cced27","status":"passed","time":{"start":1724921137819,"stop":1724921137820,"duration":1}},{"uid":"5728b2b3965849b7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5728b2b3965849b7","status":"passed","time":{"start":1724917810538,"stop":1724917810538,"duration":0}},{"uid":"7aa508bd5fdfcfe2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7aa508bd5fdfcfe2","status":"passed","time":{"start":1724889585444,"stop":1724889585444,"duration":0}},{"uid":"cf9f354c61efc6a8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf9f354c61efc6a8","status":"passed","time":{"start":1724888736507,"stop":1724888736508,"duration":1}},{"uid":"2b632e38636d220f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2b632e38636d220f","status":"passed","time":{"start":1724887891783,"stop":1724887891783,"duration":0}},{"uid":"160c721f42de0325","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/160c721f42de0325","status":"passed","time":{"start":1724886657784,"stop":1724886657785,"duration":1}},{"uid":"f763ffceeac0d6b8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f763ffceeac0d6b8","status":"passed","time":{"start":1724886447357,"stop":1724886447357,"duration":0}},{"uid":"73f36ce7644ebf0a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/73f36ce7644ebf0a","status":"passed","time":{"start":1724861880106,"stop":1724861880113,"duration":7}},{"uid":"554912eabb5e781f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/554912eabb5e781f","status":"passed","time":{"start":1724861359780,"stop":1724861359780,"duration":0}},{"uid":"6e8da9d35054533f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6e8da9d35054533f","status":"passed","time":{"start":1724861179679,"stop":1724861179679,"duration":0}},{"uid":"cbe2792238d2081b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cbe2792238d2081b","status":"passed","time":{"start":1724861040978,"stop":1724861040978,"duration":0}}]},"7a9fc53430f5a5cae5fd1c80b6d3dd85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"be24130224ca4003","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/be24130224ca4003","status":"passed","time":{"start":1724922982488,"stop":1724922982489,"duration":1}},{"uid":"ce56713ab1839f8e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ce56713ab1839f8e","status":"passed","time":{"start":1724921656080,"stop":1724921656080,"duration":0}},{"uid":"a9e14e154b36f27e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a9e14e154b36f27e","status":"passed","time":{"start":1724921612561,"stop":1724921612561,"duration":0}},{"uid":"c69ea735371d6383","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c69ea735371d6383","status":"passed","time":{"start":1724918317376,"stop":1724918317376,"duration":0}},{"uid":"94d9c3b9fee3aedf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/94d9c3b9fee3aedf","status":"passed","time":{"start":1724890075098,"stop":1724890075098,"duration":0}},{"uid":"a1b0ac0d567d34da","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a1b0ac0d567d34da","status":"passed","time":{"start":1724889203357,"stop":1724889203357,"duration":0}},{"uid":"8a38679551af5fd2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a38679551af5fd2","status":"passed","time":{"start":1724888382915,"stop":1724888382917,"duration":2}},{"uid":"5fe631c7abd941bc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5fe631c7abd941bc","status":"passed","time":{"start":1724887158110,"stop":1724887158110,"duration":0}},{"uid":"f97c6387b82fcaec","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f97c6387b82fcaec","status":"passed","time":{"start":1724886934376,"stop":1724886934377,"duration":1}},{"uid":"4425e535b3883574","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4425e535b3883574","status":"passed","time":{"start":1724862354702,"stop":1724862354702,"duration":0}},{"uid":"986464e1ee553465","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/986464e1ee553465","status":"passed","time":{"start":1724861830502,"stop":1724861830503,"duration":1}},{"uid":"2ddb960ece5ff1d1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2ddb960ece5ff1d1","status":"passed","time":{"start":1724861685353,"stop":1724861685353,"duration":0}},{"uid":"f966a1ba5685c2d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f966a1ba5685c2d","status":"passed","time":{"start":1724861518176,"stop":1724861518176,"duration":0}}]},"394f4a22d2f04ec6589335c3f56eaf59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a74450ef0c93e832","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a74450ef0c93e832","status":"passed","time":{"start":1724922410310,"stop":1724922410311,"duration":1}},{"uid":"b29a311e728de486","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b29a311e728de486","status":"passed","time":{"start":1724921073459,"stop":1724921073459,"duration":0}},{"uid":"b95930458baf857a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b95930458baf857a","status":"passed","time":{"start":1724921048446,"stop":1724921048446,"duration":0}},{"uid":"d7ec279c034783de","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d7ec279c034783de","status":"passed","time":{"start":1724917708699,"stop":1724917708699,"duration":0}},{"uid":"c2676bad1b898cec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2676bad1b898cec","status":"passed","time":{"start":1724889487515,"stop":1724889487515,"duration":0}},{"uid":"82f94c39b28b9969","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/82f94c39b28b9969","status":"passed","time":{"start":1724888638222,"stop":1724888638222,"duration":0}},{"uid":"9dd5cd3714ca93","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9dd5cd3714ca93","status":"passed","time":{"start":1724887794482,"stop":1724887794482,"duration":0}},{"uid":"2971450a71d53ca5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2971450a71d53ca5","status":"passed","time":{"start":1724886561405,"stop":1724886561406,"duration":1}},{"uid":"2257a241164f4f86","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2257a241164f4f86","status":"passed","time":{"start":1724886339061,"stop":1724886339062,"duration":1}},{"uid":"c4218b8228d2cef1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4218b8228d2cef1","status":"passed","time":{"start":1724861788382,"stop":1724861788382,"duration":0}},{"uid":"7d1e017321589844","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7d1e017321589844","status":"passed","time":{"start":1724861258535,"stop":1724861258535,"duration":0}},{"uid":"284239f86e6e242a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/284239f86e6e242a","status":"passed","time":{"start":1724861082795,"stop":1724861082795,"duration":0}},{"uid":"ddcb01353bea4b04","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ddcb01353bea4b04","status":"passed","time":{"start":1724860943247,"stop":1724860943247,"duration":0}}]},"c82c6653637320fc03ff61f436ed4c43:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1df0e037edae5b89","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1df0e037edae5b89","status":"passed","time":{"start":1724862298393,"stop":1724862298394,"duration":1}}]},"cc08c5e0c67f74da08cee0241bf97f79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6495f8e030499122","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6495f8e030499122","status":"passed","time":{"start":1724922966284,"stop":1724922966284,"duration":0}},{"uid":"6f128345979a0ee9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6f128345979a0ee9","status":"passed","time":{"start":1724921658744,"stop":1724921658745,"duration":1}},{"uid":"8efc94f7c743f231","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8efc94f7c743f231","status":"passed","time":{"start":1724921609578,"stop":1724921609579,"duration":1}},{"uid":"35e9009f992913a1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/35e9009f992913a1","status":"passed","time":{"start":1724918323456,"stop":1724918323457,"duration":1}},{"uid":"2faee2ed782096d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2faee2ed782096d8","status":"passed","time":{"start":1724890071663,"stop":1724890071663,"duration":0}},{"uid":"3dabaef1c690c295","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3dabaef1c690c295","status":"passed","time":{"start":1724889207704,"stop":1724889207705,"duration":1}},{"uid":"b357c4747013d552","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b357c4747013d552","status":"passed","time":{"start":1724888386325,"stop":1724888386325,"duration":0}},{"uid":"26753abda8084c6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/26753abda8084c6","status":"passed","time":{"start":1724887153932,"stop":1724887153932,"duration":0}},{"uid":"989a1972b61f9101","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/989a1972b61f9101","status":"passed","time":{"start":1724886927384,"stop":1724886927384,"duration":0}},{"uid":"f4123a4e8f382aa1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f4123a4e8f382aa1","status":"passed","time":{"start":1724862360108,"stop":1724862360109,"duration":1}},{"uid":"4451504f84264302","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4451504f84264302","status":"passed","time":{"start":1724861832841,"stop":1724861832841,"duration":0}},{"uid":"db8d9ce9975b299e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/db8d9ce9975b299e","status":"passed","time":{"start":1724861687424,"stop":1724861687425,"duration":1}},{"uid":"50268e4abe0fe625","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/50268e4abe0fe625","status":"passed","time":{"start":1724861513175,"stop":1724861513175,"duration":0}}]},"f716fdc3a962ee9fa6121ff048946f75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"46e919eee660ab40","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/46e919eee660ab40","status":"passed","time":{"start":1724922921463,"stop":1724922921463,"duration":0}},{"uid":"8f703044cd457373","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8f703044cd457373","status":"passed","time":{"start":1724921602954,"stop":1724921602955,"duration":1}},{"uid":"3e3826b807d32315","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3e3826b807d32315","status":"passed","time":{"start":1724921571098,"stop":1724921571098,"duration":0}},{"uid":"b1b13fbea195d70c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b1b13fbea195d70c","status":"passed","time":{"start":1724918285591,"stop":1724918285591,"duration":0}},{"uid":"1478c716825c46ad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1478c716825c46ad","status":"passed","time":{"start":1724890030091,"stop":1724890030091,"duration":0}},{"uid":"215eeb6242869d9a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/215eeb6242869d9a","status":"passed","time":{"start":1724889171910,"stop":1724889171910,"duration":0}},{"uid":"874cb076779cc35d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/874cb076779cc35d","status":"passed","time":{"start":1724888350722,"stop":1724888350723,"duration":1}},{"uid":"cc6853b1cd6bb373","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc6853b1cd6bb373","status":"passed","time":{"start":1724887115410,"stop":1724887115410,"duration":0}},{"uid":"1bf01fdfcdeaaa23","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1bf01fdfcdeaaa23","status":"passed","time":{"start":1724886884577,"stop":1724886884577,"duration":0}},{"uid":"1181a2c81b16f966","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1181a2c81b16f966","status":"passed","time":{"start":1724862322258,"stop":1724862322259,"duration":1}},{"uid":"545fe632cce7f4d1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/545fe632cce7f4d1","status":"passed","time":{"start":1724861790752,"stop":1724861790753,"duration":1}},{"uid":"98c81d5316bef9ad","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/98c81d5316bef9ad","status":"passed","time":{"start":1724861628421,"stop":1724861628422,"duration":1}},{"uid":"1abdeb04d4712d04","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1abdeb04d4712d04","status":"passed","time":{"start":1724861465626,"stop":1724861465626,"duration":0}}]},"bd7b2de65a159e5409380a487a1900a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"69c93e16188c72be","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/69c93e16188c72be","status":"passed","time":{"start":1724861485083,"stop":1724861485083,"duration":0}}]},"fcda637f86305e2f98bc502647d223d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"12139d36d0540a0b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/12139d36d0540a0b","status":"passed","time":{"start":1724922611430,"stop":1724922611430,"duration":0}},{"uid":"5b0232bf0f64615e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5b0232bf0f64615e","status":"passed","time":{"start":1724921270351,"stop":1724921270351,"duration":0}},{"uid":"233d32d74e3df859","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/233d32d74e3df859","status":"passed","time":{"start":1724921247811,"stop":1724921247811,"duration":0}},{"uid":"7357d3b59c2f31e7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7357d3b59c2f31e7","status":"passed","time":{"start":1724917989813,"stop":1724917989813,"duration":0}},{"uid":"622b235c583b649b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/622b235c583b649b","status":"passed","time":{"start":1724889678541,"stop":1724889678541,"duration":0}},{"uid":"15bc1ebe953b5df0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/15bc1ebe953b5df0","status":"passed","time":{"start":1724888829832,"stop":1724888829832,"duration":0}},{"uid":"d7e57393fc8819ee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d7e57393fc8819ee","status":"passed","time":{"start":1724888076983,"stop":1724888076984,"duration":1}},{"uid":"259a117df5f335ff","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/259a117df5f335ff","status":"passed","time":{"start":1724886851120,"stop":1724886851120,"duration":0}},{"uid":"5261b15a6f45be47","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5261b15a6f45be47","status":"passed","time":{"start":1724886647079,"stop":1724886647081,"duration":2}},{"uid":"d6bcaea1237caea5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d6bcaea1237caea5","status":"passed","time":{"start":1724861992708,"stop":1724861992708,"duration":0}},{"uid":"e453fd680a740752","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e453fd680a740752","status":"passed","time":{"start":1724861469636,"stop":1724861469636,"duration":0}},{"uid":"78d3b40cde15ca52","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/78d3b40cde15ca52","status":"passed","time":{"start":1724861284852,"stop":1724861284852,"duration":0}},{"uid":"b9efa37f71b01be","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b9efa37f71b01be","status":"passed","time":{"start":1724861145797,"stop":1724861145797,"duration":0}}]},"01d884145c010fc64bf65cb32b7fdf42:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ccef2ce32a6b6cd6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ccef2ce32a6b6cd6","status":"passed","time":{"start":1724922374678,"stop":1724922374678,"duration":0}},{"uid":"660f23e1f9201c09","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/660f23e1f9201c09","status":"passed","time":{"start":1724921037639,"stop":1724921037640,"duration":1}},{"uid":"899335391470a197","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/899335391470a197","status":"passed","time":{"start":1724921013053,"stop":1724921013053,"duration":0}},{"uid":"c80d897421155278","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c80d897421155278","status":"passed","time":{"start":1724917673295,"stop":1724917673296,"duration":1}},{"uid":"6cd010b143ab760","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6cd010b143ab760","status":"passed","time":{"start":1724889452314,"stop":1724889452314,"duration":0}},{"uid":"6d54a02ad1a9f58a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d54a02ad1a9f58a","status":"passed","time":{"start":1724888602844,"stop":1724888602844,"duration":0}},{"uid":"16b30bb33088f46b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/16b30bb33088f46b","status":"passed","time":{"start":1724887759167,"stop":1724887759167,"duration":0}},{"uid":"92e42bb94f774043","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/92e42bb94f774043","status":"passed","time":{"start":1724886525546,"stop":1724886525547,"duration":1}},{"uid":"95a7da9e3700d558","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/95a7da9e3700d558","status":"passed","time":{"start":1724886303400,"stop":1724886303401,"duration":1}},{"uid":"733d0d9eb119ec27","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/733d0d9eb119ec27","status":"passed","time":{"start":1724861752232,"stop":1724861752232,"duration":0}},{"uid":"defe66223099ee4a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/defe66223099ee4a","status":"passed","time":{"start":1724861223358,"stop":1724861223358,"duration":0}},{"uid":"ee1b731a509cfa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ee1b731a509cfa","status":"passed","time":{"start":1724861045206,"stop":1724861045206,"duration":0}},{"uid":"a508aab085bb7ae","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a508aab085bb7ae","status":"passed","time":{"start":1724860907088,"stop":1724860907088,"duration":0}}]},"2015a267b7a98ab8cb7259d54fa43af8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cb5ce472ab29ce2a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cb5ce472ab29ce2a","status":"passed","time":{"start":1724922845258,"stop":1724922845258,"duration":0}},{"uid":"f3c351d23422be3b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f3c351d23422be3b","status":"passed","time":{"start":1724921515238,"stop":1724921515238,"duration":0}},{"uid":"8ba2aa28caa88948","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8ba2aa28caa88948","status":"passed","time":{"start":1724921475500,"stop":1724921475500,"duration":0}},{"uid":"fc9452281ae7ed86","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fc9452281ae7ed86","status":"passed","time":{"start":1724918179411,"stop":1724918179411,"duration":0}},{"uid":"d44b23f8e54cc474","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d44b23f8e54cc474","status":"passed","time":{"start":1724889935349,"stop":1724889935349,"duration":0}},{"uid":"49069005a2455f9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/49069005a2455f9d","status":"passed","time":{"start":1724889072764,"stop":1724889072765,"duration":1}},{"uid":"dfb4bdd9e5d97799","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dfb4bdd9e5d97799","status":"passed","time":{"start":1724888232425,"stop":1724888232425,"duration":0}},{"uid":"348015723d9fd6f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/348015723d9fd6f9","status":"passed","time":{"start":1724887018312,"stop":1724887018312,"duration":0}},{"uid":"13870d427f617802","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/13870d427f617802","status":"passed","time":{"start":1724886781499,"stop":1724886781499,"duration":0}},{"uid":"f7253bb166bf5766","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7253bb166bf5766","status":"passed","time":{"start":1724862213675,"stop":1724862213680,"duration":5}},{"uid":"6ddefb5b60fb1d8d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6ddefb5b60fb1d8d","status":"passed","time":{"start":1724861685874,"stop":1724861685875,"duration":1}},{"uid":"909511123491067d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/909511123491067d","status":"passed","time":{"start":1724861546200,"stop":1724861546201,"duration":1}},{"uid":"f69c7f4c56481a24","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f69c7f4c56481a24","status":"passed","time":{"start":1724861378122,"stop":1724861378122,"duration":0}}]},"87b43b4ee563d9db3b30d9aed8266a83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f1e1abf34274805f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f1e1abf34274805f","status":"passed","time":{"start":1724918259538,"stop":1724918259538,"duration":0}}]},"7fa43daff57bd0ce47616ab29fc60181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f746e42b3192ebda","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f746e42b3192ebda","status":"passed","time":{"start":1724922387837,"stop":1724922387838,"duration":1}},{"uid":"dd39287a43016ecc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dd39287a43016ecc","status":"passed","time":{"start":1724921050915,"stop":1724921050915,"duration":0}},{"uid":"157f17aaf19247a2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/157f17aaf19247a2","status":"passed","time":{"start":1724921026083,"stop":1724921026084,"duration":1}},{"uid":"fc06ad0848172c1e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fc06ad0848172c1e","status":"passed","time":{"start":1724917686329,"stop":1724917686330,"duration":1}},{"uid":"1fd191c18609f2b7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1fd191c18609f2b7","status":"passed","time":{"start":1724889465301,"stop":1724889465301,"duration":0}},{"uid":"1f948bce73f66b26","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1f948bce73f66b26","status":"passed","time":{"start":1724888615854,"stop":1724888615854,"duration":0}},{"uid":"26b35304d5646b3c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/26b35304d5646b3c","status":"passed","time":{"start":1724887772188,"stop":1724887772189,"duration":1}},{"uid":"2068ec1c42bfd42e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2068ec1c42bfd42e","status":"passed","time":{"start":1724886538734,"stop":1724886538735,"duration":1}},{"uid":"c6cc886306f6cb3d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c6cc886306f6cb3d","status":"passed","time":{"start":1724886316572,"stop":1724886316572,"duration":0}},{"uid":"7f1668e8bb2b4255","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7f1668e8bb2b4255","status":"passed","time":{"start":1724861765626,"stop":1724861765626,"duration":0}},{"uid":"9cbd5616981cb61f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9cbd5616981cb61f","status":"passed","time":{"start":1724861236289,"stop":1724861236289,"duration":0}},{"uid":"aa0c0e7264213d48","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/aa0c0e7264213d48","status":"passed","time":{"start":1724861059255,"stop":1724861059256,"duration":1}},{"uid":"527af5522d511fb5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/527af5522d511fb5","status":"passed","time":{"start":1724860920540,"stop":1724860920541,"duration":1}}]},"17a6f76495b1619f9fb1860a7b134c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"629d9752713e9033","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/629d9752713e9033","status":"passed","time":{"start":1724922661641,"stop":1724922661642,"duration":1}},{"uid":"efc27b4c7ef3d408","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/efc27b4c7ef3d408","status":"passed","time":{"start":1724921321311,"stop":1724921321312,"duration":1}},{"uid":"6b445a7e2ae97e06","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6b445a7e2ae97e06","status":"passed","time":{"start":1724921298785,"stop":1724921298785,"duration":0}},{"uid":"2f913d5caf027c86","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2f913d5caf027c86","status":"passed","time":{"start":1724918008264,"stop":1724918008265,"duration":1}},{"uid":"3bfefdfbdc8678c4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3bfefdfbdc8678c4","status":"passed","time":{"start":1724889728595,"stop":1724889728596,"duration":1}},{"uid":"75c7c653bd7cdd96","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/75c7c653bd7cdd96","status":"passed","time":{"start":1724888882875,"stop":1724888882875,"duration":0}},{"uid":"fbcd4f11c0ccbdd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fbcd4f11c0ccbdd","status":"passed","time":{"start":1724888111025,"stop":1724888111025,"duration":0}},{"uid":"966f33363ba9ee14","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/966f33363ba9ee14","status":"passed","time":{"start":1724886869447,"stop":1724886869448,"duration":1}},{"uid":"687dcd90eefb44ba","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/687dcd90eefb44ba","status":"passed","time":{"start":1724886642936,"stop":1724886642936,"duration":0}},{"uid":"b51037f95e86b9f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b51037f95e86b9f9","status":"passed","time":{"start":1724862044581,"stop":1724862044582,"duration":1}},{"uid":"e310a9b036ffdc90","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e310a9b036ffdc90","status":"passed","time":{"start":1724861523038,"stop":1724861523039,"duration":1}},{"uid":"79c7677dc44ded93","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/79c7677dc44ded93","status":"passed","time":{"start":1724861362473,"stop":1724861362474,"duration":1}},{"uid":"6c43fa87f5537604","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6c43fa87f5537604","status":"passed","time":{"start":1724861196839,"stop":1724861196845,"duration":6}}]},"7a4574b0f60b30673a8fc64643b5fa8c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"385d2d99ac30b1f2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/385d2d99ac30b1f2","status":"passed","time":{"start":1724861770121,"stop":1724861770122,"duration":1}}]},"e8059bbe8f16591459e72c85064fb2a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"35904c8b970cb9cf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/35904c8b970cb9cf","status":"passed","time":{"start":1724923012459,"stop":1724923012459,"duration":0}},{"uid":"355c9bf4afe22666","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/355c9bf4afe22666","status":"passed","time":{"start":1724921625035,"stop":1724921625036,"duration":1}},{"uid":"6f6dcefcc63f49ae","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6f6dcefcc63f49ae","status":"passed","time":{"start":1724921590479,"stop":1724921590479,"duration":0}},{"uid":"d46c7e66483425d1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d46c7e66483425d1","status":"passed","time":{"start":1724918287559,"stop":1724918287559,"duration":0}},{"uid":"9a5dfe50d83df90b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9a5dfe50d83df90b","status":"passed","time":{"start":1724890047782,"stop":1724890047782,"duration":0}},{"uid":"20abc14730a517fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/20abc14730a517fa","status":"passed","time":{"start":1724889183914,"stop":1724889183914,"duration":0}},{"uid":"d17754f1d76c1aa0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d17754f1d76c1aa0","status":"passed","time":{"start":1724888354159,"stop":1724888354159,"duration":0}},{"uid":"8bb8b43c180888f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8bb8b43c180888f","status":"passed","time":{"start":1724887145651,"stop":1724887145651,"duration":0}},{"uid":"64f51fd7ffe7a5fc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/64f51fd7ffe7a5fc","status":"passed","time":{"start":1724886915776,"stop":1724886915776,"duration":0}},{"uid":"27315bbd0b2ec15f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/27315bbd0b2ec15f","status":"passed","time":{"start":1724862341431,"stop":1724862341432,"duration":1}},{"uid":"f37fbd010addd5e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f37fbd010addd5e","status":"passed","time":{"start":1724861805432,"stop":1724861805433,"duration":1}},{"uid":"d7b6f68feed8cb77","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d7b6f68feed8cb77","status":"passed","time":{"start":1724861662240,"stop":1724861662240,"duration":0}},{"uid":"781c7a7f14d9216a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/781c7a7f14d9216a","status":"passed","time":{"start":1724861492503,"stop":1724861492503,"duration":0}}]},"61fc51f41c87e78944a283d6e4a258f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1ee4c0ce20475d5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1ee4c0ce20475d5","status":"passed","time":{"start":1724922535038,"stop":1724922535048,"duration":10}},{"uid":"1cfa376143b106d9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1cfa376143b106d9","status":"passed","time":{"start":1724921196357,"stop":1724921196357,"duration":0}},{"uid":"e64fd44723067630","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e64fd44723067630","status":"passed","time":{"start":1724921173180,"stop":1724921173180,"duration":0}},{"uid":"c5151bf185b50f58","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c5151bf185b50f58","status":"passed","time":{"start":1724917930826,"stop":1724917930826,"duration":0}},{"uid":"ecce35e3fa9a74c5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ecce35e3fa9a74c5","status":"passed","time":{"start":1724889621016,"stop":1724889621017,"duration":1}},{"uid":"9f701e53c8f113b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f701e53c8f113b","status":"passed","time":{"start":1724888759388,"stop":1724888759388,"duration":0}},{"uid":"bbaf8e95b706a925","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bbaf8e95b706a925","status":"passed","time":{"start":1724888015044,"stop":1724888015044,"duration":0}},{"uid":"24e163bc08ded135","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/24e163bc08ded135","status":"passed","time":{"start":1724886784542,"stop":1724886784542,"duration":0}},{"uid":"53683326db508e70","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/53683326db508e70","status":"passed","time":{"start":1724886566525,"stop":1724886566526,"duration":1}},{"uid":"9a595f532affc47c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9a595f532affc47c","status":"passed","time":{"start":1724861915533,"stop":1724861915534,"duration":1}},{"uid":"b61fa70ff6e78327","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b61fa70ff6e78327","status":"passed","time":{"start":1724861379724,"stop":1724861379725,"duration":1}},{"uid":"a30229227fd5e81","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a30229227fd5e81","status":"passed","time":{"start":1724861206875,"stop":1724861206879,"duration":4}},{"uid":"d18a9968084810e9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d18a9968084810e9","status":"passed","time":{"start":1724861067559,"stop":1724861067560,"duration":1}}]},"1d71dd750d76bba77d05212d04612c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5f180218b159b91d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5f180218b159b91d","status":"passed","time":{"start":1724922887532,"stop":1724922887532,"duration":0}},{"uid":"322d9184bfa451f4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/322d9184bfa451f4","status":"passed","time":{"start":1724921564782,"stop":1724921564783,"duration":1}},{"uid":"c387a9d2877df5d9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c387a9d2877df5d9","status":"passed","time":{"start":1724921518827,"stop":1724921518828,"duration":1}},{"uid":"7979eb12be1b5500","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7979eb12be1b5500","status":"passed","time":{"start":1724918229404,"stop":1724918229404,"duration":0}},{"uid":"ec17744e5b3c3e68","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ec17744e5b3c3e68","status":"passed","time":{"start":1724889980707,"stop":1724889980707,"duration":0}},{"uid":"712bfea7c8a47682","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/712bfea7c8a47682","status":"passed","time":{"start":1724889111183,"stop":1724889111183,"duration":0}},{"uid":"73ca673590d1b365","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/73ca673590d1b365","status":"passed","time":{"start":1724888292547,"stop":1724888292547,"duration":0}},{"uid":"3420e27e80a65a0f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3420e27e80a65a0f","status":"passed","time":{"start":1724887068232,"stop":1724887068232,"duration":0}},{"uid":"83cc6f5588c95eb7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/83cc6f5588c95eb7","status":"passed","time":{"start":1724886848934,"stop":1724886848935,"duration":1}},{"uid":"eb293680f6e394f4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eb293680f6e394f4","status":"passed","time":{"start":1724862262052,"stop":1724862262054,"duration":2}},{"uid":"c5dfd7d682ed2cc7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c5dfd7d682ed2cc7","status":"passed","time":{"start":1724861741897,"stop":1724861741898,"duration":1}},{"uid":"6b0a044b2d379184","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6b0a044b2d379184","status":"passed","time":{"start":1724861599501,"stop":1724861599501,"duration":0}},{"uid":"4f41a3cb81b3670c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4f41a3cb81b3670c","status":"passed","time":{"start":1724861428479,"stop":1724861428479,"duration":0}}]},"13dc773dbc4db2135c16f1b3a54e2c02:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c3179e6aef510e35","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c3179e6aef510e35","status":"passed","time":{"start":1724862320143,"stop":1724862320143,"duration":0}}]},"2a5ef100338210e77baecb9bd37bb789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c0dbb0b8b44cdc6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0dbb0b8b44cdc6","status":"passed","time":{"start":1724861637974,"stop":1724861637974,"duration":0}}]},"31c8e5b00842d869053a8ccc64a1bb30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4023d2b8ca85176a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4023d2b8ca85176a","status":"passed","time":{"start":1724923012467,"stop":1724923012467,"duration":0}},{"uid":"4f731215e17475bd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4f731215e17475bd","status":"passed","time":{"start":1724921625074,"stop":1724921625074,"duration":0}},{"uid":"a985bdac8cff9514","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a985bdac8cff9514","status":"passed","time":{"start":1724921590498,"stop":1724921590498,"duration":0}},{"uid":"77b9fca4f9ebc580","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/77b9fca4f9ebc580","status":"passed","time":{"start":1724918287567,"stop":1724918287567,"duration":0}},{"uid":"71de08fd0ea21c2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/71de08fd0ea21c2","status":"passed","time":{"start":1724890047790,"stop":1724890047790,"duration":0}},{"uid":"336a0d85a6c41184","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/336a0d85a6c41184","status":"passed","time":{"start":1724889183923,"stop":1724889183923,"duration":0}},{"uid":"6cee5ecc59aa14bf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6cee5ecc59aa14bf","status":"passed","time":{"start":1724888354172,"stop":1724888354173,"duration":1}},{"uid":"a60d4f43283f52a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a60d4f43283f52a9","status":"passed","time":{"start":1724887145666,"stop":1724887145666,"duration":0}},{"uid":"d7859c3cd69e2705","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d7859c3cd69e2705","status":"passed","time":{"start":1724886915789,"stop":1724886915789,"duration":0}},{"uid":"f66a9837802dc5e3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f66a9837802dc5e3","status":"passed","time":{"start":1724862341440,"stop":1724862341453,"duration":13}},{"uid":"3348c73983f18d84","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3348c73983f18d84","status":"passed","time":{"start":1724861805444,"stop":1724861805445,"duration":1}},{"uid":"2678f6540a39f9d1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2678f6540a39f9d1","status":"passed","time":{"start":1724861662273,"stop":1724861662286,"duration":13}},{"uid":"e3e876df56caebac","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e3e876df56caebac","status":"passed","time":{"start":1724861492516,"stop":1724861492516,"duration":0}}]},"ddc7e82bfaf4398da5049ccee852c920:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e6dd016781c33ba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e6dd016781c33ba","status":"passed","time":{"start":1724922476376,"stop":1724922476376,"duration":0}},{"uid":"6b188056243c0f10","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6b188056243c0f10","status":"passed","time":{"start":1724921141188,"stop":1724921141200,"duration":12}},{"uid":"50d5cad85980dca0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/50d5cad85980dca0","status":"passed","time":{"start":1724921118250,"stop":1724921118250,"duration":0}},{"uid":"6df6af307b7dd42","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6df6af307b7dd42","status":"passed","time":{"start":1724917777552,"stop":1724917777552,"duration":0}},{"uid":"c54ba25b4854fcb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c54ba25b4854fcb7","status":"passed","time":{"start":1724889554665,"stop":1724889554665,"duration":0}},{"uid":"41fde9fb23a66947","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/41fde9fb23a66947","status":"passed","time":{"start":1724888706939,"stop":1724888706940,"duration":1}},{"uid":"a25bd99e534c76cd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a25bd99e534c76cd","status":"passed","time":{"start":1724887861774,"stop":1724887861774,"duration":0}},{"uid":"946ee3c8de992fe2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/946ee3c8de992fe2","status":"passed","time":{"start":1724886631477,"stop":1724886631478,"duration":1}},{"uid":"2a6b1be4a69aa994","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2a6b1be4a69aa994","status":"passed","time":{"start":1724886409746,"stop":1724886409747,"duration":1}},{"uid":"ea92cf35fff3f4bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ea92cf35fff3f4bc","status":"passed","time":{"start":1724861858184,"stop":1724861858185,"duration":1}},{"uid":"cd0cccad94d4237e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cd0cccad94d4237e","status":"passed","time":{"start":1724861324522,"stop":1724861324522,"duration":0}},{"uid":"6413ef022f928bba","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6413ef022f928bba","status":"passed","time":{"start":1724861152391,"stop":1724861152391,"duration":0}},{"uid":"48b46a0118e36bf9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/48b46a0118e36bf9","status":"passed","time":{"start":1724861011436,"stop":1724861011436,"duration":0}}]},"62d6c48f0a70d500c45ef2a175f29bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"524902c40320d996","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/524902c40320d996","status":"passed","time":{"start":1724922408755,"stop":1724922408756,"duration":1}},{"uid":"18d49e2c138cae35","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/18d49e2c138cae35","status":"passed","time":{"start":1724921071994,"stop":1724921071994,"duration":0}},{"uid":"5b23fd8e3a4c40f2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5b23fd8e3a4c40f2","status":"passed","time":{"start":1724921046823,"stop":1724921046823,"duration":0}},{"uid":"fdab50608165f1c8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fdab50608165f1c8","status":"passed","time":{"start":1724917707023,"stop":1724917707024,"duration":1}},{"uid":"56b7c48de83db178","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/56b7c48de83db178","status":"passed","time":{"start":1724889485859,"stop":1724889485860,"duration":1}},{"uid":"4d239cfd5ae5adc9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4d239cfd5ae5adc9","status":"passed","time":{"start":1724888636619,"stop":1724888636620,"duration":1}},{"uid":"711c1b29ab0b60ac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/711c1b29ab0b60ac","status":"passed","time":{"start":1724887792855,"stop":1724887792855,"duration":0}},{"uid":"ded57dee4486aefc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ded57dee4486aefc","status":"passed","time":{"start":1724886559723,"stop":1724886559724,"duration":1}},{"uid":"852edf6da5f25045","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/852edf6da5f25045","status":"passed","time":{"start":1724886337376,"stop":1724886337376,"duration":0}},{"uid":"3b2eb90916408306","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3b2eb90916408306","status":"passed","time":{"start":1724861786730,"stop":1724861786730,"duration":0}},{"uid":"52acbdb3bb4d18c7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/52acbdb3bb4d18c7","status":"passed","time":{"start":1724861257212,"stop":1724861257212,"duration":0}},{"uid":"9bb4f7485b60734e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9bb4f7485b60734e","status":"passed","time":{"start":1724861081085,"stop":1724861081085,"duration":0}},{"uid":"1042b0d01ad2f607","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1042b0d01ad2f607","status":"passed","time":{"start":1724860941731,"stop":1724860941731,"duration":0}}]},"8ce53717e638ed375d7032bd3f2b20be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5dbb288b4fa637ee","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5dbb288b4fa637ee","status":"passed","time":{"start":1724922374690,"stop":1724922374691,"duration":1}},{"uid":"cad5c4a34408dcf9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cad5c4a34408dcf9","status":"passed","time":{"start":1724921037651,"stop":1724921037652,"duration":1}},{"uid":"8c6365e20a25185e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8c6365e20a25185e","status":"passed","time":{"start":1724921013065,"stop":1724921013065,"duration":0}},{"uid":"82f2a480382c9a9f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/82f2a480382c9a9f","status":"passed","time":{"start":1724917673305,"stop":1724917673305,"duration":0}},{"uid":"21061176af9a8430","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/21061176af9a8430","status":"passed","time":{"start":1724889452325,"stop":1724889452325,"duration":0}},{"uid":"497a8d2975fb1a93","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/497a8d2975fb1a93","status":"passed","time":{"start":1724888602857,"stop":1724888602858,"duration":1}},{"uid":"41c1c60d604e84c8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/41c1c60d604e84c8","status":"passed","time":{"start":1724887759178,"stop":1724887759178,"duration":0}},{"uid":"2260fd5dc570734c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2260fd5dc570734c","status":"passed","time":{"start":1724886525556,"stop":1724886525556,"duration":0}},{"uid":"abb32ebbeb3d7bb3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/abb32ebbeb3d7bb3","status":"passed","time":{"start":1724886303411,"stop":1724886303411,"duration":0}},{"uid":"d2a5ed1088d80dd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d2a5ed1088d80dd","status":"passed","time":{"start":1724861752248,"stop":1724861752248,"duration":0}},{"uid":"77272681d69a88f6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/77272681d69a88f6","status":"passed","time":{"start":1724861223368,"stop":1724861223368,"duration":0}},{"uid":"1150752ad697b6a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1150752ad697b6a","status":"passed","time":{"start":1724861045217,"stop":1724861045217,"duration":0}},{"uid":"fc2634bf3e6c8765","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fc2634bf3e6c8765","status":"passed","time":{"start":1724860907103,"stop":1724860907103,"duration":0}}]},"d62e53d918f67dad404d075c90141864:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"53cd937ae7db5f7d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/53cd937ae7db5f7d","status":"passed","time":{"start":1724886880629,"stop":1724886880630,"duration":1}}]},"a4be7d9489b14688de2b707323a936b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ffaf797dcef793fa","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ffaf797dcef793fa","status":"passed","time":{"start":1724922966284,"stop":1724922966285,"duration":1}},{"uid":"39f4570b0460cbe4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/39f4570b0460cbe4","status":"passed","time":{"start":1724921658745,"stop":1724921658745,"duration":0}},{"uid":"ea7529feddb3e45c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ea7529feddb3e45c","status":"passed","time":{"start":1724921609579,"stop":1724921609579,"duration":0}},{"uid":"b3e8b81bbffe2117","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b3e8b81bbffe2117","status":"passed","time":{"start":1724918323458,"stop":1724918323459,"duration":1}},{"uid":"183d3a20b40afdbe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/183d3a20b40afdbe","status":"passed","time":{"start":1724890071664,"stop":1724890071664,"duration":0}},{"uid":"47ab33c39e2eb4bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/47ab33c39e2eb4bd","status":"passed","time":{"start":1724889207705,"stop":1724889207705,"duration":0}},{"uid":"e713e2790e776a34","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e713e2790e776a34","status":"passed","time":{"start":1724888386325,"stop":1724888386326,"duration":1}},{"uid":"da74ab135b1631c1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/da74ab135b1631c1","status":"passed","time":{"start":1724887153933,"stop":1724887153934,"duration":1}},{"uid":"2f4c349edb443e80","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2f4c349edb443e80","status":"passed","time":{"start":1724886927388,"stop":1724886927388,"duration":0}},{"uid":"e9597d2235c40a4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e9597d2235c40a4","status":"passed","time":{"start":1724862360109,"stop":1724862360109,"duration":0}},{"uid":"eed7f38b295acb4b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/eed7f38b295acb4b","status":"passed","time":{"start":1724861832842,"stop":1724861832842,"duration":0}},{"uid":"3e04376351dbecfa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3e04376351dbecfa","status":"passed","time":{"start":1724861687426,"stop":1724861687427,"duration":1}},{"uid":"84b6753a8a0be4e6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/84b6753a8a0be4e6","status":"passed","time":{"start":1724861513176,"stop":1724861513176,"duration":0}}]},"8cfb52e6c02a48b52170d160401804f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6f8e227f219cb072","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6f8e227f219cb072","status":"passed","time":{"start":1724921577168,"stop":1724921577168,"duration":0}}]},"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8c40c86c27d26d2b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8c40c86c27d26d2b","status":"passed","time":{"start":1724922465397,"stop":1724922465398,"duration":1}},{"uid":"e85ba90f3b36669","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e85ba90f3b36669","status":"passed","time":{"start":1724921128569,"stop":1724921128570,"duration":1}},{"uid":"a78f70e10275d909","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a78f70e10275d909","status":"passed","time":{"start":1724921103676,"stop":1724921103676,"duration":0}},{"uid":"fe128ee4859a39e6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fe128ee4859a39e6","status":"passed","time":{"start":1724917763728,"stop":1724917763728,"duration":0}},{"uid":"5e0d492f6f315a9a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5e0d492f6f315a9a","status":"passed","time":{"start":1724889543371,"stop":1724889543372,"duration":1}},{"uid":"e51bd551820a723d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e51bd551820a723d","status":"passed","time":{"start":1724888692505,"stop":1724888692505,"duration":0}},{"uid":"3dda80a0ae24777c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3dda80a0ae24777c","status":"passed","time":{"start":1724887850414,"stop":1724887850414,"duration":0}},{"uid":"5fe5c2b675e2c1f1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5fe5c2b675e2c1f1","status":"passed","time":{"start":1724886617176,"stop":1724886617176,"duration":0}},{"uid":"638dac56e8f7cdcf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/638dac56e8f7cdcf","status":"passed","time":{"start":1724886394908,"stop":1724886394911,"duration":3}},{"uid":"3050b8be76a89ac4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3050b8be76a89ac4","status":"passed","time":{"start":1724861844373,"stop":1724861844373,"duration":0}},{"uid":"aabaa9e0d292cbe9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/aabaa9e0d292cbe9","status":"passed","time":{"start":1724861313410,"stop":1724861313411,"duration":1}},{"uid":"8794e3677ca4282e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8794e3677ca4282e","status":"passed","time":{"start":1724861139651,"stop":1724861139652,"duration":1}},{"uid":"6737c56603cbeb96","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6737c56603cbeb96","status":"passed","time":{"start":1724860999512,"stop":1724860999512,"duration":0}}]},"6496df604a2d73d30c6106b55902fca6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f2fdec18971088bb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f2fdec18971088bb","status":"passed","time":{"start":1724922374694,"stop":1724922374694,"duration":0}},{"uid":"cb162c1bfd3d995f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cb162c1bfd3d995f","status":"passed","time":{"start":1724921037654,"stop":1724921037654,"duration":0}},{"uid":"19412094fe3fe3cb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/19412094fe3fe3cb","status":"passed","time":{"start":1724921013068,"stop":1724921013068,"duration":0}},{"uid":"abacbfb9c9046fa2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/abacbfb9c9046fa2","status":"passed","time":{"start":1724917673308,"stop":1724917673308,"duration":0}},{"uid":"d718ab9fac9ffe91","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d718ab9fac9ffe91","status":"passed","time":{"start":1724889452327,"stop":1724889452328,"duration":1}},{"uid":"a25282ce5baff01a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a25282ce5baff01a","status":"passed","time":{"start":1724888602860,"stop":1724888602860,"duration":0}},{"uid":"9fa3de8fa6815dc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9fa3de8fa6815dc","status":"passed","time":{"start":1724887759181,"stop":1724887759181,"duration":0}},{"uid":"bc45efbc054132de","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bc45efbc054132de","status":"passed","time":{"start":1724886525558,"stop":1724886525558,"duration":0}},{"uid":"c7f82282654b0343","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c7f82282654b0343","status":"passed","time":{"start":1724886303414,"stop":1724886303414,"duration":0}},{"uid":"1cbea08977636946","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1cbea08977636946","status":"passed","time":{"start":1724861752250,"stop":1724861752250,"duration":0}},{"uid":"455954a888742d17","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/455954a888742d17","status":"passed","time":{"start":1724861223371,"stop":1724861223371,"duration":0}},{"uid":"1d4c92c69efb1d14","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1d4c92c69efb1d14","status":"passed","time":{"start":1724861045220,"stop":1724861045220,"duration":0}},{"uid":"c1035b433aae15ae","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c1035b433aae15ae","status":"passed","time":{"start":1724860907107,"stop":1724860907107,"duration":0}}]},"7fc3ff61f10eed58155b889267de1e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4af23328d9b12836","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4af23328d9b12836","status":"passed","time":{"start":1724923012481,"stop":1724923012481,"duration":0}},{"uid":"ca23129e39bffd4d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ca23129e39bffd4d","status":"passed","time":{"start":1724921625092,"stop":1724921625092,"duration":0}},{"uid":"13d7d650c0e83c65","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/13d7d650c0e83c65","status":"passed","time":{"start":1724921590511,"stop":1724921590511,"duration":0}},{"uid":"e5adbd1d2e4f42c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e5adbd1d2e4f42c","status":"passed","time":{"start":1724918287577,"stop":1724918287577,"duration":0}},{"uid":"8fd1f3d2c2ddc746","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8fd1f3d2c2ddc746","status":"passed","time":{"start":1724890047803,"stop":1724890047803,"duration":0}},{"uid":"16d1c320cbd226dd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/16d1c320cbd226dd","status":"passed","time":{"start":1724889183948,"stop":1724889183948,"duration":0}},{"uid":"569c93be2d84f67e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/569c93be2d84f67e","status":"passed","time":{"start":1724888354186,"stop":1724888354187,"duration":1}},{"uid":"ec80b623d52fa153","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ec80b623d52fa153","status":"passed","time":{"start":1724887145730,"stop":1724887145730,"duration":0}},{"uid":"2d80ab39a50ed145","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2d80ab39a50ed145","status":"passed","time":{"start":1724886915809,"stop":1724886915809,"duration":0}},{"uid":"e9dc9e43dadbe252","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e9dc9e43dadbe252","status":"passed","time":{"start":1724862341466,"stop":1724862341467,"duration":1}},{"uid":"b74e2eeb84b53115","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b74e2eeb84b53115","status":"passed","time":{"start":1724861805471,"stop":1724861805471,"duration":0}},{"uid":"8fdcb41d5dba9977","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8fdcb41d5dba9977","status":"passed","time":{"start":1724861662300,"stop":1724861662301,"duration":1}},{"uid":"2f276139ee50154e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2f276139ee50154e","status":"passed","time":{"start":1724861492528,"stop":1724861492528,"duration":0}}]},"60f35916590a9ebe43f8340d68145b66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9f10ff01aebc4bff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9f10ff01aebc4bff","status":"passed","time":{"start":1724922950821,"stop":1724922950821,"duration":0}},{"uid":"2f8f4d984f5a044","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2f8f4d984f5a044","status":"passed","time":{"start":1724921640399,"stop":1724921640399,"duration":0}},{"uid":"97f42adee205f1ea","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/97f42adee205f1ea","status":"passed","time":{"start":1724921600407,"stop":1724921600408,"duration":1}},{"uid":"7d508110251ecbf8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7d508110251ecbf8","status":"passed","time":{"start":1724918300922,"stop":1724918300923,"duration":1}},{"uid":"a5ce4f115ffd0ea3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5ce4f115ffd0ea3","status":"passed","time":{"start":1724890059284,"stop":1724890059285,"duration":1}},{"uid":"b4425c6ef4040e4c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4425c6ef4040e4c","status":"passed","time":{"start":1724889188311,"stop":1724889188314,"duration":3}},{"uid":"3b50dca9c3f2eb10","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3b50dca9c3f2eb10","status":"passed","time":{"start":1724888372739,"stop":1724888372740,"duration":1}},{"uid":"dae6acd4bb5d448a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dae6acd4bb5d448a","status":"passed","time":{"start":1724887135717,"stop":1724887135717,"duration":0}},{"uid":"c8bdea3b3e902fde","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c8bdea3b3e902fde","status":"passed","time":{"start":1724886919663,"stop":1724886919664,"duration":1}},{"uid":"53329d9fbccf93aa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/53329d9fbccf93aa","status":"passed","time":{"start":1724862341834,"stop":1724862341834,"duration":0}},{"uid":"f40837da1898b172","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f40837da1898b172","status":"passed","time":{"start":1724861815489,"stop":1724861815489,"duration":0}},{"uid":"fd9477a8e0ab757","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fd9477a8e0ab757","status":"passed","time":{"start":1724861669534,"stop":1724861669534,"duration":0}},{"uid":"7ec588008f318ea2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7ec588008f318ea2","status":"passed","time":{"start":1724861505414,"stop":1724861505415,"duration":1}}]},"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c6e5e0e8bbf29786","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c6e5e0e8bbf29786","status":"passed","time":{"start":1724922409249,"stop":1724922409249,"duration":0}},{"uid":"4a9e7cea474243c6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4a9e7cea474243c6","status":"passed","time":{"start":1724921072291,"stop":1724921072291,"duration":0}},{"uid":"6cddf4727003697c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6cddf4727003697c","status":"passed","time":{"start":1724921047282,"stop":1724921047283,"duration":1}},{"uid":"d730332a604c3f6b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d730332a604c3f6b","status":"passed","time":{"start":1724917707455,"stop":1724917707455,"duration":0}},{"uid":"c983d1a5e95a8bb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c983d1a5e95a8bb7","status":"passed","time":{"start":1724889486389,"stop":1724889486389,"duration":0}},{"uid":"ab7ff39e8e1a7b75","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ab7ff39e8e1a7b75","status":"passed","time":{"start":1724888637013,"stop":1724888637014,"duration":1}},{"uid":"736bddb6fbc609a4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/736bddb6fbc609a4","status":"passed","time":{"start":1724887793424,"stop":1724887793424,"duration":0}},{"uid":"4a0bf911852c43e0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a0bf911852c43e0","status":"passed","time":{"start":1724886560036,"stop":1724886560037,"duration":1}},{"uid":"2ef08c95f172d51b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2ef08c95f172d51b","status":"passed","time":{"start":1724886337879,"stop":1724886337879,"duration":0}},{"uid":"5f52d4249d7da6bb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f52d4249d7da6bb","status":"passed","time":{"start":1724861787236,"stop":1724861787237,"duration":1}},{"uid":"4b00def42c2beb7b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4b00def42c2beb7b","status":"passed","time":{"start":1724861257427,"stop":1724861257428,"duration":1}},{"uid":"d36e1514e17a1d2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d36e1514e17a1d2","status":"passed","time":{"start":1724861081341,"stop":1724861081342,"duration":1}},{"uid":"f0fb95b14c4b7d42","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f0fb95b14c4b7d42","status":"passed","time":{"start":1724860942009,"stop":1724860942009,"duration":0}}]},"969657e71e2c302de9a431cd03b2d3af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"289e93e45ba2dd46","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/289e93e45ba2dd46","status":"passed","time":{"start":1724889111170,"stop":1724889111170,"duration":0}}]},"153570a82b67cc58bbb83349666b2542:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d645963cd99c1aa3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d645963cd99c1aa3","status":"passed","time":{"start":1724922611420,"stop":1724922611421,"duration":1}},{"uid":"d8ac6ec6daf2e019","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d8ac6ec6daf2e019","status":"passed","time":{"start":1724921270342,"stop":1724921270342,"duration":0}},{"uid":"3854fa8c79d32835","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3854fa8c79d32835","status":"passed","time":{"start":1724921247773,"stop":1724921247773,"duration":0}},{"uid":"90e023d791b4cf99","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/90e023d791b4cf99","status":"passed","time":{"start":1724917989809,"stop":1724917989810,"duration":1}},{"uid":"af66c7f3875a17c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/af66c7f3875a17c7","status":"passed","time":{"start":1724889678532,"stop":1724889678533,"duration":1}},{"uid":"6329fbddb19afa4c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6329fbddb19afa4c","status":"passed","time":{"start":1724888829826,"stop":1724888829827,"duration":1}},{"uid":"f6f0ef3fc8ae7103","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f6f0ef3fc8ae7103","status":"passed","time":{"start":1724888076973,"stop":1724888076974,"duration":1}},{"uid":"f20d20306d2b6394","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f20d20306d2b6394","status":"passed","time":{"start":1724886851112,"stop":1724886851113,"duration":1}},{"uid":"f7de02c34bc762fb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f7de02c34bc762fb","status":"passed","time":{"start":1724886647058,"stop":1724886647059,"duration":1}},{"uid":"88da5f8e97ec9ae6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/88da5f8e97ec9ae6","status":"passed","time":{"start":1724861992702,"stop":1724861992702,"duration":0}},{"uid":"cc17a3cb81bfac07","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cc17a3cb81bfac07","status":"passed","time":{"start":1724861469630,"stop":1724861469631,"duration":1}},{"uid":"4e238e6a75305b45","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4e238e6a75305b45","status":"passed","time":{"start":1724861284845,"stop":1724861284845,"duration":0}},{"uid":"a4b4ba73f75a2b7c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a4b4ba73f75a2b7c","status":"passed","time":{"start":1724861145772,"stop":1724861145772,"duration":0}}]},"17a365c6873770addb5fea5e4dd76480:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2c44eb3904dd77f0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2c44eb3904dd77f0","status":"passed","time":{"start":1724922845235,"stop":1724922845235,"duration":0}},{"uid":"4bd7321f825ce063","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4bd7321f825ce063","status":"passed","time":{"start":1724921515221,"stop":1724921515221,"duration":0}},{"uid":"c338587d98dd5e0e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c338587d98dd5e0e","status":"passed","time":{"start":1724921475439,"stop":1724921475440,"duration":1}},{"uid":"a6bc597123c3a908","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a6bc597123c3a908","status":"passed","time":{"start":1724918179381,"stop":1724918179381,"duration":0}},{"uid":"d5c319b0c5f2e945","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d5c319b0c5f2e945","status":"passed","time":{"start":1724889935334,"stop":1724889935335,"duration":1}},{"uid":"dcf09da6f381c2b0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dcf09da6f381c2b0","status":"passed","time":{"start":1724889072747,"stop":1724889072747,"duration":0}},{"uid":"9d77b53283278947","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9d77b53283278947","status":"passed","time":{"start":1724888232409,"stop":1724888232409,"duration":0}},{"uid":"ea8d2359f680f8f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ea8d2359f680f8f9","status":"passed","time":{"start":1724887018288,"stop":1724887018289,"duration":1}},{"uid":"27abbb91f8290717","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/27abbb91f8290717","status":"passed","time":{"start":1724886781473,"stop":1724886781474,"duration":1}},{"uid":"bd9ff1fcd4650cff","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bd9ff1fcd4650cff","status":"passed","time":{"start":1724862213656,"stop":1724862213657,"duration":1}},{"uid":"c63ef6a824429cae","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c63ef6a824429cae","status":"passed","time":{"start":1724861685849,"stop":1724861685849,"duration":0}},{"uid":"86852d0ff4545672","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/86852d0ff4545672","status":"passed","time":{"start":1724861546164,"stop":1724861546164,"duration":0}},{"uid":"e684a8af0e00e2e0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e684a8af0e00e2e0","status":"passed","time":{"start":1724861378105,"stop":1724861378105,"duration":0}}]},"a2f700168af9cb41c3c2307e8101120a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"abbde55f6a876c98","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/abbde55f6a876c98","status":"passed","time":{"start":1724922374675,"stop":1724922374675,"duration":0}},{"uid":"e9b034f8f075acb7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e9b034f8f075acb7","status":"passed","time":{"start":1724921037635,"stop":1724921037635,"duration":0}},{"uid":"95dea5e523fb6a80","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/95dea5e523fb6a80","status":"passed","time":{"start":1724921013047,"stop":1724921013047,"duration":0}},{"uid":"4d638b2d079ef143","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4d638b2d079ef143","status":"passed","time":{"start":1724917673291,"stop":1724917673291,"duration":0}},{"uid":"fffbf953b7d9f095","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fffbf953b7d9f095","status":"passed","time":{"start":1724889452310,"stop":1724889452310,"duration":0}},{"uid":"29734ee3c2c97762","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29734ee3c2c97762","status":"passed","time":{"start":1724888602840,"stop":1724888602840,"duration":0}},{"uid":"584951c75c301140","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/584951c75c301140","status":"passed","time":{"start":1724887759164,"stop":1724887759164,"duration":0}},{"uid":"872948bf4d72fcfa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/872948bf4d72fcfa","status":"passed","time":{"start":1724886525543,"stop":1724886525543,"duration":0}},{"uid":"98f877bf1b4f9650","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/98f877bf1b4f9650","status":"passed","time":{"start":1724886303396,"stop":1724886303397,"duration":1}},{"uid":"1c7693f54d1448cc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c7693f54d1448cc","status":"passed","time":{"start":1724861752228,"stop":1724861752228,"duration":0}},{"uid":"50882d2b1333133e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/50882d2b1333133e","status":"passed","time":{"start":1724861223355,"stop":1724861223355,"duration":0}},{"uid":"b98b384a25a918ac","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b98b384a25a918ac","status":"passed","time":{"start":1724861045202,"stop":1724861045202,"duration":0}},{"uid":"e147b5176d770989","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e147b5176d770989","status":"passed","time":{"start":1724860907084,"stop":1724860907084,"duration":0}}]},"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"53d863d936b7a7bd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/53d863d936b7a7bd","status":"passed","time":{"start":1724922998984,"stop":1724922998985,"duration":1}},{"uid":"b58210257090c321","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b58210257090c321","status":"passed","time":{"start":1724921672581,"stop":1724921672582,"duration":1}},{"uid":"a8a95d5d6e64eaf3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a8a95d5d6e64eaf3","status":"passed","time":{"start":1724921629964,"stop":1724921629965,"duration":1}},{"uid":"100b50354e54c65e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/100b50354e54c65e","status":"passed","time":{"start":1724918337083,"stop":1724918337083,"duration":0}},{"uid":"473d8ec8546b87fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/473d8ec8546b87fd","status":"passed","time":{"start":1724890089179,"stop":1724890089179,"duration":0}},{"uid":"28098478dbfc74f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/28098478dbfc74f9","status":"passed","time":{"start":1724889221660,"stop":1724889221660,"duration":0}},{"uid":"b91bf1f19aecf370","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b91bf1f19aecf370","status":"passed","time":{"start":1724888396188,"stop":1724888396189,"duration":1}},{"uid":"b87b6e3069596aec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b87b6e3069596aec","status":"passed","time":{"start":1724887170939,"stop":1724887170939,"duration":0}},{"uid":"7a875359edf770af","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7a875359edf770af","status":"passed","time":{"start":1724886948525,"stop":1724886948525,"duration":0}},{"uid":"e075c236c07ec0e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e075c236c07ec0e5","status":"passed","time":{"start":1724862370753,"stop":1724862370753,"duration":0}},{"uid":"c61a7e5624c20670","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c61a7e5624c20670","status":"passed","time":{"start":1724861845169,"stop":1724861845169,"duration":0}},{"uid":"e4a482c4675c47de","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e4a482c4675c47de","status":"passed","time":{"start":1724861703117,"stop":1724861703117,"duration":0}},{"uid":"b33166759283cee7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b33166759283cee7","status":"passed","time":{"start":1724861530977,"stop":1724861530977,"duration":0}}]},"33fdc0abcc05365671923e497cbe2ac0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b2afd7abd7f2e393","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b2afd7abd7f2e393","status":"passed","time":{"start":1724922921446,"stop":1724922921447,"duration":1}},{"uid":"4ebf57b07e2b02ec","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4ebf57b07e2b02ec","status":"passed","time":{"start":1724921602945,"stop":1724921602946,"duration":1}},{"uid":"43db74aa5acab64e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/43db74aa5acab64e","status":"passed","time":{"start":1724921571095,"stop":1724921571095,"duration":0}},{"uid":"a6cbf4c652bf59a0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a6cbf4c652bf59a0","status":"passed","time":{"start":1724918285585,"stop":1724918285585,"duration":0}},{"uid":"f1deef9d1e966335","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f1deef9d1e966335","status":"passed","time":{"start":1724890030088,"stop":1724890030088,"duration":0}},{"uid":"cf7b16cbd0e5d59c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf7b16cbd0e5d59c","status":"passed","time":{"start":1724889171906,"stop":1724889171907,"duration":1}},{"uid":"74ee3f4d771394f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/74ee3f4d771394f","status":"passed","time":{"start":1724888350720,"stop":1724888350720,"duration":0}},{"uid":"cddffbc8832083d5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cddffbc8832083d5","status":"passed","time":{"start":1724887115405,"stop":1724887115406,"duration":1}},{"uid":"7ee6df48212435ea","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7ee6df48212435ea","status":"passed","time":{"start":1724886884569,"stop":1724886884569,"duration":0}},{"uid":"d628959947cfeb66","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d628959947cfeb66","status":"passed","time":{"start":1724862322247,"stop":1724862322247,"duration":0}},{"uid":"d926fa1c1d157a87","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d926fa1c1d157a87","status":"passed","time":{"start":1724861790749,"stop":1724861790750,"duration":1}},{"uid":"96e6b51078101338","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/96e6b51078101338","status":"passed","time":{"start":1724861628418,"stop":1724861628419,"duration":1}},{"uid":"32e364b12365c262","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/32e364b12365c262","status":"passed","time":{"start":1724861465622,"stop":1724861465623,"duration":1}}]},"1f1826c46d8ebcb70b3ec7356b2c26ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"14df5570ad0869cb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/14df5570ad0869cb","status":"passed","time":{"start":1724922778328,"stop":1724922778328,"duration":0}},{"uid":"5b48a8122b223c54","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5b48a8122b223c54","status":"passed","time":{"start":1724921497759,"stop":1724921497760,"duration":1}},{"uid":"94c2f318ffea873e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/94c2f318ffea873e","status":"passed","time":{"start":1724921408415,"stop":1724921408416,"duration":1}},{"uid":"1ea0d0cd16ca3666","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1ea0d0cd16ca3666","status":"passed","time":{"start":1724918086872,"stop":1724918086872,"duration":0}},{"uid":"d0becf3529018d38","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d0becf3529018d38","status":"passed","time":{"start":1724889892448,"stop":1724889892448,"duration":0}},{"uid":"a829c2d3840046a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a829c2d3840046a9","status":"passed","time":{"start":1724888997218,"stop":1724888997218,"duration":0}},{"uid":"2cc765a0cfe7e2eb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2cc765a0cfe7e2eb","status":"passed","time":{"start":1724888159509,"stop":1724888159509,"duration":0}},{"uid":"a416b97fd15bbfcc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a416b97fd15bbfcc","status":"passed","time":{"start":1724886937308,"stop":1724886937312,"duration":4}},{"uid":"db9a17e33a91a04d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/db9a17e33a91a04d","status":"passed","time":{"start":1724886709809,"stop":1724886709810,"duration":1}},{"uid":"a9a8ef8ed82a42a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9a8ef8ed82a42a0","status":"passed","time":{"start":1724862123539,"stop":1724862123539,"duration":0}},{"uid":"674b532ec027cb94","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/674b532ec027cb94","status":"passed","time":{"start":1724861620105,"stop":1724861620106,"duration":1}},{"uid":"35eb0f6517c38495","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/35eb0f6517c38495","status":"passed","time":{"start":1724861460254,"stop":1724861460255,"duration":1}},{"uid":"54e6a18e11d029b9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/54e6a18e11d029b9","status":"passed","time":{"start":1724861330174,"stop":1724861330174,"duration":0}}]},"2ad1a51e9a8a69f5e0949ab5bac91cfa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ddeed863c6beca95","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ddeed863c6beca95","status":"passed","time":{"start":1724922398922,"stop":1724922398922,"duration":0}},{"uid":"5c1a207d6c88d15f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5c1a207d6c88d15f","status":"passed","time":{"start":1724921061851,"stop":1724921061851,"duration":0}},{"uid":"2a8c7dd170be7ac7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2a8c7dd170be7ac7","status":"passed","time":{"start":1724921037159,"stop":1724921037159,"duration":0}},{"uid":"b0f65d83741240d8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b0f65d83741240d8","status":"passed","time":{"start":1724917697304,"stop":1724917697304,"duration":0}},{"uid":"6041561e8550b374","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6041561e8550b374","status":"passed","time":{"start":1724889476085,"stop":1724889476086,"duration":1}},{"uid":"8a8e8b2f5ec984cc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8a8e8b2f5ec984cc","status":"passed","time":{"start":1724888626889,"stop":1724888626889,"duration":0}},{"uid":"7e11ff7c752966b7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7e11ff7c752966b7","status":"passed","time":{"start":1724887783110,"stop":1724887783110,"duration":0}},{"uid":"fbcbd5ae6981209b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fbcbd5ae6981209b","status":"passed","time":{"start":1724886549921,"stop":1724886549921,"duration":0}},{"uid":"e764f2b7a1c5fd10","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e764f2b7a1c5fd10","status":"passed","time":{"start":1724886327583,"stop":1724886327583,"duration":0}},{"uid":"d7167779809591a4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d7167779809591a4","status":"passed","time":{"start":1724861776809,"stop":1724861776809,"duration":0}},{"uid":"957a2680fbe21a5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/957a2680fbe21a5","status":"passed","time":{"start":1724861247301,"stop":1724861247301,"duration":0}},{"uid":"34376bff5a333b2e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/34376bff5a333b2e","status":"passed","time":{"start":1724861071397,"stop":1724861071397,"duration":0}},{"uid":"72b37fbf37171b08","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/72b37fbf37171b08","status":"passed","time":{"start":1724860931797,"stop":1724860931797,"duration":0}}]},"8b92757ab19a937c456a92cfced3d214:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0bb416fc160862e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f0bb416fc160862e","status":"passed","time":{"start":1724921602989,"stop":1724921602989,"duration":0}}]},"febf10fe980b59353c470eebd065089e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cef95b3ff9a15c72","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cef95b3ff9a15c72","status":"passed","time":{"start":1724922382326,"stop":1724922382326,"duration":0}},{"uid":"9479fcc50ae9621","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9479fcc50ae9621","status":"passed","time":{"start":1724921045530,"stop":1724921045531,"duration":1}},{"uid":"60812c8b0df1c506","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/60812c8b0df1c506","status":"passed","time":{"start":1724921020724,"stop":1724921020724,"duration":0}},{"uid":"8c3c43a8c22b9fb3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8c3c43a8c22b9fb3","status":"passed","time":{"start":1724917681049,"stop":1724917681049,"duration":0}},{"uid":"52ba2cbdf82b5a6c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52ba2cbdf82b5a6c","status":"passed","time":{"start":1724889459913,"stop":1724889459914,"duration":1}},{"uid":"f91757d897ef4f3c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f91757d897ef4f3c","status":"passed","time":{"start":1724888610531,"stop":1724888610531,"duration":0}},{"uid":"833896f27a43995d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/833896f27a43995d","status":"passed","time":{"start":1724887766846,"stop":1724887766846,"duration":0}},{"uid":"753544eff7876d98","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/753544eff7876d98","status":"passed","time":{"start":1724886533241,"stop":1724886533242,"duration":1}},{"uid":"c782e9fc9fc450a8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c782e9fc9fc450a8","status":"passed","time":{"start":1724886311087,"stop":1724886311088,"duration":1}},{"uid":"c5a35f28dbf03f36","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5a35f28dbf03f36","status":"passed","time":{"start":1724861760047,"stop":1724861760047,"duration":0}},{"uid":"3ae1bd3f6fdd198f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3ae1bd3f6fdd198f","status":"passed","time":{"start":1724861230825,"stop":1724861230826,"duration":1}},{"uid":"eb1c505d440a4d0f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/eb1c505d440a4d0f","status":"passed","time":{"start":1724861053396,"stop":1724861053397,"duration":1}},{"uid":"998a9922b4a40","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/998a9922b4a40","status":"passed","time":{"start":1724860914742,"stop":1724860914743,"duration":1}}]},"0695c88dec75f4d8bcf42848254b1b8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c264b747ab444c9f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c264b747ab444c9f","status":"passed","time":{"start":1724889077073,"stop":1724889077074,"duration":1}}]},"df180de3baec9dc768e789014357a848:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7947d58104ffb65","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7947d58104ffb65","status":"passed","time":{"start":1724922439099,"stop":1724922439100,"duration":1}},{"uid":"5a9721948a6e86c7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5a9721948a6e86c7","status":"passed","time":{"start":1724921098913,"stop":1724921098915,"duration":2}},{"uid":"1ee557199edf4044","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1ee557199edf4044","status":"passed","time":{"start":1724921073379,"stop":1724921073392,"duration":13}},{"uid":"2634cb6750ddf3df","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2634cb6750ddf3df","status":"passed","time":{"start":1724917744661,"stop":1724917744661,"duration":0}},{"uid":"e28d3d7d6f693ff8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e28d3d7d6f693ff8","status":"passed","time":{"start":1724889518042,"stop":1724889518043,"duration":1}},{"uid":"eb5c46461add692a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eb5c46461add692a","status":"passed","time":{"start":1724888665800,"stop":1724888665801,"duration":1}},{"uid":"fac69ccb88799265","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fac69ccb88799265","status":"passed","time":{"start":1724887821950,"stop":1724887821951,"duration":1}},{"uid":"4db312f1f5bd0157","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4db312f1f5bd0157","status":"passed","time":{"start":1724886586924,"stop":1724886586924,"duration":0}},{"uid":"bae8e6f2eadf639a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bae8e6f2eadf639a","status":"passed","time":{"start":1724886375227,"stop":1724886375229,"duration":2}},{"uid":"c7f1d53b5dfccdf7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c7f1d53b5dfccdf7","status":"passed","time":{"start":1724861815215,"stop":1724861815216,"duration":1}},{"uid":"edc3b09ed26ea08d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/edc3b09ed26ea08d","status":"passed","time":{"start":1724861291720,"stop":1724861291721,"duration":1}},{"uid":"df8f616338a92309","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/df8f616338a92309","status":"passed","time":{"start":1724861109870,"stop":1724861109872,"duration":2}},{"uid":"f78b5ec1d8ceca67","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f78b5ec1d8ceca67","status":"passed","time":{"start":1724860972340,"stop":1724860972340,"duration":0}}]},"4887365d60b7faba9255b54c310b7b5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a5af398198c14133","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a5af398198c14133","status":"passed","time":{"start":1724922887528,"stop":1724922887529,"duration":1}},{"uid":"9d4b1e7ddcc6f54f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9d4b1e7ddcc6f54f","status":"passed","time":{"start":1724921564778,"stop":1724921564778,"duration":0}},{"uid":"77c976bb363586e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/77c976bb363586e","status":"passed","time":{"start":1724921518822,"stop":1724921518823,"duration":1}},{"uid":"fe446fae44d2af9d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fe446fae44d2af9d","status":"passed","time":{"start":1724918229401,"stop":1724918229401,"duration":0}},{"uid":"3c00294eb9ed3926","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c00294eb9ed3926","status":"passed","time":{"start":1724889980704,"stop":1724889980705,"duration":1}},{"uid":"6044a78d37cee2c5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6044a78d37cee2c5","status":"passed","time":{"start":1724889111168,"stop":1724889111169,"duration":1}},{"uid":"2cdb9edf9b5ad758","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2cdb9edf9b5ad758","status":"passed","time":{"start":1724888292535,"stop":1724888292536,"duration":1}},{"uid":"13bb351de2dc8259","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/13bb351de2dc8259","status":"passed","time":{"start":1724887068229,"stop":1724887068229,"duration":0}},{"uid":"f1b1de38317182c1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f1b1de38317182c1","status":"passed","time":{"start":1724886848928,"stop":1724886848929,"duration":1}},{"uid":"bf565d3c6955362","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf565d3c6955362","status":"passed","time":{"start":1724862262049,"stop":1724862262049,"duration":0}},{"uid":"d44d525578928a12","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d44d525578928a12","status":"passed","time":{"start":1724861741895,"stop":1724861741895,"duration":0}},{"uid":"9d9afcfd5d7aeebb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9d9afcfd5d7aeebb","status":"passed","time":{"start":1724861599498,"stop":1724861599498,"duration":0}},{"uid":"ad008bea3cdff125","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ad008bea3cdff125","status":"passed","time":{"start":1724861428477,"stop":1724861428477,"duration":0}}]},"820dd76ff699bf97b090a36292148731:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7504fa2da2490ac6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7504fa2da2490ac6","status":"passed","time":{"start":1724922374673,"stop":1724922374673,"duration":0}},{"uid":"44ecaff2390e5433","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/44ecaff2390e5433","status":"passed","time":{"start":1724921037633,"stop":1724921037633,"duration":0}},{"uid":"58b0cca3b09b61cd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/58b0cca3b09b61cd","status":"passed","time":{"start":1724921013046,"stop":1724921013046,"duration":0}},{"uid":"f2308954bdfd975e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f2308954bdfd975e","status":"passed","time":{"start":1724917673289,"stop":1724917673289,"duration":0}},{"uid":"dfc259fd4666162a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dfc259fd4666162a","status":"passed","time":{"start":1724889452308,"stop":1724889452308,"duration":0}},{"uid":"be34f1cc55141ee6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/be34f1cc55141ee6","status":"passed","time":{"start":1724888602838,"stop":1724888602838,"duration":0}},{"uid":"c17ba3e3ba5b2ed7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c17ba3e3ba5b2ed7","status":"passed","time":{"start":1724887759162,"stop":1724887759162,"duration":0}},{"uid":"46c5c77d1c957da4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/46c5c77d1c957da4","status":"passed","time":{"start":1724886525542,"stop":1724886525542,"duration":0}},{"uid":"491e42314606dec4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/491e42314606dec4","status":"passed","time":{"start":1724886303395,"stop":1724886303395,"duration":0}},{"uid":"5165824969a80827","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5165824969a80827","status":"passed","time":{"start":1724861752225,"stop":1724861752225,"duration":0}},{"uid":"d93c637b60a179e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d93c637b60a179e","status":"passed","time":{"start":1724861223353,"stop":1724861223353,"duration":0}},{"uid":"43a464a5dcc2f3ab","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/43a464a5dcc2f3ab","status":"passed","time":{"start":1724861045200,"stop":1724861045200,"duration":0}},{"uid":"89f23b5412ee9e8a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/89f23b5412ee9e8a","status":"passed","time":{"start":1724860907083,"stop":1724860907083,"duration":0}}]},"61c6880ba0bdd0149f99fef52cf2e4cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f0dd310c51723bd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4f0dd310c51723bd","status":"passed","time":{"start":1724861800255,"stop":1724861800256,"duration":1}}]},"5a27e969aaa517950f4bb4bfdc6f1cab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ad52e3e57098a197","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ad52e3e57098a197","status":"passed","time":{"start":1724922374658,"stop":1724922374659,"duration":1}},{"uid":"2e7abba2fea39d56","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2e7abba2fea39d56","status":"passed","time":{"start":1724921037620,"stop":1724921037621,"duration":1}},{"uid":"2809f79e619ca0ed","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2809f79e619ca0ed","status":"passed","time":{"start":1724921013033,"stop":1724921013033,"duration":0}},{"uid":"a6dfd2eadad0bd5e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a6dfd2eadad0bd5e","status":"passed","time":{"start":1724917673276,"stop":1724917673277,"duration":1}},{"uid":"a160cce7b2c3ef3f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a160cce7b2c3ef3f","status":"passed","time":{"start":1724889452295,"stop":1724889452295,"duration":0}},{"uid":"b98be24b878f62da","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b98be24b878f62da","status":"passed","time":{"start":1724888602824,"stop":1724888602825,"duration":1}},{"uid":"97daf5869374e77","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/97daf5869374e77","status":"passed","time":{"start":1724887759149,"stop":1724887759150,"duration":1}},{"uid":"86473b2cfcb028bb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/86473b2cfcb028bb","status":"passed","time":{"start":1724886525536,"stop":1724886525537,"duration":1}},{"uid":"3a4461526b4095ae","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3a4461526b4095ae","status":"passed","time":{"start":1724886303382,"stop":1724886303383,"duration":1}},{"uid":"d4df2506917868b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d4df2506917868b2","status":"passed","time":{"start":1724861752211,"stop":1724861752211,"duration":0}},{"uid":"f5c8a39e6ac42ef8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f5c8a39e6ac42ef8","status":"passed","time":{"start":1724861223341,"stop":1724861223342,"duration":1}},{"uid":"395a7e3b1c88c194","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/395a7e3b1c88c194","status":"passed","time":{"start":1724861045187,"stop":1724861045187,"duration":0}},{"uid":"f25b05234025f276","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f25b05234025f276","status":"passed","time":{"start":1724860907069,"stop":1724860907069,"duration":0}}]},"025e1155ffed7e98831dfbdafa4711c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bea89194290154aa","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bea89194290154aa","status":"passed","time":{"start":1724923012483,"stop":1724923012483,"duration":0}},{"uid":"50c9c7dd60f00b11","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/50c9c7dd60f00b11","status":"passed","time":{"start":1724921625093,"stop":1724921625094,"duration":1}},{"uid":"5de55140de04a5af","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5de55140de04a5af","status":"passed","time":{"start":1724921590513,"stop":1724921590513,"duration":0}},{"uid":"67da8c6cbb73e731","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/67da8c6cbb73e731","status":"passed","time":{"start":1724918287579,"stop":1724918287580,"duration":1}},{"uid":"50b5058d9e237093","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/50b5058d9e237093","status":"passed","time":{"start":1724890047806,"stop":1724890047806,"duration":0}},{"uid":"e06b0a17fba01db2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e06b0a17fba01db2","status":"passed","time":{"start":1724889183949,"stop":1724889183950,"duration":1}},{"uid":"331845c24a2630ca","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/331845c24a2630ca","status":"passed","time":{"start":1724888354190,"stop":1724888354190,"duration":0}},{"uid":"4542c6927a889b1e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4542c6927a889b1e","status":"passed","time":{"start":1724887145732,"stop":1724887145732,"duration":0}},{"uid":"2010004c149b995e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2010004c149b995e","status":"passed","time":{"start":1724886915812,"stop":1724886915812,"duration":0}},{"uid":"60c57dd47480e337","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/60c57dd47480e337","status":"passed","time":{"start":1724862341468,"stop":1724862341468,"duration":0}},{"uid":"9e1d4fab78306f11","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9e1d4fab78306f11","status":"passed","time":{"start":1724861805474,"stop":1724861805474,"duration":0}},{"uid":"5c026b29a846b865","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5c026b29a846b865","status":"passed","time":{"start":1724861662302,"stop":1724861662302,"duration":0}},{"uid":"b78cfdae9d5f9ebc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b78cfdae9d5f9ebc","status":"passed","time":{"start":1724861492531,"stop":1724861492532,"duration":1}}]},"2d635ae542813e2e5bf7f4e1c97e6e33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7616c6abae9bb00f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7616c6abae9bb00f","status":"passed","time":{"start":1724923012468,"stop":1724923012468,"duration":0}},{"uid":"1f03a9853a82bb13","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1f03a9853a82bb13","status":"passed","time":{"start":1724921625076,"stop":1724921625076,"duration":0}},{"uid":"fd992312fd34e4ae","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fd992312fd34e4ae","status":"passed","time":{"start":1724921590499,"stop":1724921590499,"duration":0}},{"uid":"caad16e9a8355954","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/caad16e9a8355954","status":"passed","time":{"start":1724918287568,"stop":1724918287568,"duration":0}},{"uid":"1b7eb8eccc0fe94","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1b7eb8eccc0fe94","status":"passed","time":{"start":1724890047792,"stop":1724890047792,"duration":0}},{"uid":"e4ebc71415c170da","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e4ebc71415c170da","status":"passed","time":{"start":1724889183924,"stop":1724889183924,"duration":0}},{"uid":"e54d4707149ed1d4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e54d4707149ed1d4","status":"passed","time":{"start":1724888354173,"stop":1724888354173,"duration":0}},{"uid":"b443a1f1d800da6e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b443a1f1d800da6e","status":"passed","time":{"start":1724887145667,"stop":1724887145675,"duration":8}},{"uid":"b5d671b8bed7a6c2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b5d671b8bed7a6c2","status":"passed","time":{"start":1724886915790,"stop":1724886915790,"duration":0}},{"uid":"63d61fce0b0e8b62","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/63d61fce0b0e8b62","status":"passed","time":{"start":1724862341454,"stop":1724862341454,"duration":0}},{"uid":"72192891001c778b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/72192891001c778b","status":"passed","time":{"start":1724861805445,"stop":1724861805445,"duration":0}},{"uid":"20fe8bfda05370f3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/20fe8bfda05370f3","status":"passed","time":{"start":1724861662288,"stop":1724861662289,"duration":1}},{"uid":"48441561757b8ed1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/48441561757b8ed1","status":"passed","time":{"start":1724861492517,"stop":1724861492518,"duration":1}}]},"b93aa34e4c13eba868e7d0bc3f625f0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e8115fd86b361382","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e8115fd86b361382","status":"passed","time":{"start":1724861475038,"stop":1724861475041,"duration":3}}]},"f33825d36f3d41773d515f293970c94d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"8f2e7ee3d5894e3d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8f2e7ee3d5894e3d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922865536,"stop":1724922865536,"duration":0}},{"uid":"44d1c1be0a6e52ed","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/44d1c1be0a6e52ed","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921583487,"stop":1724921583487,"duration":0}},{"uid":"399c8de2a2e406bf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/399c8de2a2e406bf","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921494521,"stop":1724921494522,"duration":1}},{"uid":"133566f541fd1d55","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/133566f541fd1d55","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918216287,"stop":1724918216287,"duration":0}},{"uid":"4667cdc6853ab017","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4667cdc6853ab017","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889979498,"stop":1724889979499,"duration":1}},{"uid":"408fe4b179d3b658","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/408fe4b179d3b658","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889083636,"stop":1724889083636,"duration":0}},{"uid":"1e2f10fb6d041b43","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1e2f10fb6d041b43","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888284641,"stop":1724888284641,"duration":0}},{"uid":"87e5c192c57f4440","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/87e5c192c57f4440","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887046097,"stop":1724887046097,"duration":0}},{"uid":"b6f9401904558d7e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b6f9401904558d7e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886828838,"stop":1724886828839,"duration":1}},{"uid":"21d1862dbf409e31","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/21d1862dbf409e31","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862236791,"stop":1724862236791,"duration":0}},{"uid":"4ad87dbfd6927f42","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4ad87dbfd6927f42","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861713626,"stop":1724861713626,"duration":0}},{"uid":"f7c748398f9aad91","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f7c748398f9aad91","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861586771,"stop":1724861586771,"duration":0}},{"uid":"6afe4e36b8492603","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6afe4e36b8492603","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861418250,"stop":1724861418250,"duration":0}}]},"2808bcc94958d18d8f9a2187448962e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"33af4681fdfb727a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/33af4681fdfb727a","status":"passed","time":{"start":1724921529592,"stop":1724921529592,"duration":0}}]},"93a244bfe268da401fc9e7f70da7f7ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c25255f609944c28","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c25255f609944c28","status":"passed","time":{"start":1724862298395,"stop":1724862298396,"duration":1}}]},"8e721cfaadb6a90a6287cdd960bf8026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f514b9cffa578416","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f514b9cffa578416","status":"passed","time":{"start":1724922727645,"stop":1724922727646,"duration":1}},{"uid":"144200d4270541d6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/144200d4270541d6","status":"passed","time":{"start":1724921379979,"stop":1724921379979,"duration":0}},{"uid":"cd19d6754ae74a66","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cd19d6754ae74a66","status":"passed","time":{"start":1724921359713,"stop":1724921359713,"duration":0}},{"uid":"1a7d1c2cead4edeb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1a7d1c2cead4edeb","status":"passed","time":{"start":1724918127247,"stop":1724918127247,"duration":0}},{"uid":"dfa93e7df096e2fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dfa93e7df096e2fd","status":"passed","time":{"start":1724889805613,"stop":1724889805613,"duration":0}},{"uid":"5aab7bea9a5de687","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5aab7bea9a5de687","status":"passed","time":{"start":1724888940686,"stop":1724888940687,"duration":1}},{"uid":"3c0e059516a154ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3c0e059516a154ea","status":"passed","time":{"start":1724888168649,"stop":1724888168650,"duration":1}},{"uid":"315f8082d599ecee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/315f8082d599ecee","status":"passed","time":{"start":1724886924217,"stop":1724886924217,"duration":0}},{"uid":"4724850748299063","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4724850748299063","status":"passed","time":{"start":1724886701805,"stop":1724886701805,"duration":0}},{"uid":"c06a4c4ba6952f45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c06a4c4ba6952f45","status":"passed","time":{"start":1724862112741,"stop":1724862112741,"duration":0}},{"uid":"5225e7f2f74558a7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5225e7f2f74558a7","status":"passed","time":{"start":1724861584868,"stop":1724861584868,"duration":0}},{"uid":"4141715c2b16eebb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4141715c2b16eebb","status":"passed","time":{"start":1724861464489,"stop":1724861464494,"duration":5}},{"uid":"879e412632945746","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/879e412632945746","status":"passed","time":{"start":1724861254914,"stop":1724861254914,"duration":0}}]},"582024f619a100cc51dfd1cf99274cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bcfc4139e6aa9a33","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bcfc4139e6aa9a33","status":"passed","time":{"start":1724889169848,"stop":1724889169849,"duration":1}}]},"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fb911887649c04b8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fb911887649c04b8","status":"passed","time":{"start":1724922382546,"stop":1724922382546,"duration":0}},{"uid":"5f1f5264bf7f3c10","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5f1f5264bf7f3c10","status":"passed","time":{"start":1724921045450,"stop":1724921045451,"duration":1}},{"uid":"7642715b15cccd5d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7642715b15cccd5d","status":"passed","time":{"start":1724921020914,"stop":1724921020914,"duration":0}},{"uid":"588c301c4698c356","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/588c301c4698c356","status":"passed","time":{"start":1724917681161,"stop":1724917681161,"duration":0}},{"uid":"2d6e2b149a7af9e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d6e2b149a7af9e5","status":"passed","time":{"start":1724889460192,"stop":1724889460192,"duration":0}},{"uid":"d25df6fecce46f5e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d25df6fecce46f5e","status":"passed","time":{"start":1724888610696,"stop":1724888610696,"duration":0}},{"uid":"6b558d60e55d239c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b558d60e55d239c","status":"passed","time":{"start":1724887766818,"stop":1724887766819,"duration":1}},{"uid":"c150001e000b919","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c150001e000b919","status":"passed","time":{"start":1724886533505,"stop":1724886533506,"duration":1}},{"uid":"75c5a91aa6907356","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/75c5a91aa6907356","status":"passed","time":{"start":1724886311136,"stop":1724886311136,"duration":0}},{"uid":"c5d146234f392a3a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5d146234f392a3a","status":"passed","time":{"start":1724861760253,"stop":1724861760253,"duration":0}},{"uid":"2f9f5c9091b45e20","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2f9f5c9091b45e20","status":"passed","time":{"start":1724861231059,"stop":1724861231060,"duration":1}},{"uid":"7437148cb27890ac","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7437148cb27890ac","status":"passed","time":{"start":1724861053540,"stop":1724861053540,"duration":0}},{"uid":"32bcd62fd0dcdc29","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/32bcd62fd0dcdc29","status":"passed","time":{"start":1724860915308,"stop":1724860915309,"duration":1}}]},"964b1f89e1c2b44ec4c2bd98e3d35de0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9ac6dde90f9f5838","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9ac6dde90f9f5838","status":"passed","time":{"start":1724922921472,"stop":1724922921472,"duration":0}},{"uid":"98f22b23ba12d089","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/98f22b23ba12d089","status":"passed","time":{"start":1724921602983,"stop":1724921602983,"duration":0}},{"uid":"144684d91bd03d6b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/144684d91bd03d6b","status":"passed","time":{"start":1724921571107,"stop":1724921571108,"duration":1}},{"uid":"5aaea6baf151c62e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5aaea6baf151c62e","status":"passed","time":{"start":1724918285615,"stop":1724918285615,"duration":0}},{"uid":"93b31fbb78a3f79a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/93b31fbb78a3f79a","status":"passed","time":{"start":1724890030101,"stop":1724890030101,"duration":0}},{"uid":"b4400f37ec169925","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4400f37ec169925","status":"passed","time":{"start":1724889171928,"stop":1724889171928,"duration":0}},{"uid":"c278d06c392de304","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c278d06c392de304","status":"passed","time":{"start":1724888350741,"stop":1724888350742,"duration":1}},{"uid":"b141db46864624bf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b141db46864624bf","status":"passed","time":{"start":1724887115426,"stop":1724887115427,"duration":1}},{"uid":"6077ec3a4936260c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6077ec3a4936260c","status":"passed","time":{"start":1724886884585,"stop":1724886884586,"duration":1}},{"uid":"4d4a578e795c997a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4d4a578e795c997a","status":"passed","time":{"start":1724862322277,"stop":1724862322277,"duration":0}},{"uid":"bc4ce9abaf7e352c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bc4ce9abaf7e352c","status":"passed","time":{"start":1724861790765,"stop":1724861790765,"duration":0}},{"uid":"acd15bef49e87e6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/acd15bef49e87e6","status":"passed","time":{"start":1724861628431,"stop":1724861628431,"duration":0}},{"uid":"4a9761ebec2eea97","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4a9761ebec2eea97","status":"passed","time":{"start":1724861465635,"stop":1724861465635,"duration":0}}]},"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f9b7bfcb9db8fb58","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f9b7bfcb9db8fb58","status":"passed","time":{"start":1724922391231,"stop":1724922391232,"duration":1}},{"uid":"577bddb44087ca5d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/577bddb44087ca5d","status":"passed","time":{"start":1724921054319,"stop":1724921054320,"duration":1}},{"uid":"3290578416ccf6e3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3290578416ccf6e3","status":"passed","time":{"start":1724921029528,"stop":1724921029529,"duration":1}},{"uid":"421e4ad53b65d28","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/421e4ad53b65d28","status":"passed","time":{"start":1724917689713,"stop":1724917689714,"duration":1}},{"uid":"c6f89a6e4d2ea884","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c6f89a6e4d2ea884","status":"passed","time":{"start":1724889468609,"stop":1724889468610,"duration":1}},{"uid":"30ade05f12c81219","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/30ade05f12c81219","status":"passed","time":{"start":1724888619402,"stop":1724888619403,"duration":1}},{"uid":"6943013571410808","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6943013571410808","status":"passed","time":{"start":1724887775585,"stop":1724887775586,"duration":1}},{"uid":"66b6062a9e537a88","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/66b6062a9e537a88","status":"passed","time":{"start":1724886542102,"stop":1724886542103,"duration":1}},{"uid":"a6adb83dfd578645","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a6adb83dfd578645","status":"passed","time":{"start":1724886319852,"stop":1724886319853,"duration":1}},{"uid":"85be2906440a1863","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/85be2906440a1863","status":"passed","time":{"start":1724861769052,"stop":1724861769053,"duration":1}},{"uid":"b981e48a76e25f8f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b981e48a76e25f8f","status":"passed","time":{"start":1724861239707,"stop":1724861239708,"duration":1}},{"uid":"3dace3540a424a24","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3dace3540a424a24","status":"passed","time":{"start":1724861063045,"stop":1724861063046,"duration":1}},{"uid":"76e3f41d8e5f2b80","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/76e3f41d8e5f2b80","status":"passed","time":{"start":1724860924085,"stop":1724860924087,"duration":2}}]},"dfae24b12ec4a20423e21cb56c43e72f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3fd90073e60791c0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3fd90073e60791c0","status":"passed","time":{"start":1724921518823,"stop":1724921518824,"duration":1}}]},"b3636317c23ce51f144c0d5be908169c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c37948f5798d937a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c37948f5798d937a","status":"passed","time":{"start":1724922374676,"stop":1724922374676,"duration":0}},{"uid":"266b4c134a4ca33c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/266b4c134a4ca33c","status":"passed","time":{"start":1724921037635,"stop":1724921037636,"duration":1}},{"uid":"bdb72c42b6d54b3e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bdb72c42b6d54b3e","status":"passed","time":{"start":1724921013047,"stop":1724921013048,"duration":1}},{"uid":"630a6b7aad1fa2aa","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/630a6b7aad1fa2aa","status":"passed","time":{"start":1724917673292,"stop":1724917673292,"duration":0}},{"uid":"5b23e227bd29893e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b23e227bd29893e","status":"passed","time":{"start":1724889452310,"stop":1724889452310,"duration":0}},{"uid":"63adde0867b126b9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/63adde0867b126b9","status":"passed","time":{"start":1724888602840,"stop":1724888602841,"duration":1}},{"uid":"48400ddfdf3e785f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/48400ddfdf3e785f","status":"passed","time":{"start":1724887759164,"stop":1724887759164,"duration":0}},{"uid":"f136e9c25273b3a3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f136e9c25273b3a3","status":"passed","time":{"start":1724886525544,"stop":1724886525544,"duration":0}},{"uid":"1f1d7c09a8c6cc1a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1f1d7c09a8c6cc1a","status":"passed","time":{"start":1724886303397,"stop":1724886303397,"duration":0}},{"uid":"f85f81720087a3b8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f85f81720087a3b8","status":"passed","time":{"start":1724861752229,"stop":1724861752229,"duration":0}},{"uid":"820e1c9cdec0599","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/820e1c9cdec0599","status":"passed","time":{"start":1724861223355,"stop":1724861223355,"duration":0}},{"uid":"b6d2f0794772d2a0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b6d2f0794772d2a0","status":"passed","time":{"start":1724861045202,"stop":1724861045203,"duration":1}},{"uid":"5e4803ac314801b6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5e4803ac314801b6","status":"passed","time":{"start":1724860907084,"stop":1724860907085,"duration":1}}]},"f91efa51038b4f3eda3ec48a9c4c0487:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"79072e9c30a3b82f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/79072e9c30a3b82f","status":"passed","time":{"start":1724922727647,"stop":1724922727647,"duration":0}},{"uid":"9e2fd0a400e1f2f5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9e2fd0a400e1f2f5","status":"passed","time":{"start":1724921379980,"stop":1724921379980,"duration":0}},{"uid":"55e3742efa1547a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/55e3742efa1547a","status":"passed","time":{"start":1724921359714,"stop":1724921359715,"duration":1}},{"uid":"441149548ebc2480","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/441149548ebc2480","status":"passed","time":{"start":1724918127248,"stop":1724918127248,"duration":0}},{"uid":"9de6eb0f201f7df8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9de6eb0f201f7df8","status":"passed","time":{"start":1724889805614,"stop":1724889805615,"duration":1}},{"uid":"d54754e3d516c40e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d54754e3d516c40e","status":"passed","time":{"start":1724888940693,"stop":1724888940694,"duration":1}},{"uid":"1f7cc5d0634d123c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1f7cc5d0634d123c","status":"passed","time":{"start":1724888168651,"stop":1724888168652,"duration":1}},{"uid":"c3d9aa83defff078","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c3d9aa83defff078","status":"passed","time":{"start":1724886924219,"stop":1724886924219,"duration":0}},{"uid":"19cf77a0e45efb69","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/19cf77a0e45efb69","status":"passed","time":{"start":1724886701806,"stop":1724886701807,"duration":1}},{"uid":"e603e32372c1b369","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e603e32372c1b369","status":"passed","time":{"start":1724862112743,"stop":1724862112743,"duration":0}},{"uid":"2079b15a138ec946","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2079b15a138ec946","status":"passed","time":{"start":1724861584870,"stop":1724861584870,"duration":0}},{"uid":"78075b644f419d11","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/78075b644f419d11","status":"passed","time":{"start":1724861464517,"stop":1724861464518,"duration":1}},{"uid":"9d9e3eb7daaf9c9d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9d9e3eb7daaf9c9d","status":"passed","time":{"start":1724861254918,"stop":1724861254918,"duration":0}}]},"3336c31a5ea9de4a485aa1ec12e9a8b3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e6715652cc37cef5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e6715652cc37cef5","status":"passed","time":{"start":1724918259546,"stop":1724918259547,"duration":1}}]},"a2119e3e611bd0ff8f7f27ed8761ce1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd0284d2a79b9b3a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dd0284d2a79b9b3a","status":"passed","time":{"start":1724861628433,"stop":1724861628433,"duration":0}}]},"a7a36be6d29026780061deaa5a50cbbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bd94693a74597dbe","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bd94693a74597dbe","status":"passed","time":{"start":1724922845250,"stop":1724922845251,"duration":1}},{"uid":"dfc3da3f2d3f785b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dfc3da3f2d3f785b","status":"passed","time":{"start":1724921515232,"stop":1724921515232,"duration":0}},{"uid":"6021f9ed68d645eb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6021f9ed68d645eb","status":"passed","time":{"start":1724921475460,"stop":1724921475465,"duration":5}},{"uid":"2980dcd662916c31","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2980dcd662916c31","status":"passed","time":{"start":1724918179407,"stop":1724918179407,"duration":0}},{"uid":"c1eb7800dbcc63ca","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c1eb7800dbcc63ca","status":"passed","time":{"start":1724889935346,"stop":1724889935346,"duration":0}},{"uid":"7b91a5d5b912a3fb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b91a5d5b912a3fb","status":"passed","time":{"start":1724889072760,"stop":1724889072760,"duration":0}},{"uid":"27f20b66d4a508fe","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/27f20b66d4a508fe","status":"passed","time":{"start":1724888232421,"stop":1724888232422,"duration":1}},{"uid":"1ba07293b2ef2228","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1ba07293b2ef2228","status":"passed","time":{"start":1724887018308,"stop":1724887018308,"duration":0}},{"uid":"6564614614d6fc00","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6564614614d6fc00","status":"passed","time":{"start":1724886781485,"stop":1724886781485,"duration":0}},{"uid":"8a799bac19002535","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8a799bac19002535","status":"passed","time":{"start":1724862213668,"stop":1724862213669,"duration":1}},{"uid":"20e6779febe724f9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/20e6779febe724f9","status":"passed","time":{"start":1724861685862,"stop":1724861685862,"duration":0}},{"uid":"318da9474eb2cccf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/318da9474eb2cccf","status":"passed","time":{"start":1724861546183,"stop":1724861546184,"duration":1}},{"uid":"de0b80fa6689951f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/de0b80fa6689951f","status":"passed","time":{"start":1724861378117,"stop":1724861378118,"duration":1}}]},"a368399bec444ebeb9e55c817c635c0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"20ef819cb6511bb1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/20ef819cb6511bb1","status":"passed","time":{"start":1724922906441,"stop":1724922906441,"duration":0}}]},"5709fec27d2817adf3ecd35dbeb64ab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c770b5b7870918b6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c770b5b7870918b6","status":"passed","time":{"start":1724921475444,"stop":1724921475445,"duration":1}}]},"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"69be794e460fa860","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/69be794e460fa860","status":"passed","time":{"start":1724922635358,"stop":1724922635359,"duration":1}},{"uid":"9900fd9783bb8945","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9900fd9783bb8945","status":"passed","time":{"start":1724921297018,"stop":1724921297018,"duration":0}},{"uid":"ea1a7cf607b26175","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ea1a7cf607b26175","status":"passed","time":{"start":1724921276372,"stop":1724921276372,"duration":0}},{"uid":"96a7c12dd4d7167f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/96a7c12dd4d7167f","status":"passed","time":{"start":1724917948330,"stop":1724917948330,"duration":0}},{"uid":"9b5712edfc79fdb9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9b5712edfc79fdb9","status":"passed","time":{"start":1724889729017,"stop":1724889729018,"duration":1}},{"uid":"fcd4c9ef829c7199","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fcd4c9ef829c7199","status":"passed","time":{"start":1724888864960,"stop":1724888864960,"duration":0}},{"uid":"a5f6b4729d17ab29","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a5f6b4729d17ab29","status":"passed","time":{"start":1724888053751,"stop":1724888053752,"duration":1}},{"uid":"2b1e9787776eeadf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2b1e9787776eeadf","status":"passed","time":{"start":1724886811666,"stop":1724886811666,"duration":0}},{"uid":"e0af8686682144d3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e0af8686682144d3","status":"passed","time":{"start":1724886581009,"stop":1724886581009,"duration":0}},{"uid":"15524f57e65efc9c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/15524f57e65efc9c","status":"passed","time":{"start":1724862019565,"stop":1724862019566,"duration":1}},{"uid":"8b99095be560889f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8b99095be560889f","status":"passed","time":{"start":1724861493942,"stop":1724861493943,"duration":1}},{"uid":"6d00189327b49c1a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6d00189327b49c1a","status":"passed","time":{"start":1724861318060,"stop":1724861318061,"duration":1}},{"uid":"2d7f564423bd846a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2d7f564423bd846a","status":"passed","time":{"start":1724861178520,"stop":1724861178521,"duration":1}}]},"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8a8dcddf9dd94365","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8a8dcddf9dd94365","status":"passed","time":{"start":1724922775985,"stop":1724922775986,"duration":1}},{"uid":"7b885b66348c91eb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7b885b66348c91eb","status":"passed","time":{"start":1724921423893,"stop":1724921423894,"duration":1}},{"uid":"a81750a8c3fee959","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a81750a8c3fee959","status":"passed","time":{"start":1724921407984,"stop":1724921407985,"duration":1}},{"uid":"693932ddd932038e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/693932ddd932038e","status":"passed","time":{"start":1724918130464,"stop":1724918130464,"duration":0}},{"uid":"c97e8f6114a9c14b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c97e8f6114a9c14b","status":"passed","time":{"start":1724889849944,"stop":1724889849944,"duration":0}},{"uid":"4f6168fe9c306774","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f6168fe9c306774","status":"passed","time":{"start":1724888984942,"stop":1724888984942,"duration":0}},{"uid":"a461ed0fe1bbe395","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a461ed0fe1bbe395","status":"passed","time":{"start":1724888172873,"stop":1724888172873,"duration":0}},{"uid":"9f482ebb176d2523","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9f482ebb176d2523","status":"passed","time":{"start":1724886941903,"stop":1724886941904,"duration":1}},{"uid":"9bcba2d7c375e8f4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9bcba2d7c375e8f4","status":"passed","time":{"start":1724886712937,"stop":1724886712937,"duration":0}},{"uid":"817213f22f330b80","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/817213f22f330b80","status":"passed","time":{"start":1724862129830,"stop":1724862129831,"duration":1}},{"uid":"b53a8d374a14eef","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b53a8d374a14eef","status":"passed","time":{"start":1724861625585,"stop":1724861625586,"duration":1}},{"uid":"71248883a82fdcad","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/71248883a82fdcad","status":"passed","time":{"start":1724861470310,"stop":1724861470310,"duration":0}},{"uid":"7db8a1fa6de1db29","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7db8a1fa6de1db29","status":"passed","time":{"start":1724861304273,"stop":1724861304273,"duration":0}}]},"4bc00623043584ff80e4f4fd92118f9a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b14480b56c822e18","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b14480b56c822e18","status":"passed","time":{"start":1724889169845,"stop":1724889169846,"duration":1}}]},"a306070f129538a42a318614801f6704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1bda5404a46ff478","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1bda5404a46ff478","status":"passed","time":{"start":1724861800257,"stop":1724861800258,"duration":1}}]},"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5bad8184d184ec1d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5bad8184d184ec1d","status":"passed","time":{"start":1724922887533,"stop":1724922887533,"duration":0}},{"uid":"86b051aab211a1d3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/86b051aab211a1d3","status":"passed","time":{"start":1724921564783,"stop":1724921564783,"duration":0}},{"uid":"ef71b4321d47a076","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ef71b4321d47a076","status":"passed","time":{"start":1724921518830,"stop":1724921518831,"duration":1}},{"uid":"b81e7ea56068563a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b81e7ea56068563a","status":"passed","time":{"start":1724918229405,"stop":1724918229406,"duration":1}},{"uid":"b3f5bb5fe964c84a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b3f5bb5fe964c84a","status":"passed","time":{"start":1724889980708,"stop":1724889980708,"duration":0}},{"uid":"44311d6de80cd47f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/44311d6de80cd47f","status":"passed","time":{"start":1724889111184,"stop":1724889111184,"duration":0}},{"uid":"64054d40af5eedd4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/64054d40af5eedd4","status":"passed","time":{"start":1724888292548,"stop":1724888292548,"duration":0}},{"uid":"c8e16a4fbf317930","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c8e16a4fbf317930","status":"passed","time":{"start":1724887068233,"stop":1724887068233,"duration":0}},{"uid":"541e75c03105143f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/541e75c03105143f","status":"passed","time":{"start":1724886848936,"stop":1724886848936,"duration":0}},{"uid":"602d5f4844b57389","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/602d5f4844b57389","status":"passed","time":{"start":1724862262056,"stop":1724862262057,"duration":1}},{"uid":"6a54c7d877599fd1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6a54c7d877599fd1","status":"passed","time":{"start":1724861741899,"stop":1724861741900,"duration":1}},{"uid":"a1981a467e9980ef","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a1981a467e9980ef","status":"passed","time":{"start":1724861599502,"stop":1724861599502,"duration":0}},{"uid":"c9581a252281d57d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c9581a252281d57d","status":"passed","time":{"start":1724861428481,"stop":1724861428481,"duration":0}}]},"7ab470f13afeb6e7e2b52a54ed54ca69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c9a14c204dc21818","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c9a14c204dc21818","status":"passed","time":{"start":1724886776611,"stop":1724886776611,"duration":0}}]},"abb0a7cd41144b9747df23b0d2e1d9e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"706be224b53c320","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/706be224b53c320","status":"passed","time":{"start":1724922635350,"stop":1724922635350,"duration":0}},{"uid":"caeaa56db3e7fb19","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/caeaa56db3e7fb19","status":"passed","time":{"start":1724921296999,"stop":1724921297000,"duration":1}},{"uid":"69fb30566953dad","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/69fb30566953dad","status":"passed","time":{"start":1724921276363,"stop":1724921276364,"duration":1}},{"uid":"9fe5d95501e2b1d1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9fe5d95501e2b1d1","status":"passed","time":{"start":1724917948311,"stop":1724917948312,"duration":1}},{"uid":"1fba7da6d57707ef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1fba7da6d57707ef","status":"passed","time":{"start":1724889729005,"stop":1724889729005,"duration":0}},{"uid":"700812f33990bb45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/700812f33990bb45","status":"passed","time":{"start":1724888864950,"stop":1724888864950,"duration":0}},{"uid":"ebc692f83843c313","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ebc692f83843c313","status":"passed","time":{"start":1724888053732,"stop":1724888053732,"duration":0}},{"uid":"d44f2c7a526130c8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d44f2c7a526130c8","status":"passed","time":{"start":1724886811648,"stop":1724886811649,"duration":1}},{"uid":"ceb4ac9276e3d9f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ceb4ac9276e3d9f","status":"passed","time":{"start":1724886581000,"stop":1724886581000,"duration":0}},{"uid":"71ce2da693cc83de","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/71ce2da693cc83de","status":"passed","time":{"start":1724862019556,"stop":1724862019556,"duration":0}},{"uid":"c107c17b22d7d7c8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c107c17b22d7d7c8","status":"passed","time":{"start":1724861493934,"stop":1724861493934,"duration":0}},{"uid":"5103578518e9e47d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5103578518e9e47d","status":"passed","time":{"start":1724861318018,"stop":1724861318018,"duration":0}},{"uid":"d735e86cf3cf35c5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d735e86cf3cf35c5","status":"passed","time":{"start":1724861178507,"stop":1724861178509,"duration":2}}]},"58dea27647ea3651770a5c758abee027:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"af4f38ff4c72b405","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/af4f38ff4c72b405","status":"passed","time":{"start":1724922374661,"stop":1724922374661,"duration":0}},{"uid":"62391f629dbd3c53","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/62391f629dbd3c53","status":"passed","time":{"start":1724921037622,"stop":1724921037623,"duration":1}},{"uid":"630e3139fc65a54e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/630e3139fc65a54e","status":"passed","time":{"start":1724921013035,"stop":1724921013036,"duration":1}},{"uid":"b49cc9dafbefaa0c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b49cc9dafbefaa0c","status":"passed","time":{"start":1724917673279,"stop":1724917673279,"duration":0}},{"uid":"b88286cff5eafe7d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b88286cff5eafe7d","status":"passed","time":{"start":1724889452298,"stop":1724889452298,"duration":0}},{"uid":"684725e640d9133c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/684725e640d9133c","status":"passed","time":{"start":1724888602827,"stop":1724888602827,"duration":0}},{"uid":"1b23d3d3b1828b71","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1b23d3d3b1828b71","status":"passed","time":{"start":1724887759152,"stop":1724887759153,"duration":1}},{"uid":"d164bd8990c8581e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d164bd8990c8581e","status":"passed","time":{"start":1724886525538,"stop":1724886525538,"duration":0}},{"uid":"4979017bd4d7229a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4979017bd4d7229a","status":"passed","time":{"start":1724886303385,"stop":1724886303385,"duration":0}},{"uid":"439e80f2f5f3d7c6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/439e80f2f5f3d7c6","status":"passed","time":{"start":1724861752213,"stop":1724861752214,"duration":1}},{"uid":"ace0263d2c923c9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ace0263d2c923c9","status":"passed","time":{"start":1724861223343,"stop":1724861223344,"duration":1}},{"uid":"8caf84c76dd46c7a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8caf84c76dd46c7a","status":"passed","time":{"start":1724861045189,"stop":1724861045189,"duration":0}},{"uid":"282a682398a597e3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/282a682398a597e3","status":"passed","time":{"start":1724860907071,"stop":1724860907072,"duration":1}}]},"86bcbf19617040e0aa50c450c868ad17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"986fd5d825f5ed7d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/986fd5d825f5ed7d","status":"passed","time":{"start":1724861637973,"stop":1724861637973,"duration":0}}]},"dd4a39f989cf9f4fceeed6d44f836e11:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"771211132473dead","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/771211132473dead","status":"passed","time":{"start":1724921613049,"stop":1724921613050,"duration":1}}]},"5868a0b495e645991d0489e5e0c98d28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"82dac9f8881f46da","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/82dac9f8881f46da","status":"passed","time":{"start":1724922611438,"stop":1724922611438,"duration":0}},{"uid":"3dde28a496732b38","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3dde28a496732b38","status":"passed","time":{"start":1724921270359,"stop":1724921270360,"duration":1}},{"uid":"b45ff28a7fdcdcb9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b45ff28a7fdcdcb9","status":"passed","time":{"start":1724921247819,"stop":1724921247819,"duration":0}},{"uid":"4e38586d67ec40ed","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4e38586d67ec40ed","status":"passed","time":{"start":1724917989820,"stop":1724917989821,"duration":1}},{"uid":"6664a36bd7165dcf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6664a36bd7165dcf","status":"passed","time":{"start":1724889678566,"stop":1724889678566,"duration":0}},{"uid":"7652e10c9922be7b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7652e10c9922be7b","status":"passed","time":{"start":1724888829845,"stop":1724888829845,"duration":0}},{"uid":"85da94b78f48a2f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/85da94b78f48a2f9","status":"passed","time":{"start":1724888077012,"stop":1724888077012,"duration":0}},{"uid":"2392b712041f721b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2392b712041f721b","status":"passed","time":{"start":1724886851127,"stop":1724886851127,"duration":0}},{"uid":"3918af2f5e2ef895","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3918af2f5e2ef895","status":"passed","time":{"start":1724886647113,"stop":1724886647113,"duration":0}},{"uid":"c21c55012dace53","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c21c55012dace53","status":"passed","time":{"start":1724861992714,"stop":1724861992714,"duration":0}},{"uid":"f189fa0cab7c2f66","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f189fa0cab7c2f66","status":"passed","time":{"start":1724861469645,"stop":1724861469646,"duration":1}},{"uid":"3d467b93d9fc7be4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3d467b93d9fc7be4","status":"passed","time":{"start":1724861284860,"stop":1724861284860,"duration":0}},{"uid":"a0069985e785a850","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a0069985e785a850","status":"passed","time":{"start":1724861145811,"stop":1724861145811,"duration":0}}]},"34425a8bc0f17e082f9217332c2d7a25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"32117bbecaa13e04","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/32117bbecaa13e04","status":"passed","time":{"start":1724922374660,"stop":1724922374661,"duration":1}},{"uid":"d877460f4936ccd3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d877460f4936ccd3","status":"passed","time":{"start":1724921037622,"stop":1724921037622,"duration":0}},{"uid":"11e6366f3ae96f19","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/11e6366f3ae96f19","status":"passed","time":{"start":1724921013034,"stop":1724921013035,"duration":1}},{"uid":"14b0b66f5f6fb28e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/14b0b66f5f6fb28e","status":"passed","time":{"start":1724917673278,"stop":1724917673278,"duration":0}},{"uid":"7b773b214d6010c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b773b214d6010c9","status":"passed","time":{"start":1724889452297,"stop":1724889452298,"duration":1}},{"uid":"5a2ab3bdb366a916","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5a2ab3bdb366a916","status":"passed","time":{"start":1724888602826,"stop":1724888602827,"duration":1}},{"uid":"bc3908fc3b425b6c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bc3908fc3b425b6c","status":"passed","time":{"start":1724887759152,"stop":1724887759152,"duration":0}},{"uid":"cd7b09bdf2fc63c6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cd7b09bdf2fc63c6","status":"passed","time":{"start":1724886525538,"stop":1724886525538,"duration":0}},{"uid":"156ac0a9110d26d7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/156ac0a9110d26d7","status":"passed","time":{"start":1724886303384,"stop":1724886303385,"duration":1}},{"uid":"9f511641ff886e2d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f511641ff886e2d","status":"passed","time":{"start":1724861752212,"stop":1724861752213,"duration":1}},{"uid":"30c1cc052f8b0797","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/30c1cc052f8b0797","status":"passed","time":{"start":1724861223343,"stop":1724861223343,"duration":0}},{"uid":"25aff7399008f377","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/25aff7399008f377","status":"passed","time":{"start":1724861045188,"stop":1724861045189,"duration":1}},{"uid":"e799a2dec1de4e16","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e799a2dec1de4e16","status":"passed","time":{"start":1724860907071,"stop":1724860907071,"duration":0}}]},"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bbd096e4aad9c38a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bbd096e4aad9c38a","status":"passed","time":{"start":1724922635359,"stop":1724922635360,"duration":1}},{"uid":"26b5ecbf5b96908f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/26b5ecbf5b96908f","status":"passed","time":{"start":1724921297019,"stop":1724921297019,"duration":0}},{"uid":"e41ff99d3cc31e86","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e41ff99d3cc31e86","status":"passed","time":{"start":1724921276373,"stop":1724921276381,"duration":8}},{"uid":"d7f59027ed53e8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d7f59027ed53e8","status":"passed","time":{"start":1724917948330,"stop":1724917948331,"duration":1}},{"uid":"24adf631fbe04efa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/24adf631fbe04efa","status":"passed","time":{"start":1724889729019,"stop":1724889729020,"duration":1}},{"uid":"1db8007a267f1854","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1db8007a267f1854","status":"passed","time":{"start":1724888864960,"stop":1724888864961,"duration":1}},{"uid":"820293d2d55d990f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/820293d2d55d990f","status":"passed","time":{"start":1724888053752,"stop":1724888053753,"duration":1}},{"uid":"43dc7e04e9480b2f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/43dc7e04e9480b2f","status":"passed","time":{"start":1724886811667,"stop":1724886811668,"duration":1}},{"uid":"5c37dbd423b01f33","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5c37dbd423b01f33","status":"passed","time":{"start":1724886581010,"stop":1724886581010,"duration":0}},{"uid":"701369077be0d972","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/701369077be0d972","status":"passed","time":{"start":1724862019566,"stop":1724862019566,"duration":0}},{"uid":"e791fa6a36398ade","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e791fa6a36398ade","status":"passed","time":{"start":1724861493943,"stop":1724861493944,"duration":1}},{"uid":"862e17cea2515bd5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/862e17cea2515bd5","status":"passed","time":{"start":1724861318063,"stop":1724861318064,"duration":1}},{"uid":"5958294b92c5432e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5958294b92c5432e","status":"passed","time":{"start":1724861178523,"stop":1724861178523,"duration":0}}]},"55e135656508b599cfc2aa8a0bbc1d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4f9d2844af043209","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4f9d2844af043209","status":"passed","time":{"start":1724922853913,"stop":1724922853913,"duration":0}},{"uid":"9e88ba296b98fe78","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9e88ba296b98fe78","status":"passed","time":{"start":1724921529578,"stop":1724921529579,"duration":1}},{"uid":"d46a4fa70027725c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d46a4fa70027725c","status":"passed","time":{"start":1724921488876,"stop":1724921488876,"duration":0}},{"uid":"37a737830262c3f5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/37a737830262c3f5","status":"passed","time":{"start":1724918203678,"stop":1724918203678,"duration":0}},{"uid":"3a07bff041a64302","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a07bff041a64302","status":"passed","time":{"start":1724889938355,"stop":1724889938355,"duration":0}},{"uid":"912ad4c1ed4878e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/912ad4c1ed4878e1","status":"passed","time":{"start":1724889077062,"stop":1724889077062,"duration":0}},{"uid":"fd538319b4997731","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fd538319b4997731","status":"passed","time":{"start":1724888268015,"stop":1724888268030,"duration":15}},{"uid":"fce0a25813323f0a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fce0a25813323f0a","status":"passed","time":{"start":1724887032395,"stop":1724887032396,"duration":1}},{"uid":"709461506542c7f7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/709461506542c7f7","status":"passed","time":{"start":1724886822788,"stop":1724886822789,"duration":1}},{"uid":"33363ff6d5959b4a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33363ff6d5959b4a","status":"passed","time":{"start":1724862233506,"stop":1724862233507,"duration":1}},{"uid":"e2dce293ddb6e86b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e2dce293ddb6e86b","status":"passed","time":{"start":1724861712667,"stop":1724861712667,"duration":0}},{"uid":"bb5ca2c9faefc37f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bb5ca2c9faefc37f","status":"passed","time":{"start":1724861567885,"stop":1724861567885,"duration":0}},{"uid":"321213809846319f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/321213809846319f","status":"passed","time":{"start":1724861392048,"stop":1724861392049,"duration":1}}]},"97c710a1881242b44a7de26a376132df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9fa2297bb37094e8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9fa2297bb37094e8","status":"passed","time":{"start":1724922374768,"stop":1724922374768,"duration":0}},{"uid":"5d6bdc9e7c1ade97","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5d6bdc9e7c1ade97","status":"passed","time":{"start":1724921037761,"stop":1724921037761,"duration":0}},{"uid":"d5eabf93cca0f726","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d5eabf93cca0f726","status":"passed","time":{"start":1724921013107,"stop":1724921013107,"duration":0}},{"uid":"468d8095e6493da3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/468d8095e6493da3","status":"passed","time":{"start":1724917673401,"stop":1724917673401,"duration":0}},{"uid":"4af25b9ac04be3fe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4af25b9ac04be3fe","status":"passed","time":{"start":1724889452425,"stop":1724889452425,"duration":0}},{"uid":"68883e550e457114","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/68883e550e457114","status":"passed","time":{"start":1724888602932,"stop":1724888602932,"duration":0}},{"uid":"ecf79c393f231220","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ecf79c393f231220","status":"passed","time":{"start":1724887759206,"stop":1724887759206,"duration":0}},{"uid":"47ac19d5f84e2783","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/47ac19d5f84e2783","status":"passed","time":{"start":1724886525513,"stop":1724886525514,"duration":1}},{"uid":"f9df8a9d3691ec70","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f9df8a9d3691ec70","status":"passed","time":{"start":1724886303418,"stop":1724886303418,"duration":0}},{"uid":"b4f4acec9ac42baf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4f4acec9ac42baf","status":"passed","time":{"start":1724861752254,"stop":1724861752255,"duration":1}},{"uid":"6b9886aa46f93c4b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6b9886aa46f93c4b","status":"passed","time":{"start":1724861223393,"stop":1724861223393,"duration":0}},{"uid":"79df55e38753240c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/79df55e38753240c","status":"passed","time":{"start":1724861045267,"stop":1724861045267,"duration":0}},{"uid":"45fa10f4253f7fce","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/45fa10f4253f7fce","status":"passed","time":{"start":1724860907341,"stop":1724860907341,"duration":0}}]},"7080a32eb5cbdfe53165188e67933f3b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1af73374ef854afa","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1af73374ef854afa","status":"passed","time":{"start":1724921515225,"stop":1724921515225,"duration":0}}]},"965a7aee2be5c35aec8b01e165aa58c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"af6664a872649dbb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/af6664a872649dbb","status":"passed","time":{"start":1724922382324,"stop":1724922382324,"duration":0}},{"uid":"c01f9552be0d79d6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c01f9552be0d79d6","status":"passed","time":{"start":1724921045528,"stop":1724921045529,"duration":1}},{"uid":"c58f8083ed953169","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c58f8083ed953169","status":"passed","time":{"start":1724921020722,"stop":1724921020722,"duration":0}},{"uid":"90df600dcb73f534","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/90df600dcb73f534","status":"passed","time":{"start":1724917681047,"stop":1724917681048,"duration":1}},{"uid":"3b993d57b62a3895","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3b993d57b62a3895","status":"passed","time":{"start":1724889459911,"stop":1724889459912,"duration":1}},{"uid":"2de6b1422b9e2727","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2de6b1422b9e2727","status":"passed","time":{"start":1724888610528,"stop":1724888610529,"duration":1}},{"uid":"b2fcb60ff336110f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b2fcb60ff336110f","status":"passed","time":{"start":1724887766844,"stop":1724887766845,"duration":1}},{"uid":"cc9fea09f6f87484","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc9fea09f6f87484","status":"passed","time":{"start":1724886533239,"stop":1724886533240,"duration":1}},{"uid":"d051ea724d857639","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d051ea724d857639","status":"passed","time":{"start":1724886311085,"stop":1724886311085,"duration":0}},{"uid":"81108799e6ac2aaa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/81108799e6ac2aaa","status":"passed","time":{"start":1724861760045,"stop":1724861760045,"duration":0}},{"uid":"9c5b915d206cd9ec","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9c5b915d206cd9ec","status":"passed","time":{"start":1724861230823,"stop":1724861230824,"duration":1}},{"uid":"da69e7b029b0d291","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/da69e7b029b0d291","status":"passed","time":{"start":1724861053392,"stop":1724861053393,"duration":1}},{"uid":"fc1dc163b5d41a8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fc1dc163b5d41a8","status":"passed","time":{"start":1724860914741,"stop":1724860914741,"duration":0}}]},"399fa44e6b560f691ccc8c4d687ca401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4fdf5e8cec4f259","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4fdf5e8cec4f259","status":"passed","time":{"start":1724922891488,"stop":1724922891488,"duration":0}},{"uid":"5495b8f2b19be8a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5495b8f2b19be8a","status":"passed","time":{"start":1724921563014,"stop":1724921563014,"duration":0}},{"uid":"86fae511955b190e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/86fae511955b190e","status":"passed","time":{"start":1724921526812,"stop":1724921526812,"duration":0}},{"uid":"de957b5e7e67659b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/de957b5e7e67659b","status":"passed","time":{"start":1724918239940,"stop":1724918239940,"duration":0}},{"uid":"f7e8bb42a20a7a14","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7e8bb42a20a7a14","status":"passed","time":{"start":1724889980890,"stop":1724889980891,"duration":1}},{"uid":"3c3519c53cded1ed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c3519c53cded1ed","status":"passed","time":{"start":1724889109961,"stop":1724889109967,"duration":6}},{"uid":"800e4725b4067e1c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/800e4725b4067e1c","status":"passed","time":{"start":1724888294722,"stop":1724888294722,"duration":0}},{"uid":"e8a92439f7bbaba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e8a92439f7bbaba","status":"passed","time":{"start":1724887071738,"stop":1724887071741,"duration":3}},{"uid":"39ee1f124ea9ebac","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/39ee1f124ea9ebac","status":"passed","time":{"start":1724886848345,"stop":1724886848345,"duration":0}},{"uid":"ba964561249a2e56","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ba964561249a2e56","status":"passed","time":{"start":1724862259247,"stop":1724862259248,"duration":1}},{"uid":"b386109e004a08e4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b386109e004a08e4","status":"passed","time":{"start":1724861735325,"stop":1724861735326,"duration":1}},{"uid":"f69e6c04d2e08870","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f69e6c04d2e08870","status":"passed","time":{"start":1724861606343,"stop":1724861606343,"duration":0}},{"uid":"4dbf2e050480de5b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4dbf2e050480de5b","status":"passed","time":{"start":1724861426686,"stop":1724861426687,"duration":1}}]},"59a116779ff53db17ea0bc99cb2e2090:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7ddb3be5f91ca3f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7ddb3be5f91ca3f","status":"passed","time":{"start":1724861770116,"stop":1724861770117,"duration":1}}]},"25b3845965f20a7afeb258e67292f688:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"84a352f3b911df4d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/84a352f3b911df4d","status":"passed","time":{"start":1724888336459,"stop":1724888336459,"duration":0}}]},"2b2625967cf38bb30045bbc58898863e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f562a682d4554cd8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f562a682d4554cd8","status":"passed","time":{"start":1724922476374,"stop":1724922476374,"duration":0}},{"uid":"c5556ceddf3b5f9a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c5556ceddf3b5f9a","status":"passed","time":{"start":1724921141186,"stop":1724921141187,"duration":1}},{"uid":"89029f74852d0e30","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/89029f74852d0e30","status":"passed","time":{"start":1724921118248,"stop":1724921118248,"duration":0}},{"uid":"899b733a1d99a01f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/899b733a1d99a01f","status":"passed","time":{"start":1724917777550,"stop":1724917777550,"duration":0}},{"uid":"2f7d3a1680023431","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2f7d3a1680023431","status":"passed","time":{"start":1724889554660,"stop":1724889554663,"duration":3}},{"uid":"e6e9956111b155fb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e6e9956111b155fb","status":"passed","time":{"start":1724888706935,"stop":1724888706936,"duration":1}},{"uid":"9056d8b2aa96c9ca","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9056d8b2aa96c9ca","status":"passed","time":{"start":1724887861772,"stop":1724887861773,"duration":1}},{"uid":"5982d464a2ea6873","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5982d464a2ea6873","status":"passed","time":{"start":1724886631476,"stop":1724886631476,"duration":0}},{"uid":"9ee760409ecb4741","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9ee760409ecb4741","status":"passed","time":{"start":1724886409745,"stop":1724886409745,"duration":0}},{"uid":"882b9f5d5aae9e91","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/882b9f5d5aae9e91","status":"passed","time":{"start":1724861858182,"stop":1724861858183,"duration":1}},{"uid":"d607d074ef6fbbc6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d607d074ef6fbbc6","status":"passed","time":{"start":1724861324520,"stop":1724861324520,"duration":0}},{"uid":"12a18c5ba641e89c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/12a18c5ba641e89c","status":"passed","time":{"start":1724861152386,"stop":1724861152390,"duration":4}},{"uid":"bded924a941b8aae","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bded924a941b8aae","status":"passed","time":{"start":1724861011434,"stop":1724861011434,"duration":0}}]},"c182a677f574c685cbc37aba367ad1ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"49fba54a3a4de9d3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/49fba54a3a4de9d3","status":"passed","time":{"start":1724922374671,"stop":1724922374671,"duration":0}},{"uid":"74ee1a35ac2bd4e4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/74ee1a35ac2bd4e4","status":"passed","time":{"start":1724921037631,"stop":1724921037632,"duration":1}},{"uid":"95f0a68b102bfedc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/95f0a68b102bfedc","status":"passed","time":{"start":1724921013044,"stop":1724921013044,"duration":0}},{"uid":"3704ba16a1febfef","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3704ba16a1febfef","status":"passed","time":{"start":1724917673287,"stop":1724917673287,"duration":0}},{"uid":"7910e1eadc0456f6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7910e1eadc0456f6","status":"passed","time":{"start":1724889452306,"stop":1724889452306,"duration":0}},{"uid":"29f7a052bc7208cf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29f7a052bc7208cf","status":"passed","time":{"start":1724888602836,"stop":1724888602836,"duration":0}},{"uid":"bb73494a311aec4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bb73494a311aec4","status":"passed","time":{"start":1724887759160,"stop":1724887759161,"duration":1}},{"uid":"a0a939397ff28fe7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a0a939397ff28fe7","status":"passed","time":{"start":1724886525541,"stop":1724886525541,"duration":0}},{"uid":"c59d0ea3b71cb60a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c59d0ea3b71cb60a","status":"passed","time":{"start":1724886303393,"stop":1724886303393,"duration":0}},{"uid":"d166b21c451c5eed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d166b21c451c5eed","status":"passed","time":{"start":1724861752223,"stop":1724861752224,"duration":1}},{"uid":"663df38b36c388bb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/663df38b36c388bb","status":"passed","time":{"start":1724861223351,"stop":1724861223352,"duration":1}},{"uid":"d526a61c5b251407","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d526a61c5b251407","status":"passed","time":{"start":1724861045198,"stop":1724861045198,"duration":0}},{"uid":"321dba467b705a40","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/321dba467b705a40","status":"passed","time":{"start":1724860907081,"stop":1724860907081,"duration":0}}]},"51d3bf07c81cdacab777b9d6f479776f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8fa8ff9af5df6be7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8fa8ff9af5df6be7","status":"passed","time":{"start":1724922950820,"stop":1724922950820,"duration":0}},{"uid":"cf23b5cc6d6aefbd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cf23b5cc6d6aefbd","status":"passed","time":{"start":1724921640398,"stop":1724921640398,"duration":0}},{"uid":"622f5c24918f5d56","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/622f5c24918f5d56","status":"passed","time":{"start":1724921600405,"stop":1724921600405,"duration":0}},{"uid":"5a425f5795db17cd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5a425f5795db17cd","status":"passed","time":{"start":1724918300919,"stop":1724918300920,"duration":1}},{"uid":"f112b464ac9a1a17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f112b464ac9a1a17","status":"passed","time":{"start":1724890059275,"stop":1724890059280,"duration":5}},{"uid":"309127101e60cd90","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/309127101e60cd90","status":"passed","time":{"start":1724889188310,"stop":1724889188310,"duration":0}},{"uid":"4b546935cbdcb90","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4b546935cbdcb90","status":"passed","time":{"start":1724888372738,"stop":1724888372738,"duration":0}},{"uid":"babb7687a28d2942","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/babb7687a28d2942","status":"passed","time":{"start":1724887135716,"stop":1724887135716,"duration":0}},{"uid":"d668e2e9f4dd2c46","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d668e2e9f4dd2c46","status":"passed","time":{"start":1724886919660,"stop":1724886919661,"duration":1}},{"uid":"6539db380da028fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6539db380da028fa","status":"passed","time":{"start":1724862341832,"stop":1724862341833,"duration":1}},{"uid":"87330bb1abd64254","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/87330bb1abd64254","status":"passed","time":{"start":1724861815482,"stop":1724861815487,"duration":5}},{"uid":"9e5b67b3c3b166c0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9e5b67b3c3b166c0","status":"passed","time":{"start":1724861669533,"stop":1724861669533,"duration":0}},{"uid":"7c044b21bec745d1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7c044b21bec745d1","status":"passed","time":{"start":1724861505410,"stop":1724861505411,"duration":1}}]},"0d1c98b819acb884ae18dc8e8a5389a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1391faea2346e787","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1391faea2346e787","status":"passed","time":{"start":1724922374659,"stop":1724922374660,"duration":1}},{"uid":"a777e19e857fd151","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a777e19e857fd151","status":"passed","time":{"start":1724921037621,"stop":1724921037621,"duration":0}},{"uid":"17649b7204064dde","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/17649b7204064dde","status":"passed","time":{"start":1724921013033,"stop":1724921013034,"duration":1}},{"uid":"c07345115088d429","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c07345115088d429","status":"passed","time":{"start":1724917673277,"stop":1724917673277,"duration":0}},{"uid":"c213a534d3e5f1de","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c213a534d3e5f1de","status":"passed","time":{"start":1724889452296,"stop":1724889452296,"duration":0}},{"uid":"eeb99fd1e1818022","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eeb99fd1e1818022","status":"passed","time":{"start":1724888602825,"stop":1724888602825,"duration":0}},{"uid":"aac797ac6ebe5cac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aac797ac6ebe5cac","status":"passed","time":{"start":1724887759150,"stop":1724887759150,"duration":0}},{"uid":"54051ed87be98a4b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/54051ed87be98a4b","status":"passed","time":{"start":1724886525537,"stop":1724886525537,"duration":0}},{"uid":"39ee37c5afe60c3c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/39ee37c5afe60c3c","status":"passed","time":{"start":1724886303383,"stop":1724886303383,"duration":0}},{"uid":"a0bfdb650b477bb8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a0bfdb650b477bb8","status":"passed","time":{"start":1724861752212,"stop":1724861752212,"duration":0}},{"uid":"72bd67d038a08036","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/72bd67d038a08036","status":"passed","time":{"start":1724861223342,"stop":1724861223342,"duration":0}},{"uid":"180846af7bc53f01","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/180846af7bc53f01","status":"passed","time":{"start":1724861045187,"stop":1724861045188,"duration":1}},{"uid":"ad2d6dad84a0380d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ad2d6dad84a0380d","status":"passed","time":{"start":1724860907070,"stop":1724860907070,"duration":0}}]},"964f676a46af76e5cee36f7ef2a7e3d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4740b78f9e974df9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4740b78f9e974df9","status":"passed","time":{"start":1724922906444,"stop":1724922906444,"duration":0}},{"uid":"621841b906bd8e31","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/621841b906bd8e31","status":"passed","time":{"start":1724921613055,"stop":1724921613056,"duration":1}},{"uid":"6ae8008fc91191b6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6ae8008fc91191b6","status":"passed","time":{"start":1724921556063,"stop":1724921556063,"duration":0}},{"uid":"92a2b0f6d1f485bb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/92a2b0f6d1f485bb","status":"passed","time":{"start":1724918259547,"stop":1724918259547,"duration":0}},{"uid":"8e5754b0458c1753","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e5754b0458c1753","status":"passed","time":{"start":1724890032299,"stop":1724890032300,"duration":1}},{"uid":"e521f4f6efdea159","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e521f4f6efdea159","status":"passed","time":{"start":1724889144087,"stop":1724889144087,"duration":0}},{"uid":"4e73f77d00040c1e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4e73f77d00040c1e","status":"passed","time":{"start":1724888336464,"stop":1724888336464,"duration":0}},{"uid":"8c17e7e937acc637","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8c17e7e937acc637","status":"passed","time":{"start":1724887092630,"stop":1724887092630,"duration":0}},{"uid":"74d4f4fe7c9eadeb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/74d4f4fe7c9eadeb","status":"passed","time":{"start":1724886880633,"stop":1724886880633,"duration":0}},{"uid":"4122aa42636009b7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4122aa42636009b7","status":"passed","time":{"start":1724862298397,"stop":1724862298397,"duration":0}},{"uid":"e40bbc3bde478aa0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e40bbc3bde478aa0","status":"passed","time":{"start":1724861770128,"stop":1724861770128,"duration":0}},{"uid":"c0a957a8f4e1ae11","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0a957a8f4e1ae11","status":"passed","time":{"start":1724861637976,"stop":1724861637976,"duration":0}},{"uid":"ef85303733bf5f7a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ef85303733bf5f7a","status":"passed","time":{"start":1724861475053,"stop":1724861475055,"duration":2}}]},"4b6c588eb64e87d6d17ef51896aa21d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e38ccb126311fded","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e38ccb126311fded","status":"passed","time":{"start":1724922388048,"stop":1724922388048,"duration":0}},{"uid":"d4573d7cd69cbb92","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d4573d7cd69cbb92","status":"passed","time":{"start":1724921051056,"stop":1724921051056,"duration":0}},{"uid":"a3b32ac9b129ca3c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a3b32ac9b129ca3c","status":"passed","time":{"start":1724921026361,"stop":1724921026362,"duration":1}},{"uid":"e7e4ebf52abec3b2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e7e4ebf52abec3b2","status":"passed","time":{"start":1724917686540,"stop":1724917686540,"duration":0}},{"uid":"f1e4f362ef9757fb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f1e4f362ef9757fb","status":"passed","time":{"start":1724889465470,"stop":1724889465471,"duration":1}},{"uid":"1ec47a90f89fc2a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1ec47a90f89fc2a6","status":"passed","time":{"start":1724888616211,"stop":1724888616212,"duration":1}},{"uid":"ad5ea1bc9d167792","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ad5ea1bc9d167792","status":"passed","time":{"start":1724887772448,"stop":1724887772448,"duration":0}},{"uid":"3fda9b8c4d9fe4d9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3fda9b8c4d9fe4d9","status":"passed","time":{"start":1724886538859,"stop":1724886538860,"duration":1}},{"uid":"d6b7424f12cb9ee1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d6b7424f12cb9ee1","status":"passed","time":{"start":1724886316626,"stop":1724886316626,"duration":0}},{"uid":"2395b07e646874a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2395b07e646874a1","status":"passed","time":{"start":1724861765762,"stop":1724861765762,"duration":0}},{"uid":"19eb5e6f40fb522d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/19eb5e6f40fb522d","status":"passed","time":{"start":1724861236572,"stop":1724861236572,"duration":0}},{"uid":"3551c203fd192bf5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3551c203fd192bf5","status":"passed","time":{"start":1724861059470,"stop":1724861059470,"duration":0}},{"uid":"3302dc9880d7a177","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3302dc9880d7a177","status":"passed","time":{"start":1724860920725,"stop":1724860920726,"duration":1}}]},"1ee6538bea1c11becf7db69f1e1c6922:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"57e3b6cb900b6f2e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/57e3b6cb900b6f2e","status":"passed","time":{"start":1724921619629,"stop":1724921619630,"duration":1}}]},"7062329aa0d384786bc8adfa1f1d3177:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7aea92151da7209b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7aea92151da7209b","status":"passed","time":{"start":1724922921450,"stop":1724922921451,"duration":1}},{"uid":"d56b9116426ba323","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d56b9116426ba323","status":"passed","time":{"start":1724921602951,"stop":1724921602951,"duration":0}},{"uid":"7629a13aa5ae57a5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7629a13aa5ae57a5","status":"passed","time":{"start":1724921571096,"stop":1724921571097,"duration":1}},{"uid":"187537a1506dad78","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/187537a1506dad78","status":"passed","time":{"start":1724918285587,"stop":1724918285587,"duration":0}},{"uid":"c5752310e160b073","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5752310e160b073","status":"passed","time":{"start":1724890030090,"stop":1724890030090,"duration":0}},{"uid":"b8b262d1d4424006","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8b262d1d4424006","status":"passed","time":{"start":1724889171908,"stop":1724889171909,"duration":1}},{"uid":"ed6ead94163fe2ec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ed6ead94163fe2ec","status":"passed","time":{"start":1724888350721,"stop":1724888350721,"duration":0}},{"uid":"68fd56aa4782c1ed","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/68fd56aa4782c1ed","status":"passed","time":{"start":1724887115408,"stop":1724887115409,"duration":1}},{"uid":"839ad4497b0632de","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/839ad4497b0632de","status":"passed","time":{"start":1724886884575,"stop":1724886884575,"duration":0}},{"uid":"e84479b38de52ef1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e84479b38de52ef1","status":"passed","time":{"start":1724862322256,"stop":1724862322257,"duration":1}},{"uid":"814bee15b3706c56","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/814bee15b3706c56","status":"passed","time":{"start":1724861790751,"stop":1724861790752,"duration":1}},{"uid":"e99981d1ca944ec6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e99981d1ca944ec6","status":"passed","time":{"start":1724861628420,"stop":1724861628421,"duration":1}},{"uid":"49ff0dcb8dbe8e96","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/49ff0dcb8dbe8e96","status":"passed","time":{"start":1724861465624,"stop":1724861465625,"duration":1}}]},"59e93f4f314574dec24d188e875e7666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f46f477fe75f7e36","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f46f477fe75f7e36","status":"passed","time":{"start":1724922398404,"stop":1724922398404,"duration":0}},{"uid":"b64150420c9fd4f8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b64150420c9fd4f8","status":"passed","time":{"start":1724921061371,"stop":1724921061371,"duration":0}},{"uid":"ff1d958eca00fe0f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ff1d958eca00fe0f","status":"passed","time":{"start":1724921036549,"stop":1724921036550,"duration":1}},{"uid":"e7cdd09fe5ec30c6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e7cdd09fe5ec30c6","status":"passed","time":{"start":1724917696993,"stop":1724917696994,"duration":1}},{"uid":"85c1e787efb51c7f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/85c1e787efb51c7f","status":"passed","time":{"start":1724889475437,"stop":1724889475437,"duration":0}},{"uid":"e6210b9f3cc96ec3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e6210b9f3cc96ec3","status":"passed","time":{"start":1724888626530,"stop":1724888626531,"duration":1}},{"uid":"f895d98055a532d2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f895d98055a532d2","status":"passed","time":{"start":1724887782739,"stop":1724887782739,"duration":0}},{"uid":"f17fd47717f36a79","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f17fd47717f36a79","status":"passed","time":{"start":1724886549351,"stop":1724886549351,"duration":0}},{"uid":"e3f8ebe33a83f8e4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e3f8ebe33a83f8e4","status":"passed","time":{"start":1724886326872,"stop":1724886326872,"duration":0}},{"uid":"86791a46135e4bbc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/86791a46135e4bbc","status":"passed","time":{"start":1724861776302,"stop":1724861776302,"duration":0}},{"uid":"5f368a385cf8dd5d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5f368a385cf8dd5d","status":"passed","time":{"start":1724861246684,"stop":1724861246686,"duration":2}},{"uid":"acdc4c9f7ac0887c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/acdc4c9f7ac0887c","status":"passed","time":{"start":1724861070666,"stop":1724861070670,"duration":4}},{"uid":"c9e4adfd4e998cce","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c9e4adfd4e998cce","status":"passed","time":{"start":1724860931331,"stop":1724860931331,"duration":0}}]},"251d7185e9e3896916392a7d1d840b10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2a4e3a8b0906f2f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2a4e3a8b0906f2f","status":"passed","time":{"start":1724922946245,"stop":1724922946245,"duration":0}},{"uid":"639ac34f37759bd7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/639ac34f37759bd7","status":"passed","time":{"start":1724921619641,"stop":1724921619641,"duration":0}},{"uid":"a77d3c57818db757","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a77d3c57818db757","status":"passed","time":{"start":1724921577173,"stop":1724921577173,"duration":0}},{"uid":"9cee65cfe9fe77bd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9cee65cfe9fe77bd","status":"passed","time":{"start":1724918298105,"stop":1724918298106,"duration":1}},{"uid":"53e6899a6131722d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/53e6899a6131722d","status":"passed","time":{"start":1724890039752,"stop":1724890039753,"duration":1}},{"uid":"d35eed90e4c3086f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d35eed90e4c3086f","status":"passed","time":{"start":1724889169858,"stop":1724889169858,"duration":0}},{"uid":"da9425681b894f4b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/da9425681b894f4b","status":"passed","time":{"start":1724888345358,"stop":1724888345358,"duration":0}},{"uid":"183ec13181e69e2e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/183ec13181e69e2e","status":"passed","time":{"start":1724887127889,"stop":1724887127889,"duration":0}},{"uid":"3ddfcc028d47b6a9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3ddfcc028d47b6a9","status":"passed","time":{"start":1724886906387,"stop":1724886906388,"duration":1}},{"uid":"64e26f3606b6e07d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64e26f3606b6e07d","status":"passed","time":{"start":1724862320151,"stop":1724862320151,"duration":0}},{"uid":"5e5d008ab8309b27","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5e5d008ab8309b27","status":"passed","time":{"start":1724861800261,"stop":1724861800261,"duration":0}},{"uid":"d2a64a649ac4e5e7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d2a64a649ac4e5e7","status":"passed","time":{"start":1724861655180,"stop":1724861655181,"duration":1}},{"uid":"d0917931b5293520","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d0917931b5293520","status":"passed","time":{"start":1724861485087,"stop":1724861485087,"duration":0}}]},"73199f68a11a5fb1b4fd221e1cfb9361:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"438d48c123d59373","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/438d48c123d59373","status":"passed","time":{"start":1724922887522,"stop":1724922887522,"duration":0}},{"uid":"c41c35dbc849f2a1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c41c35dbc849f2a1","status":"passed","time":{"start":1724921564773,"stop":1724921564773,"duration":0}},{"uid":"2621dd6e165816c7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2621dd6e165816c7","status":"passed","time":{"start":1724921518782,"stop":1724921518783,"duration":1}},{"uid":"35fb9f373c5798bc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/35fb9f373c5798bc","status":"passed","time":{"start":1724918229396,"stop":1724918229396,"duration":0}},{"uid":"968913339dac493d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/968913339dac493d","status":"passed","time":{"start":1724889980694,"stop":1724889980694,"duration":0}},{"uid":"595fac35d9abafaa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/595fac35d9abafaa","status":"passed","time":{"start":1724889111157,"stop":1724889111158,"duration":1}},{"uid":"28baed33e8eab7b9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/28baed33e8eab7b9","status":"passed","time":{"start":1724888292530,"stop":1724888292530,"duration":0}},{"uid":"982acfbfd9115a47","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/982acfbfd9115a47","status":"passed","time":{"start":1724887068222,"stop":1724887068222,"duration":0}},{"uid":"d6769487d5fb5bf6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d6769487d5fb5bf6","status":"passed","time":{"start":1724886848920,"stop":1724886848920,"duration":0}},{"uid":"72bbde167e1649b6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72bbde167e1649b6","status":"passed","time":{"start":1724862262044,"stop":1724862262044,"duration":0}},{"uid":"a013aee738499b99","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a013aee738499b99","status":"passed","time":{"start":1724861741890,"stop":1724861741890,"duration":0}},{"uid":"63b4d57e679467f7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/63b4d57e679467f7","status":"passed","time":{"start":1724861599483,"stop":1724861599484,"duration":1}},{"uid":"deb0ba195eabbb34","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/deb0ba195eabbb34","status":"passed","time":{"start":1724861428471,"stop":1724861428471,"duration":0}}]},"3694756afa40f05588006952b7217855:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8f80a4d2c581ac27","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8f80a4d2c581ac27","status":"passed","time":{"start":1724922661642,"stop":1724922661644,"duration":2}},{"uid":"fa9c496b59b6ea30","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fa9c496b59b6ea30","status":"passed","time":{"start":1724921321312,"stop":1724921321312,"duration":0}},{"uid":"eefbd99a78c3ff6f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/eefbd99a78c3ff6f","status":"passed","time":{"start":1724921298786,"stop":1724921298786,"duration":0}},{"uid":"b0b195688ea15353","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b0b195688ea15353","status":"passed","time":{"start":1724918008265,"stop":1724918008265,"duration":0}},{"uid":"d7f24a438f5540cb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d7f24a438f5540cb","status":"passed","time":{"start":1724889728596,"stop":1724889728596,"duration":0}},{"uid":"6cd8ec9efa53454f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6cd8ec9efa53454f","status":"passed","time":{"start":1724888882875,"stop":1724888882875,"duration":0}},{"uid":"b51b5e46e9b78203","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b51b5e46e9b78203","status":"passed","time":{"start":1724888111026,"stop":1724888111026,"duration":0}},{"uid":"90a1cfc99a08f29d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/90a1cfc99a08f29d","status":"passed","time":{"start":1724886869448,"stop":1724886869448,"duration":0}},{"uid":"1b9e01438b01b73b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1b9e01438b01b73b","status":"passed","time":{"start":1724886642937,"stop":1724886642937,"duration":0}},{"uid":"f48c831dcd95a8cd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f48c831dcd95a8cd","status":"passed","time":{"start":1724862044582,"stop":1724862044582,"duration":0}},{"uid":"46c547b3f82eee15","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/46c547b3f82eee15","status":"passed","time":{"start":1724861523039,"stop":1724861523040,"duration":1}},{"uid":"73d29239844e2159","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/73d29239844e2159","status":"passed","time":{"start":1724861362474,"stop":1724861362474,"duration":0}},{"uid":"57c27253a4b81271","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/57c27253a4b81271","status":"passed","time":{"start":1724861196847,"stop":1724861196856,"duration":9}}]},"d1658f9bba61b2bab61075159e6e8bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d08a591a0a452d5b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d08a591a0a452d5b","status":"passed","time":{"start":1724922906445,"stop":1724922906445,"duration":0}},{"uid":"94990502706a1b18","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/94990502706a1b18","status":"passed","time":{"start":1724921613056,"stop":1724921613057,"duration":1}},{"uid":"70da008da6fd466a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/70da008da6fd466a","status":"passed","time":{"start":1724921556064,"stop":1724921556064,"duration":0}},{"uid":"a2ea5db36b396885","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a2ea5db36b396885","status":"passed","time":{"start":1724918259547,"stop":1724918259555,"duration":8}},{"uid":"f91793cfa65ca3a8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f91793cfa65ca3a8","status":"passed","time":{"start":1724890032300,"stop":1724890032300,"duration":0}},{"uid":"d8a9980441f52791","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d8a9980441f52791","status":"passed","time":{"start":1724889144088,"stop":1724889144088,"duration":0}},{"uid":"865e768cbfb91822","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/865e768cbfb91822","status":"passed","time":{"start":1724888336464,"stop":1724888336465,"duration":1}},{"uid":"2e04cd3a0e71fa83","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2e04cd3a0e71fa83","status":"passed","time":{"start":1724887092631,"stop":1724887092631,"duration":0}},{"uid":"6a0b1c13a0cc07bc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6a0b1c13a0cc07bc","status":"passed","time":{"start":1724886880633,"stop":1724886880633,"duration":0}},{"uid":"fe33087edaf5d044","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe33087edaf5d044","status":"passed","time":{"start":1724862298406,"stop":1724862298406,"duration":0}},{"uid":"cb0c01d4a7c21e09","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cb0c01d4a7c21e09","status":"passed","time":{"start":1724861770129,"stop":1724861770130,"duration":1}},{"uid":"e624f1242b74879e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e624f1242b74879e","status":"passed","time":{"start":1724861637976,"stop":1724861637976,"duration":0}},{"uid":"4a519d78d1f2b399","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4a519d78d1f2b399","status":"passed","time":{"start":1724861475058,"stop":1724861475062,"duration":4}}]},"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"67cf138d5e1adb6f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/67cf138d5e1adb6f","status":"passed","time":{"start":1724922635359,"stop":1724922635359,"duration":0}},{"uid":"53b104eb1f21da28","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/53b104eb1f21da28","status":"passed","time":{"start":1724921297018,"stop":1724921297018,"duration":0}},{"uid":"52f0d2ec16b60d04","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/52f0d2ec16b60d04","status":"passed","time":{"start":1724921276372,"stop":1724921276373,"duration":1}},{"uid":"98f73f646f05e610","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/98f73f646f05e610","status":"passed","time":{"start":1724917948330,"stop":1724917948330,"duration":0}},{"uid":"264d8e72847f95b0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/264d8e72847f95b0","status":"passed","time":{"start":1724889729018,"stop":1724889729019,"duration":1}},{"uid":"6d20276b8e527081","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d20276b8e527081","status":"passed","time":{"start":1724888864960,"stop":1724888864960,"duration":0}},{"uid":"40265f971ddfea7a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/40265f971ddfea7a","status":"passed","time":{"start":1724888053752,"stop":1724888053752,"duration":0}},{"uid":"d3abf4aac2563efe","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d3abf4aac2563efe","status":"passed","time":{"start":1724886811666,"stop":1724886811667,"duration":1}},{"uid":"7ece2793cdc20e96","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7ece2793cdc20e96","status":"passed","time":{"start":1724886581009,"stop":1724886581009,"duration":0}},{"uid":"c8618e95b7ebff71","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c8618e95b7ebff71","status":"passed","time":{"start":1724862019566,"stop":1724862019566,"duration":0}},{"uid":"e59499c17060b469","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e59499c17060b469","status":"passed","time":{"start":1724861493943,"stop":1724861493943,"duration":0}},{"uid":"59ddd7338a678e03","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/59ddd7338a678e03","status":"passed","time":{"start":1724861318061,"stop":1724861318062,"duration":1}},{"uid":"c5378c6c0c6c4996","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c5378c6c0c6c4996","status":"passed","time":{"start":1724861178522,"stop":1724861178522,"duration":0}}]},"eb62e9d709de953e02a98372b45af048:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"644fff5189056376","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/644fff5189056376","status":"passed","time":{"start":1724922382321,"stop":1724922382323,"duration":2}},{"uid":"79d8ae281a8c9063","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/79d8ae281a8c9063","status":"passed","time":{"start":1724921045527,"stop":1724921045528,"duration":1}},{"uid":"1dbfbebdf571cd26","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1dbfbebdf571cd26","status":"passed","time":{"start":1724921020718,"stop":1724921020720,"duration":2}},{"uid":"74048bc08bf72666","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/74048bc08bf72666","status":"passed","time":{"start":1724917681044,"stop":1724917681047,"duration":3}},{"uid":"9163db902610a02","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9163db902610a02","status":"passed","time":{"start":1724889459909,"stop":1724889459911,"duration":2}},{"uid":"c5b19b86f049de3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5b19b86f049de3","status":"passed","time":{"start":1724888610525,"stop":1724888610528,"duration":3}},{"uid":"569b4a9addbb79f8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/569b4a9addbb79f8","status":"passed","time":{"start":1724887766843,"stop":1724887766844,"duration":1}},{"uid":"9f6207aceaab34f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9f6207aceaab34f","status":"passed","time":{"start":1724886533237,"stop":1724886533239,"duration":2}},{"uid":"3ee5bc919b4d742d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3ee5bc919b4d742d","status":"passed","time":{"start":1724886311083,"stop":1724886311084,"duration":1}},{"uid":"fab9ebae4efb9345","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fab9ebae4efb9345","status":"passed","time":{"start":1724861760042,"stop":1724861760044,"duration":2}},{"uid":"c05ae5517cbed47f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c05ae5517cbed47f","status":"passed","time":{"start":1724861230821,"stop":1724861230823,"duration":2}},{"uid":"778f78165d61266a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/778f78165d61266a","status":"passed","time":{"start":1724861053389,"stop":1724861053392,"duration":3}},{"uid":"70008e7eb26f9fc7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/70008e7eb26f9fc7","status":"passed","time":{"start":1724860914739,"stop":1724860914740,"duration":1}}]},"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f199781e8256943c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f199781e8256943c","status":"passed","time":{"start":1724922408754,"stop":1724922408755,"duration":1}},{"uid":"bd2abdf0a6e27dbc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bd2abdf0a6e27dbc","status":"passed","time":{"start":1724921071993,"stop":1724921071993,"duration":0}},{"uid":"b98feaeb69f4c9fc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b98feaeb69f4c9fc","status":"passed","time":{"start":1724921046821,"stop":1724921046821,"duration":0}},{"uid":"45c273eb85b05d3e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/45c273eb85b05d3e","status":"passed","time":{"start":1724917707021,"stop":1724917707022,"duration":1}},{"uid":"e85bb965d94c11f1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e85bb965d94c11f1","status":"passed","time":{"start":1724889485858,"stop":1724889485859,"duration":1}},{"uid":"acaf63e04b49ebd2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/acaf63e04b49ebd2","status":"passed","time":{"start":1724888636618,"stop":1724888636619,"duration":1}},{"uid":"2b456f544a68f3f8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2b456f544a68f3f8","status":"passed","time":{"start":1724887792854,"stop":1724887792854,"duration":0}},{"uid":"4c732e67ee9ea2d9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4c732e67ee9ea2d9","status":"passed","time":{"start":1724886559723,"stop":1724886559723,"duration":0}},{"uid":"93626cd4ec163273","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/93626cd4ec163273","status":"passed","time":{"start":1724886337375,"stop":1724886337375,"duration":0}},{"uid":"b0bd9da10e1e2d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b0bd9da10e1e2d","status":"passed","time":{"start":1724861786728,"stop":1724861786729,"duration":1}},{"uid":"6d2c212cdafb539f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6d2c212cdafb539f","status":"passed","time":{"start":1724861257211,"stop":1724861257211,"duration":0}},{"uid":"4d13285f4ed4f17b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4d13285f4ed4f17b","status":"passed","time":{"start":1724861081081,"stop":1724861081084,"duration":3}},{"uid":"d25828b9cf9c1c54","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d25828b9cf9c1c54","status":"passed","time":{"start":1724860941730,"stop":1724860941730,"duration":0}}]},"8bcb8fdde665c55fffd3831aff3d0056:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"33c5c991adeff7b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33c5c991adeff7b2","status":"passed","time":{"start":1724889169852,"stop":1724889169853,"duration":1}}]},"4b912b89823285268ef2e68fe82616a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f5d26df8788ab516","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f5d26df8788ab516","status":"passed","time":{"start":1724890032296,"stop":1724890032297,"duration":1}}]},"7c063849e63fc40f3217e2ba6b58dc60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"411b23e5d301e2a6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/411b23e5d301e2a6","status":"passed","time":{"start":1724922891490,"stop":1724922891490,"duration":0}},{"uid":"737256e492c16b8e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/737256e492c16b8e","status":"passed","time":{"start":1724921563018,"stop":1724921563018,"duration":0}},{"uid":"2443d94f0f2d44aa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2443d94f0f2d44aa","status":"passed","time":{"start":1724921526814,"stop":1724921526814,"duration":0}},{"uid":"f3a49e176a199b3c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f3a49e176a199b3c","status":"passed","time":{"start":1724918239945,"stop":1724918239946,"duration":1}},{"uid":"310579f7e11aac85","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/310579f7e11aac85","status":"passed","time":{"start":1724889980902,"stop":1724889980903,"duration":1}},{"uid":"e5d65331c21c4410","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e5d65331c21c4410","status":"passed","time":{"start":1724889109971,"stop":1724889109972,"duration":1}},{"uid":"ab4834012eabdbd7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ab4834012eabdbd7","status":"passed","time":{"start":1724888294724,"stop":1724888294724,"duration":0}},{"uid":"1968ec9abaf8bf70","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1968ec9abaf8bf70","status":"passed","time":{"start":1724887071742,"stop":1724887071743,"duration":1}},{"uid":"df3ebc16bc026f31","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/df3ebc16bc026f31","status":"passed","time":{"start":1724886848347,"stop":1724886848347,"duration":0}},{"uid":"761b2a4cb6d3f718","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/761b2a4cb6d3f718","status":"passed","time":{"start":1724862259254,"stop":1724862259254,"duration":0}},{"uid":"2cffa35ec2d3f082","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2cffa35ec2d3f082","status":"passed","time":{"start":1724861735329,"stop":1724861735329,"duration":0}},{"uid":"cc5ac5646c5ccb02","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cc5ac5646c5ccb02","status":"passed","time":{"start":1724861606350,"stop":1724861606350,"duration":0}},{"uid":"dbc1a0b1f2fc83d0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dbc1a0b1f2fc83d0","status":"passed","time":{"start":1724861426689,"stop":1724861426689,"duration":0}}]},"226c0cdbbbad74b7410aa96e53cdf633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8e671379cf12e70d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8e671379cf12e70d","status":"passed","time":{"start":1724922374447,"stop":1724922374448,"duration":1}},{"uid":"5fc36053a2125c3a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5fc36053a2125c3a","status":"passed","time":{"start":1724921037308,"stop":1724921037310,"duration":2}},{"uid":"9e4252120dab9ba3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9e4252120dab9ba3","status":"passed","time":{"start":1724921012632,"stop":1724921012633,"duration":1}},{"uid":"4bda073c139b6d16","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4bda073c139b6d16","status":"passed","time":{"start":1724917673035,"stop":1724917673036,"duration":1}},{"uid":"401cc01d29e49fdc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/401cc01d29e49fdc","status":"passed","time":{"start":1724889452003,"stop":1724889452004,"duration":1}},{"uid":"eeec6929b438095","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eeec6929b438095","status":"passed","time":{"start":1724888602561,"stop":1724888602562,"duration":1}},{"uid":"e71b72b01185fd72","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e71b72b01185fd72","status":"passed","time":{"start":1724887758651,"stop":1724887758652,"duration":1}},{"uid":"63f2bfb6457b35fa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/63f2bfb6457b35fa","status":"passed","time":{"start":1724886525161,"stop":1724886525162,"duration":1}},{"uid":"8c01c6d35d613274","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8c01c6d35d613274","status":"passed","time":{"start":1724886303123,"stop":1724886303125,"duration":2}},{"uid":"6886e74aa1dbd546","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6886e74aa1dbd546","status":"passed","time":{"start":1724861751529,"stop":1724861751531,"duration":2}},{"uid":"a99c261c9c3bcb33","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a99c261c9c3bcb33","status":"passed","time":{"start":1724861222810,"stop":1724861222812,"duration":2}},{"uid":"3053009e1cddc120","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3053009e1cddc120","status":"passed","time":{"start":1724861044779,"stop":1724861044781,"duration":2}},{"uid":"147e52c508c078bb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/147e52c508c078bb","status":"passed","time":{"start":1724860906652,"stop":1724860906653,"duration":1}}]},"a85f88421566679ac61011b8fb8af814:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c684741610b9fff1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c684741610b9fff1","status":"passed","time":{"start":1724922635348,"stop":1724922635349,"duration":1}},{"uid":"ea5fcd3642331c2c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ea5fcd3642331c2c","status":"passed","time":{"start":1724921296998,"stop":1724921296999,"duration":1}},{"uid":"462f9b7aae277fc2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/462f9b7aae277fc2","status":"passed","time":{"start":1724921276363,"stop":1724921276363,"duration":0}},{"uid":"a28e6c3232dc1d4a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a28e6c3232dc1d4a","status":"passed","time":{"start":1724917948309,"stop":1724917948311,"duration":2}},{"uid":"896ad3e8208c1b6a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/896ad3e8208c1b6a","status":"passed","time":{"start":1724889729004,"stop":1724889729005,"duration":1}},{"uid":"917d56d4dbec89f5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/917d56d4dbec89f5","status":"passed","time":{"start":1724888864950,"stop":1724888864950,"duration":0}},{"uid":"16d5ac519136dfb5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/16d5ac519136dfb5","status":"passed","time":{"start":1724888053732,"stop":1724888053732,"duration":0}},{"uid":"8e4a8a2c95e86ada","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8e4a8a2c95e86ada","status":"passed","time":{"start":1724886811648,"stop":1724886811648,"duration":0}},{"uid":"79fd6bd73f975f1e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/79fd6bd73f975f1e","status":"passed","time":{"start":1724886581000,"stop":1724886581000,"duration":0}},{"uid":"d806f321efd6fa43","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d806f321efd6fa43","status":"passed","time":{"start":1724862019556,"stop":1724862019556,"duration":0}},{"uid":"3f92581a8324209b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3f92581a8324209b","status":"passed","time":{"start":1724861493933,"stop":1724861493933,"duration":0}},{"uid":"7d73f34d0a12f790","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7d73f34d0a12f790","status":"passed","time":{"start":1724861318013,"stop":1724861318017,"duration":4}},{"uid":"a84dbaf9299eae85","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a84dbaf9299eae85","status":"passed","time":{"start":1724861178507,"stop":1724861178507,"duration":0}}]},"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1959c48fdc65e079","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1959c48fdc65e079","status":"passed","time":{"start":1724922635358,"stop":1724922635358,"duration":0}},{"uid":"945c6b0d9b10d247","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/945c6b0d9b10d247","status":"passed","time":{"start":1724921297017,"stop":1724921297017,"duration":0}},{"uid":"1321a0b072a992f0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1321a0b072a992f0","status":"passed","time":{"start":1724921276371,"stop":1724921276371,"duration":0}},{"uid":"808afd5882abcd42","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/808afd5882abcd42","status":"passed","time":{"start":1724917948329,"stop":1724917948329,"duration":0}},{"uid":"91f9327d79ab2e31","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91f9327d79ab2e31","status":"passed","time":{"start":1724889729015,"stop":1724889729016,"duration":1}},{"uid":"ff8c0446b8d22baf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff8c0446b8d22baf","status":"passed","time":{"start":1724888864959,"stop":1724888864959,"duration":0}},{"uid":"a7052e5fcb92a1c6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a7052e5fcb92a1c6","status":"passed","time":{"start":1724888053751,"stop":1724888053751,"duration":0}},{"uid":"e353514d6e8f4df9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e353514d6e8f4df9","status":"passed","time":{"start":1724886811665,"stop":1724886811665,"duration":0}},{"uid":"73fe78178413a119","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/73fe78178413a119","status":"passed","time":{"start":1724886581008,"stop":1724886581008,"duration":0}},{"uid":"6186f6dbeff0004a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6186f6dbeff0004a","status":"passed","time":{"start":1724862019565,"stop":1724862019565,"duration":0}},{"uid":"817603ec9fedf315","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/817603ec9fedf315","status":"passed","time":{"start":1724861493941,"stop":1724861493942,"duration":1}},{"uid":"94d0cc175db3b79b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/94d0cc175db3b79b","status":"passed","time":{"start":1724861318045,"stop":1724861318046,"duration":1}},{"uid":"35886a1331667647","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/35886a1331667647","status":"passed","time":{"start":1724861178519,"stop":1724861178520,"duration":1}}]},"1a0a2fc94b93e99eecbea82a91c4fa41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6a92b9202868bf11","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6a92b9202868bf11","status":"passed","time":{"start":1724922647831,"stop":1724922647834,"duration":3}},{"uid":"7c671e294898fe3d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7c671e294898fe3d","status":"passed","time":{"start":1724921300787,"stop":1724921300788,"duration":1}},{"uid":"c9feb3a8fd6895e8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c9feb3a8fd6895e8","status":"passed","time":{"start":1724921280716,"stop":1724921280717,"duration":1}},{"uid":"3e6b82c29a9738f9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3e6b82c29a9738f9","status":"passed","time":{"start":1724917963261,"stop":1724917963261,"duration":0}},{"uid":"49cb9a132cbae887","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/49cb9a132cbae887","status":"passed","time":{"start":1724889734118,"stop":1724889734119,"duration":1}},{"uid":"4a4a0efa60db066a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a4a0efa60db066a","status":"passed","time":{"start":1724888859614,"stop":1724888859617,"duration":3}},{"uid":"d3e10bdfb379ef6c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d3e10bdfb379ef6c","status":"passed","time":{"start":1724888053951,"stop":1724888053952,"duration":1}},{"uid":"6267c06e7ac8ff17","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6267c06e7ac8ff17","status":"passed","time":{"start":1724886820676,"stop":1724886820676,"duration":0}},{"uid":"892db3270f130cba","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/892db3270f130cba","status":"passed","time":{"start":1724886589265,"stop":1724886589266,"duration":1}},{"uid":"ff384155d22ab958","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff384155d22ab958","status":"passed","time":{"start":1724862027792,"stop":1724862027792,"duration":0}},{"uid":"d8b2bf1b95e4b25f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d8b2bf1b95e4b25f","status":"passed","time":{"start":1724861484559,"stop":1724861484559,"duration":0}},{"uid":"366d518aa9c24944","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/366d518aa9c24944","status":"passed","time":{"start":1724861315156,"stop":1724861315156,"duration":0}},{"uid":"517b0925c630bbcb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/517b0925c630bbcb","status":"passed","time":{"start":1724861168754,"stop":1724861168755,"duration":1}}]},"45e6c790a46766696819423ce74781ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b924193b20aa7ea5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b924193b20aa7ea5","status":"passed","time":{"start":1724922921470,"stop":1724922921470,"duration":0}},{"uid":"3fd0a94d9ad4d3a0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3fd0a94d9ad4d3a0","status":"passed","time":{"start":1724921602961,"stop":1724921602961,"duration":0}},{"uid":"13a9824ab6a069a7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/13a9824ab6a069a7","status":"passed","time":{"start":1724921571105,"stop":1724921571105,"duration":0}},{"uid":"87fab17db696fe19","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/87fab17db696fe19","status":"passed","time":{"start":1724918285610,"stop":1724918285611,"duration":1}},{"uid":"7d1ec1b0a0f37e35","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7d1ec1b0a0f37e35","status":"passed","time":{"start":1724890030099,"stop":1724890030099,"duration":0}},{"uid":"f9f433ec17c2adc6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9f433ec17c2adc6","status":"passed","time":{"start":1724889171919,"stop":1724889171920,"duration":1}},{"uid":"76ea0946f459914b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/76ea0946f459914b","status":"passed","time":{"start":1724888350739,"stop":1724888350740,"duration":1}},{"uid":"55adbdc0507ddf43","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/55adbdc0507ddf43","status":"passed","time":{"start":1724887115421,"stop":1724887115422,"duration":1}},{"uid":"dc77b8c71744573a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dc77b8c71744573a","status":"passed","time":{"start":1724886884583,"stop":1724886884584,"duration":1}},{"uid":"74d2092f730eb532","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/74d2092f730eb532","status":"passed","time":{"start":1724862322269,"stop":1724862322275,"duration":6}},{"uid":"6d4f2c7480111914","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6d4f2c7480111914","status":"passed","time":{"start":1724861790763,"stop":1724861790763,"duration":0}},{"uid":"8f9ac72e00c65c79","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8f9ac72e00c65c79","status":"passed","time":{"start":1724861628428,"stop":1724861628429,"duration":1}},{"uid":"69fd11a0a7b37e8d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/69fd11a0a7b37e8d","status":"passed","time":{"start":1724861465633,"stop":1724861465633,"duration":0}}]},"a3c37c0cb0a5f6833b8bbc1fbdbcd007:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8d8c1c006d1cd298","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8d8c1c006d1cd298","status":"passed","time":{"start":1724922374678,"stop":1724922374679,"duration":1}},{"uid":"b9bf68e62d8997a0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b9bf68e62d8997a0","status":"passed","time":{"start":1724921037640,"stop":1724921037640,"duration":0}},{"uid":"b3a4aba5096e67ae","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b3a4aba5096e67ae","status":"passed","time":{"start":1724921013053,"stop":1724921013054,"duration":1}},{"uid":"59bf9f0729e18e29","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/59bf9f0729e18e29","status":"passed","time":{"start":1724917673296,"stop":1724917673296,"duration":0}},{"uid":"dd655686d355a8f0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd655686d355a8f0","status":"passed","time":{"start":1724889452314,"stop":1724889452314,"duration":0}},{"uid":"a44d14411ba39471","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a44d14411ba39471","status":"passed","time":{"start":1724888602844,"stop":1724888602845,"duration":1}},{"uid":"9d465205abdd815f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9d465205abdd815f","status":"passed","time":{"start":1724887759167,"stop":1724887759167,"duration":0}},{"uid":"bd69dad90cf85b70","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bd69dad90cf85b70","status":"passed","time":{"start":1724886525547,"stop":1724886525547,"duration":0}},{"uid":"a6d71ab440454cf2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a6d71ab440454cf2","status":"passed","time":{"start":1724886303401,"stop":1724886303401,"duration":0}},{"uid":"682b77edcd1485f7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/682b77edcd1485f7","status":"passed","time":{"start":1724861752233,"stop":1724861752233,"duration":0}},{"uid":"9132a57aa15301a0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9132a57aa15301a0","status":"passed","time":{"start":1724861223358,"stop":1724861223359,"duration":1}},{"uid":"95b1a8bcddb18315","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/95b1a8bcddb18315","status":"passed","time":{"start":1724861045207,"stop":1724861045207,"duration":0}},{"uid":"71be0c49938bc957","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/71be0c49938bc957","status":"passed","time":{"start":1724860907088,"stop":1724860907089,"duration":1}}]},"6b479fc389d5f5de6c1f3a6047943a2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"75529b31c35532f3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/75529b31c35532f3","status":"passed","time":{"start":1724890039746,"stop":1724890039747,"duration":1}}]},"40913d4d248ec37e1976ef3599e312eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ff1f8cf19e09c7e7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ff1f8cf19e09c7e7","status":"passed","time":{"start":1724886880632,"stop":1724886880632,"duration":0}}]},"16732a88f77375d6c3346de9a99154dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ad1833cfea905abe","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ad1833cfea905abe","status":"passed","time":{"start":1724922727647,"stop":1724922727647,"duration":0}},{"uid":"bd2728d7555f7197","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bd2728d7555f7197","status":"passed","time":{"start":1724921379981,"stop":1724921379981,"duration":0}},{"uid":"f5694d6618354890","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f5694d6618354890","status":"passed","time":{"start":1724921359715,"stop":1724921359715,"duration":0}},{"uid":"a24fda1274a40b19","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a24fda1274a40b19","status":"passed","time":{"start":1724918127248,"stop":1724918127249,"duration":1}},{"uid":"c36e16f8a5a04d7c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c36e16f8a5a04d7c","status":"passed","time":{"start":1724889805615,"stop":1724889805615,"duration":0}},{"uid":"b4a5392342f7d975","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4a5392342f7d975","status":"passed","time":{"start":1724888940694,"stop":1724888940695,"duration":1}},{"uid":"290394a48130b699","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/290394a48130b699","status":"passed","time":{"start":1724888168652,"stop":1724888168652,"duration":0}},{"uid":"e7ec4f4cc70f9fdc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e7ec4f4cc70f9fdc","status":"passed","time":{"start":1724886924219,"stop":1724886924219,"duration":0}},{"uid":"22416e8a65e8a137","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/22416e8a65e8a137","status":"passed","time":{"start":1724886701807,"stop":1724886701807,"duration":0}},{"uid":"34f8c69cf6e1d7fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/34f8c69cf6e1d7fa","status":"passed","time":{"start":1724862112743,"stop":1724862112743,"duration":0}},{"uid":"aeab1632bff88cf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/aeab1632bff88cf","status":"passed","time":{"start":1724861584871,"stop":1724861584871,"duration":0}},{"uid":"ec3fde58fe188574","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ec3fde58fe188574","status":"passed","time":{"start":1724861464518,"stop":1724861464518,"duration":0}},{"uid":"e6a50abe1090ce6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e6a50abe1090ce6","status":"passed","time":{"start":1724861254918,"stop":1724861254919,"duration":1}}]},"f3de5080ff462f6d17b394356fbfa551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d95d9d488d5bd3d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d95d9d488d5bd3d9","status":"passed","time":{"start":1724890039747,"stop":1724890039748,"duration":1}}]},"dbef0a518430923ef5c39807b5f8d514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"84859c439b6fdaf7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/84859c439b6fdaf7","status":"passed","time":{"start":1724922921469,"stop":1724922921469,"duration":0}},{"uid":"b87b4a25c6359604","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b87b4a25c6359604","status":"passed","time":{"start":1724921602961,"stop":1724921602961,"duration":0}},{"uid":"5cd3be2b380abe43","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5cd3be2b380abe43","status":"passed","time":{"start":1724921571104,"stop":1724921571105,"duration":1}},{"uid":"f94fc57f522129b3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f94fc57f522129b3","status":"passed","time":{"start":1724918285609,"stop":1724918285610,"duration":1}},{"uid":"5ea3adc8def71e14","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ea3adc8def71e14","status":"passed","time":{"start":1724890030098,"stop":1724890030099,"duration":1}},{"uid":"427df2308a83d9b7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/427df2308a83d9b7","status":"passed","time":{"start":1724889171919,"stop":1724889171919,"duration":0}},{"uid":"a9cb185e11566ac7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a9cb185e11566ac7","status":"passed","time":{"start":1724888350738,"stop":1724888350739,"duration":1}},{"uid":"bf08bc50ffce8a5a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bf08bc50ffce8a5a","status":"passed","time":{"start":1724887115420,"stop":1724887115421,"duration":1}},{"uid":"668bd3221f187e20","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/668bd3221f187e20","status":"passed","time":{"start":1724886884583,"stop":1724886884583,"duration":0}},{"uid":"c948c58d1c527892","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c948c58d1c527892","status":"passed","time":{"start":1724862322269,"stop":1724862322269,"duration":0}},{"uid":"a247baaa4d73ad6d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a247baaa4d73ad6d","status":"passed","time":{"start":1724861790758,"stop":1724861790763,"duration":5}},{"uid":"8117cf6fec262874","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8117cf6fec262874","status":"passed","time":{"start":1724861628428,"stop":1724861628428,"duration":0}},{"uid":"16812535081bcd73","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/16812535081bcd73","status":"passed","time":{"start":1724861465632,"stop":1724861465633,"duration":1}}]},"479adcf64762a87ad04383f9ed7b6753:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"471133ac79ad6d96","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/471133ac79ad6d96","status":"passed","time":{"start":1724922727646,"stop":1724922727646,"duration":0}},{"uid":"1eac0b5a5fccbf2c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1eac0b5a5fccbf2c","status":"passed","time":{"start":1724921379980,"stop":1724921379980,"duration":0}},{"uid":"1a0dbe9f0ddbb272","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1a0dbe9f0ddbb272","status":"passed","time":{"start":1724921359714,"stop":1724921359714,"duration":0}},{"uid":"31e3d9ac24728938","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/31e3d9ac24728938","status":"passed","time":{"start":1724918127247,"stop":1724918127248,"duration":1}},{"uid":"6e1b11c153dbbbc9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e1b11c153dbbbc9","status":"passed","time":{"start":1724889805614,"stop":1724889805614,"duration":0}},{"uid":"dd05fad5c55d76a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd05fad5c55d76a7","status":"passed","time":{"start":1724888940692,"stop":1724888940692,"duration":0}},{"uid":"7e3f8facbf00dcd0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7e3f8facbf00dcd0","status":"passed","time":{"start":1724888168651,"stop":1724888168651,"duration":0}},{"uid":"a9ca02d6ec174f15","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a9ca02d6ec174f15","status":"passed","time":{"start":1724886924218,"stop":1724886924218,"duration":0}},{"uid":"922cf51885111916","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/922cf51885111916","status":"passed","time":{"start":1724886701806,"stop":1724886701806,"duration":0}},{"uid":"d73c6714ad3802c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d73c6714ad3802c","status":"passed","time":{"start":1724862112742,"stop":1724862112742,"duration":0}},{"uid":"11b15e1f1bba874d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/11b15e1f1bba874d","status":"passed","time":{"start":1724861584869,"stop":1724861584869,"duration":0}},{"uid":"aeec25f50fd742cd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/aeec25f50fd742cd","status":"passed","time":{"start":1724861464497,"stop":1724861464517,"duration":20}},{"uid":"b927d523f8d870a5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b927d523f8d870a5","status":"passed","time":{"start":1724861254915,"stop":1724861254916,"duration":1}}]},"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ad8d733128d379b9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ad8d733128d379b9","status":"passed","time":{"start":1724922866492,"stop":1724922866492,"duration":0}},{"uid":"4711bec367d87146","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4711bec367d87146","status":"passed","time":{"start":1724921538593,"stop":1724921538593,"duration":0}},{"uid":"8dcd901baa5fedc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8dcd901baa5fedc","status":"passed","time":{"start":1724921499390,"stop":1724921499391,"duration":1}},{"uid":"b79344a0633c3240","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b79344a0633c3240","status":"passed","time":{"start":1724918204098,"stop":1724918204099,"duration":1}},{"uid":"ca00f03465b4362b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ca00f03465b4362b","status":"passed","time":{"start":1724889957367,"stop":1724889957368,"duration":1}},{"uid":"dff4d8d704b20052","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dff4d8d704b20052","status":"passed","time":{"start":1724889094878,"stop":1724889094879,"duration":1}},{"uid":"d5e32e23d92b571","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d5e32e23d92b571","status":"passed","time":{"start":1724888256176,"stop":1724888256176,"duration":0}},{"uid":"28105e046ece0b6b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/28105e046ece0b6b","status":"passed","time":{"start":1724887043895,"stop":1724887043895,"duration":0}},{"uid":"da7b509c720352db","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/da7b509c720352db","status":"passed","time":{"start":1724886807384,"stop":1724886807385,"duration":1}},{"uid":"447cec77ad379889","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/447cec77ad379889","status":"passed","time":{"start":1724862237700,"stop":1724862237700,"duration":0}},{"uid":"78e73516a8d61e5f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/78e73516a8d61e5f","status":"passed","time":{"start":1724861709114,"stop":1724861709115,"duration":1}},{"uid":"1f7bdd086690037a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1f7bdd086690037a","status":"passed","time":{"start":1724861571993,"stop":1724861571993,"duration":0}},{"uid":"16966fd71eb0506d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/16966fd71eb0506d","status":"passed","time":{"start":1724861400269,"stop":1724861400269,"duration":0}}]},"9b7da87a847b8d56e97d5ed820bf145e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f8062de46e33a660","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f8062de46e33a660","status":"passed","time":{"start":1724921577167,"stop":1724921577167,"duration":0}}]},"46628f23e379d9361e0cb899977fc029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fb85f557939571de","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fb85f557939571de","status":"passed","time":{"start":1724922601858,"stop":1724922601858,"duration":0}},{"uid":"6cc341158100df7c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6cc341158100df7c","status":"passed","time":{"start":1724921267881,"stop":1724921267898,"duration":17}},{"uid":"7d098ab39a702e10","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7d098ab39a702e10","status":"passed","time":{"start":1724921244399,"stop":1724921244399,"duration":0}},{"uid":"96462b8926ec8444","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/96462b8926ec8444","status":"passed","time":{"start":1724917916060,"stop":1724917916064,"duration":4}},{"uid":"42c8ab5fc71af686","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/42c8ab5fc71af686","status":"passed","time":{"start":1724889678261,"stop":1724889678261,"duration":0}},{"uid":"5b2899d6d5807c87","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b2899d6d5807c87","status":"passed","time":{"start":1724888831690,"stop":1724888831692,"duration":2}},{"uid":"11fdd57a55238621","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/11fdd57a55238621","status":"passed","time":{"start":1724888003326,"stop":1724888003326,"duration":0}},{"uid":"4a0be84c55440b0f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a0be84c55440b0f","status":"passed","time":{"start":1724886776615,"stop":1724886776615,"duration":0}},{"uid":"a9f61b62887cc1b6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a9f61b62887cc1b6","status":"passed","time":{"start":1724886555804,"stop":1724886555804,"duration":0}},{"uid":"cc2e1e47de7b0ec7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc2e1e47de7b0ec7","status":"passed","time":{"start":1724861983016,"stop":1724861983016,"duration":0}},{"uid":"7c6096f5ca7b67e0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7c6096f5ca7b67e0","status":"passed","time":{"start":1724861444072,"stop":1724861444072,"duration":0}},{"uid":"f3698552fa9a843f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f3698552fa9a843f","status":"passed","time":{"start":1724861285841,"stop":1724861285841,"duration":0}},{"uid":"76338ce9039c38b2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/76338ce9039c38b2","status":"passed","time":{"start":1724861145678,"stop":1724861145678,"duration":0}}]},"d922c5705e713c96db48f412b7580dd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"90a10689b047bc69","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/90a10689b047bc69","status":"passed","time":{"start":1724889077079,"stop":1724889077079,"duration":0}}]},"7e9cf29eed71bb32fbaa87e1bae1cc9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6470735a6a6b1d4e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6470735a6a6b1d4e","status":"passed","time":{"start":1724888336460,"stop":1724888336460,"duration":0}}]},"6541611678c80f356871931cd14306df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c53a89c3bcbc6a34","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c53a89c3bcbc6a34","status":"passed","time":{"start":1724922374688,"stop":1724922374688,"duration":0}},{"uid":"f5ff81aa4818e63","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f5ff81aa4818e63","status":"passed","time":{"start":1724921037649,"stop":1724921037649,"duration":0}},{"uid":"cd6d11eb067cb866","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cd6d11eb067cb866","status":"passed","time":{"start":1724921013061,"stop":1724921013062,"duration":1}},{"uid":"ec7833c6fcbfc90c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ec7833c6fcbfc90c","status":"passed","time":{"start":1724917673302,"stop":1724917673302,"duration":0}},{"uid":"c7da039f1e540b44","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c7da039f1e540b44","status":"passed","time":{"start":1724889452322,"stop":1724889452323,"duration":1}},{"uid":"8a32e900ced8c57f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8a32e900ced8c57f","status":"passed","time":{"start":1724888602854,"stop":1724888602854,"duration":0}},{"uid":"820afb09cd6861bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/820afb09cd6861bd","status":"passed","time":{"start":1724887759175,"stop":1724887759175,"duration":0}},{"uid":"9957259c77134619","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9957259c77134619","status":"passed","time":{"start":1724886525554,"stop":1724886525554,"duration":0}},{"uid":"524f8d3577b3b137","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/524f8d3577b3b137","status":"passed","time":{"start":1724886303409,"stop":1724886303409,"duration":0}},{"uid":"1afd8a20535e8472","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1afd8a20535e8472","status":"passed","time":{"start":1724861752246,"stop":1724861752246,"duration":0}},{"uid":"54b1a84ff5a32a61","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/54b1a84ff5a32a61","status":"passed","time":{"start":1724861223366,"stop":1724861223366,"duration":0}},{"uid":"cea5081faca57dc0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cea5081faca57dc0","status":"passed","time":{"start":1724861045214,"stop":1724861045215,"duration":1}},{"uid":"b72a509c9ef7b1e7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b72a509c9ef7b1e7","status":"passed","time":{"start":1724860907100,"stop":1724860907100,"duration":0}}]},"a3e50db859210d6632119d958f40bf63:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7aea3efd70e2e3ff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7aea3efd70e2e3ff","status":"passed","time":{"start":1724922966703,"stop":1724922966704,"duration":1}},{"uid":"b47994fa314e6490","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b47994fa314e6490","status":"passed","time":{"start":1724921640662,"stop":1724921640662,"duration":0}},{"uid":"478da81db43e1acd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/478da81db43e1acd","status":"passed","time":{"start":1724921597586,"stop":1724921597586,"duration":0}},{"uid":"1606ee914afc663a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1606ee914afc663a","status":"passed","time":{"start":1724918306248,"stop":1724918306248,"duration":0}},{"uid":"dde72f93abb1ea3f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dde72f93abb1ea3f","status":"passed","time":{"start":1724890060299,"stop":1724890060300,"duration":1}},{"uid":"f43d7025b3c06825","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f43d7025b3c06825","status":"passed","time":{"start":1724889191327,"stop":1724889191328,"duration":1}},{"uid":"dab033bbdb98efbc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dab033bbdb98efbc","status":"passed","time":{"start":1724888368595,"stop":1724888368596,"duration":1}},{"uid":"d4d00a26a8c53d88","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d4d00a26a8c53d88","status":"passed","time":{"start":1724887150939,"stop":1724887150939,"duration":0}},{"uid":"57b82bca3d1f9a6e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/57b82bca3d1f9a6e","status":"passed","time":{"start":1724886928809,"stop":1724886928810,"duration":1}},{"uid":"b1d83658354853ed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1d83658354853ed","status":"passed","time":{"start":1724862346040,"stop":1724862346041,"duration":1}},{"uid":"869cc58fedcf93cc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/869cc58fedcf93cc","status":"passed","time":{"start":1724861823099,"stop":1724861823099,"duration":0}},{"uid":"c18125b86fcae47f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c18125b86fcae47f","status":"passed","time":{"start":1724861677722,"stop":1724861677722,"duration":0}},{"uid":"4603b1ab63bb9bdd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4603b1ab63bb9bdd","status":"passed","time":{"start":1724861503958,"stop":1724861503958,"duration":0}}]},"8e7bddbb5c75d57f8a84737e4b8b0d1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7342b961abc904e1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7342b961abc904e1","status":"passed","time":{"start":1724861378110,"stop":1724861378110,"duration":0}}]},"db6676b9ead63dbc944d76333b862c97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"70f7a4c8b52ce760","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/70f7a4c8b52ce760","status":"passed","time":{"start":1724922374689,"stop":1724922374690,"duration":1}},{"uid":"f92f81baa9a737a2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f92f81baa9a737a2","status":"passed","time":{"start":1724921037650,"stop":1724921037651,"duration":1}},{"uid":"dd62a402d59b84e9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dd62a402d59b84e9","status":"passed","time":{"start":1724921013063,"stop":1724921013064,"duration":1}},{"uid":"688e558e957a18b2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/688e558e957a18b2","status":"passed","time":{"start":1724917673304,"stop":1724917673305,"duration":1}},{"uid":"165ee2ba6d678772","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/165ee2ba6d678772","status":"passed","time":{"start":1724889452324,"stop":1724889452324,"duration":0}},{"uid":"3c3b917b7bdb083","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c3b917b7bdb083","status":"passed","time":{"start":1724888602856,"stop":1724888602857,"duration":1}},{"uid":"b4f510fa5919ea37","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b4f510fa5919ea37","status":"passed","time":{"start":1724887759177,"stop":1724887759177,"duration":0}},{"uid":"d6956ac6448378f1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d6956ac6448378f1","status":"passed","time":{"start":1724886525555,"stop":1724886525555,"duration":0}},{"uid":"c196a6855a9a1f9e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c196a6855a9a1f9e","status":"passed","time":{"start":1724886303410,"stop":1724886303411,"duration":1}},{"uid":"bf2833bc5a067dea","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf2833bc5a067dea","status":"passed","time":{"start":1724861752247,"stop":1724861752247,"duration":0}},{"uid":"aa536b01cd21f883","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/aa536b01cd21f883","status":"passed","time":{"start":1724861223367,"stop":1724861223367,"duration":0}},{"uid":"833984555772d76a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/833984555772d76a","status":"passed","time":{"start":1724861045216,"stop":1724861045217,"duration":1}},{"uid":"c7488ac167164d0e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c7488ac167164d0e","status":"passed","time":{"start":1724860907102,"stop":1724860907103,"duration":1}}]},"0f6dc3b1cfb523e24c69eb668562f308:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"af49b20f2a13ea84","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/af49b20f2a13ea84","status":"passed","time":{"start":1724918259543,"stop":1724918259543,"duration":0}}]},"4b1edf6940b9c97565c200d51184c3bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"17863a4548a9062e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/17863a4548a9062e","status":"passed","time":{"start":1724922966285,"stop":1724922966286,"duration":1}},{"uid":"909663107e92256e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/909663107e92256e","status":"passed","time":{"start":1724921658745,"stop":1724921658746,"duration":1}},{"uid":"c8b35e3c3b641826","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c8b35e3c3b641826","status":"passed","time":{"start":1724921609580,"stop":1724921609580,"duration":0}},{"uid":"838dc3b5a43a1550","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/838dc3b5a43a1550","status":"passed","time":{"start":1724918323459,"stop":1724918323460,"duration":1}},{"uid":"380d58c1945eb7c4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/380d58c1945eb7c4","status":"passed","time":{"start":1724890071664,"stop":1724890071666,"duration":2}},{"uid":"f1217ff38b90b0ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f1217ff38b90b0ba","status":"passed","time":{"start":1724889207705,"stop":1724889207706,"duration":1}},{"uid":"721b08a46663f694","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/721b08a46663f694","status":"passed","time":{"start":1724888386326,"stop":1724888386326,"duration":0}},{"uid":"cdf70a1ea3e1fb14","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cdf70a1ea3e1fb14","status":"passed","time":{"start":1724887153934,"stop":1724887153934,"duration":0}},{"uid":"19f56be63d3b32c5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/19f56be63d3b32c5","status":"passed","time":{"start":1724886927388,"stop":1724886927389,"duration":1}},{"uid":"dc89f49a9be45801","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dc89f49a9be45801","status":"passed","time":{"start":1724862360109,"stop":1724862360110,"duration":1}},{"uid":"1835750697878f14","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1835750697878f14","status":"passed","time":{"start":1724861832842,"stop":1724861832843,"duration":1}},{"uid":"4aa79a3ada7ad45f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4aa79a3ada7ad45f","status":"passed","time":{"start":1724861687427,"stop":1724861687427,"duration":0}},{"uid":"8c1adef0472a5d28","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8c1adef0472a5d28","status":"passed","time":{"start":1724861513176,"stop":1724861513177,"duration":1}}]},"2a2e192bbf0a6bfabf47e1dfd9ca65b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"fe8127b02ecbe536","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fe8127b02ecbe536","status":"passed","time":{"start":1724922675552,"stop":1724922675552,"duration":0}},{"uid":"2ffa862444ef66d1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2ffa862444ef66d1","status":"passed","time":{"start":1724921326303,"stop":1724921326304,"duration":1}},{"uid":"1877a54d13fcc2a5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1877a54d13fcc2a5","status":"passed","time":{"start":1724921306215,"stop":1724921306215,"duration":0}},{"uid":"adb5fab7556d7655","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/adb5fab7556d7655","status":"passed","time":{"start":1724918076884,"stop":1724918076884,"duration":0}},{"uid":"9135468f70382693","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9135468f70382693","status":"passed","time":{"start":1724889757051,"stop":1724889757051,"duration":0}},{"uid":"77d050c9dd9e468","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/77d050c9dd9e468","status":"passed","time":{"start":1724888894404,"stop":1724888894404,"duration":0}},{"uid":"c7e84beab928ba27","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c7e84beab928ba27","status":"passed","time":{"start":1724862057002,"stop":1724862057002,"duration":0}},{"uid":"316562e1b017cc8e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/316562e1b017cc8e","status":"passed","time":{"start":1724861520271,"stop":1724861520271,"duration":0}},{"uid":"e4182637cfdc461b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e4182637cfdc461b","status":"passed","time":{"start":1724861406463,"stop":1724861406463,"duration":0}},{"uid":"bf55fca7ffcff62","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bf55fca7ffcff62","status":"passed","time":{"start":1724861204437,"stop":1724861204438,"duration":1}}]},"e3b69bfe29c8cce11e2ce861d526bc15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1ed6371148eb1e5d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1ed6371148eb1e5d","status":"passed","time":{"start":1724922398920,"stop":1724922398920,"duration":0}},{"uid":"7f5c7192b2cf8e12","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7f5c7192b2cf8e12","status":"passed","time":{"start":1724921061848,"stop":1724921061848,"duration":0}},{"uid":"aea82f1580921c1d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/aea82f1580921c1d","status":"passed","time":{"start":1724921037157,"stop":1724921037157,"duration":0}},{"uid":"8c2f52e1b1d49df1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8c2f52e1b1d49df1","status":"passed","time":{"start":1724917697302,"stop":1724917697302,"duration":0}},{"uid":"7ef53cf67811769e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7ef53cf67811769e","status":"passed","time":{"start":1724889476083,"stop":1724889476084,"duration":1}},{"uid":"95f40abfe57fbf7f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/95f40abfe57fbf7f","status":"passed","time":{"start":1724888626887,"stop":1724888626887,"duration":0}},{"uid":"c9c3801d368ecafa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c9c3801d368ecafa","status":"passed","time":{"start":1724887783108,"stop":1724887783108,"duration":0}},{"uid":"2dc7820ece9e3355","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2dc7820ece9e3355","status":"passed","time":{"start":1724886549919,"stop":1724886549920,"duration":1}},{"uid":"97013520648ef3d7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/97013520648ef3d7","status":"passed","time":{"start":1724886327581,"stop":1724886327581,"duration":0}},{"uid":"a5a777cfe8c1c173","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5a777cfe8c1c173","status":"passed","time":{"start":1724861776807,"stop":1724861776807,"duration":0}},{"uid":"eca61f58fa44c0e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/eca61f58fa44c0e","status":"passed","time":{"start":1724861247299,"stop":1724861247299,"duration":0}},{"uid":"8ed164b5f9ddc8aa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8ed164b5f9ddc8aa","status":"passed","time":{"start":1724861071395,"stop":1724861071395,"duration":0}},{"uid":"6c005b4da2c5d0a0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6c005b4da2c5d0a0","status":"passed","time":{"start":1724860931795,"stop":1724860931795,"duration":0}}]},"971946a5c60bce3fa761bb7487975be9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67d7decb03d1d988","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/67d7decb03d1d988","status":"passed","time":{"start":1724889144086,"stop":1724889144086,"duration":0}}]},"23f43346a3753894fd67050a47de7ad3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b8c49a2ce64f6e2e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b8c49a2ce64f6e2e","status":"passed","time":{"start":1724922402865,"stop":1724922402865,"duration":0}},{"uid":"dcc604cec7b2be40","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dcc604cec7b2be40","status":"passed","time":{"start":1724921065912,"stop":1724921065913,"duration":1}},{"uid":"2aec610a5f5da771","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2aec610a5f5da771","status":"passed","time":{"start":1724921040949,"stop":1724921040949,"duration":0}},{"uid":"102bbe2b55ea5a0d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/102bbe2b55ea5a0d","status":"passed","time":{"start":1724917701158,"stop":1724917701158,"duration":0}},{"uid":"7570c2827363ffd3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7570c2827363ffd3","status":"passed","time":{"start":1724889479977,"stop":1724889479977,"duration":0}},{"uid":"76fcd0870d12325e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/76fcd0870d12325e","status":"passed","time":{"start":1724888630726,"stop":1724888630726,"duration":0}},{"uid":"8a0e722dfa58a403","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a0e722dfa58a403","status":"passed","time":{"start":1724887787008,"stop":1724887787009,"duration":1}},{"uid":"e2dadddfbecf2725","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e2dadddfbecf2725","status":"passed","time":{"start":1724886553671,"stop":1724886553671,"duration":0}},{"uid":"94a8ead644d87c36","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/94a8ead644d87c36","status":"passed","time":{"start":1724886331494,"stop":1724886331495,"duration":1}},{"uid":"e72de1b6a1b4e4fb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e72de1b6a1b4e4fb","status":"passed","time":{"start":1724861780658,"stop":1724861780659,"duration":1}},{"uid":"97ab2c11c32388c5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/97ab2c11c32388c5","status":"passed","time":{"start":1724861251100,"stop":1724861251101,"duration":1}},{"uid":"e2aa3895456459da","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e2aa3895456459da","status":"passed","time":{"start":1724861074810,"stop":1724861074811,"duration":1}},{"uid":"3796ec232d37af29","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3796ec232d37af29","status":"passed","time":{"start":1724860935673,"stop":1724860935674,"duration":1}}]},"538464b1ebc1d40dfc21f75da018333a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e1492d90b3d35ea2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e1492d90b3d35ea2","status":"passed","time":{"start":1724890032299,"stop":1724890032299,"duration":0}}]},"f20b4d31626fbfbda27dcfe831238128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"298e646f41fd4ee0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/298e646f41fd4ee0","status":"passed","time":{"start":1724922387360,"stop":1724922387362,"duration":2}},{"uid":"823bbc273d97879a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/823bbc273d97879a","status":"passed","time":{"start":1724921050406,"stop":1724921050407,"duration":1}},{"uid":"f8390561bfcc5938","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f8390561bfcc5938","status":"passed","time":{"start":1724921025669,"stop":1724921025670,"duration":1}},{"uid":"c1698710b6aae7a5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c1698710b6aae7a5","status":"passed","time":{"start":1724917686000,"stop":1724917686001,"duration":1}},{"uid":"87c7b71654e283d6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/87c7b71654e283d6","status":"passed","time":{"start":1724889464905,"stop":1724889464907,"duration":2}},{"uid":"481f34776d7faea0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/481f34776d7faea0","status":"passed","time":{"start":1724888615543,"stop":1724888615544,"duration":1}},{"uid":"d9b8e297359a05ad","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d9b8e297359a05ad","status":"passed","time":{"start":1724887771769,"stop":1724887771770,"duration":1}},{"uid":"50cefe29d05c03b2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/50cefe29d05c03b2","status":"passed","time":{"start":1724886538223,"stop":1724886538225,"duration":2}},{"uid":"c88bb73625c95ccd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c88bb73625c95ccd","status":"passed","time":{"start":1724886315913,"stop":1724886315914,"duration":1}},{"uid":"920d44618f24819f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/920d44618f24819f","status":"passed","time":{"start":1724861765152,"stop":1724861765153,"duration":1}},{"uid":"7aeb1462377be294","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7aeb1462377be294","status":"passed","time":{"start":1724861235895,"stop":1724861235897,"duration":2}},{"uid":"850f3861d66694ec","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/850f3861d66694ec","status":"passed","time":{"start":1724861058702,"stop":1724861058704,"duration":2}},{"uid":"fc99ce2f8d0c2a67","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fc99ce2f8d0c2a67","status":"passed","time":{"start":1724860920157,"stop":1724860920159,"duration":2}}]},"58fc827cf1a2c8dbc5a31805d1796ebc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4308bae2973eea9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4308bae2973eea9","status":"passed","time":{"start":1724887115436,"stop":1724887115438,"duration":2}}]},"8a3d8424423eaa0f59b5279e5085f83d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e75c6f9e2c4de812","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e75c6f9e2c4de812","status":"passed","time":{"start":1724922398402,"stop":1724922398402,"duration":0}},{"uid":"f252a888acd21f2c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f252a888acd21f2c","status":"passed","time":{"start":1724921061368,"stop":1724921061369,"duration":1}},{"uid":"780f9016fb09726a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/780f9016fb09726a","status":"passed","time":{"start":1724921036547,"stop":1724921036547,"duration":0}},{"uid":"c0b893f46117df7b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c0b893f46117df7b","status":"passed","time":{"start":1724917696990,"stop":1724917696990,"duration":0}},{"uid":"73dde3de0c56cd8c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/73dde3de0c56cd8c","status":"passed","time":{"start":1724889475434,"stop":1724889475435,"duration":1}},{"uid":"bbd3e04079b3b4ed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bbd3e04079b3b4ed","status":"passed","time":{"start":1724888626528,"stop":1724888626529,"duration":1}},{"uid":"734be4d049d4c1eb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/734be4d049d4c1eb","status":"passed","time":{"start":1724887782736,"stop":1724887782737,"duration":1}},{"uid":"3e5632cab04a38dc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3e5632cab04a38dc","status":"passed","time":{"start":1724886549348,"stop":1724886549349,"duration":1}},{"uid":"c105bde59d314eec","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c105bde59d314eec","status":"passed","time":{"start":1724886326869,"stop":1724886326870,"duration":1}},{"uid":"fc4d84769ff2bfe1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc4d84769ff2bfe1","status":"passed","time":{"start":1724861776299,"stop":1724861776300,"duration":1}},{"uid":"4f64b2e53576fb50","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4f64b2e53576fb50","status":"passed","time":{"start":1724861246678,"stop":1724861246680,"duration":2}},{"uid":"9c68c66474851ae7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9c68c66474851ae7","status":"passed","time":{"start":1724861070663,"stop":1724861070664,"duration":1}},{"uid":"f7e7460e08d60cda","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f7e7460e08d60cda","status":"passed","time":{"start":1724860931328,"stop":1724860931329,"duration":1}}]},"ede2017c80258f952a9fda87168c0d5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"98a32868f726f38f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/98a32868f726f38f","status":"passed","time":{"start":1724921619631,"stop":1724921619632,"duration":1}}]},"621f2942de2d10dc49dd6c311921015b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"97df1ecd8ae2879a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/97df1ecd8ae2879a","status":"passed","time":{"start":1724922398405,"stop":1724922398405,"duration":0}},{"uid":"245e853426170402","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/245e853426170402","status":"passed","time":{"start":1724921061373,"stop":1724921061373,"duration":0}},{"uid":"b045c090c74a7cac","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b045c090c74a7cac","status":"passed","time":{"start":1724921036553,"stop":1724921036561,"duration":8}},{"uid":"7d81fc90477d33a7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7d81fc90477d33a7","status":"passed","time":{"start":1724917696995,"stop":1724917696995,"duration":0}},{"uid":"b470334305123fd5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b470334305123fd5","status":"passed","time":{"start":1724889475438,"stop":1724889475438,"duration":0}},{"uid":"75ece2c30678909a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/75ece2c30678909a","status":"passed","time":{"start":1724888626532,"stop":1724888626532,"duration":0}},{"uid":"bea27e397dde7697","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bea27e397dde7697","status":"passed","time":{"start":1724887782740,"stop":1724887782740,"duration":0}},{"uid":"53a0bb06280d3226","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/53a0bb06280d3226","status":"passed","time":{"start":1724886549352,"stop":1724886549352,"duration":0}},{"uid":"e419753119fcb9ef","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e419753119fcb9ef","status":"passed","time":{"start":1724886326875,"stop":1724886326877,"duration":2}},{"uid":"3a9fb6d52fc41214","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a9fb6d52fc41214","status":"passed","time":{"start":1724861776303,"stop":1724861776304,"duration":1}},{"uid":"52e12bd60d7f1413","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/52e12bd60d7f1413","status":"passed","time":{"start":1724861246687,"stop":1724861246688,"duration":1}},{"uid":"9c9b7b97e6d9af92","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9c9b7b97e6d9af92","status":"passed","time":{"start":1724861070672,"stop":1724861070673,"duration":1}},{"uid":"2718ba0587b0e8b7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2718ba0587b0e8b7","status":"passed","time":{"start":1724860931332,"stop":1724860931333,"duration":1}}]},"c92b1bec7c6107d3bb2e4713c435783f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"accca850c73809bd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/accca850c73809bd","status":"passed","time":{"start":1724923012461,"stop":1724923012461,"duration":0}},{"uid":"86eedcf7510d4ac9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/86eedcf7510d4ac9","status":"passed","time":{"start":1724921625040,"stop":1724921625043,"duration":3}},{"uid":"9a551bf8b8bd9321","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9a551bf8b8bd9321","status":"passed","time":{"start":1724921590485,"stop":1724921590485,"duration":0}},{"uid":"45680a0348d65a6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/45680a0348d65a6","status":"passed","time":{"start":1724918287561,"stop":1724918287561,"duration":0}},{"uid":"21c87d77315d2021","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/21c87d77315d2021","status":"passed","time":{"start":1724890047784,"stop":1724890047784,"duration":0}},{"uid":"691976fbc6a2d969","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/691976fbc6a2d969","status":"passed","time":{"start":1724889183917,"stop":1724889183917,"duration":0}},{"uid":"706c52665deaf4e1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/706c52665deaf4e1","status":"passed","time":{"start":1724888354161,"stop":1724888354161,"duration":0}},{"uid":"e2954e1f72619164","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e2954e1f72619164","status":"passed","time":{"start":1724887145653,"stop":1724887145653,"duration":0}},{"uid":"cb5f30d9d6b4847b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cb5f30d9d6b4847b","status":"passed","time":{"start":1724886915780,"stop":1724886915781,"duration":1}},{"uid":"5f5eab9c298030e9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f5eab9c298030e9","status":"passed","time":{"start":1724862341433,"stop":1724862341434,"duration":1}},{"uid":"f8777c82165ff95f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f8777c82165ff95f","status":"passed","time":{"start":1724861805437,"stop":1724861805437,"duration":0}},{"uid":"3063f3f83f55b96b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3063f3f83f55b96b","status":"passed","time":{"start":1724861662250,"stop":1724861662252,"duration":2}},{"uid":"acbcbb7d2c22646f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/acbcbb7d2c22646f","status":"passed","time":{"start":1724861492505,"stop":1724861492505,"duration":0}}]},"092904e3fbb2fb2034d3029dbedc26b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"303707e04cfbedf0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/303707e04cfbedf0","status":"passed","time":{"start":1724922983783,"stop":1724922983783,"duration":0}},{"uid":"f59a776e608d10ed","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f59a776e608d10ed","status":"passed","time":{"start":1724921656192,"stop":1724921656193,"duration":1}},{"uid":"e55354b75059642e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e55354b75059642e","status":"passed","time":{"start":1724921620459,"stop":1724921620460,"duration":1}},{"uid":"3516686368bad736","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3516686368bad736","status":"passed","time":{"start":1724918327710,"stop":1724918327710,"duration":0}},{"uid":"d4d4b306da4dec38","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d4d4b306da4dec38","status":"passed","time":{"start":1724890078471,"stop":1724890078471,"duration":0}},{"uid":"d3cc07c6dcc32404","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3cc07c6dcc32404","status":"passed","time":{"start":1724889213826,"stop":1724889213826,"duration":0}},{"uid":"c1ef1a6669b902d1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c1ef1a6669b902d1","status":"passed","time":{"start":1724888383602,"stop":1724888383603,"duration":1}},{"uid":"cbf024b55f2370aa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cbf024b55f2370aa","status":"passed","time":{"start":1724887164579,"stop":1724887164579,"duration":0}},{"uid":"5483b55a5a82d6cc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5483b55a5a82d6cc","status":"passed","time":{"start":1724886943100,"stop":1724886943101,"duration":1}},{"uid":"b71f53f441a1e6a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b71f53f441a1e6a7","status":"passed","time":{"start":1724862368929,"stop":1724862368930,"duration":1}},{"uid":"861323f12e97c1e3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/861323f12e97c1e3","status":"passed","time":{"start":1724861835946,"stop":1724861835946,"duration":0}},{"uid":"baf9a82cc0666905","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/baf9a82cc0666905","status":"passed","time":{"start":1724861692903,"stop":1724861692903,"duration":0}},{"uid":"f07fd1092d082992","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f07fd1092d082992","status":"passed","time":{"start":1724861520700,"stop":1724861520700,"duration":0}}]},"e404f147dafc00075f1659dfa90a3f68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f80421c59d21ad23","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f80421c59d21ad23","status":"passed","time":{"start":1724922906440,"stop":1724922906440,"duration":0}}]},"bc2911dc5e058c55badce3ad9d78f48d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e81f691c30719ef1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e81f691c30719ef1","status":"passed","time":{"start":1724922601846,"stop":1724922601846,"duration":0}},{"uid":"68fb3e5ed49b6777","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/68fb3e5ed49b6777","status":"passed","time":{"start":1724921267873,"stop":1724921267873,"duration":0}},{"uid":"9d573acfd3c459f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9d573acfd3c459f","status":"passed","time":{"start":1724921244381,"stop":1724921244385,"duration":4}},{"uid":"140cfd149e9f821f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/140cfd149e9f821f","status":"passed","time":{"start":1724917916057,"stop":1724917916057,"duration":0}},{"uid":"feb897b9bfe5b421","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/feb897b9bfe5b421","status":"passed","time":{"start":1724889678258,"stop":1724889678258,"duration":0}},{"uid":"fdc909603260b635","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fdc909603260b635","status":"passed","time":{"start":1724888831687,"stop":1724888831687,"duration":0}},{"uid":"c8031fba16607abf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c8031fba16607abf","status":"passed","time":{"start":1724888003323,"stop":1724888003323,"duration":0}},{"uid":"3a545a47965a6f6e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3a545a47965a6f6e","status":"passed","time":{"start":1724886776612,"stop":1724886776612,"duration":0}},{"uid":"eee689a13a4d7fec","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eee689a13a4d7fec","status":"passed","time":{"start":1724886555800,"stop":1724886555801,"duration":1}},{"uid":"be5403631441d9ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/be5403631441d9ee","status":"passed","time":{"start":1724861983013,"stop":1724861983013,"duration":0}},{"uid":"a3a54aa03ab52ff1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a3a54aa03ab52ff1","status":"passed","time":{"start":1724861444069,"stop":1724861444070,"duration":1}},{"uid":"1a2d9c1d18db2a22","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1a2d9c1d18db2a22","status":"passed","time":{"start":1724861285837,"stop":1724861285838,"duration":1}},{"uid":"9d8f78748e0333d0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9d8f78748e0333d0","status":"passed","time":{"start":1724861145675,"stop":1724861145675,"duration":0}}]},"a3cc383bd6e617a342bb397e3e2df2f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"93368a7c23ce8184","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/93368a7c23ce8184","status":"passed","time":{"start":1724922388049,"stop":1724922388049,"duration":0}},{"uid":"c3b43a70a8e92324","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c3b43a70a8e92324","status":"passed","time":{"start":1724921051056,"stop":1724921051056,"duration":0}},{"uid":"69fcee23f1e202d7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/69fcee23f1e202d7","status":"passed","time":{"start":1724921026362,"stop":1724921026362,"duration":0}},{"uid":"fcb0a2cb33394619","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fcb0a2cb33394619","status":"passed","time":{"start":1724917686540,"stop":1724917686540,"duration":0}},{"uid":"35765f4a6b96a24","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/35765f4a6b96a24","status":"passed","time":{"start":1724889465471,"stop":1724889465471,"duration":0}},{"uid":"94a3e7d8c2cf4246","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/94a3e7d8c2cf4246","status":"passed","time":{"start":1724888616212,"stop":1724888616212,"duration":0}},{"uid":"2580f8f454949feb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2580f8f454949feb","status":"passed","time":{"start":1724887772448,"stop":1724887772449,"duration":1}},{"uid":"8dd7c88b2b279c24","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8dd7c88b2b279c24","status":"passed","time":{"start":1724886538860,"stop":1724886538860,"duration":0}},{"uid":"6b8a5f6e90bb2f87","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6b8a5f6e90bb2f87","status":"passed","time":{"start":1724886316626,"stop":1724886316627,"duration":1}},{"uid":"e227d697bb647135","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e227d697bb647135","status":"passed","time":{"start":1724861765762,"stop":1724861765763,"duration":1}},{"uid":"d12d70dc2195687c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d12d70dc2195687c","status":"passed","time":{"start":1724861236573,"stop":1724861236573,"duration":0}},{"uid":"494c97cfd53f4c0a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/494c97cfd53f4c0a","status":"passed","time":{"start":1724861059470,"stop":1724861059471,"duration":1}},{"uid":"a521614a526acaf3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a521614a526acaf3","status":"passed","time":{"start":1724860920726,"stop":1724860920726,"duration":0}}]},"c02f640a4cb723b7d1f0fba2bbe35aeb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"356e592f9b04351f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/356e592f9b04351f","status":"passed","time":{"start":1724888292536,"stop":1724888292545,"duration":9}}]},"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"649270fe6f4d65d9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/649270fe6f4d65d9","status":"passed","time":{"start":1724922410311,"stop":1724922410311,"duration":0}},{"uid":"54a92f9cd6e93359","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/54a92f9cd6e93359","status":"passed","time":{"start":1724921073459,"stop":1724921073459,"duration":0}},{"uid":"919aed0c6d59de1a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/919aed0c6d59de1a","status":"passed","time":{"start":1724921048447,"stop":1724921048447,"duration":0}},{"uid":"aac498f322787194","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/aac498f322787194","status":"passed","time":{"start":1724917708699,"stop":1724917708699,"duration":0}},{"uid":"f3b946ad5e381ffe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3b946ad5e381ffe","status":"passed","time":{"start":1724889487515,"stop":1724889487516,"duration":1}},{"uid":"f7ecd06bc934ba7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7ecd06bc934ba7","status":"passed","time":{"start":1724888638222,"stop":1724888638223,"duration":1}},{"uid":"74e04d084f5afbbf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/74e04d084f5afbbf","status":"passed","time":{"start":1724887794483,"stop":1724887794483,"duration":0}},{"uid":"c83b7ac096f221b4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c83b7ac096f221b4","status":"passed","time":{"start":1724886561406,"stop":1724886561406,"duration":0}},{"uid":"4f798f48807c7adf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4f798f48807c7adf","status":"passed","time":{"start":1724886339062,"stop":1724886339062,"duration":0}},{"uid":"c6e265d6daa90df2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c6e265d6daa90df2","status":"passed","time":{"start":1724861788383,"stop":1724861788383,"duration":0}},{"uid":"b2476593368efc0e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b2476593368efc0e","status":"passed","time":{"start":1724861258535,"stop":1724861258535,"duration":0}},{"uid":"ebd8f3af1de1e70","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ebd8f3af1de1e70","status":"passed","time":{"start":1724861082795,"stop":1724861082795,"duration":0}},{"uid":"5bbd6fde802a231","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5bbd6fde802a231","status":"passed","time":{"start":1724860943248,"stop":1724860943248,"duration":0}}]},"42ec0fbfbeab3977e7de35c8c22845ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9b16bac1bcec2cde","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9b16bac1bcec2cde","status":"passed","time":{"start":1724922890064,"stop":1724922890065,"duration":1}},{"uid":"df97cfc0fb2ea698","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/df97cfc0fb2ea698","status":"passed","time":{"start":1724921559011,"stop":1724921559012,"duration":1}},{"uid":"8c3b0b585e6ba02d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8c3b0b585e6ba02d","status":"passed","time":{"start":1724921524127,"stop":1724921524128,"duration":1}},{"uid":"2678f6a051c8c7c8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2678f6a051c8c7c8","status":"passed","time":{"start":1724918241653,"stop":1724918241657,"duration":4}},{"uid":"c28c538ff21ad764","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c28c538ff21ad764","status":"passed","time":{"start":1724889975472,"stop":1724889975473,"duration":1}},{"uid":"d37d27343b1b529f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d37d27343b1b529f","status":"passed","time":{"start":1724889106058,"stop":1724889106058,"duration":0}},{"uid":"6a0b6ef1c6313754","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a0b6ef1c6313754","status":"passed","time":{"start":1724888289478,"stop":1724888289479,"duration":1}},{"uid":"a40dfc6930a923e8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a40dfc6930a923e8","status":"passed","time":{"start":1724887057698,"stop":1724887057699,"duration":1}},{"uid":"539f8bc21f0a3b3f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/539f8bc21f0a3b3f","status":"passed","time":{"start":1724886839396,"stop":1724886839397,"duration":1}},{"uid":"a3c2a40034cb9620","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3c2a40034cb9620","status":"passed","time":{"start":1724862256084,"stop":1724862256085,"duration":1}},{"uid":"e0952ede005d0874","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e0952ede005d0874","status":"passed","time":{"start":1724861742232,"stop":1724861742233,"duration":1}},{"uid":"8d31162ab24fd1b8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8d31162ab24fd1b8","status":"passed","time":{"start":1724861595385,"stop":1724861595385,"duration":0}},{"uid":"2dedc1f68ce73a12","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2dedc1f68ce73a12","status":"passed","time":{"start":1724861424066,"stop":1724861424067,"duration":1}}]},"eecded0e9d3510827aa6841de2033109:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4bc76bc7d5b0b4aa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4bc76bc7d5b0b4aa","status":"passed","time":{"start":1724888345355,"stop":1724888345355,"duration":0}}]},"5d717fe3fb3652d52f97daaabbf2f619:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"273f2a5624bab09d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/273f2a5624bab09d","status":"passed","time":{"start":1724922601855,"stop":1724922601855,"duration":0}},{"uid":"f3ed401537efdd33","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f3ed401537efdd33","status":"passed","time":{"start":1724921267874,"stop":1724921267874,"duration":0}},{"uid":"263f9c36ff8e06a1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/263f9c36ff8e06a1","status":"passed","time":{"start":1724921244387,"stop":1724921244396,"duration":9}},{"uid":"fb258cfa3a8a365e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fb258cfa3a8a365e","status":"passed","time":{"start":1724917916058,"stop":1724917916059,"duration":1}},{"uid":"a430b96bb56824c2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a430b96bb56824c2","status":"passed","time":{"start":1724889678259,"stop":1724889678260,"duration":1}},{"uid":"268e8e2a2eef786a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/268e8e2a2eef786a","status":"passed","time":{"start":1724888831688,"stop":1724888831689,"duration":1}},{"uid":"fcecc47ce2aa4a9a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fcecc47ce2aa4a9a","status":"passed","time":{"start":1724888003324,"stop":1724888003324,"duration":0}},{"uid":"f7fb6b6e8d584677","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f7fb6b6e8d584677","status":"passed","time":{"start":1724886776613,"stop":1724886776614,"duration":1}},{"uid":"8805f6b45d2c007c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8805f6b45d2c007c","status":"passed","time":{"start":1724886555802,"stop":1724886555802,"duration":0}},{"uid":"cc014be0c8d0eee0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc014be0c8d0eee0","status":"passed","time":{"start":1724861983014,"stop":1724861983015,"duration":1}},{"uid":"f26982c7628cc3a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f26982c7628cc3a","status":"passed","time":{"start":1724861444070,"stop":1724861444071,"duration":1}},{"uid":"2fe01ccd176c4cdf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2fe01ccd176c4cdf","status":"passed","time":{"start":1724861285839,"stop":1724861285839,"duration":0}},{"uid":"82ce7ebe913f740c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/82ce7ebe913f740c","status":"passed","time":{"start":1724861145676,"stop":1724861145676,"duration":0}}]},"6aeda46c1f2dd57a00b02dc11f2c576e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ddd8b5a0ab72b0cc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ddd8b5a0ab72b0cc","status":"passed","time":{"start":1724922433170,"stop":1724922433170,"duration":0}},{"uid":"27df9a9c148a898","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/27df9a9c148a898","status":"passed","time":{"start":1724921095759,"stop":1724921095760,"duration":1}},{"uid":"2377ded0ec1dee87","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2377ded0ec1dee87","status":"passed","time":{"start":1724921070807,"stop":1724921070808,"duration":1}},{"uid":"8bfcdd286b53430f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8bfcdd286b53430f","status":"passed","time":{"start":1724917730905,"stop":1724917730907,"duration":2}},{"uid":"804a70147a5e08fe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/804a70147a5e08fe","status":"passed","time":{"start":1724889510340,"stop":1724889510340,"duration":0}},{"uid":"99ae7dca613866a4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/99ae7dca613866a4","status":"passed","time":{"start":1724888660682,"stop":1724888660682,"duration":0}},{"uid":"3381a72b914592ac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3381a72b914592ac","status":"passed","time":{"start":1724887817140,"stop":1724887817140,"duration":0}},{"uid":"11eb2d319c892a37","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/11eb2d319c892a37","status":"passed","time":{"start":1724886584156,"stop":1724886584156,"duration":0}},{"uid":"73910a1e9b3f4075","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/73910a1e9b3f4075","status":"passed","time":{"start":1724886362416,"stop":1724886362416,"duration":0}},{"uid":"b650e863711e4b0d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b650e863711e4b0d","status":"passed","time":{"start":1724861811586,"stop":1724861811587,"duration":1}},{"uid":"39a315f39cecb82d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/39a315f39cecb82d","status":"passed","time":{"start":1724861280386,"stop":1724861280387,"duration":1}},{"uid":"f6d7be5ac821caa6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f6d7be5ac821caa6","status":"passed","time":{"start":1724861106383,"stop":1724861106383,"duration":0}},{"uid":"5b3cc3849887ffc9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5b3cc3849887ffc9","status":"passed","time":{"start":1724860966533,"stop":1724860966533,"duration":0}}]},"a836f1a93b1ea492e53ba535f1d8f7a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f4c72abd769ae870","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f4c72abd769ae870","status":"passed","time":{"start":1724922853930,"stop":1724922853930,"duration":0}}]},"0e55e931074cc714780c58e3551fcc4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"e37e75eaacf5b28b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e37e75eaacf5b28b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922439103,"stop":1724922439103,"duration":0}},{"uid":"980642cd59bbe44a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/980642cd59bbe44a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921098922,"stop":1724921098922,"duration":0}},{"uid":"78b0d949497d3702","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/78b0d949497d3702","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921073400,"stop":1724921073400,"duration":0}},{"uid":"6a2613d7ab2fd30","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6a2613d7ab2fd30","status":"skipped","statusDetails":"Test ignored","time":{"start":1724917744665,"stop":1724917744665,"duration":0}},{"uid":"c3e0b32f3b7141d5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c3e0b32f3b7141d5","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889518045,"stop":1724889518046,"duration":1}},{"uid":"6809a803cdffa15b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6809a803cdffa15b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888665807,"stop":1724888665807,"duration":0}},{"uid":"802e7da2abae4aee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/802e7da2abae4aee","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887821953,"stop":1724887821954,"duration":1}},{"uid":"857f7bbacca59fdd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/857f7bbacca59fdd","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886586927,"stop":1724886586927,"duration":0}},{"uid":"9ba59a6b9a253ece","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9ba59a6b9a253ece","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886375238,"stop":1724886375239,"duration":1}},{"uid":"219288d99f9c2b6a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/219288d99f9c2b6a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861815219,"stop":1724861815219,"duration":0}},{"uid":"91492a9fb7bdc949","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/91492a9fb7bdc949","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861291724,"stop":1724861291724,"duration":0}},{"uid":"9f06e7c72688701a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9f06e7c72688701a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861109880,"stop":1724861109880,"duration":0}},{"uid":"9415390865d7f6e1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9415390865d7f6e1","status":"skipped","statusDetails":"Test ignored","time":{"start":1724860972344,"stop":1724860972345,"duration":1}}]},"b3cf19a90c957289a79419ec01297026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47965cbeaf46d519","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/47965cbeaf46d519","status":"passed","time":{"start":1724887092629,"stop":1724887092629,"duration":0}}]},"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c82f2dd221a7a5d9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c82f2dd221a7a5d9","status":"passed","time":{"start":1724922409249,"stop":1724922409250,"duration":1}},{"uid":"17161b74d5c9dd0b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/17161b74d5c9dd0b","status":"passed","time":{"start":1724921072291,"stop":1724921072292,"duration":1}},{"uid":"581c4620c2c77632","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/581c4620c2c77632","status":"passed","time":{"start":1724921047283,"stop":1724921047283,"duration":0}},{"uid":"4d654295a23a937f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4d654295a23a937f","status":"passed","time":{"start":1724917707455,"stop":1724917707456,"duration":1}},{"uid":"ba6206a1c006b479","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ba6206a1c006b479","status":"passed","time":{"start":1724889486389,"stop":1724889486390,"duration":1}},{"uid":"f7dc36f535cecabb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7dc36f535cecabb","status":"passed","time":{"start":1724888637014,"stop":1724888637014,"duration":0}},{"uid":"3a92ee7fa81749e7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3a92ee7fa81749e7","status":"passed","time":{"start":1724887793424,"stop":1724887793425,"duration":1}},{"uid":"e0169cd9aca7e55b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e0169cd9aca7e55b","status":"passed","time":{"start":1724886560037,"stop":1724886560037,"duration":0}},{"uid":"9f179c3d697810f8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9f179c3d697810f8","status":"passed","time":{"start":1724886337879,"stop":1724886337880,"duration":1}},{"uid":"d631d0444a186ce1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d631d0444a186ce1","status":"passed","time":{"start":1724861787237,"stop":1724861787237,"duration":0}},{"uid":"3c1e3eff7cd33d3e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3c1e3eff7cd33d3e","status":"passed","time":{"start":1724861257428,"stop":1724861257428,"duration":0}},{"uid":"98c8c0e109b8c4c8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/98c8c0e109b8c4c8","status":"passed","time":{"start":1724861081342,"stop":1724861081342,"duration":0}},{"uid":"ce4c6409bf7b20bb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ce4c6409bf7b20bb","status":"passed","time":{"start":1724860942009,"stop":1724860942010,"duration":1}}]},"f16afeb4f39a29479f4d374f039a51ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5306cc9cc199e7ba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5306cc9cc199e7ba","status":"passed","time":{"start":1724923012484,"stop":1724923012484,"duration":0}},{"uid":"1ef9fd84f68eab47","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1ef9fd84f68eab47","status":"passed","time":{"start":1724921625094,"stop":1724921625095,"duration":1}},{"uid":"4b5c0cd83a63fa28","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4b5c0cd83a63fa28","status":"passed","time":{"start":1724921590514,"stop":1724921590515,"duration":1}},{"uid":"a84a8b133d32a6f3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a84a8b133d32a6f3","status":"passed","time":{"start":1724918287581,"stop":1724918287582,"duration":1}},{"uid":"517e111539f8dd7a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/517e111539f8dd7a","status":"passed","time":{"start":1724890047810,"stop":1724890047810,"duration":0}},{"uid":"fe02994b0c954e61","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe02994b0c954e61","status":"passed","time":{"start":1724889183951,"stop":1724889183951,"duration":0}},{"uid":"2e1d43352cc01ee7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2e1d43352cc01ee7","status":"passed","time":{"start":1724888354191,"stop":1724888354191,"duration":0}},{"uid":"871775c6379e9701","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/871775c6379e9701","status":"passed","time":{"start":1724887145733,"stop":1724887145735,"duration":2}},{"uid":"ea625cb3deb0a277","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ea625cb3deb0a277","status":"passed","time":{"start":1724886915813,"stop":1724886915813,"duration":0}},{"uid":"adeb03bf2ac07414","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/adeb03bf2ac07414","status":"passed","time":{"start":1724862341469,"stop":1724862341469,"duration":0}},{"uid":"9fbb9f9b9b856bf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9fbb9f9b9b856bf","status":"passed","time":{"start":1724861805475,"stop":1724861805475,"duration":0}},{"uid":"6e5c2190cb8c8205","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6e5c2190cb8c8205","status":"passed","time":{"start":1724861662305,"stop":1724861662306,"duration":1}},{"uid":"7a5651c1258573d7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7a5651c1258573d7","status":"passed","time":{"start":1724861492535,"stop":1724861492535,"duration":0}}]},"87d495ed6cb5712eff44c87a45626c88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7c085d0914305d06","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7c085d0914305d06","status":"passed","time":{"start":1724918298101,"stop":1724918298102,"duration":1}}]},"0faca3cab3770da2be3545fe0b3b24a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"34e2c32fad6f096c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/34e2c32fad6f096c","status":"passed","time":{"start":1724862320145,"stop":1724862320145,"duration":0}}]},"66e6661b2d6a5853d04df67d57a38cea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6eb86312c37fa540","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6eb86312c37fa540","status":"passed","time":{"start":1724889169843,"stop":1724889169844,"duration":1}}]},"d1dac4b0a79389b79eab671d7a498873:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ac52063cefd4cfa1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ac52063cefd4cfa1","status":"passed","time":{"start":1724922971800,"stop":1724922971800,"duration":0}},{"uid":"dc98425d6efb3ce3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dc98425d6efb3ce3","status":"passed","time":{"start":1724921663255,"stop":1724921663256,"duration":1}},{"uid":"b4228932420729da","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b4228932420729da","status":"passed","time":{"start":1724921617881,"stop":1724921617881,"duration":0}},{"uid":"4622fe149a5b541f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4622fe149a5b541f","status":"passed","time":{"start":1724918326162,"stop":1724918326162,"duration":0}},{"uid":"fc647a32fc89b9b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc647a32fc89b9b2","status":"passed","time":{"start":1724890076394,"stop":1724890076399,"duration":5}},{"uid":"9f66b36e0dd07ecd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f66b36e0dd07ecd","status":"passed","time":{"start":1724889199691,"stop":1724889199691,"duration":0}},{"uid":"4c583dcde2e32620","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4c583dcde2e32620","status":"passed","time":{"start":1724888382428,"stop":1724888382429,"duration":1}},{"uid":"c8bffb30c3021f86","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c8bffb30c3021f86","status":"passed","time":{"start":1724887156371,"stop":1724887156371,"duration":0}},{"uid":"e953d34f97ad227e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e953d34f97ad227e","status":"passed","time":{"start":1724886936173,"stop":1724886936174,"duration":1}},{"uid":"d5b0314c2fed6274","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d5b0314c2fed6274","status":"passed","time":{"start":1724862347648,"stop":1724862347649,"duration":1}},{"uid":"c26d031396d0b07f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c26d031396d0b07f","status":"passed","time":{"start":1724861827959,"stop":1724861827959,"duration":0}},{"uid":"35a94f3d3b316ae9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/35a94f3d3b316ae9","status":"passed","time":{"start":1724861685961,"stop":1724861685962,"duration":1}},{"uid":"48d445013b57dbca","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/48d445013b57dbca","status":"passed","time":{"start":1724861514748,"stop":1724861514748,"duration":0}}]},"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"66cae6a96bc7040f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/66cae6a96bc7040f","status":"passed","time":{"start":1724922849122,"stop":1724922849123,"duration":1}},{"uid":"718c7490c243eab2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/718c7490c243eab2","status":"passed","time":{"start":1724921517832,"stop":1724921517832,"duration":0}},{"uid":"ed8cf29bf6f1f09d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ed8cf29bf6f1f09d","status":"passed","time":{"start":1724921478626,"stop":1724921478627,"duration":1}},{"uid":"b2e8fb89c87dbd94","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b2e8fb89c87dbd94","status":"passed","time":{"start":1724918183231,"stop":1724918183232,"duration":1}},{"uid":"4df36f1a9898b633","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4df36f1a9898b633","status":"passed","time":{"start":1724889938071,"stop":1724889938071,"duration":0}},{"uid":"d65ae7d8dd970ae4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d65ae7d8dd970ae4","status":"passed","time":{"start":1724889075463,"stop":1724889075464,"duration":1}},{"uid":"d27c747e2f174eb8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d27c747e2f174eb8","status":"passed","time":{"start":1724888234970,"stop":1724888234970,"duration":0}},{"uid":"b59c0bfd96a64b6c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b59c0bfd96a64b6c","status":"passed","time":{"start":1724887020971,"stop":1724887020971,"duration":0}},{"uid":"17a3edddfa5bf09f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/17a3edddfa5bf09f","status":"passed","time":{"start":1724886784130,"stop":1724886784130,"duration":0}},{"uid":"dd9aecef6d7b16b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd9aecef6d7b16b3","status":"passed","time":{"start":1724862216273,"stop":1724862216273,"duration":0}},{"uid":"45f48d77cccffc0c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/45f48d77cccffc0c","status":"passed","time":{"start":1724861688535,"stop":1724861688535,"duration":0}},{"uid":"ea82a49f53f78960","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ea82a49f53f78960","status":"passed","time":{"start":1724861549003,"stop":1724861549003,"duration":0}},{"uid":"8a9979c3d54e09ce","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8a9979c3d54e09ce","status":"passed","time":{"start":1724861380653,"stop":1724861380654,"duration":1}}]},"1570901c4a483e16a08731b8adcdfd1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a672affa03909747","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a672affa03909747","status":"passed","time":{"start":1724861285837,"stop":1724861285837,"duration":0}}]},"2c38edf2bff7b402cbdd005b29a27e4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3a74d879a60fe35f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3a74d879a60fe35f","status":"passed","time":{"start":1724922611438,"stop":1724922611439,"duration":1}},{"uid":"58a740f1963eaf0e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/58a740f1963eaf0e","status":"passed","time":{"start":1724921270360,"stop":1724921270361,"duration":1}},{"uid":"5959c3aaf6ddcbc4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5959c3aaf6ddcbc4","status":"passed","time":{"start":1724921247820,"stop":1724921247823,"duration":3}},{"uid":"2939365749787252","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2939365749787252","status":"passed","time":{"start":1724917989821,"stop":1724917989821,"duration":0}},{"uid":"890bbc6b67a5b552","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/890bbc6b67a5b552","status":"passed","time":{"start":1724889678567,"stop":1724889678567,"duration":0}},{"uid":"2c966d42a430fbac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c966d42a430fbac","status":"passed","time":{"start":1724888829845,"stop":1724888829845,"duration":0}},{"uid":"bd8481af79d985b6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bd8481af79d985b6","status":"passed","time":{"start":1724888077013,"stop":1724888077013,"duration":0}},{"uid":"86ee2281d08d0b28","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/86ee2281d08d0b28","status":"passed","time":{"start":1724886851128,"stop":1724886851128,"duration":0}},{"uid":"9af0dbc69d4fb281","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9af0dbc69d4fb281","status":"passed","time":{"start":1724886647118,"stop":1724886647119,"duration":1}},{"uid":"ce664a4ec07e7d0b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ce664a4ec07e7d0b","status":"passed","time":{"start":1724861992715,"stop":1724861992715,"duration":0}},{"uid":"dbed1233c3bef924","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dbed1233c3bef924","status":"passed","time":{"start":1724861469646,"stop":1724861469646,"duration":0}},{"uid":"d43402a0dfc1156e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d43402a0dfc1156e","status":"passed","time":{"start":1724861284862,"stop":1724861284862,"duration":0}},{"uid":"6a35fa005ffe74d5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6a35fa005ffe74d5","status":"passed","time":{"start":1724861145811,"stop":1724861145812,"duration":1}}]},"ed419898172e7eee423d0f0dfaf35256:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c087fafd713d8592","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c087fafd713d8592","status":"passed","time":{"start":1724922402864,"stop":1724922402864,"duration":0}},{"uid":"9d96481970d1e637","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9d96481970d1e637","status":"passed","time":{"start":1724921065912,"stop":1724921065912,"duration":0}},{"uid":"66ea419c0bd6a766","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/66ea419c0bd6a766","status":"passed","time":{"start":1724921040948,"stop":1724921040949,"duration":1}},{"uid":"5d0e483f376e381d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5d0e483f376e381d","status":"passed","time":{"start":1724917701157,"stop":1724917701157,"duration":0}},{"uid":"a6e044be0c506934","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a6e044be0c506934","status":"passed","time":{"start":1724889479976,"stop":1724889479977,"duration":1}},{"uid":"853f1be6580a435e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/853f1be6580a435e","status":"passed","time":{"start":1724888630726,"stop":1724888630726,"duration":0}},{"uid":"11a0b5c2f1fc0e70","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/11a0b5c2f1fc0e70","status":"passed","time":{"start":1724887787008,"stop":1724887787008,"duration":0}},{"uid":"c559c3d1953e6b82","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c559c3d1953e6b82","status":"passed","time":{"start":1724886553671,"stop":1724886553671,"duration":0}},{"uid":"7895d6ec0c0cc072","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7895d6ec0c0cc072","status":"passed","time":{"start":1724886331494,"stop":1724886331494,"duration":0}},{"uid":"3fac0467391d32a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3fac0467391d32a7","status":"passed","time":{"start":1724861780658,"stop":1724861780658,"duration":0}},{"uid":"407b708bfac08424","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/407b708bfac08424","status":"passed","time":{"start":1724861251100,"stop":1724861251100,"duration":0}},{"uid":"12bf805d5b1d2db","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/12bf805d5b1d2db","status":"passed","time":{"start":1724861074810,"stop":1724861074810,"duration":0}},{"uid":"a2e05d7d87d9ab","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a2e05d7d87d9ab","status":"passed","time":{"start":1724860935673,"stop":1724860935673,"duration":0}}]},"b12c36951da71164ba31d36ea96110ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b1c034a2b9ab6db","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6b1c034a2b9ab6db","status":"passed","time":{"start":1724922946233,"stop":1724922946239,"duration":6}}]},"f7f5c226683701e08da5d9119f8e707d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"54c8e22b252af5eb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/54c8e22b252af5eb","status":"passed","time":{"start":1724922906441,"stop":1724922906441,"duration":0}}]},"b814f53d953af6d59b05cb32f09927ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7b0de83f936814df","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7b0de83f936814df","status":"passed","time":{"start":1724922611437,"stop":1724922611437,"duration":0}},{"uid":"b8d8efd9ed67c195","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b8d8efd9ed67c195","status":"passed","time":{"start":1724921270358,"stop":1724921270359,"duration":1}},{"uid":"f27a9a4721e7e071","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f27a9a4721e7e071","status":"passed","time":{"start":1724921247819,"stop":1724921247819,"duration":0}},{"uid":"52ae2c85f9bbf062","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/52ae2c85f9bbf062","status":"passed","time":{"start":1724917989820,"stop":1724917989820,"duration":0}},{"uid":"a30d8a853f5a5498","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a30d8a853f5a5498","status":"passed","time":{"start":1724889678552,"stop":1724889678566,"duration":14}},{"uid":"767fb74844185b45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/767fb74844185b45","status":"passed","time":{"start":1724888829844,"stop":1724888829844,"duration":0}},{"uid":"365803996919c84b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/365803996919c84b","status":"passed","time":{"start":1724888077011,"stop":1724888077012,"duration":1}},{"uid":"1515cf6963e15c8b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1515cf6963e15c8b","status":"passed","time":{"start":1724886851126,"stop":1724886851127,"duration":1}},{"uid":"9361976f5d4815e6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9361976f5d4815e6","status":"passed","time":{"start":1724886647112,"stop":1724886647113,"duration":1}},{"uid":"3d074674488fd84a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3d074674488fd84a","status":"passed","time":{"start":1724861992714,"stop":1724861992714,"duration":0}},{"uid":"c55b68e47b9ceac0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c55b68e47b9ceac0","status":"passed","time":{"start":1724861469645,"stop":1724861469645,"duration":0}},{"uid":"21ff70c823a7f9f7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/21ff70c823a7f9f7","status":"passed","time":{"start":1724861284860,"stop":1724861284860,"duration":0}},{"uid":"e74d7075e7479a71","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e74d7075e7479a71","status":"passed","time":{"start":1724861145810,"stop":1724861145811,"duration":1}}]},"bede14fda3de07c736e72cb44bcddbf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a0f02d877f030cc7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a0f02d877f030cc7","status":"passed","time":{"start":1724886555800,"stop":1724886555800,"duration":0}}]},"dd71c6b4b796463767b152e4336624c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1bec7c0d0b2916da","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1bec7c0d0b2916da","status":"passed","time":{"start":1724922402863,"stop":1724922402864,"duration":1}},{"uid":"13c80ad05d468c2e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/13c80ad05d468c2e","status":"passed","time":{"start":1724921065911,"stop":1724921065911,"duration":0}},{"uid":"aae7650a3897d70b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/aae7650a3897d70b","status":"passed","time":{"start":1724921040948,"stop":1724921040948,"duration":0}},{"uid":"c245e3e77c7f8500","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c245e3e77c7f8500","status":"passed","time":{"start":1724917701156,"stop":1724917701156,"duration":0}},{"uid":"2bf5c86bae46c95e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2bf5c86bae46c95e","status":"passed","time":{"start":1724889479975,"stop":1724889479976,"duration":1}},{"uid":"ffc5052ffc46613c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ffc5052ffc46613c","status":"passed","time":{"start":1724888630725,"stop":1724888630725,"duration":0}},{"uid":"6a520aec0b50b98c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a520aec0b50b98c","status":"passed","time":{"start":1724887787007,"stop":1724887787007,"duration":0}},{"uid":"c212a3cda4c4d96c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c212a3cda4c4d96c","status":"passed","time":{"start":1724886553670,"stop":1724886553670,"duration":0}},{"uid":"f1a2d273aa59c66d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f1a2d273aa59c66d","status":"passed","time":{"start":1724886331493,"stop":1724886331493,"duration":0}},{"uid":"ca85fe10e1052350","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ca85fe10e1052350","status":"passed","time":{"start":1724861780657,"stop":1724861780657,"duration":0}},{"uid":"1f026385775cccb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1f026385775cccb","status":"passed","time":{"start":1724861251099,"stop":1724861251099,"duration":0}},{"uid":"a5a7950c5b112862","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a5a7950c5b112862","status":"passed","time":{"start":1724861074809,"stop":1724861074809,"duration":0}},{"uid":"c15126ca4d6b81a2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c15126ca4d6b81a2","status":"passed","time":{"start":1724860935672,"stop":1724860935672,"duration":0}}]},"0875eae35c3e6c8a0178a28be0eeb7dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4ec332a170e9e88e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4ec332a170e9e88e","status":"passed","time":{"start":1724922778327,"stop":1724922778328,"duration":1}},{"uid":"b444d838d3b1db3e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b444d838d3b1db3e","status":"passed","time":{"start":1724921497759,"stop":1724921497759,"duration":0}},{"uid":"ed8b6ea5b5d0c816","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ed8b6ea5b5d0c816","status":"passed","time":{"start":1724921408414,"stop":1724921408415,"duration":1}},{"uid":"6837c138105c0156","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6837c138105c0156","status":"passed","time":{"start":1724918086871,"stop":1724918086872,"duration":1}},{"uid":"5a54ae8241e7839d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5a54ae8241e7839d","status":"passed","time":{"start":1724889892448,"stop":1724889892448,"duration":0}},{"uid":"d73f99c5ff7fcba3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d73f99c5ff7fcba3","status":"passed","time":{"start":1724888997218,"stop":1724888997218,"duration":0}},{"uid":"6930d3dac15172e2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6930d3dac15172e2","status":"passed","time":{"start":1724888159507,"stop":1724888159509,"duration":2}},{"uid":"126a10f429c0f043","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/126a10f429c0f043","status":"passed","time":{"start":1724886937308,"stop":1724886937308,"duration":0}},{"uid":"f42d11e31216dd7f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f42d11e31216dd7f","status":"passed","time":{"start":1724886709808,"stop":1724886709809,"duration":1}},{"uid":"9448f809adc21443","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9448f809adc21443","status":"passed","time":{"start":1724862123538,"stop":1724862123539,"duration":1}},{"uid":"d79e86d353ecf11a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d79e86d353ecf11a","status":"passed","time":{"start":1724861620105,"stop":1724861620105,"duration":0}},{"uid":"7b324c819f9f63cc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7b324c819f9f63cc","status":"passed","time":{"start":1724861460254,"stop":1724861460254,"duration":0}},{"uid":"6c030e2d5d4ae587","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6c030e2d5d4ae587","status":"passed","time":{"start":1724861330174,"stop":1724861330174,"duration":0}}]},"a6248e38e3ebb78d4f489e39319737f3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e8e58da2ba63783d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e8e58da2ba63783d","status":"passed","time":{"start":1724918285618,"stop":1724918285618,"duration":0}}]},"e143b61854162a0dcf4f6911e61441b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5757dabe83f1e00e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5757dabe83f1e00e","status":"passed","time":{"start":1724922611431,"stop":1724922611431,"duration":0}},{"uid":"de25339d752dfb10","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/de25339d752dfb10","status":"passed","time":{"start":1724921270352,"stop":1724921270353,"duration":1}},{"uid":"2a5b3ed22eb45df5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2a5b3ed22eb45df5","status":"passed","time":{"start":1724921247813,"stop":1724921247814,"duration":1}},{"uid":"b0fa06e951e4676d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b0fa06e951e4676d","status":"passed","time":{"start":1724917989814,"stop":1724917989814,"duration":0}},{"uid":"e5d74b0dbffb9720","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e5d74b0dbffb9720","status":"passed","time":{"start":1724889678547,"stop":1724889678547,"duration":0}},{"uid":"a9d997de77b39d64","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9d997de77b39d64","status":"passed","time":{"start":1724888829833,"stop":1724888829834,"duration":1}},{"uid":"9306a4318504817c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9306a4318504817c","status":"passed","time":{"start":1724888076986,"stop":1724888076987,"duration":1}},{"uid":"7a1888a9bd5c6829","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7a1888a9bd5c6829","status":"passed","time":{"start":1724886851121,"stop":1724886851121,"duration":0}},{"uid":"c4f898fd5c5a5a2f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c4f898fd5c5a5a2f","status":"passed","time":{"start":1724886647085,"stop":1724886647091,"duration":6}},{"uid":"ff2b011183fbbc8b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff2b011183fbbc8b","status":"passed","time":{"start":1724861992709,"stop":1724861992709,"duration":0}},{"uid":"3fd39ea4e4d83acb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3fd39ea4e4d83acb","status":"passed","time":{"start":1724861469637,"stop":1724861469638,"duration":1}},{"uid":"b6038eec68a707e4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b6038eec68a707e4","status":"passed","time":{"start":1724861284853,"stop":1724861284853,"duration":0}},{"uid":"7946f38abc24d047","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7946f38abc24d047","status":"passed","time":{"start":1724861145798,"stop":1724861145798,"duration":0}}]},"bdabfcfb86055f5c81ec321675060d04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7556d1c3b6c8d8b2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7556d1c3b6c8d8b2","status":"passed","time":{"start":1724922891494,"stop":1724922891494,"duration":0}},{"uid":"19d636f5194df652","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/19d636f5194df652","status":"passed","time":{"start":1724921563022,"stop":1724921563022,"duration":0}},{"uid":"bccef0dce924e84d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bccef0dce924e84d","status":"passed","time":{"start":1724921526818,"stop":1724921526819,"duration":1}},{"uid":"16e7e47506fdf67a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/16e7e47506fdf67a","status":"passed","time":{"start":1724918239954,"stop":1724918239954,"duration":0}},{"uid":"545733b0e1be8bd6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/545733b0e1be8bd6","status":"passed","time":{"start":1724889980929,"stop":1724889980929,"duration":0}},{"uid":"f753b364677fd5c8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f753b364677fd5c8","status":"passed","time":{"start":1724889109980,"stop":1724889109981,"duration":1}},{"uid":"5e613a9baa783277","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5e613a9baa783277","status":"passed","time":{"start":1724888294727,"stop":1724888294728,"duration":1}},{"uid":"9517c8a0c68f3a08","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9517c8a0c68f3a08","status":"passed","time":{"start":1724887071748,"stop":1724887071748,"duration":0}},{"uid":"1819fe9ce3a00873","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1819fe9ce3a00873","status":"passed","time":{"start":1724886848351,"stop":1724886848351,"duration":0}},{"uid":"1c71fbe5339bcb2e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c71fbe5339bcb2e","status":"passed","time":{"start":1724862259263,"stop":1724862259263,"duration":0}},{"uid":"8591c449ba5f1c7c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8591c449ba5f1c7c","status":"passed","time":{"start":1724861735337,"stop":1724861735337,"duration":0}},{"uid":"c591f7f72fab31ed","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c591f7f72fab31ed","status":"passed","time":{"start":1724861606354,"stop":1724861606354,"duration":0}},{"uid":"508abcbf0668fbb9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/508abcbf0668fbb9","status":"passed","time":{"start":1724861426693,"stop":1724861426694,"duration":1}}]},"60bb4e746e6880f19d8f2d9058253996:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f7db6da56468a4d8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f7db6da56468a4d8","status":"passed","time":{"start":1724922845263,"stop":1724922845263,"duration":0}},{"uid":"895e02af6eeb9af0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/895e02af6eeb9af0","status":"passed","time":{"start":1724921515255,"stop":1724921515256,"duration":1}},{"uid":"62714064192d9959","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/62714064192d9959","status":"passed","time":{"start":1724921475504,"stop":1724921475519,"duration":15}},{"uid":"802110ca2b1e25b7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/802110ca2b1e25b7","status":"passed","time":{"start":1724918179438,"stop":1724918179438,"duration":0}},{"uid":"b2b1e9bb0225eefa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b2b1e9bb0225eefa","status":"passed","time":{"start":1724889935353,"stop":1724889935353,"duration":0}},{"uid":"104c39c1f106a78c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/104c39c1f106a78c","status":"passed","time":{"start":1724889072769,"stop":1724889072769,"duration":0}},{"uid":"40e403f59f409fb1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/40e403f59f409fb1","status":"passed","time":{"start":1724888232429,"stop":1724888232429,"duration":0}},{"uid":"ae1ae1e20eae0080","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ae1ae1e20eae0080","status":"passed","time":{"start":1724887018316,"stop":1724887018317,"duration":1}},{"uid":"9832f704efef7a92","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9832f704efef7a92","status":"passed","time":{"start":1724886781505,"stop":1724886781505,"duration":0}},{"uid":"6522855a6738bf45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6522855a6738bf45","status":"passed","time":{"start":1724862213685,"stop":1724862213685,"duration":0}},{"uid":"704fcef24aa026c6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/704fcef24aa026c6","status":"passed","time":{"start":1724861685886,"stop":1724861685888,"duration":2}},{"uid":"1c4951d6d5505592","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1c4951d6d5505592","status":"passed","time":{"start":1724861546212,"stop":1724861546212,"duration":0}},{"uid":"6aa5c087a833effd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6aa5c087a833effd","status":"passed","time":{"start":1724861378126,"stop":1724861378126,"duration":0}}]},"b5d044c62609b11109a892afcfd90469:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"95e075ddf9bc4406","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/95e075ddf9bc4406","status":"passed","time":{"start":1724922853903,"stop":1724922853904,"duration":1}},{"uid":"792ec32bb94df336","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/792ec32bb94df336","status":"passed","time":{"start":1724921529565,"stop":1724921529566,"duration":1}},{"uid":"69bb5f38b026f34b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/69bb5f38b026f34b","status":"passed","time":{"start":1724921488870,"stop":1724921488870,"duration":0}},{"uid":"206bb3d0b4e44b4a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/206bb3d0b4e44b4a","status":"passed","time":{"start":1724918203665,"stop":1724918203666,"duration":1}},{"uid":"427a7b552cb81b5b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/427a7b552cb81b5b","status":"passed","time":{"start":1724889938347,"stop":1724889938347,"duration":0}},{"uid":"2b527584f44d0c35","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b527584f44d0c35","status":"passed","time":{"start":1724889077029,"stop":1724889077029,"duration":0}},{"uid":"5b9b2de70ca297f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5b9b2de70ca297f9","status":"passed","time":{"start":1724888267999,"stop":1724888267999,"duration":0}},{"uid":"81793f2f7bd6c947","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/81793f2f7bd6c947","status":"passed","time":{"start":1724887032385,"stop":1724887032385,"duration":0}},{"uid":"b865f3d1606b4f0b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b865f3d1606b4f0b","status":"passed","time":{"start":1724886822782,"stop":1724886822782,"duration":0}},{"uid":"8abf936ba6a1dd03","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8abf936ba6a1dd03","status":"passed","time":{"start":1724862233500,"stop":1724862233500,"duration":0}},{"uid":"6c6e24f29cc3d0f0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6c6e24f29cc3d0f0","status":"passed","time":{"start":1724861712660,"stop":1724861712660,"duration":0}},{"uid":"b646e23b43033ce2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b646e23b43033ce2","status":"passed","time":{"start":1724861567871,"stop":1724861567871,"duration":0}},{"uid":"4707679e82eeb500","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4707679e82eeb500","status":"passed","time":{"start":1724861392035,"stop":1724861392036,"duration":1}}]},"56c4f33cf61e0b92c0f6d531ad3f6d7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c8b8fe48a7cede5b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c8b8fe48a7cede5b","status":"passed","time":{"start":1724922845258,"stop":1724922845258,"duration":0}},{"uid":"d4aeb13d938bf2dc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d4aeb13d938bf2dc","status":"passed","time":{"start":1724921515238,"stop":1724921515238,"duration":0}},{"uid":"d3d1757601a7027c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d3d1757601a7027c","status":"passed","time":{"start":1724921475499,"stop":1724921475499,"duration":0}},{"uid":"9b2bb5484725e3cc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9b2bb5484725e3cc","status":"passed","time":{"start":1724918179410,"stop":1724918179410,"duration":0}},{"uid":"430388a7bbd6d34d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/430388a7bbd6d34d","status":"passed","time":{"start":1724889935349,"stop":1724889935349,"duration":0}},{"uid":"ca4b2dfe1ac40588","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ca4b2dfe1ac40588","status":"passed","time":{"start":1724889072764,"stop":1724889072764,"duration":0}},{"uid":"6ab65e83713e01ec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6ab65e83713e01ec","status":"passed","time":{"start":1724888232425,"stop":1724888232425,"duration":0}},{"uid":"186a8ccc1a2c52d8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/186a8ccc1a2c52d8","status":"passed","time":{"start":1724887018312,"stop":1724887018312,"duration":0}},{"uid":"3ac3439e15adb867","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3ac3439e15adb867","status":"passed","time":{"start":1724886781498,"stop":1724886781499,"duration":1}},{"uid":"743974766ff8b346","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/743974766ff8b346","status":"passed","time":{"start":1724862213673,"stop":1724862213674,"duration":1}},{"uid":"f35cda42c33c144e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f35cda42c33c144e","status":"passed","time":{"start":1724861685874,"stop":1724861685874,"duration":0}},{"uid":"c9e1371be128a96d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c9e1371be128a96d","status":"passed","time":{"start":1724861546200,"stop":1724861546200,"duration":0}},{"uid":"1445323ff0aa86d2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1445323ff0aa86d2","status":"passed","time":{"start":1724861378121,"stop":1724861378122,"duration":1}}]},"be405d32107130de5c3728b1d6865941:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4d90dfe846bfb53","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4d90dfe846bfb53","status":"passed","time":{"start":1724922374693,"stop":1724922374693,"duration":0}},{"uid":"eefd350acbced041","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/eefd350acbced041","status":"passed","time":{"start":1724921037653,"stop":1724921037653,"duration":0}},{"uid":"fb25c8af66b2e2d0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fb25c8af66b2e2d0","status":"passed","time":{"start":1724921013066,"stop":1724921013067,"duration":1}},{"uid":"c3a51a5bf6fe117a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c3a51a5bf6fe117a","status":"passed","time":{"start":1724917673307,"stop":1724917673307,"duration":0}},{"uid":"9f94365fb856ba3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f94365fb856ba3e","status":"passed","time":{"start":1724889452326,"stop":1724889452327,"duration":1}},{"uid":"53a1cde37ceed333","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/53a1cde37ceed333","status":"passed","time":{"start":1724888602859,"stop":1724888602859,"duration":0}},{"uid":"3a04563d6e060a6f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3a04563d6e060a6f","status":"passed","time":{"start":1724887759179,"stop":1724887759180,"duration":1}},{"uid":"9993adc4d340d17d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9993adc4d340d17d","status":"passed","time":{"start":1724886525557,"stop":1724886525557,"duration":0}},{"uid":"64bb468c26e09cb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/64bb468c26e09cb","status":"passed","time":{"start":1724886303413,"stop":1724886303413,"duration":0}},{"uid":"c01c0c0c671f49a3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c01c0c0c671f49a3","status":"passed","time":{"start":1724861752249,"stop":1724861752250,"duration":1}},{"uid":"32cba96932ca60bb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/32cba96932ca60bb","status":"passed","time":{"start":1724861223370,"stop":1724861223370,"duration":0}},{"uid":"8e71d900b98e5d68","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8e71d900b98e5d68","status":"passed","time":{"start":1724861045219,"stop":1724861045219,"duration":0}},{"uid":"81ca550389dd7a7d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/81ca550389dd7a7d","status":"passed","time":{"start":1724860907105,"stop":1724860907106,"duration":1}}]},"a53b7dc1dd17d9a7651a7c77ed07b6ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e19093c039b0af5d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e19093c039b0af5d","status":"passed","time":{"start":1724922921466,"stop":1724922921466,"duration":0}},{"uid":"6f989cc418aec268","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6f989cc418aec268","status":"passed","time":{"start":1724921602957,"stop":1724921602958,"duration":1}},{"uid":"e5a0a06dc166f092","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e5a0a06dc166f092","status":"passed","time":{"start":1724921571101,"stop":1724921571101,"duration":0}},{"uid":"41810f635045a262","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/41810f635045a262","status":"passed","time":{"start":1724918285598,"stop":1724918285599,"duration":1}},{"uid":"a2212330b8b13c8b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2212330b8b13c8b","status":"passed","time":{"start":1724890030094,"stop":1724890030095,"duration":1}},{"uid":"a8073867e3b0819f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a8073867e3b0819f","status":"passed","time":{"start":1724889171912,"stop":1724889171913,"duration":1}},{"uid":"b7e23f998bae518e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b7e23f998bae518e","status":"passed","time":{"start":1724888350730,"stop":1724888350730,"duration":0}},{"uid":"8d2ab5d7e4947fe9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8d2ab5d7e4947fe9","status":"passed","time":{"start":1724887115414,"stop":1724887115415,"duration":1}},{"uid":"967720b95b730bc9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/967720b95b730bc9","status":"passed","time":{"start":1724886884580,"stop":1724886884580,"duration":0}},{"uid":"2adc9a6ba0b3bd89","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2adc9a6ba0b3bd89","status":"passed","time":{"start":1724862322265,"stop":1724862322265,"duration":0}},{"uid":"2caca435203cc49","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2caca435203cc49","status":"passed","time":{"start":1724861790755,"stop":1724861790755,"duration":0}},{"uid":"ad2e83d3e955ef39","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ad2e83d3e955ef39","status":"passed","time":{"start":1724861628424,"stop":1724861628424,"duration":0}},{"uid":"a59871e27e1f3915","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a59871e27e1f3915","status":"passed","time":{"start":1724861465629,"stop":1724861465629,"duration":0}}]},"edfa6bfe84391d70a453d2de96129f74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f477565970dcb5e1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f477565970dcb5e1","status":"passed","time":{"start":1724921564779,"stop":1724921564781,"duration":2}}]},"c90dab9d14233648fff488c12010b418:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cbb07769c6cbd999","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cbb07769c6cbd999","status":"passed","time":{"start":1724861637975,"stop":1724861637976,"duration":1}}]},"1745fb982b85b2f699c30a50ee13ca9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"de18f24d1e74e4d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/de18f24d1e74e4d9","status":"passed","time":{"start":1724861983009,"stop":1724861983009,"duration":0}}]},"88b325bbff858592c0d4ee15af68e2eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b47b92f9839de58f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b47b92f9839de58f","status":"passed","time":{"start":1724886906381,"stop":1724886906382,"duration":1}}]},"69e7497bcc4ae6ba7257ccf5b30eaaa1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7a1b752737be1be8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7a1b752737be1be8","status":"passed","time":{"start":1724861637971,"stop":1724861637971,"duration":0}}]},"2ca21eb7caaebbc9c18a204b7125d8fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"35dfdbda77fa59d6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/35dfdbda77fa59d6","status":"passed","time":{"start":1724922647835,"stop":1724922647835,"duration":0}},{"uid":"f29a73ad17dd26f2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f29a73ad17dd26f2","status":"passed","time":{"start":1724921300790,"stop":1724921300790,"duration":0}},{"uid":"12b7bab0ca278ed9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/12b7bab0ca278ed9","status":"passed","time":{"start":1724921280718,"stop":1724921280719,"duration":1}},{"uid":"95adb404ee7d32cb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/95adb404ee7d32cb","status":"passed","time":{"start":1724917963262,"stop":1724917963263,"duration":1}},{"uid":"d177bde0bc6f7447","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d177bde0bc6f7447","status":"passed","time":{"start":1724889734120,"stop":1724889734120,"duration":0}},{"uid":"95092790815e8bfd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/95092790815e8bfd","status":"passed","time":{"start":1724888859618,"stop":1724888859619,"duration":1}},{"uid":"73e156cf5617ba99","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/73e156cf5617ba99","status":"passed","time":{"start":1724888053953,"stop":1724888053953,"duration":0}},{"uid":"821e54f4aa13cc68","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/821e54f4aa13cc68","status":"passed","time":{"start":1724886820677,"stop":1724886820677,"duration":0}},{"uid":"cfc90e4eb149d9aa","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cfc90e4eb149d9aa","status":"passed","time":{"start":1724886589267,"stop":1724886589268,"duration":1}},{"uid":"c59b09b7ca7921a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c59b09b7ca7921a9","status":"passed","time":{"start":1724862027793,"stop":1724862027794,"duration":1}},{"uid":"401e7d0d7e35052a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/401e7d0d7e35052a","status":"passed","time":{"start":1724861484560,"stop":1724861484560,"duration":0}},{"uid":"ba9997fbaeb11411","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ba9997fbaeb11411","status":"passed","time":{"start":1724861315157,"stop":1724861315157,"duration":0}},{"uid":"81d80b4b6cb5f1ce","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/81d80b4b6cb5f1ce","status":"passed","time":{"start":1724861168759,"stop":1724861168759,"duration":0}}]},"94b8da6dd46a32c22d38c94368c36413:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"47c75ec98b3ae092","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/47c75ec98b3ae092","status":"passed","time":{"start":1724922601841,"stop":1724922601841,"duration":0}},{"uid":"93ec262b8845ed56","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/93ec262b8845ed56","status":"passed","time":{"start":1724921267868,"stop":1724921267868,"duration":0}},{"uid":"c4086e8ea9cb8066","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c4086e8ea9cb8066","status":"passed","time":{"start":1724921244363,"stop":1724921244363,"duration":0}},{"uid":"3a4fd3a06f6e974c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3a4fd3a06f6e974c","status":"passed","time":{"start":1724917916043,"stop":1724917916043,"duration":0}},{"uid":"668468eec61e73c5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/668468eec61e73c5","status":"passed","time":{"start":1724889678253,"stop":1724889678254,"duration":1}},{"uid":"6191a8b05d63ddb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6191a8b05d63ddb7","status":"passed","time":{"start":1724888831683,"stop":1724888831683,"duration":0}},{"uid":"1dd46af1a3bfd40b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1dd46af1a3bfd40b","status":"passed","time":{"start":1724888003319,"stop":1724888003319,"duration":0}},{"uid":"babfd274a6549f71","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/babfd274a6549f71","status":"passed","time":{"start":1724886776605,"stop":1724886776608,"duration":3}},{"uid":"b2b91691a664adf0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b2b91691a664adf0","status":"passed","time":{"start":1724886555791,"stop":1724886555791,"duration":0}},{"uid":"c8ad345e1fbf79d2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c8ad345e1fbf79d2","status":"passed","time":{"start":1724861983005,"stop":1724861983005,"duration":0}},{"uid":"428c460796538a0d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/428c460796538a0d","status":"passed","time":{"start":1724861444065,"stop":1724861444065,"duration":0}},{"uid":"282c1183033ffe","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/282c1183033ffe","status":"passed","time":{"start":1724861285828,"stop":1724861285828,"duration":0}},{"uid":"49e4ec10525a60b3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/49e4ec10525a60b3","status":"passed","time":{"start":1724861145663,"stop":1724861145664,"duration":1}}]},"91936a864e9d3e925c3ff607b349b52b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9121fbe76d8356d0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9121fbe76d8356d0","status":"passed","time":{"start":1724922485955,"stop":1724922485955,"duration":0}},{"uid":"c481b454548f2601","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c481b454548f2601","status":"passed","time":{"start":1724921148662,"stop":1724921148663,"duration":1}},{"uid":"908ee9346f4642a6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/908ee9346f4642a6","status":"passed","time":{"start":1724921125023,"stop":1724921125023,"duration":0}},{"uid":"6e80f768a376b7ea","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6e80f768a376b7ea","status":"passed","time":{"start":1724917782909,"stop":1724917782909,"duration":0}},{"uid":"5f9f77c37e323b5c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f9f77c37e323b5c","status":"passed","time":{"start":1724889568678,"stop":1724889568678,"duration":0}},{"uid":"86c6c1e4a5d76389","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/86c6c1e4a5d76389","status":"passed","time":{"start":1724888712709,"stop":1724888712709,"duration":0}},{"uid":"e7e928b7dde5119f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e7e928b7dde5119f","status":"passed","time":{"start":1724887870879,"stop":1724887870879,"duration":0}},{"uid":"1cedd67e5b997dd8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1cedd67e5b997dd8","status":"passed","time":{"start":1724886637707,"stop":1724886637707,"duration":0}},{"uid":"776ab6e4a26e92eb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/776ab6e4a26e92eb","status":"passed","time":{"start":1724886418626,"stop":1724886418626,"duration":0}},{"uid":"37f76f78da6e5ac7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37f76f78da6e5ac7","status":"passed","time":{"start":1724861865558,"stop":1724861865559,"duration":1}},{"uid":"67c8ffb79acc6726","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/67c8ffb79acc6726","status":"passed","time":{"start":1724861334264,"stop":1724861334265,"duration":1}},{"uid":"de389de0cdb7a731","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/de389de0cdb7a731","status":"passed","time":{"start":1724861163783,"stop":1724861163783,"duration":0}},{"uid":"98361973d2604d70","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/98361973d2604d70","status":"passed","time":{"start":1724861021892,"stop":1724861021893,"duration":1}}]},"657e6808a120c82a5268dd6532e94525:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ae75b4ed0712f35b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ae75b4ed0712f35b","status":"passed","time":{"start":1724922374679,"stop":1724922374679,"duration":0}},{"uid":"fce2d6f395d59011","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fce2d6f395d59011","status":"passed","time":{"start":1724921037640,"stop":1724921037640,"duration":0}},{"uid":"55dbd36bc800d174","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/55dbd36bc800d174","status":"passed","time":{"start":1724921013054,"stop":1724921013054,"duration":0}},{"uid":"541715df221e43b9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/541715df221e43b9","status":"passed","time":{"start":1724917673296,"stop":1724917673296,"duration":0}},{"uid":"caa74b18c9b4ca76","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/caa74b18c9b4ca76","status":"passed","time":{"start":1724889452315,"stop":1724889452315,"duration":0}},{"uid":"59024ea447c61a89","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/59024ea447c61a89","status":"passed","time":{"start":1724888602845,"stop":1724888602845,"duration":0}},{"uid":"b7d1bc87fd190abd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b7d1bc87fd190abd","status":"passed","time":{"start":1724887759167,"stop":1724887759168,"duration":1}},{"uid":"4d3f5b7b8f77d6d3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4d3f5b7b8f77d6d3","status":"passed","time":{"start":1724886525547,"stop":1724886525547,"duration":0}},{"uid":"9c1413ddbaf528cb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9c1413ddbaf528cb","status":"passed","time":{"start":1724886303401,"stop":1724886303401,"duration":0}},{"uid":"bdd9029fe53579c6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bdd9029fe53579c6","status":"passed","time":{"start":1724861752233,"stop":1724861752233,"duration":0}},{"uid":"ae0cc48d1c0f5924","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ae0cc48d1c0f5924","status":"passed","time":{"start":1724861223359,"stop":1724861223359,"duration":0}},{"uid":"84d9eef3c00df3b0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/84d9eef3c00df3b0","status":"passed","time":{"start":1724861045207,"stop":1724861045207,"duration":0}},{"uid":"e9a4a0b1e054c565","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e9a4a0b1e054c565","status":"passed","time":{"start":1724860907089,"stop":1724860907089,"duration":0}}]},"e25ee9d61c6a3a632fec6b3bcab9a5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"52d49d5a400f8ff8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/52d49d5a400f8ff8","status":"passed","time":{"start":1724922374688,"stop":1724922374688,"duration":0}},{"uid":"6cfc3bfc9a579daf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6cfc3bfc9a579daf","status":"passed","time":{"start":1724921037650,"stop":1724921037650,"duration":0}},{"uid":"fa5ff2882329308f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fa5ff2882329308f","status":"passed","time":{"start":1724921013062,"stop":1724921013063,"duration":1}},{"uid":"fd11df55286ae731","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fd11df55286ae731","status":"passed","time":{"start":1724917673303,"stop":1724917673303,"duration":0}},{"uid":"ec0f3ac9b1778dad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ec0f3ac9b1778dad","status":"passed","time":{"start":1724889452323,"stop":1724889452323,"duration":0}},{"uid":"451d628296f2a4ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/451d628296f2a4ee","status":"passed","time":{"start":1724888602855,"stop":1724888602855,"duration":0}},{"uid":"9122777e3aa1e721","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9122777e3aa1e721","status":"passed","time":{"start":1724887759176,"stop":1724887759176,"duration":0}},{"uid":"65e3a6b49c8c5b48","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/65e3a6b49c8c5b48","status":"passed","time":{"start":1724886525554,"stop":1724886525555,"duration":1}},{"uid":"87a458024cc7827d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/87a458024cc7827d","status":"passed","time":{"start":1724886303409,"stop":1724886303410,"duration":1}},{"uid":"4a465786e1963b18","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a465786e1963b18","status":"passed","time":{"start":1724861752246,"stop":1724861752246,"duration":0}},{"uid":"85e4d7279f9a510c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/85e4d7279f9a510c","status":"passed","time":{"start":1724861223366,"stop":1724861223366,"duration":0}},{"uid":"d2a188ef83b094ba","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d2a188ef83b094ba","status":"passed","time":{"start":1724861045215,"stop":1724861045215,"duration":0}},{"uid":"5c8d3e8eab40887d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5c8d3e8eab40887d","status":"passed","time":{"start":1724860907101,"stop":1724860907101,"duration":0}}]},"7d8d4c4f231b3503f2de73026edc8ced:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ffc149a3f7d3c14b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ffc149a3f7d3c14b","status":"passed","time":{"start":1724922535038,"stop":1724922535038,"duration":0}},{"uid":"af9f8c7a8d55be2e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/af9f8c7a8d55be2e","status":"passed","time":{"start":1724921196356,"stop":1724921196356,"duration":0}},{"uid":"432dbd1be8e8f4a5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/432dbd1be8e8f4a5","status":"passed","time":{"start":1724921173179,"stop":1724921173179,"duration":0}},{"uid":"e61e9dbf7bb0fc74","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e61e9dbf7bb0fc74","status":"passed","time":{"start":1724917930825,"stop":1724917930826,"duration":1}},{"uid":"e29dbab0c9ad6a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e29dbab0c9ad6a7","status":"passed","time":{"start":1724889621016,"stop":1724889621016,"duration":0}},{"uid":"65620aba6e293459","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/65620aba6e293459","status":"passed","time":{"start":1724888759388,"stop":1724888759388,"duration":0}},{"uid":"89b5c4c548f07ad","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/89b5c4c548f07ad","status":"passed","time":{"start":1724888015043,"stop":1724888015043,"duration":0}},{"uid":"35e4595d0d3b2b34","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/35e4595d0d3b2b34","status":"passed","time":{"start":1724886784542,"stop":1724886784542,"duration":0}},{"uid":"d95fb394831466da","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d95fb394831466da","status":"passed","time":{"start":1724886566524,"stop":1724886566525,"duration":1}},{"uid":"ea7a6dd836e2210e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ea7a6dd836e2210e","status":"passed","time":{"start":1724861915533,"stop":1724861915533,"duration":0}},{"uid":"8250edfa58f8e345","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8250edfa58f8e345","status":"passed","time":{"start":1724861379722,"stop":1724861379724,"duration":2}},{"uid":"18b3a69119c5bc2c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/18b3a69119c5bc2c","status":"passed","time":{"start":1724861206875,"stop":1724861206875,"duration":0}},{"uid":"abfbec0b21307dc9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/abfbec0b21307dc9","status":"passed","time":{"start":1724861067558,"stop":1724861067559,"duration":1}}]},"faf0b92f5e523baae94db539d2d26958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd93898830dddf6e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cd93898830dddf6e","status":"passed","time":{"start":1724918259543,"stop":1724918259543,"duration":0}}]},"3b83c075b41ddeaa2760eb77446ca91e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e8af3a319178f311","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e8af3a319178f311","status":"passed","time":{"start":1724922374679,"stop":1724922374679,"duration":0}},{"uid":"17b86087301f0bf3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/17b86087301f0bf3","status":"passed","time":{"start":1724921037640,"stop":1724921037641,"duration":1}},{"uid":"a9e22de235f4def1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a9e22de235f4def1","status":"passed","time":{"start":1724921013054,"stop":1724921013054,"duration":0}},{"uid":"87ef07175b16dad5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/87ef07175b16dad5","status":"passed","time":{"start":1724917673296,"stop":1724917673296,"duration":0}},{"uid":"35b90170be731b09","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/35b90170be731b09","status":"passed","time":{"start":1724889452315,"stop":1724889452315,"duration":0}},{"uid":"7be7c7326665a527","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7be7c7326665a527","status":"passed","time":{"start":1724888602845,"stop":1724888602845,"duration":0}},{"uid":"bcc1feb5a463437","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bcc1feb5a463437","status":"passed","time":{"start":1724887759168,"stop":1724887759168,"duration":0}},{"uid":"2a217b95245ced32","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2a217b95245ced32","status":"passed","time":{"start":1724886525547,"stop":1724886525547,"duration":0}},{"uid":"29afcd827fce459a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/29afcd827fce459a","status":"passed","time":{"start":1724886303401,"stop":1724886303402,"duration":1}},{"uid":"735c354ed44041ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/735c354ed44041ee","status":"passed","time":{"start":1724861752233,"stop":1724861752233,"duration":0}},{"uid":"3473f6d98bd13ea1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3473f6d98bd13ea1","status":"passed","time":{"start":1724861223359,"stop":1724861223359,"duration":0}},{"uid":"5a081420759d0d7e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5a081420759d0d7e","status":"passed","time":{"start":1724861045207,"stop":1724861045207,"duration":0}},{"uid":"cee9e87f88a67ec1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cee9e87f88a67ec1","status":"passed","time":{"start":1724860907089,"stop":1724860907089,"duration":0}}]},"af5e1916ca02179032ad2769539fa673:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e7ba0f6353598ac","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e7ba0f6353598ac","status":"passed","time":{"start":1724922374684,"stop":1724922374684,"duration":0}},{"uid":"eac57ea6dd1d2f8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/eac57ea6dd1d2f8","status":"passed","time":{"start":1724921037644,"stop":1724921037645,"duration":1}},{"uid":"1521a6df02e06ef6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1521a6df02e06ef6","status":"passed","time":{"start":1724921013057,"stop":1724921013058,"duration":1}},{"uid":"48af185d0c5ebd60","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/48af185d0c5ebd60","status":"passed","time":{"start":1724917673299,"stop":1724917673300,"duration":1}},{"uid":"cab9095f34ca311d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cab9095f34ca311d","status":"passed","time":{"start":1724889452318,"stop":1724889452319,"duration":1}},{"uid":"35f669bc68a5b719","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/35f669bc68a5b719","status":"passed","time":{"start":1724888602850,"stop":1724888602850,"duration":0}},{"uid":"cfc219f1f7db8896","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cfc219f1f7db8896","status":"passed","time":{"start":1724887759171,"stop":1724887759171,"duration":0}},{"uid":"b4ef172c9d7feefb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b4ef172c9d7feefb","status":"passed","time":{"start":1724886525551,"stop":1724886525551,"duration":0}},{"uid":"de8a823f44651f40","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/de8a823f44651f40","status":"passed","time":{"start":1724886303405,"stop":1724886303405,"duration":0}},{"uid":"cdccb07ac2bedf22","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cdccb07ac2bedf22","status":"passed","time":{"start":1724861752237,"stop":1724861752238,"duration":1}},{"uid":"df3fcecc72438581","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/df3fcecc72438581","status":"passed","time":{"start":1724861223362,"stop":1724861223362,"duration":0}},{"uid":"b5585bc2a7543ee7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b5585bc2a7543ee7","status":"passed","time":{"start":1724861045210,"stop":1724861045210,"duration":0}},{"uid":"5246da31acec29c2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5246da31acec29c2","status":"passed","time":{"start":1724860907093,"stop":1724860907093,"duration":0}}]},"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1e15a3c203a04171","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1e15a3c203a04171","status":"passed","time":{"start":1724922382545,"stop":1724922382546,"duration":1}},{"uid":"734c22d4ba18bc52","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/734c22d4ba18bc52","status":"passed","time":{"start":1724921045449,"stop":1724921045450,"duration":1}},{"uid":"ce953bb8c7e212e6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ce953bb8c7e212e6","status":"passed","time":{"start":1724921020913,"stop":1724921020914,"duration":1}},{"uid":"b3419871747ab57c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b3419871747ab57c","status":"passed","time":{"start":1724917681161,"stop":1724917681161,"duration":0}},{"uid":"d32aee0970b94669","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d32aee0970b94669","status":"passed","time":{"start":1724889460192,"stop":1724889460192,"duration":0}},{"uid":"40f5fe2cafe1e11e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/40f5fe2cafe1e11e","status":"passed","time":{"start":1724888610695,"stop":1724888610696,"duration":1}},{"uid":"713adf67e134565f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/713adf67e134565f","status":"passed","time":{"start":1724887766816,"stop":1724887766818,"duration":2}},{"uid":"96fa0c4bcea472fa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/96fa0c4bcea472fa","status":"passed","time":{"start":1724886533505,"stop":1724886533505,"duration":0}},{"uid":"ac97e08177041c0a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ac97e08177041c0a","status":"passed","time":{"start":1724886311136,"stop":1724886311136,"duration":0}},{"uid":"2c4d5e0d56cc1544","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c4d5e0d56cc1544","status":"passed","time":{"start":1724861760252,"stop":1724861760253,"duration":1}},{"uid":"9f113311a2b1ef30","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9f113311a2b1ef30","status":"passed","time":{"start":1724861231059,"stop":1724861231059,"duration":0}},{"uid":"ecc109cf1ceb8040","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ecc109cf1ceb8040","status":"passed","time":{"start":1724861053539,"stop":1724861053540,"duration":1}},{"uid":"d5dcc06b08c308a2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d5dcc06b08c308a2","status":"passed","time":{"start":1724860915308,"stop":1724860915308,"duration":0}}]},"e08157dfc0779b640a028d2129648b04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8007f3350aaff36a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8007f3350aaff36a","status":"passed","time":{"start":1724922601843,"stop":1724922601843,"duration":0}},{"uid":"2b1675ccda598740","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2b1675ccda598740","status":"passed","time":{"start":1724921267870,"stop":1724921267870,"duration":0}},{"uid":"eb0e1b5d11494833","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/eb0e1b5d11494833","status":"passed","time":{"start":1724921244369,"stop":1724921244370,"duration":1}},{"uid":"dedda181882f9b93","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dedda181882f9b93","status":"passed","time":{"start":1724917916051,"stop":1724917916052,"duration":1}},{"uid":"d440a30646911f58","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d440a30646911f58","status":"passed","time":{"start":1724889678255,"stop":1724889678255,"duration":0}},{"uid":"157ed3d400d890a2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/157ed3d400d890a2","status":"passed","time":{"start":1724888831684,"stop":1724888831685,"duration":1}},{"uid":"8baefc6bc38b7c9a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8baefc6bc38b7c9a","status":"passed","time":{"start":1724888003320,"stop":1724888003321,"duration":1}},{"uid":"236fa621e08a25ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/236fa621e08a25ea","status":"passed","time":{"start":1724886776609,"stop":1724886776609,"duration":0}},{"uid":"a6449c2041b8c4c3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a6449c2041b8c4c3","status":"passed","time":{"start":1724886555797,"stop":1724886555797,"duration":0}},{"uid":"d0c1ae6dfe7aafb1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d0c1ae6dfe7aafb1","status":"passed","time":{"start":1724861983006,"stop":1724861983007,"duration":1}},{"uid":"2ea8f7273c131f5c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2ea8f7273c131f5c","status":"passed","time":{"start":1724861444066,"stop":1724861444067,"duration":1}},{"uid":"f00d90883b520eec","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f00d90883b520eec","status":"passed","time":{"start":1724861285834,"stop":1724861285834,"duration":0}},{"uid":"c1ac5fbcb593ad9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c1ac5fbcb593ad9","status":"passed","time":{"start":1724861145666,"stop":1724861145666,"duration":0}}]},"036fe36f432ea82cffb2fbb0a77ce5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a1d9fc1ecf2e4aef","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a1d9fc1ecf2e4aef","status":"passed","time":{"start":1724922383085,"stop":1724922383089,"duration":4}},{"uid":"ca4ab4c102fe0889","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ca4ab4c102fe0889","status":"passed","time":{"start":1724921046205,"stop":1724921046205,"duration":0}},{"uid":"c52f323f09645817","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c52f323f09645817","status":"passed","time":{"start":1724921021477,"stop":1724921021477,"duration":0}},{"uid":"31ed3503dd0e95e0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/31ed3503dd0e95e0","status":"passed","time":{"start":1724917681725,"stop":1724917681725,"duration":0}},{"uid":"9be658d0168d8c45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9be658d0168d8c45","status":"passed","time":{"start":1724889460653,"stop":1724889460653,"duration":0}},{"uid":"cf847bd729a7498","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf847bd729a7498","status":"passed","time":{"start":1724888611297,"stop":1724888611297,"duration":0}},{"uid":"249e305a0f60b966","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/249e305a0f60b966","status":"passed","time":{"start":1724887767621,"stop":1724887767621,"duration":0}},{"uid":"b9c150edcbf7c49f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b9c150edcbf7c49f","status":"passed","time":{"start":1724886533991,"stop":1724886533991,"duration":0}},{"uid":"ee26ce2418a7fc0a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ee26ce2418a7fc0a","status":"passed","time":{"start":1724886311756,"stop":1724886311756,"duration":0}},{"uid":"148a16aa88022ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/148a16aa88022ae","status":"passed","time":{"start":1724861760776,"stop":1724861760777,"duration":1}},{"uid":"75575792a1d3e2a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/75575792a1d3e2a","status":"passed","time":{"start":1724861231735,"stop":1724861231735,"duration":0}},{"uid":"6159696cde6b6c5d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6159696cde6b6c5d","status":"passed","time":{"start":1724861054257,"stop":1724861054257,"duration":0}},{"uid":"58ceda67cd526acf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/58ceda67cd526acf","status":"passed","time":{"start":1724860915816,"stop":1724860915816,"duration":0}}]},"219e333b55674e29f5e0ff2569e675a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6085a3baa5dc1076","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6085a3baa5dc1076","status":"passed","time":{"start":1724922853905,"stop":1724922853906,"duration":1}},{"uid":"5cb7cc7c350d2ef6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5cb7cc7c350d2ef6","status":"passed","time":{"start":1724921529567,"stop":1724921529568,"duration":1}},{"uid":"3a4d42fae9de2f8c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3a4d42fae9de2f8c","status":"passed","time":{"start":1724921488870,"stop":1724921488871,"duration":1}},{"uid":"649a9d2459c93eed","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/649a9d2459c93eed","status":"passed","time":{"start":1724918203666,"stop":1724918203667,"duration":1}},{"uid":"bd485942550ed1ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bd485942550ed1ba","status":"passed","time":{"start":1724889938348,"stop":1724889938348,"duration":0}},{"uid":"b0c862422b244653","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b0c862422b244653","status":"passed","time":{"start":1724889077030,"stop":1724889077030,"duration":0}},{"uid":"718eb9285ab0d928","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/718eb9285ab0d928","status":"passed","time":{"start":1724888268000,"stop":1724888268003,"duration":3}},{"uid":"6a3a1323926fd102","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a3a1323926fd102","status":"passed","time":{"start":1724887032386,"stop":1724887032387,"duration":1}},{"uid":"5ffa9566abbfb7ad","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5ffa9566abbfb7ad","status":"passed","time":{"start":1724886822783,"stop":1724886822783,"duration":0}},{"uid":"db184f57602a8802","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/db184f57602a8802","status":"passed","time":{"start":1724862233501,"stop":1724862233501,"duration":0}},{"uid":"85a591a09a7d419d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/85a591a09a7d419d","status":"passed","time":{"start":1724861712661,"stop":1724861712662,"duration":1}},{"uid":"6349cc16b355b1aa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6349cc16b355b1aa","status":"passed","time":{"start":1724861567872,"stop":1724861567873,"duration":1}},{"uid":"89ea5584771e1961","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/89ea5584771e1961","status":"passed","time":{"start":1724861392036,"stop":1724861392036,"duration":0}}]},"cfa5a3a70b6f8e40cca5ed3c1a38b6a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"25dd79f949f169d8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/25dd79f949f169d8","status":"passed","time":{"start":1724922845244,"stop":1724922845245,"duration":1}},{"uid":"4735384ab0a7bb63","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4735384ab0a7bb63","status":"passed","time":{"start":1724921515227,"stop":1724921515228,"duration":1}},{"uid":"a7d55ba3bc0e182e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a7d55ba3bc0e182e","status":"passed","time":{"start":1724921475447,"stop":1724921475447,"duration":0}},{"uid":"c69add1d6602f54b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c69add1d6602f54b","status":"passed","time":{"start":1724918179402,"stop":1724918179402,"duration":0}},{"uid":"ef99ea5267f0348b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ef99ea5267f0348b","status":"passed","time":{"start":1724889935342,"stop":1724889935342,"duration":0}},{"uid":"5edc20bff0db8fb3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5edc20bff0db8fb3","status":"passed","time":{"start":1724889072755,"stop":1724889072755,"duration":0}},{"uid":"c9710405c02660c5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c9710405c02660c5","status":"passed","time":{"start":1724888232416,"stop":1724888232416,"duration":0}},{"uid":"a43ac03448230de1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a43ac03448230de1","status":"passed","time":{"start":1724887018304,"stop":1724887018304,"duration":0}},{"uid":"def26b81a8972577","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/def26b81a8972577","status":"passed","time":{"start":1724886781481,"stop":1724886781481,"duration":0}},{"uid":"7356c54084b3099","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7356c54084b3099","status":"passed","time":{"start":1724862213664,"stop":1724862213664,"duration":0}},{"uid":"2dcfb9b2e845e11c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2dcfb9b2e845e11c","status":"passed","time":{"start":1724861685857,"stop":1724861685857,"duration":0}},{"uid":"52b2615d3b7b9fbe","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/52b2615d3b7b9fbe","status":"passed","time":{"start":1724861546177,"stop":1724861546179,"duration":2}},{"uid":"539405eb18caf6af","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/539405eb18caf6af","status":"passed","time":{"start":1724861378112,"stop":1724861378112,"duration":0}}]},"01cbce6086b5c2a67bfd57a51e8baad2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b82a234687ff32dd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b82a234687ff32dd","status":"passed","time":{"start":1724922853912,"stop":1724922853912,"duration":0}},{"uid":"fd2b4568801fb0ed","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fd2b4568801fb0ed","status":"passed","time":{"start":1724921529575,"stop":1724921529576,"duration":1}},{"uid":"4bee4e89ca1ab3d9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4bee4e89ca1ab3d9","status":"passed","time":{"start":1724921488875,"stop":1724921488875,"duration":0}},{"uid":"79e6a73886692709","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/79e6a73886692709","status":"passed","time":{"start":1724918203676,"stop":1724918203677,"duration":1}},{"uid":"878fb6368971e6f2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/878fb6368971e6f2","status":"passed","time":{"start":1724889938354,"stop":1724889938354,"duration":0}},{"uid":"ce0e09a10963e59c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ce0e09a10963e59c","status":"passed","time":{"start":1724889077049,"stop":1724889077050,"duration":1}},{"uid":"aa1d7455677d944c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aa1d7455677d944c","status":"passed","time":{"start":1724888268009,"stop":1724888268010,"duration":1}},{"uid":"c13ab423963f1d90","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c13ab423963f1d90","status":"passed","time":{"start":1724887032391,"stop":1724887032393,"duration":2}},{"uid":"d34c6e2293a9bd4c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d34c6e2293a9bd4c","status":"passed","time":{"start":1724886822787,"stop":1724886822788,"duration":1}},{"uid":"45b702b860573dc5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/45b702b860573dc5","status":"passed","time":{"start":1724862233505,"stop":1724862233505,"duration":0}},{"uid":"7427125b41ff335c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7427125b41ff335c","status":"passed","time":{"start":1724861712666,"stop":1724861712666,"duration":0}},{"uid":"2ef6c8ea4e7a3d60","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2ef6c8ea4e7a3d60","status":"passed","time":{"start":1724861567884,"stop":1724861567884,"duration":0}},{"uid":"6373e7edc5320ddc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6373e7edc5320ddc","status":"passed","time":{"start":1724861392040,"stop":1724861392041,"duration":1}}]},"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"58caa049fedd53e8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/58caa049fedd53e8","status":"passed","time":{"start":1724922776072,"stop":1724922776072,"duration":0}},{"uid":"968d100814409957","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/968d100814409957","status":"passed","time":{"start":1724921423945,"stop":1724921423945,"duration":0}},{"uid":"bca6442c1a8d7eac","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bca6442c1a8d7eac","status":"passed","time":{"start":1724921408046,"stop":1724921408046,"duration":0}},{"uid":"8f16c55ce15cf05b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8f16c55ce15cf05b","status":"passed","time":{"start":1724918127355,"stop":1724918127356,"duration":1}},{"uid":"5f5d3b0cbc409ba9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f5d3b0cbc409ba9","status":"passed","time":{"start":1724889850030,"stop":1724889850030,"duration":0}},{"uid":"ece5f83fea5c4433","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ece5f83fea5c4433","status":"passed","time":{"start":1724888985029,"stop":1724888985030,"duration":1}},{"uid":"83eb1844c7dfadaa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/83eb1844c7dfadaa","status":"passed","time":{"start":1724888172991,"stop":1724888172992,"duration":1}},{"uid":"ef22c0d0d6b17d35","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ef22c0d0d6b17d35","status":"passed","time":{"start":1724886942053,"stop":1724886942053,"duration":0}},{"uid":"4e26430cf2f9be28","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4e26430cf2f9be28","status":"passed","time":{"start":1724886713087,"stop":1724886713087,"duration":0}},{"uid":"3a3bc56679516150","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a3bc56679516150","status":"passed","time":{"start":1724862129962,"stop":1724862129962,"duration":0}},{"uid":"16d1248c1f53dce1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/16d1248c1f53dce1","status":"passed","time":{"start":1724861625758,"stop":1724861625758,"duration":0}},{"uid":"6007000d04085062","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6007000d04085062","status":"passed","time":{"start":1724861470378,"stop":1724861470379,"duration":1}},{"uid":"88b441216640e8fc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/88b441216640e8fc","status":"passed","time":{"start":1724861304329,"stop":1724861304329,"duration":0}}]},"f92447acc0e891a00e4fbc889af18e5d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"caa69e455b012802","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/caa69e455b012802","status":"passed","time":{"start":1724922890067,"stop":1724922890068,"duration":1}},{"uid":"c32d3fd9dbc03447","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c32d3fd9dbc03447","status":"passed","time":{"start":1724921559017,"stop":1724921559018,"duration":1}},{"uid":"f8f0d2346551fa0e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f8f0d2346551fa0e","status":"passed","time":{"start":1724921524132,"stop":1724921524134,"duration":2}},{"uid":"e510e5be520500b3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e510e5be520500b3","status":"passed","time":{"start":1724918241664,"stop":1724918241665,"duration":1}},{"uid":"b4fe12d3b619302a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4fe12d3b619302a","status":"passed","time":{"start":1724889975476,"stop":1724889975476,"duration":0}},{"uid":"6c2e27ec584fe48a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c2e27ec584fe48a","status":"passed","time":{"start":1724889106060,"stop":1724889106061,"duration":1}},{"uid":"9ede5855685e90db","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9ede5855685e90db","status":"passed","time":{"start":1724888289482,"stop":1724888289483,"duration":1}},{"uid":"5610fd89f7ee9d1c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5610fd89f7ee9d1c","status":"passed","time":{"start":1724887057704,"stop":1724887057704,"duration":0}},{"uid":"60d1595ad4f80ebc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/60d1595ad4f80ebc","status":"passed","time":{"start":1724886839399,"stop":1724886839399,"duration":0}},{"uid":"9e1afbb7718e0ce0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e1afbb7718e0ce0","status":"passed","time":{"start":1724862256093,"stop":1724862256093,"duration":0}},{"uid":"a7165cef6667a2ca","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a7165cef6667a2ca","status":"passed","time":{"start":1724861742234,"stop":1724861742235,"duration":1}},{"uid":"6766d6c4d5a0cf45","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6766d6c4d5a0cf45","status":"passed","time":{"start":1724861595396,"stop":1724861595397,"duration":1}},{"uid":"4f89d15cc1ecf008","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4f89d15cc1ecf008","status":"passed","time":{"start":1724861424069,"stop":1724861424069,"duration":0}}]},"6e574c2999a9eea26bec4940a1333236:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3e4886f33fa1f812","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3e4886f33fa1f812","status":"passed","time":{"start":1724922928883,"stop":1724922928885,"duration":2}},{"uid":"a33beda5a3dd897e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a33beda5a3dd897e","status":"passed","time":{"start":1724921620594,"stop":1724921620594,"duration":0}},{"uid":"e3cd51627344421c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e3cd51627344421c","status":"passed","time":{"start":1724921566685,"stop":1724921566685,"duration":0}},{"uid":"81d8f563e744b51d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/81d8f563e744b51d","status":"passed","time":{"start":1724918280550,"stop":1724918280551,"duration":1}},{"uid":"58769718e64cbf5f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/58769718e64cbf5f","status":"passed","time":{"start":1724890019466,"stop":1724890019467,"duration":1}},{"uid":"bb5495eafeabcaa2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bb5495eafeabcaa2","status":"passed","time":{"start":1724889148720,"stop":1724889148720,"duration":0}},{"uid":"ba8cb70cdf45ddb0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ba8cb70cdf45ddb0","status":"passed","time":{"start":1724888331953,"stop":1724888331953,"duration":0}},{"uid":"fe778def8103857a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fe778def8103857a","status":"passed","time":{"start":1724887107112,"stop":1724887107112,"duration":0}},{"uid":"7c241e4faab09ea","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7c241e4faab09ea","status":"passed","time":{"start":1724886889606,"stop":1724886889606,"duration":0}},{"uid":"9b718fb354802aa0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9b718fb354802aa0","status":"passed","time":{"start":1724862298787,"stop":1724862298787,"duration":0}},{"uid":"20c701f1c66436af","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/20c701f1c66436af","status":"passed","time":{"start":1724861779250,"stop":1724861779251,"duration":1}},{"uid":"34a780af7336ee89","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/34a780af7336ee89","status":"passed","time":{"start":1724861646558,"stop":1724861646558,"duration":0}},{"uid":"3f654c3d18f17ef","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3f654c3d18f17ef","status":"passed","time":{"start":1724861466606,"stop":1724861466607,"duration":1}}]},"bdb915d241378b0c53ed68c54b77c7ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5194f956330f3760","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5194f956330f3760","status":"passed","time":{"start":1724922853910,"stop":1724922853910,"duration":0}},{"uid":"1d538544713498a1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1d538544713498a1","status":"passed","time":{"start":1724921529572,"stop":1724921529572,"duration":0}},{"uid":"f3839bce24dd470","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f3839bce24dd470","status":"passed","time":{"start":1724921488873,"stop":1724921488874,"duration":1}},{"uid":"a2ca40d48d925246","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a2ca40d48d925246","status":"passed","time":{"start":1724918203669,"stop":1724918203670,"duration":1}},{"uid":"6e5b5da572999626","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e5b5da572999626","status":"passed","time":{"start":1724889938353,"stop":1724889938353,"duration":0}},{"uid":"c4286acf552e37c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4286acf552e37c7","status":"passed","time":{"start":1724889077033,"stop":1724889077033,"duration":0}},{"uid":"8275fd1553ac9c4b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8275fd1553ac9c4b","status":"passed","time":{"start":1724888268007,"stop":1724888268008,"duration":1}},{"uid":"575c19c2ef31bc30","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/575c19c2ef31bc30","status":"passed","time":{"start":1724887032390,"stop":1724887032390,"duration":0}},{"uid":"3a37367dba538f1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3a37367dba538f1","status":"passed","time":{"start":1724886822786,"stop":1724886822786,"duration":0}},{"uid":"635f12c01b39496e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/635f12c01b39496e","status":"passed","time":{"start":1724862233504,"stop":1724862233504,"duration":0}},{"uid":"e48276a534e4b0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e48276a534e4b0","status":"passed","time":{"start":1724861712664,"stop":1724861712665,"duration":1}},{"uid":"3296ce89b58992ba","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3296ce89b58992ba","status":"passed","time":{"start":1724861567882,"stop":1724861567883,"duration":1}},{"uid":"5289d3a99c0d3e6f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5289d3a99c0d3e6f","status":"passed","time":{"start":1724861392039,"stop":1724861392039,"duration":0}}]},"75aa2eb60b250dc6b536d32d583528a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d326825f1d8905f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d326825f1d8905f","status":"passed","time":{"start":1724888232426,"stop":1724888232426,"duration":0}}]},"2619b2541fa9c8572be6acdd5b14ee72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"41ccd65bb03671e6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/41ccd65bb03671e6","status":"passed","time":{"start":1724922398921,"stop":1724922398922,"duration":1}},{"uid":"42be8292f8cf9f05","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/42be8292f8cf9f05","status":"passed","time":{"start":1724921061850,"stop":1724921061850,"duration":0}},{"uid":"86b577c84424d991","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/86b577c84424d991","status":"passed","time":{"start":1724921037159,"stop":1724921037159,"duration":0}},{"uid":"7303cf7fe806c08f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7303cf7fe806c08f","status":"passed","time":{"start":1724917697303,"stop":1724917697303,"duration":0}},{"uid":"b6ce8f9ef0ae75b5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b6ce8f9ef0ae75b5","status":"passed","time":{"start":1724889476085,"stop":1724889476085,"duration":0}},{"uid":"2ea6c41902db1415","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ea6c41902db1415","status":"passed","time":{"start":1724888626888,"stop":1724888626889,"duration":1}},{"uid":"85b02386658222e8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/85b02386658222e8","status":"passed","time":{"start":1724887783109,"stop":1724887783109,"duration":0}},{"uid":"27cc458fe90a7fb7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/27cc458fe90a7fb7","status":"passed","time":{"start":1724886549921,"stop":1724886549921,"duration":0}},{"uid":"135d4bcd7a588dfd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/135d4bcd7a588dfd","status":"passed","time":{"start":1724886327582,"stop":1724886327582,"duration":0}},{"uid":"ffd369f81777278","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ffd369f81777278","status":"passed","time":{"start":1724861776808,"stop":1724861776808,"duration":0}},{"uid":"99a3def63e020c55","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/99a3def63e020c55","status":"passed","time":{"start":1724861247300,"stop":1724861247300,"duration":0}},{"uid":"e9059d322204dfb5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e9059d322204dfb5","status":"passed","time":{"start":1724861071396,"stop":1724861071396,"duration":0}},{"uid":"e4c1ae31f9dcb46f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e4c1ae31f9dcb46f","status":"passed","time":{"start":1724860931796,"stop":1724860931796,"duration":0}}]},"a4180280210406381c2ee4176b7aa032:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2a1928ece6b79d6b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2a1928ece6b79d6b","status":"passed","time":{"start":1724921556063,"stop":1724921556063,"duration":0}}]},"d4a849ab6addb63e31be56e1d247cfa4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9068b681eb2a5d5d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9068b681eb2a5d5d","status":"passed","time":{"start":1724886906385,"stop":1724886906385,"duration":0}}]},"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"aa340ee2e7f0031c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/aa340ee2e7f0031c","status":"passed","time":{"start":1724922635360,"stop":1724922635360,"duration":0}},{"uid":"f58c94273ed9034f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f58c94273ed9034f","status":"passed","time":{"start":1724921297020,"stop":1724921297020,"duration":0}},{"uid":"ceb13f649f91dc1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ceb13f649f91dc1","status":"passed","time":{"start":1724921276382,"stop":1724921276383,"duration":1}},{"uid":"ce98eb7987d972c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ce98eb7987d972c","status":"passed","time":{"start":1724917948331,"stop":1724917948331,"duration":0}},{"uid":"92a2318d2a0edef5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92a2318d2a0edef5","status":"passed","time":{"start":1724889729021,"stop":1724889729022,"duration":1}},{"uid":"92a3b2b35d1aaea0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92a3b2b35d1aaea0","status":"passed","time":{"start":1724888864961,"stop":1724888864961,"duration":0}},{"uid":"96e1d97f3f875430","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/96e1d97f3f875430","status":"passed","time":{"start":1724888053754,"stop":1724888053754,"duration":0}},{"uid":"8ecbf566fa3e85ae","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8ecbf566fa3e85ae","status":"passed","time":{"start":1724886811668,"stop":1724886811669,"duration":1}},{"uid":"77460ffc8301b209","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/77460ffc8301b209","status":"passed","time":{"start":1724886581010,"stop":1724886581011,"duration":1}},{"uid":"d3208cc5ed9085cd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3208cc5ed9085cd","status":"passed","time":{"start":1724862019567,"stop":1724862019567,"duration":0}},{"uid":"fdac873218bc2039","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fdac873218bc2039","status":"passed","time":{"start":1724861493944,"stop":1724861493945,"duration":1}},{"uid":"f72c1948d79ea348","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f72c1948d79ea348","status":"passed","time":{"start":1724861318065,"stop":1724861318066,"duration":1}},{"uid":"f75ee18108c25d13","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f75ee18108c25d13","status":"passed","time":{"start":1724861178525,"stop":1724861178525,"duration":0}}]},"9978146f71cdaf2c91c43835af5abd94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"53e673eda1e33ea9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/53e673eda1e33ea9","status":"passed","time":{"start":1724861741895,"stop":1724861741896,"duration":1}}]},"8b563cac024dfd1d5d7344c3681e3e58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"22c47c8710bd5f7b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/22c47c8710bd5f7b","status":"passed","time":{"start":1724922946240,"stop":1724922946241,"duration":1}}]},"f03178e8aa5334e5fc36c12da3793a14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d8ab9c3464e594f5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d8ab9c3464e594f5","status":"passed","time":{"start":1724922983783,"stop":1724922983784,"duration":1}},{"uid":"3acefc6a93f80c07","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3acefc6a93f80c07","status":"passed","time":{"start":1724921656193,"stop":1724921656193,"duration":0}},{"uid":"6283680f11f31f47","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6283680f11f31f47","status":"passed","time":{"start":1724921620460,"stop":1724921620461,"duration":1}},{"uid":"a2076e74a7db555a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a2076e74a7db555a","status":"passed","time":{"start":1724918327711,"stop":1724918327711,"duration":0}},{"uid":"79f375f8d8e4c1aa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/79f375f8d8e4c1aa","status":"passed","time":{"start":1724890078471,"stop":1724890078471,"duration":0}},{"uid":"b04153d7b61eb054","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b04153d7b61eb054","status":"passed","time":{"start":1724889213827,"stop":1724889213827,"duration":0}},{"uid":"553e09dbb7999484","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/553e09dbb7999484","status":"passed","time":{"start":1724888383603,"stop":1724888383603,"duration":0}},{"uid":"a4a556ecfd64d72","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a4a556ecfd64d72","status":"passed","time":{"start":1724887164579,"stop":1724887164579,"duration":0}},{"uid":"733e7d776c172bdc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/733e7d776c172bdc","status":"passed","time":{"start":1724886943102,"stop":1724886943102,"duration":0}},{"uid":"df394d41dbda8305","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/df394d41dbda8305","status":"passed","time":{"start":1724862368930,"stop":1724862368930,"duration":0}},{"uid":"c742638f7fbd37ab","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c742638f7fbd37ab","status":"passed","time":{"start":1724861835947,"stop":1724861835947,"duration":0}},{"uid":"4f274b06842babfc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4f274b06842babfc","status":"passed","time":{"start":1724861692904,"stop":1724861692904,"duration":0}},{"uid":"64520d79f8654367","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/64520d79f8654367","status":"passed","time":{"start":1724861520701,"stop":1724861520701,"duration":0}}]},"c19fe6ac785d492841a76d7baf8b0320:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c7d6eefb8b517887","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c7d6eefb8b517887","status":"passed","time":{"start":1724862320146,"stop":1724862320147,"duration":1}}]},"a862b167541998a8690154c06ad67ffd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b2ff9a7669feac70","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b2ff9a7669feac70","status":"passed","time":{"start":1724921244376,"stop":1724921244381,"duration":5}}]},"310a6b23dddace14d3a55637b08d3b88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8b512a0f82774432","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8b512a0f82774432","status":"passed","time":{"start":1724922439101,"stop":1724922439101,"duration":0}},{"uid":"6564cbbd37fe18cb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6564cbbd37fe18cb","status":"passed","time":{"start":1724921098918,"stop":1724921098918,"duration":0}},{"uid":"ad364c897ec599fc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ad364c897ec599fc","status":"passed","time":{"start":1724921073395,"stop":1724921073396,"duration":1}},{"uid":"e0966ea4e7f4b670","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e0966ea4e7f4b670","status":"passed","time":{"start":1724917744663,"stop":1724917744663,"duration":0}},{"uid":"c2946a505514ba99","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2946a505514ba99","status":"passed","time":{"start":1724889518044,"stop":1724889518044,"duration":0}},{"uid":"a9c69ce0e7e364d1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9c69ce0e7e364d1","status":"passed","time":{"start":1724888665802,"stop":1724888665802,"duration":0}},{"uid":"267a5519cc0d69e7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/267a5519cc0d69e7","status":"passed","time":{"start":1724887821952,"stop":1724887821952,"duration":0}},{"uid":"cc7ada8ae18e72ce","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc7ada8ae18e72ce","status":"passed","time":{"start":1724886586925,"stop":1724886586925,"duration":0}},{"uid":"a22f317f4fd209df","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a22f317f4fd209df","status":"passed","time":{"start":1724886375231,"stop":1724886375232,"duration":1}},{"uid":"e664f41d32e8cb6c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e664f41d32e8cb6c","status":"passed","time":{"start":1724861815217,"stop":1724861815217,"duration":0}},{"uid":"b5fd2d6d668a757b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b5fd2d6d668a757b","status":"passed","time":{"start":1724861291722,"stop":1724861291722,"duration":0}},{"uid":"e11fd9f622f90dbb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e11fd9f622f90dbb","status":"passed","time":{"start":1724861109878,"stop":1724861109879,"duration":1}},{"uid":"8179cebf8aeda35","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8179cebf8aeda35","status":"passed","time":{"start":1724860972343,"stop":1724860972343,"duration":0}}]},"c2365eda06fd7fa9ba7217cee5e48a26:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"be16419b9ccbe288","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/be16419b9ccbe288","status":"passed","time":{"start":1724922778323,"stop":1724922778323,"duration":0}},{"uid":"f915f532cffc161b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f915f532cffc161b","status":"passed","time":{"start":1724921497752,"stop":1724921497752,"duration":0}},{"uid":"1e3268797b1bc802","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1e3268797b1bc802","status":"passed","time":{"start":1724921408406,"stop":1724921408407,"duration":1}},{"uid":"1a1d9bbd032bd827","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1a1d9bbd032bd827","status":"passed","time":{"start":1724918086868,"stop":1724918086868,"duration":0}},{"uid":"afef6203c3b3b900","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/afef6203c3b3b900","status":"passed","time":{"start":1724889892442,"stop":1724889892443,"duration":1}},{"uid":"77749c33f524cbf0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/77749c33f524cbf0","status":"passed","time":{"start":1724888997213,"stop":1724888997214,"duration":1}},{"uid":"5c5470019b110fec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5c5470019b110fec","status":"passed","time":{"start":1724888159485,"stop":1724888159486,"duration":1}},{"uid":"507c038c9457a236","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/507c038c9457a236","status":"passed","time":{"start":1724886937288,"stop":1724886937288,"duration":0}},{"uid":"5c27091ac3cedd29","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5c27091ac3cedd29","status":"passed","time":{"start":1724886709796,"stop":1724886709796,"duration":0}},{"uid":"f3a7eb9b1f7a7ed9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3a7eb9b1f7a7ed9","status":"passed","time":{"start":1724862123534,"stop":1724862123534,"duration":0}},{"uid":"6e41a6e0d3568946","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6e41a6e0d3568946","status":"passed","time":{"start":1724861620101,"stop":1724861620101,"duration":0}},{"uid":"c851d22ee14564e1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c851d22ee14564e1","status":"passed","time":{"start":1724861460232,"stop":1724861460233,"duration":1}},{"uid":"a366114d4da48bed","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a366114d4da48bed","status":"passed","time":{"start":1724861330168,"stop":1724861330169,"duration":1}}]},"c3aa81c34208caf9ba4f2bc51c7f015f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cd03c58e654ec80e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cd03c58e654ec80e","status":"passed","time":{"start":1724922383084,"stop":1724922383084,"duration":0}},{"uid":"1ac9e709ba47a446","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1ac9e709ba47a446","status":"passed","time":{"start":1724921046200,"stop":1724921046201,"duration":1}},{"uid":"ca58b3c048140554","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ca58b3c048140554","status":"passed","time":{"start":1724921021471,"stop":1724921021472,"duration":1}},{"uid":"79034d869982d134","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/79034d869982d134","status":"passed","time":{"start":1724917681720,"stop":1724917681720,"duration":0}},{"uid":"b2a4369feaf718a4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b2a4369feaf718a4","status":"passed","time":{"start":1724889460652,"stop":1724889460652,"duration":0}},{"uid":"9865686eda37ad2c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9865686eda37ad2c","status":"passed","time":{"start":1724888611292,"stop":1724888611292,"duration":0}},{"uid":"13d0ae89fc3b59b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/13d0ae89fc3b59b","status":"passed","time":{"start":1724887767620,"stop":1724887767620,"duration":0}},{"uid":"73b7c3dd5ba01bac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/73b7c3dd5ba01bac","status":"passed","time":{"start":1724886533986,"stop":1724886533987,"duration":1}},{"uid":"56b5416fe1131083","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/56b5416fe1131083","status":"passed","time":{"start":1724886311755,"stop":1724886311755,"duration":0}},{"uid":"47da653be19bcf46","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/47da653be19bcf46","status":"passed","time":{"start":1724861760771,"stop":1724861760771,"duration":0}},{"uid":"958342e2ab184065","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/958342e2ab184065","status":"passed","time":{"start":1724861231730,"stop":1724861231734,"duration":4}},{"uid":"df243230e79adfb4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/df243230e79adfb4","status":"passed","time":{"start":1724861054252,"stop":1724861054252,"duration":0}},{"uid":"56417787583eabf2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/56417787583eabf2","status":"passed","time":{"start":1724860915810,"stop":1724860915810,"duration":0}}]},"b3338ef83501576e210e39f56e906273:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f5c8481d62d0d615","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f5c8481d62d0d615","status":"passed","time":{"start":1724922966704,"stop":1724922966704,"duration":0}},{"uid":"6fc875120106ada0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6fc875120106ada0","status":"passed","time":{"start":1724921640663,"stop":1724921640663,"duration":0}},{"uid":"4297c5cb512f83ab","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4297c5cb512f83ab","status":"passed","time":{"start":1724921597586,"stop":1724921597586,"duration":0}},{"uid":"aeba00f6554e322f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/aeba00f6554e322f","status":"passed","time":{"start":1724918306248,"stop":1724918306249,"duration":1}},{"uid":"e1dd7250f4aa2732","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e1dd7250f4aa2732","status":"passed","time":{"start":1724890060300,"stop":1724890060300,"duration":0}},{"uid":"3816255c958606c1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3816255c958606c1","status":"passed","time":{"start":1724889191328,"stop":1724889191328,"duration":0}},{"uid":"ba2eb602b4bb5a1d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ba2eb602b4bb5a1d","status":"passed","time":{"start":1724888368606,"stop":1724888368606,"duration":0}},{"uid":"941f4f2478a14a81","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/941f4f2478a14a81","status":"passed","time":{"start":1724887150940,"stop":1724887150940,"duration":0}},{"uid":"a82ef38af4984a04","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a82ef38af4984a04","status":"passed","time":{"start":1724886928811,"stop":1724886928811,"duration":0}},{"uid":"682bdbc3bbe715e6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/682bdbc3bbe715e6","status":"passed","time":{"start":1724862346041,"stop":1724862346041,"duration":0}},{"uid":"be79284df8bc88d7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/be79284df8bc88d7","status":"passed","time":{"start":1724861823100,"stop":1724861823100,"duration":0}},{"uid":"94d87e74801d19d8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/94d87e74801d19d8","status":"passed","time":{"start":1724861677722,"stop":1724861677723,"duration":1}},{"uid":"125538b05bee7c63","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/125538b05bee7c63","status":"passed","time":{"start":1724861503958,"stop":1724861503958,"duration":0}}]},"902c7819b2f906f32bfe7adb553c673b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a302a6a9c56795c6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a302a6a9c56795c6","status":"passed","time":{"start":1724922921470,"stop":1724922921470,"duration":0}},{"uid":"ad029ca824037832","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ad029ca824037832","status":"passed","time":{"start":1724921602961,"stop":1724921602967,"duration":6}},{"uid":"23f63bda147f8f4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/23f63bda147f8f4","status":"passed","time":{"start":1724921571105,"stop":1724921571106,"duration":1}},{"uid":"86a2ecef9686cca","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/86a2ecef9686cca","status":"passed","time":{"start":1724918285611,"stop":1724918285612,"duration":1}},{"uid":"f527a9ffbe1c6513","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f527a9ffbe1c6513","status":"passed","time":{"start":1724890030099,"stop":1724890030100,"duration":1}},{"uid":"ae87c4632c195cbf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ae87c4632c195cbf","status":"passed","time":{"start":1724889171920,"stop":1724889171920,"duration":0}},{"uid":"fa4d1be0db91f2fb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fa4d1be0db91f2fb","status":"passed","time":{"start":1724888350740,"stop":1724888350740,"duration":0}},{"uid":"c17e86af26ca8666","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c17e86af26ca8666","status":"passed","time":{"start":1724887115422,"stop":1724887115423,"duration":1}},{"uid":"f532bb29357ded82","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f532bb29357ded82","status":"passed","time":{"start":1724886884584,"stop":1724886884584,"duration":0}},{"uid":"fc2c361343abf849","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc2c361343abf849","status":"passed","time":{"start":1724862322275,"stop":1724862322276,"duration":1}},{"uid":"230095fe68c6e8d0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/230095fe68c6e8d0","status":"passed","time":{"start":1724861790763,"stop":1724861790763,"duration":0}},{"uid":"ba5df9cbc9c7b7db","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ba5df9cbc9c7b7db","status":"passed","time":{"start":1724861628429,"stop":1724861628429,"duration":0}},{"uid":"3ff1335aa36a6593","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3ff1335aa36a6593","status":"passed","time":{"start":1724861465633,"stop":1724861465634,"duration":1}}]},"db6195f380365d8ef092b4b4ba6e82c3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3eeac006dbe1e4f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3eeac006dbe1e4f","status":"passed","time":{"start":1724888336460,"stop":1724888336461,"duration":1}}]},"9cabe131d72034c77ed828d117e102d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"83339b303d487a96","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/83339b303d487a96","status":"passed","time":{"start":1724922921473,"stop":1724922921473,"duration":0}},{"uid":"2f3226feb5270c75","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2f3226feb5270c75","status":"passed","time":{"start":1724921602985,"stop":1724921602986,"duration":1}},{"uid":"2f2dc7947c321d00","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2f2dc7947c321d00","status":"passed","time":{"start":1724921571109,"stop":1724921571109,"duration":0}},{"uid":"d2c021a887ac2355","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d2c021a887ac2355","status":"passed","time":{"start":1724918285616,"stop":1724918285617,"duration":1}},{"uid":"b5769597220891dd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b5769597220891dd","status":"passed","time":{"start":1724890030103,"stop":1724890030103,"duration":0}},{"uid":"c782142a78b76e8d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c782142a78b76e8d","status":"passed","time":{"start":1724889171930,"stop":1724889171931,"duration":1}},{"uid":"20447f84f3f0b98f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/20447f84f3f0b98f","status":"passed","time":{"start":1724888350742,"stop":1724888350744,"duration":2}},{"uid":"c83b99d65e92511c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c83b99d65e92511c","status":"passed","time":{"start":1724887115429,"stop":1724887115430,"duration":1}},{"uid":"be3f7f389bf0ec27","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/be3f7f389bf0ec27","status":"passed","time":{"start":1724886884587,"stop":1724886884587,"duration":0}},{"uid":"1b2f22b4570c50b7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1b2f22b4570c50b7","status":"passed","time":{"start":1724862322278,"stop":1724862322278,"duration":0}},{"uid":"fcc72ae30bf840c7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fcc72ae30bf840c7","status":"passed","time":{"start":1724861790766,"stop":1724861790767,"duration":1}},{"uid":"1b68f64b6cf00fb6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1b68f64b6cf00fb6","status":"passed","time":{"start":1724861628432,"stop":1724861628432,"duration":0}},{"uid":"7a19e3bda27af2e0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7a19e3bda27af2e0","status":"passed","time":{"start":1724861465636,"stop":1724861465636,"duration":0}}]},"c39d6b8ce540fff53a16da756e5ce128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5dbe23fe23a94c7a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5dbe23fe23a94c7a","status":"passed","time":{"start":1724922921468,"stop":1724922921468,"duration":0}},{"uid":"f52eac6f5e3afc98","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f52eac6f5e3afc98","status":"passed","time":{"start":1724921602959,"stop":1724921602959,"duration":0}},{"uid":"3bc88ae633d6ddc1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3bc88ae633d6ddc1","status":"passed","time":{"start":1724921571102,"stop":1724921571102,"duration":0}},{"uid":"f4b36a9d8f5e560c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f4b36a9d8f5e560c","status":"passed","time":{"start":1724918285605,"stop":1724918285606,"duration":1}},{"uid":"12591038f1900c13","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/12591038f1900c13","status":"passed","time":{"start":1724890030097,"stop":1724890030097,"duration":0}},{"uid":"de6c09baaae7ba48","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/de6c09baaae7ba48","status":"passed","time":{"start":1724889171916,"stop":1724889171916,"duration":0}},{"uid":"6e6daf3b99a6a75","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6e6daf3b99a6a75","status":"passed","time":{"start":1724888350731,"stop":1724888350734,"duration":3}},{"uid":"ce77ef94aa4611ee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ce77ef94aa4611ee","status":"passed","time":{"start":1724887115417,"stop":1724887115418,"duration":1}},{"uid":"4befafe49e04cb5c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4befafe49e04cb5c","status":"passed","time":{"start":1724886884582,"stop":1724886884582,"duration":0}},{"uid":"8af722829f77c3b7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8af722829f77c3b7","status":"passed","time":{"start":1724862322267,"stop":1724862322267,"duration":0}},{"uid":"964c5d85b0303268","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/964c5d85b0303268","status":"passed","time":{"start":1724861790756,"stop":1724861790757,"duration":1}},{"uid":"6b8fda26cf95246e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6b8fda26cf95246e","status":"passed","time":{"start":1724861628426,"stop":1724861628426,"duration":0}},{"uid":"442429a6611966fa","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/442429a6611966fa","status":"passed","time":{"start":1724861465631,"stop":1724861465631,"duration":0}}]},"7525529448609d899418fbc61a88f88e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dbf4513184c70f0b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dbf4513184c70f0b","status":"passed","time":{"start":1724922928885,"stop":1724922928885,"duration":0}},{"uid":"6e93bfcb3caffb93","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6e93bfcb3caffb93","status":"passed","time":{"start":1724921620594,"stop":1724921620594,"duration":0}},{"uid":"fb4aa9aa3dcdfae9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fb4aa9aa3dcdfae9","status":"passed","time":{"start":1724921566685,"stop":1724921566686,"duration":1}},{"uid":"e360f056f428d203","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e360f056f428d203","status":"passed","time":{"start":1724918280551,"stop":1724918280551,"duration":0}},{"uid":"905185dc3ed673a3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/905185dc3ed673a3","status":"passed","time":{"start":1724890019467,"stop":1724890019468,"duration":1}},{"uid":"4b2ae1b4b0950871","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b2ae1b4b0950871","status":"passed","time":{"start":1724889148720,"stop":1724889148721,"duration":1}},{"uid":"76595f62b97da0ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/76595f62b97da0ba","status":"passed","time":{"start":1724888331953,"stop":1724888331953,"duration":0}},{"uid":"1a303750bcfa78c0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1a303750bcfa78c0","status":"passed","time":{"start":1724887107112,"stop":1724887107112,"duration":0}},{"uid":"9a69bff890d05660","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9a69bff890d05660","status":"passed","time":{"start":1724886889607,"stop":1724886889607,"duration":0}},{"uid":"decc67aa7310f9ea","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/decc67aa7310f9ea","status":"passed","time":{"start":1724862298787,"stop":1724862298788,"duration":1}},{"uid":"b3430cc2c1b1e994","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b3430cc2c1b1e994","status":"passed","time":{"start":1724861779251,"stop":1724861779251,"duration":0}},{"uid":"44e989a799fdb856","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/44e989a799fdb856","status":"passed","time":{"start":1724861646558,"stop":1724861646559,"duration":1}},{"uid":"5a3425acdb871b0f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5a3425acdb871b0f","status":"passed","time":{"start":1724861466607,"stop":1724861466610,"duration":3}}]},"3018426b970a809a6840d3ee8a5347bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1556cf1a20f7d8f3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1556cf1a20f7d8f3","status":"passed","time":{"start":1724921619634,"stop":1724921619634,"duration":0}}]},"1b23c5230857c0a2df468070123b132f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a1402f42df5d12ca","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a1402f42df5d12ca","status":"passed","time":{"start":1724861285836,"stop":1724861285836,"duration":0}}]},"121a98c10b212f26b4a94a365151a032:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c2648aab7fa3604","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c2648aab7fa3604","status":"passed","time":{"start":1724889072752,"stop":1724889072752,"duration":0}}]},"6c39df66853b3b1ff073abdfaa79b3f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ecd2ddd0332f70fd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ecd2ddd0332f70fd","status":"passed","time":{"start":1724922425592,"stop":1724922425595,"duration":3}},{"uid":"9b9d97f1a0e69d96","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9b9d97f1a0e69d96","status":"passed","time":{"start":1724921088189,"stop":1724921088192,"duration":3}},{"uid":"1006f3ce509de76b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1006f3ce509de76b","status":"passed","time":{"start":1724921063379,"stop":1724921063380,"duration":1}},{"uid":"a0bacc685a260231","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a0bacc685a260231","status":"passed","time":{"start":1724917723828,"stop":1724917723830,"duration":2}},{"uid":"5e1b5d3e7d493c50","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5e1b5d3e7d493c50","status":"passed","time":{"start":1724889503222,"stop":1724889503224,"duration":2}},{"uid":"cf5026969db80e1c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf5026969db80e1c","status":"passed","time":{"start":1724888652590,"stop":1724888652591,"duration":1}},{"uid":"3ef3300615bd931c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3ef3300615bd931c","status":"passed","time":{"start":1724887810644,"stop":1724887810646,"duration":2}},{"uid":"54f89253184da0bf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/54f89253184da0bf","status":"passed","time":{"start":1724886577050,"stop":1724886577053,"duration":3}},{"uid":"64ac8d81f04c631","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/64ac8d81f04c631","status":"passed","time":{"start":1724886355047,"stop":1724886355048,"duration":1}},{"uid":"2b3daf283148c91c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b3daf283148c91c","status":"passed","time":{"start":1724861804035,"stop":1724861804038,"duration":3}},{"uid":"d12e0fb67f9ff47f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d12e0fb67f9ff47f","status":"passed","time":{"start":1724861273292,"stop":1724861273294,"duration":2}},{"uid":"a9d957c280169d2b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a9d957c280169d2b","status":"passed","time":{"start":1724861099304,"stop":1724861099305,"duration":1}},{"uid":"a2fa560794e5beef","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a2fa560794e5beef","status":"passed","time":{"start":1724860959299,"stop":1724860959302,"duration":3}}]},"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"da145ecbd82880c5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/da145ecbd82880c5","status":"passed","time":{"start":1724922611418,"stop":1724922611418,"duration":0}},{"uid":"3c1cc34ce66e1cc2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3c1cc34ce66e1cc2","status":"passed","time":{"start":1724921270338,"stop":1724921270339,"duration":1}},{"uid":"4855263981f33fe5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4855263981f33fe5","status":"passed","time":{"start":1724921247770,"stop":1724921247770,"duration":0}},{"uid":"77ef4fedb2f6c5df","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/77ef4fedb2f6c5df","status":"passed","time":{"start":1724917989806,"stop":1724917989807,"duration":1}},{"uid":"30541af7c28928e7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/30541af7c28928e7","status":"passed","time":{"start":1724889678530,"stop":1724889678531,"duration":1}},{"uid":"930bb8f7505b27c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/930bb8f7505b27c7","status":"passed","time":{"start":1724888829821,"stop":1724888829821,"duration":0}},{"uid":"c899a7b5f1d21714","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c899a7b5f1d21714","status":"passed","time":{"start":1724888076967,"stop":1724888076969,"duration":2}},{"uid":"c65065b1368063b9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c65065b1368063b9","status":"passed","time":{"start":1724886851108,"stop":1724886851109,"duration":1}},{"uid":"d32792a4ec72026d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d32792a4ec72026d","status":"passed","time":{"start":1724886647045,"stop":1724886647046,"duration":1}},{"uid":"ae0326ccc5284d51","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ae0326ccc5284d51","status":"passed","time":{"start":1724861992699,"stop":1724861992700,"duration":1}},{"uid":"bd6c666a1616987d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bd6c666a1616987d","status":"passed","time":{"start":1724861469624,"stop":1724861469625,"duration":1}},{"uid":"f90b48e63263602a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f90b48e63263602a","status":"passed","time":{"start":1724861284842,"stop":1724861284843,"duration":1}},{"uid":"1f8099cfd9d74657","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1f8099cfd9d74657","status":"passed","time":{"start":1724861145767,"stop":1724861145768,"duration":1}}]},"462880b226cba38b1bffc5c68a30a3d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fe8178d8b944f6df","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fe8178d8b944f6df","status":"passed","time":{"start":1724921475501,"stop":1724921475501,"duration":0}}]},"ea3a5bc738726324dac921efad4a8cce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"31aa057e9e1c0767","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/31aa057e9e1c0767","status":"passed","time":{"start":1724923012462,"stop":1724923012462,"duration":0}},{"uid":"a8c0dbd5cd6abe23","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a8c0dbd5cd6abe23","status":"passed","time":{"start":1724921625047,"stop":1724921625048,"duration":1}},{"uid":"3c257845a2d8b6d8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3c257845a2d8b6d8","status":"passed","time":{"start":1724921590493,"stop":1724921590493,"duration":0}},{"uid":"21bbf6d1888e6f46","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/21bbf6d1888e6f46","status":"passed","time":{"start":1724918287563,"stop":1724918287563,"duration":0}},{"uid":"153323783fe9dd9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/153323783fe9dd9d","status":"passed","time":{"start":1724890047786,"stop":1724890047786,"duration":0}},{"uid":"8802e026be3bee96","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8802e026be3bee96","status":"passed","time":{"start":1724889183918,"stop":1724889183918,"duration":0}},{"uid":"e072d3649169d3a8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e072d3649169d3a8","status":"passed","time":{"start":1724888354163,"stop":1724888354164,"duration":1}},{"uid":"c7d59772642895fd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c7d59772642895fd","status":"passed","time":{"start":1724887145655,"stop":1724887145655,"duration":0}},{"uid":"ada094c3b23e3653","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ada094c3b23e3653","status":"passed","time":{"start":1724886915785,"stop":1724886915785,"duration":0}},{"uid":"532f73dbafb76b93","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/532f73dbafb76b93","status":"passed","time":{"start":1724862341435,"stop":1724862341435,"duration":0}},{"uid":"82571dae859f0c74","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/82571dae859f0c74","status":"passed","time":{"start":1724861805440,"stop":1724861805440,"duration":0}},{"uid":"600d6df0148f62cb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/600d6df0148f62cb","status":"passed","time":{"start":1724861662254,"stop":1724861662254,"duration":0}},{"uid":"e69e0cf9f5cc0de4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e69e0cf9f5cc0de4","status":"passed","time":{"start":1724861492507,"stop":1724861492507,"duration":0}}]},"3fd6780894bdd07c81262aaa079902f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"78c4b51bd13a1ea6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/78c4b51bd13a1ea6","status":"passed","time":{"start":1724922439100,"stop":1724922439100,"duration":0}},{"uid":"7aa9618ccdb4bc71","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7aa9618ccdb4bc71","status":"passed","time":{"start":1724921098915,"stop":1724921098916,"duration":1}},{"uid":"fd73de245a74a90e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fd73de245a74a90e","status":"passed","time":{"start":1724921073393,"stop":1724921073394,"duration":1}},{"uid":"626cfcecaf5da4c3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/626cfcecaf5da4c3","status":"passed","time":{"start":1724917744662,"stop":1724917744662,"duration":0}},{"uid":"f8f0233c5babf1dc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f8f0233c5babf1dc","status":"passed","time":{"start":1724889518043,"stop":1724889518043,"duration":0}},{"uid":"1c96f55dc58cca79","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c96f55dc58cca79","status":"passed","time":{"start":1724888665801,"stop":1724888665801,"duration":0}},{"uid":"361137825b00c90e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/361137825b00c90e","status":"passed","time":{"start":1724887821951,"stop":1724887821951,"duration":0}},{"uid":"2185298c26092dc5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2185298c26092dc5","status":"passed","time":{"start":1724886586924,"stop":1724886586925,"duration":1}},{"uid":"378e61cd16dffc10","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/378e61cd16dffc10","status":"passed","time":{"start":1724886375229,"stop":1724886375230,"duration":1}},{"uid":"23e312ed3de5fa1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/23e312ed3de5fa1","status":"passed","time":{"start":1724861815216,"stop":1724861815216,"duration":0}},{"uid":"4c0456a659d08660","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4c0456a659d08660","status":"passed","time":{"start":1724861291721,"stop":1724861291721,"duration":0}},{"uid":"6b7c6599e7b79a34","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6b7c6599e7b79a34","status":"passed","time":{"start":1724861109875,"stop":1724861109877,"duration":2}},{"uid":"d3e7f81ee94e87ac","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d3e7f81ee94e87ac","status":"passed","time":{"start":1724860972341,"stop":1724860972341,"duration":0}}]},"fa5fa52de910330bd6c58cbf3751a7d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c6648e0f7813e7d7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c6648e0f7813e7d7","status":"passed","time":{"start":1724922845238,"stop":1724922845238,"duration":0}},{"uid":"ea7d8fbfbea10b4f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ea7d8fbfbea10b4f","status":"passed","time":{"start":1724921515223,"stop":1724921515224,"duration":1}},{"uid":"c33d608172af286c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c33d608172af286c","status":"passed","time":{"start":1724921475443,"stop":1724921475443,"duration":0}},{"uid":"dd9ab18b183fc6ae","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd9ab18b183fc6ae","status":"passed","time":{"start":1724918179397,"stop":1724918179398,"duration":1}},{"uid":"bfa16b6eca52337c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bfa16b6eca52337c","status":"passed","time":{"start":1724889935338,"stop":1724889935339,"duration":1}},{"uid":"18240736891f8d6e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/18240736891f8d6e","status":"passed","time":{"start":1724889072751,"stop":1724889072751,"duration":0}},{"uid":"6a3ae0b49694af7b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a3ae0b49694af7b","status":"passed","time":{"start":1724888232412,"stop":1724888232412,"duration":0}},{"uid":"fe25bdc95d334620","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fe25bdc95d334620","status":"passed","time":{"start":1724887018300,"stop":1724887018300,"duration":0}},{"uid":"34218fa5380c6394","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/34218fa5380c6394","status":"passed","time":{"start":1724886781476,"stop":1724886781477,"duration":1}},{"uid":"31f6073fd2af007e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31f6073fd2af007e","status":"passed","time":{"start":1724862213660,"stop":1724862213660,"duration":0}},{"uid":"6ababa9bb9f4329","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6ababa9bb9f4329","status":"passed","time":{"start":1724861685853,"stop":1724861685853,"duration":0}},{"uid":"77608c22e74fe463","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/77608c22e74fe463","status":"passed","time":{"start":1724861546169,"stop":1724861546170,"duration":1}},{"uid":"2e9516485b94b203","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2e9516485b94b203","status":"passed","time":{"start":1724861378108,"stop":1724861378108,"duration":0}}]},"63f8c87e7b17ff4d0a0882f6b3aac6a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ac8e59357473049f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ac8e59357473049f","status":"passed","time":{"start":1724922887532,"stop":1724922887533,"duration":1}},{"uid":"fa1df6d135719105","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fa1df6d135719105","status":"passed","time":{"start":1724921564783,"stop":1724921564783,"duration":0}},{"uid":"fd770f49e068253d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fd770f49e068253d","status":"passed","time":{"start":1724921518828,"stop":1724921518829,"duration":1}},{"uid":"ec6d5d5617379a9a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ec6d5d5617379a9a","status":"passed","time":{"start":1724918229405,"stop":1724918229405,"duration":0}},{"uid":"1ea30fdec9d00139","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1ea30fdec9d00139","status":"passed","time":{"start":1724889980707,"stop":1724889980707,"duration":0}},{"uid":"41ce446824c25d96","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/41ce446824c25d96","status":"passed","time":{"start":1724889111184,"stop":1724889111184,"duration":0}},{"uid":"cc1ec23c54248167","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc1ec23c54248167","status":"passed","time":{"start":1724888292547,"stop":1724888292547,"duration":0}},{"uid":"4b925c55d0b3c2e6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4b925c55d0b3c2e6","status":"passed","time":{"start":1724887068232,"stop":1724887068232,"duration":0}},{"uid":"cad0094371d5313f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cad0094371d5313f","status":"passed","time":{"start":1724886848935,"stop":1724886848935,"duration":0}},{"uid":"26797933cf1193ce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/26797933cf1193ce","status":"passed","time":{"start":1724862262054,"stop":1724862262055,"duration":1}},{"uid":"4b12e8bba18ba5a9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4b12e8bba18ba5a9","status":"passed","time":{"start":1724861741898,"stop":1724861741898,"duration":0}},{"uid":"80368d53527e9206","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/80368d53527e9206","status":"passed","time":{"start":1724861599501,"stop":1724861599502,"duration":1}},{"uid":"685e79da4124df9d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/685e79da4124df9d","status":"passed","time":{"start":1724861428480,"stop":1724861428480,"duration":0}}]},"e57dcf5e029b6069d3f519aa3cf8664c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"58c4114d53ef2cd3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/58c4114d53ef2cd3","status":"passed","time":{"start":1724922383092,"stop":1724922383092,"duration":0}},{"uid":"d65553ec6b4879b0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d65553ec6b4879b0","status":"passed","time":{"start":1724921046209,"stop":1724921046209,"duration":0}},{"uid":"31cf46c2519d1561","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/31cf46c2519d1561","status":"passed","time":{"start":1724921021480,"stop":1724921021481,"duration":1}},{"uid":"e7e3fa598c68b475","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e7e3fa598c68b475","status":"passed","time":{"start":1724917681728,"stop":1724917681728,"duration":0}},{"uid":"8750bb6c9cd4ea98","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8750bb6c9cd4ea98","status":"passed","time":{"start":1724889460657,"stop":1724889460657,"duration":0}},{"uid":"2b7f848e121cf3c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b7f848e121cf3c0","status":"passed","time":{"start":1724888611299,"stop":1724888611300,"duration":1}},{"uid":"46bd227a4e04a2c5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/46bd227a4e04a2c5","status":"passed","time":{"start":1724887767624,"stop":1724887767624,"duration":0}},{"uid":"d28b1b79a2a4113b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d28b1b79a2a4113b","status":"passed","time":{"start":1724886533996,"stop":1724886533996,"duration":0}},{"uid":"860fd3a1cb422e69","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/860fd3a1cb422e69","status":"passed","time":{"start":1724886311762,"stop":1724886311762,"duration":0}},{"uid":"faac1b1e69a34449","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/faac1b1e69a34449","status":"passed","time":{"start":1724861760780,"stop":1724861760780,"duration":0}},{"uid":"d21878a25fe57154","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d21878a25fe57154","status":"passed","time":{"start":1724861231738,"stop":1724861231738,"duration":0}},{"uid":"2aad86104fc3180e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2aad86104fc3180e","status":"passed","time":{"start":1724861054261,"stop":1724861054262,"duration":1}},{"uid":"eb6b72d43d3c74dd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/eb6b72d43d3c74dd","status":"passed","time":{"start":1724860915818,"stop":1724860915819,"duration":1}}]},"e05246201ab1c4afdb4400199328e7ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fd0f85aee7c8b223","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fd0f85aee7c8b223","status":"passed","time":{"start":1724922476375,"stop":1724922476376,"duration":1}},{"uid":"d0509697cfc93dc3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d0509697cfc93dc3","status":"passed","time":{"start":1724921141187,"stop":1724921141187,"duration":0}},{"uid":"ead735619cf8d3ca","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ead735619cf8d3ca","status":"passed","time":{"start":1724921118249,"stop":1724921118249,"duration":0}},{"uid":"65888c1ae3fe6e68","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/65888c1ae3fe6e68","status":"passed","time":{"start":1724917777551,"stop":1724917777551,"duration":0}},{"uid":"54eccb2499840e8a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/54eccb2499840e8a","status":"passed","time":{"start":1724889554664,"stop":1724889554665,"duration":1}},{"uid":"ac06d3739d9ff642","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ac06d3739d9ff642","status":"passed","time":{"start":1724888706937,"stop":1724888706938,"duration":1}},{"uid":"e5d5fb44d5ec5158","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e5d5fb44d5ec5158","status":"passed","time":{"start":1724887861773,"stop":1724887861773,"duration":0}},{"uid":"9279f7953ade5ce","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9279f7953ade5ce","status":"passed","time":{"start":1724886631477,"stop":1724886631477,"duration":0}},{"uid":"1bf71b81f878ac51","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1bf71b81f878ac51","status":"passed","time":{"start":1724886409745,"stop":1724886409746,"duration":1}},{"uid":"3f4aadcd371378b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3f4aadcd371378b","status":"passed","time":{"start":1724861858183,"stop":1724861858183,"duration":0}},{"uid":"becfbf7bb5eec9d0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/becfbf7bb5eec9d0","status":"passed","time":{"start":1724861324521,"stop":1724861324521,"duration":0}},{"uid":"cff641e91c9e2b32","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cff641e91c9e2b32","status":"passed","time":{"start":1724861152390,"stop":1724861152391,"duration":1}},{"uid":"11937476aaea96a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/11937476aaea96a","status":"passed","time":{"start":1724861011435,"stop":1724861011435,"duration":0}}]},"740bd35c687a3aeae457e287c034b229:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea4c21c13ce8a01","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ea4c21c13ce8a01","status":"passed","time":{"start":1724861685854,"stop":1724861685854,"duration":0}}]},"d3a9c53a535a12550d66935c3d177872:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d5811604d74d3628","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d5811604d74d3628","status":"passed","time":{"start":1724922727646,"stop":1724922727646,"duration":0}},{"uid":"68c5070683811b4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/68c5070683811b4","status":"passed","time":{"start":1724921379979,"stop":1724921379979,"duration":0}},{"uid":"d44276262445b17a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d44276262445b17a","status":"passed","time":{"start":1724921359713,"stop":1724921359714,"duration":1}},{"uid":"f7239cb964b523c4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f7239cb964b523c4","status":"passed","time":{"start":1724918127247,"stop":1724918127247,"duration":0}},{"uid":"9033446c43012e1d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9033446c43012e1d","status":"passed","time":{"start":1724889805613,"stop":1724889805613,"duration":0}},{"uid":"cd1195fe5c7013e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd1195fe5c7013e8","status":"passed","time":{"start":1724888940687,"stop":1724888940691,"duration":4}},{"uid":"9a75cb43becf3702","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9a75cb43becf3702","status":"passed","time":{"start":1724888168650,"stop":1724888168651,"duration":1}},{"uid":"90f7bda5ef5ec6e9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/90f7bda5ef5ec6e9","status":"passed","time":{"start":1724886924217,"stop":1724886924217,"duration":0}},{"uid":"1da0e54bfb894955","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1da0e54bfb894955","status":"passed","time":{"start":1724886701805,"stop":1724886701806,"duration":1}},{"uid":"56e4982b30e26b00","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/56e4982b30e26b00","status":"passed","time":{"start":1724862112742,"stop":1724862112742,"duration":0}},{"uid":"4db0aea29693bacd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4db0aea29693bacd","status":"passed","time":{"start":1724861584869,"stop":1724861584869,"duration":0}},{"uid":"26d9154c34cc0e09","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/26d9154c34cc0e09","status":"passed","time":{"start":1724861464495,"stop":1724861464496,"duration":1}},{"uid":"f5d54383bd36a9f6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f5d54383bd36a9f6","status":"passed","time":{"start":1724861254914,"stop":1724861254915,"duration":1}}]},"e4a36cd3d421c24f939acb3f71342b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7a04a994f7e4bb7a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7a04a994f7e4bb7a","status":"passed","time":{"start":1724923012461,"stop":1724923012461,"duration":0}},{"uid":"5d113b515c9b38cc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5d113b515c9b38cc","status":"passed","time":{"start":1724921625044,"stop":1724921625045,"duration":1}},{"uid":"4233ceeb40574b32","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4233ceeb40574b32","status":"passed","time":{"start":1724921590486,"stop":1724921590486,"duration":0}},{"uid":"94ec8f03bf2cf8a1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/94ec8f03bf2cf8a1","status":"passed","time":{"start":1724918287561,"stop":1724918287562,"duration":1}},{"uid":"ec65fd8f13543694","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ec65fd8f13543694","status":"passed","time":{"start":1724890047784,"stop":1724890047785,"duration":1}},{"uid":"965555c6303e2d9c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/965555c6303e2d9c","status":"passed","time":{"start":1724889183917,"stop":1724889183917,"duration":0}},{"uid":"3c8bb44124203b7b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3c8bb44124203b7b","status":"passed","time":{"start":1724888354162,"stop":1724888354162,"duration":0}},{"uid":"616307ca96195f37","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/616307ca96195f37","status":"passed","time":{"start":1724887145653,"stop":1724887145654,"duration":1}},{"uid":"fbe827090c7838a4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fbe827090c7838a4","status":"passed","time":{"start":1724886915781,"stop":1724886915782,"duration":1}},{"uid":"b4a9965d008c2003","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4a9965d008c2003","status":"passed","time":{"start":1724862341434,"stop":1724862341434,"duration":0}},{"uid":"af80dfffa745d804","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/af80dfffa745d804","status":"passed","time":{"start":1724861805437,"stop":1724861805438,"duration":1}},{"uid":"9e10ad230a828853","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9e10ad230a828853","status":"passed","time":{"start":1724861662252,"stop":1724861662253,"duration":1}},{"uid":"c35e8f38b692b801","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c35e8f38b692b801","status":"passed","time":{"start":1724861492505,"stop":1724861492506,"duration":1}}]},"9d6b2d6a9af243784bdf5b08e105b7a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"639fbd784ed11b42","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/639fbd784ed11b42","status":"passed","time":{"start":1724922398277,"stop":1724922398277,"duration":0}},{"uid":"d5a18059ea5bcee2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d5a18059ea5bcee2","status":"passed","time":{"start":1724921061619,"stop":1724921061619,"duration":0}},{"uid":"39e711c091029b79","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/39e711c091029b79","status":"passed","time":{"start":1724921036642,"stop":1724921036642,"duration":0}},{"uid":"7c45cff93ad3b4ac","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7c45cff93ad3b4ac","status":"passed","time":{"start":1724917696747,"stop":1724917696747,"duration":0}},{"uid":"79575522030285a8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/79575522030285a8","status":"passed","time":{"start":1724889476023,"stop":1724889476023,"duration":0}},{"uid":"c2ca9a5441896213","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2ca9a5441896213","status":"passed","time":{"start":1724888626863,"stop":1724888626864,"duration":1}},{"uid":"c556571a83e46331","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c556571a83e46331","status":"passed","time":{"start":1724887782852,"stop":1724887782852,"duration":0}},{"uid":"b1e016c09b39537f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b1e016c09b39537f","status":"passed","time":{"start":1724886549390,"stop":1724886549391,"duration":1}},{"uid":"734b1c89cc868345","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/734b1c89cc868345","status":"passed","time":{"start":1724886327495,"stop":1724886327495,"duration":0}},{"uid":"3af41a2da915e1d5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3af41a2da915e1d5","status":"passed","time":{"start":1724861776390,"stop":1724861776390,"duration":0}},{"uid":"2f6842a691020251","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2f6842a691020251","status":"passed","time":{"start":1724861247046,"stop":1724861247046,"duration":0}},{"uid":"9e3ba218194f29e5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9e3ba218194f29e5","status":"passed","time":{"start":1724861070813,"stop":1724861070813,"duration":0}},{"uid":"ed3e0e24215a7596","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ed3e0e24215a7596","status":"passed","time":{"start":1724860931510,"stop":1724860931510,"duration":0}}]},"671082dda436f41b8e22028d13a81697:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0257f173a3aec65","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f0257f173a3aec65","status":"passed","time":{"start":1724922946229,"stop":1724922946229,"duration":0}}]},"e029ab1aa9b5631bce594036f1f437f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5568d9a99a9f87a8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5568d9a99a9f87a8","status":"passed","time":{"start":1724922374663,"stop":1724922374663,"duration":0}},{"uid":"8c633cd02e4bcaf1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8c633cd02e4bcaf1","status":"passed","time":{"start":1724921037624,"stop":1724921037625,"duration":1}},{"uid":"aebc6183a09ad1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/aebc6183a09ad1","status":"passed","time":{"start":1724921013042,"stop":1724921013042,"duration":0}},{"uid":"b8e27f82367503fb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b8e27f82367503fb","status":"passed","time":{"start":1724917673280,"stop":1724917673280,"duration":0}},{"uid":"b465aa2880b2d393","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b465aa2880b2d393","status":"passed","time":{"start":1724889452300,"stop":1724889452300,"duration":0}},{"uid":"5916c73410997b84","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5916c73410997b84","status":"passed","time":{"start":1724888602829,"stop":1724888602829,"duration":0}},{"uid":"ac176ff4b4257ad5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ac176ff4b4257ad5","status":"passed","time":{"start":1724887759154,"stop":1724887759159,"duration":5}},{"uid":"c3ebf3a6b502a8d8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c3ebf3a6b502a8d8","status":"passed","time":{"start":1724886525539,"stop":1724886525539,"duration":0}},{"uid":"9eaa9018b2a68415","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9eaa9018b2a68415","status":"passed","time":{"start":1724886303387,"stop":1724886303388,"duration":1}},{"uid":"742a06763b17cfa0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/742a06763b17cfa0","status":"passed","time":{"start":1724861752215,"stop":1724861752215,"duration":0}},{"uid":"5eedae2622e2271c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5eedae2622e2271c","status":"passed","time":{"start":1724861223345,"stop":1724861223350,"duration":5}},{"uid":"219e9b323abfbd44","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/219e9b323abfbd44","status":"passed","time":{"start":1724861045191,"stop":1724861045191,"duration":0}},{"uid":"a5e4ce741ae6f0de","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a5e4ce741ae6f0de","status":"passed","time":{"start":1724860907073,"stop":1724860907079,"duration":6}}]},"bc2bca10ffeeff6a62fcb7846ea75c91:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"928b805060b40a32","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/928b805060b40a32","status":"passed","time":{"start":1724889171931,"stop":1724889171932,"duration":1}}]},"427ad7cdd06e56507121a5bd772f6d0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f918ca8cf0f7b53b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f918ca8cf0f7b53b","status":"passed","time":{"start":1724922921467,"stop":1724922921467,"duration":0}},{"uid":"342972e0e2aa70b0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/342972e0e2aa70b0","status":"passed","time":{"start":1724921602958,"stop":1724921602959,"duration":1}},{"uid":"c793403b217d1873","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c793403b217d1873","status":"passed","time":{"start":1724921571101,"stop":1724921571101,"duration":0}},{"uid":"6900097207bb3b0b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6900097207bb3b0b","status":"passed","time":{"start":1724918285600,"stop":1724918285601,"duration":1}},{"uid":"acf317e4a519c988","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/acf317e4a519c988","status":"passed","time":{"start":1724890030096,"stop":1724890030096,"duration":0}},{"uid":"bbf98d3d20b5e5f1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bbf98d3d20b5e5f1","status":"passed","time":{"start":1724889171914,"stop":1724889171914,"duration":0}},{"uid":"c865615589922df1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c865615589922df1","status":"passed","time":{"start":1724888350731,"stop":1724888350731,"duration":0}},{"uid":"45864da40d658583","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/45864da40d658583","status":"passed","time":{"start":1724887115416,"stop":1724887115417,"duration":1}},{"uid":"153359c3d7948166","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/153359c3d7948166","status":"passed","time":{"start":1724886884581,"stop":1724886884581,"duration":0}},{"uid":"c435284600233890","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c435284600233890","status":"passed","time":{"start":1724862322266,"stop":1724862322266,"duration":0}},{"uid":"c66719c827191b87","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c66719c827191b87","status":"passed","time":{"start":1724861790756,"stop":1724861790756,"duration":0}},{"uid":"9bd82e1eee83ef25","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9bd82e1eee83ef25","status":"passed","time":{"start":1724861628425,"stop":1724861628425,"duration":0}},{"uid":"ac5dead9158c0ea9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ac5dead9158c0ea9","status":"passed","time":{"start":1724861465630,"stop":1724861465630,"duration":0}}]},"5484e59896287f4c2b79aba6134a537d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a472365c2eb96e05","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a472365c2eb96e05","status":"passed","time":{"start":1724922921440,"stop":1724922921441,"duration":1}},{"uid":"de4bbd9198c25edc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/de4bbd9198c25edc","status":"passed","time":{"start":1724921602943,"stop":1724921602943,"duration":0}},{"uid":"e9e6b7879609c484","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e9e6b7879609c484","status":"passed","time":{"start":1724921571090,"stop":1724921571091,"duration":1}},{"uid":"c47d3913c868034c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c47d3913c868034c","status":"passed","time":{"start":1724918285580,"stop":1724918285582,"duration":2}},{"uid":"99547a6c48b9255a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/99547a6c48b9255a","status":"passed","time":{"start":1724890030085,"stop":1724890030086,"duration":1}},{"uid":"fc260026f7714751","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc260026f7714751","status":"passed","time":{"start":1724889171904,"stop":1724889171905,"duration":1}},{"uid":"66e0631e3e5c0ffc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/66e0631e3e5c0ffc","status":"passed","time":{"start":1724888350718,"stop":1724888350718,"duration":0}},{"uid":"648cfc8cc62dfd8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/648cfc8cc62dfd8","status":"passed","time":{"start":1724887115402,"stop":1724887115403,"duration":1}},{"uid":"a5a530b31a04c22e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a5a530b31a04c22e","status":"passed","time":{"start":1724886884567,"stop":1724886884567,"duration":0}},{"uid":"6b44db5282245a34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b44db5282245a34","status":"passed","time":{"start":1724862322242,"stop":1724862322244,"duration":2}},{"uid":"b3192b1c0ef795ad","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b3192b1c0ef795ad","status":"passed","time":{"start":1724861790747,"stop":1724861790747,"duration":0}},{"uid":"c77d1037ba56ce67","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c77d1037ba56ce67","status":"passed","time":{"start":1724861628415,"stop":1724861628416,"duration":1}},{"uid":"1aa4ef72d2f5757e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1aa4ef72d2f5757e","status":"passed","time":{"start":1724861465618,"stop":1724861465618,"duration":0}}]},"991461718c5f3485f242a580c3e99a0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"602c00187391e648","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/602c00187391e648","status":"passed","time":{"start":1724922408753,"stop":1724922408754,"duration":1}},{"uid":"2a8b157f2e0f69c6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2a8b157f2e0f69c6","status":"passed","time":{"start":1724921071992,"stop":1724921071993,"duration":1}},{"uid":"66158830946c4349","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/66158830946c4349","status":"passed","time":{"start":1724921046820,"stop":1724921046821,"duration":1}},{"uid":"e2d3fab56d1d20c2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e2d3fab56d1d20c2","status":"passed","time":{"start":1724917707020,"stop":1724917707021,"duration":1}},{"uid":"eb52d55738cb0fc8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eb52d55738cb0fc8","status":"passed","time":{"start":1724889485858,"stop":1724889485858,"duration":0}},{"uid":"8cef03bf54026900","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8cef03bf54026900","status":"passed","time":{"start":1724888636618,"stop":1724888636618,"duration":0}},{"uid":"ff05483882247792","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ff05483882247792","status":"passed","time":{"start":1724887792853,"stop":1724887792854,"duration":1}},{"uid":"1595a890410a9bc9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1595a890410a9bc9","status":"passed","time":{"start":1724886559722,"stop":1724886559722,"duration":0}},{"uid":"b443dbc0427e64df","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b443dbc0427e64df","status":"passed","time":{"start":1724886337373,"stop":1724886337374,"duration":1}},{"uid":"784e14a188c3e24e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/784e14a188c3e24e","status":"passed","time":{"start":1724861786728,"stop":1724861786728,"duration":0}},{"uid":"3c4762c014f750b2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3c4762c014f750b2","status":"passed","time":{"start":1724861257210,"stop":1724861257211,"duration":1}},{"uid":"9fa20334fa8f4894","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9fa20334fa8f4894","status":"passed","time":{"start":1724861081080,"stop":1724861081081,"duration":1}},{"uid":"2edfacf3152a3c91","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2edfacf3152a3c91","status":"passed","time":{"start":1724860941729,"stop":1724860941730,"duration":1}}]},"bb4ccf8c97821ee233c633280aad880b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f4611f22b9043dc5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f4611f22b9043dc5","status":"passed","time":{"start":1724918298101,"stop":1724918298101,"duration":0}}]},"c7d5c13df07b427f7358c7707061c319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7fc804d27fef10c6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7fc804d27fef10c6","status":"passed","time":{"start":1724886880630,"stop":1724886880631,"duration":1}}]},"e71cdddc2779b7240b83ed3833f5370a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a4db877cb6031790","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a4db877cb6031790","status":"passed","time":{"start":1724861655159,"stop":1724861655159,"duration":0}}]},"3f311222116e924e2765aece617642c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2227eca611fb7f03","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2227eca611fb7f03","status":"passed","time":{"start":1724923012473,"stop":1724923012474,"duration":1}},{"uid":"5e27f52307d37612","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5e27f52307d37612","status":"passed","time":{"start":1724921625079,"stop":1724921625080,"duration":1}},{"uid":"a73658d1f49fc907","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a73658d1f49fc907","status":"passed","time":{"start":1724921590504,"stop":1724921590504,"duration":0}},{"uid":"8d850bf4b2505017","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8d850bf4b2505017","status":"passed","time":{"start":1724918287571,"stop":1724918287571,"duration":0}},{"uid":"48b308e21cd70d39","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/48b308e21cd70d39","status":"passed","time":{"start":1724890047796,"stop":1724890047797,"duration":1}},{"uid":"d6a1154acab8a7c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d6a1154acab8a7c9","status":"passed","time":{"start":1724889183930,"stop":1724889183930,"duration":0}},{"uid":"4b59c9a35e105bf4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4b59c9a35e105bf4","status":"passed","time":{"start":1724888354177,"stop":1724888354177,"duration":0}},{"uid":"1e497b5252f7da47","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1e497b5252f7da47","status":"passed","time":{"start":1724887145699,"stop":1724887145700,"duration":1}},{"uid":"9b935c6c4a525026","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9b935c6c4a525026","status":"passed","time":{"start":1724886915793,"stop":1724886915793,"duration":0}},{"uid":"942bce296a6da870","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/942bce296a6da870","status":"passed","time":{"start":1724862341458,"stop":1724862341458,"duration":0}},{"uid":"527651dc3bb1ed28","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/527651dc3bb1ed28","status":"passed","time":{"start":1724861805456,"stop":1724861805456,"duration":0}},{"uid":"6118536843cea458","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6118536843cea458","status":"passed","time":{"start":1724861662292,"stop":1724861662293,"duration":1}},{"uid":"852520094e44d15b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/852520094e44d15b","status":"passed","time":{"start":1724861492521,"stop":1724861492521,"duration":0}}]},"7448c2efa16fe9e07f95bd6e1f6af60e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"350f27d8d52022b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/350f27d8d52022b","status":"passed","time":{"start":1724922374692,"stop":1724922374692,"duration":0}},{"uid":"55482b4400b3610f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/55482b4400b3610f","status":"passed","time":{"start":1724921037652,"stop":1724921037652,"duration":0}},{"uid":"874d7cd057bdd35e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/874d7cd057bdd35e","status":"passed","time":{"start":1724921013066,"stop":1724921013066,"duration":0}},{"uid":"fc13980063c77e26","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fc13980063c77e26","status":"passed","time":{"start":1724917673306,"stop":1724917673306,"duration":0}},{"uid":"1f809e339452db2f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1f809e339452db2f","status":"passed","time":{"start":1724889452326,"stop":1724889452326,"duration":0}},{"uid":"fbc5580f0a1f1d3a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fbc5580f0a1f1d3a","status":"passed","time":{"start":1724888602858,"stop":1724888602859,"duration":1}},{"uid":"3f5f7a50921739d0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3f5f7a50921739d0","status":"passed","time":{"start":1724887759179,"stop":1724887759179,"duration":0}},{"uid":"9ae5ff04867b881a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9ae5ff04867b881a","status":"passed","time":{"start":1724886525557,"stop":1724886525557,"duration":0}},{"uid":"f63a7ae6d45c389a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f63a7ae6d45c389a","status":"passed","time":{"start":1724886303412,"stop":1724886303412,"duration":0}},{"uid":"497d2b86a76b55cc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/497d2b86a76b55cc","status":"passed","time":{"start":1724861752249,"stop":1724861752249,"duration":0}},{"uid":"8ea9afb7a5e29b34","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8ea9afb7a5e29b34","status":"passed","time":{"start":1724861223369,"stop":1724861223369,"duration":0}},{"uid":"895151fd64e55d8c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/895151fd64e55d8c","status":"passed","time":{"start":1724861045218,"stop":1724861045219,"duration":1}},{"uid":"dd986bc936ac4ce3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dd986bc936ac4ce3","status":"passed","time":{"start":1724860907105,"stop":1724860907105,"duration":0}}]},"c4c65aecf7fb6147572e5e9728555050:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7d53c2a045bc6637","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7d53c2a045bc6637","status":"passed","time":{"start":1724922374673,"stop":1724922374674,"duration":1}},{"uid":"4b2d9748a50e8bf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4b2d9748a50e8bf","status":"passed","time":{"start":1724921037634,"stop":1724921037634,"duration":0}},{"uid":"fa3bc5204bf4fead","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fa3bc5204bf4fead","status":"passed","time":{"start":1724921013046,"stop":1724921013046,"duration":0}},{"uid":"21a35934c610e957","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/21a35934c610e957","status":"passed","time":{"start":1724917673290,"stop":1724917673290,"duration":0}},{"uid":"b147c76bc34d19fc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b147c76bc34d19fc","status":"passed","time":{"start":1724889452308,"stop":1724889452309,"duration":1}},{"uid":"81c5c08e9632ee74","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/81c5c08e9632ee74","status":"passed","time":{"start":1724888602839,"stop":1724888602839,"duration":0}},{"uid":"e3e6ababfe7b2313","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e3e6ababfe7b2313","status":"passed","time":{"start":1724887759163,"stop":1724887759163,"duration":0}},{"uid":"8087ee96d08db47f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8087ee96d08db47f","status":"passed","time":{"start":1724886525542,"stop":1724886525542,"duration":0}},{"uid":"9a2701ee602d3b37","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9a2701ee602d3b37","status":"passed","time":{"start":1724886303395,"stop":1724886303395,"duration":0}},{"uid":"bc9a9f3a333c595","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc9a9f3a333c595","status":"passed","time":{"start":1724861752225,"stop":1724861752226,"duration":1}},{"uid":"ea32bb895b2ebf0e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ea32bb895b2ebf0e","status":"passed","time":{"start":1724861223354,"stop":1724861223354,"duration":0}},{"uid":"32f44c6500c74745","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/32f44c6500c74745","status":"passed","time":{"start":1724861045201,"stop":1724861045201,"duration":0}},{"uid":"c0dfdb2958f68160","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c0dfdb2958f68160","status":"passed","time":{"start":1724860907083,"stop":1724860907083,"duration":0}}]},"789c50e7df8eb304073270f96666a271:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8f6cfb4874fbfcef","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8f6cfb4874fbfcef","status":"passed","time":{"start":1724922845254,"stop":1724922845254,"duration":0}},{"uid":"fbe61787db9c75","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fbe61787db9c75","status":"passed","time":{"start":1724921515236,"stop":1724921515236,"duration":0}},{"uid":"90c4e11517c277f6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/90c4e11517c277f6","status":"passed","time":{"start":1724921475467,"stop":1724921475468,"duration":1}},{"uid":"a184fe496e5706c9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a184fe496e5706c9","status":"passed","time":{"start":1724918179408,"stop":1724918179409,"duration":1}},{"uid":"b5dab00e974d611a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b5dab00e974d611a","status":"passed","time":{"start":1724889935347,"stop":1724889935348,"duration":1}},{"uid":"854d84b4db2ec466","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/854d84b4db2ec466","status":"passed","time":{"start":1724889072762,"stop":1724889072762,"duration":0}},{"uid":"7732d0b352b70ff7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7732d0b352b70ff7","status":"passed","time":{"start":1724888232423,"stop":1724888232423,"duration":0}},{"uid":"3c837c62f18c9b0d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3c837c62f18c9b0d","status":"passed","time":{"start":1724887018310,"stop":1724887018310,"duration":0}},{"uid":"c9a55ede67333919","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c9a55ede67333919","status":"passed","time":{"start":1724886781489,"stop":1724886781490,"duration":1}},{"uid":"207226e907bce2ce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/207226e907bce2ce","status":"passed","time":{"start":1724862213670,"stop":1724862213671,"duration":1}},{"uid":"18b05b66b7f06403","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/18b05b66b7f06403","status":"passed","time":{"start":1724861685865,"stop":1724861685867,"duration":2}},{"uid":"43cdd80818e88e15","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/43cdd80818e88e15","status":"passed","time":{"start":1724861546198,"stop":1724861546198,"duration":0}},{"uid":"d4b07f8a2fbedd39","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d4b07f8a2fbedd39","status":"passed","time":{"start":1724861378119,"stop":1724861378120,"duration":1}}]},"d15aa3d7fc936cc750e36caccbc34d5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1df21667e7c6da89","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1df21667e7c6da89","status":"passed","time":{"start":1724889980705,"stop":1724889980705,"duration":0}}]},"84a8b9437c80e2f00d556a8f90df08fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a5147b5dbdbd9b30","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a5147b5dbdbd9b30","status":"passed","time":{"start":1724922635346,"stop":1724922635346,"duration":0}},{"uid":"c8e695608dd0efdc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c8e695608dd0efdc","status":"passed","time":{"start":1724921296996,"stop":1724921296996,"duration":0}},{"uid":"4fc60257ac906df5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4fc60257ac906df5","status":"passed","time":{"start":1724921276362,"stop":1724921276362,"duration":0}},{"uid":"bca62cc706bee21e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bca62cc706bee21e","status":"passed","time":{"start":1724917948306,"stop":1724917948307,"duration":1}},{"uid":"e933fd54f63c30bb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e933fd54f63c30bb","status":"passed","time":{"start":1724889729002,"stop":1724889729002,"duration":0}},{"uid":"f3efaa7706a572e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3efaa7706a572e8","status":"passed","time":{"start":1724888864948,"stop":1724888864949,"duration":1}},{"uid":"30b48c4c1a78263f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/30b48c4c1a78263f","status":"passed","time":{"start":1724888053730,"stop":1724888053731,"duration":1}},{"uid":"efd8826056d9b7bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/efd8826056d9b7bd","status":"passed","time":{"start":1724886811646,"stop":1724886811647,"duration":1}},{"uid":"8ea1287b163617dd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8ea1287b163617dd","status":"passed","time":{"start":1724886580998,"stop":1724886580999,"duration":1}},{"uid":"487e851d42fa6f8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/487e851d42fa6f8","status":"passed","time":{"start":1724862019552,"stop":1724862019554,"duration":2}},{"uid":"6d7ba8ada282133a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6d7ba8ada282133a","status":"passed","time":{"start":1724861493932,"stop":1724861493932,"duration":0}},{"uid":"d7cd5c89e568d4e8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d7cd5c89e568d4e8","status":"passed","time":{"start":1724861318012,"stop":1724861318012,"duration":0}},{"uid":"a3f0f6c72e53d354","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a3f0f6c72e53d354","status":"passed","time":{"start":1724861178505,"stop":1724861178506,"duration":1}}]},"96eeb60292012a27fed6176cb891717f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8f6cde5c8b4e6cb3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8f6cde5c8b4e6cb3","status":"passed","time":{"start":1724922921470,"stop":1724922921471,"duration":1}},{"uid":"1c70c0536b987f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1c70c0536b987f","status":"passed","time":{"start":1724921602967,"stop":1724921602976,"duration":9}},{"uid":"add32c25aab93d27","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/add32c25aab93d27","status":"passed","time":{"start":1724921571106,"stop":1724921571106,"duration":0}},{"uid":"8599fa9b35214a15","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8599fa9b35214a15","status":"passed","time":{"start":1724918285612,"stop":1724918285613,"duration":1}},{"uid":"a9dbbc823374d93c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9dbbc823374d93c","status":"passed","time":{"start":1724890030100,"stop":1724890030100,"duration":0}},{"uid":"594a3268f31e5750","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/594a3268f31e5750","status":"passed","time":{"start":1724889171923,"stop":1724889171925,"duration":2}},{"uid":"aca6fb116698bec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aca6fb116698bec","status":"passed","time":{"start":1724888350740,"stop":1724888350740,"duration":0}},{"uid":"d6d911b9cf99325e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d6d911b9cf99325e","status":"passed","time":{"start":1724887115423,"stop":1724887115424,"duration":1}},{"uid":"9cf7ad96d22d1bdd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9cf7ad96d22d1bdd","status":"passed","time":{"start":1724886884584,"stop":1724886884584,"duration":0}},{"uid":"7b08b3c080a9dd94","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b08b3c080a9dd94","status":"passed","time":{"start":1724862322276,"stop":1724862322276,"duration":0}},{"uid":"b6845cc00d948b68","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b6845cc00d948b68","status":"passed","time":{"start":1724861790764,"stop":1724861790764,"duration":0}},{"uid":"e41f592cd29047cb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e41f592cd29047cb","status":"passed","time":{"start":1724861628429,"stop":1724861628429,"duration":0}},{"uid":"67bfb73a05b4e699","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/67bfb73a05b4e699","status":"passed","time":{"start":1724861465634,"stop":1724861465634,"duration":0}}]},"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9f0ce0d57d487d6c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9f0ce0d57d487d6c","status":"passed","time":{"start":1724922984603,"stop":1724922984603,"duration":0}},{"uid":"b76d6413d2b43219","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b76d6413d2b43219","status":"passed","time":{"start":1724921665482,"stop":1724921665483,"duration":1}},{"uid":"95fb792f069900ed","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/95fb792f069900ed","status":"passed","time":{"start":1724921620264,"stop":1724921620264,"duration":0}},{"uid":"a35af7e0734ca9e2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a35af7e0734ca9e2","status":"passed","time":{"start":1724918327895,"stop":1724918327896,"duration":1}},{"uid":"6323f477ccfaa4d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6323f477ccfaa4d","status":"passed","time":{"start":1724890080825,"stop":1724890080825,"duration":0}},{"uid":"ed0bf291373cfa97","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ed0bf291373cfa97","status":"passed","time":{"start":1724889209275,"stop":1724889209275,"duration":0}},{"uid":"2dbb202a160a4b3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2dbb202a160a4b3","status":"passed","time":{"start":1724888392556,"stop":1724888392556,"duration":0}},{"uid":"14c1fc19b1c93154","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/14c1fc19b1c93154","status":"passed","time":{"start":1724887163401,"stop":1724887163401,"duration":0}},{"uid":"43c97aaf676f8217","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/43c97aaf676f8217","status":"passed","time":{"start":1724886939850,"stop":1724886939851,"duration":1}},{"uid":"3f9661fccd56e5f5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3f9661fccd56e5f5","status":"passed","time":{"start":1724862357132,"stop":1724862357133,"duration":1}},{"uid":"37ddbeed728baf51","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/37ddbeed728baf51","status":"passed","time":{"start":1724861837825,"stop":1724861837825,"duration":0}},{"uid":"764211d473f27d37","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/764211d473f27d37","status":"passed","time":{"start":1724861694571,"stop":1724861694571,"duration":0}},{"uid":"e77703e997109bf1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e77703e997109bf1","status":"passed","time":{"start":1724861523915,"stop":1724861523915,"duration":0}}]},"c229352398a6af9f0670d357527a6f15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f565c2a5ec42a7a1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f565c2a5ec42a7a1","status":"passed","time":{"start":1724922410313,"stop":1724922410313,"duration":0}},{"uid":"37f75bc7a8ed7232","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/37f75bc7a8ed7232","status":"passed","time":{"start":1724921073461,"stop":1724921073461,"duration":0}},{"uid":"b4c7e367ba133599","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b4c7e367ba133599","status":"passed","time":{"start":1724921048448,"stop":1724921048448,"duration":0}},{"uid":"3c07de702300b394","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3c07de702300b394","status":"passed","time":{"start":1724917708701,"stop":1724917708701,"duration":0}},{"uid":"86a5f2466ab2a77c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/86a5f2466ab2a77c","status":"passed","time":{"start":1724889487517,"stop":1724889487517,"duration":0}},{"uid":"c233acd90fccf0a8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c233acd90fccf0a8","status":"passed","time":{"start":1724888638224,"stop":1724888638224,"duration":0}},{"uid":"10a8e62bd847cdd9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/10a8e62bd847cdd9","status":"passed","time":{"start":1724887794484,"stop":1724887794485,"duration":1}},{"uid":"965cc1396629d2a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/965cc1396629d2a","status":"passed","time":{"start":1724886561407,"stop":1724886561408,"duration":1}},{"uid":"eacbe4b0ed25564e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eacbe4b0ed25564e","status":"passed","time":{"start":1724886339063,"stop":1724886339064,"duration":1}},{"uid":"4e0eed924e795294","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4e0eed924e795294","status":"passed","time":{"start":1724861788384,"stop":1724861788384,"duration":0}},{"uid":"c542e74339031a27","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c542e74339031a27","status":"passed","time":{"start":1724861258537,"stop":1724861258537,"duration":0}},{"uid":"c8a1d8efae2a5c9e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c8a1d8efae2a5c9e","status":"passed","time":{"start":1724861082797,"stop":1724861082797,"duration":0}},{"uid":"6c2182746a8fa938","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6c2182746a8fa938","status":"passed","time":{"start":1724860943249,"stop":1724860943249,"duration":0}}]},"60c049eb332867eababcd2ca0ce377fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8577205642549620","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8577205642549620","status":"passed","time":{"start":1724922374684,"stop":1724922374684,"duration":0}},{"uid":"1efbaf9fffa74590","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1efbaf9fffa74590","status":"passed","time":{"start":1724921037644,"stop":1724921037644,"duration":0}},{"uid":"ea3f10f85a67833a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ea3f10f85a67833a","status":"passed","time":{"start":1724921013057,"stop":1724921013057,"duration":0}},{"uid":"d1f81f25b8d0a753","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d1f81f25b8d0a753","status":"passed","time":{"start":1724917673299,"stop":1724917673299,"duration":0}},{"uid":"689d09f31c8bfa4c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/689d09f31c8bfa4c","status":"passed","time":{"start":1724889452318,"stop":1724889452318,"duration":0}},{"uid":"9d351307ef1777b1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9d351307ef1777b1","status":"passed","time":{"start":1724888602849,"stop":1724888602850,"duration":1}},{"uid":"c82435d03f02849a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c82435d03f02849a","status":"passed","time":{"start":1724887759171,"stop":1724887759171,"duration":0}},{"uid":"e4387cd71e7371b8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e4387cd71e7371b8","status":"passed","time":{"start":1724886525550,"stop":1724886525550,"duration":0}},{"uid":"af6e2f44347c5c77","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/af6e2f44347c5c77","status":"passed","time":{"start":1724886303404,"stop":1724886303405,"duration":1}},{"uid":"bf235c549cbfbdb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf235c549cbfbdb7","status":"passed","time":{"start":1724861752237,"stop":1724861752237,"duration":0}},{"uid":"5ce0f0fedf07e215","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5ce0f0fedf07e215","status":"passed","time":{"start":1724861223362,"stop":1724861223362,"duration":0}},{"uid":"73408a09a1f85016","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/73408a09a1f85016","status":"passed","time":{"start":1724861045210,"stop":1724861045210,"duration":0}},{"uid":"f42aa9b81c53bf83","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f42aa9b81c53bf83","status":"passed","time":{"start":1724860907092,"stop":1724860907093,"duration":1}}]},"58b07b2285e910f80ae373b96411434b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7d5829f6ee2d9376","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7d5829f6ee2d9376","status":"passed","time":{"start":1724922966286,"stop":1724922966286,"duration":0}},{"uid":"7504173fb531a2ac","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7504173fb531a2ac","status":"passed","time":{"start":1724921658746,"stop":1724921658746,"duration":0}},{"uid":"2c953e3125f33f49","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2c953e3125f33f49","status":"passed","time":{"start":1724921609580,"stop":1724921609580,"duration":0}},{"uid":"f5fe0e515f719a8c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f5fe0e515f719a8c","status":"passed","time":{"start":1724918323460,"stop":1724918323461,"duration":1}},{"uid":"90c1344acfc2d5ea","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/90c1344acfc2d5ea","status":"passed","time":{"start":1724890071666,"stop":1724890071666,"duration":0}},{"uid":"533d78acd6fa1a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/533d78acd6fa1a0","status":"passed","time":{"start":1724889207706,"stop":1724889207706,"duration":0}},{"uid":"f34e26a127cbe24a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f34e26a127cbe24a","status":"passed","time":{"start":1724888386327,"stop":1724888386327,"duration":0}},{"uid":"b0498c7beaba65d7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b0498c7beaba65d7","status":"passed","time":{"start":1724887153934,"stop":1724887153934,"duration":0}},{"uid":"315914820d4e18b7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/315914820d4e18b7","status":"passed","time":{"start":1724886927389,"stop":1724886927392,"duration":3}},{"uid":"4c303280d741ddda","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4c303280d741ddda","status":"passed","time":{"start":1724862360110,"stop":1724862360110,"duration":0}},{"uid":"4ddf538eca459edc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4ddf538eca459edc","status":"passed","time":{"start":1724861832843,"stop":1724861832843,"duration":0}},{"uid":"c01f9061bdb54d33","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c01f9061bdb54d33","status":"passed","time":{"start":1724861687428,"stop":1724861687428,"duration":0}},{"uid":"6843657efac2e6e7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6843657efac2e6e7","status":"passed","time":{"start":1724861513177,"stop":1724861513178,"duration":1}}]},"d41aeda8e0e38b29c149f84abdccaf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e562832d2744b6f2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e562832d2744b6f2","status":"passed","time":{"start":1724922921464,"stop":1724922921464,"duration":0}},{"uid":"4ccce9c4eac5b62d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4ccce9c4eac5b62d","status":"passed","time":{"start":1724921602955,"stop":1724921602956,"duration":1}},{"uid":"6c31bb45fdf25a98","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6c31bb45fdf25a98","status":"passed","time":{"start":1724921571099,"stop":1724921571099,"duration":0}},{"uid":"1b1365cbcc371264","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1b1365cbcc371264","status":"passed","time":{"start":1724918285595,"stop":1724918285596,"duration":1}},{"uid":"c49ae29de9853993","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c49ae29de9853993","status":"passed","time":{"start":1724890030092,"stop":1724890030093,"duration":1}},{"uid":"3500b3206aad0fa3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3500b3206aad0fa3","status":"passed","time":{"start":1724889171911,"stop":1724889171911,"duration":0}},{"uid":"41677dffd9cf62b0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/41677dffd9cf62b0","status":"passed","time":{"start":1724888350725,"stop":1724888350725,"duration":0}},{"uid":"ed35b0e9c88e3d7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ed35b0e9c88e3d7","status":"passed","time":{"start":1724887115411,"stop":1724887115412,"duration":1}},{"uid":"a0e340c43cf3250e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a0e340c43cf3250e","status":"passed","time":{"start":1724886884579,"stop":1724886884579,"duration":0}},{"uid":"d5b9958ac7687eb3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d5b9958ac7687eb3","status":"passed","time":{"start":1724862322260,"stop":1724862322261,"duration":1}},{"uid":"8535f128ee55b4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8535f128ee55b4","status":"passed","time":{"start":1724861790754,"stop":1724861790754,"duration":0}},{"uid":"8456cb8b75c3c556","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8456cb8b75c3c556","status":"passed","time":{"start":1724861628423,"stop":1724861628423,"duration":0}},{"uid":"978607ce31126c47","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/978607ce31126c47","status":"passed","time":{"start":1724861465627,"stop":1724861465628,"duration":1}}]},"105e0ceb16975c927e585a398dccf9b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c7df2d43b4170cb7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c7df2d43b4170cb7","status":"passed","time":{"start":1724922661636,"stop":1724922661636,"duration":0}},{"uid":"98d542a203ea1081","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/98d542a203ea1081","status":"passed","time":{"start":1724921321310,"stop":1724921321310,"duration":0}},{"uid":"86a7c024e44d9262","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/86a7c024e44d9262","status":"passed","time":{"start":1724921298784,"stop":1724921298784,"duration":0}},{"uid":"7f394a9cffedf53d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7f394a9cffedf53d","status":"passed","time":{"start":1724918008228,"stop":1724918008228,"duration":0}},{"uid":"bba8ccf97a27fa8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bba8ccf97a27fa8","status":"passed","time":{"start":1724889728594,"stop":1724889728595,"duration":1}},{"uid":"ced0ff5bbd5657f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ced0ff5bbd5657f","status":"passed","time":{"start":1724888882873,"stop":1724888882874,"duration":1}},{"uid":"fd05aaf94c4a70e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fd05aaf94c4a70e","status":"passed","time":{"start":1724888111024,"stop":1724888111024,"duration":0}},{"uid":"ebbf5727eee67dd1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ebbf5727eee67dd1","status":"passed","time":{"start":1724886869445,"stop":1724886869446,"duration":1}},{"uid":"dfb5aa122a0b8fb7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dfb5aa122a0b8fb7","status":"passed","time":{"start":1724886642935,"stop":1724886642935,"duration":0}},{"uid":"9657837b6b2bec9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9657837b6b2bec9d","status":"passed","time":{"start":1724862044580,"stop":1724862044580,"duration":0}},{"uid":"4feac5cf2a1eac15","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4feac5cf2a1eac15","status":"passed","time":{"start":1724861523032,"stop":1724861523032,"duration":0}},{"uid":"3db011da821b8d69","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3db011da821b8d69","status":"passed","time":{"start":1724861362471,"stop":1724861362471,"duration":0}},{"uid":"d0449f23db15a71d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d0449f23db15a71d","status":"passed","time":{"start":1724861196778,"stop":1724861196809,"duration":31}}]},"d2e3f69f950ef816d5eedf3d7d1539a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5cb3e839e5721dca","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5cb3e839e5721dca","status":"passed","time":{"start":1724921619630,"stop":1724921619631,"duration":1}}]},"56378fb25e95279665f087ccbb869f6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"95c75fe2ff2d715","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/95c75fe2ff2d715","status":"passed","time":{"start":1724922374768,"stop":1724922374768,"duration":0}},{"uid":"7e09e57893b8cc62","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7e09e57893b8cc62","status":"passed","time":{"start":1724921037761,"stop":1724921037761,"duration":0}},{"uid":"3a142c414ff9ad05","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3a142c414ff9ad05","status":"passed","time":{"start":1724921013107,"stop":1724921013107,"duration":0}},{"uid":"435f87d896773f5a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/435f87d896773f5a","status":"passed","time":{"start":1724917673400,"stop":1724917673401,"duration":1}},{"uid":"ed27df6ce4f10067","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ed27df6ce4f10067","status":"passed","time":{"start":1724889452425,"stop":1724889452425,"duration":0}},{"uid":"2d5c1a45cc4020c3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d5c1a45cc4020c3","status":"passed","time":{"start":1724888602932,"stop":1724888602932,"duration":0}},{"uid":"14f375dc34f3cf16","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/14f375dc34f3cf16","status":"passed","time":{"start":1724887759206,"stop":1724887759206,"duration":0}},{"uid":"d77d968ca68a4c26","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d77d968ca68a4c26","status":"passed","time":{"start":1724886525513,"stop":1724886525513,"duration":0}},{"uid":"dc4c7e470923d957","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dc4c7e470923d957","status":"passed","time":{"start":1724886303418,"stop":1724886303418,"duration":0}},{"uid":"621b2a0ed13e096c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/621b2a0ed13e096c","status":"passed","time":{"start":1724861752254,"stop":1724861752254,"duration":0}},{"uid":"671c556d5e2524e1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/671c556d5e2524e1","status":"passed","time":{"start":1724861223392,"stop":1724861223393,"duration":1}},{"uid":"3dc42b8c0fee9c8f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3dc42b8c0fee9c8f","status":"passed","time":{"start":1724861045267,"stop":1724861045267,"duration":0}},{"uid":"afe708c0e6636314","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/afe708c0e6636314","status":"passed","time":{"start":1724860907341,"stop":1724860907341,"duration":0}}]},"65c7e74aa1537d3c3d2a1e57c6634030:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"db1bf8d0f61b6ba6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/db1bf8d0f61b6ba6","status":"passed","time":{"start":1724922374691,"stop":1724922374691,"duration":0}},{"uid":"7b5f77c9b0e53a29","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7b5f77c9b0e53a29","status":"passed","time":{"start":1724921037652,"stop":1724921037652,"duration":0}},{"uid":"58de21332ffd7dc0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/58de21332ffd7dc0","status":"passed","time":{"start":1724921013065,"stop":1724921013065,"duration":0}},{"uid":"6a3557fe60e2952","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6a3557fe60e2952","status":"passed","time":{"start":1724917673306,"stop":1724917673306,"duration":0}},{"uid":"4b3d8cc4f91d06dc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b3d8cc4f91d06dc","status":"passed","time":{"start":1724889452325,"stop":1724889452325,"duration":0}},{"uid":"66f590741e814e4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/66f590741e814e4","status":"passed","time":{"start":1724888602858,"stop":1724888602858,"duration":0}},{"uid":"17c5b02646659936","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/17c5b02646659936","status":"passed","time":{"start":1724887759178,"stop":1724887759178,"duration":0}},{"uid":"a5f64c4d8db9fbc6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a5f64c4d8db9fbc6","status":"passed","time":{"start":1724886525556,"stop":1724886525556,"duration":0}},{"uid":"4661952d9628c059","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4661952d9628c059","status":"passed","time":{"start":1724886303412,"stop":1724886303412,"duration":0}},{"uid":"fb2ca71d0b1d6ec9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb2ca71d0b1d6ec9","status":"passed","time":{"start":1724861752248,"stop":1724861752249,"duration":1}},{"uid":"dcf221fd77054d9b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dcf221fd77054d9b","status":"passed","time":{"start":1724861223369,"stop":1724861223369,"duration":0}},{"uid":"ec9c8c865326d663","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ec9c8c865326d663","status":"passed","time":{"start":1724861045218,"stop":1724861045218,"duration":0}},{"uid":"45f037753bca1529","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/45f037753bca1529","status":"passed","time":{"start":1724860907104,"stop":1724860907104,"duration":0}}]},"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"160c4402d59bbaad","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/160c4402d59bbaad","status":"passed","time":{"start":1724922635354,"stop":1724922635354,"duration":0}},{"uid":"ed11507b7df4574e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ed11507b7df4574e","status":"passed","time":{"start":1724921297006,"stop":1724921297007,"duration":1}},{"uid":"9c5494fdb8a6c4db","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9c5494fdb8a6c4db","status":"passed","time":{"start":1724921276367,"stop":1724921276367,"duration":0}},{"uid":"2a0cc83905c6224d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2a0cc83905c6224d","status":"passed","time":{"start":1724917948322,"stop":1724917948323,"duration":1}},{"uid":"d094c7dcb6ff544a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d094c7dcb6ff544a","status":"passed","time":{"start":1724889729008,"stop":1724889729008,"duration":0}},{"uid":"a4f81c70284dab28","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a4f81c70284dab28","status":"passed","time":{"start":1724888864953,"stop":1724888864953,"duration":0}},{"uid":"2157bf0e3fcc68c3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2157bf0e3fcc68c3","status":"passed","time":{"start":1724888053746,"stop":1724888053747,"duration":1}},{"uid":"5c0645cb2468a20b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5c0645cb2468a20b","status":"passed","time":{"start":1724886811661,"stop":1724886811661,"duration":0}},{"uid":"32a85f3c0f223fe1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/32a85f3c0f223fe1","status":"passed","time":{"start":1724886581003,"stop":1724886581003,"duration":0}},{"uid":"97cc3b7230ca9af0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97cc3b7230ca9af0","status":"passed","time":{"start":1724862019560,"stop":1724862019561,"duration":1}},{"uid":"db6a62063e394a75","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/db6a62063e394a75","status":"passed","time":{"start":1724861493936,"stop":1724861493937,"duration":1}},{"uid":"568f31c4690d7520","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/568f31c4690d7520","status":"passed","time":{"start":1724861318028,"stop":1724861318028,"duration":0}},{"uid":"7726e256e6f52a75","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7726e256e6f52a75","status":"passed","time":{"start":1724861178515,"stop":1724861178515,"duration":0}}]},"b4e67c86d1f535129b0ed163d8dc8b50:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fb77e5e421f452af","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fb77e5e421f452af","status":"passed","time":{"start":1724922374672,"stop":1724922374672,"duration":0}},{"uid":"4e10595305ade239","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4e10595305ade239","status":"passed","time":{"start":1724921037632,"stop":1724921037632,"duration":0}},{"uid":"dba6f2c933dddb43","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dba6f2c933dddb43","status":"passed","time":{"start":1724921013045,"stop":1724921013045,"duration":0}},{"uid":"dbc8c76c534159ea","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dbc8c76c534159ea","status":"passed","time":{"start":1724917673288,"stop":1724917673288,"duration":0}},{"uid":"b076677b81aa9846","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b076677b81aa9846","status":"passed","time":{"start":1724889452307,"stop":1724889452307,"duration":0}},{"uid":"ca407d7f36e827ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ca407d7f36e827ee","status":"passed","time":{"start":1724888602837,"stop":1724888602837,"duration":0}},{"uid":"ca9e30c49e0be95f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ca9e30c49e0be95f","status":"passed","time":{"start":1724887759161,"stop":1724887759161,"duration":0}},{"uid":"8a9c8e1878bf06be","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a9c8e1878bf06be","status":"passed","time":{"start":1724886525541,"stop":1724886525541,"duration":0}},{"uid":"176e7168724ec524","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/176e7168724ec524","status":"passed","time":{"start":1724886303393,"stop":1724886303394,"duration":1}},{"uid":"ff2cb99c3d53163f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff2cb99c3d53163f","status":"passed","time":{"start":1724861752224,"stop":1724861752224,"duration":0}},{"uid":"1c606d090516fe84","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1c606d090516fe84","status":"passed","time":{"start":1724861223352,"stop":1724861223352,"duration":0}},{"uid":"272ce4d123aa75ff","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/272ce4d123aa75ff","status":"passed","time":{"start":1724861045199,"stop":1724861045199,"duration":0}},{"uid":"a4c0f75c5b15e474","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a4c0f75c5b15e474","status":"passed","time":{"start":1724860907082,"stop":1724860907082,"duration":0}}]},"589b1b7a6d9807934ff98a31643c4d34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"389493f5c6a0a339","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/389493f5c6a0a339","status":"passed","time":{"start":1724922921449,"stop":1724922921450,"duration":1}},{"uid":"bd5a5d41e71fd062","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bd5a5d41e71fd062","status":"passed","time":{"start":1724921602951,"stop":1724921602951,"duration":0}},{"uid":"214467f55c433ec","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/214467f55c433ec","status":"passed","time":{"start":1724921571096,"stop":1724921571096,"duration":0}},{"uid":"80d4ee827b8e6988","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/80d4ee827b8e6988","status":"passed","time":{"start":1724918285586,"stop":1724918285586,"duration":0}},{"uid":"76006fcd1e9022ec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/76006fcd1e9022ec","status":"passed","time":{"start":1724890030089,"stop":1724890030090,"duration":1}},{"uid":"dc8e632d8b466c85","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dc8e632d8b466c85","status":"passed","time":{"start":1724889171908,"stop":1724889171908,"duration":0}},{"uid":"ae8a5d553e7475ac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ae8a5d553e7475ac","status":"passed","time":{"start":1724888350721,"stop":1724888350721,"duration":0}},{"uid":"3161b29a9fe71d85","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3161b29a9fe71d85","status":"passed","time":{"start":1724887115408,"stop":1724887115408,"duration":0}},{"uid":"13be2830fad678d9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/13be2830fad678d9","status":"passed","time":{"start":1724886884574,"stop":1724886884574,"duration":0}},{"uid":"b830592ce9421a6e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b830592ce9421a6e","status":"passed","time":{"start":1724862322248,"stop":1724862322256,"duration":8}},{"uid":"fc068d42698a97f7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fc068d42698a97f7","status":"passed","time":{"start":1724861790751,"stop":1724861790751,"duration":0}},{"uid":"296f553b102d1ecc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/296f553b102d1ecc","status":"passed","time":{"start":1724861628420,"stop":1724861628420,"duration":0}},{"uid":"4e7132045d3b642a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4e7132045d3b642a","status":"passed","time":{"start":1724861465624,"stop":1724861465624,"duration":0}}]},"513731380c77ca152026bf7c14a48d8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1234bc9c2dea9b9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1234bc9c2dea9b9","status":"passed","time":{"start":1724922611434,"stop":1724922611434,"duration":0}},{"uid":"acb13426ae59bc3b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/acb13426ae59bc3b","status":"passed","time":{"start":1724921270356,"stop":1724921270356,"duration":0}},{"uid":"7fa2b7a6c8b7e2d1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7fa2b7a6c8b7e2d1","status":"passed","time":{"start":1724921247817,"stop":1724921247817,"duration":0}},{"uid":"dd1f89f6859f37cb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd1f89f6859f37cb","status":"passed","time":{"start":1724917989817,"stop":1724917989818,"duration":1}},{"uid":"7dc1d841333f3f45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7dc1d841333f3f45","status":"passed","time":{"start":1724889678550,"stop":1724889678550,"duration":0}},{"uid":"cc818da2b914da05","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc818da2b914da05","status":"passed","time":{"start":1724888829842,"stop":1724888829842,"duration":0}},{"uid":"9314119e9dc33625","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9314119e9dc33625","status":"passed","time":{"start":1724888077008,"stop":1724888077009,"duration":1}},{"uid":"a7597f887ed412de","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a7597f887ed412de","status":"passed","time":{"start":1724886851124,"stop":1724886851125,"duration":1}},{"uid":"524b2ce1d0289cdc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/524b2ce1d0289cdc","status":"passed","time":{"start":1724886647110,"stop":1724886647110,"duration":0}},{"uid":"5cc43ffb7aeb7041","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5cc43ffb7aeb7041","status":"passed","time":{"start":1724861992712,"stop":1724861992712,"duration":0}},{"uid":"1800463929e8d708","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1800463929e8d708","status":"passed","time":{"start":1724861469641,"stop":1724861469642,"duration":1}},{"uid":"2c7515bb499e8269","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2c7515bb499e8269","status":"passed","time":{"start":1724861284856,"stop":1724861284857,"duration":1}},{"uid":"65aa0a4f696e36df","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/65aa0a4f696e36df","status":"passed","time":{"start":1724861145804,"stop":1724861145804,"duration":0}}]},"6f5b90b3cba7391b90c4abf847b2005b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"657712aa93def4ec","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/657712aa93def4ec","status":"passed","time":{"start":1724918179399,"stop":1724918179400,"duration":1}}]},"366fa7007de643f93bf9b36a29fcebb4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aa35019d0c3174c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aa35019d0c3174c7","status":"passed","time":{"start":1724889938368,"stop":1724889938368,"duration":0}}]},"1a3a6d1ae0d567935eaad8885460e7c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"66582069e3c9fa8f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/66582069e3c9fa8f","status":"passed","time":{"start":1724922845237,"stop":1724922845238,"duration":1}},{"uid":"1b492faa962be216","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1b492faa962be216","status":"passed","time":{"start":1724921515223,"stop":1724921515223,"duration":0}},{"uid":"97914bba1326471","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/97914bba1326471","status":"passed","time":{"start":1724921475443,"stop":1724921475443,"duration":0}},{"uid":"8414d325372abdae","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8414d325372abdae","status":"passed","time":{"start":1724918179396,"stop":1724918179397,"duration":1}},{"uid":"922c7d60325e3b81","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/922c7d60325e3b81","status":"passed","time":{"start":1724889935338,"stop":1724889935338,"duration":0}},{"uid":"52ab50a7b3a18980","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52ab50a7b3a18980","status":"passed","time":{"start":1724889072750,"stop":1724889072751,"duration":1}},{"uid":"860e8565781ffa2c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/860e8565781ffa2c","status":"passed","time":{"start":1724888232412,"stop":1724888232412,"duration":0}},{"uid":"2be723e70b9aab3f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2be723e70b9aab3f","status":"passed","time":{"start":1724887018292,"stop":1724887018292,"duration":0}},{"uid":"2d94e50c0f01f977","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2d94e50c0f01f977","status":"passed","time":{"start":1724886781476,"stop":1724886781476,"duration":0}},{"uid":"5647ff592dc58ab4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5647ff592dc58ab4","status":"passed","time":{"start":1724862213659,"stop":1724862213660,"duration":1}},{"uid":"34775a2172a0d9ed","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/34775a2172a0d9ed","status":"passed","time":{"start":1724861685852,"stop":1724861685853,"duration":1}},{"uid":"5ec24c5a6cc909fb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5ec24c5a6cc909fb","status":"passed","time":{"start":1724861546169,"stop":1724861546169,"duration":0}},{"uid":"d757d525065aef6d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d757d525065aef6d","status":"passed","time":{"start":1724861378107,"stop":1724861378108,"duration":1}}]},"3884349e6f873a1d438a98af624ac63b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3fb6dbc27d13f3ec","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3fb6dbc27d13f3ec","status":"passed","time":{"start":1724922611440,"stop":1724922611440,"duration":0}},{"uid":"97f514d7c2ca01cb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/97f514d7c2ca01cb","status":"passed","time":{"start":1724921270364,"stop":1724921270364,"duration":0}},{"uid":"a3e14ee42b42b92","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a3e14ee42b42b92","status":"passed","time":{"start":1724921247825,"stop":1724921247826,"duration":1}},{"uid":"65ba34e00fa49208","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/65ba34e00fa49208","status":"passed","time":{"start":1724917989822,"stop":1724917989823,"duration":1}},{"uid":"f3fc8679df91a1f7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3fc8679df91a1f7","status":"passed","time":{"start":1724889678568,"stop":1724889678568,"duration":0}},{"uid":"13d896f359973db2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/13d896f359973db2","status":"passed","time":{"start":1724888829846,"stop":1724888829847,"duration":1}},{"uid":"64f35bcb7de6adfb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/64f35bcb7de6adfb","status":"passed","time":{"start":1724888077014,"stop":1724888077015,"duration":1}},{"uid":"46bd8e8e66e198d7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/46bd8e8e66e198d7","status":"passed","time":{"start":1724886851130,"stop":1724886851130,"duration":0}},{"uid":"60230242fc95804a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/60230242fc95804a","status":"passed","time":{"start":1724886647120,"stop":1724886647120,"duration":0}},{"uid":"e2511c49aa400cd9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e2511c49aa400cd9","status":"passed","time":{"start":1724861992716,"stop":1724861992716,"duration":0}},{"uid":"4f0167088d602e41","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4f0167088d602e41","status":"passed","time":{"start":1724861469648,"stop":1724861469648,"duration":0}},{"uid":"6989e3afeb9baa16","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6989e3afeb9baa16","status":"passed","time":{"start":1724861284870,"stop":1724861284870,"duration":0}},{"uid":"2f1c6ab38a5deec6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2f1c6ab38a5deec6","status":"passed","time":{"start":1724861145816,"stop":1724861145818,"duration":2}}]},"bd81d7ffdaed09a1e3e9db53db89999f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"45891c471a406ac","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/45891c471a406ac","status":"passed","time":{"start":1724922845246,"stop":1724922845246,"duration":0}},{"uid":"339338c04ef6ba9e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/339338c04ef6ba9e","status":"passed","time":{"start":1724921515228,"stop":1724921515229,"duration":1}},{"uid":"20dcd453fe4d74ce","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/20dcd453fe4d74ce","status":"passed","time":{"start":1724921475448,"stop":1724921475448,"duration":0}},{"uid":"8d64c25d23c8bb52","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8d64c25d23c8bb52","status":"passed","time":{"start":1724918179402,"stop":1724918179403,"duration":1}},{"uid":"6d2b3e4471ab4832","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d2b3e4471ab4832","status":"passed","time":{"start":1724889935342,"stop":1724889935343,"duration":1}},{"uid":"43f30aa4b9c74e4e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/43f30aa4b9c74e4e","status":"passed","time":{"start":1724889072755,"stop":1724889072756,"duration":1}},{"uid":"94fe04dba54fadd7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/94fe04dba54fadd7","status":"passed","time":{"start":1724888232417,"stop":1724888232417,"duration":0}},{"uid":"1cdd655cd49001ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1cdd655cd49001ba","status":"passed","time":{"start":1724887018304,"stop":1724887018305,"duration":1}},{"uid":"504ef5a148885172","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/504ef5a148885172","status":"passed","time":{"start":1724886781481,"stop":1724886781482,"duration":1}},{"uid":"be3b3d796ca17a93","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/be3b3d796ca17a93","status":"passed","time":{"start":1724862213664,"stop":1724862213665,"duration":1}},{"uid":"1713cae1d3ff1756","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1713cae1d3ff1756","status":"passed","time":{"start":1724861685858,"stop":1724861685858,"duration":0}},{"uid":"40db932f542fa142","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/40db932f542fa142","status":"passed","time":{"start":1724861546179,"stop":1724861546179,"duration":0}},{"uid":"d71632ff9e5536d7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d71632ff9e5536d7","status":"passed","time":{"start":1724861378113,"stop":1724861378113,"duration":0}}]},"bd6b420fe72d53673925d5e9ff70af86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"29d63a0ff0b75138","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/29d63a0ff0b75138","status":"passed","time":{"start":1724922611432,"stop":1724922611432,"duration":0}},{"uid":"97b967044d80a609","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/97b967044d80a609","status":"passed","time":{"start":1724921270353,"stop":1724921270354,"duration":1}},{"uid":"c6e540e61fbf115","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c6e540e61fbf115","status":"passed","time":{"start":1724921247815,"stop":1724921247815,"duration":0}},{"uid":"cbbabbe269505f1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cbbabbe269505f1","status":"passed","time":{"start":1724917989815,"stop":1724917989815,"duration":0}},{"uid":"eeb8b8664362424a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eeb8b8664362424a","status":"passed","time":{"start":1724889678548,"stop":1724889678548,"duration":0}},{"uid":"e2a46fa7c31572da","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e2a46fa7c31572da","status":"passed","time":{"start":1724888829834,"stop":1724888829835,"duration":1}},{"uid":"7be6ace5e6a9eeaa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7be6ace5e6a9eeaa","status":"passed","time":{"start":1724888076989,"stop":1724888076989,"duration":0}},{"uid":"e2ee60aa8b3534ce","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e2ee60aa8b3534ce","status":"passed","time":{"start":1724886851122,"stop":1724886851122,"duration":0}},{"uid":"53e7f6164a0f3b49","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/53e7f6164a0f3b49","status":"passed","time":{"start":1724886647098,"stop":1724886647099,"duration":1}},{"uid":"c3a0aaf44636e3c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c3a0aaf44636e3c9","status":"passed","time":{"start":1724861992710,"stop":1724861992710,"duration":0}},{"uid":"83d067ea764f8821","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/83d067ea764f8821","status":"passed","time":{"start":1724861469639,"stop":1724861469639,"duration":0}},{"uid":"cde7c126f33c6162","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cde7c126f33c6162","status":"passed","time":{"start":1724861284854,"stop":1724861284854,"duration":0}},{"uid":"1f260f7b870ae336","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1f260f7b870ae336","status":"passed","time":{"start":1724861145799,"stop":1724861145799,"duration":0}}]},"dc3df9558d2892feb187cc35786c1bbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":9,"unknown":0,"total":13},"items":[{"uid":"d318b4bf083977b6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d318b4bf083977b6","status":"passed","time":{"start":1724922535049,"stop":1724922535049,"duration":0}},{"uid":"e301018e69a077a1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e301018e69a077a1","status":"passed","time":{"start":1724921196357,"stop":1724921196357,"duration":0}},{"uid":"ee9dea8a037688d8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ee9dea8a037688d8","status":"passed","time":{"start":1724921173181,"stop":1724921173181,"duration":0}},{"uid":"2f9f655064851c02","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2f9f655064851c02","status":"broken","statusDetails":"expected 1 to equal 2","time":{"start":1724917930828,"stop":1724917930831,"duration":3}},{"uid":"7b4bb5e830981d0c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b4bb5e830981d0c","status":"passed","time":{"start":1724889621017,"stop":1724889621017,"duration":0}},{"uid":"5c44a6615b2f2d11","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5c44a6615b2f2d11","status":"passed","time":{"start":1724888759389,"stop":1724888759389,"duration":0}},{"uid":"eb46ea2010c84a4a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eb46ea2010c84a4a","status":"broken","statusDetails":"expected 1 to equal 2","time":{"start":1724888015045,"stop":1724888015046,"duration":1}},{"uid":"e9f1075d07fce376","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e9f1075d07fce376","status":"broken","statusDetails":"expected 1 to equal 2","time":{"start":1724886784544,"stop":1724886784545,"duration":1}},{"uid":"15fe7d1fe30318d9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/15fe7d1fe30318d9","status":"broken","statusDetails":"expected 1 to equal 2","time":{"start":1724886566532,"stop":1724886566533,"duration":1}},{"uid":"f2496d9ffbea35f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2496d9ffbea35f9","status":"passed","time":{"start":1724861915534,"stop":1724861915534,"duration":0}},{"uid":"3d6991fff5a6fb26","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3d6991fff5a6fb26","status":"passed","time":{"start":1724861379725,"stop":1724861379725,"duration":0}},{"uid":"2890317a6c743e0c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2890317a6c743e0c","status":"passed","time":{"start":1724861206879,"stop":1724861206880,"duration":1}},{"uid":"9758fae5f66e0adb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9758fae5f66e0adb","status":"passed","time":{"start":1724861067560,"stop":1724861067560,"duration":0}}]},"f7868e6b85a42969a816271884c08d83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"107fa4234806a721","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/107fa4234806a721","status":"passed","time":{"start":1724922727648,"stop":1724922727648,"duration":0}},{"uid":"6427376602917948","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6427376602917948","status":"passed","time":{"start":1724921379981,"stop":1724921379981,"duration":0}},{"uid":"91133b9a8ec0f661","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/91133b9a8ec0f661","status":"passed","time":{"start":1724921359717,"stop":1724921359717,"duration":0}},{"uid":"7d75617119164c49","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7d75617119164c49","status":"passed","time":{"start":1724918127249,"stop":1724918127249,"duration":0}},{"uid":"b22317fdda2c5b8f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b22317fdda2c5b8f","status":"passed","time":{"start":1724889805615,"stop":1724889805616,"duration":1}},{"uid":"6d72a515ab7fd2e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d72a515ab7fd2e1","status":"passed","time":{"start":1724888940695,"stop":1724888940695,"duration":0}},{"uid":"74a1abf1da686f95","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/74a1abf1da686f95","status":"passed","time":{"start":1724888168653,"stop":1724888168653,"duration":0}},{"uid":"ce0e2c6ec894a865","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ce0e2c6ec894a865","status":"passed","time":{"start":1724886924219,"stop":1724886924220,"duration":1}},{"uid":"4ff5b796e69169d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4ff5b796e69169d","status":"passed","time":{"start":1724886701807,"stop":1724886701807,"duration":0}},{"uid":"26cfcfb45c076003","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/26cfcfb45c076003","status":"passed","time":{"start":1724862112743,"stop":1724862112744,"duration":1}},{"uid":"f758edf042ddc8a2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f758edf042ddc8a2","status":"passed","time":{"start":1724861584871,"stop":1724861584872,"duration":1}},{"uid":"ac1722bca2a317c7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac1722bca2a317c7","status":"passed","time":{"start":1724861464518,"stop":1724861464518,"duration":0}},{"uid":"fe556d942374e8cb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fe556d942374e8cb","status":"passed","time":{"start":1724861254919,"stop":1724861254919,"duration":0}}]},"c022622c00fc4f6c9520e8193937873a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f7408a3ff925bc79","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f7408a3ff925bc79","status":"passed","time":{"start":1724922845240,"stop":1724922845242,"duration":2}}]},"8697a2f340a0994fc8e2296e5a1d9038:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d40c1ae414d5af9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d40c1ae414d5af9","status":"passed","time":{"start":1724922535052,"stop":1724922535053,"duration":1}},{"uid":"e3c248b7f48c5225","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e3c248b7f48c5225","status":"passed","time":{"start":1724921196358,"stop":1724921196359,"duration":1}},{"uid":"39e15783be0843f4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/39e15783be0843f4","status":"passed","time":{"start":1724921173183,"stop":1724921173183,"duration":0}},{"uid":"76a361c3c56c31ec","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/76a361c3c56c31ec","status":"passed","time":{"start":1724917930834,"stop":1724917930835,"duration":1}},{"uid":"1a37354a0daf2a19","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1a37354a0daf2a19","status":"passed","time":{"start":1724889621018,"stop":1724889621018,"duration":0}},{"uid":"c3c15fca159be9c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c3c15fca159be9c7","status":"passed","time":{"start":1724888759390,"stop":1724888759390,"duration":0}},{"uid":"e0d6decceb13d5b1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e0d6decceb13d5b1","status":"passed","time":{"start":1724888015049,"stop":1724888015050,"duration":1}},{"uid":"ddb7c560dbcf6770","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ddb7c560dbcf6770","status":"passed","time":{"start":1724886784548,"stop":1724886784549,"duration":1}},{"uid":"366b09cfe689ad1a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/366b09cfe689ad1a","status":"passed","time":{"start":1724886566535,"stop":1724886566535,"duration":0}},{"uid":"8d32f17279b91673","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8d32f17279b91673","status":"passed","time":{"start":1724861915535,"stop":1724861915535,"duration":0}},{"uid":"12533dba87c349f0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/12533dba87c349f0","status":"passed","time":{"start":1724861379726,"stop":1724861379726,"duration":0}},{"uid":"bc58fb1e4b8e5f13","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bc58fb1e4b8e5f13","status":"passed","time":{"start":1724861206881,"stop":1724861206881,"duration":0}},{"uid":"c8ced88e238ba588","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c8ced88e238ba588","status":"passed","time":{"start":1724861067561,"stop":1724861067561,"duration":0}}]},"910abab3840431832d3bc4edf8e0a85b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3dd25b11eba4954b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3dd25b11eba4954b","status":"passed","time":{"start":1724922383084,"stop":1724922383084,"duration":0}},{"uid":"9e7b23dbf6e5a846","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9e7b23dbf6e5a846","status":"passed","time":{"start":1724921046200,"stop":1724921046200,"duration":0}},{"uid":"9cbdf9a6a37e756c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9cbdf9a6a37e756c","status":"passed","time":{"start":1724921021471,"stop":1724921021471,"duration":0}},{"uid":"4f46372606a5e0b9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4f46372606a5e0b9","status":"passed","time":{"start":1724917681719,"stop":1724917681719,"duration":0}},{"uid":"2452bb9daf93a6d3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2452bb9daf93a6d3","status":"passed","time":{"start":1724889460651,"stop":1724889460651,"duration":0}},{"uid":"3ea927de155fa467","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3ea927de155fa467","status":"passed","time":{"start":1724888611291,"stop":1724888611292,"duration":1}},{"uid":"2cd13ba8bb105ac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2cd13ba8bb105ac","status":"passed","time":{"start":1724887767616,"stop":1724887767620,"duration":4}},{"uid":"4176446fe6d9cd4a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4176446fe6d9cd4a","status":"passed","time":{"start":1724886533986,"stop":1724886533986,"duration":0}},{"uid":"edc8a42910707aac","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/edc8a42910707aac","status":"passed","time":{"start":1724886311754,"stop":1724886311754,"duration":0}},{"uid":"8227f46ad3954a4e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8227f46ad3954a4e","status":"passed","time":{"start":1724861760770,"stop":1724861760770,"duration":0}},{"uid":"9c410ea516bec0f1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9c410ea516bec0f1","status":"passed","time":{"start":1724861231730,"stop":1724861231730,"duration":0}},{"uid":"3055da348f1e3c3d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3055da348f1e3c3d","status":"passed","time":{"start":1724861054251,"stop":1724861054251,"duration":0}},{"uid":"fddf368bbb0cca15","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fddf368bbb0cca15","status":"passed","time":{"start":1724860915810,"stop":1724860915810,"duration":0}}]},"d96d9d45dfbea2e5c04ce12f773c44a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bd05c9fe1fc98cbf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bd05c9fe1fc98cbf","status":"passed","time":{"start":1724922862335,"stop":1724922862335,"duration":0}},{"uid":"32f538666d902a0a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/32f538666d902a0a","status":"passed","time":{"start":1724921540110,"stop":1724921540110,"duration":0}},{"uid":"b852083d1f2e0039","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b852083d1f2e0039","status":"passed","time":{"start":1724921503541,"stop":1724921503541,"duration":0}},{"uid":"a63b6b2a047b693b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a63b6b2a047b693b","status":"passed","time":{"start":1724918214370,"stop":1724918214370,"duration":0}},{"uid":"37024761e4d387bf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37024761e4d387bf","status":"passed","time":{"start":1724889952445,"stop":1724889952446,"duration":1}},{"uid":"1b31d5407363020f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1b31d5407363020f","status":"passed","time":{"start":1724889087470,"stop":1724889087470,"duration":0}},{"uid":"d532d1316f743ef7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d532d1316f743ef7","status":"passed","time":{"start":1724888266431,"stop":1724888266431,"duration":0}},{"uid":"970e29147ed43c82","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/970e29147ed43c82","status":"passed","time":{"start":1724887042932,"stop":1724887042933,"duration":1}},{"uid":"afb0545297124fa","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/afb0545297124fa","status":"passed","time":{"start":1724886820800,"stop":1724886820801,"duration":1}},{"uid":"c84b9da1e9c92aac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c84b9da1e9c92aac","status":"passed","time":{"start":1724862245491,"stop":1724862245491,"duration":0}},{"uid":"75bc188af9136a16","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/75bc188af9136a16","status":"passed","time":{"start":1724861720405,"stop":1724861720405,"duration":0}},{"uid":"7a1d40595c6b8a68","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7a1d40595c6b8a68","status":"passed","time":{"start":1724861579395,"stop":1724861579396,"duration":1}},{"uid":"60386367012a7b9c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/60386367012a7b9c","status":"passed","time":{"start":1724861402509,"stop":1724861402509,"duration":0}}]},"e12a3d3b8a340fd1eb8ead6cc892e2b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7e4099b4edee5f7d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7e4099b4edee5f7d","status":"passed","time":{"start":1724921267872,"stop":1724921267872,"duration":0}}]},"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cbd96f835ae542da","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cbd96f835ae542da","status":"passed","time":{"start":1724922465400,"stop":1724922465401,"duration":1}},{"uid":"5076bcf531f8dd6b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5076bcf531f8dd6b","status":"passed","time":{"start":1724921128572,"stop":1724921128582,"duration":10}},{"uid":"cf3c4d21ee0c2202","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cf3c4d21ee0c2202","status":"passed","time":{"start":1724921103677,"stop":1724921103679,"duration":2}},{"uid":"b5ea2b8016998140","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b5ea2b8016998140","status":"passed","time":{"start":1724917763729,"stop":1724917763730,"duration":1}},{"uid":"7b88d8c283d9a8bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b88d8c283d9a8bd","status":"passed","time":{"start":1724889543374,"stop":1724889543389,"duration":15}},{"uid":"fcba857479298de5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fcba857479298de5","status":"passed","time":{"start":1724888692506,"stop":1724888692507,"duration":1}},{"uid":"4ef0b1c21ebb69b0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4ef0b1c21ebb69b0","status":"passed","time":{"start":1724887850416,"stop":1724887850416,"duration":0}},{"uid":"7a2cbb7749aaa67a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7a2cbb7749aaa67a","status":"passed","time":{"start":1724886617181,"stop":1724886617182,"duration":1}},{"uid":"a7864c45fd58cd4f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a7864c45fd58cd4f","status":"passed","time":{"start":1724886394913,"stop":1724886394914,"duration":1}},{"uid":"f9ebc0b7395390af","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9ebc0b7395390af","status":"passed","time":{"start":1724861844375,"stop":1724861844375,"duration":0}},{"uid":"ac258cf21b8592e5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ac258cf21b8592e5","status":"passed","time":{"start":1724861313417,"stop":1724861313418,"duration":1}},{"uid":"585e2d6f9657bc53","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/585e2d6f9657bc53","status":"passed","time":{"start":1724861139653,"stop":1724861139653,"duration":0}},{"uid":"58f68f2a80c32b29","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/58f68f2a80c32b29","status":"passed","time":{"start":1724860999513,"stop":1724860999513,"duration":0}}]},"36bb3ee8fcfb200feda70b5f4761eabf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"74d41e3b473bb7e8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/74d41e3b473bb7e8","status":"passed","time":{"start":1724922601847,"stop":1724922601847,"duration":0}},{"uid":"14cbcc48d0fac80d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/14cbcc48d0fac80d","status":"passed","time":{"start":1724921267873,"stop":1724921267874,"duration":1}},{"uid":"876add97b2f4997c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/876add97b2f4997c","status":"passed","time":{"start":1724921244386,"stop":1724921244387,"duration":1}},{"uid":"5af38f099059b1cd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5af38f099059b1cd","status":"passed","time":{"start":1724917916058,"stop":1724917916058,"duration":0}},{"uid":"d626e62f74afadff","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d626e62f74afadff","status":"passed","time":{"start":1724889678259,"stop":1724889678259,"duration":0}},{"uid":"4b3aab4907996536","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b3aab4907996536","status":"passed","time":{"start":1724888831688,"stop":1724888831688,"duration":0}},{"uid":"933f6e16158b178a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/933f6e16158b178a","status":"passed","time":{"start":1724888003323,"stop":1724888003324,"duration":1}},{"uid":"2910e2245e5c9362","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2910e2245e5c9362","status":"passed","time":{"start":1724886776612,"stop":1724886776613,"duration":1}},{"uid":"87be36d9b7851ae2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/87be36d9b7851ae2","status":"passed","time":{"start":1724886555801,"stop":1724886555802,"duration":1}},{"uid":"b983a63141cfab29","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b983a63141cfab29","status":"passed","time":{"start":1724861983014,"stop":1724861983014,"duration":0}},{"uid":"628d5e9d745ffd7b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/628d5e9d745ffd7b","status":"passed","time":{"start":1724861444070,"stop":1724861444070,"duration":0}},{"uid":"d971c6432a17d0a7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d971c6432a17d0a7","status":"passed","time":{"start":1724861285838,"stop":1724861285838,"duration":0}},{"uid":"f92ba2da2d8827af","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f92ba2da2d8827af","status":"passed","time":{"start":1724861145676,"stop":1724861145676,"duration":0}}]},"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"44e74ecf485e9038","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/44e74ecf485e9038","status":"passed","time":{"start":1724922891484,"stop":1724922891484,"duration":0}},{"uid":"c4ab663adef46592","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c4ab663adef46592","status":"passed","time":{"start":1724921563006,"stop":1724921563007,"duration":1}},{"uid":"c50939497abcf2dc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c50939497abcf2dc","status":"passed","time":{"start":1724921526808,"stop":1724921526809,"duration":1}},{"uid":"b95cfb381cf3736a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b95cfb381cf3736a","status":"passed","time":{"start":1724918239932,"stop":1724918239932,"duration":0}},{"uid":"f0bf6da396607940","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f0bf6da396607940","status":"passed","time":{"start":1724889980880,"stop":1724889980881,"duration":1}},{"uid":"293bf65e69ed7714","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/293bf65e69ed7714","status":"passed","time":{"start":1724889109946,"stop":1724889109946,"duration":0}},{"uid":"d6c335e04ce279e0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d6c335e04ce279e0","status":"passed","time":{"start":1724888294718,"stop":1724888294718,"duration":0}},{"uid":"3259f92ee5499e77","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3259f92ee5499e77","status":"passed","time":{"start":1724887071734,"stop":1724887071735,"duration":1}},{"uid":"7696a4a74e284e54","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7696a4a74e284e54","status":"passed","time":{"start":1724886848340,"stop":1724886848341,"duration":1}},{"uid":"7af973558ea2e47f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7af973558ea2e47f","status":"passed","time":{"start":1724862259242,"stop":1724862259242,"duration":0}},{"uid":"a733a21944098e2e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a733a21944098e2e","status":"passed","time":{"start":1724861735321,"stop":1724861735321,"duration":0}},{"uid":"1d9302ed8e18fe32","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1d9302ed8e18fe32","status":"passed","time":{"start":1724861606334,"stop":1724861606335,"duration":1}},{"uid":"6afbe909768ff909","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6afbe909768ff909","status":"passed","time":{"start":1724861426680,"stop":1724861426681,"duration":1}}]},"a994d450a82127230549fc5bddc67bd3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ebd71eb0d1b44662","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ebd71eb0d1b44662","status":"passed","time":{"start":1724922374686,"stop":1724922374686,"duration":0}},{"uid":"dd8abdc0d7a442a0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dd8abdc0d7a442a0","status":"passed","time":{"start":1724921037648,"stop":1724921037648,"duration":0}},{"uid":"f84dec9f86818d75","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f84dec9f86818d75","status":"passed","time":{"start":1724921013060,"stop":1724921013060,"duration":0}},{"uid":"1296510046ca3d50","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1296510046ca3d50","status":"passed","time":{"start":1724917673301,"stop":1724917673301,"duration":0}},{"uid":"cace836effb22f6f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cace836effb22f6f","status":"passed","time":{"start":1724889452321,"stop":1724889452321,"duration":0}},{"uid":"26461e5903564643","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/26461e5903564643","status":"passed","time":{"start":1724888602853,"stop":1724888602853,"duration":0}},{"uid":"42fa252614a4e7aa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/42fa252614a4e7aa","status":"passed","time":{"start":1724887759174,"stop":1724887759174,"duration":0}},{"uid":"27c7955c0aa49828","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/27c7955c0aa49828","status":"passed","time":{"start":1724886525553,"stop":1724886525553,"duration":0}},{"uid":"cae27065f67bfc5b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cae27065f67bfc5b","status":"passed","time":{"start":1724886303407,"stop":1724886303408,"duration":1}},{"uid":"ae225c4a52e5b049","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ae225c4a52e5b049","status":"passed","time":{"start":1724861752240,"stop":1724861752240,"duration":0}},{"uid":"815fa0f848293864","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/815fa0f848293864","status":"passed","time":{"start":1724861223364,"stop":1724861223364,"duration":0}},{"uid":"b2d75be5cf2bc86d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b2d75be5cf2bc86d","status":"passed","time":{"start":1724861045213,"stop":1724861045213,"duration":0}},{"uid":"cf5b133d6f0ff8a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cf5b133d6f0ff8a","status":"passed","time":{"start":1724860907098,"stop":1724860907099,"duration":1}}]},"1448dc610e92b4a18491cc1a32b179a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"607d4c0669575d0c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/607d4c0669575d0c","status":"passed","time":{"start":1724922410312,"stop":1724922410312,"duration":0}},{"uid":"2cba0604524cb769","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2cba0604524cb769","status":"passed","time":{"start":1724921073460,"stop":1724921073461,"duration":1}},{"uid":"da90af04bcbc7d43","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/da90af04bcbc7d43","status":"passed","time":{"start":1724921048448,"stop":1724921048448,"duration":0}},{"uid":"50ed6e0107c61a61","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/50ed6e0107c61a61","status":"passed","time":{"start":1724917708700,"stop":1724917708701,"duration":1}},{"uid":"f6edcc51f9223c3f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f6edcc51f9223c3f","status":"passed","time":{"start":1724889487517,"stop":1724889487517,"duration":0}},{"uid":"e339750729711ad7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e339750729711ad7","status":"passed","time":{"start":1724888638224,"stop":1724888638224,"duration":0}},{"uid":"98f0b3204ea5bc50","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/98f0b3204ea5bc50","status":"passed","time":{"start":1724887794484,"stop":1724887794484,"duration":0}},{"uid":"85c0629b529bef37","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/85c0629b529bef37","status":"passed","time":{"start":1724886561407,"stop":1724886561407,"duration":0}},{"uid":"d3e9c2ca67ede24a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d3e9c2ca67ede24a","status":"passed","time":{"start":1724886339063,"stop":1724886339063,"duration":0}},{"uid":"406c5845a0b10e81","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/406c5845a0b10e81","status":"passed","time":{"start":1724861788384,"stop":1724861788384,"duration":0}},{"uid":"17c01b414067b883","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/17c01b414067b883","status":"passed","time":{"start":1724861258536,"stop":1724861258537,"duration":1}},{"uid":"8a6c7c16095078db","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8a6c7c16095078db","status":"passed","time":{"start":1724861082796,"stop":1724861082797,"duration":1}},{"uid":"248d8447c3c60db5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/248d8447c3c60db5","status":"passed","time":{"start":1724860943249,"stop":1724860943249,"duration":0}}]},"f46650c1d06af18386abdb848fbc8611:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"517567f809fc9f8a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/517567f809fc9f8a","status":"passed","time":{"start":1724861655160,"stop":1724861655160,"duration":0}}]},"9ab7c2056d356e71723d3d28c3e2e25f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2a6161d4c7daa4b0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2a6161d4c7daa4b0","status":"passed","time":{"start":1724922845235,"stop":1724922845235,"duration":0}},{"uid":"e76f2b61f95f7cd5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e76f2b61f95f7cd5","status":"passed","time":{"start":1724921515221,"stop":1724921515221,"duration":0}},{"uid":"44af7e4bddcd5726","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/44af7e4bddcd5726","status":"passed","time":{"start":1724921475440,"stop":1724921475440,"duration":0}},{"uid":"fa296f60582590d7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fa296f60582590d7","status":"passed","time":{"start":1724918179381,"stop":1724918179381,"duration":0}},{"uid":"f488866ada160cb8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f488866ada160cb8","status":"passed","time":{"start":1724889935335,"stop":1724889935335,"duration":0}},{"uid":"14c101f569e6316d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14c101f569e6316d","status":"passed","time":{"start":1724889072747,"stop":1724889072749,"duration":2}},{"uid":"278e6383bf05d572","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/278e6383bf05d572","status":"passed","time":{"start":1724888232409,"stop":1724888232410,"duration":1}},{"uid":"227b667eec299df1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/227b667eec299df1","status":"passed","time":{"start":1724887018289,"stop":1724887018289,"duration":0}},{"uid":"f83c3d97d58a2696","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f83c3d97d58a2696","status":"passed","time":{"start":1724886781474,"stop":1724886781474,"duration":0}},{"uid":"ae0aa63b2568d5e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ae0aa63b2568d5e1","status":"passed","time":{"start":1724862213657,"stop":1724862213657,"duration":0}},{"uid":"a57f4df2e7da9371","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a57f4df2e7da9371","status":"passed","time":{"start":1724861685849,"stop":1724861685850,"duration":1}},{"uid":"d101faa22a3d5e8e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d101faa22a3d5e8e","status":"passed","time":{"start":1724861546164,"stop":1724861546165,"duration":1}},{"uid":"75ad51818cba5a36","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/75ad51818cba5a36","status":"passed","time":{"start":1724861378105,"stop":1724861378106,"duration":1}}]},"cbcc5d801846434a1d1191cc8b268c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"431cd0fc8abf78e7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/431cd0fc8abf78e7","status":"passed","time":{"start":1724922853928,"stop":1724922853928,"duration":0}},{"uid":"6bd713010c0f06c9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6bd713010c0f06c9","status":"passed","time":{"start":1724921529591,"stop":1724921529591,"duration":0}},{"uid":"44bd54def3546df3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/44bd54def3546df3","status":"passed","time":{"start":1724921488885,"stop":1724921488885,"duration":0}},{"uid":"69e0de34aed79d3b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/69e0de34aed79d3b","status":"passed","time":{"start":1724918203692,"stop":1724918203692,"duration":0}},{"uid":"cc6357fe377442bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc6357fe377442bc","status":"passed","time":{"start":1724889938366,"stop":1724889938367,"duration":1}},{"uid":"bf922a15c32d6154","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf922a15c32d6154","status":"passed","time":{"start":1724889077070,"stop":1724889077071,"duration":1}},{"uid":"a7f8b8a0a5345d5b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a7f8b8a0a5345d5b","status":"passed","time":{"start":1724888268040,"stop":1724888268040,"duration":0}},{"uid":"fb01952cbf8e7305","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fb01952cbf8e7305","status":"passed","time":{"start":1724887032413,"stop":1724887032414,"duration":1}},{"uid":"f1b806368c602050","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f1b806368c602050","status":"passed","time":{"start":1724886822826,"stop":1724886822827,"duration":1}},{"uid":"c70ae44a7d254420","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c70ae44a7d254420","status":"passed","time":{"start":1724862233517,"stop":1724862233517,"duration":0}},{"uid":"ff698fd5aab04a2f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ff698fd5aab04a2f","status":"passed","time":{"start":1724861712675,"stop":1724861712675,"duration":0}},{"uid":"ac37592147902742","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac37592147902742","status":"passed","time":{"start":1724861567901,"stop":1724861567902,"duration":1}},{"uid":"662b83ff077f9ab3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/662b83ff077f9ab3","status":"passed","time":{"start":1724861392061,"stop":1724861392061,"duration":0}}]},"ba769652bae7d96060517c896f8129a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd1509711110c3c2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cd1509711110c3c2","status":"passed","time":{"start":1724888232426,"stop":1724888232426,"duration":0}}]},"7e2b4c99c1c0f59790a3f6131fa2db84:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f544a8f155fac66e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f544a8f155fac66e","status":"passed","time":{"start":1724861485078,"stop":1724861485079,"duration":1}}]},"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8a15fcd332d304ec","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8a15fcd332d304ec","status":"passed","time":{"start":1724922383080,"stop":1724922383080,"duration":0}},{"uid":"a1b74da9bbadeb20","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a1b74da9bbadeb20","status":"passed","time":{"start":1724921046197,"stop":1724921046197,"duration":0}},{"uid":"42dde44ba971b567","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/42dde44ba971b567","status":"passed","time":{"start":1724921021467,"stop":1724921021467,"duration":0}},{"uid":"8d380679accbebdd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8d380679accbebdd","status":"passed","time":{"start":1724917681716,"stop":1724917681716,"duration":0}},{"uid":"f29f45c38b4af801","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f29f45c38b4af801","status":"passed","time":{"start":1724889460645,"stop":1724889460645,"duration":0}},{"uid":"c7f6c6b2353af78","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c7f6c6b2353af78","status":"passed","time":{"start":1724888611288,"stop":1724888611288,"duration":0}},{"uid":"8a7158b968885b83","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a7158b968885b83","status":"passed","time":{"start":1724887767613,"stop":1724887767613,"duration":0}},{"uid":"eb026a05dc7230b3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eb026a05dc7230b3","status":"passed","time":{"start":1724886533983,"stop":1724886533983,"duration":0}},{"uid":"4a901a778ece6377","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4a901a778ece6377","status":"passed","time":{"start":1724886311750,"stop":1724886311751,"duration":1}},{"uid":"8bcb79d349524257","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8bcb79d349524257","status":"passed","time":{"start":1724861760766,"stop":1724861760767,"duration":1}},{"uid":"82fa99ef8b828dca","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/82fa99ef8b828dca","status":"passed","time":{"start":1724861231726,"stop":1724861231727,"duration":1}},{"uid":"e946c7959f9748ae","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e946c7959f9748ae","status":"passed","time":{"start":1724861054247,"stop":1724861054248,"duration":1}},{"uid":"94862281522b903c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/94862281522b903c","status":"passed","time":{"start":1724860915806,"stop":1724860915807,"duration":1}}]},"7940a237992d5e219d9c9c5404b742c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"681698fbb618f5d8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/681698fbb618f5d8","status":"passed","time":{"start":1724922906442,"stop":1724922906442,"duration":0}}]},"30ef7a9b03445eb2aa807816e4c71b90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9314839260f269ca","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9314839260f269ca","status":"passed","time":{"start":1724923012481,"stop":1724923012481,"duration":0}},{"uid":"b91d4f87c9e1e882","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b91d4f87c9e1e882","status":"passed","time":{"start":1724921625091,"stop":1724921625092,"duration":1}},{"uid":"300aa248fe68e7d5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/300aa248fe68e7d5","status":"passed","time":{"start":1724921590511,"stop":1724921590511,"duration":0}},{"uid":"313669755fd33e69","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/313669755fd33e69","status":"passed","time":{"start":1724918287577,"stop":1724918287577,"duration":0}},{"uid":"9e838b5f9d7e3fb6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e838b5f9d7e3fb6","status":"passed","time":{"start":1724890047803,"stop":1724890047803,"duration":0}},{"uid":"3866a58c4bda7844","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3866a58c4bda7844","status":"passed","time":{"start":1724889183947,"stop":1724889183948,"duration":1}},{"uid":"19a5719f37ccbe5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/19a5719f37ccbe5","status":"passed","time":{"start":1724888354185,"stop":1724888354186,"duration":1}},{"uid":"9299dcc46d39650c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9299dcc46d39650c","status":"passed","time":{"start":1724887145723,"stop":1724887145723,"duration":0}},{"uid":"fe3efe44c49f878","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fe3efe44c49f878","status":"passed","time":{"start":1724886915807,"stop":1724886915809,"duration":2}},{"uid":"6d257bccc139a6ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d257bccc139a6ba","status":"passed","time":{"start":1724862341466,"stop":1724862341466,"duration":0}},{"uid":"cff367c6df7b4e2c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cff367c6df7b4e2c","status":"passed","time":{"start":1724861805470,"stop":1724861805470,"duration":0}},{"uid":"e2da81622c8f21b4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e2da81622c8f21b4","status":"passed","time":{"start":1724861662300,"stop":1724861662300,"duration":0}},{"uid":"922f735f2c1c7de7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/922f735f2c1c7de7","status":"passed","time":{"start":1724861492527,"stop":1724861492528,"duration":1}}]},"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f00c1c56a21b7e13","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f00c1c56a21b7e13","status":"passed","time":{"start":1724923008736,"stop":1724923008736,"duration":0}},{"uid":"5db1acdb7642e948","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5db1acdb7642e948","status":"passed","time":{"start":1724921677828,"stop":1724921677828,"duration":0}},{"uid":"c3db2c1fefb59da4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c3db2c1fefb59da4","status":"passed","time":{"start":1724921635680,"stop":1724921635680,"duration":0}},{"uid":"7d627a273d4234cd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7d627a273d4234cd","status":"passed","time":{"start":1724918344739,"stop":1724918344739,"duration":0}},{"uid":"f810ae5542f9c9ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f810ae5542f9c9ac","status":"passed","time":{"start":1724890097428,"stop":1724890097428,"duration":0}},{"uid":"ed620df861f6000e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ed620df861f6000e","status":"passed","time":{"start":1724889226624,"stop":1724889226624,"duration":0}},{"uid":"3cb3c0d890e3b64c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3cb3c0d890e3b64c","status":"passed","time":{"start":1724888405388,"stop":1724888405388,"duration":0}},{"uid":"b5afe86f23f68756","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b5afe86f23f68756","status":"passed","time":{"start":1724887180097,"stop":1724887180097,"duration":0}},{"uid":"4ee872a460c828dc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4ee872a460c828dc","status":"passed","time":{"start":1724886957951,"stop":1724886957951,"duration":0}},{"uid":"b21645a90e49f5c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b21645a90e49f5c7","status":"passed","time":{"start":1724862379719,"stop":1724862379719,"duration":0}},{"uid":"bb9d8757a71d0a7c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bb9d8757a71d0a7c","status":"passed","time":{"start":1724861853005,"stop":1724861853005,"duration":0}},{"uid":"148d4a4e4291fb28","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/148d4a4e4291fb28","status":"passed","time":{"start":1724861709847,"stop":1724861709847,"duration":0}},{"uid":"bcc3ced67f1d2d41","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bcc3ced67f1d2d41","status":"passed","time":{"start":1724861537425,"stop":1724861537425,"duration":0}}]},"fb03ed1529362299d1d7d3ddcdce8e8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8f1e8a30d59ab0e8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8f1e8a30d59ab0e8","status":"passed","time":{"start":1724888336458,"stop":1724888336458,"duration":0}}]},"1cddc29ad92fa891fca15970b2e9627a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6cafa3e5cdcbbbf8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6cafa3e5cdcbbbf8","status":"passed","time":{"start":1724922402865,"stop":1724922402865,"duration":0}},{"uid":"4169eb8dce4c22b5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4169eb8dce4c22b5","status":"passed","time":{"start":1724921065913,"stop":1724921065913,"duration":0}},{"uid":"c63fff030504f65e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c63fff030504f65e","status":"passed","time":{"start":1724921040949,"stop":1724921040950,"duration":1}},{"uid":"c921a70e059b507a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c921a70e059b507a","status":"passed","time":{"start":1724917701158,"stop":1724917701158,"duration":0}},{"uid":"3aa2c64df3b0fb8f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3aa2c64df3b0fb8f","status":"passed","time":{"start":1724889479977,"stop":1724889479977,"duration":0}},{"uid":"201785975d58c34c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/201785975d58c34c","status":"passed","time":{"start":1724888630726,"stop":1724888630727,"duration":1}},{"uid":"7894470f95764c4c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7894470f95764c4c","status":"passed","time":{"start":1724887787009,"stop":1724887787009,"duration":0}},{"uid":"6d76faaa984a1315","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6d76faaa984a1315","status":"passed","time":{"start":1724886553671,"stop":1724886553672,"duration":1}},{"uid":"1e246678739ad5ac","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1e246678739ad5ac","status":"passed","time":{"start":1724886331495,"stop":1724886331495,"duration":0}},{"uid":"79911936132e7dad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/79911936132e7dad","status":"passed","time":{"start":1724861780659,"stop":1724861780659,"duration":0}},{"uid":"2d400a06b556fe14","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2d400a06b556fe14","status":"passed","time":{"start":1724861251101,"stop":1724861251101,"duration":0}},{"uid":"a07c7e456c08f041","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a07c7e456c08f041","status":"passed","time":{"start":1724861074811,"stop":1724861074811,"duration":0}},{"uid":"a78a2cf5ecd9484e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a78a2cf5ecd9484e","status":"passed","time":{"start":1724860935674,"stop":1724860935674,"duration":0}}]},"1814079429f991e87810cd64b14ba5da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8591fad3e90a10fa","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8591fad3e90a10fa","status":"passed","time":{"start":1724922499936,"stop":1724922499937,"duration":1}},{"uid":"d234033f2aa08804","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d234033f2aa08804","status":"passed","time":{"start":1724921158281,"stop":1724921158282,"duration":1}},{"uid":"dba5a409aec5b025","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dba5a409aec5b025","status":"passed","time":{"start":1724921130078,"stop":1724921130079,"duration":1}},{"uid":"a26de96bd730dbbc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a26de96bd730dbbc","status":"passed","time":{"start":1724917796896,"stop":1724917796897,"duration":1}},{"uid":"6158d3d8ab7cd676","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6158d3d8ab7cd676","status":"passed","time":{"start":1724889579999,"stop":1724889579999,"duration":0}},{"uid":"251f9fe16ad504f4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/251f9fe16ad504f4","status":"passed","time":{"start":1724888730130,"stop":1724888730130,"duration":0}},{"uid":"bdb2880fbe92d3b8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bdb2880fbe92d3b8","status":"passed","time":{"start":1724887883928,"stop":1724887883928,"duration":0}},{"uid":"a622f1ed6c4fef1f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a622f1ed6c4fef1f","status":"passed","time":{"start":1724886651246,"stop":1724886651246,"duration":0}},{"uid":"dc2d22e5dfd234b1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dc2d22e5dfd234b1","status":"passed","time":{"start":1724886430269,"stop":1724886430270,"duration":1}},{"uid":"b384f1e4c7722c3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b384f1e4c7722c3e","status":"passed","time":{"start":1724861879169,"stop":1724861879169,"duration":0}},{"uid":"13020092bda5f32f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/13020092bda5f32f","status":"passed","time":{"start":1724861345740,"stop":1724861345740,"duration":0}},{"uid":"569a4423b7de839f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/569a4423b7de839f","status":"passed","time":{"start":1724861186695,"stop":1724861186696,"duration":1}},{"uid":"7058de90bfa4ab73","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7058de90bfa4ab73","status":"passed","time":{"start":1724861034888,"stop":1724861034888,"duration":0}}]},"966b9cb609ee7abd84faeb390db3de37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9c8c35ace55d3902","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9c8c35ace55d3902","status":"passed","time":{"start":1724922866493,"stop":1724922866493,"duration":0}},{"uid":"cc0ebfd5dd2e5344","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cc0ebfd5dd2e5344","status":"passed","time":{"start":1724921538594,"stop":1724921538594,"duration":0}},{"uid":"f62e23992b026c48","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f62e23992b026c48","status":"passed","time":{"start":1724921499392,"stop":1724921499392,"duration":0}},{"uid":"5dd1d4fd34c64d4e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5dd1d4fd34c64d4e","status":"passed","time":{"start":1724918204099,"stop":1724918204103,"duration":4}},{"uid":"9b30cdbb5c4e2d73","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9b30cdbb5c4e2d73","status":"passed","time":{"start":1724889957369,"stop":1724889957369,"duration":0}},{"uid":"5ca405ee28d2e05a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ca405ee28d2e05a","status":"passed","time":{"start":1724889094882,"stop":1724889094883,"duration":1}},{"uid":"47db228dc9b31bc2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/47db228dc9b31bc2","status":"passed","time":{"start":1724888256181,"stop":1724888256181,"duration":0}},{"uid":"8628403c377bf8e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8628403c377bf8e","status":"passed","time":{"start":1724887043896,"stop":1724887043897,"duration":1}},{"uid":"60dd2927c4bd52ba","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/60dd2927c4bd52ba","status":"passed","time":{"start":1724886807386,"stop":1724886807386,"duration":0}},{"uid":"91d872ebc28ee92f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91d872ebc28ee92f","status":"passed","time":{"start":1724862237701,"stop":1724862237702,"duration":1}},{"uid":"947164806ed17fc1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/947164806ed17fc1","status":"passed","time":{"start":1724861709117,"stop":1724861709117,"duration":0}},{"uid":"18185470d07f6692","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/18185470d07f6692","status":"passed","time":{"start":1724861571996,"stop":1724861571997,"duration":1}},{"uid":"c3494a374ac1f7e7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c3494a374ac1f7e7","status":"passed","time":{"start":1724861400270,"stop":1724861400271,"duration":1}}]},"8ad3580d2801a542b39b1caca862a46b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9432b85216ab3417","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9432b85216ab3417","status":"passed","time":{"start":1724922845243,"stop":1724922845243,"duration":0}},{"uid":"7ebf0ee987b24b7e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7ebf0ee987b24b7e","status":"passed","time":{"start":1724921515226,"stop":1724921515227,"duration":1}},{"uid":"5681591fe7bddb9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5681591fe7bddb9","status":"passed","time":{"start":1724921475446,"stop":1724921475446,"duration":0}},{"uid":"78d369b93d9a5d73","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/78d369b93d9a5d73","status":"passed","time":{"start":1724918179401,"stop":1724918179401,"duration":0}},{"uid":"19729c6a3c7a16ef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/19729c6a3c7a16ef","status":"passed","time":{"start":1724889935341,"stop":1724889935341,"duration":0}},{"uid":"4fa3578a83cda8e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4fa3578a83cda8e1","status":"passed","time":{"start":1724889072754,"stop":1724889072754,"duration":0}},{"uid":"79fd7f23e4bbc1a6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/79fd7f23e4bbc1a6","status":"passed","time":{"start":1724888232415,"stop":1724888232416,"duration":1}},{"uid":"cf08e68917e53d1d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf08e68917e53d1d","status":"passed","time":{"start":1724887018303,"stop":1724887018303,"duration":0}},{"uid":"ac70d7cb6a7b66f8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ac70d7cb6a7b66f8","status":"passed","time":{"start":1724886781480,"stop":1724886781480,"duration":0}},{"uid":"3228bd1e0ef34e77","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3228bd1e0ef34e77","status":"passed","time":{"start":1724862213663,"stop":1724862213663,"duration":0}},{"uid":"22c88340e52f3ac1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/22c88340e52f3ac1","status":"passed","time":{"start":1724861685856,"stop":1724861685856,"duration":0}},{"uid":"240fa7e8d91455e3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/240fa7e8d91455e3","status":"passed","time":{"start":1724861546176,"stop":1724861546177,"duration":1}},{"uid":"b1152c54988d14a5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b1152c54988d14a5","status":"passed","time":{"start":1724861378111,"stop":1724861378111,"duration":0}}]},"54c95a93d0ce32c48422718b926fb1e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8761c243d3b94112","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8761c243d3b94112","status":"passed","time":{"start":1724889144083,"stop":1724889144084,"duration":1}}]},"7f74fca03fc4bc1b09a12a35e7692182:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1cfebe1c525e608b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1cfebe1c525e608b","status":"passed","time":{"start":1724886884589,"stop":1724886884589,"duration":0}}]},"4b6be8ea12cd2b91925b9eaa33d2f1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c1e05836685e7b5e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c1e05836685e7b5e","status":"passed","time":{"start":1724922853927,"stop":1724922853927,"duration":0}},{"uid":"eb977b20827ef41d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/eb977b20827ef41d","status":"passed","time":{"start":1724921529589,"stop":1724921529589,"duration":0}},{"uid":"72642a794fc7e0a8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/72642a794fc7e0a8","status":"passed","time":{"start":1724921488884,"stop":1724921488884,"duration":0}},{"uid":"ae53f376c06fcaac","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ae53f376c06fcaac","status":"passed","time":{"start":1724918203690,"stop":1724918203690,"duration":0}},{"uid":"3c7f6f1c604ed754","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c7f6f1c604ed754","status":"passed","time":{"start":1724889938366,"stop":1724889938366,"duration":0}},{"uid":"8920dda9f12e35a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8920dda9f12e35a0","status":"passed","time":{"start":1724889077070,"stop":1724889077070,"duration":0}},{"uid":"a262b02b12a2a102","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a262b02b12a2a102","status":"passed","time":{"start":1724888268039,"stop":1724888268040,"duration":1}},{"uid":"95eb5fa6c61eea28","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/95eb5fa6c61eea28","status":"passed","time":{"start":1724887032413,"stop":1724887032413,"duration":0}},{"uid":"1f95443541d605b2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1f95443541d605b2","status":"passed","time":{"start":1724886822826,"stop":1724886822826,"duration":0}},{"uid":"3bef8f93c55209e6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3bef8f93c55209e6","status":"passed","time":{"start":1724862233516,"stop":1724862233516,"duration":0}},{"uid":"b7972543a3d64e0b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b7972543a3d64e0b","status":"passed","time":{"start":1724861712674,"stop":1724861712674,"duration":0}},{"uid":"e8c014f2e8abcba5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e8c014f2e8abcba5","status":"passed","time":{"start":1724861567900,"stop":1724861567901,"duration":1}},{"uid":"3b301417bda3b943","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3b301417bda3b943","status":"passed","time":{"start":1724861392060,"stop":1724861392060,"duration":0}}]},"ddd389dba90931c122476f0b3135b2f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"52262e4460fd5002","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/52262e4460fd5002","status":"passed","time":{"start":1724922433167,"stop":1724922433167,"duration":0}},{"uid":"21de58c2d261e598","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/21de58c2d261e598","status":"passed","time":{"start":1724921095756,"stop":1724921095757,"duration":1}},{"uid":"5f5f5e41031a5857","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5f5f5e41031a5857","status":"passed","time":{"start":1724921070804,"stop":1724921070805,"duration":1}},{"uid":"6403a851f9915e27","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6403a851f9915e27","status":"passed","time":{"start":1724917730899,"stop":1724917730899,"duration":0}},{"uid":"e57dd48fd96358c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e57dd48fd96358c0","status":"passed","time":{"start":1724889510331,"stop":1724889510332,"duration":1}},{"uid":"4679dc590cef174a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4679dc590cef174a","status":"passed","time":{"start":1724888660679,"stop":1724888660680,"duration":1}},{"uid":"5547eea46ac70ee0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5547eea46ac70ee0","status":"passed","time":{"start":1724887817136,"stop":1724887817137,"duration":1}},{"uid":"c19c37faa6cda394","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c19c37faa6cda394","status":"passed","time":{"start":1724886584153,"stop":1724886584154,"duration":1}},{"uid":"829f78c49e26d91c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/829f78c49e26d91c","status":"passed","time":{"start":1724886362413,"stop":1724886362414,"duration":1}},{"uid":"a247e9d3c2611a99","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a247e9d3c2611a99","status":"passed","time":{"start":1724861811583,"stop":1724861811583,"duration":0}},{"uid":"c0e3f1cad37b9aa7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c0e3f1cad37b9aa7","status":"passed","time":{"start":1724861280381,"stop":1724861280382,"duration":1}},{"uid":"466e3e48ff935548","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/466e3e48ff935548","status":"passed","time":{"start":1724861106379,"stop":1724861106380,"duration":1}},{"uid":"6d33c715934c7853","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6d33c715934c7853","status":"passed","time":{"start":1724860966531,"stop":1724860966531,"duration":0}}]},"a755b16c3b49464fc49b24a7db9bb961:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d44b52cac44eee8d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d44b52cac44eee8d","status":"passed","time":{"start":1724922439098,"stop":1724922439098,"duration":0}},{"uid":"6d16a328400bf7c8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6d16a328400bf7c8","status":"passed","time":{"start":1724921098907,"stop":1724921098907,"duration":0}},{"uid":"4f8ca10e67c29ef7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4f8ca10e67c29ef7","status":"passed","time":{"start":1724921073377,"stop":1724921073378,"duration":1}},{"uid":"8aa9f48261c34ab7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8aa9f48261c34ab7","status":"passed","time":{"start":1724917744657,"stop":1724917744657,"duration":0}},{"uid":"52e29a7705763da9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52e29a7705763da9","status":"passed","time":{"start":1724889518041,"stop":1724889518042,"duration":1}},{"uid":"a524b9f47543ab51","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a524b9f47543ab51","status":"passed","time":{"start":1724888665798,"stop":1724888665798,"duration":0}},{"uid":"f7cc90b7022256ab","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f7cc90b7022256ab","status":"passed","time":{"start":1724887821949,"stop":1724887821950,"duration":1}},{"uid":"a448dc7b5d719dd2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a448dc7b5d719dd2","status":"passed","time":{"start":1724886586923,"stop":1724886586923,"duration":0}},{"uid":"7baa80644a2d306","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7baa80644a2d306","status":"passed","time":{"start":1724886375226,"stop":1724886375226,"duration":0}},{"uid":"e856da34808117d3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e856da34808117d3","status":"passed","time":{"start":1724861815214,"stop":1724861815215,"duration":1}},{"uid":"fa81c8398c6707d9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fa81c8398c6707d9","status":"passed","time":{"start":1724861291719,"stop":1724861291720,"duration":1}},{"uid":"85331026f68540ea","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/85331026f68540ea","status":"passed","time":{"start":1724861109862,"stop":1724861109863,"duration":1}},{"uid":"a1d13732e1097940","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a1d13732e1097940","status":"passed","time":{"start":1724860972337,"stop":1724860972338,"duration":1}}]},"efbe9d23188e3339ba2d91770f86d81f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ef0bbdca2a67ce0e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ef0bbdca2a67ce0e","status":"passed","time":{"start":1724922383089,"stop":1724922383090,"duration":1}},{"uid":"62cf0813f3fd4513","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/62cf0813f3fd4513","status":"passed","time":{"start":1724921046205,"stop":1724921046206,"duration":1}},{"uid":"23882764d360a105","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/23882764d360a105","status":"passed","time":{"start":1724921021477,"stop":1724921021477,"duration":0}},{"uid":"f96138e03b82bca3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f96138e03b82bca3","status":"passed","time":{"start":1724917681725,"stop":1724917681726,"duration":1}},{"uid":"7244a35e906c82d4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7244a35e906c82d4","status":"passed","time":{"start":1724889460653,"stop":1724889460653,"duration":0}},{"uid":"a94ab0ee09742267","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a94ab0ee09742267","status":"passed","time":{"start":1724888611297,"stop":1724888611297,"duration":0}},{"uid":"c8d52a049f4f618","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c8d52a049f4f618","status":"passed","time":{"start":1724887767621,"stop":1724887767622,"duration":1}},{"uid":"5803923c7607a141","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5803923c7607a141","status":"passed","time":{"start":1724886533992,"stop":1724886533992,"duration":0}},{"uid":"fc17fed446584848","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fc17fed446584848","status":"passed","time":{"start":1724886311756,"stop":1724886311760,"duration":4}},{"uid":"49fb442a7ed68ef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/49fb442a7ed68ef","status":"passed","time":{"start":1724861760777,"stop":1724861760777,"duration":0}},{"uid":"9dbeb2c3341562ad","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9dbeb2c3341562ad","status":"passed","time":{"start":1724861231735,"stop":1724861231736,"duration":1}},{"uid":"6d73b653a32bb8a9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6d73b653a32bb8a9","status":"passed","time":{"start":1724861054257,"stop":1724861054258,"duration":1}},{"uid":"b4bc41e28ddafc20","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b4bc41e28ddafc20","status":"passed","time":{"start":1724860915816,"stop":1724860915816,"duration":0}}]},"fa11d84333fdcccd78710136d48af0b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"aa50e2434aec3c48","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/aa50e2434aec3c48","status":"passed","time":{"start":1724922499928,"stop":1724922499929,"duration":1}},{"uid":"2fcda20a387eaee0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2fcda20a387eaee0","status":"passed","time":{"start":1724921158277,"stop":1724921158277,"duration":0}},{"uid":"3282d2e77b200404","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3282d2e77b200404","status":"passed","time":{"start":1724921130072,"stop":1724921130073,"duration":1}},{"uid":"5e9760efb3ffac3c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5e9760efb3ffac3c","status":"passed","time":{"start":1724917796889,"stop":1724917796890,"duration":1}},{"uid":"ad5d4b1c222a2cb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ad5d4b1c222a2cb","status":"passed","time":{"start":1724889579993,"stop":1724889579993,"duration":0}},{"uid":"44d3c2ad4e9aa4f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/44d3c2ad4e9aa4f","status":"passed","time":{"start":1724888730126,"stop":1724888730126,"duration":0}},{"uid":"9eb9b1101adc1cd1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9eb9b1101adc1cd1","status":"passed","time":{"start":1724887883925,"stop":1724887883925,"duration":0}},{"uid":"fff42c329c738dbc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fff42c329c738dbc","status":"passed","time":{"start":1724886651243,"stop":1724886651243,"duration":0}},{"uid":"fabd7a9018e8309c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fabd7a9018e8309c","status":"passed","time":{"start":1724886430262,"stop":1724886430266,"duration":4}},{"uid":"ecc812f38352cd2e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ecc812f38352cd2e","status":"passed","time":{"start":1724861879166,"stop":1724861879166,"duration":0}},{"uid":"602bc00fb88d116","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/602bc00fb88d116","status":"passed","time":{"start":1724861345735,"stop":1724861345736,"duration":1}},{"uid":"6d92beeca6023ebc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6d92beeca6023ebc","status":"passed","time":{"start":1724861186692,"stop":1724861186693,"duration":1}},{"uid":"911b6c3e75a3c93b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/911b6c3e75a3c93b","status":"passed","time":{"start":1724861034862,"stop":1724861034884,"duration":22}}]},"a09a4dead9377b4f63c1c9abdc70f746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"20d291524709edfb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/20d291524709edfb","status":"passed","time":{"start":1724922845250,"stop":1724922845250,"duration":0}},{"uid":"7569d2701dc871da","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7569d2701dc871da","status":"passed","time":{"start":1724921515232,"stop":1724921515232,"duration":0}},{"uid":"b2ab6ce911d13314","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b2ab6ce911d13314","status":"passed","time":{"start":1724921475460,"stop":1724921475460,"duration":0}},{"uid":"ee7dabead72ef473","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ee7dabead72ef473","status":"passed","time":{"start":1724918179406,"stop":1724918179407,"duration":1}},{"uid":"14c6b2ca49921318","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14c6b2ca49921318","status":"passed","time":{"start":1724889935346,"stop":1724889935346,"duration":0}},{"uid":"bc84bc59e5cc17bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc84bc59e5cc17bd","status":"passed","time":{"start":1724889072760,"stop":1724889072760,"duration":0}},{"uid":"6cd8eaf30ad8eb31","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6cd8eaf30ad8eb31","status":"passed","time":{"start":1724888232421,"stop":1724888232421,"duration":0}},{"uid":"bbb9ea494d8cb68b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bbb9ea494d8cb68b","status":"passed","time":{"start":1724887018308,"stop":1724887018308,"duration":0}},{"uid":"8cd8d7e659d6d0a4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8cd8d7e659d6d0a4","status":"passed","time":{"start":1724886781485,"stop":1724886781485,"duration":0}},{"uid":"63e0060b8e083997","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/63e0060b8e083997","status":"passed","time":{"start":1724862213668,"stop":1724862213668,"duration":0}},{"uid":"214cdc8c8f9bf5bd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/214cdc8c8f9bf5bd","status":"passed","time":{"start":1724861685861,"stop":1724861685861,"duration":0}},{"uid":"d63b952d0e7aadbd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d63b952d0e7aadbd","status":"passed","time":{"start":1724861546183,"stop":1724861546183,"duration":0}},{"uid":"bb0123d5b9b32578","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bb0123d5b9b32578","status":"passed","time":{"start":1724861378117,"stop":1724861378117,"duration":0}}]},"3b4191c260f307dc7cae9c48ff44f24c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e3bbccdd7a040855","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e3bbccdd7a040855","status":"passed","time":{"start":1724922408756,"stop":1724922408757,"duration":1}},{"uid":"c0d1a0902d5cdd6c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c0d1a0902d5cdd6c","status":"passed","time":{"start":1724921071995,"stop":1724921071995,"duration":0}},{"uid":"f0fdaa3dcc97120c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f0fdaa3dcc97120c","status":"passed","time":{"start":1724921046824,"stop":1724921046825,"duration":1}},{"uid":"847e8717ae47ab96","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/847e8717ae47ab96","status":"passed","time":{"start":1724917707024,"stop":1724917707025,"duration":1}},{"uid":"95a5adaf376f6e72","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/95a5adaf376f6e72","status":"passed","time":{"start":1724889485860,"stop":1724889485860,"duration":0}},{"uid":"2dd0fcc9451ba793","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2dd0fcc9451ba793","status":"passed","time":{"start":1724888636621,"stop":1724888636621,"duration":0}},{"uid":"cc58b731ce38049","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc58b731ce38049","status":"passed","time":{"start":1724887792856,"stop":1724887792856,"duration":0}},{"uid":"afbcc0168105ec95","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/afbcc0168105ec95","status":"passed","time":{"start":1724886559725,"stop":1724886559725,"duration":0}},{"uid":"7a9eed63a20756d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7a9eed63a20756d","status":"passed","time":{"start":1724886337377,"stop":1724886337378,"duration":1}},{"uid":"274380f24fdfe229","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/274380f24fdfe229","status":"passed","time":{"start":1724861786731,"stop":1724861786731,"duration":0}},{"uid":"20012512120448ba","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/20012512120448ba","status":"passed","time":{"start":1724861257212,"stop":1724861257213,"duration":1}},{"uid":"cfcc59784c8b1962","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cfcc59784c8b1962","status":"passed","time":{"start":1724861081086,"stop":1724861081087,"duration":1}},{"uid":"3fa73db9b0540a9f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3fa73db9b0540a9f","status":"passed","time":{"start":1724860941732,"stop":1724860941732,"duration":0}}]},"77a43243c3631039aad3babae6e3b2dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"be03b19e276f8a78","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/be03b19e276f8a78","status":"passed","time":{"start":1724918229402,"stop":1724918229403,"duration":1}}]},"d48fed4711bc8db7c5dd0f7d5e56d95f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"632c873c7cd47150","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/632c873c7cd47150","status":"passed","time":{"start":1724921577171,"stop":1724921577171,"duration":0}}]},"0d5491899e5bfdaae5459a3b01c477b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"90217f231214f929","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/90217f231214f929","status":"passed","time":{"start":1724922611434,"stop":1724922611434,"duration":0}},{"uid":"9685434f953e5fc1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9685434f953e5fc1","status":"passed","time":{"start":1724921270355,"stop":1724921270356,"duration":1}},{"uid":"25e1ec884a4b7958","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/25e1ec884a4b7958","status":"passed","time":{"start":1724921247816,"stop":1724921247816,"duration":0}},{"uid":"a6eb343585d92b3b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a6eb343585d92b3b","status":"passed","time":{"start":1724917989817,"stop":1724917989817,"duration":0}},{"uid":"a98b5dffc319605b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a98b5dffc319605b","status":"passed","time":{"start":1724889678549,"stop":1724889678549,"duration":0}},{"uid":"c16e9b448050492d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c16e9b448050492d","status":"passed","time":{"start":1724888829841,"stop":1724888829842,"duration":1}},{"uid":"cc221ad0e8025c19","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc221ad0e8025c19","status":"passed","time":{"start":1724888077002,"stop":1724888077007,"duration":5}},{"uid":"f51ba36faa494be","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f51ba36faa494be","status":"passed","time":{"start":1724886851124,"stop":1724886851124,"duration":0}},{"uid":"86124df4e0dd6ab9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/86124df4e0dd6ab9","status":"passed","time":{"start":1724886647110,"stop":1724886647110,"duration":0}},{"uid":"ded2346436b351fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ded2346436b351fa","status":"passed","time":{"start":1724861992712,"stop":1724861992712,"duration":0}},{"uid":"ebed03ba1ba6ab32","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ebed03ba1ba6ab32","status":"passed","time":{"start":1724861469641,"stop":1724861469641,"duration":0}},{"uid":"7c16ba6d72d69b08","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7c16ba6d72d69b08","status":"passed","time":{"start":1724861284856,"stop":1724861284856,"duration":0}},{"uid":"7730556de1d711f4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7730556de1d711f4","status":"passed","time":{"start":1724861145804,"stop":1724861145804,"duration":0}}]},"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a883252467c84a0c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a883252467c84a0c","status":"passed","time":{"start":1724922391232,"stop":1724922391233,"duration":1}},{"uid":"17efe7258df552a5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/17efe7258df552a5","status":"passed","time":{"start":1724921054321,"stop":1724921054321,"duration":0}},{"uid":"296ffb3a8741f751","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/296ffb3a8741f751","status":"passed","time":{"start":1724921029530,"stop":1724921029530,"duration":0}},{"uid":"9427abcdabc868c2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9427abcdabc868c2","status":"passed","time":{"start":1724917689715,"stop":1724917689715,"duration":0}},{"uid":"e4a3afbfeb99378c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e4a3afbfeb99378c","status":"passed","time":{"start":1724889468611,"stop":1724889468611,"duration":0}},{"uid":"5c77af5c9771402d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5c77af5c9771402d","status":"passed","time":{"start":1724888619403,"stop":1724888619404,"duration":1}},{"uid":"2e1a120ad6686fa0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2e1a120ad6686fa0","status":"passed","time":{"start":1724887775587,"stop":1724887775587,"duration":0}},{"uid":"359ba959aa175fe6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/359ba959aa175fe6","status":"passed","time":{"start":1724886542103,"stop":1724886542103,"duration":0}},{"uid":"92a4cdb5f67e4440","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/92a4cdb5f67e4440","status":"passed","time":{"start":1724886319853,"stop":1724886319854,"duration":1}},{"uid":"d0223f62696c5762","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d0223f62696c5762","status":"passed","time":{"start":1724861769054,"stop":1724861769054,"duration":0}},{"uid":"6d472dfd6f10e24f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6d472dfd6f10e24f","status":"passed","time":{"start":1724861239709,"stop":1724861239709,"duration":0}},{"uid":"832aae3d020bae37","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/832aae3d020bae37","status":"passed","time":{"start":1724861063046,"stop":1724861063047,"duration":1}},{"uid":"47f5489af9843d7f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/47f5489af9843d7f","status":"passed","time":{"start":1724860924087,"stop":1724860924087,"duration":0}}]},"667a16a25c21c2a1287129daaf7bc1d0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c2ec3c18a9e884f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2ec3c18a9e884f","status":"passed","time":{"start":1724889144082,"stop":1724889144082,"duration":0}}]},"7a01a27814b1387113e3366b71b1fcc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"28e1ec77eee7ee6a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/28e1ec77eee7ee6a","status":"passed","time":{"start":1724917916056,"stop":1724917916056,"duration":0}}]},"012af98c6c27428a9581787f40ec5dd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"22110d176493a555","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/22110d176493a555","status":"passed","time":{"start":1724861485079,"stop":1724861485080,"duration":1}}]},"83e6fcefb7881625a22557c1328e432e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9c4ee928bebf90df","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9c4ee928bebf90df","status":"passed","time":{"start":1724862233522,"stop":1724862233523,"duration":1}}]},"328acc1b8ebca243ceedc9e9270ce7e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e642dd9131b3cab2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e642dd9131b3cab2","status":"passed","time":{"start":1724889169851,"stop":1724889169852,"duration":1}}]},"abfc99193f27cfa7b97b1abb15181b65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"521fefe24e36fcff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/521fefe24e36fcff","status":"passed","time":{"start":1724923012458,"stop":1724923012459,"duration":1}},{"uid":"29ffafe1dc588c79","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/29ffafe1dc588c79","status":"passed","time":{"start":1724921625034,"stop":1724921625035,"duration":1}},{"uid":"c1df9fea82d563a2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c1df9fea82d563a2","status":"passed","time":{"start":1724921590478,"stop":1724921590479,"duration":1}},{"uid":"bab1ab7fe8bd054b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bab1ab7fe8bd054b","status":"passed","time":{"start":1724918287558,"stop":1724918287559,"duration":1}},{"uid":"b3fa07f94f54167b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b3fa07f94f54167b","status":"passed","time":{"start":1724890047782,"stop":1724890047782,"duration":0}},{"uid":"629ba85669c95e5a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/629ba85669c95e5a","status":"passed","time":{"start":1724889183913,"stop":1724889183914,"duration":1}},{"uid":"3f80aba0349f4360","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3f80aba0349f4360","status":"passed","time":{"start":1724888354159,"stop":1724888354159,"duration":0}},{"uid":"c7abf09e6f095999","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c7abf09e6f095999","status":"passed","time":{"start":1724887145650,"stop":1724887145650,"duration":0}},{"uid":"9838e4576b5a41a4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9838e4576b5a41a4","status":"passed","time":{"start":1724886915776,"stop":1724886915776,"duration":0}},{"uid":"e7f08981a8aca1c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e7f08981a8aca1c7","status":"passed","time":{"start":1724862341431,"stop":1724862341431,"duration":0}},{"uid":"c4927c141d39507f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c4927c141d39507f","status":"passed","time":{"start":1724861805431,"stop":1724861805432,"duration":1}},{"uid":"c30d47f05e28179c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c30d47f05e28179c","status":"passed","time":{"start":1724861662239,"stop":1724861662240,"duration":1}},{"uid":"34b1d54ad061e827","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/34b1d54ad061e827","status":"passed","time":{"start":1724861492502,"stop":1724861492502,"duration":0}}]},"c8807fb8a0a316128a5e7f7efc265cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"53bdf4656d789c5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/53bdf4656d789c5","status":"passed","time":{"start":1724922439099,"stop":1724922439099,"duration":0}},{"uid":"5bfd592b80c1d3b9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5bfd592b80c1d3b9","status":"passed","time":{"start":1724921098907,"stop":1724921098913,"duration":6}},{"uid":"fa0adc3ef7b06bfc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fa0adc3ef7b06bfc","status":"passed","time":{"start":1724921073378,"stop":1724921073379,"duration":1}},{"uid":"7766031bc031d1c2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7766031bc031d1c2","status":"passed","time":{"start":1724917744657,"stop":1724917744661,"duration":4}},{"uid":"7f8a580dd4ecd1fe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7f8a580dd4ecd1fe","status":"passed","time":{"start":1724889518042,"stop":1724889518042,"duration":0}},{"uid":"a35f808c0232ed06","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a35f808c0232ed06","status":"passed","time":{"start":1724888665798,"stop":1724888665799,"duration":1}},{"uid":"a97fe82c697ab81f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a97fe82c697ab81f","status":"passed","time":{"start":1724887821950,"stop":1724887821950,"duration":0}},{"uid":"64197085a213258b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/64197085a213258b","status":"passed","time":{"start":1724886586923,"stop":1724886586924,"duration":1}},{"uid":"ae19d90c46754bbf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ae19d90c46754bbf","status":"passed","time":{"start":1724886375226,"stop":1724886375227,"duration":1}},{"uid":"fa1cc621d8b6ee12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fa1cc621d8b6ee12","status":"passed","time":{"start":1724861815215,"stop":1724861815215,"duration":0}},{"uid":"39c76e41c6e04eb6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/39c76e41c6e04eb6","status":"passed","time":{"start":1724861291720,"stop":1724861291720,"duration":0}},{"uid":"c83e5af721f5024f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c83e5af721f5024f","status":"passed","time":{"start":1724861109863,"stop":1724861109863,"duration":0}},{"uid":"f33fc3b884e82b5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f33fc3b884e82b5","status":"passed","time":{"start":1724860972338,"stop":1724860972339,"duration":1}}]},"e8247cc1f9bcb6314a610060cf47235f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7af47eb20b7c7262","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7af47eb20b7c7262","status":"passed","time":{"start":1724889169844,"stop":1724889169845,"duration":1}}]},"9c619c673abe858d054ab9f938a74733:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2a2ecab7346992e6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2a2ecab7346992e6","status":"passed","time":{"start":1724922887534,"stop":1724922887535,"duration":1}},{"uid":"b825a2642c164fcb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b825a2642c164fcb","status":"passed","time":{"start":1724921564784,"stop":1724921564785,"duration":1}},{"uid":"76f4700b8e059184","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/76f4700b8e059184","status":"passed","time":{"start":1724921518833,"stop":1724921518836,"duration":3}},{"uid":"c5bbfd3d342fc6fc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c5bbfd3d342fc6fc","status":"passed","time":{"start":1724918229408,"stop":1724918229409,"duration":1}},{"uid":"e699214e846e5a68","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e699214e846e5a68","status":"passed","time":{"start":1724889980709,"stop":1724889980709,"duration":0}},{"uid":"12ba4aa059811f8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/12ba4aa059811f8","status":"passed","time":{"start":1724889111185,"stop":1724889111185,"duration":0}},{"uid":"49cee3d29d47665e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/49cee3d29d47665e","status":"passed","time":{"start":1724888292549,"stop":1724888292549,"duration":0}},{"uid":"2f740577d32e5c86","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2f740577d32e5c86","status":"passed","time":{"start":1724887068234,"stop":1724887068234,"duration":0}},{"uid":"7c40a2466aec1a2b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7c40a2466aec1a2b","status":"passed","time":{"start":1724886848943,"stop":1724886848944,"duration":1}},{"uid":"a2737a4cb783ff77","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2737a4cb783ff77","status":"passed","time":{"start":1724862262058,"stop":1724862262058,"duration":0}},{"uid":"61243cc8f883f50f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/61243cc8f883f50f","status":"passed","time":{"start":1724861741901,"stop":1724861741901,"duration":0}},{"uid":"7f4d824928c3d85f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7f4d824928c3d85f","status":"passed","time":{"start":1724861599505,"stop":1724861599505,"duration":0}},{"uid":"c56fd96270f65b82","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c56fd96270f65b82","status":"passed","time":{"start":1724861428483,"stop":1724861428483,"duration":0}}]},"33512abcf2e6c1294129102e6a0ae92b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"13e0f8f0fdf6df0e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/13e0f8f0fdf6df0e","status":"passed","time":{"start":1724888003322,"stop":1724888003322,"duration":0}}]},"0dcba3bfad586c00e5ab6baac99bf48a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"db8ae1879c344e6d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/db8ae1879c344e6d","status":"passed","time":{"start":1724923012467,"stop":1724923012467,"duration":0}},{"uid":"1725ae16399c67cf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1725ae16399c67cf","status":"passed","time":{"start":1724921625075,"stop":1724921625075,"duration":0}},{"uid":"1112944010e06fc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1112944010e06fc","status":"passed","time":{"start":1724921590499,"stop":1724921590499,"duration":0}},{"uid":"5d079798849c77bb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5d079798849c77bb","status":"passed","time":{"start":1724918287568,"stop":1724918287568,"duration":0}},{"uid":"2b8275befd7c8203","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b8275befd7c8203","status":"passed","time":{"start":1724890047790,"stop":1724890047792,"duration":2}},{"uid":"996cf7eb02fe1220","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/996cf7eb02fe1220","status":"passed","time":{"start":1724889183923,"stop":1724889183924,"duration":1}},{"uid":"dedca76c5a8dfc3d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dedca76c5a8dfc3d","status":"passed","time":{"start":1724888354173,"stop":1724888354173,"duration":0}},{"uid":"e54d5ebae9aadecf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e54d5ebae9aadecf","status":"passed","time":{"start":1724887145667,"stop":1724887145667,"duration":0}},{"uid":"e25a7622cc189c76","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e25a7622cc189c76","status":"passed","time":{"start":1724886915789,"stop":1724886915789,"duration":0}},{"uid":"e7005949175077a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e7005949175077a7","status":"passed","time":{"start":1724862341454,"stop":1724862341454,"duration":0}},{"uid":"c61f98684618e2d7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c61f98684618e2d7","status":"passed","time":{"start":1724861805445,"stop":1724861805445,"duration":0}},{"uid":"4aead009628dc504","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4aead009628dc504","status":"passed","time":{"start":1724861662287,"stop":1724861662287,"duration":0}},{"uid":"e9040ce4cdf29ade","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e9040ce4cdf29ade","status":"passed","time":{"start":1724861492517,"stop":1724861492517,"duration":0}}]},"1011877e08f17aaf83bf70a12bc43fee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8c821fad76fb1c2c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8c821fad76fb1c2c","status":"passed","time":{"start":1724922771083,"stop":1724922771083,"duration":0}},{"uid":"e225e38fd56cca83","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e225e38fd56cca83","status":"passed","time":{"start":1724921419683,"stop":1724921419683,"duration":0}},{"uid":"58a596ba168084a9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/58a596ba168084a9","status":"passed","time":{"start":1724921400503,"stop":1724921400504,"duration":1}},{"uid":"7111bf02b5ec6710","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7111bf02b5ec6710","status":"passed","time":{"start":1724918124176,"stop":1724918124176,"duration":0}},{"uid":"ccb3e94c61b53c57","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ccb3e94c61b53c57","status":"passed","time":{"start":1724889845313,"stop":1724889845314,"duration":1}},{"uid":"4ac69fd37a0ba531","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4ac69fd37a0ba531","status":"passed","time":{"start":1724888978754,"stop":1724888978754,"duration":0}},{"uid":"e505461d75ef9c6a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e505461d75ef9c6a","status":"passed","time":{"start":1724888199759,"stop":1724888199759,"duration":0}},{"uid":"4ebe92b8ca878d5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4ebe92b8ca878d5","status":"passed","time":{"start":1724886961476,"stop":1724886961476,"duration":0}},{"uid":"6579794cc2d8218d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6579794cc2d8218d","status":"passed","time":{"start":1724886743396,"stop":1724886743396,"duration":0}},{"uid":"8f0f9528fbcced0a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f0f9528fbcced0a","status":"passed","time":{"start":1724862150657,"stop":1724862150658,"duration":1}},{"uid":"3de01110516049bc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3de01110516049bc","status":"passed","time":{"start":1724861627581,"stop":1724861627581,"duration":0}},{"uid":"f77574a146e966fd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f77574a146e966fd","status":"passed","time":{"start":1724861501071,"stop":1724861501071,"duration":0}},{"uid":"9779aacc94552d95","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9779aacc94552d95","status":"passed","time":{"start":1724861297169,"stop":1724861297169,"duration":0}}]},"25bae3ce20211a03aa0dc3a74620c86a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"88b0856daa31bde5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/88b0856daa31bde5","status":"passed","time":{"start":1724922398921,"stop":1724922398921,"duration":0}},{"uid":"95838baf8796a018","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/95838baf8796a018","status":"passed","time":{"start":1724921061849,"stop":1724921061849,"duration":0}},{"uid":"cf3016e2bd10becf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cf3016e2bd10becf","status":"passed","time":{"start":1724921037158,"stop":1724921037158,"duration":0}},{"uid":"e85521b7696f523b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e85521b7696f523b","status":"passed","time":{"start":1724917697303,"stop":1724917697303,"duration":0}},{"uid":"b8af6f1f87150c86","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8af6f1f87150c86","status":"passed","time":{"start":1724889476084,"stop":1724889476085,"duration":1}},{"uid":"fb639c7a982aefe3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb639c7a982aefe3","status":"passed","time":{"start":1724888626888,"stop":1724888626888,"duration":0}},{"uid":"5565f235a64b1c4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5565f235a64b1c4","status":"passed","time":{"start":1724887783109,"stop":1724887783109,"duration":0}},{"uid":"ab35eea4abc7a7f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ab35eea4abc7a7f9","status":"passed","time":{"start":1724886549920,"stop":1724886549920,"duration":0}},{"uid":"90378eac56da4aba","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/90378eac56da4aba","status":"passed","time":{"start":1724886327582,"stop":1724886327582,"duration":0}},{"uid":"50e0871b1a43e5c8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/50e0871b1a43e5c8","status":"passed","time":{"start":1724861776808,"stop":1724861776808,"duration":0}},{"uid":"9b545ea63c033186","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9b545ea63c033186","status":"passed","time":{"start":1724861247300,"stop":1724861247300,"duration":0}},{"uid":"f3dca035b0537cf2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f3dca035b0537cf2","status":"passed","time":{"start":1724861071396,"stop":1724861071396,"duration":0}},{"uid":"80b29eb4ad21f59a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/80b29eb4ad21f59a","status":"passed","time":{"start":1724860931796,"stop":1724860931796,"duration":0}}]},"43cc4d865085349f1bb9f09beceeedbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2d339aac9c2a4d7d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2d339aac9c2a4d7d","status":"passed","time":{"start":1724922601844,"stop":1724922601844,"duration":0}},{"uid":"e485ac251e5637ee","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e485ac251e5637ee","status":"passed","time":{"start":1724921267871,"stop":1724921267871,"duration":0}},{"uid":"f924292503940829","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f924292503940829","status":"passed","time":{"start":1724921244372,"stop":1724921244372,"duration":0}},{"uid":"a63293b125fd07ea","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a63293b125fd07ea","status":"passed","time":{"start":1724917916053,"stop":1724917916054,"duration":1}},{"uid":"7b52c9bb18cb7f22","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b52c9bb18cb7f22","status":"passed","time":{"start":1724889678256,"stop":1724889678257,"duration":1}},{"uid":"14c914e234be45e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14c914e234be45e8","status":"passed","time":{"start":1724888831685,"stop":1724888831686,"duration":1}},{"uid":"a2bdf8bcc9afbcea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a2bdf8bcc9afbcea","status":"passed","time":{"start":1724888003321,"stop":1724888003322,"duration":1}},{"uid":"64304778d1fc225d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/64304778d1fc225d","status":"passed","time":{"start":1724886776610,"stop":1724886776611,"duration":1}},{"uid":"f5c88feb874e18ad","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f5c88feb874e18ad","status":"passed","time":{"start":1724886555798,"stop":1724886555799,"duration":1}},{"uid":"9247750c28d9b5a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9247750c28d9b5a1","status":"passed","time":{"start":1724861983008,"stop":1724861983009,"duration":1}},{"uid":"d88c1f2c2ec33c0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d88c1f2c2ec33c0","status":"passed","time":{"start":1724861444068,"stop":1724861444068,"duration":0}},{"uid":"192c3a2b0ef0f0d0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/192c3a2b0ef0f0d0","status":"passed","time":{"start":1724861285835,"stop":1724861285836,"duration":1}},{"uid":"399ca3d5c2152c23","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/399ca3d5c2152c23","status":"passed","time":{"start":1724861145673,"stop":1724861145674,"duration":1}}]},"da29c60ade9840cb3c83bc2662cd64dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"28dd7652976442d6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/28dd7652976442d6","status":"passed","time":{"start":1724923048501,"stop":1724923048501,"duration":0}},{"uid":"e7b5afa4e71a3cee","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e7b5afa4e71a3cee","status":"passed","time":{"start":1724921723784,"stop":1724921723784,"duration":0}},{"uid":"8767c0fbf5beaa5c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8767c0fbf5beaa5c","status":"passed","time":{"start":1724921678669,"stop":1724921678670,"duration":1}},{"uid":"58fc1ea67154e10b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/58fc1ea67154e10b","status":"passed","time":{"start":1724918386964,"stop":1724918386965,"duration":1}},{"uid":"1549c863aa6495e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1549c863aa6495e8","status":"passed","time":{"start":1724890140901,"stop":1724890140902,"duration":1}},{"uid":"45fe3b0758d698a3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/45fe3b0758d698a3","status":"passed","time":{"start":1724889274452,"stop":1724889274453,"duration":1}},{"uid":"662ecbd8062a4a1f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/662ecbd8062a4a1f","status":"passed","time":{"start":1724888449348,"stop":1724888449348,"duration":0}},{"uid":"be9865466848ba33","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/be9865466848ba33","status":"passed","time":{"start":1724887217801,"stop":1724887217801,"duration":0}},{"uid":"53e8c60a588f77b1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/53e8c60a588f77b1","status":"passed","time":{"start":1724887001922,"stop":1724887001922,"duration":0}},{"uid":"563704248b243882","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/563704248b243882","status":"passed","time":{"start":1724862417855,"stop":1724862417855,"duration":0}},{"uid":"a8ca7e3214af3f3c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a8ca7e3214af3f3c","status":"passed","time":{"start":1724861895533,"stop":1724861895533,"duration":0}},{"uid":"c0570d1f5c44a05","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0570d1f5c44a05","status":"passed","time":{"start":1724861753061,"stop":1724861753062,"duration":1}},{"uid":"443516b3c6aeb125","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/443516b3c6aeb125","status":"passed","time":{"start":1724861587587,"stop":1724861587587,"duration":0}}]},"be13cdad2252f909af7f9ce004d11798:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9e8b7ad1bf9975a0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9e8b7ad1bf9975a0","status":"passed","time":{"start":1724922398026,"stop":1724922398026,"duration":0}},{"uid":"8ce4c050b04bfe49","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8ce4c050b04bfe49","status":"passed","time":{"start":1724921060545,"stop":1724921060546,"duration":1}},{"uid":"2843334ae3142808","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2843334ae3142808","status":"passed","time":{"start":1724921036201,"stop":1724921036201,"duration":0}},{"uid":"236d3c7696fa81aa","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/236d3c7696fa81aa","status":"passed","time":{"start":1724917695762,"stop":1724917695763,"duration":1}},{"uid":"26b13e85f46aa3ab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/26b13e85f46aa3ab","status":"passed","time":{"start":1724889474888,"stop":1724889474888,"duration":0}},{"uid":"72e00fa8d521f20a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72e00fa8d521f20a","status":"passed","time":{"start":1724888625518,"stop":1724888625519,"duration":1}},{"uid":"997a4f0e3d94364b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/997a4f0e3d94364b","status":"passed","time":{"start":1724887781869,"stop":1724887781869,"duration":0}},{"uid":"2d01d2b5d7b27e8c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2d01d2b5d7b27e8c","status":"passed","time":{"start":1724886548746,"stop":1724886548746,"duration":0}},{"uid":"2c19ca31090c67f0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2c19ca31090c67f0","status":"passed","time":{"start":1724886326711,"stop":1724886326712,"duration":1}},{"uid":"1f083b8a91ec4755","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1f083b8a91ec4755","status":"passed","time":{"start":1724861775154,"stop":1724861775155,"duration":1}},{"uid":"a0acf7c13fa35a35","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a0acf7c13fa35a35","status":"passed","time":{"start":1724861246805,"stop":1724861246806,"duration":1}},{"uid":"3611f6551b8c50d3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3611f6551b8c50d3","status":"passed","time":{"start":1724861070256,"stop":1724861070257,"duration":1}},{"uid":"7050e1061cea3c33","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7050e1061cea3c33","status":"passed","time":{"start":1724860931175,"stop":1724860931176,"duration":1}}]},"3f3fdd0f17e805c2e0f6beef8ccb5084:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8c0f93ef3808c25d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8c0f93ef3808c25d","status":"passed","time":{"start":1724922778330,"stop":1724922778331,"duration":1}},{"uid":"9580e849b067d559","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9580e849b067d559","status":"passed","time":{"start":1724921497762,"stop":1724921497762,"duration":0}},{"uid":"e5500b0044b58c94","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e5500b0044b58c94","status":"passed","time":{"start":1724921408428,"stop":1724921408431,"duration":3}},{"uid":"151f23a68e3be83c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/151f23a68e3be83c","status":"passed","time":{"start":1724918086873,"stop":1724918086874,"duration":1}},{"uid":"73fa26bac0e955d4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/73fa26bac0e955d4","status":"passed","time":{"start":1724889892450,"stop":1724889892451,"duration":1}},{"uid":"60dd13d2cef4c0bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/60dd13d2cef4c0bc","status":"passed","time":{"start":1724888997220,"stop":1724888997220,"duration":0}},{"uid":"76a6ec845d905eb9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/76a6ec845d905eb9","status":"passed","time":{"start":1724888159513,"stop":1724888159514,"duration":1}},{"uid":"f40b15d32098cb2c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f40b15d32098cb2c","status":"passed","time":{"start":1724886937313,"stop":1724886937314,"duration":1}},{"uid":"f7c54a97dc653acb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f7c54a97dc653acb","status":"passed","time":{"start":1724886709813,"stop":1724886709814,"duration":1}},{"uid":"f2f8a4c40c4aa922","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2f8a4c40c4aa922","status":"passed","time":{"start":1724862123540,"stop":1724862123541,"duration":1}},{"uid":"f8ec98391ec39197","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f8ec98391ec39197","status":"passed","time":{"start":1724861620109,"stop":1724861620110,"duration":1}},{"uid":"3cf672dfc8d42dd9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3cf672dfc8d42dd9","status":"passed","time":{"start":1724861460256,"stop":1724861460256,"duration":0}},{"uid":"2a1ce3cc8e3afc08","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2a1ce3cc8e3afc08","status":"passed","time":{"start":1724861330175,"stop":1724861330176,"duration":1}}]},"b6d33334fa8230a0ecc8d0aceaad357c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3a1f72953a2693be","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3a1f72953a2693be","status":"passed","time":{"start":1724923048502,"stop":1724923048502,"duration":0}},{"uid":"54dd92e7143517ba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/54dd92e7143517ba","status":"passed","time":{"start":1724921723784,"stop":1724921723785,"duration":1}},{"uid":"35e33b4022e20ebb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/35e33b4022e20ebb","status":"passed","time":{"start":1724921678670,"stop":1724921678670,"duration":0}},{"uid":"22652067c9d21090","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/22652067c9d21090","status":"passed","time":{"start":1724918386965,"stop":1724918386965,"duration":0}},{"uid":"3f7ae4e772bd58ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3f7ae4e772bd58ae","status":"passed","time":{"start":1724890140902,"stop":1724890140902,"duration":0}},{"uid":"a18b0d6f462d1afc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a18b0d6f462d1afc","status":"passed","time":{"start":1724889274453,"stop":1724889274453,"duration":0}},{"uid":"27a310cdc62b75c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/27a310cdc62b75c","status":"passed","time":{"start":1724888449348,"stop":1724888449349,"duration":1}},{"uid":"72df875686e3acd4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/72df875686e3acd4","status":"passed","time":{"start":1724887217802,"stop":1724887217802,"duration":0}},{"uid":"47b0bdd326ab0a7a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/47b0bdd326ab0a7a","status":"passed","time":{"start":1724887001922,"stop":1724887001923,"duration":1}},{"uid":"edaa1794bc9bee74","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/edaa1794bc9bee74","status":"passed","time":{"start":1724862417856,"stop":1724862417857,"duration":1}},{"uid":"5058f977075f71b2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5058f977075f71b2","status":"passed","time":{"start":1724861895533,"stop":1724861895534,"duration":1}},{"uid":"b438fbd6d582b423","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b438fbd6d582b423","status":"passed","time":{"start":1724861753062,"stop":1724861753062,"duration":0}},{"uid":"e7d3a3a7fff48ddb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e7d3a3a7fff48ddb","status":"passed","time":{"start":1724861587587,"stop":1724861587588,"duration":1}}]},"48145b7095e7ed15d8d620b33832d79b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2ed0033673889594","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2ed0033673889594","status":"passed","time":{"start":1724922845237,"stop":1724922845237,"duration":0}},{"uid":"e8ca67ee3c87efc3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e8ca67ee3c87efc3","status":"passed","time":{"start":1724921515222,"stop":1724921515223,"duration":1}},{"uid":"4dea6b42af2b0722","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4dea6b42af2b0722","status":"passed","time":{"start":1724921475442,"stop":1724921475443,"duration":1}},{"uid":"6c99a4b760229ac8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6c99a4b760229ac8","status":"passed","time":{"start":1724918179387,"stop":1724918179387,"duration":0}},{"uid":"bf35898e219341ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf35898e219341ee","status":"passed","time":{"start":1724889935337,"stop":1724889935338,"duration":1}},{"uid":"80bd243634c12682","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80bd243634c12682","status":"passed","time":{"start":1724889072750,"stop":1724889072750,"duration":0}},{"uid":"a219a87446b51083","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a219a87446b51083","status":"passed","time":{"start":1724888232411,"stop":1724888232411,"duration":0}},{"uid":"21de06e49a1de1e7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/21de06e49a1de1e7","status":"passed","time":{"start":1724887018291,"stop":1724887018291,"duration":0}},{"uid":"a120f326c3f44ead","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a120f326c3f44ead","status":"passed","time":{"start":1724886781476,"stop":1724886781476,"duration":0}},{"uid":"8b947ff6ae25ca9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8b947ff6ae25ca9d","status":"passed","time":{"start":1724862213659,"stop":1724862213659,"duration":0}},{"uid":"8653acf92e74e110","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8653acf92e74e110","status":"passed","time":{"start":1724861685852,"stop":1724861685852,"duration":0}},{"uid":"c2dbf5873b2504d5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c2dbf5873b2504d5","status":"passed","time":{"start":1724861546169,"stop":1724861546169,"duration":0}},{"uid":"4a72dcb505c5200a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4a72dcb505c5200a","status":"passed","time":{"start":1724861378107,"stop":1724861378107,"duration":0}}]},"0f0aa0358590ed78521526b6a0054d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"efa64db298de3f9d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/efa64db298de3f9d","status":"passed","time":{"start":1724861637975,"stop":1724861637975,"duration":0}}]},"4ab50e55037c5fc33607dbc5645f5a02:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ceff6074b315a064","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ceff6074b315a064","status":"passed","time":{"start":1724889072765,"stop":1724889072765,"duration":0}}]},"0b07a462a53974df1ae04ce081971c1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2905a6d7f24b352a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2905a6d7f24b352a","status":"passed","time":{"start":1724922433170,"stop":1724922433171,"duration":1}},{"uid":"4a484b8ae09191e1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4a484b8ae09191e1","status":"passed","time":{"start":1724921095760,"stop":1724921095761,"duration":1}},{"uid":"d09a3206c8f31111","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d09a3206c8f31111","status":"passed","time":{"start":1724921070808,"stop":1724921070808,"duration":0}},{"uid":"3e99f7a3020dd978","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3e99f7a3020dd978","status":"passed","time":{"start":1724917730907,"stop":1724917730908,"duration":1}},{"uid":"a2de5304084c67d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2de5304084c67d8","status":"passed","time":{"start":1724889510341,"stop":1724889510342,"duration":1}},{"uid":"e40f4bac1e8397e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e40f4bac1e8397e1","status":"passed","time":{"start":1724888660683,"stop":1724888660683,"duration":0}},{"uid":"b1a6d8e355e88b50","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b1a6d8e355e88b50","status":"passed","time":{"start":1724887817140,"stop":1724887817141,"duration":1}},{"uid":"45facb7af30e79aa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/45facb7af30e79aa","status":"passed","time":{"start":1724886584157,"stop":1724886584157,"duration":0}},{"uid":"9c59cd9dee543ce3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9c59cd9dee543ce3","status":"passed","time":{"start":1724886362416,"stop":1724886362416,"duration":0}},{"uid":"c04528d609248d5e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c04528d609248d5e","status":"passed","time":{"start":1724861811587,"stop":1724861811587,"duration":0}},{"uid":"55987c952eaf501","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/55987c952eaf501","status":"passed","time":{"start":1724861280387,"stop":1724861280388,"duration":1}},{"uid":"3fae7b1e239dcc37","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3fae7b1e239dcc37","status":"passed","time":{"start":1724861106383,"stop":1724861106384,"duration":1}},{"uid":"541c8b906e672a6f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/541c8b906e672a6f","status":"passed","time":{"start":1724860966533,"stop":1724860966534,"duration":1}}]},"01c7888b1e92728e17566591ddfbf799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"29256032f603d5a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/29256032f603d5a","status":"passed","time":{"start":1724922635355,"stop":1724922635356,"duration":1}},{"uid":"38858c06b059a539","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/38858c06b059a539","status":"passed","time":{"start":1724921297010,"stop":1724921297011,"duration":1}},{"uid":"48dba6c83d7292c5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/48dba6c83d7292c5","status":"passed","time":{"start":1724921276368,"stop":1724921276369,"duration":1}},{"uid":"ba7735a29c7dcece","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ba7735a29c7dcece","status":"passed","time":{"start":1724917948326,"stop":1724917948327,"duration":1}},{"uid":"6274c79169db5d76","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6274c79169db5d76","status":"passed","time":{"start":1724889729010,"stop":1724889729011,"duration":1}},{"uid":"7d5e5436e86346e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7d5e5436e86346e0","status":"passed","time":{"start":1724888864954,"stop":1724888864955,"duration":1}},{"uid":"a0d475cb4de5ac69","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a0d475cb4de5ac69","status":"passed","time":{"start":1724888053748,"stop":1724888053748,"duration":0}},{"uid":"52d0d3ede5bf5f61","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/52d0d3ede5bf5f61","status":"passed","time":{"start":1724886811663,"stop":1724886811663,"duration":0}},{"uid":"c9c166c7619fd108","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c9c166c7619fd108","status":"passed","time":{"start":1724886581005,"stop":1724886581006,"duration":1}},{"uid":"66bb98260fc5dea2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/66bb98260fc5dea2","status":"passed","time":{"start":1724862019563,"stop":1724862019563,"duration":0}},{"uid":"cf167a64005f31ab","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cf167a64005f31ab","status":"passed","time":{"start":1724861493938,"stop":1724861493938,"duration":0}},{"uid":"cdbcea45e36c39e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cdbcea45e36c39e","status":"passed","time":{"start":1724861318033,"stop":1724861318039,"duration":6}},{"uid":"27b6c1b3a07c88b7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/27b6c1b3a07c88b7","status":"passed","time":{"start":1724861178517,"stop":1724861178517,"duration":0}}]},"d2fd765aa6a3f8cf4fd3b0d6556984bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f8c05bc6601b7204","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f8c05bc6601b7204","status":"passed","time":{"start":1724921529593,"stop":1724921529593,"duration":0}}]},"a08fab482744aa8c660566ef75fc3cfb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"668a7088dcafc39e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/668a7088dcafc39e","status":"passed","time":{"start":1724888268042,"stop":1724888268042,"duration":0}}]},"d2b6f36383d45b7531453cedb2715f70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"20c477108232d98","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/20c477108232d98","status":"passed","time":{"start":1724861475043,"stop":1724861475045,"duration":2}}]},"37d07eea3207436d5bd20d3b897c78e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6248296114213143","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6248296114213143","status":"passed","time":{"start":1724890032295,"stop":1724890032296,"duration":1}}]},"551afebddbc721f042f5398e566d904f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"42b7565d4a35e5f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/42b7565d4a35e5f","status":"passed","time":{"start":1724922398402,"stop":1724922398403,"duration":1}},{"uid":"9a0aafa4cdcd02a9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9a0aafa4cdcd02a9","status":"passed","time":{"start":1724921061369,"stop":1724921061370,"duration":1}},{"uid":"f5074724c63bcc1f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f5074724c63bcc1f","status":"passed","time":{"start":1724921036548,"stop":1724921036548,"duration":0}},{"uid":"c08a80f3f87d2617","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c08a80f3f87d2617","status":"passed","time":{"start":1724917696991,"stop":1724917696991,"duration":0}},{"uid":"2794413260f87a3d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2794413260f87a3d","status":"passed","time":{"start":1724889475435,"stop":1724889475435,"duration":0}},{"uid":"9b36e9583dabb999","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9b36e9583dabb999","status":"passed","time":{"start":1724888626529,"stop":1724888626529,"duration":0}},{"uid":"2bf0ae3e64dfec8e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2bf0ae3e64dfec8e","status":"passed","time":{"start":1724887782737,"stop":1724887782738,"duration":1}},{"uid":"b557dc2aedc2a3d6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b557dc2aedc2a3d6","status":"passed","time":{"start":1724886549349,"stop":1724886549350,"duration":1}},{"uid":"ec15d627b34037f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ec15d627b34037f","status":"passed","time":{"start":1724886326870,"stop":1724886326870,"duration":0}},{"uid":"8e5dafe9cb49ebf4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e5dafe9cb49ebf4","status":"passed","time":{"start":1724861776300,"stop":1724861776301,"duration":1}},{"uid":"577e985d19ed950a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/577e985d19ed950a","status":"passed","time":{"start":1724861246680,"stop":1724861246681,"duration":1}},{"uid":"778e88116f8e9e4a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/778e88116f8e9e4a","status":"passed","time":{"start":1724861070664,"stop":1724861070665,"duration":1}},{"uid":"b443b1f2e1bdc299","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b443b1f2e1bdc299","status":"passed","time":{"start":1724860931329,"stop":1724860931330,"duration":1}}]},"52cb4e244495401b5b7d324e5505f157:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9fc10fe523988314","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9fc10fe523988314","status":"passed","time":{"start":1724921577170,"stop":1724921577170,"duration":0}}]},"d4e9f1d619edb7ca888f97ca63f16e18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c97917053af1a77a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c97917053af1a77a","status":"passed","time":{"start":1724922845251,"stop":1724922845252,"duration":1}},{"uid":"cb7f384cd2383350","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cb7f384cd2383350","status":"passed","time":{"start":1724921515232,"stop":1724921515233,"duration":1}},{"uid":"7b8e769e1eae2fe3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7b8e769e1eae2fe3","status":"passed","time":{"start":1724921475466,"stop":1724921475466,"duration":0}},{"uid":"e4e65e1718320c2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e4e65e1718320c2","status":"passed","time":{"start":1724918179407,"stop":1724918179407,"duration":0}},{"uid":"f48041232801b765","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f48041232801b765","status":"passed","time":{"start":1724889935346,"stop":1724889935346,"duration":0}},{"uid":"f8e5256fbf3004d2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f8e5256fbf3004d2","status":"passed","time":{"start":1724889072761,"stop":1724889072761,"duration":0}},{"uid":"c801f08efc87f111","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c801f08efc87f111","status":"passed","time":{"start":1724888232422,"stop":1724888232422,"duration":0}},{"uid":"748eedb944b6c9b1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/748eedb944b6c9b1","status":"passed","time":{"start":1724887018309,"stop":1724887018309,"duration":0}},{"uid":"2f787a17371fef99","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2f787a17371fef99","status":"passed","time":{"start":1724886781485,"stop":1724886781486,"duration":1}},{"uid":"19bc7662c7eb7fe9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/19bc7662c7eb7fe9","status":"passed","time":{"start":1724862213669,"stop":1724862213669,"duration":0}},{"uid":"668f37bebdf43133","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/668f37bebdf43133","status":"passed","time":{"start":1724861685862,"stop":1724861685863,"duration":1}},{"uid":"a30866b4b5b8444a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a30866b4b5b8444a","status":"passed","time":{"start":1724861546184,"stop":1724861546184,"duration":0}},{"uid":"69fe1b421bcd3ec4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/69fe1b421bcd3ec4","status":"passed","time":{"start":1724861378118,"stop":1724861378118,"duration":0}}]},"c1587fe17096409dfb67eae0a97c1c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b4deb34711c3fcae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4deb34711c3fcae","status":"passed","time":{"start":1724889169855,"stop":1724889169855,"duration":0}}]},"54dc594e9df4af9a075a028edb6ec08d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4c8c857a6d7a2a77","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4c8c857a6d7a2a77","status":"passed","time":{"start":1724922727645,"stop":1724922727645,"duration":0}},{"uid":"12422953122c0514","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/12422953122c0514","status":"passed","time":{"start":1724921379978,"stop":1724921379978,"duration":0}},{"uid":"db35c3ffa9b0621b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/db35c3ffa9b0621b","status":"passed","time":{"start":1724921359712,"stop":1724921359712,"duration":0}},{"uid":"90f1d2c5adc7ba50","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/90f1d2c5adc7ba50","status":"passed","time":{"start":1724918127237,"stop":1724918127240,"duration":3}},{"uid":"fb1f8a72bd93a841","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb1f8a72bd93a841","status":"passed","time":{"start":1724889805611,"stop":1724889805611,"duration":0}},{"uid":"4c65d7e95148206c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4c65d7e95148206c","status":"passed","time":{"start":1724888940683,"stop":1724888940684,"duration":1}},{"uid":"5f6a8287fb7798ee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5f6a8287fb7798ee","status":"passed","time":{"start":1724888168648,"stop":1724888168648,"duration":0}},{"uid":"e3c46171bbc296f5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e3c46171bbc296f5","status":"passed","time":{"start":1724886924216,"stop":1724886924216,"duration":0}},{"uid":"8e817a181ee576bc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8e817a181ee576bc","status":"passed","time":{"start":1724886701804,"stop":1724886701804,"duration":0}},{"uid":"960833244a30f129","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/960833244a30f129","status":"passed","time":{"start":1724862112740,"stop":1724862112740,"duration":0}},{"uid":"6aa4c34bae175f6f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6aa4c34bae175f6f","status":"passed","time":{"start":1724861584867,"stop":1724861584867,"duration":0}},{"uid":"171f7cee915ed5e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/171f7cee915ed5e","status":"passed","time":{"start":1724861464479,"stop":1724861464479,"duration":0}},{"uid":"74a17e419cbb3659","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/74a17e419cbb3659","status":"passed","time":{"start":1724861254911,"stop":1724861254911,"duration":0}}]},"ce968eb249f8af092dca43167521853b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ca1191f08e6f115f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ca1191f08e6f115f","status":"passed","time":{"start":1724922382332,"stop":1724922382332,"duration":0}},{"uid":"b44ef3349f8ee6a0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b44ef3349f8ee6a0","status":"passed","time":{"start":1724921045536,"stop":1724921045537,"duration":1}},{"uid":"cc89975ab81fddb6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cc89975ab81fddb6","status":"passed","time":{"start":1724921020730,"stop":1724921020730,"duration":0}},{"uid":"dc46515f3d01b46b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dc46515f3d01b46b","status":"passed","time":{"start":1724917681062,"stop":1724917681064,"duration":2}},{"uid":"5ebb192d21b00ec1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ebb192d21b00ec1","status":"passed","time":{"start":1724889459954,"stop":1724889459954,"duration":0}},{"uid":"d15eef2c761e8538","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d15eef2c761e8538","status":"passed","time":{"start":1724888610545,"stop":1724888610546,"duration":1}},{"uid":"36aa26e329381df9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/36aa26e329381df9","status":"passed","time":{"start":1724887766851,"stop":1724887766852,"duration":1}},{"uid":"62a8624ccad58449","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/62a8624ccad58449","status":"passed","time":{"start":1724886533247,"stop":1724886533248,"duration":1}},{"uid":"14de84a7e5d037fd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/14de84a7e5d037fd","status":"passed","time":{"start":1724886311097,"stop":1724886311098,"duration":1}},{"uid":"8974ee8ce7c63f30","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8974ee8ce7c63f30","status":"passed","time":{"start":1724861760053,"stop":1724861760053,"duration":0}},{"uid":"12ebba964c7989c9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/12ebba964c7989c9","status":"passed","time":{"start":1724861230837,"stop":1724861230837,"duration":0}},{"uid":"74b1c77cdb8177ed","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/74b1c77cdb8177ed","status":"passed","time":{"start":1724861053411,"stop":1724861053411,"duration":0}},{"uid":"25c711e9d5fea36f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/25c711e9d5fea36f","status":"passed","time":{"start":1724860914749,"stop":1724860914749,"duration":0}}]},"f224766b8c31accbc007ad2a25988a85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"17ccfbfcb6b4824b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/17ccfbfcb6b4824b","status":"passed","time":{"start":1724922921468,"stop":1724922921468,"duration":0}},{"uid":"9a62193cf2cbcbf7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9a62193cf2cbcbf7","status":"passed","time":{"start":1724921602959,"stop":1724921602960,"duration":1}},{"uid":"7cd32a967739bdaa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7cd32a967739bdaa","status":"passed","time":{"start":1724921571102,"stop":1724921571103,"duration":1}},{"uid":"df7aaa6f8fafe70c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/df7aaa6f8fafe70c","status":"passed","time":{"start":1724918285606,"stop":1724918285607,"duration":1}},{"uid":"85567fb47c196fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/85567fb47c196fa","status":"passed","time":{"start":1724890030097,"stop":1724890030097,"duration":0}},{"uid":"5b7dbdc8f18a36e9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b7dbdc8f18a36e9","status":"passed","time":{"start":1724889171917,"stop":1724889171917,"duration":0}},{"uid":"7ee2c1f460fce4bc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7ee2c1f460fce4bc","status":"passed","time":{"start":1724888350735,"stop":1724888350736,"duration":1}},{"uid":"4ea8c288f0a98fd7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4ea8c288f0a98fd7","status":"passed","time":{"start":1724887115418,"stop":1724887115418,"duration":0}},{"uid":"8ec1069de6d4d37b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8ec1069de6d4d37b","status":"passed","time":{"start":1724886884582,"stop":1724886884582,"duration":0}},{"uid":"97626405a75b2b09","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97626405a75b2b09","status":"passed","time":{"start":1724862322267,"stop":1724862322268,"duration":1}},{"uid":"9aa59eac7b6fa4a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9aa59eac7b6fa4a","status":"passed","time":{"start":1724861790757,"stop":1724861790757,"duration":0}},{"uid":"120d7271b0702b59","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/120d7271b0702b59","status":"passed","time":{"start":1724861628427,"stop":1724861628427,"duration":0}},{"uid":"791a4b640f774a89","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/791a4b640f774a89","status":"passed","time":{"start":1724861465631,"stop":1724861465631,"duration":0}}]},"1b81fc71331fc3d2512d734516f8f7a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e043a5c7ca28dc5d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e043a5c7ca28dc5d","status":"passed","time":{"start":1724862320144,"stop":1724862320144,"duration":0}}]},"ed34922b72948fd33e11689b88b75945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"14bf2c8121455775","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14bf2c8121455775","status":"passed","time":{"start":1724889678257,"stop":1724889678258,"duration":1}}]},"f4f881c2782d3268a6f52ca6ca8df6ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":12,"unknown":0,"total":13},"items":[{"uid":"f9f886dec9f9c48f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f9f886dec9f9c48f","status":"passed","time":{"start":1724922778329,"stop":1724922778330,"duration":1}},{"uid":"38fdd8e9f4ca430f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/38fdd8e9f4ca430f","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1724921497761,"stop":1724921497761,"duration":0}},{"uid":"47ce2bd4a006974c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/47ce2bd4a006974c","status":"passed","time":{"start":1724921408416,"stop":1724921408417,"duration":1}},{"uid":"ebb44a4ddaf4e49e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ebb44a4ddaf4e49e","status":"passed","time":{"start":1724918086872,"stop":1724918086873,"duration":1}},{"uid":"b3514d9f008e7a1f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b3514d9f008e7a1f","status":"passed","time":{"start":1724889892449,"stop":1724889892449,"duration":0}},{"uid":"7340d9c26b20b991","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7340d9c26b20b991","status":"passed","time":{"start":1724888997219,"stop":1724888997219,"duration":0}},{"uid":"87991d819923acf0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/87991d819923acf0","status":"passed","time":{"start":1724888159510,"stop":1724888159511,"duration":1}},{"uid":"829301692f13ce89","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/829301692f13ce89","status":"passed","time":{"start":1724886937312,"stop":1724886937312,"duration":0}},{"uid":"c805564ee0b41463","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c805564ee0b41463","status":"passed","time":{"start":1724886709810,"stop":1724886709811,"duration":1}},{"uid":"8495bab624a45ed8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8495bab624a45ed8","status":"passed","time":{"start":1724862123539,"stop":1724862123539,"duration":0}},{"uid":"b92c9fc0ef4e5c92","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b92c9fc0ef4e5c92","status":"passed","time":{"start":1724861620106,"stop":1724861620107,"duration":1}},{"uid":"c2940a5240249482","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c2940a5240249482","status":"passed","time":{"start":1724861460255,"stop":1724861460255,"duration":0}},{"uid":"74153e6ab784ab33","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/74153e6ab784ab33","status":"passed","time":{"start":1724861330174,"stop":1724861330174,"duration":0}}]},"e90403ec0f8bc4b5ca7fc9c86f58f32d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4ade1addac00b73c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4ade1addac00b73c","status":"passed","time":{"start":1724922921475,"stop":1724922921475,"duration":0}},{"uid":"ecde8ab32e4706ad","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ecde8ab32e4706ad","status":"passed","time":{"start":1724921602989,"stop":1724921602990,"duration":1}},{"uid":"b9f6b54b776f0fc0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b9f6b54b776f0fc0","status":"passed","time":{"start":1724921571111,"stop":1724921571111,"duration":0}},{"uid":"76ba6c76f1aebfde","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/76ba6c76f1aebfde","status":"passed","time":{"start":1724918285619,"stop":1724918285619,"duration":0}},{"uid":"e6a031a195f5da3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e6a031a195f5da3","status":"passed","time":{"start":1724890030105,"stop":1724890030106,"duration":1}},{"uid":"4105c96f3f5a9c52","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4105c96f3f5a9c52","status":"passed","time":{"start":1724889171934,"stop":1724889171934,"duration":0}},{"uid":"a57c01093f3e39cb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a57c01093f3e39cb","status":"passed","time":{"start":1724888350747,"stop":1724888350748,"duration":1}},{"uid":"db55d68301a6f2fa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/db55d68301a6f2fa","status":"passed","time":{"start":1724887115438,"stop":1724887115439,"duration":1}},{"uid":"5f9646a28f48dae6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5f9646a28f48dae6","status":"passed","time":{"start":1724886884589,"stop":1724886884589,"duration":0}},{"uid":"575203a3b0604969","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/575203a3b0604969","status":"passed","time":{"start":1724862322282,"stop":1724862322282,"duration":0}},{"uid":"e51a6e6c790adb0e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e51a6e6c790adb0e","status":"passed","time":{"start":1724861790768,"stop":1724861790768,"duration":0}},{"uid":"b0aa8698b92eb51d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b0aa8698b92eb51d","status":"passed","time":{"start":1724861628433,"stop":1724861628434,"duration":1}},{"uid":"42d055ef4a4b2004","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/42d055ef4a4b2004","status":"passed","time":{"start":1724861465638,"stop":1724861465638,"duration":0}}]},"4362d1101dca3e3a1799898fdf01abe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"85006f9518066c4e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/85006f9518066c4e","status":"passed","time":{"start":1724922387839,"stop":1724922387839,"duration":0}},{"uid":"ba0c90b0aa7a5066","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ba0c90b0aa7a5066","status":"passed","time":{"start":1724921050917,"stop":1724921050917,"duration":0}},{"uid":"a2ab8759fdaa9c3d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a2ab8759fdaa9c3d","status":"passed","time":{"start":1724921026085,"stop":1724921026086,"duration":1}},{"uid":"5edabfbb3eb6dccb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5edabfbb3eb6dccb","status":"passed","time":{"start":1724917686331,"stop":1724917686332,"duration":1}},{"uid":"eb811330de82063a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eb811330de82063a","status":"passed","time":{"start":1724889465303,"stop":1724889465303,"duration":0}},{"uid":"187cd69f9a06e13a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/187cd69f9a06e13a","status":"passed","time":{"start":1724888615856,"stop":1724888615856,"duration":0}},{"uid":"fd0365506044a863","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fd0365506044a863","status":"passed","time":{"start":1724887772190,"stop":1724887772191,"duration":1}},{"uid":"ec26c15ad74a6657","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ec26c15ad74a6657","status":"passed","time":{"start":1724886538737,"stop":1724886538738,"duration":1}},{"uid":"b0d71cd0ee984392","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b0d71cd0ee984392","status":"passed","time":{"start":1724886316574,"stop":1724886316574,"duration":0}},{"uid":"94d4d9a50ab638c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/94d4d9a50ab638c9","status":"passed","time":{"start":1724861765627,"stop":1724861765628,"duration":1}},{"uid":"815424f484cfcb23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/815424f484cfcb23","status":"passed","time":{"start":1724861236290,"stop":1724861236291,"duration":1}},{"uid":"fcb6017d77c880cf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fcb6017d77c880cf","status":"passed","time":{"start":1724861059257,"stop":1724861059257,"duration":0}},{"uid":"161754aa363853c1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/161754aa363853c1","status":"passed","time":{"start":1724860920542,"stop":1724860920543,"duration":1}}]},"31b5b45be3ecf932a64dddb187ec6d26:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"33a76863757aba1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33a76863757aba1","status":"passed","time":{"start":1724889072752,"stop":1724889072753,"duration":1}}]},"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fa0de4956879dfee","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fa0de4956879dfee","status":"passed","time":{"start":1724922727745,"stop":1724922727746,"duration":1}},{"uid":"15951af8a25a5eee","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/15951af8a25a5eee","status":"passed","time":{"start":1724921380064,"stop":1724921380064,"duration":0}},{"uid":"288ca16231540686","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/288ca16231540686","status":"passed","time":{"start":1724921359798,"stop":1724921359798,"duration":0}},{"uid":"2f50faed827cbdc5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2f50faed827cbdc5","status":"passed","time":{"start":1724918087013,"stop":1724918087013,"duration":0}},{"uid":"b0ca435016e47928","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b0ca435016e47928","status":"passed","time":{"start":1724889805673,"stop":1724889805674,"duration":1}},{"uid":"f3ec959203b9ba8e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3ec959203b9ba8e","status":"passed","time":{"start":1724888940769,"stop":1724888940770,"duration":1}},{"uid":"fde9d9271fef9e57","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fde9d9271fef9e57","status":"passed","time":{"start":1724888159617,"stop":1724888159618,"duration":1}},{"uid":"29b34a0eb7ad2b7f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/29b34a0eb7ad2b7f","status":"passed","time":{"start":1724886924289,"stop":1724886924289,"duration":0}},{"uid":"af280f68af9539a1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/af280f68af9539a1","status":"passed","time":{"start":1724886701944,"stop":1724886701944,"duration":0}},{"uid":"cd8978f931913c33","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd8978f931913c33","status":"passed","time":{"start":1724862112845,"stop":1724862112846,"duration":1}},{"uid":"1407d89d99db6fb8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1407d89d99db6fb8","status":"passed","time":{"start":1724861584923,"stop":1724861584923,"duration":0}},{"uid":"f0a0875cdbc52b0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f0a0875cdbc52b0","status":"passed","time":{"start":1724861460341,"stop":1724861460342,"duration":1}},{"uid":"3b64cf3c42652974","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3b64cf3c42652974","status":"passed","time":{"start":1724861255003,"stop":1724861255004,"duration":1}}]},"cc5c6f7e635fa51a59374ba8a5162a36:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"29da03ab71f39a3b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/29da03ab71f39a3b","status":"passed","time":{"start":1724861465637,"stop":1724861465637,"duration":0}}]},"5ebf0798539fd4e27fc3ff522e58d63a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5db5d1ce707e808a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5db5d1ce707e808a","status":"passed","time":{"start":1724922946232,"stop":1724922946232,"duration":0}}]},"a042e8cd63a3b39e0a33609070d05d39:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9bb06ce7d001b699","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9bb06ce7d001b699","status":"passed","time":{"start":1724861800258,"stop":1724861800259,"duration":1}}]},"1749bf9b877925e8da903ebec55612ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"70dc32c81df83759","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/70dc32c81df83759","status":"passed","time":{"start":1724922410311,"stop":1724922410312,"duration":1}},{"uid":"447a4f145c1853e5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/447a4f145c1853e5","status":"passed","time":{"start":1724921073460,"stop":1724921073460,"duration":0}},{"uid":"b7c483c108cf60e2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b7c483c108cf60e2","status":"passed","time":{"start":1724921048447,"stop":1724921048447,"duration":0}},{"uid":"98cd3ae7c98fcddf","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/98cd3ae7c98fcddf","status":"passed","time":{"start":1724917708700,"stop":1724917708700,"duration":0}},{"uid":"ff41825b763ab24b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff41825b763ab24b","status":"passed","time":{"start":1724889487516,"stop":1724889487516,"duration":0}},{"uid":"92696c8abb242fa2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92696c8abb242fa2","status":"passed","time":{"start":1724888638223,"stop":1724888638223,"duration":0}},{"uid":"f44c7002f99f7a04","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f44c7002f99f7a04","status":"passed","time":{"start":1724887794483,"stop":1724887794483,"duration":0}},{"uid":"976cfb6fab4bc539","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/976cfb6fab4bc539","status":"passed","time":{"start":1724886561406,"stop":1724886561407,"duration":1}},{"uid":"8a1a0f332d4a43bb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8a1a0f332d4a43bb","status":"passed","time":{"start":1724886339062,"stop":1724886339063,"duration":1}},{"uid":"6b460c456a163bf2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b460c456a163bf2","status":"passed","time":{"start":1724861788383,"stop":1724861788383,"duration":0}},{"uid":"9f0e1febace9aae8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9f0e1febace9aae8","status":"passed","time":{"start":1724861258536,"stop":1724861258536,"duration":0}},{"uid":"6c09ccd2d1b9285f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6c09ccd2d1b9285f","status":"passed","time":{"start":1724861082796,"stop":1724861082796,"duration":0}},{"uid":"2a2d25e520b4a0b5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2a2d25e520b4a0b5","status":"passed","time":{"start":1724860943248,"stop":1724860943248,"duration":0}}]},"243ab10d31eb66c5118249ed138b6c92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"7f68708a3ed8fdfd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7f68708a3ed8fdfd","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922845264,"stop":1724922845264,"duration":0}},{"uid":"92f6755794356414","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/92f6755794356414","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515258,"stop":1724921515258,"duration":0}},{"uid":"c461cb54f66b7375","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c461cb54f66b7375","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475519,"stop":1724921475519,"duration":0}},{"uid":"a19fb0537625980b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a19fb0537625980b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179438,"stop":1724918179439,"duration":1}},{"uid":"57d05932a44abaf1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/57d05932a44abaf1","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935353,"stop":1724889935354,"duration":1}},{"uid":"9e1cf44e76531bca","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e1cf44e76531bca","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072769,"stop":1724889072770,"duration":1}},{"uid":"707dfdd867f6c10b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/707dfdd867f6c10b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232429,"stop":1724888232430,"duration":1}},{"uid":"23e235fbdb809028","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/23e235fbdb809028","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018318,"stop":1724887018318,"duration":0}},{"uid":"b045ff33aef75ec9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b045ff33aef75ec9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781506,"stop":1724886781506,"duration":0}},{"uid":"9738f2b83e98c9e4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9738f2b83e98c9e4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213686,"stop":1724862213686,"duration":0}},{"uid":"1e1c2b4f8c97e518","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1e1c2b4f8c97e518","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861685890,"stop":1724861685891,"duration":1}},{"uid":"b0e230afd041e992","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b0e230afd041e992","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546214,"stop":1724861546214,"duration":0}},{"uid":"7e0ae132254bf523","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7e0ae132254bf523","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378127,"stop":1724861378127,"duration":0}}]},"c6826bd497094ee91af19389b72c1f20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea304cb09aff2e03","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ea304cb09aff2e03","status":"passed","time":{"start":1724889077074,"stop":1724889077078,"duration":4}}]},"e2b2443b7a89670afc3afc2e5f72ec3c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b9917bc9c86ac3d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b9917bc9c86ac3d","status":"passed","time":{"start":1724921556059,"stop":1724921556059,"duration":0}}]},"e0bf0f6c5c2904dc02ad8456376a87a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b855b3d3d4f5ac3c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b855b3d3d4f5ac3c","status":"passed","time":{"start":1724886555799,"stop":1724886555800,"duration":1}}]},"51cbd8efa93a159097ce36b89f67787d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6463bcb026f8e450","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6463bcb026f8e450","status":"passed","time":{"start":1724922921467,"stop":1724922921468,"duration":1}},{"uid":"3f0fdeccbf97a853","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3f0fdeccbf97a853","status":"passed","time":{"start":1724921602959,"stop":1724921602959,"duration":0}},{"uid":"f8baf527054d232d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f8baf527054d232d","status":"passed","time":{"start":1724921571102,"stop":1724921571102,"duration":0}},{"uid":"4bde0d29c1463ae9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4bde0d29c1463ae9","status":"passed","time":{"start":1724918285601,"stop":1724918285605,"duration":4}},{"uid":"7da67a992c8067f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7da67a992c8067f","status":"passed","time":{"start":1724890030096,"stop":1724890030097,"duration":1}},{"uid":"3eb9484a9308f7d3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3eb9484a9308f7d3","status":"passed","time":{"start":1724889171915,"stop":1724889171915,"duration":0}},{"uid":"15d8df3d3d4cbb89","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/15d8df3d3d4cbb89","status":"passed","time":{"start":1724888350731,"stop":1724888350731,"duration":0}},{"uid":"900239533f730380","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/900239533f730380","status":"passed","time":{"start":1724887115417,"stop":1724887115417,"duration":0}},{"uid":"e628cc44b81a0ebc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e628cc44b81a0ebc","status":"passed","time":{"start":1724886884581,"stop":1724886884581,"duration":0}},{"uid":"e979e9c174764451","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e979e9c174764451","status":"passed","time":{"start":1724862322266,"stop":1724862322267,"duration":1}},{"uid":"4d389463a51e1011","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4d389463a51e1011","status":"passed","time":{"start":1724861790756,"stop":1724861790756,"duration":0}},{"uid":"7b858875ea40b52d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7b858875ea40b52d","status":"passed","time":{"start":1724861628426,"stop":1724861628426,"duration":0}},{"uid":"1fbfbbbf97ba52db","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1fbfbbbf97ba52db","status":"passed","time":{"start":1724861465630,"stop":1724861465631,"duration":1}}]},"dd701497c2a6292dfefc2cfee3af21b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"41a13c05ffe27bc4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/41a13c05ffe27bc4","status":"passed","time":{"start":1724922611422,"stop":1724922611423,"duration":1}},{"uid":"9f7ae10316ae9813","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9f7ae10316ae9813","status":"passed","time":{"start":1724921270343,"stop":1724921270343,"duration":0}},{"uid":"bd5d433c9ffa81c9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bd5d433c9ffa81c9","status":"passed","time":{"start":1724921247785,"stop":1724921247802,"duration":17}},{"uid":"d4f5bda37e0ff664","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d4f5bda37e0ff664","status":"passed","time":{"start":1724917989810,"stop":1724917989810,"duration":0}},{"uid":"749165334d872810","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/749165334d872810","status":"passed","time":{"start":1724889678533,"stop":1724889678533,"duration":0}},{"uid":"717bd7ef25096780","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/717bd7ef25096780","status":"passed","time":{"start":1724888829828,"stop":1724888829829,"duration":1}},{"uid":"f364ce2d38b9f926","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f364ce2d38b9f926","status":"passed","time":{"start":1724888076975,"stop":1724888076976,"duration":1}},{"uid":"4a07b187f3230200","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a07b187f3230200","status":"passed","time":{"start":1724886851114,"stop":1724886851115,"duration":1}},{"uid":"664f96b87a95e4e8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/664f96b87a95e4e8","status":"passed","time":{"start":1724886647062,"stop":1724886647063,"duration":1}},{"uid":"7dc434748088fd9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7dc434748088fd9d","status":"passed","time":{"start":1724861992704,"stop":1724861992705,"duration":1}},{"uid":"53a23f41b8ca88f2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/53a23f41b8ca88f2","status":"passed","time":{"start":1724861469632,"stop":1724861469632,"duration":0}},{"uid":"7cdf1ef31b3c0fa1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7cdf1ef31b3c0fa1","status":"passed","time":{"start":1724861284846,"stop":1724861284847,"duration":1}},{"uid":"c34e90c6d3218298","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c34e90c6d3218298","status":"passed","time":{"start":1724861145782,"stop":1724861145782,"duration":0}}]},"be5f5c7a34eb4983317d1be935aadb60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b737813fcab2e1d8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b737813fcab2e1d8","status":"passed","time":{"start":1724861637975,"stop":1724861637975,"duration":0}}]},"be548040d45445fe0e37eeebb4426939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7830955c611e30a2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7830955c611e30a2","status":"passed","time":{"start":1724922374663,"stop":1724922374664,"duration":1}},{"uid":"6b3fd67c4e7e6762","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6b3fd67c4e7e6762","status":"passed","time":{"start":1724921037625,"stop":1724921037625,"duration":0}},{"uid":"259d1c7f9352059b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/259d1c7f9352059b","status":"passed","time":{"start":1724921013043,"stop":1724921013043,"duration":0}},{"uid":"bbeb0e71157f7190","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bbeb0e71157f7190","status":"passed","time":{"start":1724917673280,"stop":1724917673281,"duration":1}},{"uid":"488b9aeeed4ac0b4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/488b9aeeed4ac0b4","status":"passed","time":{"start":1724889452300,"stop":1724889452300,"duration":0}},{"uid":"8eee6d07193cf0d2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8eee6d07193cf0d2","status":"passed","time":{"start":1724888602829,"stop":1724888602829,"duration":0}},{"uid":"58ba99158bfd7bcb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/58ba99158bfd7bcb","status":"passed","time":{"start":1724887759159,"stop":1724887759160,"duration":1}},{"uid":"900765071feb96a8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/900765071feb96a8","status":"passed","time":{"start":1724886525540,"stop":1724886525540,"duration":0}},{"uid":"202cd1ed2381355","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/202cd1ed2381355","status":"passed","time":{"start":1724886303388,"stop":1724886303388,"duration":0}},{"uid":"c4bb4713cb3cc2c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4bb4713cb3cc2c","status":"passed","time":{"start":1724861752216,"stop":1724861752216,"duration":0}},{"uid":"e86a307608a4220b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e86a307608a4220b","status":"passed","time":{"start":1724861223350,"stop":1724861223350,"duration":0}},{"uid":"f5715da0b5c27544","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f5715da0b5c27544","status":"passed","time":{"start":1724861045192,"stop":1724861045197,"duration":5}},{"uid":"667a7155536dce90","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/667a7155536dce90","status":"passed","time":{"start":1724860907080,"stop":1724860907080,"duration":0}}]},"c2fba2e08f9b25369c119544af081075:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"78a0e9de9c90b1f3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/78a0e9de9c90b1f3","status":"passed","time":{"start":1724922853904,"stop":1724922853905,"duration":1}},{"uid":"87186ffa659a4974","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/87186ffa659a4974","status":"passed","time":{"start":1724921529566,"stop":1724921529567,"duration":1}},{"uid":"21c43cb6c31ed676","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/21c43cb6c31ed676","status":"passed","time":{"start":1724921488870,"stop":1724921488870,"duration":0}},{"uid":"9dac302b997326d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9dac302b997326d","status":"passed","time":{"start":1724918203666,"stop":1724918203666,"duration":0}},{"uid":"c6ff83f41ae5eabe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c6ff83f41ae5eabe","status":"passed","time":{"start":1724889938348,"stop":1724889938348,"duration":0}},{"uid":"b8b924747937e2b1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8b924747937e2b1","status":"passed","time":{"start":1724889077029,"stop":1724889077029,"duration":0}},{"uid":"fc124e08971a5b2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fc124e08971a5b2","status":"passed","time":{"start":1724888267999,"stop":1724888268000,"duration":1}},{"uid":"2a6861ef76743a7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2a6861ef76743a7","status":"passed","time":{"start":1724887032386,"stop":1724887032386,"duration":0}},{"uid":"ee8a28e649d62913","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ee8a28e649d62913","status":"passed","time":{"start":1724886822783,"stop":1724886822783,"duration":0}},{"uid":"fc3421096c20850e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc3421096c20850e","status":"passed","time":{"start":1724862233501,"stop":1724862233501,"duration":0}},{"uid":"5cea41a8c343d3de","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5cea41a8c343d3de","status":"passed","time":{"start":1724861712661,"stop":1724861712661,"duration":0}},{"uid":"93b2dea12a92d4d5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/93b2dea12a92d4d5","status":"passed","time":{"start":1724861567871,"stop":1724861567872,"duration":1}},{"uid":"3648067710c3cd39","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3648067710c3cd39","status":"passed","time":{"start":1724861392036,"stop":1724861392036,"duration":0}}]},"c889384d90857f1c344409a3d64b1ae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5accda8e53f9e34","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5accda8e53f9e34","status":"passed","time":{"start":1724922887527,"stop":1724922887527,"duration":0}},{"uid":"a9a2e90933316b56","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a9a2e90933316b56","status":"passed","time":{"start":1724921564777,"stop":1724921564777,"duration":0}},{"uid":"4256ed39189cde54","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4256ed39189cde54","status":"passed","time":{"start":1724921518822,"stop":1724921518822,"duration":0}},{"uid":"35d920523d92eaec","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/35d920523d92eaec","status":"passed","time":{"start":1724918229400,"stop":1724918229400,"duration":0}},{"uid":"e5abea137620afb1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e5abea137620afb1","status":"passed","time":{"start":1724889980703,"stop":1724889980703,"duration":0}},{"uid":"3d83258d19367c59","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3d83258d19367c59","status":"passed","time":{"start":1724889111165,"stop":1724889111165,"duration":0}},{"uid":"938e4ea3c34934ee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/938e4ea3c34934ee","status":"passed","time":{"start":1724888292534,"stop":1724888292534,"duration":0}},{"uid":"82c9081d9543f7c2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/82c9081d9543f7c2","status":"passed","time":{"start":1724887068228,"stop":1724887068229,"duration":1}},{"uid":"e172d0f74813641d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e172d0f74813641d","status":"passed","time":{"start":1724886848926,"stop":1724886848927,"duration":1}},{"uid":"478d99ff8468b0cc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/478d99ff8468b0cc","status":"passed","time":{"start":1724862262048,"stop":1724862262048,"duration":0}},{"uid":"420c4d64438501ea","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/420c4d64438501ea","status":"passed","time":{"start":1724861741894,"stop":1724861741894,"duration":0}},{"uid":"d94d85bdc2e3fec","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d94d85bdc2e3fec","status":"passed","time":{"start":1724861599494,"stop":1724861599496,"duration":2}},{"uid":"cb1ebc913031a4b6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cb1ebc913031a4b6","status":"passed","time":{"start":1724861428476,"stop":1724861428476,"duration":0}}]},"721c584e70c971f42d658c80c0885df1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"942e3a0fd98fd143","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/942e3a0fd98fd143","status":"passed","time":{"start":1724922890068,"stop":1724922890068,"duration":0}},{"uid":"beb7618bba17a787","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/beb7618bba17a787","status":"passed","time":{"start":1724921559018,"stop":1724921559019,"duration":1}},{"uid":"a6aaae43865a8623","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a6aaae43865a8623","status":"passed","time":{"start":1724921524135,"stop":1724921524135,"duration":0}},{"uid":"63ac8b99ea5eaa70","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/63ac8b99ea5eaa70","status":"passed","time":{"start":1724918241665,"stop":1724918241666,"duration":1}},{"uid":"844f91f527150bec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/844f91f527150bec","status":"passed","time":{"start":1724889975476,"stop":1724889975476,"duration":0}},{"uid":"89039b9d245565b0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/89039b9d245565b0","status":"passed","time":{"start":1724889106064,"stop":1724889106065,"duration":1}},{"uid":"413b571f9d00b5a7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/413b571f9d00b5a7","status":"passed","time":{"start":1724888289483,"stop":1724888289483,"duration":0}},{"uid":"3bd2c1ad5052bdb0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3bd2c1ad5052bdb0","status":"passed","time":{"start":1724887057705,"stop":1724887057705,"duration":0}},{"uid":"7622ceeebbaf3a9f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7622ceeebbaf3a9f","status":"passed","time":{"start":1724886839399,"stop":1724886839400,"duration":1}},{"uid":"58654832600f48d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/58654832600f48d9","status":"passed","time":{"start":1724862256093,"stop":1724862256094,"duration":1}},{"uid":"709ec960bfe57439","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/709ec960bfe57439","status":"passed","time":{"start":1724861742235,"stop":1724861742235,"duration":0}},{"uid":"bcb6d6249044417e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bcb6d6249044417e","status":"passed","time":{"start":1724861595397,"stop":1724861595398,"duration":1}},{"uid":"f5a86aa79e1d019c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f5a86aa79e1d019c","status":"passed","time":{"start":1724861424069,"stop":1724861424070,"duration":1}}]},"811cf99d32fe7be0084f8565557a4b8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"72b7dfdeb08953dd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/72b7dfdeb08953dd","status":"passed","time":{"start":1724922853929,"stop":1724922853930,"duration":1}}]},"e85bd1eaf9d85112462549d9ddb547cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1b3291d061dc1306","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1b3291d061dc1306","status":"passed","time":{"start":1724861770116,"stop":1724861770116,"duration":0}}]},"5328eb9c2b7e6a279f254cc9a00c3ac8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2dbd4780f46e01db","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2dbd4780f46e01db","status":"passed","time":{"start":1724918285617,"stop":1724918285617,"duration":0}}]},"f4d401a357a9d2e08dee6f812ae5fc70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4bb4df273e08e966","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4bb4df273e08e966","status":"passed","time":{"start":1724862322282,"stop":1724862322282,"duration":0}}]},"ad0cd331dee47f1e317fd9bab6ecd381:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"afcec4701aef4a90","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/afcec4701aef4a90","status":"passed","time":{"start":1724922383090,"stop":1724922383091,"duration":1}},{"uid":"31075a05df1454a6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/31075a05df1454a6","status":"passed","time":{"start":1724921046207,"stop":1724921046207,"duration":0}},{"uid":"7f48fe775b4be9ac","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7f48fe775b4be9ac","status":"passed","time":{"start":1724921021478,"stop":1724921021479,"duration":1}},{"uid":"154c53d2c553bdd0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/154c53d2c553bdd0","status":"passed","time":{"start":1724917681727,"stop":1724917681727,"duration":0}},{"uid":"1fa9c273d5e3ca00","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1fa9c273d5e3ca00","status":"passed","time":{"start":1724889460654,"stop":1724889460655,"duration":1}},{"uid":"c79e0a8fe2bbf6a3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c79e0a8fe2bbf6a3","status":"passed","time":{"start":1724888611298,"stop":1724888611298,"duration":0}},{"uid":"2b87c785e4a691cf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2b87c785e4a691cf","status":"passed","time":{"start":1724887767622,"stop":1724887767623,"duration":1}},{"uid":"628cbd7a4b3422ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/628cbd7a4b3422ba","status":"passed","time":{"start":1724886533993,"stop":1724886533993,"duration":0}},{"uid":"f78d7849af023e1a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f78d7849af023e1a","status":"passed","time":{"start":1724886311760,"stop":1724886311761,"duration":1}},{"uid":"14d884f64f8b50a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14d884f64f8b50a6","status":"passed","time":{"start":1724861760778,"stop":1724861760779,"duration":1}},{"uid":"6a911cb8b56118b1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6a911cb8b56118b1","status":"passed","time":{"start":1724861231736,"stop":1724861231737,"duration":1}},{"uid":"73d7f2bb794e11bc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/73d7f2bb794e11bc","status":"passed","time":{"start":1724861054259,"stop":1724861054259,"duration":0}},{"uid":"58377a494582955e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/58377a494582955e","status":"passed","time":{"start":1724860915817,"stop":1724860915817,"duration":0}}]},"e51cff872101424b1bf995cac6b05605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8a48fb793c908de4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8a48fb793c908de4","status":"passed","time":{"start":1724922383091,"stop":1724922383092,"duration":1}},{"uid":"829903fd84df73fa","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/829903fd84df73fa","status":"passed","time":{"start":1724921046208,"stop":1724921046208,"duration":0}},{"uid":"c53fb1e8ee977a79","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c53fb1e8ee977a79","status":"passed","time":{"start":1724921021480,"stop":1724921021480,"duration":0}},{"uid":"618e1462ece59604","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/618e1462ece59604","status":"passed","time":{"start":1724917681728,"stop":1724917681728,"duration":0}},{"uid":"6624f6d95d75dda4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6624f6d95d75dda4","status":"passed","time":{"start":1724889460656,"stop":1724889460656,"duration":0}},{"uid":"8b90cad19c383452","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8b90cad19c383452","status":"passed","time":{"start":1724888611299,"stop":1724888611299,"duration":0}},{"uid":"36caaec64db99fc9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/36caaec64db99fc9","status":"passed","time":{"start":1724887767623,"stop":1724887767624,"duration":1}},{"uid":"5ac8dc1d992b44c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5ac8dc1d992b44c","status":"passed","time":{"start":1724886533995,"stop":1724886533995,"duration":0}},{"uid":"6aae11bb428334ca","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6aae11bb428334ca","status":"passed","time":{"start":1724886311761,"stop":1724886311762,"duration":1}},{"uid":"fa17dcf1a8b6d1d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fa17dcf1a8b6d1d8","status":"passed","time":{"start":1724861760779,"stop":1724861760780,"duration":1}},{"uid":"dbc99370eb50ac37","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dbc99370eb50ac37","status":"passed","time":{"start":1724861231737,"stop":1724861231738,"duration":1}},{"uid":"60823decb085043d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/60823decb085043d","status":"passed","time":{"start":1724861054260,"stop":1724861054261,"duration":1}},{"uid":"9cf35b1066f0f2b3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9cf35b1066f0f2b3","status":"passed","time":{"start":1724860915818,"stop":1724860915818,"duration":0}}]},"cfee42a91940bb5c77df5f273c4cc968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"681132e837290822","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/681132e837290822","status":"passed","time":{"start":1724922921447,"stop":1724922921448,"duration":1}},{"uid":"2be8af6667b0690b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2be8af6667b0690b","status":"passed","time":{"start":1724921602946,"stop":1724921602950,"duration":4}},{"uid":"3a0a4d329228a92c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3a0a4d329228a92c","status":"passed","time":{"start":1724921571095,"stop":1724921571096,"duration":1}},{"uid":"be35dfff4daf504d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/be35dfff4daf504d","status":"passed","time":{"start":1724918285585,"stop":1724918285586,"duration":1}},{"uid":"9867a567ab907405","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9867a567ab907405","status":"passed","time":{"start":1724890030089,"stop":1724890030089,"duration":0}},{"uid":"c4b7090afc5c1813","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4b7090afc5c1813","status":"passed","time":{"start":1724889171907,"stop":1724889171907,"duration":0}},{"uid":"ff630c193671ebf3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ff630c193671ebf3","status":"passed","time":{"start":1724888350720,"stop":1724888350720,"duration":0}},{"uid":"f10dabe6de53f98f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f10dabe6de53f98f","status":"passed","time":{"start":1724887115406,"stop":1724887115407,"duration":1}},{"uid":"85189f9d37847494","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/85189f9d37847494","status":"passed","time":{"start":1724886884569,"stop":1724886884570,"duration":1}},{"uid":"fb13e63b4264f3c6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb13e63b4264f3c6","status":"passed","time":{"start":1724862322247,"stop":1724862322247,"duration":0}},{"uid":"351e2cb9ff0a0645","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/351e2cb9ff0a0645","status":"passed","time":{"start":1724861790750,"stop":1724861790750,"duration":0}},{"uid":"1343c438d2397390","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1343c438d2397390","status":"passed","time":{"start":1724861628419,"stop":1724861628419,"duration":0}},{"uid":"c37f30a07e6b3759","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c37f30a07e6b3759","status":"passed","time":{"start":1724861465623,"stop":1724861465623,"duration":0}}]},"d8f2a5609b67ed6259171cf42ef6cf0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7af16e264770d150","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7af16e264770d150","status":"passed","time":{"start":1724861485080,"stop":1724861485080,"duration":0}}]},"3f6a965b0b7790fd72df6c18f32c642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"35b16b6c87b5f579","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/35b16b6c87b5f579","status":"passed","time":{"start":1724890032299,"stop":1724890032299,"duration":0}}]},"5375b30bc15d959901b4c592f8297ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"76fd16ddcb1253bf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/76fd16ddcb1253bf","status":"passed","time":{"start":1724922410312,"stop":1724922410312,"duration":0}},{"uid":"566a4241c4c286f4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/566a4241c4c286f4","status":"passed","time":{"start":1724921073460,"stop":1724921073460,"duration":0}},{"uid":"deec59116f404773","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/deec59116f404773","status":"passed","time":{"start":1724921048447,"stop":1724921048448,"duration":1}},{"uid":"95a9885e79433d2a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/95a9885e79433d2a","status":"passed","time":{"start":1724917708700,"stop":1724917708700,"duration":0}},{"uid":"9c5e7098827bfe25","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9c5e7098827bfe25","status":"passed","time":{"start":1724889487516,"stop":1724889487516,"duration":0}},{"uid":"3ef38bfa3b87d64a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3ef38bfa3b87d64a","status":"passed","time":{"start":1724888638223,"stop":1724888638223,"duration":0}},{"uid":"fac8f5e0ca24461d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fac8f5e0ca24461d","status":"passed","time":{"start":1724887794484,"stop":1724887794484,"duration":0}},{"uid":"3cf8c231e7bc9152","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3cf8c231e7bc9152","status":"passed","time":{"start":1724886561407,"stop":1724886561407,"duration":0}},{"uid":"42885efb74b721fd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/42885efb74b721fd","status":"passed","time":{"start":1724886339063,"stop":1724886339063,"duration":0}},{"uid":"266506136c3917f6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/266506136c3917f6","status":"passed","time":{"start":1724861788384,"stop":1724861788384,"duration":0}},{"uid":"e26b03c4af65d683","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e26b03c4af65d683","status":"passed","time":{"start":1724861258536,"stop":1724861258536,"duration":0}},{"uid":"215ccb85e61b806c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/215ccb85e61b806c","status":"passed","time":{"start":1724861082796,"stop":1724861082796,"duration":0}},{"uid":"954f04b83f5aa1e0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/954f04b83f5aa1e0","status":"passed","time":{"start":1724860943248,"stop":1724860943249,"duration":1}}]},"2f95ea37d7fdacd2accb03ab0a6be874:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"576cb870ac5e2284","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/576cb870ac5e2284","status":"passed","time":{"start":1724921613050,"stop":1724921613051,"duration":1}}]},"78ee7e1afebb7c62be10f4e3936cc939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b9661ff0d6d75ce8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b9661ff0d6d75ce8","status":"passed","time":{"start":1724922853902,"stop":1724922853903,"duration":1}},{"uid":"1858db6848d61ce3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1858db6848d61ce3","status":"passed","time":{"start":1724921529565,"stop":1724921529565,"duration":0}},{"uid":"8d89242a9b78dcfb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8d89242a9b78dcfb","status":"passed","time":{"start":1724921488869,"stop":1724921488869,"duration":0}},{"uid":"6a575f68880697f0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6a575f68880697f0","status":"passed","time":{"start":1724918203665,"stop":1724918203665,"duration":0}},{"uid":"7df216773a530d4a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7df216773a530d4a","status":"passed","time":{"start":1724889938347,"stop":1724889938347,"duration":0}},{"uid":"e5490747ed375930","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e5490747ed375930","status":"passed","time":{"start":1724889077028,"stop":1724889077029,"duration":1}},{"uid":"956048135b861a9e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/956048135b861a9e","status":"passed","time":{"start":1724888267998,"stop":1724888267999,"duration":1}},{"uid":"ed43d6cbf5d4927f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ed43d6cbf5d4927f","status":"passed","time":{"start":1724887032385,"stop":1724887032385,"duration":0}},{"uid":"89237bd2442717e0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/89237bd2442717e0","status":"passed","time":{"start":1724886822781,"stop":1724886822782,"duration":1}},{"uid":"d689925b1951f0b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d689925b1951f0b2","status":"passed","time":{"start":1724862233500,"stop":1724862233500,"duration":0}},{"uid":"488077fd796dd438","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/488077fd796dd438","status":"passed","time":{"start":1724861712659,"stop":1724861712660,"duration":1}},{"uid":"f11294145019082a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f11294145019082a","status":"passed","time":{"start":1724861567870,"stop":1724861567871,"duration":1}},{"uid":"ff90eb7ecfbd0d8b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ff90eb7ecfbd0d8b","status":"passed","time":{"start":1724861392034,"stop":1724861392035,"duration":1}}]},"8b3de5610cf119483aaba8f111fe9e8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7d93d69cf133107c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7d93d69cf133107c","status":"passed","time":{"start":1724890032290,"stop":1724890032291,"duration":1}}]},"63a717abf5ca719ffd010f52c748f605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9120c35a6085417d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9120c35a6085417d","status":"passed","time":{"start":1724921577171,"stop":1724921577171,"duration":0}}]},"ad35cd9228242b36e8aa8b7d63140019:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0c0ecf5557285d4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f0c0ecf5557285d4","status":"passed","time":{"start":1724887127877,"stop":1724887127878,"duration":1}}]},"a300c87b3964d454f16b8ebd1aa085d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5e35ebcd5d1cde62","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5e35ebcd5d1cde62","status":"passed","time":{"start":1724886880631,"stop":1724886880631,"duration":0}}]},"11dea6efd68ad937e990d43695bfa742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f4ca8f0d2f98491a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f4ca8f0d2f98491a","status":"passed","time":{"start":1724922388049,"stop":1724922388049,"duration":0}},{"uid":"58d5c2c4d8265e58","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/58d5c2c4d8265e58","status":"passed","time":{"start":1724921051056,"stop":1724921051057,"duration":1}},{"uid":"1af23ab061f6b7bf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1af23ab061f6b7bf","status":"passed","time":{"start":1724921026362,"stop":1724921026362,"duration":0}},{"uid":"c87afe65ef337e7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c87afe65ef337e7","status":"passed","time":{"start":1724917686541,"stop":1724917686541,"duration":0}},{"uid":"283f6d62b3b0cda3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/283f6d62b3b0cda3","status":"passed","time":{"start":1724889465471,"stop":1724889465471,"duration":0}},{"uid":"1568a7b69f30ea86","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1568a7b69f30ea86","status":"passed","time":{"start":1724888616212,"stop":1724888616213,"duration":1}},{"uid":"98d9d5a6d14abbab","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/98d9d5a6d14abbab","status":"passed","time":{"start":1724887772449,"stop":1724887772449,"duration":0}},{"uid":"69c9c3fb10f82406","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/69c9c3fb10f82406","status":"passed","time":{"start":1724886538860,"stop":1724886538860,"duration":0}},{"uid":"105ac7d15f31f8e0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/105ac7d15f31f8e0","status":"passed","time":{"start":1724886316627,"stop":1724886316627,"duration":0}},{"uid":"6793a80546a2ad2c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6793a80546a2ad2c","status":"passed","time":{"start":1724861765763,"stop":1724861765763,"duration":0}},{"uid":"4435d1c40561ec44","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4435d1c40561ec44","status":"passed","time":{"start":1724861236573,"stop":1724861236573,"duration":0}},{"uid":"9215e36b57dc3dcc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9215e36b57dc3dcc","status":"passed","time":{"start":1724861059471,"stop":1724861059471,"duration":0}},{"uid":"af94b988ad4cc112","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/af94b988ad4cc112","status":"passed","time":{"start":1724860920726,"stop":1724860920727,"duration":1}}]},"56f3f5111ffa3bc7c71aa9a4700d183e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7217450b24b8ff6f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7217450b24b8ff6f","status":"passed","time":{"start":1724922601837,"stop":1724922601838,"duration":1}},{"uid":"d90b592d27ac729e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d90b592d27ac729e","status":"passed","time":{"start":1724921267864,"stop":1724921267865,"duration":1}},{"uid":"264cf78eabf5d6e5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/264cf78eabf5d6e5","status":"passed","time":{"start":1724921244355,"stop":1724921244356,"duration":1}},{"uid":"4a06cf9334689503","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4a06cf9334689503","status":"passed","time":{"start":1724917916038,"stop":1724917916038,"duration":0}},{"uid":"3d6d2489b382fa8a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3d6d2489b382fa8a","status":"passed","time":{"start":1724889678249,"stop":1724889678249,"duration":0}},{"uid":"22c9df0321cc603","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/22c9df0321cc603","status":"passed","time":{"start":1724888831679,"stop":1724888831680,"duration":1}},{"uid":"4fdd8691aa0a47d2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4fdd8691aa0a47d2","status":"passed","time":{"start":1724888003305,"stop":1724888003306,"duration":1}},{"uid":"1e34df88327ebf49","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1e34df88327ebf49","status":"passed","time":{"start":1724886776596,"stop":1724886776600,"duration":4}},{"uid":"3a09dd81d833bea9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3a09dd81d833bea9","status":"passed","time":{"start":1724886555787,"stop":1724886555787,"duration":0}},{"uid":"fd8d53039bba29ab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fd8d53039bba29ab","status":"passed","time":{"start":1724861983000,"stop":1724861983001,"duration":1}},{"uid":"ddad1809fde10e75","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ddad1809fde10e75","status":"passed","time":{"start":1724861444062,"stop":1724861444062,"duration":0}},{"uid":"eaeb4f947f298d9c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/eaeb4f947f298d9c","status":"passed","time":{"start":1724861285824,"stop":1724861285825,"duration":1}},{"uid":"2188822b7c9578f6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2188822b7c9578f6","status":"passed","time":{"start":1724861145651,"stop":1724861145651,"duration":0}}]},"c544dda19e00ac56cf83ed513b97607d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ae7c2c810b7873a0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ae7c2c810b7873a0","status":"passed","time":{"start":1724887092629,"stop":1724887092629,"duration":0}}]},"bdd10fbd616f99939453eac6edc5fc54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"11096621b38a938b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/11096621b38a938b","status":"passed","time":{"start":1724922862333,"stop":1724922862333,"duration":0}},{"uid":"324b68e7b2e901a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/324b68e7b2e901a","status":"passed","time":{"start":1724921540107,"stop":1724921540108,"duration":1}},{"uid":"f22a50ec014dbdd1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f22a50ec014dbdd1","status":"passed","time":{"start":1724921503539,"stop":1724921503539,"duration":0}},{"uid":"e1bf56412a7fef9b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e1bf56412a7fef9b","status":"passed","time":{"start":1724918214356,"stop":1724918214357,"duration":1}},{"uid":"ecf59319c2812ef5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ecf59319c2812ef5","status":"passed","time":{"start":1724889952444,"stop":1724889952444,"duration":0}},{"uid":"c9a587b20e70d243","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c9a587b20e70d243","status":"passed","time":{"start":1724889087468,"stop":1724889087468,"duration":0}},{"uid":"796d16ba29cc3cbc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/796d16ba29cc3cbc","status":"passed","time":{"start":1724888266429,"stop":1724888266429,"duration":0}},{"uid":"5f91b9073bf82c8b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5f91b9073bf82c8b","status":"passed","time":{"start":1724887042930,"stop":1724887042930,"duration":0}},{"uid":"e7f3db072bd9b4bb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e7f3db072bd9b4bb","status":"passed","time":{"start":1724886820797,"stop":1724886820797,"duration":0}},{"uid":"5f747764b18745f1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f747764b18745f1","status":"passed","time":{"start":1724862245489,"stop":1724862245489,"duration":0}},{"uid":"cb27e6c4705c9d96","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cb27e6c4705c9d96","status":"passed","time":{"start":1724861720394,"stop":1724861720396,"duration":2}},{"uid":"85747640d03fc1a8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/85747640d03fc1a8","status":"passed","time":{"start":1724861579387,"stop":1724861579387,"duration":0}},{"uid":"80542e131db6860d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/80542e131db6860d","status":"passed","time":{"start":1724861402506,"stop":1724861402507,"duration":1}}]},"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8a6e2a213942948","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8a6e2a213942948","status":"passed","time":{"start":1724922891482,"stop":1724922891483,"duration":1}},{"uid":"a1d665da1ce4fb78","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a1d665da1ce4fb78","status":"passed","time":{"start":1724921563004,"stop":1724921563005,"duration":1}},{"uid":"f4bc074a247052f6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f4bc074a247052f6","status":"passed","time":{"start":1724921526807,"stop":1724921526808,"duration":1}},{"uid":"1b56260c073e8981","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1b56260c073e8981","status":"passed","time":{"start":1724918239927,"stop":1724918239931,"duration":4}},{"uid":"42eb245245db8705","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/42eb245245db8705","status":"passed","time":{"start":1724889980879,"stop":1724889980879,"duration":0}},{"uid":"9c2b770a96373060","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9c2b770a96373060","status":"passed","time":{"start":1724889109945,"stop":1724889109945,"duration":0}},{"uid":"e384e8c61df6f74a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e384e8c61df6f74a","status":"passed","time":{"start":1724888294717,"stop":1724888294718,"duration":1}},{"uid":"3faf92fa8956aed5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3faf92fa8956aed5","status":"passed","time":{"start":1724887071733,"stop":1724887071733,"duration":0}},{"uid":"90147b3b667a8503","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/90147b3b667a8503","status":"passed","time":{"start":1724886848339,"stop":1724886848340,"duration":1}},{"uid":"76843d5782ca557f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/76843d5782ca557f","status":"passed","time":{"start":1724862259240,"stop":1724862259240,"duration":0}},{"uid":"dd1262a6c8e05fe2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dd1262a6c8e05fe2","status":"passed","time":{"start":1724861735320,"stop":1724861735320,"duration":0}},{"uid":"cb316504a69a7397","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cb316504a69a7397","status":"passed","time":{"start":1724861606334,"stop":1724861606334,"duration":0}},{"uid":"aa9f9eeff03d2b43","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/aa9f9eeff03d2b43","status":"passed","time":{"start":1724861426679,"stop":1724861426679,"duration":0}}]},"66c02edbb4d8f8ea70bd8864dde32e80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f6d83af1093cf9fe","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f6d83af1093cf9fe","status":"passed","time":{"start":1724922374674,"stop":1724922374674,"duration":0}},{"uid":"bb1ca02f3e5b2dda","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bb1ca02f3e5b2dda","status":"passed","time":{"start":1724921037634,"stop":1724921037634,"duration":0}},{"uid":"531c8ba310424f10","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/531c8ba310424f10","status":"passed","time":{"start":1724921013046,"stop":1724921013047,"duration":1}},{"uid":"f0ad24a3df5c00b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f0ad24a3df5c00b","status":"passed","time":{"start":1724917673290,"stop":1724917673291,"duration":1}},{"uid":"554e879aeb81c3e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/554e879aeb81c3e0","status":"passed","time":{"start":1724889452309,"stop":1724889452309,"duration":0}},{"uid":"1c38314a14cbe15c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c38314a14cbe15c","status":"passed","time":{"start":1724888602839,"stop":1724888602839,"duration":0}},{"uid":"f8671b96c06f0265","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f8671b96c06f0265","status":"passed","time":{"start":1724887759163,"stop":1724887759163,"duration":0}},{"uid":"fd145211062caba5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fd145211062caba5","status":"passed","time":{"start":1724886525543,"stop":1724886525543,"duration":0}},{"uid":"9b58cb544d026289","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9b58cb544d026289","status":"passed","time":{"start":1724886303396,"stop":1724886303396,"duration":0}},{"uid":"9579494efd182ca","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9579494efd182ca","status":"passed","time":{"start":1724861752226,"stop":1724861752226,"duration":0}},{"uid":"c294114d7e1950a7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c294114d7e1950a7","status":"passed","time":{"start":1724861223354,"stop":1724861223354,"duration":0}},{"uid":"70a164450adb613e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/70a164450adb613e","status":"passed","time":{"start":1724861045201,"stop":1724861045201,"duration":0}},{"uid":"82914a19c4b68040","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/82914a19c4b68040","status":"passed","time":{"start":1724860907083,"stop":1724860907083,"duration":0}}]},"00e22447a1288833f561706e0d9439ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8f2731ad416c13c5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f2731ad416c13c5","status":"passed","time":{"start":1724862298395,"stop":1724862298395,"duration":0}}]},"adfa54d8b2a7624e750ee9e89b3a4085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"34348e61883a16e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/34348e61883a16e","status":"passed","time":{"start":1724922387838,"stop":1724922387838,"duration":0}},{"uid":"4ca224e3725f3b5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4ca224e3725f3b5","status":"passed","time":{"start":1724921050916,"stop":1724921050916,"duration":0}},{"uid":"2ac29fc95df3db11","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2ac29fc95df3db11","status":"passed","time":{"start":1724921026084,"stop":1724921026084,"duration":0}},{"uid":"9da1d13a1f6b3d28","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9da1d13a1f6b3d28","status":"passed","time":{"start":1724917686330,"stop":1724917686331,"duration":1}},{"uid":"7d6a3f22663729d3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7d6a3f22663729d3","status":"passed","time":{"start":1724889465302,"stop":1724889465302,"duration":0}},{"uid":"9b0a89d145fafb11","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9b0a89d145fafb11","status":"passed","time":{"start":1724888615855,"stop":1724888615855,"duration":0}},{"uid":"9edf1bf980449527","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9edf1bf980449527","status":"passed","time":{"start":1724887772189,"stop":1724887772190,"duration":1}},{"uid":"6d7511132335d159","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6d7511132335d159","status":"passed","time":{"start":1724886538736,"stop":1724886538736,"duration":0}},{"uid":"f9fa024f473ddb4a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f9fa024f473ddb4a","status":"passed","time":{"start":1724886316573,"stop":1724886316573,"duration":0}},{"uid":"9613ee8867df5c10","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9613ee8867df5c10","status":"passed","time":{"start":1724861765626,"stop":1724861765627,"duration":1}},{"uid":"1acb64828ab71cb3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1acb64828ab71cb3","status":"passed","time":{"start":1724861236289,"stop":1724861236290,"duration":1}},{"uid":"69ff32e5c412df13","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/69ff32e5c412df13","status":"passed","time":{"start":1724861059256,"stop":1724861059256,"duration":0}},{"uid":"d5122d54febfe0fa","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d5122d54febfe0fa","status":"passed","time":{"start":1724860920541,"stop":1724860920541,"duration":0}}]},"04b347e068318b0b9f6c0a7a47092da5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"33fcc69f8a1f0d54","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/33fcc69f8a1f0d54","status":"passed","time":{"start":1724922382324,"stop":1724922382325,"duration":1}},{"uid":"40a7911f97643c4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/40a7911f97643c4","status":"passed","time":{"start":1724921045529,"stop":1724921045529,"duration":0}},{"uid":"bd309bcac6da7fa1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bd309bcac6da7fa1","status":"passed","time":{"start":1724921020723,"stop":1724921020723,"duration":0}},{"uid":"b76c6ba561dae0e0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b76c6ba561dae0e0","status":"passed","time":{"start":1724917681048,"stop":1724917681048,"duration":0}},{"uid":"b6de5fa3b36e72d7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b6de5fa3b36e72d7","status":"passed","time":{"start":1724889459912,"stop":1724889459912,"duration":0}},{"uid":"fb295de0a1613bfa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb295de0a1613bfa","status":"passed","time":{"start":1724888610529,"stop":1724888610529,"duration":0}},{"uid":"37dfe61b871cd4e2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/37dfe61b871cd4e2","status":"passed","time":{"start":1724887766845,"stop":1724887766845,"duration":0}},{"uid":"f77e796a527ec6bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f77e796a527ec6bd","status":"passed","time":{"start":1724886533240,"stop":1724886533240,"duration":0}},{"uid":"3dba750fbf96590a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3dba750fbf96590a","status":"passed","time":{"start":1724886311085,"stop":1724886311086,"duration":1}},{"uid":"6213bdd4e878fa94","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6213bdd4e878fa94","status":"passed","time":{"start":1724861760045,"stop":1724861760046,"duration":1}},{"uid":"7a24f1d9de2e40a6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7a24f1d9de2e40a6","status":"passed","time":{"start":1724861230824,"stop":1724861230824,"duration":0}},{"uid":"e612b64fa8dd4c60","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e612b64fa8dd4c60","status":"passed","time":{"start":1724861053394,"stop":1724861053394,"duration":0}},{"uid":"4919b2984077f851","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4919b2984077f851","status":"passed","time":{"start":1724860914741,"stop":1724860914742,"duration":1}}]},"a65170d9415ba29de5fde20c11df17c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"65e2d4fa8dc9b0e1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/65e2d4fa8dc9b0e1","status":"passed","time":{"start":1724922661625,"stop":1724922661635,"duration":10}},{"uid":"793cc19652c125b6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/793cc19652c125b6","status":"passed","time":{"start":1724921321310,"stop":1724921321310,"duration":0}},{"uid":"57dfdd4c99def15b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/57dfdd4c99def15b","status":"passed","time":{"start":1724921298783,"stop":1724921298784,"duration":1}},{"uid":"a37bf409d4c275ce","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a37bf409d4c275ce","status":"passed","time":{"start":1724918008228,"stop":1724918008228,"duration":0}},{"uid":"8f430792f347b467","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f430792f347b467","status":"passed","time":{"start":1724889728594,"stop":1724889728594,"duration":0}},{"uid":"5ca34d76dff69975","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ca34d76dff69975","status":"passed","time":{"start":1724888882873,"stop":1724888882873,"duration":0}},{"uid":"e134a01e426ee2a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e134a01e426ee2a2","status":"passed","time":{"start":1724888111023,"stop":1724888111024,"duration":1}},{"uid":"f6162bc67298c6f8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f6162bc67298c6f8","status":"passed","time":{"start":1724886869445,"stop":1724886869445,"duration":0}},{"uid":"c43de849796500db","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c43de849796500db","status":"passed","time":{"start":1724886642935,"stop":1724886642935,"duration":0}},{"uid":"9e0377390925dd81","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e0377390925dd81","status":"passed","time":{"start":1724862044580,"stop":1724862044580,"duration":0}},{"uid":"869dc55dbdd5c7d9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/869dc55dbdd5c7d9","status":"passed","time":{"start":1724861523029,"stop":1724861523029,"duration":0}},{"uid":"7677a5d4d13ae865","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7677a5d4d13ae865","status":"passed","time":{"start":1724861362470,"stop":1724861362471,"duration":1}},{"uid":"77dfc384ff149e51","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/77dfc384ff149e51","status":"passed","time":{"start":1724861196778,"stop":1724861196778,"duration":0}}]},"31ea4e37ed48376471386fd9265aac47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b45594c425541f9d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b45594c425541f9d","status":"passed","time":{"start":1724861637971,"stop":1724861637972,"duration":1}}]},"a01bdabda4e48b3a0b41dcd8f8c0370d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1778617ab696e9c2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1778617ab696e9c2","status":"passed","time":{"start":1724922635353,"stop":1724922635353,"duration":0}},{"uid":"efccbdb4e965ee09","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/efccbdb4e965ee09","status":"passed","time":{"start":1724921297004,"stop":1724921297005,"duration":1}},{"uid":"2cb8d7388cc830f7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2cb8d7388cc830f7","status":"passed","time":{"start":1724921276366,"stop":1724921276366,"duration":0}},{"uid":"f8ef063e5c5f4e36","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f8ef063e5c5f4e36","status":"passed","time":{"start":1724917948319,"stop":1724917948320,"duration":1}},{"uid":"bed442531a24cbf4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bed442531a24cbf4","status":"passed","time":{"start":1724889729007,"stop":1724889729007,"duration":0}},{"uid":"152dd21a2b01b3d6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/152dd21a2b01b3d6","status":"passed","time":{"start":1724888864952,"stop":1724888864952,"duration":0}},{"uid":"5a7c10b3a524a081","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5a7c10b3a524a081","status":"passed","time":{"start":1724888053746,"stop":1724888053746,"duration":0}},{"uid":"394a0c3f72e7436f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/394a0c3f72e7436f","status":"passed","time":{"start":1724886811658,"stop":1724886811659,"duration":1}},{"uid":"becb5df7a7c204a4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/becb5df7a7c204a4","status":"passed","time":{"start":1724886581002,"stop":1724886581002,"duration":0}},{"uid":"fddaa997cea17fb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fddaa997cea17fb7","status":"passed","time":{"start":1724862019559,"stop":1724862019559,"duration":0}},{"uid":"8c2daa1affed0494","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8c2daa1affed0494","status":"passed","time":{"start":1724861493935,"stop":1724861493936,"duration":1}},{"uid":"3f849321dad50f6c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3f849321dad50f6c","status":"passed","time":{"start":1724861318020,"stop":1724861318025,"duration":5}},{"uid":"2501daefa64d6461","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2501daefa64d6461","status":"passed","time":{"start":1724861178513,"stop":1724861178514,"duration":1}}]},"1b1755dcfa725e1f2f4147ba5cebeca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c30feba91c32dd3f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c30feba91c32dd3f","status":"passed","time":{"start":1724923012479,"stop":1724923012480,"duration":1}},{"uid":"b20ae5c0aa75cb88","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b20ae5c0aa75cb88","status":"passed","time":{"start":1724921625085,"stop":1724921625085,"duration":0}},{"uid":"47e295a172abb110","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/47e295a172abb110","status":"passed","time":{"start":1724921590509,"stop":1724921590510,"duration":1}},{"uid":"6eafa203e56cb2ce","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6eafa203e56cb2ce","status":"passed","time":{"start":1724918287575,"stop":1724918287576,"duration":1}},{"uid":"a00b4569f36c992b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a00b4569f36c992b","status":"passed","time":{"start":1724890047801,"stop":1724890047802,"duration":1}},{"uid":"e8ffcee6aacf1188","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e8ffcee6aacf1188","status":"passed","time":{"start":1724889183943,"stop":1724889183944,"duration":1}},{"uid":"dcc86848b8a2fda5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dcc86848b8a2fda5","status":"passed","time":{"start":1724888354182,"stop":1724888354183,"duration":1}},{"uid":"4e9e5ef67462287","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4e9e5ef67462287","status":"passed","time":{"start":1724887145720,"stop":1724887145721,"duration":1}},{"uid":"f4782919f1a3806c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f4782919f1a3806c","status":"passed","time":{"start":1724886915799,"stop":1724886915805,"duration":6}},{"uid":"17ff5f639ca8ca7a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/17ff5f639ca8ca7a","status":"passed","time":{"start":1724862341465,"stop":1724862341465,"duration":0}},{"uid":"cbc6885061e6a08","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cbc6885061e6a08","status":"passed","time":{"start":1724861805468,"stop":1724861805469,"duration":1}},{"uid":"5f2adeb647db9000","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5f2adeb647db9000","status":"passed","time":{"start":1724861662299,"stop":1724861662299,"duration":0}},{"uid":"43730bfd317c8dfb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/43730bfd317c8dfb","status":"passed","time":{"start":1724861492526,"stop":1724861492526,"duration":0}}]},"179b83947acf6c006a5fcd0ae6ab2ada:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"79675bcb5acdc155","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/79675bcb5acdc155","status":"passed","time":{"start":1724886880630,"stop":1724886880630,"duration":0}}]},"2c79c6d62e485d251a4a3ff2a0317b58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"734e6544d417ecdb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/734e6544d417ecdb","status":"passed","time":{"start":1724921619636,"stop":1724921619637,"duration":1}}]},"d79e52d980adcb67284b823b577f6b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1a24052723cb96dc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1a24052723cb96dc","status":"passed","time":{"start":1724922635346,"stop":1724922635346,"duration":0}},{"uid":"f5424fb4e017cecf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f5424fb4e017cecf","status":"passed","time":{"start":1724921296996,"stop":1724921296997,"duration":1}},{"uid":"8c865123eb097962","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8c865123eb097962","status":"passed","time":{"start":1724921276362,"stop":1724921276362,"duration":0}},{"uid":"8d448d21037778e8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8d448d21037778e8","status":"passed","time":{"start":1724917948308,"stop":1724917948308,"duration":0}},{"uid":"ce88feb43bd23024","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ce88feb43bd23024","status":"passed","time":{"start":1724889729003,"stop":1724889729004,"duration":1}},{"uid":"53f1e054ecaab2d5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/53f1e054ecaab2d5","status":"passed","time":{"start":1724888864949,"stop":1724888864949,"duration":0}},{"uid":"63128617124a0b79","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/63128617124a0b79","status":"passed","time":{"start":1724888053731,"stop":1724888053731,"duration":0}},{"uid":"bfe668d9dac63f8c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bfe668d9dac63f8c","status":"passed","time":{"start":1724886811647,"stop":1724886811647,"duration":0}},{"uid":"acaac6f224a5939b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/acaac6f224a5939b","status":"passed","time":{"start":1724886580999,"stop":1724886580999,"duration":0}},{"uid":"af2776556702600e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/af2776556702600e","status":"passed","time":{"start":1724862019554,"stop":1724862019555,"duration":1}},{"uid":"e06c58ef2e58c524","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e06c58ef2e58c524","status":"passed","time":{"start":1724861493932,"stop":1724861493933,"duration":1}},{"uid":"7bbb1bfe050291e8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7bbb1bfe050291e8","status":"passed","time":{"start":1724861318012,"stop":1724861318012,"duration":0}},{"uid":"f0ee221497c861f0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f0ee221497c861f0","status":"passed","time":{"start":1724861178506,"stop":1724861178506,"duration":0}}]},"404e0fab372c1b30afe56678d54344f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8ec720e9c0f2ca88","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8ec720e9c0f2ca88","status":"passed","time":{"start":1724922611440,"stop":1724922611440,"duration":0}},{"uid":"df94b1349293f8bf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/df94b1349293f8bf","status":"passed","time":{"start":1724921270363,"stop":1724921270364,"duration":1}},{"uid":"e48b4f953a066967","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e48b4f953a066967","status":"passed","time":{"start":1724921247825,"stop":1724921247825,"duration":0}},{"uid":"fc957e3443d84725","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fc957e3443d84725","status":"passed","time":{"start":1724917989822,"stop":1724917989822,"duration":0}},{"uid":"9ef8408ac42ad772","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9ef8408ac42ad772","status":"passed","time":{"start":1724889678568,"stop":1724889678568,"duration":0}},{"uid":"c39bc7e2f5da873b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c39bc7e2f5da873b","status":"passed","time":{"start":1724888829846,"stop":1724888829846,"duration":0}},{"uid":"95a18cf550def502","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/95a18cf550def502","status":"passed","time":{"start":1724888077014,"stop":1724888077014,"duration":0}},{"uid":"c7bc0da8881a324c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c7bc0da8881a324c","status":"passed","time":{"start":1724886851129,"stop":1724886851129,"duration":0}},{"uid":"c6e6ec9f43071bd5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c6e6ec9f43071bd5","status":"passed","time":{"start":1724886647119,"stop":1724886647120,"duration":1}},{"uid":"3df9292b394f8c32","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3df9292b394f8c32","status":"passed","time":{"start":1724861992715,"stop":1724861992716,"duration":1}},{"uid":"7e19ba6d6ac11ef0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7e19ba6d6ac11ef0","status":"passed","time":{"start":1724861469647,"stop":1724861469647,"duration":0}},{"uid":"aa569ba7f5fb35a4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/aa569ba7f5fb35a4","status":"passed","time":{"start":1724861284869,"stop":1724861284869,"duration":0}},{"uid":"8bf43d0c91b04eab","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8bf43d0c91b04eab","status":"passed","time":{"start":1724861145816,"stop":1724861145816,"duration":0}}]},"ec7313d698a39b8d8375e6a44279cf6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"97718009893323ff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/97718009893323ff","status":"passed","time":{"start":1724922425598,"stop":1724922425599,"duration":1}},{"uid":"1456f6e645e729a6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1456f6e645e729a6","status":"passed","time":{"start":1724921088196,"stop":1724921088199,"duration":3}},{"uid":"3a00eae55411bf01","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3a00eae55411bf01","status":"passed","time":{"start":1724921063382,"stop":1724921063382,"duration":0}},{"uid":"64700223e31d00c5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/64700223e31d00c5","status":"passed","time":{"start":1724917723832,"stop":1724917723833,"duration":1}},{"uid":"1ad8590b26d4f69c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1ad8590b26d4f69c","status":"passed","time":{"start":1724889503226,"stop":1724889503227,"duration":1}},{"uid":"afa1674423737861","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/afa1674423737861","status":"passed","time":{"start":1724888652593,"stop":1724888652594,"duration":1}},{"uid":"4aad3da992035199","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4aad3da992035199","status":"passed","time":{"start":1724887810648,"stop":1724887810649,"duration":1}},{"uid":"f204a059c306fb5b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f204a059c306fb5b","status":"passed","time":{"start":1724886577070,"stop":1724886577071,"duration":1}},{"uid":"d7f2c73696409581","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d7f2c73696409581","status":"passed","time":{"start":1724886355050,"stop":1724886355052,"duration":2}},{"uid":"bf703478733f301d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf703478733f301d","status":"passed","time":{"start":1724861804040,"stop":1724861804040,"duration":0}},{"uid":"60981abee565e56","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/60981abee565e56","status":"passed","time":{"start":1724861273296,"stop":1724861273297,"duration":1}},{"uid":"9808e2f7dd44efc7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9808e2f7dd44efc7","status":"passed","time":{"start":1724861099309,"stop":1724861099310,"duration":1}},{"uid":"a2ee87020dc51144","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a2ee87020dc51144","status":"passed","time":{"start":1724860959308,"stop":1724860959308,"duration":0}}]},"cadfabba132ddb313cb63dd9398dd9f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"371ca2f4db5d2a92","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/371ca2f4db5d2a92","status":"passed","time":{"start":1724889171932,"stop":1724889171932,"duration":0}}]},"7996d0bafce2a1dfd5f54e8daed745d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c1e13910cac9b681","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c1e13910cac9b681","status":"passed","time":{"start":1724922891493,"stop":1724922891494,"duration":1}},{"uid":"2d7f2970ff46242c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2d7f2970ff46242c","status":"passed","time":{"start":1724921563021,"stop":1724921563021,"duration":0}},{"uid":"aedca9c68aa4f6e1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/aedca9c68aa4f6e1","status":"passed","time":{"start":1724921526818,"stop":1724921526818,"duration":0}},{"uid":"7497adbfb790246f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7497adbfb790246f","status":"passed","time":{"start":1724918239954,"stop":1724918239954,"duration":0}},{"uid":"ee9cdeffb55817f3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ee9cdeffb55817f3","status":"passed","time":{"start":1724889980929,"stop":1724889980929,"duration":0}},{"uid":"424dad7cc8da1a3c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/424dad7cc8da1a3c","status":"passed","time":{"start":1724889109980,"stop":1724889109980,"duration":0}},{"uid":"31cf5c24291c264e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/31cf5c24291c264e","status":"passed","time":{"start":1724888294727,"stop":1724888294727,"duration":0}},{"uid":"3478fe4681772ee1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3478fe4681772ee1","status":"passed","time":{"start":1724887071747,"stop":1724887071748,"duration":1}},{"uid":"b74714807d1f4e14","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b74714807d1f4e14","status":"passed","time":{"start":1724886848350,"stop":1724886848351,"duration":1}},{"uid":"a2b31fd4221c1f3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2b31fd4221c1f3e","status":"passed","time":{"start":1724862259262,"stop":1724862259262,"duration":0}},{"uid":"994ea1048da827f0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/994ea1048da827f0","status":"passed","time":{"start":1724861735336,"stop":1724861735336,"duration":0}},{"uid":"acd762035afab891","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/acd762035afab891","status":"passed","time":{"start":1724861606353,"stop":1724861606354,"duration":1}},{"uid":"74a7533769276a6b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/74a7533769276a6b","status":"passed","time":{"start":1724861426693,"stop":1724861426693,"duration":0}}]},"250ad8b4699514e3fc6015ff5152b149:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c0e830bb18d7a982","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c0e830bb18d7a982","status":"passed","time":{"start":1724922374680,"stop":1724922374680,"duration":0}},{"uid":"fed10d8dabb9ea90","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fed10d8dabb9ea90","status":"passed","time":{"start":1724921037641,"stop":1724921037642,"duration":1}},{"uid":"27ac6299f9bb98eb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/27ac6299f9bb98eb","status":"passed","time":{"start":1724921013055,"stop":1724921013055,"duration":0}},{"uid":"2a81fec36392fc7f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2a81fec36392fc7f","status":"passed","time":{"start":1724917673297,"stop":1724917673297,"duration":0}},{"uid":"2fd1de00963bc827","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2fd1de00963bc827","status":"passed","time":{"start":1724889452316,"stop":1724889452316,"duration":0}},{"uid":"b07028ec1ce02522","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b07028ec1ce02522","status":"passed","time":{"start":1724888602846,"stop":1724888602846,"duration":0}},{"uid":"2d170e07aaf1a64e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2d170e07aaf1a64e","status":"passed","time":{"start":1724887759168,"stop":1724887759169,"duration":1}},{"uid":"54714c81f0c76834","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/54714c81f0c76834","status":"passed","time":{"start":1724886525548,"stop":1724886525548,"duration":0}},{"uid":"6b171982420eb3d3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6b171982420eb3d3","status":"passed","time":{"start":1724886303402,"stop":1724886303402,"duration":0}},{"uid":"306147ccfb7f2fda","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/306147ccfb7f2fda","status":"passed","time":{"start":1724861752234,"stop":1724861752234,"duration":0}},{"uid":"5ed8e47fdc94dcd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5ed8e47fdc94dcd","status":"passed","time":{"start":1724861223360,"stop":1724861223360,"duration":0}},{"uid":"44d18de10f31dc0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/44d18de10f31dc0","status":"passed","time":{"start":1724861045208,"stop":1724861045208,"duration":0}},{"uid":"a360500413738938","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a360500413738938","status":"passed","time":{"start":1724860907090,"stop":1724860907090,"duration":0}}]},"0958e18dfb2ebe2deb87d9e3d9c724fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b9fb71e886c233d5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b9fb71e886c233d5","status":"passed","time":{"start":1724861712677,"stop":1724861712677,"duration":0}}]},"d27e28d2a11e8f31497da9971311d216:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9816b920b1dd3438","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9816b920b1dd3438","status":"passed","time":{"start":1724921613051,"stop":1724921613052,"duration":1}}]},"6e2716900e9984213ce0681a4ba3ec36:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8d0f37378b8bd6d2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8d0f37378b8bd6d2","status":"passed","time":{"start":1724861655161,"stop":1724861655161,"duration":0}}]},"388b5611ae217e79e2893d0f904c2b71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8b010ae2946eb952","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8b010ae2946eb952","status":"passed","time":{"start":1724922374671,"stop":1724922374671,"duration":0}},{"uid":"a660c26f6f9b8591","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a660c26f6f9b8591","status":"passed","time":{"start":1724921037632,"stop":1724921037632,"duration":0}},{"uid":"c690e351c3f28b66","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c690e351c3f28b66","status":"passed","time":{"start":1724921013044,"stop":1724921013045,"duration":1}},{"uid":"79607ebda26e83b5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/79607ebda26e83b5","status":"passed","time":{"start":1724917673287,"stop":1724917673288,"duration":1}},{"uid":"82c5d00d4118a3e3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/82c5d00d4118a3e3","status":"passed","time":{"start":1724889452306,"stop":1724889452306,"duration":0}},{"uid":"b9eeb4d027f177fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b9eeb4d027f177fd","status":"passed","time":{"start":1724888602836,"stop":1724888602837,"duration":1}},{"uid":"90acb0916a0e5561","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/90acb0916a0e5561","status":"passed","time":{"start":1724887759161,"stop":1724887759161,"duration":0}},{"uid":"3380ca8d12ff6173","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3380ca8d12ff6173","status":"passed","time":{"start":1724886525541,"stop":1724886525541,"duration":0}},{"uid":"bd9aca28b727da8f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bd9aca28b727da8f","status":"passed","time":{"start":1724886303393,"stop":1724886303393,"duration":0}},{"uid":"9c5f9cc5d008315b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9c5f9cc5d008315b","status":"passed","time":{"start":1724861752224,"stop":1724861752224,"duration":0}},{"uid":"785dfaed78c43af3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/785dfaed78c43af3","status":"passed","time":{"start":1724861223352,"stop":1724861223352,"duration":0}},{"uid":"4059699d4dd3e0ae","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4059699d4dd3e0ae","status":"passed","time":{"start":1724861045198,"stop":1724861045199,"duration":1}},{"uid":"31f1ff4fd50cbc7b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/31f1ff4fd50cbc7b","status":"passed","time":{"start":1724860907081,"stop":1724860907082,"duration":1}}]},"ebdbf9bf1d306242250cab20b0933ad9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c9f7495dfa1d937","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c9f7495dfa1d937","status":"passed","time":{"start":1724922983779,"stop":1724922983780,"duration":1}},{"uid":"e7bed797b82920c9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e7bed797b82920c9","status":"passed","time":{"start":1724921656188,"stop":1724921656189,"duration":1}},{"uid":"872090354871cb7e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/872090354871cb7e","status":"passed","time":{"start":1724921620455,"stop":1724921620456,"duration":1}},{"uid":"916dccdd0b1feb45","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/916dccdd0b1feb45","status":"passed","time":{"start":1724918327709,"stop":1724918327709,"duration":0}},{"uid":"d126190c51126fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d126190c51126fd","status":"passed","time":{"start":1724890078469,"stop":1724890078469,"duration":0}},{"uid":"30621b811e870dd1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/30621b811e870dd1","status":"passed","time":{"start":1724889213823,"stop":1724889213824,"duration":1}},{"uid":"17468e9641105a0c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/17468e9641105a0c","status":"passed","time":{"start":1724888383601,"stop":1724888383601,"duration":0}},{"uid":"9e101d1c94492852","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9e101d1c94492852","status":"passed","time":{"start":1724887164577,"stop":1724887164578,"duration":1}},{"uid":"ef48c7eb66cf397f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ef48c7eb66cf397f","status":"passed","time":{"start":1724886943099,"stop":1724886943099,"duration":0}},{"uid":"bbf782b999699669","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bbf782b999699669","status":"passed","time":{"start":1724862368928,"stop":1724862368928,"duration":0}},{"uid":"868c2dd56a595f75","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/868c2dd56a595f75","status":"passed","time":{"start":1724861835945,"stop":1724861835945,"duration":0}},{"uid":"d92596ee867ed979","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d92596ee867ed979","status":"passed","time":{"start":1724861692899,"stop":1724861692901,"duration":2}},{"uid":"c3203e8cca9006df","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c3203e8cca9006df","status":"passed","time":{"start":1724861520698,"stop":1724861520698,"duration":0}}]},"ce47c57e109f5f4fe46fa93fd3b7aa1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"db3f9eddbc0df382","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/db3f9eddbc0df382","status":"passed","time":{"start":1724922906439,"stop":1724922906439,"duration":0}}]},"d756b9dcd6f1f6438b6de6db088e32a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3e4c8f8adb9a31ff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3e4c8f8adb9a31ff","status":"passed","time":{"start":1724922536229,"stop":1724922536230,"duration":1}},{"uid":"572340ef73d4cca1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/572340ef73d4cca1","status":"passed","time":{"start":1724921198884,"stop":1724921198884,"duration":0}},{"uid":"b8819c82935f6f8d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b8819c82935f6f8d","status":"passed","time":{"start":1724921172337,"stop":1724921172337,"duration":0}},{"uid":"644151d85e62afe0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/644151d85e62afe0","status":"passed","time":{"start":1724917841035,"stop":1724917841036,"duration":1}},{"uid":"72c27a51c514166","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72c27a51c514166","status":"passed","time":{"start":1724889622276,"stop":1724889622276,"duration":0}},{"uid":"c9d96bf802be5bd4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c9d96bf802be5bd4","status":"passed","time":{"start":1724888769658,"stop":1724888769659,"duration":1}},{"uid":"7f48b2da32e4f8e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7f48b2da32e4f8e","status":"passed","time":{"start":1724887926164,"stop":1724887926164,"duration":0}},{"uid":"c671b7791f38dcdc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c671b7791f38dcdc","status":"passed","time":{"start":1724886693068,"stop":1724886693069,"duration":1}},{"uid":"691d434b59abbcad","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/691d434b59abbcad","status":"passed","time":{"start":1724886468808,"stop":1724886468811,"duration":3}},{"uid":"ed2e94b0a538c7a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ed2e94b0a538c7a9","status":"passed","time":{"start":1724861918243,"stop":1724861918244,"duration":1}},{"uid":"d12aafc4166789c4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d12aafc4166789c4","status":"passed","time":{"start":1724861388576,"stop":1724861388577,"duration":1}},{"uid":"6c14fb7c9f8c8dfb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6c14fb7c9f8c8dfb","status":"passed","time":{"start":1724861221406,"stop":1724861221406,"duration":0}},{"uid":"4af23d9dcb455298","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4af23d9dcb455298","status":"passed","time":{"start":1724861075798,"stop":1724861075799,"duration":1}}]},"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c66b5a6a124a5673","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c66b5a6a124a5673","status":"passed","time":{"start":1724922409250,"stop":1724922409250,"duration":0}},{"uid":"34d11e5e715f7261","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/34d11e5e715f7261","status":"passed","time":{"start":1724921072292,"stop":1724921072292,"duration":0}},{"uid":"603273c14e6736b9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/603273c14e6736b9","status":"passed","time":{"start":1724921047284,"stop":1724921047284,"duration":0}},{"uid":"8506d80e5cd42d16","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8506d80e5cd42d16","status":"passed","time":{"start":1724917707456,"stop":1724917707456,"duration":0}},{"uid":"b1f4d54389fd937","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1f4d54389fd937","status":"passed","time":{"start":1724889486390,"stop":1724889486391,"duration":1}},{"uid":"f9b31ae9eec9b2dd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9b31ae9eec9b2dd","status":"passed","time":{"start":1724888637015,"stop":1724888637015,"duration":0}},{"uid":"14615b63745b9b21","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/14615b63745b9b21","status":"passed","time":{"start":1724887793425,"stop":1724887793425,"duration":0}},{"uid":"401c89a0c4a1038e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/401c89a0c4a1038e","status":"passed","time":{"start":1724886560037,"stop":1724886560038,"duration":1}},{"uid":"f96ecd5986d75956","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f96ecd5986d75956","status":"passed","time":{"start":1724886337880,"stop":1724886337880,"duration":0}},{"uid":"74b77270a6849a8b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/74b77270a6849a8b","status":"passed","time":{"start":1724861787237,"stop":1724861787238,"duration":1}},{"uid":"5dda66d30e6aa729","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5dda66d30e6aa729","status":"passed","time":{"start":1724861257428,"stop":1724861257429,"duration":1}},{"uid":"aa771bd0e8fe58e5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/aa771bd0e8fe58e5","status":"passed","time":{"start":1724861081343,"stop":1724861081343,"duration":0}},{"uid":"8de2217e7fc53d03","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8de2217e7fc53d03","status":"passed","time":{"start":1724860942010,"stop":1724860942010,"duration":0}}]},"f485a41a405e88d925455f21f845e57d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7374dfbc4f81019d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7374dfbc4f81019d","status":"passed","time":{"start":1724887018301,"stop":1724887018301,"duration":0}}]},"b70290caccfdeac2aaa6e6fb638514d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d8edc645ae42cc8f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d8edc645ae42cc8f","status":"passed","time":{"start":1724922499930,"stop":1724922499931,"duration":1}},{"uid":"8a40a2755fd93129","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8a40a2755fd93129","status":"passed","time":{"start":1724921158278,"stop":1724921158278,"duration":0}},{"uid":"8291e6557d50a55f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8291e6557d50a55f","status":"passed","time":{"start":1724921130073,"stop":1724921130074,"duration":1}},{"uid":"542f4ebab296bcba","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/542f4ebab296bcba","status":"passed","time":{"start":1724917796891,"stop":1724917796892,"duration":1}},{"uid":"d860245eb729c8eb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d860245eb729c8eb","status":"passed","time":{"start":1724889579995,"stop":1724889579995,"duration":0}},{"uid":"e7a495f848c0cee2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e7a495f848c0cee2","status":"passed","time":{"start":1724888730127,"stop":1724888730127,"duration":0}},{"uid":"bc2d1693fa44283d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bc2d1693fa44283d","status":"passed","time":{"start":1724887883926,"stop":1724887883926,"duration":0}},{"uid":"9db0a861126aa5c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9db0a861126aa5c","status":"passed","time":{"start":1724886651244,"stop":1724886651244,"duration":0}},{"uid":"ca1b617019476e56","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ca1b617019476e56","status":"passed","time":{"start":1724886430267,"stop":1724886430268,"duration":1}},{"uid":"7786d70301153272","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7786d70301153272","status":"passed","time":{"start":1724861879167,"stop":1724861879167,"duration":0}},{"uid":"3a825090177011b7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3a825090177011b7","status":"passed","time":{"start":1724861345736,"stop":1724861345737,"duration":1}},{"uid":"1759a4a6228dae94","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1759a4a6228dae94","status":"passed","time":{"start":1724861186693,"stop":1724861186694,"duration":1}},{"uid":"34b84af2ddc01baf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/34b84af2ddc01baf","status":"passed","time":{"start":1724861034885,"stop":1724861034885,"duration":0}}]},"f60c3f2656a76e265fc3813fc4df424d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fd14f031fa4aabef","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fd14f031fa4aabef","status":"passed","time":{"start":1724922402863,"stop":1724922402863,"duration":0}},{"uid":"66bce97be4129864","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/66bce97be4129864","status":"passed","time":{"start":1724921065910,"stop":1724921065911,"duration":1}},{"uid":"f0758fc65eec3deb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f0758fc65eec3deb","status":"passed","time":{"start":1724921040947,"stop":1724921040948,"duration":1}},{"uid":"de69176a68dd0b14","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/de69176a68dd0b14","status":"passed","time":{"start":1724917701156,"stop":1724917701156,"duration":0}},{"uid":"8e5a5ac0cd2014ab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e5a5ac0cd2014ab","status":"passed","time":{"start":1724889479975,"stop":1724889479975,"duration":0}},{"uid":"1f3c54c698727f22","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1f3c54c698727f22","status":"passed","time":{"start":1724888630724,"stop":1724888630725,"duration":1}},{"uid":"f83d5ef27208ce0c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f83d5ef27208ce0c","status":"passed","time":{"start":1724887787006,"stop":1724887787007,"duration":1}},{"uid":"d29000daabb9bc9d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d29000daabb9bc9d","status":"passed","time":{"start":1724886553669,"stop":1724886553669,"duration":0}},{"uid":"8b4e6350e924591a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8b4e6350e924591a","status":"passed","time":{"start":1724886331492,"stop":1724886331493,"duration":1}},{"uid":"da71557949ed9096","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/da71557949ed9096","status":"passed","time":{"start":1724861780657,"stop":1724861780657,"duration":0}},{"uid":"b4a2736a1bb95207","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b4a2736a1bb95207","status":"passed","time":{"start":1724861251098,"stop":1724861251099,"duration":1}},{"uid":"cb07f4b6baed21a6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cb07f4b6baed21a6","status":"passed","time":{"start":1724861074808,"stop":1724861074809,"duration":1}},{"uid":"e2091c6761f68095","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e2091c6761f68095","status":"passed","time":{"start":1724860935672,"stop":1724860935672,"duration":0}}]},"04919de3c24af4ab7a168ad55e96b9a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b620e3cf85ee3c16","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b620e3cf85ee3c16","status":"passed","time":{"start":1724921475445,"stop":1724921475445,"duration":0}}]},"fe42336aa45b54fe09fa754c3b042804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ad0e8a591f60dac3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ad0e8a591f60dac3","status":"passed","time":{"start":1724922382329,"stop":1724922382330,"duration":1}},{"uid":"9544ac93a445c4e5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9544ac93a445c4e5","status":"passed","time":{"start":1724921045534,"stop":1724921045534,"duration":0}},{"uid":"ae592eff9cf54ce6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ae592eff9cf54ce6","status":"passed","time":{"start":1724921020727,"stop":1724921020728,"duration":1}},{"uid":"34997bfce8aa2353","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/34997bfce8aa2353","status":"passed","time":{"start":1724917681056,"stop":1724917681057,"duration":1}},{"uid":"d0a0209d51d41a30","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d0a0209d51d41a30","status":"passed","time":{"start":1724889459945,"stop":1724889459946,"duration":1}},{"uid":"d3c7861cc9d98188","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3c7861cc9d98188","status":"passed","time":{"start":1724888610538,"stop":1724888610539,"duration":1}},{"uid":"41c9a83868dfcd96","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/41c9a83868dfcd96","status":"passed","time":{"start":1724887766849,"stop":1724887766850,"duration":1}},{"uid":"ad55f4b2a4a382de","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ad55f4b2a4a382de","status":"passed","time":{"start":1724886533244,"stop":1724886533245,"duration":1}},{"uid":"3b171288492821bb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3b171288492821bb","status":"passed","time":{"start":1724886311091,"stop":1724886311092,"duration":1}},{"uid":"27cb067a4db65586","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/27cb067a4db65586","status":"passed","time":{"start":1724861760050,"stop":1724861760051,"duration":1}},{"uid":"4670c5b0b7ec2bf3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4670c5b0b7ec2bf3","status":"passed","time":{"start":1724861230831,"stop":1724861230831,"duration":0}},{"uid":"c0ae22c93b65ddd9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0ae22c93b65ddd9","status":"passed","time":{"start":1724861053405,"stop":1724861053406,"duration":1}},{"uid":"ad7ff6e532f80328","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ad7ff6e532f80328","status":"passed","time":{"start":1724860914746,"stop":1724860914746,"duration":0}}]},"1c21e5348e2b9d8926f3a4e76732886d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dbb9c52199ecd807","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dbb9c52199ecd807","status":"passed","time":{"start":1724862213681,"stop":1724862213681,"duration":0}}]},"cc02c1ebdac412500705156f7456092e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d42a03eb299e7ef8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d42a03eb299e7ef8","status":"passed","time":{"start":1724922485955,"stop":1724922485955,"duration":0}},{"uid":"4bca3b450984efe4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4bca3b450984efe4","status":"passed","time":{"start":1724921148663,"stop":1724921148663,"duration":0}},{"uid":"4a5f49e6237f5b6f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4a5f49e6237f5b6f","status":"passed","time":{"start":1724921125023,"stop":1724921125024,"duration":1}},{"uid":"19b129dab5b80408","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/19b129dab5b80408","status":"passed","time":{"start":1724917782910,"stop":1724917782910,"duration":0}},{"uid":"b8ee2cdf1864921a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8ee2cdf1864921a","status":"passed","time":{"start":1724889568678,"stop":1724889568679,"duration":1}},{"uid":"f30c42dc99b516b9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f30c42dc99b516b9","status":"passed","time":{"start":1724888712709,"stop":1724888712709,"duration":0}},{"uid":"6e500fd041942e49","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6e500fd041942e49","status":"passed","time":{"start":1724887870879,"stop":1724887870880,"duration":1}},{"uid":"b340dabe8aedfdf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b340dabe8aedfdf","status":"passed","time":{"start":1724886637707,"stop":1724886637707,"duration":0}},{"uid":"e29c49086902f806","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e29c49086902f806","status":"passed","time":{"start":1724886418626,"stop":1724886418626,"duration":0}},{"uid":"9d234b6f558202bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9d234b6f558202bd","status":"passed","time":{"start":1724861865559,"stop":1724861865559,"duration":0}},{"uid":"ebc57cf9c5a358e8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ebc57cf9c5a358e8","status":"passed","time":{"start":1724861334265,"stop":1724861334265,"duration":0}},{"uid":"9fbd0efc44ba90f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9fbd0efc44ba90f","status":"passed","time":{"start":1724861163783,"stop":1724861163784,"duration":1}},{"uid":"dec4cbc48dff9ea3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dec4cbc48dff9ea3","status":"passed","time":{"start":1724861021893,"stop":1724861021893,"duration":0}}]},"b0e8c8db496dfaa6ecb24b0e9ed26892:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6e47804b3ec4e75c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e47804b3ec4e75c","status":"passed","time":{"start":1724889171933,"stop":1724889171934,"duration":1}}]},"0806f79758b620626d6e88fcb0147704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cef50c0b19f5cefc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cef50c0b19f5cefc","status":"passed","time":{"start":1724922853921,"stop":1724922853922,"duration":1}},{"uid":"c1f0804d1483cf01","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c1f0804d1483cf01","status":"passed","time":{"start":1724921529588,"stop":1724921529588,"duration":0}},{"uid":"8a95e29644781237","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8a95e29644781237","status":"passed","time":{"start":1724921488882,"stop":1724921488882,"duration":0}},{"uid":"2fddf901787aaf74","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2fddf901787aaf74","status":"passed","time":{"start":1724918203688,"stop":1724918203689,"duration":1}},{"uid":"1b36ceb67ebc6b06","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1b36ceb67ebc6b06","status":"passed","time":{"start":1724889938364,"stop":1724889938365,"duration":1}},{"uid":"3c5b8d7e4a139d3c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c5b8d7e4a139d3c","status":"passed","time":{"start":1724889077068,"stop":1724889077068,"duration":0}},{"uid":"7e984f338642c915","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7e984f338642c915","status":"passed","time":{"start":1724888268038,"stop":1724888268038,"duration":0}},{"uid":"b922b7962ab2c2ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b922b7962ab2c2ba","status":"passed","time":{"start":1724887032411,"stop":1724887032411,"duration":0}},{"uid":"9f16ebb10401d01a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9f16ebb10401d01a","status":"passed","time":{"start":1724886822824,"stop":1724886822824,"duration":0}},{"uid":"6f5331f3006ad4aa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6f5331f3006ad4aa","status":"passed","time":{"start":1724862233514,"stop":1724862233514,"duration":0}},{"uid":"26ff026cc09745e5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/26ff026cc09745e5","status":"passed","time":{"start":1724861712672,"stop":1724861712673,"duration":1}},{"uid":"4eeba24c7923e2bb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4eeba24c7923e2bb","status":"passed","time":{"start":1724861567892,"stop":1724861567892,"duration":0}},{"uid":"205a96b43f479db9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/205a96b43f479db9","status":"passed","time":{"start":1724861392056,"stop":1724861392057,"duration":1}}]},"b6f12245ee8ad6591d4b1a4513cf0551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4a4141521ff1c5b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4a4141521ff1c5b","status":"passed","time":{"start":1724922845245,"stop":1724922845246,"duration":1}},{"uid":"c1d8151468e3b86c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c1d8151468e3b86c","status":"passed","time":{"start":1724921515228,"stop":1724921515228,"duration":0}},{"uid":"a4e7b57d66cf1084","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a4e7b57d66cf1084","status":"passed","time":{"start":1724921475447,"stop":1724921475447,"duration":0}},{"uid":"d2153a599d601eef","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d2153a599d601eef","status":"passed","time":{"start":1724918179402,"stop":1724918179402,"duration":0}},{"uid":"48d21cec0d73ca48","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/48d21cec0d73ca48","status":"passed","time":{"start":1724889935342,"stop":1724889935342,"duration":0}},{"uid":"ed522418672da74e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ed522418672da74e","status":"passed","time":{"start":1724889072755,"stop":1724889072755,"duration":0}},{"uid":"ebc73e6eb1226566","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ebc73e6eb1226566","status":"passed","time":{"start":1724888232417,"stop":1724888232417,"duration":0}},{"uid":"d967c86548ee9eea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d967c86548ee9eea","status":"passed","time":{"start":1724887018304,"stop":1724887018304,"duration":0}},{"uid":"24c673a9d6957742","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/24c673a9d6957742","status":"passed","time":{"start":1724886781481,"stop":1724886781481,"duration":0}},{"uid":"f9f8e634099900be","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9f8e634099900be","status":"passed","time":{"start":1724862213664,"stop":1724862213664,"duration":0}},{"uid":"242aad4f92cb6125","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/242aad4f92cb6125","status":"passed","time":{"start":1724861685857,"stop":1724861685857,"duration":0}},{"uid":"543d3e36d626c606","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/543d3e36d626c606","status":"passed","time":{"start":1724861546179,"stop":1724861546179,"duration":0}},{"uid":"94703c739a7133bf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/94703c739a7133bf","status":"passed","time":{"start":1724861378112,"stop":1724861378113,"duration":1}}]},"21ac7be05647be275ce4bd5cfdc070c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a96fc9eafa38e91","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a96fc9eafa38e91","status":"passed","time":{"start":1724922966704,"stop":1724922966705,"duration":1}},{"uid":"d339dc6e3f9200d2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d339dc6e3f9200d2","status":"passed","time":{"start":1724921640663,"stop":1724921640664,"duration":1}},{"uid":"90f84ec3075a3fb8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/90f84ec3075a3fb8","status":"passed","time":{"start":1724921597587,"stop":1724921597594,"duration":7}},{"uid":"c912b550470b3792","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c912b550470b3792","status":"passed","time":{"start":1724918306249,"stop":1724918306249,"duration":0}},{"uid":"9dae8017722a5f74","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9dae8017722a5f74","status":"passed","time":{"start":1724890060300,"stop":1724890060300,"duration":0}},{"uid":"dde3b4adc37c3b15","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dde3b4adc37c3b15","status":"passed","time":{"start":1724889191328,"stop":1724889191328,"duration":0}},{"uid":"2c57406daff358ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2c57406daff358ba","status":"passed","time":{"start":1724888368606,"stop":1724888368607,"duration":1}},{"uid":"4d5891e9a6fef3ce","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4d5891e9a6fef3ce","status":"passed","time":{"start":1724887150940,"stop":1724887150940,"duration":0}},{"uid":"d457035ee951ed79","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d457035ee951ed79","status":"passed","time":{"start":1724886928811,"stop":1724886928811,"duration":0}},{"uid":"7eb28730d3578079","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7eb28730d3578079","status":"passed","time":{"start":1724862346041,"stop":1724862346043,"duration":2}},{"uid":"41fd469ed026e9d1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/41fd469ed026e9d1","status":"passed","time":{"start":1724861823100,"stop":1724861823100,"duration":0}},{"uid":"487d132cd5f5ef5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/487d132cd5f5ef5","status":"passed","time":{"start":1724861677723,"stop":1724861677723,"duration":0}},{"uid":"b70416e15f6d4c79","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b70416e15f6d4c79","status":"passed","time":{"start":1724861503959,"stop":1724861503959,"duration":0}}]},"9dfe87826a2bcbe9891e6b17b5820f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ab75d6009b0532cc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ab75d6009b0532cc","status":"passed","time":{"start":1724922388047,"stop":1724922388047,"duration":0}},{"uid":"d7f136290a5ead37","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d7f136290a5ead37","status":"passed","time":{"start":1724921051055,"stop":1724921051055,"duration":0}},{"uid":"85e5ad2ead5cd112","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/85e5ad2ead5cd112","status":"passed","time":{"start":1724921026360,"stop":1724921026360,"duration":0}},{"uid":"6b5a0d04e64cd6e5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6b5a0d04e64cd6e5","status":"passed","time":{"start":1724917686539,"stop":1724917686539,"duration":0}},{"uid":"38dd01046ca6cc85","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/38dd01046ca6cc85","status":"passed","time":{"start":1724889465469,"stop":1724889465469,"duration":0}},{"uid":"b692f98919e329ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b692f98919e329ba","status":"passed","time":{"start":1724888616210,"stop":1724888616211,"duration":1}},{"uid":"5665cc65717f70a0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5665cc65717f70a0","status":"passed","time":{"start":1724887772447,"stop":1724887772447,"duration":0}},{"uid":"ecd40ad80ccc0d39","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ecd40ad80ccc0d39","status":"passed","time":{"start":1724886538858,"stop":1724886538858,"duration":0}},{"uid":"fe947b1f26a3b1e7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fe947b1f26a3b1e7","status":"passed","time":{"start":1724886316625,"stop":1724886316625,"duration":0}},{"uid":"d474e1a8c4a92b19","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d474e1a8c4a92b19","status":"passed","time":{"start":1724861765761,"stop":1724861765761,"duration":0}},{"uid":"a6344e70bfe0511d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a6344e70bfe0511d","status":"passed","time":{"start":1724861236571,"stop":1724861236571,"duration":0}},{"uid":"bfd0bf82b1a19079","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bfd0bf82b1a19079","status":"passed","time":{"start":1724861059469,"stop":1724861059469,"duration":0}},{"uid":"f7588d962c66c485","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f7588d962c66c485","status":"passed","time":{"start":1724860920724,"stop":1724860920724,"duration":0}}]},"29ff9505963d9ab5217f0cc8ee5a3659:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"67d9b458033f401c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/67d9b458033f401c","status":"passed","time":{"start":1724922647830,"stop":1724922647831,"duration":1}},{"uid":"e31964344df6de97","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e31964344df6de97","status":"passed","time":{"start":1724921300786,"stop":1724921300787,"duration":1}},{"uid":"cb48db2d42b59088","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cb48db2d42b59088","status":"passed","time":{"start":1724921280713,"stop":1724921280714,"duration":1}},{"uid":"3a18c1816667b96e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3a18c1816667b96e","status":"passed","time":{"start":1724917963259,"stop":1724917963261,"duration":2}},{"uid":"5fa54898de61196","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5fa54898de61196","status":"passed","time":{"start":1724889734117,"stop":1724889734118,"duration":1}},{"uid":"ccce3dd448145ee9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ccce3dd448145ee9","status":"passed","time":{"start":1724888859614,"stop":1724888859614,"duration":0}},{"uid":"8338254983dd6f93","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8338254983dd6f93","status":"passed","time":{"start":1724888053951,"stop":1724888053951,"duration":0}},{"uid":"feaa744f7694667c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/feaa744f7694667c","status":"passed","time":{"start":1724886820675,"stop":1724886820676,"duration":1}},{"uid":"b1215e3e2fa55905","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b1215e3e2fa55905","status":"passed","time":{"start":1724886589264,"stop":1724886589265,"duration":1}},{"uid":"bbd2b7bfc7b46f18","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bbd2b7bfc7b46f18","status":"passed","time":{"start":1724862027791,"stop":1724862027791,"duration":0}},{"uid":"def9c227804bf14e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/def9c227804bf14e","status":"passed","time":{"start":1724861484558,"stop":1724861484558,"duration":0}},{"uid":"90db6e9e0c701243","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/90db6e9e0c701243","status":"passed","time":{"start":1724861315156,"stop":1724861315156,"duration":0}},{"uid":"44fe9f8f0744bc82","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/44fe9f8f0744bc82","status":"passed","time":{"start":1724861168754,"stop":1724861168754,"duration":0}}]},"c07a05bb95930eb974a35f473152c50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1cec41a743122379","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1cec41a743122379","status":"passed","time":{"start":1724923012473,"stop":1724923012473,"duration":0}},{"uid":"2bc4bfce2d4b5024","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2bc4bfce2d4b5024","status":"passed","time":{"start":1724921625079,"stop":1724921625079,"duration":0}},{"uid":"ec49c7ac05d125bc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ec49c7ac05d125bc","status":"passed","time":{"start":1724921590503,"stop":1724921590503,"duration":0}},{"uid":"27417df4202f29a2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/27417df4202f29a2","status":"passed","time":{"start":1724918287571,"stop":1724918287571,"duration":0}},{"uid":"d51a45349c71cf21","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d51a45349c71cf21","status":"passed","time":{"start":1724890047796,"stop":1724890047796,"duration":0}},{"uid":"e73ea537bb58b92e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e73ea537bb58b92e","status":"passed","time":{"start":1724889183929,"stop":1724889183930,"duration":1}},{"uid":"f1f3ed369fc53d6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f1f3ed369fc53d6","status":"passed","time":{"start":1724888354177,"stop":1724888354177,"duration":0}},{"uid":"e9f6d5843e12ab08","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e9f6d5843e12ab08","status":"passed","time":{"start":1724887145697,"stop":1724887145699,"duration":2}},{"uid":"c15880036b447d89","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c15880036b447d89","status":"passed","time":{"start":1724886915793,"stop":1724886915793,"duration":0}},{"uid":"815b37e2351386a8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/815b37e2351386a8","status":"passed","time":{"start":1724862341457,"stop":1724862341457,"duration":0}},{"uid":"7385d781998a2bb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7385d781998a2bb","status":"passed","time":{"start":1724861805455,"stop":1724861805456,"duration":1}},{"uid":"5fcf088e29396c32","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5fcf088e29396c32","status":"passed","time":{"start":1724861662292,"stop":1724861662292,"duration":0}},{"uid":"5e5c6cef7b0d29a4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5e5c6cef7b0d29a4","status":"passed","time":{"start":1724861492521,"stop":1724861492521,"duration":0}}]},"211487825b98a5c536c4e3618a24d601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a3c3a10d741fd3fe","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a3c3a10d741fd3fe","status":"passed","time":{"start":1724922845233,"stop":1724922845234,"duration":1}},{"uid":"73b182a5cd16618c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/73b182a5cd16618c","status":"passed","time":{"start":1724921515219,"stop":1724921515220,"duration":1}},{"uid":"e9c409a6adc8339f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e9c409a6adc8339f","status":"passed","time":{"start":1724921475437,"stop":1724921475437,"duration":0}},{"uid":"89cfdaaedd7c6c86","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/89cfdaaedd7c6c86","status":"passed","time":{"start":1724918179378,"stop":1724918179379,"duration":1}},{"uid":"cdd5fe10614175a4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cdd5fe10614175a4","status":"passed","time":{"start":1724889935333,"stop":1724889935333,"duration":0}},{"uid":"fdce289f469022de","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fdce289f469022de","status":"passed","time":{"start":1724889072746,"stop":1724889072746,"duration":0}},{"uid":"cf5bc93120cf8d8b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf5bc93120cf8d8b","status":"passed","time":{"start":1724888232407,"stop":1724888232408,"duration":1}},{"uid":"48f54fac2e58bb4b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/48f54fac2e58bb4b","status":"passed","time":{"start":1724887018287,"stop":1724887018287,"duration":0}},{"uid":"84921ddd45c6f9eb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/84921ddd45c6f9eb","status":"passed","time":{"start":1724886781472,"stop":1724886781472,"duration":0}},{"uid":"151ca8d0cffc11a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/151ca8d0cffc11a9","status":"passed","time":{"start":1724862213655,"stop":1724862213655,"duration":0}},{"uid":"2dbfd5499c72508a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2dbfd5499c72508a","status":"passed","time":{"start":1724861685848,"stop":1724861685848,"duration":0}},{"uid":"9ad30415af43ce01","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9ad30415af43ce01","status":"passed","time":{"start":1724861546163,"stop":1724861546163,"duration":0}},{"uid":"374c06282cc2514f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/374c06282cc2514f","status":"passed","time":{"start":1724861378103,"stop":1724861378104,"duration":1}}]},"33b5bec2684de13eb96a6163e715d50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"26164a51cdbd0632","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/26164a51cdbd0632","status":"passed","time":{"start":1724888345350,"stop":1724888345350,"duration":0}}]},"9fc3bae4b09e48d84c987b1526dcdb82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"af002a9e604dcb80","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/af002a9e604dcb80","status":"passed","time":{"start":1724923012460,"stop":1724923012460,"duration":0}},{"uid":"3b38ed6a5095ff0e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3b38ed6a5095ff0e","status":"passed","time":{"start":1724921625038,"stop":1724921625039,"duration":1}},{"uid":"821f6c2bcf9e1667","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/821f6c2bcf9e1667","status":"passed","time":{"start":1724921590482,"stop":1724921590484,"duration":2}},{"uid":"80816f684b573e51","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/80816f684b573e51","status":"passed","time":{"start":1724918287560,"stop":1724918287560,"duration":0}},{"uid":"e819a9ac713084e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e819a9ac713084e1","status":"passed","time":{"start":1724890047783,"stop":1724890047783,"duration":0}},{"uid":"944ad731f614872a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/944ad731f614872a","status":"passed","time":{"start":1724889183916,"stop":1724889183916,"duration":0}},{"uid":"4896cca2d334c8a3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4896cca2d334c8a3","status":"passed","time":{"start":1724888354160,"stop":1724888354161,"duration":1}},{"uid":"7d4c30012e3d2186","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7d4c30012e3d2186","status":"passed","time":{"start":1724887145652,"stop":1724887145652,"duration":0}},{"uid":"dee52427b575c3d9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dee52427b575c3d9","status":"passed","time":{"start":1724886915777,"stop":1724886915777,"duration":0}},{"uid":"80e227e4bd417e32","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80e227e4bd417e32","status":"passed","time":{"start":1724862341433,"stop":1724862341433,"duration":0}},{"uid":"6599db898dd01a23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6599db898dd01a23","status":"passed","time":{"start":1724861805435,"stop":1724861805436,"duration":1}},{"uid":"6c3b85c7f9c87f62","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6c3b85c7f9c87f62","status":"passed","time":{"start":1724861662242,"stop":1724861662244,"duration":2}},{"uid":"85d4b659b0b9166f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/85d4b659b0b9166f","status":"passed","time":{"start":1724861492504,"stop":1724861492504,"duration":0}}]},"a7a00757f0ec4bb04d75455bebaaa4f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bae0c2b6c273bf6a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bae0c2b6c273bf6a","status":"passed","time":{"start":1724922611433,"stop":1724922611433,"duration":0}},{"uid":"691e46d429eb9433","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/691e46d429eb9433","status":"passed","time":{"start":1724921270355,"stop":1724921270355,"duration":0}},{"uid":"83c8dd0af250e6a3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/83c8dd0af250e6a3","status":"passed","time":{"start":1724921247816,"stop":1724921247816,"duration":0}},{"uid":"d9ea21e7c882379d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d9ea21e7c882379d","status":"passed","time":{"start":1724917989816,"stop":1724917989816,"duration":0}},{"uid":"469a328440733287","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/469a328440733287","status":"passed","time":{"start":1724889678549,"stop":1724889678549,"duration":0}},{"uid":"af1bd90dca0af293","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/af1bd90dca0af293","status":"passed","time":{"start":1724888829840,"stop":1724888829841,"duration":1}},{"uid":"6f2deb42a9e90cf5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6f2deb42a9e90cf5","status":"passed","time":{"start":1724888077001,"stop":1724888077002,"duration":1}},{"uid":"6a27eb1dedb57e82","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a27eb1dedb57e82","status":"passed","time":{"start":1724886851123,"stop":1724886851124,"duration":1}},{"uid":"26232ca590700a7b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/26232ca590700a7b","status":"passed","time":{"start":1724886647105,"stop":1724886647109,"duration":4}},{"uid":"4fa7d5372f7f5163","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4fa7d5372f7f5163","status":"passed","time":{"start":1724861992711,"stop":1724861992712,"duration":1}},{"uid":"4e8a584093495857","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4e8a584093495857","status":"passed","time":{"start":1724861469640,"stop":1724861469640,"duration":0}},{"uid":"7599d7c97c19647c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7599d7c97c19647c","status":"passed","time":{"start":1724861284855,"stop":1724861284856,"duration":1}},{"uid":"de67d584a03cccf4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/de67d584a03cccf4","status":"passed","time":{"start":1724861145800,"stop":1724861145803,"duration":3}}]},"e2e3acc9f8f16a5f0955c2df97fad1dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"35391c24861b31a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/35391c24861b31a6","status":"passed","time":{"start":1724890039743,"stop":1724890039744,"duration":1}}]},"bccf6825a28f76166674708b393f8e58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"bdb8aa222f5c99c8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bdb8aa222f5c99c8","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922887534,"stop":1724922887534,"duration":0}},{"uid":"ea8d07059b4daa4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ea8d07059b4daa4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921564784,"stop":1724921564784,"duration":0}},{"uid":"906a354cde951939","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/906a354cde951939","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921518832,"stop":1724921518832,"duration":0}},{"uid":"aab8c118e5bd5c1c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/aab8c118e5bd5c1c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918229408,"stop":1724918229408,"duration":0}},{"uid":"1ab976e01b5a2882","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1ab976e01b5a2882","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889980708,"stop":1724889980709,"duration":1}},{"uid":"7e87a52ef4072d57","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e87a52ef4072d57","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889111185,"stop":1724889111185,"duration":0}},{"uid":"e9aa187ee635a5ce","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e9aa187ee635a5ce","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888292549,"stop":1724888292549,"duration":0}},{"uid":"5d29dd8aa3e4a6a3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5d29dd8aa3e4a6a3","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887068234,"stop":1724887068234,"duration":0}},{"uid":"8bbf706ae161c28c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8bbf706ae161c28c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886848943,"stop":1724886848943,"duration":0}},{"uid":"5203db00e277a6aa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5203db00e277a6aa","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862262058,"stop":1724862262058,"duration":0}},{"uid":"b0ae70028f3c9bad","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b0ae70028f3c9bad","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861741900,"stop":1724861741900,"duration":0}},{"uid":"32183546428d51aa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/32183546428d51aa","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861599504,"stop":1724861599505,"duration":1}},{"uid":"2311ae1cf893689f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2311ae1cf893689f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861428482,"stop":1724861428483,"duration":1}}]},"464bd2fa3ed7175815533f64c4287d07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"28a14b166bc2e2b3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/28a14b166bc2e2b3","status":"passed","time":{"start":1724922601857,"stop":1724922601857,"duration":0}},{"uid":"141d2d31997f5821","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/141d2d31997f5821","status":"passed","time":{"start":1724921267881,"stop":1724921267881,"duration":0}},{"uid":"54611c32c9af7067","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/54611c32c9af7067","status":"passed","time":{"start":1724921244399,"stop":1724921244399,"duration":0}},{"uid":"d7c8053b9b624dc1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d7c8053b9b624dc1","status":"passed","time":{"start":1724917916060,"stop":1724917916060,"duration":0}},{"uid":"61f43b2bc05cc503","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/61f43b2bc05cc503","status":"passed","time":{"start":1724889678261,"stop":1724889678261,"duration":0}},{"uid":"2564646d23ebcab6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2564646d23ebcab6","status":"passed","time":{"start":1724888831690,"stop":1724888831690,"duration":0}},{"uid":"3a3a60acd2f3e9e7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3a3a60acd2f3e9e7","status":"passed","time":{"start":1724888003325,"stop":1724888003325,"duration":0}},{"uid":"4401ca8785f90cc2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4401ca8785f90cc2","status":"passed","time":{"start":1724886776615,"stop":1724886776615,"duration":0}},{"uid":"8093c3ae53aa5f36","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8093c3ae53aa5f36","status":"passed","time":{"start":1724886555803,"stop":1724886555804,"duration":1}},{"uid":"78610fef0ad80e31","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/78610fef0ad80e31","status":"passed","time":{"start":1724861983016,"stop":1724861983016,"duration":0}},{"uid":"5c2c61d5dc31de85","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5c2c61d5dc31de85","status":"passed","time":{"start":1724861444072,"stop":1724861444072,"duration":0}},{"uid":"b25b4a13714f7765","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b25b4a13714f7765","status":"passed","time":{"start":1724861285840,"stop":1724861285840,"duration":0}},{"uid":"7c4aa6a608cc06b8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7c4aa6a608cc06b8","status":"passed","time":{"start":1724861145677,"stop":1724861145678,"duration":1}}]},"e53f43f60baf671eddde255c84a4f120:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b5a5fffa779e6f2d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b5a5fffa779e6f2d","status":"passed","time":{"start":1724922398921,"stop":1724922398921,"duration":0}},{"uid":"38ec66aa359c4291","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/38ec66aa359c4291","status":"passed","time":{"start":1724921061849,"stop":1724921061849,"duration":0}},{"uid":"5931d064611032e8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5931d064611032e8","status":"passed","time":{"start":1724921037158,"stop":1724921037158,"duration":0}},{"uid":"cdcefacb2de1f42a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cdcefacb2de1f42a","status":"passed","time":{"start":1724917697302,"stop":1724917697302,"duration":0}},{"uid":"5735b0c2adeb3d99","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5735b0c2adeb3d99","status":"passed","time":{"start":1724889476084,"stop":1724889476084,"duration":0}},{"uid":"888c04df8ee2cbad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/888c04df8ee2cbad","status":"passed","time":{"start":1724888626888,"stop":1724888626888,"duration":0}},{"uid":"3d2901031cbbfcf2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3d2901031cbbfcf2","status":"passed","time":{"start":1724887783109,"stop":1724887783109,"duration":0}},{"uid":"f4f32d7bf9918c82","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f4f32d7bf9918c82","status":"passed","time":{"start":1724886549920,"stop":1724886549920,"duration":0}},{"uid":"d29f4d00d86d9c9c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d29f4d00d86d9c9c","status":"passed","time":{"start":1724886327581,"stop":1724886327582,"duration":1}},{"uid":"6aae4855aebc5e1a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6aae4855aebc5e1a","status":"passed","time":{"start":1724861776807,"stop":1724861776807,"duration":0}},{"uid":"ed93cbd372eca5fd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ed93cbd372eca5fd","status":"passed","time":{"start":1724861247299,"stop":1724861247300,"duration":1}},{"uid":"68571388ebe658e3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/68571388ebe658e3","status":"passed","time":{"start":1724861071395,"stop":1724861071395,"duration":0}},{"uid":"2ffca6faec868aba","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2ffca6faec868aba","status":"passed","time":{"start":1724860931795,"stop":1724860931795,"duration":0}}]},"c27743d50e7283fa2200db62d4ec5db5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c00a4314ef8d39e2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c00a4314ef8d39e2","status":"passed","time":{"start":1724922402863,"stop":1724922402863,"duration":0}},{"uid":"23449d9e4a8ee0dc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/23449d9e4a8ee0dc","status":"passed","time":{"start":1724921065910,"stop":1724921065910,"duration":0}},{"uid":"132cf832fd046ce7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/132cf832fd046ce7","status":"passed","time":{"start":1724921040947,"stop":1724921040947,"duration":0}},{"uid":"1603b0c80384127","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1603b0c80384127","status":"passed","time":{"start":1724917701156,"stop":1724917701156,"duration":0}},{"uid":"fd50182dd32ceac2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fd50182dd32ceac2","status":"passed","time":{"start":1724889479975,"stop":1724889479975,"duration":0}},{"uid":"e76a46d351972a1a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e76a46d351972a1a","status":"passed","time":{"start":1724888630724,"stop":1724888630724,"duration":0}},{"uid":"f04a2a514618f0ac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f04a2a514618f0ac","status":"passed","time":{"start":1724887787006,"stop":1724887787006,"duration":0}},{"uid":"70a04322924409ec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/70a04322924409ec","status":"passed","time":{"start":1724886553669,"stop":1724886553669,"duration":0}},{"uid":"5a3781bb07453c95","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5a3781bb07453c95","status":"passed","time":{"start":1724886331492,"stop":1724886331492,"duration":0}},{"uid":"3545a01af44008c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3545a01af44008c","status":"passed","time":{"start":1724861780656,"stop":1724861780657,"duration":1}},{"uid":"3744381acf073ba0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3744381acf073ba0","status":"passed","time":{"start":1724861251098,"stop":1724861251098,"duration":0}},{"uid":"abede2d90880305a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/abede2d90880305a","status":"passed","time":{"start":1724861074808,"stop":1724861074808,"duration":0}},{"uid":"ec8ba9a3405804ed","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ec8ba9a3405804ed","status":"passed","time":{"start":1724860935671,"stop":1724860935671,"duration":0}}]},"e3e69822ffaaf2ef0241d97401928ac1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2c810151d293768d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2c810151d293768d","status":"passed","time":{"start":1724922853912,"stop":1724922853912,"duration":0}},{"uid":"23d9a2e88dcc4fbe","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/23d9a2e88dcc4fbe","status":"passed","time":{"start":1724921529576,"stop":1724921529577,"duration":1}},{"uid":"b645ee60ec4200ee","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b645ee60ec4200ee","status":"passed","time":{"start":1724921488875,"stop":1724921488875,"duration":0}},{"uid":"3f13b1fecb80df86","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3f13b1fecb80df86","status":"passed","time":{"start":1724918203677,"stop":1724918203677,"duration":0}},{"uid":"11d1b30ab14dae79","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/11d1b30ab14dae79","status":"passed","time":{"start":1724889938354,"stop":1724889938355,"duration":1}},{"uid":"fbd685322722ccde","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fbd685322722ccde","status":"passed","time":{"start":1724889077050,"stop":1724889077058,"duration":8}},{"uid":"31bd704824713d01","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/31bd704824713d01","status":"passed","time":{"start":1724888268011,"stop":1724888268011,"duration":0}},{"uid":"fe731348280f0e43","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fe731348280f0e43","status":"passed","time":{"start":1724887032393,"stop":1724887032394,"duration":1}},{"uid":"1c8c4a2b2ddc7fcc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1c8c4a2b2ddc7fcc","status":"passed","time":{"start":1724886822788,"stop":1724886822788,"duration":0}},{"uid":"2649c94e9ae06a6c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2649c94e9ae06a6c","status":"passed","time":{"start":1724862233505,"stop":1724862233506,"duration":1}},{"uid":"b4b151fdb4a87f29","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b4b151fdb4a87f29","status":"passed","time":{"start":1724861712666,"stop":1724861712666,"duration":0}},{"uid":"50db50bbf1def7ba","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/50db50bbf1def7ba","status":"passed","time":{"start":1724861567884,"stop":1724861567884,"duration":0}},{"uid":"b1bfc9f4a62fe65a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b1bfc9f4a62fe65a","status":"passed","time":{"start":1724861392041,"stop":1724861392041,"duration":0}}]},"abac5b7cf6154cb41131e30fbdef2abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3c8ec453f4ce9112","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3c8ec453f4ce9112","status":"passed","time":{"start":1724923012482,"stop":1724923012482,"duration":0}},{"uid":"50e30b36a505f008","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/50e30b36a505f008","status":"passed","time":{"start":1724921625093,"stop":1724921625093,"duration":0}},{"uid":"def61ffc6e0d4f17","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/def61ffc6e0d4f17","status":"passed","time":{"start":1724921590512,"stop":1724921590512,"duration":0}},{"uid":"7a53f7bd6155d067","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7a53f7bd6155d067","status":"passed","time":{"start":1724918287578,"stop":1724918287578,"duration":0}},{"uid":"fd3ba0e12638f3d0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fd3ba0e12638f3d0","status":"passed","time":{"start":1724890047804,"stop":1724890047804,"duration":0}},{"uid":"419924be6dfc9493","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/419924be6dfc9493","status":"passed","time":{"start":1724889183949,"stop":1724889183949,"duration":0}},{"uid":"2fdae942c5536e06","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2fdae942c5536e06","status":"passed","time":{"start":1724888354188,"stop":1724888354189,"duration":1}},{"uid":"a10404e9bb92a905","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a10404e9bb92a905","status":"passed","time":{"start":1724887145731,"stop":1724887145731,"duration":0}},{"uid":"d43f56f6558e4d43","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d43f56f6558e4d43","status":"passed","time":{"start":1724886915810,"stop":1724886915810,"duration":0}},{"uid":"1e9abefb91d79aba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1e9abefb91d79aba","status":"passed","time":{"start":1724862341467,"stop":1724862341467,"duration":0}},{"uid":"2c8b2d9e73d3f5c8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2c8b2d9e73d3f5c8","status":"passed","time":{"start":1724861805472,"stop":1724861805473,"duration":1}},{"uid":"1bc8ed5cacf96988","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1bc8ed5cacf96988","status":"passed","time":{"start":1724861662301,"stop":1724861662301,"duration":0}},{"uid":"5207cddfe7dad946","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5207cddfe7dad946","status":"passed","time":{"start":1724861492529,"stop":1724861492530,"duration":1}}]},"2663ca283377bc1a05d7cf15aba2d7ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2ffac1f6a799a5b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2ffac1f6a799a5b","status":"passed","time":{"start":1724922436971,"stop":1724922436972,"duration":1}},{"uid":"c7ce589f46dba351","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c7ce589f46dba351","status":"passed","time":{"start":1724921099697,"stop":1724921099698,"duration":1}},{"uid":"e6eb260d13a9776c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e6eb260d13a9776c","status":"passed","time":{"start":1724921074389,"stop":1724921074389,"duration":0}},{"uid":"894ac85621396a3a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/894ac85621396a3a","status":"passed","time":{"start":1724917735274,"stop":1724917735274,"duration":0}},{"uid":"4020668f1d68fc12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4020668f1d68fc12","status":"passed","time":{"start":1724889517449,"stop":1724889517449,"duration":0}},{"uid":"13f1b5788cac7703","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/13f1b5788cac7703","status":"passed","time":{"start":1724888662629,"stop":1724888662630,"duration":1}},{"uid":"246a0d0569d24d48","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/246a0d0569d24d48","status":"passed","time":{"start":1724887821329,"stop":1724887821329,"duration":0}},{"uid":"c9fd3932794f302c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c9fd3932794f302c","status":"passed","time":{"start":1724886588482,"stop":1724886588482,"duration":0}},{"uid":"10f613af23be3dd7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/10f613af23be3dd7","status":"passed","time":{"start":1724886365757,"stop":1724886365763,"duration":6}},{"uid":"cda479d4932bddcb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cda479d4932bddcb","status":"passed","time":{"start":1724861814960,"stop":1724861814960,"duration":0}},{"uid":"efa1b243621bf767","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/efa1b243621bf767","status":"passed","time":{"start":1724861282669,"stop":1724861282669,"duration":0}},{"uid":"cd89fb7d68085232","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cd89fb7d68085232","status":"passed","time":{"start":1724861111682,"stop":1724861111683,"duration":1}},{"uid":"bcd0d2304bad5af5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bcd0d2304bad5af5","status":"passed","time":{"start":1724860971173,"stop":1724860971173,"duration":0}}]},"911d832579f9149212c18fb43005771d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6ff6a81f42e65487","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6ff6a81f42e65487","status":"passed","time":{"start":1724861655168,"stop":1724861655173,"duration":5}}]},"6552759d78c73700ce66152f8b61ac99:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"948a3fa87bd62611","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/948a3fa87bd62611","status":"passed","time":{"start":1724886906382,"stop":1724886906383,"duration":1}}]},"b41458f3da59ef65c55b34a60d1dc0af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ec578c7e168f468d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ec578c7e168f468d","status":"passed","time":{"start":1724886906378,"stop":1724886906379,"duration":1}}]},"989fd1472b9f60fd9198b6a34b8103a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7f7eb2f43f16d828","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7f7eb2f43f16d828","status":"passed","time":{"start":1724918298099,"stop":1724918298100,"duration":1}}]},"f23d7e5cb03fc92e4b9fc18cd0860ec9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"558d1029215824c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/558d1029215824c","status":"passed","time":{"start":1724921556058,"stop":1724921556059,"duration":1}}]},"91a674fc7eb496bb64460726ddebd280:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8d5751b956398e71","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8d5751b956398e71","status":"passed","time":{"start":1724888336463,"stop":1724888336464,"duration":1}}]},"82fe2982324d66d122f3aa38a7cf4bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3ecaa212b25b6600","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3ecaa212b25b6600","status":"passed","time":{"start":1724922374686,"stop":1724922374687,"duration":1}},{"uid":"d64c18074186ffcf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d64c18074186ffcf","status":"passed","time":{"start":1724921037648,"stop":1724921037648,"duration":0}},{"uid":"3155ebf075f05c0b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3155ebf075f05c0b","status":"passed","time":{"start":1724921013060,"stop":1724921013061,"duration":1}},{"uid":"ec2bd38ee9c0e4d8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ec2bd38ee9c0e4d8","status":"passed","time":{"start":1724917673301,"stop":1724917673302,"duration":1}},{"uid":"e0fca5819844c892","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e0fca5819844c892","status":"passed","time":{"start":1724889452321,"stop":1724889452322,"duration":1}},{"uid":"f67955dd26871fc8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f67955dd26871fc8","status":"passed","time":{"start":1724888602853,"stop":1724888602853,"duration":0}},{"uid":"28ba4030b228047a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/28ba4030b228047a","status":"passed","time":{"start":1724887759174,"stop":1724887759174,"duration":0}},{"uid":"1164bd07634e6565","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1164bd07634e6565","status":"passed","time":{"start":1724886525553,"stop":1724886525553,"duration":0}},{"uid":"24b8ef3dd3a42d2c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/24b8ef3dd3a42d2c","status":"passed","time":{"start":1724886303408,"stop":1724886303408,"duration":0}},{"uid":"b386e8cb6ba35cfb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b386e8cb6ba35cfb","status":"passed","time":{"start":1724861752240,"stop":1724861752241,"duration":1}},{"uid":"9e9ef66474951703","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9e9ef66474951703","status":"passed","time":{"start":1724861223365,"stop":1724861223365,"duration":0}},{"uid":"acb533d29735d44d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/acb533d29735d44d","status":"passed","time":{"start":1724861045213,"stop":1724861045214,"duration":1}},{"uid":"ed74da86fdea7639","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ed74da86fdea7639","status":"passed","time":{"start":1724860907099,"stop":1724860907099,"duration":0}}]},"7c9d171c6523e55aae143fc60d80fb68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"999989c3362bc4bf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/999989c3362bc4bf","status":"passed","time":{"start":1724888292545,"stop":1724888292546,"duration":1}}]},"1437ddda3bf44aa702aa7752111bb77f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fe9f46eb5cbb0224","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe9f46eb5cbb0224","status":"passed","time":{"start":1724862298396,"stop":1724862298396,"duration":0}}]},"3b7a5a8fe2a002015b8acf72afee09d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4b92ebeecc728965","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4b92ebeecc728965","status":"passed","time":{"start":1724922853928,"stop":1724922853928,"duration":0}},{"uid":"254d6a20a2062064","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/254d6a20a2062064","status":"passed","time":{"start":1724921529591,"stop":1724921529592,"duration":1}},{"uid":"b195c195efec595e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b195c195efec595e","status":"passed","time":{"start":1724921488885,"stop":1724921488885,"duration":0}},{"uid":"36e0120182abf7c9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/36e0120182abf7c9","status":"passed","time":{"start":1724918203693,"stop":1724918203693,"duration":0}},{"uid":"fcbb51c509af6dae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fcbb51c509af6dae","status":"passed","time":{"start":1724889938367,"stop":1724889938367,"duration":0}},{"uid":"723296c26081041","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/723296c26081041","status":"passed","time":{"start":1724889077071,"stop":1724889077071,"duration":0}},{"uid":"a5dedaf5c44ebcd1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a5dedaf5c44ebcd1","status":"passed","time":{"start":1724888268041,"stop":1724888268041,"duration":0}},{"uid":"3b43651d06c89a75","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3b43651d06c89a75","status":"passed","time":{"start":1724887032414,"stop":1724887032414,"duration":0}},{"uid":"af28049e565ba7be","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/af28049e565ba7be","status":"passed","time":{"start":1724886822827,"stop":1724886822827,"duration":0}},{"uid":"6d2d386563051fa1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d2d386563051fa1","status":"passed","time":{"start":1724862233517,"stop":1724862233517,"duration":0}},{"uid":"6f84e8fcefc02321","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6f84e8fcefc02321","status":"passed","time":{"start":1724861712675,"stop":1724861712675,"duration":0}},{"uid":"e8ee27189b49fc38","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e8ee27189b49fc38","status":"passed","time":{"start":1724861567902,"stop":1724861567902,"duration":0}},{"uid":"4269dfbf6dcfbfc7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4269dfbf6dcfbfc7","status":"passed","time":{"start":1724861392061,"stop":1724861392062,"duration":1}}]},"2406e5fbebb614882355928923a7091d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b6b9cd4572f6f03e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b6b9cd4572f6f03e","status":"passed","time":{"start":1724922402862,"stop":1724922402863,"duration":1}},{"uid":"c44fed0533063481","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c44fed0533063481","status":"passed","time":{"start":1724921065909,"stop":1724921065910,"duration":1}},{"uid":"71c3b7b9ac34789","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/71c3b7b9ac34789","status":"passed","time":{"start":1724921040947,"stop":1724921040947,"duration":0}},{"uid":"d0646ef22141de6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d0646ef22141de6","status":"passed","time":{"start":1724917701155,"stop":1724917701155,"duration":0}},{"uid":"f3e58e7c695fe11a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3e58e7c695fe11a","status":"passed","time":{"start":1724889479974,"stop":1724889479974,"duration":0}},{"uid":"dc45353abf5bac3b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dc45353abf5bac3b","status":"passed","time":{"start":1724888630722,"stop":1724888630724,"duration":2}},{"uid":"df9a7838a05b492","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/df9a7838a05b492","status":"passed","time":{"start":1724887787005,"stop":1724887787006,"duration":1}},{"uid":"d252480900db2f11","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d252480900db2f11","status":"passed","time":{"start":1724886553668,"stop":1724886553669,"duration":1}},{"uid":"f1acbba21f8f1155","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f1acbba21f8f1155","status":"passed","time":{"start":1724886331491,"stop":1724886331492,"duration":1}},{"uid":"60fcd233de7b1ac4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/60fcd233de7b1ac4","status":"passed","time":{"start":1724861780656,"stop":1724861780656,"duration":0}},{"uid":"25c9f7463eeca1a2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/25c9f7463eeca1a2","status":"passed","time":{"start":1724861251098,"stop":1724861251098,"duration":0}},{"uid":"cd56252b8f1308b6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cd56252b8f1308b6","status":"passed","time":{"start":1724861074807,"stop":1724861074808,"duration":1}},{"uid":"83654d786fa1a9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/83654d786fa1a9","status":"passed","time":{"start":1724860935670,"stop":1724860935671,"duration":1}}]},"2e8367be7ec5d5a77548869fe6677b96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d785d1ebcd100383","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d785d1ebcd100383","status":"passed","time":{"start":1724922388047,"stop":1724922388048,"duration":1}},{"uid":"bf2bb91e58b59ff4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bf2bb91e58b59ff4","status":"passed","time":{"start":1724921051055,"stop":1724921051055,"duration":0}},{"uid":"3f238f12a6edbff3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3f238f12a6edbff3","status":"passed","time":{"start":1724921026360,"stop":1724921026361,"duration":1}},{"uid":"cf4472afbbe1500","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cf4472afbbe1500","status":"passed","time":{"start":1724917686539,"stop":1724917686539,"duration":0}},{"uid":"b286b3cb1d2eb86","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b286b3cb1d2eb86","status":"passed","time":{"start":1724889465469,"stop":1724889465470,"duration":1}},{"uid":"cdc37196e45d6476","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cdc37196e45d6476","status":"passed","time":{"start":1724888616211,"stop":1724888616211,"duration":0}},{"uid":"dad32a6d4249d562","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dad32a6d4249d562","status":"passed","time":{"start":1724887772447,"stop":1724887772448,"duration":1}},{"uid":"1536eca4400fb8df","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1536eca4400fb8df","status":"passed","time":{"start":1724886538858,"stop":1724886538859,"duration":1}},{"uid":"8638e7d5bac45758","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8638e7d5bac45758","status":"passed","time":{"start":1724886316625,"stop":1724886316625,"duration":0}},{"uid":"9bb1cc41bedf8a40","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9bb1cc41bedf8a40","status":"passed","time":{"start":1724861765761,"stop":1724861765761,"duration":0}},{"uid":"c3ce2f2a01b58fb5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c3ce2f2a01b58fb5","status":"passed","time":{"start":1724861236571,"stop":1724861236572,"duration":1}},{"uid":"dadcd204ddeff333","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dadcd204ddeff333","status":"passed","time":{"start":1724861059469,"stop":1724861059469,"duration":0}},{"uid":"85cf1675cf625a17","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/85cf1675cf625a17","status":"passed","time":{"start":1724860920725,"stop":1724860920725,"duration":0}}]},"786dbb53b3ebd5d31980e9ed6c6b058f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"db1b666e92f70ab7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/db1b666e92f70ab7","status":"passed","time":{"start":1724922845243,"stop":1724922845244,"duration":1}},{"uid":"92bc5d92141fdc57","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/92bc5d92141fdc57","status":"passed","time":{"start":1724921515227,"stop":1724921515227,"duration":0}},{"uid":"f9f7dd697f1066de","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f9f7dd697f1066de","status":"passed","time":{"start":1724921475446,"stop":1724921475447,"duration":1}},{"uid":"b353ba5d30586570","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b353ba5d30586570","status":"passed","time":{"start":1724918179401,"stop":1724918179401,"duration":0}},{"uid":"7450330c0865dbc3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7450330c0865dbc3","status":"passed","time":{"start":1724889935341,"stop":1724889935342,"duration":1}},{"uid":"37fcdf6426ba0516","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37fcdf6426ba0516","status":"passed","time":{"start":1724889072754,"stop":1724889072754,"duration":0}},{"uid":"80eb97435aade81c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/80eb97435aade81c","status":"passed","time":{"start":1724888232416,"stop":1724888232416,"duration":0}},{"uid":"c50efd7842b6a3fb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c50efd7842b6a3fb","status":"passed","time":{"start":1724887018303,"stop":1724887018303,"duration":0}},{"uid":"800a924736d247d3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/800a924736d247d3","status":"passed","time":{"start":1724886781480,"stop":1724886781480,"duration":0}},{"uid":"d040b736c3dc66a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d040b736c3dc66a9","status":"passed","time":{"start":1724862213663,"stop":1724862213663,"duration":0}},{"uid":"53d724a3c5e26678","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/53d724a3c5e26678","status":"passed","time":{"start":1724861685856,"stop":1724861685856,"duration":0}},{"uid":"5bf05aee7f94cad0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5bf05aee7f94cad0","status":"passed","time":{"start":1724861546177,"stop":1724861546177,"duration":0}},{"uid":"334511a291e920f0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/334511a291e920f0","status":"passed","time":{"start":1724861378112,"stop":1724861378112,"duration":0}}]},"59681755f43c5446d1711611e6f2c50a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d668fb6233b55268","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d668fb6233b55268","status":"passed","time":{"start":1724921577169,"stop":1724921577169,"duration":0}}]},"d94335b3532804dae59c811bf54c9cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cd89791feecb7a5a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cd89791feecb7a5a","status":"passed","time":{"start":1724922611444,"stop":1724922611444,"duration":0}},{"uid":"138f506ab6951d66","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/138f506ab6951d66","status":"passed","time":{"start":1724921270367,"stop":1724921270367,"duration":0}},{"uid":"c82cbb213e5dfcff","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c82cbb213e5dfcff","status":"passed","time":{"start":1724921247832,"stop":1724921247832,"duration":0}},{"uid":"92c063f42166adc0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/92c063f42166adc0","status":"passed","time":{"start":1724917989829,"stop":1724917989830,"duration":1}},{"uid":"74e2977b5f505582","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/74e2977b5f505582","status":"passed","time":{"start":1724889678580,"stop":1724889678580,"duration":0}},{"uid":"3895952f171b8956","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3895952f171b8956","status":"passed","time":{"start":1724888829853,"stop":1724888829853,"duration":0}},{"uid":"68184c0bea8373b0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/68184c0bea8373b0","status":"passed","time":{"start":1724888077020,"stop":1724888077021,"duration":1}},{"uid":"a667e3d2fea7e1de","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a667e3d2fea7e1de","status":"passed","time":{"start":1724886851133,"stop":1724886851133,"duration":0}},{"uid":"fea26ebe4759dff","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fea26ebe4759dff","status":"passed","time":{"start":1724886647127,"stop":1724886647127,"duration":0}},{"uid":"43606d003ba2f23e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/43606d003ba2f23e","status":"passed","time":{"start":1724861992718,"stop":1724861992719,"duration":1}},{"uid":"42ddfec548820db0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/42ddfec548820db0","status":"passed","time":{"start":1724861469651,"stop":1724861469652,"duration":1}},{"uid":"eb4df65e3a8e24c6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/eb4df65e3a8e24c6","status":"passed","time":{"start":1724861284873,"stop":1724861284874,"duration":1}},{"uid":"c2366fe0eb9213e6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c2366fe0eb9213e6","status":"passed","time":{"start":1724861145825,"stop":1724861145825,"duration":0}}]},"10c1557dc8856c23a4e0832663f6f4e8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eb9355fef1170739","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/eb9355fef1170739","status":"passed","time":{"start":1724861378109,"stop":1724861378109,"duration":0}}]},"4e2214cfd0b1478b138b78c1f677e1c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"29f2f6c7ce4776fe","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/29f2f6c7ce4776fe","status":"passed","time":{"start":1724921613055,"stop":1724921613055,"duration":0}}]},"8da102b09d4dab71d5406e773a87a315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d730f415c05c74aa","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d730f415c05c74aa","status":"passed","time":{"start":1724923012480,"stop":1724923012481,"duration":1}},{"uid":"62c78882ad8ff8f1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/62c78882ad8ff8f1","status":"passed","time":{"start":1724921625090,"stop":1724921625091,"duration":1}},{"uid":"4b69fd43c8f7cb82","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4b69fd43c8f7cb82","status":"passed","time":{"start":1724921590510,"stop":1724921590510,"duration":0}},{"uid":"7892e68d962b2af0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7892e68d962b2af0","status":"passed","time":{"start":1724918287576,"stop":1724918287576,"duration":0}},{"uid":"cce2bbd4759e09d7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cce2bbd4759e09d7","status":"passed","time":{"start":1724890047802,"stop":1724890047803,"duration":1}},{"uid":"5cc2b8a2bc69f4dc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5cc2b8a2bc69f4dc","status":"passed","time":{"start":1724889183946,"stop":1724889183947,"duration":1}},{"uid":"47bb166e45f9edf4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/47bb166e45f9edf4","status":"passed","time":{"start":1724888354185,"stop":1724888354185,"duration":0}},{"uid":"14824df447f8c42b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/14824df447f8c42b","status":"passed","time":{"start":1724887145722,"stop":1724887145722,"duration":0}},{"uid":"ecbd706f1bce1eba","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ecbd706f1bce1eba","status":"passed","time":{"start":1724886915806,"stop":1724886915806,"duration":0}},{"uid":"e9f5b19ef1aa1cdd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e9f5b19ef1aa1cdd","status":"passed","time":{"start":1724862341466,"stop":1724862341466,"duration":0}},{"uid":"9bccbb71395f3dca","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9bccbb71395f3dca","status":"passed","time":{"start":1724861805470,"stop":1724861805470,"duration":0}},{"uid":"c757abe6b457b46e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c757abe6b457b46e","status":"passed","time":{"start":1724861662300,"stop":1724861662300,"duration":0}},{"uid":"e458ef55e45d5032","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e458ef55e45d5032","status":"passed","time":{"start":1724861492527,"stop":1724861492527,"duration":0}}]},"4d68da4710877623697c9c210c276ffc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1ff6e12504b56218","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1ff6e12504b56218","status":"passed","time":{"start":1724922853923,"stop":1724922853923,"duration":0}},{"uid":"43b847ff79399a37","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/43b847ff79399a37","status":"passed","time":{"start":1724921529589,"stop":1724921529589,"duration":0}},{"uid":"682b3bfde9120e7f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/682b3bfde9120e7f","status":"passed","time":{"start":1724921488883,"stop":1724921488883,"duration":0}},{"uid":"71913ae0b8ff5d14","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/71913ae0b8ff5d14","status":"passed","time":{"start":1724918203689,"stop":1724918203689,"duration":0}},{"uid":"6a8e1f91d409d105","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6a8e1f91d409d105","status":"passed","time":{"start":1724889938365,"stop":1724889938365,"duration":0}},{"uid":"7f6a9c11d640745f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7f6a9c11d640745f","status":"passed","time":{"start":1724889077069,"stop":1724889077069,"duration":0}},{"uid":"3f10d07f70981691","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3f10d07f70981691","status":"passed","time":{"start":1724888268039,"stop":1724888268039,"duration":0}},{"uid":"e336139f313dd92","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e336139f313dd92","status":"passed","time":{"start":1724887032412,"stop":1724887032412,"duration":0}},{"uid":"b655cd659a012820","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b655cd659a012820","status":"passed","time":{"start":1724886822825,"stop":1724886822825,"duration":0}},{"uid":"33afb459ed14d59e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33afb459ed14d59e","status":"passed","time":{"start":1724862233515,"stop":1724862233515,"duration":0}},{"uid":"ca9a272805dfefd0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ca9a272805dfefd0","status":"passed","time":{"start":1724861712673,"stop":1724861712673,"duration":0}},{"uid":"cd602f1b83936d47","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cd602f1b83936d47","status":"passed","time":{"start":1724861567899,"stop":1724861567899,"duration":0}},{"uid":"74277ff9dc571834","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/74277ff9dc571834","status":"passed","time":{"start":1724861392057,"stop":1724861392057,"duration":0}}]},"c549862a445204e397ac6c0653b97214:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dde68ba93317ba1a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dde68ba93317ba1a","status":"passed","time":{"start":1724889935350,"stop":1724889935350,"duration":0}}]},"11838e32b68f5d09a2d6933d5675daf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c6ca0458e3dcc154","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c6ca0458e3dcc154","status":"passed","time":{"start":1724921602987,"stop":1724921602987,"duration":0}}]},"54fa788d0dc9941a7bf950a0255258b3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9f83b6018c835119","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9f83b6018c835119","status":"passed","time":{"start":1724921571110,"stop":1724921571111,"duration":1}}]},"2fd8257b08f2f44e89a4b5f82d227602:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96fd8c884387d2b9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/96fd8c884387d2b9","status":"passed","time":{"start":1724861655162,"stop":1724861655165,"duration":3}}]},"39935f8cc92b21d63da131179626efc1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d94461970d347993","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d94461970d347993","status":"passed","time":{"start":1724922374676,"stop":1724922374676,"duration":0}},{"uid":"ae9e573d039bc59","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ae9e573d039bc59","status":"passed","time":{"start":1724921037636,"stop":1724921037636,"duration":0}},{"uid":"6041f26c36bd2692","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6041f26c36bd2692","status":"passed","time":{"start":1724921013048,"stop":1724921013048,"duration":0}},{"uid":"9c2a15a3cb0188e1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9c2a15a3cb0188e1","status":"passed","time":{"start":1724917673292,"stop":1724917673292,"duration":0}},{"uid":"2c5772e97a98e4f4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c5772e97a98e4f4","status":"passed","time":{"start":1724889452310,"stop":1724889452311,"duration":1}},{"uid":"cd0007969e8b5889","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd0007969e8b5889","status":"passed","time":{"start":1724888602841,"stop":1724888602841,"duration":0}},{"uid":"4e9139db52a0952","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4e9139db52a0952","status":"passed","time":{"start":1724887759164,"stop":1724887759164,"duration":0}},{"uid":"3b2a6264881f15ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3b2a6264881f15ea","status":"passed","time":{"start":1724886525544,"stop":1724886525544,"duration":0}},{"uid":"a1a96bb99195e952","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a1a96bb99195e952","status":"passed","time":{"start":1724886303397,"stop":1724886303397,"duration":0}},{"uid":"64d12235f1be8358","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64d12235f1be8358","status":"passed","time":{"start":1724861752229,"stop":1724861752229,"duration":0}},{"uid":"8542d5e1ec78314d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8542d5e1ec78314d","status":"passed","time":{"start":1724861223355,"stop":1724861223355,"duration":0}},{"uid":"ff7728f3dff0846c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ff7728f3dff0846c","status":"passed","time":{"start":1724861045203,"stop":1724861045203,"duration":0}},{"uid":"707fe69646157ea8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/707fe69646157ea8","status":"passed","time":{"start":1724860907085,"stop":1724860907085,"duration":0}}]},"93fd1fc19aad7cfee6ac33a274ec5896:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5d4c1f97a6c7d141","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5d4c1f97a6c7d141","status":"passed","time":{"start":1724922950821,"stop":1724922950821,"duration":0}},{"uid":"f814c7ca9d9e100e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f814c7ca9d9e100e","status":"passed","time":{"start":1724921640399,"stop":1724921640399,"duration":0}},{"uid":"ab72d395178fe587","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ab72d395178fe587","status":"passed","time":{"start":1724921600407,"stop":1724921600407,"duration":0}},{"uid":"d87045b857c4baaf","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d87045b857c4baaf","status":"passed","time":{"start":1724918300922,"stop":1724918300922,"duration":0}},{"uid":"a93e579742313a44","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a93e579742313a44","status":"passed","time":{"start":1724890059284,"stop":1724890059284,"duration":0}},{"uid":"c639a12227a358e7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c639a12227a358e7","status":"passed","time":{"start":1724889188310,"stop":1724889188311,"duration":1}},{"uid":"bd2264038badaedd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bd2264038badaedd","status":"passed","time":{"start":1724888372739,"stop":1724888372739,"duration":0}},{"uid":"7b2c9a2838df9a3b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7b2c9a2838df9a3b","status":"passed","time":{"start":1724887135717,"stop":1724887135717,"duration":0}},{"uid":"9296fbf98a5d31b4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9296fbf98a5d31b4","status":"passed","time":{"start":1724886919662,"stop":1724886919663,"duration":1}},{"uid":"ce53c71d1f472e34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ce53c71d1f472e34","status":"passed","time":{"start":1724862341833,"stop":1724862341834,"duration":1}},{"uid":"4e9c5e20e99d8873","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4e9c5e20e99d8873","status":"passed","time":{"start":1724861815488,"stop":1724861815489,"duration":1}},{"uid":"c0c253ec1fca8b4e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0c253ec1fca8b4e","status":"passed","time":{"start":1724861669534,"stop":1724861669534,"duration":0}},{"uid":"5882801da0bfc7c8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5882801da0bfc7c8","status":"passed","time":{"start":1724861505411,"stop":1724861505413,"duration":2}}]},"7a25499947021fe72b4e615c0b81cee5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12933c998b4400c0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/12933c998b4400c0","status":"passed","time":{"start":1724887127875,"stop":1724887127876,"duration":1}}]},"5ee5799bb62f1f653b2079461fb32c6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2629926dded2e156","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2629926dded2e156","status":"passed","time":{"start":1724887115431,"stop":1724887115432,"duration":1}}]},"73db5461018f71f0936132f250deaf81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e94f85b7b85302eb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e94f85b7b85302eb","status":"passed","time":{"start":1724922921464,"stop":1724922921464,"duration":0}},{"uid":"be45cbc973c6f285","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/be45cbc973c6f285","status":"passed","time":{"start":1724921602955,"stop":1724921602955,"duration":0}},{"uid":"703eea69a7bf9460","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/703eea69a7bf9460","status":"passed","time":{"start":1724921571099,"stop":1724921571099,"duration":0}},{"uid":"d9caa7651c5e817f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d9caa7651c5e817f","status":"passed","time":{"start":1724918285592,"stop":1724918285595,"duration":3}},{"uid":"259c01e761968b6d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/259c01e761968b6d","status":"passed","time":{"start":1724890030092,"stop":1724890030092,"duration":0}},{"uid":"e204b78ec1e3e5db","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e204b78ec1e3e5db","status":"passed","time":{"start":1724889171911,"stop":1724889171911,"duration":0}},{"uid":"170513c7daebd3c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/170513c7daebd3c","status":"passed","time":{"start":1724888350724,"stop":1724888350725,"duration":1}},{"uid":"d170ce0fb97c2706","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d170ce0fb97c2706","status":"passed","time":{"start":1724887115410,"stop":1724887115411,"duration":1}},{"uid":"7ed88b6cdfde3c60","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7ed88b6cdfde3c60","status":"passed","time":{"start":1724886884578,"stop":1724886884578,"duration":0}},{"uid":"c276d1d299d71a6f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c276d1d299d71a6f","status":"passed","time":{"start":1724862322259,"stop":1724862322260,"duration":1}},{"uid":"189e13868551597","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/189e13868551597","status":"passed","time":{"start":1724861790753,"stop":1724861790753,"duration":0}},{"uid":"2a612666a6fdb2ac","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2a612666a6fdb2ac","status":"passed","time":{"start":1724861628422,"stop":1724861628423,"duration":1}},{"uid":"ea23fe7bc7a2ba87","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ea23fe7bc7a2ba87","status":"passed","time":{"start":1724861465627,"stop":1724861465627,"duration":0}}]},"da45aa812e9bb68ab683b8c43302829d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3fd5849990af6ea2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3fd5849990af6ea2","status":"passed","time":{"start":1724923012463,"stop":1724923012463,"duration":0}},{"uid":"4b2783d435d038b9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4b2783d435d038b9","status":"passed","time":{"start":1724921625049,"stop":1724921625050,"duration":1}},{"uid":"4261bc910154eab7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4261bc910154eab7","status":"passed","time":{"start":1724921590494,"stop":1724921590494,"duration":0}},{"uid":"c7268bef8f4eff5d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c7268bef8f4eff5d","status":"passed","time":{"start":1724918287564,"stop":1724918287564,"duration":0}},{"uid":"7e885959545b74b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e885959545b74b2","status":"passed","time":{"start":1724890047786,"stop":1724890047787,"duration":1}},{"uid":"74328fa93859b766","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/74328fa93859b766","status":"passed","time":{"start":1724889183919,"stop":1724889183919,"duration":0}},{"uid":"ec4aae4d965a148b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ec4aae4d965a148b","status":"passed","time":{"start":1724888354164,"stop":1724888354164,"duration":0}},{"uid":"ca0b79a8600fed29","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ca0b79a8600fed29","status":"passed","time":{"start":1724887145656,"stop":1724887145657,"duration":1}},{"uid":"20fcc4ef28d65d29","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/20fcc4ef28d65d29","status":"passed","time":{"start":1724886915785,"stop":1724886915786,"duration":1}},{"uid":"d4c74eed7fdb0ed7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d4c74eed7fdb0ed7","status":"passed","time":{"start":1724862341436,"stop":1724862341436,"duration":0}},{"uid":"401c14402aea1873","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/401c14402aea1873","status":"passed","time":{"start":1724861805441,"stop":1724861805441,"duration":0}},{"uid":"6e0ae598e2392f56","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6e0ae598e2392f56","status":"passed","time":{"start":1724861662255,"stop":1724861662255,"duration":0}},{"uid":"ea1b2a0516dae6f8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ea1b2a0516dae6f8","status":"passed","time":{"start":1724861492508,"stop":1724861492509,"duration":1}}]},"61f8a78015090c47c9c34b8d039622a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a5edb63e70770677","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a5edb63e70770677","status":"passed","time":{"start":1724922950819,"stop":1724922950820,"duration":1}},{"uid":"51cbccb89f3f23ba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/51cbccb89f3f23ba","status":"passed","time":{"start":1724921640397,"stop":1724921640398,"duration":1}},{"uid":"48b9b03be7f31394","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/48b9b03be7f31394","status":"passed","time":{"start":1724921600405,"stop":1724921600405,"duration":0}},{"uid":"de1f0bbbe04ac799","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/de1f0bbbe04ac799","status":"passed","time":{"start":1724918300919,"stop":1724918300919,"duration":0}},{"uid":"886e58a2e568d92d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/886e58a2e568d92d","status":"passed","time":{"start":1724890059266,"stop":1724890059274,"duration":8}},{"uid":"5b565e7ea1de511f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b565e7ea1de511f","status":"passed","time":{"start":1724889188309,"stop":1724889188310,"duration":1}},{"uid":"421d740e74d446aa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/421d740e74d446aa","status":"passed","time":{"start":1724888372737,"stop":1724888372738,"duration":1}},{"uid":"d3369074a99a0eb3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d3369074a99a0eb3","status":"passed","time":{"start":1724887135716,"stop":1724887135716,"duration":0}},{"uid":"6694f0d379cac22f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6694f0d379cac22f","status":"passed","time":{"start":1724886919653,"stop":1724886919657,"duration":4}},{"uid":"f5ae2c1aae21671","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f5ae2c1aae21671","status":"passed","time":{"start":1724862341831,"stop":1724862341832,"duration":1}},{"uid":"4fde8c30c643cca5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4fde8c30c643cca5","status":"passed","time":{"start":1724861815478,"stop":1724861815481,"duration":3}},{"uid":"8b395eef71375da2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8b395eef71375da2","status":"passed","time":{"start":1724861669532,"stop":1724861669532,"duration":0}},{"uid":"9a4b9fbafec2cd1f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9a4b9fbafec2cd1f","status":"passed","time":{"start":1724861505409,"stop":1724861505410,"duration":1}}]},"c4c2f3a727767e01e58006cc7cc326e6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6dcfaba8e17db108","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6dcfaba8e17db108","status":"passed","time":{"start":1724861655160,"stop":1724861655160,"duration":0}}]},"295c33f4143eb57c2fefa85314e3f4af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5807da6c2bb5a9dd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5807da6c2bb5a9dd","status":"passed","time":{"start":1724922845258,"stop":1724922845259,"duration":1}},{"uid":"1362e0f28d13ce9e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1362e0f28d13ce9e","status":"passed","time":{"start":1724921515238,"stop":1724921515239,"duration":1}},{"uid":"3e66481dbfb26dd9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3e66481dbfb26dd9","status":"passed","time":{"start":1724921475500,"stop":1724921475501,"duration":1}},{"uid":"bab1d5e76cb66513","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bab1d5e76cb66513","status":"passed","time":{"start":1724918179411,"stop":1724918179412,"duration":1}},{"uid":"28219109603b5c59","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/28219109603b5c59","status":"passed","time":{"start":1724889935349,"stop":1724889935350,"duration":1}},{"uid":"a79a8ff8c5663480","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a79a8ff8c5663480","status":"passed","time":{"start":1724889072765,"stop":1724889072765,"duration":0}},{"uid":"e2c3101b31d0463a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e2c3101b31d0463a","status":"passed","time":{"start":1724888232425,"stop":1724888232426,"duration":1}},{"uid":"5b383f1fac3be2a5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5b383f1fac3be2a5","status":"passed","time":{"start":1724887018312,"stop":1724887018313,"duration":1}},{"uid":"6ca2188e900eb7c8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6ca2188e900eb7c8","status":"passed","time":{"start":1724886781499,"stop":1724886781501,"duration":2}},{"uid":"be34ca3b47d0fe5d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/be34ca3b47d0fe5d","status":"passed","time":{"start":1724862213680,"stop":1724862213681,"duration":1}},{"uid":"8c5dba3819820af6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8c5dba3819820af6","status":"passed","time":{"start":1724861685876,"stop":1724861685876,"duration":0}},{"uid":"e30d259c98ff1bca","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e30d259c98ff1bca","status":"passed","time":{"start":1724861546201,"stop":1724861546201,"duration":0}},{"uid":"5cfe7396a4d0f0f3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5cfe7396a4d0f0f3","status":"passed","time":{"start":1724861378122,"stop":1724861378122,"duration":0}}]},"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"520aeb4087374750","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/520aeb4087374750","status":"passed","time":{"start":1724922983784,"stop":1724922983785,"duration":1}},{"uid":"b12f795247df9303","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b12f795247df9303","status":"passed","time":{"start":1724921656194,"stop":1724921656194,"duration":0}},{"uid":"804dcc78bd11424e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/804dcc78bd11424e","status":"passed","time":{"start":1724921620461,"stop":1724921620462,"duration":1}},{"uid":"545c04f8093f39b2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/545c04f8093f39b2","status":"passed","time":{"start":1724918327712,"stop":1724918327712,"duration":0}},{"uid":"f208affde8da2248","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f208affde8da2248","status":"passed","time":{"start":1724890078472,"stop":1724890078472,"duration":0}},{"uid":"5146c1b334ad188c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5146c1b334ad188c","status":"passed","time":{"start":1724889213833,"stop":1724889213834,"duration":1}},{"uid":"cfb84f3cccb09679","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cfb84f3cccb09679","status":"passed","time":{"start":1724888383603,"stop":1724888383609,"duration":6}},{"uid":"a033196873f21771","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a033196873f21771","status":"passed","time":{"start":1724887164580,"stop":1724887164580,"duration":0}},{"uid":"b76f7312fc6e4f40","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b76f7312fc6e4f40","status":"passed","time":{"start":1724886943103,"stop":1724886943104,"duration":1}},{"uid":"7aeeb044fd2e8548","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7aeeb044fd2e8548","status":"passed","time":{"start":1724862368931,"stop":1724862368931,"duration":0}},{"uid":"8edc9dd2657ac6d9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8edc9dd2657ac6d9","status":"passed","time":{"start":1724861835948,"stop":1724861835948,"duration":0}},{"uid":"19a3e1b28766b04e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/19a3e1b28766b04e","status":"passed","time":{"start":1724861692904,"stop":1724861692905,"duration":1}},{"uid":"2c2a8af891bcdf5a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2c2a8af891bcdf5a","status":"passed","time":{"start":1724861520701,"stop":1724861520702,"duration":1}}]},"a6b3b232e8bb7273a94c2d49013fe9d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"91c30c8730a54146","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/91c30c8730a54146","status":"passed","time":{"start":1724922611436,"stop":1724922611436,"duration":0}},{"uid":"ebeb3c6f75b29817","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ebeb3c6f75b29817","status":"passed","time":{"start":1724921270358,"stop":1724921270358,"duration":0}},{"uid":"308fa832dd039218","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/308fa832dd039218","status":"passed","time":{"start":1724921247818,"stop":1724921247818,"duration":0}},{"uid":"2980986e270c52f9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2980986e270c52f9","status":"passed","time":{"start":1724917989819,"stop":1724917989820,"duration":1}},{"uid":"4f3043f61e0f4e6f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f3043f61e0f4e6f","status":"passed","time":{"start":1724889678551,"stop":1724889678552,"duration":1}},{"uid":"588a78e69e5d6820","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/588a78e69e5d6820","status":"passed","time":{"start":1724888829844,"stop":1724888829844,"duration":0}},{"uid":"32abd5495fd37b8e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/32abd5495fd37b8e","status":"passed","time":{"start":1724888077011,"stop":1724888077011,"duration":0}},{"uid":"a4798853813b9552","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a4798853813b9552","status":"passed","time":{"start":1724886851126,"stop":1724886851126,"duration":0}},{"uid":"5e4372a2915febf3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5e4372a2915febf3","status":"passed","time":{"start":1724886647112,"stop":1724886647112,"duration":0}},{"uid":"29c6105f1cdc2ffc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29c6105f1cdc2ffc","status":"passed","time":{"start":1724861992714,"stop":1724861992714,"duration":0}},{"uid":"6f9556c928761e41","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6f9556c928761e41","status":"passed","time":{"start":1724861469644,"stop":1724861469644,"duration":0}},{"uid":"a2a559c79de0410a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a2a559c79de0410a","status":"passed","time":{"start":1724861284858,"stop":1724861284858,"duration":0}},{"uid":"2a4b552e2b98715","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2a4b552e2b98715","status":"passed","time":{"start":1724861145806,"stop":1724861145808,"duration":2}}]},"8442d7292787653cb044f77959a4f807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"87df99aa2db91836","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/87df99aa2db91836","status":"passed","time":{"start":1724861800254,"stop":1724861800255,"duration":1}}]},"df075816d33d3c8af10d119247b68114:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5c0c55e9c7f627e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5c0c55e9c7f627e","status":"passed","time":{"start":1724923012476,"stop":1724923012476,"duration":0}},{"uid":"d0a175622800a5e1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d0a175622800a5e1","status":"passed","time":{"start":1724921625081,"stop":1724921625082,"duration":1}},{"uid":"3acd7aefe053dd5e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3acd7aefe053dd5e","status":"passed","time":{"start":1724921590506,"stop":1724921590506,"duration":0}},{"uid":"7e0fb7a7e1abcc74","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7e0fb7a7e1abcc74","status":"passed","time":{"start":1724918287573,"stop":1724918287573,"duration":0}},{"uid":"e91c018e9005d485","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e91c018e9005d485","status":"passed","time":{"start":1724890047798,"stop":1724890047798,"duration":0}},{"uid":"6cb3afe4922caff6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6cb3afe4922caff6","status":"passed","time":{"start":1724889183932,"stop":1724889183932,"duration":0}},{"uid":"2304966646095b6a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2304966646095b6a","status":"passed","time":{"start":1724888354179,"stop":1724888354179,"duration":0}},{"uid":"d550b8008e687b62","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d550b8008e687b62","status":"passed","time":{"start":1724887145705,"stop":1724887145705,"duration":0}},{"uid":"2c1a0de696d11636","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2c1a0de696d11636","status":"passed","time":{"start":1724886915795,"stop":1724886915795,"duration":0}},{"uid":"a3f6650465586f3b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3f6650465586f3b","status":"passed","time":{"start":1724862341460,"stop":1724862341460,"duration":0}},{"uid":"be8eac9040de3442","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/be8eac9040de3442","status":"passed","time":{"start":1724861805462,"stop":1724861805462,"duration":0}},{"uid":"2ebb2805d494ea8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2ebb2805d494ea8","status":"passed","time":{"start":1724861662296,"stop":1724861662297,"duration":1}},{"uid":"a6648d66a486c196","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a6648d66a486c196","status":"passed","time":{"start":1724861492524,"stop":1724861492524,"duration":0}}]},"74d1568f866528d0c27e3fa912bb92ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"caaf5c588309087c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/caaf5c588309087c","status":"passed","time":{"start":1724922853928,"stop":1724922853929,"duration":1}},{"uid":"701dec94e5f4718","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/701dec94e5f4718","status":"passed","time":{"start":1724921529592,"stop":1724921529592,"duration":0}},{"uid":"71612a1290d63f7b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/71612a1290d63f7b","status":"passed","time":{"start":1724921488885,"stop":1724921488885,"duration":0}},{"uid":"b3ee1ea89a6ad2eb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b3ee1ea89a6ad2eb","status":"passed","time":{"start":1724918203693,"stop":1724918203694,"duration":1}},{"uid":"6c702fc020c819ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c702fc020c819ae","status":"passed","time":{"start":1724889938367,"stop":1724889938367,"duration":0}},{"uid":"f233a0b0d9a48d38","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f233a0b0d9a48d38","status":"passed","time":{"start":1724889077071,"stop":1724889077073,"duration":2}},{"uid":"dc655b2e178bfcb5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dc655b2e178bfcb5","status":"passed","time":{"start":1724888268041,"stop":1724888268041,"duration":0}},{"uid":"bcb146551dc25247","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bcb146551dc25247","status":"passed","time":{"start":1724887032415,"stop":1724887032415,"duration":0}},{"uid":"f0991e1538c3a622","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f0991e1538c3a622","status":"passed","time":{"start":1724886822827,"stop":1724886822827,"duration":0}},{"uid":"28d7efb641c0956","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/28d7efb641c0956","status":"passed","time":{"start":1724862233517,"stop":1724862233518,"duration":1}},{"uid":"5facec38f2a9321e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5facec38f2a9321e","status":"passed","time":{"start":1724861712675,"stop":1724861712676,"duration":1}},{"uid":"f06317231ffceb67","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f06317231ffceb67","status":"passed","time":{"start":1724861567902,"stop":1724861567903,"duration":1}},{"uid":"a16b0ede663cf723","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a16b0ede663cf723","status":"passed","time":{"start":1724861392062,"stop":1724861392063,"duration":1}}]},"c1fc7bdf7b238be7723432bda0c44786:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8cf2c36d84c40fbb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8cf2c36d84c40fbb","status":"passed","time":{"start":1724890030104,"stop":1724890030105,"duration":1}}]},"f50c43dd196e1d87eae012a53fa986ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"59277760abc0022b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/59277760abc0022b","status":"passed","time":{"start":1724861800256,"stop":1724861800257,"duration":1}}]},"b4b061c1702e51d99292ff6cc4d68e5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ec04f7a61da5119","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ec04f7a61da5119","status":"passed","time":{"start":1724923012475,"stop":1724923012475,"duration":0}},{"uid":"ba99988ac84ac02f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ba99988ac84ac02f","status":"passed","time":{"start":1724921625081,"stop":1724921625081,"duration":0}},{"uid":"6bdf4470f3500535","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6bdf4470f3500535","status":"passed","time":{"start":1724921590505,"stop":1724921590505,"duration":0}},{"uid":"b5332c94c780be66","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b5332c94c780be66","status":"passed","time":{"start":1724918287572,"stop":1724918287572,"duration":0}},{"uid":"c34f2d3042498d4e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c34f2d3042498d4e","status":"passed","time":{"start":1724890047797,"stop":1724890047798,"duration":1}},{"uid":"306943cf33192c51","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/306943cf33192c51","status":"passed","time":{"start":1724889183931,"stop":1724889183931,"duration":0}},{"uid":"655657c2a63f118","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/655657c2a63f118","status":"passed","time":{"start":1724888354178,"stop":1724888354179,"duration":1}},{"uid":"524faba82dcc004d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/524faba82dcc004d","status":"passed","time":{"start":1724887145703,"stop":1724887145703,"duration":0}},{"uid":"b5c4b50416fca9e7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b5c4b50416fca9e7","status":"passed","time":{"start":1724886915794,"stop":1724886915794,"duration":0}},{"uid":"bce1234aa93f73b7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bce1234aa93f73b7","status":"passed","time":{"start":1724862341459,"stop":1724862341459,"duration":0}},{"uid":"61748de3f7a8e932","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/61748de3f7a8e932","status":"passed","time":{"start":1724861805460,"stop":1724861805461,"duration":1}},{"uid":"8704d54694394df2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8704d54694394df2","status":"passed","time":{"start":1724861662296,"stop":1724861662296,"duration":0}},{"uid":"129d39109aaaa528","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/129d39109aaaa528","status":"passed","time":{"start":1724861492523,"stop":1724861492523,"duration":0}}]},"facb714c9438193f9c8a2c8b122a8c03:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8735a1d647fef6bc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8735a1d647fef6bc","status":"passed","time":{"start":1724922388050,"stop":1724922388050,"duration":0}},{"uid":"31e7f36015be40b2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/31e7f36015be40b2","status":"passed","time":{"start":1724921051057,"stop":1724921051058,"duration":1}},{"uid":"2ad5d22a896d14b3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2ad5d22a896d14b3","status":"passed","time":{"start":1724921026363,"stop":1724921026363,"duration":0}},{"uid":"72a6336c03a6924a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/72a6336c03a6924a","status":"passed","time":{"start":1724917686541,"stop":1724917686542,"duration":1}},{"uid":"c7e232964164952a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c7e232964164952a","status":"passed","time":{"start":1724889465472,"stop":1724889465472,"duration":0}},{"uid":"a42a3e22e5825c27","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a42a3e22e5825c27","status":"passed","time":{"start":1724888616213,"stop":1724888616213,"duration":0}},{"uid":"cc1b2f1989d93365","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc1b2f1989d93365","status":"passed","time":{"start":1724887772450,"stop":1724887772450,"duration":0}},{"uid":"db07649e52184b80","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/db07649e52184b80","status":"passed","time":{"start":1724886538861,"stop":1724886538861,"duration":0}},{"uid":"cdecb1d6e568e52c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cdecb1d6e568e52c","status":"passed","time":{"start":1724886316628,"stop":1724886316628,"duration":0}},{"uid":"400d75c057946ecf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/400d75c057946ecf","status":"passed","time":{"start":1724861765764,"stop":1724861765764,"duration":0}},{"uid":"8655f7143f2f1b0c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8655f7143f2f1b0c","status":"passed","time":{"start":1724861236574,"stop":1724861236574,"duration":0}},{"uid":"7222e33da1c6ddc5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7222e33da1c6ddc5","status":"passed","time":{"start":1724861059472,"stop":1724861059472,"duration":0}},{"uid":"a85db2061a6c6f72","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a85db2061a6c6f72","status":"passed","time":{"start":1724860920727,"stop":1724860920728,"duration":1}}]},"97f5565a7d35087c7dcf297e16c16d79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dc4621893ad20a80","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dc4621893ad20a80","status":"passed","time":{"start":1724886906386,"stop":1724886906386,"duration":0}}]},"fc1a96b9a56f0f5cb56c579f4a0fae25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"416608463c7bd228","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/416608463c7bd228","status":"passed","time":{"start":1724922853909,"stop":1724922853910,"duration":1}},{"uid":"7389501880c773fd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7389501880c773fd","status":"passed","time":{"start":1724921529571,"stop":1724921529572,"duration":1}},{"uid":"b14ab66abfa4a687","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b14ab66abfa4a687","status":"passed","time":{"start":1724921488873,"stop":1724921488873,"duration":0}},{"uid":"205c6307da0946ce","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/205c6307da0946ce","status":"passed","time":{"start":1724918203669,"stop":1724918203669,"duration":0}},{"uid":"b9dc38eb36e19d9b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b9dc38eb36e19d9b","status":"passed","time":{"start":1724889938352,"stop":1724889938353,"duration":1}},{"uid":"c97157ccc2006142","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c97157ccc2006142","status":"passed","time":{"start":1724889077032,"stop":1724889077032,"duration":0}},{"uid":"1637c7e9b3cbd78f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1637c7e9b3cbd78f","status":"passed","time":{"start":1724888268007,"stop":1724888268007,"duration":0}},{"uid":"da471ecb15eb25b6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/da471ecb15eb25b6","status":"passed","time":{"start":1724887032389,"stop":1724887032390,"duration":1}},{"uid":"f003ad6856d931be","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f003ad6856d931be","status":"passed","time":{"start":1724886822786,"stop":1724886822786,"duration":0}},{"uid":"8e03a10e246a3535","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e03a10e246a3535","status":"passed","time":{"start":1724862233503,"stop":1724862233504,"duration":1}},{"uid":"89e1e35fdf032e54","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/89e1e35fdf032e54","status":"passed","time":{"start":1724861712664,"stop":1724861712664,"duration":0}},{"uid":"9ee5d213b591ab08","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9ee5d213b591ab08","status":"passed","time":{"start":1724861567881,"stop":1724861567882,"duration":1}},{"uid":"172b0798e12ab3b5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/172b0798e12ab3b5","status":"passed","time":{"start":1724861392039,"stop":1724861392039,"duration":0}}]},"c39a17c8e1de51d8fc032d1f93e25cdf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"94a08c2c9e4018a6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/94a08c2c9e4018a6","status":"passed","time":{"start":1724861637973,"stop":1724861637973,"duration":0}}]},"d8d8bdae08fac3c9880a003f650f57ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6e5ac197c86d3259","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6e5ac197c86d3259","status":"passed","time":{"start":1724922921445,"stop":1724922921446,"duration":1}},{"uid":"f7e07250e89d2faf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f7e07250e89d2faf","status":"passed","time":{"start":1724921602945,"stop":1724921602945,"duration":0}},{"uid":"eb6bb9d8c948de","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/eb6bb9d8c948de","status":"passed","time":{"start":1724921571094,"stop":1724921571095,"duration":1}},{"uid":"52d712c4b2ac68e4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/52d712c4b2ac68e4","status":"passed","time":{"start":1724918285584,"stop":1724918285585,"duration":1}},{"uid":"c8b402deafede2f2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c8b402deafede2f2","status":"passed","time":{"start":1724890030088,"stop":1724890030088,"duration":0}},{"uid":"5495c856230cb20e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5495c856230cb20e","status":"passed","time":{"start":1724889171906,"stop":1724889171906,"duration":0}},{"uid":"ff921a0b9f12afba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ff921a0b9f12afba","status":"passed","time":{"start":1724888350719,"stop":1724888350719,"duration":0}},{"uid":"d35ab866620022dd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d35ab866620022dd","status":"passed","time":{"start":1724887115404,"stop":1724887115404,"duration":0}},{"uid":"838570633df114dd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/838570633df114dd","status":"passed","time":{"start":1724886884569,"stop":1724886884569,"duration":0}},{"uid":"fc9f8d877b85ee6f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc9f8d877b85ee6f","status":"passed","time":{"start":1724862322246,"stop":1724862322246,"duration":0}},{"uid":"df99ceeec7c420cd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/df99ceeec7c420cd","status":"passed","time":{"start":1724861790749,"stop":1724861790749,"duration":0}},{"uid":"d16336252fffec1d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d16336252fffec1d","status":"passed","time":{"start":1724861628418,"stop":1724861628418,"duration":0}},{"uid":"f0adf122502cb0e5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f0adf122502cb0e5","status":"passed","time":{"start":1724861465622,"stop":1724861465622,"duration":0}}]},"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"833e3092d8c0f269","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/833e3092d8c0f269","status":"passed","time":{"start":1724922383082,"stop":1724922383082,"duration":0}},{"uid":"fccd62677c31b05b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fccd62677c31b05b","status":"passed","time":{"start":1724921046199,"stop":1724921046199,"duration":0}},{"uid":"fab998e20e5efca","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fab998e20e5efca","status":"passed","time":{"start":1724921021469,"stop":1724921021470,"duration":1}},{"uid":"90e8d30538f72473","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/90e8d30538f72473","status":"passed","time":{"start":1724917681718,"stop":1724917681718,"duration":0}},{"uid":"fe377e7bdec7e804","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe377e7bdec7e804","status":"passed","time":{"start":1724889460647,"stop":1724889460647,"duration":0}},{"uid":"32875f22e8cb1c85","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/32875f22e8cb1c85","status":"passed","time":{"start":1724888611290,"stop":1724888611290,"duration":0}},{"uid":"79a73c7925b41c1a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/79a73c7925b41c1a","status":"passed","time":{"start":1724887767615,"stop":1724887767615,"duration":0}},{"uid":"37817137a7662137","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/37817137a7662137","status":"passed","time":{"start":1724886533985,"stop":1724886533985,"duration":0}},{"uid":"be4f90e751af8ea8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/be4f90e751af8ea8","status":"passed","time":{"start":1724886311752,"stop":1724886311753,"duration":1}},{"uid":"73f3731eb76befa9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/73f3731eb76befa9","status":"passed","time":{"start":1724861760768,"stop":1724861760769,"duration":1}},{"uid":"86aeb6a22637d0af","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/86aeb6a22637d0af","status":"passed","time":{"start":1724861231728,"stop":1724861231729,"duration":1}},{"uid":"52eec4e84fc2ef22","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/52eec4e84fc2ef22","status":"passed","time":{"start":1724861054250,"stop":1724861054250,"duration":0}},{"uid":"e966fac914e0a874","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e966fac914e0a874","status":"passed","time":{"start":1724860915808,"stop":1724860915808,"duration":0}}]},"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"849c19cd687f1cb2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/849c19cd687f1cb2","status":"passed","time":{"start":1724922383078,"stop":1724922383079,"duration":1}},{"uid":"7c340300340dcc4e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7c340300340dcc4e","status":"passed","time":{"start":1724921046195,"stop":1724921046195,"duration":0}},{"uid":"46e9310cb225274b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/46e9310cb225274b","status":"passed","time":{"start":1724921021465,"stop":1724921021466,"duration":1}},{"uid":"c497ada1c453a5c5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c497ada1c453a5c5","status":"passed","time":{"start":1724917681713,"stop":1724917681713,"duration":0}},{"uid":"ee3963d6aa10c31b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ee3963d6aa10c31b","status":"passed","time":{"start":1724889460642,"stop":1724889460642,"duration":0}},{"uid":"584f85004544aad5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/584f85004544aad5","status":"passed","time":{"start":1724888611286,"stop":1724888611286,"duration":0}},{"uid":"dcb2e63ffe99272e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dcb2e63ffe99272e","status":"passed","time":{"start":1724887767610,"stop":1724887767611,"duration":1}},{"uid":"ee1936c8ba5bf157","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ee1936c8ba5bf157","status":"passed","time":{"start":1724886533980,"stop":1724886533981,"duration":1}},{"uid":"426836af3dd63662","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/426836af3dd63662","status":"passed","time":{"start":1724886311748,"stop":1724886311749,"duration":1}},{"uid":"b1e6c8ec661851b4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1e6c8ec661851b4","status":"passed","time":{"start":1724861760765,"stop":1724861760765,"duration":0}},{"uid":"4768d7e3c2f2d189","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4768d7e3c2f2d189","status":"passed","time":{"start":1724861231725,"stop":1724861231725,"duration":0}},{"uid":"db39f971d8b55022","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/db39f971d8b55022","status":"passed","time":{"start":1724861054245,"stop":1724861054245,"duration":0}},{"uid":"216d05d084a31bfd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/216d05d084a31bfd","status":"passed","time":{"start":1724860915804,"stop":1724860915805,"duration":1}}]},"651a7d6580e58dd0abdab2641671b590:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4aa3ba731570c3ee","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4aa3ba731570c3ee","status":"passed","time":{"start":1724918179400,"stop":1724918179400,"duration":0}}]},"0539101f890c85d58b06a3799b6bfe7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"60aac3e245ba2bcc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/60aac3e245ba2bcc","status":"passed","time":{"start":1724922862334,"stop":1724922862334,"duration":0}},{"uid":"74dd3ee92a40c8e6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/74dd3ee92a40c8e6","status":"passed","time":{"start":1724921540108,"stop":1724921540108,"duration":0}},{"uid":"3ef7c1677b4daf52","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3ef7c1677b4daf52","status":"passed","time":{"start":1724921503540,"stop":1724921503540,"duration":0}},{"uid":"f1009933d55e41ea","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f1009933d55e41ea","status":"passed","time":{"start":1724918214357,"stop":1724918214357,"duration":0}},{"uid":"c709de9d174f98ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c709de9d174f98ee","status":"passed","time":{"start":1724889952444,"stop":1724889952444,"duration":0}},{"uid":"c6c0a93f8de1d397","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c6c0a93f8de1d397","status":"passed","time":{"start":1724889087468,"stop":1724889087468,"duration":0}},{"uid":"a1567fbd108a01b9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a1567fbd108a01b9","status":"passed","time":{"start":1724888266429,"stop":1724888266430,"duration":1}},{"uid":"8cb7b180899f5522","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8cb7b180899f5522","status":"passed","time":{"start":1724887042931,"stop":1724887042931,"duration":0}},{"uid":"6d9762f8d7e48a0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6d9762f8d7e48a0","status":"passed","time":{"start":1724886820798,"stop":1724886820799,"duration":1}},{"uid":"7e016573d18618d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e016573d18618d8","status":"passed","time":{"start":1724862245490,"stop":1724862245490,"duration":0}},{"uid":"cf914b67a5784ed3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cf914b67a5784ed3","status":"passed","time":{"start":1724861720396,"stop":1724861720399,"duration":3}},{"uid":"2684e6d277a82984","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2684e6d277a82984","status":"passed","time":{"start":1724861579388,"stop":1724861579388,"duration":0}},{"uid":"4130264e351adce5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4130264e351adce5","status":"passed","time":{"start":1724861402507,"stop":1724861402507,"duration":0}}]},"4a7092f12a328d03928646af1aa4bb9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a415b581fcc6cc0c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a415b581fcc6cc0c","status":"passed","time":{"start":1724922950823,"stop":1724922950824,"duration":1}},{"uid":"3a6fb2b9219e3ece","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3a6fb2b9219e3ece","status":"passed","time":{"start":1724921640401,"stop":1724921640402,"duration":1}},{"uid":"60812f48ab707521","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/60812f48ab707521","status":"passed","time":{"start":1724921600424,"stop":1724921600424,"duration":0}},{"uid":"2558b1540141f999","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2558b1540141f999","status":"passed","time":{"start":1724918300931,"stop":1724918300931,"duration":0}},{"uid":"5b142b4dd2c76f76","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b142b4dd2c76f76","status":"passed","time":{"start":1724890059294,"stop":1724890059296,"duration":2}},{"uid":"f113a10eeb5a957b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f113a10eeb5a957b","status":"passed","time":{"start":1724889188323,"stop":1724889188325,"duration":2}},{"uid":"820b104c93d6d1a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/820b104c93d6d1a2","status":"passed","time":{"start":1724888372742,"stop":1724888372742,"duration":0}},{"uid":"f9c9b9b184c4dffd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f9c9b9b184c4dffd","status":"passed","time":{"start":1724887135722,"stop":1724887135722,"duration":0}},{"uid":"4c3d552a83b0730a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4c3d552a83b0730a","status":"passed","time":{"start":1724886919687,"stop":1724886919688,"duration":1}},{"uid":"64190813c0de6383","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64190813c0de6383","status":"passed","time":{"start":1724862341836,"stop":1724862341836,"duration":0}},{"uid":"25f4d664c03fa4b5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/25f4d664c03fa4b5","status":"passed","time":{"start":1724861815493,"stop":1724861815493,"duration":0}},{"uid":"ea83a127af235b48","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ea83a127af235b48","status":"passed","time":{"start":1724861669537,"stop":1724861669537,"duration":0}},{"uid":"24865827aaa89c7a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/24865827aaa89c7a","status":"passed","time":{"start":1724861505424,"stop":1724861505424,"duration":0}}]},"ac18ff4b30eef4cdd834dfe0e09cd94b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c7088876be831e9f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c7088876be831e9f","status":"passed","time":{"start":1724921515248,"stop":1724921515248,"duration":0}}]},"53d446f8e6eb27cba3e7006781b90907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"81a950cb6cd7a8f7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/81a950cb6cd7a8f7","status":"passed","time":{"start":1724887115432,"stop":1724887115434,"duration":2}}]},"76eb06a4a37982ef1a6b79bb45485c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ff259dd22aaeb3a3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ff259dd22aaeb3a3","status":"passed","time":{"start":1724922398404,"stop":1724922398404,"duration":0}},{"uid":"16f83c7f94184a33","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/16f83c7f94184a33","status":"passed","time":{"start":1724921061371,"stop":1724921061371,"duration":0}},{"uid":"d1836ded4fc4b37f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d1836ded4fc4b37f","status":"passed","time":{"start":1724921036549,"stop":1724921036549,"duration":0}},{"uid":"c1b519c5af8218c8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c1b519c5af8218c8","status":"passed","time":{"start":1724917696992,"stop":1724917696993,"duration":1}},{"uid":"423b1084c74f9a12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/423b1084c74f9a12","status":"passed","time":{"start":1724889475436,"stop":1724889475436,"duration":0}},{"uid":"1e45b34a08230a2e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1e45b34a08230a2e","status":"passed","time":{"start":1724888626530,"stop":1724888626530,"duration":0}},{"uid":"bdadd06c04c7301","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bdadd06c04c7301","status":"passed","time":{"start":1724887782738,"stop":1724887782739,"duration":1}},{"uid":"c0b8097eb3e57ac9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c0b8097eb3e57ac9","status":"passed","time":{"start":1724886549350,"stop":1724886549351,"duration":1}},{"uid":"310f32758d851465","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/310f32758d851465","status":"passed","time":{"start":1724886326871,"stop":1724886326871,"duration":0}},{"uid":"c3ca7941f539e98","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c3ca7941f539e98","status":"passed","time":{"start":1724861776301,"stop":1724861776302,"duration":1}},{"uid":"28d37f415c55289","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/28d37f415c55289","status":"passed","time":{"start":1724861246683,"stop":1724861246684,"duration":1}},{"uid":"4b06c4045770d185","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4b06c4045770d185","status":"passed","time":{"start":1724861070666,"stop":1724861070666,"duration":0}},{"uid":"a071e82ad59dc005","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a071e82ad59dc005","status":"passed","time":{"start":1724860931330,"stop":1724860931331,"duration":1}}]},"a67fa047ca3b21342fee2ad0da14b0cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1e930c815c970ea9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1e930c815c970ea9","status":"passed","time":{"start":1724921556060,"stop":1724921556061,"duration":1}}]},"7320ebaf2ea114d869ff8a2f6f4b740e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"415aeb1111d014dd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/415aeb1111d014dd","status":"passed","time":{"start":1724922382330,"stop":1724922382330,"duration":0}},{"uid":"94d7d0265deef02e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/94d7d0265deef02e","status":"passed","time":{"start":1724921045534,"stop":1724921045535,"duration":1}},{"uid":"72e9de6af143a513","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/72e9de6af143a513","status":"passed","time":{"start":1724921020728,"stop":1724921020728,"duration":0}},{"uid":"448051b79b6ad1b5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/448051b79b6ad1b5","status":"passed","time":{"start":1724917681057,"stop":1724917681058,"duration":1}},{"uid":"91581e8ba68bfd8e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91581e8ba68bfd8e","status":"passed","time":{"start":1724889459946,"stop":1724889459952,"duration":6}},{"uid":"a442ec057ab8f984","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a442ec057ab8f984","status":"passed","time":{"start":1724888610539,"stop":1724888610540,"duration":1}},{"uid":"8dae1a9222cd2177","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8dae1a9222cd2177","status":"passed","time":{"start":1724887766850,"stop":1724887766850,"duration":0}},{"uid":"df870cc7fa6dc738","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/df870cc7fa6dc738","status":"passed","time":{"start":1724886533245,"stop":1724886533245,"duration":0}},{"uid":"bbd3fda30866d7ef","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bbd3fda30866d7ef","status":"passed","time":{"start":1724886311092,"stop":1724886311093,"duration":1}},{"uid":"c918dbe30b611d00","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c918dbe30b611d00","status":"passed","time":{"start":1724861760051,"stop":1724861760051,"duration":0}},{"uid":"7d7240689dd05893","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7d7240689dd05893","status":"passed","time":{"start":1724861230832,"stop":1724861230834,"duration":2}},{"uid":"f1fedf054243ea6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f1fedf054243ea6","status":"passed","time":{"start":1724861053406,"stop":1724861053407,"duration":1}},{"uid":"b6a56315b99fad96","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b6a56315b99fad96","status":"passed","time":{"start":1724860914746,"stop":1724860914747,"duration":1}}]},"84e3f6dcc78665f6acbc58f86ad03f54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"28006613a6d39f0b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/28006613a6d39f0b","status":"passed","time":{"start":1724923012462,"stop":1724923012462,"duration":0}},{"uid":"5507f91b52ba9e50","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5507f91b52ba9e50","status":"passed","time":{"start":1724921625046,"stop":1724921625047,"duration":1}},{"uid":"12f457564aedc1d6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/12f457564aedc1d6","status":"passed","time":{"start":1724921590487,"stop":1724921590492,"duration":5}},{"uid":"1b88f2f935436ee4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1b88f2f935436ee4","status":"passed","time":{"start":1724918287563,"stop":1724918287563,"duration":0}},{"uid":"e9098bf41a9c0b9a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e9098bf41a9c0b9a","status":"passed","time":{"start":1724890047785,"stop":1724890047785,"duration":0}},{"uid":"18d58bf8f8d2bf47","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/18d58bf8f8d2bf47","status":"passed","time":{"start":1724889183918,"stop":1724889183918,"duration":0}},{"uid":"f1025200a31dfdba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f1025200a31dfdba","status":"passed","time":{"start":1724888354162,"stop":1724888354163,"duration":1}},{"uid":"73f3e1229fefdac0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/73f3e1229fefdac0","status":"passed","time":{"start":1724887145655,"stop":1724887145655,"duration":0}},{"uid":"34a275d18e9013ba","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/34a275d18e9013ba","status":"passed","time":{"start":1724886915784,"stop":1724886915785,"duration":1}},{"uid":"72cbb586a4af45a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72cbb586a4af45a1","status":"passed","time":{"start":1724862341435,"stop":1724862341435,"duration":0}},{"uid":"b4089b76657795a5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b4089b76657795a5","status":"passed","time":{"start":1724861805439,"stop":1724861805440,"duration":1}},{"uid":"5bcad77364fe9bed","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5bcad77364fe9bed","status":"passed","time":{"start":1724861662253,"stop":1724861662253,"duration":0}},{"uid":"16e5534fb8101d84","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/16e5534fb8101d84","status":"passed","time":{"start":1724861492506,"stop":1724861492506,"duration":0}}]},"03ca5e8e0bba9bc5818358b409b74807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2d450cdc4e83bcf9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2d450cdc4e83bcf9","status":"passed","time":{"start":1724923012480,"stop":1724923012480,"duration":0}},{"uid":"d249d79efd8490d6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d249d79efd8490d6","status":"passed","time":{"start":1724921625085,"stop":1724921625090,"duration":5}},{"uid":"8be700a7d7bc9ee","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8be700a7d7bc9ee","status":"passed","time":{"start":1724921590510,"stop":1724921590510,"duration":0}},{"uid":"a81a36896abfc0b8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a81a36896abfc0b8","status":"passed","time":{"start":1724918287576,"stop":1724918287576,"duration":0}},{"uid":"205dac4a4f6e9354","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/205dac4a4f6e9354","status":"passed","time":{"start":1724890047802,"stop":1724890047802,"duration":0}},{"uid":"14a4b30e88344ab1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14a4b30e88344ab1","status":"passed","time":{"start":1724889183944,"stop":1724889183946,"duration":2}},{"uid":"e802cf75e96930b7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e802cf75e96930b7","status":"passed","time":{"start":1724888354183,"stop":1724888354185,"duration":2}},{"uid":"e245b4315bf6736","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e245b4315bf6736","status":"passed","time":{"start":1724887145722,"stop":1724887145722,"duration":0}},{"uid":"8fa1aa9dd3754601","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8fa1aa9dd3754601","status":"passed","time":{"start":1724886915805,"stop":1724886915805,"duration":0}},{"uid":"443e18d679274410","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/443e18d679274410","status":"passed","time":{"start":1724862341465,"stop":1724862341465,"duration":0}},{"uid":"bf9d5343a9ae87c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bf9d5343a9ae87c","status":"passed","time":{"start":1724861805469,"stop":1724861805470,"duration":1}},{"uid":"5c59fca20e3056df","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5c59fca20e3056df","status":"passed","time":{"start":1724861662299,"stop":1724861662300,"duration":1}},{"uid":"cae0e9fc61f67c33","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cae0e9fc61f67c33","status":"passed","time":{"start":1724861492526,"stop":1724861492527,"duration":1}}]},"97349d040397fa5c6f0b0f5f59281a9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"14c8a1d3ace1612b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/14c8a1d3ace1612b","status":"passed","time":{"start":1724922398404,"stop":1724922398405,"duration":1}},{"uid":"b38193daee49975","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b38193daee49975","status":"passed","time":{"start":1724921061372,"stop":1724921061372,"duration":0}},{"uid":"8dfa5be78640309","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8dfa5be78640309","status":"passed","time":{"start":1724921036552,"stop":1724921036553,"duration":1}},{"uid":"ea44d88823cdb50c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ea44d88823cdb50c","status":"passed","time":{"start":1724917696994,"stop":1724917696994,"duration":0}},{"uid":"38501794b13cb4c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/38501794b13cb4c9","status":"passed","time":{"start":1724889475437,"stop":1724889475438,"duration":1}},{"uid":"6b95444744206768","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b95444744206768","status":"passed","time":{"start":1724888626531,"stop":1724888626531,"duration":0}},{"uid":"6d5d1a075a6372cf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6d5d1a075a6372cf","status":"passed","time":{"start":1724887782739,"stop":1724887782740,"duration":1}},{"uid":"c523f7a33014de06","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c523f7a33014de06","status":"passed","time":{"start":1724886549351,"stop":1724886549352,"duration":1}},{"uid":"e3c64c62cf5336e3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e3c64c62cf5336e3","status":"passed","time":{"start":1724886326872,"stop":1724886326873,"duration":1}},{"uid":"ce15f93ea27ee657","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ce15f93ea27ee657","status":"passed","time":{"start":1724861776302,"stop":1724861776303,"duration":1}},{"uid":"77ec377002243db6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/77ec377002243db6","status":"passed","time":{"start":1724861246686,"stop":1724861246687,"duration":1}},{"uid":"70f16d1fe3aebd9e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/70f16d1fe3aebd9e","status":"passed","time":{"start":1724861070670,"stop":1724861070671,"duration":1}},{"uid":"952a432c8f08c055","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/952a432c8f08c055","status":"passed","time":{"start":1724860931331,"stop":1724860931332,"duration":1}}]},"cd86263eb3dc64cf5241e8c46ab7a5be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61c692b773fbd31d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/61c692b773fbd31d","status":"passed","time":{"start":1724889144086,"stop":1724889144086,"duration":0}}]},"80fcd294cdbc55624f253345e9927799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"64833a4eb66b6ccb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64833a4eb66b6ccb","status":"passed","time":{"start":1724862262051,"stop":1724862262051,"duration":0}}]},"7c0bec199199dddc54954f2d5e07b38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ddebfa69136924e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ddebfa69136924e","status":"passed","time":{"start":1724922891488,"stop":1724922891488,"duration":0}},{"uid":"37280898a2e22c7e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/37280898a2e22c7e","status":"passed","time":{"start":1724921563013,"stop":1724921563013,"duration":0}},{"uid":"a91b5383471d9ca3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a91b5383471d9ca3","status":"passed","time":{"start":1724921526812,"stop":1724921526812,"duration":0}},{"uid":"acb8b837720ca946","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/acb8b837720ca946","status":"passed","time":{"start":1724918239939,"stop":1724918239939,"duration":0}},{"uid":"8ba8737a495b4d59","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8ba8737a495b4d59","status":"passed","time":{"start":1724889980890,"stop":1724889980890,"duration":0}},{"uid":"c2c583041db75256","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2c583041db75256","status":"passed","time":{"start":1724889109959,"stop":1724889109961,"duration":2}},{"uid":"a0cd9b9a7f67bb8e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a0cd9b9a7f67bb8e","status":"passed","time":{"start":1724888294722,"stop":1724888294722,"duration":0}},{"uid":"f73505fe21f61913","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f73505fe21f61913","status":"passed","time":{"start":1724887071737,"stop":1724887071738,"duration":1}},{"uid":"e8e5028a47f2f67a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e8e5028a47f2f67a","status":"passed","time":{"start":1724886848345,"stop":1724886848345,"duration":0}},{"uid":"d91debe8ed2ae607","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d91debe8ed2ae607","status":"passed","time":{"start":1724862259246,"stop":1724862259246,"duration":0}},{"uid":"16143ed12ecc35d8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/16143ed12ecc35d8","status":"passed","time":{"start":1724861735325,"stop":1724861735325,"duration":0}},{"uid":"e9b51e2549b5b717","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e9b51e2549b5b717","status":"passed","time":{"start":1724861606343,"stop":1724861606343,"duration":0}},{"uid":"94146ab59ef91e8d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/94146ab59ef91e8d","status":"passed","time":{"start":1724861426686,"stop":1724861426686,"duration":0}}]},"7af5165d936f1c635b931897a808e8f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9a7aaf6e4b5470e1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9a7aaf6e4b5470e1","status":"passed","time":{"start":1724918203694,"stop":1724918203695,"duration":1}}]},"a8f2a8bdd2e50b273de7469fefb4ced2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"38092e9f15e48512","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/38092e9f15e48512","status":"passed","time":{"start":1724922601840,"stop":1724922601840,"duration":0}},{"uid":"3fdd119d70884757","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3fdd119d70884757","status":"passed","time":{"start":1724921267867,"stop":1724921267867,"duration":0}},{"uid":"a5999ec537e9e369","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a5999ec537e9e369","status":"passed","time":{"start":1724921244361,"stop":1724921244362,"duration":1}},{"uid":"a6c2f9abfbf4a8ff","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a6c2f9abfbf4a8ff","status":"passed","time":{"start":1724917916041,"stop":1724917916041,"duration":0}},{"uid":"1502b68055595e2d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1502b68055595e2d","status":"passed","time":{"start":1724889678252,"stop":1724889678253,"duration":1}},{"uid":"750fff2b6209d185","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/750fff2b6209d185","status":"passed","time":{"start":1724888831682,"stop":1724888831682,"duration":0}},{"uid":"1c0dfebc0db35e8f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1c0dfebc0db35e8f","status":"passed","time":{"start":1724888003318,"stop":1724888003318,"duration":0}},{"uid":"70ef176609ead227","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/70ef176609ead227","status":"passed","time":{"start":1724886776604,"stop":1724886776604,"duration":0}},{"uid":"b54651c56f256dca","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b54651c56f256dca","status":"passed","time":{"start":1724886555789,"stop":1724886555789,"duration":0}},{"uid":"de11e34dd9953988","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/de11e34dd9953988","status":"passed","time":{"start":1724861983004,"stop":1724861983004,"duration":0}},{"uid":"2bb52b4ada6c49ff","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2bb52b4ada6c49ff","status":"passed","time":{"start":1724861444064,"stop":1724861444064,"duration":0}},{"uid":"4badf08cb4a5331b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4badf08cb4a5331b","status":"passed","time":{"start":1724861285827,"stop":1724861285827,"duration":0}},{"uid":"e55798ea6cc81e21","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e55798ea6cc81e21","status":"passed","time":{"start":1724861145662,"stop":1724861145662,"duration":0}}]},"0793868392cc04f0aa5624e3c1d879fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21d6f46a56dab322","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/21d6f46a56dab322","status":"passed","time":{"start":1724886880629,"stop":1724886880629,"duration":0}}]},"5c7edf9a83c44b29c85fb5b368348f65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cc905bc1755d9aaa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc905bc1755d9aaa","status":"passed","time":{"start":1724888292545,"stop":1724888292545,"duration":0}}]},"d3c01df5744db08bfa1405bc083ff2d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9c5e338f300bc737","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9c5e338f300bc737","status":"passed","time":{"start":1724922906439,"stop":1724922906439,"duration":0}},{"uid":"19ef9604a1086272","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/19ef9604a1086272","status":"passed","time":{"start":1724921613048,"stop":1724921613048,"duration":0}},{"uid":"7c4c9a47841448ab","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7c4c9a47841448ab","status":"passed","time":{"start":1724921556043,"stop":1724921556044,"duration":1}},{"uid":"5fa3f1fe3f822b60","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5fa3f1fe3f822b60","status":"passed","time":{"start":1724918259538,"stop":1724918259538,"duration":0}},{"uid":"4a04f11d5ac4fc87","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a04f11d5ac4fc87","status":"passed","time":{"start":1724890032289,"stop":1724890032289,"duration":0}},{"uid":"dcfb51ffc91c2f4f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dcfb51ffc91c2f4f","status":"passed","time":{"start":1724889144081,"stop":1724889144082,"duration":1}},{"uid":"f3b2a7245d65c5ef","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f3b2a7245d65c5ef","status":"passed","time":{"start":1724888336457,"stop":1724888336458,"duration":1}},{"uid":"2ef840d8c3e21623","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2ef840d8c3e21623","status":"passed","time":{"start":1724887092625,"stop":1724887092626,"duration":1}},{"uid":"4851f6a91515c0c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4851f6a91515c0c","status":"passed","time":{"start":1724886880628,"stop":1724886880629,"duration":1}},{"uid":"b37c606948ec3f64","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b37c606948ec3f64","status":"passed","time":{"start":1724862298392,"stop":1724862298392,"duration":0}},{"uid":"a83d574b86fd1926","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a83d574b86fd1926","status":"passed","time":{"start":1724861770115,"stop":1724861770115,"duration":0}},{"uid":"20ecbf233375e421","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/20ecbf233375e421","status":"passed","time":{"start":1724861637970,"stop":1724861637970,"duration":0}},{"uid":"78ff3ccfb28e3667","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/78ff3ccfb28e3667","status":"passed","time":{"start":1724861475022,"stop":1724861475024,"duration":2}}]},"2581eb0bf7c0cd6be0d6b90518bf4329:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5c895b665200b9e5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5c895b665200b9e5","status":"passed","time":{"start":1724922536231,"stop":1724922536232,"duration":1}},{"uid":"65eff275352e9750","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/65eff275352e9750","status":"passed","time":{"start":1724921198885,"stop":1724921198885,"duration":0}},{"uid":"cf28f44f87aa38a4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cf28f44f87aa38a4","status":"passed","time":{"start":1724921172338,"stop":1724921172338,"duration":0}},{"uid":"1fd21480764fae98","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1fd21480764fae98","status":"passed","time":{"start":1724917841038,"stop":1724917841038,"duration":0}},{"uid":"d93f4ce993f9706e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d93f4ce993f9706e","status":"passed","time":{"start":1724889622281,"stop":1724889622281,"duration":0}},{"uid":"d8112062f1d0154e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d8112062f1d0154e","status":"passed","time":{"start":1724888769660,"stop":1724888769661,"duration":1}},{"uid":"53bc8b11cf13dbca","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/53bc8b11cf13dbca","status":"passed","time":{"start":1724887926165,"stop":1724887926167,"duration":2}},{"uid":"26d90efcd848d3c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/26d90efcd848d3c","status":"passed","time":{"start":1724886693076,"stop":1724886693077,"duration":1}},{"uid":"fff2b0c4139dbdae","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fff2b0c4139dbdae","status":"passed","time":{"start":1724886468826,"stop":1724886468834,"duration":8}},{"uid":"31acf522b3777f12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31acf522b3777f12","status":"passed","time":{"start":1724861918245,"stop":1724861918245,"duration":0}},{"uid":"791f0f282d545fd5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/791f0f282d545fd5","status":"passed","time":{"start":1724861388580,"stop":1724861388580,"duration":0}},{"uid":"894f30891fbaf1c2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/894f30891fbaf1c2","status":"passed","time":{"start":1724861221407,"stop":1724861221407,"duration":0}},{"uid":"d9fda5cf71fe5d2d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d9fda5cf71fe5d2d","status":"passed","time":{"start":1724861075800,"stop":1724861075800,"duration":0}}]},"5208aec32c9f104fd6394f04ab591519:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"980238336f0b5e4c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/980238336f0b5e4c","status":"passed","time":{"start":1724922966705,"stop":1724922966705,"duration":0}},{"uid":"37ad946f1220bc7d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/37ad946f1220bc7d","status":"passed","time":{"start":1724921640664,"stop":1724921640664,"duration":0}},{"uid":"dec4e3f713f1940d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dec4e3f713f1940d","status":"passed","time":{"start":1724921597597,"stop":1724921597597,"duration":0}},{"uid":"cb088ac7e9125f3e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cb088ac7e9125f3e","status":"passed","time":{"start":1724918306250,"stop":1724918306250,"duration":0}},{"uid":"3ec004e8272d2a0a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3ec004e8272d2a0a","status":"passed","time":{"start":1724890060301,"stop":1724890060301,"duration":0}},{"uid":"e5fa32c40d932914","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e5fa32c40d932914","status":"passed","time":{"start":1724889191329,"stop":1724889191329,"duration":0}},{"uid":"8aea20cd1786033b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8aea20cd1786033b","status":"passed","time":{"start":1724888368608,"stop":1724888368618,"duration":10}},{"uid":"3958e248b83c1171","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3958e248b83c1171","status":"passed","time":{"start":1724887150941,"stop":1724887150941,"duration":0}},{"uid":"b147754979eaf785","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b147754979eaf785","status":"passed","time":{"start":1724886928812,"stop":1724886928819,"duration":7}},{"uid":"591216e1f9808f46","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/591216e1f9808f46","status":"passed","time":{"start":1724862346044,"stop":1724862346045,"duration":1}},{"uid":"3755995d928f9f0c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3755995d928f9f0c","status":"passed","time":{"start":1724861823101,"stop":1724861823101,"duration":0}},{"uid":"d7905f347019e92","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d7905f347019e92","status":"passed","time":{"start":1724861677724,"stop":1724861677724,"duration":0}},{"uid":"d0da512a065ddd2d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d0da512a065ddd2d","status":"passed","time":{"start":1724861503963,"stop":1724861503964,"duration":1}}]},"7e2ac153ef7f966804ad61aaa2a688ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7cd53eb5fc55618d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7cd53eb5fc55618d","status":"passed","time":{"start":1724922408751,"stop":1724922408752,"duration":1}},{"uid":"b129131824274df8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b129131824274df8","status":"passed","time":{"start":1724921071991,"stop":1724921071992,"duration":1}},{"uid":"fb85ec3bdd9ccddd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fb85ec3bdd9ccddd","status":"passed","time":{"start":1724921046818,"stop":1724921046819,"duration":1}},{"uid":"d138ba7b8655afc6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d138ba7b8655afc6","status":"passed","time":{"start":1724917707018,"stop":1724917707020,"duration":2}},{"uid":"d021c9cbe3f50718","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d021c9cbe3f50718","status":"passed","time":{"start":1724889485856,"stop":1724889485857,"duration":1}},{"uid":"169fe7df14e1f741","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/169fe7df14e1f741","status":"passed","time":{"start":1724888636616,"stop":1724888636618,"duration":2}},{"uid":"cb6ddfc098f1eaa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cb6ddfc098f1eaa","status":"passed","time":{"start":1724887792852,"stop":1724887792853,"duration":1}},{"uid":"bfb2fc6e80defad5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bfb2fc6e80defad5","status":"passed","time":{"start":1724886559721,"stop":1724886559722,"duration":1}},{"uid":"db6286fc4640c3d5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/db6286fc4640c3d5","status":"passed","time":{"start":1724886337371,"stop":1724886337373,"duration":2}},{"uid":"24a728f5a148be13","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/24a728f5a148be13","status":"passed","time":{"start":1724861786725,"stop":1724861786727,"duration":2}},{"uid":"82e7b91a758fecd7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/82e7b91a758fecd7","status":"passed","time":{"start":1724861257209,"stop":1724861257210,"duration":1}},{"uid":"3d53a3d245fea169","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3d53a3d245fea169","status":"passed","time":{"start":1724861081078,"stop":1724861081080,"duration":2}},{"uid":"d61e0cdefd370","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d61e0cdefd370","status":"passed","time":{"start":1724860941727,"stop":1724860941729,"duration":2}}]},"4d56ffb3a9050f5b40c98d2eac693415:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a054204567ac3218","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a054204567ac3218","status":"passed","time":{"start":1724922374696,"stop":1724922374696,"duration":0}},{"uid":"662b430445e0dcdb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/662b430445e0dcdb","status":"passed","time":{"start":1724921037655,"stop":1724921037655,"duration":0}},{"uid":"a50b2a9da56ab086","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a50b2a9da56ab086","status":"passed","time":{"start":1724921013069,"stop":1724921013070,"duration":1}},{"uid":"582eb22469cc37cb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/582eb22469cc37cb","status":"passed","time":{"start":1724917673310,"stop":1724917673310,"duration":0}},{"uid":"1a8a75e2a00a5fb8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1a8a75e2a00a5fb8","status":"passed","time":{"start":1724889452329,"stop":1724889452330,"duration":1}},{"uid":"39c7cf8a15259dc4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/39c7cf8a15259dc4","status":"passed","time":{"start":1724888602862,"stop":1724888602862,"duration":0}},{"uid":"93df1883e4ca3491","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/93df1883e4ca3491","status":"passed","time":{"start":1724887759182,"stop":1724887759182,"duration":0}},{"uid":"895466f6bb381cac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/895466f6bb381cac","status":"passed","time":{"start":1724886525559,"stop":1724886525559,"duration":0}},{"uid":"e9fe670245ccda50","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e9fe670245ccda50","status":"passed","time":{"start":1724886303416,"stop":1724886303416,"duration":0}},{"uid":"2e4907bb47bcf216","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2e4907bb47bcf216","status":"passed","time":{"start":1724861752252,"stop":1724861752252,"duration":0}},{"uid":"3a33f9bce11bf6b1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3a33f9bce11bf6b1","status":"passed","time":{"start":1724861223372,"stop":1724861223373,"duration":1}},{"uid":"7f668438afd0b5cb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7f668438afd0b5cb","status":"passed","time":{"start":1724861045222,"stop":1724861045222,"duration":0}},{"uid":"ba24b999eccd3f07","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ba24b999eccd3f07","status":"passed","time":{"start":1724860907109,"stop":1724860907109,"duration":0}}]},"c0667d85f76d2b02d48166734d5e25c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"960255ab3051197","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/960255ab3051197","status":"passed","time":{"start":1724921556044,"stop":1724921556058,"duration":14}}]},"d49356753cb280834e8da245b234566a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8dde49f846c61e92","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8dde49f846c61e92","status":"passed","time":{"start":1724861546171,"stop":1724861546172,"duration":1}}]},"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a198dee6911b2261","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a198dee6911b2261","status":"passed","time":{"start":1724922891482,"stop":1724922891482,"duration":0}},{"uid":"1b5565ebb7b12e45","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1b5565ebb7b12e45","status":"passed","time":{"start":1724921563003,"stop":1724921563004,"duration":1}},{"uid":"a2f038a7c66ef914","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a2f038a7c66ef914","status":"passed","time":{"start":1724921526807,"stop":1724921526807,"duration":0}},{"uid":"48fa167413b1dbf8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/48fa167413b1dbf8","status":"passed","time":{"start":1724918239926,"stop":1724918239926,"duration":0}},{"uid":"d781ca2621088f1c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d781ca2621088f1c","status":"passed","time":{"start":1724889980878,"stop":1724889980878,"duration":0}},{"uid":"c8580074c1780b00","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c8580074c1780b00","status":"passed","time":{"start":1724889109944,"stop":1724889109945,"duration":1}},{"uid":"e26b04ab88f4fe9c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e26b04ab88f4fe9c","status":"passed","time":{"start":1724888294717,"stop":1724888294717,"duration":0}},{"uid":"fe94ac10233a68f5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fe94ac10233a68f5","status":"passed","time":{"start":1724887071731,"stop":1724887071731,"duration":0}},{"uid":"9d23919da1e63331","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9d23919da1e63331","status":"passed","time":{"start":1724886848338,"stop":1724886848338,"duration":0}},{"uid":"7c951f6b060b201a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7c951f6b060b201a","status":"passed","time":{"start":1724862259239,"stop":1724862259240,"duration":1}},{"uid":"cbeef24f4c7f60ae","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cbeef24f4c7f60ae","status":"passed","time":{"start":1724861735320,"stop":1724861735320,"duration":0}},{"uid":"a2d138d9fccbf82d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a2d138d9fccbf82d","status":"passed","time":{"start":1724861606333,"stop":1724861606333,"duration":0}},{"uid":"d135ab3f0cc1e814","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d135ab3f0cc1e814","status":"passed","time":{"start":1724861426678,"stop":1724861426679,"duration":1}}]},"8e2e57ef928f2d500901bd34cc9320ff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c979c5bd8a182114","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c979c5bd8a182114","status":"passed","time":{"start":1724922887530,"stop":1724922887531,"duration":1}}]},"03cd704822bb75f984d84db407f159eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c9d0172847edd4a1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c9d0172847edd4a1","status":"passed","time":{"start":1724922611430,"stop":1724922611430,"duration":0}},{"uid":"b8e6953dfdbec3ff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b8e6953dfdbec3ff","status":"passed","time":{"start":1724921270352,"stop":1724921270352,"duration":0}},{"uid":"7268eeb2c0435d2e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7268eeb2c0435d2e","status":"passed","time":{"start":1724921247812,"stop":1724921247812,"duration":0}},{"uid":"c45f3711809f2f5e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c45f3711809f2f5e","status":"passed","time":{"start":1724917989813,"stop":1724917989814,"duration":1}},{"uid":"9214d8323fa34c9f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9214d8323fa34c9f","status":"passed","time":{"start":1724889678541,"stop":1724889678542,"duration":1}},{"uid":"ce7d10b8a8ec2381","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ce7d10b8a8ec2381","status":"passed","time":{"start":1724888829833,"stop":1724888829833,"duration":0}},{"uid":"c80811709599f23b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c80811709599f23b","status":"passed","time":{"start":1724888076984,"stop":1724888076985,"duration":1}},{"uid":"e5c55e1ce1566afe","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e5c55e1ce1566afe","status":"passed","time":{"start":1724886851120,"stop":1724886851121,"duration":1}},{"uid":"e73ce8c1b70927ee","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e73ce8c1b70927ee","status":"passed","time":{"start":1724886647082,"stop":1724886647083,"duration":1}},{"uid":"7cc0fed3145cfd83","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7cc0fed3145cfd83","status":"passed","time":{"start":1724861992708,"stop":1724861992708,"duration":0}},{"uid":"717d57f89b100f98","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/717d57f89b100f98","status":"passed","time":{"start":1724861469637,"stop":1724861469637,"duration":0}},{"uid":"abff8a93dd3dbb2f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/abff8a93dd3dbb2f","status":"passed","time":{"start":1724861284852,"stop":1724861284853,"duration":1}},{"uid":"a5dc3ccb9edea78","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a5dc3ccb9edea78","status":"passed","time":{"start":1724861145797,"stop":1724861145798,"duration":1}}]},"26330da5b3096bf3d09adef4cbbbc4b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ba7a7785f2cd6b55","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ba7a7785f2cd6b55","status":"passed","time":{"start":1724922998983,"stop":1724922998983,"duration":0}},{"uid":"de1e2293a956f74b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/de1e2293a956f74b","status":"passed","time":{"start":1724921672580,"stop":1724921672580,"duration":0}},{"uid":"934a266aa5476158","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/934a266aa5476158","status":"passed","time":{"start":1724921629963,"stop":1724921629963,"duration":0}},{"uid":"fdb61e6c404805e5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fdb61e6c404805e5","status":"passed","time":{"start":1724918337081,"stop":1724918337081,"duration":0}},{"uid":"a65cda467033f996","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a65cda467033f996","status":"passed","time":{"start":1724890089177,"stop":1724890089178,"duration":1}},{"uid":"18d7eb3564abec97","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/18d7eb3564abec97","status":"passed","time":{"start":1724889221659,"stop":1724889221659,"duration":0}},{"uid":"5cdb9a52ee950725","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5cdb9a52ee950725","status":"passed","time":{"start":1724888396187,"stop":1724888396187,"duration":0}},{"uid":"c10ecf155cfc4c3c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c10ecf155cfc4c3c","status":"passed","time":{"start":1724887170937,"stop":1724887170937,"duration":0}},{"uid":"63b925fbbebb78e6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/63b925fbbebb78e6","status":"passed","time":{"start":1724886948524,"stop":1724886948524,"duration":0}},{"uid":"f511ea33c5701dca","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f511ea33c5701dca","status":"passed","time":{"start":1724862370752,"stop":1724862370752,"duration":0}},{"uid":"d3269081a5aea922","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d3269081a5aea922","status":"passed","time":{"start":1724861845157,"stop":1724861845160,"duration":3}},{"uid":"23819e739ccebe1e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/23819e739ccebe1e","status":"passed","time":{"start":1724861703115,"stop":1724861703115,"duration":0}},{"uid":"8877ccda5dbb4443","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8877ccda5dbb4443","status":"passed","time":{"start":1724861530975,"stop":1724861530975,"duration":0}}]},"bba86f6e47218436c2b279d10ade504a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"957b9d1f78828c29","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/957b9d1f78828c29","status":"passed","time":{"start":1724922921439,"stop":1724922921440,"duration":1}},{"uid":"841549f8241a4f48","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/841549f8241a4f48","status":"passed","time":{"start":1724921602941,"stop":1724921602943,"duration":2}},{"uid":"ffe58c6dea5523fa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ffe58c6dea5523fa","status":"passed","time":{"start":1724921571090,"stop":1724921571090,"duration":0}},{"uid":"76a12265db476d29","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/76a12265db476d29","status":"passed","time":{"start":1724918285579,"stop":1724918285579,"duration":0}},{"uid":"a5f7cb20728404cd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5f7cb20728404cd","status":"passed","time":{"start":1724890030085,"stop":1724890030085,"duration":0}},{"uid":"c05d7bdcf4a94df8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c05d7bdcf4a94df8","status":"passed","time":{"start":1724889171903,"stop":1724889171903,"duration":0}},{"uid":"b6861d4d3dfd07d3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b6861d4d3dfd07d3","status":"passed","time":{"start":1724888350717,"stop":1724888350717,"duration":0}},{"uid":"1a1c0e202b8e72ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1a1c0e202b8e72ea","status":"passed","time":{"start":1724887115402,"stop":1724887115402,"duration":0}},{"uid":"cb5f9b720ad00346","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cb5f9b720ad00346","status":"passed","time":{"start":1724886884567,"stop":1724886884567,"duration":0}},{"uid":"224782996b1ef460","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/224782996b1ef460","status":"passed","time":{"start":1724862322241,"stop":1724862322242,"duration":1}},{"uid":"ff2107deeb36aa66","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ff2107deeb36aa66","status":"passed","time":{"start":1724861790746,"stop":1724861790747,"duration":1}},{"uid":"59086a546ed1fd90","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/59086a546ed1fd90","status":"passed","time":{"start":1724861628414,"stop":1724861628415,"duration":1}},{"uid":"2c7c131b706b0c4f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2c7c131b706b0c4f","status":"passed","time":{"start":1724861465617,"stop":1724861465618,"duration":1}}]},"52d579e91fefe7ae2ff2607dc28cab8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"33b9094c70636ea9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33b9094c70636ea9","status":"passed","time":{"start":1724889938368,"stop":1724889938368,"duration":0}}]},"d7c2817025e0b686825bd46983b02b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e2dd52dedd97177","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e2dd52dedd97177","status":"passed","time":{"start":1724861145674,"stop":1724861145674,"duration":0}}]},"8fd035253b8753cc6e567b3652ba3240:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"582dfa3cccad9abd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/582dfa3cccad9abd","status":"passed","time":{"start":1724922921473,"stop":1724922921473,"duration":0}}]},"7ce18161254ebadcfa68668ab8c81e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"57dc263271b9f1c6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/57dc263271b9f1c6","status":"passed","time":{"start":1724922862332,"stop":1724922862333,"duration":1}},{"uid":"e8a573b851f097b4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e8a573b851f097b4","status":"passed","time":{"start":1724921540106,"stop":1724921540107,"duration":1}},{"uid":"82944b004fb316a7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/82944b004fb316a7","status":"passed","time":{"start":1724921503538,"stop":1724921503539,"duration":1}},{"uid":"2d03253a42368417","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2d03253a42368417","status":"passed","time":{"start":1724918214355,"stop":1724918214355,"duration":0}},{"uid":"c2a9bac8e8960fad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2a9bac8e8960fad","status":"passed","time":{"start":1724889952442,"stop":1724889952443,"duration":1}},{"uid":"6df7b37de727a6e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6df7b37de727a6e1","status":"passed","time":{"start":1724889087460,"stop":1724889087460,"duration":0}},{"uid":"405ae069a8bab0c1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/405ae069a8bab0c1","status":"passed","time":{"start":1724888266428,"stop":1724888266428,"duration":0}},{"uid":"fa2519ee081381c6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fa2519ee081381c6","status":"passed","time":{"start":1724887042929,"stop":1724887042930,"duration":1}},{"uid":"536563571d656ae2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/536563571d656ae2","status":"passed","time":{"start":1724886820796,"stop":1724886820797,"duration":1}},{"uid":"b1768ac5785f9ffb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1768ac5785f9ffb","status":"passed","time":{"start":1724862245488,"stop":1724862245489,"duration":1}},{"uid":"7c48e0a7d032b49c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7c48e0a7d032b49c","status":"passed","time":{"start":1724861720393,"stop":1724861720393,"duration":0}},{"uid":"7ab19e1046c0f337","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7ab19e1046c0f337","status":"passed","time":{"start":1724861579386,"stop":1724861579386,"duration":0}},{"uid":"e21816539dd80ff0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e21816539dd80ff0","status":"passed","time":{"start":1724861402506,"stop":1724861402506,"duration":0}}]},"51b13c4a3c82351a42d73fa468f9539d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2223493fad5eb9c7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2223493fad5eb9c7","status":"passed","time":{"start":1724922928886,"stop":1724922928886,"duration":0}},{"uid":"211fe50555a2ab70","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/211fe50555a2ab70","status":"passed","time":{"start":1724921620594,"stop":1724921620595,"duration":1}},{"uid":"ca20a97a6ea4abff","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ca20a97a6ea4abff","status":"passed","time":{"start":1724921566686,"stop":1724921566686,"duration":0}},{"uid":"859f5b7fbd0a0860","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/859f5b7fbd0a0860","status":"passed","time":{"start":1724918280552,"stop":1724918280552,"duration":0}},{"uid":"bc9ed7ae0a7c7e6e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc9ed7ae0a7c7e6e","status":"passed","time":{"start":1724890019468,"stop":1724890019468,"duration":0}},{"uid":"6686392d0d656a8f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6686392d0d656a8f","status":"passed","time":{"start":1724889148721,"stop":1724889148721,"duration":0}},{"uid":"86e1bb1773603233","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/86e1bb1773603233","status":"passed","time":{"start":1724888331953,"stop":1724888331954,"duration":1}},{"uid":"1178514aaf5dddf6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1178514aaf5dddf6","status":"passed","time":{"start":1724887107113,"stop":1724887107113,"duration":0}},{"uid":"3a62892c794a56e1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3a62892c794a56e1","status":"passed","time":{"start":1724886889607,"stop":1724886889607,"duration":0}},{"uid":"793c2853d68fa51c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/793c2853d68fa51c","status":"passed","time":{"start":1724862298788,"stop":1724862298788,"duration":0}},{"uid":"9c47e74254660707","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9c47e74254660707","status":"passed","time":{"start":1724861779251,"stop":1724861779252,"duration":1}},{"uid":"f7f2b74b90d92f79","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f7f2b74b90d92f79","status":"passed","time":{"start":1724861646559,"stop":1724861646561,"duration":2}},{"uid":"9e053bc28d1c69e4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9e053bc28d1c69e4","status":"passed","time":{"start":1724861466610,"stop":1724861466611,"duration":1}}]},"96d052cc2d4d67f075196ba679807ea8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"da1c3ac4e445f523","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/da1c3ac4e445f523","status":"passed","time":{"start":1724922374664,"stop":1724922374671,"duration":7}},{"uid":"3e775a524f387094","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3e775a524f387094","status":"passed","time":{"start":1724921037631,"stop":1724921037631,"duration":0}},{"uid":"8679edf23ab318b0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8679edf23ab318b0","status":"passed","time":{"start":1724921013043,"stop":1724921013044,"duration":1}},{"uid":"37ac326990081de3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/37ac326990081de3","status":"passed","time":{"start":1724917673286,"stop":1724917673286,"duration":0}},{"uid":"ff8eccd5ac8999db","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff8eccd5ac8999db","status":"passed","time":{"start":1724889452305,"stop":1724889452306,"duration":1}},{"uid":"9e9e969430cbc80b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e9e969430cbc80b","status":"passed","time":{"start":1724888602836,"stop":1724888602836,"duration":0}},{"uid":"7234654076f60acc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7234654076f60acc","status":"passed","time":{"start":1724887759160,"stop":1724887759160,"duration":0}},{"uid":"a89965eb3a70a5e7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a89965eb3a70a5e7","status":"passed","time":{"start":1724886525540,"stop":1724886525540,"duration":0}},{"uid":"ee8bc8a4f229de17","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ee8bc8a4f229de17","status":"passed","time":{"start":1724886303392,"stop":1724886303393,"duration":1}},{"uid":"dd4f9366d6632214","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd4f9366d6632214","status":"passed","time":{"start":1724861752223,"stop":1724861752223,"duration":0}},{"uid":"25fc41d3d7dd81a0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/25fc41d3d7dd81a0","status":"passed","time":{"start":1724861223351,"stop":1724861223351,"duration":0}},{"uid":"7314ef231461ad34","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7314ef231461ad34","status":"passed","time":{"start":1724861045197,"stop":1724861045198,"duration":1}},{"uid":"730775233ecf803f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/730775233ecf803f","status":"passed","time":{"start":1724860907080,"stop":1724860907081,"duration":1}}]},"a519c6f1e0d61db9129a1ea9e0f33de3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f2f9fcc2540c1b67","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f2f9fcc2540c1b67","status":"passed","time":{"start":1724922906440,"stop":1724922906441,"duration":1}}]},"60f0ccd9287782ff6ae41aeb8355a2d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"534602ca4857febe","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/534602ca4857febe","status":"passed","time":{"start":1724922374688,"stop":1724922374688,"duration":0}},{"uid":"b128c6132fadca5b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b128c6132fadca5b","status":"passed","time":{"start":1724921037649,"stop":1724921037650,"duration":1}},{"uid":"12d6191e00ae797c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/12d6191e00ae797c","status":"passed","time":{"start":1724921013062,"stop":1724921013062,"duration":0}},{"uid":"4f73b7d0ac7be3f3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4f73b7d0ac7be3f3","status":"passed","time":{"start":1724917673302,"stop":1724917673303,"duration":1}},{"uid":"b56c99caef6a0ce6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b56c99caef6a0ce6","status":"passed","time":{"start":1724889452323,"stop":1724889452323,"duration":0}},{"uid":"11a4e713d01ab491","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/11a4e713d01ab491","status":"passed","time":{"start":1724888602855,"stop":1724888602855,"duration":0}},{"uid":"93d755c0e96eb12","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/93d755c0e96eb12","status":"passed","time":{"start":1724887759175,"stop":1724887759176,"duration":1}},{"uid":"888d506a8f386fe9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/888d506a8f386fe9","status":"passed","time":{"start":1724886525554,"stop":1724886525554,"duration":0}},{"uid":"7c25d7679f31e05c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7c25d7679f31e05c","status":"passed","time":{"start":1724886303409,"stop":1724886303409,"duration":0}},{"uid":"ac27b2f62392efc8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ac27b2f62392efc8","status":"passed","time":{"start":1724861752246,"stop":1724861752246,"duration":0}},{"uid":"c4a65392b24f07b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c4a65392b24f07b","status":"passed","time":{"start":1724861223366,"stop":1724861223366,"duration":0}},{"uid":"7f8e301d2406efe6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7f8e301d2406efe6","status":"passed","time":{"start":1724861045215,"stop":1724861045215,"duration":0}},{"uid":"33aad2beb6b766a8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/33aad2beb6b766a8","status":"passed","time":{"start":1724860907100,"stop":1724860907100,"duration":0}}]},"6e881e81d5dc403c0c20e414b01b1d9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e4bf5214366e4ef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e4bf5214366e4ef","status":"passed","time":{"start":1724862322281,"stop":1724862322281,"duration":0}}]},"dd6e209b83ddedee2935ba848d5a742f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3945f6963ef94102","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3945f6963ef94102","status":"passed","time":{"start":1724922971798,"stop":1724922971798,"duration":0}},{"uid":"b40ce6b8319ca8e6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b40ce6b8319ca8e6","status":"passed","time":{"start":1724921663253,"stop":1724921663254,"duration":1}},{"uid":"3ff49a9ac397ba14","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3ff49a9ac397ba14","status":"passed","time":{"start":1724921617878,"stop":1724921617879,"duration":1}},{"uid":"36e49c4e97a13a86","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/36e49c4e97a13a86","status":"passed","time":{"start":1724918326160,"stop":1724918326160,"duration":0}},{"uid":"1690c2fb6dd24fd0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1690c2fb6dd24fd0","status":"passed","time":{"start":1724890076392,"stop":1724890076392,"duration":0}},{"uid":"2af2e44c69e3077a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2af2e44c69e3077a","status":"passed","time":{"start":1724889199686,"stop":1724889199687,"duration":1}},{"uid":"894ac01cd9f63976","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/894ac01cd9f63976","status":"passed","time":{"start":1724888382420,"stop":1724888382421,"duration":1}},{"uid":"3110ecb34c97a07a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3110ecb34c97a07a","status":"passed","time":{"start":1724887156366,"stop":1724887156367,"duration":1}},{"uid":"ad00e63020dc23f3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ad00e63020dc23f3","status":"passed","time":{"start":1724886936159,"stop":1724886936168,"duration":9}},{"uid":"b0d487dbcdc72564","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b0d487dbcdc72564","status":"passed","time":{"start":1724862347635,"stop":1724862347635,"duration":0}},{"uid":"f1339e26a76a9fba","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f1339e26a76a9fba","status":"passed","time":{"start":1724861827952,"stop":1724861827952,"duration":0}},{"uid":"86e145795c0faba0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/86e145795c0faba0","status":"passed","time":{"start":1724861685957,"stop":1724861685958,"duration":1}},{"uid":"1433f35c7dc0c746","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1433f35c7dc0c746","status":"passed","time":{"start":1724861514746,"stop":1724861514746,"duration":0}}]},"4cb8c9a4f7892d41b2c8449fa5613be1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e78815666ea6e681","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e78815666ea6e681","status":"passed","time":{"start":1724922601845,"stop":1724922601846,"duration":1}}]},"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"80b478932d3aadc2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/80b478932d3aadc2","status":"passed","time":{"start":1724922984602,"stop":1724922984603,"duration":1}},{"uid":"b22f5ba160756d28","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b22f5ba160756d28","status":"passed","time":{"start":1724921665482,"stop":1724921665482,"duration":0}},{"uid":"7e12f7d1c081797d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7e12f7d1c081797d","status":"passed","time":{"start":1724921620263,"stop":1724921620264,"duration":1}},{"uid":"bee8ba7116310627","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bee8ba7116310627","status":"passed","time":{"start":1724918327895,"stop":1724918327895,"duration":0}},{"uid":"72208b4bcb8b4fc4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72208b4bcb8b4fc4","status":"passed","time":{"start":1724890080824,"stop":1724890080825,"duration":1}},{"uid":"a737813ac0f3d9f3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a737813ac0f3d9f3","status":"passed","time":{"start":1724889209274,"stop":1724889209275,"duration":1}},{"uid":"79a1f3ce66410f4d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/79a1f3ce66410f4d","status":"passed","time":{"start":1724888392556,"stop":1724888392556,"duration":0}},{"uid":"6f4677bc10684d27","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6f4677bc10684d27","status":"passed","time":{"start":1724887163401,"stop":1724887163401,"duration":0}},{"uid":"29391bc152a461e0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/29391bc152a461e0","status":"passed","time":{"start":1724886939850,"stop":1724886939850,"duration":0}},{"uid":"88f84acb9a45f8a8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/88f84acb9a45f8a8","status":"passed","time":{"start":1724862357132,"stop":1724862357132,"duration":0}},{"uid":"f288f7fe22cb3080","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f288f7fe22cb3080","status":"passed","time":{"start":1724861837824,"stop":1724861837824,"duration":0}},{"uid":"12c0f906dc5c3d00","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/12c0f906dc5c3d00","status":"passed","time":{"start":1724861694571,"stop":1724861694571,"duration":0}},{"uid":"aa718544d93a79ac","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/aa718544d93a79ac","status":"passed","time":{"start":1724861523915,"stop":1724861523915,"duration":0}}]},"966300dd66579ac55fc113dd4648bf73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"17fd057c1dc12662","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/17fd057c1dc12662","status":"passed","time":{"start":1724922853919,"stop":1724922853920,"duration":1}},{"uid":"a065e38701082722","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a065e38701082722","status":"passed","time":{"start":1724921529586,"stop":1724921529586,"duration":0}},{"uid":"8ca11ee7a187c757","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8ca11ee7a187c757","status":"passed","time":{"start":1724921488881,"stop":1724921488881,"duration":0}},{"uid":"8f89234acd2a98ae","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8f89234acd2a98ae","status":"passed","time":{"start":1724918203687,"stop":1724918203687,"duration":0}},{"uid":"c1bd6891ed0fae46","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c1bd6891ed0fae46","status":"passed","time":{"start":1724889938363,"stop":1724889938363,"duration":0}},{"uid":"376ffe885973f9c3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/376ffe885973f9c3","status":"passed","time":{"start":1724889077067,"stop":1724889077067,"duration":0}},{"uid":"b9a3b25ad1aa30e6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b9a3b25ad1aa30e6","status":"passed","time":{"start":1724888268036,"stop":1724888268036,"duration":0}},{"uid":"4ffc42f80393a07a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4ffc42f80393a07a","status":"passed","time":{"start":1724887032408,"stop":1724887032408,"duration":0}},{"uid":"3e9e95a3a85de80b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3e9e95a3a85de80b","status":"passed","time":{"start":1724886822822,"stop":1724886822822,"duration":0}},{"uid":"4e450b76e95c98c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4e450b76e95c98c9","status":"passed","time":{"start":1724862233512,"stop":1724862233512,"duration":0}},{"uid":"bc3263196f8be6a8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bc3263196f8be6a8","status":"passed","time":{"start":1724861712671,"stop":1724861712671,"duration":0}},{"uid":"bfc49bb6cb32a793","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bfc49bb6cb32a793","status":"passed","time":{"start":1724861567890,"stop":1724861567891,"duration":1}},{"uid":"d3923e16945b82eb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d3923e16945b82eb","status":"passed","time":{"start":1724861392055,"stop":1724861392055,"duration":0}}]},"487360e262b8a6ed18ef973d5078e640:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2a0c933bf7ad098d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2a0c933bf7ad098d","status":"passed","time":{"start":1724922536232,"stop":1724922536232,"duration":0}},{"uid":"11478258b73834c9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/11478258b73834c9","status":"passed","time":{"start":1724921198885,"stop":1724921198886,"duration":1}},{"uid":"a2172fd16291efd6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a2172fd16291efd6","status":"passed","time":{"start":1724921172338,"stop":1724921172339,"duration":1}},{"uid":"f0dac3f9b95a3a22","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f0dac3f9b95a3a22","status":"passed","time":{"start":1724917841038,"stop":1724917841039,"duration":1}},{"uid":"b0ce75c5fb929a5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b0ce75c5fb929a5","status":"passed","time":{"start":1724889622281,"stop":1724889622281,"duration":0}},{"uid":"c5bfae1c7a612194","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5bfae1c7a612194","status":"passed","time":{"start":1724888769661,"stop":1724888769661,"duration":0}},{"uid":"60de0a78808e529e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/60de0a78808e529e","status":"passed","time":{"start":1724887926167,"stop":1724887926167,"duration":0}},{"uid":"661d853a5ed02283","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/661d853a5ed02283","status":"passed","time":{"start":1724886693078,"stop":1724886693078,"duration":0}},{"uid":"deeefb1bbbc8364e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/deeefb1bbbc8364e","status":"passed","time":{"start":1724886468834,"stop":1724886468835,"duration":1}},{"uid":"6aa72083c8840ca8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6aa72083c8840ca8","status":"passed","time":{"start":1724861918245,"stop":1724861918246,"duration":1}},{"uid":"7b041b1166ea5d23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7b041b1166ea5d23","status":"passed","time":{"start":1724861388580,"stop":1724861388581,"duration":1}},{"uid":"ae9785583263ec03","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ae9785583263ec03","status":"passed","time":{"start":1724861221408,"stop":1724861221408,"duration":0}},{"uid":"42025b1c7aa882e3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/42025b1c7aa882e3","status":"passed","time":{"start":1724861075800,"stop":1724861075803,"duration":3}}]},"27c86ce96e2f4c2cbd3052ec41b1c394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f919e2b0d44c3662","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f919e2b0d44c3662","status":"passed","time":{"start":1724889111172,"stop":1724889111173,"duration":1}}]},"90c2da105d44cd5038a3e47356ecb60f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"50d52e808e02da74","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/50d52e808e02da74","status":"passed","time":{"start":1724922845249,"stop":1724922845249,"duration":0}},{"uid":"da327398b7d68cc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/da327398b7d68cc","status":"passed","time":{"start":1724921515231,"stop":1724921515231,"duration":0}},{"uid":"5f7b76a568080a03","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5f7b76a568080a03","status":"passed","time":{"start":1724921475459,"stop":1724921475459,"duration":0}},{"uid":"33087df03a35e82","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/33087df03a35e82","status":"passed","time":{"start":1724918179406,"stop":1724918179406,"duration":0}},{"uid":"a2c15ea9f936e170","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2c15ea9f936e170","status":"passed","time":{"start":1724889935345,"stop":1724889935345,"duration":0}},{"uid":"4a2bffe5b8bddbe4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a2bffe5b8bddbe4","status":"passed","time":{"start":1724889072759,"stop":1724889072759,"duration":0}},{"uid":"bf0e668214192801","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bf0e668214192801","status":"passed","time":{"start":1724888232420,"stop":1724888232421,"duration":1}},{"uid":"406ccc03262c76bc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/406ccc03262c76bc","status":"passed","time":{"start":1724887018307,"stop":1724887018308,"duration":1}},{"uid":"8178703add842ba0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8178703add842ba0","status":"passed","time":{"start":1724886781484,"stop":1724886781485,"duration":1}},{"uid":"1a1b96284f55b1a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1a1b96284f55b1a1","status":"passed","time":{"start":1724862213667,"stop":1724862213668,"duration":1}},{"uid":"7575e493bf926685","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7575e493bf926685","status":"passed","time":{"start":1724861685860,"stop":1724861685861,"duration":1}},{"uid":"d889b871aa3ade00","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d889b871aa3ade00","status":"passed","time":{"start":1724861546182,"stop":1724861546183,"duration":1}},{"uid":"8c979dca3c75e021","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8c979dca3c75e021","status":"passed","time":{"start":1724861378116,"stop":1724861378117,"duration":1}}]},"2948283825d9333beac600eb7aed52d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ca5f00d5f3b78f64","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ca5f00d5f3b78f64","status":"passed","time":{"start":1724922377155,"stop":1724922377155,"duration":0}},{"uid":"7ea8b4edebffe8ae","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7ea8b4edebffe8ae","status":"passed","time":{"start":1724921040180,"stop":1724921040180,"duration":0}},{"uid":"224011dd1a7c4faf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/224011dd1a7c4faf","status":"passed","time":{"start":1724921015573,"stop":1724921015573,"duration":0}},{"uid":"419f00301400b6e4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/419f00301400b6e4","status":"passed","time":{"start":1724917675798,"stop":1724917675798,"duration":0}},{"uid":"1f39f5ab6dc71fe0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1f39f5ab6dc71fe0","status":"passed","time":{"start":1724889454806,"stop":1724889454806,"duration":0}},{"uid":"57de30c446919d80","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/57de30c446919d80","status":"passed","time":{"start":1724888605322,"stop":1724888605322,"duration":0}},{"uid":"d38a3342ff6145f4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d38a3342ff6145f4","status":"passed","time":{"start":1724887761647,"stop":1724887761647,"duration":0}},{"uid":"19da89c96daea822","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/19da89c96daea822","status":"passed","time":{"start":1724886527992,"stop":1724886527993,"duration":1}},{"uid":"34e0db91e10c2d72","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/34e0db91e10c2d72","status":"passed","time":{"start":1724886305811,"stop":1724886305812,"duration":1}},{"uid":"e291167255feaba3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e291167255feaba3","status":"passed","time":{"start":1724861754709,"stop":1724861754709,"duration":0}},{"uid":"40007aec1c6e73cb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/40007aec1c6e73cb","status":"passed","time":{"start":1724861225781,"stop":1724861225782,"duration":1}},{"uid":"4b2842c9da288ae2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4b2842c9da288ae2","status":"passed","time":{"start":1724861047868,"stop":1724861047869,"duration":1}},{"uid":"46ec6b325b51c2b6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/46ec6b325b51c2b6","status":"passed","time":{"start":1724860909784,"stop":1724860909785,"duration":1}}]},"899c5d66a8337911ade43525f8b3dfaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"753187cb3357070f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/753187cb3357070f","status":"passed","time":{"start":1724922382331,"stop":1724922382331,"duration":0}},{"uid":"5518751c2318af6c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5518751c2318af6c","status":"passed","time":{"start":1724921045535,"stop":1724921045536,"duration":1}},{"uid":"1661832603cbd71a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1661832603cbd71a","status":"passed","time":{"start":1724921020729,"stop":1724921020729,"duration":0}},{"uid":"d61e1c7e11429f4d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d61e1c7e11429f4d","status":"passed","time":{"start":1724917681060,"stop":1724917681061,"duration":1}},{"uid":"94e35760555c9101","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/94e35760555c9101","status":"passed","time":{"start":1724889459953,"stop":1724889459953,"duration":0}},{"uid":"391d51077abb788a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/391d51077abb788a","status":"passed","time":{"start":1724888610542,"stop":1724888610542,"duration":0}},{"uid":"6e95634198b8d67c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6e95634198b8d67c","status":"passed","time":{"start":1724887766851,"stop":1724887766851,"duration":0}},{"uid":"c44638fcd29da577","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c44638fcd29da577","status":"passed","time":{"start":1724886533246,"stop":1724886533247,"duration":1}},{"uid":"72f3c62e47268ca5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/72f3c62e47268ca5","status":"passed","time":{"start":1724886311094,"stop":1724886311095,"duration":1}},{"uid":"d83e02c6e9764f62","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d83e02c6e9764f62","status":"passed","time":{"start":1724861760052,"stop":1724861760052,"duration":0}},{"uid":"273a8b0db805a057","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/273a8b0db805a057","status":"passed","time":{"start":1724861230835,"stop":1724861230836,"duration":1}},{"uid":"bc588a9c0ef32066","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bc588a9c0ef32066","status":"passed","time":{"start":1724861053408,"stop":1724861053409,"duration":1}},{"uid":"5db42af2bc1fcd84","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5db42af2bc1fcd84","status":"passed","time":{"start":1724860914747,"stop":1724860914748,"duration":1}}]},"ae3e142dc85b413c1f1aeb2fddc2d411:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"947f0a5c299c900a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/947f0a5c299c900a","status":"passed","time":{"start":1724922611443,"stop":1724922611443,"duration":0}},{"uid":"6834b27dc72b33d9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6834b27dc72b33d9","status":"passed","time":{"start":1724921270366,"stop":1724921270366,"duration":0}},{"uid":"4c7b7756b6460005","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4c7b7756b6460005","status":"passed","time":{"start":1724921247828,"stop":1724921247831,"duration":3}},{"uid":"370cc884b43c5d3e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/370cc884b43c5d3e","status":"passed","time":{"start":1724917989828,"stop":1724917989828,"duration":0}},{"uid":"f9cf81d7bf5eb69c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9cf81d7bf5eb69c","status":"passed","time":{"start":1724889678579,"stop":1724889678579,"duration":0}},{"uid":"4ae8437a76c6b175","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4ae8437a76c6b175","status":"passed","time":{"start":1724888829852,"stop":1724888829852,"duration":0}},{"uid":"99d03f544d994c57","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/99d03f544d994c57","status":"passed","time":{"start":1724888077019,"stop":1724888077019,"duration":0}},{"uid":"f30757314ba6274b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f30757314ba6274b","status":"passed","time":{"start":1724886851132,"stop":1724886851132,"duration":0}},{"uid":"a5f13fa63653543a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a5f13fa63653543a","status":"passed","time":{"start":1724886647126,"stop":1724886647126,"duration":0}},{"uid":"3c6df4dbe709a68c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c6df4dbe709a68c","status":"passed","time":{"start":1724861992718,"stop":1724861992718,"duration":0}},{"uid":"20e01ab3ef1e9bcb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/20e01ab3ef1e9bcb","status":"passed","time":{"start":1724861469651,"stop":1724861469651,"duration":0}},{"uid":"1bff5c3e37922835","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1bff5c3e37922835","status":"passed","time":{"start":1724861284872,"stop":1724861284873,"duration":1}},{"uid":"8cc408d5101663a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8cc408d5101663a","status":"passed","time":{"start":1724861145824,"stop":1724861145824,"duration":0}}]},"460c50674f0e86169f8d2db4fee2f180:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5df6a34988c0cb5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5df6a34988c0cb5","status":"passed","time":{"start":1724922853908,"stop":1724922853908,"duration":0}},{"uid":"4539a613514e231b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4539a613514e231b","status":"passed","time":{"start":1724921529570,"stop":1724921529570,"duration":0}},{"uid":"4979c0aa19eb2b50","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4979c0aa19eb2b50","status":"passed","time":{"start":1724921488872,"stop":1724921488872,"duration":0}},{"uid":"16932dfb2d2c16e9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/16932dfb2d2c16e9","status":"passed","time":{"start":1724918203668,"stop":1724918203668,"duration":0}},{"uid":"808ac63bdb6832ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/808ac63bdb6832ac","status":"passed","time":{"start":1724889938351,"stop":1724889938352,"duration":1}},{"uid":"401e7e3fe1e2bd92","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/401e7e3fe1e2bd92","status":"passed","time":{"start":1724889077031,"stop":1724889077031,"duration":0}},{"uid":"1f1c0d5f79d70d14","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1f1c0d5f79d70d14","status":"passed","time":{"start":1724888268004,"stop":1724888268004,"duration":0}},{"uid":"2c40903c9e8b0623","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2c40903c9e8b0623","status":"passed","time":{"start":1724887032388,"stop":1724887032388,"duration":0}},{"uid":"18a185ec6c1af5d5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/18a185ec6c1af5d5","status":"passed","time":{"start":1724886822784,"stop":1724886822785,"duration":1}},{"uid":"9f90d0ac41cb69f6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f90d0ac41cb69f6","status":"passed","time":{"start":1724862233502,"stop":1724862233502,"duration":0}},{"uid":"bec73eecb2e98eb9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bec73eecb2e98eb9","status":"passed","time":{"start":1724861712663,"stop":1724861712663,"duration":0}},{"uid":"de8798921f148735","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/de8798921f148735","status":"passed","time":{"start":1724861567878,"stop":1724861567879,"duration":1}},{"uid":"ee796ab2bb6e209d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ee796ab2bb6e209d","status":"passed","time":{"start":1724861392037,"stop":1724861392038,"duration":1}}]},"a5d994d4e037636091129240852c1ee6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3683e32f594ff06b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3683e32f594ff06b","status":"passed","time":{"start":1724888345353,"stop":1724888345354,"duration":1}}]},"e06a0c3a976c1f7a86fba9d43d7c3f18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b3400111a432c6e1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b3400111a432c6e1","status":"passed","time":{"start":1724861637973,"stop":1724861637974,"duration":1}}]},"9e2c3e98b7175f01f1d9056bc9119a12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e08485e6c07e277","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e08485e6c07e277","status":"passed","time":{"start":1724922374658,"stop":1724922374658,"duration":0}},{"uid":"b7b0151897eef35e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b7b0151897eef35e","status":"passed","time":{"start":1724921037620,"stop":1724921037620,"duration":0}},{"uid":"903ff2684ce1fc49","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/903ff2684ce1fc49","status":"passed","time":{"start":1724921013032,"stop":1724921013033,"duration":1}},{"uid":"fc65db87e05bb9f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fc65db87e05bb9f","status":"passed","time":{"start":1724917673276,"stop":1724917673276,"duration":0}},{"uid":"151b29a8f69329bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/151b29a8f69329bd","status":"passed","time":{"start":1724889452294,"stop":1724889452295,"duration":1}},{"uid":"8c01ba9bbec739c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8c01ba9bbec739c9","status":"passed","time":{"start":1724888602824,"stop":1724888602824,"duration":0}},{"uid":"542fc6b7460f8ce3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/542fc6b7460f8ce3","status":"passed","time":{"start":1724887759149,"stop":1724887759149,"duration":0}},{"uid":"23106c6511095fb0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/23106c6511095fb0","status":"passed","time":{"start":1724886525536,"stop":1724886525536,"duration":0}},{"uid":"e43cf6a4acc0e9ee","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e43cf6a4acc0e9ee","status":"passed","time":{"start":1724886303381,"stop":1724886303382,"duration":1}},{"uid":"fc55b453324cd8d7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc55b453324cd8d7","status":"passed","time":{"start":1724861752210,"stop":1724861752211,"duration":1}},{"uid":"a658461797dff594","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a658461797dff594","status":"passed","time":{"start":1724861223341,"stop":1724861223341,"duration":0}},{"uid":"8aad20535975bd16","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8aad20535975bd16","status":"passed","time":{"start":1724861045186,"stop":1724861045186,"duration":0}},{"uid":"c85a898136f50a84","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c85a898136f50a84","status":"passed","time":{"start":1724860907068,"stop":1724860907069,"duration":1}}]},"3fb18a885665865913cabe795f9cd3e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"33990a37cc275bf6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/33990a37cc275bf6","status":"passed","time":{"start":1724922946228,"stop":1724922946229,"duration":1}},{"uid":"2c2593e0211c829e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2c2593e0211c829e","status":"passed","time":{"start":1724921619628,"stop":1724921619629,"duration":1}},{"uid":"9ae9646bd8c0ae0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9ae9646bd8c0ae0","status":"passed","time":{"start":1724921577166,"stop":1724921577167,"duration":1}},{"uid":"4e9f44f725263318","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4e9f44f725263318","status":"passed","time":{"start":1724918298097,"stop":1724918298098,"duration":1}},{"uid":"eb61b2aa0865c8a3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eb61b2aa0865c8a3","status":"passed","time":{"start":1724890039736,"stop":1724890039737,"duration":1}},{"uid":"730a2e163b4b3abb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/730a2e163b4b3abb","status":"passed","time":{"start":1724889169842,"stop":1724889169843,"duration":1}},{"uid":"d630a66c6a008fae","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d630a66c6a008fae","status":"passed","time":{"start":1724888345350,"stop":1724888345350,"duration":0}},{"uid":"3cdafaf87c9f3a12","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3cdafaf87c9f3a12","status":"passed","time":{"start":1724887127872,"stop":1724887127872,"duration":0}},{"uid":"cb9e53b48a1b690f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cb9e53b48a1b690f","status":"passed","time":{"start":1724886906377,"stop":1724886906378,"duration":1}},{"uid":"8e2e8688b37c3174","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e2e8688b37c3174","status":"passed","time":{"start":1724862320142,"stop":1724862320143,"duration":1}},{"uid":"7eb3989760438e8a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7eb3989760438e8a","status":"passed","time":{"start":1724861800254,"stop":1724861800254,"duration":0}},{"uid":"bb44685771e7fa0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bb44685771e7fa0","status":"passed","time":{"start":1724861655158,"stop":1724861655159,"duration":1}},{"uid":"780d719b455e6ea4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/780d719b455e6ea4","status":"passed","time":{"start":1724861485078,"stop":1724861485078,"duration":0}}]},"06e57c27fbe129c5f21509a3f48947ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4563b7165ab2b2a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4563b7165ab2b2a","status":"passed","time":{"start":1724922982488,"stop":1724922982488,"duration":0}},{"uid":"bd982cf118f543d4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bd982cf118f543d4","status":"passed","time":{"start":1724921656079,"stop":1724921656080,"duration":1}},{"uid":"3dc641d487740ee8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3dc641d487740ee8","status":"passed","time":{"start":1724921612561,"stop":1724921612561,"duration":0}},{"uid":"2b45aa5af4f7dfa9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2b45aa5af4f7dfa9","status":"passed","time":{"start":1724918317375,"stop":1724918317376,"duration":1}},{"uid":"46ba15d5df14efbd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/46ba15d5df14efbd","status":"passed","time":{"start":1724890075097,"stop":1724890075098,"duration":1}},{"uid":"7743c19b79d2c20d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7743c19b79d2c20d","status":"passed","time":{"start":1724889203357,"stop":1724889203357,"duration":0}},{"uid":"e38a32953716b6c7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e38a32953716b6c7","status":"passed","time":{"start":1724888382915,"stop":1724888382915,"duration":0}},{"uid":"215da7d84a57569","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/215da7d84a57569","status":"passed","time":{"start":1724887158109,"stop":1724887158109,"duration":0}},{"uid":"6808bc0f71a8e1a8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6808bc0f71a8e1a8","status":"passed","time":{"start":1724886934376,"stop":1724886934376,"duration":0}},{"uid":"4f94596c66a89a00","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f94596c66a89a00","status":"passed","time":{"start":1724862354701,"stop":1724862354701,"duration":0}},{"uid":"8d697f00263c13da","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8d697f00263c13da","status":"passed","time":{"start":1724861830502,"stop":1724861830502,"duration":0}},{"uid":"ef38b410e8fb63fd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ef38b410e8fb63fd","status":"passed","time":{"start":1724861685352,"stop":1724861685353,"duration":1}},{"uid":"7768cde77b3efdd4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7768cde77b3efdd4","status":"passed","time":{"start":1724861518175,"stop":1724861518175,"duration":0}}]},"53fd269993f3922af7b8872cce70892a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a66b441fbbc0f529","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a66b441fbbc0f529","status":"passed","time":{"start":1724862320148,"stop":1724862320148,"duration":0}}]},"2f60eb11375122698cd189a9993bdab0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4f666b7b6f05e301","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4f666b7b6f05e301","status":"passed","time":{"start":1724923012466,"stop":1724923012466,"duration":0}},{"uid":"f6e069d3dc4eb0fc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f6e069d3dc4eb0fc","status":"passed","time":{"start":1724921625067,"stop":1724921625068,"duration":1}},{"uid":"d44ae020496c8a08","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d44ae020496c8a08","status":"passed","time":{"start":1724921590497,"stop":1724921590497,"duration":0}},{"uid":"72f0eb046d3127e8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/72f0eb046d3127e8","status":"passed","time":{"start":1724918287566,"stop":1724918287566,"duration":0}},{"uid":"dd60975e52938f3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd60975e52938f3e","status":"passed","time":{"start":1724890047789,"stop":1724890047789,"duration":0}},{"uid":"25e04a61d8dca42","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/25e04a61d8dca42","status":"passed","time":{"start":1724889183922,"stop":1724889183922,"duration":0}},{"uid":"98dfd26ff6fa4f63","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/98dfd26ff6fa4f63","status":"passed","time":{"start":1724888354167,"stop":1724888354167,"duration":0}},{"uid":"721d4bd9edc97eb8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/721d4bd9edc97eb8","status":"passed","time":{"start":1724887145660,"stop":1724887145661,"duration":1}},{"uid":"eac6afe85959d9a6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eac6afe85959d9a6","status":"passed","time":{"start":1724886915788,"stop":1724886915788,"duration":0}},{"uid":"2deca668a52dbc17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2deca668a52dbc17","status":"passed","time":{"start":1724862341439,"stop":1724862341439,"duration":0}},{"uid":"ade87b4faf142a48","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ade87b4faf142a48","status":"passed","time":{"start":1724861805443,"stop":1724861805444,"duration":1}},{"uid":"cfebb910c05e6e7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cfebb910c05e6e7","status":"passed","time":{"start":1724861662257,"stop":1724861662258,"duration":1}},{"uid":"8ec31847abd3f8e8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8ec31847abd3f8e8","status":"passed","time":{"start":1724861492514,"stop":1724861492515,"duration":1}}]},"7219c87d37cdfe75150c3224e0bdecc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9b7811c126c3220","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9b7811c126c3220","status":"passed","time":{"start":1724888336462,"stop":1724888336463,"duration":1}}]},"283eea6c3cee0763840db8a2640833e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cad39391d3a1305f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cad39391d3a1305f","status":"passed","time":{"start":1724922382325,"stop":1724922382325,"duration":0}},{"uid":"d6ac9aef57299857","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d6ac9aef57299857","status":"passed","time":{"start":1724921045530,"stop":1724921045530,"duration":0}},{"uid":"a23688e5d75c68a5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a23688e5d75c68a5","status":"passed","time":{"start":1724921020723,"stop":1724921020724,"duration":1}},{"uid":"fc99790324582a78","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fc99790324582a78","status":"passed","time":{"start":1724917681048,"stop":1724917681049,"duration":1}},{"uid":"e62471237dbd8723","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e62471237dbd8723","status":"passed","time":{"start":1724889459912,"stop":1724889459913,"duration":1}},{"uid":"cd0739ed7c438b39","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd0739ed7c438b39","status":"passed","time":{"start":1724888610530,"stop":1724888610531,"duration":1}},{"uid":"2294d9a6b3e8c2c2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2294d9a6b3e8c2c2","status":"passed","time":{"start":1724887766845,"stop":1724887766846,"duration":1}},{"uid":"48bcad2ead886dc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/48bcad2ead886dc1","status":"passed","time":{"start":1724886533240,"stop":1724886533241,"duration":1}},{"uid":"d8b5b0edb5887d0b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d8b5b0edb5887d0b","status":"passed","time":{"start":1724886311087,"stop":1724886311087,"duration":0}},{"uid":"46b068be08a21287","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/46b068be08a21287","status":"passed","time":{"start":1724861760046,"stop":1724861760047,"duration":1}},{"uid":"699a1a314f06c70f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/699a1a314f06c70f","status":"passed","time":{"start":1724861230824,"stop":1724861230825,"duration":1}},{"uid":"881c926ba705a784","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/881c926ba705a784","status":"passed","time":{"start":1724861053395,"stop":1724861053396,"duration":1}},{"uid":"a5de27b09fb40d7c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a5de27b09fb40d7c","status":"passed","time":{"start":1724860914742,"stop":1724860914742,"duration":0}}]},"a4bd1ceec3e714658f838fd37e893d6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"32cff420de5154cf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/32cff420de5154cf","status":"passed","time":{"start":1724922983784,"stop":1724922983784,"duration":0}},{"uid":"411e8c6df063dcb8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/411e8c6df063dcb8","status":"passed","time":{"start":1724921656193,"stop":1724921656193,"duration":0}},{"uid":"24e4bec514dfaba0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/24e4bec514dfaba0","status":"passed","time":{"start":1724921620461,"stop":1724921620461,"duration":0}},{"uid":"2c6894bfb3816fd8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2c6894bfb3816fd8","status":"passed","time":{"start":1724918327711,"stop":1724918327712,"duration":1}},{"uid":"c29e8a9e053e51e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c29e8a9e053e51e8","status":"passed","time":{"start":1724890078471,"stop":1724890078472,"duration":1}},{"uid":"e9c9da59a191d5b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e9c9da59a191d5b3","status":"passed","time":{"start":1724889213830,"stop":1724889213830,"duration":0}},{"uid":"f1655dcc026b60a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f1655dcc026b60a9","status":"passed","time":{"start":1724888383603,"stop":1724888383603,"duration":0}},{"uid":"51278af3da47ac76","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/51278af3da47ac76","status":"passed","time":{"start":1724887164580,"stop":1724887164580,"duration":0}},{"uid":"fedf389d23e67d3f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fedf389d23e67d3f","status":"passed","time":{"start":1724886943103,"stop":1724886943103,"duration":0}},{"uid":"60b89a71c2fa04a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/60b89a71c2fa04a7","status":"passed","time":{"start":1724862368930,"stop":1724862368930,"duration":0}},{"uid":"def511e726bc5e7c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/def511e726bc5e7c","status":"passed","time":{"start":1724861835947,"stop":1724861835947,"duration":0}},{"uid":"f65b6dab33bca6d6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f65b6dab33bca6d6","status":"passed","time":{"start":1724861692904,"stop":1724861692904,"duration":0}},{"uid":"e22c26fc6131150d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e22c26fc6131150d","status":"passed","time":{"start":1724861520701,"stop":1724861520701,"duration":0}}]},"57e8e2bd3cc3c90c944a3db90aca1666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f898490b15dd0b0e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f898490b15dd0b0e","status":"passed","time":{"start":1724922374685,"stop":1724922374685,"duration":0}},{"uid":"3d9cfee103242d68","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3d9cfee103242d68","status":"passed","time":{"start":1724921037646,"stop":1724921037646,"duration":0}},{"uid":"c7cf4f7e8d2274b9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c7cf4f7e8d2274b9","status":"passed","time":{"start":1724921013059,"stop":1724921013059,"duration":0}},{"uid":"f784ff66b234e6f3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f784ff66b234e6f3","status":"passed","time":{"start":1724917673300,"stop":1724917673300,"duration":0}},{"uid":"c24262fb7c952236","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c24262fb7c952236","status":"passed","time":{"start":1724889452320,"stop":1724889452320,"duration":0}},{"uid":"c0933660aa72daf8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c0933660aa72daf8","status":"passed","time":{"start":1724888602851,"stop":1724888602851,"duration":0}},{"uid":"d1731c6a285edd23","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d1731c6a285edd23","status":"passed","time":{"start":1724887759172,"stop":1724887759173,"duration":1}},{"uid":"534d21df30f3fc0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/534d21df30f3fc0","status":"passed","time":{"start":1724886525552,"stop":1724886525552,"duration":0}},{"uid":"5d75768a570daebe","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5d75768a570daebe","status":"passed","time":{"start":1724886303406,"stop":1724886303406,"duration":0}},{"uid":"3580f29704f37eb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3580f29704f37eb","status":"passed","time":{"start":1724861752239,"stop":1724861752239,"duration":0}},{"uid":"ef8a8f0a1d5fd86b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ef8a8f0a1d5fd86b","status":"passed","time":{"start":1724861223363,"stop":1724861223363,"duration":0}},{"uid":"e8d74ff1120f6126","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e8d74ff1120f6126","status":"passed","time":{"start":1724861045212,"stop":1724861045212,"duration":0}},{"uid":"e13f12c32f81ef0e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e13f12c32f81ef0e","status":"passed","time":{"start":1724860907097,"stop":1724860907097,"duration":0}}]},"a1412a060348028fabf44531b8ef759d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e59cc252ab26ff58","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e59cc252ab26ff58","status":"passed","time":{"start":1724922845259,"stop":1724922845259,"duration":0}}]},"d247d2b14d561178ec5e16566ca99108:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e271278b282035e7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e271278b282035e7","status":"passed","time":{"start":1724861546202,"stop":1724861546202,"duration":0}}]},"602050537ce95f65c0a643de2852b74a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"da236dc1c318d1e6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/da236dc1c318d1e6","status":"passed","time":{"start":1724922971799,"stop":1724922971800,"duration":1}},{"uid":"aff18ca3b399db3a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/aff18ca3b399db3a","status":"passed","time":{"start":1724921663255,"stop":1724921663255,"duration":0}},{"uid":"8ce2a012d718ce1d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8ce2a012d718ce1d","status":"passed","time":{"start":1724921617880,"stop":1724921617880,"duration":0}},{"uid":"41461d097aa00de","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/41461d097aa00de","status":"passed","time":{"start":1724918326161,"stop":1724918326161,"duration":0}},{"uid":"63df6528677068c3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/63df6528677068c3","status":"passed","time":{"start":1724890076393,"stop":1724890076393,"duration":0}},{"uid":"404f8afbb120bacc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/404f8afbb120bacc","status":"passed","time":{"start":1724889199690,"stop":1724889199690,"duration":0}},{"uid":"41a2f465ca0b2691","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/41a2f465ca0b2691","status":"passed","time":{"start":1724888382427,"stop":1724888382427,"duration":0}},{"uid":"bd9e7669080f7b21","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bd9e7669080f7b21","status":"passed","time":{"start":1724887156369,"stop":1724887156369,"duration":0}},{"uid":"cbe96d697fcef69f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cbe96d697fcef69f","status":"passed","time":{"start":1724886936171,"stop":1724886936172,"duration":1}},{"uid":"217d3d2add11b187","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/217d3d2add11b187","status":"passed","time":{"start":1724862347645,"stop":1724862347646,"duration":1}},{"uid":"57fc4e9393268879","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/57fc4e9393268879","status":"passed","time":{"start":1724861827958,"stop":1724861827958,"duration":0}},{"uid":"461f6cdb57d3089","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/461f6cdb57d3089","status":"passed","time":{"start":1724861685960,"stop":1724861685960,"duration":0}},{"uid":"2935688b6c37021","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2935688b6c37021","status":"passed","time":{"start":1724861514747,"stop":1724861514747,"duration":0}}]},"5c693deb526ff5ab4c168dd3f07fcd83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3186a21613dd57f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3186a21613dd57f","status":"passed","time":{"start":1724922950821,"stop":1724922950822,"duration":1}},{"uid":"c341e65d8d2df067","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c341e65d8d2df067","status":"passed","time":{"start":1724921640400,"stop":1724921640400,"duration":0}},{"uid":"e70695cd32301b65","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e70695cd32301b65","status":"passed","time":{"start":1724921600408,"stop":1724921600408,"duration":0}},{"uid":"6e7d13ef6ae90403","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6e7d13ef6ae90403","status":"passed","time":{"start":1724918300923,"stop":1724918300923,"duration":0}},{"uid":"293119510a905524","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/293119510a905524","status":"passed","time":{"start":1724890059285,"stop":1724890059285,"duration":0}},{"uid":"1e197e057437d129","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1e197e057437d129","status":"passed","time":{"start":1724889188314,"stop":1724889188316,"duration":2}},{"uid":"4d5415f83dbb234a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4d5415f83dbb234a","status":"passed","time":{"start":1724888372740,"stop":1724888372740,"duration":0}},{"uid":"62b982bcf652ef1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/62b982bcf652ef1","status":"passed","time":{"start":1724887135718,"stop":1724887135718,"duration":0}},{"uid":"ebfe1cf706436cbe","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ebfe1cf706436cbe","status":"passed","time":{"start":1724886919664,"stop":1724886919665,"duration":1}},{"uid":"f77a3305a95c694e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f77a3305a95c694e","status":"passed","time":{"start":1724862341834,"stop":1724862341834,"duration":0}},{"uid":"8cc3d1846e422509","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8cc3d1846e422509","status":"passed","time":{"start":1724861815490,"stop":1724861815490,"duration":0}},{"uid":"de3b342f1bb85b08","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/de3b342f1bb85b08","status":"passed","time":{"start":1724861669535,"stop":1724861669535,"duration":0}},{"uid":"9ba32b3c9ba1c111","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9ba32b3c9ba1c111","status":"passed","time":{"start":1724861505415,"stop":1724861505415,"duration":0}}]},"78dee9d2eab88e4069b60fdad7f7b811:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c6758088bfed03cb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c6758088bfed03cb","status":"passed","time":{"start":1724922398922,"stop":1724922398922,"duration":0}},{"uid":"e680620a44099ea2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e680620a44099ea2","status":"passed","time":{"start":1724921061850,"stop":1724921061851,"duration":1}},{"uid":"44bdbd391f016075","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/44bdbd391f016075","status":"passed","time":{"start":1724921037159,"stop":1724921037159,"duration":0}},{"uid":"8e66e34f5a5e203a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8e66e34f5a5e203a","status":"passed","time":{"start":1724917697303,"stop":1724917697304,"duration":1}},{"uid":"f882234e076aada6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f882234e076aada6","status":"passed","time":{"start":1724889476085,"stop":1724889476085,"duration":0}},{"uid":"1892cf336973ac38","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1892cf336973ac38","status":"passed","time":{"start":1724888626889,"stop":1724888626889,"duration":0}},{"uid":"c4935409d0bc4ee6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c4935409d0bc4ee6","status":"passed","time":{"start":1724887783110,"stop":1724887783110,"duration":0}},{"uid":"6a615037b449f4dd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a615037b449f4dd","status":"passed","time":{"start":1724886549921,"stop":1724886549921,"duration":0}},{"uid":"1672f82759f28ada","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1672f82759f28ada","status":"passed","time":{"start":1724886327583,"stop":1724886327583,"duration":0}},{"uid":"92a4d922a5d5171e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92a4d922a5d5171e","status":"passed","time":{"start":1724861776808,"stop":1724861776809,"duration":1}},{"uid":"930c9ec5a81c7535","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/930c9ec5a81c7535","status":"passed","time":{"start":1724861247301,"stop":1724861247301,"duration":0}},{"uid":"fb2a93d2769bb660","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fb2a93d2769bb660","status":"passed","time":{"start":1724861071396,"stop":1724861071397,"duration":1}},{"uid":"1f040b70a45ac005","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1f040b70a45ac005","status":"passed","time":{"start":1724860931796,"stop":1724860931797,"duration":1}}]},"a8499fa5c580960b643d9a194424dc96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"3d9674005a225a02","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3d9674005a225a02","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922398923,"stop":1724922398923,"duration":0}},{"uid":"4bb211cc96c8882f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4bb211cc96c8882f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921061851,"stop":1724921061852,"duration":1}},{"uid":"c791ca4fca345667","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c791ca4fca345667","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921037160,"stop":1724921037160,"duration":0}},{"uid":"77fd30e522fa8be4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/77fd30e522fa8be4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724917697305,"stop":1724917697305,"duration":0}},{"uid":"27208736a9c8a4e4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/27208736a9c8a4e4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889476086,"stop":1724889476086,"duration":0}},{"uid":"e3b0681228a26853","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e3b0681228a26853","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888626890,"stop":1724888626890,"duration":0}},{"uid":"e4d290da396385dd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e4d290da396385dd","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887783111,"stop":1724887783111,"duration":0}},{"uid":"b9db78cf34da0259","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b9db78cf34da0259","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886549922,"stop":1724886549922,"duration":0}},{"uid":"40994da8123cd9f0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/40994da8123cd9f0","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886327584,"stop":1724886327584,"duration":0}},{"uid":"6b4b6ddf454bdf79","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b4b6ddf454bdf79","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861776810,"stop":1724861776810,"duration":0}},{"uid":"b9bd72098b1de0b4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b9bd72098b1de0b4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861247302,"stop":1724861247302,"duration":0}},{"uid":"bf286cf52d616d2b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bf286cf52d616d2b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861071397,"stop":1724861071398,"duration":1}},{"uid":"8589f50a1e2dbb80","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8589f50a1e2dbb80","status":"skipped","statusDetails":"Test ignored","time":{"start":1724860931797,"stop":1724860931797,"duration":0}}]},"c9d64e6d027f41053ff4830bb4d15883:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a42acb91e8277888","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a42acb91e8277888","status":"passed","time":{"start":1724861444068,"stop":1724861444069,"duration":1}}]},"262bb108dcbf5a162a674476af5eae54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d23f26589611fc48","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d23f26589611fc48","status":"passed","time":{"start":1724922611428,"stop":1724922611429,"duration":1}},{"uid":"66b037b4a8cef1ff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/66b037b4a8cef1ff","status":"passed","time":{"start":1724921270350,"stop":1724921270350,"duration":0}},{"uid":"9d2d4c4cc09d4732","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9d2d4c4cc09d4732","status":"passed","time":{"start":1724921247808,"stop":1724921247809,"duration":1}},{"uid":"84be9e629898f320","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/84be9e629898f320","status":"passed","time":{"start":1724917989812,"stop":1724917989812,"duration":0}},{"uid":"24fdf3be1b202797","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/24fdf3be1b202797","status":"passed","time":{"start":1724889678536,"stop":1724889678537,"duration":1}},{"uid":"60290e39478c91f6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/60290e39478c91f6","status":"passed","time":{"start":1724888829831,"stop":1724888829831,"duration":0}},{"uid":"64266cdedb8113a7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/64266cdedb8113a7","status":"passed","time":{"start":1724888076980,"stop":1724888076981,"duration":1}},{"uid":"f712929b6968b659","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f712929b6968b659","status":"passed","time":{"start":1724886851119,"stop":1724886851119,"duration":0}},{"uid":"3e05cf2c3feca5db","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3e05cf2c3feca5db","status":"passed","time":{"start":1724886647073,"stop":1724886647075,"duration":2}},{"uid":"779c54b8452616e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/779c54b8452616e1","status":"passed","time":{"start":1724861992707,"stop":1724861992707,"duration":0}},{"uid":"c6c7ee2d2c6931a0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c6c7ee2d2c6931a0","status":"passed","time":{"start":1724861469635,"stop":1724861469635,"duration":0}},{"uid":"c2f32776ba37651c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c2f32776ba37651c","status":"passed","time":{"start":1724861284850,"stop":1724861284851,"duration":1}},{"uid":"3b5e4f28a9f558b5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3b5e4f28a9f558b5","status":"passed","time":{"start":1724861145784,"stop":1724861145784,"duration":0}}]},"3df432712d9b694240cb06d9394aef3e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f84d4415d79ddbfd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f84d4415d79ddbfd","status":"passed","time":{"start":1724887018301,"stop":1724887018302,"duration":1}}]},"830a715e39bc79be5fe65642463deaa2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fd94ea87c0d032a8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fd94ea87c0d032a8","status":"passed","time":{"start":1724887127879,"stop":1724887127880,"duration":1}}]},"1e4f17650374dc4b13f4dd9f95f69d10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"328e7e4006bdfa38","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/328e7e4006bdfa38","status":"passed","time":{"start":1724886880631,"stop":1724886880632,"duration":1}}]},"dedadba8a654dbd7c15ccd95283b1ffe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"63df0c6f78fd4343","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/63df0c6f78fd4343","status":"passed","time":{"start":1724923012477,"stop":1724923012477,"duration":0}},{"uid":"acdbd24fcd8f31fc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/acdbd24fcd8f31fc","status":"passed","time":{"start":1724921625082,"stop":1724921625082,"duration":0}},{"uid":"1bbac0f25abbe4ee","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1bbac0f25abbe4ee","status":"passed","time":{"start":1724921590506,"stop":1724921590507,"duration":1}},{"uid":"68a0057b9be51f61","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/68a0057b9be51f61","status":"passed","time":{"start":1724918287573,"stop":1724918287573,"duration":0}},{"uid":"34b043febcaccbb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/34b043febcaccbb7","status":"passed","time":{"start":1724890047799,"stop":1724890047799,"duration":0}},{"uid":"182a9df3c65bb47b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/182a9df3c65bb47b","status":"passed","time":{"start":1724889183932,"stop":1724889183932,"duration":0}},{"uid":"fe9bc0741cc44a6b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fe9bc0741cc44a6b","status":"passed","time":{"start":1724888354180,"stop":1724888354180,"duration":0}},{"uid":"f4cc9765cea635bf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f4cc9765cea635bf","status":"passed","time":{"start":1724887145705,"stop":1724887145706,"duration":1}},{"uid":"ad6c567793062301","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ad6c567793062301","status":"passed","time":{"start":1724886915795,"stop":1724886915796,"duration":1}},{"uid":"ca993e30214f1446","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ca993e30214f1446","status":"passed","time":{"start":1724862341460,"stop":1724862341461,"duration":1}},{"uid":"49fe77fae136b526","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/49fe77fae136b526","status":"passed","time":{"start":1724861805463,"stop":1724861805463,"duration":0}},{"uid":"88dbf3d109147a04","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/88dbf3d109147a04","status":"passed","time":{"start":1724861662297,"stop":1724861662297,"duration":0}},{"uid":"8291e46b6cf943ae","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8291e46b6cf943ae","status":"passed","time":{"start":1724861492524,"stop":1724861492524,"duration":0}}]},"3fbd665c854239faddd6aa64caacfeb0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d6e4cc3fbb764e1b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d6e4cc3fbb764e1b","status":"passed","time":{"start":1724921488886,"stop":1724921488887,"duration":1}}]},"4f5504bba2853c4c42c7b817350ed03f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"473fbd8c567988c0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/473fbd8c567988c0","status":"passed","time":{"start":1724922436968,"stop":1724922436969,"duration":1}},{"uid":"244cd06bd68cd8b8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/244cd06bd68cd8b8","status":"passed","time":{"start":1724921099697,"stop":1724921099697,"duration":0}},{"uid":"ba47743f6fbbaf7a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ba47743f6fbbaf7a","status":"passed","time":{"start":1724921074388,"stop":1724921074389,"duration":1}},{"uid":"2838172d3b2174df","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2838172d3b2174df","status":"passed","time":{"start":1724917735273,"stop":1724917735274,"duration":1}},{"uid":"9bfbf49bd9e69574","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9bfbf49bd9e69574","status":"passed","time":{"start":1724889517448,"stop":1724889517449,"duration":1}},{"uid":"e69187b1912878a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e69187b1912878a9","status":"passed","time":{"start":1724888662629,"stop":1724888662629,"duration":0}},{"uid":"b6523dc73fa43a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b6523dc73fa43a","status":"passed","time":{"start":1724887821329,"stop":1724887821329,"duration":0}},{"uid":"c040c78249cbe2ab","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c040c78249cbe2ab","status":"passed","time":{"start":1724886588482,"stop":1724886588482,"duration":0}},{"uid":"165ad48e9b4340fb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/165ad48e9b4340fb","status":"passed","time":{"start":1724886365756,"stop":1724886365756,"duration":0}},{"uid":"c5c4d727c410706e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5c4d727c410706e","status":"passed","time":{"start":1724861814959,"stop":1724861814959,"duration":0}},{"uid":"2f0ef64eddd38448","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2f0ef64eddd38448","status":"passed","time":{"start":1724861282668,"stop":1724861282669,"duration":1}},{"uid":"14a796bf21bf7934","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/14a796bf21bf7934","status":"passed","time":{"start":1724861111682,"stop":1724861111682,"duration":0}},{"uid":"633aba35f5023d9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/633aba35f5023d9","status":"passed","time":{"start":1724860971172,"stop":1724860971173,"duration":1}}]},"b98a6256bdba547de204875f663faf69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"76242831fa5f553d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/76242831fa5f553d","status":"passed","time":{"start":1724886822828,"stop":1724886822828,"duration":0}}]},"4b983f7324ba88fab612ad1a3c34265b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"addb6c8332fb7e11","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/addb6c8332fb7e11","status":"passed","time":{"start":1724922983782,"stop":1724922983783,"duration":1}},{"uid":"c1c5fb2c34546d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c1c5fb2c34546d","status":"passed","time":{"start":1724921656192,"stop":1724921656192,"duration":0}},{"uid":"6ff18a77b7142dd7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6ff18a77b7142dd7","status":"passed","time":{"start":1724921620458,"stop":1724921620459,"duration":1}},{"uid":"474899a70e8ef27","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/474899a70e8ef27","status":"passed","time":{"start":1724918327710,"stop":1724918327710,"duration":0}},{"uid":"bf49416d83fa5630","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf49416d83fa5630","status":"passed","time":{"start":1724890078470,"stop":1724890078470,"duration":0}},{"uid":"44dac9285829a32b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/44dac9285829a32b","status":"passed","time":{"start":1724889213826,"stop":1724889213826,"duration":0}},{"uid":"2c5d11bc171a8a6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2c5d11bc171a8a6","status":"passed","time":{"start":1724888383602,"stop":1724888383602,"duration":0}},{"uid":"d240cb989a502cda","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d240cb989a502cda","status":"passed","time":{"start":1724887164578,"stop":1724887164579,"duration":1}},{"uid":"dfab5c6f254afbbb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dfab5c6f254afbbb","status":"passed","time":{"start":1724886943100,"stop":1724886943100,"duration":0}},{"uid":"44ef24cd896ac848","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/44ef24cd896ac848","status":"passed","time":{"start":1724862368929,"stop":1724862368929,"duration":0}},{"uid":"bcb9495a5988f22b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bcb9495a5988f22b","status":"passed","time":{"start":1724861835946,"stop":1724861835946,"duration":0}},{"uid":"48b7555c52f74f6e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/48b7555c52f74f6e","status":"passed","time":{"start":1724861692903,"stop":1724861692903,"duration":0}},{"uid":"f1fcce32845341b6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f1fcce32845341b6","status":"passed","time":{"start":1724861520700,"stop":1724861520700,"duration":0}}]},"8682590413abc6a2795b7c94eaeb7a49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"41e9ff91ff709241","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/41e9ff91ff709241","status":"passed","time":{"start":1724922891489,"stop":1724922891489,"duration":0}},{"uid":"17499a4803213f70","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/17499a4803213f70","status":"passed","time":{"start":1724921563017,"stop":1724921563017,"duration":0}},{"uid":"8bd1253dc93c9c85","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8bd1253dc93c9c85","status":"passed","time":{"start":1724921526813,"stop":1724921526813,"duration":0}},{"uid":"ef87a84c77c81d63","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ef87a84c77c81d63","status":"passed","time":{"start":1724918239944,"stop":1724918239944,"duration":0}},{"uid":"90e2d4b8b9b8feb1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/90e2d4b8b9b8feb1","status":"passed","time":{"start":1724889980901,"stop":1724889980901,"duration":0}},{"uid":"29d93fadfd16372a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29d93fadfd16372a","status":"passed","time":{"start":1724889109969,"stop":1724889109969,"duration":0}},{"uid":"5d24eda5087a685a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5d24eda5087a685a","status":"passed","time":{"start":1724888294723,"stop":1724888294723,"duration":0}},{"uid":"6e39a2d280c19397","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6e39a2d280c19397","status":"passed","time":{"start":1724887071742,"stop":1724887071742,"duration":0}},{"uid":"9db04c2d718c22dc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9db04c2d718c22dc","status":"passed","time":{"start":1724886848346,"stop":1724886848346,"duration":0}},{"uid":"31c9abeaf4ffe04c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31c9abeaf4ffe04c","status":"passed","time":{"start":1724862259252,"stop":1724862259253,"duration":1}},{"uid":"cfa4bae6f97ceab4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cfa4bae6f97ceab4","status":"passed","time":{"start":1724861735327,"stop":1724861735328,"duration":1}},{"uid":"b2f12974b03b7f06","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b2f12974b03b7f06","status":"passed","time":{"start":1724861606344,"stop":1724861606346,"duration":2}},{"uid":"dbfc5c3dd5dc0698","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dbfc5c3dd5dc0698","status":"passed","time":{"start":1724861426688,"stop":1724861426688,"duration":0}}]},"7ab65c04ea631ccd83f2516736e00835:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1fc501646b817123","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1fc501646b817123","status":"passed","time":{"start":1724888345355,"stop":1724888345356,"duration":1}}]},"6f92bfbcba628089aa8fa7a52f19ae7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"59ef46e4ad41cb75","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/59ef46e4ad41cb75","status":"passed","time":{"start":1724861485079,"stop":1724861485079,"duration":0}}]},"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6880bc512fad4294","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6880bc512fad4294","status":"passed","time":{"start":1724922465399,"stop":1724922465400,"duration":1}},{"uid":"6542f55c31fd7766","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6542f55c31fd7766","status":"passed","time":{"start":1724921128571,"stop":1724921128572,"duration":1}},{"uid":"96cd66bc5c65bf3e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/96cd66bc5c65bf3e","status":"passed","time":{"start":1724921103677,"stop":1724921103677,"duration":0}},{"uid":"389f43d4110e07e3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/389f43d4110e07e3","status":"passed","time":{"start":1724917763729,"stop":1724917763729,"duration":0}},{"uid":"920a897d7525f560","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/920a897d7525f560","status":"passed","time":{"start":1724889543373,"stop":1724889543373,"duration":0}},{"uid":"6d1e973e9089d747","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d1e973e9089d747","status":"passed","time":{"start":1724888692506,"stop":1724888692506,"duration":0}},{"uid":"a3211f0dab296723","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a3211f0dab296723","status":"passed","time":{"start":1724887850415,"stop":1724887850415,"duration":0}},{"uid":"28b423ba9c7598e9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/28b423ba9c7598e9","status":"passed","time":{"start":1724886617181,"stop":1724886617181,"duration":0}},{"uid":"4b7d2d81e3595d31","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4b7d2d81e3595d31","status":"passed","time":{"start":1724886394912,"stop":1724886394913,"duration":1}},{"uid":"858e998a13c17f4c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/858e998a13c17f4c","status":"passed","time":{"start":1724861844374,"stop":1724861844374,"duration":0}},{"uid":"4e8291f8360e0d4c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4e8291f8360e0d4c","status":"passed","time":{"start":1724861313411,"stop":1724861313412,"duration":1}},{"uid":"f95964169ea65e7c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f95964169ea65e7c","status":"passed","time":{"start":1724861139652,"stop":1724861139653,"duration":1}},{"uid":"acd68b5b6a67bd29","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/acd68b5b6a67bd29","status":"passed","time":{"start":1724860999513,"stop":1724860999513,"duration":0}}]},"38d69d61f1f1583efcd1e759eaeed2c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"60248aa76c8f7e78","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/60248aa76c8f7e78","status":"passed","time":{"start":1724922771082,"stop":1724922771082,"duration":0}},{"uid":"94db25ca37fbe627","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/94db25ca37fbe627","status":"passed","time":{"start":1724921419681,"stop":1724921419682,"duration":1}},{"uid":"e010425be1983264","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e010425be1983264","status":"passed","time":{"start":1724921400502,"stop":1724921400502,"duration":0}},{"uid":"13c1319870b3c032","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/13c1319870b3c032","status":"passed","time":{"start":1724918124175,"stop":1724918124175,"duration":0}},{"uid":"da7ad998d07d29e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/da7ad998d07d29e0","status":"passed","time":{"start":1724889845312,"stop":1724889845312,"duration":0}},{"uid":"e70d399ff810760f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e70d399ff810760f","status":"passed","time":{"start":1724888978753,"stop":1724888978753,"duration":0}},{"uid":"6995e695e2efaf2a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6995e695e2efaf2a","status":"passed","time":{"start":1724888199757,"stop":1724888199758,"duration":1}},{"uid":"32c00088af1839ff","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/32c00088af1839ff","status":"passed","time":{"start":1724886961474,"stop":1724886961475,"duration":1}},{"uid":"1b365370eccb7e51","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1b365370eccb7e51","status":"passed","time":{"start":1724886743394,"stop":1724886743395,"duration":1}},{"uid":"fa1dd793fea66fbd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fa1dd793fea66fbd","status":"passed","time":{"start":1724862150655,"stop":1724862150655,"duration":0}},{"uid":"7fe4d663f9a4b396","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7fe4d663f9a4b396","status":"passed","time":{"start":1724861627580,"stop":1724861627580,"duration":0}},{"uid":"aa02db1206cea284","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/aa02db1206cea284","status":"passed","time":{"start":1724861501070,"stop":1724861501070,"duration":0}},{"uid":"ba32490bd6a55a07","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ba32490bd6a55a07","status":"passed","time":{"start":1724861297168,"stop":1724861297168,"duration":0}}]},"67fa1330b725732bc6aeb0939f930aed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cf416ff28c7e15e1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf416ff28c7e15e1","status":"passed","time":{"start":1724888345354,"stop":1724888345354,"duration":0}}]},"128ea756b27d906ba3163386fb94164c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c04b602061736d4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c04b602061736d4","status":"passed","time":{"start":1724862213661,"stop":1724862213661,"duration":0}}]},"28ae076e1a0aa9a7835543ff0538f3f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6c6002448607312b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6c6002448607312b","status":"passed","time":{"start":1724922887522,"stop":1724922887523,"duration":1}},{"uid":"62c3185d6cb3fec9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/62c3185d6cb3fec9","status":"passed","time":{"start":1724921564773,"stop":1724921564774,"duration":1}},{"uid":"a73c11312a48fab0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a73c11312a48fab0","status":"passed","time":{"start":1724921518783,"stop":1724921518784,"duration":1}},{"uid":"38bf68078f870a3e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/38bf68078f870a3e","status":"passed","time":{"start":1724918229396,"stop":1724918229397,"duration":1}},{"uid":"4dd5ae58717c05be","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4dd5ae58717c05be","status":"passed","time":{"start":1724889980694,"stop":1724889980695,"duration":1}},{"uid":"ef31412bee388f30","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ef31412bee388f30","status":"passed","time":{"start":1724889111158,"stop":1724889111159,"duration":1}},{"uid":"ab0f55c7147183d8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ab0f55c7147183d8","status":"passed","time":{"start":1724888292530,"stop":1724888292531,"duration":1}},{"uid":"91651b35609744ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/91651b35609744ba","status":"passed","time":{"start":1724887068222,"stop":1724887068223,"duration":1}},{"uid":"14b471d157958c7f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/14b471d157958c7f","status":"passed","time":{"start":1724886848921,"stop":1724886848921,"duration":0}},{"uid":"f0ad8d4756c4f31f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f0ad8d4756c4f31f","status":"passed","time":{"start":1724862262044,"stop":1724862262045,"duration":1}},{"uid":"e7fb349336c7ef46","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e7fb349336c7ef46","status":"passed","time":{"start":1724861741890,"stop":1724861741890,"duration":0}},{"uid":"a75110494125fd6d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a75110494125fd6d","status":"passed","time":{"start":1724861599484,"stop":1724861599485,"duration":1}},{"uid":"91fa26e0b02a15c0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/91fa26e0b02a15c0","status":"passed","time":{"start":1724861428472,"stop":1724861428472,"duration":0}}]},"b39461aee7d78c2426ff3cb37df56036:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3ee7897ec1cca314","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3ee7897ec1cca314","status":"passed","time":{"start":1724922383079,"stop":1724922383080,"duration":1}},{"uid":"b73081720c9466d3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b73081720c9466d3","status":"passed","time":{"start":1724921046196,"stop":1724921046196,"duration":0}},{"uid":"9df28293c9e0615f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9df28293c9e0615f","status":"passed","time":{"start":1724921021466,"stop":1724921021467,"duration":1}},{"uid":"675709c73020c562","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/675709c73020c562","status":"passed","time":{"start":1724917681714,"stop":1724917681715,"duration":1}},{"uid":"f56b7b1327a5a1c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f56b7b1327a5a1c9","status":"passed","time":{"start":1724889460644,"stop":1724889460645,"duration":1}},{"uid":"a74a50f2d4b3e9c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a74a50f2d4b3e9c0","status":"passed","time":{"start":1724888611287,"stop":1724888611287,"duration":0}},{"uid":"dbd2a1bc4810a751","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dbd2a1bc4810a751","status":"passed","time":{"start":1724887767612,"stop":1724887767612,"duration":0}},{"uid":"339d1bd26428ad5c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/339d1bd26428ad5c","status":"passed","time":{"start":1724886533982,"stop":1724886533982,"duration":0}},{"uid":"5a5f3656ae7b85d1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5a5f3656ae7b85d1","status":"passed","time":{"start":1724886311750,"stop":1724886311750,"duration":0}},{"uid":"127b1fce7bb539e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/127b1fce7bb539e5","status":"passed","time":{"start":1724861760766,"stop":1724861760766,"duration":0}},{"uid":"eadab589172d4b0f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/eadab589172d4b0f","status":"passed","time":{"start":1724861231726,"stop":1724861231726,"duration":0}},{"uid":"24a00ed3999fdef","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/24a00ed3999fdef","status":"passed","time":{"start":1724861054246,"stop":1724861054247,"duration":1}},{"uid":"d6cefd1e7da1137f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d6cefd1e7da1137f","status":"passed","time":{"start":1724860915806,"stop":1724860915806,"duration":0}}]},"505729519c5b74e35d8b7922a53fd8e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1e55baf9c9b5f50b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1e55baf9c9b5f50b","status":"passed","time":{"start":1724922374684,"stop":1724922374684,"duration":0}},{"uid":"5a233612831f2928","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5a233612831f2928","status":"passed","time":{"start":1724921037645,"stop":1724921037646,"duration":1}},{"uid":"bd01143ce2bfca95","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bd01143ce2bfca95","status":"passed","time":{"start":1724921013058,"stop":1724921013058,"duration":0}},{"uid":"c72dd5bf5efb8f80","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c72dd5bf5efb8f80","status":"passed","time":{"start":1724917673300,"stop":1724917673300,"duration":0}},{"uid":"139bcc203a41f560","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/139bcc203a41f560","status":"passed","time":{"start":1724889452319,"stop":1724889452319,"duration":0}},{"uid":"d3bd3dbf606e0076","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3bd3dbf606e0076","status":"passed","time":{"start":1724888602850,"stop":1724888602851,"duration":1}},{"uid":"9440d1dfcb120121","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9440d1dfcb120121","status":"passed","time":{"start":1724887759172,"stop":1724887759172,"duration":0}},{"uid":"c0b43ffcf2d40fdd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c0b43ffcf2d40fdd","status":"passed","time":{"start":1724886525551,"stop":1724886525551,"duration":0}},{"uid":"a95f169405aa280a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a95f169405aa280a","status":"passed","time":{"start":1724886303406,"stop":1724886303406,"duration":0}},{"uid":"67b3a20eb13398e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/67b3a20eb13398e5","status":"passed","time":{"start":1724861752238,"stop":1724861752238,"duration":0}},{"uid":"262b8203234ad7fe","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/262b8203234ad7fe","status":"passed","time":{"start":1724861223363,"stop":1724861223363,"duration":0}},{"uid":"9610f9401fbd5a6a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9610f9401fbd5a6a","status":"passed","time":{"start":1724861045211,"stop":1724861045211,"duration":0}},{"uid":"df47dd01aee7e9d0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/df47dd01aee7e9d0","status":"passed","time":{"start":1724860907095,"stop":1724860907096,"duration":1}}]},"60324ba7645b08437d04c2634c2d7e55:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a57c307e10706346","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a57c307e10706346","status":"passed","time":{"start":1724861475027,"stop":1724861475028,"duration":1}}]},"2348c279460b06b9a847c6850e355c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":12,"unknown":0,"total":13},"items":[{"uid":"98d5a4c6d9df22e3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/98d5a4c6d9df22e3","status":"passed","time":{"start":1724922999268,"stop":1724922999268,"duration":0}},{"uid":"97a38bc575111e52","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/97a38bc575111e52","status":"passed","time":{"start":1724921669871,"stop":1724921669871,"duration":0}},{"uid":"83b420d815ee2ad9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/83b420d815ee2ad9","status":"passed","time":{"start":1724921630268,"stop":1724921630268,"duration":0}},{"uid":"349616a1456e85ff","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/349616a1456e85ff","status":"passed","time":{"start":1724918332988,"stop":1724918332988,"duration":0}},{"uid":"e1390b1690a1937a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e1390b1690a1937a","status":"passed","time":{"start":1724890089469,"stop":1724890089469,"duration":0}},{"uid":"258b934c43aa282","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/258b934c43aa282","status":"passed","time":{"start":1724889224493,"stop":1724889224494,"duration":1}},{"uid":"ded2e12b1d0a99e9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ded2e12b1d0a99e9","status":"passed","time":{"start":1724888406347,"stop":1724888406347,"duration":0}},{"uid":"b03742eb32c0ab63","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b03742eb32c0ab63","status":"passed","time":{"start":1724887175024,"stop":1724887175025,"duration":1}},{"uid":"551935cc44db8fc1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/551935cc44db8fc1","status":"passed","time":{"start":1724886952408,"stop":1724886952408,"duration":0}},{"uid":"42dbd239a7d65795","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/42dbd239a7d65795","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1724862378563,"stop":1724862378565,"duration":2}},{"uid":"e849d8ea9d86ba17","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e849d8ea9d86ba17","status":"passed","time":{"start":1724861846750,"stop":1724861846751,"duration":1}},{"uid":"572e4af717644feb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/572e4af717644feb","status":"passed","time":{"start":1724861702536,"stop":1724861702536,"duration":0}},{"uid":"5d5d91a57a200d24","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5d5d91a57a200d24","status":"passed","time":{"start":1724861533459,"stop":1724861533459,"duration":0}}]},"7a60396c676f46688740beb0716ed3a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"929b43d2660b4908","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/929b43d2660b4908","status":"passed","time":{"start":1724887127881,"stop":1724887127882,"duration":1}}]},"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5e40ca23f7048dda","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5e40ca23f7048dda","status":"passed","time":{"start":1724922849123,"stop":1724922849123,"duration":0}},{"uid":"d4b82edc613caec9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d4b82edc613caec9","status":"passed","time":{"start":1724921517832,"stop":1724921517832,"duration":0}},{"uid":"b5a1e42a1e767c45","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b5a1e42a1e767c45","status":"passed","time":{"start":1724921478627,"stop":1724921478627,"duration":0}},{"uid":"db682ba000ce82c6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/db682ba000ce82c6","status":"passed","time":{"start":1724918183232,"stop":1724918183232,"duration":0}},{"uid":"aaabc94bacd6c223","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aaabc94bacd6c223","status":"passed","time":{"start":1724889938072,"stop":1724889938072,"duration":0}},{"uid":"7d4dd51ec3df7480","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7d4dd51ec3df7480","status":"passed","time":{"start":1724889075464,"stop":1724889075464,"duration":0}},{"uid":"cf4c7c082176c684","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf4c7c082176c684","status":"passed","time":{"start":1724888234970,"stop":1724888234970,"duration":0}},{"uid":"21d0a92bd935f6c3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/21d0a92bd935f6c3","status":"passed","time":{"start":1724887020972,"stop":1724887020972,"duration":0}},{"uid":"eca7f6f25420ebfc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eca7f6f25420ebfc","status":"passed","time":{"start":1724886784130,"stop":1724886784130,"duration":0}},{"uid":"734a32d378914590","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/734a32d378914590","status":"passed","time":{"start":1724862216273,"stop":1724862216284,"duration":11}},{"uid":"3349473fecaa5e0e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3349473fecaa5e0e","status":"passed","time":{"start":1724861688535,"stop":1724861688536,"duration":1}},{"uid":"10446763986c3c01","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/10446763986c3c01","status":"passed","time":{"start":1724861549003,"stop":1724861549003,"duration":0}},{"uid":"6a0f610d797ba8de","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6a0f610d797ba8de","status":"passed","time":{"start":1724861380654,"stop":1724861380654,"duration":0}}]},"147583002607f907a84c120f947b2867:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b833f6198fc2bbf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6b833f6198fc2bbf","status":"passed","time":{"start":1724921488888,"stop":1724921488889,"duration":1}}]},"05d13e4231b21a93ee57de8bd034416b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"41e96f660794c9f1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/41e96f660794c9f1","status":"passed","time":{"start":1724922999271,"stop":1724922999271,"duration":0}},{"uid":"b7e661092e377f10","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b7e661092e377f10","status":"passed","time":{"start":1724921669872,"stop":1724921669872,"duration":0}},{"uid":"be62d10dab402df5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/be62d10dab402df5","status":"passed","time":{"start":1724921630269,"stop":1724921630270,"duration":1}},{"uid":"cdc18f541c05355c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cdc18f541c05355c","status":"passed","time":{"start":1724918332989,"stop":1724918332989,"duration":0}},{"uid":"d1596aa78b5e6c03","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d1596aa78b5e6c03","status":"passed","time":{"start":1724890089470,"stop":1724890089470,"duration":0}},{"uid":"92497b741c8e731","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92497b741c8e731","status":"passed","time":{"start":1724889224495,"stop":1724889224495,"duration":0}},{"uid":"4b260a469c8c25da","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4b260a469c8c25da","status":"passed","time":{"start":1724888406348,"stop":1724888406348,"duration":0}},{"uid":"b4378e609c7bbb9a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b4378e609c7bbb9a","status":"passed","time":{"start":1724887175026,"stop":1724887175026,"duration":0}},{"uid":"e0b06382b4577194","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e0b06382b4577194","status":"passed","time":{"start":1724886952410,"stop":1724886952410,"duration":0}},{"uid":"8d425e9cb4703ca6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8d425e9cb4703ca6","status":"passed","time":{"start":1724862378567,"stop":1724862378568,"duration":1}},{"uid":"1483c213cfc998f8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1483c213cfc998f8","status":"passed","time":{"start":1724861846752,"stop":1724861846753,"duration":1}},{"uid":"30da890c5c08851d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/30da890c5c08851d","status":"passed","time":{"start":1724861702537,"stop":1724861702538,"duration":1}},{"uid":"a0cad3473a275393","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a0cad3473a275393","status":"passed","time":{"start":1724861533461,"stop":1724861533461,"duration":0}}]},"d02cb304ad44d17b59c0b6dd2dd0a620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7c39b8c464c27ba5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7c39b8c464c27ba5","status":"passed","time":{"start":1724922383081,"stop":1724922383081,"duration":0}},{"uid":"1bf639790a8f80a4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1bf639790a8f80a4","status":"passed","time":{"start":1724921046197,"stop":1724921046197,"duration":0}},{"uid":"dded837cbcd23801","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dded837cbcd23801","status":"passed","time":{"start":1724921021468,"stop":1724921021468,"duration":0}},{"uid":"27112c4063db66d1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/27112c4063db66d1","status":"passed","time":{"start":1724917681716,"stop":1724917681716,"duration":0}},{"uid":"43c330a750cb7757","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/43c330a750cb7757","status":"passed","time":{"start":1724889460645,"stop":1724889460646,"duration":1}},{"uid":"6f501d66b4fb56ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6f501d66b4fb56ac","status":"passed","time":{"start":1724888611288,"stop":1724888611288,"duration":0}},{"uid":"74dd920f40ee3774","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/74dd920f40ee3774","status":"passed","time":{"start":1724887767613,"stop":1724887767614,"duration":1}},{"uid":"134e28661bf56d35","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/134e28661bf56d35","status":"passed","time":{"start":1724886533983,"stop":1724886533983,"duration":0}},{"uid":"6909b0519dec4be2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6909b0519dec4be2","status":"passed","time":{"start":1724886311751,"stop":1724886311751,"duration":0}},{"uid":"bd4f2470af3b191d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bd4f2470af3b191d","status":"passed","time":{"start":1724861760767,"stop":1724861760767,"duration":0}},{"uid":"91749e12afe2b41e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/91749e12afe2b41e","status":"passed","time":{"start":1724861231727,"stop":1724861231727,"duration":0}},{"uid":"838078b71acc3219","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/838078b71acc3219","status":"passed","time":{"start":1724861054248,"stop":1724861054248,"duration":0}},{"uid":"1c7f347b804b7c76","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1c7f347b804b7c76","status":"passed","time":{"start":1724860915807,"stop":1724860915807,"duration":0}}]},"6c2e634b9dc9f2777e156803411d64eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c529ff290b2a6f8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c529ff290b2a6f8","status":"passed","time":{"start":1724922611443,"stop":1724922611443,"duration":0}},{"uid":"b58d1a77e5fc54e3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b58d1a77e5fc54e3","status":"passed","time":{"start":1724921270367,"stop":1724921270367,"duration":0}},{"uid":"fe3f73281627e80f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fe3f73281627e80f","status":"passed","time":{"start":1724921247831,"stop":1724921247832,"duration":1}},{"uid":"8f8e41d6fc119b41","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8f8e41d6fc119b41","status":"passed","time":{"start":1724917989828,"stop":1724917989829,"duration":1}},{"uid":"c6df3055273363","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c6df3055273363","status":"passed","time":{"start":1724889678579,"stop":1724889678580,"duration":1}},{"uid":"f9754d49f573a2f0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9754d49f573a2f0","status":"passed","time":{"start":1724888829852,"stop":1724888829853,"duration":1}},{"uid":"85662297635b09c6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/85662297635b09c6","status":"passed","time":{"start":1724888077019,"stop":1724888077020,"duration":1}},{"uid":"978f974c99975623","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/978f974c99975623","status":"passed","time":{"start":1724886851133,"stop":1724886851133,"duration":0}},{"uid":"9b767e56dca4dcf2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9b767e56dca4dcf2","status":"passed","time":{"start":1724886647126,"stop":1724886647127,"duration":1}},{"uid":"797109c30d78d560","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/797109c30d78d560","status":"passed","time":{"start":1724861992718,"stop":1724861992718,"duration":0}},{"uid":"37cfafda87a9343f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/37cfafda87a9343f","status":"passed","time":{"start":1724861469651,"stop":1724861469651,"duration":0}},{"uid":"76b57fe6158f9a40","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/76b57fe6158f9a40","status":"passed","time":{"start":1724861284873,"stop":1724861284873,"duration":0}},{"uid":"cc9b3ebcc9c96cfa","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cc9b3ebcc9c96cfa","status":"passed","time":{"start":1724861145825,"stop":1724861145825,"duration":0}}]},"cf5cf7e895ed5125094a7934913534a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b51bfe5c6f291e81","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b51bfe5c6f291e81","status":"passed","time":{"start":1724922890065,"stop":1724922890066,"duration":1}},{"uid":"fbb6279728e215d5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fbb6279728e215d5","status":"passed","time":{"start":1724921559012,"stop":1724921559013,"duration":1}},{"uid":"9f32ada24b020e93","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9f32ada24b020e93","status":"passed","time":{"start":1724921524128,"stop":1724921524129,"duration":1}},{"uid":"6d274dc07c91defd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6d274dc07c91defd","status":"passed","time":{"start":1724918241657,"stop":1724918241658,"duration":1}},{"uid":"f6410d4b1e4029bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f6410d4b1e4029bd","status":"passed","time":{"start":1724889975473,"stop":1724889975473,"duration":0}},{"uid":"c86b630f34198555","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c86b630f34198555","status":"passed","time":{"start":1724889106058,"stop":1724889106059,"duration":1}},{"uid":"247729058d5c6ce6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/247729058d5c6ce6","status":"passed","time":{"start":1724888289479,"stop":1724888289480,"duration":1}},{"uid":"fefab3504bbdc84a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fefab3504bbdc84a","status":"passed","time":{"start":1724887057699,"stop":1724887057699,"duration":0}},{"uid":"45534be081a6ebc8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/45534be081a6ebc8","status":"passed","time":{"start":1724886839397,"stop":1724886839397,"duration":0}},{"uid":"d234a6274b99da20","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d234a6274b99da20","status":"passed","time":{"start":1724862256085,"stop":1724862256086,"duration":1}},{"uid":"5d903a3b8d409f80","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5d903a3b8d409f80","status":"passed","time":{"start":1724861742233,"stop":1724861742233,"duration":0}},{"uid":"dd3ce3b17c10ad52","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dd3ce3b17c10ad52","status":"passed","time":{"start":1724861595386,"stop":1724861595386,"duration":0}},{"uid":"8e608d2793a67faf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8e608d2793a67faf","status":"passed","time":{"start":1724861424067,"stop":1724861424067,"duration":0}}]},"f1bd0e0c7d024b45b703ea9939b9bfff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"649407e5f82ef65b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/649407e5f82ef65b","status":"passed","time":{"start":1724921602986,"stop":1724921602987,"duration":1}}]},"b5fbe4de0f65b0c7acad19e2cd479e6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"22378403d1202d18","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/22378403d1202d18","status":"passed","time":{"start":1724922611435,"stop":1724922611435,"duration":0}},{"uid":"d955e8daf35371da","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d955e8daf35371da","status":"passed","time":{"start":1724921270356,"stop":1724921270357,"duration":1}},{"uid":"e6e7753f1050be1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e6e7753f1050be1","status":"passed","time":{"start":1724921247817,"stop":1724921247817,"duration":0}},{"uid":"33cfb20e026c9ede","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/33cfb20e026c9ede","status":"passed","time":{"start":1724917989818,"stop":1724917989818,"duration":0}},{"uid":"d87ac3b7588cc246","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d87ac3b7588cc246","status":"passed","time":{"start":1724889678550,"stop":1724889678550,"duration":0}},{"uid":"696325e533af8ed0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/696325e533af8ed0","status":"passed","time":{"start":1724888829842,"stop":1724888829843,"duration":1}},{"uid":"9af5a214203bdae","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9af5a214203bdae","status":"passed","time":{"start":1724888077009,"stop":1724888077010,"duration":1}},{"uid":"d61131f528591184","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d61131f528591184","status":"passed","time":{"start":1724886851125,"stop":1724886851125,"duration":0}},{"uid":"9828091355353f6e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9828091355353f6e","status":"passed","time":{"start":1724886647111,"stop":1724886647111,"duration":0}},{"uid":"a4561a0c4f9da2bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a4561a0c4f9da2bc","status":"passed","time":{"start":1724861992712,"stop":1724861992713,"duration":1}},{"uid":"58f776aeabfb4382","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/58f776aeabfb4382","status":"passed","time":{"start":1724861469642,"stop":1724861469643,"duration":1}},{"uid":"d94310b784e72d8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d94310b784e72d8","status":"passed","time":{"start":1724861284857,"stop":1724861284857,"duration":0}},{"uid":"642cba71d8ae016b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/642cba71d8ae016b","status":"passed","time":{"start":1724861145805,"stop":1724861145805,"duration":0}}]},"b251f1339f9b8455f22b97e76eb54e90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"748b03037216d6ab","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/748b03037216d6ab","status":"passed","time":{"start":1724922982489,"stop":1724922982489,"duration":0}},{"uid":"eee3cfa6fcb5d027","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/eee3cfa6fcb5d027","status":"passed","time":{"start":1724921656081,"stop":1724921656081,"duration":0}},{"uid":"c3c3024c9533a7e4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c3c3024c9533a7e4","status":"passed","time":{"start":1724921612562,"stop":1724921612562,"duration":0}},{"uid":"3ed229f778bacbc9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3ed229f778bacbc9","status":"passed","time":{"start":1724918317377,"stop":1724918317378,"duration":1}},{"uid":"13ebc5a8b0c10dce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/13ebc5a8b0c10dce","status":"passed","time":{"start":1724890075098,"stop":1724890075099,"duration":1}},{"uid":"211f1d7fd0d518b5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/211f1d7fd0d518b5","status":"passed","time":{"start":1724889203358,"stop":1724889203358,"duration":0}},{"uid":"c253e9500f27acab","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c253e9500f27acab","status":"passed","time":{"start":1724888382917,"stop":1724888382917,"duration":0}},{"uid":"d4eb1ee98d8c2990","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d4eb1ee98d8c2990","status":"passed","time":{"start":1724887158110,"stop":1724887158110,"duration":0}},{"uid":"f0614bd0cddaa44e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f0614bd0cddaa44e","status":"passed","time":{"start":1724886934377,"stop":1724886934377,"duration":0}},{"uid":"cde51f5815ae51ab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cde51f5815ae51ab","status":"passed","time":{"start":1724862354702,"stop":1724862354703,"duration":1}},{"uid":"9333e042ed9d6ef8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9333e042ed9d6ef8","status":"passed","time":{"start":1724861830503,"stop":1724861830503,"duration":0}},{"uid":"6da26a269d1417eb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6da26a269d1417eb","status":"passed","time":{"start":1724861685353,"stop":1724861685353,"duration":0}},{"uid":"3eabf8c3023254f0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3eabf8c3023254f0","status":"passed","time":{"start":1724861518176,"stop":1724861518177,"duration":1}}]},"d92f1b71d14260c10ba9c744c7995622:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cca3b3874fd1d0a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cca3b3874fd1d0a","status":"passed","time":{"start":1724922382327,"stop":1724922382328,"duration":1}},{"uid":"b8e838fff3b75846","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b8e838fff3b75846","status":"passed","time":{"start":1724921045532,"stop":1724921045533,"duration":1}},{"uid":"3b4e24cb1f45d806","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3b4e24cb1f45d806","status":"passed","time":{"start":1724921020725,"stop":1724921020726,"duration":1}},{"uid":"3aafb9e8d1a1bbd4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3aafb9e8d1a1bbd4","status":"passed","time":{"start":1724917681053,"stop":1724917681054,"duration":1}},{"uid":"d68c12a83b0cc2fb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d68c12a83b0cc2fb","status":"passed","time":{"start":1724889459943,"stop":1724889459944,"duration":1}},{"uid":"7e15c7b1b31cb23a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e15c7b1b31cb23a","status":"passed","time":{"start":1724888610534,"stop":1724888610536,"duration":2}},{"uid":"2cd0c6963dc41fb5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2cd0c6963dc41fb5","status":"passed","time":{"start":1724887766848,"stop":1724887766848,"duration":0}},{"uid":"934397d6fd4d3a6b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/934397d6fd4d3a6b","status":"passed","time":{"start":1724886533243,"stop":1724886533243,"duration":0}},{"uid":"727a58b31efe66ae","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/727a58b31efe66ae","status":"passed","time":{"start":1724886311089,"stop":1724886311089,"duration":0}},{"uid":"50f58a6f4347ca3f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/50f58a6f4347ca3f","status":"passed","time":{"start":1724861760048,"stop":1724861760049,"duration":1}},{"uid":"cd123fc217f0794e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cd123fc217f0794e","status":"passed","time":{"start":1724861230828,"stop":1724861230829,"duration":1}},{"uid":"cab279ee0876e093","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cab279ee0876e093","status":"passed","time":{"start":1724861053400,"stop":1724861053401,"duration":1}},{"uid":"96c892a5def1f194","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/96c892a5def1f194","status":"passed","time":{"start":1724860914744,"stop":1724860914745,"duration":1}}]},"0594382963bea32e9c8b3542e5bec09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"67981c706f464a87","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/67981c706f464a87","status":"passed","time":{"start":1724922778326,"stop":1724922778326,"duration":0}},{"uid":"8368596a5cc2ad94","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8368596a5cc2ad94","status":"passed","time":{"start":1724921497757,"stop":1724921497757,"duration":0}},{"uid":"64b489ae43399774","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/64b489ae43399774","status":"passed","time":{"start":1724921408411,"stop":1724921408412,"duration":1}},{"uid":"8d97a5d9537dd508","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8d97a5d9537dd508","status":"passed","time":{"start":1724918086870,"stop":1724918086870,"duration":0}},{"uid":"fffb411c4b98685e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fffb411c4b98685e","status":"passed","time":{"start":1724889892447,"stop":1724889892447,"duration":0}},{"uid":"a1e52fa82797b96b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a1e52fa82797b96b","status":"passed","time":{"start":1724888997216,"stop":1724888997216,"duration":0}},{"uid":"18dc07e9060411f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/18dc07e9060411f9","status":"passed","time":{"start":1724888159489,"stop":1724888159490,"duration":1}},{"uid":"c0d178ed824661e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c0d178ed824661e","status":"passed","time":{"start":1724886937294,"stop":1724886937294,"duration":0}},{"uid":"a31693863d6c7e5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a31693863d6c7e5","status":"passed","time":{"start":1724886709804,"stop":1724886709805,"duration":1}},{"uid":"c4fae5db01948399","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4fae5db01948399","status":"passed","time":{"start":1724862123537,"stop":1724862123537,"duration":0}},{"uid":"9156d97c20b5121f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9156d97c20b5121f","status":"passed","time":{"start":1724861620104,"stop":1724861620104,"duration":0}},{"uid":"be7656853951f845","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/be7656853951f845","status":"passed","time":{"start":1724861460249,"stop":1724861460249,"duration":0}},{"uid":"176492e9fb0e5c06","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/176492e9fb0e5c06","status":"passed","time":{"start":1724861330171,"stop":1724861330172,"duration":1}}]},"c864c0bac1eca550589e8408da11aebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a4884989548979d2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a4884989548979d2","status":"passed","time":{"start":1724922377156,"stop":1724922377156,"duration":0}},{"uid":"5e3194cde2657de2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5e3194cde2657de2","status":"passed","time":{"start":1724921040180,"stop":1724921040181,"duration":1}},{"uid":"62b603e14c4dba74","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/62b603e14c4dba74","status":"passed","time":{"start":1724921015574,"stop":1724921015574,"duration":0}},{"uid":"9d6a73ce3dc1188f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9d6a73ce3dc1188f","status":"passed","time":{"start":1724917675799,"stop":1724917675799,"duration":0}},{"uid":"a8d47b908443b314","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a8d47b908443b314","status":"passed","time":{"start":1724889454807,"stop":1724889454807,"duration":0}},{"uid":"6acf346a196491d6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6acf346a196491d6","status":"passed","time":{"start":1724888605323,"stop":1724888605323,"duration":0}},{"uid":"8921c365b5442776","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8921c365b5442776","status":"passed","time":{"start":1724887761648,"stop":1724887761648,"duration":0}},{"uid":"79cc67e5df16670","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/79cc67e5df16670","status":"passed","time":{"start":1724886527993,"stop":1724886527994,"duration":1}},{"uid":"d1b206e74dc8535c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d1b206e74dc8535c","status":"passed","time":{"start":1724886305812,"stop":1724886305812,"duration":0}},{"uid":"f6b141d28a8543de","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f6b141d28a8543de","status":"passed","time":{"start":1724861754710,"stop":1724861754710,"duration":0}},{"uid":"d5c6cf683c86c23d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d5c6cf683c86c23d","status":"passed","time":{"start":1724861225782,"stop":1724861225783,"duration":1}},{"uid":"164d0dbbedb6c2aa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/164d0dbbedb6c2aa","status":"passed","time":{"start":1724861047869,"stop":1724861047870,"duration":1}},{"uid":"3f339e129e49df38","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3f339e129e49df38","status":"passed","time":{"start":1724860909785,"stop":1724860909785,"duration":0}}]},"61e2985cb043a18619c4c9c7b4028939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"64c761bbc0655a78","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/64c761bbc0655a78","status":"passed","time":{"start":1724861567903,"stop":1724861567903,"duration":0}}]},"16822a1766d8608312f0f568cf362cc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c97af327e35de383","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c97af327e35de383","status":"passed","time":{"start":1724922999269,"stop":1724922999270,"duration":1}},{"uid":"3f2d46c92a16308d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3f2d46c92a16308d","status":"passed","time":{"start":1724921669871,"stop":1724921669871,"duration":0}},{"uid":"d1b317dd1729d40c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d1b317dd1729d40c","status":"passed","time":{"start":1724921630269,"stop":1724921630269,"duration":0}},{"uid":"531ef65537c5c62e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/531ef65537c5c62e","status":"passed","time":{"start":1724918332988,"stop":1724918332988,"duration":0}},{"uid":"59cb698877f6b1f2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/59cb698877f6b1f2","status":"passed","time":{"start":1724890089469,"stop":1724890089469,"duration":0}},{"uid":"91142c99fdf8941d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91142c99fdf8941d","status":"passed","time":{"start":1724889224494,"stop":1724889224494,"duration":0}},{"uid":"3b899a939a35967d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3b899a939a35967d","status":"passed","time":{"start":1724888406348,"stop":1724888406348,"duration":0}},{"uid":"b9787f96eaf53e87","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b9787f96eaf53e87","status":"passed","time":{"start":1724887175025,"stop":1724887175025,"duration":0}},{"uid":"bb88aa2c3fa4e9f8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bb88aa2c3fa4e9f8","status":"passed","time":{"start":1724886952409,"stop":1724886952409,"duration":0}},{"uid":"5ded6eb1b6695579","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ded6eb1b6695579","status":"passed","time":{"start":1724862378565,"stop":1724862378566,"duration":1}},{"uid":"be68af80f0cf74a7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/be68af80f0cf74a7","status":"passed","time":{"start":1724861846752,"stop":1724861846752,"duration":0}},{"uid":"968016d4434baf7f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/968016d4434baf7f","status":"passed","time":{"start":1724861702537,"stop":1724861702537,"duration":0}},{"uid":"65c68b255a0847ed","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/65c68b255a0847ed","status":"passed","time":{"start":1724861533460,"stop":1724861533460,"duration":0}}]},"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cc15f05d36d8c41a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cc15f05d36d8c41a","status":"passed","time":{"start":1724922984605,"stop":1724922984606,"duration":1}},{"uid":"456db820fbaf764b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/456db820fbaf764b","status":"passed","time":{"start":1724921665483,"stop":1724921665483,"duration":0}},{"uid":"f9f05657104b3494","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f9f05657104b3494","status":"passed","time":{"start":1724921620264,"stop":1724921620265,"duration":1}},{"uid":"557f77c07bf7baa1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/557f77c07bf7baa1","status":"passed","time":{"start":1724918327896,"stop":1724918327896,"duration":0}},{"uid":"12adc7edf00f3f60","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/12adc7edf00f3f60","status":"passed","time":{"start":1724890080825,"stop":1724890080825,"duration":0}},{"uid":"547a9de1e156f920","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/547a9de1e156f920","status":"passed","time":{"start":1724889209275,"stop":1724889209275,"duration":0}},{"uid":"42f4a85ffa033a72","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/42f4a85ffa033a72","status":"passed","time":{"start":1724888392556,"stop":1724888392557,"duration":1}},{"uid":"8868f8eb6308af20","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8868f8eb6308af20","status":"passed","time":{"start":1724887163402,"stop":1724887163402,"duration":0}},{"uid":"c9e608110f0aa1e2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c9e608110f0aa1e2","status":"passed","time":{"start":1724886939851,"stop":1724886939851,"duration":0}},{"uid":"d05648f1903408d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d05648f1903408d9","status":"passed","time":{"start":1724862357133,"stop":1724862357133,"duration":0}},{"uid":"ad0c14a2b89205f6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ad0c14a2b89205f6","status":"passed","time":{"start":1724861837825,"stop":1724861837825,"duration":0}},{"uid":"f4dc03ea1bf5341b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f4dc03ea1bf5341b","status":"passed","time":{"start":1724861694572,"stop":1724861694572,"duration":0}},{"uid":"21eff3aa96fce068","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/21eff3aa96fce068","status":"passed","time":{"start":1724861523916,"stop":1724861523916,"duration":0}}]},"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2ee483a20b68bb69","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2ee483a20b68bb69","status":"passed","time":{"start":1724922465394,"stop":1724922465394,"duration":0}},{"uid":"67dd8fc2974c3527","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/67dd8fc2974c3527","status":"passed","time":{"start":1724921128566,"stop":1724921128566,"duration":0}},{"uid":"8edbdc920ae8ce1b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8edbdc920ae8ce1b","status":"passed","time":{"start":1724921103674,"stop":1724921103674,"duration":0}},{"uid":"56cc9fdf1109fd2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/56cc9fdf1109fd2","status":"passed","time":{"start":1724917763726,"stop":1724917763726,"duration":0}},{"uid":"b42019981922c3e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b42019981922c3e5","status":"passed","time":{"start":1724889543368,"stop":1724889543368,"duration":0}},{"uid":"2c1283d5245ed69b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c1283d5245ed69b","status":"passed","time":{"start":1724888692503,"stop":1724888692503,"duration":0}},{"uid":"88c26ba6d811ca9f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/88c26ba6d811ca9f","status":"passed","time":{"start":1724887850413,"stop":1724887850413,"duration":0}},{"uid":"336518ebe9916900","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/336518ebe9916900","status":"passed","time":{"start":1724886617174,"stop":1724886617175,"duration":1}},{"uid":"393ebffeabc8856b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/393ebffeabc8856b","status":"passed","time":{"start":1724886394904,"stop":1724886394905,"duration":1}},{"uid":"75abe338de82c9cc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/75abe338de82c9cc","status":"passed","time":{"start":1724861844371,"stop":1724861844371,"duration":0}},{"uid":"72ff8415c6a89b8a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/72ff8415c6a89b8a","status":"passed","time":{"start":1724861313408,"stop":1724861313408,"duration":0}},{"uid":"9277d7d921d1f57e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9277d7d921d1f57e","status":"passed","time":{"start":1724861139649,"stop":1724861139650,"duration":1}},{"uid":"68e16ffce749a418","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/68e16ffce749a418","status":"passed","time":{"start":1724860999510,"stop":1724860999511,"duration":1}}]},"d55228d85711425bc1d26d56f50560fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fa46a34c23c596bc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fa46a34c23c596bc","status":"passed","time":{"start":1724887018313,"stop":1724887018313,"duration":0}}]},"3e90beb5221169dbe076c41dc4e44285:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"25a64aa501782a7b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/25a64aa501782a7b","status":"passed","time":{"start":1724861655159,"stop":1724861655159,"duration":0}}]},"57d70b2cb6f31be2728fe57fe3e0d54d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"39d41961b2bc4785","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/39d41961b2bc4785","status":"passed","time":{"start":1724922601841,"stop":1724922601842,"duration":1}},{"uid":"ffa356eede5230f9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ffa356eede5230f9","status":"passed","time":{"start":1724921267868,"stop":1724921267869,"duration":1}},{"uid":"4f40d3d2a0bf714a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4f40d3d2a0bf714a","status":"passed","time":{"start":1724921244364,"stop":1724921244367,"duration":3}},{"uid":"e3d8aad53c4beb27","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e3d8aad53c4beb27","status":"passed","time":{"start":1724917916043,"stop":1724917916044,"duration":1}},{"uid":"3a67462901ce43c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a67462901ce43c9","status":"passed","time":{"start":1724889678254,"stop":1724889678254,"duration":0}},{"uid":"a46fd2422999cffc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a46fd2422999cffc","status":"passed","time":{"start":1724888831683,"stop":1724888831683,"duration":0}},{"uid":"a59c6da4b8659b21","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a59c6da4b8659b21","status":"passed","time":{"start":1724888003319,"stop":1724888003319,"duration":0}},{"uid":"1682ec0591dbef53","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1682ec0591dbef53","status":"passed","time":{"start":1724886776608,"stop":1724886776608,"duration":0}},{"uid":"7034a3e2ad700199","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7034a3e2ad700199","status":"passed","time":{"start":1724886555792,"stop":1724886555795,"duration":3}},{"uid":"7af4fe70e52f45d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7af4fe70e52f45d8","status":"passed","time":{"start":1724861983005,"stop":1724861983006,"duration":1}},{"uid":"ae4e159da877f097","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ae4e159da877f097","status":"passed","time":{"start":1724861444065,"stop":1724861444066,"duration":1}},{"uid":"54ad108f3beacfc9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/54ad108f3beacfc9","status":"passed","time":{"start":1724861285828,"stop":1724861285829,"duration":1}},{"uid":"571c08e417364023","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/571c08e417364023","status":"passed","time":{"start":1724861145664,"stop":1724861145665,"duration":1}}]},"029d28d2d6cf7e377833a89f6aa8bab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2407092dded2803d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2407092dded2803d","status":"passed","time":{"start":1724922853918,"stop":1724922853919,"duration":1}},{"uid":"e0ef633ae806cb84","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e0ef633ae806cb84","status":"passed","time":{"start":1724921529586,"stop":1724921529586,"duration":0}},{"uid":"fe2b5fd7f8b511a9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fe2b5fd7f8b511a9","status":"passed","time":{"start":1724921488880,"stop":1724921488880,"duration":0}},{"uid":"23a6629b762c614f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/23a6629b762c614f","status":"passed","time":{"start":1724918203687,"stop":1724918203687,"duration":0}},{"uid":"5d7d1f9bf2cd08db","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5d7d1f9bf2cd08db","status":"passed","time":{"start":1724889938363,"stop":1724889938363,"duration":0}},{"uid":"61bd32e7c26832fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/61bd32e7c26832fd","status":"passed","time":{"start":1724889077067,"stop":1724889077067,"duration":0}},{"uid":"7a0317cf6fa16bc9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7a0317cf6fa16bc9","status":"passed","time":{"start":1724888268035,"stop":1724888268036,"duration":1}},{"uid":"40b4950a5dcf591a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/40b4950a5dcf591a","status":"passed","time":{"start":1724887032406,"stop":1724887032407,"duration":1}},{"uid":"84fca205ad545b72","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/84fca205ad545b72","status":"passed","time":{"start":1724886822821,"stop":1724886822821,"duration":0}},{"uid":"a1ef819ca369f25f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a1ef819ca369f25f","status":"passed","time":{"start":1724862233511,"stop":1724862233512,"duration":1}},{"uid":"799e4ef04daa153","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/799e4ef04daa153","status":"passed","time":{"start":1724861712671,"stop":1724861712671,"duration":0}},{"uid":"21680a04051269c6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/21680a04051269c6","status":"passed","time":{"start":1724861567890,"stop":1724861567890,"duration":0}},{"uid":"7212b9a403b37c5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7212b9a403b37c5","status":"passed","time":{"start":1724861392055,"stop":1724861392055,"duration":0}}]},"157a8cb15ba38d6841cc7163c7b624e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7732ef15cef4fdf0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7732ef15cef4fdf0","status":"passed","time":{"start":1724922887525,"stop":1724922887526,"duration":1}},{"uid":"ec893939505b729c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ec893939505b729c","status":"passed","time":{"start":1724921564776,"stop":1724921564776,"duration":0}},{"uid":"4ca9008b1b4704e0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4ca9008b1b4704e0","status":"passed","time":{"start":1724921518820,"stop":1724921518821,"duration":1}},{"uid":"74f1409074480e1e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/74f1409074480e1e","status":"passed","time":{"start":1724918229399,"stop":1724918229399,"duration":0}},{"uid":"cfec9534ca662425","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cfec9534ca662425","status":"passed","time":{"start":1724889980702,"stop":1724889980702,"duration":0}},{"uid":"80ba4aa86af5d3c6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80ba4aa86af5d3c6","status":"passed","time":{"start":1724889111162,"stop":1724889111163,"duration":1}},{"uid":"a7bf8d78fa5d2c5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a7bf8d78fa5d2c5","status":"passed","time":{"start":1724888292533,"stop":1724888292533,"duration":0}},{"uid":"bf13a72716194012","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bf13a72716194012","status":"passed","time":{"start":1724887068225,"stop":1724887068225,"duration":0}},{"uid":"4938b5742df53846","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4938b5742df53846","status":"passed","time":{"start":1724886848925,"stop":1724886848926,"duration":1}},{"uid":"4baff0f551e2210a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4baff0f551e2210a","status":"passed","time":{"start":1724862262047,"stop":1724862262047,"duration":0}},{"uid":"533fcc7792c12fce","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/533fcc7792c12fce","status":"passed","time":{"start":1724861741893,"stop":1724861741893,"duration":0}},{"uid":"968614f1201603b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/968614f1201603b","status":"passed","time":{"start":1724861599491,"stop":1724861599492,"duration":1}},{"uid":"9eb45bddb768a34e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9eb45bddb768a34e","status":"passed","time":{"start":1724861428475,"stop":1724861428475,"duration":0}}]},"b40cd5e2428d3792bac2155e0a9bce97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"eccd8df0aba7f0fb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/eccd8df0aba7f0fb","status":"passed","time":{"start":1724922853909,"stop":1724922853909,"duration":0}},{"uid":"47aecb8f33927f95","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/47aecb8f33927f95","status":"passed","time":{"start":1724921529571,"stop":1724921529571,"duration":0}},{"uid":"87de082556496c76","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/87de082556496c76","status":"passed","time":{"start":1724921488873,"stop":1724921488873,"duration":0}},{"uid":"c6fcd745fb7bfe33","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c6fcd745fb7bfe33","status":"passed","time":{"start":1724918203668,"stop":1724918203669,"duration":1}},{"uid":"c90e1883caa890db","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c90e1883caa890db","status":"passed","time":{"start":1724889938352,"stop":1724889938352,"duration":0}},{"uid":"a724978541b40501","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a724978541b40501","status":"passed","time":{"start":1724889077032,"stop":1724889077032,"duration":0}},{"uid":"486f23c14e05e24e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/486f23c14e05e24e","status":"passed","time":{"start":1724888268006,"stop":1724888268007,"duration":1}},{"uid":"99af6f2c60ac75f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/99af6f2c60ac75f9","status":"passed","time":{"start":1724887032389,"stop":1724887032389,"duration":0}},{"uid":"3f8e031bddb5e9e1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3f8e031bddb5e9e1","status":"passed","time":{"start":1724886822785,"stop":1724886822785,"duration":0}},{"uid":"cbe09136be807c6d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cbe09136be807c6d","status":"passed","time":{"start":1724862233503,"stop":1724862233503,"duration":0}},{"uid":"c46e6f91773c7387","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c46e6f91773c7387","status":"passed","time":{"start":1724861712663,"stop":1724861712664,"duration":1}},{"uid":"99477c4e6519af3c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/99477c4e6519af3c","status":"passed","time":{"start":1724861567880,"stop":1724861567881,"duration":1}},{"uid":"ae84fb47b1e14716","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ae84fb47b1e14716","status":"passed","time":{"start":1724861392038,"stop":1724861392039,"duration":1}}]},"5915b8b108d1e876eca61369f96c4878:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"defb56199a18c858","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/defb56199a18c858","status":"passed","time":{"start":1724861428478,"stop":1724861428478,"duration":0}}]},"59981961fb7bd36f7cdce84c5dcb943f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dafd7697dda829b0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dafd7697dda829b0","status":"passed","time":{"start":1724861444068,"stop":1724861444068,"duration":0}}]},"518f46a704ba69e2a708ee64a4c9b59a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"97cc61a059faf695","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/97cc61a059faf695","status":"passed","time":{"start":1724921619637,"stop":1724921619638,"duration":1}}]},"c3975a5638fcfc067a753978f0582b0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ef67c6410919023","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ef67c6410919023","status":"passed","time":{"start":1724889144082,"stop":1724889144082,"duration":0}}]},"66156d56cfb39dcc2b16657c92e763c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2c5d39562c002cd1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2c5d39562c002cd1","status":"passed","time":{"start":1724922398406,"stop":1724922398406,"duration":0}},{"uid":"c10d6e09cfe0b3a4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c10d6e09cfe0b3a4","status":"passed","time":{"start":1724921061374,"stop":1724921061375,"duration":1}},{"uid":"c16baa6b42d794b9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c16baa6b42d794b9","status":"passed","time":{"start":1724921036566,"stop":1724921036568,"duration":2}},{"uid":"77d73f25e0ea68ea","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/77d73f25e0ea68ea","status":"passed","time":{"start":1724917696996,"stop":1724917696997,"duration":1}},{"uid":"741f5429d0ed907b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/741f5429d0ed907b","status":"passed","time":{"start":1724889475439,"stop":1724889475439,"duration":0}},{"uid":"a4505fc5c5fa4e34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a4505fc5c5fa4e34","status":"passed","time":{"start":1724888626533,"stop":1724888626533,"duration":0}},{"uid":"6b2f2fd5f9479407","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b2f2fd5f9479407","status":"passed","time":{"start":1724887782741,"stop":1724887782741,"duration":0}},{"uid":"1e99973d5ddb7276","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1e99973d5ddb7276","status":"passed","time":{"start":1724886549353,"stop":1724886549353,"duration":0}},{"uid":"78d0a710274ae84","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/78d0a710274ae84","status":"passed","time":{"start":1724886326877,"stop":1724886326878,"duration":1}},{"uid":"756f42c667244cff","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/756f42c667244cff","status":"passed","time":{"start":1724861776304,"stop":1724861776305,"duration":1}},{"uid":"5485dd676c85800c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5485dd676c85800c","status":"passed","time":{"start":1724861246689,"stop":1724861246691,"duration":2}},{"uid":"13cdf7678ff31d30","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/13cdf7678ff31d30","status":"passed","time":{"start":1724861070675,"stop":1724861070676,"duration":1}},{"uid":"7e722cb43b20b2aa","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7e722cb43b20b2aa","status":"passed","time":{"start":1724860931333,"stop":1724860931334,"duration":1}}]},"bb18bf6ef78593032d369a24fcc31239:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"44ba7462db7883ec","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/44ba7462db7883ec","status":"passed","time":{"start":1724922890067,"stop":1724922890067,"duration":0}},{"uid":"ba6c47bdcf882140","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ba6c47bdcf882140","status":"passed","time":{"start":1724921559016,"stop":1724921559017,"duration":1}},{"uid":"4654055dbcb7b09d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4654055dbcb7b09d","status":"passed","time":{"start":1724921524131,"stop":1724921524132,"duration":1}},{"uid":"3d36ad7dd6f1251b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3d36ad7dd6f1251b","status":"passed","time":{"start":1724918241662,"stop":1724918241663,"duration":1}},{"uid":"2c8cd4c8a4eefddf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c8cd4c8a4eefddf","status":"passed","time":{"start":1724889975475,"stop":1724889975476,"duration":1}},{"uid":"fb6d882a6c410382","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb6d882a6c410382","status":"passed","time":{"start":1724889106060,"stop":1724889106060,"duration":0}},{"uid":"d48799e3126a965b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d48799e3126a965b","status":"passed","time":{"start":1724888289482,"stop":1724888289482,"duration":0}},{"uid":"39b4d47c23717a1c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/39b4d47c23717a1c","status":"passed","time":{"start":1724887057703,"stop":1724887057703,"duration":0}},{"uid":"82f0fc5193c204cf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/82f0fc5193c204cf","status":"passed","time":{"start":1724886839398,"stop":1724886839399,"duration":1}},{"uid":"2a71550a6c1c475a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2a71550a6c1c475a","status":"passed","time":{"start":1724862256092,"stop":1724862256093,"duration":1}},{"uid":"f36e58f04b09f550","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f36e58f04b09f550","status":"passed","time":{"start":1724861742234,"stop":1724861742234,"duration":0}},{"uid":"bf1cdee487be6849","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bf1cdee487be6849","status":"passed","time":{"start":1724861595394,"stop":1724861595396,"duration":2}},{"uid":"22478556b4aad2f0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/22478556b4aad2f0","status":"passed","time":{"start":1724861424068,"stop":1724861424069,"duration":1}}]},"e4e72a8fa5b7d654e51f3e711026836b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b80441ff0ce30c67","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b80441ff0ce30c67","status":"passed","time":{"start":1724922845234,"stop":1724922845234,"duration":0}},{"uid":"cba0787fc9d90e08","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cba0787fc9d90e08","status":"passed","time":{"start":1724921515220,"stop":1724921515220,"duration":0}},{"uid":"5dbf14c2848a4036","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5dbf14c2848a4036","status":"passed","time":{"start":1724921475438,"stop":1724921475438,"duration":0}},{"uid":"a3bf5de39137b534","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a3bf5de39137b534","status":"passed","time":{"start":1724918179380,"stop":1724918179380,"duration":0}},{"uid":"6c431ad558d0e12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c431ad558d0e12","status":"passed","time":{"start":1724889935334,"stop":1724889935334,"duration":0}},{"uid":"796585be9d072d34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/796585be9d072d34","status":"passed","time":{"start":1724889072746,"stop":1724889072746,"duration":0}},{"uid":"3515b234d1ed8205","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3515b234d1ed8205","status":"passed","time":{"start":1724888232408,"stop":1724888232409,"duration":1}},{"uid":"adfe758f80225f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/adfe758f80225f","status":"passed","time":{"start":1724887018288,"stop":1724887018288,"duration":0}},{"uid":"f75fd2f4d8bb5f12","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f75fd2f4d8bb5f12","status":"passed","time":{"start":1724886781472,"stop":1724886781473,"duration":1}},{"uid":"dd5734b12a7908be","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd5734b12a7908be","status":"passed","time":{"start":1724862213655,"stop":1724862213656,"duration":1}},{"uid":"4d218f459e2d961","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4d218f459e2d961","status":"passed","time":{"start":1724861685848,"stop":1724861685848,"duration":0}},{"uid":"a104d8cd956c27ae","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a104d8cd956c27ae","status":"passed","time":{"start":1724861546163,"stop":1724861546163,"duration":0}},{"uid":"e461d76d52429f31","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e461d76d52429f31","status":"passed","time":{"start":1724861378104,"stop":1724861378104,"duration":0}}]},"86a53e5a04ed2abdfb829012d731ce1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cd896b161aea6fa8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cd896b161aea6fa8","status":"passed","time":{"start":1724922727644,"stop":1724922727644,"duration":0}},{"uid":"56fe984247bbb72f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/56fe984247bbb72f","status":"passed","time":{"start":1724921379978,"stop":1724921379978,"duration":0}},{"uid":"7a970cbc917c2056","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7a970cbc917c2056","status":"passed","time":{"start":1724921359711,"stop":1724921359712,"duration":1}},{"uid":"4f642f85995fcb55","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4f642f85995fcb55","status":"passed","time":{"start":1724918127234,"stop":1724918127237,"duration":3}},{"uid":"aa9bd75aeccd0dc4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aa9bd75aeccd0dc4","status":"passed","time":{"start":1724889805611,"stop":1724889805611,"duration":0}},{"uid":"422ac988d39b9bb1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/422ac988d39b9bb1","status":"passed","time":{"start":1724888940683,"stop":1724888940683,"duration":0}},{"uid":"24006e3009028c2d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/24006e3009028c2d","status":"passed","time":{"start":1724888168647,"stop":1724888168647,"duration":0}},{"uid":"e0bc88b3cff80cb8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e0bc88b3cff80cb8","status":"passed","time":{"start":1724886924215,"stop":1724886924216,"duration":1}},{"uid":"8ea190adaf460169","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8ea190adaf460169","status":"passed","time":{"start":1724886701804,"stop":1724886701804,"duration":0}},{"uid":"91d341ced617a439","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91d341ced617a439","status":"passed","time":{"start":1724862112739,"stop":1724862112740,"duration":1}},{"uid":"6b04f36592f094d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6b04f36592f094d","status":"passed","time":{"start":1724861584866,"stop":1724861584867,"duration":1}},{"uid":"2c57e5180ab9b8b4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2c57e5180ab9b8b4","status":"passed","time":{"start":1724861464478,"stop":1724861464478,"duration":0}},{"uid":"7d7ca7c0e9eb89b8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7d7ca7c0e9eb89b8","status":"passed","time":{"start":1724861254910,"stop":1724861254910,"duration":0}}]},"b827439f452a11766780f806c1333aa9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9d16d5ca762ffee2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9d16d5ca762ffee2","status":"passed","time":{"start":1724888336458,"stop":1724888336458,"duration":0}}]},"616a707ea6255f6985c701d87f308721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"36e3f645aab20b3b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/36e3f645aab20b3b","status":"passed","time":{"start":1724922635360,"stop":1724922635360,"duration":0}},{"uid":"ac1c9306ef7a24b8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ac1c9306ef7a24b8","status":"passed","time":{"start":1724921297019,"stop":1724921297019,"duration":0}},{"uid":"b706a3345f7e6d97","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b706a3345f7e6d97","status":"passed","time":{"start":1724921276381,"stop":1724921276382,"duration":1}},{"uid":"740c598c5b7e1c67","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/740c598c5b7e1c67","status":"passed","time":{"start":1724917948331,"stop":1724917948331,"duration":0}},{"uid":"4102a8aae1ed88f3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4102a8aae1ed88f3","status":"passed","time":{"start":1724889729020,"stop":1724889729021,"duration":1}},{"uid":"395cf902864dcb8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/395cf902864dcb8","status":"passed","time":{"start":1724888864961,"stop":1724888864961,"duration":0}},{"uid":"fdf780f537a8f65c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fdf780f537a8f65c","status":"passed","time":{"start":1724888053753,"stop":1724888053753,"duration":0}},{"uid":"b2c5b89b7425f1e4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b2c5b89b7425f1e4","status":"passed","time":{"start":1724886811668,"stop":1724886811668,"duration":0}},{"uid":"73f310f14f119dc3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/73f310f14f119dc3","status":"passed","time":{"start":1724886581010,"stop":1724886581010,"duration":0}},{"uid":"e1df0091cb502a10","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e1df0091cb502a10","status":"passed","time":{"start":1724862019566,"stop":1724862019566,"duration":0}},{"uid":"825d59c8d9883496","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/825d59c8d9883496","status":"passed","time":{"start":1724861493944,"stop":1724861493944,"duration":0}},{"uid":"f1ec0c0da4367980","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f1ec0c0da4367980","status":"passed","time":{"start":1724861318064,"stop":1724861318065,"duration":1}},{"uid":"b28ccbf79170ed4b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b28ccbf79170ed4b","status":"passed","time":{"start":1724861178524,"stop":1724861178524,"duration":0}}]},"87fe34f1954a2fba5cbc381cc6dcf6d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3f47843e76ef2e66","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3f47843e76ef2e66","status":"passed","time":{"start":1724922374695,"stop":1724922374695,"duration":0}},{"uid":"81ba405379ee4ba7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/81ba405379ee4ba7","status":"passed","time":{"start":1724921037654,"stop":1724921037654,"duration":0}},{"uid":"e11aeafbfa83943b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e11aeafbfa83943b","status":"passed","time":{"start":1724921013068,"stop":1724921013069,"duration":1}},{"uid":"f50be60c3ae8b23e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f50be60c3ae8b23e","status":"passed","time":{"start":1724917673309,"stop":1724917673309,"duration":0}},{"uid":"3854389347402087","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3854389347402087","status":"passed","time":{"start":1724889452328,"stop":1724889452328,"duration":0}},{"uid":"1c0e79a0c8025335","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c0e79a0c8025335","status":"passed","time":{"start":1724888602861,"stop":1724888602861,"duration":0}},{"uid":"88aa81b42a5686b4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/88aa81b42a5686b4","status":"passed","time":{"start":1724887759181,"stop":1724887759181,"duration":0}},{"uid":"6e8bec2e850c9721","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6e8bec2e850c9721","status":"passed","time":{"start":1724886525558,"stop":1724886525559,"duration":1}},{"uid":"7a7af9e753be675e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7a7af9e753be675e","status":"passed","time":{"start":1724886303415,"stop":1724886303415,"duration":0}},{"uid":"2975bb1fed11c4a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2975bb1fed11c4a6","status":"passed","time":{"start":1724861752251,"stop":1724861752251,"duration":0}},{"uid":"9dbd765accf3996f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9dbd765accf3996f","status":"passed","time":{"start":1724861223371,"stop":1724861223372,"duration":1}},{"uid":"b76612da416aefbe","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b76612da416aefbe","status":"passed","time":{"start":1724861045221,"stop":1724861045221,"duration":0}},{"uid":"607127e63b358672","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/607127e63b358672","status":"passed","time":{"start":1724860907107,"stop":1724860907108,"duration":1}}]},"6768c514e62af9499d64f2876ad1b958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"92d03a28d973da7d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/92d03a28d973da7d","status":"passed","time":{"start":1724922966287,"stop":1724922966287,"duration":0}},{"uid":"d5a973d7118120e7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d5a973d7118120e7","status":"passed","time":{"start":1724921658747,"stop":1724921658747,"duration":0}},{"uid":"a0ae00fdc18d6c2b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a0ae00fdc18d6c2b","status":"passed","time":{"start":1724921609581,"stop":1724921609582,"duration":1}},{"uid":"4f9c93e50402fe21","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4f9c93e50402fe21","status":"passed","time":{"start":1724918323462,"stop":1724918323462,"duration":0}},{"uid":"aa86f7e4384519ec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aa86f7e4384519ec","status":"passed","time":{"start":1724890071667,"stop":1724890071667,"duration":0}},{"uid":"d371371a11ff59c4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d371371a11ff59c4","status":"passed","time":{"start":1724889207708,"stop":1724889207708,"duration":0}},{"uid":"d8a0c6310b10a978","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d8a0c6310b10a978","status":"passed","time":{"start":1724888386328,"stop":1724888386328,"duration":0}},{"uid":"3573e2891b5c33e5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3573e2891b5c33e5","status":"passed","time":{"start":1724887153936,"stop":1724887153937,"duration":1}},{"uid":"4786ed2b45da0931","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4786ed2b45da0931","status":"passed","time":{"start":1724886927403,"stop":1724886927405,"duration":2}},{"uid":"6ec13db73881c730","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6ec13db73881c730","status":"passed","time":{"start":1724862360111,"stop":1724862360111,"duration":0}},{"uid":"730bf83ddef676c6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/730bf83ddef676c6","status":"passed","time":{"start":1724861832844,"stop":1724861832845,"duration":1}},{"uid":"b720733acfcea6fb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b720733acfcea6fb","status":"passed","time":{"start":1724861687430,"stop":1724861687431,"duration":1}},{"uid":"50ad4332ef9d0226","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/50ad4332ef9d0226","status":"passed","time":{"start":1724861513180,"stop":1724861513180,"duration":0}}]},"0e28108fcff28b559e8df008277df518:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"523f9b0f66c1d697","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/523f9b0f66c1d697","status":"passed","time":{"start":1724887032415,"stop":1724887032415,"duration":0}}]},"713a95328ac8f822756ed1917a2e3407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"62170088d5c8704a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/62170088d5c8704a","status":"passed","time":{"start":1724922853912,"stop":1724922853913,"duration":1}},{"uid":"da8ace76c14fcabd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/da8ace76c14fcabd","status":"passed","time":{"start":1724921529578,"stop":1724921529578,"duration":0}},{"uid":"e622c12e3e0df816","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e622c12e3e0df816","status":"passed","time":{"start":1724921488876,"stop":1724921488876,"duration":0}},{"uid":"ae332342195ae428","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ae332342195ae428","status":"passed","time":{"start":1724918203677,"stop":1724918203677,"duration":0}},{"uid":"ed9fc08b6b4ca9a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ed9fc08b6b4ca9a7","status":"passed","time":{"start":1724889938355,"stop":1724889938355,"duration":0}},{"uid":"d0f7803cf2e31b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d0f7803cf2e31b","status":"passed","time":{"start":1724889077058,"stop":1724889077059,"duration":1}},{"uid":"c30be2d23374452e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c30be2d23374452e","status":"passed","time":{"start":1724888268012,"stop":1724888268014,"duration":2}},{"uid":"6e5a2698f5bb6b84","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6e5a2698f5bb6b84","status":"passed","time":{"start":1724887032394,"stop":1724887032395,"duration":1}},{"uid":"1543563fefa9b0a7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1543563fefa9b0a7","status":"passed","time":{"start":1724886822788,"stop":1724886822788,"duration":0}},{"uid":"46946f83ce6479f5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/46946f83ce6479f5","status":"passed","time":{"start":1724862233506,"stop":1724862233506,"duration":0}},{"uid":"9728244a6dffea86","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9728244a6dffea86","status":"passed","time":{"start":1724861712666,"stop":1724861712667,"duration":1}},{"uid":"829095ac6974c552","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/829095ac6974c552","status":"passed","time":{"start":1724861567884,"stop":1724861567885,"duration":1}},{"uid":"bdc74ff93d119ef9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bdc74ff93d119ef9","status":"passed","time":{"start":1724861392047,"stop":1724861392048,"duration":1}}]},"7e48da6a07eda3c9d829363fccd0abf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6e82dcb0f65b3d9a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6e82dcb0f65b3d9a","status":"passed","time":{"start":1724922845248,"stop":1724922845248,"duration":0}},{"uid":"cc1cb25c5fb5740e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cc1cb25c5fb5740e","status":"passed","time":{"start":1724921515230,"stop":1724921515231,"duration":1}},{"uid":"a16ea39ff184d17d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a16ea39ff184d17d","status":"passed","time":{"start":1724921475457,"stop":1724921475458,"duration":1}},{"uid":"8345c92c03c66b25","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8345c92c03c66b25","status":"passed","time":{"start":1724918179404,"stop":1724918179404,"duration":0}},{"uid":"43328051e45fa819","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/43328051e45fa819","status":"passed","time":{"start":1724889935344,"stop":1724889935344,"duration":0}},{"uid":"bb3b3e1bd5833368","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bb3b3e1bd5833368","status":"passed","time":{"start":1724889072758,"stop":1724889072758,"duration":0}},{"uid":"195224f22c2b38dd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/195224f22c2b38dd","status":"passed","time":{"start":1724888232419,"stop":1724888232420,"duration":1}},{"uid":"6eb327dce3a9b8ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6eb327dce3a9b8ea","status":"passed","time":{"start":1724887018306,"stop":1724887018306,"duration":0}},{"uid":"8072fe4889611a1c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8072fe4889611a1c","status":"passed","time":{"start":1724886781483,"stop":1724886781484,"duration":1}},{"uid":"63610ca6776b21ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/63610ca6776b21ba","status":"passed","time":{"start":1724862213667,"stop":1724862213667,"duration":0}},{"uid":"1532659d8f34035b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1532659d8f34035b","status":"passed","time":{"start":1724861685860,"stop":1724861685860,"duration":0}},{"uid":"c93671f8332091ca","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c93671f8332091ca","status":"passed","time":{"start":1724861546181,"stop":1724861546181,"duration":0}},{"uid":"c798374a46586028","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c798374a46586028","status":"passed","time":{"start":1724861378115,"stop":1724861378116,"duration":1}}]},"421132b53cd5d0c6f25242ef427f7dc2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"71292dc884080293","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/71292dc884080293","status":"passed","time":{"start":1724889980705,"stop":1724889980705,"duration":0}}]},"e5024ebe6c7f902f22f0fbc318d649ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0d969d20cfc1c3f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f0d969d20cfc1c3f","status":"passed","time":{"start":1724922946231,"stop":1724922946231,"duration":0}}]},"aab8ed67beed8513143c3119293db985:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f4a37d55a16ff1f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1f4a37d55a16ff1f","status":"passed","time":{"start":1724861599499,"stop":1724861599499,"duration":0}}]},"199a3392f62acb07a851cfef0732a94d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ef605e09e1940489","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ef605e09e1940489","status":"passed","time":{"start":1724861475032,"stop":1724861475038,"duration":6}}]},"d69b90a40412201ad3f115d478e406ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"feef3d0369c09bc6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/feef3d0369c09bc6","status":"passed","time":{"start":1724922439100,"stop":1724922439100,"duration":0}},{"uid":"851c6478bc79a3ae","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/851c6478bc79a3ae","status":"passed","time":{"start":1724921098916,"stop":1724921098918,"duration":2}},{"uid":"3d51db6224f0c8a9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3d51db6224f0c8a9","status":"passed","time":{"start":1724921073394,"stop":1724921073395,"duration":1}},{"uid":"43b8c7dc2f24df8e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/43b8c7dc2f24df8e","status":"passed","time":{"start":1724917744662,"stop":1724917744662,"duration":0}},{"uid":"dd51949efd43e977","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd51949efd43e977","status":"passed","time":{"start":1724889518043,"stop":1724889518043,"duration":0}},{"uid":"b75eeb2b744bdbc6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b75eeb2b744bdbc6","status":"passed","time":{"start":1724888665801,"stop":1724888665802,"duration":1}},{"uid":"4a5165f2633b37af","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a5165f2633b37af","status":"passed","time":{"start":1724887821951,"stop":1724887821952,"duration":1}},{"uid":"d68575619eea27b5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d68575619eea27b5","status":"passed","time":{"start":1724886586925,"stop":1724886586925,"duration":0}},{"uid":"590919b258d248cf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/590919b258d248cf","status":"passed","time":{"start":1724886375230,"stop":1724886375231,"duration":1}},{"uid":"afa97424afc7a91","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/afa97424afc7a91","status":"passed","time":{"start":1724861815216,"stop":1724861815217,"duration":1}},{"uid":"41ebed44a864acf9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/41ebed44a864acf9","status":"passed","time":{"start":1724861291721,"stop":1724861291722,"duration":1}},{"uid":"d0d44b2c91b3e871","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d0d44b2c91b3e871","status":"passed","time":{"start":1724861109877,"stop":1724861109878,"duration":1}},{"uid":"c43be1e2ed46f5e2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c43be1e2ed46f5e2","status":"passed","time":{"start":1724860972341,"stop":1724860972342,"duration":1}}]},"f248704e2b65823722fef4ea08528e23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5fa8806e300dd930","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5fa8806e300dd930","status":"passed","time":{"start":1724922887520,"stop":1724922887520,"duration":0}},{"uid":"19c216099db73e59","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/19c216099db73e59","status":"passed","time":{"start":1724921564770,"stop":1724921564771,"duration":1}},{"uid":"ee3c6ce782f92067","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ee3c6ce782f92067","status":"passed","time":{"start":1724921518779,"stop":1724921518780,"duration":1}},{"uid":"986d25419c57e384","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/986d25419c57e384","status":"passed","time":{"start":1724918229394,"stop":1724918229394,"duration":0}},{"uid":"fb29fd6dbbe8822d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb29fd6dbbe8822d","status":"passed","time":{"start":1724889980691,"stop":1724889980692,"duration":1}},{"uid":"2108a8cd7b1b3b68","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2108a8cd7b1b3b68","status":"passed","time":{"start":1724889111153,"stop":1724889111154,"duration":1}},{"uid":"8cc3fbe30ce7d328","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8cc3fbe30ce7d328","status":"passed","time":{"start":1724888292523,"stop":1724888292524,"duration":1}},{"uid":"7bfb624e145fb074","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7bfb624e145fb074","status":"passed","time":{"start":1724887068218,"stop":1724887068219,"duration":1}},{"uid":"336645ecba6fd1ee","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/336645ecba6fd1ee","status":"passed","time":{"start":1724886848916,"stop":1724886848917,"duration":1}},{"uid":"d128f306a80575f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d128f306a80575f9","status":"passed","time":{"start":1724862262041,"stop":1724862262042,"duration":1}},{"uid":"8eafb94b7a05dfb7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8eafb94b7a05dfb7","status":"passed","time":{"start":1724861741885,"stop":1724861741885,"duration":0}},{"uid":"199e4d1c0e936b99","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/199e4d1c0e936b99","status":"passed","time":{"start":1724861599480,"stop":1724861599480,"duration":0}},{"uid":"a1114379bdb7a7d1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a1114379bdb7a7d1","status":"passed","time":{"start":1724861428469,"stop":1724861428470,"duration":1}}]},"6bba0f4528bed3887287065f399abcb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"16a990b80753a436","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/16a990b80753a436","status":"passed","time":{"start":1724922382330,"stop":1724922382331,"duration":1}},{"uid":"c3a479b6898dc842","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c3a479b6898dc842","status":"passed","time":{"start":1724921045535,"stop":1724921045535,"duration":0}},{"uid":"955374c72e529922","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/955374c72e529922","status":"passed","time":{"start":1724921020728,"stop":1724921020729,"duration":1}},{"uid":"63319cab01cef793","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/63319cab01cef793","status":"passed","time":{"start":1724917681058,"stop":1724917681060,"duration":2}},{"uid":"27f9b775ef5e137e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/27f9b775ef5e137e","status":"passed","time":{"start":1724889459952,"stop":1724889459953,"duration":1}},{"uid":"f4aab9528790287a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f4aab9528790287a","status":"passed","time":{"start":1724888610541,"stop":1724888610542,"duration":1}},{"uid":"a10cfa737ecf8912","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a10cfa737ecf8912","status":"passed","time":{"start":1724887766850,"stop":1724887766850,"duration":0}},{"uid":"681f071e3ecfc241","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/681f071e3ecfc241","status":"passed","time":{"start":1724886533246,"stop":1724886533246,"duration":0}},{"uid":"432c37dbd8f3eb07","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/432c37dbd8f3eb07","status":"passed","time":{"start":1724886311093,"stop":1724886311094,"duration":1}},{"uid":"1895ec274ec2c098","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1895ec274ec2c098","status":"passed","time":{"start":1724861760051,"stop":1724861760052,"duration":1}},{"uid":"47b718e0dc9cdc55","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/47b718e0dc9cdc55","status":"passed","time":{"start":1724861230834,"stop":1724861230835,"duration":1}},{"uid":"5a98d423d35ed9db","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5a98d423d35ed9db","status":"passed","time":{"start":1724861053407,"stop":1724861053408,"duration":1}},{"uid":"bf10f68448642b1e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bf10f68448642b1e","status":"passed","time":{"start":1724860914747,"stop":1724860914747,"duration":0}}]},"6c964751053cbe5c30dacd35bed95023:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4f0d2ccbf726c55c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4f0d2ccbf726c55c","status":"passed","time":{"start":1724922611441,"stop":1724922611441,"duration":0}},{"uid":"3bb55abc564f8f8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3bb55abc564f8f8","status":"passed","time":{"start":1724921270364,"stop":1724921270364,"duration":0}},{"uid":"e7ca83deb6ca64d5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e7ca83deb6ca64d5","status":"passed","time":{"start":1724921247826,"stop":1724921247826,"duration":0}},{"uid":"93ff21d5d05388f1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/93ff21d5d05388f1","status":"passed","time":{"start":1724917989824,"stop":1724917989824,"duration":0}},{"uid":"4916a76761675763","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4916a76761675763","status":"passed","time":{"start":1724889678568,"stop":1724889678569,"duration":1}},{"uid":"b7b8369bcf38969e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b7b8369bcf38969e","status":"passed","time":{"start":1724888829847,"stop":1724888829847,"duration":0}},{"uid":"8ba56aa0759b0584","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8ba56aa0759b0584","status":"passed","time":{"start":1724888077015,"stop":1724888077015,"duration":0}},{"uid":"67e36d2ac2ad717a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/67e36d2ac2ad717a","status":"passed","time":{"start":1724886851130,"stop":1724886851130,"duration":0}},{"uid":"2375cfc2aba3d8ee","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2375cfc2aba3d8ee","status":"passed","time":{"start":1724886647120,"stop":1724886647121,"duration":1}},{"uid":"270a8d5163a5847e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/270a8d5163a5847e","status":"passed","time":{"start":1724861992716,"stop":1724861992716,"duration":0}},{"uid":"e629a6eedb74d09","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e629a6eedb74d09","status":"passed","time":{"start":1724861469648,"stop":1724861469648,"duration":0}},{"uid":"c9db0f612dd61942","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c9db0f612dd61942","status":"passed","time":{"start":1724861284870,"stop":1724861284870,"duration":0}},{"uid":"7dfe45c90fbbd76b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7dfe45c90fbbd76b","status":"passed","time":{"start":1724861145818,"stop":1724861145818,"duration":0}}]},"31e4c7828708bf30709aa1e135ae6cfe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8d2d1f1ddbccb558","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8d2d1f1ddbccb558","status":"passed","time":{"start":1724889980706,"stop":1724889980706,"duration":0}}]},"9a0af2b5cc43fb62c086cad6069eb389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cda1efeb383a3fd4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cda1efeb383a3fd4","status":"passed","time":{"start":1724922727645,"stop":1724922727645,"duration":0}},{"uid":"6c709d1b0fbb1aa8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6c709d1b0fbb1aa8","status":"passed","time":{"start":1724921379978,"stop":1724921379979,"duration":1}},{"uid":"9054efc0e61f179d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9054efc0e61f179d","status":"passed","time":{"start":1724921359712,"stop":1724921359713,"duration":1}},{"uid":"86b242e0d287f502","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/86b242e0d287f502","status":"passed","time":{"start":1724918127240,"stop":1724918127243,"duration":3}},{"uid":"cb7f9f3f7dab9b75","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cb7f9f3f7dab9b75","status":"passed","time":{"start":1724889805611,"stop":1724889805612,"duration":1}},{"uid":"599dac25d930cc0c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/599dac25d930cc0c","status":"passed","time":{"start":1724888940684,"stop":1724888940685,"duration":1}},{"uid":"84b2191a68f8c2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/84b2191a68f8c2","status":"passed","time":{"start":1724888168648,"stop":1724888168648,"duration":0}},{"uid":"210a46e88ea49a6e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/210a46e88ea49a6e","status":"passed","time":{"start":1724886924216,"stop":1724886924216,"duration":0}},{"uid":"f7c593a1e3ab4866","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f7c593a1e3ab4866","status":"passed","time":{"start":1724886701804,"stop":1724886701805,"duration":1}},{"uid":"c9c070eab7fac618","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c9c070eab7fac618","status":"passed","time":{"start":1724862112740,"stop":1724862112741,"duration":1}},{"uid":"75171d7c4b4e925c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/75171d7c4b4e925c","status":"passed","time":{"start":1724861584868,"stop":1724861584868,"duration":0}},{"uid":"93fc68de318c10e7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/93fc68de318c10e7","status":"passed","time":{"start":1724861464479,"stop":1724861464483,"duration":4}},{"uid":"be51593ba76f4808","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/be51593ba76f4808","status":"passed","time":{"start":1724861254912,"stop":1724861254912,"duration":0}}]},"7a1f1625162dea6a19df34ddf052c945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3a1b1325b94fe504","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3a1b1325b94fe504","status":"passed","time":{"start":1724922485956,"stop":1724922485956,"duration":0}},{"uid":"1ae99eb780a949d3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1ae99eb780a949d3","status":"passed","time":{"start":1724921148663,"stop":1724921148663,"duration":0}},{"uid":"7a605202febb4746","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7a605202febb4746","status":"passed","time":{"start":1724921125026,"stop":1724921125027,"duration":1}},{"uid":"f4ba2402d520df4b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f4ba2402d520df4b","status":"passed","time":{"start":1724917782910,"stop":1724917782910,"duration":0}},{"uid":"1636fb040cb15150","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1636fb040cb15150","status":"passed","time":{"start":1724889568679,"stop":1724889568679,"duration":0}},{"uid":"ab4b82a8314e2f11","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ab4b82a8314e2f11","status":"passed","time":{"start":1724888712710,"stop":1724888712710,"duration":0}},{"uid":"54fcc0ee922293a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/54fcc0ee922293a","status":"passed","time":{"start":1724887870880,"stop":1724887870880,"duration":0}},{"uid":"2f99113a81d1723","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2f99113a81d1723","status":"passed","time":{"start":1724886637708,"stop":1724886637708,"duration":0}},{"uid":"57efa2bf04e1d01","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/57efa2bf04e1d01","status":"passed","time":{"start":1724886418626,"stop":1724886418627,"duration":1}},{"uid":"7f73aa2ad8862022","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7f73aa2ad8862022","status":"passed","time":{"start":1724861865559,"stop":1724861865559,"duration":0}},{"uid":"d81c9e0f1da7ddcb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d81c9e0f1da7ddcb","status":"passed","time":{"start":1724861334265,"stop":1724861334265,"duration":0}},{"uid":"5ec9715e88a4e831","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5ec9715e88a4e831","status":"passed","time":{"start":1724861163784,"stop":1724861163784,"duration":0}},{"uid":"106f0a83641ca670","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/106f0a83641ca670","status":"passed","time":{"start":1724861021893,"stop":1724861021894,"duration":1}}]},"fbd400264491138571ba5ec2e41821ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"729ebd053dc5faf6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/729ebd053dc5faf6","status":"passed","time":{"start":1724922611431,"stop":1724922611431,"duration":0}},{"uid":"debcddba4baa6d3e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/debcddba4baa6d3e","status":"passed","time":{"start":1724921270352,"stop":1724921270352,"duration":0}},{"uid":"147b162f5e409a78","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/147b162f5e409a78","status":"passed","time":{"start":1724921247813,"stop":1724921247813,"duration":0}},{"uid":"320e94c97ffa6e99","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/320e94c97ffa6e99","status":"passed","time":{"start":1724917989814,"stop":1724917989814,"duration":0}},{"uid":"7e911a51ff09b6a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e911a51ff09b6a0","status":"passed","time":{"start":1724889678546,"stop":1724889678546,"duration":0}},{"uid":"ad0aecfd7dbe403b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ad0aecfd7dbe403b","status":"passed","time":{"start":1724888829833,"stop":1724888829833,"duration":0}},{"uid":"7c42cdb4f32f536","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7c42cdb4f32f536","status":"passed","time":{"start":1724888076985,"stop":1724888076986,"duration":1}},{"uid":"5d7e9ff0403f1c9d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5d7e9ff0403f1c9d","status":"passed","time":{"start":1724886851121,"stop":1724886851121,"duration":0}},{"uid":"dffd4bcdfdd0354c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dffd4bcdfdd0354c","status":"passed","time":{"start":1724886647084,"stop":1724886647085,"duration":1}},{"uid":"97ea9ca98b59934","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97ea9ca98b59934","status":"passed","time":{"start":1724861992708,"stop":1724861992709,"duration":1}},{"uid":"adc9475a5754fa4b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/adc9475a5754fa4b","status":"passed","time":{"start":1724861469637,"stop":1724861469637,"duration":0}},{"uid":"1a0ded76f55f3d22","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1a0ded76f55f3d22","status":"passed","time":{"start":1724861284853,"stop":1724861284853,"duration":0}},{"uid":"3367905fc35f929a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3367905fc35f929a","status":"passed","time":{"start":1724861145798,"stop":1724861145798,"duration":0}}]},"771a22df78ba07a9ddb621fd50e33799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"870e78783f937d72","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/870e78783f937d72","status":"passed","time":{"start":1724890039741,"stop":1724890039742,"duration":1}}]},"aec9a534d6cf627e38daca66c493fcd2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fcfe5c255713c552","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fcfe5c255713c552","status":"passed","time":{"start":1724862320147,"stop":1724862320148,"duration":1}}]},"bf30cdca0ced3f0aa8ac2ca04b0abdab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1b4437906e217352","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1b4437906e217352","status":"passed","time":{"start":1724922374685,"stop":1724922374685,"duration":0}},{"uid":"beb86ae22843be","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/beb86ae22843be","status":"passed","time":{"start":1724921037646,"stop":1724921037647,"duration":1}},{"uid":"e8ed994c7f56a640","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e8ed994c7f56a640","status":"passed","time":{"start":1724921013059,"stop":1724921013059,"duration":0}},{"uid":"1d2a7ac7b80ce182","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1d2a7ac7b80ce182","status":"passed","time":{"start":1724917673301,"stop":1724917673301,"duration":0}},{"uid":"2050ed8a1a7a53c1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2050ed8a1a7a53c1","status":"passed","time":{"start":1724889452320,"stop":1724889452320,"duration":0}},{"uid":"4e0c96f2d048f727","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4e0c96f2d048f727","status":"passed","time":{"start":1724888602851,"stop":1724888602852,"duration":1}},{"uid":"3fcb41d182358d1b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3fcb41d182358d1b","status":"passed","time":{"start":1724887759173,"stop":1724887759173,"duration":0}},{"uid":"9c33c9407d74c1c6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9c33c9407d74c1c6","status":"passed","time":{"start":1724886525552,"stop":1724886525552,"duration":0}},{"uid":"94457771dc2db6e6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/94457771dc2db6e6","status":"passed","time":{"start":1724886303407,"stop":1724886303407,"duration":0}},{"uid":"c4835d8e21c95a21","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4835d8e21c95a21","status":"passed","time":{"start":1724861752239,"stop":1724861752239,"duration":0}},{"uid":"b14ce5a72165f5d4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b14ce5a72165f5d4","status":"passed","time":{"start":1724861223364,"stop":1724861223364,"duration":0}},{"uid":"b19f5dc9f4c354c2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b19f5dc9f4c354c2","status":"passed","time":{"start":1724861045212,"stop":1724861045212,"duration":0}},{"uid":"caf78e5919ae12c2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/caf78e5919ae12c2","status":"passed","time":{"start":1724860907097,"stop":1724860907098,"duration":1}}]},"af008c8101368fe05b63db223cb65e09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"4313fc3879caeb60","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4313fc3879caeb60","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922845654,"stop":1724922845654,"duration":0}},{"uid":"b1308b964a7db8de","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b1308b964a7db8de","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515419,"stop":1724921515419,"duration":0}},{"uid":"84375dcb456eb23a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/84375dcb456eb23a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475839,"stop":1724921475839,"duration":0}},{"uid":"ffe97a9c5437c75f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ffe97a9c5437c75f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179673,"stop":1724918179673,"duration":0}},{"uid":"62e5735453dc105f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/62e5735453dc105f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935530,"stop":1724889935531,"duration":1}},{"uid":"3827982d8a20bdc9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3827982d8a20bdc9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072944,"stop":1724889072944,"duration":0}},{"uid":"f7233b0c437714f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f7233b0c437714f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232587,"stop":1724888232587,"duration":0}},{"uid":"287d343cea3d23ac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/287d343cea3d23ac","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018518,"stop":1724887018519,"duration":1}},{"uid":"ea11b40908316bb2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ea11b40908316bb2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781724,"stop":1724886781724,"duration":0}},{"uid":"2062d19c4a1ca6b6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2062d19c4a1ca6b6","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213904,"stop":1724862213904,"duration":0}},{"uid":"8f5d8b457cfe6d63","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8f5d8b457cfe6d63","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861686115,"stop":1724861686115,"duration":0}},{"uid":"608d86cd0b01ce77","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/608d86cd0b01ce77","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546461,"stop":1724861546462,"duration":1}},{"uid":"6acc6d2f3b5ab68e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6acc6d2f3b5ab68e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378279,"stop":1724861378279,"duration":0}}]},"3a5d03a4e675d91bf143c5c3c201d2f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f2bbc00f87da88be","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f2bbc00f87da88be","status":"passed","time":{"start":1724861770123,"stop":1724861770128,"duration":5}}]},"3ea98957b5cb7d3b4544b188c0423fd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8584a697b55ac989","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8584a697b55ac989","status":"passed","time":{"start":1724922887535,"stop":1724922887535,"duration":0}},{"uid":"13f90dc2b9de9a38","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/13f90dc2b9de9a38","status":"passed","time":{"start":1724921564785,"stop":1724921564785,"duration":0}},{"uid":"758e1d2f8395299","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/758e1d2f8395299","status":"passed","time":{"start":1724921518836,"stop":1724921518844,"duration":8}},{"uid":"ab8477e11d2b7dcd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ab8477e11d2b7dcd","status":"passed","time":{"start":1724918229409,"stop":1724918229410,"duration":1}},{"uid":"16aaab6f0295b297","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/16aaab6f0295b297","status":"passed","time":{"start":1724889980709,"stop":1724889980709,"duration":0}},{"uid":"e7dd12a53a83ca1b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e7dd12a53a83ca1b","status":"passed","time":{"start":1724889111186,"stop":1724889111186,"duration":0}},{"uid":"1891540704bb6f68","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1891540704bb6f68","status":"passed","time":{"start":1724888292549,"stop":1724888292550,"duration":1}},{"uid":"864e9e6769d534b4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/864e9e6769d534b4","status":"passed","time":{"start":1724887068234,"stop":1724887068235,"duration":1}},{"uid":"bcc3ac874faa17e7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bcc3ac874faa17e7","status":"passed","time":{"start":1724886848944,"stop":1724886848945,"duration":1}},{"uid":"2d01a4d853cf8f3f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d01a4d853cf8f3f","status":"passed","time":{"start":1724862262058,"stop":1724862262059,"duration":1}},{"uid":"19ce680c207ae530","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/19ce680c207ae530","status":"passed","time":{"start":1724861741901,"stop":1724861741901,"duration":0}},{"uid":"4608c398f1e29bcd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4608c398f1e29bcd","status":"passed","time":{"start":1724861599505,"stop":1724861599505,"duration":0}},{"uid":"30ac07780b73a3bb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/30ac07780b73a3bb","status":"passed","time":{"start":1724861428484,"stop":1724861428484,"duration":0}}]},"c22ef29f7a6a4243764370ca0290073a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a408290d26888362","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a408290d26888362","status":"passed","time":{"start":1724922611428,"stop":1724922611428,"duration":0}},{"uid":"54249c2c9fdb724c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/54249c2c9fdb724c","status":"passed","time":{"start":1724921270350,"stop":1724921270350,"duration":0}},{"uid":"fd008b5972c7c728","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fd008b5972c7c728","status":"passed","time":{"start":1724921247806,"stop":1724921247808,"duration":2}},{"uid":"80dd1d886c1fbe9d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/80dd1d886c1fbe9d","status":"passed","time":{"start":1724917989812,"stop":1724917989812,"duration":0}},{"uid":"ea56f24031c3814a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ea56f24031c3814a","status":"passed","time":{"start":1724889678535,"stop":1724889678536,"duration":1}},{"uid":"da68b11f4fb7c91a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/da68b11f4fb7c91a","status":"passed","time":{"start":1724888829831,"stop":1724888829831,"duration":0}},{"uid":"a18dfc9e91a11845","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a18dfc9e91a11845","status":"passed","time":{"start":1724888076979,"stop":1724888076980,"duration":1}},{"uid":"48914bde51314fea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/48914bde51314fea","status":"passed","time":{"start":1724886851118,"stop":1724886851118,"duration":0}},{"uid":"6e35682a659b6d08","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6e35682a659b6d08","status":"passed","time":{"start":1724886647071,"stop":1724886647073,"duration":2}},{"uid":"7e901b17986c4620","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e901b17986c4620","status":"passed","time":{"start":1724861992706,"stop":1724861992707,"duration":1}},{"uid":"a54ebdccbae28d36","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a54ebdccbae28d36","status":"passed","time":{"start":1724861469634,"stop":1724861469635,"duration":1}},{"uid":"e448106fa62fb690","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e448106fa62fb690","status":"passed","time":{"start":1724861284850,"stop":1724861284850,"duration":0}},{"uid":"caf49b953c141f5b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/caf49b953c141f5b","status":"passed","time":{"start":1724861145784,"stop":1724861145784,"duration":0}}]},"9775e23b36b001dd0df94df1f330912f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6a87c4e567d132e9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6a87c4e567d132e9","status":"passed","time":{"start":1724922845232,"stop":1724922845233,"duration":1}},{"uid":"2ee7ee1a93f15197","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2ee7ee1a93f15197","status":"passed","time":{"start":1724921515218,"stop":1724921515219,"duration":1}},{"uid":"b0bd3ebee40839c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b0bd3ebee40839c","status":"passed","time":{"start":1724921475435,"stop":1724921475436,"duration":1}},{"uid":"a4ba19843e2fc24b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a4ba19843e2fc24b","status":"passed","time":{"start":1724918179367,"stop":1724918179376,"duration":9}},{"uid":"4b82583bc8d43c5d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b82583bc8d43c5d","status":"passed","time":{"start":1724889935332,"stop":1724889935333,"duration":1}},{"uid":"3b27b387132264d0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3b27b387132264d0","status":"passed","time":{"start":1724889072745,"stop":1724889072745,"duration":0}},{"uid":"3b6c540c8fbfed44","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3b6c540c8fbfed44","status":"passed","time":{"start":1724888232406,"stop":1724888232407,"duration":1}},{"uid":"e96caf7fac5b6f3e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e96caf7fac5b6f3e","status":"passed","time":{"start":1724887018286,"stop":1724887018287,"duration":1}},{"uid":"e16efe8797bde413","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e16efe8797bde413","status":"passed","time":{"start":1724886781471,"stop":1724886781471,"duration":0}},{"uid":"a8fab9421db1a68a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a8fab9421db1a68a","status":"passed","time":{"start":1724862213654,"stop":1724862213654,"duration":0}},{"uid":"e36ff560d15def0d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e36ff560d15def0d","status":"passed","time":{"start":1724861685847,"stop":1724861685847,"duration":0}},{"uid":"c348da630c885bda","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c348da630c885bda","status":"passed","time":{"start":1724861546162,"stop":1724861546162,"duration":0}},{"uid":"c3404601f6a5bd7c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c3404601f6a5bd7c","status":"passed","time":{"start":1724861378102,"stop":1724861378102,"duration":0}}]},"8d1bd5bfd1a9ea35a7c878bd9df34570:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c8a231eb16c634eb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c8a231eb16c634eb","status":"passed","time":{"start":1724922921474,"stop":1724922921475,"duration":1}}]},"15d8fa3681f738923124b31fb1a6f5ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ed6a4fd50406bc40","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ed6a4fd50406bc40","status":"passed","time":{"start":1724922383091,"stop":1724922383091,"duration":0}},{"uid":"429a8970c81439fc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/429a8970c81439fc","status":"passed","time":{"start":1724921046208,"stop":1724921046208,"duration":0}},{"uid":"41fe07500e3892ff","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/41fe07500e3892ff","status":"passed","time":{"start":1724921021479,"stop":1724921021479,"duration":0}},{"uid":"78e6e6e2899b33cb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/78e6e6e2899b33cb","status":"passed","time":{"start":1724917681727,"stop":1724917681727,"duration":0}},{"uid":"204931cf268cb360","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/204931cf268cb360","status":"passed","time":{"start":1724889460655,"stop":1724889460655,"duration":0}},{"uid":"55b28f0804211fbc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/55b28f0804211fbc","status":"passed","time":{"start":1724888611298,"stop":1724888611299,"duration":1}},{"uid":"a05683f6863136ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a05683f6863136ba","status":"passed","time":{"start":1724887767623,"stop":1724887767623,"duration":0}},{"uid":"67890f6bc1ae6dd4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/67890f6bc1ae6dd4","status":"passed","time":{"start":1724886533994,"stop":1724886533995,"duration":1}},{"uid":"b88a9bd06cf9db86","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b88a9bd06cf9db86","status":"passed","time":{"start":1724886311761,"stop":1724886311761,"duration":0}},{"uid":"6222e3ec8364276f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6222e3ec8364276f","status":"passed","time":{"start":1724861760779,"stop":1724861760779,"duration":0}},{"uid":"3c95dec0df1f95fa","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3c95dec0df1f95fa","status":"passed","time":{"start":1724861231737,"stop":1724861231737,"duration":0}},{"uid":"6a4c688a2dd485cb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6a4c688a2dd485cb","status":"passed","time":{"start":1724861054260,"stop":1724861054260,"duration":0}},{"uid":"e45a360a6a99f3a3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e45a360a6a99f3a3","status":"passed","time":{"start":1724860915818,"stop":1724860915818,"duration":0}}]},"a319fa3945ccae851acd728091820d37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8acff7ef608041f0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8acff7ef608041f0","status":"passed","time":{"start":1724922383090,"stop":1724922383090,"duration":0}},{"uid":"5dad0a3d54672d90","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5dad0a3d54672d90","status":"passed","time":{"start":1724921046206,"stop":1724921046206,"duration":0}},{"uid":"e567c809e1c2d88c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e567c809e1c2d88c","status":"passed","time":{"start":1724921021478,"stop":1724921021478,"duration":0}},{"uid":"8bd03fbc19fcccd7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8bd03fbc19fcccd7","status":"passed","time":{"start":1724917681726,"stop":1724917681726,"duration":0}},{"uid":"864d8f859c74b562","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/864d8f859c74b562","status":"passed","time":{"start":1724889460654,"stop":1724889460654,"duration":0}},{"uid":"80d44a834c8da08c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80d44a834c8da08c","status":"passed","time":{"start":1724888611297,"stop":1724888611297,"duration":0}},{"uid":"e8c8442d5c3ee24b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e8c8442d5c3ee24b","status":"passed","time":{"start":1724887767622,"stop":1724887767622,"duration":0}},{"uid":"4629ff05057ef0e1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4629ff05057ef0e1","status":"passed","time":{"start":1724886533992,"stop":1724886533993,"duration":1}},{"uid":"a9c1a4d91c6eae3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a9c1a4d91c6eae3","status":"passed","time":{"start":1724886311760,"stop":1724886311760,"duration":0}},{"uid":"41bccbbddb4bec64","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/41bccbbddb4bec64","status":"passed","time":{"start":1724861760777,"stop":1724861760778,"duration":1}},{"uid":"94dde1c764b600a2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/94dde1c764b600a2","status":"passed","time":{"start":1724861231736,"stop":1724861231736,"duration":0}},{"uid":"b21752c7ae49c08f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b21752c7ae49c08f","status":"passed","time":{"start":1724861054258,"stop":1724861054258,"duration":0}},{"uid":"1a24df9a3af65512","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1a24df9a3af65512","status":"passed","time":{"start":1724860915816,"stop":1724860915817,"duration":1}}]},"79c5c536616a9eb0ca5bcb3b21520067:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cc0fc8c97aa92a30","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc0fc8c97aa92a30","status":"passed","time":{"start":1724889144084,"stop":1724889144085,"duration":1}}]},"753c7ba84a2a634209cc37749af1cdbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bdee7b6fea37e6d4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bdee7b6fea37e6d4","status":"passed","time":{"start":1724922383090,"stop":1724922383090,"duration":0}},{"uid":"d62e023caaab4937","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d62e023caaab4937","status":"passed","time":{"start":1724921046206,"stop":1724921046206,"duration":0}},{"uid":"bc2c093024ad12e9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bc2c093024ad12e9","status":"passed","time":{"start":1724921021478,"stop":1724921021478,"duration":0}},{"uid":"bba8cb1c68d03d2d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bba8cb1c68d03d2d","status":"passed","time":{"start":1724917681726,"stop":1724917681726,"duration":0}},{"uid":"7d694b4db80bf825","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7d694b4db80bf825","status":"passed","time":{"start":1724889460653,"stop":1724889460654,"duration":1}},{"uid":"ff2f08edadd33965","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff2f08edadd33965","status":"passed","time":{"start":1724888611297,"stop":1724888611297,"duration":0}},{"uid":"50800ae4a46686ad","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/50800ae4a46686ad","status":"passed","time":{"start":1724887767622,"stop":1724887767622,"duration":0}},{"uid":"bdb67b593236f9e4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bdb67b593236f9e4","status":"passed","time":{"start":1724886533992,"stop":1724886533992,"duration":0}},{"uid":"dbc85871463d73fd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dbc85871463d73fd","status":"passed","time":{"start":1724886311760,"stop":1724886311760,"duration":0}},{"uid":"4d1dc509567748ca","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4d1dc509567748ca","status":"passed","time":{"start":1724861760777,"stop":1724861760777,"duration":0}},{"uid":"1ba87e64b76c7f13","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1ba87e64b76c7f13","status":"passed","time":{"start":1724861231736,"stop":1724861231736,"duration":0}},{"uid":"946e3804945b0839","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/946e3804945b0839","status":"passed","time":{"start":1724861054258,"stop":1724861054258,"duration":0}},{"uid":"d4d7f22712b01244","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d4d7f22712b01244","status":"passed","time":{"start":1724860915816,"stop":1724860915816,"duration":0}}]},"e133df54c067e43ed88a36f702a54bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"84c0403f07001235","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/84c0403f07001235","status":"passed","time":{"start":1724922374695,"stop":1724922374695,"duration":0}},{"uid":"3b9d7d25cc00d054","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3b9d7d25cc00d054","status":"passed","time":{"start":1724921037654,"stop":1724921037654,"duration":0}},{"uid":"fea552f0e71b65d4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fea552f0e71b65d4","status":"passed","time":{"start":1724921013069,"stop":1724921013069,"duration":0}},{"uid":"5222bd1e99356384","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5222bd1e99356384","status":"passed","time":{"start":1724917673309,"stop":1724917673309,"duration":0}},{"uid":"7bdb16c79c6593ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7bdb16c79c6593ac","status":"passed","time":{"start":1724889452329,"stop":1724889452329,"duration":0}},{"uid":"4667d52cfabb2be5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4667d52cfabb2be5","status":"passed","time":{"start":1724888602861,"stop":1724888602862,"duration":1}},{"uid":"23037ba73387885f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/23037ba73387885f","status":"passed","time":{"start":1724887759181,"stop":1724887759181,"duration":0}},{"uid":"f9a41c797f193e83","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f9a41c797f193e83","status":"passed","time":{"start":1724886525559,"stop":1724886525559,"duration":0}},{"uid":"8fb198ce6b6d1c28","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8fb198ce6b6d1c28","status":"passed","time":{"start":1724886303415,"stop":1724886303415,"duration":0}},{"uid":"71c37f78c2362c4a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/71c37f78c2362c4a","status":"passed","time":{"start":1724861752251,"stop":1724861752252,"duration":1}},{"uid":"16f9bcdfa1ed35d5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/16f9bcdfa1ed35d5","status":"passed","time":{"start":1724861223372,"stop":1724861223372,"duration":0}},{"uid":"743c9d16a43be8e6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/743c9d16a43be8e6","status":"passed","time":{"start":1724861045221,"stop":1724861045222,"duration":1}},{"uid":"aa3efc206cba331f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/aa3efc206cba331f","status":"passed","time":{"start":1724860907108,"stop":1724860907108,"duration":0}}]},"c586008d62591ddc994745034f016700:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5b3aa10343e67fc7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5b3aa10343e67fc7","status":"passed","time":{"start":1724922661637,"stop":1724922661638,"duration":1}},{"uid":"384ef4bda504e672","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/384ef4bda504e672","status":"passed","time":{"start":1724921321310,"stop":1724921321311,"duration":1}},{"uid":"8a527468e6c549a4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8a527468e6c549a4","status":"passed","time":{"start":1724921298784,"stop":1724921298785,"duration":1}},{"uid":"7fc018b4404076bb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7fc018b4404076bb","status":"passed","time":{"start":1724918008228,"stop":1724918008229,"duration":1}},{"uid":"9486d7c798fd4e51","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9486d7c798fd4e51","status":"passed","time":{"start":1724889728595,"stop":1724889728595,"duration":0}},{"uid":"1a02b879556169f1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1a02b879556169f1","status":"passed","time":{"start":1724888882874,"stop":1724888882874,"duration":0}},{"uid":"d8f28c7e895a6983","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d8f28c7e895a6983","status":"passed","time":{"start":1724888111024,"stop":1724888111024,"duration":0}},{"uid":"a3a9c4ffb7950236","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a3a9c4ffb7950236","status":"passed","time":{"start":1724886869446,"stop":1724886869447,"duration":1}},{"uid":"7377085b80fd3164","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7377085b80fd3164","status":"passed","time":{"start":1724886642936,"stop":1724886642936,"duration":0}},{"uid":"a3ba8ebce54d692e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3ba8ebce54d692e","status":"passed","time":{"start":1724862044580,"stop":1724862044581,"duration":1}},{"uid":"334b9140cfdcffdc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/334b9140cfdcffdc","status":"passed","time":{"start":1724861523033,"stop":1724861523033,"duration":0}},{"uid":"c0b118c8907b34c8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0b118c8907b34c8","status":"passed","time":{"start":1724861362471,"stop":1724861362472,"duration":1}},{"uid":"e9fdd50f07536214","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e9fdd50f07536214","status":"passed","time":{"start":1724861196811,"stop":1724861196821,"duration":10}}]},"300a0c27e4a7ab1bd42fc8462ec23573:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"95b12671afb476ac","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/95b12671afb476ac","status":"passed","time":{"start":1724861655174,"stop":1724861655175,"duration":1}}]},"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d826104d268accf1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d826104d268accf1","status":"passed","time":{"start":1724922635356,"stop":1724922635356,"duration":0}},{"uid":"8b3cfea0817c9786","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8b3cfea0817c9786","status":"passed","time":{"start":1724921297012,"stop":1724921297015,"duration":3}},{"uid":"4c6f7cbe71e50e9a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4c6f7cbe71e50e9a","status":"passed","time":{"start":1724921276369,"stop":1724921276370,"duration":1}},{"uid":"5b76a5fc9c103585","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5b76a5fc9c103585","status":"passed","time":{"start":1724917948327,"stop":1724917948328,"duration":1}},{"uid":"45d8d1bdcb188289","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/45d8d1bdcb188289","status":"passed","time":{"start":1724889729012,"stop":1724889729012,"duration":0}},{"uid":"b5b127891d729e82","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b5b127891d729e82","status":"passed","time":{"start":1724888864958,"stop":1724888864958,"duration":0}},{"uid":"9b34d523de216188","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9b34d523de216188","status":"passed","time":{"start":1724888053749,"stop":1724888053749,"duration":0}},{"uid":"c85b96ac080ed648","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c85b96ac080ed648","status":"passed","time":{"start":1724886811664,"stop":1724886811664,"duration":0}},{"uid":"9ae17c19b92ef8c7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9ae17c19b92ef8c7","status":"passed","time":{"start":1724886581006,"stop":1724886581007,"duration":1}},{"uid":"33930ae067a2d912","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33930ae067a2d912","status":"passed","time":{"start":1724862019564,"stop":1724862019564,"duration":0}},{"uid":"be6cffb8fe424879","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/be6cffb8fe424879","status":"passed","time":{"start":1724861493939,"stop":1724861493939,"duration":0}},{"uid":"f12e858a5511ea02","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f12e858a5511ea02","status":"passed","time":{"start":1724861318044,"stop":1724861318044,"duration":0}},{"uid":"f22fe5789422aaff","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f22fe5789422aaff","status":"passed","time":{"start":1724861178518,"stop":1724861178518,"duration":0}}]},"4c78612da47dea854604d4cd1b33ac07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5c81e009bccf48d2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5c81e009bccf48d2","status":"passed","time":{"start":1724922374767,"stop":1724922374767,"duration":0}},{"uid":"1d1c2dd1ef90a4be","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1d1c2dd1ef90a4be","status":"passed","time":{"start":1724921037760,"stop":1724921037761,"duration":1}},{"uid":"65bc4f19496e401b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/65bc4f19496e401b","status":"passed","time":{"start":1724921013107,"stop":1724921013107,"duration":0}},{"uid":"8b59f160a8f915fb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8b59f160a8f915fb","status":"passed","time":{"start":1724917673400,"stop":1724917673400,"duration":0}},{"uid":"c369beaad7c21ef5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c369beaad7c21ef5","status":"passed","time":{"start":1724889452425,"stop":1724889452425,"duration":0}},{"uid":"a60e234f85739a3f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a60e234f85739a3f","status":"passed","time":{"start":1724888602932,"stop":1724888602932,"duration":0}},{"uid":"c6f888b604058615","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c6f888b604058615","status":"passed","time":{"start":1724887759206,"stop":1724887759206,"duration":0}},{"uid":"755746813227bd56","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/755746813227bd56","status":"passed","time":{"start":1724886525512,"stop":1724886525512,"duration":0}},{"uid":"9c6f9866d0c924c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9c6f9866d0c924c","status":"passed","time":{"start":1724886303417,"stop":1724886303417,"duration":0}},{"uid":"fecc5ec1d337385f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fecc5ec1d337385f","status":"passed","time":{"start":1724861752254,"stop":1724861752254,"duration":0}},{"uid":"3ae0752d29defb93","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3ae0752d29defb93","status":"passed","time":{"start":1724861223392,"stop":1724861223392,"duration":0}},{"uid":"7f55c2e75754c033","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7f55c2e75754c033","status":"passed","time":{"start":1724861045267,"stop":1724861045267,"duration":0}},{"uid":"b4e129e7eafdd656","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b4e129e7eafdd656","status":"passed","time":{"start":1724860907340,"stop":1724860907341,"duration":1}}]},"1b972ff031fd955bef5f297f308d93cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bf1cb6e1a373ac26","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bf1cb6e1a373ac26","status":"passed","time":{"start":1724922508634,"stop":1724922508635,"duration":1}},{"uid":"1a533fe19fd2153a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1a533fe19fd2153a","status":"passed","time":{"start":1724921164589,"stop":1724921164590,"duration":1}},{"uid":"9b823ae4cbb4ed91","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9b823ae4cbb4ed91","status":"passed","time":{"start":1724921137818,"stop":1724921137819,"duration":1}},{"uid":"decc2d004a4240f7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/decc2d004a4240f7","status":"passed","time":{"start":1724917810537,"stop":1724917810538,"duration":1}},{"uid":"2327a5148d417af6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2327a5148d417af6","status":"passed","time":{"start":1724889585443,"stop":1724889585444,"duration":1}},{"uid":"b0263acebd7f8893","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b0263acebd7f8893","status":"passed","time":{"start":1724888736505,"stop":1724888736507,"duration":2}},{"uid":"248403acd383d110","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/248403acd383d110","status":"passed","time":{"start":1724887891782,"stop":1724887891782,"duration":0}},{"uid":"f5b677506534d831","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f5b677506534d831","status":"passed","time":{"start":1724886657783,"stop":1724886657784,"duration":1}},{"uid":"e88164e9b262c8f8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e88164e9b262c8f8","status":"passed","time":{"start":1724886447356,"stop":1724886447357,"duration":1}},{"uid":"243915b8646277e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/243915b8646277e8","status":"passed","time":{"start":1724861880102,"stop":1724861880106,"duration":4}},{"uid":"cb65bbddc25791da","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cb65bbddc25791da","status":"passed","time":{"start":1724861359779,"stop":1724861359780,"duration":1}},{"uid":"33a5720ebeff4bd7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/33a5720ebeff4bd7","status":"passed","time":{"start":1724861179678,"stop":1724861179679,"duration":1}},{"uid":"6eea0b0a92427f9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6eea0b0a92427f9","status":"passed","time":{"start":1724861040975,"stop":1724861040978,"duration":3}}]},"0e944b3b19f45a515c592be688450598:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6830634956ddb0fa","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6830634956ddb0fa","status":"passed","time":{"start":1724922887526,"stop":1724922887526,"duration":0}},{"uid":"35e2db6a72b5be26","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/35e2db6a72b5be26","status":"passed","time":{"start":1724921564777,"stop":1724921564777,"duration":0}},{"uid":"9600ca083c951b83","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9600ca083c951b83","status":"passed","time":{"start":1724921518821,"stop":1724921518822,"duration":1}},{"uid":"ff311d318bd2403b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ff311d318bd2403b","status":"passed","time":{"start":1724918229400,"stop":1724918229400,"duration":0}},{"uid":"55953e13b062dd4e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/55953e13b062dd4e","status":"passed","time":{"start":1724889980703,"stop":1724889980703,"duration":0}},{"uid":"fff0d49e5abd9d9c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fff0d49e5abd9d9c","status":"passed","time":{"start":1724889111163,"stop":1724889111164,"duration":1}},{"uid":"c5010a8628bee035","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c5010a8628bee035","status":"passed","time":{"start":1724888292533,"stop":1724888292534,"duration":1}},{"uid":"a5570da07ef07fe2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a5570da07ef07fe2","status":"passed","time":{"start":1724887068228,"stop":1724887068228,"duration":0}},{"uid":"2fc999d8ba26d8f0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2fc999d8ba26d8f0","status":"passed","time":{"start":1724886848926,"stop":1724886848926,"duration":0}},{"uid":"2e1e1caa95d4cc0f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2e1e1caa95d4cc0f","status":"passed","time":{"start":1724862262048,"stop":1724862262048,"duration":0}},{"uid":"1407d735495cae6d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1407d735495cae6d","status":"passed","time":{"start":1724861741893,"stop":1724861741894,"duration":1}},{"uid":"9508f9579e260674","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9508f9579e260674","status":"passed","time":{"start":1724861599493,"stop":1724861599494,"duration":1}},{"uid":"784af083067a4fd3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/784af083067a4fd3","status":"passed","time":{"start":1724861428475,"stop":1724861428476,"duration":1}}]},"dc6bf878cfc7c43bafc420c23459cf89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab3a7b43a715fb96","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ab3a7b43a715fb96","status":"passed","time":{"start":1724861378123,"stop":1724861378123,"duration":0}}]},"c6c9198e475adfe928ddcc37f151cbe6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cc9e9e74fd6ce932","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cc9e9e74fd6ce932","status":"passed","time":{"start":1724922891483,"stop":1724922891483,"duration":0}},{"uid":"e7588d86f9dce349","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e7588d86f9dce349","status":"passed","time":{"start":1724921563005,"stop":1724921563006,"duration":1}},{"uid":"5790acc9328ebe5c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5790acc9328ebe5c","status":"passed","time":{"start":1724921526808,"stop":1724921526808,"duration":0}},{"uid":"88b17f7aa03ce9a4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/88b17f7aa03ce9a4","status":"passed","time":{"start":1724918239931,"stop":1724918239932,"duration":1}},{"uid":"fe8298f69dff80bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe8298f69dff80bd","status":"passed","time":{"start":1724889980880,"stop":1724889980880,"duration":0}},{"uid":"a3c33d4a59066d4c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3c33d4a59066d4c","status":"passed","time":{"start":1724889109945,"stop":1724889109946,"duration":1}},{"uid":"cf677f2d86fae16e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf677f2d86fae16e","status":"passed","time":{"start":1724888294718,"stop":1724888294718,"duration":0}},{"uid":"3b1b537664208858","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3b1b537664208858","status":"passed","time":{"start":1724887071733,"stop":1724887071733,"duration":0}},{"uid":"51557cc19305ebad","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/51557cc19305ebad","status":"passed","time":{"start":1724886848340,"stop":1724886848340,"duration":0}},{"uid":"2d95a769f4a380ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d95a769f4a380ba","status":"passed","time":{"start":1724862259241,"stop":1724862259241,"duration":0}},{"uid":"e9c150fd91c266e3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e9c150fd91c266e3","status":"passed","time":{"start":1724861735320,"stop":1724861735321,"duration":1}},{"uid":"40d5a4c6c79b005d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/40d5a4c6c79b005d","status":"passed","time":{"start":1724861606334,"stop":1724861606334,"duration":0}},{"uid":"65f0616ad99facaf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/65f0616ad99facaf","status":"passed","time":{"start":1724861426679,"stop":1724861426680,"duration":1}}]},"5d9b754db4e31d5c67b615be0fb18744:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4d88fb5e47e5a196","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4d88fb5e47e5a196","status":"passed","time":{"start":1724921556060,"stop":1724921556060,"duration":0}}]},"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c12dac16b4d8eb18","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c12dac16b4d8eb18","status":"passed","time":{"start":1724922635357,"stop":1724922635357,"duration":0}},{"uid":"d9106693e18881fb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d9106693e18881fb","status":"passed","time":{"start":1724921297015,"stop":1724921297016,"duration":1}},{"uid":"67413563d12acd98","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/67413563d12acd98","status":"passed","time":{"start":1724921276370,"stop":1724921276370,"duration":0}},{"uid":"5f4f66cebcfa22f2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5f4f66cebcfa22f2","status":"passed","time":{"start":1724917948328,"stop":1724917948328,"duration":0}},{"uid":"8e19bc694b7028d6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e19bc694b7028d6","status":"passed","time":{"start":1724889729012,"stop":1724889729013,"duration":1}},{"uid":"7629d3237516cd23","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7629d3237516cd23","status":"passed","time":{"start":1724888864958,"stop":1724888864958,"duration":0}},{"uid":"cf2a57af4954d936","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf2a57af4954d936","status":"passed","time":{"start":1724888053749,"stop":1724888053750,"duration":1}},{"uid":"6c5b33a488bb0aa2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6c5b33a488bb0aa2","status":"passed","time":{"start":1724886811664,"stop":1724886811664,"duration":0}},{"uid":"dc9f1edd3a655f5e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dc9f1edd3a655f5e","status":"passed","time":{"start":1724886581007,"stop":1724886581007,"duration":0}},{"uid":"caae9a20f846c85a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/caae9a20f846c85a","status":"passed","time":{"start":1724862019564,"stop":1724862019564,"duration":0}},{"uid":"cab28cdc1d824d1c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cab28cdc1d824d1c","status":"passed","time":{"start":1724861493940,"stop":1724861493940,"duration":0}},{"uid":"626f4b9add4ff729","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/626f4b9add4ff729","status":"passed","time":{"start":1724861318044,"stop":1724861318044,"duration":0}},{"uid":"d206740d6b07d232","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d206740d6b07d232","status":"passed","time":{"start":1724861178518,"stop":1724861178518,"duration":0}}]},"4d08742a9a6550ffb74e30d13ffb500b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"aa3660c7a533115f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/aa3660c7a533115f","status":"passed","time":{"start":1724922398919,"stop":1724922398919,"duration":0}},{"uid":"705bd525336169a2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/705bd525336169a2","status":"passed","time":{"start":1724921061846,"stop":1724921061847,"duration":1}},{"uid":"9594326c846c907e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9594326c846c907e","status":"passed","time":{"start":1724921037156,"stop":1724921037156,"duration":0}},{"uid":"fd1a03bc448b1f1a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fd1a03bc448b1f1a","status":"passed","time":{"start":1724917697300,"stop":1724917697300,"duration":0}},{"uid":"aa9cf67b55284d8e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aa9cf67b55284d8e","status":"passed","time":{"start":1724889476082,"stop":1724889476082,"duration":0}},{"uid":"ffdcf53f1475089d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ffdcf53f1475089d","status":"passed","time":{"start":1724888626885,"stop":1724888626885,"duration":0}},{"uid":"2aca87ac4b6f51b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2aca87ac4b6f51b","status":"passed","time":{"start":1724887783107,"stop":1724887783107,"duration":0}},{"uid":"90c26cde4b101056","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/90c26cde4b101056","status":"passed","time":{"start":1724886549918,"stop":1724886549918,"duration":0}},{"uid":"3cd471f9dc564ca7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3cd471f9dc564ca7","status":"passed","time":{"start":1724886327579,"stop":1724886327579,"duration":0}},{"uid":"913fcb65e903ffcd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/913fcb65e903ffcd","status":"passed","time":{"start":1724861776805,"stop":1724861776805,"duration":0}},{"uid":"c8f76261d28de88a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c8f76261d28de88a","status":"passed","time":{"start":1724861247297,"stop":1724861247297,"duration":0}},{"uid":"d1eb373aa3151c5b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d1eb373aa3151c5b","status":"passed","time":{"start":1724861071393,"stop":1724861071394,"duration":1}},{"uid":"86af23684783140a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/86af23684783140a","status":"passed","time":{"start":1724860931793,"stop":1724860931794,"duration":1}}]},"cf6c34f86fb42ed8d75157db551634b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5d9e0cdbe0672bc0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5d9e0cdbe0672bc0","status":"passed","time":{"start":1724922382332,"stop":1724922382333,"duration":1}},{"uid":"de422b0b9e9d40a4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/de422b0b9e9d40a4","status":"passed","time":{"start":1724921045537,"stop":1724921045537,"duration":0}},{"uid":"f5586ad2fa9f7abc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f5586ad2fa9f7abc","status":"passed","time":{"start":1724921020730,"stop":1724921020731,"duration":1}},{"uid":"5e0afe324ed3cbcb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5e0afe324ed3cbcb","status":"passed","time":{"start":1724917681064,"stop":1724917681065,"duration":1}},{"uid":"5cff3700b1ecafce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5cff3700b1ecafce","status":"passed","time":{"start":1724889459955,"stop":1724889459955,"duration":0}},{"uid":"e3fbd831f41b557f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e3fbd831f41b557f","status":"passed","time":{"start":1724888610546,"stop":1724888610547,"duration":1}},{"uid":"9920f49849686ca8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9920f49849686ca8","status":"passed","time":{"start":1724887766852,"stop":1724887766852,"duration":0}},{"uid":"3d2fea81972501bb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3d2fea81972501bb","status":"passed","time":{"start":1724886533248,"stop":1724886533248,"duration":0}},{"uid":"b0d82d27b8f24b3a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b0d82d27b8f24b3a","status":"passed","time":{"start":1724886311098,"stop":1724886311099,"duration":1}},{"uid":"3650ea471bd41392","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3650ea471bd41392","status":"passed","time":{"start":1724861760053,"stop":1724861760054,"duration":1}},{"uid":"b917caa81c266267","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b917caa81c266267","status":"passed","time":{"start":1724861230837,"stop":1724861230838,"duration":1}},{"uid":"30fd525517897a44","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/30fd525517897a44","status":"passed","time":{"start":1724861053411,"stop":1724861053412,"duration":1}},{"uid":"4fe2db987d6bbd53","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4fe2db987d6bbd53","status":"passed","time":{"start":1724860914749,"stop":1724860914749,"duration":0}}]},"31b936985f5ad2f767f941df87e2983e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f4432f83ac9a4cf1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f4432f83ac9a4cf1","status":"passed","time":{"start":1724922906443,"stop":1724922906443,"duration":0}}]},"79e83a61f76f6493d19aaa28660bf3a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"93649fc70987b7df","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/93649fc70987b7df","status":"passed","time":{"start":1724922402865,"stop":1724922402866,"duration":1}},{"uid":"edd7503af5ff8188","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/edd7503af5ff8188","status":"passed","time":{"start":1724921065913,"stop":1724921065914,"duration":1}},{"uid":"635a408b9dc10668","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/635a408b9dc10668","status":"passed","time":{"start":1724921040950,"stop":1724921040950,"duration":0}},{"uid":"b2bfd66319d79662","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b2bfd66319d79662","status":"passed","time":{"start":1724917701158,"stop":1724917701159,"duration":1}},{"uid":"7f949d76452a0f6c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7f949d76452a0f6c","status":"passed","time":{"start":1724889479978,"stop":1724889479978,"duration":0}},{"uid":"14617c6ba2ad3a93","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14617c6ba2ad3a93","status":"passed","time":{"start":1724888630727,"stop":1724888630727,"duration":0}},{"uid":"29e2e913eb761890","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/29e2e913eb761890","status":"passed","time":{"start":1724887787009,"stop":1724887787009,"duration":0}},{"uid":"e328de029bbb32e1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e328de029bbb32e1","status":"passed","time":{"start":1724886553672,"stop":1724886553672,"duration":0}},{"uid":"35ef30a0f64ddbfc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/35ef30a0f64ddbfc","status":"passed","time":{"start":1724886331495,"stop":1724886331495,"duration":0}},{"uid":"ccfb651f3b85d843","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ccfb651f3b85d843","status":"passed","time":{"start":1724861780659,"stop":1724861780660,"duration":1}},{"uid":"451db55cbb53cfc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/451db55cbb53cfc","status":"passed","time":{"start":1724861251101,"stop":1724861251101,"duration":0}},{"uid":"7d59a8e74f9b97d7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7d59a8e74f9b97d7","status":"passed","time":{"start":1724861074811,"stop":1724861074811,"duration":0}},{"uid":"a0791740eaecb492","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a0791740eaecb492","status":"passed","time":{"start":1724860935674,"stop":1724860935674,"duration":0}}]},"73baaca21b5ac988adeb725ed8075677:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"13c8e2e7d578dc6e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/13c8e2e7d578dc6e","status":"passed","time":{"start":1724861628433,"stop":1724861628433,"duration":0}}]},"c972016ed8add4daa2e4266c3ad03fbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"af1c9bfe9daf419b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/af1c9bfe9daf419b","status":"passed","time":{"start":1724922374678,"stop":1724922374678,"duration":0}},{"uid":"68bb4be0b88fa096","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/68bb4be0b88fa096","status":"passed","time":{"start":1724921037639,"stop":1724921037639,"duration":0}},{"uid":"ecbc817ef97e3b8d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ecbc817ef97e3b8d","status":"passed","time":{"start":1724921013052,"stop":1724921013053,"duration":1}},{"uid":"b0be0246cff21221","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b0be0246cff21221","status":"passed","time":{"start":1724917673295,"stop":1724917673295,"duration":0}},{"uid":"7399fb1ec7941605","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7399fb1ec7941605","status":"passed","time":{"start":1724889452313,"stop":1724889452314,"duration":1}},{"uid":"a41058be4b59fd8d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a41058be4b59fd8d","status":"passed","time":{"start":1724888602844,"stop":1724888602844,"duration":0}},{"uid":"614a201e1efcbbc4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/614a201e1efcbbc4","status":"passed","time":{"start":1724887759166,"stop":1724887759167,"duration":1}},{"uid":"3df7dd0d1e762ad5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3df7dd0d1e762ad5","status":"passed","time":{"start":1724886525546,"stop":1724886525546,"duration":0}},{"uid":"93ec2ff21d856056","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/93ec2ff21d856056","status":"passed","time":{"start":1724886303400,"stop":1724886303400,"duration":0}},{"uid":"2ec6b2fcc6a85ba1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ec6b2fcc6a85ba1","status":"passed","time":{"start":1724861752232,"stop":1724861752232,"duration":0}},{"uid":"be6cc45dfca08ea9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/be6cc45dfca08ea9","status":"passed","time":{"start":1724861223358,"stop":1724861223358,"duration":0}},{"uid":"ce7e4115110db8eb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ce7e4115110db8eb","status":"passed","time":{"start":1724861045206,"stop":1724861045206,"duration":0}},{"uid":"251f47f13e45357a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/251f47f13e45357a","status":"passed","time":{"start":1724860907088,"stop":1724860907088,"duration":0}}]},"75ec24b15bb3240a614544d215c22697:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ce2655f8bd23e58f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ce2655f8bd23e58f","status":"passed","time":{"start":1724922862334,"stop":1724922862334,"duration":0}},{"uid":"178ddc9b30ef74d9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/178ddc9b30ef74d9","status":"passed","time":{"start":1724921540108,"stop":1724921540109,"duration":1}},{"uid":"86d8e88e9dfe95e5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/86d8e88e9dfe95e5","status":"passed","time":{"start":1724921503540,"stop":1724921503540,"duration":0}},{"uid":"ee4eeec2ff2f2009","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ee4eeec2ff2f2009","status":"passed","time":{"start":1724918214357,"stop":1724918214358,"duration":1}},{"uid":"58bd2f9c4bb6a7ea","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/58bd2f9c4bb6a7ea","status":"passed","time":{"start":1724889952444,"stop":1724889952445,"duration":1}},{"uid":"2a72bdc481c9277","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2a72bdc481c9277","status":"passed","time":{"start":1724889087469,"stop":1724889087469,"duration":0}},{"uid":"c0db4d32745da525","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c0db4d32745da525","status":"passed","time":{"start":1724888266430,"stop":1724888266430,"duration":0}},{"uid":"d5627a0e0cb6d41c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d5627a0e0cb6d41c","status":"passed","time":{"start":1724887042931,"stop":1724887042931,"duration":0}},{"uid":"5c8241c13279154c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5c8241c13279154c","status":"passed","time":{"start":1724886820799,"stop":1724886820799,"duration":0}},{"uid":"3a94509a3ece971e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a94509a3ece971e","status":"passed","time":{"start":1724862245490,"stop":1724862245490,"duration":0}},{"uid":"80c0dec7dc8fe128","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/80c0dec7dc8fe128","status":"passed","time":{"start":1724861720399,"stop":1724861720400,"duration":1}},{"uid":"7f34e722e1c1befd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7f34e722e1c1befd","status":"passed","time":{"start":1724861579388,"stop":1724861579389,"duration":1}},{"uid":"5f8ac4c319a21e31","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5f8ac4c319a21e31","status":"passed","time":{"start":1724861402507,"stop":1724861402507,"duration":0}}]},"e35cb0cdb405e33e55cbeeb2b16f024c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"63faa0901b9f8cbf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/63faa0901b9f8cbf","status":"passed","time":{"start":1724922476373,"stop":1724922476374,"duration":1}},{"uid":"b5fdb06c3986f26b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b5fdb06c3986f26b","status":"passed","time":{"start":1724921141186,"stop":1724921141186,"duration":0}},{"uid":"6f2fa8d73f107293","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6f2fa8d73f107293","status":"passed","time":{"start":1724921118247,"stop":1724921118248,"duration":1}},{"uid":"82242fdd4583d151","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/82242fdd4583d151","status":"passed","time":{"start":1724917777549,"stop":1724917777550,"duration":1}},{"uid":"949eaf306f7a5ed9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/949eaf306f7a5ed9","status":"passed","time":{"start":1724889554660,"stop":1724889554660,"duration":0}},{"uid":"968c20ecd667f4ed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/968c20ecd667f4ed","status":"passed","time":{"start":1724888706932,"stop":1724888706935,"duration":3}},{"uid":"adae72aa62386d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/adae72aa62386d","status":"passed","time":{"start":1724887861772,"stop":1724887861772,"duration":0}},{"uid":"8d4d970fc9e7ff7e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8d4d970fc9e7ff7e","status":"passed","time":{"start":1724886631475,"stop":1724886631476,"duration":1}},{"uid":"a2b8251ccd0fe88a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a2b8251ccd0fe88a","status":"passed","time":{"start":1724886409744,"stop":1724886409744,"duration":0}},{"uid":"584af46eddbbfbe6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/584af46eddbbfbe6","status":"passed","time":{"start":1724861858182,"stop":1724861858182,"duration":0}},{"uid":"fedb7592f4c37241","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fedb7592f4c37241","status":"passed","time":{"start":1724861324520,"stop":1724861324520,"duration":0}},{"uid":"b9b94d5ee335a531","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b9b94d5ee335a531","status":"passed","time":{"start":1724861152385,"stop":1724861152385,"duration":0}},{"uid":"8607785597f932e8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8607785597f932e8","status":"passed","time":{"start":1724861011434,"stop":1724861011434,"duration":0}}]},"4cd3b399d48548539910386fe25ff1ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ee5cbc79eda0038f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ee5cbc79eda0038f","status":"passed","time":{"start":1724922845242,"stop":1724922845242,"duration":0}},{"uid":"c938296c22024c2b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c938296c22024c2b","status":"passed","time":{"start":1724921515226,"stop":1724921515226,"duration":0}},{"uid":"7dbd0f80f58e4261","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7dbd0f80f58e4261","status":"passed","time":{"start":1724921475445,"stop":1724921475445,"duration":0}},{"uid":"967958ff14bc9727","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/967958ff14bc9727","status":"passed","time":{"start":1724918179400,"stop":1724918179400,"duration":0}},{"uid":"da8c8e2d0a86044e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/da8c8e2d0a86044e","status":"passed","time":{"start":1724889935340,"stop":1724889935340,"duration":0}},{"uid":"c4eabd81f3714767","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4eabd81f3714767","status":"passed","time":{"start":1724889072753,"stop":1724889072753,"duration":0}},{"uid":"382711a3e923bf02","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/382711a3e923bf02","status":"passed","time":{"start":1724888232414,"stop":1724888232415,"duration":1}},{"uid":"fc30936d318e0fef","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fc30936d318e0fef","status":"passed","time":{"start":1724887018302,"stop":1724887018302,"duration":0}},{"uid":"f7ffa73ae8a87fdc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f7ffa73ae8a87fdc","status":"passed","time":{"start":1724886781479,"stop":1724886781479,"duration":0}},{"uid":"d3814acb816d53ec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3814acb816d53ec","status":"passed","time":{"start":1724862213662,"stop":1724862213662,"duration":0}},{"uid":"7862153d4a509316","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7862153d4a509316","status":"passed","time":{"start":1724861685855,"stop":1724861685855,"duration":0}},{"uid":"c528248157ef65bc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c528248157ef65bc","status":"passed","time":{"start":1724861546172,"stop":1724861546175,"duration":3}},{"uid":"7834c559d978811c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7834c559d978811c","status":"passed","time":{"start":1724861378110,"stop":1724861378110,"duration":0}}]},"46784a70c6bf0a43c76e7c49a00abe24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2e6e7b11f1f330af","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2e6e7b11f1f330af","status":"passed","time":{"start":1724922535036,"stop":1724922535037,"duration":1}},{"uid":"a88906d30d370248","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a88906d30d370248","status":"passed","time":{"start":1724921196355,"stop":1724921196355,"duration":0}},{"uid":"829d5e3e7a9e480d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/829d5e3e7a9e480d","status":"passed","time":{"start":1724921173178,"stop":1724921173178,"duration":0}},{"uid":"e5efd1bee6e36317","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e5efd1bee6e36317","status":"passed","time":{"start":1724917930824,"stop":1724917930825,"duration":1}},{"uid":"e9d7db5db80868e7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e9d7db5db80868e7","status":"passed","time":{"start":1724889621015,"stop":1724889621015,"duration":0}},{"uid":"ea372408533aaf9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ea372408533aaf9d","status":"passed","time":{"start":1724888759383,"stop":1724888759383,"duration":0}},{"uid":"8696f65e41ed78fb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8696f65e41ed78fb","status":"passed","time":{"start":1724888015042,"stop":1724888015043,"duration":1}},{"uid":"c28d1242b004ff30","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c28d1242b004ff30","status":"passed","time":{"start":1724886784541,"stop":1724886784541,"duration":0}},{"uid":"690af7afeab6d0e4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/690af7afeab6d0e4","status":"passed","time":{"start":1724886566522,"stop":1724886566523,"duration":1}},{"uid":"6cbe1ff68578facb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6cbe1ff68578facb","status":"passed","time":{"start":1724861915531,"stop":1724861915532,"duration":1}},{"uid":"e142fb2f8ea156ec","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e142fb2f8ea156ec","status":"passed","time":{"start":1724861379718,"stop":1724861379718,"duration":0}},{"uid":"84da3b9c98c1abf5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/84da3b9c98c1abf5","status":"passed","time":{"start":1724861206868,"stop":1724861206874,"duration":6}},{"uid":"8791cd3dac9d3f27","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8791cd3dac9d3f27","status":"passed","time":{"start":1724861067557,"stop":1724861067558,"duration":1}}]},"4bd629284899aa9f04697aa32117b416:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f893274355662786","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f893274355662786","status":"passed","time":{"start":1724922398024,"stop":1724922398025,"duration":1}},{"uid":"7ffd1d41f969eea2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7ffd1d41f969eea2","status":"passed","time":{"start":1724921060544,"stop":1724921060545,"duration":1}},{"uid":"2b3e5b7da851a010","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2b3e5b7da851a010","status":"passed","time":{"start":1724921036199,"stop":1724921036200,"duration":1}},{"uid":"3bcf0d1fcc41fa4e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3bcf0d1fcc41fa4e","status":"passed","time":{"start":1724917695760,"stop":1724917695762,"duration":2}},{"uid":"8b9f77411d93fc6d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8b9f77411d93fc6d","status":"passed","time":{"start":1724889474886,"stop":1724889474887,"duration":1}},{"uid":"e3808bba9709aef0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e3808bba9709aef0","status":"passed","time":{"start":1724888625512,"stop":1724888625515,"duration":3}},{"uid":"38f37e512d8335f4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/38f37e512d8335f4","status":"passed","time":{"start":1724887781867,"stop":1724887781868,"duration":1}},{"uid":"36024e56ed778582","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/36024e56ed778582","status":"passed","time":{"start":1724886548744,"stop":1724886548745,"duration":1}},{"uid":"4994fd57ef9dd88","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4994fd57ef9dd88","status":"passed","time":{"start":1724886326709,"stop":1724886326711,"duration":2}},{"uid":"526055051aa0eee9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/526055051aa0eee9","status":"passed","time":{"start":1724861775152,"stop":1724861775154,"duration":2}},{"uid":"11f6205ae852bf39","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/11f6205ae852bf39","status":"passed","time":{"start":1724861246804,"stop":1724861246805,"duration":1}},{"uid":"5033bb0995064001","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5033bb0995064001","status":"passed","time":{"start":1724861070255,"stop":1724861070256,"duration":1}},{"uid":"b8e48494d24972f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b8e48494d24972f","status":"passed","time":{"start":1724860931173,"stop":1724860931175,"duration":2}}]},"ad5b88cbb7af184c3b179fd57279ec1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"96e901a7d2d8843","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/96e901a7d2d8843","status":"passed","time":{"start":1724922921443,"stop":1724922921444,"duration":1}},{"uid":"29497eb6647e3935","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/29497eb6647e3935","status":"passed","time":{"start":1724921602944,"stop":1724921602944,"duration":0}},{"uid":"2683c04f650b5442","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2683c04f650b5442","status":"passed","time":{"start":1724921571093,"stop":1724921571093,"duration":0}},{"uid":"71e9c203900e438d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/71e9c203900e438d","status":"passed","time":{"start":1724918285583,"stop":1724918285583,"duration":0}},{"uid":"66aa468d8754e954","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/66aa468d8754e954","status":"passed","time":{"start":1724890030087,"stop":1724890030087,"duration":0}},{"uid":"6dae0f577dabf92","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6dae0f577dabf92","status":"passed","time":{"start":1724889171905,"stop":1724889171906,"duration":1}},{"uid":"2fcb258516da789a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2fcb258516da789a","status":"passed","time":{"start":1724888350718,"stop":1724888350719,"duration":1}},{"uid":"b8671a151e10b4a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b8671a151e10b4a9","status":"passed","time":{"start":1724887115403,"stop":1724887115404,"duration":1}},{"uid":"ffe3ec8f17cc4319","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ffe3ec8f17cc4319","status":"passed","time":{"start":1724886884568,"stop":1724886884568,"duration":0}},{"uid":"ee9b2849c876f79","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ee9b2849c876f79","status":"passed","time":{"start":1724862322245,"stop":1724862322246,"duration":1}},{"uid":"f48e8952ba63d8fc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f48e8952ba63d8fc","status":"passed","time":{"start":1724861790748,"stop":1724861790748,"duration":0}},{"uid":"f460ac586d05890b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f460ac586d05890b","status":"passed","time":{"start":1724861628417,"stop":1724861628417,"duration":0}},{"uid":"dfc9c20d2bd76ced","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dfc9c20d2bd76ced","status":"passed","time":{"start":1724861465620,"stop":1724861465620,"duration":0}}]},"418ec6cfcce0a38f977ce3fb8197da57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2e9b4bddca43cadf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2e9b4bddca43cadf","status":"passed","time":{"start":1724922508640,"stop":1724922508640,"duration":0}},{"uid":"ed61c04b70778bc4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ed61c04b70778bc4","status":"passed","time":{"start":1724921164604,"stop":1724921164605,"duration":1}},{"uid":"7f38121758ea47a6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7f38121758ea47a6","status":"passed","time":{"start":1724921137827,"stop":1724921137827,"duration":0}},{"uid":"b8d5da3c774ccd87","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b8d5da3c774ccd87","status":"passed","time":{"start":1724917810541,"stop":1724917810541,"duration":0}},{"uid":"e84e015ff0156980","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e84e015ff0156980","status":"passed","time":{"start":1724889585449,"stop":1724889585450,"duration":1}},{"uid":"376dcc0dbf115044","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/376dcc0dbf115044","status":"passed","time":{"start":1724888736513,"stop":1724888736514,"duration":1}},{"uid":"a78a7823a3a92a42","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a78a7823a3a92a42","status":"passed","time":{"start":1724887891796,"stop":1724887891796,"duration":0}},{"uid":"38c0b446f9a73726","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/38c0b446f9a73726","status":"passed","time":{"start":1724886657792,"stop":1724886657795,"duration":3}},{"uid":"4eff1bb6917fd023","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4eff1bb6917fd023","status":"passed","time":{"start":1724886447359,"stop":1724886447360,"duration":1}},{"uid":"9bc0cdff1185bba7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9bc0cdff1185bba7","status":"passed","time":{"start":1724861880129,"stop":1724861880134,"duration":5}},{"uid":"c1d6a3ce24579e25","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c1d6a3ce24579e25","status":"passed","time":{"start":1724861359783,"stop":1724861359783,"duration":0}},{"uid":"65f1597aae397f70","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/65f1597aae397f70","status":"passed","time":{"start":1724861179684,"stop":1724861179684,"duration":0}},{"uid":"858cc631f7b0b74a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/858cc631f7b0b74a","status":"passed","time":{"start":1724861040981,"stop":1724861040982,"duration":1}}]},"dce440f462aa87753a8843a44fb56f22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"39d15b285871289f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/39d15b285871289f","status":"passed","time":{"start":1724922921438,"stop":1724922921439,"duration":1}},{"uid":"69beb220f7308151","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/69beb220f7308151","status":"passed","time":{"start":1724921602941,"stop":1724921602941,"duration":0}},{"uid":"884cb7c20721465e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/884cb7c20721465e","status":"passed","time":{"start":1724921571088,"stop":1724921571090,"duration":2}},{"uid":"431003bd0674f107","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/431003bd0674f107","status":"passed","time":{"start":1724918285578,"stop":1724918285578,"duration":0}},{"uid":"e3d28507c5c311b9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e3d28507c5c311b9","status":"passed","time":{"start":1724890030084,"stop":1724890030085,"duration":1}},{"uid":"76b46bf405cf9aac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/76b46bf405cf9aac","status":"passed","time":{"start":1724889171903,"stop":1724889171903,"duration":0}},{"uid":"301596534e2f1d53","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/301596534e2f1d53","status":"passed","time":{"start":1724888350717,"stop":1724888350717,"duration":0}},{"uid":"a641ee1934970659","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a641ee1934970659","status":"passed","time":{"start":1724887115401,"stop":1724887115401,"duration":0}},{"uid":"4a9511545ab673d0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4a9511545ab673d0","status":"passed","time":{"start":1724886884566,"stop":1724886884566,"duration":0}},{"uid":"d3ad8424ede49fb3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3ad8424ede49fb3","status":"passed","time":{"start":1724862322240,"stop":1724862322241,"duration":1}},{"uid":"81226cc6ba92b227","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/81226cc6ba92b227","status":"passed","time":{"start":1724861790745,"stop":1724861790746,"duration":1}},{"uid":"487819823731000a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/487819823731000a","status":"passed","time":{"start":1724861628413,"stop":1724861628414,"duration":1}},{"uid":"c22f2840e8554ab6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c22f2840e8554ab6","status":"passed","time":{"start":1724861465616,"stop":1724861465616,"duration":0}}]},"c8db07e09b66f468369f1156f835a72b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5a123919a1920902","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5a123919a1920902","status":"passed","time":{"start":1724922535051,"stop":1724922535052,"duration":1}},{"uid":"4e65c78187612109","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4e65c78187612109","status":"passed","time":{"start":1724921196358,"stop":1724921196358,"duration":0}},{"uid":"5d07d605e85eeb06","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5d07d605e85eeb06","status":"passed","time":{"start":1724921173182,"stop":1724921173183,"duration":1}},{"uid":"9b2f584cbc8500c1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9b2f584cbc8500c1","status":"passed","time":{"start":1724917930833,"stop":1724917930834,"duration":1}},{"uid":"3740a3995d82def","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3740a3995d82def","status":"passed","time":{"start":1724889621017,"stop":1724889621018,"duration":1}},{"uid":"b1f706417153300e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1f706417153300e","status":"passed","time":{"start":1724888759390,"stop":1724888759390,"duration":0}},{"uid":"d3350adbe43066a3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d3350adbe43066a3","status":"passed","time":{"start":1724888015048,"stop":1724888015049,"duration":1}},{"uid":"8368c81e91da3879","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8368c81e91da3879","status":"passed","time":{"start":1724886784548,"stop":1724886784548,"duration":0}},{"uid":"7df1545baae9603f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7df1545baae9603f","status":"passed","time":{"start":1724886566534,"stop":1724886566535,"duration":1}},{"uid":"de68a8c0ccb2c238","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/de68a8c0ccb2c238","status":"passed","time":{"start":1724861915535,"stop":1724861915535,"duration":0}},{"uid":"630510f7a1b3a769","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/630510f7a1b3a769","status":"passed","time":{"start":1724861379726,"stop":1724861379726,"duration":0}},{"uid":"a03d9d16bf0138a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a03d9d16bf0138a","status":"passed","time":{"start":1724861206880,"stop":1724861206880,"duration":0}},{"uid":"96e9cab0284b1148","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/96e9cab0284b1148","status":"passed","time":{"start":1724861067561,"stop":1724861067561,"duration":0}}]},"6cf5cbe251a6713919a8df5410150420:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d125b497811381d4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d125b497811381d4","status":"passed","time":{"start":1724922374676,"stop":1724922374676,"duration":0}},{"uid":"9899d7be1f78a7f5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9899d7be1f78a7f5","status":"passed","time":{"start":1724921037636,"stop":1724921037636,"duration":0}},{"uid":"f429ec65e6ed5c18","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f429ec65e6ed5c18","status":"passed","time":{"start":1724921013048,"stop":1724921013048,"duration":0}},{"uid":"139583674f304679","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/139583674f304679","status":"passed","time":{"start":1724917673292,"stop":1724917673293,"duration":1}},{"uid":"80d747823d41fdda","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80d747823d41fdda","status":"passed","time":{"start":1724889452311,"stop":1724889452311,"duration":0}},{"uid":"26dae688b0345083","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/26dae688b0345083","status":"passed","time":{"start":1724888602841,"stop":1724888602841,"duration":0}},{"uid":"ab34e5657f610fc8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ab34e5657f610fc8","status":"passed","time":{"start":1724887759164,"stop":1724887759165,"duration":1}},{"uid":"7bb2fb83343e730e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7bb2fb83343e730e","status":"passed","time":{"start":1724886525544,"stop":1724886525544,"duration":0}},{"uid":"31024f5cd502427","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/31024f5cd502427","status":"passed","time":{"start":1724886303397,"stop":1724886303398,"duration":1}},{"uid":"7b6857382982c778","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b6857382982c778","status":"passed","time":{"start":1724861752229,"stop":1724861752230,"duration":1}},{"uid":"ce5815881e759648","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ce5815881e759648","status":"passed","time":{"start":1724861223356,"stop":1724861223356,"duration":0}},{"uid":"ac7365254679e616","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac7365254679e616","status":"passed","time":{"start":1724861045203,"stop":1724861045204,"duration":1}},{"uid":"73e0554871e88c06","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/73e0554871e88c06","status":"passed","time":{"start":1724860907085,"stop":1724860907085,"duration":0}}]},"dedf3aa8babff657917e449dbd1de09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"977e07766c3875f8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/977e07766c3875f8","status":"passed","time":{"start":1724923012465,"stop":1724923012466,"duration":1}},{"uid":"6009f0c5e4688b78","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6009f0c5e4688b78","status":"passed","time":{"start":1724921625066,"stop":1724921625067,"duration":1}},{"uid":"7c9f2f9e1664bd77","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7c9f2f9e1664bd77","status":"passed","time":{"start":1724921590496,"stop":1724921590497,"duration":1}},{"uid":"740c413c55245129","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/740c413c55245129","status":"passed","time":{"start":1724918287566,"stop":1724918287566,"duration":0}},{"uid":"725754f296464a42","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/725754f296464a42","status":"passed","time":{"start":1724890047788,"stop":1724890047789,"duration":1}},{"uid":"c6b2b1f964762e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c6b2b1f964762e0","status":"passed","time":{"start":1724889183921,"stop":1724889183922,"duration":1}},{"uid":"97c7ce1e63fae3da","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/97c7ce1e63fae3da","status":"passed","time":{"start":1724888354166,"stop":1724888354166,"duration":0}},{"uid":"d35b40d40a16d783","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d35b40d40a16d783","status":"passed","time":{"start":1724887145659,"stop":1724887145660,"duration":1}},{"uid":"1151d847e86b0bdb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1151d847e86b0bdb","status":"passed","time":{"start":1724886915787,"stop":1724886915788,"duration":1}},{"uid":"87a5894171c1bdb5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/87a5894171c1bdb5","status":"passed","time":{"start":1724862341439,"stop":1724862341439,"duration":0}},{"uid":"9f4581aef47ebee","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9f4581aef47ebee","status":"passed","time":{"start":1724861805443,"stop":1724861805443,"duration":0}},{"uid":"a9823afda8ab32c5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a9823afda8ab32c5","status":"passed","time":{"start":1724861662257,"stop":1724861662257,"duration":0}},{"uid":"a958605bc710ae09","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a958605bc710ae09","status":"passed","time":{"start":1724861492513,"stop":1724861492514,"duration":1}}]},"cb3bc6f59ed71458b14918fe359db631:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5b7b97513b698150","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5b7b97513b698150","status":"passed","time":{"start":1724861465637,"stop":1724861465638,"duration":1}}]},"f9aefc74ebf83017b5a3c73e7906d9de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c7d0fb0fc954cb1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c7d0fb0fc954cb1","status":"passed","time":{"start":1724922966287,"stop":1724922966287,"duration":0}},{"uid":"dc92a857653ef004","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dc92a857653ef004","status":"passed","time":{"start":1724921658747,"stop":1724921658747,"duration":0}},{"uid":"e1d75fcab281ef6e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e1d75fcab281ef6e","status":"passed","time":{"start":1724921609581,"stop":1724921609581,"duration":0}},{"uid":"5137f3926ff81953","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5137f3926ff81953","status":"passed","time":{"start":1724918323462,"stop":1724918323462,"duration":0}},{"uid":"3a56b3e1bf0d1ae9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a56b3e1bf0d1ae9","status":"passed","time":{"start":1724890071667,"stop":1724890071667,"duration":0}},{"uid":"6f26cddc2fa411d4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6f26cddc2fa411d4","status":"passed","time":{"start":1724889207707,"stop":1724889207707,"duration":0}},{"uid":"8ceda36fc1139e09","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8ceda36fc1139e09","status":"passed","time":{"start":1724888386328,"stop":1724888386328,"duration":0}},{"uid":"4e1d3a6bf304b80a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4e1d3a6bf304b80a","status":"passed","time":{"start":1724887153936,"stop":1724887153936,"duration":0}},{"uid":"b77830a8ae62c01b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b77830a8ae62c01b","status":"passed","time":{"start":1724886927398,"stop":1724886927402,"duration":4}},{"uid":"6594339b5a6306e7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6594339b5a6306e7","status":"passed","time":{"start":1724862360111,"stop":1724862360111,"duration":0}},{"uid":"c7561766c240e678","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c7561766c240e678","status":"passed","time":{"start":1724861832844,"stop":1724861832844,"duration":0}},{"uid":"c61e02da37513c70","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c61e02da37513c70","status":"passed","time":{"start":1724861687429,"stop":1724861687430,"duration":1}},{"uid":"dfefae15ffb64e45","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dfefae15ffb64e45","status":"passed","time":{"start":1724861513179,"stop":1724861513180,"duration":1}}]},"5d6f5a70216c41483d766110d1d8ad62:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"98b325e29e67ab3c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/98b325e29e67ab3c","status":"passed","time":{"start":1724918298098,"stop":1724918298099,"duration":1}}]},"ca792c984822690bae66defc59c4f99f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"59174e6e0e1f9059","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/59174e6e0e1f9059","status":"passed","time":{"start":1724922891487,"stop":1724922891487,"duration":0}},{"uid":"95f74d7bba4e9aa3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/95f74d7bba4e9aa3","status":"passed","time":{"start":1724921563012,"stop":1724921563012,"duration":0}},{"uid":"b215313452e2d64e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b215313452e2d64e","status":"passed","time":{"start":1724921526811,"stop":1724921526812,"duration":1}},{"uid":"96edc52f80bced3d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/96edc52f80bced3d","status":"passed","time":{"start":1724918239939,"stop":1724918239939,"duration":0}},{"uid":"ee194d1f096abf21","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ee194d1f096abf21","status":"passed","time":{"start":1724889980890,"stop":1724889980890,"duration":0}},{"uid":"eca32638a44cea1b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eca32638a44cea1b","status":"passed","time":{"start":1724889109954,"stop":1724889109956,"duration":2}},{"uid":"c11be440d5466488","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c11be440d5466488","status":"passed","time":{"start":1724888294721,"stop":1724888294722,"duration":1}},{"uid":"46e2a0e7f3804939","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/46e2a0e7f3804939","status":"passed","time":{"start":1724887071737,"stop":1724887071737,"duration":0}},{"uid":"f3f5b940735c35b1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f3f5b940735c35b1","status":"passed","time":{"start":1724886848344,"stop":1724886848344,"duration":0}},{"uid":"99c9c44b375d677c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/99c9c44b375d677c","status":"passed","time":{"start":1724862259245,"stop":1724862259245,"duration":0}},{"uid":"f38c04433e94bc5d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f38c04433e94bc5d","status":"passed","time":{"start":1724861735324,"stop":1724861735325,"duration":1}},{"uid":"66b69abc9e9568f0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/66b69abc9e9568f0","status":"passed","time":{"start":1724861606342,"stop":1724861606343,"duration":1}},{"uid":"6c399ef809350e8c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6c399ef809350e8c","status":"passed","time":{"start":1724861426685,"stop":1724861426686,"duration":1}}]},"5baf079275f2bf6f911ab52e553b722e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"da47c856eaa434c8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/da47c856eaa434c8","status":"passed","time":{"start":1724922402864,"stop":1724922402864,"duration":0}},{"uid":"7ed6550d8a212f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7ed6550d8a212f","status":"passed","time":{"start":1724921065911,"stop":1724921065912,"duration":1}},{"uid":"d7008ea0b07ea4aa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d7008ea0b07ea4aa","status":"passed","time":{"start":1724921040948,"stop":1724921040948,"duration":0}},{"uid":"cd03a308a1ec9489","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cd03a308a1ec9489","status":"passed","time":{"start":1724917701157,"stop":1724917701157,"duration":0}},{"uid":"af2a3c6de5d76e27","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/af2a3c6de5d76e27","status":"passed","time":{"start":1724889479976,"stop":1724889479976,"duration":0}},{"uid":"41903c53813a7856","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/41903c53813a7856","status":"passed","time":{"start":1724888630725,"stop":1724888630725,"duration":0}},{"uid":"8338b188b194bbc6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8338b188b194bbc6","status":"passed","time":{"start":1724887787007,"stop":1724887787008,"duration":1}},{"uid":"ec94b44f543647af","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ec94b44f543647af","status":"passed","time":{"start":1724886553670,"stop":1724886553670,"duration":0}},{"uid":"2cd1d9ddefbc464c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2cd1d9ddefbc464c","status":"passed","time":{"start":1724886331493,"stop":1724886331494,"duration":1}},{"uid":"4b8a6384580d4563","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b8a6384580d4563","status":"passed","time":{"start":1724861780657,"stop":1724861780658,"duration":1}},{"uid":"7ff93ba110b6a82b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7ff93ba110b6a82b","status":"passed","time":{"start":1724861251099,"stop":1724861251099,"duration":0}},{"uid":"6decbf024bfcf654","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6decbf024bfcf654","status":"passed","time":{"start":1724861074809,"stop":1724861074809,"duration":0}},{"uid":"ea1828bd88e974e0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ea1828bd88e974e0","status":"passed","time":{"start":1724860935672,"stop":1724860935673,"duration":1}}]},"204cd0a634fe77da35e94b401accc096:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"662116d715b5dd05","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/662116d715b5dd05","status":"passed","time":{"start":1724923012477,"stop":1724923012477,"duration":0}},{"uid":"9509b1c3201eb414","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9509b1c3201eb414","status":"passed","time":{"start":1724921625082,"stop":1724921625082,"duration":0}},{"uid":"e265a328ae00e8fc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e265a328ae00e8fc","status":"passed","time":{"start":1724921590507,"stop":1724921590507,"duration":0}},{"uid":"460e67d739ee43dd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/460e67d739ee43dd","status":"passed","time":{"start":1724918287574,"stop":1724918287574,"duration":0}},{"uid":"ef500026543a8c4c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ef500026543a8c4c","status":"passed","time":{"start":1724890047799,"stop":1724890047799,"duration":0}},{"uid":"9698e5ce0a9f68bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9698e5ce0a9f68bd","status":"passed","time":{"start":1724889183932,"stop":1724889183939,"duration":7}},{"uid":"c554461e89914d4f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c554461e89914d4f","status":"passed","time":{"start":1724888354180,"stop":1724888354180,"duration":0}},{"uid":"fa3d9663a30034f7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fa3d9663a30034f7","status":"passed","time":{"start":1724887145706,"stop":1724887145710,"duration":4}},{"uid":"dcdd710efd7ad883","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dcdd710efd7ad883","status":"passed","time":{"start":1724886915796,"stop":1724886915796,"duration":0}},{"uid":"2ab358521c624fed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ab358521c624fed","status":"passed","time":{"start":1724862341461,"stop":1724862341462,"duration":1}},{"uid":"f6bc206b56d4d6de","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f6bc206b56d4d6de","status":"passed","time":{"start":1724861805463,"stop":1724861805464,"duration":1}},{"uid":"667b21def3daaa97","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/667b21def3daaa97","status":"passed","time":{"start":1724861662297,"stop":1724861662298,"duration":1}},{"uid":"5ba5273c80c1d430","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5ba5273c80c1d430","status":"passed","time":{"start":1724861492524,"stop":1724861492524,"duration":0}}]},"e0b6505631b6bdd96fbf27e0bbeb531c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b4e733a0af479f9d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b4e733a0af479f9d","status":"passed","time":{"start":1724918229402,"stop":1724918229402,"duration":0}}]},"e56ace72df9dff4f1244ff52fe3f18af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f05126ed42955e1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1f05126ed42955e1","status":"passed","time":{"start":1724922906442,"stop":1724922906443,"duration":1}}]},"e3287614e9807e436e457512c1cd303a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1bfba4e895c7058e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1bfba4e895c7058e","status":"passed","time":{"start":1724922436973,"stop":1724922436974,"duration":1}},{"uid":"221d617bfa1a4659","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/221d617bfa1a4659","status":"passed","time":{"start":1724921099698,"stop":1724921099699,"duration":1}},{"uid":"d51dc0796fe43a2a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d51dc0796fe43a2a","status":"passed","time":{"start":1724921074389,"stop":1724921074390,"duration":1}},{"uid":"b365f08b61f6b39c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b365f08b61f6b39c","status":"passed","time":{"start":1724917735275,"stop":1724917735275,"duration":0}},{"uid":"8eb7d1c62cff63b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8eb7d1c62cff63b2","status":"passed","time":{"start":1724889517450,"stop":1724889517451,"duration":1}},{"uid":"24ac53d922ba3ec5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/24ac53d922ba3ec5","status":"passed","time":{"start":1724888662630,"stop":1724888662631,"duration":1}},{"uid":"dd300cd4f10e6dc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dd300cd4f10e6dc","status":"passed","time":{"start":1724887821330,"stop":1724887821331,"duration":1}},{"uid":"5bdb816c8d5d1322","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5bdb816c8d5d1322","status":"passed","time":{"start":1724886588483,"stop":1724886588483,"duration":0}},{"uid":"62803486e2425208","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/62803486e2425208","status":"passed","time":{"start":1724886365766,"stop":1724886365767,"duration":1}},{"uid":"9233803707052d8c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9233803707052d8c","status":"passed","time":{"start":1724861814961,"stop":1724861814961,"duration":0}},{"uid":"d7037222a4496a23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d7037222a4496a23","status":"passed","time":{"start":1724861282672,"stop":1724861282672,"duration":0}},{"uid":"f9a6ed60642322b2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f9a6ed60642322b2","status":"passed","time":{"start":1724861111683,"stop":1724861111684,"duration":1}},{"uid":"4bd714b418dbc7ca","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4bd714b418dbc7ca","status":"passed","time":{"start":1724860971175,"stop":1724860971176,"duration":1}}]},"56e1d8474d62878e7786d2205343b01d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"545ac110a849dbc4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/545ac110a849dbc4","status":"passed","time":{"start":1724922887532,"stop":1724922887532,"duration":0}},{"uid":"ce7643567f9afbf0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ce7643567f9afbf0","status":"passed","time":{"start":1724921564782,"stop":1724921564782,"duration":0}},{"uid":"50d1314bbcb8e2d6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/50d1314bbcb8e2d6","status":"passed","time":{"start":1724921518826,"stop":1724921518827,"duration":1}},{"uid":"a0753490f746e3b6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a0753490f746e3b6","status":"passed","time":{"start":1724918229404,"stop":1724918229404,"duration":0}},{"uid":"e07f6da1f040e514","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e07f6da1f040e514","status":"passed","time":{"start":1724889980706,"stop":1724889980706,"duration":0}},{"uid":"bb2bf744dd456b2c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bb2bf744dd456b2c","status":"passed","time":{"start":1724889111183,"stop":1724889111183,"duration":0}},{"uid":"49dd1db7f9e03c49","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/49dd1db7f9e03c49","status":"passed","time":{"start":1724888292546,"stop":1724888292547,"duration":1}},{"uid":"e1a2e7eccf24dc14","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e1a2e7eccf24dc14","status":"passed","time":{"start":1724887068231,"stop":1724887068232,"duration":1}},{"uid":"24cd671b3e6e2fa1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/24cd671b3e6e2fa1","status":"passed","time":{"start":1724886848933,"stop":1724886848934,"duration":1}},{"uid":"8b51a09cd8158d09","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8b51a09cd8158d09","status":"passed","time":{"start":1724862262052,"stop":1724862262052,"duration":0}},{"uid":"76cbb21a9976b29f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/76cbb21a9976b29f","status":"passed","time":{"start":1724861741897,"stop":1724861741897,"duration":0}},{"uid":"dd098de90dad8c40","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dd098de90dad8c40","status":"passed","time":{"start":1724861599500,"stop":1724861599501,"duration":1}},{"uid":"bf903cab904e90f1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bf903cab904e90f1","status":"passed","time":{"start":1724861428479,"stop":1724861428479,"duration":0}}]},"4ac139d7d1050443229269b0c0744970:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"476e32721ad58f2d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/476e32721ad58f2d","status":"passed","time":{"start":1724922398026,"stop":1724922398027,"duration":1}},{"uid":"dd6b00d3e69884f9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dd6b00d3e69884f9","status":"passed","time":{"start":1724921060546,"stop":1724921060546,"duration":0}},{"uid":"6df8432a81adfd22","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6df8432a81adfd22","status":"passed","time":{"start":1724921036201,"stop":1724921036202,"duration":1}},{"uid":"1b86de0549e04dbd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1b86de0549e04dbd","status":"passed","time":{"start":1724917695763,"stop":1724917695763,"duration":0}},{"uid":"e4d37b6622bd6698","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e4d37b6622bd6698","status":"passed","time":{"start":1724889474888,"stop":1724889474888,"duration":0}},{"uid":"8a7edc4101eb046e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8a7edc4101eb046e","status":"passed","time":{"start":1724888625519,"stop":1724888625521,"duration":2}},{"uid":"cb82f4e19dbf334","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cb82f4e19dbf334","status":"passed","time":{"start":1724887781869,"stop":1724887781869,"duration":0}},{"uid":"6d6849b50aaaabff","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6d6849b50aaaabff","status":"passed","time":{"start":1724886548747,"stop":1724886548748,"duration":1}},{"uid":"992c9e7eb795466a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/992c9e7eb795466a","status":"passed","time":{"start":1724886326712,"stop":1724886326712,"duration":0}},{"uid":"a66010ac7d639a44","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a66010ac7d639a44","status":"passed","time":{"start":1724861775155,"stop":1724861775155,"duration":0}},{"uid":"54992224c178cdaa","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/54992224c178cdaa","status":"passed","time":{"start":1724861246806,"stop":1724861246806,"duration":0}},{"uid":"74f76c4c5e15a09b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/74f76c4c5e15a09b","status":"passed","time":{"start":1724861070257,"stop":1724861070257,"duration":0}},{"uid":"6db48d94f2f5d0f9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6db48d94f2f5d0f9","status":"passed","time":{"start":1724860931176,"stop":1724860931176,"duration":0}}]},"6f5db8f8f13c830c7e59f3146489be59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5088150c2e77cf36","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5088150c2e77cf36","status":"passed","time":{"start":1724922778324,"stop":1724922778324,"duration":0}},{"uid":"a439944ae5b0e411","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a439944ae5b0e411","status":"passed","time":{"start":1724921497753,"stop":1724921497755,"duration":2}},{"uid":"5f6d98b70abc162c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5f6d98b70abc162c","status":"passed","time":{"start":1724921408408,"stop":1724921408409,"duration":1}},{"uid":"eb65d56676c006f1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eb65d56676c006f1","status":"passed","time":{"start":1724918086868,"stop":1724918086868,"duration":0}},{"uid":"670c1f552e4e47c6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/670c1f552e4e47c6","status":"passed","time":{"start":1724889892445,"stop":1724889892445,"duration":0}},{"uid":"a1ad483241f3cda6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a1ad483241f3cda6","status":"passed","time":{"start":1724888997214,"stop":1724888997214,"duration":0}},{"uid":"90301e43b9fad810","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/90301e43b9fad810","status":"passed","time":{"start":1724888159487,"stop":1724888159487,"duration":0}},{"uid":"ec6cc06086d338f0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ec6cc06086d338f0","status":"passed","time":{"start":1724886937289,"stop":1724886937290,"duration":1}},{"uid":"4d0af9354f4ec36a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4d0af9354f4ec36a","status":"passed","time":{"start":1724886709797,"stop":1724886709797,"duration":0}},{"uid":"156931dcf5964855","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/156931dcf5964855","status":"passed","time":{"start":1724862123535,"stop":1724862123536,"duration":1}},{"uid":"90af9df58022c79d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/90af9df58022c79d","status":"passed","time":{"start":1724861620102,"stop":1724861620102,"duration":0}},{"uid":"4fd57e8bf3456071","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4fd57e8bf3456071","status":"passed","time":{"start":1724861460238,"stop":1724861460241,"duration":3}},{"uid":"34a06545e4a08878","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/34a06545e4a08878","status":"passed","time":{"start":1724861330170,"stop":1724861330170,"duration":0}}]},"14fddfd9cbeef4b361010968e3dedef2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"63ca00ab35f49ea3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/63ca00ab35f49ea3","status":"passed","time":{"start":1724886884588,"stop":1724886884588,"duration":0}}]},"4516e31462507870186c9fbd4aef885c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"31e9647c8db518d4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/31e9647c8db518d4","status":"passed","time":{"start":1724922891490,"stop":1724922891491,"duration":1}},{"uid":"96375094dcc5371b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/96375094dcc5371b","status":"passed","time":{"start":1724921563019,"stop":1724921563019,"duration":0}},{"uid":"9b3185d5a296bf55","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9b3185d5a296bf55","status":"passed","time":{"start":1724921526815,"stop":1724921526815,"duration":0}},{"uid":"a08a80ed0bceebc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a08a80ed0bceebc","status":"passed","time":{"start":1724918239947,"stop":1724918239948,"duration":1}},{"uid":"5e83767c58d82798","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5e83767c58d82798","status":"passed","time":{"start":1724889980918,"stop":1724889980919,"duration":1}},{"uid":"695ffd74721e72aa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/695ffd74721e72aa","status":"passed","time":{"start":1724889109973,"stop":1724889109974,"duration":1}},{"uid":"f02bcb04d1ea3b22","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f02bcb04d1ea3b22","status":"passed","time":{"start":1724888294724,"stop":1724888294725,"duration":1}},{"uid":"30a4a06573d0fdd0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/30a4a06573d0fdd0","status":"passed","time":{"start":1724887071743,"stop":1724887071743,"duration":0}},{"uid":"fa967220b07c0cc7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fa967220b07c0cc7","status":"passed","time":{"start":1724886848348,"stop":1724886848348,"duration":0}},{"uid":"2336d5254826f470","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2336d5254826f470","status":"passed","time":{"start":1724862259256,"stop":1724862259256,"duration":0}},{"uid":"968564dbd2eed7df","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/968564dbd2eed7df","status":"passed","time":{"start":1724861735331,"stop":1724861735331,"duration":0}},{"uid":"f86dab3bde24b557","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f86dab3bde24b557","status":"passed","time":{"start":1724861606351,"stop":1724861606351,"duration":0}},{"uid":"100159793340f120","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/100159793340f120","status":"passed","time":{"start":1724861426690,"stop":1724861426690,"duration":0}}]},"0f19ebac35e83959b447dde1dc01d9b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"384621b5b63244fb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/384621b5b63244fb","status":"passed","time":{"start":1724922921463,"stop":1724922921463,"duration":0}},{"uid":"9d095f336f0b48e1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9d095f336f0b48e1","status":"passed","time":{"start":1724921602955,"stop":1724921602955,"duration":0}},{"uid":"8a7767e102dfbfc8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8a7767e102dfbfc8","status":"passed","time":{"start":1724921571098,"stop":1724921571099,"duration":1}},{"uid":"570e66e4347c2b3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/570e66e4347c2b3","status":"passed","time":{"start":1724918285592,"stop":1724918285592,"duration":0}},{"uid":"2ff759a279dfa17c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ff759a279dfa17c","status":"passed","time":{"start":1724890030092,"stop":1724890030092,"duration":0}},{"uid":"c4ae572692542ea5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4ae572692542ea5","status":"passed","time":{"start":1724889171910,"stop":1724889171911,"duration":1}},{"uid":"87de9615d2c5ecb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/87de9615d2c5ecb","status":"passed","time":{"start":1724888350723,"stop":1724888350724,"duration":1}},{"uid":"83d1728bfce45a03","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/83d1728bfce45a03","status":"passed","time":{"start":1724887115410,"stop":1724887115410,"duration":0}},{"uid":"8b7ea5d143101880","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8b7ea5d143101880","status":"passed","time":{"start":1724886884577,"stop":1724886884578,"duration":1}},{"uid":"c4e1f411f86e8b45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4e1f411f86e8b45","status":"passed","time":{"start":1724862322259,"stop":1724862322259,"duration":0}},{"uid":"640f653aca9d479d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/640f653aca9d479d","status":"passed","time":{"start":1724861790753,"stop":1724861790753,"duration":0}},{"uid":"7d35d7506f2eb4f7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7d35d7506f2eb4f7","status":"passed","time":{"start":1724861628422,"stop":1724861628422,"duration":0}},{"uid":"bcbea6a49a1c4590","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bcbea6a49a1c4590","status":"passed","time":{"start":1724861465626,"stop":1724861465627,"duration":1}}]},"a773da9ab13b0ba52b267b159cdf55b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1688fece7bf8b1f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1688fece7bf8b1f","status":"passed","time":{"start":1724922611442,"stop":1724922611443,"duration":1}},{"uid":"44fbd564f2b07ebb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/44fbd564f2b07ebb","status":"passed","time":{"start":1724921270366,"stop":1724921270366,"duration":0}},{"uid":"a0c5e5f70b2856e5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a0c5e5f70b2856e5","status":"passed","time":{"start":1724921247828,"stop":1724921247828,"duration":0}},{"uid":"368b555b5e7cb89e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/368b555b5e7cb89e","status":"passed","time":{"start":1724917989828,"stop":1724917989828,"duration":0}},{"uid":"549c59e5c3930401","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/549c59e5c3930401","status":"passed","time":{"start":1724889678570,"stop":1724889678578,"duration":8}},{"uid":"b88c9262e7a49cb5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b88c9262e7a49cb5","status":"passed","time":{"start":1724888829851,"stop":1724888829852,"duration":1}},{"uid":"ac0b821c3dcaef81","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ac0b821c3dcaef81","status":"passed","time":{"start":1724888077018,"stop":1724888077019,"duration":1}},{"uid":"eefb7ba2bccf496c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eefb7ba2bccf496c","status":"passed","time":{"start":1724886851132,"stop":1724886851132,"duration":0}},{"uid":"b78d3fb54cb0ee77","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b78d3fb54cb0ee77","status":"passed","time":{"start":1724886647125,"stop":1724886647126,"duration":1}},{"uid":"d97d5b2e5144dfcf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d97d5b2e5144dfcf","status":"passed","time":{"start":1724861992718,"stop":1724861992718,"duration":0}},{"uid":"6c91e64693c23f51","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6c91e64693c23f51","status":"passed","time":{"start":1724861469650,"stop":1724861469651,"duration":1}},{"uid":"ff693bcfe617b48f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ff693bcfe617b48f","status":"passed","time":{"start":1724861284872,"stop":1724861284872,"duration":0}},{"uid":"56d861058a7d3298","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/56d861058a7d3298","status":"passed","time":{"start":1724861145823,"stop":1724861145823,"duration":0}}]},"61e0bc5eb99c345d7e23841af7aef6cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7464a1f506d9d5c0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7464a1f506d9d5c0","status":"passed","time":{"start":1724922865535,"stop":1724922865536,"duration":1}},{"uid":"97acc56c2b9169f8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/97acc56c2b9169f8","status":"passed","time":{"start":1724921583486,"stop":1724921583487,"duration":1}},{"uid":"a787ccc195852aa3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a787ccc195852aa3","status":"passed","time":{"start":1724921494521,"stop":1724921494521,"duration":0}},{"uid":"11a55674830232b3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/11a55674830232b3","status":"passed","time":{"start":1724918216286,"stop":1724918216287,"duration":1}},{"uid":"76a17b0faaf4b7c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/76a17b0faaf4b7c7","status":"passed","time":{"start":1724889979498,"stop":1724889979498,"duration":0}},{"uid":"1826f99a354d3f60","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1826f99a354d3f60","status":"passed","time":{"start":1724889083635,"stop":1724889083636,"duration":1}},{"uid":"f44caf51c708f476","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f44caf51c708f476","status":"passed","time":{"start":1724888284640,"stop":1724888284641,"duration":1}},{"uid":"6a190b1469bd46b1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a190b1469bd46b1","status":"passed","time":{"start":1724887046097,"stop":1724887046097,"duration":0}},{"uid":"236f9dccd7f12190","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/236f9dccd7f12190","status":"passed","time":{"start":1724886828838,"stop":1724886828838,"duration":0}},{"uid":"c5205acd778894a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5205acd778894a6","status":"passed","time":{"start":1724862236790,"stop":1724862236791,"duration":1}},{"uid":"c98a9c01693c5b10","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c98a9c01693c5b10","status":"passed","time":{"start":1724861713625,"stop":1724861713626,"duration":1}},{"uid":"45f40035697f8714","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/45f40035697f8714","status":"passed","time":{"start":1724861586770,"stop":1724861586771,"duration":1}},{"uid":"1adc2d446c9e3dcd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1adc2d446c9e3dcd","status":"passed","time":{"start":1724861418249,"stop":1724861418249,"duration":0}}]},"eb36f6cc70499b2e62d28217a2a5914e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"13aaa21c59734b2d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/13aaa21c59734b2d","status":"passed","time":{"start":1724887127874,"stop":1724887127874,"duration":0}}]},"6344e52764ea46e6f6ed14e26357b30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"2834995d6314f117","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2834995d6314f117","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922601858,"stop":1724922601858,"duration":0}},{"uid":"82819bbec65135e5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/82819bbec65135e5","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921267898,"stop":1724921267899,"duration":1}},{"uid":"a3f3ec95a82b3841","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a3f3ec95a82b3841","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921244400,"stop":1724921244400,"duration":0}},{"uid":"abeaf24d9e974d5c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/abeaf24d9e974d5c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724917916064,"stop":1724917916064,"duration":0}},{"uid":"ee16456a2bb0e550","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ee16456a2bb0e550","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889678262,"stop":1724889678262,"duration":0}},{"uid":"3d644f6960326b05","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3d644f6960326b05","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888831692,"stop":1724888831692,"duration":0}},{"uid":"4852353aeaa2a559","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4852353aeaa2a559","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888003326,"stop":1724888003326,"duration":0}},{"uid":"191cccda398fc74b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/191cccda398fc74b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886776616,"stop":1724886776616,"duration":0}},{"uid":"e48788639d1115ce","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e48788639d1115ce","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886555804,"stop":1724886555804,"duration":0}},{"uid":"6a2661ffa614c84e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6a2661ffa614c84e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861983017,"stop":1724861983017,"duration":0}},{"uid":"6a22868a7160d956","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6a22868a7160d956","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861444073,"stop":1724861444073,"duration":0}},{"uid":"3991a5c2ba3d1e45","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3991a5c2ba3d1e45","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861285842,"stop":1724861285842,"duration":0}},{"uid":"99077c3099fcc5de","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/99077c3099fcc5de","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861145678,"stop":1724861145678,"duration":0}}]},"c722ce8a7dba0f2b03f0e99d583ec496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"35d8c61d65084210","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/35d8c61d65084210","status":"passed","time":{"start":1724923012460,"stop":1724923012461,"duration":1}},{"uid":"46c57d660721af48","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/46c57d660721af48","status":"passed","time":{"start":1724921625039,"stop":1724921625040,"duration":1}},{"uid":"fc8967698743cecf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fc8967698743cecf","status":"passed","time":{"start":1724921590484,"stop":1724921590484,"duration":0}},{"uid":"78b0e337864425c4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/78b0e337864425c4","status":"passed","time":{"start":1724918287560,"stop":1724918287561,"duration":1}},{"uid":"4223e33b6571c828","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4223e33b6571c828","status":"passed","time":{"start":1724890047784,"stop":1724890047784,"duration":0}},{"uid":"96b8d559447da463","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/96b8d559447da463","status":"passed","time":{"start":1724889183916,"stop":1724889183916,"duration":0}},{"uid":"841ae8e05c4f52f4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/841ae8e05c4f52f4","status":"passed","time":{"start":1724888354161,"stop":1724888354161,"duration":0}},{"uid":"64f42ecbd26126cc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/64f42ecbd26126cc","status":"passed","time":{"start":1724887145652,"stop":1724887145652,"duration":0}},{"uid":"a561aa7a29d81249","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a561aa7a29d81249","status":"passed","time":{"start":1724886915778,"stop":1724886915780,"duration":2}},{"uid":"aef1579f6a254c82","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aef1579f6a254c82","status":"passed","time":{"start":1724862341433,"stop":1724862341433,"duration":0}},{"uid":"c9ccd65779d36f31","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c9ccd65779d36f31","status":"passed","time":{"start":1724861805436,"stop":1724861805437,"duration":1}},{"uid":"8965edab974a3aa2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8965edab974a3aa2","status":"passed","time":{"start":1724861662244,"stop":1724861662249,"duration":5}},{"uid":"a33b6d82327ae95","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a33b6d82327ae95","status":"passed","time":{"start":1724861492504,"stop":1724861492505,"duration":1}}]},"b599654895491b21ff1876c821de2afd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7efcefdf6a98f52","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7efcefdf6a98f52","status":"passed","time":{"start":1724922374449,"stop":1724922374449,"duration":0}},{"uid":"5612bdfac6133a49","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5612bdfac6133a49","status":"passed","time":{"start":1724921037311,"stop":1724921037311,"duration":0}},{"uid":"c238bbef0782757d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c238bbef0782757d","status":"passed","time":{"start":1724921012634,"stop":1724921012635,"duration":1}},{"uid":"8b4cb99e86a287ca","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8b4cb99e86a287ca","status":"passed","time":{"start":1724917673037,"stop":1724917673037,"duration":0}},{"uid":"a82fbafc4d14527b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a82fbafc4d14527b","status":"passed","time":{"start":1724889452004,"stop":1724889452005,"duration":1}},{"uid":"dff39e1dfbad5332","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dff39e1dfbad5332","status":"passed","time":{"start":1724888602562,"stop":1724888602562,"duration":0}},{"uid":"3ef3cf9c3abafa55","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3ef3cf9c3abafa55","status":"passed","time":{"start":1724887758653,"stop":1724887758653,"duration":0}},{"uid":"e76716b064c884b5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e76716b064c884b5","status":"passed","time":{"start":1724886525163,"stop":1724886525163,"duration":0}},{"uid":"69e6c0c0011b36e9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/69e6c0c0011b36e9","status":"passed","time":{"start":1724886303125,"stop":1724886303126,"duration":1}},{"uid":"e4e8646f06b2f8bb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e4e8646f06b2f8bb","status":"passed","time":{"start":1724861751531,"stop":1724861751532,"duration":1}},{"uid":"20b8f29963c73778","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/20b8f29963c73778","status":"passed","time":{"start":1724861222812,"stop":1724861222812,"duration":0}},{"uid":"f6146caf240ae34f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f6146caf240ae34f","status":"passed","time":{"start":1724861044783,"stop":1724861044784,"duration":1}},{"uid":"21d6377a67baa185","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/21d6377a67baa185","status":"passed","time":{"start":1724860906653,"stop":1724860906654,"duration":1}}]},"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9bfe15b8a611ee21","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9bfe15b8a611ee21","status":"passed","time":{"start":1724922383093,"stop":1724922383093,"duration":0}},{"uid":"548e272a87163904","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/548e272a87163904","status":"passed","time":{"start":1724921046209,"stop":1724921046210,"duration":1}},{"uid":"ed3f25cdc03b68b2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ed3f25cdc03b68b2","status":"passed","time":{"start":1724921021481,"stop":1724921021481,"duration":0}},{"uid":"93074ed29ba616d2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/93074ed29ba616d2","status":"passed","time":{"start":1724917681729,"stop":1724917681729,"duration":0}},{"uid":"b2fdb9bfd83c01e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b2fdb9bfd83c01e8","status":"passed","time":{"start":1724889460657,"stop":1724889460657,"duration":0}},{"uid":"a12e8a5bf9a147a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a12e8a5bf9a147a1","status":"passed","time":{"start":1724888611300,"stop":1724888611300,"duration":0}},{"uid":"22182463141d9d06","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/22182463141d9d06","status":"passed","time":{"start":1724887767625,"stop":1724887767625,"duration":0}},{"uid":"66ca2153a3f6bb52","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/66ca2153a3f6bb52","status":"passed","time":{"start":1724886533996,"stop":1724886533996,"duration":0}},{"uid":"21139a190327bcc0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/21139a190327bcc0","status":"passed","time":{"start":1724886311763,"stop":1724886311763,"duration":0}},{"uid":"b3f57057b6db086f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b3f57057b6db086f","status":"passed","time":{"start":1724861760781,"stop":1724861760781,"duration":0}},{"uid":"39c2783cde3548db","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/39c2783cde3548db","status":"passed","time":{"start":1724861231739,"stop":1724861231739,"duration":0}},{"uid":"56ec2db8e9b4dd93","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/56ec2db8e9b4dd93","status":"passed","time":{"start":1724861054262,"stop":1724861054262,"duration":0}},{"uid":"bf14fddd4fbf6d60","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bf14fddd4fbf6d60","status":"passed","time":{"start":1724860915819,"stop":1724860915819,"duration":0}}]},"1df49fa066e5164894f9633325ea9d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"123ae2191f1afaa6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/123ae2191f1afaa6","status":"passed","time":{"start":1724862262050,"stop":1724862262050,"duration":0}}]},"cdea5a495f7cc7dc4da8979e4672c3cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b36c722cb031b7d5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b36c722cb031b7d5","status":"passed","time":{"start":1724922946243,"stop":1724922946243,"duration":0}},{"uid":"a2412a2a27e99c44","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a2412a2a27e99c44","status":"passed","time":{"start":1724921619640,"stop":1724921619640,"duration":0}},{"uid":"c61c9aa3d83068d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c61c9aa3d83068d","status":"passed","time":{"start":1724921577172,"stop":1724921577172,"duration":0}},{"uid":"a72c00eff502f8a7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a72c00eff502f8a7","status":"passed","time":{"start":1724918298103,"stop":1724918298104,"duration":1}},{"uid":"d146c7a21dc6e4ff","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d146c7a21dc6e4ff","status":"passed","time":{"start":1724890039749,"stop":1724890039750,"duration":1}},{"uid":"e8405576a7b4e05a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e8405576a7b4e05a","status":"passed","time":{"start":1724889169856,"stop":1724889169857,"duration":1}},{"uid":"945abd3deee1631","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/945abd3deee1631","status":"passed","time":{"start":1724888345356,"stop":1724888345357,"duration":1}},{"uid":"8404d22b16f7b9e9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8404d22b16f7b9e9","status":"passed","time":{"start":1724887127883,"stop":1724887127886,"duration":3}},{"uid":"c827cbdb8082d271","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c827cbdb8082d271","status":"passed","time":{"start":1724886906387,"stop":1724886906387,"duration":0}},{"uid":"e2d3ddaae07cc1b5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e2d3ddaae07cc1b5","status":"passed","time":{"start":1724862320149,"stop":1724862320149,"duration":0}},{"uid":"5af33ddfd3d10be7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5af33ddfd3d10be7","status":"passed","time":{"start":1724861800260,"stop":1724861800260,"duration":0}},{"uid":"6adbb003a57bfcc3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6adbb003a57bfcc3","status":"passed","time":{"start":1724861655175,"stop":1724861655176,"duration":1}},{"uid":"82e4fee8db7c641a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/82e4fee8db7c641a","status":"passed","time":{"start":1724861485085,"stop":1724861485085,"duration":0}}]},"253797fcb45741084187d4e600a0c7ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ce35bf1c2f9571ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ce35bf1c2f9571ea","status":"passed","time":{"start":1724888345352,"stop":1724888345353,"duration":1}}]},"52c30f3cc1da5fdc37b9b464d2ed157f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"24110eec20e0a23e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/24110eec20e0a23e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922439103,"stop":1724922439103,"duration":0}},{"uid":"3c7d17c1eb4ecf89","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3c7d17c1eb4ecf89","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921098922,"stop":1724921098922,"duration":0}},{"uid":"27cefbd9e3a1c4a3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/27cefbd9e3a1c4a3","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921073401,"stop":1724921073401,"duration":0}},{"uid":"22aa603160dfe995","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/22aa603160dfe995","status":"skipped","statusDetails":"Test ignored","time":{"start":1724917744665,"stop":1724917744665,"duration":0}},{"uid":"97f89de837cd437b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97f89de837cd437b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889518046,"stop":1724889518046,"duration":0}},{"uid":"498250d5002aff2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/498250d5002aff2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888665807,"stop":1724888665807,"duration":0}},{"uid":"5aab6e6ac3ff4b53","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5aab6e6ac3ff4b53","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887821954,"stop":1724887821955,"duration":1}},{"uid":"b041957eb2139df4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b041957eb2139df4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886586928,"stop":1724886586928,"duration":0}},{"uid":"cbbeb2799a134b25","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cbbeb2799a134b25","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886375239,"stop":1724886375240,"duration":1}},{"uid":"cd60d34703d6806c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd60d34703d6806c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861815219,"stop":1724861815219,"duration":0}},{"uid":"8f86c1a1303ddace","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8f86c1a1303ddace","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861291724,"stop":1724861291726,"duration":2}},{"uid":"4c12f9d13644fad2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4c12f9d13644fad2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861109881,"stop":1724861109882,"duration":1}},{"uid":"f49ea95b8d9d3e2a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f49ea95b8d9d3e2a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724860972345,"stop":1724860972345,"duration":0}}]},"02e9129cb9b3cf151c39c97146218ddc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"80983a844d13b76e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/80983a844d13b76e","status":"passed","time":{"start":1724888336460,"stop":1724888336460,"duration":0}}]},"6dc4f4a64d88ecc459576211af44c9c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e3f037eb673afde6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e3f037eb673afde6","status":"passed","time":{"start":1724887092628,"stop":1724887092629,"duration":1}}]},"88357b028eb75ad4f1e85c2daedfdd05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70b687596ddfa70a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/70b687596ddfa70a","status":"passed","time":{"start":1724918298098,"stop":1724918298098,"duration":0}}]},"09cd9d8ba42e553ba8f482285cb3d0d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"55cc3a6a3754d117","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/55cc3a6a3754d117","status":"passed","time":{"start":1724921244372,"stop":1724921244376,"duration":4}}]},"73ac7999decb7c5dfdb67b5f2d1717af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a981a67edf27a367","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a981a67edf27a367","status":"passed","time":{"start":1724887068230,"stop":1724887068231,"duration":1}}]},"1221fb8af55fad77bfb8bb923c0d373d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e8eeb06e7829ff4a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e8eeb06e7829ff4a","status":"passed","time":{"start":1724887127882,"stop":1724887127882,"duration":0}}]},"30ea5a343565c1efca5d550cb47221e8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6effd5557ac8c80d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6effd5557ac8c80d","status":"passed","time":{"start":1724886880630,"stop":1724886880630,"duration":0}}]},"dbd5d5949b41e11b1c4bc7d81adefec6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3967a91bdaaa4572","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3967a91bdaaa4572","status":"passed","time":{"start":1724921619639,"stop":1724921619640,"duration":1}}]},"46e4002ab33549762a5184ba52857e96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a6ef23539bb31a92","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a6ef23539bb31a92","status":"passed","time":{"start":1724922845262,"stop":1724922845263,"duration":1}},{"uid":"3fab53b05e85a6ca","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3fab53b05e85a6ca","status":"passed","time":{"start":1724921515254,"stop":1724921515255,"duration":1}},{"uid":"9c0de0997b170cc3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9c0de0997b170cc3","status":"passed","time":{"start":1724921475503,"stop":1724921475504,"duration":1}},{"uid":"2b6d66148f0cb7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2b6d66148f0cb7","status":"passed","time":{"start":1724918179418,"stop":1724918179435,"duration":17}},{"uid":"19c185567cce49ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/19c185567cce49ee","status":"passed","time":{"start":1724889935352,"stop":1724889935352,"duration":0}},{"uid":"58dffcf18408327a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/58dffcf18408327a","status":"passed","time":{"start":1724889072768,"stop":1724889072768,"duration":0}},{"uid":"c2384eff4d2fe93b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c2384eff4d2fe93b","status":"passed","time":{"start":1724888232428,"stop":1724888232428,"duration":0}},{"uid":"3b670483e5f92748","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3b670483e5f92748","status":"passed","time":{"start":1724887018316,"stop":1724887018316,"duration":0}},{"uid":"4176938725b2aa74","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4176938725b2aa74","status":"passed","time":{"start":1724886781504,"stop":1724886781505,"duration":1}},{"uid":"e441bfa59c8fca40","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e441bfa59c8fca40","status":"passed","time":{"start":1724862213684,"stop":1724862213685,"duration":1}},{"uid":"f2fccd686e770b6a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f2fccd686e770b6a","status":"passed","time":{"start":1724861685885,"stop":1724861685885,"duration":0}},{"uid":"47397297629d7e5d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/47397297629d7e5d","status":"passed","time":{"start":1724861546211,"stop":1724861546212,"duration":1}},{"uid":"ceb4d0fc86b77037","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ceb4d0fc86b77037","status":"passed","time":{"start":1724861378126,"stop":1724861378126,"duration":0}}]},"45666448c14c8261025304f4a13398f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aac7c838b8553141","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/aac7c838b8553141","status":"passed","time":{"start":1724918203695,"stop":1724918203696,"duration":1}}]},"54384bebf04ae4841c112fac145c4c83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e112fbb60fc82193","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e112fbb60fc82193","status":"passed","time":{"start":1724922499927,"stop":1724922499928,"duration":1}},{"uid":"d1997c55de9fc524","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d1997c55de9fc524","status":"passed","time":{"start":1724921158276,"stop":1724921158277,"duration":1}},{"uid":"9f0181838cf08887","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9f0181838cf08887","status":"passed","time":{"start":1724921130071,"stop":1724921130072,"duration":1}},{"uid":"8e4914a98576fbe5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8e4914a98576fbe5","status":"passed","time":{"start":1724917796888,"stop":1724917796889,"duration":1}},{"uid":"99cf75dbe48accba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/99cf75dbe48accba","status":"passed","time":{"start":1724889579990,"stop":1724889579992,"duration":2}},{"uid":"fffb84206726fcf3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fffb84206726fcf3","status":"passed","time":{"start":1724888730125,"stop":1724888730126,"duration":1}},{"uid":"9ce666e2a43b8e88","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9ce666e2a43b8e88","status":"passed","time":{"start":1724887883924,"stop":1724887883925,"duration":1}},{"uid":"f46bf05e919323a6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f46bf05e919323a6","status":"passed","time":{"start":1724886651242,"stop":1724886651243,"duration":1}},{"uid":"9436c27f1fed5f91","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9436c27f1fed5f91","status":"passed","time":{"start":1724886430260,"stop":1724886430261,"duration":1}},{"uid":"7a8e1c9145488f01","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7a8e1c9145488f01","status":"passed","time":{"start":1724861879165,"stop":1724861879166,"duration":1}},{"uid":"3741003d7fd7d0f2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3741003d7fd7d0f2","status":"passed","time":{"start":1724861345735,"stop":1724861345735,"duration":0}},{"uid":"514ab46cbbe37b60","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/514ab46cbbe37b60","status":"passed","time":{"start":1724861186692,"stop":1724861186692,"duration":0}},{"uid":"11d1848fcd03d97c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/11d1848fcd03d97c","status":"passed","time":{"start":1724861034861,"stop":1724861034862,"duration":1}}]},"cd8bb61f11cc9ea00b1f4254b7742bc9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd83539190c0181c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd83539190c0181c","status":"passed","time":{"start":1724862320143,"stop":1724862320143,"duration":0}}]},"b08068a9b03559ce890ac01ffeb86082:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c8ebf5fb4bd2fbc5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c8ebf5fb4bd2fbc5","status":"passed","time":{"start":1724922845233,"stop":1724922845233,"duration":0}},{"uid":"c256437b5260ae55","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c256437b5260ae55","status":"passed","time":{"start":1724921515219,"stop":1724921515219,"duration":0}},{"uid":"3f51faff4febfa7a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3f51faff4febfa7a","status":"passed","time":{"start":1724921475436,"stop":1724921475437,"duration":1}},{"uid":"aab7a5f16c80980e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/aab7a5f16c80980e","status":"passed","time":{"start":1724918179376,"stop":1724918179377,"duration":1}},{"uid":"61d8e08676aa3250","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/61d8e08676aa3250","status":"passed","time":{"start":1724889935333,"stop":1724889935333,"duration":0}},{"uid":"20129f55c2b2efe6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/20129f55c2b2efe6","status":"passed","time":{"start":1724889072745,"stop":1724889072745,"duration":0}},{"uid":"1472e3eb16c5291b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1472e3eb16c5291b","status":"passed","time":{"start":1724888232407,"stop":1724888232407,"duration":0}},{"uid":"7af7c3192bfb7408","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7af7c3192bfb7408","status":"passed","time":{"start":1724887018287,"stop":1724887018287,"duration":0}},{"uid":"1a16bba90cae145e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1a16bba90cae145e","status":"passed","time":{"start":1724886781472,"stop":1724886781472,"duration":0}},{"uid":"cc910f1a03fc5acf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc910f1a03fc5acf","status":"passed","time":{"start":1724862213654,"stop":1724862213655,"duration":1}},{"uid":"4c9c11d443f2a088","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4c9c11d443f2a088","status":"passed","time":{"start":1724861685847,"stop":1724861685848,"duration":1}},{"uid":"92feeda19b933331","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/92feeda19b933331","status":"passed","time":{"start":1724861546162,"stop":1724861546162,"duration":0}},{"uid":"26d999eec9dc5ccb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/26d999eec9dc5ccb","status":"passed","time":{"start":1724861378102,"stop":1724861378103,"duration":1}}]},"f83b5e91299b47f609d392e5a1fc737e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8dd442e5ad56f0bf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8dd442e5ad56f0bf","status":"passed","time":{"start":1724922921441,"stop":1724922921442,"duration":1}},{"uid":"3f451b723b2387ad","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3f451b723b2387ad","status":"passed","time":{"start":1724921602944,"stop":1724921602944,"duration":0}},{"uid":"40d9bcd3423800a9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/40d9bcd3423800a9","status":"passed","time":{"start":1724921571091,"stop":1724921571093,"duration":2}},{"uid":"263f44245a12c0cd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/263f44245a12c0cd","status":"passed","time":{"start":1724918285582,"stop":1724918285582,"duration":0}},{"uid":"17e99d0c67599b61","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/17e99d0c67599b61","status":"passed","time":{"start":1724890030086,"stop":1724890030087,"duration":1}},{"uid":"2ea1c68c9816a4bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ea1c68c9816a4bd","status":"passed","time":{"start":1724889171905,"stop":1724889171905,"duration":0}},{"uid":"832f372e96fbd363","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/832f372e96fbd363","status":"passed","time":{"start":1724888350718,"stop":1724888350718,"duration":0}},{"uid":"d6b599fadd547013","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d6b599fadd547013","status":"passed","time":{"start":1724887115403,"stop":1724887115403,"duration":0}},{"uid":"1e43dec46ecd74c4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1e43dec46ecd74c4","status":"passed","time":{"start":1724886884567,"stop":1724886884568,"duration":1}},{"uid":"a436269f384df287","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a436269f384df287","status":"passed","time":{"start":1724862322244,"stop":1724862322244,"duration":0}},{"uid":"e254298816510107","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e254298816510107","status":"passed","time":{"start":1724861790747,"stop":1724861790748,"duration":1}},{"uid":"2de2858d80f7fa6a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2de2858d80f7fa6a","status":"passed","time":{"start":1724861628416,"stop":1724861628417,"duration":1}},{"uid":"ce1f0ed43796b935","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ce1f0ed43796b935","status":"passed","time":{"start":1724861465619,"stop":1724861465619,"duration":0}}]},"a76ead29381dcdaff9c468c45a54849a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"76944968bcc34638","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/76944968bcc34638","status":"passed","time":{"start":1724922374683,"stop":1724922374683,"duration":0}},{"uid":"997580436d78ecb1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/997580436d78ecb1","status":"passed","time":{"start":1724921037643,"stop":1724921037644,"duration":1}},{"uid":"6e3574671fbe4e5f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6e3574671fbe4e5f","status":"passed","time":{"start":1724921013056,"stop":1724921013057,"duration":1}},{"uid":"6b1c23e2983f23a1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6b1c23e2983f23a1","status":"passed","time":{"start":1724917673298,"stop":1724917673298,"duration":0}},{"uid":"b2c71cb2e3059d14","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b2c71cb2e3059d14","status":"passed","time":{"start":1724889452317,"stop":1724889452318,"duration":1}},{"uid":"5749bb78f9984c52","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5749bb78f9984c52","status":"passed","time":{"start":1724888602849,"stop":1724888602849,"duration":0}},{"uid":"8b8747ed0715ae1d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8b8747ed0715ae1d","status":"passed","time":{"start":1724887759170,"stop":1724887759170,"duration":0}},{"uid":"5eeb2f14206c2692","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5eeb2f14206c2692","status":"passed","time":{"start":1724886525550,"stop":1724886525550,"duration":0}},{"uid":"bb9253dff19d7c4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bb9253dff19d7c4","status":"passed","time":{"start":1724886303404,"stop":1724886303404,"duration":0}},{"uid":"e4a1955986fdcad9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e4a1955986fdcad9","status":"passed","time":{"start":1724861752236,"stop":1724861752236,"duration":0}},{"uid":"a23f917e0d42ad83","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a23f917e0d42ad83","status":"passed","time":{"start":1724861223361,"stop":1724861223361,"duration":0}},{"uid":"62cbcb44c2fb4c5b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/62cbcb44c2fb4c5b","status":"passed","time":{"start":1724861045209,"stop":1724861045209,"duration":0}},{"uid":"2f3f920df37cf4f0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2f3f920df37cf4f0","status":"passed","time":{"start":1724860907092,"stop":1724860907092,"duration":0}}]},"1391b6b0ba4a849777922d1c0353736f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"11ff86f6482e0a19","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/11ff86f6482e0a19","status":"passed","time":{"start":1724922853916,"stop":1724922853916,"duration":0}},{"uid":"4b0c7e35cd764ab0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4b0c7e35cd764ab0","status":"passed","time":{"start":1724921529583,"stop":1724921529584,"duration":1}},{"uid":"7fbfc0acb94489a8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7fbfc0acb94489a8","status":"passed","time":{"start":1724921488879,"stop":1724921488879,"duration":0}},{"uid":"8447353e13eea0c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8447353e13eea0c","status":"passed","time":{"start":1724918203685,"stop":1724918203685,"duration":0}},{"uid":"b1dca81ed343d55a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1dca81ed343d55a","status":"passed","time":{"start":1724889938357,"stop":1724889938357,"duration":0}},{"uid":"521809881b0c1f12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/521809881b0c1f12","status":"passed","time":{"start":1724889077065,"stop":1724889077065,"duration":0}},{"uid":"28d953ba9c1b34bc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/28d953ba9c1b34bc","status":"passed","time":{"start":1724888268033,"stop":1724888268034,"duration":1}},{"uid":"c82ff9490f0dfb09","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c82ff9490f0dfb09","status":"passed","time":{"start":1724887032402,"stop":1724887032402,"duration":0}},{"uid":"9db5c88c5438f8f5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9db5c88c5438f8f5","status":"passed","time":{"start":1724886822814,"stop":1724886822814,"duration":0}},{"uid":"8c1f6d4f81095e0d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8c1f6d4f81095e0d","status":"passed","time":{"start":1724862233509,"stop":1724862233509,"duration":0}},{"uid":"2b63a6b4f7a9fadd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2b63a6b4f7a9fadd","status":"passed","time":{"start":1724861712669,"stop":1724861712669,"duration":0}},{"uid":"79d7ac7324873e20","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/79d7ac7324873e20","status":"passed","time":{"start":1724861567888,"stop":1724861567888,"duration":0}},{"uid":"3cfa175ad1213d76","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3cfa175ad1213d76","status":"passed","time":{"start":1724861392053,"stop":1724861392054,"duration":1}}]},"01e5d721be51e34e17ed69fd77982662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"44f7ae3aefe8ea14","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/44f7ae3aefe8ea14","status":"passed","time":{"start":1724922845253,"stop":1724922845254,"duration":1}},{"uid":"a14d6a33ee0bf861","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a14d6a33ee0bf861","status":"passed","time":{"start":1724921515235,"stop":1724921515236,"duration":1}},{"uid":"a100d912889cfdb1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a100d912889cfdb1","status":"passed","time":{"start":1724921475467,"stop":1724921475467,"duration":0}},{"uid":"7087faf394315dd2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7087faf394315dd2","status":"passed","time":{"start":1724918179408,"stop":1724918179408,"duration":0}},{"uid":"183f63f5cefc6f18","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/183f63f5cefc6f18","status":"passed","time":{"start":1724889935347,"stop":1724889935347,"duration":0}},{"uid":"e92600f06138c49","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e92600f06138c49","status":"passed","time":{"start":1724889072761,"stop":1724889072762,"duration":1}},{"uid":"b8ff807d0eb87455","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b8ff807d0eb87455","status":"passed","time":{"start":1724888232422,"stop":1724888232423,"duration":1}},{"uid":"980db18a802d160","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/980db18a802d160","status":"passed","time":{"start":1724887018309,"stop":1724887018310,"duration":1}},{"uid":"8633370b895c357","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8633370b895c357","status":"passed","time":{"start":1724886781488,"stop":1724886781489,"duration":1}},{"uid":"4c5a7fcfa369c4c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4c5a7fcfa369c4c9","status":"passed","time":{"start":1724862213670,"stop":1724862213670,"duration":0}},{"uid":"e3e7d8d2ba040189","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e3e7d8d2ba040189","status":"passed","time":{"start":1724861685864,"stop":1724861685865,"duration":1}},{"uid":"9d8ed2d03cf53a7b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9d8ed2d03cf53a7b","status":"passed","time":{"start":1724861546197,"stop":1724861546198,"duration":1}},{"uid":"c1da552d5311e8c7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c1da552d5311e8c7","status":"passed","time":{"start":1724861378119,"stop":1724861378119,"duration":0}}]},"2557ec157df35bf6d707685321bea72f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"285ae503ceb67978","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/285ae503ceb67978","status":"passed","time":{"start":1724922778325,"stop":1724922778326,"duration":1}},{"uid":"70032703f5dbaf2a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/70032703f5dbaf2a","status":"passed","time":{"start":1724921497756,"stop":1724921497756,"duration":0}},{"uid":"93c0b6dd0b0f60d7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/93c0b6dd0b0f60d7","status":"passed","time":{"start":1724921408410,"stop":1724921408411,"duration":1}},{"uid":"f174adbc9b9e160d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f174adbc9b9e160d","status":"passed","time":{"start":1724918086869,"stop":1724918086869,"duration":0}},{"uid":"1edbee21234227c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1edbee21234227c7","status":"passed","time":{"start":1724889892446,"stop":1724889892446,"duration":0}},{"uid":"1841e6fb53cf77fe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1841e6fb53cf77fe","status":"passed","time":{"start":1724888997215,"stop":1724888997215,"duration":0}},{"uid":"285587b7b9b0ae6c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/285587b7b9b0ae6c","status":"passed","time":{"start":1724888159488,"stop":1724888159489,"duration":1}},{"uid":"e8c62849e37aa2de","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e8c62849e37aa2de","status":"passed","time":{"start":1724886937293,"stop":1724886937293,"duration":0}},{"uid":"afd2ec6087fe74dd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/afd2ec6087fe74dd","status":"passed","time":{"start":1724886709799,"stop":1724886709802,"duration":3}},{"uid":"66c29a3a9b1a4e0a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/66c29a3a9b1a4e0a","status":"passed","time":{"start":1724862123536,"stop":1724862123537,"duration":1}},{"uid":"bafedb9de79f794","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bafedb9de79f794","status":"passed","time":{"start":1724861620103,"stop":1724861620104,"duration":1}},{"uid":"775a3499ca72f37a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/775a3499ca72f37a","status":"passed","time":{"start":1724861460246,"stop":1724861460248,"duration":2}},{"uid":"5b1153c3faa901f0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5b1153c3faa901f0","status":"passed","time":{"start":1724861330171,"stop":1724861330171,"duration":0}}]},"5cd99ced8ba50b2e9d376a549883204c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"db6835754611d1e0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/db6835754611d1e0","status":"passed","time":{"start":1724922374689,"stop":1724922374689,"duration":0}},{"uid":"225ee1841fcdf495","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/225ee1841fcdf495","status":"passed","time":{"start":1724921037650,"stop":1724921037650,"duration":0}},{"uid":"5a5809384bb69768","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5a5809384bb69768","status":"passed","time":{"start":1724921013063,"stop":1724921013063,"duration":0}},{"uid":"187964a3e403c790","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/187964a3e403c790","status":"passed","time":{"start":1724917673303,"stop":1724917673303,"duration":0}},{"uid":"e4c40ff069e83774","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e4c40ff069e83774","status":"passed","time":{"start":1724889452323,"stop":1724889452324,"duration":1}},{"uid":"bacc6724bd25a72f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bacc6724bd25a72f","status":"passed","time":{"start":1724888602855,"stop":1724888602856,"duration":1}},{"uid":"6dc62214ef839988","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6dc62214ef839988","status":"passed","time":{"start":1724887759176,"stop":1724887759176,"duration":0}},{"uid":"e2a64d237a06ea5e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e2a64d237a06ea5e","status":"passed","time":{"start":1724886525555,"stop":1724886525555,"duration":0}},{"uid":"881ef9f0df4d31ac","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/881ef9f0df4d31ac","status":"passed","time":{"start":1724886303410,"stop":1724886303410,"duration":0}},{"uid":"4205e793811e66f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4205e793811e66f","status":"passed","time":{"start":1724861752247,"stop":1724861752247,"duration":0}},{"uid":"52c40673a2949db0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/52c40673a2949db0","status":"passed","time":{"start":1724861223367,"stop":1724861223367,"duration":0}},{"uid":"156096df04e36ccc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/156096df04e36ccc","status":"passed","time":{"start":1724861045216,"stop":1724861045216,"duration":0}},{"uid":"8d2746c6d88b061c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8d2746c6d88b061c","status":"passed","time":{"start":1724860907101,"stop":1724860907101,"duration":0}}]},"01bfb94c22535ad53e83a0709b1063d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f77bddabecbd750a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f77bddabecbd750a","status":"passed","time":{"start":1724887092628,"stop":1724887092628,"duration":0}}]},"16fa9fb65d0b66151767c71b466c4e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2998f429bf114cc9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2998f429bf114cc9","status":"passed","time":{"start":1724887092629,"stop":1724887092630,"duration":1}}]},"9e48a36c3cc9812976e64b83ee210bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"99c03f6cf3637f20","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/99c03f6cf3637f20","status":"passed","time":{"start":1724922853913,"stop":1724922853914,"duration":1}},{"uid":"bcaf743eb0cc34b8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bcaf743eb0cc34b8","status":"passed","time":{"start":1724921529579,"stop":1724921529580,"duration":1}},{"uid":"3ad0be3b2edd8e21","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3ad0be3b2edd8e21","status":"passed","time":{"start":1724921488877,"stop":1724921488877,"duration":0}},{"uid":"d08807c2ec9e873d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d08807c2ec9e873d","status":"passed","time":{"start":1724918203678,"stop":1724918203678,"duration":0}},{"uid":"373624e6c0932976","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/373624e6c0932976","status":"passed","time":{"start":1724889938355,"stop":1724889938356,"duration":1}},{"uid":"725d550b00c18ed6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/725d550b00c18ed6","status":"passed","time":{"start":1724889077063,"stop":1724889077064,"duration":1}},{"uid":"4a8c1c1502c92faa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a8c1c1502c92faa","status":"passed","time":{"start":1724888268031,"stop":1724888268031,"duration":0}},{"uid":"b47577ab906a5042","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b47577ab906a5042","status":"passed","time":{"start":1724887032396,"stop":1724887032397,"duration":1}},{"uid":"5a75884f45c0c6d9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5a75884f45c0c6d9","status":"passed","time":{"start":1724886822789,"stop":1724886822789,"duration":0}},{"uid":"5a88ca5e341c3cba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5a88ca5e341c3cba","status":"passed","time":{"start":1724862233507,"stop":1724862233508,"duration":1}},{"uid":"d3a0d02c07db4b81","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d3a0d02c07db4b81","status":"passed","time":{"start":1724861712667,"stop":1724861712668,"duration":1}},{"uid":"83a42a42a469de4a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/83a42a42a469de4a","status":"passed","time":{"start":1724861567885,"stop":1724861567885,"duration":0}},{"uid":"a433cbc520cc8aac","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a433cbc520cc8aac","status":"passed","time":{"start":1724861392049,"stop":1724861392050,"duration":1}}]},"a999fa5513c28adc30fb234d16a62972:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d4e457df3d2257b1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d4e457df3d2257b1","status":"passed","time":{"start":1724922425597,"stop":1724922425598,"duration":1}},{"uid":"b73f8e7b202125ea","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b73f8e7b202125ea","status":"passed","time":{"start":1724921088194,"stop":1724921088196,"duration":2}},{"uid":"4236bab703d90a2a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4236bab703d90a2a","status":"passed","time":{"start":1724921063381,"stop":1724921063382,"duration":1}},{"uid":"add522ff4f3a73f7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/add522ff4f3a73f7","status":"passed","time":{"start":1724917723831,"stop":1724917723832,"duration":1}},{"uid":"2c97d23e3ce24920","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c97d23e3ce24920","status":"passed","time":{"start":1724889503226,"stop":1724889503226,"duration":0}},{"uid":"2d31dcf584b48bf3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d31dcf584b48bf3","status":"passed","time":{"start":1724888652593,"stop":1724888652593,"duration":0}},{"uid":"2622abfe6d9ddb23","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2622abfe6d9ddb23","status":"passed","time":{"start":1724887810647,"stop":1724887810648,"duration":1}},{"uid":"ee600f5d49925933","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ee600f5d49925933","status":"passed","time":{"start":1724886577066,"stop":1724886577070,"duration":4}},{"uid":"75cf5186d4df3fb5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/75cf5186d4df3fb5","status":"passed","time":{"start":1724886355050,"stop":1724886355050,"duration":0}},{"uid":"16842a087e661905","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/16842a087e661905","status":"passed","time":{"start":1724861804039,"stop":1724861804039,"duration":0}},{"uid":"8e423ea827ee7e23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8e423ea827ee7e23","status":"passed","time":{"start":1724861273295,"stop":1724861273296,"duration":1}},{"uid":"7967e2821a51e9d6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7967e2821a51e9d6","status":"passed","time":{"start":1724861099307,"stop":1724861099309,"duration":2}},{"uid":"272b460da3eed25d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/272b460da3eed25d","status":"passed","time":{"start":1724860959305,"stop":1724860959307,"duration":2}}]},"b1a8b6f30447116e333463c65f27f7d0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"113597f03f250bd5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/113597f03f250bd5","status":"passed","time":{"start":1724861475028,"stop":1724861475030,"duration":2}}]},"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"326bee9270ea3182","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/326bee9270ea3182","status":"passed","time":{"start":1724922383081,"stop":1724922383081,"duration":0}},{"uid":"3b32ca57e810ad27","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3b32ca57e810ad27","status":"passed","time":{"start":1724921046198,"stop":1724921046198,"duration":0}},{"uid":"e0ecef46a2eddfbc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e0ecef46a2eddfbc","status":"passed","time":{"start":1724921021468,"stop":1724921021468,"duration":0}},{"uid":"1d81d9a3839a7809","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1d81d9a3839a7809","status":"passed","time":{"start":1724917681717,"stop":1724917681717,"duration":0}},{"uid":"4404ee35c64869e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4404ee35c64869e","status":"passed","time":{"start":1724889460646,"stop":1724889460646,"duration":0}},{"uid":"234897641ecea4e6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/234897641ecea4e6","status":"passed","time":{"start":1724888611289,"stop":1724888611289,"duration":0}},{"uid":"90031927aabc3558","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/90031927aabc3558","status":"passed","time":{"start":1724887767614,"stop":1724887767614,"duration":0}},{"uid":"a0263ae26a3a2e2f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a0263ae26a3a2e2f","status":"passed","time":{"start":1724886533984,"stop":1724886533984,"duration":0}},{"uid":"49ba66f913fde684","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/49ba66f913fde684","status":"passed","time":{"start":1724886311751,"stop":1724886311752,"duration":1}},{"uid":"14c5dd5119ab4d11","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14c5dd5119ab4d11","status":"passed","time":{"start":1724861760767,"stop":1724861760768,"duration":1}},{"uid":"b7cf6b0a179ad258","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b7cf6b0a179ad258","status":"passed","time":{"start":1724861231727,"stop":1724861231728,"duration":1}},{"uid":"31810696655275db","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/31810696655275db","status":"passed","time":{"start":1724861054248,"stop":1724861054249,"duration":1}},{"uid":"aff7261f7f09a297","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/aff7261f7f09a297","status":"passed","time":{"start":1724860915807,"stop":1724860915807,"duration":0}}]},"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f87d6edbc4e62a8a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f87d6edbc4e62a8a","status":"passed","time":{"start":1724922635355,"stop":1724922635355,"duration":0}},{"uid":"d97a66eebd73c4d8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d97a66eebd73c4d8","status":"passed","time":{"start":1724921297009,"stop":1724921297010,"duration":1}},{"uid":"50dfce260710eed","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/50dfce260710eed","status":"passed","time":{"start":1724921276368,"stop":1724921276368,"duration":0}},{"uid":"58b652118ebe0d59","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/58b652118ebe0d59","status":"passed","time":{"start":1724917948325,"stop":1724917948326,"duration":1}},{"uid":"2bf31a2c555aac6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2bf31a2c555aac6","status":"passed","time":{"start":1724889729010,"stop":1724889729010,"duration":0}},{"uid":"171f153f46e04595","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/171f153f46e04595","status":"passed","time":{"start":1724888864954,"stop":1724888864954,"duration":0}},{"uid":"b486a82ce64f1db1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b486a82ce64f1db1","status":"passed","time":{"start":1724888053747,"stop":1724888053748,"duration":1}},{"uid":"33ec8f4d50b2cbf8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/33ec8f4d50b2cbf8","status":"passed","time":{"start":1724886811662,"stop":1724886811663,"duration":1}},{"uid":"81937267a63c5b48","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/81937267a63c5b48","status":"passed","time":{"start":1724886581005,"stop":1724886581005,"duration":0}},{"uid":"4cb286b479423e4d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4cb286b479423e4d","status":"passed","time":{"start":1724862019562,"stop":1724862019562,"duration":0}},{"uid":"d19350071d0fc015","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d19350071d0fc015","status":"passed","time":{"start":1724861493937,"stop":1724861493938,"duration":1}},{"uid":"c089c8217022a2e1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c089c8217022a2e1","status":"passed","time":{"start":1724861318032,"stop":1724861318033,"duration":1}},{"uid":"ebaef603b59bdac5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ebaef603b59bdac5","status":"passed","time":{"start":1724861178516,"stop":1724861178517,"duration":1}}]},"389d651cca3c08327c8ef1d4d963eb2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cfea0fd8d627baaf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cfea0fd8d627baaf","status":"passed","time":{"start":1724922771083,"stop":1724922771083,"duration":0}},{"uid":"becd39806a35b699","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/becd39806a35b699","status":"passed","time":{"start":1724921419682,"stop":1724921419683,"duration":1}},{"uid":"869e723ac2007830","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/869e723ac2007830","status":"passed","time":{"start":1724921400503,"stop":1724921400503,"duration":0}},{"uid":"e0aee514bd2831e2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e0aee514bd2831e2","status":"passed","time":{"start":1724918124176,"stop":1724918124176,"duration":0}},{"uid":"5c5fab66c8715138","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5c5fab66c8715138","status":"passed","time":{"start":1724889845313,"stop":1724889845313,"duration":0}},{"uid":"cf7dc4a2fccad4b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf7dc4a2fccad4b3","status":"passed","time":{"start":1724888978754,"stop":1724888978754,"duration":0}},{"uid":"68a9bbded0644eb1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/68a9bbded0644eb1","status":"passed","time":{"start":1724888199758,"stop":1724888199758,"duration":0}},{"uid":"ce7281d902b5d13a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ce7281d902b5d13a","status":"passed","time":{"start":1724886961475,"stop":1724886961476,"duration":1}},{"uid":"a8daafaa86bbe161","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a8daafaa86bbe161","status":"passed","time":{"start":1724886743395,"stop":1724886743396,"duration":1}},{"uid":"9699cd4001065e3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9699cd4001065e3e","status":"passed","time":{"start":1724862150656,"stop":1724862150657,"duration":1}},{"uid":"9d0ee57baf205e1a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9d0ee57baf205e1a","status":"passed","time":{"start":1724861627581,"stop":1724861627581,"duration":0}},{"uid":"429526f314b32096","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/429526f314b32096","status":"passed","time":{"start":1724861501071,"stop":1724861501071,"duration":0}},{"uid":"aaeb2d7a64d5fe26","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/aaeb2d7a64d5fe26","status":"passed","time":{"start":1724861297169,"stop":1724861297169,"duration":0}}]},"98e48fb9aa970bd6e47bf616cdd00261:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"89687fe50cdeab8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/89687fe50cdeab8","status":"passed","time":{"start":1724886781501,"stop":1724886781501,"duration":0}}]},"d90af7b37ad91eaa1456328004d8a3fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4a8974dcf88d7ce8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4a8974dcf88d7ce8","status":"passed","time":{"start":1724922921468,"stop":1724922921469,"duration":1}},{"uid":"2dd3224f8c1c5f9c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2dd3224f8c1c5f9c","status":"passed","time":{"start":1724921602960,"stop":1724921602960,"duration":0}},{"uid":"aa7fa65f556236a9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/aa7fa65f556236a9","status":"passed","time":{"start":1724921571103,"stop":1724921571103,"duration":0}},{"uid":"e47607c7277a4239","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e47607c7277a4239","status":"passed","time":{"start":1724918285607,"stop":1724918285607,"duration":0}},{"uid":"37206855e294609a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37206855e294609a","status":"passed","time":{"start":1724890030098,"stop":1724890030098,"duration":0}},{"uid":"a81416e249120204","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a81416e249120204","status":"passed","time":{"start":1724889171917,"stop":1724889171918,"duration":1}},{"uid":"232cccd2b4ecbd0d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/232cccd2b4ecbd0d","status":"passed","time":{"start":1724888350736,"stop":1724888350737,"duration":1}},{"uid":"aac158038f67b67","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aac158038f67b67","status":"passed","time":{"start":1724887115418,"stop":1724887115419,"duration":1}},{"uid":"c44e7a1cab7853c5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c44e7a1cab7853c5","status":"passed","time":{"start":1724886884582,"stop":1724886884583,"duration":1}},{"uid":"c8a0323ae86a3f06","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c8a0323ae86a3f06","status":"passed","time":{"start":1724862322268,"stop":1724862322268,"duration":0}},{"uid":"c472d72376694bbf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c472d72376694bbf","status":"passed","time":{"start":1724861790757,"stop":1724861790757,"duration":0}},{"uid":"3ad665b9273f4401","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3ad665b9273f4401","status":"passed","time":{"start":1724861628427,"stop":1724861628427,"duration":0}},{"uid":"e942cd84672e62db","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e942cd84672e62db","status":"passed","time":{"start":1724861465632,"stop":1724861465632,"duration":0}}]},"bd3dff4d11649697525134396ae0dc4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7c844a2dddd7c339","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7c844a2dddd7c339","status":"passed","time":{"start":1724923012466,"stop":1724923012467,"duration":1}},{"uid":"7b0bf39147f7e91","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7b0bf39147f7e91","status":"passed","time":{"start":1724921625070,"stop":1724921625073,"duration":3}},{"uid":"cac7ccf3a25b571d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cac7ccf3a25b571d","status":"passed","time":{"start":1724921590498,"stop":1724921590498,"duration":0}},{"uid":"6c74040e0182db27","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6c74040e0182db27","status":"passed","time":{"start":1724918287567,"stop":1724918287567,"duration":0}},{"uid":"96ac86d7a6ef6940","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/96ac86d7a6ef6940","status":"passed","time":{"start":1724890047789,"stop":1724890047790,"duration":1}},{"uid":"a2b7b616f7678a2a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2b7b616f7678a2a","status":"passed","time":{"start":1724889183923,"stop":1724889183923,"duration":0}},{"uid":"be13bc7090d0c9b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/be13bc7090d0c9b","status":"passed","time":{"start":1724888354167,"stop":1724888354172,"duration":5}},{"uid":"81d71e67d32e3f62","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/81d71e67d32e3f62","status":"passed","time":{"start":1724887145666,"stop":1724887145666,"duration":0}},{"uid":"9d32b5a2033d155d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9d32b5a2033d155d","status":"passed","time":{"start":1724886915789,"stop":1724886915789,"duration":0}},{"uid":"b8f3253f176ca225","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8f3253f176ca225","status":"passed","time":{"start":1724862341440,"stop":1724862341440,"duration":0}},{"uid":"c1bb68052782f2d1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c1bb68052782f2d1","status":"passed","time":{"start":1724861805444,"stop":1724861805444,"duration":0}},{"uid":"af0cf9167dfd5032","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/af0cf9167dfd5032","status":"passed","time":{"start":1724861662272,"stop":1724861662273,"duration":1}},{"uid":"6f0e84930642ff3e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6f0e84930642ff3e","status":"passed","time":{"start":1724861492516,"stop":1724861492516,"duration":0}}]},"bea3e4b185e75067f061378d55b1b212:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3fdf882f071ab969","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3fdf882f071ab969","status":"passed","time":{"start":1724922928886,"stop":1724922928886,"duration":0}},{"uid":"3d0a3dae0399f200","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3d0a3dae0399f200","status":"passed","time":{"start":1724921620596,"stop":1724921620602,"duration":6}},{"uid":"2620dbdc2db9660c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2620dbdc2db9660c","status":"passed","time":{"start":1724921566686,"stop":1724921566687,"duration":1}},{"uid":"c4f8597e54b2d086","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c4f8597e54b2d086","status":"passed","time":{"start":1724918280552,"stop":1724918280552,"duration":0}},{"uid":"53824c0f8a74668","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/53824c0f8a74668","status":"passed","time":{"start":1724890019468,"stop":1724890019468,"duration":0}},{"uid":"46744a5a747db87f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/46744a5a747db87f","status":"passed","time":{"start":1724889148721,"stop":1724889148721,"duration":0}},{"uid":"808918fb82b31406","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/808918fb82b31406","status":"passed","time":{"start":1724888331954,"stop":1724888331954,"duration":0}},{"uid":"2a6f26211731ea54","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2a6f26211731ea54","status":"passed","time":{"start":1724887107113,"stop":1724887107113,"duration":0}},{"uid":"ffc552dad3088326","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ffc552dad3088326","status":"passed","time":{"start":1724886889607,"stop":1724886889608,"duration":1}},{"uid":"e4633c5f659f7e06","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e4633c5f659f7e06","status":"passed","time":{"start":1724862298788,"stop":1724862298789,"duration":1}},{"uid":"5bd19719081ac61e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5bd19719081ac61e","status":"passed","time":{"start":1724861779252,"stop":1724861779252,"duration":0}},{"uid":"f748feb8e656761c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f748feb8e656761c","status":"passed","time":{"start":1724861646561,"stop":1724861646561,"duration":0}},{"uid":"29fd922f72d6fdfe","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/29fd922f72d6fdfe","status":"passed","time":{"start":1724861466611,"stop":1724861466612,"duration":1}}]},"6833efb468cd2b269b44e8cc2e020394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8251c9d3decc89e9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8251c9d3decc89e9","status":"passed","time":{"start":1724922950822,"stop":1724922950823,"duration":1}},{"uid":"1d9a23ec9433111d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1d9a23ec9433111d","status":"passed","time":{"start":1724921640401,"stop":1724921640401,"duration":0}},{"uid":"b0f80e766d1d5445","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b0f80e766d1d5445","status":"passed","time":{"start":1724921600420,"stop":1724921600421,"duration":1}},{"uid":"2f9ed88d266c618e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2f9ed88d266c618e","status":"passed","time":{"start":1724918300925,"stop":1724918300929,"duration":4}},{"uid":"526021a93e89c312","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/526021a93e89c312","status":"passed","time":{"start":1724890059287,"stop":1724890059288,"duration":1}},{"uid":"537032977f06cd3a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/537032977f06cd3a","status":"passed","time":{"start":1724889188321,"stop":1724889188322,"duration":1}},{"uid":"960426822fb74eb4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/960426822fb74eb4","status":"passed","time":{"start":1724888372741,"stop":1724888372741,"duration":0}},{"uid":"76959e4b06651acf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/76959e4b06651acf","status":"passed","time":{"start":1724887135719,"stop":1724887135719,"duration":0}},{"uid":"34f42756e6c3fd22","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/34f42756e6c3fd22","status":"passed","time":{"start":1724886919675,"stop":1724886919684,"duration":9}},{"uid":"4ad2754dd3cf9b17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4ad2754dd3cf9b17","status":"passed","time":{"start":1724862341835,"stop":1724862341835,"duration":0}},{"uid":"5a0d7aedbbe123d2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5a0d7aedbbe123d2","status":"passed","time":{"start":1724861815492,"stop":1724861815492,"duration":0}},{"uid":"1c9ef522c0213a70","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1c9ef522c0213a70","status":"passed","time":{"start":1724861669536,"stop":1724861669536,"duration":0}},{"uid":"b067836217b24fe0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b067836217b24fe0","status":"passed","time":{"start":1724861505420,"stop":1724861505420,"duration":0}}]},"94b282fa151424e3ffa07a57907650af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"64eb4e5fa884a188","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/64eb4e5fa884a188","status":"passed","time":{"start":1724922374694,"stop":1724922374694,"duration":0}},{"uid":"6eb366566cf83622","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6eb366566cf83622","status":"passed","time":{"start":1724921037654,"stop":1724921037654,"duration":0}},{"uid":"732e6ec3c76b6526","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/732e6ec3c76b6526","status":"passed","time":{"start":1724921013068,"stop":1724921013068,"duration":0}},{"uid":"60f0e0fdc4e3b530","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/60f0e0fdc4e3b530","status":"passed","time":{"start":1724917673308,"stop":1724917673309,"duration":1}},{"uid":"c94fe0fb2d170645","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c94fe0fb2d170645","status":"passed","time":{"start":1724889452328,"stop":1724889452328,"duration":0}},{"uid":"69a4e8f0bca47ce9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/69a4e8f0bca47ce9","status":"passed","time":{"start":1724888602861,"stop":1724888602861,"duration":0}},{"uid":"760a1a406e08fd3b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/760a1a406e08fd3b","status":"passed","time":{"start":1724887759181,"stop":1724887759181,"duration":0}},{"uid":"6b94e4b3e45e2f22","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b94e4b3e45e2f22","status":"passed","time":{"start":1724886525558,"stop":1724886525558,"duration":0}},{"uid":"335e3ebaa6450175","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/335e3ebaa6450175","status":"passed","time":{"start":1724886303414,"stop":1724886303414,"duration":0}},{"uid":"3548944b664d04d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3548944b664d04d9","status":"passed","time":{"start":1724861752251,"stop":1724861752251,"duration":0}},{"uid":"700189141f595e0d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/700189141f595e0d","status":"passed","time":{"start":1724861223371,"stop":1724861223371,"duration":0}},{"uid":"c86a9907bafdfe44","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c86a9907bafdfe44","status":"passed","time":{"start":1724861045221,"stop":1724861045221,"duration":0}},{"uid":"a4433c8a6dfecf43","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a4433c8a6dfecf43","status":"passed","time":{"start":1724860907107,"stop":1724860907107,"duration":0}}]},"1dfa42560613594105913a69c96c7a2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6669e9f8abefdaf0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6669e9f8abefdaf0","status":"passed","time":{"start":1724922921448,"stop":1724922921449,"duration":1}},{"uid":"5e5c15f6b2f8f1d1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5e5c15f6b2f8f1d1","status":"passed","time":{"start":1724921602950,"stop":1724921602951,"duration":1}},{"uid":"280244ff1d78bf5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/280244ff1d78bf5","status":"passed","time":{"start":1724921571096,"stop":1724921571096,"duration":0}},{"uid":"9b5dfba4ebd54ed7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9b5dfba4ebd54ed7","status":"passed","time":{"start":1724918285586,"stop":1724918285586,"duration":0}},{"uid":"f1f8b5c5845afa9e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f1f8b5c5845afa9e","status":"passed","time":{"start":1724890030089,"stop":1724890030089,"duration":0}},{"uid":"3ee95d9f9badb2c1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3ee95d9f9badb2c1","status":"passed","time":{"start":1724889171907,"stop":1724889171908,"duration":1}},{"uid":"f5669000edb0d065","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f5669000edb0d065","status":"passed","time":{"start":1724888350720,"stop":1724888350721,"duration":1}},{"uid":"357989b2bb5f1ab4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/357989b2bb5f1ab4","status":"passed","time":{"start":1724887115407,"stop":1724887115408,"duration":1}},{"uid":"39b65949bd390992","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/39b65949bd390992","status":"passed","time":{"start":1724886884570,"stop":1724886884574,"duration":4}},{"uid":"b126445e3b46eb53","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b126445e3b46eb53","status":"passed","time":{"start":1724862322247,"stop":1724862322248,"duration":1}},{"uid":"d1401aa449f0f676","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d1401aa449f0f676","status":"passed","time":{"start":1724861790750,"stop":1724861790751,"duration":1}},{"uid":"dc9c97bcdad3afbc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dc9c97bcdad3afbc","status":"passed","time":{"start":1724861628419,"stop":1724861628420,"duration":1}},{"uid":"7fdff3606b939a55","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7fdff3606b939a55","status":"passed","time":{"start":1724861465624,"stop":1724861465624,"duration":0}}]},"8c0af09b4c77880b385253fde4fba6f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bf6f205c31d5a7a0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bf6f205c31d5a7a0","status":"passed","time":{"start":1724921613054,"stop":1724921613054,"duration":0}}]},"f01f1c93566a395b476c7ae95b01c44f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7e845f3f6d7666f7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7e845f3f6d7666f7","status":"passed","time":{"start":1724921577167,"stop":1724921577167,"duration":0}}]},"b7b097c9f783317ac898159e2ae04163:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b8af958e8f942f15","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b8af958e8f942f15","status":"passed","time":{"start":1724922862335,"stop":1724922862335,"duration":0}},{"uid":"c6bfb84365b9a05a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c6bfb84365b9a05a","status":"passed","time":{"start":1724921540109,"stop":1724921540109,"duration":0}},{"uid":"9cf1c5f7acc77d69","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9cf1c5f7acc77d69","status":"passed","time":{"start":1724921503541,"stop":1724921503541,"duration":0}},{"uid":"883f8fbb160086cd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/883f8fbb160086cd","status":"passed","time":{"start":1724918214370,"stop":1724918214370,"duration":0}},{"uid":"9643a3e7694c2055","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9643a3e7694c2055","status":"passed","time":{"start":1724889952445,"stop":1724889952445,"duration":0}},{"uid":"b57a299218655d72","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b57a299218655d72","status":"passed","time":{"start":1724889087469,"stop":1724889087469,"duration":0}},{"uid":"f887229b4f993c63","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f887229b4f993c63","status":"passed","time":{"start":1724888266431,"stop":1724888266431,"duration":0}},{"uid":"8573c997372c3c38","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8573c997372c3c38","status":"passed","time":{"start":1724887042932,"stop":1724887042932,"duration":0}},{"uid":"658a6214d812acca","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/658a6214d812acca","status":"passed","time":{"start":1724886820800,"stop":1724886820800,"duration":0}},{"uid":"ead6d976cb219623","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ead6d976cb219623","status":"passed","time":{"start":1724862245491,"stop":1724862245491,"duration":0}},{"uid":"a89447f53a946066","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a89447f53a946066","status":"passed","time":{"start":1724861720404,"stop":1724861720404,"duration":0}},{"uid":"f6ec856475a81622","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f6ec856475a81622","status":"passed","time":{"start":1724861579391,"stop":1724861579395,"duration":4}},{"uid":"10f3b46cbcb7088","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/10f3b46cbcb7088","status":"passed","time":{"start":1724861402508,"stop":1724861402509,"duration":1}}]},"b633cadfe99b34bcd4c97eb935f61739:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cfb188e5e45e2fe0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cfb188e5e45e2fe0","status":"passed","time":{"start":1724922647836,"stop":1724922647836,"duration":0}},{"uid":"9860c0fa9640dedb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9860c0fa9640dedb","status":"passed","time":{"start":1724921300792,"stop":1724921300794,"duration":2}},{"uid":"c7b60b053a1b7d99","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c7b60b053a1b7d99","status":"passed","time":{"start":1724921280719,"stop":1724921280720,"duration":1}},{"uid":"1a9a755eb62cdd4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1a9a755eb62cdd4","status":"passed","time":{"start":1724917963263,"stop":1724917963264,"duration":1}},{"uid":"7950429b4cb1828b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7950429b4cb1828b","status":"passed","time":{"start":1724889734121,"stop":1724889734121,"duration":0}},{"uid":"905482d1ff1b19dc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/905482d1ff1b19dc","status":"passed","time":{"start":1724888859622,"stop":1724888859622,"duration":0}},{"uid":"c7b38087bafce582","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c7b38087bafce582","status":"passed","time":{"start":1724888053954,"stop":1724888053954,"duration":0}},{"uid":"95ea4036f6f39a6f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/95ea4036f6f39a6f","status":"passed","time":{"start":1724886820678,"stop":1724886820680,"duration":2}},{"uid":"a4d2e6394a8ec0b1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a4d2e6394a8ec0b1","status":"passed","time":{"start":1724886589270,"stop":1724886589271,"duration":1}},{"uid":"57b91c5661271d81","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/57b91c5661271d81","status":"passed","time":{"start":1724862027797,"stop":1724862027807,"duration":10}},{"uid":"8a3928bb14ae9b46","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8a3928bb14ae9b46","status":"passed","time":{"start":1724861484561,"stop":1724861484561,"duration":0}},{"uid":"f6c697ab3ee62494","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f6c697ab3ee62494","status":"passed","time":{"start":1724861315158,"stop":1724861315159,"duration":1}},{"uid":"6bda075c6b65e53c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6bda075c6b65e53c","status":"passed","time":{"start":1724861168760,"stop":1724861168760,"duration":0}}]},"cd20c75cab5882a1004d99ab0d4c5917:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ce7766b69bbe4c3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ce7766b69bbe4c3","status":"passed","time":{"start":1724922853918,"stop":1724922853918,"duration":0}},{"uid":"ba43904f8e2f4735","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ba43904f8e2f4735","status":"passed","time":{"start":1724921529585,"stop":1724921529586,"duration":1}},{"uid":"dec327efc29f6566","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dec327efc29f6566","status":"passed","time":{"start":1724921488880,"stop":1724921488880,"duration":0}},{"uid":"d6808028592497fd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d6808028592497fd","status":"passed","time":{"start":1724918203686,"stop":1724918203687,"duration":1}},{"uid":"5bf8b0474e58f7a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5bf8b0474e58f7a0","status":"passed","time":{"start":1724889938362,"stop":1724889938363,"duration":1}},{"uid":"8cef3293843a5b5f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8cef3293843a5b5f","status":"passed","time":{"start":1724889077066,"stop":1724889077066,"duration":0}},{"uid":"56c3d964d9a5b2c9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/56c3d964d9a5b2c9","status":"passed","time":{"start":1724888268035,"stop":1724888268035,"duration":0}},{"uid":"150513fb3e4f442","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/150513fb3e4f442","status":"passed","time":{"start":1724887032405,"stop":1724887032406,"duration":1}},{"uid":"d81cab085de27b87","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d81cab085de27b87","status":"passed","time":{"start":1724886822820,"stop":1724886822821,"duration":1}},{"uid":"1fd02a9523c24639","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1fd02a9523c24639","status":"passed","time":{"start":1724862233510,"stop":1724862233511,"duration":1}},{"uid":"f28a955aa30c7bd0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f28a955aa30c7bd0","status":"passed","time":{"start":1724861712670,"stop":1724861712671,"duration":1}},{"uid":"f34d47df89f032e7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f34d47df89f032e7","status":"passed","time":{"start":1724861567890,"stop":1724861567890,"duration":0}},{"uid":"35032fa149a375c6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/35032fa149a375c6","status":"passed","time":{"start":1724861392054,"stop":1724861392055,"duration":1}}]},"8e34ec6568dda767d08f8e6d17305772:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6399ba322bc792fa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6399ba322bc792fa","status":"passed","time":{"start":1724861637974,"stop":1724861637974,"duration":0}}]},"ed9faa1442d0adbafc07b83aae886da9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"45907538284faa9c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/45907538284faa9c","status":"passed","time":{"start":1724922887531,"stop":1724922887531,"duration":0}},{"uid":"505cd70f4faf5318","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/505cd70f4faf5318","status":"passed","time":{"start":1724921564782,"stop":1724921564782,"duration":0}},{"uid":"f8c872bb25175f7a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f8c872bb25175f7a","status":"passed","time":{"start":1724921518825,"stop":1724921518826,"duration":1}},{"uid":"dd1a8fbce87fd5b9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd1a8fbce87fd5b9","status":"passed","time":{"start":1724918229403,"stop":1724918229403,"duration":0}},{"uid":"573b9726993894ea","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/573b9726993894ea","status":"passed","time":{"start":1724889980706,"stop":1724889980706,"duration":0}},{"uid":"d3999586945ca63c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3999586945ca63c","status":"passed","time":{"start":1724889111182,"stop":1724889111183,"duration":1}},{"uid":"87e09e4344b4310","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/87e09e4344b4310","status":"passed","time":{"start":1724888292546,"stop":1724888292546,"duration":0}},{"uid":"3699659be7b6329c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3699659be7b6329c","status":"passed","time":{"start":1724887068231,"stop":1724887068231,"duration":0}},{"uid":"4ac49392d08d693a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4ac49392d08d693a","status":"passed","time":{"start":1724886848932,"stop":1724886848933,"duration":1}},{"uid":"3421f9f077052761","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3421f9f077052761","status":"passed","time":{"start":1724862262051,"stop":1724862262052,"duration":1}},{"uid":"18a7d2d68b189201","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/18a7d2d68b189201","status":"passed","time":{"start":1724861741897,"stop":1724861741897,"duration":0}},{"uid":"32ec6597ebcb8b29","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/32ec6597ebcb8b29","status":"passed","time":{"start":1724861599500,"stop":1724861599500,"duration":0}},{"uid":"ebee9b42e57791cd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ebee9b42e57791cd","status":"passed","time":{"start":1724861428479,"stop":1724861428479,"duration":0}}]},"11478b2207cd9b6ef1ee804f4a1e32f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d9010afaa8e197f8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9010afaa8e197f8","status":"passed","time":{"start":1724888831686,"stop":1724888831687,"duration":1}}]},"e88761227b0f138ed305d501711e6e24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cd5b073e35466bbf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cd5b073e35466bbf","status":"passed","time":{"start":1724923008734,"stop":1724923008734,"duration":0}},{"uid":"b64a747a94bdb9df","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b64a747a94bdb9df","status":"passed","time":{"start":1724921677827,"stop":1724921677827,"duration":0}},{"uid":"9bb5116aba38bb13","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9bb5116aba38bb13","status":"passed","time":{"start":1724921635679,"stop":1724921635679,"duration":0}},{"uid":"72341c35be8bba34","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/72341c35be8bba34","status":"passed","time":{"start":1724918344738,"stop":1724918344738,"duration":0}},{"uid":"2ded5746e547235f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ded5746e547235f","status":"passed","time":{"start":1724890097426,"stop":1724890097426,"duration":0}},{"uid":"cf91fe4d87018ecb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf91fe4d87018ecb","status":"passed","time":{"start":1724889226622,"stop":1724889226623,"duration":1}},{"uid":"36d24fcae2444594","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/36d24fcae2444594","status":"passed","time":{"start":1724888405386,"stop":1724888405386,"duration":0}},{"uid":"5ac6fae53b931292","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5ac6fae53b931292","status":"passed","time":{"start":1724887180095,"stop":1724887180096,"duration":1}},{"uid":"9f4b53242850d06b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9f4b53242850d06b","status":"passed","time":{"start":1724886957949,"stop":1724886957949,"duration":0}},{"uid":"93c5d5f7096345c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/93c5d5f7096345c0","status":"passed","time":{"start":1724862379718,"stop":1724862379718,"duration":0}},{"uid":"4c7d00fb93bf3acd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4c7d00fb93bf3acd","status":"passed","time":{"start":1724861853003,"stop":1724861853004,"duration":1}},{"uid":"6379e990c430d7bf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6379e990c430d7bf","status":"passed","time":{"start":1724861709846,"stop":1724861709846,"duration":0}},{"uid":"3f4edc1b084b9147","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3f4edc1b084b9147","status":"passed","time":{"start":1724861537423,"stop":1724861537423,"duration":0}}]},"5ee818477d792a65a5231c70850aa746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"794f199154f87e48","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/794f199154f87e48","status":"passed","time":{"start":1724922906446,"stop":1724922906446,"duration":0}},{"uid":"cb2924dc3a9f9e9d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cb2924dc3a9f9e9d","status":"passed","time":{"start":1724921613058,"stop":1724921613058,"duration":0}},{"uid":"81c275bbd8b91389","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/81c275bbd8b91389","status":"passed","time":{"start":1724921556064,"stop":1724921556065,"duration":1}},{"uid":"e6bc6fc4356395a8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e6bc6fc4356395a8","status":"passed","time":{"start":1724918259555,"stop":1724918259556,"duration":1}},{"uid":"a8266efa6e8bcffd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a8266efa6e8bcffd","status":"passed","time":{"start":1724890032301,"stop":1724890032301,"duration":0}},{"uid":"472ebeb1a37db20c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/472ebeb1a37db20c","status":"passed","time":{"start":1724889144089,"stop":1724889144089,"duration":0}},{"uid":"20efa2c9bc291a53","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/20efa2c9bc291a53","status":"passed","time":{"start":1724888336465,"stop":1724888336465,"duration":0}},{"uid":"aa64eb2e34b9dc4e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aa64eb2e34b9dc4e","status":"passed","time":{"start":1724887092632,"stop":1724887092632,"duration":0}},{"uid":"58853ca818fdabdb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/58853ca818fdabdb","status":"passed","time":{"start":1724886880635,"stop":1724886880635,"duration":0}},{"uid":"e86ca685c1f3a56d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e86ca685c1f3a56d","status":"passed","time":{"start":1724862298407,"stop":1724862298407,"duration":0}},{"uid":"831eb128407c6eca","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/831eb128407c6eca","status":"passed","time":{"start":1724861770131,"stop":1724861770131,"duration":0}},{"uid":"2ddc218c13407cd0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2ddc218c13407cd0","status":"passed","time":{"start":1724861637978,"stop":1724861637999,"duration":21}},{"uid":"495b522f5efe40d2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/495b522f5efe40d2","status":"passed","time":{"start":1724861475063,"stop":1724861475064,"duration":1}}]},"4b74227c81c0ddf3a3c661874a9360f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"71144925e22e27ed","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/71144925e22e27ed","status":"passed","time":{"start":1724923012468,"stop":1724923012469,"duration":1}},{"uid":"2fd29cae77fd0e50","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2fd29cae77fd0e50","status":"passed","time":{"start":1724921625076,"stop":1724921625077,"duration":1}},{"uid":"39d5ad07128f05a2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/39d5ad07128f05a2","status":"passed","time":{"start":1724921590500,"stop":1724921590500,"duration":0}},{"uid":"cd1bf3b3f6393a24","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cd1bf3b3f6393a24","status":"passed","time":{"start":1724918287568,"stop":1724918287569,"duration":1}},{"uid":"8ce89a2631daa491","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8ce89a2631daa491","status":"passed","time":{"start":1724890047792,"stop":1724890047792,"duration":0}},{"uid":"2685df2f902a99f2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2685df2f902a99f2","status":"passed","time":{"start":1724889183925,"stop":1724889183925,"duration":0}},{"uid":"c872d2a361cc2029","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c872d2a361cc2029","status":"passed","time":{"start":1724888354174,"stop":1724888354174,"duration":0}},{"uid":"799dc2a78f474751","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/799dc2a78f474751","status":"passed","time":{"start":1724887145675,"stop":1724887145681,"duration":6}},{"uid":"c40cff07883c2d4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c40cff07883c2d4","status":"passed","time":{"start":1724886915790,"stop":1724886915790,"duration":0}},{"uid":"37f10a40d9c9ae4a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37f10a40d9c9ae4a","status":"passed","time":{"start":1724862341455,"stop":1724862341455,"duration":0}},{"uid":"5684b92395ed76e7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5684b92395ed76e7","status":"passed","time":{"start":1724861805446,"stop":1724861805446,"duration":0}},{"uid":"9a2fd16b141048dd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9a2fd16b141048dd","status":"passed","time":{"start":1724861662289,"stop":1724861662290,"duration":1}},{"uid":"d404a939a16e677b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d404a939a16e677b","status":"passed","time":{"start":1724861492518,"stop":1724861492518,"duration":0}}]},"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6bb170d07988c8d5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6bb170d07988c8d5","status":"passed","time":{"start":1724922465395,"stop":1724922465396,"duration":1}},{"uid":"431535a9548970b5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/431535a9548970b5","status":"passed","time":{"start":1724921128567,"stop":1724921128568,"duration":1}},{"uid":"47c498f530d5461a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/47c498f530d5461a","status":"passed","time":{"start":1724921103675,"stop":1724921103675,"duration":0}},{"uid":"f44aa63409e8340c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f44aa63409e8340c","status":"passed","time":{"start":1724917763727,"stop":1724917763727,"duration":0}},{"uid":"464c916849c046ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/464c916849c046ba","status":"passed","time":{"start":1724889543369,"stop":1724889543370,"duration":1}},{"uid":"4483ebaeb6bd9c38","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4483ebaeb6bd9c38","status":"passed","time":{"start":1724888692504,"stop":1724888692504,"duration":0}},{"uid":"49d3c8963be1a222","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/49d3c8963be1a222","status":"passed","time":{"start":1724887850413,"stop":1724887850414,"duration":1}},{"uid":"4d6a6fa7f6946e5a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4d6a6fa7f6946e5a","status":"passed","time":{"start":1724886617175,"stop":1724886617175,"duration":0}},{"uid":"3927addc9d9f0041","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3927addc9d9f0041","status":"passed","time":{"start":1724886394905,"stop":1724886394907,"duration":2}},{"uid":"fe87400b5f932a70","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe87400b5f932a70","status":"passed","time":{"start":1724861844372,"stop":1724861844372,"duration":0}},{"uid":"79485f68261ff948","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/79485f68261ff948","status":"passed","time":{"start":1724861313409,"stop":1724861313409,"duration":0}},{"uid":"b1a83aed46a3d401","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b1a83aed46a3d401","status":"passed","time":{"start":1724861139650,"stop":1724861139651,"duration":1}},{"uid":"10f013e972006223","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/10f013e972006223","status":"passed","time":{"start":1724860999511,"stop":1724860999511,"duration":0}}]},"9c4390b7f5f5aafa04416a8b5b04d5e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"975fe7c6c4cc5644","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/975fe7c6c4cc5644","status":"passed","time":{"start":1724922374677,"stop":1724922374678,"duration":1}},{"uid":"fd88698b1bb3f570","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fd88698b1bb3f570","status":"passed","time":{"start":1724921037638,"stop":1724921037638,"duration":0}},{"uid":"a0e4aeb8d3643075","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a0e4aeb8d3643075","status":"passed","time":{"start":1724921013050,"stop":1724921013051,"duration":1}},{"uid":"eac076b51d1d9514","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eac076b51d1d9514","status":"passed","time":{"start":1724917673294,"stop":1724917673294,"duration":0}},{"uid":"b8db57f39f39d943","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8db57f39f39d943","status":"passed","time":{"start":1724889452313,"stop":1724889452313,"duration":0}},{"uid":"9ecd25ab1cbb9565","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9ecd25ab1cbb9565","status":"passed","time":{"start":1724888602843,"stop":1724888602843,"duration":0}},{"uid":"e5118d1b21697e1d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e5118d1b21697e1d","status":"passed","time":{"start":1724887759166,"stop":1724887759166,"duration":0}},{"uid":"3bac5c46654467","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3bac5c46654467","status":"passed","time":{"start":1724886525546,"stop":1724886525546,"duration":0}},{"uid":"59d77c84cc32be49","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/59d77c84cc32be49","status":"passed","time":{"start":1724886303399,"stop":1724886303399,"duration":0}},{"uid":"3b994733e566f6e9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3b994733e566f6e9","status":"passed","time":{"start":1724861752231,"stop":1724861752231,"duration":0}},{"uid":"5c971997f614d5c2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5c971997f614d5c2","status":"passed","time":{"start":1724861223357,"stop":1724861223357,"duration":0}},{"uid":"ad6e2d86d77d799f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ad6e2d86d77d799f","status":"passed","time":{"start":1724861045205,"stop":1724861045205,"duration":0}},{"uid":"2f6f8fa6fc47eac2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2f6f8fa6fc47eac2","status":"passed","time":{"start":1724860907087,"stop":1724860907087,"duration":0}}]},"07b25f36605d3e06c214861142940346:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"efc70e3398d1c1c1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/efc70e3398d1c1c1","status":"passed","time":{"start":1724921613053,"stop":1724921613054,"duration":1}}]},"ccdf1f5082e6e804f9b6c5bc4aa8b2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b84892d5c07bd39d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b84892d5c07bd39d","status":"passed","time":{"start":1724923012481,"stop":1724923012482,"duration":1}},{"uid":"8f14b51b7381e754","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8f14b51b7381e754","status":"passed","time":{"start":1724921625092,"stop":1724921625092,"duration":0}},{"uid":"8d5e90f1b4fc68b6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8d5e90f1b4fc68b6","status":"passed","time":{"start":1724921590511,"stop":1724921590512,"duration":1}},{"uid":"350ee99d60755225","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/350ee99d60755225","status":"passed","time":{"start":1724918287577,"stop":1724918287578,"duration":1}},{"uid":"b10f42646da951e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b10f42646da951e0","status":"passed","time":{"start":1724890047804,"stop":1724890047804,"duration":0}},{"uid":"f1bb74f9002c98b6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f1bb74f9002c98b6","status":"passed","time":{"start":1724889183948,"stop":1724889183948,"duration":0}},{"uid":"a5848dcbc449d837","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a5848dcbc449d837","status":"passed","time":{"start":1724888354187,"stop":1724888354188,"duration":1}},{"uid":"cbd597aed89c1a75","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cbd597aed89c1a75","status":"passed","time":{"start":1724887145731,"stop":1724887145731,"duration":0}},{"uid":"c6a3aa6a567d15b6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c6a3aa6a567d15b6","status":"passed","time":{"start":1724886915809,"stop":1724886915810,"duration":1}},{"uid":"6c8ecc3a5ffbe405","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c8ecc3a5ffbe405","status":"passed","time":{"start":1724862341467,"stop":1724862341467,"duration":0}},{"uid":"f4074575402403cb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f4074575402403cb","status":"passed","time":{"start":1724861805471,"stop":1724861805472,"duration":1}},{"uid":"f83d43eaa81b519b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f83d43eaa81b519b","status":"passed","time":{"start":1724861662301,"stop":1724861662301,"duration":0}},{"uid":"17089f37a43f6e1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/17089f37a43f6e1","status":"passed","time":{"start":1724861492528,"stop":1724861492528,"duration":0}}]},"c8d899959676e6d53d797cb913f58b06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"69281c1616291f73","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/69281c1616291f73","status":"passed","time":{"start":1724922374673,"stop":1724922374673,"duration":0}},{"uid":"91ab48d0ea6f268e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/91ab48d0ea6f268e","status":"passed","time":{"start":1724921037634,"stop":1724921037634,"duration":0}},{"uid":"11d5510c92c29780","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/11d5510c92c29780","status":"passed","time":{"start":1724921013046,"stop":1724921013046,"duration":0}},{"uid":"61894f00d46d5643","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/61894f00d46d5643","status":"passed","time":{"start":1724917673290,"stop":1724917673290,"duration":0}},{"uid":"9b249050cb5c26ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9b249050cb5c26ae","status":"passed","time":{"start":1724889452308,"stop":1724889452308,"duration":0}},{"uid":"495c7f0c0f9e242a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/495c7f0c0f9e242a","status":"passed","time":{"start":1724888602838,"stop":1724888602839,"duration":1}},{"uid":"a2aff6d1fb61e97","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a2aff6d1fb61e97","status":"passed","time":{"start":1724887759162,"stop":1724887759162,"duration":0}},{"uid":"1c723af2704e86bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1c723af2704e86bd","status":"passed","time":{"start":1724886525542,"stop":1724886525542,"duration":0}},{"uid":"16734da3498520c4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/16734da3498520c4","status":"passed","time":{"start":1724886303395,"stop":1724886303395,"duration":0}},{"uid":"53af1a25dd0ca9a8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/53af1a25dd0ca9a8","status":"passed","time":{"start":1724861752225,"stop":1724861752225,"duration":0}},{"uid":"3b398a8d029e0261","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3b398a8d029e0261","status":"passed","time":{"start":1724861223353,"stop":1724861223354,"duration":1}},{"uid":"1418a72bf703bd92","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1418a72bf703bd92","status":"passed","time":{"start":1724861045200,"stop":1724861045201,"duration":1}},{"uid":"25f0c7a2928bd3fb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/25f0c7a2928bd3fb","status":"passed","time":{"start":1724860907083,"stop":1724860907083,"duration":0}}]},"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"af7a11260edbbb1f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/af7a11260edbbb1f","status":"passed","time":{"start":1724922437306,"stop":1724922437307,"duration":1}},{"uid":"bfadf5cce19092d5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bfadf5cce19092d5","status":"passed","time":{"start":1724921096287,"stop":1724921096287,"duration":0}},{"uid":"d2d4610749f1e56c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d2d4610749f1e56c","status":"passed","time":{"start":1724921071513,"stop":1724921071513,"duration":0}},{"uid":"a721ad2e5be04861","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a721ad2e5be04861","status":"passed","time":{"start":1724917733229,"stop":1724917733230,"duration":1}},{"uid":"67a2f5d4eb9164f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/67a2f5d4eb9164f9","status":"passed","time":{"start":1724889513548,"stop":1724889513548,"duration":0}},{"uid":"3f9d8306622d5902","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3f9d8306622d5902","status":"passed","time":{"start":1724888663278,"stop":1724888663278,"duration":0}},{"uid":"a917b65a03bc4351","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a917b65a03bc4351","status":"passed","time":{"start":1724887820110,"stop":1724887820111,"duration":1}},{"uid":"cd31292395bcaf01","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cd31292395bcaf01","status":"passed","time":{"start":1724886586382,"stop":1724886586383,"duration":1}},{"uid":"706a73494c3a7eec","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/706a73494c3a7eec","status":"passed","time":{"start":1724886365425,"stop":1724886365425,"duration":0}},{"uid":"1f5029c1012024f1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1f5029c1012024f1","status":"passed","time":{"start":1724861812771,"stop":1724861812773,"duration":2}},{"uid":"445c0e72b5b7bcf0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/445c0e72b5b7bcf0","status":"passed","time":{"start":1724861281934,"stop":1724861281934,"duration":0}},{"uid":"2fdb17044e8b42bd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2fdb17044e8b42bd","status":"passed","time":{"start":1724861109127,"stop":1724861109127,"duration":0}},{"uid":"be3fe484f5cd1d19","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/be3fe484f5cd1d19","status":"passed","time":{"start":1724860969294,"stop":1724860969295,"duration":1}}]},"b2d31a70aff7c5f9d50c1f5e686cd7c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b3233317665cfd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b3233317665cfd","status":"passed","time":{"start":1724923008735,"stop":1724923008735,"duration":0}},{"uid":"1cbc075455c3f692","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1cbc075455c3f692","status":"passed","time":{"start":1724921677827,"stop":1724921677828,"duration":1}},{"uid":"cef1d3316beaa233","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cef1d3316beaa233","status":"passed","time":{"start":1724921635679,"stop":1724921635679,"duration":0}},{"uid":"3c6dfc91e24acacf","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3c6dfc91e24acacf","status":"passed","time":{"start":1724918344738,"stop":1724918344739,"duration":1}},{"uid":"51fac19176458197","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/51fac19176458197","status":"passed","time":{"start":1724890097427,"stop":1724890097427,"duration":0}},{"uid":"34dc5bf907e8b80b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/34dc5bf907e8b80b","status":"passed","time":{"start":1724889226623,"stop":1724889226623,"duration":0}},{"uid":"92cf328577a26944","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/92cf328577a26944","status":"passed","time":{"start":1724888405387,"stop":1724888405387,"duration":0}},{"uid":"5b6485f439755256","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5b6485f439755256","status":"passed","time":{"start":1724887180096,"stop":1724887180096,"duration":0}},{"uid":"1a1d8ca7a3b89d45","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1a1d8ca7a3b89d45","status":"passed","time":{"start":1724886957950,"stop":1724886957950,"duration":0}},{"uid":"bc110a44a7c5c869","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc110a44a7c5c869","status":"passed","time":{"start":1724862379718,"stop":1724862379718,"duration":0}},{"uid":"98f3af7992496426","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/98f3af7992496426","status":"passed","time":{"start":1724861853004,"stop":1724861853004,"duration":0}},{"uid":"d4d94b0c1349e479","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d4d94b0c1349e479","status":"passed","time":{"start":1724861709846,"stop":1724861709847,"duration":1}},{"uid":"22a5069648a2e9c0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/22a5069648a2e9c0","status":"passed","time":{"start":1724861537424,"stop":1724861537424,"duration":0}}]},"f4a822e3820df4b4d2f7dcb718438d09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"773c9bba68d43eaa","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/773c9bba68d43eaa","status":"passed","time":{"start":1724886822828,"stop":1724886822829,"duration":1}}]},"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"51fdbbdbb12b5332","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/51fdbbdbb12b5332","status":"passed","time":{"start":1724922998983,"stop":1724922998984,"duration":1}},{"uid":"71d62ecc8ba6f628","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/71d62ecc8ba6f628","status":"passed","time":{"start":1724921672580,"stop":1724921672581,"duration":1}},{"uid":"c886acf8935b76e5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c886acf8935b76e5","status":"passed","time":{"start":1724921629963,"stop":1724921629964,"duration":1}},{"uid":"9156f9f80aed9fae","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9156f9f80aed9fae","status":"passed","time":{"start":1724918337082,"stop":1724918337082,"duration":0}},{"uid":"266435a30c68ef87","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/266435a30c68ef87","status":"passed","time":{"start":1724890089178,"stop":1724890089178,"duration":0}},{"uid":"a9d241308591f89e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9d241308591f89e","status":"passed","time":{"start":1724889221659,"stop":1724889221660,"duration":1}},{"uid":"da8fcd037be11a04","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/da8fcd037be11a04","status":"passed","time":{"start":1724888396187,"stop":1724888396188,"duration":1}},{"uid":"d79dea06f66f9616","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d79dea06f66f9616","status":"passed","time":{"start":1724887170938,"stop":1724887170938,"duration":0}},{"uid":"7fa9f99e26748fb0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7fa9f99e26748fb0","status":"passed","time":{"start":1724886948524,"stop":1724886948524,"duration":0}},{"uid":"d92127bdf63f323b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d92127bdf63f323b","status":"passed","time":{"start":1724862370752,"stop":1724862370752,"duration":0}},{"uid":"1fba2407aec93214","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1fba2407aec93214","status":"passed","time":{"start":1724861845161,"stop":1724861845162,"duration":1}},{"uid":"b92805998a226dcf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b92805998a226dcf","status":"passed","time":{"start":1724861703116,"stop":1724861703116,"duration":0}},{"uid":"2ab62e34d2712141","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2ab62e34d2712141","status":"passed","time":{"start":1724861530976,"stop":1724861530976,"duration":0}}]},"9533264f5724ccd0a5bb41a8911b02ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fa3b551d7af93ad4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fa3b551d7af93ad4","status":"passed","time":{"start":1724922887523,"stop":1724922887523,"duration":0}},{"uid":"646dea1c4b09fb48","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/646dea1c4b09fb48","status":"passed","time":{"start":1724921564774,"stop":1724921564774,"duration":0}},{"uid":"d79afe129713d931","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d79afe129713d931","status":"passed","time":{"start":1724921518784,"stop":1724921518785,"duration":1}},{"uid":"d964f603439093d7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d964f603439093d7","status":"passed","time":{"start":1724918229397,"stop":1724918229397,"duration":0}},{"uid":"e93935bca9b0c1dd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e93935bca9b0c1dd","status":"passed","time":{"start":1724889980695,"stop":1724889980696,"duration":1}},{"uid":"449a1c09238e8a7f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/449a1c09238e8a7f","status":"passed","time":{"start":1724889111159,"stop":1724889111160,"duration":1}},{"uid":"2177cc8d63251093","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2177cc8d63251093","status":"passed","time":{"start":1724888292531,"stop":1724888292531,"duration":0}},{"uid":"20001f595506db1d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/20001f595506db1d","status":"passed","time":{"start":1724887068223,"stop":1724887068223,"duration":0}},{"uid":"e249ff7b658425d5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e249ff7b658425d5","status":"passed","time":{"start":1724886848922,"stop":1724886848922,"duration":0}},{"uid":"c2f54b31c92b05e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2f54b31c92b05e5","status":"passed","time":{"start":1724862262045,"stop":1724862262045,"duration":0}},{"uid":"871e16da4b850094","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/871e16da4b850094","status":"passed","time":{"start":1724861741890,"stop":1724861741891,"duration":1}},{"uid":"a15b39d108dc9f3d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a15b39d108dc9f3d","status":"passed","time":{"start":1724861599485,"stop":1724861599486,"duration":1}},{"uid":"269fe6bd8a5734dc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/269fe6bd8a5734dc","status":"passed","time":{"start":1724861428472,"stop":1724861428473,"duration":1}}]},"0b6d79f4895965f285d8fb0180caa175:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6949759e867f1df7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6949759e867f1df7","status":"passed","time":{"start":1724886848930,"stop":1724886848931,"duration":1}}]},"1a81199ce440de577346b0a18eb8ee32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dd3b0df4dba22c2c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dd3b0df4dba22c2c","status":"passed","time":{"start":1724922921466,"stop":1724922921467,"duration":1}},{"uid":"25bfd0b3fd883a50","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/25bfd0b3fd883a50","status":"passed","time":{"start":1724921602958,"stop":1724921602958,"duration":0}},{"uid":"acdd6c71e71ab755","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/acdd6c71e71ab755","status":"passed","time":{"start":1724921571101,"stop":1724921571101,"duration":0}},{"uid":"7a34df82ee803b2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7a34df82ee803b2","status":"passed","time":{"start":1724918285599,"stop":1724918285600,"duration":1}},{"uid":"abbd4ccd353269bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/abbd4ccd353269bd","status":"passed","time":{"start":1724890030095,"stop":1724890030096,"duration":1}},{"uid":"d953ae5ed0bde636","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d953ae5ed0bde636","status":"passed","time":{"start":1724889171913,"stop":1724889171913,"duration":0}},{"uid":"e737191b53f8c8a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e737191b53f8c8a2","status":"passed","time":{"start":1724888350730,"stop":1724888350730,"duration":0}},{"uid":"f853b21e62f3851c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f853b21e62f3851c","status":"passed","time":{"start":1724887115415,"stop":1724887115416,"duration":1}},{"uid":"90510e993c97ba12","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/90510e993c97ba12","status":"passed","time":{"start":1724886884580,"stop":1724886884581,"duration":1}},{"uid":"8321b2226daab296","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8321b2226daab296","status":"passed","time":{"start":1724862322266,"stop":1724862322266,"duration":0}},{"uid":"8ecf464a0cc0e1ad","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8ecf464a0cc0e1ad","status":"passed","time":{"start":1724861790755,"stop":1724861790755,"duration":0}},{"uid":"b61f7294d2eadd7d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b61f7294d2eadd7d","status":"passed","time":{"start":1724861628424,"stop":1724861628425,"duration":1}},{"uid":"a054ca4ea96fe377","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a054ca4ea96fe377","status":"passed","time":{"start":1724861465630,"stop":1724861465630,"duration":0}}]},"b21dba393ed7845f95463b275088a9bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d5560e3871016064","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d5560e3871016064","status":"passed","time":{"start":1724922383083,"stop":1724922383083,"duration":0}},{"uid":"f37aabe1e73c884f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f37aabe1e73c884f","status":"passed","time":{"start":1724921046199,"stop":1724921046200,"duration":1}},{"uid":"ac15fd8e6b188806","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ac15fd8e6b188806","status":"passed","time":{"start":1724921021470,"stop":1724921021470,"duration":0}},{"uid":"bba5a387a414242a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bba5a387a414242a","status":"passed","time":{"start":1724917681718,"stop":1724917681719,"duration":1}},{"uid":"6d9cc5b1dce1e8f1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d9cc5b1dce1e8f1","status":"passed","time":{"start":1724889460647,"stop":1724889460647,"duration":0}},{"uid":"8be56e901b1bca20","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8be56e901b1bca20","status":"passed","time":{"start":1724888611290,"stop":1724888611291,"duration":1}},{"uid":"3e8fec3a3fb57d56","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3e8fec3a3fb57d56","status":"passed","time":{"start":1724887767616,"stop":1724887767616,"duration":0}},{"uid":"151af7eca844f5aa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/151af7eca844f5aa","status":"passed","time":{"start":1724886533985,"stop":1724886533986,"duration":1}},{"uid":"c26e3e826c9bdb3b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c26e3e826c9bdb3b","status":"passed","time":{"start":1724886311753,"stop":1724886311753,"duration":0}},{"uid":"c29499948f0f5f7d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c29499948f0f5f7d","status":"passed","time":{"start":1724861760769,"stop":1724861760770,"duration":1}},{"uid":"d6e2cae90fb706c0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d6e2cae90fb706c0","status":"passed","time":{"start":1724861231729,"stop":1724861231729,"duration":0}},{"uid":"4820d8e1a927f67c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4820d8e1a927f67c","status":"passed","time":{"start":1724861054250,"stop":1724861054251,"duration":1}},{"uid":"a60d4476c2577257","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a60d4476c2577257","status":"passed","time":{"start":1724860915809,"stop":1724860915809,"duration":0}}]},"061e73009d3612296cbd5940eb183495:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c27beae0f511b3c1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c27beae0f511b3c1","status":"passed","time":{"start":1724922906445,"stop":1724922906446,"duration":1}},{"uid":"6ce475934c976a28","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6ce475934c976a28","status":"passed","time":{"start":1724921613057,"stop":1724921613058,"duration":1}},{"uid":"f66aec0ad9fcf5f5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f66aec0ad9fcf5f5","status":"passed","time":{"start":1724921556064,"stop":1724921556064,"duration":0}},{"uid":"57fc28ba4d4aa01f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/57fc28ba4d4aa01f","status":"passed","time":{"start":1724918259555,"stop":1724918259555,"duration":0}},{"uid":"36d1bd1a24b66cc4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/36d1bd1a24b66cc4","status":"passed","time":{"start":1724890032301,"stop":1724890032301,"duration":0}},{"uid":"a838e3d726d51d85","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a838e3d726d51d85","status":"passed","time":{"start":1724889144088,"stop":1724889144088,"duration":0}},{"uid":"33db90e59473d97f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/33db90e59473d97f","status":"passed","time":{"start":1724888336465,"stop":1724888336465,"duration":0}},{"uid":"acf4e49577dde1f5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/acf4e49577dde1f5","status":"passed","time":{"start":1724887092631,"stop":1724887092631,"duration":0}},{"uid":"e2e72c92cb81ee1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e2e72c92cb81ee1","status":"passed","time":{"start":1724886880634,"stop":1724886880634,"duration":0}},{"uid":"bc28683bb1d9bc16","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc28683bb1d9bc16","status":"passed","time":{"start":1724862298406,"stop":1724862298407,"duration":1}},{"uid":"a692a93b97f3519e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a692a93b97f3519e","status":"passed","time":{"start":1724861770130,"stop":1724861770131,"duration":1}},{"uid":"d46ae5743f148ee1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d46ae5743f148ee1","status":"passed","time":{"start":1724861637977,"stop":1724861637977,"duration":0}},{"uid":"fb0b8e7b94cd9e4f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fb0b8e7b94cd9e4f","status":"passed","time":{"start":1724861475063,"stop":1724861475063,"duration":0}}]},"df0451355b0d769987f586dd183950b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"429c63902dc1b18e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/429c63902dc1b18e","status":"passed","time":{"start":1724922536233,"stop":1724922536233,"duration":0}},{"uid":"7eedf028c7830766","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7eedf028c7830766","status":"passed","time":{"start":1724921198886,"stop":1724921198886,"duration":0}},{"uid":"4d28803d3b08b24d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4d28803d3b08b24d","status":"passed","time":{"start":1724921172339,"stop":1724921172339,"duration":0}},{"uid":"4bba18881b6dbfa9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4bba18881b6dbfa9","status":"passed","time":{"start":1724917841039,"stop":1724917841041,"duration":2}},{"uid":"fe9c0c39db028363","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe9c0c39db028363","status":"passed","time":{"start":1724889622281,"stop":1724889622282,"duration":1}},{"uid":"a92c98078a7ab2ad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a92c98078a7ab2ad","status":"passed","time":{"start":1724888769661,"stop":1724888769662,"duration":1}},{"uid":"d83ba40628349835","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d83ba40628349835","status":"passed","time":{"start":1724887926168,"stop":1724887926168,"duration":0}},{"uid":"ced0481a1decd276","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ced0481a1decd276","status":"passed","time":{"start":1724886693078,"stop":1724886693079,"duration":1}},{"uid":"2009fd5d98733840","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2009fd5d98733840","status":"passed","time":{"start":1724886468836,"stop":1724886468837,"duration":1}},{"uid":"7a5e2ba5d3ed0db8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7a5e2ba5d3ed0db8","status":"passed","time":{"start":1724861918247,"stop":1724861918247,"duration":0}},{"uid":"bc759c43261f6e48","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bc759c43261f6e48","status":"passed","time":{"start":1724861388581,"stop":1724861388581,"duration":0}},{"uid":"89d0681f810c9578","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/89d0681f810c9578","status":"passed","time":{"start":1724861221408,"stop":1724861221408,"duration":0}},{"uid":"dcca449b397d9ea1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dcca449b397d9ea1","status":"passed","time":{"start":1724861075803,"stop":1724861075804,"duration":1}}]},"a507f62490b3a24fdbdad5d796572907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ded7c4e9d357a088","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ded7c4e9d357a088","status":"passed","time":{"start":1724923008737,"stop":1724923008737,"duration":0}},{"uid":"f062321816c6cf2f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f062321816c6cf2f","status":"passed","time":{"start":1724921677829,"stop":1724921677829,"duration":0}},{"uid":"ebb1692e4fd6d081","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ebb1692e4fd6d081","status":"passed","time":{"start":1724921635680,"stop":1724921635681,"duration":1}},{"uid":"41a29421c45c46b3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/41a29421c45c46b3","status":"passed","time":{"start":1724918344740,"stop":1724918344740,"duration":0}},{"uid":"8e0fd5bad8bb8a45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e0fd5bad8bb8a45","status":"passed","time":{"start":1724890097428,"stop":1724890097428,"duration":0}},{"uid":"61b545fae668ec27","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/61b545fae668ec27","status":"passed","time":{"start":1724889226625,"stop":1724889226625,"duration":0}},{"uid":"766bc15cd14cb1c4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/766bc15cd14cb1c4","status":"passed","time":{"start":1724888405388,"stop":1724888405389,"duration":1}},{"uid":"7743040af997dfd6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7743040af997dfd6","status":"passed","time":{"start":1724887180097,"stop":1724887180097,"duration":0}},{"uid":"316da7638ff1b703","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/316da7638ff1b703","status":"passed","time":{"start":1724886957952,"stop":1724886957952,"duration":0}},{"uid":"4f991e190021b1aa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f991e190021b1aa","status":"passed","time":{"start":1724862379720,"stop":1724862379720,"duration":0}},{"uid":"5160adfa94689647","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5160adfa94689647","status":"passed","time":{"start":1724861853006,"stop":1724861853006,"duration":0}},{"uid":"b574520b49d300d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b574520b49d300d","status":"passed","time":{"start":1724861709848,"stop":1724861709848,"duration":0}},{"uid":"ece37b0888d641ea","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ece37b0888d641ea","status":"passed","time":{"start":1724861537425,"stop":1724861537425,"duration":0}}]},"3b4eac845f5dc68bc6315f503aaa72d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"48f34908e85b9720","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/48f34908e85b9720","status":"passed","time":{"start":1724923012464,"stop":1724923012464,"duration":0}},{"uid":"2b7b8ca62e5c09da","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2b7b8ca62e5c09da","status":"passed","time":{"start":1724921625063,"stop":1724921625063,"duration":0}},{"uid":"5e838dfd0e6a1be4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5e838dfd0e6a1be4","status":"passed","time":{"start":1724921590495,"stop":1724921590495,"duration":0}},{"uid":"2a576406a7eff9ff","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2a576406a7eff9ff","status":"passed","time":{"start":1724918287564,"stop":1724918287565,"duration":1}},{"uid":"f9009db0fc6a56be","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9009db0fc6a56be","status":"passed","time":{"start":1724890047787,"stop":1724890047787,"duration":0}},{"uid":"dfd7b2b55bbc9fb4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dfd7b2b55bbc9fb4","status":"passed","time":{"start":1724889183920,"stop":1724889183920,"duration":0}},{"uid":"47e945db23e4b160","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/47e945db23e4b160","status":"passed","time":{"start":1724888354165,"stop":1724888354165,"duration":0}},{"uid":"9cfff004c82d72cc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9cfff004c82d72cc","status":"passed","time":{"start":1724887145658,"stop":1724887145658,"duration":0}},{"uid":"a45050636b53a117","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a45050636b53a117","status":"passed","time":{"start":1724886915786,"stop":1724886915786,"duration":0}},{"uid":"19d57f3d482aeb4e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/19d57f3d482aeb4e","status":"passed","time":{"start":1724862341437,"stop":1724862341437,"duration":0}},{"uid":"ac050125275a9a0a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ac050125275a9a0a","status":"passed","time":{"start":1724861805442,"stop":1724861805442,"duration":0}},{"uid":"9000290acde5865f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9000290acde5865f","status":"passed","time":{"start":1724861662256,"stop":1724861662256,"duration":0}},{"uid":"a5782c6cdbadf9e2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a5782c6cdbadf9e2","status":"passed","time":{"start":1724861492510,"stop":1724861492511,"duration":1}}]},"593a9985ea95175b4cf674d2fedc8c19:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b011d5917226ed12","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b011d5917226ed12","status":"passed","time":{"start":1724888232414,"stop":1724888232414,"duration":0}}]},"259328266b872242d192b7c4ee1fdf9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f87612ba98d8a7ed","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f87612ba98d8a7ed","status":"passed","time":{"start":1724922611435,"stop":1724922611435,"duration":0}},{"uid":"e104c11ce0d13e67","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e104c11ce0d13e67","status":"passed","time":{"start":1724921270357,"stop":1724921270357,"duration":0}},{"uid":"8834f7fbb16c01e8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8834f7fbb16c01e8","status":"passed","time":{"start":1724921247817,"stop":1724921247818,"duration":1}},{"uid":"5dd66db0c8096282","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5dd66db0c8096282","status":"passed","time":{"start":1724917989818,"stop":1724917989819,"duration":1}},{"uid":"6d82e66b3a0dedce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d82e66b3a0dedce","status":"passed","time":{"start":1724889678551,"stop":1724889678551,"duration":0}},{"uid":"2730cd71f604601","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2730cd71f604601","status":"passed","time":{"start":1724888829843,"stop":1724888829843,"duration":0}},{"uid":"abb546caadd0cf99","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/abb546caadd0cf99","status":"passed","time":{"start":1724888077010,"stop":1724888077010,"duration":0}},{"uid":"cd8a7f96c6d32caf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cd8a7f96c6d32caf","status":"passed","time":{"start":1724886851125,"stop":1724886851125,"duration":0}},{"uid":"65dfbb33c2ed32da","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/65dfbb33c2ed32da","status":"passed","time":{"start":1724886647111,"stop":1724886647111,"duration":0}},{"uid":"871812181c3ac919","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/871812181c3ac919","status":"passed","time":{"start":1724861992713,"stop":1724861992713,"duration":0}},{"uid":"d5a3c5db5eb47686","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d5a3c5db5eb47686","status":"passed","time":{"start":1724861469643,"stop":1724861469644,"duration":1}},{"uid":"cb6857e8d650fbc4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cb6857e8d650fbc4","status":"passed","time":{"start":1724861284857,"stop":1724861284857,"duration":0}},{"uid":"d780ddc94db391d1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d780ddc94db391d1","status":"passed","time":{"start":1724861145805,"stop":1724861145805,"duration":0}}]},"2c9191224ca2eaa2b74e25ccf880866c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b0f86d5e8ce893c7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b0f86d5e8ce893c7","status":"passed","time":{"start":1724922499929,"stop":1724922499930,"duration":1}},{"uid":"f0245e71ccb34948","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f0245e71ccb34948","status":"passed","time":{"start":1724921158277,"stop":1724921158278,"duration":1}},{"uid":"6cd3c95a44962c72","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6cd3c95a44962c72","status":"passed","time":{"start":1724921130073,"stop":1724921130073,"duration":0}},{"uid":"5416e4dcc10c01fb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5416e4dcc10c01fb","status":"passed","time":{"start":1724917796890,"stop":1724917796891,"duration":1}},{"uid":"ba9b9c7fd531011e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ba9b9c7fd531011e","status":"passed","time":{"start":1724889579994,"stop":1724889579994,"duration":0}},{"uid":"2d311d6d1d67f9c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d311d6d1d67f9c0","status":"passed","time":{"start":1724888730126,"stop":1724888730127,"duration":1}},{"uid":"2a49786f96abda65","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2a49786f96abda65","status":"passed","time":{"start":1724887883925,"stop":1724887883926,"duration":1}},{"uid":"88ffeeb2a4051144","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/88ffeeb2a4051144","status":"passed","time":{"start":1724886651243,"stop":1724886651244,"duration":1}},{"uid":"cea3abaffa9baa9e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cea3abaffa9baa9e","status":"passed","time":{"start":1724886430267,"stop":1724886430267,"duration":0}},{"uid":"d1f26a5461825d44","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d1f26a5461825d44","status":"passed","time":{"start":1724861879166,"stop":1724861879167,"duration":1}},{"uid":"4b69425223d35564","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4b69425223d35564","status":"passed","time":{"start":1724861345736,"stop":1724861345736,"duration":0}},{"uid":"99427b2fceff701f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/99427b2fceff701f","status":"passed","time":{"start":1724861186693,"stop":1724861186693,"duration":0}},{"uid":"66231d0141ea17d1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/66231d0141ea17d1","status":"passed","time":{"start":1724861034884,"stop":1724861034884,"duration":0}}]},"205144ff08298487caff25732dbcfef3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a4c547430ed8f30","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a4c547430ed8f30","status":"passed","time":{"start":1724922891488,"stop":1724922891489,"duration":1}},{"uid":"db56a3454154209a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/db56a3454154209a","status":"passed","time":{"start":1724921563016,"stop":1724921563017,"duration":1}},{"uid":"478747ad9690a8a8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/478747ad9690a8a8","status":"passed","time":{"start":1724921526813,"stop":1724921526813,"duration":0}},{"uid":"23f5a5dbf18d4c8f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/23f5a5dbf18d4c8f","status":"passed","time":{"start":1724918239940,"stop":1724918239943,"duration":3}},{"uid":"4ad08ea675dcd68","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4ad08ea675dcd68","status":"passed","time":{"start":1724889980891,"stop":1724889980901,"duration":10}},{"uid":"b610f370e9c49b12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b610f370e9c49b12","status":"passed","time":{"start":1724889109967,"stop":1724889109968,"duration":1}},{"uid":"e15e3a69cc90501c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e15e3a69cc90501c","status":"passed","time":{"start":1724888294722,"stop":1724888294723,"duration":1}},{"uid":"bb3c82bcebe76751","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bb3c82bcebe76751","status":"passed","time":{"start":1724887071741,"stop":1724887071741,"duration":0}},{"uid":"f97c63319c9c842f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f97c63319c9c842f","status":"passed","time":{"start":1724886848346,"stop":1724886848346,"duration":0}},{"uid":"51a6e7794fd41c19","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/51a6e7794fd41c19","status":"passed","time":{"start":1724862259251,"stop":1724862259252,"duration":1}},{"uid":"ebb4f98ac76c7796","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ebb4f98ac76c7796","status":"passed","time":{"start":1724861735326,"stop":1724861735327,"duration":1}},{"uid":"adc327337d96daf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/adc327337d96daf","status":"passed","time":{"start":1724861606343,"stop":1724861606344,"duration":1}},{"uid":"ff3ac453a3d3a94f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ff3ac453a3d3a94f","status":"passed","time":{"start":1724861426687,"stop":1724861426688,"duration":1}}]},"954363487a29c1b5a533787fe6c817df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"96f4f0fba43c7204","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/96f4f0fba43c7204","status":"passed","time":{"start":1724922845236,"stop":1724922845237,"duration":1}},{"uid":"fea0fb0bfaacf957","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fea0fb0bfaacf957","status":"passed","time":{"start":1724921515222,"stop":1724921515222,"duration":0}},{"uid":"b36e078ebde89262","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b36e078ebde89262","status":"passed","time":{"start":1724921475442,"stop":1724921475442,"duration":0}},{"uid":"1b75ba86e4a2bb9a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1b75ba86e4a2bb9a","status":"passed","time":{"start":1724918179387,"stop":1724918179387,"duration":0}},{"uid":"1bec3bef9657f390","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1bec3bef9657f390","status":"passed","time":{"start":1724889935337,"stop":1724889935337,"duration":0}},{"uid":"43d4d2a4ceddb7f2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/43d4d2a4ceddb7f2","status":"passed","time":{"start":1724889072749,"stop":1724889072750,"duration":1}},{"uid":"3dd3ed3dd440a745","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3dd3ed3dd440a745","status":"passed","time":{"start":1724888232411,"stop":1724888232411,"duration":0}},{"uid":"5aeb4306f4abbf1c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5aeb4306f4abbf1c","status":"passed","time":{"start":1724887018290,"stop":1724887018291,"duration":1}},{"uid":"e5fa9164c44b1220","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e5fa9164c44b1220","status":"passed","time":{"start":1724886781475,"stop":1724886781475,"duration":0}},{"uid":"9befc623f7b60dd1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9befc623f7b60dd1","status":"passed","time":{"start":1724862213658,"stop":1724862213659,"duration":1}},{"uid":"3a1b9c3b7d7df707","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3a1b9c3b7d7df707","status":"passed","time":{"start":1724861685851,"stop":1724861685852,"duration":1}},{"uid":"312892ea098f7017","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/312892ea098f7017","status":"passed","time":{"start":1724861546166,"stop":1724861546168,"duration":2}},{"uid":"e58690547d74deea","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e58690547d74deea","status":"passed","time":{"start":1724861378107,"stop":1724861378107,"duration":0}}]},"cc4bb601c0ec3222911168ac8f32da4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"34ab69a0dbf734c7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/34ab69a0dbf734c7","status":"passed","time":{"start":1724922382327,"stop":1724922382327,"duration":0}},{"uid":"3cc723f4023a6d1f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3cc723f4023a6d1f","status":"passed","time":{"start":1724921045532,"stop":1724921045532,"duration":0}},{"uid":"ff723719aa3b5b0b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ff723719aa3b5b0b","status":"passed","time":{"start":1724921020725,"stop":1724921020725,"duration":0}},{"uid":"d705c3dad17cb236","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d705c3dad17cb236","status":"passed","time":{"start":1724917681052,"stop":1724917681053,"duration":1}},{"uid":"4f3fa553c62961ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f3fa553c62961ba","status":"passed","time":{"start":1724889459943,"stop":1724889459943,"duration":0}},{"uid":"2d40016ed5ee3f9b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d40016ed5ee3f9b","status":"passed","time":{"start":1724888610533,"stop":1724888610534,"duration":1}},{"uid":"4373a4eb23036fec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4373a4eb23036fec","status":"passed","time":{"start":1724887766847,"stop":1724887766848,"duration":1}},{"uid":"9d82678c81ab0e0a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9d82678c81ab0e0a","status":"passed","time":{"start":1724886533242,"stop":1724886533243,"duration":1}},{"uid":"ce37be50246b83fc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ce37be50246b83fc","status":"passed","time":{"start":1724886311088,"stop":1724886311089,"duration":1}},{"uid":"97570ab9ee451166","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97570ab9ee451166","status":"passed","time":{"start":1724861760048,"stop":1724861760048,"duration":0}},{"uid":"64443cfcbe286820","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/64443cfcbe286820","status":"passed","time":{"start":1724861230827,"stop":1724861230828,"duration":1}},{"uid":"794524b97b159e4b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/794524b97b159e4b","status":"passed","time":{"start":1724861053399,"stop":1724861053400,"duration":1}},{"uid":"bb148db4cba17922","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bb148db4cba17922","status":"passed","time":{"start":1724860914744,"stop":1724860914744,"duration":0}}]},"ecec8616e244e01eb233ceba2a3a750b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f133a0716e53673f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f133a0716e53673f","status":"passed","time":{"start":1724886781501,"stop":1724886781502,"duration":1}}]},"9ac45c4e34b80f7576b6c8d505bfedd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"194b604423a7592e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/194b604423a7592e","status":"passed","time":{"start":1724922398405,"stop":1724922398406,"duration":1}},{"uid":"5f24c238099ee543","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5f24c238099ee543","status":"passed","time":{"start":1724921061374,"stop":1724921061374,"duration":0}},{"uid":"2bec0fca853d3f43","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2bec0fca853d3f43","status":"passed","time":{"start":1724921036561,"stop":1724921036566,"duration":5}},{"uid":"7d19d8e5f38fadf3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7d19d8e5f38fadf3","status":"passed","time":{"start":1724917696996,"stop":1724917696996,"duration":0}},{"uid":"3a2584b08f3ece6c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a2584b08f3ece6c","status":"passed","time":{"start":1724889475438,"stop":1724889475439,"duration":1}},{"uid":"bd0ce93f44630125","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bd0ce93f44630125","status":"passed","time":{"start":1724888626532,"stop":1724888626532,"duration":0}},{"uid":"7cecf7eac711d9f8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7cecf7eac711d9f8","status":"passed","time":{"start":1724887782741,"stop":1724887782741,"duration":0}},{"uid":"bee2672e416b4b57","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bee2672e416b4b57","status":"passed","time":{"start":1724886549352,"stop":1724886549353,"duration":1}},{"uid":"61d378b4b86e9cdf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/61d378b4b86e9cdf","status":"passed","time":{"start":1724886326877,"stop":1724886326877,"duration":0}},{"uid":"608a66a07ce7f8ca","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/608a66a07ce7f8ca","status":"passed","time":{"start":1724861776304,"stop":1724861776304,"duration":0}},{"uid":"c2d446de3c0ec6c7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c2d446de3c0ec6c7","status":"passed","time":{"start":1724861246688,"stop":1724861246689,"duration":1}},{"uid":"d0af7791f95a7c7a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d0af7791f95a7c7a","status":"passed","time":{"start":1724861070674,"stop":1724861070675,"duration":1}},{"uid":"953506cf09f55135","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/953506cf09f55135","status":"passed","time":{"start":1724860931333,"stop":1724860931333,"duration":0}}]},"1cc77746c53cd5e9564f482ae6f105d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7176500ff2494c39","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7176500ff2494c39","status":"passed","time":{"start":1724886880631,"stop":1724886880631,"duration":0}}]},"c611aaca5a97529ae8af9cec7a03fa57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3acd86dad6c9b356","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3acd86dad6c9b356","status":"passed","time":{"start":1724861485083,"stop":1724861485083,"duration":0}}]},"574035ab561579660a27c038e6006d86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"35748186bee95b2b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/35748186bee95b2b","status":"passed","time":{"start":1724922647837,"stop":1724922647837,"duration":0}},{"uid":"a6d6093f03a0b3f8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a6d6093f03a0b3f8","status":"passed","time":{"start":1724921300828,"stop":1724921300828,"duration":0}},{"uid":"2e653eff67f1887d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2e653eff67f1887d","status":"passed","time":{"start":1724921280720,"stop":1724921280721,"duration":1}},{"uid":"3243078f0b089a72","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3243078f0b089a72","status":"passed","time":{"start":1724917963264,"stop":1724917963265,"duration":1}},{"uid":"7fb6ff694344f9ab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7fb6ff694344f9ab","status":"passed","time":{"start":1724889734122,"stop":1724889734122,"duration":0}},{"uid":"6b7a92dca9e89351","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b7a92dca9e89351","status":"passed","time":{"start":1724888859623,"stop":1724888859623,"duration":0}},{"uid":"80f31a4979ba004a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/80f31a4979ba004a","status":"passed","time":{"start":1724888053954,"stop":1724888053955,"duration":1}},{"uid":"b16ff607cc1cc30","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b16ff607cc1cc30","status":"passed","time":{"start":1724886820681,"stop":1724886820681,"duration":0}},{"uid":"4cb91c6b9cd2015b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4cb91c6b9cd2015b","status":"passed","time":{"start":1724886589272,"stop":1724886589272,"duration":0}},{"uid":"fb3c05deb8d69d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb3c05deb8d69d9","status":"passed","time":{"start":1724862027808,"stop":1724862027808,"duration":0}},{"uid":"9f81bd69fef9542e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9f81bd69fef9542e","status":"passed","time":{"start":1724861484562,"stop":1724861484563,"duration":1}},{"uid":"a7eb5e0935b46104","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a7eb5e0935b46104","status":"passed","time":{"start":1724861315160,"stop":1724861315160,"duration":0}},{"uid":"c2292a864f7d0391","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c2292a864f7d0391","status":"passed","time":{"start":1724861168763,"stop":1724861168765,"duration":2}}]},"11b3048f4d111e1ae7ca97e1da55f88a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5dbcac7b9f5584f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5dbcac7b9f5584f","status":"passed","time":{"start":1724922853914,"stop":1724922853915,"duration":1}},{"uid":"1e4c46fddde52fc4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1e4c46fddde52fc4","status":"passed","time":{"start":1724921529581,"stop":1724921529582,"duration":1}},{"uid":"a07beb2c1391227d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a07beb2c1391227d","status":"passed","time":{"start":1724921488878,"stop":1724921488878,"duration":0}},{"uid":"7996f9786a93e941","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7996f9786a93e941","status":"passed","time":{"start":1724918203684,"stop":1724918203685,"duration":1}},{"uid":"47556cbeffa5b10b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/47556cbeffa5b10b","status":"passed","time":{"start":1724889938356,"stop":1724889938356,"duration":0}},{"uid":"8aa615038cb09a72","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8aa615038cb09a72","status":"passed","time":{"start":1724889077064,"stop":1724889077064,"duration":0}},{"uid":"e5229498e2786d66","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e5229498e2786d66","status":"passed","time":{"start":1724888268031,"stop":1724888268032,"duration":1}},{"uid":"cde083773aa57fa4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cde083773aa57fa4","status":"passed","time":{"start":1724887032400,"stop":1724887032400,"duration":0}},{"uid":"55cbb35da56e5d08","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/55cbb35da56e5d08","status":"passed","time":{"start":1724886822793,"stop":1724886822794,"duration":1}},{"uid":"850f50ebbdbfb1d6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/850f50ebbdbfb1d6","status":"passed","time":{"start":1724862233508,"stop":1724862233508,"duration":0}},{"uid":"1e2dfe1b3b6ae5fa","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1e2dfe1b3b6ae5fa","status":"passed","time":{"start":1724861712668,"stop":1724861712668,"duration":0}},{"uid":"486ccbf630c7f8b8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/486ccbf630c7f8b8","status":"passed","time":{"start":1724861567887,"stop":1724861567887,"duration":0}},{"uid":"4416e09e8b451abb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4416e09e8b451abb","status":"passed","time":{"start":1724861392052,"stop":1724861392053,"duration":1}}]},"3f0f2dc0913594ac4d27adb61197f584:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"66abdc2155897ab0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/66abdc2155897ab0","status":"passed","time":{"start":1724922778327,"stop":1724922778327,"duration":0}},{"uid":"71d22c15c157cf5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/71d22c15c157cf5","status":"passed","time":{"start":1724921497759,"stop":1724921497759,"duration":0}},{"uid":"20cb4e57f815f12c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/20cb4e57f815f12c","status":"passed","time":{"start":1724921408414,"stop":1724921408414,"duration":0}},{"uid":"dd780a41c62010e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd780a41c62010e","status":"passed","time":{"start":1724918086871,"stop":1724918086871,"duration":0}},{"uid":"c7632d4d5a4368ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c7632d4d5a4368ac","status":"passed","time":{"start":1724889892447,"stop":1724889892448,"duration":1}},{"uid":"6e210b6af8cd826d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e210b6af8cd826d","status":"passed","time":{"start":1724888997217,"stop":1724888997217,"duration":0}},{"uid":"3774083ff6f384cd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3774083ff6f384cd","status":"passed","time":{"start":1724888159491,"stop":1724888159491,"duration":0}},{"uid":"a3fe7112b3a2c91d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a3fe7112b3a2c91d","status":"passed","time":{"start":1724886937303,"stop":1724886937308,"duration":5}},{"uid":"d12fb441227ca35d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d12fb441227ca35d","status":"passed","time":{"start":1724886709807,"stop":1724886709808,"duration":1}},{"uid":"5427af5400695fae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5427af5400695fae","status":"passed","time":{"start":1724862123538,"stop":1724862123538,"duration":0}},{"uid":"b8974d7b12b74b3a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b8974d7b12b74b3a","status":"passed","time":{"start":1724861620105,"stop":1724861620105,"duration":0}},{"uid":"8a05457f7f343fc6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8a05457f7f343fc6","status":"passed","time":{"start":1724861460249,"stop":1724861460250,"duration":1}},{"uid":"c07c36752662a76d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c07c36752662a76d","status":"passed","time":{"start":1724861330173,"stop":1724861330173,"duration":0}}]},"a2a4386b1a75d8d9fd5177fdf40c00d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":9,"unknown":0,"total":13},"items":[{"uid":"5a78a38547cd09de","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5a78a38547cd09de","status":"passed","time":{"start":1724922535050,"stop":1724922535051,"duration":1}},{"uid":"3542fa53e2840b8e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3542fa53e2840b8e","status":"passed","time":{"start":1724921196358,"stop":1724921196358,"duration":0}},{"uid":"6ea695c89a2b6b2a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6ea695c89a2b6b2a","status":"passed","time":{"start":1724921173181,"stop":1724921173182,"duration":1}},{"uid":"ac0bd3e78dadaf17","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ac0bd3e78dadaf17","status":"broken","statusDetails":"expected true to be false","time":{"start":1724917930832,"stop":1724917930833,"duration":1}},{"uid":"d801c8bf47bd2d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d801c8bf47bd2d8","status":"passed","time":{"start":1724889621017,"stop":1724889621017,"duration":0}},{"uid":"c5fa454b632d7986","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5fa454b632d7986","status":"passed","time":{"start":1724888759389,"stop":1724888759389,"duration":0}},{"uid":"f0f3e1809d1cc120","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f0f3e1809d1cc120","status":"broken","statusDetails":"expected true to be false","time":{"start":1724888015047,"stop":1724888015048,"duration":1}},{"uid":"440ee7a24cdce2fe","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/440ee7a24cdce2fe","status":"broken","statusDetails":"expected true to be false","time":{"start":1724886784547,"stop":1724886784548,"duration":1}},{"uid":"c57dbf7d6d9d29d8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c57dbf7d6d9d29d8","status":"broken","statusDetails":"expected true to be false","time":{"start":1724886566534,"stop":1724886566534,"duration":0}},{"uid":"6e21f784abb68463","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e21f784abb68463","status":"passed","time":{"start":1724861915534,"stop":1724861915534,"duration":0}},{"uid":"52026fbcd72c436d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/52026fbcd72c436d","status":"passed","time":{"start":1724861379725,"stop":1724861379726,"duration":1}},{"uid":"fff872a0e7d38683","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fff872a0e7d38683","status":"passed","time":{"start":1724861206880,"stop":1724861206880,"duration":0}},{"uid":"7acfc271131d40c4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7acfc271131d40c4","status":"passed","time":{"start":1724861067560,"stop":1724861067561,"duration":1}}]},"bd3f6838484ba2f91887dd0d3aa85a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c60a0f065d2766b2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c60a0f065d2766b2","status":"passed","time":{"start":1724922382326,"stop":1724922382327,"duration":1}},{"uid":"154d0656330a56cc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/154d0656330a56cc","status":"passed","time":{"start":1724921045531,"stop":1724921045532,"duration":1}},{"uid":"adb869a16afe43f1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/adb869a16afe43f1","status":"passed","time":{"start":1724921020724,"stop":1724921020725,"duration":1}},{"uid":"f12a64780b47a49f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f12a64780b47a49f","status":"passed","time":{"start":1724917681049,"stop":1724917681051,"duration":2}},{"uid":"be897892327f5301","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/be897892327f5301","status":"passed","time":{"start":1724889459914,"stop":1724889459943,"duration":29}},{"uid":"f3ca23c4cbf7aadf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3ca23c4cbf7aadf","status":"passed","time":{"start":1724888610532,"stop":1724888610533,"duration":1}},{"uid":"8ebece7896a7ddf5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8ebece7896a7ddf5","status":"passed","time":{"start":1724887766847,"stop":1724887766847,"duration":0}},{"uid":"50e351009aa05ccc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/50e351009aa05ccc","status":"passed","time":{"start":1724886533242,"stop":1724886533242,"duration":0}},{"uid":"a0e67caf1dc6760","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a0e67caf1dc6760","status":"passed","time":{"start":1724886311088,"stop":1724886311088,"duration":0}},{"uid":"25fc7f07b0fe5e6d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/25fc7f07b0fe5e6d","status":"passed","time":{"start":1724861760047,"stop":1724861760048,"duration":1}},{"uid":"e17062a8ca32f4ea","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e17062a8ca32f4ea","status":"passed","time":{"start":1724861230826,"stop":1724861230827,"duration":1}},{"uid":"c58dea3afa196d91","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c58dea3afa196d91","status":"passed","time":{"start":1724861053397,"stop":1724861053398,"duration":1}},{"uid":"fd5b2d4921ee8b57","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fd5b2d4921ee8b57","status":"passed","time":{"start":1724860914743,"stop":1724860914743,"duration":0}}]},"4384ca21409a1cabf4abc4b90c9a7921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5916c6ee4db38f4a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5916c6ee4db38f4a","status":"passed","time":{"start":1724922950824,"stop":1724922950824,"duration":0}},{"uid":"c526609e511a3e4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c526609e511a3e4","status":"passed","time":{"start":1724921640402,"stop":1724921640402,"duration":0}},{"uid":"961bebd567e84eda","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/961bebd567e84eda","status":"passed","time":{"start":1724921600424,"stop":1724921600424,"duration":0}},{"uid":"8b953d5589fbd80","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8b953d5589fbd80","status":"passed","time":{"start":1724918300931,"stop":1724918300932,"duration":1}},{"uid":"d82b4b1d546c2761","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d82b4b1d546c2761","status":"passed","time":{"start":1724890059296,"stop":1724890059297,"duration":1}},{"uid":"7f91274e0a818e63","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7f91274e0a818e63","status":"passed","time":{"start":1724889188326,"stop":1724889188328,"duration":2}},{"uid":"daf6b3ee230aee53","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/daf6b3ee230aee53","status":"passed","time":{"start":1724888372742,"stop":1724888372742,"duration":0}},{"uid":"94983e934934f106","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/94983e934934f106","status":"passed","time":{"start":1724887135722,"stop":1724887135723,"duration":1}},{"uid":"b2a4ed78f9776a09","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b2a4ed78f9776a09","status":"passed","time":{"start":1724886919688,"stop":1724886919689,"duration":1}},{"uid":"8f119400ec0e4426","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f119400ec0e4426","status":"passed","time":{"start":1724862341836,"stop":1724862341837,"duration":1}},{"uid":"298cad0263186834","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/298cad0263186834","status":"passed","time":{"start":1724861815493,"stop":1724861815494,"duration":1}},{"uid":"3fbd58fcdacb62a4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3fbd58fcdacb62a4","status":"passed","time":{"start":1724861669540,"stop":1724861669541,"duration":1}},{"uid":"281f02b70c212d61","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/281f02b70c212d61","status":"passed","time":{"start":1724861505424,"stop":1724861505424,"duration":0}}]},"4b63c7036769b7bb1dfa436bd8663cff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7ae13fe262bed0a3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7ae13fe262bed0a3","status":"passed","time":{"start":1724861800255,"stop":1724861800255,"duration":0}}]},"99dbeba4cb59ca0718283847dc67c93f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"29a97e981a2f4d2e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/29a97e981a2f4d2e","status":"passed","time":{"start":1724922508638,"stop":1724922508639,"duration":1}},{"uid":"af212c853f102bd1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/af212c853f102bd1","status":"passed","time":{"start":1724921164599,"stop":1724921164599,"duration":0}},{"uid":"178703ea35aa1b5a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/178703ea35aa1b5a","status":"passed","time":{"start":1724921137826,"stop":1724921137826,"duration":0}},{"uid":"137bdcd88696d13","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/137bdcd88696d13","status":"passed","time":{"start":1724917810540,"stop":1724917810540,"duration":0}},{"uid":"19077a170656303b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/19077a170656303b","status":"passed","time":{"start":1724889585448,"stop":1724889585448,"duration":0}},{"uid":"bc3970acff77fe51","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc3970acff77fe51","status":"passed","time":{"start":1724888736510,"stop":1724888736511,"duration":1}},{"uid":"ded75cec65fa791c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ded75cec65fa791c","status":"passed","time":{"start":1724887891793,"stop":1724887891795,"duration":2}},{"uid":"518a2b5f72dc4fc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/518a2b5f72dc4fc1","status":"passed","time":{"start":1724886657790,"stop":1724886657790,"duration":0}},{"uid":"f7fbd6f49a092230","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f7fbd6f49a092230","status":"passed","time":{"start":1724886447358,"stop":1724886447359,"duration":1}},{"uid":"e24811efbf70bfa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e24811efbf70bfa","status":"passed","time":{"start":1724861880123,"stop":1724861880125,"duration":2}},{"uid":"20ec1764a93d7682","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/20ec1764a93d7682","status":"passed","time":{"start":1724861359782,"stop":1724861359782,"duration":0}},{"uid":"a49eb47bff6e2cdc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a49eb47bff6e2cdc","status":"passed","time":{"start":1724861179682,"stop":1724861179683,"duration":1}},{"uid":"df07ea2ef8bc0f30","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/df07ea2ef8bc0f30","status":"passed","time":{"start":1724861040980,"stop":1724861040981,"duration":1}}]},"1fdfd92e08fbe939ce700c69eb5e7fde:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2ec0e681bc96b04a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ec0e681bc96b04a","status":"passed","time":{"start":1724890039738,"stop":1724890039739,"duration":1}}]},"a7ec74184f222e80b83b41bc32362ff9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1d2ef7e386fc6cae","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1d2ef7e386fc6cae","status":"passed","time":{"start":1724922611420,"stop":1724922611420,"duration":0}},{"uid":"897ab3a0d540ccf9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/897ab3a0d540ccf9","status":"passed","time":{"start":1724921270341,"stop":1724921270341,"duration":0}},{"uid":"ea9939f4ff012c0a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ea9939f4ff012c0a","status":"passed","time":{"start":1724921247771,"stop":1724921247772,"duration":1}},{"uid":"b30c2ac2a8b7c7be","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b30c2ac2a8b7c7be","status":"passed","time":{"start":1724917989808,"stop":1724917989809,"duration":1}},{"uid":"25b69bafa3917d13","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/25b69bafa3917d13","status":"passed","time":{"start":1724889678531,"stop":1724889678532,"duration":1}},{"uid":"fedf8d6623b6d3f6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fedf8d6623b6d3f6","status":"passed","time":{"start":1724888829824,"stop":1724888829824,"duration":0}},{"uid":"2d460c535038a65d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2d460c535038a65d","status":"passed","time":{"start":1724888076971,"stop":1724888076972,"duration":1}},{"uid":"9eadcb2341dcf61a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9eadcb2341dcf61a","status":"passed","time":{"start":1724886851110,"stop":1724886851111,"duration":1}},{"uid":"81ed48ae17aebbf8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/81ed48ae17aebbf8","status":"passed","time":{"start":1724886647054,"stop":1724886647055,"duration":1}},{"uid":"cd7570259e873500","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd7570259e873500","status":"passed","time":{"start":1724861992701,"stop":1724861992701,"duration":0}},{"uid":"4d6b7855063aa5d1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4d6b7855063aa5d1","status":"passed","time":{"start":1724861469627,"stop":1724861469628,"duration":1}},{"uid":"c2ec58908a4db282","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c2ec58908a4db282","status":"passed","time":{"start":1724861284844,"stop":1724861284844,"duration":0}},{"uid":"a65795ae41b7fd71","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a65795ae41b7fd71","status":"passed","time":{"start":1724861145771,"stop":1724861145771,"duration":0}}]},"7039866f887597d9b257d5d2f12efc2a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a358e1d60872e26c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a358e1d60872e26c","status":"passed","time":{"start":1724922601844,"stop":1724922601845,"duration":1}}]},"bdff96d282b390fdf8d15fc660fe095e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"320a6435536b3d8f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/320a6435536b3d8f","status":"passed","time":{"start":1724922374685,"stop":1724922374686,"duration":1}},{"uid":"ff62bef00a3111c1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ff62bef00a3111c1","status":"passed","time":{"start":1724921037647,"stop":1724921037647,"duration":0}},{"uid":"c957229a7411b48c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c957229a7411b48c","status":"passed","time":{"start":1724921013059,"stop":1724921013060,"duration":1}},{"uid":"b8678885764f9ac5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b8678885764f9ac5","status":"passed","time":{"start":1724917673301,"stop":1724917673301,"duration":0}},{"uid":"917e6349f557ef7e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/917e6349f557ef7e","status":"passed","time":{"start":1724889452320,"stop":1724889452321,"duration":1}},{"uid":"e26cd1f184accbd1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e26cd1f184accbd1","status":"passed","time":{"start":1724888602852,"stop":1724888602852,"duration":0}},{"uid":"c6d73ba82732d1a5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c6d73ba82732d1a5","status":"passed","time":{"start":1724887759173,"stop":1724887759173,"duration":0}},{"uid":"5e41c006e0adb8c3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5e41c006e0adb8c3","status":"passed","time":{"start":1724886525552,"stop":1724886525552,"duration":0}},{"uid":"cbc0aa6c17b29c5e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cbc0aa6c17b29c5e","status":"passed","time":{"start":1724886303407,"stop":1724886303407,"duration":0}},{"uid":"4b724d44c7083934","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b724d44c7083934","status":"passed","time":{"start":1724861752239,"stop":1724861752240,"duration":1}},{"uid":"cb01b41efefd4f53","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cb01b41efefd4f53","status":"passed","time":{"start":1724861223364,"stop":1724861223364,"duration":0}},{"uid":"d59cf3b12a571497","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d59cf3b12a571497","status":"passed","time":{"start":1724861045212,"stop":1724861045213,"duration":1}},{"uid":"457e539c3fb98a59","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/457e539c3fb98a59","status":"passed","time":{"start":1724860907098,"stop":1724860907098,"duration":0}}]},"491378aaa4600ceb1926c0521141b938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"db89ff85c95a4f70","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/db89ff85c95a4f70","status":"passed","time":{"start":1724922845239,"stop":1724922845240,"duration":1}},{"uid":"59990939eb569685","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/59990939eb569685","status":"passed","time":{"start":1724921515224,"stop":1724921515225,"duration":1}},{"uid":"1b1fdf1e3686dfe0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1b1fdf1e3686dfe0","status":"passed","time":{"start":1724921475444,"stop":1724921475444,"duration":0}},{"uid":"f07d590d37d95423","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f07d590d37d95423","status":"passed","time":{"start":1724918179399,"stop":1724918179399,"duration":0}},{"uid":"a8c54421916716d1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a8c54421916716d1","status":"passed","time":{"start":1724889935339,"stop":1724889935339,"duration":0}},{"uid":"2a4901a3dfa9b476","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2a4901a3dfa9b476","status":"passed","time":{"start":1724889072752,"stop":1724889072752,"duration":0}},{"uid":"6751fe274ce7d7bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6751fe274ce7d7bd","status":"passed","time":{"start":1724888232413,"stop":1724888232413,"duration":0}},{"uid":"c39ad43012e8d471","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c39ad43012e8d471","status":"passed","time":{"start":1724887018301,"stop":1724887018301,"duration":0}},{"uid":"899c5126af9b19bd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/899c5126af9b19bd","status":"passed","time":{"start":1724886781477,"stop":1724886781478,"duration":1}},{"uid":"af8e29530e7b5b19","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/af8e29530e7b5b19","status":"passed","time":{"start":1724862213661,"stop":1724862213661,"duration":0}},{"uid":"583c00296fbdb98c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/583c00296fbdb98c","status":"passed","time":{"start":1724861685854,"stop":1724861685854,"duration":0}},{"uid":"27ed36c3a96062ad","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/27ed36c3a96062ad","status":"passed","time":{"start":1724861546171,"stop":1724861546171,"duration":0}},{"uid":"40b8ce35b920acd3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/40b8ce35b920acd3","status":"passed","time":{"start":1724861378109,"stop":1724861378109,"duration":0}}]},"c552836869246ed1b59a80786fae3f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ce8e942cb56041b6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ce8e942cb56041b6","status":"passed","time":{"start":1724923008736,"stop":1724923008736,"duration":0}},{"uid":"11216abbb15f1827","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/11216abbb15f1827","status":"passed","time":{"start":1724921677828,"stop":1724921677828,"duration":0}},{"uid":"2d9f4bb3ff64b67d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2d9f4bb3ff64b67d","status":"passed","time":{"start":1724921635680,"stop":1724921635680,"duration":0}},{"uid":"638e6b3aa3a5ff58","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/638e6b3aa3a5ff58","status":"passed","time":{"start":1724918344739,"stop":1724918344739,"duration":0}},{"uid":"422d7a06f06f3a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/422d7a06f06f3a1","status":"passed","time":{"start":1724890097427,"stop":1724890097428,"duration":1}},{"uid":"fd9b19076ba2f2ce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fd9b19076ba2f2ce","status":"passed","time":{"start":1724889226624,"stop":1724889226624,"duration":0}},{"uid":"b1c14e99d8819e57","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b1c14e99d8819e57","status":"passed","time":{"start":1724888405387,"stop":1724888405387,"duration":0}},{"uid":"69c041c5b6965492","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/69c041c5b6965492","status":"passed","time":{"start":1724887180096,"stop":1724887180097,"duration":1}},{"uid":"c0d708d24a741a8f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c0d708d24a741a8f","status":"passed","time":{"start":1724886957950,"stop":1724886957950,"duration":0}},{"uid":"38846770ed77730b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/38846770ed77730b","status":"passed","time":{"start":1724862379719,"stop":1724862379719,"duration":0}},{"uid":"b09118fb8d8760ba","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b09118fb8d8760ba","status":"passed","time":{"start":1724861853004,"stop":1724861853005,"duration":1}},{"uid":"81ce40b5260e2bca","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/81ce40b5260e2bca","status":"passed","time":{"start":1724861709847,"stop":1724861709847,"duration":0}},{"uid":"9c7d756e7bf9871e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9c7d756e7bf9871e","status":"passed","time":{"start":1724861537424,"stop":1724861537425,"duration":1}}]},"c717f1b9c8d8565ddbfeb4c28c1c45cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2cb916a54b02e947","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2cb916a54b02e947","status":"passed","time":{"start":1724923012474,"stop":1724923012474,"duration":0}},{"uid":"f31280671ff3d9d4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f31280671ff3d9d4","status":"passed","time":{"start":1724921625080,"stop":1724921625080,"duration":0}},{"uid":"baaae2fad53aa32b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/baaae2fad53aa32b","status":"passed","time":{"start":1724921590504,"stop":1724921590504,"duration":0}},{"uid":"644a192bdd6cb4c9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/644a192bdd6cb4c9","status":"passed","time":{"start":1724918287571,"stop":1724918287572,"duration":1}},{"uid":"a376274f890c88a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a376274f890c88a6","status":"passed","time":{"start":1724890047797,"stop":1724890047797,"duration":0}},{"uid":"cd068978f832509e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd068978f832509e","status":"passed","time":{"start":1724889183930,"stop":1724889183930,"duration":0}},{"uid":"8fb5d08c61dd638a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8fb5d08c61dd638a","status":"passed","time":{"start":1724888354178,"stop":1724888354178,"duration":0}},{"uid":"5e8d0faec2107cbd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5e8d0faec2107cbd","status":"passed","time":{"start":1724887145701,"stop":1724887145702,"duration":1}},{"uid":"1e19ae867a951aa7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1e19ae867a951aa7","status":"passed","time":{"start":1724886915793,"stop":1724886915794,"duration":1}},{"uid":"1359fbc04aea5047","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1359fbc04aea5047","status":"passed","time":{"start":1724862341458,"stop":1724862341458,"duration":0}},{"uid":"96eec3bf7dd1e282","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/96eec3bf7dd1e282","status":"passed","time":{"start":1724861805456,"stop":1724861805458,"duration":2}},{"uid":"3d9ab76f58a614f8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3d9ab76f58a614f8","status":"passed","time":{"start":1724861662293,"stop":1724861662294,"duration":1}},{"uid":"c3703d322df580d9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c3703d322df580d9","status":"passed","time":{"start":1724861492521,"stop":1724861492522,"duration":1}}]},"547dccd01d7cf6ad6698a95c479c36e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2b8210618249e3b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2b8210618249e3b","status":"passed","time":{"start":1724861546201,"stop":1724861546201,"duration":0}}]},"073f8bd5bc0acc96d625ba4577924444:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b303f5567fc99e77","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b303f5567fc99e77","status":"passed","time":{"start":1724922891492,"stop":1724922891492,"duration":0}},{"uid":"b2500cc441ed711c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b2500cc441ed711c","status":"passed","time":{"start":1724921563019,"stop":1724921563019,"duration":0}},{"uid":"7d899ffc1e4a70b2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7d899ffc1e4a70b2","status":"passed","time":{"start":1724921526815,"stop":1724921526816,"duration":1}},{"uid":"b6e8f4db02ed324a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b6e8f4db02ed324a","status":"passed","time":{"start":1724918239949,"stop":1724918239952,"duration":3}},{"uid":"ad3ea792a44b5e17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ad3ea792a44b5e17","status":"passed","time":{"start":1724889980922,"stop":1724889980923,"duration":1}},{"uid":"9a7cc234c3264aae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9a7cc234c3264aae","status":"passed","time":{"start":1724889109975,"stop":1724889109976,"duration":1}},{"uid":"c22f2523334209b4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c22f2523334209b4","status":"passed","time":{"start":1724888294725,"stop":1724888294725,"duration":0}},{"uid":"38c2e046dc78c508","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/38c2e046dc78c508","status":"passed","time":{"start":1724887071744,"stop":1724887071744,"duration":0}},{"uid":"d1ca3c5054fca7c5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d1ca3c5054fca7c5","status":"passed","time":{"start":1724886848349,"stop":1724886848349,"duration":0}},{"uid":"88c7c83a4df4139d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/88c7c83a4df4139d","status":"passed","time":{"start":1724862259258,"stop":1724862259259,"duration":1}},{"uid":"eaace37a52c8fb66","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/eaace37a52c8fb66","status":"passed","time":{"start":1724861735333,"stop":1724861735334,"duration":1}},{"uid":"a5372cab13726a1d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a5372cab13726a1d","status":"passed","time":{"start":1724861606352,"stop":1724861606352,"duration":0}},{"uid":"488770b1efdaf427","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/488770b1efdaf427","status":"passed","time":{"start":1724861426691,"stop":1724861426691,"duration":0}}]},"5c7ec512bd5b62afb4dd3c34ac9b2fca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"637625bf4e879e64","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/637625bf4e879e64","status":"passed","time":{"start":1724922374693,"stop":1724922374694,"duration":1}},{"uid":"1bc9f76e644cc778","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1bc9f76e644cc778","status":"passed","time":{"start":1724921037653,"stop":1724921037653,"duration":0}},{"uid":"9d72d86de7594ce1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9d72d86de7594ce1","status":"passed","time":{"start":1724921013067,"stop":1724921013068,"duration":1}},{"uid":"a141c363edcd0d4c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a141c363edcd0d4c","status":"passed","time":{"start":1724917673308,"stop":1724917673308,"duration":0}},{"uid":"45148fd696423967","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/45148fd696423967","status":"passed","time":{"start":1724889452327,"stop":1724889452327,"duration":0}},{"uid":"8728e033459af65d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8728e033459af65d","status":"passed","time":{"start":1724888602860,"stop":1724888602860,"duration":0}},{"uid":"23618fc2bf78a378","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/23618fc2bf78a378","status":"passed","time":{"start":1724887759180,"stop":1724887759180,"duration":0}},{"uid":"8c289554ce2d1c4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8c289554ce2d1c4","status":"passed","time":{"start":1724886525558,"stop":1724886525558,"duration":0}},{"uid":"28cbc679b225388b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/28cbc679b225388b","status":"passed","time":{"start":1724886303414,"stop":1724886303414,"duration":0}},{"uid":"248e544cba089912","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/248e544cba089912","status":"passed","time":{"start":1724861752250,"stop":1724861752250,"duration":0}},{"uid":"8a6861ed87ca6faf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8a6861ed87ca6faf","status":"passed","time":{"start":1724861223370,"stop":1724861223371,"duration":1}},{"uid":"f20d7cb8a1fbd02c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f20d7cb8a1fbd02c","status":"passed","time":{"start":1724861045220,"stop":1724861045220,"duration":0}},{"uid":"9e39710959c22538","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9e39710959c22538","status":"passed","time":{"start":1724860907106,"stop":1724860907106,"duration":0}}]},"0c5de591ea5ad571a48f8ba360377f01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d56843242e8548e7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d56843242e8548e7","status":"passed","time":{"start":1724923012478,"stop":1724923012478,"duration":0}},{"uid":"ff1eee42f52f0024","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ff1eee42f52f0024","status":"passed","time":{"start":1724921625082,"stop":1724921625083,"duration":1}},{"uid":"b76702eab0c8af24","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b76702eab0c8af24","status":"passed","time":{"start":1724921590507,"stop":1724921590507,"duration":0}},{"uid":"eb13d1211efe7b08","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eb13d1211efe7b08","status":"passed","time":{"start":1724918287574,"stop":1724918287574,"duration":0}},{"uid":"9c6211b2701e6931","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9c6211b2701e6931","status":"passed","time":{"start":1724890047799,"stop":1724890047800,"duration":1}},{"uid":"54d9f6a962dd6bc7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/54d9f6a962dd6bc7","status":"passed","time":{"start":1724889183939,"stop":1724889183940,"duration":1}},{"uid":"60cc9065ac9c51a3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/60cc9065ac9c51a3","status":"passed","time":{"start":1724888354181,"stop":1724888354181,"duration":0}},{"uid":"a97b55da9c4d6e6c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a97b55da9c4d6e6c","status":"passed","time":{"start":1724887145711,"stop":1724887145716,"duration":5}},{"uid":"ef13eabd316ea133","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ef13eabd316ea133","status":"passed","time":{"start":1724886915796,"stop":1724886915796,"duration":0}},{"uid":"40d2856a96342ab3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/40d2856a96342ab3","status":"passed","time":{"start":1724862341462,"stop":1724862341462,"duration":0}},{"uid":"cc43a246d276ca48","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cc43a246d276ca48","status":"passed","time":{"start":1724861805464,"stop":1724861805465,"duration":1}},{"uid":"cb9a067863c2868","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cb9a067863c2868","status":"passed","time":{"start":1724861662298,"stop":1724861662298,"duration":0}},{"uid":"13bca13642fc702c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/13bca13642fc702c","status":"passed","time":{"start":1724861492525,"stop":1724861492525,"duration":0}}]},"faeaa63b59e5383bb298c13badf3477c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"33987d970777a3a5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/33987d970777a3a5","status":"passed","time":{"start":1724922853910,"stop":1724922853911,"duration":1}},{"uid":"e94ea2bd984dd91b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e94ea2bd984dd91b","status":"passed","time":{"start":1724921529572,"stop":1724921529573,"duration":1}},{"uid":"5fb7d8671ca7eddb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5fb7d8671ca7eddb","status":"passed","time":{"start":1724921488874,"stop":1724921488874,"duration":0}},{"uid":"c7cb9dc48f394d29","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c7cb9dc48f394d29","status":"passed","time":{"start":1724918203670,"stop":1724918203670,"duration":0}},{"uid":"d29ee2336eb9b321","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d29ee2336eb9b321","status":"passed","time":{"start":1724889938353,"stop":1724889938353,"duration":0}},{"uid":"717c29d6217f05e3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/717c29d6217f05e3","status":"passed","time":{"start":1724889077033,"stop":1724889077048,"duration":15}},{"uid":"637ffa9f81217c0a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/637ffa9f81217c0a","status":"passed","time":{"start":1724888268008,"stop":1724888268008,"duration":0}},{"uid":"d5a6a8eded730b42","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d5a6a8eded730b42","status":"passed","time":{"start":1724887032390,"stop":1724887032391,"duration":1}},{"uid":"bb81c1f0efc6a97f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bb81c1f0efc6a97f","status":"passed","time":{"start":1724886822786,"stop":1724886822787,"duration":1}},{"uid":"217d688e26826416","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/217d688e26826416","status":"passed","time":{"start":1724862233504,"stop":1724862233504,"duration":0}},{"uid":"7c0922d018436bef","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7c0922d018436bef","status":"passed","time":{"start":1724861712665,"stop":1724861712665,"duration":0}},{"uid":"9b6dabe289d7ac30","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9b6dabe289d7ac30","status":"passed","time":{"start":1724861567883,"stop":1724861567883,"duration":0}},{"uid":"c6822ada69d40f97","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c6822ada69d40f97","status":"passed","time":{"start":1724861392039,"stop":1724861392040,"duration":1}}]},"928ac6883c801a6b50de07b547067762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2b64c5d5055d9dfa","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2b64c5d5055d9dfa","status":"passed","time":{"start":1724922853920,"stop":1724922853921,"duration":1}},{"uid":"e875276a4d423883","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e875276a4d423883","status":"passed","time":{"start":1724921529587,"stop":1724921529587,"duration":0}},{"uid":"3a398850cd8830d6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3a398850cd8830d6","status":"passed","time":{"start":1724921488881,"stop":1724921488881,"duration":0}},{"uid":"d8c725869de18a08","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d8c725869de18a08","status":"passed","time":{"start":1724918203688,"stop":1724918203688,"duration":0}},{"uid":"2c2aff374dc03653","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c2aff374dc03653","status":"passed","time":{"start":1724889938364,"stop":1724889938364,"duration":0}},{"uid":"674963f612383fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/674963f612383fa","status":"passed","time":{"start":1724889077067,"stop":1724889077068,"duration":1}},{"uid":"a00c7800c002abf8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a00c7800c002abf8","status":"passed","time":{"start":1724888268036,"stop":1724888268037,"duration":1}},{"uid":"ad4e05d680eae821","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ad4e05d680eae821","status":"passed","time":{"start":1724887032409,"stop":1724887032409,"duration":0}},{"uid":"3c40da4ba244ea85","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3c40da4ba244ea85","status":"passed","time":{"start":1724886822822,"stop":1724886822822,"duration":0}},{"uid":"119c68876ee43724","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/119c68876ee43724","status":"passed","time":{"start":1724862233512,"stop":1724862233513,"duration":1}},{"uid":"5f5fcbe1e3677","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5f5fcbe1e3677","status":"passed","time":{"start":1724861712672,"stop":1724861712672,"duration":0}},{"uid":"881600b5a9d45e3e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/881600b5a9d45e3e","status":"passed","time":{"start":1724861567891,"stop":1724861567891,"duration":0}},{"uid":"5eb405fcccc288e2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5eb405fcccc288e2","status":"passed","time":{"start":1724861392056,"stop":1724861392056,"duration":0}}]},"792a18da5b7244104aa2077efbcd6319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"46e435eff677228f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/46e435eff677228f","status":"passed","time":{"start":1724922966286,"stop":1724922966286,"duration":0}},{"uid":"a8e92c60d9573786","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a8e92c60d9573786","status":"passed","time":{"start":1724921658746,"stop":1724921658747,"duration":1}},{"uid":"74dd5f10185525e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/74dd5f10185525e","status":"passed","time":{"start":1724921609581,"stop":1724921609581,"duration":0}},{"uid":"b5ba1f9665f9f02e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b5ba1f9665f9f02e","status":"passed","time":{"start":1724918323461,"stop":1724918323461,"duration":0}},{"uid":"464bb883e62e7c4c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/464bb883e62e7c4c","status":"passed","time":{"start":1724890071666,"stop":1724890071667,"duration":1}},{"uid":"db0b642b07f228c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/db0b642b07f228c9","status":"passed","time":{"start":1724889207707,"stop":1724889207707,"duration":0}},{"uid":"c5fe116a86a13b4c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c5fe116a86a13b4c","status":"passed","time":{"start":1724888386327,"stop":1724888386327,"duration":0}},{"uid":"845f36fa13f34e6d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/845f36fa13f34e6d","status":"passed","time":{"start":1724887153935,"stop":1724887153936,"duration":1}},{"uid":"5b493f4667dae97f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5b493f4667dae97f","status":"passed","time":{"start":1724886927392,"stop":1724886927393,"duration":1}},{"uid":"522b86ff1271c2bb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/522b86ff1271c2bb","status":"passed","time":{"start":1724862360110,"stop":1724862360111,"duration":1}},{"uid":"5144ad3c09508850","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5144ad3c09508850","status":"passed","time":{"start":1724861832843,"stop":1724861832844,"duration":1}},{"uid":"459fa02a98dd125d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/459fa02a98dd125d","status":"passed","time":{"start":1724861687429,"stop":1724861687429,"duration":0}},{"uid":"c98e026c27b533ca","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c98e026c27b533ca","status":"passed","time":{"start":1724861513179,"stop":1724861513179,"duration":0}}]},"0d2c96cd91d2559b09e4fe079e254698:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1eedaacfc4e88485","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1eedaacfc4e88485","status":"passed","time":{"start":1724862320147,"stop":1724862320147,"duration":0}}]},"18f96b7e027ad84bb585d47dc2910c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"293d9083c50794ad","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/293d9083c50794ad","status":"passed","time":{"start":1724922853907,"stop":1724922853908,"duration":1}},{"uid":"7e664bd326bad1d5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7e664bd326bad1d5","status":"passed","time":{"start":1724921529570,"stop":1724921529570,"duration":0}},{"uid":"4f9a8a7eb56f4e4f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4f9a8a7eb56f4e4f","status":"passed","time":{"start":1724921488871,"stop":1724921488872,"duration":1}},{"uid":"df4588db81937804","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/df4588db81937804","status":"passed","time":{"start":1724918203667,"stop":1724918203667,"duration":0}},{"uid":"eb7caf65173c2756","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eb7caf65173c2756","status":"passed","time":{"start":1724889938351,"stop":1724889938351,"duration":0}},{"uid":"c3258787e9cc3c5d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c3258787e9cc3c5d","status":"passed","time":{"start":1724889077030,"stop":1724889077031,"duration":1}},{"uid":"5903b1a465adf0a8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5903b1a465adf0a8","status":"passed","time":{"start":1724888268003,"stop":1724888268003,"duration":0}},{"uid":"c1740bf502557e73","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c1740bf502557e73","status":"passed","time":{"start":1724887032387,"stop":1724887032388,"duration":1}},{"uid":"70d896bfa4f1463f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/70d896bfa4f1463f","status":"passed","time":{"start":1724886822784,"stop":1724886822784,"duration":0}},{"uid":"64e563f82f0731e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64e563f82f0731e5","status":"passed","time":{"start":1724862233502,"stop":1724862233502,"duration":0}},{"uid":"c2e1f17065590cca","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c2e1f17065590cca","status":"passed","time":{"start":1724861712662,"stop":1724861712662,"duration":0}},{"uid":"68fa4b14850afe99","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/68fa4b14850afe99","status":"passed","time":{"start":1724861567876,"stop":1724861567877,"duration":1}},{"uid":"a3c6481744dacf4a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a3c6481744dacf4a","status":"passed","time":{"start":1724861392037,"stop":1724861392037,"duration":0}}]},"e75b0917704eac9613c503bbc5db3e6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"87e52898974ddddc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/87e52898974ddddc","status":"passed","time":{"start":1724922853927,"stop":1724922853927,"duration":0}},{"uid":"4c006ef5ce823ca3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4c006ef5ce823ca3","status":"passed","time":{"start":1724921529590,"stop":1724921529590,"duration":0}},{"uid":"35af8d900b491ff8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/35af8d900b491ff8","status":"passed","time":{"start":1724921488884,"stop":1724921488884,"duration":0}},{"uid":"9b2371a554d25fef","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9b2371a554d25fef","status":"passed","time":{"start":1724918203690,"stop":1724918203692,"duration":2}},{"uid":"35269a9450f5c6f6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/35269a9450f5c6f6","status":"passed","time":{"start":1724889938366,"stop":1724889938366,"duration":0}},{"uid":"3402cf814efc835f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3402cf814efc835f","status":"passed","time":{"start":1724889077070,"stop":1724889077070,"duration":0}},{"uid":"9b2f0a698836e36b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9b2f0a698836e36b","status":"passed","time":{"start":1724888268040,"stop":1724888268040,"duration":0}},{"uid":"4b823050de150d56","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4b823050de150d56","status":"passed","time":{"start":1724887032413,"stop":1724887032413,"duration":0}},{"uid":"153d58ef0273c36b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/153d58ef0273c36b","status":"passed","time":{"start":1724886822826,"stop":1724886822826,"duration":0}},{"uid":"9f553a22dbea5fa5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f553a22dbea5fa5","status":"passed","time":{"start":1724862233516,"stop":1724862233516,"duration":0}},{"uid":"3707fb5547025c0f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3707fb5547025c0f","status":"passed","time":{"start":1724861712674,"stop":1724861712674,"duration":0}},{"uid":"a63d961ae5a7bc02","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a63d961ae5a7bc02","status":"passed","time":{"start":1724861567901,"stop":1724861567901,"duration":0}},{"uid":"f1b56313035ec534","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f1b56313035ec534","status":"passed","time":{"start":1724861392060,"stop":1724861392061,"duration":1}}]},"d8e8c43e51798790393da731d5f5a27c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"28b4012984e68a4e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/28b4012984e68a4e","status":"passed","time":{"start":1724923048502,"stop":1724923048502,"duration":0}},{"uid":"8ddff250145b23b5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8ddff250145b23b5","status":"passed","time":{"start":1724921723785,"stop":1724921723785,"duration":0}},{"uid":"a53dbb05a31570dd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a53dbb05a31570dd","status":"passed","time":{"start":1724921678670,"stop":1724921678671,"duration":1}},{"uid":"a524efcadf2210","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a524efcadf2210","status":"passed","time":{"start":1724918386965,"stop":1724918386966,"duration":1}},{"uid":"ba90fd423967694b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ba90fd423967694b","status":"passed","time":{"start":1724890140902,"stop":1724890140903,"duration":1}},{"uid":"3b9968123cbf40a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3b9968123cbf40a6","status":"passed","time":{"start":1724889274453,"stop":1724889274453,"duration":0}},{"uid":"fac7648439379570","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fac7648439379570","status":"passed","time":{"start":1724888449349,"stop":1724888449349,"duration":0}},{"uid":"b02596af10dfbde1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b02596af10dfbde1","status":"passed","time":{"start":1724887217802,"stop":1724887217802,"duration":0}},{"uid":"4012608cca238eb1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4012608cca238eb1","status":"passed","time":{"start":1724887001923,"stop":1724887001923,"duration":0}},{"uid":"d09ba80c1298f29e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d09ba80c1298f29e","status":"passed","time":{"start":1724862417857,"stop":1724862417857,"duration":0}},{"uid":"6e60be8c37de28ff","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6e60be8c37de28ff","status":"passed","time":{"start":1724861895534,"stop":1724861895535,"duration":1}},{"uid":"77c7a9b40e512b60","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/77c7a9b40e512b60","status":"passed","time":{"start":1724861753063,"stop":1724861753063,"duration":0}},{"uid":"358eeb19306d7a57","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/358eeb19306d7a57","status":"passed","time":{"start":1724861587588,"stop":1724861587588,"duration":0}}]},"2e7dbb90ed95ca30254703870c34eff1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d3ec2d19e3c114a4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d3ec2d19e3c114a4","status":"passed","time":{"start":1724861485081,"stop":1724861485081,"duration":0}}]},"0eadfc305b0d01004be0be8bba17e953:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"aca37485b14cc578","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/aca37485b14cc578","status":"passed","time":{"start":1724922374656,"stop":1724922374657,"duration":1}},{"uid":"e67d64c4c2c9220b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e67d64c4c2c9220b","status":"passed","time":{"start":1724921037618,"stop":1724921037618,"duration":0}},{"uid":"820f979e89436558","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/820f979e89436558","status":"passed","time":{"start":1724921013031,"stop":1724921013031,"duration":0}},{"uid":"842e8e5fcbab753c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/842e8e5fcbab753c","status":"passed","time":{"start":1724917673275,"stop":1724917673275,"duration":0}},{"uid":"6240aae9ae44d5bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6240aae9ae44d5bc","status":"passed","time":{"start":1724889452293,"stop":1724889452293,"duration":0}},{"uid":"eac5ba0edfcb8085","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eac5ba0edfcb8085","status":"passed","time":{"start":1724888602822,"stop":1724888602823,"duration":1}},{"uid":"d2a69efdfe518a45","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d2a69efdfe518a45","status":"passed","time":{"start":1724887759147,"stop":1724887759148,"duration":1}},{"uid":"80472ec098ca2c27","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/80472ec098ca2c27","status":"passed","time":{"start":1724886525535,"stop":1724886525535,"duration":0}},{"uid":"d8e87da77f85f1e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d8e87da77f85f1e","status":"passed","time":{"start":1724886303379,"stop":1724886303379,"duration":0}},{"uid":"d7c5b852743f406d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d7c5b852743f406d","status":"passed","time":{"start":1724861752209,"stop":1724861752210,"duration":1}},{"uid":"980998c5c80e0f76","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/980998c5c80e0f76","status":"passed","time":{"start":1724861223339,"stop":1724861223340,"duration":1}},{"uid":"6c56b4a1f0b6ba76","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6c56b4a1f0b6ba76","status":"passed","time":{"start":1724861045185,"stop":1724861045185,"duration":0}},{"uid":"71e436bcb16217c1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/71e436bcb16217c1","status":"passed","time":{"start":1724860907067,"stop":1724860907067,"duration":0}}]},"37b7dcd12a520366e93456fccd1f5571:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9403c68c2ebcff72","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9403c68c2ebcff72","status":"passed","time":{"start":1724922485954,"stop":1724922485954,"duration":0}},{"uid":"e45e391caa97f7e1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e45e391caa97f7e1","status":"passed","time":{"start":1724921148662,"stop":1724921148662,"duration":0}},{"uid":"6f2d42429404aa6e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6f2d42429404aa6e","status":"passed","time":{"start":1724921125022,"stop":1724921125023,"duration":1}},{"uid":"ab478ec588e60bb9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ab478ec588e60bb9","status":"passed","time":{"start":1724917782909,"stop":1724917782909,"duration":0}},{"uid":"90cd6a2e557daefd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/90cd6a2e557daefd","status":"passed","time":{"start":1724889568677,"stop":1724889568678,"duration":1}},{"uid":"f2b9b070a4a14f07","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2b9b070a4a14f07","status":"passed","time":{"start":1724888712708,"stop":1724888712708,"duration":0}},{"uid":"d902b38a4068aa85","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d902b38a4068aa85","status":"passed","time":{"start":1724887870878,"stop":1724887870879,"duration":1}},{"uid":"f911828abdb002a4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f911828abdb002a4","status":"passed","time":{"start":1724886637705,"stop":1724886637706,"duration":1}},{"uid":"2c17e63deae79722","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2c17e63deae79722","status":"passed","time":{"start":1724886418625,"stop":1724886418625,"duration":0}},{"uid":"115f398deaae5d19","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/115f398deaae5d19","status":"passed","time":{"start":1724861865558,"stop":1724861865558,"duration":0}},{"uid":"34b5c3a4ac382c2c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/34b5c3a4ac382c2c","status":"passed","time":{"start":1724861334264,"stop":1724861334264,"duration":0}},{"uid":"3cb5309e14bdfd6d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3cb5309e14bdfd6d","status":"passed","time":{"start":1724861163782,"stop":1724861163783,"duration":1}},{"uid":"d42568eee17c288a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d42568eee17c288a","status":"passed","time":{"start":1724861021891,"stop":1724861021892,"duration":1}}]},"76f8c08f9161e50b6ddd48b9fcf217d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"78d4a66fb2e69211","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/78d4a66fb2e69211","status":"passed","time":{"start":1724921564778,"stop":1724921564779,"duration":1}}]},"a1ef4500ed4bee314feb5fac5b2983ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b34ce1975864a6a5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b34ce1975864a6a5","status":"passed","time":{"start":1724922374672,"stop":1724922374673,"duration":1}},{"uid":"b72e034a574ff9e2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b72e034a574ff9e2","status":"passed","time":{"start":1724921037633,"stop":1724921037633,"duration":0}},{"uid":"a733b90ccb831c89","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a733b90ccb831c89","status":"passed","time":{"start":1724921013045,"stop":1724921013045,"duration":0}},{"uid":"554d20c27be569ab","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/554d20c27be569ab","status":"passed","time":{"start":1724917673289,"stop":1724917673289,"duration":0}},{"uid":"9f3e7963afc97213","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f3e7963afc97213","status":"passed","time":{"start":1724889452307,"stop":1724889452308,"duration":1}},{"uid":"2d279da3832e2c84","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d279da3832e2c84","status":"passed","time":{"start":1724888602838,"stop":1724888602838,"duration":0}},{"uid":"cc9cfcd05ea93b04","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc9cfcd05ea93b04","status":"passed","time":{"start":1724887759162,"stop":1724887759162,"duration":0}},{"uid":"260db71255ca9c4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/260db71255ca9c4","status":"passed","time":{"start":1724886525542,"stop":1724886525542,"duration":0}},{"uid":"74add2f1ec079eee","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/74add2f1ec079eee","status":"passed","time":{"start":1724886303394,"stop":1724886303394,"duration":0}},{"uid":"bcff5fae4c20bbc5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bcff5fae4c20bbc5","status":"passed","time":{"start":1724861752225,"stop":1724861752225,"duration":0}},{"uid":"5923ebb18ae3f196","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5923ebb18ae3f196","status":"passed","time":{"start":1724861223353,"stop":1724861223353,"duration":0}},{"uid":"ccece159b43103a6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ccece159b43103a6","status":"passed","time":{"start":1724861045200,"stop":1724861045200,"duration":0}},{"uid":"3241f8fe4e416037","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3241f8fe4e416037","status":"passed","time":{"start":1724860907082,"stop":1724860907083,"duration":1}}]},"8b8064c46876f1a7c8000e24273c7c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e6c7f88506b2b531","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e6c7f88506b2b531","status":"passed","time":{"start":1724922611439,"stop":1724922611439,"duration":0}},{"uid":"55e06d85242c51f7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/55e06d85242c51f7","status":"passed","time":{"start":1724921270361,"stop":1724921270361,"duration":0}},{"uid":"f0adc64bbf81be18","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f0adc64bbf81be18","status":"passed","time":{"start":1724921247823,"stop":1724921247825,"duration":2}},{"uid":"7bfb29241b576f2e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7bfb29241b576f2e","status":"passed","time":{"start":1724917989822,"stop":1724917989822,"duration":0}},{"uid":"973447d1a9ddc4c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/973447d1a9ddc4c0","status":"passed","time":{"start":1724889678567,"stop":1724889678567,"duration":0}},{"uid":"edbbab94c300daad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/edbbab94c300daad","status":"passed","time":{"start":1724888829846,"stop":1724888829846,"duration":0}},{"uid":"509f01f7b3587eec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/509f01f7b3587eec","status":"passed","time":{"start":1724888077013,"stop":1724888077014,"duration":1}},{"uid":"b7f40e21e1141776","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b7f40e21e1141776","status":"passed","time":{"start":1724886851129,"stop":1724886851129,"duration":0}},{"uid":"73df3c3001c2674","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/73df3c3001c2674","status":"passed","time":{"start":1724886647119,"stop":1724886647119,"duration":0}},{"uid":"59fb54475fbf7278","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/59fb54475fbf7278","status":"passed","time":{"start":1724861992715,"stop":1724861992715,"duration":0}},{"uid":"2d0d83ba56bf6d1f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2d0d83ba56bf6d1f","status":"passed","time":{"start":1724861469647,"stop":1724861469647,"duration":0}},{"uid":"fee7f066a8368b16","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fee7f066a8368b16","status":"passed","time":{"start":1724861284863,"stop":1724861284863,"duration":0}},{"uid":"d58dccad5d76cd90","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d58dccad5d76cd90","status":"passed","time":{"start":1724861145812,"stop":1724861145812,"duration":0}}]},"9e2257698afb1c47cace3bba83e404c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"56815665d180036f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/56815665d180036f","status":"passed","time":{"start":1724889111171,"stop":1724889111171,"duration":0}}]},"0de593c58a7f0697f715a0074d110272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1263f7371501e3fc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1263f7371501e3fc","status":"passed","time":{"start":1724922499936,"stop":1724922499936,"duration":0}},{"uid":"f5c46b5bb7e41cab","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f5c46b5bb7e41cab","status":"passed","time":{"start":1724921158280,"stop":1724921158281,"duration":1}},{"uid":"d08ca97c3ebaa1e7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d08ca97c3ebaa1e7","status":"passed","time":{"start":1724921130078,"stop":1724921130078,"duration":0}},{"uid":"c456dd27ec4e905f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c456dd27ec4e905f","status":"passed","time":{"start":1724917796895,"stop":1724917796896,"duration":1}},{"uid":"1d803c835dbabe2a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1d803c835dbabe2a","status":"passed","time":{"start":1724889579999,"stop":1724889579999,"duration":0}},{"uid":"f7953852bcf6e7a2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7953852bcf6e7a2","status":"passed","time":{"start":1724888730129,"stop":1724888730130,"duration":1}},{"uid":"87ef9ffce4160a80","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/87ef9ffce4160a80","status":"passed","time":{"start":1724887883927,"stop":1724887883928,"duration":1}},{"uid":"114db736910be16e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/114db736910be16e","status":"passed","time":{"start":1724886651246,"stop":1724886651246,"duration":0}},{"uid":"df20bd8a13b7253d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/df20bd8a13b7253d","status":"passed","time":{"start":1724886430269,"stop":1724886430269,"duration":0}},{"uid":"e50d07421555fed0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e50d07421555fed0","status":"passed","time":{"start":1724861879168,"stop":1724861879169,"duration":1}},{"uid":"8013508407d35dc2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8013508407d35dc2","status":"passed","time":{"start":1724861345739,"stop":1724861345740,"duration":1}},{"uid":"59ddaec8f81bdbc7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/59ddaec8f81bdbc7","status":"passed","time":{"start":1724861186695,"stop":1724861186695,"duration":0}},{"uid":"a7968d624001336","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a7968d624001336","status":"passed","time":{"start":1724861034887,"stop":1724861034887,"duration":0}}]},"570ceb8566d1a7b3b2fe8038ae102e0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21f9c287ce333426","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/21f9c287ce333426","status":"passed","time":{"start":1724861485084,"stop":1724861485084,"duration":0}}]},"2dd192c3e343c082e6c17a008c55b0d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0aae6d6f2923773","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f0aae6d6f2923773","status":"passed","time":{"start":1724921577168,"stop":1724921577168,"duration":0}}]},"2908801e13e4c855d340bd586309f1c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eff8abe827447dca","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eff8abe827447dca","status":"passed","time":{"start":1724917916056,"stop":1724917916057,"duration":1}}]},"e09f2afe699c91bf48c4699ce10f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"86270874ee483bed","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/86270874ee483bed","status":"passed","time":{"start":1724922647837,"stop":1724922647837,"duration":0}},{"uid":"4279ca959ca6444f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4279ca959ca6444f","status":"passed","time":{"start":1724921300828,"stop":1724921300829,"duration":1}},{"uid":"476c742a4b6fb8d0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/476c742a4b6fb8d0","status":"passed","time":{"start":1724921280721,"stop":1724921280726,"duration":5}},{"uid":"7bd960f2c4e4a712","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7bd960f2c4e4a712","status":"passed","time":{"start":1724917963265,"stop":1724917963265,"duration":0}},{"uid":"df28de11b23556fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/df28de11b23556fd","status":"passed","time":{"start":1724889734122,"stop":1724889734123,"duration":1}},{"uid":"33e6df1bdff0ab04","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33e6df1bdff0ab04","status":"passed","time":{"start":1724888859623,"stop":1724888859624,"duration":1}},{"uid":"83dc56e4aa78b602","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/83dc56e4aa78b602","status":"passed","time":{"start":1724888053955,"stop":1724888053956,"duration":1}},{"uid":"23154ed9ef9da783","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/23154ed9ef9da783","status":"passed","time":{"start":1724886820682,"stop":1724886820682,"duration":0}},{"uid":"26a2e0798d35c40b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/26a2e0798d35c40b","status":"passed","time":{"start":1724886589273,"stop":1724886589273,"duration":0}},{"uid":"a6f58aab48edcdf8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a6f58aab48edcdf8","status":"passed","time":{"start":1724862027808,"stop":1724862027808,"duration":0}},{"uid":"4d636805dbd58059","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4d636805dbd58059","status":"passed","time":{"start":1724861484563,"stop":1724861484563,"duration":0}},{"uid":"3eed9607a1c90852","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3eed9607a1c90852","status":"passed","time":{"start":1724861315160,"stop":1724861315160,"duration":0}},{"uid":"d88f8edeb8636033","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d88f8edeb8636033","status":"passed","time":{"start":1724861168766,"stop":1724861168767,"duration":1}}]},"835136bac3f1bdda8c201e26f752b46e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3115162d3dcb8438","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3115162d3dcb8438","status":"passed","time":{"start":1724922906442,"stop":1724922906442,"duration":0}}]},"6a7709a60abb7f8ba7d8c37e3ff30601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a5f0add691e6b265","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5f0add691e6b265","status":"passed","time":{"start":1724888831686,"stop":1724888831686,"duration":0}}]},"b4928d4a9c299c8360ac299d9f700466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e40cadb57c37bddc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e40cadb57c37bddc","status":"passed","time":{"start":1724923012463,"stop":1724923012464,"duration":1}},{"uid":"59cd3b5059e8dd2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/59cd3b5059e8dd2","status":"passed","time":{"start":1724921625050,"stop":1724921625062,"duration":12}},{"uid":"d19f914d4360c54d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d19f914d4360c54d","status":"passed","time":{"start":1724921590494,"stop":1724921590495,"duration":1}},{"uid":"3c4fbd495f148d6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3c4fbd495f148d6","status":"passed","time":{"start":1724918287564,"stop":1724918287564,"duration":0}},{"uid":"6d6d03c91bb73eff","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d6d03c91bb73eff","status":"passed","time":{"start":1724890047787,"stop":1724890047787,"duration":0}},{"uid":"32653d61f990c841","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/32653d61f990c841","status":"passed","time":{"start":1724889183919,"stop":1724889183920,"duration":1}},{"uid":"1a37b27bf13e5b96","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1a37b27bf13e5b96","status":"passed","time":{"start":1724888354165,"stop":1724888354165,"duration":0}},{"uid":"d63a9809fe67730d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d63a9809fe67730d","status":"passed","time":{"start":1724887145657,"stop":1724887145658,"duration":1}},{"uid":"4671739d231286d4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4671739d231286d4","status":"passed","time":{"start":1724886915786,"stop":1724886915786,"duration":0}},{"uid":"b2523e4e6756e64a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b2523e4e6756e64a","status":"passed","time":{"start":1724862341436,"stop":1724862341437,"duration":1}},{"uid":"bbea169737c97962","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bbea169737c97962","status":"passed","time":{"start":1724861805441,"stop":1724861805442,"duration":1}},{"uid":"dce90ca57666304","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dce90ca57666304","status":"passed","time":{"start":1724861662255,"stop":1724861662256,"duration":1}},{"uid":"670849fe09cb077f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/670849fe09cb077f","status":"passed","time":{"start":1724861492509,"stop":1724861492510,"duration":1}}]},"f4c8e5196061be0338c5fe393aeb5daf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"18341ffa04009375","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/18341ffa04009375","status":"passed","time":{"start":1724922778330,"stop":1724922778330,"duration":0}},{"uid":"671a52c5b98652dc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/671a52c5b98652dc","status":"passed","time":{"start":1724921497762,"stop":1724921497762,"duration":0}},{"uid":"b1e0f2f023ff34b0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b1e0f2f023ff34b0","status":"passed","time":{"start":1724921408423,"stop":1724921408428,"duration":5}},{"uid":"b5812a17f9734824","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b5812a17f9734824","status":"passed","time":{"start":1724918086873,"stop":1724918086873,"duration":0}},{"uid":"d3d5de04302d5696","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3d5de04302d5696","status":"passed","time":{"start":1724889892450,"stop":1724889892450,"duration":0}},{"uid":"37e74486c7313cf8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37e74486c7313cf8","status":"passed","time":{"start":1724888997219,"stop":1724888997220,"duration":1}},{"uid":"8744621b6730e923","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8744621b6730e923","status":"passed","time":{"start":1724888159512,"stop":1724888159513,"duration":1}},{"uid":"c6dc9c9f33fc2408","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c6dc9c9f33fc2408","status":"passed","time":{"start":1724886937313,"stop":1724886937313,"duration":0}},{"uid":"48aee94b3c04d325","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/48aee94b3c04d325","status":"passed","time":{"start":1724886709812,"stop":1724886709813,"duration":1}},{"uid":"f86d0c3e9d39b553","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f86d0c3e9d39b553","status":"passed","time":{"start":1724862123540,"stop":1724862123540,"duration":0}},{"uid":"1d727def9f2586ea","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1d727def9f2586ea","status":"passed","time":{"start":1724861620109,"stop":1724861620109,"duration":0}},{"uid":"e9a51ebe14ffb58f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e9a51ebe14ffb58f","status":"passed","time":{"start":1724861460255,"stop":1724861460256,"duration":1}},{"uid":"db9f6e31e39b0bbb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/db9f6e31e39b0bbb","status":"passed","time":{"start":1724861330175,"stop":1724861330175,"duration":0}}]},"69d3925828f48370dc0e0589473df895:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4700966cb4216b08","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4700966cb4216b08","status":"passed","time":{"start":1724922377155,"stop":1724922377155,"duration":0}},{"uid":"ea95913aeee62d11","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ea95913aeee62d11","status":"passed","time":{"start":1724921040180,"stop":1724921040180,"duration":0}},{"uid":"c15996f72fad71f1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c15996f72fad71f1","status":"passed","time":{"start":1724921015573,"stop":1724921015573,"duration":0}},{"uid":"fbffa5cd4490ec21","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fbffa5cd4490ec21","status":"passed","time":{"start":1724917675799,"stop":1724917675799,"duration":0}},{"uid":"49c5a05f96856830","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/49c5a05f96856830","status":"passed","time":{"start":1724889454807,"stop":1724889454807,"duration":0}},{"uid":"c8de0233d9607b31","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c8de0233d9607b31","status":"passed","time":{"start":1724888605322,"stop":1724888605323,"duration":1}},{"uid":"eff9a2d36f238d13","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eff9a2d36f238d13","status":"passed","time":{"start":1724887761647,"stop":1724887761648,"duration":1}},{"uid":"d25367ad9323f90b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d25367ad9323f90b","status":"passed","time":{"start":1724886527993,"stop":1724886527993,"duration":0}},{"uid":"74a1b5fe8e5a28fb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/74a1b5fe8e5a28fb","status":"passed","time":{"start":1724886305812,"stop":1724886305812,"duration":0}},{"uid":"4a2f4c9c1965e746","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a2f4c9c1965e746","status":"passed","time":{"start":1724861754709,"stop":1724861754709,"duration":0}},{"uid":"bf156dd0dda66345","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bf156dd0dda66345","status":"passed","time":{"start":1724861225782,"stop":1724861225782,"duration":0}},{"uid":"2937f1a79717615f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2937f1a79717615f","status":"passed","time":{"start":1724861047869,"stop":1724861047869,"duration":0}},{"uid":"f52ff6b40c99da38","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f52ff6b40c99da38","status":"passed","time":{"start":1724860909785,"stop":1724860909785,"duration":0}}]},"38636f95d7be29393e20abf420c9a43b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"57963b4423ccc1c5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/57963b4423ccc1c5","status":"passed","time":{"start":1724922771081,"stop":1724922771082,"duration":1}},{"uid":"30ca862286538063","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/30ca862286538063","status":"passed","time":{"start":1724921419681,"stop":1724921419681,"duration":0}},{"uid":"acc4079293d935e8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/acc4079293d935e8","status":"passed","time":{"start":1724921400501,"stop":1724921400502,"duration":1}},{"uid":"cd7d34587c79a9c7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cd7d34587c79a9c7","status":"passed","time":{"start":1724918124173,"stop":1724918124174,"duration":1}},{"uid":"9fce0c28f411815b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9fce0c28f411815b","status":"passed","time":{"start":1724889845311,"stop":1724889845312,"duration":1}},{"uid":"c3f92f8aa3a2ce8c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c3f92f8aa3a2ce8c","status":"passed","time":{"start":1724888978741,"stop":1724888978748,"duration":7}},{"uid":"de2b7cd99ef96c17","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/de2b7cd99ef96c17","status":"passed","time":{"start":1724888199757,"stop":1724888199757,"duration":0}},{"uid":"4a1d5fd6b5a00513","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a1d5fd6b5a00513","status":"passed","time":{"start":1724886961474,"stop":1724886961474,"duration":0}},{"uid":"334907de6eca50a6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/334907de6eca50a6","status":"passed","time":{"start":1724886743394,"stop":1724886743394,"duration":0}},{"uid":"a5aebd7055d2d16b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5aebd7055d2d16b","status":"passed","time":{"start":1724862150650,"stop":1724862150654,"duration":4}},{"uid":"cc61f60b2e2a483a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cc61f60b2e2a483a","status":"passed","time":{"start":1724861627580,"stop":1724861627580,"duration":0}},{"uid":"47cf7c13f09ca547","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/47cf7c13f09ca547","status":"passed","time":{"start":1724861501069,"stop":1724861501069,"duration":0}},{"uid":"8a76c2f994e26284","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8a76c2f994e26284","status":"passed","time":{"start":1724861297167,"stop":1724861297168,"duration":1}}]},"2b03909260558dc82c18e3456da995f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"29a195dc8ad17595","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/29a195dc8ad17595","status":"passed","time":{"start":1724922647837,"stop":1724922647842,"duration":5}},{"uid":"6491742b08b916b6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6491742b08b916b6","status":"passed","time":{"start":1724921300829,"stop":1724921300829,"duration":0}},{"uid":"aa29c1a297877468","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/aa29c1a297877468","status":"passed","time":{"start":1724921280726,"stop":1724921280726,"duration":0}},{"uid":"4a4800e9b9618677","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4a4800e9b9618677","status":"passed","time":{"start":1724917963265,"stop":1724917963265,"duration":0}},{"uid":"edce6b6f6b89971c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/edce6b6f6b89971c","status":"passed","time":{"start":1724889734123,"stop":1724889734123,"duration":0}},{"uid":"e3b5ff61065ba812","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e3b5ff61065ba812","status":"passed","time":{"start":1724888859624,"stop":1724888859624,"duration":0}},{"uid":"d10beaf6c94ae74a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d10beaf6c94ae74a","status":"passed","time":{"start":1724888053956,"stop":1724888053956,"duration":0}},{"uid":"3eb8967ffe3d5697","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3eb8967ffe3d5697","status":"passed","time":{"start":1724886820682,"stop":1724886820682,"duration":0}},{"uid":"3b0995ad9f77160e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3b0995ad9f77160e","status":"passed","time":{"start":1724886589274,"stop":1724886589275,"duration":1}},{"uid":"f0d43c8cea617afa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f0d43c8cea617afa","status":"passed","time":{"start":1724862027808,"stop":1724862027809,"duration":1}},{"uid":"9139f5251acb1d15","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9139f5251acb1d15","status":"passed","time":{"start":1724861484563,"stop":1724861484563,"duration":0}},{"uid":"8e0b2d4e3ddb0900","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8e0b2d4e3ddb0900","status":"passed","time":{"start":1724861315161,"stop":1724861315161,"duration":0}},{"uid":"850529753e18b562","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/850529753e18b562","status":"passed","time":{"start":1724861168767,"stop":1724861168769,"duration":2}}]},"04a6669f456572abd80ee6b2d4f00f0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6642e7b0bd32e712","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6642e7b0bd32e712","status":"passed","time":{"start":1724922374680,"stop":1724922374680,"duration":0}},{"uid":"92e36bff546d9df8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/92e36bff546d9df8","status":"passed","time":{"start":1724921037641,"stop":1724921037641,"duration":0}},{"uid":"11f08082ca156234","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/11f08082ca156234","status":"passed","time":{"start":1724921013055,"stop":1724921013055,"duration":0}},{"uid":"62cc568ee6945e00","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/62cc568ee6945e00","status":"passed","time":{"start":1724917673297,"stop":1724917673297,"duration":0}},{"uid":"3c08602276473767","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c08602276473767","status":"passed","time":{"start":1724889452315,"stop":1724889452316,"duration":1}},{"uid":"c0b7ebdf4a892c59","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c0b7ebdf4a892c59","status":"passed","time":{"start":1724888602846,"stop":1724888602846,"duration":0}},{"uid":"9e8d7894b98a0726","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9e8d7894b98a0726","status":"passed","time":{"start":1724887759168,"stop":1724887759168,"duration":0}},{"uid":"7578d7c2b9ae3693","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7578d7c2b9ae3693","status":"passed","time":{"start":1724886525548,"stop":1724886525548,"duration":0}},{"uid":"278cb18b200e0dac","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/278cb18b200e0dac","status":"passed","time":{"start":1724886303402,"stop":1724886303402,"duration":0}},{"uid":"b04af3c30b0c9445","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b04af3c30b0c9445","status":"passed","time":{"start":1724861752234,"stop":1724861752234,"duration":0}},{"uid":"966123925ff26a7f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/966123925ff26a7f","status":"passed","time":{"start":1724861223359,"stop":1724861223360,"duration":1}},{"uid":"18ade63a9f22d6d5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/18ade63a9f22d6d5","status":"passed","time":{"start":1724861045207,"stop":1724861045208,"duration":1}},{"uid":"91834267dee980be","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/91834267dee980be","status":"passed","time":{"start":1724860907090,"stop":1724860907090,"duration":0}}]},"346863c2fbae20b8b503375dca7fbf2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"35e0cdaf6f7f4f6c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/35e0cdaf6f7f4f6c","status":"passed","time":{"start":1724922921474,"stop":1724922921474,"duration":0}}]},"db68a026bc017f57bb0bfa54c1a12941:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"48707bc789e16e70","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/48707bc789e16e70","status":"passed","time":{"start":1724890032291,"stop":1724890032291,"duration":0}}]},"a6b9146ad5bd7c9cd3443a05053cad20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cf91596769ad249d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cf91596769ad249d","status":"passed","time":{"start":1724922410310,"stop":1724922410310,"duration":0}},{"uid":"19f0d8738cefa63e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/19f0d8738cefa63e","status":"passed","time":{"start":1724921073458,"stop":1724921073458,"duration":0}},{"uid":"cd7362067e499f21","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cd7362067e499f21","status":"passed","time":{"start":1724921048446,"stop":1724921048446,"duration":0}},{"uid":"618a98f8783959c4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/618a98f8783959c4","status":"passed","time":{"start":1724917708698,"stop":1724917708698,"duration":0}},{"uid":"45cfe18a0dc0d2c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/45cfe18a0dc0d2c0","status":"passed","time":{"start":1724889487514,"stop":1724889487515,"duration":1}},{"uid":"1db9bc0a4bb2be27","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1db9bc0a4bb2be27","status":"passed","time":{"start":1724888638221,"stop":1724888638222,"duration":1}},{"uid":"2ba0b4157ec5a1ce","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2ba0b4157ec5a1ce","status":"passed","time":{"start":1724887794482,"stop":1724887794482,"duration":0}},{"uid":"3eb5ad7560e0886","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3eb5ad7560e0886","status":"passed","time":{"start":1724886561405,"stop":1724886561405,"duration":0}},{"uid":"46816377603b01d5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/46816377603b01d5","status":"passed","time":{"start":1724886339061,"stop":1724886339061,"duration":0}},{"uid":"9b7dd4441d3a428d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9b7dd4441d3a428d","status":"passed","time":{"start":1724861788382,"stop":1724861788382,"duration":0}},{"uid":"d6994313de9ea781","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d6994313de9ea781","status":"passed","time":{"start":1724861258534,"stop":1724861258534,"duration":0}},{"uid":"af34aa4bcde49664","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/af34aa4bcde49664","status":"passed","time":{"start":1724861082794,"stop":1724861082795,"duration":1}},{"uid":"62cf11ffa78c5549","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/62cf11ffa78c5549","status":"passed","time":{"start":1724860943247,"stop":1724860943247,"duration":0}}]},"57e78506140423d3cbc2cb4ac48acf06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"e7a1a4e7c637199","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e7a1a4e7c637199","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922601858,"stop":1724922601859,"duration":1}},{"uid":"7ba3f2593d964eca","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7ba3f2593d964eca","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921267899,"stop":1724921267899,"duration":0}},{"uid":"cf0496a4a1dc7f4b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cf0496a4a1dc7f4b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921244400,"stop":1724921244400,"duration":0}},{"uid":"641cac48bddd4e4f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/641cac48bddd4e4f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724917916064,"stop":1724917916065,"duration":1}},{"uid":"872f1757ff9edc5f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/872f1757ff9edc5f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889678262,"stop":1724889678262,"duration":0}},{"uid":"123d6cee76583d85","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/123d6cee76583d85","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888831692,"stop":1724888831692,"duration":0}},{"uid":"25419a0bc8a59054","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/25419a0bc8a59054","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888003326,"stop":1724888003327,"duration":1}},{"uid":"44f7e4d8976f9e21","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/44f7e4d8976f9e21","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886776616,"stop":1724886776616,"duration":0}},{"uid":"7628e6ebda00a11e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7628e6ebda00a11e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886555805,"stop":1724886555805,"duration":0}},{"uid":"c43f0cc309087a08","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c43f0cc309087a08","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861983017,"stop":1724861983017,"duration":0}},{"uid":"4e3cddc61cc805ad","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4e3cddc61cc805ad","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861444073,"stop":1724861444073,"duration":0}},{"uid":"ba531778fc437f27","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ba531778fc437f27","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861285842,"stop":1724861285842,"duration":0}},{"uid":"948db08a2507bda8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/948db08a2507bda8","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861145679,"stop":1724861145679,"duration":0}}]},"d85fbeae647ce4b3f21bbf10e628eac8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"27b396409641a6a6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/27b396409641a6a6","status":"passed","time":{"start":1724922946243,"stop":1724922946244,"duration":1}},{"uid":"e1b5e0c8a84169a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e1b5e0c8a84169a","status":"passed","time":{"start":1724921619641,"stop":1724921619641,"duration":0}},{"uid":"e9caa66f31d7d91d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e9caa66f31d7d91d","status":"passed","time":{"start":1724921577173,"stop":1724921577173,"duration":0}},{"uid":"21dfe3f249005194","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/21dfe3f249005194","status":"passed","time":{"start":1724918298104,"stop":1724918298104,"duration":0}},{"uid":"145c9aa6d3d3adfc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/145c9aa6d3d3adfc","status":"passed","time":{"start":1724890039751,"stop":1724890039752,"duration":1}},{"uid":"cf2f44af40afadcd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf2f44af40afadcd","status":"passed","time":{"start":1724889169857,"stop":1724889169857,"duration":0}},{"uid":"f59977a7889dc3c4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f59977a7889dc3c4","status":"passed","time":{"start":1724888345357,"stop":1724888345358,"duration":1}},{"uid":"e66b16d1f7138c2a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e66b16d1f7138c2a","status":"passed","time":{"start":1724887127887,"stop":1724887127888,"duration":1}},{"uid":"c3425c9780db0ca4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c3425c9780db0ca4","status":"passed","time":{"start":1724886906387,"stop":1724886906387,"duration":0}},{"uid":"81724bc5b3b0566","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/81724bc5b3b0566","status":"passed","time":{"start":1724862320150,"stop":1724862320150,"duration":0}},{"uid":"1d431ff6520c58ae","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1d431ff6520c58ae","status":"passed","time":{"start":1724861800260,"stop":1724861800260,"duration":0}},{"uid":"6d9e1e4de38b4fe3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6d9e1e4de38b4fe3","status":"passed","time":{"start":1724861655178,"stop":1724861655179,"duration":1}},{"uid":"2226ce0f8ea7a699","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2226ce0f8ea7a699","status":"passed","time":{"start":1724861485086,"stop":1724861485086,"duration":0}}]},"8803618abd91e1a00a397a48139f5e5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bd9f185222541222","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bd9f185222541222","status":"passed","time":{"start":1724862298397,"stop":1724862298397,"duration":0}}]},"56fe013b3799e2d571a027f0cbff5e10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1c2b43d7465f171a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1c2b43d7465f171a","status":"passed","time":{"start":1724922845236,"stop":1724922845236,"duration":0}},{"uid":"842ac18cc4e9692c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/842ac18cc4e9692c","status":"passed","time":{"start":1724921515221,"stop":1724921515222,"duration":1}},{"uid":"a205391ee794bda6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a205391ee794bda6","status":"passed","time":{"start":1724921475440,"stop":1724921475441,"duration":1}},{"uid":"d723e44b628df591","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d723e44b628df591","status":"passed","time":{"start":1724918179382,"stop":1724918179382,"duration":0}},{"uid":"3950e324103f861a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3950e324103f861a","status":"passed","time":{"start":1724889935335,"stop":1724889935335,"duration":0}},{"uid":"d04467d642ac4d89","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d04467d642ac4d89","status":"passed","time":{"start":1724889072749,"stop":1724889072749,"duration":0}},{"uid":"5f4821f01e90b4a3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5f4821f01e90b4a3","status":"passed","time":{"start":1724888232410,"stop":1724888232410,"duration":0}},{"uid":"f406fa42f7385eaa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f406fa42f7385eaa","status":"passed","time":{"start":1724887018289,"stop":1724887018290,"duration":1}},{"uid":"63d00dc13b18c46d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/63d00dc13b18c46d","status":"passed","time":{"start":1724886781474,"stop":1724886781475,"duration":1}},{"uid":"b97d99d6b23ec62c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b97d99d6b23ec62c","status":"passed","time":{"start":1724862213658,"stop":1724862213658,"duration":0}},{"uid":"8c0812d817d96f5d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8c0812d817d96f5d","status":"passed","time":{"start":1724861685850,"stop":1724861685850,"duration":0}},{"uid":"3fc02b9a4823bf98","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3fc02b9a4823bf98","status":"passed","time":{"start":1724861546165,"stop":1724861546165,"duration":0}},{"uid":"c937f7d70de2383a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c937f7d70de2383a","status":"passed","time":{"start":1724861378106,"stop":1724861378106,"duration":0}}]},"90bf8de5398290864478db2e9bb187ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6ed87024427bc951","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6ed87024427bc951","status":"passed","time":{"start":1724921613052,"stop":1724921613053,"duration":1}}]},"11888732d20997ef27fd557f90325cbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"85f46176006565b3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/85f46176006565b3","status":"passed","time":{"start":1724922887524,"stop":1724922887524,"duration":0}},{"uid":"10e8adbd5b68725a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/10e8adbd5b68725a","status":"passed","time":{"start":1724921564775,"stop":1724921564775,"duration":0}},{"uid":"a41bb5265ee0ef13","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a41bb5265ee0ef13","status":"passed","time":{"start":1724921518786,"stop":1724921518790,"duration":4}},{"uid":"94bbce0b5068db9b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/94bbce0b5068db9b","status":"passed","time":{"start":1724918229398,"stop":1724918229398,"duration":0}},{"uid":"760705ce61d3ae4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/760705ce61d3ae4","status":"passed","time":{"start":1724889980700,"stop":1724889980700,"duration":0}},{"uid":"ac8ae397605649dc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ac8ae397605649dc","status":"passed","time":{"start":1724889111161,"stop":1724889111161,"duration":0}},{"uid":"236dc18d05f915cb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/236dc18d05f915cb","status":"passed","time":{"start":1724888292532,"stop":1724888292532,"duration":0}},{"uid":"1d9ff2d771b09633","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1d9ff2d771b09633","status":"passed","time":{"start":1724887068224,"stop":1724887068224,"duration":0}},{"uid":"66af49b285139f5a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/66af49b285139f5a","status":"passed","time":{"start":1724886848923,"stop":1724886848923,"duration":0}},{"uid":"cbfff86e0701e772","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cbfff86e0701e772","status":"passed","time":{"start":1724862262046,"stop":1724862262046,"duration":0}},{"uid":"434d9f4772482100","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/434d9f4772482100","status":"passed","time":{"start":1724861741891,"stop":1724861741892,"duration":1}},{"uid":"17c26f629b823d3b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/17c26f629b823d3b","status":"passed","time":{"start":1724861599486,"stop":1724861599487,"duration":1}},{"uid":"5c99a21e836a7085","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5c99a21e836a7085","status":"passed","time":{"start":1724861428473,"stop":1724861428474,"duration":1}}]},"d7167a801bc7d3b78a31febc9f77ca90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"51bf0c48f97d7e3a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/51bf0c48f97d7e3a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922439102,"stop":1724922439102,"duration":0}},{"uid":"561afc3a299244ed","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/561afc3a299244ed","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921098921,"stop":1724921098921,"duration":0}},{"uid":"3cecbe7701317754","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3cecbe7701317754","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921073399,"stop":1724921073399,"duration":0}},{"uid":"5aa674b86b83adcf","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5aa674b86b83adcf","status":"skipped","statusDetails":"Test ignored","time":{"start":1724917744664,"stop":1724917744664,"duration":0}},{"uid":"ad5ed692cc65ff84","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ad5ed692cc65ff84","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889518045,"stop":1724889518045,"duration":0}},{"uid":"64659c5de08d695e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64659c5de08d695e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888665803,"stop":1724888665806,"duration":3}},{"uid":"999690096ff02477","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/999690096ff02477","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887821953,"stop":1724887821953,"duration":0}},{"uid":"b57e5f6a04872c43","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b57e5f6a04872c43","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886586927,"stop":1724886586927,"duration":0}},{"uid":"2d5a4d96d399d33f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2d5a4d96d399d33f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886375238,"stop":1724886375238,"duration":0}},{"uid":"75e68969ebf4fd34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/75e68969ebf4fd34","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861815218,"stop":1724861815218,"duration":0}},{"uid":"f6a9db6305cb4ffe","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f6a9db6305cb4ffe","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861291723,"stop":1724861291723,"duration":0}},{"uid":"ef56c3c90bcbc997","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ef56c3c90bcbc997","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861109880,"stop":1724861109880,"duration":0}},{"uid":"827f1734b1a5448b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/827f1734b1a5448b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724860972344,"stop":1724860972344,"duration":0}}]},"3566057e97925023d77dda87fd6a4acc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"10a09bb848e47b89","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/10a09bb848e47b89","status":"passed","time":{"start":1724922853914,"stop":1724922853914,"duration":0}},{"uid":"2756ff3695cd8f98","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2756ff3695cd8f98","status":"passed","time":{"start":1724921529580,"stop":1724921529581,"duration":1}},{"uid":"8b471c83a9e51580","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8b471c83a9e51580","status":"passed","time":{"start":1724921488877,"stop":1724921488878,"duration":1}},{"uid":"cc5b41eb89a6a492","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cc5b41eb89a6a492","status":"passed","time":{"start":1724918203683,"stop":1724918203684,"duration":1}},{"uid":"45570d613daf2084","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/45570d613daf2084","status":"passed","time":{"start":1724889938356,"stop":1724889938356,"duration":0}},{"uid":"ee1e197f2549c58c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ee1e197f2549c58c","status":"passed","time":{"start":1724889077064,"stop":1724889077064,"duration":0}},{"uid":"58744f0a2c4d2bfd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/58744f0a2c4d2bfd","status":"passed","time":{"start":1724888268031,"stop":1724888268031,"duration":0}},{"uid":"dc39b6638950147f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dc39b6638950147f","status":"passed","time":{"start":1724887032397,"stop":1724887032399,"duration":2}},{"uid":"bc513bc741e2ab60","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bc513bc741e2ab60","status":"passed","time":{"start":1724886822789,"stop":1724886822789,"duration":0}},{"uid":"5d29c3da063eb254","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5d29c3da063eb254","status":"passed","time":{"start":1724862233508,"stop":1724862233508,"duration":0}},{"uid":"7bdb2fd85f234705","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7bdb2fd85f234705","status":"passed","time":{"start":1724861712668,"stop":1724861712668,"duration":0}},{"uid":"9cf9523f1c519af","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9cf9523f1c519af","status":"passed","time":{"start":1724861567886,"stop":1724861567887,"duration":1}},{"uid":"4c2ea1f462270b05","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4c2ea1f462270b05","status":"passed","time":{"start":1724861392050,"stop":1724861392052,"duration":2}}]},"be14bb7f5e6ecd49399a16e2781e751b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":11,"unknown":0,"total":13},"items":[{"uid":"9fa3b4744d6b5d6c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9fa3b4744d6b5d6c","status":"passed","time":{"start":1724922999267,"stop":1724922999267,"duration":0}},{"uid":"d36404b715e7ec43","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d36404b715e7ec43","status":"passed","time":{"start":1724921669870,"stop":1724921669870,"duration":0}},{"uid":"22caf786947e4c07","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/22caf786947e4c07","status":"passed","time":{"start":1724921630267,"stop":1724921630268,"duration":1}},{"uid":"8daec397385c211d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8daec397385c211d","status":"passed","time":{"start":1724918332987,"stop":1724918332988,"duration":1}},{"uid":"40374a9f586434b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/40374a9f586434b3","status":"passed","time":{"start":1724890089468,"stop":1724890089469,"duration":1}},{"uid":"f34df778cfdbff4e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f34df778cfdbff4e","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1724889224493,"stop":1724889224493,"duration":0}},{"uid":"26de152f1cdd4663","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/26de152f1cdd4663","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1724888406347,"stop":1724888406347,"duration":0}},{"uid":"9cc6f54b55b8a76e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9cc6f54b55b8a76e","status":"passed","time":{"start":1724887175024,"stop":1724887175024,"duration":0}},{"uid":"bd0f214940963960","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bd0f214940963960","status":"passed","time":{"start":1724886952407,"stop":1724886952408,"duration":1}},{"uid":"ad0e27f57d222de0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ad0e27f57d222de0","status":"passed","time":{"start":1724862378561,"stop":1724862378562,"duration":1}},{"uid":"3bd08a963bd37ae5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3bd08a963bd37ae5","status":"passed","time":{"start":1724861846750,"stop":1724861846750,"duration":0}},{"uid":"d6a3b221c69d5df3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d6a3b221c69d5df3","status":"passed","time":{"start":1724861702535,"stop":1724861702535,"duration":0}},{"uid":"69f331aff6307f13","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/69f331aff6307f13","status":"passed","time":{"start":1724861533459,"stop":1724861533459,"duration":0}}]},"2f643d4362b98703a131f1bb55e95a43:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"805b0714170814ef","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/805b0714170814ef","status":"passed","time":{"start":1724918259542,"stop":1724918259542,"duration":0}}]},"d53b1cd655c428d36d65e4a4d37b12a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"174b195a58afff82","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/174b195a58afff82","status":"passed","time":{"start":1724861685878,"stop":1724861685878,"duration":0}}]},"f1d59fdf5e652b27b3a6e4f969145019:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2a7f7c740768ee82","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2a7f7c740768ee82","status":"passed","time":{"start":1724862213681,"stop":1724862213682,"duration":1}}]},"b3db2177abad53cafc87450b366491d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":8,"unknown":0,"total":10},"items":[{"uid":"6edc9ff1e0e80a73","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6edc9ff1e0e80a73","status":"passed","time":{"start":1724922675552,"stop":1724922675552,"duration":0}},{"uid":"2c222685a542e0fc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2c222685a542e0fc","status":"passed","time":{"start":1724921326304,"stop":1724921326305,"duration":1}},{"uid":"dbfba11200617d1b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dbfba11200617d1b","status":"passed","time":{"start":1724921306216,"stop":1724921306216,"duration":0}},{"uid":"486f51f4a4952180","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/486f51f4a4952180","status":"broken","statusDetails":"expected 1 to equal 2","time":{"start":1724918076885,"stop":1724918076887,"duration":2}},{"uid":"a22db0d21cc9951c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a22db0d21cc9951c","status":"passed","time":{"start":1724889757051,"stop":1724889757051,"duration":0}},{"uid":"ee42e4f2aff547e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ee42e4f2aff547e8","status":"passed","time":{"start":1724888894404,"stop":1724888894405,"duration":1}},{"uid":"36292ee36fbc3251","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/36292ee36fbc3251","status":"passed","time":{"start":1724862057002,"stop":1724862057002,"duration":0}},{"uid":"ec05bcdc245abac3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ec05bcdc245abac3","status":"passed","time":{"start":1724861520271,"stop":1724861520271,"duration":0}},{"uid":"fc0bac0ac76b0563","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fc0bac0ac76b0563","status":"broken","statusDetails":"expected 1 to equal 2","time":{"start":1724861406464,"stop":1724861406465,"duration":1}},{"uid":"dd4225926fab8e16","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dd4225926fab8e16","status":"passed","time":{"start":1724861204438,"stop":1724861204438,"duration":0}}]},"e14263d17d0282eac83affb29183872b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bf553fb0bed135f2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bf553fb0bed135f2","status":"passed","time":{"start":1724922853921,"stop":1724922853921,"duration":0}},{"uid":"37cca60c8488191e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/37cca60c8488191e","status":"passed","time":{"start":1724921529587,"stop":1724921529588,"duration":1}},{"uid":"9c3cf14577190b83","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9c3cf14577190b83","status":"passed","time":{"start":1724921488881,"stop":1724921488882,"duration":1}},{"uid":"7549f7a191035373","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7549f7a191035373","status":"passed","time":{"start":1724918203688,"stop":1724918203688,"duration":0}},{"uid":"e8c5e519f86c10cf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e8c5e519f86c10cf","status":"passed","time":{"start":1724889938364,"stop":1724889938364,"duration":0}},{"uid":"e00417b7d9c6cb2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e00417b7d9c6cb2","status":"passed","time":{"start":1724889077068,"stop":1724889077068,"duration":0}},{"uid":"7f60d5a4a57d7668","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7f60d5a4a57d7668","status":"passed","time":{"start":1724888268037,"stop":1724888268038,"duration":1}},{"uid":"979dd0def9e9ed12","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/979dd0def9e9ed12","status":"passed","time":{"start":1724887032409,"stop":1724887032411,"duration":2}},{"uid":"eac207ba3ef42e05","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eac207ba3ef42e05","status":"passed","time":{"start":1724886822823,"stop":1724886822824,"duration":1}},{"uid":"d7ba206067dd531d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d7ba206067dd531d","status":"passed","time":{"start":1724862233513,"stop":1724862233514,"duration":1}},{"uid":"db94a7958ba9ff87","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/db94a7958ba9ff87","status":"passed","time":{"start":1724861712672,"stop":1724861712672,"duration":0}},{"uid":"fd6cd42551013f3f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fd6cd42551013f3f","status":"passed","time":{"start":1724861567891,"stop":1724861567891,"duration":0}},{"uid":"bf6c1a6ed505f901","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bf6c1a6ed505f901","status":"passed","time":{"start":1724861392056,"stop":1724861392056,"duration":0}}]},"8867a36b6814dcf3773dd2f9d842dc21:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"be8237409e1248ae","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/be8237409e1248ae","status":"passed","time":{"start":1724886848931,"stop":1724886848932,"duration":1}}]},"42c966bb49d4b83a249a3dcde40ad405:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"403ff8095b6f2c63","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/403ff8095b6f2c63","status":"passed","time":{"start":1724888345351,"stop":1724888345351,"duration":0}}]},"1dae17b6284a8b2ac968bb68b7634ee3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c1118bb4f7c8c334","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c1118bb4f7c8c334","status":"passed","time":{"start":1724922853922,"stop":1724922853922,"duration":0}},{"uid":"296688d63cfd2b90","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/296688d63cfd2b90","status":"passed","time":{"start":1724921529588,"stop":1724921529588,"duration":0}},{"uid":"ee0a2e39a743c84f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ee0a2e39a743c84f","status":"passed","time":{"start":1724921488882,"stop":1724921488882,"duration":0}},{"uid":"b2818e3ed13aef7e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b2818e3ed13aef7e","status":"passed","time":{"start":1724918203689,"stop":1724918203689,"duration":0}},{"uid":"a28330c79e29280","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a28330c79e29280","status":"passed","time":{"start":1724889938365,"stop":1724889938365,"duration":0}},{"uid":"acc7a1d2655d00ab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/acc7a1d2655d00ab","status":"passed","time":{"start":1724889077068,"stop":1724889077069,"duration":1}},{"uid":"963d9584e7414d69","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/963d9584e7414d69","status":"passed","time":{"start":1724888268038,"stop":1724888268039,"duration":1}},{"uid":"fbf28a7c0cb45147","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fbf28a7c0cb45147","status":"passed","time":{"start":1724887032411,"stop":1724887032412,"duration":1}},{"uid":"6db5a7b5f85993a5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6db5a7b5f85993a5","status":"passed","time":{"start":1724886822824,"stop":1724886822825,"duration":1}},{"uid":"95e9a4a031c2235b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/95e9a4a031c2235b","status":"passed","time":{"start":1724862233514,"stop":1724862233515,"duration":1}},{"uid":"4b0f61023956d50c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4b0f61023956d50c","status":"passed","time":{"start":1724861712673,"stop":1724861712673,"duration":0}},{"uid":"7a31cb8365b71074","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7a31cb8365b71074","status":"passed","time":{"start":1724861567892,"stop":1724861567892,"duration":0}},{"uid":"636ea61cbbdb0f2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/636ea61cbbdb0f2","status":"passed","time":{"start":1724861392057,"stop":1724861392057,"duration":0}}]},"b10337f438fa35193172940cd0640f62:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7e8e4d9798983d1d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7e8e4d9798983d1d","status":"passed","time":{"start":1724922982488,"stop":1724922982488,"duration":0}},{"uid":"6dd3b5473b7509cf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6dd3b5473b7509cf","status":"passed","time":{"start":1724921656079,"stop":1724921656079,"duration":0}},{"uid":"543205ec7f4ed5a4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/543205ec7f4ed5a4","status":"passed","time":{"start":1724921612560,"stop":1724921612561,"duration":1}},{"uid":"b6d7f702fa31dc91","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b6d7f702fa31dc91","status":"passed","time":{"start":1724918317375,"stop":1724918317375,"duration":0}},{"uid":"fbdfd518f4e8c7f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fbdfd518f4e8c7f9","status":"passed","time":{"start":1724890075097,"stop":1724890075097,"duration":0}},{"uid":"7ef12a3937a716df","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7ef12a3937a716df","status":"passed","time":{"start":1724889203356,"stop":1724889203357,"duration":1}},{"uid":"bdf21f7846fa34aa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bdf21f7846fa34aa","status":"passed","time":{"start":1724888382914,"stop":1724888382915,"duration":1}},{"uid":"c46ff33f10c8a2b1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c46ff33f10c8a2b1","status":"passed","time":{"start":1724887158108,"stop":1724887158108,"duration":0}},{"uid":"24c3978687644e3d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/24c3978687644e3d","status":"passed","time":{"start":1724886934376,"stop":1724886934376,"duration":0}},{"uid":"c13445d609cc34d7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c13445d609cc34d7","status":"passed","time":{"start":1724862354700,"stop":1724862354701,"duration":1}},{"uid":"37daed6dceace02d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/37daed6dceace02d","status":"passed","time":{"start":1724861830501,"stop":1724861830502,"duration":1}},{"uid":"89d18ef8e7551f3e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/89d18ef8e7551f3e","status":"passed","time":{"start":1724861685352,"stop":1724861685352,"duration":0}},{"uid":"e0a9a4cd7b107d7b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e0a9a4cd7b107d7b","status":"passed","time":{"start":1724861518175,"stop":1724861518175,"duration":0}}]},"fbc318b87ab843dcc10e05e626b17b0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"258d9231ce867db6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/258d9231ce867db6","status":"passed","time":{"start":1724922374657,"stop":1724922374657,"duration":0}},{"uid":"3d529c610f151dcf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3d529c610f151dcf","status":"passed","time":{"start":1724921037619,"stop":1724921037620,"duration":1}},{"uid":"f8f1870710393dec","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f8f1870710393dec","status":"passed","time":{"start":1724921013032,"stop":1724921013032,"duration":0}},{"uid":"25757327aaa6638d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/25757327aaa6638d","status":"passed","time":{"start":1724917673276,"stop":1724917673276,"duration":0}},{"uid":"da07fb697b54abeb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/da07fb697b54abeb","status":"passed","time":{"start":1724889452294,"stop":1724889452294,"duration":0}},{"uid":"e371e327a6ecee62","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e371e327a6ecee62","status":"passed","time":{"start":1724888602823,"stop":1724888602824,"duration":1}},{"uid":"87c5173772cb7c04","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/87c5173772cb7c04","status":"passed","time":{"start":1724887759148,"stop":1724887759149,"duration":1}},{"uid":"56d671b99600b39a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/56d671b99600b39a","status":"passed","time":{"start":1724886525535,"stop":1724886525536,"duration":1}},{"uid":"606c61a61d7feac9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/606c61a61d7feac9","status":"passed","time":{"start":1724886303380,"stop":1724886303381,"duration":1}},{"uid":"7cbf438dd3b580d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7cbf438dd3b580d8","status":"passed","time":{"start":1724861752210,"stop":1724861752210,"duration":0}},{"uid":"1477d6ec5b9d0145","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1477d6ec5b9d0145","status":"passed","time":{"start":1724861223340,"stop":1724861223340,"duration":0}},{"uid":"9b15c7ebc30cd69b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9b15c7ebc30cd69b","status":"passed","time":{"start":1724861045185,"stop":1724861045186,"duration":1}},{"uid":"8dc08b18eff52c8a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8dc08b18eff52c8a","status":"passed","time":{"start":1724860907068,"stop":1724860907068,"duration":0}}]},"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ae402b6c55e8900f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ae402b6c55e8900f","status":"passed","time":{"start":1724922635354,"stop":1724922635355,"duration":1}},{"uid":"96c8d2ba87c9ac1f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/96c8d2ba87c9ac1f","status":"passed","time":{"start":1724921297008,"stop":1724921297008,"duration":0}},{"uid":"69e7a3c1b8a3c7be","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/69e7a3c1b8a3c7be","status":"passed","time":{"start":1724921276368,"stop":1724921276368,"duration":0}},{"uid":"eca5609a909b369a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eca5609a909b369a","status":"passed","time":{"start":1724917948324,"stop":1724917948325,"duration":1}},{"uid":"31319f58801e6e39","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31319f58801e6e39","status":"passed","time":{"start":1724889729008,"stop":1724889729009,"duration":1}},{"uid":"36231f61784b667e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/36231f61784b667e","status":"passed","time":{"start":1724888864954,"stop":1724888864954,"duration":0}},{"uid":"5844d84d2d28ad1a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5844d84d2d28ad1a","status":"passed","time":{"start":1724888053747,"stop":1724888053747,"duration":0}},{"uid":"8342e8362998bf96","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8342e8362998bf96","status":"passed","time":{"start":1724886811662,"stop":1724886811662,"duration":0}},{"uid":"2e2eb2cbbd665cfc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2e2eb2cbbd665cfc","status":"passed","time":{"start":1724886581003,"stop":1724886581005,"duration":2}},{"uid":"948ec4cb43220d77","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/948ec4cb43220d77","status":"passed","time":{"start":1724862019561,"stop":1724862019562,"duration":1}},{"uid":"6e083d040fa27ad1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6e083d040fa27ad1","status":"passed","time":{"start":1724861493937,"stop":1724861493937,"duration":0}},{"uid":"8534c28f7d901d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8534c28f7d901d","status":"passed","time":{"start":1724861318029,"stop":1724861318032,"duration":3}},{"uid":"f289725b42f3687b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f289725b42f3687b","status":"passed","time":{"start":1724861178516,"stop":1724861178516,"duration":0}}]},"f67f5a755a1617ca55c0d1291fa4cebf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"b881a0e06d72a552","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b881a0e06d72a552","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922845654,"stop":1724922845654,"duration":0}},{"uid":"55fd32b5cb831d30","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/55fd32b5cb831d30","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515419,"stop":1724921515419,"duration":0}},{"uid":"fdf73dcbffc4ec7f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fdf73dcbffc4ec7f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475838,"stop":1724921475838,"duration":0}},{"uid":"c0166465e32fa788","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c0166465e32fa788","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179673,"stop":1724918179673,"duration":0}},{"uid":"5a3df6e96a126def","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5a3df6e96a126def","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935530,"stop":1724889935530,"duration":0}},{"uid":"f9ecd9a49459025a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9ecd9a49459025a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072944,"stop":1724889072944,"duration":0}},{"uid":"a44cfb2a793f5d8e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a44cfb2a793f5d8e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232586,"stop":1724888232587,"duration":1}},{"uid":"5f63acf2b3d0c79","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5f63acf2b3d0c79","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018518,"stop":1724887018518,"duration":0}},{"uid":"4f2a678c98cce83d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4f2a678c98cce83d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781723,"stop":1724886781723,"duration":0}},{"uid":"663f33e6a78cb4dc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/663f33e6a78cb4dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213904,"stop":1724862213904,"duration":0}},{"uid":"3bf95fb5ce634802","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3bf95fb5ce634802","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861686114,"stop":1724861686114,"duration":0}},{"uid":"cf10896c17b5bb7c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cf10896c17b5bb7c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546461,"stop":1724861546461,"duration":0}},{"uid":"1e9ee6afbd59d808","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1e9ee6afbd59d808","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378278,"stop":1724861378279,"duration":1}}]},"a53ee030c747605e1ab4c0eb36b58658:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fda92576a082a979","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fda92576a082a979","status":"passed","time":{"start":1724922946228,"stop":1724922946228,"duration":0}},{"uid":"4a4b6d7da7eed8f9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4a4b6d7da7eed8f9","status":"passed","time":{"start":1724921619627,"stop":1724921619627,"duration":0}},{"uid":"d3fdc6b50f1239ce","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d3fdc6b50f1239ce","status":"passed","time":{"start":1724921577166,"stop":1724921577166,"duration":0}},{"uid":"62f4a4f7f4f78ac6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/62f4a4f7f4f78ac6","status":"passed","time":{"start":1724918298097,"stop":1724918298097,"duration":0}},{"uid":"9d43ad327c2a2409","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9d43ad327c2a2409","status":"passed","time":{"start":1724890039735,"stop":1724890039736,"duration":1}},{"uid":"9881650be4b28b84","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9881650be4b28b84","status":"passed","time":{"start":1724889169841,"stop":1724889169842,"duration":1}},{"uid":"86566457c4e886f6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/86566457c4e886f6","status":"passed","time":{"start":1724888345349,"stop":1724888345349,"duration":0}},{"uid":"7f37d5645318deee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7f37d5645318deee","status":"passed","time":{"start":1724887127871,"stop":1724887127872,"duration":1}},{"uid":"32f10e8267d6301","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/32f10e8267d6301","status":"passed","time":{"start":1724886906377,"stop":1724886906377,"duration":0}},{"uid":"24628e4bf5a492c4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/24628e4bf5a492c4","status":"passed","time":{"start":1724862320141,"stop":1724862320142,"duration":1}},{"uid":"28a9d8121b080126","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/28a9d8121b080126","status":"passed","time":{"start":1724861800253,"stop":1724861800253,"duration":0}},{"uid":"3e85d6956faf93f5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3e85d6956faf93f5","status":"passed","time":{"start":1724861655158,"stop":1724861655158,"duration":0}},{"uid":"f8d9ea074c93344c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f8d9ea074c93344c","status":"passed","time":{"start":1724861485077,"stop":1724861485078,"duration":1}}]},"8ebc9f82e51cc2f6e53ea1bab9350d44:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c395aef6ed8f49f1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c395aef6ed8f49f1","status":"passed","time":{"start":1724922374661,"stop":1724922374662,"duration":1}},{"uid":"ae31d2c2f5df4f5a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ae31d2c2f5df4f5a","status":"passed","time":{"start":1724921037623,"stop":1724921037623,"duration":0}},{"uid":"f49d2880641a4cac","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f49d2880641a4cac","status":"passed","time":{"start":1724921013036,"stop":1724921013036,"duration":0}},{"uid":"458f4ae7cb8a8bb1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/458f4ae7cb8a8bb1","status":"passed","time":{"start":1724917673279,"stop":1724917673279,"duration":0}},{"uid":"e465080582b18313","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e465080582b18313","status":"passed","time":{"start":1724889452298,"stop":1724889452299,"duration":1}},{"uid":"416db43381257f1d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/416db43381257f1d","status":"passed","time":{"start":1724888602827,"stop":1724888602828,"duration":1}},{"uid":"896222cc277b26a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/896222cc277b26a9","status":"passed","time":{"start":1724887759153,"stop":1724887759153,"duration":0}},{"uid":"6144e0fa1f177dd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6144e0fa1f177dd","status":"passed","time":{"start":1724886525538,"stop":1724886525539,"duration":1}},{"uid":"2e59eb488bb864fe","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2e59eb488bb864fe","status":"passed","time":{"start":1724886303386,"stop":1724886303386,"duration":0}},{"uid":"4632064677481e3a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4632064677481e3a","status":"passed","time":{"start":1724861752214,"stop":1724861752214,"duration":0}},{"uid":"cb1c4138cf9889a7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cb1c4138cf9889a7","status":"passed","time":{"start":1724861223344,"stop":1724861223344,"duration":0}},{"uid":"8b2aa066ed0bc1d4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8b2aa066ed0bc1d4","status":"passed","time":{"start":1724861045190,"stop":1724861045190,"duration":0}},{"uid":"5677d3b91e6ff4bc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5677d3b91e6ff4bc","status":"passed","time":{"start":1724860907072,"stop":1724860907072,"duration":0}}]},"e8141a67296f137ccb8cab198b0b1ca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4f305c3ba517f179","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4f305c3ba517f179","status":"passed","time":{"start":1724922374691,"stop":1724922374692,"duration":1}},{"uid":"e46ebe55aef5efef","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e46ebe55aef5efef","status":"passed","time":{"start":1724921037652,"stop":1724921037652,"duration":0}},{"uid":"f938c92cc8759157","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f938c92cc8759157","status":"passed","time":{"start":1724921013066,"stop":1724921013066,"duration":0}},{"uid":"86af29bad2930a5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/86af29bad2930a5","status":"passed","time":{"start":1724917673306,"stop":1724917673306,"duration":0}},{"uid":"70a4b7774bd0df4d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/70a4b7774bd0df4d","status":"passed","time":{"start":1724889452325,"stop":1724889452326,"duration":1}},{"uid":"969346e88e749449","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/969346e88e749449","status":"passed","time":{"start":1724888602858,"stop":1724888602858,"duration":0}},{"uid":"a247edb42fd6ee0b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a247edb42fd6ee0b","status":"passed","time":{"start":1724887759178,"stop":1724887759179,"duration":1}},{"uid":"6f9a8c431daae9da","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6f9a8c431daae9da","status":"passed","time":{"start":1724886525556,"stop":1724886525556,"duration":0}},{"uid":"efb471c08b4a40c3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/efb471c08b4a40c3","status":"passed","time":{"start":1724886303412,"stop":1724886303412,"duration":0}},{"uid":"af6731648cf0f9f8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/af6731648cf0f9f8","status":"passed","time":{"start":1724861752249,"stop":1724861752249,"duration":0}},{"uid":"f375a34c151fe483","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f375a34c151fe483","status":"passed","time":{"start":1724861223369,"stop":1724861223369,"duration":0}},{"uid":"947f5f2404a2d8a7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/947f5f2404a2d8a7","status":"passed","time":{"start":1724861045218,"stop":1724861045218,"duration":0}},{"uid":"c15e2c3ac6b84c04","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c15e2c3ac6b84c04","status":"passed","time":{"start":1724860907104,"stop":1724860907104,"duration":0}}]},"1a50bec4969fd3e295a57fa1fd2af704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6a75ce588d3b1141","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6a75ce588d3b1141","status":"passed","time":{"start":1724922999268,"stop":1724922999269,"duration":1}},{"uid":"4922599fdd2c972","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4922599fdd2c972","status":"passed","time":{"start":1724921669871,"stop":1724921669871,"duration":0}},{"uid":"5e83fcdb2020af51","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5e83fcdb2020af51","status":"passed","time":{"start":1724921630268,"stop":1724921630268,"duration":0}},{"uid":"f57e46c69d5a8c72","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f57e46c69d5a8c72","status":"passed","time":{"start":1724918332988,"stop":1724918332988,"duration":0}},{"uid":"1acd04e453e83b1e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1acd04e453e83b1e","status":"passed","time":{"start":1724890089469,"stop":1724890089469,"duration":0}},{"uid":"d9bfc922d4d56bf8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9bfc922d4d56bf8","status":"passed","time":{"start":1724889224494,"stop":1724889224494,"duration":0}},{"uid":"1192fdd3a2e6995d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1192fdd3a2e6995d","status":"passed","time":{"start":1724888406347,"stop":1724888406348,"duration":1}},{"uid":"1eff8cdfa9230dd8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1eff8cdfa9230dd8","status":"passed","time":{"start":1724887175025,"stop":1724887175025,"duration":0}},{"uid":"ce19f6fb6ec4a623","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ce19f6fb6ec4a623","status":"passed","time":{"start":1724886952408,"stop":1724886952409,"duration":1}},{"uid":"d2cd83edb4a93cc2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d2cd83edb4a93cc2","status":"passed","time":{"start":1724862378565,"stop":1724862378565,"duration":0}},{"uid":"cee776c888e414d3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cee776c888e414d3","status":"passed","time":{"start":1724861846751,"stop":1724861846751,"duration":0}},{"uid":"ac9fa0deec4f44c0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac9fa0deec4f44c0","status":"passed","time":{"start":1724861702536,"stop":1724861702536,"duration":0}},{"uid":"16a5c9c5846eabb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/16a5c9c5846eabb","status":"passed","time":{"start":1724861533460,"stop":1724861533460,"duration":0}}]},"25967dcae89c0b081b803c8930ce3335:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2cd40fd1ce50a016","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2cd40fd1ce50a016","status":"passed","time":{"start":1724922398919,"stop":1724922398919,"duration":0}},{"uid":"5b86738318e43b80","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5b86738318e43b80","status":"passed","time":{"start":1724921061847,"stop":1724921061847,"duration":0}},{"uid":"b77ce8949c4a0220","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b77ce8949c4a0220","status":"passed","time":{"start":1724921037156,"stop":1724921037156,"duration":0}},{"uid":"8ca63a9f26cd7013","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8ca63a9f26cd7013","status":"passed","time":{"start":1724917697300,"stop":1724917697301,"duration":1}},{"uid":"fc26b282c99b0250","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc26b282c99b0250","status":"passed","time":{"start":1724889476082,"stop":1724889476083,"duration":1}},{"uid":"bfb17854a86c075d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bfb17854a86c075d","status":"passed","time":{"start":1724888626886,"stop":1724888626886,"duration":0}},{"uid":"ff225f3e2860689e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ff225f3e2860689e","status":"passed","time":{"start":1724887783107,"stop":1724887783107,"duration":0}},{"uid":"8a9cd6a065cf9ed8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a9cd6a065cf9ed8","status":"passed","time":{"start":1724886549918,"stop":1724886549919,"duration":1}},{"uid":"489f18cf40070714","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/489f18cf40070714","status":"passed","time":{"start":1724886327579,"stop":1724886327580,"duration":1}},{"uid":"a588939fb085a60d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a588939fb085a60d","status":"passed","time":{"start":1724861776805,"stop":1724861776806,"duration":1}},{"uid":"97f6436ee880cb8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/97f6436ee880cb8","status":"passed","time":{"start":1724861247298,"stop":1724861247298,"duration":0}},{"uid":"f0062004f84bdc1e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f0062004f84bdc1e","status":"passed","time":{"start":1724861071394,"stop":1724861071394,"duration":0}},{"uid":"bc3304e48c0cf034","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bc3304e48c0cf034","status":"passed","time":{"start":1724860931794,"stop":1724860931794,"duration":0}}]},"7628b6c04535c6954aa9f3a294401394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"289426509d231a13","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/289426509d231a13","status":"passed","time":{"start":1724861790767,"stop":1724861790767,"duration":0}}]},"acedf3366fa53445681e8f1e6fae85c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e0b9b8ba4fa34957","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e0b9b8ba4fa34957","status":"passed","time":{"start":1724922611419,"stop":1724922611419,"duration":0}},{"uid":"6ea1aef148ec4e8b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6ea1aef148ec4e8b","status":"passed","time":{"start":1724921270340,"stop":1724921270341,"duration":1}},{"uid":"ee95413fefbca718","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ee95413fefbca718","status":"passed","time":{"start":1724921247771,"stop":1724921247771,"duration":0}},{"uid":"a66ec558059103e6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a66ec558059103e6","status":"passed","time":{"start":1724917989807,"stop":1724917989808,"duration":1}},{"uid":"a6957816ec5c47b1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a6957816ec5c47b1","status":"passed","time":{"start":1724889678531,"stop":1724889678531,"duration":0}},{"uid":"1994ff4de4fefa57","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1994ff4de4fefa57","status":"passed","time":{"start":1724888829823,"stop":1724888829823,"duration":0}},{"uid":"b1a8d44a0d637da7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b1a8d44a0d637da7","status":"passed","time":{"start":1724888076970,"stop":1724888076970,"duration":0}},{"uid":"a19fdb420773810","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a19fdb420773810","status":"passed","time":{"start":1724886851109,"stop":1724886851110,"duration":1}},{"uid":"35a66005a1d74e8a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/35a66005a1d74e8a","status":"passed","time":{"start":1724886647053,"stop":1724886647054,"duration":1}},{"uid":"c2007f002e7c5a0a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2007f002e7c5a0a","status":"passed","time":{"start":1724861992700,"stop":1724861992700,"duration":0}},{"uid":"47e9fb08a14ed02a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/47e9fb08a14ed02a","status":"passed","time":{"start":1724861469626,"stop":1724861469627,"duration":1}},{"uid":"e70ee6f9ea92ff56","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e70ee6f9ea92ff56","status":"passed","time":{"start":1724861284843,"stop":1724861284844,"duration":1}},{"uid":"3cee10662f91a117","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3cee10662f91a117","status":"passed","time":{"start":1724861145769,"stop":1724861145770,"duration":1}}]},"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c736312a3a55b34d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c736312a3a55b34d","status":"passed","time":{"start":1724922635357,"stop":1724922635357,"duration":0}},{"uid":"a2e25721a3b7cf1f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a2e25721a3b7cf1f","status":"passed","time":{"start":1724921297016,"stop":1724921297016,"duration":0}},{"uid":"d9bf48144c5a87e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d9bf48144c5a87e","status":"passed","time":{"start":1724921276370,"stop":1724921276370,"duration":0}},{"uid":"aa760eab07754bc9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/aa760eab07754bc9","status":"passed","time":{"start":1724917948328,"stop":1724917948328,"duration":0}},{"uid":"a5280b67c02fc2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5280b67c02fc2","status":"passed","time":{"start":1724889729013,"stop":1724889729013,"duration":0}},{"uid":"9951277756c5e6bf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9951277756c5e6bf","status":"passed","time":{"start":1724888864958,"stop":1724888864958,"duration":0}},{"uid":"f991134dbf5af47f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f991134dbf5af47f","status":"passed","time":{"start":1724888053750,"stop":1724888053750,"duration":0}},{"uid":"a26578cbe1c5a15","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a26578cbe1c5a15","status":"passed","time":{"start":1724886811664,"stop":1724886811665,"duration":1}},{"uid":"967c04265a06cedb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/967c04265a06cedb","status":"passed","time":{"start":1724886581007,"stop":1724886581007,"duration":0}},{"uid":"2e43a7534d460bef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2e43a7534d460bef","status":"passed","time":{"start":1724862019564,"stop":1724862019564,"duration":0}},{"uid":"21116996afe66bb7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/21116996afe66bb7","status":"passed","time":{"start":1724861493940,"stop":1724861493940,"duration":0}},{"uid":"b099ba237ee1686a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b099ba237ee1686a","status":"passed","time":{"start":1724861318045,"stop":1724861318045,"duration":0}},{"uid":"eeb1a230ea606cf2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/eeb1a230ea606cf2","status":"passed","time":{"start":1724861178519,"stop":1724861178519,"duration":0}}]},"0bf41711554dabf2339905dbd12124f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8f1267f4bf9c793a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8f1267f4bf9c793a","status":"passed","time":{"start":1724887127873,"stop":1724887127873,"duration":0}}]},"97f22b3fcd076ea410cf79af11cbf23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fd6407fb55b02ca0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fd6407fb55b02ca0","status":"passed","time":{"start":1724922408757,"stop":1724922408757,"duration":0}},{"uid":"9f5a16b5e31e3b2d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9f5a16b5e31e3b2d","status":"passed","time":{"start":1724921071995,"stop":1724921071995,"duration":0}},{"uid":"5ef12301aad31919","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5ef12301aad31919","status":"passed","time":{"start":1724921046825,"stop":1724921046826,"duration":1}},{"uid":"e77a7b4e6131a885","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e77a7b4e6131a885","status":"passed","time":{"start":1724917707025,"stop":1724917707025,"duration":0}},{"uid":"de74d18187b69f1f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/de74d18187b69f1f","status":"passed","time":{"start":1724889485861,"stop":1724889485861,"duration":0}},{"uid":"7182b53f561513fe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7182b53f561513fe","status":"passed","time":{"start":1724888636621,"stop":1724888636621,"duration":0}},{"uid":"c0b7f85777ea29af","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c0b7f85777ea29af","status":"passed","time":{"start":1724887792856,"stop":1724887792857,"duration":1}},{"uid":"ae7ad6abccf5f969","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ae7ad6abccf5f969","status":"passed","time":{"start":1724886559725,"stop":1724886559725,"duration":0}},{"uid":"6abb596307f722d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6abb596307f722d","status":"passed","time":{"start":1724886337378,"stop":1724886337378,"duration":0}},{"uid":"74a1a74e38b2b280","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/74a1a74e38b2b280","status":"passed","time":{"start":1724861786731,"stop":1724861786731,"duration":0}},{"uid":"42caf274e3be3563","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/42caf274e3be3563","status":"passed","time":{"start":1724861257213,"stop":1724861257213,"duration":0}},{"uid":"fe590c4b2f812836","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fe590c4b2f812836","status":"passed","time":{"start":1724861081087,"stop":1724861081087,"duration":0}},{"uid":"77c66252c51fd1bf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/77c66252c51fd1bf","status":"passed","time":{"start":1724860941732,"stop":1724860941733,"duration":1}}]},"27f6d6fd7dfa0b48059aa500fbbaef58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b9c7286d7090a1c9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b9c7286d7090a1c9","status":"passed","time":{"start":1724922611421,"stop":1724922611422,"duration":1}},{"uid":"e583591bc7915857","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e583591bc7915857","status":"passed","time":{"start":1724921270342,"stop":1724921270343,"duration":1}},{"uid":"fa3b24c1bdb3570f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fa3b24c1bdb3570f","status":"passed","time":{"start":1724921247773,"stop":1724921247773,"duration":0}},{"uid":"674b44625cc96bab","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/674b44625cc96bab","status":"passed","time":{"start":1724917989810,"stop":1724917989810,"duration":0}},{"uid":"1c7e93c91be14247","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c7e93c91be14247","status":"passed","time":{"start":1724889678533,"stop":1724889678533,"duration":0}},{"uid":"d6de88b77e3dbc07","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d6de88b77e3dbc07","status":"passed","time":{"start":1724888829827,"stop":1724888829828,"duration":1}},{"uid":"93e5c350a73005ff","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/93e5c350a73005ff","status":"passed","time":{"start":1724888076974,"stop":1724888076975,"duration":1}},{"uid":"939292db16290145","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/939292db16290145","status":"passed","time":{"start":1724886851113,"stop":1724886851114,"duration":1}},{"uid":"c2a088d4f92faa55","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c2a088d4f92faa55","status":"passed","time":{"start":1724886647059,"stop":1724886647062,"duration":3}},{"uid":"99c846883dd91442","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/99c846883dd91442","status":"passed","time":{"start":1724861992703,"stop":1724861992704,"duration":1}},{"uid":"adb645fa8ff20cd7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/adb645fa8ff20cd7","status":"passed","time":{"start":1724861469631,"stop":1724861469632,"duration":1}},{"uid":"644c0099cc462797","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/644c0099cc462797","status":"passed","time":{"start":1724861284845,"stop":1724861284846,"duration":1}},{"uid":"f707de66e20b5dcb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f707de66e20b5dcb","status":"passed","time":{"start":1724861145772,"stop":1724861145772,"duration":0}}]},"cc2494cbafccda2d5d901a0ac2192818:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"16acb40e001aa5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/16acb40e001aa5","status":"passed","time":{"start":1724890030103,"stop":1724890030104,"duration":1}}]},"604a6d213c620d88cccde28490bb2c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"85e215a429631e0e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/85e215a429631e0e","status":"passed","time":{"start":1724922845259,"stop":1724922845260,"duration":1}},{"uid":"20feb5f64781035d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/20feb5f64781035d","status":"passed","time":{"start":1724921515249,"stop":1724921515249,"duration":0}},{"uid":"4b3d2863785caea8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4b3d2863785caea8","status":"passed","time":{"start":1724921475501,"stop":1724921475502,"duration":1}},{"uid":"59cad9492b23e3b1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/59cad9492b23e3b1","status":"passed","time":{"start":1724918179416,"stop":1724918179416,"duration":0}},{"uid":"bf3986ba488472a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf3986ba488472a1","status":"passed","time":{"start":1724889935351,"stop":1724889935351,"duration":0}},{"uid":"b2e7135282a8ffe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b2e7135282a8ffe","status":"passed","time":{"start":1724889072766,"stop":1724889072766,"duration":0}},{"uid":"a1e9c2d680b5dc6d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a1e9c2d680b5dc6d","status":"passed","time":{"start":1724888232426,"stop":1724888232427,"duration":1}},{"uid":"b825e07a50ed3149","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b825e07a50ed3149","status":"passed","time":{"start":1724887018314,"stop":1724887018314,"duration":0}},{"uid":"f80ecff9d7bae797","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f80ecff9d7bae797","status":"passed","time":{"start":1724886781502,"stop":1724886781502,"duration":0}},{"uid":"29756942668d3ab3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29756942668d3ab3","status":"passed","time":{"start":1724862213682,"stop":1724862213682,"duration":0}},{"uid":"7e54546f2aa4d922","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7e54546f2aa4d922","status":"passed","time":{"start":1724861685879,"stop":1724861685879,"duration":0}},{"uid":"ce159ca338160e12","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ce159ca338160e12","status":"passed","time":{"start":1724861546202,"stop":1724861546204,"duration":2}},{"uid":"eefb1f23f802231d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/eefb1f23f802231d","status":"passed","time":{"start":1724861378123,"stop":1724861378124,"duration":1}}]},"ba322ba153570f18fb0b429530f13b68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b77ed4ef0e52e392","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b77ed4ef0e52e392","status":"passed","time":{"start":1724922398278,"stop":1724922398278,"duration":0}},{"uid":"719aeb0a6f09b8ff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/719aeb0a6f09b8ff","status":"passed","time":{"start":1724921061620,"stop":1724921061622,"duration":2}},{"uid":"758a0a364f553e96","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/758a0a364f553e96","status":"passed","time":{"start":1724921036643,"stop":1724921036643,"duration":0}},{"uid":"b2ea81a4ad2af872","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b2ea81a4ad2af872","status":"passed","time":{"start":1724917696748,"stop":1724917696748,"duration":0}},{"uid":"b47da2d14f08b811","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b47da2d14f08b811","status":"passed","time":{"start":1724889476024,"stop":1724889476024,"duration":0}},{"uid":"4863520545749c96","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4863520545749c96","status":"passed","time":{"start":1724888626864,"stop":1724888626864,"duration":0}},{"uid":"b6caf84a8797f9dc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b6caf84a8797f9dc","status":"passed","time":{"start":1724887782852,"stop":1724887782852,"duration":0}},{"uid":"7c726659386449a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7c726659386449a","status":"passed","time":{"start":1724886549391,"stop":1724886549392,"duration":1}},{"uid":"dc3b2c3d997b9d3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dc3b2c3d997b9d3","status":"passed","time":{"start":1724886327496,"stop":1724886327496,"duration":0}},{"uid":"d545ac225213d13f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d545ac225213d13f","status":"passed","time":{"start":1724861776391,"stop":1724861776391,"duration":0}},{"uid":"517b6e9764dcf99d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/517b6e9764dcf99d","status":"passed","time":{"start":1724861247047,"stop":1724861247047,"duration":0}},{"uid":"7db7f3c087ce9391","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7db7f3c087ce9391","status":"passed","time":{"start":1724861070814,"stop":1724861070814,"duration":0}},{"uid":"1ff7f52bf233cd46","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1ff7f52bf233cd46","status":"passed","time":{"start":1724860931511,"stop":1724860931511,"duration":0}}]},"1952c5b215f2a7dd3efa57d7c168d26d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3f8956f16bbc5911","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3f8956f16bbc5911","status":"passed","time":{"start":1724922635350,"stop":1724922635350,"duration":0}},{"uid":"3ba9120d1e103abd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3ba9120d1e103abd","status":"passed","time":{"start":1724921297000,"stop":1724921297001,"duration":1}},{"uid":"57435e8957e7525d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/57435e8957e7525d","status":"passed","time":{"start":1724921276364,"stop":1724921276364,"duration":0}},{"uid":"7ff2c434eb8bf05b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7ff2c434eb8bf05b","status":"passed","time":{"start":1724917948313,"stop":1724917948313,"duration":0}},{"uid":"5fb27a997584d2cc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5fb27a997584d2cc","status":"passed","time":{"start":1724889729005,"stop":1724889729005,"duration":0}},{"uid":"e337619998694f0d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e337619998694f0d","status":"passed","time":{"start":1724888864950,"stop":1724888864951,"duration":1}},{"uid":"be7cf96dfe23ef72","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/be7cf96dfe23ef72","status":"passed","time":{"start":1724888053738,"stop":1724888053739,"duration":1}},{"uid":"e4acc54ae8642447","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e4acc54ae8642447","status":"passed","time":{"start":1724886811650,"stop":1724886811653,"duration":3}},{"uid":"b76f810032b1cb00","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b76f810032b1cb00","status":"passed","time":{"start":1724886581001,"stop":1724886581001,"duration":0}},{"uid":"7d6b5684d3bd649c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7d6b5684d3bd649c","status":"passed","time":{"start":1724862019557,"stop":1724862019557,"duration":0}},{"uid":"ed8c3817c72e2b4c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ed8c3817c72e2b4c","status":"passed","time":{"start":1724861493934,"stop":1724861493934,"duration":0}},{"uid":"6a604f30a446c674","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6a604f30a446c674","status":"passed","time":{"start":1724861318018,"stop":1724861318019,"duration":1}},{"uid":"9ab2697b2e031fd4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9ab2697b2e031fd4","status":"passed","time":{"start":1724861178509,"stop":1724861178510,"duration":1}}]},"e791e755b2d4497a2709581f61e78d8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6ea9627fa79b007e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6ea9627fa79b007e","status":"passed","time":{"start":1724922778330,"stop":1724922778330,"duration":0}},{"uid":"6609f7a367739bca","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6609f7a367739bca","status":"passed","time":{"start":1724921497761,"stop":1724921497762,"duration":1}},{"uid":"bee63fb599f785a5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bee63fb599f785a5","status":"passed","time":{"start":1724921408417,"stop":1724921408418,"duration":1}},{"uid":"d9f530bc11cabb29","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d9f530bc11cabb29","status":"passed","time":{"start":1724918086873,"stop":1724918086873,"duration":0}},{"uid":"eb2f02a7f98ff2a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eb2f02a7f98ff2a7","status":"passed","time":{"start":1724889892449,"stop":1724889892450,"duration":1}},{"uid":"a030f305885edd45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a030f305885edd45","status":"passed","time":{"start":1724888997219,"stop":1724888997219,"duration":0}},{"uid":"5f2a92c477baef7c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5f2a92c477baef7c","status":"passed","time":{"start":1724888159511,"stop":1724888159512,"duration":1}},{"uid":"aac612666a42358","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aac612666a42358","status":"passed","time":{"start":1724886937312,"stop":1724886937313,"duration":1}},{"uid":"7c4f3607ea9551bb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7c4f3607ea9551bb","status":"passed","time":{"start":1724886709811,"stop":1724886709812,"duration":1}},{"uid":"b931ebef489aca73","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b931ebef489aca73","status":"passed","time":{"start":1724862123540,"stop":1724862123540,"duration":0}},{"uid":"cc8a456fe931a476","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cc8a456fe931a476","status":"passed","time":{"start":1724861620108,"stop":1724861620108,"duration":0}},{"uid":"f3df894e56bccd02","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f3df894e56bccd02","status":"passed","time":{"start":1724861460255,"stop":1724861460255,"duration":0}},{"uid":"f420b0a21ad59edd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f420b0a21ad59edd","status":"passed","time":{"start":1724861330175,"stop":1724861330175,"duration":0}}]},"0fa2be0ada87544e3d39c9168807ce42:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"890747a6931ab638","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/890747a6931ab638","status":"passed","time":{"start":1724921619632,"stop":1724921619633,"duration":1}}]},"197770d02ce9f51729a1a1f544436a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9efeb4a4ac30b47e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9efeb4a4ac30b47e","status":"passed","time":{"start":1724887127876,"stop":1724887127877,"duration":1}}]},"a4d896a003ec2e849eac11118cafae7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c87bb66091f15b51","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c87bb66091f15b51","status":"passed","time":{"start":1724922845254,"stop":1724922845256,"duration":2}},{"uid":"e7013a29c3a3bbdb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e7013a29c3a3bbdb","status":"passed","time":{"start":1724921515236,"stop":1724921515236,"duration":0}},{"uid":"134fce3eea9a8efa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/134fce3eea9a8efa","status":"passed","time":{"start":1724921475468,"stop":1724921475498,"duration":30}},{"uid":"bc8b42ff26f42246","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bc8b42ff26f42246","status":"passed","time":{"start":1724918179409,"stop":1724918179409,"duration":0}},{"uid":"bb9beddb2045384a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bb9beddb2045384a","status":"passed","time":{"start":1724889935348,"stop":1724889935348,"duration":0}},{"uid":"629e373f0243c869","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/629e373f0243c869","status":"passed","time":{"start":1724889072762,"stop":1724889072763,"duration":1}},{"uid":"e9a75bb5942e3f3b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e9a75bb5942e3f3b","status":"passed","time":{"start":1724888232423,"stop":1724888232424,"duration":1}},{"uid":"616aee0367363225","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/616aee0367363225","status":"passed","time":{"start":1724887018310,"stop":1724887018311,"duration":1}},{"uid":"7273c3f30025d2b4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7273c3f30025d2b4","status":"passed","time":{"start":1724886781490,"stop":1724886781497,"duration":7}},{"uid":"d0f49fd53fba1b8b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d0f49fd53fba1b8b","status":"passed","time":{"start":1724862213671,"stop":1724862213671,"duration":0}},{"uid":"95c840fbe5c351f8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/95c840fbe5c351f8","status":"passed","time":{"start":1724861685867,"stop":1724861685871,"duration":4}},{"uid":"b89715ff550e48cd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b89715ff550e48cd","status":"passed","time":{"start":1724861546198,"stop":1724861546199,"duration":1}},{"uid":"9098c586eca859e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9098c586eca859e","status":"passed","time":{"start":1724861378120,"stop":1724861378120,"duration":0}}]},"28154359a6c41f56888f6e637595a22a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"60a3aea8c4f918c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/60a3aea8c4f918c","status":"passed","time":{"start":1724861655161,"stop":1724861655161,"duration":0}}]},"0f0fca2211e4cb3370bd696e6c619f92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"dd91eca78e74b912","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dd91eca78e74b912","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922845263,"stop":1724922845264,"duration":1}},{"uid":"a3d709224d0c390b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a3d709224d0c390b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515257,"stop":1724921515257,"duration":0}},{"uid":"c85b9c6ef31f5817","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c85b9c6ef31f5817","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475519,"stop":1724921475519,"duration":0}},{"uid":"4b31de1b421a1440","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4b31de1b421a1440","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179438,"stop":1724918179438,"duration":0}},{"uid":"539e8fb2ca3f5220","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/539e8fb2ca3f5220","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935353,"stop":1724889935353,"duration":0}},{"uid":"9421795fd312d0ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9421795fd312d0ee","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072769,"stop":1724889072769,"duration":0}},{"uid":"3963508aa904057a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3963508aa904057a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232429,"stop":1724888232429,"duration":0}},{"uid":"cdc790eb99416071","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cdc790eb99416071","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018318,"stop":1724887018318,"duration":0}},{"uid":"bc754dc17e0c760e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bc754dc17e0c760e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781505,"stop":1724886781506,"duration":1}},{"uid":"90073e84ddeb98c2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/90073e84ddeb98c2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213685,"stop":1724862213685,"duration":0}},{"uid":"4e6e9671c52e47c8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4e6e9671c52e47c8","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861685889,"stop":1724861685890,"duration":1}},{"uid":"4629dca7a765fc80","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4629dca7a765fc80","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546213,"stop":1724861546213,"duration":0}},{"uid":"c5758f2738436d5e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c5758f2738436d5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378126,"stop":1724861378126,"duration":0}}]},"3f694b98511bc3e2b7e9dc634521f5f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c13c693f1be866cb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c13c693f1be866cb","status":"passed","time":{"start":1724922611444,"stop":1724922611444,"duration":0}},{"uid":"f0e77a362b7a749c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f0e77a362b7a749c","status":"passed","time":{"start":1724921270367,"stop":1724921270368,"duration":1}},{"uid":"d57b698f573013d2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d57b698f573013d2","status":"passed","time":{"start":1724921247832,"stop":1724921247833,"duration":1}},{"uid":"5cd268fce6e03d9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5cd268fce6e03d9","status":"passed","time":{"start":1724917989830,"stop":1724917989830,"duration":0}},{"uid":"543677586f49aea9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/543677586f49aea9","status":"passed","time":{"start":1724889678580,"stop":1724889678580,"duration":0}},{"uid":"5b428099e1fa23b0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b428099e1fa23b0","status":"passed","time":{"start":1724888829853,"stop":1724888829854,"duration":1}},{"uid":"830ebe3423694301","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/830ebe3423694301","status":"passed","time":{"start":1724888077021,"stop":1724888077021,"duration":0}},{"uid":"107e1c789eda79fd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/107e1c789eda79fd","status":"passed","time":{"start":1724886851134,"stop":1724886851134,"duration":0}},{"uid":"e993dc818e267434","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e993dc818e267434","status":"passed","time":{"start":1724886647127,"stop":1724886647128,"duration":1}},{"uid":"fee919fb8ac2d142","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fee919fb8ac2d142","status":"passed","time":{"start":1724861992719,"stop":1724861992719,"duration":0}},{"uid":"b0ffe380340a4b83","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b0ffe380340a4b83","status":"passed","time":{"start":1724861469652,"stop":1724861469652,"duration":0}},{"uid":"f39bb5d434a16770","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f39bb5d434a16770","status":"passed","time":{"start":1724861284874,"stop":1724861284874,"duration":0}},{"uid":"9b108b029fbd39b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9b108b029fbd39b","status":"passed","time":{"start":1724861145826,"stop":1724861145826,"duration":0}}]},"0685c3573281e9f6734365d26d220c25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"67b3de498fefaac6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/67b3de498fefaac6","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922865536,"stop":1724922865536,"duration":0}},{"uid":"1356912a63875a59","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1356912a63875a59","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921583487,"stop":1724921583487,"duration":0}},{"uid":"36421b479f43b0fa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/36421b479f43b0fa","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921494522,"stop":1724921494522,"duration":0}},{"uid":"ac857e1ff2231a3e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ac857e1ff2231a3e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918216287,"stop":1724918216287,"duration":0}},{"uid":"e7bb0ab19ccd0228","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e7bb0ab19ccd0228","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889979499,"stop":1724889979499,"duration":0}},{"uid":"7df8a43f57ee4df7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7df8a43f57ee4df7","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889083636,"stop":1724889083637,"duration":1}},{"uid":"d56d0f78fa2670f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d56d0f78fa2670f9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888284641,"stop":1724888284641,"duration":0}},{"uid":"3d2659f8ee404a41","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3d2659f8ee404a41","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887046098,"stop":1724887046098,"duration":0}},{"uid":"a2779b93c4b2d691","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a2779b93c4b2d691","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886828839,"stop":1724886828839,"duration":0}},{"uid":"f7ad62167f9bc4cc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7ad62167f9bc4cc","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862236791,"stop":1724862236791,"duration":0}},{"uid":"83e5d8a3c5c15dc8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/83e5d8a3c5c15dc8","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861713626,"stop":1724861713626,"duration":0}},{"uid":"f280006d2dd8477e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f280006d2dd8477e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861586771,"stop":1724861586772,"duration":1}},{"uid":"691d006d264a13a9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/691d006d264a13a9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861418250,"stop":1724861418250,"duration":0}}]},"20a01a46586ff5b73dfc467df17013c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fac4967e659b43e0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fac4967e659b43e0","status":"passed","time":{"start":1724918179412,"stop":1724918179413,"duration":1}}]},"4a2731bb29ff2d77778d73a3e8db5629:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8a0cc8d9f58c5fa2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8a0cc8d9f58c5fa2","status":"passed","time":{"start":1724922999266,"stop":1724922999266,"duration":0}},{"uid":"3a9e5e905752e28f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3a9e5e905752e28f","status":"passed","time":{"start":1724921669870,"stop":1724921669870,"duration":0}},{"uid":"20e29845b666b637","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/20e29845b666b637","status":"passed","time":{"start":1724921630267,"stop":1724921630267,"duration":0}},{"uid":"64c70c5472b53256","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/64c70c5472b53256","status":"passed","time":{"start":1724918332987,"stop":1724918332987,"duration":0}},{"uid":"3df9bd0af1782b02","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3df9bd0af1782b02","status":"passed","time":{"start":1724890089468,"stop":1724890089468,"duration":0}},{"uid":"1400cbf2a5d3e0b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1400cbf2a5d3e0b2","status":"passed","time":{"start":1724889224491,"stop":1724889224492,"duration":1}},{"uid":"2261ca9fa78f5470","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2261ca9fa78f5470","status":"passed","time":{"start":1724888406346,"stop":1724888406346,"duration":0}},{"uid":"5c31111f4a0efd92","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5c31111f4a0efd92","status":"passed","time":{"start":1724887175023,"stop":1724887175024,"duration":1}},{"uid":"a74a6a4bb16bf637","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a74a6a4bb16bf637","status":"passed","time":{"start":1724886952407,"stop":1724886952407,"duration":0}},{"uid":"21a3f0c69c41749b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/21a3f0c69c41749b","status":"passed","time":{"start":1724862378561,"stop":1724862378561,"duration":0}},{"uid":"7fcf32bcceb47999","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7fcf32bcceb47999","status":"passed","time":{"start":1724861846749,"stop":1724861846750,"duration":1}},{"uid":"2dda6f968480825d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2dda6f968480825d","status":"passed","time":{"start":1724861702535,"stop":1724861702535,"duration":0}},{"uid":"54103fd1b787732b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/54103fd1b787732b","status":"passed","time":{"start":1724861533459,"stop":1724861533459,"duration":0}}]},"3332656deab628d12c935ca31c1d1369:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cacf58ad4dc37b41","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cacf58ad4dc37b41","status":"passed","time":{"start":1724922946230,"stop":1724922946230,"duration":0}}]},"3d906316c35f40bf2e37ebe7e263cff6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"10e0b7b364f8be79","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/10e0b7b364f8be79","status":"passed","time":{"start":1724923012463,"stop":1724923012463,"duration":0}},{"uid":"90459e9c1f5eef8c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/90459e9c1f5eef8c","status":"passed","time":{"start":1724921625048,"stop":1724921625049,"duration":1}},{"uid":"feb0e22868c205f2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/feb0e22868c205f2","status":"passed","time":{"start":1724921590494,"stop":1724921590494,"duration":0}},{"uid":"3072d8e6699236d7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3072d8e6699236d7","status":"passed","time":{"start":1724918287563,"stop":1724918287564,"duration":1}},{"uid":"8388aca45b2c2ed8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8388aca45b2c2ed8","status":"passed","time":{"start":1724890047786,"stop":1724890047786,"duration":0}},{"uid":"b1d57fdb070ed85e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1d57fdb070ed85e","status":"passed","time":{"start":1724889183919,"stop":1724889183919,"duration":0}},{"uid":"11ff2a3c6b3eed75","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/11ff2a3c6b3eed75","status":"passed","time":{"start":1724888354164,"stop":1724888354164,"duration":0}},{"uid":"4cf72b201f574123","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4cf72b201f574123","status":"passed","time":{"start":1724887145656,"stop":1724887145656,"duration":0}},{"uid":"d691347e2d1e7202","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d691347e2d1e7202","status":"passed","time":{"start":1724886915785,"stop":1724886915785,"duration":0}},{"uid":"ce2fa100b67bf6e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ce2fa100b67bf6e0","status":"passed","time":{"start":1724862341436,"stop":1724862341436,"duration":0}},{"uid":"bb7a0754238af5b6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bb7a0754238af5b6","status":"passed","time":{"start":1724861805441,"stop":1724861805441,"duration":0}},{"uid":"5df8fc75219c9024","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5df8fc75219c9024","status":"passed","time":{"start":1724861662254,"stop":1724861662255,"duration":1}},{"uid":"d66b4dab5a73d2aa","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d66b4dab5a73d2aa","status":"passed","time":{"start":1724861492507,"stop":1724861492507,"duration":0}}]},"1174bd6eca5cd725370bbe8b840f7a87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c0ece4634e0b95f4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c0ece4634e0b95f4","status":"passed","time":{"start":1724886906379,"stop":1724886906379,"duration":0}}]},"bb5eea5e98b2b1076d381d1ed36dfdcd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fb3a62b531ecda15","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fb3a62b531ecda15","status":"passed","time":{"start":1724922377153,"stop":1724922377154,"duration":1}},{"uid":"dabf97c1a6c9b097","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dabf97c1a6c9b097","status":"passed","time":{"start":1724921040178,"stop":1724921040179,"duration":1}},{"uid":"c7b666264a44e454","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c7b666264a44e454","status":"passed","time":{"start":1724921015571,"stop":1724921015572,"duration":1}},{"uid":"1b9d8f02622d502e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1b9d8f02622d502e","status":"passed","time":{"start":1724917675796,"stop":1724917675797,"duration":1}},{"uid":"2fd6c11177d9b505","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2fd6c11177d9b505","status":"passed","time":{"start":1724889454804,"stop":1724889454805,"duration":1}},{"uid":"d945e6f21f73cefd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d945e6f21f73cefd","status":"passed","time":{"start":1724888605320,"stop":1724888605321,"duration":1}},{"uid":"43807dc0c2316e9b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/43807dc0c2316e9b","status":"passed","time":{"start":1724887761645,"stop":1724887761646,"duration":1}},{"uid":"46ec2ca8c141ae26","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/46ec2ca8c141ae26","status":"passed","time":{"start":1724886527991,"stop":1724886527992,"duration":1}},{"uid":"f9e58360376a91fa","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f9e58360376a91fa","status":"passed","time":{"start":1724886305810,"stop":1724886305811,"duration":1}},{"uid":"a2a81d0841a1d597","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2a81d0841a1d597","status":"passed","time":{"start":1724861754707,"stop":1724861754708,"duration":1}},{"uid":"a75d032a2a569ec7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a75d032a2a569ec7","status":"passed","time":{"start":1724861225780,"stop":1724861225781,"duration":1}},{"uid":"5daeb241b52d4339","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5daeb241b52d4339","status":"passed","time":{"start":1724861047866,"stop":1724861047868,"duration":2}},{"uid":"a36487d7152c50bc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a36487d7152c50bc","status":"passed","time":{"start":1724860909783,"stop":1724860909784,"duration":1}}]},"2c256b2792578e9f3c8bcd6bdf43b6b3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5a30b17b0f6edf1f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5a30b17b0f6edf1f","status":"passed","time":{"start":1724889072765,"stop":1724889072766,"duration":1}}]},"9ce476103abaa385e73a7ec0ac98642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"247d200431b27f77","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/247d200431b27f77","status":"passed","time":{"start":1724922536230,"stop":1724922536230,"duration":0}},{"uid":"76a24f27b4f7d184","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/76a24f27b4f7d184","status":"passed","time":{"start":1724921198885,"stop":1724921198885,"duration":0}},{"uid":"66137ef827c4987e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/66137ef827c4987e","status":"passed","time":{"start":1724921172338,"stop":1724921172338,"duration":0}},{"uid":"6222e6812e6ddb23","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6222e6812e6ddb23","status":"passed","time":{"start":1724917841036,"stop":1724917841038,"duration":2}},{"uid":"101c0aeb3b0a019","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/101c0aeb3b0a019","status":"passed","time":{"start":1724889622280,"stop":1724889622280,"duration":0}},{"uid":"6558067faad284c5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6558067faad284c5","status":"passed","time":{"start":1724888769659,"stop":1724888769660,"duration":1}},{"uid":"caad74bd3e20773e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/caad74bd3e20773e","status":"passed","time":{"start":1724887926165,"stop":1724887926165,"duration":0}},{"uid":"cbc47a3d91cc1e2c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cbc47a3d91cc1e2c","status":"passed","time":{"start":1724886693072,"stop":1724886693076,"duration":4}},{"uid":"728c74e4e1743dc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/728c74e4e1743dc","status":"passed","time":{"start":1724886468813,"stop":1724886468826,"duration":13}},{"uid":"b24f68489d23d5d6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b24f68489d23d5d6","status":"passed","time":{"start":1724861918244,"stop":1724861918245,"duration":1}},{"uid":"f5dd7d05cca6413a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f5dd7d05cca6413a","status":"passed","time":{"start":1724861388577,"stop":1724861388580,"duration":3}},{"uid":"d4b75fa312a99c2c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d4b75fa312a99c2c","status":"passed","time":{"start":1724861221407,"stop":1724861221407,"duration":0}},{"uid":"4e07bd1cb8124590","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4e07bd1cb8124590","status":"passed","time":{"start":1724861075799,"stop":1724861075800,"duration":1}}]},"538a93fa0970e79a10a30417bc0b0687:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c600650a6d9d611e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c600650a6d9d611e","status":"passed","time":{"start":1724922377154,"stop":1724922377155,"duration":1}},{"uid":"5259d11ad9f9236b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5259d11ad9f9236b","status":"passed","time":{"start":1724921040179,"stop":1724921040179,"duration":0}},{"uid":"afa166917d9e138d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/afa166917d9e138d","status":"passed","time":{"start":1724921015572,"stop":1724921015573,"duration":1}},{"uid":"88c77edae290fac1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/88c77edae290fac1","status":"passed","time":{"start":1724917675798,"stop":1724917675798,"duration":0}},{"uid":"725b5a5b3a293484","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/725b5a5b3a293484","status":"passed","time":{"start":1724889454806,"stop":1724889454806,"duration":0}},{"uid":"b61051b895eafa9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b61051b895eafa9d","status":"passed","time":{"start":1724888605321,"stop":1724888605322,"duration":1}},{"uid":"ec7d5cbbf9f3ebe5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ec7d5cbbf9f3ebe5","status":"passed","time":{"start":1724887761647,"stop":1724887761647,"duration":0}},{"uid":"b862cb74c765b1ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b862cb74c765b1ba","status":"passed","time":{"start":1724886527992,"stop":1724886527992,"duration":0}},{"uid":"6798706b2512bc8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6798706b2512bc8","status":"passed","time":{"start":1724886305811,"stop":1724886305811,"duration":0}},{"uid":"47aced625c3860f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/47aced625c3860f9","status":"passed","time":{"start":1724861754708,"stop":1724861754709,"duration":1}},{"uid":"abb5562b8914cda1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/abb5562b8914cda1","status":"passed","time":{"start":1724861225781,"stop":1724861225781,"duration":0}},{"uid":"374539aee3911e28","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/374539aee3911e28","status":"passed","time":{"start":1724861047868,"stop":1724861047868,"duration":0}},{"uid":"eaaa959a4ab4f072","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/eaaa959a4ab4f072","status":"passed","time":{"start":1724860909784,"stop":1724860909784,"duration":0}}]},"38d054f0a9dafbe10aee2f2b0de87a9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"49ff91763dcf28d0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/49ff91763dcf28d0","status":"passed","time":{"start":1724922921462,"stop":1724922921463,"duration":1}},{"uid":"46cb6165c90353c1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/46cb6165c90353c1","status":"passed","time":{"start":1724921602952,"stop":1724921602954,"duration":2}},{"uid":"e7c806dd95928928","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e7c806dd95928928","status":"passed","time":{"start":1724921571098,"stop":1724921571098,"duration":0}},{"uid":"d45a3ade45dcdb40","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d45a3ade45dcdb40","status":"passed","time":{"start":1724918285587,"stop":1724918285591,"duration":4}},{"uid":"dc5d11f87a0d5727","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dc5d11f87a0d5727","status":"passed","time":{"start":1724890030091,"stop":1724890030091,"duration":0}},{"uid":"d7b4be40ea27a70a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d7b4be40ea27a70a","status":"passed","time":{"start":1724889171909,"stop":1724889171909,"duration":0}},{"uid":"cb95a309cc684303","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cb95a309cc684303","status":"passed","time":{"start":1724888350722,"stop":1724888350722,"duration":0}},{"uid":"ac4e01fb45fc753c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ac4e01fb45fc753c","status":"passed","time":{"start":1724887115409,"stop":1724887115409,"duration":0}},{"uid":"2fc9d3b1c7f6e03d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2fc9d3b1c7f6e03d","status":"passed","time":{"start":1724886884576,"stop":1724886884576,"duration":0}},{"uid":"d6fb319bf8bc2cbf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d6fb319bf8bc2cbf","status":"passed","time":{"start":1724862322258,"stop":1724862322258,"duration":0}},{"uid":"eed53e9281e329cf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/eed53e9281e329cf","status":"passed","time":{"start":1724861790752,"stop":1724861790752,"duration":0}},{"uid":"f791440703229efd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f791440703229efd","status":"passed","time":{"start":1724861628421,"stop":1724861628421,"duration":0}},{"uid":"55b7e5d66c547947","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/55b7e5d66c547947","status":"passed","time":{"start":1724861465626,"stop":1724861465626,"duration":0}}]},"2fd5d18bbb6113668c2a5d3db8ef339f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7eb06d0ce00d8e25","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7eb06d0ce00d8e25","status":"passed","time":{"start":1724890032292,"stop":1724890032293,"duration":1}}]},"1da39871a16850b1e795e34b74d4782e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dc70c3aaac0ed831","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dc70c3aaac0ed831","status":"passed","time":{"start":1724918229402,"stop":1724918229402,"duration":0}}]},"34e68599a06ccc0ab4fc2e8f93b6a69a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"536cffe97ea031ac","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/536cffe97ea031ac","status":"passed","time":{"start":1724922601857,"stop":1724922601857,"duration":0}},{"uid":"492e87a099129c9c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/492e87a099129c9c","status":"passed","time":{"start":1724921267880,"stop":1724921267880,"duration":0}},{"uid":"ed6c2c2944b35e8d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ed6c2c2944b35e8d","status":"passed","time":{"start":1724921244397,"stop":1724921244398,"duration":1}},{"uid":"b00d34f7361845f5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b00d34f7361845f5","status":"passed","time":{"start":1724917916059,"stop":1724917916060,"duration":1}},{"uid":"1b43019052db498c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1b43019052db498c","status":"passed","time":{"start":1724889678260,"stop":1724889678261,"duration":1}},{"uid":"f3e0cd00e166b8f0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3e0cd00e166b8f0","status":"passed","time":{"start":1724888831690,"stop":1724888831690,"duration":0}},{"uid":"30f7fd5fe3b7b83c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/30f7fd5fe3b7b83c","status":"passed","time":{"start":1724888003324,"stop":1724888003325,"duration":1}},{"uid":"ccaa48708e48543a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ccaa48708e48543a","status":"passed","time":{"start":1724886776614,"stop":1724886776615,"duration":1}},{"uid":"c7e5c4943ebea38d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c7e5c4943ebea38d","status":"passed","time":{"start":1724886555803,"stop":1724886555803,"duration":0}},{"uid":"f2d0afb85ec0480c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2d0afb85ec0480c","status":"passed","time":{"start":1724861983015,"stop":1724861983016,"duration":1}},{"uid":"121cfd33c9c1b855","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/121cfd33c9c1b855","status":"passed","time":{"start":1724861444071,"stop":1724861444072,"duration":1}},{"uid":"fd4025c960e39c3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fd4025c960e39c3","status":"passed","time":{"start":1724861285840,"stop":1724861285840,"duration":0}},{"uid":"4f6f1f93754eda82","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4f6f1f93754eda82","status":"passed","time":{"start":1724861145677,"stop":1724861145677,"duration":0}}]},"b65817d0318fff046c92dcd2832bd7af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fd9133b166eac029","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fd9133b166eac029","status":"passed","time":{"start":1724923012482,"stop":1724923012483,"duration":1}},{"uid":"62259b84ac0a174d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/62259b84ac0a174d","status":"passed","time":{"start":1724921625093,"stop":1724921625093,"duration":0}},{"uid":"f02ee5c22dbb063d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f02ee5c22dbb063d","status":"passed","time":{"start":1724921590512,"stop":1724921590513,"duration":1}},{"uid":"6d93cd7a87a6e42f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6d93cd7a87a6e42f","status":"passed","time":{"start":1724918287578,"stop":1724918287578,"duration":0}},{"uid":"1eb5da9488429dcf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1eb5da9488429dcf","status":"passed","time":{"start":1724890047804,"stop":1724890047806,"duration":2}},{"uid":"a83a64401fee32bb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a83a64401fee32bb","status":"passed","time":{"start":1724889183949,"stop":1724889183949,"duration":0}},{"uid":"50d41f6cdec22c3f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/50d41f6cdec22c3f","status":"passed","time":{"start":1724888354189,"stop":1724888354190,"duration":1}},{"uid":"787bfee9c3339848","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/787bfee9c3339848","status":"passed","time":{"start":1724887145732,"stop":1724887145732,"duration":0}},{"uid":"a9169250fa5fabef","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a9169250fa5fabef","status":"passed","time":{"start":1724886915810,"stop":1724886915812,"duration":2}},{"uid":"99d10c89dcbba002","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/99d10c89dcbba002","status":"passed","time":{"start":1724862341467,"stop":1724862341468,"duration":1}},{"uid":"f0a013585cfff602","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f0a013585cfff602","status":"passed","time":{"start":1724861805473,"stop":1724861805473,"duration":0}},{"uid":"7e867b63c7585ad8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7e867b63c7585ad8","status":"passed","time":{"start":1724861662301,"stop":1724861662302,"duration":1}},{"uid":"c9e819f8c2aba59e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c9e819f8c2aba59e","status":"passed","time":{"start":1724861492530,"stop":1724861492530,"duration":0}}]},"59caa625bfa5e7559dc1597d2d794ad1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"44f805706e67a32d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/44f805706e67a32d","status":"passed","time":{"start":1724922845240,"stop":1724922845240,"duration":0}}]},"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3e8f329d417fe91","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3e8f329d417fe91","status":"passed","time":{"start":1724922998985,"stop":1724922998986,"duration":1}},{"uid":"d984d3f99244cc7d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d984d3f99244cc7d","status":"passed","time":{"start":1724921672582,"stop":1724921672582,"duration":0}},{"uid":"9105e0bae7e8266d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9105e0bae7e8266d","status":"passed","time":{"start":1724921629965,"stop":1724921629965,"duration":0}},{"uid":"84c388d09db10ddc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/84c388d09db10ddc","status":"passed","time":{"start":1724918337083,"stop":1724918337083,"duration":0}},{"uid":"504e63e7d79006c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/504e63e7d79006c","status":"passed","time":{"start":1724890089180,"stop":1724890089180,"duration":0}},{"uid":"15b83203d73ecf5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/15b83203d73ecf5","status":"passed","time":{"start":1724889221661,"stop":1724889221661,"duration":0}},{"uid":"7aec852e3c21e35a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7aec852e3c21e35a","status":"passed","time":{"start":1724888396189,"stop":1724888396189,"duration":0}},{"uid":"ce00de7be115a0d8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ce00de7be115a0d8","status":"passed","time":{"start":1724887170940,"stop":1724887170940,"duration":0}},{"uid":"78b59ef8344215e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/78b59ef8344215e","status":"passed","time":{"start":1724886948526,"stop":1724886948526,"duration":0}},{"uid":"29f046e9f70a33d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29f046e9f70a33d8","status":"passed","time":{"start":1724862370754,"stop":1724862370754,"duration":0}},{"uid":"ce5a6071b30a4e15","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ce5a6071b30a4e15","status":"passed","time":{"start":1724861845170,"stop":1724861845170,"duration":0}},{"uid":"3aff650a0d4cf79f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3aff650a0d4cf79f","status":"passed","time":{"start":1724861703118,"stop":1724861703118,"duration":0}},{"uid":"cc62e59182e77a2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cc62e59182e77a2","status":"passed","time":{"start":1724861530979,"stop":1724861530980,"duration":1}}]},"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"99991fb8b7ca31d7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/99991fb8b7ca31d7","status":"passed","time":{"start":1724922928888,"stop":1724922928888,"duration":0}},{"uid":"90591eebaf76809d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/90591eebaf76809d","status":"passed","time":{"start":1724921620609,"stop":1724921620609,"duration":0}},{"uid":"10d25b6629dcd43a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/10d25b6629dcd43a","status":"passed","time":{"start":1724921566690,"stop":1724921566691,"duration":1}},{"uid":"16a1b9f731f4475f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/16a1b9f731f4475f","status":"passed","time":{"start":1724918280553,"stop":1724918280554,"duration":1}},{"uid":"5aea2019580e696","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5aea2019580e696","status":"passed","time":{"start":1724890019469,"stop":1724890019469,"duration":0}},{"uid":"9619ea723dd19672","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9619ea723dd19672","status":"passed","time":{"start":1724889148722,"stop":1724889148722,"duration":0}},{"uid":"e919e6d2d2d00bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e919e6d2d2d00bd","status":"passed","time":{"start":1724888331961,"stop":1724888331964,"duration":3}},{"uid":"6b9c3996d1f11f78","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b9c3996d1f11f78","status":"passed","time":{"start":1724887107115,"stop":1724887107115,"duration":0}},{"uid":"96ac19941314df85","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/96ac19941314df85","status":"passed","time":{"start":1724886889609,"stop":1724886889609,"duration":0}},{"uid":"58576deb79e59baf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/58576deb79e59baf","status":"passed","time":{"start":1724862298791,"stop":1724862298791,"duration":0}},{"uid":"d21e08f389837b1d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d21e08f389837b1d","status":"passed","time":{"start":1724861779254,"stop":1724861779255,"duration":1}},{"uid":"e365dc37ba50c106","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e365dc37ba50c106","status":"passed","time":{"start":1724861646563,"stop":1724861646563,"duration":0}},{"uid":"9622399170ac78a8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9622399170ac78a8","status":"passed","time":{"start":1724861466615,"stop":1724861466616,"duration":1}}]},"96c112b783bb7ec27bbe2b7a2d4767fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f7ff23628aeadd9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3f7ff23628aeadd9","status":"passed","time":{"start":1724861475045,"stop":1724861475048,"duration":3}}]},"49483aaa9fbb0f8c7913836033ea9abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1eaf73570946865","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1eaf73570946865","status":"passed","time":{"start":1724923012475,"stop":1724923012475,"duration":0}},{"uid":"e300b2384d6b6444","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e300b2384d6b6444","status":"passed","time":{"start":1724921625080,"stop":1724921625080,"duration":0}},{"uid":"12e78f06c97659e6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/12e78f06c97659e6","status":"passed","time":{"start":1724921590505,"stop":1724921590505,"duration":0}},{"uid":"6ab44b919f9d0129","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6ab44b919f9d0129","status":"passed","time":{"start":1724918287572,"stop":1724918287572,"duration":0}},{"uid":"fd4043517b917889","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fd4043517b917889","status":"passed","time":{"start":1724890047797,"stop":1724890047797,"duration":0}},{"uid":"1e3c39143b948891","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1e3c39143b948891","status":"passed","time":{"start":1724889183930,"stop":1724889183931,"duration":1}},{"uid":"7f33566ba102a7f5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7f33566ba102a7f5","status":"passed","time":{"start":1724888354178,"stop":1724888354178,"duration":0}},{"uid":"2a8dad7292c69c54","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2a8dad7292c69c54","status":"passed","time":{"start":1724887145702,"stop":1724887145703,"duration":1}},{"uid":"90d7fff2a7894999","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/90d7fff2a7894999","status":"passed","time":{"start":1724886915794,"stop":1724886915794,"duration":0}},{"uid":"c373c5f4d8f3ca73","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c373c5f4d8f3ca73","status":"passed","time":{"start":1724862341458,"stop":1724862341459,"duration":1}},{"uid":"53fad1e484c380b9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/53fad1e484c380b9","status":"passed","time":{"start":1724861805458,"stop":1724861805459,"duration":1}},{"uid":"a9e4e6cc51637a4a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a9e4e6cc51637a4a","status":"passed","time":{"start":1724861662295,"stop":1724861662296,"duration":1}},{"uid":"4106cc46e41d0797","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4106cc46e41d0797","status":"passed","time":{"start":1724861492522,"stop":1724861492523,"duration":1}}]},"6d9287ac35ecdccfb04f2b8e19da11b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c660753682bab1c1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c660753682bab1c1","status":"passed","time":{"start":1724922374679,"stop":1724922374680,"duration":1}},{"uid":"d26b319ec6c2ccf7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d26b319ec6c2ccf7","status":"passed","time":{"start":1724921037641,"stop":1724921037641,"duration":0}},{"uid":"a8f90576592d1bf7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a8f90576592d1bf7","status":"passed","time":{"start":1724921013054,"stop":1724921013054,"duration":0}},{"uid":"4ce66f763507c17c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4ce66f763507c17c","status":"passed","time":{"start":1724917673296,"stop":1724917673297,"duration":1}},{"uid":"9efcd9a4fdfff52a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9efcd9a4fdfff52a","status":"passed","time":{"start":1724889452315,"stop":1724889452315,"duration":0}},{"uid":"2c028fbda162d31d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c028fbda162d31d","status":"passed","time":{"start":1724888602845,"stop":1724888602846,"duration":1}},{"uid":"c3eeebae9f176fc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c3eeebae9f176fc1","status":"passed","time":{"start":1724887759168,"stop":1724887759168,"duration":0}},{"uid":"8961759048a9887a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8961759048a9887a","status":"passed","time":{"start":1724886525548,"stop":1724886525548,"duration":0}},{"uid":"41664ba371ed917b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/41664ba371ed917b","status":"passed","time":{"start":1724886303402,"stop":1724886303402,"duration":0}},{"uid":"2f4e9cea164c0be9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2f4e9cea164c0be9","status":"passed","time":{"start":1724861752233,"stop":1724861752234,"duration":1}},{"uid":"d7e577b1015505bc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d7e577b1015505bc","status":"passed","time":{"start":1724861223359,"stop":1724861223359,"duration":0}},{"uid":"a7afc7804999b4b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a7afc7804999b4b","status":"passed","time":{"start":1724861045207,"stop":1724861045207,"duration":0}},{"uid":"dea1c40027f1d877","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dea1c40027f1d877","status":"passed","time":{"start":1724860907089,"stop":1724860907090,"duration":1}}]},"428be91c9e0c788144c5e74afcb6073a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c00dfdd223d2a900","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c00dfdd223d2a900","status":"passed","time":{"start":1724861428477,"stop":1724861428478,"duration":1}}]},"cfa31b61f2cd6d490aeaca6bc9a70e0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"17fcef00fb3e3b99","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/17fcef00fb3e3b99","status":"passed","time":{"start":1724923012471,"stop":1724923012472,"duration":1}},{"uid":"6c77036f707e3742","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6c77036f707e3742","status":"passed","time":{"start":1724921625078,"stop":1724921625078,"duration":0}},{"uid":"382106c1d30f8aed","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/382106c1d30f8aed","status":"passed","time":{"start":1724921590502,"stop":1724921590502,"duration":0}},{"uid":"2cad789d949b77c7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2cad789d949b77c7","status":"passed","time":{"start":1724918287570,"stop":1724918287570,"duration":0}},{"uid":"251f112ecf052b22","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/251f112ecf052b22","status":"passed","time":{"start":1724890047794,"stop":1724890047795,"duration":1}},{"uid":"fc1b26e7da873aea","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc1b26e7da873aea","status":"passed","time":{"start":1724889183927,"stop":1724889183928,"duration":1}},{"uid":"9d9cd4376ed85838","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9d9cd4376ed85838","status":"passed","time":{"start":1724888354175,"stop":1724888354175,"duration":0}},{"uid":"34642d85bea42d8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/34642d85bea42d8","status":"passed","time":{"start":1724887145688,"stop":1724887145691,"duration":3}},{"uid":"70a72941b509012c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/70a72941b509012c","status":"passed","time":{"start":1724886915791,"stop":1724886915792,"duration":1}},{"uid":"93209760a33eaa6f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/93209760a33eaa6f","status":"passed","time":{"start":1724862341456,"stop":1724862341456,"duration":0}},{"uid":"63f924340220ea82","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/63f924340220ea82","status":"passed","time":{"start":1724861805450,"stop":1724861805450,"duration":0}},{"uid":"76bd26b1b9b5aa34","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/76bd26b1b9b5aa34","status":"passed","time":{"start":1724861662291,"stop":1724861662291,"duration":0}},{"uid":"b79f8bbbbbf937fb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b79f8bbbbbf937fb","status":"passed","time":{"start":1724861492520,"stop":1724861492520,"duration":0}}]},"dadc7b5b244d13929219b88f0ca40434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bc04a5919fa31595","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bc04a5919fa31595","status":"passed","time":{"start":1724922647836,"stop":1724922647836,"duration":0}},{"uid":"7b05d4b33d446dfc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7b05d4b33d446dfc","status":"passed","time":{"start":1724921300794,"stop":1724921300828,"duration":34}},{"uid":"1658626adefd3e03","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1658626adefd3e03","status":"passed","time":{"start":1724921280720,"stop":1724921280720,"duration":0}},{"uid":"db493642b9d87806","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/db493642b9d87806","status":"passed","time":{"start":1724917963264,"stop":1724917963264,"duration":0}},{"uid":"79b3d7673cf02d3d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/79b3d7673cf02d3d","status":"passed","time":{"start":1724889734121,"stop":1724889734122,"duration":1}},{"uid":"d9802cf5dcbc85de","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9802cf5dcbc85de","status":"passed","time":{"start":1724888859623,"stop":1724888859623,"duration":0}},{"uid":"b06b1a12b913c8ab","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b06b1a12b913c8ab","status":"passed","time":{"start":1724888053954,"stop":1724888053954,"duration":0}},{"uid":"1a4c0505d50ab17c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1a4c0505d50ab17c","status":"passed","time":{"start":1724886820680,"stop":1724886820680,"duration":0}},{"uid":"d146f2e013a44495","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d146f2e013a44495","status":"passed","time":{"start":1724886589271,"stop":1724886589272,"duration":1}},{"uid":"7739a0e238200b7a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7739a0e238200b7a","status":"passed","time":{"start":1724862027807,"stop":1724862027807,"duration":0}},{"uid":"56c63ac077ac0977","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/56c63ac077ac0977","status":"passed","time":{"start":1724861484562,"stop":1724861484562,"duration":0}},{"uid":"4fe6c78b64d590c4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4fe6c78b64d590c4","status":"passed","time":{"start":1724861315159,"stop":1724861315160,"duration":1}},{"uid":"2f1f6c28f8073e34","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2f1f6c28f8073e34","status":"passed","time":{"start":1724861168761,"stop":1724861168763,"duration":2}}]},"2375efca16c2803a0edb59f4c0382f4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"95bb3a060dc6e8c2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/95bb3a060dc6e8c2","status":"passed","time":{"start":1724862320144,"stop":1724862320145,"duration":1}}]},"fb022dd2e71cecb35870262ac68f9d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2b45b47bc6d16d29","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2b45b47bc6d16d29","status":"passed","time":{"start":1724922887521,"stop":1724922887522,"duration":1}},{"uid":"124938ee1bbe0a57","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/124938ee1bbe0a57","status":"passed","time":{"start":1724921564773,"stop":1724921564773,"duration":0}},{"uid":"21e76fa64db24e7b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/21e76fa64db24e7b","status":"passed","time":{"start":1724921518782,"stop":1724921518782,"duration":0}},{"uid":"69e21771ad9847ce","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/69e21771ad9847ce","status":"passed","time":{"start":1724918229395,"stop":1724918229396,"duration":1}},{"uid":"d8d6a5f9ccc7d157","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d8d6a5f9ccc7d157","status":"passed","time":{"start":1724889980693,"stop":1724889980694,"duration":1}},{"uid":"65f9742f2f952a3d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/65f9742f2f952a3d","status":"passed","time":{"start":1724889111156,"stop":1724889111157,"duration":1}},{"uid":"7c360693dae89f12","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7c360693dae89f12","status":"passed","time":{"start":1724888292529,"stop":1724888292530,"duration":1}},{"uid":"b05ac9915fad1916","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b05ac9915fad1916","status":"passed","time":{"start":1724887068221,"stop":1724887068221,"duration":0}},{"uid":"d6b6ce4809ae937","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d6b6ce4809ae937","status":"passed","time":{"start":1724886848919,"stop":1724886848919,"duration":0}},{"uid":"80e2601a09a76d55","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80e2601a09a76d55","status":"passed","time":{"start":1724862262044,"stop":1724862262044,"duration":0}},{"uid":"5fd91bca993db925","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5fd91bca993db925","status":"passed","time":{"start":1724861741889,"stop":1724861741889,"duration":0}},{"uid":"500aa62bbbcd05d6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/500aa62bbbcd05d6","status":"passed","time":{"start":1724861599483,"stop":1724861599483,"duration":0}},{"uid":"e09bd567964eb101","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e09bd567964eb101","status":"passed","time":{"start":1724861428471,"stop":1724861428471,"duration":0}}]},"fdc7b86e6ba88391ebd432625ff8053c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"360d88f09f5b1cd7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/360d88f09f5b1cd7","status":"passed","time":{"start":1724890032298,"stop":1724890032298,"duration":0}}]},"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4e2bf56770daf9e3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4e2bf56770daf9e3","status":"passed","time":{"start":1724922998982,"stop":1724922998983,"duration":1}},{"uid":"1392a9091b368f92","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1392a9091b368f92","status":"passed","time":{"start":1724921672579,"stop":1724921672579,"duration":0}},{"uid":"b9185d679f2a6a50","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b9185d679f2a6a50","status":"passed","time":{"start":1724921629962,"stop":1724921629963,"duration":1}},{"uid":"a49d5e64df0e0907","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a49d5e64df0e0907","status":"passed","time":{"start":1724918337081,"stop":1724918337081,"duration":0}},{"uid":"1deca157bc5cae6d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1deca157bc5cae6d","status":"passed","time":{"start":1724890089177,"stop":1724890089177,"duration":0}},{"uid":"5e845cbbeea01418","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5e845cbbeea01418","status":"passed","time":{"start":1724889221658,"stop":1724889221659,"duration":1}},{"uid":"63c0e58b2aa7eca6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/63c0e58b2aa7eca6","status":"passed","time":{"start":1724888396186,"stop":1724888396187,"duration":1}},{"uid":"5b546c72fe86a45f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5b546c72fe86a45f","status":"passed","time":{"start":1724887170936,"stop":1724887170937,"duration":1}},{"uid":"93882cae8aac786d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/93882cae8aac786d","status":"passed","time":{"start":1724886948523,"stop":1724886948523,"duration":0}},{"uid":"af3295a8b3392496","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/af3295a8b3392496","status":"passed","time":{"start":1724862370751,"stop":1724862370752,"duration":1}},{"uid":"a84527057fb63d39","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a84527057fb63d39","status":"passed","time":{"start":1724861845157,"stop":1724861845157,"duration":0}},{"uid":"38dd11b63e2c0792","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/38dd11b63e2c0792","status":"passed","time":{"start":1724861703113,"stop":1724861703115,"duration":2}},{"uid":"73023e4b4933a88d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/73023e4b4933a88d","status":"passed","time":{"start":1724861530972,"stop":1724861530975,"duration":3}}]},"a049ac393f09a0bdae37c1e840c53d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c3e2a2c499f4eabd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c3e2a2c499f4eabd","status":"passed","time":{"start":1724922971800,"stop":1724922971800,"duration":0}},{"uid":"cb5bfb0703ab716d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cb5bfb0703ab716d","status":"passed","time":{"start":1724921663255,"stop":1724921663255,"duration":0}},{"uid":"d0a3b4ed905ef3c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d0a3b4ed905ef3c","status":"passed","time":{"start":1724921617880,"stop":1724921617881,"duration":1}},{"uid":"ea3fab7a27072faa","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ea3fab7a27072faa","status":"passed","time":{"start":1724918326162,"stop":1724918326162,"duration":0}},{"uid":"47fdf97fdcc70f96","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/47fdf97fdcc70f96","status":"passed","time":{"start":1724890076393,"stop":1724890076394,"duration":1}},{"uid":"78ccce551f547adf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/78ccce551f547adf","status":"passed","time":{"start":1724889199691,"stop":1724889199691,"duration":0}},{"uid":"414b98d4f675685f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/414b98d4f675685f","status":"passed","time":{"start":1724888382427,"stop":1724888382428,"duration":1}},{"uid":"e2fed4bc1a0de5db","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e2fed4bc1a0de5db","status":"passed","time":{"start":1724887156369,"stop":1724887156370,"duration":1}},{"uid":"b9f9946c2ab023e4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b9f9946c2ab023e4","status":"passed","time":{"start":1724886936172,"stop":1724886936173,"duration":1}},{"uid":"b513d8388a1e2844","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b513d8388a1e2844","status":"passed","time":{"start":1724862347647,"stop":1724862347648,"duration":1}},{"uid":"4aae91ebd0a275b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4aae91ebd0a275b","status":"passed","time":{"start":1724861827958,"stop":1724861827958,"duration":0}},{"uid":"55e6ed8d3e1edb62","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/55e6ed8d3e1edb62","status":"passed","time":{"start":1724861685960,"stop":1724861685961,"duration":1}},{"uid":"dd7d696bffefc491","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dd7d696bffefc491","status":"passed","time":{"start":1724861514747,"stop":1724861514747,"duration":0}}]},"ee8b592a5e2fed5796bcc54454e1d16d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8ef49d46ca68e36c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8ef49d46ca68e36c","status":"passed","time":{"start":1724922946229,"stop":1724922946229,"duration":0}}]},"b3aadb566e6a3a49a6630ed038c939f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"489eb25495ad600","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/489eb25495ad600","status":"passed","time":{"start":1724922611442,"stop":1724922611442,"duration":0}},{"uid":"827ddc623973d149","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/827ddc623973d149","status":"passed","time":{"start":1724921270365,"stop":1724921270365,"duration":0}},{"uid":"e467e73e08d54e3f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e467e73e08d54e3f","status":"passed","time":{"start":1724921247827,"stop":1724921247827,"duration":0}},{"uid":"82220138614a3206","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/82220138614a3206","status":"passed","time":{"start":1724917989825,"stop":1724917989825,"duration":0}},{"uid":"5ba52415e9664739","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ba52415e9664739","status":"passed","time":{"start":1724889678569,"stop":1724889678569,"duration":0}},{"uid":"acbfaf70aaf8d541","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/acbfaf70aaf8d541","status":"passed","time":{"start":1724888829848,"stop":1724888829851,"duration":3}},{"uid":"298eb6a14ac3c914","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/298eb6a14ac3c914","status":"passed","time":{"start":1724888077017,"stop":1724888077018,"duration":1}},{"uid":"9a31a5259c68faab","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9a31a5259c68faab","status":"passed","time":{"start":1724886851131,"stop":1724886851131,"duration":0}},{"uid":"7ddc7037d9c4780c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7ddc7037d9c4780c","status":"passed","time":{"start":1724886647121,"stop":1724886647124,"duration":3}},{"uid":"8978b79d5c1e3c28","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8978b79d5c1e3c28","status":"passed","time":{"start":1724861992717,"stop":1724861992717,"duration":0}},{"uid":"f99aa4e3c50fe431","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f99aa4e3c50fe431","status":"passed","time":{"start":1724861469649,"stop":1724861469649,"duration":0}},{"uid":"169cd8362a456c04","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/169cd8362a456c04","status":"passed","time":{"start":1724861284871,"stop":1724861284871,"duration":0}},{"uid":"a7a12fe409d7a5c7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a7a12fe409d7a5c7","status":"passed","time":{"start":1724861145819,"stop":1724861145819,"duration":0}}]},"101924931f8b6b359bac7305c6ded0a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"25019e55d0c5642e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/25019e55d0c5642e","status":"passed","time":{"start":1724922946241,"stop":1724922946242,"duration":1}}]},"bf2752477aeaa2d40ac83c25552a24c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"83390503b2f75c0a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/83390503b2f75c0a","status":"passed","time":{"start":1724922601842,"stop":1724922601842,"duration":0}},{"uid":"1d2dd9c2cb5f4d0e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1d2dd9c2cb5f4d0e","status":"passed","time":{"start":1724921267869,"stop":1724921267869,"duration":0}},{"uid":"7a784fade05fb05f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7a784fade05fb05f","status":"passed","time":{"start":1724921244367,"stop":1724921244368,"duration":1}},{"uid":"be093ff86f1b3587","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/be093ff86f1b3587","status":"passed","time":{"start":1724917916044,"stop":1724917916051,"duration":7}},{"uid":"2b061e52965938ec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b061e52965938ec","status":"passed","time":{"start":1724889678254,"stop":1724889678255,"duration":1}},{"uid":"c2be370b83d40eb3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2be370b83d40eb3","status":"passed","time":{"start":1724888831683,"stop":1724888831684,"duration":1}},{"uid":"247ab663f23487ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/247ab663f23487ea","status":"passed","time":{"start":1724888003319,"stop":1724888003320,"duration":1}},{"uid":"933e645139f41e88","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/933e645139f41e88","status":"passed","time":{"start":1724886776608,"stop":1724886776608,"duration":0}},{"uid":"28699b9efed82cf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/28699b9efed82cf","status":"passed","time":{"start":1724886555795,"stop":1724886555796,"duration":1}},{"uid":"a7f50f8b74e28ff4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a7f50f8b74e28ff4","status":"passed","time":{"start":1724861983006,"stop":1724861983006,"duration":0}},{"uid":"d6ba68b984ae9e29","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d6ba68b984ae9e29","status":"passed","time":{"start":1724861444066,"stop":1724861444066,"duration":0}},{"uid":"16b0c07f57a6efd1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/16b0c07f57a6efd1","status":"passed","time":{"start":1724861285829,"stop":1724861285829,"duration":0}},{"uid":"bca9a8fcf72431a8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bca9a8fcf72431a8","status":"passed","time":{"start":1724861145665,"stop":1724861145665,"duration":0}}]},"1864ee3b2dd8d4576390c89c0be11e80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e42ed0e7992973fb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e42ed0e7992973fb","status":"passed","time":{"start":1724922778646,"stop":1724922778646,"duration":0}},{"uid":"139a37b8cb2c8888","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/139a37b8cb2c8888","status":"passed","time":{"start":1724921498166,"stop":1724921498167,"duration":1}},{"uid":"1126b5001e6b1f21","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1126b5001e6b1f21","status":"passed","time":{"start":1724921408646,"stop":1724921408646,"duration":0}},{"uid":"d71bdd4cc021ac5c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d71bdd4cc021ac5c","status":"passed","time":{"start":1724918130637,"stop":1724918130637,"duration":0}},{"uid":"3139e242ee2b2065","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3139e242ee2b2065","status":"passed","time":{"start":1724889892838,"stop":1724889892838,"duration":0}},{"uid":"3205286a139c7923","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3205286a139c7923","status":"passed","time":{"start":1724888997476,"stop":1724888997476,"duration":0}},{"uid":"d9fbf9254e6d88a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d9fbf9254e6d88a9","status":"passed","time":{"start":1724888199974,"stop":1724888199974,"duration":0}},{"uid":"51e122a3caa0b8d7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/51e122a3caa0b8d7","status":"passed","time":{"start":1724886961758,"stop":1724886961758,"duration":0}},{"uid":"839102f0db08ef9e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/839102f0db08ef9e","status":"passed","time":{"start":1724886743547,"stop":1724886743548,"duration":1}},{"uid":"a6922f8e97f15620","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a6922f8e97f15620","status":"passed","time":{"start":1724862150873,"stop":1724862150874,"duration":1}},{"uid":"8240699d5598aa","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8240699d5598aa","status":"passed","time":{"start":1724861627758,"stop":1724861627759,"duration":1}},{"uid":"79e7f827957c2dc1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/79e7f827957c2dc1","status":"passed","time":{"start":1724861501294,"stop":1724861501294,"duration":0}},{"uid":"f2ee7455d073c972","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f2ee7455d073c972","status":"passed","time":{"start":1724861330460,"stop":1724861330460,"duration":0}}]},"77b5bec6a76d452cc8e6fc116f162969:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"46e452412bb97499","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/46e452412bb97499","status":"passed","time":{"start":1724862298394,"stop":1724862298394,"duration":0}}]},"b5c2c2b77727ad8ac01a05b89d8f6a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2a16aac43daae87b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2a16aac43daae87b","status":"passed","time":{"start":1724922771082,"stop":1724922771082,"duration":0}},{"uid":"ae4b6c09dd2e3130","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ae4b6c09dd2e3130","status":"passed","time":{"start":1724921419682,"stop":1724921419682,"duration":0}},{"uid":"886e2bc84d2d593f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/886e2bc84d2d593f","status":"passed","time":{"start":1724921400503,"stop":1724921400503,"duration":0}},{"uid":"24fd91f6cc17d871","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/24fd91f6cc17d871","status":"passed","time":{"start":1724918124175,"stop":1724918124175,"duration":0}},{"uid":"bb9a3305753583ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bb9a3305753583ae","status":"passed","time":{"start":1724889845312,"stop":1724889845313,"duration":1}},{"uid":"974783ef4a88a9eb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/974783ef4a88a9eb","status":"passed","time":{"start":1724888978753,"stop":1724888978753,"duration":0}},{"uid":"f60e385d6eaec1a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f60e385d6eaec1a9","status":"passed","time":{"start":1724888199758,"stop":1724888199758,"duration":0}},{"uid":"c581d58887a48661","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c581d58887a48661","status":"passed","time":{"start":1724886961475,"stop":1724886961475,"duration":0}},{"uid":"bd0b6ff6481b09df","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bd0b6ff6481b09df","status":"passed","time":{"start":1724886743395,"stop":1724886743395,"duration":0}},{"uid":"6df347e23c0ab8a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6df347e23c0ab8a","status":"passed","time":{"start":1724862150655,"stop":1724862150656,"duration":1}},{"uid":"bfd97fb1380ec8c3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bfd97fb1380ec8c3","status":"passed","time":{"start":1724861627580,"stop":1724861627581,"duration":1}},{"uid":"fa26f13e7351443b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fa26f13e7351443b","status":"passed","time":{"start":1724861501070,"stop":1724861501070,"duration":0}},{"uid":"8462ac8278ad70a3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8462ac8278ad70a3","status":"passed","time":{"start":1724861297168,"stop":1724861297168,"duration":0}}]},"ad7d09d2eb5cdad3ab8e198e9b98bf8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"83db2f3fb9b759d9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/83db2f3fb9b759d9","status":"passed","time":{"start":1724922635347,"stop":1724922635347,"duration":0}},{"uid":"e890a7495904d422","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e890a7495904d422","status":"passed","time":{"start":1724921296997,"stop":1724921296998,"duration":1}},{"uid":"b398d21a65c75d49","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b398d21a65c75d49","status":"passed","time":{"start":1724921276362,"stop":1724921276363,"duration":1}},{"uid":"6ce76706a96b8503","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6ce76706a96b8503","status":"passed","time":{"start":1724917948308,"stop":1724917948309,"duration":1}},{"uid":"b8f3d399d55898a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8f3d399d55898a0","status":"passed","time":{"start":1724889729004,"stop":1724889729004,"duration":0}},{"uid":"4e15da88b80b8410","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4e15da88b80b8410","status":"passed","time":{"start":1724888864949,"stop":1724888864949,"duration":0}},{"uid":"6e6ba7d886c90a93","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6e6ba7d886c90a93","status":"passed","time":{"start":1724888053731,"stop":1724888053732,"duration":1}},{"uid":"d6b55b8ab010c433","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d6b55b8ab010c433","status":"passed","time":{"start":1724886811647,"stop":1724886811647,"duration":0}},{"uid":"82b35cc26349781e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/82b35cc26349781e","status":"passed","time":{"start":1724886580999,"stop":1724886581000,"duration":1}},{"uid":"87f60d5fd3fe487c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/87f60d5fd3fe487c","status":"passed","time":{"start":1724862019555,"stop":1724862019555,"duration":0}},{"uid":"9be21e989a4c7703","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9be21e989a4c7703","status":"passed","time":{"start":1724861493933,"stop":1724861493933,"duration":0}},{"uid":"5322003175587d50","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5322003175587d50","status":"passed","time":{"start":1724861318013,"stop":1724861318013,"duration":0}},{"uid":"c2c4e4dad27b46d9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c2c4e4dad27b46d9","status":"passed","time":{"start":1724861178506,"stop":1724861178507,"duration":1}}]},"c85f58aaf61e58a00e15389c4047b385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"818e97253c520e91","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/818e97253c520e91","status":"passed","time":{"start":1724922611433,"stop":1724922611433,"duration":0}},{"uid":"b5ac7e630fdb1e1e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b5ac7e630fdb1e1e","status":"passed","time":{"start":1724921270354,"stop":1724921270355,"duration":1}},{"uid":"c66de8b8edaea92f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c66de8b8edaea92f","status":"passed","time":{"start":1724921247815,"stop":1724921247816,"duration":1}},{"uid":"d07209e8319b4c1f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d07209e8319b4c1f","status":"passed","time":{"start":1724917989816,"stop":1724917989816,"duration":0}},{"uid":"5e0e875253317f3d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5e0e875253317f3d","status":"passed","time":{"start":1724889678548,"stop":1724889678549,"duration":1}},{"uid":"c452d60b7d0f2b1c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c452d60b7d0f2b1c","status":"passed","time":{"start":1724888829835,"stop":1724888829840,"duration":5}},{"uid":"9920dac2744f18e1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9920dac2744f18e1","status":"passed","time":{"start":1724888076996,"stop":1724888077001,"duration":5}},{"uid":"60512f294e0fa00","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/60512f294e0fa00","status":"passed","time":{"start":1724886851123,"stop":1724886851123,"duration":0}},{"uid":"315c7effaa014be6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/315c7effaa014be6","status":"passed","time":{"start":1724886647100,"stop":1724886647105,"duration":5}},{"uid":"fcf9507d98cd2bf7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fcf9507d98cd2bf7","status":"passed","time":{"start":1724861992711,"stop":1724861992711,"duration":0}},{"uid":"c6dbd4350f8f26a4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c6dbd4350f8f26a4","status":"passed","time":{"start":1724861469640,"stop":1724861469640,"duration":0}},{"uid":"42adb142002ac615","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/42adb142002ac615","status":"passed","time":{"start":1724861284855,"stop":1724861284855,"duration":0}},{"uid":"ef25689c93f1b5bb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ef25689c93f1b5bb","status":"passed","time":{"start":1724861145800,"stop":1724861145800,"duration":0}}]},"a7ede6ecb4c76d3d9733771bd3cbb79b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1becda66ef2c4651","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1becda66ef2c4651","status":"passed","time":{"start":1724922946233,"stop":1724922946233,"duration":0}}]},"86d40f5580239eeb3f68326e9a3da832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a84ee8ab3efdf4ca","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a84ee8ab3efdf4ca","status":"passed","time":{"start":1724922383091,"stop":1724922383091,"duration":0}},{"uid":"841e7b02904a2c8e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/841e7b02904a2c8e","status":"passed","time":{"start":1724921046207,"stop":1724921046207,"duration":0}},{"uid":"65f338d8b41a90a0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/65f338d8b41a90a0","status":"passed","time":{"start":1724921021479,"stop":1724921021479,"duration":0}},{"uid":"75b5d7c13fb61181","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/75b5d7c13fb61181","status":"passed","time":{"start":1724917681727,"stop":1724917681727,"duration":0}},{"uid":"b644d71d895ed3a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b644d71d895ed3a0","status":"passed","time":{"start":1724889460655,"stop":1724889460655,"duration":0}},{"uid":"7e97a7c69224aac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e97a7c69224aac","status":"passed","time":{"start":1724888611298,"stop":1724888611298,"duration":0}},{"uid":"a03148e689a63e2d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a03148e689a63e2d","status":"passed","time":{"start":1724887767623,"stop":1724887767623,"duration":0}},{"uid":"686d1ed121b879d6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/686d1ed121b879d6","status":"passed","time":{"start":1724886533994,"stop":1724886533994,"duration":0}},{"uid":"2f4346ae58e2dfb3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2f4346ae58e2dfb3","status":"passed","time":{"start":1724886311761,"stop":1724886311761,"duration":0}},{"uid":"3fa065cbd7d8c84d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3fa065cbd7d8c84d","status":"passed","time":{"start":1724861760779,"stop":1724861760779,"duration":0}},{"uid":"7feec795fe00ed33","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7feec795fe00ed33","status":"passed","time":{"start":1724861231737,"stop":1724861231737,"duration":0}},{"uid":"9f13261c75816225","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9f13261c75816225","status":"passed","time":{"start":1724861054260,"stop":1724861054260,"duration":0}},{"uid":"c0f601943414efc0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c0f601943414efc0","status":"passed","time":{"start":1724860915817,"stop":1724860915817,"duration":0}}]},"70d7547be438461c26595f81e1b0f627:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b4959e54bcd3e472","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b4959e54bcd3e472","status":"passed","time":{"start":1724922845238,"stop":1724922845239,"duration":1}},{"uid":"e638d479c183c82a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e638d479c183c82a","status":"passed","time":{"start":1724921515224,"stop":1724921515224,"duration":0}},{"uid":"2d793ce18d333328","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2d793ce18d333328","status":"passed","time":{"start":1724921475444,"stop":1724921475444,"duration":0}},{"uid":"2a09c5eab49a8b51","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2a09c5eab49a8b51","status":"passed","time":{"start":1724918179398,"stop":1724918179398,"duration":0}},{"uid":"80ff26b432a3709b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80ff26b432a3709b","status":"passed","time":{"start":1724889935339,"stop":1724889935339,"duration":0}},{"uid":"71a94080081a1b34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/71a94080081a1b34","status":"passed","time":{"start":1724889072751,"stop":1724889072751,"duration":0}},{"uid":"391c7ed2f43d6152","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/391c7ed2f43d6152","status":"passed","time":{"start":1724888232412,"stop":1724888232413,"duration":1}},{"uid":"dd809e83bbedfaae","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dd809e83bbedfaae","status":"passed","time":{"start":1724887018300,"stop":1724887018301,"duration":1}},{"uid":"bbec18ccf6806b63","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bbec18ccf6806b63","status":"passed","time":{"start":1724886781477,"stop":1724886781477,"duration":0}},{"uid":"68f58f43e17b685","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/68f58f43e17b685","status":"passed","time":{"start":1724862213660,"stop":1724862213660,"duration":0}},{"uid":"d1dcaa60f4c36534","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d1dcaa60f4c36534","status":"passed","time":{"start":1724861685853,"stop":1724861685854,"duration":1}},{"uid":"3c1a5d5c41b4cdf5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3c1a5d5c41b4cdf5","status":"passed","time":{"start":1724861546170,"stop":1724861546170,"duration":0}},{"uid":"872f5351c3484706","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/872f5351c3484706","status":"passed","time":{"start":1724861378108,"stop":1724861378109,"duration":1}}]},"0c1097afd260126f193fa34dcaf4ba31:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d689e13473f03b0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3d689e13473f03b0","status":"passed","time":{"start":1724861475031,"stop":1724861475032,"duration":1}}]},"253c27d464100cdb4c0cdda026373878:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"617dfd77a5d05c23","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/617dfd77a5d05c23","status":"passed","time":{"start":1724922374683,"stop":1724922374683,"duration":0}},{"uid":"ab935c6549faaae2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ab935c6549faaae2","status":"passed","time":{"start":1724921037643,"stop":1724921037643,"duration":0}},{"uid":"696a2527f4a3e163","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/696a2527f4a3e163","status":"passed","time":{"start":1724921013056,"stop":1724921013056,"duration":0}},{"uid":"a3f7559624268f3a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a3f7559624268f3a","status":"passed","time":{"start":1724917673298,"stop":1724917673298,"duration":0}},{"uid":"d3e0dac7192d90ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3e0dac7192d90ba","status":"passed","time":{"start":1724889452317,"stop":1724889452317,"duration":0}},{"uid":"d444ecf715b8ec8f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d444ecf715b8ec8f","status":"passed","time":{"start":1724888602848,"stop":1724888602849,"duration":1}},{"uid":"5276613c4c3fd463","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5276613c4c3fd463","status":"passed","time":{"start":1724887759170,"stop":1724887759170,"duration":0}},{"uid":"f5a6207c68b828e6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f5a6207c68b828e6","status":"passed","time":{"start":1724886525549,"stop":1724886525550,"duration":1}},{"uid":"98b8184e3b76453d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/98b8184e3b76453d","status":"passed","time":{"start":1724886303403,"stop":1724886303404,"duration":1}},{"uid":"488a765d4c6f7b62","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/488a765d4c6f7b62","status":"passed","time":{"start":1724861752235,"stop":1724861752236,"duration":1}},{"uid":"c503ad00a6de27e3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c503ad00a6de27e3","status":"passed","time":{"start":1724861223361,"stop":1724861223361,"duration":0}},{"uid":"28fbf5f8b29f1c74","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/28fbf5f8b29f1c74","status":"passed","time":{"start":1724861045209,"stop":1724861045209,"duration":0}},{"uid":"653ba0838fccb24a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/653ba0838fccb24a","status":"passed","time":{"start":1724860907092,"stop":1724860907092,"duration":0}}]},"5b3b4672988337decb5567953687c65a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b66054eb6630cc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b66054eb6630cc1","status":"passed","time":{"start":1724887018313,"stop":1724887018313,"duration":0}}]},"1cf9be6ead4b6e2cb97b7dcd34290d54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"920bb1ae193a435d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/920bb1ae193a435d","status":"passed","time":{"start":1724886906379,"stop":1724886906380,"duration":1}}]},"22b802e90f2e2e56045d48d1dd7a3e3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"f3a7f71976c747bf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f3a7f71976c747bf","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922845653,"stop":1724922845654,"duration":1}},{"uid":"54e6693e218f7725","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/54e6693e218f7725","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515418,"stop":1724921515418,"duration":0}},{"uid":"2694a8bff88e3c97","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2694a8bff88e3c97","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475838,"stop":1724921475838,"duration":0}},{"uid":"4520ee16ee58df87","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4520ee16ee58df87","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179672,"stop":1724918179672,"duration":0}},{"uid":"972b75ce0942d9d1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/972b75ce0942d9d1","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935529,"stop":1724889935530,"duration":1}},{"uid":"2aa48e8cfc8e1065","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2aa48e8cfc8e1065","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072943,"stop":1724889072943,"duration":0}},{"uid":"de8195e8b442cf71","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/de8195e8b442cf71","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232586,"stop":1724888232586,"duration":0}},{"uid":"5290826010e24d32","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5290826010e24d32","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018517,"stop":1724887018517,"duration":0}},{"uid":"c962829ba8ea2358","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c962829ba8ea2358","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781723,"stop":1724886781723,"duration":0}},{"uid":"f2f184d4810dcc87","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2f184d4810dcc87","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213903,"stop":1724862213903,"duration":0}},{"uid":"f200a99cb00cc0db","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f200a99cb00cc0db","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861686113,"stop":1724861686114,"duration":1}},{"uid":"9492190cff380fbd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9492190cff380fbd","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546460,"stop":1724861546461,"duration":1}},{"uid":"727e562545312d99","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/727e562545312d99","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378278,"stop":1724861378278,"duration":0}}]},"4a2293634784771f7235a02f6bd30762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"26cc861cdb0c06f4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/26cc861cdb0c06f4","status":"passed","time":{"start":1724922611429,"stop":1724922611429,"duration":0}},{"uid":"6cc069dc9d385495","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6cc069dc9d385495","status":"passed","time":{"start":1724921270351,"stop":1724921270351,"duration":0}},{"uid":"72514f14359a382a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/72514f14359a382a","status":"passed","time":{"start":1724921247809,"stop":1724921247810,"duration":1}},{"uid":"521e5415c8596ac2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/521e5415c8596ac2","status":"passed","time":{"start":1724917989813,"stop":1724917989813,"duration":0}},{"uid":"341c779685bdd89d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/341c779685bdd89d","status":"passed","time":{"start":1724889678540,"stop":1724889678541,"duration":1}},{"uid":"b4f4916ec80827b4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4f4916ec80827b4","status":"passed","time":{"start":1724888829832,"stop":1724888829832,"duration":0}},{"uid":"3d3f8e88a6d0456e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3d3f8e88a6d0456e","status":"passed","time":{"start":1724888076981,"stop":1724888076982,"duration":1}},{"uid":"d462179df47522c4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d462179df47522c4","status":"passed","time":{"start":1724886851119,"stop":1724886851120,"duration":1}},{"uid":"662cc21ce7c7c12f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/662cc21ce7c7c12f","status":"passed","time":{"start":1724886647076,"stop":1724886647078,"duration":2}},{"uid":"3b2e6e06e372e692","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3b2e6e06e372e692","status":"passed","time":{"start":1724861992707,"stop":1724861992707,"duration":0}},{"uid":"e897fad9c558928e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e897fad9c558928e","status":"passed","time":{"start":1724861469636,"stop":1724861469636,"duration":0}},{"uid":"4482dca662be6a7f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4482dca662be6a7f","status":"passed","time":{"start":1724861284851,"stop":1724861284851,"duration":0}},{"uid":"95a0476a9e13d360","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/95a0476a9e13d360","status":"passed","time":{"start":1724861145796,"stop":1724861145797,"duration":1}}]},"872701a64ab4958d57a451985582aea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fdbab14f4d50a5b6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fdbab14f4d50a5b6","status":"passed","time":{"start":1724922928888,"stop":1724922928889,"duration":1}},{"uid":"561ee8a433478ce","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/561ee8a433478ce","status":"passed","time":{"start":1724921620610,"stop":1724921620611,"duration":1}},{"uid":"70d4d5b775b6328e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/70d4d5b775b6328e","status":"passed","time":{"start":1724921566692,"stop":1724921566693,"duration":1}},{"uid":"ee44ced2c918f6d5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ee44ced2c918f6d5","status":"passed","time":{"start":1724918280554,"stop":1724918280555,"duration":1}},{"uid":"fbced9fbdcb778be","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fbced9fbdcb778be","status":"passed","time":{"start":1724890019470,"stop":1724890019470,"duration":0}},{"uid":"343f1a057f63d713","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/343f1a057f63d713","status":"passed","time":{"start":1724889148723,"stop":1724889148723,"duration":0}},{"uid":"45fbb0b50c621f9d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/45fbb0b50c621f9d","status":"passed","time":{"start":1724888331965,"stop":1724888331965,"duration":0}},{"uid":"1dfdc0a721bb528e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1dfdc0a721bb528e","status":"passed","time":{"start":1724887107115,"stop":1724887107116,"duration":1}},{"uid":"7d4ca2f6c95ee196","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7d4ca2f6c95ee196","status":"passed","time":{"start":1724886889609,"stop":1724886889610,"duration":1}},{"uid":"6bcc99cd0ba934a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6bcc99cd0ba934a9","status":"passed","time":{"start":1724862298791,"stop":1724862298792,"duration":1}},{"uid":"c24bede33b032af5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c24bede33b032af5","status":"passed","time":{"start":1724861779265,"stop":1724861779266,"duration":1}},{"uid":"455e92351754a1ab","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/455e92351754a1ab","status":"passed","time":{"start":1724861646563,"stop":1724861646564,"duration":1}},{"uid":"e8f2c185d60898aa","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e8f2c185d60898aa","status":"passed","time":{"start":1724861466616,"stop":1724861466616,"duration":0}}]},"ebf89e30778dc608daa4afe853022171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c8b96f717e55818","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c8b96f717e55818","status":"passed","time":{"start":1724922845248,"stop":1724922845248,"duration":0}},{"uid":"ccf0ac6e277c9e3e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ccf0ac6e277c9e3e","status":"passed","time":{"start":1724921515230,"stop":1724921515230,"duration":0}},{"uid":"2868c41872bbf24f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2868c41872bbf24f","status":"passed","time":{"start":1724921475456,"stop":1724921475457,"duration":1}},{"uid":"1f8da966f9b931b8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1f8da966f9b931b8","status":"passed","time":{"start":1724918179404,"stop":1724918179404,"duration":0}},{"uid":"d915f789c28e8161","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d915f789c28e8161","status":"passed","time":{"start":1724889935344,"stop":1724889935344,"duration":0}},{"uid":"8193a18f50ac2d55","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8193a18f50ac2d55","status":"passed","time":{"start":1724889072758,"stop":1724889072758,"duration":0}},{"uid":"1ded63a60ace7fda","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1ded63a60ace7fda","status":"passed","time":{"start":1724888232418,"stop":1724888232419,"duration":1}},{"uid":"b35dd5b9bd92fb1e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b35dd5b9bd92fb1e","status":"passed","time":{"start":1724887018306,"stop":1724887018306,"duration":0}},{"uid":"16b2a1183979b2d9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/16b2a1183979b2d9","status":"passed","time":{"start":1724886781483,"stop":1724886781483,"duration":0}},{"uid":"97be1a18825a9813","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97be1a18825a9813","status":"passed","time":{"start":1724862213666,"stop":1724862213666,"duration":0}},{"uid":"6ddf7419e013ee45","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6ddf7419e013ee45","status":"passed","time":{"start":1724861685859,"stop":1724861685859,"duration":0}},{"uid":"52110ed1746f040f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/52110ed1746f040f","status":"passed","time":{"start":1724861546181,"stop":1724861546181,"duration":0}},{"uid":"c89f1bef05745064","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c89f1bef05745064","status":"passed","time":{"start":1724861378114,"stop":1724861378115,"duration":1}}]},"0192a0d82b69fbd8e26f13fce5c1dc84:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fdec90889f5297e4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fdec90889f5297e4","status":"passed","time":{"start":1724918298103,"stop":1724918298103,"duration":0}}]},"e6cb6493af057fff1c8f6a17a41eebd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"876ac122f8576b38","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/876ac122f8576b38","status":"passed","time":{"start":1724922647835,"stop":1724922647835,"duration":0}},{"uid":"1fa87ef30ba02d51","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1fa87ef30ba02d51","status":"passed","time":{"start":1724921300790,"stop":1724921300791,"duration":1}},{"uid":"5aeceea44bfbe2d3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5aeceea44bfbe2d3","status":"passed","time":{"start":1724921280719,"stop":1724921280719,"duration":0}},{"uid":"9da636b8bb130965","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9da636b8bb130965","status":"passed","time":{"start":1724917963263,"stop":1724917963263,"duration":0}},{"uid":"47e379600989d1a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/47e379600989d1a7","status":"passed","time":{"start":1724889734120,"stop":1724889734121,"duration":1}},{"uid":"37c4521a5e119c75","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37c4521a5e119c75","status":"passed","time":{"start":1724888859619,"stop":1724888859620,"duration":1}},{"uid":"aa81687df293201a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aa81687df293201a","status":"passed","time":{"start":1724888053953,"stop":1724888053953,"duration":0}},{"uid":"2981acf5b86951f8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2981acf5b86951f8","status":"passed","time":{"start":1724886820677,"stop":1724886820677,"duration":0}},{"uid":"2b36f7bd6c98277b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2b36f7bd6c98277b","status":"passed","time":{"start":1724886589268,"stop":1724886589269,"duration":1}},{"uid":"7853b489efcd7656","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7853b489efcd7656","status":"passed","time":{"start":1724862027794,"stop":1724862027795,"duration":1}},{"uid":"49ffac51825c9229","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/49ffac51825c9229","status":"passed","time":{"start":1724861484561,"stop":1724861484561,"duration":0}},{"uid":"dbbb0d8e44ea0848","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dbbb0d8e44ea0848","status":"passed","time":{"start":1724861315157,"stop":1724861315158,"duration":1}},{"uid":"b86fc36f9547d7da","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b86fc36f9547d7da","status":"passed","time":{"start":1724861168759,"stop":1724861168760,"duration":1}}]},"49168a22e20bde9a6809d28d4dfd8423:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a0cb55207c2189d3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a0cb55207c2189d3","status":"passed","time":{"start":1724922966705,"stop":1724922966705,"duration":0}},{"uid":"eee6608875102748","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/eee6608875102748","status":"passed","time":{"start":1724921640664,"stop":1724921640664,"duration":0}},{"uid":"b09e86ea39b91009","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b09e86ea39b91009","status":"passed","time":{"start":1724921597594,"stop":1724921597596,"duration":2}},{"uid":"60795a0ac7c42cdd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/60795a0ac7c42cdd","status":"passed","time":{"start":1724918306249,"stop":1724918306250,"duration":1}},{"uid":"63630ade6276ca47","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/63630ade6276ca47","status":"passed","time":{"start":1724890060301,"stop":1724890060301,"duration":0}},{"uid":"b489cc5b13b23fd0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b489cc5b13b23fd0","status":"passed","time":{"start":1724889191329,"stop":1724889191329,"duration":0}},{"uid":"e5ceb4046383d235","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e5ceb4046383d235","status":"passed","time":{"start":1724888368607,"stop":1724888368607,"duration":0}},{"uid":"1d7dcdbc0db2a2a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1d7dcdbc0db2a2a2","status":"passed","time":{"start":1724887150940,"stop":1724887150940,"duration":0}},{"uid":"984a43ba3948f11d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/984a43ba3948f11d","status":"passed","time":{"start":1724886928811,"stop":1724886928812,"duration":1}},{"uid":"456fb85db8e562f7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/456fb85db8e562f7","status":"passed","time":{"start":1724862346043,"stop":1724862346044,"duration":1}},{"uid":"373b37b678e9ce01","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/373b37b678e9ce01","status":"passed","time":{"start":1724861823100,"stop":1724861823101,"duration":1}},{"uid":"43d770d331d97942","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/43d770d331d97942","status":"passed","time":{"start":1724861677723,"stop":1724861677724,"duration":1}},{"uid":"30d2f31ed7eb7ef3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/30d2f31ed7eb7ef3","status":"passed","time":{"start":1724861503961,"stop":1724861503962,"duration":1}}]},"630a161fcb0b80f3239dfe6d811e518b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c588eeb3eb167c92","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c588eeb3eb167c92","status":"passed","time":{"start":1724922971798,"stop":1724922971799,"duration":1}},{"uid":"7d38d57bd1c2141b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7d38d57bd1c2141b","status":"passed","time":{"start":1724921663254,"stop":1724921663254,"duration":0}},{"uid":"7471f0af7515747","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7471f0af7515747","status":"passed","time":{"start":1724921617879,"stop":1724921617879,"duration":0}},{"uid":"9c94df94e37c0d4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9c94df94e37c0d4","status":"passed","time":{"start":1724918326160,"stop":1724918326160,"duration":0}},{"uid":"4562bbe6d655d20d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4562bbe6d655d20d","status":"passed","time":{"start":1724890076392,"stop":1724890076392,"duration":0}},{"uid":"b217668931409c17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b217668931409c17","status":"passed","time":{"start":1724889199687,"stop":1724889199688,"duration":1}},{"uid":"e7af712312b6a09f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e7af712312b6a09f","status":"passed","time":{"start":1724888382421,"stop":1724888382426,"duration":5}},{"uid":"4a1b8dc8d8211b0a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a1b8dc8d8211b0a","status":"passed","time":{"start":1724887156367,"stop":1724887156368,"duration":1}},{"uid":"450cf81bee0c55da","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/450cf81bee0c55da","status":"passed","time":{"start":1724886936169,"stop":1724886936170,"duration":1}},{"uid":"efb74a6d15e21959","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/efb74a6d15e21959","status":"passed","time":{"start":1724862347642,"stop":1724862347645,"duration":3}},{"uid":"e2cb53783152b374","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e2cb53783152b374","status":"passed","time":{"start":1724861827952,"stop":1724861827952,"duration":0}},{"uid":"881c3ccc6590d207","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/881c3ccc6590d207","status":"passed","time":{"start":1724861685958,"stop":1724861685959,"duration":1}},{"uid":"c0f15fdc0507310b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c0f15fdc0507310b","status":"passed","time":{"start":1724861514746,"stop":1724861514746,"duration":0}}]},"35a579dd64bb3df6340ab4888f010cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7adf6acc89591d0f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7adf6acc89591d0f","status":"passed","time":{"start":1724922601842,"stop":1724922601843,"duration":1}},{"uid":"8856151394015ef7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8856151394015ef7","status":"passed","time":{"start":1724921267869,"stop":1724921267870,"duration":1}},{"uid":"bb2ed1763d07697e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bb2ed1763d07697e","status":"passed","time":{"start":1724921244368,"stop":1724921244369,"duration":1}},{"uid":"14e1b735c376076a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/14e1b735c376076a","status":"passed","time":{"start":1724917916051,"stop":1724917916051,"duration":0}},{"uid":"2dad838a87d47d2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2dad838a87d47d2","status":"passed","time":{"start":1724889678255,"stop":1724889678255,"duration":0}},{"uid":"29814191470a6d00","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29814191470a6d00","status":"passed","time":{"start":1724888831684,"stop":1724888831684,"duration":0}},{"uid":"b910fbc2dedb6756","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b910fbc2dedb6756","status":"passed","time":{"start":1724888003320,"stop":1724888003320,"duration":0}},{"uid":"9a35c315fc71e3ef","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9a35c315fc71e3ef","status":"passed","time":{"start":1724886776609,"stop":1724886776609,"duration":0}},{"uid":"b56fb18322afdf7c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b56fb18322afdf7c","status":"passed","time":{"start":1724886555796,"stop":1724886555797,"duration":1}},{"uid":"b5ae14fbab862e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b5ae14fbab862e0","status":"passed","time":{"start":1724861983006,"stop":1724861983006,"duration":0}},{"uid":"bf5bb184921d2974","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bf5bb184921d2974","status":"passed","time":{"start":1724861444066,"stop":1724861444066,"duration":0}},{"uid":"9ea3a9f7f8fa0aba","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9ea3a9f7f8fa0aba","status":"passed","time":{"start":1724861285829,"stop":1724861285834,"duration":5}},{"uid":"e81027714003addf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e81027714003addf","status":"passed","time":{"start":1724861145665,"stop":1724861145666,"duration":1}}]},"52ff749803f81979754a5a8620130081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9cf654fe6a0db836","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9cf654fe6a0db836","status":"passed","time":{"start":1724922887524,"stop":1724922887524,"duration":0}},{"uid":"a4f160a103cf7c2f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a4f160a103cf7c2f","status":"passed","time":{"start":1724921564774,"stop":1724921564775,"duration":1}},{"uid":"2420923dc42b1360","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2420923dc42b1360","status":"passed","time":{"start":1724921518785,"stop":1724921518786,"duration":1}},{"uid":"dc1288933ca79f45","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dc1288933ca79f45","status":"passed","time":{"start":1724918229397,"stop":1724918229398,"duration":1}},{"uid":"15a487d2fca4a3a5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/15a487d2fca4a3a5","status":"passed","time":{"start":1724889980698,"stop":1724889980700,"duration":2}},{"uid":"d9fbdbb36c994d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9fbdbb36c994d9","status":"passed","time":{"start":1724889111160,"stop":1724889111161,"duration":1}},{"uid":"d774af415080ff16","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d774af415080ff16","status":"passed","time":{"start":1724888292531,"stop":1724888292531,"duration":0}},{"uid":"c23ca7c77ce58006","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c23ca7c77ce58006","status":"passed","time":{"start":1724887068223,"stop":1724887068223,"duration":0}},{"uid":"1e16b2d59f16e53c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1e16b2d59f16e53c","status":"passed","time":{"start":1724886848922,"stop":1724886848923,"duration":1}},{"uid":"72adadc59f11e7fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72adadc59f11e7fd","status":"passed","time":{"start":1724862262045,"stop":1724862262046,"duration":1}},{"uid":"24f5f42e649571fe","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/24f5f42e649571fe","status":"passed","time":{"start":1724861741891,"stop":1724861741891,"duration":0}},{"uid":"bf2c40b8ed051b40","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bf2c40b8ed051b40","status":"passed","time":{"start":1724861599486,"stop":1724861599486,"duration":0}},{"uid":"917b5845d86f948","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/917b5845d86f948","status":"passed","time":{"start":1724861428473,"stop":1724861428473,"duration":0}}]},"4c8b57b794787833962fd89002e38b1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6483b878d0780578","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6483b878d0780578","status":"passed","time":{"start":1724923012478,"stop":1724923012478,"duration":0}},{"uid":"12dc4d7b693e9e32","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/12dc4d7b693e9e32","status":"passed","time":{"start":1724921625083,"stop":1724921625083,"duration":0}},{"uid":"5cc844c5c0c93f36","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5cc844c5c0c93f36","status":"passed","time":{"start":1724921590508,"stop":1724921590508,"duration":0}},{"uid":"e898febbcd0d6518","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e898febbcd0d6518","status":"passed","time":{"start":1724918287574,"stop":1724918287574,"duration":0}},{"uid":"a968025a24f374b5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a968025a24f374b5","status":"passed","time":{"start":1724890047800,"stop":1724890047800,"duration":0}},{"uid":"6ad13248b4e2c472","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6ad13248b4e2c472","status":"passed","time":{"start":1724889183940,"stop":1724889183941,"duration":1}},{"uid":"741a21de15b96960","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/741a21de15b96960","status":"passed","time":{"start":1724888354181,"stop":1724888354181,"duration":0}},{"uid":"e3d8baa1ebfa8a55","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e3d8baa1ebfa8a55","status":"passed","time":{"start":1724887145716,"stop":1724887145718,"duration":2}},{"uid":"c79db5d007d9f3ca","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c79db5d007d9f3ca","status":"passed","time":{"start":1724886915797,"stop":1724886915797,"duration":0}},{"uid":"fe35d3896bad169f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe35d3896bad169f","status":"passed","time":{"start":1724862341463,"stop":1724862341463,"duration":0}},{"uid":"e1d49b331be77da1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e1d49b331be77da1","status":"passed","time":{"start":1724861805465,"stop":1724861805466,"duration":1}},{"uid":"d891e16e25062c4f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d891e16e25062c4f","status":"passed","time":{"start":1724861662298,"stop":1724861662298,"duration":0}},{"uid":"b4e7f9e22716057","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b4e7f9e22716057","status":"passed","time":{"start":1724861492525,"stop":1724861492525,"duration":0}}]},"fe86e4bc6704318e239f18d0b4d88866:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"714b5de8758edf11","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/714b5de8758edf11","status":"passed","time":{"start":1724922845234,"stop":1724922845235,"duration":1}},{"uid":"c172437eb941ed5e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c172437eb941ed5e","status":"passed","time":{"start":1724921515220,"stop":1724921515220,"duration":0}},{"uid":"f56ba330c444d937","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f56ba330c444d937","status":"passed","time":{"start":1724921475439,"stop":1724921475439,"duration":0}},{"uid":"d473e5f812523edc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d473e5f812523edc","status":"passed","time":{"start":1724918179380,"stop":1724918179381,"duration":1}},{"uid":"c324031d88176fe1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c324031d88176fe1","status":"passed","time":{"start":1724889935334,"stop":1724889935334,"duration":0}},{"uid":"9ee9f1deb403b2b9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9ee9f1deb403b2b9","status":"passed","time":{"start":1724889072747,"stop":1724889072747,"duration":0}},{"uid":"fc851e866bf11c39","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fc851e866bf11c39","status":"passed","time":{"start":1724888232409,"stop":1724888232409,"duration":0}},{"uid":"2550931d1bdcace3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2550931d1bdcace3","status":"passed","time":{"start":1724887018288,"stop":1724887018288,"duration":0}},{"uid":"ae2f92b1882168ef","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ae2f92b1882168ef","status":"passed","time":{"start":1724886781473,"stop":1724886781473,"duration":0}},{"uid":"44304f41f604b684","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/44304f41f604b684","status":"passed","time":{"start":1724862213656,"stop":1724862213656,"duration":0}},{"uid":"f6e7bf84c7083cac","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f6e7bf84c7083cac","status":"passed","time":{"start":1724861685849,"stop":1724861685849,"duration":0}},{"uid":"94e224f8b199d085","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/94e224f8b199d085","status":"passed","time":{"start":1724861546164,"stop":1724861546164,"duration":0}},{"uid":"9c32e33dfa0051ce","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9c32e33dfa0051ce","status":"passed","time":{"start":1724861378104,"stop":1724861378104,"duration":0}}]},"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"23d02318e609c6f8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/23d02318e609c6f8","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922891487,"stop":1724922891487,"duration":0}},{"uid":"9d6ba223c43187e9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9d6ba223c43187e9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921563011,"stop":1724921563011,"duration":0}},{"uid":"96ec158b9b19f57","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/96ec158b9b19f57","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921526810,"stop":1724921526811,"duration":1}},{"uid":"96aa1cb4b08b108","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/96aa1cb4b08b108","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918239938,"stop":1724918239938,"duration":0}},{"uid":"3ea3745eeb31fd78","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3ea3745eeb31fd78","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889980889,"stop":1724889980889,"duration":0}},{"uid":"97bb829cfd2af70c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97bb829cfd2af70c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889109948,"stop":1724889109948,"duration":0}},{"uid":"3f3b1bf8313c7332","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3f3b1bf8313c7332","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888294721,"stop":1724888294721,"duration":0}},{"uid":"e529fc2186086194","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e529fc2186086194","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887071736,"stop":1724887071737,"duration":1}},{"uid":"3d97351251967990","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3d97351251967990","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886848343,"stop":1724886848343,"duration":0}},{"uid":"1c17ef9256f0e6d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c17ef9256f0e6d9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862259244,"stop":1724862259244,"duration":0}},{"uid":"5ed4098bad66b366","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5ed4098bad66b366","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861735323,"stop":1724861735323,"duration":0}},{"uid":"472b2f5412ba50d0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/472b2f5412ba50d0","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861606337,"stop":1724861606342,"duration":5}},{"uid":"c32571379995f4e7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c32571379995f4e7","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861426684,"stop":1724861426684,"duration":0}}]},"ff8923ebf2a3ed1eb8f2832e6d8e8e01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f35bcb068c64744b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f35bcb068c64744b","status":"passed","time":{"start":1724922374676,"stop":1724922374677,"duration":1}},{"uid":"9ee558e38f8419d3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9ee558e38f8419d3","status":"passed","time":{"start":1724921037637,"stop":1724921037637,"duration":0}},{"uid":"4a33f09d03d9c358","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4a33f09d03d9c358","status":"passed","time":{"start":1724921013048,"stop":1724921013049,"duration":1}},{"uid":"ebf33f3587519e0a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ebf33f3587519e0a","status":"passed","time":{"start":1724917673293,"stop":1724917673293,"duration":0}},{"uid":"87f6c9d407391066","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/87f6c9d407391066","status":"passed","time":{"start":1724889452311,"stop":1724889452311,"duration":0}},{"uid":"fddfc4dced62242f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fddfc4dced62242f","status":"passed","time":{"start":1724888602841,"stop":1724888602842,"duration":1}},{"uid":"cecd4a83aa7b6850","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cecd4a83aa7b6850","status":"passed","time":{"start":1724887759165,"stop":1724887759165,"duration":0}},{"uid":"9595f8bc2668fe35","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9595f8bc2668fe35","status":"passed","time":{"start":1724886525544,"stop":1724886525545,"duration":1}},{"uid":"d175dd2040f33ff7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d175dd2040f33ff7","status":"passed","time":{"start":1724886303398,"stop":1724886303398,"duration":0}},{"uid":"73d0bd151ea3f18d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/73d0bd151ea3f18d","status":"passed","time":{"start":1724861752230,"stop":1724861752230,"duration":0}},{"uid":"3d309730c819d42e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3d309730c819d42e","status":"passed","time":{"start":1724861223356,"stop":1724861223356,"duration":0}},{"uid":"c5ca0746db3fc422","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c5ca0746db3fc422","status":"passed","time":{"start":1724861045204,"stop":1724861045204,"duration":0}},{"uid":"ad1c1e3562665a10","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ad1c1e3562665a10","status":"passed","time":{"start":1724860907085,"stop":1724860907086,"duration":1}}]},"1ded1b6272b0bdcc6f84293674b44938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8136e7291ea94620","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8136e7291ea94620","status":"passed","time":{"start":1724888003322,"stop":1724888003322,"duration":0}}]},"6c07aa80a416612463b9cfae866d494d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9661e05738c439ad","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9661e05738c439ad","status":"passed","time":{"start":1724886906384,"stop":1724886906385,"duration":1}}]},"a580d505d76ce38cbe05fd77bdee5538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"867c3b811587e9db","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/867c3b811587e9db","status":"passed","time":{"start":1724922408756,"stop":1724922408756,"duration":0}},{"uid":"d5c147601d7ae483","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d5c147601d7ae483","status":"passed","time":{"start":1724921071994,"stop":1724921071994,"duration":0}},{"uid":"c75514ea8ff62c6f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c75514ea8ff62c6f","status":"passed","time":{"start":1724921046823,"stop":1724921046824,"duration":1}},{"uid":"7ae459f9447ad30","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7ae459f9447ad30","status":"passed","time":{"start":1724917707024,"stop":1724917707024,"duration":0}},{"uid":"7932e3753c7c5dce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7932e3753c7c5dce","status":"passed","time":{"start":1724889485860,"stop":1724889485860,"duration":0}},{"uid":"deaf6c466ea5670f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/deaf6c466ea5670f","status":"passed","time":{"start":1724888636620,"stop":1724888636620,"duration":0}},{"uid":"b2f173a1a8dbcf6d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b2f173a1a8dbcf6d","status":"passed","time":{"start":1724887792855,"stop":1724887792856,"duration":1}},{"uid":"657e4500d27a4dd6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/657e4500d27a4dd6","status":"passed","time":{"start":1724886559724,"stop":1724886559724,"duration":0}},{"uid":"c8ae91891de76807","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c8ae91891de76807","status":"passed","time":{"start":1724886337376,"stop":1724886337377,"duration":1}},{"uid":"37347cf2285981c1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37347cf2285981c1","status":"passed","time":{"start":1724861786730,"stop":1724861786730,"duration":0}},{"uid":"ac7fff05502b69dd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ac7fff05502b69dd","status":"passed","time":{"start":1724861257212,"stop":1724861257212,"duration":0}},{"uid":"43630dfe5aec84e3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/43630dfe5aec84e3","status":"passed","time":{"start":1724861081086,"stop":1724861081086,"duration":0}},{"uid":"78dbb50323dc405","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/78dbb50323dc405","status":"passed","time":{"start":1724860941731,"stop":1724860941731,"duration":0}}]},"cc4b30ea4a66d9485128eb2cd63393f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e656662002621d54","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e656662002621d54","status":"passed","time":{"start":1724922374678,"stop":1724922374678,"duration":0}},{"uid":"453971419b14a781","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/453971419b14a781","status":"passed","time":{"start":1724921037638,"stop":1724921037639,"duration":1}},{"uid":"1cd88282685a4811","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1cd88282685a4811","status":"passed","time":{"start":1724921013051,"stop":1724921013052,"duration":1}},{"uid":"413c365cf0c0d3fd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/413c365cf0c0d3fd","status":"passed","time":{"start":1724917673295,"stop":1724917673295,"duration":0}},{"uid":"ea59b7077ecdb924","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ea59b7077ecdb924","status":"passed","time":{"start":1724889452313,"stop":1724889452313,"duration":0}},{"uid":"a9053dd3f17a2ca9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9053dd3f17a2ca9","status":"passed","time":{"start":1724888602843,"stop":1724888602843,"duration":0}},{"uid":"f8042660cb6f325d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f8042660cb6f325d","status":"passed","time":{"start":1724887759166,"stop":1724887759166,"duration":0}},{"uid":"fb579af0c2440363","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fb579af0c2440363","status":"passed","time":{"start":1724886525546,"stop":1724886525546,"duration":0}},{"uid":"6d5068e47525696b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6d5068e47525696b","status":"passed","time":{"start":1724886303399,"stop":1724886303400,"duration":1}},{"uid":"ec52b6666873a7a2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ec52b6666873a7a2","status":"passed","time":{"start":1724861752231,"stop":1724861752232,"duration":1}},{"uid":"e306f51a8b3250de","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e306f51a8b3250de","status":"passed","time":{"start":1724861223357,"stop":1724861223357,"duration":0}},{"uid":"36b5bfe889ea193c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/36b5bfe889ea193c","status":"passed","time":{"start":1724861045206,"stop":1724861045206,"duration":0}},{"uid":"dc537afa86b13d2e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dc537afa86b13d2e","status":"passed","time":{"start":1724860907087,"stop":1724860907087,"duration":0}}]},"6cc581719bffd7ef50ddaac6f3491e12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c812465bfbc9f25b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c812465bfbc9f25b","status":"passed","time":{"start":1724922887524,"stop":1724922887525,"duration":1}},{"uid":"2f9ed63922c5749e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2f9ed63922c5749e","status":"passed","time":{"start":1724921564775,"stop":1724921564775,"duration":0}},{"uid":"e08ca7c41b5a4908","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e08ca7c41b5a4908","status":"passed","time":{"start":1724921518791,"stop":1724921518792,"duration":1}},{"uid":"15688786ae59d776","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/15688786ae59d776","status":"passed","time":{"start":1724918229398,"stop":1724918229398,"duration":0}},{"uid":"b08b9d4d45664a9f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b08b9d4d45664a9f","status":"passed","time":{"start":1724889980700,"stop":1724889980701,"duration":1}},{"uid":"14c2cef1c6406d19","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14c2cef1c6406d19","status":"passed","time":{"start":1724889111161,"stop":1724889111162,"duration":1}},{"uid":"52d2903ce28c5bdd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/52d2903ce28c5bdd","status":"passed","time":{"start":1724888292532,"stop":1724888292532,"duration":0}},{"uid":"a0fc04bfdb4267d9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a0fc04bfdb4267d9","status":"passed","time":{"start":1724887068224,"stop":1724887068224,"duration":0}},{"uid":"c817b01f0e7376ce","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c817b01f0e7376ce","status":"passed","time":{"start":1724886848924,"stop":1724886848924,"duration":0}},{"uid":"77c4464a9170a5a2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/77c4464a9170a5a2","status":"passed","time":{"start":1724862262046,"stop":1724862262046,"duration":0}},{"uid":"3c99e8a3b7bef54f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3c99e8a3b7bef54f","status":"passed","time":{"start":1724861741892,"stop":1724861741892,"duration":0}},{"uid":"9f4331e8dff59d56","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9f4331e8dff59d56","status":"passed","time":{"start":1724861599487,"stop":1724861599487,"duration":0}},{"uid":"fba7946129bd2d81","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fba7946129bd2d81","status":"passed","time":{"start":1724861428474,"stop":1724861428474,"duration":0}}]},"c5bbfff949e82855a4ed4f314badafa7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7936d6164b3cdf33","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7936d6164b3cdf33","status":"passed","time":{"start":1724861770117,"stop":1724861770117,"duration":0}}]},"c583020e89d69df94d5aa8e4a3e82bcf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"afa523c32d7a9de","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/afa523c32d7a9de","status":"passed","time":{"start":1724862298396,"stop":1724862298396,"duration":0}}]},"ccca5a5ea533293ea82c61f97c91e09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2689da5c0f7e3fa9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2689da5c0f7e3fa9","status":"passed","time":{"start":1724861770115,"stop":1724861770116,"duration":1}}]},"f98fc1a79da77702ddabd28cc3cdb9eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"68628ff572e4f422","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/68628ff572e4f422","status":"passed","time":{"start":1724922433169,"stop":1724922433169,"duration":0}},{"uid":"d9acf6fecda7e4dc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d9acf6fecda7e4dc","status":"passed","time":{"start":1724921095758,"stop":1724921095759,"duration":1}},{"uid":"ae20cdd830d4510d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ae20cdd830d4510d","status":"passed","time":{"start":1724921070806,"stop":1724921070807,"duration":1}},{"uid":"19b1d308d7fb6c59","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/19b1d308d7fb6c59","status":"passed","time":{"start":1724917730901,"stop":1724917730903,"duration":2}},{"uid":"8cf9be2bca9bd455","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8cf9be2bca9bd455","status":"passed","time":{"start":1724889510333,"stop":1724889510334,"duration":1}},{"uid":"c1133ba8940a6d8c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c1133ba8940a6d8c","status":"passed","time":{"start":1724888660681,"stop":1724888660682,"duration":1}},{"uid":"1dc6bb4c7f05f423","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1dc6bb4c7f05f423","status":"passed","time":{"start":1724887817138,"stop":1724887817139,"duration":1}},{"uid":"5ca2244049383106","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5ca2244049383106","status":"passed","time":{"start":1724886584155,"stop":1724886584156,"duration":1}},{"uid":"c7f164b1fe2a2b9f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c7f164b1fe2a2b9f","status":"passed","time":{"start":1724886362415,"stop":1724886362415,"duration":0}},{"uid":"7a8e71cd577ee91f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7a8e71cd577ee91f","status":"passed","time":{"start":1724861811585,"stop":1724861811585,"duration":0}},{"uid":"22c863501412abc5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/22c863501412abc5","status":"passed","time":{"start":1724861280384,"stop":1724861280384,"duration":0}},{"uid":"cedd3681666d0a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cedd3681666d0a","status":"passed","time":{"start":1724861106381,"stop":1724861106382,"duration":1}},{"uid":"8bee1214d758eeb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8bee1214d758eeb","status":"passed","time":{"start":1724860966532,"stop":1724860966533,"duration":1}}]},"6a3416af63f8f5a3850513a8e9883262:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7c221b2623071e2d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7c221b2623071e2d","status":"passed","time":{"start":1724922865536,"stop":1724922865537,"duration":1}},{"uid":"9cdb2c3b3c043713","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9cdb2c3b3c043713","status":"passed","time":{"start":1724921583488,"stop":1724921583488,"duration":0}},{"uid":"108853f31d9604a3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/108853f31d9604a3","status":"passed","time":{"start":1724921494522,"stop":1724921494522,"duration":0}},{"uid":"9244b79393a11541","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9244b79393a11541","status":"passed","time":{"start":1724918216288,"stop":1724918216288,"duration":0}},{"uid":"d8bc38bfb2f2e3db","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d8bc38bfb2f2e3db","status":"passed","time":{"start":1724889979499,"stop":1724889979500,"duration":1}},{"uid":"103aac3ddaa165ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/103aac3ddaa165ee","status":"passed","time":{"start":1724889083637,"stop":1724889083637,"duration":0}},{"uid":"f24c117f73c3e5bb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f24c117f73c3e5bb","status":"passed","time":{"start":1724888284641,"stop":1724888284642,"duration":1}},{"uid":"69052ca60f92061f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/69052ca60f92061f","status":"passed","time":{"start":1724887046098,"stop":1724887046098,"duration":0}},{"uid":"cf636ee7abf0b314","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cf636ee7abf0b314","status":"passed","time":{"start":1724886828839,"stop":1724886828839,"duration":0}},{"uid":"41976650e8c6cbd1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/41976650e8c6cbd1","status":"passed","time":{"start":1724862236791,"stop":1724862236792,"duration":1}},{"uid":"752ccf2dc52e050c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/752ccf2dc52e050c","status":"passed","time":{"start":1724861713626,"stop":1724861713627,"duration":1}},{"uid":"fc380906a2aeacf2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fc380906a2aeacf2","status":"passed","time":{"start":1724861586772,"stop":1724861586772,"duration":0}},{"uid":"7dbf9b19c4faea93","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7dbf9b19c4faea93","status":"passed","time":{"start":1724861418250,"stop":1724861418250,"duration":0}}]},"3158802b7db8fbfb451ab4d676c95192:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dcc1d3023e92b082","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dcc1d3023e92b082","status":"passed","time":{"start":1724922778322,"stop":1724922778322,"duration":0}},{"uid":"8bd10ad930776b3a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8bd10ad930776b3a","status":"passed","time":{"start":1724921497751,"stop":1724921497751,"duration":0}},{"uid":"963b5ea22f27beec","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/963b5ea22f27beec","status":"passed","time":{"start":1724921408405,"stop":1724921408406,"duration":1}},{"uid":"8bec7f23c0929ad9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8bec7f23c0929ad9","status":"passed","time":{"start":1724918086867,"stop":1724918086867,"duration":0}},{"uid":"a4da92abf32bc0e6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a4da92abf32bc0e6","status":"passed","time":{"start":1724889892442,"stop":1724889892442,"duration":0}},{"uid":"bf30b7d6098b5f77","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf30b7d6098b5f77","status":"passed","time":{"start":1724888997213,"stop":1724888997213,"duration":0}},{"uid":"777cc93312972f23","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/777cc93312972f23","status":"passed","time":{"start":1724888159485,"stop":1724888159485,"duration":0}},{"uid":"c2960dd09250c21b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c2960dd09250c21b","status":"passed","time":{"start":1724886937287,"stop":1724886937288,"duration":1}},{"uid":"438c7cc5e5c00fbf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/438c7cc5e5c00fbf","status":"passed","time":{"start":1724886709796,"stop":1724886709796,"duration":0}},{"uid":"c2b858fd5acebc6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2b858fd5acebc6","status":"passed","time":{"start":1724862123533,"stop":1724862123533,"duration":0}},{"uid":"e2b762a1266c5a49","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e2b762a1266c5a49","status":"passed","time":{"start":1724861620100,"stop":1724861620101,"duration":1}},{"uid":"4a17ffa38f38fd73","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4a17ffa38f38fd73","status":"passed","time":{"start":1724861460231,"stop":1724861460232,"duration":1}},{"uid":"8c29a022388842b5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8c29a022388842b5","status":"passed","time":{"start":1724861330168,"stop":1724861330168,"duration":0}}]},"449f02ca5ad1ef05921658c399843f12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ff94f0089cf7ceb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff94f0089cf7ceb7","status":"passed","time":{"start":1724889169853,"stop":1724889169854,"duration":1}}]},"ebdd7787882d52a461e8552cefc107fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d359b47ec28401d2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d359b47ec28401d2","status":"passed","time":{"start":1724861475024,"stop":1724861475027,"duration":3}}]},"106f25ff2cc4cbf32458eb8c05248544:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e5cf2f429fbf96ea","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e5cf2f429fbf96ea","status":"passed","time":{"start":1724922950822,"stop":1724922950822,"duration":0}},{"uid":"86776a82259ddb4c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/86776a82259ddb4c","status":"passed","time":{"start":1724921640400,"stop":1724921640400,"duration":0}},{"uid":"803eb5ed0630126f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/803eb5ed0630126f","status":"passed","time":{"start":1724921600408,"stop":1724921600410,"duration":2}},{"uid":"bceecbc37a02a9c8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bceecbc37a02a9c8","status":"passed","time":{"start":1724918300924,"stop":1724918300924,"duration":0}},{"uid":"33965224777f8303","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33965224777f8303","status":"passed","time":{"start":1724890059285,"stop":1724890059285,"duration":0}},{"uid":"6d76e1f90b01123e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d76e1f90b01123e","status":"passed","time":{"start":1724889188319,"stop":1724889188320,"duration":1}},{"uid":"65bc095377fd78d5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/65bc095377fd78d5","status":"passed","time":{"start":1724888372740,"stop":1724888372740,"duration":0}},{"uid":"f00017f808253a7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f00017f808253a7","status":"passed","time":{"start":1724887135718,"stop":1724887135718,"duration":0}},{"uid":"cc0cf8af4426f236","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cc0cf8af4426f236","status":"passed","time":{"start":1724886919665,"stop":1724886919669,"duration":4}},{"uid":"e88d2b13f7f92223","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e88d2b13f7f92223","status":"passed","time":{"start":1724862341834,"stop":1724862341835,"duration":1}},{"uid":"54b2c9e58f053f50","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/54b2c9e58f053f50","status":"passed","time":{"start":1724861815490,"stop":1724861815491,"duration":1}},{"uid":"60569e5fe17fc4dd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/60569e5fe17fc4dd","status":"passed","time":{"start":1724861669535,"stop":1724861669535,"duration":0}},{"uid":"c95d010418bf8aab","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c95d010418bf8aab","status":"passed","time":{"start":1724861505419,"stop":1724861505419,"duration":0}}]},"3d427eba83ca26d8649822c4586c1224:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"45c2502b33698790","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/45c2502b33698790","status":"passed","time":{"start":1724861741896,"stop":1724861741896,"duration":0}}]},"964cb013c9c54fdcc5e3121b44d3616c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"da75751be5b1f918","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/da75751be5b1f918","status":"passed","time":{"start":1724922999264,"stop":1724922999265,"duration":1}},{"uid":"abcc40ea23334fcb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/abcc40ea23334fcb","status":"passed","time":{"start":1724921669869,"stop":1724921669869,"duration":0}},{"uid":"a530f9dbbb091a22","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a530f9dbbb091a22","status":"passed","time":{"start":1724921630266,"stop":1724921630266,"duration":0}},{"uid":"89d8d00089503456","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/89d8d00089503456","status":"passed","time":{"start":1724918332986,"stop":1724918332987,"duration":1}},{"uid":"efbb65348891cd20","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/efbb65348891cd20","status":"passed","time":{"start":1724890089467,"stop":1724890089467,"duration":0}},{"uid":"efe48603c3b88d40","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/efe48603c3b88d40","status":"passed","time":{"start":1724889224490,"stop":1724889224491,"duration":1}},{"uid":"df96f7ffd0ae1eba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/df96f7ffd0ae1eba","status":"passed","time":{"start":1724888406345,"stop":1724888406345,"duration":0}},{"uid":"ca352504fa723149","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ca352504fa723149","status":"passed","time":{"start":1724887175022,"stop":1724887175023,"duration":1}},{"uid":"9e4879595ae2c644","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9e4879595ae2c644","status":"passed","time":{"start":1724886952406,"stop":1724886952407,"duration":1}},{"uid":"8cf5ba3d55cacbc7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8cf5ba3d55cacbc7","status":"passed","time":{"start":1724862378560,"stop":1724862378560,"duration":0}},{"uid":"9191fd8d9e0560d1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9191fd8d9e0560d1","status":"passed","time":{"start":1724861846748,"stop":1724861846749,"duration":1}},{"uid":"ec9fe6965aaad249","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ec9fe6965aaad249","status":"passed","time":{"start":1724861702533,"stop":1724861702534,"duration":1}},{"uid":"fec7f1c502b215e9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fec7f1c502b215e9","status":"passed","time":{"start":1724861533458,"stop":1724861533458,"duration":0}}]},"ce18eef58e12465d14106d1445bcd531:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f605a48342ceb852","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f605a48342ceb852","status":"passed","time":{"start":1724861392063,"stop":1724861392064,"duration":1}}]},"5832d214e5beab5a9f18fb5803afa03d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"139c0c44822c2f06","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/139c0c44822c2f06","status":"passed","time":{"start":1724889169847,"stop":1724889169848,"duration":1}}]},"b0ef162dcafab014be91c1a74332ea07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5725488dec9b121b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5725488dec9b121b","status":"passed","time":{"start":1724886822828,"stop":1724886822828,"duration":0}}]},"3fc4daffaa9de98066a4ff3439e670d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ad4c24961c11050e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ad4c24961c11050e","status":"passed","time":{"start":1724922374693,"stop":1724922374693,"duration":0}},{"uid":"10930c72109afabe","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/10930c72109afabe","status":"passed","time":{"start":1724921037653,"stop":1724921037653,"duration":0}},{"uid":"545d8e3f1aec1a85","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/545d8e3f1aec1a85","status":"passed","time":{"start":1724921013067,"stop":1724921013067,"duration":0}},{"uid":"4fe9762b0a24a9e7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4fe9762b0a24a9e7","status":"passed","time":{"start":1724917673307,"stop":1724917673308,"duration":1}},{"uid":"f4f3074263f25993","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f4f3074263f25993","status":"passed","time":{"start":1724889452327,"stop":1724889452327,"duration":0}},{"uid":"cc852019e16c756c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc852019e16c756c","status":"passed","time":{"start":1724888602860,"stop":1724888602860,"duration":0}},{"uid":"eaf482f34e52b08e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eaf482f34e52b08e","status":"passed","time":{"start":1724887759180,"stop":1724887759180,"duration":0}},{"uid":"f4e8d5ebf0912d20","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f4e8d5ebf0912d20","status":"passed","time":{"start":1724886525557,"stop":1724886525558,"duration":1}},{"uid":"2dadd46b2a80dc1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2dadd46b2a80dc1","status":"passed","time":{"start":1724886303413,"stop":1724886303413,"duration":0}},{"uid":"bfe01d423e9dea19","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bfe01d423e9dea19","status":"passed","time":{"start":1724861752250,"stop":1724861752250,"duration":0}},{"uid":"d9166daa863f883c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d9166daa863f883c","status":"passed","time":{"start":1724861223370,"stop":1724861223370,"duration":0}},{"uid":"a3b425828a6de18f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a3b425828a6de18f","status":"passed","time":{"start":1724861045219,"stop":1724861045220,"duration":1}},{"uid":"852e1a02aa3bfcd5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/852e1a02aa3bfcd5","status":"passed","time":{"start":1724860907106,"stop":1724860907106,"duration":0}}]},"db4044bcb84451b9ac43b9deb27ca0f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a97662633624bf45","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a97662633624bf45","status":"passed","time":{"start":1724922845249,"stop":1724922845249,"duration":0}},{"uid":"570448f1d3ea5776","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/570448f1d3ea5776","status":"passed","time":{"start":1724921515231,"stop":1724921515231,"duration":0}},{"uid":"1406b2e9e0b3ad04","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1406b2e9e0b3ad04","status":"passed","time":{"start":1724921475458,"stop":1724921475459,"duration":1}},{"uid":"c02bee1893fbf4e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c02bee1893fbf4e","status":"passed","time":{"start":1724918179404,"stop":1724918179406,"duration":2}},{"uid":"d9e13636fc0dc4d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9e13636fc0dc4d9","status":"passed","time":{"start":1724889935345,"stop":1724889935345,"duration":0}},{"uid":"8272911650706871","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8272911650706871","status":"passed","time":{"start":1724889072758,"stop":1724889072759,"duration":1}},{"uid":"58c1abfea9b04e67","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/58c1abfea9b04e67","status":"passed","time":{"start":1724888232420,"stop":1724888232420,"duration":0}},{"uid":"9baeeb812b93c9d6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9baeeb812b93c9d6","status":"passed","time":{"start":1724887018307,"stop":1724887018307,"duration":0}},{"uid":"156d825014c2fcc3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/156d825014c2fcc3","status":"passed","time":{"start":1724886781484,"stop":1724886781484,"duration":0}},{"uid":"54e543ea805e28be","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/54e543ea805e28be","status":"passed","time":{"start":1724862213667,"stop":1724862213667,"duration":0}},{"uid":"36e23cb6b2c89a2a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/36e23cb6b2c89a2a","status":"passed","time":{"start":1724861685860,"stop":1724861685860,"duration":0}},{"uid":"e059bba9f7fa9cef","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e059bba9f7fa9cef","status":"passed","time":{"start":1724861546182,"stop":1724861546182,"duration":0}},{"uid":"1e5ae2c618c6ec09","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1e5ae2c618c6ec09","status":"passed","time":{"start":1724861378116,"stop":1724861378116,"duration":0}}]},"eab7841360c8fd3d8e785d25e5f5803a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a7ce665536cdfd9f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a7ce665536cdfd9f","status":"passed","time":{"start":1724888336459,"stop":1724888336459,"duration":0}}]},"87b12bf0061b9bddb083981d7da27a8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"acdafd183e3bab49","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/acdafd183e3bab49","status":"passed","time":{"start":1724861485082,"stop":1724861485082,"duration":0}}]},"acc687c0d98cf9791a4c4549fc544c3c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b351df29fa92b1bb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b351df29fa92b1bb","status":"passed","time":{"start":1724921475501,"stop":1724921475501,"duration":0}}]},"e0ea69b6e4886398145d82343331531b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5ad99723c6d93bc2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5ad99723c6d93bc2","status":"passed","time":{"start":1724861770118,"stop":1724861770118,"duration":0}}]},"141843ad1779c0abe782878978f71632:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ee88d505a5e2283d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ee88d505a5e2283d","status":"passed","time":{"start":1724918298102,"stop":1724918298102,"duration":0}}]},"e356dad3eecbb6aeee91c4b9e20b2f0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"67df3dc8fb95e430","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/67df3dc8fb95e430","status":"passed","time":{"start":1724922891485,"stop":1724922891485,"duration":0}},{"uid":"5c2e2f260f1457e3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5c2e2f260f1457e3","status":"passed","time":{"start":1724921563008,"stop":1724921563008,"duration":0}},{"uid":"1e83885a4f3bd4f8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1e83885a4f3bd4f8","status":"passed","time":{"start":1724921526809,"stop":1724921526809,"duration":0}},{"uid":"da80165bf408f776","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/da80165bf408f776","status":"passed","time":{"start":1724918239935,"stop":1724918239936,"duration":1}},{"uid":"df4c010cd8b40d24","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/df4c010cd8b40d24","status":"passed","time":{"start":1724889980882,"stop":1724889980882,"duration":0}},{"uid":"ed8ca066c0f9ca76","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ed8ca066c0f9ca76","status":"passed","time":{"start":1724889109946,"stop":1724889109947,"duration":1}},{"uid":"ae22e76234ddfe39","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ae22e76234ddfe39","status":"passed","time":{"start":1724888294719,"stop":1724888294719,"duration":0}},{"uid":"89f86e5f5be8b62","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/89f86e5f5be8b62","status":"passed","time":{"start":1724887071735,"stop":1724887071735,"duration":0}},{"uid":"d8107f9e5aab2523","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d8107f9e5aab2523","status":"passed","time":{"start":1724886848341,"stop":1724886848341,"duration":0}},{"uid":"d0b2eec1d3953f93","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d0b2eec1d3953f93","status":"passed","time":{"start":1724862259243,"stop":1724862259243,"duration":0}},{"uid":"51e0b80b466e1961","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/51e0b80b466e1961","status":"passed","time":{"start":1724861735322,"stop":1724861735322,"duration":0}},{"uid":"5ff730b307ab603b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5ff730b307ab603b","status":"passed","time":{"start":1724861606335,"stop":1724861606336,"duration":1}},{"uid":"e2de2ea02a8ee43a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e2de2ea02a8ee43a","status":"passed","time":{"start":1724861426682,"stop":1724861426682,"duration":0}}]},"d01e6500f9bbcbf13d005f8e727f7f89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e49d8558054efdfc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e49d8558054efdfc","status":"passed","time":{"start":1724922508639,"stop":1724922508639,"duration":0}},{"uid":"4f19764bf47cf026","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4f19764bf47cf026","status":"passed","time":{"start":1724921164602,"stop":1724921164602,"duration":0}},{"uid":"d782cc8143f082f2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d782cc8143f082f2","status":"passed","time":{"start":1724921137826,"stop":1724921137827,"duration":1}},{"uid":"463fc3558e8febba","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/463fc3558e8febba","status":"passed","time":{"start":1724917810540,"stop":1724917810540,"duration":0}},{"uid":"6945a515bc20d4b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6945a515bc20d4b3","status":"passed","time":{"start":1724889585449,"stop":1724889585449,"duration":0}},{"uid":"f7e805e9c56c7141","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7e805e9c56c7141","status":"passed","time":{"start":1724888736512,"stop":1724888736512,"duration":0}},{"uid":"914459c38a0da08","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/914459c38a0da08","status":"passed","time":{"start":1724887891795,"stop":1724887891796,"duration":1}},{"uid":"12c51a44ea467223","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/12c51a44ea467223","status":"passed","time":{"start":1724886657790,"stop":1724886657791,"duration":1}},{"uid":"a5dfb9f9609f4051","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a5dfb9f9609f4051","status":"passed","time":{"start":1724886447359,"stop":1724886447359,"duration":0}},{"uid":"f95bfc46cb256db1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f95bfc46cb256db1","status":"passed","time":{"start":1724861880125,"stop":1724861880128,"duration":3}},{"uid":"7a8592347027e046","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7a8592347027e046","status":"passed","time":{"start":1724861359782,"stop":1724861359782,"duration":0}},{"uid":"9449739f928afb72","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9449739f928afb72","status":"passed","time":{"start":1724861179683,"stop":1724861179683,"duration":0}},{"uid":"93d4e6bc9574c9f1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/93d4e6bc9574c9f1","status":"passed","time":{"start":1724861040981,"stop":1724861040981,"duration":0}}]},"0553e80211dc4e789f22c79bf17cd210:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"45eb722fd448da14","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/45eb722fd448da14","status":"passed","time":{"start":1724922374681,"stop":1724922374681,"duration":0}},{"uid":"cecd57b280f7b2a0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cecd57b280f7b2a0","status":"passed","time":{"start":1724921037642,"stop":1724921037642,"duration":0}},{"uid":"486b758d9006ac53","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/486b758d9006ac53","status":"passed","time":{"start":1724921013055,"stop":1724921013056,"duration":1}},{"uid":"a5f2b8c329a1d8dd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a5f2b8c329a1d8dd","status":"passed","time":{"start":1724917673297,"stop":1724917673297,"duration":0}},{"uid":"6c45e5059d2472be","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c45e5059d2472be","status":"passed","time":{"start":1724889452316,"stop":1724889452317,"duration":1}},{"uid":"10a1532926df23cf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/10a1532926df23cf","status":"passed","time":{"start":1724888602847,"stop":1724888602847,"duration":0}},{"uid":"505153937e717282","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/505153937e717282","status":"passed","time":{"start":1724887759169,"stop":1724887759169,"duration":0}},{"uid":"e4ed5ab7efc6b7eb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e4ed5ab7efc6b7eb","status":"passed","time":{"start":1724886525549,"stop":1724886525549,"duration":0}},{"uid":"daec9b1b0da7bb45","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/daec9b1b0da7bb45","status":"passed","time":{"start":1724886303403,"stop":1724886303403,"duration":0}},{"uid":"f8fa37e9bfbf25a4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f8fa37e9bfbf25a4","status":"passed","time":{"start":1724861752235,"stop":1724861752235,"duration":0}},{"uid":"985259596e77eed8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/985259596e77eed8","status":"passed","time":{"start":1724861223360,"stop":1724861223360,"duration":0}},{"uid":"20b331c3d8c0431a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/20b331c3d8c0431a","status":"passed","time":{"start":1724861045208,"stop":1724861045208,"duration":0}},{"uid":"7ef23d0f3ebb5e4f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7ef23d0f3ebb5e4f","status":"passed","time":{"start":1724860907091,"stop":1724860907091,"duration":0}}]},"53a70864f1bd0718cbc62a8cd94d34f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"322a4a8ff57b83bb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/322a4a8ff57b83bb","status":"passed","time":{"start":1724922845253,"stop":1724922845253,"duration":0}},{"uid":"9c76f003f68108c3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9c76f003f68108c3","status":"passed","time":{"start":1724921515233,"stop":1724921515233,"duration":0}},{"uid":"c967b4db27d83507","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c967b4db27d83507","status":"passed","time":{"start":1724921475466,"stop":1724921475466,"duration":0}},{"uid":"44a029dfc2942665","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/44a029dfc2942665","status":"passed","time":{"start":1724918179407,"stop":1724918179408,"duration":1}},{"uid":"f214851233cdaef2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f214851233cdaef2","status":"passed","time":{"start":1724889935347,"stop":1724889935347,"duration":0}},{"uid":"f6c64828036b954f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f6c64828036b954f","status":"passed","time":{"start":1724889072761,"stop":1724889072761,"duration":0}},{"uid":"c4b566249b13143c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c4b566249b13143c","status":"passed","time":{"start":1724888232422,"stop":1724888232422,"duration":0}},{"uid":"729e69d0e135d447","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/729e69d0e135d447","status":"passed","time":{"start":1724887018309,"stop":1724887018309,"duration":0}},{"uid":"6e1c790be65c42b0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6e1c790be65c42b0","status":"passed","time":{"start":1724886781487,"stop":1724886781488,"duration":1}},{"uid":"d9d4af5674b72c90","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9d4af5674b72c90","status":"passed","time":{"start":1724862213669,"stop":1724862213670,"duration":1}},{"uid":"4ab52c3212dff22e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4ab52c3212dff22e","status":"passed","time":{"start":1724861685863,"stop":1724861685864,"duration":1}},{"uid":"af58373a05ca308c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/af58373a05ca308c","status":"passed","time":{"start":1724861546196,"stop":1724861546197,"duration":1}},{"uid":"a7ee3a3ee2a3d24e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a7ee3a3ee2a3d24e","status":"passed","time":{"start":1724861378118,"stop":1724861378119,"duration":1}}]},"46da1969b53543f0be3fc2e9c5efdbd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a2d334fa481fb89f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a2d334fa481fb89f","status":"passed","time":{"start":1724922845242,"stop":1724922845243,"duration":1}},{"uid":"72d94578d1b7516d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/72d94578d1b7516d","status":"passed","time":{"start":1724921515226,"stop":1724921515226,"duration":0}},{"uid":"f6b68f3aef7fea20","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f6b68f3aef7fea20","status":"passed","time":{"start":1724921475446,"stop":1724921475446,"duration":0}},{"uid":"dd2af3e79e94b0e1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd2af3e79e94b0e1","status":"passed","time":{"start":1724918179400,"stop":1724918179401,"duration":1}},{"uid":"33b5fc0c67b6a05f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33b5fc0c67b6a05f","status":"passed","time":{"start":1724889935341,"stop":1724889935341,"duration":0}},{"uid":"19e155f7000980f5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/19e155f7000980f5","status":"passed","time":{"start":1724889072753,"stop":1724889072754,"duration":1}},{"uid":"db8d87d19b465e44","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/db8d87d19b465e44","status":"passed","time":{"start":1724888232415,"stop":1724888232415,"duration":0}},{"uid":"ef6243596a5c0401","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ef6243596a5c0401","status":"passed","time":{"start":1724887018302,"stop":1724887018303,"duration":1}},{"uid":"8a753435916a1ad5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8a753435916a1ad5","status":"passed","time":{"start":1724886781479,"stop":1724886781480,"duration":1}},{"uid":"98859a77680ebce8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/98859a77680ebce8","status":"passed","time":{"start":1724862213662,"stop":1724862213663,"duration":1}},{"uid":"584cf39b07c76f2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/584cf39b07c76f2","status":"passed","time":{"start":1724861685855,"stop":1724861685856,"duration":1}},{"uid":"688b974f1ff9ec40","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/688b974f1ff9ec40","status":"passed","time":{"start":1724861546175,"stop":1724861546176,"duration":1}},{"uid":"dd94ec11aa589958","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dd94ec11aa589958","status":"passed","time":{"start":1724861378111,"stop":1724861378111,"duration":0}}]},"82bd66e914d41a425bbef7f66bd675b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b5d005e973bdc53","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6b5d005e973bdc53","status":"passed","time":{"start":1724861567904,"stop":1724861567904,"duration":0}}]},"2d1af9d1bfc0eb84e74b3a4e00a0e300:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"eb1212c894e3a5c7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/eb1212c894e3a5c7","status":"passed","time":{"start":1724922535037,"stop":1724922535037,"duration":0}},{"uid":"a206bb49a8e6967f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a206bb49a8e6967f","status":"passed","time":{"start":1724921196355,"stop":1724921196355,"duration":0}},{"uid":"115945283ed8c5dd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/115945283ed8c5dd","status":"passed","time":{"start":1724921173178,"stop":1724921173179,"duration":1}},{"uid":"c971ccb3e726a62","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c971ccb3e726a62","status":"passed","time":{"start":1724917930825,"stop":1724917930825,"duration":0}},{"uid":"2cf55d5514ca4668","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2cf55d5514ca4668","status":"passed","time":{"start":1724889621015,"stop":1724889621016,"duration":1}},{"uid":"91214c4e90e5f18c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91214c4e90e5f18c","status":"passed","time":{"start":1724888759385,"stop":1724888759387,"duration":2}},{"uid":"95855eaa63625bd8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/95855eaa63625bd8","status":"passed","time":{"start":1724888015043,"stop":1724888015043,"duration":0}},{"uid":"e78cac6f977ac376","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e78cac6f977ac376","status":"passed","time":{"start":1724886784541,"stop":1724886784541,"duration":0}},{"uid":"66ce69a0af9d0781","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/66ce69a0af9d0781","status":"passed","time":{"start":1724886566523,"stop":1724886566524,"duration":1}},{"uid":"3b9af78640ad5e9a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3b9af78640ad5e9a","status":"passed","time":{"start":1724861915532,"stop":1724861915533,"duration":1}},{"uid":"a5f52021da809e5a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a5f52021da809e5a","status":"passed","time":{"start":1724861379718,"stop":1724861379722,"duration":4}},{"uid":"8a3645fcf8d8be29","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8a3645fcf8d8be29","status":"passed","time":{"start":1724861206875,"stop":1724861206875,"duration":0}},{"uid":"fbf70cf7ada9fe6e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fbf70cf7ada9fe6e","status":"passed","time":{"start":1724861067558,"stop":1724861067558,"duration":0}}]},"43f087ab756f5db20786e19112834613:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f4ff44e340d39f9b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f4ff44e340d39f9b","status":"passed","time":{"start":1724861475042,"stop":1724861475042,"duration":0}}]},"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"171276ff386f569d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/171276ff386f569d","status":"passed","time":{"start":1724922465395,"stop":1724922465395,"duration":0}},{"uid":"e3e4ce9f84eeedba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e3e4ce9f84eeedba","status":"passed","time":{"start":1724921128567,"stop":1724921128567,"duration":0}},{"uid":"4c2183cc3e9894b7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4c2183cc3e9894b7","status":"passed","time":{"start":1724921103674,"stop":1724921103675,"duration":1}},{"uid":"383d067d02d6c8c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/383d067d02d6c8c","status":"passed","time":{"start":1724917763726,"stop":1724917763726,"duration":0}},{"uid":"afad87fe5a065eb8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/afad87fe5a065eb8","status":"passed","time":{"start":1724889543368,"stop":1724889543369,"duration":1}},{"uid":"b8518b5ca38c3edd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8518b5ca38c3edd","status":"passed","time":{"start":1724888692504,"stop":1724888692504,"duration":0}},{"uid":"bda5c570b28cfd86","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bda5c570b28cfd86","status":"passed","time":{"start":1724887850413,"stop":1724887850413,"duration":0}},{"uid":"31e93eb20be5223f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/31e93eb20be5223f","status":"passed","time":{"start":1724886617175,"stop":1724886617175,"duration":0}},{"uid":"dbf0eb98a0c09d9b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dbf0eb98a0c09d9b","status":"passed","time":{"start":1724886394905,"stop":1724886394905,"duration":0}},{"uid":"8ad59f98d577a105","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8ad59f98d577a105","status":"passed","time":{"start":1724861844372,"stop":1724861844372,"duration":0}},{"uid":"e9ae7a623a7dad22","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e9ae7a623a7dad22","status":"passed","time":{"start":1724861313409,"stop":1724861313409,"duration":0}},{"uid":"932e8636ccfd0867","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/932e8636ccfd0867","status":"passed","time":{"start":1724861139650,"stop":1724861139650,"duration":0}},{"uid":"bfa3acc42a698e83","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bfa3acc42a698e83","status":"passed","time":{"start":1724860999511,"stop":1724860999511,"duration":0}}]},"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"be22a9b2e4e55946","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/be22a9b2e4e55946","status":"passed","time":{"start":1724922383081,"stop":1724922383082,"duration":1}},{"uid":"990a5fb26d78f5c5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/990a5fb26d78f5c5","status":"passed","time":{"start":1724921046198,"stop":1724921046198,"duration":0}},{"uid":"b47bd63e0d9e17e4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b47bd63e0d9e17e4","status":"passed","time":{"start":1724921021469,"stop":1724921021469,"duration":0}},{"uid":"19de4ff66123d23f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/19de4ff66123d23f","status":"passed","time":{"start":1724917681717,"stop":1724917681717,"duration":0}},{"uid":"a1d3c9a78ef74784","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a1d3c9a78ef74784","status":"passed","time":{"start":1724889460646,"stop":1724889460646,"duration":0}},{"uid":"b83b5f642f09f320","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b83b5f642f09f320","status":"passed","time":{"start":1724888611289,"stop":1724888611289,"duration":0}},{"uid":"a8ff41e21914de99","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a8ff41e21914de99","status":"passed","time":{"start":1724887767614,"stop":1724887767615,"duration":1}},{"uid":"5444cc58bd447446","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5444cc58bd447446","status":"passed","time":{"start":1724886533984,"stop":1724886533984,"duration":0}},{"uid":"1cae9d9ece4f73bd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1cae9d9ece4f73bd","status":"passed","time":{"start":1724886311752,"stop":1724886311752,"duration":0}},{"uid":"3c0eff5f90f6a4c4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c0eff5f90f6a4c4","status":"passed","time":{"start":1724861760768,"stop":1724861760768,"duration":0}},{"uid":"2cff9a833860fd5a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2cff9a833860fd5a","status":"passed","time":{"start":1724861231728,"stop":1724861231728,"duration":0}},{"uid":"86f522686e693dc3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/86f522686e693dc3","status":"passed","time":{"start":1724861054249,"stop":1724861054249,"duration":0}},{"uid":"ed44c3e4946eaab","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ed44c3e4946eaab","status":"passed","time":{"start":1724860915808,"stop":1724860915808,"duration":0}}]},"f5de7aeafbb518978d807748208430e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":12,"unknown":0,"total":13},"items":[{"uid":"b77e68ddbf39f6ef","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b77e68ddbf39f6ef","status":"passed","time":{"start":1724922778327,"stop":1724922778327,"duration":0}},{"uid":"1bef7e84b6511509","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1bef7e84b6511509","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1724921497758,"stop":1724921497758,"duration":0}},{"uid":"183cef8413534048","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/183cef8413534048","status":"passed","time":{"start":1724921408413,"stop":1724921408413,"duration":0}},{"uid":"6c33cb308e4abf41","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6c33cb308e4abf41","status":"passed","time":{"start":1724918086870,"stop":1724918086870,"duration":0}},{"uid":"322c11fab878cd3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/322c11fab878cd3e","status":"passed","time":{"start":1724889892447,"stop":1724889892447,"duration":0}},{"uid":"a07b4a6218a52724","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a07b4a6218a52724","status":"passed","time":{"start":1724888997217,"stop":1724888997217,"duration":0}},{"uid":"eee50889729d8e1a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eee50889729d8e1a","status":"passed","time":{"start":1724888159490,"stop":1724888159490,"duration":0}},{"uid":"b301ddc661506550","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b301ddc661506550","status":"passed","time":{"start":1724886937303,"stop":1724886937303,"duration":0}},{"uid":"c1157874351248b0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c1157874351248b0","status":"passed","time":{"start":1724886709805,"stop":1724886709807,"duration":2}},{"uid":"46d5a5807e90c3b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/46d5a5807e90c3b","status":"passed","time":{"start":1724862123538,"stop":1724862123538,"duration":0}},{"uid":"ac87e22fdae14a61","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ac87e22fdae14a61","status":"passed","time":{"start":1724861620104,"stop":1724861620104,"duration":0}},{"uid":"8e4d3b50622bd2a4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8e4d3b50622bd2a4","status":"passed","time":{"start":1724861460249,"stop":1724861460249,"duration":0}},{"uid":"141f0bc9c1f7c0e8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/141f0bc9c1f7c0e8","status":"passed","time":{"start":1724861330172,"stop":1724861330172,"duration":0}}]},"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4192bcff687f9c42","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4192bcff687f9c42","status":"passed","time":{"start":1724923008737,"stop":1724923008737,"duration":0}},{"uid":"3fd2a55cf1c5c71d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3fd2a55cf1c5c71d","status":"passed","time":{"start":1724921677828,"stop":1724921677829,"duration":1}},{"uid":"e3cafb9c0977322e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e3cafb9c0977322e","status":"passed","time":{"start":1724921635680,"stop":1724921635680,"duration":0}},{"uid":"c8f84f6f638acc25","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c8f84f6f638acc25","status":"passed","time":{"start":1724918344739,"stop":1724918344740,"duration":1}},{"uid":"1c2db6c183a460d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c2db6c183a460d9","status":"passed","time":{"start":1724890097428,"stop":1724890097428,"duration":0}},{"uid":"aeace282f219e62f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aeace282f219e62f","status":"passed","time":{"start":1724889226624,"stop":1724889226625,"duration":1}},{"uid":"cf1e746bf8910dbd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf1e746bf8910dbd","status":"passed","time":{"start":1724888405388,"stop":1724888405388,"duration":0}},{"uid":"2c3de225dd9827f0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2c3de225dd9827f0","status":"passed","time":{"start":1724887180097,"stop":1724887180097,"duration":0}},{"uid":"6eda9d2bdca89e15","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6eda9d2bdca89e15","status":"passed","time":{"start":1724886957951,"stop":1724886957952,"duration":1}},{"uid":"c1ea837ab928d6bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c1ea837ab928d6bd","status":"passed","time":{"start":1724862379719,"stop":1724862379719,"duration":0}},{"uid":"c825cb0cba46bd69","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c825cb0cba46bd69","status":"passed","time":{"start":1724861853005,"stop":1724861853006,"duration":1}},{"uid":"2f61fc7690ccfe30","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2f61fc7690ccfe30","status":"passed","time":{"start":1724861709847,"stop":1724861709848,"duration":1}},{"uid":"8ea04dfb1d2fc1c8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8ea04dfb1d2fc1c8","status":"passed","time":{"start":1724861537425,"stop":1724861537425,"duration":0}}]},"10f933c965186a458ec206690fb0483d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"99f8f02b14691438","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/99f8f02b14691438","status":"passed","time":{"start":1724888350747,"stop":1724888350747,"duration":0}}]},"6bf9348457298471de7f5cf09b8c4a94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a5c3661ae17de006","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a5c3661ae17de006","status":"passed","time":{"start":1724922921452,"stop":1724922921461,"duration":9}},{"uid":"565fc01dc08d53f4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/565fc01dc08d53f4","status":"passed","time":{"start":1724921602952,"stop":1724921602952,"duration":0}},{"uid":"a118e6a472b5b490","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a118e6a472b5b490","status":"passed","time":{"start":1724921571097,"stop":1724921571098,"duration":1}},{"uid":"91d4f6cfb51705c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/91d4f6cfb51705c","status":"passed","time":{"start":1724918285587,"stop":1724918285587,"duration":0}},{"uid":"6c3b64038590f3b1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c3b64038590f3b1","status":"passed","time":{"start":1724890030090,"stop":1724890030091,"duration":1}},{"uid":"d383e0e1e2252713","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d383e0e1e2252713","status":"passed","time":{"start":1724889171909,"stop":1724889171909,"duration":0}},{"uid":"bf791ca865e2fd0b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bf791ca865e2fd0b","status":"passed","time":{"start":1724888350722,"stop":1724888350722,"duration":0}},{"uid":"c395c47452578835","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c395c47452578835","status":"passed","time":{"start":1724887115409,"stop":1724887115409,"duration":0}},{"uid":"de5763726fa1adbc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/de5763726fa1adbc","status":"passed","time":{"start":1724886884575,"stop":1724886884576,"duration":1}},{"uid":"e95f351ce53882b8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e95f351ce53882b8","status":"passed","time":{"start":1724862322258,"stop":1724862322258,"duration":0}},{"uid":"f8e7c53fd0292b40","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f8e7c53fd0292b40","status":"passed","time":{"start":1724861790752,"stop":1724861790752,"duration":0}},{"uid":"60be836664e8752c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/60be836664e8752c","status":"passed","time":{"start":1724861628421,"stop":1724861628421,"duration":0}},{"uid":"57738f8d5ed7a810","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/57738f8d5ed7a810","status":"passed","time":{"start":1724861465625,"stop":1724861465625,"duration":0}}]},"f43519141d65b9507c7a3f18c986a341:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e2a2076bc9823386","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e2a2076bc9823386","status":"passed","time":{"start":1724921564781,"stop":1724921564781,"duration":0}}]},"19c7222284bde21267086f9cc01eedf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1f162d844838771f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1f162d844838771f","status":"passed","time":{"start":1724922635351,"stop":1724922635351,"duration":0}},{"uid":"b1f5a5556a6d4f5e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b1f5a5556a6d4f5e","status":"passed","time":{"start":1724921297001,"stop":1724921297002,"duration":1}},{"uid":"5118fb2bea8750a5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5118fb2bea8750a5","status":"passed","time":{"start":1724921276364,"stop":1724921276364,"duration":0}},{"uid":"be1c463dada6f1a8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/be1c463dada6f1a8","status":"passed","time":{"start":1724917948313,"stop":1724917948317,"duration":4}},{"uid":"a1c08531aafb741a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a1c08531aafb741a","status":"passed","time":{"start":1724889729005,"stop":1724889729006,"duration":1}},{"uid":"4c42323e3ea7d518","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4c42323e3ea7d518","status":"passed","time":{"start":1724888864951,"stop":1724888864951,"duration":0}},{"uid":"d78baf310efa06d0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d78baf310efa06d0","status":"passed","time":{"start":1724888053739,"stop":1724888053745,"duration":6}},{"uid":"accd3afb73ff192c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/accd3afb73ff192c","status":"passed","time":{"start":1724886811653,"stop":1724886811655,"duration":2}},{"uid":"889e605c4c663071","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/889e605c4c663071","status":"passed","time":{"start":1724886581001,"stop":1724886581001,"duration":0}},{"uid":"4a977b462dd81f60","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a977b462dd81f60","status":"passed","time":{"start":1724862019557,"stop":1724862019557,"duration":0}},{"uid":"ad169214f81d0f22","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ad169214f81d0f22","status":"passed","time":{"start":1724861493934,"stop":1724861493935,"duration":1}},{"uid":"7bb103613e1bf03c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7bb103613e1bf03c","status":"passed","time":{"start":1724861318019,"stop":1724861318019,"duration":0}},{"uid":"acca306a177f673c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/acca306a177f673c","status":"passed","time":{"start":1724861178510,"stop":1724861178511,"duration":1}}]},"dd42ff6854d3b17dd7c4675a0f2d7993:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"54da24e16e3eb316","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/54da24e16e3eb316","status":"passed","time":{"start":1724922928887,"stop":1724922928887,"duration":0}},{"uid":"b091f39ad7af265e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b091f39ad7af265e","status":"passed","time":{"start":1724921620603,"stop":1724921620609,"duration":6}},{"uid":"8d33d1546d6214bb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8d33d1546d6214bb","status":"passed","time":{"start":1724921566688,"stop":1724921566690,"duration":2}},{"uid":"6cc0294aafab2004","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6cc0294aafab2004","status":"passed","time":{"start":1724918280553,"stop":1724918280553,"duration":0}},{"uid":"6b9b517a45b2e80d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b9b517a45b2e80d","status":"passed","time":{"start":1724890019469,"stop":1724890019469,"duration":0}},{"uid":"dc64c5551ddf1af6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dc64c5551ddf1af6","status":"passed","time":{"start":1724889148722,"stop":1724889148722,"duration":0}},{"uid":"d05aa59c59a7a33d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d05aa59c59a7a33d","status":"passed","time":{"start":1724888331955,"stop":1724888331955,"duration":0}},{"uid":"e523a4bdec57b67b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e523a4bdec57b67b","status":"passed","time":{"start":1724887107114,"stop":1724887107114,"duration":0}},{"uid":"3338a1d82a7232d9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3338a1d82a7232d9","status":"passed","time":{"start":1724886889608,"stop":1724886889608,"duration":0}},{"uid":"b5e9bb6c21407445","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b5e9bb6c21407445","status":"passed","time":{"start":1724862298790,"stop":1724862298790,"duration":0}},{"uid":"3ad0a5a7e3ecdb80","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3ad0a5a7e3ecdb80","status":"passed","time":{"start":1724861779253,"stop":1724861779254,"duration":1}},{"uid":"f06e5a558970b75a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f06e5a558970b75a","status":"passed","time":{"start":1724861646562,"stop":1724861646562,"duration":0}},{"uid":"ad5aeea86d6669b4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ad5aeea86d6669b4","status":"passed","time":{"start":1724861466615,"stop":1724861466615,"duration":0}}]},"58b2a9d0b0c8ca427266321407e4700e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"6cce17776e1ce311","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6cce17776e1ce311","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922398923,"stop":1724922398923,"duration":0}},{"uid":"d54c158d1973740","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d54c158d1973740","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921061852,"stop":1724921061852,"duration":0}},{"uid":"321fb9f9759c57f2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/321fb9f9759c57f2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921037160,"stop":1724921037160,"duration":0}},{"uid":"4ce8084671f064d7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4ce8084671f064d7","status":"skipped","statusDetails":"Test ignored","time":{"start":1724917697305,"stop":1724917697305,"duration":0}},{"uid":"a57770e517092b1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a57770e517092b1","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889476086,"stop":1724889476087,"duration":1}},{"uid":"ccd5dd68057d3525","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ccd5dd68057d3525","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888626890,"stop":1724888626891,"duration":1}},{"uid":"4bdb58702e3afe5e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4bdb58702e3afe5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887783111,"stop":1724887783111,"duration":0}},{"uid":"7d424a934d5baa1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7d424a934d5baa1","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886549922,"stop":1724886549922,"duration":0}},{"uid":"95982b13f522d648","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/95982b13f522d648","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886327584,"stop":1724886327585,"duration":1}},{"uid":"8819688b9a3cfb41","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8819688b9a3cfb41","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861776810,"stop":1724861776810,"duration":0}},{"uid":"fefb3aa7b71819ef","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fefb3aa7b71819ef","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861247302,"stop":1724861247302,"duration":0}},{"uid":"7294dda138282a2d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7294dda138282a2d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861071398,"stop":1724861071398,"duration":0}},{"uid":"487fe46fb3966558","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/487fe46fb3966558","status":"skipped","statusDetails":"Test ignored","time":{"start":1724860931798,"stop":1724860931798,"duration":0}}]},"db68c8704c29f54aff3969c0e2026f5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b58a8a5f42d82a18","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b58a8a5f42d82a18","status":"passed","time":{"start":1724918203696,"stop":1724918203697,"duration":1}}]},"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d583a455d8dd8fdf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d583a455d8dd8fdf","status":"passed","time":{"start":1724922635357,"stop":1724922635358,"duration":1}},{"uid":"9f8711989140f1fa","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9f8711989140f1fa","status":"passed","time":{"start":1724921297016,"stop":1724921297017,"duration":1}},{"uid":"fb7c9677a78304","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fb7c9677a78304","status":"passed","time":{"start":1724921276371,"stop":1724921276371,"duration":0}},{"uid":"eecd0e0d2f61c1be","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eecd0e0d2f61c1be","status":"passed","time":{"start":1724917948329,"stop":1724917948329,"duration":0}},{"uid":"e18be5fcbbbd479","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e18be5fcbbbd479","status":"passed","time":{"start":1724889729014,"stop":1724889729015,"duration":1}},{"uid":"8f8f5238d651263","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f8f5238d651263","status":"passed","time":{"start":1724888864959,"stop":1724888864959,"duration":0}},{"uid":"83bb2646d16dfcfc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/83bb2646d16dfcfc","status":"passed","time":{"start":1724888053750,"stop":1724888053750,"duration":0}},{"uid":"930a0e9fe3d00d49","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/930a0e9fe3d00d49","status":"passed","time":{"start":1724886811665,"stop":1724886811665,"duration":0}},{"uid":"3e55961704a462a2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3e55961704a462a2","status":"passed","time":{"start":1724886581007,"stop":1724886581008,"duration":1}},{"uid":"458d4197e6c2d728","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/458d4197e6c2d728","status":"passed","time":{"start":1724862019565,"stop":1724862019565,"duration":0}},{"uid":"406063dea117a835","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/406063dea117a835","status":"passed","time":{"start":1724861493941,"stop":1724861493941,"duration":0}},{"uid":"e6646d04c53de9fd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e6646d04c53de9fd","status":"passed","time":{"start":1724861318045,"stop":1724861318045,"duration":0}},{"uid":"e2367283e5080f66","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e2367283e5080f66","status":"passed","time":{"start":1724861178519,"stop":1724861178519,"duration":0}}]},"78400a4684faab9772a06b3ee7703c82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"40ac64ac740f6188","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/40ac64ac740f6188","status":"passed","time":{"start":1724922887526,"stop":1724922887526,"duration":0}},{"uid":"2af4268575210a4a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2af4268575210a4a","status":"passed","time":{"start":1724921564776,"stop":1724921564777,"duration":1}},{"uid":"a5b210903086aa1e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a5b210903086aa1e","status":"passed","time":{"start":1724921518821,"stop":1724921518821,"duration":0}},{"uid":"af2e08c224cb6866","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/af2e08c224cb6866","status":"passed","time":{"start":1724918229399,"stop":1724918229400,"duration":1}},{"uid":"9f2eb775f3284a5b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f2eb775f3284a5b","status":"passed","time":{"start":1724889980702,"stop":1724889980703,"duration":1}},{"uid":"cb177b8ed6830b5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cb177b8ed6830b5","status":"passed","time":{"start":1724889111163,"stop":1724889111163,"duration":0}},{"uid":"dede22e1139751be","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dede22e1139751be","status":"passed","time":{"start":1724888292533,"stop":1724888292533,"duration":0}},{"uid":"33b28fe1db4ba61c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/33b28fe1db4ba61c","status":"passed","time":{"start":1724887068225,"stop":1724887068228,"duration":3}},{"uid":"ec19111b0d0031b2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ec19111b0d0031b2","status":"passed","time":{"start":1724886848926,"stop":1724886848926,"duration":0}},{"uid":"a16fb2dc598463bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a16fb2dc598463bc","status":"passed","time":{"start":1724862262047,"stop":1724862262048,"duration":1}},{"uid":"3eeaecbea2373d94","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3eeaecbea2373d94","status":"passed","time":{"start":1724861741893,"stop":1724861741893,"duration":0}},{"uid":"9af1a4cfeed2fc8a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9af1a4cfeed2fc8a","status":"passed","time":{"start":1724861599492,"stop":1724861599493,"duration":1}},{"uid":"1c8c1ef8bf254119","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1c8c1ef8bf254119","status":"passed","time":{"start":1724861428475,"stop":1724861428475,"duration":0}}]},"3c1d516be9792da541f1811126e60a0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8dfd8fc4cf4e2334","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8dfd8fc4cf4e2334","status":"passed","time":{"start":1724922887521,"stop":1724922887521,"duration":0}},{"uid":"f5d59bb9ef074646","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f5d59bb9ef074646","status":"passed","time":{"start":1724921564772,"stop":1724921564772,"duration":0}},{"uid":"5bddc34ada117730","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5bddc34ada117730","status":"passed","time":{"start":1724921518780,"stop":1724921518781,"duration":1}},{"uid":"53f9a55e03d690f0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/53f9a55e03d690f0","status":"passed","time":{"start":1724918229395,"stop":1724918229395,"duration":0}},{"uid":"745b8722577a55e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/745b8722577a55e0","status":"passed","time":{"start":1724889980692,"stop":1724889980693,"duration":1}},{"uid":"c634b92637f3bb29","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c634b92637f3bb29","status":"passed","time":{"start":1724889111154,"stop":1724889111155,"duration":1}},{"uid":"f710ddee7e7ff453","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f710ddee7e7ff453","status":"passed","time":{"start":1724888292525,"stop":1724888292527,"duration":2}},{"uid":"9c53ce82df283b16","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9c53ce82df283b16","status":"passed","time":{"start":1724887068219,"stop":1724887068220,"duration":1}},{"uid":"c6a370e8c0698c39","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c6a370e8c0698c39","status":"passed","time":{"start":1724886848917,"stop":1724886848918,"duration":1}},{"uid":"257d02ada1ab5bc4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/257d02ada1ab5bc4","status":"passed","time":{"start":1724862262043,"stop":1724862262043,"duration":0}},{"uid":"1fb7d71c4b6da83f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1fb7d71c4b6da83f","status":"passed","time":{"start":1724861741885,"stop":1724861741888,"duration":3}},{"uid":"1f54b1a1226b5214","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1f54b1a1226b5214","status":"passed","time":{"start":1724861599481,"stop":1724861599481,"duration":0}},{"uid":"4d9e6fc28dfa31e1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4d9e6fc28dfa31e1","status":"passed","time":{"start":1724861428470,"stop":1724861428470,"duration":0}}]},"a7a7e2d58831e1dc205f9a9e338fbdf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"9b18f8cf216f1668","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9b18f8cf216f1668","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922887534,"stop":1724922887534,"duration":0}},{"uid":"57adf6c633c7dfd2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/57adf6c633c7dfd2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921564784,"stop":1724921564784,"duration":0}},{"uid":"a4cd6b36c79ecdec","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a4cd6b36c79ecdec","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921518831,"stop":1724921518832,"duration":1}},{"uid":"cd6db5ff7267c643","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cd6db5ff7267c643","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918229406,"stop":1724918229407,"duration":1}},{"uid":"8a3b010b410d8903","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8a3b010b410d8903","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889980708,"stop":1724889980708,"duration":0}},{"uid":"c15aa68d1954e5da","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c15aa68d1954e5da","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889111185,"stop":1724889111185,"duration":0}},{"uid":"fff11a92f8bb114a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fff11a92f8bb114a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888292548,"stop":1724888292549,"duration":1}},{"uid":"399483cc4f64c4c8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/399483cc4f64c4c8","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887068233,"stop":1724887068233,"duration":0}},{"uid":"cb5649902a14976f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cb5649902a14976f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886848938,"stop":1724886848939,"duration":1}},{"uid":"2eee222b506a12b1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2eee222b506a12b1","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862262057,"stop":1724862262057,"duration":0}},{"uid":"881d40b4d5e75d87","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/881d40b4d5e75d87","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861741900,"stop":1724861741900,"duration":0}},{"uid":"4ac33094aa745691","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4ac33094aa745691","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861599503,"stop":1724861599503,"duration":0}},{"uid":"2bddace5e67bf428","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2bddace5e67bf428","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861428482,"stop":1724861428482,"duration":0}}]},"d3d95898c68a651b850886c5722e4382:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ac9f9bf798e592fb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ac9f9bf798e592fb","status":"passed","time":{"start":1724923012462,"stop":1724923012462,"duration":0}},{"uid":"aec3877cce3faa28","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/aec3877cce3faa28","status":"passed","time":{"start":1724921625045,"stop":1724921625046,"duration":1}},{"uid":"e7a82cf108d09559","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e7a82cf108d09559","status":"passed","time":{"start":1724921590486,"stop":1724921590487,"duration":1}},{"uid":"9ebd25b94e89314c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9ebd25b94e89314c","status":"passed","time":{"start":1724918287562,"stop":1724918287562,"duration":0}},{"uid":"423685804a613891","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/423685804a613891","status":"passed","time":{"start":1724890047785,"stop":1724890047785,"duration":0}},{"uid":"1ebf8fbf2cb9ab59","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1ebf8fbf2cb9ab59","status":"passed","time":{"start":1724889183917,"stop":1724889183918,"duration":1}},{"uid":"c3e23785cbe1fb08","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c3e23785cbe1fb08","status":"passed","time":{"start":1724888354162,"stop":1724888354162,"duration":0}},{"uid":"6aec4c3ff87a3d84","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6aec4c3ff87a3d84","status":"passed","time":{"start":1724887145654,"stop":1724887145654,"duration":0}},{"uid":"d17ca1a1880ca21f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d17ca1a1880ca21f","status":"passed","time":{"start":1724886915783,"stop":1724886915784,"duration":1}},{"uid":"1851c5a78aa306e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1851c5a78aa306e0","status":"passed","time":{"start":1724862341434,"stop":1724862341435,"duration":1}},{"uid":"1e8ab6c1c3179f0e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1e8ab6c1c3179f0e","status":"passed","time":{"start":1724861805438,"stop":1724861805439,"duration":1}},{"uid":"65fb47c4d3795760","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/65fb47c4d3795760","status":"passed","time":{"start":1724861662253,"stop":1724861662253,"duration":0}},{"uid":"ee4b87703d5a4e91","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ee4b87703d5a4e91","status":"passed","time":{"start":1724861492506,"stop":1724861492506,"duration":0}}]},"8937a75762e7ef2d9ac5e7f42b8f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"70edc609aedd7b10","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/70edc609aedd7b10","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922845246,"stop":1724922845246,"duration":0}},{"uid":"77441a286b16a762","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/77441a286b16a762","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515229,"stop":1724921515229,"duration":0}},{"uid":"ab2b10c47060a736","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ab2b10c47060a736","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475448,"stop":1724921475454,"duration":6}},{"uid":"e1eebf42c4cf2712","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e1eebf42c4cf2712","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179403,"stop":1724918179403,"duration":0}},{"uid":"f41577f2ebcd937a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f41577f2ebcd937a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935343,"stop":1724889935343,"duration":0}},{"uid":"8afd6295ebab4057","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8afd6295ebab4057","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072756,"stop":1724889072757,"duration":1}},{"uid":"53af7968663f4184","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/53af7968663f4184","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232417,"stop":1724888232418,"duration":1}},{"uid":"8284f8d003225f23","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8284f8d003225f23","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018305,"stop":1724887018305,"duration":0}},{"uid":"c1abd28dfb1f7320","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c1abd28dfb1f7320","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781482,"stop":1724886781482,"duration":0}},{"uid":"78d8cb2b20191109","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/78d8cb2b20191109","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213665,"stop":1724862213665,"duration":0}},{"uid":"81ae39ce20b9195d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/81ae39ce20b9195d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861685858,"stop":1724861685858,"duration":0}},{"uid":"433e3e9a5adf6b86","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/433e3e9a5adf6b86","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546180,"stop":1724861546180,"duration":0}},{"uid":"c983f88ef37b67cc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c983f88ef37b67cc","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378113,"stop":1724861378113,"duration":0}}]},"9f07c75ef704aea1915b427e4dc2f966:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"57c22d602f4229d1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/57c22d602f4229d1","status":"passed","time":{"start":1724922383083,"stop":1724922383083,"duration":0}},{"uid":"6df296044ddd7138","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6df296044ddd7138","status":"passed","time":{"start":1724921046200,"stop":1724921046200,"duration":0}},{"uid":"765385c3759e8044","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/765385c3759e8044","status":"passed","time":{"start":1724921021470,"stop":1724921021471,"duration":1}},{"uid":"16e7ab4d944e599f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/16e7ab4d944e599f","status":"passed","time":{"start":1724917681719,"stop":1724917681719,"duration":0}},{"uid":"4b6772cf08e10b2b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b6772cf08e10b2b","status":"passed","time":{"start":1724889460648,"stop":1724889460651,"duration":3}},{"uid":"78dbab85da784279","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/78dbab85da784279","status":"passed","time":{"start":1724888611291,"stop":1724888611291,"duration":0}},{"uid":"86fb3c33bec4f2a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/86fb3c33bec4f2a2","status":"passed","time":{"start":1724887767616,"stop":1724887767616,"duration":0}},{"uid":"f27626d644c2f1a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f27626d644c2f1a2","status":"passed","time":{"start":1724886533986,"stop":1724886533986,"duration":0}},{"uid":"b93d659cb1a68888","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b93d659cb1a68888","status":"passed","time":{"start":1724886311754,"stop":1724886311754,"duration":0}},{"uid":"2ba9daa5aa1c361a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ba9daa5aa1c361a","status":"passed","time":{"start":1724861760770,"stop":1724861760770,"duration":0}},{"uid":"a87a93f0547570b2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a87a93f0547570b2","status":"passed","time":{"start":1724861231729,"stop":1724861231730,"duration":1}},{"uid":"b6c0f25ffb0378fe","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b6c0f25ffb0378fe","status":"passed","time":{"start":1724861054251,"stop":1724861054251,"duration":0}},{"uid":"1daf3dcde8e7123b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1daf3dcde8e7123b","status":"passed","time":{"start":1724860915809,"stop":1724860915809,"duration":0}}]},"40e87e14065e53f249ea9968b38bf4ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bcc6db9d9295415a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bcc6db9d9295415a","status":"passed","time":{"start":1724923008734,"stop":1724923008735,"duration":1}},{"uid":"65262cf4bafeb989","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/65262cf4bafeb989","status":"passed","time":{"start":1724921677827,"stop":1724921677827,"duration":0}},{"uid":"19e1d38a52698a10","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/19e1d38a52698a10","status":"passed","time":{"start":1724921635679,"stop":1724921635679,"duration":0}},{"uid":"9c0b0c1a790b9e9b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9c0b0c1a790b9e9b","status":"passed","time":{"start":1724918344738,"stop":1724918344738,"duration":0}},{"uid":"12b0070b5a8dfe09","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/12b0070b5a8dfe09","status":"passed","time":{"start":1724890097426,"stop":1724890097426,"duration":0}},{"uid":"9875d3452344c4a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9875d3452344c4a9","status":"passed","time":{"start":1724889226623,"stop":1724889226623,"duration":0}},{"uid":"a7db304076df81ee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a7db304076df81ee","status":"passed","time":{"start":1724888405386,"stop":1724888405387,"duration":1}},{"uid":"92603df29601346e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/92603df29601346e","status":"passed","time":{"start":1724887180096,"stop":1724887180096,"duration":0}},{"uid":"47a5e7e8512ee84f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/47a5e7e8512ee84f","status":"passed","time":{"start":1724886957949,"stop":1724886957950,"duration":1}},{"uid":"4975aa9622346891","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4975aa9622346891","status":"passed","time":{"start":1724862379718,"stop":1724862379718,"duration":0}},{"uid":"d73565e3f192832","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d73565e3f192832","status":"passed","time":{"start":1724861853004,"stop":1724861853004,"duration":0}},{"uid":"fbb8e4835b5d12b1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fbb8e4835b5d12b1","status":"passed","time":{"start":1724861709846,"stop":1724861709846,"duration":0}},{"uid":"e68b95ee7f4ae59c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e68b95ee7f4ae59c","status":"passed","time":{"start":1724861537423,"stop":1724861537423,"duration":0}}]},"b5067da1f8fbcfbdad0a76a73da3690f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c9ecdb8bf9acb241","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c9ecdb8bf9acb241","status":"passed","time":{"start":1724923012484,"stop":1724923012484,"duration":0}},{"uid":"9862a071b49b479c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9862a071b49b479c","status":"passed","time":{"start":1724921625094,"stop":1724921625094,"duration":0}},{"uid":"59a009ff9cfd62cc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/59a009ff9cfd62cc","status":"passed","time":{"start":1724921590514,"stop":1724921590514,"duration":0}},{"uid":"39ae195844fb9794","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/39ae195844fb9794","status":"passed","time":{"start":1724918287581,"stop":1724918287581,"duration":0}},{"uid":"109dd3da3612b58d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/109dd3da3612b58d","status":"passed","time":{"start":1724890047807,"stop":1724890047810,"duration":3}},{"uid":"9e0408042ec5f363","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e0408042ec5f363","status":"passed","time":{"start":1724889183950,"stop":1724889183950,"duration":0}},{"uid":"85ae352b170fea1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/85ae352b170fea1","status":"passed","time":{"start":1724888354190,"stop":1724888354191,"duration":1}},{"uid":"340536970776fd04","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/340536970776fd04","status":"passed","time":{"start":1724887145733,"stop":1724887145733,"duration":0}},{"uid":"749189f94362488","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/749189f94362488","status":"passed","time":{"start":1724886915812,"stop":1724886915813,"duration":1}},{"uid":"3e0373f61eede926","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3e0373f61eede926","status":"passed","time":{"start":1724862341469,"stop":1724862341469,"duration":0}},{"uid":"69f3ab8064c05d18","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/69f3ab8064c05d18","status":"passed","time":{"start":1724861805474,"stop":1724861805475,"duration":1}},{"uid":"286cdb861b9dd747","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/286cdb861b9dd747","status":"passed","time":{"start":1724861662304,"stop":1724861662305,"duration":1}},{"uid":"41b3e2d7e1235e7e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/41b3e2d7e1235e7e","status":"passed","time":{"start":1724861492534,"stop":1724861492535,"duration":1}}]},"cc71fd7400fc0202c463e53978c080a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"440ab7ca56261d79","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/440ab7ca56261d79","status":"passed","time":{"start":1724922853930,"stop":1724922853930,"duration":0}},{"uid":"bc16ba5b687a43db","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bc16ba5b687a43db","status":"passed","time":{"start":1724921529593,"stop":1724921529593,"duration":0}},{"uid":"be2958e82ec7890c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/be2958e82ec7890c","status":"passed","time":{"start":1724921488889,"stop":1724921488890,"duration":1}},{"uid":"28c2884b20d23094","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/28c2884b20d23094","status":"passed","time":{"start":1724918203697,"stop":1724918203697,"duration":0}},{"uid":"f2cc97bbf76eb44b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2cc97bbf76eb44b","status":"passed","time":{"start":1724889938369,"stop":1724889938369,"duration":0}},{"uid":"d144b83b9cd0bf4b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d144b83b9cd0bf4b","status":"passed","time":{"start":1724889077080,"stop":1724889077080,"duration":0}},{"uid":"af1a428c8cc46ce0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/af1a428c8cc46ce0","status":"passed","time":{"start":1724888268042,"stop":1724888268043,"duration":1}},{"uid":"7ba1672d9626cf82","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7ba1672d9626cf82","status":"passed","time":{"start":1724887032416,"stop":1724887032417,"duration":1}},{"uid":"ade279cfb3d0247a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ade279cfb3d0247a","status":"passed","time":{"start":1724886822829,"stop":1724886822829,"duration":0}},{"uid":"8846ffe938580c84","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8846ffe938580c84","status":"passed","time":{"start":1724862233524,"stop":1724862233524,"duration":0}},{"uid":"fc2d33c47fb62eb5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fc2d33c47fb62eb5","status":"passed","time":{"start":1724861712677,"stop":1724861712677,"duration":0}},{"uid":"492df1c743867b8c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/492df1c743867b8c","status":"passed","time":{"start":1724861567905,"stop":1724861567905,"duration":0}},{"uid":"7ad894cb7edbdfba","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7ad894cb7edbdfba","status":"passed","time":{"start":1724861392065,"stop":1724861392065,"duration":0}}]},"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3ea1863da7807cdb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3ea1863da7807cdb","status":"passed","time":{"start":1724922382484,"stop":1724922382484,"duration":0}},{"uid":"5cd211f0ceb6d07a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5cd211f0ceb6d07a","status":"passed","time":{"start":1724921045432,"stop":1724921045433,"duration":1}},{"uid":"96dacfda231e5e84","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/96dacfda231e5e84","status":"passed","time":{"start":1724921020900,"stop":1724921020900,"duration":0}},{"uid":"d7b0eaac18a7d987","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d7b0eaac18a7d987","status":"passed","time":{"start":1724917681169,"stop":1724917681169,"duration":0}},{"uid":"81ad2eb16bfbadaf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/81ad2eb16bfbadaf","status":"passed","time":{"start":1724889460008,"stop":1724889460008,"duration":0}},{"uid":"10f9c69eea285a45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/10f9c69eea285a45","status":"passed","time":{"start":1724888610607,"stop":1724888610607,"duration":0}},{"uid":"91c22a1a3ff2ba17","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/91c22a1a3ff2ba17","status":"passed","time":{"start":1724887766957,"stop":1724887766957,"duration":0}},{"uid":"af841ac017832338","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/af841ac017832338","status":"passed","time":{"start":1724886533379,"stop":1724886533379,"duration":0}},{"uid":"6e0031a41aea0dd4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6e0031a41aea0dd4","status":"passed","time":{"start":1724886311217,"stop":1724886311217,"duration":0}},{"uid":"7c61b2a5c1244c6d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7c61b2a5c1244c6d","status":"passed","time":{"start":1724861760230,"stop":1724861760231,"duration":1}},{"uid":"9d853cc19a345892","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9d853cc19a345892","status":"passed","time":{"start":1724861231071,"stop":1724861231071,"duration":0}},{"uid":"ac0b9416372a8016","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac0b9416372a8016","status":"passed","time":{"start":1724861053616,"stop":1724861053616,"duration":0}},{"uid":"3ebe97a1036a6fd2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3ebe97a1036a6fd2","status":"passed","time":{"start":1724860915335,"stop":1724860915336,"duration":1}}]},"5e8c9350a2cbdd2cfd70483db5c1d80e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"77e6255cdde006ed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/77e6255cdde006ed","status":"passed","time":{"start":1724890032298,"stop":1724890032298,"duration":0}}]},"ee0f8a9fee68389f7ffc25f222937008:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"16b61d8b8c36a99e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/16b61d8b8c36a99e","status":"passed","time":{"start":1724862298393,"stop":1724862298393,"duration":0}}]},"0337bbbdff7a5dc60f3ea8f843b63efb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"18437cd5e243f045","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/18437cd5e243f045","status":"passed","time":{"start":1724887092627,"stop":1724887092627,"duration":0}}]},"bab178584ac20058e105e83aa990cd65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21c66b5f2f3ecc8e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/21c66b5f2f3ecc8e","status":"passed","time":{"start":1724861800254,"stop":1724861800254,"duration":0}}]},"680e8d1d8aa49b600710cc51660d96fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"88775c664f2d04a9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/88775c664f2d04a9","status":"passed","time":{"start":1724922611427,"stop":1724922611427,"duration":0}},{"uid":"698e0d2a935fa2d7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/698e0d2a935fa2d7","status":"passed","time":{"start":1724921270344,"stop":1724921270349,"duration":5}},{"uid":"1142b2255855a707","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1142b2255855a707","status":"passed","time":{"start":1724921247804,"stop":1724921247806,"duration":2}},{"uid":"692598f5eec78099","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/692598f5eec78099","status":"passed","time":{"start":1724917989811,"stop":1724917989812,"duration":1}},{"uid":"217b54e9e7db650d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/217b54e9e7db650d","status":"passed","time":{"start":1724889678534,"stop":1724889678534,"duration":0}},{"uid":"4a3f4335d592fd9c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a3f4335d592fd9c","status":"passed","time":{"start":1724888829830,"stop":1724888829831,"duration":1}},{"uid":"e01b7a4a0cc0e42d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e01b7a4a0cc0e42d","status":"passed","time":{"start":1724888076978,"stop":1724888076979,"duration":1}},{"uid":"b4a3a9db728df5d3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b4a3a9db728df5d3","status":"passed","time":{"start":1724886851118,"stop":1724886851118,"duration":0}},{"uid":"ddd76d65ef7eee8e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ddd76d65ef7eee8e","status":"passed","time":{"start":1724886647070,"stop":1724886647071,"duration":1}},{"uid":"10366ed850243b7d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/10366ed850243b7d","status":"passed","time":{"start":1724861992706,"stop":1724861992706,"duration":0}},{"uid":"3aa208e8aa1d22c0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3aa208e8aa1d22c0","status":"passed","time":{"start":1724861469634,"stop":1724861469634,"duration":0}},{"uid":"b69b0097e44b1209","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b69b0097e44b1209","status":"passed","time":{"start":1724861284849,"stop":1724861284850,"duration":1}},{"uid":"84fc4d3410271e81","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/84fc4d3410271e81","status":"passed","time":{"start":1724861145783,"stop":1724861145783,"duration":0}}]},"32b8e9e00b4abdbea156a53cbc238c18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"72010ba300b1d62e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72010ba300b1d62e","status":"passed","time":{"start":1724889935340,"stop":1724889935340,"duration":0}}]},"bd869b429ac04717597f2b71e9d54d5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4c89a56fa76b5606","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4c89a56fa76b5606","status":"passed","time":{"start":1724888268041,"stop":1724888268041,"duration":0}}]},"b918cb724e27ce193c6c0f31a0b5b245:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dd155d4cfebdb4a1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dd155d4cfebdb4a1","status":"passed","time":{"start":1724923012479,"stop":1724923012479,"duration":0}},{"uid":"ea901a6e62efd2a4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ea901a6e62efd2a4","status":"passed","time":{"start":1724921625084,"stop":1724921625085,"duration":1}},{"uid":"153a7826379ebb83","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/153a7826379ebb83","status":"passed","time":{"start":1724921590509,"stop":1724921590509,"duration":0}},{"uid":"32543e2ad98c769","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/32543e2ad98c769","status":"passed","time":{"start":1724918287575,"stop":1724918287575,"duration":0}},{"uid":"df1147a7918b7b1e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/df1147a7918b7b1e","status":"passed","time":{"start":1724890047800,"stop":1724890047801,"duration":1}},{"uid":"4e87f5a7a50f1c1c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4e87f5a7a50f1c1c","status":"passed","time":{"start":1724889183942,"stop":1724889183943,"duration":1}},{"uid":"54f243039712d41c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/54f243039712d41c","status":"passed","time":{"start":1724888354182,"stop":1724888354182,"duration":0}},{"uid":"8a9102caebf01f1f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a9102caebf01f1f","status":"passed","time":{"start":1724887145719,"stop":1724887145720,"duration":1}},{"uid":"28ea2874972c10ab","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/28ea2874972c10ab","status":"passed","time":{"start":1724886915797,"stop":1724886915799,"duration":2}},{"uid":"d23e21c81d276130","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d23e21c81d276130","status":"passed","time":{"start":1724862341464,"stop":1724862341464,"duration":0}},{"uid":"97f385cc6aa8b4b0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/97f385cc6aa8b4b0","status":"passed","time":{"start":1724861805467,"stop":1724861805468,"duration":1}},{"uid":"40241fd5e979bfe","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/40241fd5e979bfe","status":"passed","time":{"start":1724861662299,"stop":1724861662299,"duration":0}},{"uid":"307252973a9b267f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/307252973a9b267f","status":"passed","time":{"start":1724861492526,"stop":1724861492526,"duration":0}}]},"c787ef39591d451b76fdffb9e728aaee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"de2bf4fa1c9fc4ca","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/de2bf4fa1c9fc4ca","status":"passed","time":{"start":1724922499935,"stop":1724922499935,"duration":0}},{"uid":"4075845b44d29dbf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4075845b44d29dbf","status":"passed","time":{"start":1724921158278,"stop":1724921158279,"duration":1}},{"uid":"d3a7953df35ec969","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d3a7953df35ec969","status":"passed","time":{"start":1724921130076,"stop":1724921130076,"duration":0}},{"uid":"36e340ca7eec1387","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/36e340ca7eec1387","status":"passed","time":{"start":1724917796893,"stop":1724917796894,"duration":1}},{"uid":"22748c16e1b58d69","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/22748c16e1b58d69","status":"passed","time":{"start":1724889579997,"stop":1724889579997,"duration":0}},{"uid":"388cf943caa089bf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/388cf943caa089bf","status":"passed","time":{"start":1724888730128,"stop":1724888730128,"duration":0}},{"uid":"5a0a66dac6fa3f9e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5a0a66dac6fa3f9e","status":"passed","time":{"start":1724887883927,"stop":1724887883927,"duration":0}},{"uid":"25cd15ef201cb5b5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/25cd15ef201cb5b5","status":"passed","time":{"start":1724886651245,"stop":1724886651245,"duration":0}},{"uid":"92cf4ee39edc350c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/92cf4ee39edc350c","status":"passed","time":{"start":1724886430268,"stop":1724886430268,"duration":0}},{"uid":"fbc72691a615c63","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fbc72691a615c63","status":"passed","time":{"start":1724861879167,"stop":1724861879168,"duration":1}},{"uid":"31a9691a7be91b17","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/31a9691a7be91b17","status":"passed","time":{"start":1724861345738,"stop":1724861345739,"duration":1}},{"uid":"ceb550380fc03db6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ceb550380fc03db6","status":"passed","time":{"start":1724861186694,"stop":1724861186694,"duration":0}},{"uid":"1ca15ad0f7bb2dfb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1ca15ad0f7bb2dfb","status":"passed","time":{"start":1724861034885,"stop":1724861034885,"duration":0}}]},"2374a8c38bcd8cbcba77c3f21d70d9d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"90af58f0050f54e6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/90af58f0050f54e6","status":"passed","time":{"start":1724922398276,"stop":1724922398277,"duration":1}},{"uid":"e8052f56229a044c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e8052f56229a044c","status":"passed","time":{"start":1724921061618,"stop":1724921061619,"duration":1}},{"uid":"4ad953f8e8d36125","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4ad953f8e8d36125","status":"passed","time":{"start":1724921036641,"stop":1724921036641,"duration":0}},{"uid":"f5306ed0883fb00","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f5306ed0883fb00","status":"passed","time":{"start":1724917696746,"stop":1724917696747,"duration":1}},{"uid":"5b5ceb9eb26e731a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b5ceb9eb26e731a","status":"passed","time":{"start":1724889476022,"stop":1724889476023,"duration":1}},{"uid":"5769086b46d1ec2b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5769086b46d1ec2b","status":"passed","time":{"start":1724888626863,"stop":1724888626863,"duration":0}},{"uid":"2ebcf24ddcfeba32","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2ebcf24ddcfeba32","status":"passed","time":{"start":1724887782851,"stop":1724887782851,"duration":0}},{"uid":"d0ccc15567afc2ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d0ccc15567afc2ba","status":"passed","time":{"start":1724886549390,"stop":1724886549390,"duration":0}},{"uid":"e836d30a7b79d63c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e836d30a7b79d63c","status":"passed","time":{"start":1724886327495,"stop":1724886327495,"duration":0}},{"uid":"ab04694a61d60669","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ab04694a61d60669","status":"passed","time":{"start":1724861776389,"stop":1724861776390,"duration":1}},{"uid":"4cd5ecedbbf41e25","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4cd5ecedbbf41e25","status":"passed","time":{"start":1724861247045,"stop":1724861247046,"duration":1}},{"uid":"987000efba10ef44","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/987000efba10ef44","status":"passed","time":{"start":1724861070812,"stop":1724861070813,"duration":1}},{"uid":"73648b5d8daf30ea","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/73648b5d8daf30ea","status":"passed","time":{"start":1724860931510,"stop":1724860931510,"duration":0}}]},"37b0712a55780e765f2fbe2dd020fbf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f86fc0a1e48afc1f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f86fc0a1e48afc1f","status":"passed","time":{"start":1724922891491,"stop":1724922891491,"duration":0}},{"uid":"4de4f10457257e54","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4de4f10457257e54","status":"passed","time":{"start":1724921563019,"stop":1724921563019,"duration":0}},{"uid":"812deb1a638245ff","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/812deb1a638245ff","status":"passed","time":{"start":1724921526815,"stop":1724921526815,"duration":0}},{"uid":"103515ff32fef415","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/103515ff32fef415","status":"passed","time":{"start":1724918239948,"stop":1724918239949,"duration":1}},{"uid":"aa1cb74a84e2ff3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aa1cb74a84e2ff3","status":"passed","time":{"start":1724889980919,"stop":1724889980919,"duration":0}},{"uid":"a6780acb1c31b8c5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a6780acb1c31b8c5","status":"passed","time":{"start":1724889109974,"stop":1724889109975,"duration":1}},{"uid":"48d0feb8bf0fc03e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/48d0feb8bf0fc03e","status":"passed","time":{"start":1724888294725,"stop":1724888294725,"duration":0}},{"uid":"af6c80e848c55ccd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/af6c80e848c55ccd","status":"passed","time":{"start":1724887071743,"stop":1724887071744,"duration":1}},{"uid":"9fad3611d6403b79","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9fad3611d6403b79","status":"passed","time":{"start":1724886848348,"stop":1724886848348,"duration":0}},{"uid":"2f93c00c2286435","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2f93c00c2286435","status":"passed","time":{"start":1724862259257,"stop":1724862259257,"duration":0}},{"uid":"e57a30a4d44516cb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e57a30a4d44516cb","status":"passed","time":{"start":1724861735332,"stop":1724861735333,"duration":1}},{"uid":"c0555a9d1dfbc69d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0555a9d1dfbc69d","status":"passed","time":{"start":1724861606351,"stop":1724861606352,"duration":1}},{"uid":"95629c5f2fb2da41","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/95629c5f2fb2da41","status":"passed","time":{"start":1724861426690,"stop":1724861426691,"duration":1}}]},"de70358f302182ae4211c906cce095b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2ce879ef73f39a70","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2ce879ef73f39a70","status":"passed","time":{"start":1724887092627,"stop":1724887092628,"duration":1}}]},"34840103faf2ca88c7371ea9d706be8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9b17d9177a9fcb7d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9b17d9177a9fcb7d","status":"passed","time":{"start":1724922398918,"stop":1724922398919,"duration":1}},{"uid":"2bcd465cfefc06d1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2bcd465cfefc06d1","status":"passed","time":{"start":1724921061845,"stop":1724921061846,"duration":1}},{"uid":"d6209e106ef76d22","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d6209e106ef76d22","status":"passed","time":{"start":1724921037155,"stop":1724921037156,"duration":1}},{"uid":"1efe11445ee3eb85","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1efe11445ee3eb85","status":"passed","time":{"start":1724917697299,"stop":1724917697300,"duration":1}},{"uid":"d6c4fff0d2f92f73","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d6c4fff0d2f92f73","status":"passed","time":{"start":1724889476081,"stop":1724889476082,"duration":1}},{"uid":"72d983caa1418f52","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72d983caa1418f52","status":"passed","time":{"start":1724888626884,"stop":1724888626885,"duration":1}},{"uid":"c81703efd94f9ef6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c81703efd94f9ef6","status":"passed","time":{"start":1724887783106,"stop":1724887783107,"duration":1}},{"uid":"928113ca0fec437","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/928113ca0fec437","status":"passed","time":{"start":1724886549917,"stop":1724886549918,"duration":1}},{"uid":"70eb33b773aa8de","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/70eb33b773aa8de","status":"passed","time":{"start":1724886327578,"stop":1724886327579,"duration":1}},{"uid":"a705ffe1ba2beafd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a705ffe1ba2beafd","status":"passed","time":{"start":1724861776804,"stop":1724861776805,"duration":1}},{"uid":"b352ff7aaf418d51","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b352ff7aaf418d51","status":"passed","time":{"start":1724861247296,"stop":1724861247297,"duration":1}},{"uid":"384d800c8adaba13","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/384d800c8adaba13","status":"passed","time":{"start":1724861071392,"stop":1724861071393,"duration":1}},{"uid":"86c332c0130f85","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/86c332c0130f85","status":"passed","time":{"start":1724860931793,"stop":1724860931793,"duration":0}}]},"d8f9bb47dbfa8c65b0044d77b541e60a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d2672a33265fcb69","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d2672a33265fcb69","status":"passed","time":{"start":1724922921471,"stop":1724922921471,"duration":0}},{"uid":"5890253cd3db5580","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5890253cd3db5580","status":"passed","time":{"start":1724921602976,"stop":1724921602977,"duration":1}},{"uid":"fc403da903d841f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fc403da903d841f","status":"passed","time":{"start":1724921571106,"stop":1724921571107,"duration":1}},{"uid":"fb577aba7ec52c3d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fb577aba7ec52c3d","status":"passed","time":{"start":1724918285613,"stop":1724918285614,"duration":1}},{"uid":"f7b81b4bb8426167","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7b81b4bb8426167","status":"passed","time":{"start":1724890030100,"stop":1724890030100,"duration":0}},{"uid":"51434a54c11a02c8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/51434a54c11a02c8","status":"passed","time":{"start":1724889171926,"stop":1724889171926,"duration":0}},{"uid":"2b61155e5f16ad91","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2b61155e5f16ad91","status":"passed","time":{"start":1724888350741,"stop":1724888350741,"duration":0}},{"uid":"9227392a3d3d3d4f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9227392a3d3d3d4f","status":"passed","time":{"start":1724887115424,"stop":1724887115425,"duration":1}},{"uid":"597995715dd218dd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/597995715dd218dd","status":"passed","time":{"start":1724886884584,"stop":1724886884585,"duration":1}},{"uid":"fef745e1306e76e3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fef745e1306e76e3","status":"passed","time":{"start":1724862322276,"stop":1724862322276,"duration":0}},{"uid":"30cca85b939b2da5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/30cca85b939b2da5","status":"passed","time":{"start":1724861790764,"stop":1724861790764,"duration":0}},{"uid":"a75a9db8224a3e22","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a75a9db8224a3e22","status":"passed","time":{"start":1724861628430,"stop":1724861628430,"duration":0}},{"uid":"1fad0e7cb04c8947","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1fad0e7cb04c8947","status":"passed","time":{"start":1724861465634,"stop":1724861465634,"duration":0}}]},"a6da04bd5ce46a2405442b9afc17c9e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ea662394ca82b057","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ea662394ca82b057","status":"passed","time":{"start":1724923012458,"stop":1724923012458,"duration":0}},{"uid":"320d1b37e77959fb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/320d1b37e77959fb","status":"passed","time":{"start":1724921625033,"stop":1724921625034,"duration":1}},{"uid":"feecb93e7e8c55c8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/feecb93e7e8c55c8","status":"passed","time":{"start":1724921590478,"stop":1724921590478,"duration":0}},{"uid":"ef47c19bea201b5f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ef47c19bea201b5f","status":"passed","time":{"start":1724918287557,"stop":1724918287558,"duration":1}},{"uid":"59e9f8af1ef99f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/59e9f8af1ef99f9","status":"passed","time":{"start":1724890047781,"stop":1724890047782,"duration":1}},{"uid":"9073bcd6ee555881","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9073bcd6ee555881","status":"passed","time":{"start":1724889183913,"stop":1724889183913,"duration":0}},{"uid":"8d70624997aac38a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8d70624997aac38a","status":"passed","time":{"start":1724888354158,"stop":1724888354159,"duration":1}},{"uid":"3a90f444a42571d0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3a90f444a42571d0","status":"passed","time":{"start":1724887145650,"stop":1724887145650,"duration":0}},{"uid":"4494519aea0fec42","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4494519aea0fec42","status":"passed","time":{"start":1724886915775,"stop":1724886915775,"duration":0}},{"uid":"f300cf4b11a1ae0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f300cf4b11a1ae0","status":"passed","time":{"start":1724862341430,"stop":1724862341431,"duration":1}},{"uid":"e9142ea62ef9c3cf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e9142ea62ef9c3cf","status":"passed","time":{"start":1724861805430,"stop":1724861805431,"duration":1}},{"uid":"b1a731fee6260124","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b1a731fee6260124","status":"passed","time":{"start":1724861662239,"stop":1724861662239,"duration":0}},{"uid":"2287c92b58f174b4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2287c92b58f174b4","status":"passed","time":{"start":1724861492502,"stop":1724861492502,"duration":0}}]},"d6dc95c2624275135509b6e324d75fe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b1c7199775d08a59","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b1c7199775d08a59","status":"passed","time":{"start":1724922891492,"stop":1724922891493,"duration":1}},{"uid":"fe941fc0fd498207","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fe941fc0fd498207","status":"passed","time":{"start":1724921563020,"stop":1724921563020,"duration":0}},{"uid":"71902d9cfa8a9e8f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/71902d9cfa8a9e8f","status":"passed","time":{"start":1724921526817,"stop":1724921526817,"duration":0}},{"uid":"2b6f81c2375b5431","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2b6f81c2375b5431","status":"passed","time":{"start":1724918239953,"stop":1724918239953,"duration":0}},{"uid":"9f7352f2c13153b4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f7352f2c13153b4","status":"passed","time":{"start":1724889980926,"stop":1724889980927,"duration":1}},{"uid":"ef27b0d4856b07bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ef27b0d4856b07bc","status":"passed","time":{"start":1724889109977,"stop":1724889109979,"duration":2}},{"uid":"77b34bc065c7313d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/77b34bc065c7313d","status":"passed","time":{"start":1724888294726,"stop":1724888294726,"duration":0}},{"uid":"de34a7fb72bc42b7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/de34a7fb72bc42b7","status":"passed","time":{"start":1724887071744,"stop":1724887071745,"duration":1}},{"uid":"17e98d81e0748d61","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/17e98d81e0748d61","status":"passed","time":{"start":1724886848350,"stop":1724886848350,"duration":0}},{"uid":"132f96ca6c8b2594","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/132f96ca6c8b2594","status":"passed","time":{"start":1724862259260,"stop":1724862259260,"duration":0}},{"uid":"ca2e4989aafa535b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ca2e4989aafa535b","status":"passed","time":{"start":1724861735335,"stop":1724861735335,"duration":0}},{"uid":"50d5dbed56f9e93f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/50d5dbed56f9e93f","status":"passed","time":{"start":1724861606352,"stop":1724861606353,"duration":1}},{"uid":"9881ae4d17479d73","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9881ae4d17479d73","status":"passed","time":{"start":1724861426691,"stop":1724861426692,"duration":1}}]},"92764ddbdf4d05ff0eea6b372016eacc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"420d75f6a7f9ee7f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/420d75f6a7f9ee7f","status":"passed","time":{"start":1724887032416,"stop":1724887032416,"duration":0}}]},"be5b3563f583e4186f5d9da7e09696c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6a83102c3f696a1c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6a83102c3f696a1c","status":"passed","time":{"start":1724918179413,"stop":1724918179416,"duration":3}}]},"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9d8cc1c9ee7a46dc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9d8cc1c9ee7a46dc","status":"passed","time":{"start":1724922635353,"stop":1724922635354,"duration":1}},{"uid":"12f03a4b26d5d41a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/12f03a4b26d5d41a","status":"passed","time":{"start":1724921297005,"stop":1724921297006,"duration":1}},{"uid":"b7a746a4f488ffac","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b7a746a4f488ffac","status":"passed","time":{"start":1724921276366,"stop":1724921276367,"duration":1}},{"uid":"5475759f8817b8b4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5475759f8817b8b4","status":"passed","time":{"start":1724917948321,"stop":1724917948321,"duration":0}},{"uid":"299146c5b0d69fad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/299146c5b0d69fad","status":"passed","time":{"start":1724889729007,"stop":1724889729007,"duration":0}},{"uid":"26b054b406c28cfb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/26b054b406c28cfb","status":"passed","time":{"start":1724888864952,"stop":1724888864953,"duration":1}},{"uid":"11b83a06481f24b5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/11b83a06481f24b5","status":"passed","time":{"start":1724888053746,"stop":1724888053746,"duration":0}},{"uid":"c5125e42cd11825f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c5125e42cd11825f","status":"passed","time":{"start":1724886811660,"stop":1724886811661,"duration":1}},{"uid":"e5dffaf3c4330919","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e5dffaf3c4330919","status":"passed","time":{"start":1724886581002,"stop":1724886581003,"duration":1}},{"uid":"a3961cdab29685ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3961cdab29685ae","status":"passed","time":{"start":1724862019559,"stop":1724862019560,"duration":1}},{"uid":"1fd7ac05e7273667","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1fd7ac05e7273667","status":"passed","time":{"start":1724861493936,"stop":1724861493936,"duration":0}},{"uid":"f358f69a0317d358","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f358f69a0317d358","status":"passed","time":{"start":1724861318028,"stop":1724861318028,"duration":0}},{"uid":"20009382f2cd88db","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/20009382f2cd88db","status":"passed","time":{"start":1724861178514,"stop":1724861178515,"duration":1}}]},"f930708d4007d85860719455465959ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"11ecd54189dfdf34","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/11ecd54189dfdf34","status":"passed","time":{"start":1724922402862,"stop":1724922402862,"duration":0}},{"uid":"d39e733702a7b73e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d39e733702a7b73e","status":"passed","time":{"start":1724921065909,"stop":1724921065909,"duration":0}},{"uid":"54108fb8cffe7717","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/54108fb8cffe7717","status":"passed","time":{"start":1724921040946,"stop":1724921040947,"duration":1}},{"uid":"75b659cb1b45c275","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/75b659cb1b45c275","status":"passed","time":{"start":1724917701154,"stop":1724917701155,"duration":1}},{"uid":"d8d30ba8ae87b5bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d8d30ba8ae87b5bc","status":"passed","time":{"start":1724889479973,"stop":1724889479974,"duration":1}},{"uid":"35ec8a7a54bb7e36","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/35ec8a7a54bb7e36","status":"passed","time":{"start":1724888630722,"stop":1724888630722,"duration":0}},{"uid":"96925242f1125972","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/96925242f1125972","status":"passed","time":{"start":1724887787005,"stop":1724887787005,"duration":0}},{"uid":"17f3c100082e9694","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/17f3c100082e9694","status":"passed","time":{"start":1724886553667,"stop":1724886553668,"duration":1}},{"uid":"1ead1ada1147c379","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1ead1ada1147c379","status":"passed","time":{"start":1724886331491,"stop":1724886331491,"duration":0}},{"uid":"6345f82e808bb72b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6345f82e808bb72b","status":"passed","time":{"start":1724861780655,"stop":1724861780655,"duration":0}},{"uid":"d4886441b02515f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d4886441b02515f","status":"passed","time":{"start":1724861251097,"stop":1724861251098,"duration":1}},{"uid":"c423e7b3f16a5eeb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c423e7b3f16a5eeb","status":"passed","time":{"start":1724861074807,"stop":1724861074807,"duration":0}},{"uid":"3302ec999b577a26","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3302ec999b577a26","status":"passed","time":{"start":1724860935670,"stop":1724860935670,"duration":0}}]},"0c773fdbecada19cc019e94f92ac44ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"66acd2f33136ffbe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/66acd2f33136ffbe","status":"passed","time":{"start":1724862298395,"stop":1724862298395,"duration":0}}]},"0ddf29e406d8d36124685e6de9d008d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1be0785873305047","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1be0785873305047","status":"passed","time":{"start":1724861475048,"stop":1724861475053,"duration":5}}]},"21b46813bf62dcc4e0d2c103356b6c1d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47eb871ea0aaa947","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/47eb871ea0aaa947","status":"passed","time":{"start":1724921571110,"stop":1724921571110,"duration":0}}]},"6222de83b46c7e94c733bc9b89aa12f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a06ba1b9aa55e047","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a06ba1b9aa55e047","status":"passed","time":{"start":1724922388046,"stop":1724922388047,"duration":1}},{"uid":"8c11ae878c60ba23","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8c11ae878c60ba23","status":"passed","time":{"start":1724921051054,"stop":1724921051054,"duration":0}},{"uid":"e09278fd97dcbbb2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e09278fd97dcbbb2","status":"passed","time":{"start":1724921026359,"stop":1724921026360,"duration":1}},{"uid":"5275e7435c027ed8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5275e7435c027ed8","status":"passed","time":{"start":1724917686538,"stop":1724917686538,"duration":0}},{"uid":"999cfb5238e4f02","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/999cfb5238e4f02","status":"passed","time":{"start":1724889465468,"stop":1724889465469,"duration":1}},{"uid":"bfec4b0bc0c369f5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bfec4b0bc0c369f5","status":"passed","time":{"start":1724888616210,"stop":1724888616210,"duration":0}},{"uid":"e93868cf5b8334ed","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e93868cf5b8334ed","status":"passed","time":{"start":1724887772446,"stop":1724887772447,"duration":1}},{"uid":"b796eef97489a7f3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b796eef97489a7f3","status":"passed","time":{"start":1724886538857,"stop":1724886538858,"duration":1}},{"uid":"5327a0846a39f16c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5327a0846a39f16c","status":"passed","time":{"start":1724886316624,"stop":1724886316625,"duration":1}},{"uid":"cd6268a822f1d7cb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd6268a822f1d7cb","status":"passed","time":{"start":1724861765760,"stop":1724861765761,"duration":1}},{"uid":"a1339aea497c5345","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a1339aea497c5345","status":"passed","time":{"start":1724861236571,"stop":1724861236571,"duration":0}},{"uid":"dc86b77d22a86b78","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dc86b77d22a86b78","status":"passed","time":{"start":1724861059468,"stop":1724861059468,"duration":0}},{"uid":"ff0880dff166f001","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ff0880dff166f001","status":"passed","time":{"start":1724860920724,"stop":1724860920724,"duration":0}}]},"bdc61a459fd8aa0c93671b99e5fd3f37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"359a2e782c6a3c31","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/359a2e782c6a3c31","status":"passed","time":{"start":1724889678257,"stop":1724889678257,"duration":0}}]},"9945393973edc3ddf8c0b8d613de2195:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61278054ddf772b4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/61278054ddf772b4","status":"passed","time":{"start":1724861599499,"stop":1724861599499,"duration":0}}]},"5c01827d9f30f00c3a668c494fde47df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"331a29e30272d913","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/331a29e30272d913","status":"passed","time":{"start":1724922862333,"stop":1724922862333,"duration":0}},{"uid":"96b54f458bd6d1f0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/96b54f458bd6d1f0","status":"passed","time":{"start":1724921540107,"stop":1724921540107,"duration":0}},{"uid":"28f117ceafbcd69c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/28f117ceafbcd69c","status":"passed","time":{"start":1724921503539,"stop":1724921503539,"duration":0}},{"uid":"df4717905c5f3a80","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/df4717905c5f3a80","status":"passed","time":{"start":1724918214356,"stop":1724918214356,"duration":0}},{"uid":"8d85ec50c105c9b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8d85ec50c105c9b","status":"passed","time":{"start":1724889952443,"stop":1724889952443,"duration":0}},{"uid":"a429ecb5b0c882ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a429ecb5b0c882ba","status":"passed","time":{"start":1724889087460,"stop":1724889087467,"duration":7}},{"uid":"251e334b48ad5a61","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/251e334b48ad5a61","status":"passed","time":{"start":1724888266428,"stop":1724888266429,"duration":1}},{"uid":"94aaa3f3399a15dd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/94aaa3f3399a15dd","status":"passed","time":{"start":1724887042930,"stop":1724887042930,"duration":0}},{"uid":"3f59c85b93c3df28","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3f59c85b93c3df28","status":"passed","time":{"start":1724886820797,"stop":1724886820797,"duration":0}},{"uid":"34e8b387e3af6e8e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/34e8b387e3af6e8e","status":"passed","time":{"start":1724862245489,"stop":1724862245489,"duration":0}},{"uid":"f3fe06e5b51d5ae6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f3fe06e5b51d5ae6","status":"passed","time":{"start":1724861720393,"stop":1724861720394,"duration":1}},{"uid":"9286a5be22f4a858","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9286a5be22f4a858","status":"passed","time":{"start":1724861579387,"stop":1724861579387,"duration":0}},{"uid":"9e306c3edbf238a2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9e306c3edbf238a2","status":"passed","time":{"start":1724861402506,"stop":1724861402506,"duration":0}}]},"6e1c32dcfd79db0371ce4cdbb0dcfb72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"77292f6ffec00746","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/77292f6ffec00746","status":"passed","time":{"start":1724923012457,"stop":1724923012457,"duration":0}},{"uid":"3ac9a7b5c3556c82","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3ac9a7b5c3556c82","status":"passed","time":{"start":1724921625031,"stop":1724921625032,"duration":1}},{"uid":"6c80abad73b6fe96","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6c80abad73b6fe96","status":"passed","time":{"start":1724921590477,"stop":1724921590477,"duration":0}},{"uid":"d1f167fdf6a2d1f1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d1f167fdf6a2d1f1","status":"passed","time":{"start":1724918287557,"stop":1724918287557,"duration":0}},{"uid":"c1f1651306cbd614","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c1f1651306cbd614","status":"passed","time":{"start":1724890047780,"stop":1724890047781,"duration":1}},{"uid":"9a50f55f86c82c0c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9a50f55f86c82c0c","status":"passed","time":{"start":1724889183912,"stop":1724889183912,"duration":0}},{"uid":"bb3aba573d4740ec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bb3aba573d4740ec","status":"passed","time":{"start":1724888354156,"stop":1724888354157,"duration":1}},{"uid":"ca630ede37660db3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ca630ede37660db3","status":"passed","time":{"start":1724887145648,"stop":1724887145649,"duration":1}},{"uid":"cd30f3f8d5b42a0d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cd30f3f8d5b42a0d","status":"passed","time":{"start":1724886915774,"stop":1724886915775,"duration":1}},{"uid":"94fdcd8b10bcc194","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/94fdcd8b10bcc194","status":"passed","time":{"start":1724862341429,"stop":1724862341430,"duration":1}},{"uid":"6cf16867df936391","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6cf16867df936391","status":"passed","time":{"start":1724861805428,"stop":1724861805429,"duration":1}},{"uid":"b023975ec422732b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b023975ec422732b","status":"passed","time":{"start":1724861662238,"stop":1724861662238,"duration":0}},{"uid":"2d6a25ad863af884","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2d6a25ad863af884","status":"passed","time":{"start":1724861492501,"stop":1724861492501,"duration":0}}]},"2a1f8b7e60a2342bdfe20d85d5f5e6aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"de1775536cc4783","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/de1775536cc4783","status":"passed","time":{"start":1724889938368,"stop":1724889938369,"duration":1}}]},"d07b791264e0641ee8d5505ee08e65a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c91dc8779f1361d7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c91dc8779f1361d7","status":"passed","time":{"start":1724921556059,"stop":1724921556059,"duration":0}}]},"315dd876ca7a8d13d1836dc7c13e91d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"81baa2c8ea7c7644","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/81baa2c8ea7c7644","status":"passed","time":{"start":1724921556061,"stop":1724921556062,"duration":1}}]},"a36b0c9d3cb75ae6dd3989d79c40f345:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7dab481f7490536f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7dab481f7490536f","status":"passed","time":{"start":1724888345351,"stop":1724888345351,"duration":0}}]},"747e07f485de0289eb875ead8cef7ae6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8e876506031b3e96","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8e876506031b3e96","status":"passed","time":{"start":1724861685877,"stop":1724861685877,"duration":0}}]},"4d10c9642cf4fb0fa94d6545d992cde2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d4736163a2fb5ce7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d4736163a2fb5ce7","status":"passed","time":{"start":1724922601843,"stop":1724922601843,"duration":0}},{"uid":"7c372c2c85bf8c55","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7c372c2c85bf8c55","status":"passed","time":{"start":1724921267870,"stop":1724921267870,"duration":0}},{"uid":"fb49c0eb93067520","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fb49c0eb93067520","status":"passed","time":{"start":1724921244370,"stop":1724921244371,"duration":1}},{"uid":"3eb6a3944a39af7f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3eb6a3944a39af7f","status":"passed","time":{"start":1724917916053,"stop":1724917916053,"duration":0}},{"uid":"2745aae1e45e4dbf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2745aae1e45e4dbf","status":"passed","time":{"start":1724889678255,"stop":1724889678256,"duration":1}},{"uid":"fa12dde5c2862e32","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fa12dde5c2862e32","status":"passed","time":{"start":1724888831685,"stop":1724888831685,"duration":0}},{"uid":"795a069e682709b5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/795a069e682709b5","status":"passed","time":{"start":1724888003321,"stop":1724888003321,"duration":0}},{"uid":"dd52cb4b44446586","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dd52cb4b44446586","status":"passed","time":{"start":1724886776609,"stop":1724886776610,"duration":1}},{"uid":"1d6fb97cab4e3b4a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1d6fb97cab4e3b4a","status":"passed","time":{"start":1724886555797,"stop":1724886555798,"duration":1}},{"uid":"d65b559d38c2c65a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d65b559d38c2c65a","status":"passed","time":{"start":1724861983007,"stop":1724861983007,"duration":0}},{"uid":"6923bb8c975ff2c3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6923bb8c975ff2c3","status":"passed","time":{"start":1724861444067,"stop":1724861444067,"duration":0}},{"uid":"25c4e85ff501b680","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/25c4e85ff501b680","status":"passed","time":{"start":1724861285835,"stop":1724861285835,"duration":0}},{"uid":"d59bdd572a9e63e4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d59bdd572a9e63e4","status":"passed","time":{"start":1724861145666,"stop":1724861145667,"duration":1}}]},"2ac84dd8ab862e3ff6b6e2a1b0f44ca4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4edbff6c1bb06bbc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4edbff6c1bb06bbc","status":"passed","time":{"start":1724918259544,"stop":1724918259544,"duration":0}}]},"cea3349636915da80739bb8809c43c8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"50e90a00fb0649dd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/50e90a00fb0649dd","status":"passed","time":{"start":1724861800259,"stop":1724861800259,"duration":0}}]},"8d63e67174dd96a7aa81b8114304ff79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7df2b594fad017f9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7df2b594fad017f9","status":"passed","time":{"start":1724922853931,"stop":1724922853931,"duration":0}},{"uid":"71f8bf5218558e3d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/71f8bf5218558e3d","status":"passed","time":{"start":1724921529594,"stop":1724921529594,"duration":0}},{"uid":"bff201436830925","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bff201436830925","status":"passed","time":{"start":1724921488890,"stop":1724921488894,"duration":4}},{"uid":"e3d8877d996e7e1d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e3d8877d996e7e1d","status":"passed","time":{"start":1724918203697,"stop":1724918203698,"duration":1}},{"uid":"891d94020459f0c8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/891d94020459f0c8","status":"passed","time":{"start":1724889938369,"stop":1724889938369,"duration":0}},{"uid":"61fde260509c9f0b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/61fde260509c9f0b","status":"passed","time":{"start":1724889077081,"stop":1724889077081,"duration":0}},{"uid":"3ef0cf70c6d6e0a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3ef0cf70c6d6e0a9","status":"passed","time":{"start":1724888268043,"stop":1724888268043,"duration":0}},{"uid":"58e2394f413befb2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/58e2394f413befb2","status":"passed","time":{"start":1724887032417,"stop":1724887032417,"duration":0}},{"uid":"8f818df1170ef18","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8f818df1170ef18","status":"passed","time":{"start":1724886822829,"stop":1724886822829,"duration":0}},{"uid":"f934f030f9310fd3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f934f030f9310fd3","status":"passed","time":{"start":1724862233524,"stop":1724862233524,"duration":0}},{"uid":"c5b55ab879ecedf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c5b55ab879ecedf","status":"passed","time":{"start":1724861712677,"stop":1724861712677,"duration":0}},{"uid":"d72fa26633f27740","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d72fa26633f27740","status":"passed","time":{"start":1724861567926,"stop":1724861567927,"duration":1}},{"uid":"fdef707ec756c4fb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fdef707ec756c4fb","status":"passed","time":{"start":1724861392065,"stop":1724861392065,"duration":0}}]},"42fcbea28d1a1a2e2f9ad21e09f1e516:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"73134353e5690fef","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/73134353e5690fef","status":"passed","time":{"start":1724921556062,"stop":1724921556063,"duration":1}}]},"057bc774319a7337746b9a337a20bb9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fab7def87f0b475","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fab7def87f0b475","status":"passed","time":{"start":1724922433168,"stop":1724922433168,"duration":0}},{"uid":"f6f50c71551e6b64","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f6f50c71551e6b64","status":"passed","time":{"start":1724921095758,"stop":1724921095758,"duration":0}},{"uid":"37106b19a076975b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/37106b19a076975b","status":"passed","time":{"start":1724921070806,"stop":1724921070806,"duration":0}},{"uid":"6e292da9611ddf99","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6e292da9611ddf99","status":"passed","time":{"start":1724917730900,"stop":1724917730901,"duration":1}},{"uid":"52093a7b61f2b126","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52093a7b61f2b126","status":"passed","time":{"start":1724889510333,"stop":1724889510333,"duration":0}},{"uid":"d2ace30e4f6ce450","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d2ace30e4f6ce450","status":"passed","time":{"start":1724888660680,"stop":1724888660681,"duration":1}},{"uid":"3f9bbc3b006ca63b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3f9bbc3b006ca63b","status":"passed","time":{"start":1724887817137,"stop":1724887817138,"duration":1}},{"uid":"d1606a6fd83a82a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d1606a6fd83a82a2","status":"passed","time":{"start":1724886584154,"stop":1724886584155,"duration":1}},{"uid":"d5ab695beaf5bfa3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d5ab695beaf5bfa3","status":"passed","time":{"start":1724886362414,"stop":1724886362415,"duration":1}},{"uid":"ecbb72e2f89cbc8f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ecbb72e2f89cbc8f","status":"passed","time":{"start":1724861811584,"stop":1724861811584,"duration":0}},{"uid":"e8841a55ab5bb656","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e8841a55ab5bb656","status":"passed","time":{"start":1724861280383,"stop":1724861280384,"duration":1}},{"uid":"8c67c867a792825b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8c67c867a792825b","status":"passed","time":{"start":1724861106381,"stop":1724861106381,"duration":0}},{"uid":"2fa8e1f128982b6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2fa8e1f128982b6","status":"passed","time":{"start":1724860966532,"stop":1724860966532,"duration":0}}]},"8a66db94555423a25549a9a9c2fb8b2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3e3e9e6ad67d0558","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3e3e9e6ad67d0558","status":"passed","time":{"start":1724922439101,"stop":1724922439101,"duration":0}},{"uid":"e9e919bdf22807c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e9e919bdf22807c","status":"passed","time":{"start":1724921098919,"stop":1724921098920,"duration":1}},{"uid":"e9cb9f5b855d2899","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e9cb9f5b855d2899","status":"passed","time":{"start":1724921073396,"stop":1724921073397,"duration":1}},{"uid":"d9d8d6e8affc83ef","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d9d8d6e8affc83ef","status":"passed","time":{"start":1724917744663,"stop":1724917744663,"duration":0}},{"uid":"7a6187d1c880cafc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7a6187d1c880cafc","status":"passed","time":{"start":1724889518044,"stop":1724889518044,"duration":0}},{"uid":"f8555404d92fa50b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f8555404d92fa50b","status":"passed","time":{"start":1724888665802,"stop":1724888665803,"duration":1}},{"uid":"8cb115f53c85fb05","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8cb115f53c85fb05","status":"passed","time":{"start":1724887821952,"stop":1724887821952,"duration":0}},{"uid":"bdab493289e506b9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bdab493289e506b9","status":"passed","time":{"start":1724886586926,"stop":1724886586926,"duration":0}},{"uid":"e370cf92e33a777c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e370cf92e33a777c","status":"passed","time":{"start":1724886375233,"stop":1724886375235,"duration":2}},{"uid":"bd73e79317bbdc28","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bd73e79317bbdc28","status":"passed","time":{"start":1724861815217,"stop":1724861815218,"duration":1}},{"uid":"1b3091717b0eba7a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1b3091717b0eba7a","status":"passed","time":{"start":1724861291722,"stop":1724861291722,"duration":0}},{"uid":"2781dd6b694f9daa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2781dd6b694f9daa","status":"passed","time":{"start":1724861109879,"stop":1724861109879,"duration":0}},{"uid":"55187f700f27f6c0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/55187f700f27f6c0","status":"passed","time":{"start":1724860972343,"stop":1724860972343,"duration":0}}]},"1a846f99df2feb911d19e70ae328211d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2af477ca4fc6e56f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2af477ca4fc6e56f","status":"passed","time":{"start":1724922425603,"stop":1724922425604,"duration":1}},{"uid":"922fb08040cbb24d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/922fb08040cbb24d","status":"passed","time":{"start":1724921088202,"stop":1724921088203,"duration":1}},{"uid":"90240f8f35011831","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/90240f8f35011831","status":"passed","time":{"start":1724921063384,"stop":1724921063384,"duration":0}},{"uid":"79e0cd0345b97abc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/79e0cd0345b97abc","status":"passed","time":{"start":1724917723835,"stop":1724917723835,"duration":0}},{"uid":"5ec449c4fad9c7e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ec449c4fad9c7e1","status":"passed","time":{"start":1724889503228,"stop":1724889503229,"duration":1}},{"uid":"4cbd76df78ef5467","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4cbd76df78ef5467","status":"passed","time":{"start":1724888652595,"stop":1724888652598,"duration":3}},{"uid":"8b9b9bfd7131169e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8b9b9bfd7131169e","status":"passed","time":{"start":1724887810650,"stop":1724887810651,"duration":1}},{"uid":"da3428f73436536d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/da3428f73436536d","status":"passed","time":{"start":1724886577073,"stop":1724886577074,"duration":1}},{"uid":"29e67ed68425b7f4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/29e67ed68425b7f4","status":"passed","time":{"start":1724886355054,"stop":1724886355055,"duration":1}},{"uid":"5eede34a635afc53","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5eede34a635afc53","status":"passed","time":{"start":1724861804051,"stop":1724861804051,"duration":0}},{"uid":"bf55c77aeb89229b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bf55c77aeb89229b","status":"passed","time":{"start":1724861273298,"stop":1724861273298,"duration":0}},{"uid":"547e150c4b6ab2b6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/547e150c4b6ab2b6","status":"passed","time":{"start":1724861099311,"stop":1724861099312,"duration":1}},{"uid":"b3e6802ebfb2832","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b3e6802ebfb2832","status":"passed","time":{"start":1724860959311,"stop":1724860959312,"duration":1}}]},"fe0d19d25d3b365d85a5a222c9e0fc88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f13cba270661ad29","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f13cba270661ad29","status":"passed","time":{"start":1724923008738,"stop":1724923008738,"duration":0}},{"uid":"6b8e435e99e74df4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6b8e435e99e74df4","status":"passed","time":{"start":1724921677829,"stop":1724921677830,"duration":1}},{"uid":"6c4218799bf648ee","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6c4218799bf648ee","status":"passed","time":{"start":1724921635681,"stop":1724921635681,"duration":0}},{"uid":"75042101f906fd8b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/75042101f906fd8b","status":"passed","time":{"start":1724918344740,"stop":1724918344741,"duration":1}},{"uid":"dba9e6e826a5fcf0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dba9e6e826a5fcf0","status":"passed","time":{"start":1724890097429,"stop":1724890097429,"duration":0}},{"uid":"f15b19a4ca575126","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f15b19a4ca575126","status":"passed","time":{"start":1724889226625,"stop":1724889226626,"duration":1}},{"uid":"8b86759004ee977e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8b86759004ee977e","status":"passed","time":{"start":1724888405389,"stop":1724888405389,"duration":0}},{"uid":"e1d566a9bbf99237","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e1d566a9bbf99237","status":"passed","time":{"start":1724887180098,"stop":1724887180098,"duration":0}},{"uid":"23fd061ca829ec6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/23fd061ca829ec6","status":"passed","time":{"start":1724886957952,"stop":1724886957952,"duration":0}},{"uid":"f8071f4e8410490d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f8071f4e8410490d","status":"passed","time":{"start":1724862379720,"stop":1724862379720,"duration":0}},{"uid":"4f76342e043e4a14","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4f76342e043e4a14","status":"passed","time":{"start":1724861853006,"stop":1724861853006,"duration":0}},{"uid":"f3cf28ade953920","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f3cf28ade953920","status":"passed","time":{"start":1724861709848,"stop":1724861709849,"duration":1}},{"uid":"e7203734bc40b052","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e7203734bc40b052","status":"passed","time":{"start":1724861537426,"stop":1724861537426,"duration":0}}]},"9b68db8e80edd915f242e2377993f12c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"48eeacccd67e54a8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/48eeacccd67e54a8","status":"passed","time":{"start":1724922374684,"stop":1724922374684,"duration":0}},{"uid":"71c79e9a049dbf03","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/71c79e9a049dbf03","status":"passed","time":{"start":1724921037645,"stop":1724921037645,"duration":0}},{"uid":"104b239fddbec0ce","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/104b239fddbec0ce","status":"passed","time":{"start":1724921013058,"stop":1724921013058,"duration":0}},{"uid":"42419fd55fcb6b25","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/42419fd55fcb6b25","status":"passed","time":{"start":1724917673300,"stop":1724917673300,"duration":0}},{"uid":"86575a2751887d21","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/86575a2751887d21","status":"passed","time":{"start":1724889452319,"stop":1724889452319,"duration":0}},{"uid":"52d6376d89d134","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52d6376d89d134","status":"passed","time":{"start":1724888602850,"stop":1724888602850,"duration":0}},{"uid":"b69a4dfd2e148cc5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b69a4dfd2e148cc5","status":"passed","time":{"start":1724887759171,"stop":1724887759172,"duration":1}},{"uid":"f49ff60c4e9a48ee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f49ff60c4e9a48ee","status":"passed","time":{"start":1724886525551,"stop":1724886525551,"duration":0}},{"uid":"b98c0bf0c959be18","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b98c0bf0c959be18","status":"passed","time":{"start":1724886303405,"stop":1724886303405,"duration":0}},{"uid":"d123f0a503deeff1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d123f0a503deeff1","status":"passed","time":{"start":1724861752238,"stop":1724861752238,"duration":0}},{"uid":"939458b024efafeb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/939458b024efafeb","status":"passed","time":{"start":1724861223363,"stop":1724861223363,"duration":0}},{"uid":"15dd0d77eeb26b90","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/15dd0d77eeb26b90","status":"passed","time":{"start":1724861045211,"stop":1724861045211,"duration":0}},{"uid":"a9f9e1f6f71eafd1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a9f9e1f6f71eafd1","status":"passed","time":{"start":1724860907093,"stop":1724860907095,"duration":2}}]},"81dbba575b5b34fb70574cfe8c608091:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b31fe4aa4dd1d6d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b31fe4aa4dd1d6d","status":"passed","time":{"start":1724888345352,"stop":1724888345352,"duration":0}}]},"e188b2b5fbce6bd7f60a2c7502501b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e1435df9b319d822","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e1435df9b319d822","status":"passed","time":{"start":1724922383084,"stop":1724922383085,"duration":1}},{"uid":"b969b359e3eb914e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b969b359e3eb914e","status":"passed","time":{"start":1724921046201,"stop":1724921046201,"duration":0}},{"uid":"67626d1105d211ab","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/67626d1105d211ab","status":"passed","time":{"start":1724921021472,"stop":1724921021476,"duration":4}},{"uid":"c48e657baa907e79","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c48e657baa907e79","status":"passed","time":{"start":1724917681720,"stop":1724917681724,"duration":4}},{"uid":"cccc8e6c4fdff6ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cccc8e6c4fdff6ba","status":"passed","time":{"start":1724889460652,"stop":1724889460652,"duration":0}},{"uid":"1c6b6cc008a28658","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c6b6cc008a28658","status":"passed","time":{"start":1724888611292,"stop":1724888611296,"duration":4}},{"uid":"3fd8b99acf39aed4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3fd8b99acf39aed4","status":"passed","time":{"start":1724887767621,"stop":1724887767621,"duration":0}},{"uid":"3a782d36a83340c1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3a782d36a83340c1","status":"passed","time":{"start":1724886533987,"stop":1724886533987,"duration":0}},{"uid":"a94f29dfdab21996","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a94f29dfdab21996","status":"passed","time":{"start":1724886311755,"stop":1724886311755,"duration":0}},{"uid":"9a5bb7e2efecf3fb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9a5bb7e2efecf3fb","status":"passed","time":{"start":1724861760771,"stop":1724861760775,"duration":4}},{"uid":"e1f985e32b209dd5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e1f985e32b209dd5","status":"passed","time":{"start":1724861231734,"stop":1724861231734,"duration":0}},{"uid":"9d0e9a3096a3ed17","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9d0e9a3096a3ed17","status":"passed","time":{"start":1724861054252,"stop":1724861054256,"duration":4}},{"uid":"4203b3d6cc235a5d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4203b3d6cc235a5d","status":"passed","time":{"start":1724860915810,"stop":1724860915811,"duration":1}}]},"a593fb3e6a25b4462513d1c3e8fa1663:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ec028e33e0a411fa","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ec028e33e0a411fa","status":"passed","time":{"start":1724922921472,"stop":1724922921472,"duration":0}},{"uid":"cab562aa51b22dc4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cab562aa51b22dc4","status":"passed","time":{"start":1724921602984,"stop":1724921602984,"duration":0}},{"uid":"f4ce9a4cef632edb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f4ce9a4cef632edb","status":"passed","time":{"start":1724921571108,"stop":1724921571108,"duration":0}},{"uid":"d72f6ce075f3324b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d72f6ce075f3324b","status":"passed","time":{"start":1724918285615,"stop":1724918285616,"duration":1}},{"uid":"bc2261dc5f15ce7a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc2261dc5f15ce7a","status":"passed","time":{"start":1724890030102,"stop":1724890030102,"duration":0}},{"uid":"3e42b6da3c7cd3ef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3e42b6da3c7cd3ef","status":"passed","time":{"start":1724889171928,"stop":1724889171929,"duration":1}},{"uid":"77ac39de64703636","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/77ac39de64703636","status":"passed","time":{"start":1724888350742,"stop":1724888350742,"duration":0}},{"uid":"1fb5777f21fa8269","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1fb5777f21fa8269","status":"passed","time":{"start":1724887115427,"stop":1724887115428,"duration":1}},{"uid":"5aa489a7408bb3f5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5aa489a7408bb3f5","status":"passed","time":{"start":1724886884586,"stop":1724886884586,"duration":0}},{"uid":"a5cf8cb5ae5d8c6b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5cf8cb5ae5d8c6b","status":"passed","time":{"start":1724862322277,"stop":1724862322278,"duration":1}},{"uid":"a841b5bdd3683dbb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a841b5bdd3683dbb","status":"passed","time":{"start":1724861790766,"stop":1724861790766,"duration":0}},{"uid":"ca4502c6217fe312","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ca4502c6217fe312","status":"passed","time":{"start":1724861628431,"stop":1724861628431,"duration":0}},{"uid":"47984b4d806aa66f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/47984b4d806aa66f","status":"passed","time":{"start":1724861465635,"stop":1724861465636,"duration":1}}]},"1e41d1e957c6a4ad92d9cdd41daf3363:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e4cbc36610d846d2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e4cbc36610d846d2","status":"passed","time":{"start":1724922845232,"stop":1724922845232,"duration":0}},{"uid":"5558b84675d82429","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5558b84675d82429","status":"passed","time":{"start":1724921515218,"stop":1724921515218,"duration":0}},{"uid":"98249757d258b7c6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/98249757d258b7c6","status":"passed","time":{"start":1724921475434,"stop":1724921475435,"duration":1}},{"uid":"3f8b4a90d90f74d5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3f8b4a90d90f74d5","status":"passed","time":{"start":1724918179366,"stop":1724918179367,"duration":1}},{"uid":"a3acbed78acd3e3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3acbed78acd3e3","status":"passed","time":{"start":1724889935332,"stop":1724889935332,"duration":0}},{"uid":"250971066c0100c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/250971066c0100c7","status":"passed","time":{"start":1724889072744,"stop":1724889072745,"duration":1}},{"uid":"cbe1276a94bf6452","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cbe1276a94bf6452","status":"passed","time":{"start":1724888232406,"stop":1724888232406,"duration":0}},{"uid":"828fbe336b9a446e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/828fbe336b9a446e","status":"passed","time":{"start":1724887018286,"stop":1724887018286,"duration":0}},{"uid":"ed7641a8c487bb3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ed7641a8c487bb3","status":"passed","time":{"start":1724886781470,"stop":1724886781471,"duration":1}},{"uid":"fb032208cf4aefb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb032208cf4aefb7","status":"passed","time":{"start":1724862213653,"stop":1724862213654,"duration":1}},{"uid":"8a5ee586355d9970","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8a5ee586355d9970","status":"passed","time":{"start":1724861685846,"stop":1724861685847,"duration":1}},{"uid":"d96f689031f9819a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d96f689031f9819a","status":"passed","time":{"start":1724861546161,"stop":1724861546161,"duration":0}},{"uid":"4bf6769cdef548e5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4bf6769cdef548e5","status":"passed","time":{"start":1724861378101,"stop":1724861378101,"duration":0}}]},"7e87ff00a780af6121957e2c9ef2c47e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ed6c592ee6d14ab2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ed6c592ee6d14ab2","status":"passed","time":{"start":1724923012469,"stop":1724923012469,"duration":0}},{"uid":"bb6ada565bb08e89","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bb6ada565bb08e89","status":"passed","time":{"start":1724921625077,"stop":1724921625077,"duration":0}},{"uid":"e1cd90221beb530c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e1cd90221beb530c","status":"passed","time":{"start":1724921590500,"stop":1724921590501,"duration":1}},{"uid":"11657acada936691","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/11657acada936691","status":"passed","time":{"start":1724918287569,"stop":1724918287569,"duration":0}},{"uid":"6fbf09073a2ebee0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6fbf09073a2ebee0","status":"passed","time":{"start":1724890047793,"stop":1724890047793,"duration":0}},{"uid":"f4e88c1a555d0cd9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f4e88c1a555d0cd9","status":"passed","time":{"start":1724889183925,"stop":1724889183925,"duration":0}},{"uid":"aa89900d5508b860","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aa89900d5508b860","status":"passed","time":{"start":1724888354174,"stop":1724888354174,"duration":0}},{"uid":"6facad2eb607d035","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6facad2eb607d035","status":"passed","time":{"start":1724887145681,"stop":1724887145683,"duration":2}},{"uid":"daea985e0c650c1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/daea985e0c650c1","status":"passed","time":{"start":1724886915790,"stop":1724886915791,"duration":1}},{"uid":"30c0fe55066ef1a2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/30c0fe55066ef1a2","status":"passed","time":{"start":1724862341455,"stop":1724862341455,"duration":0}},{"uid":"69c2a0866f31a265","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/69c2a0866f31a265","status":"passed","time":{"start":1724861805446,"stop":1724861805446,"duration":0}},{"uid":"7640569b86e385e7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7640569b86e385e7","status":"passed","time":{"start":1724861662290,"stop":1724861662290,"duration":0}},{"uid":"b5a69464d8e9bda4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b5a69464d8e9bda4","status":"passed","time":{"start":1724861492518,"stop":1724861492519,"duration":1}}]},"d527579dd817c306b03da85cf2bca70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"40071b716ed58add","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/40071b716ed58add","status":"passed","time":{"start":1724922508641,"stop":1724922508641,"duration":0}},{"uid":"8fa67dc09f551a36","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8fa67dc09f551a36","status":"passed","time":{"start":1724921164605,"stop":1724921164606,"duration":1}},{"uid":"f95353ce6af90ab6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f95353ce6af90ab6","status":"passed","time":{"start":1724921137828,"stop":1724921137829,"duration":1}},{"uid":"52cfd126e82cffca","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/52cfd126e82cffca","status":"passed","time":{"start":1724917810541,"stop":1724917810542,"duration":1}},{"uid":"8649eba213bd5339","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8649eba213bd5339","status":"passed","time":{"start":1724889585450,"stop":1724889585450,"duration":0}},{"uid":"e204ad5e3443d250","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e204ad5e3443d250","status":"passed","time":{"start":1724888736514,"stop":1724888736519,"duration":5}},{"uid":"4d43da697f6c60f8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4d43da697f6c60f8","status":"passed","time":{"start":1724887891796,"stop":1724887891797,"duration":1}},{"uid":"dbbef15c80776c34","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dbbef15c80776c34","status":"passed","time":{"start":1724886657796,"stop":1724886657796,"duration":0}},{"uid":"d24bfb922cff1d4f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d24bfb922cff1d4f","status":"passed","time":{"start":1724886447360,"stop":1724886447361,"duration":1}},{"uid":"92ab846c7c72ee26","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92ab846c7c72ee26","status":"passed","time":{"start":1724861880134,"stop":1724861880136,"duration":2}},{"uid":"72d493a792807bac","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/72d493a792807bac","status":"passed","time":{"start":1724861359783,"stop":1724861359784,"duration":1}},{"uid":"9cce11f128a19bdb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9cce11f128a19bdb","status":"passed","time":{"start":1724861179684,"stop":1724861179685,"duration":1}},{"uid":"f0eedf753c940357","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f0eedf753c940357","status":"passed","time":{"start":1724861040982,"stop":1724861040982,"duration":0}}]},"e741c95e6179c2b91d338de7e9c2e11f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b2af12cd71e31db0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b2af12cd71e31db0","status":"passed","time":{"start":1724922601840,"stop":1724922601840,"duration":0}},{"uid":"8b5e095b44e4c4f1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8b5e095b44e4c4f1","status":"passed","time":{"start":1724921267867,"stop":1724921267867,"duration":0}},{"uid":"58258bb5132bc9cf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/58258bb5132bc9cf","status":"passed","time":{"start":1724921244360,"stop":1724921244361,"duration":1}},{"uid":"cbabb5b0160007f4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cbabb5b0160007f4","status":"passed","time":{"start":1724917916040,"stop":1724917916040,"duration":0}},{"uid":"84145238bc3edf6a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/84145238bc3edf6a","status":"passed","time":{"start":1724889678252,"stop":1724889678252,"duration":0}},{"uid":"3dd7b5eb86577f6d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3dd7b5eb86577f6d","status":"passed","time":{"start":1724888831681,"stop":1724888831682,"duration":1}},{"uid":"24ecdfd5d7181efa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/24ecdfd5d7181efa","status":"passed","time":{"start":1724888003318,"stop":1724888003318,"duration":0}},{"uid":"3d1f11cf806aa639","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3d1f11cf806aa639","status":"passed","time":{"start":1724886776603,"stop":1724886776603,"duration":0}},{"uid":"f89b9c0ad30dc0bb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f89b9c0ad30dc0bb","status":"passed","time":{"start":1724886555789,"stop":1724886555789,"duration":0}},{"uid":"c5179c3327e59286","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5179c3327e59286","status":"passed","time":{"start":1724861983003,"stop":1724861983004,"duration":1}},{"uid":"4598b017032a8857","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4598b017032a8857","status":"passed","time":{"start":1724861444064,"stop":1724861444064,"duration":0}},{"uid":"18ddfcab61848db5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/18ddfcab61848db5","status":"passed","time":{"start":1724861285827,"stop":1724861285827,"duration":0}},{"uid":"3df04f60fdfc770a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3df04f60fdfc770a","status":"passed","time":{"start":1724861145660,"stop":1724861145662,"duration":2}}]},"0ed2eb6468c098422ce11d14be3bc6a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"995a9a1d84630039","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/995a9a1d84630039","status":"passed","time":{"start":1724918285618,"stop":1724918285619,"duration":1}}]},"7fd30244a4384948573d5578a256387f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"49afcbfedd54a6c4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/49afcbfedd54a6c4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922845246,"stop":1724922845247,"duration":1}},{"uid":"1d127426b4c48ce5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1d127426b4c48ce5","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515229,"stop":1724921515229,"duration":0}},{"uid":"cb4c1d98b2b61c8e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cb4c1d98b2b61c8e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475454,"stop":1724921475455,"duration":1}},{"uid":"990384fea600f19a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/990384fea600f19a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179403,"stop":1724918179403,"duration":0}},{"uid":"1b36f85de6af6d05","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1b36f85de6af6d05","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935343,"stop":1724889935343,"duration":0}},{"uid":"456da62b64bd0a7d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/456da62b64bd0a7d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072757,"stop":1724889072757,"duration":0}},{"uid":"20c211743736387c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/20c211743736387c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232418,"stop":1724888232418,"duration":0}},{"uid":"88070f5f1a3e107f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/88070f5f1a3e107f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018305,"stop":1724887018305,"duration":0}},{"uid":"77f746bb2511d3fd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/77f746bb2511d3fd","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781482,"stop":1724886781482,"duration":0}},{"uid":"92197d40e9b05883","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92197d40e9b05883","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213665,"stop":1724862213665,"duration":0}},{"uid":"dc7141b20cbe1515","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dc7141b20cbe1515","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861685858,"stop":1724861685859,"duration":1}},{"uid":"e900a4a3a9da9b7f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e900a4a3a9da9b7f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546180,"stop":1724861546180,"duration":0}},{"uid":"3c76f84903de0984","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3c76f84903de0984","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378114,"stop":1724861378114,"duration":0}}]},"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fd9df8b15714ade1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fd9df8b15714ade1","status":"passed","time":{"start":1724922465393,"stop":1724922465393,"duration":0}},{"uid":"fbedc372ddbc2b94","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fbedc372ddbc2b94","status":"passed","time":{"start":1724921128565,"stop":1724921128566,"duration":1}},{"uid":"84bc6a245f98aa29","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/84bc6a245f98aa29","status":"passed","time":{"start":1724921103673,"stop":1724921103674,"duration":1}},{"uid":"b238ae9e8066458c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b238ae9e8066458c","status":"passed","time":{"start":1724917763725,"stop":1724917763726,"duration":1}},{"uid":"3986eeab11d6d686","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3986eeab11d6d686","status":"passed","time":{"start":1724889543367,"stop":1724889543368,"duration":1}},{"uid":"7930a8118e98fa56","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7930a8118e98fa56","status":"passed","time":{"start":1724888692502,"stop":1724888692503,"duration":1}},{"uid":"5e18856b0d2c74e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5e18856b0d2c74e","status":"passed","time":{"start":1724887850412,"stop":1724887850413,"duration":1}},{"uid":"d7733d8f9e041690","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d7733d8f9e041690","status":"passed","time":{"start":1724886617174,"stop":1724886617174,"duration":0}},{"uid":"484a2a2972400208","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/484a2a2972400208","status":"passed","time":{"start":1724886394903,"stop":1724886394904,"duration":1}},{"uid":"aa8f268105aa2248","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aa8f268105aa2248","status":"passed","time":{"start":1724861844369,"stop":1724861844371,"duration":2}},{"uid":"a207bc8bad503ba5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a207bc8bad503ba5","status":"passed","time":{"start":1724861313408,"stop":1724861313408,"duration":0}},{"uid":"6840d1229c94c586","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6840d1229c94c586","status":"passed","time":{"start":1724861139649,"stop":1724861139649,"duration":0}},{"uid":"53aca42e2a85f4a9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/53aca42e2a85f4a9","status":"passed","time":{"start":1724860999510,"stop":1724860999510,"duration":0}}]},"0db05c9a936298f685b74005d3619f0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2e3c003234cfa5d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2e3c003234cfa5d","status":"passed","time":{"start":1724861546172,"stop":1724861546172,"duration":0}}]},"08f142f9f99c8ec8770a1349ad8d8bec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"efe3eecde92933b7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/efe3eecde92933b7","status":"passed","time":{"start":1724923012466,"stop":1724923012466,"duration":0}},{"uid":"f187978cc0530a22","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f187978cc0530a22","status":"passed","time":{"start":1724921625069,"stop":1724921625070,"duration":1}},{"uid":"bb9162ac4725dfbc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bb9162ac4725dfbc","status":"passed","time":{"start":1724921590497,"stop":1724921590497,"duration":0}},{"uid":"b17b8aa87a537b6f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b17b8aa87a537b6f","status":"passed","time":{"start":1724918287566,"stop":1724918287567,"duration":1}},{"uid":"9731a1c7c98bd99a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9731a1c7c98bd99a","status":"passed","time":{"start":1724890047789,"stop":1724890047789,"duration":0}},{"uid":"a30a376f0f1c09e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a30a376f0f1c09e5","status":"passed","time":{"start":1724889183922,"stop":1724889183922,"duration":0}},{"uid":"7dc30b33ec8b9183","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7dc30b33ec8b9183","status":"passed","time":{"start":1724888354167,"stop":1724888354167,"duration":0}},{"uid":"bbeae2ee4abf0541","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bbeae2ee4abf0541","status":"passed","time":{"start":1724887145661,"stop":1724887145665,"duration":4}},{"uid":"2a0fc2990daa01c4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2a0fc2990daa01c4","status":"passed","time":{"start":1724886915788,"stop":1724886915788,"duration":0}},{"uid":"410e2bf4fabb519e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/410e2bf4fabb519e","status":"passed","time":{"start":1724862341439,"stop":1724862341440,"duration":1}},{"uid":"56d60a65442099ab","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/56d60a65442099ab","status":"passed","time":{"start":1724861805444,"stop":1724861805444,"duration":0}},{"uid":"6c20c66be91ecad","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6c20c66be91ecad","status":"passed","time":{"start":1724861662270,"stop":1724861662272,"duration":2}},{"uid":"5fe93f5a600b30b7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5fe93f5a600b30b7","status":"passed","time":{"start":1724861492515,"stop":1724861492516,"duration":1}}]},"5590990f458e9cd5256061a912d7094e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7675b91bb45699e9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7675b91bb45699e9","status":"passed","time":{"start":1724922508642,"stop":1724922508642,"duration":0}},{"uid":"f47fc99520fc0fba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f47fc99520fc0fba","status":"passed","time":{"start":1724921164608,"stop":1724921164608,"duration":0}},{"uid":"12462c1d93cece7a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/12462c1d93cece7a","status":"passed","time":{"start":1724921137838,"stop":1724921137838,"duration":0}},{"uid":"dd5677ed0a542ed5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd5677ed0a542ed5","status":"passed","time":{"start":1724917810543,"stop":1724917810543,"duration":0}},{"uid":"1f5894979fcb2f82","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1f5894979fcb2f82","status":"passed","time":{"start":1724889585452,"stop":1724889585452,"duration":0}},{"uid":"43586cbdbe0f1d17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/43586cbdbe0f1d17","status":"passed","time":{"start":1724888736524,"stop":1724888736528,"duration":4}},{"uid":"795a7ed600cf1ceb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/795a7ed600cf1ceb","status":"passed","time":{"start":1724887891798,"stop":1724887891798,"duration":0}},{"uid":"ceb54ca22ee3fdea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ceb54ca22ee3fdea","status":"passed","time":{"start":1724886657797,"stop":1724886657798,"duration":1}},{"uid":"77110332771f242c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/77110332771f242c","status":"passed","time":{"start":1724886447362,"stop":1724886447362,"duration":0}},{"uid":"14e67e508bcc5241","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14e67e508bcc5241","status":"passed","time":{"start":1724861880138,"stop":1724861880139,"duration":1}},{"uid":"8f7e9b3fd623923c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8f7e9b3fd623923c","status":"passed","time":{"start":1724861359784,"stop":1724861359784,"duration":0}},{"uid":"5fd4e5aec6320bf0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5fd4e5aec6320bf0","status":"passed","time":{"start":1724861179686,"stop":1724861179686,"duration":0}},{"uid":"1c41baae0a8c71c5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1c41baae0a8c71c5","status":"passed","time":{"start":1724861040983,"stop":1724861040983,"duration":0}}]},"276a39dd02d25d584e174fc664000967:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"41c2f0dcb81a8994","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/41c2f0dcb81a8994","status":"passed","time":{"start":1724918298100,"stop":1724918298100,"duration":0}}]},"c8fa8b4482b23ae745b486859e0755cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8fa6f27875793db3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8fa6f27875793db3","status":"passed","time":{"start":1724922611431,"stop":1724922611432,"duration":1}},{"uid":"e0868c71ab09f686","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e0868c71ab09f686","status":"passed","time":{"start":1724921270353,"stop":1724921270353,"duration":0}},{"uid":"5bcac4d7c4161780","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5bcac4d7c4161780","status":"passed","time":{"start":1724921247814,"stop":1724921247814,"duration":0}},{"uid":"b8ab9903b89c4369","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b8ab9903b89c4369","status":"passed","time":{"start":1724917989814,"stop":1724917989815,"duration":1}},{"uid":"8fdc4f31f06c740e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8fdc4f31f06c740e","status":"passed","time":{"start":1724889678547,"stop":1724889678547,"duration":0}},{"uid":"b99ce6f41a4c1ca0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b99ce6f41a4c1ca0","status":"passed","time":{"start":1724888829834,"stop":1724888829834,"duration":0}},{"uid":"fcc4fdf99a0b991c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fcc4fdf99a0b991c","status":"passed","time":{"start":1724888076987,"stop":1724888076988,"duration":1}},{"uid":"5722c28ca055aa8c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5722c28ca055aa8c","status":"passed","time":{"start":1724886851122,"stop":1724886851122,"duration":0}},{"uid":"2e47c5eac9ac074e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2e47c5eac9ac074e","status":"passed","time":{"start":1724886647091,"stop":1724886647092,"duration":1}},{"uid":"2a23a62b86f00c29","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2a23a62b86f00c29","status":"passed","time":{"start":1724861992710,"stop":1724861992710,"duration":0}},{"uid":"4db1fc6e5c445c5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4db1fc6e5c445c5","status":"passed","time":{"start":1724861469638,"stop":1724861469638,"duration":0}},{"uid":"337b6710a01796f5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/337b6710a01796f5","status":"passed","time":{"start":1724861284854,"stop":1724861284854,"duration":0}},{"uid":"bc7a0b0a1fd19d34","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bc7a0b0a1fd19d34","status":"passed","time":{"start":1724861145798,"stop":1724861145799,"duration":1}}]},"d052cbe4fd95628d25dc9a86af47e022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"aa97f6aa7003019e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/aa97f6aa7003019e","status":"passed","time":{"start":1724922983781,"stop":1724922983782,"duration":1}},{"uid":"4af30a605653ec21","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4af30a605653ec21","status":"passed","time":{"start":1724921656191,"stop":1724921656192,"duration":1}},{"uid":"23a1b53cef620c7e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/23a1b53cef620c7e","status":"passed","time":{"start":1724921620457,"stop":1724921620458,"duration":1}},{"uid":"90e9e013d0856ee9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/90e9e013d0856ee9","status":"passed","time":{"start":1724918327709,"stop":1724918327710,"duration":1}},{"uid":"f97bd6e755647c38","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f97bd6e755647c38","status":"passed","time":{"start":1724890078470,"stop":1724890078470,"duration":0}},{"uid":"4097c42288de85b7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4097c42288de85b7","status":"passed","time":{"start":1724889213825,"stop":1724889213825,"duration":0}},{"uid":"2dc1249d1a4db1b2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2dc1249d1a4db1b2","status":"passed","time":{"start":1724888383602,"stop":1724888383602,"duration":0}},{"uid":"a2e0842646995455","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a2e0842646995455","status":"passed","time":{"start":1724887164578,"stop":1724887164578,"duration":0}},{"uid":"c9b4b865d80a2f6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c9b4b865d80a2f6","status":"passed","time":{"start":1724886943100,"stop":1724886943100,"duration":0}},{"uid":"e35522dc5d343903","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e35522dc5d343903","status":"passed","time":{"start":1724862368929,"stop":1724862368929,"duration":0}},{"uid":"933e07bff841e4d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/933e07bff841e4d","status":"passed","time":{"start":1724861835946,"stop":1724861835946,"duration":0}},{"uid":"861c1c82661f941f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/861c1c82661f941f","status":"passed","time":{"start":1724861692902,"stop":1724861692903,"duration":1}},{"uid":"443f360973c6cef9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/443f360973c6cef9","status":"passed","time":{"start":1724861520699,"stop":1724861520699,"duration":0}}]},"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e0de632ecd3df7ed","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e0de632ecd3df7ed","status":"passed","time":{"start":1724922866493,"stop":1724922866493,"duration":0}},{"uid":"fe97da869fe8c103","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fe97da869fe8c103","status":"passed","time":{"start":1724921538594,"stop":1724921538594,"duration":0}},{"uid":"a97f7fd9a0f465d4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a97f7fd9a0f465d4","status":"passed","time":{"start":1724921499391,"stop":1724921499392,"duration":1}},{"uid":"ac5f0754f20c3de0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ac5f0754f20c3de0","status":"passed","time":{"start":1724918204099,"stop":1724918204099,"duration":0}},{"uid":"415380fc062863bf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/415380fc062863bf","status":"passed","time":{"start":1724889957368,"stop":1724889957369,"duration":1}},{"uid":"38f7a7d347ad7d5c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/38f7a7d347ad7d5c","status":"passed","time":{"start":1724889094881,"stop":1724889094882,"duration":1}},{"uid":"3dc46f2c2600062b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3dc46f2c2600062b","status":"passed","time":{"start":1724888256177,"stop":1724888256177,"duration":0}},{"uid":"1f9e9a6cbaf881f5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1f9e9a6cbaf881f5","status":"passed","time":{"start":1724887043896,"stop":1724887043896,"duration":0}},{"uid":"6dff2b5da43291cf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6dff2b5da43291cf","status":"passed","time":{"start":1724886807385,"stop":1724886807386,"duration":1}},{"uid":"4f126ec901fe24","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f126ec901fe24","status":"passed","time":{"start":1724862237701,"stop":1724862237701,"duration":0}},{"uid":"9f178d9c3d27f630","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9f178d9c3d27f630","status":"passed","time":{"start":1724861709117,"stop":1724861709117,"duration":0}},{"uid":"d8e71692a44f2c80","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d8e71692a44f2c80","status":"passed","time":{"start":1724861571994,"stop":1724861571996,"duration":2}},{"uid":"f42292617eb19c57","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f42292617eb19c57","status":"passed","time":{"start":1724861400270,"stop":1724861400270,"duration":0}}]},"2ba9cc45ed556838c79bd1db5f195e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"74c1e9b12390fe0d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/74c1e9b12390fe0d","status":"passed","time":{"start":1724922845257,"stop":1724922845257,"duration":0}},{"uid":"21677b0b3bf04bcd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/21677b0b3bf04bcd","status":"passed","time":{"start":1724921515237,"stop":1724921515237,"duration":0}},{"uid":"4ae5f904aad84eec","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4ae5f904aad84eec","status":"passed","time":{"start":1724921475498,"stop":1724921475499,"duration":1}},{"uid":"75e28d64c8bb28a9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/75e28d64c8bb28a9","status":"passed","time":{"start":1724918179409,"stop":1724918179410,"duration":1}},{"uid":"ec7c75e9c25e551a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ec7c75e9c25e551a","status":"passed","time":{"start":1724889935348,"stop":1724889935348,"duration":0}},{"uid":"6da0a1de0a4ee094","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6da0a1de0a4ee094","status":"passed","time":{"start":1724889072763,"stop":1724889072763,"duration":0}},{"uid":"53ba0d0c9f3ed57e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/53ba0d0c9f3ed57e","status":"passed","time":{"start":1724888232424,"stop":1724888232424,"duration":0}},{"uid":"12a158c77989e718","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/12a158c77989e718","status":"passed","time":{"start":1724887018311,"stop":1724887018311,"duration":0}},{"uid":"9088a65096f2787e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9088a65096f2787e","status":"passed","time":{"start":1724886781497,"stop":1724886781497,"duration":0}},{"uid":"ba86d245b863f85b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ba86d245b863f85b","status":"passed","time":{"start":1724862213671,"stop":1724862213671,"duration":0}},{"uid":"b2ea61a0093a6498","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b2ea61a0093a6498","status":"passed","time":{"start":1724861685872,"stop":1724861685873,"duration":1}},{"uid":"df6fe0dfa634102b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/df6fe0dfa634102b","status":"passed","time":{"start":1724861546199,"stop":1724861546199,"duration":0}},{"uid":"8ff6c6ad8cca71a4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8ff6c6ad8cca71a4","status":"passed","time":{"start":1724861378120,"stop":1724861378120,"duration":0}}]},"7f23ef8153da8b57c261f8e4c8ed376b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"65f255398910597b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/65f255398910597b","status":"passed","time":{"start":1724922398277,"stop":1724922398278,"duration":1}},{"uid":"1e09cfa7863a412a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1e09cfa7863a412a","status":"passed","time":{"start":1724921061620,"stop":1724921061620,"duration":0}},{"uid":"96502cc60abe0eab","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/96502cc60abe0eab","status":"passed","time":{"start":1724921036642,"stop":1724921036642,"duration":0}},{"uid":"a800e4406d5fff4c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a800e4406d5fff4c","status":"passed","time":{"start":1724917696747,"stop":1724917696748,"duration":1}},{"uid":"fde9f282b7a90301","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fde9f282b7a90301","status":"passed","time":{"start":1724889476023,"stop":1724889476024,"duration":1}},{"uid":"952be77f0a62d7cb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/952be77f0a62d7cb","status":"passed","time":{"start":1724888626864,"stop":1724888626864,"duration":0}},{"uid":"adf212eb198e08fc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/adf212eb198e08fc","status":"passed","time":{"start":1724887782852,"stop":1724887782852,"duration":0}},{"uid":"f4c0bd3a938e1ffb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f4c0bd3a938e1ffb","status":"passed","time":{"start":1724886549391,"stop":1724886549391,"duration":0}},{"uid":"f4be4a466c30f2f4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f4be4a466c30f2f4","status":"passed","time":{"start":1724886327496,"stop":1724886327496,"duration":0}},{"uid":"a3bef7c22467338b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3bef7c22467338b","status":"passed","time":{"start":1724861776390,"stop":1724861776391,"duration":1}},{"uid":"e9bb054132b3df7b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e9bb054132b3df7b","status":"passed","time":{"start":1724861247046,"stop":1724861247047,"duration":1}},{"uid":"4c185546d3932f70","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4c185546d3932f70","status":"passed","time":{"start":1724861070814,"stop":1724861070814,"duration":0}},{"uid":"2f2af7b1fbfdffe9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2f2af7b1fbfdffe9","status":"passed","time":{"start":1724860931511,"stop":1724860931511,"duration":0}}]},"277cc79d310cbc1722435a2eb2d2e893:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c735b4c173e11a6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6c735b4c173e11a6","status":"passed","time":{"start":1724861378123,"stop":1724861378123,"duration":0}}]},"62773a7202f58cecdd3dc9bd6e16fc20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bef091612c3f8185","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bef091612c3f8185","status":"passed","time":{"start":1724922611435,"stop":1724922611436,"duration":1}},{"uid":"f2be7481138e906","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f2be7481138e906","status":"passed","time":{"start":1724921270357,"stop":1724921270358,"duration":1}},{"uid":"ca4d10775bde2a08","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ca4d10775bde2a08","status":"passed","time":{"start":1724921247818,"stop":1724921247818,"duration":0}},{"uid":"41b7764f3fa7578e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/41b7764f3fa7578e","status":"passed","time":{"start":1724917989819,"stop":1724917989819,"duration":0}},{"uid":"e6510bd5e79d9dcb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e6510bd5e79d9dcb","status":"passed","time":{"start":1724889678551,"stop":1724889678551,"duration":0}},{"uid":"9fc7f2731b147e2a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9fc7f2731b147e2a","status":"passed","time":{"start":1724888829843,"stop":1724888829844,"duration":1}},{"uid":"dfc968b8e5b554fe","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dfc968b8e5b554fe","status":"passed","time":{"start":1724888077010,"stop":1724888077011,"duration":1}},{"uid":"6b648f3399024024","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b648f3399024024","status":"passed","time":{"start":1724886851126,"stop":1724886851126,"duration":0}},{"uid":"56157f990b16c94c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/56157f990b16c94c","status":"passed","time":{"start":1724886647111,"stop":1724886647112,"duration":1}},{"uid":"ab697d408712c170","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ab697d408712c170","status":"passed","time":{"start":1724861992713,"stop":1724861992714,"duration":1}},{"uid":"160e6d3ee74cea4f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/160e6d3ee74cea4f","status":"passed","time":{"start":1724861469644,"stop":1724861469644,"duration":0}},{"uid":"76bc5184c73a978","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/76bc5184c73a978","status":"passed","time":{"start":1724861284857,"stop":1724861284858,"duration":1}},{"uid":"578817aa4701751b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/578817aa4701751b","status":"passed","time":{"start":1724861145805,"stop":1724861145806,"duration":1}}]},"4a06f965b8649e0b2d1b084531a1ae71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7c4ae4f5692f72cd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7c4ae4f5692f72cd","status":"passed","time":{"start":1724921518824,"stop":1724921518825,"duration":1}}]},"4eff166832f222440e0246e68dbc1a35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"92bf7a80c1e9295c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/92bf7a80c1e9295c","status":"passed","time":{"start":1724922611441,"stop":1724922611441,"duration":0}},{"uid":"cdee562cd8da410c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cdee562cd8da410c","status":"passed","time":{"start":1724921270365,"stop":1724921270365,"duration":0}},{"uid":"25499e52394930ee","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/25499e52394930ee","status":"passed","time":{"start":1724921247826,"stop":1724921247826,"duration":0}},{"uid":"945860fe105d9617","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/945860fe105d9617","status":"passed","time":{"start":1724917989824,"stop":1724917989825,"duration":1}},{"uid":"f256342fc3c9ce45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f256342fc3c9ce45","status":"passed","time":{"start":1724889678569,"stop":1724889678569,"duration":0}},{"uid":"8f70a08fef9619b9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f70a08fef9619b9","status":"passed","time":{"start":1724888829847,"stop":1724888829848,"duration":1}},{"uid":"6a1334188c757fef","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a1334188c757fef","status":"passed","time":{"start":1724888077015,"stop":1724888077017,"duration":2}},{"uid":"cf1fcd85452d7576","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf1fcd85452d7576","status":"passed","time":{"start":1724886851130,"stop":1724886851131,"duration":1}},{"uid":"2921d87005698d3f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2921d87005698d3f","status":"passed","time":{"start":1724886647121,"stop":1724886647121,"duration":0}},{"uid":"d42b5192ab982b4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d42b5192ab982b4","status":"passed","time":{"start":1724861992716,"stop":1724861992717,"duration":1}},{"uid":"c575fb8d0f6241a4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c575fb8d0f6241a4","status":"passed","time":{"start":1724861469648,"stop":1724861469649,"duration":1}},{"uid":"d48f2c9e53000ee","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d48f2c9e53000ee","status":"passed","time":{"start":1724861284870,"stop":1724861284871,"duration":1}},{"uid":"9da9b03facda9df3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9da9b03facda9df3","status":"passed","time":{"start":1724861145818,"stop":1724861145818,"duration":0}}]},"cec2dd2d2ad791a6f8f29c3b8975b037:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dc6b7820c59930d2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dc6b7820c59930d2","status":"passed","time":{"start":1724861741896,"stop":1724861741897,"duration":1}}]},"0ddec7e23f8c4fe900c4b4e085522b81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21b18ed385fcb7f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/21b18ed385fcb7f","status":"passed","time":{"start":1724861790768,"stop":1724861790768,"duration":0}}]},"e25ee2b613990bb025674244c7e4392b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f44d96565b7bafc6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f44d96565b7bafc6","status":"passed","time":{"start":1724890030103,"stop":1724890030103,"duration":0}}]},"eebe766b9d0ab32a7381a079738b58d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"815126b70f3c2a7d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/815126b70f3c2a7d","status":"passed","time":{"start":1724922771081,"stop":1724922771081,"duration":0}},{"uid":"3f5310b2b152d558","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3f5310b2b152d558","status":"passed","time":{"start":1724921419680,"stop":1724921419680,"duration":0}},{"uid":"54643574eb9782e9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/54643574eb9782e9","status":"passed","time":{"start":1724921400500,"stop":1724921400501,"duration":1}},{"uid":"f60ccc06c67bac51","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f60ccc06c67bac51","status":"passed","time":{"start":1724918124173,"stop":1724918124173,"duration":0}},{"uid":"4b818a4791f9f5b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b818a4791f9f5b3","status":"passed","time":{"start":1724889845310,"stop":1724889845311,"duration":1}},{"uid":"b1176e606b45ad82","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1176e606b45ad82","status":"passed","time":{"start":1724888978738,"stop":1724888978741,"duration":3}},{"uid":"a3d6c1b103515a8a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a3d6c1b103515a8a","status":"passed","time":{"start":1724888199754,"stop":1724888199757,"duration":3}},{"uid":"4a43ae8093c1ec77","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a43ae8093c1ec77","status":"passed","time":{"start":1724886961473,"stop":1724886961474,"duration":1}},{"uid":"2874785fd2e4df29","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2874785fd2e4df29","status":"passed","time":{"start":1724886743393,"stop":1724886743394,"duration":1}},{"uid":"f3f599c889e594a3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3f599c889e594a3","status":"passed","time":{"start":1724862150649,"stop":1724862150650,"duration":1}},{"uid":"cfaf8139ac1b7f5c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cfaf8139ac1b7f5c","status":"passed","time":{"start":1724861627579,"stop":1724861627579,"duration":0}},{"uid":"4a4263b8e7d51635","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4a4263b8e7d51635","status":"passed","time":{"start":1724861501068,"stop":1724861501069,"duration":1}},{"uid":"2eb744033d905691","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2eb744033d905691","status":"passed","time":{"start":1724861297167,"stop":1724861297167,"duration":0}}]},"26be44817f2fc3b02102aef5bb9359b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"19d68b5a18fd2ce2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/19d68b5a18fd2ce2","status":"passed","time":{"start":1724888336461,"stop":1724888336462,"duration":1}}]},"58666967595e204291ab0d3eb7842e93:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"806df443284d8f4d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/806df443284d8f4d","status":"passed","time":{"start":1724918259546,"stop":1724918259546,"duration":0}}]},"09772909057603c14b3253c7b8fcc1bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8863ce03f8b896f9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8863ce03f8b896f9","status":"passed","time":{"start":1724922374696,"stop":1724922374696,"duration":0}},{"uid":"f1bf56333f9ca18f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f1bf56333f9ca18f","status":"passed","time":{"start":1724921037655,"stop":1724921037655,"duration":0}},{"uid":"bf5c024c35c8298c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bf5c024c35c8298c","status":"passed","time":{"start":1724921013069,"stop":1724921013069,"duration":0}},{"uid":"783bd2269f7a533c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/783bd2269f7a533c","status":"passed","time":{"start":1724917673309,"stop":1724917673310,"duration":1}},{"uid":"10f3d85733fb5a98","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/10f3d85733fb5a98","status":"passed","time":{"start":1724889452329,"stop":1724889452329,"duration":0}},{"uid":"456da5e20cc4b738","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/456da5e20cc4b738","status":"passed","time":{"start":1724888602862,"stop":1724888602862,"duration":0}},{"uid":"ef7909b31c72713f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ef7909b31c72713f","status":"passed","time":{"start":1724887759182,"stop":1724887759182,"duration":0}},{"uid":"6eec25f558bc074e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6eec25f558bc074e","status":"passed","time":{"start":1724886525559,"stop":1724886525559,"duration":0}},{"uid":"53ea3d84a24108e9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/53ea3d84a24108e9","status":"passed","time":{"start":1724886303415,"stop":1724886303415,"duration":0}},{"uid":"e7f3f84c2ef7f3d3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e7f3f84c2ef7f3d3","status":"passed","time":{"start":1724861752252,"stop":1724861752252,"duration":0}},{"uid":"a574598cdd930fba","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a574598cdd930fba","status":"passed","time":{"start":1724861223372,"stop":1724861223372,"duration":0}},{"uid":"ac36846d4a18e734","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac36846d4a18e734","status":"passed","time":{"start":1724861045222,"stop":1724861045222,"duration":0}},{"uid":"1264d8dee9a64c17","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1264d8dee9a64c17","status":"passed","time":{"start":1724860907108,"stop":1724860907108,"duration":0}}]},"8be1631fe3888121803a1644af84ef51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bfa55e37d350a3f2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bfa55e37d350a3f2","status":"passed","time":{"start":1724922853917,"stop":1724922853918,"duration":1}},{"uid":"71d59a08429b0760","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/71d59a08429b0760","status":"passed","time":{"start":1724921529584,"stop":1724921529585,"duration":1}},{"uid":"a749fce4829d2613","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a749fce4829d2613","status":"passed","time":{"start":1724921488879,"stop":1724921488880,"duration":1}},{"uid":"922f859c5feb4d08","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/922f859c5feb4d08","status":"passed","time":{"start":1724918203686,"stop":1724918203686,"duration":0}},{"uid":"93c4d8d714303e70","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/93c4d8d714303e70","status":"passed","time":{"start":1724889938358,"stop":1724889938358,"duration":0}},{"uid":"88d37d3f6f5dc858","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/88d37d3f6f5dc858","status":"passed","time":{"start":1724889077066,"stop":1724889077066,"duration":0}},{"uid":"4387de7003475d1e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4387de7003475d1e","status":"passed","time":{"start":1724888268034,"stop":1724888268035,"duration":1}},{"uid":"ae22943b4d019b71","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ae22943b4d019b71","status":"passed","time":{"start":1724887032404,"stop":1724887032405,"duration":1}},{"uid":"bc35d7f3e4fe8789","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bc35d7f3e4fe8789","status":"passed","time":{"start":1724886822820,"stop":1724886822820,"duration":0}},{"uid":"ef451712a13ab5b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ef451712a13ab5b2","status":"passed","time":{"start":1724862233510,"stop":1724862233510,"duration":0}},{"uid":"f996e296186efc29","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f996e296186efc29","status":"passed","time":{"start":1724861712670,"stop":1724861712670,"duration":0}},{"uid":"36334ce1176c707b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/36334ce1176c707b","status":"passed","time":{"start":1724861567888,"stop":1724861567889,"duration":1}},{"uid":"91dac7335a943660","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/91dac7335a943660","status":"passed","time":{"start":1724861392054,"stop":1724861392054,"duration":0}}]},"482ebac01da5ef608847f3241436994e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5a07566848db0651","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5a07566848db0651","status":"passed","time":{"start":1724922999270,"stop":1724922999271,"duration":1}},{"uid":"9bde1852120a429d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9bde1852120a429d","status":"passed","time":{"start":1724921669871,"stop":1724921669872,"duration":1}},{"uid":"3d685c72c1432341","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3d685c72c1432341","status":"passed","time":{"start":1724921630269,"stop":1724921630269,"duration":0}},{"uid":"3cb4c9b0cce38855","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3cb4c9b0cce38855","status":"passed","time":{"start":1724918332989,"stop":1724918332989,"duration":0}},{"uid":"3a6f824319f870f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a6f824319f870f","status":"passed","time":{"start":1724890089470,"stop":1724890089470,"duration":0}},{"uid":"e791a7031ada2106","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e791a7031ada2106","status":"passed","time":{"start":1724889224495,"stop":1724889224495,"duration":0}},{"uid":"a52bb77b7a0fc5a0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a52bb77b7a0fc5a0","status":"passed","time":{"start":1724888406348,"stop":1724888406348,"duration":0}},{"uid":"51032daad2bc5020","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/51032daad2bc5020","status":"passed","time":{"start":1724887175025,"stop":1724887175026,"duration":1}},{"uid":"567c5553fc51f8ed","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/567c5553fc51f8ed","status":"passed","time":{"start":1724886952409,"stop":1724886952409,"duration":0}},{"uid":"4f5bedd3db6ae7fe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f5bedd3db6ae7fe","status":"passed","time":{"start":1724862378566,"stop":1724862378567,"duration":1}},{"uid":"3f30e4215076a414","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3f30e4215076a414","status":"passed","time":{"start":1724861846752,"stop":1724861846752,"duration":0}},{"uid":"7aa76d96ee8a6ac3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7aa76d96ee8a6ac3","status":"passed","time":{"start":1724861702537,"stop":1724861702537,"duration":0}},{"uid":"e128847b26a4d278","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e128847b26a4d278","status":"passed","time":{"start":1724861533460,"stop":1724861533460,"duration":0}}]},"c360d00c8af5714d0e2bf379a7d00425:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd701f499f2c05da","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dd701f499f2c05da","status":"passed","time":{"start":1724887127878,"stop":1724887127879,"duration":1}}]},"6086166f58a67122f74bd6ac2c00e6c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dd932d80ab4b827e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dd932d80ab4b827e","status":"passed","time":{"start":1724922611442,"stop":1724922611442,"duration":0}},{"uid":"cd746ba20a145eaa","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cd746ba20a145eaa","status":"passed","time":{"start":1724921270365,"stop":1724921270366,"duration":1}},{"uid":"c8c7ae05bd32c30d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c8c7ae05bd32c30d","status":"passed","time":{"start":1724921247827,"stop":1724921247827,"duration":0}},{"uid":"c4a6c8839238827f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c4a6c8839238827f","status":"passed","time":{"start":1724917989826,"stop":1724917989826,"duration":0}},{"uid":"909ada34326dba03","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/909ada34326dba03","status":"passed","time":{"start":1724889678569,"stop":1724889678570,"duration":1}},{"uid":"d01cc39cae436347","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d01cc39cae436347","status":"passed","time":{"start":1724888829851,"stop":1724888829851,"duration":0}},{"uid":"f53b374203c0c442","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f53b374203c0c442","status":"passed","time":{"start":1724888077018,"stop":1724888077018,"duration":0}},{"uid":"1014fc3d82f654d9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1014fc3d82f654d9","status":"passed","time":{"start":1724886851131,"stop":1724886851132,"duration":1}},{"uid":"beb9266f386ba6db","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/beb9266f386ba6db","status":"passed","time":{"start":1724886647125,"stop":1724886647125,"duration":0}},{"uid":"668021f935de4eab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/668021f935de4eab","status":"passed","time":{"start":1724861992717,"stop":1724861992717,"duration":0}},{"uid":"921f4923a249cc21","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/921f4923a249cc21","status":"passed","time":{"start":1724861469650,"stop":1724861469650,"duration":0}},{"uid":"f1cbb99244d430c3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f1cbb99244d430c3","status":"passed","time":{"start":1724861284872,"stop":1724861284872,"duration":0}},{"uid":"ba942456975a1a6b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ba942456975a1a6b","status":"passed","time":{"start":1724861145819,"stop":1724861145820,"duration":1}}]},"6df9a58fcf0e573db1409e4c91498f68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b6a6173beaf6209b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b6a6173beaf6209b","status":"passed","time":{"start":1724922891490,"stop":1724922891490,"duration":0}},{"uid":"865dadd940b0c07f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/865dadd940b0c07f","status":"passed","time":{"start":1724921563018,"stop":1724921563018,"duration":0}},{"uid":"6fa8ba455fb7d1de","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6fa8ba455fb7d1de","status":"passed","time":{"start":1724921526814,"stop":1724921526814,"duration":0}},{"uid":"5f0d396527e22aeb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5f0d396527e22aeb","status":"passed","time":{"start":1724918239946,"stop":1724918239947,"duration":1}},{"uid":"ece1c81f9dacfd00","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ece1c81f9dacfd00","status":"passed","time":{"start":1724889980917,"stop":1724889980918,"duration":1}},{"uid":"a289b041aa9419f1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a289b041aa9419f1","status":"passed","time":{"start":1724889109972,"stop":1724889109973,"duration":1}},{"uid":"8a6741fc20e02ea7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a6741fc20e02ea7","status":"passed","time":{"start":1724888294724,"stop":1724888294724,"duration":0}},{"uid":"470cf39b97625d5b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/470cf39b97625d5b","status":"passed","time":{"start":1724887071743,"stop":1724887071743,"duration":0}},{"uid":"578f047bc9e9d9dd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/578f047bc9e9d9dd","status":"passed","time":{"start":1724886848347,"stop":1724886848348,"duration":1}},{"uid":"50c163848d6b4bab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/50c163848d6b4bab","status":"passed","time":{"start":1724862259255,"stop":1724862259255,"duration":0}},{"uid":"11ffdc4efdd3da14","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/11ffdc4efdd3da14","status":"passed","time":{"start":1724861735330,"stop":1724861735330,"duration":0}},{"uid":"fbfb9d34c146a709","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fbfb9d34c146a709","status":"passed","time":{"start":1724861606351,"stop":1724861606351,"duration":0}},{"uid":"612bf7dc60d9eaad","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/612bf7dc60d9eaad","status":"passed","time":{"start":1724861426689,"stop":1724861426690,"duration":1}}]},"1b96b9e2978d5ca6fd62066967ca6eb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2c584da8868198ea","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2c584da8868198ea","status":"passed","time":{"start":1724922647842,"stop":1724922647843,"duration":1}},{"uid":"9c58dd9387584bc4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9c58dd9387584bc4","status":"passed","time":{"start":1724921300829,"stop":1724921300829,"duration":0}},{"uid":"4f9fac55768a8766","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4f9fac55768a8766","status":"passed","time":{"start":1724921280726,"stop":1724921280727,"duration":1}},{"uid":"84002b037fff506","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/84002b037fff506","status":"passed","time":{"start":1724917963266,"stop":1724917963284,"duration":18}},{"uid":"c33eff364a5ca5c4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c33eff364a5ca5c4","status":"passed","time":{"start":1724889734123,"stop":1724889734123,"duration":0}},{"uid":"6161ec845b22e37c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6161ec845b22e37c","status":"passed","time":{"start":1724888859624,"stop":1724888859625,"duration":1}},{"uid":"cc90fc37c2b4a946","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc90fc37c2b4a946","status":"passed","time":{"start":1724888053956,"stop":1724888053956,"duration":0}},{"uid":"ef7f3a8228ffda10","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ef7f3a8228ffda10","status":"passed","time":{"start":1724886820682,"stop":1724886820683,"duration":1}},{"uid":"133e4703f01fad6d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/133e4703f01fad6d","status":"passed","time":{"start":1724886589275,"stop":1724886589276,"duration":1}},{"uid":"7be193fd5d76a868","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7be193fd5d76a868","status":"passed","time":{"start":1724862027809,"stop":1724862027809,"duration":0}},{"uid":"dae959934e212121","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dae959934e212121","status":"passed","time":{"start":1724861484564,"stop":1724861484564,"duration":0}},{"uid":"d689126234608ea4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d689126234608ea4","status":"passed","time":{"start":1724861315161,"stop":1724861315161,"duration":0}},{"uid":"474da1fa7f840a9f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/474da1fa7f840a9f","status":"passed","time":{"start":1724861168769,"stop":1724861168770,"duration":1}}]},"adec69764b4bfaf4a25564d8635d3c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"71f15a8e1a21f06","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/71f15a8e1a21f06","status":"passed","time":{"start":1724922508637,"stop":1724922508638,"duration":1}},{"uid":"ed8207712c1a08f9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ed8207712c1a08f9","status":"passed","time":{"start":1724921164593,"stop":1724921164593,"duration":0}},{"uid":"42ceb93e3be4b71e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/42ceb93e3be4b71e","status":"passed","time":{"start":1724921137824,"stop":1724921137825,"duration":1}},{"uid":"f3ec702b4d1175cb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f3ec702b4d1175cb","status":"passed","time":{"start":1724917810539,"stop":1724917810539,"duration":0}},{"uid":"b1f0e141d837ac5f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1f0e141d837ac5f","status":"passed","time":{"start":1724889585446,"stop":1724889585448,"duration":2}},{"uid":"8e9da9e59921007b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e9da9e59921007b","status":"passed","time":{"start":1724888736509,"stop":1724888736509,"duration":0}},{"uid":"e1c29c8d066ca53c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e1c29c8d066ca53c","status":"passed","time":{"start":1724887891784,"stop":1724887891790,"duration":6}},{"uid":"d85f2fc3e2019f2d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d85f2fc3e2019f2d","status":"passed","time":{"start":1724886657788,"stop":1724886657788,"duration":0}},{"uid":"33e5b5203bb7bd74","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/33e5b5203bb7bd74","status":"passed","time":{"start":1724886447358,"stop":1724886447358,"duration":0}},{"uid":"3362deb74805f1ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3362deb74805f1ae","status":"passed","time":{"start":1724861880119,"stop":1724861880122,"duration":3}},{"uid":"65b6ce905d7cf7c4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/65b6ce905d7cf7c4","status":"passed","time":{"start":1724861359781,"stop":1724861359781,"duration":0}},{"uid":"79a412c59a55bc1c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/79a412c59a55bc1c","status":"passed","time":{"start":1724861179681,"stop":1724861179681,"duration":0}},{"uid":"1d27ed4136100842","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1d27ed4136100842","status":"passed","time":{"start":1724861040979,"stop":1724861040980,"duration":1}}]},"8bdc90a10ca641134106e39a3197f194:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c140fc7ab2ef9a03","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c140fc7ab2ef9a03","status":"passed","time":{"start":1724918298100,"stop":1724918298101,"duration":1}}]},"0f068790716d3b625c682eea9c945956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f51a56542fadd373","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f51a56542fadd373","status":"passed","time":{"start":1724922891492,"stop":1724922891492,"duration":0}},{"uid":"377db6bfc8ec650f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/377db6bfc8ec650f","status":"passed","time":{"start":1724921563020,"stop":1724921563020,"duration":0}},{"uid":"6ca46ae33d37e275","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6ca46ae33d37e275","status":"passed","time":{"start":1724921526816,"stop":1724921526817,"duration":1}},{"uid":"a3d2e1fc1d0f300f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a3d2e1fc1d0f300f","status":"passed","time":{"start":1724918239952,"stop":1724918239953,"duration":1}},{"uid":"a5c32c7b39eb5257","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5c32c7b39eb5257","status":"passed","time":{"start":1724889980926,"stop":1724889980926,"duration":0}},{"uid":"7fcec528dc816a72","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7fcec528dc816a72","status":"passed","time":{"start":1724889109976,"stop":1724889109977,"duration":1}},{"uid":"bc22cc814fe299c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bc22cc814fe299c","status":"passed","time":{"start":1724888294725,"stop":1724888294726,"duration":1}},{"uid":"40b0a91519a4ba72","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/40b0a91519a4ba72","status":"passed","time":{"start":1724887071744,"stop":1724887071744,"duration":0}},{"uid":"7dd42147fdec9a6a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7dd42147fdec9a6a","status":"passed","time":{"start":1724886848349,"stop":1724886848349,"duration":0}},{"uid":"11b2689dd64c380b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/11b2689dd64c380b","status":"passed","time":{"start":1724862259260,"stop":1724862259260,"duration":0}},{"uid":"6d6c751d5a96cad4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6d6c751d5a96cad4","status":"passed","time":{"start":1724861735334,"stop":1724861735335,"duration":1}},{"uid":"a253aacd29b47433","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a253aacd29b47433","status":"passed","time":{"start":1724861606352,"stop":1724861606352,"duration":0}},{"uid":"3df451c9fb75d206","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3df451c9fb75d206","status":"passed","time":{"start":1724861426691,"stop":1724861426691,"duration":0}}]},"276c91ee129533128485396f5c60d9b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"64d18171b88ea7ab","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/64d18171b88ea7ab","status":"passed","time":{"start":1724922383082,"stop":1724922383082,"duration":0}},{"uid":"edddcd3cc138eb85","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/edddcd3cc138eb85","status":"passed","time":{"start":1724921046198,"stop":1724921046199,"duration":1}},{"uid":"19523e187ea3eca2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/19523e187ea3eca2","status":"passed","time":{"start":1724921021469,"stop":1724921021469,"duration":0}},{"uid":"748c9a9534f5466a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/748c9a9534f5466a","status":"passed","time":{"start":1724917681717,"stop":1724917681718,"duration":1}},{"uid":"4be3ead7d3504483","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4be3ead7d3504483","status":"passed","time":{"start":1724889460646,"stop":1724889460647,"duration":1}},{"uid":"eaf9cb13eaefffb9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eaf9cb13eaefffb9","status":"passed","time":{"start":1724888611289,"stop":1724888611290,"duration":1}},{"uid":"5b82dd9a0388e6c5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5b82dd9a0388e6c5","status":"passed","time":{"start":1724887767615,"stop":1724887767615,"duration":0}},{"uid":"b7f123d9d6b700ce","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b7f123d9d6b700ce","status":"passed","time":{"start":1724886533984,"stop":1724886533985,"duration":1}},{"uid":"4a2b1606a29f7a4a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4a2b1606a29f7a4a","status":"passed","time":{"start":1724886311752,"stop":1724886311752,"duration":0}},{"uid":"be2ee2359879175f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/be2ee2359879175f","status":"passed","time":{"start":1724861760768,"stop":1724861760768,"duration":0}},{"uid":"55fa8f7ee91c2db5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/55fa8f7ee91c2db5","status":"passed","time":{"start":1724861231728,"stop":1724861231728,"duration":0}},{"uid":"aa18959de1fb2396","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/aa18959de1fb2396","status":"passed","time":{"start":1724861054249,"stop":1724861054249,"duration":0}},{"uid":"13ffc30529ee7af9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/13ffc30529ee7af9","status":"passed","time":{"start":1724860915808,"stop":1724860915808,"duration":0}}]},"dbc8365abb73d5e43fd54a79e6e608c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd67c870550e3446","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd67c870550e3446","status":"passed","time":{"start":1724918259542,"stop":1724918259542,"duration":0}}]},"825320dc610bd6afece737cf7767e3e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e9076850ec540110","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e9076850ec540110","status":"passed","time":{"start":1724922601856,"stop":1724922601856,"duration":0}},{"uid":"429c7ffb9b83651a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/429c7ffb9b83651a","status":"passed","time":{"start":1724921267874,"stop":1724921267880,"duration":6}},{"uid":"6a65e4d764b9973c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6a65e4d764b9973c","status":"passed","time":{"start":1724921244396,"stop":1724921244397,"duration":1}},{"uid":"b142cc64d364274","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b142cc64d364274","status":"passed","time":{"start":1724917916059,"stop":1724917916059,"duration":0}},{"uid":"e41eb723558ce733","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e41eb723558ce733","status":"passed","time":{"start":1724889678260,"stop":1724889678260,"duration":0}},{"uid":"6b41eafab8e68665","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b41eafab8e68665","status":"passed","time":{"start":1724888831689,"stop":1724888831689,"duration":0}},{"uid":"3c76d88de42990a7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3c76d88de42990a7","status":"passed","time":{"start":1724888003324,"stop":1724888003324,"duration":0}},{"uid":"ac8db2a4098325fb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ac8db2a4098325fb","status":"passed","time":{"start":1724886776614,"stop":1724886776614,"duration":0}},{"uid":"80ee6656d314855e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/80ee6656d314855e","status":"passed","time":{"start":1724886555803,"stop":1724886555803,"duration":0}},{"uid":"14b49cbd1b6d9f95","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14b49cbd1b6d9f95","status":"passed","time":{"start":1724861983015,"stop":1724861983015,"duration":0}},{"uid":"cf4efc306c1cecef","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cf4efc306c1cecef","status":"passed","time":{"start":1724861444071,"stop":1724861444071,"duration":0}},{"uid":"3f00b1015a1cf62e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3f00b1015a1cf62e","status":"passed","time":{"start":1724861285839,"stop":1724861285839,"duration":0}},{"uid":"dd8d199588294e2f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dd8d199588294e2f","status":"passed","time":{"start":1724861145677,"stop":1724861145677,"duration":0}}]},"fd7d20c5aa27234da38f215e8a0124fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"501299397e054f8a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/501299397e054f8a","status":"passed","time":{"start":1724889144083,"stop":1724889144083,"duration":0}}]},"2de32901098e6c06db694d63eaf020f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f6da6febea261f6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f6da6febea261f6","status":"passed","time":{"start":1724922946230,"stop":1724922946230,"duration":0}}]},"27efde690d4a4477e23d672921e835ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8ca8dc3903969d05","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8ca8dc3903969d05","status":"passed","time":{"start":1724886776611,"stop":1724886776611,"duration":0}}]},"6d68e3f35efad28334379e22e756ff73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"45e98799f835bbad","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/45e98799f835bbad","status":"passed","time":{"start":1724922611420,"stop":1724922611420,"duration":0}},{"uid":"927c2a474fe4331b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/927c2a474fe4331b","status":"passed","time":{"start":1724921270342,"stop":1724921270342,"duration":0}},{"uid":"18d39d5b81d3a848","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/18d39d5b81d3a848","status":"passed","time":{"start":1724921247772,"stop":1724921247772,"duration":0}},{"uid":"ecd50612665421a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ecd50612665421a","status":"passed","time":{"start":1724917989809,"stop":1724917989809,"duration":0}},{"uid":"50c657f680b00188","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/50c657f680b00188","status":"passed","time":{"start":1724889678532,"stop":1724889678532,"duration":0}},{"uid":"afe08e7f3cead672","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/afe08e7f3cead672","status":"passed","time":{"start":1724888829826,"stop":1724888829826,"duration":0}},{"uid":"ce6d719b9631e9f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ce6d719b9631e9f9","status":"passed","time":{"start":1724888076972,"stop":1724888076973,"duration":1}},{"uid":"673778899c56b54d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/673778899c56b54d","status":"passed","time":{"start":1724886851111,"stop":1724886851112,"duration":1}},{"uid":"97199f49c49bfb6f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/97199f49c49bfb6f","status":"passed","time":{"start":1724886647055,"stop":1724886647058,"duration":3}},{"uid":"721c308fa341f9e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/721c308fa341f9e","status":"passed","time":{"start":1724861992701,"stop":1724861992701,"duration":0}},{"uid":"fce0e900efe0df07","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fce0e900efe0df07","status":"passed","time":{"start":1724861469628,"stop":1724861469630,"duration":2}},{"uid":"354b1fe4dacf26b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/354b1fe4dacf26b","status":"passed","time":{"start":1724861284844,"stop":1724861284845,"duration":1}},{"uid":"d55b1cb924531298","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d55b1cb924531298","status":"passed","time":{"start":1724861145771,"stop":1724861145772,"duration":1}}]},"0c5410859a4c9fa2589f8fe4b064fb35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9bec5a521833738c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9bec5a521833738c","status":"passed","time":{"start":1724922374677,"stop":1724922374677,"duration":0}},{"uid":"c7724d5ba18196f0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c7724d5ba18196f0","status":"passed","time":{"start":1724921037638,"stop":1724921037638,"duration":0}},{"uid":"6819a943a679c794","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6819a943a679c794","status":"passed","time":{"start":1724921013050,"stop":1724921013050,"duration":0}},{"uid":"ebb1247c34c22361","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ebb1247c34c22361","status":"passed","time":{"start":1724917673294,"stop":1724917673294,"duration":0}},{"uid":"7740d2160cb9f7b8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7740d2160cb9f7b8","status":"passed","time":{"start":1724889452312,"stop":1724889452312,"duration":0}},{"uid":"5c589dff04dc4e7d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5c589dff04dc4e7d","status":"passed","time":{"start":1724888602842,"stop":1724888602843,"duration":1}},{"uid":"a5732540c362749a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a5732540c362749a","status":"passed","time":{"start":1724887759165,"stop":1724887759166,"duration":1}},{"uid":"a5788f45826c63dd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a5788f45826c63dd","status":"passed","time":{"start":1724886525545,"stop":1724886525545,"duration":0}},{"uid":"ad5562810dbe3dbe","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ad5562810dbe3dbe","status":"passed","time":{"start":1724886303399,"stop":1724886303399,"duration":0}},{"uid":"c356f6552d52ed08","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c356f6552d52ed08","status":"passed","time":{"start":1724861752231,"stop":1724861752231,"duration":0}},{"uid":"a14c7296205f76a9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a14c7296205f76a9","status":"passed","time":{"start":1724861223357,"stop":1724861223357,"duration":0}},{"uid":"a87d6b1adf0eda9a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a87d6b1adf0eda9a","status":"passed","time":{"start":1724861045205,"stop":1724861045205,"duration":0}},{"uid":"2202195343129c2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2202195343129c2","status":"passed","time":{"start":1724860907086,"stop":1724860907087,"duration":1}}]},"528912c161f41843052cbe3ea61ea863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"82544a614990ac0e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/82544a614990ac0e","status":"passed","time":{"start":1724922887527,"stop":1724922887528,"duration":1}},{"uid":"2cc2caaa2ff0ede4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2cc2caaa2ff0ede4","status":"passed","time":{"start":1724921564778,"stop":1724921564778,"duration":0}},{"uid":"40ab27024f95bdf5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/40ab27024f95bdf5","status":"passed","time":{"start":1724921518822,"stop":1724921518822,"duration":0}},{"uid":"1ff872c587ee327e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1ff872c587ee327e","status":"passed","time":{"start":1724918229401,"stop":1724918229401,"duration":0}},{"uid":"bf29130150430fb2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf29130150430fb2","status":"passed","time":{"start":1724889980704,"stop":1724889980704,"duration":0}},{"uid":"2c2b84f94297964","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c2b84f94297964","status":"passed","time":{"start":1724889111167,"stop":1724889111168,"duration":1}},{"uid":"a7c85f2975fbee1f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a7c85f2975fbee1f","status":"passed","time":{"start":1724888292534,"stop":1724888292534,"duration":0}},{"uid":"8b65322d2294dd62","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8b65322d2294dd62","status":"passed","time":{"start":1724887068229,"stop":1724887068229,"duration":0}},{"uid":"b070cf497a4f1c32","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b070cf497a4f1c32","status":"passed","time":{"start":1724886848927,"stop":1724886848928,"duration":1}},{"uid":"29623a581477adca","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29623a581477adca","status":"passed","time":{"start":1724862262048,"stop":1724862262049,"duration":1}},{"uid":"97d511569b709147","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/97d511569b709147","status":"passed","time":{"start":1724861741895,"stop":1724861741895,"duration":0}},{"uid":"9f92afb108ef87a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9f92afb108ef87a","status":"passed","time":{"start":1724861599497,"stop":1724861599497,"duration":0}},{"uid":"eba6f79268eaef11","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/eba6f79268eaef11","status":"passed","time":{"start":1724861428477,"stop":1724861428477,"duration":0}}]},"9dbc91301240a1c37f7f9c0c2cba678d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cb92d3d6f9c8ac22","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cb92d3d6f9c8ac22","status":"passed","time":{"start":1724922374692,"stop":1724922374692,"duration":0}},{"uid":"aab5b470e2498281","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/aab5b470e2498281","status":"passed","time":{"start":1724921037653,"stop":1724921037653,"duration":0}},{"uid":"b2634f270a95f0dd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b2634f270a95f0dd","status":"passed","time":{"start":1724921013066,"stop":1724921013066,"duration":0}},{"uid":"b9452e6996b2f369","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b9452e6996b2f369","status":"passed","time":{"start":1724917673307,"stop":1724917673307,"duration":0}},{"uid":"4acefed1fd130f17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4acefed1fd130f17","status":"passed","time":{"start":1724889452326,"stop":1724889452326,"duration":0}},{"uid":"59261d3d80b1ecb9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/59261d3d80b1ecb9","status":"passed","time":{"start":1724888602859,"stop":1724888602859,"duration":0}},{"uid":"b912d712603eedf6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b912d712603eedf6","status":"passed","time":{"start":1724887759179,"stop":1724887759179,"duration":0}},{"uid":"32f9186d4b01921d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/32f9186d4b01921d","status":"passed","time":{"start":1724886525557,"stop":1724886525557,"duration":0}},{"uid":"70ddc44f3525a383","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/70ddc44f3525a383","status":"passed","time":{"start":1724886303412,"stop":1724886303413,"duration":1}},{"uid":"ef94f07aab165b9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ef94f07aab165b9d","status":"passed","time":{"start":1724861752249,"stop":1724861752249,"duration":0}},{"uid":"20fc7041b298475","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/20fc7041b298475","status":"passed","time":{"start":1724861223370,"stop":1724861223370,"duration":0}},{"uid":"48febd3108d94ea2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/48febd3108d94ea2","status":"passed","time":{"start":1724861045219,"stop":1724861045219,"duration":0}},{"uid":"be4c87093d103bd9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/be4c87093d103bd9","status":"passed","time":{"start":1724860907105,"stop":1724860907105,"duration":0}}]},"31e5a76644dfe617c27ca652ab9a9c4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5bc56707bd01823e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5bc56707bd01823e","status":"passed","time":{"start":1724922611426,"stop":1724922611426,"duration":0}},{"uid":"af5f6ba77a50af2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/af5f6ba77a50af2","status":"passed","time":{"start":1724921270343,"stop":1724921270344,"duration":1}},{"uid":"87b53a55cca25c54","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/87b53a55cca25c54","status":"passed","time":{"start":1724921247803,"stop":1724921247804,"duration":1}},{"uid":"40044f193626b7b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/40044f193626b7b","status":"passed","time":{"start":1724917989811,"stop":1724917989811,"duration":0}},{"uid":"48e0a562d7705607","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/48e0a562d7705607","status":"passed","time":{"start":1724889678534,"stop":1724889678534,"duration":0}},{"uid":"ddcea5f0cc31af0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ddcea5f0cc31af0","status":"passed","time":{"start":1724888829830,"stop":1724888829830,"duration":0}},{"uid":"c4ea23674f4d3999","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c4ea23674f4d3999","status":"passed","time":{"start":1724888076978,"stop":1724888076978,"duration":0}},{"uid":"a0437d80b3627457","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a0437d80b3627457","status":"passed","time":{"start":1724886851117,"stop":1724886851118,"duration":1}},{"uid":"6adaa17ce25ed1d1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6adaa17ce25ed1d1","status":"passed","time":{"start":1724886647068,"stop":1724886647069,"duration":1}},{"uid":"56933243344c2151","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/56933243344c2151","status":"passed","time":{"start":1724861992705,"stop":1724861992706,"duration":1}},{"uid":"d80b3534d7bdd3e5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d80b3534d7bdd3e5","status":"passed","time":{"start":1724861469633,"stop":1724861469634,"duration":1}},{"uid":"f346e93bb263c1b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f346e93bb263c1b","status":"passed","time":{"start":1724861284848,"stop":1724861284848,"duration":0}},{"uid":"e97532c6a730c13c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e97532c6a730c13c","status":"passed","time":{"start":1724861145783,"stop":1724861145783,"duration":0}}]},"c4f2eca2fa1baa8d0193908a963d6401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"852f12cd8598184a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/852f12cd8598184a","status":"passed","time":{"start":1724886880632,"stop":1724886880632,"duration":0}}]},"05ddb5c1e9277d0f363fed2a4f6255be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e3af6120e35f9450","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e3af6120e35f9450","status":"passed","time":{"start":1724922601839,"stop":1724922601839,"duration":0}},{"uid":"c75832c1edf1453a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c75832c1edf1453a","status":"passed","time":{"start":1724921267866,"stop":1724921267866,"duration":0}},{"uid":"cf3c4ef89db73db5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cf3c4ef89db73db5","status":"passed","time":{"start":1724921244358,"stop":1724921244359,"duration":1}},{"uid":"cdb7eca26868cff0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cdb7eca26868cff0","status":"passed","time":{"start":1724917916039,"stop":1724917916040,"duration":1}},{"uid":"97b97781829fe853","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97b97781829fe853","status":"passed","time":{"start":1724889678251,"stop":1724889678251,"duration":0}},{"uid":"d9033029bd00797b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9033029bd00797b","status":"passed","time":{"start":1724888831681,"stop":1724888831681,"duration":0}},{"uid":"1e8aa8fe3deada32","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1e8aa8fe3deada32","status":"passed","time":{"start":1724888003316,"stop":1724888003317,"duration":1}},{"uid":"78b9b82450444615","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/78b9b82450444615","status":"passed","time":{"start":1724886776602,"stop":1724886776602,"duration":0}},{"uid":"c8fc438388545293","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c8fc438388545293","status":"passed","time":{"start":1724886555788,"stop":1724886555788,"duration":0}},{"uid":"fe032852da4c3a99","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe032852da4c3a99","status":"passed","time":{"start":1724861983002,"stop":1724861983003,"duration":1}},{"uid":"531b7fde13b8df47","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/531b7fde13b8df47","status":"passed","time":{"start":1724861444063,"stop":1724861444063,"duration":0}},{"uid":"75ddeb2f7e420fe5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/75ddeb2f7e420fe5","status":"passed","time":{"start":1724861285826,"stop":1724861285826,"duration":0}},{"uid":"3ee5c4d4ac6d1817","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3ee5c4d4ac6d1817","status":"passed","time":{"start":1724861145658,"stop":1724861145659,"duration":1}}]},"93c37334e1d3e759a0cd262dbc2cf30a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d5291c36bf28461e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d5291c36bf28461e","status":"passed","time":{"start":1724922853911,"stop":1724922853911,"duration":0}},{"uid":"57349f756194d881","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/57349f756194d881","status":"passed","time":{"start":1724921529573,"stop":1724921529575,"duration":2}},{"uid":"c6aeb31bdb018624","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c6aeb31bdb018624","status":"passed","time":{"start":1724921488874,"stop":1724921488875,"duration":1}},{"uid":"f5d5de3d6f80a616","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f5d5de3d6f80a616","status":"passed","time":{"start":1724918203676,"stop":1724918203676,"duration":0}},{"uid":"a7fc9036c3fa9e83","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a7fc9036c3fa9e83","status":"passed","time":{"start":1724889938354,"stop":1724889938354,"duration":0}},{"uid":"2b2648971037823f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b2648971037823f","status":"passed","time":{"start":1724889077048,"stop":1724889077049,"duration":1}},{"uid":"cd907211c65e91f0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cd907211c65e91f0","status":"passed","time":{"start":1724888268008,"stop":1724888268009,"duration":1}},{"uid":"5fa911764349dc54","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5fa911764349dc54","status":"passed","time":{"start":1724887032391,"stop":1724887032391,"duration":0}},{"uid":"36cce0b73dc39be4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/36cce0b73dc39be4","status":"passed","time":{"start":1724886822787,"stop":1724886822787,"duration":0}},{"uid":"b22c9c53331c3e66","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b22c9c53331c3e66","status":"passed","time":{"start":1724862233505,"stop":1724862233505,"duration":0}},{"uid":"9b4e46a149730d1e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9b4e46a149730d1e","status":"passed","time":{"start":1724861712665,"stop":1724861712665,"duration":0}},{"uid":"273dd47e63f0c019","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/273dd47e63f0c019","status":"passed","time":{"start":1724861567883,"stop":1724861567884,"duration":1}},{"uid":"edb6426e7dc6700","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/edb6426e7dc6700","status":"passed","time":{"start":1724861392040,"stop":1724861392040,"duration":0}}]},"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d3e457317b3febe6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d3e457317b3febe6","status":"passed","time":{"start":1724922465398,"stop":1724922465399,"duration":1}},{"uid":"c17f6fd031e816ba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c17f6fd031e816ba","status":"passed","time":{"start":1724921128570,"stop":1724921128571,"duration":1}},{"uid":"ecbaf88c9e0a0d25","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ecbaf88c9e0a0d25","status":"passed","time":{"start":1724921103676,"stop":1724921103677,"duration":1}},{"uid":"b924adf7abe0ccda","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b924adf7abe0ccda","status":"passed","time":{"start":1724917763728,"stop":1724917763729,"duration":1}},{"uid":"7426958e67092e29","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7426958e67092e29","status":"passed","time":{"start":1724889543372,"stop":1724889543373,"duration":1}},{"uid":"24a3411a7423cbea","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/24a3411a7423cbea","status":"passed","time":{"start":1724888692505,"stop":1724888692506,"duration":1}},{"uid":"2827347bb65f095f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2827347bb65f095f","status":"passed","time":{"start":1724887850415,"stop":1724887850415,"duration":0}},{"uid":"290b9adbe095b8bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/290b9adbe095b8bd","status":"passed","time":{"start":1724886617180,"stop":1724886617181,"duration":1}},{"uid":"25fc55228072a320","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/25fc55228072a320","status":"passed","time":{"start":1724886394911,"stop":1724886394912,"duration":1}},{"uid":"da5a8add985308f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/da5a8add985308f9","status":"passed","time":{"start":1724861844374,"stop":1724861844374,"duration":0}},{"uid":"334881083c447f23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/334881083c447f23","status":"passed","time":{"start":1724861313411,"stop":1724861313411,"duration":0}},{"uid":"8641c1cfe9d11b14","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8641c1cfe9d11b14","status":"passed","time":{"start":1724861139652,"stop":1724861139652,"duration":0}},{"uid":"7be7b1eb9c086d27","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7be7b1eb9c086d27","status":"passed","time":{"start":1724860999512,"stop":1724860999512,"duration":0}}]},"de16209be57b15767f5c53d1f53c227b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"60a7015b56047cdb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/60a7015b56047cdb","status":"passed","time":{"start":1724922647834,"stop":1724922647834,"duration":0}},{"uid":"b8131a7ef10da7fb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b8131a7ef10da7fb","status":"passed","time":{"start":1724921300788,"stop":1724921300789,"duration":1}},{"uid":"dea2a68c93f8e5ab","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dea2a68c93f8e5ab","status":"passed","time":{"start":1724921280717,"stop":1724921280718,"duration":1}},{"uid":"e629856c9cc3685e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e629856c9cc3685e","status":"passed","time":{"start":1724917963262,"stop":1724917963262,"duration":0}},{"uid":"6b8bf34d980bd7ce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b8bf34d980bd7ce","status":"passed","time":{"start":1724889734119,"stop":1724889734120,"duration":1}},{"uid":"29bf2b4eae0bfc5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29bf2b4eae0bfc5","status":"passed","time":{"start":1724888859617,"stop":1724888859618,"duration":1}},{"uid":"ca362e7a548d4545","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ca362e7a548d4545","status":"passed","time":{"start":1724888053952,"stop":1724888053953,"duration":1}},{"uid":"6cf4012bb6d59972","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6cf4012bb6d59972","status":"passed","time":{"start":1724886820676,"stop":1724886820677,"duration":1}},{"uid":"a022d57009e0f540","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a022d57009e0f540","status":"passed","time":{"start":1724886589266,"stop":1724886589267,"duration":1}},{"uid":"fe48e772e6865252","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe48e772e6865252","status":"passed","time":{"start":1724862027792,"stop":1724862027793,"duration":1}},{"uid":"701d9605a77b3821","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/701d9605a77b3821","status":"passed","time":{"start":1724861484559,"stop":1724861484559,"duration":0}},{"uid":"95e58f2ec8da7fb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/95e58f2ec8da7fb","status":"passed","time":{"start":1724861315157,"stop":1724861315157,"duration":0}},{"uid":"b8bc767708895460","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b8bc767708895460","status":"passed","time":{"start":1724861168759,"stop":1724861168759,"duration":0}}]},"5b40cbb9bc1bfc84ffb33f4f79ed5f5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c9919ab5bb5b49fb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c9919ab5bb5b49fb","status":"passed","time":{"start":1724922890066,"stop":1724922890066,"duration":0}},{"uid":"d511db29b0bd003","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d511db29b0bd003","status":"passed","time":{"start":1724921559013,"stop":1724921559014,"duration":1}},{"uid":"b1ab95356c03b8cc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b1ab95356c03b8cc","status":"passed","time":{"start":1724921524129,"stop":1724921524130,"duration":1}},{"uid":"8d276d611082a9a9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8d276d611082a9a9","status":"passed","time":{"start":1724918241659,"stop":1724918241660,"duration":1}},{"uid":"2a5bff81752fe94a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2a5bff81752fe94a","status":"passed","time":{"start":1724889975473,"stop":1724889975474,"duration":1}},{"uid":"db6a147c7eef05d7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/db6a147c7eef05d7","status":"passed","time":{"start":1724889106059,"stop":1724889106059,"duration":0}},{"uid":"823157da2913de4c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/823157da2913de4c","status":"passed","time":{"start":1724888289480,"stop":1724888289481,"duration":1}},{"uid":"d57f3a1c67f55a7c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d57f3a1c67f55a7c","status":"passed","time":{"start":1724887057700,"stop":1724887057701,"duration":1}},{"uid":"320bdcb34164c1c9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/320bdcb34164c1c9","status":"passed","time":{"start":1724886839398,"stop":1724886839398,"duration":0}},{"uid":"e27ec070dd41eb42","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e27ec070dd41eb42","status":"passed","time":{"start":1724862256086,"stop":1724862256087,"duration":1}},{"uid":"79f7ab46bbb97283","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/79f7ab46bbb97283","status":"passed","time":{"start":1724861742233,"stop":1724861742233,"duration":0}},{"uid":"c521a1919b09e509","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c521a1919b09e509","status":"passed","time":{"start":1724861595386,"stop":1724861595389,"duration":3}},{"uid":"f1bf6f6eebf03f23","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f1bf6f6eebf03f23","status":"passed","time":{"start":1724861424067,"stop":1724861424068,"duration":1}}]},"00e8389728fe46d4b4ff1ab29447de4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d477b3ba308a3bf5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d477b3ba308a3bf5","status":"passed","time":{"start":1724888232413,"stop":1724888232413,"duration":0}}]},"3ffb60d6b229cf822122e4408b827680:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"562f4ca83e3f8368","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/562f4ca83e3f8368","status":"passed","time":{"start":1724886781478,"stop":1724886781479,"duration":1}}]},"75fd9fd97cdaeaa0c7a3aa1e43806cb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"36b9ef555ff0fa9e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/36b9ef555ff0fa9e","status":"passed","time":{"start":1724922845262,"stop":1724922845262,"duration":0}},{"uid":"304977d6c5e2c9c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/304977d6c5e2c9c","status":"passed","time":{"start":1724921515252,"stop":1724921515253,"duration":1}},{"uid":"26037b440e9bc2b1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/26037b440e9bc2b1","status":"passed","time":{"start":1724921475503,"stop":1724921475503,"duration":0}},{"uid":"9ec5a63cad932a6d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9ec5a63cad932a6d","status":"passed","time":{"start":1724918179417,"stop":1724918179417,"duration":0}},{"uid":"abc3d70222e4a4b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/abc3d70222e4a4b3","status":"passed","time":{"start":1724889935352,"stop":1724889935352,"duration":0}},{"uid":"58e801a353879193","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/58e801a353879193","status":"passed","time":{"start":1724889072767,"stop":1724889072768,"duration":1}},{"uid":"ff95f2313fdceaab","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ff95f2313fdceaab","status":"passed","time":{"start":1724888232427,"stop":1724888232428,"duration":1}},{"uid":"e6ea8ae0e2bddf0d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e6ea8ae0e2bddf0d","status":"passed","time":{"start":1724887018315,"stop":1724887018315,"duration":0}},{"uid":"d1781795445f4ce5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d1781795445f4ce5","status":"passed","time":{"start":1724886781504,"stop":1724886781504,"duration":0}},{"uid":"e6506d344cb8e91b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e6506d344cb8e91b","status":"passed","time":{"start":1724862213683,"stop":1724862213684,"duration":1}},{"uid":"6ba1e68956a85da4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6ba1e68956a85da4","status":"passed","time":{"start":1724861685882,"stop":1724861685882,"duration":0}},{"uid":"af7145527267eda","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/af7145527267eda","status":"passed","time":{"start":1724861546207,"stop":1724861546208,"duration":1}},{"uid":"a27319def5a15dc6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a27319def5a15dc6","status":"passed","time":{"start":1724861378125,"stop":1724861378125,"duration":0}}]},"5436e19ba9b3655afdd4170b4bb91e70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"41220e960a1fe29a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/41220e960a1fe29a","status":"passed","time":{"start":1724922374685,"stop":1724922374685,"duration":0}},{"uid":"c545b1ce7159876c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c545b1ce7159876c","status":"passed","time":{"start":1724921037646,"stop":1724921037646,"duration":0}},{"uid":"a157f94da73bbaa5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a157f94da73bbaa5","status":"passed","time":{"start":1724921013058,"stop":1724921013059,"duration":1}},{"uid":"a0df5c98aef636fb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a0df5c98aef636fb","status":"passed","time":{"start":1724917673300,"stop":1724917673300,"duration":0}},{"uid":"f740bc1135bcdf10","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f740bc1135bcdf10","status":"passed","time":{"start":1724889452319,"stop":1724889452320,"duration":1}},{"uid":"59ec9eb5d6e8b77b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/59ec9eb5d6e8b77b","status":"passed","time":{"start":1724888602851,"stop":1724888602851,"duration":0}},{"uid":"c914939b47dd8683","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c914939b47dd8683","status":"passed","time":{"start":1724887759172,"stop":1724887759172,"duration":0}},{"uid":"6feb880e649b80fc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6feb880e649b80fc","status":"passed","time":{"start":1724886525551,"stop":1724886525551,"duration":0}},{"uid":"cf218160f4067e9e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cf218160f4067e9e","status":"passed","time":{"start":1724886303406,"stop":1724886303406,"duration":0}},{"uid":"537143fc8f216d15","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/537143fc8f216d15","status":"passed","time":{"start":1724861752238,"stop":1724861752239,"duration":1}},{"uid":"9a728800fc1e1c3c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9a728800fc1e1c3c","status":"passed","time":{"start":1724861223363,"stop":1724861223363,"duration":0}},{"uid":"146c58671192035d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/146c58671192035d","status":"passed","time":{"start":1724861045211,"stop":1724861045212,"duration":1}},{"uid":"833a00de4efc3129","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/833a00de4efc3129","status":"passed","time":{"start":1724860907096,"stop":1724860907096,"duration":0}}]},"6c7f0def328c000eaa3f94883d119dcc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b3dc77cb105ebd2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b3dc77cb105ebd2","status":"passed","time":{"start":1724922374672,"stop":1724922374672,"duration":0}},{"uid":"2226891e9b597d0a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2226891e9b597d0a","status":"passed","time":{"start":1724921037633,"stop":1724921037633,"duration":0}},{"uid":"c6ba3788149ffd19","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c6ba3788149ffd19","status":"passed","time":{"start":1724921013045,"stop":1724921013045,"duration":0}},{"uid":"3a8bee115433f032","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3a8bee115433f032","status":"passed","time":{"start":1724917673288,"stop":1724917673289,"duration":1}},{"uid":"ab237abe4180ac02","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ab237abe4180ac02","status":"passed","time":{"start":1724889452307,"stop":1724889452307,"duration":0}},{"uid":"1108a3e4299eadbe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1108a3e4299eadbe","status":"passed","time":{"start":1724888602837,"stop":1724888602838,"duration":1}},{"uid":"1a555b68aa5262cc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1a555b68aa5262cc","status":"passed","time":{"start":1724887759162,"stop":1724887759162,"duration":0}},{"uid":"5fc38c934a08b1d5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5fc38c934a08b1d5","status":"passed","time":{"start":1724886525541,"stop":1724886525541,"duration":0}},{"uid":"f7d8a24c3071d501","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f7d8a24c3071d501","status":"passed","time":{"start":1724886303394,"stop":1724886303394,"duration":0}},{"uid":"221cbcd4e87b15e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/221cbcd4e87b15e0","status":"passed","time":{"start":1724861752224,"stop":1724861752224,"duration":0}},{"uid":"c259c5cde5264b23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c259c5cde5264b23","status":"passed","time":{"start":1724861223352,"stop":1724861223353,"duration":1}},{"uid":"ba3a8f1eec7ca149","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ba3a8f1eec7ca149","status":"passed","time":{"start":1724861045199,"stop":1724861045199,"duration":0}},{"uid":"ae7d686ea5f81413","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ae7d686ea5f81413","status":"passed","time":{"start":1724860907082,"stop":1724860907082,"duration":0}}]},"624be30385efa0651ff59edcdecb8c4a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"57476c6008305b85","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/57476c6008305b85","status":"passed","time":{"start":1724861800257,"stop":1724861800257,"duration":0}}]},"eecfa63d5730183caf36e60d25cd3fa7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd022e8fc07ce11c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cd022e8fc07ce11c","status":"passed","time":{"start":1724861770117,"stop":1724861770117,"duration":0}}]},"9fdb72cbbc0f05cc501abaae655fa2cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"976172f62ce6eb1b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/976172f62ce6eb1b","status":"passed","time":{"start":1724922853906,"stop":1724922853907,"duration":1}},{"uid":"1f9cab0163b4f247","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1f9cab0163b4f247","status":"passed","time":{"start":1724921529569,"stop":1724921529569,"duration":0}},{"uid":"4b9c070301d2a94b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4b9c070301d2a94b","status":"passed","time":{"start":1724921488871,"stop":1724921488871,"duration":0}},{"uid":"c59f3cd8b81ded03","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c59f3cd8b81ded03","status":"passed","time":{"start":1724918203667,"stop":1724918203667,"duration":0}},{"uid":"91491d924a0ab75c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91491d924a0ab75c","status":"passed","time":{"start":1724889938348,"stop":1724889938351,"duration":3}},{"uid":"36eee861a4c6115","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/36eee861a4c6115","status":"passed","time":{"start":1724889077030,"stop":1724889077030,"duration":0}},{"uid":"dbfde88630a3c462","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dbfde88630a3c462","status":"passed","time":{"start":1724888268003,"stop":1724888268003,"duration":0}},{"uid":"e6ab058e5b80b400","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e6ab058e5b80b400","status":"passed","time":{"start":1724887032387,"stop":1724887032387,"duration":0}},{"uid":"211f15b96e55e963","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/211f15b96e55e963","status":"passed","time":{"start":1724886822783,"stop":1724886822784,"duration":1}},{"uid":"a0b7a13fcbca9cdd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a0b7a13fcbca9cdd","status":"passed","time":{"start":1724862233501,"stop":1724862233502,"duration":1}},{"uid":"8f901aef186d7a23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8f901aef186d7a23","status":"passed","time":{"start":1724861712662,"stop":1724861712662,"duration":0}},{"uid":"8f192c8857d860da","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8f192c8857d860da","status":"passed","time":{"start":1724861567874,"stop":1724861567876,"duration":2}},{"uid":"9db3a48e15991c16","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9db3a48e15991c16","status":"passed","time":{"start":1724861392037,"stop":1724861392037,"duration":0}}]},"b1dfdef8b9077e48e5cade9efc781742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1c228878670c7b51","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1c228878670c7b51","status":"passed","time":{"start":1724922508641,"stop":1724922508642,"duration":1}},{"uid":"24ac82609562db1f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/24ac82609562db1f","status":"passed","time":{"start":1724921164606,"stop":1724921164608,"duration":2}},{"uid":"54262673c42bf58d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/54262673c42bf58d","status":"passed","time":{"start":1724921137829,"stop":1724921137838,"duration":9}},{"uid":"f27fc7f934dafbcc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f27fc7f934dafbcc","status":"passed","time":{"start":1724917810542,"stop":1724917810543,"duration":1}},{"uid":"daacc4c3600cd58f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/daacc4c3600cd58f","status":"passed","time":{"start":1724889585450,"stop":1724889585451,"duration":1}},{"uid":"5b093d7b8c3c4a9f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b093d7b8c3c4a9f","status":"passed","time":{"start":1724888736520,"stop":1724888736524,"duration":4}},{"uid":"9b1f78e7f339d0db","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9b1f78e7f339d0db","status":"passed","time":{"start":1724887891797,"stop":1724887891798,"duration":1}},{"uid":"8a0b85add267189c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a0b85add267189c","status":"passed","time":{"start":1724886657796,"stop":1724886657797,"duration":1}},{"uid":"cf1f4611cb173ed","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cf1f4611cb173ed","status":"passed","time":{"start":1724886447362,"stop":1724886447362,"duration":0}},{"uid":"71239a7a5d2f994e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/71239a7a5d2f994e","status":"passed","time":{"start":1724861880136,"stop":1724861880138,"duration":2}},{"uid":"d2e313b413a965ba","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d2e313b413a965ba","status":"passed","time":{"start":1724861359784,"stop":1724861359784,"duration":0}},{"uid":"1e77f9bd902c3973","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1e77f9bd902c3973","status":"passed","time":{"start":1724861179685,"stop":1724861179686,"duration":1}},{"uid":"3516c29764b7484b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3516c29764b7484b","status":"passed","time":{"start":1724861040982,"stop":1724861040983,"duration":1}}]},"d7419a6b132ea3b1de9932439a05ec1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"652a6c26d327b87c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/652a6c26d327b87c","status":"passed","time":{"start":1724889935350,"stop":1724889935350,"duration":0}}]},"699992428f2a605ac0600b5acaf8e8b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"13e10dd5d3614e73","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/13e10dd5d3614e73","status":"passed","time":{"start":1724922887521,"stop":1724922887521,"duration":0}},{"uid":"e06edffcca43be63","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e06edffcca43be63","status":"passed","time":{"start":1724921564772,"stop":1724921564772,"duration":0}},{"uid":"e39873f6561b2398","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e39873f6561b2398","status":"passed","time":{"start":1724921518781,"stop":1724921518782,"duration":1}},{"uid":"f4f9c1171e2a8c95","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f4f9c1171e2a8c95","status":"passed","time":{"start":1724918229395,"stop":1724918229395,"duration":0}},{"uid":"263e362da1f1d5e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/263e362da1f1d5e8","status":"passed","time":{"start":1724889980693,"stop":1724889980693,"duration":0}},{"uid":"8f75930a2279389c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f75930a2279389c","status":"passed","time":{"start":1724889111155,"stop":1724889111156,"duration":1}},{"uid":"9a57bb5ecc067b87","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9a57bb5ecc067b87","status":"passed","time":{"start":1724888292528,"stop":1724888292529,"duration":1}},{"uid":"e312c23362a55d8d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e312c23362a55d8d","status":"passed","time":{"start":1724887068220,"stop":1724887068221,"duration":1}},{"uid":"209e51e6d628e560","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/209e51e6d628e560","status":"passed","time":{"start":1724886848918,"stop":1724886848918,"duration":0}},{"uid":"5d745422095053a2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5d745422095053a2","status":"passed","time":{"start":1724862262043,"stop":1724862262043,"duration":0}},{"uid":"c0b299661de8bbf2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c0b299661de8bbf2","status":"passed","time":{"start":1724861741888,"stop":1724861741889,"duration":1}},{"uid":"471bd69deabc1a95","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/471bd69deabc1a95","status":"passed","time":{"start":1724861599483,"stop":1724861599483,"duration":0}},{"uid":"555ba0e870b951eb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/555ba0e870b951eb","status":"passed","time":{"start":1724861428470,"stop":1724861428471,"duration":1}}]},"c50670a87b903128bd7a48f2cb96ad71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b57a9500340f6ad9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b57a9500340f6ad9","status":"passed","time":{"start":1724861628432,"stop":1724861628433,"duration":1}}]},"d2039139e2dc99781d63f09ec37de324:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"43ee594f92e80970","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/43ee594f92e80970","status":"passed","time":{"start":1724886906380,"stop":1724886906381,"duration":1}}]},"f7a0151ad1bfeb39ff61db2b9a0e166f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9e2a8996329493d1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9e2a8996329493d1","status":"passed","time":{"start":1724922845257,"stop":1724922845257,"duration":0}},{"uid":"b3a49f0b73181b58","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b3a49f0b73181b58","status":"passed","time":{"start":1724921515237,"stop":1724921515237,"duration":0}},{"uid":"e4c8fc8a85aa511e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e4c8fc8a85aa511e","status":"passed","time":{"start":1724921475499,"stop":1724921475499,"duration":0}},{"uid":"ef8857f8f0144ba7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ef8857f8f0144ba7","status":"passed","time":{"start":1724918179410,"stop":1724918179410,"duration":0}},{"uid":"b49ddae291603ce6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b49ddae291603ce6","status":"passed","time":{"start":1724889935348,"stop":1724889935349,"duration":1}},{"uid":"639b909868f190bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/639b909868f190bd","status":"passed","time":{"start":1724889072763,"stop":1724889072764,"duration":1}},{"uid":"cd89093853d8e83f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cd89093853d8e83f","status":"passed","time":{"start":1724888232424,"stop":1724888232425,"duration":1}},{"uid":"fa072bd0969df26f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fa072bd0969df26f","status":"passed","time":{"start":1724887018311,"stop":1724887018311,"duration":0}},{"uid":"f4078301bbdcfa93","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f4078301bbdcfa93","status":"passed","time":{"start":1724886781498,"stop":1724886781498,"duration":0}},{"uid":"bd216c730db25f75","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bd216c730db25f75","status":"passed","time":{"start":1724862213672,"stop":1724862213673,"duration":1}},{"uid":"e316173f98ff3aba","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e316173f98ff3aba","status":"passed","time":{"start":1724861685873,"stop":1724861685874,"duration":1}},{"uid":"20b7fca41a9c7657","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/20b7fca41a9c7657","status":"passed","time":{"start":1724861546199,"stop":1724861546200,"duration":1}},{"uid":"628ea473de742456","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/628ea473de742456","status":"passed","time":{"start":1724861378121,"stop":1724861378121,"duration":0}}]},"1fbf562ef076cf037a0ef5c6412486a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8a6571541f369e21","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8a6571541f369e21","status":"passed","time":{"start":1724922388049,"stop":1724922388050,"duration":1}},{"uid":"4ca5a5c4f05860b9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4ca5a5c4f05860b9","status":"passed","time":{"start":1724921051057,"stop":1724921051057,"duration":0}},{"uid":"3c16f24e94b90e8c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3c16f24e94b90e8c","status":"passed","time":{"start":1724921026362,"stop":1724921026363,"duration":1}},{"uid":"fdfe547e36ebdde","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fdfe547e36ebdde","status":"passed","time":{"start":1724917686541,"stop":1724917686541,"duration":0}},{"uid":"7033684b74449fd9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7033684b74449fd9","status":"passed","time":{"start":1724889465472,"stop":1724889465472,"duration":0}},{"uid":"594c8d7f8e43fa24","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/594c8d7f8e43fa24","status":"passed","time":{"start":1724888616213,"stop":1724888616213,"duration":0}},{"uid":"d60e3f201bcc72f1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d60e3f201bcc72f1","status":"passed","time":{"start":1724887772449,"stop":1724887772449,"duration":0}},{"uid":"dd40b816fcaa7a3f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dd40b816fcaa7a3f","status":"passed","time":{"start":1724886538861,"stop":1724886538861,"duration":0}},{"uid":"11da664befce4803","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/11da664befce4803","status":"passed","time":{"start":1724886316627,"stop":1724886316627,"duration":0}},{"uid":"4a13ee9d00ea7a89","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a13ee9d00ea7a89","status":"passed","time":{"start":1724861765763,"stop":1724861765763,"duration":0}},{"uid":"c96d4a8b1335c5f1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c96d4a8b1335c5f1","status":"passed","time":{"start":1724861236573,"stop":1724861236573,"duration":0}},{"uid":"ac2601758777f39d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac2601758777f39d","status":"passed","time":{"start":1724861059471,"stop":1724861059471,"duration":0}},{"uid":"14c56fee5a30ee96","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/14c56fee5a30ee96","status":"passed","time":{"start":1724860920727,"stop":1724860920727,"duration":0}}]},"8b6724788d12b89e3f480dbfc149f09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1355cbe9ca52df4b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1355cbe9ca52df4b","status":"passed","time":{"start":1724922387838,"stop":1724922387839,"duration":1}},{"uid":"e3d887291748dc9a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e3d887291748dc9a","status":"passed","time":{"start":1724921050916,"stop":1724921050916,"duration":0}},{"uid":"ed118c772fbb94ac","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ed118c772fbb94ac","status":"passed","time":{"start":1724921026084,"stop":1724921026085,"duration":1}},{"uid":"c1c8ffc40de6842d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c1c8ffc40de6842d","status":"passed","time":{"start":1724917686331,"stop":1724917686331,"duration":0}},{"uid":"2e1930f23b0fb84b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2e1930f23b0fb84b","status":"passed","time":{"start":1724889465302,"stop":1724889465303,"duration":1}},{"uid":"2ea08520d2605868","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ea08520d2605868","status":"passed","time":{"start":1724888615855,"stop":1724888615856,"duration":1}},{"uid":"b2f381475e7f3c22","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b2f381475e7f3c22","status":"passed","time":{"start":1724887772190,"stop":1724887772190,"duration":0}},{"uid":"465f9effb8299ce3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/465f9effb8299ce3","status":"passed","time":{"start":1724886538736,"stop":1724886538737,"duration":1}},{"uid":"ecc79377f02817f9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ecc79377f02817f9","status":"passed","time":{"start":1724886316573,"stop":1724886316574,"duration":1}},{"uid":"488c222f9a3be4ef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/488c222f9a3be4ef","status":"passed","time":{"start":1724861765627,"stop":1724861765627,"duration":0}},{"uid":"a7c3410e4cca11c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a7c3410e4cca11c","status":"passed","time":{"start":1724861236290,"stop":1724861236290,"duration":0}},{"uid":"12ef28aa201afbdf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/12ef28aa201afbdf","status":"passed","time":{"start":1724861059256,"stop":1724861059256,"duration":0}},{"uid":"b0057e02c0583e7a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b0057e02c0583e7a","status":"passed","time":{"start":1724860920541,"stop":1724860920542,"duration":1}}]},"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"58d14de1eb2d13bb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/58d14de1eb2d13bb","status":"passed","time":{"start":1724922866492,"stop":1724922866492,"duration":0}},{"uid":"3eb519b696882f18","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3eb519b696882f18","status":"passed","time":{"start":1724921538593,"stop":1724921538594,"duration":1}},{"uid":"c40a3f7650df299e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c40a3f7650df299e","status":"passed","time":{"start":1724921499391,"stop":1724921499391,"duration":0}},{"uid":"82af68472f9d475d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/82af68472f9d475d","status":"passed","time":{"start":1724918204099,"stop":1724918204099,"duration":0}},{"uid":"13af5bd687c1656","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/13af5bd687c1656","status":"passed","time":{"start":1724889957368,"stop":1724889957368,"duration":0}},{"uid":"64721f53dc1964eb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64721f53dc1964eb","status":"passed","time":{"start":1724889094879,"stop":1724889094879,"duration":0}},{"uid":"3ef6fb8f105d7e9a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3ef6fb8f105d7e9a","status":"passed","time":{"start":1724888256176,"stop":1724888256177,"duration":1}},{"uid":"a2dd040d8ffe9542","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a2dd040d8ffe9542","status":"passed","time":{"start":1724887043895,"stop":1724887043896,"duration":1}},{"uid":"f4c02cf52df73f96","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f4c02cf52df73f96","status":"passed","time":{"start":1724886807385,"stop":1724886807385,"duration":0}},{"uid":"2cbf99f5a2c4fcf2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2cbf99f5a2c4fcf2","status":"passed","time":{"start":1724862237700,"stop":1724862237701,"duration":1}},{"uid":"591566e15b7e903d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/591566e15b7e903d","status":"passed","time":{"start":1724861709115,"stop":1724861709115,"duration":0}},{"uid":"d1621caf71518650","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d1621caf71518650","status":"passed","time":{"start":1724861571993,"stop":1724861571994,"duration":1}},{"uid":"e109986d01b0c03c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e109986d01b0c03c","status":"passed","time":{"start":1724861400269,"stop":1724861400270,"duration":1}}]},"b94058ccdbd55f767ddeea47986ffcbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"29ae6ff0e00b6e7b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/29ae6ff0e00b6e7b","status":"passed","time":{"start":1724886884587,"stop":1724886884588,"duration":1}}]},"e8502be231a674d101cb5d0908fb25df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"907bd9f8933676d4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/907bd9f8933676d4","status":"passed","time":{"start":1724922891489,"stop":1724922891490,"duration":1}},{"uid":"f8e8a3c58c05f4f4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f8e8a3c58c05f4f4","status":"passed","time":{"start":1724921563017,"stop":1724921563017,"duration":0}},{"uid":"a1730e3849eb8cca","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a1730e3849eb8cca","status":"passed","time":{"start":1724921526813,"stop":1724921526814,"duration":1}},{"uid":"ea3d94c341387a37","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ea3d94c341387a37","status":"passed","time":{"start":1724918239944,"stop":1724918239944,"duration":0}},{"uid":"5a091887410fdf24","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5a091887410fdf24","status":"passed","time":{"start":1724889980902,"stop":1724889980902,"duration":0}},{"uid":"f91068cc8d1c776","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f91068cc8d1c776","status":"passed","time":{"start":1724889109970,"stop":1724889109971,"duration":1}},{"uid":"d5893701e45b1344","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d5893701e45b1344","status":"passed","time":{"start":1724888294723,"stop":1724888294723,"duration":0}},{"uid":"be1a58762b17bae","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/be1a58762b17bae","status":"passed","time":{"start":1724887071742,"stop":1724887071742,"duration":0}},{"uid":"7058b98f2fcd7689","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7058b98f2fcd7689","status":"passed","time":{"start":1724886848346,"stop":1724886848347,"duration":1}},{"uid":"f7f48484848b33ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7f48484848b33ac","status":"passed","time":{"start":1724862259253,"stop":1724862259254,"duration":1}},{"uid":"9af6435870756c06","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9af6435870756c06","status":"passed","time":{"start":1724861735328,"stop":1724861735329,"duration":1}},{"uid":"27efd96800033cc7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/27efd96800033cc7","status":"passed","time":{"start":1724861606346,"stop":1724861606350,"duration":4}},{"uid":"f2061536d37e797a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f2061536d37e797a","status":"passed","time":{"start":1724861426688,"stop":1724861426689,"duration":1}}]},"b78455b0a777d909fa7053fbafafb7bf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c495b3c57aa83f9d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c495b3c57aa83f9d","status":"passed","time":{"start":1724921556060,"stop":1724921556060,"duration":0}}]},"73423cdeed45c9f9eaf5e7b635c01359:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d06a8213264ccac4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d06a8213264ccac4","status":"passed","time":{"start":1724918298099,"stop":1724918298099,"duration":0}}]},"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b3cd385c9526b1d3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b3cd385c9526b1d3","status":"passed","time":{"start":1724922465396,"stop":1724922465397,"duration":1}},{"uid":"418ecfa121ccf6fb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/418ecfa121ccf6fb","status":"passed","time":{"start":1724921128568,"stop":1724921128569,"duration":1}},{"uid":"2ca555f8a77f1c43","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2ca555f8a77f1c43","status":"passed","time":{"start":1724921103675,"stop":1724921103676,"duration":1}},{"uid":"218c3650119a4a49","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/218c3650119a4a49","status":"passed","time":{"start":1724917763727,"stop":1724917763727,"duration":0}},{"uid":"72a3b0462d4ce1d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72a3b0462d4ce1d9","status":"passed","time":{"start":1724889543370,"stop":1724889543371,"duration":1}},{"uid":"1de22735c977dd73","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1de22735c977dd73","status":"passed","time":{"start":1724888692504,"stop":1724888692505,"duration":1}},{"uid":"83a1efb0f061c604","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/83a1efb0f061c604","status":"passed","time":{"start":1724887850414,"stop":1724887850414,"duration":0}},{"uid":"59a9998feeab2467","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/59a9998feeab2467","status":"passed","time":{"start":1724886617175,"stop":1724886617176,"duration":1}},{"uid":"473ee2684e1bf68","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/473ee2684e1bf68","status":"passed","time":{"start":1724886394907,"stop":1724886394907,"duration":0}},{"uid":"bf98b99faa51b9cd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf98b99faa51b9cd","status":"passed","time":{"start":1724861844373,"stop":1724861844373,"duration":0}},{"uid":"7e455c311d1fa492","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7e455c311d1fa492","status":"passed","time":{"start":1724861313410,"stop":1724861313410,"duration":0}},{"uid":"fb2f87c2ab8bf4b1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fb2f87c2ab8bf4b1","status":"passed","time":{"start":1724861139651,"stop":1724861139651,"duration":0}},{"uid":"5f4d6da72d7fa222","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5f4d6da72d7fa222","status":"passed","time":{"start":1724860999512,"stop":1724860999512,"duration":0}}]},"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"91570957d2700f50","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/91570957d2700f50","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922891487,"stop":1724922891487,"duration":0}},{"uid":"d21f48688d478da7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d21f48688d478da7","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921563011,"stop":1724921563012,"duration":1}},{"uid":"21872750aab9279d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/21872750aab9279d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921526811,"stop":1724921526811,"duration":0}},{"uid":"b1f38a9f5a8f3841","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b1f38a9f5a8f3841","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918239938,"stop":1724918239939,"duration":1}},{"uid":"9381aa104bca9b0a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9381aa104bca9b0a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889980889,"stop":1724889980889,"duration":0}},{"uid":"d05748518bbad480","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d05748518bbad480","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889109954,"stop":1724889109954,"duration":0}},{"uid":"cffad4a19d2a3614","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cffad4a19d2a3614","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888294721,"stop":1724888294721,"duration":0}},{"uid":"3dde8800fe077342","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3dde8800fe077342","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887071737,"stop":1724887071737,"duration":0}},{"uid":"4b8762fb4f176397","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4b8762fb4f176397","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886848343,"stop":1724886848344,"duration":1}},{"uid":"882af9315262d0f3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/882af9315262d0f3","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862259245,"stop":1724862259245,"duration":0}},{"uid":"ec837b6896314a39","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ec837b6896314a39","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861735323,"stop":1724861735324,"duration":1}},{"uid":"5c38a1321aae0412","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5c38a1321aae0412","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861606342,"stop":1724861606342,"duration":0}},{"uid":"ce4419b9a82da8bf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ce4419b9a82da8bf","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861426684,"stop":1724861426685,"duration":1}}]},"69cdb59c9b84fd0b6f4eb132bfba3c26:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"891ce09012901f52","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/891ce09012901f52","status":"passed","time":{"start":1724921267871,"stop":1724921267872,"duration":1}}]},"4bb9843185772f87c64cde7898fee847:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"59ad23bfddf491d7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/59ad23bfddf491d7","status":"passed","time":{"start":1724861392063,"stop":1724861392063,"duration":0}}]},"3f657c3f7b8915d7897075f7b0b4b4a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"24fec490d5804f17","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/24fec490d5804f17","status":"passed","time":{"start":1724922950820,"stop":1724922950820,"duration":0}},{"uid":"37ac5232c27134e9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/37ac5232c27134e9","status":"passed","time":{"start":1724921640398,"stop":1724921640399,"duration":1}},{"uid":"2f6b38d68d26d2aa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2f6b38d68d26d2aa","status":"passed","time":{"start":1724921600406,"stop":1724921600406,"duration":0}},{"uid":"c55a2176fa5006ff","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c55a2176fa5006ff","status":"passed","time":{"start":1724918300920,"stop":1724918300921,"duration":1}},{"uid":"842a30b817faaf17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/842a30b817faaf17","status":"passed","time":{"start":1724890059280,"stop":1724890059284,"duration":4}},{"uid":"c5c16146411181da","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5c16146411181da","status":"passed","time":{"start":1724889188310,"stop":1724889188310,"duration":0}},{"uid":"dff1a9133d932323","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dff1a9133d932323","status":"passed","time":{"start":1724888372739,"stop":1724888372739,"duration":0}},{"uid":"a12c800492be0352","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a12c800492be0352","status":"passed","time":{"start":1724887135716,"stop":1724887135717,"duration":1}},{"uid":"fd51ba4f94f7e4e9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fd51ba4f94f7e4e9","status":"passed","time":{"start":1724886919661,"stop":1724886919662,"duration":1}},{"uid":"a761315a47b64597","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a761315a47b64597","status":"passed","time":{"start":1724862341833,"stop":1724862341833,"duration":0}},{"uid":"f2afff3d02c2d286","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f2afff3d02c2d286","status":"passed","time":{"start":1724861815487,"stop":1724861815488,"duration":1}},{"uid":"6f269f14632c3167","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6f269f14632c3167","status":"passed","time":{"start":1724861669533,"stop":1724861669533,"duration":0}},{"uid":"147a2b9202b83964","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/147a2b9202b83964","status":"passed","time":{"start":1724861505411,"stop":1724861505411,"duration":0}}]},"ef7f81d67be91f064193d89f75dd2c18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9cd2ad57b835c0cd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9cd2ad57b835c0cd","status":"passed","time":{"start":1724922906439,"stop":1724922906440,"duration":1}}]},"6dbe7b3efceddd8095915d6004c5681f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"17fe54fcc39c179","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/17fe54fcc39c179","status":"passed","time":{"start":1724861655174,"stop":1724861655174,"duration":0}}]},"2b33e95025ce4dcf13b0ff6ea330ae33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1d48ddf98fa3a178","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1d48ddf98fa3a178","status":"passed","time":{"start":1724890032293,"stop":1724890032294,"duration":1}}]},"0866a279c90a44b71b4cbc4bd9ca8da3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7abc6fbbbfb15062","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7abc6fbbbfb15062","status":"passed","time":{"start":1724922635345,"stop":1724922635346,"duration":1}},{"uid":"2130b1e19ec9a39c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2130b1e19ec9a39c","status":"passed","time":{"start":1724921296995,"stop":1724921296995,"duration":0}},{"uid":"68f29c94398eec8a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/68f29c94398eec8a","status":"passed","time":{"start":1724921276361,"stop":1724921276361,"duration":0}},{"uid":"939a95be90dc0217","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/939a95be90dc0217","status":"passed","time":{"start":1724917948305,"stop":1724917948305,"duration":0}},{"uid":"7a357cb595b6e365","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7a357cb595b6e365","status":"passed","time":{"start":1724889729001,"stop":1724889729002,"duration":1}},{"uid":"ecbd6877a3500abd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ecbd6877a3500abd","status":"passed","time":{"start":1724888864948,"stop":1724888864948,"duration":0}},{"uid":"2a4b980a4dd74acb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2a4b980a4dd74acb","status":"passed","time":{"start":1724888053729,"stop":1724888053730,"duration":1}},{"uid":"710eccef50de8383","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/710eccef50de8383","status":"passed","time":{"start":1724886811646,"stop":1724886811646,"duration":0}},{"uid":"ad278fded58c13c7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ad278fded58c13c7","status":"passed","time":{"start":1724886580998,"stop":1724886580998,"duration":0}},{"uid":"c850e1ff52dd4bcd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c850e1ff52dd4bcd","status":"passed","time":{"start":1724862019551,"stop":1724862019552,"duration":1}},{"uid":"c0915f2f971f2124","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c0915f2f971f2124","status":"passed","time":{"start":1724861493929,"stop":1724861493930,"duration":1}},{"uid":"3b56c1a05d5846bc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3b56c1a05d5846bc","status":"passed","time":{"start":1724861318011,"stop":1724861318011,"duration":0}},{"uid":"ee74cc0df31b1818","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ee74cc0df31b1818","status":"passed","time":{"start":1724861178505,"stop":1724861178505,"duration":0}}]},"ddc55cdd59d7a3cbe9414d1ddf2def85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d3fbba7824cd7932","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d3fbba7824cd7932","status":"passed","time":{"start":1724922383092,"stop":1724922383092,"duration":0}},{"uid":"b1f8668fe00e90c7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b1f8668fe00e90c7","status":"passed","time":{"start":1724921046209,"stop":1724921046209,"duration":0}},{"uid":"9dcc145a3232538d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9dcc145a3232538d","status":"passed","time":{"start":1724921021480,"stop":1724921021480,"duration":0}},{"uid":"b50ff9be8e795f21","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b50ff9be8e795f21","status":"passed","time":{"start":1724917681728,"stop":1724917681728,"duration":0}},{"uid":"e581cd4f92024d78","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e581cd4f92024d78","status":"passed","time":{"start":1724889460656,"stop":1724889460656,"duration":0}},{"uid":"d96c871c90de45b8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d96c871c90de45b8","status":"passed","time":{"start":1724888611299,"stop":1724888611299,"duration":0}},{"uid":"3d1e2c453ee9ac57","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3d1e2c453ee9ac57","status":"passed","time":{"start":1724887767624,"stop":1724887767624,"duration":0}},{"uid":"285e4c4e634ab051","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/285e4c4e634ab051","status":"passed","time":{"start":1724886533995,"stop":1724886533996,"duration":1}},{"uid":"9564d49101e0018a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9564d49101e0018a","status":"passed","time":{"start":1724886311762,"stop":1724886311762,"duration":0}},{"uid":"c82b4d16cfdc8d73","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c82b4d16cfdc8d73","status":"passed","time":{"start":1724861760780,"stop":1724861760780,"duration":0}},{"uid":"ed4aa0963379783","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ed4aa0963379783","status":"passed","time":{"start":1724861231738,"stop":1724861231738,"duration":0}},{"uid":"5d55d39125e31b09","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5d55d39125e31b09","status":"passed","time":{"start":1724861054261,"stop":1724861054261,"duration":0}},{"uid":"97b039007e38fd92","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/97b039007e38fd92","status":"passed","time":{"start":1724860915818,"stop":1724860915818,"duration":0}}]},"054d1154ee16702b12dca4c57d8fcde3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"24b830ab7b73f55f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/24b830ab7b73f55f","status":"passed","time":{"start":1724922891493,"stop":1724922891493,"duration":0}},{"uid":"243d02fe3bba1954","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/243d02fe3bba1954","status":"passed","time":{"start":1724921563021,"stop":1724921563021,"duration":0}},{"uid":"91b125952d30bf73","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/91b125952d30bf73","status":"passed","time":{"start":1724921526818,"stop":1724921526818,"duration":0}},{"uid":"a5d8ff612d4d0b7d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a5d8ff612d4d0b7d","status":"passed","time":{"start":1724918239953,"stop":1724918239954,"duration":1}},{"uid":"3ed1def135bb01df","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3ed1def135bb01df","status":"passed","time":{"start":1724889980927,"stop":1724889980928,"duration":1}},{"uid":"b52fa2f87419b192","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b52fa2f87419b192","status":"passed","time":{"start":1724889109979,"stop":1724889109980,"duration":1}},{"uid":"d98d05793771d02","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d98d05793771d02","status":"passed","time":{"start":1724888294726,"stop":1724888294727,"duration":1}},{"uid":"767458f65e9d60d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/767458f65e9d60d","status":"passed","time":{"start":1724887071745,"stop":1724887071745,"duration":0}},{"uid":"568af0afe57e5a39","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/568af0afe57e5a39","status":"passed","time":{"start":1724886848350,"stop":1724886848350,"duration":0}},{"uid":"5364afcf2ca0b767","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5364afcf2ca0b767","status":"passed","time":{"start":1724862259261,"stop":1724862259262,"duration":1}},{"uid":"7443acfd01f40697","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7443acfd01f40697","status":"passed","time":{"start":1724861735335,"stop":1724861735336,"duration":1}},{"uid":"e6a13e87c5beb8f9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e6a13e87c5beb8f9","status":"passed","time":{"start":1724861606353,"stop":1724861606353,"duration":0}},{"uid":"3ea683057de42ee1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3ea683057de42ee1","status":"passed","time":{"start":1724861426693,"stop":1724861426693,"duration":0}}]},"07ef9a7267de044fca95971fb6a9b329:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1777ae7bd8d4e90c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1777ae7bd8d4e90c","status":"passed","time":{"start":1724861712676,"stop":1724861712676,"duration":0}}]},"0f8a5e66758783bae9ebeada2fa70883:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"28d390ac3dbe34d9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/28d390ac3dbe34d9","status":"passed","time":{"start":1724922890066,"stop":1724922890067,"duration":1}},{"uid":"10642c68b780d604","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/10642c68b780d604","status":"passed","time":{"start":1724921559015,"stop":1724921559016,"duration":1}},{"uid":"22035fba3144d3c9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/22035fba3144d3c9","status":"passed","time":{"start":1724921524130,"stop":1724921524131,"duration":1}},{"uid":"f910671e2187107b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f910671e2187107b","status":"passed","time":{"start":1724918241660,"stop":1724918241662,"duration":2}},{"uid":"4dfede55a1ad110f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4dfede55a1ad110f","status":"passed","time":{"start":1724889975474,"stop":1724889975475,"duration":1}},{"uid":"ecc6abc6b9fad26f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ecc6abc6b9fad26f","status":"passed","time":{"start":1724889106059,"stop":1724889106060,"duration":1}},{"uid":"c62c698484b4929e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c62c698484b4929e","status":"passed","time":{"start":1724888289481,"stop":1724888289482,"duration":1}},{"uid":"f3f7474bedfe3df3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f3f7474bedfe3df3","status":"passed","time":{"start":1724887057701,"stop":1724887057702,"duration":1}},{"uid":"67765e3636bd1ee6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/67765e3636bd1ee6","status":"passed","time":{"start":1724886839398,"stop":1724886839398,"duration":0}},{"uid":"c70dab3502776690","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c70dab3502776690","status":"passed","time":{"start":1724862256091,"stop":1724862256092,"duration":1}},{"uid":"f2c34841bc4b2e5e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f2c34841bc4b2e5e","status":"passed","time":{"start":1724861742234,"stop":1724861742234,"duration":0}},{"uid":"ceebe49e8470b509","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ceebe49e8470b509","status":"passed","time":{"start":1724861595389,"stop":1724861595390,"duration":1}},{"uid":"ee8f1fcc88b0fbfe","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ee8f1fcc88b0fbfe","status":"passed","time":{"start":1724861424068,"stop":1724861424068,"duration":0}}]},"c818e62d6098cdb83b714eb36bf1dbce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"328c39bbf1f72fdf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/328c39bbf1f72fdf","status":"passed","time":{"start":1724923008734,"stop":1724923008734,"duration":0}},{"uid":"8b09fe843c63e42b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8b09fe843c63e42b","status":"passed","time":{"start":1724921677826,"stop":1724921677826,"duration":0}},{"uid":"7f9e405bdf08caff","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7f9e405bdf08caff","status":"passed","time":{"start":1724921635678,"stop":1724921635678,"duration":0}},{"uid":"f89d2a1a833a673d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f89d2a1a833a673d","status":"passed","time":{"start":1724918344737,"stop":1724918344737,"duration":0}},{"uid":"d29ae21cb97c2409","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d29ae21cb97c2409","status":"passed","time":{"start":1724890097425,"stop":1724890097425,"duration":0}},{"uid":"278ac31bdad0d78b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/278ac31bdad0d78b","status":"passed","time":{"start":1724889226622,"stop":1724889226622,"duration":0}},{"uid":"bdd8f6795d2908b4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bdd8f6795d2908b4","status":"passed","time":{"start":1724888405386,"stop":1724888405386,"duration":0}},{"uid":"4a140d1dab2a9c98","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a140d1dab2a9c98","status":"passed","time":{"start":1724887180095,"stop":1724887180095,"duration":0}},{"uid":"83bac867be3dc5ce","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/83bac867be3dc5ce","status":"passed","time":{"start":1724886957949,"stop":1724886957949,"duration":0}},{"uid":"98586cbb2e31479d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/98586cbb2e31479d","status":"passed","time":{"start":1724862379717,"stop":1724862379717,"duration":0}},{"uid":"52975ceda4e49774","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/52975ceda4e49774","status":"passed","time":{"start":1724861853003,"stop":1724861853003,"duration":0}},{"uid":"881e6f14cd856ab","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/881e6f14cd856ab","status":"passed","time":{"start":1724861709845,"stop":1724861709845,"duration":0}},{"uid":"9ac995cf3f47c822","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9ac995cf3f47c822","status":"passed","time":{"start":1724861537422,"stop":1724861537423,"duration":1}}]},"dce212676074993bd1eed253a481b8c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1eda95604c7c6835","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1eda95604c7c6835","status":"passed","time":{"start":1724922476377,"stop":1724922476377,"duration":0}},{"uid":"9cbe4e46a0d9855a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9cbe4e46a0d9855a","status":"passed","time":{"start":1724921141201,"stop":1724921141201,"duration":0}},{"uid":"6c59b3cf89aa68be","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6c59b3cf89aa68be","status":"passed","time":{"start":1724921118250,"stop":1724921118250,"duration":0}},{"uid":"52b44a344ac786db","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/52b44a344ac786db","status":"passed","time":{"start":1724917777552,"stop":1724917777553,"duration":1}},{"uid":"3243282dfce9686f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3243282dfce9686f","status":"passed","time":{"start":1724889554666,"stop":1724889554666,"duration":0}},{"uid":"8b447d2c458aa6b4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8b447d2c458aa6b4","status":"passed","time":{"start":1724888706940,"stop":1724888706946,"duration":6}},{"uid":"db2494a56bd2e563","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/db2494a56bd2e563","status":"passed","time":{"start":1724887861774,"stop":1724887861775,"duration":1}},{"uid":"bbe885d0df521161","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bbe885d0df521161","status":"passed","time":{"start":1724886631478,"stop":1724886631478,"duration":0}},{"uid":"55b5f7f49d456de4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/55b5f7f49d456de4","status":"passed","time":{"start":1724886409747,"stop":1724886409747,"duration":0}},{"uid":"31d4788c017ddd1d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31d4788c017ddd1d","status":"passed","time":{"start":1724861858186,"stop":1724861858186,"duration":0}},{"uid":"c4fa7ff8c0e744ef","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c4fa7ff8c0e744ef","status":"passed","time":{"start":1724861324522,"stop":1724861324522,"duration":0}},{"uid":"793eb3febfbb938d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/793eb3febfbb938d","status":"passed","time":{"start":1724861152391,"stop":1724861152392,"duration":1}},{"uid":"526080ce0bfec78c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/526080ce0bfec78c","status":"passed","time":{"start":1724861011436,"stop":1724861011437,"duration":1}}]},"13036aa89328f251287fa0606bb92f47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"66d4b1d304693f68","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/66d4b1d304693f68","status":"passed","time":{"start":1724922928888,"stop":1724922928888,"duration":0}},{"uid":"ca2419c1b243b65e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ca2419c1b243b65e","status":"passed","time":{"start":1724921620609,"stop":1724921620610,"duration":1}},{"uid":"650fdaa39a79d3f9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/650fdaa39a79d3f9","status":"passed","time":{"start":1724921566691,"stop":1724921566692,"duration":1}},{"uid":"e5df07a9874af96e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e5df07a9874af96e","status":"passed","time":{"start":1724918280554,"stop":1724918280554,"duration":0}},{"uid":"c2aefa8a5ba78bbb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2aefa8a5ba78bbb","status":"passed","time":{"start":1724890019469,"stop":1724890019469,"duration":0}},{"uid":"266d4ebf314a2372","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/266d4ebf314a2372","status":"passed","time":{"start":1724889148723,"stop":1724889148723,"duration":0}},{"uid":"95279050cae3f316","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/95279050cae3f316","status":"passed","time":{"start":1724888331964,"stop":1724888331965,"duration":1}},{"uid":"807ff4a978fefbd0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/807ff4a978fefbd0","status":"passed","time":{"start":1724887107115,"stop":1724887107115,"duration":0}},{"uid":"9914048d3a26c38d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9914048d3a26c38d","status":"passed","time":{"start":1724886889609,"stop":1724886889609,"duration":0}},{"uid":"d2b6d2b1c8aa6fb2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d2b6d2b1c8aa6fb2","status":"passed","time":{"start":1724862298791,"stop":1724862298791,"duration":0}},{"uid":"d56478f518367480","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d56478f518367480","status":"passed","time":{"start":1724861779265,"stop":1724861779265,"duration":0}},{"uid":"9788085715832e0c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9788085715832e0c","status":"passed","time":{"start":1724861646563,"stop":1724861646563,"duration":0}},{"uid":"8343720699b9707a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8343720699b9707a","status":"passed","time":{"start":1724861466616,"stop":1724861466616,"duration":0}}]},"972f0d9f40f06a6bf6e58ae314e86d56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6febf30034257f8a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6febf30034257f8a","status":"passed","time":{"start":1724922845260,"stop":1724922845260,"duration":0}},{"uid":"9529b94b1052fe3e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9529b94b1052fe3e","status":"passed","time":{"start":1724921515249,"stop":1724921515250,"duration":1}},{"uid":"2a3dfed04c93e8f3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2a3dfed04c93e8f3","status":"passed","time":{"start":1724921475502,"stop":1724921475502,"duration":0}},{"uid":"a390aaf141608357","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a390aaf141608357","status":"passed","time":{"start":1724918179416,"stop":1724918179417,"duration":1}},{"uid":"9206df4a4e037f89","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9206df4a4e037f89","status":"passed","time":{"start":1724889935351,"stop":1724889935351,"duration":0}},{"uid":"b6e380b42707374f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b6e380b42707374f","status":"passed","time":{"start":1724889072766,"stop":1724889072767,"duration":1}},{"uid":"ab1bf7788171d832","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ab1bf7788171d832","status":"passed","time":{"start":1724888232427,"stop":1724888232427,"duration":0}},{"uid":"5dcb84d7e1866bfc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5dcb84d7e1866bfc","status":"passed","time":{"start":1724887018314,"stop":1724887018314,"duration":0}},{"uid":"6cd5d56a403a5f49","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6cd5d56a403a5f49","status":"passed","time":{"start":1724886781502,"stop":1724886781503,"duration":1}},{"uid":"80319c155c257c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80319c155c257c0","status":"passed","time":{"start":1724862213682,"stop":1724862213682,"duration":0}},{"uid":"af9d9dd55e2d535c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/af9d9dd55e2d535c","status":"passed","time":{"start":1724861685880,"stop":1724861685880,"duration":0}},{"uid":"d218c02e361c7a04","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d218c02e361c7a04","status":"passed","time":{"start":1724861546205,"stop":1724861546206,"duration":1}},{"uid":"ec3b73a3a40cd53","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ec3b73a3a40cd53","status":"passed","time":{"start":1724861378124,"stop":1724861378124,"duration":0}}]},"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4c8039e9b4b145f5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4c8039e9b4b145f5","status":"passed","time":{"start":1724922727746,"stop":1724922727747,"duration":1}},{"uid":"cc7e7e951eb592fc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cc7e7e951eb592fc","status":"passed","time":{"start":1724921380065,"stop":1724921380065,"duration":0}},{"uid":"acd1061956382c52","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/acd1061956382c52","status":"passed","time":{"start":1724921359799,"stop":1724921359799,"duration":0}},{"uid":"22211d1ece432d8e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/22211d1ece432d8e","status":"passed","time":{"start":1724918087013,"stop":1724918087014,"duration":1}},{"uid":"cf3c03aaaaa79ce2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf3c03aaaaa79ce2","status":"passed","time":{"start":1724889805675,"stop":1724889805675,"duration":0}},{"uid":"94e7e5b1ec42414e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/94e7e5b1ec42414e","status":"passed","time":{"start":1724888940770,"stop":1724888940770,"duration":0}},{"uid":"34978e9780a8eb0c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/34978e9780a8eb0c","status":"passed","time":{"start":1724888159620,"stop":1724888159620,"duration":0}},{"uid":"cab5b35d54b29c3d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cab5b35d54b29c3d","status":"passed","time":{"start":1724886924289,"stop":1724886924289,"duration":0}},{"uid":"8de8f6375d1a6db1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8de8f6375d1a6db1","status":"passed","time":{"start":1724886701944,"stop":1724886701945,"duration":1}},{"uid":"d9fdc96ff7275d40","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9fdc96ff7275d40","status":"passed","time":{"start":1724862112846,"stop":1724862112846,"duration":0}},{"uid":"b9968bf898d0533f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b9968bf898d0533f","status":"passed","time":{"start":1724861584924,"stop":1724861584924,"duration":0}},{"uid":"f7f6bb314c45c1b6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f7f6bb314c45c1b6","status":"passed","time":{"start":1724861460342,"stop":1724861460342,"duration":0}},{"uid":"5d95ec51cd03ec0b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5d95ec51cd03ec0b","status":"passed","time":{"start":1724861255004,"stop":1724861255005,"duration":1}}]},"d59803a32195ca01a66da1e9c8ad4d2b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"baa1defb4079dff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/baa1defb4079dff","status":"passed","time":{"start":1724922778326,"stop":1724922778326,"duration":0}},{"uid":"314c00ec5eced8dd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/314c00ec5eced8dd","status":"passed","time":{"start":1724921497756,"stop":1724921497756,"duration":0}},{"uid":"ba22bafab9908eff","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ba22bafab9908eff","status":"passed","time":{"start":1724921408411,"stop":1724921408411,"duration":0}},{"uid":"38b3bc5f92ab8154","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/38b3bc5f92ab8154","status":"passed","time":{"start":1724918086869,"stop":1724918086869,"duration":0}},{"uid":"125b10c4d7d7b3e4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/125b10c4d7d7b3e4","status":"passed","time":{"start":1724889892446,"stop":1724889892446,"duration":0}},{"uid":"c89d484c5261d298","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c89d484c5261d298","status":"passed","time":{"start":1724888997216,"stop":1724888997216,"duration":0}},{"uid":"748a001169241d53","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/748a001169241d53","status":"passed","time":{"start":1724888159489,"stop":1724888159489,"duration":0}},{"uid":"739e8dbf36d80830","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/739e8dbf36d80830","status":"passed","time":{"start":1724886937293,"stop":1724886937293,"duration":0}},{"uid":"66f54777fa1c461e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/66f54777fa1c461e","status":"passed","time":{"start":1724886709802,"stop":1724886709804,"duration":2}},{"uid":"1aafb9babcddf2aa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1aafb9babcddf2aa","status":"passed","time":{"start":1724862123537,"stop":1724862123537,"duration":0}},{"uid":"abdb111f7df6e6d2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/abdb111f7df6e6d2","status":"passed","time":{"start":1724861620104,"stop":1724861620104,"duration":0}},{"uid":"7bb0c5ed69fcca16","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7bb0c5ed69fcca16","status":"passed","time":{"start":1724861460248,"stop":1724861460249,"duration":1}},{"uid":"2b108cd942a49f70","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2b108cd942a49f70","status":"passed","time":{"start":1724861330171,"stop":1724861330171,"duration":0}}]},"3927404afa8e40485bf5b16febf3098e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ddf62635cb8859ee","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ddf62635cb8859ee","status":"passed","time":{"start":1724922635352,"stop":1724922635353,"duration":1}},{"uid":"ed2a14e205f5466b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ed2a14e205f5466b","status":"passed","time":{"start":1724921297003,"stop":1724921297004,"duration":1}},{"uid":"2cd79b0ad34f07d1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2cd79b0ad34f07d1","status":"passed","time":{"start":1724921276365,"stop":1724921276366,"duration":1}},{"uid":"67a36a36a64b50dc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/67a36a36a64b50dc","status":"passed","time":{"start":1724917948319,"stop":1724917948319,"duration":0}},{"uid":"56440a0955ed3d37","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/56440a0955ed3d37","status":"passed","time":{"start":1724889729006,"stop":1724889729007,"duration":1}},{"uid":"5cb9140436ca175d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5cb9140436ca175d","status":"passed","time":{"start":1724888864952,"stop":1724888864952,"duration":0}},{"uid":"9478534be50580be","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9478534be50580be","status":"passed","time":{"start":1724888053745,"stop":1724888053745,"duration":0}},{"uid":"6b1e9d2ce772f4c5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b1e9d2ce772f4c5","status":"passed","time":{"start":1724886811656,"stop":1724886811657,"duration":1}},{"uid":"a77cb3bd445e7f72","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a77cb3bd445e7f72","status":"passed","time":{"start":1724886581002,"stop":1724886581002,"duration":0}},{"uid":"53e32498557f9e4a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/53e32498557f9e4a","status":"passed","time":{"start":1724862019558,"stop":1724862019558,"duration":0}},{"uid":"87f8c38b0c0050df","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/87f8c38b0c0050df","status":"passed","time":{"start":1724861493935,"stop":1724861493935,"duration":0}},{"uid":"a1b1cff002a8dab4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a1b1cff002a8dab4","status":"passed","time":{"start":1724861318020,"stop":1724861318020,"duration":0}},{"uid":"97344e6e92b18c10","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/97344e6e92b18c10","status":"passed","time":{"start":1724861178512,"stop":1724861178513,"duration":1}}]},"4f56bbae38287e282e047f5d85ea0894:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"72cc3fbc1298eb8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/72cc3fbc1298eb8","status":"passed","time":{"start":1724888350745,"stop":1724888350746,"duration":1}}]},"3a9cf0326b9e2b9e966f9e3554f4e276:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7b1206d2d49d4783","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7b1206d2d49d4783","status":"passed","time":{"start":1724922635351,"stop":1724922635352,"duration":1}},{"uid":"b721cac1c680cce7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b721cac1c680cce7","status":"passed","time":{"start":1724921297002,"stop":1724921297003,"duration":1}},{"uid":"5315ee0aeb6682bd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5315ee0aeb6682bd","status":"passed","time":{"start":1724921276365,"stop":1724921276365,"duration":0}},{"uid":"4b81880de75224ab","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4b81880de75224ab","status":"passed","time":{"start":1724917948318,"stop":1724917948318,"duration":0}},{"uid":"f5ea044f44fad7fc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f5ea044f44fad7fc","status":"passed","time":{"start":1724889729006,"stop":1724889729006,"duration":0}},{"uid":"8f2b69024e328efe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f2b69024e328efe","status":"passed","time":{"start":1724888864951,"stop":1724888864952,"duration":1}},{"uid":"abc6d328b283ccc8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/abc6d328b283ccc8","status":"passed","time":{"start":1724888053745,"stop":1724888053745,"duration":0}},{"uid":"319333a8402805eb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/319333a8402805eb","status":"passed","time":{"start":1724886811655,"stop":1724886811656,"duration":1}},{"uid":"d311e6a07f92459c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d311e6a07f92459c","status":"passed","time":{"start":1724886581001,"stop":1724886581002,"duration":1}},{"uid":"b1f68a81791e66ed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1f68a81791e66ed","status":"passed","time":{"start":1724862019557,"stop":1724862019558,"duration":1}},{"uid":"9912ea1111719844","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9912ea1111719844","status":"passed","time":{"start":1724861493935,"stop":1724861493935,"duration":0}},{"uid":"343e2ef4912a4422","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/343e2ef4912a4422","status":"passed","time":{"start":1724861318019,"stop":1724861318020,"duration":1}},{"uid":"a863566b4240e463","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a863566b4240e463","status":"passed","time":{"start":1724861178511,"stop":1724861178512,"duration":1}}]},"40767efdb456f3479f226542c39c2582:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9546a58cb80b7289","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9546a58cb80b7289","status":"passed","time":{"start":1724861599499,"stop":1724861599500,"duration":1}}]},"dc6f2c5c906173422a4afe266680f23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f15ad1f3e1090f77","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f15ad1f3e1090f77","status":"passed","time":{"start":1724922383080,"stop":1724922383080,"duration":0}},{"uid":"480e81ebccb0e1bd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/480e81ebccb0e1bd","status":"passed","time":{"start":1724921046196,"stop":1724921046196,"duration":0}},{"uid":"153a8afc3e738095","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/153a8afc3e738095","status":"passed","time":{"start":1724921021467,"stop":1724921021467,"duration":0}},{"uid":"51cebb687e04fa39","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/51cebb687e04fa39","status":"passed","time":{"start":1724917681715,"stop":1724917681715,"duration":0}},{"uid":"f4bec4330678537f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f4bec4330678537f","status":"passed","time":{"start":1724889460645,"stop":1724889460645,"duration":0}},{"uid":"32f1b1a4c363f13a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/32f1b1a4c363f13a","status":"passed","time":{"start":1724888611287,"stop":1724888611288,"duration":1}},{"uid":"7cfd8d7589e38777","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7cfd8d7589e38777","status":"passed","time":{"start":1724887767612,"stop":1724887767613,"duration":1}},{"uid":"c5dc0a7b24667487","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c5dc0a7b24667487","status":"passed","time":{"start":1724886533982,"stop":1724886533982,"duration":0}},{"uid":"a6cd92d4a723bce4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a6cd92d4a723bce4","status":"passed","time":{"start":1724886311750,"stop":1724886311750,"duration":0}},{"uid":"6e25c713f2848af3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e25c713f2848af3","status":"passed","time":{"start":1724861760766,"stop":1724861760766,"duration":0}},{"uid":"d8dc213ee7c71c10","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d8dc213ee7c71c10","status":"passed","time":{"start":1724861231726,"stop":1724861231726,"duration":0}},{"uid":"4f09bd021766d862","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4f09bd021766d862","status":"passed","time":{"start":1724861054247,"stop":1724861054247,"duration":0}},{"uid":"9c77ac217d44ea93","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9c77ac217d44ea93","status":"passed","time":{"start":1724860915806,"stop":1724860915806,"duration":0}}]},"186aa0393ecaee8cd7876bd2473eb160:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2ebc05b9a5c6eaf8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2ebc05b9a5c6eaf8","status":"passed","time":{"start":1724922374767,"stop":1724922374767,"duration":0}},{"uid":"ac3968fe83dcebb5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ac3968fe83dcebb5","status":"passed","time":{"start":1724921037760,"stop":1724921037760,"duration":0}},{"uid":"d1d4791da1c99cc8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d1d4791da1c99cc8","status":"passed","time":{"start":1724921013106,"stop":1724921013106,"duration":0}},{"uid":"d0cf4c1f0decfe32","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d0cf4c1f0decfe32","status":"passed","time":{"start":1724917673400,"stop":1724917673400,"duration":0}},{"uid":"8f5c1c0e53194e4f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f5c1c0e53194e4f","status":"passed","time":{"start":1724889452424,"stop":1724889452424,"duration":0}},{"uid":"7995c48af19ecf93","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7995c48af19ecf93","status":"passed","time":{"start":1724888602931,"stop":1724888602931,"duration":0}},{"uid":"e8e7bce158450cc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e8e7bce158450cc1","status":"passed","time":{"start":1724887759205,"stop":1724887759206,"duration":1}},{"uid":"65e364379ddf4aa0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/65e364379ddf4aa0","status":"passed","time":{"start":1724886525511,"stop":1724886525512,"duration":1}},{"uid":"88e074ad3c17265a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/88e074ad3c17265a","status":"passed","time":{"start":1724886303417,"stop":1724886303417,"duration":0}},{"uid":"92375323a4c8a83c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92375323a4c8a83c","status":"passed","time":{"start":1724861752253,"stop":1724861752254,"duration":1}},{"uid":"4e2a639dc93391f2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4e2a639dc93391f2","status":"passed","time":{"start":1724861223392,"stop":1724861223392,"duration":0}},{"uid":"b0343e0eb204649d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b0343e0eb204649d","status":"passed","time":{"start":1724861045266,"stop":1724861045266,"duration":0}},{"uid":"4535932c9aedb537","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4535932c9aedb537","status":"passed","time":{"start":1724860907340,"stop":1724860907340,"duration":0}}]},"a0b12020d9e0d225b964cb30dbfda789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c86ce5dbc7fad4dc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c86ce5dbc7fad4dc","status":"passed","time":{"start":1724922966283,"stop":1724922966283,"duration":0}},{"uid":"f4007157fc245014","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f4007157fc245014","status":"passed","time":{"start":1724921658740,"stop":1724921658741,"duration":1}},{"uid":"e754138f3d61c16a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e754138f3d61c16a","status":"passed","time":{"start":1724921609576,"stop":1724921609578,"duration":2}},{"uid":"eb71270529a0f9f1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eb71270529a0f9f1","status":"passed","time":{"start":1724918323455,"stop":1724918323455,"duration":0}},{"uid":"907df0ed905301d7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/907df0ed905301d7","status":"passed","time":{"start":1724890071662,"stop":1724890071662,"duration":0}},{"uid":"47a378176ba552fc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/47a378176ba552fc","status":"passed","time":{"start":1724889207703,"stop":1724889207704,"duration":1}},{"uid":"7047147ea1bdb9c4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7047147ea1bdb9c4","status":"passed","time":{"start":1724888386323,"stop":1724888386324,"duration":1}},{"uid":"d12ceb3218d0e8da","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d12ceb3218d0e8da","status":"passed","time":{"start":1724887153931,"stop":1724887153932,"duration":1}},{"uid":"cf5ead419c0084d2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cf5ead419c0084d2","status":"passed","time":{"start":1724886927383,"stop":1724886927383,"duration":0}},{"uid":"df93da0dd4dcdd08","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/df93da0dd4dcdd08","status":"passed","time":{"start":1724862360107,"stop":1724862360108,"duration":1}},{"uid":"be82a78a440ddb85","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/be82a78a440ddb85","status":"passed","time":{"start":1724861832840,"stop":1724861832840,"duration":0}},{"uid":"63cf056c0bfcedcc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/63cf056c0bfcedcc","status":"passed","time":{"start":1724861687422,"stop":1724861687422,"duration":0}},{"uid":"a850950633f21f6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a850950633f21f6","status":"passed","time":{"start":1724861513174,"stop":1724861513174,"duration":0}}]},"1d38f2783e989ab3055d29ebba904925:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f6b2a771215f53d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1f6b2a771215f53d","status":"passed","time":{"start":1724886781479,"stop":1724886781479,"duration":0}}]},"d6da2c0406984372856f5b42503a95d0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba7b4dbaef9deee3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ba7b4dbaef9deee3","status":"passed","time":{"start":1724922887529,"stop":1724922887529,"duration":0}}]},"40b7efc2a79cd4fe6963177cd0460b5d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"327abe54692f23d5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/327abe54692f23d5","status":"passed","time":{"start":1724862320146,"stop":1724862320146,"duration":0}}]},"1b6abdac207bc0ab4ee30ddd3180be10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2b1277d908567749","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2b1277d908567749","status":"passed","time":{"start":1724922778645,"stop":1724922778646,"duration":1}},{"uid":"8058e20495b61928","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8058e20495b61928","status":"passed","time":{"start":1724921498166,"stop":1724921498166,"duration":0}},{"uid":"66afc2d510cc48c6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/66afc2d510cc48c6","status":"passed","time":{"start":1724921408645,"stop":1724921408646,"duration":1}},{"uid":"907693b5519bf7d9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/907693b5519bf7d9","status":"passed","time":{"start":1724918130636,"stop":1724918130636,"duration":0}},{"uid":"9dda373410b212ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9dda373410b212ba","status":"passed","time":{"start":1724889892837,"stop":1724889892837,"duration":0}},{"uid":"1cdfe9080e779b65","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1cdfe9080e779b65","status":"passed","time":{"start":1724888997475,"stop":1724888997475,"duration":0}},{"uid":"6760af45b95c947f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6760af45b95c947f","status":"passed","time":{"start":1724888199973,"stop":1724888199973,"duration":0}},{"uid":"f293206336caf98c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f293206336caf98c","status":"passed","time":{"start":1724886961757,"stop":1724886961757,"duration":0}},{"uid":"7eb7bd85871f3915","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7eb7bd85871f3915","status":"passed","time":{"start":1724886743547,"stop":1724886743547,"duration":0}},{"uid":"fcbe274d3ccc9e65","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fcbe274d3ccc9e65","status":"passed","time":{"start":1724862150873,"stop":1724862150873,"duration":0}},{"uid":"e4bac913ad32a8f8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e4bac913ad32a8f8","status":"passed","time":{"start":1724861627758,"stop":1724861627758,"duration":0}},{"uid":"b329b4576831ec86","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b329b4576831ec86","status":"passed","time":{"start":1724861501293,"stop":1724861501293,"duration":0}},{"uid":"2ec676982bb4b01","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2ec676982bb4b01","status":"passed","time":{"start":1724861330459,"stop":1724861330460,"duration":1}}]},"57f1bd946a47d7bb8e30a6c18a4d3bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6186bda730d95972","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6186bda730d95972","status":"passed","time":{"start":1724922853923,"stop":1724922853927,"duration":4}},{"uid":"b061af436d38b29f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b061af436d38b29f","status":"passed","time":{"start":1724921529589,"stop":1724921529589,"duration":0}},{"uid":"cb5262e23fdd417a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cb5262e23fdd417a","status":"passed","time":{"start":1724921488883,"stop":1724921488883,"duration":0}},{"uid":"b4bc5d5a0c0dd973","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b4bc5d5a0c0dd973","status":"passed","time":{"start":1724918203689,"stop":1724918203690,"duration":1}},{"uid":"6032d04a7e225f12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6032d04a7e225f12","status":"passed","time":{"start":1724889938365,"stop":1724889938366,"duration":1}},{"uid":"30425058223325a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/30425058223325a1","status":"passed","time":{"start":1724889077069,"stop":1724889077069,"duration":0}},{"uid":"8ae7733c412373cf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8ae7733c412373cf","status":"passed","time":{"start":1724888268039,"stop":1724888268039,"duration":0}},{"uid":"736b02977fa252ed","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/736b02977fa252ed","status":"passed","time":{"start":1724887032412,"stop":1724887032412,"duration":0}},{"uid":"eefc0b4073d984a8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eefc0b4073d984a8","status":"passed","time":{"start":1724886822825,"stop":1724886822826,"duration":1}},{"uid":"1240730d0add0481","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1240730d0add0481","status":"passed","time":{"start":1724862233515,"stop":1724862233515,"duration":0}},{"uid":"d59f1b5ea62996","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d59f1b5ea62996","status":"passed","time":{"start":1724861712673,"stop":1724861712674,"duration":1}},{"uid":"32cc644f7413936f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/32cc644f7413936f","status":"passed","time":{"start":1724861567900,"stop":1724861567900,"duration":0}},{"uid":"5b5484e853617207","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5b5484e853617207","status":"passed","time":{"start":1724861392058,"stop":1724861392060,"duration":2}}]},"da386e07325be3db3c743dc7a0ebe2da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4e5812dcad89ea75","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4e5812dcad89ea75","status":"passed","time":{"start":1724888350744,"stop":1724888350745,"duration":1}}]},"533bdde6e6900e77fc505c70e5cf69d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f2db0bfaf8cacc2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f2db0bfaf8cacc2","status":"passed","time":{"start":1724922536230,"stop":1724922536230,"duration":0}},{"uid":"edd5c3dd1b4c1391","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/edd5c3dd1b4c1391","status":"passed","time":{"start":1724921198884,"stop":1724921198884,"duration":0}},{"uid":"9721f3bdc0365f9b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9721f3bdc0365f9b","status":"passed","time":{"start":1724921172337,"stop":1724921172337,"duration":0}},{"uid":"ef4940cb90e97f80","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ef4940cb90e97f80","status":"passed","time":{"start":1724917841036,"stop":1724917841036,"duration":0}},{"uid":"da326a0e46663b81","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/da326a0e46663b81","status":"passed","time":{"start":1724889622280,"stop":1724889622280,"duration":0}},{"uid":"2d22db224367f1d7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d22db224367f1d7","status":"passed","time":{"start":1724888769659,"stop":1724888769659,"duration":0}},{"uid":"4e44af3c24eacd80","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4e44af3c24eacd80","status":"passed","time":{"start":1724887926164,"stop":1724887926165,"duration":1}},{"uid":"5317147e3bf23d9c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5317147e3bf23d9c","status":"passed","time":{"start":1724886693070,"stop":1724886693072,"duration":2}},{"uid":"e8c753a6394ee46a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e8c753a6394ee46a","status":"passed","time":{"start":1724886468811,"stop":1724886468812,"duration":1}},{"uid":"e6557b32c6124d1c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e6557b32c6124d1c","status":"passed","time":{"start":1724861918244,"stop":1724861918244,"duration":0}},{"uid":"e3eaf94ec7c55c36","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e3eaf94ec7c55c36","status":"passed","time":{"start":1724861388577,"stop":1724861388577,"duration":0}},{"uid":"fcbf329e82b11a26","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fcbf329e82b11a26","status":"passed","time":{"start":1724861221406,"stop":1724861221406,"duration":0}},{"uid":"5c04688b85f9f77c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5c04688b85f9f77c","status":"passed","time":{"start":1724861075799,"stop":1724861075799,"duration":0}}]},"a9ac8b4f74c9fc4cccdbe7d1d6aea538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ada14c026c6c6a1a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ada14c026c6c6a1a","status":"passed","time":{"start":1724923012459,"stop":1724923012460,"duration":1}},{"uid":"183ecd3d6a1a5d3d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/183ecd3d6a1a5d3d","status":"passed","time":{"start":1724921625036,"stop":1724921625037,"duration":1}},{"uid":"3ffabc29226d5c25","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3ffabc29226d5c25","status":"passed","time":{"start":1724921590479,"stop":1724921590481,"duration":2}},{"uid":"1c9d800298dd6049","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1c9d800298dd6049","status":"passed","time":{"start":1724918287559,"stop":1724918287559,"duration":0}},{"uid":"ebbca47670f1c00a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ebbca47670f1c00a","status":"passed","time":{"start":1724890047782,"stop":1724890047783,"duration":1}},{"uid":"325cf3a6be012d22","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/325cf3a6be012d22","status":"passed","time":{"start":1724889183914,"stop":1724889183915,"duration":1}},{"uid":"28c4dc2f443fba46","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/28c4dc2f443fba46","status":"passed","time":{"start":1724888354160,"stop":1724888354160,"duration":0}},{"uid":"1f659fa56044b217","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1f659fa56044b217","status":"passed","time":{"start":1724887145651,"stop":1724887145651,"duration":0}},{"uid":"a9de615aab7980ef","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a9de615aab7980ef","status":"passed","time":{"start":1724886915776,"stop":1724886915777,"duration":1}},{"uid":"cf7d058de87fb67b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf7d058de87fb67b","status":"passed","time":{"start":1724862341432,"stop":1724862341432,"duration":0}},{"uid":"6fc4d2258cf8875a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6fc4d2258cf8875a","status":"passed","time":{"start":1724861805433,"stop":1724861805434,"duration":1}},{"uid":"faba1f1e03caaec8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/faba1f1e03caaec8","status":"passed","time":{"start":1724861662241,"stop":1724861662241,"duration":0}},{"uid":"c1c6fe090d9122c9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c1c6fe090d9122c9","status":"passed","time":{"start":1724861492503,"stop":1724861492503,"duration":0}}]},"e663d5fa9bf06d37caef1dc2a495f5c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ca77ac72f4afb07b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ca77ac72f4afb07b","status":"passed","time":{"start":1724922845261,"stop":1724922845261,"duration":0}},{"uid":"b41dfca9f4a17c17","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b41dfca9f4a17c17","status":"passed","time":{"start":1724921515250,"stop":1724921515252,"duration":2}},{"uid":"56cf04c8740af073","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/56cf04c8740af073","status":"passed","time":{"start":1724921475502,"stop":1724921475502,"duration":0}},{"uid":"8bc2e0fd4c461daf","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8bc2e0fd4c461daf","status":"passed","time":{"start":1724918179417,"stop":1724918179417,"duration":0}},{"uid":"95ca93279bb3428e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/95ca93279bb3428e","status":"passed","time":{"start":1724889935351,"stop":1724889935351,"duration":0}},{"uid":"90522d539f116673","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/90522d539f116673","status":"passed","time":{"start":1724889072767,"stop":1724889072767,"duration":0}},{"uid":"fa4c664ca3526b1f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fa4c664ca3526b1f","status":"passed","time":{"start":1724888232427,"stop":1724888232427,"duration":0}},{"uid":"14219ee567b2067","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/14219ee567b2067","status":"passed","time":{"start":1724887018314,"stop":1724887018315,"duration":1}},{"uid":"b1df4acc9586f03f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b1df4acc9586f03f","status":"passed","time":{"start":1724886781503,"stop":1724886781503,"duration":0}},{"uid":"7e308e26dc88dfef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e308e26dc88dfef","status":"passed","time":{"start":1724862213683,"stop":1724862213683,"duration":0}},{"uid":"fdd655486c4173cf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fdd655486c4173cf","status":"passed","time":{"start":1724861685880,"stop":1724861685881,"duration":1}},{"uid":"4d0415ad8577715","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4d0415ad8577715","status":"passed","time":{"start":1724861546206,"stop":1724861546207,"duration":1}},{"uid":"f11f443fe93834e4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f11f443fe93834e4","status":"passed","time":{"start":1724861378124,"stop":1724861378125,"duration":1}}]},"f6c16376115ab5f289ab7463b1d99cb3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a6bb7e3b51d11ac7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a6bb7e3b51d11ac7","status":"passed","time":{"start":1724923012476,"stop":1724923012476,"duration":0}},{"uid":"84e88c52a9e73405","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/84e88c52a9e73405","status":"passed","time":{"start":1724921625081,"stop":1724921625081,"duration":0}},{"uid":"822cd37e0bb6eb91","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/822cd37e0bb6eb91","status":"passed","time":{"start":1724921590505,"stop":1724921590506,"duration":1}},{"uid":"786f70ac0b6deae4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/786f70ac0b6deae4","status":"passed","time":{"start":1724918287572,"stop":1724918287573,"duration":1}},{"uid":"3015166ba6146e37","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3015166ba6146e37","status":"passed","time":{"start":1724890047798,"stop":1724890047798,"duration":0}},{"uid":"914ec15dbcf7f117","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/914ec15dbcf7f117","status":"passed","time":{"start":1724889183931,"stop":1724889183932,"duration":1}},{"uid":"f4fbad6fe47e8930","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f4fbad6fe47e8930","status":"passed","time":{"start":1724888354179,"stop":1724888354179,"duration":0}},{"uid":"3e9f9cd89cf0f17d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3e9f9cd89cf0f17d","status":"passed","time":{"start":1724887145704,"stop":1724887145704,"duration":0}},{"uid":"6bd6fca7ab15a30a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6bd6fca7ab15a30a","status":"passed","time":{"start":1724886915795,"stop":1724886915795,"duration":0}},{"uid":"641a20342e3081ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/641a20342e3081ba","status":"passed","time":{"start":1724862341460,"stop":1724862341460,"duration":0}},{"uid":"83dd1b74f1ef725","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/83dd1b74f1ef725","status":"passed","time":{"start":1724861805461,"stop":1724861805462,"duration":1}},{"uid":"95977e3cc0a9f63d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/95977e3cc0a9f63d","status":"passed","time":{"start":1724861662296,"stop":1724861662296,"duration":0}},{"uid":"caedbf7f094f9e03","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/caedbf7f094f9e03","status":"passed","time":{"start":1724861492523,"stop":1724861492523,"duration":0}}]},"d91fa8ece94d3f5c565851ab76d4517b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"c3718597f635f655","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c3718597f635f655","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922845654,"stop":1724922845654,"duration":0}},{"uid":"732443f475970847","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/732443f475970847","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515419,"stop":1724921515419,"duration":0}},{"uid":"e4c41959855f8227","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e4c41959855f8227","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475838,"stop":1724921475838,"duration":0}},{"uid":"4d432e0228ec7414","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4d432e0228ec7414","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179672,"stop":1724918179673,"duration":1}},{"uid":"4a4dc808ef8b4d87","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a4dc808ef8b4d87","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935530,"stop":1724889935530,"duration":0}},{"uid":"6b9e0a7fba63d579","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b9e0a7fba63d579","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072943,"stop":1724889072944,"duration":1}},{"uid":"61c341328eac904e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/61c341328eac904e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232586,"stop":1724888232586,"duration":0}},{"uid":"7569285fdf65592c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7569285fdf65592c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018517,"stop":1724887018518,"duration":1}},{"uid":"eb65b5eb9ebca66c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eb65b5eb9ebca66c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781723,"stop":1724886781723,"duration":0}},{"uid":"2d2a5df2ed31740e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d2a5df2ed31740e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213904,"stop":1724862213904,"duration":0}},{"uid":"a248492982687da9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a248492982687da9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861686114,"stop":1724861686114,"duration":0}},{"uid":"c0b1372dc786878d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0b1372dc786878d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546461,"stop":1724861546461,"duration":0}},{"uid":"791e999fed8fe565","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/791e999fed8fe565","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378278,"stop":1724861378278,"duration":0}}]},"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1f0fb26e6e4c399e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1f0fb26e6e4c399e","status":"passed","time":{"start":1724922383079,"stop":1724922383079,"duration":0}},{"uid":"6b92824aa675c8e1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6b92824aa675c8e1","status":"passed","time":{"start":1724921046195,"stop":1724921046196,"duration":1}},{"uid":"22e4668e6217c8c6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/22e4668e6217c8c6","status":"passed","time":{"start":1724921021466,"stop":1724921021466,"duration":0}},{"uid":"c1b92fa648cbf5ea","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c1b92fa648cbf5ea","status":"passed","time":{"start":1724917681714,"stop":1724917681714,"duration":0}},{"uid":"3d6d38ca6c46910f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3d6d38ca6c46910f","status":"passed","time":{"start":1724889460644,"stop":1724889460644,"duration":0}},{"uid":"9558373fca9fe59a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9558373fca9fe59a","status":"passed","time":{"start":1724888611287,"stop":1724888611287,"duration":0}},{"uid":"96aaa8a0e45441e6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/96aaa8a0e45441e6","status":"passed","time":{"start":1724887767611,"stop":1724887767612,"duration":1}},{"uid":"f78fc00e3e24b5a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f78fc00e3e24b5a","status":"passed","time":{"start":1724886533981,"stop":1724886533981,"duration":0}},{"uid":"76bf052c94bb2f10","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/76bf052c94bb2f10","status":"passed","time":{"start":1724886311749,"stop":1724886311749,"duration":0}},{"uid":"38aa9fd80dcdfcff","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/38aa9fd80dcdfcff","status":"passed","time":{"start":1724861760765,"stop":1724861760766,"duration":1}},{"uid":"debb2b6147c09ed4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/debb2b6147c09ed4","status":"passed","time":{"start":1724861231725,"stop":1724861231726,"duration":1}},{"uid":"592ea36d41710a82","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/592ea36d41710a82","status":"passed","time":{"start":1724861054246,"stop":1724861054246,"duration":0}},{"uid":"ced6af8fc3d13d0a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ced6af8fc3d13d0a","status":"passed","time":{"start":1724860915805,"stop":1724860915805,"duration":0}}]},"36b7266f838509f3e0f81b513b5b8a4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7bba1a667d70b76","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e7bba1a667d70b76","status":"passed","time":{"start":1724889935339,"stop":1724889935340,"duration":1}}]},"cbea95cb9b0d71943866b660b36c696e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a1b9e3703ad06548","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a1b9e3703ad06548","status":"passed","time":{"start":1724922966706,"stop":1724922966706,"duration":0}},{"uid":"a22df519cbcb7c3e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a22df519cbcb7c3e","status":"passed","time":{"start":1724921640665,"stop":1724921640666,"duration":1}},{"uid":"d6cc52a43e7046f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d6cc52a43e7046f","status":"passed","time":{"start":1724921597600,"stop":1724921597603,"duration":3}},{"uid":"534dcfb378cf9b82","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/534dcfb378cf9b82","status":"passed","time":{"start":1724918306250,"stop":1724918306250,"duration":0}},{"uid":"a5dff5bca2ab0b54","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5dff5bca2ab0b54","status":"passed","time":{"start":1724890060301,"stop":1724890060302,"duration":1}},{"uid":"2b438cea56953d75","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b438cea56953d75","status":"passed","time":{"start":1724889191329,"stop":1724889191330,"duration":1}},{"uid":"f6961f2bc45c7e60","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f6961f2bc45c7e60","status":"passed","time":{"start":1724888368618,"stop":1724888368621,"duration":3}},{"uid":"48151379a21eedfb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/48151379a21eedfb","status":"passed","time":{"start":1724887150941,"stop":1724887150942,"duration":1}},{"uid":"5bac71b262ca8950","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5bac71b262ca8950","status":"passed","time":{"start":1724886928820,"stop":1724886928824,"duration":4}},{"uid":"89c3cc5dc56b0cbf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/89c3cc5dc56b0cbf","status":"passed","time":{"start":1724862346045,"stop":1724862346046,"duration":1}},{"uid":"516425a59a2e31c8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/516425a59a2e31c8","status":"passed","time":{"start":1724861823101,"stop":1724861823101,"duration":0}},{"uid":"24f4726d6a7dcc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/24f4726d6a7dcc","status":"passed","time":{"start":1724861677724,"stop":1724861677724,"duration":0}},{"uid":"c77286a61a0b39b2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c77286a61a0b39b2","status":"passed","time":{"start":1724861503965,"stop":1724861503968,"duration":3}}]},"42893608d2a1c7830f29bc239010de54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6c2fdbc263d58d1c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6c2fdbc263d58d1c","status":"passed","time":{"start":1724923012464,"stop":1724923012465,"duration":1}},{"uid":"6c6dcfad9ce7cf60","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6c6dcfad9ce7cf60","status":"passed","time":{"start":1724921625065,"stop":1724921625066,"duration":1}},{"uid":"c1b800faf646d707","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c1b800faf646d707","status":"passed","time":{"start":1724921590496,"stop":1724921590496,"duration":0}},{"uid":"1834343476d99c8e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1834343476d99c8e","status":"passed","time":{"start":1724918287565,"stop":1724918287565,"duration":0}},{"uid":"4a1fa22b7bede64","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a1fa22b7bede64","status":"passed","time":{"start":1724890047788,"stop":1724890047788,"duration":0}},{"uid":"66060aa6e9582111","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/66060aa6e9582111","status":"passed","time":{"start":1724889183921,"stop":1724889183921,"duration":0}},{"uid":"ce42f8852474d251","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ce42f8852474d251","status":"passed","time":{"start":1724888354166,"stop":1724888354166,"duration":0}},{"uid":"80ee607bf78fc8e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/80ee607bf78fc8e","status":"passed","time":{"start":1724887145659,"stop":1724887145659,"duration":0}},{"uid":"999d7e9397617637","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/999d7e9397617637","status":"passed","time":{"start":1724886915787,"stop":1724886915787,"duration":0}},{"uid":"285c75450d0a4845","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/285c75450d0a4845","status":"passed","time":{"start":1724862341438,"stop":1724862341438,"duration":0}},{"uid":"64e1c6f05de7aacb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/64e1c6f05de7aacb","status":"passed","time":{"start":1724861805443,"stop":1724861805443,"duration":0}},{"uid":"22ebea55568c30f3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/22ebea55568c30f3","status":"passed","time":{"start":1724861662257,"stop":1724861662257,"duration":0}},{"uid":"c31a0b622de6fe5d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c31a0b622de6fe5d","status":"passed","time":{"start":1724861492512,"stop":1724861492513,"duration":1}}]},"60c949eb70d92cb5a531d354079f9aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b9503f9f228adfab","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b9503f9f228adfab","status":"passed","time":{"start":1724922601839,"stop":1724922601840,"duration":1}},{"uid":"7b17ab9ffe856cd9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7b17ab9ffe856cd9","status":"passed","time":{"start":1724921267866,"stop":1724921267867,"duration":1}},{"uid":"9f2d8ceeec856dbd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9f2d8ceeec856dbd","status":"passed","time":{"start":1724921244359,"stop":1724921244360,"duration":1}},{"uid":"fe2d5375c4311d2f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fe2d5375c4311d2f","status":"passed","time":{"start":1724917916040,"stop":1724917916040,"duration":0}},{"uid":"4eb4235792e0ed0e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4eb4235792e0ed0e","status":"passed","time":{"start":1724889678251,"stop":1724889678252,"duration":1}},{"uid":"3650b50ea1104b09","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3650b50ea1104b09","status":"passed","time":{"start":1724888831681,"stop":1724888831681,"duration":0}},{"uid":"5c17d68d9121fa61","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5c17d68d9121fa61","status":"passed","time":{"start":1724888003317,"stop":1724888003317,"duration":0}},{"uid":"ffd78c0ba6ef7b94","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ffd78c0ba6ef7b94","status":"passed","time":{"start":1724886776603,"stop":1724886776603,"duration":0}},{"uid":"f4de538b1cf0941a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f4de538b1cf0941a","status":"passed","time":{"start":1724886555788,"stop":1724886555789,"duration":1}},{"uid":"28a49c4c3f2cc517","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/28a49c4c3f2cc517","status":"passed","time":{"start":1724861983003,"stop":1724861983003,"duration":0}},{"uid":"ae0fb3b0283f4ba3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ae0fb3b0283f4ba3","status":"passed","time":{"start":1724861444063,"stop":1724861444064,"duration":1}},{"uid":"c93c5996a34ad5c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c93c5996a34ad5c","status":"passed","time":{"start":1724861285826,"stop":1724861285827,"duration":1}},{"uid":"5ca0644695f8a9e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5ca0644695f8a9e","status":"passed","time":{"start":1724861145659,"stop":1724861145660,"duration":1}}]},"ecaa2d1357a9b62a9ccd4fa6dfbe5989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e87ff2c7e2f7b8ed","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e87ff2c7e2f7b8ed","status":"passed","time":{"start":1724922601841,"stop":1724922601841,"duration":0}},{"uid":"d8d819833e2e4e85","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d8d819833e2e4e85","status":"passed","time":{"start":1724921267868,"stop":1724921267868,"duration":0}},{"uid":"a5f2fe9767149710","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a5f2fe9767149710","status":"passed","time":{"start":1724921244362,"stop":1724921244362,"duration":0}},{"uid":"e2199cf04f0f91b2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e2199cf04f0f91b2","status":"passed","time":{"start":1724917916041,"stop":1724917916043,"duration":2}},{"uid":"451d2e0c9bf26ebb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/451d2e0c9bf26ebb","status":"passed","time":{"start":1724889678253,"stop":1724889678253,"duration":0}},{"uid":"6256f544f1604ee1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6256f544f1604ee1","status":"passed","time":{"start":1724888831682,"stop":1724888831682,"duration":0}},{"uid":"12d8d5a75dca4a72","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/12d8d5a75dca4a72","status":"passed","time":{"start":1724888003318,"stop":1724888003319,"duration":1}},{"uid":"746b218f8c98d71","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/746b218f8c98d71","status":"passed","time":{"start":1724886776604,"stop":1724886776604,"duration":0}},{"uid":"ead8e0ac23bcd3d2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ead8e0ac23bcd3d2","status":"passed","time":{"start":1724886555790,"stop":1724886555791,"duration":1}},{"uid":"dc9a8d849548c0e3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dc9a8d849548c0e3","status":"passed","time":{"start":1724861983004,"stop":1724861983005,"duration":1}},{"uid":"8d3d9610db12eeab","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8d3d9610db12eeab","status":"passed","time":{"start":1724861444065,"stop":1724861444065,"duration":0}},{"uid":"43fc445969ab17ee","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/43fc445969ab17ee","status":"passed","time":{"start":1724861285827,"stop":1724861285828,"duration":1}},{"uid":"bcce2836b5ca89d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bcce2836b5ca89d","status":"passed","time":{"start":1724861145662,"stop":1724861145663,"duration":1}}]},"b2f86bb9ff851cd16ff810302046b33a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7d2fec699c4b78b3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7d2fec699c4b78b3","status":"passed","time":{"start":1724922928887,"stop":1724922928887,"duration":0}},{"uid":"4f8370cac43d0268","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4f8370cac43d0268","status":"passed","time":{"start":1724921620602,"stop":1724921620602,"duration":0}},{"uid":"d19ade6c7b8ffe51","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d19ade6c7b8ffe51","status":"passed","time":{"start":1724921566687,"stop":1724921566688,"duration":1}},{"uid":"eedaa7f8e67065eb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eedaa7f8e67065eb","status":"passed","time":{"start":1724918280552,"stop":1724918280553,"duration":1}},{"uid":"499caea7678ce959","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/499caea7678ce959","status":"passed","time":{"start":1724890019468,"stop":1724890019468,"duration":0}},{"uid":"bb8e19c0b99f5da5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bb8e19c0b99f5da5","status":"passed","time":{"start":1724889148722,"stop":1724889148722,"duration":0}},{"uid":"fb9b7812af37a316","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fb9b7812af37a316","status":"passed","time":{"start":1724888331954,"stop":1724888331955,"duration":1}},{"uid":"c50c914020f67e27","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c50c914020f67e27","status":"passed","time":{"start":1724887107113,"stop":1724887107114,"duration":1}},{"uid":"fee30bce8b5e2ed4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fee30bce8b5e2ed4","status":"passed","time":{"start":1724886889608,"stop":1724886889608,"duration":0}},{"uid":"ae8a7d78e01f57f5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ae8a7d78e01f57f5","status":"passed","time":{"start":1724862298789,"stop":1724862298790,"duration":1}},{"uid":"36be22ce4e672f6e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/36be22ce4e672f6e","status":"passed","time":{"start":1724861779252,"stop":1724861779253,"duration":1}},{"uid":"974cad8d61cd1082","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/974cad8d61cd1082","status":"passed","time":{"start":1724861646562,"stop":1724861646562,"duration":0}},{"uid":"22de7e0dcf895e3f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/22de7e0dcf895e3f","status":"passed","time":{"start":1724861466614,"stop":1724861466615,"duration":1}}]},"02e88e6b952aabd9cacdea4a8090d2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ca42d4b1e3ed77ba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ca42d4b1e3ed77ba","status":"passed","time":{"start":1724922499935,"stop":1724922499936,"duration":1}},{"uid":"2da6d1637bc54721","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2da6d1637bc54721","status":"passed","time":{"start":1724921158279,"stop":1724921158280,"duration":1}},{"uid":"71746222794dea32","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/71746222794dea32","status":"passed","time":{"start":1724921130077,"stop":1724921130077,"duration":0}},{"uid":"924924c62cfc5f9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/924924c62cfc5f9","status":"passed","time":{"start":1724917796894,"stop":1724917796895,"duration":1}},{"uid":"6a64b65a2897e51","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6a64b65a2897e51","status":"passed","time":{"start":1724889579998,"stop":1724889579998,"duration":0}},{"uid":"2c940b099fc11852","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c940b099fc11852","status":"passed","time":{"start":1724888730128,"stop":1724888730129,"duration":1}},{"uid":"12d0e5f9bbb58ef6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/12d0e5f9bbb58ef6","status":"passed","time":{"start":1724887883927,"stop":1724887883927,"duration":0}},{"uid":"501a65987bcafa2c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/501a65987bcafa2c","status":"passed","time":{"start":1724886651245,"stop":1724886651245,"duration":0}},{"uid":"d7de7e75007e5c27","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d7de7e75007e5c27","status":"passed","time":{"start":1724886430268,"stop":1724886430269,"duration":1}},{"uid":"a306b28a43fc7fba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a306b28a43fc7fba","status":"passed","time":{"start":1724861879168,"stop":1724861879168,"duration":0}},{"uid":"ed72597652d7d65","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ed72597652d7d65","status":"passed","time":{"start":1724861345739,"stop":1724861345739,"duration":0}},{"uid":"573745015cdae9d0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/573745015cdae9d0","status":"passed","time":{"start":1724861186694,"stop":1724861186695,"duration":1}},{"uid":"8882eb44c100db06","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8882eb44c100db06","status":"passed","time":{"start":1724861034886,"stop":1724861034886,"duration":0}}]},"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dbd578a3ee935102","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dbd578a3ee935102","status":"passed","time":{"start":1724922437307,"stop":1724922437311,"duration":4}},{"uid":"b9017f77353febd7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b9017f77353febd7","status":"passed","time":{"start":1724921096288,"stop":1724921096288,"duration":0}},{"uid":"73135ee58295106b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/73135ee58295106b","status":"passed","time":{"start":1724921071513,"stop":1724921071513,"duration":0}},{"uid":"9abf7dcb109ef4ca","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9abf7dcb109ef4ca","status":"passed","time":{"start":1724917733230,"stop":1724917733231,"duration":1}},{"uid":"b03aeea2a21948a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b03aeea2a21948a6","status":"passed","time":{"start":1724889513549,"stop":1724889513549,"duration":0}},{"uid":"5f2f4b2071ebd99a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f2f4b2071ebd99a","status":"passed","time":{"start":1724888663278,"stop":1724888663278,"duration":0}},{"uid":"7a089ef3aafed64a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7a089ef3aafed64a","status":"passed","time":{"start":1724887820111,"stop":1724887820111,"duration":0}},{"uid":"72adb4983888a6c7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/72adb4983888a6c7","status":"passed","time":{"start":1724886586383,"stop":1724886586383,"duration":0}},{"uid":"421c63a43564fa77","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/421c63a43564fa77","status":"passed","time":{"start":1724886365426,"stop":1724886365426,"duration":0}},{"uid":"4de656cf8464c17a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4de656cf8464c17a","status":"passed","time":{"start":1724861812773,"stop":1724861812773,"duration":0}},{"uid":"9856ca468d7f8f2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9856ca468d7f8f2","status":"passed","time":{"start":1724861281934,"stop":1724861281934,"duration":0}},{"uid":"7c01916438ceb6e1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7c01916438ceb6e1","status":"passed","time":{"start":1724861109127,"stop":1724861109127,"duration":0}},{"uid":"dc463c93576950e5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dc463c93576950e5","status":"passed","time":{"start":1724860969295,"stop":1724860969295,"duration":0}}]},"d66c21dcd022d5fb62faf15ed9b03975:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5da74e106f04d007","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5da74e106f04d007","status":"passed","time":{"start":1724861770122,"stop":1724861770122,"duration":0}}]},"572b70806d3a8d2d13bbbaadda16842c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"afaee155ca90d5f1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/afaee155ca90d5f1","status":"passed","time":{"start":1724922950823,"stop":1724922950823,"duration":0}},{"uid":"6a0ba7ef0ef2b573","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6a0ba7ef0ef2b573","status":"passed","time":{"start":1724921640401,"stop":1724921640401,"duration":0}},{"uid":"53b3e17e21605157","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/53b3e17e21605157","status":"passed","time":{"start":1724921600421,"stop":1724921600423,"duration":2}},{"uid":"723fa5bbc3d8f7b0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/723fa5bbc3d8f7b0","status":"passed","time":{"start":1724918300929,"stop":1724918300930,"duration":1}},{"uid":"583858ae91ae57e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/583858ae91ae57e","status":"passed","time":{"start":1724890059288,"stop":1724890059289,"duration":1}},{"uid":"292bc19786c0c991","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/292bc19786c0c991","status":"passed","time":{"start":1724889188322,"stop":1724889188323,"duration":1}},{"uid":"8e14a92996e3d712","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8e14a92996e3d712","status":"passed","time":{"start":1724888372741,"stop":1724888372741,"duration":0}},{"uid":"33c4745ed23f5219","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/33c4745ed23f5219","status":"passed","time":{"start":1724887135721,"stop":1724887135722,"duration":1}},{"uid":"232596b4b0ba98d7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/232596b4b0ba98d7","status":"passed","time":{"start":1724886919685,"stop":1724886919686,"duration":1}},{"uid":"83953d45737cdc5d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/83953d45737cdc5d","status":"passed","time":{"start":1724862341836,"stop":1724862341836,"duration":0}},{"uid":"51f5c275a0901a9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/51f5c275a0901a9","status":"passed","time":{"start":1724861815492,"stop":1724861815492,"duration":0}},{"uid":"9d2d4cf2d069a9c0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9d2d4cf2d069a9c0","status":"passed","time":{"start":1724861669536,"stop":1724861669537,"duration":1}},{"uid":"ca4c6e86efd1f033","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ca4c6e86efd1f033","status":"passed","time":{"start":1724861505420,"stop":1724861505421,"duration":1}}]},"fb12ce5997bd3847f5475acc7438af8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1aae14c8c7668339","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1aae14c8c7668339","status":"passed","time":{"start":1724922921469,"stop":1724922921469,"duration":0}},{"uid":"5bf1c08e8925b952","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5bf1c08e8925b952","status":"passed","time":{"start":1724921602960,"stop":1724921602960,"duration":0}},{"uid":"332236f54cbe0a3e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/332236f54cbe0a3e","status":"passed","time":{"start":1724921571103,"stop":1724921571104,"duration":1}},{"uid":"7b3f706f0ae3948c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7b3f706f0ae3948c","status":"passed","time":{"start":1724918285608,"stop":1724918285609,"duration":1}},{"uid":"d870300f56a3c71a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d870300f56a3c71a","status":"passed","time":{"start":1724890030098,"stop":1724890030098,"duration":0}},{"uid":"e15bbb1a40a4a1a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e15bbb1a40a4a1a","status":"passed","time":{"start":1724889171918,"stop":1724889171918,"duration":0}},{"uid":"c8d0890cc95f8045","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c8d0890cc95f8045","status":"passed","time":{"start":1724888350737,"stop":1724888350738,"duration":1}},{"uid":"f0e80a704b5349b5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f0e80a704b5349b5","status":"passed","time":{"start":1724887115419,"stop":1724887115420,"duration":1}},{"uid":"4979fb36a5287afe","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4979fb36a5287afe","status":"passed","time":{"start":1724886884583,"stop":1724886884583,"duration":0}},{"uid":"d02b1acc8dd4d529","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d02b1acc8dd4d529","status":"passed","time":{"start":1724862322268,"stop":1724862322269,"duration":1}},{"uid":"7c2a9322e9e0b2fe","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7c2a9322e9e0b2fe","status":"passed","time":{"start":1724861790758,"stop":1724861790758,"duration":0}},{"uid":"74657419f629939f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/74657419f629939f","status":"passed","time":{"start":1724861628427,"stop":1724861628428,"duration":1}},{"uid":"51f8351bf9ee94f2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/51f8351bf9ee94f2","status":"passed","time":{"start":1724861465632,"stop":1724861465632,"duration":0}}]},"4b68f0602bd9ea76ece7ac663d0c0345:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d6f8cfd46bdb64e5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d6f8cfd46bdb64e5","status":"passed","time":{"start":1724861790767,"stop":1724861790768,"duration":1}}]},"1a71dd5755a922cf2a8fa714459a2791:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23ba498918252af8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/23ba498918252af8","status":"passed","time":{"start":1724888345353,"stop":1724888345353,"duration":0}}]},"a6d7a1ea9eb41a9f1d92c251d350d45a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"30ba2a2570181579","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/30ba2a2570181579","status":"passed","time":{"start":1724922601844,"stop":1724922601844,"duration":0}},{"uid":"2a7bd63b41199071","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2a7bd63b41199071","status":"passed","time":{"start":1724921267871,"stop":1724921267871,"duration":0}},{"uid":"9159a829ff4fdfcd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9159a829ff4fdfcd","status":"passed","time":{"start":1724921244371,"stop":1724921244371,"duration":0}},{"uid":"c2f236ec66914cd4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c2f236ec66914cd4","status":"passed","time":{"start":1724917916053,"stop":1724917916053,"duration":0}},{"uid":"eec9157585117b91","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eec9157585117b91","status":"passed","time":{"start":1724889678256,"stop":1724889678256,"duration":0}},{"uid":"856fe806e2102635","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/856fe806e2102635","status":"passed","time":{"start":1724888831685,"stop":1724888831685,"duration":0}},{"uid":"56ae85efccb38ca5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/56ae85efccb38ca5","status":"passed","time":{"start":1724888003321,"stop":1724888003321,"duration":0}},{"uid":"edf0b4cb8316460d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/edf0b4cb8316460d","status":"passed","time":{"start":1724886776610,"stop":1724886776610,"duration":0}},{"uid":"b37edf9352e65fc2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b37edf9352e65fc2","status":"passed","time":{"start":1724886555798,"stop":1724886555798,"duration":0}},{"uid":"4f79378f16bae746","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f79378f16bae746","status":"passed","time":{"start":1724861983007,"stop":1724861983008,"duration":1}},{"uid":"87463e26698a7dcb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/87463e26698a7dcb","status":"passed","time":{"start":1724861444067,"stop":1724861444067,"duration":0}},{"uid":"b640a4b23147d0a5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b640a4b23147d0a5","status":"passed","time":{"start":1724861285835,"stop":1724861285835,"duration":0}},{"uid":"d0f1d2eee9e1837a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d0f1d2eee9e1837a","status":"passed","time":{"start":1724861145667,"stop":1724861145667,"duration":0}}]},"e7b3b18080f91a53e1c416cfdbd8c5d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dcd96ba8baad1ddf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dcd96ba8baad1ddf","status":"passed","time":{"start":1724922436972,"stop":1724922436973,"duration":1}},{"uid":"fdf4051670a32c58","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fdf4051670a32c58","status":"passed","time":{"start":1724921099698,"stop":1724921099698,"duration":0}},{"uid":"bca2174c67efe03b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bca2174c67efe03b","status":"passed","time":{"start":1724921074389,"stop":1724921074389,"duration":0}},{"uid":"d55af30f1a094e8e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d55af30f1a094e8e","status":"passed","time":{"start":1724917735274,"stop":1724917735275,"duration":1}},{"uid":"152cb3c522fa5263","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/152cb3c522fa5263","status":"passed","time":{"start":1724889517450,"stop":1724889517450,"duration":0}},{"uid":"c22d1c485c70f7c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c22d1c485c70f7c","status":"passed","time":{"start":1724888662630,"stop":1724888662630,"duration":0}},{"uid":"998356576db8b4e5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/998356576db8b4e5","status":"passed","time":{"start":1724887821330,"stop":1724887821330,"duration":0}},{"uid":"78974862942ef5a0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/78974862942ef5a0","status":"passed","time":{"start":1724886588483,"stop":1724886588483,"duration":0}},{"uid":"3b58dd8c68954f2b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3b58dd8c68954f2b","status":"passed","time":{"start":1724886365765,"stop":1724886365766,"duration":1}},{"uid":"b86c72ae18ec6daf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b86c72ae18ec6daf","status":"passed","time":{"start":1724861814960,"stop":1724861814960,"duration":0}},{"uid":"8c249e6cfe731036","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8c249e6cfe731036","status":"passed","time":{"start":1724861282669,"stop":1724861282670,"duration":1}},{"uid":"5c0220f07fe0d142","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5c0220f07fe0d142","status":"passed","time":{"start":1724861111683,"stop":1724861111683,"duration":0}},{"uid":"a26f1439e085fc8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a26f1439e085fc8","status":"passed","time":{"start":1724860971173,"stop":1724860971174,"duration":1}}]},"ba6d4628ff97cccad93f1e9add4fe92d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2ff7846ebc5aaf91","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2ff7846ebc5aaf91","status":"passed","time":{"start":1724922374687,"stop":1724922374687,"duration":0}},{"uid":"e53024792f7dfe8f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e53024792f7dfe8f","status":"passed","time":{"start":1724921037648,"stop":1724921037649,"duration":1}},{"uid":"35928e21562489d5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/35928e21562489d5","status":"passed","time":{"start":1724921013061,"stop":1724921013061,"duration":0}},{"uid":"c8c7a4bda718342b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c8c7a4bda718342b","status":"passed","time":{"start":1724917673302,"stop":1724917673302,"duration":0}},{"uid":"84a4400203353c59","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/84a4400203353c59","status":"passed","time":{"start":1724889452322,"stop":1724889452322,"duration":0}},{"uid":"130e2d6d94286134","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/130e2d6d94286134","status":"passed","time":{"start":1724888602853,"stop":1724888602854,"duration":1}},{"uid":"980790e12ec907d4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/980790e12ec907d4","status":"passed","time":{"start":1724887759174,"stop":1724887759175,"duration":1}},{"uid":"c2009aac7e2b0ef6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c2009aac7e2b0ef6","status":"passed","time":{"start":1724886525553,"stop":1724886525553,"duration":0}},{"uid":"6fa8801a2c849314","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6fa8801a2c849314","status":"passed","time":{"start":1724886303408,"stop":1724886303408,"duration":0}},{"uid":"5c3bc0d0de031c98","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5c3bc0d0de031c98","status":"passed","time":{"start":1724861752244,"stop":1724861752245,"duration":1}},{"uid":"258fee04bf324ba0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/258fee04bf324ba0","status":"passed","time":{"start":1724861223365,"stop":1724861223365,"duration":0}},{"uid":"6fedf88309e0971e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6fedf88309e0971e","status":"passed","time":{"start":1724861045214,"stop":1724861045214,"duration":0}},{"uid":"a2941596f3db48c3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a2941596f3db48c3","status":"passed","time":{"start":1724860907099,"stop":1724860907099,"duration":0}}]},"93cdb9668cadd5e8766da8a960a1df84:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c1b6e7ce7099581f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c1b6e7ce7099581f","status":"passed","time":{"start":1724918259543,"stop":1724918259544,"duration":1}}]},"4fc28928a1f653af88fa898f4a466085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c36c0636545c21e3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c36c0636545c21e3","status":"passed","time":{"start":1724922853917,"stop":1724922853917,"duration":0}},{"uid":"dd23aaa5ad7b74c3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dd23aaa5ad7b74c3","status":"passed","time":{"start":1724921529584,"stop":1724921529584,"duration":0}},{"uid":"b9af41804b1fe72","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b9af41804b1fe72","status":"passed","time":{"start":1724921488879,"stop":1724921488879,"duration":0}},{"uid":"3a1f1363e8ba3f6d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3a1f1363e8ba3f6d","status":"passed","time":{"start":1724918203686,"stop":1724918203686,"duration":0}},{"uid":"5b02656d5f63d8fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b02656d5f63d8fd","status":"passed","time":{"start":1724889938357,"stop":1724889938357,"duration":0}},{"uid":"8d0edb416a756b2b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8d0edb416a756b2b","status":"passed","time":{"start":1724889077065,"stop":1724889077066,"duration":1}},{"uid":"77a6222c92849fc4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/77a6222c92849fc4","status":"passed","time":{"start":1724888268034,"stop":1724888268034,"duration":0}},{"uid":"57d51d412320425b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/57d51d412320425b","status":"passed","time":{"start":1724887032403,"stop":1724887032403,"duration":0}},{"uid":"e2755c1a2211c3f6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e2755c1a2211c3f6","status":"passed","time":{"start":1724886822815,"stop":1724886822815,"duration":0}},{"uid":"dcce20e6f868cc3a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dcce20e6f868cc3a","status":"passed","time":{"start":1724862233509,"stop":1724862233510,"duration":1}},{"uid":"18a743bc82b74485","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/18a743bc82b74485","status":"passed","time":{"start":1724861712670,"stop":1724861712670,"duration":0}},{"uid":"f240c0206866c7c2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f240c0206866c7c2","status":"passed","time":{"start":1724861567888,"stop":1724861567888,"duration":0}},{"uid":"c80eef0929602cc5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c80eef0929602cc5","status":"passed","time":{"start":1724861392054,"stop":1724861392054,"duration":0}}]},"e9e4e218d331b590b44a6e64589da3fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d77f9a6425ea7d98","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d77f9a6425ea7d98","status":"passed","time":{"start":1724861770118,"stop":1724861770121,"duration":3}}]},"0aeb69dccc79fc105378f8bb5f0f9258:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3183bd22702f826","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3183bd22702f826","status":"passed","time":{"start":1724922382328,"stop":1724922382329,"duration":1}},{"uid":"dcf95fdb236261fb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dcf95fdb236261fb","status":"passed","time":{"start":1724921045533,"stop":1724921045534,"duration":1}},{"uid":"fbc765cb7bac47ca","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fbc765cb7bac47ca","status":"passed","time":{"start":1724921020726,"stop":1724921020727,"duration":1}},{"uid":"b540de65cd7cfbf9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b540de65cd7cfbf9","status":"passed","time":{"start":1724917681055,"stop":1724917681056,"duration":1}},{"uid":"1ffd4c8bc1c15362","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1ffd4c8bc1c15362","status":"passed","time":{"start":1724889459944,"stop":1724889459945,"duration":1}},{"uid":"ebd94e57e5f4dc24","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ebd94e57e5f4dc24","status":"passed","time":{"start":1724888610537,"stop":1724888610538,"duration":1}},{"uid":"48b6e570e817fc72","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/48b6e570e817fc72","status":"passed","time":{"start":1724887766849,"stop":1724887766849,"duration":0}},{"uid":"d02ca67add70c858","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d02ca67add70c858","status":"passed","time":{"start":1724886533244,"stop":1724886533244,"duration":0}},{"uid":"237ec5807495a3b7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/237ec5807495a3b7","status":"passed","time":{"start":1724886311090,"stop":1724886311090,"duration":0}},{"uid":"2d3f9e0e61732f8d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d3f9e0e61732f8d","status":"passed","time":{"start":1724861760049,"stop":1724861760050,"duration":1}},{"uid":"6108a7651e83fef7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6108a7651e83fef7","status":"passed","time":{"start":1724861230829,"stop":1724861230830,"duration":1}},{"uid":"931a7d3f9fedb08d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/931a7d3f9fedb08d","status":"passed","time":{"start":1724861053402,"stop":1724861053405,"duration":3}},{"uid":"de6e6739454518df","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/de6e6739454518df","status":"passed","time":{"start":1724860914745,"stop":1724860914746,"duration":1}}]},"c0fb5b39e0b7d4b1388bea323ddb8a2b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"72cb0ca677d2a705","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/72cb0ca677d2a705","status":"passed","time":{"start":1724922374683,"stop":1724922374684,"duration":1}},{"uid":"e8066380dcbf1780","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e8066380dcbf1780","status":"passed","time":{"start":1724921037644,"stop":1724921037644,"duration":0}},{"uid":"b960f9a5e3f65a87","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b960f9a5e3f65a87","status":"passed","time":{"start":1724921013057,"stop":1724921013057,"duration":0}},{"uid":"6b865a1fd34267d3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6b865a1fd34267d3","status":"passed","time":{"start":1724917673299,"stop":1724917673299,"duration":0}},{"uid":"a589dfdece2e05","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a589dfdece2e05","status":"passed","time":{"start":1724889452318,"stop":1724889452318,"duration":0}},{"uid":"18249cefa5ad0ed4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/18249cefa5ad0ed4","status":"passed","time":{"start":1724888602849,"stop":1724888602849,"duration":0}},{"uid":"880f78c1db6a7d48","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/880f78c1db6a7d48","status":"passed","time":{"start":1724887759170,"stop":1724887759171,"duration":1}},{"uid":"e66d88f2bade31c6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e66d88f2bade31c6","status":"passed","time":{"start":1724886525550,"stop":1724886525550,"duration":0}},{"uid":"ba8e4032bb914ac4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ba8e4032bb914ac4","status":"passed","time":{"start":1724886303404,"stop":1724886303404,"duration":0}},{"uid":"f9dcb03634af81d4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9dcb03634af81d4","status":"passed","time":{"start":1724861752236,"stop":1724861752237,"duration":1}},{"uid":"a5f6c99a6a0fee96","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a5f6c99a6a0fee96","status":"passed","time":{"start":1724861223362,"stop":1724861223362,"duration":0}},{"uid":"80a4e6be6e68b721","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/80a4e6be6e68b721","status":"passed","time":{"start":1724861045209,"stop":1724861045210,"duration":1}},{"uid":"c667cf6bacee066d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c667cf6bacee066d","status":"passed","time":{"start":1724860907092,"stop":1724860907092,"duration":0}}]},"bc2ba65b069414cce3a0095353e096a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"224968e1ebd0b83b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/224968e1ebd0b83b","status":"passed","time":{"start":1724922950822,"stop":1724922950822,"duration":0}},{"uid":"136ce23951b60c81","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/136ce23951b60c81","status":"passed","time":{"start":1724921640400,"stop":1724921640401,"duration":1}},{"uid":"453d7690a40be154","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/453d7690a40be154","status":"passed","time":{"start":1724921600410,"stop":1724921600420,"duration":10}},{"uid":"b348865b13aa846a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b348865b13aa846a","status":"passed","time":{"start":1724918300924,"stop":1724918300925,"duration":1}},{"uid":"650ce8815fd633b8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/650ce8815fd633b8","status":"passed","time":{"start":1724890059285,"stop":1724890059286,"duration":1}},{"uid":"9771954b68189c2d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9771954b68189c2d","status":"passed","time":{"start":1724889188320,"stop":1724889188321,"duration":1}},{"uid":"35b2590278a10be7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/35b2590278a10be7","status":"passed","time":{"start":1724888372740,"stop":1724888372741,"duration":1}},{"uid":"668179d29e068c86","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/668179d29e068c86","status":"passed","time":{"start":1724887135718,"stop":1724887135719,"duration":1}},{"uid":"ed64aec4eb864c0e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ed64aec4eb864c0e","status":"passed","time":{"start":1724886919669,"stop":1724886919674,"duration":5}},{"uid":"65c85a761846e2ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/65c85a761846e2ba","status":"passed","time":{"start":1724862341835,"stop":1724862341835,"duration":0}},{"uid":"12c747dcd849300","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/12c747dcd849300","status":"passed","time":{"start":1724861815491,"stop":1724861815492,"duration":1}},{"uid":"e9f9448bb929475a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e9f9448bb929475a","status":"passed","time":{"start":1724861669536,"stop":1724861669536,"duration":0}},{"uid":"bfa2d0a34a69788d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bfa2d0a34a69788d","status":"passed","time":{"start":1724861505419,"stop":1724861505420,"duration":1}}]},"e96eb7a91737b02f17b51d13fe309710:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"820ba3a3fe6dca3b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/820ba3a3fe6dca3b","status":"passed","time":{"start":1724922853929,"stop":1724922853929,"duration":0}}]},"ca6efdf17e7b9eb91586783f362f2a22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f911e30ed257b2af","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f911e30ed257b2af","status":"passed","time":{"start":1724922374664,"stop":1724922374664,"duration":0}},{"uid":"6a0e53a2d16e932f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6a0e53a2d16e932f","status":"passed","time":{"start":1724921037625,"stop":1724921037626,"duration":1}},{"uid":"f2f07f15b37018b7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f2f07f15b37018b7","status":"passed","time":{"start":1724921013043,"stop":1724921013043,"duration":0}},{"uid":"45dc8e8c46815c60","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/45dc8e8c46815c60","status":"passed","time":{"start":1724917673281,"stop":1724917673286,"duration":5}},{"uid":"33396f6ee7a02f2f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33396f6ee7a02f2f","status":"passed","time":{"start":1724889452300,"stop":1724889452305,"duration":5}},{"uid":"6eec187771cb7482","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6eec187771cb7482","status":"passed","time":{"start":1724888602830,"stop":1724888602835,"duration":5}},{"uid":"7d0326eb61aaf8c7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7d0326eb61aaf8c7","status":"passed","time":{"start":1724887759160,"stop":1724887759160,"duration":0}},{"uid":"82dfa69f59692df4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/82dfa69f59692df4","status":"passed","time":{"start":1724886525540,"stop":1724886525540,"duration":0}},{"uid":"251e038453a34b3c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/251e038453a34b3c","status":"passed","time":{"start":1724886303389,"stop":1724886303392,"duration":3}},{"uid":"5751238747ed7a87","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5751238747ed7a87","status":"passed","time":{"start":1724861752216,"stop":1724861752223,"duration":7}},{"uid":"21609b49ab323661","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/21609b49ab323661","status":"passed","time":{"start":1724861223350,"stop":1724861223351,"duration":1}},{"uid":"d56908f0932e6a86","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d56908f0932e6a86","status":"passed","time":{"start":1724861045197,"stop":1724861045197,"duration":0}},{"uid":"6f078a1646b12766","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6f078a1646b12766","status":"passed","time":{"start":1724860907080,"stop":1724860907080,"duration":0}}]},"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ecc855c705f308b2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ecc855c705f308b2","status":"passed","time":{"start":1724922635356,"stop":1724922635356,"duration":0}},{"uid":"529f41f06281e81","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/529f41f06281e81","status":"passed","time":{"start":1724921297011,"stop":1724921297012,"duration":1}},{"uid":"7b803a7ac604a331","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7b803a7ac604a331","status":"passed","time":{"start":1724921276369,"stop":1724921276369,"duration":0}},{"uid":"c41e35313eeabe95","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c41e35313eeabe95","status":"passed","time":{"start":1724917948327,"stop":1724917948327,"duration":0}},{"uid":"2b0e3ff6a673fd93","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b0e3ff6a673fd93","status":"passed","time":{"start":1724889729011,"stop":1724889729011,"duration":0}},{"uid":"5a8f29f98934c554","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5a8f29f98934c554","status":"passed","time":{"start":1724888864957,"stop":1724888864957,"duration":0}},{"uid":"7e013034d826129d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7e013034d826129d","status":"passed","time":{"start":1724888053749,"stop":1724888053749,"duration":0}},{"uid":"fe84b84368956cf3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fe84b84368956cf3","status":"passed","time":{"start":1724886811663,"stop":1724886811663,"duration":0}},{"uid":"8ba87a025a1e5772","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8ba87a025a1e5772","status":"passed","time":{"start":1724886581006,"stop":1724886581006,"duration":0}},{"uid":"924962ad9f09d759","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/924962ad9f09d759","status":"passed","time":{"start":1724862019563,"stop":1724862019563,"duration":0}},{"uid":"40b5cf591f908d9e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/40b5cf591f908d9e","status":"passed","time":{"start":1724861493938,"stop":1724861493939,"duration":1}},{"uid":"6d891a2a42a4ef8a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6d891a2a42a4ef8a","status":"passed","time":{"start":1724861318040,"stop":1724861318042,"duration":2}},{"uid":"cd8b981d08d5080f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cd8b981d08d5080f","status":"passed","time":{"start":1724861178517,"stop":1724861178518,"duration":1}}]},"fd15a715775065e350de91f65851b781:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"43256f14d5979a52","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/43256f14d5979a52","status":"passed","time":{"start":1724861712676,"stop":1724861712676,"duration":0}}]},"1cad348a6e387b7a88e6476ad79f7e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c8d2367a0795d006","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c8d2367a0795d006","status":"passed","time":{"start":1724923012472,"stop":1724923012472,"duration":0}},{"uid":"fd0e52b593c94b06","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fd0e52b593c94b06","status":"passed","time":{"start":1724921625078,"stop":1724921625079,"duration":1}},{"uid":"9cf371ea772d2b90","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9cf371ea772d2b90","status":"passed","time":{"start":1724921590502,"stop":1724921590502,"duration":0}},{"uid":"a59f9ad9cf28bee7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a59f9ad9cf28bee7","status":"passed","time":{"start":1724918287570,"stop":1724918287570,"duration":0}},{"uid":"2b9478f78956fe5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b9478f78956fe5","status":"passed","time":{"start":1724890047795,"stop":1724890047795,"duration":0}},{"uid":"e2eed72aa9261eb5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e2eed72aa9261eb5","status":"passed","time":{"start":1724889183928,"stop":1724889183929,"duration":1}},{"uid":"c9a43de059f6997c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c9a43de059f6997c","status":"passed","time":{"start":1724888354176,"stop":1724888354176,"duration":0}},{"uid":"cc2b88a518ed0c9b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc2b88a518ed0c9b","status":"passed","time":{"start":1724887145692,"stop":1724887145692,"duration":0}},{"uid":"9f551b0847ad2046","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9f551b0847ad2046","status":"passed","time":{"start":1724886915792,"stop":1724886915792,"duration":0}},{"uid":"7b7317613c58ce1d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b7317613c58ce1d","status":"passed","time":{"start":1724862341456,"stop":1724862341457,"duration":1}},{"uid":"9460a065fc85a620","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9460a065fc85a620","status":"passed","time":{"start":1724861805450,"stop":1724861805455,"duration":5}},{"uid":"28ec3e60e1fc568e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/28ec3e60e1fc568e","status":"passed","time":{"start":1724861662291,"stop":1724861662291,"duration":0}},{"uid":"b98047088a373e9e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b98047088a373e9e","status":"passed","time":{"start":1724861492520,"stop":1724861492520,"duration":0}}]},"557c6c213e4d0bfcfeb2c192f3ea6d74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"348c8c492527dbd4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/348c8c492527dbd4","status":"passed","time":{"start":1724922383090,"stop":1724922383090,"duration":0}},{"uid":"3590ae2dd50a3bd1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3590ae2dd50a3bd1","status":"passed","time":{"start":1724921046206,"stop":1724921046207,"duration":1}},{"uid":"e98637b313141e15","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e98637b313141e15","status":"passed","time":{"start":1724921021478,"stop":1724921021478,"duration":0}},{"uid":"c81879a1e1ed2fb0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c81879a1e1ed2fb0","status":"passed","time":{"start":1724917681726,"stop":1724917681727,"duration":1}},{"uid":"764f1883ea9a3d7a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/764f1883ea9a3d7a","status":"passed","time":{"start":1724889460654,"stop":1724889460654,"duration":0}},{"uid":"b12e244634e3e88a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b12e244634e3e88a","status":"passed","time":{"start":1724888611298,"stop":1724888611298,"duration":0}},{"uid":"1d49c66408a8908f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1d49c66408a8908f","status":"passed","time":{"start":1724887767622,"stop":1724887767622,"duration":0}},{"uid":"4fe1887d0af1fb3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4fe1887d0af1fb3","status":"passed","time":{"start":1724886533993,"stop":1724886533993,"duration":0}},{"uid":"31cd96ddc5429271","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/31cd96ddc5429271","status":"passed","time":{"start":1724886311760,"stop":1724886311760,"duration":0}},{"uid":"39d230b9a7e4cd2b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/39d230b9a7e4cd2b","status":"passed","time":{"start":1724861760778,"stop":1724861760778,"duration":0}},{"uid":"4354e37b8cb46c67","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4354e37b8cb46c67","status":"passed","time":{"start":1724861231736,"stop":1724861231736,"duration":0}},{"uid":"6657b78265261ef8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6657b78265261ef8","status":"passed","time":{"start":1724861054259,"stop":1724861054259,"duration":0}},{"uid":"5851439f5e0d69d0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5851439f5e0d69d0","status":"passed","time":{"start":1724860915817,"stop":1724860915817,"duration":0}}]},"101855652fbbdd51521dd03540a16df5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"366921785147f963","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/366921785147f963","status":"passed","time":{"start":1724922611432,"stop":1724922611433,"duration":1}},{"uid":"967b3f3488710c87","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/967b3f3488710c87","status":"passed","time":{"start":1724921270354,"stop":1724921270354,"duration":0}},{"uid":"2309541b49f8a172","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2309541b49f8a172","status":"passed","time":{"start":1724921247815,"stop":1724921247815,"duration":0}},{"uid":"dd8c8f44330e66e1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd8c8f44330e66e1","status":"passed","time":{"start":1724917989815,"stop":1724917989816,"duration":1}},{"uid":"9412b922ca5f99a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9412b922ca5f99a0","status":"passed","time":{"start":1724889678548,"stop":1724889678548,"duration":0}},{"uid":"fcc3625b8581bab5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fcc3625b8581bab5","status":"passed","time":{"start":1724888829835,"stop":1724888829835,"duration":0}},{"uid":"9804369da137f2c3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9804369da137f2c3","status":"passed","time":{"start":1724888076990,"stop":1724888076990,"duration":0}},{"uid":"eca46b8e90b53d5b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eca46b8e90b53d5b","status":"passed","time":{"start":1724886851122,"stop":1724886851123,"duration":1}},{"uid":"cddb76a7e3ac286b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cddb76a7e3ac286b","status":"passed","time":{"start":1724886647099,"stop":1724886647100,"duration":1}},{"uid":"a207a6ac4e440236","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a207a6ac4e440236","status":"passed","time":{"start":1724861992711,"stop":1724861992711,"duration":0}},{"uid":"22cf38238ed8441b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/22cf38238ed8441b","status":"passed","time":{"start":1724861469639,"stop":1724861469640,"duration":1}},{"uid":"749abbdf86a66c08","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/749abbdf86a66c08","status":"passed","time":{"start":1724861284855,"stop":1724861284855,"duration":0}},{"uid":"f1b2e73093a83966","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f1b2e73093a83966","status":"passed","time":{"start":1724861145799,"stop":1724861145800,"duration":1}}]},"bbcaf86f1f5306de3d3351c7f4e3f2cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"50fee164ddb7b660","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/50fee164ddb7b660","status":"passed","time":{"start":1724922661638,"stop":1724922661641,"duration":3}},{"uid":"16e894829a2892ce","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/16e894829a2892ce","status":"passed","time":{"start":1724921321311,"stop":1724921321311,"duration":0}},{"uid":"9d5ac1074e429913","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9d5ac1074e429913","status":"passed","time":{"start":1724921298785,"stop":1724921298785,"duration":0}},{"uid":"866f88bcb6a80842","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/866f88bcb6a80842","status":"passed","time":{"start":1724918008229,"stop":1724918008229,"duration":0}},{"uid":"8aa5305ac9153611","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8aa5305ac9153611","status":"passed","time":{"start":1724889728595,"stop":1724889728595,"duration":0}},{"uid":"7a27095d75e4d101","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7a27095d75e4d101","status":"passed","time":{"start":1724888882874,"stop":1724888882874,"duration":0}},{"uid":"9458e37b1cc3c27f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9458e37b1cc3c27f","status":"passed","time":{"start":1724888111025,"stop":1724888111025,"duration":0}},{"uid":"3aeefd36a1a77e6a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3aeefd36a1a77e6a","status":"passed","time":{"start":1724886869447,"stop":1724886869447,"duration":0}},{"uid":"b0d7f57a9e92cf4b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b0d7f57a9e92cf4b","status":"passed","time":{"start":1724886642936,"stop":1724886642936,"duration":0}},{"uid":"138208d37e806470","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/138208d37e806470","status":"passed","time":{"start":1724862044581,"stop":1724862044581,"duration":0}},{"uid":"7f32777db6c00ddc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7f32777db6c00ddc","status":"passed","time":{"start":1724861523033,"stop":1724861523038,"duration":5}},{"uid":"c64b3c7f114d6202","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c64b3c7f114d6202","status":"passed","time":{"start":1724861362473,"stop":1724861362473,"duration":0}},{"uid":"c6d95d5a63e398a2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c6d95d5a63e398a2","status":"passed","time":{"start":1724861196821,"stop":1724861196827,"duration":6}}]},"ecc9af41136670f23a102557bbbaf1c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b39d074f2049917f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b39d074f2049917f","status":"passed","time":{"start":1724922906438,"stop":1724922906438,"duration":0}},{"uid":"9be9d3f398baf79","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9be9d3f398baf79","status":"passed","time":{"start":1724921613047,"stop":1724921613047,"duration":0}},{"uid":"5328e77fb6b1889e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5328e77fb6b1889e","status":"passed","time":{"start":1724921556041,"stop":1724921556043,"duration":2}},{"uid":"2a15f218010bf94e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2a15f218010bf94e","status":"passed","time":{"start":1724918259537,"stop":1724918259538,"duration":1}},{"uid":"4616a2c6e2867bbe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4616a2c6e2867bbe","status":"passed","time":{"start":1724890032287,"stop":1724890032288,"duration":1}},{"uid":"55e01b4e63d79a01","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/55e01b4e63d79a01","status":"passed","time":{"start":1724889144081,"stop":1724889144081,"duration":0}},{"uid":"d65955e5bf9db2a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d65955e5bf9db2a2","status":"passed","time":{"start":1724888336457,"stop":1724888336457,"duration":0}},{"uid":"5c7b1ea82393a6b5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5c7b1ea82393a6b5","status":"passed","time":{"start":1724887092625,"stop":1724887092625,"duration":0}},{"uid":"183948f730dfd46a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/183948f730dfd46a","status":"passed","time":{"start":1724886880627,"stop":1724886880628,"duration":1}},{"uid":"5f696b9f9c675b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f696b9f9c675b","status":"passed","time":{"start":1724862298391,"stop":1724862298392,"duration":1}},{"uid":"5cb92df768534840","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5cb92df768534840","status":"passed","time":{"start":1724861770114,"stop":1724861770115,"duration":1}},{"uid":"75ad8e16c6dd36fd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/75ad8e16c6dd36fd","status":"passed","time":{"start":1724861637969,"stop":1724861637969,"duration":0}},{"uid":"8e39cea044f4a2f7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8e39cea044f4a2f7","status":"passed","time":{"start":1724861475013,"stop":1724861475022,"duration":9}}]},"352b2873b9d6c02926f0f0e30064ad8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"43b1ea214579a6c0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/43b1ea214579a6c0","status":"passed","time":{"start":1724922887525,"stop":1724922887525,"duration":0}},{"uid":"7555b23f6adde640","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7555b23f6adde640","status":"passed","time":{"start":1724921564775,"stop":1724921564776,"duration":1}},{"uid":"5bf8a82af3c20d1b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5bf8a82af3c20d1b","status":"passed","time":{"start":1724921518792,"stop":1724921518793,"duration":1}},{"uid":"688c2abd0986eddb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/688c2abd0986eddb","status":"passed","time":{"start":1724918229399,"stop":1724918229399,"duration":0}},{"uid":"88166e2fbbb79bc6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/88166e2fbbb79bc6","status":"passed","time":{"start":1724889980701,"stop":1724889980701,"duration":0}},{"uid":"415b1cb6ac5c3706","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/415b1cb6ac5c3706","status":"passed","time":{"start":1724889111162,"stop":1724889111162,"duration":0}},{"uid":"c714f49c7628beb5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c714f49c7628beb5","status":"passed","time":{"start":1724888292532,"stop":1724888292533,"duration":1}},{"uid":"e9702c7f47cc6ec9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e9702c7f47cc6ec9","status":"passed","time":{"start":1724887068224,"stop":1724887068225,"duration":1}},{"uid":"9623ff6172b8fc74","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9623ff6172b8fc74","status":"passed","time":{"start":1724886848925,"stop":1724886848925,"duration":0}},{"uid":"d2270baea2b70deb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d2270baea2b70deb","status":"passed","time":{"start":1724862262046,"stop":1724862262047,"duration":1}},{"uid":"22e8a043db7dff46","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/22e8a043db7dff46","status":"passed","time":{"start":1724861741892,"stop":1724861741892,"duration":0}},{"uid":"e02114bf1ff2a3e4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e02114bf1ff2a3e4","status":"passed","time":{"start":1724861599487,"stop":1724861599491,"duration":4}},{"uid":"f53fe6189839507a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f53fe6189839507a","status":"passed","time":{"start":1724861428474,"stop":1724861428474,"duration":0}}]},"96f15e9b62705ac5f60989a19dd87ea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"26e66f5fc364fe20","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/26e66f5fc364fe20","status":"passed","time":{"start":1724922778325,"stop":1724922778325,"duration":0}},{"uid":"610cc37a108877d0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/610cc37a108877d0","status":"passed","time":{"start":1724921497755,"stop":1724921497755,"duration":0}},{"uid":"8af2807564bf80e5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8af2807564bf80e5","status":"passed","time":{"start":1724921408409,"stop":1724921408410,"duration":1}},{"uid":"c3d7fe9525834e35","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c3d7fe9525834e35","status":"passed","time":{"start":1724918086869,"stop":1724918086869,"duration":0}},{"uid":"925716b28ba46b36","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/925716b28ba46b36","status":"passed","time":{"start":1724889892445,"stop":1724889892446,"duration":1}},{"uid":"3c879c96d6034535","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c879c96d6034535","status":"passed","time":{"start":1724888997215,"stop":1724888997215,"duration":0}},{"uid":"1f08d7b43dc23d3c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1f08d7b43dc23d3c","status":"passed","time":{"start":1724888159487,"stop":1724888159488,"duration":1}},{"uid":"b06cf579a970f26d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b06cf579a970f26d","status":"passed","time":{"start":1724886937290,"stop":1724886937290,"duration":0}},{"uid":"c64c643643b860a1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c64c643643b860a1","status":"passed","time":{"start":1724886709797,"stop":1724886709798,"duration":1}},{"uid":"5ce9891899810a11","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ce9891899810a11","status":"passed","time":{"start":1724862123536,"stop":1724862123536,"duration":0}},{"uid":"777f265cb6ce3a69","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/777f265cb6ce3a69","status":"passed","time":{"start":1724861620103,"stop":1724861620103,"duration":0}},{"uid":"396c1a8271114efc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/396c1a8271114efc","status":"passed","time":{"start":1724861460241,"stop":1724861460246,"duration":5}},{"uid":"1de08c6340afec26","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1de08c6340afec26","status":"passed","time":{"start":1724861330170,"stop":1724861330170,"duration":0}}]},"513f5f6d4b017b53026df35bb9ff9d22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f8091e24006a065","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3f8091e24006a065","status":"passed","time":{"start":1724861567904,"stop":1724861567905,"duration":1}}]},"ff4016f6881b709e99952c1e9495f26c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b0b7a7ef96079f6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6b0b7a7ef96079f6","status":"passed","time":{"start":1724921529593,"stop":1724921529593,"duration":0}}]},"ad4e8b08f765ff93f0032cfe8dd85dc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a292bae5ff215274","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a292bae5ff215274","status":"passed","time":{"start":1724923012470,"stop":1724923012471,"duration":1}},{"uid":"1aacb31657ce2e29","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1aacb31657ce2e29","status":"passed","time":{"start":1724921625077,"stop":1724921625078,"duration":1}},{"uid":"7befceace5a23c11","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7befceace5a23c11","status":"passed","time":{"start":1724921590501,"stop":1724921590501,"duration":0}},{"uid":"cf6ab5fac75d1708","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cf6ab5fac75d1708","status":"passed","time":{"start":1724918287569,"stop":1724918287569,"duration":0}},{"uid":"2515a2a1fd35beab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2515a2a1fd35beab","status":"passed","time":{"start":1724890047794,"stop":1724890047794,"duration":0}},{"uid":"297fe37b97633b5f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/297fe37b97633b5f","status":"passed","time":{"start":1724889183926,"stop":1724889183926,"duration":0}},{"uid":"4255dfb92553a716","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4255dfb92553a716","status":"passed","time":{"start":1724888354175,"stop":1724888354175,"duration":0}},{"uid":"ed854e26a4b93d77","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ed854e26a4b93d77","status":"passed","time":{"start":1724887145684,"stop":1724887145684,"duration":0}},{"uid":"a85eddf131ee1a83","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a85eddf131ee1a83","status":"passed","time":{"start":1724886915791,"stop":1724886915791,"duration":0}},{"uid":"1cb19c1f85d64255","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1cb19c1f85d64255","status":"passed","time":{"start":1724862341456,"stop":1724862341456,"duration":0}},{"uid":"7a1edeb8adaaf9ca","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7a1edeb8adaaf9ca","status":"passed","time":{"start":1724861805447,"stop":1724861805450,"duration":3}},{"uid":"b262d5baa4708def","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b262d5baa4708def","status":"passed","time":{"start":1724861662291,"stop":1724861662291,"duration":0}},{"uid":"a1bc0e0759a5b116","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a1bc0e0759a5b116","status":"passed","time":{"start":1724861492519,"stop":1724861492519,"duration":0}}]},"9380f45eefc69936a30b8f51f6d0d0af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e3ea058527713f5f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e3ea058527713f5f","status":"passed","time":{"start":1724922398920,"stop":1724922398920,"duration":0}},{"uid":"b8a07d5e3e706c7c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b8a07d5e3e706c7c","status":"passed","time":{"start":1724921061848,"stop":1724921061848,"duration":0}},{"uid":"fd5a1974727cb1f0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fd5a1974727cb1f0","status":"passed","time":{"start":1724921037157,"stop":1724921037157,"duration":0}},{"uid":"c8acd6e19dcb6ad0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c8acd6e19dcb6ad0","status":"passed","time":{"start":1724917697301,"stop":1724917697301,"duration":0}},{"uid":"f130c2ad99112d0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f130c2ad99112d0","status":"passed","time":{"start":1724889476083,"stop":1724889476083,"duration":0}},{"uid":"8e124be9d56028fe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e124be9d56028fe","status":"passed","time":{"start":1724888626886,"stop":1724888626887,"duration":1}},{"uid":"a293e3d0750f36e8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a293e3d0750f36e8","status":"passed","time":{"start":1724887783108,"stop":1724887783108,"duration":0}},{"uid":"265f5eb45670f8ee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/265f5eb45670f8ee","status":"passed","time":{"start":1724886549919,"stop":1724886549919,"duration":0}},{"uid":"7841a5cdf41b864","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7841a5cdf41b864","status":"passed","time":{"start":1724886327580,"stop":1724886327581,"duration":1}},{"uid":"39a8fdaa726d9d02","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/39a8fdaa726d9d02","status":"passed","time":{"start":1724861776806,"stop":1724861776806,"duration":0}},{"uid":"799a31eb9e5624e6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/799a31eb9e5624e6","status":"passed","time":{"start":1724861247298,"stop":1724861247299,"duration":1}},{"uid":"ab28ed612c02112e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ab28ed612c02112e","status":"passed","time":{"start":1724861071394,"stop":1724861071395,"duration":1}},{"uid":"e860169057a46869","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e860169057a46869","status":"passed","time":{"start":1724860931794,"stop":1724860931795,"duration":1}}]},"8a570c791da4aa11c45f11e254afa174:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b9feb206aa3f02e6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b9feb206aa3f02e6","status":"passed","time":{"start":1724922891486,"stop":1724922891486,"duration":0}},{"uid":"885ad9085c153fc6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/885ad9085c153fc6","status":"passed","time":{"start":1724921563009,"stop":1724921563010,"duration":1}},{"uid":"ff2722a54f01e1cc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ff2722a54f01e1cc","status":"passed","time":{"start":1724921526810,"stop":1724921526810,"duration":0}},{"uid":"27045364deb64825","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/27045364deb64825","status":"passed","time":{"start":1724918239936,"stop":1724918239937,"duration":1}},{"uid":"cc8afc3e4c9bcbba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc8afc3e4c9bcbba","status":"passed","time":{"start":1724889980883,"stop":1724889980884,"duration":1}},{"uid":"e409efcebc4a8347","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e409efcebc4a8347","status":"passed","time":{"start":1724889109947,"stop":1724889109947,"duration":0}},{"uid":"be08078ff3853698","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/be08078ff3853698","status":"passed","time":{"start":1724888294719,"stop":1724888294720,"duration":1}},{"uid":"39209bd132cdf5a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/39209bd132cdf5a9","status":"passed","time":{"start":1724887071735,"stop":1724887071736,"duration":1}},{"uid":"9e60092a6a585070","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9e60092a6a585070","status":"passed","time":{"start":1724886848342,"stop":1724886848342,"duration":0}},{"uid":"7cd7a2fe5a29dddf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7cd7a2fe5a29dddf","status":"passed","time":{"start":1724862259243,"stop":1724862259244,"duration":1}},{"uid":"d4e5d03dae648c25","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d4e5d03dae648c25","status":"passed","time":{"start":1724861735322,"stop":1724861735322,"duration":0}},{"uid":"c6898c517d38270","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c6898c517d38270","status":"passed","time":{"start":1724861606336,"stop":1724861606336,"duration":0}},{"uid":"688955a8cb0b3a7d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/688955a8cb0b3a7d","status":"passed","time":{"start":1724861426682,"stop":1724861426683,"duration":1}}]},"75b0e13aa9199c5b51cece307747706b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9e1c5febdb27411d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9e1c5febdb27411d","status":"passed","time":{"start":1724922921472,"stop":1724922921473,"duration":1}},{"uid":"b09e923d197585fc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b09e923d197585fc","status":"passed","time":{"start":1724921602984,"stop":1724921602985,"duration":1}},{"uid":"d27f3a452db7f830","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d27f3a452db7f830","status":"passed","time":{"start":1724921571108,"stop":1724921571108,"duration":0}},{"uid":"81e949d5dbada296","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/81e949d5dbada296","status":"passed","time":{"start":1724918285616,"stop":1724918285616,"duration":0}},{"uid":"6d6f0f73721729ec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d6f0f73721729ec","status":"passed","time":{"start":1724890030102,"stop":1724890030102,"duration":0}},{"uid":"12fd59c4839d411f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/12fd59c4839d411f","status":"passed","time":{"start":1724889171929,"stop":1724889171930,"duration":1}},{"uid":"c9ddab085976c131","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c9ddab085976c131","status":"passed","time":{"start":1724888350742,"stop":1724888350742,"duration":0}},{"uid":"ada06c6a841b409c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ada06c6a841b409c","status":"passed","time":{"start":1724887115428,"stop":1724887115429,"duration":1}},{"uid":"cf14a00d1949c2cf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cf14a00d1949c2cf","status":"passed","time":{"start":1724886884586,"stop":1724886884587,"duration":1}},{"uid":"d143a041139d79a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d143a041139d79a6","status":"passed","time":{"start":1724862322278,"stop":1724862322278,"duration":0}},{"uid":"f218d2c2d2f88b09","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f218d2c2d2f88b09","status":"passed","time":{"start":1724861790766,"stop":1724861790766,"duration":0}},{"uid":"50f23a52d4d8f4db","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/50f23a52d4d8f4db","status":"passed","time":{"start":1724861628431,"stop":1724861628432,"duration":1}},{"uid":"d2302387fb4c40b6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d2302387fb4c40b6","status":"passed","time":{"start":1724861465636,"stop":1724861465636,"duration":0}}]},"dfd3e8cf2e67a8bcf19c763cc0fffff3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b7bb9c122c7e4834","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b7bb9c122c7e4834","status":"passed","time":{"start":1724921619638,"stop":1724921619639,"duration":1}}]},"603625a98f1a885e3b4008162ac7ce5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ec0a8b0c8290189b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ec0a8b0c8290189b","status":"passed","time":{"start":1724922601838,"stop":1724922601838,"duration":0}},{"uid":"af79648e432fe63c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/af79648e432fe63c","status":"passed","time":{"start":1724921267865,"stop":1724921267865,"duration":0}},{"uid":"ba112037747a0129","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ba112037747a0129","status":"passed","time":{"start":1724921244356,"stop":1724921244357,"duration":1}},{"uid":"101a5b182dbc1676","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/101a5b182dbc1676","status":"passed","time":{"start":1724917916038,"stop":1724917916039,"duration":1}},{"uid":"6e43ae20d960ef17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e43ae20d960ef17","status":"passed","time":{"start":1724889678249,"stop":1724889678250,"duration":1}},{"uid":"d473dc2e8da62f9b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d473dc2e8da62f9b","status":"passed","time":{"start":1724888831680,"stop":1724888831680,"duration":0}},{"uid":"b4992a135e1e95e2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b4992a135e1e95e2","status":"passed","time":{"start":1724888003312,"stop":1724888003315,"duration":3}},{"uid":"9cb72e4abe3d3bb9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9cb72e4abe3d3bb9","status":"passed","time":{"start":1724886776600,"stop":1724886776601,"duration":1}},{"uid":"c41a349212c40532","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c41a349212c40532","status":"passed","time":{"start":1724886555787,"stop":1724886555787,"duration":0}},{"uid":"2e2104445118cd7a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2e2104445118cd7a","status":"passed","time":{"start":1724861983001,"stop":1724861983002,"duration":1}},{"uid":"45bc5aee0b120fff","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/45bc5aee0b120fff","status":"passed","time":{"start":1724861444062,"stop":1724861444063,"duration":1}},{"uid":"3eaa832224eb44b0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3eaa832224eb44b0","status":"passed","time":{"start":1724861285825,"stop":1724861285825,"duration":0}},{"uid":"74767a03b26f3dcf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/74767a03b26f3dcf","status":"passed","time":{"start":1724861145651,"stop":1724861145656,"duration":5}}]},"1f5626d20b8996956f0e580ea95bb447:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"aaada347bce8a430","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/aaada347bce8a430","status":"passed","time":{"start":1724922921475,"stop":1724922921476,"duration":1}},{"uid":"540c86fec566c5ae","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/540c86fec566c5ae","status":"passed","time":{"start":1724921602990,"stop":1724921602990,"duration":0}},{"uid":"d4c1d63a1db7f32b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d4c1d63a1db7f32b","status":"passed","time":{"start":1724921571111,"stop":1724921571112,"duration":1}},{"uid":"ac0421168b19d81b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ac0421168b19d81b","status":"passed","time":{"start":1724918285619,"stop":1724918285619,"duration":0}},{"uid":"d21d19cea8307de4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d21d19cea8307de4","status":"passed","time":{"start":1724890030106,"stop":1724890030107,"duration":1}},{"uid":"76bbd7c6ddb66b8b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/76bbd7c6ddb66b8b","status":"passed","time":{"start":1724889171934,"stop":1724889171935,"duration":1}},{"uid":"fd6f22b1c834b4d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fd6f22b1c834b4d","status":"passed","time":{"start":1724888350748,"stop":1724888350749,"duration":1}},{"uid":"6651e9fe14794ca0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6651e9fe14794ca0","status":"passed","time":{"start":1724887115439,"stop":1724887115442,"duration":3}},{"uid":"56d5f346ed7ccd30","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/56d5f346ed7ccd30","status":"passed","time":{"start":1724886884589,"stop":1724886884590,"duration":1}},{"uid":"44f47b09861e65b5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/44f47b09861e65b5","status":"passed","time":{"start":1724862322282,"stop":1724862322283,"duration":1}},{"uid":"39c460a5d95167a7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/39c460a5d95167a7","status":"passed","time":{"start":1724861790768,"stop":1724861790769,"duration":1}},{"uid":"dd796d3d571b6604","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dd796d3d571b6604","status":"passed","time":{"start":1724861628434,"stop":1724861628435,"duration":1}},{"uid":"aaef42eb1f18e844","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/aaef42eb1f18e844","status":"passed","time":{"start":1724861465638,"stop":1724861465639,"duration":1}}]},"d7122f70e913ae26a9b31816dd3cf131:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2147944fbaa5d6f9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2147944fbaa5d6f9","status":"passed","time":{"start":1724922476375,"stop":1724922476375,"duration":0}},{"uid":"fe5e369e5f5637a1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fe5e369e5f5637a1","status":"passed","time":{"start":1724921141187,"stop":1724921141187,"duration":0}},{"uid":"59768da6a5370316","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/59768da6a5370316","status":"passed","time":{"start":1724921118249,"stop":1724921118249,"duration":0}},{"uid":"61e7e09062cec7f6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/61e7e09062cec7f6","status":"passed","time":{"start":1724917777550,"stop":1724917777551,"duration":1}},{"uid":"5057a93ad452e46","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5057a93ad452e46","status":"passed","time":{"start":1724889554663,"stop":1724889554664,"duration":1}},{"uid":"4cba03b3d25a8e31","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4cba03b3d25a8e31","status":"passed","time":{"start":1724888706936,"stop":1724888706937,"duration":1}},{"uid":"6a3492f5885fe7fd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a3492f5885fe7fd","status":"passed","time":{"start":1724887861773,"stop":1724887861773,"duration":0}},{"uid":"eb365701fa6eb1a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eb365701fa6eb1a2","status":"passed","time":{"start":1724886631476,"stop":1724886631476,"duration":0}},{"uid":"6dfe43ef4fb038c5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6dfe43ef4fb038c5","status":"passed","time":{"start":1724886409745,"stop":1724886409745,"duration":0}},{"uid":"82094cb687b332d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/82094cb687b332d9","status":"passed","time":{"start":1724861858183,"stop":1724861858183,"duration":0}},{"uid":"3c942eeba5d1b934","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3c942eeba5d1b934","status":"passed","time":{"start":1724861324521,"stop":1724861324521,"duration":0}},{"uid":"f40eb09c9fb64638","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f40eb09c9fb64638","status":"passed","time":{"start":1724861152390,"stop":1724861152390,"duration":0}},{"uid":"9871df516b2cb3bc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9871df516b2cb3bc","status":"passed","time":{"start":1724861011435,"stop":1724861011435,"duration":0}}]},"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a20799840c672a87","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a20799840c672a87","status":"passed","time":{"start":1724922998984,"stop":1724922998984,"duration":0}},{"uid":"43a610975bfc6092","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/43a610975bfc6092","status":"passed","time":{"start":1724921672581,"stop":1724921672581,"duration":0}},{"uid":"19475993bbb32366","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/19475993bbb32366","status":"passed","time":{"start":1724921629964,"stop":1724921629964,"duration":0}},{"uid":"ba4f85d6cce2ced9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ba4f85d6cce2ced9","status":"passed","time":{"start":1724918337082,"stop":1724918337082,"duration":0}},{"uid":"3963550e816baa1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3963550e816baa1","status":"passed","time":{"start":1724890089178,"stop":1724890089179,"duration":1}},{"uid":"e24ff0820c14948f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e24ff0820c14948f","status":"passed","time":{"start":1724889221660,"stop":1724889221660,"duration":0}},{"uid":"760159196647ab93","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/760159196647ab93","status":"passed","time":{"start":1724888396188,"stop":1724888396188,"duration":0}},{"uid":"c84e3fa55139037b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c84e3fa55139037b","status":"passed","time":{"start":1724887170938,"stop":1724887170938,"duration":0}},{"uid":"c159ed9f16e0829c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c159ed9f16e0829c","status":"passed","time":{"start":1724886948525,"stop":1724886948525,"duration":0}},{"uid":"d3a4f570b3dc49b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3a4f570b3dc49b3","status":"passed","time":{"start":1724862370753,"stop":1724862370753,"duration":0}},{"uid":"3f18ded0fe8d001b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3f18ded0fe8d001b","status":"passed","time":{"start":1724861845164,"stop":1724861845166,"duration":2}},{"uid":"6d7f1fe53a089824","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6d7f1fe53a089824","status":"passed","time":{"start":1724861703116,"stop":1724861703116,"duration":0}},{"uid":"d1d00a60bcb2844a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d1d00a60bcb2844a","status":"passed","time":{"start":1724861530976,"stop":1724861530976,"duration":0}}]},"4f307cc7c92f8a7b045d9da80ae0d231:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"24112303a49b08db","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/24112303a49b08db","status":"passed","time":{"start":1724923012483,"stop":1724923012483,"duration":0}},{"uid":"4a240941df5f3929","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4a240941df5f3929","status":"passed","time":{"start":1724921625094,"stop":1724921625094,"duration":0}},{"uid":"5ab17f82334b79e3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5ab17f82334b79e3","status":"passed","time":{"start":1724921590514,"stop":1724921590514,"duration":0}},{"uid":"7ccbb721f445aed5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7ccbb721f445aed5","status":"passed","time":{"start":1724918287580,"stop":1724918287581,"duration":1}},{"uid":"61baa236013bf704","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/61baa236013bf704","status":"passed","time":{"start":1724890047806,"stop":1724890047807,"duration":1}},{"uid":"5f724094d6e9222c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f724094d6e9222c","status":"passed","time":{"start":1724889183950,"stop":1724889183950,"duration":0}},{"uid":"9fa8eabe13a58241","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9fa8eabe13a58241","status":"passed","time":{"start":1724888354190,"stop":1724888354190,"duration":0}},{"uid":"e7f77338c84be1e1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e7f77338c84be1e1","status":"passed","time":{"start":1724887145732,"stop":1724887145733,"duration":1}},{"uid":"c5dfa3b1de8b614b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c5dfa3b1de8b614b","status":"passed","time":{"start":1724886915812,"stop":1724886915812,"duration":0}},{"uid":"698e0679fe89da40","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/698e0679fe89da40","status":"passed","time":{"start":1724862341468,"stop":1724862341469,"duration":1}},{"uid":"4a2fa323d09482fd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4a2fa323d09482fd","status":"passed","time":{"start":1724861805474,"stop":1724861805474,"duration":0}},{"uid":"95f1332b42e61c5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/95f1332b42e61c5","status":"passed","time":{"start":1724861662303,"stop":1724861662304,"duration":1}},{"uid":"9aec8a3f63578f48","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9aec8a3f63578f48","status":"passed","time":{"start":1724861492532,"stop":1724861492533,"duration":1}}]},"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"742955bd6c24c4e8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/742955bd6c24c4e8","status":"passed","time":{"start":1724922437306,"stop":1724922437306,"duration":0}},{"uid":"619ce2fea4ad8e7e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/619ce2fea4ad8e7e","status":"passed","time":{"start":1724921096286,"stop":1724921096287,"duration":1}},{"uid":"e573bc39d6c5b985","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e573bc39d6c5b985","status":"passed","time":{"start":1724921071512,"stop":1724921071512,"duration":0}},{"uid":"9af965ffa3eb923","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9af965ffa3eb923","status":"passed","time":{"start":1724917733229,"stop":1724917733229,"duration":0}},{"uid":"93fe025769176b0a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/93fe025769176b0a","status":"passed","time":{"start":1724889513547,"stop":1724889513548,"duration":1}},{"uid":"a5f467e01004e2df","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5f467e01004e2df","status":"passed","time":{"start":1724888663277,"stop":1724888663277,"duration":0}},{"uid":"ad88823058865968","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ad88823058865968","status":"passed","time":{"start":1724887820110,"stop":1724887820110,"duration":0}},{"uid":"a69d2804df5a11b7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a69d2804df5a11b7","status":"passed","time":{"start":1724886586381,"stop":1724886586382,"duration":1}},{"uid":"c997cc2a33f9f722","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c997cc2a33f9f722","status":"passed","time":{"start":1724886365424,"stop":1724886365425,"duration":1}},{"uid":"5338bce07e934dc0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5338bce07e934dc0","status":"passed","time":{"start":1724861812770,"stop":1724861812771,"duration":1}},{"uid":"ba73f294c6dc9948","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ba73f294c6dc9948","status":"passed","time":{"start":1724861281933,"stop":1724861281933,"duration":0}},{"uid":"c9782386a26d866d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c9782386a26d866d","status":"passed","time":{"start":1724861109126,"stop":1724861109126,"duration":0}},{"uid":"7c035753a4861d1f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7c035753a4861d1f","status":"passed","time":{"start":1724860969294,"stop":1724860969294,"duration":0}}]},"5b45bb92c0a06b4175834dbf04d5c362:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3e644b0f49269df9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3e644b0f49269df9","status":"passed","time":{"start":1724921488887,"stop":1724921488888,"duration":1}}]},"7dae8bb55d6428cb3b2106bc904f3565:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1819113f85a5da1d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1819113f85a5da1d","status":"passed","time":{"start":1724922398403,"stop":1724922398403,"duration":0}},{"uid":"a9c66d064d6c5e66","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a9c66d064d6c5e66","status":"passed","time":{"start":1724921061370,"stop":1724921061370,"duration":0}},{"uid":"1ed67b21b44e471f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1ed67b21b44e471f","status":"passed","time":{"start":1724921036548,"stop":1724921036549,"duration":1}},{"uid":"6dcec93f38cdb42f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6dcec93f38cdb42f","status":"passed","time":{"start":1724917696991,"stop":1724917696992,"duration":1}},{"uid":"f2edd83cec06d0b5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2edd83cec06d0b5","status":"passed","time":{"start":1724889475436,"stop":1724889475436,"duration":0}},{"uid":"d3e4db7a86a09b16","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3e4db7a86a09b16","status":"passed","time":{"start":1724888626529,"stop":1724888626530,"duration":1}},{"uid":"ed89a94974e1e7da","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ed89a94974e1e7da","status":"passed","time":{"start":1724887782738,"stop":1724887782738,"duration":0}},{"uid":"c793f06efbc3d0ff","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c793f06efbc3d0ff","status":"passed","time":{"start":1724886549350,"stop":1724886549350,"duration":0}},{"uid":"8b2f2f4ae034a535","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8b2f2f4ae034a535","status":"passed","time":{"start":1724886326870,"stop":1724886326871,"duration":1}},{"uid":"ebecfe83c2b5c41b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ebecfe83c2b5c41b","status":"passed","time":{"start":1724861776301,"stop":1724861776301,"duration":0}},{"uid":"6195a33127e9986e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6195a33127e9986e","status":"passed","time":{"start":1724861246681,"stop":1724861246682,"duration":1}},{"uid":"ddf9581703518643","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ddf9581703518643","status":"passed","time":{"start":1724861070665,"stop":1724861070666,"duration":1}},{"uid":"317014cfee280b2e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/317014cfee280b2e","status":"passed","time":{"start":1724860931330,"stop":1724860931330,"duration":0}}]},"43e609e8a76551cf6870b645168fc675:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e10fb068f54eb2aa","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e10fb068f54eb2aa","status":"passed","time":{"start":1724922921464,"stop":1724922921465,"duration":1}},{"uid":"d7a8b42323bb9ccb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d7a8b42323bb9ccb","status":"passed","time":{"start":1724921602956,"stop":1724921602956,"duration":0}},{"uid":"12017d69d357e6ca","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/12017d69d357e6ca","status":"passed","time":{"start":1724921571100,"stop":1724921571100,"duration":0}},{"uid":"5e51be09c8b9b4e5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5e51be09c8b9b4e5","status":"passed","time":{"start":1724918285596,"stop":1724918285597,"duration":1}},{"uid":"63fb41c77d09c0a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/63fb41c77d09c0a0","status":"passed","time":{"start":1724890030093,"stop":1724890030093,"duration":0}},{"uid":"2d1b39efdd7e644d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d1b39efdd7e644d","status":"passed","time":{"start":1724889171912,"stop":1724889171912,"duration":0}},{"uid":"fbf2480190af34eb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fbf2480190af34eb","status":"passed","time":{"start":1724888350726,"stop":1724888350729,"duration":3}},{"uid":"d9bc8c92306810c5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d9bc8c92306810c5","status":"passed","time":{"start":1724887115412,"stop":1724887115413,"duration":1}},{"uid":"535cfa34a1bea681","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/535cfa34a1bea681","status":"passed","time":{"start":1724886884579,"stop":1724886884579,"duration":0}},{"uid":"65ff888db6a7196f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/65ff888db6a7196f","status":"passed","time":{"start":1724862322264,"stop":1724862322264,"duration":0}},{"uid":"663648a8a1a00015","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/663648a8a1a00015","status":"passed","time":{"start":1724861790754,"stop":1724861790754,"duration":0}},{"uid":"49d8de8f6f89707b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/49d8de8f6f89707b","status":"passed","time":{"start":1724861628423,"stop":1724861628423,"duration":0}},{"uid":"fb096ac5fce52c51","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fb096ac5fce52c51","status":"passed","time":{"start":1724861465628,"stop":1724861465628,"duration":0}}]},"76701d5ca0b3b70e8924e743b725e370:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9cb5ffbbe734324","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9cb5ffbbe734324","status":"passed","time":{"start":1724889169850,"stop":1724889169850,"duration":0}}]},"bbfc5d3825910c5f2bf1022c627c348e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"64569736038d35af","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64569736038d35af","status":"passed","time":{"start":1724861983009,"stop":1724861983012,"duration":3}}]},"cf0cd468ff0903f99dcae51c5b7e1280:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a40656cb1e381f5c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a40656cb1e381f5c","status":"passed","time":{"start":1724862213661,"stop":1724862213662,"duration":1}}]},"1d2ad5d65c4f854f3f9c4916cd6c4d52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e54a64ad38ffc537","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e54a64ad38ffc537","status":"passed","time":{"start":1724922845236,"stop":1724922845236,"duration":0}},{"uid":"22d224c4577a0923","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/22d224c4577a0923","status":"passed","time":{"start":1724921515222,"stop":1724921515222,"duration":0}},{"uid":"786fe81a5f0f3f28","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/786fe81a5f0f3f28","status":"passed","time":{"start":1724921475441,"stop":1724921475442,"duration":1}},{"uid":"51c62db84291cba7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/51c62db84291cba7","status":"passed","time":{"start":1724918179383,"stop":1724918179387,"duration":4}},{"uid":"7e82410da0db790","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e82410da0db790","status":"passed","time":{"start":1724889935336,"stop":1724889935337,"duration":1}},{"uid":"f9d38c672a29dc6b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9d38c672a29dc6b","status":"passed","time":{"start":1724889072749,"stop":1724889072749,"duration":0}},{"uid":"28ade4bffbf5ded8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/28ade4bffbf5ded8","status":"passed","time":{"start":1724888232410,"stop":1724888232411,"duration":1}},{"uid":"f36dfadf6b6b5598","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f36dfadf6b6b5598","status":"passed","time":{"start":1724887018290,"stop":1724887018290,"duration":0}},{"uid":"578957d85f1a2ad9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/578957d85f1a2ad9","status":"passed","time":{"start":1724886781475,"stop":1724886781475,"duration":0}},{"uid":"31ca97d2b2681531","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31ca97d2b2681531","status":"passed","time":{"start":1724862213658,"stop":1724862213658,"duration":0}},{"uid":"f05bed68ae172b77","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f05bed68ae172b77","status":"passed","time":{"start":1724861685850,"stop":1724861685851,"duration":1}},{"uid":"5f36a3e08cbc8d32","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5f36a3e08cbc8d32","status":"passed","time":{"start":1724861546165,"stop":1724861546166,"duration":1}},{"uid":"de0f298837f89085","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/de0f298837f89085","status":"passed","time":{"start":1724861378106,"stop":1724861378106,"duration":0}}]},"7042dff534cddd27d2d085ef0aa37a66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"27791ba717691c8d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/27791ba717691c8d","status":"passed","time":{"start":1724922374690,"stop":1724922374690,"duration":0}},{"uid":"5883a1bcf9a7621d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5883a1bcf9a7621d","status":"passed","time":{"start":1724921037651,"stop":1724921037651,"duration":0}},{"uid":"fc4034c27bd21670","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fc4034c27bd21670","status":"passed","time":{"start":1724921013064,"stop":1724921013064,"duration":0}},{"uid":"30426627c491fc63","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/30426627c491fc63","status":"passed","time":{"start":1724917673305,"stop":1724917673305,"duration":0}},{"uid":"eba836f73c8ecb95","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eba836f73c8ecb95","status":"passed","time":{"start":1724889452324,"stop":1724889452324,"duration":0}},{"uid":"1b39c2f7975f230","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1b39c2f7975f230","status":"passed","time":{"start":1724888602857,"stop":1724888602857,"duration":0}},{"uid":"d060618d0a928ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d060618d0a928ea","status":"passed","time":{"start":1724887759177,"stop":1724887759177,"duration":0}},{"uid":"c8b821916eedb0fb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c8b821916eedb0fb","status":"passed","time":{"start":1724886525555,"stop":1724886525556,"duration":1}},{"uid":"16cda696d19a38bd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/16cda696d19a38bd","status":"passed","time":{"start":1724886303411,"stop":1724886303411,"duration":0}},{"uid":"39bae9d69c73207a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/39bae9d69c73207a","status":"passed","time":{"start":1724861752248,"stop":1724861752248,"duration":0}},{"uid":"eeb96b74cb3e2a1b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/eeb96b74cb3e2a1b","status":"passed","time":{"start":1724861223368,"stop":1724861223368,"duration":0}},{"uid":"cae239faf00b42f9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cae239faf00b42f9","status":"passed","time":{"start":1724861045217,"stop":1724861045217,"duration":0}},{"uid":"707b92b9cda1aa73","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/707b92b9cda1aa73","status":"passed","time":{"start":1724860907103,"stop":1724860907103,"duration":0}}]},"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6f78e24ffc3b2a25","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6f78e24ffc3b2a25","status":"passed","time":{"start":1724922635358,"stop":1724922635358,"duration":0}},{"uid":"5ed5fa2905dbd389","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5ed5fa2905dbd389","status":"passed","time":{"start":1724921297017,"stop":1724921297018,"duration":1}},{"uid":"8c38e5a2e3061dba","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8c38e5a2e3061dba","status":"passed","time":{"start":1724921276371,"stop":1724921276372,"duration":1}},{"uid":"a9c0e561dbb0610e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a9c0e561dbb0610e","status":"passed","time":{"start":1724917948329,"stop":1724917948330,"duration":1}},{"uid":"8d9dc417146369a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8d9dc417146369a1","status":"passed","time":{"start":1724889729016,"stop":1724889729017,"duration":1}},{"uid":"6f63026f29c12288","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6f63026f29c12288","status":"passed","time":{"start":1724888864959,"stop":1724888864960,"duration":1}},{"uid":"71a462c82ca255a4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/71a462c82ca255a4","status":"passed","time":{"start":1724888053751,"stop":1724888053751,"duration":0}},{"uid":"e2fa96a076274e42","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e2fa96a076274e42","status":"passed","time":{"start":1724886811666,"stop":1724886811666,"duration":0}},{"uid":"876d3ab730b03192","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/876d3ab730b03192","status":"passed","time":{"start":1724886581008,"stop":1724886581009,"duration":1}},{"uid":"3c2ece55e4e071bb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c2ece55e4e071bb","status":"passed","time":{"start":1724862019565,"stop":1724862019565,"duration":0}},{"uid":"2ea87f556a3cd65b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2ea87f556a3cd65b","status":"passed","time":{"start":1724861493942,"stop":1724861493942,"duration":0}},{"uid":"b465eb46fd3e675a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b465eb46fd3e675a","status":"passed","time":{"start":1724861318058,"stop":1724861318060,"duration":2}},{"uid":"f777b6e95e1cee16","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f777b6e95e1cee16","status":"passed","time":{"start":1724861178520,"stop":1724861178520,"duration":0}}]},"01a914ece4efc021f813984d0b6cb2d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f2f3dc66a2ccfd3f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2f3dc66a2ccfd3f","status":"passed","time":{"start":1724889144084,"stop":1724889144084,"duration":0}}]},"05ac328fcdad20d16ad68937252da987:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab0b070307328eef","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ab0b070307328eef","status":"passed","time":{"start":1724861145674,"stop":1724861145675,"duration":1}}]},"c78c9e4b68cd52724d7f39b3cfc23575:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8d9f5489f3982c1c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8d9f5489f3982c1c","status":"passed","time":{"start":1724861800258,"stop":1724861800258,"duration":0}}]},"d9d045edbd4d6eea091f74f55cb13373:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c743c9f41a83bfff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c743c9f41a83bfff","status":"passed","time":{"start":1724921613054,"stop":1724921613054,"duration":0}}]},"5953d535b7b83c9632c08d994bae92ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e0ac56c51cdffd49","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e0ac56c51cdffd49","status":"passed","time":{"start":1724922374682,"stop":1724922374683,"duration":1}},{"uid":"da4132c642b177e2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/da4132c642b177e2","status":"passed","time":{"start":1724921037643,"stop":1724921037643,"duration":0}},{"uid":"a029b7171c953f3a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a029b7171c953f3a","status":"passed","time":{"start":1724921013056,"stop":1724921013056,"duration":0}},{"uid":"7aefa803908b3a83","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7aefa803908b3a83","status":"passed","time":{"start":1724917673298,"stop":1724917673298,"duration":0}},{"uid":"acc4c0545e88c3fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/acc4c0545e88c3fa","status":"passed","time":{"start":1724889452317,"stop":1724889452317,"duration":0}},{"uid":"52f26fa32ebdd282","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52f26fa32ebdd282","status":"passed","time":{"start":1724888602847,"stop":1724888602848,"duration":1}},{"uid":"980df97a8f53ce30","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/980df97a8f53ce30","status":"passed","time":{"start":1724887759169,"stop":1724887759170,"duration":1}},{"uid":"f8b2f486d3ba765b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f8b2f486d3ba765b","status":"passed","time":{"start":1724886525549,"stop":1724886525549,"duration":0}},{"uid":"5c5f3db033798db0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5c5f3db033798db0","status":"passed","time":{"start":1724886303403,"stop":1724886303403,"duration":0}},{"uid":"e66b75e123b5f53e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e66b75e123b5f53e","status":"passed","time":{"start":1724861752235,"stop":1724861752235,"duration":0}},{"uid":"660d5dc130303510","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/660d5dc130303510","status":"passed","time":{"start":1724861223360,"stop":1724861223361,"duration":1}},{"uid":"dd847bb074f99a14","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dd847bb074f99a14","status":"passed","time":{"start":1724861045208,"stop":1724861045209,"duration":1}},{"uid":"9a0d1ddd9fc69fa6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9a0d1ddd9fc69fa6","status":"passed","time":{"start":1724860907091,"stop":1724860907091,"duration":0}}]},"fc39982c60764f1c2d1f8b67dfc8040a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"355bac8607be3989","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/355bac8607be3989","status":"passed","time":{"start":1724889144085,"stop":1724889144085,"duration":0}}]},"07fd6b7b440ad8e72e5d0d37688bfbff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"af9b0dd1316143a4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/af9b0dd1316143a4","status":"passed","time":{"start":1724922383085,"stop":1724922383085,"duration":0}},{"uid":"530fdaa7dbf39669","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/530fdaa7dbf39669","status":"passed","time":{"start":1724921046201,"stop":1724921046202,"duration":1}},{"uid":"5644337d864bfa74","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5644337d864bfa74","status":"passed","time":{"start":1724921021476,"stop":1724921021477,"duration":1}},{"uid":"ed34649670ec6de3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ed34649670ec6de3","status":"passed","time":{"start":1724917681725,"stop":1724917681725,"duration":0}},{"uid":"5ec4c23c33c88efe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ec4c23c33c88efe","status":"passed","time":{"start":1724889460652,"stop":1724889460653,"duration":1}},{"uid":"e48693b3dcc15e7e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e48693b3dcc15e7e","status":"passed","time":{"start":1724888611296,"stop":1724888611296,"duration":0}},{"uid":"4b88e16fabc5db52","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4b88e16fabc5db52","status":"passed","time":{"start":1724887767621,"stop":1724887767621,"duration":0}},{"uid":"6d5472f9ed2cd2bf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6d5472f9ed2cd2bf","status":"passed","time":{"start":1724886533987,"stop":1724886533991,"duration":4}},{"uid":"e663522688589b7a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e663522688589b7a","status":"passed","time":{"start":1724886311755,"stop":1724886311756,"duration":1}},{"uid":"b74ab4f6f6c5fe0b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b74ab4f6f6c5fe0b","status":"passed","time":{"start":1724861760776,"stop":1724861760776,"duration":0}},{"uid":"3baaffd09e5af823","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3baaffd09e5af823","status":"passed","time":{"start":1724861231735,"stop":1724861231735,"duration":0}},{"uid":"e45cef558c41c31e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e45cef558c41c31e","status":"passed","time":{"start":1724861054256,"stop":1724861054257,"duration":1}},{"uid":"988db2845e3ca8a6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/988db2845e3ca8a6","status":"passed","time":{"start":1724860915811,"stop":1724860915816,"duration":5}}]},"fe328248c632be0d324baf204ecdc3e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f722752192e943d1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f722752192e943d1","status":"passed","time":{"start":1724923012458,"stop":1724923012458,"duration":0}},{"uid":"f32b80fa88ae5b94","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f32b80fa88ae5b94","status":"passed","time":{"start":1724921625033,"stop":1724921625033,"duration":0}},{"uid":"5a5a413dbde5130c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5a5a413dbde5130c","status":"passed","time":{"start":1724921590478,"stop":1724921590478,"duration":0}},{"uid":"ebd72ef07ed93218","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ebd72ef07ed93218","status":"passed","time":{"start":1724918287557,"stop":1724918287557,"duration":0}},{"uid":"14353204bbdeb268","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14353204bbdeb268","status":"passed","time":{"start":1724890047781,"stop":1724890047781,"duration":0}},{"uid":"a20c1743f0b2085f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a20c1743f0b2085f","status":"passed","time":{"start":1724889183912,"stop":1724889183913,"duration":1}},{"uid":"e88eb4ca8c972af5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e88eb4ca8c972af5","status":"passed","time":{"start":1724888354157,"stop":1724888354158,"duration":1}},{"uid":"ff900231255143f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ff900231255143f","status":"passed","time":{"start":1724887145649,"stop":1724887145650,"duration":1}},{"uid":"f8f692fa9d8ee515","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f8f692fa9d8ee515","status":"passed","time":{"start":1724886915775,"stop":1724886915775,"duration":0}},{"uid":"ccd2d5049fb7b3b8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ccd2d5049fb7b3b8","status":"passed","time":{"start":1724862341430,"stop":1724862341430,"duration":0}},{"uid":"ea95001cfed28cd1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ea95001cfed28cd1","status":"passed","time":{"start":1724861805429,"stop":1724861805430,"duration":1}},{"uid":"ac20047f753db977","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac20047f753db977","status":"passed","time":{"start":1724861662238,"stop":1724861662239,"duration":1}},{"uid":"8f7eb84e4ebe0be9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8f7eb84e4ebe0be9","status":"passed","time":{"start":1724861492501,"stop":1724861492502,"duration":1}}]},"b63443a110fa001ebe2ff644ef2583af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba031fdf05c12270","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ba031fdf05c12270","status":"passed","time":{"start":1724921571109,"stop":1724921571109,"duration":0}}]},"0820a766a9c53d82dbe44dc8b333040f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c05ffc0445f5a2ed","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c05ffc0445f5a2ed","status":"passed","time":{"start":1724886906378,"stop":1724886906378,"duration":0}}]},"91234321a2619432587a4f5116265176:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"582853db24a2f90f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/582853db24a2f90f","status":"passed","time":{"start":1724862233523,"stop":1724862233523,"duration":0}}]},"f2541bf96bf4b9f11cf326933201a52a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3343a0fc1709414e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3343a0fc1709414e","status":"passed","time":{"start":1724923012460,"stop":1724923012460,"duration":0}},{"uid":"9db35cd4c5c68a66","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9db35cd4c5c68a66","status":"passed","time":{"start":1724921625037,"stop":1724921625038,"duration":1}},{"uid":"eb67c95f4246120e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/eb67c95f4246120e","status":"passed","time":{"start":1724921590481,"stop":1724921590482,"duration":1}},{"uid":"d7e6c36bdb7af766","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d7e6c36bdb7af766","status":"passed","time":{"start":1724918287560,"stop":1724918287560,"duration":0}},{"uid":"b2c4a0d65d99604c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b2c4a0d65d99604c","status":"passed","time":{"start":1724890047783,"stop":1724890047783,"duration":0}},{"uid":"4d3568c0fc7acc99","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4d3568c0fc7acc99","status":"passed","time":{"start":1724889183915,"stop":1724889183915,"duration":0}},{"uid":"27cf235444c76a06","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/27cf235444c76a06","status":"passed","time":{"start":1724888354160,"stop":1724888354160,"duration":0}},{"uid":"f55ec1073164c40d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f55ec1073164c40d","status":"passed","time":{"start":1724887145651,"stop":1724887145652,"duration":1}},{"uid":"8fba490c0f41c95d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8fba490c0f41c95d","status":"passed","time":{"start":1724886915777,"stop":1724886915777,"duration":0}},{"uid":"beb0dd9e7f638ea9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/beb0dd9e7f638ea9","status":"passed","time":{"start":1724862341432,"stop":1724862341432,"duration":0}},{"uid":"171fcb74bd4bcca5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/171fcb74bd4bcca5","status":"passed","time":{"start":1724861805434,"stop":1724861805435,"duration":1}},{"uid":"491810379be724b6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/491810379be724b6","status":"passed","time":{"start":1724861662241,"stop":1724861662241,"duration":0}},{"uid":"b74acaea58e6b2f6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b74acaea58e6b2f6","status":"passed","time":{"start":1724861492503,"stop":1724861492504,"duration":1}}]},"2b1dd4e975806d76599d997e3099ca66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"af4ef0073c9c634c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/af4ef0073c9c634c","status":"passed","time":{"start":1724922778324,"stop":1724922778324,"duration":0}},{"uid":"cfdfe26fc1eaf1b2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cfdfe26fc1eaf1b2","status":"passed","time":{"start":1724921497753,"stop":1724921497753,"duration":0}},{"uid":"258656b6904028aa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/258656b6904028aa","status":"passed","time":{"start":1724921408407,"stop":1724921408407,"duration":0}},{"uid":"845d5f9907bd2761","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/845d5f9907bd2761","status":"passed","time":{"start":1724918086868,"stop":1724918086868,"duration":0}},{"uid":"7e05069ab67867ec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e05069ab67867ec","status":"passed","time":{"start":1724889892444,"stop":1724889892444,"duration":0}},{"uid":"afce9e5584afe02e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/afce9e5584afe02e","status":"passed","time":{"start":1724888997214,"stop":1724888997214,"duration":0}},{"uid":"bcf1a46861f92342","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bcf1a46861f92342","status":"passed","time":{"start":1724888159486,"stop":1724888159486,"duration":0}},{"uid":"5fd01d032bfe4d63","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5fd01d032bfe4d63","status":"passed","time":{"start":1724886937289,"stop":1724886937289,"duration":0}},{"uid":"6842d340acd8cc25","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6842d340acd8cc25","status":"passed","time":{"start":1724886709796,"stop":1724886709797,"duration":1}},{"uid":"9cec870a8811a1a3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9cec870a8811a1a3","status":"passed","time":{"start":1724862123535,"stop":1724862123535,"duration":0}},{"uid":"7a8fa9613b1ef04","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7a8fa9613b1ef04","status":"passed","time":{"start":1724861620101,"stop":1724861620102,"duration":1}},{"uid":"fb6561b12bf137b5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fb6561b12bf137b5","status":"passed","time":{"start":1724861460234,"stop":1724861460236,"duration":2}},{"uid":"2735f94aaf60072e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2735f94aaf60072e","status":"passed","time":{"start":1724861330169,"stop":1724861330170,"duration":1}}]},"4b209ca22f5cdd997fd0e47580f47a61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4a91e8ea60f8a994","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4a91e8ea60f8a994","status":"passed","time":{"start":1724922891486,"stop":1724922891486,"duration":0}},{"uid":"df430495f36d5327","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/df430495f36d5327","status":"passed","time":{"start":1724921563010,"stop":1724921563010,"duration":0}},{"uid":"43d0740a22d09ad8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/43d0740a22d09ad8","status":"passed","time":{"start":1724921526810,"stop":1724921526810,"duration":0}},{"uid":"e482fea1851e5a56","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e482fea1851e5a56","status":"passed","time":{"start":1724918239938,"stop":1724918239938,"duration":0}},{"uid":"31b601893c2e1c6f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31b601893c2e1c6f","status":"passed","time":{"start":1724889980884,"stop":1724889980885,"duration":1}},{"uid":"bf5fc474b0959b0d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf5fc474b0959b0d","status":"passed","time":{"start":1724889109947,"stop":1724889109947,"duration":0}},{"uid":"facc248f723d0ab1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/facc248f723d0ab1","status":"passed","time":{"start":1724888294720,"stop":1724888294720,"duration":0}},{"uid":"8558ec86ca667834","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8558ec86ca667834","status":"passed","time":{"start":1724887071736,"stop":1724887071736,"duration":0}},{"uid":"d3beb8df72f0f0b3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d3beb8df72f0f0b3","status":"passed","time":{"start":1724886848342,"stop":1724886848343,"duration":1}},{"uid":"7269279248781d24","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7269279248781d24","status":"passed","time":{"start":1724862259244,"stop":1724862259244,"duration":0}},{"uid":"47e7b3e5abccb6a2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/47e7b3e5abccb6a2","status":"passed","time":{"start":1724861735322,"stop":1724861735323,"duration":1}},{"uid":"8a74f911217e1fc7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8a74f911217e1fc7","status":"passed","time":{"start":1724861606336,"stop":1724861606337,"duration":1}},{"uid":"4034d02aaca70c64","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4034d02aaca70c64","status":"passed","time":{"start":1724861426683,"stop":1724861426683,"duration":0}}]},"462ed29437555677fe0da8e7d10f84ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4822241c8b5fc301","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4822241c8b5fc301","status":"passed","time":{"start":1724922374696,"stop":1724922374697,"duration":1}},{"uid":"730098fbcbfc6c28","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/730098fbcbfc6c28","status":"passed","time":{"start":1724921037655,"stop":1724921037655,"duration":0}},{"uid":"ea2506695b34e479","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ea2506695b34e479","status":"passed","time":{"start":1724921013070,"stop":1724921013070,"duration":0}},{"uid":"6e7494bbf6a16b1a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6e7494bbf6a16b1a","status":"passed","time":{"start":1724917673310,"stop":1724917673310,"duration":0}},{"uid":"a8e3747d6513c45c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a8e3747d6513c45c","status":"passed","time":{"start":1724889452330,"stop":1724889452330,"duration":0}},{"uid":"7834e8de4095c5c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7834e8de4095c5c0","status":"passed","time":{"start":1724888602862,"stop":1724888602862,"duration":0}},{"uid":"d3109b6bc15df558","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d3109b6bc15df558","status":"passed","time":{"start":1724887759182,"stop":1724887759182,"duration":0}},{"uid":"43cee37a6b6e5425","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/43cee37a6b6e5425","status":"passed","time":{"start":1724886525560,"stop":1724886525560,"duration":0}},{"uid":"8a11c83eec07f916","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8a11c83eec07f916","status":"passed","time":{"start":1724886303416,"stop":1724886303416,"duration":0}},{"uid":"a2aaff07afc324d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2aaff07afc324d","status":"passed","time":{"start":1724861752252,"stop":1724861752252,"duration":0}},{"uid":"d61f214635ccd70b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d61f214635ccd70b","status":"passed","time":{"start":1724861223373,"stop":1724861223373,"duration":0}},{"uid":"1f39323590ebbf62","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1f39323590ebbf62","status":"passed","time":{"start":1724861045222,"stop":1724861045223,"duration":1}},{"uid":"810068d4aeb7a315","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/810068d4aeb7a315","status":"passed","time":{"start":1724860907109,"stop":1724860907109,"duration":0}}]},"0152fbeda9e280ec6119fe755aac6f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9739a2f780a36b82","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9739a2f780a36b82","status":"passed","time":{"start":1724921577170,"stop":1724921577170,"duration":0}}]},"1132e4ea197035baf51373627994ceb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d44fc5437296b23d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d44fc5437296b23d","status":"passed","time":{"start":1724922425595,"stop":1724922425597,"duration":2}},{"uid":"2f09f31a7b00046d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2f09f31a7b00046d","status":"passed","time":{"start":1724921088192,"stop":1724921088193,"duration":1}},{"uid":"a5be18a03f04e58d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a5be18a03f04e58d","status":"passed","time":{"start":1724921063381,"stop":1724921063381,"duration":0}},{"uid":"a03561cd36c9b4ad","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a03561cd36c9b4ad","status":"passed","time":{"start":1724917723830,"stop":1724917723831,"duration":1}},{"uid":"5bda3cb97bdb1b7f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5bda3cb97bdb1b7f","status":"passed","time":{"start":1724889503225,"stop":1724889503225,"duration":0}},{"uid":"c1d9a2133f80818e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c1d9a2133f80818e","status":"passed","time":{"start":1724888652592,"stop":1724888652592,"duration":0}},{"uid":"964fece849f7bdad","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/964fece849f7bdad","status":"passed","time":{"start":1724887810646,"stop":1724887810647,"duration":1}},{"uid":"83ed07d9c399801b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/83ed07d9c399801b","status":"passed","time":{"start":1724886577063,"stop":1724886577065,"duration":2}},{"uid":"b0146a8bfcadce48","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b0146a8bfcadce48","status":"passed","time":{"start":1724886355049,"stop":1724886355049,"duration":0}},{"uid":"3c9a9e793251b45a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c9a9e793251b45a","status":"passed","time":{"start":1724861804038,"stop":1724861804038,"duration":0}},{"uid":"7d7ede9d6dc8e7a5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7d7ede9d6dc8e7a5","status":"passed","time":{"start":1724861273294,"stop":1724861273295,"duration":1}},{"uid":"32f177e0492c4aee","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/32f177e0492c4aee","status":"passed","time":{"start":1724861099306,"stop":1724861099306,"duration":0}},{"uid":"459cfe511738058f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/459cfe511738058f","status":"passed","time":{"start":1724860959302,"stop":1724860959303,"duration":1}}]},"3f5c35156711959eda236cd101661550:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"149ef4ef037b4f93","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/149ef4ef037b4f93","status":"passed","time":{"start":1724922374674,"stop":1724922374674,"duration":0}},{"uid":"7f5d938f054952ef","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7f5d938f054952ef","status":"passed","time":{"start":1724921037635,"stop":1724921037635,"duration":0}},{"uid":"65f71b5971e26f96","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/65f71b5971e26f96","status":"passed","time":{"start":1724921013047,"stop":1724921013047,"duration":0}},{"uid":"a0a0ff7f175e3e0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a0a0ff7f175e3e0","status":"passed","time":{"start":1724917673291,"stop":1724917673291,"duration":0}},{"uid":"b1c4ebd114a05df4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1c4ebd114a05df4","status":"passed","time":{"start":1724889452309,"stop":1724889452309,"duration":0}},{"uid":"9e3bc7417dd22347","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e3bc7417dd22347","status":"passed","time":{"start":1724888602839,"stop":1724888602840,"duration":1}},{"uid":"5b26a79a36fb0f8f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5b26a79a36fb0f8f","status":"passed","time":{"start":1724887759163,"stop":1724887759163,"duration":0}},{"uid":"8aff8e43faf15141","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8aff8e43faf15141","status":"passed","time":{"start":1724886525543,"stop":1724886525543,"duration":0}},{"uid":"aecdc0e3a04d7bea","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/aecdc0e3a04d7bea","status":"passed","time":{"start":1724886303396,"stop":1724886303396,"duration":0}},{"uid":"69c1da296a16a076","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/69c1da296a16a076","status":"passed","time":{"start":1724861752226,"stop":1724861752228,"duration":2}},{"uid":"8278eb83513d3265","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8278eb83513d3265","status":"passed","time":{"start":1724861223354,"stop":1724861223354,"duration":0}},{"uid":"4857528aa2b8ba0a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4857528aa2b8ba0a","status":"passed","time":{"start":1724861045201,"stop":1724861045202,"duration":1}},{"uid":"96f20da2c100d2d0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/96f20da2c100d2d0","status":"passed","time":{"start":1724860907084,"stop":1724860907084,"duration":0}}]},"63bfbc7bb8db232201832c65ba295a72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a096303cced7eae1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a096303cced7eae1","status":"passed","time":{"start":1724921613055,"stop":1724921613055,"duration":0}}]},"d4f0fd57ff4c72a9038ce8d3ec761e17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1437e6e6c6f30c40","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1437e6e6c6f30c40","status":"passed","time":{"start":1724922971797,"stop":1724922971797,"duration":0}},{"uid":"c0cd2ebe077eef3b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c0cd2ebe077eef3b","status":"passed","time":{"start":1724921663252,"stop":1724921663253,"duration":1}},{"uid":"4558ab22cea828ae","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4558ab22cea828ae","status":"passed","time":{"start":1724921617878,"stop":1724921617878,"duration":0}},{"uid":"bf2c47efce348d29","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bf2c47efce348d29","status":"passed","time":{"start":1724918326159,"stop":1724918326159,"duration":0}},{"uid":"71e2200ac132780e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/71e2200ac132780e","status":"passed","time":{"start":1724890076390,"stop":1724890076391,"duration":1}},{"uid":"85c77d615b245e06","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/85c77d615b245e06","status":"passed","time":{"start":1724889199685,"stop":1724889199686,"duration":1}},{"uid":"98c289944155053a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/98c289944155053a","status":"passed","time":{"start":1724888382418,"stop":1724888382419,"duration":1}},{"uid":"f45650684f29a57b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f45650684f29a57b","status":"passed","time":{"start":1724887156364,"stop":1724887156365,"duration":1}},{"uid":"d32ab024d62d894a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d32ab024d62d894a","status":"passed","time":{"start":1724886936157,"stop":1724886936158,"duration":1}},{"uid":"7b6434cea46e48db","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b6434cea46e48db","status":"passed","time":{"start":1724862347634,"stop":1724862347634,"duration":0}},{"uid":"d30f8639f916a2ba","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d30f8639f916a2ba","status":"passed","time":{"start":1724861827950,"stop":1724861827951,"duration":1}},{"uid":"4c64b32933cdfd7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4c64b32933cdfd7","status":"passed","time":{"start":1724861685955,"stop":1724861685956,"duration":1}},{"uid":"5f57ca28e52ecf72","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5f57ca28e52ecf72","status":"passed","time":{"start":1724861514745,"stop":1724861514745,"duration":0}}]},"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4f0454b0ae62aea0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4f0454b0ae62aea0","status":"passed","time":{"start":1724922971799,"stop":1724922971799,"duration":0}},{"uid":"efa2e919677bca6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/efa2e919677bca6","status":"passed","time":{"start":1724921663254,"stop":1724921663254,"duration":0}},{"uid":"397e315224ab27ac","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/397e315224ab27ac","status":"passed","time":{"start":1724921617879,"stop":1724921617879,"duration":0}},{"uid":"5fa91520875bcc45","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5fa91520875bcc45","status":"passed","time":{"start":1724918326161,"stop":1724918326161,"duration":0}},{"uid":"df717baae45145ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/df717baae45145ee","status":"passed","time":{"start":1724890076393,"stop":1724890076393,"duration":0}},{"uid":"c905974faf0aab34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c905974faf0aab34","status":"passed","time":{"start":1724889199689,"stop":1724889199690,"duration":1}},{"uid":"58052281439e166f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/58052281439e166f","status":"passed","time":{"start":1724888382426,"stop":1724888382427,"duration":1}},{"uid":"80ff81ed98e4b728","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/80ff81ed98e4b728","status":"passed","time":{"start":1724887156369,"stop":1724887156369,"duration":0}},{"uid":"2baf1b3883b66b7b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2baf1b3883b66b7b","status":"passed","time":{"start":1724886936170,"stop":1724886936171,"duration":1}},{"uid":"7df77aee4027e455","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7df77aee4027e455","status":"passed","time":{"start":1724862347645,"stop":1724862347645,"duration":0}},{"uid":"93213b5ed2f97bfb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/93213b5ed2f97bfb","status":"passed","time":{"start":1724861827953,"stop":1724861827958,"duration":5}},{"uid":"2cb6f0ee350d6cbb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2cb6f0ee350d6cbb","status":"passed","time":{"start":1724861685959,"stop":1724861685959,"duration":0}},{"uid":"5421cf79df4dfa85","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5421cf79df4dfa85","status":"passed","time":{"start":1724861514747,"stop":1724861514747,"duration":0}}]},"7a0e903181dadff43fec8ccdb14f62d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"430c53218afb111f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/430c53218afb111f","status":"passed","time":{"start":1724861428478,"stop":1724861428478,"duration":0}}]},"e646cc39ae7596a34ab207b198fff971:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"883d395d3a232e57","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/883d395d3a232e57","status":"passed","time":{"start":1724921515225,"stop":1724921515226,"duration":1}}]},"11a18f98a0621ac4de0ae85169b12a88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"776b8b391cf32a00","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/776b8b391cf32a00","status":"passed","time":{"start":1724922647829,"stop":1724922647830,"duration":1}},{"uid":"50fd81ba7d4f3fe9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/50fd81ba7d4f3fe9","status":"passed","time":{"start":1724921300785,"stop":1724921300786,"duration":1}},{"uid":"109d8adb56b1e290","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/109d8adb56b1e290","status":"passed","time":{"start":1724921280712,"stop":1724921280713,"duration":1}},{"uid":"1cd629b1d84558ee","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1cd629b1d84558ee","status":"passed","time":{"start":1724917963257,"stop":1724917963258,"duration":1}},{"uid":"86958f2ad74fe777","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/86958f2ad74fe777","status":"passed","time":{"start":1724889734116,"stop":1724889734117,"duration":1}},{"uid":"bc257af3d1e3f7c2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc257af3d1e3f7c2","status":"passed","time":{"start":1724888859613,"stop":1724888859614,"duration":1}},{"uid":"275b95f5d506742b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/275b95f5d506742b","status":"passed","time":{"start":1724888053949,"stop":1724888053950,"duration":1}},{"uid":"269e42324cbbfedd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/269e42324cbbfedd","status":"passed","time":{"start":1724886820675,"stop":1724886820675,"duration":0}},{"uid":"9d6bc7b6bdda5e5f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9d6bc7b6bdda5e5f","status":"passed","time":{"start":1724886589263,"stop":1724886589264,"duration":1}},{"uid":"5367a709cd3752b9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5367a709cd3752b9","status":"passed","time":{"start":1724862027789,"stop":1724862027790,"duration":1}},{"uid":"78ae417bb3ac8f87","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/78ae417bb3ac8f87","status":"passed","time":{"start":1724861484558,"stop":1724861484558,"duration":0}},{"uid":"5206d3cfb51f0af5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5206d3cfb51f0af5","status":"passed","time":{"start":1724861315155,"stop":1724861315156,"duration":1}},{"uid":"ca7635007e93f56e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ca7635007e93f56e","status":"passed","time":{"start":1724861168753,"stop":1724861168754,"duration":1}}]},"4aa06c86e047d7006ba05f1f8c715d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3a25caf843c54f6b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3a25caf843c54f6b","status":"passed","time":{"start":1724887092628,"stop":1724887092628,"duration":0}}]},"9aff6e9ab006463bf8c992d49c11c2a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21bdeca75913d98d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/21bdeca75913d98d","status":"passed","time":{"start":1724889144087,"stop":1724889144087,"duration":0}}]},"c106dcb13a284be42fcd5b237b665822:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"39a361ba31b3655f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/39a361ba31b3655f","status":"passed","time":{"start":1724923048501,"stop":1724923048501,"duration":0}},{"uid":"1794b2a18690e6a4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1794b2a18690e6a4","status":"passed","time":{"start":1724921723783,"stop":1724921723784,"duration":1}},{"uid":"fdee57ad43fe3efe","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fdee57ad43fe3efe","status":"passed","time":{"start":1724921678669,"stop":1724921678669,"duration":0}},{"uid":"9598d79bc56fdc13","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9598d79bc56fdc13","status":"passed","time":{"start":1724918386963,"stop":1724918386964,"duration":1}},{"uid":"bc09c82b8d3876e7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc09c82b8d3876e7","status":"passed","time":{"start":1724890140901,"stop":1724890140901,"duration":0}},{"uid":"9ecc1f8203646925","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9ecc1f8203646925","status":"passed","time":{"start":1724889274452,"stop":1724889274452,"duration":0}},{"uid":"6ff6bab86f6f9d71","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6ff6bab86f6f9d71","status":"passed","time":{"start":1724888449347,"stop":1724888449348,"duration":1}},{"uid":"b5f2ee43e2141676","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b5f2ee43e2141676","status":"passed","time":{"start":1724887217801,"stop":1724887217801,"duration":0}},{"uid":"c913b15e284fd1ca","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c913b15e284fd1ca","status":"passed","time":{"start":1724887001921,"stop":1724887001922,"duration":1}},{"uid":"e121076a4801a28c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e121076a4801a28c","status":"passed","time":{"start":1724862417855,"stop":1724862417855,"duration":0}},{"uid":"c915e7cea87e19","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c915e7cea87e19","status":"passed","time":{"start":1724861895532,"stop":1724861895533,"duration":1}},{"uid":"9c8fc1763ca902a9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9c8fc1763ca902a9","status":"passed","time":{"start":1724861753060,"stop":1724861753061,"duration":1}},{"uid":"72fdd2b3dda73119","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/72fdd2b3dda73119","status":"passed","time":{"start":1724861587586,"stop":1724861587587,"duration":1}}]},"6d7b57cbb76d683aad87af8f9a67bde8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4819a9b4badaa8b0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4819a9b4badaa8b0","status":"passed","time":{"start":1724861685854,"stop":1724861685855,"duration":1}}]},"2d2e99da3644178bf815403487abb4cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c3ac5c8742c5ea90","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c3ac5c8742c5ea90","status":"passed","time":{"start":1724922971801,"stop":1724922971801,"duration":0}},{"uid":"36774146fa4390ff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/36774146fa4390ff","status":"passed","time":{"start":1724921663256,"stop":1724921663256,"duration":0}},{"uid":"7d1ec9ea81d3b5f8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7d1ec9ea81d3b5f8","status":"passed","time":{"start":1724921617882,"stop":1724921617882,"duration":0}},{"uid":"369d95cef6601877","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/369d95cef6601877","status":"passed","time":{"start":1724918326162,"stop":1724918326163,"duration":1}},{"uid":"ebc5a69ef4fc1abe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ebc5a69ef4fc1abe","status":"passed","time":{"start":1724890076399,"stop":1724890076400,"duration":1}},{"uid":"103cd5427a8f7ef5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/103cd5427a8f7ef5","status":"passed","time":{"start":1724889199691,"stop":1724889199692,"duration":1}},{"uid":"af014da642a01ebb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/af014da642a01ebb","status":"passed","time":{"start":1724888382429,"stop":1724888382429,"duration":0}},{"uid":"ff32e129187a5557","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ff32e129187a5557","status":"passed","time":{"start":1724887156371,"stop":1724887156371,"duration":0}},{"uid":"eb7f50d89df1baaf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eb7f50d89df1baaf","status":"passed","time":{"start":1724886936174,"stop":1724886936175,"duration":1}},{"uid":"9f9523b7aa9160e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f9523b7aa9160e5","status":"passed","time":{"start":1724862347649,"stop":1724862347650,"duration":1}},{"uid":"2f36f9e562eb6a65","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2f36f9e562eb6a65","status":"passed","time":{"start":1724861827959,"stop":1724861827959,"duration":0}},{"uid":"bd464ba531f712ac","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bd464ba531f712ac","status":"passed","time":{"start":1724861685962,"stop":1724861685962,"duration":0}},{"uid":"3871923f14798642","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3871923f14798642","status":"passed","time":{"start":1724861514748,"stop":1724861514749,"duration":1}}]},"afe5846fa7c9c72b3080fc7c91a81d53:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c8681cf608482ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c8681cf608482ac","status":"passed","time":{"start":1724890039744,"stop":1724890039745,"duration":1}}]},"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fe88af9582cb268e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fe88af9582cb268e","status":"passed","time":{"start":1724922635354,"stop":1724922635354,"duration":0}},{"uid":"507c4f7a63459610","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/507c4f7a63459610","status":"passed","time":{"start":1724921297007,"stop":1724921297007,"duration":0}},{"uid":"5836c6c604bb9509","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5836c6c604bb9509","status":"passed","time":{"start":1724921276367,"stop":1724921276367,"duration":0}},{"uid":"bb181a242bfb3dd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bb181a242bfb3dd","status":"passed","time":{"start":1724917948323,"stop":1724917948324,"duration":1}},{"uid":"52f4c3d2a8df9d6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52f4c3d2a8df9d6","status":"passed","time":{"start":1724889729008,"stop":1724889729008,"duration":0}},{"uid":"48949877d91b1f18","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/48949877d91b1f18","status":"passed","time":{"start":1724888864953,"stop":1724888864954,"duration":1}},{"uid":"7daf542cedb22f31","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7daf542cedb22f31","status":"passed","time":{"start":1724888053747,"stop":1724888053747,"duration":0}},{"uid":"f8183552326f24fe","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f8183552326f24fe","status":"passed","time":{"start":1724886811661,"stop":1724886811662,"duration":1}},{"uid":"bd38cff206413edd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bd38cff206413edd","status":"passed","time":{"start":1724886581003,"stop":1724886581003,"duration":0}},{"uid":"f1a6d373e1b4918b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f1a6d373e1b4918b","status":"passed","time":{"start":1724862019561,"stop":1724862019561,"duration":0}},{"uid":"93b0cee8baa92ce0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/93b0cee8baa92ce0","status":"passed","time":{"start":1724861493937,"stop":1724861493937,"duration":0}},{"uid":"c92cdac04be267d5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c92cdac04be267d5","status":"passed","time":{"start":1724861318028,"stop":1724861318028,"duration":0}},{"uid":"317938095db4b427","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/317938095db4b427","status":"passed","time":{"start":1724861178515,"stop":1724861178516,"duration":1}}]},"c54446b9cc7f1c9cab70e8410107944e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4073ccc3e53de023","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4073ccc3e53de023","status":"passed","time":{"start":1724890039740,"stop":1724890039740,"duration":0}}]},"91169d6788180ef760710800a9fa26e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"424e8605db358d25","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/424e8605db358d25","status":"passed","time":{"start":1724922374686,"stop":1724922374686,"duration":0}},{"uid":"ed2db9c3dd027f8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ed2db9c3dd027f8","status":"passed","time":{"start":1724921037647,"stop":1724921037647,"duration":0}},{"uid":"3248bbdb10213b35","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3248bbdb10213b35","status":"passed","time":{"start":1724921013060,"stop":1724921013060,"duration":0}},{"uid":"db59be993c6cff07","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/db59be993c6cff07","status":"passed","time":{"start":1724917673301,"stop":1724917673301,"duration":0}},{"uid":"dc0c3fafbbb1d6f5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dc0c3fafbbb1d6f5","status":"passed","time":{"start":1724889452321,"stop":1724889452321,"duration":0}},{"uid":"2ee5e9067fcb7f0c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ee5e9067fcb7f0c","status":"passed","time":{"start":1724888602852,"stop":1724888602852,"duration":0}},{"uid":"18b1b772848f83ac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/18b1b772848f83ac","status":"passed","time":{"start":1724887759173,"stop":1724887759174,"duration":1}},{"uid":"a3e5a438de2595a3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a3e5a438de2595a3","status":"passed","time":{"start":1724886525552,"stop":1724886525553,"duration":1}},{"uid":"fc63f9d32053e454","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fc63f9d32053e454","status":"passed","time":{"start":1724886303407,"stop":1724886303407,"duration":0}},{"uid":"8a873b3f30a6b849","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8a873b3f30a6b849","status":"passed","time":{"start":1724861752240,"stop":1724861752240,"duration":0}},{"uid":"f9cfdec184d02232","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f9cfdec184d02232","status":"passed","time":{"start":1724861223364,"stop":1724861223364,"duration":0}},{"uid":"c22e4a5cb335a962","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c22e4a5cb335a962","status":"passed","time":{"start":1724861045213,"stop":1724861045213,"duration":0}},{"uid":"c0920ca72ac0f5f0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c0920ca72ac0f5f0","status":"passed","time":{"start":1724860907098,"stop":1724860907098,"duration":0}}]},"faf5c97a47e44194b2bede086cc64fb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7ffc52be0b135df0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7ffc52be0b135df0","status":"passed","time":{"start":1724922402861,"stop":1724922402861,"duration":0}},{"uid":"b067aa7821b49b78","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b067aa7821b49b78","status":"passed","time":{"start":1724921065908,"stop":1724921065908,"duration":0}},{"uid":"91476312301a0048","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/91476312301a0048","status":"passed","time":{"start":1724921040945,"stop":1724921040946,"duration":1}},{"uid":"5ecdd432045c5bdb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5ecdd432045c5bdb","status":"passed","time":{"start":1724917701154,"stop":1724917701154,"duration":0}},{"uid":"907c3d3d031afbcb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/907c3d3d031afbcb","status":"passed","time":{"start":1724889479973,"stop":1724889479973,"duration":0}},{"uid":"66e70b1d8a8342ff","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/66e70b1d8a8342ff","status":"passed","time":{"start":1724888630721,"stop":1724888630722,"duration":1}},{"uid":"d675ae02803df951","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d675ae02803df951","status":"passed","time":{"start":1724887787004,"stop":1724887787004,"duration":0}},{"uid":"2111e74c748d8bc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2111e74c748d8bc1","status":"passed","time":{"start":1724886553667,"stop":1724886553667,"duration":0}},{"uid":"13ede41c4c0701","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/13ede41c4c0701","status":"passed","time":{"start":1724886331490,"stop":1724886331490,"duration":0}},{"uid":"e9449f682bfce9e3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e9449f682bfce9e3","status":"passed","time":{"start":1724861780654,"stop":1724861780655,"duration":1}},{"uid":"109207daad6eae53","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/109207daad6eae53","status":"passed","time":{"start":1724861251096,"stop":1724861251097,"duration":1}},{"uid":"7a7ae86abad4b794","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7a7ae86abad4b794","status":"passed","time":{"start":1724861074802,"stop":1724861074806,"duration":4}},{"uid":"7cb5ddc6a266c714","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7cb5ddc6a266c714","status":"passed","time":{"start":1724860935669,"stop":1724860935670,"duration":1}}]},"d02fdd10ccfb487d2fe408fd84914286:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e661d0d43e6bf5d5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e661d0d43e6bf5d5","status":"passed","time":{"start":1724888268042,"stop":1724888268042,"duration":0}}]},"c9cb9f027dc8cec2b05c071729f33a6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ad3498a533630040","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ad3498a533630040","status":"passed","time":{"start":1724922601846,"stop":1724922601847,"duration":1}},{"uid":"9f3dac79af91b466","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9f3dac79af91b466","status":"passed","time":{"start":1724921267873,"stop":1724921267873,"duration":0}},{"uid":"7055e1b2e178375b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7055e1b2e178375b","status":"passed","time":{"start":1724921244386,"stop":1724921244386,"duration":0}},{"uid":"9e2e08db7ba47a21","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9e2e08db7ba47a21","status":"passed","time":{"start":1724917916057,"stop":1724917916058,"duration":1}},{"uid":"3c6cf3a43975583","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c6cf3a43975583","status":"passed","time":{"start":1724889678259,"stop":1724889678259,"duration":0}},{"uid":"c9155ea595f6ed42","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c9155ea595f6ed42","status":"passed","time":{"start":1724888831687,"stop":1724888831687,"duration":0}},{"uid":"9c3a635560b90391","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9c3a635560b90391","status":"passed","time":{"start":1724888003323,"stop":1724888003323,"duration":0}},{"uid":"b93a9c65630cc6d1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b93a9c65630cc6d1","status":"passed","time":{"start":1724886776612,"stop":1724886776612,"duration":0}},{"uid":"e9c584262d88d0be","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e9c584262d88d0be","status":"passed","time":{"start":1724886555801,"stop":1724886555801,"duration":0}},{"uid":"ea31c1b1ffe26c74","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ea31c1b1ffe26c74","status":"passed","time":{"start":1724861983013,"stop":1724861983013,"duration":0}},{"uid":"7c03a9830e7010d7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7c03a9830e7010d7","status":"passed","time":{"start":1724861444070,"stop":1724861444070,"duration":0}},{"uid":"2a9c86b9ae9d78c1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2a9c86b9ae9d78c1","status":"passed","time":{"start":1724861285838,"stop":1724861285838,"duration":0}},{"uid":"4403eac6cef02f80","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4403eac6cef02f80","status":"passed","time":{"start":1724861145675,"stop":1724861145676,"duration":1}}]},"6dac1bbcf3f5742bc63df1508df2c90d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b6aff7b8c222de70","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b6aff7b8c222de70","status":"passed","time":{"start":1724922398920,"stop":1724922398920,"duration":0}},{"uid":"12e7268d2941260d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/12e7268d2941260d","status":"passed","time":{"start":1724921061847,"stop":1724921061848,"duration":1}},{"uid":"b737e90dbc66844d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b737e90dbc66844d","status":"passed","time":{"start":1724921037157,"stop":1724921037157,"duration":0}},{"uid":"b704ec54c3da7a65","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b704ec54c3da7a65","status":"passed","time":{"start":1724917697301,"stop":1724917697301,"duration":0}},{"uid":"36698e885a57287e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/36698e885a57287e","status":"passed","time":{"start":1724889476083,"stop":1724889476083,"duration":0}},{"uid":"91b605b69ee2b48b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91b605b69ee2b48b","status":"passed","time":{"start":1724888626886,"stop":1724888626886,"duration":0}},{"uid":"13f087e156e6ab15","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/13f087e156e6ab15","status":"passed","time":{"start":1724887783107,"stop":1724887783108,"duration":1}},{"uid":"2054a328e9dfb3d2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2054a328e9dfb3d2","status":"passed","time":{"start":1724886549919,"stop":1724886549919,"duration":0}},{"uid":"9f2a0693214462fc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9f2a0693214462fc","status":"passed","time":{"start":1724886327580,"stop":1724886327580,"duration":0}},{"uid":"9f50ccd4fc3ef5ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f50ccd4fc3ef5ac","status":"passed","time":{"start":1724861776806,"stop":1724861776806,"duration":0}},{"uid":"19bd357c6648c9a0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/19bd357c6648c9a0","status":"passed","time":{"start":1724861247298,"stop":1724861247298,"duration":0}},{"uid":"2b38d0389c41b0f6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2b38d0389c41b0f6","status":"passed","time":{"start":1724861071394,"stop":1724861071394,"duration":0}},{"uid":"8ac920522383c84a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8ac920522383c84a","status":"passed","time":{"start":1724860931794,"stop":1724860931794,"duration":0}}]},"966d13c504307d3d32ea508ddab4b702:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f6b2899aa47d7bab","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f6b2899aa47d7bab","status":"passed","time":{"start":1724922508638,"stop":1724922508638,"duration":0}},{"uid":"4d360ace2f60a101","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4d360ace2f60a101","status":"passed","time":{"start":1724921164595,"stop":1724921164595,"duration":0}},{"uid":"1ea48982a8ef2c26","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1ea48982a8ef2c26","status":"passed","time":{"start":1724921137825,"stop":1724921137826,"duration":1}},{"uid":"e681317b45755596","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e681317b45755596","status":"passed","time":{"start":1724917810539,"stop":1724917810540,"duration":1}},{"uid":"2f9bce5e06e091e2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2f9bce5e06e091e2","status":"passed","time":{"start":1724889585448,"stop":1724889585448,"duration":0}},{"uid":"e653b23fbef63779","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e653b23fbef63779","status":"passed","time":{"start":1724888736509,"stop":1724888736510,"duration":1}},{"uid":"a33bdc923e6a1ceb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a33bdc923e6a1ceb","status":"passed","time":{"start":1724887891790,"stop":1724887891793,"duration":3}},{"uid":"6c502833ce767e21","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6c502833ce767e21","status":"passed","time":{"start":1724886657789,"stop":1724886657789,"duration":0}},{"uid":"5a252d068738f1a1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5a252d068738f1a1","status":"passed","time":{"start":1724886447358,"stop":1724886447358,"duration":0}},{"uid":"6e94762ad28e2eb1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e94762ad28e2eb1","status":"passed","time":{"start":1724861880122,"stop":1724861880123,"duration":1}},{"uid":"27d4185d024dce9b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/27d4185d024dce9b","status":"passed","time":{"start":1724861359781,"stop":1724861359782,"duration":1}},{"uid":"69962e63429ec87","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/69962e63429ec87","status":"passed","time":{"start":1724861179681,"stop":1724861179682,"duration":1}},{"uid":"bfaa5ec0a49ca8fb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bfaa5ec0a49ca8fb","status":"passed","time":{"start":1724861040980,"stop":1724861040980,"duration":0}}]},"df829ffb0c1f37dedf0d1e6cbd3994a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"46b895b55d9357b3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/46b895b55d9357b3","status":"passed","time":{"start":1724922611419,"stop":1724922611419,"duration":0}},{"uid":"8610d85b9cb2bacb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8610d85b9cb2bacb","status":"passed","time":{"start":1724921270339,"stop":1724921270339,"duration":0}},{"uid":"df8dcb6c756a5aa1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/df8dcb6c756a5aa1","status":"passed","time":{"start":1724921247770,"stop":1724921247771,"duration":1}},{"uid":"fdd5ce371d7b9d01","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fdd5ce371d7b9d01","status":"passed","time":{"start":1724917989807,"stop":1724917989807,"duration":0}},{"uid":"ebcb430193312f01","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ebcb430193312f01","status":"passed","time":{"start":1724889678531,"stop":1724889678531,"duration":0}},{"uid":"74d1ff52389485ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/74d1ff52389485ae","status":"passed","time":{"start":1724888829821,"stop":1724888829823,"duration":2}},{"uid":"daafc8867ed9827","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/daafc8867ed9827","status":"passed","time":{"start":1724888076969,"stop":1724888076970,"duration":1}},{"uid":"820f37e8da4c2123","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/820f37e8da4c2123","status":"passed","time":{"start":1724886851109,"stop":1724886851109,"duration":0}},{"uid":"8bf2b35f0db1b4fe","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8bf2b35f0db1b4fe","status":"passed","time":{"start":1724886647046,"stop":1724886647052,"duration":6}},{"uid":"c5a77d5e0699b81d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5a77d5e0699b81d","status":"passed","time":{"start":1724861992700,"stop":1724861992700,"duration":0}},{"uid":"981d2b3303384dd7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/981d2b3303384dd7","status":"passed","time":{"start":1724861469625,"stop":1724861469626,"duration":1}},{"uid":"b85929f97d00ed1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b85929f97d00ed1","status":"passed","time":{"start":1724861284843,"stop":1724861284843,"duration":0}},{"uid":"f97e3996bda14912","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f97e3996bda14912","status":"passed","time":{"start":1724861145768,"stop":1724861145768,"duration":0}}]},"f07bbf2d26681c61830aa3249eb8a21e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"28e654afb2a4f339","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/28e654afb2a4f339","status":"passed","time":{"start":1724862262049,"stop":1724862262050,"duration":1}}]},"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6bd4144819ef9e24","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6bd4144819ef9e24","status":"passed","time":{"start":1724922409248,"stop":1724922409248,"duration":0}},{"uid":"da0313b09ec9a09","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/da0313b09ec9a09","status":"passed","time":{"start":1724921072290,"stop":1724921072291,"duration":1}},{"uid":"a3ba496d573aa1a9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a3ba496d573aa1a9","status":"passed","time":{"start":1724921047282,"stop":1724921047282,"duration":0}},{"uid":"648a73b6e774ed0c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/648a73b6e774ed0c","status":"passed","time":{"start":1724917707454,"stop":1724917707455,"duration":1}},{"uid":"c159059a3b7eab0c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c159059a3b7eab0c","status":"passed","time":{"start":1724889486388,"stop":1724889486389,"duration":1}},{"uid":"4051b92d96c31143","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4051b92d96c31143","status":"passed","time":{"start":1724888637013,"stop":1724888637013,"duration":0}},{"uid":"5608fa754c436d3e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5608fa754c436d3e","status":"passed","time":{"start":1724887793423,"stop":1724887793423,"duration":0}},{"uid":"4fafa30266e86754","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4fafa30266e86754","status":"passed","time":{"start":1724886560036,"stop":1724886560036,"duration":0}},{"uid":"67257fde66ee9e2f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/67257fde66ee9e2f","status":"passed","time":{"start":1724886337878,"stop":1724886337879,"duration":1}},{"uid":"79b75dc4b75ced1a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/79b75dc4b75ced1a","status":"passed","time":{"start":1724861787236,"stop":1724861787236,"duration":0}},{"uid":"edde150de4d52482","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/edde150de4d52482","status":"passed","time":{"start":1724861257426,"stop":1724861257427,"duration":1}},{"uid":"6e2fda4eaf455ab7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6e2fda4eaf455ab7","status":"passed","time":{"start":1724861081341,"stop":1724861081341,"duration":0}},{"uid":"2f8396bd620213b3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2f8396bd620213b3","status":"passed","time":{"start":1724860942008,"stop":1724860942009,"duration":1}}]}} \ No newline at end of file diff --git a/7376/history/retry-trend.json b/7376/history/retry-trend.json index d0c08fa1682..e73bd78c23d 100644 --- a/7376/history/retry-trend.json +++ b/7376/history/retry-trend.json @@ -1 +1 @@ -[{"buildOrder":7376,"reportUrl":"https://waku-org.github.io/js-waku/7376/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7375,"reportUrl":"https://waku-org.github.io/js-waku/7375/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7374,"reportUrl":"https://waku-org.github.io/js-waku/7374/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"run":853,"retry":2}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"run":853,"retry":2}},{"buildOrder":7372,"reportUrl":"https://waku-org.github.io/js-waku/7372/","reportName":"Allure Report with history","data":{"run":853,"retry":2}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7370,"reportUrl":"https://waku-org.github.io/js-waku/7370/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7369,"reportUrl":"https://waku-org.github.io/js-waku/7369/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7368,"reportUrl":"https://waku-org.github.io/js-waku/7368/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file +[{"buildOrder":7376,"reportUrl":"https://waku-org.github.io/js-waku/7376/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7376,"reportUrl":"https://waku-org.github.io/js-waku/7376/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7375,"reportUrl":"https://waku-org.github.io/js-waku/7375/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7374,"reportUrl":"https://waku-org.github.io/js-waku/7374/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"run":853,"retry":2}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"run":853,"retry":2}},{"buildOrder":7372,"reportUrl":"https://waku-org.github.io/js-waku/7372/","reportName":"Allure Report with history","data":{"run":853,"retry":2}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7370,"reportUrl":"https://waku-org.github.io/js-waku/7370/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7369,"reportUrl":"https://waku-org.github.io/js-waku/7369/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7368,"reportUrl":"https://waku-org.github.io/js-waku/7368/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file diff --git a/7376/index.html b/7376/index.html index 9cf05d8a5be..432487d0806 100644 --- a/7376/index.html +++ b/7376/index.html @@ -26,7 +26,7 @@ gtag('js', new Date()); gtag('config', 'G-FVWC4GKEYS', { 'allureVersion': 'dev', - 'reportUuid': 'fb9d6fd1-a5ac-4514-834c-0f28d45c6606', + 'reportUuid': 'f4ac04f1-d716-4b6f-adcc-5e7a680adf06', 'single_file': false }); diff --git a/7376/widgets/categories-trend.json b/7376/widgets/categories-trend.json index 676f25d1d8b..a277209ae28 100644 --- a/7376/widgets/categories-trend.json +++ b/7376/widgets/categories-trend.json @@ -1 +1 @@ -[{"buildOrder":7376,"reportUrl":"https://waku-org.github.io/js-waku/7376/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7375,"reportUrl":"https://waku-org.github.io/js-waku/7375/","reportName":"Allure Report with history","data":{}},{"buildOrder":7374,"reportUrl":"https://waku-org.github.io/js-waku/7374/","reportName":"Allure Report with history","data":{"Test defects":3}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"Test defects":3}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7372,"reportUrl":"https://waku-org.github.io/js-waku/7372/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7370,"reportUrl":"https://waku-org.github.io/js-waku/7370/","reportName":"Allure Report with history","data":{}},{"buildOrder":7369,"reportUrl":"https://waku-org.github.io/js-waku/7369/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7368,"reportUrl":"https://waku-org.github.io/js-waku/7368/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file +[{"buildOrder":7376,"reportUrl":"https://waku-org.github.io/js-waku/7376/","reportName":"Allure Report with history","data":{}},{"buildOrder":7376,"reportUrl":"https://waku-org.github.io/js-waku/7376/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7375,"reportUrl":"https://waku-org.github.io/js-waku/7375/","reportName":"Allure Report with history","data":{}},{"buildOrder":7374,"reportUrl":"https://waku-org.github.io/js-waku/7374/","reportName":"Allure Report with history","data":{"Test defects":3}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"Test defects":3}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7372,"reportUrl":"https://waku-org.github.io/js-waku/7372/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7370,"reportUrl":"https://waku-org.github.io/js-waku/7370/","reportName":"Allure Report with history","data":{}},{"buildOrder":7369,"reportUrl":"https://waku-org.github.io/js-waku/7369/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7368,"reportUrl":"https://waku-org.github.io/js-waku/7368/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file diff --git a/7376/widgets/categories.json b/7376/widgets/categories.json index 1bf34daeab1..a527ade754f 100644 --- a/7376/widgets/categories.json +++ b/7376/widgets/categories.json @@ -1 +1 @@ -{"total":1,"items":[{"uid":"bdbf199525818fae7a8651db9eafe741","name":"Test defects","statistic":{"failed":0,"broken":2,"skipped":0,"passed":0,"unknown":0,"total":2}}]} \ No newline at end of file +{"total":0,"items":[]} \ No newline at end of file diff --git a/7376/widgets/duration-trend.json b/7376/widgets/duration-trend.json index a3b838123ca..5f2e7198cf7 100644 --- a/7376/widgets/duration-trend.json +++ b/7376/widgets/duration-trend.json @@ -1 +1 @@ -[{"buildOrder":7376,"reportUrl":"https://waku-org.github.io/js-waku/7376/","reportName":"Allure Report with history","data":{"duration":686477}},{"buildOrder":7375,"reportUrl":"https://waku-org.github.io/js-waku/7375/","reportName":"Allure Report with history","data":{"duration":666039}},{"buildOrder":7374,"reportUrl":"https://waku-org.github.io/js-waku/7374/","reportName":"Allure Report with history","data":{"duration":713931}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"duration":688900}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"duration":671892}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"duration":690698}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"duration":692641}},{"buildOrder":7372,"reportUrl":"https://waku-org.github.io/js-waku/7372/","reportName":"Allure Report with history","data":{"duration":698800}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"duration":666328}},{"buildOrder":7370,"reportUrl":"https://waku-org.github.io/js-waku/7370/","reportName":"Allure Report with history","data":{"duration":672725}},{"buildOrder":7369,"reportUrl":"https://waku-org.github.io/js-waku/7369/","reportName":"Allure Report with history","data":{"duration":708284}},{"buildOrder":7368,"reportUrl":"https://waku-org.github.io/js-waku/7368/","reportName":"Allure Report with history","data":{"duration":680936}},{"data":{}}] \ No newline at end of file +[{"buildOrder":7376,"reportUrl":"https://waku-org.github.io/js-waku/7376/","reportName":"Allure Report with history","data":{"duration":674055}},{"buildOrder":7376,"reportUrl":"https://waku-org.github.io/js-waku/7376/","reportName":"Allure Report with history","data":{"duration":686477}},{"buildOrder":7375,"reportUrl":"https://waku-org.github.io/js-waku/7375/","reportName":"Allure Report with history","data":{"duration":666039}},{"buildOrder":7374,"reportUrl":"https://waku-org.github.io/js-waku/7374/","reportName":"Allure Report with history","data":{"duration":713931}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"duration":688900}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"duration":671892}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"duration":690698}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"duration":692641}},{"buildOrder":7372,"reportUrl":"https://waku-org.github.io/js-waku/7372/","reportName":"Allure Report with history","data":{"duration":698800}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"duration":666328}},{"buildOrder":7370,"reportUrl":"https://waku-org.github.io/js-waku/7370/","reportName":"Allure Report with history","data":{"duration":672725}},{"buildOrder":7369,"reportUrl":"https://waku-org.github.io/js-waku/7369/","reportName":"Allure Report with history","data":{"duration":708284}},{"buildOrder":7368,"reportUrl":"https://waku-org.github.io/js-waku/7368/","reportName":"Allure Report with history","data":{"duration":680936}},{"data":{}}] \ No newline at end of file diff --git a/7376/widgets/duration.json b/7376/widgets/duration.json index dfba5b84017..f1217b65012 100644 --- a/7376/widgets/duration.json +++ b/7376/widgets/duration.json @@ -1 +1 @@ -[{"uid":"c743c9f41a83bfff","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app77/8/topic221/proto","time":{"start":1724921613054,"stop":1724921613054,"duration":0},"status":"passed","severity":"normal"},{"uid":"71d22c15c157cf5","name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1724921497759,"stop":1724921497759,"duration":0},"status":"passed","severity":"normal"},{"uid":"94d7d0265deef02e","name":"should be able to decode the field with only STORE set to true","time":{"start":1724921045534,"stop":1724921045535,"duration":1},"status":"passed","severity":"normal"},{"uid":"57adf6c633c7dfd2","name":"Check publish message after service node is restarted","time":{"start":1724921564784,"stop":1724921564784,"duration":0},"status":"skipped","severity":"normal"},{"uid":"94db25ca37fbe627","name":"same cluster, same shard: nodes connect","time":{"start":1724921419681,"stop":1724921419682,"duration":1},"status":"passed","severity":"normal"},{"uid":"af5f6ba77a50af2","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724921270343,"stop":1724921270344,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba99988ac84ac02f","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1724921625081,"stop":1724921625081,"duration":0},"status":"passed","severity":"normal"},{"uid":"23449d9e4a8ee0dc","name":"should not fail to start the service if it is already started","time":{"start":1724921065910,"stop":1724921065910,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b492faa962be216","name":"Check received message containing shell command","time":{"start":1724921515223,"stop":1724921515223,"duration":0},"status":"passed","severity":"normal"},{"uid":"da0313b09ec9a09","name":"Asymmetric encrypt & decrypt","time":{"start":1724921072290,"stop":1724921072291,"duration":1},"status":"passed","severity":"normal"},{"uid":"639ac34f37759bd7","name":"start node with empty shard should fail","time":{"start":1724921619641,"stop":1724921619641,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0cd2ebe077eef3b","name":"Query generator for multiple messages","time":{"start":1724921663252,"stop":1724921663253,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f989cc418aec268","name":"Push message with content topic containing numeric","time":{"start":1724921602957,"stop":1724921602958,"duration":1},"status":"passed","severity":"normal"},{"uid":"6009f0c5e4688b78","name":"Subscribe to topic containing XML and receive message","time":{"start":1724921625066,"stop":1724921625067,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a7bd63b41199071","name":"Check received message containing unicode special characters","time":{"start":1724921267871,"stop":1724921267871,"duration":0},"status":"passed","severity":"normal"},{"uid":"b29a311e728de486","name":"Round trip binary encryption [ecies, signature]","time":{"start":1724921073459,"stop":1724921073459,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac1c9306ef7a24b8","name":"Add multiple subscription objects on single nwaku node","time":{"start":1724921297019,"stop":1724921297019,"duration":0},"status":"passed","severity":"normal"},{"uid":"efc70e3398d1c1c1","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app52/10/topic952/xml","time":{"start":1724921613053,"stop":1724921613054,"duration":1},"status":"passed","severity":"normal"},{"uid":"b44ef3349f8ee6a0","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1724921045536,"stop":1724921045537,"duration":1},"status":"passed","severity":"normal"},{"uid":"ffa356eede5230f9","name":"Check received message containing XML","time":{"start":1724921267868,"stop":1724921267869,"duration":1},"status":"passed","severity":"normal"},{"uid":"96375094dcc5371b","name":"Subscribe to topic containing Script and publish message","time":{"start":1724921563019,"stop":1724921563019,"duration":0},"status":"passed","severity":"normal"},{"uid":"86b051aab211a1d3","name":"Fails to publish message with size larger than 1 MB","time":{"start":1724921564783,"stop":1724921564783,"duration":0},"status":"passed","severity":"normal"},{"uid":"57e3b6cb900b6f2e","name":"random static sharding 1 - Cluster ID: 447, Shard ID: 662","time":{"start":1724921619629,"stop":1724921619630,"duration":1},"status":"passed","severity":"normal"},{"uid":"4279ca959ca6444f","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1724921300828,"stop":1724921300829,"duration":1},"status":"passed","severity":"normal"},{"uid":"97a38bc575111e52","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1724921669871,"stop":1724921669871,"duration":0},"status":"passed","severity":"normal"},{"uid":"66b037b4a8cef1ff","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1724921270350,"stop":1724921270350,"duration":0},"status":"passed","severity":"normal"},{"uid":"b58d1a77e5fc54e3","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1724921270367,"stop":1724921270367,"duration":0},"status":"passed","severity":"normal"},{"uid":"705bd525336169a2","name":"it tolerates circular branch references","time":{"start":1724921061846,"stop":1724921061847,"duration":1},"status":"passed","severity":"normal"},{"uid":"244cd06bd68cd8b8","name":"Ephemeral messages are not stored","time":{"start":1724921099697,"stop":1724921099697,"duration":0},"status":"passed","severity":"normal"},{"uid":"4bb211cc96c8882f","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1724921061851,"stop":1724921061852,"duration":1},"status":"skipped","severity":"normal"},{"uid":"793cc19652c125b6","name":"Filter with 0 connections","time":{"start":1724921321310,"stop":1724921321310,"duration":0},"status":"passed","severity":"normal"},{"uid":"97f514d7c2ca01cb","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1724921270364,"stop":1724921270364,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2b8d0915111e814","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1724921540109,"stop":1724921540109,"duration":0},"status":"passed","severity":"normal"},{"uid":"40a7911f97643c4","name":"should be able to encode the field with only FILTER set to true","time":{"start":1724921045529,"stop":1724921045529,"duration":0},"status":"passed","severity":"normal"},{"uid":"e875276a4d423883","name":"Push message with content topic containing XML","time":{"start":1724921529587,"stop":1724921529587,"duration":0},"status":"passed","severity":"normal"},{"uid":"beb86ae22843be","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1724921037646,"stop":1724921037647,"duration":1},"status":"passed","severity":"normal"},{"uid":"b20ae5c0aa75cb88","name":"Subscribe to topic containing Russian and receive message","time":{"start":1724921625085,"stop":1724921625085,"duration":0},"status":"passed","severity":"normal"},{"uid":"cfdfe26fc1eaf1b2","name":"LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","time":{"start":1724921497753,"stop":1724921497753,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd0e52b593c94b06","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1724921625078,"stop":1724921625079,"duration":1},"status":"passed","severity":"normal"},{"uid":"e890a7495904d422","name":"Subscribe and receive messages via waku relay post","time":{"start":1724921296997,"stop":1724921296998,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7b5afa4e71a3cee","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1724921723784,"stop":1724921723784,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b3fd67c4e7e6762","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1724921037625,"stop":1724921037625,"duration":0},"status":"passed","severity":"normal"},{"uid":"69beb220f7308151","name":"Push message with short payload","time":{"start":1724921602941,"stop":1724921602941,"duration":0},"status":"passed","severity":"normal"},{"uid":"922fb08040cbb24d","name":"should be online or offline if network state changed","time":{"start":1724921088202,"stop":1724921088203,"duration":1},"status":"passed","severity":"normal"},{"uid":"39c6e8808cf3a25b","name":"Push message with content topic containing numeric","time":{"start":1724921529583,"stop":1724921529583,"duration":0},"status":"passed","severity":"normal"},{"uid":"178ddc9b30ef74d9","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1724921540108,"stop":1724921540109,"duration":1},"status":"passed","severity":"normal"},{"uid":"c938296c22024c2b","name":"Check received message with timestamp: 1649153314 ","time":{"start":1724921515226,"stop":1724921515226,"duration":0},"status":"passed","severity":"normal"},{"uid":"8610d85b9cb2bacb","name":"same cluster, different shard: nodes don't connect","time":{"start":1724921270339,"stop":1724921270339,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c671e294898fe3d","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1724921300787,"stop":1724921300788,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba6c47bdcf882140","name":"should emit a peer event after start","time":{"start":1724921559016,"stop":1724921559017,"duration":1},"status":"passed","severity":"normal"},{"uid":"737256e492c16b8e","name":"Subscribe to topic containing Russian and publish message","time":{"start":1724921563018,"stop":1724921563018,"duration":0},"status":"passed","severity":"normal"},{"uid":"429a8970c81439fc","name":"should set field with all protocols enabled","time":{"start":1724921046208,"stop":1724921046208,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3c248b7f48c5225","name":"Renews peer on consistent missed messages","time":{"start":1724921196358,"stop":1724921196359,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ebf0ee987b24b7e","name":"Check message with invalid timestamp is not received","time":{"start":1724921515226,"stop":1724921515227,"duration":1},"status":"passed","severity":"normal"},{"uid":"73b182a5cd16618c","name":"Check received message containing special chars","time":{"start":1724921515219,"stop":1724921515220,"duration":1},"status":"passed","severity":"normal"},{"uid":"355c9bf4afe22666","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1724921625035,"stop":1724921625036,"duration":1},"status":"passed","severity":"normal"},{"uid":"be45cbc973c6f285","name":"Push 30 different messages","time":{"start":1724921602955,"stop":1724921602955,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2500cc441ed711c","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1724921563019,"stop":1724921563019,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa9c496b59b6ea30","name":"LightPush with 3 connections","time":{"start":1724921321312,"stop":1724921321312,"duration":0},"status":"passed","severity":"normal"},{"uid":"9900fd9783bb8945","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1724921297018,"stop":1724921297018,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8e6953dfdbec3ff","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1724921270352,"stop":1724921270352,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9e919bdf22807c","name":"should not receive a peer event after stop","time":{"start":1724921098919,"stop":1724921098920,"duration":1},"status":"passed","severity":"normal"},{"uid":"9bde1852120a429d","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1724921669871,"stop":1724921669872,"duration":1},"status":"passed","severity":"normal"},{"uid":"561afc3a299244ed","name":"should use DNS peer discovery with light client","time":{"start":1724921098921,"stop":1724921098921,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f3c351d23422be3b","name":"Check received message containing unicode special characters","time":{"start":1724921515238,"stop":1724921515238,"duration":0},"status":"passed","severity":"normal"},{"uid":"24ac82609562db1f","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1724921164606,"stop":1724921164608,"duration":2},"status":"passed","severity":"normal"},{"uid":"1ef9fd84f68eab47","name":"Renews subscription after lossing a connection","time":{"start":1724921625094,"stop":1724921625095,"duration":1},"status":"passed","severity":"normal"},{"uid":"c526609e511a3e4","name":"Query with Promise Callback, No message returned","time":{"start":1724921640402,"stop":1724921640402,"duration":0},"status":"passed","severity":"normal"},{"uid":"d97a66eebd73c4d8","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1724921297009,"stop":1724921297010,"duration":1},"status":"passed","severity":"normal"},{"uid":"324b68e7b2e901a","name":"Nodes with multiple pubsub topic","time":{"start":1724921540107,"stop":1724921540108,"duration":1},"status":"passed","severity":"normal"},{"uid":"577bddb44087ca5d","name":"Accepts a valid Waku Message","time":{"start":1724921054319,"stop":1724921054320,"duration":1},"status":"passed","severity":"normal"},{"uid":"671a52c5b98652dc","name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","time":{"start":1724921497762,"stop":1724921497762,"duration":0},"status":"passed","severity":"normal"},{"uid":"1eac0b5a5fccbf2c","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1724921379980,"stop":1724921379980,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1d8151468e3b86c","name":"Check message with no payload is not received","time":{"start":1724921515228,"stop":1724921515228,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7bb9c122c7e4834","name":"random static sharding 9 - Cluster ID: 422, Shard ID: 213","time":{"start":1724921619638,"stop":1724921619639,"duration":1},"status":"passed","severity":"normal"},{"uid":"718c7490c243eab2","name":"Decrypt messages","time":{"start":1724921517832,"stop":1724921517832,"duration":0},"status":"passed","severity":"normal"},{"uid":"93ec262b8845ed56","name":"Check received message containing Script","time":{"start":1724921267868,"stop":1724921267868,"duration":0},"status":"passed","severity":"normal"},{"uid":"26b5ecbf5b96908f","name":"Subscribe to topic containing emoji and receive message","time":{"start":1724921297019,"stop":1724921297019,"duration":0},"status":"passed","severity":"normal"},{"uid":"897ab3a0d540ccf9","name":"different cluster, different shard: nodes don't connect","time":{"start":1724921270341,"stop":1724921270341,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ce475934c976a28","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1724921613057,"stop":1724921613058,"duration":1},"status":"passed","severity":"normal"},{"uid":"649407e5f82ef65b","name":"Push message with custom timestamp: 1694162897150","time":{"start":1724921602986,"stop":1724921602987,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b2783d435d038b9","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1724921625049,"stop":1724921625050,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc16ba5b687a43db","name":"Push message equal or less that 1MB","time":{"start":1724921529593,"stop":1724921529593,"duration":0},"status":"passed","severity":"normal"},{"uid":"74ee1a35ac2bd4e4","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1724921037631,"stop":1724921037632,"duration":1},"status":"passed","severity":"normal"},{"uid":"b40ce6b8319ca8e6","name":"Query generator for multiple messages with multiple decoders","time":{"start":1724921663253,"stop":1724921663254,"duration":1},"status":"passed","severity":"normal"},{"uid":"b067aa7821b49b78","name":"can start the service","time":{"start":1724921065908,"stop":1724921065908,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f5310b2b152d558","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1724921419680,"stop":1724921419680,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cc2caaa2ff0ede4","name":"Check publish message containing emoji","time":{"start":1724921564778,"stop":1724921564778,"duration":0},"status":"passed","severity":"normal"},{"uid":"304977d6c5e2c9c","name":"Check message on other pubsub topic is not received","time":{"start":1724921515252,"stop":1724921515253,"duration":1},"status":"passed","severity":"normal"},{"uid":"4169eb8dce4c22b5","name":"should handle corrupted local storage data gracefully","time":{"start":1724921065913,"stop":1724921065913,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccf0ac6e277c9e3e","name":"Check received message containing short","time":{"start":1724921515230,"stop":1724921515230,"duration":0},"status":"passed","severity":"normal"},{"uid":"5dad0a3d54672d90","name":"should properly create location multiaddrs - udp","time":{"start":1724921046206,"stop":1724921046206,"duration":0},"status":"passed","severity":"normal"},{"uid":"fccd62677c31b05b","name":"should return false","time":{"start":1724921046199,"stop":1724921046199,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce56713ab1839f8e","name":"Ordered Callback sorting by timestamp while page direction is true","time":{"start":1724921656080,"stop":1724921656080,"duration":0},"status":"passed","severity":"normal"},{"uid":"865dadd940b0c07f","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1724921563018,"stop":1724921563018,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b1675ccda598740","name":"Check received message containing shell command","time":{"start":1724921267870,"stop":1724921267870,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe5e369e5f5637a1","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1724921141187,"stop":1724921141187,"duration":0},"status":"passed","severity":"normal"},{"uid":"4735384ab0a7bb63","name":"Check message with no content topic is not received","time":{"start":1724921515227,"stop":1724921515228,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6ca0458e3dcc154","name":"Push message with custom timestamp: 1724917697150","time":{"start":1724921602987,"stop":1724921602987,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f9cab0163b4f247","name":"Push message with Chinese payload","time":{"start":1724921529569,"stop":1724921529569,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca2419c1b243b65e","name":"Passing invalid cursor","time":{"start":1724921620609,"stop":1724921620610,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b32ca57e810ad27","name":"should throw error - no id","time":{"start":1724921046198,"stop":1724921046198,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb1ca02f3e5b2dda","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1724921037634,"stop":1724921037634,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c372c2c85bf8c55","name":"Check received message containing escaped characters","time":{"start":1724921267870,"stop":1724921267870,"duration":0},"status":"passed","severity":"normal"},{"uid":"68fb3e5ed49b6777","name":"Check received message with timestamp: 1649153314 ","time":{"start":1724921267873,"stop":1724921267873,"duration":0},"status":"passed","severity":"normal"},{"uid":"d65553ec6b4879b0","name":"should set field with only LIGHTPUSH enabled","time":{"start":1724921046209,"stop":1724921046209,"duration":0},"status":"passed","severity":"normal"},{"uid":"cecd57b280f7b2a0","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1724921037642,"stop":1724921037642,"duration":0},"status":"passed","severity":"normal"},{"uid":"139a37b8cb2c8888","name":"Should update shard info","time":{"start":1724921498166,"stop":1724921498167,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5424fb4e017cecf","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1724921296996,"stop":1724921296997,"duration":1},"status":"passed","severity":"normal"},{"uid":"dfc3da3f2d3f785b","name":"Check received message containing Arabic","time":{"start":1724921515232,"stop":1724921515232,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a8b157f2e0f69c6","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1724921071992,"stop":1724921071993,"duration":1},"status":"passed","severity":"normal"},{"uid":"566a4241c4c286f4","name":"Encoder throws on empty string content topic","time":{"start":1724921073460,"stop":1724921073460,"duration":0},"status":"passed","severity":"normal"},{"uid":"42be8292f8cf9f05","name":"should only return 1 node with store capability","time":{"start":1724921061850,"stop":1724921061850,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e4099b4edee5f7d","name":"Check received message with timestamp: 1724921087845 ","time":{"start":1724921267872,"stop":1724921267872,"duration":0},"status":"passed","severity":"normal"},{"uid":"a33beda5a3dd897e","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1724921620594,"stop":1724921620594,"duration":0},"status":"passed","severity":"normal"},{"uid":"3590ae2dd50a3bd1","name":"should properly create location multiaddrs - tcp","time":{"start":1724921046206,"stop":1724921046207,"duration":1},"status":"passed","severity":"normal"},{"uid":"19ef9604a1086272","name":"Non TWN Cluster","time":{"start":1724921613048,"stop":1724921613048,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc0ebfd5dd2e5344","name":"Js publishes, other Js receives","time":{"start":1724921538594,"stop":1724921538594,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5556ceddf3b5f9a","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1724921141186,"stop":1724921141187,"duration":1},"status":"passed","severity":"normal"},{"uid":"997580436d78ecb1","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1724921037643,"stop":1724921037644,"duration":1},"status":"passed","severity":"normal"},{"uid":"b91d4f87c9e1e882","name":"Subscribe to topic containing XML and receive message","time":{"start":1724921625091,"stop":1724921625092,"duration":1},"status":"passed","severity":"normal"},{"uid":"65262cf4bafeb989","name":"Relay - times out","time":{"start":1724921677827,"stop":1724921677827,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1b5e0c8a84169a","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1724921619641,"stop":1724921619641,"duration":0},"status":"passed","severity":"normal"},{"uid":"823bbc273d97879a","name":"Fields are not dropped","time":{"start":1724921050406,"stop":1724921050407,"duration":1},"status":"passed","severity":"normal"},{"uid":"771211132473dead","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app40/8/topic364/utf8","time":{"start":1724921613049,"stop":1724921613050,"duration":1},"status":"passed","severity":"normal"},{"uid":"6dd3b5473b7509cf","name":"Query Generator sorting by timestamp while page direction is true","time":{"start":1724921656079,"stop":1724921656079,"duration":0},"status":"passed","severity":"normal"},{"uid":"c41c35dbc849f2a1","name":"Check publish message containing Chinese","time":{"start":1724921564773,"stop":1724921564773,"duration":0},"status":"passed","severity":"normal"},{"uid":"890747a6931ab638","name":"random static sharding 4 - Cluster ID: 894, Shard ID: 630","time":{"start":1724921619632,"stop":1724921619633,"duration":1},"status":"passed","severity":"normal"},{"uid":"47aecb8f33927f95","name":"Push message with Script payload","time":{"start":1724921529571,"stop":1724921529571,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9106693e18881fb","name":"Subscribe to topic containing Script and receive message","time":{"start":1724921297015,"stop":1724921297016,"duration":1},"status":"passed","severity":"normal"},{"uid":"12422953122c0514","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724921379978,"stop":1724921379978,"duration":0},"status":"passed","severity":"normal"},{"uid":"b73081720c9466d3","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1724921046196,"stop":1724921046196,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d3fda186b727c06","name":"through manual discovery","time":{"start":1724921423894,"stop":1724921423895,"duration":1},"status":"passed","severity":"normal"},{"uid":"a096303cced7eae1","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app68/6/topic182/xml","time":{"start":1724921613055,"stop":1724921613055,"duration":0},"status":"passed","severity":"normal"},{"uid":"b061af436d38b29f","name":"Push message with content topic containing unicode special characters","time":{"start":1724921529589,"stop":1724921529589,"duration":0},"status":"passed","severity":"normal"},{"uid":"4075845b44d29dbf","name":"Ping on subscribed peer","time":{"start":1724921158278,"stop":1724921158279,"duration":1},"status":"passed","severity":"normal"},{"uid":"7389501880c773fd","name":"Push message with XML payload","time":{"start":1724921529571,"stop":1724921529572,"duration":1},"status":"passed","severity":"normal"},{"uid":"f915f532cffc161b","name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","time":{"start":1724921497752,"stop":1724921497752,"duration":0},"status":"passed","severity":"normal"},{"uid":"12dc4d7b693e9e32","name":"Subscribe to topic containing special chars and receive message","time":{"start":1724921625083,"stop":1724921625083,"duration":0},"status":"passed","severity":"normal"},{"uid":"53b104eb1f21da28","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1724921297018,"stop":1724921297018,"duration":0},"status":"passed","severity":"normal"},{"uid":"266b4c134a4ca33c","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1724921037635,"stop":1724921037636,"duration":1},"status":"passed","severity":"normal"},{"uid":"d234033f2aa08804","name":"Reopen subscription with peer with lost subscription","time":{"start":1724921158281,"stop":1724921158282,"duration":1},"status":"passed","severity":"normal"},{"uid":"c01f9552be0d79d6","name":"should be able to encode the field with only STORE set to true","time":{"start":1724921045528,"stop":1724921045529,"duration":1},"status":"passed","severity":"normal"},{"uid":"b87b4a25c6359604","name":"Push message with content topic containing Basic HTML tag","time":{"start":1724921602961,"stop":1724921602961,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7013a29c3a3bbdb","name":"Check received message containing Basic HTML tag","time":{"start":1724921515236,"stop":1724921515236,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd878730bd98919c","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app46/10/topic629/xml","time":{"start":1724921613048,"stop":1724921613049,"duration":1},"status":"passed","severity":"normal"},{"uid":"339338c04ef6ba9e","name":"Check message with non string payload is not received","time":{"start":1724921515228,"stop":1724921515229,"duration":1},"status":"passed","severity":"normal"},{"uid":"38858c06b059a539","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1724921297010,"stop":1724921297011,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b885b66348c91eb","name":"can dial TLS multiaddrs","time":{"start":1724921423893,"stop":1724921423894,"duration":1},"status":"passed","severity":"normal"},{"uid":"221d617bfa1a4659","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1724921099698,"stop":1724921099699,"duration":1},"status":"passed","severity":"normal"},{"uid":"db56a3454154209a","name":"Subscribe to topic containing special chars and publish message","time":{"start":1724921563016,"stop":1724921563017,"duration":1},"status":"passed","severity":"normal"},{"uid":"5507f91b52ba9e50","name":"Subscribe to topic containing long and receive message","time":{"start":1724921625046,"stop":1724921625047,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6e069d3dc4eb0fc","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1724921625067,"stop":1724921625068,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f9ed63922c5749e","name":"Check publish message containing XML","time":{"start":1724921564775,"stop":1724921564775,"duration":0},"status":"passed","severity":"normal"},{"uid":"70032703f5dbaf2a","name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1724921497756,"stop":1724921497756,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0d1a0902d5cdd6c","name":"Decoder throws on undefined content topic","time":{"start":1724921071995,"stop":1724921071995,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce7643567f9afbf0","name":"Fails to publish message with empty text","time":{"start":1724921564782,"stop":1724921564782,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2be7481138e906","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1724921270357,"stop":1724921270358,"duration":1},"status":"passed","severity":"normal"},{"uid":"34d11e5e715f7261","name":"Sign & Recover","time":{"start":1724921072292,"stop":1724921072292,"duration":0},"status":"passed","severity":"normal"},{"uid":"a206bb49a8e6967f","name":"Ping succeeds for all connected peers","time":{"start":1724921196355,"stop":1724921196355,"duration":0},"status":"passed","severity":"normal"},{"uid":"154d0656330a56cc","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1724921045531,"stop":1724921045532,"duration":1},"status":"passed","severity":"normal"},{"uid":"4af30a605653ec21","name":"Passing page size 3 when there are 20 messages","time":{"start":1724921656191,"stop":1724921656192,"duration":1},"status":"passed","severity":"normal"},{"uid":"62c003fcc12ff210","name":"Filter with 3 connections","time":{"start":1724921321312,"stop":1724921321312,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3ed401537efdd33","name":"Check message on other pubsub topic is not received","time":{"start":1724921267874,"stop":1724921267874,"duration":0},"status":"passed","severity":"normal"},{"uid":"3dde28a496732b38","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1724921270359,"stop":1724921270360,"duration":1},"status":"passed","severity":"normal"},{"uid":"d249d79efd8490d6","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1724921625085,"stop":1724921625090,"duration":5},"status":"passed","severity":"normal"},{"uid":"17499a4803213f70","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1724921563017,"stop":1724921563017,"duration":0},"status":"passed","severity":"normal"},{"uid":"730098fbcbfc6c28","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1724921037655,"stop":1724921037655,"duration":0},"status":"passed","severity":"normal"},{"uid":"36774146fa4390ff","name":"Query generator for 2000 messages","time":{"start":1724921663256,"stop":1724921663256,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae31d2c2f5df4f5a","name":"throws on content topic with empty encoding field","time":{"start":1724921037623,"stop":1724921037623,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea95913aeee62d11","name":"Waku message hash computation (payload length 0)","time":{"start":1724921040180,"stop":1724921040180,"duration":0},"status":"passed","severity":"normal"},{"uid":"6949f27abe4303a1","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724921164590,"stop":1724921164591,"duration":1},"status":"passed","severity":"normal"},{"uid":"895e02af6eeb9af0","name":"Check message with non string payload is not received","time":{"start":1724921515255,"stop":1724921515256,"duration":1},"status":"passed","severity":"normal"},{"uid":"97acc56c2b9169f8","name":"getPeersByDiscovery","time":{"start":1724921583486,"stop":1724921583487,"duration":1},"status":"passed","severity":"normal"},{"uid":"a777e19e857fd151","name":"throws on content topic with generation field greater than 0","time":{"start":1724921037621,"stop":1724921037621,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1d665da1ce4fb78","name":"Register correct protocols","time":{"start":1724921563004,"stop":1724921563005,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f2d46c92a16308d","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1724921669871,"stop":1724921669871,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d2dd9c2cb5f4d0e","name":"Check received message containing Basic HTML tag","time":{"start":1724921267869,"stop":1724921267869,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7f136290a5ead37","name":"Ephemeral field set to true","time":{"start":1724921051055,"stop":1724921051055,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd746ba20a145eaa","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724921270365,"stop":1724921270366,"duration":1},"status":"passed","severity":"normal"},{"uid":"da4132c642b177e2","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1724921037643,"stop":1724921037643,"duration":0},"status":"passed","severity":"normal"},{"uid":"19d636f5194df652","name":"Subscribe to topic containing emoji and publish message","time":{"start":1724921563022,"stop":1724921563022,"duration":0},"status":"passed","severity":"normal"},{"uid":"5495b8f2b19be8a","name":"Subscribe to topic containing numeric and publish message","time":{"start":1724921563014,"stop":1724921563014,"duration":0},"status":"passed","severity":"normal"},{"uid":"b47994fa314e6490","name":"Query Generator - true","time":{"start":1724921640662,"stop":1724921640662,"duration":0},"status":"passed","severity":"normal"},{"uid":"edddcd3cc138eb85","name":"should throw error - no public key","time":{"start":1724921046198,"stop":1724921046199,"duration":1},"status":"passed","severity":"normal"},{"uid":"98a32868f726f38f","name":"random static sharding 3 - Cluster ID: 409, Shard ID: 679","time":{"start":1724921619631,"stop":1724921619632,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7a8b42323bb9ccb","name":"Push message with content topic containing short","time":{"start":1724921602956,"stop":1724921602956,"duration":0},"status":"passed","severity":"normal"},{"uid":"aec3877cce3faa28","name":"Subscribe to topic containing short and receive message","time":{"start":1724921625045,"stop":1724921625046,"duration":1},"status":"passed","severity":"normal"},{"uid":"7e664bd326bad1d5","name":"Push message with Arabic payload","time":{"start":1724921529570,"stop":1724921529570,"duration":0},"status":"passed","severity":"normal"},{"uid":"827ddc623973d149","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1724921270365,"stop":1724921270365,"duration":0},"status":"passed","severity":"normal"},{"uid":"cab562aa51b22dc4","name":"Push message with meta","time":{"start":1724921602984,"stop":1724921602984,"duration":0},"status":"passed","severity":"normal"},{"uid":"2130b1e19ec9a39c","name":"Subscribe and receive messages via lightPush","time":{"start":1724921296995,"stop":1724921296995,"duration":0},"status":"passed","severity":"normal"},{"uid":"acdbd24fcd8f31fc","name":"Subscribe to topic containing short and receive message","time":{"start":1724921625082,"stop":1724921625082,"duration":0},"status":"passed","severity":"normal"},{"uid":"31e7f36015be40b2","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1724921051057,"stop":1724921051058,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b2d9748a50e8bf","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1724921037634,"stop":1724921037634,"duration":0},"status":"passed","severity":"normal"},{"uid":"b73f8e7b202125ea","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1724921088194,"stop":1724921088196,"duration":2},"status":"passed","severity":"normal"},{"uid":"bf6f205c31d5a7a0","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app47/7/topic631/xml","time":{"start":1724921613054,"stop":1724921613054,"duration":0},"status":"passed","severity":"normal"},{"uid":"967b3f3488710c87","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1724921270354,"stop":1724921270354,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbe61787db9c75","name":"Check received message containing XML","time":{"start":1724921515236,"stop":1724921515236,"duration":0},"status":"passed","severity":"normal"},{"uid":"5cb3e839e5721dca","name":"random static sharding 2 - Cluster ID: 595, Shard ID: 275","time":{"start":1724921619630,"stop":1724921619631,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ba3f2593d964eca","name":"Check message received after nwaku node is restarted","time":{"start":1724921267899,"stop":1724921267899,"duration":0},"status":"skipped","severity":"normal"},{"uid":"44d1c1be0a6e52ed","name":"new peer added after a peer was already found","time":{"start":1724921583487,"stop":1724921583487,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8b09fe843c63e42b","name":"Relay - dialed first","time":{"start":1724921677826,"stop":1724921677826,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8131a7ef10da7fb","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1724921300788,"stop":1724921300789,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7088876be831e9f","name":"Check received message with timestamp: 1724921087396 ","time":{"start":1724921515248,"stop":1724921515248,"duration":0},"status":"passed","severity":"normal"},{"uid":"c481b454548f2601","name":"Ping on peer without subscriptions","time":{"start":1724921148662,"stop":1724921148663,"duration":1},"status":"passed","severity":"normal"},{"uid":"59990939eb569685","name":"Check received message containing emoji","time":{"start":1724921515224,"stop":1724921515225,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c340300340dcc4e","name":"should encodeTxt and decodeTxt","time":{"start":1724921046195,"stop":1724921046195,"duration":0},"status":"passed","severity":"normal"},{"uid":"9be9d3f398baf79","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1724921613047,"stop":1724921613047,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b0b7a7ef96079f6","name":"Push message with custom timestamp: 1724924921438","time":{"start":1724921529593,"stop":1724921529593,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4573d7cd69cbb92","name":"Encoder throws on undefined content topic","time":{"start":1724921051056,"stop":1724921051056,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0509697cfc93dc3","name":"isConnected should return true after first peer connects","time":{"start":1724921141187,"stop":1724921141187,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8e8a3c58c05f4f4","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1724921563017,"stop":1724921563017,"duration":0},"status":"passed","severity":"normal"},{"uid":"d511db29b0bd003","name":"should not fail to stop the service if it was not started","time":{"start":1724921559013,"stop":1724921559014,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6f50c71551e6b64","name":"should be called for bootstrap peers","time":{"start":1724921095758,"stop":1724921095758,"duration":0},"status":"passed","severity":"normal"},{"uid":"561ee8a433478ce","name":"Passing cursor with wrong pubsubTopic","time":{"start":1724921620610,"stop":1724921620611,"duration":1},"status":"passed","severity":"normal"},{"uid":"de25339d752dfb10","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1724921270352,"stop":1724921270353,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c2e2f260f1457e3","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1724921563008,"stop":1724921563008,"duration":0},"status":"passed","severity":"normal"},{"uid":"54e6693e218f7725","name":"connected peers and dial","time":{"start":1724921515418,"stop":1724921515418,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4e65c78187612109","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","time":{"start":1724921196358,"stop":1724921196358,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5a973d7118120e7","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1724921658747,"stop":1724921658747,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8a07d5e3e706c7c","name":"ignores unrecognized TXT record formats","time":{"start":1724921061848,"stop":1724921061848,"duration":0},"status":"passed","severity":"normal"},{"uid":"17161b74d5c9dd0b","name":"pre and post cipher","time":{"start":1724921072291,"stop":1724921072292,"duration":1},"status":"passed","severity":"normal"},{"uid":"6e93bfcb3caffb93","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1724921620594,"stop":1724921620594,"duration":0},"status":"passed","severity":"normal"},{"uid":"af9f8c7a8d55be2e","name":"Ping fails for unsubscribed peers","time":{"start":1724921196356,"stop":1724921196356,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e10595305ade239","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1724921037632,"stop":1724921037632,"duration":0},"status":"passed","severity":"normal"},{"uid":"529f41f06281e81","name":"Subscribe to topic containing Russian and receive message","time":{"start":1724921297011,"stop":1724921297012,"duration":1},"status":"passed","severity":"normal"},{"uid":"46cb6165c90353c1","name":"Push message with escaped characters payload","time":{"start":1724921602952,"stop":1724921602954,"duration":2},"status":"passed","severity":"normal"},{"uid":"b129131824274df8","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1724921071991,"stop":1724921071992,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d96481970d1e637","name":"should load peers from local storage and dispatch events","time":{"start":1724921065912,"stop":1724921065912,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc7e7e951eb592fc","name":"A test","time":{"start":1724921380065,"stop":1724921380065,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba0c90b0aa7a5066","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1724921050917,"stop":1724921050917,"duration":0},"status":"passed","severity":"normal"},{"uid":"11478258b73834c9","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1724921198885,"stop":1724921198886,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f5a16b5e31e3b2d","name":"Decoder throws on empty string content topic","time":{"start":1724921071995,"stop":1724921071995,"duration":0},"status":"passed","severity":"normal"},{"uid":"8856151394015ef7","name":"Check received message containing JSON","time":{"start":1724921267869,"stop":1724921267870,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4007157fc245014","name":"Generator, custom pubsub topic","time":{"start":1724921658740,"stop":1724921658741,"duration":1},"status":"passed","severity":"normal"},{"uid":"f187978cc0530a22","name":"Subscribe to topic containing JSON and receive message","time":{"start":1724921625069,"stop":1724921625070,"duration":1},"status":"passed","severity":"normal"},{"uid":"f477565970dcb5e1","name":"Publish message with custom timestamp: Thu Aug 29 2024 07:52:18 GMT+0000 (Coordinated Universal Time)","time":{"start":1724921564779,"stop":1724921564781,"duration":2},"status":"passed","severity":"normal"},{"uid":"b969b359e3eb914e","name":"should get / set TCP multiaddr","time":{"start":1724921046201,"stop":1724921046201,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa1df6d135719105","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1724921564783,"stop":1724921564783,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8e695608dd0efdc","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1724921296996,"stop":1724921296996,"duration":0},"status":"passed","severity":"normal"},{"uid":"97cc61a059faf695","name":"random static sharding 8 - Cluster ID: 673, Shard ID: 32","time":{"start":1724921619637,"stop":1724921619638,"duration":1},"status":"passed","severity":"normal"},{"uid":"7eedf028c7830766","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1724921198886,"stop":1724921198886,"duration":0},"status":"passed","severity":"normal"},{"uid":"22d224c4577a0923","name":"Check received message containing XML","time":{"start":1724921515222,"stop":1724921515222,"duration":0},"status":"passed","severity":"normal"},{"uid":"3cc723f4023a6d1f","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1724921045532,"stop":1724921045532,"duration":0},"status":"passed","severity":"normal"},{"uid":"d54c158d1973740","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1724921061852,"stop":1724921061852,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e104c11ce0d13e67","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1724921270357,"stop":1724921270357,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0ef633ae806cb84","name":"Push message with content topic containing SQL Injection","time":{"start":1724921529586,"stop":1724921529586,"duration":0},"status":"passed","severity":"normal"},{"uid":"fed10d8dabb9ea90","name":"should throw an error for missing required configuration","time":{"start":1724921037641,"stop":1724921037642,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e775a524f387094","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1724921037631,"stop":1724921037631,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e09e57893b8cc62","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1724921037761,"stop":1724921037761,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ea8b4edebffe8ae","name":"Waku message hash computation (meta attribute not present)","time":{"start":1724921040180,"stop":1724921040180,"duration":0},"status":"passed","severity":"normal"},{"uid":"e45e391caa97f7e1","name":"Ping on subscribed peer","time":{"start":1724921148662,"stop":1724921148662,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0a175622800a5e1","name":"Refresh subscription","time":{"start":1724921625081,"stop":1724921625082,"duration":1},"status":"passed","severity":"normal"},{"uid":"4a240941df5f3929","name":"Subscribe to topic containing emoji and receive message","time":{"start":1724921625094,"stop":1724921625094,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a484b8ae09191e1","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1724921095760,"stop":1724921095761,"duration":1},"status":"passed","severity":"normal"},{"uid":"94990502706a1b18","name":"configure the node with multiple content topics","time":{"start":1724921613056,"stop":1724921613057,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb6ada565bb08e89","name":"Renews subscription after lossing a connection","time":{"start":1724921625077,"stop":1724921625077,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8066380dcbf1780","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1724921037644,"stop":1724921037644,"duration":0},"status":"passed","severity":"normal"},{"uid":"54a92f9cd6e93359","name":"Check meta is set [ecies]","time":{"start":1724921073459,"stop":1724921073459,"duration":0},"status":"passed","severity":"normal"},{"uid":"9816b920b1dd3438","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app78/9/topic582/xml","time":{"start":1724921613051,"stop":1724921613052,"duration":1},"status":"passed","severity":"normal"},{"uid":"f52eac6f5e3afc98","name":"Push message with content topic containing Russian","time":{"start":1724921602959,"stop":1724921602959,"duration":0},"status":"passed","severity":"normal"},{"uid":"377db6bfc8ec650f","name":"Subscribe to topic containing JSON and publish message","time":{"start":1724921563020,"stop":1724921563020,"duration":0},"status":"passed","severity":"normal"},{"uid":"98d542a203ea1081","name":"LightPush with 1 connections","time":{"start":1724921321310,"stop":1724921321310,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f14b51b7381e754","name":"Subscribe to topic containing JSON and receive message","time":{"start":1724921625092,"stop":1724921625092,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b5e095b44e4c4f1","name":"Check received message containing Arabic","time":{"start":1724921267867,"stop":1724921267867,"duration":0},"status":"passed","severity":"normal"},{"uid":"71d59a08429b0760","name":"Push message with content topic containing Arabic","time":{"start":1724921529584,"stop":1724921529585,"duration":1},"status":"passed","severity":"normal"},{"uid":"eee6608875102748","name":"Promise Callback - false","time":{"start":1724921640664,"stop":1724921640664,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7588d86f9dce349","name":"Publish without waiting for remote peer","time":{"start":1724921563005,"stop":1724921563006,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8052f56229a044c","name":"1 Relay, 1 fetch","time":{"start":1724921061618,"stop":1724921061619,"duration":1},"status":"passed","severity":"normal"},{"uid":"6bd713010c0f06c9","name":"Push message with meta","time":{"start":1724921529591,"stop":1724921529591,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e4c46fddde52fc4","name":"Push message with content topic containing long","time":{"start":1724921529581,"stop":1724921529582,"duration":1},"status":"passed","severity":"normal"},{"uid":"cba0787fc9d90e08","name":"Check received message containing Chinese","time":{"start":1724921515220,"stop":1724921515220,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c11ae878c60ba23","name":"Round trip binary serialization","time":{"start":1724921051054,"stop":1724921051054,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b5f77c9b0e53a29","name":"should return the pubsub topic directly if a string is provided","time":{"start":1724921037652,"stop":1724921037652,"duration":0},"status":"passed","severity":"normal"},{"uid":"4539a613514e231b","name":"Push message with Russian payload","time":{"start":1724921529570,"stop":1724921529570,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea8d07059b4daa4","name":"Check publish message after client node is restarted","time":{"start":1724921564784,"stop":1724921564784,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3ac9a7b5c3556c82","name":"Subscribe and receive messages via lightPush","time":{"start":1724921625031,"stop":1724921625032,"duration":1},"status":"passed","severity":"normal"},{"uid":"5db1acdb7642e948","name":"LightPush","time":{"start":1724921677828,"stop":1724921677828,"duration":0},"status":"passed","severity":"normal"},{"uid":"54249c2c9fdb724c","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1724921270350,"stop":1724921270350,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf23b5cc6d6aefbd","name":"Query Generator, Multiple PubsubTopics","time":{"start":1724921640398,"stop":1724921640398,"duration":0},"status":"passed","severity":"normal"},{"uid":"30b246bd6558c997","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1724921164591,"stop":1724921164592,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd2728d7555f7197","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724921379981,"stop":1724921379981,"duration":0},"status":"passed","severity":"normal"},{"uid":"80f50c442fbd1929","name":"isConnected should return false after all peers disconnect","time":{"start":1724921141188,"stop":1724921141188,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3d887291748dc9a","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1724921050916,"stop":1724921050916,"duration":0},"status":"passed","severity":"normal"},{"uid":"df430495f36d5327","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1724921563010,"stop":1724921563010,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad029ca824037832","name":"Push message with content topic containing shell command","time":{"start":1724921602961,"stop":1724921602967,"duration":6},"status":"passed","severity":"normal"},{"uid":"5b0232bf0f64615e","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724921270351,"stop":1724921270351,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cdb2c3b3c043713","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1724921583488,"stop":1724921583488,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5c147601d7ae483","name":"Encoder throws on empty string content topic","time":{"start":1724921071994,"stop":1724921071994,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d529c610f151dcf","name":"throws on empty content topic","time":{"start":1724921037619,"stop":1724921037620,"duration":1},"status":"passed","severity":"normal"},{"uid":"a8c0dbd5cd6abe23","name":"Subscribe to topic containing numeric and receive message","time":{"start":1724921625047,"stop":1724921625048,"duration":1},"status":"passed","severity":"normal"},{"uid":"1392a9091b368f92","name":"connects to nwaku","time":{"start":1724921672579,"stop":1724921672579,"duration":0},"status":"passed","severity":"normal"},{"uid":"2226891e9b597d0a","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1724921037633,"stop":1724921037633,"duration":0},"status":"passed","severity":"normal"},{"uid":"e94ea2bd984dd91b","name":"Push message with JSON payload","time":{"start":1724921529572,"stop":1724921529573,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ddff250145b23b5","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1724921723785,"stop":1724921723785,"duration":0},"status":"passed","severity":"normal"},{"uid":"37ac5232c27134e9","name":"Query Generator, No Decoder","time":{"start":1724921640398,"stop":1724921640399,"duration":1},"status":"passed","severity":"normal"},{"uid":"17b86087301f0bf3","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1724921037640,"stop":1724921037641,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f3dac79af91b466","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1724921267873,"stop":1724921267873,"duration":0},"status":"passed","severity":"normal"},{"uid":"431535a9548970b5","name":"removeEventListener with wrong event","time":{"start":1724921128567,"stop":1724921128568,"duration":1},"status":"passed","severity":"normal"},{"uid":"540c86fec566c5ae","name":"Fails to push message bigger that 1MB","time":{"start":1724921602990,"stop":1724921602990,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0245e71ccb34948","name":"Ping on unsubscribed peer","time":{"start":1724921158277,"stop":1724921158278,"duration":1},"status":"passed","severity":"normal"},{"uid":"429c7ffb9b83651a","name":"Check message with no pubsub topic is not received","time":{"start":1724921267874,"stop":1724921267880,"duration":6},"status":"passed","severity":"normal"},{"uid":"de422b0b9e9d40a4","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1724921045537,"stop":1724921045537,"duration":0},"status":"passed","severity":"normal"},{"uid":"ecde8ab32e4706ad","name":"Push message equal or less that 1MB","time":{"start":1724921602989,"stop":1724921602990,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f03a9853a82bb13","name":"Subscribe to topic containing emoji and receive message","time":{"start":1724921625076,"stop":1724921625076,"duration":0},"status":"passed","severity":"normal"},{"uid":"507c4f7a63459610","name":"Subscribe to topic containing numeric and receive message","time":{"start":1724921297007,"stop":1724921297007,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b7b8ca62e5c09da","name":"Subscribe to topic containing Russian and receive message","time":{"start":1724921625063,"stop":1724921625063,"duration":0},"status":"passed","severity":"normal"},{"uid":"97b967044d80a609","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724921270353,"stop":1724921270354,"duration":1},"status":"passed","severity":"normal"},{"uid":"734e6544d417ecdb","name":"random static sharding 7 - Cluster ID: 322, Shard ID: 212","time":{"start":1724921619636,"stop":1724921619637,"duration":1},"status":"passed","severity":"normal"},{"uid":"af212c853f102bd1","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1724921164599,"stop":1724921164599,"duration":0},"status":"passed","severity":"normal"},{"uid":"8fa67dc09f551a36","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724921164605,"stop":1724921164606,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f7ae10316ae9813","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1724921270343,"stop":1724921270343,"duration":0},"status":"passed","severity":"normal"},{"uid":"572340ef73d4cca1","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1724921198884,"stop":1724921198884,"duration":0},"status":"passed","severity":"normal"},{"uid":"50c9c7dd60f00b11","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1724921625093,"stop":1724921625094,"duration":1},"status":"passed","severity":"normal"},{"uid":"225ee1841fcdf495","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1724921037650,"stop":1724921037650,"duration":0},"status":"passed","severity":"normal"},{"uid":"c44fed0533063481","name":"should not fail to stop the service if it was not started","time":{"start":1724921065909,"stop":1724921065910,"duration":1},"status":"passed","severity":"normal"},{"uid":"62259b84ac0a174d","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1724921625093,"stop":1724921625093,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed2a14e205f5466b","name":"Overlapping topic subscription","time":{"start":1724921297003,"stop":1724921297004,"duration":1},"status":"passed","severity":"normal"},{"uid":"d39e733702a7b73e","name":"can start and stop the service","time":{"start":1724921065909,"stop":1724921065909,"duration":0},"status":"passed","severity":"normal"},{"uid":"21de58c2d261e598","name":"should be called at least once on all `peer:discovery` events","time":{"start":1724921095756,"stop":1724921095757,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5ac7e630fdb1e1e","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1724921270354,"stop":1724921270355,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b17ab9ffe856cd9","name":"Check received message containing Chinese","time":{"start":1724921267866,"stop":1724921267867,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ea1aef148ec4e8b","name":"different cluster, same shard: nodes don't connect","time":{"start":1724921270340,"stop":1724921270341,"duration":1},"status":"passed","severity":"normal"},{"uid":"b72e034a574ff9e2","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1724921037633,"stop":1724921037633,"duration":0},"status":"passed","severity":"normal"},{"uid":"10e8adbd5b68725a","name":"Check publish message containing Script","time":{"start":1724921564775,"stop":1724921564775,"duration":0},"status":"passed","severity":"normal"},{"uid":"d984d3f99244cc7d","name":"Sets default value correctly","time":{"start":1724921672582,"stop":1724921672582,"duration":0},"status":"passed","severity":"normal"},{"uid":"bde2e8fe97db1164","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1724921669869,"stop":1724921669869,"duration":0},"status":"passed","severity":"normal"},{"uid":"411e8c6df063dcb8","name":"Passing page size 110 when there are 120 messages","time":{"start":1724921656193,"stop":1724921656193,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed2db9c3dd027f8","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1724921037647,"stop":1724921037647,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d6bdc9e7c1ade97","name":"should throw an error for insufficient data","time":{"start":1724921037761,"stop":1724921037761,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f8370cac43d0268","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1724921620602,"stop":1724921620602,"duration":0},"status":"passed","severity":"normal"},{"uid":"314c00ec5eced8dd","name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","time":{"start":1724921497756,"stop":1724921497756,"duration":0},"status":"passed","severity":"normal"},{"uid":"55e06d85242c51f7","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1724921270361,"stop":1724921270361,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c6dcfad9ce7cf60","name":"Subscribe to topic containing Script and receive message","time":{"start":1724921625065,"stop":1724921625066,"duration":1},"status":"passed","severity":"normal"},{"uid":"19c216099db73e59","name":"Check publish message containing short","time":{"start":1724921564770,"stop":1724921564771,"duration":1},"status":"passed","severity":"normal"},{"uid":"fce2d6f395d59011","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1724921037640,"stop":1724921037640,"duration":0},"status":"passed","severity":"normal"},{"uid":"a660c26f6f9b8591","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1724921037632,"stop":1724921037632,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c7d17c1eb4ecf89","name":"passes more than one ENR URLs and attempts connection","time":{"start":1724921098922,"stop":1724921098922,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6834b27dc72b33d9","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1724921270366,"stop":1724921270366,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5fdb06c3986f26b","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1724921141186,"stop":1724921141186,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d538544713498a1","name":"Push message with Basic HTML tag payload","time":{"start":1724921529572,"stop":1724921529572,"duration":0},"status":"passed","severity":"normal"},{"uid":"9509b1c3201eb414","name":"Subscribe to topic containing long and receive message","time":{"start":1724921625082,"stop":1724921625082,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd5a5d41e71fd062","name":"Push message with Basic HTML tag payload","time":{"start":1724921602951,"stop":1724921602951,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fd2a55cf1c5c71d","name":"Filter","time":{"start":1724921677828,"stop":1724921677829,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc1cb25c5fb5740e","name":"Check received message containing long","time":{"start":1724921515230,"stop":1724921515231,"duration":1},"status":"passed","severity":"normal"},{"uid":"56270c4ee8247b44","name":"Push message with content topic containing long","time":{"start":1724921602956,"stop":1724921602957,"duration":1},"status":"passed","severity":"normal"},{"uid":"debcddba4baa6d3e","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1724921270352,"stop":1724921270352,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd8abdc0d7a442a0","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1724921037648,"stop":1724921037648,"duration":0},"status":"passed","severity":"normal"},{"uid":"86776a82259ddb4c","name":"Query with Ordered Callback, No Decoder","time":{"start":1724921640400,"stop":1724921640400,"duration":0},"status":"passed","severity":"normal"},{"uid":"88d148067d113715","name":"Check received message with timestamp: 1724921087396000000 ","time":{"start":1724921515239,"stop":1724921515239,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbedc372ddbc2b94","name":"addEventListener with correct event","time":{"start":1724921128565,"stop":1724921128566,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7bed797b82920c9","name":"Passing page size 0 when there are 110 messages","time":{"start":1724921656188,"stop":1724921656189,"duration":1},"status":"passed","severity":"normal"},{"uid":"37cca60c8488191e","name":"Push message with content topic containing Basic HTML tag","time":{"start":1724921529587,"stop":1724921529588,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf50ae68b948f731","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1724921270360,"stop":1724921270360,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f451b723b2387ad","name":"Push message with special chars payload","time":{"start":1724921602944,"stop":1724921602944,"duration":0},"status":"passed","severity":"normal"},{"uid":"76a24f27b4f7d184","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1724921198885,"stop":1724921198885,"duration":0},"status":"passed","severity":"normal"},{"uid":"10930c72109afabe","name":"should return valid sharding parameters for static sharding","time":{"start":1724921037653,"stop":1724921037653,"duration":0},"status":"passed","severity":"normal"},{"uid":"e06edffcca43be63","name":"Check publish message containing numeric","time":{"start":1724921564772,"stop":1724921564772,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b8e435e99e74df4","name":"Privacy Node - default protocol","time":{"start":1724921677829,"stop":1724921677830,"duration":1},"status":"passed","severity":"normal"},{"uid":"a6d6093f03a0b3f8","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1724921300828,"stop":1724921300828,"duration":0},"status":"passed","severity":"normal"},{"uid":"530fdaa7dbf39669","name":"should properly create location multiaddrs - udp4","time":{"start":1724921046201,"stop":1724921046202,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a6fb2b9219e3ece","name":"Query with Promise Callback, No Decoder","time":{"start":1724921640401,"stop":1724921640402,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f1f5264bf7f3c10","name":"udp ip6 address","time":{"start":1724921045450,"stop":1724921045451,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f19764bf47cf026","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1724921164602,"stop":1724921164602,"duration":0},"status":"passed","severity":"normal"},{"uid":"efccbdb4e965ee09","name":"Refresh subscription","time":{"start":1724921297004,"stop":1724921297005,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc92a857653ef004","name":"Generator, 2 different pubsubtopics","time":{"start":1724921658747,"stop":1724921658747,"duration":0},"status":"passed","severity":"normal"},{"uid":"6491742b08b916b6","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1724921300829,"stop":1724921300829,"duration":0},"status":"passed","severity":"normal"},{"uid":"841e7b02904a2c8e","name":"should set field with all protocols disabled","time":{"start":1724921046207,"stop":1724921046207,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8e92c60d9573786","name":"Generator, custom pubsub topic","time":{"start":1724921658746,"stop":1724921658747,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ba9120d1e103abd","name":"Subscribe and receives messages on 20 topics","time":{"start":1724921297000,"stop":1724921297001,"duration":1},"status":"passed","severity":"normal"},{"uid":"4bd7321f825ce063","name":"Check received message containing Russian","time":{"start":1724921515221,"stop":1724921515221,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8a573b851f097b4","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1724921540106,"stop":1724921540107,"duration":1},"status":"passed","severity":"normal"},{"uid":"3967a91bdaaa4572","name":"random static sharding 10 - Cluster ID: 613, Shard ID: 314","time":{"start":1724921619639,"stop":1724921619640,"duration":1},"status":"passed","severity":"normal"},{"uid":"96b54f458bd6d1f0","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1724921540107,"stop":1724921540107,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea901a6e62efd2a4","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1724921625084,"stop":1724921625085,"duration":1},"status":"passed","severity":"normal"},{"uid":"5612bdfac6133a49","name":"Push to array if already present","time":{"start":1724921037311,"stop":1724921037311,"duration":0},"status":"passed","severity":"normal"},{"uid":"c75832c1edf1453a","name":"Check received message containing special chars","time":{"start":1724921267866,"stop":1724921267866,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d127426b4c48ce5","name":"Check message received after nwaku node is restarted","time":{"start":1724921515229,"stop":1724921515229,"duration":0},"status":"skipped","severity":"normal"},{"uid":"124938ee1bbe0a57","name":"Check publish message containing special chars","time":{"start":1724921564773,"stop":1724921564773,"duration":0},"status":"passed","severity":"normal"},{"uid":"662b430445e0dcdb","name":"should use the provided clusterId for the pubsub topic","time":{"start":1724921037655,"stop":1724921037655,"duration":0},"status":"passed","severity":"normal"},{"uid":"968d100814409957","name":"Correctly serialized arguments","time":{"start":1724921423945,"stop":1724921423945,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a9e5e905752e28f","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1724921669870,"stop":1724921669870,"duration":0},"status":"passed","severity":"normal"},{"uid":"5fc36053a2125c3a","name":"Init the array if not present","time":{"start":1724921037308,"stop":1724921037310,"duration":2},"status":"passed","severity":"normal"},{"uid":"576cb870ac5e2284","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app64/5/topic958/json","time":{"start":1724921613050,"stop":1724921613051,"duration":1},"status":"passed","severity":"normal"},{"uid":"51cbccb89f3f23ba","name":"Query Generator, Wrong PubsubTopic","time":{"start":1724921640397,"stop":1724921640398,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd39287a43016ecc","name":"should return all peers when numPeers is 0","time":{"start":1724921050915,"stop":1724921050915,"duration":0},"status":"passed","severity":"normal"},{"uid":"d36404b715e7ec43","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1724921669870,"stop":1724921669870,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d4b1e7ddcc6f54f","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1724921564778,"stop":1724921564778,"duration":0},"status":"passed","severity":"normal"},{"uid":"65eff275352e9750","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1724921198885,"stop":1724921198885,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcc604cec7b2be40","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1724921065912,"stop":1724921065913,"duration":1},"status":"passed","severity":"normal"},{"uid":"660f23e1f9201c09","name":"should return unique PubsubTopics for static sharding","time":{"start":1724921037639,"stop":1724921037640,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e27f52307d37612","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1724921625079,"stop":1724921625080,"duration":1},"status":"passed","severity":"normal"},{"uid":"13c80ad05d468c2e","name":"should not receive a peer event before start","time":{"start":1724921065911,"stop":1724921065911,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c2593e0211c829e","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1724921619628,"stop":1724921619629,"duration":1},"status":"passed","severity":"normal"},{"uid":"1794b2a18690e6a4","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1724921723783,"stop":1724921723784,"duration":1},"status":"passed","severity":"normal"},{"uid":"a065e38701082722","name":"Push message with content topic containing Script","time":{"start":1724921529586,"stop":1724921529586,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d1c2dd1ef90a4be","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1724921037760,"stop":1724921037761,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7724d5ba18196f0","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1724921037638,"stop":1724921037638,"duration":0},"status":"passed","severity":"normal"},{"uid":"c341e65d8d2df067","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1724921640400,"stop":1724921640400,"duration":0},"status":"passed","severity":"normal"},{"uid":"e46ebe55aef5efef","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1724921037652,"stop":1724921037652,"duration":0},"status":"passed","severity":"normal"},{"uid":"c32d3fd9dbc03447","name":"should not receive a peer event before start","time":{"start":1724921559017,"stop":1724921559018,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ccce9c4eac5b62d","name":"Throws when trying to push message with empty payload","time":{"start":1724921602955,"stop":1724921602956,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3b43a70a8e92324","name":"Encoder throws on empty string content topic","time":{"start":1724921051056,"stop":1724921051056,"duration":0},"status":"passed","severity":"normal"},{"uid":"a439944ae5b0e411","name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","time":{"start":1724921497753,"stop":1724921497755,"duration":2},"status":"passed","severity":"normal"},{"uid":"67f60c430e453eff","name":"Push message with SQL Injection payload","time":{"start":1724921529570,"stop":1724921529571,"duration":1},"status":"passed","severity":"normal"},{"uid":"cad5c4a34408dcf9","name":"should throw an error for an unconfigured topic","time":{"start":1724921037651,"stop":1724921037652,"duration":1},"status":"passed","severity":"normal"},{"uid":"342972e0e2aa70b0","name":"Push message with content topic containing Chinese","time":{"start":1724921602958,"stop":1724921602959,"duration":1},"status":"passed","severity":"normal"},{"uid":"6609f7a367739bca","name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1724921497761,"stop":1724921497762,"duration":1},"status":"passed","severity":"normal"},{"uid":"b64a747a94bdb9df","name":"Relay - dialed after","time":{"start":1724921677827,"stop":1724921677827,"duration":0},"status":"passed","severity":"normal"},{"uid":"4922599fdd2c972","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1724921669871,"stop":1724921669871,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf2bb91e58b59ff4","name":"Meta field set when metaSetter is specified","time":{"start":1724921051055,"stop":1724921051055,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab935c6549faaae2","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1724921037643,"stop":1724921037643,"duration":0},"status":"passed","severity":"normal"},{"uid":"4711bec367d87146","name":"nwaku subscribes","time":{"start":1724921538593,"stop":1724921538593,"duration":0},"status":"passed","severity":"normal"},{"uid":"e76f2b61f95f7cd5","name":"Check received message containing SQL Injection","time":{"start":1724921515221,"stop":1724921515221,"duration":0},"status":"passed","severity":"normal"},{"uid":"38fdd8e9f4ca430f","name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1724921497761,"stop":1724921497761,"duration":0},"status":"broken","severity":"normal"},{"uid":"1a533fe19fd2153a","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1724921164589,"stop":1724921164590,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0bb416fc160862e","name":"Push message with custom timestamp: 1724924897150","time":{"start":1724921602989,"stop":1724921602989,"duration":0},"status":"passed","severity":"normal"},{"uid":"abcc40ea23334fcb","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1724921669869,"stop":1724921669869,"duration":0},"status":"passed","severity":"normal"},{"uid":"909663107e92256e","name":"Generator, 2 different pubsubtopics","time":{"start":1724921658745,"stop":1724921658746,"duration":1},"status":"passed","severity":"normal"},{"uid":"8368596a5cc2ad94","name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","time":{"start":1724921497757,"stop":1724921497757,"duration":0},"status":"passed","severity":"normal"},{"uid":"480e81ebccb0e1bd","name":"should decode valid enr with tcp successfully","time":{"start":1724921046196,"stop":1724921046196,"duration":0},"status":"passed","severity":"normal"},{"uid":"f92f81baa9a737a2","name":"should not throw an error for a single configured topic","time":{"start":1724921037650,"stop":1724921037651,"duration":1},"status":"passed","severity":"normal"},{"uid":"851c6478bc79a3ae","name":"should emit a peer event after start","time":{"start":1724921098916,"stop":1724921098918,"duration":2},"status":"passed","severity":"normal"},{"uid":"a22df519cbcb7c3e","name":"Ordered Callback - false","time":{"start":1724921640665,"stop":1724921640666,"duration":1},"status":"passed","severity":"normal"},{"uid":"82819bbec65135e5","name":"Check message received after jswaku node is restarted","time":{"start":1724921267898,"stop":1724921267899,"duration":1},"status":"skipped","severity":"normal"},{"uid":"e485ac251e5637ee","name":"Check received message containing emoji","time":{"start":1724921267871,"stop":1724921267871,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b05d4b33d446dfc","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1724921300794,"stop":1724921300828,"duration":34},"status":"passed","severity":"normal"},{"uid":"a4a676297003c3ee","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1724921037649,"stop":1724921037649,"duration":0},"status":"passed","severity":"normal"},{"uid":"88e7c7a429e73f95","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1724921625083,"stop":1724921625083,"duration":0},"status":"passed","severity":"normal"},{"uid":"9479fcc50ae9621","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1724921045530,"stop":1724921045531,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ed87024427bc951","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app39/10/topic365/proto","time":{"start":1724921613052,"stop":1724921613053,"duration":1},"status":"passed","severity":"normal"},{"uid":"87186ffa659a4974","name":"Push message with numeric payload","time":{"start":1724921529566,"stop":1724921529567,"duration":1},"status":"passed","severity":"normal"},{"uid":"29ffafe1dc588c79","name":"Subscribe and receive messages via waku relay post","time":{"start":1724921625034,"stop":1724921625035,"duration":1},"status":"passed","severity":"normal"},{"uid":"5bfd592b80c1d3b9","name":"can start and stop the service","time":{"start":1724921098907,"stop":1724921098913,"duration":6},"status":"passed","severity":"normal"},{"uid":"453971419b14a781","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1724921037638,"stop":1724921037639,"duration":1},"status":"passed","severity":"normal"},{"uid":"83696c2e74b4d842","name":"Check message with no content topic is not received","time":{"start":1724921515253,"stop":1724921515254,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea7d8fbfbea10b4f","name":"Check received message containing escaped characters","time":{"start":1724921515223,"stop":1724921515224,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b188056243c0f10","name":"isConnected return false after peer stops","time":{"start":1724921141188,"stop":1724921141200,"duration":12},"status":"passed","severity":"normal"},{"uid":"f29a73ad17dd26f2","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1724921300790,"stop":1724921300790,"duration":0},"status":"passed","severity":"normal"},{"uid":"90591eebaf76809d","name":"Reusing cursor across nodes","time":{"start":1724921620609,"stop":1724921620609,"duration":0},"status":"passed","severity":"normal"},{"uid":"2da6d1637bc54721","name":"Ping on peer without subscriptions","time":{"start":1724921158279,"stop":1724921158280,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c76f003f68108c3","name":"Check received message containing SQL Injection","time":{"start":1724921515233,"stop":1724921515233,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5c46b5bb7e41cab","name":"Ping on unsubscribed peer","time":{"start":1724921158280,"stop":1724921158281,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b0c7e35cd764ab0","name":"Push message with content topic containing special chars","time":{"start":1724921529583,"stop":1724921529584,"duration":1},"status":"passed","severity":"normal"},{"uid":"33af4681fdfb727a","name":"Push message with custom timestamp: 1694162921438","time":{"start":1724921529592,"stop":1724921529592,"duration":0},"status":"passed","severity":"normal"},{"uid":"62391f629dbd3c53","name":"throws on content topic with empty topic name field","time":{"start":1724921037622,"stop":1724921037623,"duration":1},"status":"passed","severity":"normal"},{"uid":"6fc875120106ada0","name":"Query Generator - false","time":{"start":1724921640663,"stop":1724921640663,"duration":0},"status":"passed","severity":"normal"},{"uid":"71d62ecc8ba6f628","name":"Passing an array","time":{"start":1724921672580,"stop":1724921672581,"duration":1},"status":"passed","severity":"normal"},{"uid":"d955e8daf35371da","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1724921270356,"stop":1724921270357,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a233612831f2928","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1724921037645,"stop":1724921037646,"duration":1},"status":"passed","severity":"normal"},{"uid":"30ca862286538063","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1724921419681,"stop":1724921419681,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7e07250e89d2faf","name":"Push message with Russian payload","time":{"start":1724921602945,"stop":1724921602945,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b3cfea0817c9786","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1724921297012,"stop":1724921297015,"duration":3},"status":"passed","severity":"normal"},{"uid":"9e2fd0a400e1f2f5","name":"Push message on custom pubsubTopic","time":{"start":1724921379980,"stop":1724921379980,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a9721948a6e86c7","name":"should not fail to stop the service if it was not started","time":{"start":1724921098913,"stop":1724921098915,"duration":2},"status":"passed","severity":"normal"},{"uid":"caeaa56db3e7fb19","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1724921296999,"stop":1724921297000,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d38d57bd1c2141b","name":"Query generator for multiple messages with different content topic format","time":{"start":1724921663254,"stop":1724921663254,"duration":0},"status":"passed","severity":"normal"},{"uid":"b444d838d3b1db3e","name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","time":{"start":1724921497759,"stop":1724921497759,"duration":0},"status":"passed","severity":"normal"},{"uid":"2756ff3695cd8f98","name":"Push message with content topic containing short","time":{"start":1724921529580,"stop":1724921529581,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ee7ee1a93f15197","name":"Check received message containing long","time":{"start":1724921515218,"stop":1724921515219,"duration":1},"status":"passed","severity":"normal"},{"uid":"3fdd119d70884757","name":"Check received message containing Russian","time":{"start":1724921267867,"stop":1724921267867,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca23129e39bffd4d","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1724921625092,"stop":1724921625092,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f731215e17475bd","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1724921625074,"stop":1724921625074,"duration":0},"status":"passed","severity":"normal"},{"uid":"e67d64c4c2c9220b","name":"does not throw on valid cases","time":{"start":1724921037618,"stop":1724921037618,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b92824aa675c8e1","name":"should decode valid enr successfully","time":{"start":1724921046195,"stop":1724921046196,"duration":1},"status":"passed","severity":"normal"},{"uid":"3fab53b05e85a6ca","name":"Check message with no payload is not received","time":{"start":1724921515254,"stop":1724921515255,"duration":1},"status":"passed","severity":"normal"},{"uid":"1aacb31657ce2e29","name":"Subscribe and receive messages via lightPush","time":{"start":1724921625077,"stop":1724921625078,"duration":1},"status":"passed","severity":"normal"},{"uid":"e680620a44099ea2","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1724921061850,"stop":1724921061851,"duration":1},"status":"passed","severity":"normal"},{"uid":"1858db6848d61ce3","name":"Push message with short payload","time":{"start":1724921529565,"stop":1724921529565,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fd0a94d9ad4d3a0","name":"Push message with content topic containing JSON","time":{"start":1724921602961,"stop":1724921602961,"duration":0},"status":"passed","severity":"normal"},{"uid":"945c6b0d9b10d247","name":"Subscribe to topic containing JSON and receive message","time":{"start":1724921297017,"stop":1724921297017,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cfc3bfc9a579daf","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1724921037650,"stop":1724921037650,"duration":0},"status":"passed","severity":"normal"},{"uid":"5890253cd3db5580","name":"Push message with content topic containing unicode special characters","time":{"start":1724921602976,"stop":1724921602977,"duration":1},"status":"passed","severity":"normal"},{"uid":"719aeb0a6f09b8ff","name":"1 Relay, 1 Filter, gives up","time":{"start":1724921061620,"stop":1724921061622,"duration":2},"status":"passed","severity":"normal"},{"uid":"da327398b7d68cc","name":"Check received message containing special chars","time":{"start":1724921515231,"stop":1724921515231,"duration":0},"status":"passed","severity":"normal"},{"uid":"37ad946f1220bc7d","name":"Ordered Callback - true","time":{"start":1724921640664,"stop":1724921640664,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e88ba296b98fe78","name":"Push 30 different messages","time":{"start":1724921529578,"stop":1724921529579,"duration":1},"status":"passed","severity":"normal"},{"uid":"e301018e69a077a1","name":"Renews peer on consistent ping failures","time":{"start":1724921196357,"stop":1724921196357,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2e25721a3b7cf1f","name":"Subscribe to topic containing XML and receive message","time":{"start":1724921297016,"stop":1724921297016,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0868c71ab09f686","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1724921270353,"stop":1724921270353,"duration":0},"status":"passed","severity":"normal"},{"uid":"92bc5d92141fdc57","name":"Check message on other pubsub topic is not received","time":{"start":1724921515227,"stop":1724921515227,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a0aafa4cdcd02a9","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1724921061369,"stop":1724921061370,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6ac9aef57299857","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1724921045530,"stop":1724921045530,"duration":0},"status":"passed","severity":"normal"},{"uid":"91ab48d0ea6f268e","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1724921037634,"stop":1724921037634,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b9d97f1a0e69d96","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1724921088189,"stop":1724921088192,"duration":3},"status":"passed","severity":"normal"},{"uid":"1d9a23ec9433111d","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1724921640401,"stop":1724921640401,"duration":0},"status":"passed","severity":"normal"},{"uid":"c17f6fd031e816ba","name":"dispatchEvent via connectionManager","time":{"start":1724921128570,"stop":1724921128571,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f8f4d984f5a044","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1724921640399,"stop":1724921640399,"duration":0},"status":"passed","severity":"normal"},{"uid":"505cd70f4faf5318","name":"Fails to publish duplicate message","time":{"start":1724921564782,"stop":1724921564782,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a0ba7ef0ef2b573","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1724921640401,"stop":1724921640401,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c222685a542e0fc","name":"Failed peers are renewed","time":{"start":1724921326304,"stop":1724921326305,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb7f384cd2383350","name":"Check received message containing Russian","time":{"start":1724921515232,"stop":1724921515233,"duration":1},"status":"passed","severity":"normal"},{"uid":"44fbd564f2b07ebb","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1724921270366,"stop":1724921270366,"duration":0},"status":"passed","severity":"normal"},{"uid":"95838baf8796a018","name":"should only return 1 node with relay and store capability","time":{"start":1724921061849,"stop":1724921061849,"duration":0},"status":"passed","severity":"normal"},{"uid":"62c3185d6cb3fec9","name":"Check publish message containing Arabic","time":{"start":1724921564773,"stop":1724921564774,"duration":1},"status":"passed","severity":"normal"},{"uid":"84e88c52a9e73405","name":"Overlapping topic subscription","time":{"start":1724921625081,"stop":1724921625081,"duration":0},"status":"passed","severity":"normal"},{"uid":"50fd81ba7d4f3fe9","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1724921300785,"stop":1724921300786,"duration":1},"status":"passed","severity":"normal"},{"uid":"296688d63cfd2b90","name":"Push message with content topic containing shell command","time":{"start":1724921529588,"stop":1724921529588,"duration":0},"status":"passed","severity":"normal"},{"uid":"245e853426170402","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1724921061373,"stop":1724921061373,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bf639790a8f80a4","name":"should throw error - no public key","time":{"start":1724921046197,"stop":1724921046197,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9017f77353febd7","name":"All","time":{"start":1724921096288,"stop":1724921096288,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7b0151897eef35e","name":"throws on content topic with too few or too many fields","time":{"start":1724921037620,"stop":1724921037620,"duration":0},"status":"passed","severity":"normal"},{"uid":"2af4268575210a4a","name":"Check publish message containing shell command","time":{"start":1724921564776,"stop":1724921564777,"duration":1},"status":"passed","severity":"normal"},{"uid":"456db820fbaf764b","name":"unsubscribes","time":{"start":1724921665483,"stop":1724921665483,"duration":0},"status":"passed","severity":"normal"},{"uid":"9685434f953e5fc1","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1724921270355,"stop":1724921270356,"duration":1},"status":"passed","severity":"normal"},{"uid":"77441a286b16a762","name":"Check message received after jswaku node is restarted","time":{"start":1724921515229,"stop":1724921515229,"duration":0},"status":"skipped","severity":"normal"},{"uid":"16e894829a2892ce","name":"LightPush with 2 connections","time":{"start":1724921321311,"stop":1724921321311,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ae99eb780a949d3","name":"Reopen subscription with peer with lost subscription","time":{"start":1724921148663,"stop":1724921148663,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cba0604524cb769","name":"Decoder throws on undefined content topic","time":{"start":1724921073460,"stop":1724921073461,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d360ace2f60a101","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724921164595,"stop":1724921164595,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ca5a5c4f05860b9","name":"Decoder throws on empty string content topic","time":{"start":1724921051057,"stop":1724921051057,"duration":0},"status":"passed","severity":"normal"},{"uid":"a14d6a33ee0bf861","name":"Check received message containing Script","time":{"start":1724921515235,"stop":1724921515236,"duration":1},"status":"passed","severity":"normal"},{"uid":"2cdcdd4b86f2098","name":"Waku message hash computation (message is IDecodedMessage)","time":{"start":1724921040181,"stop":1724921040181,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7e661092e377f10","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1724921669872,"stop":1724921669872,"duration":0},"status":"passed","severity":"normal"},{"uid":"b76d6413d2b43219","name":"handles multiple messages","time":{"start":1724921665482,"stop":1724921665483,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b48a8122b223c54","name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","time":{"start":1724921497759,"stop":1724921497760,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f8711989140f1fa","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1724921297016,"stop":1724921297017,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1f0804d1483cf01","name":"Push message with content topic containing JSON","time":{"start":1724921529588,"stop":1724921529588,"duration":0},"status":"passed","severity":"normal"},{"uid":"d64c18074186ffcf","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1724921037648,"stop":1724921037648,"duration":0},"status":"passed","severity":"normal"},{"uid":"eefd350acbced041","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1724921037653,"stop":1724921037653,"duration":0},"status":"passed","severity":"normal"},{"uid":"d26b319ec6c2ccf7","name":"should return empty list for no shard","time":{"start":1724921037641,"stop":1724921037641,"duration":0},"status":"passed","severity":"normal"},{"uid":"3542fa53e2840b8e","name":"Tracks peer failures correctly","time":{"start":1724921196358,"stop":1724921196358,"duration":0},"status":"passed","severity":"normal"},{"uid":"98f22b23ba12d089","name":"Fails to push message with empty content topic","time":{"start":1724921602983,"stop":1724921602983,"duration":0},"status":"passed","severity":"normal"},{"uid":"57349f756194d881","name":"Push message with shell command payload","time":{"start":1724921529573,"stop":1724921529575,"duration":2},"status":"passed","severity":"normal"},{"uid":"1ac9e709ba47a446","name":"should get / set UDP multiaddr","time":{"start":1724921046200,"stop":1724921046201,"duration":1},"status":"passed","severity":"normal"},{"uid":"3eb519b696882f18","name":"Publishes to nwaku","time":{"start":1724921538593,"stop":1724921538594,"duration":1},"status":"passed","severity":"normal"},{"uid":"15f156674dabe4af","name":"should set field with only STORE enabled","time":{"start":1724921046208,"stop":1724921046208,"duration":0},"status":"passed","severity":"normal"},{"uid":"16f83c7f94184a33","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1724921061371,"stop":1724921061371,"duration":0},"status":"passed","severity":"normal"},{"uid":"b41dfca9f4a17c17","name":"Check message with invalid timestamp is not received","time":{"start":1724921515250,"stop":1724921515252,"duration":2},"status":"passed","severity":"normal"},{"uid":"72d94578d1b7516d","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1724921515226,"stop":1724921515226,"duration":0},"status":"passed","severity":"normal"},{"uid":"f252a888acd21f2c","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1724921061368,"stop":1724921061369,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d0a3dae0399f200","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1724921620596,"stop":1724921620602,"duration":6},"status":"passed","severity":"normal"},{"uid":"96c8d2ba87c9ac1f","name":"Subscribe to topic containing special chars and receive message","time":{"start":1724921297008,"stop":1724921297008,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5ba7a082a1b62f0","name":"Passing page size 1 when there are 4 messages","time":{"start":1724921656189,"stop":1724921656191,"duration":2},"status":"passed","severity":"normal"},{"uid":"d960b4464b4b314","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1724921045536,"stop":1724921045536,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9a2e90933316b56","name":"Check publish message containing unicode special characters","time":{"start":1724921564777,"stop":1724921564777,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba43904f8e2f4735","name":"Push message with content topic containing Russian","time":{"start":1724921529585,"stop":1724921529586,"duration":1},"status":"passed","severity":"normal"},{"uid":"e225e38fd56cca83","name":"different cluster, different shard: nodes don't connect","time":{"start":1724921419683,"stop":1724921419683,"duration":0},"status":"passed","severity":"normal"},{"uid":"10642c68b780d604","name":"should not fail to start the service if it is already started","time":{"start":1724921559015,"stop":1724921559016,"duration":1},"status":"passed","severity":"normal"},{"uid":"aab5b470e2498281","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1724921037653,"stop":1724921037653,"duration":0},"status":"passed","severity":"normal"},{"uid":"fea0fb0bfaacf957","name":"Check received message containing Basic HTML tag","time":{"start":1724921515222,"stop":1724921515222,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3a49f0b73181b58","name":"Check received message containing shell command","time":{"start":1724921515237,"stop":1724921515237,"duration":0},"status":"passed","severity":"normal"},{"uid":"79d8ae281a8c9063","name":"should be able to encode the field with only RELAY set to true","time":{"start":1724921045527,"stop":1724921045528,"duration":1},"status":"passed","severity":"normal"},{"uid":"841549f8241a4f48","name":"Push message with long payload","time":{"start":1724921602941,"stop":1724921602943,"duration":2},"status":"passed","severity":"normal"},{"uid":"6094a650007372ef","name":"Generator, 2 different pubsubtopics","time":{"start":1724921658741,"stop":1724921658742,"duration":1},"status":"passed","severity":"normal"},{"uid":"21677b0b3bf04bcd","name":"Check received message containing JSON","time":{"start":1724921515237,"stop":1724921515237,"duration":0},"status":"passed","severity":"normal"},{"uid":"e638d479c183c82a","name":"Check received message containing unicode special characters","time":{"start":1724921515224,"stop":1724921515224,"duration":0},"status":"passed","severity":"normal"},{"uid":"74dd3ee92a40c8e6","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1724921540108,"stop":1724921540108,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c70c0536b987f","name":"Push message with content topic containing escaped characters","time":{"start":1724921602967,"stop":1724921602976,"duration":9},"status":"passed","severity":"normal"},{"uid":"f0e77a362b7a749c","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1724921270367,"stop":1724921270368,"duration":1},"status":"passed","severity":"normal"},{"uid":"95f74d7bba4e9aa3","name":"Subscribe to topic containing short and publish message","time":{"start":1724921563012,"stop":1724921563012,"duration":0},"status":"passed","severity":"normal"},{"uid":"322d9184bfa451f4","name":"Fails to publish message with wrong content topic","time":{"start":1724921564782,"stop":1724921564783,"duration":1},"status":"passed","severity":"normal"},{"uid":"621841b906bd8e31","name":"Wrong topic","time":{"start":1724921613055,"stop":1724921613056,"duration":1},"status":"passed","severity":"normal"},{"uid":"548e272a87163904","name":"Relay + Store","time":{"start":1724921046209,"stop":1724921046210,"duration":1},"status":"passed","severity":"normal"},{"uid":"b721cac1c680cce7","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1724921297002,"stop":1724921297003,"duration":1},"status":"passed","severity":"normal"},{"uid":"92e36bff546d9df8","name":"should throw an error if shards are undefined for static sharding","time":{"start":1724921037641,"stop":1724921037641,"duration":0},"status":"passed","severity":"normal"},{"uid":"7504173fb531a2ac","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1724921658746,"stop":1724921658746,"duration":0},"status":"passed","severity":"normal"},{"uid":"698e0d2a935fa2d7","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1724921270344,"stop":1724921270349,"duration":5},"status":"passed","severity":"normal"},{"uid":"a1b74da9bbadeb20","name":"should throw error - no id","time":{"start":1724921046197,"stop":1724921046197,"duration":0},"status":"passed","severity":"normal"},{"uid":"2bcd465cfefc06d1","name":"retrieves a single peer","time":{"start":1724921061845,"stop":1724921061846,"duration":1},"status":"passed","severity":"normal"},{"uid":"b128c6132fadca5b","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1724921037649,"stop":1724921037650,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b0bf39147f7e91","name":"Subscribe to topic containing shell command and receive message","time":{"start":1724921625070,"stop":1724921625073,"duration":3},"status":"passed","severity":"normal"},{"uid":"3bb55abc564f8f8","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1724921270364,"stop":1724921270364,"duration":0},"status":"passed","severity":"normal"},{"uid":"becd39806a35b699","name":"different cluster, same shard: nodes don't connect","time":{"start":1724921419682,"stop":1724921419683,"duration":1},"status":"passed","severity":"normal"},{"uid":"d339dc6e3f9200d2","name":"Promise Callback - true","time":{"start":1724921640663,"stop":1724921640664,"duration":1},"status":"passed","severity":"normal"},{"uid":"a4f160a103cf7c2f","name":"Check publish message containing SQL Injection","time":{"start":1724921564774,"stop":1724921564775,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d6ba223c43187e9","name":"Refresh subscription","time":{"start":1724921563011,"stop":1724921563011,"duration":0},"status":"skipped","severity":"normal"},{"uid":"183ecd3d6a1a5d3d","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1724921625036,"stop":1724921625037,"duration":1},"status":"passed","severity":"normal"},{"uid":"e9b034f8f075acb7","name":"groups content topics by expected pubsub topic","time":{"start":1724921037635,"stop":1724921037635,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdee562cd8da410c","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1724921270365,"stop":1724921270365,"duration":0},"status":"passed","severity":"normal"},{"uid":"e31964344df6de97","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1724921300786,"stop":1724921300787,"duration":1},"status":"passed","severity":"normal"},{"uid":"ebeb3c6f75b29817","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1724921270358,"stop":1724921270358,"duration":0},"status":"passed","severity":"normal"},{"uid":"1556cf1a20f7d8f3","name":"random static sharding 5 - Cluster ID: 764, Shard ID: 602","time":{"start":1724921619634,"stop":1724921619634,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed11507b7df4574e","name":"Subscribe to topic containing long and receive message","time":{"start":1724921297006,"stop":1724921297007,"duration":1},"status":"passed","severity":"normal"},{"uid":"4549a666b90f29ba","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1724921037637,"stop":1724921037637,"duration":0},"status":"passed","severity":"normal"},{"uid":"43a610975bfc6092","name":"Using a function","time":{"start":1724921672581,"stop":1724921672581,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bef7e84b6511509","name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1724921497758,"stop":1724921497758,"duration":0},"status":"broken","severity":"normal"},{"uid":"3acefc6a93f80c07","name":"Passing page size 19 when there are 20 messages","time":{"start":1724921656193,"stop":1724921656193,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2a2076bc9823386","name":"Publish message with custom timestamp: Thu Aug 29 2024 09:52:18 GMT+0000 (Coordinated Universal Time)","time":{"start":1724921564781,"stop":1724921564781,"duration":0},"status":"passed","severity":"normal"},{"uid":"50e30b36a505f008","name":"Subscribe to topic containing shell command and receive message","time":{"start":1724921625093,"stop":1724921625093,"duration":0},"status":"passed","severity":"normal"},{"uid":"b091f39ad7af265e","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1724921620603,"stop":1724921620609,"duration":6},"status":"passed","severity":"normal"},{"uid":"15951af8a25a5eee","name":"A test","time":{"start":1724921380064,"stop":1724921380064,"duration":0},"status":"passed","severity":"normal"},{"uid":"f511ee9444759abd","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1724921625064,"stop":1724921625065,"duration":1},"status":"passed","severity":"normal"},{"uid":"5518751c2318af6c","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1724921045535,"stop":1724921045536,"duration":1},"status":"passed","severity":"normal"},{"uid":"1bc9f76e644cc778","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1724921037653,"stop":1724921037653,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd2abdf0a6e27dbc","name":"Check meta is set [symmetric]","time":{"start":1724921071993,"stop":1724921071993,"duration":0},"status":"passed","severity":"normal"},{"uid":"78d4a66fb2e69211","name":"Publish message with custom timestamp: Fri Sep 08 2023 08:52:18 GMT+0000 (Coordinated Universal Time)","time":{"start":1724921564778,"stop":1724921564779,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1997c55de9fc524","name":"Ping on subscribed peer","time":{"start":1724921158276,"stop":1724921158277,"duration":1},"status":"passed","severity":"normal"},{"uid":"5259d11ad9f9236b","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1724921040179,"stop":1724921040179,"duration":0},"status":"passed","severity":"normal"},{"uid":"492e87a099129c9c","name":"Check message with no content topic is not received","time":{"start":1724921267880,"stop":1724921267880,"duration":0},"status":"passed","severity":"normal"},{"uid":"7569d2701dc871da","name":"Check received message containing Chinese","time":{"start":1724921515232,"stop":1724921515232,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae9e573d039bc59","name":"handles different clusterIds correctly","time":{"start":1724921037636,"stop":1724921037636,"duration":0},"status":"passed","severity":"normal"},{"uid":"f062321816c6cf2f","name":"Light Node - default protocols","time":{"start":1724921677829,"stop":1724921677829,"duration":0},"status":"passed","severity":"normal"},{"uid":"37f75bc7a8ed7232","name":"Decoder throws on empty string content topic","time":{"start":1724921073461,"stop":1724921073461,"duration":0},"status":"passed","severity":"normal"},{"uid":"1fa87ef30ba02d51","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1724921300790,"stop":1724921300791,"duration":1},"status":"passed","severity":"normal"},{"uid":"12e7268d2941260d","name":"ignores domain fetching errors","time":{"start":1724921061847,"stop":1724921061848,"duration":1},"status":"passed","severity":"normal"},{"uid":"5bf1c08e8925b952","name":"Push message with content topic containing XML","time":{"start":1724921602960,"stop":1724921602960,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe97da869fe8c103","name":"Nwaku publishes","time":{"start":1724921538594,"stop":1724921538594,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d7f2970ff46242c","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1724921563021,"stop":1724921563021,"duration":0},"status":"passed","severity":"normal"},{"uid":"29497eb6647e3935","name":"Push message with Chinese payload","time":{"start":1724921602944,"stop":1724921602944,"duration":0},"status":"passed","severity":"normal"},{"uid":"35e2db6a72b5be26","name":"Check publish message containing escaped characters","time":{"start":1724921564777,"stop":1724921564777,"duration":0},"status":"passed","severity":"normal"},{"uid":"1456f6e645e729a6","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1724921088196,"stop":1724921088199,"duration":3},"status":"passed","severity":"normal"},{"uid":"de1e2293a956f74b","name":"Does not throw an exception when node disconnects","time":{"start":1724921672580,"stop":1724921672580,"duration":0},"status":"passed","severity":"normal"},{"uid":"6564cbbd37fe18cb","name":"should not receive a peer event before start","time":{"start":1724921098918,"stop":1724921098918,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4aeb13d938bf2dc","name":"Check received message containing escaped characters","time":{"start":1724921515238,"stop":1724921515238,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c77036f707e3742","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1724921625078,"stop":1724921625078,"duration":0},"status":"passed","severity":"normal"},{"uid":"81ba405379ee4ba7","name":"handles empty contentTopics array correctly","time":{"start":1724921037654,"stop":1724921037654,"duration":0},"status":"passed","severity":"normal"},{"uid":"320d1b37e77959fb","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1724921625033,"stop":1724921625034,"duration":1},"status":"passed","severity":"normal"},{"uid":"2fcda20a387eaee0","name":"Ping on peer without subscriptions","time":{"start":1724921158277,"stop":1724921158277,"duration":0},"status":"passed","severity":"normal"},{"uid":"56fe984247bbb72f","name":"Push message on custom pubsubTopic","time":{"start":1724921379978,"stop":1724921379978,"duration":0},"status":"passed","severity":"normal"},{"uid":"b64150420c9fd4f8","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1724921061371,"stop":1724921061371,"duration":0},"status":"passed","severity":"normal"},{"uid":"aff18ca3b399db3a","name":"Callback on promise, aborts when callback returns true","time":{"start":1724921663255,"stop":1724921663255,"duration":0},"status":"passed","severity":"normal"},{"uid":"136ce23951b60c81","name":"Query with Ordered Callback, No message returned","time":{"start":1724921640400,"stop":1724921640401,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e7b23dbf6e5a846","name":"should encode/decode to text encoding","time":{"start":1724921046200,"stop":1724921046200,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac3968fe83dcebb5","name":"should handle a minimal index list","time":{"start":1724921037760,"stop":1724921037760,"duration":0},"status":"passed","severity":"normal"},{"uid":"5076bcf531f8dd6b","name":"stop","time":{"start":1724921128572,"stop":1724921128582,"duration":10},"status":"passed","severity":"normal"},{"uid":"c172437eb941ed5e","name":"Check received message containing Arabic","time":{"start":1724921515220,"stop":1724921515220,"duration":0},"status":"passed","severity":"normal"},{"uid":"f814c7ca9d9e100e","name":"Query Generator, No message returned","time":{"start":1724921640399,"stop":1724921640399,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fd29cae77fd0e50","name":"Add multiple subscription objects on single nwaku node","time":{"start":1724921625076,"stop":1724921625077,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f24c238099ee543","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1724921061374,"stop":1724921061374,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd982cf118f543d4","name":"Query Generator sorting by timestamp while page direction is false","time":{"start":1724921656079,"stop":1724921656080,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ed5fa2905dbd389","name":"Subscribe to topic containing shell command and receive message","time":{"start":1724921297017,"stop":1724921297018,"duration":1},"status":"passed","severity":"normal"},{"uid":"384ef4bda504e672","name":"Filter with 1 connections","time":{"start":1724921321310,"stop":1724921321311,"duration":1},"status":"passed","severity":"normal"},{"uid":"dcf95fdb236261fb","name":"should be able to decode the field with only RELAY set to true","time":{"start":1724921045533,"stop":1724921045534,"duration":1},"status":"passed","severity":"normal"},{"uid":"32f538666d902a0a","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1724921540110,"stop":1724921540110,"duration":0},"status":"passed","severity":"normal"},{"uid":"701dec94e5f4718","name":"Push message with rate limit","time":{"start":1724921529592,"stop":1724921529592,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c709d1b0fbb1aa8","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1724921379978,"stop":1724921379979,"duration":1},"status":"passed","severity":"normal"},{"uid":"21eb89b7a11d37c0","name":"throws on content topic with empty application field","time":{"start":1724921037621,"stop":1724921037622,"duration":1},"status":"passed","severity":"normal"},{"uid":"734c22d4ba18bc52","name":"tcp ip4 address","time":{"start":1724921045449,"stop":1724921045450,"duration":1},"status":"passed","severity":"normal"},{"uid":"66bce97be4129864","name":"should emit a peer event after start","time":{"start":1724921065910,"stop":1724921065911,"duration":1},"status":"passed","severity":"normal"},{"uid":"2be8af6667b0690b","name":"Push message with Script payload","time":{"start":1724921602946,"stop":1724921602950,"duration":4},"status":"passed","severity":"normal"},{"uid":"18d49e2c138cae35","name":"Encoder throws on undefined content topic","time":{"start":1724921071994,"stop":1724921071994,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ebf57b07e2b02ec","name":"Push message with SQL Injection payload","time":{"start":1724921602945,"stop":1724921602946,"duration":1},"status":"passed","severity":"normal"},{"uid":"de4bbd9198c25edc","name":"Push message with numeric payload","time":{"start":1724921602943,"stop":1724921602943,"duration":0},"status":"passed","severity":"normal"},{"uid":"4de4f10457257e54","name":"Subscribe to topic containing XML and publish message","time":{"start":1724921563019,"stop":1724921563019,"duration":0},"status":"passed","severity":"normal"},{"uid":"7555b23f6adde640","name":"Check publish message containing Basic HTML tag","time":{"start":1724921564775,"stop":1724921564776,"duration":1},"status":"passed","severity":"normal"},{"uid":"43b847ff79399a37","name":"Push message with content topic containing escaped characters","time":{"start":1724921529589,"stop":1724921529589,"duration":0},"status":"passed","severity":"normal"},{"uid":"4bca3b450984efe4","name":"Ping on unsubscribed peer","time":{"start":1724921148663,"stop":1724921148663,"duration":0},"status":"passed","severity":"normal"},{"uid":"7aa9618ccdb4bc71","name":"should not fail to start the service if it is already started","time":{"start":1724921098915,"stop":1724921098916,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed8207712c1a08f9","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1724921164593,"stop":1724921164593,"duration":0},"status":"passed","severity":"normal"},{"uid":"f31280671ff3d9d4","name":"Subscribe and receives messages on 20 topics","time":{"start":1724921625080,"stop":1724921625080,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8d819833e2e4e85","name":"Check received message containing SQL Injection","time":{"start":1724921267868,"stop":1724921267868,"duration":0},"status":"passed","severity":"normal"},{"uid":"df97cfc0fb2ea698","name":"can start the service","time":{"start":1724921559011,"stop":1724921559012,"duration":1},"status":"passed","severity":"normal"},{"uid":"883d395d3a232e57","name":"Check received message with timestamp: 1724921087396 ","time":{"start":1724921515225,"stop":1724921515226,"duration":1},"status":"passed","severity":"normal"},{"uid":"c256437b5260ae55","name":"Check received message containing numeric","time":{"start":1724921515219,"stop":1724921515219,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbb6279728e215d5","name":"can start and stop the service","time":{"start":1724921559012,"stop":1724921559013,"duration":1},"status":"passed","severity":"normal"},{"uid":"f1bf56333f9ca18f","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1724921037655,"stop":1724921037655,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ffd1d41f969eea2","name":"returns all values when wanted number matches available values","time":{"start":1724921060544,"stop":1724921060545,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ce4c050b04bfe49","name":"returns all values when wanted number is greater than available values","time":{"start":1724921060545,"stop":1724921060546,"duration":1},"status":"passed","severity":"normal"},{"uid":"891ce09012901f52","name":"Check received message with timestamp: 1724921087845000000 ","time":{"start":1724921267871,"stop":1724921267872,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5ff81aa4818e63","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1724921037649,"stop":1724921037649,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c633cd02e4bcaf1","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1724921037624,"stop":1724921037625,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c006ef5ce823ca3","name":"Fails to push message with empty content topic","time":{"start":1724921529590,"stop":1724921529590,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea5fcd3642331c2c","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1724921296998,"stop":1724921296999,"duration":1},"status":"passed","severity":"normal"},{"uid":"6427376602917948","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1724921379981,"stop":1724921379981,"duration":0},"status":"passed","severity":"normal"},{"uid":"5cb7cc7c350d2ef6","name":"Push message with special chars payload","time":{"start":1724921529567,"stop":1724921529568,"duration":1},"status":"passed","severity":"normal"},{"uid":"447a4f145c1853e5","name":"Encoder throws on undefined content topic","time":{"start":1724921073460,"stop":1724921073460,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9bf68e62d8997a0","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1724921037640,"stop":1724921037640,"duration":0},"status":"passed","severity":"normal"},{"uid":"55fd32b5cb831d30","name":"less peers than existing","time":{"start":1724921515419,"stop":1724921515419,"duration":0},"status":"skipped","severity":"normal"},{"uid":"cb2924dc3a9f9e9d","name":"start node with empty content topic","time":{"start":1724921613058,"stop":1724921613058,"duration":0},"status":"passed","severity":"normal"},{"uid":"9529b94b1052fe3e","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1724921515249,"stop":1724921515250,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec893939505b729c","name":"Check publish message containing JSON","time":{"start":1724921564776,"stop":1724921564776,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed61c04b70778bc4","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1724921164604,"stop":1724921164605,"duration":1},"status":"passed","severity":"normal"},{"uid":"68bb4be0b88fa096","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1724921037639,"stop":1724921037639,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e7abba2fea39d56","name":"throws on content topic with non-number generation field","time":{"start":1724921037620,"stop":1724921037621,"duration":1},"status":"passed","severity":"normal"},{"uid":"5883a1bcf9a7621d","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1724921037651,"stop":1724921037651,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b9d7d25cc00d054","name":"should correctly map a content topic to a pubsub topic","time":{"start":1724921037654,"stop":1724921037654,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3d709224d0c390b","name":"Check message received after jswaku node is restarted","time":{"start":1724921515257,"stop":1724921515257,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ca4ab4c102fe0889","name":"should properly create location multiaddrs - tcp4","time":{"start":1724921046205,"stop":1724921046205,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b86738318e43b80","name":"recovers when dns.resolve returns empty","time":{"start":1724921061847,"stop":1724921061847,"duration":0},"status":"passed","severity":"normal"},{"uid":"e300b2384d6b6444","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1724921625080,"stop":1724921625080,"duration":0},"status":"passed","severity":"normal"},{"uid":"980642cd59bbe44a","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1724921098922,"stop":1724921098922,"duration":0},"status":"skipped","severity":"normal"},{"uid":"edd5c3dd1b4c1391","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1724921198884,"stop":1724921198884,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d9cfee103242d68","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1724921037646,"stop":1724921037646,"duration":0},"status":"passed","severity":"normal"},{"uid":"f59a776e608d10ed","name":"Passing page size 11 when there are 10 messages","time":{"start":1724921656192,"stop":1724921656193,"duration":1},"status":"passed","severity":"normal"},{"uid":"54dd92e7143517ba","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1724921723784,"stop":1724921723785,"duration":1},"status":"passed","severity":"normal"},{"uid":"46c57d660721af48","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1724921625039,"stop":1724921625040,"duration":1},"status":"passed","severity":"normal"},{"uid":"927c2a474fe4331b","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1724921270342,"stop":1724921270342,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8d8efd9ed67c195","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724921270358,"stop":1724921270359,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a40a2755fd93129","name":"Reopen subscription with peer with lost subscription","time":{"start":1724921158278,"stop":1724921158278,"duration":0},"status":"passed","severity":"normal"},{"uid":"842ac18cc4e9692c","name":"Check received message containing Script","time":{"start":1724921515221,"stop":1724921515222,"duration":1},"status":"passed","severity":"normal"},{"uid":"58a740f1963eaf0e","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1724921270360,"stop":1724921270361,"duration":1},"status":"passed","severity":"normal"},{"uid":"f58c94273ed9034f","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1724921297020,"stop":1724921297020,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b38ed6a5095ff0e","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1724921625038,"stop":1724921625039,"duration":1},"status":"passed","severity":"normal"},{"uid":"b12f795247df9303","name":"Default pageSize","time":{"start":1724921656194,"stop":1724921656194,"duration":0},"status":"passed","severity":"normal"},{"uid":"1356912a63875a59","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1724921583487,"stop":1724921583487,"duration":0},"status":"skipped","severity":"normal"},{"uid":"dabf97c1a6c9b097","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1724921040178,"stop":1724921040179,"duration":1},"status":"passed","severity":"normal"},{"uid":"232cef48ddee9e31","name":"Subscribe and receive messages via waku relay post","time":{"start":1724921625079,"stop":1724921625079,"duration":0},"status":"passed","severity":"normal"},{"uid":"9db35cd4c5c68a66","name":"Subscribe and receives messages on 20 topics","time":{"start":1724921625037,"stop":1724921625038,"duration":1},"status":"passed","severity":"normal"},{"uid":"9899d7be1f78a7f5","name":"handles different networkShards values correctly","time":{"start":1724921037636,"stop":1724921037636,"duration":0},"status":"passed","severity":"normal"},{"uid":"1cbc075455c3f692","name":"Store - dialed first","time":{"start":1724921677827,"stop":1724921677828,"duration":1},"status":"passed","severity":"normal"},{"uid":"d56b9116426ba323","name":"Push message with JSON payload","time":{"start":1724921602951,"stop":1724921602951,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8c05bc6601b7204","name":"Push message with custom timestamp: 1724917721438","time":{"start":1724921529593,"stop":1724921529593,"duration":0},"status":"passed","severity":"normal"},{"uid":"1af73374ef854afa","name":"Check received message with timestamp: 1724921087396000000 ","time":{"start":1724921515225,"stop":1724921515225,"duration":0},"status":"passed","severity":"normal"},{"uid":"e583591bc7915857","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1724921270342,"stop":1724921270343,"duration":1},"status":"passed","severity":"normal"},{"uid":"d62e023caaab4937","name":"should properly create location multiaddrs - tcp6","time":{"start":1724921046206,"stop":1724921046206,"duration":0},"status":"passed","severity":"normal"},{"uid":"edd7503af5ff8188","name":"should add and remove event listeners correctly","time":{"start":1724921065913,"stop":1724921065914,"duration":1},"status":"passed","severity":"normal"},{"uid":"eb977b20827ef41d","name":"Push message with content topic containing emoji","time":{"start":1724921529589,"stop":1724921529589,"duration":0},"status":"passed","severity":"normal"},{"uid":"71f8bf5218558e3d","name":"Fails to push message bigger that 1MB","time":{"start":1724921529594,"stop":1724921529594,"duration":0},"status":"passed","severity":"normal"},{"uid":"62cf0813f3fd4513","name":"should properly create location multiaddrs - udp6","time":{"start":1724921046205,"stop":1724921046206,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc98425d6efb3ce3","name":"Ordered callback, aborts when callback returns true","time":{"start":1724921663255,"stop":1724921663256,"duration":1},"status":"passed","severity":"normal"},{"uid":"13f90dc2b9de9a38","name":"Publish message with rate limit","time":{"start":1724921564785,"stop":1724921564785,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c1cc34ce66e1cc2","name":"same cluster, same shard: nodes connect","time":{"start":1724921270338,"stop":1724921270339,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f128345979a0ee9","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1724921658744,"stop":1724921658745,"duration":1},"status":"passed","severity":"normal"},{"uid":"c4ab663adef46592","name":"Subscribe and publish message","time":{"start":1724921563006,"stop":1724921563007,"duration":1},"status":"passed","severity":"normal"},{"uid":"eee3cfa6fcb5d027","name":"Ordered Callback sorting by timestamp while page direction is false","time":{"start":1724921656081,"stop":1724921656081,"duration":0},"status":"passed","severity":"normal"},{"uid":"d90b592d27ac729e","name":"Check received message containing short","time":{"start":1724921267864,"stop":1724921267865,"duration":1},"status":"passed","severity":"normal"},{"uid":"6cc069dc9d385495","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1724921270351,"stop":1724921270351,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ffa862444ef66d1","name":"Number of peers are maintained correctly","time":{"start":1724921326303,"stop":1724921326304,"duration":1},"status":"passed","severity":"normal"},{"uid":"af79648e432fe63c","name":"Check received message containing long","time":{"start":1724921267865,"stop":1724921267865,"duration":0},"status":"passed","severity":"normal"},{"uid":"44ecaff2390e5433","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1724921037633,"stop":1724921037633,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e3194cde2657de2","name":"Waku message hash computation (no timestamp)","time":{"start":1724921040180,"stop":1724921040181,"duration":1},"status":"passed","severity":"normal"},{"uid":"11216abbb15f1827","name":"Store - dialed after - with timeout","time":{"start":1724921677828,"stop":1724921677828,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cbe4e46a0d9855a","name":"isConnected between 2 js-waku relay nodes","time":{"start":1724921141201,"stop":1724921141201,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f09f31a7b00046d","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1724921088192,"stop":1724921088193,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd6b00d3e69884f9","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1724921060546,"stop":1724921060546,"duration":0},"status":"passed","severity":"normal"},{"uid":"b825a2642c164fcb","name":"Publish message with large meta","time":{"start":1724921564784,"stop":1724921564785,"duration":1},"status":"passed","severity":"normal"},{"uid":"df94b1349293f8bf","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724921270363,"stop":1724921270364,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ed6550d8a212f","name":"should not receive a peer event after stop","time":{"start":1724921065911,"stop":1724921065912,"duration":1},"status":"passed","severity":"normal"},{"uid":"f97eb75c6e81cac2","name":"should emit events and trasition isConnected state when has peers or no peers","time":{"start":1724921088200,"stop":1724921088202,"duration":2},"status":"passed","severity":"normal"},{"uid":"d8ac6ec6daf2e019","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1724921270342,"stop":1724921270342,"duration":0},"status":"passed","severity":"normal"},{"uid":"1362e0f28d13ce9e","name":"Check received message containing emoji","time":{"start":1724921515238,"stop":1724921515239,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8ca67ee3c87efc3","name":"Check received message containing JSON","time":{"start":1724921515222,"stop":1724921515223,"duration":1},"status":"passed","severity":"normal"},{"uid":"29f2f6c7ce4776fe","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app24/4/topic914/utf8","time":{"start":1724921613055,"stop":1724921613055,"duration":0},"status":"passed","severity":"normal"},{"uid":"17efe7258df552a5","name":"Rejects garbage","time":{"start":1724921054321,"stop":1724921054321,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9acf6fecda7e4dc","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1724921095758,"stop":1724921095759,"duration":1},"status":"passed","severity":"normal"},{"uid":"6542f55c31fd7766","name":"safeDispatchEvent","time":{"start":1724921128571,"stop":1724921128572,"duration":1},"status":"passed","severity":"normal"},{"uid":"92f6755794356414","name":"Check message received after nwaku node is restarted","time":{"start":1724921515258,"stop":1724921515258,"duration":0},"status":"skipped","severity":"normal"},{"uid":"732443f475970847","name":"more peers than existing","time":{"start":1724921515419,"stop":1724921515419,"duration":0},"status":"skipped","severity":"normal"},{"uid":"144200d4270541d6","name":"Push message on custom pubsubTopic","time":{"start":1724921379979,"stop":1724921379979,"duration":0},"status":"passed","severity":"normal"},{"uid":"9860c0fa9640dedb","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1724921300792,"stop":1724921300794,"duration":2},"status":"passed","severity":"normal"},{"uid":"8bd10ad930776b3a","name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1724921497751,"stop":1724921497751,"duration":0},"status":"passed","severity":"normal"},{"uid":"27df9a9c148a898","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1724921095759,"stop":1724921095760,"duration":1},"status":"passed","severity":"normal"},{"uid":"68c5070683811b4","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724921379979,"stop":1724921379979,"duration":0},"status":"passed","severity":"normal"},{"uid":"a88906d30d370248","name":"Number of peers are maintained correctly","time":{"start":1724921196355,"stop":1724921196355,"duration":0},"status":"passed","severity":"normal"},{"uid":"1725ae16399c67cf","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1724921625075,"stop":1724921625075,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ee558e38f8419d3","name":"throws an error for improperly formatted content topics","time":{"start":1724921037637,"stop":1724921037637,"duration":0},"status":"passed","severity":"normal"},{"uid":"c10d6e09cfe0b3a4","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1724921061374,"stop":1724921061375,"duration":1},"status":"passed","severity":"normal"},{"uid":"fdf4051670a32c58","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1724921099698,"stop":1724921099698,"duration":0},"status":"passed","severity":"normal"},{"uid":"86eedcf7510d4ac9","name":"Overlapping topic subscription","time":{"start":1724921625040,"stop":1724921625043,"duration":3},"status":"passed","severity":"normal"},{"uid":"f47fc99520fc0fba","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1724921164608,"stop":1724921164608,"duration":0},"status":"passed","severity":"normal"},{"uid":"59cd3b5059e8dd2","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1724921625050,"stop":1724921625062,"duration":12},"status":"passed","severity":"normal"},{"uid":"23d9a2e88dcc4fbe","name":"Push message with unicode special characters payload","time":{"start":1724921529576,"stop":1724921529577,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf0cd1e82ef9e0a5","name":"Query generator for multiple messages with different message text format","time":{"start":1724921663253,"stop":1724921663253,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2412a2a27e99c44","name":"configure the node with multiple pubsub topics","time":{"start":1724921619640,"stop":1724921619640,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d113b515c9b38cc","name":"Refresh subscription","time":{"start":1724921625044,"stop":1724921625045,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee3979b706e661d4","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1724921563007,"stop":1724921563008,"duration":1},"status":"passed","severity":"normal"},{"uid":"6cc341158100df7c","name":"Check message with non string payload is not received","time":{"start":1724921267881,"stop":1724921267898,"duration":17},"status":"passed","severity":"normal"},{"uid":"efc27b4c7ef3d408","name":"Filter with 2 connections","time":{"start":1724921321311,"stop":1724921321312,"duration":1},"status":"passed","severity":"normal"},{"uid":"829903fd84df73fa","name":"should set field with only RELAY enabled","time":{"start":1724921046208,"stop":1724921046208,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff62bef00a3111c1","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1724921037647,"stop":1724921037647,"duration":0},"status":"passed","severity":"normal"},{"uid":"b38193daee49975","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1724921061372,"stop":1724921061372,"duration":0},"status":"passed","severity":"normal"},{"uid":"861185a2dd8589f2","name":"Push message with Arabic payload","time":{"start":1724921602945,"stop":1724921602945,"duration":0},"status":"passed","severity":"normal"},{"uid":"71c79e9a049dbf03","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1724921037645,"stop":1724921037645,"duration":0},"status":"passed","severity":"normal"},{"uid":"31075a05df1454a6","name":"should properly create peer info with all multiaddrs","time":{"start":1724921046207,"stop":1724921046207,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1f8668fe00e90c7","name":"should set field with only FILTER enabled","time":{"start":1724921046209,"stop":1724921046209,"duration":0},"status":"passed","severity":"normal"},{"uid":"eac57ea6dd1d2f8","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1724921037644,"stop":1724921037645,"duration":1},"status":"passed","severity":"normal"},{"uid":"610cc37a108877d0","name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1724921497755,"stop":1724921497755,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b5565ebb7b12e45","name":"Mutual subscription","time":{"start":1724921563003,"stop":1724921563004,"duration":1},"status":"passed","severity":"normal"},{"uid":"5558b84675d82429","name":"Check received message containing short","time":{"start":1724921515218,"stop":1724921515218,"duration":0},"status":"passed","severity":"normal"},{"uid":"90459e9c1f5eef8c","name":"Subscribe to topic containing special chars and receive message","time":{"start":1724921625048,"stop":1724921625049,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a62193cf2cbcbf7","name":"Push message with content topic containing SQL Injection","time":{"start":1724921602959,"stop":1724921602960,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd23aaa5ad7b74c3","name":"Push message with content topic containing Chinese","time":{"start":1724921529584,"stop":1724921529584,"duration":0},"status":"passed","severity":"normal"},{"uid":"acb13426ae59bc3b","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724921270356,"stop":1724921270356,"duration":0},"status":"passed","severity":"normal"},{"uid":"19f0d8738cefa63e","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1724921073458,"stop":1724921073458,"duration":0},"status":"passed","severity":"normal"},{"uid":"243d02fe3bba1954","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1724921563021,"stop":1724921563021,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7ce589f46dba351","name":"Ephemeral field is preserved - encoder v0","time":{"start":1724921099697,"stop":1724921099698,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd2b4568801fb0ed","name":"Push message with escaped characters payload","time":{"start":1724921529575,"stop":1724921529576,"duration":1},"status":"passed","severity":"normal"},{"uid":"c545b1ce7159876c","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1724921037646,"stop":1724921037646,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1c5fb2c34546d","name":"Passing page size 10 when there are 10 messages","time":{"start":1724921656192,"stop":1724921656192,"duration":0},"status":"passed","severity":"normal"},{"uid":"5cd211f0ceb6d07a","name":"Sample","time":{"start":1724921045432,"stop":1724921045433,"duration":1},"status":"passed","severity":"normal"},{"uid":"25bfd0b3fd883a50","name":"Push message with content topic containing special chars","time":{"start":1724921602958,"stop":1724921602958,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3a479b6898dc842","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1724921045535,"stop":1724921045535,"duration":0},"status":"passed","severity":"normal"},{"uid":"138f506ab6951d66","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1724921270367,"stop":1724921270367,"duration":0},"status":"passed","severity":"normal"},{"uid":"b22f5ba160756d28","name":"creates an iterator","time":{"start":1724921665482,"stop":1724921665482,"duration":0},"status":"passed","severity":"normal"},{"uid":"67dd8fc2974c3527","name":"addEventListener with wrong event","time":{"start":1724921128566,"stop":1724921128566,"duration":0},"status":"passed","severity":"normal"},{"uid":"d877460f4936ccd3","name":"throws on content topic with empty version field","time":{"start":1724921037622,"stop":1724921037622,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a0e53a2d16e932f","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1724921037625,"stop":1724921037626,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f703044cd457373","name":"Push message with unicode special characters payload","time":{"start":1724921602954,"stop":1724921602955,"duration":1},"status":"passed","severity":"normal"},{"uid":"6df296044ddd7138","name":"should encode/decode to RLP encoding","time":{"start":1724921046200,"stop":1724921046200,"duration":0},"status":"passed","severity":"normal"},{"uid":"bfadf5cce19092d5","name":"Relay + Store","time":{"start":1724921096287,"stop":1724921096287,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a4b6d7da7eed8f9","name":"shard 0","time":{"start":1724921619627,"stop":1724921619627,"duration":0},"status":"passed","severity":"normal"},{"uid":"55482b4400b3610f","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1724921037652,"stop":1724921037652,"duration":0},"status":"passed","severity":"normal"},{"uid":"619ce2fea4ad8e7e","name":"Relay","time":{"start":1724921096286,"stop":1724921096287,"duration":1},"status":"passed","severity":"normal"},{"uid":"792ec32bb94df336","name":"Push message with long payload","time":{"start":1724921529565,"stop":1724921529566,"duration":1},"status":"passed","severity":"normal"},{"uid":"565fc01dc08d53f4","name":"Push message with shell command payload","time":{"start":1724921602952,"stop":1724921602952,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6bfb84365b9a05a","name":"Nodes with multiple pubsub topic","time":{"start":1724921540109,"stop":1724921540109,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ca224e3725f3b5","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1724921050916,"stop":1724921050916,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3e4ce9f84eeedba","name":"removeEventListener with correct event","time":{"start":1724921128567,"stop":1724921128567,"duration":0},"status":"passed","severity":"normal"},{"uid":"1cfa376143b106d9","name":"Keep-alive pings maintain the connection","time":{"start":1724921196357,"stop":1724921196357,"duration":0},"status":"passed","severity":"normal"},{"uid":"646dea1c4b09fb48","name":"Check publish message containing Russian","time":{"start":1724921564774,"stop":1724921564774,"duration":0},"status":"passed","severity":"normal"},{"uid":"beb7618bba17a787","name":"should not receive a peer event after stop","time":{"start":1724921559018,"stop":1724921559019,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d095f336f0b48e1","name":"Push message with emoji payload","time":{"start":1724921602955,"stop":1724921602955,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f5c7192b2cf8e12","name":"caches peers it previously fetched","time":{"start":1724921061848,"stop":1724921061848,"duration":0},"status":"passed","severity":"normal"},{"uid":"e53024792f7dfe8f","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1724921037648,"stop":1724921037649,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f3226feb5270c75","name":"Push message with rate limit","time":{"start":1724921602985,"stop":1724921602986,"duration":1},"status":"passed","severity":"normal"},{"uid":"b8e838fff3b75846","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1724921045532,"stop":1724921045533,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb5bfb0703ab716d","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1724921663255,"stop":1724921663255,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff1eee42f52f0024","name":"Subscribe to topic containing numeric and receive message","time":{"start":1724921625082,"stop":1724921625083,"duration":1},"status":"passed","severity":"normal"},{"uid":"f37aabe1e73c884f","name":"should properly compute the node id","time":{"start":1724921046199,"stop":1724921046200,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e5c15f6b2f8f1d1","name":"Push message with XML payload","time":{"start":1724921602950,"stop":1724921602951,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5a18059ea5bcee2","name":"1 Store, 2 fetches","time":{"start":1724921061619,"stop":1724921061619,"duration":0},"status":"passed","severity":"normal"},{"uid":"62c78882ad8ff8f1","name":"Subscribe to topic containing Script and receive message","time":{"start":1724921625090,"stop":1724921625091,"duration":1},"status":"passed","severity":"normal"},{"uid":"ae4b6c09dd2e3130","name":"same cluster, different shard: nodes connect","time":{"start":1724921419682,"stop":1724921419682,"duration":0},"status":"passed","severity":"normal"},{"uid":"254d6a20a2062064","name":"Fails to push message with large meta","time":{"start":1724921529591,"stop":1724921529592,"duration":1},"status":"passed","severity":"normal"},{"uid":"e85ba90f3b36669","name":"listenerCount","time":{"start":1724921128569,"stop":1724921128570,"duration":1},"status":"passed","severity":"normal"},{"uid":"211fe50555a2ab70","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1724921620594,"stop":1724921620595,"duration":1},"status":"passed","severity":"normal"},{"uid":"d21f48688d478da7","name":"Overlapping topic subscription","time":{"start":1724921563011,"stop":1724921563012,"duration":1},"status":"skipped","severity":"normal"},{"uid":"9544ac93a445c4e5","name":"should be able to decode the field with only FILTER set to true","time":{"start":1724921045534,"stop":1724921045534,"duration":0},"status":"passed","severity":"normal"},{"uid":"58d5c2c4d8265e58","name":"Decoder throws on undefined content topic","time":{"start":1724921051056,"stop":1724921051057,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f0fdeccbf97a853","name":"Push message with content topic containing Arabic","time":{"start":1724921602959,"stop":1724921602959,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd5f29959e124560","name":"random static sharding 6 - Cluster ID: 165, Shard ID: 790","time":{"start":1724921619635,"stop":1724921619636,"duration":1},"status":"passed","severity":"normal"},{"uid":"efa2e919677bca6","name":"Callback on promise","time":{"start":1724921663254,"stop":1724921663254,"duration":0},"status":"passed","severity":"normal"},{"uid":"2bc4bfce2d4b5024","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1724921625079,"stop":1724921625079,"duration":0},"status":"passed","severity":"normal"},{"uid":"8058e20495b61928","name":"Should update multiaddrs","time":{"start":1724921498166,"stop":1724921498166,"duration":0},"status":"passed","severity":"normal"},{"uid":"990a5fb26d78f5c5","name":"should throw error - invalid id","time":{"start":1724921046198,"stop":1724921046198,"duration":0},"status":"passed","severity":"normal"},{"uid":"9862a071b49b479c","name":"Add multiple subscription objects on single nwaku node","time":{"start":1724921625094,"stop":1724921625094,"duration":0},"status":"passed","severity":"normal"},{"uid":"12f03a4b26d5d41a","name":"Subscribe to topic containing short and receive message","time":{"start":1724921297005,"stop":1724921297006,"duration":1},"status":"passed","severity":"normal"},{"uid":"b09e923d197585fc","name":"Fails to push message with large meta","time":{"start":1724921602984,"stop":1724921602985,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9c66d064d6c5e66","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1724921061370,"stop":1724921061370,"duration":0},"status":"passed","severity":"normal"},{"uid":"399e833fa3b98811","name":"Push message with content topic containing emoji","time":{"start":1724921602977,"stop":1724921602983,"duration":6},"status":"passed","severity":"normal"},{"uid":"885ad9085c153fc6","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1724921563009,"stop":1724921563010,"duration":1},"status":"passed","severity":"normal"},{"uid":"d4b82edc613caec9","name":"Delete observer","time":{"start":1724921517832,"stop":1724921517832,"duration":0},"status":"passed","severity":"normal"},{"uid":"570448f1d3ea5776","name":"Check received message containing numeric","time":{"start":1724921515231,"stop":1724921515231,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a9e7cea474243c6","name":"Symmetric encrypt & Decrypt","time":{"start":1724921072291,"stop":1724921072291,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1f5a5556a6d4f5e","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1724921297001,"stop":1724921297002,"duration":1},"status":"passed","severity":"normal"},{"uid":"6eb366566cf83622","name":"handles empty shards array correctly","time":{"start":1724921037654,"stop":1724921037654,"duration":0},"status":"passed","severity":"normal"},{"uid":"418ecfa121ccf6fb","name":"getPeersByDiscovery","time":{"start":1724921128568,"stop":1724921128569,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd88698b1bb3f570","name":"should throw an error for empty SingleShardInfos array","time":{"start":1724921037638,"stop":1724921037638,"duration":0},"status":"passed","severity":"normal"},{"uid":"14cbcc48d0fac80d","name":"Check message with invalid timestamp is not received","time":{"start":1724921267873,"stop":1724921267874,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe941fc0fd498207","name":"Subscribe to topic containing shell command and publish message","time":{"start":1724921563020,"stop":1724921563020,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb162c1bfd3d995f","name":"should throw an error for missing sharding configuration","time":{"start":1724921037654,"stop":1724921037654,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5d59bb9ef074646","name":"Check publish message containing long","time":{"start":1724921564772,"stop":1724921564772,"duration":0},"status":"passed","severity":"normal"},{"uid":"141d2d31997f5821","name":"Check message with no payload is not received","time":{"start":1724921267881,"stop":1724921267881,"duration":0},"status":"passed","severity":"normal"},{"uid":"9580e849b067d559","name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","time":{"start":1724921497762,"stop":1724921497762,"duration":0},"status":"passed","severity":"normal"},{"uid":"1efbaf9fffa74590","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1724921037644,"stop":1724921037644,"duration":0},"status":"passed","severity":"normal"},{"uid":"38ec66aa359c4291","name":"should only return 1 node with relay capability","time":{"start":1724921061849,"stop":1724921061849,"duration":0},"status":"passed","severity":"normal"},{"uid":"da8ace76c14fcabd","name":"Push message with emoji payload","time":{"start":1724921529578,"stop":1724921529578,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c58dd9387584bc4","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1724921300829,"stop":1724921300829,"duration":0},"status":"passed","severity":"normal"},{"uid":"37280898a2e22c7e","name":"Subscribe to topic containing long and publish message","time":{"start":1724921563013,"stop":1724921563013,"duration":0},"status":"passed","severity":"normal"},{"uid":"691e46d429eb9433","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1724921270355,"stop":1724921270355,"duration":0},"status":"passed","severity":"normal"},{"uid":"f32b80fa88ae5b94","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1724921625033,"stop":1724921625033,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1308b964a7db8de","name":"non connected peers","time":{"start":1724921515419,"stop":1724921515419,"duration":0},"status":"skipped","severity":"normal"},{"uid":"39f4570b0460cbe4","name":"Generator, custom pubsub topic","time":{"start":1724921658745,"stop":1724921658745,"duration":0},"status":"passed","severity":"normal"},{"uid":"50bd4e105c3a34e4","name":"Check received message containing numeric","time":{"start":1724921267865,"stop":1724921267866,"duration":1},"status":"passed","severity":"normal"},{"uid":"20feb5f64781035d","name":"Check received message with timestamp: 1649153314 ","time":{"start":1724921515249,"stop":1724921515249,"duration":0},"status":"passed","severity":"normal"},{"uid":"2dd3224f8c1c5f9c","name":"Push message with content topic containing Script","time":{"start":1724921602960,"stop":1724921602960,"duration":0},"status":"passed","severity":"normal"},{"uid":"b58210257090c321","name":"Used by Waku Relay","time":{"start":1724921672581,"stop":1724921672582,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c1a207d6c88d15f","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1724921061851,"stop":1724921061851,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e09cfa7863a412a","name":"1 Store, 2 relays, 2 fetches","time":{"start":1724921061620,"stop":1724921061620,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcaf743eb0cc34b8","name":"Throws when trying to push message with empty payload","time":{"start":1724921529579,"stop":1724921529580,"duration":1},"status":"passed","severity":"normal"},{"uid":"6d16a328400bf7c8","name":"can start the service","time":{"start":1724921098907,"stop":1724921098907,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f5d938f054952ef","name":"topics with same application and version share the same shard","time":{"start":1724921037635,"stop":1724921037635,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e20f37f0a7d9f49","name":"LightPush with 0 connections","time":{"start":1724921321309,"stop":1724921321309,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file +[{"uid":"17ccfbfcb6b4824b","name":"Push message with content topic containing SQL Injection","time":{"start":1724922921468,"stop":1724922921468,"duration":0},"status":"passed","severity":"normal"},{"uid":"7aea3efd70e2e3ff","name":"Query Generator - true","time":{"start":1724922966703,"stop":1724922966704,"duration":1},"status":"passed","severity":"normal"},{"uid":"62170088d5c8704a","name":"Push message with emoji payload","time":{"start":1724922853912,"stop":1724922853913,"duration":1},"status":"passed","severity":"normal"},{"uid":"ddf62635cb8859ee","name":"Overlapping topic subscription","time":{"start":1724922635352,"stop":1724922635353,"duration":1},"status":"passed","severity":"normal"},{"uid":"6463bcb026f8e450","name":"Push message with content topic containing Arabic","time":{"start":1724922921467,"stop":1724922921468,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a6161d4c7daa4b0","name":"Check received message containing SQL Injection","time":{"start":1724922845235,"stop":1724922845235,"duration":0},"status":"passed","severity":"normal"},{"uid":"95c75fe2ff2d715","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1724922374768,"stop":1724922374768,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce2655f8bd23e58f","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1724922862334,"stop":1724922862334,"duration":0},"status":"passed","severity":"normal"},{"uid":"947f0a5c299c900a","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1724922611443,"stop":1724922611443,"duration":0},"status":"passed","severity":"normal"},{"uid":"cda1efeb383a3fd4","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1724922727645,"stop":1724922727645,"duration":0},"status":"passed","severity":"normal"},{"uid":"33fcc69f8a1f0d54","name":"should be able to encode the field with only FILTER set to true","time":{"start":1724922382324,"stop":1724922382325,"duration":1},"status":"passed","severity":"normal"},{"uid":"da236dc1c318d1e6","name":"Callback on promise, aborts when callback returns true","time":{"start":1724922971799,"stop":1724922971800,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef61a545f5854806","name":"Check received message with timestamp: 1724922424872 ","time":{"start":1724922845259,"stop":1724922845259,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6dd016781c33ba","name":"isConnected return false after peer stops","time":{"start":1724922476376,"stop":1724922476376,"duration":0},"status":"passed","severity":"normal"},{"uid":"40071b716ed58add","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724922508641,"stop":1724922508641,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff259dd22aaeb3a3","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1724922398404,"stop":1724922398404,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9ecdb8bf9acb241","name":"Add multiple subscription objects on single nwaku node","time":{"start":1724923012484,"stop":1724923012484,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7a1a4e7c637199","name":"Check message received after nwaku node is restarted","time":{"start":1724922601858,"stop":1724922601859,"duration":1},"status":"skipped","severity":"normal"},{"uid":"534602ca4857febe","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1724922374688,"stop":1724922374688,"duration":0},"status":"passed","severity":"normal"},{"uid":"c27beae0f511b3c1","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1724922906445,"stop":1724922906446,"duration":1},"status":"passed","severity":"normal"},{"uid":"4023d2b8ca85176a","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1724923012467,"stop":1724923012467,"duration":0},"status":"passed","severity":"normal"},{"uid":"68628ff572e4f422","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1724922433169,"stop":1724922433169,"duration":0},"status":"passed","severity":"normal"},{"uid":"5568d9a99a9f87a8","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1724922374663,"stop":1724922374663,"duration":0},"status":"passed","severity":"normal"},{"uid":"e37e75eaacf5b28b","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1724922439103,"stop":1724922439103,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8f2e7ee3d5894e3d","name":"new peer added after a peer was already found","time":{"start":1724922865536,"stop":1724922865536,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4a4141521ff1c5b","name":"Check message with no payload is not received","time":{"start":1724922845245,"stop":1724922845246,"duration":1},"status":"passed","severity":"normal"},{"uid":"60a7015b56047cdb","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1724922647834,"stop":1724922647834,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa50e2434aec3c48","name":"Ping on peer without subscriptions","time":{"start":1724922499928,"stop":1724922499929,"duration":1},"status":"passed","severity":"normal"},{"uid":"d94461970d347993","name":"handles different clusterIds correctly","time":{"start":1724922374676,"stop":1724922374676,"duration":0},"status":"passed","severity":"normal"},{"uid":"8577205642549620","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1724922374684,"stop":1724922374684,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e8f329d417fe91","name":"Sets default value correctly","time":{"start":1724922998985,"stop":1724922998986,"duration":1},"status":"passed","severity":"normal"},{"uid":"a96fc9eafa38e91","name":"Promise Callback - true","time":{"start":1724922966704,"stop":1724922966705,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5a5fffa779e6f2d","name":"should only return 1 node with relay capability","time":{"start":1724922398921,"stop":1724922398921,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d339aac9c2a4d7d","name":"Check received message containing emoji","time":{"start":1724922601844,"stop":1724922601844,"duration":0},"status":"passed","severity":"normal"},{"uid":"30ba2a2570181579","name":"Check received message containing unicode special characters","time":{"start":1724922601844,"stop":1724922601844,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7ba0f6353598ac","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1724922374684,"stop":1724922374684,"duration":0},"status":"passed","severity":"normal"},{"uid":"b36c722cb031b7d5","name":"configure the node with multiple pubsub topics","time":{"start":1724922946243,"stop":1724922946243,"duration":0},"status":"passed","severity":"normal"},{"uid":"476e32721ad58f2d","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1724922398026,"stop":1724922398027,"duration":1},"status":"passed","severity":"normal"},{"uid":"40ac64ac740f6188","name":"Check publish message containing shell command","time":{"start":1724922887526,"stop":1724922887526,"duration":0},"status":"passed","severity":"normal"},{"uid":"58d14de1eb2d13bb","name":"Publishes to nwaku","time":{"start":1724922866492,"stop":1724922866492,"duration":0},"status":"passed","severity":"normal"},{"uid":"6186bda730d95972","name":"Push message with content topic containing unicode special characters","time":{"start":1724922853923,"stop":1724922853927,"duration":4},"status":"passed","severity":"normal"},{"uid":"b6aff7b8c222de70","name":"ignores domain fetching errors","time":{"start":1724922398920,"stop":1724922398920,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e1c5febdb27411d","name":"Fails to push message with large meta","time":{"start":1724922921472,"stop":1724922921473,"duration":1},"status":"passed","severity":"normal"},{"uid":"da47c856eaa434c8","name":"should not receive a peer event after stop","time":{"start":1724922402864,"stop":1724922402864,"duration":0},"status":"passed","severity":"normal"},{"uid":"c979c5bd8a182114","name":"Publish message with custom timestamp: Thu Aug 29 2024 10:14:22 GMT+0000 (Coordinated Universal Time)","time":{"start":1724922887530,"stop":1724922887531,"duration":1},"status":"passed","severity":"normal"},{"uid":"2e9b4bddca43cadf","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1724922508640,"stop":1724922508640,"duration":0},"status":"passed","severity":"normal"},{"uid":"c60a0f065d2766b2","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1724922382326,"stop":1724922382327,"duration":1},"status":"passed","severity":"normal"},{"uid":"b9feb206aa3f02e6","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1724922891486,"stop":1724922891486,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fe094961cca0519","name":"isConnected should return false after all peers disconnect","time":{"start":1724922476376,"stop":1724922476376,"duration":0},"status":"passed","severity":"normal"},{"uid":"17863a4548a9062e","name":"Generator, 2 different pubsubtopics","time":{"start":1724922966285,"stop":1724922966286,"duration":1},"status":"passed","severity":"normal"},{"uid":"8584a697b55ac989","name":"Publish message with rate limit","time":{"start":1724922887535,"stop":1724922887535,"duration":0},"status":"passed","severity":"normal"},{"uid":"429c63902dc1b18e","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1724922536233,"stop":1724922536233,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e2e621b99b94965","name":"LightPush with 0 connections","time":{"start":1724922661624,"stop":1724922661625,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ec720e9c0f2ca88","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724922611440,"stop":1724922611440,"duration":0},"status":"passed","severity":"normal"},{"uid":"91c30c8730a54146","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1724922611436,"stop":1724922611436,"duration":0},"status":"passed","severity":"normal"},{"uid":"5bad8184d184ec1d","name":"Fails to publish message with size larger than 1 MB","time":{"start":1724922887533,"stop":1724922887533,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f05126ed42955e1","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app61/9/topic514/xml","time":{"start":1724922906442,"stop":1724922906443,"duration":1},"status":"passed","severity":"normal"},{"uid":"a883252467c84a0c","name":"Rejects garbage","time":{"start":1724922391232,"stop":1724922391233,"duration":1},"status":"passed","severity":"normal"},{"uid":"cca3b3874fd1d0a","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1724922382327,"stop":1724922382328,"duration":1},"status":"passed","severity":"normal"},{"uid":"3fdf882f071ab969","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1724922928886,"stop":1724922928886,"duration":0},"status":"passed","severity":"normal"},{"uid":"96e901a7d2d8843","name":"Push message with Chinese payload","time":{"start":1724922921443,"stop":1724922921444,"duration":1},"status":"passed","severity":"normal"},{"uid":"5306cc9cc199e7ba","name":"Renews subscription after lossing a connection","time":{"start":1724923012484,"stop":1724923012484,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcc1d3023e92b082","name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1724922778322,"stop":1724922778322,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0f86d5e8ce893c7","name":"Ping on unsubscribed peer","time":{"start":1724922499929,"stop":1724922499930,"duration":1},"status":"passed","severity":"normal"},{"uid":"977e07766c3875f8","name":"Subscribe to topic containing XML and receive message","time":{"start":1724923012465,"stop":1724923012466,"duration":1},"status":"passed","severity":"normal"},{"uid":"7e8e4d9798983d1d","name":"Query Generator sorting by timestamp while page direction is true","time":{"start":1724922982488,"stop":1724922982488,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6758088bfed03cb","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1724922398922,"stop":1724922398922,"duration":0},"status":"passed","severity":"normal"},{"uid":"a74450ef0c93e832","name":"Round trip binary encryption [ecies, signature]","time":{"start":1724922410310,"stop":1724922410311,"duration":1},"status":"passed","severity":"normal"},{"uid":"db1b666e92f70ab7","name":"Check message on other pubsub topic is not received","time":{"start":1724922845243,"stop":1724922845244,"duration":1},"status":"passed","severity":"normal"},{"uid":"f898490b15dd0b0e","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1724922374685,"stop":1724922374685,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5291c36bf28461e","name":"Push message with shell command payload","time":{"start":1724922853911,"stop":1724922853911,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc15f05d36d8c41a","name":"unsubscribes","time":{"start":1724922984605,"stop":1724922984606,"duration":1},"status":"passed","severity":"normal"},{"uid":"328c39bbf1f72fdf","name":"Relay - dialed first","time":{"start":1724923008734,"stop":1724923008734,"duration":0},"status":"passed","severity":"normal"},{"uid":"af9b0dd1316143a4","name":"should properly create location multiaddrs - udp4","time":{"start":1724922383085,"stop":1724922383085,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb77e5e421f452af","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1724922374672,"stop":1724922374672,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd155d4cfebdb4a1","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1724923012479,"stop":1724923012479,"duration":0},"status":"passed","severity":"normal"},{"uid":"107fa4234806a721","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1724922727648,"stop":1724922727648,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ea1863da7807cdb","name":"Sample","time":{"start":1724922382484,"stop":1724922382484,"duration":0},"status":"passed","severity":"normal"},{"uid":"da75751be5b1f918","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1724922999264,"stop":1724922999265,"duration":1},"status":"passed","severity":"normal"},{"uid":"6880bc512fad4294","name":"safeDispatchEvent","time":{"start":1724922465399,"stop":1724922465400,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c8c857a6d7a2a77","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724922727645,"stop":1724922727645,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2fdec18971088bb","name":"should throw an error for missing sharding configuration","time":{"start":1724922374694,"stop":1724922374694,"duration":0},"status":"passed","severity":"normal"},{"uid":"ecd2ddd0332f70fd","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1724922425592,"stop":1724922425595,"duration":3},"status":"passed","severity":"normal"},{"uid":"7556d1c3b6c8d8b2","name":"Subscribe to topic containing emoji and publish message","time":{"start":1724922891494,"stop":1724922891494,"duration":0},"status":"passed","severity":"normal"},{"uid":"7830955c611e30a2","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1724922374663,"stop":1724922374664,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ff7846ebc5aaf91","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1724922374687,"stop":1724922374687,"duration":0},"status":"passed","severity":"normal"},{"uid":"52d49d5a400f8ff8","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1724922374688,"stop":1724922374688,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3fbba7824cd7932","name":"should set field with only FILTER enabled","time":{"start":1724922383092,"stop":1724922383092,"duration":0},"status":"passed","severity":"normal"},{"uid":"e49d8558054efdfc","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1724922508639,"stop":1724922508639,"duration":0},"status":"passed","severity":"normal"},{"uid":"416608463c7bd228","name":"Push message with XML payload","time":{"start":1724922853909,"stop":1724922853910,"duration":1},"status":"passed","severity":"normal"},{"uid":"8735a1d647fef6bc","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1724922388050,"stop":1724922388050,"duration":0},"status":"passed","severity":"normal"},{"uid":"e81f691c30719ef1","name":"Check received message with timestamp: 1649153314 ","time":{"start":1724922601846,"stop":1724922601846,"duration":0},"status":"passed","severity":"normal"},{"uid":"1391faea2346e787","name":"throws on content topic with generation field greater than 0","time":{"start":1724922374659,"stop":1724922374660,"duration":1},"status":"passed","severity":"normal"},{"uid":"8fa6f27875793db3","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1724922611431,"stop":1724922611432,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2f9fcc2540c1b67","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app2/1/topic516/proto","time":{"start":1724922906440,"stop":1724922906441,"duration":1},"status":"passed","severity":"normal"},{"uid":"a358e1d60872e26c","name":"Check received message with timestamp: 1724922425216000000 ","time":{"start":1724922601844,"stop":1724922601845,"duration":1},"status":"passed","severity":"normal"},{"uid":"af1c9bfe9daf419b","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1724922374678,"stop":1724922374678,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cd40fd1ce50a016","name":"recovers when dns.resolve returns empty","time":{"start":1724922398919,"stop":1724922398919,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f0454b0ae62aea0","name":"Callback on promise","time":{"start":1724922971799,"stop":1724922971799,"duration":0},"status":"passed","severity":"normal"},{"uid":"b77e68ddbf39f6ef","name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1724922778327,"stop":1724922778327,"duration":0},"status":"passed","severity":"normal"},{"uid":"322a4a8ff57b83bb","name":"Check received message containing SQL Injection","time":{"start":1724922845253,"stop":1724922845253,"duration":0},"status":"passed","severity":"normal"},{"uid":"84859c439b6fdaf7","name":"Push message with content topic containing Basic HTML tag","time":{"start":1724922921469,"stop":1724922921469,"duration":0},"status":"passed","severity":"normal"},{"uid":"1959c48fdc65e079","name":"Subscribe to topic containing JSON and receive message","time":{"start":1724922635358,"stop":1724922635358,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3e2a2c499f4eabd","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1724922971800,"stop":1724922971800,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4959e54bcd3e472","name":"Check received message containing unicode special characters","time":{"start":1724922845238,"stop":1724922845239,"duration":1},"status":"passed","severity":"normal"},{"uid":"b8c49a2ce64f6e2e","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1724922402865,"stop":1724922402865,"duration":0},"status":"passed","severity":"normal"},{"uid":"60248aa76c8f7e78","name":"same cluster, same shard: nodes connect","time":{"start":1724922771082,"stop":1724922771082,"duration":0},"status":"passed","severity":"normal"},{"uid":"67df3dc8fb95e430","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1724922891485,"stop":1724922891485,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fa2297bb37094e8","name":"should throw an error for insufficient data","time":{"start":1724922374768,"stop":1724922374768,"duration":0},"status":"passed","severity":"normal"},{"uid":"975fe7c6c4cc5644","name":"should throw an error for empty SingleShardInfos array","time":{"start":1724922374677,"stop":1724922374678,"duration":1},"status":"passed","severity":"normal"},{"uid":"c87bb66091f15b51","name":"Check received message containing Basic HTML tag","time":{"start":1724922845254,"stop":1724922845256,"duration":2},"status":"passed","severity":"normal"},{"uid":"8007f3350aaff36a","name":"Check received message containing shell command","time":{"start":1724922601843,"stop":1724922601843,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8a231eb16c634eb","name":"Push message with custom timestamp: 1724926235572","time":{"start":1724922921474,"stop":1724922921475,"duration":1},"status":"passed","severity":"normal"},{"uid":"a3c3a10d741fd3fe","name":"Check received message containing special chars","time":{"start":1724922845233,"stop":1724922845234,"duration":1},"status":"passed","severity":"normal"},{"uid":"31e9647c8db518d4","name":"Subscribe to topic containing Script and publish message","time":{"start":1724922891490,"stop":1724922891491,"duration":1},"status":"passed","severity":"normal"},{"uid":"aaada347bce8a430","name":"Fails to push message bigger that 1MB","time":{"start":1724922921475,"stop":1724922921476,"duration":1},"status":"passed","severity":"normal"},{"uid":"b9661ff0d6d75ce8","name":"Push message with short payload","time":{"start":1724922853902,"stop":1724922853903,"duration":1},"status":"passed","severity":"normal"},{"uid":"57c22d602f4229d1","name":"should encode/decode to RLP encoding","time":{"start":1724922383083,"stop":1724922383083,"duration":0},"status":"passed","severity":"normal"},{"uid":"af4ef0073c9c634c","name":"LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","time":{"start":1724922778324,"stop":1724922778324,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ce17db3b2eebd21","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724922508635,"stop":1724922508636,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ea9627fa79b007e","name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1724922778330,"stop":1724922778330,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2d334fa481fb89f","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1724922845242,"stop":1724922845243,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ecaa212b25b6600","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1724922374686,"stop":1724922374687,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c6002448607312b","name":"Check publish message containing Arabic","time":{"start":1724922887522,"stop":1724922887523,"duration":1},"status":"passed","severity":"normal"},{"uid":"649270fe6f4d65d9","name":"Check meta is set [ecies]","time":{"start":1724922410311,"stop":1724922410311,"duration":0},"status":"passed","severity":"normal"},{"uid":"28a14b166bc2e2b3","name":"Check message with no payload is not received","time":{"start":1724922601857,"stop":1724922601857,"duration":0},"status":"passed","severity":"normal"},{"uid":"5df6a34988c0cb5","name":"Push message with Russian payload","time":{"start":1724922853908,"stop":1724922853908,"duration":0},"status":"passed","severity":"normal"},{"uid":"12139d36d0540a0b","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724922611430,"stop":1724922611430,"duration":0},"status":"passed","severity":"normal"},{"uid":"3183bd22702f826","name":"should be able to decode the field with only RELAY set to true","time":{"start":1724922382328,"stop":1724922382329,"duration":1},"status":"passed","severity":"normal"},{"uid":"f562a682d4554cd8","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1724922476374,"stop":1724922476374,"duration":0},"status":"passed","severity":"normal"},{"uid":"35dfdbda77fa59d6","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1724922647835,"stop":1724922647835,"duration":0},"status":"passed","severity":"normal"},{"uid":"64eb4e5fa884a188","name":"handles empty shards array correctly","time":{"start":1724922374694,"stop":1724922374694,"duration":0},"status":"passed","severity":"normal"},{"uid":"43b1ea214579a6c0","name":"Check publish message containing Basic HTML tag","time":{"start":1724922887525,"stop":1724922887525,"duration":0},"status":"passed","severity":"normal"},{"uid":"e112fbb60fc82193","name":"Ping on subscribed peer","time":{"start":1724922499927,"stop":1724922499928,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e8b7ad1bf9975a0","name":"returns all values when wanted number is greater than available values","time":{"start":1724922398026,"stop":1724922398026,"duration":0},"status":"passed","severity":"normal"},{"uid":"7217450b24b8ff6f","name":"Check received message containing short","time":{"start":1724922601837,"stop":1724922601838,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5560e3871016064","name":"should properly compute the node id","time":{"start":1724922383083,"stop":1724922383083,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4239346f8966f2f","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1724922508636,"stop":1724922508637,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b92ebeecc728965","name":"Fails to push message with large meta","time":{"start":1724922853928,"stop":1724922853928,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a6571541f369e21","name":"Decoder throws on empty string content topic","time":{"start":1724922388049,"stop":1724922388050,"duration":1},"status":"passed","severity":"normal"},{"uid":"6febf30034257f8a","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1724922845260,"stop":1724922845260,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e4886f33fa1f812","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1724922928883,"stop":1724922928885,"duration":2},"status":"passed","severity":"normal"},{"uid":"8c821fad76fb1c2c","name":"different cluster, different shard: nodes don't connect","time":{"start":1724922771083,"stop":1724922771083,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5edb63e70770677","name":"Query Generator, Wrong PubsubTopic","time":{"start":1724922950819,"stop":1724922950820,"duration":1},"status":"passed","severity":"normal"},{"uid":"38092e9f15e48512","name":"Check received message containing Russian","time":{"start":1724922601840,"stop":1724922601840,"duration":0},"status":"passed","severity":"normal"},{"uid":"cef50c0b19f5cefc","name":"Push message with content topic containing JSON","time":{"start":1724922853921,"stop":1724922853922,"duration":1},"status":"passed","severity":"normal"},{"uid":"db3f9eddbc0df382","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app3/5/topic663/json","time":{"start":1724922906439,"stop":1724922906439,"duration":0},"status":"passed","severity":"normal"},{"uid":"76944968bcc34638","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1724922374683,"stop":1724922374683,"duration":0},"status":"passed","severity":"normal"},{"uid":"c00a4314ef8d39e2","name":"should not fail to start the service if it is already started","time":{"start":1724922402863,"stop":1724922402863,"duration":0},"status":"passed","severity":"normal"},{"uid":"8acff7ef608041f0","name":"should properly create location multiaddrs - udp","time":{"start":1724922383090,"stop":1724922383090,"duration":0},"status":"passed","severity":"normal"},{"uid":"e562832d2744b6f2","name":"Throws when trying to push message with empty payload","time":{"start":1724922921464,"stop":1724922921464,"duration":0},"status":"passed","severity":"normal"},{"uid":"41220e960a1fe29a","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1724922374685,"stop":1724922374685,"duration":0},"status":"passed","severity":"normal"},{"uid":"25dd79f949f169d8","name":"Check message with no content topic is not received","time":{"start":1724922845244,"stop":1724922845245,"duration":1},"status":"passed","severity":"normal"},{"uid":"980238336f0b5e4c","name":"Ordered Callback - true","time":{"start":1724922966705,"stop":1724922966705,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b16bac1bcec2cde","name":"can start the service","time":{"start":1724922890064,"stop":1724922890065,"duration":1},"status":"passed","severity":"normal"},{"uid":"83339b303d487a96","name":"Push message with rate limit","time":{"start":1724922921473,"stop":1724922921473,"duration":0},"status":"passed","severity":"normal"},{"uid":"67981c706f464a87","name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","time":{"start":1724922778326,"stop":1724922778326,"duration":0},"status":"passed","severity":"normal"},{"uid":"d44fc5437296b23d","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1724922425595,"stop":1724922425597,"duration":2},"status":"passed","severity":"normal"},{"uid":"fda92576a082a979","name":"shard 0","time":{"start":1724922946228,"stop":1724922946228,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bfe15b8a611ee21","name":"Relay + Store","time":{"start":1724922383093,"stop":1724922383093,"duration":0},"status":"passed","severity":"normal"},{"uid":"4563b7165ab2b2a","name":"Query Generator sorting by timestamp while page direction is false","time":{"start":1724922982488,"stop":1724922982488,"duration":0},"status":"passed","severity":"normal"},{"uid":"729ebd053dc5faf6","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1724922611431,"stop":1724922611431,"duration":0},"status":"passed","severity":"normal"},{"uid":"637625bf4e879e64","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1724922374693,"stop":1724922374694,"duration":1},"status":"passed","severity":"normal"},{"uid":"f13cba270661ad29","name":"Privacy Node - default protocol","time":{"start":1724923008738,"stop":1724923008738,"duration":0},"status":"passed","severity":"normal"},{"uid":"a408290d26888362","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1724922611428,"stop":1724922611428,"duration":0},"status":"passed","severity":"normal"},{"uid":"818e97253c520e91","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1724922611433,"stop":1724922611433,"duration":0},"status":"passed","severity":"normal"},{"uid":"3186a21613dd57f","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1724922950821,"stop":1724922950822,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c5e338f300bc737","name":"Non TWN Cluster","time":{"start":1724922906439,"stop":1724922906439,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8ebf5fb4bd2fbc5","name":"Check received message containing numeric","time":{"start":1724922845233,"stop":1724922845233,"duration":0},"status":"passed","severity":"normal"},{"uid":"6227b7cf48b57a27","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1724922374677,"stop":1724922374677,"duration":0},"status":"passed","severity":"normal"},{"uid":"baa1defb4079dff","name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","time":{"start":1724922778326,"stop":1724922778326,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad8d733128d379b9","name":"nwaku subscribes","time":{"start":1724922866492,"stop":1724922866492,"duration":0},"status":"passed","severity":"normal"},{"uid":"72cb0ca677d2a705","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1724922374683,"stop":1724922374684,"duration":1},"status":"passed","severity":"normal"},{"uid":"32cff420de5154cf","name":"Passing page size 110 when there are 120 messages","time":{"start":1724922983784,"stop":1724922983784,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7408a3ff925bc79","name":"Check received message with timestamp: 1724922424872 ","time":{"start":1724922845240,"stop":1724922845242,"duration":2},"status":"passed","severity":"normal"},{"uid":"2ebc05b9a5c6eaf8","name":"should handle a minimal index list","time":{"start":1724922374767,"stop":1724922374767,"duration":0},"status":"passed","severity":"normal"},{"uid":"9713e188a70d6fe7","name":"Passing page size 1 when there are 4 messages","time":{"start":1724922983780,"stop":1724922983781,"duration":1},"status":"passed","severity":"normal"},{"uid":"bae0c2b6c273bf6a","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1724922611433,"stop":1724922611433,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b1277d908567749","name":"Should update multiaddrs","time":{"start":1724922778645,"stop":1724922778646,"duration":1},"status":"passed","severity":"normal"},{"uid":"d13aa0deaca4f109","name":"Check received message containing numeric","time":{"start":1724922601838,"stop":1724922601839,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd3b0df4dba22c2c","name":"Push message with content topic containing special chars","time":{"start":1724922921466,"stop":1724922921467,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbd578a3ee935102","name":"All","time":{"start":1724922437307,"stop":1724922437311,"duration":4},"status":"passed","severity":"normal"},{"uid":"e5cf2f429fbf96ea","name":"Query with Ordered Callback, No Decoder","time":{"start":1724922950822,"stop":1724922950822,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9f7495dfa1d937","name":"Passing page size 0 when there are 110 messages","time":{"start":1724922983779,"stop":1724922983780,"duration":1},"status":"passed","severity":"normal"},{"uid":"7947d58104ffb65","name":"should not fail to stop the service if it was not started","time":{"start":1724922439099,"stop":1724922439100,"duration":1},"status":"passed","severity":"normal"},{"uid":"47c75ec98b3ae092","name":"Check received message containing Script","time":{"start":1724922601841,"stop":1724922601841,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c895b665200b9e5","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1724922536231,"stop":1724922536232,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f0ce0d57d487d6c","name":"handles multiple messages","time":{"start":1724922984603,"stop":1724922984603,"duration":0},"status":"passed","severity":"normal"},{"uid":"c86ce5dbc7fad4dc","name":"Generator, custom pubsub topic","time":{"start":1724922966283,"stop":1724922966283,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1435df9b319d822","name":"should get / set TCP multiaddr","time":{"start":1724922383084,"stop":1724922383085,"duration":1},"status":"passed","severity":"normal"},{"uid":"70dc32c81df83759","name":"Encoder throws on undefined content topic","time":{"start":1724922410311,"stop":1724922410312,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e671379cf12e70d","name":"Init the array if not present","time":{"start":1724922374447,"stop":1724922374448,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e55baf9c9b5f50b","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1724922374684,"stop":1724922374684,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e5ac197c86d3259","name":"Push message with Russian payload","time":{"start":1724922921445,"stop":1724922921446,"duration":1},"status":"passed","severity":"normal"},{"uid":"4740b78f9e974df9","name":"Wrong topic","time":{"start":1724922906444,"stop":1724922906444,"duration":0},"status":"passed","severity":"normal"},{"uid":"57963b4423ccc1c5","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1724922771081,"stop":1724922771082,"duration":1},"status":"passed","severity":"normal"},{"uid":"db1bf8d0f61b6ba6","name":"should return the pubsub topic directly if a string is provided","time":{"start":1724922374691,"stop":1724922374691,"duration":0},"status":"passed","severity":"normal"},{"uid":"27791ba717691c8d","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1724922374690,"stop":1724922374690,"duration":0},"status":"passed","severity":"normal"},{"uid":"51bf0c48f97d7e3a","name":"should use DNS peer discovery with light client","time":{"start":1724922439102,"stop":1724922439102,"duration":0},"status":"skipped","severity":"normal"},{"uid":"fb85f557939571de","name":"Check message with non string payload is not received","time":{"start":1724922601858,"stop":1724922601858,"duration":0},"status":"passed","severity":"normal"},{"uid":"db6835754611d1e0","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1724922374689,"stop":1724922374689,"duration":0},"status":"passed","severity":"normal"},{"uid":"681132e837290822","name":"Push message with Script payload","time":{"start":1724922921447,"stop":1724922921448,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe88af9582cb268e","name":"Subscribe to topic containing numeric and receive message","time":{"start":1724922635354,"stop":1724922635354,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e6e7b11f1f330af","name":"Number of peers are maintained correctly","time":{"start":1724922535036,"stop":1724922535037,"duration":1},"status":"passed","severity":"normal"},{"uid":"247d200431b27f77","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1724922536230,"stop":1724922536230,"duration":0},"status":"passed","severity":"normal"},{"uid":"171276ff386f569d","name":"removeEventListener with correct event","time":{"start":1724922465395,"stop":1724922465395,"duration":0},"status":"passed","severity":"normal"},{"uid":"639fbd784ed11b42","name":"1 Store, 2 fetches","time":{"start":1724922398277,"stop":1724922398277,"duration":0},"status":"passed","severity":"normal"},{"uid":"f46f477fe75f7e36","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1724922398404,"stop":1724922398404,"duration":0},"status":"passed","severity":"normal"},{"uid":"cfb188e5e45e2fe0","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1724922647836,"stop":1724922647836,"duration":0},"status":"passed","severity":"normal"},{"uid":"66abdc2155897ab0","name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1724922778327,"stop":1724922778327,"duration":0},"status":"passed","severity":"normal"},{"uid":"5916c6ee4db38f4a","name":"Query with Promise Callback, No message returned","time":{"start":1724922950824,"stop":1724922950824,"duration":0},"status":"passed","severity":"normal"},{"uid":"35904c8b970cb9cf","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1724923012459,"stop":1724923012459,"duration":0},"status":"passed","severity":"normal"},{"uid":"536cffe97ea031ac","name":"Check message with no content topic is not received","time":{"start":1724922601857,"stop":1724922601857,"duration":0},"status":"passed","severity":"normal"},{"uid":"b80441ff0ce30c67","name":"Check received message containing Chinese","time":{"start":1724922845234,"stop":1724922845234,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cf654fe6a0db836","name":"Check publish message containing SQL Injection","time":{"start":1724922887524,"stop":1724922887524,"duration":0},"status":"passed","severity":"normal"},{"uid":"5bc56707bd01823e","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724922611426,"stop":1724922611426,"duration":0},"status":"passed","severity":"normal"},{"uid":"438d48c123d59373","name":"Check publish message containing Chinese","time":{"start":1724922887522,"stop":1724922887522,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad4c24961c11050e","name":"should return valid sharding parameters for static sharding","time":{"start":1724922374693,"stop":1724922374693,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d9674005a225a02","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1724922398923,"stop":1724922398923,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ddd8b5a0ab72b0cc","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1724922433170,"stop":1724922433170,"duration":0},"status":"passed","severity":"normal"},{"uid":"36e3f645aab20b3b","name":"Add multiple subscription objects on single nwaku node","time":{"start":1724922635360,"stop":1724922635360,"duration":0},"status":"passed","severity":"normal"},{"uid":"c66b5a6a124a5673","name":"Sign & Recover","time":{"start":1724922409250,"stop":1724922409250,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9076850ec540110","name":"Check message with no pubsub topic is not received","time":{"start":1724922601856,"stop":1724922601856,"duration":0},"status":"passed","severity":"normal"},{"uid":"70edc609aedd7b10","name":"Check message received after jswaku node is restarted","time":{"start":1724922845246,"stop":1724922845246,"duration":0},"status":"skipped","severity":"normal"},{"uid":"fe8127b02ecbe536","name":"Number of peers are maintained correctly","time":{"start":1724922675552,"stop":1724922675552,"duration":0},"status":"passed","severity":"normal"},{"uid":"607d4c0669575d0c","name":"Decoder throws on undefined content topic","time":{"start":1724922410312,"stop":1724922410312,"duration":0},"status":"passed","severity":"normal"},{"uid":"c53a89c3bcbc6a34","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1724922374688,"stop":1724922374688,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b45b47bc6d16d29","name":"Check publish message containing special chars","time":{"start":1724922887521,"stop":1724922887522,"duration":1},"status":"passed","severity":"normal"},{"uid":"876ac122f8576b38","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1724922647835,"stop":1724922647835,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a58c90c3b5ad709","name":"should set field with only STORE enabled","time":{"start":1724922383092,"stop":1724922383092,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5af398198c14133","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1724922887528,"stop":1724922887529,"duration":1},"status":"passed","severity":"normal"},{"uid":"50fee164ddb7b660","name":"LightPush with 2 connections","time":{"start":1724922661638,"stop":1724922661641,"duration":3},"status":"passed","severity":"normal"},{"uid":"dd91eca78e74b912","name":"Check message received after jswaku node is restarted","time":{"start":1724922845263,"stop":1724922845264,"duration":1},"status":"skipped","severity":"normal"},{"uid":"ce8e942cb56041b6","name":"Store - dialed after - with timeout","time":{"start":1724923008736,"stop":1724923008736,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4884989548979d2","name":"Waku message hash computation (no timestamp)","time":{"start":1724922377156,"stop":1724922377156,"duration":0},"status":"passed","severity":"normal"},{"uid":"3945f6963ef94102","name":"Query generator for multiple messages with multiple decoders","time":{"start":1724922971798,"stop":1724922971798,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3af6120e35f9450","name":"Check received message containing special chars","time":{"start":1724922601839,"stop":1724922601839,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fa3b4744d6b5d6c","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1724922999267,"stop":1724922999267,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1c7199775d08a59","name":"Subscribe to topic containing shell command and publish message","time":{"start":1724922891492,"stop":1724922891493,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a24052723cb96dc","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1724922635346,"stop":1724922635346,"duration":0},"status":"passed","severity":"normal"},{"uid":"5dbb288b4fa637ee","name":"should throw an error for an unconfigured topic","time":{"start":1724922374690,"stop":1724922374691,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa3660c7a533115f","name":"it tolerates circular branch references","time":{"start":1724922398919,"stop":1724922398919,"duration":0},"status":"passed","severity":"normal"},{"uid":"eccd8df0aba7f0fb","name":"Push message with Script payload","time":{"start":1724922853909,"stop":1724922853909,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3dc77cb105ebd2","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1724922374672,"stop":1724922374672,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a04a994f7e4bb7a","name":"Refresh subscription","time":{"start":1724923012461,"stop":1724923012461,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd0f85aee7c8b223","name":"isConnected should return true after first peer connects","time":{"start":1724922476375,"stop":1724922476376,"duration":1},"status":"passed","severity":"normal"},{"uid":"1778617ab696e9c2","name":"Refresh subscription","time":{"start":1724922635353,"stop":1724922635353,"duration":0},"status":"passed","severity":"normal"},{"uid":"833e3092d8c0f269","name":"should return false","time":{"start":1724922383082,"stop":1724922383082,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4c547430ed8f30","name":"Subscribe to topic containing special chars and publish message","time":{"start":1724922891488,"stop":1724922891489,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a0cc8d9f58c5fa2","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1724922999266,"stop":1724922999266,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd03c58e654ec80e","name":"should get / set UDP multiaddr","time":{"start":1724922383084,"stop":1724922383084,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac9f9bf798e592fb","name":"Subscribe to topic containing short and receive message","time":{"start":1724923012462,"stop":1724923012462,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffc149a3f7d3c14b","name":"Ping fails for unsubscribed peers","time":{"start":1724922535038,"stop":1724922535038,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7df2d43b4170cb7","name":"LightPush with 1 connections","time":{"start":1724922661636,"stop":1724922661636,"duration":0},"status":"passed","severity":"normal"},{"uid":"e38ccb126311fded","name":"Encoder throws on undefined content topic","time":{"start":1724922388048,"stop":1724922388048,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c844a2dddd7c339","name":"Subscribe to topic containing shell command and receive message","time":{"start":1724923012466,"stop":1724923012467,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b1c034a2b9ab6db","name":"random static sharding 8 - Cluster ID: 473, Shard ID: 106","time":{"start":1724922946233,"stop":1724922946239,"duration":6},"status":"passed","severity":"normal"},{"uid":"bf1cb6e1a373ac26","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1724922508634,"stop":1724922508635,"duration":1},"status":"passed","severity":"normal"},{"uid":"85f46176006565b3","name":"Check publish message containing Script","time":{"start":1724922887524,"stop":1724922887524,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd9df8b15714ade1","name":"addEventListener with correct event","time":{"start":1724922465393,"stop":1724922465393,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ade1addac00b73c","name":"Push message equal or less that 1MB","time":{"start":1724922921475,"stop":1724922921475,"duration":0},"status":"passed","severity":"normal"},{"uid":"b881a0e06d72a552","name":"less peers than existing","time":{"start":1724922845654,"stop":1724922845654,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e6c7f88506b2b531","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1724922611439,"stop":1724922611439,"duration":0},"status":"passed","severity":"normal"},{"uid":"f15ca01d7ff3e315","name":"Push message with content topic containing long","time":{"start":1724922921466,"stop":1724922921466,"duration":0},"status":"passed","severity":"normal"},{"uid":"de2bf4fa1c9fc4ca","name":"Ping on subscribed peer","time":{"start":1724922499935,"stop":1724922499935,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd89791feecb7a5a","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1724922611444,"stop":1724922611444,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1e13910cac9b681","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1724922891493,"stop":1724922891494,"duration":1},"status":"passed","severity":"normal"},{"uid":"f35bcb068c64744b","name":"throws an error for improperly formatted content topics","time":{"start":1724922374676,"stop":1724922374677,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd14f031fa4aabef","name":"should emit a peer event after start","time":{"start":1724922402863,"stop":1724922402863,"duration":0},"status":"passed","severity":"normal"},{"uid":"524902c40320d996","name":"Encoder throws on undefined content topic","time":{"start":1724922408755,"stop":1724922408756,"duration":1},"status":"passed","severity":"normal"},{"uid":"7f68708a3ed8fdfd","name":"Check message received after nwaku node is restarted","time":{"start":1724922845264,"stop":1724922845264,"duration":0},"status":"skipped","severity":"normal"},{"uid":"fab7def87f0b475","name":"should be called for bootstrap peers","time":{"start":1724922433168,"stop":1724922433168,"duration":0},"status":"passed","severity":"normal"},{"uid":"29256032f603d5a","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1724922635355,"stop":1724922635356,"duration":1},"status":"passed","severity":"normal"},{"uid":"5088150c2e77cf36","name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","time":{"start":1724922778324,"stop":1724922778324,"duration":0},"status":"passed","severity":"normal"},{"uid":"2af477ca4fc6e56f","name":"should be online or offline if network state changed","time":{"start":1724922425603,"stop":1724922425604,"duration":1},"status":"passed","severity":"normal"},{"uid":"71f15a8e1a21f06","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1724922508637,"stop":1724922508638,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7d0fb0fc954cb1","name":"Generator, 2 different pubsubtopics","time":{"start":1724922966287,"stop":1724922966287,"duration":0},"status":"passed","severity":"normal"},{"uid":"e80398954471faee","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1724922999265,"stop":1724922999266,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a87c4e567d132e9","name":"Check received message containing long","time":{"start":1724922845232,"stop":1724922845233,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0257f173a3aec65","name":"random static sharding 1 - Cluster ID: 488, Shard ID: 866","time":{"start":1724922946229,"stop":1724922946229,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b18f8cf216f1668","name":"Check publish message after service node is restarted","time":{"start":1724922887534,"stop":1724922887534,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f9b7bfcb9db8fb58","name":"Accepts a valid Waku Message","time":{"start":1724922391231,"stop":1724922391232,"duration":1},"status":"passed","severity":"normal"},{"uid":"d3e457317b3febe6","name":"dispatchEvent via connectionManager","time":{"start":1724922465398,"stop":1724922465399,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb5ce472ab29ce2a","name":"Check received message containing unicode special characters","time":{"start":1724922845258,"stop":1724922845258,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6b2899aa47d7bab","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724922508638,"stop":1724922508638,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a123919a1920902","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","time":{"start":1724922535051,"stop":1724922535052,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a8dcddf9dd94365","name":"can dial TLS multiaddrs","time":{"start":1724922775985,"stop":1724922775986,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b1206d2d49d4783","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1724922635351,"stop":1724922635352,"duration":1},"status":"passed","severity":"normal"},{"uid":"f199781e8256943c","name":"Check meta is set [symmetric]","time":{"start":1724922408754,"stop":1724922408755,"duration":1},"status":"passed","severity":"normal"},{"uid":"bea89194290154aa","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1724923012483,"stop":1724923012483,"duration":0},"status":"passed","severity":"normal"},{"uid":"79072e9c30a3b82f","name":"Push message on custom pubsubTopic","time":{"start":1724922727647,"stop":1724922727647,"duration":0},"status":"passed","severity":"normal"},{"uid":"2147944fbaa5d6f9","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1724922476375,"stop":1724922476375,"duration":0},"status":"passed","severity":"normal"},{"uid":"28006613a6d39f0b","name":"Subscribe to topic containing long and receive message","time":{"start":1724923012462,"stop":1724923012462,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f47843e76ef2e66","name":"handles empty contentTopics array correctly","time":{"start":1724922374695,"stop":1724922374695,"duration":0},"status":"passed","severity":"normal"},{"uid":"24112303a49b08db","name":"Subscribe to topic containing emoji and receive message","time":{"start":1724923012483,"stop":1724923012483,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddeed863c6beca95","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1724922398922,"stop":1724922398922,"duration":0},"status":"passed","severity":"normal"},{"uid":"44e74ecf485e9038","name":"Subscribe and publish message","time":{"start":1724922891484,"stop":1724922891484,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c228878670c7b51","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1724922508641,"stop":1724922508642,"duration":1},"status":"passed","severity":"normal"},{"uid":"298e646f41fd4ee0","name":"Fields are not dropped","time":{"start":1724922387360,"stop":1724922387362,"duration":2},"status":"passed","severity":"normal"},{"uid":"e54a64ad38ffc537","name":"Check received message containing XML","time":{"start":1724922845236,"stop":1724922845236,"duration":0},"status":"passed","severity":"normal"},{"uid":"bef091612c3f8185","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1724922611435,"stop":1724922611436,"duration":1},"status":"passed","severity":"normal"},{"uid":"45e98799f835bbad","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1724922611420,"stop":1724922611420,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cd2ad57b835c0cd","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app87/9/topic894/json","time":{"start":1724922906439,"stop":1724922906440,"duration":1},"status":"passed","severity":"normal"},{"uid":"c12dac16b4d8eb18","name":"Subscribe to topic containing Script and receive message","time":{"start":1724922635357,"stop":1724922635357,"duration":0},"status":"passed","severity":"normal"},{"uid":"b84892d5c07bd39d","name":"Subscribe to topic containing JSON and receive message","time":{"start":1724923012481,"stop":1724923012482,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbf4513184c70f0b","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1724922928885,"stop":1724922928885,"duration":0},"status":"passed","severity":"normal"},{"uid":"22378403d1202d18","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1724922611435,"stop":1724922611435,"duration":0},"status":"passed","severity":"normal"},{"uid":"53d863d936b7a7bd","name":"Used by Waku Relay","time":{"start":1724922998984,"stop":1724922998985,"duration":1},"status":"passed","severity":"normal"},{"uid":"160c7b57227e9446","name":"Push message with SQL Injection payload","time":{"start":1724922853909,"stop":1724922853909,"duration":0},"status":"passed","severity":"normal"},{"uid":"85006f9518066c4e","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1724922387839,"stop":1724922387839,"duration":0},"status":"passed","severity":"normal"},{"uid":"28d390ac3dbe34d9","name":"should not fail to start the service if it is already started","time":{"start":1724922890066,"stop":1724922890067,"duration":1},"status":"passed","severity":"normal"},{"uid":"7732ef15cef4fdf0","name":"Check publish message containing JSON","time":{"start":1724922887525,"stop":1724922887526,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf553fb0bed135f2","name":"Push message with content topic containing Basic HTML tag","time":{"start":1724922853921,"stop":1724922853921,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac52063cefd4cfa1","name":"Ordered callback, aborts when callback returns true","time":{"start":1724922971800,"stop":1724922971800,"duration":0},"status":"passed","severity":"normal"},{"uid":"32117bbecaa13e04","name":"throws on content topic with empty version field","time":{"start":1724922374660,"stop":1724922374661,"duration":1},"status":"passed","severity":"normal"},{"uid":"1eda95604c7c6835","name":"isConnected between 2 js-waku relay nodes","time":{"start":1724922476377,"stop":1724922476377,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6a7842c55046bba","name":"Push message with Arabic payload","time":{"start":1724922921444,"stop":1724922921445,"duration":1},"status":"passed","severity":"normal"},{"uid":"f15ad1f3e1090f77","name":"should decode valid enr with tcp successfully","time":{"start":1724922383080,"stop":1724922383080,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bec5a521833738c","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1724922374677,"stop":1724922374677,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8b96f717e55818","name":"Check received message containing short","time":{"start":1724922845248,"stop":1724922845248,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec028e33e0a411fa","name":"Push message with meta","time":{"start":1724922921472,"stop":1724922921472,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0d969d20cfc1c3f","name":"random static sharding 5 - Cluster ID: 863, Shard ID: 723","time":{"start":1724922946231,"stop":1724922946231,"duration":0},"status":"passed","severity":"normal"},{"uid":"6bb170d07988c8d5","name":"removeEventListener with wrong event","time":{"start":1724922465395,"stop":1724922465396,"duration":1},"status":"passed","severity":"normal"},{"uid":"b39d074f2049917f","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1724922906438,"stop":1724922906438,"duration":0},"status":"passed","severity":"normal"},{"uid":"753187cb3357070f","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1724922382331,"stop":1724922382331,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f666b7b6f05e301","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1724923012466,"stop":1724923012466,"duration":0},"status":"passed","severity":"normal"},{"uid":"77292f6ffec00746","name":"Subscribe and receive messages via lightPush","time":{"start":1724923012457,"stop":1724923012457,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdbab14f4d50a5b6","name":"Passing cursor with wrong pubsubTopic","time":{"start":1724922928888,"stop":1724922928889,"duration":1},"status":"passed","severity":"normal"},{"uid":"af6664a872649dbb","name":"should be able to encode the field with only STORE set to true","time":{"start":1724922382324,"stop":1724922382324,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca42d4b1e3ed77ba","name":"Ping on peer without subscriptions","time":{"start":1724922499935,"stop":1724922499936,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c58a994123222de","name":"Subscribe and receive messages via waku relay post","time":{"start":1724923012472,"stop":1724923012473,"duration":1},"status":"passed","severity":"normal"},{"uid":"af4f38ff4c72b405","name":"throws on content topic with empty topic name field","time":{"start":1724922374661,"stop":1724922374661,"duration":0},"status":"passed","severity":"normal"},{"uid":"681698fbb618f5d8","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app96/7/topic650/test.js","time":{"start":1724922906442,"stop":1724922906442,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cce17776e1ce311","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1724922398923,"stop":1724922398923,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c97af327e35de383","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1724922999269,"stop":1724922999270,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e40ca23f7048dda","name":"Delete observer","time":{"start":1724922849123,"stop":1724922849123,"duration":0},"status":"passed","severity":"normal"},{"uid":"a84ee8ab3efdf4ca","name":"should set field with all protocols disabled","time":{"start":1724922383091,"stop":1724922383091,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ed6371148eb1e5d","name":"caches peers it previously fetched","time":{"start":1724922398920,"stop":1724922398920,"duration":0},"status":"passed","severity":"normal"},{"uid":"7adf6acc89591d0f","name":"Check received message containing JSON","time":{"start":1724922601842,"stop":1724922601843,"duration":1},"status":"passed","severity":"normal"},{"uid":"c30feba91c32dd3f","name":"Subscribe to topic containing Russian and receive message","time":{"start":1724923012479,"stop":1724923012480,"duration":1},"status":"passed","severity":"normal"},{"uid":"431cd0fc8abf78e7","name":"Push message with meta","time":{"start":1724922853928,"stop":1724922853928,"duration":0},"status":"passed","severity":"normal"},{"uid":"3343a0fc1709414e","name":"Subscribe and receives messages on 20 topics","time":{"start":1724923012460,"stop":1724923012460,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb92d3d6f9c8ac22","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1724922374692,"stop":1724922374692,"duration":0},"status":"passed","severity":"normal"},{"uid":"addb6c8332fb7e11","name":"Passing page size 10 when there are 10 messages","time":{"start":1724922983782,"stop":1724922983783,"duration":1},"status":"passed","severity":"normal"},{"uid":"471133ac79ad6d96","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1724922727646,"stop":1724922727646,"duration":0},"status":"passed","severity":"normal"},{"uid":"d08a591a0a452d5b","name":"configure the node with multiple content topics","time":{"start":1724922906445,"stop":1724922906445,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e15a3c203a04171","name":"tcp ip4 address","time":{"start":1724922382545,"stop":1724922382546,"duration":1},"status":"passed","severity":"normal"},{"uid":"48eeacccd67e54a8","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1724922374684,"stop":1724922374684,"duration":0},"status":"passed","severity":"normal"},{"uid":"27b396409641a6a6","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1724922946243,"stop":1724922946244,"duration":1},"status":"passed","severity":"normal"},{"uid":"706be224b53c320","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1724922635350,"stop":1724922635350,"duration":0},"status":"passed","severity":"normal"},{"uid":"644fff5189056376","name":"should be able to encode the field with only RELAY set to true","time":{"start":1724922382321,"stop":1724922382323,"duration":2},"status":"passed","severity":"normal"},{"uid":"ada14c026c6c6a1a","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1724923012459,"stop":1724923012460,"duration":1},"status":"passed","severity":"normal"},{"uid":"4a8974dcf88d7ce8","name":"Push message with content topic containing Script","time":{"start":1724922921468,"stop":1724922921469,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d5829f6ee2d9376","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1724922966286,"stop":1724922966286,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f10ff01aebc4bff","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1724922950821,"stop":1724922950821,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab75d6009b0532cc","name":"Ephemeral field set to true","time":{"start":1724922388047,"stop":1724922388047,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c39b8c464c27ba5","name":"should throw error - no public key","time":{"start":1724922383081,"stop":1724922383081,"duration":0},"status":"passed","severity":"normal"},{"uid":"49fba54a3a4de9d3","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1724922374671,"stop":1724922374671,"duration":0},"status":"passed","severity":"normal"},{"uid":"afcec4701aef4a90","name":"should properly create peer info with all multiaddrs","time":{"start":1724922383090,"stop":1724922383091,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b512a0f82774432","name":"should not receive a peer event before start","time":{"start":1724922439101,"stop":1724922439101,"duration":0},"status":"passed","severity":"normal"},{"uid":"1234bc9c2dea9b9","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724922611434,"stop":1724922611434,"duration":0},"status":"passed","severity":"normal"},{"uid":"bfa55e37d350a3f2","name":"Push message with content topic containing Arabic","time":{"start":1724922853917,"stop":1724922853918,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e2bf56770daf9e3","name":"connects to nwaku","time":{"start":1724922998982,"stop":1724922998983,"duration":1},"status":"passed","severity":"normal"},{"uid":"9121fbe76d8356d0","name":"Ping on peer without subscriptions","time":{"start":1724922485955,"stop":1724922485955,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad0e8a591f60dac3","name":"should be able to decode the field with only FILTER set to true","time":{"start":1724922382329,"stop":1724922382330,"duration":1},"status":"passed","severity":"normal"},{"uid":"99c03f6cf3637f20","name":"Throws when trying to push message with empty payload","time":{"start":1724922853913,"stop":1724922853914,"duration":1},"status":"passed","severity":"normal"},{"uid":"63df0c6f78fd4343","name":"Subscribe to topic containing short and receive message","time":{"start":1724923012477,"stop":1724923012477,"duration":0},"status":"passed","severity":"normal"},{"uid":"53bdf4656d789c5","name":"can start and stop the service","time":{"start":1724922439099,"stop":1724922439099,"duration":0},"status":"passed","severity":"normal"},{"uid":"4822241c8b5fc301","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1724922374696,"stop":1724922374697,"duration":1},"status":"passed","severity":"normal"},{"uid":"78c4b51bd13a1ea6","name":"should not fail to start the service if it is already started","time":{"start":1724922439100,"stop":1724922439100,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8af958e8f942f15","name":"Nodes with multiple pubsub topic","time":{"start":1724922862335,"stop":1724922862335,"duration":0},"status":"passed","severity":"normal"},{"uid":"e19093c039b0af5d","name":"Push message with content topic containing numeric","time":{"start":1724922921466,"stop":1724922921466,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7db6da56468a4d8","name":"Check message with non string payload is not received","time":{"start":1724922845263,"stop":1724922845263,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9d0172847edd4a1","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1724922611430,"stop":1724922611430,"duration":0},"status":"passed","severity":"normal"},{"uid":"602c00187391e648","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1724922408753,"stop":1724922408754,"duration":1},"status":"passed","severity":"normal"},{"uid":"384621b5b63244fb","name":"Push message with emoji payload","time":{"start":1724922921463,"stop":1724922921463,"duration":0},"status":"passed","severity":"normal"},{"uid":"49ff91763dcf28d0","name":"Push message with escaped characters payload","time":{"start":1724922921462,"stop":1724922921463,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee5cbc79eda0038f","name":"Check received message with timestamp: 1649153314 ","time":{"start":1724922845242,"stop":1724922845242,"duration":0},"status":"passed","severity":"normal"},{"uid":"69be794e460fa860","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1724922635358,"stop":1724922635359,"duration":1},"status":"passed","severity":"normal"},{"uid":"28dd7652976442d6","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1724923048501,"stop":1724923048501,"duration":0},"status":"passed","severity":"normal"},{"uid":"af7a11260edbbb1f","name":"Relay + Store","time":{"start":1724922437306,"stop":1724922437307,"duration":1},"status":"passed","severity":"normal"},{"uid":"b04c4681d0b835fd","name":"Push message with content topic containing numeric","time":{"start":1724922853915,"stop":1724922853916,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8edc645ae42cc8f","name":"Reopen subscription with peer with lost subscription","time":{"start":1724922499930,"stop":1724922499931,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd896b161aea6fa8","name":"Push message on custom pubsubTopic","time":{"start":1724922727644,"stop":1724922727644,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcc6db9d9295415a","name":"Relay - times out","time":{"start":1724923008734,"stop":1724923008735,"duration":1},"status":"passed","severity":"normal"},{"uid":"46e435eff677228f","name":"Generator, custom pubsub topic","time":{"start":1724922966286,"stop":1724922966286,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cafa3e5cdcbbbf8","name":"should handle corrupted local storage data gracefully","time":{"start":1724922402865,"stop":1724922402865,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f180218b159b91d","name":"Fails to publish message with wrong content topic","time":{"start":1724922887532,"stop":1724922887532,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ee4c0ce20475d5","name":"Keep-alive pings maintain the connection","time":{"start":1724922535038,"stop":1724922535048,"duration":10},"status":"passed","severity":"normal"},{"uid":"d318b4bf083977b6","name":"Renews peer on consistent ping failures","time":{"start":1724922535049,"stop":1724922535049,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6bb7e3b51d11ac7","name":"Overlapping topic subscription","time":{"start":1724923012476,"stop":1724923012476,"duration":0},"status":"passed","severity":"normal"},{"uid":"24110eec20e0a23e","name":"passes more than one ENR URLs and attempts connection","time":{"start":1724922439103,"stop":1724922439103,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ec0a8b0c8290189b","name":"Check received message containing long","time":{"start":1724922601838,"stop":1724922601838,"duration":0},"status":"passed","severity":"normal"},{"uid":"1263f7371501e3fc","name":"Ping on unsubscribed peer","time":{"start":1724922499936,"stop":1724922499936,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8dd82888d183c95","name":"Filter with 3 connections","time":{"start":1724922661651,"stop":1724922661652,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c0f93ef3808c25d","name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","time":{"start":1724922778330,"stop":1724922778331,"duration":1},"status":"passed","severity":"normal"},{"uid":"93368a7c23ce8184","name":"Encoder throws on empty string content topic","time":{"start":1724922388049,"stop":1724922388049,"duration":0},"status":"passed","severity":"normal"},{"uid":"49afcbfedd54a6c4","name":"Check message received after nwaku node is restarted","time":{"start":1724922845246,"stop":1724922845247,"duration":1},"status":"skipped","severity":"normal"},{"uid":"bd05c9fe1fc98cbf","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1724922862335,"stop":1724922862335,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd9133b166eac029","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1724923012482,"stop":1724923012483,"duration":1},"status":"passed","severity":"normal"},{"uid":"f86fc0a1e48afc1f","name":"Subscribe to topic containing XML and publish message","time":{"start":1724922891491,"stop":1724922891491,"duration":0},"status":"passed","severity":"normal"},{"uid":"582dfa3cccad9abd","name":"Push message with custom timestamp: 1694164235572","time":{"start":1724922921473,"stop":1724922921473,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9919ab5bb5b49fb","name":"should not fail to stop the service if it was not started","time":{"start":1724922890066,"stop":1724922890066,"duration":0},"status":"passed","severity":"normal"},{"uid":"24b830ab7b73f55f","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1724922891493,"stop":1724922891493,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c81e009bccf48d2","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1724922374767,"stop":1724922374767,"duration":0},"status":"passed","severity":"normal"},{"uid":"e94f85b7b85302eb","name":"Push 30 different messages","time":{"start":1724922921464,"stop":1724922921464,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c2b43d7465f171a","name":"Check received message containing Script","time":{"start":1724922845236,"stop":1724922845236,"duration":0},"status":"passed","severity":"normal"},{"uid":"c529ff290b2a6f8","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1724922611443,"stop":1724922611443,"duration":0},"status":"passed","severity":"normal"},{"uid":"ded7c4e9d357a088","name":"Light Node - default protocols","time":{"start":1724923008737,"stop":1724923008737,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae75b4ed0712f35b","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1724922374679,"stop":1724922374679,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0ac56c51cdffd49","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1724922374682,"stop":1724922374683,"duration":1},"status":"passed","severity":"normal"},{"uid":"3fd5849990af6ea2","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1724923012463,"stop":1724923012463,"duration":0},"status":"passed","severity":"normal"},{"uid":"cacf58ad4dc37b41","name":"random static sharding 3 - Cluster ID: 353, Shard ID: 920","time":{"start":1724922946230,"stop":1724922946230,"duration":0},"status":"passed","severity":"normal"},{"uid":"f51a56542fadd373","name":"Subscribe to topic containing JSON and publish message","time":{"start":1724922891492,"stop":1724922891492,"duration":0},"status":"passed","severity":"normal"},{"uid":"a292bae5ff215274","name":"Subscribe and receive messages via lightPush","time":{"start":1724923012470,"stop":1724923012471,"duration":1},"status":"passed","severity":"normal"},{"uid":"c684741610b9fff1","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1724922635348,"stop":1724922635349,"duration":1},"status":"passed","severity":"normal"},{"uid":"976172f62ce6eb1b","name":"Push message with Chinese payload","time":{"start":1724922853906,"stop":1724922853907,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac8e59357473049f","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1724922887532,"stop":1724922887533,"duration":1},"status":"passed","severity":"normal"},{"uid":"45eb722fd448da14","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1724922374681,"stop":1724922374681,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef0bbdca2a67ce0e","name":"should properly create location multiaddrs - udp6","time":{"start":1724922383089,"stop":1724922383090,"duration":1},"status":"passed","severity":"normal"},{"uid":"28b4012984e68a4e","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1724923048502,"stop":1724923048502,"duration":0},"status":"passed","severity":"normal"},{"uid":"742955bd6c24c4e8","name":"Relay","time":{"start":1724922437306,"stop":1724922437306,"duration":0},"status":"passed","severity":"normal"},{"uid":"a054204567ac3218","name":"should use the provided clusterId for the pubsub topic","time":{"start":1724922374696,"stop":1724922374696,"duration":0},"status":"passed","severity":"normal"},{"uid":"545ac110a849dbc4","name":"Fails to publish message with empty text","time":{"start":1724922887532,"stop":1724922887532,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a0c933bf7ad098d","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1724922536232,"stop":1724922536232,"duration":0},"status":"passed","severity":"normal"},{"uid":"1cec41a743122379","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1724923012473,"stop":1724923012473,"duration":0},"status":"passed","severity":"normal"},{"uid":"c37948f5798d937a","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1724922374676,"stop":1724922374676,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fb6dbc27d13f3ec","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1724922611440,"stop":1724922611440,"duration":0},"status":"passed","severity":"normal"},{"uid":"f87612ba98d8a7ed","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1724922611435,"stop":1724922611435,"duration":0},"status":"passed","severity":"normal"},{"uid":"5dbe23fe23a94c7a","name":"Push message with content topic containing Russian","time":{"start":1724922921468,"stop":1724922921468,"duration":0},"status":"passed","severity":"normal"},{"uid":"abbde55f6a876c98","name":"groups content topics by expected pubsub topic","time":{"start":1724922374675,"stop":1724922374675,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ac6dde90f9f5838","name":"Fails to push message with empty content topic","time":{"start":1724922921472,"stop":1724922921472,"duration":0},"status":"passed","severity":"normal"},{"uid":"6830634956ddb0fa","name":"Check publish message containing escaped characters","time":{"start":1724922887526,"stop":1724922887526,"duration":0},"status":"passed","severity":"normal"},{"uid":"baddbcb496fc4aa5","name":"Check message with no content topic is not received","time":{"start":1724922845262,"stop":1724922845262,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad1833cfea905abe","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724922727647,"stop":1724922727647,"duration":0},"status":"passed","severity":"normal"},{"uid":"44ba7462db7883ec","name":"should emit a peer event after start","time":{"start":1724922890067,"stop":1724922890067,"duration":0},"status":"passed","severity":"normal"},{"uid":"41e96f660794c9f1","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1724922999271,"stop":1724922999271,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6648e0f7813e7d7","name":"Check received message containing escaped characters","time":{"start":1724922845238,"stop":1724922845238,"duration":0},"status":"passed","severity":"normal"},{"uid":"7abc6fbbbfb15062","name":"Subscribe and receive messages via lightPush","time":{"start":1724922635345,"stop":1724922635346,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f162d844838771f","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1724922635351,"stop":1724922635351,"duration":0},"status":"passed","severity":"normal"},{"uid":"489eb25495ad600","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1724922611442,"stop":1724922611442,"duration":0},"status":"passed","severity":"normal"},{"uid":"2834995d6314f117","name":"Check message received after jswaku node is restarted","time":{"start":1724922601858,"stop":1724922601858,"duration":0},"status":"skipped","severity":"normal"},{"uid":"2407092dded2803d","name":"Push message with content topic containing SQL Injection","time":{"start":1724922853918,"stop":1724922853919,"duration":1},"status":"passed","severity":"normal"},{"uid":"31aa057e9e1c0767","name":"Subscribe to topic containing numeric and receive message","time":{"start":1724923012462,"stop":1724923012462,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ec332a170e9e88e","name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","time":{"start":1724922778327,"stop":1724922778328,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d2fec699c4b78b3","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1724922928887,"stop":1724922928887,"duration":0},"status":"passed","severity":"normal"},{"uid":"10a09bb848e47b89","name":"Push message with content topic containing short","time":{"start":1724922853914,"stop":1724922853914,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e82dcb0f65b3d9a","name":"Check received message containing long","time":{"start":1724922845248,"stop":1724922845248,"duration":0},"status":"passed","severity":"normal"},{"uid":"440ab7ca56261d79","name":"Push message equal or less that 1MB","time":{"start":1724922853930,"stop":1724922853930,"duration":0},"status":"passed","severity":"normal"},{"uid":"c395aef6ed8f49f1","name":"throws on content topic with empty encoding field","time":{"start":1724922374661,"stop":1724922374662,"duration":1},"status":"passed","severity":"normal"},{"uid":"b9c7286d7090a1c9","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1724922611421,"stop":1724922611422,"duration":1},"status":"passed","severity":"normal"},{"uid":"1aae14c8c7668339","name":"Push message with content topic containing XML","time":{"start":1724922921469,"stop":1724922921469,"duration":0},"status":"passed","severity":"normal"},{"uid":"82dac9f8881f46da","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1724922611438,"stop":1724922611438,"duration":0},"status":"passed","severity":"normal"},{"uid":"8dfd8fc4cf4e2334","name":"Check publish message containing long","time":{"start":1724922887521,"stop":1724922887521,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb080975fc4393f9","name":"Query generator for multiple messages with different message text format","time":{"start":1724922971797,"stop":1724922971798,"duration":1},"status":"passed","severity":"normal"},{"uid":"d785d1ebcd100383","name":"Meta field set when metaSetter is specified","time":{"start":1724922388047,"stop":1724922388048,"duration":1},"status":"passed","severity":"normal"},{"uid":"5fa8806e300dd930","name":"Check publish message containing short","time":{"start":1724922887520,"stop":1724922887520,"duration":0},"status":"passed","severity":"normal"},{"uid":"d44d8ae8a2a52ea9","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1724922374687,"stop":1724922374687,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3cd385c9526b1d3","name":"getPeersByDiscovery","time":{"start":1724922465396,"stop":1724922465397,"duration":1},"status":"passed","severity":"normal"},{"uid":"29a195dc8ad17595","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1724922647837,"stop":1724922647842,"duration":5},"status":"passed","severity":"normal"},{"uid":"78a0e9de9c90b1f3","name":"Push message with numeric payload","time":{"start":1724922853904,"stop":1724922853905,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e3e9e6ad67d0558","name":"should not receive a peer event after stop","time":{"start":1724922439101,"stop":1724922439101,"duration":0},"status":"passed","severity":"normal"},{"uid":"b34ce1975864a6a5","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1724922374672,"stop":1724922374673,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9f886dec9f9c48f","name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1724922778329,"stop":1724922778330,"duration":1},"status":"passed","severity":"normal"},{"uid":"39d41961b2bc4785","name":"Check received message containing XML","time":{"start":1724922601841,"stop":1724922601842,"duration":1},"status":"passed","severity":"normal"},{"uid":"1819113f85a5da1d","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1724922398403,"stop":1724922398403,"duration":0},"status":"passed","severity":"normal"},{"uid":"2905a6d7f24b352a","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1724922433170,"stop":1724922433171,"duration":1},"status":"passed","severity":"normal"},{"uid":"14c8a1d3ace1612b","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1724922398404,"stop":1724922398405,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c810151d293768d","name":"Push message with unicode special characters payload","time":{"start":1724922853912,"stop":1724922853912,"duration":0},"status":"passed","severity":"normal"},{"uid":"b924193b20aa7ea5","name":"Push message with content topic containing JSON","time":{"start":1724922921470,"stop":1724922921470,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed6c592ee6d14ab2","name":"Renews subscription after lossing a connection","time":{"start":1724923012469,"stop":1724923012469,"duration":0},"status":"passed","severity":"normal"},{"uid":"d125b497811381d4","name":"handles different networkShards values correctly","time":{"start":1724922374676,"stop":1724922374676,"duration":0},"status":"passed","severity":"normal"},{"uid":"e656662002621d54","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1724922374678,"stop":1724922374678,"duration":0},"status":"passed","severity":"normal"},{"uid":"a472365c2eb96e05","name":"Push message with numeric payload","time":{"start":1724922921440,"stop":1724922921441,"duration":1},"status":"passed","severity":"normal"},{"uid":"45891c471a406ac","name":"Check message with non string payload is not received","time":{"start":1724922845246,"stop":1724922845246,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8ab9c3464e594f5","name":"Passing page size 19 when there are 20 messages","time":{"start":1724922983783,"stop":1724922983784,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4432f83ac9a4cf1","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app28/9/topic265/json","time":{"start":1724922906443,"stop":1724922906443,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6da6febea261f6","name":"random static sharding 4 - Cluster ID: 972, Shard ID: 12","time":{"start":1724922946230,"stop":1724922946230,"duration":0},"status":"passed","severity":"normal"},{"uid":"69281c1616291f73","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1724922374673,"stop":1724922374673,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a07566848db0651","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1724922999270,"stop":1724922999271,"duration":1},"status":"passed","severity":"normal"},{"uid":"29a97e981a2f4d2e","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1724922508638,"stop":1724922508639,"duration":1},"status":"passed","severity":"normal"},{"uid":"51fdbbdbb12b5332","name":"Passing an array","time":{"start":1724922998983,"stop":1724922998984,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a4e3a8b0906f2f","name":"start node with empty shard should fail","time":{"start":1724922946245,"stop":1724922946245,"duration":0},"status":"passed","severity":"normal"},{"uid":"24fec490d5804f17","name":"Query Generator, No Decoder","time":{"start":1724922950820,"stop":1724922950820,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d450cdc4e83bcf9","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1724923012480,"stop":1724923012480,"duration":0},"status":"passed","severity":"normal"},{"uid":"c36c0636545c21e3","name":"Push message with content topic containing Chinese","time":{"start":1724922853917,"stop":1724922853917,"duration":0},"status":"passed","severity":"normal"},{"uid":"f911e30ed257b2af","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1724922374664,"stop":1724922374664,"duration":0},"status":"passed","severity":"normal"},{"uid":"e59cc252ab26ff58","name":"Check received message with timestamp: 1724922424872000000 ","time":{"start":1724922845259,"stop":1724922845259,"duration":0},"status":"passed","severity":"normal"},{"uid":"18341ffa04009375","name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","time":{"start":1724922778330,"stop":1724922778330,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d8aac099f77b4d1","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1724922862334,"stop":1724922862335,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c0c55e9c7f627e","name":"Refresh subscription","time":{"start":1724923012476,"stop":1724923012476,"duration":0},"status":"passed","severity":"normal"},{"uid":"99991fb8b7ca31d7","name":"Reusing cursor across nodes","time":{"start":1724922928888,"stop":1724922928888,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3718597f635f655","name":"more peers than existing","time":{"start":1724922845654,"stop":1724922845654,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4f305c3ba517f179","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1724922374691,"stop":1724922374692,"duration":1},"status":"passed","severity":"normal"},{"uid":"a415b581fcc6cc0c","name":"Query with Promise Callback, No Decoder","time":{"start":1724922950823,"stop":1724922950824,"duration":1},"status":"passed","severity":"normal"},{"uid":"e10fb068f54eb2aa","name":"Push message with content topic containing short","time":{"start":1724922921464,"stop":1724922921465,"duration":1},"status":"passed","severity":"normal"},{"uid":"957b9d1f78828c29","name":"Push message with long payload","time":{"start":1724922921439,"stop":1724922921440,"duration":1},"status":"passed","severity":"normal"},{"uid":"5807da6c2bb5a9dd","name":"Check received message containing emoji","time":{"start":1724922845258,"stop":1724922845259,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ad2cc2b22f4e169","name":"Publish message with custom timestamp: Thu Aug 29 2024 08:14:22 GMT+0000 (Coordinated Universal Time)","time":{"start":1724922887529,"stop":1724922887530,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c8ec453f4ce9112","name":"Subscribe to topic containing shell command and receive message","time":{"start":1724923012482,"stop":1724923012482,"duration":0},"status":"passed","severity":"normal"},{"uid":"194b604423a7592e","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1724922398405,"stop":1724922398406,"duration":1},"status":"passed","severity":"normal"},{"uid":"e42ed0e7992973fb","name":"Should update shard info","time":{"start":1724922778646,"stop":1724922778646,"duration":0},"status":"passed","severity":"normal"},{"uid":"c812465bfbc9f25b","name":"Check publish message containing XML","time":{"start":1724922887524,"stop":1724922887525,"duration":1},"status":"passed","severity":"normal"},{"uid":"aca37485b14cc578","name":"does not throw on valid cases","time":{"start":1724922374656,"stop":1724922374657,"duration":1},"status":"passed","severity":"normal"},{"uid":"331a29e30272d913","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1724922862333,"stop":1724922862333,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa340ee2e7f0031c","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1724922635360,"stop":1724922635360,"duration":0},"status":"passed","severity":"normal"},{"uid":"8dd442e5ad56f0bf","name":"Push message with special chars payload","time":{"start":1724922921441,"stop":1724922921442,"duration":1},"status":"passed","severity":"normal"},{"uid":"b51bfe5c6f291e81","name":"can start and stop the service","time":{"start":1724922890065,"stop":1724922890066,"duration":1},"status":"passed","severity":"normal"},{"uid":"8d8c1c006d1cd298","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1724922374678,"stop":1724922374679,"duration":1},"status":"passed","severity":"normal"},{"uid":"82544a614990ac0e","name":"Check publish message containing emoji","time":{"start":1724922887527,"stop":1724922887528,"duration":1},"status":"passed","severity":"normal"},{"uid":"ccef2ce32a6b6cd6","name":"should return unique PubsubTopics for static sharding","time":{"start":1724922374678,"stop":1724922374678,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a91e8ea60f8a994","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1724922891486,"stop":1724922891486,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c5d39562c002cd1","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1724922398406,"stop":1724922398406,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b17d9177a9fcb7d","name":"retrieves a single peer","time":{"start":1724922398918,"stop":1724922398919,"duration":1},"status":"passed","severity":"normal"},{"uid":"35748186bee95b2b","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1724922647837,"stop":1724922647837,"duration":0},"status":"passed","severity":"normal"},{"uid":"13e10dd5d3614e73","name":"Check publish message containing numeric","time":{"start":1724922887521,"stop":1724922887521,"duration":0},"status":"passed","severity":"normal"},{"uid":"58c4114d53ef2cd3","name":"should set field with only LIGHTPUSH enabled","time":{"start":1724922383092,"stop":1724922383092,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1b9e3703ad06548","name":"Ordered Callback - false","time":{"start":1724922966706,"stop":1724922966706,"duration":0},"status":"passed","severity":"normal"},{"uid":"e87ff2c7e2f7b8ed","name":"Check received message containing SQL Injection","time":{"start":1724922601841,"stop":1724922601841,"duration":0},"status":"passed","severity":"normal"},{"uid":"83c46f677e400336","name":"should emit events and trasition isConnected state when has peers or no peers","time":{"start":1724922425600,"stop":1724922425603,"duration":3},"status":"passed","severity":"normal"},{"uid":"9314839260f269ca","name":"Subscribe to topic containing XML and receive message","time":{"start":1724923012481,"stop":1724923012481,"duration":0},"status":"passed","severity":"normal"},{"uid":"1437e6e6c6f30c40","name":"Query generator for multiple messages","time":{"start":1724922971797,"stop":1724922971797,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b0de83f936814df","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724922611437,"stop":1724922611437,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c8c35ace55d3902","name":"Js publishes, other Js receives","time":{"start":1724922866493,"stop":1724922866493,"duration":0},"status":"passed","severity":"normal"},{"uid":"5757dabe83f1e00e","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1724922611431,"stop":1724922611431,"duration":0},"status":"passed","severity":"normal"},{"uid":"72ab84449ed014a","name":"Waku message hash computation (message is IDecodedMessage)","time":{"start":1724922377156,"stop":1724922377156,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0cb55207c2189d3","name":"Promise Callback - false","time":{"start":1724922966705,"stop":1724922966705,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e4c8f8adb9a31ff","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1724922536229,"stop":1724922536230,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8b8fe48a7cede5b","name":"Check received message containing escaped characters","time":{"start":1724922845258,"stop":1724922845258,"duration":0},"status":"passed","severity":"normal"},{"uid":"d44b52cac44eee8d","name":"can start the service","time":{"start":1724922439098,"stop":1724922439098,"duration":0},"status":"passed","severity":"normal"},{"uid":"afaee155ca90d5f1","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1724922950823,"stop":1724922950823,"duration":0},"status":"passed","severity":"normal"},{"uid":"d23f26589611fc48","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1724922611428,"stop":1724922611429,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3a7f71976c747bf","name":"connected peers and dial","time":{"start":1724922845653,"stop":1724922845654,"duration":1},"status":"skipped","severity":"normal"},{"uid":"1ff6e12504b56218","name":"Push message with content topic containing escaped characters","time":{"start":1724922853923,"stop":1724922853923,"duration":0},"status":"passed","severity":"normal"},{"uid":"c588eeb3eb167c92","name":"Query generator for multiple messages with different content topic format","time":{"start":1724922971798,"stop":1724922971799,"duration":1},"status":"passed","severity":"normal"},{"uid":"815126b70f3c2a7d","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1724922771081,"stop":1724922771081,"duration":0},"status":"passed","severity":"normal"},{"uid":"7efcefdf6a98f52","name":"Push to array if already present","time":{"start":1724922374449,"stop":1724922374449,"duration":0},"status":"passed","severity":"normal"},{"uid":"feef3d0369c09bc6","name":"should emit a peer event after start","time":{"start":1724922439100,"stop":1724922439100,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a1b1325b94fe504","name":"Reopen subscription with peer with lost subscription","time":{"start":1724922485956,"stop":1724922485956,"duration":0},"status":"passed","severity":"normal"},{"uid":"67b3de498fefaac6","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1724922865536,"stop":1724922865536,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7616c6abae9bb00f","name":"Subscribe to topic containing emoji and receive message","time":{"start":1724923012468,"stop":1724923012468,"duration":0},"status":"passed","severity":"normal"},{"uid":"54c8e22b252af5eb","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app40/8/topic200/test.js","time":{"start":1724922906441,"stop":1724922906441,"duration":0},"status":"passed","severity":"normal"},{"uid":"25019e55d0c5642e","name":"random static sharding 10 - Cluster ID: 243, Shard ID: 847","time":{"start":1724922946241,"stop":1724922946242,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c584da8868198ea","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1724922647842,"stop":1724922647843,"duration":1},"status":"passed","severity":"normal"},{"uid":"1eaf73570946865","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1724923012475,"stop":1724923012475,"duration":0},"status":"passed","severity":"normal"},{"uid":"34348e61883a16e","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1724922387838,"stop":1724922387838,"duration":0},"status":"passed","severity":"normal"},{"uid":"473fbd8c567988c0","name":"Ephemeral messages are not stored","time":{"start":1724922436968,"stop":1724922436969,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b3aa10343e67fc7","name":"Filter with 1 connections","time":{"start":1724922661637,"stop":1724922661638,"duration":1},"status":"passed","severity":"normal"},{"uid":"16a990b80753a436","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1724922382330,"stop":1724922382331,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a75ce588d3b1141","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1724922999268,"stop":1724922999269,"duration":1},"status":"passed","severity":"normal"},{"uid":"1380c4568e7e53e","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1724922891484,"stop":1724922891485,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa0de4956879dfee","name":"A test","time":{"start":1724922727745,"stop":1724922727746,"duration":1},"status":"passed","severity":"normal"},{"uid":"1bec7c0d0b2916da","name":"should not receive a peer event before start","time":{"start":1724922402863,"stop":1724922402864,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ef49d46ca68e36c","name":"random static sharding 2 - Cluster ID: 738, Shard ID: 941","time":{"start":1724922946229,"stop":1724922946229,"duration":0},"status":"passed","severity":"normal"},{"uid":"d826104d268accf1","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1724922635356,"stop":1724922635356,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4ca8f0d2f98491a","name":"Decoder throws on undefined content topic","time":{"start":1724922388049,"stop":1724922388049,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a2ecab7346992e6","name":"Publish message with large meta","time":{"start":1724922887534,"stop":1724922887535,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed6a4fd50406bc40","name":"should set field with all protocols enabled","time":{"start":1724922383091,"stop":1724922383091,"duration":0},"status":"passed","severity":"normal"},{"uid":"cbd96f835ae542da","name":"stop","time":{"start":1724922465400,"stop":1724922465401,"duration":1},"status":"passed","severity":"normal"},{"uid":"c82f2dd221a7a5d9","name":"pre and post cipher","time":{"start":1724922409249,"stop":1724922409250,"duration":1},"status":"passed","severity":"normal"},{"uid":"72b7dfdeb08953dd","name":"Push message with custom timestamp: 1724919061821","time":{"start":1724922853929,"stop":1724922853930,"duration":1},"status":"passed","severity":"normal"},{"uid":"629d9752713e9033","name":"Filter with 2 connections","time":{"start":1724922661641,"stop":1724922661642,"duration":1},"status":"passed","severity":"normal"},{"uid":"3115162d3dcb8438","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app33/7/topic704/proto","time":{"start":1724922906442,"stop":1724922906442,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb911887649c04b8","name":"udp ip6 address","time":{"start":1724922382546,"stop":1724922382546,"duration":0},"status":"passed","severity":"normal"},{"uid":"67cf138d5e1adb6f","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1724922635359,"stop":1724922635359,"duration":0},"status":"passed","severity":"normal"},{"uid":"160c4402d59bbaad","name":"Subscribe to topic containing long and receive message","time":{"start":1724922635354,"stop":1724922635354,"duration":0},"status":"passed","severity":"normal"},{"uid":"39a361ba31b3655f","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1724923048501,"stop":1724923048501,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c221b2623071e2d","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1724922865536,"stop":1724922865537,"duration":1},"status":"passed","severity":"normal"},{"uid":"66582069e3c9fa8f","name":"Check received message containing shell command","time":{"start":1724922845237,"stop":1724922845238,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f6cfb4874fbfcef","name":"Check received message containing XML","time":{"start":1724922845254,"stop":1724922845254,"duration":0},"status":"passed","severity":"normal"},{"uid":"46e919eee660ab40","name":"Push message with unicode special characters payload","time":{"start":1724922921463,"stop":1724922921463,"duration":0},"status":"passed","severity":"normal"},{"uid":"a20799840c672a87","name":"Using a function","time":{"start":1724922998984,"stop":1724922998984,"duration":0},"status":"passed","severity":"normal"},{"uid":"29d63a0ff0b75138","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724922611432,"stop":1724922611432,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd5b073e35466bbf","name":"Relay - dialed after","time":{"start":1724923008734,"stop":1724923008734,"duration":0},"status":"passed","severity":"normal"},{"uid":"41e9ff91ff709241","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1724922891489,"stop":1724922891489,"duration":0},"status":"passed","severity":"normal"},{"uid":"411b23e5d301e2a6","name":"Subscribe to topic containing Russian and publish message","time":{"start":1724922891490,"stop":1724922891490,"duration":0},"status":"passed","severity":"normal"},{"uid":"285ae503ceb67978","name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1724922778325,"stop":1724922778326,"duration":1},"status":"passed","severity":"normal"},{"uid":"6085a3baa5dc1076","name":"Push message with special chars payload","time":{"start":1724922853905,"stop":1724922853906,"duration":1},"status":"passed","severity":"normal"},{"uid":"36b9ef555ff0fa9e","name":"Check message on other pubsub topic is not received","time":{"start":1724922845262,"stop":1724922845262,"duration":0},"status":"passed","severity":"normal"},{"uid":"11ecd54189dfdf34","name":"can start and stop the service","time":{"start":1724922402862,"stop":1724922402862,"duration":0},"status":"passed","severity":"normal"},{"uid":"6642e7b0bd32e712","name":"should throw an error if shards are undefined for static sharding","time":{"start":1724922374680,"stop":1724922374680,"duration":0},"status":"passed","severity":"normal"},{"uid":"85e215a429631e0e","name":"Check received message with timestamp: 1649153314 ","time":{"start":1724922845259,"stop":1724922845260,"duration":1},"status":"passed","severity":"normal"},{"uid":"64d18171b88ea7ab","name":"should throw error - no public key","time":{"start":1724922383082,"stop":1724922383082,"duration":0},"status":"passed","severity":"normal"},{"uid":"9432b85216ab3417","name":"Check message with invalid timestamp is not received","time":{"start":1724922845243,"stop":1724922845243,"duration":0},"status":"passed","severity":"normal"},{"uid":"b82a234687ff32dd","name":"Push message with escaped characters payload","time":{"start":1724922853912,"stop":1724922853912,"duration":0},"status":"passed","severity":"normal"},{"uid":"320a6435536b3d8f","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1724922374685,"stop":1724922374686,"duration":1},"status":"passed","severity":"normal"},{"uid":"dcd96ba8baad1ddf","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1724922436972,"stop":1724922436973,"duration":1},"status":"passed","severity":"normal"},{"uid":"9403c68c2ebcff72","name":"Ping on subscribed peer","time":{"start":1724922485954,"stop":1724922485954,"duration":0},"status":"passed","severity":"normal"},{"uid":"8fa8ff9af5df6be7","name":"Query Generator, Multiple PubsubTopics","time":{"start":1724922950820,"stop":1724922950820,"duration":0},"status":"passed","severity":"normal"},{"uid":"caaf5c588309087c","name":"Push message with rate limit","time":{"start":1724922853928,"stop":1724922853929,"duration":1},"status":"passed","severity":"normal"},{"uid":"d4736163a2fb5ce7","name":"Check received message containing escaped characters","time":{"start":1724922601843,"stop":1724922601843,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6ef23539bb31a92","name":"Check message with no payload is not received","time":{"start":1724922845262,"stop":1724922845263,"duration":1},"status":"passed","severity":"normal"},{"uid":"97718009893323ff","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1724922425598,"stop":1724922425599,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f8956f16bbc5911","name":"Subscribe and receives messages on 20 topics","time":{"start":1724922635350,"stop":1724922635350,"duration":0},"status":"passed","severity":"normal"},{"uid":"efe3eecde92933b7","name":"Subscribe to topic containing JSON and receive message","time":{"start":1724923012466,"stop":1724923012466,"duration":0},"status":"passed","severity":"normal"},{"uid":"c97917053af1a77a","name":"Check received message containing Russian","time":{"start":1724922845251,"stop":1724922845252,"duration":1},"status":"passed","severity":"normal"},{"uid":"bdee7b6fea37e6d4","name":"should properly create location multiaddrs - tcp6","time":{"start":1724922383090,"stop":1724922383090,"duration":0},"status":"passed","severity":"normal"},{"uid":"d42a03eb299e7ef8","name":"Ping on unsubscribed peer","time":{"start":1724922485955,"stop":1724922485955,"duration":0},"status":"passed","severity":"normal"},{"uid":"4313fc3879caeb60","name":"non connected peers","time":{"start":1724922845654,"stop":1724922845654,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c0e830bb18d7a982","name":"should throw an error for missing required configuration","time":{"start":1724922374680,"stop":1724922374680,"duration":0},"status":"passed","severity":"normal"},{"uid":"af8a00e418093fd1","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1724922611438,"stop":1724922611438,"duration":0},"status":"passed","severity":"normal"},{"uid":"389493f5c6a0a339","name":"Push message with Basic HTML tag payload","time":{"start":1724922921449,"stop":1724922921450,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0b9b8ba4fa34957","name":"different cluster, same shard: nodes don't connect","time":{"start":1724922611419,"stop":1724922611419,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f6cde5c8b4e6cb3","name":"Push message with content topic containing escaped characters","time":{"start":1724922921470,"stop":1724922921471,"duration":1},"status":"passed","severity":"normal"},{"uid":"41ccd65bb03671e6","name":"should only return 1 node with store capability","time":{"start":1724922398921,"stop":1724922398922,"duration":1},"status":"passed","severity":"normal"},{"uid":"caa69e455b012802","name":"should not receive a peer event before start","time":{"start":1724922890067,"stop":1724922890068,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d2ef7e386fc6cae","name":"different cluster, different shard: nodes don't connect","time":{"start":1724922611420,"stop":1724922611420,"duration":0},"status":"passed","severity":"normal"},{"uid":"88b0856daa31bde5","name":"should only return 1 node with relay and store capability","time":{"start":1724922398921,"stop":1724922398921,"duration":0},"status":"passed","severity":"normal"},{"uid":"f225c2088c294d14","name":"throws on content topic with empty application field","time":{"start":1724922374660,"stop":1724922374660,"duration":0},"status":"passed","severity":"normal"},{"uid":"6483b878d0780578","name":"Subscribe to topic containing special chars and receive message","time":{"start":1724923012478,"stop":1724923012478,"duration":0},"status":"passed","severity":"normal"},{"uid":"942e3a0fd98fd143","name":"should not receive a peer event after stop","time":{"start":1724922890068,"stop":1724922890068,"duration":0},"status":"passed","severity":"normal"},{"uid":"70f7a4c8b52ce760","name":"should not throw an error for a single configured topic","time":{"start":1724922374689,"stop":1724922374690,"duration":1},"status":"passed","severity":"normal"},{"uid":"45907538284faa9c","name":"Fails to publish duplicate message","time":{"start":1724922887531,"stop":1724922887531,"duration":0},"status":"passed","severity":"normal"},{"uid":"366921785147f963","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1724922611432,"stop":1724922611433,"duration":1},"status":"passed","severity":"normal"},{"uid":"c13c693f1be866cb","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1724922611444,"stop":1724922611444,"duration":0},"status":"passed","severity":"normal"},{"uid":"33987d970777a3a5","name":"Push message with JSON payload","time":{"start":1724922853910,"stop":1724922853911,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3cd6b6150a1fcc7","name":"Generator, 2 different pubsubtopics","time":{"start":1724922966283,"stop":1724922966283,"duration":0},"status":"passed","severity":"normal"},{"uid":"57dc263271b9f1c6","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1724922862332,"stop":1724922862333,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d90dfe846bfb53","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1724922374693,"stop":1724922374693,"duration":0},"status":"passed","severity":"normal"},{"uid":"c087fafd713d8592","name":"should load peers from local storage and dispatch events","time":{"start":1724922402864,"stop":1724922402864,"duration":0},"status":"passed","severity":"normal"},{"uid":"5db5d1ce707e808a","name":"random static sharding 6 - Cluster ID: 629, Shard ID: 80","time":{"start":1724922946232,"stop":1724922946232,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d4c1f97a6c7d141","name":"Query Generator, No message returned","time":{"start":1724922950821,"stop":1724922950821,"duration":0},"status":"passed","severity":"normal"},{"uid":"3dd25b11eba4954b","name":"should encode/decode to text encoding","time":{"start":1724922383084,"stop":1724922383084,"duration":0},"status":"passed","severity":"normal"},{"uid":"90af58f0050f54e6","name":"1 Relay, 1 fetch","time":{"start":1724922398276,"stop":1724922398277,"duration":1},"status":"passed","severity":"normal"},{"uid":"39d15b285871289f","name":"Push message with short payload","time":{"start":1724922921438,"stop":1724922921439,"duration":1},"status":"passed","severity":"normal"},{"uid":"e40cadb57c37bddc","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1724923012463,"stop":1724923012464,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a74d879a60fe35f","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1724922611438,"stop":1724922611439,"duration":1},"status":"passed","severity":"normal"},{"uid":"348c8c492527dbd4","name":"should properly create location multiaddrs - tcp","time":{"start":1724922383090,"stop":1724922383090,"duration":0},"status":"passed","severity":"normal"},{"uid":"65f255398910597b","name":"1 Store, 2 relays, 2 fetches","time":{"start":1724922398277,"stop":1724922398278,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9b2a569281431e2","name":"Push message with content topic containing emoji","time":{"start":1724922921471,"stop":1724922921471,"duration":0},"status":"passed","severity":"normal"},{"uid":"67d9b458033f401c","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1724922647830,"stop":1724922647831,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1e05836685e7b5e","name":"Push message with content topic containing emoji","time":{"start":1724922853927,"stop":1724922853927,"duration":0},"status":"passed","severity":"normal"},{"uid":"58caa049fedd53e8","name":"Correctly serialized arguments","time":{"start":1724922776072,"stop":1724922776072,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a92b9202868bf11","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1724922647831,"stop":1724922647834,"duration":3},"status":"passed","severity":"normal"},{"uid":"2cb916a54b02e947","name":"Subscribe and receives messages on 20 topics","time":{"start":1724923012474,"stop":1724923012474,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3ea058527713f5f","name":"ignores unrecognized TXT record formats","time":{"start":1724922398920,"stop":1724922398920,"duration":0},"status":"passed","severity":"normal"},{"uid":"f00c1c56a21b7e13","name":"LightPush","time":{"start":1724923008736,"stop":1724923008736,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1118bb4f7c8c334","name":"Push message with content topic containing shell command","time":{"start":1724922853922,"stop":1724922853922,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a1f72953a2693be","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1724923048502,"stop":1724923048502,"duration":0},"status":"passed","severity":"normal"},{"uid":"2227eca611fb7f03","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1724923012473,"stop":1724923012474,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4cbc36610d846d2","name":"Check received message containing short","time":{"start":1724922845232,"stop":1724922845232,"duration":0},"status":"passed","severity":"normal"},{"uid":"cef95b3ff9a15c72","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1724922382326,"stop":1724922382326,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3233317665cfd","name":"Store - dialed first","time":{"start":1724923008735,"stop":1724923008735,"duration":0},"status":"passed","severity":"normal"},{"uid":"59174e6e0e1f9059","name":"Subscribe to topic containing short and publish message","time":{"start":1724922891487,"stop":1724922891487,"duration":0},"status":"passed","severity":"normal"},{"uid":"50d52e808e02da74","name":"Check received message containing special chars","time":{"start":1724922845249,"stop":1724922845249,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca5f00d5f3b78f64","name":"Waku message hash computation (meta attribute not present)","time":{"start":1724922377155,"stop":1724922377155,"duration":0},"status":"passed","severity":"normal"},{"uid":"b303f5567fc99e77","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1724922891492,"stop":1724922891492,"duration":0},"status":"passed","severity":"normal"},{"uid":"7aea92151da7209b","name":"Push message with JSON payload","time":{"start":1724922921450,"stop":1724922921451,"duration":1},"status":"passed","severity":"normal"},{"uid":"44f7ae3aefe8ea14","name":"Check received message containing Script","time":{"start":1724922845253,"stop":1724922845254,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b64c5d5055d9dfa","name":"Push message with content topic containing XML","time":{"start":1724922853920,"stop":1724922853921,"duration":1},"status":"passed","severity":"normal"},{"uid":"34ab69a0dbf734c7","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1724922382327,"stop":1724922382327,"duration":0},"status":"passed","severity":"normal"},{"uid":"7464a1f506d9d5c0","name":"getPeersByDiscovery","time":{"start":1724922865535,"stop":1724922865536,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f78e24ffc3b2a25","name":"Subscribe to topic containing shell command and receive message","time":{"start":1724922635358,"stop":1724922635358,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce7766b69bbe4c3","name":"Push message with content topic containing Russian","time":{"start":1724922853918,"stop":1724922853918,"duration":0},"status":"passed","severity":"normal"},{"uid":"a302a6a9c56795c6","name":"Push message with content topic containing shell command","time":{"start":1724922921470,"stop":1724922921470,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2db0bfaf8cacc2","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1724922536230,"stop":1724922536230,"duration":0},"status":"passed","severity":"normal"},{"uid":"4af23328d9b12836","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1724923012481,"stop":1724923012481,"duration":0},"status":"passed","severity":"normal"},{"uid":"da145ecbd82880c5","name":"same cluster, same shard: nodes connect","time":{"start":1724922611418,"stop":1724922611418,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c2fdbc263d58d1c","name":"Subscribe to topic containing Script and receive message","time":{"start":1724923012464,"stop":1724923012465,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6b9cd4572f6f03e","name":"should not fail to stop the service if it was not started","time":{"start":1724922402862,"stop":1724922402863,"duration":1},"status":"passed","severity":"normal"},{"uid":"35d8c61d65084210","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1724923012460,"stop":1724923012461,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb3a62b531ecda15","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1724922377153,"stop":1724922377154,"duration":1},"status":"passed","severity":"normal"},{"uid":"907bd9f8933676d4","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1724922891489,"stop":1724922891490,"duration":1},"status":"passed","severity":"normal"},{"uid":"66cae6a96bc7040f","name":"Decrypt messages","time":{"start":1724922849122,"stop":1724922849123,"duration":1},"status":"passed","severity":"normal"},{"uid":"1becda66ef2c4651","name":"random static sharding 7 - Cluster ID: 196, Shard ID: 965","time":{"start":1724922946233,"stop":1724922946233,"duration":0},"status":"passed","severity":"normal"},{"uid":"4700966cb4216b08","name":"Waku message hash computation (payload length 0)","time":{"start":1724922377155,"stop":1724922377155,"duration":0},"status":"passed","severity":"normal"},{"uid":"ebd71eb0d1b44662","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1724922374686,"stop":1724922374686,"duration":0},"status":"passed","severity":"normal"},{"uid":"a198dee6911b2261","name":"Mutual subscription","time":{"start":1724922891482,"stop":1724922891482,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad3498a533630040","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1724922601846,"stop":1724922601847,"duration":1},"status":"passed","severity":"normal"},{"uid":"748b03037216d6ab","name":"Ordered Callback sorting by timestamp while page direction is false","time":{"start":1724922982489,"stop":1724922982489,"duration":0},"status":"passed","severity":"normal"},{"uid":"60aac3e245ba2bcc","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1724922862334,"stop":1724922862334,"duration":0},"status":"passed","severity":"normal"},{"uid":"1688fece7bf8b1f","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1724922611442,"stop":1724922611443,"duration":1},"status":"passed","severity":"normal"},{"uid":"b2af12cd71e31db0","name":"Check received message containing Arabic","time":{"start":1724922601840,"stop":1724922601840,"duration":0},"status":"passed","severity":"normal"},{"uid":"f80421c59d21ad23","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app48/1/topic90/proto","time":{"start":1724922906440,"stop":1724922906440,"duration":0},"status":"passed","severity":"normal"},{"uid":"42b7565d4a35e5f","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1724922398402,"stop":1724922398403,"duration":1},"status":"passed","severity":"normal"},{"uid":"10e0b7b364f8be79","name":"Subscribe to topic containing special chars and receive message","time":{"start":1724923012463,"stop":1724923012463,"duration":0},"status":"passed","severity":"normal"},{"uid":"20d291524709edfb","name":"Check received message containing Chinese","time":{"start":1724922845250,"stop":1724922845250,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d8cc1c9ee7a46dc","name":"Subscribe to topic containing short and receive message","time":{"start":1724922635353,"stop":1724922635354,"duration":1},"status":"passed","severity":"normal"},{"uid":"41c6afebc1c051cf","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1724923012464,"stop":1724923012464,"duration":0},"status":"passed","severity":"normal"},{"uid":"23d02318e609c6f8","name":"Refresh subscription","time":{"start":1724922891487,"stop":1724922891487,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3ee7897ec1cca314","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1724922383079,"stop":1724922383080,"duration":1},"status":"passed","severity":"normal"},{"uid":"66d4b1d304693f68","name":"Passing invalid cursor","time":{"start":1724922928888,"stop":1724922928888,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1d9fc1ecf2e4aef","name":"should properly create location multiaddrs - tcp4","time":{"start":1724922383085,"stop":1724922383089,"duration":4},"status":"passed","severity":"normal"},{"uid":"1bfba4e895c7058e","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1724922436973,"stop":1724922436974,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc04a5919fa31595","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1724922647836,"stop":1724922647836,"duration":0},"status":"passed","severity":"normal"},{"uid":"980c28369017adb","name":"through manual discovery","time":{"start":1724922775986,"stop":1724922775987,"duration":1},"status":"passed","severity":"normal"},{"uid":"92bf7a80c1e9295c","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1724922611441,"stop":1724922611441,"duration":0},"status":"passed","severity":"normal"},{"uid":"be24130224ca4003","name":"Ordered Callback sorting by timestamp while page direction is true","time":{"start":1724922982488,"stop":1724922982489,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c44eb3904dd77f0","name":"Check received message containing Russian","time":{"start":1724922845235,"stop":1724922845235,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc9e9e74fd6ce932","name":"Publish without waiting for remote peer","time":{"start":1724922891483,"stop":1724922891483,"duration":0},"status":"passed","severity":"normal"},{"uid":"88775c664f2d04a9","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1724922611427,"stop":1724922611427,"duration":0},"status":"passed","severity":"normal"},{"uid":"326bee9270ea3182","name":"should throw error - no id","time":{"start":1724922383081,"stop":1724922383081,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf91596769ad249d","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1724922410310,"stop":1724922410310,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b4437906e217352","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1724922374685,"stop":1724922374685,"duration":0},"status":"passed","severity":"normal"},{"uid":"6495f8e030499122","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1724922966284,"stop":1724922966284,"duration":0},"status":"passed","severity":"normal"},{"uid":"65e2d4fa8dc9b0e1","name":"Filter with 0 connections","time":{"start":1724922661625,"stop":1724922661635,"duration":10},"status":"passed","severity":"normal"},{"uid":"867c3b811587e9db","name":"Encoder throws on empty string content topic","time":{"start":1724922408756,"stop":1724922408756,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b010ae2946eb952","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1724922374671,"stop":1724922374671,"duration":0},"status":"passed","severity":"normal"},{"uid":"258d9231ce867db6","name":"throws on empty content topic","time":{"start":1724922374657,"stop":1724922374657,"duration":0},"status":"passed","severity":"normal"},{"uid":"776b8b391cf32a00","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1724922647829,"stop":1724922647830,"duration":1},"status":"passed","severity":"normal"},{"uid":"11096621b38a938b","name":"Nodes with multiple pubsub topic","time":{"start":1724922862333,"stop":1724922862333,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9503f9f228adfab","name":"Check received message containing Chinese","time":{"start":1724922601839,"stop":1724922601840,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6a6173beaf6209b","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1724922891490,"stop":1724922891490,"duration":0},"status":"passed","severity":"normal"},{"uid":"849c19cd687f1cb2","name":"should encodeTxt and decodeTxt","time":{"start":1724922383078,"stop":1724922383079,"duration":1},"status":"passed","severity":"normal"},{"uid":"46b895b55d9357b3","name":"same cluster, different shard: nodes don't connect","time":{"start":1724922611419,"stop":1724922611419,"duration":0},"status":"passed","severity":"normal"},{"uid":"6edc9ff1e0e80a73","name":"Failed peers are renewed","time":{"start":1724922675552,"stop":1724922675552,"duration":0},"status":"passed","severity":"normal"},{"uid":"98d5a4c6d9df22e3","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1724922999268,"stop":1724922999268,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8d2367a0795d006","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1724923012472,"stop":1724923012472,"duration":0},"status":"passed","severity":"normal"},{"uid":"db89ff85c95a4f70","name":"Check received message containing emoji","time":{"start":1724922845239,"stop":1724922845240,"duration":1},"status":"passed","severity":"normal"},{"uid":"a06ba1b9aa55e047","name":"Round trip binary serialization","time":{"start":1724922388046,"stop":1724922388047,"duration":1},"status":"passed","severity":"normal"},{"uid":"af002a9e604dcb80","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1724923012460,"stop":1724923012460,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6d83af1093cf9fe","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1724922374674,"stop":1724922374674,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ed0033673889594","name":"Check received message containing JSON","time":{"start":1724922845237,"stop":1724922845237,"duration":0},"status":"passed","severity":"normal"},{"uid":"71144925e22e27ed","name":"Add multiple subscription objects on single nwaku node","time":{"start":1724923012468,"stop":1724923012469,"duration":1},"status":"passed","severity":"normal"},{"uid":"be22a9b2e4e55946","name":"should throw error - invalid id","time":{"start":1724922383081,"stop":1724922383082,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a6e2a213942948","name":"Register correct protocols","time":{"start":1724922891482,"stop":1724922891483,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a78a38547cd09de","name":"Tracks peer failures correctly","time":{"start":1724922535050,"stop":1724922535051,"duration":1},"status":"passed","severity":"normal"},{"uid":"e08485e6c07e277","name":"throws on content topic with too few or too many fields","time":{"start":1724922374658,"stop":1724922374658,"duration":0},"status":"passed","severity":"normal"},{"uid":"4192bcff687f9c42","name":"Filter","time":{"start":1724923008737,"stop":1724923008737,"duration":0},"status":"passed","severity":"normal"},{"uid":"1355cbe9ca52df4b","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1724922387838,"stop":1724922387839,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5147b5dbdbd9b30","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1724922635346,"stop":1724922635346,"duration":0},"status":"passed","severity":"normal"},{"uid":"74d41e3b473bb7e8","name":"Check message with invalid timestamp is not received","time":{"start":1724922601847,"stop":1724922601847,"duration":0},"status":"passed","severity":"normal"},{"uid":"224968e1ebd0b83b","name":"Query with Ordered Callback, No message returned","time":{"start":1724922950822,"stop":1724922950822,"duration":0},"status":"passed","severity":"normal"},{"uid":"273f2a5624bab09d","name":"Check message on other pubsub topic is not received","time":{"start":1724922601855,"stop":1724922601855,"duration":0},"status":"passed","severity":"normal"},{"uid":"92d03a28d973da7d","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1724922966287,"stop":1724922966287,"duration":0},"status":"passed","severity":"normal"},{"uid":"accca850c73809bd","name":"Overlapping topic subscription","time":{"start":1724923012461,"stop":1724923012461,"duration":0},"status":"passed","severity":"normal"},{"uid":"83db2f3fb9b759d9","name":"Subscribe and receive messages via waku relay post","time":{"start":1724922635347,"stop":1724922635347,"duration":0},"status":"passed","severity":"normal"},{"uid":"97df1ecd8ae2879a","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1724922398405,"stop":1724922398405,"duration":0},"status":"passed","severity":"normal"},{"uid":"5dbcac7b9f5584f","name":"Push message with content topic containing long","time":{"start":1724922853914,"stop":1724922853915,"duration":1},"status":"passed","severity":"normal"},{"uid":"149ef4ef037b4f93","name":"topics with same application and version share the same shard","time":{"start":1724922374674,"stop":1724922374674,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2672a33265fcb69","name":"Push message with content topic containing unicode special characters","time":{"start":1724922921471,"stop":1724922921471,"duration":0},"status":"passed","severity":"normal"},{"uid":"424e8605db358d25","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1724922374686,"stop":1724922374686,"duration":0},"status":"passed","severity":"normal"},{"uid":"80b478932d3aadc2","name":"creates an iterator","time":{"start":1724922984602,"stop":1724922984603,"duration":1},"status":"passed","severity":"normal"},{"uid":"74c1e9b12390fe0d","name":"Check received message containing JSON","time":{"start":1724922845257,"stop":1724922845257,"duration":0},"status":"passed","severity":"normal"},{"uid":"76fd16ddcb1253bf","name":"Encoder throws on empty string content topic","time":{"start":1724922410312,"stop":1724922410312,"duration":0},"status":"passed","severity":"normal"},{"uid":"48f34908e85b9720","name":"Subscribe to topic containing Russian and receive message","time":{"start":1724923012464,"stop":1724923012464,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ffac1f6a799a5b","name":"Ephemeral field is preserved - encoder v0","time":{"start":1724922436971,"stop":1724922436972,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d9e0cdbe0672bc0","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1724922382332,"stop":1724922382333,"duration":1},"status":"passed","severity":"normal"},{"uid":"26cc861cdb0c06f4","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1724922611429,"stop":1724922611429,"duration":0},"status":"passed","severity":"normal"},{"uid":"794f199154f87e48","name":"start node with empty content topic","time":{"start":1724922906446,"stop":1724922906446,"duration":0},"status":"passed","severity":"normal"},{"uid":"d645963cd99c1aa3","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1724922611420,"stop":1724922611421,"duration":1},"status":"passed","severity":"normal"},{"uid":"521fefe24e36fcff","name":"Subscribe and receive messages via waku relay post","time":{"start":1724923012458,"stop":1724923012459,"duration":1},"status":"passed","severity":"normal"},{"uid":"d56843242e8548e7","name":"Subscribe to topic containing numeric and receive message","time":{"start":1724923012478,"stop":1724923012478,"duration":0},"status":"passed","severity":"normal"},{"uid":"da1c3ac4e445f523","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1724922374664,"stop":1724922374671,"duration":7},"status":"passed","severity":"normal"},{"uid":"ad52e3e57098a197","name":"throws on content topic with non-number generation field","time":{"start":1724922374658,"stop":1724922374659,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a48fb793c908de4","name":"should set field with only RELAY enabled","time":{"start":1724922383091,"stop":1724922383092,"duration":1},"status":"passed","severity":"normal"},{"uid":"db8ae1879c344e6d","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1724923012467,"stop":1724923012467,"duration":0},"status":"passed","severity":"normal"},{"uid":"91570957d2700f50","name":"Overlapping topic subscription","time":{"start":1724922891487,"stop":1724922891487,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ecc855c705f308b2","name":"Subscribe to topic containing Russian and receive message","time":{"start":1724922635356,"stop":1724922635356,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3bbccdd7a040855","name":"Decoder throws on undefined content topic","time":{"start":1724922408756,"stop":1724922408757,"duration":1},"status":"passed","severity":"normal"},{"uid":"7675b91bb45699e9","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1724922508642,"stop":1724922508642,"duration":0},"status":"passed","severity":"normal"},{"uid":"5accda8e53f9e34","name":"Check publish message containing unicode special characters","time":{"start":1724922887527,"stop":1724922887527,"duration":0},"status":"passed","severity":"normal"},{"uid":"84c0403f07001235","name":"should correctly map a content topic to a pubsub topic","time":{"start":1724922374695,"stop":1724922374695,"duration":0},"status":"passed","severity":"normal"},{"uid":"20ef819cb6511bb1","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app97/8/topic494/xml","time":{"start":1724922906441,"stop":1724922906441,"duration":0},"status":"passed","severity":"normal"},{"uid":"22c47c8710bd5f7b","name":"random static sharding 9 - Cluster ID: 7, Shard ID: 766","time":{"start":1724922946240,"stop":1724922946241,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa97f6aa7003019e","name":"Passing page size 3 when there are 20 messages","time":{"start":1724922983781,"stop":1724922983782,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd94693a74597dbe","name":"Check received message containing Arabic","time":{"start":1724922845250,"stop":1724922845251,"duration":1},"status":"passed","severity":"normal"},{"uid":"d40c1ae414d5af9","name":"Renews peer on consistent missed messages","time":{"start":1724922535052,"stop":1724922535053,"duration":1},"status":"passed","severity":"normal"},{"uid":"7504fa2da2490ac6","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1724922374673,"stop":1724922374673,"duration":0},"status":"passed","severity":"normal"},{"uid":"714b5de8758edf11","name":"Check received message containing Arabic","time":{"start":1724922845234,"stop":1724922845235,"duration":1},"status":"passed","severity":"normal"},{"uid":"ffaf797dcef793fa","name":"Generator, custom pubsub topic","time":{"start":1724922966284,"stop":1724922966285,"duration":1},"status":"passed","severity":"normal"},{"uid":"8251c9d3decc89e9","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1724922950822,"stop":1724922950823,"duration":1},"status":"passed","severity":"normal"},{"uid":"d583a455d8dd8fdf","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1724922635357,"stop":1724922635358,"duration":1},"status":"passed","severity":"normal"},{"uid":"d730f415c05c74aa","name":"Subscribe to topic containing Script and receive message","time":{"start":1724923012480,"stop":1724923012481,"duration":1},"status":"passed","severity":"normal"},{"uid":"662116d715b5dd05","name":"Subscribe to topic containing long and receive message","time":{"start":1724923012477,"stop":1724923012477,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca77ac72f4afb07b","name":"Check message with invalid timestamp is not received","time":{"start":1724922845261,"stop":1724922845261,"duration":0},"status":"passed","severity":"normal"},{"uid":"415aeb1111d014dd","name":"should be able to decode the field with only STORE set to true","time":{"start":1724922382330,"stop":1724922382330,"duration":0},"status":"passed","severity":"normal"},{"uid":"f87d6edbc4e62a8a","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1724922635355,"stop":1724922635355,"duration":0},"status":"passed","severity":"normal"},{"uid":"e75c6f9e2c4de812","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1724922398402,"stop":1724922398402,"duration":0},"status":"passed","severity":"normal"},{"uid":"44f805706e67a32d","name":"Check received message with timestamp: 1724922424872000000 ","time":{"start":1724922845240,"stop":1724922845240,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f0d2ccbf726c55c","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1724922611441,"stop":1724922611441,"duration":0},"status":"passed","severity":"normal"},{"uid":"11ff86f6482e0a19","name":"Push message with content topic containing special chars","time":{"start":1724922853916,"stop":1724922853916,"duration":0},"status":"passed","severity":"normal"},{"uid":"52262e4460fd5002","name":"should be called at least once on all `peer:discovery` events","time":{"start":1724922433167,"stop":1724922433167,"duration":0},"status":"passed","severity":"normal"},{"uid":"14df5570ad0869cb","name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","time":{"start":1724922778328,"stop":1724922778328,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2afd7abd7f2e393","name":"Push message with SQL Injection payload","time":{"start":1724922921446,"stop":1724922921447,"duration":1},"status":"passed","severity":"normal"},{"uid":"4fdf5e8cec4f259","name":"Subscribe to topic containing numeric and publish message","time":{"start":1724922891488,"stop":1724922891488,"duration":0},"status":"passed","severity":"normal"},{"uid":"7df2b594fad017f9","name":"Fails to push message bigger that 1MB","time":{"start":1724922853931,"stop":1724922853931,"duration":0},"status":"passed","severity":"normal"},{"uid":"2223493fad5eb9c7","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1724922928886,"stop":1724922928886,"duration":0},"status":"passed","severity":"normal"},{"uid":"520aeb4087374750","name":"Default pageSize","time":{"start":1724922983784,"stop":1724922983785,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5c8481d62d0d615","name":"Query Generator - false","time":{"start":1724922966704,"stop":1724922966704,"duration":0},"status":"passed","severity":"normal"},{"uid":"87e52898974ddddc","name":"Fails to push message with empty content topic","time":{"start":1724922853927,"stop":1724922853927,"duration":0},"status":"passed","severity":"normal"},{"uid":"54da24e16e3eb316","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1724922928887,"stop":1724922928887,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec04f7a61da5119","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1724923012475,"stop":1724923012475,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d53c2a045bc6637","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1724922374673,"stop":1724922374674,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c40c86c27d26d2b","name":"listenerCount","time":{"start":1724922465397,"stop":1724922465398,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3ac5c8742c5ea90","name":"Query generator for 2000 messages","time":{"start":1724922971801,"stop":1724922971801,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa3b551d7af93ad4","name":"Check publish message containing Russian","time":{"start":1724922887523,"stop":1724922887523,"duration":0},"status":"passed","severity":"normal"},{"uid":"e78815666ea6e681","name":"Check received message with timestamp: 1724922425216 ","time":{"start":1724922601845,"stop":1724922601846,"duration":1},"status":"passed","severity":"normal"},{"uid":"bdb8aa222f5c99c8","name":"Check publish message after client node is restarted","time":{"start":1724922887534,"stop":1724922887534,"duration":0},"status":"skipped","severity":"normal"},{"uid":"2a16aac43daae87b","name":"same cluster, different shard: nodes connect","time":{"start":1724922771082,"stop":1724922771082,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5c3661ae17de006","name":"Push message with shell command payload","time":{"start":1724922921452,"stop":1724922921461,"duration":9},"status":"passed","severity":"normal"},{"uid":"303707e04cfbedf0","name":"Passing page size 11 when there are 10 messages","time":{"start":1724922983783,"stop":1724922983783,"duration":0},"status":"passed","severity":"normal"},{"uid":"f722752192e943d1","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1724923012458,"stop":1724923012458,"duration":0},"status":"passed","severity":"normal"},{"uid":"41a13c05ffe27bc4","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1724922611422,"stop":1724922611423,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ee483a20b68bb69","name":"addEventListener with wrong event","time":{"start":1724922465394,"stop":1724922465394,"duration":0},"status":"passed","severity":"normal"},{"uid":"f893274355662786","name":"returns all values when wanted number matches available values","time":{"start":1724922398024,"stop":1724922398025,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f80a4d2c581ac27","name":"LightPush with 3 connections","time":{"start":1724922661642,"stop":1724922661644,"duration":2},"status":"passed","severity":"normal"},{"uid":"8a15fcd332d304ec","name":"should throw error - no id","time":{"start":1724922383080,"stop":1724922383080,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e2a8996329493d1","name":"Check received message containing shell command","time":{"start":1724922845257,"stop":1724922845257,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0de632ecd3df7ed","name":"Nwaku publishes","time":{"start":1724922866493,"stop":1724922866493,"duration":0},"status":"passed","severity":"normal"},{"uid":"8591fad3e90a10fa","name":"Reopen subscription with peer with lost subscription","time":{"start":1724922499936,"stop":1724922499937,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5811604d74d3628","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724922727646,"stop":1724922727646,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ffc52be0b135df0","name":"can start the service","time":{"start":1724922402861,"stop":1724922402861,"duration":0},"status":"passed","severity":"normal"},{"uid":"5194f956330f3760","name":"Push message with Basic HTML tag payload","time":{"start":1724922853910,"stop":1724922853910,"duration":0},"status":"passed","severity":"normal"},{"uid":"90217f231214f929","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1724922611434,"stop":1724922611434,"duration":0},"status":"passed","severity":"normal"},{"uid":"17fd057c1dc12662","name":"Push message with content topic containing Script","time":{"start":1724922853919,"stop":1724922853920,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd6407fb55b02ca0","name":"Decoder throws on empty string content topic","time":{"start":1724922408757,"stop":1724922408757,"duration":0},"status":"passed","severity":"normal"},{"uid":"8863ce03f8b896f9","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1724922374696,"stop":1724922374696,"duration":0},"status":"passed","severity":"normal"},{"uid":"1593b67437f63101","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1724923012478,"stop":1724923012479,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea662394ca82b057","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1724923012458,"stop":1724923012458,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cd53eb5fc55618d","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1724922408751,"stop":1724922408752,"duration":1},"status":"passed","severity":"normal"},{"uid":"c736312a3a55b34d","name":"Subscribe to topic containing XML and receive message","time":{"start":1724922635357,"stop":1724922635357,"duration":0},"status":"passed","severity":"normal"},{"uid":"cad39391d3a1305f","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1724922382325,"stop":1724922382325,"duration":0},"status":"passed","severity":"normal"},{"uid":"b77ed4ef0e52e392","name":"1 Relay, 1 Filter, gives up","time":{"start":1724922398278,"stop":1724922398278,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba7a7785f2cd6b55","name":"Does not throw an exception when node disconnects","time":{"start":1724922998983,"stop":1724922998983,"duration":0},"status":"passed","severity":"normal"},{"uid":"83390503b2f75c0a","name":"Check received message containing Basic HTML tag","time":{"start":1724922601842,"stop":1724922601842,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8af3a319178f311","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1724922374679,"stop":1724922374679,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca1191f08e6f115f","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1724922382332,"stop":1724922382332,"duration":0},"status":"passed","severity":"normal"},{"uid":"617dfd77a5d05c23","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1724922374683,"stop":1724922374683,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d8930f3ace11321","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1724922382331,"stop":1724922382332,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6e5e0e8bbf29786","name":"Symmetric encrypt & Decrypt","time":{"start":1724922409249,"stop":1724922409249,"duration":0},"status":"passed","severity":"normal"},{"uid":"6669e9f8abefdaf0","name":"Push message with XML payload","time":{"start":1724922921448,"stop":1724922921449,"duration":1},"status":"passed","severity":"normal"},{"uid":"f918ca8cf0f7b53b","name":"Push message with content topic containing Chinese","time":{"start":1724922921467,"stop":1724922921467,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c8039e9b4b145f5","name":"A test","time":{"start":1724922727746,"stop":1724922727747,"duration":1},"status":"passed","severity":"normal"},{"uid":"f746e42b3192ebda","name":"should return all peers when numPeers is 0","time":{"start":1724922387837,"stop":1724922387838,"duration":1},"status":"passed","severity":"normal"},{"uid":"63faa0901b9f8cbf","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1724922476373,"stop":1724922476374,"duration":1},"status":"passed","severity":"normal"},{"uid":"350f27d8d52022b","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1724922374692,"stop":1724922374692,"duration":0},"status":"passed","severity":"normal"},{"uid":"33990a37cc275bf6","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1724922946228,"stop":1724922946229,"duration":1},"status":"passed","severity":"normal"},{"uid":"be16419b9ccbe288","name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","time":{"start":1724922778323,"stop":1724922778323,"duration":0},"status":"passed","severity":"normal"},{"uid":"bbd096e4aad9c38a","name":"Subscribe to topic containing emoji and receive message","time":{"start":1724922635359,"stop":1724922635360,"duration":1},"status":"passed","severity":"normal"},{"uid":"d4e457df3d2257b1","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1724922425597,"stop":1724922425598,"duration":1},"status":"passed","severity":"normal"},{"uid":"35e0cdaf6f7f4f6c","name":"Push message with custom timestamp: 1724919035572","time":{"start":1724922921474,"stop":1724922921474,"duration":0},"status":"passed","severity":"normal"},{"uid":"f514b9cffa578416","name":"Push message on custom pubsubTopic","time":{"start":1724922727645,"stop":1724922727646,"duration":1},"status":"passed","severity":"normal"},{"uid":"c600650a6d9d611e","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1724922377154,"stop":1724922377155,"duration":1},"status":"passed","severity":"normal"},{"uid":"eb1212c894e3a5c7","name":"Ping succeeds for all connected peers","time":{"start":1724922535037,"stop":1724922535037,"duration":0},"status":"passed","severity":"normal"},{"uid":"86270874ee483bed","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1724922647837,"stop":1724922647837,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddebfa69136924e","name":"Subscribe to topic containing long and publish message","time":{"start":1724922891488,"stop":1724922891488,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4c72abd769ae870","name":"Push message with custom timestamp: 1724926261821","time":{"start":1724922853930,"stop":1724922853930,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae402b6c55e8900f","name":"Subscribe to topic containing special chars and receive message","time":{"start":1724922635354,"stop":1724922635355,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f0fb26e6e4c399e","name":"should decode valid enr successfully","time":{"start":1724922383079,"stop":1724922383079,"duration":0},"status":"passed","severity":"normal"},{"uid":"96f4f0fba43c7204","name":"Check received message containing Basic HTML tag","time":{"start":1724922845236,"stop":1724922845237,"duration":1},"status":"passed","severity":"normal"},{"uid":"820ba3a3fe6dca3b","name":"Push message with custom timestamp: 1694164261821","time":{"start":1724922853929,"stop":1724922853929,"duration":0},"status":"passed","severity":"normal"},{"uid":"c660753682bab1c1","name":"should return empty list for no shard","time":{"start":1724922374679,"stop":1724922374680,"duration":1},"status":"passed","severity":"normal"},{"uid":"93649fc70987b7df","name":"should add and remove event listeners correctly","time":{"start":1724922402865,"stop":1724922402866,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd932d80ab4b827e","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724922611442,"stop":1724922611442,"duration":0},"status":"passed","severity":"normal"},{"uid":"cfea0fd8d627baaf","name":"different cluster, same shard: nodes don't connect","time":{"start":1724922771083,"stop":1724922771083,"duration":0},"status":"passed","severity":"normal"},{"uid":"6bd4144819ef9e24","name":"Asymmetric encrypt & decrypt","time":{"start":1724922409248,"stop":1724922409248,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f9d2844af043209","name":"Push 30 different messages","time":{"start":1724922853913,"stop":1724922853913,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba7b4dbaef9deee3","name":"Publish message with custom timestamp: Fri Sep 08 2023 09:14:22 GMT+0000 (Coordinated Universal Time)","time":{"start":1724922887529,"stop":1724922887529,"duration":0},"status":"passed","severity":"normal"},{"uid":"95e075ddf9bc4406","name":"Push message with long payload","time":{"start":1724922853903,"stop":1724922853904,"duration":1},"status":"passed","severity":"normal"},{"uid":"26e66f5fc364fe20","name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1724922778325,"stop":1724922778325,"duration":0},"status":"passed","severity":"normal"},{"uid":"f565c2a5ec42a7a1","name":"Decoder throws on empty string content topic","time":{"start":1724922410313,"stop":1724922410313,"duration":0},"status":"passed","severity":"normal"},{"uid":"a97662633624bf45","name":"Check received message containing numeric","time":{"start":1724922845249,"stop":1724922845249,"duration":0},"status":"passed","severity":"normal"},{"uid":"293d9083c50794ad","name":"Push message with Arabic payload","time":{"start":1724922853907,"stop":1724922853908,"duration":1},"status":"passed","severity":"normal"},{"uid":"17fcef00fb3e3b99","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1724923012471,"stop":1724923012472,"duration":1},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/7376/widgets/history-trend.json b/7376/widgets/history-trend.json index 1b49574a494..21a173962c9 100644 --- a/7376/widgets/history-trend.json +++ b/7376/widgets/history-trend.json @@ -1 +1 @@ -[{"buildOrder":7376,"reportUrl":"https://waku-org.github.io/js-waku/7376/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":832,"unknown":0,"total":855}},{"buildOrder":7375,"reportUrl":"https://waku-org.github.io/js-waku/7375/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7374,"reportUrl":"https://waku-org.github.io/js-waku/7374/","reportName":"Allure Report with history","data":{"failed":0,"broken":3,"skipped":21,"passed":831,"unknown":0,"total":855}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":833,"unknown":0,"total":855}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"failed":0,"broken":3,"skipped":21,"passed":829,"unknown":0,"total":853}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":830,"unknown":0,"total":853}},{"buildOrder":7372,"reportUrl":"https://waku-org.github.io/js-waku/7372/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":830,"unknown":0,"total":853}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":833,"unknown":0,"total":855}},{"buildOrder":7370,"reportUrl":"https://waku-org.github.io/js-waku/7370/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7369,"reportUrl":"https://waku-org.github.io/js-waku/7369/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":833,"unknown":0,"total":855}},{"buildOrder":7368,"reportUrl":"https://waku-org.github.io/js-waku/7368/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file +[{"buildOrder":7376,"reportUrl":"https://waku-org.github.io/js-waku/7376/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7376,"reportUrl":"https://waku-org.github.io/js-waku/7376/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":832,"unknown":0,"total":855}},{"buildOrder":7375,"reportUrl":"https://waku-org.github.io/js-waku/7375/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7374,"reportUrl":"https://waku-org.github.io/js-waku/7374/","reportName":"Allure Report with history","data":{"failed":0,"broken":3,"skipped":21,"passed":831,"unknown":0,"total":855}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":833,"unknown":0,"total":855}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"failed":0,"broken":3,"skipped":21,"passed":829,"unknown":0,"total":853}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":830,"unknown":0,"total":853}},{"buildOrder":7372,"reportUrl":"https://waku-org.github.io/js-waku/7372/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":830,"unknown":0,"total":853}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":833,"unknown":0,"total":855}},{"buildOrder":7370,"reportUrl":"https://waku-org.github.io/js-waku/7370/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7369,"reportUrl":"https://waku-org.github.io/js-waku/7369/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":833,"unknown":0,"total":855}},{"buildOrder":7368,"reportUrl":"https://waku-org.github.io/js-waku/7368/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file diff --git a/7376/widgets/retry-trend.json b/7376/widgets/retry-trend.json index d0c08fa1682..e73bd78c23d 100644 --- a/7376/widgets/retry-trend.json +++ b/7376/widgets/retry-trend.json @@ -1 +1 @@ -[{"buildOrder":7376,"reportUrl":"https://waku-org.github.io/js-waku/7376/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7375,"reportUrl":"https://waku-org.github.io/js-waku/7375/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7374,"reportUrl":"https://waku-org.github.io/js-waku/7374/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"run":853,"retry":2}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"run":853,"retry":2}},{"buildOrder":7372,"reportUrl":"https://waku-org.github.io/js-waku/7372/","reportName":"Allure Report with history","data":{"run":853,"retry":2}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7370,"reportUrl":"https://waku-org.github.io/js-waku/7370/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7369,"reportUrl":"https://waku-org.github.io/js-waku/7369/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7368,"reportUrl":"https://waku-org.github.io/js-waku/7368/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file +[{"buildOrder":7376,"reportUrl":"https://waku-org.github.io/js-waku/7376/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7376,"reportUrl":"https://waku-org.github.io/js-waku/7376/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7375,"reportUrl":"https://waku-org.github.io/js-waku/7375/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7374,"reportUrl":"https://waku-org.github.io/js-waku/7374/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"run":853,"retry":2}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"run":853,"retry":2}},{"buildOrder":7372,"reportUrl":"https://waku-org.github.io/js-waku/7372/","reportName":"Allure Report with history","data":{"run":853,"retry":2}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7370,"reportUrl":"https://waku-org.github.io/js-waku/7370/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7369,"reportUrl":"https://waku-org.github.io/js-waku/7369/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7368,"reportUrl":"https://waku-org.github.io/js-waku/7368/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file diff --git a/7376/widgets/severity.json b/7376/widgets/severity.json index c9d03dcc153..6b25812e775 100644 --- a/7376/widgets/severity.json +++ b/7376/widgets/severity.json @@ -1 +1 @@ -[{"uid":"bd5a5d41e71fd062","name":"Push message with Basic HTML tag payload","time":{"start":1724921602951,"stop":1724921602951,"duration":0},"status":"passed","severity":"normal"},{"uid":"5259d11ad9f9236b","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1724921040179,"stop":1724921040179,"duration":0},"status":"passed","severity":"normal"},{"uid":"540c86fec566c5ae","name":"Fails to push message bigger that 1MB","time":{"start":1724921602990,"stop":1724921602990,"duration":0},"status":"passed","severity":"normal"},{"uid":"980642cd59bbe44a","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1724921098922,"stop":1724921098922,"duration":0},"status":"skipped","severity":"normal"},{"uid":"922fb08040cbb24d","name":"should be online or offline if network state changed","time":{"start":1724921088202,"stop":1724921088203,"duration":1},"status":"passed","severity":"normal"},{"uid":"3590ae2dd50a3bd1","name":"should properly create location multiaddrs - tcp","time":{"start":1724921046206,"stop":1724921046207,"duration":1},"status":"passed","severity":"normal"},{"uid":"eb977b20827ef41d","name":"Push message with content topic containing emoji","time":{"start":1724921529589,"stop":1724921529589,"duration":0},"status":"passed","severity":"normal"},{"uid":"30b246bd6558c997","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1724921164591,"stop":1724921164592,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed61c04b70778bc4","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1724921164604,"stop":1724921164605,"duration":1},"status":"passed","severity":"normal"},{"uid":"7389501880c773fd","name":"Push message with XML payload","time":{"start":1724921529571,"stop":1724921529572,"duration":1},"status":"passed","severity":"normal"},{"uid":"debcddba4baa6d3e","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1724921270352,"stop":1724921270352,"duration":0},"status":"passed","severity":"normal"},{"uid":"895e02af6eeb9af0","name":"Check message with non string payload is not received","time":{"start":1724921515255,"stop":1724921515256,"duration":1},"status":"passed","severity":"normal"},{"uid":"54249c2c9fdb724c","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1724921270350,"stop":1724921270350,"duration":0},"status":"passed","severity":"normal"},{"uid":"6542f55c31fd7766","name":"safeDispatchEvent","time":{"start":1724921128571,"stop":1724921128572,"duration":1},"status":"passed","severity":"normal"},{"uid":"6427376602917948","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1724921379981,"stop":1724921379981,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed2db9c3dd027f8","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1724921037647,"stop":1724921037647,"duration":0},"status":"passed","severity":"normal"},{"uid":"124938ee1bbe0a57","name":"Check publish message containing special chars","time":{"start":1724921564773,"stop":1724921564773,"duration":0},"status":"passed","severity":"normal"},{"uid":"a096303cced7eae1","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app68/6/topic182/xml","time":{"start":1724921613055,"stop":1724921613055,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3d887291748dc9a","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1724921050916,"stop":1724921050916,"duration":0},"status":"passed","severity":"normal"},{"uid":"418ecfa121ccf6fb","name":"getPeersByDiscovery","time":{"start":1724921128568,"stop":1724921128569,"duration":1},"status":"passed","severity":"normal"},{"uid":"23449d9e4a8ee0dc","name":"should not fail to start the service if it is already started","time":{"start":1724921065910,"stop":1724921065910,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4b82edc613caec9","name":"Delete observer","time":{"start":1724921517832,"stop":1724921517832,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6ac9aef57299857","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1724921045530,"stop":1724921045530,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ebf57b07e2b02ec","name":"Push message with SQL Injection payload","time":{"start":1724921602945,"stop":1724921602946,"duration":1},"status":"passed","severity":"normal"},{"uid":"8610d85b9cb2bacb","name":"same cluster, different shard: nodes don't connect","time":{"start":1724921270339,"stop":1724921270339,"duration":0},"status":"passed","severity":"normal"},{"uid":"58a740f1963eaf0e","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1724921270360,"stop":1724921270361,"duration":1},"status":"passed","severity":"normal"},{"uid":"af5f6ba77a50af2","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724921270343,"stop":1724921270344,"duration":1},"status":"passed","severity":"normal"},{"uid":"e94ea2bd984dd91b","name":"Push message with JSON payload","time":{"start":1724921529572,"stop":1724921529573,"duration":1},"status":"passed","severity":"normal"},{"uid":"97b967044d80a609","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724921270353,"stop":1724921270354,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3c248b7f48c5225","name":"Renews peer on consistent missed messages","time":{"start":1724921196358,"stop":1724921196359,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9c66d064d6c5e66","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1724921061370,"stop":1724921061370,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b92824aa675c8e1","name":"should decode valid enr successfully","time":{"start":1724921046195,"stop":1724921046196,"duration":1},"status":"passed","severity":"normal"},{"uid":"e9e919bdf22807c","name":"should not receive a peer event after stop","time":{"start":1724921098919,"stop":1724921098920,"duration":1},"status":"passed","severity":"normal"},{"uid":"d65553ec6b4879b0","name":"should set field with only LIGHTPUSH enabled","time":{"start":1724921046209,"stop":1724921046209,"duration":0},"status":"passed","severity":"normal"},{"uid":"87186ffa659a4974","name":"Push message with numeric payload","time":{"start":1724921529566,"stop":1724921529567,"duration":1},"status":"passed","severity":"normal"},{"uid":"7e09e57893b8cc62","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1724921037761,"stop":1724921037761,"duration":0},"status":"passed","severity":"normal"},{"uid":"2af4268575210a4a","name":"Check publish message containing shell command","time":{"start":1724921564776,"stop":1724921564777,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd2728d7555f7197","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724921379981,"stop":1724921379981,"duration":0},"status":"passed","severity":"normal"},{"uid":"705bd525336169a2","name":"it tolerates circular branch references","time":{"start":1724921061846,"stop":1724921061847,"duration":1},"status":"passed","severity":"normal"},{"uid":"5507f91b52ba9e50","name":"Subscribe to topic containing long and receive message","time":{"start":1724921625046,"stop":1724921625047,"duration":1},"status":"passed","severity":"normal"},{"uid":"945c6b0d9b10d247","name":"Subscribe to topic containing JSON and receive message","time":{"start":1724921297017,"stop":1724921297017,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6bfb84365b9a05a","name":"Nodes with multiple pubsub topic","time":{"start":1724921540109,"stop":1724921540109,"duration":0},"status":"passed","severity":"normal"},{"uid":"21eb89b7a11d37c0","name":"throws on content topic with empty application field","time":{"start":1724921037621,"stop":1724921037622,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1d8151468e3b86c","name":"Check message with no payload is not received","time":{"start":1724921515228,"stop":1724921515228,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1d665da1ce4fb78","name":"Register correct protocols","time":{"start":1724921563004,"stop":1724921563005,"duration":1},"status":"passed","severity":"normal"},{"uid":"83696c2e74b4d842","name":"Check message with no content topic is not received","time":{"start":1724921515253,"stop":1724921515254,"duration":1},"status":"passed","severity":"normal"},{"uid":"7569d2701dc871da","name":"Check received message containing Chinese","time":{"start":1724921515232,"stop":1724921515232,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dd3b5473b7509cf","name":"Query Generator sorting by timestamp while page direction is true","time":{"start":1724921656079,"stop":1724921656079,"duration":0},"status":"passed","severity":"normal"},{"uid":"1362e0f28d13ce9e","name":"Check received message containing emoji","time":{"start":1724921515238,"stop":1724921515239,"duration":1},"status":"passed","severity":"normal"},{"uid":"a4f160a103cf7c2f","name":"Check publish message containing SQL Injection","time":{"start":1724921564774,"stop":1724921564775,"duration":1},"status":"passed","severity":"normal"},{"uid":"649407e5f82ef65b","name":"Push message with custom timestamp: 1694162897150","time":{"start":1724921602986,"stop":1724921602987,"duration":1},"status":"passed","severity":"normal"},{"uid":"5dad0a3d54672d90","name":"should properly create location multiaddrs - udp","time":{"start":1724921046206,"stop":1724921046206,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c1a207d6c88d15f","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1724921061851,"stop":1724921061851,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f5a16b5e31e3b2d","name":"Decoder throws on empty string content topic","time":{"start":1724921071995,"stop":1724921071995,"duration":0},"status":"passed","severity":"normal"},{"uid":"b64a747a94bdb9df","name":"Relay - dialed after","time":{"start":1724921677827,"stop":1724921677827,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fd29cae77fd0e50","name":"Add multiple subscription objects on single nwaku node","time":{"start":1724921625076,"stop":1724921625077,"duration":1},"status":"passed","severity":"normal"},{"uid":"46c57d660721af48","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1724921625039,"stop":1724921625040,"duration":1},"status":"passed","severity":"normal"},{"uid":"4735384ab0a7bb63","name":"Check message with no content topic is not received","time":{"start":1724921515227,"stop":1724921515228,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ae99eb780a949d3","name":"Reopen subscription with peer with lost subscription","time":{"start":1724921148663,"stop":1724921148663,"duration":0},"status":"passed","severity":"normal"},{"uid":"db56a3454154209a","name":"Subscribe to topic containing special chars and publish message","time":{"start":1724921563016,"stop":1724921563017,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b885b66348c91eb","name":"can dial TLS multiaddrs","time":{"start":1724921423893,"stop":1724921423894,"duration":1},"status":"passed","severity":"normal"},{"uid":"561ee8a433478ce","name":"Passing cursor with wrong pubsubTopic","time":{"start":1724921620610,"stop":1724921620611,"duration":1},"status":"passed","severity":"normal"},{"uid":"b58d1a77e5fc54e3","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1724921270367,"stop":1724921270367,"duration":0},"status":"passed","severity":"normal"},{"uid":"320d1b37e77959fb","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1724921625033,"stop":1724921625034,"duration":1},"status":"passed","severity":"normal"},{"uid":"b969b359e3eb914e","name":"should get / set TCP multiaddr","time":{"start":1724921046201,"stop":1724921046201,"duration":0},"status":"passed","severity":"normal"},{"uid":"e225e38fd56cca83","name":"different cluster, different shard: nodes don't connect","time":{"start":1724921419683,"stop":1724921419683,"duration":0},"status":"passed","severity":"normal"},{"uid":"47aecb8f33927f95","name":"Push message with Script payload","time":{"start":1724921529571,"stop":1724921529571,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cc069dc9d385495","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1724921270351,"stop":1724921270351,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a4b6d7da7eed8f9","name":"shard 0","time":{"start":1724921619627,"stop":1724921619627,"duration":0},"status":"passed","severity":"normal"},{"uid":"12f03a4b26d5d41a","name":"Subscribe to topic containing short and receive message","time":{"start":1724921297005,"stop":1724921297006,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b5e095b44e4c4f1","name":"Check received message containing Arabic","time":{"start":1724921267867,"stop":1724921267867,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c709d1b0fbb1aa8","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1724921379978,"stop":1724921379979,"duration":1},"status":"passed","severity":"normal"},{"uid":"5cd211f0ceb6d07a","name":"Sample","time":{"start":1724921045432,"stop":1724921045433,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c76f003f68108c3","name":"Check received message containing SQL Injection","time":{"start":1724921515233,"stop":1724921515233,"duration":0},"status":"passed","severity":"normal"},{"uid":"20feb5f64781035d","name":"Check received message with timestamp: 1649153314 ","time":{"start":1724921515249,"stop":1724921515249,"duration":0},"status":"passed","severity":"normal"},{"uid":"b64150420c9fd4f8","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1724921061371,"stop":1724921061371,"duration":0},"status":"passed","severity":"normal"},{"uid":"9544ac93a445c4e5","name":"should be able to decode the field with only FILTER set to true","time":{"start":1724921045534,"stop":1724921045534,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f128345979a0ee9","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1724921658744,"stop":1724921658745,"duration":1},"status":"passed","severity":"normal"},{"uid":"d39e733702a7b73e","name":"can start and stop the service","time":{"start":1724921065909,"stop":1724921065909,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff62bef00a3111c1","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1724921037647,"stop":1724921037647,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1f8668fe00e90c7","name":"should set field with only FILTER enabled","time":{"start":1724921046209,"stop":1724921046209,"duration":0},"status":"passed","severity":"normal"},{"uid":"f52eac6f5e3afc98","name":"Push message with content topic containing Russian","time":{"start":1724921602959,"stop":1724921602959,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9acf6fecda7e4dc","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1724921095758,"stop":1724921095759,"duration":1},"status":"passed","severity":"normal"},{"uid":"139a37b8cb2c8888","name":"Should update shard info","time":{"start":1724921498166,"stop":1724921498167,"duration":1},"status":"passed","severity":"normal"},{"uid":"15951af8a25a5eee","name":"A test","time":{"start":1724921380064,"stop":1724921380064,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0245e71ccb34948","name":"Ping on unsubscribed peer","time":{"start":1724921158277,"stop":1724921158278,"duration":1},"status":"passed","severity":"normal"},{"uid":"92bc5d92141fdc57","name":"Check message on other pubsub topic is not received","time":{"start":1724921515227,"stop":1724921515227,"duration":0},"status":"passed","severity":"normal"},{"uid":"c743c9f41a83bfff","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app77/8/topic221/proto","time":{"start":1724921613054,"stop":1724921613054,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcaf743eb0cc34b8","name":"Throws when trying to push message with empty payload","time":{"start":1724921529579,"stop":1724921529580,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ed6550d8a212f","name":"should not receive a peer event after stop","time":{"start":1724921065911,"stop":1724921065912,"duration":1},"status":"passed","severity":"normal"},{"uid":"6df296044ddd7138","name":"should encode/decode to RLP encoding","time":{"start":1724921046200,"stop":1724921046200,"duration":0},"status":"passed","severity":"normal"},{"uid":"57e3b6cb900b6f2e","name":"random static sharding 1 - Cluster ID: 447, Shard ID: 662","time":{"start":1724921619629,"stop":1724921619630,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b9d7d25cc00d054","name":"should correctly map a content topic to a pubsub topic","time":{"start":1724921037654,"stop":1724921037654,"duration":0},"status":"passed","severity":"normal"},{"uid":"d339dc6e3f9200d2","name":"Promise Callback - true","time":{"start":1724921640663,"stop":1724921640664,"duration":1},"status":"passed","severity":"normal"},{"uid":"138f506ab6951d66","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1724921270367,"stop":1724921270367,"duration":0},"status":"passed","severity":"normal"},{"uid":"4539a613514e231b","name":"Push message with Russian payload","time":{"start":1724921529570,"stop":1724921529570,"duration":0},"status":"passed","severity":"normal"},{"uid":"67f60c430e453eff","name":"Push message with SQL Injection payload","time":{"start":1724921529570,"stop":1724921529571,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8d819833e2e4e85","name":"Check received message containing SQL Injection","time":{"start":1724921267868,"stop":1724921267868,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0e77a362b7a749c","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1724921270367,"stop":1724921270368,"duration":1},"status":"passed","severity":"normal"},{"uid":"59990939eb569685","name":"Check received message containing emoji","time":{"start":1724921515224,"stop":1724921515225,"duration":1},"status":"passed","severity":"normal"},{"uid":"94990502706a1b18","name":"configure the node with multiple content topics","time":{"start":1724921613056,"stop":1724921613057,"duration":1},"status":"passed","severity":"normal"},{"uid":"17efe7258df552a5","name":"Rejects garbage","time":{"start":1724921054321,"stop":1724921054321,"duration":0},"status":"passed","severity":"normal"},{"uid":"37280898a2e22c7e","name":"Subscribe to topic containing long and publish message","time":{"start":1724921563013,"stop":1724921563013,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fcda20a387eaee0","name":"Ping on peer without subscriptions","time":{"start":1724921158277,"stop":1724921158277,"duration":0},"status":"passed","severity":"normal"},{"uid":"71d59a08429b0760","name":"Push message with content topic containing Arabic","time":{"start":1724921529584,"stop":1724921529585,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c2e2f260f1457e3","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1724921563008,"stop":1724921563008,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3e4ce9f84eeedba","name":"removeEventListener with correct event","time":{"start":1724921128567,"stop":1724921128567,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f731215e17475bd","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1724921625074,"stop":1724921625074,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc16ba5b687a43db","name":"Push message equal or less that 1MB","time":{"start":1724921529593,"stop":1724921529593,"duration":0},"status":"passed","severity":"normal"},{"uid":"dabf97c1a6c9b097","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1724921040178,"stop":1724921040179,"duration":1},"status":"passed","severity":"normal"},{"uid":"dcc604cec7b2be40","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1724921065912,"stop":1724921065913,"duration":1},"status":"passed","severity":"normal"},{"uid":"d4aeb13d938bf2dc","name":"Check received message containing escaped characters","time":{"start":1724921515238,"stop":1724921515238,"duration":0},"status":"passed","severity":"normal"},{"uid":"c10d6e09cfe0b3a4","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1724921061374,"stop":1724921061375,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf6f205c31d5a7a0","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app47/7/topic631/xml","time":{"start":1724921613054,"stop":1724921613054,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b5565ebb7b12e45","name":"Mutual subscription","time":{"start":1724921563003,"stop":1724921563004,"duration":1},"status":"passed","severity":"normal"},{"uid":"da327398b7d68cc","name":"Check received message containing special chars","time":{"start":1724921515231,"stop":1724921515231,"duration":0},"status":"passed","severity":"normal"},{"uid":"909663107e92256e","name":"Generator, 2 different pubsubtopics","time":{"start":1724921658745,"stop":1724921658746,"duration":1},"status":"passed","severity":"normal"},{"uid":"af212c853f102bd1","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1724921164599,"stop":1724921164599,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ac9a7b5c3556c82","name":"Subscribe and receive messages via lightPush","time":{"start":1724921625031,"stop":1724921625032,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f8370cac43d0268","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1724921620602,"stop":1724921620602,"duration":0},"status":"passed","severity":"normal"},{"uid":"37ad946f1220bc7d","name":"Ordered Callback - true","time":{"start":1724921640664,"stop":1724921640664,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8c0dbd5cd6abe23","name":"Subscribe to topic containing numeric and receive message","time":{"start":1724921625047,"stop":1724921625048,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb6ada565bb08e89","name":"Renews subscription after lossing a connection","time":{"start":1724921625077,"stop":1724921625077,"duration":0},"status":"passed","severity":"normal"},{"uid":"b73f8e7b202125ea","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1724921088194,"stop":1724921088196,"duration":2},"status":"passed","severity":"normal"},{"uid":"4c006ef5ce823ca3","name":"Fails to push message with empty content topic","time":{"start":1724921529590,"stop":1724921529590,"duration":0},"status":"passed","severity":"normal"},{"uid":"4279ca959ca6444f","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1724921300828,"stop":1724921300829,"duration":1},"status":"passed","severity":"normal"},{"uid":"62c003fcc12ff210","name":"Filter with 3 connections","time":{"start":1724921321312,"stop":1724921321312,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8e6953dfdbec3ff","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1724921270352,"stop":1724921270352,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e27f52307d37612","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1724921625079,"stop":1724921625080,"duration":1},"status":"passed","severity":"normal"},{"uid":"377db6bfc8ec650f","name":"Subscribe to topic containing JSON and publish message","time":{"start":1724921563020,"stop":1724921563020,"duration":0},"status":"passed","severity":"normal"},{"uid":"2226891e9b597d0a","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1724921037633,"stop":1724921037633,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ffa862444ef66d1","name":"Number of peers are maintained correctly","time":{"start":1724921326303,"stop":1724921326304,"duration":1},"status":"passed","severity":"normal"},{"uid":"f814c7ca9d9e100e","name":"Query Generator, No message returned","time":{"start":1724921640399,"stop":1724921640399,"duration":0},"status":"passed","severity":"normal"},{"uid":"243d02fe3bba1954","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1724921563021,"stop":1724921563021,"duration":0},"status":"passed","severity":"normal"},{"uid":"f92f81baa9a737a2","name":"should not throw an error for a single configured topic","time":{"start":1724921037650,"stop":1724921037651,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ce475934c976a28","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1724921613057,"stop":1724921613058,"duration":1},"status":"passed","severity":"normal"},{"uid":"97f514d7c2ca01cb","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1724921270364,"stop":1724921270364,"duration":0},"status":"passed","severity":"normal"},{"uid":"29ffafe1dc588c79","name":"Subscribe and receive messages via waku relay post","time":{"start":1724921625034,"stop":1724921625035,"duration":1},"status":"passed","severity":"normal"},{"uid":"12422953122c0514","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724921379978,"stop":1724921379978,"duration":0},"status":"passed","severity":"normal"},{"uid":"bfadf5cce19092d5","name":"Relay + Store","time":{"start":1724921096287,"stop":1724921096287,"duration":0},"status":"passed","severity":"normal"},{"uid":"5890253cd3db5580","name":"Push message with content topic containing unicode special characters","time":{"start":1724921602976,"stop":1724921602977,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b5f77c9b0e53a29","name":"should return the pubsub topic directly if a string is provided","time":{"start":1724921037652,"stop":1724921037652,"duration":0},"status":"passed","severity":"normal"},{"uid":"ecde8ab32e4706ad","name":"Push message equal or less that 1MB","time":{"start":1724921602989,"stop":1724921602990,"duration":1},"status":"passed","severity":"normal"},{"uid":"efc27b4c7ef3d408","name":"Filter with 2 connections","time":{"start":1724921321311,"stop":1724921321312,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed11507b7df4574e","name":"Subscribe to topic containing long and receive message","time":{"start":1724921297006,"stop":1724921297007,"duration":1},"status":"passed","severity":"normal"},{"uid":"aff18ca3b399db3a","name":"Callback on promise, aborts when callback returns true","time":{"start":1724921663255,"stop":1724921663255,"duration":0},"status":"passed","severity":"normal"},{"uid":"69beb220f7308151","name":"Push message with short payload","time":{"start":1724921602941,"stop":1724921602941,"duration":0},"status":"passed","severity":"normal"},{"uid":"701dec94e5f4718","name":"Push message with rate limit","time":{"start":1724921529592,"stop":1724921529592,"duration":0},"status":"passed","severity":"normal"},{"uid":"891ce09012901f52","name":"Check received message with timestamp: 1724921087845000000 ","time":{"start":1724921267871,"stop":1724921267872,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1b5e0c8a84169a","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1724921619641,"stop":1724921619641,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d113b515c9b38cc","name":"Refresh subscription","time":{"start":1724921625044,"stop":1724921625045,"duration":1},"status":"passed","severity":"normal"},{"uid":"91ab48d0ea6f268e","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1724921037634,"stop":1724921037634,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5424fb4e017cecf","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1724921296996,"stop":1724921296997,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6e069d3dc4eb0fc","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1724921625067,"stop":1724921625068,"duration":1},"status":"passed","severity":"normal"},{"uid":"86b051aab211a1d3","name":"Fails to publish message with size larger than 1 MB","time":{"start":1724921564783,"stop":1724921564783,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec893939505b729c","name":"Check publish message containing JSON","time":{"start":1724921564776,"stop":1724921564776,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b17ab9ffe856cd9","name":"Check received message containing Chinese","time":{"start":1724921267866,"stop":1724921267867,"duration":1},"status":"passed","severity":"normal"},{"uid":"1fa87ef30ba02d51","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1724921300790,"stop":1724921300791,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8ca67ee3c87efc3","name":"Check received message containing JSON","time":{"start":1724921515222,"stop":1724921515223,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f8711989140f1fa","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1724921297016,"stop":1724921297017,"duration":1},"status":"passed","severity":"normal"},{"uid":"13c80ad05d468c2e","name":"should not receive a peer event before start","time":{"start":1724921065911,"stop":1724921065911,"duration":0},"status":"passed","severity":"normal"},{"uid":"927c2a474fe4331b","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1724921270342,"stop":1724921270342,"duration":0},"status":"passed","severity":"normal"},{"uid":"1cfa376143b106d9","name":"Keep-alive pings maintain the connection","time":{"start":1724921196357,"stop":1724921196357,"duration":0},"status":"passed","severity":"normal"},{"uid":"98a32868f726f38f","name":"random static sharding 3 - Cluster ID: 409, Shard ID: 679","time":{"start":1724921619631,"stop":1724921619632,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd0e52b593c94b06","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1724921625078,"stop":1724921625079,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c58dd9387584bc4","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1724921300829,"stop":1724921300829,"duration":0},"status":"passed","severity":"normal"},{"uid":"16e894829a2892ce","name":"LightPush with 2 connections","time":{"start":1724921321311,"stop":1724921321311,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cc341158100df7c","name":"Check message with non string payload is not received","time":{"start":1724921267881,"stop":1724921267898,"duration":17},"status":"passed","severity":"normal"},{"uid":"4bd7321f825ce063","name":"Check received message containing Russian","time":{"start":1724921515221,"stop":1724921515221,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8a07d5e3e706c7c","name":"ignores unrecognized TXT record formats","time":{"start":1724921061848,"stop":1724921061848,"duration":0},"status":"passed","severity":"normal"},{"uid":"d955e8daf35371da","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1724921270356,"stop":1724921270357,"duration":1},"status":"passed","severity":"normal"},{"uid":"967b3f3488710c87","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1724921270354,"stop":1724921270354,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccf0ac6e277c9e3e","name":"Check received message containing short","time":{"start":1724921515230,"stop":1724921515230,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8e838fff3b75846","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1724921045532,"stop":1724921045533,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2a2076bc9823386","name":"Publish message with custom timestamp: Thu Aug 29 2024 09:52:18 GMT+0000 (Coordinated Universal Time)","time":{"start":1724921564781,"stop":1724921564781,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae4b6c09dd2e3130","name":"same cluster, different shard: nodes connect","time":{"start":1724921419682,"stop":1724921419682,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c70c0536b987f","name":"Push message with content topic containing escaped characters","time":{"start":1724921602967,"stop":1724921602976,"duration":9},"status":"passed","severity":"normal"},{"uid":"cab562aa51b22dc4","name":"Push message with meta","time":{"start":1724921602984,"stop":1724921602984,"duration":0},"status":"passed","severity":"normal"},{"uid":"84e88c52a9e73405","name":"Overlapping topic subscription","time":{"start":1724921625081,"stop":1724921625081,"duration":0},"status":"passed","severity":"normal"},{"uid":"2130b1e19ec9a39c","name":"Subscribe and receive messages via lightPush","time":{"start":1724921296995,"stop":1724921296995,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e4099b4edee5f7d","name":"Check received message with timestamp: 1724921087845 ","time":{"start":1724921267872,"stop":1724921267872,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbb6279728e215d5","name":"can start and stop the service","time":{"start":1724921559012,"stop":1724921559013,"duration":1},"status":"passed","severity":"normal"},{"uid":"d97a66eebd73c4d8","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1724921297009,"stop":1724921297010,"duration":1},"status":"passed","severity":"normal"},{"uid":"b2500cc441ed711c","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1724921563019,"stop":1724921563019,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee3979b706e661d4","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1724921563007,"stop":1724921563008,"duration":1},"status":"passed","severity":"normal"},{"uid":"548e272a87163904","name":"Relay + Store","time":{"start":1724921046209,"stop":1724921046210,"duration":1},"status":"passed","severity":"normal"},{"uid":"3542fa53e2840b8e","name":"Tracks peer failures correctly","time":{"start":1724921196358,"stop":1724921196358,"duration":0},"status":"passed","severity":"normal"},{"uid":"74dd3ee92a40c8e6","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1724921540108,"stop":1724921540108,"duration":0},"status":"passed","severity":"normal"},{"uid":"732443f475970847","name":"more peers than existing","time":{"start":1724921515419,"stop":1724921515419,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f915f532cffc161b","name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","time":{"start":1724921497752,"stop":1724921497752,"duration":0},"status":"passed","severity":"normal"},{"uid":"691e46d429eb9433","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1724921270355,"stop":1724921270355,"duration":0},"status":"passed","severity":"normal"},{"uid":"10642c68b780d604","name":"should not fail to start the service if it is already started","time":{"start":1724921559015,"stop":1724921559016,"duration":1},"status":"passed","severity":"normal"},{"uid":"e485ac251e5637ee","name":"Check received message containing emoji","time":{"start":1724921267871,"stop":1724921267871,"duration":0},"status":"passed","severity":"normal"},{"uid":"be45cbc973c6f285","name":"Push 30 different messages","time":{"start":1724921602955,"stop":1724921602955,"duration":0},"status":"passed","severity":"normal"},{"uid":"572340ef73d4cca1","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1724921198884,"stop":1724921198884,"duration":0},"status":"passed","severity":"normal"},{"uid":"566a4241c4c286f4","name":"Encoder throws on empty string content topic","time":{"start":1724921073460,"stop":1724921073460,"duration":0},"status":"passed","severity":"normal"},{"uid":"1cbc075455c3f692","name":"Store - dialed first","time":{"start":1724921677827,"stop":1724921677828,"duration":1},"status":"passed","severity":"normal"},{"uid":"841549f8241a4f48","name":"Push message with long payload","time":{"start":1724921602941,"stop":1724921602943,"duration":2},"status":"passed","severity":"normal"},{"uid":"4ca5a5c4f05860b9","name":"Decoder throws on empty string content topic","time":{"start":1724921051057,"stop":1724921051057,"duration":0},"status":"passed","severity":"normal"},{"uid":"621841b906bd8e31","name":"Wrong topic","time":{"start":1724921613055,"stop":1724921613056,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba99988ac84ac02f","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1724921625081,"stop":1724921625081,"duration":0},"status":"passed","severity":"normal"},{"uid":"5cb7cc7c350d2ef6","name":"Push message with special chars payload","time":{"start":1724921529567,"stop":1724921529568,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7724d5ba18196f0","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1724921037638,"stop":1724921037638,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f9cab0163b4f247","name":"Push message with Chinese payload","time":{"start":1724921529569,"stop":1724921529569,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed2a14e205f5466b","name":"Overlapping topic subscription","time":{"start":1724921297003,"stop":1724921297004,"duration":1},"status":"passed","severity":"normal"},{"uid":"997580436d78ecb1","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1724921037643,"stop":1724921037644,"duration":1},"status":"passed","severity":"normal"},{"uid":"1456f6e645e729a6","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1724921088196,"stop":1724921088199,"duration":3},"status":"passed","severity":"normal"},{"uid":"447a4f145c1853e5","name":"Encoder throws on undefined content topic","time":{"start":1724921073460,"stop":1724921073460,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd878730bd98919c","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app46/10/topic629/xml","time":{"start":1724921613048,"stop":1724921613049,"duration":1},"status":"passed","severity":"normal"},{"uid":"19d636f5194df652","name":"Subscribe to topic containing emoji and publish message","time":{"start":1724921563022,"stop":1724921563022,"duration":0},"status":"passed","severity":"normal"},{"uid":"f062321816c6cf2f","name":"Light Node - default protocols","time":{"start":1724921677829,"stop":1724921677829,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e88ba296b98fe78","name":"Push 30 different messages","time":{"start":1724921529578,"stop":1724921529579,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b0232bf0f64615e","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724921270351,"stop":1724921270351,"duration":0},"status":"passed","severity":"normal"},{"uid":"577bddb44087ca5d","name":"Accepts a valid Waku Message","time":{"start":1724921054319,"stop":1724921054320,"duration":1},"status":"passed","severity":"normal"},{"uid":"4de4f10457257e54","name":"Subscribe to topic containing XML and publish message","time":{"start":1724921563019,"stop":1724921563019,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd8abdc0d7a442a0","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1724921037648,"stop":1724921037648,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e7b23dbf6e5a846","name":"should encode/decode to text encoding","time":{"start":1724921046200,"stop":1724921046200,"duration":0},"status":"passed","severity":"normal"},{"uid":"c172437eb941ed5e","name":"Check received message containing Arabic","time":{"start":1724921515220,"stop":1724921515220,"duration":0},"status":"passed","severity":"normal"},{"uid":"12e7268d2941260d","name":"ignores domain fetching errors","time":{"start":1724921061847,"stop":1724921061848,"duration":1},"status":"passed","severity":"normal"},{"uid":"cba0787fc9d90e08","name":"Check received message containing Chinese","time":{"start":1724921515220,"stop":1724921515220,"duration":0},"status":"passed","severity":"normal"},{"uid":"304977d6c5e2c9c","name":"Check message on other pubsub topic is not received","time":{"start":1724921515252,"stop":1724921515253,"duration":1},"status":"passed","severity":"normal"},{"uid":"eefd350acbced041","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1724921037653,"stop":1724921037653,"duration":0},"status":"passed","severity":"normal"},{"uid":"de25339d752dfb10","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1724921270352,"stop":1724921270353,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d38d57bd1c2141b","name":"Query generator for multiple messages with different content topic format","time":{"start":1724921663254,"stop":1724921663254,"duration":0},"status":"passed","severity":"normal"},{"uid":"144200d4270541d6","name":"Push message on custom pubsubTopic","time":{"start":1724921379979,"stop":1724921379979,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e775a524f387094","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1724921037631,"stop":1724921037631,"duration":0},"status":"passed","severity":"normal"},{"uid":"30ca862286538063","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1724921419681,"stop":1724921419681,"duration":0},"status":"passed","severity":"normal"},{"uid":"37ac5232c27134e9","name":"Query Generator, No Decoder","time":{"start":1724921640398,"stop":1724921640399,"duration":1},"status":"passed","severity":"normal"},{"uid":"885ad9085c153fc6","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1724921563009,"stop":1724921563010,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ffd1d41f969eea2","name":"returns all values when wanted number matches available values","time":{"start":1724921060544,"stop":1724921060545,"duration":1},"status":"passed","severity":"normal"},{"uid":"529f41f06281e81","name":"Subscribe to topic containing Russian and receive message","time":{"start":1724921297011,"stop":1724921297012,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f19764bf47cf026","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1724921164602,"stop":1724921164602,"duration":0},"status":"passed","severity":"normal"},{"uid":"5076bcf531f8dd6b","name":"stop","time":{"start":1724921128572,"stop":1724921128582,"duration":10},"status":"passed","severity":"normal"},{"uid":"c3b43a70a8e92324","name":"Encoder throws on empty string content topic","time":{"start":1724921051056,"stop":1724921051056,"duration":0},"status":"passed","severity":"normal"},{"uid":"96375094dcc5371b","name":"Subscribe to topic containing Script and publish message","time":{"start":1724921563019,"stop":1724921563019,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a0e53a2d16e932f","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1724921037625,"stop":1724921037626,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce56713ab1839f8e","name":"Ordered Callback sorting by timestamp while page direction is true","time":{"start":1724921656080,"stop":1724921656080,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b0bf39147f7e91","name":"Subscribe to topic containing shell command and receive message","time":{"start":1724921625070,"stop":1724921625073,"duration":3},"status":"passed","severity":"normal"},{"uid":"6a0ba7ef0ef2b573","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1724921640401,"stop":1724921640401,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba6c47bdcf882140","name":"should emit a peer event after start","time":{"start":1724921559016,"stop":1724921559017,"duration":1},"status":"passed","severity":"normal"},{"uid":"97a38bc575111e52","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1724921669871,"stop":1724921669871,"duration":0},"status":"passed","severity":"normal"},{"uid":"16f83c7f94184a33","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1724921061371,"stop":1724921061371,"duration":0},"status":"passed","severity":"normal"},{"uid":"9900fd9783bb8945","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1724921297018,"stop":1724921297018,"duration":0},"status":"passed","severity":"normal"},{"uid":"fea0fb0bfaacf957","name":"Check received message containing Basic HTML tag","time":{"start":1724921515222,"stop":1724921515222,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f989cc418aec268","name":"Push message with content topic containing numeric","time":{"start":1724921602957,"stop":1724921602958,"duration":1},"status":"passed","severity":"normal"},{"uid":"5bfd592b80c1d3b9","name":"can start and stop the service","time":{"start":1724921098907,"stop":1724921098913,"duration":6},"status":"passed","severity":"normal"},{"uid":"7ebf0ee987b24b7e","name":"Check message with invalid timestamp is not received","time":{"start":1724921515226,"stop":1724921515227,"duration":1},"status":"passed","severity":"normal"},{"uid":"4922599fdd2c972","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1724921669871,"stop":1724921669871,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bc9f76e644cc778","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1724921037653,"stop":1724921037653,"duration":0},"status":"passed","severity":"normal"},{"uid":"34d11e5e715f7261","name":"Sign & Recover","time":{"start":1724921072292,"stop":1724921072292,"duration":0},"status":"passed","severity":"normal"},{"uid":"c41c35dbc849f2a1","name":"Check publish message containing Chinese","time":{"start":1724921564773,"stop":1724921564773,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdf4051670a32c58","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1724921099698,"stop":1724921099698,"duration":0},"status":"passed","severity":"normal"},{"uid":"31075a05df1454a6","name":"should properly create peer info with all multiaddrs","time":{"start":1724921046207,"stop":1724921046207,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c7d17c1eb4ecf89","name":"passes more than one ENR URLs and attempts connection","time":{"start":1724921098922,"stop":1724921098922,"duration":0},"status":"skipped","severity":"normal"},{"uid":"2dd3224f8c1c5f9c","name":"Push message with content topic containing Script","time":{"start":1724921602960,"stop":1724921602960,"duration":0},"status":"passed","severity":"normal"},{"uid":"254d6a20a2062064","name":"Fails to push message with large meta","time":{"start":1724921529591,"stop":1724921529592,"duration":1},"status":"passed","severity":"normal"},{"uid":"11216abbb15f1827","name":"Store - dialed after - with timeout","time":{"start":1724921677828,"stop":1724921677828,"duration":0},"status":"passed","severity":"normal"},{"uid":"62391f629dbd3c53","name":"throws on content topic with empty topic name field","time":{"start":1724921037622,"stop":1724921037623,"duration":1},"status":"passed","severity":"normal"},{"uid":"c481b454548f2601","name":"Ping on peer without subscriptions","time":{"start":1724921148662,"stop":1724921148663,"duration":1},"status":"passed","severity":"normal"},{"uid":"12dc4d7b693e9e32","name":"Subscribe to topic containing special chars and receive message","time":{"start":1724921625083,"stop":1724921625083,"duration":0},"status":"passed","severity":"normal"},{"uid":"b29a311e728de486","name":"Round trip binary encryption [ecies, signature]","time":{"start":1724921073459,"stop":1724921073459,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bf639790a8f80a4","name":"should throw error - no public key","time":{"start":1724921046197,"stop":1724921046197,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1b74da9bbadeb20","name":"should throw error - no id","time":{"start":1724921046197,"stop":1724921046197,"duration":0},"status":"passed","severity":"normal"},{"uid":"90459e9c1f5eef8c","name":"Subscribe to topic containing special chars and receive message","time":{"start":1724921625048,"stop":1724921625049,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d4b1e7ddcc6f54f","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1724921564778,"stop":1724921564778,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d360ace2f60a101","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724921164595,"stop":1724921164595,"duration":0},"status":"passed","severity":"normal"},{"uid":"43b847ff79399a37","name":"Push message with content topic containing escaped characters","time":{"start":1724921529589,"stop":1724921529589,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b492faa962be216","name":"Check received message containing shell command","time":{"start":1724921515223,"stop":1724921515223,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd23aaa5ad7b74c3","name":"Push message with content topic containing Chinese","time":{"start":1724921529584,"stop":1724921529584,"duration":0},"status":"passed","severity":"normal"},{"uid":"e680620a44099ea2","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1724921061850,"stop":1724921061851,"duration":1},"status":"passed","severity":"normal"},{"uid":"1794b2a18690e6a4","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1724921723783,"stop":1724921723784,"duration":1},"status":"passed","severity":"normal"},{"uid":"10e8adbd5b68725a","name":"Check publish message containing Script","time":{"start":1724921564775,"stop":1724921564775,"duration":0},"status":"passed","severity":"normal"},{"uid":"244cd06bd68cd8b8","name":"Ephemeral messages are not stored","time":{"start":1724921099697,"stop":1724921099697,"duration":0},"status":"passed","severity":"normal"},{"uid":"9509b1c3201eb414","name":"Subscribe to topic containing long and receive message","time":{"start":1724921625082,"stop":1724921625082,"duration":0},"status":"passed","severity":"normal"},{"uid":"f31280671ff3d9d4","name":"Subscribe and receives messages on 20 topics","time":{"start":1724921625080,"stop":1724921625080,"duration":0},"status":"passed","severity":"normal"},{"uid":"22d224c4577a0923","name":"Check received message containing XML","time":{"start":1724921515222,"stop":1724921515222,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d6ba223c43187e9","name":"Refresh subscription","time":{"start":1724921563011,"stop":1724921563011,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6c77036f707e3742","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1724921625078,"stop":1724921625078,"duration":0},"status":"passed","severity":"normal"},{"uid":"37f75bc7a8ed7232","name":"Decoder throws on empty string content topic","time":{"start":1724921073461,"stop":1724921073461,"duration":0},"status":"passed","severity":"normal"},{"uid":"77441a286b16a762","name":"Check message received after jswaku node is restarted","time":{"start":1724921515229,"stop":1724921515229,"duration":0},"status":"skipped","severity":"normal"},{"uid":"becd39806a35b699","name":"different cluster, same shard: nodes don't connect","time":{"start":1724921419682,"stop":1724921419683,"duration":1},"status":"passed","severity":"normal"},{"uid":"62c78882ad8ff8f1","name":"Subscribe to topic containing Script and receive message","time":{"start":1724921625090,"stop":1724921625091,"duration":1},"status":"passed","severity":"normal"},{"uid":"5612bdfac6133a49","name":"Push to array if already present","time":{"start":1724921037311,"stop":1724921037311,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f451b723b2387ad","name":"Push message with special chars payload","time":{"start":1724921602944,"stop":1724921602944,"duration":0},"status":"passed","severity":"normal"},{"uid":"9860c0fa9640dedb","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1724921300792,"stop":1724921300794,"duration":2},"status":"passed","severity":"normal"},{"uid":"fd2b4568801fb0ed","name":"Push message with escaped characters payload","time":{"start":1724921529575,"stop":1724921529576,"duration":1},"status":"passed","severity":"normal"},{"uid":"c17f6fd031e816ba","name":"dispatchEvent via connectionManager","time":{"start":1724921128570,"stop":1724921128571,"duration":1},"status":"passed","severity":"normal"},{"uid":"55fd32b5cb831d30","name":"less peers than existing","time":{"start":1724921515419,"stop":1724921515419,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4549a666b90f29ba","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1724921037637,"stop":1724921037637,"duration":0},"status":"passed","severity":"normal"},{"uid":"53b104eb1f21da28","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1724921297018,"stop":1724921297018,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd2abdf0a6e27dbc","name":"Check meta is set [symmetric]","time":{"start":1724921071993,"stop":1724921071993,"duration":0},"status":"passed","severity":"normal"},{"uid":"211fe50555a2ab70","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1724921620594,"stop":1724921620595,"duration":1},"status":"passed","severity":"normal"},{"uid":"54a92f9cd6e93359","name":"Check meta is set [ecies]","time":{"start":1724921073459,"stop":1724921073459,"duration":0},"status":"passed","severity":"normal"},{"uid":"caeaa56db3e7fb19","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1724921296999,"stop":1724921297000,"duration":1},"status":"passed","severity":"normal"},{"uid":"14cbcc48d0fac80d","name":"Check message with invalid timestamp is not received","time":{"start":1724921267873,"stop":1724921267874,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac1c9306ef7a24b8","name":"Add multiple subscription objects on single nwaku node","time":{"start":1724921297019,"stop":1724921297019,"duration":0},"status":"passed","severity":"normal"},{"uid":"221d617bfa1a4659","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1724921099698,"stop":1724921099699,"duration":1},"status":"passed","severity":"normal"},{"uid":"19f0d8738cefa63e","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1724921073458,"stop":1724921073458,"duration":0},"status":"passed","severity":"normal"},{"uid":"df94b1349293f8bf","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724921270363,"stop":1724921270364,"duration":1},"status":"passed","severity":"normal"},{"uid":"17b86087301f0bf3","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1724921037640,"stop":1724921037641,"duration":1},"status":"passed","severity":"normal"},{"uid":"1556cf1a20f7d8f3","name":"random static sharding 5 - Cluster ID: 764, Shard ID: 602","time":{"start":1724921619634,"stop":1724921619634,"duration":0},"status":"passed","severity":"normal"},{"uid":"d36404b715e7ec43","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1724921669870,"stop":1724921669870,"duration":0},"status":"passed","severity":"normal"},{"uid":"21de58c2d261e598","name":"should be called at least once on all `peer:discovery` events","time":{"start":1724921095756,"stop":1724921095757,"duration":1},"status":"passed","severity":"normal"},{"uid":"9685434f953e5fc1","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1724921270355,"stop":1724921270356,"duration":1},"status":"passed","severity":"normal"},{"uid":"13f90dc2b9de9a38","name":"Publish message with rate limit","time":{"start":1724921564785,"stop":1724921564785,"duration":0},"status":"passed","severity":"normal"},{"uid":"b73081720c9466d3","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1724921046196,"stop":1724921046196,"duration":0},"status":"passed","severity":"normal"},{"uid":"aec3877cce3faa28","name":"Subscribe to topic containing short and receive message","time":{"start":1724921625045,"stop":1724921625046,"duration":1},"status":"passed","severity":"normal"},{"uid":"f1bf56333f9ca18f","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1724921037655,"stop":1724921037655,"duration":0},"status":"passed","severity":"normal"},{"uid":"68fb3e5ed49b6777","name":"Check received message with timestamp: 1649153314 ","time":{"start":1724921267873,"stop":1724921267873,"duration":0},"status":"passed","severity":"normal"},{"uid":"e301018e69a077a1","name":"Renews peer on consistent ping failures","time":{"start":1724921196357,"stop":1724921196357,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7b0151897eef35e","name":"throws on content topic with too few or too many fields","time":{"start":1724921037620,"stop":1724921037620,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7f136290a5ead37","name":"Ephemeral field set to true","time":{"start":1724921051055,"stop":1724921051055,"duration":0},"status":"passed","severity":"normal"},{"uid":"1af73374ef854afa","name":"Check received message with timestamp: 1724921087396000000 ","time":{"start":1724921515225,"stop":1724921515225,"duration":0},"status":"passed","severity":"normal"},{"uid":"771211132473dead","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app40/8/topic364/utf8","time":{"start":1724921613049,"stop":1724921613050,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0868c71ab09f686","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1724921270353,"stop":1724921270353,"duration":0},"status":"passed","severity":"normal"},{"uid":"8058e20495b61928","name":"Should update multiaddrs","time":{"start":1724921498166,"stop":1724921498166,"duration":0},"status":"passed","severity":"normal"},{"uid":"4075845b44d29dbf","name":"Ping on subscribed peer","time":{"start":1724921158278,"stop":1724921158279,"duration":1},"status":"passed","severity":"normal"},{"uid":"5bf1c08e8925b952","name":"Push message with content topic containing XML","time":{"start":1724921602960,"stop":1724921602960,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fc875120106ada0","name":"Query Generator - false","time":{"start":1724921640663,"stop":1724921640663,"duration":0},"status":"passed","severity":"normal"},{"uid":"62c3185d6cb3fec9","name":"Check publish message containing Arabic","time":{"start":1724921564773,"stop":1724921564774,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b32ca57e810ad27","name":"should throw error - no id","time":{"start":1724921046198,"stop":1724921046198,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ea8b4edebffe8ae","name":"Waku message hash computation (meta attribute not present)","time":{"start":1724921040180,"stop":1724921040180,"duration":0},"status":"passed","severity":"normal"},{"uid":"719aeb0a6f09b8ff","name":"1 Relay, 1 Filter, gives up","time":{"start":1724921061620,"stop":1724921061622,"duration":2},"status":"passed","severity":"normal"},{"uid":"3fdd119d70884757","name":"Check received message containing Russian","time":{"start":1724921267867,"stop":1724921267867,"duration":0},"status":"passed","severity":"normal"},{"uid":"e85ba90f3b36669","name":"listenerCount","time":{"start":1724921128569,"stop":1724921128570,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a9e5e905752e28f","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1724921669870,"stop":1724921669870,"duration":0},"status":"passed","severity":"normal"},{"uid":"842ac18cc4e9692c","name":"Check received message containing Script","time":{"start":1724921515221,"stop":1724921515222,"duration":1},"status":"passed","severity":"normal"},{"uid":"f58c94273ed9034f","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1724921297020,"stop":1724921297020,"duration":0},"status":"passed","severity":"normal"},{"uid":"94d7d0265deef02e","name":"should be able to decode the field with only STORE set to true","time":{"start":1724921045534,"stop":1724921045535,"duration":1},"status":"passed","severity":"normal"},{"uid":"480e81ebccb0e1bd","name":"should decode valid enr with tcp successfully","time":{"start":1724921046196,"stop":1724921046196,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f24c238099ee543","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1724921061374,"stop":1724921061374,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8e8a3c58c05f4f4","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1724921563017,"stop":1724921563017,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fd2a55cf1c5c71d","name":"Filter","time":{"start":1724921677828,"stop":1724921677829,"duration":1},"status":"passed","severity":"normal"},{"uid":"44d1c1be0a6e52ed","name":"new peer added after a peer was already found","time":{"start":1724921583487,"stop":1724921583487,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f32b80fa88ae5b94","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1724921625033,"stop":1724921625033,"duration":0},"status":"passed","severity":"normal"},{"uid":"225ee1841fcdf495","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1724921037650,"stop":1724921037650,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3ed401537efdd33","name":"Check message on other pubsub topic is not received","time":{"start":1724921267874,"stop":1724921267874,"duration":0},"status":"passed","severity":"normal"},{"uid":"6609f7a367739bca","name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1724921497761,"stop":1724921497762,"duration":1},"status":"passed","severity":"normal"},{"uid":"42be8292f8cf9f05","name":"should only return 1 node with store capability","time":{"start":1724921061850,"stop":1724921061850,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffa356eede5230f9","name":"Check received message containing XML","time":{"start":1724921267868,"stop":1724921267869,"duration":1},"status":"passed","severity":"normal"},{"uid":"a4a676297003c3ee","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1724921037649,"stop":1724921037649,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae9e573d039bc59","name":"handles different clusterIds correctly","time":{"start":1724921037636,"stop":1724921037636,"duration":0},"status":"passed","severity":"normal"},{"uid":"4711bec367d87146","name":"nwaku subscribes","time":{"start":1724921538593,"stop":1724921538593,"duration":0},"status":"passed","severity":"normal"},{"uid":"6eb366566cf83622","name":"handles empty shards array correctly","time":{"start":1724921037654,"stop":1724921037654,"duration":0},"status":"passed","severity":"normal"},{"uid":"a33beda5a3dd897e","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1724921620594,"stop":1724921620594,"duration":0},"status":"passed","severity":"normal"},{"uid":"b444d838d3b1db3e","name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","time":{"start":1724921497759,"stop":1724921497759,"duration":0},"status":"passed","severity":"normal"},{"uid":"23d9a2e88dcc4fbe","name":"Push message with unicode special characters payload","time":{"start":1724921529576,"stop":1724921529577,"duration":1},"status":"passed","severity":"normal"},{"uid":"883d395d3a232e57","name":"Check received message with timestamp: 1724921087396 ","time":{"start":1724921515225,"stop":1724921515226,"duration":1},"status":"passed","severity":"normal"},{"uid":"beb7618bba17a787","name":"should not receive a peer event after stop","time":{"start":1724921559018,"stop":1724921559019,"duration":1},"status":"passed","severity":"normal"},{"uid":"bde2e8fe97db1164","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1724921669869,"stop":1724921669869,"duration":0},"status":"passed","severity":"normal"},{"uid":"98f22b23ba12d089","name":"Fails to push message with empty content topic","time":{"start":1724921602983,"stop":1724921602983,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f14b51b7381e754","name":"Subscribe to topic containing JSON and receive message","time":{"start":1724921625092,"stop":1724921625092,"duration":0},"status":"passed","severity":"normal"},{"uid":"95838baf8796a018","name":"should only return 1 node with relay and store capability","time":{"start":1724921061849,"stop":1724921061849,"duration":0},"status":"passed","severity":"normal"},{"uid":"b40ce6b8319ca8e6","name":"Query generator for multiple messages with multiple decoders","time":{"start":1724921663253,"stop":1724921663254,"duration":1},"status":"passed","severity":"normal"},{"uid":"86eedcf7510d4ac9","name":"Overlapping topic subscription","time":{"start":1724921625040,"stop":1724921625043,"duration":3},"status":"passed","severity":"normal"},{"uid":"c1f0804d1483cf01","name":"Push message with content topic containing JSON","time":{"start":1724921529588,"stop":1724921529588,"duration":0},"status":"passed","severity":"normal"},{"uid":"50c9c7dd60f00b11","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1724921625093,"stop":1724921625094,"duration":1},"status":"passed","severity":"normal"},{"uid":"fce2d6f395d59011","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1724921037640,"stop":1724921037640,"duration":0},"status":"passed","severity":"normal"},{"uid":"67dd8fc2974c3527","name":"addEventListener with wrong event","time":{"start":1724921128566,"stop":1724921128566,"duration":0},"status":"passed","severity":"normal"},{"uid":"17161b74d5c9dd0b","name":"pre and post cipher","time":{"start":1724921072291,"stop":1724921072292,"duration":1},"status":"passed","severity":"normal"},{"uid":"e583591bc7915857","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1724921270342,"stop":1724921270343,"duration":1},"status":"passed","severity":"normal"},{"uid":"43a610975bfc6092","name":"Using a function","time":{"start":1724921672581,"stop":1724921672581,"duration":0},"status":"passed","severity":"normal"},{"uid":"c01f9552be0d79d6","name":"should be able to encode the field with only STORE set to true","time":{"start":1724921045528,"stop":1724921045529,"duration":1},"status":"passed","severity":"normal"},{"uid":"f252a888acd21f2c","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1724921061368,"stop":1724921061369,"duration":1},"status":"passed","severity":"normal"},{"uid":"6cfc3bfc9a579daf","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1724921037650,"stop":1724921037650,"duration":0},"status":"passed","severity":"normal"},{"uid":"1858db6848d61ce3","name":"Push message with short payload","time":{"start":1724921529565,"stop":1724921529565,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ccce9c4eac5b62d","name":"Throws when trying to push message with empty payload","time":{"start":1724921602955,"stop":1724921602956,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf23b5cc6d6aefbd","name":"Query Generator, Multiple PubsubTopics","time":{"start":1724921640398,"stop":1724921640398,"duration":0},"status":"passed","severity":"normal"},{"uid":"530fdaa7dbf39669","name":"should properly create location multiaddrs - udp4","time":{"start":1724921046201,"stop":1724921046202,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7bb9c122c7e4834","name":"random static sharding 9 - Cluster ID: 422, Shard ID: 213","time":{"start":1724921619638,"stop":1724921619639,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c671e294898fe3d","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1724921300787,"stop":1724921300788,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1997c55de9fc524","name":"Ping on subscribed peer","time":{"start":1724921158276,"stop":1724921158277,"duration":1},"status":"passed","severity":"normal"},{"uid":"141d2d31997f5821","name":"Check message with no payload is not received","time":{"start":1724921267881,"stop":1724921267881,"duration":0},"status":"passed","severity":"normal"},{"uid":"9be9d3f398baf79","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1724921613047,"stop":1724921613047,"duration":0},"status":"passed","severity":"normal"},{"uid":"b721cac1c680cce7","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1724921297002,"stop":1724921297003,"duration":1},"status":"passed","severity":"normal"},{"uid":"50e30b36a505f008","name":"Subscribe to topic containing shell command and receive message","time":{"start":1724921625093,"stop":1724921625093,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3d709224d0c390b","name":"Check message received after jswaku node is restarted","time":{"start":1724921515257,"stop":1724921515257,"duration":0},"status":"skipped","severity":"normal"},{"uid":"322d9184bfa451f4","name":"Fails to publish message with wrong content topic","time":{"start":1724921564782,"stop":1724921564783,"duration":1},"status":"passed","severity":"normal"},{"uid":"19ef9604a1086272","name":"Non TWN Cluster","time":{"start":1724921613048,"stop":1724921613048,"duration":0},"status":"passed","severity":"normal"},{"uid":"21677b0b3bf04bcd","name":"Check received message containing JSON","time":{"start":1724921515237,"stop":1724921515237,"duration":0},"status":"passed","severity":"normal"},{"uid":"3eb519b696882f18","name":"Publishes to nwaku","time":{"start":1724921538593,"stop":1724921538594,"duration":1},"status":"passed","severity":"normal"},{"uid":"492e87a099129c9c","name":"Check message with no content topic is not received","time":{"start":1724921267880,"stop":1724921267880,"duration":0},"status":"passed","severity":"normal"},{"uid":"9862a071b49b479c","name":"Add multiple subscription objects on single nwaku node","time":{"start":1724921625094,"stop":1724921625094,"duration":0},"status":"passed","severity":"normal"},{"uid":"e46ebe55aef5efef","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1724921037652,"stop":1724921037652,"duration":0},"status":"passed","severity":"normal"},{"uid":"17499a4803213f70","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1724921563017,"stop":1724921563017,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f8f4d984f5a044","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1724921640399,"stop":1724921640399,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8c05bc6601b7204","name":"Push message with custom timestamp: 1724917721438","time":{"start":1724921529593,"stop":1724921529593,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe941fc0fd498207","name":"Subscribe to topic containing shell command and publish message","time":{"start":1724921563020,"stop":1724921563020,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca4ab4c102fe0889","name":"should properly create location multiaddrs - tcp4","time":{"start":1724921046205,"stop":1724921046205,"duration":0},"status":"passed","severity":"normal"},{"uid":"3cc723f4023a6d1f","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1724921045532,"stop":1724921045532,"duration":0},"status":"passed","severity":"normal"},{"uid":"827ddc623973d149","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1724921270365,"stop":1724921270365,"duration":0},"status":"passed","severity":"normal"},{"uid":"b067aa7821b49b78","name":"can start the service","time":{"start":1724921065908,"stop":1724921065908,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bef7e84b6511509","name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1724921497758,"stop":1724921497758,"duration":0},"status":"broken","severity":"normal"},{"uid":"3f2d46c92a16308d","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1724921669871,"stop":1724921669871,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca2419c1b243b65e","name":"Passing invalid cursor","time":{"start":1724921620609,"stop":1724921620610,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f3dac79af91b466","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1724921267873,"stop":1724921267873,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ca224e3725f3b5","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1724921050916,"stop":1724921050916,"duration":0},"status":"passed","severity":"normal"},{"uid":"acb13426ae59bc3b","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724921270356,"stop":1724921270356,"duration":0},"status":"passed","severity":"normal"},{"uid":"861185a2dd8589f2","name":"Push message with Arabic payload","time":{"start":1724921602945,"stop":1724921602945,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd5f29959e124560","name":"random static sharding 6 - Cluster ID: 165, Shard ID: 790","time":{"start":1724921619635,"stop":1724921619636,"duration":1},"status":"passed","severity":"normal"},{"uid":"94db25ca37fbe627","name":"same cluster, same shard: nodes connect","time":{"start":1724921419681,"stop":1724921419682,"duration":1},"status":"passed","severity":"normal"},{"uid":"6834b27dc72b33d9","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1724921270366,"stop":1724921270366,"duration":0},"status":"passed","severity":"normal"},{"uid":"7eedf028c7830766","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1724921198886,"stop":1724921198886,"duration":0},"status":"passed","severity":"normal"},{"uid":"5518751c2318af6c","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1724921045535,"stop":1724921045536,"duration":1},"status":"passed","severity":"normal"},{"uid":"efa2e919677bca6","name":"Callback on promise","time":{"start":1724921663254,"stop":1724921663254,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7bed797b82920c9","name":"Passing page size 0 when there are 110 messages","time":{"start":1724921656188,"stop":1724921656189,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7013a29c3a3bbdb","name":"Check received message containing Basic HTML tag","time":{"start":1724921515236,"stop":1724921515236,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ed87024427bc951","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app39/10/topic365/proto","time":{"start":1724921613052,"stop":1724921613053,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e5c15f6b2f8f1d1","name":"Push message with XML payload","time":{"start":1724921602950,"stop":1724921602951,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd39287a43016ecc","name":"should return all peers when numPeers is 0","time":{"start":1724921050915,"stop":1724921050915,"duration":0},"status":"passed","severity":"normal"},{"uid":"3dde28a496732b38","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1724921270359,"stop":1724921270360,"duration":1},"status":"passed","severity":"normal"},{"uid":"10930c72109afabe","name":"should return valid sharding parameters for static sharding","time":{"start":1724921037653,"stop":1724921037653,"duration":0},"status":"passed","severity":"normal"},{"uid":"edd5c3dd1b4c1391","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1724921198884,"stop":1724921198884,"duration":0},"status":"passed","severity":"normal"},{"uid":"38858c06b059a539","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1724921297010,"stop":1724921297011,"duration":1},"status":"passed","severity":"normal"},{"uid":"7f5c7192b2cf8e12","name":"caches peers it previously fetched","time":{"start":1724921061848,"stop":1724921061848,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc98425d6efb3ce3","name":"Ordered callback, aborts when callback returns true","time":{"start":1724921663255,"stop":1724921663256,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc7e7e951eb592fc","name":"A test","time":{"start":1724921380065,"stop":1724921380065,"duration":0},"status":"passed","severity":"normal"},{"uid":"232cef48ddee9e31","name":"Subscribe and receive messages via waku relay post","time":{"start":1724921625079,"stop":1724921625079,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea7d8fbfbea10b4f","name":"Check received message containing escaped characters","time":{"start":1724921515223,"stop":1724921515224,"duration":1},"status":"passed","severity":"normal"},{"uid":"73b182a5cd16618c","name":"Check received message containing special chars","time":{"start":1724921515219,"stop":1724921515220,"duration":1},"status":"passed","severity":"normal"},{"uid":"1392a9091b368f92","name":"connects to nwaku","time":{"start":1724921672579,"stop":1724921672579,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e65c78187612109","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","time":{"start":1724921196358,"stop":1724921196358,"duration":0},"status":"passed","severity":"normal"},{"uid":"792ec32bb94df336","name":"Push message with long payload","time":{"start":1724921529565,"stop":1724921529566,"duration":1},"status":"passed","severity":"normal"},{"uid":"d62e023caaab4937","name":"should properly create location multiaddrs - tcp6","time":{"start":1724921046206,"stop":1724921046206,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a8b157f2e0f69c6","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1724921071992,"stop":1724921071993,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b3cfea0817c9786","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1724921297012,"stop":1724921297015,"duration":3},"status":"passed","severity":"normal"},{"uid":"429c7ffb9b83651a","name":"Check message with no pubsub topic is not received","time":{"start":1724921267874,"stop":1724921267880,"duration":6},"status":"passed","severity":"normal"},{"uid":"e8066380dcbf1780","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1724921037644,"stop":1724921037644,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ea1aef148ec4e8b","name":"different cluster, same shard: nodes don't connect","time":{"start":1724921270340,"stop":1724921270341,"duration":1},"status":"passed","severity":"normal"},{"uid":"e9b034f8f075acb7","name":"groups content topics by expected pubsub topic","time":{"start":1724921037635,"stop":1724921037635,"duration":0},"status":"passed","severity":"normal"},{"uid":"b58210257090c321","name":"Used by Waku Relay","time":{"start":1724921672581,"stop":1724921672582,"duration":1},"status":"passed","severity":"normal"},{"uid":"56fe984247bbb72f","name":"Push message on custom pubsubTopic","time":{"start":1724921379978,"stop":1724921379978,"duration":0},"status":"passed","severity":"normal"},{"uid":"72d94578d1b7516d","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1724921515226,"stop":1724921515226,"duration":0},"status":"passed","severity":"normal"},{"uid":"990a5fb26d78f5c5","name":"should throw error - invalid id","time":{"start":1724921046198,"stop":1724921046198,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3a479b6898dc842","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1724921045535,"stop":1724921045535,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcf95fdb236261fb","name":"should be able to decode the field with only RELAY set to true","time":{"start":1724921045533,"stop":1724921045534,"duration":1},"status":"passed","severity":"normal"},{"uid":"9cdb2c3b3c043713","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1724921583488,"stop":1724921583488,"duration":0},"status":"passed","severity":"normal"},{"uid":"6491742b08b916b6","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1724921300829,"stop":1724921300829,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc1cb25c5fb5740e","name":"Check received message containing long","time":{"start":1724921515230,"stop":1724921515231,"duration":1},"status":"passed","severity":"normal"},{"uid":"660f23e1f9201c09","name":"should return unique PubsubTopics for static sharding","time":{"start":1724921037639,"stop":1724921037640,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2b8d0915111e814","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1724921540109,"stop":1724921540109,"duration":0},"status":"passed","severity":"normal"},{"uid":"d90b592d27ac729e","name":"Check received message containing short","time":{"start":1724921267864,"stop":1724921267865,"duration":1},"status":"passed","severity":"normal"},{"uid":"453971419b14a781","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1724921037638,"stop":1724921037639,"duration":1},"status":"passed","severity":"normal"},{"uid":"5db1acdb7642e948","name":"LightPush","time":{"start":1724921677828,"stop":1724921677828,"duration":0},"status":"passed","severity":"normal"},{"uid":"698e0d2a935fa2d7","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1724921270344,"stop":1724921270349,"duration":5},"status":"passed","severity":"normal"},{"uid":"27df9a9c148a898","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1724921095759,"stop":1724921095760,"duration":1},"status":"passed","severity":"normal"},{"uid":"11478258b73834c9","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1724921198885,"stop":1724921198886,"duration":1},"status":"passed","severity":"normal"},{"uid":"98d542a203ea1081","name":"LightPush with 1 connections","time":{"start":1724921321310,"stop":1724921321310,"duration":0},"status":"passed","severity":"normal"},{"uid":"734e6544d417ecdb","name":"random static sharding 7 - Cluster ID: 322, Shard ID: 212","time":{"start":1724921619636,"stop":1724921619637,"duration":1},"status":"passed","severity":"normal"},{"uid":"54e6693e218f7725","name":"connected peers and dial","time":{"start":1724921515418,"stop":1724921515418,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4b0c7e35cd764ab0","name":"Push message with content topic containing special chars","time":{"start":1724921529583,"stop":1724921529584,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed8207712c1a08f9","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1724921164593,"stop":1724921164593,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7a8b42323bb9ccb","name":"Push message with content topic containing short","time":{"start":1724921602956,"stop":1724921602956,"duration":0},"status":"passed","severity":"normal"},{"uid":"851c6478bc79a3ae","name":"should emit a peer event after start","time":{"start":1724921098916,"stop":1724921098918,"duration":2},"status":"passed","severity":"normal"},{"uid":"edddcd3cc138eb85","name":"should throw error - no public key","time":{"start":1724921046198,"stop":1724921046199,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab935c6549faaae2","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1724921037643,"stop":1724921037643,"duration":0},"status":"passed","severity":"normal"},{"uid":"431535a9548970b5","name":"removeEventListener with wrong event","time":{"start":1724921128567,"stop":1724921128568,"duration":1},"status":"passed","severity":"normal"},{"uid":"80f50c442fbd1929","name":"isConnected should return false after all peers disconnect","time":{"start":1724921141188,"stop":1724921141188,"duration":0},"status":"passed","severity":"normal"},{"uid":"57adf6c633c7dfd2","name":"Check publish message after service node is restarted","time":{"start":1724921564784,"stop":1724921564784,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d5a973d7118120e7","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1724921658747,"stop":1724921658747,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fab53b05e85a6ca","name":"Check message with no payload is not received","time":{"start":1724921515254,"stop":1724921515255,"duration":1},"status":"passed","severity":"normal"},{"uid":"b20ae5c0aa75cb88","name":"Subscribe to topic containing Russian and receive message","time":{"start":1724921625085,"stop":1724921625085,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea901a6e62efd2a4","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1724921625084,"stop":1724921625085,"duration":1},"status":"passed","severity":"normal"},{"uid":"d234033f2aa08804","name":"Reopen subscription with peer with lost subscription","time":{"start":1724921158281,"stop":1724921158282,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb5bfb0703ab716d","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1724921663255,"stop":1724921663255,"duration":0},"status":"passed","severity":"normal"},{"uid":"fccd62677c31b05b","name":"should return false","time":{"start":1724921046199,"stop":1724921046199,"duration":0},"status":"passed","severity":"normal"},{"uid":"c256437b5260ae55","name":"Check received message containing numeric","time":{"start":1724921515219,"stop":1724921515219,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ddff250145b23b5","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1724921723785,"stop":1724921723785,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b2783d435d038b9","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1724921625049,"stop":1724921625050,"duration":1},"status":"passed","severity":"normal"},{"uid":"e45e391caa97f7e1","name":"Ping on subscribed peer","time":{"start":1724921148662,"stop":1724921148662,"duration":0},"status":"passed","severity":"normal"},{"uid":"a660c26f6f9b8591","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1724921037632,"stop":1724921037632,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b48a8122b223c54","name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","time":{"start":1724921497759,"stop":1724921497760,"duration":1},"status":"passed","severity":"normal"},{"uid":"c0cd2ebe077eef3b","name":"Query generator for multiple messages","time":{"start":1724921663252,"stop":1724921663253,"duration":1},"status":"passed","severity":"normal"},{"uid":"968d100814409957","name":"Correctly serialized arguments","time":{"start":1724921423945,"stop":1724921423945,"duration":0},"status":"passed","severity":"normal"},{"uid":"46cb6165c90353c1","name":"Push message with escaped characters payload","time":{"start":1724921602952,"stop":1724921602954,"duration":2},"status":"passed","severity":"normal"},{"uid":"3b38ed6a5095ff0e","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1724921625038,"stop":1724921625039,"duration":1},"status":"passed","severity":"normal"},{"uid":"55e06d85242c51f7","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1724921270361,"stop":1724921270361,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd6b00d3e69884f9","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1724921060546,"stop":1724921060546,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7e07250e89d2faf","name":"Push message with Russian payload","time":{"start":1724921602945,"stop":1724921602945,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d16a328400bf7c8","name":"can start the service","time":{"start":1724921098907,"stop":1724921098907,"duration":0},"status":"passed","severity":"normal"},{"uid":"68bb4be0b88fa096","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1724921037639,"stop":1724921037639,"duration":0},"status":"passed","severity":"normal"},{"uid":"b91d4f87c9e1e882","name":"Subscribe to topic containing XML and receive message","time":{"start":1724921625091,"stop":1724921625092,"duration":1},"status":"passed","severity":"normal"},{"uid":"b8131a7ef10da7fb","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1724921300788,"stop":1724921300789,"duration":1},"status":"passed","severity":"normal"},{"uid":"af9f8c7a8d55be2e","name":"Ping fails for unsubscribed peers","time":{"start":1724921196356,"stop":1724921196356,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8052f56229a044c","name":"1 Relay, 1 fetch","time":{"start":1724921061618,"stop":1724921061619,"duration":1},"status":"passed","severity":"normal"},{"uid":"178ddc9b30ef74d9","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1724921540108,"stop":1724921540109,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b05d4b33d446dfc","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1724921300794,"stop":1724921300828,"duration":34},"status":"passed","severity":"normal"},{"uid":"4169eb8dce4c22b5","name":"should handle corrupted local storage data gracefully","time":{"start":1724921065913,"stop":1724921065913,"duration":0},"status":"passed","severity":"normal"},{"uid":"e890a7495904d422","name":"Subscribe and receive messages via waku relay post","time":{"start":1724921296997,"stop":1724921296998,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d6bdc9e7c1ade97","name":"should throw an error for insufficient data","time":{"start":1724921037761,"stop":1724921037761,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5ac7e630fdb1e1e","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1724921270354,"stop":1724921270355,"duration":1},"status":"passed","severity":"normal"},{"uid":"a22df519cbcb7c3e","name":"Ordered Callback - false","time":{"start":1724921640665,"stop":1724921640666,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b86738318e43b80","name":"recovers when dns.resolve returns empty","time":{"start":1724921061847,"stop":1724921061847,"duration":0},"status":"passed","severity":"normal"},{"uid":"1356912a63875a59","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1724921583487,"stop":1724921583487,"duration":0},"status":"skipped","severity":"normal"},{"uid":"793cc19652c125b6","name":"Filter with 0 connections","time":{"start":1724921321310,"stop":1724921321310,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c633cd02e4bcaf1","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1724921037624,"stop":1724921037625,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4007157fc245014","name":"Generator, custom pubsub topic","time":{"start":1724921658740,"stop":1724921658741,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7ce589f46dba351","name":"Ephemeral field is preserved - encoder v0","time":{"start":1724921099697,"stop":1724921099698,"duration":1},"status":"passed","severity":"normal"},{"uid":"50fd81ba7d4f3fe9","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1724921300785,"stop":1724921300786,"duration":1},"status":"passed","severity":"normal"},{"uid":"737256e492c16b8e","name":"Subscribe to topic containing Russian and publish message","time":{"start":1724921563018,"stop":1724921563018,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ac9e709ba47a446","name":"should get / set UDP multiaddr","time":{"start":1724921046200,"stop":1724921046201,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7b5afa4e71a3cee","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1724921723784,"stop":1724921723784,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d0a3dae0399f200","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1724921620596,"stop":1724921620602,"duration":6},"status":"passed","severity":"normal"},{"uid":"beb86ae22843be","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1724921037646,"stop":1724921037647,"duration":1},"status":"passed","severity":"normal"},{"uid":"b8d8efd9ed67c195","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724921270358,"stop":1724921270359,"duration":1},"status":"passed","severity":"normal"},{"uid":"5495b8f2b19be8a","name":"Subscribe to topic containing numeric and publish message","time":{"start":1724921563014,"stop":1724921563014,"duration":0},"status":"passed","severity":"normal"},{"uid":"e875276a4d423883","name":"Push message with content topic containing XML","time":{"start":1724921529587,"stop":1724921529587,"duration":0},"status":"passed","severity":"normal"},{"uid":"245e853426170402","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1724921061373,"stop":1724921061373,"duration":0},"status":"passed","severity":"normal"},{"uid":"384ef4bda504e672","name":"Filter with 1 connections","time":{"start":1724921321310,"stop":1724921321311,"duration":1},"status":"passed","severity":"normal"},{"uid":"565fc01dc08d53f4","name":"Push message with shell command payload","time":{"start":1724921602952,"stop":1724921602952,"duration":0},"status":"passed","severity":"normal"},{"uid":"58d5c2c4d8265e58","name":"Decoder throws on undefined content topic","time":{"start":1724921051056,"stop":1724921051057,"duration":1},"status":"passed","severity":"normal"},{"uid":"355c9bf4afe22666","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1724921625035,"stop":1724921625036,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b9d97f1a0e69d96","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1724921088189,"stop":1724921088192,"duration":3},"status":"passed","severity":"normal"},{"uid":"154d0656330a56cc","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1724921045531,"stop":1724921045532,"duration":1},"status":"passed","severity":"normal"},{"uid":"62cf0813f3fd4513","name":"should properly create location multiaddrs - udp6","time":{"start":1724921046205,"stop":1724921046206,"duration":1},"status":"passed","severity":"normal"},{"uid":"456db820fbaf764b","name":"unsubscribes","time":{"start":1724921665483,"stop":1724921665483,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a62193cf2cbcbf7","name":"Push message with content topic containing SQL Injection","time":{"start":1724921602959,"stop":1724921602960,"duration":1},"status":"passed","severity":"normal"},{"uid":"399e833fa3b98811","name":"Push message with content topic containing emoji","time":{"start":1724921602977,"stop":1724921602983,"duration":6},"status":"passed","severity":"normal"},{"uid":"b87b4a25c6359604","name":"Push message with content topic containing Basic HTML tag","time":{"start":1724921602961,"stop":1724921602961,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c11ae878c60ba23","name":"Round trip binary serialization","time":{"start":1724921051054,"stop":1724921051054,"duration":0},"status":"passed","severity":"normal"},{"uid":"e300b2384d6b6444","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1724921625080,"stop":1724921625080,"duration":0},"status":"passed","severity":"normal"},{"uid":"62259b84ac0a174d","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1724921625093,"stop":1724921625093,"duration":0},"status":"passed","severity":"normal"},{"uid":"296688d63cfd2b90","name":"Push message with content topic containing shell command","time":{"start":1724921529588,"stop":1724921529588,"duration":0},"status":"passed","severity":"normal"},{"uid":"97acc56c2b9169f8","name":"getPeersByDiscovery","time":{"start":1724921583486,"stop":1724921583487,"duration":1},"status":"passed","severity":"normal"},{"uid":"8bd10ad930776b3a","name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1724921497751,"stop":1724921497751,"duration":0},"status":"passed","severity":"normal"},{"uid":"96c8d2ba87c9ac1f","name":"Subscribe to topic containing special chars and receive message","time":{"start":1724921297008,"stop":1724921297008,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b7b8ca62e5c09da","name":"Subscribe to topic containing Russian and receive message","time":{"start":1724921625063,"stop":1724921625063,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9017f77353febd7","name":"All","time":{"start":1724921096288,"stop":1724921096288,"duration":0},"status":"passed","severity":"normal"},{"uid":"25bfd0b3fd883a50","name":"Push message with content topic containing special chars","time":{"start":1724921602958,"stop":1724921602958,"duration":0},"status":"passed","severity":"normal"},{"uid":"662b430445e0dcdb","name":"should use the provided clusterId for the pubsub topic","time":{"start":1724921037655,"stop":1724921037655,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d1c2dd1ef90a4be","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1724921037760,"stop":1724921037761,"duration":1},"status":"passed","severity":"normal"},{"uid":"26b5ecbf5b96908f","name":"Subscribe to topic containing emoji and receive message","time":{"start":1724921297019,"stop":1724921297019,"duration":0},"status":"passed","severity":"normal"},{"uid":"7555b23f6adde640","name":"Check publish message containing Basic HTML tag","time":{"start":1724921564775,"stop":1724921564776,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1308b964a7db8de","name":"non connected peers","time":{"start":1724921515419,"stop":1724921515419,"duration":0},"status":"skipped","severity":"normal"},{"uid":"2d7f2970ff46242c","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1724921563021,"stop":1724921563021,"duration":0},"status":"passed","severity":"normal"},{"uid":"6009f0c5e4688b78","name":"Subscribe to topic containing XML and receive message","time":{"start":1724921625066,"stop":1724921625067,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe5e369e5f5637a1","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1724921141187,"stop":1724921141187,"duration":0},"status":"passed","severity":"normal"},{"uid":"e53024792f7dfe8f","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1724921037648,"stop":1724921037649,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac3968fe83dcebb5","name":"should handle a minimal index list","time":{"start":1724921037760,"stop":1724921037760,"duration":0},"status":"passed","severity":"normal"},{"uid":"b72e034a574ff9e2","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1724921037633,"stop":1724921037633,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f5310b2b152d558","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1724921419680,"stop":1724921419680,"duration":0},"status":"passed","severity":"normal"},{"uid":"da4132c642b177e2","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1724921037643,"stop":1724921037643,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5556ceddf3b5f9a","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1724921141186,"stop":1724921141187,"duration":1},"status":"passed","severity":"normal"},{"uid":"15f156674dabe4af","name":"should set field with only STORE enabled","time":{"start":1724921046208,"stop":1724921046208,"duration":0},"status":"passed","severity":"normal"},{"uid":"86776a82259ddb4c","name":"Query with Ordered Callback, No Decoder","time":{"start":1724921640400,"stop":1724921640400,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d2dd9c2cb5f4d0e","name":"Check received message containing Basic HTML tag","time":{"start":1724921267869,"stop":1724921267869,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f09f31a7b00046d","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1724921088192,"stop":1724921088193,"duration":1},"status":"passed","severity":"normal"},{"uid":"b129131824274df8","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1724921071991,"stop":1724921071992,"duration":1},"status":"passed","severity":"normal"},{"uid":"d54c158d1973740","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1724921061852,"stop":1724921061852,"duration":0},"status":"skipped","severity":"normal"},{"uid":"9cbe4e46a0d9855a","name":"isConnected between 2 js-waku relay nodes","time":{"start":1724921141201,"stop":1724921141201,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b0b7a7ef96079f6","name":"Push message with custom timestamp: 1724924921438","time":{"start":1724921529593,"stop":1724921529593,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9106693e18881fb","name":"Subscribe to topic containing Script and receive message","time":{"start":1724921297015,"stop":1724921297016,"duration":1},"status":"passed","severity":"normal"},{"uid":"c938296c22024c2b","name":"Check received message with timestamp: 1649153314 ","time":{"start":1724921515226,"stop":1724921515226,"duration":0},"status":"passed","severity":"normal"},{"uid":"718c7490c243eab2","name":"Decrypt messages","time":{"start":1724921517832,"stop":1724921517832,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e09cfa7863a412a","name":"1 Store, 2 relays, 2 fetches","time":{"start":1724921061620,"stop":1724921061620,"duration":0},"status":"passed","severity":"normal"},{"uid":"2bcd465cfefc06d1","name":"retrieves a single peer","time":{"start":1724921061845,"stop":1724921061846,"duration":1},"status":"passed","severity":"normal"},{"uid":"1eac0b5a5fccbf2c","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1724921379980,"stop":1724921379980,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5c46b5bb7e41cab","name":"Ping on unsubscribed peer","time":{"start":1724921158280,"stop":1724921158281,"duration":1},"status":"passed","severity":"normal"},{"uid":"50bd4e105c3a34e4","name":"Check received message containing numeric","time":{"start":1724921267865,"stop":1724921267866,"duration":1},"status":"passed","severity":"normal"},{"uid":"31e7f36015be40b2","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1724921051057,"stop":1724921051058,"duration":1},"status":"passed","severity":"normal"},{"uid":"d56b9116426ba323","name":"Push message with JSON payload","time":{"start":1724921602951,"stop":1724921602951,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3a49f0b73181b58","name":"Check received message containing shell command","time":{"start":1724921515237,"stop":1724921515237,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb7f384cd2383350","name":"Check received message containing Russian","time":{"start":1724921515232,"stop":1724921515233,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a233612831f2928","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1724921037645,"stop":1724921037646,"duration":1},"status":"passed","severity":"normal"},{"uid":"44fbd564f2b07ebb","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1724921270366,"stop":1724921270366,"duration":0},"status":"passed","severity":"normal"},{"uid":"c341e65d8d2df067","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1724921640400,"stop":1724921640400,"duration":0},"status":"passed","severity":"normal"},{"uid":"f97eb75c6e81cac2","name":"should emit events and trasition isConnected state when has peers or no peers","time":{"start":1724921088200,"stop":1724921088202,"duration":2},"status":"passed","severity":"normal"},{"uid":"edd7503af5ff8188","name":"should add and remove event listeners correctly","time":{"start":1724921065913,"stop":1724921065914,"duration":1},"status":"passed","severity":"normal"},{"uid":"429a8970c81439fc","name":"should set field with all protocols enabled","time":{"start":1724921046208,"stop":1724921046208,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fd0a94d9ad4d3a0","name":"Push message with content topic containing JSON","time":{"start":1724921602961,"stop":1724921602961,"duration":0},"status":"passed","severity":"normal"},{"uid":"507c4f7a63459610","name":"Subscribe to topic containing numeric and receive message","time":{"start":1724921297007,"stop":1724921297007,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8ac6ec6daf2e019","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1724921270342,"stop":1724921270342,"duration":0},"status":"passed","severity":"normal"},{"uid":"96b54f458bd6d1f0","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1724921540107,"stop":1724921540107,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad029ca824037832","name":"Push message with content topic containing shell command","time":{"start":1724921602961,"stop":1724921602967,"duration":6},"status":"passed","severity":"normal"},{"uid":"342972e0e2aa70b0","name":"Push message with content topic containing Chinese","time":{"start":1724921602958,"stop":1724921602959,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f1f5264bf7f3c10","name":"udp ip6 address","time":{"start":1724921045450,"stop":1724921045451,"duration":1},"status":"passed","severity":"normal"},{"uid":"70032703f5dbaf2a","name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1724921497756,"stop":1724921497756,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca23129e39bffd4d","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1724921625092,"stop":1724921625092,"duration":0},"status":"passed","severity":"normal"},{"uid":"5cb3e839e5721dca","name":"random static sharding 2 - Cluster ID: 595, Shard ID: 275","time":{"start":1724921619630,"stop":1724921619631,"duration":1},"status":"passed","severity":"normal"},{"uid":"78d4a66fb2e69211","name":"Publish message with custom timestamp: Fri Sep 08 2023 08:52:18 GMT+0000 (Coordinated Universal Time)","time":{"start":1724921564778,"stop":1724921564779,"duration":1},"status":"passed","severity":"normal"},{"uid":"9529b94b1052fe3e","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1724921515249,"stop":1724921515250,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5a18059ea5bcee2","name":"1 Store, 2 fetches","time":{"start":1724921061619,"stop":1724921061619,"duration":0},"status":"passed","severity":"normal"},{"uid":"314c00ec5eced8dd","name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","time":{"start":1724921497756,"stop":1724921497756,"duration":0},"status":"passed","severity":"normal"},{"uid":"b091f39ad7af265e","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1724921620603,"stop":1724921620609,"duration":6},"status":"passed","severity":"normal"},{"uid":"6b8e435e99e74df4","name":"Privacy Node - default protocol","time":{"start":1724921677829,"stop":1724921677830,"duration":1},"status":"passed","severity":"normal"},{"uid":"7e664bd326bad1d5","name":"Push message with Arabic payload","time":{"start":1724921529570,"stop":1724921529570,"duration":0},"status":"passed","severity":"normal"},{"uid":"29f2f6c7ce4776fe","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app24/4/topic914/utf8","time":{"start":1724921613055,"stop":1724921613055,"duration":0},"status":"passed","severity":"normal"},{"uid":"1725ae16399c67cf","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1724921625075,"stop":1724921625075,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e10595305ade239","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1724921037632,"stop":1724921037632,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfc3da3f2d3f785b","name":"Check received message containing Arabic","time":{"start":1724921515232,"stop":1724921515232,"duration":0},"status":"passed","severity":"normal"},{"uid":"74ee1a35ac2bd4e4","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1724921037631,"stop":1724921037632,"duration":1},"status":"passed","severity":"normal"},{"uid":"f477565970dcb5e1","name":"Publish message with custom timestamp: Thu Aug 29 2024 07:52:18 GMT+0000 (Coordinated Universal Time)","time":{"start":1724921564779,"stop":1724921564781,"duration":2},"status":"passed","severity":"normal"},{"uid":"d960b4464b4b314","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1724921045536,"stop":1724921045536,"duration":0},"status":"passed","severity":"normal"},{"uid":"b76d6413d2b43219","name":"handles multiple messages","time":{"start":1724921665482,"stop":1724921665483,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c372c2c85bf8c55","name":"Check received message containing escaped characters","time":{"start":1724921267870,"stop":1724921267870,"duration":0},"status":"passed","severity":"normal"},{"uid":"f29a73ad17dd26f2","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1724921300790,"stop":1724921300790,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e4c46fddde52fc4","name":"Push message with content topic containing long","time":{"start":1724921529581,"stop":1724921529582,"duration":1},"status":"passed","severity":"normal"},{"uid":"95f74d7bba4e9aa3","name":"Subscribe to topic containing short and publish message","time":{"start":1724921563012,"stop":1724921563012,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a484b8ae09191e1","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1724921095760,"stop":1724921095761,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d9cfee103242d68","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1724921037646,"stop":1724921037646,"duration":0},"status":"passed","severity":"normal"},{"uid":"66bce97be4129864","name":"should emit a peer event after start","time":{"start":1724921065910,"stop":1724921065911,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea95913aeee62d11","name":"Waku message hash computation (payload length 0)","time":{"start":1724921040180,"stop":1724921040180,"duration":0},"status":"passed","severity":"normal"},{"uid":"a206bb49a8e6967f","name":"Ping succeeds for all connected peers","time":{"start":1724921196355,"stop":1724921196355,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e7abba2fea39d56","name":"throws on content topic with non-number generation field","time":{"start":1724921037620,"stop":1724921037621,"duration":1},"status":"passed","severity":"normal"},{"uid":"4bb211cc96c8882f","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1724921061851,"stop":1724921061852,"duration":1},"status":"skipped","severity":"normal"},{"uid":"6094a650007372ef","name":"Generator, 2 different pubsubtopics","time":{"start":1724921658741,"stop":1724921658742,"duration":1},"status":"passed","severity":"normal"},{"uid":"ebeb3c6f75b29817","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1724921270358,"stop":1724921270358,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e93bfcb3caffb93","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1724921620594,"stop":1724921620594,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b1675ccda598740","name":"Check received message containing shell command","time":{"start":1724921267870,"stop":1724921267870,"duration":0},"status":"passed","severity":"normal"},{"uid":"57349f756194d881","name":"Push message with shell command payload","time":{"start":1724921529573,"stop":1724921529575,"duration":2},"status":"passed","severity":"normal"},{"uid":"cdee562cd8da410c","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1724921270365,"stop":1724921270365,"duration":0},"status":"passed","severity":"normal"},{"uid":"cad5c4a34408dcf9","name":"should throw an error for an unconfigured topic","time":{"start":1724921037651,"stop":1724921037652,"duration":1},"status":"passed","severity":"normal"},{"uid":"71f8bf5218558e3d","name":"Fails to push message bigger that 1MB","time":{"start":1724921529594,"stop":1724921529594,"duration":0},"status":"passed","severity":"normal"},{"uid":"671a52c5b98652dc","name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","time":{"start":1724921497762,"stop":1724921497762,"duration":0},"status":"passed","severity":"normal"},{"uid":"39f4570b0460cbe4","name":"Generator, custom pubsub topic","time":{"start":1724921658745,"stop":1724921658745,"duration":0},"status":"passed","severity":"normal"},{"uid":"505cd70f4faf5318","name":"Fails to publish duplicate message","time":{"start":1724921564782,"stop":1724921564782,"duration":0},"status":"passed","severity":"normal"},{"uid":"2be8af6667b0690b","name":"Push message with Script payload","time":{"start":1724921602946,"stop":1724921602950,"duration":4},"status":"passed","severity":"normal"},{"uid":"e8a573b851f097b4","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1724921540106,"stop":1724921540107,"duration":1},"status":"passed","severity":"normal"},{"uid":"4a240941df5f3929","name":"Subscribe to topic containing emoji and receive message","time":{"start":1724921625094,"stop":1724921625094,"duration":0},"status":"passed","severity":"normal"},{"uid":"38ec66aa359c4291","name":"should only return 1 node with relay capability","time":{"start":1724921061849,"stop":1724921061849,"duration":0},"status":"passed","severity":"normal"},{"uid":"a14d6a33ee0bf861","name":"Check received message containing Script","time":{"start":1724921515235,"stop":1724921515236,"duration":1},"status":"passed","severity":"normal"},{"uid":"5883a1bcf9a7621d","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1724921037651,"stop":1724921037651,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f03a9853a82bb13","name":"Subscribe to topic containing emoji and receive message","time":{"start":1724921625076,"stop":1724921625076,"duration":0},"status":"passed","severity":"normal"},{"uid":"24ac82609562db1f","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1724921164606,"stop":1724921164608,"duration":2},"status":"passed","severity":"normal"},{"uid":"b128c6132fadca5b","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1724921037649,"stop":1724921037650,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe97da869fe8c103","name":"Nwaku publishes","time":{"start":1724921538594,"stop":1724921538594,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f703044cd457373","name":"Push message with unicode special characters payload","time":{"start":1724921602954,"stop":1724921602955,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5ff81aa4818e63","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1724921037649,"stop":1724921037649,"duration":0},"status":"passed","severity":"normal"},{"uid":"51cbccb89f3f23ba","name":"Query Generator, Wrong PubsubTopic","time":{"start":1724921640397,"stop":1724921640398,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb2924dc3a9f9e9d","name":"start node with empty content topic","time":{"start":1724921613058,"stop":1724921613058,"duration":0},"status":"passed","severity":"normal"},{"uid":"d984d3f99244cc7d","name":"Sets default value correctly","time":{"start":1724921672582,"stop":1724921672582,"duration":0},"status":"passed","severity":"normal"},{"uid":"2bc4bfce2d4b5024","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1724921625079,"stop":1724921625079,"duration":0},"status":"passed","severity":"normal"},{"uid":"fed10d8dabb9ea90","name":"should throw an error for missing required configuration","time":{"start":1724921037641,"stop":1724921037642,"duration":1},"status":"passed","severity":"normal"},{"uid":"d511db29b0bd003","name":"should not fail to stop the service if it was not started","time":{"start":1724921559013,"stop":1724921559014,"duration":1},"status":"passed","severity":"normal"},{"uid":"da0313b09ec9a09","name":"Asymmetric encrypt & decrypt","time":{"start":1724921072290,"stop":1724921072291,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0bb416fc160862e","name":"Push message with custom timestamp: 1724924897150","time":{"start":1724921602989,"stop":1724921602989,"duration":0},"status":"passed","severity":"normal"},{"uid":"d877460f4936ccd3","name":"throws on content topic with empty version field","time":{"start":1724921037622,"stop":1724921037622,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8e92c60d9573786","name":"Generator, custom pubsub topic","time":{"start":1724921658746,"stop":1724921658747,"duration":1},"status":"passed","severity":"normal"},{"uid":"e31964344df6de97","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1724921300786,"stop":1724921300787,"duration":1},"status":"passed","severity":"normal"},{"uid":"136ce23951b60c81","name":"Query with Ordered Callback, No message returned","time":{"start":1724921640400,"stop":1724921640401,"duration":1},"status":"passed","severity":"normal"},{"uid":"66b037b4a8cef1ff","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1724921270350,"stop":1724921270350,"duration":0},"status":"passed","severity":"normal"},{"uid":"5fc36053a2125c3a","name":"Init the array if not present","time":{"start":1724921037308,"stop":1724921037310,"duration":2},"status":"passed","severity":"normal"},{"uid":"3acefc6a93f80c07","name":"Passing page size 19 when there are 20 messages","time":{"start":1724921656193,"stop":1724921656193,"duration":0},"status":"passed","severity":"normal"},{"uid":"cecd57b280f7b2a0","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1724921037642,"stop":1724921037642,"duration":0},"status":"passed","severity":"normal"},{"uid":"a88906d30d370248","name":"Number of peers are maintained correctly","time":{"start":1724921196355,"stop":1724921196355,"duration":0},"status":"passed","severity":"normal"},{"uid":"1aacb31657ce2e29","name":"Subscribe and receive messages via lightPush","time":{"start":1724921625077,"stop":1724921625078,"duration":1},"status":"passed","severity":"normal"},{"uid":"610cc37a108877d0","name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1724921497755,"stop":1724921497755,"duration":0},"status":"passed","severity":"normal"},{"uid":"f59a776e608d10ed","name":"Passing page size 11 when there are 10 messages","time":{"start":1724921656192,"stop":1724921656193,"duration":1},"status":"passed","severity":"normal"},{"uid":"de422b0b9e9d40a4","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1724921045537,"stop":1724921045537,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4573d7cd69cbb92","name":"Encoder throws on undefined content topic","time":{"start":1724921051056,"stop":1724921051056,"duration":0},"status":"passed","severity":"normal"},{"uid":"b44ef3349f8ee6a0","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1724921045536,"stop":1724921045537,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf0cd1e82ef9e0a5","name":"Query generator for multiple messages with different message text format","time":{"start":1724921663253,"stop":1724921663253,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cba0604524cb769","name":"Decoder throws on undefined content topic","time":{"start":1724921073460,"stop":1724921073461,"duration":1},"status":"passed","severity":"normal"},{"uid":"2756ff3695cd8f98","name":"Push message with content topic containing short","time":{"start":1724921529580,"stop":1724921529581,"duration":1},"status":"passed","severity":"normal"},{"uid":"b12f795247df9303","name":"Default pageSize","time":{"start":1724921656194,"stop":1724921656194,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b09fe843c63e42b","name":"Relay - dialed first","time":{"start":1724921677826,"stop":1724921677826,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2e25721a3b7cf1f","name":"Subscribe to topic containing XML and receive message","time":{"start":1724921297016,"stop":1724921297016,"duration":0},"status":"passed","severity":"normal"},{"uid":"88e7c7a429e73f95","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1724921625083,"stop":1724921625083,"duration":0},"status":"passed","severity":"normal"},{"uid":"de1e2293a956f74b","name":"Does not throw an exception when node disconnects","time":{"start":1724921672580,"stop":1724921672580,"duration":0},"status":"passed","severity":"normal"},{"uid":"37cca60c8488191e","name":"Push message with content topic containing Basic HTML tag","time":{"start":1724921529587,"stop":1724921529588,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a9721948a6e86c7","name":"should not fail to stop the service if it was not started","time":{"start":1724921098913,"stop":1724921098915,"duration":2},"status":"passed","severity":"normal"},{"uid":"d249d79efd8490d6","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1724921625085,"stop":1724921625090,"duration":5},"status":"passed","severity":"normal"},{"uid":"44ecaff2390e5433","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1724921037633,"stop":1724921037633,"duration":0},"status":"passed","severity":"normal"},{"uid":"646dea1c4b09fb48","name":"Check publish message containing Russian","time":{"start":1724921564774,"stop":1724921564774,"duration":0},"status":"passed","severity":"normal"},{"uid":"36774146fa4390ff","name":"Query generator for 2000 messages","time":{"start":1724921663256,"stop":1724921663256,"duration":0},"status":"passed","severity":"normal"},{"uid":"af79648e432fe63c","name":"Check received message containing long","time":{"start":1724921267865,"stop":1724921267865,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5fdb06c3986f26b","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1724921141186,"stop":1724921141186,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa9c496b59b6ea30","name":"LightPush with 3 connections","time":{"start":1724921321312,"stop":1724921321312,"duration":0},"status":"passed","severity":"normal"},{"uid":"c526609e511a3e4","name":"Query with Promise Callback, No message returned","time":{"start":1724921640402,"stop":1724921640402,"duration":0},"status":"passed","severity":"normal"},{"uid":"1efbaf9fffa74590","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1724921037644,"stop":1724921037644,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5c147601d7ae483","name":"Encoder throws on empty string content topic","time":{"start":1724921071994,"stop":1724921071994,"duration":0},"status":"passed","severity":"normal"},{"uid":"f37aabe1e73c884f","name":"should properly compute the node id","time":{"start":1724921046199,"stop":1724921046200,"duration":1},"status":"passed","severity":"normal"},{"uid":"aab5b470e2498281","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1724921037653,"stop":1724921037653,"duration":0},"status":"passed","severity":"normal"},{"uid":"639ac34f37759bd7","name":"start node with empty shard should fail","time":{"start":1724921619641,"stop":1724921619641,"duration":0},"status":"passed","severity":"normal"},{"uid":"cfdfe26fc1eaf1b2","name":"LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","time":{"start":1724921497753,"stop":1724921497753,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ce4c050b04bfe49","name":"returns all values when wanted number is greater than available values","time":{"start":1724921060545,"stop":1724921060546,"duration":1},"status":"passed","severity":"normal"},{"uid":"d64c18074186ffcf","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1724921037648,"stop":1724921037648,"duration":0},"status":"passed","severity":"normal"},{"uid":"29497eb6647e3935","name":"Push message with Chinese payload","time":{"start":1724921602944,"stop":1724921602944,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d538544713498a1","name":"Push message with Basic HTML tag payload","time":{"start":1724921529572,"stop":1724921529572,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc0ebfd5dd2e5344","name":"Js publishes, other Js receives","time":{"start":1724921538594,"stop":1724921538594,"duration":0},"status":"passed","severity":"normal"},{"uid":"f187978cc0530a22","name":"Subscribe to topic containing JSON and receive message","time":{"start":1724921625069,"stop":1724921625070,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f9ed63922c5749e","name":"Check publish message containing XML","time":{"start":1724921564775,"stop":1724921564775,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d3fda186b727c06","name":"through manual discovery","time":{"start":1724921423894,"stop":1724921423895,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e2fd0a400e1f2f5","name":"Push message on custom pubsubTopic","time":{"start":1724921379980,"stop":1724921379980,"duration":0},"status":"passed","severity":"normal"},{"uid":"55482b4400b3610f","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1724921037652,"stop":1724921037652,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4ab663adef46592","name":"Subscribe and publish message","time":{"start":1724921563006,"stop":1724921563007,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7e661092e377f10","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1724921669872,"stop":1724921669872,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b2d9748a50e8bf","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1724921037634,"stop":1724921037634,"duration":0},"status":"passed","severity":"normal"},{"uid":"8368596a5cc2ad94","name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","time":{"start":1724921497757,"stop":1724921497757,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6ca0458e3dcc154","name":"Push message with custom timestamp: 1724917697150","time":{"start":1724921602987,"stop":1724921602987,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bde1852120a429d","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1724921669871,"stop":1724921669872,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ed5fa2905dbd389","name":"Subscribe to topic containing shell command and receive message","time":{"start":1724921297017,"stop":1724921297018,"duration":1},"status":"passed","severity":"normal"},{"uid":"90591eebaf76809d","name":"Reusing cursor across nodes","time":{"start":1724921620609,"stop":1724921620609,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0d1a0902d5cdd6c","name":"Decoder throws on undefined content topic","time":{"start":1724921071995,"stop":1724921071995,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa1df6d135719105","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1724921564783,"stop":1724921564783,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8e695608dd0efdc","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1724921296996,"stop":1724921296996,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c6dcfad9ce7cf60","name":"Subscribe to topic containing Script and receive message","time":{"start":1724921625065,"stop":1724921625066,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbedc372ddbc2b94","name":"addEventListener with correct event","time":{"start":1724921128565,"stop":1724921128566,"duration":1},"status":"passed","severity":"normal"},{"uid":"82819bbec65135e5","name":"Check message received after jswaku node is restarted","time":{"start":1724921267898,"stop":1724921267899,"duration":1},"status":"skipped","severity":"normal"},{"uid":"411e8c6df063dcb8","name":"Passing page size 110 when there are 120 messages","time":{"start":1724921656193,"stop":1724921656193,"duration":0},"status":"passed","severity":"normal"},{"uid":"561afc3a299244ed","name":"should use DNS peer discovery with light client","time":{"start":1724921098921,"stop":1724921098921,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a9a2e90933316b56","name":"Check publish message containing unicode special characters","time":{"start":1724921564777,"stop":1724921564777,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd982cf118f543d4","name":"Query Generator sorting by timestamp while page direction is false","time":{"start":1724921656079,"stop":1724921656080,"duration":1},"status":"passed","severity":"normal"},{"uid":"9816b920b1dd3438","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app78/9/topic582/xml","time":{"start":1724921613051,"stop":1724921613052,"duration":1},"status":"passed","severity":"normal"},{"uid":"eee3cfa6fcb5d027","name":"Ordered Callback sorting by timestamp while page direction is false","time":{"start":1724921656081,"stop":1724921656081,"duration":0},"status":"passed","severity":"normal"},{"uid":"a065e38701082722","name":"Push message with content topic containing Script","time":{"start":1724921529586,"stop":1724921529586,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5ba7a082a1b62f0","name":"Passing page size 1 when there are 4 messages","time":{"start":1724921656189,"stop":1724921656191,"duration":2},"status":"passed","severity":"normal"},{"uid":"18d49e2c138cae35","name":"Encoder throws on undefined content topic","time":{"start":1724921071994,"stop":1724921071994,"duration":0},"status":"passed","severity":"normal"},{"uid":"570448f1d3ea5776","name":"Check received message containing numeric","time":{"start":1724921515231,"stop":1724921515231,"duration":0},"status":"passed","severity":"normal"},{"uid":"f511ee9444759abd","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1724921625064,"stop":1724921625065,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ef9fd84f68eab47","name":"Renews subscription after lossing a connection","time":{"start":1724921625094,"stop":1724921625095,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c2593e0211c829e","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1724921619628,"stop":1724921619629,"duration":1},"status":"passed","severity":"normal"},{"uid":"9899d7be1f78a7f5","name":"handles different networkShards values correctly","time":{"start":1724921037636,"stop":1724921037636,"duration":0},"status":"passed","severity":"normal"},{"uid":"3bb55abc564f8f8","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1724921270364,"stop":1724921270364,"duration":0},"status":"passed","severity":"normal"},{"uid":"19c216099db73e59","name":"Check publish message containing short","time":{"start":1724921564770,"stop":1724921564771,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0ef633ae806cb84","name":"Push message with content topic containing SQL Injection","time":{"start":1724921529586,"stop":1724921529586,"duration":0},"status":"passed","severity":"normal"},{"uid":"71d22c15c157cf5","name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1724921497759,"stop":1724921497759,"duration":0},"status":"passed","severity":"normal"},{"uid":"f47fc99520fc0fba","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1724921164608,"stop":1724921164608,"duration":0},"status":"passed","severity":"normal"},{"uid":"59cd3b5059e8dd2","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1724921625050,"stop":1724921625062,"duration":12},"status":"passed","severity":"normal"},{"uid":"df430495f36d5327","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1724921563010,"stop":1724921563010,"duration":0},"status":"passed","severity":"normal"},{"uid":"b061af436d38b29f","name":"Push message with content topic containing unicode special characters","time":{"start":1724921529589,"stop":1724921529589,"duration":0},"status":"passed","severity":"normal"},{"uid":"eee6608875102748","name":"Promise Callback - false","time":{"start":1724921640664,"stop":1724921640664,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb162c1bfd3d995f","name":"should throw an error for missing sharding configuration","time":{"start":1724921037654,"stop":1724921037654,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0509697cfc93dc3","name":"isConnected should return true after first peer connects","time":{"start":1724921141187,"stop":1724921141187,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba43904f8e2f4735","name":"Push message with content topic containing Russian","time":{"start":1724921529585,"stop":1724921529586,"duration":1},"status":"passed","severity":"normal"},{"uid":"b825a2642c164fcb","name":"Publish message with large meta","time":{"start":1724921564784,"stop":1724921564785,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1c5fb2c34546d","name":"Passing page size 10 when there are 10 messages","time":{"start":1724921656192,"stop":1724921656192,"duration":0},"status":"passed","severity":"normal"},{"uid":"6564cbbd37fe18cb","name":"should not receive a peer event before start","time":{"start":1724921098918,"stop":1724921098918,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d9a23ec9433111d","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1724921640401,"stop":1724921640401,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c1cc34ce66e1cc2","name":"same cluster, same shard: nodes connect","time":{"start":1724921270338,"stop":1724921270339,"duration":1},"status":"passed","severity":"normal"},{"uid":"a439944ae5b0e411","name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","time":{"start":1724921497753,"stop":1724921497755,"duration":2},"status":"passed","severity":"normal"},{"uid":"71d62ecc8ba6f628","name":"Passing an array","time":{"start":1724921672580,"stop":1724921672581,"duration":1},"status":"passed","severity":"normal"},{"uid":"6bd713010c0f06c9","name":"Push message with meta","time":{"start":1724921529591,"stop":1724921529591,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5d59bb9ef074646","name":"Check publish message containing long","time":{"start":1724921564772,"stop":1724921564772,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a40a2755fd93129","name":"Reopen subscription with peer with lost subscription","time":{"start":1724921158278,"stop":1724921158278,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a6fb2b9219e3ece","name":"Query with Promise Callback, No Decoder","time":{"start":1724921640401,"stop":1724921640402,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b3fd67c4e7e6762","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1724921037625,"stop":1724921037625,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ba9120d1e103abd","name":"Subscribe and receives messages on 20 topics","time":{"start":1724921297000,"stop":1724921297001,"duration":1},"status":"passed","severity":"normal"},{"uid":"ae31d2c2f5df4f5a","name":"throws on content topic with empty encoding field","time":{"start":1724921037623,"stop":1724921037623,"duration":0},"status":"passed","severity":"normal"},{"uid":"5558b84675d82429","name":"Check received message containing short","time":{"start":1724921515218,"stop":1724921515218,"duration":0},"status":"passed","severity":"normal"},{"uid":"efccbdb4e965ee09","name":"Refresh subscription","time":{"start":1724921297004,"stop":1724921297005,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7588d86f9dce349","name":"Publish without waiting for remote peer","time":{"start":1724921563005,"stop":1724921563006,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2412a2a27e99c44","name":"configure the node with multiple pubsub topics","time":{"start":1724921619640,"stop":1724921619640,"duration":0},"status":"passed","severity":"normal"},{"uid":"71c79e9a049dbf03","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1724921037645,"stop":1724921037645,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ee7ee1a93f15197","name":"Check received message containing long","time":{"start":1724921515218,"stop":1724921515219,"duration":1},"status":"passed","severity":"normal"},{"uid":"33af4681fdfb727a","name":"Push message with custom timestamp: 1694162921438","time":{"start":1724921529592,"stop":1724921529592,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d127426b4c48ce5","name":"Check message received after nwaku node is restarted","time":{"start":1724921515229,"stop":1724921515229,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3f0fdeccbf97a853","name":"Push message with content topic containing Arabic","time":{"start":1724921602959,"stop":1724921602959,"duration":0},"status":"passed","severity":"normal"},{"uid":"890747a6931ab638","name":"random static sharding 4 - Cluster ID: 894, Shard ID: 630","time":{"start":1724921619632,"stop":1724921619633,"duration":1},"status":"passed","severity":"normal"},{"uid":"e67d64c4c2c9220b","name":"does not throw on valid cases","time":{"start":1724921037618,"stop":1724921037618,"duration":0},"status":"passed","severity":"normal"},{"uid":"de4bbd9198c25edc","name":"Push message with numeric payload","time":{"start":1724921602943,"stop":1724921602943,"duration":0},"status":"passed","severity":"normal"},{"uid":"92f6755794356414","name":"Check message received after nwaku node is restarted","time":{"start":1724921515258,"stop":1724921515258,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4bca3b450984efe4","name":"Ping on unsubscribed peer","time":{"start":1724921148663,"stop":1724921148663,"duration":0},"status":"passed","severity":"normal"},{"uid":"619ce2fea4ad8e7e","name":"Relay","time":{"start":1724921096286,"stop":1724921096287,"duration":1},"status":"passed","severity":"normal"},{"uid":"823bbc273d97879a","name":"Fields are not dropped","time":{"start":1724921050406,"stop":1724921050407,"duration":1},"status":"passed","severity":"normal"},{"uid":"b38193daee49975","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1724921061372,"stop":1724921061372,"duration":0},"status":"passed","severity":"normal"},{"uid":"e638d479c183c82a","name":"Check received message containing unicode special characters","time":{"start":1724921515224,"stop":1724921515224,"duration":0},"status":"passed","severity":"normal"},{"uid":"68c5070683811b4","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724921379979,"stop":1724921379979,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce7643567f9afbf0","name":"Fails to publish message with empty text","time":{"start":1724921564782,"stop":1724921564782,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba0c90b0aa7a5066","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1724921050917,"stop":1724921050917,"duration":0},"status":"passed","severity":"normal"},{"uid":"324b68e7b2e901a","name":"Nodes with multiple pubsub topic","time":{"start":1724921540107,"stop":1724921540108,"duration":1},"status":"passed","severity":"normal"},{"uid":"e104c11ce0d13e67","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1724921270357,"stop":1724921270357,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ba3f2593d964eca","name":"Check message received after nwaku node is restarted","time":{"start":1724921267899,"stop":1724921267899,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c44fed0533063481","name":"should not fail to stop the service if it was not started","time":{"start":1724921065909,"stop":1724921065910,"duration":1},"status":"passed","severity":"normal"},{"uid":"d26b319ec6c2ccf7","name":"should return empty list for no shard","time":{"start":1724921037641,"stop":1724921037641,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f7ae10316ae9813","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1724921270343,"stop":1724921270343,"duration":0},"status":"passed","severity":"normal"},{"uid":"efc70e3398d1c1c1","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app52/10/topic952/xml","time":{"start":1724921613053,"stop":1724921613054,"duration":1},"status":"passed","severity":"normal"},{"uid":"7504173fb531a2ac","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1724921658746,"stop":1724921658746,"duration":0},"status":"passed","severity":"normal"},{"uid":"9db35cd4c5c68a66","name":"Subscribe and receives messages on 20 topics","time":{"start":1724921625037,"stop":1724921625038,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7088876be831e9f","name":"Check received message with timestamp: 1724921087396 ","time":{"start":1724921515248,"stop":1724921515248,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a7bd63b41199071","name":"Check received message containing unicode special characters","time":{"start":1724921267871,"stop":1724921267871,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ee558e38f8419d3","name":"throws an error for improperly formatted content topics","time":{"start":1724921037637,"stop":1724921037637,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1f5a5556a6d4f5e","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1724921297001,"stop":1724921297002,"duration":1},"status":"passed","severity":"normal"},{"uid":"183ecd3d6a1a5d3d","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1724921625036,"stop":1724921625037,"duration":1},"status":"passed","severity":"normal"},{"uid":"865dadd940b0c07f","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1724921563018,"stop":1724921563018,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf50ae68b948f731","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1724921270360,"stop":1724921270360,"duration":0},"status":"passed","severity":"normal"},{"uid":"c75832c1edf1453a","name":"Check received message containing special chars","time":{"start":1724921267866,"stop":1724921267866,"duration":0},"status":"passed","severity":"normal"},{"uid":"40a7911f97643c4","name":"should be able to encode the field with only FILTER set to true","time":{"start":1724921045529,"stop":1724921045529,"duration":0},"status":"passed","severity":"normal"},{"uid":"81ba405379ee4ba7","name":"handles empty contentTopics array correctly","time":{"start":1724921037654,"stop":1724921037654,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cdcdd4b86f2098","name":"Waku message hash computation (message is IDecodedMessage)","time":{"start":1724921040181,"stop":1724921040181,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf2bb91e58b59ff4","name":"Meta field set when metaSetter is specified","time":{"start":1724921051055,"stop":1724921051055,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c222685a542e0fc","name":"Failed peers are renewed","time":{"start":1724921326304,"stop":1724921326305,"duration":1},"status":"passed","severity":"normal"},{"uid":"abcc40ea23334fcb","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1724921669869,"stop":1724921669869,"duration":0},"status":"passed","severity":"normal"},{"uid":"8856151394015ef7","name":"Check received message containing JSON","time":{"start":1724921267869,"stop":1724921267870,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a0aafa4cdcd02a9","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1724921061369,"stop":1724921061370,"duration":1},"status":"passed","severity":"normal"},{"uid":"a6d6093f03a0b3f8","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1724921300828,"stop":1724921300828,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a533fe19fd2153a","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1724921164589,"stop":1724921164590,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd746ba20a145eaa","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724921270365,"stop":1724921270366,"duration":1},"status":"passed","severity":"normal"},{"uid":"734c22d4ba18bc52","name":"tcp ip4 address","time":{"start":1724921045449,"stop":1724921045450,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb1ca02f3e5b2dda","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1724921037634,"stop":1724921037634,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2be7481138e906","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1724921270357,"stop":1724921270358,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc92a857653ef004","name":"Generator, 2 different pubsubtopics","time":{"start":1724921658747,"stop":1724921658747,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a9e7cea474243c6","name":"Symmetric encrypt & Decrypt","time":{"start":1724921072291,"stop":1724921072291,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd88698b1bb3f570","name":"should throw an error for empty SingleShardInfos array","time":{"start":1724921037638,"stop":1724921037638,"duration":0},"status":"passed","severity":"normal"},{"uid":"54dd92e7143517ba","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1724921723784,"stop":1724921723785,"duration":1},"status":"passed","severity":"normal"},{"uid":"93ec262b8845ed56","name":"Check received message containing Script","time":{"start":1724921267868,"stop":1724921267868,"duration":0},"status":"passed","severity":"normal"},{"uid":"eac57ea6dd1d2f8","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1724921037644,"stop":1724921037645,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b188056243c0f10","name":"isConnected return false after peer stops","time":{"start":1724921141188,"stop":1724921141200,"duration":12},"status":"passed","severity":"normal"},{"uid":"266b4c134a4ca33c","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1724921037635,"stop":1724921037636,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6f50c71551e6b64","name":"should be called for bootstrap peers","time":{"start":1724921095758,"stop":1724921095758,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f5d938f054952ef","name":"topics with same application and version share the same shard","time":{"start":1724921037635,"stop":1724921037635,"duration":0},"status":"passed","severity":"normal"},{"uid":"9580e849b067d559","name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","time":{"start":1724921497762,"stop":1724921497762,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9bf68e62d8997a0","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1724921037640,"stop":1724921037640,"duration":0},"status":"passed","severity":"normal"},{"uid":"da8ace76c14fcabd","name":"Push message with emoji payload","time":{"start":1724921529578,"stop":1724921529578,"duration":0},"status":"passed","severity":"normal"},{"uid":"829903fd84df73fa","name":"should set field with only RELAY enabled","time":{"start":1724921046208,"stop":1724921046208,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f3226feb5270c75","name":"Push message with rate limit","time":{"start":1724921602985,"stop":1724921602986,"duration":1},"status":"passed","severity":"normal"},{"uid":"b47994fa314e6490","name":"Query Generator - true","time":{"start":1724921640662,"stop":1724921640662,"duration":0},"status":"passed","severity":"normal"},{"uid":"d21f48688d478da7","name":"Overlapping topic subscription","time":{"start":1724921563011,"stop":1724921563012,"duration":1},"status":"skipped","severity":"normal"},{"uid":"339338c04ef6ba9e","name":"Check message with non string payload is not received","time":{"start":1724921515228,"stop":1724921515229,"duration":1},"status":"passed","severity":"normal"},{"uid":"35e2db6a72b5be26","name":"Check publish message containing escaped characters","time":{"start":1724921564777,"stop":1724921564777,"duration":0},"status":"passed","severity":"normal"},{"uid":"65262cf4bafeb989","name":"Relay - times out","time":{"start":1724921677827,"stop":1724921677827,"duration":0},"status":"passed","severity":"normal"},{"uid":"8fa67dc09f551a36","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724921164605,"stop":1724921164606,"duration":1},"status":"passed","severity":"normal"},{"uid":"38fdd8e9f4ca430f","name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1724921497761,"stop":1724921497761,"duration":0},"status":"broken","severity":"normal"},{"uid":"e76f2b61f95f7cd5","name":"Check received message containing SQL Injection","time":{"start":1724921515221,"stop":1724921515221,"duration":0},"status":"passed","severity":"normal"},{"uid":"841e7b02904a2c8e","name":"should set field with all protocols disabled","time":{"start":1724921046207,"stop":1724921046207,"duration":0},"status":"passed","severity":"normal"},{"uid":"79d8ae281a8c9063","name":"should be able to encode the field with only RELAY set to true","time":{"start":1724921045527,"stop":1724921045528,"duration":1},"status":"passed","severity":"normal"},{"uid":"97cc61a059faf695","name":"random static sharding 8 - Cluster ID: 673, Shard ID: 32","time":{"start":1724921619637,"stop":1724921619638,"duration":1},"status":"passed","severity":"normal"},{"uid":"65eff275352e9750","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1724921198885,"stop":1724921198885,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e20f37f0a7d9f49","name":"LightPush with 0 connections","time":{"start":1724921321309,"stop":1724921321309,"duration":0},"status":"passed","severity":"normal"},{"uid":"e06edffcca43be63","name":"Check publish message containing numeric","time":{"start":1724921564772,"stop":1724921564772,"duration":0},"status":"passed","severity":"normal"},{"uid":"acdbd24fcd8f31fc","name":"Subscribe to topic containing short and receive message","time":{"start":1724921625082,"stop":1724921625082,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3c351d23422be3b","name":"Check received message containing unicode special characters","time":{"start":1724921515238,"stop":1724921515238,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0a175622800a5e1","name":"Refresh subscription","time":{"start":1724921625081,"stop":1724921625082,"duration":1},"status":"passed","severity":"normal"},{"uid":"88d148067d113715","name":"Check received message with timestamp: 1724921087396000000 ","time":{"start":1724921515239,"stop":1724921515239,"duration":0},"status":"passed","severity":"normal"},{"uid":"576cb870ac5e2284","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app64/5/topic958/json","time":{"start":1724921613050,"stop":1724921613051,"duration":1},"status":"passed","severity":"normal"},{"uid":"39c6e8808cf3a25b","name":"Push message with content topic containing numeric","time":{"start":1724921529583,"stop":1724921529583,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e3194cde2657de2","name":"Waku message hash computation (no timestamp)","time":{"start":1724921040180,"stop":1724921040181,"duration":1},"status":"passed","severity":"normal"},{"uid":"c32d3fd9dbc03447","name":"should not receive a peer event before start","time":{"start":1724921559017,"stop":1724921559018,"duration":1},"status":"passed","severity":"normal"},{"uid":"b41dfca9f4a17c17","name":"Check message with invalid timestamp is not received","time":{"start":1724921515250,"stop":1724921515252,"duration":2},"status":"passed","severity":"normal"},{"uid":"a777e19e857fd151","name":"throws on content topic with generation field greater than 0","time":{"start":1724921037621,"stop":1724921037621,"duration":0},"status":"passed","severity":"normal"},{"uid":"3967a91bdaaa4572","name":"random static sharding 10 - Cluster ID: 613, Shard ID: 314","time":{"start":1724921619639,"stop":1724921619640,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d095f336f0b48e1","name":"Push message with emoji payload","time":{"start":1724921602955,"stop":1724921602955,"duration":0},"status":"passed","severity":"normal"},{"uid":"b09e923d197585fc","name":"Fails to push message with large meta","time":{"start":1724921602984,"stop":1724921602985,"duration":1},"status":"passed","severity":"normal"},{"uid":"730098fbcbfc6c28","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1724921037655,"stop":1724921037655,"duration":0},"status":"passed","severity":"normal"},{"uid":"897ab3a0d540ccf9","name":"different cluster, different shard: nodes don't connect","time":{"start":1724921270341,"stop":1724921270341,"duration":0},"status":"passed","severity":"normal"},{"uid":"2da6d1637bc54721","name":"Ping on peer without subscriptions","time":{"start":1724921158279,"stop":1724921158280,"duration":1},"status":"passed","severity":"normal"},{"uid":"9479fcc50ae9621","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1724921045530,"stop":1724921045531,"duration":1},"status":"passed","severity":"normal"},{"uid":"4af30a605653ec21","name":"Passing page size 3 when there are 20 messages","time":{"start":1724921656191,"stop":1724921656192,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d529c610f151dcf","name":"throws on empty content topic","time":{"start":1724921037619,"stop":1724921037620,"duration":1},"status":"passed","severity":"normal"},{"uid":"c545b1ce7159876c","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1724921037646,"stop":1724921037646,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d96481970d1e637","name":"should load peers from local storage and dispatch events","time":{"start":1724921065912,"stop":1724921065912,"duration":0},"status":"passed","severity":"normal"},{"uid":"76a24f27b4f7d184","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1724921198885,"stop":1724921198885,"duration":0},"status":"passed","severity":"normal"},{"uid":"df97cfc0fb2ea698","name":"can start the service","time":{"start":1724921559011,"stop":1724921559012,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbe61787db9c75","name":"Check received message containing XML","time":{"start":1724921515236,"stop":1724921515236,"duration":0},"status":"passed","severity":"normal"},{"uid":"32f538666d902a0a","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1724921540110,"stop":1724921540110,"duration":0},"status":"passed","severity":"normal"},{"uid":"56270c4ee8247b44","name":"Push message with content topic containing long","time":{"start":1724921602956,"stop":1724921602957,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c340300340dcc4e","name":"should encodeTxt and decodeTxt","time":{"start":1724921046195,"stop":1724921046195,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cc2caaa2ff0ede4","name":"Check publish message containing emoji","time":{"start":1724921564778,"stop":1724921564778,"duration":0},"status":"passed","severity":"normal"},{"uid":"6949f27abe4303a1","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724921164590,"stop":1724921164591,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea5fcd3642331c2c","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1724921296998,"stop":1724921296999,"duration":1},"status":"passed","severity":"normal"},{"uid":"7aa9618ccdb4bc71","name":"should not fail to start the service if it is already started","time":{"start":1724921098915,"stop":1724921098916,"duration":1},"status":"passed","severity":"normal"},{"uid":"b22f5ba160756d28","name":"creates an iterator","time":{"start":1724921665482,"stop":1724921665482,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea8d07059b4daa4","name":"Check publish message after client node is restarted","time":{"start":1724921564784,"stop":1724921564784,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ff1eee42f52f0024","name":"Subscribe to topic containing numeric and receive message","time":{"start":1724921625082,"stop":1724921625083,"duration":1},"status":"passed","severity":"normal"},{"uid":"92e36bff546d9df8","name":"should throw an error if shards are undefined for static sharding","time":{"start":1724921037641,"stop":1724921037641,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file +[{"uid":"8fa6f27875793db3","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1724922611431,"stop":1724922611432,"duration":1},"status":"passed","severity":"normal"},{"uid":"da145ecbd82880c5","name":"same cluster, same shard: nodes connect","time":{"start":1724922611418,"stop":1724922611418,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a6571541f369e21","name":"Decoder throws on empty string content topic","time":{"start":1724922388049,"stop":1724922388050,"duration":1},"status":"passed","severity":"normal"},{"uid":"3186a21613dd57f","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1724922950821,"stop":1724922950822,"duration":1},"status":"passed","severity":"normal"},{"uid":"f911e30ed257b2af","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1724922374664,"stop":1724922374664,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8dd82888d183c95","name":"Filter with 3 connections","time":{"start":1724922661651,"stop":1724922661652,"duration":1},"status":"passed","severity":"normal"},{"uid":"a472365c2eb96e05","name":"Push message with numeric payload","time":{"start":1724922921440,"stop":1724922921441,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5291c36bf28461e","name":"Push message with shell command payload","time":{"start":1724922853911,"stop":1724922853911,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a24052723cb96dc","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1724922635346,"stop":1724922635346,"duration":0},"status":"passed","severity":"normal"},{"uid":"82544a614990ac0e","name":"Check publish message containing emoji","time":{"start":1724922887527,"stop":1724922887528,"duration":1},"status":"passed","severity":"normal"},{"uid":"af4f38ff4c72b405","name":"throws on content topic with empty topic name field","time":{"start":1724922374661,"stop":1724922374661,"duration":0},"status":"passed","severity":"normal"},{"uid":"a408290d26888362","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1724922611428,"stop":1724922611428,"duration":0},"status":"passed","severity":"normal"},{"uid":"28006613a6d39f0b","name":"Subscribe to topic containing long and receive message","time":{"start":1724923012462,"stop":1724923012462,"duration":0},"status":"passed","severity":"normal"},{"uid":"78a0e9de9c90b1f3","name":"Push message with numeric payload","time":{"start":1724922853904,"stop":1724922853905,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8b96f717e55818","name":"Check received message containing short","time":{"start":1724922845248,"stop":1724922845248,"duration":0},"status":"passed","severity":"normal"},{"uid":"639fbd784ed11b42","name":"1 Store, 2 fetches","time":{"start":1724922398277,"stop":1724922398277,"duration":0},"status":"passed","severity":"normal"},{"uid":"91570957d2700f50","name":"Overlapping topic subscription","time":{"start":1724922891487,"stop":1724922891487,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8f6cfb4874fbfcef","name":"Check received message containing XML","time":{"start":1724922845254,"stop":1724922845254,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f10ff01aebc4bff","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1724922950821,"stop":1724922950821,"duration":0},"status":"passed","severity":"normal"},{"uid":"10e0b7b364f8be79","name":"Subscribe to topic containing special chars and receive message","time":{"start":1724923012463,"stop":1724923012463,"duration":0},"status":"passed","severity":"normal"},{"uid":"c684741610b9fff1","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1724922635348,"stop":1724922635349,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad3498a533630040","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1724922601846,"stop":1724922601847,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fa3b4744d6b5d6c","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1724922999267,"stop":1724922999267,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac9f9bf798e592fb","name":"Subscribe to topic containing short and receive message","time":{"start":1724923012462,"stop":1724923012462,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f8956f16bbc5911","name":"Subscribe and receives messages on 20 topics","time":{"start":1724922635350,"stop":1724922635350,"duration":0},"status":"passed","severity":"normal"},{"uid":"58c4114d53ef2cd3","name":"should set field with only LIGHTPUSH enabled","time":{"start":1724922383092,"stop":1724922383092,"duration":0},"status":"passed","severity":"normal"},{"uid":"2905a6d7f24b352a","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1724922433170,"stop":1724922433171,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c0c55e9c7f627e","name":"Refresh subscription","time":{"start":1724923012476,"stop":1724923012476,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f162d844838771f","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1724922635351,"stop":1724922635351,"duration":0},"status":"passed","severity":"normal"},{"uid":"331a29e30272d913","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1724922862333,"stop":1724922862333,"duration":0},"status":"passed","severity":"normal"},{"uid":"60aac3e245ba2bcc","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1724922862334,"stop":1724922862334,"duration":0},"status":"passed","severity":"normal"},{"uid":"90af58f0050f54e6","name":"1 Relay, 1 fetch","time":{"start":1724922398276,"stop":1724922398277,"duration":1},"status":"passed","severity":"normal"},{"uid":"285ae503ceb67978","name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1724922778325,"stop":1724922778326,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3bbccdd7a040855","name":"Decoder throws on undefined content topic","time":{"start":1724922408756,"stop":1724922408757,"duration":1},"status":"passed","severity":"normal"},{"uid":"95c75fe2ff2d715","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1724922374768,"stop":1724922374768,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac8e59357473049f","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1724922887532,"stop":1724922887533,"duration":1},"status":"passed","severity":"normal"},{"uid":"c660753682bab1c1","name":"should return empty list for no shard","time":{"start":1724922374679,"stop":1724922374680,"duration":1},"status":"passed","severity":"normal"},{"uid":"d40c1ae414d5af9","name":"Renews peer on consistent missed messages","time":{"start":1724922535052,"stop":1724922535053,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad1833cfea905abe","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724922727647,"stop":1724922727647,"duration":0},"status":"passed","severity":"normal"},{"uid":"84859c439b6fdaf7","name":"Push message with content topic containing Basic HTML tag","time":{"start":1724922921469,"stop":1724922921469,"duration":0},"status":"passed","severity":"normal"},{"uid":"e38ccb126311fded","name":"Encoder throws on undefined content topic","time":{"start":1724922388048,"stop":1724922388048,"duration":0},"status":"passed","severity":"normal"},{"uid":"d56843242e8548e7","name":"Subscribe to topic containing numeric and receive message","time":{"start":1724923012478,"stop":1724923012478,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cb916a54b02e947","name":"Subscribe and receives messages on 20 topics","time":{"start":1724923012474,"stop":1724923012474,"duration":0},"status":"passed","severity":"normal"},{"uid":"a358e1d60872e26c","name":"Check received message with timestamp: 1724922425216000000 ","time":{"start":1724922601844,"stop":1724922601845,"duration":1},"status":"passed","severity":"normal"},{"uid":"ecc855c705f308b2","name":"Subscribe to topic containing Russian and receive message","time":{"start":1724922635356,"stop":1724922635356,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bfe15b8a611ee21","name":"Relay + Store","time":{"start":1724922383093,"stop":1724922383093,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5edb63e70770677","name":"Query Generator, Wrong PubsubTopic","time":{"start":1724922950819,"stop":1724922950820,"duration":1},"status":"passed","severity":"normal"},{"uid":"a84ee8ab3efdf4ca","name":"should set field with all protocols disabled","time":{"start":1724922383091,"stop":1724922383091,"duration":0},"status":"passed","severity":"normal"},{"uid":"35e0cdaf6f7f4f6c","name":"Push message with custom timestamp: 1724919035572","time":{"start":1724922921474,"stop":1724922921474,"duration":0},"status":"passed","severity":"normal"},{"uid":"3945f6963ef94102","name":"Query generator for multiple messages with multiple decoders","time":{"start":1724922971798,"stop":1724922971798,"duration":0},"status":"passed","severity":"normal"},{"uid":"5dbcac7b9f5584f","name":"Push message with content topic containing long","time":{"start":1724922853914,"stop":1724922853915,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad0e8a591f60dac3","name":"should be able to decode the field with only FILTER set to true","time":{"start":1724922382329,"stop":1724922382330,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa3b551d7af93ad4","name":"Check publish message containing Russian","time":{"start":1724922887523,"stop":1724922887523,"duration":0},"status":"passed","severity":"normal"},{"uid":"48eeacccd67e54a8","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1724922374684,"stop":1724922374684,"duration":0},"status":"passed","severity":"normal"},{"uid":"67cf138d5e1adb6f","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1724922635359,"stop":1724922635359,"duration":0},"status":"passed","severity":"normal"},{"uid":"bfa55e37d350a3f2","name":"Push message with content topic containing Arabic","time":{"start":1724922853917,"stop":1724922853918,"duration":1},"status":"passed","severity":"normal"},{"uid":"ebd71eb0d1b44662","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1724922374686,"stop":1724922374686,"duration":0},"status":"passed","severity":"normal"},{"uid":"25dd79f949f169d8","name":"Check message with no content topic is not received","time":{"start":1724922845244,"stop":1724922845245,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd896b161aea6fa8","name":"Push message on custom pubsubTopic","time":{"start":1724922727644,"stop":1724922727644,"duration":0},"status":"passed","severity":"normal"},{"uid":"92bf7a80c1e9295c","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1724922611441,"stop":1724922611441,"duration":0},"status":"passed","severity":"normal"},{"uid":"107fa4234806a721","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1724922727648,"stop":1724922727648,"duration":0},"status":"passed","severity":"normal"},{"uid":"58caa049fedd53e8","name":"Correctly serialized arguments","time":{"start":1724922776072,"stop":1724922776072,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cd40fd1ce50a016","name":"recovers when dns.resolve returns empty","time":{"start":1724922398919,"stop":1724922398919,"duration":0},"status":"passed","severity":"normal"},{"uid":"ded7c4e9d357a088","name":"Light Node - default protocols","time":{"start":1724923008737,"stop":1724923008737,"duration":0},"status":"passed","severity":"normal"},{"uid":"876ac122f8576b38","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1724922647835,"stop":1724922647835,"duration":0},"status":"passed","severity":"normal"},{"uid":"d42a03eb299e7ef8","name":"Ping on unsubscribed peer","time":{"start":1724922485955,"stop":1724922485955,"duration":0},"status":"passed","severity":"normal"},{"uid":"74c1e9b12390fe0d","name":"Check received message containing JSON","time":{"start":1724922845257,"stop":1724922845257,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad8d733128d379b9","name":"nwaku subscribes","time":{"start":1724922866492,"stop":1724922866492,"duration":0},"status":"passed","severity":"normal"},{"uid":"e562832d2744b6f2","name":"Throws when trying to push message with empty payload","time":{"start":1724922921464,"stop":1724922921464,"duration":0},"status":"passed","severity":"normal"},{"uid":"b34ce1975864a6a5","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1724922374672,"stop":1724922374673,"duration":1},"status":"passed","severity":"normal"},{"uid":"ecd2ddd0332f70fd","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1724922425592,"stop":1724922425595,"duration":3},"status":"passed","severity":"normal"},{"uid":"8c0f93ef3808c25d","name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","time":{"start":1724922778330,"stop":1724922778331,"duration":1},"status":"passed","severity":"normal"},{"uid":"46e435eff677228f","name":"Generator, custom pubsub topic","time":{"start":1724922966286,"stop":1724922966286,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ec332a170e9e88e","name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","time":{"start":1724922778327,"stop":1724922778328,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d8cc1c9ee7a46dc","name":"Subscribe to topic containing short and receive message","time":{"start":1724922635353,"stop":1724922635354,"duration":1},"status":"passed","severity":"normal"},{"uid":"440ab7ca56261d79","name":"Push message equal or less that 1MB","time":{"start":1724922853930,"stop":1724922853930,"duration":0},"status":"passed","severity":"normal"},{"uid":"d785d1ebcd100383","name":"Meta field set when metaSetter is specified","time":{"start":1724922388047,"stop":1724922388048,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe88af9582cb268e","name":"Subscribe to topic containing numeric and receive message","time":{"start":1724922635354,"stop":1724922635354,"duration":0},"status":"passed","severity":"normal"},{"uid":"d730f415c05c74aa","name":"Subscribe to topic containing Script and receive message","time":{"start":1724923012480,"stop":1724923012481,"duration":1},"status":"passed","severity":"normal"},{"uid":"29a195dc8ad17595","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1724922647837,"stop":1724922647842,"duration":5},"status":"passed","severity":"normal"},{"uid":"29a97e981a2f4d2e","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1724922508638,"stop":1724922508639,"duration":1},"status":"passed","severity":"normal"},{"uid":"1819113f85a5da1d","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1724922398403,"stop":1724922398403,"duration":0},"status":"passed","severity":"normal"},{"uid":"10a09bb848e47b89","name":"Push message with content topic containing short","time":{"start":1724922853914,"stop":1724922853914,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7408a3ff925bc79","name":"Check received message with timestamp: 1724922424872 ","time":{"start":1724922845240,"stop":1724922845242,"duration":2},"status":"passed","severity":"normal"},{"uid":"57963b4423ccc1c5","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1724922771081,"stop":1724922771082,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb911887649c04b8","name":"udp ip6 address","time":{"start":1724922382546,"stop":1724922382546,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e4886f33fa1f812","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1724922928883,"stop":1724922928885,"duration":2},"status":"passed","severity":"normal"},{"uid":"a74450ef0c93e832","name":"Round trip binary encryption [ecies, signature]","time":{"start":1724922410310,"stop":1724922410311,"duration":1},"status":"passed","severity":"normal"},{"uid":"41e96f660794c9f1","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1724922999271,"stop":1724922999271,"duration":0},"status":"passed","severity":"normal"},{"uid":"c86ce5dbc7fad4dc","name":"Generator, custom pubsub topic","time":{"start":1724922966283,"stop":1724922966283,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e82dcb0f65b3d9a","name":"Check received message containing long","time":{"start":1724922845248,"stop":1724922845248,"duration":0},"status":"passed","severity":"normal"},{"uid":"35d8c61d65084210","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1724923012460,"stop":1724923012461,"duration":1},"status":"passed","severity":"normal"},{"uid":"7adf6acc89591d0f","name":"Check received message containing JSON","time":{"start":1724922601842,"stop":1724922601843,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e671379cf12e70d","name":"Init the array if not present","time":{"start":1724922374447,"stop":1724922374448,"duration":1},"status":"passed","severity":"normal"},{"uid":"88b0856daa31bde5","name":"should only return 1 node with relay and store capability","time":{"start":1724922398921,"stop":1724922398921,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4c547430ed8f30","name":"Subscribe to topic containing special chars and publish message","time":{"start":1724922891488,"stop":1724922891489,"duration":1},"status":"passed","severity":"normal"},{"uid":"caaf5c588309087c","name":"Push message with rate limit","time":{"start":1724922853928,"stop":1724922853929,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd03c58e654ec80e","name":"should get / set UDP multiaddr","time":{"start":1724922383084,"stop":1724922383084,"duration":0},"status":"passed","severity":"normal"},{"uid":"5dbb288b4fa637ee","name":"should throw an error for an unconfigured topic","time":{"start":1724922374690,"stop":1724922374691,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef61a545f5854806","name":"Check received message with timestamp: 1724922424872 ","time":{"start":1724922845259,"stop":1724922845259,"duration":0},"status":"passed","severity":"normal"},{"uid":"a20799840c672a87","name":"Using a function","time":{"start":1724922998984,"stop":1724922998984,"duration":0},"status":"passed","severity":"normal"},{"uid":"6830634956ddb0fa","name":"Check publish message containing escaped characters","time":{"start":1724922887526,"stop":1724922887526,"duration":0},"status":"passed","severity":"normal"},{"uid":"d44b52cac44eee8d","name":"can start the service","time":{"start":1724922439098,"stop":1724922439098,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cd53eb5fc55618d","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1724922408751,"stop":1724922408752,"duration":1},"status":"passed","severity":"normal"},{"uid":"17fcef00fb3e3b99","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1724923012471,"stop":1724923012472,"duration":1},"status":"passed","severity":"normal"},{"uid":"1263f7371501e3fc","name":"Ping on unsubscribed peer","time":{"start":1724922499936,"stop":1724922499936,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c58a994123222de","name":"Subscribe and receive messages via waku relay post","time":{"start":1724923012472,"stop":1724923012473,"duration":1},"status":"passed","severity":"normal"},{"uid":"2407092dded2803d","name":"Push message with content topic containing SQL Injection","time":{"start":1724922853918,"stop":1724922853919,"duration":1},"status":"passed","severity":"normal"},{"uid":"ffaf797dcef793fa","name":"Generator, custom pubsub topic","time":{"start":1724922966284,"stop":1724922966285,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3a7f71976c747bf","name":"connected peers and dial","time":{"start":1724922845653,"stop":1724922845654,"duration":1},"status":"skipped","severity":"normal"},{"uid":"e81f691c30719ef1","name":"Check received message with timestamp: 1649153314 ","time":{"start":1724922601846,"stop":1724922601846,"duration":0},"status":"passed","severity":"normal"},{"uid":"93649fc70987b7df","name":"should add and remove event listeners correctly","time":{"start":1724922402865,"stop":1724922402866,"duration":1},"status":"passed","severity":"normal"},{"uid":"b0f86d5e8ce893c7","name":"Ping on unsubscribed peer","time":{"start":1724922499929,"stop":1724922499930,"duration":1},"status":"passed","severity":"normal"},{"uid":"32117bbecaa13e04","name":"throws on content topic with empty version field","time":{"start":1724922374660,"stop":1724922374661,"duration":1},"status":"passed","severity":"normal"},{"uid":"de2bf4fa1c9fc4ca","name":"Ping on subscribed peer","time":{"start":1724922499935,"stop":1724922499935,"duration":0},"status":"passed","severity":"normal"},{"uid":"e80398954471faee","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1724922999265,"stop":1724922999266,"duration":1},"status":"passed","severity":"normal"},{"uid":"baa1defb4079dff","name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","time":{"start":1724922778326,"stop":1724922778326,"duration":0},"status":"passed","severity":"normal"},{"uid":"43b1ea214579a6c0","name":"Check publish message containing Basic HTML tag","time":{"start":1724922887525,"stop":1724922887525,"duration":0},"status":"passed","severity":"normal"},{"uid":"c812465bfbc9f25b","name":"Check publish message containing XML","time":{"start":1724922887524,"stop":1724922887525,"duration":1},"status":"passed","severity":"normal"},{"uid":"545ac110a849dbc4","name":"Fails to publish message with empty text","time":{"start":1724922887532,"stop":1724922887532,"duration":0},"status":"passed","severity":"normal"},{"uid":"c529ff290b2a6f8","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1724922611443,"stop":1724922611443,"duration":0},"status":"passed","severity":"normal"},{"uid":"424e8605db358d25","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1724922374686,"stop":1724922374686,"duration":0},"status":"passed","severity":"normal"},{"uid":"607d4c0669575d0c","name":"Decoder throws on undefined content topic","time":{"start":1724922410312,"stop":1724922410312,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b512a0f82774432","name":"should not receive a peer event before start","time":{"start":1724922439101,"stop":1724922439101,"duration":0},"status":"passed","severity":"normal"},{"uid":"57dc263271b9f1c6","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1724922862332,"stop":1724922862333,"duration":1},"status":"passed","severity":"normal"},{"uid":"7504fa2da2490ac6","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1724922374673,"stop":1724922374673,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a92b9202868bf11","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1724922647831,"stop":1724922647834,"duration":3},"status":"passed","severity":"normal"},{"uid":"efe3eecde92933b7","name":"Subscribe to topic containing JSON and receive message","time":{"start":1724923012466,"stop":1724923012466,"duration":0},"status":"passed","severity":"normal"},{"uid":"70edc609aedd7b10","name":"Check message received after jswaku node is restarted","time":{"start":1724922845246,"stop":1724922845246,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7b0de83f936814df","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724922611437,"stop":1724922611437,"duration":0},"status":"passed","severity":"normal"},{"uid":"489eb25495ad600","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1724922611442,"stop":1724922611442,"duration":0},"status":"passed","severity":"normal"},{"uid":"5fa8806e300dd930","name":"Check publish message containing short","time":{"start":1724922887520,"stop":1724922887520,"duration":0},"status":"passed","severity":"normal"},{"uid":"6edc9ff1e0e80a73","name":"Failed peers are renewed","time":{"start":1724922675552,"stop":1724922675552,"duration":0},"status":"passed","severity":"normal"},{"uid":"35904c8b970cb9cf","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1724923012459,"stop":1724923012459,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf553fb0bed135f2","name":"Push message with content topic containing Basic HTML tag","time":{"start":1724922853921,"stop":1724922853921,"duration":0},"status":"passed","severity":"normal"},{"uid":"af6664a872649dbb","name":"should be able to encode the field with only STORE set to true","time":{"start":1724922382324,"stop":1724922382324,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e15a3c203a04171","name":"tcp ip4 address","time":{"start":1724922382545,"stop":1724922382546,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2f9fcc2540c1b67","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app2/1/topic516/proto","time":{"start":1724922906440,"stop":1724922906441,"duration":1},"status":"passed","severity":"normal"},{"uid":"a1b9e3703ad06548","name":"Ordered Callback - false","time":{"start":1724922966706,"stop":1724922966706,"duration":0},"status":"passed","severity":"normal"},{"uid":"62170088d5c8704a","name":"Push message with emoji payload","time":{"start":1724922853912,"stop":1724922853913,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf91596769ad249d","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1724922410310,"stop":1724922410310,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c5d39562c002cd1","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1724922398406,"stop":1724922398406,"duration":0},"status":"passed","severity":"normal"},{"uid":"389493f5c6a0a339","name":"Push message with Basic HTML tag payload","time":{"start":1724922921449,"stop":1724922921450,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5c3661ae17de006","name":"Push message with shell command payload","time":{"start":1724922921452,"stop":1724922921461,"duration":9},"status":"passed","severity":"normal"},{"uid":"9ac6dde90f9f5838","name":"Fails to push message with empty content topic","time":{"start":1724922921472,"stop":1724922921472,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f0ce0d57d487d6c","name":"handles multiple messages","time":{"start":1724922984603,"stop":1724922984603,"duration":0},"status":"passed","severity":"normal"},{"uid":"d318b4bf083977b6","name":"Renews peer on consistent ping failures","time":{"start":1724922535049,"stop":1724922535049,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8c49a2ce64f6e2e","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1724922402865,"stop":1724922402865,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9661ff0d6d75ce8","name":"Push message with short payload","time":{"start":1724922853902,"stop":1724922853903,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb77e5e421f452af","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1724922374672,"stop":1724922374672,"duration":0},"status":"passed","severity":"normal"},{"uid":"f918ca8cf0f7b53b","name":"Push message with content topic containing Chinese","time":{"start":1724922921467,"stop":1724922921467,"duration":0},"status":"passed","severity":"normal"},{"uid":"70dc32c81df83759","name":"Encoder throws on undefined content topic","time":{"start":1724922410311,"stop":1724922410312,"duration":1},"status":"passed","severity":"normal"},{"uid":"6483b878d0780578","name":"Subscribe to topic containing special chars and receive message","time":{"start":1724923012478,"stop":1724923012478,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b1206d2d49d4783","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1724922635351,"stop":1724922635352,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6a7842c55046bba","name":"Push message with Arabic payload","time":{"start":1724922921444,"stop":1724922921445,"duration":1},"status":"passed","severity":"normal"},{"uid":"71f15a8e1a21f06","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1724922508637,"stop":1724922508638,"duration":1},"status":"passed","severity":"normal"},{"uid":"51bf0c48f97d7e3a","name":"should use DNS peer discovery with light client","time":{"start":1724922439102,"stop":1724922439102,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d125b497811381d4","name":"handles different networkShards values correctly","time":{"start":1724922374676,"stop":1724922374676,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7db6da56468a4d8","name":"Check message with non string payload is not received","time":{"start":1724922845263,"stop":1724922845263,"duration":0},"status":"passed","severity":"normal"},{"uid":"4fdf5e8cec4f259","name":"Subscribe to topic containing numeric and publish message","time":{"start":1724922891488,"stop":1724922891488,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cf654fe6a0db836","name":"Check publish message containing SQL Injection","time":{"start":1724922887524,"stop":1724922887524,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a78a38547cd09de","name":"Tracks peer failures correctly","time":{"start":1724922535050,"stop":1724922535051,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e3e9e6ad67d0558","name":"should not receive a peer event after stop","time":{"start":1724922439101,"stop":1724922439101,"duration":0},"status":"passed","severity":"normal"},{"uid":"e10fb068f54eb2aa","name":"Push message with content topic containing short","time":{"start":1724922921464,"stop":1724922921465,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9d0172847edd4a1","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1724922611430,"stop":1724922611430,"duration":0},"status":"passed","severity":"normal"},{"uid":"4700966cb4216b08","name":"Waku message hash computation (payload length 0)","time":{"start":1724922377155,"stop":1724922377155,"duration":0},"status":"passed","severity":"normal"},{"uid":"27791ba717691c8d","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1724922374690,"stop":1724922374690,"duration":0},"status":"passed","severity":"normal"},{"uid":"24112303a49b08db","name":"Subscribe to topic containing emoji and receive message","time":{"start":1724923012483,"stop":1724923012483,"duration":0},"status":"passed","severity":"normal"},{"uid":"29d63a0ff0b75138","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724922611432,"stop":1724922611432,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f0454b0ae62aea0","name":"Callback on promise","time":{"start":1724922971799,"stop":1724922971799,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d2fec699c4b78b3","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1724922928887,"stop":1724922928887,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea662394ca82b057","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1724923012458,"stop":1724923012458,"duration":0},"status":"passed","severity":"normal"},{"uid":"95e075ddf9bc4406","name":"Push message with long payload","time":{"start":1724922853903,"stop":1724922853904,"duration":1},"status":"passed","severity":"normal"},{"uid":"c30feba91c32dd3f","name":"Subscribe to topic containing Russian and receive message","time":{"start":1724923012479,"stop":1724923012480,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca77ac72f4afb07b","name":"Check message with invalid timestamp is not received","time":{"start":1724922845261,"stop":1724922845261,"duration":0},"status":"passed","severity":"normal"},{"uid":"5accda8e53f9e34","name":"Check publish message containing unicode special characters","time":{"start":1724922887527,"stop":1724922887527,"duration":0},"status":"passed","severity":"normal"},{"uid":"6186bda730d95972","name":"Push message with content topic containing unicode special characters","time":{"start":1724922853923,"stop":1724922853927,"duration":4},"status":"passed","severity":"normal"},{"uid":"49ff91763dcf28d0","name":"Push message with escaped characters payload","time":{"start":1724922921462,"stop":1724922921463,"duration":1},"status":"passed","severity":"normal"},{"uid":"db3f9eddbc0df382","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app3/5/topic663/json","time":{"start":1724922906439,"stop":1724922906439,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f9d2844af043209","name":"Push 30 different messages","time":{"start":1724922853913,"stop":1724922853913,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d53c2a045bc6637","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1724922374673,"stop":1724922374674,"duration":1},"status":"passed","severity":"normal"},{"uid":"a97662633624bf45","name":"Check received message containing numeric","time":{"start":1724922845249,"stop":1724922845249,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1c7199775d08a59","name":"Subscribe to topic containing shell command and publish message","time":{"start":1724922891492,"stop":1724922891493,"duration":1},"status":"passed","severity":"normal"},{"uid":"33987d970777a3a5","name":"Push message with JSON payload","time":{"start":1724922853910,"stop":1724922853911,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0257f173a3aec65","name":"random static sharding 1 - Cluster ID: 488, Shard ID: 866","time":{"start":1724922946229,"stop":1724922946229,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d9674005a225a02","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1724922398923,"stop":1724922398923,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6463bcb026f8e450","name":"Push message with content topic containing Arabic","time":{"start":1724922921467,"stop":1724922921468,"duration":1},"status":"passed","severity":"normal"},{"uid":"23d02318e609c6f8","name":"Refresh subscription","time":{"start":1724922891487,"stop":1724922891487,"duration":0},"status":"skipped","severity":"normal"},{"uid":"9cd2ad57b835c0cd","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app87/9/topic894/json","time":{"start":1724922906439,"stop":1724922906440,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8a231eb16c634eb","name":"Push message with custom timestamp: 1724926235572","time":{"start":1724922921474,"stop":1724922921475,"duration":1},"status":"passed","severity":"normal"},{"uid":"c97917053af1a77a","name":"Check received message containing Russian","time":{"start":1724922845251,"stop":1724922845252,"duration":1},"status":"passed","severity":"normal"},{"uid":"536cffe97ea031ac","name":"Check message with no content topic is not received","time":{"start":1724922601857,"stop":1724922601857,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1d9fc1ecf2e4aef","name":"should properly create location multiaddrs - tcp4","time":{"start":1724922383085,"stop":1724922383089,"duration":4},"status":"passed","severity":"normal"},{"uid":"dd3b0df4dba22c2c","name":"Push message with content topic containing special chars","time":{"start":1724922921466,"stop":1724922921467,"duration":1},"status":"passed","severity":"normal"},{"uid":"942e3a0fd98fd143","name":"should not receive a peer event after stop","time":{"start":1724922890068,"stop":1724922890068,"duration":0},"status":"passed","severity":"normal"},{"uid":"5194f956330f3760","name":"Push message with Basic HTML tag payload","time":{"start":1724922853910,"stop":1724922853910,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ee4c0ce20475d5","name":"Keep-alive pings maintain the connection","time":{"start":1724922535038,"stop":1724922535048,"duration":10},"status":"passed","severity":"normal"},{"uid":"d08a591a0a452d5b","name":"configure the node with multiple content topics","time":{"start":1724922906445,"stop":1724922906445,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddebfa69136924e","name":"Subscribe to topic containing long and publish message","time":{"start":1724922891488,"stop":1724922891488,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd932d80ab4b827e","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724922611442,"stop":1724922611442,"duration":0},"status":"passed","severity":"normal"},{"uid":"149ef4ef037b4f93","name":"topics with same application and version share the same shard","time":{"start":1724922374674,"stop":1724922374674,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e8f329d417fe91","name":"Sets default value correctly","time":{"start":1724922998985,"stop":1724922998986,"duration":1},"status":"passed","severity":"normal"},{"uid":"f00c1c56a21b7e13","name":"LightPush","time":{"start":1724923008736,"stop":1724923008736,"duration":0},"status":"passed","severity":"normal"},{"uid":"c66b5a6a124a5673","name":"Sign & Recover","time":{"start":1724922409250,"stop":1724922409250,"duration":0},"status":"passed","severity":"normal"},{"uid":"8863ce03f8b896f9","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1724922374696,"stop":1724922374696,"duration":0},"status":"passed","severity":"normal"},{"uid":"2af477ca4fc6e56f","name":"should be online or offline if network state changed","time":{"start":1724922425603,"stop":1724922425604,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff259dd22aaeb3a3","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1724922398404,"stop":1724922398404,"duration":0},"status":"passed","severity":"normal"},{"uid":"76944968bcc34638","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1724922374683,"stop":1724922374683,"duration":0},"status":"passed","severity":"normal"},{"uid":"7947d58104ffb65","name":"should not fail to stop the service if it was not started","time":{"start":1724922439099,"stop":1724922439100,"duration":1},"status":"passed","severity":"normal"},{"uid":"51fdbbdbb12b5332","name":"Passing an array","time":{"start":1724922998983,"stop":1724922998984,"duration":1},"status":"passed","severity":"normal"},{"uid":"64d18171b88ea7ab","name":"should throw error - no public key","time":{"start":1724922383082,"stop":1724922383082,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5c8481d62d0d615","name":"Query Generator - false","time":{"start":1724922966704,"stop":1724922966704,"duration":0},"status":"passed","severity":"normal"},{"uid":"85e215a429631e0e","name":"Check received message with timestamp: 1649153314 ","time":{"start":1724922845259,"stop":1724922845260,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba7a7785f2cd6b55","name":"Does not throw an exception when node disconnects","time":{"start":1724922998983,"stop":1724922998983,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7a1a4e7c637199","name":"Check message received after nwaku node is restarted","time":{"start":1724922601858,"stop":1724922601859,"duration":1},"status":"skipped","severity":"normal"},{"uid":"5c895b665200b9e5","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1724922536231,"stop":1724922536232,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b4437906e217352","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1724922374685,"stop":1724922374685,"duration":0},"status":"passed","severity":"normal"},{"uid":"f898490b15dd0b0e","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1724922374685,"stop":1724922374685,"duration":0},"status":"passed","severity":"normal"},{"uid":"da1c3ac4e445f523","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1724922374664,"stop":1724922374671,"duration":7},"status":"passed","severity":"normal"},{"uid":"5568d9a99a9f87a8","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1724922374663,"stop":1724922374663,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ff6e12504b56218","name":"Push message with content topic containing escaped characters","time":{"start":1724922853923,"stop":1724922853923,"duration":0},"status":"passed","severity":"normal"},{"uid":"7df2b594fad017f9","name":"Fails to push message bigger that 1MB","time":{"start":1724922853931,"stop":1724922853931,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdb8aa222f5c99c8","name":"Check publish message after client node is restarted","time":{"start":1724922887534,"stop":1724922887534,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d2672a33265fcb69","name":"Push message with content topic containing unicode special characters","time":{"start":1724922921471,"stop":1724922921471,"duration":0},"status":"passed","severity":"normal"},{"uid":"aaada347bce8a430","name":"Fails to push message bigger that 1MB","time":{"start":1724922921475,"stop":1724922921476,"duration":1},"status":"passed","severity":"normal"},{"uid":"22c47c8710bd5f7b","name":"random static sharding 9 - Cluster ID: 7, Shard ID: 766","time":{"start":1724922946240,"stop":1724922946241,"duration":1},"status":"passed","severity":"normal"},{"uid":"59174e6e0e1f9059","name":"Subscribe to topic containing short and publish message","time":{"start":1724922891487,"stop":1724922891487,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f0fb26e6e4c399e","name":"should decode valid enr successfully","time":{"start":1724922383079,"stop":1724922383079,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ef49d46ca68e36c","name":"random static sharding 2 - Cluster ID: 738, Shard ID: 941","time":{"start":1724922946229,"stop":1724922946229,"duration":0},"status":"passed","severity":"normal"},{"uid":"521fefe24e36fcff","name":"Subscribe and receive messages via waku relay post","time":{"start":1724923012458,"stop":1724923012459,"duration":1},"status":"passed","severity":"normal"},{"uid":"f199781e8256943c","name":"Check meta is set [symmetric]","time":{"start":1724922408754,"stop":1724922408755,"duration":1},"status":"passed","severity":"normal"},{"uid":"af4ef0073c9c634c","name":"LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","time":{"start":1724922778324,"stop":1724922778324,"duration":0},"status":"passed","severity":"normal"},{"uid":"53d863d936b7a7bd","name":"Used by Waku Relay","time":{"start":1724922998984,"stop":1724922998985,"duration":1},"status":"passed","severity":"normal"},{"uid":"feef3d0369c09bc6","name":"should emit a peer event after start","time":{"start":1724922439100,"stop":1724922439100,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9b2a569281431e2","name":"Push message with content topic containing emoji","time":{"start":1724922921471,"stop":1724922921471,"duration":0},"status":"passed","severity":"normal"},{"uid":"66abdc2155897ab0","name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1724922778327,"stop":1724922778327,"duration":0},"status":"passed","severity":"normal"},{"uid":"8007f3350aaff36a","name":"Check received message containing shell command","time":{"start":1724922601843,"stop":1724922601843,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d339aac9c2a4d7d","name":"Check received message containing emoji","time":{"start":1724922601844,"stop":1724922601844,"duration":0},"status":"passed","severity":"normal"},{"uid":"4192bcff687f9c42","name":"Filter","time":{"start":1724923008737,"stop":1724923008737,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8af3a319178f311","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1724922374679,"stop":1724922374679,"duration":0},"status":"passed","severity":"normal"},{"uid":"36e3f645aab20b3b","name":"Add multiple subscription objects on single nwaku node","time":{"start":1724922635360,"stop":1724922635360,"duration":0},"status":"passed","severity":"normal"},{"uid":"29256032f603d5a","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1724922635355,"stop":1724922635356,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3718597f635f655","name":"more peers than existing","time":{"start":1724922845654,"stop":1724922845654,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8f2e7ee3d5894e3d","name":"new peer added after a peer was already found","time":{"start":1724922865536,"stop":1724922865536,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3fb6dbc27d13f3ec","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1724922611440,"stop":1724922611440,"duration":0},"status":"passed","severity":"normal"},{"uid":"d826104d268accf1","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1724922635356,"stop":1724922635356,"duration":0},"status":"passed","severity":"normal"},{"uid":"c60a0f065d2766b2","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1724922382326,"stop":1724922382327,"duration":1},"status":"passed","severity":"normal"},{"uid":"a6ef23539bb31a92","name":"Check message with no payload is not received","time":{"start":1724922845262,"stop":1724922845263,"duration":1},"status":"passed","severity":"normal"},{"uid":"f562a682d4554cd8","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1724922476374,"stop":1724922476374,"duration":0},"status":"passed","severity":"normal"},{"uid":"4023d2b8ca85176a","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1724923012467,"stop":1724923012467,"duration":0},"status":"passed","severity":"normal"},{"uid":"c97af327e35de383","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1724922999269,"stop":1724922999270,"duration":1},"status":"passed","severity":"normal"},{"uid":"86270874ee483bed","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1724922647837,"stop":1724922647837,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e40ca23f7048dda","name":"Delete observer","time":{"start":1724922849123,"stop":1724922849123,"duration":0},"status":"passed","severity":"normal"},{"uid":"384621b5b63244fb","name":"Push message with emoji payload","time":{"start":1724922921463,"stop":1724922921463,"duration":0},"status":"passed","severity":"normal"},{"uid":"d94461970d347993","name":"handles different clusterIds correctly","time":{"start":1724922374676,"stop":1724922374676,"duration":0},"status":"passed","severity":"normal"},{"uid":"980c28369017adb","name":"through manual discovery","time":{"start":1724922775986,"stop":1724922775987,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a6161d4c7daa4b0","name":"Check received message containing SQL Injection","time":{"start":1724922845235,"stop":1724922845235,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4736163a2fb5ce7","name":"Check received message containing escaped characters","time":{"start":1724922601843,"stop":1724922601843,"duration":0},"status":"passed","severity":"normal"},{"uid":"1959c48fdc65e079","name":"Subscribe to topic containing JSON and receive message","time":{"start":1724922635358,"stop":1724922635358,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9919ab5bb5b49fb","name":"should not fail to stop the service if it was not started","time":{"start":1724922890066,"stop":1724922890066,"duration":0},"status":"passed","severity":"normal"},{"uid":"af002a9e604dcb80","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1724923012460,"stop":1724923012460,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec04f7a61da5119","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1724923012475,"stop":1724923012475,"duration":0},"status":"passed","severity":"normal"},{"uid":"293d9083c50794ad","name":"Push message with Arabic payload","time":{"start":1724922853907,"stop":1724922853908,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c8039e9b4b145f5","name":"A test","time":{"start":1724922727746,"stop":1724922727747,"duration":1},"status":"passed","severity":"normal"},{"uid":"524902c40320d996","name":"Encoder throws on undefined content topic","time":{"start":1724922408755,"stop":1724922408756,"duration":1},"status":"passed","severity":"normal"},{"uid":"366921785147f963","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1724922611432,"stop":1724922611433,"duration":1},"status":"passed","severity":"normal"},{"uid":"cbd96f835ae542da","name":"stop","time":{"start":1724922465400,"stop":1724922465401,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ee483a20b68bb69","name":"addEventListener with wrong event","time":{"start":1724922465394,"stop":1724922465394,"duration":0},"status":"passed","severity":"normal"},{"uid":"39d41961b2bc4785","name":"Check received message containing XML","time":{"start":1724922601841,"stop":1724922601842,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce7766b69bbe4c3","name":"Push message with content topic containing Russian","time":{"start":1724922853918,"stop":1724922853918,"duration":0},"status":"passed","severity":"normal"},{"uid":"644fff5189056376","name":"should be able to encode the field with only RELAY set to true","time":{"start":1724922382321,"stop":1724922382323,"duration":2},"status":"passed","severity":"normal"},{"uid":"44f7ae3aefe8ea14","name":"Check received message containing Script","time":{"start":1724922845253,"stop":1724922845254,"duration":1},"status":"passed","severity":"normal"},{"uid":"ae75b4ed0712f35b","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1724922374679,"stop":1724922374679,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ad2cc2b22f4e169","name":"Publish message with custom timestamp: Thu Aug 29 2024 08:14:22 GMT+0000 (Coordinated Universal Time)","time":{"start":1724922887529,"stop":1724922887530,"duration":1},"status":"passed","severity":"normal"},{"uid":"2147944fbaa5d6f9","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1724922476375,"stop":1724922476375,"duration":0},"status":"passed","severity":"normal"},{"uid":"45891c471a406ac","name":"Check message with non string payload is not received","time":{"start":1724922845246,"stop":1724922845246,"duration":0},"status":"passed","severity":"normal"},{"uid":"44f805706e67a32d","name":"Check received message with timestamp: 1724922424872000000 ","time":{"start":1724922845240,"stop":1724922845240,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c8c35ace55d3902","name":"Js publishes, other Js receives","time":{"start":1724922866493,"stop":1724922866493,"duration":0},"status":"passed","severity":"normal"},{"uid":"171276ff386f569d","name":"removeEventListener with correct event","time":{"start":1724922465395,"stop":1724922465395,"duration":0},"status":"passed","severity":"normal"},{"uid":"74d41e3b473bb7e8","name":"Check message with invalid timestamp is not received","time":{"start":1724922601847,"stop":1724922601847,"duration":0},"status":"passed","severity":"normal"},{"uid":"97df1ecd8ae2879a","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1724922398405,"stop":1724922398405,"duration":0},"status":"passed","severity":"normal"},{"uid":"79072e9c30a3b82f","name":"Push message on custom pubsubTopic","time":{"start":1724922727647,"stop":1724922727647,"duration":0},"status":"passed","severity":"normal"},{"uid":"2223493fad5eb9c7","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1724922928886,"stop":1724922928886,"duration":0},"status":"passed","severity":"normal"},{"uid":"d645963cd99c1aa3","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1724922611420,"stop":1724922611421,"duration":1},"status":"passed","severity":"normal"},{"uid":"5bc56707bd01823e","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724922611426,"stop":1724922611426,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6b9cd4572f6f03e","name":"should not fail to stop the service if it was not started","time":{"start":1724922402862,"stop":1724922402863,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d9e0cdbe0672bc0","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1724922382332,"stop":1724922382333,"duration":1},"status":"passed","severity":"normal"},{"uid":"753187cb3357070f","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1724922382331,"stop":1724922382331,"duration":0},"status":"passed","severity":"normal"},{"uid":"af8a00e418093fd1","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1724922611438,"stop":1724922611438,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ecaa212b25b6600","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1724922374686,"stop":1724922374687,"duration":1},"status":"passed","severity":"normal"},{"uid":"f722752192e943d1","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1724923012458,"stop":1724923012458,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fd5849990af6ea2","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1724923012463,"stop":1724923012463,"duration":0},"status":"passed","severity":"normal"},{"uid":"602c00187391e648","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1724922408753,"stop":1724922408754,"duration":1},"status":"passed","severity":"normal"},{"uid":"a292bae5ff215274","name":"Subscribe and receive messages via lightPush","time":{"start":1724923012470,"stop":1724923012471,"duration":1},"status":"passed","severity":"normal"},{"uid":"c53a89c3bcbc6a34","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1724922374688,"stop":1724922374688,"duration":0},"status":"passed","severity":"normal"},{"uid":"52262e4460fd5002","name":"should be called at least once on all `peer:discovery` events","time":{"start":1724922433167,"stop":1724922433167,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae402b6c55e8900f","name":"Subscribe to topic containing special chars and receive message","time":{"start":1724922635354,"stop":1724922635355,"duration":1},"status":"passed","severity":"normal"},{"uid":"44ba7462db7883ec","name":"should emit a peer event after start","time":{"start":1724922890067,"stop":1724922890067,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed6a4fd50406bc40","name":"should set field with all protocols enabled","time":{"start":1724922383091,"stop":1724922383091,"duration":0},"status":"passed","severity":"normal"},{"uid":"ada14c026c6c6a1a","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1724923012459,"stop":1724923012460,"duration":1},"status":"passed","severity":"normal"},{"uid":"4822241c8b5fc301","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1724922374696,"stop":1724922374697,"duration":1},"status":"passed","severity":"normal"},{"uid":"66582069e3c9fa8f","name":"Check received message containing shell command","time":{"start":1724922845237,"stop":1724922845238,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3233317665cfd","name":"Store - dialed first","time":{"start":1724923008735,"stop":1724923008735,"duration":0},"status":"passed","severity":"normal"},{"uid":"820ba3a3fe6dca3b","name":"Push message with custom timestamp: 1694164261821","time":{"start":1724922853929,"stop":1724922853929,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5cf2f429fbf96ea","name":"Query with Ordered Callback, No Decoder","time":{"start":1724922950822,"stop":1724922950822,"duration":0},"status":"passed","severity":"normal"},{"uid":"947f0a5c299c900a","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1724922611443,"stop":1724922611443,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fa2297bb37094e8","name":"should throw an error for insufficient data","time":{"start":1724922374768,"stop":1724922374768,"duration":0},"status":"passed","severity":"normal"},{"uid":"818e97253c520e91","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1724922611433,"stop":1724922611433,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa0de4956879dfee","name":"A test","time":{"start":1724922727745,"stop":1724922727746,"duration":1},"status":"passed","severity":"normal"},{"uid":"a302a6a9c56795c6","name":"Push message with content topic containing shell command","time":{"start":1724922921470,"stop":1724922921470,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5811604d74d3628","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724922727646,"stop":1724922727646,"duration":0},"status":"passed","severity":"normal"},{"uid":"a883252467c84a0c","name":"Rejects garbage","time":{"start":1724922391232,"stop":1724922391233,"duration":1},"status":"passed","severity":"normal"},{"uid":"cca3b3874fd1d0a","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1724922382327,"stop":1724922382328,"duration":1},"status":"passed","severity":"normal"},{"uid":"42b7565d4a35e5f","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1724922398402,"stop":1724922398403,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce2655f8bd23e58f","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1724922862334,"stop":1724922862334,"duration":0},"status":"passed","severity":"normal"},{"uid":"af9b0dd1316143a4","name":"should properly create location multiaddrs - udp4","time":{"start":1724922383085,"stop":1724922383085,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3e2a2c499f4eabd","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1724922971800,"stop":1724922971800,"duration":0},"status":"passed","severity":"normal"},{"uid":"9403c68c2ebcff72","name":"Ping on subscribed peer","time":{"start":1724922485954,"stop":1724922485954,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9076850ec540110","name":"Check message with no pubsub topic is not received","time":{"start":1724922601856,"stop":1724922601856,"duration":0},"status":"passed","severity":"normal"},{"uid":"f80421c59d21ad23","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app48/1/topic90/proto","time":{"start":1724922906440,"stop":1724922906440,"duration":0},"status":"passed","severity":"normal"},{"uid":"f225c2088c294d14","name":"throws on content topic with empty application field","time":{"start":1724922374660,"stop":1724922374660,"duration":0},"status":"passed","severity":"normal"},{"uid":"25019e55d0c5642e","name":"random static sharding 10 - Cluster ID: 243, Shard ID: 847","time":{"start":1724922946241,"stop":1724922946242,"duration":1},"status":"passed","severity":"normal"},{"uid":"b9c7286d7090a1c9","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1724922611421,"stop":1724922611422,"duration":1},"status":"passed","severity":"normal"},{"uid":"415aeb1111d014dd","name":"should be able to decode the field with only STORE set to true","time":{"start":1724922382330,"stop":1724922382330,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ed6371148eb1e5d","name":"caches peers it previously fetched","time":{"start":1724922398920,"stop":1724922398920,"duration":0},"status":"passed","severity":"normal"},{"uid":"be22a9b2e4e55946","name":"should throw error - invalid id","time":{"start":1724922383081,"stop":1724922383082,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c40c86c27d26d2b","name":"listenerCount","time":{"start":1724922465397,"stop":1724922465398,"duration":1},"status":"passed","severity":"normal"},{"uid":"9121fbe76d8356d0","name":"Ping on peer without subscriptions","time":{"start":1724922485955,"stop":1724922485955,"duration":0},"status":"passed","severity":"normal"},{"uid":"84c0403f07001235","name":"should correctly map a content topic to a pubsub topic","time":{"start":1724922374695,"stop":1724922374695,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa3660c7a533115f","name":"it tolerates circular branch references","time":{"start":1724922398919,"stop":1724922398919,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a2ecab7346992e6","name":"Publish message with large meta","time":{"start":1724922887534,"stop":1724922887535,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ed0033673889594","name":"Check received message containing JSON","time":{"start":1724922845237,"stop":1724922845237,"duration":0},"status":"passed","severity":"normal"},{"uid":"b77e68ddbf39f6ef","name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1724922778327,"stop":1724922778327,"duration":0},"status":"passed","severity":"normal"},{"uid":"33fcc69f8a1f0d54","name":"should be able to encode the field with only FILTER set to true","time":{"start":1724922382324,"stop":1724922382325,"duration":1},"status":"passed","severity":"normal"},{"uid":"6085a3baa5dc1076","name":"Push message with special chars payload","time":{"start":1724922853905,"stop":1724922853906,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8ebf5fb4bd2fbc5","name":"Check received message containing numeric","time":{"start":1724922845233,"stop":1724922845233,"duration":0},"status":"passed","severity":"normal"},{"uid":"67b3de498fefaac6","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1724922865536,"stop":1724922865536,"duration":0},"status":"skipped","severity":"normal"},{"uid":"2ffac1f6a799a5b","name":"Ephemeral field is preserved - encoder v0","time":{"start":1724922436971,"stop":1724922436972,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6648e0f7813e7d7","name":"Check received message containing escaped characters","time":{"start":1724922845238,"stop":1724922845238,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ea9627fa79b007e","name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1724922778330,"stop":1724922778330,"duration":0},"status":"passed","severity":"normal"},{"uid":"7aea92151da7209b","name":"Push message with JSON payload","time":{"start":1724922921450,"stop":1724922921451,"duration":1},"status":"passed","severity":"normal"},{"uid":"e19093c039b0af5d","name":"Push message with content topic containing numeric","time":{"start":1724922921466,"stop":1724922921466,"duration":0},"status":"passed","severity":"normal"},{"uid":"92d03a28d973da7d","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1724922966287,"stop":1724922966287,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6d83af1093cf9fe","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1724922374674,"stop":1724922374674,"duration":0},"status":"passed","severity":"normal"},{"uid":"69281c1616291f73","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1724922374673,"stop":1724922374673,"duration":0},"status":"passed","severity":"normal"},{"uid":"14c8a1d3ace1612b","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1724922398404,"stop":1724922398405,"duration":1},"status":"passed","severity":"normal"},{"uid":"4a8974dcf88d7ce8","name":"Push message with content topic containing Script","time":{"start":1724922921468,"stop":1724922921469,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c5e338f300bc737","name":"Non TWN Cluster","time":{"start":1724922906439,"stop":1724922906439,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c8c857a6d7a2a77","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724922727645,"stop":1724922727645,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1118bb4f7c8c334","name":"Push message with content topic containing shell command","time":{"start":1724922853922,"stop":1724922853922,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cafa3e5cdcbbbf8","name":"should handle corrupted local storage data gracefully","time":{"start":1724922402865,"stop":1724922402865,"duration":0},"status":"passed","severity":"normal"},{"uid":"326bee9270ea3182","name":"should throw error - no id","time":{"start":1724922383081,"stop":1724922383081,"duration":0},"status":"passed","severity":"normal"},{"uid":"af1c9bfe9daf419b","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1724922374678,"stop":1724922374678,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e8b7ad1bf9975a0","name":"returns all values when wanted number is greater than available values","time":{"start":1724922398026,"stop":1724922398026,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3ac5c8742c5ea90","name":"Query generator for 2000 messages","time":{"start":1724922971801,"stop":1724922971801,"duration":0},"status":"passed","severity":"normal"},{"uid":"520aeb4087374750","name":"Default pageSize","time":{"start":1724922983784,"stop":1724922983785,"duration":1},"status":"passed","severity":"normal"},{"uid":"baddbcb496fc4aa5","name":"Check message with no content topic is not received","time":{"start":1724922845262,"stop":1724922845262,"duration":0},"status":"passed","severity":"normal"},{"uid":"348c8c492527dbd4","name":"should properly create location multiaddrs - tcp","time":{"start":1724922383090,"stop":1724922383090,"duration":0},"status":"passed","severity":"normal"},{"uid":"65f255398910597b","name":"1 Store, 2 relays, 2 fetches","time":{"start":1724922398277,"stop":1724922398278,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e4c8f8adb9a31ff","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1724922536229,"stop":1724922536230,"duration":1},"status":"passed","severity":"normal"},{"uid":"cef95b3ff9a15c72","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1724922382326,"stop":1724922382326,"duration":0},"status":"passed","severity":"normal"},{"uid":"247d200431b27f77","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1724922536230,"stop":1724922536230,"duration":0},"status":"passed","severity":"normal"},{"uid":"67981c706f464a87","name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","time":{"start":1724922778326,"stop":1724922778326,"duration":0},"status":"passed","severity":"normal"},{"uid":"8dd442e5ad56f0bf","name":"Push message with special chars payload","time":{"start":1724922921441,"stop":1724922921442,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee5cbc79eda0038f","name":"Check received message with timestamp: 1649153314 ","time":{"start":1724922845242,"stop":1724922845242,"duration":0},"status":"passed","severity":"normal"},{"uid":"7830955c611e30a2","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1724922374663,"stop":1724922374664,"duration":1},"status":"passed","severity":"normal"},{"uid":"a0cb55207c2189d3","name":"Promise Callback - false","time":{"start":1724922966705,"stop":1724922966705,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a1b1325b94fe504","name":"Reopen subscription with peer with lost subscription","time":{"start":1724922485956,"stop":1724922485956,"duration":0},"status":"passed","severity":"normal"},{"uid":"da75751be5b1f918","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1724922999264,"stop":1724922999265,"duration":1},"status":"passed","severity":"normal"},{"uid":"d583a455d8dd8fdf","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1724922635357,"stop":1724922635358,"duration":1},"status":"passed","severity":"normal"},{"uid":"da236dc1c318d1e6","name":"Callback on promise, aborts when callback returns true","time":{"start":1724922971799,"stop":1724922971800,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f6cde5c8b4e6cb3","name":"Push message with content topic containing escaped characters","time":{"start":1724922921470,"stop":1724922921471,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed6c592ee6d14ab2","name":"Renews subscription after lossing a connection","time":{"start":1724923012469,"stop":1724923012469,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e1c5febdb27411d","name":"Fails to push message with large meta","time":{"start":1724922921472,"stop":1724922921473,"duration":1},"status":"passed","severity":"normal"},{"uid":"bef091612c3f8185","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1724922611435,"stop":1724922611436,"duration":1},"status":"passed","severity":"normal"},{"uid":"48f34908e85b9720","name":"Subscribe to topic containing Russian and receive message","time":{"start":1724923012464,"stop":1724923012464,"duration":0},"status":"passed","severity":"normal"},{"uid":"cef50c0b19f5cefc","name":"Push message with content topic containing JSON","time":{"start":1724922853921,"stop":1724922853922,"duration":1},"status":"passed","severity":"normal"},{"uid":"da47c856eaa434c8","name":"should not receive a peer event after stop","time":{"start":1724922402864,"stop":1724922402864,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3ea058527713f5f","name":"ignores unrecognized TXT record formats","time":{"start":1724922398920,"stop":1724922398920,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ee7897ec1cca314","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1724922383079,"stop":1724922383080,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b64c5d5055d9dfa","name":"Push message with content topic containing XML","time":{"start":1724922853920,"stop":1724922853921,"duration":1},"status":"passed","severity":"normal"},{"uid":"c00a4314ef8d39e2","name":"should not fail to start the service if it is already started","time":{"start":1724922402863,"stop":1724922402863,"duration":0},"status":"passed","severity":"normal"},{"uid":"194b604423a7592e","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1724922398405,"stop":1724922398406,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a58c90c3b5ad709","name":"should set field with only STORE enabled","time":{"start":1724922383092,"stop":1724922383092,"duration":0},"status":"passed","severity":"normal"},{"uid":"af7a11260edbbb1f","name":"Relay + Store","time":{"start":1724922437306,"stop":1724922437307,"duration":1},"status":"passed","severity":"normal"},{"uid":"41e9ff91ff709241","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1724922891489,"stop":1724922891489,"duration":0},"status":"passed","severity":"normal"},{"uid":"160c4402d59bbaad","name":"Subscribe to topic containing long and receive message","time":{"start":1724922635354,"stop":1724922635354,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6aff7b8c222de70","name":"ignores domain fetching errors","time":{"start":1724922398920,"stop":1724922398920,"duration":0},"status":"passed","severity":"normal"},{"uid":"20ef819cb6511bb1","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app97/8/topic494/xml","time":{"start":1724922906441,"stop":1724922906441,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f05126ed42955e1","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app61/9/topic514/xml","time":{"start":1724922906442,"stop":1724922906443,"duration":1},"status":"passed","severity":"normal"},{"uid":"ddd8b5a0ab72b0cc","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1724922433170,"stop":1724922433170,"duration":0},"status":"passed","severity":"normal"},{"uid":"99c03f6cf3637f20","name":"Throws when trying to push message with empty payload","time":{"start":1724922853913,"stop":1724922853914,"duration":1},"status":"passed","severity":"normal"},{"uid":"45e98799f835bbad","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1724922611420,"stop":1724922611420,"duration":0},"status":"passed","severity":"normal"},{"uid":"8577205642549620","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1724922374684,"stop":1724922374684,"duration":0},"status":"passed","severity":"normal"},{"uid":"f86fc0a1e48afc1f","name":"Subscribe to topic containing XML and publish message","time":{"start":1724922891491,"stop":1724922891491,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc04a5919fa31595","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1724922647836,"stop":1724922647836,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f78e24ffc3b2a25","name":"Subscribe to topic containing shell command and receive message","time":{"start":1724922635358,"stop":1724922635358,"duration":0},"status":"passed","severity":"normal"},{"uid":"c395aef6ed8f49f1","name":"throws on content topic with empty encoding field","time":{"start":1724922374661,"stop":1724922374662,"duration":1},"status":"passed","severity":"normal"},{"uid":"addb6c8332fb7e11","name":"Passing page size 10 when there are 10 messages","time":{"start":1724922983782,"stop":1724922983783,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc15f05d36d8c41a","name":"unsubscribes","time":{"start":1724922984605,"stop":1724922984606,"duration":1},"status":"passed","severity":"normal"},{"uid":"e78815666ea6e681","name":"Check received message with timestamp: 1724922425216 ","time":{"start":1724922601845,"stop":1724922601846,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4cbc36610d846d2","name":"Check received message containing short","time":{"start":1724922845232,"stop":1724922845232,"duration":0},"status":"passed","severity":"normal"},{"uid":"abbde55f6a876c98","name":"groups content topics by expected pubsub topic","time":{"start":1724922374675,"stop":1724922374675,"duration":0},"status":"passed","severity":"normal"},{"uid":"13e10dd5d3614e73","name":"Check publish message containing numeric","time":{"start":1724922887521,"stop":1724922887521,"duration":0},"status":"passed","severity":"normal"},{"uid":"5916c6ee4db38f4a","name":"Query with Promise Callback, No message returned","time":{"start":1724922950824,"stop":1724922950824,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd0f85aee7c8b223","name":"isConnected should return true after first peer connects","time":{"start":1724922476375,"stop":1724922476376,"duration":1},"status":"passed","severity":"normal"},{"uid":"8dfd8fc4cf4e2334","name":"Check publish message containing long","time":{"start":1724922887521,"stop":1724922887521,"duration":0},"status":"passed","severity":"normal"},{"uid":"662116d715b5dd05","name":"Subscribe to topic containing long and receive message","time":{"start":1724923012477,"stop":1724923012477,"duration":0},"status":"passed","severity":"normal"},{"uid":"e656662002621d54","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1724922374678,"stop":1724922374678,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd14f031fa4aabef","name":"should emit a peer event after start","time":{"start":1724922402863,"stop":1724922402863,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b18f8cf216f1668","name":"Check publish message after service node is restarted","time":{"start":1724922887534,"stop":1724922887534,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e87ff2c7e2f7b8ed","name":"Check received message containing SQL Injection","time":{"start":1724922601841,"stop":1724922601841,"duration":0},"status":"passed","severity":"normal"},{"uid":"3115162d3dcb8438","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app33/7/topic704/proto","time":{"start":1724922906442,"stop":1724922906442,"duration":0},"status":"passed","severity":"normal"},{"uid":"224968e1ebd0b83b","name":"Query with Ordered Callback, No message returned","time":{"start":1724922950822,"stop":1724922950822,"duration":0},"status":"passed","severity":"normal"},{"uid":"e08485e6c07e277","name":"throws on content topic with too few or too many fields","time":{"start":1724922374658,"stop":1724922374658,"duration":0},"status":"passed","severity":"normal"},{"uid":"3dd25b11eba4954b","name":"should encode/decode to text encoding","time":{"start":1724922383084,"stop":1724922383084,"duration":0},"status":"passed","severity":"normal"},{"uid":"46e919eee660ab40","name":"Push message with unicode special characters payload","time":{"start":1724922921463,"stop":1724922921463,"duration":0},"status":"passed","severity":"normal"},{"uid":"41a13c05ffe27bc4","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1724922611422,"stop":1724922611423,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5560e3871016064","name":"should properly compute the node id","time":{"start":1724922383083,"stop":1724922383083,"duration":0},"status":"passed","severity":"normal"},{"uid":"742955bd6c24c4e8","name":"Relay","time":{"start":1724922437306,"stop":1724922437306,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ebc05b9a5c6eaf8","name":"should handle a minimal index list","time":{"start":1724922374767,"stop":1724922374767,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a91e8ea60f8a994","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1724922891486,"stop":1724922891486,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c821fad76fb1c2c","name":"different cluster, different shard: nodes don't connect","time":{"start":1724922771083,"stop":1724922771083,"duration":0},"status":"passed","severity":"normal"},{"uid":"d44d8ae8a2a52ea9","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1724922374687,"stop":1724922374687,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ffc52be0b135df0","name":"can start the service","time":{"start":1724922402861,"stop":1724922402861,"duration":0},"status":"passed","severity":"normal"},{"uid":"f13cba270661ad29","name":"Privacy Node - default protocol","time":{"start":1724923008738,"stop":1724923008738,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7d0fb0fc954cb1","name":"Generator, 2 different pubsubtopics","time":{"start":1724922966287,"stop":1724922966287,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd5b073e35466bbf","name":"Relay - dialed after","time":{"start":1724923008734,"stop":1724923008734,"duration":0},"status":"passed","severity":"normal"},{"uid":"f514b9cffa578416","name":"Push message on custom pubsubTopic","time":{"start":1724922727645,"stop":1724922727646,"duration":1},"status":"passed","severity":"normal"},{"uid":"833e3092d8c0f269","name":"should return false","time":{"start":1724922383082,"stop":1724922383082,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c228878670c7b51","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1724922508641,"stop":1724922508642,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c221b2623071e2d","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1724922865536,"stop":1724922865537,"duration":1},"status":"passed","severity":"normal"},{"uid":"f35bcb068c64744b","name":"throws an error for improperly formatted content topics","time":{"start":1724922374676,"stop":1724922374677,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5af398198c14133","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1724922887528,"stop":1724922887529,"duration":1},"status":"passed","severity":"normal"},{"uid":"c82f2dd221a7a5d9","name":"pre and post cipher","time":{"start":1724922409249,"stop":1724922409250,"duration":1},"status":"passed","severity":"normal"},{"uid":"ddeed863c6beca95","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1724922398922,"stop":1724922398922,"duration":0},"status":"passed","severity":"normal"},{"uid":"db89ff85c95a4f70","name":"Check received message containing emoji","time":{"start":1724922845239,"stop":1724922845240,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6b2899aa47d7bab","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724922508638,"stop":1724922508638,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e8e4d9798983d1d","name":"Query Generator sorting by timestamp while page direction is true","time":{"start":1724922982488,"stop":1724922982488,"duration":0},"status":"passed","severity":"normal"},{"uid":"d13aa0deaca4f109","name":"Check received message containing numeric","time":{"start":1724922601838,"stop":1724922601839,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd94693a74597dbe","name":"Check received message containing Arabic","time":{"start":1724922845250,"stop":1724922845251,"duration":1},"status":"passed","severity":"normal"},{"uid":"cfea0fd8d627baaf","name":"different cluster, same shard: nodes don't connect","time":{"start":1724922771083,"stop":1724922771083,"duration":0},"status":"passed","severity":"normal"},{"uid":"c87bb66091f15b51","name":"Check received message containing Basic HTML tag","time":{"start":1724922845254,"stop":1724922845256,"duration":2},"status":"passed","severity":"normal"},{"uid":"dd91eca78e74b912","name":"Check message received after jswaku node is restarted","time":{"start":1724922845263,"stop":1724922845264,"duration":1},"status":"skipped","severity":"normal"},{"uid":"e37e75eaacf5b28b","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1724922439103,"stop":1724922439103,"duration":0},"status":"skipped","severity":"normal"},{"uid":"bbd096e4aad9c38a","name":"Subscribe to topic containing emoji and receive message","time":{"start":1724922635359,"stop":1724922635360,"duration":1},"status":"passed","severity":"normal"},{"uid":"a198dee6911b2261","name":"Mutual subscription","time":{"start":1724922891482,"stop":1724922891482,"duration":0},"status":"passed","severity":"normal"},{"uid":"9432b85216ab3417","name":"Check message with invalid timestamp is not received","time":{"start":1724922845243,"stop":1724922845243,"duration":0},"status":"passed","severity":"normal"},{"uid":"748b03037216d6ab","name":"Ordered Callback sorting by timestamp while page direction is false","time":{"start":1724922982489,"stop":1724922982489,"duration":0},"status":"passed","severity":"normal"},{"uid":"57c22d602f4229d1","name":"should encode/decode to RLP encoding","time":{"start":1724922383083,"stop":1724922383083,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3af6120e35f9450","name":"Check received message containing special chars","time":{"start":1724922601839,"stop":1724922601839,"duration":0},"status":"passed","severity":"normal"},{"uid":"54da24e16e3eb316","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1724922928887,"stop":1724922928887,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb3a62b531ecda15","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1724922377153,"stop":1724922377154,"duration":1},"status":"passed","severity":"normal"},{"uid":"45907538284faa9c","name":"Fails to publish duplicate message","time":{"start":1724922887531,"stop":1724922887531,"duration":0},"status":"passed","severity":"normal"},{"uid":"5df6a34988c0cb5","name":"Push message with Russian payload","time":{"start":1724922853908,"stop":1724922853908,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9503f9f228adfab","name":"Check received message containing Chinese","time":{"start":1724922601839,"stop":1724922601840,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a48fb793c908de4","name":"should set field with only RELAY enabled","time":{"start":1724922383091,"stop":1724922383092,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b3aa10343e67fc7","name":"Filter with 1 connections","time":{"start":1724922661637,"stop":1724922661638,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb92d3d6f9c8ac22","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1724922374692,"stop":1724922374692,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba7b4dbaef9deee3","name":"Publish message with custom timestamp: Fri Sep 08 2023 09:14:22 GMT+0000 (Coordinated Universal Time)","time":{"start":1724922887529,"stop":1724922887529,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e5ac197c86d3259","name":"Push message with Russian payload","time":{"start":1724922921445,"stop":1724922921446,"duration":1},"status":"passed","severity":"normal"},{"uid":"f893274355662786","name":"returns all values when wanted number matches available values","time":{"start":1724922398024,"stop":1724922398025,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2db0bfaf8cacc2","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1724922536230,"stop":1724922536230,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3fbba7824cd7932","name":"should set field with only FILTER enabled","time":{"start":1724922383092,"stop":1724922383092,"duration":0},"status":"passed","severity":"normal"},{"uid":"c087fafd713d8592","name":"should load peers from local storage and dispatch events","time":{"start":1724922402864,"stop":1724922402864,"duration":0},"status":"passed","severity":"normal"},{"uid":"96f4f0fba43c7204","name":"Check received message containing Basic HTML tag","time":{"start":1724922845236,"stop":1724922845237,"duration":1},"status":"passed","severity":"normal"},{"uid":"b39d074f2049917f","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1724922906438,"stop":1724922906438,"duration":0},"status":"passed","severity":"normal"},{"uid":"76fd16ddcb1253bf","name":"Encoder throws on empty string content topic","time":{"start":1724922410312,"stop":1724922410312,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a8dcddf9dd94365","name":"can dial TLS multiaddrs","time":{"start":1724922775985,"stop":1724922775986,"duration":1},"status":"passed","severity":"normal"},{"uid":"b36c722cb031b7d5","name":"configure the node with multiple pubsub topics","time":{"start":1724922946243,"stop":1724922946243,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6a6173beaf6209b","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1724922891490,"stop":1724922891490,"duration":0},"status":"passed","severity":"normal"},{"uid":"66d4b1d304693f68","name":"Passing invalid cursor","time":{"start":1724922928888,"stop":1724922928888,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6e5e0e8bbf29786","name":"Symmetric encrypt & Decrypt","time":{"start":1724922409249,"stop":1724922409249,"duration":0},"status":"passed","severity":"normal"},{"uid":"729ebd053dc5faf6","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1724922611431,"stop":1724922611431,"duration":0},"status":"passed","severity":"normal"},{"uid":"41220e960a1fe29a","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1724922374685,"stop":1724922374685,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd155d4cfebdb4a1","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1724923012479,"stop":1724923012479,"duration":0},"status":"passed","severity":"normal"},{"uid":"815126b70f3c2a7d","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1724922771081,"stop":1724922771081,"duration":0},"status":"passed","severity":"normal"},{"uid":"eccd8df0aba7f0fb","name":"Push message with Script payload","time":{"start":1724922853909,"stop":1724922853909,"duration":0},"status":"passed","severity":"normal"},{"uid":"80b478932d3aadc2","name":"creates an iterator","time":{"start":1724922984602,"stop":1724922984603,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2d334fa481fb89f","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1724922845242,"stop":1724922845243,"duration":1},"status":"passed","severity":"normal"},{"uid":"17863a4548a9062e","name":"Generator, 2 different pubsubtopics","time":{"start":1724922966285,"stop":1724922966286,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad52e3e57098a197","name":"throws on content topic with non-number generation field","time":{"start":1724922374658,"stop":1724922374659,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbd578a3ee935102","name":"All","time":{"start":1724922437307,"stop":1724922437311,"duration":4},"status":"passed","severity":"normal"},{"uid":"849c19cd687f1cb2","name":"should encodeTxt and decodeTxt","time":{"start":1724922383078,"stop":1724922383079,"duration":1},"status":"passed","severity":"normal"},{"uid":"7556d1c3b6c8d8b2","name":"Subscribe to topic containing emoji and publish message","time":{"start":1724922891494,"stop":1724922891494,"duration":0},"status":"passed","severity":"normal"},{"uid":"64eb4e5fa884a188","name":"handles empty shards array correctly","time":{"start":1724922374694,"stop":1724922374694,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a0c933bf7ad098d","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1724922536232,"stop":1724922536232,"duration":0},"status":"passed","severity":"normal"},{"uid":"be16419b9ccbe288","name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","time":{"start":1724922778323,"stop":1724922778323,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3c3a10d741fd3fe","name":"Check received message containing special chars","time":{"start":1724922845233,"stop":1724922845234,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ff7846ebc5aaf91","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1724922374687,"stop":1724922374687,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6c7f88506b2b531","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1724922611439,"stop":1724922611439,"duration":0},"status":"passed","severity":"normal"},{"uid":"20d291524709edfb","name":"Check received message containing Chinese","time":{"start":1724922845250,"stop":1724922845250,"duration":0},"status":"passed","severity":"normal"},{"uid":"63faa0901b9f8cbf","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1724922476373,"stop":1724922476374,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fe094961cca0519","name":"isConnected should return false after all peers disconnect","time":{"start":1724922476376,"stop":1724922476376,"duration":0},"status":"passed","severity":"normal"},{"uid":"45eb722fd448da14","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1724922374681,"stop":1724922374681,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdbab14f4d50a5b6","name":"Passing cursor with wrong pubsubTopic","time":{"start":1724922928888,"stop":1724922928889,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa50e2434aec3c48","name":"Ping on peer without subscriptions","time":{"start":1724922499928,"stop":1724922499929,"duration":1},"status":"passed","severity":"normal"},{"uid":"5db5d1ce707e808a","name":"random static sharding 6 - Cluster ID: 629, Shard ID: 80","time":{"start":1724922946232,"stop":1724922946232,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa97f6aa7003019e","name":"Passing page size 3 when there are 20 messages","time":{"start":1724922983781,"stop":1724922983782,"duration":1},"status":"passed","severity":"normal"},{"uid":"1688fece7bf8b1f","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1724922611442,"stop":1724922611443,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4c72abd769ae870","name":"Push message with custom timestamp: 1724926261821","time":{"start":1724922853930,"stop":1724922853930,"duration":0},"status":"passed","severity":"normal"},{"uid":"e94f85b7b85302eb","name":"Push 30 different messages","time":{"start":1724922921464,"stop":1724922921464,"duration":0},"status":"passed","severity":"normal"},{"uid":"e40cadb57c37bddc","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1724923012463,"stop":1724923012464,"duration":1},"status":"passed","severity":"normal"},{"uid":"db1bf8d0f61b6ba6","name":"should return the pubsub topic directly if a string is provided","time":{"start":1724922374691,"stop":1724922374691,"duration":0},"status":"passed","severity":"normal"},{"uid":"1437e6e6c6f30c40","name":"Query generator for multiple messages","time":{"start":1724922971797,"stop":1724922971797,"duration":0},"status":"passed","severity":"normal"},{"uid":"4563b7165ab2b2a","name":"Query Generator sorting by timestamp while page direction is false","time":{"start":1724922982488,"stop":1724922982488,"duration":0},"status":"passed","severity":"normal"},{"uid":"1355cbe9ca52df4b","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1724922387838,"stop":1724922387839,"duration":1},"status":"passed","severity":"normal"},{"uid":"438d48c123d59373","name":"Check publish message containing Chinese","time":{"start":1724922887522,"stop":1724922887522,"duration":0},"status":"passed","severity":"normal"},{"uid":"e59cc252ab26ff58","name":"Check received message with timestamp: 1724922424872000000 ","time":{"start":1724922845259,"stop":1724922845259,"duration":0},"status":"passed","severity":"normal"},{"uid":"1aae14c8c7668339","name":"Push message with content topic containing XML","time":{"start":1724922921469,"stop":1724922921469,"duration":0},"status":"passed","severity":"normal"},{"uid":"1380c4568e7e53e","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1724922891484,"stop":1724922891485,"duration":1},"status":"passed","severity":"normal"},{"uid":"681132e837290822","name":"Push message with Script payload","time":{"start":1724922921447,"stop":1724922921448,"duration":1},"status":"passed","severity":"normal"},{"uid":"db1b666e92f70ab7","name":"Check message on other pubsub topic is not received","time":{"start":1724922845243,"stop":1724922845244,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ea1863da7807cdb","name":"Sample","time":{"start":1724922382484,"stop":1724922382484,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce8e942cb56041b6","name":"Store - dialed after - with timeout","time":{"start":1724923008736,"stop":1724923008736,"duration":0},"status":"passed","severity":"normal"},{"uid":"706be224b53c320","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1724922635350,"stop":1724922635350,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcc1d3023e92b082","name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1724922778322,"stop":1724922778322,"duration":0},"status":"passed","severity":"normal"},{"uid":"85f46176006565b3","name":"Check publish message containing Script","time":{"start":1724922887524,"stop":1724922887524,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d8c1c006d1cd298","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1724922374678,"stop":1724922374679,"duration":1},"status":"passed","severity":"normal"},{"uid":"6669e9f8abefdaf0","name":"Push message with XML payload","time":{"start":1724922921448,"stop":1724922921449,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ec720e9c0f2ca88","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724922611440,"stop":1724922611440,"duration":0},"status":"passed","severity":"normal"},{"uid":"4af23328d9b12836","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1724923012481,"stop":1724923012481,"duration":0},"status":"passed","severity":"normal"},{"uid":"977e07766c3875f8","name":"Subscribe to topic containing XML and receive message","time":{"start":1724923012465,"stop":1724923012466,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3dc77cb105ebd2","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1724922374672,"stop":1724922374672,"duration":0},"status":"passed","severity":"normal"},{"uid":"72cb0ca677d2a705","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1724922374683,"stop":1724922374684,"duration":1},"status":"passed","severity":"normal"},{"uid":"1becda66ef2c4651","name":"random static sharding 7 - Cluster ID: 196, Shard ID: 965","time":{"start":1724922946233,"stop":1724922946233,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca42d4b1e3ed77ba","name":"Ping on peer without subscriptions","time":{"start":1724922499935,"stop":1724922499936,"duration":1},"status":"passed","severity":"normal"},{"uid":"1391faea2346e787","name":"throws on content topic with generation field greater than 0","time":{"start":1724922374659,"stop":1724922374660,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd9133b166eac029","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1724923012482,"stop":1724923012483,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4ca8f0d2f98491a","name":"Decoder throws on undefined content topic","time":{"start":1724922388049,"stop":1724922388049,"duration":0},"status":"passed","severity":"normal"},{"uid":"320a6435536b3d8f","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1724922374685,"stop":1724922374686,"duration":1},"status":"passed","severity":"normal"},{"uid":"1eda95604c7c6835","name":"isConnected between 2 js-waku relay nodes","time":{"start":1724922476377,"stop":1724922476377,"duration":0},"status":"passed","severity":"normal"},{"uid":"6495f8e030499122","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1724922966284,"stop":1724922966284,"duration":0},"status":"passed","severity":"normal"},{"uid":"49afcbfedd54a6c4","name":"Check message received after nwaku node is restarted","time":{"start":1724922845246,"stop":1724922845247,"duration":1},"status":"skipped","severity":"normal"},{"uid":"34348e61883a16e","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1724922387838,"stop":1724922387838,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8b8fe48a7cede5b","name":"Check received message containing escaped characters","time":{"start":1724922845258,"stop":1724922845258,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5a5fffa779e6f2d","name":"should only return 1 node with relay capability","time":{"start":1724922398921,"stop":1724922398921,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5147b5dbdbd9b30","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1724922635346,"stop":1724922635346,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c81e009bccf48d2","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1724922374767,"stop":1724922374767,"duration":0},"status":"passed","severity":"normal"},{"uid":"26cc861cdb0c06f4","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1724922611429,"stop":1724922611429,"duration":0},"status":"passed","severity":"normal"},{"uid":"f565c2a5ec42a7a1","name":"Decoder throws on empty string content topic","time":{"start":1724922410313,"stop":1724922410313,"duration":0},"status":"passed","severity":"normal"},{"uid":"83db2f3fb9b759d9","name":"Subscribe and receive messages via waku relay post","time":{"start":1724922635347,"stop":1724922635347,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c584da8868198ea","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1724922647842,"stop":1724922647843,"duration":1},"status":"passed","severity":"normal"},{"uid":"411b23e5d301e2a6","name":"Subscribe to topic containing Russian and publish message","time":{"start":1724922891490,"stop":1724922891490,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffc149a3f7d3c14b","name":"Ping fails for unsubscribed peers","time":{"start":1724922535038,"stop":1724922535038,"duration":0},"status":"passed","severity":"normal"},{"uid":"a06ba1b9aa55e047","name":"Round trip binary serialization","time":{"start":1724922388046,"stop":1724922388047,"duration":1},"status":"passed","severity":"normal"},{"uid":"617dfd77a5d05c23","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1724922374683,"stop":1724922374683,"duration":0},"status":"passed","severity":"normal"},{"uid":"303707e04cfbedf0","name":"Passing page size 11 when there are 10 messages","time":{"start":1724922983783,"stop":1724922983783,"duration":0},"status":"passed","severity":"normal"},{"uid":"60248aa76c8f7e78","name":"same cluster, same shard: nodes connect","time":{"start":1724922771082,"stop":1724922771082,"duration":0},"status":"passed","severity":"normal"},{"uid":"54c8e22b252af5eb","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app40/8/topic200/test.js","time":{"start":1724922906441,"stop":1724922906441,"duration":0},"status":"passed","severity":"normal"},{"uid":"975fe7c6c4cc5644","name":"should throw an error for empty SingleShardInfos array","time":{"start":1724922374677,"stop":1724922374678,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a16aac43daae87b","name":"same cluster, different shard: nodes connect","time":{"start":1724922771082,"stop":1724922771082,"duration":0},"status":"passed","severity":"normal"},{"uid":"83c46f677e400336","name":"should emit events and trasition isConnected state when has peers or no peers","time":{"start":1724922425600,"stop":1724922425603,"duration":3},"status":"passed","severity":"normal"},{"uid":"f87612ba98d8a7ed","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1724922611435,"stop":1724922611435,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a4141521ff1c5b","name":"Check message with no payload is not received","time":{"start":1724922845245,"stop":1724922845246,"duration":1},"status":"passed","severity":"normal"},{"uid":"14df5570ad0869cb","name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","time":{"start":1724922778328,"stop":1724922778328,"duration":0},"status":"passed","severity":"normal"},{"uid":"6227b7cf48b57a27","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1724922374677,"stop":1724922374677,"duration":0},"status":"passed","severity":"normal"},{"uid":"27b396409641a6a6","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1724922946243,"stop":1724922946244,"duration":1},"status":"passed","severity":"normal"},{"uid":"5757dabe83f1e00e","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1724922611431,"stop":1724922611431,"duration":0},"status":"passed","severity":"normal"},{"uid":"83390503b2f75c0a","name":"Check received message containing Basic HTML tag","time":{"start":1724922601842,"stop":1724922601842,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac52063cefd4cfa1","name":"Ordered callback, aborts when callback returns true","time":{"start":1724922971800,"stop":1724922971800,"duration":0},"status":"passed","severity":"normal"},{"uid":"416608463c7bd228","name":"Push message with XML payload","time":{"start":1724922853909,"stop":1724922853910,"duration":1},"status":"passed","severity":"normal"},{"uid":"f51a56542fadd373","name":"Subscribe to topic containing JSON and publish message","time":{"start":1724922891492,"stop":1724922891492,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb5ce472ab29ce2a","name":"Check received message containing unicode special characters","time":{"start":1724922845258,"stop":1724922845258,"duration":0},"status":"passed","severity":"normal"},{"uid":"629d9752713e9033","name":"Filter with 2 connections","time":{"start":1724922661641,"stop":1724922661642,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a87c4e567d132e9","name":"Check received message containing long","time":{"start":1724922845232,"stop":1724922845233,"duration":1},"status":"passed","severity":"normal"},{"uid":"28d390ac3dbe34d9","name":"should not fail to start the service if it is already started","time":{"start":1724922890066,"stop":1724922890067,"duration":1},"status":"passed","severity":"normal"},{"uid":"c36c0636545c21e3","name":"Push message with content topic containing Chinese","time":{"start":1724922853917,"stop":1724922853917,"duration":0},"status":"passed","severity":"normal"},{"uid":"b51bfe5c6f291e81","name":"can start and stop the service","time":{"start":1724922890065,"stop":1724922890066,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b1277d908567749","name":"Should update multiaddrs","time":{"start":1724922778645,"stop":1724922778646,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d2ef7e386fc6cae","name":"different cluster, different shard: nodes don't connect","time":{"start":1724922611420,"stop":1724922611420,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad4c24961c11050e","name":"should return valid sharding parameters for static sharding","time":{"start":1724922374693,"stop":1724922374693,"duration":0},"status":"passed","severity":"normal"},{"uid":"be24130224ca4003","name":"Ordered Callback sorting by timestamp while page direction is true","time":{"start":1724922982488,"stop":1724922982489,"duration":1},"status":"passed","severity":"normal"},{"uid":"8584a697b55ac989","name":"Publish message with rate limit","time":{"start":1724922887535,"stop":1724922887535,"duration":0},"status":"passed","severity":"normal"},{"uid":"776b8b391cf32a00","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1724922647829,"stop":1724922647830,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd89791feecb7a5a","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1724922611444,"stop":1724922611444,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9f7495dfa1d937","name":"Passing page size 0 when there are 110 messages","time":{"start":1724922983779,"stop":1724922983780,"duration":1},"status":"passed","severity":"normal"},{"uid":"8591fad3e90a10fa","name":"Reopen subscription with peer with lost subscription","time":{"start":1724922499936,"stop":1724922499937,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf1cb6e1a373ac26","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1724922508634,"stop":1724922508635,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2fdec18971088bb","name":"should throw an error for missing sharding configuration","time":{"start":1724922374694,"stop":1724922374694,"duration":0},"status":"passed","severity":"normal"},{"uid":"1593b67437f63101","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1724923012478,"stop":1724923012479,"duration":1},"status":"passed","severity":"normal"},{"uid":"a96fc9eafa38e91","name":"Promise Callback - true","time":{"start":1724922966704,"stop":1724922966705,"duration":1},"status":"passed","severity":"normal"},{"uid":"83339b303d487a96","name":"Push message with rate limit","time":{"start":1724922921473,"stop":1724922921473,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fdf882f071ab969","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1724922928886,"stop":1724922928886,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bec7c0d0b2916da","name":"should not receive a peer event before start","time":{"start":1724922402863,"stop":1724922402864,"duration":1},"status":"passed","severity":"normal"},{"uid":"60a7015b56047cdb","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1724922647834,"stop":1724922647834,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cce17776e1ce311","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1724922398923,"stop":1724922398923,"duration":0},"status":"skipped","severity":"normal"},{"uid":"44e74ecf485e9038","name":"Subscribe and publish message","time":{"start":1724922891484,"stop":1724922891484,"duration":0},"status":"passed","severity":"normal"},{"uid":"b303f5567fc99e77","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1724922891492,"stop":1724922891492,"duration":0},"status":"passed","severity":"normal"},{"uid":"c588eeb3eb167c92","name":"Query generator for multiple messages with different content topic format","time":{"start":1724922971798,"stop":1724922971799,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b17d9177a9fcb7d","name":"retrieves a single peer","time":{"start":1724922398918,"stop":1724922398919,"duration":1},"status":"passed","severity":"normal"},{"uid":"b924193b20aa7ea5","name":"Push message with content topic containing JSON","time":{"start":1724922921470,"stop":1724922921470,"duration":0},"status":"passed","severity":"normal"},{"uid":"afaee155ca90d5f1","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1724922950823,"stop":1724922950823,"duration":0},"status":"passed","severity":"normal"},{"uid":"96e901a7d2d8843","name":"Push message with Chinese payload","time":{"start":1724922921443,"stop":1724922921444,"duration":1},"status":"passed","severity":"normal"},{"uid":"a054204567ac3218","name":"should use the provided clusterId for the pubsub topic","time":{"start":1724922374696,"stop":1724922374696,"duration":0},"status":"passed","severity":"normal"},{"uid":"b82a234687ff32dd","name":"Push message with escaped characters payload","time":{"start":1724922853912,"stop":1724922853912,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1435df9b319d822","name":"should get / set TCP multiaddr","time":{"start":1724922383084,"stop":1724922383085,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc9e9e74fd6ce932","name":"Publish without waiting for remote peer","time":{"start":1724922891483,"stop":1724922891483,"duration":0},"status":"passed","severity":"normal"},{"uid":"d44fc5437296b23d","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1724922425595,"stop":1724922425597,"duration":2},"status":"passed","severity":"normal"},{"uid":"c1e05836685e7b5e","name":"Push message with content topic containing emoji","time":{"start":1724922853927,"stop":1724922853927,"duration":0},"status":"passed","severity":"normal"},{"uid":"8fa8ff9af5df6be7","name":"Query Generator, Multiple PubsubTopics","time":{"start":1724922950820,"stop":1724922950820,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bfba4e895c7058e","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1724922436973,"stop":1724922436974,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8ab9c3464e594f5","name":"Passing page size 19 when there are 20 messages","time":{"start":1724922983783,"stop":1724922983784,"duration":1},"status":"passed","severity":"normal"},{"uid":"8251c9d3decc89e9","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1724922950822,"stop":1724922950823,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c8ec453f4ce9112","name":"Subscribe to topic containing shell command and receive message","time":{"start":1724923012482,"stop":1724923012482,"duration":0},"status":"passed","severity":"normal"},{"uid":"72b7dfdeb08953dd","name":"Push message with custom timestamp: 1724919061821","time":{"start":1724922853929,"stop":1724922853930,"duration":1},"status":"passed","severity":"normal"},{"uid":"97718009893323ff","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1724922425598,"stop":1724922425599,"duration":1},"status":"passed","severity":"normal"},{"uid":"a4239346f8966f2f","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1724922508636,"stop":1724922508637,"duration":1},"status":"passed","severity":"normal"},{"uid":"72ab84449ed014a","name":"Waku message hash computation (message is IDecodedMessage)","time":{"start":1724922377156,"stop":1724922377156,"duration":0},"status":"passed","severity":"normal"},{"uid":"39a361ba31b3655f","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1724923048501,"stop":1724923048501,"duration":0},"status":"passed","severity":"normal"},{"uid":"3343a0fc1709414e","name":"Subscribe and receives messages on 20 topics","time":{"start":1724923012460,"stop":1724923012460,"duration":0},"status":"passed","severity":"normal"},{"uid":"11096621b38a938b","name":"Nodes with multiple pubsub topic","time":{"start":1724922862333,"stop":1724922862333,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca1191f08e6f115f","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1724922382332,"stop":1724922382332,"duration":0},"status":"passed","severity":"normal"},{"uid":"6febf30034257f8a","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1724922845260,"stop":1724922845260,"duration":0},"status":"passed","severity":"normal"},{"uid":"aca37485b14cc578","name":"does not throw on valid cases","time":{"start":1724922374656,"stop":1724922374657,"duration":1},"status":"passed","severity":"normal"},{"uid":"68628ff572e4f422","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1724922433169,"stop":1724922433169,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb85f557939571de","name":"Check message with non string payload is not received","time":{"start":1724922601858,"stop":1724922601858,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdee7b6fea37e6d4","name":"should properly create location multiaddrs - tcp6","time":{"start":1724922383090,"stop":1724922383090,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddf62635cb8859ee","name":"Overlapping topic subscription","time":{"start":1724922635352,"stop":1724922635353,"duration":1},"status":"passed","severity":"normal"},{"uid":"41c6afebc1c051cf","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1724923012464,"stop":1724923012464,"duration":0},"status":"passed","severity":"normal"},{"uid":"53bdf4656d789c5","name":"can start and stop the service","time":{"start":1724922439099,"stop":1724922439099,"duration":0},"status":"passed","severity":"normal"},{"uid":"22378403d1202d18","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1724922611435,"stop":1724922611435,"duration":0},"status":"passed","severity":"normal"},{"uid":"82dac9f8881f46da","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1724922611438,"stop":1724922611438,"duration":0},"status":"passed","severity":"normal"},{"uid":"88775c664f2d04a9","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1724922611427,"stop":1724922611427,"duration":0},"status":"passed","severity":"normal"},{"uid":"794f199154f87e48","name":"start node with empty content topic","time":{"start":1724922906446,"stop":1724922906446,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2af12cd71e31db0","name":"Check received message containing Arabic","time":{"start":1724922601840,"stop":1724922601840,"duration":0},"status":"passed","severity":"normal"},{"uid":"afcec4701aef4a90","name":"should properly create peer info with all multiaddrs","time":{"start":1724922383090,"stop":1724922383091,"duration":1},"status":"passed","severity":"normal"},{"uid":"28b4012984e68a4e","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1724923048502,"stop":1724923048502,"duration":0},"status":"passed","severity":"normal"},{"uid":"2834995d6314f117","name":"Check message received after jswaku node is restarted","time":{"start":1724922601858,"stop":1724922601858,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c37948f5798d937a","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1724922374676,"stop":1724922374676,"duration":0},"status":"passed","severity":"normal"},{"uid":"30ba2a2570181579","name":"Check received message containing unicode special characters","time":{"start":1724922601844,"stop":1724922601844,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8edc645ae42cc8f","name":"Reopen subscription with peer with lost subscription","time":{"start":1724922499930,"stop":1724922499931,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd6407fb55b02ca0","name":"Decoder throws on empty string content topic","time":{"start":1724922408757,"stop":1724922408757,"duration":0},"status":"passed","severity":"normal"},{"uid":"40071b716ed58add","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724922508641,"stop":1724922508641,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e2a8996329493d1","name":"Check received message containing shell command","time":{"start":1724922845257,"stop":1724922845257,"duration":0},"status":"passed","severity":"normal"},{"uid":"78c4b51bd13a1ea6","name":"should not fail to start the service if it is already started","time":{"start":1724922439100,"stop":1724922439100,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d450cdc4e83bcf9","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1724923012480,"stop":1724923012480,"duration":0},"status":"passed","severity":"normal"},{"uid":"534602ca4857febe","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1724922374688,"stop":1724922374688,"duration":0},"status":"passed","severity":"normal"},{"uid":"12139d36d0540a0b","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724922611430,"stop":1724922611430,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9f886dec9f9c48f","name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1724922778329,"stop":1724922778330,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7df2d43b4170cb7","name":"LightPush with 1 connections","time":{"start":1724922661636,"stop":1724922661636,"duration":0},"status":"passed","severity":"normal"},{"uid":"18341ffa04009375","name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","time":{"start":1724922778330,"stop":1724922778330,"duration":0},"status":"passed","severity":"normal"},{"uid":"33990a37cc275bf6","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1724922946228,"stop":1724922946229,"duration":1},"status":"passed","severity":"normal"},{"uid":"471133ac79ad6d96","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1724922727646,"stop":1724922727646,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a74d879a60fe35f","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1724922611438,"stop":1724922611439,"duration":1},"status":"passed","severity":"normal"},{"uid":"f746e42b3192ebda","name":"should return all peers when numPeers is 0","time":{"start":1724922387837,"stop":1724922387838,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f47843e76ef2e66","name":"handles empty contentTopics array correctly","time":{"start":1724922374695,"stop":1724922374695,"duration":0},"status":"passed","severity":"normal"},{"uid":"26e66f5fc364fe20","name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1724922778325,"stop":1724922778325,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d4c1f97a6c7d141","name":"Query Generator, No message returned","time":{"start":1724922950821,"stop":1724922950821,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd05c9fe1fc98cbf","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1724922862335,"stop":1724922862335,"duration":0},"status":"passed","severity":"normal"},{"uid":"5bad8184d184ec1d","name":"Fails to publish message with size larger than 1 MB","time":{"start":1724922887533,"stop":1724922887533,"duration":0},"status":"passed","severity":"normal"},{"uid":"681698fbb618f5d8","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app96/7/topic650/test.js","time":{"start":1724922906442,"stop":1724922906442,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3e457317b3febe6","name":"dispatchEvent via connectionManager","time":{"start":1724922465398,"stop":1724922465399,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a0cc8d9f58c5fa2","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1724922999266,"stop":1724922999266,"duration":0},"status":"passed","severity":"normal"},{"uid":"67d9b458033f401c","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1724922647830,"stop":1724922647831,"duration":1},"status":"passed","severity":"normal"},{"uid":"7efcefdf6a98f52","name":"Push to array if already present","time":{"start":1724922374449,"stop":1724922374449,"duration":0},"status":"passed","severity":"normal"},{"uid":"5306cc9cc199e7ba","name":"Renews subscription after lossing a connection","time":{"start":1724923012484,"stop":1724923012484,"duration":0},"status":"passed","severity":"normal"},{"uid":"8acff7ef608041f0","name":"should properly create location multiaddrs - udp","time":{"start":1724922383090,"stop":1724922383090,"duration":0},"status":"passed","severity":"normal"},{"uid":"50d52e808e02da74","name":"Check received message containing special chars","time":{"start":1724922845249,"stop":1724922845249,"duration":0},"status":"passed","severity":"normal"},{"uid":"328c39bbf1f72fdf","name":"Relay - dialed first","time":{"start":1724923008734,"stop":1724923008734,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe8127b02ecbe536","name":"Number of peers are maintained correctly","time":{"start":1724922675552,"stop":1724922675552,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4884989548979d2","name":"Waku message hash computation (no timestamp)","time":{"start":1724922377156,"stop":1724922377156,"duration":0},"status":"passed","severity":"normal"},{"uid":"476e32721ad58f2d","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1724922398026,"stop":1724922398027,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b92ebeecc728965","name":"Fails to push message with large meta","time":{"start":1724922853928,"stop":1724922853928,"duration":0},"status":"passed","severity":"normal"},{"uid":"976172f62ce6eb1b","name":"Push message with Chinese payload","time":{"start":1724922853906,"stop":1724922853907,"duration":1},"status":"passed","severity":"normal"},{"uid":"b84892d5c07bd39d","name":"Subscribe to topic containing JSON and receive message","time":{"start":1724923012481,"stop":1724923012482,"duration":1},"status":"passed","severity":"normal"},{"uid":"31e9647c8db518d4","name":"Subscribe to topic containing Script and publish message","time":{"start":1724922891490,"stop":1724922891491,"duration":1},"status":"passed","severity":"normal"},{"uid":"f15ad1f3e1090f77","name":"should decode valid enr with tcp successfully","time":{"start":1724922383080,"stop":1724922383080,"duration":0},"status":"passed","severity":"normal"},{"uid":"66cae6a96bc7040f","name":"Decrypt messages","time":{"start":1724922849122,"stop":1724922849123,"duration":1},"status":"passed","severity":"normal"},{"uid":"7abc6fbbbfb15062","name":"Subscribe and receive messages via lightPush","time":{"start":1724922635345,"stop":1724922635346,"duration":1},"status":"passed","severity":"normal"},{"uid":"db8ae1879c344e6d","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1724923012467,"stop":1724923012467,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f68708a3ed8fdfd","name":"Check message received after nwaku node is restarted","time":{"start":1724922845264,"stop":1724922845264,"duration":0},"status":"skipped","severity":"normal"},{"uid":"431cd0fc8abf78e7","name":"Push message with meta","time":{"start":1724922853928,"stop":1724922853928,"duration":0},"status":"passed","severity":"normal"},{"uid":"322a4a8ff57b83bb","name":"Check received message containing SQL Injection","time":{"start":1724922845253,"stop":1724922845253,"duration":0},"status":"passed","severity":"normal"},{"uid":"6bb170d07988c8d5","name":"removeEventListener with wrong event","time":{"start":1724922465395,"stop":1724922465396,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0b9b8ba4fa34957","name":"different cluster, same shard: nodes don't connect","time":{"start":1724922611419,"stop":1724922611419,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c2fdbc263d58d1c","name":"Subscribe to topic containing Script and receive message","time":{"start":1724923012464,"stop":1724923012465,"duration":1},"status":"passed","severity":"normal"},{"uid":"160c7b57227e9446","name":"Push message with SQL Injection payload","time":{"start":1724922853909,"stop":1724922853909,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c844a2dddd7c339","name":"Subscribe to topic containing shell command and receive message","time":{"start":1724923012466,"stop":1724923012467,"duration":1},"status":"passed","severity":"normal"},{"uid":"17ccfbfcb6b4824b","name":"Push message with content topic containing SQL Injection","time":{"start":1724922921468,"stop":1724922921468,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0d969d20cfc1c3f","name":"random static sharding 5 - Cluster ID: 863, Shard ID: 723","time":{"start":1724922946231,"stop":1724922946231,"duration":0},"status":"passed","severity":"normal"},{"uid":"35748186bee95b2b","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1724922647837,"stop":1724922647837,"duration":0},"status":"passed","severity":"normal"},{"uid":"11ecd54189dfdf34","name":"can start and stop the service","time":{"start":1724922402862,"stop":1724922402862,"duration":0},"status":"passed","severity":"normal"},{"uid":"7675b91bb45699e9","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1724922508642,"stop":1724922508642,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f305c3ba517f179","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1724922374691,"stop":1724922374692,"duration":1},"status":"passed","severity":"normal"},{"uid":"fab7def87f0b475","name":"should be called for bootstrap peers","time":{"start":1724922433168,"stop":1724922433168,"duration":0},"status":"passed","severity":"normal"},{"uid":"e112fbb60fc82193","name":"Ping on subscribed peer","time":{"start":1724922499927,"stop":1724922499928,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a15fcd332d304ec","name":"should throw error - no id","time":{"start":1724922383080,"stop":1724922383080,"duration":0},"status":"passed","severity":"normal"},{"uid":"91c30c8730a54146","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1724922611436,"stop":1724922611436,"duration":0},"status":"passed","severity":"normal"},{"uid":"49fba54a3a4de9d3","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1724922374671,"stop":1724922374671,"duration":0},"status":"passed","severity":"normal"},{"uid":"5807da6c2bb5a9dd","name":"Check received message containing emoji","time":{"start":1724922845258,"stop":1724922845259,"duration":1},"status":"passed","severity":"normal"},{"uid":"32cff420de5154cf","name":"Passing page size 110 when there are 120 messages","time":{"start":1724922983784,"stop":1724922983784,"duration":0},"status":"passed","severity":"normal"},{"uid":"70f7a4c8b52ce760","name":"should not throw an error for a single configured topic","time":{"start":1724922374689,"stop":1724922374690,"duration":1},"status":"passed","severity":"normal"},{"uid":"77292f6ffec00746","name":"Subscribe and receive messages via lightPush","time":{"start":1724923012457,"stop":1724923012457,"duration":0},"status":"passed","severity":"normal"},{"uid":"db6835754611d1e0","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1724922374689,"stop":1724922374689,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f80a4d2c581ac27","name":"LightPush with 3 connections","time":{"start":1724922661642,"stop":1724922661644,"duration":2},"status":"passed","severity":"normal"},{"uid":"5f180218b159b91d","name":"Fails to publish message with wrong content topic","time":{"start":1724922887532,"stop":1724922887532,"duration":0},"status":"passed","severity":"normal"},{"uid":"cda1efeb383a3fd4","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1724922727645,"stop":1724922727645,"duration":0},"status":"passed","severity":"normal"},{"uid":"34ab69a0dbf734c7","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1724922382327,"stop":1724922382327,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e2e621b99b94965","name":"LightPush with 0 connections","time":{"start":1724922661624,"stop":1724922661625,"duration":1},"status":"passed","severity":"normal"},{"uid":"36b9ef555ff0fa9e","name":"Check message on other pubsub topic is not received","time":{"start":1724922845262,"stop":1724922845262,"duration":0},"status":"passed","severity":"normal"},{"uid":"99991fb8b7ca31d7","name":"Reusing cursor across nodes","time":{"start":1724922928888,"stop":1724922928888,"duration":0},"status":"passed","severity":"normal"},{"uid":"258d9231ce867db6","name":"throws on empty content topic","time":{"start":1724922374657,"stop":1724922374657,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a75ce588d3b1141","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1724922999268,"stop":1724922999269,"duration":1},"status":"passed","severity":"normal"},{"uid":"7732ef15cef4fdf0","name":"Check publish message containing JSON","time":{"start":1724922887525,"stop":1724922887526,"duration":1},"status":"passed","severity":"normal"},{"uid":"e42ed0e7992973fb","name":"Should update shard info","time":{"start":1724922778646,"stop":1724922778646,"duration":0},"status":"passed","severity":"normal"},{"uid":"cacf58ad4dc37b41","name":"random static sharding 3 - Cluster ID: 353, Shard ID: 920","time":{"start":1724922946230,"stop":1724922946230,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6758088bfed03cb","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1724922398922,"stop":1724922398922,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4959e54bcd3e472","name":"Check received message containing unicode special characters","time":{"start":1724922845238,"stop":1724922845239,"duration":1},"status":"passed","severity":"normal"},{"uid":"1eaf73570946865","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1724923012475,"stop":1724923012475,"duration":0},"status":"passed","severity":"normal"},{"uid":"c979c5bd8a182114","name":"Publish message with custom timestamp: Thu Aug 29 2024 10:14:22 GMT+0000 (Coordinated Universal Time)","time":{"start":1724922887530,"stop":1724922887531,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef0bbdca2a67ce0e","name":"should properly create location multiaddrs - udp6","time":{"start":1724922383089,"stop":1724922383090,"duration":1},"status":"passed","severity":"normal"},{"uid":"3183bd22702f826","name":"should be able to decode the field with only RELAY set to true","time":{"start":1724922382328,"stop":1724922382329,"duration":1},"status":"passed","severity":"normal"},{"uid":"24b830ab7b73f55f","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1724922891493,"stop":1724922891493,"duration":0},"status":"passed","severity":"normal"},{"uid":"273f2a5624bab09d","name":"Check message on other pubsub topic is not received","time":{"start":1724922601855,"stop":1724922601855,"duration":0},"status":"passed","severity":"normal"},{"uid":"47c75ec98b3ae092","name":"Check received message containing Script","time":{"start":1724922601841,"stop":1724922601841,"duration":0},"status":"passed","severity":"normal"},{"uid":"cad39391d3a1305f","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1724922382325,"stop":1724922382325,"duration":0},"status":"passed","severity":"normal"},{"uid":"5dbe23fe23a94c7a","name":"Push message with content topic containing Russian","time":{"start":1724922921468,"stop":1724922921468,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb080975fc4393f9","name":"Query generator for multiple messages with different message text format","time":{"start":1724922971797,"stop":1724922971798,"duration":1},"status":"passed","severity":"normal"},{"uid":"28a14b166bc2e2b3","name":"Check message with no payload is not received","time":{"start":1724922601857,"stop":1724922601857,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbf4513184c70f0b","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1724922928885,"stop":1724922928885,"duration":0},"status":"passed","severity":"normal"},{"uid":"6880bc512fad4294","name":"safeDispatchEvent","time":{"start":1724922465399,"stop":1724922465400,"duration":1},"status":"passed","severity":"normal"},{"uid":"7217450b24b8ff6f","name":"Check received message containing short","time":{"start":1724922601837,"stop":1724922601838,"duration":1},"status":"passed","severity":"normal"},{"uid":"17fd057c1dc12662","name":"Push message with content topic containing Script","time":{"start":1724922853919,"stop":1724922853920,"duration":1},"status":"passed","severity":"normal"},{"uid":"e49d8558054efdfc","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1724922508639,"stop":1724922508639,"duration":0},"status":"passed","severity":"normal"},{"uid":"71144925e22e27ed","name":"Add multiple subscription objects on single nwaku node","time":{"start":1724923012468,"stop":1724923012469,"duration":1},"status":"passed","severity":"normal"},{"uid":"c12dac16b4d8eb18","name":"Subscribe to topic containing Script and receive message","time":{"start":1724922635357,"stop":1724922635357,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f0d2ccbf726c55c","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1724922611441,"stop":1724922611441,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccef2ce32a6b6cd6","name":"should return unique PubsubTopics for static sharding","time":{"start":1724922374678,"stop":1724922374678,"duration":0},"status":"passed","severity":"normal"},{"uid":"c27beae0f511b3c1","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1724922906445,"stop":1724922906446,"duration":1},"status":"passed","severity":"normal"},{"uid":"980238336f0b5e4c","name":"Ordered Callback - true","time":{"start":1724922966705,"stop":1724922966705,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa340ee2e7f0031c","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1724922635360,"stop":1724922635360,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ce17db3b2eebd21","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724922508635,"stop":1724922508636,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9ecdb8bf9acb241","name":"Add multiple subscription objects on single nwaku node","time":{"start":1724923012484,"stop":1724923012484,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d90dfe846bfb53","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1724922374693,"stop":1724922374693,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8af958e8f942f15","name":"Nodes with multiple pubsub topic","time":{"start":1724922862335,"stop":1724922862335,"duration":0},"status":"passed","severity":"normal"},{"uid":"69be794e460fa860","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1724922635358,"stop":1724922635359,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0de632ecd3df7ed","name":"Nwaku publishes","time":{"start":1724922866493,"stop":1724922866493,"duration":0},"status":"passed","severity":"normal"},{"uid":"bea89194290154aa","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1724923012483,"stop":1724923012483,"duration":0},"status":"passed","severity":"normal"},{"uid":"7616c6abae9bb00f","name":"Subscribe to topic containing emoji and receive message","time":{"start":1724923012468,"stop":1724923012468,"duration":0},"status":"passed","severity":"normal"},{"uid":"b77ed4ef0e52e392","name":"1 Relay, 1 Filter, gives up","time":{"start":1724922398278,"stop":1724922398278,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bec5a521833738c","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1724922374677,"stop":1724922374677,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4432f83ac9a4cf1","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app28/9/topic265/json","time":{"start":1724922906443,"stop":1724922906443,"duration":0},"status":"passed","severity":"normal"},{"uid":"c736312a3a55b34d","name":"Subscribe to topic containing XML and receive message","time":{"start":1724922635357,"stop":1724922635357,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6bb7e3b51d11ac7","name":"Overlapping topic subscription","time":{"start":1724923012476,"stop":1724923012476,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b1c034a2b9ab6db","name":"random static sharding 8 - Cluster ID: 473, Shard ID: 106","time":{"start":1724922946233,"stop":1724922946239,"duration":6},"status":"passed","severity":"normal"},{"uid":"2a4e3a8b0906f2f","name":"start node with empty shard should fail","time":{"start":1724922946245,"stop":1724922946245,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d5829f6ee2d9376","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1724922966286,"stop":1724922966286,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab75d6009b0532cc","name":"Ephemeral field set to true","time":{"start":1724922388047,"stop":1724922388047,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3cd6b6150a1fcc7","name":"Generator, 2 different pubsubtopics","time":{"start":1724922966283,"stop":1724922966283,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e9b4bddca43cadf","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1724922508640,"stop":1724922508640,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ade1addac00b73c","name":"Push message equal or less that 1MB","time":{"start":1724922921475,"stop":1724922921475,"duration":0},"status":"passed","severity":"normal"},{"uid":"31aa057e9e1c0767","name":"Subscribe to topic containing numeric and receive message","time":{"start":1724923012462,"stop":1724923012462,"duration":0},"status":"passed","severity":"normal"},{"uid":"e54a64ad38ffc537","name":"Check received message containing XML","time":{"start":1724922845236,"stop":1724922845236,"duration":0},"status":"passed","severity":"normal"},{"uid":"e75c6f9e2c4de812","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1724922398402,"stop":1724922398402,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a123919a1920902","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","time":{"start":1724922535051,"stop":1724922535052,"duration":1},"status":"passed","severity":"normal"},{"uid":"582dfa3cccad9abd","name":"Push message with custom timestamp: 1694164235572","time":{"start":1724922921473,"stop":1724922921473,"duration":0},"status":"passed","severity":"normal"},{"uid":"65e2d4fa8dc9b0e1","name":"Filter with 0 connections","time":{"start":1724922661625,"stop":1724922661635,"duration":10},"status":"passed","severity":"normal"},{"uid":"8735a1d647fef6bc","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1724922388050,"stop":1724922388050,"duration":0},"status":"passed","severity":"normal"},{"uid":"c600650a6d9d611e","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1724922377154,"stop":1724922377155,"duration":1},"status":"passed","severity":"normal"},{"uid":"accca850c73809bd","name":"Overlapping topic subscription","time":{"start":1724923012461,"stop":1724923012461,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8d2367a0795d006","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1724923012472,"stop":1724923012472,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6dd016781c33ba","name":"isConnected return false after peer stops","time":{"start":1724922476376,"stop":1724922476376,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca5f00d5f3b78f64","name":"Waku message hash computation (meta attribute not present)","time":{"start":1724922377155,"stop":1724922377155,"duration":0},"status":"passed","severity":"normal"},{"uid":"a415b581fcc6cc0c","name":"Query with Promise Callback, No Decoder","time":{"start":1724922950823,"stop":1724922950824,"duration":1},"status":"passed","severity":"normal"},{"uid":"90217f231214f929","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1724922611434,"stop":1724922611434,"duration":0},"status":"passed","severity":"normal"},{"uid":"637625bf4e879e64","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1724922374693,"stop":1724922374694,"duration":1},"status":"passed","severity":"normal"},{"uid":"28dd7652976442d6","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1724923048501,"stop":1724923048501,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9b7bfcb9db8fb58","name":"Accepts a valid Waku Message","time":{"start":1724922391231,"stop":1724922391232,"duration":1},"status":"passed","severity":"normal"},{"uid":"24fec490d5804f17","name":"Query Generator, No Decoder","time":{"start":1724922950820,"stop":1724922950820,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3cd385c9526b1d3","name":"getPeersByDiscovery","time":{"start":1724922465396,"stop":1724922465397,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7ba0f6353598ac","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1724922374684,"stop":1724922374684,"duration":0},"status":"passed","severity":"normal"},{"uid":"fda92576a082a979","name":"shard 0","time":{"start":1724922946228,"stop":1724922946228,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e6e7b11f1f330af","name":"Number of peers are maintained correctly","time":{"start":1724922535036,"stop":1724922535037,"duration":1},"status":"passed","severity":"normal"},{"uid":"50fee164ddb7b660","name":"LightPush with 2 connections","time":{"start":1724922661638,"stop":1724922661641,"duration":3},"status":"passed","severity":"normal"},{"uid":"11ff86f6482e0a19","name":"Push message with content topic containing special chars","time":{"start":1724922853916,"stop":1724922853916,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e55baf9c9b5f50b","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1724922374684,"stop":1724922374684,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d8aac099f77b4d1","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1724922862334,"stop":1724922862335,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec0a8b0c8290189b","name":"Check received message containing long","time":{"start":1724922601838,"stop":1724922601838,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c2b43d7465f171a","name":"Check received message containing Script","time":{"start":1724922845236,"stop":1724922845236,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9feb206aa3f02e6","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1724922891486,"stop":1724922891486,"duration":0},"status":"passed","severity":"normal"},{"uid":"867c3b811587e9db","name":"Encoder throws on empty string content topic","time":{"start":1724922408756,"stop":1724922408756,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c810151d293768d","name":"Push message with unicode special characters payload","time":{"start":1724922853912,"stop":1724922853912,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcc6db9d9295415a","name":"Relay - times out","time":{"start":1724923008734,"stop":1724923008735,"duration":1},"status":"passed","severity":"normal"},{"uid":"907bd9f8933676d4","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1724922891489,"stop":1724922891490,"duration":1},"status":"passed","severity":"normal"},{"uid":"16a990b80753a436","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1724922382330,"stop":1724922382331,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a07566848db0651","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1724922999270,"stop":1724922999271,"duration":1},"status":"passed","severity":"normal"},{"uid":"eb1212c894e3a5c7","name":"Ping succeeds for all connected peers","time":{"start":1724922535037,"stop":1724922535037,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2afd7abd7f2e393","name":"Push message with SQL Injection payload","time":{"start":1724922921446,"stop":1724922921447,"duration":1},"status":"passed","severity":"normal"},{"uid":"649270fe6f4d65d9","name":"Check meta is set [ecies]","time":{"start":1724922410311,"stop":1724922410311,"duration":0},"status":"passed","severity":"normal"},{"uid":"429c63902dc1b18e","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1724922536233,"stop":1724922536233,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d8930f3ace11321","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1724922382331,"stop":1724922382332,"duration":1},"status":"passed","severity":"normal"},{"uid":"46b895b55d9357b3","name":"same cluster, different shard: nodes don't connect","time":{"start":1724922611419,"stop":1724922611419,"duration":0},"status":"passed","severity":"normal"},{"uid":"298e646f41fd4ee0","name":"Fields are not dropped","time":{"start":1724922387360,"stop":1724922387362,"duration":2},"status":"passed","severity":"normal"},{"uid":"4f666b7b6f05e301","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1724923012466,"stop":1724923012466,"duration":0},"status":"passed","severity":"normal"},{"uid":"98d5a4c6d9df22e3","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1724922999268,"stop":1724922999268,"duration":0},"status":"passed","severity":"normal"},{"uid":"f15ca01d7ff3e315","name":"Push message with content topic containing long","time":{"start":1724922921466,"stop":1724922921466,"duration":0},"status":"passed","severity":"normal"},{"uid":"9713e188a70d6fe7","name":"Passing page size 1 when there are 4 messages","time":{"start":1724922983780,"stop":1724922983781,"duration":1},"status":"passed","severity":"normal"},{"uid":"67df3dc8fb95e430","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1724922891485,"stop":1724922891485,"duration":0},"status":"passed","severity":"normal"},{"uid":"2227eca611fb7f03","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1724923012473,"stop":1724923012474,"duration":1},"status":"passed","severity":"normal"},{"uid":"38092e9f15e48512","name":"Check received message containing Russian","time":{"start":1724922601840,"stop":1724922601840,"duration":0},"status":"passed","severity":"normal"},{"uid":"52d49d5a400f8ff8","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1724922374688,"stop":1724922374688,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcd96ba8baad1ddf","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1724922436972,"stop":1724922436973,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c6002448607312b","name":"Check publish message containing Arabic","time":{"start":1724922887522,"stop":1724922887523,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a1f72953a2693be","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1724923048502,"stop":1724923048502,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd9df8b15714ade1","name":"addEventListener with correct event","time":{"start":1724922465393,"stop":1724922465393,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b16bac1bcec2cde","name":"can start the service","time":{"start":1724922890064,"stop":1724922890065,"duration":1},"status":"passed","severity":"normal"},{"uid":"41ccd65bb03671e6","name":"should only return 1 node with store capability","time":{"start":1724922398921,"stop":1724922398922,"duration":1},"status":"passed","severity":"normal"},{"uid":"5088150c2e77cf36","name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","time":{"start":1724922778324,"stop":1724922778324,"duration":0},"status":"passed","severity":"normal"},{"uid":"24110eec20e0a23e","name":"passes more than one ENR URLs and attempts connection","time":{"start":1724922439103,"stop":1724922439103,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6642e7b0bd32e712","name":"should throw an error if shards are undefined for static sharding","time":{"start":1724922374680,"stop":1724922374680,"duration":0},"status":"passed","severity":"normal"},{"uid":"b80441ff0ce30c67","name":"Check received message containing Chinese","time":{"start":1724922845234,"stop":1724922845234,"duration":0},"status":"passed","severity":"normal"},{"uid":"40ac64ac740f6188","name":"Check publish message containing shell command","time":{"start":1724922887526,"stop":1724922887526,"duration":0},"status":"passed","severity":"normal"},{"uid":"caa69e455b012802","name":"should not receive a peer event before start","time":{"start":1724922890067,"stop":1724922890068,"duration":1},"status":"passed","severity":"normal"},{"uid":"cfb188e5e45e2fe0","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1724922647836,"stop":1724922647836,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a6e2a213942948","name":"Register correct protocols","time":{"start":1724922891482,"stop":1724922891483,"duration":1},"status":"passed","severity":"normal"},{"uid":"350f27d8d52022b","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1724922374692,"stop":1724922374692,"duration":0},"status":"passed","severity":"normal"},{"uid":"87e52898974ddddc","name":"Fails to push message with empty content topic","time":{"start":1724922853927,"stop":1724922853927,"duration":0},"status":"passed","severity":"normal"},{"uid":"9314839260f269ca","name":"Subscribe to topic containing XML and receive message","time":{"start":1724923012481,"stop":1724923012481,"duration":0},"status":"passed","severity":"normal"},{"uid":"bae0c2b6c273bf6a","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1724922611433,"stop":1724922611433,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a04a994f7e4bb7a","name":"Refresh subscription","time":{"start":1724923012461,"stop":1724923012461,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec028e33e0a411fa","name":"Push message with meta","time":{"start":1724922921472,"stop":1724922921472,"duration":0},"status":"passed","severity":"normal"},{"uid":"f46f477fe75f7e36","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1724922398404,"stop":1724922398404,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c39b8c464c27ba5","name":"should throw error - no public key","time":{"start":1724922383081,"stop":1724922383081,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b45b47bc6d16d29","name":"Check publish message containing special chars","time":{"start":1724922887521,"stop":1724922887522,"duration":1},"status":"passed","severity":"normal"},{"uid":"7aea3efd70e2e3ff","name":"Query Generator - true","time":{"start":1724922966703,"stop":1724922966704,"duration":1},"status":"passed","severity":"normal"},{"uid":"63df0c6f78fd4343","name":"Subscribe to topic containing short and receive message","time":{"start":1724923012477,"stop":1724923012477,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1e13910cac9b681","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1724922891493,"stop":1724922891494,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b010ae2946eb952","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1724922374671,"stop":1724922374671,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6da6febea261f6","name":"random static sharding 4 - Cluster ID: 972, Shard ID: 12","time":{"start":1724922946230,"stop":1724922946230,"duration":0},"status":"passed","severity":"normal"},{"uid":"d23f26589611fc48","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1724922611428,"stop":1724922611429,"duration":1},"status":"passed","severity":"normal"},{"uid":"39d15b285871289f","name":"Push message with short payload","time":{"start":1724922921438,"stop":1724922921439,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e2bf56770daf9e3","name":"connects to nwaku","time":{"start":1724922998982,"stop":1724922998983,"duration":1},"status":"passed","severity":"normal"},{"uid":"473fbd8c567988c0","name":"Ephemeral messages are not stored","time":{"start":1724922436968,"stop":1724922436969,"duration":1},"status":"passed","severity":"normal"},{"uid":"1234bc9c2dea9b9","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724922611434,"stop":1724922611434,"duration":0},"status":"passed","severity":"normal"},{"uid":"7464a1f506d9d5c0","name":"getPeersByDiscovery","time":{"start":1724922865535,"stop":1724922865536,"duration":1},"status":"passed","severity":"normal"},{"uid":"35dfdbda77fa59d6","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1724922647835,"stop":1724922647835,"duration":0},"status":"passed","severity":"normal"},{"uid":"b04c4681d0b835fd","name":"Push message with content topic containing numeric","time":{"start":1724922853915,"stop":1724922853916,"duration":1},"status":"passed","severity":"normal"},{"uid":"c13c693f1be866cb","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1724922611444,"stop":1724922611444,"duration":0},"status":"passed","severity":"normal"},{"uid":"1cec41a743122379","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1724923012473,"stop":1724923012473,"duration":0},"status":"passed","severity":"normal"},{"uid":"4313fc3879caeb60","name":"non connected peers","time":{"start":1724922845654,"stop":1724922845654,"duration":0},"status":"skipped","severity":"normal"},{"uid":"957b9d1f78828c29","name":"Push message with long payload","time":{"start":1724922921439,"stop":1724922921440,"duration":1},"status":"passed","severity":"normal"},{"uid":"f87d6edbc4e62a8a","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1724922635355,"stop":1724922635355,"duration":0},"status":"passed","severity":"normal"},{"uid":"85006f9518066c4e","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1724922387839,"stop":1724922387839,"duration":0},"status":"passed","severity":"normal"},{"uid":"4740b78f9e974df9","name":"Wrong topic","time":{"start":1724922906444,"stop":1724922906444,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0ac56c51cdffd49","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1724922374682,"stop":1724922374683,"duration":1},"status":"passed","severity":"normal"},{"uid":"d4e457df3d2257b1","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1724922425597,"stop":1724922425598,"duration":1},"status":"passed","severity":"normal"},{"uid":"714b5de8758edf11","name":"Check received message containing Arabic","time":{"start":1724922845234,"stop":1724922845235,"duration":1},"status":"passed","severity":"normal"},{"uid":"b881a0e06d72a552","name":"less peers than existing","time":{"start":1724922845654,"stop":1724922845654,"duration":0},"status":"skipped","severity":"normal"},{"uid":"2c44eb3904dd77f0","name":"Check received message containing Russian","time":{"start":1724922845235,"stop":1724922845235,"duration":0},"status":"passed","severity":"normal"},{"uid":"58d14de1eb2d13bb","name":"Publishes to nwaku","time":{"start":1724922866492,"stop":1724922866492,"duration":0},"status":"passed","severity":"normal"},{"uid":"1778617ab696e9c2","name":"Refresh subscription","time":{"start":1724922635353,"stop":1724922635353,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0e830bb18d7a982","name":"should throw an error for missing required configuration","time":{"start":1724922374680,"stop":1724922374680,"duration":0},"status":"passed","severity":"normal"},{"uid":"6bd4144819ef9e24","name":"Asymmetric encrypt & decrypt","time":{"start":1724922409248,"stop":1724922409248,"duration":0},"status":"passed","severity":"normal"},{"uid":"93368a7c23ce8184","name":"Encoder throws on empty string content topic","time":{"start":1724922388049,"stop":1724922388049,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/7376/widgets/status-chart.json b/7376/widgets/status-chart.json index dfba5b84017..f1217b65012 100644 --- a/7376/widgets/status-chart.json +++ b/7376/widgets/status-chart.json @@ -1 +1 @@ -[{"uid":"c743c9f41a83bfff","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app77/8/topic221/proto","time":{"start":1724921613054,"stop":1724921613054,"duration":0},"status":"passed","severity":"normal"},{"uid":"71d22c15c157cf5","name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1724921497759,"stop":1724921497759,"duration":0},"status":"passed","severity":"normal"},{"uid":"94d7d0265deef02e","name":"should be able to decode the field with only STORE set to true","time":{"start":1724921045534,"stop":1724921045535,"duration":1},"status":"passed","severity":"normal"},{"uid":"57adf6c633c7dfd2","name":"Check publish message after service node is restarted","time":{"start":1724921564784,"stop":1724921564784,"duration":0},"status":"skipped","severity":"normal"},{"uid":"94db25ca37fbe627","name":"same cluster, same shard: nodes connect","time":{"start":1724921419681,"stop":1724921419682,"duration":1},"status":"passed","severity":"normal"},{"uid":"af5f6ba77a50af2","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724921270343,"stop":1724921270344,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba99988ac84ac02f","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1724921625081,"stop":1724921625081,"duration":0},"status":"passed","severity":"normal"},{"uid":"23449d9e4a8ee0dc","name":"should not fail to start the service if it is already started","time":{"start":1724921065910,"stop":1724921065910,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b492faa962be216","name":"Check received message containing shell command","time":{"start":1724921515223,"stop":1724921515223,"duration":0},"status":"passed","severity":"normal"},{"uid":"da0313b09ec9a09","name":"Asymmetric encrypt & decrypt","time":{"start":1724921072290,"stop":1724921072291,"duration":1},"status":"passed","severity":"normal"},{"uid":"639ac34f37759bd7","name":"start node with empty shard should fail","time":{"start":1724921619641,"stop":1724921619641,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0cd2ebe077eef3b","name":"Query generator for multiple messages","time":{"start":1724921663252,"stop":1724921663253,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f989cc418aec268","name":"Push message with content topic containing numeric","time":{"start":1724921602957,"stop":1724921602958,"duration":1},"status":"passed","severity":"normal"},{"uid":"6009f0c5e4688b78","name":"Subscribe to topic containing XML and receive message","time":{"start":1724921625066,"stop":1724921625067,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a7bd63b41199071","name":"Check received message containing unicode special characters","time":{"start":1724921267871,"stop":1724921267871,"duration":0},"status":"passed","severity":"normal"},{"uid":"b29a311e728de486","name":"Round trip binary encryption [ecies, signature]","time":{"start":1724921073459,"stop":1724921073459,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac1c9306ef7a24b8","name":"Add multiple subscription objects on single nwaku node","time":{"start":1724921297019,"stop":1724921297019,"duration":0},"status":"passed","severity":"normal"},{"uid":"efc70e3398d1c1c1","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app52/10/topic952/xml","time":{"start":1724921613053,"stop":1724921613054,"duration":1},"status":"passed","severity":"normal"},{"uid":"b44ef3349f8ee6a0","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1724921045536,"stop":1724921045537,"duration":1},"status":"passed","severity":"normal"},{"uid":"ffa356eede5230f9","name":"Check received message containing XML","time":{"start":1724921267868,"stop":1724921267869,"duration":1},"status":"passed","severity":"normal"},{"uid":"96375094dcc5371b","name":"Subscribe to topic containing Script and publish message","time":{"start":1724921563019,"stop":1724921563019,"duration":0},"status":"passed","severity":"normal"},{"uid":"86b051aab211a1d3","name":"Fails to publish message with size larger than 1 MB","time":{"start":1724921564783,"stop":1724921564783,"duration":0},"status":"passed","severity":"normal"},{"uid":"57e3b6cb900b6f2e","name":"random static sharding 1 - Cluster ID: 447, Shard ID: 662","time":{"start":1724921619629,"stop":1724921619630,"duration":1},"status":"passed","severity":"normal"},{"uid":"4279ca959ca6444f","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1724921300828,"stop":1724921300829,"duration":1},"status":"passed","severity":"normal"},{"uid":"97a38bc575111e52","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1724921669871,"stop":1724921669871,"duration":0},"status":"passed","severity":"normal"},{"uid":"66b037b4a8cef1ff","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1724921270350,"stop":1724921270350,"duration":0},"status":"passed","severity":"normal"},{"uid":"b58d1a77e5fc54e3","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1724921270367,"stop":1724921270367,"duration":0},"status":"passed","severity":"normal"},{"uid":"705bd525336169a2","name":"it tolerates circular branch references","time":{"start":1724921061846,"stop":1724921061847,"duration":1},"status":"passed","severity":"normal"},{"uid":"244cd06bd68cd8b8","name":"Ephemeral messages are not stored","time":{"start":1724921099697,"stop":1724921099697,"duration":0},"status":"passed","severity":"normal"},{"uid":"4bb211cc96c8882f","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1724921061851,"stop":1724921061852,"duration":1},"status":"skipped","severity":"normal"},{"uid":"793cc19652c125b6","name":"Filter with 0 connections","time":{"start":1724921321310,"stop":1724921321310,"duration":0},"status":"passed","severity":"normal"},{"uid":"97f514d7c2ca01cb","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1724921270364,"stop":1724921270364,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2b8d0915111e814","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1724921540109,"stop":1724921540109,"duration":0},"status":"passed","severity":"normal"},{"uid":"40a7911f97643c4","name":"should be able to encode the field with only FILTER set to true","time":{"start":1724921045529,"stop":1724921045529,"duration":0},"status":"passed","severity":"normal"},{"uid":"e875276a4d423883","name":"Push message with content topic containing XML","time":{"start":1724921529587,"stop":1724921529587,"duration":0},"status":"passed","severity":"normal"},{"uid":"beb86ae22843be","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1724921037646,"stop":1724921037647,"duration":1},"status":"passed","severity":"normal"},{"uid":"b20ae5c0aa75cb88","name":"Subscribe to topic containing Russian and receive message","time":{"start":1724921625085,"stop":1724921625085,"duration":0},"status":"passed","severity":"normal"},{"uid":"cfdfe26fc1eaf1b2","name":"LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","time":{"start":1724921497753,"stop":1724921497753,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd0e52b593c94b06","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1724921625078,"stop":1724921625079,"duration":1},"status":"passed","severity":"normal"},{"uid":"e890a7495904d422","name":"Subscribe and receive messages via waku relay post","time":{"start":1724921296997,"stop":1724921296998,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7b5afa4e71a3cee","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1724921723784,"stop":1724921723784,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b3fd67c4e7e6762","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1724921037625,"stop":1724921037625,"duration":0},"status":"passed","severity":"normal"},{"uid":"69beb220f7308151","name":"Push message with short payload","time":{"start":1724921602941,"stop":1724921602941,"duration":0},"status":"passed","severity":"normal"},{"uid":"922fb08040cbb24d","name":"should be online or offline if network state changed","time":{"start":1724921088202,"stop":1724921088203,"duration":1},"status":"passed","severity":"normal"},{"uid":"39c6e8808cf3a25b","name":"Push message with content topic containing numeric","time":{"start":1724921529583,"stop":1724921529583,"duration":0},"status":"passed","severity":"normal"},{"uid":"178ddc9b30ef74d9","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1724921540108,"stop":1724921540109,"duration":1},"status":"passed","severity":"normal"},{"uid":"c938296c22024c2b","name":"Check received message with timestamp: 1649153314 ","time":{"start":1724921515226,"stop":1724921515226,"duration":0},"status":"passed","severity":"normal"},{"uid":"8610d85b9cb2bacb","name":"same cluster, different shard: nodes don't connect","time":{"start":1724921270339,"stop":1724921270339,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c671e294898fe3d","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1724921300787,"stop":1724921300788,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba6c47bdcf882140","name":"should emit a peer event after start","time":{"start":1724921559016,"stop":1724921559017,"duration":1},"status":"passed","severity":"normal"},{"uid":"737256e492c16b8e","name":"Subscribe to topic containing Russian and publish message","time":{"start":1724921563018,"stop":1724921563018,"duration":0},"status":"passed","severity":"normal"},{"uid":"429a8970c81439fc","name":"should set field with all protocols enabled","time":{"start":1724921046208,"stop":1724921046208,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3c248b7f48c5225","name":"Renews peer on consistent missed messages","time":{"start":1724921196358,"stop":1724921196359,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ebf0ee987b24b7e","name":"Check message with invalid timestamp is not received","time":{"start":1724921515226,"stop":1724921515227,"duration":1},"status":"passed","severity":"normal"},{"uid":"73b182a5cd16618c","name":"Check received message containing special chars","time":{"start":1724921515219,"stop":1724921515220,"duration":1},"status":"passed","severity":"normal"},{"uid":"355c9bf4afe22666","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1724921625035,"stop":1724921625036,"duration":1},"status":"passed","severity":"normal"},{"uid":"be45cbc973c6f285","name":"Push 30 different messages","time":{"start":1724921602955,"stop":1724921602955,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2500cc441ed711c","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1724921563019,"stop":1724921563019,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa9c496b59b6ea30","name":"LightPush with 3 connections","time":{"start":1724921321312,"stop":1724921321312,"duration":0},"status":"passed","severity":"normal"},{"uid":"9900fd9783bb8945","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1724921297018,"stop":1724921297018,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8e6953dfdbec3ff","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1724921270352,"stop":1724921270352,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9e919bdf22807c","name":"should not receive a peer event after stop","time":{"start":1724921098919,"stop":1724921098920,"duration":1},"status":"passed","severity":"normal"},{"uid":"9bde1852120a429d","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1724921669871,"stop":1724921669872,"duration":1},"status":"passed","severity":"normal"},{"uid":"561afc3a299244ed","name":"should use DNS peer discovery with light client","time":{"start":1724921098921,"stop":1724921098921,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f3c351d23422be3b","name":"Check received message containing unicode special characters","time":{"start":1724921515238,"stop":1724921515238,"duration":0},"status":"passed","severity":"normal"},{"uid":"24ac82609562db1f","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1724921164606,"stop":1724921164608,"duration":2},"status":"passed","severity":"normal"},{"uid":"1ef9fd84f68eab47","name":"Renews subscription after lossing a connection","time":{"start":1724921625094,"stop":1724921625095,"duration":1},"status":"passed","severity":"normal"},{"uid":"c526609e511a3e4","name":"Query with Promise Callback, No message returned","time":{"start":1724921640402,"stop":1724921640402,"duration":0},"status":"passed","severity":"normal"},{"uid":"d97a66eebd73c4d8","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1724921297009,"stop":1724921297010,"duration":1},"status":"passed","severity":"normal"},{"uid":"324b68e7b2e901a","name":"Nodes with multiple pubsub topic","time":{"start":1724921540107,"stop":1724921540108,"duration":1},"status":"passed","severity":"normal"},{"uid":"577bddb44087ca5d","name":"Accepts a valid Waku Message","time":{"start":1724921054319,"stop":1724921054320,"duration":1},"status":"passed","severity":"normal"},{"uid":"671a52c5b98652dc","name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","time":{"start":1724921497762,"stop":1724921497762,"duration":0},"status":"passed","severity":"normal"},{"uid":"1eac0b5a5fccbf2c","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1724921379980,"stop":1724921379980,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1d8151468e3b86c","name":"Check message with no payload is not received","time":{"start":1724921515228,"stop":1724921515228,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7bb9c122c7e4834","name":"random static sharding 9 - Cluster ID: 422, Shard ID: 213","time":{"start":1724921619638,"stop":1724921619639,"duration":1},"status":"passed","severity":"normal"},{"uid":"718c7490c243eab2","name":"Decrypt messages","time":{"start":1724921517832,"stop":1724921517832,"duration":0},"status":"passed","severity":"normal"},{"uid":"93ec262b8845ed56","name":"Check received message containing Script","time":{"start":1724921267868,"stop":1724921267868,"duration":0},"status":"passed","severity":"normal"},{"uid":"26b5ecbf5b96908f","name":"Subscribe to topic containing emoji and receive message","time":{"start":1724921297019,"stop":1724921297019,"duration":0},"status":"passed","severity":"normal"},{"uid":"897ab3a0d540ccf9","name":"different cluster, different shard: nodes don't connect","time":{"start":1724921270341,"stop":1724921270341,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ce475934c976a28","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1724921613057,"stop":1724921613058,"duration":1},"status":"passed","severity":"normal"},{"uid":"649407e5f82ef65b","name":"Push message with custom timestamp: 1694162897150","time":{"start":1724921602986,"stop":1724921602987,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b2783d435d038b9","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1724921625049,"stop":1724921625050,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc16ba5b687a43db","name":"Push message equal or less that 1MB","time":{"start":1724921529593,"stop":1724921529593,"duration":0},"status":"passed","severity":"normal"},{"uid":"74ee1a35ac2bd4e4","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1724921037631,"stop":1724921037632,"duration":1},"status":"passed","severity":"normal"},{"uid":"b40ce6b8319ca8e6","name":"Query generator for multiple messages with multiple decoders","time":{"start":1724921663253,"stop":1724921663254,"duration":1},"status":"passed","severity":"normal"},{"uid":"b067aa7821b49b78","name":"can start the service","time":{"start":1724921065908,"stop":1724921065908,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f5310b2b152d558","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1724921419680,"stop":1724921419680,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cc2caaa2ff0ede4","name":"Check publish message containing emoji","time":{"start":1724921564778,"stop":1724921564778,"duration":0},"status":"passed","severity":"normal"},{"uid":"304977d6c5e2c9c","name":"Check message on other pubsub topic is not received","time":{"start":1724921515252,"stop":1724921515253,"duration":1},"status":"passed","severity":"normal"},{"uid":"4169eb8dce4c22b5","name":"should handle corrupted local storage data gracefully","time":{"start":1724921065913,"stop":1724921065913,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccf0ac6e277c9e3e","name":"Check received message containing short","time":{"start":1724921515230,"stop":1724921515230,"duration":0},"status":"passed","severity":"normal"},{"uid":"5dad0a3d54672d90","name":"should properly create location multiaddrs - udp","time":{"start":1724921046206,"stop":1724921046206,"duration":0},"status":"passed","severity":"normal"},{"uid":"fccd62677c31b05b","name":"should return false","time":{"start":1724921046199,"stop":1724921046199,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce56713ab1839f8e","name":"Ordered Callback sorting by timestamp while page direction is true","time":{"start":1724921656080,"stop":1724921656080,"duration":0},"status":"passed","severity":"normal"},{"uid":"865dadd940b0c07f","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1724921563018,"stop":1724921563018,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b1675ccda598740","name":"Check received message containing shell command","time":{"start":1724921267870,"stop":1724921267870,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe5e369e5f5637a1","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1724921141187,"stop":1724921141187,"duration":0},"status":"passed","severity":"normal"},{"uid":"4735384ab0a7bb63","name":"Check message with no content topic is not received","time":{"start":1724921515227,"stop":1724921515228,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6ca0458e3dcc154","name":"Push message with custom timestamp: 1724917697150","time":{"start":1724921602987,"stop":1724921602987,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f9cab0163b4f247","name":"Push message with Chinese payload","time":{"start":1724921529569,"stop":1724921529569,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca2419c1b243b65e","name":"Passing invalid cursor","time":{"start":1724921620609,"stop":1724921620610,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b32ca57e810ad27","name":"should throw error - no id","time":{"start":1724921046198,"stop":1724921046198,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb1ca02f3e5b2dda","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1724921037634,"stop":1724921037634,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c372c2c85bf8c55","name":"Check received message containing escaped characters","time":{"start":1724921267870,"stop":1724921267870,"duration":0},"status":"passed","severity":"normal"},{"uid":"68fb3e5ed49b6777","name":"Check received message with timestamp: 1649153314 ","time":{"start":1724921267873,"stop":1724921267873,"duration":0},"status":"passed","severity":"normal"},{"uid":"d65553ec6b4879b0","name":"should set field with only LIGHTPUSH enabled","time":{"start":1724921046209,"stop":1724921046209,"duration":0},"status":"passed","severity":"normal"},{"uid":"cecd57b280f7b2a0","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1724921037642,"stop":1724921037642,"duration":0},"status":"passed","severity":"normal"},{"uid":"139a37b8cb2c8888","name":"Should update shard info","time":{"start":1724921498166,"stop":1724921498167,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5424fb4e017cecf","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1724921296996,"stop":1724921296997,"duration":1},"status":"passed","severity":"normal"},{"uid":"dfc3da3f2d3f785b","name":"Check received message containing Arabic","time":{"start":1724921515232,"stop":1724921515232,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a8b157f2e0f69c6","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1724921071992,"stop":1724921071993,"duration":1},"status":"passed","severity":"normal"},{"uid":"566a4241c4c286f4","name":"Encoder throws on empty string content topic","time":{"start":1724921073460,"stop":1724921073460,"duration":0},"status":"passed","severity":"normal"},{"uid":"42be8292f8cf9f05","name":"should only return 1 node with store capability","time":{"start":1724921061850,"stop":1724921061850,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e4099b4edee5f7d","name":"Check received message with timestamp: 1724921087845 ","time":{"start":1724921267872,"stop":1724921267872,"duration":0},"status":"passed","severity":"normal"},{"uid":"a33beda5a3dd897e","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1724921620594,"stop":1724921620594,"duration":0},"status":"passed","severity":"normal"},{"uid":"3590ae2dd50a3bd1","name":"should properly create location multiaddrs - tcp","time":{"start":1724921046206,"stop":1724921046207,"duration":1},"status":"passed","severity":"normal"},{"uid":"19ef9604a1086272","name":"Non TWN Cluster","time":{"start":1724921613048,"stop":1724921613048,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc0ebfd5dd2e5344","name":"Js publishes, other Js receives","time":{"start":1724921538594,"stop":1724921538594,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5556ceddf3b5f9a","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1724921141186,"stop":1724921141187,"duration":1},"status":"passed","severity":"normal"},{"uid":"997580436d78ecb1","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1724921037643,"stop":1724921037644,"duration":1},"status":"passed","severity":"normal"},{"uid":"b91d4f87c9e1e882","name":"Subscribe to topic containing XML and receive message","time":{"start":1724921625091,"stop":1724921625092,"duration":1},"status":"passed","severity":"normal"},{"uid":"65262cf4bafeb989","name":"Relay - times out","time":{"start":1724921677827,"stop":1724921677827,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1b5e0c8a84169a","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1724921619641,"stop":1724921619641,"duration":0},"status":"passed","severity":"normal"},{"uid":"823bbc273d97879a","name":"Fields are not dropped","time":{"start":1724921050406,"stop":1724921050407,"duration":1},"status":"passed","severity":"normal"},{"uid":"771211132473dead","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app40/8/topic364/utf8","time":{"start":1724921613049,"stop":1724921613050,"duration":1},"status":"passed","severity":"normal"},{"uid":"6dd3b5473b7509cf","name":"Query Generator sorting by timestamp while page direction is true","time":{"start":1724921656079,"stop":1724921656079,"duration":0},"status":"passed","severity":"normal"},{"uid":"c41c35dbc849f2a1","name":"Check publish message containing Chinese","time":{"start":1724921564773,"stop":1724921564773,"duration":0},"status":"passed","severity":"normal"},{"uid":"890747a6931ab638","name":"random static sharding 4 - Cluster ID: 894, Shard ID: 630","time":{"start":1724921619632,"stop":1724921619633,"duration":1},"status":"passed","severity":"normal"},{"uid":"47aecb8f33927f95","name":"Push message with Script payload","time":{"start":1724921529571,"stop":1724921529571,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9106693e18881fb","name":"Subscribe to topic containing Script and receive message","time":{"start":1724921297015,"stop":1724921297016,"duration":1},"status":"passed","severity":"normal"},{"uid":"12422953122c0514","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724921379978,"stop":1724921379978,"duration":0},"status":"passed","severity":"normal"},{"uid":"b73081720c9466d3","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1724921046196,"stop":1724921046196,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d3fda186b727c06","name":"through manual discovery","time":{"start":1724921423894,"stop":1724921423895,"duration":1},"status":"passed","severity":"normal"},{"uid":"a096303cced7eae1","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app68/6/topic182/xml","time":{"start":1724921613055,"stop":1724921613055,"duration":0},"status":"passed","severity":"normal"},{"uid":"b061af436d38b29f","name":"Push message with content topic containing unicode special characters","time":{"start":1724921529589,"stop":1724921529589,"duration":0},"status":"passed","severity":"normal"},{"uid":"4075845b44d29dbf","name":"Ping on subscribed peer","time":{"start":1724921158278,"stop":1724921158279,"duration":1},"status":"passed","severity":"normal"},{"uid":"7389501880c773fd","name":"Push message with XML payload","time":{"start":1724921529571,"stop":1724921529572,"duration":1},"status":"passed","severity":"normal"},{"uid":"f915f532cffc161b","name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","time":{"start":1724921497752,"stop":1724921497752,"duration":0},"status":"passed","severity":"normal"},{"uid":"12dc4d7b693e9e32","name":"Subscribe to topic containing special chars and receive message","time":{"start":1724921625083,"stop":1724921625083,"duration":0},"status":"passed","severity":"normal"},{"uid":"53b104eb1f21da28","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1724921297018,"stop":1724921297018,"duration":0},"status":"passed","severity":"normal"},{"uid":"266b4c134a4ca33c","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1724921037635,"stop":1724921037636,"duration":1},"status":"passed","severity":"normal"},{"uid":"d234033f2aa08804","name":"Reopen subscription with peer with lost subscription","time":{"start":1724921158281,"stop":1724921158282,"duration":1},"status":"passed","severity":"normal"},{"uid":"c01f9552be0d79d6","name":"should be able to encode the field with only STORE set to true","time":{"start":1724921045528,"stop":1724921045529,"duration":1},"status":"passed","severity":"normal"},{"uid":"b87b4a25c6359604","name":"Push message with content topic containing Basic HTML tag","time":{"start":1724921602961,"stop":1724921602961,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7013a29c3a3bbdb","name":"Check received message containing Basic HTML tag","time":{"start":1724921515236,"stop":1724921515236,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd878730bd98919c","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app46/10/topic629/xml","time":{"start":1724921613048,"stop":1724921613049,"duration":1},"status":"passed","severity":"normal"},{"uid":"339338c04ef6ba9e","name":"Check message with non string payload is not received","time":{"start":1724921515228,"stop":1724921515229,"duration":1},"status":"passed","severity":"normal"},{"uid":"38858c06b059a539","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1724921297010,"stop":1724921297011,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b885b66348c91eb","name":"can dial TLS multiaddrs","time":{"start":1724921423893,"stop":1724921423894,"duration":1},"status":"passed","severity":"normal"},{"uid":"221d617bfa1a4659","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1724921099698,"stop":1724921099699,"duration":1},"status":"passed","severity":"normal"},{"uid":"db56a3454154209a","name":"Subscribe to topic containing special chars and publish message","time":{"start":1724921563016,"stop":1724921563017,"duration":1},"status":"passed","severity":"normal"},{"uid":"5507f91b52ba9e50","name":"Subscribe to topic containing long and receive message","time":{"start":1724921625046,"stop":1724921625047,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6e069d3dc4eb0fc","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1724921625067,"stop":1724921625068,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f9ed63922c5749e","name":"Check publish message containing XML","time":{"start":1724921564775,"stop":1724921564775,"duration":0},"status":"passed","severity":"normal"},{"uid":"70032703f5dbaf2a","name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1724921497756,"stop":1724921497756,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0d1a0902d5cdd6c","name":"Decoder throws on undefined content topic","time":{"start":1724921071995,"stop":1724921071995,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce7643567f9afbf0","name":"Fails to publish message with empty text","time":{"start":1724921564782,"stop":1724921564782,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2be7481138e906","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1724921270357,"stop":1724921270358,"duration":1},"status":"passed","severity":"normal"},{"uid":"34d11e5e715f7261","name":"Sign & Recover","time":{"start":1724921072292,"stop":1724921072292,"duration":0},"status":"passed","severity":"normal"},{"uid":"a206bb49a8e6967f","name":"Ping succeeds for all connected peers","time":{"start":1724921196355,"stop":1724921196355,"duration":0},"status":"passed","severity":"normal"},{"uid":"154d0656330a56cc","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1724921045531,"stop":1724921045532,"duration":1},"status":"passed","severity":"normal"},{"uid":"4af30a605653ec21","name":"Passing page size 3 when there are 20 messages","time":{"start":1724921656191,"stop":1724921656192,"duration":1},"status":"passed","severity":"normal"},{"uid":"62c003fcc12ff210","name":"Filter with 3 connections","time":{"start":1724921321312,"stop":1724921321312,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3ed401537efdd33","name":"Check message on other pubsub topic is not received","time":{"start":1724921267874,"stop":1724921267874,"duration":0},"status":"passed","severity":"normal"},{"uid":"3dde28a496732b38","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1724921270359,"stop":1724921270360,"duration":1},"status":"passed","severity":"normal"},{"uid":"d249d79efd8490d6","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1724921625085,"stop":1724921625090,"duration":5},"status":"passed","severity":"normal"},{"uid":"17499a4803213f70","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1724921563017,"stop":1724921563017,"duration":0},"status":"passed","severity":"normal"},{"uid":"730098fbcbfc6c28","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1724921037655,"stop":1724921037655,"duration":0},"status":"passed","severity":"normal"},{"uid":"36774146fa4390ff","name":"Query generator for 2000 messages","time":{"start":1724921663256,"stop":1724921663256,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae31d2c2f5df4f5a","name":"throws on content topic with empty encoding field","time":{"start":1724921037623,"stop":1724921037623,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea95913aeee62d11","name":"Waku message hash computation (payload length 0)","time":{"start":1724921040180,"stop":1724921040180,"duration":0},"status":"passed","severity":"normal"},{"uid":"6949f27abe4303a1","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724921164590,"stop":1724921164591,"duration":1},"status":"passed","severity":"normal"},{"uid":"895e02af6eeb9af0","name":"Check message with non string payload is not received","time":{"start":1724921515255,"stop":1724921515256,"duration":1},"status":"passed","severity":"normal"},{"uid":"97acc56c2b9169f8","name":"getPeersByDiscovery","time":{"start":1724921583486,"stop":1724921583487,"duration":1},"status":"passed","severity":"normal"},{"uid":"a777e19e857fd151","name":"throws on content topic with generation field greater than 0","time":{"start":1724921037621,"stop":1724921037621,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1d665da1ce4fb78","name":"Register correct protocols","time":{"start":1724921563004,"stop":1724921563005,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f2d46c92a16308d","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1724921669871,"stop":1724921669871,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d2dd9c2cb5f4d0e","name":"Check received message containing Basic HTML tag","time":{"start":1724921267869,"stop":1724921267869,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7f136290a5ead37","name":"Ephemeral field set to true","time":{"start":1724921051055,"stop":1724921051055,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd746ba20a145eaa","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724921270365,"stop":1724921270366,"duration":1},"status":"passed","severity":"normal"},{"uid":"da4132c642b177e2","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1724921037643,"stop":1724921037643,"duration":0},"status":"passed","severity":"normal"},{"uid":"19d636f5194df652","name":"Subscribe to topic containing emoji and publish message","time":{"start":1724921563022,"stop":1724921563022,"duration":0},"status":"passed","severity":"normal"},{"uid":"5495b8f2b19be8a","name":"Subscribe to topic containing numeric and publish message","time":{"start":1724921563014,"stop":1724921563014,"duration":0},"status":"passed","severity":"normal"},{"uid":"b47994fa314e6490","name":"Query Generator - true","time":{"start":1724921640662,"stop":1724921640662,"duration":0},"status":"passed","severity":"normal"},{"uid":"edddcd3cc138eb85","name":"should throw error - no public key","time":{"start":1724921046198,"stop":1724921046199,"duration":1},"status":"passed","severity":"normal"},{"uid":"98a32868f726f38f","name":"random static sharding 3 - Cluster ID: 409, Shard ID: 679","time":{"start":1724921619631,"stop":1724921619632,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7a8b42323bb9ccb","name":"Push message with content topic containing short","time":{"start":1724921602956,"stop":1724921602956,"duration":0},"status":"passed","severity":"normal"},{"uid":"aec3877cce3faa28","name":"Subscribe to topic containing short and receive message","time":{"start":1724921625045,"stop":1724921625046,"duration":1},"status":"passed","severity":"normal"},{"uid":"7e664bd326bad1d5","name":"Push message with Arabic payload","time":{"start":1724921529570,"stop":1724921529570,"duration":0},"status":"passed","severity":"normal"},{"uid":"827ddc623973d149","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1724921270365,"stop":1724921270365,"duration":0},"status":"passed","severity":"normal"},{"uid":"cab562aa51b22dc4","name":"Push message with meta","time":{"start":1724921602984,"stop":1724921602984,"duration":0},"status":"passed","severity":"normal"},{"uid":"2130b1e19ec9a39c","name":"Subscribe and receive messages via lightPush","time":{"start":1724921296995,"stop":1724921296995,"duration":0},"status":"passed","severity":"normal"},{"uid":"acdbd24fcd8f31fc","name":"Subscribe to topic containing short and receive message","time":{"start":1724921625082,"stop":1724921625082,"duration":0},"status":"passed","severity":"normal"},{"uid":"31e7f36015be40b2","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1724921051057,"stop":1724921051058,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b2d9748a50e8bf","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1724921037634,"stop":1724921037634,"duration":0},"status":"passed","severity":"normal"},{"uid":"b73f8e7b202125ea","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1724921088194,"stop":1724921088196,"duration":2},"status":"passed","severity":"normal"},{"uid":"bf6f205c31d5a7a0","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app47/7/topic631/xml","time":{"start":1724921613054,"stop":1724921613054,"duration":0},"status":"passed","severity":"normal"},{"uid":"967b3f3488710c87","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1724921270354,"stop":1724921270354,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbe61787db9c75","name":"Check received message containing XML","time":{"start":1724921515236,"stop":1724921515236,"duration":0},"status":"passed","severity":"normal"},{"uid":"5cb3e839e5721dca","name":"random static sharding 2 - Cluster ID: 595, Shard ID: 275","time":{"start":1724921619630,"stop":1724921619631,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ba3f2593d964eca","name":"Check message received after nwaku node is restarted","time":{"start":1724921267899,"stop":1724921267899,"duration":0},"status":"skipped","severity":"normal"},{"uid":"44d1c1be0a6e52ed","name":"new peer added after a peer was already found","time":{"start":1724921583487,"stop":1724921583487,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8b09fe843c63e42b","name":"Relay - dialed first","time":{"start":1724921677826,"stop":1724921677826,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8131a7ef10da7fb","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1724921300788,"stop":1724921300789,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7088876be831e9f","name":"Check received message with timestamp: 1724921087396 ","time":{"start":1724921515248,"stop":1724921515248,"duration":0},"status":"passed","severity":"normal"},{"uid":"c481b454548f2601","name":"Ping on peer without subscriptions","time":{"start":1724921148662,"stop":1724921148663,"duration":1},"status":"passed","severity":"normal"},{"uid":"59990939eb569685","name":"Check received message containing emoji","time":{"start":1724921515224,"stop":1724921515225,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c340300340dcc4e","name":"should encodeTxt and decodeTxt","time":{"start":1724921046195,"stop":1724921046195,"duration":0},"status":"passed","severity":"normal"},{"uid":"9be9d3f398baf79","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1724921613047,"stop":1724921613047,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b0b7a7ef96079f6","name":"Push message with custom timestamp: 1724924921438","time":{"start":1724921529593,"stop":1724921529593,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4573d7cd69cbb92","name":"Encoder throws on undefined content topic","time":{"start":1724921051056,"stop":1724921051056,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0509697cfc93dc3","name":"isConnected should return true after first peer connects","time":{"start":1724921141187,"stop":1724921141187,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8e8a3c58c05f4f4","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1724921563017,"stop":1724921563017,"duration":0},"status":"passed","severity":"normal"},{"uid":"d511db29b0bd003","name":"should not fail to stop the service if it was not started","time":{"start":1724921559013,"stop":1724921559014,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6f50c71551e6b64","name":"should be called for bootstrap peers","time":{"start":1724921095758,"stop":1724921095758,"duration":0},"status":"passed","severity":"normal"},{"uid":"561ee8a433478ce","name":"Passing cursor with wrong pubsubTopic","time":{"start":1724921620610,"stop":1724921620611,"duration":1},"status":"passed","severity":"normal"},{"uid":"de25339d752dfb10","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1724921270352,"stop":1724921270353,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c2e2f260f1457e3","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1724921563008,"stop":1724921563008,"duration":0},"status":"passed","severity":"normal"},{"uid":"54e6693e218f7725","name":"connected peers and dial","time":{"start":1724921515418,"stop":1724921515418,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4e65c78187612109","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","time":{"start":1724921196358,"stop":1724921196358,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5a973d7118120e7","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1724921658747,"stop":1724921658747,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8a07d5e3e706c7c","name":"ignores unrecognized TXT record formats","time":{"start":1724921061848,"stop":1724921061848,"duration":0},"status":"passed","severity":"normal"},{"uid":"17161b74d5c9dd0b","name":"pre and post cipher","time":{"start":1724921072291,"stop":1724921072292,"duration":1},"status":"passed","severity":"normal"},{"uid":"6e93bfcb3caffb93","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1724921620594,"stop":1724921620594,"duration":0},"status":"passed","severity":"normal"},{"uid":"af9f8c7a8d55be2e","name":"Ping fails for unsubscribed peers","time":{"start":1724921196356,"stop":1724921196356,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e10595305ade239","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1724921037632,"stop":1724921037632,"duration":0},"status":"passed","severity":"normal"},{"uid":"529f41f06281e81","name":"Subscribe to topic containing Russian and receive message","time":{"start":1724921297011,"stop":1724921297012,"duration":1},"status":"passed","severity":"normal"},{"uid":"46cb6165c90353c1","name":"Push message with escaped characters payload","time":{"start":1724921602952,"stop":1724921602954,"duration":2},"status":"passed","severity":"normal"},{"uid":"b129131824274df8","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1724921071991,"stop":1724921071992,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d96481970d1e637","name":"should load peers from local storage and dispatch events","time":{"start":1724921065912,"stop":1724921065912,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc7e7e951eb592fc","name":"A test","time":{"start":1724921380065,"stop":1724921380065,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba0c90b0aa7a5066","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1724921050917,"stop":1724921050917,"duration":0},"status":"passed","severity":"normal"},{"uid":"11478258b73834c9","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1724921198885,"stop":1724921198886,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f5a16b5e31e3b2d","name":"Decoder throws on empty string content topic","time":{"start":1724921071995,"stop":1724921071995,"duration":0},"status":"passed","severity":"normal"},{"uid":"8856151394015ef7","name":"Check received message containing JSON","time":{"start":1724921267869,"stop":1724921267870,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4007157fc245014","name":"Generator, custom pubsub topic","time":{"start":1724921658740,"stop":1724921658741,"duration":1},"status":"passed","severity":"normal"},{"uid":"f187978cc0530a22","name":"Subscribe to topic containing JSON and receive message","time":{"start":1724921625069,"stop":1724921625070,"duration":1},"status":"passed","severity":"normal"},{"uid":"f477565970dcb5e1","name":"Publish message with custom timestamp: Thu Aug 29 2024 07:52:18 GMT+0000 (Coordinated Universal Time)","time":{"start":1724921564779,"stop":1724921564781,"duration":2},"status":"passed","severity":"normal"},{"uid":"b969b359e3eb914e","name":"should get / set TCP multiaddr","time":{"start":1724921046201,"stop":1724921046201,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa1df6d135719105","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1724921564783,"stop":1724921564783,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8e695608dd0efdc","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1724921296996,"stop":1724921296996,"duration":0},"status":"passed","severity":"normal"},{"uid":"97cc61a059faf695","name":"random static sharding 8 - Cluster ID: 673, Shard ID: 32","time":{"start":1724921619637,"stop":1724921619638,"duration":1},"status":"passed","severity":"normal"},{"uid":"7eedf028c7830766","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1724921198886,"stop":1724921198886,"duration":0},"status":"passed","severity":"normal"},{"uid":"22d224c4577a0923","name":"Check received message containing XML","time":{"start":1724921515222,"stop":1724921515222,"duration":0},"status":"passed","severity":"normal"},{"uid":"3cc723f4023a6d1f","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1724921045532,"stop":1724921045532,"duration":0},"status":"passed","severity":"normal"},{"uid":"d54c158d1973740","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1724921061852,"stop":1724921061852,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e104c11ce0d13e67","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1724921270357,"stop":1724921270357,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0ef633ae806cb84","name":"Push message with content topic containing SQL Injection","time":{"start":1724921529586,"stop":1724921529586,"duration":0},"status":"passed","severity":"normal"},{"uid":"fed10d8dabb9ea90","name":"should throw an error for missing required configuration","time":{"start":1724921037641,"stop":1724921037642,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e775a524f387094","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1724921037631,"stop":1724921037631,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e09e57893b8cc62","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1724921037761,"stop":1724921037761,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ea8b4edebffe8ae","name":"Waku message hash computation (meta attribute not present)","time":{"start":1724921040180,"stop":1724921040180,"duration":0},"status":"passed","severity":"normal"},{"uid":"e45e391caa97f7e1","name":"Ping on subscribed peer","time":{"start":1724921148662,"stop":1724921148662,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0a175622800a5e1","name":"Refresh subscription","time":{"start":1724921625081,"stop":1724921625082,"duration":1},"status":"passed","severity":"normal"},{"uid":"4a240941df5f3929","name":"Subscribe to topic containing emoji and receive message","time":{"start":1724921625094,"stop":1724921625094,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a484b8ae09191e1","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1724921095760,"stop":1724921095761,"duration":1},"status":"passed","severity":"normal"},{"uid":"94990502706a1b18","name":"configure the node with multiple content topics","time":{"start":1724921613056,"stop":1724921613057,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb6ada565bb08e89","name":"Renews subscription after lossing a connection","time":{"start":1724921625077,"stop":1724921625077,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8066380dcbf1780","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1724921037644,"stop":1724921037644,"duration":0},"status":"passed","severity":"normal"},{"uid":"54a92f9cd6e93359","name":"Check meta is set [ecies]","time":{"start":1724921073459,"stop":1724921073459,"duration":0},"status":"passed","severity":"normal"},{"uid":"9816b920b1dd3438","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app78/9/topic582/xml","time":{"start":1724921613051,"stop":1724921613052,"duration":1},"status":"passed","severity":"normal"},{"uid":"f52eac6f5e3afc98","name":"Push message with content topic containing Russian","time":{"start":1724921602959,"stop":1724921602959,"duration":0},"status":"passed","severity":"normal"},{"uid":"377db6bfc8ec650f","name":"Subscribe to topic containing JSON and publish message","time":{"start":1724921563020,"stop":1724921563020,"duration":0},"status":"passed","severity":"normal"},{"uid":"98d542a203ea1081","name":"LightPush with 1 connections","time":{"start":1724921321310,"stop":1724921321310,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f14b51b7381e754","name":"Subscribe to topic containing JSON and receive message","time":{"start":1724921625092,"stop":1724921625092,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b5e095b44e4c4f1","name":"Check received message containing Arabic","time":{"start":1724921267867,"stop":1724921267867,"duration":0},"status":"passed","severity":"normal"},{"uid":"71d59a08429b0760","name":"Push message with content topic containing Arabic","time":{"start":1724921529584,"stop":1724921529585,"duration":1},"status":"passed","severity":"normal"},{"uid":"eee6608875102748","name":"Promise Callback - false","time":{"start":1724921640664,"stop":1724921640664,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7588d86f9dce349","name":"Publish without waiting for remote peer","time":{"start":1724921563005,"stop":1724921563006,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8052f56229a044c","name":"1 Relay, 1 fetch","time":{"start":1724921061618,"stop":1724921061619,"duration":1},"status":"passed","severity":"normal"},{"uid":"6bd713010c0f06c9","name":"Push message with meta","time":{"start":1724921529591,"stop":1724921529591,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e4c46fddde52fc4","name":"Push message with content topic containing long","time":{"start":1724921529581,"stop":1724921529582,"duration":1},"status":"passed","severity":"normal"},{"uid":"cba0787fc9d90e08","name":"Check received message containing Chinese","time":{"start":1724921515220,"stop":1724921515220,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c11ae878c60ba23","name":"Round trip binary serialization","time":{"start":1724921051054,"stop":1724921051054,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b5f77c9b0e53a29","name":"should return the pubsub topic directly if a string is provided","time":{"start":1724921037652,"stop":1724921037652,"duration":0},"status":"passed","severity":"normal"},{"uid":"4539a613514e231b","name":"Push message with Russian payload","time":{"start":1724921529570,"stop":1724921529570,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea8d07059b4daa4","name":"Check publish message after client node is restarted","time":{"start":1724921564784,"stop":1724921564784,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3ac9a7b5c3556c82","name":"Subscribe and receive messages via lightPush","time":{"start":1724921625031,"stop":1724921625032,"duration":1},"status":"passed","severity":"normal"},{"uid":"5db1acdb7642e948","name":"LightPush","time":{"start":1724921677828,"stop":1724921677828,"duration":0},"status":"passed","severity":"normal"},{"uid":"54249c2c9fdb724c","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1724921270350,"stop":1724921270350,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf23b5cc6d6aefbd","name":"Query Generator, Multiple PubsubTopics","time":{"start":1724921640398,"stop":1724921640398,"duration":0},"status":"passed","severity":"normal"},{"uid":"30b246bd6558c997","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1724921164591,"stop":1724921164592,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd2728d7555f7197","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724921379981,"stop":1724921379981,"duration":0},"status":"passed","severity":"normal"},{"uid":"80f50c442fbd1929","name":"isConnected should return false after all peers disconnect","time":{"start":1724921141188,"stop":1724921141188,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3d887291748dc9a","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1724921050916,"stop":1724921050916,"duration":0},"status":"passed","severity":"normal"},{"uid":"df430495f36d5327","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1724921563010,"stop":1724921563010,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad029ca824037832","name":"Push message with content topic containing shell command","time":{"start":1724921602961,"stop":1724921602967,"duration":6},"status":"passed","severity":"normal"},{"uid":"5b0232bf0f64615e","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724921270351,"stop":1724921270351,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cdb2c3b3c043713","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1724921583488,"stop":1724921583488,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5c147601d7ae483","name":"Encoder throws on empty string content topic","time":{"start":1724921071994,"stop":1724921071994,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d529c610f151dcf","name":"throws on empty content topic","time":{"start":1724921037619,"stop":1724921037620,"duration":1},"status":"passed","severity":"normal"},{"uid":"a8c0dbd5cd6abe23","name":"Subscribe to topic containing numeric and receive message","time":{"start":1724921625047,"stop":1724921625048,"duration":1},"status":"passed","severity":"normal"},{"uid":"1392a9091b368f92","name":"connects to nwaku","time":{"start":1724921672579,"stop":1724921672579,"duration":0},"status":"passed","severity":"normal"},{"uid":"2226891e9b597d0a","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1724921037633,"stop":1724921037633,"duration":0},"status":"passed","severity":"normal"},{"uid":"e94ea2bd984dd91b","name":"Push message with JSON payload","time":{"start":1724921529572,"stop":1724921529573,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ddff250145b23b5","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1724921723785,"stop":1724921723785,"duration":0},"status":"passed","severity":"normal"},{"uid":"37ac5232c27134e9","name":"Query Generator, No Decoder","time":{"start":1724921640398,"stop":1724921640399,"duration":1},"status":"passed","severity":"normal"},{"uid":"17b86087301f0bf3","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1724921037640,"stop":1724921037641,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f3dac79af91b466","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1724921267873,"stop":1724921267873,"duration":0},"status":"passed","severity":"normal"},{"uid":"431535a9548970b5","name":"removeEventListener with wrong event","time":{"start":1724921128567,"stop":1724921128568,"duration":1},"status":"passed","severity":"normal"},{"uid":"540c86fec566c5ae","name":"Fails to push message bigger that 1MB","time":{"start":1724921602990,"stop":1724921602990,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0245e71ccb34948","name":"Ping on unsubscribed peer","time":{"start":1724921158277,"stop":1724921158278,"duration":1},"status":"passed","severity":"normal"},{"uid":"429c7ffb9b83651a","name":"Check message with no pubsub topic is not received","time":{"start":1724921267874,"stop":1724921267880,"duration":6},"status":"passed","severity":"normal"},{"uid":"de422b0b9e9d40a4","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1724921045537,"stop":1724921045537,"duration":0},"status":"passed","severity":"normal"},{"uid":"ecde8ab32e4706ad","name":"Push message equal or less that 1MB","time":{"start":1724921602989,"stop":1724921602990,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f03a9853a82bb13","name":"Subscribe to topic containing emoji and receive message","time":{"start":1724921625076,"stop":1724921625076,"duration":0},"status":"passed","severity":"normal"},{"uid":"507c4f7a63459610","name":"Subscribe to topic containing numeric and receive message","time":{"start":1724921297007,"stop":1724921297007,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b7b8ca62e5c09da","name":"Subscribe to topic containing Russian and receive message","time":{"start":1724921625063,"stop":1724921625063,"duration":0},"status":"passed","severity":"normal"},{"uid":"97b967044d80a609","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724921270353,"stop":1724921270354,"duration":1},"status":"passed","severity":"normal"},{"uid":"734e6544d417ecdb","name":"random static sharding 7 - Cluster ID: 322, Shard ID: 212","time":{"start":1724921619636,"stop":1724921619637,"duration":1},"status":"passed","severity":"normal"},{"uid":"af212c853f102bd1","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1724921164599,"stop":1724921164599,"duration":0},"status":"passed","severity":"normal"},{"uid":"8fa67dc09f551a36","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724921164605,"stop":1724921164606,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f7ae10316ae9813","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1724921270343,"stop":1724921270343,"duration":0},"status":"passed","severity":"normal"},{"uid":"572340ef73d4cca1","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1724921198884,"stop":1724921198884,"duration":0},"status":"passed","severity":"normal"},{"uid":"50c9c7dd60f00b11","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1724921625093,"stop":1724921625094,"duration":1},"status":"passed","severity":"normal"},{"uid":"225ee1841fcdf495","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1724921037650,"stop":1724921037650,"duration":0},"status":"passed","severity":"normal"},{"uid":"c44fed0533063481","name":"should not fail to stop the service if it was not started","time":{"start":1724921065909,"stop":1724921065910,"duration":1},"status":"passed","severity":"normal"},{"uid":"62259b84ac0a174d","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1724921625093,"stop":1724921625093,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed2a14e205f5466b","name":"Overlapping topic subscription","time":{"start":1724921297003,"stop":1724921297004,"duration":1},"status":"passed","severity":"normal"},{"uid":"d39e733702a7b73e","name":"can start and stop the service","time":{"start":1724921065909,"stop":1724921065909,"duration":0},"status":"passed","severity":"normal"},{"uid":"21de58c2d261e598","name":"should be called at least once on all `peer:discovery` events","time":{"start":1724921095756,"stop":1724921095757,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5ac7e630fdb1e1e","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1724921270354,"stop":1724921270355,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b17ab9ffe856cd9","name":"Check received message containing Chinese","time":{"start":1724921267866,"stop":1724921267867,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ea1aef148ec4e8b","name":"different cluster, same shard: nodes don't connect","time":{"start":1724921270340,"stop":1724921270341,"duration":1},"status":"passed","severity":"normal"},{"uid":"b72e034a574ff9e2","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1724921037633,"stop":1724921037633,"duration":0},"status":"passed","severity":"normal"},{"uid":"10e8adbd5b68725a","name":"Check publish message containing Script","time":{"start":1724921564775,"stop":1724921564775,"duration":0},"status":"passed","severity":"normal"},{"uid":"d984d3f99244cc7d","name":"Sets default value correctly","time":{"start":1724921672582,"stop":1724921672582,"duration":0},"status":"passed","severity":"normal"},{"uid":"bde2e8fe97db1164","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1724921669869,"stop":1724921669869,"duration":0},"status":"passed","severity":"normal"},{"uid":"411e8c6df063dcb8","name":"Passing page size 110 when there are 120 messages","time":{"start":1724921656193,"stop":1724921656193,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed2db9c3dd027f8","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1724921037647,"stop":1724921037647,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d6bdc9e7c1ade97","name":"should throw an error for insufficient data","time":{"start":1724921037761,"stop":1724921037761,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f8370cac43d0268","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1724921620602,"stop":1724921620602,"duration":0},"status":"passed","severity":"normal"},{"uid":"314c00ec5eced8dd","name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","time":{"start":1724921497756,"stop":1724921497756,"duration":0},"status":"passed","severity":"normal"},{"uid":"55e06d85242c51f7","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1724921270361,"stop":1724921270361,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c6dcfad9ce7cf60","name":"Subscribe to topic containing Script and receive message","time":{"start":1724921625065,"stop":1724921625066,"duration":1},"status":"passed","severity":"normal"},{"uid":"19c216099db73e59","name":"Check publish message containing short","time":{"start":1724921564770,"stop":1724921564771,"duration":1},"status":"passed","severity":"normal"},{"uid":"fce2d6f395d59011","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1724921037640,"stop":1724921037640,"duration":0},"status":"passed","severity":"normal"},{"uid":"a660c26f6f9b8591","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1724921037632,"stop":1724921037632,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c7d17c1eb4ecf89","name":"passes more than one ENR URLs and attempts connection","time":{"start":1724921098922,"stop":1724921098922,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6834b27dc72b33d9","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1724921270366,"stop":1724921270366,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5fdb06c3986f26b","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1724921141186,"stop":1724921141186,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d538544713498a1","name":"Push message with Basic HTML tag payload","time":{"start":1724921529572,"stop":1724921529572,"duration":0},"status":"passed","severity":"normal"},{"uid":"9509b1c3201eb414","name":"Subscribe to topic containing long and receive message","time":{"start":1724921625082,"stop":1724921625082,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd5a5d41e71fd062","name":"Push message with Basic HTML tag payload","time":{"start":1724921602951,"stop":1724921602951,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fd2a55cf1c5c71d","name":"Filter","time":{"start":1724921677828,"stop":1724921677829,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc1cb25c5fb5740e","name":"Check received message containing long","time":{"start":1724921515230,"stop":1724921515231,"duration":1},"status":"passed","severity":"normal"},{"uid":"56270c4ee8247b44","name":"Push message with content topic containing long","time":{"start":1724921602956,"stop":1724921602957,"duration":1},"status":"passed","severity":"normal"},{"uid":"debcddba4baa6d3e","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1724921270352,"stop":1724921270352,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd8abdc0d7a442a0","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1724921037648,"stop":1724921037648,"duration":0},"status":"passed","severity":"normal"},{"uid":"86776a82259ddb4c","name":"Query with Ordered Callback, No Decoder","time":{"start":1724921640400,"stop":1724921640400,"duration":0},"status":"passed","severity":"normal"},{"uid":"88d148067d113715","name":"Check received message with timestamp: 1724921087396000000 ","time":{"start":1724921515239,"stop":1724921515239,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbedc372ddbc2b94","name":"addEventListener with correct event","time":{"start":1724921128565,"stop":1724921128566,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7bed797b82920c9","name":"Passing page size 0 when there are 110 messages","time":{"start":1724921656188,"stop":1724921656189,"duration":1},"status":"passed","severity":"normal"},{"uid":"37cca60c8488191e","name":"Push message with content topic containing Basic HTML tag","time":{"start":1724921529587,"stop":1724921529588,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf50ae68b948f731","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1724921270360,"stop":1724921270360,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f451b723b2387ad","name":"Push message with special chars payload","time":{"start":1724921602944,"stop":1724921602944,"duration":0},"status":"passed","severity":"normal"},{"uid":"76a24f27b4f7d184","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1724921198885,"stop":1724921198885,"duration":0},"status":"passed","severity":"normal"},{"uid":"10930c72109afabe","name":"should return valid sharding parameters for static sharding","time":{"start":1724921037653,"stop":1724921037653,"duration":0},"status":"passed","severity":"normal"},{"uid":"e06edffcca43be63","name":"Check publish message containing numeric","time":{"start":1724921564772,"stop":1724921564772,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b8e435e99e74df4","name":"Privacy Node - default protocol","time":{"start":1724921677829,"stop":1724921677830,"duration":1},"status":"passed","severity":"normal"},{"uid":"a6d6093f03a0b3f8","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1724921300828,"stop":1724921300828,"duration":0},"status":"passed","severity":"normal"},{"uid":"530fdaa7dbf39669","name":"should properly create location multiaddrs - udp4","time":{"start":1724921046201,"stop":1724921046202,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a6fb2b9219e3ece","name":"Query with Promise Callback, No Decoder","time":{"start":1724921640401,"stop":1724921640402,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f1f5264bf7f3c10","name":"udp ip6 address","time":{"start":1724921045450,"stop":1724921045451,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f19764bf47cf026","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1724921164602,"stop":1724921164602,"duration":0},"status":"passed","severity":"normal"},{"uid":"efccbdb4e965ee09","name":"Refresh subscription","time":{"start":1724921297004,"stop":1724921297005,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc92a857653ef004","name":"Generator, 2 different pubsubtopics","time":{"start":1724921658747,"stop":1724921658747,"duration":0},"status":"passed","severity":"normal"},{"uid":"6491742b08b916b6","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1724921300829,"stop":1724921300829,"duration":0},"status":"passed","severity":"normal"},{"uid":"841e7b02904a2c8e","name":"should set field with all protocols disabled","time":{"start":1724921046207,"stop":1724921046207,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8e92c60d9573786","name":"Generator, custom pubsub topic","time":{"start":1724921658746,"stop":1724921658747,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ba9120d1e103abd","name":"Subscribe and receives messages on 20 topics","time":{"start":1724921297000,"stop":1724921297001,"duration":1},"status":"passed","severity":"normal"},{"uid":"4bd7321f825ce063","name":"Check received message containing Russian","time":{"start":1724921515221,"stop":1724921515221,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8a573b851f097b4","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1724921540106,"stop":1724921540107,"duration":1},"status":"passed","severity":"normal"},{"uid":"3967a91bdaaa4572","name":"random static sharding 10 - Cluster ID: 613, Shard ID: 314","time":{"start":1724921619639,"stop":1724921619640,"duration":1},"status":"passed","severity":"normal"},{"uid":"96b54f458bd6d1f0","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1724921540107,"stop":1724921540107,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea901a6e62efd2a4","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1724921625084,"stop":1724921625085,"duration":1},"status":"passed","severity":"normal"},{"uid":"5612bdfac6133a49","name":"Push to array if already present","time":{"start":1724921037311,"stop":1724921037311,"duration":0},"status":"passed","severity":"normal"},{"uid":"c75832c1edf1453a","name":"Check received message containing special chars","time":{"start":1724921267866,"stop":1724921267866,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d127426b4c48ce5","name":"Check message received after nwaku node is restarted","time":{"start":1724921515229,"stop":1724921515229,"duration":0},"status":"skipped","severity":"normal"},{"uid":"124938ee1bbe0a57","name":"Check publish message containing special chars","time":{"start":1724921564773,"stop":1724921564773,"duration":0},"status":"passed","severity":"normal"},{"uid":"662b430445e0dcdb","name":"should use the provided clusterId for the pubsub topic","time":{"start":1724921037655,"stop":1724921037655,"duration":0},"status":"passed","severity":"normal"},{"uid":"968d100814409957","name":"Correctly serialized arguments","time":{"start":1724921423945,"stop":1724921423945,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a9e5e905752e28f","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1724921669870,"stop":1724921669870,"duration":0},"status":"passed","severity":"normal"},{"uid":"5fc36053a2125c3a","name":"Init the array if not present","time":{"start":1724921037308,"stop":1724921037310,"duration":2},"status":"passed","severity":"normal"},{"uid":"576cb870ac5e2284","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app64/5/topic958/json","time":{"start":1724921613050,"stop":1724921613051,"duration":1},"status":"passed","severity":"normal"},{"uid":"51cbccb89f3f23ba","name":"Query Generator, Wrong PubsubTopic","time":{"start":1724921640397,"stop":1724921640398,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd39287a43016ecc","name":"should return all peers when numPeers is 0","time":{"start":1724921050915,"stop":1724921050915,"duration":0},"status":"passed","severity":"normal"},{"uid":"d36404b715e7ec43","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1724921669870,"stop":1724921669870,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d4b1e7ddcc6f54f","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1724921564778,"stop":1724921564778,"duration":0},"status":"passed","severity":"normal"},{"uid":"65eff275352e9750","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1724921198885,"stop":1724921198885,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcc604cec7b2be40","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1724921065912,"stop":1724921065913,"duration":1},"status":"passed","severity":"normal"},{"uid":"660f23e1f9201c09","name":"should return unique PubsubTopics for static sharding","time":{"start":1724921037639,"stop":1724921037640,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e27f52307d37612","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1724921625079,"stop":1724921625080,"duration":1},"status":"passed","severity":"normal"},{"uid":"13c80ad05d468c2e","name":"should not receive a peer event before start","time":{"start":1724921065911,"stop":1724921065911,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c2593e0211c829e","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1724921619628,"stop":1724921619629,"duration":1},"status":"passed","severity":"normal"},{"uid":"1794b2a18690e6a4","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1724921723783,"stop":1724921723784,"duration":1},"status":"passed","severity":"normal"},{"uid":"a065e38701082722","name":"Push message with content topic containing Script","time":{"start":1724921529586,"stop":1724921529586,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d1c2dd1ef90a4be","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1724921037760,"stop":1724921037761,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7724d5ba18196f0","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1724921037638,"stop":1724921037638,"duration":0},"status":"passed","severity":"normal"},{"uid":"c341e65d8d2df067","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1724921640400,"stop":1724921640400,"duration":0},"status":"passed","severity":"normal"},{"uid":"e46ebe55aef5efef","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1724921037652,"stop":1724921037652,"duration":0},"status":"passed","severity":"normal"},{"uid":"c32d3fd9dbc03447","name":"should not receive a peer event before start","time":{"start":1724921559017,"stop":1724921559018,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ccce9c4eac5b62d","name":"Throws when trying to push message with empty payload","time":{"start":1724921602955,"stop":1724921602956,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3b43a70a8e92324","name":"Encoder throws on empty string content topic","time":{"start":1724921051056,"stop":1724921051056,"duration":0},"status":"passed","severity":"normal"},{"uid":"a439944ae5b0e411","name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","time":{"start":1724921497753,"stop":1724921497755,"duration":2},"status":"passed","severity":"normal"},{"uid":"67f60c430e453eff","name":"Push message with SQL Injection payload","time":{"start":1724921529570,"stop":1724921529571,"duration":1},"status":"passed","severity":"normal"},{"uid":"cad5c4a34408dcf9","name":"should throw an error for an unconfigured topic","time":{"start":1724921037651,"stop":1724921037652,"duration":1},"status":"passed","severity":"normal"},{"uid":"342972e0e2aa70b0","name":"Push message with content topic containing Chinese","time":{"start":1724921602958,"stop":1724921602959,"duration":1},"status":"passed","severity":"normal"},{"uid":"6609f7a367739bca","name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1724921497761,"stop":1724921497762,"duration":1},"status":"passed","severity":"normal"},{"uid":"b64a747a94bdb9df","name":"Relay - dialed after","time":{"start":1724921677827,"stop":1724921677827,"duration":0},"status":"passed","severity":"normal"},{"uid":"4922599fdd2c972","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1724921669871,"stop":1724921669871,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf2bb91e58b59ff4","name":"Meta field set when metaSetter is specified","time":{"start":1724921051055,"stop":1724921051055,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab935c6549faaae2","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1724921037643,"stop":1724921037643,"duration":0},"status":"passed","severity":"normal"},{"uid":"4711bec367d87146","name":"nwaku subscribes","time":{"start":1724921538593,"stop":1724921538593,"duration":0},"status":"passed","severity":"normal"},{"uid":"e76f2b61f95f7cd5","name":"Check received message containing SQL Injection","time":{"start":1724921515221,"stop":1724921515221,"duration":0},"status":"passed","severity":"normal"},{"uid":"38fdd8e9f4ca430f","name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1724921497761,"stop":1724921497761,"duration":0},"status":"broken","severity":"normal"},{"uid":"1a533fe19fd2153a","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1724921164589,"stop":1724921164590,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0bb416fc160862e","name":"Push message with custom timestamp: 1724924897150","time":{"start":1724921602989,"stop":1724921602989,"duration":0},"status":"passed","severity":"normal"},{"uid":"abcc40ea23334fcb","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1724921669869,"stop":1724921669869,"duration":0},"status":"passed","severity":"normal"},{"uid":"909663107e92256e","name":"Generator, 2 different pubsubtopics","time":{"start":1724921658745,"stop":1724921658746,"duration":1},"status":"passed","severity":"normal"},{"uid":"8368596a5cc2ad94","name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","time":{"start":1724921497757,"stop":1724921497757,"duration":0},"status":"passed","severity":"normal"},{"uid":"480e81ebccb0e1bd","name":"should decode valid enr with tcp successfully","time":{"start":1724921046196,"stop":1724921046196,"duration":0},"status":"passed","severity":"normal"},{"uid":"f92f81baa9a737a2","name":"should not throw an error for a single configured topic","time":{"start":1724921037650,"stop":1724921037651,"duration":1},"status":"passed","severity":"normal"},{"uid":"851c6478bc79a3ae","name":"should emit a peer event after start","time":{"start":1724921098916,"stop":1724921098918,"duration":2},"status":"passed","severity":"normal"},{"uid":"a22df519cbcb7c3e","name":"Ordered Callback - false","time":{"start":1724921640665,"stop":1724921640666,"duration":1},"status":"passed","severity":"normal"},{"uid":"82819bbec65135e5","name":"Check message received after jswaku node is restarted","time":{"start":1724921267898,"stop":1724921267899,"duration":1},"status":"skipped","severity":"normal"},{"uid":"e485ac251e5637ee","name":"Check received message containing emoji","time":{"start":1724921267871,"stop":1724921267871,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b05d4b33d446dfc","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1724921300794,"stop":1724921300828,"duration":34},"status":"passed","severity":"normal"},{"uid":"a4a676297003c3ee","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1724921037649,"stop":1724921037649,"duration":0},"status":"passed","severity":"normal"},{"uid":"88e7c7a429e73f95","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1724921625083,"stop":1724921625083,"duration":0},"status":"passed","severity":"normal"},{"uid":"9479fcc50ae9621","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1724921045530,"stop":1724921045531,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ed87024427bc951","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app39/10/topic365/proto","time":{"start":1724921613052,"stop":1724921613053,"duration":1},"status":"passed","severity":"normal"},{"uid":"87186ffa659a4974","name":"Push message with numeric payload","time":{"start":1724921529566,"stop":1724921529567,"duration":1},"status":"passed","severity":"normal"},{"uid":"29ffafe1dc588c79","name":"Subscribe and receive messages via waku relay post","time":{"start":1724921625034,"stop":1724921625035,"duration":1},"status":"passed","severity":"normal"},{"uid":"5bfd592b80c1d3b9","name":"can start and stop the service","time":{"start":1724921098907,"stop":1724921098913,"duration":6},"status":"passed","severity":"normal"},{"uid":"453971419b14a781","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1724921037638,"stop":1724921037639,"duration":1},"status":"passed","severity":"normal"},{"uid":"83696c2e74b4d842","name":"Check message with no content topic is not received","time":{"start":1724921515253,"stop":1724921515254,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea7d8fbfbea10b4f","name":"Check received message containing escaped characters","time":{"start":1724921515223,"stop":1724921515224,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b188056243c0f10","name":"isConnected return false after peer stops","time":{"start":1724921141188,"stop":1724921141200,"duration":12},"status":"passed","severity":"normal"},{"uid":"f29a73ad17dd26f2","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1724921300790,"stop":1724921300790,"duration":0},"status":"passed","severity":"normal"},{"uid":"90591eebaf76809d","name":"Reusing cursor across nodes","time":{"start":1724921620609,"stop":1724921620609,"duration":0},"status":"passed","severity":"normal"},{"uid":"2da6d1637bc54721","name":"Ping on peer without subscriptions","time":{"start":1724921158279,"stop":1724921158280,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c76f003f68108c3","name":"Check received message containing SQL Injection","time":{"start":1724921515233,"stop":1724921515233,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5c46b5bb7e41cab","name":"Ping on unsubscribed peer","time":{"start":1724921158280,"stop":1724921158281,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b0c7e35cd764ab0","name":"Push message with content topic containing special chars","time":{"start":1724921529583,"stop":1724921529584,"duration":1},"status":"passed","severity":"normal"},{"uid":"33af4681fdfb727a","name":"Push message with custom timestamp: 1694162921438","time":{"start":1724921529592,"stop":1724921529592,"duration":0},"status":"passed","severity":"normal"},{"uid":"62391f629dbd3c53","name":"throws on content topic with empty topic name field","time":{"start":1724921037622,"stop":1724921037623,"duration":1},"status":"passed","severity":"normal"},{"uid":"6fc875120106ada0","name":"Query Generator - false","time":{"start":1724921640663,"stop":1724921640663,"duration":0},"status":"passed","severity":"normal"},{"uid":"71d62ecc8ba6f628","name":"Passing an array","time":{"start":1724921672580,"stop":1724921672581,"duration":1},"status":"passed","severity":"normal"},{"uid":"d955e8daf35371da","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1724921270356,"stop":1724921270357,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a233612831f2928","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1724921037645,"stop":1724921037646,"duration":1},"status":"passed","severity":"normal"},{"uid":"30ca862286538063","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1724921419681,"stop":1724921419681,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7e07250e89d2faf","name":"Push message with Russian payload","time":{"start":1724921602945,"stop":1724921602945,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b3cfea0817c9786","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1724921297012,"stop":1724921297015,"duration":3},"status":"passed","severity":"normal"},{"uid":"9e2fd0a400e1f2f5","name":"Push message on custom pubsubTopic","time":{"start":1724921379980,"stop":1724921379980,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a9721948a6e86c7","name":"should not fail to stop the service if it was not started","time":{"start":1724921098913,"stop":1724921098915,"duration":2},"status":"passed","severity":"normal"},{"uid":"caeaa56db3e7fb19","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1724921296999,"stop":1724921297000,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d38d57bd1c2141b","name":"Query generator for multiple messages with different content topic format","time":{"start":1724921663254,"stop":1724921663254,"duration":0},"status":"passed","severity":"normal"},{"uid":"b444d838d3b1db3e","name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","time":{"start":1724921497759,"stop":1724921497759,"duration":0},"status":"passed","severity":"normal"},{"uid":"2756ff3695cd8f98","name":"Push message with content topic containing short","time":{"start":1724921529580,"stop":1724921529581,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ee7ee1a93f15197","name":"Check received message containing long","time":{"start":1724921515218,"stop":1724921515219,"duration":1},"status":"passed","severity":"normal"},{"uid":"3fdd119d70884757","name":"Check received message containing Russian","time":{"start":1724921267867,"stop":1724921267867,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca23129e39bffd4d","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1724921625092,"stop":1724921625092,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f731215e17475bd","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1724921625074,"stop":1724921625074,"duration":0},"status":"passed","severity":"normal"},{"uid":"e67d64c4c2c9220b","name":"does not throw on valid cases","time":{"start":1724921037618,"stop":1724921037618,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b92824aa675c8e1","name":"should decode valid enr successfully","time":{"start":1724921046195,"stop":1724921046196,"duration":1},"status":"passed","severity":"normal"},{"uid":"3fab53b05e85a6ca","name":"Check message with no payload is not received","time":{"start":1724921515254,"stop":1724921515255,"duration":1},"status":"passed","severity":"normal"},{"uid":"1aacb31657ce2e29","name":"Subscribe and receive messages via lightPush","time":{"start":1724921625077,"stop":1724921625078,"duration":1},"status":"passed","severity":"normal"},{"uid":"e680620a44099ea2","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1724921061850,"stop":1724921061851,"duration":1},"status":"passed","severity":"normal"},{"uid":"1858db6848d61ce3","name":"Push message with short payload","time":{"start":1724921529565,"stop":1724921529565,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fd0a94d9ad4d3a0","name":"Push message with content topic containing JSON","time":{"start":1724921602961,"stop":1724921602961,"duration":0},"status":"passed","severity":"normal"},{"uid":"945c6b0d9b10d247","name":"Subscribe to topic containing JSON and receive message","time":{"start":1724921297017,"stop":1724921297017,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cfc3bfc9a579daf","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1724921037650,"stop":1724921037650,"duration":0},"status":"passed","severity":"normal"},{"uid":"5890253cd3db5580","name":"Push message with content topic containing unicode special characters","time":{"start":1724921602976,"stop":1724921602977,"duration":1},"status":"passed","severity":"normal"},{"uid":"719aeb0a6f09b8ff","name":"1 Relay, 1 Filter, gives up","time":{"start":1724921061620,"stop":1724921061622,"duration":2},"status":"passed","severity":"normal"},{"uid":"da327398b7d68cc","name":"Check received message containing special chars","time":{"start":1724921515231,"stop":1724921515231,"duration":0},"status":"passed","severity":"normal"},{"uid":"37ad946f1220bc7d","name":"Ordered Callback - true","time":{"start":1724921640664,"stop":1724921640664,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e88ba296b98fe78","name":"Push 30 different messages","time":{"start":1724921529578,"stop":1724921529579,"duration":1},"status":"passed","severity":"normal"},{"uid":"e301018e69a077a1","name":"Renews peer on consistent ping failures","time":{"start":1724921196357,"stop":1724921196357,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2e25721a3b7cf1f","name":"Subscribe to topic containing XML and receive message","time":{"start":1724921297016,"stop":1724921297016,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0868c71ab09f686","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1724921270353,"stop":1724921270353,"duration":0},"status":"passed","severity":"normal"},{"uid":"92bc5d92141fdc57","name":"Check message on other pubsub topic is not received","time":{"start":1724921515227,"stop":1724921515227,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a0aafa4cdcd02a9","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1724921061369,"stop":1724921061370,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6ac9aef57299857","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1724921045530,"stop":1724921045530,"duration":0},"status":"passed","severity":"normal"},{"uid":"91ab48d0ea6f268e","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1724921037634,"stop":1724921037634,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b9d97f1a0e69d96","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1724921088189,"stop":1724921088192,"duration":3},"status":"passed","severity":"normal"},{"uid":"1d9a23ec9433111d","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1724921640401,"stop":1724921640401,"duration":0},"status":"passed","severity":"normal"},{"uid":"c17f6fd031e816ba","name":"dispatchEvent via connectionManager","time":{"start":1724921128570,"stop":1724921128571,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f8f4d984f5a044","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1724921640399,"stop":1724921640399,"duration":0},"status":"passed","severity":"normal"},{"uid":"505cd70f4faf5318","name":"Fails to publish duplicate message","time":{"start":1724921564782,"stop":1724921564782,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a0ba7ef0ef2b573","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1724921640401,"stop":1724921640401,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c222685a542e0fc","name":"Failed peers are renewed","time":{"start":1724921326304,"stop":1724921326305,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb7f384cd2383350","name":"Check received message containing Russian","time":{"start":1724921515232,"stop":1724921515233,"duration":1},"status":"passed","severity":"normal"},{"uid":"44fbd564f2b07ebb","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1724921270366,"stop":1724921270366,"duration":0},"status":"passed","severity":"normal"},{"uid":"95838baf8796a018","name":"should only return 1 node with relay and store capability","time":{"start":1724921061849,"stop":1724921061849,"duration":0},"status":"passed","severity":"normal"},{"uid":"62c3185d6cb3fec9","name":"Check publish message containing Arabic","time":{"start":1724921564773,"stop":1724921564774,"duration":1},"status":"passed","severity":"normal"},{"uid":"84e88c52a9e73405","name":"Overlapping topic subscription","time":{"start":1724921625081,"stop":1724921625081,"duration":0},"status":"passed","severity":"normal"},{"uid":"50fd81ba7d4f3fe9","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1724921300785,"stop":1724921300786,"duration":1},"status":"passed","severity":"normal"},{"uid":"296688d63cfd2b90","name":"Push message with content topic containing shell command","time":{"start":1724921529588,"stop":1724921529588,"duration":0},"status":"passed","severity":"normal"},{"uid":"245e853426170402","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1724921061373,"stop":1724921061373,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bf639790a8f80a4","name":"should throw error - no public key","time":{"start":1724921046197,"stop":1724921046197,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9017f77353febd7","name":"All","time":{"start":1724921096288,"stop":1724921096288,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7b0151897eef35e","name":"throws on content topic with too few or too many fields","time":{"start":1724921037620,"stop":1724921037620,"duration":0},"status":"passed","severity":"normal"},{"uid":"2af4268575210a4a","name":"Check publish message containing shell command","time":{"start":1724921564776,"stop":1724921564777,"duration":1},"status":"passed","severity":"normal"},{"uid":"456db820fbaf764b","name":"unsubscribes","time":{"start":1724921665483,"stop":1724921665483,"duration":0},"status":"passed","severity":"normal"},{"uid":"9685434f953e5fc1","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1724921270355,"stop":1724921270356,"duration":1},"status":"passed","severity":"normal"},{"uid":"77441a286b16a762","name":"Check message received after jswaku node is restarted","time":{"start":1724921515229,"stop":1724921515229,"duration":0},"status":"skipped","severity":"normal"},{"uid":"16e894829a2892ce","name":"LightPush with 2 connections","time":{"start":1724921321311,"stop":1724921321311,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ae99eb780a949d3","name":"Reopen subscription with peer with lost subscription","time":{"start":1724921148663,"stop":1724921148663,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cba0604524cb769","name":"Decoder throws on undefined content topic","time":{"start":1724921073460,"stop":1724921073461,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d360ace2f60a101","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724921164595,"stop":1724921164595,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ca5a5c4f05860b9","name":"Decoder throws on empty string content topic","time":{"start":1724921051057,"stop":1724921051057,"duration":0},"status":"passed","severity":"normal"},{"uid":"a14d6a33ee0bf861","name":"Check received message containing Script","time":{"start":1724921515235,"stop":1724921515236,"duration":1},"status":"passed","severity":"normal"},{"uid":"2cdcdd4b86f2098","name":"Waku message hash computation (message is IDecodedMessage)","time":{"start":1724921040181,"stop":1724921040181,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7e661092e377f10","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1724921669872,"stop":1724921669872,"duration":0},"status":"passed","severity":"normal"},{"uid":"b76d6413d2b43219","name":"handles multiple messages","time":{"start":1724921665482,"stop":1724921665483,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b48a8122b223c54","name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","time":{"start":1724921497759,"stop":1724921497760,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f8711989140f1fa","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1724921297016,"stop":1724921297017,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1f0804d1483cf01","name":"Push message with content topic containing JSON","time":{"start":1724921529588,"stop":1724921529588,"duration":0},"status":"passed","severity":"normal"},{"uid":"d64c18074186ffcf","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1724921037648,"stop":1724921037648,"duration":0},"status":"passed","severity":"normal"},{"uid":"eefd350acbced041","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1724921037653,"stop":1724921037653,"duration":0},"status":"passed","severity":"normal"},{"uid":"d26b319ec6c2ccf7","name":"should return empty list for no shard","time":{"start":1724921037641,"stop":1724921037641,"duration":0},"status":"passed","severity":"normal"},{"uid":"3542fa53e2840b8e","name":"Tracks peer failures correctly","time":{"start":1724921196358,"stop":1724921196358,"duration":0},"status":"passed","severity":"normal"},{"uid":"98f22b23ba12d089","name":"Fails to push message with empty content topic","time":{"start":1724921602983,"stop":1724921602983,"duration":0},"status":"passed","severity":"normal"},{"uid":"57349f756194d881","name":"Push message with shell command payload","time":{"start":1724921529573,"stop":1724921529575,"duration":2},"status":"passed","severity":"normal"},{"uid":"1ac9e709ba47a446","name":"should get / set UDP multiaddr","time":{"start":1724921046200,"stop":1724921046201,"duration":1},"status":"passed","severity":"normal"},{"uid":"3eb519b696882f18","name":"Publishes to nwaku","time":{"start":1724921538593,"stop":1724921538594,"duration":1},"status":"passed","severity":"normal"},{"uid":"15f156674dabe4af","name":"should set field with only STORE enabled","time":{"start":1724921046208,"stop":1724921046208,"duration":0},"status":"passed","severity":"normal"},{"uid":"16f83c7f94184a33","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1724921061371,"stop":1724921061371,"duration":0},"status":"passed","severity":"normal"},{"uid":"b41dfca9f4a17c17","name":"Check message with invalid timestamp is not received","time":{"start":1724921515250,"stop":1724921515252,"duration":2},"status":"passed","severity":"normal"},{"uid":"72d94578d1b7516d","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1724921515226,"stop":1724921515226,"duration":0},"status":"passed","severity":"normal"},{"uid":"f252a888acd21f2c","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1724921061368,"stop":1724921061369,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d0a3dae0399f200","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1724921620596,"stop":1724921620602,"duration":6},"status":"passed","severity":"normal"},{"uid":"96c8d2ba87c9ac1f","name":"Subscribe to topic containing special chars and receive message","time":{"start":1724921297008,"stop":1724921297008,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5ba7a082a1b62f0","name":"Passing page size 1 when there are 4 messages","time":{"start":1724921656189,"stop":1724921656191,"duration":2},"status":"passed","severity":"normal"},{"uid":"d960b4464b4b314","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1724921045536,"stop":1724921045536,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9a2e90933316b56","name":"Check publish message containing unicode special characters","time":{"start":1724921564777,"stop":1724921564777,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba43904f8e2f4735","name":"Push message with content topic containing Russian","time":{"start":1724921529585,"stop":1724921529586,"duration":1},"status":"passed","severity":"normal"},{"uid":"e225e38fd56cca83","name":"different cluster, different shard: nodes don't connect","time":{"start":1724921419683,"stop":1724921419683,"duration":0},"status":"passed","severity":"normal"},{"uid":"10642c68b780d604","name":"should not fail to start the service if it is already started","time":{"start":1724921559015,"stop":1724921559016,"duration":1},"status":"passed","severity":"normal"},{"uid":"aab5b470e2498281","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1724921037653,"stop":1724921037653,"duration":0},"status":"passed","severity":"normal"},{"uid":"fea0fb0bfaacf957","name":"Check received message containing Basic HTML tag","time":{"start":1724921515222,"stop":1724921515222,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3a49f0b73181b58","name":"Check received message containing shell command","time":{"start":1724921515237,"stop":1724921515237,"duration":0},"status":"passed","severity":"normal"},{"uid":"79d8ae281a8c9063","name":"should be able to encode the field with only RELAY set to true","time":{"start":1724921045527,"stop":1724921045528,"duration":1},"status":"passed","severity":"normal"},{"uid":"841549f8241a4f48","name":"Push message with long payload","time":{"start":1724921602941,"stop":1724921602943,"duration":2},"status":"passed","severity":"normal"},{"uid":"6094a650007372ef","name":"Generator, 2 different pubsubtopics","time":{"start":1724921658741,"stop":1724921658742,"duration":1},"status":"passed","severity":"normal"},{"uid":"21677b0b3bf04bcd","name":"Check received message containing JSON","time":{"start":1724921515237,"stop":1724921515237,"duration":0},"status":"passed","severity":"normal"},{"uid":"e638d479c183c82a","name":"Check received message containing unicode special characters","time":{"start":1724921515224,"stop":1724921515224,"duration":0},"status":"passed","severity":"normal"},{"uid":"74dd3ee92a40c8e6","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1724921540108,"stop":1724921540108,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c70c0536b987f","name":"Push message with content topic containing escaped characters","time":{"start":1724921602967,"stop":1724921602976,"duration":9},"status":"passed","severity":"normal"},{"uid":"f0e77a362b7a749c","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1724921270367,"stop":1724921270368,"duration":1},"status":"passed","severity":"normal"},{"uid":"95f74d7bba4e9aa3","name":"Subscribe to topic containing short and publish message","time":{"start":1724921563012,"stop":1724921563012,"duration":0},"status":"passed","severity":"normal"},{"uid":"322d9184bfa451f4","name":"Fails to publish message with wrong content topic","time":{"start":1724921564782,"stop":1724921564783,"duration":1},"status":"passed","severity":"normal"},{"uid":"621841b906bd8e31","name":"Wrong topic","time":{"start":1724921613055,"stop":1724921613056,"duration":1},"status":"passed","severity":"normal"},{"uid":"548e272a87163904","name":"Relay + Store","time":{"start":1724921046209,"stop":1724921046210,"duration":1},"status":"passed","severity":"normal"},{"uid":"b721cac1c680cce7","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1724921297002,"stop":1724921297003,"duration":1},"status":"passed","severity":"normal"},{"uid":"92e36bff546d9df8","name":"should throw an error if shards are undefined for static sharding","time":{"start":1724921037641,"stop":1724921037641,"duration":0},"status":"passed","severity":"normal"},{"uid":"7504173fb531a2ac","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1724921658746,"stop":1724921658746,"duration":0},"status":"passed","severity":"normal"},{"uid":"698e0d2a935fa2d7","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1724921270344,"stop":1724921270349,"duration":5},"status":"passed","severity":"normal"},{"uid":"a1b74da9bbadeb20","name":"should throw error - no id","time":{"start":1724921046197,"stop":1724921046197,"duration":0},"status":"passed","severity":"normal"},{"uid":"2bcd465cfefc06d1","name":"retrieves a single peer","time":{"start":1724921061845,"stop":1724921061846,"duration":1},"status":"passed","severity":"normal"},{"uid":"b128c6132fadca5b","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1724921037649,"stop":1724921037650,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b0bf39147f7e91","name":"Subscribe to topic containing shell command and receive message","time":{"start":1724921625070,"stop":1724921625073,"duration":3},"status":"passed","severity":"normal"},{"uid":"3bb55abc564f8f8","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1724921270364,"stop":1724921270364,"duration":0},"status":"passed","severity":"normal"},{"uid":"becd39806a35b699","name":"different cluster, same shard: nodes don't connect","time":{"start":1724921419682,"stop":1724921419683,"duration":1},"status":"passed","severity":"normal"},{"uid":"d339dc6e3f9200d2","name":"Promise Callback - true","time":{"start":1724921640663,"stop":1724921640664,"duration":1},"status":"passed","severity":"normal"},{"uid":"a4f160a103cf7c2f","name":"Check publish message containing SQL Injection","time":{"start":1724921564774,"stop":1724921564775,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d6ba223c43187e9","name":"Refresh subscription","time":{"start":1724921563011,"stop":1724921563011,"duration":0},"status":"skipped","severity":"normal"},{"uid":"183ecd3d6a1a5d3d","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1724921625036,"stop":1724921625037,"duration":1},"status":"passed","severity":"normal"},{"uid":"e9b034f8f075acb7","name":"groups content topics by expected pubsub topic","time":{"start":1724921037635,"stop":1724921037635,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdee562cd8da410c","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1724921270365,"stop":1724921270365,"duration":0},"status":"passed","severity":"normal"},{"uid":"e31964344df6de97","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1724921300786,"stop":1724921300787,"duration":1},"status":"passed","severity":"normal"},{"uid":"ebeb3c6f75b29817","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1724921270358,"stop":1724921270358,"duration":0},"status":"passed","severity":"normal"},{"uid":"1556cf1a20f7d8f3","name":"random static sharding 5 - Cluster ID: 764, Shard ID: 602","time":{"start":1724921619634,"stop":1724921619634,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed11507b7df4574e","name":"Subscribe to topic containing long and receive message","time":{"start":1724921297006,"stop":1724921297007,"duration":1},"status":"passed","severity":"normal"},{"uid":"4549a666b90f29ba","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1724921037637,"stop":1724921037637,"duration":0},"status":"passed","severity":"normal"},{"uid":"43a610975bfc6092","name":"Using a function","time":{"start":1724921672581,"stop":1724921672581,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bef7e84b6511509","name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1724921497758,"stop":1724921497758,"duration":0},"status":"broken","severity":"normal"},{"uid":"3acefc6a93f80c07","name":"Passing page size 19 when there are 20 messages","time":{"start":1724921656193,"stop":1724921656193,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2a2076bc9823386","name":"Publish message with custom timestamp: Thu Aug 29 2024 09:52:18 GMT+0000 (Coordinated Universal Time)","time":{"start":1724921564781,"stop":1724921564781,"duration":0},"status":"passed","severity":"normal"},{"uid":"50e30b36a505f008","name":"Subscribe to topic containing shell command and receive message","time":{"start":1724921625093,"stop":1724921625093,"duration":0},"status":"passed","severity":"normal"},{"uid":"b091f39ad7af265e","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1724921620603,"stop":1724921620609,"duration":6},"status":"passed","severity":"normal"},{"uid":"15951af8a25a5eee","name":"A test","time":{"start":1724921380064,"stop":1724921380064,"duration":0},"status":"passed","severity":"normal"},{"uid":"f511ee9444759abd","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1724921625064,"stop":1724921625065,"duration":1},"status":"passed","severity":"normal"},{"uid":"5518751c2318af6c","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1724921045535,"stop":1724921045536,"duration":1},"status":"passed","severity":"normal"},{"uid":"1bc9f76e644cc778","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1724921037653,"stop":1724921037653,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd2abdf0a6e27dbc","name":"Check meta is set [symmetric]","time":{"start":1724921071993,"stop":1724921071993,"duration":0},"status":"passed","severity":"normal"},{"uid":"78d4a66fb2e69211","name":"Publish message with custom timestamp: Fri Sep 08 2023 08:52:18 GMT+0000 (Coordinated Universal Time)","time":{"start":1724921564778,"stop":1724921564779,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1997c55de9fc524","name":"Ping on subscribed peer","time":{"start":1724921158276,"stop":1724921158277,"duration":1},"status":"passed","severity":"normal"},{"uid":"5259d11ad9f9236b","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1724921040179,"stop":1724921040179,"duration":0},"status":"passed","severity":"normal"},{"uid":"492e87a099129c9c","name":"Check message with no content topic is not received","time":{"start":1724921267880,"stop":1724921267880,"duration":0},"status":"passed","severity":"normal"},{"uid":"7569d2701dc871da","name":"Check received message containing Chinese","time":{"start":1724921515232,"stop":1724921515232,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae9e573d039bc59","name":"handles different clusterIds correctly","time":{"start":1724921037636,"stop":1724921037636,"duration":0},"status":"passed","severity":"normal"},{"uid":"f062321816c6cf2f","name":"Light Node - default protocols","time":{"start":1724921677829,"stop":1724921677829,"duration":0},"status":"passed","severity":"normal"},{"uid":"37f75bc7a8ed7232","name":"Decoder throws on empty string content topic","time":{"start":1724921073461,"stop":1724921073461,"duration":0},"status":"passed","severity":"normal"},{"uid":"1fa87ef30ba02d51","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1724921300790,"stop":1724921300791,"duration":1},"status":"passed","severity":"normal"},{"uid":"12e7268d2941260d","name":"ignores domain fetching errors","time":{"start":1724921061847,"stop":1724921061848,"duration":1},"status":"passed","severity":"normal"},{"uid":"5bf1c08e8925b952","name":"Push message with content topic containing XML","time":{"start":1724921602960,"stop":1724921602960,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe97da869fe8c103","name":"Nwaku publishes","time":{"start":1724921538594,"stop":1724921538594,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d7f2970ff46242c","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1724921563021,"stop":1724921563021,"duration":0},"status":"passed","severity":"normal"},{"uid":"29497eb6647e3935","name":"Push message with Chinese payload","time":{"start":1724921602944,"stop":1724921602944,"duration":0},"status":"passed","severity":"normal"},{"uid":"35e2db6a72b5be26","name":"Check publish message containing escaped characters","time":{"start":1724921564777,"stop":1724921564777,"duration":0},"status":"passed","severity":"normal"},{"uid":"1456f6e645e729a6","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1724921088196,"stop":1724921088199,"duration":3},"status":"passed","severity":"normal"},{"uid":"de1e2293a956f74b","name":"Does not throw an exception when node disconnects","time":{"start":1724921672580,"stop":1724921672580,"duration":0},"status":"passed","severity":"normal"},{"uid":"6564cbbd37fe18cb","name":"should not receive a peer event before start","time":{"start":1724921098918,"stop":1724921098918,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4aeb13d938bf2dc","name":"Check received message containing escaped characters","time":{"start":1724921515238,"stop":1724921515238,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c77036f707e3742","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1724921625078,"stop":1724921625078,"duration":0},"status":"passed","severity":"normal"},{"uid":"81ba405379ee4ba7","name":"handles empty contentTopics array correctly","time":{"start":1724921037654,"stop":1724921037654,"duration":0},"status":"passed","severity":"normal"},{"uid":"320d1b37e77959fb","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1724921625033,"stop":1724921625034,"duration":1},"status":"passed","severity":"normal"},{"uid":"2fcda20a387eaee0","name":"Ping on peer without subscriptions","time":{"start":1724921158277,"stop":1724921158277,"duration":0},"status":"passed","severity":"normal"},{"uid":"56fe984247bbb72f","name":"Push message on custom pubsubTopic","time":{"start":1724921379978,"stop":1724921379978,"duration":0},"status":"passed","severity":"normal"},{"uid":"b64150420c9fd4f8","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1724921061371,"stop":1724921061371,"duration":0},"status":"passed","severity":"normal"},{"uid":"aff18ca3b399db3a","name":"Callback on promise, aborts when callback returns true","time":{"start":1724921663255,"stop":1724921663255,"duration":0},"status":"passed","severity":"normal"},{"uid":"136ce23951b60c81","name":"Query with Ordered Callback, No message returned","time":{"start":1724921640400,"stop":1724921640401,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e7b23dbf6e5a846","name":"should encode/decode to text encoding","time":{"start":1724921046200,"stop":1724921046200,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac3968fe83dcebb5","name":"should handle a minimal index list","time":{"start":1724921037760,"stop":1724921037760,"duration":0},"status":"passed","severity":"normal"},{"uid":"5076bcf531f8dd6b","name":"stop","time":{"start":1724921128572,"stop":1724921128582,"duration":10},"status":"passed","severity":"normal"},{"uid":"c172437eb941ed5e","name":"Check received message containing Arabic","time":{"start":1724921515220,"stop":1724921515220,"duration":0},"status":"passed","severity":"normal"},{"uid":"f814c7ca9d9e100e","name":"Query Generator, No message returned","time":{"start":1724921640399,"stop":1724921640399,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fd29cae77fd0e50","name":"Add multiple subscription objects on single nwaku node","time":{"start":1724921625076,"stop":1724921625077,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f24c238099ee543","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1724921061374,"stop":1724921061374,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd982cf118f543d4","name":"Query Generator sorting by timestamp while page direction is false","time":{"start":1724921656079,"stop":1724921656080,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ed5fa2905dbd389","name":"Subscribe to topic containing shell command and receive message","time":{"start":1724921297017,"stop":1724921297018,"duration":1},"status":"passed","severity":"normal"},{"uid":"384ef4bda504e672","name":"Filter with 1 connections","time":{"start":1724921321310,"stop":1724921321311,"duration":1},"status":"passed","severity":"normal"},{"uid":"dcf95fdb236261fb","name":"should be able to decode the field with only RELAY set to true","time":{"start":1724921045533,"stop":1724921045534,"duration":1},"status":"passed","severity":"normal"},{"uid":"32f538666d902a0a","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1724921540110,"stop":1724921540110,"duration":0},"status":"passed","severity":"normal"},{"uid":"701dec94e5f4718","name":"Push message with rate limit","time":{"start":1724921529592,"stop":1724921529592,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c709d1b0fbb1aa8","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1724921379978,"stop":1724921379979,"duration":1},"status":"passed","severity":"normal"},{"uid":"21eb89b7a11d37c0","name":"throws on content topic with empty application field","time":{"start":1724921037621,"stop":1724921037622,"duration":1},"status":"passed","severity":"normal"},{"uid":"734c22d4ba18bc52","name":"tcp ip4 address","time":{"start":1724921045449,"stop":1724921045450,"duration":1},"status":"passed","severity":"normal"},{"uid":"66bce97be4129864","name":"should emit a peer event after start","time":{"start":1724921065910,"stop":1724921065911,"duration":1},"status":"passed","severity":"normal"},{"uid":"2be8af6667b0690b","name":"Push message with Script payload","time":{"start":1724921602946,"stop":1724921602950,"duration":4},"status":"passed","severity":"normal"},{"uid":"18d49e2c138cae35","name":"Encoder throws on undefined content topic","time":{"start":1724921071994,"stop":1724921071994,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ebf57b07e2b02ec","name":"Push message with SQL Injection payload","time":{"start":1724921602945,"stop":1724921602946,"duration":1},"status":"passed","severity":"normal"},{"uid":"de4bbd9198c25edc","name":"Push message with numeric payload","time":{"start":1724921602943,"stop":1724921602943,"duration":0},"status":"passed","severity":"normal"},{"uid":"4de4f10457257e54","name":"Subscribe to topic containing XML and publish message","time":{"start":1724921563019,"stop":1724921563019,"duration":0},"status":"passed","severity":"normal"},{"uid":"7555b23f6adde640","name":"Check publish message containing Basic HTML tag","time":{"start":1724921564775,"stop":1724921564776,"duration":1},"status":"passed","severity":"normal"},{"uid":"43b847ff79399a37","name":"Push message with content topic containing escaped characters","time":{"start":1724921529589,"stop":1724921529589,"duration":0},"status":"passed","severity":"normal"},{"uid":"4bca3b450984efe4","name":"Ping on unsubscribed peer","time":{"start":1724921148663,"stop":1724921148663,"duration":0},"status":"passed","severity":"normal"},{"uid":"7aa9618ccdb4bc71","name":"should not fail to start the service if it is already started","time":{"start":1724921098915,"stop":1724921098916,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed8207712c1a08f9","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1724921164593,"stop":1724921164593,"duration":0},"status":"passed","severity":"normal"},{"uid":"f31280671ff3d9d4","name":"Subscribe and receives messages on 20 topics","time":{"start":1724921625080,"stop":1724921625080,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8d819833e2e4e85","name":"Check received message containing SQL Injection","time":{"start":1724921267868,"stop":1724921267868,"duration":0},"status":"passed","severity":"normal"},{"uid":"df97cfc0fb2ea698","name":"can start the service","time":{"start":1724921559011,"stop":1724921559012,"duration":1},"status":"passed","severity":"normal"},{"uid":"883d395d3a232e57","name":"Check received message with timestamp: 1724921087396 ","time":{"start":1724921515225,"stop":1724921515226,"duration":1},"status":"passed","severity":"normal"},{"uid":"c256437b5260ae55","name":"Check received message containing numeric","time":{"start":1724921515219,"stop":1724921515219,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbb6279728e215d5","name":"can start and stop the service","time":{"start":1724921559012,"stop":1724921559013,"duration":1},"status":"passed","severity":"normal"},{"uid":"f1bf56333f9ca18f","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1724921037655,"stop":1724921037655,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ffd1d41f969eea2","name":"returns all values when wanted number matches available values","time":{"start":1724921060544,"stop":1724921060545,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ce4c050b04bfe49","name":"returns all values when wanted number is greater than available values","time":{"start":1724921060545,"stop":1724921060546,"duration":1},"status":"passed","severity":"normal"},{"uid":"891ce09012901f52","name":"Check received message with timestamp: 1724921087845000000 ","time":{"start":1724921267871,"stop":1724921267872,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5ff81aa4818e63","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1724921037649,"stop":1724921037649,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c633cd02e4bcaf1","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1724921037624,"stop":1724921037625,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c006ef5ce823ca3","name":"Fails to push message with empty content topic","time":{"start":1724921529590,"stop":1724921529590,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea5fcd3642331c2c","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1724921296998,"stop":1724921296999,"duration":1},"status":"passed","severity":"normal"},{"uid":"6427376602917948","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1724921379981,"stop":1724921379981,"duration":0},"status":"passed","severity":"normal"},{"uid":"5cb7cc7c350d2ef6","name":"Push message with special chars payload","time":{"start":1724921529567,"stop":1724921529568,"duration":1},"status":"passed","severity":"normal"},{"uid":"447a4f145c1853e5","name":"Encoder throws on undefined content topic","time":{"start":1724921073460,"stop":1724921073460,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9bf68e62d8997a0","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1724921037640,"stop":1724921037640,"duration":0},"status":"passed","severity":"normal"},{"uid":"55fd32b5cb831d30","name":"less peers than existing","time":{"start":1724921515419,"stop":1724921515419,"duration":0},"status":"skipped","severity":"normal"},{"uid":"cb2924dc3a9f9e9d","name":"start node with empty content topic","time":{"start":1724921613058,"stop":1724921613058,"duration":0},"status":"passed","severity":"normal"},{"uid":"9529b94b1052fe3e","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1724921515249,"stop":1724921515250,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec893939505b729c","name":"Check publish message containing JSON","time":{"start":1724921564776,"stop":1724921564776,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed61c04b70778bc4","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1724921164604,"stop":1724921164605,"duration":1},"status":"passed","severity":"normal"},{"uid":"68bb4be0b88fa096","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1724921037639,"stop":1724921037639,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e7abba2fea39d56","name":"throws on content topic with non-number generation field","time":{"start":1724921037620,"stop":1724921037621,"duration":1},"status":"passed","severity":"normal"},{"uid":"5883a1bcf9a7621d","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1724921037651,"stop":1724921037651,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b9d7d25cc00d054","name":"should correctly map a content topic to a pubsub topic","time":{"start":1724921037654,"stop":1724921037654,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3d709224d0c390b","name":"Check message received after jswaku node is restarted","time":{"start":1724921515257,"stop":1724921515257,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ca4ab4c102fe0889","name":"should properly create location multiaddrs - tcp4","time":{"start":1724921046205,"stop":1724921046205,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b86738318e43b80","name":"recovers when dns.resolve returns empty","time":{"start":1724921061847,"stop":1724921061847,"duration":0},"status":"passed","severity":"normal"},{"uid":"e300b2384d6b6444","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1724921625080,"stop":1724921625080,"duration":0},"status":"passed","severity":"normal"},{"uid":"980642cd59bbe44a","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1724921098922,"stop":1724921098922,"duration":0},"status":"skipped","severity":"normal"},{"uid":"edd5c3dd1b4c1391","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1724921198884,"stop":1724921198884,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d9cfee103242d68","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1724921037646,"stop":1724921037646,"duration":0},"status":"passed","severity":"normal"},{"uid":"f59a776e608d10ed","name":"Passing page size 11 when there are 10 messages","time":{"start":1724921656192,"stop":1724921656193,"duration":1},"status":"passed","severity":"normal"},{"uid":"54dd92e7143517ba","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1724921723784,"stop":1724921723785,"duration":1},"status":"passed","severity":"normal"},{"uid":"46c57d660721af48","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1724921625039,"stop":1724921625040,"duration":1},"status":"passed","severity":"normal"},{"uid":"927c2a474fe4331b","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1724921270342,"stop":1724921270342,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8d8efd9ed67c195","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724921270358,"stop":1724921270359,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a40a2755fd93129","name":"Reopen subscription with peer with lost subscription","time":{"start":1724921158278,"stop":1724921158278,"duration":0},"status":"passed","severity":"normal"},{"uid":"842ac18cc4e9692c","name":"Check received message containing Script","time":{"start":1724921515221,"stop":1724921515222,"duration":1},"status":"passed","severity":"normal"},{"uid":"58a740f1963eaf0e","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1724921270360,"stop":1724921270361,"duration":1},"status":"passed","severity":"normal"},{"uid":"f58c94273ed9034f","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1724921297020,"stop":1724921297020,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b38ed6a5095ff0e","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1724921625038,"stop":1724921625039,"duration":1},"status":"passed","severity":"normal"},{"uid":"b12f795247df9303","name":"Default pageSize","time":{"start":1724921656194,"stop":1724921656194,"duration":0},"status":"passed","severity":"normal"},{"uid":"1356912a63875a59","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1724921583487,"stop":1724921583487,"duration":0},"status":"skipped","severity":"normal"},{"uid":"dabf97c1a6c9b097","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1724921040178,"stop":1724921040179,"duration":1},"status":"passed","severity":"normal"},{"uid":"232cef48ddee9e31","name":"Subscribe and receive messages via waku relay post","time":{"start":1724921625079,"stop":1724921625079,"duration":0},"status":"passed","severity":"normal"},{"uid":"9db35cd4c5c68a66","name":"Subscribe and receives messages on 20 topics","time":{"start":1724921625037,"stop":1724921625038,"duration":1},"status":"passed","severity":"normal"},{"uid":"9899d7be1f78a7f5","name":"handles different networkShards values correctly","time":{"start":1724921037636,"stop":1724921037636,"duration":0},"status":"passed","severity":"normal"},{"uid":"1cbc075455c3f692","name":"Store - dialed first","time":{"start":1724921677827,"stop":1724921677828,"duration":1},"status":"passed","severity":"normal"},{"uid":"d56b9116426ba323","name":"Push message with JSON payload","time":{"start":1724921602951,"stop":1724921602951,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8c05bc6601b7204","name":"Push message with custom timestamp: 1724917721438","time":{"start":1724921529593,"stop":1724921529593,"duration":0},"status":"passed","severity":"normal"},{"uid":"1af73374ef854afa","name":"Check received message with timestamp: 1724921087396000000 ","time":{"start":1724921515225,"stop":1724921515225,"duration":0},"status":"passed","severity":"normal"},{"uid":"e583591bc7915857","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1724921270342,"stop":1724921270343,"duration":1},"status":"passed","severity":"normal"},{"uid":"d62e023caaab4937","name":"should properly create location multiaddrs - tcp6","time":{"start":1724921046206,"stop":1724921046206,"duration":0},"status":"passed","severity":"normal"},{"uid":"edd7503af5ff8188","name":"should add and remove event listeners correctly","time":{"start":1724921065913,"stop":1724921065914,"duration":1},"status":"passed","severity":"normal"},{"uid":"eb977b20827ef41d","name":"Push message with content topic containing emoji","time":{"start":1724921529589,"stop":1724921529589,"duration":0},"status":"passed","severity":"normal"},{"uid":"71f8bf5218558e3d","name":"Fails to push message bigger that 1MB","time":{"start":1724921529594,"stop":1724921529594,"duration":0},"status":"passed","severity":"normal"},{"uid":"62cf0813f3fd4513","name":"should properly create location multiaddrs - udp6","time":{"start":1724921046205,"stop":1724921046206,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc98425d6efb3ce3","name":"Ordered callback, aborts when callback returns true","time":{"start":1724921663255,"stop":1724921663256,"duration":1},"status":"passed","severity":"normal"},{"uid":"13f90dc2b9de9a38","name":"Publish message with rate limit","time":{"start":1724921564785,"stop":1724921564785,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c1cc34ce66e1cc2","name":"same cluster, same shard: nodes connect","time":{"start":1724921270338,"stop":1724921270339,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f128345979a0ee9","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1724921658744,"stop":1724921658745,"duration":1},"status":"passed","severity":"normal"},{"uid":"c4ab663adef46592","name":"Subscribe and publish message","time":{"start":1724921563006,"stop":1724921563007,"duration":1},"status":"passed","severity":"normal"},{"uid":"eee3cfa6fcb5d027","name":"Ordered Callback sorting by timestamp while page direction is false","time":{"start":1724921656081,"stop":1724921656081,"duration":0},"status":"passed","severity":"normal"},{"uid":"d90b592d27ac729e","name":"Check received message containing short","time":{"start":1724921267864,"stop":1724921267865,"duration":1},"status":"passed","severity":"normal"},{"uid":"6cc069dc9d385495","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1724921270351,"stop":1724921270351,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ffa862444ef66d1","name":"Number of peers are maintained correctly","time":{"start":1724921326303,"stop":1724921326304,"duration":1},"status":"passed","severity":"normal"},{"uid":"af79648e432fe63c","name":"Check received message containing long","time":{"start":1724921267865,"stop":1724921267865,"duration":0},"status":"passed","severity":"normal"},{"uid":"44ecaff2390e5433","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1724921037633,"stop":1724921037633,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e3194cde2657de2","name":"Waku message hash computation (no timestamp)","time":{"start":1724921040180,"stop":1724921040181,"duration":1},"status":"passed","severity":"normal"},{"uid":"11216abbb15f1827","name":"Store - dialed after - with timeout","time":{"start":1724921677828,"stop":1724921677828,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cbe4e46a0d9855a","name":"isConnected between 2 js-waku relay nodes","time":{"start":1724921141201,"stop":1724921141201,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f09f31a7b00046d","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1724921088192,"stop":1724921088193,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd6b00d3e69884f9","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1724921060546,"stop":1724921060546,"duration":0},"status":"passed","severity":"normal"},{"uid":"b825a2642c164fcb","name":"Publish message with large meta","time":{"start":1724921564784,"stop":1724921564785,"duration":1},"status":"passed","severity":"normal"},{"uid":"df94b1349293f8bf","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724921270363,"stop":1724921270364,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ed6550d8a212f","name":"should not receive a peer event after stop","time":{"start":1724921065911,"stop":1724921065912,"duration":1},"status":"passed","severity":"normal"},{"uid":"f97eb75c6e81cac2","name":"should emit events and trasition isConnected state when has peers or no peers","time":{"start":1724921088200,"stop":1724921088202,"duration":2},"status":"passed","severity":"normal"},{"uid":"d8ac6ec6daf2e019","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1724921270342,"stop":1724921270342,"duration":0},"status":"passed","severity":"normal"},{"uid":"1362e0f28d13ce9e","name":"Check received message containing emoji","time":{"start":1724921515238,"stop":1724921515239,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8ca67ee3c87efc3","name":"Check received message containing JSON","time":{"start":1724921515222,"stop":1724921515223,"duration":1},"status":"passed","severity":"normal"},{"uid":"29f2f6c7ce4776fe","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app24/4/topic914/utf8","time":{"start":1724921613055,"stop":1724921613055,"duration":0},"status":"passed","severity":"normal"},{"uid":"17efe7258df552a5","name":"Rejects garbage","time":{"start":1724921054321,"stop":1724921054321,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9acf6fecda7e4dc","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1724921095758,"stop":1724921095759,"duration":1},"status":"passed","severity":"normal"},{"uid":"6542f55c31fd7766","name":"safeDispatchEvent","time":{"start":1724921128571,"stop":1724921128572,"duration":1},"status":"passed","severity":"normal"},{"uid":"92f6755794356414","name":"Check message received after nwaku node is restarted","time":{"start":1724921515258,"stop":1724921515258,"duration":0},"status":"skipped","severity":"normal"},{"uid":"732443f475970847","name":"more peers than existing","time":{"start":1724921515419,"stop":1724921515419,"duration":0},"status":"skipped","severity":"normal"},{"uid":"144200d4270541d6","name":"Push message on custom pubsubTopic","time":{"start":1724921379979,"stop":1724921379979,"duration":0},"status":"passed","severity":"normal"},{"uid":"9860c0fa9640dedb","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1724921300792,"stop":1724921300794,"duration":2},"status":"passed","severity":"normal"},{"uid":"8bd10ad930776b3a","name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1724921497751,"stop":1724921497751,"duration":0},"status":"passed","severity":"normal"},{"uid":"27df9a9c148a898","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1724921095759,"stop":1724921095760,"duration":1},"status":"passed","severity":"normal"},{"uid":"68c5070683811b4","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724921379979,"stop":1724921379979,"duration":0},"status":"passed","severity":"normal"},{"uid":"a88906d30d370248","name":"Number of peers are maintained correctly","time":{"start":1724921196355,"stop":1724921196355,"duration":0},"status":"passed","severity":"normal"},{"uid":"1725ae16399c67cf","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1724921625075,"stop":1724921625075,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ee558e38f8419d3","name":"throws an error for improperly formatted content topics","time":{"start":1724921037637,"stop":1724921037637,"duration":0},"status":"passed","severity":"normal"},{"uid":"c10d6e09cfe0b3a4","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1724921061374,"stop":1724921061375,"duration":1},"status":"passed","severity":"normal"},{"uid":"fdf4051670a32c58","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1724921099698,"stop":1724921099698,"duration":0},"status":"passed","severity":"normal"},{"uid":"86eedcf7510d4ac9","name":"Overlapping topic subscription","time":{"start":1724921625040,"stop":1724921625043,"duration":3},"status":"passed","severity":"normal"},{"uid":"f47fc99520fc0fba","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1724921164608,"stop":1724921164608,"duration":0},"status":"passed","severity":"normal"},{"uid":"59cd3b5059e8dd2","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1724921625050,"stop":1724921625062,"duration":12},"status":"passed","severity":"normal"},{"uid":"23d9a2e88dcc4fbe","name":"Push message with unicode special characters payload","time":{"start":1724921529576,"stop":1724921529577,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf0cd1e82ef9e0a5","name":"Query generator for multiple messages with different message text format","time":{"start":1724921663253,"stop":1724921663253,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2412a2a27e99c44","name":"configure the node with multiple pubsub topics","time":{"start":1724921619640,"stop":1724921619640,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d113b515c9b38cc","name":"Refresh subscription","time":{"start":1724921625044,"stop":1724921625045,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee3979b706e661d4","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1724921563007,"stop":1724921563008,"duration":1},"status":"passed","severity":"normal"},{"uid":"6cc341158100df7c","name":"Check message with non string payload is not received","time":{"start":1724921267881,"stop":1724921267898,"duration":17},"status":"passed","severity":"normal"},{"uid":"efc27b4c7ef3d408","name":"Filter with 2 connections","time":{"start":1724921321311,"stop":1724921321312,"duration":1},"status":"passed","severity":"normal"},{"uid":"829903fd84df73fa","name":"should set field with only RELAY enabled","time":{"start":1724921046208,"stop":1724921046208,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff62bef00a3111c1","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1724921037647,"stop":1724921037647,"duration":0},"status":"passed","severity":"normal"},{"uid":"b38193daee49975","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1724921061372,"stop":1724921061372,"duration":0},"status":"passed","severity":"normal"},{"uid":"861185a2dd8589f2","name":"Push message with Arabic payload","time":{"start":1724921602945,"stop":1724921602945,"duration":0},"status":"passed","severity":"normal"},{"uid":"71c79e9a049dbf03","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1724921037645,"stop":1724921037645,"duration":0},"status":"passed","severity":"normal"},{"uid":"31075a05df1454a6","name":"should properly create peer info with all multiaddrs","time":{"start":1724921046207,"stop":1724921046207,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1f8668fe00e90c7","name":"should set field with only FILTER enabled","time":{"start":1724921046209,"stop":1724921046209,"duration":0},"status":"passed","severity":"normal"},{"uid":"eac57ea6dd1d2f8","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1724921037644,"stop":1724921037645,"duration":1},"status":"passed","severity":"normal"},{"uid":"610cc37a108877d0","name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1724921497755,"stop":1724921497755,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b5565ebb7b12e45","name":"Mutual subscription","time":{"start":1724921563003,"stop":1724921563004,"duration":1},"status":"passed","severity":"normal"},{"uid":"5558b84675d82429","name":"Check received message containing short","time":{"start":1724921515218,"stop":1724921515218,"duration":0},"status":"passed","severity":"normal"},{"uid":"90459e9c1f5eef8c","name":"Subscribe to topic containing special chars and receive message","time":{"start":1724921625048,"stop":1724921625049,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a62193cf2cbcbf7","name":"Push message with content topic containing SQL Injection","time":{"start":1724921602959,"stop":1724921602960,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd23aaa5ad7b74c3","name":"Push message with content topic containing Chinese","time":{"start":1724921529584,"stop":1724921529584,"duration":0},"status":"passed","severity":"normal"},{"uid":"acb13426ae59bc3b","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724921270356,"stop":1724921270356,"duration":0},"status":"passed","severity":"normal"},{"uid":"19f0d8738cefa63e","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1724921073458,"stop":1724921073458,"duration":0},"status":"passed","severity":"normal"},{"uid":"243d02fe3bba1954","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1724921563021,"stop":1724921563021,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7ce589f46dba351","name":"Ephemeral field is preserved - encoder v0","time":{"start":1724921099697,"stop":1724921099698,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd2b4568801fb0ed","name":"Push message with escaped characters payload","time":{"start":1724921529575,"stop":1724921529576,"duration":1},"status":"passed","severity":"normal"},{"uid":"c545b1ce7159876c","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1724921037646,"stop":1724921037646,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1c5fb2c34546d","name":"Passing page size 10 when there are 10 messages","time":{"start":1724921656192,"stop":1724921656192,"duration":0},"status":"passed","severity":"normal"},{"uid":"5cd211f0ceb6d07a","name":"Sample","time":{"start":1724921045432,"stop":1724921045433,"duration":1},"status":"passed","severity":"normal"},{"uid":"25bfd0b3fd883a50","name":"Push message with content topic containing special chars","time":{"start":1724921602958,"stop":1724921602958,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3a479b6898dc842","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1724921045535,"stop":1724921045535,"duration":0},"status":"passed","severity":"normal"},{"uid":"138f506ab6951d66","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1724921270367,"stop":1724921270367,"duration":0},"status":"passed","severity":"normal"},{"uid":"b22f5ba160756d28","name":"creates an iterator","time":{"start":1724921665482,"stop":1724921665482,"duration":0},"status":"passed","severity":"normal"},{"uid":"67dd8fc2974c3527","name":"addEventListener with wrong event","time":{"start":1724921128566,"stop":1724921128566,"duration":0},"status":"passed","severity":"normal"},{"uid":"d877460f4936ccd3","name":"throws on content topic with empty version field","time":{"start":1724921037622,"stop":1724921037622,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a0e53a2d16e932f","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1724921037625,"stop":1724921037626,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f703044cd457373","name":"Push message with unicode special characters payload","time":{"start":1724921602954,"stop":1724921602955,"duration":1},"status":"passed","severity":"normal"},{"uid":"6df296044ddd7138","name":"should encode/decode to RLP encoding","time":{"start":1724921046200,"stop":1724921046200,"duration":0},"status":"passed","severity":"normal"},{"uid":"bfadf5cce19092d5","name":"Relay + Store","time":{"start":1724921096287,"stop":1724921096287,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a4b6d7da7eed8f9","name":"shard 0","time":{"start":1724921619627,"stop":1724921619627,"duration":0},"status":"passed","severity":"normal"},{"uid":"55482b4400b3610f","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1724921037652,"stop":1724921037652,"duration":0},"status":"passed","severity":"normal"},{"uid":"619ce2fea4ad8e7e","name":"Relay","time":{"start":1724921096286,"stop":1724921096287,"duration":1},"status":"passed","severity":"normal"},{"uid":"792ec32bb94df336","name":"Push message with long payload","time":{"start":1724921529565,"stop":1724921529566,"duration":1},"status":"passed","severity":"normal"},{"uid":"565fc01dc08d53f4","name":"Push message with shell command payload","time":{"start":1724921602952,"stop":1724921602952,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6bfb84365b9a05a","name":"Nodes with multiple pubsub topic","time":{"start":1724921540109,"stop":1724921540109,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ca224e3725f3b5","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1724921050916,"stop":1724921050916,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3e4ce9f84eeedba","name":"removeEventListener with correct event","time":{"start":1724921128567,"stop":1724921128567,"duration":0},"status":"passed","severity":"normal"},{"uid":"1cfa376143b106d9","name":"Keep-alive pings maintain the connection","time":{"start":1724921196357,"stop":1724921196357,"duration":0},"status":"passed","severity":"normal"},{"uid":"646dea1c4b09fb48","name":"Check publish message containing Russian","time":{"start":1724921564774,"stop":1724921564774,"duration":0},"status":"passed","severity":"normal"},{"uid":"beb7618bba17a787","name":"should not receive a peer event after stop","time":{"start":1724921559018,"stop":1724921559019,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d095f336f0b48e1","name":"Push message with emoji payload","time":{"start":1724921602955,"stop":1724921602955,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f5c7192b2cf8e12","name":"caches peers it previously fetched","time":{"start":1724921061848,"stop":1724921061848,"duration":0},"status":"passed","severity":"normal"},{"uid":"e53024792f7dfe8f","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1724921037648,"stop":1724921037649,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f3226feb5270c75","name":"Push message with rate limit","time":{"start":1724921602985,"stop":1724921602986,"duration":1},"status":"passed","severity":"normal"},{"uid":"b8e838fff3b75846","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1724921045532,"stop":1724921045533,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb5bfb0703ab716d","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1724921663255,"stop":1724921663255,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff1eee42f52f0024","name":"Subscribe to topic containing numeric and receive message","time":{"start":1724921625082,"stop":1724921625083,"duration":1},"status":"passed","severity":"normal"},{"uid":"f37aabe1e73c884f","name":"should properly compute the node id","time":{"start":1724921046199,"stop":1724921046200,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e5c15f6b2f8f1d1","name":"Push message with XML payload","time":{"start":1724921602950,"stop":1724921602951,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5a18059ea5bcee2","name":"1 Store, 2 fetches","time":{"start":1724921061619,"stop":1724921061619,"duration":0},"status":"passed","severity":"normal"},{"uid":"62c78882ad8ff8f1","name":"Subscribe to topic containing Script and receive message","time":{"start":1724921625090,"stop":1724921625091,"duration":1},"status":"passed","severity":"normal"},{"uid":"ae4b6c09dd2e3130","name":"same cluster, different shard: nodes connect","time":{"start":1724921419682,"stop":1724921419682,"duration":0},"status":"passed","severity":"normal"},{"uid":"254d6a20a2062064","name":"Fails to push message with large meta","time":{"start":1724921529591,"stop":1724921529592,"duration":1},"status":"passed","severity":"normal"},{"uid":"e85ba90f3b36669","name":"listenerCount","time":{"start":1724921128569,"stop":1724921128570,"duration":1},"status":"passed","severity":"normal"},{"uid":"211fe50555a2ab70","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1724921620594,"stop":1724921620595,"duration":1},"status":"passed","severity":"normal"},{"uid":"d21f48688d478da7","name":"Overlapping topic subscription","time":{"start":1724921563011,"stop":1724921563012,"duration":1},"status":"skipped","severity":"normal"},{"uid":"9544ac93a445c4e5","name":"should be able to decode the field with only FILTER set to true","time":{"start":1724921045534,"stop":1724921045534,"duration":0},"status":"passed","severity":"normal"},{"uid":"58d5c2c4d8265e58","name":"Decoder throws on undefined content topic","time":{"start":1724921051056,"stop":1724921051057,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f0fdeccbf97a853","name":"Push message with content topic containing Arabic","time":{"start":1724921602959,"stop":1724921602959,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd5f29959e124560","name":"random static sharding 6 - Cluster ID: 165, Shard ID: 790","time":{"start":1724921619635,"stop":1724921619636,"duration":1},"status":"passed","severity":"normal"},{"uid":"efa2e919677bca6","name":"Callback on promise","time":{"start":1724921663254,"stop":1724921663254,"duration":0},"status":"passed","severity":"normal"},{"uid":"2bc4bfce2d4b5024","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1724921625079,"stop":1724921625079,"duration":0},"status":"passed","severity":"normal"},{"uid":"8058e20495b61928","name":"Should update multiaddrs","time":{"start":1724921498166,"stop":1724921498166,"duration":0},"status":"passed","severity":"normal"},{"uid":"990a5fb26d78f5c5","name":"should throw error - invalid id","time":{"start":1724921046198,"stop":1724921046198,"duration":0},"status":"passed","severity":"normal"},{"uid":"9862a071b49b479c","name":"Add multiple subscription objects on single nwaku node","time":{"start":1724921625094,"stop":1724921625094,"duration":0},"status":"passed","severity":"normal"},{"uid":"12f03a4b26d5d41a","name":"Subscribe to topic containing short and receive message","time":{"start":1724921297005,"stop":1724921297006,"duration":1},"status":"passed","severity":"normal"},{"uid":"b09e923d197585fc","name":"Fails to push message with large meta","time":{"start":1724921602984,"stop":1724921602985,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9c66d064d6c5e66","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1724921061370,"stop":1724921061370,"duration":0},"status":"passed","severity":"normal"},{"uid":"399e833fa3b98811","name":"Push message with content topic containing emoji","time":{"start":1724921602977,"stop":1724921602983,"duration":6},"status":"passed","severity":"normal"},{"uid":"885ad9085c153fc6","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1724921563009,"stop":1724921563010,"duration":1},"status":"passed","severity":"normal"},{"uid":"d4b82edc613caec9","name":"Delete observer","time":{"start":1724921517832,"stop":1724921517832,"duration":0},"status":"passed","severity":"normal"},{"uid":"570448f1d3ea5776","name":"Check received message containing numeric","time":{"start":1724921515231,"stop":1724921515231,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a9e7cea474243c6","name":"Symmetric encrypt & Decrypt","time":{"start":1724921072291,"stop":1724921072291,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1f5a5556a6d4f5e","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1724921297001,"stop":1724921297002,"duration":1},"status":"passed","severity":"normal"},{"uid":"6eb366566cf83622","name":"handles empty shards array correctly","time":{"start":1724921037654,"stop":1724921037654,"duration":0},"status":"passed","severity":"normal"},{"uid":"418ecfa121ccf6fb","name":"getPeersByDiscovery","time":{"start":1724921128568,"stop":1724921128569,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd88698b1bb3f570","name":"should throw an error for empty SingleShardInfos array","time":{"start":1724921037638,"stop":1724921037638,"duration":0},"status":"passed","severity":"normal"},{"uid":"14cbcc48d0fac80d","name":"Check message with invalid timestamp is not received","time":{"start":1724921267873,"stop":1724921267874,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe941fc0fd498207","name":"Subscribe to topic containing shell command and publish message","time":{"start":1724921563020,"stop":1724921563020,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb162c1bfd3d995f","name":"should throw an error for missing sharding configuration","time":{"start":1724921037654,"stop":1724921037654,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5d59bb9ef074646","name":"Check publish message containing long","time":{"start":1724921564772,"stop":1724921564772,"duration":0},"status":"passed","severity":"normal"},{"uid":"141d2d31997f5821","name":"Check message with no payload is not received","time":{"start":1724921267881,"stop":1724921267881,"duration":0},"status":"passed","severity":"normal"},{"uid":"9580e849b067d559","name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","time":{"start":1724921497762,"stop":1724921497762,"duration":0},"status":"passed","severity":"normal"},{"uid":"1efbaf9fffa74590","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1724921037644,"stop":1724921037644,"duration":0},"status":"passed","severity":"normal"},{"uid":"38ec66aa359c4291","name":"should only return 1 node with relay capability","time":{"start":1724921061849,"stop":1724921061849,"duration":0},"status":"passed","severity":"normal"},{"uid":"da8ace76c14fcabd","name":"Push message with emoji payload","time":{"start":1724921529578,"stop":1724921529578,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c58dd9387584bc4","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1724921300829,"stop":1724921300829,"duration":0},"status":"passed","severity":"normal"},{"uid":"37280898a2e22c7e","name":"Subscribe to topic containing long and publish message","time":{"start":1724921563013,"stop":1724921563013,"duration":0},"status":"passed","severity":"normal"},{"uid":"691e46d429eb9433","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1724921270355,"stop":1724921270355,"duration":0},"status":"passed","severity":"normal"},{"uid":"f32b80fa88ae5b94","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1724921625033,"stop":1724921625033,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1308b964a7db8de","name":"non connected peers","time":{"start":1724921515419,"stop":1724921515419,"duration":0},"status":"skipped","severity":"normal"},{"uid":"39f4570b0460cbe4","name":"Generator, custom pubsub topic","time":{"start":1724921658745,"stop":1724921658745,"duration":0},"status":"passed","severity":"normal"},{"uid":"50bd4e105c3a34e4","name":"Check received message containing numeric","time":{"start":1724921267865,"stop":1724921267866,"duration":1},"status":"passed","severity":"normal"},{"uid":"20feb5f64781035d","name":"Check received message with timestamp: 1649153314 ","time":{"start":1724921515249,"stop":1724921515249,"duration":0},"status":"passed","severity":"normal"},{"uid":"2dd3224f8c1c5f9c","name":"Push message with content topic containing Script","time":{"start":1724921602960,"stop":1724921602960,"duration":0},"status":"passed","severity":"normal"},{"uid":"b58210257090c321","name":"Used by Waku Relay","time":{"start":1724921672581,"stop":1724921672582,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c1a207d6c88d15f","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1724921061851,"stop":1724921061851,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e09cfa7863a412a","name":"1 Store, 2 relays, 2 fetches","time":{"start":1724921061620,"stop":1724921061620,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcaf743eb0cc34b8","name":"Throws when trying to push message with empty payload","time":{"start":1724921529579,"stop":1724921529580,"duration":1},"status":"passed","severity":"normal"},{"uid":"6d16a328400bf7c8","name":"can start the service","time":{"start":1724921098907,"stop":1724921098907,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f5d938f054952ef","name":"topics with same application and version share the same shard","time":{"start":1724921037635,"stop":1724921037635,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e20f37f0a7d9f49","name":"LightPush with 0 connections","time":{"start":1724921321309,"stop":1724921321309,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file +[{"uid":"17ccfbfcb6b4824b","name":"Push message with content topic containing SQL Injection","time":{"start":1724922921468,"stop":1724922921468,"duration":0},"status":"passed","severity":"normal"},{"uid":"7aea3efd70e2e3ff","name":"Query Generator - true","time":{"start":1724922966703,"stop":1724922966704,"duration":1},"status":"passed","severity":"normal"},{"uid":"62170088d5c8704a","name":"Push message with emoji payload","time":{"start":1724922853912,"stop":1724922853913,"duration":1},"status":"passed","severity":"normal"},{"uid":"ddf62635cb8859ee","name":"Overlapping topic subscription","time":{"start":1724922635352,"stop":1724922635353,"duration":1},"status":"passed","severity":"normal"},{"uid":"6463bcb026f8e450","name":"Push message with content topic containing Arabic","time":{"start":1724922921467,"stop":1724922921468,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a6161d4c7daa4b0","name":"Check received message containing SQL Injection","time":{"start":1724922845235,"stop":1724922845235,"duration":0},"status":"passed","severity":"normal"},{"uid":"95c75fe2ff2d715","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1724922374768,"stop":1724922374768,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce2655f8bd23e58f","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1724922862334,"stop":1724922862334,"duration":0},"status":"passed","severity":"normal"},{"uid":"947f0a5c299c900a","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1724922611443,"stop":1724922611443,"duration":0},"status":"passed","severity":"normal"},{"uid":"cda1efeb383a3fd4","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1724922727645,"stop":1724922727645,"duration":0},"status":"passed","severity":"normal"},{"uid":"33fcc69f8a1f0d54","name":"should be able to encode the field with only FILTER set to true","time":{"start":1724922382324,"stop":1724922382325,"duration":1},"status":"passed","severity":"normal"},{"uid":"da236dc1c318d1e6","name":"Callback on promise, aborts when callback returns true","time":{"start":1724922971799,"stop":1724922971800,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef61a545f5854806","name":"Check received message with timestamp: 1724922424872 ","time":{"start":1724922845259,"stop":1724922845259,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6dd016781c33ba","name":"isConnected return false after peer stops","time":{"start":1724922476376,"stop":1724922476376,"duration":0},"status":"passed","severity":"normal"},{"uid":"40071b716ed58add","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724922508641,"stop":1724922508641,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff259dd22aaeb3a3","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1724922398404,"stop":1724922398404,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9ecdb8bf9acb241","name":"Add multiple subscription objects on single nwaku node","time":{"start":1724923012484,"stop":1724923012484,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7a1a4e7c637199","name":"Check message received after nwaku node is restarted","time":{"start":1724922601858,"stop":1724922601859,"duration":1},"status":"skipped","severity":"normal"},{"uid":"534602ca4857febe","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1724922374688,"stop":1724922374688,"duration":0},"status":"passed","severity":"normal"},{"uid":"c27beae0f511b3c1","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1724922906445,"stop":1724922906446,"duration":1},"status":"passed","severity":"normal"},{"uid":"4023d2b8ca85176a","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1724923012467,"stop":1724923012467,"duration":0},"status":"passed","severity":"normal"},{"uid":"68628ff572e4f422","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1724922433169,"stop":1724922433169,"duration":0},"status":"passed","severity":"normal"},{"uid":"5568d9a99a9f87a8","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1724922374663,"stop":1724922374663,"duration":0},"status":"passed","severity":"normal"},{"uid":"e37e75eaacf5b28b","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1724922439103,"stop":1724922439103,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8f2e7ee3d5894e3d","name":"new peer added after a peer was already found","time":{"start":1724922865536,"stop":1724922865536,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4a4141521ff1c5b","name":"Check message with no payload is not received","time":{"start":1724922845245,"stop":1724922845246,"duration":1},"status":"passed","severity":"normal"},{"uid":"60a7015b56047cdb","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1724922647834,"stop":1724922647834,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa50e2434aec3c48","name":"Ping on peer without subscriptions","time":{"start":1724922499928,"stop":1724922499929,"duration":1},"status":"passed","severity":"normal"},{"uid":"d94461970d347993","name":"handles different clusterIds correctly","time":{"start":1724922374676,"stop":1724922374676,"duration":0},"status":"passed","severity":"normal"},{"uid":"8577205642549620","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1724922374684,"stop":1724922374684,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e8f329d417fe91","name":"Sets default value correctly","time":{"start":1724922998985,"stop":1724922998986,"duration":1},"status":"passed","severity":"normal"},{"uid":"a96fc9eafa38e91","name":"Promise Callback - true","time":{"start":1724922966704,"stop":1724922966705,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5a5fffa779e6f2d","name":"should only return 1 node with relay capability","time":{"start":1724922398921,"stop":1724922398921,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d339aac9c2a4d7d","name":"Check received message containing emoji","time":{"start":1724922601844,"stop":1724922601844,"duration":0},"status":"passed","severity":"normal"},{"uid":"30ba2a2570181579","name":"Check received message containing unicode special characters","time":{"start":1724922601844,"stop":1724922601844,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7ba0f6353598ac","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1724922374684,"stop":1724922374684,"duration":0},"status":"passed","severity":"normal"},{"uid":"b36c722cb031b7d5","name":"configure the node with multiple pubsub topics","time":{"start":1724922946243,"stop":1724922946243,"duration":0},"status":"passed","severity":"normal"},{"uid":"476e32721ad58f2d","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1724922398026,"stop":1724922398027,"duration":1},"status":"passed","severity":"normal"},{"uid":"40ac64ac740f6188","name":"Check publish message containing shell command","time":{"start":1724922887526,"stop":1724922887526,"duration":0},"status":"passed","severity":"normal"},{"uid":"58d14de1eb2d13bb","name":"Publishes to nwaku","time":{"start":1724922866492,"stop":1724922866492,"duration":0},"status":"passed","severity":"normal"},{"uid":"6186bda730d95972","name":"Push message with content topic containing unicode special characters","time":{"start":1724922853923,"stop":1724922853927,"duration":4},"status":"passed","severity":"normal"},{"uid":"b6aff7b8c222de70","name":"ignores domain fetching errors","time":{"start":1724922398920,"stop":1724922398920,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e1c5febdb27411d","name":"Fails to push message with large meta","time":{"start":1724922921472,"stop":1724922921473,"duration":1},"status":"passed","severity":"normal"},{"uid":"da47c856eaa434c8","name":"should not receive a peer event after stop","time":{"start":1724922402864,"stop":1724922402864,"duration":0},"status":"passed","severity":"normal"},{"uid":"c979c5bd8a182114","name":"Publish message with custom timestamp: Thu Aug 29 2024 10:14:22 GMT+0000 (Coordinated Universal Time)","time":{"start":1724922887530,"stop":1724922887531,"duration":1},"status":"passed","severity":"normal"},{"uid":"2e9b4bddca43cadf","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1724922508640,"stop":1724922508640,"duration":0},"status":"passed","severity":"normal"},{"uid":"c60a0f065d2766b2","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1724922382326,"stop":1724922382327,"duration":1},"status":"passed","severity":"normal"},{"uid":"b9feb206aa3f02e6","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1724922891486,"stop":1724922891486,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fe094961cca0519","name":"isConnected should return false after all peers disconnect","time":{"start":1724922476376,"stop":1724922476376,"duration":0},"status":"passed","severity":"normal"},{"uid":"17863a4548a9062e","name":"Generator, 2 different pubsubtopics","time":{"start":1724922966285,"stop":1724922966286,"duration":1},"status":"passed","severity":"normal"},{"uid":"8584a697b55ac989","name":"Publish message with rate limit","time":{"start":1724922887535,"stop":1724922887535,"duration":0},"status":"passed","severity":"normal"},{"uid":"429c63902dc1b18e","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1724922536233,"stop":1724922536233,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e2e621b99b94965","name":"LightPush with 0 connections","time":{"start":1724922661624,"stop":1724922661625,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ec720e9c0f2ca88","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724922611440,"stop":1724922611440,"duration":0},"status":"passed","severity":"normal"},{"uid":"91c30c8730a54146","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1724922611436,"stop":1724922611436,"duration":0},"status":"passed","severity":"normal"},{"uid":"5bad8184d184ec1d","name":"Fails to publish message with size larger than 1 MB","time":{"start":1724922887533,"stop":1724922887533,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f05126ed42955e1","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app61/9/topic514/xml","time":{"start":1724922906442,"stop":1724922906443,"duration":1},"status":"passed","severity":"normal"},{"uid":"a883252467c84a0c","name":"Rejects garbage","time":{"start":1724922391232,"stop":1724922391233,"duration":1},"status":"passed","severity":"normal"},{"uid":"cca3b3874fd1d0a","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1724922382327,"stop":1724922382328,"duration":1},"status":"passed","severity":"normal"},{"uid":"3fdf882f071ab969","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1724922928886,"stop":1724922928886,"duration":0},"status":"passed","severity":"normal"},{"uid":"96e901a7d2d8843","name":"Push message with Chinese payload","time":{"start":1724922921443,"stop":1724922921444,"duration":1},"status":"passed","severity":"normal"},{"uid":"5306cc9cc199e7ba","name":"Renews subscription after lossing a connection","time":{"start":1724923012484,"stop":1724923012484,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcc1d3023e92b082","name":"LightPush: 0 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1724922778322,"stop":1724922778322,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0f86d5e8ce893c7","name":"Ping on unsubscribed peer","time":{"start":1724922499929,"stop":1724922499930,"duration":1},"status":"passed","severity":"normal"},{"uid":"977e07766c3875f8","name":"Subscribe to topic containing XML and receive message","time":{"start":1724923012465,"stop":1724923012466,"duration":1},"status":"passed","severity":"normal"},{"uid":"7e8e4d9798983d1d","name":"Query Generator sorting by timestamp while page direction is true","time":{"start":1724922982488,"stop":1724922982488,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6758088bfed03cb","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1724922398922,"stop":1724922398922,"duration":0},"status":"passed","severity":"normal"},{"uid":"a74450ef0c93e832","name":"Round trip binary encryption [ecies, signature]","time":{"start":1724922410310,"stop":1724922410311,"duration":1},"status":"passed","severity":"normal"},{"uid":"db1b666e92f70ab7","name":"Check message on other pubsub topic is not received","time":{"start":1724922845243,"stop":1724922845244,"duration":1},"status":"passed","severity":"normal"},{"uid":"f898490b15dd0b0e","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1724922374685,"stop":1724922374685,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5291c36bf28461e","name":"Push message with shell command payload","time":{"start":1724922853911,"stop":1724922853911,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc15f05d36d8c41a","name":"unsubscribes","time":{"start":1724922984605,"stop":1724922984606,"duration":1},"status":"passed","severity":"normal"},{"uid":"328c39bbf1f72fdf","name":"Relay - dialed first","time":{"start":1724923008734,"stop":1724923008734,"duration":0},"status":"passed","severity":"normal"},{"uid":"af9b0dd1316143a4","name":"should properly create location multiaddrs - udp4","time":{"start":1724922383085,"stop":1724922383085,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb77e5e421f452af","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1724922374672,"stop":1724922374672,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd155d4cfebdb4a1","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1724923012479,"stop":1724923012479,"duration":0},"status":"passed","severity":"normal"},{"uid":"107fa4234806a721","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1724922727648,"stop":1724922727648,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ea1863da7807cdb","name":"Sample","time":{"start":1724922382484,"stop":1724922382484,"duration":0},"status":"passed","severity":"normal"},{"uid":"da75751be5b1f918","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1724922999264,"stop":1724922999265,"duration":1},"status":"passed","severity":"normal"},{"uid":"6880bc512fad4294","name":"safeDispatchEvent","time":{"start":1724922465399,"stop":1724922465400,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c8c857a6d7a2a77","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724922727645,"stop":1724922727645,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2fdec18971088bb","name":"should throw an error for missing sharding configuration","time":{"start":1724922374694,"stop":1724922374694,"duration":0},"status":"passed","severity":"normal"},{"uid":"ecd2ddd0332f70fd","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1724922425592,"stop":1724922425595,"duration":3},"status":"passed","severity":"normal"},{"uid":"7556d1c3b6c8d8b2","name":"Subscribe to topic containing emoji and publish message","time":{"start":1724922891494,"stop":1724922891494,"duration":0},"status":"passed","severity":"normal"},{"uid":"7830955c611e30a2","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1724922374663,"stop":1724922374664,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ff7846ebc5aaf91","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1724922374687,"stop":1724922374687,"duration":0},"status":"passed","severity":"normal"},{"uid":"52d49d5a400f8ff8","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1724922374688,"stop":1724922374688,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3fbba7824cd7932","name":"should set field with only FILTER enabled","time":{"start":1724922383092,"stop":1724922383092,"duration":0},"status":"passed","severity":"normal"},{"uid":"e49d8558054efdfc","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1724922508639,"stop":1724922508639,"duration":0},"status":"passed","severity":"normal"},{"uid":"416608463c7bd228","name":"Push message with XML payload","time":{"start":1724922853909,"stop":1724922853910,"duration":1},"status":"passed","severity":"normal"},{"uid":"8735a1d647fef6bc","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1724922388050,"stop":1724922388050,"duration":0},"status":"passed","severity":"normal"},{"uid":"e81f691c30719ef1","name":"Check received message with timestamp: 1649153314 ","time":{"start":1724922601846,"stop":1724922601846,"duration":0},"status":"passed","severity":"normal"},{"uid":"1391faea2346e787","name":"throws on content topic with generation field greater than 0","time":{"start":1724922374659,"stop":1724922374660,"duration":1},"status":"passed","severity":"normal"},{"uid":"8fa6f27875793db3","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1724922611431,"stop":1724922611432,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2f9fcc2540c1b67","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app2/1/topic516/proto","time":{"start":1724922906440,"stop":1724922906441,"duration":1},"status":"passed","severity":"normal"},{"uid":"a358e1d60872e26c","name":"Check received message with timestamp: 1724922425216000000 ","time":{"start":1724922601844,"stop":1724922601845,"duration":1},"status":"passed","severity":"normal"},{"uid":"af1c9bfe9daf419b","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1724922374678,"stop":1724922374678,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cd40fd1ce50a016","name":"recovers when dns.resolve returns empty","time":{"start":1724922398919,"stop":1724922398919,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f0454b0ae62aea0","name":"Callback on promise","time":{"start":1724922971799,"stop":1724922971799,"duration":0},"status":"passed","severity":"normal"},{"uid":"b77e68ddbf39f6ef","name":"LightPush: 2 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1724922778327,"stop":1724922778327,"duration":0},"status":"passed","severity":"normal"},{"uid":"322a4a8ff57b83bb","name":"Check received message containing SQL Injection","time":{"start":1724922845253,"stop":1724922845253,"duration":0},"status":"passed","severity":"normal"},{"uid":"84859c439b6fdaf7","name":"Push message with content topic containing Basic HTML tag","time":{"start":1724922921469,"stop":1724922921469,"duration":0},"status":"passed","severity":"normal"},{"uid":"1959c48fdc65e079","name":"Subscribe to topic containing JSON and receive message","time":{"start":1724922635358,"stop":1724922635358,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3e2a2c499f4eabd","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1724922971800,"stop":1724922971800,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4959e54bcd3e472","name":"Check received message containing unicode special characters","time":{"start":1724922845238,"stop":1724922845239,"duration":1},"status":"passed","severity":"normal"},{"uid":"b8c49a2ce64f6e2e","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1724922402865,"stop":1724922402865,"duration":0},"status":"passed","severity":"normal"},{"uid":"60248aa76c8f7e78","name":"same cluster, same shard: nodes connect","time":{"start":1724922771082,"stop":1724922771082,"duration":0},"status":"passed","severity":"normal"},{"uid":"67df3dc8fb95e430","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1724922891485,"stop":1724922891485,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fa2297bb37094e8","name":"should throw an error for insufficient data","time":{"start":1724922374768,"stop":1724922374768,"duration":0},"status":"passed","severity":"normal"},{"uid":"975fe7c6c4cc5644","name":"should throw an error for empty SingleShardInfos array","time":{"start":1724922374677,"stop":1724922374678,"duration":1},"status":"passed","severity":"normal"},{"uid":"c87bb66091f15b51","name":"Check received message containing Basic HTML tag","time":{"start":1724922845254,"stop":1724922845256,"duration":2},"status":"passed","severity":"normal"},{"uid":"8007f3350aaff36a","name":"Check received message containing shell command","time":{"start":1724922601843,"stop":1724922601843,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8a231eb16c634eb","name":"Push message with custom timestamp: 1724926235572","time":{"start":1724922921474,"stop":1724922921475,"duration":1},"status":"passed","severity":"normal"},{"uid":"a3c3a10d741fd3fe","name":"Check received message containing special chars","time":{"start":1724922845233,"stop":1724922845234,"duration":1},"status":"passed","severity":"normal"},{"uid":"31e9647c8db518d4","name":"Subscribe to topic containing Script and publish message","time":{"start":1724922891490,"stop":1724922891491,"duration":1},"status":"passed","severity":"normal"},{"uid":"aaada347bce8a430","name":"Fails to push message bigger that 1MB","time":{"start":1724922921475,"stop":1724922921476,"duration":1},"status":"passed","severity":"normal"},{"uid":"b9661ff0d6d75ce8","name":"Push message with short payload","time":{"start":1724922853902,"stop":1724922853903,"duration":1},"status":"passed","severity":"normal"},{"uid":"57c22d602f4229d1","name":"should encode/decode to RLP encoding","time":{"start":1724922383083,"stop":1724922383083,"duration":0},"status":"passed","severity":"normal"},{"uid":"af4ef0073c9c634c","name":"LightPush: 0 peers, Filter: 2 peers - Expected: Unhealthy","time":{"start":1724922778324,"stop":1724922778324,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ce17db3b2eebd21","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724922508635,"stop":1724922508636,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ea9627fa79b007e","name":"LightPush: 3 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1724922778330,"stop":1724922778330,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2d334fa481fb89f","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1724922845242,"stop":1724922845243,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ecaa212b25b6600","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1724922374686,"stop":1724922374687,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c6002448607312b","name":"Check publish message containing Arabic","time":{"start":1724922887522,"stop":1724922887523,"duration":1},"status":"passed","severity":"normal"},{"uid":"649270fe6f4d65d9","name":"Check meta is set [ecies]","time":{"start":1724922410311,"stop":1724922410311,"duration":0},"status":"passed","severity":"normal"},{"uid":"28a14b166bc2e2b3","name":"Check message with no payload is not received","time":{"start":1724922601857,"stop":1724922601857,"duration":0},"status":"passed","severity":"normal"},{"uid":"5df6a34988c0cb5","name":"Push message with Russian payload","time":{"start":1724922853908,"stop":1724922853908,"duration":0},"status":"passed","severity":"normal"},{"uid":"12139d36d0540a0b","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724922611430,"stop":1724922611430,"duration":0},"status":"passed","severity":"normal"},{"uid":"3183bd22702f826","name":"should be able to decode the field with only RELAY set to true","time":{"start":1724922382328,"stop":1724922382329,"duration":1},"status":"passed","severity":"normal"},{"uid":"f562a682d4554cd8","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1724922476374,"stop":1724922476374,"duration":0},"status":"passed","severity":"normal"},{"uid":"35dfdbda77fa59d6","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1724922647835,"stop":1724922647835,"duration":0},"status":"passed","severity":"normal"},{"uid":"64eb4e5fa884a188","name":"handles empty shards array correctly","time":{"start":1724922374694,"stop":1724922374694,"duration":0},"status":"passed","severity":"normal"},{"uid":"43b1ea214579a6c0","name":"Check publish message containing Basic HTML tag","time":{"start":1724922887525,"stop":1724922887525,"duration":0},"status":"passed","severity":"normal"},{"uid":"e112fbb60fc82193","name":"Ping on subscribed peer","time":{"start":1724922499927,"stop":1724922499928,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e8b7ad1bf9975a0","name":"returns all values when wanted number is greater than available values","time":{"start":1724922398026,"stop":1724922398026,"duration":0},"status":"passed","severity":"normal"},{"uid":"7217450b24b8ff6f","name":"Check received message containing short","time":{"start":1724922601837,"stop":1724922601838,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5560e3871016064","name":"should properly compute the node id","time":{"start":1724922383083,"stop":1724922383083,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4239346f8966f2f","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1724922508636,"stop":1724922508637,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b92ebeecc728965","name":"Fails to push message with large meta","time":{"start":1724922853928,"stop":1724922853928,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a6571541f369e21","name":"Decoder throws on empty string content topic","time":{"start":1724922388049,"stop":1724922388050,"duration":1},"status":"passed","severity":"normal"},{"uid":"6febf30034257f8a","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1724922845260,"stop":1724922845260,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e4886f33fa1f812","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1724922928883,"stop":1724922928885,"duration":2},"status":"passed","severity":"normal"},{"uid":"8c821fad76fb1c2c","name":"different cluster, different shard: nodes don't connect","time":{"start":1724922771083,"stop":1724922771083,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5edb63e70770677","name":"Query Generator, Wrong PubsubTopic","time":{"start":1724922950819,"stop":1724922950820,"duration":1},"status":"passed","severity":"normal"},{"uid":"38092e9f15e48512","name":"Check received message containing Russian","time":{"start":1724922601840,"stop":1724922601840,"duration":0},"status":"passed","severity":"normal"},{"uid":"cef50c0b19f5cefc","name":"Push message with content topic containing JSON","time":{"start":1724922853921,"stop":1724922853922,"duration":1},"status":"passed","severity":"normal"},{"uid":"db3f9eddbc0df382","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app3/5/topic663/json","time":{"start":1724922906439,"stop":1724922906439,"duration":0},"status":"passed","severity":"normal"},{"uid":"76944968bcc34638","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1724922374683,"stop":1724922374683,"duration":0},"status":"passed","severity":"normal"},{"uid":"c00a4314ef8d39e2","name":"should not fail to start the service if it is already started","time":{"start":1724922402863,"stop":1724922402863,"duration":0},"status":"passed","severity":"normal"},{"uid":"8acff7ef608041f0","name":"should properly create location multiaddrs - udp","time":{"start":1724922383090,"stop":1724922383090,"duration":0},"status":"passed","severity":"normal"},{"uid":"e562832d2744b6f2","name":"Throws when trying to push message with empty payload","time":{"start":1724922921464,"stop":1724922921464,"duration":0},"status":"passed","severity":"normal"},{"uid":"41220e960a1fe29a","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1724922374685,"stop":1724922374685,"duration":0},"status":"passed","severity":"normal"},{"uid":"25dd79f949f169d8","name":"Check message with no content topic is not received","time":{"start":1724922845244,"stop":1724922845245,"duration":1},"status":"passed","severity":"normal"},{"uid":"980238336f0b5e4c","name":"Ordered Callback - true","time":{"start":1724922966705,"stop":1724922966705,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b16bac1bcec2cde","name":"can start the service","time":{"start":1724922890064,"stop":1724922890065,"duration":1},"status":"passed","severity":"normal"},{"uid":"83339b303d487a96","name":"Push message with rate limit","time":{"start":1724922921473,"stop":1724922921473,"duration":0},"status":"passed","severity":"normal"},{"uid":"67981c706f464a87","name":"LightPush: 1 peers, Filter: 3 peers - Expected: MinimallyHealthy","time":{"start":1724922778326,"stop":1724922778326,"duration":0},"status":"passed","severity":"normal"},{"uid":"d44fc5437296b23d","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1724922425595,"stop":1724922425597,"duration":2},"status":"passed","severity":"normal"},{"uid":"fda92576a082a979","name":"shard 0","time":{"start":1724922946228,"stop":1724922946228,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bfe15b8a611ee21","name":"Relay + Store","time":{"start":1724922383093,"stop":1724922383093,"duration":0},"status":"passed","severity":"normal"},{"uid":"4563b7165ab2b2a","name":"Query Generator sorting by timestamp while page direction is false","time":{"start":1724922982488,"stop":1724922982488,"duration":0},"status":"passed","severity":"normal"},{"uid":"729ebd053dc5faf6","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1724922611431,"stop":1724922611431,"duration":0},"status":"passed","severity":"normal"},{"uid":"637625bf4e879e64","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1724922374693,"stop":1724922374694,"duration":1},"status":"passed","severity":"normal"},{"uid":"f13cba270661ad29","name":"Privacy Node - default protocol","time":{"start":1724923008738,"stop":1724923008738,"duration":0},"status":"passed","severity":"normal"},{"uid":"a408290d26888362","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1724922611428,"stop":1724922611428,"duration":0},"status":"passed","severity":"normal"},{"uid":"818e97253c520e91","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1724922611433,"stop":1724922611433,"duration":0},"status":"passed","severity":"normal"},{"uid":"3186a21613dd57f","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1724922950821,"stop":1724922950822,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c5e338f300bc737","name":"Non TWN Cluster","time":{"start":1724922906439,"stop":1724922906439,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8ebf5fb4bd2fbc5","name":"Check received message containing numeric","time":{"start":1724922845233,"stop":1724922845233,"duration":0},"status":"passed","severity":"normal"},{"uid":"6227b7cf48b57a27","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1724922374677,"stop":1724922374677,"duration":0},"status":"passed","severity":"normal"},{"uid":"baa1defb4079dff","name":"LightPush: 1 peers, Filter: 2 peers - Expected: MinimallyHealthy","time":{"start":1724922778326,"stop":1724922778326,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad8d733128d379b9","name":"nwaku subscribes","time":{"start":1724922866492,"stop":1724922866492,"duration":0},"status":"passed","severity":"normal"},{"uid":"72cb0ca677d2a705","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1724922374683,"stop":1724922374684,"duration":1},"status":"passed","severity":"normal"},{"uid":"32cff420de5154cf","name":"Passing page size 110 when there are 120 messages","time":{"start":1724922983784,"stop":1724922983784,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7408a3ff925bc79","name":"Check received message with timestamp: 1724922424872 ","time":{"start":1724922845240,"stop":1724922845242,"duration":2},"status":"passed","severity":"normal"},{"uid":"2ebc05b9a5c6eaf8","name":"should handle a minimal index list","time":{"start":1724922374767,"stop":1724922374767,"duration":0},"status":"passed","severity":"normal"},{"uid":"9713e188a70d6fe7","name":"Passing page size 1 when there are 4 messages","time":{"start":1724922983780,"stop":1724922983781,"duration":1},"status":"passed","severity":"normal"},{"uid":"bae0c2b6c273bf6a","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1724922611433,"stop":1724922611433,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b1277d908567749","name":"Should update multiaddrs","time":{"start":1724922778645,"stop":1724922778646,"duration":1},"status":"passed","severity":"normal"},{"uid":"d13aa0deaca4f109","name":"Check received message containing numeric","time":{"start":1724922601838,"stop":1724922601839,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd3b0df4dba22c2c","name":"Push message with content topic containing special chars","time":{"start":1724922921466,"stop":1724922921467,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbd578a3ee935102","name":"All","time":{"start":1724922437307,"stop":1724922437311,"duration":4},"status":"passed","severity":"normal"},{"uid":"e5cf2f429fbf96ea","name":"Query with Ordered Callback, No Decoder","time":{"start":1724922950822,"stop":1724922950822,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9f7495dfa1d937","name":"Passing page size 0 when there are 110 messages","time":{"start":1724922983779,"stop":1724922983780,"duration":1},"status":"passed","severity":"normal"},{"uid":"7947d58104ffb65","name":"should not fail to stop the service if it was not started","time":{"start":1724922439099,"stop":1724922439100,"duration":1},"status":"passed","severity":"normal"},{"uid":"47c75ec98b3ae092","name":"Check received message containing Script","time":{"start":1724922601841,"stop":1724922601841,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c895b665200b9e5","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1724922536231,"stop":1724922536232,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f0ce0d57d487d6c","name":"handles multiple messages","time":{"start":1724922984603,"stop":1724922984603,"duration":0},"status":"passed","severity":"normal"},{"uid":"c86ce5dbc7fad4dc","name":"Generator, custom pubsub topic","time":{"start":1724922966283,"stop":1724922966283,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1435df9b319d822","name":"should get / set TCP multiaddr","time":{"start":1724922383084,"stop":1724922383085,"duration":1},"status":"passed","severity":"normal"},{"uid":"70dc32c81df83759","name":"Encoder throws on undefined content topic","time":{"start":1724922410311,"stop":1724922410312,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e671379cf12e70d","name":"Init the array if not present","time":{"start":1724922374447,"stop":1724922374448,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e55baf9c9b5f50b","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1724922374684,"stop":1724922374684,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e5ac197c86d3259","name":"Push message with Russian payload","time":{"start":1724922921445,"stop":1724922921446,"duration":1},"status":"passed","severity":"normal"},{"uid":"4740b78f9e974df9","name":"Wrong topic","time":{"start":1724922906444,"stop":1724922906444,"duration":0},"status":"passed","severity":"normal"},{"uid":"57963b4423ccc1c5","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1724922771081,"stop":1724922771082,"duration":1},"status":"passed","severity":"normal"},{"uid":"db1bf8d0f61b6ba6","name":"should return the pubsub topic directly if a string is provided","time":{"start":1724922374691,"stop":1724922374691,"duration":0},"status":"passed","severity":"normal"},{"uid":"27791ba717691c8d","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1724922374690,"stop":1724922374690,"duration":0},"status":"passed","severity":"normal"},{"uid":"51bf0c48f97d7e3a","name":"should use DNS peer discovery with light client","time":{"start":1724922439102,"stop":1724922439102,"duration":0},"status":"skipped","severity":"normal"},{"uid":"fb85f557939571de","name":"Check message with non string payload is not received","time":{"start":1724922601858,"stop":1724922601858,"duration":0},"status":"passed","severity":"normal"},{"uid":"db6835754611d1e0","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1724922374689,"stop":1724922374689,"duration":0},"status":"passed","severity":"normal"},{"uid":"681132e837290822","name":"Push message with Script payload","time":{"start":1724922921447,"stop":1724922921448,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe88af9582cb268e","name":"Subscribe to topic containing numeric and receive message","time":{"start":1724922635354,"stop":1724922635354,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e6e7b11f1f330af","name":"Number of peers are maintained correctly","time":{"start":1724922535036,"stop":1724922535037,"duration":1},"status":"passed","severity":"normal"},{"uid":"247d200431b27f77","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1724922536230,"stop":1724922536230,"duration":0},"status":"passed","severity":"normal"},{"uid":"171276ff386f569d","name":"removeEventListener with correct event","time":{"start":1724922465395,"stop":1724922465395,"duration":0},"status":"passed","severity":"normal"},{"uid":"639fbd784ed11b42","name":"1 Store, 2 fetches","time":{"start":1724922398277,"stop":1724922398277,"duration":0},"status":"passed","severity":"normal"},{"uid":"f46f477fe75f7e36","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1724922398404,"stop":1724922398404,"duration":0},"status":"passed","severity":"normal"},{"uid":"cfb188e5e45e2fe0","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1724922647836,"stop":1724922647836,"duration":0},"status":"passed","severity":"normal"},{"uid":"66abdc2155897ab0","name":"LightPush: 2 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1724922778327,"stop":1724922778327,"duration":0},"status":"passed","severity":"normal"},{"uid":"5916c6ee4db38f4a","name":"Query with Promise Callback, No message returned","time":{"start":1724922950824,"stop":1724922950824,"duration":0},"status":"passed","severity":"normal"},{"uid":"35904c8b970cb9cf","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1724923012459,"stop":1724923012459,"duration":0},"status":"passed","severity":"normal"},{"uid":"536cffe97ea031ac","name":"Check message with no content topic is not received","time":{"start":1724922601857,"stop":1724922601857,"duration":0},"status":"passed","severity":"normal"},{"uid":"b80441ff0ce30c67","name":"Check received message containing Chinese","time":{"start":1724922845234,"stop":1724922845234,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cf654fe6a0db836","name":"Check publish message containing SQL Injection","time":{"start":1724922887524,"stop":1724922887524,"duration":0},"status":"passed","severity":"normal"},{"uid":"5bc56707bd01823e","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724922611426,"stop":1724922611426,"duration":0},"status":"passed","severity":"normal"},{"uid":"438d48c123d59373","name":"Check publish message containing Chinese","time":{"start":1724922887522,"stop":1724922887522,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad4c24961c11050e","name":"should return valid sharding parameters for static sharding","time":{"start":1724922374693,"stop":1724922374693,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d9674005a225a02","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1724922398923,"stop":1724922398923,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ddd8b5a0ab72b0cc","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1724922433170,"stop":1724922433170,"duration":0},"status":"passed","severity":"normal"},{"uid":"36e3f645aab20b3b","name":"Add multiple subscription objects on single nwaku node","time":{"start":1724922635360,"stop":1724922635360,"duration":0},"status":"passed","severity":"normal"},{"uid":"c66b5a6a124a5673","name":"Sign & Recover","time":{"start":1724922409250,"stop":1724922409250,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9076850ec540110","name":"Check message with no pubsub topic is not received","time":{"start":1724922601856,"stop":1724922601856,"duration":0},"status":"passed","severity":"normal"},{"uid":"70edc609aedd7b10","name":"Check message received after jswaku node is restarted","time":{"start":1724922845246,"stop":1724922845246,"duration":0},"status":"skipped","severity":"normal"},{"uid":"fe8127b02ecbe536","name":"Number of peers are maintained correctly","time":{"start":1724922675552,"stop":1724922675552,"duration":0},"status":"passed","severity":"normal"},{"uid":"607d4c0669575d0c","name":"Decoder throws on undefined content topic","time":{"start":1724922410312,"stop":1724922410312,"duration":0},"status":"passed","severity":"normal"},{"uid":"c53a89c3bcbc6a34","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1724922374688,"stop":1724922374688,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b45b47bc6d16d29","name":"Check publish message containing special chars","time":{"start":1724922887521,"stop":1724922887522,"duration":1},"status":"passed","severity":"normal"},{"uid":"876ac122f8576b38","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1724922647835,"stop":1724922647835,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a58c90c3b5ad709","name":"should set field with only STORE enabled","time":{"start":1724922383092,"stop":1724922383092,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5af398198c14133","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1724922887528,"stop":1724922887529,"duration":1},"status":"passed","severity":"normal"},{"uid":"50fee164ddb7b660","name":"LightPush with 2 connections","time":{"start":1724922661638,"stop":1724922661641,"duration":3},"status":"passed","severity":"normal"},{"uid":"dd91eca78e74b912","name":"Check message received after jswaku node is restarted","time":{"start":1724922845263,"stop":1724922845264,"duration":1},"status":"skipped","severity":"normal"},{"uid":"ce8e942cb56041b6","name":"Store - dialed after - with timeout","time":{"start":1724923008736,"stop":1724923008736,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4884989548979d2","name":"Waku message hash computation (no timestamp)","time":{"start":1724922377156,"stop":1724922377156,"duration":0},"status":"passed","severity":"normal"},{"uid":"3945f6963ef94102","name":"Query generator for multiple messages with multiple decoders","time":{"start":1724922971798,"stop":1724922971798,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3af6120e35f9450","name":"Check received message containing special chars","time":{"start":1724922601839,"stop":1724922601839,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fa3b4744d6b5d6c","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1724922999267,"stop":1724922999267,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1c7199775d08a59","name":"Subscribe to topic containing shell command and publish message","time":{"start":1724922891492,"stop":1724922891493,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a24052723cb96dc","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1724922635346,"stop":1724922635346,"duration":0},"status":"passed","severity":"normal"},{"uid":"5dbb288b4fa637ee","name":"should throw an error for an unconfigured topic","time":{"start":1724922374690,"stop":1724922374691,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa3660c7a533115f","name":"it tolerates circular branch references","time":{"start":1724922398919,"stop":1724922398919,"duration":0},"status":"passed","severity":"normal"},{"uid":"eccd8df0aba7f0fb","name":"Push message with Script payload","time":{"start":1724922853909,"stop":1724922853909,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3dc77cb105ebd2","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1724922374672,"stop":1724922374672,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a04a994f7e4bb7a","name":"Refresh subscription","time":{"start":1724923012461,"stop":1724923012461,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd0f85aee7c8b223","name":"isConnected should return true after first peer connects","time":{"start":1724922476375,"stop":1724922476376,"duration":1},"status":"passed","severity":"normal"},{"uid":"1778617ab696e9c2","name":"Refresh subscription","time":{"start":1724922635353,"stop":1724922635353,"duration":0},"status":"passed","severity":"normal"},{"uid":"833e3092d8c0f269","name":"should return false","time":{"start":1724922383082,"stop":1724922383082,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4c547430ed8f30","name":"Subscribe to topic containing special chars and publish message","time":{"start":1724922891488,"stop":1724922891489,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a0cc8d9f58c5fa2","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1724922999266,"stop":1724922999266,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd03c58e654ec80e","name":"should get / set UDP multiaddr","time":{"start":1724922383084,"stop":1724922383084,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac9f9bf798e592fb","name":"Subscribe to topic containing short and receive message","time":{"start":1724923012462,"stop":1724923012462,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffc149a3f7d3c14b","name":"Ping fails for unsubscribed peers","time":{"start":1724922535038,"stop":1724922535038,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7df2d43b4170cb7","name":"LightPush with 1 connections","time":{"start":1724922661636,"stop":1724922661636,"duration":0},"status":"passed","severity":"normal"},{"uid":"e38ccb126311fded","name":"Encoder throws on undefined content topic","time":{"start":1724922388048,"stop":1724922388048,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c844a2dddd7c339","name":"Subscribe to topic containing shell command and receive message","time":{"start":1724923012466,"stop":1724923012467,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b1c034a2b9ab6db","name":"random static sharding 8 - Cluster ID: 473, Shard ID: 106","time":{"start":1724922946233,"stop":1724922946239,"duration":6},"status":"passed","severity":"normal"},{"uid":"bf1cb6e1a373ac26","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1724922508634,"stop":1724922508635,"duration":1},"status":"passed","severity":"normal"},{"uid":"85f46176006565b3","name":"Check publish message containing Script","time":{"start":1724922887524,"stop":1724922887524,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd9df8b15714ade1","name":"addEventListener with correct event","time":{"start":1724922465393,"stop":1724922465393,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ade1addac00b73c","name":"Push message equal or less that 1MB","time":{"start":1724922921475,"stop":1724922921475,"duration":0},"status":"passed","severity":"normal"},{"uid":"b881a0e06d72a552","name":"less peers than existing","time":{"start":1724922845654,"stop":1724922845654,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e6c7f88506b2b531","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1724922611439,"stop":1724922611439,"duration":0},"status":"passed","severity":"normal"},{"uid":"f15ca01d7ff3e315","name":"Push message with content topic containing long","time":{"start":1724922921466,"stop":1724922921466,"duration":0},"status":"passed","severity":"normal"},{"uid":"de2bf4fa1c9fc4ca","name":"Ping on subscribed peer","time":{"start":1724922499935,"stop":1724922499935,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd89791feecb7a5a","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1724922611444,"stop":1724922611444,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1e13910cac9b681","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1724922891493,"stop":1724922891494,"duration":1},"status":"passed","severity":"normal"},{"uid":"f35bcb068c64744b","name":"throws an error for improperly formatted content topics","time":{"start":1724922374676,"stop":1724922374677,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd14f031fa4aabef","name":"should emit a peer event after start","time":{"start":1724922402863,"stop":1724922402863,"duration":0},"status":"passed","severity":"normal"},{"uid":"524902c40320d996","name":"Encoder throws on undefined content topic","time":{"start":1724922408755,"stop":1724922408756,"duration":1},"status":"passed","severity":"normal"},{"uid":"7f68708a3ed8fdfd","name":"Check message received after nwaku node is restarted","time":{"start":1724922845264,"stop":1724922845264,"duration":0},"status":"skipped","severity":"normal"},{"uid":"fab7def87f0b475","name":"should be called for bootstrap peers","time":{"start":1724922433168,"stop":1724922433168,"duration":0},"status":"passed","severity":"normal"},{"uid":"29256032f603d5a","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1724922635355,"stop":1724922635356,"duration":1},"status":"passed","severity":"normal"},{"uid":"5088150c2e77cf36","name":"LightPush: 0 peers, Filter: 3 peers - Expected: Unhealthy","time":{"start":1724922778324,"stop":1724922778324,"duration":0},"status":"passed","severity":"normal"},{"uid":"2af477ca4fc6e56f","name":"should be online or offline if network state changed","time":{"start":1724922425603,"stop":1724922425604,"duration":1},"status":"passed","severity":"normal"},{"uid":"71f15a8e1a21f06","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1724922508637,"stop":1724922508638,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7d0fb0fc954cb1","name":"Generator, 2 different pubsubtopics","time":{"start":1724922966287,"stop":1724922966287,"duration":0},"status":"passed","severity":"normal"},{"uid":"e80398954471faee","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1724922999265,"stop":1724922999266,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a87c4e567d132e9","name":"Check received message containing long","time":{"start":1724922845232,"stop":1724922845233,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0257f173a3aec65","name":"random static sharding 1 - Cluster ID: 488, Shard ID: 866","time":{"start":1724922946229,"stop":1724922946229,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b18f8cf216f1668","name":"Check publish message after service node is restarted","time":{"start":1724922887534,"stop":1724922887534,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f9b7bfcb9db8fb58","name":"Accepts a valid Waku Message","time":{"start":1724922391231,"stop":1724922391232,"duration":1},"status":"passed","severity":"normal"},{"uid":"d3e457317b3febe6","name":"dispatchEvent via connectionManager","time":{"start":1724922465398,"stop":1724922465399,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb5ce472ab29ce2a","name":"Check received message containing unicode special characters","time":{"start":1724922845258,"stop":1724922845258,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6b2899aa47d7bab","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724922508638,"stop":1724922508638,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a123919a1920902","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","time":{"start":1724922535051,"stop":1724922535052,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a8dcddf9dd94365","name":"can dial TLS multiaddrs","time":{"start":1724922775985,"stop":1724922775986,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b1206d2d49d4783","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1724922635351,"stop":1724922635352,"duration":1},"status":"passed","severity":"normal"},{"uid":"f199781e8256943c","name":"Check meta is set [symmetric]","time":{"start":1724922408754,"stop":1724922408755,"duration":1},"status":"passed","severity":"normal"},{"uid":"bea89194290154aa","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1724923012483,"stop":1724923012483,"duration":0},"status":"passed","severity":"normal"},{"uid":"79072e9c30a3b82f","name":"Push message on custom pubsubTopic","time":{"start":1724922727647,"stop":1724922727647,"duration":0},"status":"passed","severity":"normal"},{"uid":"2147944fbaa5d6f9","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1724922476375,"stop":1724922476375,"duration":0},"status":"passed","severity":"normal"},{"uid":"28006613a6d39f0b","name":"Subscribe to topic containing long and receive message","time":{"start":1724923012462,"stop":1724923012462,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f47843e76ef2e66","name":"handles empty contentTopics array correctly","time":{"start":1724922374695,"stop":1724922374695,"duration":0},"status":"passed","severity":"normal"},{"uid":"24112303a49b08db","name":"Subscribe to topic containing emoji and receive message","time":{"start":1724923012483,"stop":1724923012483,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddeed863c6beca95","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1724922398922,"stop":1724922398922,"duration":0},"status":"passed","severity":"normal"},{"uid":"44e74ecf485e9038","name":"Subscribe and publish message","time":{"start":1724922891484,"stop":1724922891484,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c228878670c7b51","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1724922508641,"stop":1724922508642,"duration":1},"status":"passed","severity":"normal"},{"uid":"298e646f41fd4ee0","name":"Fields are not dropped","time":{"start":1724922387360,"stop":1724922387362,"duration":2},"status":"passed","severity":"normal"},{"uid":"e54a64ad38ffc537","name":"Check received message containing XML","time":{"start":1724922845236,"stop":1724922845236,"duration":0},"status":"passed","severity":"normal"},{"uid":"bef091612c3f8185","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1724922611435,"stop":1724922611436,"duration":1},"status":"passed","severity":"normal"},{"uid":"45e98799f835bbad","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1724922611420,"stop":1724922611420,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cd2ad57b835c0cd","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app87/9/topic894/json","time":{"start":1724922906439,"stop":1724922906440,"duration":1},"status":"passed","severity":"normal"},{"uid":"c12dac16b4d8eb18","name":"Subscribe to topic containing Script and receive message","time":{"start":1724922635357,"stop":1724922635357,"duration":0},"status":"passed","severity":"normal"},{"uid":"b84892d5c07bd39d","name":"Subscribe to topic containing JSON and receive message","time":{"start":1724923012481,"stop":1724923012482,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbf4513184c70f0b","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1724922928885,"stop":1724922928885,"duration":0},"status":"passed","severity":"normal"},{"uid":"22378403d1202d18","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1724922611435,"stop":1724922611435,"duration":0},"status":"passed","severity":"normal"},{"uid":"53d863d936b7a7bd","name":"Used by Waku Relay","time":{"start":1724922998984,"stop":1724922998985,"duration":1},"status":"passed","severity":"normal"},{"uid":"160c7b57227e9446","name":"Push message with SQL Injection payload","time":{"start":1724922853909,"stop":1724922853909,"duration":0},"status":"passed","severity":"normal"},{"uid":"85006f9518066c4e","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1724922387839,"stop":1724922387839,"duration":0},"status":"passed","severity":"normal"},{"uid":"28d390ac3dbe34d9","name":"should not fail to start the service if it is already started","time":{"start":1724922890066,"stop":1724922890067,"duration":1},"status":"passed","severity":"normal"},{"uid":"7732ef15cef4fdf0","name":"Check publish message containing JSON","time":{"start":1724922887525,"stop":1724922887526,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf553fb0bed135f2","name":"Push message with content topic containing Basic HTML tag","time":{"start":1724922853921,"stop":1724922853921,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac52063cefd4cfa1","name":"Ordered callback, aborts when callback returns true","time":{"start":1724922971800,"stop":1724922971800,"duration":0},"status":"passed","severity":"normal"},{"uid":"32117bbecaa13e04","name":"throws on content topic with empty version field","time":{"start":1724922374660,"stop":1724922374661,"duration":1},"status":"passed","severity":"normal"},{"uid":"1eda95604c7c6835","name":"isConnected between 2 js-waku relay nodes","time":{"start":1724922476377,"stop":1724922476377,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6a7842c55046bba","name":"Push message with Arabic payload","time":{"start":1724922921444,"stop":1724922921445,"duration":1},"status":"passed","severity":"normal"},{"uid":"f15ad1f3e1090f77","name":"should decode valid enr with tcp successfully","time":{"start":1724922383080,"stop":1724922383080,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bec5a521833738c","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1724922374677,"stop":1724922374677,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8b96f717e55818","name":"Check received message containing short","time":{"start":1724922845248,"stop":1724922845248,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec028e33e0a411fa","name":"Push message with meta","time":{"start":1724922921472,"stop":1724922921472,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0d969d20cfc1c3f","name":"random static sharding 5 - Cluster ID: 863, Shard ID: 723","time":{"start":1724922946231,"stop":1724922946231,"duration":0},"status":"passed","severity":"normal"},{"uid":"6bb170d07988c8d5","name":"removeEventListener with wrong event","time":{"start":1724922465395,"stop":1724922465396,"duration":1},"status":"passed","severity":"normal"},{"uid":"b39d074f2049917f","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1724922906438,"stop":1724922906438,"duration":0},"status":"passed","severity":"normal"},{"uid":"753187cb3357070f","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1724922382331,"stop":1724922382331,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f666b7b6f05e301","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1724923012466,"stop":1724923012466,"duration":0},"status":"passed","severity":"normal"},{"uid":"77292f6ffec00746","name":"Subscribe and receive messages via lightPush","time":{"start":1724923012457,"stop":1724923012457,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdbab14f4d50a5b6","name":"Passing cursor with wrong pubsubTopic","time":{"start":1724922928888,"stop":1724922928889,"duration":1},"status":"passed","severity":"normal"},{"uid":"af6664a872649dbb","name":"should be able to encode the field with only STORE set to true","time":{"start":1724922382324,"stop":1724922382324,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca42d4b1e3ed77ba","name":"Ping on peer without subscriptions","time":{"start":1724922499935,"stop":1724922499936,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c58a994123222de","name":"Subscribe and receive messages via waku relay post","time":{"start":1724923012472,"stop":1724923012473,"duration":1},"status":"passed","severity":"normal"},{"uid":"af4f38ff4c72b405","name":"throws on content topic with empty topic name field","time":{"start":1724922374661,"stop":1724922374661,"duration":0},"status":"passed","severity":"normal"},{"uid":"681698fbb618f5d8","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app96/7/topic650/test.js","time":{"start":1724922906442,"stop":1724922906442,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cce17776e1ce311","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1724922398923,"stop":1724922398923,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c97af327e35de383","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1724922999269,"stop":1724922999270,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e40ca23f7048dda","name":"Delete observer","time":{"start":1724922849123,"stop":1724922849123,"duration":0},"status":"passed","severity":"normal"},{"uid":"a84ee8ab3efdf4ca","name":"should set field with all protocols disabled","time":{"start":1724922383091,"stop":1724922383091,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ed6371148eb1e5d","name":"caches peers it previously fetched","time":{"start":1724922398920,"stop":1724922398920,"duration":0},"status":"passed","severity":"normal"},{"uid":"7adf6acc89591d0f","name":"Check received message containing JSON","time":{"start":1724922601842,"stop":1724922601843,"duration":1},"status":"passed","severity":"normal"},{"uid":"c30feba91c32dd3f","name":"Subscribe to topic containing Russian and receive message","time":{"start":1724923012479,"stop":1724923012480,"duration":1},"status":"passed","severity":"normal"},{"uid":"431cd0fc8abf78e7","name":"Push message with meta","time":{"start":1724922853928,"stop":1724922853928,"duration":0},"status":"passed","severity":"normal"},{"uid":"3343a0fc1709414e","name":"Subscribe and receives messages on 20 topics","time":{"start":1724923012460,"stop":1724923012460,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb92d3d6f9c8ac22","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1724922374692,"stop":1724922374692,"duration":0},"status":"passed","severity":"normal"},{"uid":"addb6c8332fb7e11","name":"Passing page size 10 when there are 10 messages","time":{"start":1724922983782,"stop":1724922983783,"duration":1},"status":"passed","severity":"normal"},{"uid":"471133ac79ad6d96","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1724922727646,"stop":1724922727646,"duration":0},"status":"passed","severity":"normal"},{"uid":"d08a591a0a452d5b","name":"configure the node with multiple content topics","time":{"start":1724922906445,"stop":1724922906445,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e15a3c203a04171","name":"tcp ip4 address","time":{"start":1724922382545,"stop":1724922382546,"duration":1},"status":"passed","severity":"normal"},{"uid":"48eeacccd67e54a8","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1724922374684,"stop":1724922374684,"duration":0},"status":"passed","severity":"normal"},{"uid":"27b396409641a6a6","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1724922946243,"stop":1724922946244,"duration":1},"status":"passed","severity":"normal"},{"uid":"706be224b53c320","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1724922635350,"stop":1724922635350,"duration":0},"status":"passed","severity":"normal"},{"uid":"644fff5189056376","name":"should be able to encode the field with only RELAY set to true","time":{"start":1724922382321,"stop":1724922382323,"duration":2},"status":"passed","severity":"normal"},{"uid":"ada14c026c6c6a1a","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1724923012459,"stop":1724923012460,"duration":1},"status":"passed","severity":"normal"},{"uid":"4a8974dcf88d7ce8","name":"Push message with content topic containing Script","time":{"start":1724922921468,"stop":1724922921469,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d5829f6ee2d9376","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1724922966286,"stop":1724922966286,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f10ff01aebc4bff","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1724922950821,"stop":1724922950821,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab75d6009b0532cc","name":"Ephemeral field set to true","time":{"start":1724922388047,"stop":1724922388047,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c39b8c464c27ba5","name":"should throw error - no public key","time":{"start":1724922383081,"stop":1724922383081,"duration":0},"status":"passed","severity":"normal"},{"uid":"49fba54a3a4de9d3","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1724922374671,"stop":1724922374671,"duration":0},"status":"passed","severity":"normal"},{"uid":"afcec4701aef4a90","name":"should properly create peer info with all multiaddrs","time":{"start":1724922383090,"stop":1724922383091,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b512a0f82774432","name":"should not receive a peer event before start","time":{"start":1724922439101,"stop":1724922439101,"duration":0},"status":"passed","severity":"normal"},{"uid":"1234bc9c2dea9b9","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724922611434,"stop":1724922611434,"duration":0},"status":"passed","severity":"normal"},{"uid":"bfa55e37d350a3f2","name":"Push message with content topic containing Arabic","time":{"start":1724922853917,"stop":1724922853918,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e2bf56770daf9e3","name":"connects to nwaku","time":{"start":1724922998982,"stop":1724922998983,"duration":1},"status":"passed","severity":"normal"},{"uid":"9121fbe76d8356d0","name":"Ping on peer without subscriptions","time":{"start":1724922485955,"stop":1724922485955,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad0e8a591f60dac3","name":"should be able to decode the field with only FILTER set to true","time":{"start":1724922382329,"stop":1724922382330,"duration":1},"status":"passed","severity":"normal"},{"uid":"99c03f6cf3637f20","name":"Throws when trying to push message with empty payload","time":{"start":1724922853913,"stop":1724922853914,"duration":1},"status":"passed","severity":"normal"},{"uid":"63df0c6f78fd4343","name":"Subscribe to topic containing short and receive message","time":{"start":1724923012477,"stop":1724923012477,"duration":0},"status":"passed","severity":"normal"},{"uid":"53bdf4656d789c5","name":"can start and stop the service","time":{"start":1724922439099,"stop":1724922439099,"duration":0},"status":"passed","severity":"normal"},{"uid":"4822241c8b5fc301","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1724922374696,"stop":1724922374697,"duration":1},"status":"passed","severity":"normal"},{"uid":"78c4b51bd13a1ea6","name":"should not fail to start the service if it is already started","time":{"start":1724922439100,"stop":1724922439100,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8af958e8f942f15","name":"Nodes with multiple pubsub topic","time":{"start":1724922862335,"stop":1724922862335,"duration":0},"status":"passed","severity":"normal"},{"uid":"e19093c039b0af5d","name":"Push message with content topic containing numeric","time":{"start":1724922921466,"stop":1724922921466,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7db6da56468a4d8","name":"Check message with non string payload is not received","time":{"start":1724922845263,"stop":1724922845263,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9d0172847edd4a1","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1724922611430,"stop":1724922611430,"duration":0},"status":"passed","severity":"normal"},{"uid":"602c00187391e648","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1724922408753,"stop":1724922408754,"duration":1},"status":"passed","severity":"normal"},{"uid":"384621b5b63244fb","name":"Push message with emoji payload","time":{"start":1724922921463,"stop":1724922921463,"duration":0},"status":"passed","severity":"normal"},{"uid":"49ff91763dcf28d0","name":"Push message with escaped characters payload","time":{"start":1724922921462,"stop":1724922921463,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee5cbc79eda0038f","name":"Check received message with timestamp: 1649153314 ","time":{"start":1724922845242,"stop":1724922845242,"duration":0},"status":"passed","severity":"normal"},{"uid":"69be794e460fa860","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1724922635358,"stop":1724922635359,"duration":1},"status":"passed","severity":"normal"},{"uid":"28dd7652976442d6","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1724923048501,"stop":1724923048501,"duration":0},"status":"passed","severity":"normal"},{"uid":"af7a11260edbbb1f","name":"Relay + Store","time":{"start":1724922437306,"stop":1724922437307,"duration":1},"status":"passed","severity":"normal"},{"uid":"b04c4681d0b835fd","name":"Push message with content topic containing numeric","time":{"start":1724922853915,"stop":1724922853916,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8edc645ae42cc8f","name":"Reopen subscription with peer with lost subscription","time":{"start":1724922499930,"stop":1724922499931,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd896b161aea6fa8","name":"Push message on custom pubsubTopic","time":{"start":1724922727644,"stop":1724922727644,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcc6db9d9295415a","name":"Relay - times out","time":{"start":1724923008734,"stop":1724923008735,"duration":1},"status":"passed","severity":"normal"},{"uid":"46e435eff677228f","name":"Generator, custom pubsub topic","time":{"start":1724922966286,"stop":1724922966286,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cafa3e5cdcbbbf8","name":"should handle corrupted local storage data gracefully","time":{"start":1724922402865,"stop":1724922402865,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f180218b159b91d","name":"Fails to publish message with wrong content topic","time":{"start":1724922887532,"stop":1724922887532,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ee4c0ce20475d5","name":"Keep-alive pings maintain the connection","time":{"start":1724922535038,"stop":1724922535048,"duration":10},"status":"passed","severity":"normal"},{"uid":"d318b4bf083977b6","name":"Renews peer on consistent ping failures","time":{"start":1724922535049,"stop":1724922535049,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6bb7e3b51d11ac7","name":"Overlapping topic subscription","time":{"start":1724923012476,"stop":1724923012476,"duration":0},"status":"passed","severity":"normal"},{"uid":"24110eec20e0a23e","name":"passes more than one ENR URLs and attempts connection","time":{"start":1724922439103,"stop":1724922439103,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ec0a8b0c8290189b","name":"Check received message containing long","time":{"start":1724922601838,"stop":1724922601838,"duration":0},"status":"passed","severity":"normal"},{"uid":"1263f7371501e3fc","name":"Ping on unsubscribed peer","time":{"start":1724922499936,"stop":1724922499936,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8dd82888d183c95","name":"Filter with 3 connections","time":{"start":1724922661651,"stop":1724922661652,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c0f93ef3808c25d","name":"LightPush: 3 peers, Filter: 3 peers - Expected: SufficientlyHealthy","time":{"start":1724922778330,"stop":1724922778331,"duration":1},"status":"passed","severity":"normal"},{"uid":"93368a7c23ce8184","name":"Encoder throws on empty string content topic","time":{"start":1724922388049,"stop":1724922388049,"duration":0},"status":"passed","severity":"normal"},{"uid":"49afcbfedd54a6c4","name":"Check message received after nwaku node is restarted","time":{"start":1724922845246,"stop":1724922845247,"duration":1},"status":"skipped","severity":"normal"},{"uid":"bd05c9fe1fc98cbf","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1724922862335,"stop":1724922862335,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd9133b166eac029","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1724923012482,"stop":1724923012483,"duration":1},"status":"passed","severity":"normal"},{"uid":"f86fc0a1e48afc1f","name":"Subscribe to topic containing XML and publish message","time":{"start":1724922891491,"stop":1724922891491,"duration":0},"status":"passed","severity":"normal"},{"uid":"582dfa3cccad9abd","name":"Push message with custom timestamp: 1694164235572","time":{"start":1724922921473,"stop":1724922921473,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9919ab5bb5b49fb","name":"should not fail to stop the service if it was not started","time":{"start":1724922890066,"stop":1724922890066,"duration":0},"status":"passed","severity":"normal"},{"uid":"24b830ab7b73f55f","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1724922891493,"stop":1724922891493,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c81e009bccf48d2","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1724922374767,"stop":1724922374767,"duration":0},"status":"passed","severity":"normal"},{"uid":"e94f85b7b85302eb","name":"Push 30 different messages","time":{"start":1724922921464,"stop":1724922921464,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c2b43d7465f171a","name":"Check received message containing Script","time":{"start":1724922845236,"stop":1724922845236,"duration":0},"status":"passed","severity":"normal"},{"uid":"c529ff290b2a6f8","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1724922611443,"stop":1724922611443,"duration":0},"status":"passed","severity":"normal"},{"uid":"ded7c4e9d357a088","name":"Light Node - default protocols","time":{"start":1724923008737,"stop":1724923008737,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae75b4ed0712f35b","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1724922374679,"stop":1724922374679,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0ac56c51cdffd49","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1724922374682,"stop":1724922374683,"duration":1},"status":"passed","severity":"normal"},{"uid":"3fd5849990af6ea2","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1724923012463,"stop":1724923012463,"duration":0},"status":"passed","severity":"normal"},{"uid":"cacf58ad4dc37b41","name":"random static sharding 3 - Cluster ID: 353, Shard ID: 920","time":{"start":1724922946230,"stop":1724922946230,"duration":0},"status":"passed","severity":"normal"},{"uid":"f51a56542fadd373","name":"Subscribe to topic containing JSON and publish message","time":{"start":1724922891492,"stop":1724922891492,"duration":0},"status":"passed","severity":"normal"},{"uid":"a292bae5ff215274","name":"Subscribe and receive messages via lightPush","time":{"start":1724923012470,"stop":1724923012471,"duration":1},"status":"passed","severity":"normal"},{"uid":"c684741610b9fff1","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1724922635348,"stop":1724922635349,"duration":1},"status":"passed","severity":"normal"},{"uid":"976172f62ce6eb1b","name":"Push message with Chinese payload","time":{"start":1724922853906,"stop":1724922853907,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac8e59357473049f","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1724922887532,"stop":1724922887533,"duration":1},"status":"passed","severity":"normal"},{"uid":"45eb722fd448da14","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1724922374681,"stop":1724922374681,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef0bbdca2a67ce0e","name":"should properly create location multiaddrs - udp6","time":{"start":1724922383089,"stop":1724922383090,"duration":1},"status":"passed","severity":"normal"},{"uid":"28b4012984e68a4e","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1724923048502,"stop":1724923048502,"duration":0},"status":"passed","severity":"normal"},{"uid":"742955bd6c24c4e8","name":"Relay","time":{"start":1724922437306,"stop":1724922437306,"duration":0},"status":"passed","severity":"normal"},{"uid":"a054204567ac3218","name":"should use the provided clusterId for the pubsub topic","time":{"start":1724922374696,"stop":1724922374696,"duration":0},"status":"passed","severity":"normal"},{"uid":"545ac110a849dbc4","name":"Fails to publish message with empty text","time":{"start":1724922887532,"stop":1724922887532,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a0c933bf7ad098d","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1724922536232,"stop":1724922536232,"duration":0},"status":"passed","severity":"normal"},{"uid":"1cec41a743122379","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1724923012473,"stop":1724923012473,"duration":0},"status":"passed","severity":"normal"},{"uid":"c37948f5798d937a","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1724922374676,"stop":1724922374676,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fb6dbc27d13f3ec","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1724922611440,"stop":1724922611440,"duration":0},"status":"passed","severity":"normal"},{"uid":"f87612ba98d8a7ed","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1724922611435,"stop":1724922611435,"duration":0},"status":"passed","severity":"normal"},{"uid":"5dbe23fe23a94c7a","name":"Push message with content topic containing Russian","time":{"start":1724922921468,"stop":1724922921468,"duration":0},"status":"passed","severity":"normal"},{"uid":"abbde55f6a876c98","name":"groups content topics by expected pubsub topic","time":{"start":1724922374675,"stop":1724922374675,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ac6dde90f9f5838","name":"Fails to push message with empty content topic","time":{"start":1724922921472,"stop":1724922921472,"duration":0},"status":"passed","severity":"normal"},{"uid":"6830634956ddb0fa","name":"Check publish message containing escaped characters","time":{"start":1724922887526,"stop":1724922887526,"duration":0},"status":"passed","severity":"normal"},{"uid":"baddbcb496fc4aa5","name":"Check message with no content topic is not received","time":{"start":1724922845262,"stop":1724922845262,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad1833cfea905abe","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724922727647,"stop":1724922727647,"duration":0},"status":"passed","severity":"normal"},{"uid":"44ba7462db7883ec","name":"should emit a peer event after start","time":{"start":1724922890067,"stop":1724922890067,"duration":0},"status":"passed","severity":"normal"},{"uid":"41e96f660794c9f1","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1724922999271,"stop":1724922999271,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6648e0f7813e7d7","name":"Check received message containing escaped characters","time":{"start":1724922845238,"stop":1724922845238,"duration":0},"status":"passed","severity":"normal"},{"uid":"7abc6fbbbfb15062","name":"Subscribe and receive messages via lightPush","time":{"start":1724922635345,"stop":1724922635346,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f162d844838771f","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1724922635351,"stop":1724922635351,"duration":0},"status":"passed","severity":"normal"},{"uid":"489eb25495ad600","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1724922611442,"stop":1724922611442,"duration":0},"status":"passed","severity":"normal"},{"uid":"2834995d6314f117","name":"Check message received after jswaku node is restarted","time":{"start":1724922601858,"stop":1724922601858,"duration":0},"status":"skipped","severity":"normal"},{"uid":"2407092dded2803d","name":"Push message with content topic containing SQL Injection","time":{"start":1724922853918,"stop":1724922853919,"duration":1},"status":"passed","severity":"normal"},{"uid":"31aa057e9e1c0767","name":"Subscribe to topic containing numeric and receive message","time":{"start":1724923012462,"stop":1724923012462,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ec332a170e9e88e","name":"LightPush: 2 peers, Filter: 2 peers - Expected: SufficientlyHealthy","time":{"start":1724922778327,"stop":1724922778328,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d2fec699c4b78b3","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1724922928887,"stop":1724922928887,"duration":0},"status":"passed","severity":"normal"},{"uid":"10a09bb848e47b89","name":"Push message with content topic containing short","time":{"start":1724922853914,"stop":1724922853914,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e82dcb0f65b3d9a","name":"Check received message containing long","time":{"start":1724922845248,"stop":1724922845248,"duration":0},"status":"passed","severity":"normal"},{"uid":"440ab7ca56261d79","name":"Push message equal or less that 1MB","time":{"start":1724922853930,"stop":1724922853930,"duration":0},"status":"passed","severity":"normal"},{"uid":"c395aef6ed8f49f1","name":"throws on content topic with empty encoding field","time":{"start":1724922374661,"stop":1724922374662,"duration":1},"status":"passed","severity":"normal"},{"uid":"b9c7286d7090a1c9","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1724922611421,"stop":1724922611422,"duration":1},"status":"passed","severity":"normal"},{"uid":"1aae14c8c7668339","name":"Push message with content topic containing XML","time":{"start":1724922921469,"stop":1724922921469,"duration":0},"status":"passed","severity":"normal"},{"uid":"82dac9f8881f46da","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1724922611438,"stop":1724922611438,"duration":0},"status":"passed","severity":"normal"},{"uid":"8dfd8fc4cf4e2334","name":"Check publish message containing long","time":{"start":1724922887521,"stop":1724922887521,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb080975fc4393f9","name":"Query generator for multiple messages with different message text format","time":{"start":1724922971797,"stop":1724922971798,"duration":1},"status":"passed","severity":"normal"},{"uid":"d785d1ebcd100383","name":"Meta field set when metaSetter is specified","time":{"start":1724922388047,"stop":1724922388048,"duration":1},"status":"passed","severity":"normal"},{"uid":"5fa8806e300dd930","name":"Check publish message containing short","time":{"start":1724922887520,"stop":1724922887520,"duration":0},"status":"passed","severity":"normal"},{"uid":"d44d8ae8a2a52ea9","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1724922374687,"stop":1724922374687,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3cd385c9526b1d3","name":"getPeersByDiscovery","time":{"start":1724922465396,"stop":1724922465397,"duration":1},"status":"passed","severity":"normal"},{"uid":"29a195dc8ad17595","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1724922647837,"stop":1724922647842,"duration":5},"status":"passed","severity":"normal"},{"uid":"78a0e9de9c90b1f3","name":"Push message with numeric payload","time":{"start":1724922853904,"stop":1724922853905,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e3e9e6ad67d0558","name":"should not receive a peer event after stop","time":{"start":1724922439101,"stop":1724922439101,"duration":0},"status":"passed","severity":"normal"},{"uid":"b34ce1975864a6a5","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1724922374672,"stop":1724922374673,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9f886dec9f9c48f","name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1724922778329,"stop":1724922778330,"duration":1},"status":"passed","severity":"normal"},{"uid":"39d41961b2bc4785","name":"Check received message containing XML","time":{"start":1724922601841,"stop":1724922601842,"duration":1},"status":"passed","severity":"normal"},{"uid":"1819113f85a5da1d","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1724922398403,"stop":1724922398403,"duration":0},"status":"passed","severity":"normal"},{"uid":"2905a6d7f24b352a","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1724922433170,"stop":1724922433171,"duration":1},"status":"passed","severity":"normal"},{"uid":"14c8a1d3ace1612b","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1724922398404,"stop":1724922398405,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c810151d293768d","name":"Push message with unicode special characters payload","time":{"start":1724922853912,"stop":1724922853912,"duration":0},"status":"passed","severity":"normal"},{"uid":"b924193b20aa7ea5","name":"Push message with content topic containing JSON","time":{"start":1724922921470,"stop":1724922921470,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed6c592ee6d14ab2","name":"Renews subscription after lossing a connection","time":{"start":1724923012469,"stop":1724923012469,"duration":0},"status":"passed","severity":"normal"},{"uid":"d125b497811381d4","name":"handles different networkShards values correctly","time":{"start":1724922374676,"stop":1724922374676,"duration":0},"status":"passed","severity":"normal"},{"uid":"e656662002621d54","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1724922374678,"stop":1724922374678,"duration":0},"status":"passed","severity":"normal"},{"uid":"a472365c2eb96e05","name":"Push message with numeric payload","time":{"start":1724922921440,"stop":1724922921441,"duration":1},"status":"passed","severity":"normal"},{"uid":"45891c471a406ac","name":"Check message with non string payload is not received","time":{"start":1724922845246,"stop":1724922845246,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8ab9c3464e594f5","name":"Passing page size 19 when there are 20 messages","time":{"start":1724922983783,"stop":1724922983784,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4432f83ac9a4cf1","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app28/9/topic265/json","time":{"start":1724922906443,"stop":1724922906443,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6da6febea261f6","name":"random static sharding 4 - Cluster ID: 972, Shard ID: 12","time":{"start":1724922946230,"stop":1724922946230,"duration":0},"status":"passed","severity":"normal"},{"uid":"69281c1616291f73","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1724922374673,"stop":1724922374673,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a07566848db0651","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1724922999270,"stop":1724922999271,"duration":1},"status":"passed","severity":"normal"},{"uid":"29a97e981a2f4d2e","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1724922508638,"stop":1724922508639,"duration":1},"status":"passed","severity":"normal"},{"uid":"51fdbbdbb12b5332","name":"Passing an array","time":{"start":1724922998983,"stop":1724922998984,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a4e3a8b0906f2f","name":"start node with empty shard should fail","time":{"start":1724922946245,"stop":1724922946245,"duration":0},"status":"passed","severity":"normal"},{"uid":"24fec490d5804f17","name":"Query Generator, No Decoder","time":{"start":1724922950820,"stop":1724922950820,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d450cdc4e83bcf9","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1724923012480,"stop":1724923012480,"duration":0},"status":"passed","severity":"normal"},{"uid":"c36c0636545c21e3","name":"Push message with content topic containing Chinese","time":{"start":1724922853917,"stop":1724922853917,"duration":0},"status":"passed","severity":"normal"},{"uid":"f911e30ed257b2af","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1724922374664,"stop":1724922374664,"duration":0},"status":"passed","severity":"normal"},{"uid":"e59cc252ab26ff58","name":"Check received message with timestamp: 1724922424872000000 ","time":{"start":1724922845259,"stop":1724922845259,"duration":0},"status":"passed","severity":"normal"},{"uid":"18341ffa04009375","name":"LightPush: 3 peers, Filter: 2 peers - Expected: SufficientlyHealthy","time":{"start":1724922778330,"stop":1724922778330,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d8aac099f77b4d1","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1724922862334,"stop":1724922862335,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c0c55e9c7f627e","name":"Refresh subscription","time":{"start":1724923012476,"stop":1724923012476,"duration":0},"status":"passed","severity":"normal"},{"uid":"99991fb8b7ca31d7","name":"Reusing cursor across nodes","time":{"start":1724922928888,"stop":1724922928888,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3718597f635f655","name":"more peers than existing","time":{"start":1724922845654,"stop":1724922845654,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4f305c3ba517f179","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1724922374691,"stop":1724922374692,"duration":1},"status":"passed","severity":"normal"},{"uid":"a415b581fcc6cc0c","name":"Query with Promise Callback, No Decoder","time":{"start":1724922950823,"stop":1724922950824,"duration":1},"status":"passed","severity":"normal"},{"uid":"e10fb068f54eb2aa","name":"Push message with content topic containing short","time":{"start":1724922921464,"stop":1724922921465,"duration":1},"status":"passed","severity":"normal"},{"uid":"957b9d1f78828c29","name":"Push message with long payload","time":{"start":1724922921439,"stop":1724922921440,"duration":1},"status":"passed","severity":"normal"},{"uid":"5807da6c2bb5a9dd","name":"Check received message containing emoji","time":{"start":1724922845258,"stop":1724922845259,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ad2cc2b22f4e169","name":"Publish message with custom timestamp: Thu Aug 29 2024 08:14:22 GMT+0000 (Coordinated Universal Time)","time":{"start":1724922887529,"stop":1724922887530,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c8ec453f4ce9112","name":"Subscribe to topic containing shell command and receive message","time":{"start":1724923012482,"stop":1724923012482,"duration":0},"status":"passed","severity":"normal"},{"uid":"194b604423a7592e","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1724922398405,"stop":1724922398406,"duration":1},"status":"passed","severity":"normal"},{"uid":"e42ed0e7992973fb","name":"Should update shard info","time":{"start":1724922778646,"stop":1724922778646,"duration":0},"status":"passed","severity":"normal"},{"uid":"c812465bfbc9f25b","name":"Check publish message containing XML","time":{"start":1724922887524,"stop":1724922887525,"duration":1},"status":"passed","severity":"normal"},{"uid":"aca37485b14cc578","name":"does not throw on valid cases","time":{"start":1724922374656,"stop":1724922374657,"duration":1},"status":"passed","severity":"normal"},{"uid":"331a29e30272d913","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1724922862333,"stop":1724922862333,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa340ee2e7f0031c","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1724922635360,"stop":1724922635360,"duration":0},"status":"passed","severity":"normal"},{"uid":"8dd442e5ad56f0bf","name":"Push message with special chars payload","time":{"start":1724922921441,"stop":1724922921442,"duration":1},"status":"passed","severity":"normal"},{"uid":"b51bfe5c6f291e81","name":"can start and stop the service","time":{"start":1724922890065,"stop":1724922890066,"duration":1},"status":"passed","severity":"normal"},{"uid":"8d8c1c006d1cd298","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1724922374678,"stop":1724922374679,"duration":1},"status":"passed","severity":"normal"},{"uid":"82544a614990ac0e","name":"Check publish message containing emoji","time":{"start":1724922887527,"stop":1724922887528,"duration":1},"status":"passed","severity":"normal"},{"uid":"ccef2ce32a6b6cd6","name":"should return unique PubsubTopics for static sharding","time":{"start":1724922374678,"stop":1724922374678,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a91e8ea60f8a994","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1724922891486,"stop":1724922891486,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c5d39562c002cd1","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1724922398406,"stop":1724922398406,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b17d9177a9fcb7d","name":"retrieves a single peer","time":{"start":1724922398918,"stop":1724922398919,"duration":1},"status":"passed","severity":"normal"},{"uid":"35748186bee95b2b","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1724922647837,"stop":1724922647837,"duration":0},"status":"passed","severity":"normal"},{"uid":"13e10dd5d3614e73","name":"Check publish message containing numeric","time":{"start":1724922887521,"stop":1724922887521,"duration":0},"status":"passed","severity":"normal"},{"uid":"58c4114d53ef2cd3","name":"should set field with only LIGHTPUSH enabled","time":{"start":1724922383092,"stop":1724922383092,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1b9e3703ad06548","name":"Ordered Callback - false","time":{"start":1724922966706,"stop":1724922966706,"duration":0},"status":"passed","severity":"normal"},{"uid":"e87ff2c7e2f7b8ed","name":"Check received message containing SQL Injection","time":{"start":1724922601841,"stop":1724922601841,"duration":0},"status":"passed","severity":"normal"},{"uid":"83c46f677e400336","name":"should emit events and trasition isConnected state when has peers or no peers","time":{"start":1724922425600,"stop":1724922425603,"duration":3},"status":"passed","severity":"normal"},{"uid":"9314839260f269ca","name":"Subscribe to topic containing XML and receive message","time":{"start":1724923012481,"stop":1724923012481,"duration":0},"status":"passed","severity":"normal"},{"uid":"1437e6e6c6f30c40","name":"Query generator for multiple messages","time":{"start":1724922971797,"stop":1724922971797,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b0de83f936814df","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724922611437,"stop":1724922611437,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c8c35ace55d3902","name":"Js publishes, other Js receives","time":{"start":1724922866493,"stop":1724922866493,"duration":0},"status":"passed","severity":"normal"},{"uid":"5757dabe83f1e00e","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1724922611431,"stop":1724922611431,"duration":0},"status":"passed","severity":"normal"},{"uid":"72ab84449ed014a","name":"Waku message hash computation (message is IDecodedMessage)","time":{"start":1724922377156,"stop":1724922377156,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0cb55207c2189d3","name":"Promise Callback - false","time":{"start":1724922966705,"stop":1724922966705,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e4c8f8adb9a31ff","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1724922536229,"stop":1724922536230,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8b8fe48a7cede5b","name":"Check received message containing escaped characters","time":{"start":1724922845258,"stop":1724922845258,"duration":0},"status":"passed","severity":"normal"},{"uid":"d44b52cac44eee8d","name":"can start the service","time":{"start":1724922439098,"stop":1724922439098,"duration":0},"status":"passed","severity":"normal"},{"uid":"afaee155ca90d5f1","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1724922950823,"stop":1724922950823,"duration":0},"status":"passed","severity":"normal"},{"uid":"d23f26589611fc48","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1724922611428,"stop":1724922611429,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3a7f71976c747bf","name":"connected peers and dial","time":{"start":1724922845653,"stop":1724922845654,"duration":1},"status":"skipped","severity":"normal"},{"uid":"1ff6e12504b56218","name":"Push message with content topic containing escaped characters","time":{"start":1724922853923,"stop":1724922853923,"duration":0},"status":"passed","severity":"normal"},{"uid":"c588eeb3eb167c92","name":"Query generator for multiple messages with different content topic format","time":{"start":1724922971798,"stop":1724922971799,"duration":1},"status":"passed","severity":"normal"},{"uid":"815126b70f3c2a7d","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1724922771081,"stop":1724922771081,"duration":0},"status":"passed","severity":"normal"},{"uid":"7efcefdf6a98f52","name":"Push to array if already present","time":{"start":1724922374449,"stop":1724922374449,"duration":0},"status":"passed","severity":"normal"},{"uid":"feef3d0369c09bc6","name":"should emit a peer event after start","time":{"start":1724922439100,"stop":1724922439100,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a1b1325b94fe504","name":"Reopen subscription with peer with lost subscription","time":{"start":1724922485956,"stop":1724922485956,"duration":0},"status":"passed","severity":"normal"},{"uid":"67b3de498fefaac6","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1724922865536,"stop":1724922865536,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7616c6abae9bb00f","name":"Subscribe to topic containing emoji and receive message","time":{"start":1724923012468,"stop":1724923012468,"duration":0},"status":"passed","severity":"normal"},{"uid":"54c8e22b252af5eb","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app40/8/topic200/test.js","time":{"start":1724922906441,"stop":1724922906441,"duration":0},"status":"passed","severity":"normal"},{"uid":"25019e55d0c5642e","name":"random static sharding 10 - Cluster ID: 243, Shard ID: 847","time":{"start":1724922946241,"stop":1724922946242,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c584da8868198ea","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1724922647842,"stop":1724922647843,"duration":1},"status":"passed","severity":"normal"},{"uid":"1eaf73570946865","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1724923012475,"stop":1724923012475,"duration":0},"status":"passed","severity":"normal"},{"uid":"34348e61883a16e","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1724922387838,"stop":1724922387838,"duration":0},"status":"passed","severity":"normal"},{"uid":"473fbd8c567988c0","name":"Ephemeral messages are not stored","time":{"start":1724922436968,"stop":1724922436969,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b3aa10343e67fc7","name":"Filter with 1 connections","time":{"start":1724922661637,"stop":1724922661638,"duration":1},"status":"passed","severity":"normal"},{"uid":"16a990b80753a436","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1724922382330,"stop":1724922382331,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a75ce588d3b1141","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1724922999268,"stop":1724922999269,"duration":1},"status":"passed","severity":"normal"},{"uid":"1380c4568e7e53e","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1724922891484,"stop":1724922891485,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa0de4956879dfee","name":"A test","time":{"start":1724922727745,"stop":1724922727746,"duration":1},"status":"passed","severity":"normal"},{"uid":"1bec7c0d0b2916da","name":"should not receive a peer event before start","time":{"start":1724922402863,"stop":1724922402864,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ef49d46ca68e36c","name":"random static sharding 2 - Cluster ID: 738, Shard ID: 941","time":{"start":1724922946229,"stop":1724922946229,"duration":0},"status":"passed","severity":"normal"},{"uid":"d826104d268accf1","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1724922635356,"stop":1724922635356,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4ca8f0d2f98491a","name":"Decoder throws on undefined content topic","time":{"start":1724922388049,"stop":1724922388049,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a2ecab7346992e6","name":"Publish message with large meta","time":{"start":1724922887534,"stop":1724922887535,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed6a4fd50406bc40","name":"should set field with all protocols enabled","time":{"start":1724922383091,"stop":1724922383091,"duration":0},"status":"passed","severity":"normal"},{"uid":"cbd96f835ae542da","name":"stop","time":{"start":1724922465400,"stop":1724922465401,"duration":1},"status":"passed","severity":"normal"},{"uid":"c82f2dd221a7a5d9","name":"pre and post cipher","time":{"start":1724922409249,"stop":1724922409250,"duration":1},"status":"passed","severity":"normal"},{"uid":"72b7dfdeb08953dd","name":"Push message with custom timestamp: 1724919061821","time":{"start":1724922853929,"stop":1724922853930,"duration":1},"status":"passed","severity":"normal"},{"uid":"629d9752713e9033","name":"Filter with 2 connections","time":{"start":1724922661641,"stop":1724922661642,"duration":1},"status":"passed","severity":"normal"},{"uid":"3115162d3dcb8438","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app33/7/topic704/proto","time":{"start":1724922906442,"stop":1724922906442,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb911887649c04b8","name":"udp ip6 address","time":{"start":1724922382546,"stop":1724922382546,"duration":0},"status":"passed","severity":"normal"},{"uid":"67cf138d5e1adb6f","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1724922635359,"stop":1724922635359,"duration":0},"status":"passed","severity":"normal"},{"uid":"160c4402d59bbaad","name":"Subscribe to topic containing long and receive message","time":{"start":1724922635354,"stop":1724922635354,"duration":0},"status":"passed","severity":"normal"},{"uid":"39a361ba31b3655f","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1724923048501,"stop":1724923048501,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c221b2623071e2d","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1724922865536,"stop":1724922865537,"duration":1},"status":"passed","severity":"normal"},{"uid":"66582069e3c9fa8f","name":"Check received message containing shell command","time":{"start":1724922845237,"stop":1724922845238,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f6cfb4874fbfcef","name":"Check received message containing XML","time":{"start":1724922845254,"stop":1724922845254,"duration":0},"status":"passed","severity":"normal"},{"uid":"46e919eee660ab40","name":"Push message with unicode special characters payload","time":{"start":1724922921463,"stop":1724922921463,"duration":0},"status":"passed","severity":"normal"},{"uid":"a20799840c672a87","name":"Using a function","time":{"start":1724922998984,"stop":1724922998984,"duration":0},"status":"passed","severity":"normal"},{"uid":"29d63a0ff0b75138","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724922611432,"stop":1724922611432,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd5b073e35466bbf","name":"Relay - dialed after","time":{"start":1724923008734,"stop":1724923008734,"duration":0},"status":"passed","severity":"normal"},{"uid":"41e9ff91ff709241","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1724922891489,"stop":1724922891489,"duration":0},"status":"passed","severity":"normal"},{"uid":"411b23e5d301e2a6","name":"Subscribe to topic containing Russian and publish message","time":{"start":1724922891490,"stop":1724922891490,"duration":0},"status":"passed","severity":"normal"},{"uid":"285ae503ceb67978","name":"LightPush: 1 peers, Filter: 1 peers - Expected: MinimallyHealthy","time":{"start":1724922778325,"stop":1724922778326,"duration":1},"status":"passed","severity":"normal"},{"uid":"6085a3baa5dc1076","name":"Push message with special chars payload","time":{"start":1724922853905,"stop":1724922853906,"duration":1},"status":"passed","severity":"normal"},{"uid":"36b9ef555ff0fa9e","name":"Check message on other pubsub topic is not received","time":{"start":1724922845262,"stop":1724922845262,"duration":0},"status":"passed","severity":"normal"},{"uid":"11ecd54189dfdf34","name":"can start and stop the service","time":{"start":1724922402862,"stop":1724922402862,"duration":0},"status":"passed","severity":"normal"},{"uid":"6642e7b0bd32e712","name":"should throw an error if shards are undefined for static sharding","time":{"start":1724922374680,"stop":1724922374680,"duration":0},"status":"passed","severity":"normal"},{"uid":"85e215a429631e0e","name":"Check received message with timestamp: 1649153314 ","time":{"start":1724922845259,"stop":1724922845260,"duration":1},"status":"passed","severity":"normal"},{"uid":"64d18171b88ea7ab","name":"should throw error - no public key","time":{"start":1724922383082,"stop":1724922383082,"duration":0},"status":"passed","severity":"normal"},{"uid":"9432b85216ab3417","name":"Check message with invalid timestamp is not received","time":{"start":1724922845243,"stop":1724922845243,"duration":0},"status":"passed","severity":"normal"},{"uid":"b82a234687ff32dd","name":"Push message with escaped characters payload","time":{"start":1724922853912,"stop":1724922853912,"duration":0},"status":"passed","severity":"normal"},{"uid":"320a6435536b3d8f","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1724922374685,"stop":1724922374686,"duration":1},"status":"passed","severity":"normal"},{"uid":"dcd96ba8baad1ddf","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1724922436972,"stop":1724922436973,"duration":1},"status":"passed","severity":"normal"},{"uid":"9403c68c2ebcff72","name":"Ping on subscribed peer","time":{"start":1724922485954,"stop":1724922485954,"duration":0},"status":"passed","severity":"normal"},{"uid":"8fa8ff9af5df6be7","name":"Query Generator, Multiple PubsubTopics","time":{"start":1724922950820,"stop":1724922950820,"duration":0},"status":"passed","severity":"normal"},{"uid":"caaf5c588309087c","name":"Push message with rate limit","time":{"start":1724922853928,"stop":1724922853929,"duration":1},"status":"passed","severity":"normal"},{"uid":"d4736163a2fb5ce7","name":"Check received message containing escaped characters","time":{"start":1724922601843,"stop":1724922601843,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6ef23539bb31a92","name":"Check message with no payload is not received","time":{"start":1724922845262,"stop":1724922845263,"duration":1},"status":"passed","severity":"normal"},{"uid":"97718009893323ff","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1724922425598,"stop":1724922425599,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f8956f16bbc5911","name":"Subscribe and receives messages on 20 topics","time":{"start":1724922635350,"stop":1724922635350,"duration":0},"status":"passed","severity":"normal"},{"uid":"efe3eecde92933b7","name":"Subscribe to topic containing JSON and receive message","time":{"start":1724923012466,"stop":1724923012466,"duration":0},"status":"passed","severity":"normal"},{"uid":"c97917053af1a77a","name":"Check received message containing Russian","time":{"start":1724922845251,"stop":1724922845252,"duration":1},"status":"passed","severity":"normal"},{"uid":"bdee7b6fea37e6d4","name":"should properly create location multiaddrs - tcp6","time":{"start":1724922383090,"stop":1724922383090,"duration":0},"status":"passed","severity":"normal"},{"uid":"d42a03eb299e7ef8","name":"Ping on unsubscribed peer","time":{"start":1724922485955,"stop":1724922485955,"duration":0},"status":"passed","severity":"normal"},{"uid":"4313fc3879caeb60","name":"non connected peers","time":{"start":1724922845654,"stop":1724922845654,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c0e830bb18d7a982","name":"should throw an error for missing required configuration","time":{"start":1724922374680,"stop":1724922374680,"duration":0},"status":"passed","severity":"normal"},{"uid":"af8a00e418093fd1","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1724922611438,"stop":1724922611438,"duration":0},"status":"passed","severity":"normal"},{"uid":"389493f5c6a0a339","name":"Push message with Basic HTML tag payload","time":{"start":1724922921449,"stop":1724922921450,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0b9b8ba4fa34957","name":"different cluster, same shard: nodes don't connect","time":{"start":1724922611419,"stop":1724922611419,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f6cde5c8b4e6cb3","name":"Push message with content topic containing escaped characters","time":{"start":1724922921470,"stop":1724922921471,"duration":1},"status":"passed","severity":"normal"},{"uid":"41ccd65bb03671e6","name":"should only return 1 node with store capability","time":{"start":1724922398921,"stop":1724922398922,"duration":1},"status":"passed","severity":"normal"},{"uid":"caa69e455b012802","name":"should not receive a peer event before start","time":{"start":1724922890067,"stop":1724922890068,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d2ef7e386fc6cae","name":"different cluster, different shard: nodes don't connect","time":{"start":1724922611420,"stop":1724922611420,"duration":0},"status":"passed","severity":"normal"},{"uid":"88b0856daa31bde5","name":"should only return 1 node with relay and store capability","time":{"start":1724922398921,"stop":1724922398921,"duration":0},"status":"passed","severity":"normal"},{"uid":"f225c2088c294d14","name":"throws on content topic with empty application field","time":{"start":1724922374660,"stop":1724922374660,"duration":0},"status":"passed","severity":"normal"},{"uid":"6483b878d0780578","name":"Subscribe to topic containing special chars and receive message","time":{"start":1724923012478,"stop":1724923012478,"duration":0},"status":"passed","severity":"normal"},{"uid":"942e3a0fd98fd143","name":"should not receive a peer event after stop","time":{"start":1724922890068,"stop":1724922890068,"duration":0},"status":"passed","severity":"normal"},{"uid":"70f7a4c8b52ce760","name":"should not throw an error for a single configured topic","time":{"start":1724922374689,"stop":1724922374690,"duration":1},"status":"passed","severity":"normal"},{"uid":"45907538284faa9c","name":"Fails to publish duplicate message","time":{"start":1724922887531,"stop":1724922887531,"duration":0},"status":"passed","severity":"normal"},{"uid":"366921785147f963","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1724922611432,"stop":1724922611433,"duration":1},"status":"passed","severity":"normal"},{"uid":"c13c693f1be866cb","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1724922611444,"stop":1724922611444,"duration":0},"status":"passed","severity":"normal"},{"uid":"33987d970777a3a5","name":"Push message with JSON payload","time":{"start":1724922853910,"stop":1724922853911,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3cd6b6150a1fcc7","name":"Generator, 2 different pubsubtopics","time":{"start":1724922966283,"stop":1724922966283,"duration":0},"status":"passed","severity":"normal"},{"uid":"57dc263271b9f1c6","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1724922862332,"stop":1724922862333,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d90dfe846bfb53","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1724922374693,"stop":1724922374693,"duration":0},"status":"passed","severity":"normal"},{"uid":"c087fafd713d8592","name":"should load peers from local storage and dispatch events","time":{"start":1724922402864,"stop":1724922402864,"duration":0},"status":"passed","severity":"normal"},{"uid":"5db5d1ce707e808a","name":"random static sharding 6 - Cluster ID: 629, Shard ID: 80","time":{"start":1724922946232,"stop":1724922946232,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d4c1f97a6c7d141","name":"Query Generator, No message returned","time":{"start":1724922950821,"stop":1724922950821,"duration":0},"status":"passed","severity":"normal"},{"uid":"3dd25b11eba4954b","name":"should encode/decode to text encoding","time":{"start":1724922383084,"stop":1724922383084,"duration":0},"status":"passed","severity":"normal"},{"uid":"90af58f0050f54e6","name":"1 Relay, 1 fetch","time":{"start":1724922398276,"stop":1724922398277,"duration":1},"status":"passed","severity":"normal"},{"uid":"39d15b285871289f","name":"Push message with short payload","time":{"start":1724922921438,"stop":1724922921439,"duration":1},"status":"passed","severity":"normal"},{"uid":"e40cadb57c37bddc","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1724923012463,"stop":1724923012464,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a74d879a60fe35f","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1724922611438,"stop":1724922611439,"duration":1},"status":"passed","severity":"normal"},{"uid":"348c8c492527dbd4","name":"should properly create location multiaddrs - tcp","time":{"start":1724922383090,"stop":1724922383090,"duration":0},"status":"passed","severity":"normal"},{"uid":"65f255398910597b","name":"1 Store, 2 relays, 2 fetches","time":{"start":1724922398277,"stop":1724922398278,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9b2a569281431e2","name":"Push message with content topic containing emoji","time":{"start":1724922921471,"stop":1724922921471,"duration":0},"status":"passed","severity":"normal"},{"uid":"67d9b458033f401c","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1724922647830,"stop":1724922647831,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1e05836685e7b5e","name":"Push message with content topic containing emoji","time":{"start":1724922853927,"stop":1724922853927,"duration":0},"status":"passed","severity":"normal"},{"uid":"58caa049fedd53e8","name":"Correctly serialized arguments","time":{"start":1724922776072,"stop":1724922776072,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a92b9202868bf11","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1724922647831,"stop":1724922647834,"duration":3},"status":"passed","severity":"normal"},{"uid":"2cb916a54b02e947","name":"Subscribe and receives messages on 20 topics","time":{"start":1724923012474,"stop":1724923012474,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3ea058527713f5f","name":"ignores unrecognized TXT record formats","time":{"start":1724922398920,"stop":1724922398920,"duration":0},"status":"passed","severity":"normal"},{"uid":"f00c1c56a21b7e13","name":"LightPush","time":{"start":1724923008736,"stop":1724923008736,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1118bb4f7c8c334","name":"Push message with content topic containing shell command","time":{"start":1724922853922,"stop":1724922853922,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a1f72953a2693be","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1724923048502,"stop":1724923048502,"duration":0},"status":"passed","severity":"normal"},{"uid":"2227eca611fb7f03","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1724923012473,"stop":1724923012474,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4cbc36610d846d2","name":"Check received message containing short","time":{"start":1724922845232,"stop":1724922845232,"duration":0},"status":"passed","severity":"normal"},{"uid":"cef95b3ff9a15c72","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1724922382326,"stop":1724922382326,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3233317665cfd","name":"Store - dialed first","time":{"start":1724923008735,"stop":1724923008735,"duration":0},"status":"passed","severity":"normal"},{"uid":"59174e6e0e1f9059","name":"Subscribe to topic containing short and publish message","time":{"start":1724922891487,"stop":1724922891487,"duration":0},"status":"passed","severity":"normal"},{"uid":"50d52e808e02da74","name":"Check received message containing special chars","time":{"start":1724922845249,"stop":1724922845249,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca5f00d5f3b78f64","name":"Waku message hash computation (meta attribute not present)","time":{"start":1724922377155,"stop":1724922377155,"duration":0},"status":"passed","severity":"normal"},{"uid":"b303f5567fc99e77","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1724922891492,"stop":1724922891492,"duration":0},"status":"passed","severity":"normal"},{"uid":"7aea92151da7209b","name":"Push message with JSON payload","time":{"start":1724922921450,"stop":1724922921451,"duration":1},"status":"passed","severity":"normal"},{"uid":"44f7ae3aefe8ea14","name":"Check received message containing Script","time":{"start":1724922845253,"stop":1724922845254,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b64c5d5055d9dfa","name":"Push message with content topic containing XML","time":{"start":1724922853920,"stop":1724922853921,"duration":1},"status":"passed","severity":"normal"},{"uid":"34ab69a0dbf734c7","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1724922382327,"stop":1724922382327,"duration":0},"status":"passed","severity":"normal"},{"uid":"7464a1f506d9d5c0","name":"getPeersByDiscovery","time":{"start":1724922865535,"stop":1724922865536,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f78e24ffc3b2a25","name":"Subscribe to topic containing shell command and receive message","time":{"start":1724922635358,"stop":1724922635358,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce7766b69bbe4c3","name":"Push message with content topic containing Russian","time":{"start":1724922853918,"stop":1724922853918,"duration":0},"status":"passed","severity":"normal"},{"uid":"a302a6a9c56795c6","name":"Push message with content topic containing shell command","time":{"start":1724922921470,"stop":1724922921470,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2db0bfaf8cacc2","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1724922536230,"stop":1724922536230,"duration":0},"status":"passed","severity":"normal"},{"uid":"4af23328d9b12836","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1724923012481,"stop":1724923012481,"duration":0},"status":"passed","severity":"normal"},{"uid":"da145ecbd82880c5","name":"same cluster, same shard: nodes connect","time":{"start":1724922611418,"stop":1724922611418,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c2fdbc263d58d1c","name":"Subscribe to topic containing Script and receive message","time":{"start":1724923012464,"stop":1724923012465,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6b9cd4572f6f03e","name":"should not fail to stop the service if it was not started","time":{"start":1724922402862,"stop":1724922402863,"duration":1},"status":"passed","severity":"normal"},{"uid":"35d8c61d65084210","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1724923012460,"stop":1724923012461,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb3a62b531ecda15","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1724922377153,"stop":1724922377154,"duration":1},"status":"passed","severity":"normal"},{"uid":"907bd9f8933676d4","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1724922891489,"stop":1724922891490,"duration":1},"status":"passed","severity":"normal"},{"uid":"66cae6a96bc7040f","name":"Decrypt messages","time":{"start":1724922849122,"stop":1724922849123,"duration":1},"status":"passed","severity":"normal"},{"uid":"1becda66ef2c4651","name":"random static sharding 7 - Cluster ID: 196, Shard ID: 965","time":{"start":1724922946233,"stop":1724922946233,"duration":0},"status":"passed","severity":"normal"},{"uid":"4700966cb4216b08","name":"Waku message hash computation (payload length 0)","time":{"start":1724922377155,"stop":1724922377155,"duration":0},"status":"passed","severity":"normal"},{"uid":"ebd71eb0d1b44662","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1724922374686,"stop":1724922374686,"duration":0},"status":"passed","severity":"normal"},{"uid":"a198dee6911b2261","name":"Mutual subscription","time":{"start":1724922891482,"stop":1724922891482,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad3498a533630040","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1724922601846,"stop":1724922601847,"duration":1},"status":"passed","severity":"normal"},{"uid":"748b03037216d6ab","name":"Ordered Callback sorting by timestamp while page direction is false","time":{"start":1724922982489,"stop":1724922982489,"duration":0},"status":"passed","severity":"normal"},{"uid":"60aac3e245ba2bcc","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1724922862334,"stop":1724922862334,"duration":0},"status":"passed","severity":"normal"},{"uid":"1688fece7bf8b1f","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1724922611442,"stop":1724922611443,"duration":1},"status":"passed","severity":"normal"},{"uid":"b2af12cd71e31db0","name":"Check received message containing Arabic","time":{"start":1724922601840,"stop":1724922601840,"duration":0},"status":"passed","severity":"normal"},{"uid":"f80421c59d21ad23","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app48/1/topic90/proto","time":{"start":1724922906440,"stop":1724922906440,"duration":0},"status":"passed","severity":"normal"},{"uid":"42b7565d4a35e5f","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1724922398402,"stop":1724922398403,"duration":1},"status":"passed","severity":"normal"},{"uid":"10e0b7b364f8be79","name":"Subscribe to topic containing special chars and receive message","time":{"start":1724923012463,"stop":1724923012463,"duration":0},"status":"passed","severity":"normal"},{"uid":"20d291524709edfb","name":"Check received message containing Chinese","time":{"start":1724922845250,"stop":1724922845250,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d8cc1c9ee7a46dc","name":"Subscribe to topic containing short and receive message","time":{"start":1724922635353,"stop":1724922635354,"duration":1},"status":"passed","severity":"normal"},{"uid":"41c6afebc1c051cf","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1724923012464,"stop":1724923012464,"duration":0},"status":"passed","severity":"normal"},{"uid":"23d02318e609c6f8","name":"Refresh subscription","time":{"start":1724922891487,"stop":1724922891487,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3ee7897ec1cca314","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1724922383079,"stop":1724922383080,"duration":1},"status":"passed","severity":"normal"},{"uid":"66d4b1d304693f68","name":"Passing invalid cursor","time":{"start":1724922928888,"stop":1724922928888,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1d9fc1ecf2e4aef","name":"should properly create location multiaddrs - tcp4","time":{"start":1724922383085,"stop":1724922383089,"duration":4},"status":"passed","severity":"normal"},{"uid":"1bfba4e895c7058e","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1724922436973,"stop":1724922436974,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc04a5919fa31595","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1724922647836,"stop":1724922647836,"duration":0},"status":"passed","severity":"normal"},{"uid":"980c28369017adb","name":"through manual discovery","time":{"start":1724922775986,"stop":1724922775987,"duration":1},"status":"passed","severity":"normal"},{"uid":"92bf7a80c1e9295c","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1724922611441,"stop":1724922611441,"duration":0},"status":"passed","severity":"normal"},{"uid":"be24130224ca4003","name":"Ordered Callback sorting by timestamp while page direction is true","time":{"start":1724922982488,"stop":1724922982489,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c44eb3904dd77f0","name":"Check received message containing Russian","time":{"start":1724922845235,"stop":1724922845235,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc9e9e74fd6ce932","name":"Publish without waiting for remote peer","time":{"start":1724922891483,"stop":1724922891483,"duration":0},"status":"passed","severity":"normal"},{"uid":"88775c664f2d04a9","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1724922611427,"stop":1724922611427,"duration":0},"status":"passed","severity":"normal"},{"uid":"326bee9270ea3182","name":"should throw error - no id","time":{"start":1724922383081,"stop":1724922383081,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf91596769ad249d","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1724922410310,"stop":1724922410310,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b4437906e217352","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1724922374685,"stop":1724922374685,"duration":0},"status":"passed","severity":"normal"},{"uid":"6495f8e030499122","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1724922966284,"stop":1724922966284,"duration":0},"status":"passed","severity":"normal"},{"uid":"65e2d4fa8dc9b0e1","name":"Filter with 0 connections","time":{"start":1724922661625,"stop":1724922661635,"duration":10},"status":"passed","severity":"normal"},{"uid":"867c3b811587e9db","name":"Encoder throws on empty string content topic","time":{"start":1724922408756,"stop":1724922408756,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b010ae2946eb952","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1724922374671,"stop":1724922374671,"duration":0},"status":"passed","severity":"normal"},{"uid":"258d9231ce867db6","name":"throws on empty content topic","time":{"start":1724922374657,"stop":1724922374657,"duration":0},"status":"passed","severity":"normal"},{"uid":"776b8b391cf32a00","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1724922647829,"stop":1724922647830,"duration":1},"status":"passed","severity":"normal"},{"uid":"11096621b38a938b","name":"Nodes with multiple pubsub topic","time":{"start":1724922862333,"stop":1724922862333,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9503f9f228adfab","name":"Check received message containing Chinese","time":{"start":1724922601839,"stop":1724922601840,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6a6173beaf6209b","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1724922891490,"stop":1724922891490,"duration":0},"status":"passed","severity":"normal"},{"uid":"849c19cd687f1cb2","name":"should encodeTxt and decodeTxt","time":{"start":1724922383078,"stop":1724922383079,"duration":1},"status":"passed","severity":"normal"},{"uid":"46b895b55d9357b3","name":"same cluster, different shard: nodes don't connect","time":{"start":1724922611419,"stop":1724922611419,"duration":0},"status":"passed","severity":"normal"},{"uid":"6edc9ff1e0e80a73","name":"Failed peers are renewed","time":{"start":1724922675552,"stop":1724922675552,"duration":0},"status":"passed","severity":"normal"},{"uid":"98d5a4c6d9df22e3","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1724922999268,"stop":1724922999268,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8d2367a0795d006","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1724923012472,"stop":1724923012472,"duration":0},"status":"passed","severity":"normal"},{"uid":"db89ff85c95a4f70","name":"Check received message containing emoji","time":{"start":1724922845239,"stop":1724922845240,"duration":1},"status":"passed","severity":"normal"},{"uid":"a06ba1b9aa55e047","name":"Round trip binary serialization","time":{"start":1724922388046,"stop":1724922388047,"duration":1},"status":"passed","severity":"normal"},{"uid":"af002a9e604dcb80","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1724923012460,"stop":1724923012460,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6d83af1093cf9fe","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1724922374674,"stop":1724922374674,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ed0033673889594","name":"Check received message containing JSON","time":{"start":1724922845237,"stop":1724922845237,"duration":0},"status":"passed","severity":"normal"},{"uid":"71144925e22e27ed","name":"Add multiple subscription objects on single nwaku node","time":{"start":1724923012468,"stop":1724923012469,"duration":1},"status":"passed","severity":"normal"},{"uid":"be22a9b2e4e55946","name":"should throw error - invalid id","time":{"start":1724922383081,"stop":1724922383082,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a6e2a213942948","name":"Register correct protocols","time":{"start":1724922891482,"stop":1724922891483,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a78a38547cd09de","name":"Tracks peer failures correctly","time":{"start":1724922535050,"stop":1724922535051,"duration":1},"status":"passed","severity":"normal"},{"uid":"e08485e6c07e277","name":"throws on content topic with too few or too many fields","time":{"start":1724922374658,"stop":1724922374658,"duration":0},"status":"passed","severity":"normal"},{"uid":"4192bcff687f9c42","name":"Filter","time":{"start":1724923008737,"stop":1724923008737,"duration":0},"status":"passed","severity":"normal"},{"uid":"1355cbe9ca52df4b","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1724922387838,"stop":1724922387839,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5147b5dbdbd9b30","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1724922635346,"stop":1724922635346,"duration":0},"status":"passed","severity":"normal"},{"uid":"74d41e3b473bb7e8","name":"Check message with invalid timestamp is not received","time":{"start":1724922601847,"stop":1724922601847,"duration":0},"status":"passed","severity":"normal"},{"uid":"224968e1ebd0b83b","name":"Query with Ordered Callback, No message returned","time":{"start":1724922950822,"stop":1724922950822,"duration":0},"status":"passed","severity":"normal"},{"uid":"273f2a5624bab09d","name":"Check message on other pubsub topic is not received","time":{"start":1724922601855,"stop":1724922601855,"duration":0},"status":"passed","severity":"normal"},{"uid":"92d03a28d973da7d","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1724922966287,"stop":1724922966287,"duration":0},"status":"passed","severity":"normal"},{"uid":"accca850c73809bd","name":"Overlapping topic subscription","time":{"start":1724923012461,"stop":1724923012461,"duration":0},"status":"passed","severity":"normal"},{"uid":"83db2f3fb9b759d9","name":"Subscribe and receive messages via waku relay post","time":{"start":1724922635347,"stop":1724922635347,"duration":0},"status":"passed","severity":"normal"},{"uid":"97df1ecd8ae2879a","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1724922398405,"stop":1724922398405,"duration":0},"status":"passed","severity":"normal"},{"uid":"5dbcac7b9f5584f","name":"Push message with content topic containing long","time":{"start":1724922853914,"stop":1724922853915,"duration":1},"status":"passed","severity":"normal"},{"uid":"149ef4ef037b4f93","name":"topics with same application and version share the same shard","time":{"start":1724922374674,"stop":1724922374674,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2672a33265fcb69","name":"Push message with content topic containing unicode special characters","time":{"start":1724922921471,"stop":1724922921471,"duration":0},"status":"passed","severity":"normal"},{"uid":"424e8605db358d25","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1724922374686,"stop":1724922374686,"duration":0},"status":"passed","severity":"normal"},{"uid":"80b478932d3aadc2","name":"creates an iterator","time":{"start":1724922984602,"stop":1724922984603,"duration":1},"status":"passed","severity":"normal"},{"uid":"74c1e9b12390fe0d","name":"Check received message containing JSON","time":{"start":1724922845257,"stop":1724922845257,"duration":0},"status":"passed","severity":"normal"},{"uid":"76fd16ddcb1253bf","name":"Encoder throws on empty string content topic","time":{"start":1724922410312,"stop":1724922410312,"duration":0},"status":"passed","severity":"normal"},{"uid":"48f34908e85b9720","name":"Subscribe to topic containing Russian and receive message","time":{"start":1724923012464,"stop":1724923012464,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ffac1f6a799a5b","name":"Ephemeral field is preserved - encoder v0","time":{"start":1724922436971,"stop":1724922436972,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d9e0cdbe0672bc0","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1724922382332,"stop":1724922382333,"duration":1},"status":"passed","severity":"normal"},{"uid":"26cc861cdb0c06f4","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1724922611429,"stop":1724922611429,"duration":0},"status":"passed","severity":"normal"},{"uid":"794f199154f87e48","name":"start node with empty content topic","time":{"start":1724922906446,"stop":1724922906446,"duration":0},"status":"passed","severity":"normal"},{"uid":"d645963cd99c1aa3","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1724922611420,"stop":1724922611421,"duration":1},"status":"passed","severity":"normal"},{"uid":"521fefe24e36fcff","name":"Subscribe and receive messages via waku relay post","time":{"start":1724923012458,"stop":1724923012459,"duration":1},"status":"passed","severity":"normal"},{"uid":"d56843242e8548e7","name":"Subscribe to topic containing numeric and receive message","time":{"start":1724923012478,"stop":1724923012478,"duration":0},"status":"passed","severity":"normal"},{"uid":"da1c3ac4e445f523","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1724922374664,"stop":1724922374671,"duration":7},"status":"passed","severity":"normal"},{"uid":"ad52e3e57098a197","name":"throws on content topic with non-number generation field","time":{"start":1724922374658,"stop":1724922374659,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a48fb793c908de4","name":"should set field with only RELAY enabled","time":{"start":1724922383091,"stop":1724922383092,"duration":1},"status":"passed","severity":"normal"},{"uid":"db8ae1879c344e6d","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1724923012467,"stop":1724923012467,"duration":0},"status":"passed","severity":"normal"},{"uid":"91570957d2700f50","name":"Overlapping topic subscription","time":{"start":1724922891487,"stop":1724922891487,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ecc855c705f308b2","name":"Subscribe to topic containing Russian and receive message","time":{"start":1724922635356,"stop":1724922635356,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3bbccdd7a040855","name":"Decoder throws on undefined content topic","time":{"start":1724922408756,"stop":1724922408757,"duration":1},"status":"passed","severity":"normal"},{"uid":"7675b91bb45699e9","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1724922508642,"stop":1724922508642,"duration":0},"status":"passed","severity":"normal"},{"uid":"5accda8e53f9e34","name":"Check publish message containing unicode special characters","time":{"start":1724922887527,"stop":1724922887527,"duration":0},"status":"passed","severity":"normal"},{"uid":"84c0403f07001235","name":"should correctly map a content topic to a pubsub topic","time":{"start":1724922374695,"stop":1724922374695,"duration":0},"status":"passed","severity":"normal"},{"uid":"20ef819cb6511bb1","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app97/8/topic494/xml","time":{"start":1724922906441,"stop":1724922906441,"duration":0},"status":"passed","severity":"normal"},{"uid":"22c47c8710bd5f7b","name":"random static sharding 9 - Cluster ID: 7, Shard ID: 766","time":{"start":1724922946240,"stop":1724922946241,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa97f6aa7003019e","name":"Passing page size 3 when there are 20 messages","time":{"start":1724922983781,"stop":1724922983782,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd94693a74597dbe","name":"Check received message containing Arabic","time":{"start":1724922845250,"stop":1724922845251,"duration":1},"status":"passed","severity":"normal"},{"uid":"d40c1ae414d5af9","name":"Renews peer on consistent missed messages","time":{"start":1724922535052,"stop":1724922535053,"duration":1},"status":"passed","severity":"normal"},{"uid":"7504fa2da2490ac6","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1724922374673,"stop":1724922374673,"duration":0},"status":"passed","severity":"normal"},{"uid":"714b5de8758edf11","name":"Check received message containing Arabic","time":{"start":1724922845234,"stop":1724922845235,"duration":1},"status":"passed","severity":"normal"},{"uid":"ffaf797dcef793fa","name":"Generator, custom pubsub topic","time":{"start":1724922966284,"stop":1724922966285,"duration":1},"status":"passed","severity":"normal"},{"uid":"8251c9d3decc89e9","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1724922950822,"stop":1724922950823,"duration":1},"status":"passed","severity":"normal"},{"uid":"d583a455d8dd8fdf","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1724922635357,"stop":1724922635358,"duration":1},"status":"passed","severity":"normal"},{"uid":"d730f415c05c74aa","name":"Subscribe to topic containing Script and receive message","time":{"start":1724923012480,"stop":1724923012481,"duration":1},"status":"passed","severity":"normal"},{"uid":"662116d715b5dd05","name":"Subscribe to topic containing long and receive message","time":{"start":1724923012477,"stop":1724923012477,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca77ac72f4afb07b","name":"Check message with invalid timestamp is not received","time":{"start":1724922845261,"stop":1724922845261,"duration":0},"status":"passed","severity":"normal"},{"uid":"415aeb1111d014dd","name":"should be able to decode the field with only STORE set to true","time":{"start":1724922382330,"stop":1724922382330,"duration":0},"status":"passed","severity":"normal"},{"uid":"f87d6edbc4e62a8a","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1724922635355,"stop":1724922635355,"duration":0},"status":"passed","severity":"normal"},{"uid":"e75c6f9e2c4de812","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1724922398402,"stop":1724922398402,"duration":0},"status":"passed","severity":"normal"},{"uid":"44f805706e67a32d","name":"Check received message with timestamp: 1724922424872000000 ","time":{"start":1724922845240,"stop":1724922845240,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f0d2ccbf726c55c","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1724922611441,"stop":1724922611441,"duration":0},"status":"passed","severity":"normal"},{"uid":"11ff86f6482e0a19","name":"Push message with content topic containing special chars","time":{"start":1724922853916,"stop":1724922853916,"duration":0},"status":"passed","severity":"normal"},{"uid":"52262e4460fd5002","name":"should be called at least once on all `peer:discovery` events","time":{"start":1724922433167,"stop":1724922433167,"duration":0},"status":"passed","severity":"normal"},{"uid":"14df5570ad0869cb","name":"LightPush: 2 peers, Filter: 3 peers - Expected: SufficientlyHealthy","time":{"start":1724922778328,"stop":1724922778328,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2afd7abd7f2e393","name":"Push message with SQL Injection payload","time":{"start":1724922921446,"stop":1724922921447,"duration":1},"status":"passed","severity":"normal"},{"uid":"4fdf5e8cec4f259","name":"Subscribe to topic containing numeric and publish message","time":{"start":1724922891488,"stop":1724922891488,"duration":0},"status":"passed","severity":"normal"},{"uid":"7df2b594fad017f9","name":"Fails to push message bigger that 1MB","time":{"start":1724922853931,"stop":1724922853931,"duration":0},"status":"passed","severity":"normal"},{"uid":"2223493fad5eb9c7","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1724922928886,"stop":1724922928886,"duration":0},"status":"passed","severity":"normal"},{"uid":"520aeb4087374750","name":"Default pageSize","time":{"start":1724922983784,"stop":1724922983785,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5c8481d62d0d615","name":"Query Generator - false","time":{"start":1724922966704,"stop":1724922966704,"duration":0},"status":"passed","severity":"normal"},{"uid":"87e52898974ddddc","name":"Fails to push message with empty content topic","time":{"start":1724922853927,"stop":1724922853927,"duration":0},"status":"passed","severity":"normal"},{"uid":"54da24e16e3eb316","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1724922928887,"stop":1724922928887,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec04f7a61da5119","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1724923012475,"stop":1724923012475,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d53c2a045bc6637","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1724922374673,"stop":1724922374674,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c40c86c27d26d2b","name":"listenerCount","time":{"start":1724922465397,"stop":1724922465398,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3ac5c8742c5ea90","name":"Query generator for 2000 messages","time":{"start":1724922971801,"stop":1724922971801,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa3b551d7af93ad4","name":"Check publish message containing Russian","time":{"start":1724922887523,"stop":1724922887523,"duration":0},"status":"passed","severity":"normal"},{"uid":"e78815666ea6e681","name":"Check received message with timestamp: 1724922425216 ","time":{"start":1724922601845,"stop":1724922601846,"duration":1},"status":"passed","severity":"normal"},{"uid":"bdb8aa222f5c99c8","name":"Check publish message after client node is restarted","time":{"start":1724922887534,"stop":1724922887534,"duration":0},"status":"skipped","severity":"normal"},{"uid":"2a16aac43daae87b","name":"same cluster, different shard: nodes connect","time":{"start":1724922771082,"stop":1724922771082,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5c3661ae17de006","name":"Push message with shell command payload","time":{"start":1724922921452,"stop":1724922921461,"duration":9},"status":"passed","severity":"normal"},{"uid":"303707e04cfbedf0","name":"Passing page size 11 when there are 10 messages","time":{"start":1724922983783,"stop":1724922983783,"duration":0},"status":"passed","severity":"normal"},{"uid":"f722752192e943d1","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1724923012458,"stop":1724923012458,"duration":0},"status":"passed","severity":"normal"},{"uid":"41a13c05ffe27bc4","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1724922611422,"stop":1724922611423,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ee483a20b68bb69","name":"addEventListener with wrong event","time":{"start":1724922465394,"stop":1724922465394,"duration":0},"status":"passed","severity":"normal"},{"uid":"f893274355662786","name":"returns all values when wanted number matches available values","time":{"start":1724922398024,"stop":1724922398025,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f80a4d2c581ac27","name":"LightPush with 3 connections","time":{"start":1724922661642,"stop":1724922661644,"duration":2},"status":"passed","severity":"normal"},{"uid":"8a15fcd332d304ec","name":"should throw error - no id","time":{"start":1724922383080,"stop":1724922383080,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e2a8996329493d1","name":"Check received message containing shell command","time":{"start":1724922845257,"stop":1724922845257,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0de632ecd3df7ed","name":"Nwaku publishes","time":{"start":1724922866493,"stop":1724922866493,"duration":0},"status":"passed","severity":"normal"},{"uid":"8591fad3e90a10fa","name":"Reopen subscription with peer with lost subscription","time":{"start":1724922499936,"stop":1724922499937,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5811604d74d3628","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1724922727646,"stop":1724922727646,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ffc52be0b135df0","name":"can start the service","time":{"start":1724922402861,"stop":1724922402861,"duration":0},"status":"passed","severity":"normal"},{"uid":"5194f956330f3760","name":"Push message with Basic HTML tag payload","time":{"start":1724922853910,"stop":1724922853910,"duration":0},"status":"passed","severity":"normal"},{"uid":"90217f231214f929","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1724922611434,"stop":1724922611434,"duration":0},"status":"passed","severity":"normal"},{"uid":"17fd057c1dc12662","name":"Push message with content topic containing Script","time":{"start":1724922853919,"stop":1724922853920,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd6407fb55b02ca0","name":"Decoder throws on empty string content topic","time":{"start":1724922408757,"stop":1724922408757,"duration":0},"status":"passed","severity":"normal"},{"uid":"8863ce03f8b896f9","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1724922374696,"stop":1724922374696,"duration":0},"status":"passed","severity":"normal"},{"uid":"1593b67437f63101","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1724923012478,"stop":1724923012479,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea662394ca82b057","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1724923012458,"stop":1724923012458,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cd53eb5fc55618d","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1724922408751,"stop":1724922408752,"duration":1},"status":"passed","severity":"normal"},{"uid":"c736312a3a55b34d","name":"Subscribe to topic containing XML and receive message","time":{"start":1724922635357,"stop":1724922635357,"duration":0},"status":"passed","severity":"normal"},{"uid":"cad39391d3a1305f","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1724922382325,"stop":1724922382325,"duration":0},"status":"passed","severity":"normal"},{"uid":"b77ed4ef0e52e392","name":"1 Relay, 1 Filter, gives up","time":{"start":1724922398278,"stop":1724922398278,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba7a7785f2cd6b55","name":"Does not throw an exception when node disconnects","time":{"start":1724922998983,"stop":1724922998983,"duration":0},"status":"passed","severity":"normal"},{"uid":"83390503b2f75c0a","name":"Check received message containing Basic HTML tag","time":{"start":1724922601842,"stop":1724922601842,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8af3a319178f311","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1724922374679,"stop":1724922374679,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca1191f08e6f115f","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1724922382332,"stop":1724922382332,"duration":0},"status":"passed","severity":"normal"},{"uid":"617dfd77a5d05c23","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1724922374683,"stop":1724922374683,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d8930f3ace11321","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1724922382331,"stop":1724922382332,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6e5e0e8bbf29786","name":"Symmetric encrypt & Decrypt","time":{"start":1724922409249,"stop":1724922409249,"duration":0},"status":"passed","severity":"normal"},{"uid":"6669e9f8abefdaf0","name":"Push message with XML payload","time":{"start":1724922921448,"stop":1724922921449,"duration":1},"status":"passed","severity":"normal"},{"uid":"f918ca8cf0f7b53b","name":"Push message with content topic containing Chinese","time":{"start":1724922921467,"stop":1724922921467,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c8039e9b4b145f5","name":"A test","time":{"start":1724922727746,"stop":1724922727747,"duration":1},"status":"passed","severity":"normal"},{"uid":"f746e42b3192ebda","name":"should return all peers when numPeers is 0","time":{"start":1724922387837,"stop":1724922387838,"duration":1},"status":"passed","severity":"normal"},{"uid":"63faa0901b9f8cbf","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1724922476373,"stop":1724922476374,"duration":1},"status":"passed","severity":"normal"},{"uid":"350f27d8d52022b","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1724922374692,"stop":1724922374692,"duration":0},"status":"passed","severity":"normal"},{"uid":"33990a37cc275bf6","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1724922946228,"stop":1724922946229,"duration":1},"status":"passed","severity":"normal"},{"uid":"be16419b9ccbe288","name":"LightPush: 0 peers, Filter: 1 peers - Expected: Unhealthy","time":{"start":1724922778323,"stop":1724922778323,"duration":0},"status":"passed","severity":"normal"},{"uid":"bbd096e4aad9c38a","name":"Subscribe to topic containing emoji and receive message","time":{"start":1724922635359,"stop":1724922635360,"duration":1},"status":"passed","severity":"normal"},{"uid":"d4e457df3d2257b1","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1724922425597,"stop":1724922425598,"duration":1},"status":"passed","severity":"normal"},{"uid":"35e0cdaf6f7f4f6c","name":"Push message with custom timestamp: 1724919035572","time":{"start":1724922921474,"stop":1724922921474,"duration":0},"status":"passed","severity":"normal"},{"uid":"f514b9cffa578416","name":"Push message on custom pubsubTopic","time":{"start":1724922727645,"stop":1724922727646,"duration":1},"status":"passed","severity":"normal"},{"uid":"c600650a6d9d611e","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1724922377154,"stop":1724922377155,"duration":1},"status":"passed","severity":"normal"},{"uid":"eb1212c894e3a5c7","name":"Ping succeeds for all connected peers","time":{"start":1724922535037,"stop":1724922535037,"duration":0},"status":"passed","severity":"normal"},{"uid":"86270874ee483bed","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1724922647837,"stop":1724922647837,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddebfa69136924e","name":"Subscribe to topic containing long and publish message","time":{"start":1724922891488,"stop":1724922891488,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4c72abd769ae870","name":"Push message with custom timestamp: 1724926261821","time":{"start":1724922853930,"stop":1724922853930,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae402b6c55e8900f","name":"Subscribe to topic containing special chars and receive message","time":{"start":1724922635354,"stop":1724922635355,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f0fb26e6e4c399e","name":"should decode valid enr successfully","time":{"start":1724922383079,"stop":1724922383079,"duration":0},"status":"passed","severity":"normal"},{"uid":"96f4f0fba43c7204","name":"Check received message containing Basic HTML tag","time":{"start":1724922845236,"stop":1724922845237,"duration":1},"status":"passed","severity":"normal"},{"uid":"820ba3a3fe6dca3b","name":"Push message with custom timestamp: 1694164261821","time":{"start":1724922853929,"stop":1724922853929,"duration":0},"status":"passed","severity":"normal"},{"uid":"c660753682bab1c1","name":"should return empty list for no shard","time":{"start":1724922374679,"stop":1724922374680,"duration":1},"status":"passed","severity":"normal"},{"uid":"93649fc70987b7df","name":"should add and remove event listeners correctly","time":{"start":1724922402865,"stop":1724922402866,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd932d80ab4b827e","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1724922611442,"stop":1724922611442,"duration":0},"status":"passed","severity":"normal"},{"uid":"cfea0fd8d627baaf","name":"different cluster, same shard: nodes don't connect","time":{"start":1724922771083,"stop":1724922771083,"duration":0},"status":"passed","severity":"normal"},{"uid":"6bd4144819ef9e24","name":"Asymmetric encrypt & decrypt","time":{"start":1724922409248,"stop":1724922409248,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f9d2844af043209","name":"Push 30 different messages","time":{"start":1724922853913,"stop":1724922853913,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba7b4dbaef9deee3","name":"Publish message with custom timestamp: Fri Sep 08 2023 09:14:22 GMT+0000 (Coordinated Universal Time)","time":{"start":1724922887529,"stop":1724922887529,"duration":0},"status":"passed","severity":"normal"},{"uid":"95e075ddf9bc4406","name":"Push message with long payload","time":{"start":1724922853903,"stop":1724922853904,"duration":1},"status":"passed","severity":"normal"},{"uid":"26e66f5fc364fe20","name":"LightPush: 1 peers, Filter: 0 peers - Expected: Unhealthy","time":{"start":1724922778325,"stop":1724922778325,"duration":0},"status":"passed","severity":"normal"},{"uid":"f565c2a5ec42a7a1","name":"Decoder throws on empty string content topic","time":{"start":1724922410313,"stop":1724922410313,"duration":0},"status":"passed","severity":"normal"},{"uid":"a97662633624bf45","name":"Check received message containing numeric","time":{"start":1724922845249,"stop":1724922845249,"duration":0},"status":"passed","severity":"normal"},{"uid":"293d9083c50794ad","name":"Push message with Arabic payload","time":{"start":1724922853907,"stop":1724922853908,"duration":1},"status":"passed","severity":"normal"},{"uid":"17fcef00fb3e3b99","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1724923012471,"stop":1724923012472,"duration":1},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/7376/widgets/suites.json b/7376/widgets/suites.json index 6704090c021..c934b7955ce 100644 --- a/7376/widgets/suites.json +++ b/7376/widgets/suites.json @@ -1 +1 @@ -{"total":99,"items":[{"uid":"b68e89c69b548d79360b3bc3f085612c","name":"Node Health Status Matrix Tests","statistic":{"failed":0,"broken":2,"skipped":0,"passed":14,"unknown":0,"total":16}},{"uid":"7df6540d157bd48a9d3bc8c3f21e93bb","name":"Waku Light Push: Single Node","statistic":{"failed":0,"broken":0,"skipped":0,"passed":43,"unknown":0,"total":43}},{"uid":"f0ce4304a5c72aabff181e56ac32d839","name":"Waku Light Push: Multiple Nodes: Strict Check: true","statistic":{"failed":0,"broken":0,"skipped":0,"passed":43,"unknown":0,"total":43}},{"uid":"c3fd0a376e255f07764bc7336980757b","name":"getPeers","statistic":{"failed":0,"broken":0,"skipped":0,"passed":36,"unknown":0,"total":36}},{"uid":"8bc0d03481d47f999cc7ec458535a066","name":"ENR","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"6f94dc37311b4dd500c6fb4f60c93564","name":"Waku Filter V2: Subscribe: Single Service Node","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"79bc21179354d4d696ab0ed95aaefc00","name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"d2c836997f51e619a3f56fdc380693ce","name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"540857cd9aa465b36ce09e6d7509872d","name":"Waku Relay, Publish","statistic":{"failed":0,"broken":0,"skipped":2,"passed":27,"unknown":0,"total":29}},{"uid":"152bad9102957fb1d7f75e43c67592bd","name":"Waku Filter V2: FilterPush","statistic":{"failed":0,"broken":0,"skipped":2,"passed":26,"unknown":0,"total":28}}]} \ No newline at end of file +{"total":99,"items":[{"uid":"7df6540d157bd48a9d3bc8c3f21e93bb","name":"Waku Light Push: Single Node","statistic":{"failed":0,"broken":0,"skipped":0,"passed":43,"unknown":0,"total":43}},{"uid":"f0ce4304a5c72aabff181e56ac32d839","name":"Waku Light Push: Multiple Nodes: Strict Check: true","statistic":{"failed":0,"broken":0,"skipped":0,"passed":43,"unknown":0,"total":43}},{"uid":"c3fd0a376e255f07764bc7336980757b","name":"getPeers","statistic":{"failed":0,"broken":0,"skipped":0,"passed":36,"unknown":0,"total":36}},{"uid":"8bc0d03481d47f999cc7ec458535a066","name":"ENR","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"6f94dc37311b4dd500c6fb4f60c93564","name":"Waku Filter V2: Subscribe: Single Service Node","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"79bc21179354d4d696ab0ed95aaefc00","name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"d2c836997f51e619a3f56fdc380693ce","name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"540857cd9aa465b36ce09e6d7509872d","name":"Waku Relay, Publish","statistic":{"failed":0,"broken":0,"skipped":2,"passed":27,"unknown":0,"total":29}},{"uid":"152bad9102957fb1d7f75e43c67592bd","name":"Waku Filter V2: FilterPush","statistic":{"failed":0,"broken":0,"skipped":2,"passed":26,"unknown":0,"total":28}},{"uid":"cddf321d453ccfeb1c38dfaa4bf0811f","name":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","statistic":{"failed":0,"broken":0,"skipped":2,"passed":25,"unknown":0,"total":27}}]} \ No newline at end of file diff --git a/7376/widgets/summary.json b/7376/widgets/summary.json index 5a0558aaf85..39e90b60893 100644 --- a/7376/widgets/summary.json +++ b/7376/widgets/summary.json @@ -1 +1 @@ -{"reportName":"Allure Report with history","testRuns":[],"statistic":{"failed":0,"broken":2,"skipped":21,"passed":832,"unknown":0,"total":855},"time":{"start":1724921037308,"stop":1724921723785,"duration":686477,"minDuration":0,"maxDuration":34,"sumDuration":504}} \ No newline at end of file +{"reportName":"Allure Report with history","testRuns":[],"statistic":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855},"time":{"start":1724922374447,"stop":1724923048502,"duration":674055,"minDuration":0,"maxDuration":10,"sumDuration":376}} \ No newline at end of file diff --git a/last-history/categories-trend.json b/last-history/categories-trend.json index 676f25d1d8b..a277209ae28 100644 --- a/last-history/categories-trend.json +++ b/last-history/categories-trend.json @@ -1 +1 @@ -[{"buildOrder":7376,"reportUrl":"https://waku-org.github.io/js-waku/7376/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7375,"reportUrl":"https://waku-org.github.io/js-waku/7375/","reportName":"Allure Report with history","data":{}},{"buildOrder":7374,"reportUrl":"https://waku-org.github.io/js-waku/7374/","reportName":"Allure Report with history","data":{"Test defects":3}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"Test defects":3}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7372,"reportUrl":"https://waku-org.github.io/js-waku/7372/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7370,"reportUrl":"https://waku-org.github.io/js-waku/7370/","reportName":"Allure Report with history","data":{}},{"buildOrder":7369,"reportUrl":"https://waku-org.github.io/js-waku/7369/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7368,"reportUrl":"https://waku-org.github.io/js-waku/7368/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file +[{"buildOrder":7376,"reportUrl":"https://waku-org.github.io/js-waku/7376/","reportName":"Allure Report with history","data":{}},{"buildOrder":7376,"reportUrl":"https://waku-org.github.io/js-waku/7376/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7375,"reportUrl":"https://waku-org.github.io/js-waku/7375/","reportName":"Allure Report with history","data":{}},{"buildOrder":7374,"reportUrl":"https://waku-org.github.io/js-waku/7374/","reportName":"Allure Report with history","data":{"Test defects":3}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"Test defects":3}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7372,"reportUrl":"https://waku-org.github.io/js-waku/7372/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7370,"reportUrl":"https://waku-org.github.io/js-waku/7370/","reportName":"Allure Report with history","data":{}},{"buildOrder":7369,"reportUrl":"https://waku-org.github.io/js-waku/7369/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":7368,"reportUrl":"https://waku-org.github.io/js-waku/7368/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file diff --git a/last-history/duration-trend.json b/last-history/duration-trend.json index a3b838123ca..5f2e7198cf7 100644 --- a/last-history/duration-trend.json +++ b/last-history/duration-trend.json @@ -1 +1 @@ -[{"buildOrder":7376,"reportUrl":"https://waku-org.github.io/js-waku/7376/","reportName":"Allure Report with history","data":{"duration":686477}},{"buildOrder":7375,"reportUrl":"https://waku-org.github.io/js-waku/7375/","reportName":"Allure Report with history","data":{"duration":666039}},{"buildOrder":7374,"reportUrl":"https://waku-org.github.io/js-waku/7374/","reportName":"Allure Report with history","data":{"duration":713931}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"duration":688900}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"duration":671892}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"duration":690698}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"duration":692641}},{"buildOrder":7372,"reportUrl":"https://waku-org.github.io/js-waku/7372/","reportName":"Allure Report with history","data":{"duration":698800}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"duration":666328}},{"buildOrder":7370,"reportUrl":"https://waku-org.github.io/js-waku/7370/","reportName":"Allure Report with history","data":{"duration":672725}},{"buildOrder":7369,"reportUrl":"https://waku-org.github.io/js-waku/7369/","reportName":"Allure Report with history","data":{"duration":708284}},{"buildOrder":7368,"reportUrl":"https://waku-org.github.io/js-waku/7368/","reportName":"Allure Report with history","data":{"duration":680936}},{"data":{}}] \ No newline at end of file +[{"buildOrder":7376,"reportUrl":"https://waku-org.github.io/js-waku/7376/","reportName":"Allure Report with history","data":{"duration":674055}},{"buildOrder":7376,"reportUrl":"https://waku-org.github.io/js-waku/7376/","reportName":"Allure Report with history","data":{"duration":686477}},{"buildOrder":7375,"reportUrl":"https://waku-org.github.io/js-waku/7375/","reportName":"Allure Report with history","data":{"duration":666039}},{"buildOrder":7374,"reportUrl":"https://waku-org.github.io/js-waku/7374/","reportName":"Allure Report with history","data":{"duration":713931}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"duration":688900}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"duration":671892}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"duration":690698}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"duration":692641}},{"buildOrder":7372,"reportUrl":"https://waku-org.github.io/js-waku/7372/","reportName":"Allure Report with history","data":{"duration":698800}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"duration":666328}},{"buildOrder":7370,"reportUrl":"https://waku-org.github.io/js-waku/7370/","reportName":"Allure Report with history","data":{"duration":672725}},{"buildOrder":7369,"reportUrl":"https://waku-org.github.io/js-waku/7369/","reportName":"Allure Report with history","data":{"duration":708284}},{"buildOrder":7368,"reportUrl":"https://waku-org.github.io/js-waku/7368/","reportName":"Allure Report with history","data":{"duration":680936}},{"data":{}}] \ No newline at end of file diff --git a/last-history/history-trend.json b/last-history/history-trend.json index 1b49574a494..21a173962c9 100644 --- a/last-history/history-trend.json +++ b/last-history/history-trend.json @@ -1 +1 @@ -[{"buildOrder":7376,"reportUrl":"https://waku-org.github.io/js-waku/7376/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":832,"unknown":0,"total":855}},{"buildOrder":7375,"reportUrl":"https://waku-org.github.io/js-waku/7375/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7374,"reportUrl":"https://waku-org.github.io/js-waku/7374/","reportName":"Allure Report with history","data":{"failed":0,"broken":3,"skipped":21,"passed":831,"unknown":0,"total":855}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":833,"unknown":0,"total":855}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"failed":0,"broken":3,"skipped":21,"passed":829,"unknown":0,"total":853}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":830,"unknown":0,"total":853}},{"buildOrder":7372,"reportUrl":"https://waku-org.github.io/js-waku/7372/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":830,"unknown":0,"total":853}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":833,"unknown":0,"total":855}},{"buildOrder":7370,"reportUrl":"https://waku-org.github.io/js-waku/7370/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7369,"reportUrl":"https://waku-org.github.io/js-waku/7369/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":833,"unknown":0,"total":855}},{"buildOrder":7368,"reportUrl":"https://waku-org.github.io/js-waku/7368/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file +[{"buildOrder":7376,"reportUrl":"https://waku-org.github.io/js-waku/7376/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7376,"reportUrl":"https://waku-org.github.io/js-waku/7376/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":832,"unknown":0,"total":855}},{"buildOrder":7375,"reportUrl":"https://waku-org.github.io/js-waku/7375/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7374,"reportUrl":"https://waku-org.github.io/js-waku/7374/","reportName":"Allure Report with history","data":{"failed":0,"broken":3,"skipped":21,"passed":831,"unknown":0,"total":855}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":833,"unknown":0,"total":855}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"failed":0,"broken":3,"skipped":21,"passed":829,"unknown":0,"total":853}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":830,"unknown":0,"total":853}},{"buildOrder":7372,"reportUrl":"https://waku-org.github.io/js-waku/7372/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":830,"unknown":0,"total":853}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":833,"unknown":0,"total":855}},{"buildOrder":7370,"reportUrl":"https://waku-org.github.io/js-waku/7370/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"buildOrder":7369,"reportUrl":"https://waku-org.github.io/js-waku/7369/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":833,"unknown":0,"total":855}},{"buildOrder":7368,"reportUrl":"https://waku-org.github.io/js-waku/7368/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":834,"unknown":0,"total":855}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file diff --git a/last-history/history.json b/last-history/history.json index 1ba275adc4d..274c6a02434 100644 --- a/last-history/history.json +++ b/last-history/history.json @@ -1 +1 @@ -{"3f6c66760972b99278c4557cf3cbcd04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4549a666b90f29ba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4549a666b90f29ba","status":"passed","time":{"start":1724921037637,"stop":1724921037637,"duration":0}},{"uid":"76db4adc6a105d0b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/76db4adc6a105d0b","status":"passed","time":{"start":1724921013049,"stop":1724921013050,"duration":1}},{"uid":"517ad06a083b6d84","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/517ad06a083b6d84","status":"passed","time":{"start":1724917673293,"stop":1724917673294,"duration":1}},{"uid":"4f27f29ffb8e1cf9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f27f29ffb8e1cf9","status":"passed","time":{"start":1724889452312,"stop":1724889452312,"duration":0}},{"uid":"b3b35f239bd84118","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b3b35f239bd84118","status":"passed","time":{"start":1724888602842,"stop":1724888602842,"duration":0}},{"uid":"3ead0bb8c90face7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3ead0bb8c90face7","status":"passed","time":{"start":1724887759165,"stop":1724887759165,"duration":0}},{"uid":"dd0a548552d97fa2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dd0a548552d97fa2","status":"passed","time":{"start":1724886525545,"stop":1724886525545,"duration":0}},{"uid":"7a1613a31ec4080d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7a1613a31ec4080d","status":"passed","time":{"start":1724886303398,"stop":1724886303399,"duration":1}},{"uid":"cc04edd9e2fa9b3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc04edd9e2fa9b3e","status":"passed","time":{"start":1724861752230,"stop":1724861752230,"duration":0}},{"uid":"522e19431d42a674","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/522e19431d42a674","status":"passed","time":{"start":1724861223356,"stop":1724861223356,"duration":0}},{"uid":"83cc54823dad19a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/83cc54823dad19a","status":"passed","time":{"start":1724861045204,"stop":1724861045205,"duration":1}},{"uid":"c75dcc4266cc0feb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c75dcc4266cc0feb","status":"passed","time":{"start":1724860907086,"stop":1724860907086,"duration":0}}]},"96c6b0eed164f405a87de18099223b64:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"55d8048671fc7bc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/55d8048671fc7bc1","status":"passed","time":{"start":1724887032416,"stop":1724887032416,"duration":0}}]},"ba6f4ccdefcbacaae5b841718fa8ff87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4d3fda186b727c06","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4d3fda186b727c06","status":"passed","time":{"start":1724921423894,"stop":1724921423895,"duration":1}},{"uid":"d74dadeb532effab","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d74dadeb532effab","status":"passed","time":{"start":1724921407985,"stop":1724921407985,"duration":0}},{"uid":"c18f0ba95f75e431","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c18f0ba95f75e431","status":"passed","time":{"start":1724918130464,"stop":1724918130464,"duration":0}},{"uid":"dbf4d6034d5f7182","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dbf4d6034d5f7182","status":"passed","time":{"start":1724889849944,"stop":1724889849946,"duration":2}},{"uid":"31ff5881e1ef8682","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31ff5881e1ef8682","status":"passed","time":{"start":1724888984943,"stop":1724888984943,"duration":0}},{"uid":"6a49dd6fdcba2ca3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a49dd6fdcba2ca3","status":"passed","time":{"start":1724888172873,"stop":1724888172874,"duration":1}},{"uid":"71b6d99e7e384dc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/71b6d99e7e384dc1","status":"passed","time":{"start":1724886941904,"stop":1724886941904,"duration":0}},{"uid":"b7b9eb6488f9907c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b7b9eb6488f9907c","status":"passed","time":{"start":1724886712938,"stop":1724886712938,"duration":0}},{"uid":"d7d358f57f8ccd7f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d7d358f57f8ccd7f","status":"passed","time":{"start":1724862129831,"stop":1724862129831,"duration":0}},{"uid":"f345775ff8c4b418","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f345775ff8c4b418","status":"passed","time":{"start":1724861625586,"stop":1724861625586,"duration":0}},{"uid":"4e8913f7f6d278ca","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4e8913f7f6d278ca","status":"passed","time":{"start":1724861470311,"stop":1724861470311,"duration":0}},{"uid":"119e0b73b482f0f1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/119e0b73b482f0f1","status":"passed","time":{"start":1724861304273,"stop":1724861304273,"duration":0}}]},"682fae8543bf88700f30b4d164fc1367:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e94e2e3e68185de9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e94e2e3e68185de9","status":"passed","time":{"start":1724918259546,"stop":1724918259546,"duration":0}}]},"1f745989f12a2ee168dd0901e424fa9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"67f60c430e453eff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/67f60c430e453eff","status":"passed","time":{"start":1724921529570,"stop":1724921529571,"duration":1}},{"uid":"7db7a24d7186e399","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7db7a24d7186e399","status":"passed","time":{"start":1724921488872,"stop":1724921488873,"duration":1}},{"uid":"677ddcf58d681a88","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/677ddcf58d681a88","status":"passed","time":{"start":1724918203668,"stop":1724918203668,"duration":0}},{"uid":"20365fb66db17de4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/20365fb66db17de4","status":"passed","time":{"start":1724889938352,"stop":1724889938352,"duration":0}},{"uid":"d56b258498fb214e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d56b258498fb214e","status":"passed","time":{"start":1724889077031,"stop":1724889077032,"duration":1}},{"uid":"60e66913823a066b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/60e66913823a066b","status":"passed","time":{"start":1724888268004,"stop":1724888268004,"duration":0}},{"uid":"cfd7de0de3b9226b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cfd7de0de3b9226b","status":"passed","time":{"start":1724887032388,"stop":1724887032388,"duration":0}},{"uid":"4497f5bb9e5c5d48","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4497f5bb9e5c5d48","status":"passed","time":{"start":1724886822785,"stop":1724886822785,"duration":0}},{"uid":"e3cbc07a75e31776","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e3cbc07a75e31776","status":"passed","time":{"start":1724862233503,"stop":1724862233503,"duration":0}},{"uid":"138300d38294e947","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/138300d38294e947","status":"passed","time":{"start":1724861712663,"stop":1724861712663,"duration":0}},{"uid":"1fd1b8e735f881a0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1fd1b8e735f881a0","status":"passed","time":{"start":1724861567879,"stop":1724861567880,"duration":1}},{"uid":"1fcf7a59c29e2432","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1fcf7a59c29e2432","status":"passed","time":{"start":1724861392038,"stop":1724861392038,"duration":0}}]},"1475ae37b222da78e668d84beb1b9d08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2bbfa1a52854a47f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2bbfa1a52854a47f","status":"passed","time":{"start":1724886848929,"stop":1724886848930,"duration":1}}]},"39f59080b5d6fbae518c82e94593bca2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2cdcdd4b86f2098","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2cdcdd4b86f2098","status":"passed","time":{"start":1724921040181,"stop":1724921040181,"duration":0}},{"uid":"de94fad5502e44b0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/de94fad5502e44b0","status":"passed","time":{"start":1724921015574,"stop":1724921015574,"duration":0}},{"uid":"a7f909271fda2585","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a7f909271fda2585","status":"passed","time":{"start":1724917675800,"stop":1724917675800,"duration":0}},{"uid":"1119cd41bae48c4f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1119cd41bae48c4f","status":"passed","time":{"start":1724889454807,"stop":1724889454808,"duration":1}},{"uid":"5f56631baa8cbc86","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f56631baa8cbc86","status":"passed","time":{"start":1724888605323,"stop":1724888605323,"duration":0}},{"uid":"f8a3c8851799ec1e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f8a3c8851799ec1e","status":"passed","time":{"start":1724887761648,"stop":1724887761649,"duration":1}},{"uid":"c3bf2a23916f7847","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c3bf2a23916f7847","status":"passed","time":{"start":1724886527994,"stop":1724886527994,"duration":0}},{"uid":"6b308c8e85b5bc65","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6b308c8e85b5bc65","status":"passed","time":{"start":1724886305813,"stop":1724886305813,"duration":0}},{"uid":"bf80c2b512d766d3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf80c2b512d766d3","status":"passed","time":{"start":1724861754710,"stop":1724861754710,"duration":0}},{"uid":"507ae564825dd44c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/507ae564825dd44c","status":"passed","time":{"start":1724861225783,"stop":1724861225783,"duration":0}},{"uid":"b2f8368cf2c23652","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b2f8368cf2c23652","status":"passed","time":{"start":1724861047870,"stop":1724861047870,"duration":0}},{"uid":"3a09079bec7cbfcf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3a09079bec7cbfcf","status":"passed","time":{"start":1724860909786,"stop":1724860909786,"duration":0}}]},"8f83da17e3a61143f1b0164036ea3c7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d1072cecc748ed4b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d1072cecc748ed4b","status":"passed","time":{"start":1724887092630,"stop":1724887092630,"duration":0}}]},"012516d4701f54c825856c988f24ef70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"795e68a892725d4d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/795e68a892725d4d","status":"passed","time":{"start":1724861485081,"stop":1724861485082,"duration":1}}]},"56cbcc93132ca5c7a31f73814848f0be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d875d250ea5b68d0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d875d250ea5b68d0","status":"passed","time":{"start":1724862233518,"stop":1724862233521,"duration":3}}]},"2af63252c8685876a1aa16ea1f005c2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bf50ae68b948f731","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bf50ae68b948f731","status":"passed","time":{"start":1724921270360,"stop":1724921270360,"duration":0}},{"uid":"bd665389713af02a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bd665389713af02a","status":"passed","time":{"start":1724921247819,"stop":1724921247820,"duration":1}},{"uid":"1d67769cdc710a9f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1d67769cdc710a9f","status":"passed","time":{"start":1724917989821,"stop":1724917989821,"duration":0}},{"uid":"82e5fcb22727cd9a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/82e5fcb22727cd9a","status":"passed","time":{"start":1724889678566,"stop":1724889678567,"duration":1}},{"uid":"d32be53b710579b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d32be53b710579b2","status":"passed","time":{"start":1724888829845,"stop":1724888829845,"duration":0}},{"uid":"fecfcd0b6f3a72a1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fecfcd0b6f3a72a1","status":"passed","time":{"start":1724888077012,"stop":1724888077013,"duration":1}},{"uid":"c2426812462bdf31","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c2426812462bdf31","status":"passed","time":{"start":1724886851127,"stop":1724886851128,"duration":1}},{"uid":"cff956ee4aa9d166","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cff956ee4aa9d166","status":"passed","time":{"start":1724886647113,"stop":1724886647118,"duration":5}},{"uid":"7fd3641dbac6938f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7fd3641dbac6938f","status":"passed","time":{"start":1724861992714,"stop":1724861992715,"duration":1}},{"uid":"c047cab61f85cd85","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c047cab61f85cd85","status":"passed","time":{"start":1724861469646,"stop":1724861469646,"duration":0}},{"uid":"937692d15fd9c1e4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/937692d15fd9c1e4","status":"passed","time":{"start":1724861284860,"stop":1724861284861,"duration":1}},{"uid":"c86f638f32731703","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c86f638f32731703","status":"passed","time":{"start":1724861145811,"stop":1724861145811,"duration":0}}]},"c699536f4c84b6db4481ba440ea9cc1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"50bd4e105c3a34e4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/50bd4e105c3a34e4","status":"passed","time":{"start":1724921267865,"stop":1724921267866,"duration":1}},{"uid":"bd35bf4ddbc5114b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bd35bf4ddbc5114b","status":"passed","time":{"start":1724921244357,"stop":1724921244357,"duration":0}},{"uid":"7e5162e58078ac9a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7e5162e58078ac9a","status":"passed","time":{"start":1724917916039,"stop":1724917916039,"duration":0}},{"uid":"6be05f590948152","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6be05f590948152","status":"passed","time":{"start":1724889678250,"stop":1724889678250,"duration":0}},{"uid":"c530b848052ef079","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c530b848052ef079","status":"passed","time":{"start":1724888831680,"stop":1724888831681,"duration":1}},{"uid":"c76432d96afbfbc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c76432d96afbfbc","status":"passed","time":{"start":1724888003316,"stop":1724888003316,"duration":0}},{"uid":"9352fb42939939fa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9352fb42939939fa","status":"passed","time":{"start":1724886776601,"stop":1724886776602,"duration":1}},{"uid":"514cefad5365ac0d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/514cefad5365ac0d","status":"passed","time":{"start":1724886555788,"stop":1724886555788,"duration":0}},{"uid":"9dff271d57f16fe6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9dff271d57f16fe6","status":"passed","time":{"start":1724861983002,"stop":1724861983002,"duration":0}},{"uid":"bff0846a9eb2564","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bff0846a9eb2564","status":"passed","time":{"start":1724861444063,"stop":1724861444063,"duration":0}},{"uid":"dbd1277663ee9322","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dbd1277663ee9322","status":"passed","time":{"start":1724861285825,"stop":1724861285826,"duration":1}},{"uid":"52f5a7c8f4451d9f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/52f5a7c8f4451d9f","status":"passed","time":{"start":1724861145657,"stop":1724861145658,"duration":1}}]},"a435f8b0b0becf8c2eaf3ac2a3375b51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f97eb75c6e81cac2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f97eb75c6e81cac2","status":"passed","time":{"start":1724921088200,"stop":1724921088202,"duration":2}},{"uid":"641f23a65e3eb073","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/641f23a65e3eb073","status":"passed","time":{"start":1724921063383,"stop":1724921063383,"duration":0}},{"uid":"889e4d3742affd40","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/889e4d3742affd40","status":"passed","time":{"start":1724917723834,"stop":1724917723835,"duration":1}},{"uid":"32de61cbc016d421","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/32de61cbc016d421","status":"passed","time":{"start":1724889503227,"stop":1724889503228,"duration":1}},{"uid":"ccfa9bbfc11fddd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ccfa9bbfc11fddd","status":"passed","time":{"start":1724888652594,"stop":1724888652595,"duration":1}},{"uid":"fba682e89ba3120a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fba682e89ba3120a","status":"passed","time":{"start":1724887810649,"stop":1724887810650,"duration":1}},{"uid":"a486eec9a475fa78","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a486eec9a475fa78","status":"passed","time":{"start":1724886577072,"stop":1724886577073,"duration":1}},{"uid":"e68ba43ffd2f202b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e68ba43ffd2f202b","status":"passed","time":{"start":1724886355053,"stop":1724886355054,"duration":1}},{"uid":"dcc826b05189028f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dcc826b05189028f","status":"passed","time":{"start":1724861804042,"stop":1724861804050,"duration":8}},{"uid":"18320068fdc105f0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/18320068fdc105f0","status":"passed","time":{"start":1724861273297,"stop":1724861273298,"duration":1}},{"uid":"efac001352ac5cdb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/efac001352ac5cdb","status":"passed","time":{"start":1724861099310,"stop":1724861099311,"duration":1}},{"uid":"8b4a9008c8a3cc33","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8b4a9008c8a3cc33","status":"passed","time":{"start":1724860959309,"stop":1724860959311,"duration":2}}]},"9ab4a09c5e6a6b120c60466023b76436:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1419da909ad16d06","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1419da909ad16d06","status":"passed","time":{"start":1724861392064,"stop":1724861392064,"duration":0}}]},"058611e0379b567ec369f6d23bd97baf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"15f156674dabe4af","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/15f156674dabe4af","status":"passed","time":{"start":1724921046208,"stop":1724921046208,"duration":0}},{"uid":"85dcf8418ae7c5cb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/85dcf8418ae7c5cb","status":"passed","time":{"start":1724921021480,"stop":1724921021480,"duration":0}},{"uid":"f9405ee5f0816002","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f9405ee5f0816002","status":"passed","time":{"start":1724917681728,"stop":1724917681728,"duration":0}},{"uid":"b3e25d42cf26866","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b3e25d42cf26866","status":"passed","time":{"start":1724889460656,"stop":1724889460656,"duration":0}},{"uid":"7790b3b458c17d39","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7790b3b458c17d39","status":"passed","time":{"start":1724888611299,"stop":1724888611299,"duration":0}},{"uid":"8c02e34f07e814f3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8c02e34f07e814f3","status":"passed","time":{"start":1724887767624,"stop":1724887767624,"duration":0}},{"uid":"b99b35e07029c01a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b99b35e07029c01a","status":"passed","time":{"start":1724886533995,"stop":1724886533995,"duration":0}},{"uid":"aecc8725016eef6e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/aecc8725016eef6e","status":"passed","time":{"start":1724886311762,"stop":1724886311762,"duration":0}},{"uid":"1587667804ebdb1e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1587667804ebdb1e","status":"passed","time":{"start":1724861760780,"stop":1724861760780,"duration":0}},{"uid":"48f326058e571e2c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/48f326058e571e2c","status":"passed","time":{"start":1724861231738,"stop":1724861231738,"duration":0}},{"uid":"6e395d806debbb4f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6e395d806debbb4f","status":"passed","time":{"start":1724861054261,"stop":1724861054261,"duration":0}},{"uid":"4b939f56f7a6b112","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4b939f56f7a6b112","status":"passed","time":{"start":1724860915818,"stop":1724860915818,"duration":0}}]},"ca0aa9b4f0257c98141dd0b8857ad0ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd878730bd98919c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cd878730bd98919c","status":"passed","time":{"start":1724921613048,"stop":1724921613049,"duration":1}}]},"4d863be13dd3a1bef0b830601781c59d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"62c003fcc12ff210","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/62c003fcc12ff210","status":"passed","time":{"start":1724921321312,"stop":1724921321312,"duration":0}},{"uid":"3309f9cdf8962383","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3309f9cdf8962383","status":"passed","time":{"start":1724921298786,"stop":1724921298786,"duration":0}},{"uid":"802419bb7562ac95","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/802419bb7562ac95","status":"passed","time":{"start":1724918008265,"stop":1724918008266,"duration":1}},{"uid":"738ac5373b1aa039","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/738ac5373b1aa039","status":"passed","time":{"start":1724889728596,"stop":1724889728596,"duration":0}},{"uid":"b43e555b9774563d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b43e555b9774563d","status":"passed","time":{"start":1724888882875,"stop":1724888882876,"duration":1}},{"uid":"ba39b2515c56d12d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ba39b2515c56d12d","status":"passed","time":{"start":1724888111026,"stop":1724888111026,"duration":0}},{"uid":"7a84b7116a7f9a34","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7a84b7116a7f9a34","status":"passed","time":{"start":1724886869448,"stop":1724886869448,"duration":0}},{"uid":"61b383278d22436a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/61b383278d22436a","status":"passed","time":{"start":1724886642937,"stop":1724886642938,"duration":1}},{"uid":"c2f3103ea561061a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2f3103ea561061a","status":"passed","time":{"start":1724862044582,"stop":1724862044582,"duration":0}},{"uid":"3588bc86bf766c67","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3588bc86bf766c67","status":"passed","time":{"start":1724861523040,"stop":1724861523041,"duration":1}},{"uid":"63f1fc007bdc4a1d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/63f1fc007bdc4a1d","status":"passed","time":{"start":1724861362474,"stop":1724861362475,"duration":1}},{"uid":"1ae84c16ed3e3a38","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1ae84c16ed3e3a38","status":"passed","time":{"start":1724861196856,"stop":1724861196858,"duration":2}}]},"1245c88246b4c7e7c5fb27ace076c684:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bde2e8fe97db1164","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bde2e8fe97db1164","status":"passed","time":{"start":1724921669869,"stop":1724921669869,"duration":0}},{"uid":"af6f43cd319aab76","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/af6f43cd319aab76","status":"passed","time":{"start":1724921630266,"stop":1724921630266,"duration":0}},{"uid":"dca5ba9501093833","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dca5ba9501093833","status":"passed","time":{"start":1724918332987,"stop":1724918332987,"duration":0}},{"uid":"1fea086787c94c22","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1fea086787c94c22","status":"passed","time":{"start":1724890089467,"stop":1724890089467,"duration":0}},{"uid":"33f8d4f512e8d0ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33f8d4f512e8d0ba","status":"passed","time":{"start":1724889224491,"stop":1724889224491,"duration":0}},{"uid":"27934c7620a2ead2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/27934c7620a2ead2","status":"passed","time":{"start":1724888406345,"stop":1724888406346,"duration":1}},{"uid":"70ab2d6772367c5e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/70ab2d6772367c5e","status":"passed","time":{"start":1724887175023,"stop":1724887175023,"duration":0}},{"uid":"fe50055a2c986ec4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fe50055a2c986ec4","status":"passed","time":{"start":1724886952407,"stop":1724886952407,"duration":0}},{"uid":"a2e0ff8522d7aae4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2e0ff8522d7aae4","status":"passed","time":{"start":1724862378560,"stop":1724862378561,"duration":1}},{"uid":"f47629278d7784e2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f47629278d7784e2","status":"passed","time":{"start":1724861846749,"stop":1724861846749,"duration":0}},{"uid":"556a65cdece01d9e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/556a65cdece01d9e","status":"passed","time":{"start":1724861702534,"stop":1724861702534,"duration":0}},{"uid":"e596feaaf7b3941c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e596feaaf7b3941c","status":"passed","time":{"start":1724861533458,"stop":1724861533458,"duration":0}}]},"6155f6e2bed73f9a83f09d1b91bfd1fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"80f50c442fbd1929","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/80f50c442fbd1929","status":"passed","time":{"start":1724921141188,"stop":1724921141188,"duration":0}},{"uid":"d837212022f5857c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d837212022f5857c","status":"passed","time":{"start":1724921118249,"stop":1724921118250,"duration":1}},{"uid":"bc1972c72f4d4a77","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bc1972c72f4d4a77","status":"passed","time":{"start":1724917777551,"stop":1724917777552,"duration":1}},{"uid":"d55a31e52b7e1e3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d55a31e52b7e1e3e","status":"passed","time":{"start":1724889554665,"stop":1724889554665,"duration":0}},{"uid":"ebf9735e924be880","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ebf9735e924be880","status":"passed","time":{"start":1724888706938,"stop":1724888706939,"duration":1}},{"uid":"25defb69b7612e01","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/25defb69b7612e01","status":"passed","time":{"start":1724887861774,"stop":1724887861774,"duration":0}},{"uid":"4da6fb70bb3d9725","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4da6fb70bb3d9725","status":"passed","time":{"start":1724886631477,"stop":1724886631477,"duration":0}},{"uid":"96e04edc55d23b60","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/96e04edc55d23b60","status":"passed","time":{"start":1724886409746,"stop":1724886409746,"duration":0}},{"uid":"a9d2c40c968186bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9d2c40c968186bc","status":"passed","time":{"start":1724861858184,"stop":1724861858184,"duration":0}},{"uid":"1b27820e15219bec","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1b27820e15219bec","status":"passed","time":{"start":1724861324521,"stop":1724861324522,"duration":1}},{"uid":"f06ded5106960ee5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f06ded5106960ee5","status":"passed","time":{"start":1724861152391,"stop":1724861152391,"duration":0}},{"uid":"468176c179872949","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/468176c179872949","status":"passed","time":{"start":1724861011435,"stop":1724861011436,"duration":1}}]},"ccc67cdec03f56972b9eddce4b707990:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d960b4464b4b314","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d960b4464b4b314","status":"passed","time":{"start":1724921045536,"stop":1724921045536,"duration":0}},{"uid":"66a82a8add1b357f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/66a82a8add1b357f","status":"passed","time":{"start":1724921020729,"stop":1724921020730,"duration":1}},{"uid":"f68d79e5bab5c786","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f68d79e5bab5c786","status":"passed","time":{"start":1724917681061,"stop":1724917681062,"duration":1}},{"uid":"1bac8d0b0814c7c5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1bac8d0b0814c7c5","status":"passed","time":{"start":1724889459953,"stop":1724889459954,"duration":1}},{"uid":"f5e118d836e2fd9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f5e118d836e2fd9","status":"passed","time":{"start":1724888610544,"stop":1724888610545,"duration":1}},{"uid":"2be8a5f7f655e5cc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2be8a5f7f655e5cc","status":"passed","time":{"start":1724887766851,"stop":1724887766851,"duration":0}},{"uid":"1e533dc74ed2c3cb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1e533dc74ed2c3cb","status":"passed","time":{"start":1724886533247,"stop":1724886533247,"duration":0}},{"uid":"aec944901411242f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/aec944901411242f","status":"passed","time":{"start":1724886311095,"stop":1724886311096,"duration":1}},{"uid":"50e239204a275f66","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/50e239204a275f66","status":"passed","time":{"start":1724861760052,"stop":1724861760053,"duration":1}},{"uid":"4b9d491fdfa240c0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4b9d491fdfa240c0","status":"passed","time":{"start":1724861230836,"stop":1724861230837,"duration":1}},{"uid":"54815ed7607feb07","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/54815ed7607feb07","status":"passed","time":{"start":1724861053409,"stop":1724861053410,"duration":1}},{"uid":"fa1a0ce9df2ca23","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fa1a0ce9df2ca23","status":"passed","time":{"start":1724860914748,"stop":1724860914748,"duration":0}}]},"68f276a48316b6629b326d8fb3c5948c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c593004c576232fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c593004c576232fa","status":"passed","time":{"start":1724890039742,"stop":1724890039743,"duration":1}}]},"696de4ccfba1b86bf720a692a0da2863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8372ecd543bb2924","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8372ecd543bb2924","status":"passed","time":{"start":1724887068231,"stop":1724887068231,"duration":0}}]},"1cd2e7ab5751589aaf3d7f49c672016c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"39c6e8808cf3a25b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/39c6e8808cf3a25b","status":"passed","time":{"start":1724921529583,"stop":1724921529583,"duration":0}},{"uid":"d14813d788edfe13","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d14813d788edfe13","status":"passed","time":{"start":1724921488878,"stop":1724921488878,"duration":0}},{"uid":"34d201a741190a69","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/34d201a741190a69","status":"passed","time":{"start":1724918203685,"stop":1724918203685,"duration":0}},{"uid":"c26dc315e037e404","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c26dc315e037e404","status":"passed","time":{"start":1724889938357,"stop":1724889938357,"duration":0}},{"uid":"4eaeaa4afba58730","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4eaeaa4afba58730","status":"passed","time":{"start":1724889077065,"stop":1724889077065,"duration":0}},{"uid":"9a01225b9b4f47a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9a01225b9b4f47a9","status":"passed","time":{"start":1724888268032,"stop":1724888268033,"duration":1}},{"uid":"16b0f82248610724","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/16b0f82248610724","status":"passed","time":{"start":1724887032401,"stop":1724887032401,"duration":0}},{"uid":"c77ad99ee92c509b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c77ad99ee92c509b","status":"passed","time":{"start":1724886822794,"stop":1724886822798,"duration":4}},{"uid":"f99345645d295f3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f99345645d295f3e","status":"passed","time":{"start":1724862233509,"stop":1724862233509,"duration":0}},{"uid":"5ce824b812ef07d2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5ce824b812ef07d2","status":"passed","time":{"start":1724861712668,"stop":1724861712669,"duration":1}},{"uid":"40600e0264f8b109","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/40600e0264f8b109","status":"passed","time":{"start":1724861567887,"stop":1724861567888,"duration":1}},{"uid":"99708101304bde7c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/99708101304bde7c","status":"passed","time":{"start":1724861392053,"stop":1724861392053,"duration":0}}]},"bb39db76e589e83735f49f94360d1011:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd5f29959e124560","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cd5f29959e124560","status":"passed","time":{"start":1724921619635,"stop":1724921619636,"duration":1}}]},"54d048885e840da89bbbb387a2459ee8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba1c64ce09d95e2e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ba1c64ce09d95e2e","status":"passed","time":{"start":1724861465636,"stop":1724861465637,"duration":1}}]},"43e4c3d321b44a5ff314a8644db799cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"88e7c7a429e73f95","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/88e7c7a429e73f95","status":"passed","time":{"start":1724921625083,"stop":1724921625083,"duration":0}},{"uid":"9280d4faa41d27a8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9280d4faa41d27a8","status":"passed","time":{"start":1724921590509,"stop":1724921590509,"duration":0}},{"uid":"d31ffe726988e01e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d31ffe726988e01e","status":"passed","time":{"start":1724918287575,"stop":1724918287575,"duration":0}},{"uid":"ccabaf9131c2886e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ccabaf9131c2886e","status":"passed","time":{"start":1724890047800,"stop":1724890047800,"duration":0}},{"uid":"60719b15000f6032","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/60719b15000f6032","status":"passed","time":{"start":1724889183941,"stop":1724889183942,"duration":1}},{"uid":"ccd87c0b1692fe27","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ccd87c0b1692fe27","status":"passed","time":{"start":1724888354181,"stop":1724888354182,"duration":1}},{"uid":"7b886a49e4a4781d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7b886a49e4a4781d","status":"passed","time":{"start":1724887145718,"stop":1724887145719,"duration":1}},{"uid":"e66c9bb9614af8a1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e66c9bb9614af8a1","status":"passed","time":{"start":1724886915797,"stop":1724886915797,"duration":0}},{"uid":"d4fea9e628919840","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d4fea9e628919840","status":"passed","time":{"start":1724862341463,"stop":1724862341463,"duration":0}},{"uid":"c4b0c43c15cf6d49","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c4b0c43c15cf6d49","status":"passed","time":{"start":1724861805466,"stop":1724861805467,"duration":1}},{"uid":"a6f86a4ee0de528","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a6f86a4ee0de528","status":"passed","time":{"start":1724861662298,"stop":1724861662299,"duration":1}},{"uid":"5eeeb217d124de04","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5eeeb217d124de04","status":"passed","time":{"start":1724861492525,"stop":1724861492526,"duration":1}}]},"5d075f148b8189dc1892986b18614e14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8ae0772d0c33ca9d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8ae0772d0c33ca9d","status":"passed","time":{"start":1724887068229,"stop":1724887068230,"duration":1}}]},"bde05d7d872812d04f35c3d9bdb8336c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c88fb127bd4c35a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3c88fb127bd4c35a","status":"passed","time":{"start":1724887127880,"stop":1724887127881,"duration":1}}]},"982dde643629d9d6b9ad5cdb535ac936:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cf0cd1e82ef9e0a5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cf0cd1e82ef9e0a5","status":"passed","time":{"start":1724921663253,"stop":1724921663253,"duration":0}},{"uid":"e33fa0982280c846","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e33fa0982280c846","status":"passed","time":{"start":1724921617878,"stop":1724921617878,"duration":0}},{"uid":"5ecc43dc3b8ffcac","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5ecc43dc3b8ffcac","status":"passed","time":{"start":1724918326159,"stop":1724918326159,"duration":0}},{"uid":"9d910d7c94654a71","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9d910d7c94654a71","status":"passed","time":{"start":1724890076391,"stop":1724890076392,"duration":1}},{"uid":"f86ced28a4d361da","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f86ced28a4d361da","status":"passed","time":{"start":1724889199686,"stop":1724889199686,"duration":0}},{"uid":"babcc99124dca470","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/babcc99124dca470","status":"passed","time":{"start":1724888382419,"stop":1724888382420,"duration":1}},{"uid":"647b15bd8c780c34","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/647b15bd8c780c34","status":"passed","time":{"start":1724887156366,"stop":1724887156366,"duration":0}},{"uid":"2cb1e8a1c4ca8633","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2cb1e8a1c4ca8633","status":"passed","time":{"start":1724886936158,"stop":1724886936159,"duration":1}},{"uid":"240a7b9940218084","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/240a7b9940218084","status":"passed","time":{"start":1724862347634,"stop":1724862347634,"duration":0}},{"uid":"33ca62906a0dc74a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/33ca62906a0dc74a","status":"passed","time":{"start":1724861827951,"stop":1724861827952,"duration":1}},{"uid":"da1abbe2beac79be","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/da1abbe2beac79be","status":"passed","time":{"start":1724861685956,"stop":1724861685957,"duration":1}},{"uid":"f937431b4973791c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f937431b4973791c","status":"passed","time":{"start":1724861514745,"stop":1724861514746,"duration":1}}]},"a26b35ad626fd604ff4e4edce86ea4f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"122614456d4f5357","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/122614456d4f5357","status":"passed","time":{"start":1724887092627,"stop":1724887092627,"duration":0}}]},"9aa5112f5edd46e1b8a608728933e5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"83696c2e74b4d842","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/83696c2e74b4d842","status":"passed","time":{"start":1724921515253,"stop":1724921515254,"duration":1}},{"uid":"99ddda6f9fa66039","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/99ddda6f9fa66039","status":"passed","time":{"start":1724921475503,"stop":1724921475503,"duration":0}},{"uid":"805f28ee49663592","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/805f28ee49663592","status":"passed","time":{"start":1724918179417,"stop":1724918179418,"duration":1}},{"uid":"83fd41c151e1cd6c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/83fd41c151e1cd6c","status":"passed","time":{"start":1724889935352,"stop":1724889935352,"duration":0}},{"uid":"946c446303866643","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/946c446303866643","status":"passed","time":{"start":1724889072768,"stop":1724889072768,"duration":0}},{"uid":"10420e5ca55dc222","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/10420e5ca55dc222","status":"passed","time":{"start":1724888232428,"stop":1724888232428,"duration":0}},{"uid":"71b576c87c28e517","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/71b576c87c28e517","status":"passed","time":{"start":1724887018315,"stop":1724887018315,"duration":0}},{"uid":"e832e7b025efd6b1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e832e7b025efd6b1","status":"passed","time":{"start":1724886781504,"stop":1724886781504,"duration":0}},{"uid":"76dbf43757de5c02","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/76dbf43757de5c02","status":"passed","time":{"start":1724862213684,"stop":1724862213684,"duration":0}},{"uid":"fc8271b89b9699e6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fc8271b89b9699e6","status":"passed","time":{"start":1724861685883,"stop":1724861685884,"duration":1}},{"uid":"deef8615121c10d0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/deef8615121c10d0","status":"passed","time":{"start":1724861546208,"stop":1724861546209,"duration":1}},{"uid":"97c5e75be89a5fe","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/97c5e75be89a5fe","status":"passed","time":{"start":1724861378125,"stop":1724861378126,"duration":1}}]},"11533c5d9c798f5647c41d4bb4af7aba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"30b246bd6558c997","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/30b246bd6558c997","status":"passed","time":{"start":1724921164591,"stop":1724921164592,"duration":1}},{"uid":"994b148aaaaefea1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/994b148aaaaefea1","status":"passed","time":{"start":1724921137820,"stop":1724921137823,"duration":3}},{"uid":"e963fb685e6a8197","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e963fb685e6a8197","status":"passed","time":{"start":1724917810538,"stop":1724917810539,"duration":1}},{"uid":"a0848b8f457ef655","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a0848b8f457ef655","status":"passed","time":{"start":1724889585445,"stop":1724889585445,"duration":0}},{"uid":"d4fdb8dbc0faab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d4fdb8dbc0faab","status":"passed","time":{"start":1724888736508,"stop":1724888736508,"duration":0}},{"uid":"3cb5107d02e349f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3cb5107d02e349f9","status":"passed","time":{"start":1724887891783,"stop":1724887891783,"duration":0}},{"uid":"de1841c08c896952","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/de1841c08c896952","status":"passed","time":{"start":1724886657785,"stop":1724886657786,"duration":1}},{"uid":"63baa3682fd99f80","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/63baa3682fd99f80","status":"passed","time":{"start":1724886447357,"stop":1724886447357,"duration":0}},{"uid":"de735f899d110375","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/de735f899d110375","status":"passed","time":{"start":1724861880113,"stop":1724861880117,"duration":4}},{"uid":"6895c6ca87ee959c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6895c6ca87ee959c","status":"passed","time":{"start":1724861359780,"stop":1724861359781,"duration":1}},{"uid":"a6179a93d4917a4b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a6179a93d4917a4b","status":"passed","time":{"start":1724861179679,"stop":1724861179680,"duration":1}},{"uid":"b3c969b916641374","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b3c969b916641374","status":"passed","time":{"start":1724861040979,"stop":1724861040979,"duration":0}}]},"b341853c808d7a5c4994ae93c9c74516:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"861185a2dd8589f2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/861185a2dd8589f2","status":"passed","time":{"start":1724921602945,"stop":1724921602945,"duration":0}},{"uid":"4eec864463a71389","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4eec864463a71389","status":"passed","time":{"start":1724921571093,"stop":1724921571094,"duration":1}},{"uid":"526a5c22bc30f0fc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/526a5c22bc30f0fc","status":"passed","time":{"start":1724918285584,"stop":1724918285584,"duration":0}},{"uid":"26378cbe218d1678","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/26378cbe218d1678","status":"passed","time":{"start":1724890030087,"stop":1724890030088,"duration":1}},{"uid":"c2bf891a5ee46bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2bf891a5ee46bd","status":"passed","time":{"start":1724889171906,"stop":1724889171906,"duration":0}},{"uid":"678dd44cf2eb94d0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/678dd44cf2eb94d0","status":"passed","time":{"start":1724888350719,"stop":1724888350719,"duration":0}},{"uid":"73c3ed5dc2cbe01e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/73c3ed5dc2cbe01e","status":"passed","time":{"start":1724887115404,"stop":1724887115404,"duration":0}},{"uid":"887fdeeb5e59ac0e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/887fdeeb5e59ac0e","status":"passed","time":{"start":1724886884568,"stop":1724886884568,"duration":0}},{"uid":"b8571d6058b51a0d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8571d6058b51a0d","status":"passed","time":{"start":1724862322246,"stop":1724862322246,"duration":0}},{"uid":"33e080f24e09ce4b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/33e080f24e09ce4b","status":"passed","time":{"start":1724861790748,"stop":1724861790749,"duration":1}},{"uid":"5d6eee6fe1e72dba","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5d6eee6fe1e72dba","status":"passed","time":{"start":1724861628418,"stop":1724861628418,"duration":0}},{"uid":"87d6354150d75388","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/87d6354150d75388","status":"passed","time":{"start":1724861465620,"stop":1724861465621,"duration":1}}]},"0f4f5f9d40663e8bb7ba43793bdc2dd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6ecfdb75876ce673","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6ecfdb75876ce673","status":"passed","time":{"start":1724890039745,"stop":1724890039746,"duration":1}}]},"5312f38d9e21e47e6e496177a2770df9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f2b8d0915111e814","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f2b8d0915111e814","status":"passed","time":{"start":1724921540109,"stop":1724921540109,"duration":0}},{"uid":"dedf5e8c0e24c3e2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dedf5e8c0e24c3e2","status":"passed","time":{"start":1724921503540,"stop":1724921503541,"duration":1}},{"uid":"d547e777c74a1b3d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d547e777c74a1b3d","status":"passed","time":{"start":1724918214369,"stop":1724918214369,"duration":0}},{"uid":"3a19490f38bb8412","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a19490f38bb8412","status":"passed","time":{"start":1724889952445,"stop":1724889952445,"duration":0}},{"uid":"db49e3efa459dc34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/db49e3efa459dc34","status":"passed","time":{"start":1724889087469,"stop":1724889087469,"duration":0}},{"uid":"b95368cc2d5d1ac8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b95368cc2d5d1ac8","status":"passed","time":{"start":1724888266430,"stop":1724888266431,"duration":1}},{"uid":"5a7d067320a1ae1d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5a7d067320a1ae1d","status":"passed","time":{"start":1724887042932,"stop":1724887042932,"duration":0}},{"uid":"d8f6817c02ed7337","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d8f6817c02ed7337","status":"passed","time":{"start":1724886820800,"stop":1724886820800,"duration":0}},{"uid":"7eaa897185ef6d9b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7eaa897185ef6d9b","status":"passed","time":{"start":1724862245490,"stop":1724862245491,"duration":1}},{"uid":"6049d0fee2f354d6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6049d0fee2f354d6","status":"passed","time":{"start":1724861720400,"stop":1724861720403,"duration":3}},{"uid":"5bfb5ed2adb2c434","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5bfb5ed2adb2c434","status":"passed","time":{"start":1724861579389,"stop":1724861579389,"duration":0}},{"uid":"f85bbadaf0638236","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f85bbadaf0638236","status":"passed","time":{"start":1724861402507,"stop":1724861402508,"duration":1}}]},"ecb02bd69cba309a4d6d09ae3a94e7e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"20c9b7d0936a3059","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/20c9b7d0936a3059","status":"passed","time":{"start":1724862298394,"stop":1724862298394,"duration":0}}]},"ab9c72fbadc0c1e7e4b12ddcc969532f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f511ee9444759abd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f511ee9444759abd","status":"passed","time":{"start":1724921625064,"stop":1724921625065,"duration":1}},{"uid":"63402439e5a64861","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/63402439e5a64861","status":"passed","time":{"start":1724921590495,"stop":1724921590496,"duration":1}},{"uid":"2f8dde369afe7249","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2f8dde369afe7249","status":"passed","time":{"start":1724918287565,"stop":1724918287565,"duration":0}},{"uid":"fec5ba6ab0894340","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fec5ba6ab0894340","status":"passed","time":{"start":1724890047787,"stop":1724890047788,"duration":1}},{"uid":"5308abe8585327cf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5308abe8585327cf","status":"passed","time":{"start":1724889183920,"stop":1724889183921,"duration":1}},{"uid":"24bceb00fd5e6433","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/24bceb00fd5e6433","status":"passed","time":{"start":1724888354165,"stop":1724888354166,"duration":1}},{"uid":"9be90f81845e463e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9be90f81845e463e","status":"passed","time":{"start":1724887145658,"stop":1724887145659,"duration":1}},{"uid":"1117d80c43f9ccc2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1117d80c43f9ccc2","status":"passed","time":{"start":1724886915787,"stop":1724886915787,"duration":0}},{"uid":"ca1d71af7efd2ea5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ca1d71af7efd2ea5","status":"passed","time":{"start":1724862341437,"stop":1724862341438,"duration":1}},{"uid":"b45725cb78e7907d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b45725cb78e7907d","status":"passed","time":{"start":1724861805442,"stop":1724861805442,"duration":0}},{"uid":"8b19b2a7914ca615","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8b19b2a7914ca615","status":"passed","time":{"start":1724861662256,"stop":1724861662256,"duration":0}},{"uid":"2e20dbe057bc87ff","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2e20dbe057bc87ff","status":"passed","time":{"start":1724861492511,"stop":1724861492512,"duration":1}}]},"8345f1ef2d2dbebd1540ee062e7a8904:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a996497155899c37","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a996497155899c37","status":"passed","time":{"start":1724890039737,"stop":1724890039738,"duration":1}}]},"5b72280c943b19522a35016cedcc76c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ee3979b706e661d4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ee3979b706e661d4","status":"passed","time":{"start":1724921563007,"stop":1724921563008,"duration":1}},{"uid":"de52728853d8d3f5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/de52728853d8d3f5","status":"passed","time":{"start":1724921526809,"stop":1724921526809,"duration":0}},{"uid":"ed490cfaa71c65e1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ed490cfaa71c65e1","status":"passed","time":{"start":1724918239933,"stop":1724918239934,"duration":1}},{"uid":"2e080a3b363b8bcd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2e080a3b363b8bcd","status":"passed","time":{"start":1724889980881,"stop":1724889980881,"duration":0}},{"uid":"5076f136d7ccaa5c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5076f136d7ccaa5c","status":"passed","time":{"start":1724889109946,"stop":1724889109946,"duration":0}},{"uid":"86b00ec52a7d629c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/86b00ec52a7d629c","status":"passed","time":{"start":1724888294719,"stop":1724888294719,"duration":0}},{"uid":"fb7f0330eec2352a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fb7f0330eec2352a","status":"passed","time":{"start":1724887071735,"stop":1724887071735,"duration":0}},{"uid":"d14dfd43bec7d411","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d14dfd43bec7d411","status":"passed","time":{"start":1724886848341,"stop":1724886848341,"duration":0}},{"uid":"65b6a426d4add304","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/65b6a426d4add304","status":"passed","time":{"start":1724862259243,"stop":1724862259243,"duration":0}},{"uid":"dd0475edbc202ffa","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dd0475edbc202ffa","status":"passed","time":{"start":1724861735321,"stop":1724861735321,"duration":0}},{"uid":"d47f3b27bb6f50d4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d47f3b27bb6f50d4","status":"passed","time":{"start":1724861606335,"stop":1724861606335,"duration":0}},{"uid":"592d648e8dd1bcec","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/592d648e8dd1bcec","status":"passed","time":{"start":1724861426681,"stop":1724861426681,"duration":0}}]},"164996c5ae4c9fe72f8e8f3f45d9a4ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6094a650007372ef","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6094a650007372ef","status":"passed","time":{"start":1724921658741,"stop":1724921658742,"duration":1}},{"uid":"a39f137f15399655","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a39f137f15399655","status":"passed","time":{"start":1724921609578,"stop":1724921609578,"duration":0}},{"uid":"b0bf3242aac35498","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b0bf3242aac35498","status":"passed","time":{"start":1724918323455,"stop":1724918323456,"duration":1}},{"uid":"a7447febc79d5cba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a7447febc79d5cba","status":"passed","time":{"start":1724890071662,"stop":1724890071663,"duration":1}},{"uid":"52fc9144c58ef9df","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52fc9144c58ef9df","status":"passed","time":{"start":1724889207704,"stop":1724889207704,"duration":0}},{"uid":"ad1caf07019a4ce8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ad1caf07019a4ce8","status":"passed","time":{"start":1724888386324,"stop":1724888386325,"duration":1}},{"uid":"7ce690a95949b826","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7ce690a95949b826","status":"passed","time":{"start":1724887153932,"stop":1724887153932,"duration":0}},{"uid":"878a462e54881074","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/878a462e54881074","status":"passed","time":{"start":1724886927384,"stop":1724886927384,"duration":0}},{"uid":"315b4b90176d88c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/315b4b90176d88c9","status":"passed","time":{"start":1724862360108,"stop":1724862360108,"duration":0}},{"uid":"5a1813198eae0d63","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5a1813198eae0d63","status":"passed","time":{"start":1724861832840,"stop":1724861832841,"duration":1}},{"uid":"ff90b64be581782e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ff90b64be581782e","status":"passed","time":{"start":1724861687423,"stop":1724861687424,"duration":1}},{"uid":"c2177aad44ade2f3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c2177aad44ade2f3","status":"passed","time":{"start":1724861513175,"stop":1724861513175,"duration":0}}]},"ed2366d939d4bf3e3f0bb953eb7a493e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"56270c4ee8247b44","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/56270c4ee8247b44","status":"passed","time":{"start":1724921602956,"stop":1724921602957,"duration":1}},{"uid":"8e4f5c0d6dbdde2d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8e4f5c0d6dbdde2d","status":"passed","time":{"start":1724921571100,"stop":1724921571100,"duration":0}},{"uid":"d418cda2c0b80b9e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d418cda2c0b80b9e","status":"passed","time":{"start":1724918285597,"stop":1724918285598,"duration":1}},{"uid":"113b08df2c4e309a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/113b08df2c4e309a","status":"passed","time":{"start":1724890030093,"stop":1724890030094,"duration":1}},{"uid":"bc4ab07b239be7e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc4ab07b239be7e8","status":"passed","time":{"start":1724889171912,"stop":1724889171912,"duration":0}},{"uid":"8b62d96ea8b7ac68","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8b62d96ea8b7ac68","status":"passed","time":{"start":1724888350730,"stop":1724888350730,"duration":0}},{"uid":"bea6ba127e5b8bd9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bea6ba127e5b8bd9","status":"passed","time":{"start":1724887115413,"stop":1724887115414,"duration":1}},{"uid":"5dc94bbea3071cf4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5dc94bbea3071cf4","status":"passed","time":{"start":1724886884580,"stop":1724886884580,"duration":0}},{"uid":"aa5651648bec4a6f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aa5651648bec4a6f","status":"passed","time":{"start":1724862322265,"stop":1724862322265,"duration":0}},{"uid":"ceb5d5d5c07d4de8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ceb5d5d5c07d4de8","status":"passed","time":{"start":1724861790754,"stop":1724861790755,"duration":1}},{"uid":"2f69c292ddb02c1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2f69c292ddb02c1","status":"passed","time":{"start":1724861628424,"stop":1724861628424,"duration":0}},{"uid":"f5641f732cd34df9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f5641f732cd34df9","status":"passed","time":{"start":1724861465628,"stop":1724861465628,"duration":0}}]},"5f8bba24f7fa2e15c8ed9ef82fc45a67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"88d148067d113715","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/88d148067d113715","status":"passed","time":{"start":1724921515239,"stop":1724921515239,"duration":0}}]},"81074bcfcdf6b9de08243686f8c82315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a4a676297003c3ee","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a4a676297003c3ee","status":"passed","time":{"start":1724921037649,"stop":1724921037649,"duration":0}},{"uid":"eb5096d1bbd85f71","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/eb5096d1bbd85f71","status":"passed","time":{"start":1724921013061,"stop":1724921013061,"duration":0}},{"uid":"baeee67bebf7f4c7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/baeee67bebf7f4c7","status":"passed","time":{"start":1724917673302,"stop":1724917673302,"duration":0}},{"uid":"526178713d56729f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/526178713d56729f","status":"passed","time":{"start":1724889452322,"stop":1724889452322,"duration":0}},{"uid":"3dfb45d0b64b5370","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3dfb45d0b64b5370","status":"passed","time":{"start":1724888602854,"stop":1724888602854,"duration":0}},{"uid":"9a614e6c00449dca","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9a614e6c00449dca","status":"passed","time":{"start":1724887759175,"stop":1724887759175,"duration":0}},{"uid":"5457b314fd41468d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5457b314fd41468d","status":"passed","time":{"start":1724886525554,"stop":1724886525554,"duration":0}},{"uid":"434e2ab3365ba250","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/434e2ab3365ba250","status":"passed","time":{"start":1724886303408,"stop":1724886303409,"duration":1}},{"uid":"67fd76bd96cb936f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/67fd76bd96cb936f","status":"passed","time":{"start":1724861752245,"stop":1724861752246,"duration":1}},{"uid":"81791d575d04f7a6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/81791d575d04f7a6","status":"passed","time":{"start":1724861223365,"stop":1724861223365,"duration":0}},{"uid":"7521d18008aa4914","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7521d18008aa4914","status":"passed","time":{"start":1724861045214,"stop":1724861045214,"duration":0}},{"uid":"d151d7fee1fd08ae","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d151d7fee1fd08ae","status":"passed","time":{"start":1724860907100,"stop":1724860907100,"duration":0}}]},"fdc74c4e13af5d1d49c134afefa674b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f5ba7a082a1b62f0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f5ba7a082a1b62f0","status":"passed","time":{"start":1724921656189,"stop":1724921656191,"duration":2}},{"uid":"2301598ed6f3dc73","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2301598ed6f3dc73","status":"passed","time":{"start":1724921620456,"stop":1724921620457,"duration":1}},{"uid":"1ec1f5b9b8c90967","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1ec1f5b9b8c90967","status":"passed","time":{"start":1724918327709,"stop":1724918327709,"duration":0}},{"uid":"17380b2490bfa30b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/17380b2490bfa30b","status":"passed","time":{"start":1724890078469,"stop":1724890078469,"duration":0}},{"uid":"e5e8a1b40b19644e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e5e8a1b40b19644e","status":"passed","time":{"start":1724889213825,"stop":1724889213825,"duration":0}},{"uid":"39d25479fe83466d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/39d25479fe83466d","status":"passed","time":{"start":1724888383601,"stop":1724888383601,"duration":0}},{"uid":"da9e26ea3a13e760","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/da9e26ea3a13e760","status":"passed","time":{"start":1724887164578,"stop":1724887164578,"duration":0}},{"uid":"bb42eddf09df9f31","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bb42eddf09df9f31","status":"passed","time":{"start":1724886943099,"stop":1724886943100,"duration":1}},{"uid":"d5ff08abc7fd533a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d5ff08abc7fd533a","status":"passed","time":{"start":1724862368928,"stop":1724862368929,"duration":1}},{"uid":"b587641b32485185","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b587641b32485185","status":"passed","time":{"start":1724861835945,"stop":1724861835946,"duration":1}},{"uid":"66ca08fb5124eba6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/66ca08fb5124eba6","status":"passed","time":{"start":1724861692901,"stop":1724861692902,"duration":1}},{"uid":"d6d3653f2c6089ea","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d6d3653f2c6089ea","status":"passed","time":{"start":1724861520699,"stop":1724861520699,"duration":0}}]},"8eccf873694f700918c0acca464896ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"edff60bd25efaf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/edff60bd25efaf","status":"passed","time":{"start":1724862322280,"stop":1724862322281,"duration":1}}]},"6bca71b12d6ff0d2e723e60d895c1685:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6e20f37f0a7d9f49","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6e20f37f0a7d9f49","status":"passed","time":{"start":1724921321309,"stop":1724921321309,"duration":0}},{"uid":"e3a92cb86c5793d6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e3a92cb86c5793d6","status":"passed","time":{"start":1724921298783,"stop":1724921298783,"duration":0}},{"uid":"72011c1c6ac92673","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/72011c1c6ac92673","status":"passed","time":{"start":1724918008227,"stop":1724918008227,"duration":0}},{"uid":"cde298c9b319ad31","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cde298c9b319ad31","status":"passed","time":{"start":1724889728593,"stop":1724889728593,"duration":0}},{"uid":"6b0a0432648b6093","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b0a0432648b6093","status":"passed","time":{"start":1724888882872,"stop":1724888882872,"duration":0}},{"uid":"539895c0c68a787","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/539895c0c68a787","status":"passed","time":{"start":1724888111014,"stop":1724888111014,"duration":0}},{"uid":"3d5d6ae773f06e89","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3d5d6ae773f06e89","status":"passed","time":{"start":1724886869444,"stop":1724886869444,"duration":0}},{"uid":"b06eee9d15ae71c0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b06eee9d15ae71c0","status":"passed","time":{"start":1724886642934,"stop":1724886642935,"duration":1}},{"uid":"3f695ec5c466b1fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3f695ec5c466b1fa","status":"passed","time":{"start":1724862044579,"stop":1724862044580,"duration":1}},{"uid":"9145cb242ca49869","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9145cb242ca49869","status":"passed","time":{"start":1724861523028,"stop":1724861523029,"duration":1}},{"uid":"2725532f81161103","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2725532f81161103","status":"passed","time":{"start":1724861362470,"stop":1724861362470,"duration":0}},{"uid":"aeda4a857d3c67bd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/aeda4a857d3c67bd","status":"passed","time":{"start":1724861196777,"stop":1724861196778,"duration":1}}]},"b5bda04dd29e5aa9c61023bb36731ec7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f2ca507bfcbbc703","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f2ca507bfcbbc703","status":"passed","time":{"start":1724921577168,"stop":1724921577169,"duration":1}}]},"8a9bd884415be9623e8385debd710e3c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fe37809ea4660e61","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fe37809ea4660e61","status":"passed","time":{"start":1724921518824,"stop":1724921518824,"duration":0}}]},"cfc4c86576cfa3c6493b570a0d0d33fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"21eb89b7a11d37c0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/21eb89b7a11d37c0","status":"passed","time":{"start":1724921037621,"stop":1724921037622,"duration":1}},{"uid":"6f30d86ae0031dbf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6f30d86ae0031dbf","status":"passed","time":{"start":1724921013034,"stop":1724921013034,"duration":0}},{"uid":"255c2d3c6452a620","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/255c2d3c6452a620","status":"passed","time":{"start":1724917673277,"stop":1724917673277,"duration":0}},{"uid":"c9380c21d3b4ac3c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c9380c21d3b4ac3c","status":"passed","time":{"start":1724889452296,"stop":1724889452297,"duration":1}},{"uid":"c0f6f09baa53fb2a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c0f6f09baa53fb2a","status":"passed","time":{"start":1724888602826,"stop":1724888602826,"duration":0}},{"uid":"def0bec86d4f39b7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/def0bec86d4f39b7","status":"passed","time":{"start":1724887759150,"stop":1724887759151,"duration":1}},{"uid":"7c2398c013dc762f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7c2398c013dc762f","status":"passed","time":{"start":1724886525537,"stop":1724886525538,"duration":1}},{"uid":"9e4683481c0ddb64","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9e4683481c0ddb64","status":"passed","time":{"start":1724886303383,"stop":1724886303384,"duration":1}},{"uid":"897f5f67c810047b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/897f5f67c810047b","status":"passed","time":{"start":1724861752212,"stop":1724861752212,"duration":0}},{"uid":"70dc534631bc2413","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/70dc534631bc2413","status":"passed","time":{"start":1724861223342,"stop":1724861223343,"duration":1}},{"uid":"7a59d6cf249595bf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7a59d6cf249595bf","status":"passed","time":{"start":1724861045188,"stop":1724861045188,"duration":0}},{"uid":"3467ff4298ecc350","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3467ff4298ecc350","status":"passed","time":{"start":1724860907070,"stop":1724860907070,"duration":0}}]},"4ee6cc200913613041f2b29257428b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"232cef48ddee9e31","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/232cef48ddee9e31","status":"passed","time":{"start":1724921625079,"stop":1724921625079,"duration":0}},{"uid":"41fb0655bf881289","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/41fb0655bf881289","status":"passed","time":{"start":1724921590502,"stop":1724921590503,"duration":1}},{"uid":"62b5cdacddbf88ac","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/62b5cdacddbf88ac","status":"passed","time":{"start":1724918287570,"stop":1724918287570,"duration":0}},{"uid":"a9e55b7454f78a28","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9e55b7454f78a28","status":"passed","time":{"start":1724890047796,"stop":1724890047796,"duration":0}},{"uid":"f9aa77a3bdad385e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9aa77a3bdad385e","status":"passed","time":{"start":1724889183929,"stop":1724889183929,"duration":0}},{"uid":"260ee8fb039827bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/260ee8fb039827bd","status":"passed","time":{"start":1724888354176,"stop":1724888354176,"duration":0}},{"uid":"92ec891278c6d2e9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/92ec891278c6d2e9","status":"passed","time":{"start":1724887145694,"stop":1724887145697,"duration":3}},{"uid":"80b3932dc0ab799b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/80b3932dc0ab799b","status":"passed","time":{"start":1724886915792,"stop":1724886915792,"duration":0}},{"uid":"21c69f288d5b0c94","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/21c69f288d5b0c94","status":"passed","time":{"start":1724862341457,"stop":1724862341457,"duration":0}},{"uid":"cf1457db26598e0d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cf1457db26598e0d","status":"passed","time":{"start":1724861805455,"stop":1724861805455,"duration":0}},{"uid":"3e96c0b2275f398e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3e96c0b2275f398e","status":"passed","time":{"start":1724861662292,"stop":1724861662292,"duration":0}},{"uid":"f9045cfe8eefd0c7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f9045cfe8eefd0c7","status":"passed","time":{"start":1724861492520,"stop":1724861492521,"duration":1}}]},"11b5583e68cc94cb4cb81b8d5c57dfd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"399e833fa3b98811","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/399e833fa3b98811","status":"passed","time":{"start":1724921602977,"stop":1724921602983,"duration":6}},{"uid":"35e9a1e16f1daf8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/35e9a1e16f1daf8","status":"passed","time":{"start":1724921571107,"stop":1724921571107,"duration":0}},{"uid":"c2a26eed5a3ee1cc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c2a26eed5a3ee1cc","status":"passed","time":{"start":1724918285614,"stop":1724918285615,"duration":1}},{"uid":"a3f7b31501450a73","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3f7b31501450a73","status":"passed","time":{"start":1724890030101,"stop":1724890030101,"duration":0}},{"uid":"edd42da1408e7ce4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/edd42da1408e7ce4","status":"passed","time":{"start":1724889171927,"stop":1724889171927,"duration":0}},{"uid":"f29819c9d6878cf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f29819c9d6878cf","status":"passed","time":{"start":1724888350741,"stop":1724888350741,"duration":0}},{"uid":"5aec70e47b8e246c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5aec70e47b8e246c","status":"passed","time":{"start":1724887115425,"stop":1724887115426,"duration":1}},{"uid":"6120f58a36966bb1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6120f58a36966bb1","status":"passed","time":{"start":1724886884585,"stop":1724886884585,"duration":0}},{"uid":"edccc69417fdbe38","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/edccc69417fdbe38","status":"passed","time":{"start":1724862322277,"stop":1724862322277,"duration":0}},{"uid":"9310d9009f0373f0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9310d9009f0373f0","status":"passed","time":{"start":1724861790764,"stop":1724861790765,"duration":1}},{"uid":"81338ca766091c9b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/81338ca766091c9b","status":"passed","time":{"start":1724861628430,"stop":1724861628430,"duration":0}},{"uid":"30c12e6e6639ac7f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/30c12e6e6639ac7f","status":"passed","time":{"start":1724861465635,"stop":1724861465635,"duration":0}}]},"9ba2685017146f28257e11fe9a5c3c9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6949f27abe4303a1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6949f27abe4303a1","status":"passed","time":{"start":1724921164590,"stop":1724921164591,"duration":1}},{"uid":"7a39bae02cced27","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7a39bae02cced27","status":"passed","time":{"start":1724921137819,"stop":1724921137820,"duration":1}},{"uid":"5728b2b3965849b7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5728b2b3965849b7","status":"passed","time":{"start":1724917810538,"stop":1724917810538,"duration":0}},{"uid":"7aa508bd5fdfcfe2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7aa508bd5fdfcfe2","status":"passed","time":{"start":1724889585444,"stop":1724889585444,"duration":0}},{"uid":"cf9f354c61efc6a8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf9f354c61efc6a8","status":"passed","time":{"start":1724888736507,"stop":1724888736508,"duration":1}},{"uid":"2b632e38636d220f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2b632e38636d220f","status":"passed","time":{"start":1724887891783,"stop":1724887891783,"duration":0}},{"uid":"160c721f42de0325","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/160c721f42de0325","status":"passed","time":{"start":1724886657784,"stop":1724886657785,"duration":1}},{"uid":"f763ffceeac0d6b8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f763ffceeac0d6b8","status":"passed","time":{"start":1724886447357,"stop":1724886447357,"duration":0}},{"uid":"73f36ce7644ebf0a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/73f36ce7644ebf0a","status":"passed","time":{"start":1724861880106,"stop":1724861880113,"duration":7}},{"uid":"554912eabb5e781f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/554912eabb5e781f","status":"passed","time":{"start":1724861359780,"stop":1724861359780,"duration":0}},{"uid":"6e8da9d35054533f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6e8da9d35054533f","status":"passed","time":{"start":1724861179679,"stop":1724861179679,"duration":0}},{"uid":"cbe2792238d2081b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cbe2792238d2081b","status":"passed","time":{"start":1724861040978,"stop":1724861040978,"duration":0}}]},"7a9fc53430f5a5cae5fd1c80b6d3dd85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ce56713ab1839f8e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ce56713ab1839f8e","status":"passed","time":{"start":1724921656080,"stop":1724921656080,"duration":0}},{"uid":"a9e14e154b36f27e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a9e14e154b36f27e","status":"passed","time":{"start":1724921612561,"stop":1724921612561,"duration":0}},{"uid":"c69ea735371d6383","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c69ea735371d6383","status":"passed","time":{"start":1724918317376,"stop":1724918317376,"duration":0}},{"uid":"94d9c3b9fee3aedf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/94d9c3b9fee3aedf","status":"passed","time":{"start":1724890075098,"stop":1724890075098,"duration":0}},{"uid":"a1b0ac0d567d34da","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a1b0ac0d567d34da","status":"passed","time":{"start":1724889203357,"stop":1724889203357,"duration":0}},{"uid":"8a38679551af5fd2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a38679551af5fd2","status":"passed","time":{"start":1724888382915,"stop":1724888382917,"duration":2}},{"uid":"5fe631c7abd941bc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5fe631c7abd941bc","status":"passed","time":{"start":1724887158110,"stop":1724887158110,"duration":0}},{"uid":"f97c6387b82fcaec","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f97c6387b82fcaec","status":"passed","time":{"start":1724886934376,"stop":1724886934377,"duration":1}},{"uid":"4425e535b3883574","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4425e535b3883574","status":"passed","time":{"start":1724862354702,"stop":1724862354702,"duration":0}},{"uid":"986464e1ee553465","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/986464e1ee553465","status":"passed","time":{"start":1724861830502,"stop":1724861830503,"duration":1}},{"uid":"2ddb960ece5ff1d1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2ddb960ece5ff1d1","status":"passed","time":{"start":1724861685353,"stop":1724861685353,"duration":0}},{"uid":"f966a1ba5685c2d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f966a1ba5685c2d","status":"passed","time":{"start":1724861518176,"stop":1724861518176,"duration":0}}]},"394f4a22d2f04ec6589335c3f56eaf59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b29a311e728de486","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b29a311e728de486","status":"passed","time":{"start":1724921073459,"stop":1724921073459,"duration":0}},{"uid":"b95930458baf857a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b95930458baf857a","status":"passed","time":{"start":1724921048446,"stop":1724921048446,"duration":0}},{"uid":"d7ec279c034783de","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d7ec279c034783de","status":"passed","time":{"start":1724917708699,"stop":1724917708699,"duration":0}},{"uid":"c2676bad1b898cec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2676bad1b898cec","status":"passed","time":{"start":1724889487515,"stop":1724889487515,"duration":0}},{"uid":"82f94c39b28b9969","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/82f94c39b28b9969","status":"passed","time":{"start":1724888638222,"stop":1724888638222,"duration":0}},{"uid":"9dd5cd3714ca93","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9dd5cd3714ca93","status":"passed","time":{"start":1724887794482,"stop":1724887794482,"duration":0}},{"uid":"2971450a71d53ca5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2971450a71d53ca5","status":"passed","time":{"start":1724886561405,"stop":1724886561406,"duration":1}},{"uid":"2257a241164f4f86","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2257a241164f4f86","status":"passed","time":{"start":1724886339061,"stop":1724886339062,"duration":1}},{"uid":"c4218b8228d2cef1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4218b8228d2cef1","status":"passed","time":{"start":1724861788382,"stop":1724861788382,"duration":0}},{"uid":"7d1e017321589844","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7d1e017321589844","status":"passed","time":{"start":1724861258535,"stop":1724861258535,"duration":0}},{"uid":"284239f86e6e242a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/284239f86e6e242a","status":"passed","time":{"start":1724861082795,"stop":1724861082795,"duration":0}},{"uid":"ddcb01353bea4b04","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ddcb01353bea4b04","status":"passed","time":{"start":1724860943247,"stop":1724860943247,"duration":0}}]},"c82c6653637320fc03ff61f436ed4c43:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1df0e037edae5b89","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1df0e037edae5b89","status":"passed","time":{"start":1724862298393,"stop":1724862298394,"duration":1}}]},"cc08c5e0c67f74da08cee0241bf97f79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6f128345979a0ee9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6f128345979a0ee9","status":"passed","time":{"start":1724921658744,"stop":1724921658745,"duration":1}},{"uid":"8efc94f7c743f231","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8efc94f7c743f231","status":"passed","time":{"start":1724921609578,"stop":1724921609579,"duration":1}},{"uid":"35e9009f992913a1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/35e9009f992913a1","status":"passed","time":{"start":1724918323456,"stop":1724918323457,"duration":1}},{"uid":"2faee2ed782096d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2faee2ed782096d8","status":"passed","time":{"start":1724890071663,"stop":1724890071663,"duration":0}},{"uid":"3dabaef1c690c295","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3dabaef1c690c295","status":"passed","time":{"start":1724889207704,"stop":1724889207705,"duration":1}},{"uid":"b357c4747013d552","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b357c4747013d552","status":"passed","time":{"start":1724888386325,"stop":1724888386325,"duration":0}},{"uid":"26753abda8084c6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/26753abda8084c6","status":"passed","time":{"start":1724887153932,"stop":1724887153932,"duration":0}},{"uid":"989a1972b61f9101","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/989a1972b61f9101","status":"passed","time":{"start":1724886927384,"stop":1724886927384,"duration":0}},{"uid":"f4123a4e8f382aa1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f4123a4e8f382aa1","status":"passed","time":{"start":1724862360108,"stop":1724862360109,"duration":1}},{"uid":"4451504f84264302","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4451504f84264302","status":"passed","time":{"start":1724861832841,"stop":1724861832841,"duration":0}},{"uid":"db8d9ce9975b299e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/db8d9ce9975b299e","status":"passed","time":{"start":1724861687424,"stop":1724861687425,"duration":1}},{"uid":"50268e4abe0fe625","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/50268e4abe0fe625","status":"passed","time":{"start":1724861513175,"stop":1724861513175,"duration":0}}]},"f716fdc3a962ee9fa6121ff048946f75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8f703044cd457373","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8f703044cd457373","status":"passed","time":{"start":1724921602954,"stop":1724921602955,"duration":1}},{"uid":"3e3826b807d32315","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3e3826b807d32315","status":"passed","time":{"start":1724921571098,"stop":1724921571098,"duration":0}},{"uid":"b1b13fbea195d70c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b1b13fbea195d70c","status":"passed","time":{"start":1724918285591,"stop":1724918285591,"duration":0}},{"uid":"1478c716825c46ad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1478c716825c46ad","status":"passed","time":{"start":1724890030091,"stop":1724890030091,"duration":0}},{"uid":"215eeb6242869d9a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/215eeb6242869d9a","status":"passed","time":{"start":1724889171910,"stop":1724889171910,"duration":0}},{"uid":"874cb076779cc35d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/874cb076779cc35d","status":"passed","time":{"start":1724888350722,"stop":1724888350723,"duration":1}},{"uid":"cc6853b1cd6bb373","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc6853b1cd6bb373","status":"passed","time":{"start":1724887115410,"stop":1724887115410,"duration":0}},{"uid":"1bf01fdfcdeaaa23","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1bf01fdfcdeaaa23","status":"passed","time":{"start":1724886884577,"stop":1724886884577,"duration":0}},{"uid":"1181a2c81b16f966","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1181a2c81b16f966","status":"passed","time":{"start":1724862322258,"stop":1724862322259,"duration":1}},{"uid":"545fe632cce7f4d1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/545fe632cce7f4d1","status":"passed","time":{"start":1724861790752,"stop":1724861790753,"duration":1}},{"uid":"98c81d5316bef9ad","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/98c81d5316bef9ad","status":"passed","time":{"start":1724861628421,"stop":1724861628422,"duration":1}},{"uid":"1abdeb04d4712d04","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1abdeb04d4712d04","status":"passed","time":{"start":1724861465626,"stop":1724861465626,"duration":0}}]},"bd7b2de65a159e5409380a487a1900a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"69c93e16188c72be","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/69c93e16188c72be","status":"passed","time":{"start":1724861485083,"stop":1724861485083,"duration":0}}]},"fcda637f86305e2f98bc502647d223d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5b0232bf0f64615e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5b0232bf0f64615e","status":"passed","time":{"start":1724921270351,"stop":1724921270351,"duration":0}},{"uid":"233d32d74e3df859","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/233d32d74e3df859","status":"passed","time":{"start":1724921247811,"stop":1724921247811,"duration":0}},{"uid":"7357d3b59c2f31e7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7357d3b59c2f31e7","status":"passed","time":{"start":1724917989813,"stop":1724917989813,"duration":0}},{"uid":"622b235c583b649b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/622b235c583b649b","status":"passed","time":{"start":1724889678541,"stop":1724889678541,"duration":0}},{"uid":"15bc1ebe953b5df0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/15bc1ebe953b5df0","status":"passed","time":{"start":1724888829832,"stop":1724888829832,"duration":0}},{"uid":"d7e57393fc8819ee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d7e57393fc8819ee","status":"passed","time":{"start":1724888076983,"stop":1724888076984,"duration":1}},{"uid":"259a117df5f335ff","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/259a117df5f335ff","status":"passed","time":{"start":1724886851120,"stop":1724886851120,"duration":0}},{"uid":"5261b15a6f45be47","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5261b15a6f45be47","status":"passed","time":{"start":1724886647079,"stop":1724886647081,"duration":2}},{"uid":"d6bcaea1237caea5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d6bcaea1237caea5","status":"passed","time":{"start":1724861992708,"stop":1724861992708,"duration":0}},{"uid":"e453fd680a740752","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e453fd680a740752","status":"passed","time":{"start":1724861469636,"stop":1724861469636,"duration":0}},{"uid":"78d3b40cde15ca52","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/78d3b40cde15ca52","status":"passed","time":{"start":1724861284852,"stop":1724861284852,"duration":0}},{"uid":"b9efa37f71b01be","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b9efa37f71b01be","status":"passed","time":{"start":1724861145797,"stop":1724861145797,"duration":0}}]},"01d884145c010fc64bf65cb32b7fdf42:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"660f23e1f9201c09","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/660f23e1f9201c09","status":"passed","time":{"start":1724921037639,"stop":1724921037640,"duration":1}},{"uid":"899335391470a197","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/899335391470a197","status":"passed","time":{"start":1724921013053,"stop":1724921013053,"duration":0}},{"uid":"c80d897421155278","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c80d897421155278","status":"passed","time":{"start":1724917673295,"stop":1724917673296,"duration":1}},{"uid":"6cd010b143ab760","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6cd010b143ab760","status":"passed","time":{"start":1724889452314,"stop":1724889452314,"duration":0}},{"uid":"6d54a02ad1a9f58a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d54a02ad1a9f58a","status":"passed","time":{"start":1724888602844,"stop":1724888602844,"duration":0}},{"uid":"16b30bb33088f46b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/16b30bb33088f46b","status":"passed","time":{"start":1724887759167,"stop":1724887759167,"duration":0}},{"uid":"92e42bb94f774043","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/92e42bb94f774043","status":"passed","time":{"start":1724886525546,"stop":1724886525547,"duration":1}},{"uid":"95a7da9e3700d558","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/95a7da9e3700d558","status":"passed","time":{"start":1724886303400,"stop":1724886303401,"duration":1}},{"uid":"733d0d9eb119ec27","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/733d0d9eb119ec27","status":"passed","time":{"start":1724861752232,"stop":1724861752232,"duration":0}},{"uid":"defe66223099ee4a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/defe66223099ee4a","status":"passed","time":{"start":1724861223358,"stop":1724861223358,"duration":0}},{"uid":"ee1b731a509cfa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ee1b731a509cfa","status":"passed","time":{"start":1724861045206,"stop":1724861045206,"duration":0}},{"uid":"a508aab085bb7ae","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a508aab085bb7ae","status":"passed","time":{"start":1724860907088,"stop":1724860907088,"duration":0}}]},"2015a267b7a98ab8cb7259d54fa43af8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f3c351d23422be3b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f3c351d23422be3b","status":"passed","time":{"start":1724921515238,"stop":1724921515238,"duration":0}},{"uid":"8ba2aa28caa88948","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8ba2aa28caa88948","status":"passed","time":{"start":1724921475500,"stop":1724921475500,"duration":0}},{"uid":"fc9452281ae7ed86","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fc9452281ae7ed86","status":"passed","time":{"start":1724918179411,"stop":1724918179411,"duration":0}},{"uid":"d44b23f8e54cc474","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d44b23f8e54cc474","status":"passed","time":{"start":1724889935349,"stop":1724889935349,"duration":0}},{"uid":"49069005a2455f9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/49069005a2455f9d","status":"passed","time":{"start":1724889072764,"stop":1724889072765,"duration":1}},{"uid":"dfb4bdd9e5d97799","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dfb4bdd9e5d97799","status":"passed","time":{"start":1724888232425,"stop":1724888232425,"duration":0}},{"uid":"348015723d9fd6f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/348015723d9fd6f9","status":"passed","time":{"start":1724887018312,"stop":1724887018312,"duration":0}},{"uid":"13870d427f617802","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/13870d427f617802","status":"passed","time":{"start":1724886781499,"stop":1724886781499,"duration":0}},{"uid":"f7253bb166bf5766","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7253bb166bf5766","status":"passed","time":{"start":1724862213675,"stop":1724862213680,"duration":5}},{"uid":"6ddefb5b60fb1d8d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6ddefb5b60fb1d8d","status":"passed","time":{"start":1724861685874,"stop":1724861685875,"duration":1}},{"uid":"909511123491067d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/909511123491067d","status":"passed","time":{"start":1724861546200,"stop":1724861546201,"duration":1}},{"uid":"f69c7f4c56481a24","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f69c7f4c56481a24","status":"passed","time":{"start":1724861378122,"stop":1724861378122,"duration":0}}]},"87b43b4ee563d9db3b30d9aed8266a83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f1e1abf34274805f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f1e1abf34274805f","status":"passed","time":{"start":1724918259538,"stop":1724918259538,"duration":0}}]},"7fa43daff57bd0ce47616ab29fc60181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"dd39287a43016ecc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dd39287a43016ecc","status":"passed","time":{"start":1724921050915,"stop":1724921050915,"duration":0}},{"uid":"157f17aaf19247a2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/157f17aaf19247a2","status":"passed","time":{"start":1724921026083,"stop":1724921026084,"duration":1}},{"uid":"fc06ad0848172c1e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fc06ad0848172c1e","status":"passed","time":{"start":1724917686329,"stop":1724917686330,"duration":1}},{"uid":"1fd191c18609f2b7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1fd191c18609f2b7","status":"passed","time":{"start":1724889465301,"stop":1724889465301,"duration":0}},{"uid":"1f948bce73f66b26","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1f948bce73f66b26","status":"passed","time":{"start":1724888615854,"stop":1724888615854,"duration":0}},{"uid":"26b35304d5646b3c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/26b35304d5646b3c","status":"passed","time":{"start":1724887772188,"stop":1724887772189,"duration":1}},{"uid":"2068ec1c42bfd42e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2068ec1c42bfd42e","status":"passed","time":{"start":1724886538734,"stop":1724886538735,"duration":1}},{"uid":"c6cc886306f6cb3d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c6cc886306f6cb3d","status":"passed","time":{"start":1724886316572,"stop":1724886316572,"duration":0}},{"uid":"7f1668e8bb2b4255","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7f1668e8bb2b4255","status":"passed","time":{"start":1724861765626,"stop":1724861765626,"duration":0}},{"uid":"9cbd5616981cb61f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9cbd5616981cb61f","status":"passed","time":{"start":1724861236289,"stop":1724861236289,"duration":0}},{"uid":"aa0c0e7264213d48","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/aa0c0e7264213d48","status":"passed","time":{"start":1724861059255,"stop":1724861059256,"duration":1}},{"uid":"527af5522d511fb5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/527af5522d511fb5","status":"passed","time":{"start":1724860920540,"stop":1724860920541,"duration":1}}]},"17a6f76495b1619f9fb1860a7b134c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"efc27b4c7ef3d408","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/efc27b4c7ef3d408","status":"passed","time":{"start":1724921321311,"stop":1724921321312,"duration":1}},{"uid":"6b445a7e2ae97e06","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6b445a7e2ae97e06","status":"passed","time":{"start":1724921298785,"stop":1724921298785,"duration":0}},{"uid":"2f913d5caf027c86","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2f913d5caf027c86","status":"passed","time":{"start":1724918008264,"stop":1724918008265,"duration":1}},{"uid":"3bfefdfbdc8678c4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3bfefdfbdc8678c4","status":"passed","time":{"start":1724889728595,"stop":1724889728596,"duration":1}},{"uid":"75c7c653bd7cdd96","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/75c7c653bd7cdd96","status":"passed","time":{"start":1724888882875,"stop":1724888882875,"duration":0}},{"uid":"fbcd4f11c0ccbdd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fbcd4f11c0ccbdd","status":"passed","time":{"start":1724888111025,"stop":1724888111025,"duration":0}},{"uid":"966f33363ba9ee14","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/966f33363ba9ee14","status":"passed","time":{"start":1724886869447,"stop":1724886869448,"duration":1}},{"uid":"687dcd90eefb44ba","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/687dcd90eefb44ba","status":"passed","time":{"start":1724886642936,"stop":1724886642936,"duration":0}},{"uid":"b51037f95e86b9f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b51037f95e86b9f9","status":"passed","time":{"start":1724862044581,"stop":1724862044582,"duration":1}},{"uid":"e310a9b036ffdc90","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e310a9b036ffdc90","status":"passed","time":{"start":1724861523038,"stop":1724861523039,"duration":1}},{"uid":"79c7677dc44ded93","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/79c7677dc44ded93","status":"passed","time":{"start":1724861362473,"stop":1724861362474,"duration":1}},{"uid":"6c43fa87f5537604","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6c43fa87f5537604","status":"passed","time":{"start":1724861196839,"stop":1724861196845,"duration":6}}]},"7a4574b0f60b30673a8fc64643b5fa8c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"385d2d99ac30b1f2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/385d2d99ac30b1f2","status":"passed","time":{"start":1724861770121,"stop":1724861770122,"duration":1}}]},"e8059bbe8f16591459e72c85064fb2a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"355c9bf4afe22666","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/355c9bf4afe22666","status":"passed","time":{"start":1724921625035,"stop":1724921625036,"duration":1}},{"uid":"6f6dcefcc63f49ae","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6f6dcefcc63f49ae","status":"passed","time":{"start":1724921590479,"stop":1724921590479,"duration":0}},{"uid":"d46c7e66483425d1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d46c7e66483425d1","status":"passed","time":{"start":1724918287559,"stop":1724918287559,"duration":0}},{"uid":"9a5dfe50d83df90b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9a5dfe50d83df90b","status":"passed","time":{"start":1724890047782,"stop":1724890047782,"duration":0}},{"uid":"20abc14730a517fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/20abc14730a517fa","status":"passed","time":{"start":1724889183914,"stop":1724889183914,"duration":0}},{"uid":"d17754f1d76c1aa0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d17754f1d76c1aa0","status":"passed","time":{"start":1724888354159,"stop":1724888354159,"duration":0}},{"uid":"8bb8b43c180888f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8bb8b43c180888f","status":"passed","time":{"start":1724887145651,"stop":1724887145651,"duration":0}},{"uid":"64f51fd7ffe7a5fc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/64f51fd7ffe7a5fc","status":"passed","time":{"start":1724886915776,"stop":1724886915776,"duration":0}},{"uid":"27315bbd0b2ec15f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/27315bbd0b2ec15f","status":"passed","time":{"start":1724862341431,"stop":1724862341432,"duration":1}},{"uid":"f37fbd010addd5e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f37fbd010addd5e","status":"passed","time":{"start":1724861805432,"stop":1724861805433,"duration":1}},{"uid":"d7b6f68feed8cb77","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d7b6f68feed8cb77","status":"passed","time":{"start":1724861662240,"stop":1724861662240,"duration":0}},{"uid":"781c7a7f14d9216a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/781c7a7f14d9216a","status":"passed","time":{"start":1724861492503,"stop":1724861492503,"duration":0}}]},"61fc51f41c87e78944a283d6e4a258f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1cfa376143b106d9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1cfa376143b106d9","status":"passed","time":{"start":1724921196357,"stop":1724921196357,"duration":0}},{"uid":"e64fd44723067630","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e64fd44723067630","status":"passed","time":{"start":1724921173180,"stop":1724921173180,"duration":0}},{"uid":"c5151bf185b50f58","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c5151bf185b50f58","status":"passed","time":{"start":1724917930826,"stop":1724917930826,"duration":0}},{"uid":"ecce35e3fa9a74c5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ecce35e3fa9a74c5","status":"passed","time":{"start":1724889621016,"stop":1724889621017,"duration":1}},{"uid":"9f701e53c8f113b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f701e53c8f113b","status":"passed","time":{"start":1724888759388,"stop":1724888759388,"duration":0}},{"uid":"bbaf8e95b706a925","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bbaf8e95b706a925","status":"passed","time":{"start":1724888015044,"stop":1724888015044,"duration":0}},{"uid":"24e163bc08ded135","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/24e163bc08ded135","status":"passed","time":{"start":1724886784542,"stop":1724886784542,"duration":0}},{"uid":"53683326db508e70","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/53683326db508e70","status":"passed","time":{"start":1724886566525,"stop":1724886566526,"duration":1}},{"uid":"9a595f532affc47c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9a595f532affc47c","status":"passed","time":{"start":1724861915533,"stop":1724861915534,"duration":1}},{"uid":"b61fa70ff6e78327","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b61fa70ff6e78327","status":"passed","time":{"start":1724861379724,"stop":1724861379725,"duration":1}},{"uid":"a30229227fd5e81","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a30229227fd5e81","status":"passed","time":{"start":1724861206875,"stop":1724861206879,"duration":4}},{"uid":"d18a9968084810e9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d18a9968084810e9","status":"passed","time":{"start":1724861067559,"stop":1724861067560,"duration":1}}]},"1d71dd750d76bba77d05212d04612c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"322d9184bfa451f4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/322d9184bfa451f4","status":"passed","time":{"start":1724921564782,"stop":1724921564783,"duration":1}},{"uid":"c387a9d2877df5d9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c387a9d2877df5d9","status":"passed","time":{"start":1724921518827,"stop":1724921518828,"duration":1}},{"uid":"7979eb12be1b5500","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7979eb12be1b5500","status":"passed","time":{"start":1724918229404,"stop":1724918229404,"duration":0}},{"uid":"ec17744e5b3c3e68","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ec17744e5b3c3e68","status":"passed","time":{"start":1724889980707,"stop":1724889980707,"duration":0}},{"uid":"712bfea7c8a47682","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/712bfea7c8a47682","status":"passed","time":{"start":1724889111183,"stop":1724889111183,"duration":0}},{"uid":"73ca673590d1b365","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/73ca673590d1b365","status":"passed","time":{"start":1724888292547,"stop":1724888292547,"duration":0}},{"uid":"3420e27e80a65a0f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3420e27e80a65a0f","status":"passed","time":{"start":1724887068232,"stop":1724887068232,"duration":0}},{"uid":"83cc6f5588c95eb7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/83cc6f5588c95eb7","status":"passed","time":{"start":1724886848934,"stop":1724886848935,"duration":1}},{"uid":"eb293680f6e394f4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eb293680f6e394f4","status":"passed","time":{"start":1724862262052,"stop":1724862262054,"duration":2}},{"uid":"c5dfd7d682ed2cc7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c5dfd7d682ed2cc7","status":"passed","time":{"start":1724861741897,"stop":1724861741898,"duration":1}},{"uid":"6b0a044b2d379184","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6b0a044b2d379184","status":"passed","time":{"start":1724861599501,"stop":1724861599501,"duration":0}},{"uid":"4f41a3cb81b3670c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4f41a3cb81b3670c","status":"passed","time":{"start":1724861428479,"stop":1724861428479,"duration":0}}]},"13dc773dbc4db2135c16f1b3a54e2c02:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c3179e6aef510e35","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c3179e6aef510e35","status":"passed","time":{"start":1724862320143,"stop":1724862320143,"duration":0}}]},"2a5ef100338210e77baecb9bd37bb789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c0dbb0b8b44cdc6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0dbb0b8b44cdc6","status":"passed","time":{"start":1724861637974,"stop":1724861637974,"duration":0}}]},"31c8e5b00842d869053a8ccc64a1bb30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4f731215e17475bd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4f731215e17475bd","status":"passed","time":{"start":1724921625074,"stop":1724921625074,"duration":0}},{"uid":"a985bdac8cff9514","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a985bdac8cff9514","status":"passed","time":{"start":1724921590498,"stop":1724921590498,"duration":0}},{"uid":"77b9fca4f9ebc580","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/77b9fca4f9ebc580","status":"passed","time":{"start":1724918287567,"stop":1724918287567,"duration":0}},{"uid":"71de08fd0ea21c2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/71de08fd0ea21c2","status":"passed","time":{"start":1724890047790,"stop":1724890047790,"duration":0}},{"uid":"336a0d85a6c41184","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/336a0d85a6c41184","status":"passed","time":{"start":1724889183923,"stop":1724889183923,"duration":0}},{"uid":"6cee5ecc59aa14bf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6cee5ecc59aa14bf","status":"passed","time":{"start":1724888354172,"stop":1724888354173,"duration":1}},{"uid":"a60d4f43283f52a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a60d4f43283f52a9","status":"passed","time":{"start":1724887145666,"stop":1724887145666,"duration":0}},{"uid":"d7859c3cd69e2705","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d7859c3cd69e2705","status":"passed","time":{"start":1724886915789,"stop":1724886915789,"duration":0}},{"uid":"f66a9837802dc5e3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f66a9837802dc5e3","status":"passed","time":{"start":1724862341440,"stop":1724862341453,"duration":13}},{"uid":"3348c73983f18d84","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3348c73983f18d84","status":"passed","time":{"start":1724861805444,"stop":1724861805445,"duration":1}},{"uid":"2678f6540a39f9d1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2678f6540a39f9d1","status":"passed","time":{"start":1724861662273,"stop":1724861662286,"duration":13}},{"uid":"e3e876df56caebac","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e3e876df56caebac","status":"passed","time":{"start":1724861492516,"stop":1724861492516,"duration":0}}]},"ddc7e82bfaf4398da5049ccee852c920:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6b188056243c0f10","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6b188056243c0f10","status":"passed","time":{"start":1724921141188,"stop":1724921141200,"duration":12}},{"uid":"50d5cad85980dca0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/50d5cad85980dca0","status":"passed","time":{"start":1724921118250,"stop":1724921118250,"duration":0}},{"uid":"6df6af307b7dd42","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6df6af307b7dd42","status":"passed","time":{"start":1724917777552,"stop":1724917777552,"duration":0}},{"uid":"c54ba25b4854fcb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c54ba25b4854fcb7","status":"passed","time":{"start":1724889554665,"stop":1724889554665,"duration":0}},{"uid":"41fde9fb23a66947","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/41fde9fb23a66947","status":"passed","time":{"start":1724888706939,"stop":1724888706940,"duration":1}},{"uid":"a25bd99e534c76cd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a25bd99e534c76cd","status":"passed","time":{"start":1724887861774,"stop":1724887861774,"duration":0}},{"uid":"946ee3c8de992fe2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/946ee3c8de992fe2","status":"passed","time":{"start":1724886631477,"stop":1724886631478,"duration":1}},{"uid":"2a6b1be4a69aa994","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2a6b1be4a69aa994","status":"passed","time":{"start":1724886409746,"stop":1724886409747,"duration":1}},{"uid":"ea92cf35fff3f4bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ea92cf35fff3f4bc","status":"passed","time":{"start":1724861858184,"stop":1724861858185,"duration":1}},{"uid":"cd0cccad94d4237e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cd0cccad94d4237e","status":"passed","time":{"start":1724861324522,"stop":1724861324522,"duration":0}},{"uid":"6413ef022f928bba","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6413ef022f928bba","status":"passed","time":{"start":1724861152391,"stop":1724861152391,"duration":0}},{"uid":"48b46a0118e36bf9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/48b46a0118e36bf9","status":"passed","time":{"start":1724861011436,"stop":1724861011436,"duration":0}}]},"62d6c48f0a70d500c45ef2a175f29bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"18d49e2c138cae35","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/18d49e2c138cae35","status":"passed","time":{"start":1724921071994,"stop":1724921071994,"duration":0}},{"uid":"5b23fd8e3a4c40f2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5b23fd8e3a4c40f2","status":"passed","time":{"start":1724921046823,"stop":1724921046823,"duration":0}},{"uid":"fdab50608165f1c8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fdab50608165f1c8","status":"passed","time":{"start":1724917707023,"stop":1724917707024,"duration":1}},{"uid":"56b7c48de83db178","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/56b7c48de83db178","status":"passed","time":{"start":1724889485859,"stop":1724889485860,"duration":1}},{"uid":"4d239cfd5ae5adc9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4d239cfd5ae5adc9","status":"passed","time":{"start":1724888636619,"stop":1724888636620,"duration":1}},{"uid":"711c1b29ab0b60ac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/711c1b29ab0b60ac","status":"passed","time":{"start":1724887792855,"stop":1724887792855,"duration":0}},{"uid":"ded57dee4486aefc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ded57dee4486aefc","status":"passed","time":{"start":1724886559723,"stop":1724886559724,"duration":1}},{"uid":"852edf6da5f25045","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/852edf6da5f25045","status":"passed","time":{"start":1724886337376,"stop":1724886337376,"duration":0}},{"uid":"3b2eb90916408306","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3b2eb90916408306","status":"passed","time":{"start":1724861786730,"stop":1724861786730,"duration":0}},{"uid":"52acbdb3bb4d18c7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/52acbdb3bb4d18c7","status":"passed","time":{"start":1724861257212,"stop":1724861257212,"duration":0}},{"uid":"9bb4f7485b60734e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9bb4f7485b60734e","status":"passed","time":{"start":1724861081085,"stop":1724861081085,"duration":0}},{"uid":"1042b0d01ad2f607","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1042b0d01ad2f607","status":"passed","time":{"start":1724860941731,"stop":1724860941731,"duration":0}}]},"8ce53717e638ed375d7032bd3f2b20be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cad5c4a34408dcf9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cad5c4a34408dcf9","status":"passed","time":{"start":1724921037651,"stop":1724921037652,"duration":1}},{"uid":"8c6365e20a25185e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8c6365e20a25185e","status":"passed","time":{"start":1724921013065,"stop":1724921013065,"duration":0}},{"uid":"82f2a480382c9a9f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/82f2a480382c9a9f","status":"passed","time":{"start":1724917673305,"stop":1724917673305,"duration":0}},{"uid":"21061176af9a8430","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/21061176af9a8430","status":"passed","time":{"start":1724889452325,"stop":1724889452325,"duration":0}},{"uid":"497a8d2975fb1a93","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/497a8d2975fb1a93","status":"passed","time":{"start":1724888602857,"stop":1724888602858,"duration":1}},{"uid":"41c1c60d604e84c8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/41c1c60d604e84c8","status":"passed","time":{"start":1724887759178,"stop":1724887759178,"duration":0}},{"uid":"2260fd5dc570734c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2260fd5dc570734c","status":"passed","time":{"start":1724886525556,"stop":1724886525556,"duration":0}},{"uid":"abb32ebbeb3d7bb3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/abb32ebbeb3d7bb3","status":"passed","time":{"start":1724886303411,"stop":1724886303411,"duration":0}},{"uid":"d2a5ed1088d80dd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d2a5ed1088d80dd","status":"passed","time":{"start":1724861752248,"stop":1724861752248,"duration":0}},{"uid":"77272681d69a88f6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/77272681d69a88f6","status":"passed","time":{"start":1724861223368,"stop":1724861223368,"duration":0}},{"uid":"1150752ad697b6a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1150752ad697b6a","status":"passed","time":{"start":1724861045217,"stop":1724861045217,"duration":0}},{"uid":"fc2634bf3e6c8765","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fc2634bf3e6c8765","status":"passed","time":{"start":1724860907103,"stop":1724860907103,"duration":0}}]},"d62e53d918f67dad404d075c90141864:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"53cd937ae7db5f7d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/53cd937ae7db5f7d","status":"passed","time":{"start":1724886880629,"stop":1724886880630,"duration":1}}]},"a4be7d9489b14688de2b707323a936b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"39f4570b0460cbe4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/39f4570b0460cbe4","status":"passed","time":{"start":1724921658745,"stop":1724921658745,"duration":0}},{"uid":"ea7529feddb3e45c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ea7529feddb3e45c","status":"passed","time":{"start":1724921609579,"stop":1724921609579,"duration":0}},{"uid":"b3e8b81bbffe2117","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b3e8b81bbffe2117","status":"passed","time":{"start":1724918323458,"stop":1724918323459,"duration":1}},{"uid":"183d3a20b40afdbe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/183d3a20b40afdbe","status":"passed","time":{"start":1724890071664,"stop":1724890071664,"duration":0}},{"uid":"47ab33c39e2eb4bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/47ab33c39e2eb4bd","status":"passed","time":{"start":1724889207705,"stop":1724889207705,"duration":0}},{"uid":"e713e2790e776a34","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e713e2790e776a34","status":"passed","time":{"start":1724888386325,"stop":1724888386326,"duration":1}},{"uid":"da74ab135b1631c1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/da74ab135b1631c1","status":"passed","time":{"start":1724887153933,"stop":1724887153934,"duration":1}},{"uid":"2f4c349edb443e80","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2f4c349edb443e80","status":"passed","time":{"start":1724886927388,"stop":1724886927388,"duration":0}},{"uid":"e9597d2235c40a4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e9597d2235c40a4","status":"passed","time":{"start":1724862360109,"stop":1724862360109,"duration":0}},{"uid":"eed7f38b295acb4b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/eed7f38b295acb4b","status":"passed","time":{"start":1724861832842,"stop":1724861832842,"duration":0}},{"uid":"3e04376351dbecfa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3e04376351dbecfa","status":"passed","time":{"start":1724861687426,"stop":1724861687427,"duration":1}},{"uid":"84b6753a8a0be4e6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/84b6753a8a0be4e6","status":"passed","time":{"start":1724861513176,"stop":1724861513176,"duration":0}}]},"8cfb52e6c02a48b52170d160401804f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6f8e227f219cb072","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6f8e227f219cb072","status":"passed","time":{"start":1724921577168,"stop":1724921577168,"duration":0}}]},"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e85ba90f3b36669","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e85ba90f3b36669","status":"passed","time":{"start":1724921128569,"stop":1724921128570,"duration":1}},{"uid":"a78f70e10275d909","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a78f70e10275d909","status":"passed","time":{"start":1724921103676,"stop":1724921103676,"duration":0}},{"uid":"fe128ee4859a39e6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fe128ee4859a39e6","status":"passed","time":{"start":1724917763728,"stop":1724917763728,"duration":0}},{"uid":"5e0d492f6f315a9a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5e0d492f6f315a9a","status":"passed","time":{"start":1724889543371,"stop":1724889543372,"duration":1}},{"uid":"e51bd551820a723d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e51bd551820a723d","status":"passed","time":{"start":1724888692505,"stop":1724888692505,"duration":0}},{"uid":"3dda80a0ae24777c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3dda80a0ae24777c","status":"passed","time":{"start":1724887850414,"stop":1724887850414,"duration":0}},{"uid":"5fe5c2b675e2c1f1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5fe5c2b675e2c1f1","status":"passed","time":{"start":1724886617176,"stop":1724886617176,"duration":0}},{"uid":"638dac56e8f7cdcf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/638dac56e8f7cdcf","status":"passed","time":{"start":1724886394908,"stop":1724886394911,"duration":3}},{"uid":"3050b8be76a89ac4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3050b8be76a89ac4","status":"passed","time":{"start":1724861844373,"stop":1724861844373,"duration":0}},{"uid":"aabaa9e0d292cbe9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/aabaa9e0d292cbe9","status":"passed","time":{"start":1724861313410,"stop":1724861313411,"duration":1}},{"uid":"8794e3677ca4282e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8794e3677ca4282e","status":"passed","time":{"start":1724861139651,"stop":1724861139652,"duration":1}},{"uid":"6737c56603cbeb96","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6737c56603cbeb96","status":"passed","time":{"start":1724860999512,"stop":1724860999512,"duration":0}}]},"6496df604a2d73d30c6106b55902fca6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cb162c1bfd3d995f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cb162c1bfd3d995f","status":"passed","time":{"start":1724921037654,"stop":1724921037654,"duration":0}},{"uid":"19412094fe3fe3cb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/19412094fe3fe3cb","status":"passed","time":{"start":1724921013068,"stop":1724921013068,"duration":0}},{"uid":"abacbfb9c9046fa2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/abacbfb9c9046fa2","status":"passed","time":{"start":1724917673308,"stop":1724917673308,"duration":0}},{"uid":"d718ab9fac9ffe91","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d718ab9fac9ffe91","status":"passed","time":{"start":1724889452327,"stop":1724889452328,"duration":1}},{"uid":"a25282ce5baff01a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a25282ce5baff01a","status":"passed","time":{"start":1724888602860,"stop":1724888602860,"duration":0}},{"uid":"9fa3de8fa6815dc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9fa3de8fa6815dc","status":"passed","time":{"start":1724887759181,"stop":1724887759181,"duration":0}},{"uid":"bc45efbc054132de","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bc45efbc054132de","status":"passed","time":{"start":1724886525558,"stop":1724886525558,"duration":0}},{"uid":"c7f82282654b0343","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c7f82282654b0343","status":"passed","time":{"start":1724886303414,"stop":1724886303414,"duration":0}},{"uid":"1cbea08977636946","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1cbea08977636946","status":"passed","time":{"start":1724861752250,"stop":1724861752250,"duration":0}},{"uid":"455954a888742d17","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/455954a888742d17","status":"passed","time":{"start":1724861223371,"stop":1724861223371,"duration":0}},{"uid":"1d4c92c69efb1d14","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1d4c92c69efb1d14","status":"passed","time":{"start":1724861045220,"stop":1724861045220,"duration":0}},{"uid":"c1035b433aae15ae","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c1035b433aae15ae","status":"passed","time":{"start":1724860907107,"stop":1724860907107,"duration":0}}]},"7fc3ff61f10eed58155b889267de1e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ca23129e39bffd4d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ca23129e39bffd4d","status":"passed","time":{"start":1724921625092,"stop":1724921625092,"duration":0}},{"uid":"13d7d650c0e83c65","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/13d7d650c0e83c65","status":"passed","time":{"start":1724921590511,"stop":1724921590511,"duration":0}},{"uid":"e5adbd1d2e4f42c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e5adbd1d2e4f42c","status":"passed","time":{"start":1724918287577,"stop":1724918287577,"duration":0}},{"uid":"8fd1f3d2c2ddc746","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8fd1f3d2c2ddc746","status":"passed","time":{"start":1724890047803,"stop":1724890047803,"duration":0}},{"uid":"16d1c320cbd226dd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/16d1c320cbd226dd","status":"passed","time":{"start":1724889183948,"stop":1724889183948,"duration":0}},{"uid":"569c93be2d84f67e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/569c93be2d84f67e","status":"passed","time":{"start":1724888354186,"stop":1724888354187,"duration":1}},{"uid":"ec80b623d52fa153","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ec80b623d52fa153","status":"passed","time":{"start":1724887145730,"stop":1724887145730,"duration":0}},{"uid":"2d80ab39a50ed145","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2d80ab39a50ed145","status":"passed","time":{"start":1724886915809,"stop":1724886915809,"duration":0}},{"uid":"e9dc9e43dadbe252","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e9dc9e43dadbe252","status":"passed","time":{"start":1724862341466,"stop":1724862341467,"duration":1}},{"uid":"b74e2eeb84b53115","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b74e2eeb84b53115","status":"passed","time":{"start":1724861805471,"stop":1724861805471,"duration":0}},{"uid":"8fdcb41d5dba9977","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8fdcb41d5dba9977","status":"passed","time":{"start":1724861662300,"stop":1724861662301,"duration":1}},{"uid":"2f276139ee50154e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2f276139ee50154e","status":"passed","time":{"start":1724861492528,"stop":1724861492528,"duration":0}}]},"60f35916590a9ebe43f8340d68145b66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2f8f4d984f5a044","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2f8f4d984f5a044","status":"passed","time":{"start":1724921640399,"stop":1724921640399,"duration":0}},{"uid":"97f42adee205f1ea","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/97f42adee205f1ea","status":"passed","time":{"start":1724921600407,"stop":1724921600408,"duration":1}},{"uid":"7d508110251ecbf8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7d508110251ecbf8","status":"passed","time":{"start":1724918300922,"stop":1724918300923,"duration":1}},{"uid":"a5ce4f115ffd0ea3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5ce4f115ffd0ea3","status":"passed","time":{"start":1724890059284,"stop":1724890059285,"duration":1}},{"uid":"b4425c6ef4040e4c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4425c6ef4040e4c","status":"passed","time":{"start":1724889188311,"stop":1724889188314,"duration":3}},{"uid":"3b50dca9c3f2eb10","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3b50dca9c3f2eb10","status":"passed","time":{"start":1724888372739,"stop":1724888372740,"duration":1}},{"uid":"dae6acd4bb5d448a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dae6acd4bb5d448a","status":"passed","time":{"start":1724887135717,"stop":1724887135717,"duration":0}},{"uid":"c8bdea3b3e902fde","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c8bdea3b3e902fde","status":"passed","time":{"start":1724886919663,"stop":1724886919664,"duration":1}},{"uid":"53329d9fbccf93aa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/53329d9fbccf93aa","status":"passed","time":{"start":1724862341834,"stop":1724862341834,"duration":0}},{"uid":"f40837da1898b172","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f40837da1898b172","status":"passed","time":{"start":1724861815489,"stop":1724861815489,"duration":0}},{"uid":"fd9477a8e0ab757","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fd9477a8e0ab757","status":"passed","time":{"start":1724861669534,"stop":1724861669534,"duration":0}},{"uid":"7ec588008f318ea2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7ec588008f318ea2","status":"passed","time":{"start":1724861505414,"stop":1724861505415,"duration":1}}]},"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4a9e7cea474243c6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4a9e7cea474243c6","status":"passed","time":{"start":1724921072291,"stop":1724921072291,"duration":0}},{"uid":"6cddf4727003697c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6cddf4727003697c","status":"passed","time":{"start":1724921047282,"stop":1724921047283,"duration":1}},{"uid":"d730332a604c3f6b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d730332a604c3f6b","status":"passed","time":{"start":1724917707455,"stop":1724917707455,"duration":0}},{"uid":"c983d1a5e95a8bb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c983d1a5e95a8bb7","status":"passed","time":{"start":1724889486389,"stop":1724889486389,"duration":0}},{"uid":"ab7ff39e8e1a7b75","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ab7ff39e8e1a7b75","status":"passed","time":{"start":1724888637013,"stop":1724888637014,"duration":1}},{"uid":"736bddb6fbc609a4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/736bddb6fbc609a4","status":"passed","time":{"start":1724887793424,"stop":1724887793424,"duration":0}},{"uid":"4a0bf911852c43e0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a0bf911852c43e0","status":"passed","time":{"start":1724886560036,"stop":1724886560037,"duration":1}},{"uid":"2ef08c95f172d51b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2ef08c95f172d51b","status":"passed","time":{"start":1724886337879,"stop":1724886337879,"duration":0}},{"uid":"5f52d4249d7da6bb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f52d4249d7da6bb","status":"passed","time":{"start":1724861787236,"stop":1724861787237,"duration":1}},{"uid":"4b00def42c2beb7b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4b00def42c2beb7b","status":"passed","time":{"start":1724861257427,"stop":1724861257428,"duration":1}},{"uid":"d36e1514e17a1d2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d36e1514e17a1d2","status":"passed","time":{"start":1724861081341,"stop":1724861081342,"duration":1}},{"uid":"f0fb95b14c4b7d42","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f0fb95b14c4b7d42","status":"passed","time":{"start":1724860942009,"stop":1724860942009,"duration":0}}]},"969657e71e2c302de9a431cd03b2d3af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"289e93e45ba2dd46","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/289e93e45ba2dd46","status":"passed","time":{"start":1724889111170,"stop":1724889111170,"duration":0}}]},"153570a82b67cc58bbb83349666b2542:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d8ac6ec6daf2e019","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d8ac6ec6daf2e019","status":"passed","time":{"start":1724921270342,"stop":1724921270342,"duration":0}},{"uid":"3854fa8c79d32835","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3854fa8c79d32835","status":"passed","time":{"start":1724921247773,"stop":1724921247773,"duration":0}},{"uid":"90e023d791b4cf99","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/90e023d791b4cf99","status":"passed","time":{"start":1724917989809,"stop":1724917989810,"duration":1}},{"uid":"af66c7f3875a17c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/af66c7f3875a17c7","status":"passed","time":{"start":1724889678532,"stop":1724889678533,"duration":1}},{"uid":"6329fbddb19afa4c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6329fbddb19afa4c","status":"passed","time":{"start":1724888829826,"stop":1724888829827,"duration":1}},{"uid":"f6f0ef3fc8ae7103","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f6f0ef3fc8ae7103","status":"passed","time":{"start":1724888076973,"stop":1724888076974,"duration":1}},{"uid":"f20d20306d2b6394","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f20d20306d2b6394","status":"passed","time":{"start":1724886851112,"stop":1724886851113,"duration":1}},{"uid":"f7de02c34bc762fb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f7de02c34bc762fb","status":"passed","time":{"start":1724886647058,"stop":1724886647059,"duration":1}},{"uid":"88da5f8e97ec9ae6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/88da5f8e97ec9ae6","status":"passed","time":{"start":1724861992702,"stop":1724861992702,"duration":0}},{"uid":"cc17a3cb81bfac07","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cc17a3cb81bfac07","status":"passed","time":{"start":1724861469630,"stop":1724861469631,"duration":1}},{"uid":"4e238e6a75305b45","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4e238e6a75305b45","status":"passed","time":{"start":1724861284845,"stop":1724861284845,"duration":0}},{"uid":"a4b4ba73f75a2b7c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a4b4ba73f75a2b7c","status":"passed","time":{"start":1724861145772,"stop":1724861145772,"duration":0}}]},"17a365c6873770addb5fea5e4dd76480:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4bd7321f825ce063","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4bd7321f825ce063","status":"passed","time":{"start":1724921515221,"stop":1724921515221,"duration":0}},{"uid":"c338587d98dd5e0e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c338587d98dd5e0e","status":"passed","time":{"start":1724921475439,"stop":1724921475440,"duration":1}},{"uid":"a6bc597123c3a908","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a6bc597123c3a908","status":"passed","time":{"start":1724918179381,"stop":1724918179381,"duration":0}},{"uid":"d5c319b0c5f2e945","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d5c319b0c5f2e945","status":"passed","time":{"start":1724889935334,"stop":1724889935335,"duration":1}},{"uid":"dcf09da6f381c2b0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dcf09da6f381c2b0","status":"passed","time":{"start":1724889072747,"stop":1724889072747,"duration":0}},{"uid":"9d77b53283278947","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9d77b53283278947","status":"passed","time":{"start":1724888232409,"stop":1724888232409,"duration":0}},{"uid":"ea8d2359f680f8f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ea8d2359f680f8f9","status":"passed","time":{"start":1724887018288,"stop":1724887018289,"duration":1}},{"uid":"27abbb91f8290717","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/27abbb91f8290717","status":"passed","time":{"start":1724886781473,"stop":1724886781474,"duration":1}},{"uid":"bd9ff1fcd4650cff","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bd9ff1fcd4650cff","status":"passed","time":{"start":1724862213656,"stop":1724862213657,"duration":1}},{"uid":"c63ef6a824429cae","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c63ef6a824429cae","status":"passed","time":{"start":1724861685849,"stop":1724861685849,"duration":0}},{"uid":"86852d0ff4545672","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/86852d0ff4545672","status":"passed","time":{"start":1724861546164,"stop":1724861546164,"duration":0}},{"uid":"e684a8af0e00e2e0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e684a8af0e00e2e0","status":"passed","time":{"start":1724861378105,"stop":1724861378105,"duration":0}}]},"a2f700168af9cb41c3c2307e8101120a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e9b034f8f075acb7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e9b034f8f075acb7","status":"passed","time":{"start":1724921037635,"stop":1724921037635,"duration":0}},{"uid":"95dea5e523fb6a80","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/95dea5e523fb6a80","status":"passed","time":{"start":1724921013047,"stop":1724921013047,"duration":0}},{"uid":"4d638b2d079ef143","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4d638b2d079ef143","status":"passed","time":{"start":1724917673291,"stop":1724917673291,"duration":0}},{"uid":"fffbf953b7d9f095","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fffbf953b7d9f095","status":"passed","time":{"start":1724889452310,"stop":1724889452310,"duration":0}},{"uid":"29734ee3c2c97762","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29734ee3c2c97762","status":"passed","time":{"start":1724888602840,"stop":1724888602840,"duration":0}},{"uid":"584951c75c301140","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/584951c75c301140","status":"passed","time":{"start":1724887759164,"stop":1724887759164,"duration":0}},{"uid":"872948bf4d72fcfa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/872948bf4d72fcfa","status":"passed","time":{"start":1724886525543,"stop":1724886525543,"duration":0}},{"uid":"98f877bf1b4f9650","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/98f877bf1b4f9650","status":"passed","time":{"start":1724886303396,"stop":1724886303397,"duration":1}},{"uid":"1c7693f54d1448cc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c7693f54d1448cc","status":"passed","time":{"start":1724861752228,"stop":1724861752228,"duration":0}},{"uid":"50882d2b1333133e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/50882d2b1333133e","status":"passed","time":{"start":1724861223355,"stop":1724861223355,"duration":0}},{"uid":"b98b384a25a918ac","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b98b384a25a918ac","status":"passed","time":{"start":1724861045202,"stop":1724861045202,"duration":0}},{"uid":"e147b5176d770989","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e147b5176d770989","status":"passed","time":{"start":1724860907084,"stop":1724860907084,"duration":0}}]},"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b58210257090c321","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b58210257090c321","status":"passed","time":{"start":1724921672581,"stop":1724921672582,"duration":1}},{"uid":"a8a95d5d6e64eaf3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a8a95d5d6e64eaf3","status":"passed","time":{"start":1724921629964,"stop":1724921629965,"duration":1}},{"uid":"100b50354e54c65e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/100b50354e54c65e","status":"passed","time":{"start":1724918337083,"stop":1724918337083,"duration":0}},{"uid":"473d8ec8546b87fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/473d8ec8546b87fd","status":"passed","time":{"start":1724890089179,"stop":1724890089179,"duration":0}},{"uid":"28098478dbfc74f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/28098478dbfc74f9","status":"passed","time":{"start":1724889221660,"stop":1724889221660,"duration":0}},{"uid":"b91bf1f19aecf370","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b91bf1f19aecf370","status":"passed","time":{"start":1724888396188,"stop":1724888396189,"duration":1}},{"uid":"b87b6e3069596aec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b87b6e3069596aec","status":"passed","time":{"start":1724887170939,"stop":1724887170939,"duration":0}},{"uid":"7a875359edf770af","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7a875359edf770af","status":"passed","time":{"start":1724886948525,"stop":1724886948525,"duration":0}},{"uid":"e075c236c07ec0e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e075c236c07ec0e5","status":"passed","time":{"start":1724862370753,"stop":1724862370753,"duration":0}},{"uid":"c61a7e5624c20670","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c61a7e5624c20670","status":"passed","time":{"start":1724861845169,"stop":1724861845169,"duration":0}},{"uid":"e4a482c4675c47de","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e4a482c4675c47de","status":"passed","time":{"start":1724861703117,"stop":1724861703117,"duration":0}},{"uid":"b33166759283cee7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b33166759283cee7","status":"passed","time":{"start":1724861530977,"stop":1724861530977,"duration":0}}]},"33fdc0abcc05365671923e497cbe2ac0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4ebf57b07e2b02ec","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4ebf57b07e2b02ec","status":"passed","time":{"start":1724921602945,"stop":1724921602946,"duration":1}},{"uid":"43db74aa5acab64e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/43db74aa5acab64e","status":"passed","time":{"start":1724921571095,"stop":1724921571095,"duration":0}},{"uid":"a6cbf4c652bf59a0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a6cbf4c652bf59a0","status":"passed","time":{"start":1724918285585,"stop":1724918285585,"duration":0}},{"uid":"f1deef9d1e966335","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f1deef9d1e966335","status":"passed","time":{"start":1724890030088,"stop":1724890030088,"duration":0}},{"uid":"cf7b16cbd0e5d59c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf7b16cbd0e5d59c","status":"passed","time":{"start":1724889171906,"stop":1724889171907,"duration":1}},{"uid":"74ee3f4d771394f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/74ee3f4d771394f","status":"passed","time":{"start":1724888350720,"stop":1724888350720,"duration":0}},{"uid":"cddffbc8832083d5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cddffbc8832083d5","status":"passed","time":{"start":1724887115405,"stop":1724887115406,"duration":1}},{"uid":"7ee6df48212435ea","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7ee6df48212435ea","status":"passed","time":{"start":1724886884569,"stop":1724886884569,"duration":0}},{"uid":"d628959947cfeb66","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d628959947cfeb66","status":"passed","time":{"start":1724862322247,"stop":1724862322247,"duration":0}},{"uid":"d926fa1c1d157a87","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d926fa1c1d157a87","status":"passed","time":{"start":1724861790749,"stop":1724861790750,"duration":1}},{"uid":"96e6b51078101338","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/96e6b51078101338","status":"passed","time":{"start":1724861628418,"stop":1724861628419,"duration":1}},{"uid":"32e364b12365c262","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/32e364b12365c262","status":"passed","time":{"start":1724861465622,"stop":1724861465623,"duration":1}}]},"1f1826c46d8ebcb70b3ec7356b2c26ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5b48a8122b223c54","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5b48a8122b223c54","status":"passed","time":{"start":1724921497759,"stop":1724921497760,"duration":1}},{"uid":"94c2f318ffea873e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/94c2f318ffea873e","status":"passed","time":{"start":1724921408415,"stop":1724921408416,"duration":1}},{"uid":"1ea0d0cd16ca3666","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1ea0d0cd16ca3666","status":"passed","time":{"start":1724918086872,"stop":1724918086872,"duration":0}},{"uid":"d0becf3529018d38","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d0becf3529018d38","status":"passed","time":{"start":1724889892448,"stop":1724889892448,"duration":0}},{"uid":"a829c2d3840046a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a829c2d3840046a9","status":"passed","time":{"start":1724888997218,"stop":1724888997218,"duration":0}},{"uid":"2cc765a0cfe7e2eb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2cc765a0cfe7e2eb","status":"passed","time":{"start":1724888159509,"stop":1724888159509,"duration":0}},{"uid":"a416b97fd15bbfcc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a416b97fd15bbfcc","status":"passed","time":{"start":1724886937308,"stop":1724886937312,"duration":4}},{"uid":"db9a17e33a91a04d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/db9a17e33a91a04d","status":"passed","time":{"start":1724886709809,"stop":1724886709810,"duration":1}},{"uid":"a9a8ef8ed82a42a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9a8ef8ed82a42a0","status":"passed","time":{"start":1724862123539,"stop":1724862123539,"duration":0}},{"uid":"674b532ec027cb94","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/674b532ec027cb94","status":"passed","time":{"start":1724861620105,"stop":1724861620106,"duration":1}},{"uid":"35eb0f6517c38495","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/35eb0f6517c38495","status":"passed","time":{"start":1724861460254,"stop":1724861460255,"duration":1}},{"uid":"54e6a18e11d029b9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/54e6a18e11d029b9","status":"passed","time":{"start":1724861330174,"stop":1724861330174,"duration":0}}]},"2ad1a51e9a8a69f5e0949ab5bac91cfa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5c1a207d6c88d15f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5c1a207d6c88d15f","status":"passed","time":{"start":1724921061851,"stop":1724921061851,"duration":0}},{"uid":"2a8c7dd170be7ac7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2a8c7dd170be7ac7","status":"passed","time":{"start":1724921037159,"stop":1724921037159,"duration":0}},{"uid":"b0f65d83741240d8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b0f65d83741240d8","status":"passed","time":{"start":1724917697304,"stop":1724917697304,"duration":0}},{"uid":"6041561e8550b374","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6041561e8550b374","status":"passed","time":{"start":1724889476085,"stop":1724889476086,"duration":1}},{"uid":"8a8e8b2f5ec984cc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8a8e8b2f5ec984cc","status":"passed","time":{"start":1724888626889,"stop":1724888626889,"duration":0}},{"uid":"7e11ff7c752966b7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7e11ff7c752966b7","status":"passed","time":{"start":1724887783110,"stop":1724887783110,"duration":0}},{"uid":"fbcbd5ae6981209b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fbcbd5ae6981209b","status":"passed","time":{"start":1724886549921,"stop":1724886549921,"duration":0}},{"uid":"e764f2b7a1c5fd10","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e764f2b7a1c5fd10","status":"passed","time":{"start":1724886327583,"stop":1724886327583,"duration":0}},{"uid":"d7167779809591a4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d7167779809591a4","status":"passed","time":{"start":1724861776809,"stop":1724861776809,"duration":0}},{"uid":"957a2680fbe21a5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/957a2680fbe21a5","status":"passed","time":{"start":1724861247301,"stop":1724861247301,"duration":0}},{"uid":"34376bff5a333b2e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/34376bff5a333b2e","status":"passed","time":{"start":1724861071397,"stop":1724861071397,"duration":0}},{"uid":"72b37fbf37171b08","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/72b37fbf37171b08","status":"passed","time":{"start":1724860931797,"stop":1724860931797,"duration":0}}]},"8b92757ab19a937c456a92cfced3d214:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0bb416fc160862e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f0bb416fc160862e","status":"passed","time":{"start":1724921602989,"stop":1724921602989,"duration":0}}]},"febf10fe980b59353c470eebd065089e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9479fcc50ae9621","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9479fcc50ae9621","status":"passed","time":{"start":1724921045530,"stop":1724921045531,"duration":1}},{"uid":"60812c8b0df1c506","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/60812c8b0df1c506","status":"passed","time":{"start":1724921020724,"stop":1724921020724,"duration":0}},{"uid":"8c3c43a8c22b9fb3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8c3c43a8c22b9fb3","status":"passed","time":{"start":1724917681049,"stop":1724917681049,"duration":0}},{"uid":"52ba2cbdf82b5a6c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52ba2cbdf82b5a6c","status":"passed","time":{"start":1724889459913,"stop":1724889459914,"duration":1}},{"uid":"f91757d897ef4f3c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f91757d897ef4f3c","status":"passed","time":{"start":1724888610531,"stop":1724888610531,"duration":0}},{"uid":"833896f27a43995d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/833896f27a43995d","status":"passed","time":{"start":1724887766846,"stop":1724887766846,"duration":0}},{"uid":"753544eff7876d98","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/753544eff7876d98","status":"passed","time":{"start":1724886533241,"stop":1724886533242,"duration":1}},{"uid":"c782e9fc9fc450a8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c782e9fc9fc450a8","status":"passed","time":{"start":1724886311087,"stop":1724886311088,"duration":1}},{"uid":"c5a35f28dbf03f36","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5a35f28dbf03f36","status":"passed","time":{"start":1724861760047,"stop":1724861760047,"duration":0}},{"uid":"3ae1bd3f6fdd198f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3ae1bd3f6fdd198f","status":"passed","time":{"start":1724861230825,"stop":1724861230826,"duration":1}},{"uid":"eb1c505d440a4d0f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/eb1c505d440a4d0f","status":"passed","time":{"start":1724861053396,"stop":1724861053397,"duration":1}},{"uid":"998a9922b4a40","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/998a9922b4a40","status":"passed","time":{"start":1724860914742,"stop":1724860914743,"duration":1}}]},"0695c88dec75f4d8bcf42848254b1b8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c264b747ab444c9f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c264b747ab444c9f","status":"passed","time":{"start":1724889077073,"stop":1724889077074,"duration":1}}]},"df180de3baec9dc768e789014357a848:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5a9721948a6e86c7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5a9721948a6e86c7","status":"passed","time":{"start":1724921098913,"stop":1724921098915,"duration":2}},{"uid":"1ee557199edf4044","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1ee557199edf4044","status":"passed","time":{"start":1724921073379,"stop":1724921073392,"duration":13}},{"uid":"2634cb6750ddf3df","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2634cb6750ddf3df","status":"passed","time":{"start":1724917744661,"stop":1724917744661,"duration":0}},{"uid":"e28d3d7d6f693ff8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e28d3d7d6f693ff8","status":"passed","time":{"start":1724889518042,"stop":1724889518043,"duration":1}},{"uid":"eb5c46461add692a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eb5c46461add692a","status":"passed","time":{"start":1724888665800,"stop":1724888665801,"duration":1}},{"uid":"fac69ccb88799265","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fac69ccb88799265","status":"passed","time":{"start":1724887821950,"stop":1724887821951,"duration":1}},{"uid":"4db312f1f5bd0157","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4db312f1f5bd0157","status":"passed","time":{"start":1724886586924,"stop":1724886586924,"duration":0}},{"uid":"bae8e6f2eadf639a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bae8e6f2eadf639a","status":"passed","time":{"start":1724886375227,"stop":1724886375229,"duration":2}},{"uid":"c7f1d53b5dfccdf7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c7f1d53b5dfccdf7","status":"passed","time":{"start":1724861815215,"stop":1724861815216,"duration":1}},{"uid":"edc3b09ed26ea08d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/edc3b09ed26ea08d","status":"passed","time":{"start":1724861291720,"stop":1724861291721,"duration":1}},{"uid":"df8f616338a92309","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/df8f616338a92309","status":"passed","time":{"start":1724861109870,"stop":1724861109872,"duration":2}},{"uid":"f78b5ec1d8ceca67","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f78b5ec1d8ceca67","status":"passed","time":{"start":1724860972340,"stop":1724860972340,"duration":0}}]},"4887365d60b7faba9255b54c310b7b5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9d4b1e7ddcc6f54f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9d4b1e7ddcc6f54f","status":"passed","time":{"start":1724921564778,"stop":1724921564778,"duration":0}},{"uid":"77c976bb363586e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/77c976bb363586e","status":"passed","time":{"start":1724921518822,"stop":1724921518823,"duration":1}},{"uid":"fe446fae44d2af9d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fe446fae44d2af9d","status":"passed","time":{"start":1724918229401,"stop":1724918229401,"duration":0}},{"uid":"3c00294eb9ed3926","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c00294eb9ed3926","status":"passed","time":{"start":1724889980704,"stop":1724889980705,"duration":1}},{"uid":"6044a78d37cee2c5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6044a78d37cee2c5","status":"passed","time":{"start":1724889111168,"stop":1724889111169,"duration":1}},{"uid":"2cdb9edf9b5ad758","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2cdb9edf9b5ad758","status":"passed","time":{"start":1724888292535,"stop":1724888292536,"duration":1}},{"uid":"13bb351de2dc8259","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/13bb351de2dc8259","status":"passed","time":{"start":1724887068229,"stop":1724887068229,"duration":0}},{"uid":"f1b1de38317182c1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f1b1de38317182c1","status":"passed","time":{"start":1724886848928,"stop":1724886848929,"duration":1}},{"uid":"bf565d3c6955362","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf565d3c6955362","status":"passed","time":{"start":1724862262049,"stop":1724862262049,"duration":0}},{"uid":"d44d525578928a12","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d44d525578928a12","status":"passed","time":{"start":1724861741895,"stop":1724861741895,"duration":0}},{"uid":"9d9afcfd5d7aeebb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9d9afcfd5d7aeebb","status":"passed","time":{"start":1724861599498,"stop":1724861599498,"duration":0}},{"uid":"ad008bea3cdff125","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ad008bea3cdff125","status":"passed","time":{"start":1724861428477,"stop":1724861428477,"duration":0}}]},"820dd76ff699bf97b090a36292148731:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"44ecaff2390e5433","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/44ecaff2390e5433","status":"passed","time":{"start":1724921037633,"stop":1724921037633,"duration":0}},{"uid":"58b0cca3b09b61cd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/58b0cca3b09b61cd","status":"passed","time":{"start":1724921013046,"stop":1724921013046,"duration":0}},{"uid":"f2308954bdfd975e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f2308954bdfd975e","status":"passed","time":{"start":1724917673289,"stop":1724917673289,"duration":0}},{"uid":"dfc259fd4666162a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dfc259fd4666162a","status":"passed","time":{"start":1724889452308,"stop":1724889452308,"duration":0}},{"uid":"be34f1cc55141ee6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/be34f1cc55141ee6","status":"passed","time":{"start":1724888602838,"stop":1724888602838,"duration":0}},{"uid":"c17ba3e3ba5b2ed7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c17ba3e3ba5b2ed7","status":"passed","time":{"start":1724887759162,"stop":1724887759162,"duration":0}},{"uid":"46c5c77d1c957da4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/46c5c77d1c957da4","status":"passed","time":{"start":1724886525542,"stop":1724886525542,"duration":0}},{"uid":"491e42314606dec4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/491e42314606dec4","status":"passed","time":{"start":1724886303395,"stop":1724886303395,"duration":0}},{"uid":"5165824969a80827","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5165824969a80827","status":"passed","time":{"start":1724861752225,"stop":1724861752225,"duration":0}},{"uid":"d93c637b60a179e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d93c637b60a179e","status":"passed","time":{"start":1724861223353,"stop":1724861223353,"duration":0}},{"uid":"43a464a5dcc2f3ab","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/43a464a5dcc2f3ab","status":"passed","time":{"start":1724861045200,"stop":1724861045200,"duration":0}},{"uid":"89f23b5412ee9e8a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/89f23b5412ee9e8a","status":"passed","time":{"start":1724860907083,"stop":1724860907083,"duration":0}}]},"61c6880ba0bdd0149f99fef52cf2e4cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f0dd310c51723bd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4f0dd310c51723bd","status":"passed","time":{"start":1724861800255,"stop":1724861800256,"duration":1}}]},"5a27e969aaa517950f4bb4bfdc6f1cab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2e7abba2fea39d56","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2e7abba2fea39d56","status":"passed","time":{"start":1724921037620,"stop":1724921037621,"duration":1}},{"uid":"2809f79e619ca0ed","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2809f79e619ca0ed","status":"passed","time":{"start":1724921013033,"stop":1724921013033,"duration":0}},{"uid":"a6dfd2eadad0bd5e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a6dfd2eadad0bd5e","status":"passed","time":{"start":1724917673276,"stop":1724917673277,"duration":1}},{"uid":"a160cce7b2c3ef3f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a160cce7b2c3ef3f","status":"passed","time":{"start":1724889452295,"stop":1724889452295,"duration":0}},{"uid":"b98be24b878f62da","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b98be24b878f62da","status":"passed","time":{"start":1724888602824,"stop":1724888602825,"duration":1}},{"uid":"97daf5869374e77","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/97daf5869374e77","status":"passed","time":{"start":1724887759149,"stop":1724887759150,"duration":1}},{"uid":"86473b2cfcb028bb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/86473b2cfcb028bb","status":"passed","time":{"start":1724886525536,"stop":1724886525537,"duration":1}},{"uid":"3a4461526b4095ae","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3a4461526b4095ae","status":"passed","time":{"start":1724886303382,"stop":1724886303383,"duration":1}},{"uid":"d4df2506917868b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d4df2506917868b2","status":"passed","time":{"start":1724861752211,"stop":1724861752211,"duration":0}},{"uid":"f5c8a39e6ac42ef8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f5c8a39e6ac42ef8","status":"passed","time":{"start":1724861223341,"stop":1724861223342,"duration":1}},{"uid":"395a7e3b1c88c194","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/395a7e3b1c88c194","status":"passed","time":{"start":1724861045187,"stop":1724861045187,"duration":0}},{"uid":"f25b05234025f276","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f25b05234025f276","status":"passed","time":{"start":1724860907069,"stop":1724860907069,"duration":0}}]},"025e1155ffed7e98831dfbdafa4711c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"50c9c7dd60f00b11","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/50c9c7dd60f00b11","status":"passed","time":{"start":1724921625093,"stop":1724921625094,"duration":1}},{"uid":"5de55140de04a5af","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5de55140de04a5af","status":"passed","time":{"start":1724921590513,"stop":1724921590513,"duration":0}},{"uid":"67da8c6cbb73e731","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/67da8c6cbb73e731","status":"passed","time":{"start":1724918287579,"stop":1724918287580,"duration":1}},{"uid":"50b5058d9e237093","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/50b5058d9e237093","status":"passed","time":{"start":1724890047806,"stop":1724890047806,"duration":0}},{"uid":"e06b0a17fba01db2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e06b0a17fba01db2","status":"passed","time":{"start":1724889183949,"stop":1724889183950,"duration":1}},{"uid":"331845c24a2630ca","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/331845c24a2630ca","status":"passed","time":{"start":1724888354190,"stop":1724888354190,"duration":0}},{"uid":"4542c6927a889b1e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4542c6927a889b1e","status":"passed","time":{"start":1724887145732,"stop":1724887145732,"duration":0}},{"uid":"2010004c149b995e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2010004c149b995e","status":"passed","time":{"start":1724886915812,"stop":1724886915812,"duration":0}},{"uid":"60c57dd47480e337","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/60c57dd47480e337","status":"passed","time":{"start":1724862341468,"stop":1724862341468,"duration":0}},{"uid":"9e1d4fab78306f11","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9e1d4fab78306f11","status":"passed","time":{"start":1724861805474,"stop":1724861805474,"duration":0}},{"uid":"5c026b29a846b865","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5c026b29a846b865","status":"passed","time":{"start":1724861662302,"stop":1724861662302,"duration":0}},{"uid":"b78cfdae9d5f9ebc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b78cfdae9d5f9ebc","status":"passed","time":{"start":1724861492531,"stop":1724861492532,"duration":1}}]},"2d635ae542813e2e5bf7f4e1c97e6e33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1f03a9853a82bb13","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1f03a9853a82bb13","status":"passed","time":{"start":1724921625076,"stop":1724921625076,"duration":0}},{"uid":"fd992312fd34e4ae","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fd992312fd34e4ae","status":"passed","time":{"start":1724921590499,"stop":1724921590499,"duration":0}},{"uid":"caad16e9a8355954","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/caad16e9a8355954","status":"passed","time":{"start":1724918287568,"stop":1724918287568,"duration":0}},{"uid":"1b7eb8eccc0fe94","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1b7eb8eccc0fe94","status":"passed","time":{"start":1724890047792,"stop":1724890047792,"duration":0}},{"uid":"e4ebc71415c170da","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e4ebc71415c170da","status":"passed","time":{"start":1724889183924,"stop":1724889183924,"duration":0}},{"uid":"e54d4707149ed1d4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e54d4707149ed1d4","status":"passed","time":{"start":1724888354173,"stop":1724888354173,"duration":0}},{"uid":"b443a1f1d800da6e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b443a1f1d800da6e","status":"passed","time":{"start":1724887145667,"stop":1724887145675,"duration":8}},{"uid":"b5d671b8bed7a6c2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b5d671b8bed7a6c2","status":"passed","time":{"start":1724886915790,"stop":1724886915790,"duration":0}},{"uid":"63d61fce0b0e8b62","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/63d61fce0b0e8b62","status":"passed","time":{"start":1724862341454,"stop":1724862341454,"duration":0}},{"uid":"72192891001c778b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/72192891001c778b","status":"passed","time":{"start":1724861805445,"stop":1724861805445,"duration":0}},{"uid":"20fe8bfda05370f3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/20fe8bfda05370f3","status":"passed","time":{"start":1724861662288,"stop":1724861662289,"duration":1}},{"uid":"48441561757b8ed1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/48441561757b8ed1","status":"passed","time":{"start":1724861492517,"stop":1724861492518,"duration":1}}]},"b93aa34e4c13eba868e7d0bc3f625f0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e8115fd86b361382","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e8115fd86b361382","status":"passed","time":{"start":1724861475038,"stop":1724861475041,"duration":3}}]},"f33825d36f3d41773d515f293970c94d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"44d1c1be0a6e52ed","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/44d1c1be0a6e52ed","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921583487,"stop":1724921583487,"duration":0}},{"uid":"399c8de2a2e406bf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/399c8de2a2e406bf","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921494521,"stop":1724921494522,"duration":1}},{"uid":"133566f541fd1d55","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/133566f541fd1d55","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918216287,"stop":1724918216287,"duration":0}},{"uid":"4667cdc6853ab017","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4667cdc6853ab017","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889979498,"stop":1724889979499,"duration":1}},{"uid":"408fe4b179d3b658","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/408fe4b179d3b658","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889083636,"stop":1724889083636,"duration":0}},{"uid":"1e2f10fb6d041b43","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1e2f10fb6d041b43","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888284641,"stop":1724888284641,"duration":0}},{"uid":"87e5c192c57f4440","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/87e5c192c57f4440","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887046097,"stop":1724887046097,"duration":0}},{"uid":"b6f9401904558d7e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b6f9401904558d7e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886828838,"stop":1724886828839,"duration":1}},{"uid":"21d1862dbf409e31","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/21d1862dbf409e31","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862236791,"stop":1724862236791,"duration":0}},{"uid":"4ad87dbfd6927f42","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4ad87dbfd6927f42","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861713626,"stop":1724861713626,"duration":0}},{"uid":"f7c748398f9aad91","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f7c748398f9aad91","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861586771,"stop":1724861586771,"duration":0}},{"uid":"6afe4e36b8492603","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6afe4e36b8492603","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861418250,"stop":1724861418250,"duration":0}}]},"2808bcc94958d18d8f9a2187448962e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"33af4681fdfb727a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/33af4681fdfb727a","status":"passed","time":{"start":1724921529592,"stop":1724921529592,"duration":0}}]},"93a244bfe268da401fc9e7f70da7f7ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c25255f609944c28","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c25255f609944c28","status":"passed","time":{"start":1724862298395,"stop":1724862298396,"duration":1}}]},"8e721cfaadb6a90a6287cdd960bf8026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"144200d4270541d6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/144200d4270541d6","status":"passed","time":{"start":1724921379979,"stop":1724921379979,"duration":0}},{"uid":"cd19d6754ae74a66","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cd19d6754ae74a66","status":"passed","time":{"start":1724921359713,"stop":1724921359713,"duration":0}},{"uid":"1a7d1c2cead4edeb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1a7d1c2cead4edeb","status":"passed","time":{"start":1724918127247,"stop":1724918127247,"duration":0}},{"uid":"dfa93e7df096e2fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dfa93e7df096e2fd","status":"passed","time":{"start":1724889805613,"stop":1724889805613,"duration":0}},{"uid":"5aab7bea9a5de687","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5aab7bea9a5de687","status":"passed","time":{"start":1724888940686,"stop":1724888940687,"duration":1}},{"uid":"3c0e059516a154ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3c0e059516a154ea","status":"passed","time":{"start":1724888168649,"stop":1724888168650,"duration":1}},{"uid":"315f8082d599ecee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/315f8082d599ecee","status":"passed","time":{"start":1724886924217,"stop":1724886924217,"duration":0}},{"uid":"4724850748299063","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4724850748299063","status":"passed","time":{"start":1724886701805,"stop":1724886701805,"duration":0}},{"uid":"c06a4c4ba6952f45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c06a4c4ba6952f45","status":"passed","time":{"start":1724862112741,"stop":1724862112741,"duration":0}},{"uid":"5225e7f2f74558a7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5225e7f2f74558a7","status":"passed","time":{"start":1724861584868,"stop":1724861584868,"duration":0}},{"uid":"4141715c2b16eebb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4141715c2b16eebb","status":"passed","time":{"start":1724861464489,"stop":1724861464494,"duration":5}},{"uid":"879e412632945746","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/879e412632945746","status":"passed","time":{"start":1724861254914,"stop":1724861254914,"duration":0}}]},"582024f619a100cc51dfd1cf99274cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bcfc4139e6aa9a33","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bcfc4139e6aa9a33","status":"passed","time":{"start":1724889169848,"stop":1724889169849,"duration":1}}]},"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5f1f5264bf7f3c10","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5f1f5264bf7f3c10","status":"passed","time":{"start":1724921045450,"stop":1724921045451,"duration":1}},{"uid":"7642715b15cccd5d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7642715b15cccd5d","status":"passed","time":{"start":1724921020914,"stop":1724921020914,"duration":0}},{"uid":"588c301c4698c356","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/588c301c4698c356","status":"passed","time":{"start":1724917681161,"stop":1724917681161,"duration":0}},{"uid":"2d6e2b149a7af9e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d6e2b149a7af9e5","status":"passed","time":{"start":1724889460192,"stop":1724889460192,"duration":0}},{"uid":"d25df6fecce46f5e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d25df6fecce46f5e","status":"passed","time":{"start":1724888610696,"stop":1724888610696,"duration":0}},{"uid":"6b558d60e55d239c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b558d60e55d239c","status":"passed","time":{"start":1724887766818,"stop":1724887766819,"duration":1}},{"uid":"c150001e000b919","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c150001e000b919","status":"passed","time":{"start":1724886533505,"stop":1724886533506,"duration":1}},{"uid":"75c5a91aa6907356","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/75c5a91aa6907356","status":"passed","time":{"start":1724886311136,"stop":1724886311136,"duration":0}},{"uid":"c5d146234f392a3a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5d146234f392a3a","status":"passed","time":{"start":1724861760253,"stop":1724861760253,"duration":0}},{"uid":"2f9f5c9091b45e20","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2f9f5c9091b45e20","status":"passed","time":{"start":1724861231059,"stop":1724861231060,"duration":1}},{"uid":"7437148cb27890ac","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7437148cb27890ac","status":"passed","time":{"start":1724861053540,"stop":1724861053540,"duration":0}},{"uid":"32bcd62fd0dcdc29","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/32bcd62fd0dcdc29","status":"passed","time":{"start":1724860915308,"stop":1724860915309,"duration":1}}]},"964b1f89e1c2b44ec4c2bd98e3d35de0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"98f22b23ba12d089","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/98f22b23ba12d089","status":"passed","time":{"start":1724921602983,"stop":1724921602983,"duration":0}},{"uid":"144684d91bd03d6b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/144684d91bd03d6b","status":"passed","time":{"start":1724921571107,"stop":1724921571108,"duration":1}},{"uid":"5aaea6baf151c62e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5aaea6baf151c62e","status":"passed","time":{"start":1724918285615,"stop":1724918285615,"duration":0}},{"uid":"93b31fbb78a3f79a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/93b31fbb78a3f79a","status":"passed","time":{"start":1724890030101,"stop":1724890030101,"duration":0}},{"uid":"b4400f37ec169925","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4400f37ec169925","status":"passed","time":{"start":1724889171928,"stop":1724889171928,"duration":0}},{"uid":"c278d06c392de304","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c278d06c392de304","status":"passed","time":{"start":1724888350741,"stop":1724888350742,"duration":1}},{"uid":"b141db46864624bf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b141db46864624bf","status":"passed","time":{"start":1724887115426,"stop":1724887115427,"duration":1}},{"uid":"6077ec3a4936260c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6077ec3a4936260c","status":"passed","time":{"start":1724886884585,"stop":1724886884586,"duration":1}},{"uid":"4d4a578e795c997a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4d4a578e795c997a","status":"passed","time":{"start":1724862322277,"stop":1724862322277,"duration":0}},{"uid":"bc4ce9abaf7e352c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bc4ce9abaf7e352c","status":"passed","time":{"start":1724861790765,"stop":1724861790765,"duration":0}},{"uid":"acd15bef49e87e6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/acd15bef49e87e6","status":"passed","time":{"start":1724861628431,"stop":1724861628431,"duration":0}},{"uid":"4a9761ebec2eea97","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4a9761ebec2eea97","status":"passed","time":{"start":1724861465635,"stop":1724861465635,"duration":0}}]},"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"577bddb44087ca5d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/577bddb44087ca5d","status":"passed","time":{"start":1724921054319,"stop":1724921054320,"duration":1}},{"uid":"3290578416ccf6e3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3290578416ccf6e3","status":"passed","time":{"start":1724921029528,"stop":1724921029529,"duration":1}},{"uid":"421e4ad53b65d28","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/421e4ad53b65d28","status":"passed","time":{"start":1724917689713,"stop":1724917689714,"duration":1}},{"uid":"c6f89a6e4d2ea884","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c6f89a6e4d2ea884","status":"passed","time":{"start":1724889468609,"stop":1724889468610,"duration":1}},{"uid":"30ade05f12c81219","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/30ade05f12c81219","status":"passed","time":{"start":1724888619402,"stop":1724888619403,"duration":1}},{"uid":"6943013571410808","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6943013571410808","status":"passed","time":{"start":1724887775585,"stop":1724887775586,"duration":1}},{"uid":"66b6062a9e537a88","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/66b6062a9e537a88","status":"passed","time":{"start":1724886542102,"stop":1724886542103,"duration":1}},{"uid":"a6adb83dfd578645","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a6adb83dfd578645","status":"passed","time":{"start":1724886319852,"stop":1724886319853,"duration":1}},{"uid":"85be2906440a1863","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/85be2906440a1863","status":"passed","time":{"start":1724861769052,"stop":1724861769053,"duration":1}},{"uid":"b981e48a76e25f8f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b981e48a76e25f8f","status":"passed","time":{"start":1724861239707,"stop":1724861239708,"duration":1}},{"uid":"3dace3540a424a24","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3dace3540a424a24","status":"passed","time":{"start":1724861063045,"stop":1724861063046,"duration":1}},{"uid":"76e3f41d8e5f2b80","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/76e3f41d8e5f2b80","status":"passed","time":{"start":1724860924085,"stop":1724860924087,"duration":2}}]},"dfae24b12ec4a20423e21cb56c43e72f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3fd90073e60791c0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3fd90073e60791c0","status":"passed","time":{"start":1724921518823,"stop":1724921518824,"duration":1}}]},"b3636317c23ce51f144c0d5be908169c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"266b4c134a4ca33c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/266b4c134a4ca33c","status":"passed","time":{"start":1724921037635,"stop":1724921037636,"duration":1}},{"uid":"bdb72c42b6d54b3e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bdb72c42b6d54b3e","status":"passed","time":{"start":1724921013047,"stop":1724921013048,"duration":1}},{"uid":"630a6b7aad1fa2aa","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/630a6b7aad1fa2aa","status":"passed","time":{"start":1724917673292,"stop":1724917673292,"duration":0}},{"uid":"5b23e227bd29893e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b23e227bd29893e","status":"passed","time":{"start":1724889452310,"stop":1724889452310,"duration":0}},{"uid":"63adde0867b126b9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/63adde0867b126b9","status":"passed","time":{"start":1724888602840,"stop":1724888602841,"duration":1}},{"uid":"48400ddfdf3e785f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/48400ddfdf3e785f","status":"passed","time":{"start":1724887759164,"stop":1724887759164,"duration":0}},{"uid":"f136e9c25273b3a3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f136e9c25273b3a3","status":"passed","time":{"start":1724886525544,"stop":1724886525544,"duration":0}},{"uid":"1f1d7c09a8c6cc1a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1f1d7c09a8c6cc1a","status":"passed","time":{"start":1724886303397,"stop":1724886303397,"duration":0}},{"uid":"f85f81720087a3b8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f85f81720087a3b8","status":"passed","time":{"start":1724861752229,"stop":1724861752229,"duration":0}},{"uid":"820e1c9cdec0599","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/820e1c9cdec0599","status":"passed","time":{"start":1724861223355,"stop":1724861223355,"duration":0}},{"uid":"b6d2f0794772d2a0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b6d2f0794772d2a0","status":"passed","time":{"start":1724861045202,"stop":1724861045203,"duration":1}},{"uid":"5e4803ac314801b6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5e4803ac314801b6","status":"passed","time":{"start":1724860907084,"stop":1724860907085,"duration":1}}]},"f91efa51038b4f3eda3ec48a9c4c0487:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9e2fd0a400e1f2f5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9e2fd0a400e1f2f5","status":"passed","time":{"start":1724921379980,"stop":1724921379980,"duration":0}},{"uid":"55e3742efa1547a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/55e3742efa1547a","status":"passed","time":{"start":1724921359714,"stop":1724921359715,"duration":1}},{"uid":"441149548ebc2480","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/441149548ebc2480","status":"passed","time":{"start":1724918127248,"stop":1724918127248,"duration":0}},{"uid":"9de6eb0f201f7df8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9de6eb0f201f7df8","status":"passed","time":{"start":1724889805614,"stop":1724889805615,"duration":1}},{"uid":"d54754e3d516c40e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d54754e3d516c40e","status":"passed","time":{"start":1724888940693,"stop":1724888940694,"duration":1}},{"uid":"1f7cc5d0634d123c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1f7cc5d0634d123c","status":"passed","time":{"start":1724888168651,"stop":1724888168652,"duration":1}},{"uid":"c3d9aa83defff078","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c3d9aa83defff078","status":"passed","time":{"start":1724886924219,"stop":1724886924219,"duration":0}},{"uid":"19cf77a0e45efb69","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/19cf77a0e45efb69","status":"passed","time":{"start":1724886701806,"stop":1724886701807,"duration":1}},{"uid":"e603e32372c1b369","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e603e32372c1b369","status":"passed","time":{"start":1724862112743,"stop":1724862112743,"duration":0}},{"uid":"2079b15a138ec946","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2079b15a138ec946","status":"passed","time":{"start":1724861584870,"stop":1724861584870,"duration":0}},{"uid":"78075b644f419d11","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/78075b644f419d11","status":"passed","time":{"start":1724861464517,"stop":1724861464518,"duration":1}},{"uid":"9d9e3eb7daaf9c9d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9d9e3eb7daaf9c9d","status":"passed","time":{"start":1724861254918,"stop":1724861254918,"duration":0}}]},"3336c31a5ea9de4a485aa1ec12e9a8b3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e6715652cc37cef5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e6715652cc37cef5","status":"passed","time":{"start":1724918259546,"stop":1724918259547,"duration":1}}]},"a2119e3e611bd0ff8f7f27ed8761ce1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd0284d2a79b9b3a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dd0284d2a79b9b3a","status":"passed","time":{"start":1724861628433,"stop":1724861628433,"duration":0}}]},"a7a36be6d29026780061deaa5a50cbbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"dfc3da3f2d3f785b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dfc3da3f2d3f785b","status":"passed","time":{"start":1724921515232,"stop":1724921515232,"duration":0}},{"uid":"6021f9ed68d645eb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6021f9ed68d645eb","status":"passed","time":{"start":1724921475460,"stop":1724921475465,"duration":5}},{"uid":"2980dcd662916c31","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2980dcd662916c31","status":"passed","time":{"start":1724918179407,"stop":1724918179407,"duration":0}},{"uid":"c1eb7800dbcc63ca","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c1eb7800dbcc63ca","status":"passed","time":{"start":1724889935346,"stop":1724889935346,"duration":0}},{"uid":"7b91a5d5b912a3fb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b91a5d5b912a3fb","status":"passed","time":{"start":1724889072760,"stop":1724889072760,"duration":0}},{"uid":"27f20b66d4a508fe","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/27f20b66d4a508fe","status":"passed","time":{"start":1724888232421,"stop":1724888232422,"duration":1}},{"uid":"1ba07293b2ef2228","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1ba07293b2ef2228","status":"passed","time":{"start":1724887018308,"stop":1724887018308,"duration":0}},{"uid":"6564614614d6fc00","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6564614614d6fc00","status":"passed","time":{"start":1724886781485,"stop":1724886781485,"duration":0}},{"uid":"8a799bac19002535","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8a799bac19002535","status":"passed","time":{"start":1724862213668,"stop":1724862213669,"duration":1}},{"uid":"20e6779febe724f9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/20e6779febe724f9","status":"passed","time":{"start":1724861685862,"stop":1724861685862,"duration":0}},{"uid":"318da9474eb2cccf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/318da9474eb2cccf","status":"passed","time":{"start":1724861546183,"stop":1724861546184,"duration":1}},{"uid":"de0b80fa6689951f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/de0b80fa6689951f","status":"passed","time":{"start":1724861378117,"stop":1724861378118,"duration":1}}]},"5709fec27d2817adf3ecd35dbeb64ab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c770b5b7870918b6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c770b5b7870918b6","status":"passed","time":{"start":1724921475444,"stop":1724921475445,"duration":1}}]},"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9900fd9783bb8945","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9900fd9783bb8945","status":"passed","time":{"start":1724921297018,"stop":1724921297018,"duration":0}},{"uid":"ea1a7cf607b26175","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ea1a7cf607b26175","status":"passed","time":{"start":1724921276372,"stop":1724921276372,"duration":0}},{"uid":"96a7c12dd4d7167f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/96a7c12dd4d7167f","status":"passed","time":{"start":1724917948330,"stop":1724917948330,"duration":0}},{"uid":"9b5712edfc79fdb9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9b5712edfc79fdb9","status":"passed","time":{"start":1724889729017,"stop":1724889729018,"duration":1}},{"uid":"fcd4c9ef829c7199","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fcd4c9ef829c7199","status":"passed","time":{"start":1724888864960,"stop":1724888864960,"duration":0}},{"uid":"a5f6b4729d17ab29","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a5f6b4729d17ab29","status":"passed","time":{"start":1724888053751,"stop":1724888053752,"duration":1}},{"uid":"2b1e9787776eeadf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2b1e9787776eeadf","status":"passed","time":{"start":1724886811666,"stop":1724886811666,"duration":0}},{"uid":"e0af8686682144d3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e0af8686682144d3","status":"passed","time":{"start":1724886581009,"stop":1724886581009,"duration":0}},{"uid":"15524f57e65efc9c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/15524f57e65efc9c","status":"passed","time":{"start":1724862019565,"stop":1724862019566,"duration":1}},{"uid":"8b99095be560889f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8b99095be560889f","status":"passed","time":{"start":1724861493942,"stop":1724861493943,"duration":1}},{"uid":"6d00189327b49c1a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6d00189327b49c1a","status":"passed","time":{"start":1724861318060,"stop":1724861318061,"duration":1}},{"uid":"2d7f564423bd846a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2d7f564423bd846a","status":"passed","time":{"start":1724861178520,"stop":1724861178521,"duration":1}}]},"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7b885b66348c91eb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7b885b66348c91eb","status":"passed","time":{"start":1724921423893,"stop":1724921423894,"duration":1}},{"uid":"a81750a8c3fee959","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a81750a8c3fee959","status":"passed","time":{"start":1724921407984,"stop":1724921407985,"duration":1}},{"uid":"693932ddd932038e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/693932ddd932038e","status":"passed","time":{"start":1724918130464,"stop":1724918130464,"duration":0}},{"uid":"c97e8f6114a9c14b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c97e8f6114a9c14b","status":"passed","time":{"start":1724889849944,"stop":1724889849944,"duration":0}},{"uid":"4f6168fe9c306774","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f6168fe9c306774","status":"passed","time":{"start":1724888984942,"stop":1724888984942,"duration":0}},{"uid":"a461ed0fe1bbe395","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a461ed0fe1bbe395","status":"passed","time":{"start":1724888172873,"stop":1724888172873,"duration":0}},{"uid":"9f482ebb176d2523","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9f482ebb176d2523","status":"passed","time":{"start":1724886941903,"stop":1724886941904,"duration":1}},{"uid":"9bcba2d7c375e8f4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9bcba2d7c375e8f4","status":"passed","time":{"start":1724886712937,"stop":1724886712937,"duration":0}},{"uid":"817213f22f330b80","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/817213f22f330b80","status":"passed","time":{"start":1724862129830,"stop":1724862129831,"duration":1}},{"uid":"b53a8d374a14eef","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b53a8d374a14eef","status":"passed","time":{"start":1724861625585,"stop":1724861625586,"duration":1}},{"uid":"71248883a82fdcad","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/71248883a82fdcad","status":"passed","time":{"start":1724861470310,"stop":1724861470310,"duration":0}},{"uid":"7db8a1fa6de1db29","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7db8a1fa6de1db29","status":"passed","time":{"start":1724861304273,"stop":1724861304273,"duration":0}}]},"4bc00623043584ff80e4f4fd92118f9a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b14480b56c822e18","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b14480b56c822e18","status":"passed","time":{"start":1724889169845,"stop":1724889169846,"duration":1}}]},"a306070f129538a42a318614801f6704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1bda5404a46ff478","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1bda5404a46ff478","status":"passed","time":{"start":1724861800257,"stop":1724861800258,"duration":1}}]},"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"86b051aab211a1d3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/86b051aab211a1d3","status":"passed","time":{"start":1724921564783,"stop":1724921564783,"duration":0}},{"uid":"ef71b4321d47a076","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ef71b4321d47a076","status":"passed","time":{"start":1724921518830,"stop":1724921518831,"duration":1}},{"uid":"b81e7ea56068563a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b81e7ea56068563a","status":"passed","time":{"start":1724918229405,"stop":1724918229406,"duration":1}},{"uid":"b3f5bb5fe964c84a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b3f5bb5fe964c84a","status":"passed","time":{"start":1724889980708,"stop":1724889980708,"duration":0}},{"uid":"44311d6de80cd47f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/44311d6de80cd47f","status":"passed","time":{"start":1724889111184,"stop":1724889111184,"duration":0}},{"uid":"64054d40af5eedd4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/64054d40af5eedd4","status":"passed","time":{"start":1724888292548,"stop":1724888292548,"duration":0}},{"uid":"c8e16a4fbf317930","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c8e16a4fbf317930","status":"passed","time":{"start":1724887068233,"stop":1724887068233,"duration":0}},{"uid":"541e75c03105143f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/541e75c03105143f","status":"passed","time":{"start":1724886848936,"stop":1724886848936,"duration":0}},{"uid":"602d5f4844b57389","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/602d5f4844b57389","status":"passed","time":{"start":1724862262056,"stop":1724862262057,"duration":1}},{"uid":"6a54c7d877599fd1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6a54c7d877599fd1","status":"passed","time":{"start":1724861741899,"stop":1724861741900,"duration":1}},{"uid":"a1981a467e9980ef","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a1981a467e9980ef","status":"passed","time":{"start":1724861599502,"stop":1724861599502,"duration":0}},{"uid":"c9581a252281d57d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c9581a252281d57d","status":"passed","time":{"start":1724861428481,"stop":1724861428481,"duration":0}}]},"7ab470f13afeb6e7e2b52a54ed54ca69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c9a14c204dc21818","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c9a14c204dc21818","status":"passed","time":{"start":1724886776611,"stop":1724886776611,"duration":0}}]},"abb0a7cd41144b9747df23b0d2e1d9e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"caeaa56db3e7fb19","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/caeaa56db3e7fb19","status":"passed","time":{"start":1724921296999,"stop":1724921297000,"duration":1}},{"uid":"69fb30566953dad","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/69fb30566953dad","status":"passed","time":{"start":1724921276363,"stop":1724921276364,"duration":1}},{"uid":"9fe5d95501e2b1d1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9fe5d95501e2b1d1","status":"passed","time":{"start":1724917948311,"stop":1724917948312,"duration":1}},{"uid":"1fba7da6d57707ef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1fba7da6d57707ef","status":"passed","time":{"start":1724889729005,"stop":1724889729005,"duration":0}},{"uid":"700812f33990bb45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/700812f33990bb45","status":"passed","time":{"start":1724888864950,"stop":1724888864950,"duration":0}},{"uid":"ebc692f83843c313","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ebc692f83843c313","status":"passed","time":{"start":1724888053732,"stop":1724888053732,"duration":0}},{"uid":"d44f2c7a526130c8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d44f2c7a526130c8","status":"passed","time":{"start":1724886811648,"stop":1724886811649,"duration":1}},{"uid":"ceb4ac9276e3d9f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ceb4ac9276e3d9f","status":"passed","time":{"start":1724886581000,"stop":1724886581000,"duration":0}},{"uid":"71ce2da693cc83de","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/71ce2da693cc83de","status":"passed","time":{"start":1724862019556,"stop":1724862019556,"duration":0}},{"uid":"c107c17b22d7d7c8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c107c17b22d7d7c8","status":"passed","time":{"start":1724861493934,"stop":1724861493934,"duration":0}},{"uid":"5103578518e9e47d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5103578518e9e47d","status":"passed","time":{"start":1724861318018,"stop":1724861318018,"duration":0}},{"uid":"d735e86cf3cf35c5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d735e86cf3cf35c5","status":"passed","time":{"start":1724861178507,"stop":1724861178509,"duration":2}}]},"58dea27647ea3651770a5c758abee027:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"62391f629dbd3c53","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/62391f629dbd3c53","status":"passed","time":{"start":1724921037622,"stop":1724921037623,"duration":1}},{"uid":"630e3139fc65a54e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/630e3139fc65a54e","status":"passed","time":{"start":1724921013035,"stop":1724921013036,"duration":1}},{"uid":"b49cc9dafbefaa0c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b49cc9dafbefaa0c","status":"passed","time":{"start":1724917673279,"stop":1724917673279,"duration":0}},{"uid":"b88286cff5eafe7d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b88286cff5eafe7d","status":"passed","time":{"start":1724889452298,"stop":1724889452298,"duration":0}},{"uid":"684725e640d9133c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/684725e640d9133c","status":"passed","time":{"start":1724888602827,"stop":1724888602827,"duration":0}},{"uid":"1b23d3d3b1828b71","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1b23d3d3b1828b71","status":"passed","time":{"start":1724887759152,"stop":1724887759153,"duration":1}},{"uid":"d164bd8990c8581e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d164bd8990c8581e","status":"passed","time":{"start":1724886525538,"stop":1724886525538,"duration":0}},{"uid":"4979017bd4d7229a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4979017bd4d7229a","status":"passed","time":{"start":1724886303385,"stop":1724886303385,"duration":0}},{"uid":"439e80f2f5f3d7c6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/439e80f2f5f3d7c6","status":"passed","time":{"start":1724861752213,"stop":1724861752214,"duration":1}},{"uid":"ace0263d2c923c9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ace0263d2c923c9","status":"passed","time":{"start":1724861223343,"stop":1724861223344,"duration":1}},{"uid":"8caf84c76dd46c7a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8caf84c76dd46c7a","status":"passed","time":{"start":1724861045189,"stop":1724861045189,"duration":0}},{"uid":"282a682398a597e3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/282a682398a597e3","status":"passed","time":{"start":1724860907071,"stop":1724860907072,"duration":1}}]},"86bcbf19617040e0aa50c450c868ad17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"986fd5d825f5ed7d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/986fd5d825f5ed7d","status":"passed","time":{"start":1724861637973,"stop":1724861637973,"duration":0}}]},"dd4a39f989cf9f4fceeed6d44f836e11:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"771211132473dead","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/771211132473dead","status":"passed","time":{"start":1724921613049,"stop":1724921613050,"duration":1}}]},"5868a0b495e645991d0489e5e0c98d28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3dde28a496732b38","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3dde28a496732b38","status":"passed","time":{"start":1724921270359,"stop":1724921270360,"duration":1}},{"uid":"b45ff28a7fdcdcb9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b45ff28a7fdcdcb9","status":"passed","time":{"start":1724921247819,"stop":1724921247819,"duration":0}},{"uid":"4e38586d67ec40ed","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4e38586d67ec40ed","status":"passed","time":{"start":1724917989820,"stop":1724917989821,"duration":1}},{"uid":"6664a36bd7165dcf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6664a36bd7165dcf","status":"passed","time":{"start":1724889678566,"stop":1724889678566,"duration":0}},{"uid":"7652e10c9922be7b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7652e10c9922be7b","status":"passed","time":{"start":1724888829845,"stop":1724888829845,"duration":0}},{"uid":"85da94b78f48a2f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/85da94b78f48a2f9","status":"passed","time":{"start":1724888077012,"stop":1724888077012,"duration":0}},{"uid":"2392b712041f721b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2392b712041f721b","status":"passed","time":{"start":1724886851127,"stop":1724886851127,"duration":0}},{"uid":"3918af2f5e2ef895","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3918af2f5e2ef895","status":"passed","time":{"start":1724886647113,"stop":1724886647113,"duration":0}},{"uid":"c21c55012dace53","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c21c55012dace53","status":"passed","time":{"start":1724861992714,"stop":1724861992714,"duration":0}},{"uid":"f189fa0cab7c2f66","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f189fa0cab7c2f66","status":"passed","time":{"start":1724861469645,"stop":1724861469646,"duration":1}},{"uid":"3d467b93d9fc7be4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3d467b93d9fc7be4","status":"passed","time":{"start":1724861284860,"stop":1724861284860,"duration":0}},{"uid":"a0069985e785a850","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a0069985e785a850","status":"passed","time":{"start":1724861145811,"stop":1724861145811,"duration":0}}]},"34425a8bc0f17e082f9217332c2d7a25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d877460f4936ccd3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d877460f4936ccd3","status":"passed","time":{"start":1724921037622,"stop":1724921037622,"duration":0}},{"uid":"11e6366f3ae96f19","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/11e6366f3ae96f19","status":"passed","time":{"start":1724921013034,"stop":1724921013035,"duration":1}},{"uid":"14b0b66f5f6fb28e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/14b0b66f5f6fb28e","status":"passed","time":{"start":1724917673278,"stop":1724917673278,"duration":0}},{"uid":"7b773b214d6010c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b773b214d6010c9","status":"passed","time":{"start":1724889452297,"stop":1724889452298,"duration":1}},{"uid":"5a2ab3bdb366a916","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5a2ab3bdb366a916","status":"passed","time":{"start":1724888602826,"stop":1724888602827,"duration":1}},{"uid":"bc3908fc3b425b6c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bc3908fc3b425b6c","status":"passed","time":{"start":1724887759152,"stop":1724887759152,"duration":0}},{"uid":"cd7b09bdf2fc63c6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cd7b09bdf2fc63c6","status":"passed","time":{"start":1724886525538,"stop":1724886525538,"duration":0}},{"uid":"156ac0a9110d26d7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/156ac0a9110d26d7","status":"passed","time":{"start":1724886303384,"stop":1724886303385,"duration":1}},{"uid":"9f511641ff886e2d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f511641ff886e2d","status":"passed","time":{"start":1724861752212,"stop":1724861752213,"duration":1}},{"uid":"30c1cc052f8b0797","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/30c1cc052f8b0797","status":"passed","time":{"start":1724861223343,"stop":1724861223343,"duration":0}},{"uid":"25aff7399008f377","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/25aff7399008f377","status":"passed","time":{"start":1724861045188,"stop":1724861045189,"duration":1}},{"uid":"e799a2dec1de4e16","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e799a2dec1de4e16","status":"passed","time":{"start":1724860907071,"stop":1724860907071,"duration":0}}]},"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"26b5ecbf5b96908f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/26b5ecbf5b96908f","status":"passed","time":{"start":1724921297019,"stop":1724921297019,"duration":0}},{"uid":"e41ff99d3cc31e86","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e41ff99d3cc31e86","status":"passed","time":{"start":1724921276373,"stop":1724921276381,"duration":8}},{"uid":"d7f59027ed53e8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d7f59027ed53e8","status":"passed","time":{"start":1724917948330,"stop":1724917948331,"duration":1}},{"uid":"24adf631fbe04efa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/24adf631fbe04efa","status":"passed","time":{"start":1724889729019,"stop":1724889729020,"duration":1}},{"uid":"1db8007a267f1854","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1db8007a267f1854","status":"passed","time":{"start":1724888864960,"stop":1724888864961,"duration":1}},{"uid":"820293d2d55d990f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/820293d2d55d990f","status":"passed","time":{"start":1724888053752,"stop":1724888053753,"duration":1}},{"uid":"43dc7e04e9480b2f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/43dc7e04e9480b2f","status":"passed","time":{"start":1724886811667,"stop":1724886811668,"duration":1}},{"uid":"5c37dbd423b01f33","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5c37dbd423b01f33","status":"passed","time":{"start":1724886581010,"stop":1724886581010,"duration":0}},{"uid":"701369077be0d972","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/701369077be0d972","status":"passed","time":{"start":1724862019566,"stop":1724862019566,"duration":0}},{"uid":"e791fa6a36398ade","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e791fa6a36398ade","status":"passed","time":{"start":1724861493943,"stop":1724861493944,"duration":1}},{"uid":"862e17cea2515bd5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/862e17cea2515bd5","status":"passed","time":{"start":1724861318063,"stop":1724861318064,"duration":1}},{"uid":"5958294b92c5432e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5958294b92c5432e","status":"passed","time":{"start":1724861178523,"stop":1724861178523,"duration":0}}]},"55e135656508b599cfc2aa8a0bbc1d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9e88ba296b98fe78","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9e88ba296b98fe78","status":"passed","time":{"start":1724921529578,"stop":1724921529579,"duration":1}},{"uid":"d46a4fa70027725c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d46a4fa70027725c","status":"passed","time":{"start":1724921488876,"stop":1724921488876,"duration":0}},{"uid":"37a737830262c3f5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/37a737830262c3f5","status":"passed","time":{"start":1724918203678,"stop":1724918203678,"duration":0}},{"uid":"3a07bff041a64302","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a07bff041a64302","status":"passed","time":{"start":1724889938355,"stop":1724889938355,"duration":0}},{"uid":"912ad4c1ed4878e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/912ad4c1ed4878e1","status":"passed","time":{"start":1724889077062,"stop":1724889077062,"duration":0}},{"uid":"fd538319b4997731","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fd538319b4997731","status":"passed","time":{"start":1724888268015,"stop":1724888268030,"duration":15}},{"uid":"fce0a25813323f0a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fce0a25813323f0a","status":"passed","time":{"start":1724887032395,"stop":1724887032396,"duration":1}},{"uid":"709461506542c7f7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/709461506542c7f7","status":"passed","time":{"start":1724886822788,"stop":1724886822789,"duration":1}},{"uid":"33363ff6d5959b4a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33363ff6d5959b4a","status":"passed","time":{"start":1724862233506,"stop":1724862233507,"duration":1}},{"uid":"e2dce293ddb6e86b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e2dce293ddb6e86b","status":"passed","time":{"start":1724861712667,"stop":1724861712667,"duration":0}},{"uid":"bb5ca2c9faefc37f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bb5ca2c9faefc37f","status":"passed","time":{"start":1724861567885,"stop":1724861567885,"duration":0}},{"uid":"321213809846319f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/321213809846319f","status":"passed","time":{"start":1724861392048,"stop":1724861392049,"duration":1}}]},"97c710a1881242b44a7de26a376132df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5d6bdc9e7c1ade97","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5d6bdc9e7c1ade97","status":"passed","time":{"start":1724921037761,"stop":1724921037761,"duration":0}},{"uid":"d5eabf93cca0f726","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d5eabf93cca0f726","status":"passed","time":{"start":1724921013107,"stop":1724921013107,"duration":0}},{"uid":"468d8095e6493da3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/468d8095e6493da3","status":"passed","time":{"start":1724917673401,"stop":1724917673401,"duration":0}},{"uid":"4af25b9ac04be3fe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4af25b9ac04be3fe","status":"passed","time":{"start":1724889452425,"stop":1724889452425,"duration":0}},{"uid":"68883e550e457114","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/68883e550e457114","status":"passed","time":{"start":1724888602932,"stop":1724888602932,"duration":0}},{"uid":"ecf79c393f231220","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ecf79c393f231220","status":"passed","time":{"start":1724887759206,"stop":1724887759206,"duration":0}},{"uid":"47ac19d5f84e2783","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/47ac19d5f84e2783","status":"passed","time":{"start":1724886525513,"stop":1724886525514,"duration":1}},{"uid":"f9df8a9d3691ec70","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f9df8a9d3691ec70","status":"passed","time":{"start":1724886303418,"stop":1724886303418,"duration":0}},{"uid":"b4f4acec9ac42baf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4f4acec9ac42baf","status":"passed","time":{"start":1724861752254,"stop":1724861752255,"duration":1}},{"uid":"6b9886aa46f93c4b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6b9886aa46f93c4b","status":"passed","time":{"start":1724861223393,"stop":1724861223393,"duration":0}},{"uid":"79df55e38753240c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/79df55e38753240c","status":"passed","time":{"start":1724861045267,"stop":1724861045267,"duration":0}},{"uid":"45fa10f4253f7fce","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/45fa10f4253f7fce","status":"passed","time":{"start":1724860907341,"stop":1724860907341,"duration":0}}]},"7080a32eb5cbdfe53165188e67933f3b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1af73374ef854afa","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1af73374ef854afa","status":"passed","time":{"start":1724921515225,"stop":1724921515225,"duration":0}}]},"965a7aee2be5c35aec8b01e165aa58c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c01f9552be0d79d6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c01f9552be0d79d6","status":"passed","time":{"start":1724921045528,"stop":1724921045529,"duration":1}},{"uid":"c58f8083ed953169","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c58f8083ed953169","status":"passed","time":{"start":1724921020722,"stop":1724921020722,"duration":0}},{"uid":"90df600dcb73f534","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/90df600dcb73f534","status":"passed","time":{"start":1724917681047,"stop":1724917681048,"duration":1}},{"uid":"3b993d57b62a3895","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3b993d57b62a3895","status":"passed","time":{"start":1724889459911,"stop":1724889459912,"duration":1}},{"uid":"2de6b1422b9e2727","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2de6b1422b9e2727","status":"passed","time":{"start":1724888610528,"stop":1724888610529,"duration":1}},{"uid":"b2fcb60ff336110f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b2fcb60ff336110f","status":"passed","time":{"start":1724887766844,"stop":1724887766845,"duration":1}},{"uid":"cc9fea09f6f87484","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc9fea09f6f87484","status":"passed","time":{"start":1724886533239,"stop":1724886533240,"duration":1}},{"uid":"d051ea724d857639","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d051ea724d857639","status":"passed","time":{"start":1724886311085,"stop":1724886311085,"duration":0}},{"uid":"81108799e6ac2aaa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/81108799e6ac2aaa","status":"passed","time":{"start":1724861760045,"stop":1724861760045,"duration":0}},{"uid":"9c5b915d206cd9ec","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9c5b915d206cd9ec","status":"passed","time":{"start":1724861230823,"stop":1724861230824,"duration":1}},{"uid":"da69e7b029b0d291","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/da69e7b029b0d291","status":"passed","time":{"start":1724861053392,"stop":1724861053393,"duration":1}},{"uid":"fc1dc163b5d41a8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fc1dc163b5d41a8","status":"passed","time":{"start":1724860914741,"stop":1724860914741,"duration":0}}]},"399fa44e6b560f691ccc8c4d687ca401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5495b8f2b19be8a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5495b8f2b19be8a","status":"passed","time":{"start":1724921563014,"stop":1724921563014,"duration":0}},{"uid":"86fae511955b190e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/86fae511955b190e","status":"passed","time":{"start":1724921526812,"stop":1724921526812,"duration":0}},{"uid":"de957b5e7e67659b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/de957b5e7e67659b","status":"passed","time":{"start":1724918239940,"stop":1724918239940,"duration":0}},{"uid":"f7e8bb42a20a7a14","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7e8bb42a20a7a14","status":"passed","time":{"start":1724889980890,"stop":1724889980891,"duration":1}},{"uid":"3c3519c53cded1ed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c3519c53cded1ed","status":"passed","time":{"start":1724889109961,"stop":1724889109967,"duration":6}},{"uid":"800e4725b4067e1c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/800e4725b4067e1c","status":"passed","time":{"start":1724888294722,"stop":1724888294722,"duration":0}},{"uid":"e8a92439f7bbaba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e8a92439f7bbaba","status":"passed","time":{"start":1724887071738,"stop":1724887071741,"duration":3}},{"uid":"39ee1f124ea9ebac","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/39ee1f124ea9ebac","status":"passed","time":{"start":1724886848345,"stop":1724886848345,"duration":0}},{"uid":"ba964561249a2e56","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ba964561249a2e56","status":"passed","time":{"start":1724862259247,"stop":1724862259248,"duration":1}},{"uid":"b386109e004a08e4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b386109e004a08e4","status":"passed","time":{"start":1724861735325,"stop":1724861735326,"duration":1}},{"uid":"f69e6c04d2e08870","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f69e6c04d2e08870","status":"passed","time":{"start":1724861606343,"stop":1724861606343,"duration":0}},{"uid":"4dbf2e050480de5b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4dbf2e050480de5b","status":"passed","time":{"start":1724861426686,"stop":1724861426687,"duration":1}}]},"59a116779ff53db17ea0bc99cb2e2090:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7ddb3be5f91ca3f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7ddb3be5f91ca3f","status":"passed","time":{"start":1724861770116,"stop":1724861770117,"duration":1}}]},"25b3845965f20a7afeb258e67292f688:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"84a352f3b911df4d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/84a352f3b911df4d","status":"passed","time":{"start":1724888336459,"stop":1724888336459,"duration":0}}]},"2b2625967cf38bb30045bbc58898863e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c5556ceddf3b5f9a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c5556ceddf3b5f9a","status":"passed","time":{"start":1724921141186,"stop":1724921141187,"duration":1}},{"uid":"89029f74852d0e30","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/89029f74852d0e30","status":"passed","time":{"start":1724921118248,"stop":1724921118248,"duration":0}},{"uid":"899b733a1d99a01f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/899b733a1d99a01f","status":"passed","time":{"start":1724917777550,"stop":1724917777550,"duration":0}},{"uid":"2f7d3a1680023431","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2f7d3a1680023431","status":"passed","time":{"start":1724889554660,"stop":1724889554663,"duration":3}},{"uid":"e6e9956111b155fb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e6e9956111b155fb","status":"passed","time":{"start":1724888706935,"stop":1724888706936,"duration":1}},{"uid":"9056d8b2aa96c9ca","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9056d8b2aa96c9ca","status":"passed","time":{"start":1724887861772,"stop":1724887861773,"duration":1}},{"uid":"5982d464a2ea6873","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5982d464a2ea6873","status":"passed","time":{"start":1724886631476,"stop":1724886631476,"duration":0}},{"uid":"9ee760409ecb4741","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9ee760409ecb4741","status":"passed","time":{"start":1724886409745,"stop":1724886409745,"duration":0}},{"uid":"882b9f5d5aae9e91","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/882b9f5d5aae9e91","status":"passed","time":{"start":1724861858182,"stop":1724861858183,"duration":1}},{"uid":"d607d074ef6fbbc6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d607d074ef6fbbc6","status":"passed","time":{"start":1724861324520,"stop":1724861324520,"duration":0}},{"uid":"12a18c5ba641e89c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/12a18c5ba641e89c","status":"passed","time":{"start":1724861152386,"stop":1724861152390,"duration":4}},{"uid":"bded924a941b8aae","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bded924a941b8aae","status":"passed","time":{"start":1724861011434,"stop":1724861011434,"duration":0}}]},"c182a677f574c685cbc37aba367ad1ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"74ee1a35ac2bd4e4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/74ee1a35ac2bd4e4","status":"passed","time":{"start":1724921037631,"stop":1724921037632,"duration":1}},{"uid":"95f0a68b102bfedc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/95f0a68b102bfedc","status":"passed","time":{"start":1724921013044,"stop":1724921013044,"duration":0}},{"uid":"3704ba16a1febfef","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3704ba16a1febfef","status":"passed","time":{"start":1724917673287,"stop":1724917673287,"duration":0}},{"uid":"7910e1eadc0456f6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7910e1eadc0456f6","status":"passed","time":{"start":1724889452306,"stop":1724889452306,"duration":0}},{"uid":"29f7a052bc7208cf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29f7a052bc7208cf","status":"passed","time":{"start":1724888602836,"stop":1724888602836,"duration":0}},{"uid":"bb73494a311aec4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bb73494a311aec4","status":"passed","time":{"start":1724887759160,"stop":1724887759161,"duration":1}},{"uid":"a0a939397ff28fe7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a0a939397ff28fe7","status":"passed","time":{"start":1724886525541,"stop":1724886525541,"duration":0}},{"uid":"c59d0ea3b71cb60a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c59d0ea3b71cb60a","status":"passed","time":{"start":1724886303393,"stop":1724886303393,"duration":0}},{"uid":"d166b21c451c5eed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d166b21c451c5eed","status":"passed","time":{"start":1724861752223,"stop":1724861752224,"duration":1}},{"uid":"663df38b36c388bb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/663df38b36c388bb","status":"passed","time":{"start":1724861223351,"stop":1724861223352,"duration":1}},{"uid":"d526a61c5b251407","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d526a61c5b251407","status":"passed","time":{"start":1724861045198,"stop":1724861045198,"duration":0}},{"uid":"321dba467b705a40","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/321dba467b705a40","status":"passed","time":{"start":1724860907081,"stop":1724860907081,"duration":0}}]},"51d3bf07c81cdacab777b9d6f479776f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cf23b5cc6d6aefbd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cf23b5cc6d6aefbd","status":"passed","time":{"start":1724921640398,"stop":1724921640398,"duration":0}},{"uid":"622f5c24918f5d56","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/622f5c24918f5d56","status":"passed","time":{"start":1724921600405,"stop":1724921600405,"duration":0}},{"uid":"5a425f5795db17cd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5a425f5795db17cd","status":"passed","time":{"start":1724918300919,"stop":1724918300920,"duration":1}},{"uid":"f112b464ac9a1a17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f112b464ac9a1a17","status":"passed","time":{"start":1724890059275,"stop":1724890059280,"duration":5}},{"uid":"309127101e60cd90","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/309127101e60cd90","status":"passed","time":{"start":1724889188310,"stop":1724889188310,"duration":0}},{"uid":"4b546935cbdcb90","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4b546935cbdcb90","status":"passed","time":{"start":1724888372738,"stop":1724888372738,"duration":0}},{"uid":"babb7687a28d2942","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/babb7687a28d2942","status":"passed","time":{"start":1724887135716,"stop":1724887135716,"duration":0}},{"uid":"d668e2e9f4dd2c46","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d668e2e9f4dd2c46","status":"passed","time":{"start":1724886919660,"stop":1724886919661,"duration":1}},{"uid":"6539db380da028fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6539db380da028fa","status":"passed","time":{"start":1724862341832,"stop":1724862341833,"duration":1}},{"uid":"87330bb1abd64254","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/87330bb1abd64254","status":"passed","time":{"start":1724861815482,"stop":1724861815487,"duration":5}},{"uid":"9e5b67b3c3b166c0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9e5b67b3c3b166c0","status":"passed","time":{"start":1724861669533,"stop":1724861669533,"duration":0}},{"uid":"7c044b21bec745d1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7c044b21bec745d1","status":"passed","time":{"start":1724861505410,"stop":1724861505411,"duration":1}}]},"0d1c98b819acb884ae18dc8e8a5389a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a777e19e857fd151","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a777e19e857fd151","status":"passed","time":{"start":1724921037621,"stop":1724921037621,"duration":0}},{"uid":"17649b7204064dde","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/17649b7204064dde","status":"passed","time":{"start":1724921013033,"stop":1724921013034,"duration":1}},{"uid":"c07345115088d429","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c07345115088d429","status":"passed","time":{"start":1724917673277,"stop":1724917673277,"duration":0}},{"uid":"c213a534d3e5f1de","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c213a534d3e5f1de","status":"passed","time":{"start":1724889452296,"stop":1724889452296,"duration":0}},{"uid":"eeb99fd1e1818022","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eeb99fd1e1818022","status":"passed","time":{"start":1724888602825,"stop":1724888602825,"duration":0}},{"uid":"aac797ac6ebe5cac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aac797ac6ebe5cac","status":"passed","time":{"start":1724887759150,"stop":1724887759150,"duration":0}},{"uid":"54051ed87be98a4b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/54051ed87be98a4b","status":"passed","time":{"start":1724886525537,"stop":1724886525537,"duration":0}},{"uid":"39ee37c5afe60c3c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/39ee37c5afe60c3c","status":"passed","time":{"start":1724886303383,"stop":1724886303383,"duration":0}},{"uid":"a0bfdb650b477bb8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a0bfdb650b477bb8","status":"passed","time":{"start":1724861752212,"stop":1724861752212,"duration":0}},{"uid":"72bd67d038a08036","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/72bd67d038a08036","status":"passed","time":{"start":1724861223342,"stop":1724861223342,"duration":0}},{"uid":"180846af7bc53f01","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/180846af7bc53f01","status":"passed","time":{"start":1724861045187,"stop":1724861045188,"duration":1}},{"uid":"ad2d6dad84a0380d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ad2d6dad84a0380d","status":"passed","time":{"start":1724860907070,"stop":1724860907070,"duration":0}}]},"964f676a46af76e5cee36f7ef2a7e3d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"621841b906bd8e31","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/621841b906bd8e31","status":"passed","time":{"start":1724921613055,"stop":1724921613056,"duration":1}},{"uid":"6ae8008fc91191b6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6ae8008fc91191b6","status":"passed","time":{"start":1724921556063,"stop":1724921556063,"duration":0}},{"uid":"92a2b0f6d1f485bb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/92a2b0f6d1f485bb","status":"passed","time":{"start":1724918259547,"stop":1724918259547,"duration":0}},{"uid":"8e5754b0458c1753","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e5754b0458c1753","status":"passed","time":{"start":1724890032299,"stop":1724890032300,"duration":1}},{"uid":"e521f4f6efdea159","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e521f4f6efdea159","status":"passed","time":{"start":1724889144087,"stop":1724889144087,"duration":0}},{"uid":"4e73f77d00040c1e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4e73f77d00040c1e","status":"passed","time":{"start":1724888336464,"stop":1724888336464,"duration":0}},{"uid":"8c17e7e937acc637","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8c17e7e937acc637","status":"passed","time":{"start":1724887092630,"stop":1724887092630,"duration":0}},{"uid":"74d4f4fe7c9eadeb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/74d4f4fe7c9eadeb","status":"passed","time":{"start":1724886880633,"stop":1724886880633,"duration":0}},{"uid":"4122aa42636009b7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4122aa42636009b7","status":"passed","time":{"start":1724862298397,"stop":1724862298397,"duration":0}},{"uid":"e40bbc3bde478aa0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e40bbc3bde478aa0","status":"passed","time":{"start":1724861770128,"stop":1724861770128,"duration":0}},{"uid":"c0a957a8f4e1ae11","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0a957a8f4e1ae11","status":"passed","time":{"start":1724861637976,"stop":1724861637976,"duration":0}},{"uid":"ef85303733bf5f7a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ef85303733bf5f7a","status":"passed","time":{"start":1724861475053,"stop":1724861475055,"duration":2}}]},"4b6c588eb64e87d6d17ef51896aa21d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d4573d7cd69cbb92","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d4573d7cd69cbb92","status":"passed","time":{"start":1724921051056,"stop":1724921051056,"duration":0}},{"uid":"a3b32ac9b129ca3c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a3b32ac9b129ca3c","status":"passed","time":{"start":1724921026361,"stop":1724921026362,"duration":1}},{"uid":"e7e4ebf52abec3b2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e7e4ebf52abec3b2","status":"passed","time":{"start":1724917686540,"stop":1724917686540,"duration":0}},{"uid":"f1e4f362ef9757fb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f1e4f362ef9757fb","status":"passed","time":{"start":1724889465470,"stop":1724889465471,"duration":1}},{"uid":"1ec47a90f89fc2a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1ec47a90f89fc2a6","status":"passed","time":{"start":1724888616211,"stop":1724888616212,"duration":1}},{"uid":"ad5ea1bc9d167792","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ad5ea1bc9d167792","status":"passed","time":{"start":1724887772448,"stop":1724887772448,"duration":0}},{"uid":"3fda9b8c4d9fe4d9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3fda9b8c4d9fe4d9","status":"passed","time":{"start":1724886538859,"stop":1724886538860,"duration":1}},{"uid":"d6b7424f12cb9ee1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d6b7424f12cb9ee1","status":"passed","time":{"start":1724886316626,"stop":1724886316626,"duration":0}},{"uid":"2395b07e646874a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2395b07e646874a1","status":"passed","time":{"start":1724861765762,"stop":1724861765762,"duration":0}},{"uid":"19eb5e6f40fb522d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/19eb5e6f40fb522d","status":"passed","time":{"start":1724861236572,"stop":1724861236572,"duration":0}},{"uid":"3551c203fd192bf5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3551c203fd192bf5","status":"passed","time":{"start":1724861059470,"stop":1724861059470,"duration":0}},{"uid":"3302dc9880d7a177","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3302dc9880d7a177","status":"passed","time":{"start":1724860920725,"stop":1724860920726,"duration":1}}]},"1ee6538bea1c11becf7db69f1e1c6922:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"57e3b6cb900b6f2e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/57e3b6cb900b6f2e","status":"passed","time":{"start":1724921619629,"stop":1724921619630,"duration":1}}]},"7062329aa0d384786bc8adfa1f1d3177:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d56b9116426ba323","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d56b9116426ba323","status":"passed","time":{"start":1724921602951,"stop":1724921602951,"duration":0}},{"uid":"7629a13aa5ae57a5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7629a13aa5ae57a5","status":"passed","time":{"start":1724921571096,"stop":1724921571097,"duration":1}},{"uid":"187537a1506dad78","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/187537a1506dad78","status":"passed","time":{"start":1724918285587,"stop":1724918285587,"duration":0}},{"uid":"c5752310e160b073","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5752310e160b073","status":"passed","time":{"start":1724890030090,"stop":1724890030090,"duration":0}},{"uid":"b8b262d1d4424006","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8b262d1d4424006","status":"passed","time":{"start":1724889171908,"stop":1724889171909,"duration":1}},{"uid":"ed6ead94163fe2ec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ed6ead94163fe2ec","status":"passed","time":{"start":1724888350721,"stop":1724888350721,"duration":0}},{"uid":"68fd56aa4782c1ed","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/68fd56aa4782c1ed","status":"passed","time":{"start":1724887115408,"stop":1724887115409,"duration":1}},{"uid":"839ad4497b0632de","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/839ad4497b0632de","status":"passed","time":{"start":1724886884575,"stop":1724886884575,"duration":0}},{"uid":"e84479b38de52ef1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e84479b38de52ef1","status":"passed","time":{"start":1724862322256,"stop":1724862322257,"duration":1}},{"uid":"814bee15b3706c56","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/814bee15b3706c56","status":"passed","time":{"start":1724861790751,"stop":1724861790752,"duration":1}},{"uid":"e99981d1ca944ec6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e99981d1ca944ec6","status":"passed","time":{"start":1724861628420,"stop":1724861628421,"duration":1}},{"uid":"49ff0dcb8dbe8e96","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/49ff0dcb8dbe8e96","status":"passed","time":{"start":1724861465624,"stop":1724861465625,"duration":1}}]},"59e93f4f314574dec24d188e875e7666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b64150420c9fd4f8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b64150420c9fd4f8","status":"passed","time":{"start":1724921061371,"stop":1724921061371,"duration":0}},{"uid":"ff1d958eca00fe0f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ff1d958eca00fe0f","status":"passed","time":{"start":1724921036549,"stop":1724921036550,"duration":1}},{"uid":"e7cdd09fe5ec30c6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e7cdd09fe5ec30c6","status":"passed","time":{"start":1724917696993,"stop":1724917696994,"duration":1}},{"uid":"85c1e787efb51c7f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/85c1e787efb51c7f","status":"passed","time":{"start":1724889475437,"stop":1724889475437,"duration":0}},{"uid":"e6210b9f3cc96ec3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e6210b9f3cc96ec3","status":"passed","time":{"start":1724888626530,"stop":1724888626531,"duration":1}},{"uid":"f895d98055a532d2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f895d98055a532d2","status":"passed","time":{"start":1724887782739,"stop":1724887782739,"duration":0}},{"uid":"f17fd47717f36a79","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f17fd47717f36a79","status":"passed","time":{"start":1724886549351,"stop":1724886549351,"duration":0}},{"uid":"e3f8ebe33a83f8e4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e3f8ebe33a83f8e4","status":"passed","time":{"start":1724886326872,"stop":1724886326872,"duration":0}},{"uid":"86791a46135e4bbc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/86791a46135e4bbc","status":"passed","time":{"start":1724861776302,"stop":1724861776302,"duration":0}},{"uid":"5f368a385cf8dd5d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5f368a385cf8dd5d","status":"passed","time":{"start":1724861246684,"stop":1724861246686,"duration":2}},{"uid":"acdc4c9f7ac0887c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/acdc4c9f7ac0887c","status":"passed","time":{"start":1724861070666,"stop":1724861070670,"duration":4}},{"uid":"c9e4adfd4e998cce","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c9e4adfd4e998cce","status":"passed","time":{"start":1724860931331,"stop":1724860931331,"duration":0}}]},"251d7185e9e3896916392a7d1d840b10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"639ac34f37759bd7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/639ac34f37759bd7","status":"passed","time":{"start":1724921619641,"stop":1724921619641,"duration":0}},{"uid":"a77d3c57818db757","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a77d3c57818db757","status":"passed","time":{"start":1724921577173,"stop":1724921577173,"duration":0}},{"uid":"9cee65cfe9fe77bd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9cee65cfe9fe77bd","status":"passed","time":{"start":1724918298105,"stop":1724918298106,"duration":1}},{"uid":"53e6899a6131722d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/53e6899a6131722d","status":"passed","time":{"start":1724890039752,"stop":1724890039753,"duration":1}},{"uid":"d35eed90e4c3086f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d35eed90e4c3086f","status":"passed","time":{"start":1724889169858,"stop":1724889169858,"duration":0}},{"uid":"da9425681b894f4b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/da9425681b894f4b","status":"passed","time":{"start":1724888345358,"stop":1724888345358,"duration":0}},{"uid":"183ec13181e69e2e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/183ec13181e69e2e","status":"passed","time":{"start":1724887127889,"stop":1724887127889,"duration":0}},{"uid":"3ddfcc028d47b6a9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3ddfcc028d47b6a9","status":"passed","time":{"start":1724886906387,"stop":1724886906388,"duration":1}},{"uid":"64e26f3606b6e07d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64e26f3606b6e07d","status":"passed","time":{"start":1724862320151,"stop":1724862320151,"duration":0}},{"uid":"5e5d008ab8309b27","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5e5d008ab8309b27","status":"passed","time":{"start":1724861800261,"stop":1724861800261,"duration":0}},{"uid":"d2a64a649ac4e5e7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d2a64a649ac4e5e7","status":"passed","time":{"start":1724861655180,"stop":1724861655181,"duration":1}},{"uid":"d0917931b5293520","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d0917931b5293520","status":"passed","time":{"start":1724861485087,"stop":1724861485087,"duration":0}}]},"73199f68a11a5fb1b4fd221e1cfb9361:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c41c35dbc849f2a1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c41c35dbc849f2a1","status":"passed","time":{"start":1724921564773,"stop":1724921564773,"duration":0}},{"uid":"2621dd6e165816c7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2621dd6e165816c7","status":"passed","time":{"start":1724921518782,"stop":1724921518783,"duration":1}},{"uid":"35fb9f373c5798bc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/35fb9f373c5798bc","status":"passed","time":{"start":1724918229396,"stop":1724918229396,"duration":0}},{"uid":"968913339dac493d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/968913339dac493d","status":"passed","time":{"start":1724889980694,"stop":1724889980694,"duration":0}},{"uid":"595fac35d9abafaa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/595fac35d9abafaa","status":"passed","time":{"start":1724889111157,"stop":1724889111158,"duration":1}},{"uid":"28baed33e8eab7b9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/28baed33e8eab7b9","status":"passed","time":{"start":1724888292530,"stop":1724888292530,"duration":0}},{"uid":"982acfbfd9115a47","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/982acfbfd9115a47","status":"passed","time":{"start":1724887068222,"stop":1724887068222,"duration":0}},{"uid":"d6769487d5fb5bf6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d6769487d5fb5bf6","status":"passed","time":{"start":1724886848920,"stop":1724886848920,"duration":0}},{"uid":"72bbde167e1649b6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72bbde167e1649b6","status":"passed","time":{"start":1724862262044,"stop":1724862262044,"duration":0}},{"uid":"a013aee738499b99","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a013aee738499b99","status":"passed","time":{"start":1724861741890,"stop":1724861741890,"duration":0}},{"uid":"63b4d57e679467f7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/63b4d57e679467f7","status":"passed","time":{"start":1724861599483,"stop":1724861599484,"duration":1}},{"uid":"deb0ba195eabbb34","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/deb0ba195eabbb34","status":"passed","time":{"start":1724861428471,"stop":1724861428471,"duration":0}}]},"3694756afa40f05588006952b7217855:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fa9c496b59b6ea30","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fa9c496b59b6ea30","status":"passed","time":{"start":1724921321312,"stop":1724921321312,"duration":0}},{"uid":"eefbd99a78c3ff6f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/eefbd99a78c3ff6f","status":"passed","time":{"start":1724921298786,"stop":1724921298786,"duration":0}},{"uid":"b0b195688ea15353","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b0b195688ea15353","status":"passed","time":{"start":1724918008265,"stop":1724918008265,"duration":0}},{"uid":"d7f24a438f5540cb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d7f24a438f5540cb","status":"passed","time":{"start":1724889728596,"stop":1724889728596,"duration":0}},{"uid":"6cd8ec9efa53454f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6cd8ec9efa53454f","status":"passed","time":{"start":1724888882875,"stop":1724888882875,"duration":0}},{"uid":"b51b5e46e9b78203","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b51b5e46e9b78203","status":"passed","time":{"start":1724888111026,"stop":1724888111026,"duration":0}},{"uid":"90a1cfc99a08f29d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/90a1cfc99a08f29d","status":"passed","time":{"start":1724886869448,"stop":1724886869448,"duration":0}},{"uid":"1b9e01438b01b73b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1b9e01438b01b73b","status":"passed","time":{"start":1724886642937,"stop":1724886642937,"duration":0}},{"uid":"f48c831dcd95a8cd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f48c831dcd95a8cd","status":"passed","time":{"start":1724862044582,"stop":1724862044582,"duration":0}},{"uid":"46c547b3f82eee15","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/46c547b3f82eee15","status":"passed","time":{"start":1724861523039,"stop":1724861523040,"duration":1}},{"uid":"73d29239844e2159","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/73d29239844e2159","status":"passed","time":{"start":1724861362474,"stop":1724861362474,"duration":0}},{"uid":"57c27253a4b81271","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/57c27253a4b81271","status":"passed","time":{"start":1724861196847,"stop":1724861196856,"duration":9}}]},"d1658f9bba61b2bab61075159e6e8bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"94990502706a1b18","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/94990502706a1b18","status":"passed","time":{"start":1724921613056,"stop":1724921613057,"duration":1}},{"uid":"70da008da6fd466a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/70da008da6fd466a","status":"passed","time":{"start":1724921556064,"stop":1724921556064,"duration":0}},{"uid":"a2ea5db36b396885","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a2ea5db36b396885","status":"passed","time":{"start":1724918259547,"stop":1724918259555,"duration":8}},{"uid":"f91793cfa65ca3a8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f91793cfa65ca3a8","status":"passed","time":{"start":1724890032300,"stop":1724890032300,"duration":0}},{"uid":"d8a9980441f52791","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d8a9980441f52791","status":"passed","time":{"start":1724889144088,"stop":1724889144088,"duration":0}},{"uid":"865e768cbfb91822","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/865e768cbfb91822","status":"passed","time":{"start":1724888336464,"stop":1724888336465,"duration":1}},{"uid":"2e04cd3a0e71fa83","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2e04cd3a0e71fa83","status":"passed","time":{"start":1724887092631,"stop":1724887092631,"duration":0}},{"uid":"6a0b1c13a0cc07bc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6a0b1c13a0cc07bc","status":"passed","time":{"start":1724886880633,"stop":1724886880633,"duration":0}},{"uid":"fe33087edaf5d044","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe33087edaf5d044","status":"passed","time":{"start":1724862298406,"stop":1724862298406,"duration":0}},{"uid":"cb0c01d4a7c21e09","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cb0c01d4a7c21e09","status":"passed","time":{"start":1724861770129,"stop":1724861770130,"duration":1}},{"uid":"e624f1242b74879e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e624f1242b74879e","status":"passed","time":{"start":1724861637976,"stop":1724861637976,"duration":0}},{"uid":"4a519d78d1f2b399","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4a519d78d1f2b399","status":"passed","time":{"start":1724861475058,"stop":1724861475062,"duration":4}}]},"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"53b104eb1f21da28","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/53b104eb1f21da28","status":"passed","time":{"start":1724921297018,"stop":1724921297018,"duration":0}},{"uid":"52f0d2ec16b60d04","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/52f0d2ec16b60d04","status":"passed","time":{"start":1724921276372,"stop":1724921276373,"duration":1}},{"uid":"98f73f646f05e610","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/98f73f646f05e610","status":"passed","time":{"start":1724917948330,"stop":1724917948330,"duration":0}},{"uid":"264d8e72847f95b0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/264d8e72847f95b0","status":"passed","time":{"start":1724889729018,"stop":1724889729019,"duration":1}},{"uid":"6d20276b8e527081","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d20276b8e527081","status":"passed","time":{"start":1724888864960,"stop":1724888864960,"duration":0}},{"uid":"40265f971ddfea7a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/40265f971ddfea7a","status":"passed","time":{"start":1724888053752,"stop":1724888053752,"duration":0}},{"uid":"d3abf4aac2563efe","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d3abf4aac2563efe","status":"passed","time":{"start":1724886811666,"stop":1724886811667,"duration":1}},{"uid":"7ece2793cdc20e96","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7ece2793cdc20e96","status":"passed","time":{"start":1724886581009,"stop":1724886581009,"duration":0}},{"uid":"c8618e95b7ebff71","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c8618e95b7ebff71","status":"passed","time":{"start":1724862019566,"stop":1724862019566,"duration":0}},{"uid":"e59499c17060b469","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e59499c17060b469","status":"passed","time":{"start":1724861493943,"stop":1724861493943,"duration":0}},{"uid":"59ddd7338a678e03","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/59ddd7338a678e03","status":"passed","time":{"start":1724861318061,"stop":1724861318062,"duration":1}},{"uid":"c5378c6c0c6c4996","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c5378c6c0c6c4996","status":"passed","time":{"start":1724861178522,"stop":1724861178522,"duration":0}}]},"eb62e9d709de953e02a98372b45af048:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"79d8ae281a8c9063","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/79d8ae281a8c9063","status":"passed","time":{"start":1724921045527,"stop":1724921045528,"duration":1}},{"uid":"1dbfbebdf571cd26","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1dbfbebdf571cd26","status":"passed","time":{"start":1724921020718,"stop":1724921020720,"duration":2}},{"uid":"74048bc08bf72666","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/74048bc08bf72666","status":"passed","time":{"start":1724917681044,"stop":1724917681047,"duration":3}},{"uid":"9163db902610a02","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9163db902610a02","status":"passed","time":{"start":1724889459909,"stop":1724889459911,"duration":2}},{"uid":"c5b19b86f049de3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5b19b86f049de3","status":"passed","time":{"start":1724888610525,"stop":1724888610528,"duration":3}},{"uid":"569b4a9addbb79f8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/569b4a9addbb79f8","status":"passed","time":{"start":1724887766843,"stop":1724887766844,"duration":1}},{"uid":"9f6207aceaab34f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9f6207aceaab34f","status":"passed","time":{"start":1724886533237,"stop":1724886533239,"duration":2}},{"uid":"3ee5bc919b4d742d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3ee5bc919b4d742d","status":"passed","time":{"start":1724886311083,"stop":1724886311084,"duration":1}},{"uid":"fab9ebae4efb9345","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fab9ebae4efb9345","status":"passed","time":{"start":1724861760042,"stop":1724861760044,"duration":2}},{"uid":"c05ae5517cbed47f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c05ae5517cbed47f","status":"passed","time":{"start":1724861230821,"stop":1724861230823,"duration":2}},{"uid":"778f78165d61266a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/778f78165d61266a","status":"passed","time":{"start":1724861053389,"stop":1724861053392,"duration":3}},{"uid":"70008e7eb26f9fc7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/70008e7eb26f9fc7","status":"passed","time":{"start":1724860914739,"stop":1724860914740,"duration":1}}]},"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bd2abdf0a6e27dbc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bd2abdf0a6e27dbc","status":"passed","time":{"start":1724921071993,"stop":1724921071993,"duration":0}},{"uid":"b98feaeb69f4c9fc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b98feaeb69f4c9fc","status":"passed","time":{"start":1724921046821,"stop":1724921046821,"duration":0}},{"uid":"45c273eb85b05d3e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/45c273eb85b05d3e","status":"passed","time":{"start":1724917707021,"stop":1724917707022,"duration":1}},{"uid":"e85bb965d94c11f1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e85bb965d94c11f1","status":"passed","time":{"start":1724889485858,"stop":1724889485859,"duration":1}},{"uid":"acaf63e04b49ebd2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/acaf63e04b49ebd2","status":"passed","time":{"start":1724888636618,"stop":1724888636619,"duration":1}},{"uid":"2b456f544a68f3f8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2b456f544a68f3f8","status":"passed","time":{"start":1724887792854,"stop":1724887792854,"duration":0}},{"uid":"4c732e67ee9ea2d9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4c732e67ee9ea2d9","status":"passed","time":{"start":1724886559723,"stop":1724886559723,"duration":0}},{"uid":"93626cd4ec163273","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/93626cd4ec163273","status":"passed","time":{"start":1724886337375,"stop":1724886337375,"duration":0}},{"uid":"b0bd9da10e1e2d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b0bd9da10e1e2d","status":"passed","time":{"start":1724861786728,"stop":1724861786729,"duration":1}},{"uid":"6d2c212cdafb539f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6d2c212cdafb539f","status":"passed","time":{"start":1724861257211,"stop":1724861257211,"duration":0}},{"uid":"4d13285f4ed4f17b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4d13285f4ed4f17b","status":"passed","time":{"start":1724861081081,"stop":1724861081084,"duration":3}},{"uid":"d25828b9cf9c1c54","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d25828b9cf9c1c54","status":"passed","time":{"start":1724860941730,"stop":1724860941730,"duration":0}}]},"8bcb8fdde665c55fffd3831aff3d0056:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"33c5c991adeff7b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33c5c991adeff7b2","status":"passed","time":{"start":1724889169852,"stop":1724889169853,"duration":1}}]},"4b912b89823285268ef2e68fe82616a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f5d26df8788ab516","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f5d26df8788ab516","status":"passed","time":{"start":1724890032296,"stop":1724890032297,"duration":1}}]},"7c063849e63fc40f3217e2ba6b58dc60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"737256e492c16b8e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/737256e492c16b8e","status":"passed","time":{"start":1724921563018,"stop":1724921563018,"duration":0}},{"uid":"2443d94f0f2d44aa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2443d94f0f2d44aa","status":"passed","time":{"start":1724921526814,"stop":1724921526814,"duration":0}},{"uid":"f3a49e176a199b3c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f3a49e176a199b3c","status":"passed","time":{"start":1724918239945,"stop":1724918239946,"duration":1}},{"uid":"310579f7e11aac85","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/310579f7e11aac85","status":"passed","time":{"start":1724889980902,"stop":1724889980903,"duration":1}},{"uid":"e5d65331c21c4410","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e5d65331c21c4410","status":"passed","time":{"start":1724889109971,"stop":1724889109972,"duration":1}},{"uid":"ab4834012eabdbd7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ab4834012eabdbd7","status":"passed","time":{"start":1724888294724,"stop":1724888294724,"duration":0}},{"uid":"1968ec9abaf8bf70","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1968ec9abaf8bf70","status":"passed","time":{"start":1724887071742,"stop":1724887071743,"duration":1}},{"uid":"df3ebc16bc026f31","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/df3ebc16bc026f31","status":"passed","time":{"start":1724886848347,"stop":1724886848347,"duration":0}},{"uid":"761b2a4cb6d3f718","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/761b2a4cb6d3f718","status":"passed","time":{"start":1724862259254,"stop":1724862259254,"duration":0}},{"uid":"2cffa35ec2d3f082","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2cffa35ec2d3f082","status":"passed","time":{"start":1724861735329,"stop":1724861735329,"duration":0}},{"uid":"cc5ac5646c5ccb02","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cc5ac5646c5ccb02","status":"passed","time":{"start":1724861606350,"stop":1724861606350,"duration":0}},{"uid":"dbc1a0b1f2fc83d0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dbc1a0b1f2fc83d0","status":"passed","time":{"start":1724861426689,"stop":1724861426689,"duration":0}}]},"226c0cdbbbad74b7410aa96e53cdf633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5fc36053a2125c3a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5fc36053a2125c3a","status":"passed","time":{"start":1724921037308,"stop":1724921037310,"duration":2}},{"uid":"9e4252120dab9ba3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9e4252120dab9ba3","status":"passed","time":{"start":1724921012632,"stop":1724921012633,"duration":1}},{"uid":"4bda073c139b6d16","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4bda073c139b6d16","status":"passed","time":{"start":1724917673035,"stop":1724917673036,"duration":1}},{"uid":"401cc01d29e49fdc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/401cc01d29e49fdc","status":"passed","time":{"start":1724889452003,"stop":1724889452004,"duration":1}},{"uid":"eeec6929b438095","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eeec6929b438095","status":"passed","time":{"start":1724888602561,"stop":1724888602562,"duration":1}},{"uid":"e71b72b01185fd72","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e71b72b01185fd72","status":"passed","time":{"start":1724887758651,"stop":1724887758652,"duration":1}},{"uid":"63f2bfb6457b35fa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/63f2bfb6457b35fa","status":"passed","time":{"start":1724886525161,"stop":1724886525162,"duration":1}},{"uid":"8c01c6d35d613274","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8c01c6d35d613274","status":"passed","time":{"start":1724886303123,"stop":1724886303125,"duration":2}},{"uid":"6886e74aa1dbd546","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6886e74aa1dbd546","status":"passed","time":{"start":1724861751529,"stop":1724861751531,"duration":2}},{"uid":"a99c261c9c3bcb33","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a99c261c9c3bcb33","status":"passed","time":{"start":1724861222810,"stop":1724861222812,"duration":2}},{"uid":"3053009e1cddc120","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3053009e1cddc120","status":"passed","time":{"start":1724861044779,"stop":1724861044781,"duration":2}},{"uid":"147e52c508c078bb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/147e52c508c078bb","status":"passed","time":{"start":1724860906652,"stop":1724860906653,"duration":1}}]},"a85f88421566679ac61011b8fb8af814:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ea5fcd3642331c2c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ea5fcd3642331c2c","status":"passed","time":{"start":1724921296998,"stop":1724921296999,"duration":1}},{"uid":"462f9b7aae277fc2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/462f9b7aae277fc2","status":"passed","time":{"start":1724921276363,"stop":1724921276363,"duration":0}},{"uid":"a28e6c3232dc1d4a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a28e6c3232dc1d4a","status":"passed","time":{"start":1724917948309,"stop":1724917948311,"duration":2}},{"uid":"896ad3e8208c1b6a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/896ad3e8208c1b6a","status":"passed","time":{"start":1724889729004,"stop":1724889729005,"duration":1}},{"uid":"917d56d4dbec89f5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/917d56d4dbec89f5","status":"passed","time":{"start":1724888864950,"stop":1724888864950,"duration":0}},{"uid":"16d5ac519136dfb5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/16d5ac519136dfb5","status":"passed","time":{"start":1724888053732,"stop":1724888053732,"duration":0}},{"uid":"8e4a8a2c95e86ada","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8e4a8a2c95e86ada","status":"passed","time":{"start":1724886811648,"stop":1724886811648,"duration":0}},{"uid":"79fd6bd73f975f1e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/79fd6bd73f975f1e","status":"passed","time":{"start":1724886581000,"stop":1724886581000,"duration":0}},{"uid":"d806f321efd6fa43","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d806f321efd6fa43","status":"passed","time":{"start":1724862019556,"stop":1724862019556,"duration":0}},{"uid":"3f92581a8324209b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3f92581a8324209b","status":"passed","time":{"start":1724861493933,"stop":1724861493933,"duration":0}},{"uid":"7d73f34d0a12f790","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7d73f34d0a12f790","status":"passed","time":{"start":1724861318013,"stop":1724861318017,"duration":4}},{"uid":"a84dbaf9299eae85","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a84dbaf9299eae85","status":"passed","time":{"start":1724861178507,"stop":1724861178507,"duration":0}}]},"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"945c6b0d9b10d247","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/945c6b0d9b10d247","status":"passed","time":{"start":1724921297017,"stop":1724921297017,"duration":0}},{"uid":"1321a0b072a992f0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1321a0b072a992f0","status":"passed","time":{"start":1724921276371,"stop":1724921276371,"duration":0}},{"uid":"808afd5882abcd42","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/808afd5882abcd42","status":"passed","time":{"start":1724917948329,"stop":1724917948329,"duration":0}},{"uid":"91f9327d79ab2e31","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91f9327d79ab2e31","status":"passed","time":{"start":1724889729015,"stop":1724889729016,"duration":1}},{"uid":"ff8c0446b8d22baf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff8c0446b8d22baf","status":"passed","time":{"start":1724888864959,"stop":1724888864959,"duration":0}},{"uid":"a7052e5fcb92a1c6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a7052e5fcb92a1c6","status":"passed","time":{"start":1724888053751,"stop":1724888053751,"duration":0}},{"uid":"e353514d6e8f4df9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e353514d6e8f4df9","status":"passed","time":{"start":1724886811665,"stop":1724886811665,"duration":0}},{"uid":"73fe78178413a119","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/73fe78178413a119","status":"passed","time":{"start":1724886581008,"stop":1724886581008,"duration":0}},{"uid":"6186f6dbeff0004a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6186f6dbeff0004a","status":"passed","time":{"start":1724862019565,"stop":1724862019565,"duration":0}},{"uid":"817603ec9fedf315","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/817603ec9fedf315","status":"passed","time":{"start":1724861493941,"stop":1724861493942,"duration":1}},{"uid":"94d0cc175db3b79b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/94d0cc175db3b79b","status":"passed","time":{"start":1724861318045,"stop":1724861318046,"duration":1}},{"uid":"35886a1331667647","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/35886a1331667647","status":"passed","time":{"start":1724861178519,"stop":1724861178520,"duration":1}}]},"1a0a2fc94b93e99eecbea82a91c4fa41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7c671e294898fe3d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7c671e294898fe3d","status":"passed","time":{"start":1724921300787,"stop":1724921300788,"duration":1}},{"uid":"c9feb3a8fd6895e8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c9feb3a8fd6895e8","status":"passed","time":{"start":1724921280716,"stop":1724921280717,"duration":1}},{"uid":"3e6b82c29a9738f9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3e6b82c29a9738f9","status":"passed","time":{"start":1724917963261,"stop":1724917963261,"duration":0}},{"uid":"49cb9a132cbae887","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/49cb9a132cbae887","status":"passed","time":{"start":1724889734118,"stop":1724889734119,"duration":1}},{"uid":"4a4a0efa60db066a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a4a0efa60db066a","status":"passed","time":{"start":1724888859614,"stop":1724888859617,"duration":3}},{"uid":"d3e10bdfb379ef6c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d3e10bdfb379ef6c","status":"passed","time":{"start":1724888053951,"stop":1724888053952,"duration":1}},{"uid":"6267c06e7ac8ff17","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6267c06e7ac8ff17","status":"passed","time":{"start":1724886820676,"stop":1724886820676,"duration":0}},{"uid":"892db3270f130cba","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/892db3270f130cba","status":"passed","time":{"start":1724886589265,"stop":1724886589266,"duration":1}},{"uid":"ff384155d22ab958","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff384155d22ab958","status":"passed","time":{"start":1724862027792,"stop":1724862027792,"duration":0}},{"uid":"d8b2bf1b95e4b25f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d8b2bf1b95e4b25f","status":"passed","time":{"start":1724861484559,"stop":1724861484559,"duration":0}},{"uid":"366d518aa9c24944","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/366d518aa9c24944","status":"passed","time":{"start":1724861315156,"stop":1724861315156,"duration":0}},{"uid":"517b0925c630bbcb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/517b0925c630bbcb","status":"passed","time":{"start":1724861168754,"stop":1724861168755,"duration":1}}]},"45e6c790a46766696819423ce74781ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3fd0a94d9ad4d3a0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3fd0a94d9ad4d3a0","status":"passed","time":{"start":1724921602961,"stop":1724921602961,"duration":0}},{"uid":"13a9824ab6a069a7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/13a9824ab6a069a7","status":"passed","time":{"start":1724921571105,"stop":1724921571105,"duration":0}},{"uid":"87fab17db696fe19","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/87fab17db696fe19","status":"passed","time":{"start":1724918285610,"stop":1724918285611,"duration":1}},{"uid":"7d1ec1b0a0f37e35","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7d1ec1b0a0f37e35","status":"passed","time":{"start":1724890030099,"stop":1724890030099,"duration":0}},{"uid":"f9f433ec17c2adc6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9f433ec17c2adc6","status":"passed","time":{"start":1724889171919,"stop":1724889171920,"duration":1}},{"uid":"76ea0946f459914b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/76ea0946f459914b","status":"passed","time":{"start":1724888350739,"stop":1724888350740,"duration":1}},{"uid":"55adbdc0507ddf43","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/55adbdc0507ddf43","status":"passed","time":{"start":1724887115421,"stop":1724887115422,"duration":1}},{"uid":"dc77b8c71744573a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dc77b8c71744573a","status":"passed","time":{"start":1724886884583,"stop":1724886884584,"duration":1}},{"uid":"74d2092f730eb532","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/74d2092f730eb532","status":"passed","time":{"start":1724862322269,"stop":1724862322275,"duration":6}},{"uid":"6d4f2c7480111914","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6d4f2c7480111914","status":"passed","time":{"start":1724861790763,"stop":1724861790763,"duration":0}},{"uid":"8f9ac72e00c65c79","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8f9ac72e00c65c79","status":"passed","time":{"start":1724861628428,"stop":1724861628429,"duration":1}},{"uid":"69fd11a0a7b37e8d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/69fd11a0a7b37e8d","status":"passed","time":{"start":1724861465633,"stop":1724861465633,"duration":0}}]},"a3c37c0cb0a5f6833b8bbc1fbdbcd007:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b9bf68e62d8997a0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b9bf68e62d8997a0","status":"passed","time":{"start":1724921037640,"stop":1724921037640,"duration":0}},{"uid":"b3a4aba5096e67ae","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b3a4aba5096e67ae","status":"passed","time":{"start":1724921013053,"stop":1724921013054,"duration":1}},{"uid":"59bf9f0729e18e29","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/59bf9f0729e18e29","status":"passed","time":{"start":1724917673296,"stop":1724917673296,"duration":0}},{"uid":"dd655686d355a8f0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd655686d355a8f0","status":"passed","time":{"start":1724889452314,"stop":1724889452314,"duration":0}},{"uid":"a44d14411ba39471","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a44d14411ba39471","status":"passed","time":{"start":1724888602844,"stop":1724888602845,"duration":1}},{"uid":"9d465205abdd815f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9d465205abdd815f","status":"passed","time":{"start":1724887759167,"stop":1724887759167,"duration":0}},{"uid":"bd69dad90cf85b70","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bd69dad90cf85b70","status":"passed","time":{"start":1724886525547,"stop":1724886525547,"duration":0}},{"uid":"a6d71ab440454cf2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a6d71ab440454cf2","status":"passed","time":{"start":1724886303401,"stop":1724886303401,"duration":0}},{"uid":"682b77edcd1485f7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/682b77edcd1485f7","status":"passed","time":{"start":1724861752233,"stop":1724861752233,"duration":0}},{"uid":"9132a57aa15301a0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9132a57aa15301a0","status":"passed","time":{"start":1724861223358,"stop":1724861223359,"duration":1}},{"uid":"95b1a8bcddb18315","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/95b1a8bcddb18315","status":"passed","time":{"start":1724861045207,"stop":1724861045207,"duration":0}},{"uid":"71be0c49938bc957","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/71be0c49938bc957","status":"passed","time":{"start":1724860907088,"stop":1724860907089,"duration":1}}]},"6b479fc389d5f5de6c1f3a6047943a2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"75529b31c35532f3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/75529b31c35532f3","status":"passed","time":{"start":1724890039746,"stop":1724890039747,"duration":1}}]},"40913d4d248ec37e1976ef3599e312eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ff1f8cf19e09c7e7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ff1f8cf19e09c7e7","status":"passed","time":{"start":1724886880632,"stop":1724886880632,"duration":0}}]},"16732a88f77375d6c3346de9a99154dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bd2728d7555f7197","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bd2728d7555f7197","status":"passed","time":{"start":1724921379981,"stop":1724921379981,"duration":0}},{"uid":"f5694d6618354890","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f5694d6618354890","status":"passed","time":{"start":1724921359715,"stop":1724921359715,"duration":0}},{"uid":"a24fda1274a40b19","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a24fda1274a40b19","status":"passed","time":{"start":1724918127248,"stop":1724918127249,"duration":1}},{"uid":"c36e16f8a5a04d7c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c36e16f8a5a04d7c","status":"passed","time":{"start":1724889805615,"stop":1724889805615,"duration":0}},{"uid":"b4a5392342f7d975","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4a5392342f7d975","status":"passed","time":{"start":1724888940694,"stop":1724888940695,"duration":1}},{"uid":"290394a48130b699","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/290394a48130b699","status":"passed","time":{"start":1724888168652,"stop":1724888168652,"duration":0}},{"uid":"e7ec4f4cc70f9fdc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e7ec4f4cc70f9fdc","status":"passed","time":{"start":1724886924219,"stop":1724886924219,"duration":0}},{"uid":"22416e8a65e8a137","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/22416e8a65e8a137","status":"passed","time":{"start":1724886701807,"stop":1724886701807,"duration":0}},{"uid":"34f8c69cf6e1d7fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/34f8c69cf6e1d7fa","status":"passed","time":{"start":1724862112743,"stop":1724862112743,"duration":0}},{"uid":"aeab1632bff88cf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/aeab1632bff88cf","status":"passed","time":{"start":1724861584871,"stop":1724861584871,"duration":0}},{"uid":"ec3fde58fe188574","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ec3fde58fe188574","status":"passed","time":{"start":1724861464518,"stop":1724861464518,"duration":0}},{"uid":"e6a50abe1090ce6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e6a50abe1090ce6","status":"passed","time":{"start":1724861254918,"stop":1724861254919,"duration":1}}]},"f3de5080ff462f6d17b394356fbfa551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d95d9d488d5bd3d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d95d9d488d5bd3d9","status":"passed","time":{"start":1724890039747,"stop":1724890039748,"duration":1}}]},"dbef0a518430923ef5c39807b5f8d514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b87b4a25c6359604","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b87b4a25c6359604","status":"passed","time":{"start":1724921602961,"stop":1724921602961,"duration":0}},{"uid":"5cd3be2b380abe43","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5cd3be2b380abe43","status":"passed","time":{"start":1724921571104,"stop":1724921571105,"duration":1}},{"uid":"f94fc57f522129b3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f94fc57f522129b3","status":"passed","time":{"start":1724918285609,"stop":1724918285610,"duration":1}},{"uid":"5ea3adc8def71e14","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ea3adc8def71e14","status":"passed","time":{"start":1724890030098,"stop":1724890030099,"duration":1}},{"uid":"427df2308a83d9b7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/427df2308a83d9b7","status":"passed","time":{"start":1724889171919,"stop":1724889171919,"duration":0}},{"uid":"a9cb185e11566ac7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a9cb185e11566ac7","status":"passed","time":{"start":1724888350738,"stop":1724888350739,"duration":1}},{"uid":"bf08bc50ffce8a5a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bf08bc50ffce8a5a","status":"passed","time":{"start":1724887115420,"stop":1724887115421,"duration":1}},{"uid":"668bd3221f187e20","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/668bd3221f187e20","status":"passed","time":{"start":1724886884583,"stop":1724886884583,"duration":0}},{"uid":"c948c58d1c527892","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c948c58d1c527892","status":"passed","time":{"start":1724862322269,"stop":1724862322269,"duration":0}},{"uid":"a247baaa4d73ad6d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a247baaa4d73ad6d","status":"passed","time":{"start":1724861790758,"stop":1724861790763,"duration":5}},{"uid":"8117cf6fec262874","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8117cf6fec262874","status":"passed","time":{"start":1724861628428,"stop":1724861628428,"duration":0}},{"uid":"16812535081bcd73","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/16812535081bcd73","status":"passed","time":{"start":1724861465632,"stop":1724861465633,"duration":1}}]},"479adcf64762a87ad04383f9ed7b6753:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1eac0b5a5fccbf2c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1eac0b5a5fccbf2c","status":"passed","time":{"start":1724921379980,"stop":1724921379980,"duration":0}},{"uid":"1a0dbe9f0ddbb272","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1a0dbe9f0ddbb272","status":"passed","time":{"start":1724921359714,"stop":1724921359714,"duration":0}},{"uid":"31e3d9ac24728938","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/31e3d9ac24728938","status":"passed","time":{"start":1724918127247,"stop":1724918127248,"duration":1}},{"uid":"6e1b11c153dbbbc9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e1b11c153dbbbc9","status":"passed","time":{"start":1724889805614,"stop":1724889805614,"duration":0}},{"uid":"dd05fad5c55d76a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd05fad5c55d76a7","status":"passed","time":{"start":1724888940692,"stop":1724888940692,"duration":0}},{"uid":"7e3f8facbf00dcd0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7e3f8facbf00dcd0","status":"passed","time":{"start":1724888168651,"stop":1724888168651,"duration":0}},{"uid":"a9ca02d6ec174f15","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a9ca02d6ec174f15","status":"passed","time":{"start":1724886924218,"stop":1724886924218,"duration":0}},{"uid":"922cf51885111916","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/922cf51885111916","status":"passed","time":{"start":1724886701806,"stop":1724886701806,"duration":0}},{"uid":"d73c6714ad3802c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d73c6714ad3802c","status":"passed","time":{"start":1724862112742,"stop":1724862112742,"duration":0}},{"uid":"11b15e1f1bba874d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/11b15e1f1bba874d","status":"passed","time":{"start":1724861584869,"stop":1724861584869,"duration":0}},{"uid":"aeec25f50fd742cd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/aeec25f50fd742cd","status":"passed","time":{"start":1724861464497,"stop":1724861464517,"duration":20}},{"uid":"b927d523f8d870a5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b927d523f8d870a5","status":"passed","time":{"start":1724861254915,"stop":1724861254916,"duration":1}}]},"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4711bec367d87146","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4711bec367d87146","status":"passed","time":{"start":1724921538593,"stop":1724921538593,"duration":0}},{"uid":"8dcd901baa5fedc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8dcd901baa5fedc","status":"passed","time":{"start":1724921499390,"stop":1724921499391,"duration":1}},{"uid":"b79344a0633c3240","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b79344a0633c3240","status":"passed","time":{"start":1724918204098,"stop":1724918204099,"duration":1}},{"uid":"ca00f03465b4362b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ca00f03465b4362b","status":"passed","time":{"start":1724889957367,"stop":1724889957368,"duration":1}},{"uid":"dff4d8d704b20052","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dff4d8d704b20052","status":"passed","time":{"start":1724889094878,"stop":1724889094879,"duration":1}},{"uid":"d5e32e23d92b571","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d5e32e23d92b571","status":"passed","time":{"start":1724888256176,"stop":1724888256176,"duration":0}},{"uid":"28105e046ece0b6b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/28105e046ece0b6b","status":"passed","time":{"start":1724887043895,"stop":1724887043895,"duration":0}},{"uid":"da7b509c720352db","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/da7b509c720352db","status":"passed","time":{"start":1724886807384,"stop":1724886807385,"duration":1}},{"uid":"447cec77ad379889","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/447cec77ad379889","status":"passed","time":{"start":1724862237700,"stop":1724862237700,"duration":0}},{"uid":"78e73516a8d61e5f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/78e73516a8d61e5f","status":"passed","time":{"start":1724861709114,"stop":1724861709115,"duration":1}},{"uid":"1f7bdd086690037a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1f7bdd086690037a","status":"passed","time":{"start":1724861571993,"stop":1724861571993,"duration":0}},{"uid":"16966fd71eb0506d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/16966fd71eb0506d","status":"passed","time":{"start":1724861400269,"stop":1724861400269,"duration":0}}]},"9b7da87a847b8d56e97d5ed820bf145e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f8062de46e33a660","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f8062de46e33a660","status":"passed","time":{"start":1724921577167,"stop":1724921577167,"duration":0}}]},"46628f23e379d9361e0cb899977fc029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6cc341158100df7c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6cc341158100df7c","status":"passed","time":{"start":1724921267881,"stop":1724921267898,"duration":17}},{"uid":"7d098ab39a702e10","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7d098ab39a702e10","status":"passed","time":{"start":1724921244399,"stop":1724921244399,"duration":0}},{"uid":"96462b8926ec8444","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/96462b8926ec8444","status":"passed","time":{"start":1724917916060,"stop":1724917916064,"duration":4}},{"uid":"42c8ab5fc71af686","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/42c8ab5fc71af686","status":"passed","time":{"start":1724889678261,"stop":1724889678261,"duration":0}},{"uid":"5b2899d6d5807c87","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b2899d6d5807c87","status":"passed","time":{"start":1724888831690,"stop":1724888831692,"duration":2}},{"uid":"11fdd57a55238621","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/11fdd57a55238621","status":"passed","time":{"start":1724888003326,"stop":1724888003326,"duration":0}},{"uid":"4a0be84c55440b0f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a0be84c55440b0f","status":"passed","time":{"start":1724886776615,"stop":1724886776615,"duration":0}},{"uid":"a9f61b62887cc1b6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a9f61b62887cc1b6","status":"passed","time":{"start":1724886555804,"stop":1724886555804,"duration":0}},{"uid":"cc2e1e47de7b0ec7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc2e1e47de7b0ec7","status":"passed","time":{"start":1724861983016,"stop":1724861983016,"duration":0}},{"uid":"7c6096f5ca7b67e0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7c6096f5ca7b67e0","status":"passed","time":{"start":1724861444072,"stop":1724861444072,"duration":0}},{"uid":"f3698552fa9a843f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f3698552fa9a843f","status":"passed","time":{"start":1724861285841,"stop":1724861285841,"duration":0}},{"uid":"76338ce9039c38b2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/76338ce9039c38b2","status":"passed","time":{"start":1724861145678,"stop":1724861145678,"duration":0}}]},"d922c5705e713c96db48f412b7580dd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"90a10689b047bc69","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/90a10689b047bc69","status":"passed","time":{"start":1724889077079,"stop":1724889077079,"duration":0}}]},"7e9cf29eed71bb32fbaa87e1bae1cc9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6470735a6a6b1d4e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6470735a6a6b1d4e","status":"passed","time":{"start":1724888336460,"stop":1724888336460,"duration":0}}]},"6541611678c80f356871931cd14306df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f5ff81aa4818e63","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f5ff81aa4818e63","status":"passed","time":{"start":1724921037649,"stop":1724921037649,"duration":0}},{"uid":"cd6d11eb067cb866","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cd6d11eb067cb866","status":"passed","time":{"start":1724921013061,"stop":1724921013062,"duration":1}},{"uid":"ec7833c6fcbfc90c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ec7833c6fcbfc90c","status":"passed","time":{"start":1724917673302,"stop":1724917673302,"duration":0}},{"uid":"c7da039f1e540b44","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c7da039f1e540b44","status":"passed","time":{"start":1724889452322,"stop":1724889452323,"duration":1}},{"uid":"8a32e900ced8c57f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8a32e900ced8c57f","status":"passed","time":{"start":1724888602854,"stop":1724888602854,"duration":0}},{"uid":"820afb09cd6861bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/820afb09cd6861bd","status":"passed","time":{"start":1724887759175,"stop":1724887759175,"duration":0}},{"uid":"9957259c77134619","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9957259c77134619","status":"passed","time":{"start":1724886525554,"stop":1724886525554,"duration":0}},{"uid":"524f8d3577b3b137","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/524f8d3577b3b137","status":"passed","time":{"start":1724886303409,"stop":1724886303409,"duration":0}},{"uid":"1afd8a20535e8472","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1afd8a20535e8472","status":"passed","time":{"start":1724861752246,"stop":1724861752246,"duration":0}},{"uid":"54b1a84ff5a32a61","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/54b1a84ff5a32a61","status":"passed","time":{"start":1724861223366,"stop":1724861223366,"duration":0}},{"uid":"cea5081faca57dc0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cea5081faca57dc0","status":"passed","time":{"start":1724861045214,"stop":1724861045215,"duration":1}},{"uid":"b72a509c9ef7b1e7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b72a509c9ef7b1e7","status":"passed","time":{"start":1724860907100,"stop":1724860907100,"duration":0}}]},"a3e50db859210d6632119d958f40bf63:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b47994fa314e6490","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b47994fa314e6490","status":"passed","time":{"start":1724921640662,"stop":1724921640662,"duration":0}},{"uid":"478da81db43e1acd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/478da81db43e1acd","status":"passed","time":{"start":1724921597586,"stop":1724921597586,"duration":0}},{"uid":"1606ee914afc663a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1606ee914afc663a","status":"passed","time":{"start":1724918306248,"stop":1724918306248,"duration":0}},{"uid":"dde72f93abb1ea3f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dde72f93abb1ea3f","status":"passed","time":{"start":1724890060299,"stop":1724890060300,"duration":1}},{"uid":"f43d7025b3c06825","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f43d7025b3c06825","status":"passed","time":{"start":1724889191327,"stop":1724889191328,"duration":1}},{"uid":"dab033bbdb98efbc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dab033bbdb98efbc","status":"passed","time":{"start":1724888368595,"stop":1724888368596,"duration":1}},{"uid":"d4d00a26a8c53d88","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d4d00a26a8c53d88","status":"passed","time":{"start":1724887150939,"stop":1724887150939,"duration":0}},{"uid":"57b82bca3d1f9a6e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/57b82bca3d1f9a6e","status":"passed","time":{"start":1724886928809,"stop":1724886928810,"duration":1}},{"uid":"b1d83658354853ed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1d83658354853ed","status":"passed","time":{"start":1724862346040,"stop":1724862346041,"duration":1}},{"uid":"869cc58fedcf93cc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/869cc58fedcf93cc","status":"passed","time":{"start":1724861823099,"stop":1724861823099,"duration":0}},{"uid":"c18125b86fcae47f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c18125b86fcae47f","status":"passed","time":{"start":1724861677722,"stop":1724861677722,"duration":0}},{"uid":"4603b1ab63bb9bdd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4603b1ab63bb9bdd","status":"passed","time":{"start":1724861503958,"stop":1724861503958,"duration":0}}]},"8e7bddbb5c75d57f8a84737e4b8b0d1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7342b961abc904e1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7342b961abc904e1","status":"passed","time":{"start":1724861378110,"stop":1724861378110,"duration":0}}]},"db6676b9ead63dbc944d76333b862c97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f92f81baa9a737a2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f92f81baa9a737a2","status":"passed","time":{"start":1724921037650,"stop":1724921037651,"duration":1}},{"uid":"dd62a402d59b84e9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dd62a402d59b84e9","status":"passed","time":{"start":1724921013063,"stop":1724921013064,"duration":1}},{"uid":"688e558e957a18b2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/688e558e957a18b2","status":"passed","time":{"start":1724917673304,"stop":1724917673305,"duration":1}},{"uid":"165ee2ba6d678772","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/165ee2ba6d678772","status":"passed","time":{"start":1724889452324,"stop":1724889452324,"duration":0}},{"uid":"3c3b917b7bdb083","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c3b917b7bdb083","status":"passed","time":{"start":1724888602856,"stop":1724888602857,"duration":1}},{"uid":"b4f510fa5919ea37","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b4f510fa5919ea37","status":"passed","time":{"start":1724887759177,"stop":1724887759177,"duration":0}},{"uid":"d6956ac6448378f1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d6956ac6448378f1","status":"passed","time":{"start":1724886525555,"stop":1724886525555,"duration":0}},{"uid":"c196a6855a9a1f9e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c196a6855a9a1f9e","status":"passed","time":{"start":1724886303410,"stop":1724886303411,"duration":1}},{"uid":"bf2833bc5a067dea","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf2833bc5a067dea","status":"passed","time":{"start":1724861752247,"stop":1724861752247,"duration":0}},{"uid":"aa536b01cd21f883","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/aa536b01cd21f883","status":"passed","time":{"start":1724861223367,"stop":1724861223367,"duration":0}},{"uid":"833984555772d76a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/833984555772d76a","status":"passed","time":{"start":1724861045216,"stop":1724861045217,"duration":1}},{"uid":"c7488ac167164d0e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c7488ac167164d0e","status":"passed","time":{"start":1724860907102,"stop":1724860907103,"duration":1}}]},"0f6dc3b1cfb523e24c69eb668562f308:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"af49b20f2a13ea84","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/af49b20f2a13ea84","status":"passed","time":{"start":1724918259543,"stop":1724918259543,"duration":0}}]},"4b1edf6940b9c97565c200d51184c3bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"909663107e92256e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/909663107e92256e","status":"passed","time":{"start":1724921658745,"stop":1724921658746,"duration":1}},{"uid":"c8b35e3c3b641826","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c8b35e3c3b641826","status":"passed","time":{"start":1724921609580,"stop":1724921609580,"duration":0}},{"uid":"838dc3b5a43a1550","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/838dc3b5a43a1550","status":"passed","time":{"start":1724918323459,"stop":1724918323460,"duration":1}},{"uid":"380d58c1945eb7c4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/380d58c1945eb7c4","status":"passed","time":{"start":1724890071664,"stop":1724890071666,"duration":2}},{"uid":"f1217ff38b90b0ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f1217ff38b90b0ba","status":"passed","time":{"start":1724889207705,"stop":1724889207706,"duration":1}},{"uid":"721b08a46663f694","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/721b08a46663f694","status":"passed","time":{"start":1724888386326,"stop":1724888386326,"duration":0}},{"uid":"cdf70a1ea3e1fb14","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cdf70a1ea3e1fb14","status":"passed","time":{"start":1724887153934,"stop":1724887153934,"duration":0}},{"uid":"19f56be63d3b32c5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/19f56be63d3b32c5","status":"passed","time":{"start":1724886927388,"stop":1724886927389,"duration":1}},{"uid":"dc89f49a9be45801","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dc89f49a9be45801","status":"passed","time":{"start":1724862360109,"stop":1724862360110,"duration":1}},{"uid":"1835750697878f14","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1835750697878f14","status":"passed","time":{"start":1724861832842,"stop":1724861832843,"duration":1}},{"uid":"4aa79a3ada7ad45f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4aa79a3ada7ad45f","status":"passed","time":{"start":1724861687427,"stop":1724861687427,"duration":0}},{"uid":"8c1adef0472a5d28","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8c1adef0472a5d28","status":"passed","time":{"start":1724861513176,"stop":1724861513177,"duration":1}}]},"2a2e192bbf0a6bfabf47e1dfd9ca65b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"2ffa862444ef66d1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2ffa862444ef66d1","status":"passed","time":{"start":1724921326303,"stop":1724921326304,"duration":1}},{"uid":"1877a54d13fcc2a5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1877a54d13fcc2a5","status":"passed","time":{"start":1724921306215,"stop":1724921306215,"duration":0}},{"uid":"adb5fab7556d7655","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/adb5fab7556d7655","status":"passed","time":{"start":1724918076884,"stop":1724918076884,"duration":0}},{"uid":"9135468f70382693","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9135468f70382693","status":"passed","time":{"start":1724889757051,"stop":1724889757051,"duration":0}},{"uid":"77d050c9dd9e468","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/77d050c9dd9e468","status":"passed","time":{"start":1724888894404,"stop":1724888894404,"duration":0}},{"uid":"c7e84beab928ba27","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c7e84beab928ba27","status":"passed","time":{"start":1724862057002,"stop":1724862057002,"duration":0}},{"uid":"316562e1b017cc8e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/316562e1b017cc8e","status":"passed","time":{"start":1724861520271,"stop":1724861520271,"duration":0}},{"uid":"e4182637cfdc461b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e4182637cfdc461b","status":"passed","time":{"start":1724861406463,"stop":1724861406463,"duration":0}},{"uid":"bf55fca7ffcff62","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bf55fca7ffcff62","status":"passed","time":{"start":1724861204437,"stop":1724861204438,"duration":1}}]},"e3b69bfe29c8cce11e2ce861d526bc15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7f5c7192b2cf8e12","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7f5c7192b2cf8e12","status":"passed","time":{"start":1724921061848,"stop":1724921061848,"duration":0}},{"uid":"aea82f1580921c1d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/aea82f1580921c1d","status":"passed","time":{"start":1724921037157,"stop":1724921037157,"duration":0}},{"uid":"8c2f52e1b1d49df1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8c2f52e1b1d49df1","status":"passed","time":{"start":1724917697302,"stop":1724917697302,"duration":0}},{"uid":"7ef53cf67811769e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7ef53cf67811769e","status":"passed","time":{"start":1724889476083,"stop":1724889476084,"duration":1}},{"uid":"95f40abfe57fbf7f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/95f40abfe57fbf7f","status":"passed","time":{"start":1724888626887,"stop":1724888626887,"duration":0}},{"uid":"c9c3801d368ecafa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c9c3801d368ecafa","status":"passed","time":{"start":1724887783108,"stop":1724887783108,"duration":0}},{"uid":"2dc7820ece9e3355","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2dc7820ece9e3355","status":"passed","time":{"start":1724886549919,"stop":1724886549920,"duration":1}},{"uid":"97013520648ef3d7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/97013520648ef3d7","status":"passed","time":{"start":1724886327581,"stop":1724886327581,"duration":0}},{"uid":"a5a777cfe8c1c173","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5a777cfe8c1c173","status":"passed","time":{"start":1724861776807,"stop":1724861776807,"duration":0}},{"uid":"eca61f58fa44c0e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/eca61f58fa44c0e","status":"passed","time":{"start":1724861247299,"stop":1724861247299,"duration":0}},{"uid":"8ed164b5f9ddc8aa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8ed164b5f9ddc8aa","status":"passed","time":{"start":1724861071395,"stop":1724861071395,"duration":0}},{"uid":"6c005b4da2c5d0a0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6c005b4da2c5d0a0","status":"passed","time":{"start":1724860931795,"stop":1724860931795,"duration":0}}]},"971946a5c60bce3fa761bb7487975be9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67d7decb03d1d988","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/67d7decb03d1d988","status":"passed","time":{"start":1724889144086,"stop":1724889144086,"duration":0}}]},"23f43346a3753894fd67050a47de7ad3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"dcc604cec7b2be40","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dcc604cec7b2be40","status":"passed","time":{"start":1724921065912,"stop":1724921065913,"duration":1}},{"uid":"2aec610a5f5da771","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2aec610a5f5da771","status":"passed","time":{"start":1724921040949,"stop":1724921040949,"duration":0}},{"uid":"102bbe2b55ea5a0d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/102bbe2b55ea5a0d","status":"passed","time":{"start":1724917701158,"stop":1724917701158,"duration":0}},{"uid":"7570c2827363ffd3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7570c2827363ffd3","status":"passed","time":{"start":1724889479977,"stop":1724889479977,"duration":0}},{"uid":"76fcd0870d12325e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/76fcd0870d12325e","status":"passed","time":{"start":1724888630726,"stop":1724888630726,"duration":0}},{"uid":"8a0e722dfa58a403","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a0e722dfa58a403","status":"passed","time":{"start":1724887787008,"stop":1724887787009,"duration":1}},{"uid":"e2dadddfbecf2725","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e2dadddfbecf2725","status":"passed","time":{"start":1724886553671,"stop":1724886553671,"duration":0}},{"uid":"94a8ead644d87c36","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/94a8ead644d87c36","status":"passed","time":{"start":1724886331494,"stop":1724886331495,"duration":1}},{"uid":"e72de1b6a1b4e4fb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e72de1b6a1b4e4fb","status":"passed","time":{"start":1724861780658,"stop":1724861780659,"duration":1}},{"uid":"97ab2c11c32388c5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/97ab2c11c32388c5","status":"passed","time":{"start":1724861251100,"stop":1724861251101,"duration":1}},{"uid":"e2aa3895456459da","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e2aa3895456459da","status":"passed","time":{"start":1724861074810,"stop":1724861074811,"duration":1}},{"uid":"3796ec232d37af29","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3796ec232d37af29","status":"passed","time":{"start":1724860935673,"stop":1724860935674,"duration":1}}]},"538464b1ebc1d40dfc21f75da018333a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e1492d90b3d35ea2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e1492d90b3d35ea2","status":"passed","time":{"start":1724890032299,"stop":1724890032299,"duration":0}}]},"f20b4d31626fbfbda27dcfe831238128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"823bbc273d97879a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/823bbc273d97879a","status":"passed","time":{"start":1724921050406,"stop":1724921050407,"duration":1}},{"uid":"f8390561bfcc5938","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f8390561bfcc5938","status":"passed","time":{"start":1724921025669,"stop":1724921025670,"duration":1}},{"uid":"c1698710b6aae7a5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c1698710b6aae7a5","status":"passed","time":{"start":1724917686000,"stop":1724917686001,"duration":1}},{"uid":"87c7b71654e283d6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/87c7b71654e283d6","status":"passed","time":{"start":1724889464905,"stop":1724889464907,"duration":2}},{"uid":"481f34776d7faea0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/481f34776d7faea0","status":"passed","time":{"start":1724888615543,"stop":1724888615544,"duration":1}},{"uid":"d9b8e297359a05ad","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d9b8e297359a05ad","status":"passed","time":{"start":1724887771769,"stop":1724887771770,"duration":1}},{"uid":"50cefe29d05c03b2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/50cefe29d05c03b2","status":"passed","time":{"start":1724886538223,"stop":1724886538225,"duration":2}},{"uid":"c88bb73625c95ccd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c88bb73625c95ccd","status":"passed","time":{"start":1724886315913,"stop":1724886315914,"duration":1}},{"uid":"920d44618f24819f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/920d44618f24819f","status":"passed","time":{"start":1724861765152,"stop":1724861765153,"duration":1}},{"uid":"7aeb1462377be294","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7aeb1462377be294","status":"passed","time":{"start":1724861235895,"stop":1724861235897,"duration":2}},{"uid":"850f3861d66694ec","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/850f3861d66694ec","status":"passed","time":{"start":1724861058702,"stop":1724861058704,"duration":2}},{"uid":"fc99ce2f8d0c2a67","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fc99ce2f8d0c2a67","status":"passed","time":{"start":1724860920157,"stop":1724860920159,"duration":2}}]},"58fc827cf1a2c8dbc5a31805d1796ebc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4308bae2973eea9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4308bae2973eea9","status":"passed","time":{"start":1724887115436,"stop":1724887115438,"duration":2}}]},"8a3d8424423eaa0f59b5279e5085f83d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f252a888acd21f2c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f252a888acd21f2c","status":"passed","time":{"start":1724921061368,"stop":1724921061369,"duration":1}},{"uid":"780f9016fb09726a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/780f9016fb09726a","status":"passed","time":{"start":1724921036547,"stop":1724921036547,"duration":0}},{"uid":"c0b893f46117df7b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c0b893f46117df7b","status":"passed","time":{"start":1724917696990,"stop":1724917696990,"duration":0}},{"uid":"73dde3de0c56cd8c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/73dde3de0c56cd8c","status":"passed","time":{"start":1724889475434,"stop":1724889475435,"duration":1}},{"uid":"bbd3e04079b3b4ed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bbd3e04079b3b4ed","status":"passed","time":{"start":1724888626528,"stop":1724888626529,"duration":1}},{"uid":"734be4d049d4c1eb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/734be4d049d4c1eb","status":"passed","time":{"start":1724887782736,"stop":1724887782737,"duration":1}},{"uid":"3e5632cab04a38dc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3e5632cab04a38dc","status":"passed","time":{"start":1724886549348,"stop":1724886549349,"duration":1}},{"uid":"c105bde59d314eec","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c105bde59d314eec","status":"passed","time":{"start":1724886326869,"stop":1724886326870,"duration":1}},{"uid":"fc4d84769ff2bfe1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc4d84769ff2bfe1","status":"passed","time":{"start":1724861776299,"stop":1724861776300,"duration":1}},{"uid":"4f64b2e53576fb50","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4f64b2e53576fb50","status":"passed","time":{"start":1724861246678,"stop":1724861246680,"duration":2}},{"uid":"9c68c66474851ae7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9c68c66474851ae7","status":"passed","time":{"start":1724861070663,"stop":1724861070664,"duration":1}},{"uid":"f7e7460e08d60cda","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f7e7460e08d60cda","status":"passed","time":{"start":1724860931328,"stop":1724860931329,"duration":1}}]},"ede2017c80258f952a9fda87168c0d5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"98a32868f726f38f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/98a32868f726f38f","status":"passed","time":{"start":1724921619631,"stop":1724921619632,"duration":1}}]},"621f2942de2d10dc49dd6c311921015b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"245e853426170402","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/245e853426170402","status":"passed","time":{"start":1724921061373,"stop":1724921061373,"duration":0}},{"uid":"b045c090c74a7cac","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b045c090c74a7cac","status":"passed","time":{"start":1724921036553,"stop":1724921036561,"duration":8}},{"uid":"7d81fc90477d33a7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7d81fc90477d33a7","status":"passed","time":{"start":1724917696995,"stop":1724917696995,"duration":0}},{"uid":"b470334305123fd5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b470334305123fd5","status":"passed","time":{"start":1724889475438,"stop":1724889475438,"duration":0}},{"uid":"75ece2c30678909a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/75ece2c30678909a","status":"passed","time":{"start":1724888626532,"stop":1724888626532,"duration":0}},{"uid":"bea27e397dde7697","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bea27e397dde7697","status":"passed","time":{"start":1724887782740,"stop":1724887782740,"duration":0}},{"uid":"53a0bb06280d3226","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/53a0bb06280d3226","status":"passed","time":{"start":1724886549352,"stop":1724886549352,"duration":0}},{"uid":"e419753119fcb9ef","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e419753119fcb9ef","status":"passed","time":{"start":1724886326875,"stop":1724886326877,"duration":2}},{"uid":"3a9fb6d52fc41214","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a9fb6d52fc41214","status":"passed","time":{"start":1724861776303,"stop":1724861776304,"duration":1}},{"uid":"52e12bd60d7f1413","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/52e12bd60d7f1413","status":"passed","time":{"start":1724861246687,"stop":1724861246688,"duration":1}},{"uid":"9c9b7b97e6d9af92","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9c9b7b97e6d9af92","status":"passed","time":{"start":1724861070672,"stop":1724861070673,"duration":1}},{"uid":"2718ba0587b0e8b7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2718ba0587b0e8b7","status":"passed","time":{"start":1724860931332,"stop":1724860931333,"duration":1}}]},"c92b1bec7c6107d3bb2e4713c435783f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"86eedcf7510d4ac9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/86eedcf7510d4ac9","status":"passed","time":{"start":1724921625040,"stop":1724921625043,"duration":3}},{"uid":"9a551bf8b8bd9321","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9a551bf8b8bd9321","status":"passed","time":{"start":1724921590485,"stop":1724921590485,"duration":0}},{"uid":"45680a0348d65a6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/45680a0348d65a6","status":"passed","time":{"start":1724918287561,"stop":1724918287561,"duration":0}},{"uid":"21c87d77315d2021","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/21c87d77315d2021","status":"passed","time":{"start":1724890047784,"stop":1724890047784,"duration":0}},{"uid":"691976fbc6a2d969","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/691976fbc6a2d969","status":"passed","time":{"start":1724889183917,"stop":1724889183917,"duration":0}},{"uid":"706c52665deaf4e1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/706c52665deaf4e1","status":"passed","time":{"start":1724888354161,"stop":1724888354161,"duration":0}},{"uid":"e2954e1f72619164","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e2954e1f72619164","status":"passed","time":{"start":1724887145653,"stop":1724887145653,"duration":0}},{"uid":"cb5f30d9d6b4847b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cb5f30d9d6b4847b","status":"passed","time":{"start":1724886915780,"stop":1724886915781,"duration":1}},{"uid":"5f5eab9c298030e9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f5eab9c298030e9","status":"passed","time":{"start":1724862341433,"stop":1724862341434,"duration":1}},{"uid":"f8777c82165ff95f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f8777c82165ff95f","status":"passed","time":{"start":1724861805437,"stop":1724861805437,"duration":0}},{"uid":"3063f3f83f55b96b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3063f3f83f55b96b","status":"passed","time":{"start":1724861662250,"stop":1724861662252,"duration":2}},{"uid":"acbcbb7d2c22646f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/acbcbb7d2c22646f","status":"passed","time":{"start":1724861492505,"stop":1724861492505,"duration":0}}]},"092904e3fbb2fb2034d3029dbedc26b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f59a776e608d10ed","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f59a776e608d10ed","status":"passed","time":{"start":1724921656192,"stop":1724921656193,"duration":1}},{"uid":"e55354b75059642e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e55354b75059642e","status":"passed","time":{"start":1724921620459,"stop":1724921620460,"duration":1}},{"uid":"3516686368bad736","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3516686368bad736","status":"passed","time":{"start":1724918327710,"stop":1724918327710,"duration":0}},{"uid":"d4d4b306da4dec38","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d4d4b306da4dec38","status":"passed","time":{"start":1724890078471,"stop":1724890078471,"duration":0}},{"uid":"d3cc07c6dcc32404","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3cc07c6dcc32404","status":"passed","time":{"start":1724889213826,"stop":1724889213826,"duration":0}},{"uid":"c1ef1a6669b902d1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c1ef1a6669b902d1","status":"passed","time":{"start":1724888383602,"stop":1724888383603,"duration":1}},{"uid":"cbf024b55f2370aa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cbf024b55f2370aa","status":"passed","time":{"start":1724887164579,"stop":1724887164579,"duration":0}},{"uid":"5483b55a5a82d6cc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5483b55a5a82d6cc","status":"passed","time":{"start":1724886943100,"stop":1724886943101,"duration":1}},{"uid":"b71f53f441a1e6a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b71f53f441a1e6a7","status":"passed","time":{"start":1724862368929,"stop":1724862368930,"duration":1}},{"uid":"861323f12e97c1e3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/861323f12e97c1e3","status":"passed","time":{"start":1724861835946,"stop":1724861835946,"duration":0}},{"uid":"baf9a82cc0666905","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/baf9a82cc0666905","status":"passed","time":{"start":1724861692903,"stop":1724861692903,"duration":0}},{"uid":"f07fd1092d082992","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f07fd1092d082992","status":"passed","time":{"start":1724861520700,"stop":1724861520700,"duration":0}}]},"bc2911dc5e058c55badce3ad9d78f48d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"68fb3e5ed49b6777","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/68fb3e5ed49b6777","status":"passed","time":{"start":1724921267873,"stop":1724921267873,"duration":0}},{"uid":"9d573acfd3c459f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9d573acfd3c459f","status":"passed","time":{"start":1724921244381,"stop":1724921244385,"duration":4}},{"uid":"140cfd149e9f821f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/140cfd149e9f821f","status":"passed","time":{"start":1724917916057,"stop":1724917916057,"duration":0}},{"uid":"feb897b9bfe5b421","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/feb897b9bfe5b421","status":"passed","time":{"start":1724889678258,"stop":1724889678258,"duration":0}},{"uid":"fdc909603260b635","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fdc909603260b635","status":"passed","time":{"start":1724888831687,"stop":1724888831687,"duration":0}},{"uid":"c8031fba16607abf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c8031fba16607abf","status":"passed","time":{"start":1724888003323,"stop":1724888003323,"duration":0}},{"uid":"3a545a47965a6f6e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3a545a47965a6f6e","status":"passed","time":{"start":1724886776612,"stop":1724886776612,"duration":0}},{"uid":"eee689a13a4d7fec","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eee689a13a4d7fec","status":"passed","time":{"start":1724886555800,"stop":1724886555801,"duration":1}},{"uid":"be5403631441d9ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/be5403631441d9ee","status":"passed","time":{"start":1724861983013,"stop":1724861983013,"duration":0}},{"uid":"a3a54aa03ab52ff1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a3a54aa03ab52ff1","status":"passed","time":{"start":1724861444069,"stop":1724861444070,"duration":1}},{"uid":"1a2d9c1d18db2a22","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1a2d9c1d18db2a22","status":"passed","time":{"start":1724861285837,"stop":1724861285838,"duration":1}},{"uid":"9d8f78748e0333d0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9d8f78748e0333d0","status":"passed","time":{"start":1724861145675,"stop":1724861145675,"duration":0}}]},"a3cc383bd6e617a342bb397e3e2df2f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c3b43a70a8e92324","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c3b43a70a8e92324","status":"passed","time":{"start":1724921051056,"stop":1724921051056,"duration":0}},{"uid":"69fcee23f1e202d7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/69fcee23f1e202d7","status":"passed","time":{"start":1724921026362,"stop":1724921026362,"duration":0}},{"uid":"fcb0a2cb33394619","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fcb0a2cb33394619","status":"passed","time":{"start":1724917686540,"stop":1724917686540,"duration":0}},{"uid":"35765f4a6b96a24","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/35765f4a6b96a24","status":"passed","time":{"start":1724889465471,"stop":1724889465471,"duration":0}},{"uid":"94a3e7d8c2cf4246","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/94a3e7d8c2cf4246","status":"passed","time":{"start":1724888616212,"stop":1724888616212,"duration":0}},{"uid":"2580f8f454949feb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2580f8f454949feb","status":"passed","time":{"start":1724887772448,"stop":1724887772449,"duration":1}},{"uid":"8dd7c88b2b279c24","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8dd7c88b2b279c24","status":"passed","time":{"start":1724886538860,"stop":1724886538860,"duration":0}},{"uid":"6b8a5f6e90bb2f87","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6b8a5f6e90bb2f87","status":"passed","time":{"start":1724886316626,"stop":1724886316627,"duration":1}},{"uid":"e227d697bb647135","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e227d697bb647135","status":"passed","time":{"start":1724861765762,"stop":1724861765763,"duration":1}},{"uid":"d12d70dc2195687c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d12d70dc2195687c","status":"passed","time":{"start":1724861236573,"stop":1724861236573,"duration":0}},{"uid":"494c97cfd53f4c0a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/494c97cfd53f4c0a","status":"passed","time":{"start":1724861059470,"stop":1724861059471,"duration":1}},{"uid":"a521614a526acaf3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a521614a526acaf3","status":"passed","time":{"start":1724860920726,"stop":1724860920726,"duration":0}}]},"c02f640a4cb723b7d1f0fba2bbe35aeb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"356e592f9b04351f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/356e592f9b04351f","status":"passed","time":{"start":1724888292536,"stop":1724888292545,"duration":9}}]},"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"54a92f9cd6e93359","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/54a92f9cd6e93359","status":"passed","time":{"start":1724921073459,"stop":1724921073459,"duration":0}},{"uid":"919aed0c6d59de1a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/919aed0c6d59de1a","status":"passed","time":{"start":1724921048447,"stop":1724921048447,"duration":0}},{"uid":"aac498f322787194","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/aac498f322787194","status":"passed","time":{"start":1724917708699,"stop":1724917708699,"duration":0}},{"uid":"f3b946ad5e381ffe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3b946ad5e381ffe","status":"passed","time":{"start":1724889487515,"stop":1724889487516,"duration":1}},{"uid":"f7ecd06bc934ba7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7ecd06bc934ba7","status":"passed","time":{"start":1724888638222,"stop":1724888638223,"duration":1}},{"uid":"74e04d084f5afbbf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/74e04d084f5afbbf","status":"passed","time":{"start":1724887794483,"stop":1724887794483,"duration":0}},{"uid":"c83b7ac096f221b4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c83b7ac096f221b4","status":"passed","time":{"start":1724886561406,"stop":1724886561406,"duration":0}},{"uid":"4f798f48807c7adf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4f798f48807c7adf","status":"passed","time":{"start":1724886339062,"stop":1724886339062,"duration":0}},{"uid":"c6e265d6daa90df2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c6e265d6daa90df2","status":"passed","time":{"start":1724861788383,"stop":1724861788383,"duration":0}},{"uid":"b2476593368efc0e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b2476593368efc0e","status":"passed","time":{"start":1724861258535,"stop":1724861258535,"duration":0}},{"uid":"ebd8f3af1de1e70","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ebd8f3af1de1e70","status":"passed","time":{"start":1724861082795,"stop":1724861082795,"duration":0}},{"uid":"5bbd6fde802a231","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5bbd6fde802a231","status":"passed","time":{"start":1724860943248,"stop":1724860943248,"duration":0}}]},"42ec0fbfbeab3977e7de35c8c22845ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"df97cfc0fb2ea698","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/df97cfc0fb2ea698","status":"passed","time":{"start":1724921559011,"stop":1724921559012,"duration":1}},{"uid":"8c3b0b585e6ba02d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8c3b0b585e6ba02d","status":"passed","time":{"start":1724921524127,"stop":1724921524128,"duration":1}},{"uid":"2678f6a051c8c7c8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2678f6a051c8c7c8","status":"passed","time":{"start":1724918241653,"stop":1724918241657,"duration":4}},{"uid":"c28c538ff21ad764","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c28c538ff21ad764","status":"passed","time":{"start":1724889975472,"stop":1724889975473,"duration":1}},{"uid":"d37d27343b1b529f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d37d27343b1b529f","status":"passed","time":{"start":1724889106058,"stop":1724889106058,"duration":0}},{"uid":"6a0b6ef1c6313754","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a0b6ef1c6313754","status":"passed","time":{"start":1724888289478,"stop":1724888289479,"duration":1}},{"uid":"a40dfc6930a923e8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a40dfc6930a923e8","status":"passed","time":{"start":1724887057698,"stop":1724887057699,"duration":1}},{"uid":"539f8bc21f0a3b3f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/539f8bc21f0a3b3f","status":"passed","time":{"start":1724886839396,"stop":1724886839397,"duration":1}},{"uid":"a3c2a40034cb9620","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3c2a40034cb9620","status":"passed","time":{"start":1724862256084,"stop":1724862256085,"duration":1}},{"uid":"e0952ede005d0874","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e0952ede005d0874","status":"passed","time":{"start":1724861742232,"stop":1724861742233,"duration":1}},{"uid":"8d31162ab24fd1b8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8d31162ab24fd1b8","status":"passed","time":{"start":1724861595385,"stop":1724861595385,"duration":0}},{"uid":"2dedc1f68ce73a12","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2dedc1f68ce73a12","status":"passed","time":{"start":1724861424066,"stop":1724861424067,"duration":1}}]},"eecded0e9d3510827aa6841de2033109:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4bc76bc7d5b0b4aa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4bc76bc7d5b0b4aa","status":"passed","time":{"start":1724888345355,"stop":1724888345355,"duration":0}}]},"5d717fe3fb3652d52f97daaabbf2f619:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f3ed401537efdd33","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f3ed401537efdd33","status":"passed","time":{"start":1724921267874,"stop":1724921267874,"duration":0}},{"uid":"263f9c36ff8e06a1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/263f9c36ff8e06a1","status":"passed","time":{"start":1724921244387,"stop":1724921244396,"duration":9}},{"uid":"fb258cfa3a8a365e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fb258cfa3a8a365e","status":"passed","time":{"start":1724917916058,"stop":1724917916059,"duration":1}},{"uid":"a430b96bb56824c2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a430b96bb56824c2","status":"passed","time":{"start":1724889678259,"stop":1724889678260,"duration":1}},{"uid":"268e8e2a2eef786a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/268e8e2a2eef786a","status":"passed","time":{"start":1724888831688,"stop":1724888831689,"duration":1}},{"uid":"fcecc47ce2aa4a9a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fcecc47ce2aa4a9a","status":"passed","time":{"start":1724888003324,"stop":1724888003324,"duration":0}},{"uid":"f7fb6b6e8d584677","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f7fb6b6e8d584677","status":"passed","time":{"start":1724886776613,"stop":1724886776614,"duration":1}},{"uid":"8805f6b45d2c007c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8805f6b45d2c007c","status":"passed","time":{"start":1724886555802,"stop":1724886555802,"duration":0}},{"uid":"cc014be0c8d0eee0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc014be0c8d0eee0","status":"passed","time":{"start":1724861983014,"stop":1724861983015,"duration":1}},{"uid":"f26982c7628cc3a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f26982c7628cc3a","status":"passed","time":{"start":1724861444070,"stop":1724861444071,"duration":1}},{"uid":"2fe01ccd176c4cdf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2fe01ccd176c4cdf","status":"passed","time":{"start":1724861285839,"stop":1724861285839,"duration":0}},{"uid":"82ce7ebe913f740c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/82ce7ebe913f740c","status":"passed","time":{"start":1724861145676,"stop":1724861145676,"duration":0}}]},"6aeda46c1f2dd57a00b02dc11f2c576e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"27df9a9c148a898","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/27df9a9c148a898","status":"passed","time":{"start":1724921095759,"stop":1724921095760,"duration":1}},{"uid":"2377ded0ec1dee87","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2377ded0ec1dee87","status":"passed","time":{"start":1724921070807,"stop":1724921070808,"duration":1}},{"uid":"8bfcdd286b53430f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8bfcdd286b53430f","status":"passed","time":{"start":1724917730905,"stop":1724917730907,"duration":2}},{"uid":"804a70147a5e08fe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/804a70147a5e08fe","status":"passed","time":{"start":1724889510340,"stop":1724889510340,"duration":0}},{"uid":"99ae7dca613866a4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/99ae7dca613866a4","status":"passed","time":{"start":1724888660682,"stop":1724888660682,"duration":0}},{"uid":"3381a72b914592ac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3381a72b914592ac","status":"passed","time":{"start":1724887817140,"stop":1724887817140,"duration":0}},{"uid":"11eb2d319c892a37","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/11eb2d319c892a37","status":"passed","time":{"start":1724886584156,"stop":1724886584156,"duration":0}},{"uid":"73910a1e9b3f4075","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/73910a1e9b3f4075","status":"passed","time":{"start":1724886362416,"stop":1724886362416,"duration":0}},{"uid":"b650e863711e4b0d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b650e863711e4b0d","status":"passed","time":{"start":1724861811586,"stop":1724861811587,"duration":1}},{"uid":"39a315f39cecb82d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/39a315f39cecb82d","status":"passed","time":{"start":1724861280386,"stop":1724861280387,"duration":1}},{"uid":"f6d7be5ac821caa6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f6d7be5ac821caa6","status":"passed","time":{"start":1724861106383,"stop":1724861106383,"duration":0}},{"uid":"5b3cc3849887ffc9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5b3cc3849887ffc9","status":"passed","time":{"start":1724860966533,"stop":1724860966533,"duration":0}}]},"0e55e931074cc714780c58e3551fcc4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"980642cd59bbe44a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/980642cd59bbe44a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921098922,"stop":1724921098922,"duration":0}},{"uid":"78b0d949497d3702","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/78b0d949497d3702","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921073400,"stop":1724921073400,"duration":0}},{"uid":"6a2613d7ab2fd30","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6a2613d7ab2fd30","status":"skipped","statusDetails":"Test ignored","time":{"start":1724917744665,"stop":1724917744665,"duration":0}},{"uid":"c3e0b32f3b7141d5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c3e0b32f3b7141d5","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889518045,"stop":1724889518046,"duration":1}},{"uid":"6809a803cdffa15b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6809a803cdffa15b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888665807,"stop":1724888665807,"duration":0}},{"uid":"802e7da2abae4aee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/802e7da2abae4aee","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887821953,"stop":1724887821954,"duration":1}},{"uid":"857f7bbacca59fdd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/857f7bbacca59fdd","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886586927,"stop":1724886586927,"duration":0}},{"uid":"9ba59a6b9a253ece","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9ba59a6b9a253ece","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886375238,"stop":1724886375239,"duration":1}},{"uid":"219288d99f9c2b6a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/219288d99f9c2b6a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861815219,"stop":1724861815219,"duration":0}},{"uid":"91492a9fb7bdc949","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/91492a9fb7bdc949","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861291724,"stop":1724861291724,"duration":0}},{"uid":"9f06e7c72688701a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9f06e7c72688701a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861109880,"stop":1724861109880,"duration":0}},{"uid":"9415390865d7f6e1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9415390865d7f6e1","status":"skipped","statusDetails":"Test ignored","time":{"start":1724860972344,"stop":1724860972345,"duration":1}}]},"b3cf19a90c957289a79419ec01297026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47965cbeaf46d519","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/47965cbeaf46d519","status":"passed","time":{"start":1724887092629,"stop":1724887092629,"duration":0}}]},"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"17161b74d5c9dd0b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/17161b74d5c9dd0b","status":"passed","time":{"start":1724921072291,"stop":1724921072292,"duration":1}},{"uid":"581c4620c2c77632","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/581c4620c2c77632","status":"passed","time":{"start":1724921047283,"stop":1724921047283,"duration":0}},{"uid":"4d654295a23a937f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4d654295a23a937f","status":"passed","time":{"start":1724917707455,"stop":1724917707456,"duration":1}},{"uid":"ba6206a1c006b479","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ba6206a1c006b479","status":"passed","time":{"start":1724889486389,"stop":1724889486390,"duration":1}},{"uid":"f7dc36f535cecabb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7dc36f535cecabb","status":"passed","time":{"start":1724888637014,"stop":1724888637014,"duration":0}},{"uid":"3a92ee7fa81749e7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3a92ee7fa81749e7","status":"passed","time":{"start":1724887793424,"stop":1724887793425,"duration":1}},{"uid":"e0169cd9aca7e55b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e0169cd9aca7e55b","status":"passed","time":{"start":1724886560037,"stop":1724886560037,"duration":0}},{"uid":"9f179c3d697810f8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9f179c3d697810f8","status":"passed","time":{"start":1724886337879,"stop":1724886337880,"duration":1}},{"uid":"d631d0444a186ce1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d631d0444a186ce1","status":"passed","time":{"start":1724861787237,"stop":1724861787237,"duration":0}},{"uid":"3c1e3eff7cd33d3e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3c1e3eff7cd33d3e","status":"passed","time":{"start":1724861257428,"stop":1724861257428,"duration":0}},{"uid":"98c8c0e109b8c4c8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/98c8c0e109b8c4c8","status":"passed","time":{"start":1724861081342,"stop":1724861081342,"duration":0}},{"uid":"ce4c6409bf7b20bb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ce4c6409bf7b20bb","status":"passed","time":{"start":1724860942009,"stop":1724860942010,"duration":1}}]},"f16afeb4f39a29479f4d374f039a51ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1ef9fd84f68eab47","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1ef9fd84f68eab47","status":"passed","time":{"start":1724921625094,"stop":1724921625095,"duration":1}},{"uid":"4b5c0cd83a63fa28","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4b5c0cd83a63fa28","status":"passed","time":{"start":1724921590514,"stop":1724921590515,"duration":1}},{"uid":"a84a8b133d32a6f3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a84a8b133d32a6f3","status":"passed","time":{"start":1724918287581,"stop":1724918287582,"duration":1}},{"uid":"517e111539f8dd7a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/517e111539f8dd7a","status":"passed","time":{"start":1724890047810,"stop":1724890047810,"duration":0}},{"uid":"fe02994b0c954e61","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe02994b0c954e61","status":"passed","time":{"start":1724889183951,"stop":1724889183951,"duration":0}},{"uid":"2e1d43352cc01ee7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2e1d43352cc01ee7","status":"passed","time":{"start":1724888354191,"stop":1724888354191,"duration":0}},{"uid":"871775c6379e9701","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/871775c6379e9701","status":"passed","time":{"start":1724887145733,"stop":1724887145735,"duration":2}},{"uid":"ea625cb3deb0a277","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ea625cb3deb0a277","status":"passed","time":{"start":1724886915813,"stop":1724886915813,"duration":0}},{"uid":"adeb03bf2ac07414","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/adeb03bf2ac07414","status":"passed","time":{"start":1724862341469,"stop":1724862341469,"duration":0}},{"uid":"9fbb9f9b9b856bf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9fbb9f9b9b856bf","status":"passed","time":{"start":1724861805475,"stop":1724861805475,"duration":0}},{"uid":"6e5c2190cb8c8205","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6e5c2190cb8c8205","status":"passed","time":{"start":1724861662305,"stop":1724861662306,"duration":1}},{"uid":"7a5651c1258573d7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7a5651c1258573d7","status":"passed","time":{"start":1724861492535,"stop":1724861492535,"duration":0}}]},"87d495ed6cb5712eff44c87a45626c88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7c085d0914305d06","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7c085d0914305d06","status":"passed","time":{"start":1724918298101,"stop":1724918298102,"duration":1}}]},"0faca3cab3770da2be3545fe0b3b24a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"34e2c32fad6f096c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/34e2c32fad6f096c","status":"passed","time":{"start":1724862320145,"stop":1724862320145,"duration":0}}]},"66e6661b2d6a5853d04df67d57a38cea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6eb86312c37fa540","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6eb86312c37fa540","status":"passed","time":{"start":1724889169843,"stop":1724889169844,"duration":1}}]},"d1dac4b0a79389b79eab671d7a498873:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"dc98425d6efb3ce3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dc98425d6efb3ce3","status":"passed","time":{"start":1724921663255,"stop":1724921663256,"duration":1}},{"uid":"b4228932420729da","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b4228932420729da","status":"passed","time":{"start":1724921617881,"stop":1724921617881,"duration":0}},{"uid":"4622fe149a5b541f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4622fe149a5b541f","status":"passed","time":{"start":1724918326162,"stop":1724918326162,"duration":0}},{"uid":"fc647a32fc89b9b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc647a32fc89b9b2","status":"passed","time":{"start":1724890076394,"stop":1724890076399,"duration":5}},{"uid":"9f66b36e0dd07ecd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f66b36e0dd07ecd","status":"passed","time":{"start":1724889199691,"stop":1724889199691,"duration":0}},{"uid":"4c583dcde2e32620","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4c583dcde2e32620","status":"passed","time":{"start":1724888382428,"stop":1724888382429,"duration":1}},{"uid":"c8bffb30c3021f86","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c8bffb30c3021f86","status":"passed","time":{"start":1724887156371,"stop":1724887156371,"duration":0}},{"uid":"e953d34f97ad227e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e953d34f97ad227e","status":"passed","time":{"start":1724886936173,"stop":1724886936174,"duration":1}},{"uid":"d5b0314c2fed6274","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d5b0314c2fed6274","status":"passed","time":{"start":1724862347648,"stop":1724862347649,"duration":1}},{"uid":"c26d031396d0b07f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c26d031396d0b07f","status":"passed","time":{"start":1724861827959,"stop":1724861827959,"duration":0}},{"uid":"35a94f3d3b316ae9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/35a94f3d3b316ae9","status":"passed","time":{"start":1724861685961,"stop":1724861685962,"duration":1}},{"uid":"48d445013b57dbca","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/48d445013b57dbca","status":"passed","time":{"start":1724861514748,"stop":1724861514748,"duration":0}}]},"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"718c7490c243eab2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/718c7490c243eab2","status":"passed","time":{"start":1724921517832,"stop":1724921517832,"duration":0}},{"uid":"ed8cf29bf6f1f09d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ed8cf29bf6f1f09d","status":"passed","time":{"start":1724921478626,"stop":1724921478627,"duration":1}},{"uid":"b2e8fb89c87dbd94","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b2e8fb89c87dbd94","status":"passed","time":{"start":1724918183231,"stop":1724918183232,"duration":1}},{"uid":"4df36f1a9898b633","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4df36f1a9898b633","status":"passed","time":{"start":1724889938071,"stop":1724889938071,"duration":0}},{"uid":"d65ae7d8dd970ae4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d65ae7d8dd970ae4","status":"passed","time":{"start":1724889075463,"stop":1724889075464,"duration":1}},{"uid":"d27c747e2f174eb8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d27c747e2f174eb8","status":"passed","time":{"start":1724888234970,"stop":1724888234970,"duration":0}},{"uid":"b59c0bfd96a64b6c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b59c0bfd96a64b6c","status":"passed","time":{"start":1724887020971,"stop":1724887020971,"duration":0}},{"uid":"17a3edddfa5bf09f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/17a3edddfa5bf09f","status":"passed","time":{"start":1724886784130,"stop":1724886784130,"duration":0}},{"uid":"dd9aecef6d7b16b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd9aecef6d7b16b3","status":"passed","time":{"start":1724862216273,"stop":1724862216273,"duration":0}},{"uid":"45f48d77cccffc0c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/45f48d77cccffc0c","status":"passed","time":{"start":1724861688535,"stop":1724861688535,"duration":0}},{"uid":"ea82a49f53f78960","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ea82a49f53f78960","status":"passed","time":{"start":1724861549003,"stop":1724861549003,"duration":0}},{"uid":"8a9979c3d54e09ce","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8a9979c3d54e09ce","status":"passed","time":{"start":1724861380653,"stop":1724861380654,"duration":1}}]},"1570901c4a483e16a08731b8adcdfd1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a672affa03909747","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a672affa03909747","status":"passed","time":{"start":1724861285837,"stop":1724861285837,"duration":0}}]},"2c38edf2bff7b402cbdd005b29a27e4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"58a740f1963eaf0e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/58a740f1963eaf0e","status":"passed","time":{"start":1724921270360,"stop":1724921270361,"duration":1}},{"uid":"5959c3aaf6ddcbc4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5959c3aaf6ddcbc4","status":"passed","time":{"start":1724921247820,"stop":1724921247823,"duration":3}},{"uid":"2939365749787252","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2939365749787252","status":"passed","time":{"start":1724917989821,"stop":1724917989821,"duration":0}},{"uid":"890bbc6b67a5b552","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/890bbc6b67a5b552","status":"passed","time":{"start":1724889678567,"stop":1724889678567,"duration":0}},{"uid":"2c966d42a430fbac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c966d42a430fbac","status":"passed","time":{"start":1724888829845,"stop":1724888829845,"duration":0}},{"uid":"bd8481af79d985b6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bd8481af79d985b6","status":"passed","time":{"start":1724888077013,"stop":1724888077013,"duration":0}},{"uid":"86ee2281d08d0b28","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/86ee2281d08d0b28","status":"passed","time":{"start":1724886851128,"stop":1724886851128,"duration":0}},{"uid":"9af0dbc69d4fb281","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9af0dbc69d4fb281","status":"passed","time":{"start":1724886647118,"stop":1724886647119,"duration":1}},{"uid":"ce664a4ec07e7d0b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ce664a4ec07e7d0b","status":"passed","time":{"start":1724861992715,"stop":1724861992715,"duration":0}},{"uid":"dbed1233c3bef924","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dbed1233c3bef924","status":"passed","time":{"start":1724861469646,"stop":1724861469646,"duration":0}},{"uid":"d43402a0dfc1156e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d43402a0dfc1156e","status":"passed","time":{"start":1724861284862,"stop":1724861284862,"duration":0}},{"uid":"6a35fa005ffe74d5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6a35fa005ffe74d5","status":"passed","time":{"start":1724861145811,"stop":1724861145812,"duration":1}}]},"ed419898172e7eee423d0f0dfaf35256:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9d96481970d1e637","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9d96481970d1e637","status":"passed","time":{"start":1724921065912,"stop":1724921065912,"duration":0}},{"uid":"66ea419c0bd6a766","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/66ea419c0bd6a766","status":"passed","time":{"start":1724921040948,"stop":1724921040949,"duration":1}},{"uid":"5d0e483f376e381d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5d0e483f376e381d","status":"passed","time":{"start":1724917701157,"stop":1724917701157,"duration":0}},{"uid":"a6e044be0c506934","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a6e044be0c506934","status":"passed","time":{"start":1724889479976,"stop":1724889479977,"duration":1}},{"uid":"853f1be6580a435e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/853f1be6580a435e","status":"passed","time":{"start":1724888630726,"stop":1724888630726,"duration":0}},{"uid":"11a0b5c2f1fc0e70","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/11a0b5c2f1fc0e70","status":"passed","time":{"start":1724887787008,"stop":1724887787008,"duration":0}},{"uid":"c559c3d1953e6b82","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c559c3d1953e6b82","status":"passed","time":{"start":1724886553671,"stop":1724886553671,"duration":0}},{"uid":"7895d6ec0c0cc072","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7895d6ec0c0cc072","status":"passed","time":{"start":1724886331494,"stop":1724886331494,"duration":0}},{"uid":"3fac0467391d32a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3fac0467391d32a7","status":"passed","time":{"start":1724861780658,"stop":1724861780658,"duration":0}},{"uid":"407b708bfac08424","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/407b708bfac08424","status":"passed","time":{"start":1724861251100,"stop":1724861251100,"duration":0}},{"uid":"12bf805d5b1d2db","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/12bf805d5b1d2db","status":"passed","time":{"start":1724861074810,"stop":1724861074810,"duration":0}},{"uid":"a2e05d7d87d9ab","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a2e05d7d87d9ab","status":"passed","time":{"start":1724860935673,"stop":1724860935673,"duration":0}}]},"b814f53d953af6d59b05cb32f09927ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b8d8efd9ed67c195","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b8d8efd9ed67c195","status":"passed","time":{"start":1724921270358,"stop":1724921270359,"duration":1}},{"uid":"f27a9a4721e7e071","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f27a9a4721e7e071","status":"passed","time":{"start":1724921247819,"stop":1724921247819,"duration":0}},{"uid":"52ae2c85f9bbf062","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/52ae2c85f9bbf062","status":"passed","time":{"start":1724917989820,"stop":1724917989820,"duration":0}},{"uid":"a30d8a853f5a5498","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a30d8a853f5a5498","status":"passed","time":{"start":1724889678552,"stop":1724889678566,"duration":14}},{"uid":"767fb74844185b45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/767fb74844185b45","status":"passed","time":{"start":1724888829844,"stop":1724888829844,"duration":0}},{"uid":"365803996919c84b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/365803996919c84b","status":"passed","time":{"start":1724888077011,"stop":1724888077012,"duration":1}},{"uid":"1515cf6963e15c8b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1515cf6963e15c8b","status":"passed","time":{"start":1724886851126,"stop":1724886851127,"duration":1}},{"uid":"9361976f5d4815e6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9361976f5d4815e6","status":"passed","time":{"start":1724886647112,"stop":1724886647113,"duration":1}},{"uid":"3d074674488fd84a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3d074674488fd84a","status":"passed","time":{"start":1724861992714,"stop":1724861992714,"duration":0}},{"uid":"c55b68e47b9ceac0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c55b68e47b9ceac0","status":"passed","time":{"start":1724861469645,"stop":1724861469645,"duration":0}},{"uid":"21ff70c823a7f9f7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/21ff70c823a7f9f7","status":"passed","time":{"start":1724861284860,"stop":1724861284860,"duration":0}},{"uid":"e74d7075e7479a71","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e74d7075e7479a71","status":"passed","time":{"start":1724861145810,"stop":1724861145811,"duration":1}}]},"bede14fda3de07c736e72cb44bcddbf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a0f02d877f030cc7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a0f02d877f030cc7","status":"passed","time":{"start":1724886555800,"stop":1724886555800,"duration":0}}]},"dd71c6b4b796463767b152e4336624c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"13c80ad05d468c2e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/13c80ad05d468c2e","status":"passed","time":{"start":1724921065911,"stop":1724921065911,"duration":0}},{"uid":"aae7650a3897d70b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/aae7650a3897d70b","status":"passed","time":{"start":1724921040948,"stop":1724921040948,"duration":0}},{"uid":"c245e3e77c7f8500","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c245e3e77c7f8500","status":"passed","time":{"start":1724917701156,"stop":1724917701156,"duration":0}},{"uid":"2bf5c86bae46c95e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2bf5c86bae46c95e","status":"passed","time":{"start":1724889479975,"stop":1724889479976,"duration":1}},{"uid":"ffc5052ffc46613c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ffc5052ffc46613c","status":"passed","time":{"start":1724888630725,"stop":1724888630725,"duration":0}},{"uid":"6a520aec0b50b98c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a520aec0b50b98c","status":"passed","time":{"start":1724887787007,"stop":1724887787007,"duration":0}},{"uid":"c212a3cda4c4d96c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c212a3cda4c4d96c","status":"passed","time":{"start":1724886553670,"stop":1724886553670,"duration":0}},{"uid":"f1a2d273aa59c66d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f1a2d273aa59c66d","status":"passed","time":{"start":1724886331493,"stop":1724886331493,"duration":0}},{"uid":"ca85fe10e1052350","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ca85fe10e1052350","status":"passed","time":{"start":1724861780657,"stop":1724861780657,"duration":0}},{"uid":"1f026385775cccb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1f026385775cccb","status":"passed","time":{"start":1724861251099,"stop":1724861251099,"duration":0}},{"uid":"a5a7950c5b112862","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a5a7950c5b112862","status":"passed","time":{"start":1724861074809,"stop":1724861074809,"duration":0}},{"uid":"c15126ca4d6b81a2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c15126ca4d6b81a2","status":"passed","time":{"start":1724860935672,"stop":1724860935672,"duration":0}}]},"0875eae35c3e6c8a0178a28be0eeb7dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b444d838d3b1db3e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b444d838d3b1db3e","status":"passed","time":{"start":1724921497759,"stop":1724921497759,"duration":0}},{"uid":"ed8b6ea5b5d0c816","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ed8b6ea5b5d0c816","status":"passed","time":{"start":1724921408414,"stop":1724921408415,"duration":1}},{"uid":"6837c138105c0156","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6837c138105c0156","status":"passed","time":{"start":1724918086871,"stop":1724918086872,"duration":1}},{"uid":"5a54ae8241e7839d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5a54ae8241e7839d","status":"passed","time":{"start":1724889892448,"stop":1724889892448,"duration":0}},{"uid":"d73f99c5ff7fcba3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d73f99c5ff7fcba3","status":"passed","time":{"start":1724888997218,"stop":1724888997218,"duration":0}},{"uid":"6930d3dac15172e2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6930d3dac15172e2","status":"passed","time":{"start":1724888159507,"stop":1724888159509,"duration":2}},{"uid":"126a10f429c0f043","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/126a10f429c0f043","status":"passed","time":{"start":1724886937308,"stop":1724886937308,"duration":0}},{"uid":"f42d11e31216dd7f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f42d11e31216dd7f","status":"passed","time":{"start":1724886709808,"stop":1724886709809,"duration":1}},{"uid":"9448f809adc21443","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9448f809adc21443","status":"passed","time":{"start":1724862123538,"stop":1724862123539,"duration":1}},{"uid":"d79e86d353ecf11a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d79e86d353ecf11a","status":"passed","time":{"start":1724861620105,"stop":1724861620105,"duration":0}},{"uid":"7b324c819f9f63cc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7b324c819f9f63cc","status":"passed","time":{"start":1724861460254,"stop":1724861460254,"duration":0}},{"uid":"6c030e2d5d4ae587","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6c030e2d5d4ae587","status":"passed","time":{"start":1724861330174,"stop":1724861330174,"duration":0}}]},"a6248e38e3ebb78d4f489e39319737f3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e8e58da2ba63783d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e8e58da2ba63783d","status":"passed","time":{"start":1724918285618,"stop":1724918285618,"duration":0}}]},"e143b61854162a0dcf4f6911e61441b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"de25339d752dfb10","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/de25339d752dfb10","status":"passed","time":{"start":1724921270352,"stop":1724921270353,"duration":1}},{"uid":"2a5b3ed22eb45df5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2a5b3ed22eb45df5","status":"passed","time":{"start":1724921247813,"stop":1724921247814,"duration":1}},{"uid":"b0fa06e951e4676d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b0fa06e951e4676d","status":"passed","time":{"start":1724917989814,"stop":1724917989814,"duration":0}},{"uid":"e5d74b0dbffb9720","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e5d74b0dbffb9720","status":"passed","time":{"start":1724889678547,"stop":1724889678547,"duration":0}},{"uid":"a9d997de77b39d64","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9d997de77b39d64","status":"passed","time":{"start":1724888829833,"stop":1724888829834,"duration":1}},{"uid":"9306a4318504817c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9306a4318504817c","status":"passed","time":{"start":1724888076986,"stop":1724888076987,"duration":1}},{"uid":"7a1888a9bd5c6829","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7a1888a9bd5c6829","status":"passed","time":{"start":1724886851121,"stop":1724886851121,"duration":0}},{"uid":"c4f898fd5c5a5a2f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c4f898fd5c5a5a2f","status":"passed","time":{"start":1724886647085,"stop":1724886647091,"duration":6}},{"uid":"ff2b011183fbbc8b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff2b011183fbbc8b","status":"passed","time":{"start":1724861992709,"stop":1724861992709,"duration":0}},{"uid":"3fd39ea4e4d83acb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3fd39ea4e4d83acb","status":"passed","time":{"start":1724861469637,"stop":1724861469638,"duration":1}},{"uid":"b6038eec68a707e4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b6038eec68a707e4","status":"passed","time":{"start":1724861284853,"stop":1724861284853,"duration":0}},{"uid":"7946f38abc24d047","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7946f38abc24d047","status":"passed","time":{"start":1724861145798,"stop":1724861145798,"duration":0}}]},"bdabfcfb86055f5c81ec321675060d04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"19d636f5194df652","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/19d636f5194df652","status":"passed","time":{"start":1724921563022,"stop":1724921563022,"duration":0}},{"uid":"bccef0dce924e84d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bccef0dce924e84d","status":"passed","time":{"start":1724921526818,"stop":1724921526819,"duration":1}},{"uid":"16e7e47506fdf67a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/16e7e47506fdf67a","status":"passed","time":{"start":1724918239954,"stop":1724918239954,"duration":0}},{"uid":"545733b0e1be8bd6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/545733b0e1be8bd6","status":"passed","time":{"start":1724889980929,"stop":1724889980929,"duration":0}},{"uid":"f753b364677fd5c8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f753b364677fd5c8","status":"passed","time":{"start":1724889109980,"stop":1724889109981,"duration":1}},{"uid":"5e613a9baa783277","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5e613a9baa783277","status":"passed","time":{"start":1724888294727,"stop":1724888294728,"duration":1}},{"uid":"9517c8a0c68f3a08","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9517c8a0c68f3a08","status":"passed","time":{"start":1724887071748,"stop":1724887071748,"duration":0}},{"uid":"1819fe9ce3a00873","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1819fe9ce3a00873","status":"passed","time":{"start":1724886848351,"stop":1724886848351,"duration":0}},{"uid":"1c71fbe5339bcb2e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c71fbe5339bcb2e","status":"passed","time":{"start":1724862259263,"stop":1724862259263,"duration":0}},{"uid":"8591c449ba5f1c7c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8591c449ba5f1c7c","status":"passed","time":{"start":1724861735337,"stop":1724861735337,"duration":0}},{"uid":"c591f7f72fab31ed","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c591f7f72fab31ed","status":"passed","time":{"start":1724861606354,"stop":1724861606354,"duration":0}},{"uid":"508abcbf0668fbb9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/508abcbf0668fbb9","status":"passed","time":{"start":1724861426693,"stop":1724861426694,"duration":1}}]},"60bb4e746e6880f19d8f2d9058253996:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"895e02af6eeb9af0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/895e02af6eeb9af0","status":"passed","time":{"start":1724921515255,"stop":1724921515256,"duration":1}},{"uid":"62714064192d9959","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/62714064192d9959","status":"passed","time":{"start":1724921475504,"stop":1724921475519,"duration":15}},{"uid":"802110ca2b1e25b7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/802110ca2b1e25b7","status":"passed","time":{"start":1724918179438,"stop":1724918179438,"duration":0}},{"uid":"b2b1e9bb0225eefa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b2b1e9bb0225eefa","status":"passed","time":{"start":1724889935353,"stop":1724889935353,"duration":0}},{"uid":"104c39c1f106a78c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/104c39c1f106a78c","status":"passed","time":{"start":1724889072769,"stop":1724889072769,"duration":0}},{"uid":"40e403f59f409fb1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/40e403f59f409fb1","status":"passed","time":{"start":1724888232429,"stop":1724888232429,"duration":0}},{"uid":"ae1ae1e20eae0080","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ae1ae1e20eae0080","status":"passed","time":{"start":1724887018316,"stop":1724887018317,"duration":1}},{"uid":"9832f704efef7a92","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9832f704efef7a92","status":"passed","time":{"start":1724886781505,"stop":1724886781505,"duration":0}},{"uid":"6522855a6738bf45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6522855a6738bf45","status":"passed","time":{"start":1724862213685,"stop":1724862213685,"duration":0}},{"uid":"704fcef24aa026c6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/704fcef24aa026c6","status":"passed","time":{"start":1724861685886,"stop":1724861685888,"duration":2}},{"uid":"1c4951d6d5505592","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1c4951d6d5505592","status":"passed","time":{"start":1724861546212,"stop":1724861546212,"duration":0}},{"uid":"6aa5c087a833effd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6aa5c087a833effd","status":"passed","time":{"start":1724861378126,"stop":1724861378126,"duration":0}}]},"b5d044c62609b11109a892afcfd90469:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"792ec32bb94df336","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/792ec32bb94df336","status":"passed","time":{"start":1724921529565,"stop":1724921529566,"duration":1}},{"uid":"69bb5f38b026f34b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/69bb5f38b026f34b","status":"passed","time":{"start":1724921488870,"stop":1724921488870,"duration":0}},{"uid":"206bb3d0b4e44b4a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/206bb3d0b4e44b4a","status":"passed","time":{"start":1724918203665,"stop":1724918203666,"duration":1}},{"uid":"427a7b552cb81b5b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/427a7b552cb81b5b","status":"passed","time":{"start":1724889938347,"stop":1724889938347,"duration":0}},{"uid":"2b527584f44d0c35","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b527584f44d0c35","status":"passed","time":{"start":1724889077029,"stop":1724889077029,"duration":0}},{"uid":"5b9b2de70ca297f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5b9b2de70ca297f9","status":"passed","time":{"start":1724888267999,"stop":1724888267999,"duration":0}},{"uid":"81793f2f7bd6c947","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/81793f2f7bd6c947","status":"passed","time":{"start":1724887032385,"stop":1724887032385,"duration":0}},{"uid":"b865f3d1606b4f0b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b865f3d1606b4f0b","status":"passed","time":{"start":1724886822782,"stop":1724886822782,"duration":0}},{"uid":"8abf936ba6a1dd03","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8abf936ba6a1dd03","status":"passed","time":{"start":1724862233500,"stop":1724862233500,"duration":0}},{"uid":"6c6e24f29cc3d0f0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6c6e24f29cc3d0f0","status":"passed","time":{"start":1724861712660,"stop":1724861712660,"duration":0}},{"uid":"b646e23b43033ce2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b646e23b43033ce2","status":"passed","time":{"start":1724861567871,"stop":1724861567871,"duration":0}},{"uid":"4707679e82eeb500","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4707679e82eeb500","status":"passed","time":{"start":1724861392035,"stop":1724861392036,"duration":1}}]},"56c4f33cf61e0b92c0f6d531ad3f6d7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d4aeb13d938bf2dc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d4aeb13d938bf2dc","status":"passed","time":{"start":1724921515238,"stop":1724921515238,"duration":0}},{"uid":"d3d1757601a7027c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d3d1757601a7027c","status":"passed","time":{"start":1724921475499,"stop":1724921475499,"duration":0}},{"uid":"9b2bb5484725e3cc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9b2bb5484725e3cc","status":"passed","time":{"start":1724918179410,"stop":1724918179410,"duration":0}},{"uid":"430388a7bbd6d34d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/430388a7bbd6d34d","status":"passed","time":{"start":1724889935349,"stop":1724889935349,"duration":0}},{"uid":"ca4b2dfe1ac40588","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ca4b2dfe1ac40588","status":"passed","time":{"start":1724889072764,"stop":1724889072764,"duration":0}},{"uid":"6ab65e83713e01ec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6ab65e83713e01ec","status":"passed","time":{"start":1724888232425,"stop":1724888232425,"duration":0}},{"uid":"186a8ccc1a2c52d8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/186a8ccc1a2c52d8","status":"passed","time":{"start":1724887018312,"stop":1724887018312,"duration":0}},{"uid":"3ac3439e15adb867","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3ac3439e15adb867","status":"passed","time":{"start":1724886781498,"stop":1724886781499,"duration":1}},{"uid":"743974766ff8b346","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/743974766ff8b346","status":"passed","time":{"start":1724862213673,"stop":1724862213674,"duration":1}},{"uid":"f35cda42c33c144e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f35cda42c33c144e","status":"passed","time":{"start":1724861685874,"stop":1724861685874,"duration":0}},{"uid":"c9e1371be128a96d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c9e1371be128a96d","status":"passed","time":{"start":1724861546200,"stop":1724861546200,"duration":0}},{"uid":"1445323ff0aa86d2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1445323ff0aa86d2","status":"passed","time":{"start":1724861378121,"stop":1724861378122,"duration":1}}]},"be405d32107130de5c3728b1d6865941:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"eefd350acbced041","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/eefd350acbced041","status":"passed","time":{"start":1724921037653,"stop":1724921037653,"duration":0}},{"uid":"fb25c8af66b2e2d0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fb25c8af66b2e2d0","status":"passed","time":{"start":1724921013066,"stop":1724921013067,"duration":1}},{"uid":"c3a51a5bf6fe117a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c3a51a5bf6fe117a","status":"passed","time":{"start":1724917673307,"stop":1724917673307,"duration":0}},{"uid":"9f94365fb856ba3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f94365fb856ba3e","status":"passed","time":{"start":1724889452326,"stop":1724889452327,"duration":1}},{"uid":"53a1cde37ceed333","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/53a1cde37ceed333","status":"passed","time":{"start":1724888602859,"stop":1724888602859,"duration":0}},{"uid":"3a04563d6e060a6f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3a04563d6e060a6f","status":"passed","time":{"start":1724887759179,"stop":1724887759180,"duration":1}},{"uid":"9993adc4d340d17d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9993adc4d340d17d","status":"passed","time":{"start":1724886525557,"stop":1724886525557,"duration":0}},{"uid":"64bb468c26e09cb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/64bb468c26e09cb","status":"passed","time":{"start":1724886303413,"stop":1724886303413,"duration":0}},{"uid":"c01c0c0c671f49a3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c01c0c0c671f49a3","status":"passed","time":{"start":1724861752249,"stop":1724861752250,"duration":1}},{"uid":"32cba96932ca60bb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/32cba96932ca60bb","status":"passed","time":{"start":1724861223370,"stop":1724861223370,"duration":0}},{"uid":"8e71d900b98e5d68","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8e71d900b98e5d68","status":"passed","time":{"start":1724861045219,"stop":1724861045219,"duration":0}},{"uid":"81ca550389dd7a7d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/81ca550389dd7a7d","status":"passed","time":{"start":1724860907105,"stop":1724860907106,"duration":1}}]},"a53b7dc1dd17d9a7651a7c77ed07b6ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6f989cc418aec268","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6f989cc418aec268","status":"passed","time":{"start":1724921602957,"stop":1724921602958,"duration":1}},{"uid":"e5a0a06dc166f092","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e5a0a06dc166f092","status":"passed","time":{"start":1724921571101,"stop":1724921571101,"duration":0}},{"uid":"41810f635045a262","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/41810f635045a262","status":"passed","time":{"start":1724918285598,"stop":1724918285599,"duration":1}},{"uid":"a2212330b8b13c8b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2212330b8b13c8b","status":"passed","time":{"start":1724890030094,"stop":1724890030095,"duration":1}},{"uid":"a8073867e3b0819f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a8073867e3b0819f","status":"passed","time":{"start":1724889171912,"stop":1724889171913,"duration":1}},{"uid":"b7e23f998bae518e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b7e23f998bae518e","status":"passed","time":{"start":1724888350730,"stop":1724888350730,"duration":0}},{"uid":"8d2ab5d7e4947fe9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8d2ab5d7e4947fe9","status":"passed","time":{"start":1724887115414,"stop":1724887115415,"duration":1}},{"uid":"967720b95b730bc9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/967720b95b730bc9","status":"passed","time":{"start":1724886884580,"stop":1724886884580,"duration":0}},{"uid":"2adc9a6ba0b3bd89","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2adc9a6ba0b3bd89","status":"passed","time":{"start":1724862322265,"stop":1724862322265,"duration":0}},{"uid":"2caca435203cc49","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2caca435203cc49","status":"passed","time":{"start":1724861790755,"stop":1724861790755,"duration":0}},{"uid":"ad2e83d3e955ef39","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ad2e83d3e955ef39","status":"passed","time":{"start":1724861628424,"stop":1724861628424,"duration":0}},{"uid":"a59871e27e1f3915","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a59871e27e1f3915","status":"passed","time":{"start":1724861465629,"stop":1724861465629,"duration":0}}]},"edfa6bfe84391d70a453d2de96129f74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f477565970dcb5e1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f477565970dcb5e1","status":"passed","time":{"start":1724921564779,"stop":1724921564781,"duration":2}}]},"c90dab9d14233648fff488c12010b418:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cbb07769c6cbd999","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cbb07769c6cbd999","status":"passed","time":{"start":1724861637975,"stop":1724861637976,"duration":1}}]},"1745fb982b85b2f699c30a50ee13ca9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"de18f24d1e74e4d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/de18f24d1e74e4d9","status":"passed","time":{"start":1724861983009,"stop":1724861983009,"duration":0}}]},"88b325bbff858592c0d4ee15af68e2eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b47b92f9839de58f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b47b92f9839de58f","status":"passed","time":{"start":1724886906381,"stop":1724886906382,"duration":1}}]},"69e7497bcc4ae6ba7257ccf5b30eaaa1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7a1b752737be1be8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7a1b752737be1be8","status":"passed","time":{"start":1724861637971,"stop":1724861637971,"duration":0}}]},"2ca21eb7caaebbc9c18a204b7125d8fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f29a73ad17dd26f2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f29a73ad17dd26f2","status":"passed","time":{"start":1724921300790,"stop":1724921300790,"duration":0}},{"uid":"12b7bab0ca278ed9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/12b7bab0ca278ed9","status":"passed","time":{"start":1724921280718,"stop":1724921280719,"duration":1}},{"uid":"95adb404ee7d32cb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/95adb404ee7d32cb","status":"passed","time":{"start":1724917963262,"stop":1724917963263,"duration":1}},{"uid":"d177bde0bc6f7447","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d177bde0bc6f7447","status":"passed","time":{"start":1724889734120,"stop":1724889734120,"duration":0}},{"uid":"95092790815e8bfd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/95092790815e8bfd","status":"passed","time":{"start":1724888859618,"stop":1724888859619,"duration":1}},{"uid":"73e156cf5617ba99","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/73e156cf5617ba99","status":"passed","time":{"start":1724888053953,"stop":1724888053953,"duration":0}},{"uid":"821e54f4aa13cc68","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/821e54f4aa13cc68","status":"passed","time":{"start":1724886820677,"stop":1724886820677,"duration":0}},{"uid":"cfc90e4eb149d9aa","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cfc90e4eb149d9aa","status":"passed","time":{"start":1724886589267,"stop":1724886589268,"duration":1}},{"uid":"c59b09b7ca7921a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c59b09b7ca7921a9","status":"passed","time":{"start":1724862027793,"stop":1724862027794,"duration":1}},{"uid":"401e7d0d7e35052a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/401e7d0d7e35052a","status":"passed","time":{"start":1724861484560,"stop":1724861484560,"duration":0}},{"uid":"ba9997fbaeb11411","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ba9997fbaeb11411","status":"passed","time":{"start":1724861315157,"stop":1724861315157,"duration":0}},{"uid":"81d80b4b6cb5f1ce","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/81d80b4b6cb5f1ce","status":"passed","time":{"start":1724861168759,"stop":1724861168759,"duration":0}}]},"94b8da6dd46a32c22d38c94368c36413:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"93ec262b8845ed56","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/93ec262b8845ed56","status":"passed","time":{"start":1724921267868,"stop":1724921267868,"duration":0}},{"uid":"c4086e8ea9cb8066","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c4086e8ea9cb8066","status":"passed","time":{"start":1724921244363,"stop":1724921244363,"duration":0}},{"uid":"3a4fd3a06f6e974c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3a4fd3a06f6e974c","status":"passed","time":{"start":1724917916043,"stop":1724917916043,"duration":0}},{"uid":"668468eec61e73c5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/668468eec61e73c5","status":"passed","time":{"start":1724889678253,"stop":1724889678254,"duration":1}},{"uid":"6191a8b05d63ddb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6191a8b05d63ddb7","status":"passed","time":{"start":1724888831683,"stop":1724888831683,"duration":0}},{"uid":"1dd46af1a3bfd40b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1dd46af1a3bfd40b","status":"passed","time":{"start":1724888003319,"stop":1724888003319,"duration":0}},{"uid":"babfd274a6549f71","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/babfd274a6549f71","status":"passed","time":{"start":1724886776605,"stop":1724886776608,"duration":3}},{"uid":"b2b91691a664adf0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b2b91691a664adf0","status":"passed","time":{"start":1724886555791,"stop":1724886555791,"duration":0}},{"uid":"c8ad345e1fbf79d2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c8ad345e1fbf79d2","status":"passed","time":{"start":1724861983005,"stop":1724861983005,"duration":0}},{"uid":"428c460796538a0d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/428c460796538a0d","status":"passed","time":{"start":1724861444065,"stop":1724861444065,"duration":0}},{"uid":"282c1183033ffe","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/282c1183033ffe","status":"passed","time":{"start":1724861285828,"stop":1724861285828,"duration":0}},{"uid":"49e4ec10525a60b3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/49e4ec10525a60b3","status":"passed","time":{"start":1724861145663,"stop":1724861145664,"duration":1}}]},"91936a864e9d3e925c3ff607b349b52b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c481b454548f2601","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c481b454548f2601","status":"passed","time":{"start":1724921148662,"stop":1724921148663,"duration":1}},{"uid":"908ee9346f4642a6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/908ee9346f4642a6","status":"passed","time":{"start":1724921125023,"stop":1724921125023,"duration":0}},{"uid":"6e80f768a376b7ea","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6e80f768a376b7ea","status":"passed","time":{"start":1724917782909,"stop":1724917782909,"duration":0}},{"uid":"5f9f77c37e323b5c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f9f77c37e323b5c","status":"passed","time":{"start":1724889568678,"stop":1724889568678,"duration":0}},{"uid":"86c6c1e4a5d76389","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/86c6c1e4a5d76389","status":"passed","time":{"start":1724888712709,"stop":1724888712709,"duration":0}},{"uid":"e7e928b7dde5119f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e7e928b7dde5119f","status":"passed","time":{"start":1724887870879,"stop":1724887870879,"duration":0}},{"uid":"1cedd67e5b997dd8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1cedd67e5b997dd8","status":"passed","time":{"start":1724886637707,"stop":1724886637707,"duration":0}},{"uid":"776ab6e4a26e92eb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/776ab6e4a26e92eb","status":"passed","time":{"start":1724886418626,"stop":1724886418626,"duration":0}},{"uid":"37f76f78da6e5ac7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37f76f78da6e5ac7","status":"passed","time":{"start":1724861865558,"stop":1724861865559,"duration":1}},{"uid":"67c8ffb79acc6726","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/67c8ffb79acc6726","status":"passed","time":{"start":1724861334264,"stop":1724861334265,"duration":1}},{"uid":"de389de0cdb7a731","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/de389de0cdb7a731","status":"passed","time":{"start":1724861163783,"stop":1724861163783,"duration":0}},{"uid":"98361973d2604d70","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/98361973d2604d70","status":"passed","time":{"start":1724861021892,"stop":1724861021893,"duration":1}}]},"657e6808a120c82a5268dd6532e94525:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fce2d6f395d59011","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fce2d6f395d59011","status":"passed","time":{"start":1724921037640,"stop":1724921037640,"duration":0}},{"uid":"55dbd36bc800d174","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/55dbd36bc800d174","status":"passed","time":{"start":1724921013054,"stop":1724921013054,"duration":0}},{"uid":"541715df221e43b9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/541715df221e43b9","status":"passed","time":{"start":1724917673296,"stop":1724917673296,"duration":0}},{"uid":"caa74b18c9b4ca76","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/caa74b18c9b4ca76","status":"passed","time":{"start":1724889452315,"stop":1724889452315,"duration":0}},{"uid":"59024ea447c61a89","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/59024ea447c61a89","status":"passed","time":{"start":1724888602845,"stop":1724888602845,"duration":0}},{"uid":"b7d1bc87fd190abd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b7d1bc87fd190abd","status":"passed","time":{"start":1724887759167,"stop":1724887759168,"duration":1}},{"uid":"4d3f5b7b8f77d6d3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4d3f5b7b8f77d6d3","status":"passed","time":{"start":1724886525547,"stop":1724886525547,"duration":0}},{"uid":"9c1413ddbaf528cb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9c1413ddbaf528cb","status":"passed","time":{"start":1724886303401,"stop":1724886303401,"duration":0}},{"uid":"bdd9029fe53579c6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bdd9029fe53579c6","status":"passed","time":{"start":1724861752233,"stop":1724861752233,"duration":0}},{"uid":"ae0cc48d1c0f5924","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ae0cc48d1c0f5924","status":"passed","time":{"start":1724861223359,"stop":1724861223359,"duration":0}},{"uid":"84d9eef3c00df3b0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/84d9eef3c00df3b0","status":"passed","time":{"start":1724861045207,"stop":1724861045207,"duration":0}},{"uid":"e9a4a0b1e054c565","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e9a4a0b1e054c565","status":"passed","time":{"start":1724860907089,"stop":1724860907089,"duration":0}}]},"e25ee9d61c6a3a632fec6b3bcab9a5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6cfc3bfc9a579daf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6cfc3bfc9a579daf","status":"passed","time":{"start":1724921037650,"stop":1724921037650,"duration":0}},{"uid":"fa5ff2882329308f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fa5ff2882329308f","status":"passed","time":{"start":1724921013062,"stop":1724921013063,"duration":1}},{"uid":"fd11df55286ae731","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fd11df55286ae731","status":"passed","time":{"start":1724917673303,"stop":1724917673303,"duration":0}},{"uid":"ec0f3ac9b1778dad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ec0f3ac9b1778dad","status":"passed","time":{"start":1724889452323,"stop":1724889452323,"duration":0}},{"uid":"451d628296f2a4ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/451d628296f2a4ee","status":"passed","time":{"start":1724888602855,"stop":1724888602855,"duration":0}},{"uid":"9122777e3aa1e721","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9122777e3aa1e721","status":"passed","time":{"start":1724887759176,"stop":1724887759176,"duration":0}},{"uid":"65e3a6b49c8c5b48","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/65e3a6b49c8c5b48","status":"passed","time":{"start":1724886525554,"stop":1724886525555,"duration":1}},{"uid":"87a458024cc7827d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/87a458024cc7827d","status":"passed","time":{"start":1724886303409,"stop":1724886303410,"duration":1}},{"uid":"4a465786e1963b18","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a465786e1963b18","status":"passed","time":{"start":1724861752246,"stop":1724861752246,"duration":0}},{"uid":"85e4d7279f9a510c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/85e4d7279f9a510c","status":"passed","time":{"start":1724861223366,"stop":1724861223366,"duration":0}},{"uid":"d2a188ef83b094ba","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d2a188ef83b094ba","status":"passed","time":{"start":1724861045215,"stop":1724861045215,"duration":0}},{"uid":"5c8d3e8eab40887d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5c8d3e8eab40887d","status":"passed","time":{"start":1724860907101,"stop":1724860907101,"duration":0}}]},"7d8d4c4f231b3503f2de73026edc8ced:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"af9f8c7a8d55be2e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/af9f8c7a8d55be2e","status":"passed","time":{"start":1724921196356,"stop":1724921196356,"duration":0}},{"uid":"432dbd1be8e8f4a5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/432dbd1be8e8f4a5","status":"passed","time":{"start":1724921173179,"stop":1724921173179,"duration":0}},{"uid":"e61e9dbf7bb0fc74","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e61e9dbf7bb0fc74","status":"passed","time":{"start":1724917930825,"stop":1724917930826,"duration":1}},{"uid":"e29dbab0c9ad6a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e29dbab0c9ad6a7","status":"passed","time":{"start":1724889621016,"stop":1724889621016,"duration":0}},{"uid":"65620aba6e293459","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/65620aba6e293459","status":"passed","time":{"start":1724888759388,"stop":1724888759388,"duration":0}},{"uid":"89b5c4c548f07ad","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/89b5c4c548f07ad","status":"passed","time":{"start":1724888015043,"stop":1724888015043,"duration":0}},{"uid":"35e4595d0d3b2b34","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/35e4595d0d3b2b34","status":"passed","time":{"start":1724886784542,"stop":1724886784542,"duration":0}},{"uid":"d95fb394831466da","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d95fb394831466da","status":"passed","time":{"start":1724886566524,"stop":1724886566525,"duration":1}},{"uid":"ea7a6dd836e2210e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ea7a6dd836e2210e","status":"passed","time":{"start":1724861915533,"stop":1724861915533,"duration":0}},{"uid":"8250edfa58f8e345","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8250edfa58f8e345","status":"passed","time":{"start":1724861379722,"stop":1724861379724,"duration":2}},{"uid":"18b3a69119c5bc2c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/18b3a69119c5bc2c","status":"passed","time":{"start":1724861206875,"stop":1724861206875,"duration":0}},{"uid":"abfbec0b21307dc9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/abfbec0b21307dc9","status":"passed","time":{"start":1724861067558,"stop":1724861067559,"duration":1}}]},"faf0b92f5e523baae94db539d2d26958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd93898830dddf6e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cd93898830dddf6e","status":"passed","time":{"start":1724918259543,"stop":1724918259543,"duration":0}}]},"3b83c075b41ddeaa2760eb77446ca91e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"17b86087301f0bf3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/17b86087301f0bf3","status":"passed","time":{"start":1724921037640,"stop":1724921037641,"duration":1}},{"uid":"a9e22de235f4def1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a9e22de235f4def1","status":"passed","time":{"start":1724921013054,"stop":1724921013054,"duration":0}},{"uid":"87ef07175b16dad5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/87ef07175b16dad5","status":"passed","time":{"start":1724917673296,"stop":1724917673296,"duration":0}},{"uid":"35b90170be731b09","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/35b90170be731b09","status":"passed","time":{"start":1724889452315,"stop":1724889452315,"duration":0}},{"uid":"7be7c7326665a527","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7be7c7326665a527","status":"passed","time":{"start":1724888602845,"stop":1724888602845,"duration":0}},{"uid":"bcc1feb5a463437","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bcc1feb5a463437","status":"passed","time":{"start":1724887759168,"stop":1724887759168,"duration":0}},{"uid":"2a217b95245ced32","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2a217b95245ced32","status":"passed","time":{"start":1724886525547,"stop":1724886525547,"duration":0}},{"uid":"29afcd827fce459a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/29afcd827fce459a","status":"passed","time":{"start":1724886303401,"stop":1724886303402,"duration":1}},{"uid":"735c354ed44041ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/735c354ed44041ee","status":"passed","time":{"start":1724861752233,"stop":1724861752233,"duration":0}},{"uid":"3473f6d98bd13ea1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3473f6d98bd13ea1","status":"passed","time":{"start":1724861223359,"stop":1724861223359,"duration":0}},{"uid":"5a081420759d0d7e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5a081420759d0d7e","status":"passed","time":{"start":1724861045207,"stop":1724861045207,"duration":0}},{"uid":"cee9e87f88a67ec1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cee9e87f88a67ec1","status":"passed","time":{"start":1724860907089,"stop":1724860907089,"duration":0}}]},"af5e1916ca02179032ad2769539fa673:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"eac57ea6dd1d2f8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/eac57ea6dd1d2f8","status":"passed","time":{"start":1724921037644,"stop":1724921037645,"duration":1}},{"uid":"1521a6df02e06ef6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1521a6df02e06ef6","status":"passed","time":{"start":1724921013057,"stop":1724921013058,"duration":1}},{"uid":"48af185d0c5ebd60","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/48af185d0c5ebd60","status":"passed","time":{"start":1724917673299,"stop":1724917673300,"duration":1}},{"uid":"cab9095f34ca311d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cab9095f34ca311d","status":"passed","time":{"start":1724889452318,"stop":1724889452319,"duration":1}},{"uid":"35f669bc68a5b719","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/35f669bc68a5b719","status":"passed","time":{"start":1724888602850,"stop":1724888602850,"duration":0}},{"uid":"cfc219f1f7db8896","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cfc219f1f7db8896","status":"passed","time":{"start":1724887759171,"stop":1724887759171,"duration":0}},{"uid":"b4ef172c9d7feefb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b4ef172c9d7feefb","status":"passed","time":{"start":1724886525551,"stop":1724886525551,"duration":0}},{"uid":"de8a823f44651f40","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/de8a823f44651f40","status":"passed","time":{"start":1724886303405,"stop":1724886303405,"duration":0}},{"uid":"cdccb07ac2bedf22","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cdccb07ac2bedf22","status":"passed","time":{"start":1724861752237,"stop":1724861752238,"duration":1}},{"uid":"df3fcecc72438581","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/df3fcecc72438581","status":"passed","time":{"start":1724861223362,"stop":1724861223362,"duration":0}},{"uid":"b5585bc2a7543ee7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b5585bc2a7543ee7","status":"passed","time":{"start":1724861045210,"stop":1724861045210,"duration":0}},{"uid":"5246da31acec29c2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5246da31acec29c2","status":"passed","time":{"start":1724860907093,"stop":1724860907093,"duration":0}}]},"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"734c22d4ba18bc52","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/734c22d4ba18bc52","status":"passed","time":{"start":1724921045449,"stop":1724921045450,"duration":1}},{"uid":"ce953bb8c7e212e6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ce953bb8c7e212e6","status":"passed","time":{"start":1724921020913,"stop":1724921020914,"duration":1}},{"uid":"b3419871747ab57c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b3419871747ab57c","status":"passed","time":{"start":1724917681161,"stop":1724917681161,"duration":0}},{"uid":"d32aee0970b94669","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d32aee0970b94669","status":"passed","time":{"start":1724889460192,"stop":1724889460192,"duration":0}},{"uid":"40f5fe2cafe1e11e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/40f5fe2cafe1e11e","status":"passed","time":{"start":1724888610695,"stop":1724888610696,"duration":1}},{"uid":"713adf67e134565f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/713adf67e134565f","status":"passed","time":{"start":1724887766816,"stop":1724887766818,"duration":2}},{"uid":"96fa0c4bcea472fa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/96fa0c4bcea472fa","status":"passed","time":{"start":1724886533505,"stop":1724886533505,"duration":0}},{"uid":"ac97e08177041c0a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ac97e08177041c0a","status":"passed","time":{"start":1724886311136,"stop":1724886311136,"duration":0}},{"uid":"2c4d5e0d56cc1544","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c4d5e0d56cc1544","status":"passed","time":{"start":1724861760252,"stop":1724861760253,"duration":1}},{"uid":"9f113311a2b1ef30","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9f113311a2b1ef30","status":"passed","time":{"start":1724861231059,"stop":1724861231059,"duration":0}},{"uid":"ecc109cf1ceb8040","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ecc109cf1ceb8040","status":"passed","time":{"start":1724861053539,"stop":1724861053540,"duration":1}},{"uid":"d5dcc06b08c308a2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d5dcc06b08c308a2","status":"passed","time":{"start":1724860915308,"stop":1724860915308,"duration":0}}]},"e08157dfc0779b640a028d2129648b04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2b1675ccda598740","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2b1675ccda598740","status":"passed","time":{"start":1724921267870,"stop":1724921267870,"duration":0}},{"uid":"eb0e1b5d11494833","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/eb0e1b5d11494833","status":"passed","time":{"start":1724921244369,"stop":1724921244370,"duration":1}},{"uid":"dedda181882f9b93","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dedda181882f9b93","status":"passed","time":{"start":1724917916051,"stop":1724917916052,"duration":1}},{"uid":"d440a30646911f58","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d440a30646911f58","status":"passed","time":{"start":1724889678255,"stop":1724889678255,"duration":0}},{"uid":"157ed3d400d890a2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/157ed3d400d890a2","status":"passed","time":{"start":1724888831684,"stop":1724888831685,"duration":1}},{"uid":"8baefc6bc38b7c9a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8baefc6bc38b7c9a","status":"passed","time":{"start":1724888003320,"stop":1724888003321,"duration":1}},{"uid":"236fa621e08a25ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/236fa621e08a25ea","status":"passed","time":{"start":1724886776609,"stop":1724886776609,"duration":0}},{"uid":"a6449c2041b8c4c3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a6449c2041b8c4c3","status":"passed","time":{"start":1724886555797,"stop":1724886555797,"duration":0}},{"uid":"d0c1ae6dfe7aafb1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d0c1ae6dfe7aafb1","status":"passed","time":{"start":1724861983006,"stop":1724861983007,"duration":1}},{"uid":"2ea8f7273c131f5c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2ea8f7273c131f5c","status":"passed","time":{"start":1724861444066,"stop":1724861444067,"duration":1}},{"uid":"f00d90883b520eec","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f00d90883b520eec","status":"passed","time":{"start":1724861285834,"stop":1724861285834,"duration":0}},{"uid":"c1ac5fbcb593ad9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c1ac5fbcb593ad9","status":"passed","time":{"start":1724861145666,"stop":1724861145666,"duration":0}}]},"036fe36f432ea82cffb2fbb0a77ce5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ca4ab4c102fe0889","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ca4ab4c102fe0889","status":"passed","time":{"start":1724921046205,"stop":1724921046205,"duration":0}},{"uid":"c52f323f09645817","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c52f323f09645817","status":"passed","time":{"start":1724921021477,"stop":1724921021477,"duration":0}},{"uid":"31ed3503dd0e95e0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/31ed3503dd0e95e0","status":"passed","time":{"start":1724917681725,"stop":1724917681725,"duration":0}},{"uid":"9be658d0168d8c45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9be658d0168d8c45","status":"passed","time":{"start":1724889460653,"stop":1724889460653,"duration":0}},{"uid":"cf847bd729a7498","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf847bd729a7498","status":"passed","time":{"start":1724888611297,"stop":1724888611297,"duration":0}},{"uid":"249e305a0f60b966","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/249e305a0f60b966","status":"passed","time":{"start":1724887767621,"stop":1724887767621,"duration":0}},{"uid":"b9c150edcbf7c49f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b9c150edcbf7c49f","status":"passed","time":{"start":1724886533991,"stop":1724886533991,"duration":0}},{"uid":"ee26ce2418a7fc0a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ee26ce2418a7fc0a","status":"passed","time":{"start":1724886311756,"stop":1724886311756,"duration":0}},{"uid":"148a16aa88022ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/148a16aa88022ae","status":"passed","time":{"start":1724861760776,"stop":1724861760777,"duration":1}},{"uid":"75575792a1d3e2a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/75575792a1d3e2a","status":"passed","time":{"start":1724861231735,"stop":1724861231735,"duration":0}},{"uid":"6159696cde6b6c5d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6159696cde6b6c5d","status":"passed","time":{"start":1724861054257,"stop":1724861054257,"duration":0}},{"uid":"58ceda67cd526acf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/58ceda67cd526acf","status":"passed","time":{"start":1724860915816,"stop":1724860915816,"duration":0}}]},"219e333b55674e29f5e0ff2569e675a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5cb7cc7c350d2ef6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5cb7cc7c350d2ef6","status":"passed","time":{"start":1724921529567,"stop":1724921529568,"duration":1}},{"uid":"3a4d42fae9de2f8c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3a4d42fae9de2f8c","status":"passed","time":{"start":1724921488870,"stop":1724921488871,"duration":1}},{"uid":"649a9d2459c93eed","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/649a9d2459c93eed","status":"passed","time":{"start":1724918203666,"stop":1724918203667,"duration":1}},{"uid":"bd485942550ed1ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bd485942550ed1ba","status":"passed","time":{"start":1724889938348,"stop":1724889938348,"duration":0}},{"uid":"b0c862422b244653","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b0c862422b244653","status":"passed","time":{"start":1724889077030,"stop":1724889077030,"duration":0}},{"uid":"718eb9285ab0d928","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/718eb9285ab0d928","status":"passed","time":{"start":1724888268000,"stop":1724888268003,"duration":3}},{"uid":"6a3a1323926fd102","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a3a1323926fd102","status":"passed","time":{"start":1724887032386,"stop":1724887032387,"duration":1}},{"uid":"5ffa9566abbfb7ad","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5ffa9566abbfb7ad","status":"passed","time":{"start":1724886822783,"stop":1724886822783,"duration":0}},{"uid":"db184f57602a8802","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/db184f57602a8802","status":"passed","time":{"start":1724862233501,"stop":1724862233501,"duration":0}},{"uid":"85a591a09a7d419d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/85a591a09a7d419d","status":"passed","time":{"start":1724861712661,"stop":1724861712662,"duration":1}},{"uid":"6349cc16b355b1aa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6349cc16b355b1aa","status":"passed","time":{"start":1724861567872,"stop":1724861567873,"duration":1}},{"uid":"89ea5584771e1961","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/89ea5584771e1961","status":"passed","time":{"start":1724861392036,"stop":1724861392036,"duration":0}}]},"cfa5a3a70b6f8e40cca5ed3c1a38b6a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4735384ab0a7bb63","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4735384ab0a7bb63","status":"passed","time":{"start":1724921515227,"stop":1724921515228,"duration":1}},{"uid":"a7d55ba3bc0e182e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a7d55ba3bc0e182e","status":"passed","time":{"start":1724921475447,"stop":1724921475447,"duration":0}},{"uid":"c69add1d6602f54b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c69add1d6602f54b","status":"passed","time":{"start":1724918179402,"stop":1724918179402,"duration":0}},{"uid":"ef99ea5267f0348b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ef99ea5267f0348b","status":"passed","time":{"start":1724889935342,"stop":1724889935342,"duration":0}},{"uid":"5edc20bff0db8fb3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5edc20bff0db8fb3","status":"passed","time":{"start":1724889072755,"stop":1724889072755,"duration":0}},{"uid":"c9710405c02660c5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c9710405c02660c5","status":"passed","time":{"start":1724888232416,"stop":1724888232416,"duration":0}},{"uid":"a43ac03448230de1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a43ac03448230de1","status":"passed","time":{"start":1724887018304,"stop":1724887018304,"duration":0}},{"uid":"def26b81a8972577","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/def26b81a8972577","status":"passed","time":{"start":1724886781481,"stop":1724886781481,"duration":0}},{"uid":"7356c54084b3099","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7356c54084b3099","status":"passed","time":{"start":1724862213664,"stop":1724862213664,"duration":0}},{"uid":"2dcfb9b2e845e11c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2dcfb9b2e845e11c","status":"passed","time":{"start":1724861685857,"stop":1724861685857,"duration":0}},{"uid":"52b2615d3b7b9fbe","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/52b2615d3b7b9fbe","status":"passed","time":{"start":1724861546177,"stop":1724861546179,"duration":2}},{"uid":"539405eb18caf6af","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/539405eb18caf6af","status":"passed","time":{"start":1724861378112,"stop":1724861378112,"duration":0}}]},"01cbce6086b5c2a67bfd57a51e8baad2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fd2b4568801fb0ed","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fd2b4568801fb0ed","status":"passed","time":{"start":1724921529575,"stop":1724921529576,"duration":1}},{"uid":"4bee4e89ca1ab3d9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4bee4e89ca1ab3d9","status":"passed","time":{"start":1724921488875,"stop":1724921488875,"duration":0}},{"uid":"79e6a73886692709","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/79e6a73886692709","status":"passed","time":{"start":1724918203676,"stop":1724918203677,"duration":1}},{"uid":"878fb6368971e6f2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/878fb6368971e6f2","status":"passed","time":{"start":1724889938354,"stop":1724889938354,"duration":0}},{"uid":"ce0e09a10963e59c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ce0e09a10963e59c","status":"passed","time":{"start":1724889077049,"stop":1724889077050,"duration":1}},{"uid":"aa1d7455677d944c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aa1d7455677d944c","status":"passed","time":{"start":1724888268009,"stop":1724888268010,"duration":1}},{"uid":"c13ab423963f1d90","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c13ab423963f1d90","status":"passed","time":{"start":1724887032391,"stop":1724887032393,"duration":2}},{"uid":"d34c6e2293a9bd4c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d34c6e2293a9bd4c","status":"passed","time":{"start":1724886822787,"stop":1724886822788,"duration":1}},{"uid":"45b702b860573dc5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/45b702b860573dc5","status":"passed","time":{"start":1724862233505,"stop":1724862233505,"duration":0}},{"uid":"7427125b41ff335c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7427125b41ff335c","status":"passed","time":{"start":1724861712666,"stop":1724861712666,"duration":0}},{"uid":"2ef6c8ea4e7a3d60","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2ef6c8ea4e7a3d60","status":"passed","time":{"start":1724861567884,"stop":1724861567884,"duration":0}},{"uid":"6373e7edc5320ddc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6373e7edc5320ddc","status":"passed","time":{"start":1724861392040,"stop":1724861392041,"duration":1}}]},"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"968d100814409957","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/968d100814409957","status":"passed","time":{"start":1724921423945,"stop":1724921423945,"duration":0}},{"uid":"bca6442c1a8d7eac","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bca6442c1a8d7eac","status":"passed","time":{"start":1724921408046,"stop":1724921408046,"duration":0}},{"uid":"8f16c55ce15cf05b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8f16c55ce15cf05b","status":"passed","time":{"start":1724918127355,"stop":1724918127356,"duration":1}},{"uid":"5f5d3b0cbc409ba9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f5d3b0cbc409ba9","status":"passed","time":{"start":1724889850030,"stop":1724889850030,"duration":0}},{"uid":"ece5f83fea5c4433","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ece5f83fea5c4433","status":"passed","time":{"start":1724888985029,"stop":1724888985030,"duration":1}},{"uid":"83eb1844c7dfadaa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/83eb1844c7dfadaa","status":"passed","time":{"start":1724888172991,"stop":1724888172992,"duration":1}},{"uid":"ef22c0d0d6b17d35","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ef22c0d0d6b17d35","status":"passed","time":{"start":1724886942053,"stop":1724886942053,"duration":0}},{"uid":"4e26430cf2f9be28","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4e26430cf2f9be28","status":"passed","time":{"start":1724886713087,"stop":1724886713087,"duration":0}},{"uid":"3a3bc56679516150","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a3bc56679516150","status":"passed","time":{"start":1724862129962,"stop":1724862129962,"duration":0}},{"uid":"16d1248c1f53dce1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/16d1248c1f53dce1","status":"passed","time":{"start":1724861625758,"stop":1724861625758,"duration":0}},{"uid":"6007000d04085062","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6007000d04085062","status":"passed","time":{"start":1724861470378,"stop":1724861470379,"duration":1}},{"uid":"88b441216640e8fc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/88b441216640e8fc","status":"passed","time":{"start":1724861304329,"stop":1724861304329,"duration":0}}]},"f92447acc0e891a00e4fbc889af18e5d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c32d3fd9dbc03447","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c32d3fd9dbc03447","status":"passed","time":{"start":1724921559017,"stop":1724921559018,"duration":1}},{"uid":"f8f0d2346551fa0e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f8f0d2346551fa0e","status":"passed","time":{"start":1724921524132,"stop":1724921524134,"duration":2}},{"uid":"e510e5be520500b3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e510e5be520500b3","status":"passed","time":{"start":1724918241664,"stop":1724918241665,"duration":1}},{"uid":"b4fe12d3b619302a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4fe12d3b619302a","status":"passed","time":{"start":1724889975476,"stop":1724889975476,"duration":0}},{"uid":"6c2e27ec584fe48a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c2e27ec584fe48a","status":"passed","time":{"start":1724889106060,"stop":1724889106061,"duration":1}},{"uid":"9ede5855685e90db","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9ede5855685e90db","status":"passed","time":{"start":1724888289482,"stop":1724888289483,"duration":1}},{"uid":"5610fd89f7ee9d1c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5610fd89f7ee9d1c","status":"passed","time":{"start":1724887057704,"stop":1724887057704,"duration":0}},{"uid":"60d1595ad4f80ebc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/60d1595ad4f80ebc","status":"passed","time":{"start":1724886839399,"stop":1724886839399,"duration":0}},{"uid":"9e1afbb7718e0ce0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e1afbb7718e0ce0","status":"passed","time":{"start":1724862256093,"stop":1724862256093,"duration":0}},{"uid":"a7165cef6667a2ca","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a7165cef6667a2ca","status":"passed","time":{"start":1724861742234,"stop":1724861742235,"duration":1}},{"uid":"6766d6c4d5a0cf45","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6766d6c4d5a0cf45","status":"passed","time":{"start":1724861595396,"stop":1724861595397,"duration":1}},{"uid":"4f89d15cc1ecf008","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4f89d15cc1ecf008","status":"passed","time":{"start":1724861424069,"stop":1724861424069,"duration":0}}]},"6e574c2999a9eea26bec4940a1333236:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a33beda5a3dd897e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a33beda5a3dd897e","status":"passed","time":{"start":1724921620594,"stop":1724921620594,"duration":0}},{"uid":"e3cd51627344421c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e3cd51627344421c","status":"passed","time":{"start":1724921566685,"stop":1724921566685,"duration":0}},{"uid":"81d8f563e744b51d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/81d8f563e744b51d","status":"passed","time":{"start":1724918280550,"stop":1724918280551,"duration":1}},{"uid":"58769718e64cbf5f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/58769718e64cbf5f","status":"passed","time":{"start":1724890019466,"stop":1724890019467,"duration":1}},{"uid":"bb5495eafeabcaa2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bb5495eafeabcaa2","status":"passed","time":{"start":1724889148720,"stop":1724889148720,"duration":0}},{"uid":"ba8cb70cdf45ddb0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ba8cb70cdf45ddb0","status":"passed","time":{"start":1724888331953,"stop":1724888331953,"duration":0}},{"uid":"fe778def8103857a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fe778def8103857a","status":"passed","time":{"start":1724887107112,"stop":1724887107112,"duration":0}},{"uid":"7c241e4faab09ea","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7c241e4faab09ea","status":"passed","time":{"start":1724886889606,"stop":1724886889606,"duration":0}},{"uid":"9b718fb354802aa0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9b718fb354802aa0","status":"passed","time":{"start":1724862298787,"stop":1724862298787,"duration":0}},{"uid":"20c701f1c66436af","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/20c701f1c66436af","status":"passed","time":{"start":1724861779250,"stop":1724861779251,"duration":1}},{"uid":"34a780af7336ee89","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/34a780af7336ee89","status":"passed","time":{"start":1724861646558,"stop":1724861646558,"duration":0}},{"uid":"3f654c3d18f17ef","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3f654c3d18f17ef","status":"passed","time":{"start":1724861466606,"stop":1724861466607,"duration":1}}]},"bdb915d241378b0c53ed68c54b77c7ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1d538544713498a1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1d538544713498a1","status":"passed","time":{"start":1724921529572,"stop":1724921529572,"duration":0}},{"uid":"f3839bce24dd470","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f3839bce24dd470","status":"passed","time":{"start":1724921488873,"stop":1724921488874,"duration":1}},{"uid":"a2ca40d48d925246","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a2ca40d48d925246","status":"passed","time":{"start":1724918203669,"stop":1724918203670,"duration":1}},{"uid":"6e5b5da572999626","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e5b5da572999626","status":"passed","time":{"start":1724889938353,"stop":1724889938353,"duration":0}},{"uid":"c4286acf552e37c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4286acf552e37c7","status":"passed","time":{"start":1724889077033,"stop":1724889077033,"duration":0}},{"uid":"8275fd1553ac9c4b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8275fd1553ac9c4b","status":"passed","time":{"start":1724888268007,"stop":1724888268008,"duration":1}},{"uid":"575c19c2ef31bc30","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/575c19c2ef31bc30","status":"passed","time":{"start":1724887032390,"stop":1724887032390,"duration":0}},{"uid":"3a37367dba538f1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3a37367dba538f1","status":"passed","time":{"start":1724886822786,"stop":1724886822786,"duration":0}},{"uid":"635f12c01b39496e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/635f12c01b39496e","status":"passed","time":{"start":1724862233504,"stop":1724862233504,"duration":0}},{"uid":"e48276a534e4b0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e48276a534e4b0","status":"passed","time":{"start":1724861712664,"stop":1724861712665,"duration":1}},{"uid":"3296ce89b58992ba","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3296ce89b58992ba","status":"passed","time":{"start":1724861567882,"stop":1724861567883,"duration":1}},{"uid":"5289d3a99c0d3e6f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5289d3a99c0d3e6f","status":"passed","time":{"start":1724861392039,"stop":1724861392039,"duration":0}}]},"75aa2eb60b250dc6b536d32d583528a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d326825f1d8905f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d326825f1d8905f","status":"passed","time":{"start":1724888232426,"stop":1724888232426,"duration":0}}]},"2619b2541fa9c8572be6acdd5b14ee72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"42be8292f8cf9f05","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/42be8292f8cf9f05","status":"passed","time":{"start":1724921061850,"stop":1724921061850,"duration":0}},{"uid":"86b577c84424d991","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/86b577c84424d991","status":"passed","time":{"start":1724921037159,"stop":1724921037159,"duration":0}},{"uid":"7303cf7fe806c08f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7303cf7fe806c08f","status":"passed","time":{"start":1724917697303,"stop":1724917697303,"duration":0}},{"uid":"b6ce8f9ef0ae75b5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b6ce8f9ef0ae75b5","status":"passed","time":{"start":1724889476085,"stop":1724889476085,"duration":0}},{"uid":"2ea6c41902db1415","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ea6c41902db1415","status":"passed","time":{"start":1724888626888,"stop":1724888626889,"duration":1}},{"uid":"85b02386658222e8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/85b02386658222e8","status":"passed","time":{"start":1724887783109,"stop":1724887783109,"duration":0}},{"uid":"27cc458fe90a7fb7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/27cc458fe90a7fb7","status":"passed","time":{"start":1724886549921,"stop":1724886549921,"duration":0}},{"uid":"135d4bcd7a588dfd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/135d4bcd7a588dfd","status":"passed","time":{"start":1724886327582,"stop":1724886327582,"duration":0}},{"uid":"ffd369f81777278","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ffd369f81777278","status":"passed","time":{"start":1724861776808,"stop":1724861776808,"duration":0}},{"uid":"99a3def63e020c55","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/99a3def63e020c55","status":"passed","time":{"start":1724861247300,"stop":1724861247300,"duration":0}},{"uid":"e9059d322204dfb5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e9059d322204dfb5","status":"passed","time":{"start":1724861071396,"stop":1724861071396,"duration":0}},{"uid":"e4c1ae31f9dcb46f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e4c1ae31f9dcb46f","status":"passed","time":{"start":1724860931796,"stop":1724860931796,"duration":0}}]},"a4180280210406381c2ee4176b7aa032:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2a1928ece6b79d6b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2a1928ece6b79d6b","status":"passed","time":{"start":1724921556063,"stop":1724921556063,"duration":0}}]},"d4a849ab6addb63e31be56e1d247cfa4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9068b681eb2a5d5d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9068b681eb2a5d5d","status":"passed","time":{"start":1724886906385,"stop":1724886906385,"duration":0}}]},"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f58c94273ed9034f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f58c94273ed9034f","status":"passed","time":{"start":1724921297020,"stop":1724921297020,"duration":0}},{"uid":"ceb13f649f91dc1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ceb13f649f91dc1","status":"passed","time":{"start":1724921276382,"stop":1724921276383,"duration":1}},{"uid":"ce98eb7987d972c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ce98eb7987d972c","status":"passed","time":{"start":1724917948331,"stop":1724917948331,"duration":0}},{"uid":"92a2318d2a0edef5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92a2318d2a0edef5","status":"passed","time":{"start":1724889729021,"stop":1724889729022,"duration":1}},{"uid":"92a3b2b35d1aaea0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92a3b2b35d1aaea0","status":"passed","time":{"start":1724888864961,"stop":1724888864961,"duration":0}},{"uid":"96e1d97f3f875430","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/96e1d97f3f875430","status":"passed","time":{"start":1724888053754,"stop":1724888053754,"duration":0}},{"uid":"8ecbf566fa3e85ae","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8ecbf566fa3e85ae","status":"passed","time":{"start":1724886811668,"stop":1724886811669,"duration":1}},{"uid":"77460ffc8301b209","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/77460ffc8301b209","status":"passed","time":{"start":1724886581010,"stop":1724886581011,"duration":1}},{"uid":"d3208cc5ed9085cd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3208cc5ed9085cd","status":"passed","time":{"start":1724862019567,"stop":1724862019567,"duration":0}},{"uid":"fdac873218bc2039","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fdac873218bc2039","status":"passed","time":{"start":1724861493944,"stop":1724861493945,"duration":1}},{"uid":"f72c1948d79ea348","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f72c1948d79ea348","status":"passed","time":{"start":1724861318065,"stop":1724861318066,"duration":1}},{"uid":"f75ee18108c25d13","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f75ee18108c25d13","status":"passed","time":{"start":1724861178525,"stop":1724861178525,"duration":0}}]},"9978146f71cdaf2c91c43835af5abd94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"53e673eda1e33ea9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/53e673eda1e33ea9","status":"passed","time":{"start":1724861741895,"stop":1724861741896,"duration":1}}]},"f03178e8aa5334e5fc36c12da3793a14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3acefc6a93f80c07","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3acefc6a93f80c07","status":"passed","time":{"start":1724921656193,"stop":1724921656193,"duration":0}},{"uid":"6283680f11f31f47","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6283680f11f31f47","status":"passed","time":{"start":1724921620460,"stop":1724921620461,"duration":1}},{"uid":"a2076e74a7db555a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a2076e74a7db555a","status":"passed","time":{"start":1724918327711,"stop":1724918327711,"duration":0}},{"uid":"79f375f8d8e4c1aa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/79f375f8d8e4c1aa","status":"passed","time":{"start":1724890078471,"stop":1724890078471,"duration":0}},{"uid":"b04153d7b61eb054","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b04153d7b61eb054","status":"passed","time":{"start":1724889213827,"stop":1724889213827,"duration":0}},{"uid":"553e09dbb7999484","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/553e09dbb7999484","status":"passed","time":{"start":1724888383603,"stop":1724888383603,"duration":0}},{"uid":"a4a556ecfd64d72","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a4a556ecfd64d72","status":"passed","time":{"start":1724887164579,"stop":1724887164579,"duration":0}},{"uid":"733e7d776c172bdc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/733e7d776c172bdc","status":"passed","time":{"start":1724886943102,"stop":1724886943102,"duration":0}},{"uid":"df394d41dbda8305","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/df394d41dbda8305","status":"passed","time":{"start":1724862368930,"stop":1724862368930,"duration":0}},{"uid":"c742638f7fbd37ab","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c742638f7fbd37ab","status":"passed","time":{"start":1724861835947,"stop":1724861835947,"duration":0}},{"uid":"4f274b06842babfc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4f274b06842babfc","status":"passed","time":{"start":1724861692904,"stop":1724861692904,"duration":0}},{"uid":"64520d79f8654367","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/64520d79f8654367","status":"passed","time":{"start":1724861520701,"stop":1724861520701,"duration":0}}]},"c19fe6ac785d492841a76d7baf8b0320:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c7d6eefb8b517887","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c7d6eefb8b517887","status":"passed","time":{"start":1724862320146,"stop":1724862320147,"duration":1}}]},"a862b167541998a8690154c06ad67ffd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b2ff9a7669feac70","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b2ff9a7669feac70","status":"passed","time":{"start":1724921244376,"stop":1724921244381,"duration":5}}]},"310a6b23dddace14d3a55637b08d3b88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6564cbbd37fe18cb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6564cbbd37fe18cb","status":"passed","time":{"start":1724921098918,"stop":1724921098918,"duration":0}},{"uid":"ad364c897ec599fc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ad364c897ec599fc","status":"passed","time":{"start":1724921073395,"stop":1724921073396,"duration":1}},{"uid":"e0966ea4e7f4b670","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e0966ea4e7f4b670","status":"passed","time":{"start":1724917744663,"stop":1724917744663,"duration":0}},{"uid":"c2946a505514ba99","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2946a505514ba99","status":"passed","time":{"start":1724889518044,"stop":1724889518044,"duration":0}},{"uid":"a9c69ce0e7e364d1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9c69ce0e7e364d1","status":"passed","time":{"start":1724888665802,"stop":1724888665802,"duration":0}},{"uid":"267a5519cc0d69e7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/267a5519cc0d69e7","status":"passed","time":{"start":1724887821952,"stop":1724887821952,"duration":0}},{"uid":"cc7ada8ae18e72ce","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc7ada8ae18e72ce","status":"passed","time":{"start":1724886586925,"stop":1724886586925,"duration":0}},{"uid":"a22f317f4fd209df","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a22f317f4fd209df","status":"passed","time":{"start":1724886375231,"stop":1724886375232,"duration":1}},{"uid":"e664f41d32e8cb6c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e664f41d32e8cb6c","status":"passed","time":{"start":1724861815217,"stop":1724861815217,"duration":0}},{"uid":"b5fd2d6d668a757b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b5fd2d6d668a757b","status":"passed","time":{"start":1724861291722,"stop":1724861291722,"duration":0}},{"uid":"e11fd9f622f90dbb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e11fd9f622f90dbb","status":"passed","time":{"start":1724861109878,"stop":1724861109879,"duration":1}},{"uid":"8179cebf8aeda35","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8179cebf8aeda35","status":"passed","time":{"start":1724860972343,"stop":1724860972343,"duration":0}}]},"c2365eda06fd7fa9ba7217cee5e48a26:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f915f532cffc161b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f915f532cffc161b","status":"passed","time":{"start":1724921497752,"stop":1724921497752,"duration":0}},{"uid":"1e3268797b1bc802","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1e3268797b1bc802","status":"passed","time":{"start":1724921408406,"stop":1724921408407,"duration":1}},{"uid":"1a1d9bbd032bd827","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1a1d9bbd032bd827","status":"passed","time":{"start":1724918086868,"stop":1724918086868,"duration":0}},{"uid":"afef6203c3b3b900","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/afef6203c3b3b900","status":"passed","time":{"start":1724889892442,"stop":1724889892443,"duration":1}},{"uid":"77749c33f524cbf0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/77749c33f524cbf0","status":"passed","time":{"start":1724888997213,"stop":1724888997214,"duration":1}},{"uid":"5c5470019b110fec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5c5470019b110fec","status":"passed","time":{"start":1724888159485,"stop":1724888159486,"duration":1}},{"uid":"507c038c9457a236","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/507c038c9457a236","status":"passed","time":{"start":1724886937288,"stop":1724886937288,"duration":0}},{"uid":"5c27091ac3cedd29","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5c27091ac3cedd29","status":"passed","time":{"start":1724886709796,"stop":1724886709796,"duration":0}},{"uid":"f3a7eb9b1f7a7ed9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3a7eb9b1f7a7ed9","status":"passed","time":{"start":1724862123534,"stop":1724862123534,"duration":0}},{"uid":"6e41a6e0d3568946","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6e41a6e0d3568946","status":"passed","time":{"start":1724861620101,"stop":1724861620101,"duration":0}},{"uid":"c851d22ee14564e1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c851d22ee14564e1","status":"passed","time":{"start":1724861460232,"stop":1724861460233,"duration":1}},{"uid":"a366114d4da48bed","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a366114d4da48bed","status":"passed","time":{"start":1724861330168,"stop":1724861330169,"duration":1}}]},"c3aa81c34208caf9ba4f2bc51c7f015f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1ac9e709ba47a446","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1ac9e709ba47a446","status":"passed","time":{"start":1724921046200,"stop":1724921046201,"duration":1}},{"uid":"ca58b3c048140554","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ca58b3c048140554","status":"passed","time":{"start":1724921021471,"stop":1724921021472,"duration":1}},{"uid":"79034d869982d134","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/79034d869982d134","status":"passed","time":{"start":1724917681720,"stop":1724917681720,"duration":0}},{"uid":"b2a4369feaf718a4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b2a4369feaf718a4","status":"passed","time":{"start":1724889460652,"stop":1724889460652,"duration":0}},{"uid":"9865686eda37ad2c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9865686eda37ad2c","status":"passed","time":{"start":1724888611292,"stop":1724888611292,"duration":0}},{"uid":"13d0ae89fc3b59b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/13d0ae89fc3b59b","status":"passed","time":{"start":1724887767620,"stop":1724887767620,"duration":0}},{"uid":"73b7c3dd5ba01bac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/73b7c3dd5ba01bac","status":"passed","time":{"start":1724886533986,"stop":1724886533987,"duration":1}},{"uid":"56b5416fe1131083","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/56b5416fe1131083","status":"passed","time":{"start":1724886311755,"stop":1724886311755,"duration":0}},{"uid":"47da653be19bcf46","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/47da653be19bcf46","status":"passed","time":{"start":1724861760771,"stop":1724861760771,"duration":0}},{"uid":"958342e2ab184065","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/958342e2ab184065","status":"passed","time":{"start":1724861231730,"stop":1724861231734,"duration":4}},{"uid":"df243230e79adfb4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/df243230e79adfb4","status":"passed","time":{"start":1724861054252,"stop":1724861054252,"duration":0}},{"uid":"56417787583eabf2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/56417787583eabf2","status":"passed","time":{"start":1724860915810,"stop":1724860915810,"duration":0}}]},"b3338ef83501576e210e39f56e906273:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6fc875120106ada0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6fc875120106ada0","status":"passed","time":{"start":1724921640663,"stop":1724921640663,"duration":0}},{"uid":"4297c5cb512f83ab","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4297c5cb512f83ab","status":"passed","time":{"start":1724921597586,"stop":1724921597586,"duration":0}},{"uid":"aeba00f6554e322f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/aeba00f6554e322f","status":"passed","time":{"start":1724918306248,"stop":1724918306249,"duration":1}},{"uid":"e1dd7250f4aa2732","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e1dd7250f4aa2732","status":"passed","time":{"start":1724890060300,"stop":1724890060300,"duration":0}},{"uid":"3816255c958606c1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3816255c958606c1","status":"passed","time":{"start":1724889191328,"stop":1724889191328,"duration":0}},{"uid":"ba2eb602b4bb5a1d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ba2eb602b4bb5a1d","status":"passed","time":{"start":1724888368606,"stop":1724888368606,"duration":0}},{"uid":"941f4f2478a14a81","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/941f4f2478a14a81","status":"passed","time":{"start":1724887150940,"stop":1724887150940,"duration":0}},{"uid":"a82ef38af4984a04","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a82ef38af4984a04","status":"passed","time":{"start":1724886928811,"stop":1724886928811,"duration":0}},{"uid":"682bdbc3bbe715e6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/682bdbc3bbe715e6","status":"passed","time":{"start":1724862346041,"stop":1724862346041,"duration":0}},{"uid":"be79284df8bc88d7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/be79284df8bc88d7","status":"passed","time":{"start":1724861823100,"stop":1724861823100,"duration":0}},{"uid":"94d87e74801d19d8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/94d87e74801d19d8","status":"passed","time":{"start":1724861677722,"stop":1724861677723,"duration":1}},{"uid":"125538b05bee7c63","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/125538b05bee7c63","status":"passed","time":{"start":1724861503958,"stop":1724861503958,"duration":0}}]},"902c7819b2f906f32bfe7adb553c673b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ad029ca824037832","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ad029ca824037832","status":"passed","time":{"start":1724921602961,"stop":1724921602967,"duration":6}},{"uid":"23f63bda147f8f4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/23f63bda147f8f4","status":"passed","time":{"start":1724921571105,"stop":1724921571106,"duration":1}},{"uid":"86a2ecef9686cca","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/86a2ecef9686cca","status":"passed","time":{"start":1724918285611,"stop":1724918285612,"duration":1}},{"uid":"f527a9ffbe1c6513","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f527a9ffbe1c6513","status":"passed","time":{"start":1724890030099,"stop":1724890030100,"duration":1}},{"uid":"ae87c4632c195cbf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ae87c4632c195cbf","status":"passed","time":{"start":1724889171920,"stop":1724889171920,"duration":0}},{"uid":"fa4d1be0db91f2fb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fa4d1be0db91f2fb","status":"passed","time":{"start":1724888350740,"stop":1724888350740,"duration":0}},{"uid":"c17e86af26ca8666","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c17e86af26ca8666","status":"passed","time":{"start":1724887115422,"stop":1724887115423,"duration":1}},{"uid":"f532bb29357ded82","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f532bb29357ded82","status":"passed","time":{"start":1724886884584,"stop":1724886884584,"duration":0}},{"uid":"fc2c361343abf849","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc2c361343abf849","status":"passed","time":{"start":1724862322275,"stop":1724862322276,"duration":1}},{"uid":"230095fe68c6e8d0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/230095fe68c6e8d0","status":"passed","time":{"start":1724861790763,"stop":1724861790763,"duration":0}},{"uid":"ba5df9cbc9c7b7db","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ba5df9cbc9c7b7db","status":"passed","time":{"start":1724861628429,"stop":1724861628429,"duration":0}},{"uid":"3ff1335aa36a6593","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3ff1335aa36a6593","status":"passed","time":{"start":1724861465633,"stop":1724861465634,"duration":1}}]},"db6195f380365d8ef092b4b4ba6e82c3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3eeac006dbe1e4f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3eeac006dbe1e4f","status":"passed","time":{"start":1724888336460,"stop":1724888336461,"duration":1}}]},"9cabe131d72034c77ed828d117e102d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2f3226feb5270c75","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2f3226feb5270c75","status":"passed","time":{"start":1724921602985,"stop":1724921602986,"duration":1}},{"uid":"2f2dc7947c321d00","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2f2dc7947c321d00","status":"passed","time":{"start":1724921571109,"stop":1724921571109,"duration":0}},{"uid":"d2c021a887ac2355","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d2c021a887ac2355","status":"passed","time":{"start":1724918285616,"stop":1724918285617,"duration":1}},{"uid":"b5769597220891dd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b5769597220891dd","status":"passed","time":{"start":1724890030103,"stop":1724890030103,"duration":0}},{"uid":"c782142a78b76e8d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c782142a78b76e8d","status":"passed","time":{"start":1724889171930,"stop":1724889171931,"duration":1}},{"uid":"20447f84f3f0b98f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/20447f84f3f0b98f","status":"passed","time":{"start":1724888350742,"stop":1724888350744,"duration":2}},{"uid":"c83b99d65e92511c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c83b99d65e92511c","status":"passed","time":{"start":1724887115429,"stop":1724887115430,"duration":1}},{"uid":"be3f7f389bf0ec27","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/be3f7f389bf0ec27","status":"passed","time":{"start":1724886884587,"stop":1724886884587,"duration":0}},{"uid":"1b2f22b4570c50b7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1b2f22b4570c50b7","status":"passed","time":{"start":1724862322278,"stop":1724862322278,"duration":0}},{"uid":"fcc72ae30bf840c7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fcc72ae30bf840c7","status":"passed","time":{"start":1724861790766,"stop":1724861790767,"duration":1}},{"uid":"1b68f64b6cf00fb6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1b68f64b6cf00fb6","status":"passed","time":{"start":1724861628432,"stop":1724861628432,"duration":0}},{"uid":"7a19e3bda27af2e0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7a19e3bda27af2e0","status":"passed","time":{"start":1724861465636,"stop":1724861465636,"duration":0}}]},"c39d6b8ce540fff53a16da756e5ce128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f52eac6f5e3afc98","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f52eac6f5e3afc98","status":"passed","time":{"start":1724921602959,"stop":1724921602959,"duration":0}},{"uid":"3bc88ae633d6ddc1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3bc88ae633d6ddc1","status":"passed","time":{"start":1724921571102,"stop":1724921571102,"duration":0}},{"uid":"f4b36a9d8f5e560c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f4b36a9d8f5e560c","status":"passed","time":{"start":1724918285605,"stop":1724918285606,"duration":1}},{"uid":"12591038f1900c13","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/12591038f1900c13","status":"passed","time":{"start":1724890030097,"stop":1724890030097,"duration":0}},{"uid":"de6c09baaae7ba48","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/de6c09baaae7ba48","status":"passed","time":{"start":1724889171916,"stop":1724889171916,"duration":0}},{"uid":"6e6daf3b99a6a75","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6e6daf3b99a6a75","status":"passed","time":{"start":1724888350731,"stop":1724888350734,"duration":3}},{"uid":"ce77ef94aa4611ee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ce77ef94aa4611ee","status":"passed","time":{"start":1724887115417,"stop":1724887115418,"duration":1}},{"uid":"4befafe49e04cb5c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4befafe49e04cb5c","status":"passed","time":{"start":1724886884582,"stop":1724886884582,"duration":0}},{"uid":"8af722829f77c3b7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8af722829f77c3b7","status":"passed","time":{"start":1724862322267,"stop":1724862322267,"duration":0}},{"uid":"964c5d85b0303268","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/964c5d85b0303268","status":"passed","time":{"start":1724861790756,"stop":1724861790757,"duration":1}},{"uid":"6b8fda26cf95246e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6b8fda26cf95246e","status":"passed","time":{"start":1724861628426,"stop":1724861628426,"duration":0}},{"uid":"442429a6611966fa","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/442429a6611966fa","status":"passed","time":{"start":1724861465631,"stop":1724861465631,"duration":0}}]},"7525529448609d899418fbc61a88f88e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6e93bfcb3caffb93","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6e93bfcb3caffb93","status":"passed","time":{"start":1724921620594,"stop":1724921620594,"duration":0}},{"uid":"fb4aa9aa3dcdfae9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fb4aa9aa3dcdfae9","status":"passed","time":{"start":1724921566685,"stop":1724921566686,"duration":1}},{"uid":"e360f056f428d203","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e360f056f428d203","status":"passed","time":{"start":1724918280551,"stop":1724918280551,"duration":0}},{"uid":"905185dc3ed673a3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/905185dc3ed673a3","status":"passed","time":{"start":1724890019467,"stop":1724890019468,"duration":1}},{"uid":"4b2ae1b4b0950871","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b2ae1b4b0950871","status":"passed","time":{"start":1724889148720,"stop":1724889148721,"duration":1}},{"uid":"76595f62b97da0ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/76595f62b97da0ba","status":"passed","time":{"start":1724888331953,"stop":1724888331953,"duration":0}},{"uid":"1a303750bcfa78c0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1a303750bcfa78c0","status":"passed","time":{"start":1724887107112,"stop":1724887107112,"duration":0}},{"uid":"9a69bff890d05660","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9a69bff890d05660","status":"passed","time":{"start":1724886889607,"stop":1724886889607,"duration":0}},{"uid":"decc67aa7310f9ea","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/decc67aa7310f9ea","status":"passed","time":{"start":1724862298787,"stop":1724862298788,"duration":1}},{"uid":"b3430cc2c1b1e994","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b3430cc2c1b1e994","status":"passed","time":{"start":1724861779251,"stop":1724861779251,"duration":0}},{"uid":"44e989a799fdb856","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/44e989a799fdb856","status":"passed","time":{"start":1724861646558,"stop":1724861646559,"duration":1}},{"uid":"5a3425acdb871b0f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5a3425acdb871b0f","status":"passed","time":{"start":1724861466607,"stop":1724861466610,"duration":3}}]},"3018426b970a809a6840d3ee8a5347bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1556cf1a20f7d8f3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1556cf1a20f7d8f3","status":"passed","time":{"start":1724921619634,"stop":1724921619634,"duration":0}}]},"1b23c5230857c0a2df468070123b132f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a1402f42df5d12ca","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a1402f42df5d12ca","status":"passed","time":{"start":1724861285836,"stop":1724861285836,"duration":0}}]},"121a98c10b212f26b4a94a365151a032:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c2648aab7fa3604","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c2648aab7fa3604","status":"passed","time":{"start":1724889072752,"stop":1724889072752,"duration":0}}]},"6c39df66853b3b1ff073abdfaa79b3f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9b9d97f1a0e69d96","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9b9d97f1a0e69d96","status":"passed","time":{"start":1724921088189,"stop":1724921088192,"duration":3}},{"uid":"1006f3ce509de76b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1006f3ce509de76b","status":"passed","time":{"start":1724921063379,"stop":1724921063380,"duration":1}},{"uid":"a0bacc685a260231","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a0bacc685a260231","status":"passed","time":{"start":1724917723828,"stop":1724917723830,"duration":2}},{"uid":"5e1b5d3e7d493c50","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5e1b5d3e7d493c50","status":"passed","time":{"start":1724889503222,"stop":1724889503224,"duration":2}},{"uid":"cf5026969db80e1c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf5026969db80e1c","status":"passed","time":{"start":1724888652590,"stop":1724888652591,"duration":1}},{"uid":"3ef3300615bd931c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3ef3300615bd931c","status":"passed","time":{"start":1724887810644,"stop":1724887810646,"duration":2}},{"uid":"54f89253184da0bf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/54f89253184da0bf","status":"passed","time":{"start":1724886577050,"stop":1724886577053,"duration":3}},{"uid":"64ac8d81f04c631","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/64ac8d81f04c631","status":"passed","time":{"start":1724886355047,"stop":1724886355048,"duration":1}},{"uid":"2b3daf283148c91c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b3daf283148c91c","status":"passed","time":{"start":1724861804035,"stop":1724861804038,"duration":3}},{"uid":"d12e0fb67f9ff47f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d12e0fb67f9ff47f","status":"passed","time":{"start":1724861273292,"stop":1724861273294,"duration":2}},{"uid":"a9d957c280169d2b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a9d957c280169d2b","status":"passed","time":{"start":1724861099304,"stop":1724861099305,"duration":1}},{"uid":"a2fa560794e5beef","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a2fa560794e5beef","status":"passed","time":{"start":1724860959299,"stop":1724860959302,"duration":3}}]},"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3c1cc34ce66e1cc2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3c1cc34ce66e1cc2","status":"passed","time":{"start":1724921270338,"stop":1724921270339,"duration":1}},{"uid":"4855263981f33fe5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4855263981f33fe5","status":"passed","time":{"start":1724921247770,"stop":1724921247770,"duration":0}},{"uid":"77ef4fedb2f6c5df","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/77ef4fedb2f6c5df","status":"passed","time":{"start":1724917989806,"stop":1724917989807,"duration":1}},{"uid":"30541af7c28928e7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/30541af7c28928e7","status":"passed","time":{"start":1724889678530,"stop":1724889678531,"duration":1}},{"uid":"930bb8f7505b27c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/930bb8f7505b27c7","status":"passed","time":{"start":1724888829821,"stop":1724888829821,"duration":0}},{"uid":"c899a7b5f1d21714","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c899a7b5f1d21714","status":"passed","time":{"start":1724888076967,"stop":1724888076969,"duration":2}},{"uid":"c65065b1368063b9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c65065b1368063b9","status":"passed","time":{"start":1724886851108,"stop":1724886851109,"duration":1}},{"uid":"d32792a4ec72026d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d32792a4ec72026d","status":"passed","time":{"start":1724886647045,"stop":1724886647046,"duration":1}},{"uid":"ae0326ccc5284d51","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ae0326ccc5284d51","status":"passed","time":{"start":1724861992699,"stop":1724861992700,"duration":1}},{"uid":"bd6c666a1616987d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bd6c666a1616987d","status":"passed","time":{"start":1724861469624,"stop":1724861469625,"duration":1}},{"uid":"f90b48e63263602a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f90b48e63263602a","status":"passed","time":{"start":1724861284842,"stop":1724861284843,"duration":1}},{"uid":"1f8099cfd9d74657","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1f8099cfd9d74657","status":"passed","time":{"start":1724861145767,"stop":1724861145768,"duration":1}}]},"462880b226cba38b1bffc5c68a30a3d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fe8178d8b944f6df","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fe8178d8b944f6df","status":"passed","time":{"start":1724921475501,"stop":1724921475501,"duration":0}}]},"ea3a5bc738726324dac921efad4a8cce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a8c0dbd5cd6abe23","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a8c0dbd5cd6abe23","status":"passed","time":{"start":1724921625047,"stop":1724921625048,"duration":1}},{"uid":"3c257845a2d8b6d8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3c257845a2d8b6d8","status":"passed","time":{"start":1724921590493,"stop":1724921590493,"duration":0}},{"uid":"21bbf6d1888e6f46","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/21bbf6d1888e6f46","status":"passed","time":{"start":1724918287563,"stop":1724918287563,"duration":0}},{"uid":"153323783fe9dd9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/153323783fe9dd9d","status":"passed","time":{"start":1724890047786,"stop":1724890047786,"duration":0}},{"uid":"8802e026be3bee96","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8802e026be3bee96","status":"passed","time":{"start":1724889183918,"stop":1724889183918,"duration":0}},{"uid":"e072d3649169d3a8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e072d3649169d3a8","status":"passed","time":{"start":1724888354163,"stop":1724888354164,"duration":1}},{"uid":"c7d59772642895fd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c7d59772642895fd","status":"passed","time":{"start":1724887145655,"stop":1724887145655,"duration":0}},{"uid":"ada094c3b23e3653","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ada094c3b23e3653","status":"passed","time":{"start":1724886915785,"stop":1724886915785,"duration":0}},{"uid":"532f73dbafb76b93","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/532f73dbafb76b93","status":"passed","time":{"start":1724862341435,"stop":1724862341435,"duration":0}},{"uid":"82571dae859f0c74","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/82571dae859f0c74","status":"passed","time":{"start":1724861805440,"stop":1724861805440,"duration":0}},{"uid":"600d6df0148f62cb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/600d6df0148f62cb","status":"passed","time":{"start":1724861662254,"stop":1724861662254,"duration":0}},{"uid":"e69e0cf9f5cc0de4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e69e0cf9f5cc0de4","status":"passed","time":{"start":1724861492507,"stop":1724861492507,"duration":0}}]},"3fd6780894bdd07c81262aaa079902f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7aa9618ccdb4bc71","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7aa9618ccdb4bc71","status":"passed","time":{"start":1724921098915,"stop":1724921098916,"duration":1}},{"uid":"fd73de245a74a90e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fd73de245a74a90e","status":"passed","time":{"start":1724921073393,"stop":1724921073394,"duration":1}},{"uid":"626cfcecaf5da4c3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/626cfcecaf5da4c3","status":"passed","time":{"start":1724917744662,"stop":1724917744662,"duration":0}},{"uid":"f8f0233c5babf1dc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f8f0233c5babf1dc","status":"passed","time":{"start":1724889518043,"stop":1724889518043,"duration":0}},{"uid":"1c96f55dc58cca79","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c96f55dc58cca79","status":"passed","time":{"start":1724888665801,"stop":1724888665801,"duration":0}},{"uid":"361137825b00c90e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/361137825b00c90e","status":"passed","time":{"start":1724887821951,"stop":1724887821951,"duration":0}},{"uid":"2185298c26092dc5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2185298c26092dc5","status":"passed","time":{"start":1724886586924,"stop":1724886586925,"duration":1}},{"uid":"378e61cd16dffc10","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/378e61cd16dffc10","status":"passed","time":{"start":1724886375229,"stop":1724886375230,"duration":1}},{"uid":"23e312ed3de5fa1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/23e312ed3de5fa1","status":"passed","time":{"start":1724861815216,"stop":1724861815216,"duration":0}},{"uid":"4c0456a659d08660","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4c0456a659d08660","status":"passed","time":{"start":1724861291721,"stop":1724861291721,"duration":0}},{"uid":"6b7c6599e7b79a34","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6b7c6599e7b79a34","status":"passed","time":{"start":1724861109875,"stop":1724861109877,"duration":2}},{"uid":"d3e7f81ee94e87ac","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d3e7f81ee94e87ac","status":"passed","time":{"start":1724860972341,"stop":1724860972341,"duration":0}}]},"fa5fa52de910330bd6c58cbf3751a7d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ea7d8fbfbea10b4f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ea7d8fbfbea10b4f","status":"passed","time":{"start":1724921515223,"stop":1724921515224,"duration":1}},{"uid":"c33d608172af286c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c33d608172af286c","status":"passed","time":{"start":1724921475443,"stop":1724921475443,"duration":0}},{"uid":"dd9ab18b183fc6ae","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd9ab18b183fc6ae","status":"passed","time":{"start":1724918179397,"stop":1724918179398,"duration":1}},{"uid":"bfa16b6eca52337c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bfa16b6eca52337c","status":"passed","time":{"start":1724889935338,"stop":1724889935339,"duration":1}},{"uid":"18240736891f8d6e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/18240736891f8d6e","status":"passed","time":{"start":1724889072751,"stop":1724889072751,"duration":0}},{"uid":"6a3ae0b49694af7b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a3ae0b49694af7b","status":"passed","time":{"start":1724888232412,"stop":1724888232412,"duration":0}},{"uid":"fe25bdc95d334620","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fe25bdc95d334620","status":"passed","time":{"start":1724887018300,"stop":1724887018300,"duration":0}},{"uid":"34218fa5380c6394","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/34218fa5380c6394","status":"passed","time":{"start":1724886781476,"stop":1724886781477,"duration":1}},{"uid":"31f6073fd2af007e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31f6073fd2af007e","status":"passed","time":{"start":1724862213660,"stop":1724862213660,"duration":0}},{"uid":"6ababa9bb9f4329","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6ababa9bb9f4329","status":"passed","time":{"start":1724861685853,"stop":1724861685853,"duration":0}},{"uid":"77608c22e74fe463","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/77608c22e74fe463","status":"passed","time":{"start":1724861546169,"stop":1724861546170,"duration":1}},{"uid":"2e9516485b94b203","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2e9516485b94b203","status":"passed","time":{"start":1724861378108,"stop":1724861378108,"duration":0}}]},"63f8c87e7b17ff4d0a0882f6b3aac6a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fa1df6d135719105","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fa1df6d135719105","status":"passed","time":{"start":1724921564783,"stop":1724921564783,"duration":0}},{"uid":"fd770f49e068253d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fd770f49e068253d","status":"passed","time":{"start":1724921518828,"stop":1724921518829,"duration":1}},{"uid":"ec6d5d5617379a9a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ec6d5d5617379a9a","status":"passed","time":{"start":1724918229405,"stop":1724918229405,"duration":0}},{"uid":"1ea30fdec9d00139","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1ea30fdec9d00139","status":"passed","time":{"start":1724889980707,"stop":1724889980707,"duration":0}},{"uid":"41ce446824c25d96","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/41ce446824c25d96","status":"passed","time":{"start":1724889111184,"stop":1724889111184,"duration":0}},{"uid":"cc1ec23c54248167","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc1ec23c54248167","status":"passed","time":{"start":1724888292547,"stop":1724888292547,"duration":0}},{"uid":"4b925c55d0b3c2e6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4b925c55d0b3c2e6","status":"passed","time":{"start":1724887068232,"stop":1724887068232,"duration":0}},{"uid":"cad0094371d5313f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cad0094371d5313f","status":"passed","time":{"start":1724886848935,"stop":1724886848935,"duration":0}},{"uid":"26797933cf1193ce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/26797933cf1193ce","status":"passed","time":{"start":1724862262054,"stop":1724862262055,"duration":1}},{"uid":"4b12e8bba18ba5a9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4b12e8bba18ba5a9","status":"passed","time":{"start":1724861741898,"stop":1724861741898,"duration":0}},{"uid":"80368d53527e9206","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/80368d53527e9206","status":"passed","time":{"start":1724861599501,"stop":1724861599502,"duration":1}},{"uid":"685e79da4124df9d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/685e79da4124df9d","status":"passed","time":{"start":1724861428480,"stop":1724861428480,"duration":0}}]},"e57dcf5e029b6069d3f519aa3cf8664c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d65553ec6b4879b0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d65553ec6b4879b0","status":"passed","time":{"start":1724921046209,"stop":1724921046209,"duration":0}},{"uid":"31cf46c2519d1561","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/31cf46c2519d1561","status":"passed","time":{"start":1724921021480,"stop":1724921021481,"duration":1}},{"uid":"e7e3fa598c68b475","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e7e3fa598c68b475","status":"passed","time":{"start":1724917681728,"stop":1724917681728,"duration":0}},{"uid":"8750bb6c9cd4ea98","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8750bb6c9cd4ea98","status":"passed","time":{"start":1724889460657,"stop":1724889460657,"duration":0}},{"uid":"2b7f848e121cf3c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b7f848e121cf3c0","status":"passed","time":{"start":1724888611299,"stop":1724888611300,"duration":1}},{"uid":"46bd227a4e04a2c5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/46bd227a4e04a2c5","status":"passed","time":{"start":1724887767624,"stop":1724887767624,"duration":0}},{"uid":"d28b1b79a2a4113b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d28b1b79a2a4113b","status":"passed","time":{"start":1724886533996,"stop":1724886533996,"duration":0}},{"uid":"860fd3a1cb422e69","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/860fd3a1cb422e69","status":"passed","time":{"start":1724886311762,"stop":1724886311762,"duration":0}},{"uid":"faac1b1e69a34449","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/faac1b1e69a34449","status":"passed","time":{"start":1724861760780,"stop":1724861760780,"duration":0}},{"uid":"d21878a25fe57154","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d21878a25fe57154","status":"passed","time":{"start":1724861231738,"stop":1724861231738,"duration":0}},{"uid":"2aad86104fc3180e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2aad86104fc3180e","status":"passed","time":{"start":1724861054261,"stop":1724861054262,"duration":1}},{"uid":"eb6b72d43d3c74dd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/eb6b72d43d3c74dd","status":"passed","time":{"start":1724860915818,"stop":1724860915819,"duration":1}}]},"e05246201ab1c4afdb4400199328e7ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d0509697cfc93dc3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d0509697cfc93dc3","status":"passed","time":{"start":1724921141187,"stop":1724921141187,"duration":0}},{"uid":"ead735619cf8d3ca","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ead735619cf8d3ca","status":"passed","time":{"start":1724921118249,"stop":1724921118249,"duration":0}},{"uid":"65888c1ae3fe6e68","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/65888c1ae3fe6e68","status":"passed","time":{"start":1724917777551,"stop":1724917777551,"duration":0}},{"uid":"54eccb2499840e8a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/54eccb2499840e8a","status":"passed","time":{"start":1724889554664,"stop":1724889554665,"duration":1}},{"uid":"ac06d3739d9ff642","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ac06d3739d9ff642","status":"passed","time":{"start":1724888706937,"stop":1724888706938,"duration":1}},{"uid":"e5d5fb44d5ec5158","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e5d5fb44d5ec5158","status":"passed","time":{"start":1724887861773,"stop":1724887861773,"duration":0}},{"uid":"9279f7953ade5ce","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9279f7953ade5ce","status":"passed","time":{"start":1724886631477,"stop":1724886631477,"duration":0}},{"uid":"1bf71b81f878ac51","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1bf71b81f878ac51","status":"passed","time":{"start":1724886409745,"stop":1724886409746,"duration":1}},{"uid":"3f4aadcd371378b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3f4aadcd371378b","status":"passed","time":{"start":1724861858183,"stop":1724861858183,"duration":0}},{"uid":"becfbf7bb5eec9d0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/becfbf7bb5eec9d0","status":"passed","time":{"start":1724861324521,"stop":1724861324521,"duration":0}},{"uid":"cff641e91c9e2b32","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cff641e91c9e2b32","status":"passed","time":{"start":1724861152390,"stop":1724861152391,"duration":1}},{"uid":"11937476aaea96a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/11937476aaea96a","status":"passed","time":{"start":1724861011435,"stop":1724861011435,"duration":0}}]},"740bd35c687a3aeae457e287c034b229:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea4c21c13ce8a01","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ea4c21c13ce8a01","status":"passed","time":{"start":1724861685854,"stop":1724861685854,"duration":0}}]},"d3a9c53a535a12550d66935c3d177872:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"68c5070683811b4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/68c5070683811b4","status":"passed","time":{"start":1724921379979,"stop":1724921379979,"duration":0}},{"uid":"d44276262445b17a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d44276262445b17a","status":"passed","time":{"start":1724921359713,"stop":1724921359714,"duration":1}},{"uid":"f7239cb964b523c4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f7239cb964b523c4","status":"passed","time":{"start":1724918127247,"stop":1724918127247,"duration":0}},{"uid":"9033446c43012e1d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9033446c43012e1d","status":"passed","time":{"start":1724889805613,"stop":1724889805613,"duration":0}},{"uid":"cd1195fe5c7013e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd1195fe5c7013e8","status":"passed","time":{"start":1724888940687,"stop":1724888940691,"duration":4}},{"uid":"9a75cb43becf3702","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9a75cb43becf3702","status":"passed","time":{"start":1724888168650,"stop":1724888168651,"duration":1}},{"uid":"90f7bda5ef5ec6e9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/90f7bda5ef5ec6e9","status":"passed","time":{"start":1724886924217,"stop":1724886924217,"duration":0}},{"uid":"1da0e54bfb894955","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1da0e54bfb894955","status":"passed","time":{"start":1724886701805,"stop":1724886701806,"duration":1}},{"uid":"56e4982b30e26b00","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/56e4982b30e26b00","status":"passed","time":{"start":1724862112742,"stop":1724862112742,"duration":0}},{"uid":"4db0aea29693bacd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4db0aea29693bacd","status":"passed","time":{"start":1724861584869,"stop":1724861584869,"duration":0}},{"uid":"26d9154c34cc0e09","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/26d9154c34cc0e09","status":"passed","time":{"start":1724861464495,"stop":1724861464496,"duration":1}},{"uid":"f5d54383bd36a9f6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f5d54383bd36a9f6","status":"passed","time":{"start":1724861254914,"stop":1724861254915,"duration":1}}]},"e4a36cd3d421c24f939acb3f71342b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5d113b515c9b38cc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5d113b515c9b38cc","status":"passed","time":{"start":1724921625044,"stop":1724921625045,"duration":1}},{"uid":"4233ceeb40574b32","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4233ceeb40574b32","status":"passed","time":{"start":1724921590486,"stop":1724921590486,"duration":0}},{"uid":"94ec8f03bf2cf8a1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/94ec8f03bf2cf8a1","status":"passed","time":{"start":1724918287561,"stop":1724918287562,"duration":1}},{"uid":"ec65fd8f13543694","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ec65fd8f13543694","status":"passed","time":{"start":1724890047784,"stop":1724890047785,"duration":1}},{"uid":"965555c6303e2d9c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/965555c6303e2d9c","status":"passed","time":{"start":1724889183917,"stop":1724889183917,"duration":0}},{"uid":"3c8bb44124203b7b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3c8bb44124203b7b","status":"passed","time":{"start":1724888354162,"stop":1724888354162,"duration":0}},{"uid":"616307ca96195f37","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/616307ca96195f37","status":"passed","time":{"start":1724887145653,"stop":1724887145654,"duration":1}},{"uid":"fbe827090c7838a4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fbe827090c7838a4","status":"passed","time":{"start":1724886915781,"stop":1724886915782,"duration":1}},{"uid":"b4a9965d008c2003","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4a9965d008c2003","status":"passed","time":{"start":1724862341434,"stop":1724862341434,"duration":0}},{"uid":"af80dfffa745d804","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/af80dfffa745d804","status":"passed","time":{"start":1724861805437,"stop":1724861805438,"duration":1}},{"uid":"9e10ad230a828853","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9e10ad230a828853","status":"passed","time":{"start":1724861662252,"stop":1724861662253,"duration":1}},{"uid":"c35e8f38b692b801","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c35e8f38b692b801","status":"passed","time":{"start":1724861492505,"stop":1724861492506,"duration":1}}]},"9d6b2d6a9af243784bdf5b08e105b7a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d5a18059ea5bcee2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d5a18059ea5bcee2","status":"passed","time":{"start":1724921061619,"stop":1724921061619,"duration":0}},{"uid":"39e711c091029b79","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/39e711c091029b79","status":"passed","time":{"start":1724921036642,"stop":1724921036642,"duration":0}},{"uid":"7c45cff93ad3b4ac","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7c45cff93ad3b4ac","status":"passed","time":{"start":1724917696747,"stop":1724917696747,"duration":0}},{"uid":"79575522030285a8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/79575522030285a8","status":"passed","time":{"start":1724889476023,"stop":1724889476023,"duration":0}},{"uid":"c2ca9a5441896213","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2ca9a5441896213","status":"passed","time":{"start":1724888626863,"stop":1724888626864,"duration":1}},{"uid":"c556571a83e46331","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c556571a83e46331","status":"passed","time":{"start":1724887782852,"stop":1724887782852,"duration":0}},{"uid":"b1e016c09b39537f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b1e016c09b39537f","status":"passed","time":{"start":1724886549390,"stop":1724886549391,"duration":1}},{"uid":"734b1c89cc868345","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/734b1c89cc868345","status":"passed","time":{"start":1724886327495,"stop":1724886327495,"duration":0}},{"uid":"3af41a2da915e1d5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3af41a2da915e1d5","status":"passed","time":{"start":1724861776390,"stop":1724861776390,"duration":0}},{"uid":"2f6842a691020251","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2f6842a691020251","status":"passed","time":{"start":1724861247046,"stop":1724861247046,"duration":0}},{"uid":"9e3ba218194f29e5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9e3ba218194f29e5","status":"passed","time":{"start":1724861070813,"stop":1724861070813,"duration":0}},{"uid":"ed3e0e24215a7596","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ed3e0e24215a7596","status":"passed","time":{"start":1724860931510,"stop":1724860931510,"duration":0}}]},"e029ab1aa9b5631bce594036f1f437f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8c633cd02e4bcaf1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8c633cd02e4bcaf1","status":"passed","time":{"start":1724921037624,"stop":1724921037625,"duration":1}},{"uid":"aebc6183a09ad1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/aebc6183a09ad1","status":"passed","time":{"start":1724921013042,"stop":1724921013042,"duration":0}},{"uid":"b8e27f82367503fb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b8e27f82367503fb","status":"passed","time":{"start":1724917673280,"stop":1724917673280,"duration":0}},{"uid":"b465aa2880b2d393","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b465aa2880b2d393","status":"passed","time":{"start":1724889452300,"stop":1724889452300,"duration":0}},{"uid":"5916c73410997b84","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5916c73410997b84","status":"passed","time":{"start":1724888602829,"stop":1724888602829,"duration":0}},{"uid":"ac176ff4b4257ad5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ac176ff4b4257ad5","status":"passed","time":{"start":1724887759154,"stop":1724887759159,"duration":5}},{"uid":"c3ebf3a6b502a8d8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c3ebf3a6b502a8d8","status":"passed","time":{"start":1724886525539,"stop":1724886525539,"duration":0}},{"uid":"9eaa9018b2a68415","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9eaa9018b2a68415","status":"passed","time":{"start":1724886303387,"stop":1724886303388,"duration":1}},{"uid":"742a06763b17cfa0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/742a06763b17cfa0","status":"passed","time":{"start":1724861752215,"stop":1724861752215,"duration":0}},{"uid":"5eedae2622e2271c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5eedae2622e2271c","status":"passed","time":{"start":1724861223345,"stop":1724861223350,"duration":5}},{"uid":"219e9b323abfbd44","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/219e9b323abfbd44","status":"passed","time":{"start":1724861045191,"stop":1724861045191,"duration":0}},{"uid":"a5e4ce741ae6f0de","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a5e4ce741ae6f0de","status":"passed","time":{"start":1724860907073,"stop":1724860907079,"duration":6}}]},"bc2bca10ffeeff6a62fcb7846ea75c91:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"928b805060b40a32","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/928b805060b40a32","status":"passed","time":{"start":1724889171931,"stop":1724889171932,"duration":1}}]},"427ad7cdd06e56507121a5bd772f6d0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"342972e0e2aa70b0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/342972e0e2aa70b0","status":"passed","time":{"start":1724921602958,"stop":1724921602959,"duration":1}},{"uid":"c793403b217d1873","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c793403b217d1873","status":"passed","time":{"start":1724921571101,"stop":1724921571101,"duration":0}},{"uid":"6900097207bb3b0b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6900097207bb3b0b","status":"passed","time":{"start":1724918285600,"stop":1724918285601,"duration":1}},{"uid":"acf317e4a519c988","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/acf317e4a519c988","status":"passed","time":{"start":1724890030096,"stop":1724890030096,"duration":0}},{"uid":"bbf98d3d20b5e5f1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bbf98d3d20b5e5f1","status":"passed","time":{"start":1724889171914,"stop":1724889171914,"duration":0}},{"uid":"c865615589922df1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c865615589922df1","status":"passed","time":{"start":1724888350731,"stop":1724888350731,"duration":0}},{"uid":"45864da40d658583","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/45864da40d658583","status":"passed","time":{"start":1724887115416,"stop":1724887115417,"duration":1}},{"uid":"153359c3d7948166","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/153359c3d7948166","status":"passed","time":{"start":1724886884581,"stop":1724886884581,"duration":0}},{"uid":"c435284600233890","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c435284600233890","status":"passed","time":{"start":1724862322266,"stop":1724862322266,"duration":0}},{"uid":"c66719c827191b87","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c66719c827191b87","status":"passed","time":{"start":1724861790756,"stop":1724861790756,"duration":0}},{"uid":"9bd82e1eee83ef25","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9bd82e1eee83ef25","status":"passed","time":{"start":1724861628425,"stop":1724861628425,"duration":0}},{"uid":"ac5dead9158c0ea9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ac5dead9158c0ea9","status":"passed","time":{"start":1724861465630,"stop":1724861465630,"duration":0}}]},"5484e59896287f4c2b79aba6134a537d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"de4bbd9198c25edc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/de4bbd9198c25edc","status":"passed","time":{"start":1724921602943,"stop":1724921602943,"duration":0}},{"uid":"e9e6b7879609c484","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e9e6b7879609c484","status":"passed","time":{"start":1724921571090,"stop":1724921571091,"duration":1}},{"uid":"c47d3913c868034c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c47d3913c868034c","status":"passed","time":{"start":1724918285580,"stop":1724918285582,"duration":2}},{"uid":"99547a6c48b9255a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/99547a6c48b9255a","status":"passed","time":{"start":1724890030085,"stop":1724890030086,"duration":1}},{"uid":"fc260026f7714751","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc260026f7714751","status":"passed","time":{"start":1724889171904,"stop":1724889171905,"duration":1}},{"uid":"66e0631e3e5c0ffc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/66e0631e3e5c0ffc","status":"passed","time":{"start":1724888350718,"stop":1724888350718,"duration":0}},{"uid":"648cfc8cc62dfd8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/648cfc8cc62dfd8","status":"passed","time":{"start":1724887115402,"stop":1724887115403,"duration":1}},{"uid":"a5a530b31a04c22e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a5a530b31a04c22e","status":"passed","time":{"start":1724886884567,"stop":1724886884567,"duration":0}},{"uid":"6b44db5282245a34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b44db5282245a34","status":"passed","time":{"start":1724862322242,"stop":1724862322244,"duration":2}},{"uid":"b3192b1c0ef795ad","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b3192b1c0ef795ad","status":"passed","time":{"start":1724861790747,"stop":1724861790747,"duration":0}},{"uid":"c77d1037ba56ce67","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c77d1037ba56ce67","status":"passed","time":{"start":1724861628415,"stop":1724861628416,"duration":1}},{"uid":"1aa4ef72d2f5757e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1aa4ef72d2f5757e","status":"passed","time":{"start":1724861465618,"stop":1724861465618,"duration":0}}]},"991461718c5f3485f242a580c3e99a0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2a8b157f2e0f69c6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2a8b157f2e0f69c6","status":"passed","time":{"start":1724921071992,"stop":1724921071993,"duration":1}},{"uid":"66158830946c4349","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/66158830946c4349","status":"passed","time":{"start":1724921046820,"stop":1724921046821,"duration":1}},{"uid":"e2d3fab56d1d20c2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e2d3fab56d1d20c2","status":"passed","time":{"start":1724917707020,"stop":1724917707021,"duration":1}},{"uid":"eb52d55738cb0fc8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eb52d55738cb0fc8","status":"passed","time":{"start":1724889485858,"stop":1724889485858,"duration":0}},{"uid":"8cef03bf54026900","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8cef03bf54026900","status":"passed","time":{"start":1724888636618,"stop":1724888636618,"duration":0}},{"uid":"ff05483882247792","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ff05483882247792","status":"passed","time":{"start":1724887792853,"stop":1724887792854,"duration":1}},{"uid":"1595a890410a9bc9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1595a890410a9bc9","status":"passed","time":{"start":1724886559722,"stop":1724886559722,"duration":0}},{"uid":"b443dbc0427e64df","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b443dbc0427e64df","status":"passed","time":{"start":1724886337373,"stop":1724886337374,"duration":1}},{"uid":"784e14a188c3e24e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/784e14a188c3e24e","status":"passed","time":{"start":1724861786728,"stop":1724861786728,"duration":0}},{"uid":"3c4762c014f750b2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3c4762c014f750b2","status":"passed","time":{"start":1724861257210,"stop":1724861257211,"duration":1}},{"uid":"9fa20334fa8f4894","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9fa20334fa8f4894","status":"passed","time":{"start":1724861081080,"stop":1724861081081,"duration":1}},{"uid":"2edfacf3152a3c91","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2edfacf3152a3c91","status":"passed","time":{"start":1724860941729,"stop":1724860941730,"duration":1}}]},"bb4ccf8c97821ee233c633280aad880b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f4611f22b9043dc5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f4611f22b9043dc5","status":"passed","time":{"start":1724918298101,"stop":1724918298101,"duration":0}}]},"c7d5c13df07b427f7358c7707061c319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7fc804d27fef10c6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7fc804d27fef10c6","status":"passed","time":{"start":1724886880630,"stop":1724886880631,"duration":1}}]},"e71cdddc2779b7240b83ed3833f5370a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a4db877cb6031790","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a4db877cb6031790","status":"passed","time":{"start":1724861655159,"stop":1724861655159,"duration":0}}]},"3f311222116e924e2765aece617642c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5e27f52307d37612","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5e27f52307d37612","status":"passed","time":{"start":1724921625079,"stop":1724921625080,"duration":1}},{"uid":"a73658d1f49fc907","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a73658d1f49fc907","status":"passed","time":{"start":1724921590504,"stop":1724921590504,"duration":0}},{"uid":"8d850bf4b2505017","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8d850bf4b2505017","status":"passed","time":{"start":1724918287571,"stop":1724918287571,"duration":0}},{"uid":"48b308e21cd70d39","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/48b308e21cd70d39","status":"passed","time":{"start":1724890047796,"stop":1724890047797,"duration":1}},{"uid":"d6a1154acab8a7c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d6a1154acab8a7c9","status":"passed","time":{"start":1724889183930,"stop":1724889183930,"duration":0}},{"uid":"4b59c9a35e105bf4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4b59c9a35e105bf4","status":"passed","time":{"start":1724888354177,"stop":1724888354177,"duration":0}},{"uid":"1e497b5252f7da47","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1e497b5252f7da47","status":"passed","time":{"start":1724887145699,"stop":1724887145700,"duration":1}},{"uid":"9b935c6c4a525026","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9b935c6c4a525026","status":"passed","time":{"start":1724886915793,"stop":1724886915793,"duration":0}},{"uid":"942bce296a6da870","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/942bce296a6da870","status":"passed","time":{"start":1724862341458,"stop":1724862341458,"duration":0}},{"uid":"527651dc3bb1ed28","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/527651dc3bb1ed28","status":"passed","time":{"start":1724861805456,"stop":1724861805456,"duration":0}},{"uid":"6118536843cea458","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6118536843cea458","status":"passed","time":{"start":1724861662292,"stop":1724861662293,"duration":1}},{"uid":"852520094e44d15b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/852520094e44d15b","status":"passed","time":{"start":1724861492521,"stop":1724861492521,"duration":0}}]},"7448c2efa16fe9e07f95bd6e1f6af60e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"55482b4400b3610f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/55482b4400b3610f","status":"passed","time":{"start":1724921037652,"stop":1724921037652,"duration":0}},{"uid":"874d7cd057bdd35e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/874d7cd057bdd35e","status":"passed","time":{"start":1724921013066,"stop":1724921013066,"duration":0}},{"uid":"fc13980063c77e26","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fc13980063c77e26","status":"passed","time":{"start":1724917673306,"stop":1724917673306,"duration":0}},{"uid":"1f809e339452db2f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1f809e339452db2f","status":"passed","time":{"start":1724889452326,"stop":1724889452326,"duration":0}},{"uid":"fbc5580f0a1f1d3a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fbc5580f0a1f1d3a","status":"passed","time":{"start":1724888602858,"stop":1724888602859,"duration":1}},{"uid":"3f5f7a50921739d0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3f5f7a50921739d0","status":"passed","time":{"start":1724887759179,"stop":1724887759179,"duration":0}},{"uid":"9ae5ff04867b881a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9ae5ff04867b881a","status":"passed","time":{"start":1724886525557,"stop":1724886525557,"duration":0}},{"uid":"f63a7ae6d45c389a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f63a7ae6d45c389a","status":"passed","time":{"start":1724886303412,"stop":1724886303412,"duration":0}},{"uid":"497d2b86a76b55cc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/497d2b86a76b55cc","status":"passed","time":{"start":1724861752249,"stop":1724861752249,"duration":0}},{"uid":"8ea9afb7a5e29b34","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8ea9afb7a5e29b34","status":"passed","time":{"start":1724861223369,"stop":1724861223369,"duration":0}},{"uid":"895151fd64e55d8c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/895151fd64e55d8c","status":"passed","time":{"start":1724861045218,"stop":1724861045219,"duration":1}},{"uid":"dd986bc936ac4ce3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dd986bc936ac4ce3","status":"passed","time":{"start":1724860907105,"stop":1724860907105,"duration":0}}]},"c4c65aecf7fb6147572e5e9728555050:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4b2d9748a50e8bf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4b2d9748a50e8bf","status":"passed","time":{"start":1724921037634,"stop":1724921037634,"duration":0}},{"uid":"fa3bc5204bf4fead","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fa3bc5204bf4fead","status":"passed","time":{"start":1724921013046,"stop":1724921013046,"duration":0}},{"uid":"21a35934c610e957","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/21a35934c610e957","status":"passed","time":{"start":1724917673290,"stop":1724917673290,"duration":0}},{"uid":"b147c76bc34d19fc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b147c76bc34d19fc","status":"passed","time":{"start":1724889452308,"stop":1724889452309,"duration":1}},{"uid":"81c5c08e9632ee74","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/81c5c08e9632ee74","status":"passed","time":{"start":1724888602839,"stop":1724888602839,"duration":0}},{"uid":"e3e6ababfe7b2313","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e3e6ababfe7b2313","status":"passed","time":{"start":1724887759163,"stop":1724887759163,"duration":0}},{"uid":"8087ee96d08db47f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8087ee96d08db47f","status":"passed","time":{"start":1724886525542,"stop":1724886525542,"duration":0}},{"uid":"9a2701ee602d3b37","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9a2701ee602d3b37","status":"passed","time":{"start":1724886303395,"stop":1724886303395,"duration":0}},{"uid":"bc9a9f3a333c595","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc9a9f3a333c595","status":"passed","time":{"start":1724861752225,"stop":1724861752226,"duration":1}},{"uid":"ea32bb895b2ebf0e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ea32bb895b2ebf0e","status":"passed","time":{"start":1724861223354,"stop":1724861223354,"duration":0}},{"uid":"32f44c6500c74745","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/32f44c6500c74745","status":"passed","time":{"start":1724861045201,"stop":1724861045201,"duration":0}},{"uid":"c0dfdb2958f68160","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c0dfdb2958f68160","status":"passed","time":{"start":1724860907083,"stop":1724860907083,"duration":0}}]},"789c50e7df8eb304073270f96666a271:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fbe61787db9c75","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fbe61787db9c75","status":"passed","time":{"start":1724921515236,"stop":1724921515236,"duration":0}},{"uid":"90c4e11517c277f6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/90c4e11517c277f6","status":"passed","time":{"start":1724921475467,"stop":1724921475468,"duration":1}},{"uid":"a184fe496e5706c9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a184fe496e5706c9","status":"passed","time":{"start":1724918179408,"stop":1724918179409,"duration":1}},{"uid":"b5dab00e974d611a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b5dab00e974d611a","status":"passed","time":{"start":1724889935347,"stop":1724889935348,"duration":1}},{"uid":"854d84b4db2ec466","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/854d84b4db2ec466","status":"passed","time":{"start":1724889072762,"stop":1724889072762,"duration":0}},{"uid":"7732d0b352b70ff7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7732d0b352b70ff7","status":"passed","time":{"start":1724888232423,"stop":1724888232423,"duration":0}},{"uid":"3c837c62f18c9b0d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3c837c62f18c9b0d","status":"passed","time":{"start":1724887018310,"stop":1724887018310,"duration":0}},{"uid":"c9a55ede67333919","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c9a55ede67333919","status":"passed","time":{"start":1724886781489,"stop":1724886781490,"duration":1}},{"uid":"207226e907bce2ce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/207226e907bce2ce","status":"passed","time":{"start":1724862213670,"stop":1724862213671,"duration":1}},{"uid":"18b05b66b7f06403","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/18b05b66b7f06403","status":"passed","time":{"start":1724861685865,"stop":1724861685867,"duration":2}},{"uid":"43cdd80818e88e15","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/43cdd80818e88e15","status":"passed","time":{"start":1724861546198,"stop":1724861546198,"duration":0}},{"uid":"d4b07f8a2fbedd39","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d4b07f8a2fbedd39","status":"passed","time":{"start":1724861378119,"stop":1724861378120,"duration":1}}]},"d15aa3d7fc936cc750e36caccbc34d5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1df21667e7c6da89","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1df21667e7c6da89","status":"passed","time":{"start":1724889980705,"stop":1724889980705,"duration":0}}]},"84a8b9437c80e2f00d556a8f90df08fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c8e695608dd0efdc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c8e695608dd0efdc","status":"passed","time":{"start":1724921296996,"stop":1724921296996,"duration":0}},{"uid":"4fc60257ac906df5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4fc60257ac906df5","status":"passed","time":{"start":1724921276362,"stop":1724921276362,"duration":0}},{"uid":"bca62cc706bee21e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bca62cc706bee21e","status":"passed","time":{"start":1724917948306,"stop":1724917948307,"duration":1}},{"uid":"e933fd54f63c30bb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e933fd54f63c30bb","status":"passed","time":{"start":1724889729002,"stop":1724889729002,"duration":0}},{"uid":"f3efaa7706a572e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3efaa7706a572e8","status":"passed","time":{"start":1724888864948,"stop":1724888864949,"duration":1}},{"uid":"30b48c4c1a78263f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/30b48c4c1a78263f","status":"passed","time":{"start":1724888053730,"stop":1724888053731,"duration":1}},{"uid":"efd8826056d9b7bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/efd8826056d9b7bd","status":"passed","time":{"start":1724886811646,"stop":1724886811647,"duration":1}},{"uid":"8ea1287b163617dd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8ea1287b163617dd","status":"passed","time":{"start":1724886580998,"stop":1724886580999,"duration":1}},{"uid":"487e851d42fa6f8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/487e851d42fa6f8","status":"passed","time":{"start":1724862019552,"stop":1724862019554,"duration":2}},{"uid":"6d7ba8ada282133a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6d7ba8ada282133a","status":"passed","time":{"start":1724861493932,"stop":1724861493932,"duration":0}},{"uid":"d7cd5c89e568d4e8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d7cd5c89e568d4e8","status":"passed","time":{"start":1724861318012,"stop":1724861318012,"duration":0}},{"uid":"a3f0f6c72e53d354","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a3f0f6c72e53d354","status":"passed","time":{"start":1724861178505,"stop":1724861178506,"duration":1}}]},"96eeb60292012a27fed6176cb891717f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1c70c0536b987f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1c70c0536b987f","status":"passed","time":{"start":1724921602967,"stop":1724921602976,"duration":9}},{"uid":"add32c25aab93d27","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/add32c25aab93d27","status":"passed","time":{"start":1724921571106,"stop":1724921571106,"duration":0}},{"uid":"8599fa9b35214a15","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8599fa9b35214a15","status":"passed","time":{"start":1724918285612,"stop":1724918285613,"duration":1}},{"uid":"a9dbbc823374d93c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9dbbc823374d93c","status":"passed","time":{"start":1724890030100,"stop":1724890030100,"duration":0}},{"uid":"594a3268f31e5750","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/594a3268f31e5750","status":"passed","time":{"start":1724889171923,"stop":1724889171925,"duration":2}},{"uid":"aca6fb116698bec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aca6fb116698bec","status":"passed","time":{"start":1724888350740,"stop":1724888350740,"duration":0}},{"uid":"d6d911b9cf99325e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d6d911b9cf99325e","status":"passed","time":{"start":1724887115423,"stop":1724887115424,"duration":1}},{"uid":"9cf7ad96d22d1bdd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9cf7ad96d22d1bdd","status":"passed","time":{"start":1724886884584,"stop":1724886884584,"duration":0}},{"uid":"7b08b3c080a9dd94","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b08b3c080a9dd94","status":"passed","time":{"start":1724862322276,"stop":1724862322276,"duration":0}},{"uid":"b6845cc00d948b68","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b6845cc00d948b68","status":"passed","time":{"start":1724861790764,"stop":1724861790764,"duration":0}},{"uid":"e41f592cd29047cb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e41f592cd29047cb","status":"passed","time":{"start":1724861628429,"stop":1724861628429,"duration":0}},{"uid":"67bfb73a05b4e699","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/67bfb73a05b4e699","status":"passed","time":{"start":1724861465634,"stop":1724861465634,"duration":0}}]},"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b76d6413d2b43219","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b76d6413d2b43219","status":"passed","time":{"start":1724921665482,"stop":1724921665483,"duration":1}},{"uid":"95fb792f069900ed","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/95fb792f069900ed","status":"passed","time":{"start":1724921620264,"stop":1724921620264,"duration":0}},{"uid":"a35af7e0734ca9e2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a35af7e0734ca9e2","status":"passed","time":{"start":1724918327895,"stop":1724918327896,"duration":1}},{"uid":"6323f477ccfaa4d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6323f477ccfaa4d","status":"passed","time":{"start":1724890080825,"stop":1724890080825,"duration":0}},{"uid":"ed0bf291373cfa97","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ed0bf291373cfa97","status":"passed","time":{"start":1724889209275,"stop":1724889209275,"duration":0}},{"uid":"2dbb202a160a4b3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2dbb202a160a4b3","status":"passed","time":{"start":1724888392556,"stop":1724888392556,"duration":0}},{"uid":"14c1fc19b1c93154","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/14c1fc19b1c93154","status":"passed","time":{"start":1724887163401,"stop":1724887163401,"duration":0}},{"uid":"43c97aaf676f8217","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/43c97aaf676f8217","status":"passed","time":{"start":1724886939850,"stop":1724886939851,"duration":1}},{"uid":"3f9661fccd56e5f5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3f9661fccd56e5f5","status":"passed","time":{"start":1724862357132,"stop":1724862357133,"duration":1}},{"uid":"37ddbeed728baf51","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/37ddbeed728baf51","status":"passed","time":{"start":1724861837825,"stop":1724861837825,"duration":0}},{"uid":"764211d473f27d37","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/764211d473f27d37","status":"passed","time":{"start":1724861694571,"stop":1724861694571,"duration":0}},{"uid":"e77703e997109bf1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e77703e997109bf1","status":"passed","time":{"start":1724861523915,"stop":1724861523915,"duration":0}}]},"c229352398a6af9f0670d357527a6f15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"37f75bc7a8ed7232","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/37f75bc7a8ed7232","status":"passed","time":{"start":1724921073461,"stop":1724921073461,"duration":0}},{"uid":"b4c7e367ba133599","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b4c7e367ba133599","status":"passed","time":{"start":1724921048448,"stop":1724921048448,"duration":0}},{"uid":"3c07de702300b394","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3c07de702300b394","status":"passed","time":{"start":1724917708701,"stop":1724917708701,"duration":0}},{"uid":"86a5f2466ab2a77c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/86a5f2466ab2a77c","status":"passed","time":{"start":1724889487517,"stop":1724889487517,"duration":0}},{"uid":"c233acd90fccf0a8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c233acd90fccf0a8","status":"passed","time":{"start":1724888638224,"stop":1724888638224,"duration":0}},{"uid":"10a8e62bd847cdd9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/10a8e62bd847cdd9","status":"passed","time":{"start":1724887794484,"stop":1724887794485,"duration":1}},{"uid":"965cc1396629d2a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/965cc1396629d2a","status":"passed","time":{"start":1724886561407,"stop":1724886561408,"duration":1}},{"uid":"eacbe4b0ed25564e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eacbe4b0ed25564e","status":"passed","time":{"start":1724886339063,"stop":1724886339064,"duration":1}},{"uid":"4e0eed924e795294","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4e0eed924e795294","status":"passed","time":{"start":1724861788384,"stop":1724861788384,"duration":0}},{"uid":"c542e74339031a27","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c542e74339031a27","status":"passed","time":{"start":1724861258537,"stop":1724861258537,"duration":0}},{"uid":"c8a1d8efae2a5c9e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c8a1d8efae2a5c9e","status":"passed","time":{"start":1724861082797,"stop":1724861082797,"duration":0}},{"uid":"6c2182746a8fa938","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6c2182746a8fa938","status":"passed","time":{"start":1724860943249,"stop":1724860943249,"duration":0}}]},"60c049eb332867eababcd2ca0ce377fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1efbaf9fffa74590","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1efbaf9fffa74590","status":"passed","time":{"start":1724921037644,"stop":1724921037644,"duration":0}},{"uid":"ea3f10f85a67833a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ea3f10f85a67833a","status":"passed","time":{"start":1724921013057,"stop":1724921013057,"duration":0}},{"uid":"d1f81f25b8d0a753","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d1f81f25b8d0a753","status":"passed","time":{"start":1724917673299,"stop":1724917673299,"duration":0}},{"uid":"689d09f31c8bfa4c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/689d09f31c8bfa4c","status":"passed","time":{"start":1724889452318,"stop":1724889452318,"duration":0}},{"uid":"9d351307ef1777b1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9d351307ef1777b1","status":"passed","time":{"start":1724888602849,"stop":1724888602850,"duration":1}},{"uid":"c82435d03f02849a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c82435d03f02849a","status":"passed","time":{"start":1724887759171,"stop":1724887759171,"duration":0}},{"uid":"e4387cd71e7371b8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e4387cd71e7371b8","status":"passed","time":{"start":1724886525550,"stop":1724886525550,"duration":0}},{"uid":"af6e2f44347c5c77","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/af6e2f44347c5c77","status":"passed","time":{"start":1724886303404,"stop":1724886303405,"duration":1}},{"uid":"bf235c549cbfbdb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf235c549cbfbdb7","status":"passed","time":{"start":1724861752237,"stop":1724861752237,"duration":0}},{"uid":"5ce0f0fedf07e215","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5ce0f0fedf07e215","status":"passed","time":{"start":1724861223362,"stop":1724861223362,"duration":0}},{"uid":"73408a09a1f85016","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/73408a09a1f85016","status":"passed","time":{"start":1724861045210,"stop":1724861045210,"duration":0}},{"uid":"f42aa9b81c53bf83","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f42aa9b81c53bf83","status":"passed","time":{"start":1724860907092,"stop":1724860907093,"duration":1}}]},"58b07b2285e910f80ae373b96411434b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7504173fb531a2ac","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7504173fb531a2ac","status":"passed","time":{"start":1724921658746,"stop":1724921658746,"duration":0}},{"uid":"2c953e3125f33f49","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2c953e3125f33f49","status":"passed","time":{"start":1724921609580,"stop":1724921609580,"duration":0}},{"uid":"f5fe0e515f719a8c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f5fe0e515f719a8c","status":"passed","time":{"start":1724918323460,"stop":1724918323461,"duration":1}},{"uid":"90c1344acfc2d5ea","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/90c1344acfc2d5ea","status":"passed","time":{"start":1724890071666,"stop":1724890071666,"duration":0}},{"uid":"533d78acd6fa1a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/533d78acd6fa1a0","status":"passed","time":{"start":1724889207706,"stop":1724889207706,"duration":0}},{"uid":"f34e26a127cbe24a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f34e26a127cbe24a","status":"passed","time":{"start":1724888386327,"stop":1724888386327,"duration":0}},{"uid":"b0498c7beaba65d7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b0498c7beaba65d7","status":"passed","time":{"start":1724887153934,"stop":1724887153934,"duration":0}},{"uid":"315914820d4e18b7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/315914820d4e18b7","status":"passed","time":{"start":1724886927389,"stop":1724886927392,"duration":3}},{"uid":"4c303280d741ddda","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4c303280d741ddda","status":"passed","time":{"start":1724862360110,"stop":1724862360110,"duration":0}},{"uid":"4ddf538eca459edc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4ddf538eca459edc","status":"passed","time":{"start":1724861832843,"stop":1724861832843,"duration":0}},{"uid":"c01f9061bdb54d33","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c01f9061bdb54d33","status":"passed","time":{"start":1724861687428,"stop":1724861687428,"duration":0}},{"uid":"6843657efac2e6e7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6843657efac2e6e7","status":"passed","time":{"start":1724861513177,"stop":1724861513178,"duration":1}}]},"d41aeda8e0e38b29c149f84abdccaf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4ccce9c4eac5b62d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4ccce9c4eac5b62d","status":"passed","time":{"start":1724921602955,"stop":1724921602956,"duration":1}},{"uid":"6c31bb45fdf25a98","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6c31bb45fdf25a98","status":"passed","time":{"start":1724921571099,"stop":1724921571099,"duration":0}},{"uid":"1b1365cbcc371264","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1b1365cbcc371264","status":"passed","time":{"start":1724918285595,"stop":1724918285596,"duration":1}},{"uid":"c49ae29de9853993","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c49ae29de9853993","status":"passed","time":{"start":1724890030092,"stop":1724890030093,"duration":1}},{"uid":"3500b3206aad0fa3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3500b3206aad0fa3","status":"passed","time":{"start":1724889171911,"stop":1724889171911,"duration":0}},{"uid":"41677dffd9cf62b0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/41677dffd9cf62b0","status":"passed","time":{"start":1724888350725,"stop":1724888350725,"duration":0}},{"uid":"ed35b0e9c88e3d7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ed35b0e9c88e3d7","status":"passed","time":{"start":1724887115411,"stop":1724887115412,"duration":1}},{"uid":"a0e340c43cf3250e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a0e340c43cf3250e","status":"passed","time":{"start":1724886884579,"stop":1724886884579,"duration":0}},{"uid":"d5b9958ac7687eb3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d5b9958ac7687eb3","status":"passed","time":{"start":1724862322260,"stop":1724862322261,"duration":1}},{"uid":"8535f128ee55b4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8535f128ee55b4","status":"passed","time":{"start":1724861790754,"stop":1724861790754,"duration":0}},{"uid":"8456cb8b75c3c556","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8456cb8b75c3c556","status":"passed","time":{"start":1724861628423,"stop":1724861628423,"duration":0}},{"uid":"978607ce31126c47","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/978607ce31126c47","status":"passed","time":{"start":1724861465627,"stop":1724861465628,"duration":1}}]},"105e0ceb16975c927e585a398dccf9b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"98d542a203ea1081","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/98d542a203ea1081","status":"passed","time":{"start":1724921321310,"stop":1724921321310,"duration":0}},{"uid":"86a7c024e44d9262","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/86a7c024e44d9262","status":"passed","time":{"start":1724921298784,"stop":1724921298784,"duration":0}},{"uid":"7f394a9cffedf53d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7f394a9cffedf53d","status":"passed","time":{"start":1724918008228,"stop":1724918008228,"duration":0}},{"uid":"bba8ccf97a27fa8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bba8ccf97a27fa8","status":"passed","time":{"start":1724889728594,"stop":1724889728595,"duration":1}},{"uid":"ced0ff5bbd5657f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ced0ff5bbd5657f","status":"passed","time":{"start":1724888882873,"stop":1724888882874,"duration":1}},{"uid":"fd05aaf94c4a70e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fd05aaf94c4a70e","status":"passed","time":{"start":1724888111024,"stop":1724888111024,"duration":0}},{"uid":"ebbf5727eee67dd1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ebbf5727eee67dd1","status":"passed","time":{"start":1724886869445,"stop":1724886869446,"duration":1}},{"uid":"dfb5aa122a0b8fb7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dfb5aa122a0b8fb7","status":"passed","time":{"start":1724886642935,"stop":1724886642935,"duration":0}},{"uid":"9657837b6b2bec9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9657837b6b2bec9d","status":"passed","time":{"start":1724862044580,"stop":1724862044580,"duration":0}},{"uid":"4feac5cf2a1eac15","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4feac5cf2a1eac15","status":"passed","time":{"start":1724861523032,"stop":1724861523032,"duration":0}},{"uid":"3db011da821b8d69","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3db011da821b8d69","status":"passed","time":{"start":1724861362471,"stop":1724861362471,"duration":0}},{"uid":"d0449f23db15a71d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d0449f23db15a71d","status":"passed","time":{"start":1724861196778,"stop":1724861196809,"duration":31}}]},"d2e3f69f950ef816d5eedf3d7d1539a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5cb3e839e5721dca","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5cb3e839e5721dca","status":"passed","time":{"start":1724921619630,"stop":1724921619631,"duration":1}}]},"56378fb25e95279665f087ccbb869f6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7e09e57893b8cc62","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7e09e57893b8cc62","status":"passed","time":{"start":1724921037761,"stop":1724921037761,"duration":0}},{"uid":"3a142c414ff9ad05","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3a142c414ff9ad05","status":"passed","time":{"start":1724921013107,"stop":1724921013107,"duration":0}},{"uid":"435f87d896773f5a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/435f87d896773f5a","status":"passed","time":{"start":1724917673400,"stop":1724917673401,"duration":1}},{"uid":"ed27df6ce4f10067","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ed27df6ce4f10067","status":"passed","time":{"start":1724889452425,"stop":1724889452425,"duration":0}},{"uid":"2d5c1a45cc4020c3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d5c1a45cc4020c3","status":"passed","time":{"start":1724888602932,"stop":1724888602932,"duration":0}},{"uid":"14f375dc34f3cf16","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/14f375dc34f3cf16","status":"passed","time":{"start":1724887759206,"stop":1724887759206,"duration":0}},{"uid":"d77d968ca68a4c26","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d77d968ca68a4c26","status":"passed","time":{"start":1724886525513,"stop":1724886525513,"duration":0}},{"uid":"dc4c7e470923d957","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dc4c7e470923d957","status":"passed","time":{"start":1724886303418,"stop":1724886303418,"duration":0}},{"uid":"621b2a0ed13e096c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/621b2a0ed13e096c","status":"passed","time":{"start":1724861752254,"stop":1724861752254,"duration":0}},{"uid":"671c556d5e2524e1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/671c556d5e2524e1","status":"passed","time":{"start":1724861223392,"stop":1724861223393,"duration":1}},{"uid":"3dc42b8c0fee9c8f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3dc42b8c0fee9c8f","status":"passed","time":{"start":1724861045267,"stop":1724861045267,"duration":0}},{"uid":"afe708c0e6636314","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/afe708c0e6636314","status":"passed","time":{"start":1724860907341,"stop":1724860907341,"duration":0}}]},"65c7e74aa1537d3c3d2a1e57c6634030:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7b5f77c9b0e53a29","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7b5f77c9b0e53a29","status":"passed","time":{"start":1724921037652,"stop":1724921037652,"duration":0}},{"uid":"58de21332ffd7dc0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/58de21332ffd7dc0","status":"passed","time":{"start":1724921013065,"stop":1724921013065,"duration":0}},{"uid":"6a3557fe60e2952","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6a3557fe60e2952","status":"passed","time":{"start":1724917673306,"stop":1724917673306,"duration":0}},{"uid":"4b3d8cc4f91d06dc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b3d8cc4f91d06dc","status":"passed","time":{"start":1724889452325,"stop":1724889452325,"duration":0}},{"uid":"66f590741e814e4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/66f590741e814e4","status":"passed","time":{"start":1724888602858,"stop":1724888602858,"duration":0}},{"uid":"17c5b02646659936","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/17c5b02646659936","status":"passed","time":{"start":1724887759178,"stop":1724887759178,"duration":0}},{"uid":"a5f64c4d8db9fbc6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a5f64c4d8db9fbc6","status":"passed","time":{"start":1724886525556,"stop":1724886525556,"duration":0}},{"uid":"4661952d9628c059","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4661952d9628c059","status":"passed","time":{"start":1724886303412,"stop":1724886303412,"duration":0}},{"uid":"fb2ca71d0b1d6ec9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb2ca71d0b1d6ec9","status":"passed","time":{"start":1724861752248,"stop":1724861752249,"duration":1}},{"uid":"dcf221fd77054d9b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dcf221fd77054d9b","status":"passed","time":{"start":1724861223369,"stop":1724861223369,"duration":0}},{"uid":"ec9c8c865326d663","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ec9c8c865326d663","status":"passed","time":{"start":1724861045218,"stop":1724861045218,"duration":0}},{"uid":"45f037753bca1529","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/45f037753bca1529","status":"passed","time":{"start":1724860907104,"stop":1724860907104,"duration":0}}]},"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ed11507b7df4574e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ed11507b7df4574e","status":"passed","time":{"start":1724921297006,"stop":1724921297007,"duration":1}},{"uid":"9c5494fdb8a6c4db","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9c5494fdb8a6c4db","status":"passed","time":{"start":1724921276367,"stop":1724921276367,"duration":0}},{"uid":"2a0cc83905c6224d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2a0cc83905c6224d","status":"passed","time":{"start":1724917948322,"stop":1724917948323,"duration":1}},{"uid":"d094c7dcb6ff544a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d094c7dcb6ff544a","status":"passed","time":{"start":1724889729008,"stop":1724889729008,"duration":0}},{"uid":"a4f81c70284dab28","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a4f81c70284dab28","status":"passed","time":{"start":1724888864953,"stop":1724888864953,"duration":0}},{"uid":"2157bf0e3fcc68c3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2157bf0e3fcc68c3","status":"passed","time":{"start":1724888053746,"stop":1724888053747,"duration":1}},{"uid":"5c0645cb2468a20b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5c0645cb2468a20b","status":"passed","time":{"start":1724886811661,"stop":1724886811661,"duration":0}},{"uid":"32a85f3c0f223fe1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/32a85f3c0f223fe1","status":"passed","time":{"start":1724886581003,"stop":1724886581003,"duration":0}},{"uid":"97cc3b7230ca9af0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97cc3b7230ca9af0","status":"passed","time":{"start":1724862019560,"stop":1724862019561,"duration":1}},{"uid":"db6a62063e394a75","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/db6a62063e394a75","status":"passed","time":{"start":1724861493936,"stop":1724861493937,"duration":1}},{"uid":"568f31c4690d7520","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/568f31c4690d7520","status":"passed","time":{"start":1724861318028,"stop":1724861318028,"duration":0}},{"uid":"7726e256e6f52a75","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7726e256e6f52a75","status":"passed","time":{"start":1724861178515,"stop":1724861178515,"duration":0}}]},"b4e67c86d1f535129b0ed163d8dc8b50:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4e10595305ade239","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4e10595305ade239","status":"passed","time":{"start":1724921037632,"stop":1724921037632,"duration":0}},{"uid":"dba6f2c933dddb43","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dba6f2c933dddb43","status":"passed","time":{"start":1724921013045,"stop":1724921013045,"duration":0}},{"uid":"dbc8c76c534159ea","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dbc8c76c534159ea","status":"passed","time":{"start":1724917673288,"stop":1724917673288,"duration":0}},{"uid":"b076677b81aa9846","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b076677b81aa9846","status":"passed","time":{"start":1724889452307,"stop":1724889452307,"duration":0}},{"uid":"ca407d7f36e827ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ca407d7f36e827ee","status":"passed","time":{"start":1724888602837,"stop":1724888602837,"duration":0}},{"uid":"ca9e30c49e0be95f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ca9e30c49e0be95f","status":"passed","time":{"start":1724887759161,"stop":1724887759161,"duration":0}},{"uid":"8a9c8e1878bf06be","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a9c8e1878bf06be","status":"passed","time":{"start":1724886525541,"stop":1724886525541,"duration":0}},{"uid":"176e7168724ec524","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/176e7168724ec524","status":"passed","time":{"start":1724886303393,"stop":1724886303394,"duration":1}},{"uid":"ff2cb99c3d53163f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff2cb99c3d53163f","status":"passed","time":{"start":1724861752224,"stop":1724861752224,"duration":0}},{"uid":"1c606d090516fe84","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1c606d090516fe84","status":"passed","time":{"start":1724861223352,"stop":1724861223352,"duration":0}},{"uid":"272ce4d123aa75ff","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/272ce4d123aa75ff","status":"passed","time":{"start":1724861045199,"stop":1724861045199,"duration":0}},{"uid":"a4c0f75c5b15e474","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a4c0f75c5b15e474","status":"passed","time":{"start":1724860907082,"stop":1724860907082,"duration":0}}]},"589b1b7a6d9807934ff98a31643c4d34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bd5a5d41e71fd062","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bd5a5d41e71fd062","status":"passed","time":{"start":1724921602951,"stop":1724921602951,"duration":0}},{"uid":"214467f55c433ec","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/214467f55c433ec","status":"passed","time":{"start":1724921571096,"stop":1724921571096,"duration":0}},{"uid":"80d4ee827b8e6988","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/80d4ee827b8e6988","status":"passed","time":{"start":1724918285586,"stop":1724918285586,"duration":0}},{"uid":"76006fcd1e9022ec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/76006fcd1e9022ec","status":"passed","time":{"start":1724890030089,"stop":1724890030090,"duration":1}},{"uid":"dc8e632d8b466c85","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dc8e632d8b466c85","status":"passed","time":{"start":1724889171908,"stop":1724889171908,"duration":0}},{"uid":"ae8a5d553e7475ac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ae8a5d553e7475ac","status":"passed","time":{"start":1724888350721,"stop":1724888350721,"duration":0}},{"uid":"3161b29a9fe71d85","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3161b29a9fe71d85","status":"passed","time":{"start":1724887115408,"stop":1724887115408,"duration":0}},{"uid":"13be2830fad678d9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/13be2830fad678d9","status":"passed","time":{"start":1724886884574,"stop":1724886884574,"duration":0}},{"uid":"b830592ce9421a6e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b830592ce9421a6e","status":"passed","time":{"start":1724862322248,"stop":1724862322256,"duration":8}},{"uid":"fc068d42698a97f7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fc068d42698a97f7","status":"passed","time":{"start":1724861790751,"stop":1724861790751,"duration":0}},{"uid":"296f553b102d1ecc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/296f553b102d1ecc","status":"passed","time":{"start":1724861628420,"stop":1724861628420,"duration":0}},{"uid":"4e7132045d3b642a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4e7132045d3b642a","status":"passed","time":{"start":1724861465624,"stop":1724861465624,"duration":0}}]},"513731380c77ca152026bf7c14a48d8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"acb13426ae59bc3b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/acb13426ae59bc3b","status":"passed","time":{"start":1724921270356,"stop":1724921270356,"duration":0}},{"uid":"7fa2b7a6c8b7e2d1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7fa2b7a6c8b7e2d1","status":"passed","time":{"start":1724921247817,"stop":1724921247817,"duration":0}},{"uid":"dd1f89f6859f37cb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd1f89f6859f37cb","status":"passed","time":{"start":1724917989817,"stop":1724917989818,"duration":1}},{"uid":"7dc1d841333f3f45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7dc1d841333f3f45","status":"passed","time":{"start":1724889678550,"stop":1724889678550,"duration":0}},{"uid":"cc818da2b914da05","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc818da2b914da05","status":"passed","time":{"start":1724888829842,"stop":1724888829842,"duration":0}},{"uid":"9314119e9dc33625","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9314119e9dc33625","status":"passed","time":{"start":1724888077008,"stop":1724888077009,"duration":1}},{"uid":"a7597f887ed412de","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a7597f887ed412de","status":"passed","time":{"start":1724886851124,"stop":1724886851125,"duration":1}},{"uid":"524b2ce1d0289cdc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/524b2ce1d0289cdc","status":"passed","time":{"start":1724886647110,"stop":1724886647110,"duration":0}},{"uid":"5cc43ffb7aeb7041","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5cc43ffb7aeb7041","status":"passed","time":{"start":1724861992712,"stop":1724861992712,"duration":0}},{"uid":"1800463929e8d708","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1800463929e8d708","status":"passed","time":{"start":1724861469641,"stop":1724861469642,"duration":1}},{"uid":"2c7515bb499e8269","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2c7515bb499e8269","status":"passed","time":{"start":1724861284856,"stop":1724861284857,"duration":1}},{"uid":"65aa0a4f696e36df","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/65aa0a4f696e36df","status":"passed","time":{"start":1724861145804,"stop":1724861145804,"duration":0}}]},"6f5b90b3cba7391b90c4abf847b2005b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"657712aa93def4ec","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/657712aa93def4ec","status":"passed","time":{"start":1724918179399,"stop":1724918179400,"duration":1}}]},"366fa7007de643f93bf9b36a29fcebb4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aa35019d0c3174c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aa35019d0c3174c7","status":"passed","time":{"start":1724889938368,"stop":1724889938368,"duration":0}}]},"1a3a6d1ae0d567935eaad8885460e7c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1b492faa962be216","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1b492faa962be216","status":"passed","time":{"start":1724921515223,"stop":1724921515223,"duration":0}},{"uid":"97914bba1326471","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/97914bba1326471","status":"passed","time":{"start":1724921475443,"stop":1724921475443,"duration":0}},{"uid":"8414d325372abdae","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8414d325372abdae","status":"passed","time":{"start":1724918179396,"stop":1724918179397,"duration":1}},{"uid":"922c7d60325e3b81","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/922c7d60325e3b81","status":"passed","time":{"start":1724889935338,"stop":1724889935338,"duration":0}},{"uid":"52ab50a7b3a18980","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52ab50a7b3a18980","status":"passed","time":{"start":1724889072750,"stop":1724889072751,"duration":1}},{"uid":"860e8565781ffa2c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/860e8565781ffa2c","status":"passed","time":{"start":1724888232412,"stop":1724888232412,"duration":0}},{"uid":"2be723e70b9aab3f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2be723e70b9aab3f","status":"passed","time":{"start":1724887018292,"stop":1724887018292,"duration":0}},{"uid":"2d94e50c0f01f977","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2d94e50c0f01f977","status":"passed","time":{"start":1724886781476,"stop":1724886781476,"duration":0}},{"uid":"5647ff592dc58ab4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5647ff592dc58ab4","status":"passed","time":{"start":1724862213659,"stop":1724862213660,"duration":1}},{"uid":"34775a2172a0d9ed","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/34775a2172a0d9ed","status":"passed","time":{"start":1724861685852,"stop":1724861685853,"duration":1}},{"uid":"5ec24c5a6cc909fb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5ec24c5a6cc909fb","status":"passed","time":{"start":1724861546169,"stop":1724861546169,"duration":0}},{"uid":"d757d525065aef6d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d757d525065aef6d","status":"passed","time":{"start":1724861378107,"stop":1724861378108,"duration":1}}]},"3884349e6f873a1d438a98af624ac63b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"97f514d7c2ca01cb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/97f514d7c2ca01cb","status":"passed","time":{"start":1724921270364,"stop":1724921270364,"duration":0}},{"uid":"a3e14ee42b42b92","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a3e14ee42b42b92","status":"passed","time":{"start":1724921247825,"stop":1724921247826,"duration":1}},{"uid":"65ba34e00fa49208","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/65ba34e00fa49208","status":"passed","time":{"start":1724917989822,"stop":1724917989823,"duration":1}},{"uid":"f3fc8679df91a1f7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3fc8679df91a1f7","status":"passed","time":{"start":1724889678568,"stop":1724889678568,"duration":0}},{"uid":"13d896f359973db2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/13d896f359973db2","status":"passed","time":{"start":1724888829846,"stop":1724888829847,"duration":1}},{"uid":"64f35bcb7de6adfb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/64f35bcb7de6adfb","status":"passed","time":{"start":1724888077014,"stop":1724888077015,"duration":1}},{"uid":"46bd8e8e66e198d7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/46bd8e8e66e198d7","status":"passed","time":{"start":1724886851130,"stop":1724886851130,"duration":0}},{"uid":"60230242fc95804a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/60230242fc95804a","status":"passed","time":{"start":1724886647120,"stop":1724886647120,"duration":0}},{"uid":"e2511c49aa400cd9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e2511c49aa400cd9","status":"passed","time":{"start":1724861992716,"stop":1724861992716,"duration":0}},{"uid":"4f0167088d602e41","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4f0167088d602e41","status":"passed","time":{"start":1724861469648,"stop":1724861469648,"duration":0}},{"uid":"6989e3afeb9baa16","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6989e3afeb9baa16","status":"passed","time":{"start":1724861284870,"stop":1724861284870,"duration":0}},{"uid":"2f1c6ab38a5deec6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2f1c6ab38a5deec6","status":"passed","time":{"start":1724861145816,"stop":1724861145818,"duration":2}}]},"bd81d7ffdaed09a1e3e9db53db89999f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"339338c04ef6ba9e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/339338c04ef6ba9e","status":"passed","time":{"start":1724921515228,"stop":1724921515229,"duration":1}},{"uid":"20dcd453fe4d74ce","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/20dcd453fe4d74ce","status":"passed","time":{"start":1724921475448,"stop":1724921475448,"duration":0}},{"uid":"8d64c25d23c8bb52","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8d64c25d23c8bb52","status":"passed","time":{"start":1724918179402,"stop":1724918179403,"duration":1}},{"uid":"6d2b3e4471ab4832","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d2b3e4471ab4832","status":"passed","time":{"start":1724889935342,"stop":1724889935343,"duration":1}},{"uid":"43f30aa4b9c74e4e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/43f30aa4b9c74e4e","status":"passed","time":{"start":1724889072755,"stop":1724889072756,"duration":1}},{"uid":"94fe04dba54fadd7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/94fe04dba54fadd7","status":"passed","time":{"start":1724888232417,"stop":1724888232417,"duration":0}},{"uid":"1cdd655cd49001ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1cdd655cd49001ba","status":"passed","time":{"start":1724887018304,"stop":1724887018305,"duration":1}},{"uid":"504ef5a148885172","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/504ef5a148885172","status":"passed","time":{"start":1724886781481,"stop":1724886781482,"duration":1}},{"uid":"be3b3d796ca17a93","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/be3b3d796ca17a93","status":"passed","time":{"start":1724862213664,"stop":1724862213665,"duration":1}},{"uid":"1713cae1d3ff1756","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1713cae1d3ff1756","status":"passed","time":{"start":1724861685858,"stop":1724861685858,"duration":0}},{"uid":"40db932f542fa142","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/40db932f542fa142","status":"passed","time":{"start":1724861546179,"stop":1724861546179,"duration":0}},{"uid":"d71632ff9e5536d7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d71632ff9e5536d7","status":"passed","time":{"start":1724861378113,"stop":1724861378113,"duration":0}}]},"bd6b420fe72d53673925d5e9ff70af86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"97b967044d80a609","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/97b967044d80a609","status":"passed","time":{"start":1724921270353,"stop":1724921270354,"duration":1}},{"uid":"c6e540e61fbf115","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c6e540e61fbf115","status":"passed","time":{"start":1724921247815,"stop":1724921247815,"duration":0}},{"uid":"cbbabbe269505f1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cbbabbe269505f1","status":"passed","time":{"start":1724917989815,"stop":1724917989815,"duration":0}},{"uid":"eeb8b8664362424a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eeb8b8664362424a","status":"passed","time":{"start":1724889678548,"stop":1724889678548,"duration":0}},{"uid":"e2a46fa7c31572da","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e2a46fa7c31572da","status":"passed","time":{"start":1724888829834,"stop":1724888829835,"duration":1}},{"uid":"7be6ace5e6a9eeaa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7be6ace5e6a9eeaa","status":"passed","time":{"start":1724888076989,"stop":1724888076989,"duration":0}},{"uid":"e2ee60aa8b3534ce","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e2ee60aa8b3534ce","status":"passed","time":{"start":1724886851122,"stop":1724886851122,"duration":0}},{"uid":"53e7f6164a0f3b49","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/53e7f6164a0f3b49","status":"passed","time":{"start":1724886647098,"stop":1724886647099,"duration":1}},{"uid":"c3a0aaf44636e3c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c3a0aaf44636e3c9","status":"passed","time":{"start":1724861992710,"stop":1724861992710,"duration":0}},{"uid":"83d067ea764f8821","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/83d067ea764f8821","status":"passed","time":{"start":1724861469639,"stop":1724861469639,"duration":0}},{"uid":"cde7c126f33c6162","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cde7c126f33c6162","status":"passed","time":{"start":1724861284854,"stop":1724861284854,"duration":0}},{"uid":"1f260f7b870ae336","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1f260f7b870ae336","status":"passed","time":{"start":1724861145799,"stop":1724861145799,"duration":0}}]},"dc3df9558d2892feb187cc35786c1bbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":8,"unknown":0,"total":12},"items":[{"uid":"e301018e69a077a1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e301018e69a077a1","status":"passed","time":{"start":1724921196357,"stop":1724921196357,"duration":0}},{"uid":"ee9dea8a037688d8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ee9dea8a037688d8","status":"passed","time":{"start":1724921173181,"stop":1724921173181,"duration":0}},{"uid":"2f9f655064851c02","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2f9f655064851c02","status":"broken","statusDetails":"expected 1 to equal 2","time":{"start":1724917930828,"stop":1724917930831,"duration":3}},{"uid":"7b4bb5e830981d0c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b4bb5e830981d0c","status":"passed","time":{"start":1724889621017,"stop":1724889621017,"duration":0}},{"uid":"5c44a6615b2f2d11","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5c44a6615b2f2d11","status":"passed","time":{"start":1724888759389,"stop":1724888759389,"duration":0}},{"uid":"eb46ea2010c84a4a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eb46ea2010c84a4a","status":"broken","statusDetails":"expected 1 to equal 2","time":{"start":1724888015045,"stop":1724888015046,"duration":1}},{"uid":"e9f1075d07fce376","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e9f1075d07fce376","status":"broken","statusDetails":"expected 1 to equal 2","time":{"start":1724886784544,"stop":1724886784545,"duration":1}},{"uid":"15fe7d1fe30318d9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/15fe7d1fe30318d9","status":"broken","statusDetails":"expected 1 to equal 2","time":{"start":1724886566532,"stop":1724886566533,"duration":1}},{"uid":"f2496d9ffbea35f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2496d9ffbea35f9","status":"passed","time":{"start":1724861915534,"stop":1724861915534,"duration":0}},{"uid":"3d6991fff5a6fb26","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3d6991fff5a6fb26","status":"passed","time":{"start":1724861379725,"stop":1724861379725,"duration":0}},{"uid":"2890317a6c743e0c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2890317a6c743e0c","status":"passed","time":{"start":1724861206879,"stop":1724861206880,"duration":1}},{"uid":"9758fae5f66e0adb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9758fae5f66e0adb","status":"passed","time":{"start":1724861067560,"stop":1724861067560,"duration":0}}]},"f7868e6b85a42969a816271884c08d83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6427376602917948","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6427376602917948","status":"passed","time":{"start":1724921379981,"stop":1724921379981,"duration":0}},{"uid":"91133b9a8ec0f661","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/91133b9a8ec0f661","status":"passed","time":{"start":1724921359717,"stop":1724921359717,"duration":0}},{"uid":"7d75617119164c49","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7d75617119164c49","status":"passed","time":{"start":1724918127249,"stop":1724918127249,"duration":0}},{"uid":"b22317fdda2c5b8f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b22317fdda2c5b8f","status":"passed","time":{"start":1724889805615,"stop":1724889805616,"duration":1}},{"uid":"6d72a515ab7fd2e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d72a515ab7fd2e1","status":"passed","time":{"start":1724888940695,"stop":1724888940695,"duration":0}},{"uid":"74a1abf1da686f95","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/74a1abf1da686f95","status":"passed","time":{"start":1724888168653,"stop":1724888168653,"duration":0}},{"uid":"ce0e2c6ec894a865","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ce0e2c6ec894a865","status":"passed","time":{"start":1724886924219,"stop":1724886924220,"duration":1}},{"uid":"4ff5b796e69169d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4ff5b796e69169d","status":"passed","time":{"start":1724886701807,"stop":1724886701807,"duration":0}},{"uid":"26cfcfb45c076003","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/26cfcfb45c076003","status":"passed","time":{"start":1724862112743,"stop":1724862112744,"duration":1}},{"uid":"f758edf042ddc8a2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f758edf042ddc8a2","status":"passed","time":{"start":1724861584871,"stop":1724861584872,"duration":1}},{"uid":"ac1722bca2a317c7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac1722bca2a317c7","status":"passed","time":{"start":1724861464518,"stop":1724861464518,"duration":0}},{"uid":"fe556d942374e8cb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fe556d942374e8cb","status":"passed","time":{"start":1724861254919,"stop":1724861254919,"duration":0}}]},"8697a2f340a0994fc8e2296e5a1d9038:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e3c248b7f48c5225","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e3c248b7f48c5225","status":"passed","time":{"start":1724921196358,"stop":1724921196359,"duration":1}},{"uid":"39e15783be0843f4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/39e15783be0843f4","status":"passed","time":{"start":1724921173183,"stop":1724921173183,"duration":0}},{"uid":"76a361c3c56c31ec","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/76a361c3c56c31ec","status":"passed","time":{"start":1724917930834,"stop":1724917930835,"duration":1}},{"uid":"1a37354a0daf2a19","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1a37354a0daf2a19","status":"passed","time":{"start":1724889621018,"stop":1724889621018,"duration":0}},{"uid":"c3c15fca159be9c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c3c15fca159be9c7","status":"passed","time":{"start":1724888759390,"stop":1724888759390,"duration":0}},{"uid":"e0d6decceb13d5b1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e0d6decceb13d5b1","status":"passed","time":{"start":1724888015049,"stop":1724888015050,"duration":1}},{"uid":"ddb7c560dbcf6770","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ddb7c560dbcf6770","status":"passed","time":{"start":1724886784548,"stop":1724886784549,"duration":1}},{"uid":"366b09cfe689ad1a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/366b09cfe689ad1a","status":"passed","time":{"start":1724886566535,"stop":1724886566535,"duration":0}},{"uid":"8d32f17279b91673","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8d32f17279b91673","status":"passed","time":{"start":1724861915535,"stop":1724861915535,"duration":0}},{"uid":"12533dba87c349f0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/12533dba87c349f0","status":"passed","time":{"start":1724861379726,"stop":1724861379726,"duration":0}},{"uid":"bc58fb1e4b8e5f13","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bc58fb1e4b8e5f13","status":"passed","time":{"start":1724861206881,"stop":1724861206881,"duration":0}},{"uid":"c8ced88e238ba588","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c8ced88e238ba588","status":"passed","time":{"start":1724861067561,"stop":1724861067561,"duration":0}}]},"910abab3840431832d3bc4edf8e0a85b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9e7b23dbf6e5a846","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9e7b23dbf6e5a846","status":"passed","time":{"start":1724921046200,"stop":1724921046200,"duration":0}},{"uid":"9cbdf9a6a37e756c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9cbdf9a6a37e756c","status":"passed","time":{"start":1724921021471,"stop":1724921021471,"duration":0}},{"uid":"4f46372606a5e0b9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4f46372606a5e0b9","status":"passed","time":{"start":1724917681719,"stop":1724917681719,"duration":0}},{"uid":"2452bb9daf93a6d3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2452bb9daf93a6d3","status":"passed","time":{"start":1724889460651,"stop":1724889460651,"duration":0}},{"uid":"3ea927de155fa467","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3ea927de155fa467","status":"passed","time":{"start":1724888611291,"stop":1724888611292,"duration":1}},{"uid":"2cd13ba8bb105ac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2cd13ba8bb105ac","status":"passed","time":{"start":1724887767616,"stop":1724887767620,"duration":4}},{"uid":"4176446fe6d9cd4a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4176446fe6d9cd4a","status":"passed","time":{"start":1724886533986,"stop":1724886533986,"duration":0}},{"uid":"edc8a42910707aac","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/edc8a42910707aac","status":"passed","time":{"start":1724886311754,"stop":1724886311754,"duration":0}},{"uid":"8227f46ad3954a4e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8227f46ad3954a4e","status":"passed","time":{"start":1724861760770,"stop":1724861760770,"duration":0}},{"uid":"9c410ea516bec0f1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9c410ea516bec0f1","status":"passed","time":{"start":1724861231730,"stop":1724861231730,"duration":0}},{"uid":"3055da348f1e3c3d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3055da348f1e3c3d","status":"passed","time":{"start":1724861054251,"stop":1724861054251,"duration":0}},{"uid":"fddf368bbb0cca15","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fddf368bbb0cca15","status":"passed","time":{"start":1724860915810,"stop":1724860915810,"duration":0}}]},"d96d9d45dfbea2e5c04ce12f773c44a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"32f538666d902a0a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/32f538666d902a0a","status":"passed","time":{"start":1724921540110,"stop":1724921540110,"duration":0}},{"uid":"b852083d1f2e0039","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b852083d1f2e0039","status":"passed","time":{"start":1724921503541,"stop":1724921503541,"duration":0}},{"uid":"a63b6b2a047b693b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a63b6b2a047b693b","status":"passed","time":{"start":1724918214370,"stop":1724918214370,"duration":0}},{"uid":"37024761e4d387bf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37024761e4d387bf","status":"passed","time":{"start":1724889952445,"stop":1724889952446,"duration":1}},{"uid":"1b31d5407363020f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1b31d5407363020f","status":"passed","time":{"start":1724889087470,"stop":1724889087470,"duration":0}},{"uid":"d532d1316f743ef7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d532d1316f743ef7","status":"passed","time":{"start":1724888266431,"stop":1724888266431,"duration":0}},{"uid":"970e29147ed43c82","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/970e29147ed43c82","status":"passed","time":{"start":1724887042932,"stop":1724887042933,"duration":1}},{"uid":"afb0545297124fa","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/afb0545297124fa","status":"passed","time":{"start":1724886820800,"stop":1724886820801,"duration":1}},{"uid":"c84b9da1e9c92aac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c84b9da1e9c92aac","status":"passed","time":{"start":1724862245491,"stop":1724862245491,"duration":0}},{"uid":"75bc188af9136a16","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/75bc188af9136a16","status":"passed","time":{"start":1724861720405,"stop":1724861720405,"duration":0}},{"uid":"7a1d40595c6b8a68","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7a1d40595c6b8a68","status":"passed","time":{"start":1724861579395,"stop":1724861579396,"duration":1}},{"uid":"60386367012a7b9c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/60386367012a7b9c","status":"passed","time":{"start":1724861402509,"stop":1724861402509,"duration":0}}]},"e12a3d3b8a340fd1eb8ead6cc892e2b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7e4099b4edee5f7d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7e4099b4edee5f7d","status":"passed","time":{"start":1724921267872,"stop":1724921267872,"duration":0}}]},"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5076bcf531f8dd6b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5076bcf531f8dd6b","status":"passed","time":{"start":1724921128572,"stop":1724921128582,"duration":10}},{"uid":"cf3c4d21ee0c2202","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cf3c4d21ee0c2202","status":"passed","time":{"start":1724921103677,"stop":1724921103679,"duration":2}},{"uid":"b5ea2b8016998140","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b5ea2b8016998140","status":"passed","time":{"start":1724917763729,"stop":1724917763730,"duration":1}},{"uid":"7b88d8c283d9a8bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b88d8c283d9a8bd","status":"passed","time":{"start":1724889543374,"stop":1724889543389,"duration":15}},{"uid":"fcba857479298de5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fcba857479298de5","status":"passed","time":{"start":1724888692506,"stop":1724888692507,"duration":1}},{"uid":"4ef0b1c21ebb69b0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4ef0b1c21ebb69b0","status":"passed","time":{"start":1724887850416,"stop":1724887850416,"duration":0}},{"uid":"7a2cbb7749aaa67a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7a2cbb7749aaa67a","status":"passed","time":{"start":1724886617181,"stop":1724886617182,"duration":1}},{"uid":"a7864c45fd58cd4f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a7864c45fd58cd4f","status":"passed","time":{"start":1724886394913,"stop":1724886394914,"duration":1}},{"uid":"f9ebc0b7395390af","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9ebc0b7395390af","status":"passed","time":{"start":1724861844375,"stop":1724861844375,"duration":0}},{"uid":"ac258cf21b8592e5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ac258cf21b8592e5","status":"passed","time":{"start":1724861313417,"stop":1724861313418,"duration":1}},{"uid":"585e2d6f9657bc53","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/585e2d6f9657bc53","status":"passed","time":{"start":1724861139653,"stop":1724861139653,"duration":0}},{"uid":"58f68f2a80c32b29","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/58f68f2a80c32b29","status":"passed","time":{"start":1724860999513,"stop":1724860999513,"duration":0}}]},"36bb3ee8fcfb200feda70b5f4761eabf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"14cbcc48d0fac80d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/14cbcc48d0fac80d","status":"passed","time":{"start":1724921267873,"stop":1724921267874,"duration":1}},{"uid":"876add97b2f4997c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/876add97b2f4997c","status":"passed","time":{"start":1724921244386,"stop":1724921244387,"duration":1}},{"uid":"5af38f099059b1cd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5af38f099059b1cd","status":"passed","time":{"start":1724917916058,"stop":1724917916058,"duration":0}},{"uid":"d626e62f74afadff","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d626e62f74afadff","status":"passed","time":{"start":1724889678259,"stop":1724889678259,"duration":0}},{"uid":"4b3aab4907996536","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b3aab4907996536","status":"passed","time":{"start":1724888831688,"stop":1724888831688,"duration":0}},{"uid":"933f6e16158b178a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/933f6e16158b178a","status":"passed","time":{"start":1724888003323,"stop":1724888003324,"duration":1}},{"uid":"2910e2245e5c9362","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2910e2245e5c9362","status":"passed","time":{"start":1724886776612,"stop":1724886776613,"duration":1}},{"uid":"87be36d9b7851ae2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/87be36d9b7851ae2","status":"passed","time":{"start":1724886555801,"stop":1724886555802,"duration":1}},{"uid":"b983a63141cfab29","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b983a63141cfab29","status":"passed","time":{"start":1724861983014,"stop":1724861983014,"duration":0}},{"uid":"628d5e9d745ffd7b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/628d5e9d745ffd7b","status":"passed","time":{"start":1724861444070,"stop":1724861444070,"duration":0}},{"uid":"d971c6432a17d0a7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d971c6432a17d0a7","status":"passed","time":{"start":1724861285838,"stop":1724861285838,"duration":0}},{"uid":"f92ba2da2d8827af","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f92ba2da2d8827af","status":"passed","time":{"start":1724861145676,"stop":1724861145676,"duration":0}}]},"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c4ab663adef46592","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c4ab663adef46592","status":"passed","time":{"start":1724921563006,"stop":1724921563007,"duration":1}},{"uid":"c50939497abcf2dc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c50939497abcf2dc","status":"passed","time":{"start":1724921526808,"stop":1724921526809,"duration":1}},{"uid":"b95cfb381cf3736a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b95cfb381cf3736a","status":"passed","time":{"start":1724918239932,"stop":1724918239932,"duration":0}},{"uid":"f0bf6da396607940","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f0bf6da396607940","status":"passed","time":{"start":1724889980880,"stop":1724889980881,"duration":1}},{"uid":"293bf65e69ed7714","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/293bf65e69ed7714","status":"passed","time":{"start":1724889109946,"stop":1724889109946,"duration":0}},{"uid":"d6c335e04ce279e0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d6c335e04ce279e0","status":"passed","time":{"start":1724888294718,"stop":1724888294718,"duration":0}},{"uid":"3259f92ee5499e77","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3259f92ee5499e77","status":"passed","time":{"start":1724887071734,"stop":1724887071735,"duration":1}},{"uid":"7696a4a74e284e54","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7696a4a74e284e54","status":"passed","time":{"start":1724886848340,"stop":1724886848341,"duration":1}},{"uid":"7af973558ea2e47f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7af973558ea2e47f","status":"passed","time":{"start":1724862259242,"stop":1724862259242,"duration":0}},{"uid":"a733a21944098e2e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a733a21944098e2e","status":"passed","time":{"start":1724861735321,"stop":1724861735321,"duration":0}},{"uid":"1d9302ed8e18fe32","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1d9302ed8e18fe32","status":"passed","time":{"start":1724861606334,"stop":1724861606335,"duration":1}},{"uid":"6afbe909768ff909","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6afbe909768ff909","status":"passed","time":{"start":1724861426680,"stop":1724861426681,"duration":1}}]},"a994d450a82127230549fc5bddc67bd3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"dd8abdc0d7a442a0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dd8abdc0d7a442a0","status":"passed","time":{"start":1724921037648,"stop":1724921037648,"duration":0}},{"uid":"f84dec9f86818d75","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f84dec9f86818d75","status":"passed","time":{"start":1724921013060,"stop":1724921013060,"duration":0}},{"uid":"1296510046ca3d50","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1296510046ca3d50","status":"passed","time":{"start":1724917673301,"stop":1724917673301,"duration":0}},{"uid":"cace836effb22f6f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cace836effb22f6f","status":"passed","time":{"start":1724889452321,"stop":1724889452321,"duration":0}},{"uid":"26461e5903564643","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/26461e5903564643","status":"passed","time":{"start":1724888602853,"stop":1724888602853,"duration":0}},{"uid":"42fa252614a4e7aa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/42fa252614a4e7aa","status":"passed","time":{"start":1724887759174,"stop":1724887759174,"duration":0}},{"uid":"27c7955c0aa49828","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/27c7955c0aa49828","status":"passed","time":{"start":1724886525553,"stop":1724886525553,"duration":0}},{"uid":"cae27065f67bfc5b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cae27065f67bfc5b","status":"passed","time":{"start":1724886303407,"stop":1724886303408,"duration":1}},{"uid":"ae225c4a52e5b049","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ae225c4a52e5b049","status":"passed","time":{"start":1724861752240,"stop":1724861752240,"duration":0}},{"uid":"815fa0f848293864","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/815fa0f848293864","status":"passed","time":{"start":1724861223364,"stop":1724861223364,"duration":0}},{"uid":"b2d75be5cf2bc86d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b2d75be5cf2bc86d","status":"passed","time":{"start":1724861045213,"stop":1724861045213,"duration":0}},{"uid":"cf5b133d6f0ff8a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cf5b133d6f0ff8a","status":"passed","time":{"start":1724860907098,"stop":1724860907099,"duration":1}}]},"1448dc610e92b4a18491cc1a32b179a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2cba0604524cb769","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2cba0604524cb769","status":"passed","time":{"start":1724921073460,"stop":1724921073461,"duration":1}},{"uid":"da90af04bcbc7d43","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/da90af04bcbc7d43","status":"passed","time":{"start":1724921048448,"stop":1724921048448,"duration":0}},{"uid":"50ed6e0107c61a61","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/50ed6e0107c61a61","status":"passed","time":{"start":1724917708700,"stop":1724917708701,"duration":1}},{"uid":"f6edcc51f9223c3f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f6edcc51f9223c3f","status":"passed","time":{"start":1724889487517,"stop":1724889487517,"duration":0}},{"uid":"e339750729711ad7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e339750729711ad7","status":"passed","time":{"start":1724888638224,"stop":1724888638224,"duration":0}},{"uid":"98f0b3204ea5bc50","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/98f0b3204ea5bc50","status":"passed","time":{"start":1724887794484,"stop":1724887794484,"duration":0}},{"uid":"85c0629b529bef37","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/85c0629b529bef37","status":"passed","time":{"start":1724886561407,"stop":1724886561407,"duration":0}},{"uid":"d3e9c2ca67ede24a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d3e9c2ca67ede24a","status":"passed","time":{"start":1724886339063,"stop":1724886339063,"duration":0}},{"uid":"406c5845a0b10e81","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/406c5845a0b10e81","status":"passed","time":{"start":1724861788384,"stop":1724861788384,"duration":0}},{"uid":"17c01b414067b883","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/17c01b414067b883","status":"passed","time":{"start":1724861258536,"stop":1724861258537,"duration":1}},{"uid":"8a6c7c16095078db","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8a6c7c16095078db","status":"passed","time":{"start":1724861082796,"stop":1724861082797,"duration":1}},{"uid":"248d8447c3c60db5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/248d8447c3c60db5","status":"passed","time":{"start":1724860943249,"stop":1724860943249,"duration":0}}]},"f46650c1d06af18386abdb848fbc8611:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"517567f809fc9f8a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/517567f809fc9f8a","status":"passed","time":{"start":1724861655160,"stop":1724861655160,"duration":0}}]},"9ab7c2056d356e71723d3d28c3e2e25f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e76f2b61f95f7cd5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e76f2b61f95f7cd5","status":"passed","time":{"start":1724921515221,"stop":1724921515221,"duration":0}},{"uid":"44af7e4bddcd5726","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/44af7e4bddcd5726","status":"passed","time":{"start":1724921475440,"stop":1724921475440,"duration":0}},{"uid":"fa296f60582590d7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fa296f60582590d7","status":"passed","time":{"start":1724918179381,"stop":1724918179381,"duration":0}},{"uid":"f488866ada160cb8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f488866ada160cb8","status":"passed","time":{"start":1724889935335,"stop":1724889935335,"duration":0}},{"uid":"14c101f569e6316d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14c101f569e6316d","status":"passed","time":{"start":1724889072747,"stop":1724889072749,"duration":2}},{"uid":"278e6383bf05d572","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/278e6383bf05d572","status":"passed","time":{"start":1724888232409,"stop":1724888232410,"duration":1}},{"uid":"227b667eec299df1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/227b667eec299df1","status":"passed","time":{"start":1724887018289,"stop":1724887018289,"duration":0}},{"uid":"f83c3d97d58a2696","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f83c3d97d58a2696","status":"passed","time":{"start":1724886781474,"stop":1724886781474,"duration":0}},{"uid":"ae0aa63b2568d5e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ae0aa63b2568d5e1","status":"passed","time":{"start":1724862213657,"stop":1724862213657,"duration":0}},{"uid":"a57f4df2e7da9371","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a57f4df2e7da9371","status":"passed","time":{"start":1724861685849,"stop":1724861685850,"duration":1}},{"uid":"d101faa22a3d5e8e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d101faa22a3d5e8e","status":"passed","time":{"start":1724861546164,"stop":1724861546165,"duration":1}},{"uid":"75ad51818cba5a36","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/75ad51818cba5a36","status":"passed","time":{"start":1724861378105,"stop":1724861378106,"duration":1}}]},"cbcc5d801846434a1d1191cc8b268c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6bd713010c0f06c9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6bd713010c0f06c9","status":"passed","time":{"start":1724921529591,"stop":1724921529591,"duration":0}},{"uid":"44bd54def3546df3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/44bd54def3546df3","status":"passed","time":{"start":1724921488885,"stop":1724921488885,"duration":0}},{"uid":"69e0de34aed79d3b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/69e0de34aed79d3b","status":"passed","time":{"start":1724918203692,"stop":1724918203692,"duration":0}},{"uid":"cc6357fe377442bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc6357fe377442bc","status":"passed","time":{"start":1724889938366,"stop":1724889938367,"duration":1}},{"uid":"bf922a15c32d6154","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf922a15c32d6154","status":"passed","time":{"start":1724889077070,"stop":1724889077071,"duration":1}},{"uid":"a7f8b8a0a5345d5b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a7f8b8a0a5345d5b","status":"passed","time":{"start":1724888268040,"stop":1724888268040,"duration":0}},{"uid":"fb01952cbf8e7305","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fb01952cbf8e7305","status":"passed","time":{"start":1724887032413,"stop":1724887032414,"duration":1}},{"uid":"f1b806368c602050","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f1b806368c602050","status":"passed","time":{"start":1724886822826,"stop":1724886822827,"duration":1}},{"uid":"c70ae44a7d254420","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c70ae44a7d254420","status":"passed","time":{"start":1724862233517,"stop":1724862233517,"duration":0}},{"uid":"ff698fd5aab04a2f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ff698fd5aab04a2f","status":"passed","time":{"start":1724861712675,"stop":1724861712675,"duration":0}},{"uid":"ac37592147902742","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac37592147902742","status":"passed","time":{"start":1724861567901,"stop":1724861567902,"duration":1}},{"uid":"662b83ff077f9ab3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/662b83ff077f9ab3","status":"passed","time":{"start":1724861392061,"stop":1724861392061,"duration":0}}]},"ba769652bae7d96060517c896f8129a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd1509711110c3c2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cd1509711110c3c2","status":"passed","time":{"start":1724888232426,"stop":1724888232426,"duration":0}}]},"7e2b4c99c1c0f59790a3f6131fa2db84:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f544a8f155fac66e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f544a8f155fac66e","status":"passed","time":{"start":1724861485078,"stop":1724861485079,"duration":1}}]},"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a1b74da9bbadeb20","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a1b74da9bbadeb20","status":"passed","time":{"start":1724921046197,"stop":1724921046197,"duration":0}},{"uid":"42dde44ba971b567","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/42dde44ba971b567","status":"passed","time":{"start":1724921021467,"stop":1724921021467,"duration":0}},{"uid":"8d380679accbebdd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8d380679accbebdd","status":"passed","time":{"start":1724917681716,"stop":1724917681716,"duration":0}},{"uid":"f29f45c38b4af801","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f29f45c38b4af801","status":"passed","time":{"start":1724889460645,"stop":1724889460645,"duration":0}},{"uid":"c7f6c6b2353af78","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c7f6c6b2353af78","status":"passed","time":{"start":1724888611288,"stop":1724888611288,"duration":0}},{"uid":"8a7158b968885b83","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a7158b968885b83","status":"passed","time":{"start":1724887767613,"stop":1724887767613,"duration":0}},{"uid":"eb026a05dc7230b3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eb026a05dc7230b3","status":"passed","time":{"start":1724886533983,"stop":1724886533983,"duration":0}},{"uid":"4a901a778ece6377","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4a901a778ece6377","status":"passed","time":{"start":1724886311750,"stop":1724886311751,"duration":1}},{"uid":"8bcb79d349524257","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8bcb79d349524257","status":"passed","time":{"start":1724861760766,"stop":1724861760767,"duration":1}},{"uid":"82fa99ef8b828dca","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/82fa99ef8b828dca","status":"passed","time":{"start":1724861231726,"stop":1724861231727,"duration":1}},{"uid":"e946c7959f9748ae","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e946c7959f9748ae","status":"passed","time":{"start":1724861054247,"stop":1724861054248,"duration":1}},{"uid":"94862281522b903c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/94862281522b903c","status":"passed","time":{"start":1724860915806,"stop":1724860915807,"duration":1}}]},"30ef7a9b03445eb2aa807816e4c71b90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b91d4f87c9e1e882","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b91d4f87c9e1e882","status":"passed","time":{"start":1724921625091,"stop":1724921625092,"duration":1}},{"uid":"300aa248fe68e7d5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/300aa248fe68e7d5","status":"passed","time":{"start":1724921590511,"stop":1724921590511,"duration":0}},{"uid":"313669755fd33e69","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/313669755fd33e69","status":"passed","time":{"start":1724918287577,"stop":1724918287577,"duration":0}},{"uid":"9e838b5f9d7e3fb6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e838b5f9d7e3fb6","status":"passed","time":{"start":1724890047803,"stop":1724890047803,"duration":0}},{"uid":"3866a58c4bda7844","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3866a58c4bda7844","status":"passed","time":{"start":1724889183947,"stop":1724889183948,"duration":1}},{"uid":"19a5719f37ccbe5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/19a5719f37ccbe5","status":"passed","time":{"start":1724888354185,"stop":1724888354186,"duration":1}},{"uid":"9299dcc46d39650c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9299dcc46d39650c","status":"passed","time":{"start":1724887145723,"stop":1724887145723,"duration":0}},{"uid":"fe3efe44c49f878","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fe3efe44c49f878","status":"passed","time":{"start":1724886915807,"stop":1724886915809,"duration":2}},{"uid":"6d257bccc139a6ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d257bccc139a6ba","status":"passed","time":{"start":1724862341466,"stop":1724862341466,"duration":0}},{"uid":"cff367c6df7b4e2c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cff367c6df7b4e2c","status":"passed","time":{"start":1724861805470,"stop":1724861805470,"duration":0}},{"uid":"e2da81622c8f21b4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e2da81622c8f21b4","status":"passed","time":{"start":1724861662300,"stop":1724861662300,"duration":0}},{"uid":"922f735f2c1c7de7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/922f735f2c1c7de7","status":"passed","time":{"start":1724861492527,"stop":1724861492528,"duration":1}}]},"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5db1acdb7642e948","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5db1acdb7642e948","status":"passed","time":{"start":1724921677828,"stop":1724921677828,"duration":0}},{"uid":"c3db2c1fefb59da4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c3db2c1fefb59da4","status":"passed","time":{"start":1724921635680,"stop":1724921635680,"duration":0}},{"uid":"7d627a273d4234cd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7d627a273d4234cd","status":"passed","time":{"start":1724918344739,"stop":1724918344739,"duration":0}},{"uid":"f810ae5542f9c9ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f810ae5542f9c9ac","status":"passed","time":{"start":1724890097428,"stop":1724890097428,"duration":0}},{"uid":"ed620df861f6000e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ed620df861f6000e","status":"passed","time":{"start":1724889226624,"stop":1724889226624,"duration":0}},{"uid":"3cb3c0d890e3b64c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3cb3c0d890e3b64c","status":"passed","time":{"start":1724888405388,"stop":1724888405388,"duration":0}},{"uid":"b5afe86f23f68756","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b5afe86f23f68756","status":"passed","time":{"start":1724887180097,"stop":1724887180097,"duration":0}},{"uid":"4ee872a460c828dc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4ee872a460c828dc","status":"passed","time":{"start":1724886957951,"stop":1724886957951,"duration":0}},{"uid":"b21645a90e49f5c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b21645a90e49f5c7","status":"passed","time":{"start":1724862379719,"stop":1724862379719,"duration":0}},{"uid":"bb9d8757a71d0a7c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bb9d8757a71d0a7c","status":"passed","time":{"start":1724861853005,"stop":1724861853005,"duration":0}},{"uid":"148d4a4e4291fb28","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/148d4a4e4291fb28","status":"passed","time":{"start":1724861709847,"stop":1724861709847,"duration":0}},{"uid":"bcc3ced67f1d2d41","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bcc3ced67f1d2d41","status":"passed","time":{"start":1724861537425,"stop":1724861537425,"duration":0}}]},"fb03ed1529362299d1d7d3ddcdce8e8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8f1e8a30d59ab0e8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8f1e8a30d59ab0e8","status":"passed","time":{"start":1724888336458,"stop":1724888336458,"duration":0}}]},"1cddc29ad92fa891fca15970b2e9627a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4169eb8dce4c22b5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4169eb8dce4c22b5","status":"passed","time":{"start":1724921065913,"stop":1724921065913,"duration":0}},{"uid":"c63fff030504f65e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c63fff030504f65e","status":"passed","time":{"start":1724921040949,"stop":1724921040950,"duration":1}},{"uid":"c921a70e059b507a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c921a70e059b507a","status":"passed","time":{"start":1724917701158,"stop":1724917701158,"duration":0}},{"uid":"3aa2c64df3b0fb8f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3aa2c64df3b0fb8f","status":"passed","time":{"start":1724889479977,"stop":1724889479977,"duration":0}},{"uid":"201785975d58c34c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/201785975d58c34c","status":"passed","time":{"start":1724888630726,"stop":1724888630727,"duration":1}},{"uid":"7894470f95764c4c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7894470f95764c4c","status":"passed","time":{"start":1724887787009,"stop":1724887787009,"duration":0}},{"uid":"6d76faaa984a1315","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6d76faaa984a1315","status":"passed","time":{"start":1724886553671,"stop":1724886553672,"duration":1}},{"uid":"1e246678739ad5ac","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1e246678739ad5ac","status":"passed","time":{"start":1724886331495,"stop":1724886331495,"duration":0}},{"uid":"79911936132e7dad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/79911936132e7dad","status":"passed","time":{"start":1724861780659,"stop":1724861780659,"duration":0}},{"uid":"2d400a06b556fe14","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2d400a06b556fe14","status":"passed","time":{"start":1724861251101,"stop":1724861251101,"duration":0}},{"uid":"a07c7e456c08f041","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a07c7e456c08f041","status":"passed","time":{"start":1724861074811,"stop":1724861074811,"duration":0}},{"uid":"a78a2cf5ecd9484e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a78a2cf5ecd9484e","status":"passed","time":{"start":1724860935674,"stop":1724860935674,"duration":0}}]},"1814079429f991e87810cd64b14ba5da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d234033f2aa08804","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d234033f2aa08804","status":"passed","time":{"start":1724921158281,"stop":1724921158282,"duration":1}},{"uid":"dba5a409aec5b025","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dba5a409aec5b025","status":"passed","time":{"start":1724921130078,"stop":1724921130079,"duration":1}},{"uid":"a26de96bd730dbbc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a26de96bd730dbbc","status":"passed","time":{"start":1724917796896,"stop":1724917796897,"duration":1}},{"uid":"6158d3d8ab7cd676","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6158d3d8ab7cd676","status":"passed","time":{"start":1724889579999,"stop":1724889579999,"duration":0}},{"uid":"251f9fe16ad504f4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/251f9fe16ad504f4","status":"passed","time":{"start":1724888730130,"stop":1724888730130,"duration":0}},{"uid":"bdb2880fbe92d3b8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bdb2880fbe92d3b8","status":"passed","time":{"start":1724887883928,"stop":1724887883928,"duration":0}},{"uid":"a622f1ed6c4fef1f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a622f1ed6c4fef1f","status":"passed","time":{"start":1724886651246,"stop":1724886651246,"duration":0}},{"uid":"dc2d22e5dfd234b1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dc2d22e5dfd234b1","status":"passed","time":{"start":1724886430269,"stop":1724886430270,"duration":1}},{"uid":"b384f1e4c7722c3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b384f1e4c7722c3e","status":"passed","time":{"start":1724861879169,"stop":1724861879169,"duration":0}},{"uid":"13020092bda5f32f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/13020092bda5f32f","status":"passed","time":{"start":1724861345740,"stop":1724861345740,"duration":0}},{"uid":"569a4423b7de839f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/569a4423b7de839f","status":"passed","time":{"start":1724861186695,"stop":1724861186696,"duration":1}},{"uid":"7058de90bfa4ab73","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7058de90bfa4ab73","status":"passed","time":{"start":1724861034888,"stop":1724861034888,"duration":0}}]},"966b9cb609ee7abd84faeb390db3de37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cc0ebfd5dd2e5344","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cc0ebfd5dd2e5344","status":"passed","time":{"start":1724921538594,"stop":1724921538594,"duration":0}},{"uid":"f62e23992b026c48","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f62e23992b026c48","status":"passed","time":{"start":1724921499392,"stop":1724921499392,"duration":0}},{"uid":"5dd1d4fd34c64d4e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5dd1d4fd34c64d4e","status":"passed","time":{"start":1724918204099,"stop":1724918204103,"duration":4}},{"uid":"9b30cdbb5c4e2d73","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9b30cdbb5c4e2d73","status":"passed","time":{"start":1724889957369,"stop":1724889957369,"duration":0}},{"uid":"5ca405ee28d2e05a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ca405ee28d2e05a","status":"passed","time":{"start":1724889094882,"stop":1724889094883,"duration":1}},{"uid":"47db228dc9b31bc2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/47db228dc9b31bc2","status":"passed","time":{"start":1724888256181,"stop":1724888256181,"duration":0}},{"uid":"8628403c377bf8e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8628403c377bf8e","status":"passed","time":{"start":1724887043896,"stop":1724887043897,"duration":1}},{"uid":"60dd2927c4bd52ba","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/60dd2927c4bd52ba","status":"passed","time":{"start":1724886807386,"stop":1724886807386,"duration":0}},{"uid":"91d872ebc28ee92f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91d872ebc28ee92f","status":"passed","time":{"start":1724862237701,"stop":1724862237702,"duration":1}},{"uid":"947164806ed17fc1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/947164806ed17fc1","status":"passed","time":{"start":1724861709117,"stop":1724861709117,"duration":0}},{"uid":"18185470d07f6692","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/18185470d07f6692","status":"passed","time":{"start":1724861571996,"stop":1724861571997,"duration":1}},{"uid":"c3494a374ac1f7e7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c3494a374ac1f7e7","status":"passed","time":{"start":1724861400270,"stop":1724861400271,"duration":1}}]},"8ad3580d2801a542b39b1caca862a46b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7ebf0ee987b24b7e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7ebf0ee987b24b7e","status":"passed","time":{"start":1724921515226,"stop":1724921515227,"duration":1}},{"uid":"5681591fe7bddb9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5681591fe7bddb9","status":"passed","time":{"start":1724921475446,"stop":1724921475446,"duration":0}},{"uid":"78d369b93d9a5d73","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/78d369b93d9a5d73","status":"passed","time":{"start":1724918179401,"stop":1724918179401,"duration":0}},{"uid":"19729c6a3c7a16ef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/19729c6a3c7a16ef","status":"passed","time":{"start":1724889935341,"stop":1724889935341,"duration":0}},{"uid":"4fa3578a83cda8e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4fa3578a83cda8e1","status":"passed","time":{"start":1724889072754,"stop":1724889072754,"duration":0}},{"uid":"79fd7f23e4bbc1a6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/79fd7f23e4bbc1a6","status":"passed","time":{"start":1724888232415,"stop":1724888232416,"duration":1}},{"uid":"cf08e68917e53d1d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf08e68917e53d1d","status":"passed","time":{"start":1724887018303,"stop":1724887018303,"duration":0}},{"uid":"ac70d7cb6a7b66f8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ac70d7cb6a7b66f8","status":"passed","time":{"start":1724886781480,"stop":1724886781480,"duration":0}},{"uid":"3228bd1e0ef34e77","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3228bd1e0ef34e77","status":"passed","time":{"start":1724862213663,"stop":1724862213663,"duration":0}},{"uid":"22c88340e52f3ac1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/22c88340e52f3ac1","status":"passed","time":{"start":1724861685856,"stop":1724861685856,"duration":0}},{"uid":"240fa7e8d91455e3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/240fa7e8d91455e3","status":"passed","time":{"start":1724861546176,"stop":1724861546177,"duration":1}},{"uid":"b1152c54988d14a5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b1152c54988d14a5","status":"passed","time":{"start":1724861378111,"stop":1724861378111,"duration":0}}]},"54c95a93d0ce32c48422718b926fb1e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8761c243d3b94112","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8761c243d3b94112","status":"passed","time":{"start":1724889144083,"stop":1724889144084,"duration":1}}]},"7f74fca03fc4bc1b09a12a35e7692182:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1cfebe1c525e608b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1cfebe1c525e608b","status":"passed","time":{"start":1724886884589,"stop":1724886884589,"duration":0}}]},"4b6be8ea12cd2b91925b9eaa33d2f1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"eb977b20827ef41d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/eb977b20827ef41d","status":"passed","time":{"start":1724921529589,"stop":1724921529589,"duration":0}},{"uid":"72642a794fc7e0a8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/72642a794fc7e0a8","status":"passed","time":{"start":1724921488884,"stop":1724921488884,"duration":0}},{"uid":"ae53f376c06fcaac","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ae53f376c06fcaac","status":"passed","time":{"start":1724918203690,"stop":1724918203690,"duration":0}},{"uid":"3c7f6f1c604ed754","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c7f6f1c604ed754","status":"passed","time":{"start":1724889938366,"stop":1724889938366,"duration":0}},{"uid":"8920dda9f12e35a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8920dda9f12e35a0","status":"passed","time":{"start":1724889077070,"stop":1724889077070,"duration":0}},{"uid":"a262b02b12a2a102","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a262b02b12a2a102","status":"passed","time":{"start":1724888268039,"stop":1724888268040,"duration":1}},{"uid":"95eb5fa6c61eea28","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/95eb5fa6c61eea28","status":"passed","time":{"start":1724887032413,"stop":1724887032413,"duration":0}},{"uid":"1f95443541d605b2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1f95443541d605b2","status":"passed","time":{"start":1724886822826,"stop":1724886822826,"duration":0}},{"uid":"3bef8f93c55209e6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3bef8f93c55209e6","status":"passed","time":{"start":1724862233516,"stop":1724862233516,"duration":0}},{"uid":"b7972543a3d64e0b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b7972543a3d64e0b","status":"passed","time":{"start":1724861712674,"stop":1724861712674,"duration":0}},{"uid":"e8c014f2e8abcba5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e8c014f2e8abcba5","status":"passed","time":{"start":1724861567900,"stop":1724861567901,"duration":1}},{"uid":"3b301417bda3b943","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3b301417bda3b943","status":"passed","time":{"start":1724861392060,"stop":1724861392060,"duration":0}}]},"ddd389dba90931c122476f0b3135b2f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"21de58c2d261e598","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/21de58c2d261e598","status":"passed","time":{"start":1724921095756,"stop":1724921095757,"duration":1}},{"uid":"5f5f5e41031a5857","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5f5f5e41031a5857","status":"passed","time":{"start":1724921070804,"stop":1724921070805,"duration":1}},{"uid":"6403a851f9915e27","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6403a851f9915e27","status":"passed","time":{"start":1724917730899,"stop":1724917730899,"duration":0}},{"uid":"e57dd48fd96358c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e57dd48fd96358c0","status":"passed","time":{"start":1724889510331,"stop":1724889510332,"duration":1}},{"uid":"4679dc590cef174a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4679dc590cef174a","status":"passed","time":{"start":1724888660679,"stop":1724888660680,"duration":1}},{"uid":"5547eea46ac70ee0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5547eea46ac70ee0","status":"passed","time":{"start":1724887817136,"stop":1724887817137,"duration":1}},{"uid":"c19c37faa6cda394","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c19c37faa6cda394","status":"passed","time":{"start":1724886584153,"stop":1724886584154,"duration":1}},{"uid":"829f78c49e26d91c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/829f78c49e26d91c","status":"passed","time":{"start":1724886362413,"stop":1724886362414,"duration":1}},{"uid":"a247e9d3c2611a99","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a247e9d3c2611a99","status":"passed","time":{"start":1724861811583,"stop":1724861811583,"duration":0}},{"uid":"c0e3f1cad37b9aa7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c0e3f1cad37b9aa7","status":"passed","time":{"start":1724861280381,"stop":1724861280382,"duration":1}},{"uid":"466e3e48ff935548","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/466e3e48ff935548","status":"passed","time":{"start":1724861106379,"stop":1724861106380,"duration":1}},{"uid":"6d33c715934c7853","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6d33c715934c7853","status":"passed","time":{"start":1724860966531,"stop":1724860966531,"duration":0}}]},"a755b16c3b49464fc49b24a7db9bb961:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6d16a328400bf7c8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6d16a328400bf7c8","status":"passed","time":{"start":1724921098907,"stop":1724921098907,"duration":0}},{"uid":"4f8ca10e67c29ef7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4f8ca10e67c29ef7","status":"passed","time":{"start":1724921073377,"stop":1724921073378,"duration":1}},{"uid":"8aa9f48261c34ab7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8aa9f48261c34ab7","status":"passed","time":{"start":1724917744657,"stop":1724917744657,"duration":0}},{"uid":"52e29a7705763da9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52e29a7705763da9","status":"passed","time":{"start":1724889518041,"stop":1724889518042,"duration":1}},{"uid":"a524b9f47543ab51","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a524b9f47543ab51","status":"passed","time":{"start":1724888665798,"stop":1724888665798,"duration":0}},{"uid":"f7cc90b7022256ab","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f7cc90b7022256ab","status":"passed","time":{"start":1724887821949,"stop":1724887821950,"duration":1}},{"uid":"a448dc7b5d719dd2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a448dc7b5d719dd2","status":"passed","time":{"start":1724886586923,"stop":1724886586923,"duration":0}},{"uid":"7baa80644a2d306","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7baa80644a2d306","status":"passed","time":{"start":1724886375226,"stop":1724886375226,"duration":0}},{"uid":"e856da34808117d3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e856da34808117d3","status":"passed","time":{"start":1724861815214,"stop":1724861815215,"duration":1}},{"uid":"fa81c8398c6707d9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fa81c8398c6707d9","status":"passed","time":{"start":1724861291719,"stop":1724861291720,"duration":1}},{"uid":"85331026f68540ea","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/85331026f68540ea","status":"passed","time":{"start":1724861109862,"stop":1724861109863,"duration":1}},{"uid":"a1d13732e1097940","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a1d13732e1097940","status":"passed","time":{"start":1724860972337,"stop":1724860972338,"duration":1}}]},"efbe9d23188e3339ba2d91770f86d81f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"62cf0813f3fd4513","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/62cf0813f3fd4513","status":"passed","time":{"start":1724921046205,"stop":1724921046206,"duration":1}},{"uid":"23882764d360a105","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/23882764d360a105","status":"passed","time":{"start":1724921021477,"stop":1724921021477,"duration":0}},{"uid":"f96138e03b82bca3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f96138e03b82bca3","status":"passed","time":{"start":1724917681725,"stop":1724917681726,"duration":1}},{"uid":"7244a35e906c82d4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7244a35e906c82d4","status":"passed","time":{"start":1724889460653,"stop":1724889460653,"duration":0}},{"uid":"a94ab0ee09742267","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a94ab0ee09742267","status":"passed","time":{"start":1724888611297,"stop":1724888611297,"duration":0}},{"uid":"c8d52a049f4f618","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c8d52a049f4f618","status":"passed","time":{"start":1724887767621,"stop":1724887767622,"duration":1}},{"uid":"5803923c7607a141","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5803923c7607a141","status":"passed","time":{"start":1724886533992,"stop":1724886533992,"duration":0}},{"uid":"fc17fed446584848","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fc17fed446584848","status":"passed","time":{"start":1724886311756,"stop":1724886311760,"duration":4}},{"uid":"49fb442a7ed68ef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/49fb442a7ed68ef","status":"passed","time":{"start":1724861760777,"stop":1724861760777,"duration":0}},{"uid":"9dbeb2c3341562ad","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9dbeb2c3341562ad","status":"passed","time":{"start":1724861231735,"stop":1724861231736,"duration":1}},{"uid":"6d73b653a32bb8a9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6d73b653a32bb8a9","status":"passed","time":{"start":1724861054257,"stop":1724861054258,"duration":1}},{"uid":"b4bc41e28ddafc20","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b4bc41e28ddafc20","status":"passed","time":{"start":1724860915816,"stop":1724860915816,"duration":0}}]},"fa11d84333fdcccd78710136d48af0b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2fcda20a387eaee0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2fcda20a387eaee0","status":"passed","time":{"start":1724921158277,"stop":1724921158277,"duration":0}},{"uid":"3282d2e77b200404","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3282d2e77b200404","status":"passed","time":{"start":1724921130072,"stop":1724921130073,"duration":1}},{"uid":"5e9760efb3ffac3c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5e9760efb3ffac3c","status":"passed","time":{"start":1724917796889,"stop":1724917796890,"duration":1}},{"uid":"ad5d4b1c222a2cb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ad5d4b1c222a2cb","status":"passed","time":{"start":1724889579993,"stop":1724889579993,"duration":0}},{"uid":"44d3c2ad4e9aa4f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/44d3c2ad4e9aa4f","status":"passed","time":{"start":1724888730126,"stop":1724888730126,"duration":0}},{"uid":"9eb9b1101adc1cd1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9eb9b1101adc1cd1","status":"passed","time":{"start":1724887883925,"stop":1724887883925,"duration":0}},{"uid":"fff42c329c738dbc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fff42c329c738dbc","status":"passed","time":{"start":1724886651243,"stop":1724886651243,"duration":0}},{"uid":"fabd7a9018e8309c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fabd7a9018e8309c","status":"passed","time":{"start":1724886430262,"stop":1724886430266,"duration":4}},{"uid":"ecc812f38352cd2e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ecc812f38352cd2e","status":"passed","time":{"start":1724861879166,"stop":1724861879166,"duration":0}},{"uid":"602bc00fb88d116","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/602bc00fb88d116","status":"passed","time":{"start":1724861345735,"stop":1724861345736,"duration":1}},{"uid":"6d92beeca6023ebc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6d92beeca6023ebc","status":"passed","time":{"start":1724861186692,"stop":1724861186693,"duration":1}},{"uid":"911b6c3e75a3c93b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/911b6c3e75a3c93b","status":"passed","time":{"start":1724861034862,"stop":1724861034884,"duration":22}}]},"a09a4dead9377b4f63c1c9abdc70f746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7569d2701dc871da","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7569d2701dc871da","status":"passed","time":{"start":1724921515232,"stop":1724921515232,"duration":0}},{"uid":"b2ab6ce911d13314","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b2ab6ce911d13314","status":"passed","time":{"start":1724921475460,"stop":1724921475460,"duration":0}},{"uid":"ee7dabead72ef473","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ee7dabead72ef473","status":"passed","time":{"start":1724918179406,"stop":1724918179407,"duration":1}},{"uid":"14c6b2ca49921318","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14c6b2ca49921318","status":"passed","time":{"start":1724889935346,"stop":1724889935346,"duration":0}},{"uid":"bc84bc59e5cc17bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc84bc59e5cc17bd","status":"passed","time":{"start":1724889072760,"stop":1724889072760,"duration":0}},{"uid":"6cd8eaf30ad8eb31","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6cd8eaf30ad8eb31","status":"passed","time":{"start":1724888232421,"stop":1724888232421,"duration":0}},{"uid":"bbb9ea494d8cb68b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bbb9ea494d8cb68b","status":"passed","time":{"start":1724887018308,"stop":1724887018308,"duration":0}},{"uid":"8cd8d7e659d6d0a4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8cd8d7e659d6d0a4","status":"passed","time":{"start":1724886781485,"stop":1724886781485,"duration":0}},{"uid":"63e0060b8e083997","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/63e0060b8e083997","status":"passed","time":{"start":1724862213668,"stop":1724862213668,"duration":0}},{"uid":"214cdc8c8f9bf5bd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/214cdc8c8f9bf5bd","status":"passed","time":{"start":1724861685861,"stop":1724861685861,"duration":0}},{"uid":"d63b952d0e7aadbd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d63b952d0e7aadbd","status":"passed","time":{"start":1724861546183,"stop":1724861546183,"duration":0}},{"uid":"bb0123d5b9b32578","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bb0123d5b9b32578","status":"passed","time":{"start":1724861378117,"stop":1724861378117,"duration":0}}]},"3b4191c260f307dc7cae9c48ff44f24c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c0d1a0902d5cdd6c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c0d1a0902d5cdd6c","status":"passed","time":{"start":1724921071995,"stop":1724921071995,"duration":0}},{"uid":"f0fdaa3dcc97120c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f0fdaa3dcc97120c","status":"passed","time":{"start":1724921046824,"stop":1724921046825,"duration":1}},{"uid":"847e8717ae47ab96","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/847e8717ae47ab96","status":"passed","time":{"start":1724917707024,"stop":1724917707025,"duration":1}},{"uid":"95a5adaf376f6e72","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/95a5adaf376f6e72","status":"passed","time":{"start":1724889485860,"stop":1724889485860,"duration":0}},{"uid":"2dd0fcc9451ba793","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2dd0fcc9451ba793","status":"passed","time":{"start":1724888636621,"stop":1724888636621,"duration":0}},{"uid":"cc58b731ce38049","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc58b731ce38049","status":"passed","time":{"start":1724887792856,"stop":1724887792856,"duration":0}},{"uid":"afbcc0168105ec95","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/afbcc0168105ec95","status":"passed","time":{"start":1724886559725,"stop":1724886559725,"duration":0}},{"uid":"7a9eed63a20756d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7a9eed63a20756d","status":"passed","time":{"start":1724886337377,"stop":1724886337378,"duration":1}},{"uid":"274380f24fdfe229","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/274380f24fdfe229","status":"passed","time":{"start":1724861786731,"stop":1724861786731,"duration":0}},{"uid":"20012512120448ba","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/20012512120448ba","status":"passed","time":{"start":1724861257212,"stop":1724861257213,"duration":1}},{"uid":"cfcc59784c8b1962","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cfcc59784c8b1962","status":"passed","time":{"start":1724861081086,"stop":1724861081087,"duration":1}},{"uid":"3fa73db9b0540a9f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3fa73db9b0540a9f","status":"passed","time":{"start":1724860941732,"stop":1724860941732,"duration":0}}]},"77a43243c3631039aad3babae6e3b2dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"be03b19e276f8a78","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/be03b19e276f8a78","status":"passed","time":{"start":1724918229402,"stop":1724918229403,"duration":1}}]},"d48fed4711bc8db7c5dd0f7d5e56d95f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"632c873c7cd47150","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/632c873c7cd47150","status":"passed","time":{"start":1724921577171,"stop":1724921577171,"duration":0}}]},"0d5491899e5bfdaae5459a3b01c477b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9685434f953e5fc1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9685434f953e5fc1","status":"passed","time":{"start":1724921270355,"stop":1724921270356,"duration":1}},{"uid":"25e1ec884a4b7958","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/25e1ec884a4b7958","status":"passed","time":{"start":1724921247816,"stop":1724921247816,"duration":0}},{"uid":"a6eb343585d92b3b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a6eb343585d92b3b","status":"passed","time":{"start":1724917989817,"stop":1724917989817,"duration":0}},{"uid":"a98b5dffc319605b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a98b5dffc319605b","status":"passed","time":{"start":1724889678549,"stop":1724889678549,"duration":0}},{"uid":"c16e9b448050492d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c16e9b448050492d","status":"passed","time":{"start":1724888829841,"stop":1724888829842,"duration":1}},{"uid":"cc221ad0e8025c19","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc221ad0e8025c19","status":"passed","time":{"start":1724888077002,"stop":1724888077007,"duration":5}},{"uid":"f51ba36faa494be","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f51ba36faa494be","status":"passed","time":{"start":1724886851124,"stop":1724886851124,"duration":0}},{"uid":"86124df4e0dd6ab9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/86124df4e0dd6ab9","status":"passed","time":{"start":1724886647110,"stop":1724886647110,"duration":0}},{"uid":"ded2346436b351fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ded2346436b351fa","status":"passed","time":{"start":1724861992712,"stop":1724861992712,"duration":0}},{"uid":"ebed03ba1ba6ab32","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ebed03ba1ba6ab32","status":"passed","time":{"start":1724861469641,"stop":1724861469641,"duration":0}},{"uid":"7c16ba6d72d69b08","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7c16ba6d72d69b08","status":"passed","time":{"start":1724861284856,"stop":1724861284856,"duration":0}},{"uid":"7730556de1d711f4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7730556de1d711f4","status":"passed","time":{"start":1724861145804,"stop":1724861145804,"duration":0}}]},"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"17efe7258df552a5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/17efe7258df552a5","status":"passed","time":{"start":1724921054321,"stop":1724921054321,"duration":0}},{"uid":"296ffb3a8741f751","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/296ffb3a8741f751","status":"passed","time":{"start":1724921029530,"stop":1724921029530,"duration":0}},{"uid":"9427abcdabc868c2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9427abcdabc868c2","status":"passed","time":{"start":1724917689715,"stop":1724917689715,"duration":0}},{"uid":"e4a3afbfeb99378c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e4a3afbfeb99378c","status":"passed","time":{"start":1724889468611,"stop":1724889468611,"duration":0}},{"uid":"5c77af5c9771402d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5c77af5c9771402d","status":"passed","time":{"start":1724888619403,"stop":1724888619404,"duration":1}},{"uid":"2e1a120ad6686fa0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2e1a120ad6686fa0","status":"passed","time":{"start":1724887775587,"stop":1724887775587,"duration":0}},{"uid":"359ba959aa175fe6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/359ba959aa175fe6","status":"passed","time":{"start":1724886542103,"stop":1724886542103,"duration":0}},{"uid":"92a4cdb5f67e4440","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/92a4cdb5f67e4440","status":"passed","time":{"start":1724886319853,"stop":1724886319854,"duration":1}},{"uid":"d0223f62696c5762","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d0223f62696c5762","status":"passed","time":{"start":1724861769054,"stop":1724861769054,"duration":0}},{"uid":"6d472dfd6f10e24f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6d472dfd6f10e24f","status":"passed","time":{"start":1724861239709,"stop":1724861239709,"duration":0}},{"uid":"832aae3d020bae37","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/832aae3d020bae37","status":"passed","time":{"start":1724861063046,"stop":1724861063047,"duration":1}},{"uid":"47f5489af9843d7f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/47f5489af9843d7f","status":"passed","time":{"start":1724860924087,"stop":1724860924087,"duration":0}}]},"667a16a25c21c2a1287129daaf7bc1d0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c2ec3c18a9e884f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2ec3c18a9e884f","status":"passed","time":{"start":1724889144082,"stop":1724889144082,"duration":0}}]},"7a01a27814b1387113e3366b71b1fcc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"28e1ec77eee7ee6a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/28e1ec77eee7ee6a","status":"passed","time":{"start":1724917916056,"stop":1724917916056,"duration":0}}]},"012af98c6c27428a9581787f40ec5dd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"22110d176493a555","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/22110d176493a555","status":"passed","time":{"start":1724861485079,"stop":1724861485080,"duration":1}}]},"83e6fcefb7881625a22557c1328e432e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9c4ee928bebf90df","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9c4ee928bebf90df","status":"passed","time":{"start":1724862233522,"stop":1724862233523,"duration":1}}]},"328acc1b8ebca243ceedc9e9270ce7e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e642dd9131b3cab2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e642dd9131b3cab2","status":"passed","time":{"start":1724889169851,"stop":1724889169852,"duration":1}}]},"abfc99193f27cfa7b97b1abb15181b65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"29ffafe1dc588c79","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/29ffafe1dc588c79","status":"passed","time":{"start":1724921625034,"stop":1724921625035,"duration":1}},{"uid":"c1df9fea82d563a2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c1df9fea82d563a2","status":"passed","time":{"start":1724921590478,"stop":1724921590479,"duration":1}},{"uid":"bab1ab7fe8bd054b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bab1ab7fe8bd054b","status":"passed","time":{"start":1724918287558,"stop":1724918287559,"duration":1}},{"uid":"b3fa07f94f54167b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b3fa07f94f54167b","status":"passed","time":{"start":1724890047782,"stop":1724890047782,"duration":0}},{"uid":"629ba85669c95e5a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/629ba85669c95e5a","status":"passed","time":{"start":1724889183913,"stop":1724889183914,"duration":1}},{"uid":"3f80aba0349f4360","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3f80aba0349f4360","status":"passed","time":{"start":1724888354159,"stop":1724888354159,"duration":0}},{"uid":"c7abf09e6f095999","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c7abf09e6f095999","status":"passed","time":{"start":1724887145650,"stop":1724887145650,"duration":0}},{"uid":"9838e4576b5a41a4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9838e4576b5a41a4","status":"passed","time":{"start":1724886915776,"stop":1724886915776,"duration":0}},{"uid":"e7f08981a8aca1c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e7f08981a8aca1c7","status":"passed","time":{"start":1724862341431,"stop":1724862341431,"duration":0}},{"uid":"c4927c141d39507f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c4927c141d39507f","status":"passed","time":{"start":1724861805431,"stop":1724861805432,"duration":1}},{"uid":"c30d47f05e28179c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c30d47f05e28179c","status":"passed","time":{"start":1724861662239,"stop":1724861662240,"duration":1}},{"uid":"34b1d54ad061e827","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/34b1d54ad061e827","status":"passed","time":{"start":1724861492502,"stop":1724861492502,"duration":0}}]},"c8807fb8a0a316128a5e7f7efc265cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5bfd592b80c1d3b9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5bfd592b80c1d3b9","status":"passed","time":{"start":1724921098907,"stop":1724921098913,"duration":6}},{"uid":"fa0adc3ef7b06bfc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fa0adc3ef7b06bfc","status":"passed","time":{"start":1724921073378,"stop":1724921073379,"duration":1}},{"uid":"7766031bc031d1c2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7766031bc031d1c2","status":"passed","time":{"start":1724917744657,"stop":1724917744661,"duration":4}},{"uid":"7f8a580dd4ecd1fe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7f8a580dd4ecd1fe","status":"passed","time":{"start":1724889518042,"stop":1724889518042,"duration":0}},{"uid":"a35f808c0232ed06","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a35f808c0232ed06","status":"passed","time":{"start":1724888665798,"stop":1724888665799,"duration":1}},{"uid":"a97fe82c697ab81f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a97fe82c697ab81f","status":"passed","time":{"start":1724887821950,"stop":1724887821950,"duration":0}},{"uid":"64197085a213258b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/64197085a213258b","status":"passed","time":{"start":1724886586923,"stop":1724886586924,"duration":1}},{"uid":"ae19d90c46754bbf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ae19d90c46754bbf","status":"passed","time":{"start":1724886375226,"stop":1724886375227,"duration":1}},{"uid":"fa1cc621d8b6ee12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fa1cc621d8b6ee12","status":"passed","time":{"start":1724861815215,"stop":1724861815215,"duration":0}},{"uid":"39c76e41c6e04eb6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/39c76e41c6e04eb6","status":"passed","time":{"start":1724861291720,"stop":1724861291720,"duration":0}},{"uid":"c83e5af721f5024f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c83e5af721f5024f","status":"passed","time":{"start":1724861109863,"stop":1724861109863,"duration":0}},{"uid":"f33fc3b884e82b5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f33fc3b884e82b5","status":"passed","time":{"start":1724860972338,"stop":1724860972339,"duration":1}}]},"e8247cc1f9bcb6314a610060cf47235f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7af47eb20b7c7262","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7af47eb20b7c7262","status":"passed","time":{"start":1724889169844,"stop":1724889169845,"duration":1}}]},"9c619c673abe858d054ab9f938a74733:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b825a2642c164fcb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b825a2642c164fcb","status":"passed","time":{"start":1724921564784,"stop":1724921564785,"duration":1}},{"uid":"76f4700b8e059184","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/76f4700b8e059184","status":"passed","time":{"start":1724921518833,"stop":1724921518836,"duration":3}},{"uid":"c5bbfd3d342fc6fc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c5bbfd3d342fc6fc","status":"passed","time":{"start":1724918229408,"stop":1724918229409,"duration":1}},{"uid":"e699214e846e5a68","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e699214e846e5a68","status":"passed","time":{"start":1724889980709,"stop":1724889980709,"duration":0}},{"uid":"12ba4aa059811f8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/12ba4aa059811f8","status":"passed","time":{"start":1724889111185,"stop":1724889111185,"duration":0}},{"uid":"49cee3d29d47665e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/49cee3d29d47665e","status":"passed","time":{"start":1724888292549,"stop":1724888292549,"duration":0}},{"uid":"2f740577d32e5c86","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2f740577d32e5c86","status":"passed","time":{"start":1724887068234,"stop":1724887068234,"duration":0}},{"uid":"7c40a2466aec1a2b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7c40a2466aec1a2b","status":"passed","time":{"start":1724886848943,"stop":1724886848944,"duration":1}},{"uid":"a2737a4cb783ff77","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2737a4cb783ff77","status":"passed","time":{"start":1724862262058,"stop":1724862262058,"duration":0}},{"uid":"61243cc8f883f50f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/61243cc8f883f50f","status":"passed","time":{"start":1724861741901,"stop":1724861741901,"duration":0}},{"uid":"7f4d824928c3d85f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7f4d824928c3d85f","status":"passed","time":{"start":1724861599505,"stop":1724861599505,"duration":0}},{"uid":"c56fd96270f65b82","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c56fd96270f65b82","status":"passed","time":{"start":1724861428483,"stop":1724861428483,"duration":0}}]},"33512abcf2e6c1294129102e6a0ae92b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"13e0f8f0fdf6df0e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/13e0f8f0fdf6df0e","status":"passed","time":{"start":1724888003322,"stop":1724888003322,"duration":0}}]},"0dcba3bfad586c00e5ab6baac99bf48a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1725ae16399c67cf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1725ae16399c67cf","status":"passed","time":{"start":1724921625075,"stop":1724921625075,"duration":0}},{"uid":"1112944010e06fc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1112944010e06fc","status":"passed","time":{"start":1724921590499,"stop":1724921590499,"duration":0}},{"uid":"5d079798849c77bb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5d079798849c77bb","status":"passed","time":{"start":1724918287568,"stop":1724918287568,"duration":0}},{"uid":"2b8275befd7c8203","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b8275befd7c8203","status":"passed","time":{"start":1724890047790,"stop":1724890047792,"duration":2}},{"uid":"996cf7eb02fe1220","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/996cf7eb02fe1220","status":"passed","time":{"start":1724889183923,"stop":1724889183924,"duration":1}},{"uid":"dedca76c5a8dfc3d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dedca76c5a8dfc3d","status":"passed","time":{"start":1724888354173,"stop":1724888354173,"duration":0}},{"uid":"e54d5ebae9aadecf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e54d5ebae9aadecf","status":"passed","time":{"start":1724887145667,"stop":1724887145667,"duration":0}},{"uid":"e25a7622cc189c76","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e25a7622cc189c76","status":"passed","time":{"start":1724886915789,"stop":1724886915789,"duration":0}},{"uid":"e7005949175077a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e7005949175077a7","status":"passed","time":{"start":1724862341454,"stop":1724862341454,"duration":0}},{"uid":"c61f98684618e2d7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c61f98684618e2d7","status":"passed","time":{"start":1724861805445,"stop":1724861805445,"duration":0}},{"uid":"4aead009628dc504","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4aead009628dc504","status":"passed","time":{"start":1724861662287,"stop":1724861662287,"duration":0}},{"uid":"e9040ce4cdf29ade","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e9040ce4cdf29ade","status":"passed","time":{"start":1724861492517,"stop":1724861492517,"duration":0}}]},"1011877e08f17aaf83bf70a12bc43fee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e225e38fd56cca83","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e225e38fd56cca83","status":"passed","time":{"start":1724921419683,"stop":1724921419683,"duration":0}},{"uid":"58a596ba168084a9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/58a596ba168084a9","status":"passed","time":{"start":1724921400503,"stop":1724921400504,"duration":1}},{"uid":"7111bf02b5ec6710","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7111bf02b5ec6710","status":"passed","time":{"start":1724918124176,"stop":1724918124176,"duration":0}},{"uid":"ccb3e94c61b53c57","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ccb3e94c61b53c57","status":"passed","time":{"start":1724889845313,"stop":1724889845314,"duration":1}},{"uid":"4ac69fd37a0ba531","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4ac69fd37a0ba531","status":"passed","time":{"start":1724888978754,"stop":1724888978754,"duration":0}},{"uid":"e505461d75ef9c6a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e505461d75ef9c6a","status":"passed","time":{"start":1724888199759,"stop":1724888199759,"duration":0}},{"uid":"4ebe92b8ca878d5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4ebe92b8ca878d5","status":"passed","time":{"start":1724886961476,"stop":1724886961476,"duration":0}},{"uid":"6579794cc2d8218d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6579794cc2d8218d","status":"passed","time":{"start":1724886743396,"stop":1724886743396,"duration":0}},{"uid":"8f0f9528fbcced0a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f0f9528fbcced0a","status":"passed","time":{"start":1724862150657,"stop":1724862150658,"duration":1}},{"uid":"3de01110516049bc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3de01110516049bc","status":"passed","time":{"start":1724861627581,"stop":1724861627581,"duration":0}},{"uid":"f77574a146e966fd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f77574a146e966fd","status":"passed","time":{"start":1724861501071,"stop":1724861501071,"duration":0}},{"uid":"9779aacc94552d95","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9779aacc94552d95","status":"passed","time":{"start":1724861297169,"stop":1724861297169,"duration":0}}]},"25bae3ce20211a03aa0dc3a74620c86a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"95838baf8796a018","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/95838baf8796a018","status":"passed","time":{"start":1724921061849,"stop":1724921061849,"duration":0}},{"uid":"cf3016e2bd10becf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cf3016e2bd10becf","status":"passed","time":{"start":1724921037158,"stop":1724921037158,"duration":0}},{"uid":"e85521b7696f523b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e85521b7696f523b","status":"passed","time":{"start":1724917697303,"stop":1724917697303,"duration":0}},{"uid":"b8af6f1f87150c86","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8af6f1f87150c86","status":"passed","time":{"start":1724889476084,"stop":1724889476085,"duration":1}},{"uid":"fb639c7a982aefe3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb639c7a982aefe3","status":"passed","time":{"start":1724888626888,"stop":1724888626888,"duration":0}},{"uid":"5565f235a64b1c4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5565f235a64b1c4","status":"passed","time":{"start":1724887783109,"stop":1724887783109,"duration":0}},{"uid":"ab35eea4abc7a7f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ab35eea4abc7a7f9","status":"passed","time":{"start":1724886549920,"stop":1724886549920,"duration":0}},{"uid":"90378eac56da4aba","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/90378eac56da4aba","status":"passed","time":{"start":1724886327582,"stop":1724886327582,"duration":0}},{"uid":"50e0871b1a43e5c8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/50e0871b1a43e5c8","status":"passed","time":{"start":1724861776808,"stop":1724861776808,"duration":0}},{"uid":"9b545ea63c033186","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9b545ea63c033186","status":"passed","time":{"start":1724861247300,"stop":1724861247300,"duration":0}},{"uid":"f3dca035b0537cf2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f3dca035b0537cf2","status":"passed","time":{"start":1724861071396,"stop":1724861071396,"duration":0}},{"uid":"80b29eb4ad21f59a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/80b29eb4ad21f59a","status":"passed","time":{"start":1724860931796,"stop":1724860931796,"duration":0}}]},"43cc4d865085349f1bb9f09beceeedbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e485ac251e5637ee","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e485ac251e5637ee","status":"passed","time":{"start":1724921267871,"stop":1724921267871,"duration":0}},{"uid":"f924292503940829","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f924292503940829","status":"passed","time":{"start":1724921244372,"stop":1724921244372,"duration":0}},{"uid":"a63293b125fd07ea","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a63293b125fd07ea","status":"passed","time":{"start":1724917916053,"stop":1724917916054,"duration":1}},{"uid":"7b52c9bb18cb7f22","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b52c9bb18cb7f22","status":"passed","time":{"start":1724889678256,"stop":1724889678257,"duration":1}},{"uid":"14c914e234be45e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14c914e234be45e8","status":"passed","time":{"start":1724888831685,"stop":1724888831686,"duration":1}},{"uid":"a2bdf8bcc9afbcea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a2bdf8bcc9afbcea","status":"passed","time":{"start":1724888003321,"stop":1724888003322,"duration":1}},{"uid":"64304778d1fc225d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/64304778d1fc225d","status":"passed","time":{"start":1724886776610,"stop":1724886776611,"duration":1}},{"uid":"f5c88feb874e18ad","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f5c88feb874e18ad","status":"passed","time":{"start":1724886555798,"stop":1724886555799,"duration":1}},{"uid":"9247750c28d9b5a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9247750c28d9b5a1","status":"passed","time":{"start":1724861983008,"stop":1724861983009,"duration":1}},{"uid":"d88c1f2c2ec33c0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d88c1f2c2ec33c0","status":"passed","time":{"start":1724861444068,"stop":1724861444068,"duration":0}},{"uid":"192c3a2b0ef0f0d0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/192c3a2b0ef0f0d0","status":"passed","time":{"start":1724861285835,"stop":1724861285836,"duration":1}},{"uid":"399ca3d5c2152c23","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/399ca3d5c2152c23","status":"passed","time":{"start":1724861145673,"stop":1724861145674,"duration":1}}]},"da29c60ade9840cb3c83bc2662cd64dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e7b5afa4e71a3cee","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e7b5afa4e71a3cee","status":"passed","time":{"start":1724921723784,"stop":1724921723784,"duration":0}},{"uid":"8767c0fbf5beaa5c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8767c0fbf5beaa5c","status":"passed","time":{"start":1724921678669,"stop":1724921678670,"duration":1}},{"uid":"58fc1ea67154e10b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/58fc1ea67154e10b","status":"passed","time":{"start":1724918386964,"stop":1724918386965,"duration":1}},{"uid":"1549c863aa6495e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1549c863aa6495e8","status":"passed","time":{"start":1724890140901,"stop":1724890140902,"duration":1}},{"uid":"45fe3b0758d698a3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/45fe3b0758d698a3","status":"passed","time":{"start":1724889274452,"stop":1724889274453,"duration":1}},{"uid":"662ecbd8062a4a1f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/662ecbd8062a4a1f","status":"passed","time":{"start":1724888449348,"stop":1724888449348,"duration":0}},{"uid":"be9865466848ba33","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/be9865466848ba33","status":"passed","time":{"start":1724887217801,"stop":1724887217801,"duration":0}},{"uid":"53e8c60a588f77b1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/53e8c60a588f77b1","status":"passed","time":{"start":1724887001922,"stop":1724887001922,"duration":0}},{"uid":"563704248b243882","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/563704248b243882","status":"passed","time":{"start":1724862417855,"stop":1724862417855,"duration":0}},{"uid":"a8ca7e3214af3f3c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a8ca7e3214af3f3c","status":"passed","time":{"start":1724861895533,"stop":1724861895533,"duration":0}},{"uid":"c0570d1f5c44a05","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0570d1f5c44a05","status":"passed","time":{"start":1724861753061,"stop":1724861753062,"duration":1}},{"uid":"443516b3c6aeb125","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/443516b3c6aeb125","status":"passed","time":{"start":1724861587587,"stop":1724861587587,"duration":0}}]},"be13cdad2252f909af7f9ce004d11798:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8ce4c050b04bfe49","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8ce4c050b04bfe49","status":"passed","time":{"start":1724921060545,"stop":1724921060546,"duration":1}},{"uid":"2843334ae3142808","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2843334ae3142808","status":"passed","time":{"start":1724921036201,"stop":1724921036201,"duration":0}},{"uid":"236d3c7696fa81aa","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/236d3c7696fa81aa","status":"passed","time":{"start":1724917695762,"stop":1724917695763,"duration":1}},{"uid":"26b13e85f46aa3ab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/26b13e85f46aa3ab","status":"passed","time":{"start":1724889474888,"stop":1724889474888,"duration":0}},{"uid":"72e00fa8d521f20a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72e00fa8d521f20a","status":"passed","time":{"start":1724888625518,"stop":1724888625519,"duration":1}},{"uid":"997a4f0e3d94364b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/997a4f0e3d94364b","status":"passed","time":{"start":1724887781869,"stop":1724887781869,"duration":0}},{"uid":"2d01d2b5d7b27e8c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2d01d2b5d7b27e8c","status":"passed","time":{"start":1724886548746,"stop":1724886548746,"duration":0}},{"uid":"2c19ca31090c67f0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2c19ca31090c67f0","status":"passed","time":{"start":1724886326711,"stop":1724886326712,"duration":1}},{"uid":"1f083b8a91ec4755","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1f083b8a91ec4755","status":"passed","time":{"start":1724861775154,"stop":1724861775155,"duration":1}},{"uid":"a0acf7c13fa35a35","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a0acf7c13fa35a35","status":"passed","time":{"start":1724861246805,"stop":1724861246806,"duration":1}},{"uid":"3611f6551b8c50d3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3611f6551b8c50d3","status":"passed","time":{"start":1724861070256,"stop":1724861070257,"duration":1}},{"uid":"7050e1061cea3c33","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7050e1061cea3c33","status":"passed","time":{"start":1724860931175,"stop":1724860931176,"duration":1}}]},"3f3fdd0f17e805c2e0f6beef8ccb5084:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9580e849b067d559","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9580e849b067d559","status":"passed","time":{"start":1724921497762,"stop":1724921497762,"duration":0}},{"uid":"e5500b0044b58c94","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e5500b0044b58c94","status":"passed","time":{"start":1724921408428,"stop":1724921408431,"duration":3}},{"uid":"151f23a68e3be83c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/151f23a68e3be83c","status":"passed","time":{"start":1724918086873,"stop":1724918086874,"duration":1}},{"uid":"73fa26bac0e955d4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/73fa26bac0e955d4","status":"passed","time":{"start":1724889892450,"stop":1724889892451,"duration":1}},{"uid":"60dd13d2cef4c0bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/60dd13d2cef4c0bc","status":"passed","time":{"start":1724888997220,"stop":1724888997220,"duration":0}},{"uid":"76a6ec845d905eb9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/76a6ec845d905eb9","status":"passed","time":{"start":1724888159513,"stop":1724888159514,"duration":1}},{"uid":"f40b15d32098cb2c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f40b15d32098cb2c","status":"passed","time":{"start":1724886937313,"stop":1724886937314,"duration":1}},{"uid":"f7c54a97dc653acb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f7c54a97dc653acb","status":"passed","time":{"start":1724886709813,"stop":1724886709814,"duration":1}},{"uid":"f2f8a4c40c4aa922","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2f8a4c40c4aa922","status":"passed","time":{"start":1724862123540,"stop":1724862123541,"duration":1}},{"uid":"f8ec98391ec39197","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f8ec98391ec39197","status":"passed","time":{"start":1724861620109,"stop":1724861620110,"duration":1}},{"uid":"3cf672dfc8d42dd9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3cf672dfc8d42dd9","status":"passed","time":{"start":1724861460256,"stop":1724861460256,"duration":0}},{"uid":"2a1ce3cc8e3afc08","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2a1ce3cc8e3afc08","status":"passed","time":{"start":1724861330175,"stop":1724861330176,"duration":1}}]},"b6d33334fa8230a0ecc8d0aceaad357c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"54dd92e7143517ba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/54dd92e7143517ba","status":"passed","time":{"start":1724921723784,"stop":1724921723785,"duration":1}},{"uid":"35e33b4022e20ebb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/35e33b4022e20ebb","status":"passed","time":{"start":1724921678670,"stop":1724921678670,"duration":0}},{"uid":"22652067c9d21090","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/22652067c9d21090","status":"passed","time":{"start":1724918386965,"stop":1724918386965,"duration":0}},{"uid":"3f7ae4e772bd58ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3f7ae4e772bd58ae","status":"passed","time":{"start":1724890140902,"stop":1724890140902,"duration":0}},{"uid":"a18b0d6f462d1afc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a18b0d6f462d1afc","status":"passed","time":{"start":1724889274453,"stop":1724889274453,"duration":0}},{"uid":"27a310cdc62b75c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/27a310cdc62b75c","status":"passed","time":{"start":1724888449348,"stop":1724888449349,"duration":1}},{"uid":"72df875686e3acd4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/72df875686e3acd4","status":"passed","time":{"start":1724887217802,"stop":1724887217802,"duration":0}},{"uid":"47b0bdd326ab0a7a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/47b0bdd326ab0a7a","status":"passed","time":{"start":1724887001922,"stop":1724887001923,"duration":1}},{"uid":"edaa1794bc9bee74","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/edaa1794bc9bee74","status":"passed","time":{"start":1724862417856,"stop":1724862417857,"duration":1}},{"uid":"5058f977075f71b2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5058f977075f71b2","status":"passed","time":{"start":1724861895533,"stop":1724861895534,"duration":1}},{"uid":"b438fbd6d582b423","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b438fbd6d582b423","status":"passed","time":{"start":1724861753062,"stop":1724861753062,"duration":0}},{"uid":"e7d3a3a7fff48ddb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e7d3a3a7fff48ddb","status":"passed","time":{"start":1724861587587,"stop":1724861587588,"duration":1}}]},"48145b7095e7ed15d8d620b33832d79b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e8ca67ee3c87efc3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e8ca67ee3c87efc3","status":"passed","time":{"start":1724921515222,"stop":1724921515223,"duration":1}},{"uid":"4dea6b42af2b0722","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4dea6b42af2b0722","status":"passed","time":{"start":1724921475442,"stop":1724921475443,"duration":1}},{"uid":"6c99a4b760229ac8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6c99a4b760229ac8","status":"passed","time":{"start":1724918179387,"stop":1724918179387,"duration":0}},{"uid":"bf35898e219341ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf35898e219341ee","status":"passed","time":{"start":1724889935337,"stop":1724889935338,"duration":1}},{"uid":"80bd243634c12682","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80bd243634c12682","status":"passed","time":{"start":1724889072750,"stop":1724889072750,"duration":0}},{"uid":"a219a87446b51083","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a219a87446b51083","status":"passed","time":{"start":1724888232411,"stop":1724888232411,"duration":0}},{"uid":"21de06e49a1de1e7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/21de06e49a1de1e7","status":"passed","time":{"start":1724887018291,"stop":1724887018291,"duration":0}},{"uid":"a120f326c3f44ead","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a120f326c3f44ead","status":"passed","time":{"start":1724886781476,"stop":1724886781476,"duration":0}},{"uid":"8b947ff6ae25ca9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8b947ff6ae25ca9d","status":"passed","time":{"start":1724862213659,"stop":1724862213659,"duration":0}},{"uid":"8653acf92e74e110","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8653acf92e74e110","status":"passed","time":{"start":1724861685852,"stop":1724861685852,"duration":0}},{"uid":"c2dbf5873b2504d5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c2dbf5873b2504d5","status":"passed","time":{"start":1724861546169,"stop":1724861546169,"duration":0}},{"uid":"4a72dcb505c5200a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4a72dcb505c5200a","status":"passed","time":{"start":1724861378107,"stop":1724861378107,"duration":0}}]},"0f0aa0358590ed78521526b6a0054d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"efa64db298de3f9d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/efa64db298de3f9d","status":"passed","time":{"start":1724861637975,"stop":1724861637975,"duration":0}}]},"4ab50e55037c5fc33607dbc5645f5a02:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ceff6074b315a064","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ceff6074b315a064","status":"passed","time":{"start":1724889072765,"stop":1724889072765,"duration":0}}]},"0b07a462a53974df1ae04ce081971c1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4a484b8ae09191e1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4a484b8ae09191e1","status":"passed","time":{"start":1724921095760,"stop":1724921095761,"duration":1}},{"uid":"d09a3206c8f31111","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d09a3206c8f31111","status":"passed","time":{"start":1724921070808,"stop":1724921070808,"duration":0}},{"uid":"3e99f7a3020dd978","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3e99f7a3020dd978","status":"passed","time":{"start":1724917730907,"stop":1724917730908,"duration":1}},{"uid":"a2de5304084c67d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2de5304084c67d8","status":"passed","time":{"start":1724889510341,"stop":1724889510342,"duration":1}},{"uid":"e40f4bac1e8397e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e40f4bac1e8397e1","status":"passed","time":{"start":1724888660683,"stop":1724888660683,"duration":0}},{"uid":"b1a6d8e355e88b50","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b1a6d8e355e88b50","status":"passed","time":{"start":1724887817140,"stop":1724887817141,"duration":1}},{"uid":"45facb7af30e79aa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/45facb7af30e79aa","status":"passed","time":{"start":1724886584157,"stop":1724886584157,"duration":0}},{"uid":"9c59cd9dee543ce3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9c59cd9dee543ce3","status":"passed","time":{"start":1724886362416,"stop":1724886362416,"duration":0}},{"uid":"c04528d609248d5e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c04528d609248d5e","status":"passed","time":{"start":1724861811587,"stop":1724861811587,"duration":0}},{"uid":"55987c952eaf501","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/55987c952eaf501","status":"passed","time":{"start":1724861280387,"stop":1724861280388,"duration":1}},{"uid":"3fae7b1e239dcc37","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3fae7b1e239dcc37","status":"passed","time":{"start":1724861106383,"stop":1724861106384,"duration":1}},{"uid":"541c8b906e672a6f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/541c8b906e672a6f","status":"passed","time":{"start":1724860966533,"stop":1724860966534,"duration":1}}]},"01c7888b1e92728e17566591ddfbf799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"38858c06b059a539","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/38858c06b059a539","status":"passed","time":{"start":1724921297010,"stop":1724921297011,"duration":1}},{"uid":"48dba6c83d7292c5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/48dba6c83d7292c5","status":"passed","time":{"start":1724921276368,"stop":1724921276369,"duration":1}},{"uid":"ba7735a29c7dcece","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ba7735a29c7dcece","status":"passed","time":{"start":1724917948326,"stop":1724917948327,"duration":1}},{"uid":"6274c79169db5d76","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6274c79169db5d76","status":"passed","time":{"start":1724889729010,"stop":1724889729011,"duration":1}},{"uid":"7d5e5436e86346e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7d5e5436e86346e0","status":"passed","time":{"start":1724888864954,"stop":1724888864955,"duration":1}},{"uid":"a0d475cb4de5ac69","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a0d475cb4de5ac69","status":"passed","time":{"start":1724888053748,"stop":1724888053748,"duration":0}},{"uid":"52d0d3ede5bf5f61","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/52d0d3ede5bf5f61","status":"passed","time":{"start":1724886811663,"stop":1724886811663,"duration":0}},{"uid":"c9c166c7619fd108","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c9c166c7619fd108","status":"passed","time":{"start":1724886581005,"stop":1724886581006,"duration":1}},{"uid":"66bb98260fc5dea2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/66bb98260fc5dea2","status":"passed","time":{"start":1724862019563,"stop":1724862019563,"duration":0}},{"uid":"cf167a64005f31ab","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cf167a64005f31ab","status":"passed","time":{"start":1724861493938,"stop":1724861493938,"duration":0}},{"uid":"cdbcea45e36c39e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cdbcea45e36c39e","status":"passed","time":{"start":1724861318033,"stop":1724861318039,"duration":6}},{"uid":"27b6c1b3a07c88b7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/27b6c1b3a07c88b7","status":"passed","time":{"start":1724861178517,"stop":1724861178517,"duration":0}}]},"d2fd765aa6a3f8cf4fd3b0d6556984bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f8c05bc6601b7204","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f8c05bc6601b7204","status":"passed","time":{"start":1724921529593,"stop":1724921529593,"duration":0}}]},"a08fab482744aa8c660566ef75fc3cfb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"668a7088dcafc39e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/668a7088dcafc39e","status":"passed","time":{"start":1724888268042,"stop":1724888268042,"duration":0}}]},"d2b6f36383d45b7531453cedb2715f70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"20c477108232d98","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/20c477108232d98","status":"passed","time":{"start":1724861475043,"stop":1724861475045,"duration":2}}]},"37d07eea3207436d5bd20d3b897c78e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6248296114213143","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6248296114213143","status":"passed","time":{"start":1724890032295,"stop":1724890032296,"duration":1}}]},"551afebddbc721f042f5398e566d904f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9a0aafa4cdcd02a9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9a0aafa4cdcd02a9","status":"passed","time":{"start":1724921061369,"stop":1724921061370,"duration":1}},{"uid":"f5074724c63bcc1f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f5074724c63bcc1f","status":"passed","time":{"start":1724921036548,"stop":1724921036548,"duration":0}},{"uid":"c08a80f3f87d2617","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c08a80f3f87d2617","status":"passed","time":{"start":1724917696991,"stop":1724917696991,"duration":0}},{"uid":"2794413260f87a3d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2794413260f87a3d","status":"passed","time":{"start":1724889475435,"stop":1724889475435,"duration":0}},{"uid":"9b36e9583dabb999","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9b36e9583dabb999","status":"passed","time":{"start":1724888626529,"stop":1724888626529,"duration":0}},{"uid":"2bf0ae3e64dfec8e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2bf0ae3e64dfec8e","status":"passed","time":{"start":1724887782737,"stop":1724887782738,"duration":1}},{"uid":"b557dc2aedc2a3d6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b557dc2aedc2a3d6","status":"passed","time":{"start":1724886549349,"stop":1724886549350,"duration":1}},{"uid":"ec15d627b34037f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ec15d627b34037f","status":"passed","time":{"start":1724886326870,"stop":1724886326870,"duration":0}},{"uid":"8e5dafe9cb49ebf4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e5dafe9cb49ebf4","status":"passed","time":{"start":1724861776300,"stop":1724861776301,"duration":1}},{"uid":"577e985d19ed950a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/577e985d19ed950a","status":"passed","time":{"start":1724861246680,"stop":1724861246681,"duration":1}},{"uid":"778e88116f8e9e4a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/778e88116f8e9e4a","status":"passed","time":{"start":1724861070664,"stop":1724861070665,"duration":1}},{"uid":"b443b1f2e1bdc299","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b443b1f2e1bdc299","status":"passed","time":{"start":1724860931329,"stop":1724860931330,"duration":1}}]},"52cb4e244495401b5b7d324e5505f157:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9fc10fe523988314","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9fc10fe523988314","status":"passed","time":{"start":1724921577170,"stop":1724921577170,"duration":0}}]},"d4e9f1d619edb7ca888f97ca63f16e18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cb7f384cd2383350","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cb7f384cd2383350","status":"passed","time":{"start":1724921515232,"stop":1724921515233,"duration":1}},{"uid":"7b8e769e1eae2fe3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7b8e769e1eae2fe3","status":"passed","time":{"start":1724921475466,"stop":1724921475466,"duration":0}},{"uid":"e4e65e1718320c2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e4e65e1718320c2","status":"passed","time":{"start":1724918179407,"stop":1724918179407,"duration":0}},{"uid":"f48041232801b765","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f48041232801b765","status":"passed","time":{"start":1724889935346,"stop":1724889935346,"duration":0}},{"uid":"f8e5256fbf3004d2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f8e5256fbf3004d2","status":"passed","time":{"start":1724889072761,"stop":1724889072761,"duration":0}},{"uid":"c801f08efc87f111","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c801f08efc87f111","status":"passed","time":{"start":1724888232422,"stop":1724888232422,"duration":0}},{"uid":"748eedb944b6c9b1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/748eedb944b6c9b1","status":"passed","time":{"start":1724887018309,"stop":1724887018309,"duration":0}},{"uid":"2f787a17371fef99","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2f787a17371fef99","status":"passed","time":{"start":1724886781485,"stop":1724886781486,"duration":1}},{"uid":"19bc7662c7eb7fe9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/19bc7662c7eb7fe9","status":"passed","time":{"start":1724862213669,"stop":1724862213669,"duration":0}},{"uid":"668f37bebdf43133","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/668f37bebdf43133","status":"passed","time":{"start":1724861685862,"stop":1724861685863,"duration":1}},{"uid":"a30866b4b5b8444a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a30866b4b5b8444a","status":"passed","time":{"start":1724861546184,"stop":1724861546184,"duration":0}},{"uid":"69fe1b421bcd3ec4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/69fe1b421bcd3ec4","status":"passed","time":{"start":1724861378118,"stop":1724861378118,"duration":0}}]},"c1587fe17096409dfb67eae0a97c1c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b4deb34711c3fcae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4deb34711c3fcae","status":"passed","time":{"start":1724889169855,"stop":1724889169855,"duration":0}}]},"54dc594e9df4af9a075a028edb6ec08d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"12422953122c0514","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/12422953122c0514","status":"passed","time":{"start":1724921379978,"stop":1724921379978,"duration":0}},{"uid":"db35c3ffa9b0621b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/db35c3ffa9b0621b","status":"passed","time":{"start":1724921359712,"stop":1724921359712,"duration":0}},{"uid":"90f1d2c5adc7ba50","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/90f1d2c5adc7ba50","status":"passed","time":{"start":1724918127237,"stop":1724918127240,"duration":3}},{"uid":"fb1f8a72bd93a841","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb1f8a72bd93a841","status":"passed","time":{"start":1724889805611,"stop":1724889805611,"duration":0}},{"uid":"4c65d7e95148206c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4c65d7e95148206c","status":"passed","time":{"start":1724888940683,"stop":1724888940684,"duration":1}},{"uid":"5f6a8287fb7798ee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5f6a8287fb7798ee","status":"passed","time":{"start":1724888168648,"stop":1724888168648,"duration":0}},{"uid":"e3c46171bbc296f5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e3c46171bbc296f5","status":"passed","time":{"start":1724886924216,"stop":1724886924216,"duration":0}},{"uid":"8e817a181ee576bc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8e817a181ee576bc","status":"passed","time":{"start":1724886701804,"stop":1724886701804,"duration":0}},{"uid":"960833244a30f129","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/960833244a30f129","status":"passed","time":{"start":1724862112740,"stop":1724862112740,"duration":0}},{"uid":"6aa4c34bae175f6f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6aa4c34bae175f6f","status":"passed","time":{"start":1724861584867,"stop":1724861584867,"duration":0}},{"uid":"171f7cee915ed5e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/171f7cee915ed5e","status":"passed","time":{"start":1724861464479,"stop":1724861464479,"duration":0}},{"uid":"74a17e419cbb3659","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/74a17e419cbb3659","status":"passed","time":{"start":1724861254911,"stop":1724861254911,"duration":0}}]},"ce968eb249f8af092dca43167521853b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b44ef3349f8ee6a0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b44ef3349f8ee6a0","status":"passed","time":{"start":1724921045536,"stop":1724921045537,"duration":1}},{"uid":"cc89975ab81fddb6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cc89975ab81fddb6","status":"passed","time":{"start":1724921020730,"stop":1724921020730,"duration":0}},{"uid":"dc46515f3d01b46b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dc46515f3d01b46b","status":"passed","time":{"start":1724917681062,"stop":1724917681064,"duration":2}},{"uid":"5ebb192d21b00ec1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ebb192d21b00ec1","status":"passed","time":{"start":1724889459954,"stop":1724889459954,"duration":0}},{"uid":"d15eef2c761e8538","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d15eef2c761e8538","status":"passed","time":{"start":1724888610545,"stop":1724888610546,"duration":1}},{"uid":"36aa26e329381df9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/36aa26e329381df9","status":"passed","time":{"start":1724887766851,"stop":1724887766852,"duration":1}},{"uid":"62a8624ccad58449","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/62a8624ccad58449","status":"passed","time":{"start":1724886533247,"stop":1724886533248,"duration":1}},{"uid":"14de84a7e5d037fd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/14de84a7e5d037fd","status":"passed","time":{"start":1724886311097,"stop":1724886311098,"duration":1}},{"uid":"8974ee8ce7c63f30","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8974ee8ce7c63f30","status":"passed","time":{"start":1724861760053,"stop":1724861760053,"duration":0}},{"uid":"12ebba964c7989c9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/12ebba964c7989c9","status":"passed","time":{"start":1724861230837,"stop":1724861230837,"duration":0}},{"uid":"74b1c77cdb8177ed","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/74b1c77cdb8177ed","status":"passed","time":{"start":1724861053411,"stop":1724861053411,"duration":0}},{"uid":"25c711e9d5fea36f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/25c711e9d5fea36f","status":"passed","time":{"start":1724860914749,"stop":1724860914749,"duration":0}}]},"f224766b8c31accbc007ad2a25988a85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9a62193cf2cbcbf7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9a62193cf2cbcbf7","status":"passed","time":{"start":1724921602959,"stop":1724921602960,"duration":1}},{"uid":"7cd32a967739bdaa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7cd32a967739bdaa","status":"passed","time":{"start":1724921571102,"stop":1724921571103,"duration":1}},{"uid":"df7aaa6f8fafe70c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/df7aaa6f8fafe70c","status":"passed","time":{"start":1724918285606,"stop":1724918285607,"duration":1}},{"uid":"85567fb47c196fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/85567fb47c196fa","status":"passed","time":{"start":1724890030097,"stop":1724890030097,"duration":0}},{"uid":"5b7dbdc8f18a36e9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b7dbdc8f18a36e9","status":"passed","time":{"start":1724889171917,"stop":1724889171917,"duration":0}},{"uid":"7ee2c1f460fce4bc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7ee2c1f460fce4bc","status":"passed","time":{"start":1724888350735,"stop":1724888350736,"duration":1}},{"uid":"4ea8c288f0a98fd7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4ea8c288f0a98fd7","status":"passed","time":{"start":1724887115418,"stop":1724887115418,"duration":0}},{"uid":"8ec1069de6d4d37b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8ec1069de6d4d37b","status":"passed","time":{"start":1724886884582,"stop":1724886884582,"duration":0}},{"uid":"97626405a75b2b09","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97626405a75b2b09","status":"passed","time":{"start":1724862322267,"stop":1724862322268,"duration":1}},{"uid":"9aa59eac7b6fa4a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9aa59eac7b6fa4a","status":"passed","time":{"start":1724861790757,"stop":1724861790757,"duration":0}},{"uid":"120d7271b0702b59","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/120d7271b0702b59","status":"passed","time":{"start":1724861628427,"stop":1724861628427,"duration":0}},{"uid":"791a4b640f774a89","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/791a4b640f774a89","status":"passed","time":{"start":1724861465631,"stop":1724861465631,"duration":0}}]},"1b81fc71331fc3d2512d734516f8f7a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e043a5c7ca28dc5d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e043a5c7ca28dc5d","status":"passed","time":{"start":1724862320144,"stop":1724862320144,"duration":0}}]},"ed34922b72948fd33e11689b88b75945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"14bf2c8121455775","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14bf2c8121455775","status":"passed","time":{"start":1724889678257,"stop":1724889678258,"duration":1}}]},"f4f881c2782d3268a6f52ca6ca8df6ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":11,"unknown":0,"total":12},"items":[{"uid":"38fdd8e9f4ca430f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/38fdd8e9f4ca430f","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1724921497761,"stop":1724921497761,"duration":0}},{"uid":"47ce2bd4a006974c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/47ce2bd4a006974c","status":"passed","time":{"start":1724921408416,"stop":1724921408417,"duration":1}},{"uid":"ebb44a4ddaf4e49e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ebb44a4ddaf4e49e","status":"passed","time":{"start":1724918086872,"stop":1724918086873,"duration":1}},{"uid":"b3514d9f008e7a1f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b3514d9f008e7a1f","status":"passed","time":{"start":1724889892449,"stop":1724889892449,"duration":0}},{"uid":"7340d9c26b20b991","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7340d9c26b20b991","status":"passed","time":{"start":1724888997219,"stop":1724888997219,"duration":0}},{"uid":"87991d819923acf0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/87991d819923acf0","status":"passed","time":{"start":1724888159510,"stop":1724888159511,"duration":1}},{"uid":"829301692f13ce89","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/829301692f13ce89","status":"passed","time":{"start":1724886937312,"stop":1724886937312,"duration":0}},{"uid":"c805564ee0b41463","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c805564ee0b41463","status":"passed","time":{"start":1724886709810,"stop":1724886709811,"duration":1}},{"uid":"8495bab624a45ed8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8495bab624a45ed8","status":"passed","time":{"start":1724862123539,"stop":1724862123539,"duration":0}},{"uid":"b92c9fc0ef4e5c92","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b92c9fc0ef4e5c92","status":"passed","time":{"start":1724861620106,"stop":1724861620107,"duration":1}},{"uid":"c2940a5240249482","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c2940a5240249482","status":"passed","time":{"start":1724861460255,"stop":1724861460255,"duration":0}},{"uid":"74153e6ab784ab33","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/74153e6ab784ab33","status":"passed","time":{"start":1724861330174,"stop":1724861330174,"duration":0}}]},"e90403ec0f8bc4b5ca7fc9c86f58f32d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ecde8ab32e4706ad","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ecde8ab32e4706ad","status":"passed","time":{"start":1724921602989,"stop":1724921602990,"duration":1}},{"uid":"b9f6b54b776f0fc0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b9f6b54b776f0fc0","status":"passed","time":{"start":1724921571111,"stop":1724921571111,"duration":0}},{"uid":"76ba6c76f1aebfde","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/76ba6c76f1aebfde","status":"passed","time":{"start":1724918285619,"stop":1724918285619,"duration":0}},{"uid":"e6a031a195f5da3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e6a031a195f5da3","status":"passed","time":{"start":1724890030105,"stop":1724890030106,"duration":1}},{"uid":"4105c96f3f5a9c52","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4105c96f3f5a9c52","status":"passed","time":{"start":1724889171934,"stop":1724889171934,"duration":0}},{"uid":"a57c01093f3e39cb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a57c01093f3e39cb","status":"passed","time":{"start":1724888350747,"stop":1724888350748,"duration":1}},{"uid":"db55d68301a6f2fa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/db55d68301a6f2fa","status":"passed","time":{"start":1724887115438,"stop":1724887115439,"duration":1}},{"uid":"5f9646a28f48dae6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5f9646a28f48dae6","status":"passed","time":{"start":1724886884589,"stop":1724886884589,"duration":0}},{"uid":"575203a3b0604969","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/575203a3b0604969","status":"passed","time":{"start":1724862322282,"stop":1724862322282,"duration":0}},{"uid":"e51a6e6c790adb0e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e51a6e6c790adb0e","status":"passed","time":{"start":1724861790768,"stop":1724861790768,"duration":0}},{"uid":"b0aa8698b92eb51d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b0aa8698b92eb51d","status":"passed","time":{"start":1724861628433,"stop":1724861628434,"duration":1}},{"uid":"42d055ef4a4b2004","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/42d055ef4a4b2004","status":"passed","time":{"start":1724861465638,"stop":1724861465638,"duration":0}}]},"4362d1101dca3e3a1799898fdf01abe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ba0c90b0aa7a5066","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ba0c90b0aa7a5066","status":"passed","time":{"start":1724921050917,"stop":1724921050917,"duration":0}},{"uid":"a2ab8759fdaa9c3d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a2ab8759fdaa9c3d","status":"passed","time":{"start":1724921026085,"stop":1724921026086,"duration":1}},{"uid":"5edabfbb3eb6dccb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5edabfbb3eb6dccb","status":"passed","time":{"start":1724917686331,"stop":1724917686332,"duration":1}},{"uid":"eb811330de82063a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eb811330de82063a","status":"passed","time":{"start":1724889465303,"stop":1724889465303,"duration":0}},{"uid":"187cd69f9a06e13a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/187cd69f9a06e13a","status":"passed","time":{"start":1724888615856,"stop":1724888615856,"duration":0}},{"uid":"fd0365506044a863","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fd0365506044a863","status":"passed","time":{"start":1724887772190,"stop":1724887772191,"duration":1}},{"uid":"ec26c15ad74a6657","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ec26c15ad74a6657","status":"passed","time":{"start":1724886538737,"stop":1724886538738,"duration":1}},{"uid":"b0d71cd0ee984392","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b0d71cd0ee984392","status":"passed","time":{"start":1724886316574,"stop":1724886316574,"duration":0}},{"uid":"94d4d9a50ab638c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/94d4d9a50ab638c9","status":"passed","time":{"start":1724861765627,"stop":1724861765628,"duration":1}},{"uid":"815424f484cfcb23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/815424f484cfcb23","status":"passed","time":{"start":1724861236290,"stop":1724861236291,"duration":1}},{"uid":"fcb6017d77c880cf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fcb6017d77c880cf","status":"passed","time":{"start":1724861059257,"stop":1724861059257,"duration":0}},{"uid":"161754aa363853c1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/161754aa363853c1","status":"passed","time":{"start":1724860920542,"stop":1724860920543,"duration":1}}]},"31b5b45be3ecf932a64dddb187ec6d26:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"33a76863757aba1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33a76863757aba1","status":"passed","time":{"start":1724889072752,"stop":1724889072753,"duration":1}}]},"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"15951af8a25a5eee","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/15951af8a25a5eee","status":"passed","time":{"start":1724921380064,"stop":1724921380064,"duration":0}},{"uid":"288ca16231540686","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/288ca16231540686","status":"passed","time":{"start":1724921359798,"stop":1724921359798,"duration":0}},{"uid":"2f50faed827cbdc5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2f50faed827cbdc5","status":"passed","time":{"start":1724918087013,"stop":1724918087013,"duration":0}},{"uid":"b0ca435016e47928","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b0ca435016e47928","status":"passed","time":{"start":1724889805673,"stop":1724889805674,"duration":1}},{"uid":"f3ec959203b9ba8e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3ec959203b9ba8e","status":"passed","time":{"start":1724888940769,"stop":1724888940770,"duration":1}},{"uid":"fde9d9271fef9e57","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fde9d9271fef9e57","status":"passed","time":{"start":1724888159617,"stop":1724888159618,"duration":1}},{"uid":"29b34a0eb7ad2b7f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/29b34a0eb7ad2b7f","status":"passed","time":{"start":1724886924289,"stop":1724886924289,"duration":0}},{"uid":"af280f68af9539a1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/af280f68af9539a1","status":"passed","time":{"start":1724886701944,"stop":1724886701944,"duration":0}},{"uid":"cd8978f931913c33","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd8978f931913c33","status":"passed","time":{"start":1724862112845,"stop":1724862112846,"duration":1}},{"uid":"1407d89d99db6fb8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1407d89d99db6fb8","status":"passed","time":{"start":1724861584923,"stop":1724861584923,"duration":0}},{"uid":"f0a0875cdbc52b0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f0a0875cdbc52b0","status":"passed","time":{"start":1724861460341,"stop":1724861460342,"duration":1}},{"uid":"3b64cf3c42652974","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3b64cf3c42652974","status":"passed","time":{"start":1724861255003,"stop":1724861255004,"duration":1}}]},"cc5c6f7e635fa51a59374ba8a5162a36:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"29da03ab71f39a3b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/29da03ab71f39a3b","status":"passed","time":{"start":1724861465637,"stop":1724861465637,"duration":0}}]},"a042e8cd63a3b39e0a33609070d05d39:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9bb06ce7d001b699","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9bb06ce7d001b699","status":"passed","time":{"start":1724861800258,"stop":1724861800259,"duration":1}}]},"1749bf9b877925e8da903ebec55612ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"447a4f145c1853e5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/447a4f145c1853e5","status":"passed","time":{"start":1724921073460,"stop":1724921073460,"duration":0}},{"uid":"b7c483c108cf60e2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b7c483c108cf60e2","status":"passed","time":{"start":1724921048447,"stop":1724921048447,"duration":0}},{"uid":"98cd3ae7c98fcddf","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/98cd3ae7c98fcddf","status":"passed","time":{"start":1724917708700,"stop":1724917708700,"duration":0}},{"uid":"ff41825b763ab24b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff41825b763ab24b","status":"passed","time":{"start":1724889487516,"stop":1724889487516,"duration":0}},{"uid":"92696c8abb242fa2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92696c8abb242fa2","status":"passed","time":{"start":1724888638223,"stop":1724888638223,"duration":0}},{"uid":"f44c7002f99f7a04","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f44c7002f99f7a04","status":"passed","time":{"start":1724887794483,"stop":1724887794483,"duration":0}},{"uid":"976cfb6fab4bc539","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/976cfb6fab4bc539","status":"passed","time":{"start":1724886561406,"stop":1724886561407,"duration":1}},{"uid":"8a1a0f332d4a43bb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8a1a0f332d4a43bb","status":"passed","time":{"start":1724886339062,"stop":1724886339063,"duration":1}},{"uid":"6b460c456a163bf2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b460c456a163bf2","status":"passed","time":{"start":1724861788383,"stop":1724861788383,"duration":0}},{"uid":"9f0e1febace9aae8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9f0e1febace9aae8","status":"passed","time":{"start":1724861258536,"stop":1724861258536,"duration":0}},{"uid":"6c09ccd2d1b9285f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6c09ccd2d1b9285f","status":"passed","time":{"start":1724861082796,"stop":1724861082796,"duration":0}},{"uid":"2a2d25e520b4a0b5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2a2d25e520b4a0b5","status":"passed","time":{"start":1724860943248,"stop":1724860943248,"duration":0}}]},"243ab10d31eb66c5118249ed138b6c92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"92f6755794356414","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/92f6755794356414","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515258,"stop":1724921515258,"duration":0}},{"uid":"c461cb54f66b7375","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c461cb54f66b7375","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475519,"stop":1724921475519,"duration":0}},{"uid":"a19fb0537625980b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a19fb0537625980b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179438,"stop":1724918179439,"duration":1}},{"uid":"57d05932a44abaf1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/57d05932a44abaf1","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935353,"stop":1724889935354,"duration":1}},{"uid":"9e1cf44e76531bca","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e1cf44e76531bca","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072769,"stop":1724889072770,"duration":1}},{"uid":"707dfdd867f6c10b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/707dfdd867f6c10b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232429,"stop":1724888232430,"duration":1}},{"uid":"23e235fbdb809028","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/23e235fbdb809028","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018318,"stop":1724887018318,"duration":0}},{"uid":"b045ff33aef75ec9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b045ff33aef75ec9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781506,"stop":1724886781506,"duration":0}},{"uid":"9738f2b83e98c9e4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9738f2b83e98c9e4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213686,"stop":1724862213686,"duration":0}},{"uid":"1e1c2b4f8c97e518","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1e1c2b4f8c97e518","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861685890,"stop":1724861685891,"duration":1}},{"uid":"b0e230afd041e992","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b0e230afd041e992","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546214,"stop":1724861546214,"duration":0}},{"uid":"7e0ae132254bf523","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7e0ae132254bf523","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378127,"stop":1724861378127,"duration":0}}]},"c6826bd497094ee91af19389b72c1f20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea304cb09aff2e03","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ea304cb09aff2e03","status":"passed","time":{"start":1724889077074,"stop":1724889077078,"duration":4}}]},"e2b2443b7a89670afc3afc2e5f72ec3c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b9917bc9c86ac3d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b9917bc9c86ac3d","status":"passed","time":{"start":1724921556059,"stop":1724921556059,"duration":0}}]},"e0bf0f6c5c2904dc02ad8456376a87a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b855b3d3d4f5ac3c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b855b3d3d4f5ac3c","status":"passed","time":{"start":1724886555799,"stop":1724886555800,"duration":1}}]},"51cbd8efa93a159097ce36b89f67787d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3f0fdeccbf97a853","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3f0fdeccbf97a853","status":"passed","time":{"start":1724921602959,"stop":1724921602959,"duration":0}},{"uid":"f8baf527054d232d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f8baf527054d232d","status":"passed","time":{"start":1724921571102,"stop":1724921571102,"duration":0}},{"uid":"4bde0d29c1463ae9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4bde0d29c1463ae9","status":"passed","time":{"start":1724918285601,"stop":1724918285605,"duration":4}},{"uid":"7da67a992c8067f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7da67a992c8067f","status":"passed","time":{"start":1724890030096,"stop":1724890030097,"duration":1}},{"uid":"3eb9484a9308f7d3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3eb9484a9308f7d3","status":"passed","time":{"start":1724889171915,"stop":1724889171915,"duration":0}},{"uid":"15d8df3d3d4cbb89","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/15d8df3d3d4cbb89","status":"passed","time":{"start":1724888350731,"stop":1724888350731,"duration":0}},{"uid":"900239533f730380","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/900239533f730380","status":"passed","time":{"start":1724887115417,"stop":1724887115417,"duration":0}},{"uid":"e628cc44b81a0ebc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e628cc44b81a0ebc","status":"passed","time":{"start":1724886884581,"stop":1724886884581,"duration":0}},{"uid":"e979e9c174764451","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e979e9c174764451","status":"passed","time":{"start":1724862322266,"stop":1724862322267,"duration":1}},{"uid":"4d389463a51e1011","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4d389463a51e1011","status":"passed","time":{"start":1724861790756,"stop":1724861790756,"duration":0}},{"uid":"7b858875ea40b52d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7b858875ea40b52d","status":"passed","time":{"start":1724861628426,"stop":1724861628426,"duration":0}},{"uid":"1fbfbbbf97ba52db","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1fbfbbbf97ba52db","status":"passed","time":{"start":1724861465630,"stop":1724861465631,"duration":1}}]},"dd701497c2a6292dfefc2cfee3af21b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9f7ae10316ae9813","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9f7ae10316ae9813","status":"passed","time":{"start":1724921270343,"stop":1724921270343,"duration":0}},{"uid":"bd5d433c9ffa81c9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bd5d433c9ffa81c9","status":"passed","time":{"start":1724921247785,"stop":1724921247802,"duration":17}},{"uid":"d4f5bda37e0ff664","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d4f5bda37e0ff664","status":"passed","time":{"start":1724917989810,"stop":1724917989810,"duration":0}},{"uid":"749165334d872810","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/749165334d872810","status":"passed","time":{"start":1724889678533,"stop":1724889678533,"duration":0}},{"uid":"717bd7ef25096780","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/717bd7ef25096780","status":"passed","time":{"start":1724888829828,"stop":1724888829829,"duration":1}},{"uid":"f364ce2d38b9f926","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f364ce2d38b9f926","status":"passed","time":{"start":1724888076975,"stop":1724888076976,"duration":1}},{"uid":"4a07b187f3230200","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a07b187f3230200","status":"passed","time":{"start":1724886851114,"stop":1724886851115,"duration":1}},{"uid":"664f96b87a95e4e8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/664f96b87a95e4e8","status":"passed","time":{"start":1724886647062,"stop":1724886647063,"duration":1}},{"uid":"7dc434748088fd9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7dc434748088fd9d","status":"passed","time":{"start":1724861992704,"stop":1724861992705,"duration":1}},{"uid":"53a23f41b8ca88f2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/53a23f41b8ca88f2","status":"passed","time":{"start":1724861469632,"stop":1724861469632,"duration":0}},{"uid":"7cdf1ef31b3c0fa1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7cdf1ef31b3c0fa1","status":"passed","time":{"start":1724861284846,"stop":1724861284847,"duration":1}},{"uid":"c34e90c6d3218298","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c34e90c6d3218298","status":"passed","time":{"start":1724861145782,"stop":1724861145782,"duration":0}}]},"be5f5c7a34eb4983317d1be935aadb60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b737813fcab2e1d8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b737813fcab2e1d8","status":"passed","time":{"start":1724861637975,"stop":1724861637975,"duration":0}}]},"be548040d45445fe0e37eeebb4426939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6b3fd67c4e7e6762","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6b3fd67c4e7e6762","status":"passed","time":{"start":1724921037625,"stop":1724921037625,"duration":0}},{"uid":"259d1c7f9352059b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/259d1c7f9352059b","status":"passed","time":{"start":1724921013043,"stop":1724921013043,"duration":0}},{"uid":"bbeb0e71157f7190","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bbeb0e71157f7190","status":"passed","time":{"start":1724917673280,"stop":1724917673281,"duration":1}},{"uid":"488b9aeeed4ac0b4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/488b9aeeed4ac0b4","status":"passed","time":{"start":1724889452300,"stop":1724889452300,"duration":0}},{"uid":"8eee6d07193cf0d2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8eee6d07193cf0d2","status":"passed","time":{"start":1724888602829,"stop":1724888602829,"duration":0}},{"uid":"58ba99158bfd7bcb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/58ba99158bfd7bcb","status":"passed","time":{"start":1724887759159,"stop":1724887759160,"duration":1}},{"uid":"900765071feb96a8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/900765071feb96a8","status":"passed","time":{"start":1724886525540,"stop":1724886525540,"duration":0}},{"uid":"202cd1ed2381355","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/202cd1ed2381355","status":"passed","time":{"start":1724886303388,"stop":1724886303388,"duration":0}},{"uid":"c4bb4713cb3cc2c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4bb4713cb3cc2c","status":"passed","time":{"start":1724861752216,"stop":1724861752216,"duration":0}},{"uid":"e86a307608a4220b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e86a307608a4220b","status":"passed","time":{"start":1724861223350,"stop":1724861223350,"duration":0}},{"uid":"f5715da0b5c27544","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f5715da0b5c27544","status":"passed","time":{"start":1724861045192,"stop":1724861045197,"duration":5}},{"uid":"667a7155536dce90","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/667a7155536dce90","status":"passed","time":{"start":1724860907080,"stop":1724860907080,"duration":0}}]},"c2fba2e08f9b25369c119544af081075:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"87186ffa659a4974","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/87186ffa659a4974","status":"passed","time":{"start":1724921529566,"stop":1724921529567,"duration":1}},{"uid":"21c43cb6c31ed676","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/21c43cb6c31ed676","status":"passed","time":{"start":1724921488870,"stop":1724921488870,"duration":0}},{"uid":"9dac302b997326d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9dac302b997326d","status":"passed","time":{"start":1724918203666,"stop":1724918203666,"duration":0}},{"uid":"c6ff83f41ae5eabe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c6ff83f41ae5eabe","status":"passed","time":{"start":1724889938348,"stop":1724889938348,"duration":0}},{"uid":"b8b924747937e2b1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8b924747937e2b1","status":"passed","time":{"start":1724889077029,"stop":1724889077029,"duration":0}},{"uid":"fc124e08971a5b2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fc124e08971a5b2","status":"passed","time":{"start":1724888267999,"stop":1724888268000,"duration":1}},{"uid":"2a6861ef76743a7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2a6861ef76743a7","status":"passed","time":{"start":1724887032386,"stop":1724887032386,"duration":0}},{"uid":"ee8a28e649d62913","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ee8a28e649d62913","status":"passed","time":{"start":1724886822783,"stop":1724886822783,"duration":0}},{"uid":"fc3421096c20850e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc3421096c20850e","status":"passed","time":{"start":1724862233501,"stop":1724862233501,"duration":0}},{"uid":"5cea41a8c343d3de","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5cea41a8c343d3de","status":"passed","time":{"start":1724861712661,"stop":1724861712661,"duration":0}},{"uid":"93b2dea12a92d4d5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/93b2dea12a92d4d5","status":"passed","time":{"start":1724861567871,"stop":1724861567872,"duration":1}},{"uid":"3648067710c3cd39","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3648067710c3cd39","status":"passed","time":{"start":1724861392036,"stop":1724861392036,"duration":0}}]},"c889384d90857f1c344409a3d64b1ae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a9a2e90933316b56","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a9a2e90933316b56","status":"passed","time":{"start":1724921564777,"stop":1724921564777,"duration":0}},{"uid":"4256ed39189cde54","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4256ed39189cde54","status":"passed","time":{"start":1724921518822,"stop":1724921518822,"duration":0}},{"uid":"35d920523d92eaec","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/35d920523d92eaec","status":"passed","time":{"start":1724918229400,"stop":1724918229400,"duration":0}},{"uid":"e5abea137620afb1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e5abea137620afb1","status":"passed","time":{"start":1724889980703,"stop":1724889980703,"duration":0}},{"uid":"3d83258d19367c59","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3d83258d19367c59","status":"passed","time":{"start":1724889111165,"stop":1724889111165,"duration":0}},{"uid":"938e4ea3c34934ee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/938e4ea3c34934ee","status":"passed","time":{"start":1724888292534,"stop":1724888292534,"duration":0}},{"uid":"82c9081d9543f7c2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/82c9081d9543f7c2","status":"passed","time":{"start":1724887068228,"stop":1724887068229,"duration":1}},{"uid":"e172d0f74813641d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e172d0f74813641d","status":"passed","time":{"start":1724886848926,"stop":1724886848927,"duration":1}},{"uid":"478d99ff8468b0cc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/478d99ff8468b0cc","status":"passed","time":{"start":1724862262048,"stop":1724862262048,"duration":0}},{"uid":"420c4d64438501ea","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/420c4d64438501ea","status":"passed","time":{"start":1724861741894,"stop":1724861741894,"duration":0}},{"uid":"d94d85bdc2e3fec","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d94d85bdc2e3fec","status":"passed","time":{"start":1724861599494,"stop":1724861599496,"duration":2}},{"uid":"cb1ebc913031a4b6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cb1ebc913031a4b6","status":"passed","time":{"start":1724861428476,"stop":1724861428476,"duration":0}}]},"721c584e70c971f42d658c80c0885df1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"beb7618bba17a787","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/beb7618bba17a787","status":"passed","time":{"start":1724921559018,"stop":1724921559019,"duration":1}},{"uid":"a6aaae43865a8623","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a6aaae43865a8623","status":"passed","time":{"start":1724921524135,"stop":1724921524135,"duration":0}},{"uid":"63ac8b99ea5eaa70","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/63ac8b99ea5eaa70","status":"passed","time":{"start":1724918241665,"stop":1724918241666,"duration":1}},{"uid":"844f91f527150bec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/844f91f527150bec","status":"passed","time":{"start":1724889975476,"stop":1724889975476,"duration":0}},{"uid":"89039b9d245565b0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/89039b9d245565b0","status":"passed","time":{"start":1724889106064,"stop":1724889106065,"duration":1}},{"uid":"413b571f9d00b5a7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/413b571f9d00b5a7","status":"passed","time":{"start":1724888289483,"stop":1724888289483,"duration":0}},{"uid":"3bd2c1ad5052bdb0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3bd2c1ad5052bdb0","status":"passed","time":{"start":1724887057705,"stop":1724887057705,"duration":0}},{"uid":"7622ceeebbaf3a9f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7622ceeebbaf3a9f","status":"passed","time":{"start":1724886839399,"stop":1724886839400,"duration":1}},{"uid":"58654832600f48d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/58654832600f48d9","status":"passed","time":{"start":1724862256093,"stop":1724862256094,"duration":1}},{"uid":"709ec960bfe57439","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/709ec960bfe57439","status":"passed","time":{"start":1724861742235,"stop":1724861742235,"duration":0}},{"uid":"bcb6d6249044417e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bcb6d6249044417e","status":"passed","time":{"start":1724861595397,"stop":1724861595398,"duration":1}},{"uid":"f5a86aa79e1d019c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f5a86aa79e1d019c","status":"passed","time":{"start":1724861424069,"stop":1724861424070,"duration":1}}]},"e85bd1eaf9d85112462549d9ddb547cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1b3291d061dc1306","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1b3291d061dc1306","status":"passed","time":{"start":1724861770116,"stop":1724861770116,"duration":0}}]},"5328eb9c2b7e6a279f254cc9a00c3ac8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2dbd4780f46e01db","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2dbd4780f46e01db","status":"passed","time":{"start":1724918285617,"stop":1724918285617,"duration":0}}]},"f4d401a357a9d2e08dee6f812ae5fc70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4bb4df273e08e966","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4bb4df273e08e966","status":"passed","time":{"start":1724862322282,"stop":1724862322282,"duration":0}}]},"ad0cd331dee47f1e317fd9bab6ecd381:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"31075a05df1454a6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/31075a05df1454a6","status":"passed","time":{"start":1724921046207,"stop":1724921046207,"duration":0}},{"uid":"7f48fe775b4be9ac","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7f48fe775b4be9ac","status":"passed","time":{"start":1724921021478,"stop":1724921021479,"duration":1}},{"uid":"154c53d2c553bdd0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/154c53d2c553bdd0","status":"passed","time":{"start":1724917681727,"stop":1724917681727,"duration":0}},{"uid":"1fa9c273d5e3ca00","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1fa9c273d5e3ca00","status":"passed","time":{"start":1724889460654,"stop":1724889460655,"duration":1}},{"uid":"c79e0a8fe2bbf6a3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c79e0a8fe2bbf6a3","status":"passed","time":{"start":1724888611298,"stop":1724888611298,"duration":0}},{"uid":"2b87c785e4a691cf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2b87c785e4a691cf","status":"passed","time":{"start":1724887767622,"stop":1724887767623,"duration":1}},{"uid":"628cbd7a4b3422ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/628cbd7a4b3422ba","status":"passed","time":{"start":1724886533993,"stop":1724886533993,"duration":0}},{"uid":"f78d7849af023e1a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f78d7849af023e1a","status":"passed","time":{"start":1724886311760,"stop":1724886311761,"duration":1}},{"uid":"14d884f64f8b50a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14d884f64f8b50a6","status":"passed","time":{"start":1724861760778,"stop":1724861760779,"duration":1}},{"uid":"6a911cb8b56118b1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6a911cb8b56118b1","status":"passed","time":{"start":1724861231736,"stop":1724861231737,"duration":1}},{"uid":"73d7f2bb794e11bc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/73d7f2bb794e11bc","status":"passed","time":{"start":1724861054259,"stop":1724861054259,"duration":0}},{"uid":"58377a494582955e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/58377a494582955e","status":"passed","time":{"start":1724860915817,"stop":1724860915817,"duration":0}}]},"e51cff872101424b1bf995cac6b05605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"829903fd84df73fa","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/829903fd84df73fa","status":"passed","time":{"start":1724921046208,"stop":1724921046208,"duration":0}},{"uid":"c53fb1e8ee977a79","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c53fb1e8ee977a79","status":"passed","time":{"start":1724921021480,"stop":1724921021480,"duration":0}},{"uid":"618e1462ece59604","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/618e1462ece59604","status":"passed","time":{"start":1724917681728,"stop":1724917681728,"duration":0}},{"uid":"6624f6d95d75dda4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6624f6d95d75dda4","status":"passed","time":{"start":1724889460656,"stop":1724889460656,"duration":0}},{"uid":"8b90cad19c383452","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8b90cad19c383452","status":"passed","time":{"start":1724888611299,"stop":1724888611299,"duration":0}},{"uid":"36caaec64db99fc9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/36caaec64db99fc9","status":"passed","time":{"start":1724887767623,"stop":1724887767624,"duration":1}},{"uid":"5ac8dc1d992b44c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5ac8dc1d992b44c","status":"passed","time":{"start":1724886533995,"stop":1724886533995,"duration":0}},{"uid":"6aae11bb428334ca","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6aae11bb428334ca","status":"passed","time":{"start":1724886311761,"stop":1724886311762,"duration":1}},{"uid":"fa17dcf1a8b6d1d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fa17dcf1a8b6d1d8","status":"passed","time":{"start":1724861760779,"stop":1724861760780,"duration":1}},{"uid":"dbc99370eb50ac37","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dbc99370eb50ac37","status":"passed","time":{"start":1724861231737,"stop":1724861231738,"duration":1}},{"uid":"60823decb085043d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/60823decb085043d","status":"passed","time":{"start":1724861054260,"stop":1724861054261,"duration":1}},{"uid":"9cf35b1066f0f2b3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9cf35b1066f0f2b3","status":"passed","time":{"start":1724860915818,"stop":1724860915818,"duration":0}}]},"cfee42a91940bb5c77df5f273c4cc968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2be8af6667b0690b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2be8af6667b0690b","status":"passed","time":{"start":1724921602946,"stop":1724921602950,"duration":4}},{"uid":"3a0a4d329228a92c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3a0a4d329228a92c","status":"passed","time":{"start":1724921571095,"stop":1724921571096,"duration":1}},{"uid":"be35dfff4daf504d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/be35dfff4daf504d","status":"passed","time":{"start":1724918285585,"stop":1724918285586,"duration":1}},{"uid":"9867a567ab907405","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9867a567ab907405","status":"passed","time":{"start":1724890030089,"stop":1724890030089,"duration":0}},{"uid":"c4b7090afc5c1813","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4b7090afc5c1813","status":"passed","time":{"start":1724889171907,"stop":1724889171907,"duration":0}},{"uid":"ff630c193671ebf3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ff630c193671ebf3","status":"passed","time":{"start":1724888350720,"stop":1724888350720,"duration":0}},{"uid":"f10dabe6de53f98f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f10dabe6de53f98f","status":"passed","time":{"start":1724887115406,"stop":1724887115407,"duration":1}},{"uid":"85189f9d37847494","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/85189f9d37847494","status":"passed","time":{"start":1724886884569,"stop":1724886884570,"duration":1}},{"uid":"fb13e63b4264f3c6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb13e63b4264f3c6","status":"passed","time":{"start":1724862322247,"stop":1724862322247,"duration":0}},{"uid":"351e2cb9ff0a0645","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/351e2cb9ff0a0645","status":"passed","time":{"start":1724861790750,"stop":1724861790750,"duration":0}},{"uid":"1343c438d2397390","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1343c438d2397390","status":"passed","time":{"start":1724861628419,"stop":1724861628419,"duration":0}},{"uid":"c37f30a07e6b3759","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c37f30a07e6b3759","status":"passed","time":{"start":1724861465623,"stop":1724861465623,"duration":0}}]},"d8f2a5609b67ed6259171cf42ef6cf0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7af16e264770d150","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7af16e264770d150","status":"passed","time":{"start":1724861485080,"stop":1724861485080,"duration":0}}]},"3f6a965b0b7790fd72df6c18f32c642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"35b16b6c87b5f579","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/35b16b6c87b5f579","status":"passed","time":{"start":1724890032299,"stop":1724890032299,"duration":0}}]},"5375b30bc15d959901b4c592f8297ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"566a4241c4c286f4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/566a4241c4c286f4","status":"passed","time":{"start":1724921073460,"stop":1724921073460,"duration":0}},{"uid":"deec59116f404773","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/deec59116f404773","status":"passed","time":{"start":1724921048447,"stop":1724921048448,"duration":1}},{"uid":"95a9885e79433d2a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/95a9885e79433d2a","status":"passed","time":{"start":1724917708700,"stop":1724917708700,"duration":0}},{"uid":"9c5e7098827bfe25","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9c5e7098827bfe25","status":"passed","time":{"start":1724889487516,"stop":1724889487516,"duration":0}},{"uid":"3ef38bfa3b87d64a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3ef38bfa3b87d64a","status":"passed","time":{"start":1724888638223,"stop":1724888638223,"duration":0}},{"uid":"fac8f5e0ca24461d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fac8f5e0ca24461d","status":"passed","time":{"start":1724887794484,"stop":1724887794484,"duration":0}},{"uid":"3cf8c231e7bc9152","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3cf8c231e7bc9152","status":"passed","time":{"start":1724886561407,"stop":1724886561407,"duration":0}},{"uid":"42885efb74b721fd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/42885efb74b721fd","status":"passed","time":{"start":1724886339063,"stop":1724886339063,"duration":0}},{"uid":"266506136c3917f6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/266506136c3917f6","status":"passed","time":{"start":1724861788384,"stop":1724861788384,"duration":0}},{"uid":"e26b03c4af65d683","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e26b03c4af65d683","status":"passed","time":{"start":1724861258536,"stop":1724861258536,"duration":0}},{"uid":"215ccb85e61b806c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/215ccb85e61b806c","status":"passed","time":{"start":1724861082796,"stop":1724861082796,"duration":0}},{"uid":"954f04b83f5aa1e0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/954f04b83f5aa1e0","status":"passed","time":{"start":1724860943248,"stop":1724860943249,"duration":1}}]},"2f95ea37d7fdacd2accb03ab0a6be874:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"576cb870ac5e2284","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/576cb870ac5e2284","status":"passed","time":{"start":1724921613050,"stop":1724921613051,"duration":1}}]},"78ee7e1afebb7c62be10f4e3936cc939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1858db6848d61ce3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1858db6848d61ce3","status":"passed","time":{"start":1724921529565,"stop":1724921529565,"duration":0}},{"uid":"8d89242a9b78dcfb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8d89242a9b78dcfb","status":"passed","time":{"start":1724921488869,"stop":1724921488869,"duration":0}},{"uid":"6a575f68880697f0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6a575f68880697f0","status":"passed","time":{"start":1724918203665,"stop":1724918203665,"duration":0}},{"uid":"7df216773a530d4a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7df216773a530d4a","status":"passed","time":{"start":1724889938347,"stop":1724889938347,"duration":0}},{"uid":"e5490747ed375930","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e5490747ed375930","status":"passed","time":{"start":1724889077028,"stop":1724889077029,"duration":1}},{"uid":"956048135b861a9e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/956048135b861a9e","status":"passed","time":{"start":1724888267998,"stop":1724888267999,"duration":1}},{"uid":"ed43d6cbf5d4927f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ed43d6cbf5d4927f","status":"passed","time":{"start":1724887032385,"stop":1724887032385,"duration":0}},{"uid":"89237bd2442717e0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/89237bd2442717e0","status":"passed","time":{"start":1724886822781,"stop":1724886822782,"duration":1}},{"uid":"d689925b1951f0b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d689925b1951f0b2","status":"passed","time":{"start":1724862233500,"stop":1724862233500,"duration":0}},{"uid":"488077fd796dd438","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/488077fd796dd438","status":"passed","time":{"start":1724861712659,"stop":1724861712660,"duration":1}},{"uid":"f11294145019082a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f11294145019082a","status":"passed","time":{"start":1724861567870,"stop":1724861567871,"duration":1}},{"uid":"ff90eb7ecfbd0d8b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ff90eb7ecfbd0d8b","status":"passed","time":{"start":1724861392034,"stop":1724861392035,"duration":1}}]},"8b3de5610cf119483aaba8f111fe9e8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7d93d69cf133107c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7d93d69cf133107c","status":"passed","time":{"start":1724890032290,"stop":1724890032291,"duration":1}}]},"63a717abf5ca719ffd010f52c748f605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9120c35a6085417d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9120c35a6085417d","status":"passed","time":{"start":1724921577171,"stop":1724921577171,"duration":0}}]},"ad35cd9228242b36e8aa8b7d63140019:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0c0ecf5557285d4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f0c0ecf5557285d4","status":"passed","time":{"start":1724887127877,"stop":1724887127878,"duration":1}}]},"a300c87b3964d454f16b8ebd1aa085d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5e35ebcd5d1cde62","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5e35ebcd5d1cde62","status":"passed","time":{"start":1724886880631,"stop":1724886880631,"duration":0}}]},"11dea6efd68ad937e990d43695bfa742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"58d5c2c4d8265e58","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/58d5c2c4d8265e58","status":"passed","time":{"start":1724921051056,"stop":1724921051057,"duration":1}},{"uid":"1af23ab061f6b7bf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1af23ab061f6b7bf","status":"passed","time":{"start":1724921026362,"stop":1724921026362,"duration":0}},{"uid":"c87afe65ef337e7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c87afe65ef337e7","status":"passed","time":{"start":1724917686541,"stop":1724917686541,"duration":0}},{"uid":"283f6d62b3b0cda3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/283f6d62b3b0cda3","status":"passed","time":{"start":1724889465471,"stop":1724889465471,"duration":0}},{"uid":"1568a7b69f30ea86","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1568a7b69f30ea86","status":"passed","time":{"start":1724888616212,"stop":1724888616213,"duration":1}},{"uid":"98d9d5a6d14abbab","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/98d9d5a6d14abbab","status":"passed","time":{"start":1724887772449,"stop":1724887772449,"duration":0}},{"uid":"69c9c3fb10f82406","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/69c9c3fb10f82406","status":"passed","time":{"start":1724886538860,"stop":1724886538860,"duration":0}},{"uid":"105ac7d15f31f8e0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/105ac7d15f31f8e0","status":"passed","time":{"start":1724886316627,"stop":1724886316627,"duration":0}},{"uid":"6793a80546a2ad2c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6793a80546a2ad2c","status":"passed","time":{"start":1724861765763,"stop":1724861765763,"duration":0}},{"uid":"4435d1c40561ec44","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4435d1c40561ec44","status":"passed","time":{"start":1724861236573,"stop":1724861236573,"duration":0}},{"uid":"9215e36b57dc3dcc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9215e36b57dc3dcc","status":"passed","time":{"start":1724861059471,"stop":1724861059471,"duration":0}},{"uid":"af94b988ad4cc112","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/af94b988ad4cc112","status":"passed","time":{"start":1724860920726,"stop":1724860920727,"duration":1}}]},"56f3f5111ffa3bc7c71aa9a4700d183e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d90b592d27ac729e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d90b592d27ac729e","status":"passed","time":{"start":1724921267864,"stop":1724921267865,"duration":1}},{"uid":"264cf78eabf5d6e5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/264cf78eabf5d6e5","status":"passed","time":{"start":1724921244355,"stop":1724921244356,"duration":1}},{"uid":"4a06cf9334689503","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4a06cf9334689503","status":"passed","time":{"start":1724917916038,"stop":1724917916038,"duration":0}},{"uid":"3d6d2489b382fa8a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3d6d2489b382fa8a","status":"passed","time":{"start":1724889678249,"stop":1724889678249,"duration":0}},{"uid":"22c9df0321cc603","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/22c9df0321cc603","status":"passed","time":{"start":1724888831679,"stop":1724888831680,"duration":1}},{"uid":"4fdd8691aa0a47d2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4fdd8691aa0a47d2","status":"passed","time":{"start":1724888003305,"stop":1724888003306,"duration":1}},{"uid":"1e34df88327ebf49","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1e34df88327ebf49","status":"passed","time":{"start":1724886776596,"stop":1724886776600,"duration":4}},{"uid":"3a09dd81d833bea9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3a09dd81d833bea9","status":"passed","time":{"start":1724886555787,"stop":1724886555787,"duration":0}},{"uid":"fd8d53039bba29ab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fd8d53039bba29ab","status":"passed","time":{"start":1724861983000,"stop":1724861983001,"duration":1}},{"uid":"ddad1809fde10e75","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ddad1809fde10e75","status":"passed","time":{"start":1724861444062,"stop":1724861444062,"duration":0}},{"uid":"eaeb4f947f298d9c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/eaeb4f947f298d9c","status":"passed","time":{"start":1724861285824,"stop":1724861285825,"duration":1}},{"uid":"2188822b7c9578f6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2188822b7c9578f6","status":"passed","time":{"start":1724861145651,"stop":1724861145651,"duration":0}}]},"c544dda19e00ac56cf83ed513b97607d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ae7c2c810b7873a0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ae7c2c810b7873a0","status":"passed","time":{"start":1724887092629,"stop":1724887092629,"duration":0}}]},"bdd10fbd616f99939453eac6edc5fc54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"324b68e7b2e901a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/324b68e7b2e901a","status":"passed","time":{"start":1724921540107,"stop":1724921540108,"duration":1}},{"uid":"f22a50ec014dbdd1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f22a50ec014dbdd1","status":"passed","time":{"start":1724921503539,"stop":1724921503539,"duration":0}},{"uid":"e1bf56412a7fef9b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e1bf56412a7fef9b","status":"passed","time":{"start":1724918214356,"stop":1724918214357,"duration":1}},{"uid":"ecf59319c2812ef5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ecf59319c2812ef5","status":"passed","time":{"start":1724889952444,"stop":1724889952444,"duration":0}},{"uid":"c9a587b20e70d243","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c9a587b20e70d243","status":"passed","time":{"start":1724889087468,"stop":1724889087468,"duration":0}},{"uid":"796d16ba29cc3cbc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/796d16ba29cc3cbc","status":"passed","time":{"start":1724888266429,"stop":1724888266429,"duration":0}},{"uid":"5f91b9073bf82c8b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5f91b9073bf82c8b","status":"passed","time":{"start":1724887042930,"stop":1724887042930,"duration":0}},{"uid":"e7f3db072bd9b4bb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e7f3db072bd9b4bb","status":"passed","time":{"start":1724886820797,"stop":1724886820797,"duration":0}},{"uid":"5f747764b18745f1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f747764b18745f1","status":"passed","time":{"start":1724862245489,"stop":1724862245489,"duration":0}},{"uid":"cb27e6c4705c9d96","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cb27e6c4705c9d96","status":"passed","time":{"start":1724861720394,"stop":1724861720396,"duration":2}},{"uid":"85747640d03fc1a8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/85747640d03fc1a8","status":"passed","time":{"start":1724861579387,"stop":1724861579387,"duration":0}},{"uid":"80542e131db6860d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/80542e131db6860d","status":"passed","time":{"start":1724861402506,"stop":1724861402507,"duration":1}}]},"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a1d665da1ce4fb78","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a1d665da1ce4fb78","status":"passed","time":{"start":1724921563004,"stop":1724921563005,"duration":1}},{"uid":"f4bc074a247052f6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f4bc074a247052f6","status":"passed","time":{"start":1724921526807,"stop":1724921526808,"duration":1}},{"uid":"1b56260c073e8981","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1b56260c073e8981","status":"passed","time":{"start":1724918239927,"stop":1724918239931,"duration":4}},{"uid":"42eb245245db8705","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/42eb245245db8705","status":"passed","time":{"start":1724889980879,"stop":1724889980879,"duration":0}},{"uid":"9c2b770a96373060","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9c2b770a96373060","status":"passed","time":{"start":1724889109945,"stop":1724889109945,"duration":0}},{"uid":"e384e8c61df6f74a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e384e8c61df6f74a","status":"passed","time":{"start":1724888294717,"stop":1724888294718,"duration":1}},{"uid":"3faf92fa8956aed5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3faf92fa8956aed5","status":"passed","time":{"start":1724887071733,"stop":1724887071733,"duration":0}},{"uid":"90147b3b667a8503","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/90147b3b667a8503","status":"passed","time":{"start":1724886848339,"stop":1724886848340,"duration":1}},{"uid":"76843d5782ca557f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/76843d5782ca557f","status":"passed","time":{"start":1724862259240,"stop":1724862259240,"duration":0}},{"uid":"dd1262a6c8e05fe2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dd1262a6c8e05fe2","status":"passed","time":{"start":1724861735320,"stop":1724861735320,"duration":0}},{"uid":"cb316504a69a7397","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cb316504a69a7397","status":"passed","time":{"start":1724861606334,"stop":1724861606334,"duration":0}},{"uid":"aa9f9eeff03d2b43","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/aa9f9eeff03d2b43","status":"passed","time":{"start":1724861426679,"stop":1724861426679,"duration":0}}]},"66c02edbb4d8f8ea70bd8864dde32e80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bb1ca02f3e5b2dda","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bb1ca02f3e5b2dda","status":"passed","time":{"start":1724921037634,"stop":1724921037634,"duration":0}},{"uid":"531c8ba310424f10","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/531c8ba310424f10","status":"passed","time":{"start":1724921013046,"stop":1724921013047,"duration":1}},{"uid":"f0ad24a3df5c00b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f0ad24a3df5c00b","status":"passed","time":{"start":1724917673290,"stop":1724917673291,"duration":1}},{"uid":"554e879aeb81c3e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/554e879aeb81c3e0","status":"passed","time":{"start":1724889452309,"stop":1724889452309,"duration":0}},{"uid":"1c38314a14cbe15c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c38314a14cbe15c","status":"passed","time":{"start":1724888602839,"stop":1724888602839,"duration":0}},{"uid":"f8671b96c06f0265","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f8671b96c06f0265","status":"passed","time":{"start":1724887759163,"stop":1724887759163,"duration":0}},{"uid":"fd145211062caba5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fd145211062caba5","status":"passed","time":{"start":1724886525543,"stop":1724886525543,"duration":0}},{"uid":"9b58cb544d026289","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9b58cb544d026289","status":"passed","time":{"start":1724886303396,"stop":1724886303396,"duration":0}},{"uid":"9579494efd182ca","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9579494efd182ca","status":"passed","time":{"start":1724861752226,"stop":1724861752226,"duration":0}},{"uid":"c294114d7e1950a7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c294114d7e1950a7","status":"passed","time":{"start":1724861223354,"stop":1724861223354,"duration":0}},{"uid":"70a164450adb613e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/70a164450adb613e","status":"passed","time":{"start":1724861045201,"stop":1724861045201,"duration":0}},{"uid":"82914a19c4b68040","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/82914a19c4b68040","status":"passed","time":{"start":1724860907083,"stop":1724860907083,"duration":0}}]},"00e22447a1288833f561706e0d9439ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8f2731ad416c13c5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f2731ad416c13c5","status":"passed","time":{"start":1724862298395,"stop":1724862298395,"duration":0}}]},"adfa54d8b2a7624e750ee9e89b3a4085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4ca224e3725f3b5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4ca224e3725f3b5","status":"passed","time":{"start":1724921050916,"stop":1724921050916,"duration":0}},{"uid":"2ac29fc95df3db11","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2ac29fc95df3db11","status":"passed","time":{"start":1724921026084,"stop":1724921026084,"duration":0}},{"uid":"9da1d13a1f6b3d28","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9da1d13a1f6b3d28","status":"passed","time":{"start":1724917686330,"stop":1724917686331,"duration":1}},{"uid":"7d6a3f22663729d3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7d6a3f22663729d3","status":"passed","time":{"start":1724889465302,"stop":1724889465302,"duration":0}},{"uid":"9b0a89d145fafb11","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9b0a89d145fafb11","status":"passed","time":{"start":1724888615855,"stop":1724888615855,"duration":0}},{"uid":"9edf1bf980449527","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9edf1bf980449527","status":"passed","time":{"start":1724887772189,"stop":1724887772190,"duration":1}},{"uid":"6d7511132335d159","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6d7511132335d159","status":"passed","time":{"start":1724886538736,"stop":1724886538736,"duration":0}},{"uid":"f9fa024f473ddb4a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f9fa024f473ddb4a","status":"passed","time":{"start":1724886316573,"stop":1724886316573,"duration":0}},{"uid":"9613ee8867df5c10","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9613ee8867df5c10","status":"passed","time":{"start":1724861765626,"stop":1724861765627,"duration":1}},{"uid":"1acb64828ab71cb3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1acb64828ab71cb3","status":"passed","time":{"start":1724861236289,"stop":1724861236290,"duration":1}},{"uid":"69ff32e5c412df13","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/69ff32e5c412df13","status":"passed","time":{"start":1724861059256,"stop":1724861059256,"duration":0}},{"uid":"d5122d54febfe0fa","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d5122d54febfe0fa","status":"passed","time":{"start":1724860920541,"stop":1724860920541,"duration":0}}]},"04b347e068318b0b9f6c0a7a47092da5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"40a7911f97643c4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/40a7911f97643c4","status":"passed","time":{"start":1724921045529,"stop":1724921045529,"duration":0}},{"uid":"bd309bcac6da7fa1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bd309bcac6da7fa1","status":"passed","time":{"start":1724921020723,"stop":1724921020723,"duration":0}},{"uid":"b76c6ba561dae0e0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b76c6ba561dae0e0","status":"passed","time":{"start":1724917681048,"stop":1724917681048,"duration":0}},{"uid":"b6de5fa3b36e72d7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b6de5fa3b36e72d7","status":"passed","time":{"start":1724889459912,"stop":1724889459912,"duration":0}},{"uid":"fb295de0a1613bfa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb295de0a1613bfa","status":"passed","time":{"start":1724888610529,"stop":1724888610529,"duration":0}},{"uid":"37dfe61b871cd4e2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/37dfe61b871cd4e2","status":"passed","time":{"start":1724887766845,"stop":1724887766845,"duration":0}},{"uid":"f77e796a527ec6bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f77e796a527ec6bd","status":"passed","time":{"start":1724886533240,"stop":1724886533240,"duration":0}},{"uid":"3dba750fbf96590a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3dba750fbf96590a","status":"passed","time":{"start":1724886311085,"stop":1724886311086,"duration":1}},{"uid":"6213bdd4e878fa94","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6213bdd4e878fa94","status":"passed","time":{"start":1724861760045,"stop":1724861760046,"duration":1}},{"uid":"7a24f1d9de2e40a6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7a24f1d9de2e40a6","status":"passed","time":{"start":1724861230824,"stop":1724861230824,"duration":0}},{"uid":"e612b64fa8dd4c60","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e612b64fa8dd4c60","status":"passed","time":{"start":1724861053394,"stop":1724861053394,"duration":0}},{"uid":"4919b2984077f851","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4919b2984077f851","status":"passed","time":{"start":1724860914741,"stop":1724860914742,"duration":1}}]},"a65170d9415ba29de5fde20c11df17c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"793cc19652c125b6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/793cc19652c125b6","status":"passed","time":{"start":1724921321310,"stop":1724921321310,"duration":0}},{"uid":"57dfdd4c99def15b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/57dfdd4c99def15b","status":"passed","time":{"start":1724921298783,"stop":1724921298784,"duration":1}},{"uid":"a37bf409d4c275ce","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a37bf409d4c275ce","status":"passed","time":{"start":1724918008228,"stop":1724918008228,"duration":0}},{"uid":"8f430792f347b467","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f430792f347b467","status":"passed","time":{"start":1724889728594,"stop":1724889728594,"duration":0}},{"uid":"5ca34d76dff69975","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ca34d76dff69975","status":"passed","time":{"start":1724888882873,"stop":1724888882873,"duration":0}},{"uid":"e134a01e426ee2a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e134a01e426ee2a2","status":"passed","time":{"start":1724888111023,"stop":1724888111024,"duration":1}},{"uid":"f6162bc67298c6f8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f6162bc67298c6f8","status":"passed","time":{"start":1724886869445,"stop":1724886869445,"duration":0}},{"uid":"c43de849796500db","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c43de849796500db","status":"passed","time":{"start":1724886642935,"stop":1724886642935,"duration":0}},{"uid":"9e0377390925dd81","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e0377390925dd81","status":"passed","time":{"start":1724862044580,"stop":1724862044580,"duration":0}},{"uid":"869dc55dbdd5c7d9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/869dc55dbdd5c7d9","status":"passed","time":{"start":1724861523029,"stop":1724861523029,"duration":0}},{"uid":"7677a5d4d13ae865","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7677a5d4d13ae865","status":"passed","time":{"start":1724861362470,"stop":1724861362471,"duration":1}},{"uid":"77dfc384ff149e51","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/77dfc384ff149e51","status":"passed","time":{"start":1724861196778,"stop":1724861196778,"duration":0}}]},"31ea4e37ed48376471386fd9265aac47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b45594c425541f9d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b45594c425541f9d","status":"passed","time":{"start":1724861637971,"stop":1724861637972,"duration":1}}]},"a01bdabda4e48b3a0b41dcd8f8c0370d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"efccbdb4e965ee09","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/efccbdb4e965ee09","status":"passed","time":{"start":1724921297004,"stop":1724921297005,"duration":1}},{"uid":"2cb8d7388cc830f7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2cb8d7388cc830f7","status":"passed","time":{"start":1724921276366,"stop":1724921276366,"duration":0}},{"uid":"f8ef063e5c5f4e36","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f8ef063e5c5f4e36","status":"passed","time":{"start":1724917948319,"stop":1724917948320,"duration":1}},{"uid":"bed442531a24cbf4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bed442531a24cbf4","status":"passed","time":{"start":1724889729007,"stop":1724889729007,"duration":0}},{"uid":"152dd21a2b01b3d6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/152dd21a2b01b3d6","status":"passed","time":{"start":1724888864952,"stop":1724888864952,"duration":0}},{"uid":"5a7c10b3a524a081","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5a7c10b3a524a081","status":"passed","time":{"start":1724888053746,"stop":1724888053746,"duration":0}},{"uid":"394a0c3f72e7436f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/394a0c3f72e7436f","status":"passed","time":{"start":1724886811658,"stop":1724886811659,"duration":1}},{"uid":"becb5df7a7c204a4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/becb5df7a7c204a4","status":"passed","time":{"start":1724886581002,"stop":1724886581002,"duration":0}},{"uid":"fddaa997cea17fb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fddaa997cea17fb7","status":"passed","time":{"start":1724862019559,"stop":1724862019559,"duration":0}},{"uid":"8c2daa1affed0494","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8c2daa1affed0494","status":"passed","time":{"start":1724861493935,"stop":1724861493936,"duration":1}},{"uid":"3f849321dad50f6c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3f849321dad50f6c","status":"passed","time":{"start":1724861318020,"stop":1724861318025,"duration":5}},{"uid":"2501daefa64d6461","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2501daefa64d6461","status":"passed","time":{"start":1724861178513,"stop":1724861178514,"duration":1}}]},"1b1755dcfa725e1f2f4147ba5cebeca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b20ae5c0aa75cb88","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b20ae5c0aa75cb88","status":"passed","time":{"start":1724921625085,"stop":1724921625085,"duration":0}},{"uid":"47e295a172abb110","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/47e295a172abb110","status":"passed","time":{"start":1724921590509,"stop":1724921590510,"duration":1}},{"uid":"6eafa203e56cb2ce","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6eafa203e56cb2ce","status":"passed","time":{"start":1724918287575,"stop":1724918287576,"duration":1}},{"uid":"a00b4569f36c992b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a00b4569f36c992b","status":"passed","time":{"start":1724890047801,"stop":1724890047802,"duration":1}},{"uid":"e8ffcee6aacf1188","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e8ffcee6aacf1188","status":"passed","time":{"start":1724889183943,"stop":1724889183944,"duration":1}},{"uid":"dcc86848b8a2fda5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dcc86848b8a2fda5","status":"passed","time":{"start":1724888354182,"stop":1724888354183,"duration":1}},{"uid":"4e9e5ef67462287","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4e9e5ef67462287","status":"passed","time":{"start":1724887145720,"stop":1724887145721,"duration":1}},{"uid":"f4782919f1a3806c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f4782919f1a3806c","status":"passed","time":{"start":1724886915799,"stop":1724886915805,"duration":6}},{"uid":"17ff5f639ca8ca7a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/17ff5f639ca8ca7a","status":"passed","time":{"start":1724862341465,"stop":1724862341465,"duration":0}},{"uid":"cbc6885061e6a08","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cbc6885061e6a08","status":"passed","time":{"start":1724861805468,"stop":1724861805469,"duration":1}},{"uid":"5f2adeb647db9000","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5f2adeb647db9000","status":"passed","time":{"start":1724861662299,"stop":1724861662299,"duration":0}},{"uid":"43730bfd317c8dfb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/43730bfd317c8dfb","status":"passed","time":{"start":1724861492526,"stop":1724861492526,"duration":0}}]},"179b83947acf6c006a5fcd0ae6ab2ada:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"79675bcb5acdc155","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/79675bcb5acdc155","status":"passed","time":{"start":1724886880630,"stop":1724886880630,"duration":0}}]},"2c79c6d62e485d251a4a3ff2a0317b58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"734e6544d417ecdb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/734e6544d417ecdb","status":"passed","time":{"start":1724921619636,"stop":1724921619637,"duration":1}}]},"d79e52d980adcb67284b823b577f6b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f5424fb4e017cecf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f5424fb4e017cecf","status":"passed","time":{"start":1724921296996,"stop":1724921296997,"duration":1}},{"uid":"8c865123eb097962","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8c865123eb097962","status":"passed","time":{"start":1724921276362,"stop":1724921276362,"duration":0}},{"uid":"8d448d21037778e8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8d448d21037778e8","status":"passed","time":{"start":1724917948308,"stop":1724917948308,"duration":0}},{"uid":"ce88feb43bd23024","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ce88feb43bd23024","status":"passed","time":{"start":1724889729003,"stop":1724889729004,"duration":1}},{"uid":"53f1e054ecaab2d5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/53f1e054ecaab2d5","status":"passed","time":{"start":1724888864949,"stop":1724888864949,"duration":0}},{"uid":"63128617124a0b79","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/63128617124a0b79","status":"passed","time":{"start":1724888053731,"stop":1724888053731,"duration":0}},{"uid":"bfe668d9dac63f8c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bfe668d9dac63f8c","status":"passed","time":{"start":1724886811647,"stop":1724886811647,"duration":0}},{"uid":"acaac6f224a5939b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/acaac6f224a5939b","status":"passed","time":{"start":1724886580999,"stop":1724886580999,"duration":0}},{"uid":"af2776556702600e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/af2776556702600e","status":"passed","time":{"start":1724862019554,"stop":1724862019555,"duration":1}},{"uid":"e06c58ef2e58c524","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e06c58ef2e58c524","status":"passed","time":{"start":1724861493932,"stop":1724861493933,"duration":1}},{"uid":"7bbb1bfe050291e8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7bbb1bfe050291e8","status":"passed","time":{"start":1724861318012,"stop":1724861318012,"duration":0}},{"uid":"f0ee221497c861f0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f0ee221497c861f0","status":"passed","time":{"start":1724861178506,"stop":1724861178506,"duration":0}}]},"404e0fab372c1b30afe56678d54344f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"df94b1349293f8bf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/df94b1349293f8bf","status":"passed","time":{"start":1724921270363,"stop":1724921270364,"duration":1}},{"uid":"e48b4f953a066967","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e48b4f953a066967","status":"passed","time":{"start":1724921247825,"stop":1724921247825,"duration":0}},{"uid":"fc957e3443d84725","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fc957e3443d84725","status":"passed","time":{"start":1724917989822,"stop":1724917989822,"duration":0}},{"uid":"9ef8408ac42ad772","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9ef8408ac42ad772","status":"passed","time":{"start":1724889678568,"stop":1724889678568,"duration":0}},{"uid":"c39bc7e2f5da873b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c39bc7e2f5da873b","status":"passed","time":{"start":1724888829846,"stop":1724888829846,"duration":0}},{"uid":"95a18cf550def502","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/95a18cf550def502","status":"passed","time":{"start":1724888077014,"stop":1724888077014,"duration":0}},{"uid":"c7bc0da8881a324c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c7bc0da8881a324c","status":"passed","time":{"start":1724886851129,"stop":1724886851129,"duration":0}},{"uid":"c6e6ec9f43071bd5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c6e6ec9f43071bd5","status":"passed","time":{"start":1724886647119,"stop":1724886647120,"duration":1}},{"uid":"3df9292b394f8c32","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3df9292b394f8c32","status":"passed","time":{"start":1724861992715,"stop":1724861992716,"duration":1}},{"uid":"7e19ba6d6ac11ef0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7e19ba6d6ac11ef0","status":"passed","time":{"start":1724861469647,"stop":1724861469647,"duration":0}},{"uid":"aa569ba7f5fb35a4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/aa569ba7f5fb35a4","status":"passed","time":{"start":1724861284869,"stop":1724861284869,"duration":0}},{"uid":"8bf43d0c91b04eab","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8bf43d0c91b04eab","status":"passed","time":{"start":1724861145816,"stop":1724861145816,"duration":0}}]},"ec7313d698a39b8d8375e6a44279cf6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1456f6e645e729a6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1456f6e645e729a6","status":"passed","time":{"start":1724921088196,"stop":1724921088199,"duration":3}},{"uid":"3a00eae55411bf01","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3a00eae55411bf01","status":"passed","time":{"start":1724921063382,"stop":1724921063382,"duration":0}},{"uid":"64700223e31d00c5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/64700223e31d00c5","status":"passed","time":{"start":1724917723832,"stop":1724917723833,"duration":1}},{"uid":"1ad8590b26d4f69c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1ad8590b26d4f69c","status":"passed","time":{"start":1724889503226,"stop":1724889503227,"duration":1}},{"uid":"afa1674423737861","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/afa1674423737861","status":"passed","time":{"start":1724888652593,"stop":1724888652594,"duration":1}},{"uid":"4aad3da992035199","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4aad3da992035199","status":"passed","time":{"start":1724887810648,"stop":1724887810649,"duration":1}},{"uid":"f204a059c306fb5b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f204a059c306fb5b","status":"passed","time":{"start":1724886577070,"stop":1724886577071,"duration":1}},{"uid":"d7f2c73696409581","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d7f2c73696409581","status":"passed","time":{"start":1724886355050,"stop":1724886355052,"duration":2}},{"uid":"bf703478733f301d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf703478733f301d","status":"passed","time":{"start":1724861804040,"stop":1724861804040,"duration":0}},{"uid":"60981abee565e56","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/60981abee565e56","status":"passed","time":{"start":1724861273296,"stop":1724861273297,"duration":1}},{"uid":"9808e2f7dd44efc7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9808e2f7dd44efc7","status":"passed","time":{"start":1724861099309,"stop":1724861099310,"duration":1}},{"uid":"a2ee87020dc51144","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a2ee87020dc51144","status":"passed","time":{"start":1724860959308,"stop":1724860959308,"duration":0}}]},"cadfabba132ddb313cb63dd9398dd9f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"371ca2f4db5d2a92","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/371ca2f4db5d2a92","status":"passed","time":{"start":1724889171932,"stop":1724889171932,"duration":0}}]},"7996d0bafce2a1dfd5f54e8daed745d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2d7f2970ff46242c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2d7f2970ff46242c","status":"passed","time":{"start":1724921563021,"stop":1724921563021,"duration":0}},{"uid":"aedca9c68aa4f6e1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/aedca9c68aa4f6e1","status":"passed","time":{"start":1724921526818,"stop":1724921526818,"duration":0}},{"uid":"7497adbfb790246f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7497adbfb790246f","status":"passed","time":{"start":1724918239954,"stop":1724918239954,"duration":0}},{"uid":"ee9cdeffb55817f3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ee9cdeffb55817f3","status":"passed","time":{"start":1724889980929,"stop":1724889980929,"duration":0}},{"uid":"424dad7cc8da1a3c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/424dad7cc8da1a3c","status":"passed","time":{"start":1724889109980,"stop":1724889109980,"duration":0}},{"uid":"31cf5c24291c264e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/31cf5c24291c264e","status":"passed","time":{"start":1724888294727,"stop":1724888294727,"duration":0}},{"uid":"3478fe4681772ee1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3478fe4681772ee1","status":"passed","time":{"start":1724887071747,"stop":1724887071748,"duration":1}},{"uid":"b74714807d1f4e14","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b74714807d1f4e14","status":"passed","time":{"start":1724886848350,"stop":1724886848351,"duration":1}},{"uid":"a2b31fd4221c1f3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2b31fd4221c1f3e","status":"passed","time":{"start":1724862259262,"stop":1724862259262,"duration":0}},{"uid":"994ea1048da827f0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/994ea1048da827f0","status":"passed","time":{"start":1724861735336,"stop":1724861735336,"duration":0}},{"uid":"acd762035afab891","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/acd762035afab891","status":"passed","time":{"start":1724861606353,"stop":1724861606354,"duration":1}},{"uid":"74a7533769276a6b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/74a7533769276a6b","status":"passed","time":{"start":1724861426693,"stop":1724861426693,"duration":0}}]},"250ad8b4699514e3fc6015ff5152b149:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fed10d8dabb9ea90","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fed10d8dabb9ea90","status":"passed","time":{"start":1724921037641,"stop":1724921037642,"duration":1}},{"uid":"27ac6299f9bb98eb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/27ac6299f9bb98eb","status":"passed","time":{"start":1724921013055,"stop":1724921013055,"duration":0}},{"uid":"2a81fec36392fc7f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2a81fec36392fc7f","status":"passed","time":{"start":1724917673297,"stop":1724917673297,"duration":0}},{"uid":"2fd1de00963bc827","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2fd1de00963bc827","status":"passed","time":{"start":1724889452316,"stop":1724889452316,"duration":0}},{"uid":"b07028ec1ce02522","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b07028ec1ce02522","status":"passed","time":{"start":1724888602846,"stop":1724888602846,"duration":0}},{"uid":"2d170e07aaf1a64e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2d170e07aaf1a64e","status":"passed","time":{"start":1724887759168,"stop":1724887759169,"duration":1}},{"uid":"54714c81f0c76834","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/54714c81f0c76834","status":"passed","time":{"start":1724886525548,"stop":1724886525548,"duration":0}},{"uid":"6b171982420eb3d3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6b171982420eb3d3","status":"passed","time":{"start":1724886303402,"stop":1724886303402,"duration":0}},{"uid":"306147ccfb7f2fda","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/306147ccfb7f2fda","status":"passed","time":{"start":1724861752234,"stop":1724861752234,"duration":0}},{"uid":"5ed8e47fdc94dcd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5ed8e47fdc94dcd","status":"passed","time":{"start":1724861223360,"stop":1724861223360,"duration":0}},{"uid":"44d18de10f31dc0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/44d18de10f31dc0","status":"passed","time":{"start":1724861045208,"stop":1724861045208,"duration":0}},{"uid":"a360500413738938","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a360500413738938","status":"passed","time":{"start":1724860907090,"stop":1724860907090,"duration":0}}]},"0958e18dfb2ebe2deb87d9e3d9c724fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b9fb71e886c233d5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b9fb71e886c233d5","status":"passed","time":{"start":1724861712677,"stop":1724861712677,"duration":0}}]},"d27e28d2a11e8f31497da9971311d216:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9816b920b1dd3438","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9816b920b1dd3438","status":"passed","time":{"start":1724921613051,"stop":1724921613052,"duration":1}}]},"6e2716900e9984213ce0681a4ba3ec36:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8d0f37378b8bd6d2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8d0f37378b8bd6d2","status":"passed","time":{"start":1724861655161,"stop":1724861655161,"duration":0}}]},"388b5611ae217e79e2893d0f904c2b71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a660c26f6f9b8591","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a660c26f6f9b8591","status":"passed","time":{"start":1724921037632,"stop":1724921037632,"duration":0}},{"uid":"c690e351c3f28b66","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c690e351c3f28b66","status":"passed","time":{"start":1724921013044,"stop":1724921013045,"duration":1}},{"uid":"79607ebda26e83b5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/79607ebda26e83b5","status":"passed","time":{"start":1724917673287,"stop":1724917673288,"duration":1}},{"uid":"82c5d00d4118a3e3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/82c5d00d4118a3e3","status":"passed","time":{"start":1724889452306,"stop":1724889452306,"duration":0}},{"uid":"b9eeb4d027f177fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b9eeb4d027f177fd","status":"passed","time":{"start":1724888602836,"stop":1724888602837,"duration":1}},{"uid":"90acb0916a0e5561","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/90acb0916a0e5561","status":"passed","time":{"start":1724887759161,"stop":1724887759161,"duration":0}},{"uid":"3380ca8d12ff6173","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3380ca8d12ff6173","status":"passed","time":{"start":1724886525541,"stop":1724886525541,"duration":0}},{"uid":"bd9aca28b727da8f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bd9aca28b727da8f","status":"passed","time":{"start":1724886303393,"stop":1724886303393,"duration":0}},{"uid":"9c5f9cc5d008315b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9c5f9cc5d008315b","status":"passed","time":{"start":1724861752224,"stop":1724861752224,"duration":0}},{"uid":"785dfaed78c43af3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/785dfaed78c43af3","status":"passed","time":{"start":1724861223352,"stop":1724861223352,"duration":0}},{"uid":"4059699d4dd3e0ae","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4059699d4dd3e0ae","status":"passed","time":{"start":1724861045198,"stop":1724861045199,"duration":1}},{"uid":"31f1ff4fd50cbc7b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/31f1ff4fd50cbc7b","status":"passed","time":{"start":1724860907081,"stop":1724860907082,"duration":1}}]},"ebdbf9bf1d306242250cab20b0933ad9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e7bed797b82920c9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e7bed797b82920c9","status":"passed","time":{"start":1724921656188,"stop":1724921656189,"duration":1}},{"uid":"872090354871cb7e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/872090354871cb7e","status":"passed","time":{"start":1724921620455,"stop":1724921620456,"duration":1}},{"uid":"916dccdd0b1feb45","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/916dccdd0b1feb45","status":"passed","time":{"start":1724918327709,"stop":1724918327709,"duration":0}},{"uid":"d126190c51126fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d126190c51126fd","status":"passed","time":{"start":1724890078469,"stop":1724890078469,"duration":0}},{"uid":"30621b811e870dd1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/30621b811e870dd1","status":"passed","time":{"start":1724889213823,"stop":1724889213824,"duration":1}},{"uid":"17468e9641105a0c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/17468e9641105a0c","status":"passed","time":{"start":1724888383601,"stop":1724888383601,"duration":0}},{"uid":"9e101d1c94492852","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9e101d1c94492852","status":"passed","time":{"start":1724887164577,"stop":1724887164578,"duration":1}},{"uid":"ef48c7eb66cf397f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ef48c7eb66cf397f","status":"passed","time":{"start":1724886943099,"stop":1724886943099,"duration":0}},{"uid":"bbf782b999699669","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bbf782b999699669","status":"passed","time":{"start":1724862368928,"stop":1724862368928,"duration":0}},{"uid":"868c2dd56a595f75","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/868c2dd56a595f75","status":"passed","time":{"start":1724861835945,"stop":1724861835945,"duration":0}},{"uid":"d92596ee867ed979","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d92596ee867ed979","status":"passed","time":{"start":1724861692899,"stop":1724861692901,"duration":2}},{"uid":"c3203e8cca9006df","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c3203e8cca9006df","status":"passed","time":{"start":1724861520698,"stop":1724861520698,"duration":0}}]},"d756b9dcd6f1f6438b6de6db088e32a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"572340ef73d4cca1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/572340ef73d4cca1","status":"passed","time":{"start":1724921198884,"stop":1724921198884,"duration":0}},{"uid":"b8819c82935f6f8d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b8819c82935f6f8d","status":"passed","time":{"start":1724921172337,"stop":1724921172337,"duration":0}},{"uid":"644151d85e62afe0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/644151d85e62afe0","status":"passed","time":{"start":1724917841035,"stop":1724917841036,"duration":1}},{"uid":"72c27a51c514166","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72c27a51c514166","status":"passed","time":{"start":1724889622276,"stop":1724889622276,"duration":0}},{"uid":"c9d96bf802be5bd4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c9d96bf802be5bd4","status":"passed","time":{"start":1724888769658,"stop":1724888769659,"duration":1}},{"uid":"7f48b2da32e4f8e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7f48b2da32e4f8e","status":"passed","time":{"start":1724887926164,"stop":1724887926164,"duration":0}},{"uid":"c671b7791f38dcdc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c671b7791f38dcdc","status":"passed","time":{"start":1724886693068,"stop":1724886693069,"duration":1}},{"uid":"691d434b59abbcad","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/691d434b59abbcad","status":"passed","time":{"start":1724886468808,"stop":1724886468811,"duration":3}},{"uid":"ed2e94b0a538c7a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ed2e94b0a538c7a9","status":"passed","time":{"start":1724861918243,"stop":1724861918244,"duration":1}},{"uid":"d12aafc4166789c4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d12aafc4166789c4","status":"passed","time":{"start":1724861388576,"stop":1724861388577,"duration":1}},{"uid":"6c14fb7c9f8c8dfb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6c14fb7c9f8c8dfb","status":"passed","time":{"start":1724861221406,"stop":1724861221406,"duration":0}},{"uid":"4af23d9dcb455298","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4af23d9dcb455298","status":"passed","time":{"start":1724861075798,"stop":1724861075799,"duration":1}}]},"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"34d11e5e715f7261","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/34d11e5e715f7261","status":"passed","time":{"start":1724921072292,"stop":1724921072292,"duration":0}},{"uid":"603273c14e6736b9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/603273c14e6736b9","status":"passed","time":{"start":1724921047284,"stop":1724921047284,"duration":0}},{"uid":"8506d80e5cd42d16","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8506d80e5cd42d16","status":"passed","time":{"start":1724917707456,"stop":1724917707456,"duration":0}},{"uid":"b1f4d54389fd937","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1f4d54389fd937","status":"passed","time":{"start":1724889486390,"stop":1724889486391,"duration":1}},{"uid":"f9b31ae9eec9b2dd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9b31ae9eec9b2dd","status":"passed","time":{"start":1724888637015,"stop":1724888637015,"duration":0}},{"uid":"14615b63745b9b21","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/14615b63745b9b21","status":"passed","time":{"start":1724887793425,"stop":1724887793425,"duration":0}},{"uid":"401c89a0c4a1038e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/401c89a0c4a1038e","status":"passed","time":{"start":1724886560037,"stop":1724886560038,"duration":1}},{"uid":"f96ecd5986d75956","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f96ecd5986d75956","status":"passed","time":{"start":1724886337880,"stop":1724886337880,"duration":0}},{"uid":"74b77270a6849a8b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/74b77270a6849a8b","status":"passed","time":{"start":1724861787237,"stop":1724861787238,"duration":1}},{"uid":"5dda66d30e6aa729","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5dda66d30e6aa729","status":"passed","time":{"start":1724861257428,"stop":1724861257429,"duration":1}},{"uid":"aa771bd0e8fe58e5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/aa771bd0e8fe58e5","status":"passed","time":{"start":1724861081343,"stop":1724861081343,"duration":0}},{"uid":"8de2217e7fc53d03","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8de2217e7fc53d03","status":"passed","time":{"start":1724860942010,"stop":1724860942010,"duration":0}}]},"f485a41a405e88d925455f21f845e57d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7374dfbc4f81019d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7374dfbc4f81019d","status":"passed","time":{"start":1724887018301,"stop":1724887018301,"duration":0}}]},"b70290caccfdeac2aaa6e6fb638514d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8a40a2755fd93129","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8a40a2755fd93129","status":"passed","time":{"start":1724921158278,"stop":1724921158278,"duration":0}},{"uid":"8291e6557d50a55f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8291e6557d50a55f","status":"passed","time":{"start":1724921130073,"stop":1724921130074,"duration":1}},{"uid":"542f4ebab296bcba","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/542f4ebab296bcba","status":"passed","time":{"start":1724917796891,"stop":1724917796892,"duration":1}},{"uid":"d860245eb729c8eb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d860245eb729c8eb","status":"passed","time":{"start":1724889579995,"stop":1724889579995,"duration":0}},{"uid":"e7a495f848c0cee2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e7a495f848c0cee2","status":"passed","time":{"start":1724888730127,"stop":1724888730127,"duration":0}},{"uid":"bc2d1693fa44283d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bc2d1693fa44283d","status":"passed","time":{"start":1724887883926,"stop":1724887883926,"duration":0}},{"uid":"9db0a861126aa5c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9db0a861126aa5c","status":"passed","time":{"start":1724886651244,"stop":1724886651244,"duration":0}},{"uid":"ca1b617019476e56","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ca1b617019476e56","status":"passed","time":{"start":1724886430267,"stop":1724886430268,"duration":1}},{"uid":"7786d70301153272","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7786d70301153272","status":"passed","time":{"start":1724861879167,"stop":1724861879167,"duration":0}},{"uid":"3a825090177011b7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3a825090177011b7","status":"passed","time":{"start":1724861345736,"stop":1724861345737,"duration":1}},{"uid":"1759a4a6228dae94","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1759a4a6228dae94","status":"passed","time":{"start":1724861186693,"stop":1724861186694,"duration":1}},{"uid":"34b84af2ddc01baf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/34b84af2ddc01baf","status":"passed","time":{"start":1724861034885,"stop":1724861034885,"duration":0}}]},"f60c3f2656a76e265fc3813fc4df424d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"66bce97be4129864","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/66bce97be4129864","status":"passed","time":{"start":1724921065910,"stop":1724921065911,"duration":1}},{"uid":"f0758fc65eec3deb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f0758fc65eec3deb","status":"passed","time":{"start":1724921040947,"stop":1724921040948,"duration":1}},{"uid":"de69176a68dd0b14","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/de69176a68dd0b14","status":"passed","time":{"start":1724917701156,"stop":1724917701156,"duration":0}},{"uid":"8e5a5ac0cd2014ab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e5a5ac0cd2014ab","status":"passed","time":{"start":1724889479975,"stop":1724889479975,"duration":0}},{"uid":"1f3c54c698727f22","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1f3c54c698727f22","status":"passed","time":{"start":1724888630724,"stop":1724888630725,"duration":1}},{"uid":"f83d5ef27208ce0c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f83d5ef27208ce0c","status":"passed","time":{"start":1724887787006,"stop":1724887787007,"duration":1}},{"uid":"d29000daabb9bc9d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d29000daabb9bc9d","status":"passed","time":{"start":1724886553669,"stop":1724886553669,"duration":0}},{"uid":"8b4e6350e924591a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8b4e6350e924591a","status":"passed","time":{"start":1724886331492,"stop":1724886331493,"duration":1}},{"uid":"da71557949ed9096","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/da71557949ed9096","status":"passed","time":{"start":1724861780657,"stop":1724861780657,"duration":0}},{"uid":"b4a2736a1bb95207","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b4a2736a1bb95207","status":"passed","time":{"start":1724861251098,"stop":1724861251099,"duration":1}},{"uid":"cb07f4b6baed21a6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cb07f4b6baed21a6","status":"passed","time":{"start":1724861074808,"stop":1724861074809,"duration":1}},{"uid":"e2091c6761f68095","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e2091c6761f68095","status":"passed","time":{"start":1724860935672,"stop":1724860935672,"duration":0}}]},"04919de3c24af4ab7a168ad55e96b9a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b620e3cf85ee3c16","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b620e3cf85ee3c16","status":"passed","time":{"start":1724921475445,"stop":1724921475445,"duration":0}}]},"fe42336aa45b54fe09fa754c3b042804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9544ac93a445c4e5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9544ac93a445c4e5","status":"passed","time":{"start":1724921045534,"stop":1724921045534,"duration":0}},{"uid":"ae592eff9cf54ce6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ae592eff9cf54ce6","status":"passed","time":{"start":1724921020727,"stop":1724921020728,"duration":1}},{"uid":"34997bfce8aa2353","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/34997bfce8aa2353","status":"passed","time":{"start":1724917681056,"stop":1724917681057,"duration":1}},{"uid":"d0a0209d51d41a30","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d0a0209d51d41a30","status":"passed","time":{"start":1724889459945,"stop":1724889459946,"duration":1}},{"uid":"d3c7861cc9d98188","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3c7861cc9d98188","status":"passed","time":{"start":1724888610538,"stop":1724888610539,"duration":1}},{"uid":"41c9a83868dfcd96","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/41c9a83868dfcd96","status":"passed","time":{"start":1724887766849,"stop":1724887766850,"duration":1}},{"uid":"ad55f4b2a4a382de","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ad55f4b2a4a382de","status":"passed","time":{"start":1724886533244,"stop":1724886533245,"duration":1}},{"uid":"3b171288492821bb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3b171288492821bb","status":"passed","time":{"start":1724886311091,"stop":1724886311092,"duration":1}},{"uid":"27cb067a4db65586","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/27cb067a4db65586","status":"passed","time":{"start":1724861760050,"stop":1724861760051,"duration":1}},{"uid":"4670c5b0b7ec2bf3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4670c5b0b7ec2bf3","status":"passed","time":{"start":1724861230831,"stop":1724861230831,"duration":0}},{"uid":"c0ae22c93b65ddd9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0ae22c93b65ddd9","status":"passed","time":{"start":1724861053405,"stop":1724861053406,"duration":1}},{"uid":"ad7ff6e532f80328","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ad7ff6e532f80328","status":"passed","time":{"start":1724860914746,"stop":1724860914746,"duration":0}}]},"1c21e5348e2b9d8926f3a4e76732886d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dbb9c52199ecd807","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dbb9c52199ecd807","status":"passed","time":{"start":1724862213681,"stop":1724862213681,"duration":0}}]},"cc02c1ebdac412500705156f7456092e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4bca3b450984efe4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4bca3b450984efe4","status":"passed","time":{"start":1724921148663,"stop":1724921148663,"duration":0}},{"uid":"4a5f49e6237f5b6f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4a5f49e6237f5b6f","status":"passed","time":{"start":1724921125023,"stop":1724921125024,"duration":1}},{"uid":"19b129dab5b80408","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/19b129dab5b80408","status":"passed","time":{"start":1724917782910,"stop":1724917782910,"duration":0}},{"uid":"b8ee2cdf1864921a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8ee2cdf1864921a","status":"passed","time":{"start":1724889568678,"stop":1724889568679,"duration":1}},{"uid":"f30c42dc99b516b9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f30c42dc99b516b9","status":"passed","time":{"start":1724888712709,"stop":1724888712709,"duration":0}},{"uid":"6e500fd041942e49","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6e500fd041942e49","status":"passed","time":{"start":1724887870879,"stop":1724887870880,"duration":1}},{"uid":"b340dabe8aedfdf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b340dabe8aedfdf","status":"passed","time":{"start":1724886637707,"stop":1724886637707,"duration":0}},{"uid":"e29c49086902f806","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e29c49086902f806","status":"passed","time":{"start":1724886418626,"stop":1724886418626,"duration":0}},{"uid":"9d234b6f558202bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9d234b6f558202bd","status":"passed","time":{"start":1724861865559,"stop":1724861865559,"duration":0}},{"uid":"ebc57cf9c5a358e8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ebc57cf9c5a358e8","status":"passed","time":{"start":1724861334265,"stop":1724861334265,"duration":0}},{"uid":"9fbd0efc44ba90f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9fbd0efc44ba90f","status":"passed","time":{"start":1724861163783,"stop":1724861163784,"duration":1}},{"uid":"dec4cbc48dff9ea3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dec4cbc48dff9ea3","status":"passed","time":{"start":1724861021893,"stop":1724861021893,"duration":0}}]},"b0e8c8db496dfaa6ecb24b0e9ed26892:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6e47804b3ec4e75c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e47804b3ec4e75c","status":"passed","time":{"start":1724889171933,"stop":1724889171934,"duration":1}}]},"0806f79758b620626d6e88fcb0147704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c1f0804d1483cf01","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c1f0804d1483cf01","status":"passed","time":{"start":1724921529588,"stop":1724921529588,"duration":0}},{"uid":"8a95e29644781237","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8a95e29644781237","status":"passed","time":{"start":1724921488882,"stop":1724921488882,"duration":0}},{"uid":"2fddf901787aaf74","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2fddf901787aaf74","status":"passed","time":{"start":1724918203688,"stop":1724918203689,"duration":1}},{"uid":"1b36ceb67ebc6b06","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1b36ceb67ebc6b06","status":"passed","time":{"start":1724889938364,"stop":1724889938365,"duration":1}},{"uid":"3c5b8d7e4a139d3c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c5b8d7e4a139d3c","status":"passed","time":{"start":1724889077068,"stop":1724889077068,"duration":0}},{"uid":"7e984f338642c915","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7e984f338642c915","status":"passed","time":{"start":1724888268038,"stop":1724888268038,"duration":0}},{"uid":"b922b7962ab2c2ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b922b7962ab2c2ba","status":"passed","time":{"start":1724887032411,"stop":1724887032411,"duration":0}},{"uid":"9f16ebb10401d01a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9f16ebb10401d01a","status":"passed","time":{"start":1724886822824,"stop":1724886822824,"duration":0}},{"uid":"6f5331f3006ad4aa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6f5331f3006ad4aa","status":"passed","time":{"start":1724862233514,"stop":1724862233514,"duration":0}},{"uid":"26ff026cc09745e5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/26ff026cc09745e5","status":"passed","time":{"start":1724861712672,"stop":1724861712673,"duration":1}},{"uid":"4eeba24c7923e2bb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4eeba24c7923e2bb","status":"passed","time":{"start":1724861567892,"stop":1724861567892,"duration":0}},{"uid":"205a96b43f479db9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/205a96b43f479db9","status":"passed","time":{"start":1724861392056,"stop":1724861392057,"duration":1}}]},"b6f12245ee8ad6591d4b1a4513cf0551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c1d8151468e3b86c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c1d8151468e3b86c","status":"passed","time":{"start":1724921515228,"stop":1724921515228,"duration":0}},{"uid":"a4e7b57d66cf1084","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a4e7b57d66cf1084","status":"passed","time":{"start":1724921475447,"stop":1724921475447,"duration":0}},{"uid":"d2153a599d601eef","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d2153a599d601eef","status":"passed","time":{"start":1724918179402,"stop":1724918179402,"duration":0}},{"uid":"48d21cec0d73ca48","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/48d21cec0d73ca48","status":"passed","time":{"start":1724889935342,"stop":1724889935342,"duration":0}},{"uid":"ed522418672da74e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ed522418672da74e","status":"passed","time":{"start":1724889072755,"stop":1724889072755,"duration":0}},{"uid":"ebc73e6eb1226566","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ebc73e6eb1226566","status":"passed","time":{"start":1724888232417,"stop":1724888232417,"duration":0}},{"uid":"d967c86548ee9eea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d967c86548ee9eea","status":"passed","time":{"start":1724887018304,"stop":1724887018304,"duration":0}},{"uid":"24c673a9d6957742","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/24c673a9d6957742","status":"passed","time":{"start":1724886781481,"stop":1724886781481,"duration":0}},{"uid":"f9f8e634099900be","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9f8e634099900be","status":"passed","time":{"start":1724862213664,"stop":1724862213664,"duration":0}},{"uid":"242aad4f92cb6125","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/242aad4f92cb6125","status":"passed","time":{"start":1724861685857,"stop":1724861685857,"duration":0}},{"uid":"543d3e36d626c606","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/543d3e36d626c606","status":"passed","time":{"start":1724861546179,"stop":1724861546179,"duration":0}},{"uid":"94703c739a7133bf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/94703c739a7133bf","status":"passed","time":{"start":1724861378112,"stop":1724861378113,"duration":1}}]},"21ac7be05647be275ce4bd5cfdc070c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d339dc6e3f9200d2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d339dc6e3f9200d2","status":"passed","time":{"start":1724921640663,"stop":1724921640664,"duration":1}},{"uid":"90f84ec3075a3fb8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/90f84ec3075a3fb8","status":"passed","time":{"start":1724921597587,"stop":1724921597594,"duration":7}},{"uid":"c912b550470b3792","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c912b550470b3792","status":"passed","time":{"start":1724918306249,"stop":1724918306249,"duration":0}},{"uid":"9dae8017722a5f74","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9dae8017722a5f74","status":"passed","time":{"start":1724890060300,"stop":1724890060300,"duration":0}},{"uid":"dde3b4adc37c3b15","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dde3b4adc37c3b15","status":"passed","time":{"start":1724889191328,"stop":1724889191328,"duration":0}},{"uid":"2c57406daff358ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2c57406daff358ba","status":"passed","time":{"start":1724888368606,"stop":1724888368607,"duration":1}},{"uid":"4d5891e9a6fef3ce","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4d5891e9a6fef3ce","status":"passed","time":{"start":1724887150940,"stop":1724887150940,"duration":0}},{"uid":"d457035ee951ed79","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d457035ee951ed79","status":"passed","time":{"start":1724886928811,"stop":1724886928811,"duration":0}},{"uid":"7eb28730d3578079","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7eb28730d3578079","status":"passed","time":{"start":1724862346041,"stop":1724862346043,"duration":2}},{"uid":"41fd469ed026e9d1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/41fd469ed026e9d1","status":"passed","time":{"start":1724861823100,"stop":1724861823100,"duration":0}},{"uid":"487d132cd5f5ef5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/487d132cd5f5ef5","status":"passed","time":{"start":1724861677723,"stop":1724861677723,"duration":0}},{"uid":"b70416e15f6d4c79","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b70416e15f6d4c79","status":"passed","time":{"start":1724861503959,"stop":1724861503959,"duration":0}}]},"9dfe87826a2bcbe9891e6b17b5820f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d7f136290a5ead37","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d7f136290a5ead37","status":"passed","time":{"start":1724921051055,"stop":1724921051055,"duration":0}},{"uid":"85e5ad2ead5cd112","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/85e5ad2ead5cd112","status":"passed","time":{"start":1724921026360,"stop":1724921026360,"duration":0}},{"uid":"6b5a0d04e64cd6e5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6b5a0d04e64cd6e5","status":"passed","time":{"start":1724917686539,"stop":1724917686539,"duration":0}},{"uid":"38dd01046ca6cc85","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/38dd01046ca6cc85","status":"passed","time":{"start":1724889465469,"stop":1724889465469,"duration":0}},{"uid":"b692f98919e329ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b692f98919e329ba","status":"passed","time":{"start":1724888616210,"stop":1724888616211,"duration":1}},{"uid":"5665cc65717f70a0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5665cc65717f70a0","status":"passed","time":{"start":1724887772447,"stop":1724887772447,"duration":0}},{"uid":"ecd40ad80ccc0d39","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ecd40ad80ccc0d39","status":"passed","time":{"start":1724886538858,"stop":1724886538858,"duration":0}},{"uid":"fe947b1f26a3b1e7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fe947b1f26a3b1e7","status":"passed","time":{"start":1724886316625,"stop":1724886316625,"duration":0}},{"uid":"d474e1a8c4a92b19","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d474e1a8c4a92b19","status":"passed","time":{"start":1724861765761,"stop":1724861765761,"duration":0}},{"uid":"a6344e70bfe0511d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a6344e70bfe0511d","status":"passed","time":{"start":1724861236571,"stop":1724861236571,"duration":0}},{"uid":"bfd0bf82b1a19079","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bfd0bf82b1a19079","status":"passed","time":{"start":1724861059469,"stop":1724861059469,"duration":0}},{"uid":"f7588d962c66c485","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f7588d962c66c485","status":"passed","time":{"start":1724860920724,"stop":1724860920724,"duration":0}}]},"29ff9505963d9ab5217f0cc8ee5a3659:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e31964344df6de97","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e31964344df6de97","status":"passed","time":{"start":1724921300786,"stop":1724921300787,"duration":1}},{"uid":"cb48db2d42b59088","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cb48db2d42b59088","status":"passed","time":{"start":1724921280713,"stop":1724921280714,"duration":1}},{"uid":"3a18c1816667b96e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3a18c1816667b96e","status":"passed","time":{"start":1724917963259,"stop":1724917963261,"duration":2}},{"uid":"5fa54898de61196","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5fa54898de61196","status":"passed","time":{"start":1724889734117,"stop":1724889734118,"duration":1}},{"uid":"ccce3dd448145ee9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ccce3dd448145ee9","status":"passed","time":{"start":1724888859614,"stop":1724888859614,"duration":0}},{"uid":"8338254983dd6f93","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8338254983dd6f93","status":"passed","time":{"start":1724888053951,"stop":1724888053951,"duration":0}},{"uid":"feaa744f7694667c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/feaa744f7694667c","status":"passed","time":{"start":1724886820675,"stop":1724886820676,"duration":1}},{"uid":"b1215e3e2fa55905","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b1215e3e2fa55905","status":"passed","time":{"start":1724886589264,"stop":1724886589265,"duration":1}},{"uid":"bbd2b7bfc7b46f18","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bbd2b7bfc7b46f18","status":"passed","time":{"start":1724862027791,"stop":1724862027791,"duration":0}},{"uid":"def9c227804bf14e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/def9c227804bf14e","status":"passed","time":{"start":1724861484558,"stop":1724861484558,"duration":0}},{"uid":"90db6e9e0c701243","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/90db6e9e0c701243","status":"passed","time":{"start":1724861315156,"stop":1724861315156,"duration":0}},{"uid":"44fe9f8f0744bc82","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/44fe9f8f0744bc82","status":"passed","time":{"start":1724861168754,"stop":1724861168754,"duration":0}}]},"c07a05bb95930eb974a35f473152c50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2bc4bfce2d4b5024","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2bc4bfce2d4b5024","status":"passed","time":{"start":1724921625079,"stop":1724921625079,"duration":0}},{"uid":"ec49c7ac05d125bc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ec49c7ac05d125bc","status":"passed","time":{"start":1724921590503,"stop":1724921590503,"duration":0}},{"uid":"27417df4202f29a2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/27417df4202f29a2","status":"passed","time":{"start":1724918287571,"stop":1724918287571,"duration":0}},{"uid":"d51a45349c71cf21","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d51a45349c71cf21","status":"passed","time":{"start":1724890047796,"stop":1724890047796,"duration":0}},{"uid":"e73ea537bb58b92e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e73ea537bb58b92e","status":"passed","time":{"start":1724889183929,"stop":1724889183930,"duration":1}},{"uid":"f1f3ed369fc53d6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f1f3ed369fc53d6","status":"passed","time":{"start":1724888354177,"stop":1724888354177,"duration":0}},{"uid":"e9f6d5843e12ab08","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e9f6d5843e12ab08","status":"passed","time":{"start":1724887145697,"stop":1724887145699,"duration":2}},{"uid":"c15880036b447d89","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c15880036b447d89","status":"passed","time":{"start":1724886915793,"stop":1724886915793,"duration":0}},{"uid":"815b37e2351386a8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/815b37e2351386a8","status":"passed","time":{"start":1724862341457,"stop":1724862341457,"duration":0}},{"uid":"7385d781998a2bb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7385d781998a2bb","status":"passed","time":{"start":1724861805455,"stop":1724861805456,"duration":1}},{"uid":"5fcf088e29396c32","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5fcf088e29396c32","status":"passed","time":{"start":1724861662292,"stop":1724861662292,"duration":0}},{"uid":"5e5c6cef7b0d29a4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5e5c6cef7b0d29a4","status":"passed","time":{"start":1724861492521,"stop":1724861492521,"duration":0}}]},"211487825b98a5c536c4e3618a24d601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"73b182a5cd16618c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/73b182a5cd16618c","status":"passed","time":{"start":1724921515219,"stop":1724921515220,"duration":1}},{"uid":"e9c409a6adc8339f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e9c409a6adc8339f","status":"passed","time":{"start":1724921475437,"stop":1724921475437,"duration":0}},{"uid":"89cfdaaedd7c6c86","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/89cfdaaedd7c6c86","status":"passed","time":{"start":1724918179378,"stop":1724918179379,"duration":1}},{"uid":"cdd5fe10614175a4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cdd5fe10614175a4","status":"passed","time":{"start":1724889935333,"stop":1724889935333,"duration":0}},{"uid":"fdce289f469022de","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fdce289f469022de","status":"passed","time":{"start":1724889072746,"stop":1724889072746,"duration":0}},{"uid":"cf5bc93120cf8d8b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf5bc93120cf8d8b","status":"passed","time":{"start":1724888232407,"stop":1724888232408,"duration":1}},{"uid":"48f54fac2e58bb4b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/48f54fac2e58bb4b","status":"passed","time":{"start":1724887018287,"stop":1724887018287,"duration":0}},{"uid":"84921ddd45c6f9eb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/84921ddd45c6f9eb","status":"passed","time":{"start":1724886781472,"stop":1724886781472,"duration":0}},{"uid":"151ca8d0cffc11a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/151ca8d0cffc11a9","status":"passed","time":{"start":1724862213655,"stop":1724862213655,"duration":0}},{"uid":"2dbfd5499c72508a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2dbfd5499c72508a","status":"passed","time":{"start":1724861685848,"stop":1724861685848,"duration":0}},{"uid":"9ad30415af43ce01","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9ad30415af43ce01","status":"passed","time":{"start":1724861546163,"stop":1724861546163,"duration":0}},{"uid":"374c06282cc2514f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/374c06282cc2514f","status":"passed","time":{"start":1724861378103,"stop":1724861378104,"duration":1}}]},"33b5bec2684de13eb96a6163e715d50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"26164a51cdbd0632","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/26164a51cdbd0632","status":"passed","time":{"start":1724888345350,"stop":1724888345350,"duration":0}}]},"9fc3bae4b09e48d84c987b1526dcdb82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3b38ed6a5095ff0e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3b38ed6a5095ff0e","status":"passed","time":{"start":1724921625038,"stop":1724921625039,"duration":1}},{"uid":"821f6c2bcf9e1667","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/821f6c2bcf9e1667","status":"passed","time":{"start":1724921590482,"stop":1724921590484,"duration":2}},{"uid":"80816f684b573e51","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/80816f684b573e51","status":"passed","time":{"start":1724918287560,"stop":1724918287560,"duration":0}},{"uid":"e819a9ac713084e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e819a9ac713084e1","status":"passed","time":{"start":1724890047783,"stop":1724890047783,"duration":0}},{"uid":"944ad731f614872a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/944ad731f614872a","status":"passed","time":{"start":1724889183916,"stop":1724889183916,"duration":0}},{"uid":"4896cca2d334c8a3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4896cca2d334c8a3","status":"passed","time":{"start":1724888354160,"stop":1724888354161,"duration":1}},{"uid":"7d4c30012e3d2186","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7d4c30012e3d2186","status":"passed","time":{"start":1724887145652,"stop":1724887145652,"duration":0}},{"uid":"dee52427b575c3d9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dee52427b575c3d9","status":"passed","time":{"start":1724886915777,"stop":1724886915777,"duration":0}},{"uid":"80e227e4bd417e32","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80e227e4bd417e32","status":"passed","time":{"start":1724862341433,"stop":1724862341433,"duration":0}},{"uid":"6599db898dd01a23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6599db898dd01a23","status":"passed","time":{"start":1724861805435,"stop":1724861805436,"duration":1}},{"uid":"6c3b85c7f9c87f62","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6c3b85c7f9c87f62","status":"passed","time":{"start":1724861662242,"stop":1724861662244,"duration":2}},{"uid":"85d4b659b0b9166f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/85d4b659b0b9166f","status":"passed","time":{"start":1724861492504,"stop":1724861492504,"duration":0}}]},"a7a00757f0ec4bb04d75455bebaaa4f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"691e46d429eb9433","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/691e46d429eb9433","status":"passed","time":{"start":1724921270355,"stop":1724921270355,"duration":0}},{"uid":"83c8dd0af250e6a3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/83c8dd0af250e6a3","status":"passed","time":{"start":1724921247816,"stop":1724921247816,"duration":0}},{"uid":"d9ea21e7c882379d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d9ea21e7c882379d","status":"passed","time":{"start":1724917989816,"stop":1724917989816,"duration":0}},{"uid":"469a328440733287","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/469a328440733287","status":"passed","time":{"start":1724889678549,"stop":1724889678549,"duration":0}},{"uid":"af1bd90dca0af293","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/af1bd90dca0af293","status":"passed","time":{"start":1724888829840,"stop":1724888829841,"duration":1}},{"uid":"6f2deb42a9e90cf5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6f2deb42a9e90cf5","status":"passed","time":{"start":1724888077001,"stop":1724888077002,"duration":1}},{"uid":"6a27eb1dedb57e82","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a27eb1dedb57e82","status":"passed","time":{"start":1724886851123,"stop":1724886851124,"duration":1}},{"uid":"26232ca590700a7b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/26232ca590700a7b","status":"passed","time":{"start":1724886647105,"stop":1724886647109,"duration":4}},{"uid":"4fa7d5372f7f5163","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4fa7d5372f7f5163","status":"passed","time":{"start":1724861992711,"stop":1724861992712,"duration":1}},{"uid":"4e8a584093495857","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4e8a584093495857","status":"passed","time":{"start":1724861469640,"stop":1724861469640,"duration":0}},{"uid":"7599d7c97c19647c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7599d7c97c19647c","status":"passed","time":{"start":1724861284855,"stop":1724861284856,"duration":1}},{"uid":"de67d584a03cccf4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/de67d584a03cccf4","status":"passed","time":{"start":1724861145800,"stop":1724861145803,"duration":3}}]},"e2e3acc9f8f16a5f0955c2df97fad1dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"35391c24861b31a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/35391c24861b31a6","status":"passed","time":{"start":1724890039743,"stop":1724890039744,"duration":1}}]},"bccf6825a28f76166674708b393f8e58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"ea8d07059b4daa4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ea8d07059b4daa4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921564784,"stop":1724921564784,"duration":0}},{"uid":"906a354cde951939","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/906a354cde951939","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921518832,"stop":1724921518832,"duration":0}},{"uid":"aab8c118e5bd5c1c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/aab8c118e5bd5c1c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918229408,"stop":1724918229408,"duration":0}},{"uid":"1ab976e01b5a2882","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1ab976e01b5a2882","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889980708,"stop":1724889980709,"duration":1}},{"uid":"7e87a52ef4072d57","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e87a52ef4072d57","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889111185,"stop":1724889111185,"duration":0}},{"uid":"e9aa187ee635a5ce","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e9aa187ee635a5ce","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888292549,"stop":1724888292549,"duration":0}},{"uid":"5d29dd8aa3e4a6a3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5d29dd8aa3e4a6a3","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887068234,"stop":1724887068234,"duration":0}},{"uid":"8bbf706ae161c28c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8bbf706ae161c28c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886848943,"stop":1724886848943,"duration":0}},{"uid":"5203db00e277a6aa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5203db00e277a6aa","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862262058,"stop":1724862262058,"duration":0}},{"uid":"b0ae70028f3c9bad","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b0ae70028f3c9bad","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861741900,"stop":1724861741900,"duration":0}},{"uid":"32183546428d51aa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/32183546428d51aa","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861599504,"stop":1724861599505,"duration":1}},{"uid":"2311ae1cf893689f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2311ae1cf893689f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861428482,"stop":1724861428483,"duration":1}}]},"464bd2fa3ed7175815533f64c4287d07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"141d2d31997f5821","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/141d2d31997f5821","status":"passed","time":{"start":1724921267881,"stop":1724921267881,"duration":0}},{"uid":"54611c32c9af7067","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/54611c32c9af7067","status":"passed","time":{"start":1724921244399,"stop":1724921244399,"duration":0}},{"uid":"d7c8053b9b624dc1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d7c8053b9b624dc1","status":"passed","time":{"start":1724917916060,"stop":1724917916060,"duration":0}},{"uid":"61f43b2bc05cc503","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/61f43b2bc05cc503","status":"passed","time":{"start":1724889678261,"stop":1724889678261,"duration":0}},{"uid":"2564646d23ebcab6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2564646d23ebcab6","status":"passed","time":{"start":1724888831690,"stop":1724888831690,"duration":0}},{"uid":"3a3a60acd2f3e9e7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3a3a60acd2f3e9e7","status":"passed","time":{"start":1724888003325,"stop":1724888003325,"duration":0}},{"uid":"4401ca8785f90cc2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4401ca8785f90cc2","status":"passed","time":{"start":1724886776615,"stop":1724886776615,"duration":0}},{"uid":"8093c3ae53aa5f36","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8093c3ae53aa5f36","status":"passed","time":{"start":1724886555803,"stop":1724886555804,"duration":1}},{"uid":"78610fef0ad80e31","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/78610fef0ad80e31","status":"passed","time":{"start":1724861983016,"stop":1724861983016,"duration":0}},{"uid":"5c2c61d5dc31de85","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5c2c61d5dc31de85","status":"passed","time":{"start":1724861444072,"stop":1724861444072,"duration":0}},{"uid":"b25b4a13714f7765","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b25b4a13714f7765","status":"passed","time":{"start":1724861285840,"stop":1724861285840,"duration":0}},{"uid":"7c4aa6a608cc06b8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7c4aa6a608cc06b8","status":"passed","time":{"start":1724861145677,"stop":1724861145678,"duration":1}}]},"e53f43f60baf671eddde255c84a4f120:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"38ec66aa359c4291","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/38ec66aa359c4291","status":"passed","time":{"start":1724921061849,"stop":1724921061849,"duration":0}},{"uid":"5931d064611032e8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5931d064611032e8","status":"passed","time":{"start":1724921037158,"stop":1724921037158,"duration":0}},{"uid":"cdcefacb2de1f42a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cdcefacb2de1f42a","status":"passed","time":{"start":1724917697302,"stop":1724917697302,"duration":0}},{"uid":"5735b0c2adeb3d99","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5735b0c2adeb3d99","status":"passed","time":{"start":1724889476084,"stop":1724889476084,"duration":0}},{"uid":"888c04df8ee2cbad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/888c04df8ee2cbad","status":"passed","time":{"start":1724888626888,"stop":1724888626888,"duration":0}},{"uid":"3d2901031cbbfcf2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3d2901031cbbfcf2","status":"passed","time":{"start":1724887783109,"stop":1724887783109,"duration":0}},{"uid":"f4f32d7bf9918c82","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f4f32d7bf9918c82","status":"passed","time":{"start":1724886549920,"stop":1724886549920,"duration":0}},{"uid":"d29f4d00d86d9c9c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d29f4d00d86d9c9c","status":"passed","time":{"start":1724886327581,"stop":1724886327582,"duration":1}},{"uid":"6aae4855aebc5e1a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6aae4855aebc5e1a","status":"passed","time":{"start":1724861776807,"stop":1724861776807,"duration":0}},{"uid":"ed93cbd372eca5fd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ed93cbd372eca5fd","status":"passed","time":{"start":1724861247299,"stop":1724861247300,"duration":1}},{"uid":"68571388ebe658e3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/68571388ebe658e3","status":"passed","time":{"start":1724861071395,"stop":1724861071395,"duration":0}},{"uid":"2ffca6faec868aba","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2ffca6faec868aba","status":"passed","time":{"start":1724860931795,"stop":1724860931795,"duration":0}}]},"c27743d50e7283fa2200db62d4ec5db5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"23449d9e4a8ee0dc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/23449d9e4a8ee0dc","status":"passed","time":{"start":1724921065910,"stop":1724921065910,"duration":0}},{"uid":"132cf832fd046ce7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/132cf832fd046ce7","status":"passed","time":{"start":1724921040947,"stop":1724921040947,"duration":0}},{"uid":"1603b0c80384127","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1603b0c80384127","status":"passed","time":{"start":1724917701156,"stop":1724917701156,"duration":0}},{"uid":"fd50182dd32ceac2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fd50182dd32ceac2","status":"passed","time":{"start":1724889479975,"stop":1724889479975,"duration":0}},{"uid":"e76a46d351972a1a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e76a46d351972a1a","status":"passed","time":{"start":1724888630724,"stop":1724888630724,"duration":0}},{"uid":"f04a2a514618f0ac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f04a2a514618f0ac","status":"passed","time":{"start":1724887787006,"stop":1724887787006,"duration":0}},{"uid":"70a04322924409ec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/70a04322924409ec","status":"passed","time":{"start":1724886553669,"stop":1724886553669,"duration":0}},{"uid":"5a3781bb07453c95","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5a3781bb07453c95","status":"passed","time":{"start":1724886331492,"stop":1724886331492,"duration":0}},{"uid":"3545a01af44008c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3545a01af44008c","status":"passed","time":{"start":1724861780656,"stop":1724861780657,"duration":1}},{"uid":"3744381acf073ba0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3744381acf073ba0","status":"passed","time":{"start":1724861251098,"stop":1724861251098,"duration":0}},{"uid":"abede2d90880305a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/abede2d90880305a","status":"passed","time":{"start":1724861074808,"stop":1724861074808,"duration":0}},{"uid":"ec8ba9a3405804ed","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ec8ba9a3405804ed","status":"passed","time":{"start":1724860935671,"stop":1724860935671,"duration":0}}]},"e3e69822ffaaf2ef0241d97401928ac1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"23d9a2e88dcc4fbe","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/23d9a2e88dcc4fbe","status":"passed","time":{"start":1724921529576,"stop":1724921529577,"duration":1}},{"uid":"b645ee60ec4200ee","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b645ee60ec4200ee","status":"passed","time":{"start":1724921488875,"stop":1724921488875,"duration":0}},{"uid":"3f13b1fecb80df86","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3f13b1fecb80df86","status":"passed","time":{"start":1724918203677,"stop":1724918203677,"duration":0}},{"uid":"11d1b30ab14dae79","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/11d1b30ab14dae79","status":"passed","time":{"start":1724889938354,"stop":1724889938355,"duration":1}},{"uid":"fbd685322722ccde","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fbd685322722ccde","status":"passed","time":{"start":1724889077050,"stop":1724889077058,"duration":8}},{"uid":"31bd704824713d01","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/31bd704824713d01","status":"passed","time":{"start":1724888268011,"stop":1724888268011,"duration":0}},{"uid":"fe731348280f0e43","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fe731348280f0e43","status":"passed","time":{"start":1724887032393,"stop":1724887032394,"duration":1}},{"uid":"1c8c4a2b2ddc7fcc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1c8c4a2b2ddc7fcc","status":"passed","time":{"start":1724886822788,"stop":1724886822788,"duration":0}},{"uid":"2649c94e9ae06a6c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2649c94e9ae06a6c","status":"passed","time":{"start":1724862233505,"stop":1724862233506,"duration":1}},{"uid":"b4b151fdb4a87f29","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b4b151fdb4a87f29","status":"passed","time":{"start":1724861712666,"stop":1724861712666,"duration":0}},{"uid":"50db50bbf1def7ba","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/50db50bbf1def7ba","status":"passed","time":{"start":1724861567884,"stop":1724861567884,"duration":0}},{"uid":"b1bfc9f4a62fe65a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b1bfc9f4a62fe65a","status":"passed","time":{"start":1724861392041,"stop":1724861392041,"duration":0}}]},"abac5b7cf6154cb41131e30fbdef2abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"50e30b36a505f008","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/50e30b36a505f008","status":"passed","time":{"start":1724921625093,"stop":1724921625093,"duration":0}},{"uid":"def61ffc6e0d4f17","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/def61ffc6e0d4f17","status":"passed","time":{"start":1724921590512,"stop":1724921590512,"duration":0}},{"uid":"7a53f7bd6155d067","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7a53f7bd6155d067","status":"passed","time":{"start":1724918287578,"stop":1724918287578,"duration":0}},{"uid":"fd3ba0e12638f3d0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fd3ba0e12638f3d0","status":"passed","time":{"start":1724890047804,"stop":1724890047804,"duration":0}},{"uid":"419924be6dfc9493","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/419924be6dfc9493","status":"passed","time":{"start":1724889183949,"stop":1724889183949,"duration":0}},{"uid":"2fdae942c5536e06","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2fdae942c5536e06","status":"passed","time":{"start":1724888354188,"stop":1724888354189,"duration":1}},{"uid":"a10404e9bb92a905","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a10404e9bb92a905","status":"passed","time":{"start":1724887145731,"stop":1724887145731,"duration":0}},{"uid":"d43f56f6558e4d43","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d43f56f6558e4d43","status":"passed","time":{"start":1724886915810,"stop":1724886915810,"duration":0}},{"uid":"1e9abefb91d79aba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1e9abefb91d79aba","status":"passed","time":{"start":1724862341467,"stop":1724862341467,"duration":0}},{"uid":"2c8b2d9e73d3f5c8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2c8b2d9e73d3f5c8","status":"passed","time":{"start":1724861805472,"stop":1724861805473,"duration":1}},{"uid":"1bc8ed5cacf96988","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1bc8ed5cacf96988","status":"passed","time":{"start":1724861662301,"stop":1724861662301,"duration":0}},{"uid":"5207cddfe7dad946","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5207cddfe7dad946","status":"passed","time":{"start":1724861492529,"stop":1724861492530,"duration":1}}]},"2663ca283377bc1a05d7cf15aba2d7ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c7ce589f46dba351","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c7ce589f46dba351","status":"passed","time":{"start":1724921099697,"stop":1724921099698,"duration":1}},{"uid":"e6eb260d13a9776c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e6eb260d13a9776c","status":"passed","time":{"start":1724921074389,"stop":1724921074389,"duration":0}},{"uid":"894ac85621396a3a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/894ac85621396a3a","status":"passed","time":{"start":1724917735274,"stop":1724917735274,"duration":0}},{"uid":"4020668f1d68fc12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4020668f1d68fc12","status":"passed","time":{"start":1724889517449,"stop":1724889517449,"duration":0}},{"uid":"13f1b5788cac7703","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/13f1b5788cac7703","status":"passed","time":{"start":1724888662629,"stop":1724888662630,"duration":1}},{"uid":"246a0d0569d24d48","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/246a0d0569d24d48","status":"passed","time":{"start":1724887821329,"stop":1724887821329,"duration":0}},{"uid":"c9fd3932794f302c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c9fd3932794f302c","status":"passed","time":{"start":1724886588482,"stop":1724886588482,"duration":0}},{"uid":"10f613af23be3dd7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/10f613af23be3dd7","status":"passed","time":{"start":1724886365757,"stop":1724886365763,"duration":6}},{"uid":"cda479d4932bddcb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cda479d4932bddcb","status":"passed","time":{"start":1724861814960,"stop":1724861814960,"duration":0}},{"uid":"efa1b243621bf767","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/efa1b243621bf767","status":"passed","time":{"start":1724861282669,"stop":1724861282669,"duration":0}},{"uid":"cd89fb7d68085232","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cd89fb7d68085232","status":"passed","time":{"start":1724861111682,"stop":1724861111683,"duration":1}},{"uid":"bcd0d2304bad5af5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bcd0d2304bad5af5","status":"passed","time":{"start":1724860971173,"stop":1724860971173,"duration":0}}]},"911d832579f9149212c18fb43005771d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6ff6a81f42e65487","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6ff6a81f42e65487","status":"passed","time":{"start":1724861655168,"stop":1724861655173,"duration":5}}]},"6552759d78c73700ce66152f8b61ac99:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"948a3fa87bd62611","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/948a3fa87bd62611","status":"passed","time":{"start":1724886906382,"stop":1724886906383,"duration":1}}]},"b41458f3da59ef65c55b34a60d1dc0af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ec578c7e168f468d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ec578c7e168f468d","status":"passed","time":{"start":1724886906378,"stop":1724886906379,"duration":1}}]},"989fd1472b9f60fd9198b6a34b8103a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7f7eb2f43f16d828","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7f7eb2f43f16d828","status":"passed","time":{"start":1724918298099,"stop":1724918298100,"duration":1}}]},"f23d7e5cb03fc92e4b9fc18cd0860ec9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"558d1029215824c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/558d1029215824c","status":"passed","time":{"start":1724921556058,"stop":1724921556059,"duration":1}}]},"91a674fc7eb496bb64460726ddebd280:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8d5751b956398e71","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8d5751b956398e71","status":"passed","time":{"start":1724888336463,"stop":1724888336464,"duration":1}}]},"82fe2982324d66d122f3aa38a7cf4bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d64c18074186ffcf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d64c18074186ffcf","status":"passed","time":{"start":1724921037648,"stop":1724921037648,"duration":0}},{"uid":"3155ebf075f05c0b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3155ebf075f05c0b","status":"passed","time":{"start":1724921013060,"stop":1724921013061,"duration":1}},{"uid":"ec2bd38ee9c0e4d8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ec2bd38ee9c0e4d8","status":"passed","time":{"start":1724917673301,"stop":1724917673302,"duration":1}},{"uid":"e0fca5819844c892","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e0fca5819844c892","status":"passed","time":{"start":1724889452321,"stop":1724889452322,"duration":1}},{"uid":"f67955dd26871fc8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f67955dd26871fc8","status":"passed","time":{"start":1724888602853,"stop":1724888602853,"duration":0}},{"uid":"28ba4030b228047a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/28ba4030b228047a","status":"passed","time":{"start":1724887759174,"stop":1724887759174,"duration":0}},{"uid":"1164bd07634e6565","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1164bd07634e6565","status":"passed","time":{"start":1724886525553,"stop":1724886525553,"duration":0}},{"uid":"24b8ef3dd3a42d2c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/24b8ef3dd3a42d2c","status":"passed","time":{"start":1724886303408,"stop":1724886303408,"duration":0}},{"uid":"b386e8cb6ba35cfb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b386e8cb6ba35cfb","status":"passed","time":{"start":1724861752240,"stop":1724861752241,"duration":1}},{"uid":"9e9ef66474951703","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9e9ef66474951703","status":"passed","time":{"start":1724861223365,"stop":1724861223365,"duration":0}},{"uid":"acb533d29735d44d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/acb533d29735d44d","status":"passed","time":{"start":1724861045213,"stop":1724861045214,"duration":1}},{"uid":"ed74da86fdea7639","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ed74da86fdea7639","status":"passed","time":{"start":1724860907099,"stop":1724860907099,"duration":0}}]},"7c9d171c6523e55aae143fc60d80fb68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"999989c3362bc4bf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/999989c3362bc4bf","status":"passed","time":{"start":1724888292545,"stop":1724888292546,"duration":1}}]},"1437ddda3bf44aa702aa7752111bb77f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fe9f46eb5cbb0224","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe9f46eb5cbb0224","status":"passed","time":{"start":1724862298396,"stop":1724862298396,"duration":0}}]},"3b7a5a8fe2a002015b8acf72afee09d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"254d6a20a2062064","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/254d6a20a2062064","status":"passed","time":{"start":1724921529591,"stop":1724921529592,"duration":1}},{"uid":"b195c195efec595e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b195c195efec595e","status":"passed","time":{"start":1724921488885,"stop":1724921488885,"duration":0}},{"uid":"36e0120182abf7c9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/36e0120182abf7c9","status":"passed","time":{"start":1724918203693,"stop":1724918203693,"duration":0}},{"uid":"fcbb51c509af6dae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fcbb51c509af6dae","status":"passed","time":{"start":1724889938367,"stop":1724889938367,"duration":0}},{"uid":"723296c26081041","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/723296c26081041","status":"passed","time":{"start":1724889077071,"stop":1724889077071,"duration":0}},{"uid":"a5dedaf5c44ebcd1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a5dedaf5c44ebcd1","status":"passed","time":{"start":1724888268041,"stop":1724888268041,"duration":0}},{"uid":"3b43651d06c89a75","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3b43651d06c89a75","status":"passed","time":{"start":1724887032414,"stop":1724887032414,"duration":0}},{"uid":"af28049e565ba7be","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/af28049e565ba7be","status":"passed","time":{"start":1724886822827,"stop":1724886822827,"duration":0}},{"uid":"6d2d386563051fa1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d2d386563051fa1","status":"passed","time":{"start":1724862233517,"stop":1724862233517,"duration":0}},{"uid":"6f84e8fcefc02321","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6f84e8fcefc02321","status":"passed","time":{"start":1724861712675,"stop":1724861712675,"duration":0}},{"uid":"e8ee27189b49fc38","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e8ee27189b49fc38","status":"passed","time":{"start":1724861567902,"stop":1724861567902,"duration":0}},{"uid":"4269dfbf6dcfbfc7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4269dfbf6dcfbfc7","status":"passed","time":{"start":1724861392061,"stop":1724861392062,"duration":1}}]},"2406e5fbebb614882355928923a7091d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c44fed0533063481","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c44fed0533063481","status":"passed","time":{"start":1724921065909,"stop":1724921065910,"duration":1}},{"uid":"71c3b7b9ac34789","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/71c3b7b9ac34789","status":"passed","time":{"start":1724921040947,"stop":1724921040947,"duration":0}},{"uid":"d0646ef22141de6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d0646ef22141de6","status":"passed","time":{"start":1724917701155,"stop":1724917701155,"duration":0}},{"uid":"f3e58e7c695fe11a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3e58e7c695fe11a","status":"passed","time":{"start":1724889479974,"stop":1724889479974,"duration":0}},{"uid":"dc45353abf5bac3b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dc45353abf5bac3b","status":"passed","time":{"start":1724888630722,"stop":1724888630724,"duration":2}},{"uid":"df9a7838a05b492","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/df9a7838a05b492","status":"passed","time":{"start":1724887787005,"stop":1724887787006,"duration":1}},{"uid":"d252480900db2f11","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d252480900db2f11","status":"passed","time":{"start":1724886553668,"stop":1724886553669,"duration":1}},{"uid":"f1acbba21f8f1155","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f1acbba21f8f1155","status":"passed","time":{"start":1724886331491,"stop":1724886331492,"duration":1}},{"uid":"60fcd233de7b1ac4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/60fcd233de7b1ac4","status":"passed","time":{"start":1724861780656,"stop":1724861780656,"duration":0}},{"uid":"25c9f7463eeca1a2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/25c9f7463eeca1a2","status":"passed","time":{"start":1724861251098,"stop":1724861251098,"duration":0}},{"uid":"cd56252b8f1308b6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cd56252b8f1308b6","status":"passed","time":{"start":1724861074807,"stop":1724861074808,"duration":1}},{"uid":"83654d786fa1a9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/83654d786fa1a9","status":"passed","time":{"start":1724860935670,"stop":1724860935671,"duration":1}}]},"2e8367be7ec5d5a77548869fe6677b96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bf2bb91e58b59ff4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bf2bb91e58b59ff4","status":"passed","time":{"start":1724921051055,"stop":1724921051055,"duration":0}},{"uid":"3f238f12a6edbff3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3f238f12a6edbff3","status":"passed","time":{"start":1724921026360,"stop":1724921026361,"duration":1}},{"uid":"cf4472afbbe1500","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cf4472afbbe1500","status":"passed","time":{"start":1724917686539,"stop":1724917686539,"duration":0}},{"uid":"b286b3cb1d2eb86","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b286b3cb1d2eb86","status":"passed","time":{"start":1724889465469,"stop":1724889465470,"duration":1}},{"uid":"cdc37196e45d6476","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cdc37196e45d6476","status":"passed","time":{"start":1724888616211,"stop":1724888616211,"duration":0}},{"uid":"dad32a6d4249d562","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dad32a6d4249d562","status":"passed","time":{"start":1724887772447,"stop":1724887772448,"duration":1}},{"uid":"1536eca4400fb8df","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1536eca4400fb8df","status":"passed","time":{"start":1724886538858,"stop":1724886538859,"duration":1}},{"uid":"8638e7d5bac45758","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8638e7d5bac45758","status":"passed","time":{"start":1724886316625,"stop":1724886316625,"duration":0}},{"uid":"9bb1cc41bedf8a40","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9bb1cc41bedf8a40","status":"passed","time":{"start":1724861765761,"stop":1724861765761,"duration":0}},{"uid":"c3ce2f2a01b58fb5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c3ce2f2a01b58fb5","status":"passed","time":{"start":1724861236571,"stop":1724861236572,"duration":1}},{"uid":"dadcd204ddeff333","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dadcd204ddeff333","status":"passed","time":{"start":1724861059469,"stop":1724861059469,"duration":0}},{"uid":"85cf1675cf625a17","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/85cf1675cf625a17","status":"passed","time":{"start":1724860920725,"stop":1724860920725,"duration":0}}]},"786dbb53b3ebd5d31980e9ed6c6b058f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"92bc5d92141fdc57","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/92bc5d92141fdc57","status":"passed","time":{"start":1724921515227,"stop":1724921515227,"duration":0}},{"uid":"f9f7dd697f1066de","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f9f7dd697f1066de","status":"passed","time":{"start":1724921475446,"stop":1724921475447,"duration":1}},{"uid":"b353ba5d30586570","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b353ba5d30586570","status":"passed","time":{"start":1724918179401,"stop":1724918179401,"duration":0}},{"uid":"7450330c0865dbc3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7450330c0865dbc3","status":"passed","time":{"start":1724889935341,"stop":1724889935342,"duration":1}},{"uid":"37fcdf6426ba0516","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37fcdf6426ba0516","status":"passed","time":{"start":1724889072754,"stop":1724889072754,"duration":0}},{"uid":"80eb97435aade81c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/80eb97435aade81c","status":"passed","time":{"start":1724888232416,"stop":1724888232416,"duration":0}},{"uid":"c50efd7842b6a3fb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c50efd7842b6a3fb","status":"passed","time":{"start":1724887018303,"stop":1724887018303,"duration":0}},{"uid":"800a924736d247d3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/800a924736d247d3","status":"passed","time":{"start":1724886781480,"stop":1724886781480,"duration":0}},{"uid":"d040b736c3dc66a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d040b736c3dc66a9","status":"passed","time":{"start":1724862213663,"stop":1724862213663,"duration":0}},{"uid":"53d724a3c5e26678","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/53d724a3c5e26678","status":"passed","time":{"start":1724861685856,"stop":1724861685856,"duration":0}},{"uid":"5bf05aee7f94cad0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5bf05aee7f94cad0","status":"passed","time":{"start":1724861546177,"stop":1724861546177,"duration":0}},{"uid":"334511a291e920f0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/334511a291e920f0","status":"passed","time":{"start":1724861378112,"stop":1724861378112,"duration":0}}]},"59681755f43c5446d1711611e6f2c50a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d668fb6233b55268","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d668fb6233b55268","status":"passed","time":{"start":1724921577169,"stop":1724921577169,"duration":0}}]},"d94335b3532804dae59c811bf54c9cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"138f506ab6951d66","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/138f506ab6951d66","status":"passed","time":{"start":1724921270367,"stop":1724921270367,"duration":0}},{"uid":"c82cbb213e5dfcff","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c82cbb213e5dfcff","status":"passed","time":{"start":1724921247832,"stop":1724921247832,"duration":0}},{"uid":"92c063f42166adc0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/92c063f42166adc0","status":"passed","time":{"start":1724917989829,"stop":1724917989830,"duration":1}},{"uid":"74e2977b5f505582","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/74e2977b5f505582","status":"passed","time":{"start":1724889678580,"stop":1724889678580,"duration":0}},{"uid":"3895952f171b8956","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3895952f171b8956","status":"passed","time":{"start":1724888829853,"stop":1724888829853,"duration":0}},{"uid":"68184c0bea8373b0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/68184c0bea8373b0","status":"passed","time":{"start":1724888077020,"stop":1724888077021,"duration":1}},{"uid":"a667e3d2fea7e1de","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a667e3d2fea7e1de","status":"passed","time":{"start":1724886851133,"stop":1724886851133,"duration":0}},{"uid":"fea26ebe4759dff","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fea26ebe4759dff","status":"passed","time":{"start":1724886647127,"stop":1724886647127,"duration":0}},{"uid":"43606d003ba2f23e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/43606d003ba2f23e","status":"passed","time":{"start":1724861992718,"stop":1724861992719,"duration":1}},{"uid":"42ddfec548820db0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/42ddfec548820db0","status":"passed","time":{"start":1724861469651,"stop":1724861469652,"duration":1}},{"uid":"eb4df65e3a8e24c6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/eb4df65e3a8e24c6","status":"passed","time":{"start":1724861284873,"stop":1724861284874,"duration":1}},{"uid":"c2366fe0eb9213e6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c2366fe0eb9213e6","status":"passed","time":{"start":1724861145825,"stop":1724861145825,"duration":0}}]},"10c1557dc8856c23a4e0832663f6f4e8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eb9355fef1170739","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/eb9355fef1170739","status":"passed","time":{"start":1724861378109,"stop":1724861378109,"duration":0}}]},"4e2214cfd0b1478b138b78c1f677e1c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"29f2f6c7ce4776fe","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/29f2f6c7ce4776fe","status":"passed","time":{"start":1724921613055,"stop":1724921613055,"duration":0}}]},"8da102b09d4dab71d5406e773a87a315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"62c78882ad8ff8f1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/62c78882ad8ff8f1","status":"passed","time":{"start":1724921625090,"stop":1724921625091,"duration":1}},{"uid":"4b69fd43c8f7cb82","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4b69fd43c8f7cb82","status":"passed","time":{"start":1724921590510,"stop":1724921590510,"duration":0}},{"uid":"7892e68d962b2af0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7892e68d962b2af0","status":"passed","time":{"start":1724918287576,"stop":1724918287576,"duration":0}},{"uid":"cce2bbd4759e09d7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cce2bbd4759e09d7","status":"passed","time":{"start":1724890047802,"stop":1724890047803,"duration":1}},{"uid":"5cc2b8a2bc69f4dc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5cc2b8a2bc69f4dc","status":"passed","time":{"start":1724889183946,"stop":1724889183947,"duration":1}},{"uid":"47bb166e45f9edf4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/47bb166e45f9edf4","status":"passed","time":{"start":1724888354185,"stop":1724888354185,"duration":0}},{"uid":"14824df447f8c42b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/14824df447f8c42b","status":"passed","time":{"start":1724887145722,"stop":1724887145722,"duration":0}},{"uid":"ecbd706f1bce1eba","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ecbd706f1bce1eba","status":"passed","time":{"start":1724886915806,"stop":1724886915806,"duration":0}},{"uid":"e9f5b19ef1aa1cdd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e9f5b19ef1aa1cdd","status":"passed","time":{"start":1724862341466,"stop":1724862341466,"duration":0}},{"uid":"9bccbb71395f3dca","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9bccbb71395f3dca","status":"passed","time":{"start":1724861805470,"stop":1724861805470,"duration":0}},{"uid":"c757abe6b457b46e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c757abe6b457b46e","status":"passed","time":{"start":1724861662300,"stop":1724861662300,"duration":0}},{"uid":"e458ef55e45d5032","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e458ef55e45d5032","status":"passed","time":{"start":1724861492527,"stop":1724861492527,"duration":0}}]},"4d68da4710877623697c9c210c276ffc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"43b847ff79399a37","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/43b847ff79399a37","status":"passed","time":{"start":1724921529589,"stop":1724921529589,"duration":0}},{"uid":"682b3bfde9120e7f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/682b3bfde9120e7f","status":"passed","time":{"start":1724921488883,"stop":1724921488883,"duration":0}},{"uid":"71913ae0b8ff5d14","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/71913ae0b8ff5d14","status":"passed","time":{"start":1724918203689,"stop":1724918203689,"duration":0}},{"uid":"6a8e1f91d409d105","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6a8e1f91d409d105","status":"passed","time":{"start":1724889938365,"stop":1724889938365,"duration":0}},{"uid":"7f6a9c11d640745f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7f6a9c11d640745f","status":"passed","time":{"start":1724889077069,"stop":1724889077069,"duration":0}},{"uid":"3f10d07f70981691","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3f10d07f70981691","status":"passed","time":{"start":1724888268039,"stop":1724888268039,"duration":0}},{"uid":"e336139f313dd92","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e336139f313dd92","status":"passed","time":{"start":1724887032412,"stop":1724887032412,"duration":0}},{"uid":"b655cd659a012820","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b655cd659a012820","status":"passed","time":{"start":1724886822825,"stop":1724886822825,"duration":0}},{"uid":"33afb459ed14d59e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33afb459ed14d59e","status":"passed","time":{"start":1724862233515,"stop":1724862233515,"duration":0}},{"uid":"ca9a272805dfefd0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ca9a272805dfefd0","status":"passed","time":{"start":1724861712673,"stop":1724861712673,"duration":0}},{"uid":"cd602f1b83936d47","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cd602f1b83936d47","status":"passed","time":{"start":1724861567899,"stop":1724861567899,"duration":0}},{"uid":"74277ff9dc571834","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/74277ff9dc571834","status":"passed","time":{"start":1724861392057,"stop":1724861392057,"duration":0}}]},"c549862a445204e397ac6c0653b97214:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dde68ba93317ba1a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dde68ba93317ba1a","status":"passed","time":{"start":1724889935350,"stop":1724889935350,"duration":0}}]},"11838e32b68f5d09a2d6933d5675daf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c6ca0458e3dcc154","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c6ca0458e3dcc154","status":"passed","time":{"start":1724921602987,"stop":1724921602987,"duration":0}}]},"54fa788d0dc9941a7bf950a0255258b3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9f83b6018c835119","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9f83b6018c835119","status":"passed","time":{"start":1724921571110,"stop":1724921571111,"duration":1}}]},"2fd8257b08f2f44e89a4b5f82d227602:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96fd8c884387d2b9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/96fd8c884387d2b9","status":"passed","time":{"start":1724861655162,"stop":1724861655165,"duration":3}}]},"39935f8cc92b21d63da131179626efc1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ae9e573d039bc59","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ae9e573d039bc59","status":"passed","time":{"start":1724921037636,"stop":1724921037636,"duration":0}},{"uid":"6041f26c36bd2692","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6041f26c36bd2692","status":"passed","time":{"start":1724921013048,"stop":1724921013048,"duration":0}},{"uid":"9c2a15a3cb0188e1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9c2a15a3cb0188e1","status":"passed","time":{"start":1724917673292,"stop":1724917673292,"duration":0}},{"uid":"2c5772e97a98e4f4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c5772e97a98e4f4","status":"passed","time":{"start":1724889452310,"stop":1724889452311,"duration":1}},{"uid":"cd0007969e8b5889","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd0007969e8b5889","status":"passed","time":{"start":1724888602841,"stop":1724888602841,"duration":0}},{"uid":"4e9139db52a0952","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4e9139db52a0952","status":"passed","time":{"start":1724887759164,"stop":1724887759164,"duration":0}},{"uid":"3b2a6264881f15ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3b2a6264881f15ea","status":"passed","time":{"start":1724886525544,"stop":1724886525544,"duration":0}},{"uid":"a1a96bb99195e952","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a1a96bb99195e952","status":"passed","time":{"start":1724886303397,"stop":1724886303397,"duration":0}},{"uid":"64d12235f1be8358","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64d12235f1be8358","status":"passed","time":{"start":1724861752229,"stop":1724861752229,"duration":0}},{"uid":"8542d5e1ec78314d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8542d5e1ec78314d","status":"passed","time":{"start":1724861223355,"stop":1724861223355,"duration":0}},{"uid":"ff7728f3dff0846c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ff7728f3dff0846c","status":"passed","time":{"start":1724861045203,"stop":1724861045203,"duration":0}},{"uid":"707fe69646157ea8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/707fe69646157ea8","status":"passed","time":{"start":1724860907085,"stop":1724860907085,"duration":0}}]},"93fd1fc19aad7cfee6ac33a274ec5896:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f814c7ca9d9e100e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f814c7ca9d9e100e","status":"passed","time":{"start":1724921640399,"stop":1724921640399,"duration":0}},{"uid":"ab72d395178fe587","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ab72d395178fe587","status":"passed","time":{"start":1724921600407,"stop":1724921600407,"duration":0}},{"uid":"d87045b857c4baaf","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d87045b857c4baaf","status":"passed","time":{"start":1724918300922,"stop":1724918300922,"duration":0}},{"uid":"a93e579742313a44","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a93e579742313a44","status":"passed","time":{"start":1724890059284,"stop":1724890059284,"duration":0}},{"uid":"c639a12227a358e7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c639a12227a358e7","status":"passed","time":{"start":1724889188310,"stop":1724889188311,"duration":1}},{"uid":"bd2264038badaedd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bd2264038badaedd","status":"passed","time":{"start":1724888372739,"stop":1724888372739,"duration":0}},{"uid":"7b2c9a2838df9a3b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7b2c9a2838df9a3b","status":"passed","time":{"start":1724887135717,"stop":1724887135717,"duration":0}},{"uid":"9296fbf98a5d31b4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9296fbf98a5d31b4","status":"passed","time":{"start":1724886919662,"stop":1724886919663,"duration":1}},{"uid":"ce53c71d1f472e34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ce53c71d1f472e34","status":"passed","time":{"start":1724862341833,"stop":1724862341834,"duration":1}},{"uid":"4e9c5e20e99d8873","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4e9c5e20e99d8873","status":"passed","time":{"start":1724861815488,"stop":1724861815489,"duration":1}},{"uid":"c0c253ec1fca8b4e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0c253ec1fca8b4e","status":"passed","time":{"start":1724861669534,"stop":1724861669534,"duration":0}},{"uid":"5882801da0bfc7c8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5882801da0bfc7c8","status":"passed","time":{"start":1724861505411,"stop":1724861505413,"duration":2}}]},"7a25499947021fe72b4e615c0b81cee5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12933c998b4400c0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/12933c998b4400c0","status":"passed","time":{"start":1724887127875,"stop":1724887127876,"duration":1}}]},"5ee5799bb62f1f653b2079461fb32c6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2629926dded2e156","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2629926dded2e156","status":"passed","time":{"start":1724887115431,"stop":1724887115432,"duration":1}}]},"73db5461018f71f0936132f250deaf81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"be45cbc973c6f285","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/be45cbc973c6f285","status":"passed","time":{"start":1724921602955,"stop":1724921602955,"duration":0}},{"uid":"703eea69a7bf9460","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/703eea69a7bf9460","status":"passed","time":{"start":1724921571099,"stop":1724921571099,"duration":0}},{"uid":"d9caa7651c5e817f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d9caa7651c5e817f","status":"passed","time":{"start":1724918285592,"stop":1724918285595,"duration":3}},{"uid":"259c01e761968b6d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/259c01e761968b6d","status":"passed","time":{"start":1724890030092,"stop":1724890030092,"duration":0}},{"uid":"e204b78ec1e3e5db","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e204b78ec1e3e5db","status":"passed","time":{"start":1724889171911,"stop":1724889171911,"duration":0}},{"uid":"170513c7daebd3c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/170513c7daebd3c","status":"passed","time":{"start":1724888350724,"stop":1724888350725,"duration":1}},{"uid":"d170ce0fb97c2706","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d170ce0fb97c2706","status":"passed","time":{"start":1724887115410,"stop":1724887115411,"duration":1}},{"uid":"7ed88b6cdfde3c60","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7ed88b6cdfde3c60","status":"passed","time":{"start":1724886884578,"stop":1724886884578,"duration":0}},{"uid":"c276d1d299d71a6f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c276d1d299d71a6f","status":"passed","time":{"start":1724862322259,"stop":1724862322260,"duration":1}},{"uid":"189e13868551597","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/189e13868551597","status":"passed","time":{"start":1724861790753,"stop":1724861790753,"duration":0}},{"uid":"2a612666a6fdb2ac","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2a612666a6fdb2ac","status":"passed","time":{"start":1724861628422,"stop":1724861628423,"duration":1}},{"uid":"ea23fe7bc7a2ba87","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ea23fe7bc7a2ba87","status":"passed","time":{"start":1724861465627,"stop":1724861465627,"duration":0}}]},"da45aa812e9bb68ab683b8c43302829d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4b2783d435d038b9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4b2783d435d038b9","status":"passed","time":{"start":1724921625049,"stop":1724921625050,"duration":1}},{"uid":"4261bc910154eab7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4261bc910154eab7","status":"passed","time":{"start":1724921590494,"stop":1724921590494,"duration":0}},{"uid":"c7268bef8f4eff5d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c7268bef8f4eff5d","status":"passed","time":{"start":1724918287564,"stop":1724918287564,"duration":0}},{"uid":"7e885959545b74b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e885959545b74b2","status":"passed","time":{"start":1724890047786,"stop":1724890047787,"duration":1}},{"uid":"74328fa93859b766","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/74328fa93859b766","status":"passed","time":{"start":1724889183919,"stop":1724889183919,"duration":0}},{"uid":"ec4aae4d965a148b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ec4aae4d965a148b","status":"passed","time":{"start":1724888354164,"stop":1724888354164,"duration":0}},{"uid":"ca0b79a8600fed29","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ca0b79a8600fed29","status":"passed","time":{"start":1724887145656,"stop":1724887145657,"duration":1}},{"uid":"20fcc4ef28d65d29","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/20fcc4ef28d65d29","status":"passed","time":{"start":1724886915785,"stop":1724886915786,"duration":1}},{"uid":"d4c74eed7fdb0ed7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d4c74eed7fdb0ed7","status":"passed","time":{"start":1724862341436,"stop":1724862341436,"duration":0}},{"uid":"401c14402aea1873","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/401c14402aea1873","status":"passed","time":{"start":1724861805441,"stop":1724861805441,"duration":0}},{"uid":"6e0ae598e2392f56","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6e0ae598e2392f56","status":"passed","time":{"start":1724861662255,"stop":1724861662255,"duration":0}},{"uid":"ea1b2a0516dae6f8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ea1b2a0516dae6f8","status":"passed","time":{"start":1724861492508,"stop":1724861492509,"duration":1}}]},"61f8a78015090c47c9c34b8d039622a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"51cbccb89f3f23ba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/51cbccb89f3f23ba","status":"passed","time":{"start":1724921640397,"stop":1724921640398,"duration":1}},{"uid":"48b9b03be7f31394","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/48b9b03be7f31394","status":"passed","time":{"start":1724921600405,"stop":1724921600405,"duration":0}},{"uid":"de1f0bbbe04ac799","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/de1f0bbbe04ac799","status":"passed","time":{"start":1724918300919,"stop":1724918300919,"duration":0}},{"uid":"886e58a2e568d92d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/886e58a2e568d92d","status":"passed","time":{"start":1724890059266,"stop":1724890059274,"duration":8}},{"uid":"5b565e7ea1de511f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b565e7ea1de511f","status":"passed","time":{"start":1724889188309,"stop":1724889188310,"duration":1}},{"uid":"421d740e74d446aa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/421d740e74d446aa","status":"passed","time":{"start":1724888372737,"stop":1724888372738,"duration":1}},{"uid":"d3369074a99a0eb3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d3369074a99a0eb3","status":"passed","time":{"start":1724887135716,"stop":1724887135716,"duration":0}},{"uid":"6694f0d379cac22f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6694f0d379cac22f","status":"passed","time":{"start":1724886919653,"stop":1724886919657,"duration":4}},{"uid":"f5ae2c1aae21671","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f5ae2c1aae21671","status":"passed","time":{"start":1724862341831,"stop":1724862341832,"duration":1}},{"uid":"4fde8c30c643cca5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4fde8c30c643cca5","status":"passed","time":{"start":1724861815478,"stop":1724861815481,"duration":3}},{"uid":"8b395eef71375da2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8b395eef71375da2","status":"passed","time":{"start":1724861669532,"stop":1724861669532,"duration":0}},{"uid":"9a4b9fbafec2cd1f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9a4b9fbafec2cd1f","status":"passed","time":{"start":1724861505409,"stop":1724861505410,"duration":1}}]},"c4c2f3a727767e01e58006cc7cc326e6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6dcfaba8e17db108","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6dcfaba8e17db108","status":"passed","time":{"start":1724861655160,"stop":1724861655160,"duration":0}}]},"295c33f4143eb57c2fefa85314e3f4af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1362e0f28d13ce9e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1362e0f28d13ce9e","status":"passed","time":{"start":1724921515238,"stop":1724921515239,"duration":1}},{"uid":"3e66481dbfb26dd9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3e66481dbfb26dd9","status":"passed","time":{"start":1724921475500,"stop":1724921475501,"duration":1}},{"uid":"bab1d5e76cb66513","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bab1d5e76cb66513","status":"passed","time":{"start":1724918179411,"stop":1724918179412,"duration":1}},{"uid":"28219109603b5c59","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/28219109603b5c59","status":"passed","time":{"start":1724889935349,"stop":1724889935350,"duration":1}},{"uid":"a79a8ff8c5663480","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a79a8ff8c5663480","status":"passed","time":{"start":1724889072765,"stop":1724889072765,"duration":0}},{"uid":"e2c3101b31d0463a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e2c3101b31d0463a","status":"passed","time":{"start":1724888232425,"stop":1724888232426,"duration":1}},{"uid":"5b383f1fac3be2a5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5b383f1fac3be2a5","status":"passed","time":{"start":1724887018312,"stop":1724887018313,"duration":1}},{"uid":"6ca2188e900eb7c8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6ca2188e900eb7c8","status":"passed","time":{"start":1724886781499,"stop":1724886781501,"duration":2}},{"uid":"be34ca3b47d0fe5d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/be34ca3b47d0fe5d","status":"passed","time":{"start":1724862213680,"stop":1724862213681,"duration":1}},{"uid":"8c5dba3819820af6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8c5dba3819820af6","status":"passed","time":{"start":1724861685876,"stop":1724861685876,"duration":0}},{"uid":"e30d259c98ff1bca","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e30d259c98ff1bca","status":"passed","time":{"start":1724861546201,"stop":1724861546201,"duration":0}},{"uid":"5cfe7396a4d0f0f3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5cfe7396a4d0f0f3","status":"passed","time":{"start":1724861378122,"stop":1724861378122,"duration":0}}]},"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b12f795247df9303","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b12f795247df9303","status":"passed","time":{"start":1724921656194,"stop":1724921656194,"duration":0}},{"uid":"804dcc78bd11424e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/804dcc78bd11424e","status":"passed","time":{"start":1724921620461,"stop":1724921620462,"duration":1}},{"uid":"545c04f8093f39b2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/545c04f8093f39b2","status":"passed","time":{"start":1724918327712,"stop":1724918327712,"duration":0}},{"uid":"f208affde8da2248","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f208affde8da2248","status":"passed","time":{"start":1724890078472,"stop":1724890078472,"duration":0}},{"uid":"5146c1b334ad188c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5146c1b334ad188c","status":"passed","time":{"start":1724889213833,"stop":1724889213834,"duration":1}},{"uid":"cfb84f3cccb09679","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cfb84f3cccb09679","status":"passed","time":{"start":1724888383603,"stop":1724888383609,"duration":6}},{"uid":"a033196873f21771","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a033196873f21771","status":"passed","time":{"start":1724887164580,"stop":1724887164580,"duration":0}},{"uid":"b76f7312fc6e4f40","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b76f7312fc6e4f40","status":"passed","time":{"start":1724886943103,"stop":1724886943104,"duration":1}},{"uid":"7aeeb044fd2e8548","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7aeeb044fd2e8548","status":"passed","time":{"start":1724862368931,"stop":1724862368931,"duration":0}},{"uid":"8edc9dd2657ac6d9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8edc9dd2657ac6d9","status":"passed","time":{"start":1724861835948,"stop":1724861835948,"duration":0}},{"uid":"19a3e1b28766b04e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/19a3e1b28766b04e","status":"passed","time":{"start":1724861692904,"stop":1724861692905,"duration":1}},{"uid":"2c2a8af891bcdf5a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2c2a8af891bcdf5a","status":"passed","time":{"start":1724861520701,"stop":1724861520702,"duration":1}}]},"a6b3b232e8bb7273a94c2d49013fe9d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ebeb3c6f75b29817","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ebeb3c6f75b29817","status":"passed","time":{"start":1724921270358,"stop":1724921270358,"duration":0}},{"uid":"308fa832dd039218","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/308fa832dd039218","status":"passed","time":{"start":1724921247818,"stop":1724921247818,"duration":0}},{"uid":"2980986e270c52f9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2980986e270c52f9","status":"passed","time":{"start":1724917989819,"stop":1724917989820,"duration":1}},{"uid":"4f3043f61e0f4e6f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f3043f61e0f4e6f","status":"passed","time":{"start":1724889678551,"stop":1724889678552,"duration":1}},{"uid":"588a78e69e5d6820","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/588a78e69e5d6820","status":"passed","time":{"start":1724888829844,"stop":1724888829844,"duration":0}},{"uid":"32abd5495fd37b8e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/32abd5495fd37b8e","status":"passed","time":{"start":1724888077011,"stop":1724888077011,"duration":0}},{"uid":"a4798853813b9552","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a4798853813b9552","status":"passed","time":{"start":1724886851126,"stop":1724886851126,"duration":0}},{"uid":"5e4372a2915febf3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5e4372a2915febf3","status":"passed","time":{"start":1724886647112,"stop":1724886647112,"duration":0}},{"uid":"29c6105f1cdc2ffc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29c6105f1cdc2ffc","status":"passed","time":{"start":1724861992714,"stop":1724861992714,"duration":0}},{"uid":"6f9556c928761e41","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6f9556c928761e41","status":"passed","time":{"start":1724861469644,"stop":1724861469644,"duration":0}},{"uid":"a2a559c79de0410a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a2a559c79de0410a","status":"passed","time":{"start":1724861284858,"stop":1724861284858,"duration":0}},{"uid":"2a4b552e2b98715","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2a4b552e2b98715","status":"passed","time":{"start":1724861145806,"stop":1724861145808,"duration":2}}]},"8442d7292787653cb044f77959a4f807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"87df99aa2db91836","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/87df99aa2db91836","status":"passed","time":{"start":1724861800254,"stop":1724861800255,"duration":1}}]},"df075816d33d3c8af10d119247b68114:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d0a175622800a5e1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d0a175622800a5e1","status":"passed","time":{"start":1724921625081,"stop":1724921625082,"duration":1}},{"uid":"3acd7aefe053dd5e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3acd7aefe053dd5e","status":"passed","time":{"start":1724921590506,"stop":1724921590506,"duration":0}},{"uid":"7e0fb7a7e1abcc74","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7e0fb7a7e1abcc74","status":"passed","time":{"start":1724918287573,"stop":1724918287573,"duration":0}},{"uid":"e91c018e9005d485","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e91c018e9005d485","status":"passed","time":{"start":1724890047798,"stop":1724890047798,"duration":0}},{"uid":"6cb3afe4922caff6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6cb3afe4922caff6","status":"passed","time":{"start":1724889183932,"stop":1724889183932,"duration":0}},{"uid":"2304966646095b6a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2304966646095b6a","status":"passed","time":{"start":1724888354179,"stop":1724888354179,"duration":0}},{"uid":"d550b8008e687b62","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d550b8008e687b62","status":"passed","time":{"start":1724887145705,"stop":1724887145705,"duration":0}},{"uid":"2c1a0de696d11636","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2c1a0de696d11636","status":"passed","time":{"start":1724886915795,"stop":1724886915795,"duration":0}},{"uid":"a3f6650465586f3b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3f6650465586f3b","status":"passed","time":{"start":1724862341460,"stop":1724862341460,"duration":0}},{"uid":"be8eac9040de3442","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/be8eac9040de3442","status":"passed","time":{"start":1724861805462,"stop":1724861805462,"duration":0}},{"uid":"2ebb2805d494ea8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2ebb2805d494ea8","status":"passed","time":{"start":1724861662296,"stop":1724861662297,"duration":1}},{"uid":"a6648d66a486c196","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a6648d66a486c196","status":"passed","time":{"start":1724861492524,"stop":1724861492524,"duration":0}}]},"74d1568f866528d0c27e3fa912bb92ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"701dec94e5f4718","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/701dec94e5f4718","status":"passed","time":{"start":1724921529592,"stop":1724921529592,"duration":0}},{"uid":"71612a1290d63f7b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/71612a1290d63f7b","status":"passed","time":{"start":1724921488885,"stop":1724921488885,"duration":0}},{"uid":"b3ee1ea89a6ad2eb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b3ee1ea89a6ad2eb","status":"passed","time":{"start":1724918203693,"stop":1724918203694,"duration":1}},{"uid":"6c702fc020c819ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c702fc020c819ae","status":"passed","time":{"start":1724889938367,"stop":1724889938367,"duration":0}},{"uid":"f233a0b0d9a48d38","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f233a0b0d9a48d38","status":"passed","time":{"start":1724889077071,"stop":1724889077073,"duration":2}},{"uid":"dc655b2e178bfcb5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dc655b2e178bfcb5","status":"passed","time":{"start":1724888268041,"stop":1724888268041,"duration":0}},{"uid":"bcb146551dc25247","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bcb146551dc25247","status":"passed","time":{"start":1724887032415,"stop":1724887032415,"duration":0}},{"uid":"f0991e1538c3a622","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f0991e1538c3a622","status":"passed","time":{"start":1724886822827,"stop":1724886822827,"duration":0}},{"uid":"28d7efb641c0956","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/28d7efb641c0956","status":"passed","time":{"start":1724862233517,"stop":1724862233518,"duration":1}},{"uid":"5facec38f2a9321e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5facec38f2a9321e","status":"passed","time":{"start":1724861712675,"stop":1724861712676,"duration":1}},{"uid":"f06317231ffceb67","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f06317231ffceb67","status":"passed","time":{"start":1724861567902,"stop":1724861567903,"duration":1}},{"uid":"a16b0ede663cf723","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a16b0ede663cf723","status":"passed","time":{"start":1724861392062,"stop":1724861392063,"duration":1}}]},"c1fc7bdf7b238be7723432bda0c44786:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8cf2c36d84c40fbb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8cf2c36d84c40fbb","status":"passed","time":{"start":1724890030104,"stop":1724890030105,"duration":1}}]},"f50c43dd196e1d87eae012a53fa986ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"59277760abc0022b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/59277760abc0022b","status":"passed","time":{"start":1724861800256,"stop":1724861800257,"duration":1}}]},"b4b061c1702e51d99292ff6cc4d68e5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ba99988ac84ac02f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ba99988ac84ac02f","status":"passed","time":{"start":1724921625081,"stop":1724921625081,"duration":0}},{"uid":"6bdf4470f3500535","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6bdf4470f3500535","status":"passed","time":{"start":1724921590505,"stop":1724921590505,"duration":0}},{"uid":"b5332c94c780be66","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b5332c94c780be66","status":"passed","time":{"start":1724918287572,"stop":1724918287572,"duration":0}},{"uid":"c34f2d3042498d4e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c34f2d3042498d4e","status":"passed","time":{"start":1724890047797,"stop":1724890047798,"duration":1}},{"uid":"306943cf33192c51","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/306943cf33192c51","status":"passed","time":{"start":1724889183931,"stop":1724889183931,"duration":0}},{"uid":"655657c2a63f118","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/655657c2a63f118","status":"passed","time":{"start":1724888354178,"stop":1724888354179,"duration":1}},{"uid":"524faba82dcc004d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/524faba82dcc004d","status":"passed","time":{"start":1724887145703,"stop":1724887145703,"duration":0}},{"uid":"b5c4b50416fca9e7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b5c4b50416fca9e7","status":"passed","time":{"start":1724886915794,"stop":1724886915794,"duration":0}},{"uid":"bce1234aa93f73b7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bce1234aa93f73b7","status":"passed","time":{"start":1724862341459,"stop":1724862341459,"duration":0}},{"uid":"61748de3f7a8e932","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/61748de3f7a8e932","status":"passed","time":{"start":1724861805460,"stop":1724861805461,"duration":1}},{"uid":"8704d54694394df2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8704d54694394df2","status":"passed","time":{"start":1724861662296,"stop":1724861662296,"duration":0}},{"uid":"129d39109aaaa528","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/129d39109aaaa528","status":"passed","time":{"start":1724861492523,"stop":1724861492523,"duration":0}}]},"facb714c9438193f9c8a2c8b122a8c03:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"31e7f36015be40b2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/31e7f36015be40b2","status":"passed","time":{"start":1724921051057,"stop":1724921051058,"duration":1}},{"uid":"2ad5d22a896d14b3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2ad5d22a896d14b3","status":"passed","time":{"start":1724921026363,"stop":1724921026363,"duration":0}},{"uid":"72a6336c03a6924a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/72a6336c03a6924a","status":"passed","time":{"start":1724917686541,"stop":1724917686542,"duration":1}},{"uid":"c7e232964164952a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c7e232964164952a","status":"passed","time":{"start":1724889465472,"stop":1724889465472,"duration":0}},{"uid":"a42a3e22e5825c27","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a42a3e22e5825c27","status":"passed","time":{"start":1724888616213,"stop":1724888616213,"duration":0}},{"uid":"cc1b2f1989d93365","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc1b2f1989d93365","status":"passed","time":{"start":1724887772450,"stop":1724887772450,"duration":0}},{"uid":"db07649e52184b80","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/db07649e52184b80","status":"passed","time":{"start":1724886538861,"stop":1724886538861,"duration":0}},{"uid":"cdecb1d6e568e52c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cdecb1d6e568e52c","status":"passed","time":{"start":1724886316628,"stop":1724886316628,"duration":0}},{"uid":"400d75c057946ecf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/400d75c057946ecf","status":"passed","time":{"start":1724861765764,"stop":1724861765764,"duration":0}},{"uid":"8655f7143f2f1b0c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8655f7143f2f1b0c","status":"passed","time":{"start":1724861236574,"stop":1724861236574,"duration":0}},{"uid":"7222e33da1c6ddc5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7222e33da1c6ddc5","status":"passed","time":{"start":1724861059472,"stop":1724861059472,"duration":0}},{"uid":"a85db2061a6c6f72","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a85db2061a6c6f72","status":"passed","time":{"start":1724860920727,"stop":1724860920728,"duration":1}}]},"97f5565a7d35087c7dcf297e16c16d79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dc4621893ad20a80","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dc4621893ad20a80","status":"passed","time":{"start":1724886906386,"stop":1724886906386,"duration":0}}]},"fc1a96b9a56f0f5cb56c579f4a0fae25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7389501880c773fd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7389501880c773fd","status":"passed","time":{"start":1724921529571,"stop":1724921529572,"duration":1}},{"uid":"b14ab66abfa4a687","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b14ab66abfa4a687","status":"passed","time":{"start":1724921488873,"stop":1724921488873,"duration":0}},{"uid":"205c6307da0946ce","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/205c6307da0946ce","status":"passed","time":{"start":1724918203669,"stop":1724918203669,"duration":0}},{"uid":"b9dc38eb36e19d9b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b9dc38eb36e19d9b","status":"passed","time":{"start":1724889938352,"stop":1724889938353,"duration":1}},{"uid":"c97157ccc2006142","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c97157ccc2006142","status":"passed","time":{"start":1724889077032,"stop":1724889077032,"duration":0}},{"uid":"1637c7e9b3cbd78f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1637c7e9b3cbd78f","status":"passed","time":{"start":1724888268007,"stop":1724888268007,"duration":0}},{"uid":"da471ecb15eb25b6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/da471ecb15eb25b6","status":"passed","time":{"start":1724887032389,"stop":1724887032390,"duration":1}},{"uid":"f003ad6856d931be","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f003ad6856d931be","status":"passed","time":{"start":1724886822786,"stop":1724886822786,"duration":0}},{"uid":"8e03a10e246a3535","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e03a10e246a3535","status":"passed","time":{"start":1724862233503,"stop":1724862233504,"duration":1}},{"uid":"89e1e35fdf032e54","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/89e1e35fdf032e54","status":"passed","time":{"start":1724861712664,"stop":1724861712664,"duration":0}},{"uid":"9ee5d213b591ab08","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9ee5d213b591ab08","status":"passed","time":{"start":1724861567881,"stop":1724861567882,"duration":1}},{"uid":"172b0798e12ab3b5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/172b0798e12ab3b5","status":"passed","time":{"start":1724861392039,"stop":1724861392039,"duration":0}}]},"c39a17c8e1de51d8fc032d1f93e25cdf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"94a08c2c9e4018a6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/94a08c2c9e4018a6","status":"passed","time":{"start":1724861637973,"stop":1724861637973,"duration":0}}]},"d8d8bdae08fac3c9880a003f650f57ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f7e07250e89d2faf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f7e07250e89d2faf","status":"passed","time":{"start":1724921602945,"stop":1724921602945,"duration":0}},{"uid":"eb6bb9d8c948de","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/eb6bb9d8c948de","status":"passed","time":{"start":1724921571094,"stop":1724921571095,"duration":1}},{"uid":"52d712c4b2ac68e4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/52d712c4b2ac68e4","status":"passed","time":{"start":1724918285584,"stop":1724918285585,"duration":1}},{"uid":"c8b402deafede2f2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c8b402deafede2f2","status":"passed","time":{"start":1724890030088,"stop":1724890030088,"duration":0}},{"uid":"5495c856230cb20e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5495c856230cb20e","status":"passed","time":{"start":1724889171906,"stop":1724889171906,"duration":0}},{"uid":"ff921a0b9f12afba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ff921a0b9f12afba","status":"passed","time":{"start":1724888350719,"stop":1724888350719,"duration":0}},{"uid":"d35ab866620022dd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d35ab866620022dd","status":"passed","time":{"start":1724887115404,"stop":1724887115404,"duration":0}},{"uid":"838570633df114dd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/838570633df114dd","status":"passed","time":{"start":1724886884569,"stop":1724886884569,"duration":0}},{"uid":"fc9f8d877b85ee6f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc9f8d877b85ee6f","status":"passed","time":{"start":1724862322246,"stop":1724862322246,"duration":0}},{"uid":"df99ceeec7c420cd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/df99ceeec7c420cd","status":"passed","time":{"start":1724861790749,"stop":1724861790749,"duration":0}},{"uid":"d16336252fffec1d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d16336252fffec1d","status":"passed","time":{"start":1724861628418,"stop":1724861628418,"duration":0}},{"uid":"f0adf122502cb0e5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f0adf122502cb0e5","status":"passed","time":{"start":1724861465622,"stop":1724861465622,"duration":0}}]},"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fccd62677c31b05b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fccd62677c31b05b","status":"passed","time":{"start":1724921046199,"stop":1724921046199,"duration":0}},{"uid":"fab998e20e5efca","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fab998e20e5efca","status":"passed","time":{"start":1724921021469,"stop":1724921021470,"duration":1}},{"uid":"90e8d30538f72473","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/90e8d30538f72473","status":"passed","time":{"start":1724917681718,"stop":1724917681718,"duration":0}},{"uid":"fe377e7bdec7e804","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe377e7bdec7e804","status":"passed","time":{"start":1724889460647,"stop":1724889460647,"duration":0}},{"uid":"32875f22e8cb1c85","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/32875f22e8cb1c85","status":"passed","time":{"start":1724888611290,"stop":1724888611290,"duration":0}},{"uid":"79a73c7925b41c1a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/79a73c7925b41c1a","status":"passed","time":{"start":1724887767615,"stop":1724887767615,"duration":0}},{"uid":"37817137a7662137","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/37817137a7662137","status":"passed","time":{"start":1724886533985,"stop":1724886533985,"duration":0}},{"uid":"be4f90e751af8ea8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/be4f90e751af8ea8","status":"passed","time":{"start":1724886311752,"stop":1724886311753,"duration":1}},{"uid":"73f3731eb76befa9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/73f3731eb76befa9","status":"passed","time":{"start":1724861760768,"stop":1724861760769,"duration":1}},{"uid":"86aeb6a22637d0af","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/86aeb6a22637d0af","status":"passed","time":{"start":1724861231728,"stop":1724861231729,"duration":1}},{"uid":"52eec4e84fc2ef22","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/52eec4e84fc2ef22","status":"passed","time":{"start":1724861054250,"stop":1724861054250,"duration":0}},{"uid":"e966fac914e0a874","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e966fac914e0a874","status":"passed","time":{"start":1724860915808,"stop":1724860915808,"duration":0}}]},"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7c340300340dcc4e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7c340300340dcc4e","status":"passed","time":{"start":1724921046195,"stop":1724921046195,"duration":0}},{"uid":"46e9310cb225274b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/46e9310cb225274b","status":"passed","time":{"start":1724921021465,"stop":1724921021466,"duration":1}},{"uid":"c497ada1c453a5c5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c497ada1c453a5c5","status":"passed","time":{"start":1724917681713,"stop":1724917681713,"duration":0}},{"uid":"ee3963d6aa10c31b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ee3963d6aa10c31b","status":"passed","time":{"start":1724889460642,"stop":1724889460642,"duration":0}},{"uid":"584f85004544aad5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/584f85004544aad5","status":"passed","time":{"start":1724888611286,"stop":1724888611286,"duration":0}},{"uid":"dcb2e63ffe99272e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dcb2e63ffe99272e","status":"passed","time":{"start":1724887767610,"stop":1724887767611,"duration":1}},{"uid":"ee1936c8ba5bf157","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ee1936c8ba5bf157","status":"passed","time":{"start":1724886533980,"stop":1724886533981,"duration":1}},{"uid":"426836af3dd63662","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/426836af3dd63662","status":"passed","time":{"start":1724886311748,"stop":1724886311749,"duration":1}},{"uid":"b1e6c8ec661851b4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1e6c8ec661851b4","status":"passed","time":{"start":1724861760765,"stop":1724861760765,"duration":0}},{"uid":"4768d7e3c2f2d189","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4768d7e3c2f2d189","status":"passed","time":{"start":1724861231725,"stop":1724861231725,"duration":0}},{"uid":"db39f971d8b55022","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/db39f971d8b55022","status":"passed","time":{"start":1724861054245,"stop":1724861054245,"duration":0}},{"uid":"216d05d084a31bfd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/216d05d084a31bfd","status":"passed","time":{"start":1724860915804,"stop":1724860915805,"duration":1}}]},"651a7d6580e58dd0abdab2641671b590:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4aa3ba731570c3ee","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4aa3ba731570c3ee","status":"passed","time":{"start":1724918179400,"stop":1724918179400,"duration":0}}]},"0539101f890c85d58b06a3799b6bfe7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"74dd3ee92a40c8e6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/74dd3ee92a40c8e6","status":"passed","time":{"start":1724921540108,"stop":1724921540108,"duration":0}},{"uid":"3ef7c1677b4daf52","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3ef7c1677b4daf52","status":"passed","time":{"start":1724921503540,"stop":1724921503540,"duration":0}},{"uid":"f1009933d55e41ea","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f1009933d55e41ea","status":"passed","time":{"start":1724918214357,"stop":1724918214357,"duration":0}},{"uid":"c709de9d174f98ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c709de9d174f98ee","status":"passed","time":{"start":1724889952444,"stop":1724889952444,"duration":0}},{"uid":"c6c0a93f8de1d397","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c6c0a93f8de1d397","status":"passed","time":{"start":1724889087468,"stop":1724889087468,"duration":0}},{"uid":"a1567fbd108a01b9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a1567fbd108a01b9","status":"passed","time":{"start":1724888266429,"stop":1724888266430,"duration":1}},{"uid":"8cb7b180899f5522","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8cb7b180899f5522","status":"passed","time":{"start":1724887042931,"stop":1724887042931,"duration":0}},{"uid":"6d9762f8d7e48a0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6d9762f8d7e48a0","status":"passed","time":{"start":1724886820798,"stop":1724886820799,"duration":1}},{"uid":"7e016573d18618d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e016573d18618d8","status":"passed","time":{"start":1724862245490,"stop":1724862245490,"duration":0}},{"uid":"cf914b67a5784ed3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cf914b67a5784ed3","status":"passed","time":{"start":1724861720396,"stop":1724861720399,"duration":3}},{"uid":"2684e6d277a82984","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2684e6d277a82984","status":"passed","time":{"start":1724861579388,"stop":1724861579388,"duration":0}},{"uid":"4130264e351adce5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4130264e351adce5","status":"passed","time":{"start":1724861402507,"stop":1724861402507,"duration":0}}]},"4a7092f12a328d03928646af1aa4bb9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3a6fb2b9219e3ece","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3a6fb2b9219e3ece","status":"passed","time":{"start":1724921640401,"stop":1724921640402,"duration":1}},{"uid":"60812f48ab707521","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/60812f48ab707521","status":"passed","time":{"start":1724921600424,"stop":1724921600424,"duration":0}},{"uid":"2558b1540141f999","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2558b1540141f999","status":"passed","time":{"start":1724918300931,"stop":1724918300931,"duration":0}},{"uid":"5b142b4dd2c76f76","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b142b4dd2c76f76","status":"passed","time":{"start":1724890059294,"stop":1724890059296,"duration":2}},{"uid":"f113a10eeb5a957b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f113a10eeb5a957b","status":"passed","time":{"start":1724889188323,"stop":1724889188325,"duration":2}},{"uid":"820b104c93d6d1a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/820b104c93d6d1a2","status":"passed","time":{"start":1724888372742,"stop":1724888372742,"duration":0}},{"uid":"f9c9b9b184c4dffd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f9c9b9b184c4dffd","status":"passed","time":{"start":1724887135722,"stop":1724887135722,"duration":0}},{"uid":"4c3d552a83b0730a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4c3d552a83b0730a","status":"passed","time":{"start":1724886919687,"stop":1724886919688,"duration":1}},{"uid":"64190813c0de6383","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64190813c0de6383","status":"passed","time":{"start":1724862341836,"stop":1724862341836,"duration":0}},{"uid":"25f4d664c03fa4b5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/25f4d664c03fa4b5","status":"passed","time":{"start":1724861815493,"stop":1724861815493,"duration":0}},{"uid":"ea83a127af235b48","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ea83a127af235b48","status":"passed","time":{"start":1724861669537,"stop":1724861669537,"duration":0}},{"uid":"24865827aaa89c7a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/24865827aaa89c7a","status":"passed","time":{"start":1724861505424,"stop":1724861505424,"duration":0}}]},"ac18ff4b30eef4cdd834dfe0e09cd94b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c7088876be831e9f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c7088876be831e9f","status":"passed","time":{"start":1724921515248,"stop":1724921515248,"duration":0}}]},"53d446f8e6eb27cba3e7006781b90907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"81a950cb6cd7a8f7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/81a950cb6cd7a8f7","status":"passed","time":{"start":1724887115432,"stop":1724887115434,"duration":2}}]},"76eb06a4a37982ef1a6b79bb45485c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"16f83c7f94184a33","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/16f83c7f94184a33","status":"passed","time":{"start":1724921061371,"stop":1724921061371,"duration":0}},{"uid":"d1836ded4fc4b37f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d1836ded4fc4b37f","status":"passed","time":{"start":1724921036549,"stop":1724921036549,"duration":0}},{"uid":"c1b519c5af8218c8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c1b519c5af8218c8","status":"passed","time":{"start":1724917696992,"stop":1724917696993,"duration":1}},{"uid":"423b1084c74f9a12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/423b1084c74f9a12","status":"passed","time":{"start":1724889475436,"stop":1724889475436,"duration":0}},{"uid":"1e45b34a08230a2e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1e45b34a08230a2e","status":"passed","time":{"start":1724888626530,"stop":1724888626530,"duration":0}},{"uid":"bdadd06c04c7301","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bdadd06c04c7301","status":"passed","time":{"start":1724887782738,"stop":1724887782739,"duration":1}},{"uid":"c0b8097eb3e57ac9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c0b8097eb3e57ac9","status":"passed","time":{"start":1724886549350,"stop":1724886549351,"duration":1}},{"uid":"310f32758d851465","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/310f32758d851465","status":"passed","time":{"start":1724886326871,"stop":1724886326871,"duration":0}},{"uid":"c3ca7941f539e98","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c3ca7941f539e98","status":"passed","time":{"start":1724861776301,"stop":1724861776302,"duration":1}},{"uid":"28d37f415c55289","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/28d37f415c55289","status":"passed","time":{"start":1724861246683,"stop":1724861246684,"duration":1}},{"uid":"4b06c4045770d185","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4b06c4045770d185","status":"passed","time":{"start":1724861070666,"stop":1724861070666,"duration":0}},{"uid":"a071e82ad59dc005","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a071e82ad59dc005","status":"passed","time":{"start":1724860931330,"stop":1724860931331,"duration":1}}]},"a67fa047ca3b21342fee2ad0da14b0cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1e930c815c970ea9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1e930c815c970ea9","status":"passed","time":{"start":1724921556060,"stop":1724921556061,"duration":1}}]},"7320ebaf2ea114d869ff8a2f6f4b740e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"94d7d0265deef02e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/94d7d0265deef02e","status":"passed","time":{"start":1724921045534,"stop":1724921045535,"duration":1}},{"uid":"72e9de6af143a513","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/72e9de6af143a513","status":"passed","time":{"start":1724921020728,"stop":1724921020728,"duration":0}},{"uid":"448051b79b6ad1b5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/448051b79b6ad1b5","status":"passed","time":{"start":1724917681057,"stop":1724917681058,"duration":1}},{"uid":"91581e8ba68bfd8e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91581e8ba68bfd8e","status":"passed","time":{"start":1724889459946,"stop":1724889459952,"duration":6}},{"uid":"a442ec057ab8f984","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a442ec057ab8f984","status":"passed","time":{"start":1724888610539,"stop":1724888610540,"duration":1}},{"uid":"8dae1a9222cd2177","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8dae1a9222cd2177","status":"passed","time":{"start":1724887766850,"stop":1724887766850,"duration":0}},{"uid":"df870cc7fa6dc738","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/df870cc7fa6dc738","status":"passed","time":{"start":1724886533245,"stop":1724886533245,"duration":0}},{"uid":"bbd3fda30866d7ef","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bbd3fda30866d7ef","status":"passed","time":{"start":1724886311092,"stop":1724886311093,"duration":1}},{"uid":"c918dbe30b611d00","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c918dbe30b611d00","status":"passed","time":{"start":1724861760051,"stop":1724861760051,"duration":0}},{"uid":"7d7240689dd05893","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7d7240689dd05893","status":"passed","time":{"start":1724861230832,"stop":1724861230834,"duration":2}},{"uid":"f1fedf054243ea6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f1fedf054243ea6","status":"passed","time":{"start":1724861053406,"stop":1724861053407,"duration":1}},{"uid":"b6a56315b99fad96","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b6a56315b99fad96","status":"passed","time":{"start":1724860914746,"stop":1724860914747,"duration":1}}]},"84e3f6dcc78665f6acbc58f86ad03f54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5507f91b52ba9e50","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5507f91b52ba9e50","status":"passed","time":{"start":1724921625046,"stop":1724921625047,"duration":1}},{"uid":"12f457564aedc1d6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/12f457564aedc1d6","status":"passed","time":{"start":1724921590487,"stop":1724921590492,"duration":5}},{"uid":"1b88f2f935436ee4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1b88f2f935436ee4","status":"passed","time":{"start":1724918287563,"stop":1724918287563,"duration":0}},{"uid":"e9098bf41a9c0b9a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e9098bf41a9c0b9a","status":"passed","time":{"start":1724890047785,"stop":1724890047785,"duration":0}},{"uid":"18d58bf8f8d2bf47","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/18d58bf8f8d2bf47","status":"passed","time":{"start":1724889183918,"stop":1724889183918,"duration":0}},{"uid":"f1025200a31dfdba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f1025200a31dfdba","status":"passed","time":{"start":1724888354162,"stop":1724888354163,"duration":1}},{"uid":"73f3e1229fefdac0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/73f3e1229fefdac0","status":"passed","time":{"start":1724887145655,"stop":1724887145655,"duration":0}},{"uid":"34a275d18e9013ba","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/34a275d18e9013ba","status":"passed","time":{"start":1724886915784,"stop":1724886915785,"duration":1}},{"uid":"72cbb586a4af45a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72cbb586a4af45a1","status":"passed","time":{"start":1724862341435,"stop":1724862341435,"duration":0}},{"uid":"b4089b76657795a5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b4089b76657795a5","status":"passed","time":{"start":1724861805439,"stop":1724861805440,"duration":1}},{"uid":"5bcad77364fe9bed","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5bcad77364fe9bed","status":"passed","time":{"start":1724861662253,"stop":1724861662253,"duration":0}},{"uid":"16e5534fb8101d84","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/16e5534fb8101d84","status":"passed","time":{"start":1724861492506,"stop":1724861492506,"duration":0}}]},"03ca5e8e0bba9bc5818358b409b74807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d249d79efd8490d6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d249d79efd8490d6","status":"passed","time":{"start":1724921625085,"stop":1724921625090,"duration":5}},{"uid":"8be700a7d7bc9ee","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8be700a7d7bc9ee","status":"passed","time":{"start":1724921590510,"stop":1724921590510,"duration":0}},{"uid":"a81a36896abfc0b8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a81a36896abfc0b8","status":"passed","time":{"start":1724918287576,"stop":1724918287576,"duration":0}},{"uid":"205dac4a4f6e9354","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/205dac4a4f6e9354","status":"passed","time":{"start":1724890047802,"stop":1724890047802,"duration":0}},{"uid":"14a4b30e88344ab1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14a4b30e88344ab1","status":"passed","time":{"start":1724889183944,"stop":1724889183946,"duration":2}},{"uid":"e802cf75e96930b7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e802cf75e96930b7","status":"passed","time":{"start":1724888354183,"stop":1724888354185,"duration":2}},{"uid":"e245b4315bf6736","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e245b4315bf6736","status":"passed","time":{"start":1724887145722,"stop":1724887145722,"duration":0}},{"uid":"8fa1aa9dd3754601","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8fa1aa9dd3754601","status":"passed","time":{"start":1724886915805,"stop":1724886915805,"duration":0}},{"uid":"443e18d679274410","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/443e18d679274410","status":"passed","time":{"start":1724862341465,"stop":1724862341465,"duration":0}},{"uid":"bf9d5343a9ae87c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bf9d5343a9ae87c","status":"passed","time":{"start":1724861805469,"stop":1724861805470,"duration":1}},{"uid":"5c59fca20e3056df","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5c59fca20e3056df","status":"passed","time":{"start":1724861662299,"stop":1724861662300,"duration":1}},{"uid":"cae0e9fc61f67c33","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cae0e9fc61f67c33","status":"passed","time":{"start":1724861492526,"stop":1724861492527,"duration":1}}]},"97349d040397fa5c6f0b0f5f59281a9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b38193daee49975","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b38193daee49975","status":"passed","time":{"start":1724921061372,"stop":1724921061372,"duration":0}},{"uid":"8dfa5be78640309","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8dfa5be78640309","status":"passed","time":{"start":1724921036552,"stop":1724921036553,"duration":1}},{"uid":"ea44d88823cdb50c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ea44d88823cdb50c","status":"passed","time":{"start":1724917696994,"stop":1724917696994,"duration":0}},{"uid":"38501794b13cb4c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/38501794b13cb4c9","status":"passed","time":{"start":1724889475437,"stop":1724889475438,"duration":1}},{"uid":"6b95444744206768","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b95444744206768","status":"passed","time":{"start":1724888626531,"stop":1724888626531,"duration":0}},{"uid":"6d5d1a075a6372cf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6d5d1a075a6372cf","status":"passed","time":{"start":1724887782739,"stop":1724887782740,"duration":1}},{"uid":"c523f7a33014de06","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c523f7a33014de06","status":"passed","time":{"start":1724886549351,"stop":1724886549352,"duration":1}},{"uid":"e3c64c62cf5336e3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e3c64c62cf5336e3","status":"passed","time":{"start":1724886326872,"stop":1724886326873,"duration":1}},{"uid":"ce15f93ea27ee657","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ce15f93ea27ee657","status":"passed","time":{"start":1724861776302,"stop":1724861776303,"duration":1}},{"uid":"77ec377002243db6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/77ec377002243db6","status":"passed","time":{"start":1724861246686,"stop":1724861246687,"duration":1}},{"uid":"70f16d1fe3aebd9e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/70f16d1fe3aebd9e","status":"passed","time":{"start":1724861070670,"stop":1724861070671,"duration":1}},{"uid":"952a432c8f08c055","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/952a432c8f08c055","status":"passed","time":{"start":1724860931331,"stop":1724860931332,"duration":1}}]},"cd86263eb3dc64cf5241e8c46ab7a5be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61c692b773fbd31d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/61c692b773fbd31d","status":"passed","time":{"start":1724889144086,"stop":1724889144086,"duration":0}}]},"80fcd294cdbc55624f253345e9927799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"64833a4eb66b6ccb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64833a4eb66b6ccb","status":"passed","time":{"start":1724862262051,"stop":1724862262051,"duration":0}}]},"7c0bec199199dddc54954f2d5e07b38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"37280898a2e22c7e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/37280898a2e22c7e","status":"passed","time":{"start":1724921563013,"stop":1724921563013,"duration":0}},{"uid":"a91b5383471d9ca3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a91b5383471d9ca3","status":"passed","time":{"start":1724921526812,"stop":1724921526812,"duration":0}},{"uid":"acb8b837720ca946","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/acb8b837720ca946","status":"passed","time":{"start":1724918239939,"stop":1724918239939,"duration":0}},{"uid":"8ba8737a495b4d59","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8ba8737a495b4d59","status":"passed","time":{"start":1724889980890,"stop":1724889980890,"duration":0}},{"uid":"c2c583041db75256","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2c583041db75256","status":"passed","time":{"start":1724889109959,"stop":1724889109961,"duration":2}},{"uid":"a0cd9b9a7f67bb8e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a0cd9b9a7f67bb8e","status":"passed","time":{"start":1724888294722,"stop":1724888294722,"duration":0}},{"uid":"f73505fe21f61913","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f73505fe21f61913","status":"passed","time":{"start":1724887071737,"stop":1724887071738,"duration":1}},{"uid":"e8e5028a47f2f67a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e8e5028a47f2f67a","status":"passed","time":{"start":1724886848345,"stop":1724886848345,"duration":0}},{"uid":"d91debe8ed2ae607","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d91debe8ed2ae607","status":"passed","time":{"start":1724862259246,"stop":1724862259246,"duration":0}},{"uid":"16143ed12ecc35d8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/16143ed12ecc35d8","status":"passed","time":{"start":1724861735325,"stop":1724861735325,"duration":0}},{"uid":"e9b51e2549b5b717","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e9b51e2549b5b717","status":"passed","time":{"start":1724861606343,"stop":1724861606343,"duration":0}},{"uid":"94146ab59ef91e8d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/94146ab59ef91e8d","status":"passed","time":{"start":1724861426686,"stop":1724861426686,"duration":0}}]},"7af5165d936f1c635b931897a808e8f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9a7aaf6e4b5470e1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9a7aaf6e4b5470e1","status":"passed","time":{"start":1724918203694,"stop":1724918203695,"duration":1}}]},"a8f2a8bdd2e50b273de7469fefb4ced2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3fdd119d70884757","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3fdd119d70884757","status":"passed","time":{"start":1724921267867,"stop":1724921267867,"duration":0}},{"uid":"a5999ec537e9e369","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a5999ec537e9e369","status":"passed","time":{"start":1724921244361,"stop":1724921244362,"duration":1}},{"uid":"a6c2f9abfbf4a8ff","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a6c2f9abfbf4a8ff","status":"passed","time":{"start":1724917916041,"stop":1724917916041,"duration":0}},{"uid":"1502b68055595e2d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1502b68055595e2d","status":"passed","time":{"start":1724889678252,"stop":1724889678253,"duration":1}},{"uid":"750fff2b6209d185","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/750fff2b6209d185","status":"passed","time":{"start":1724888831682,"stop":1724888831682,"duration":0}},{"uid":"1c0dfebc0db35e8f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1c0dfebc0db35e8f","status":"passed","time":{"start":1724888003318,"stop":1724888003318,"duration":0}},{"uid":"70ef176609ead227","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/70ef176609ead227","status":"passed","time":{"start":1724886776604,"stop":1724886776604,"duration":0}},{"uid":"b54651c56f256dca","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b54651c56f256dca","status":"passed","time":{"start":1724886555789,"stop":1724886555789,"duration":0}},{"uid":"de11e34dd9953988","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/de11e34dd9953988","status":"passed","time":{"start":1724861983004,"stop":1724861983004,"duration":0}},{"uid":"2bb52b4ada6c49ff","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2bb52b4ada6c49ff","status":"passed","time":{"start":1724861444064,"stop":1724861444064,"duration":0}},{"uid":"4badf08cb4a5331b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4badf08cb4a5331b","status":"passed","time":{"start":1724861285827,"stop":1724861285827,"duration":0}},{"uid":"e55798ea6cc81e21","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e55798ea6cc81e21","status":"passed","time":{"start":1724861145662,"stop":1724861145662,"duration":0}}]},"0793868392cc04f0aa5624e3c1d879fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21d6f46a56dab322","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/21d6f46a56dab322","status":"passed","time":{"start":1724886880629,"stop":1724886880629,"duration":0}}]},"5c7edf9a83c44b29c85fb5b368348f65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cc905bc1755d9aaa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc905bc1755d9aaa","status":"passed","time":{"start":1724888292545,"stop":1724888292545,"duration":0}}]},"d3c01df5744db08bfa1405bc083ff2d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"19ef9604a1086272","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/19ef9604a1086272","status":"passed","time":{"start":1724921613048,"stop":1724921613048,"duration":0}},{"uid":"7c4c9a47841448ab","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7c4c9a47841448ab","status":"passed","time":{"start":1724921556043,"stop":1724921556044,"duration":1}},{"uid":"5fa3f1fe3f822b60","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5fa3f1fe3f822b60","status":"passed","time":{"start":1724918259538,"stop":1724918259538,"duration":0}},{"uid":"4a04f11d5ac4fc87","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a04f11d5ac4fc87","status":"passed","time":{"start":1724890032289,"stop":1724890032289,"duration":0}},{"uid":"dcfb51ffc91c2f4f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dcfb51ffc91c2f4f","status":"passed","time":{"start":1724889144081,"stop":1724889144082,"duration":1}},{"uid":"f3b2a7245d65c5ef","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f3b2a7245d65c5ef","status":"passed","time":{"start":1724888336457,"stop":1724888336458,"duration":1}},{"uid":"2ef840d8c3e21623","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2ef840d8c3e21623","status":"passed","time":{"start":1724887092625,"stop":1724887092626,"duration":1}},{"uid":"4851f6a91515c0c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4851f6a91515c0c","status":"passed","time":{"start":1724886880628,"stop":1724886880629,"duration":1}},{"uid":"b37c606948ec3f64","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b37c606948ec3f64","status":"passed","time":{"start":1724862298392,"stop":1724862298392,"duration":0}},{"uid":"a83d574b86fd1926","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a83d574b86fd1926","status":"passed","time":{"start":1724861770115,"stop":1724861770115,"duration":0}},{"uid":"20ecbf233375e421","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/20ecbf233375e421","status":"passed","time":{"start":1724861637970,"stop":1724861637970,"duration":0}},{"uid":"78ff3ccfb28e3667","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/78ff3ccfb28e3667","status":"passed","time":{"start":1724861475022,"stop":1724861475024,"duration":2}}]},"2581eb0bf7c0cd6be0d6b90518bf4329:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"65eff275352e9750","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/65eff275352e9750","status":"passed","time":{"start":1724921198885,"stop":1724921198885,"duration":0}},{"uid":"cf28f44f87aa38a4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cf28f44f87aa38a4","status":"passed","time":{"start":1724921172338,"stop":1724921172338,"duration":0}},{"uid":"1fd21480764fae98","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1fd21480764fae98","status":"passed","time":{"start":1724917841038,"stop":1724917841038,"duration":0}},{"uid":"d93f4ce993f9706e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d93f4ce993f9706e","status":"passed","time":{"start":1724889622281,"stop":1724889622281,"duration":0}},{"uid":"d8112062f1d0154e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d8112062f1d0154e","status":"passed","time":{"start":1724888769660,"stop":1724888769661,"duration":1}},{"uid":"53bc8b11cf13dbca","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/53bc8b11cf13dbca","status":"passed","time":{"start":1724887926165,"stop":1724887926167,"duration":2}},{"uid":"26d90efcd848d3c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/26d90efcd848d3c","status":"passed","time":{"start":1724886693076,"stop":1724886693077,"duration":1}},{"uid":"fff2b0c4139dbdae","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fff2b0c4139dbdae","status":"passed","time":{"start":1724886468826,"stop":1724886468834,"duration":8}},{"uid":"31acf522b3777f12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31acf522b3777f12","status":"passed","time":{"start":1724861918245,"stop":1724861918245,"duration":0}},{"uid":"791f0f282d545fd5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/791f0f282d545fd5","status":"passed","time":{"start":1724861388580,"stop":1724861388580,"duration":0}},{"uid":"894f30891fbaf1c2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/894f30891fbaf1c2","status":"passed","time":{"start":1724861221407,"stop":1724861221407,"duration":0}},{"uid":"d9fda5cf71fe5d2d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d9fda5cf71fe5d2d","status":"passed","time":{"start":1724861075800,"stop":1724861075800,"duration":0}}]},"5208aec32c9f104fd6394f04ab591519:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"37ad946f1220bc7d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/37ad946f1220bc7d","status":"passed","time":{"start":1724921640664,"stop":1724921640664,"duration":0}},{"uid":"dec4e3f713f1940d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dec4e3f713f1940d","status":"passed","time":{"start":1724921597597,"stop":1724921597597,"duration":0}},{"uid":"cb088ac7e9125f3e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cb088ac7e9125f3e","status":"passed","time":{"start":1724918306250,"stop":1724918306250,"duration":0}},{"uid":"3ec004e8272d2a0a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3ec004e8272d2a0a","status":"passed","time":{"start":1724890060301,"stop":1724890060301,"duration":0}},{"uid":"e5fa32c40d932914","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e5fa32c40d932914","status":"passed","time":{"start":1724889191329,"stop":1724889191329,"duration":0}},{"uid":"8aea20cd1786033b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8aea20cd1786033b","status":"passed","time":{"start":1724888368608,"stop":1724888368618,"duration":10}},{"uid":"3958e248b83c1171","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3958e248b83c1171","status":"passed","time":{"start":1724887150941,"stop":1724887150941,"duration":0}},{"uid":"b147754979eaf785","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b147754979eaf785","status":"passed","time":{"start":1724886928812,"stop":1724886928819,"duration":7}},{"uid":"591216e1f9808f46","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/591216e1f9808f46","status":"passed","time":{"start":1724862346044,"stop":1724862346045,"duration":1}},{"uid":"3755995d928f9f0c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3755995d928f9f0c","status":"passed","time":{"start":1724861823101,"stop":1724861823101,"duration":0}},{"uid":"d7905f347019e92","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d7905f347019e92","status":"passed","time":{"start":1724861677724,"stop":1724861677724,"duration":0}},{"uid":"d0da512a065ddd2d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d0da512a065ddd2d","status":"passed","time":{"start":1724861503963,"stop":1724861503964,"duration":1}}]},"7e2ac153ef7f966804ad61aaa2a688ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b129131824274df8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b129131824274df8","status":"passed","time":{"start":1724921071991,"stop":1724921071992,"duration":1}},{"uid":"fb85ec3bdd9ccddd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fb85ec3bdd9ccddd","status":"passed","time":{"start":1724921046818,"stop":1724921046819,"duration":1}},{"uid":"d138ba7b8655afc6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d138ba7b8655afc6","status":"passed","time":{"start":1724917707018,"stop":1724917707020,"duration":2}},{"uid":"d021c9cbe3f50718","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d021c9cbe3f50718","status":"passed","time":{"start":1724889485856,"stop":1724889485857,"duration":1}},{"uid":"169fe7df14e1f741","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/169fe7df14e1f741","status":"passed","time":{"start":1724888636616,"stop":1724888636618,"duration":2}},{"uid":"cb6ddfc098f1eaa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cb6ddfc098f1eaa","status":"passed","time":{"start":1724887792852,"stop":1724887792853,"duration":1}},{"uid":"bfb2fc6e80defad5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bfb2fc6e80defad5","status":"passed","time":{"start":1724886559721,"stop":1724886559722,"duration":1}},{"uid":"db6286fc4640c3d5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/db6286fc4640c3d5","status":"passed","time":{"start":1724886337371,"stop":1724886337373,"duration":2}},{"uid":"24a728f5a148be13","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/24a728f5a148be13","status":"passed","time":{"start":1724861786725,"stop":1724861786727,"duration":2}},{"uid":"82e7b91a758fecd7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/82e7b91a758fecd7","status":"passed","time":{"start":1724861257209,"stop":1724861257210,"duration":1}},{"uid":"3d53a3d245fea169","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3d53a3d245fea169","status":"passed","time":{"start":1724861081078,"stop":1724861081080,"duration":2}},{"uid":"d61e0cdefd370","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d61e0cdefd370","status":"passed","time":{"start":1724860941727,"stop":1724860941729,"duration":2}}]},"4d56ffb3a9050f5b40c98d2eac693415:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"662b430445e0dcdb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/662b430445e0dcdb","status":"passed","time":{"start":1724921037655,"stop":1724921037655,"duration":0}},{"uid":"a50b2a9da56ab086","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a50b2a9da56ab086","status":"passed","time":{"start":1724921013069,"stop":1724921013070,"duration":1}},{"uid":"582eb22469cc37cb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/582eb22469cc37cb","status":"passed","time":{"start":1724917673310,"stop":1724917673310,"duration":0}},{"uid":"1a8a75e2a00a5fb8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1a8a75e2a00a5fb8","status":"passed","time":{"start":1724889452329,"stop":1724889452330,"duration":1}},{"uid":"39c7cf8a15259dc4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/39c7cf8a15259dc4","status":"passed","time":{"start":1724888602862,"stop":1724888602862,"duration":0}},{"uid":"93df1883e4ca3491","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/93df1883e4ca3491","status":"passed","time":{"start":1724887759182,"stop":1724887759182,"duration":0}},{"uid":"895466f6bb381cac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/895466f6bb381cac","status":"passed","time":{"start":1724886525559,"stop":1724886525559,"duration":0}},{"uid":"e9fe670245ccda50","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e9fe670245ccda50","status":"passed","time":{"start":1724886303416,"stop":1724886303416,"duration":0}},{"uid":"2e4907bb47bcf216","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2e4907bb47bcf216","status":"passed","time":{"start":1724861752252,"stop":1724861752252,"duration":0}},{"uid":"3a33f9bce11bf6b1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3a33f9bce11bf6b1","status":"passed","time":{"start":1724861223372,"stop":1724861223373,"duration":1}},{"uid":"7f668438afd0b5cb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7f668438afd0b5cb","status":"passed","time":{"start":1724861045222,"stop":1724861045222,"duration":0}},{"uid":"ba24b999eccd3f07","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ba24b999eccd3f07","status":"passed","time":{"start":1724860907109,"stop":1724860907109,"duration":0}}]},"c0667d85f76d2b02d48166734d5e25c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"960255ab3051197","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/960255ab3051197","status":"passed","time":{"start":1724921556044,"stop":1724921556058,"duration":14}}]},"d49356753cb280834e8da245b234566a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8dde49f846c61e92","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8dde49f846c61e92","status":"passed","time":{"start":1724861546171,"stop":1724861546172,"duration":1}}]},"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1b5565ebb7b12e45","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1b5565ebb7b12e45","status":"passed","time":{"start":1724921563003,"stop":1724921563004,"duration":1}},{"uid":"a2f038a7c66ef914","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a2f038a7c66ef914","status":"passed","time":{"start":1724921526807,"stop":1724921526807,"duration":0}},{"uid":"48fa167413b1dbf8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/48fa167413b1dbf8","status":"passed","time":{"start":1724918239926,"stop":1724918239926,"duration":0}},{"uid":"d781ca2621088f1c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d781ca2621088f1c","status":"passed","time":{"start":1724889980878,"stop":1724889980878,"duration":0}},{"uid":"c8580074c1780b00","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c8580074c1780b00","status":"passed","time":{"start":1724889109944,"stop":1724889109945,"duration":1}},{"uid":"e26b04ab88f4fe9c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e26b04ab88f4fe9c","status":"passed","time":{"start":1724888294717,"stop":1724888294717,"duration":0}},{"uid":"fe94ac10233a68f5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fe94ac10233a68f5","status":"passed","time":{"start":1724887071731,"stop":1724887071731,"duration":0}},{"uid":"9d23919da1e63331","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9d23919da1e63331","status":"passed","time":{"start":1724886848338,"stop":1724886848338,"duration":0}},{"uid":"7c951f6b060b201a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7c951f6b060b201a","status":"passed","time":{"start":1724862259239,"stop":1724862259240,"duration":1}},{"uid":"cbeef24f4c7f60ae","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cbeef24f4c7f60ae","status":"passed","time":{"start":1724861735320,"stop":1724861735320,"duration":0}},{"uid":"a2d138d9fccbf82d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a2d138d9fccbf82d","status":"passed","time":{"start":1724861606333,"stop":1724861606333,"duration":0}},{"uid":"d135ab3f0cc1e814","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d135ab3f0cc1e814","status":"passed","time":{"start":1724861426678,"stop":1724861426679,"duration":1}}]},"03cd704822bb75f984d84db407f159eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b8e6953dfdbec3ff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b8e6953dfdbec3ff","status":"passed","time":{"start":1724921270352,"stop":1724921270352,"duration":0}},{"uid":"7268eeb2c0435d2e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7268eeb2c0435d2e","status":"passed","time":{"start":1724921247812,"stop":1724921247812,"duration":0}},{"uid":"c45f3711809f2f5e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c45f3711809f2f5e","status":"passed","time":{"start":1724917989813,"stop":1724917989814,"duration":1}},{"uid":"9214d8323fa34c9f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9214d8323fa34c9f","status":"passed","time":{"start":1724889678541,"stop":1724889678542,"duration":1}},{"uid":"ce7d10b8a8ec2381","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ce7d10b8a8ec2381","status":"passed","time":{"start":1724888829833,"stop":1724888829833,"duration":0}},{"uid":"c80811709599f23b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c80811709599f23b","status":"passed","time":{"start":1724888076984,"stop":1724888076985,"duration":1}},{"uid":"e5c55e1ce1566afe","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e5c55e1ce1566afe","status":"passed","time":{"start":1724886851120,"stop":1724886851121,"duration":1}},{"uid":"e73ce8c1b70927ee","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e73ce8c1b70927ee","status":"passed","time":{"start":1724886647082,"stop":1724886647083,"duration":1}},{"uid":"7cc0fed3145cfd83","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7cc0fed3145cfd83","status":"passed","time":{"start":1724861992708,"stop":1724861992708,"duration":0}},{"uid":"717d57f89b100f98","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/717d57f89b100f98","status":"passed","time":{"start":1724861469637,"stop":1724861469637,"duration":0}},{"uid":"abff8a93dd3dbb2f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/abff8a93dd3dbb2f","status":"passed","time":{"start":1724861284852,"stop":1724861284853,"duration":1}},{"uid":"a5dc3ccb9edea78","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a5dc3ccb9edea78","status":"passed","time":{"start":1724861145797,"stop":1724861145798,"duration":1}}]},"26330da5b3096bf3d09adef4cbbbc4b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"de1e2293a956f74b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/de1e2293a956f74b","status":"passed","time":{"start":1724921672580,"stop":1724921672580,"duration":0}},{"uid":"934a266aa5476158","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/934a266aa5476158","status":"passed","time":{"start":1724921629963,"stop":1724921629963,"duration":0}},{"uid":"fdb61e6c404805e5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fdb61e6c404805e5","status":"passed","time":{"start":1724918337081,"stop":1724918337081,"duration":0}},{"uid":"a65cda467033f996","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a65cda467033f996","status":"passed","time":{"start":1724890089177,"stop":1724890089178,"duration":1}},{"uid":"18d7eb3564abec97","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/18d7eb3564abec97","status":"passed","time":{"start":1724889221659,"stop":1724889221659,"duration":0}},{"uid":"5cdb9a52ee950725","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5cdb9a52ee950725","status":"passed","time":{"start":1724888396187,"stop":1724888396187,"duration":0}},{"uid":"c10ecf155cfc4c3c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c10ecf155cfc4c3c","status":"passed","time":{"start":1724887170937,"stop":1724887170937,"duration":0}},{"uid":"63b925fbbebb78e6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/63b925fbbebb78e6","status":"passed","time":{"start":1724886948524,"stop":1724886948524,"duration":0}},{"uid":"f511ea33c5701dca","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f511ea33c5701dca","status":"passed","time":{"start":1724862370752,"stop":1724862370752,"duration":0}},{"uid":"d3269081a5aea922","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d3269081a5aea922","status":"passed","time":{"start":1724861845157,"stop":1724861845160,"duration":3}},{"uid":"23819e739ccebe1e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/23819e739ccebe1e","status":"passed","time":{"start":1724861703115,"stop":1724861703115,"duration":0}},{"uid":"8877ccda5dbb4443","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8877ccda5dbb4443","status":"passed","time":{"start":1724861530975,"stop":1724861530975,"duration":0}}]},"bba86f6e47218436c2b279d10ade504a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"841549f8241a4f48","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/841549f8241a4f48","status":"passed","time":{"start":1724921602941,"stop":1724921602943,"duration":2}},{"uid":"ffe58c6dea5523fa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ffe58c6dea5523fa","status":"passed","time":{"start":1724921571090,"stop":1724921571090,"duration":0}},{"uid":"76a12265db476d29","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/76a12265db476d29","status":"passed","time":{"start":1724918285579,"stop":1724918285579,"duration":0}},{"uid":"a5f7cb20728404cd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5f7cb20728404cd","status":"passed","time":{"start":1724890030085,"stop":1724890030085,"duration":0}},{"uid":"c05d7bdcf4a94df8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c05d7bdcf4a94df8","status":"passed","time":{"start":1724889171903,"stop":1724889171903,"duration":0}},{"uid":"b6861d4d3dfd07d3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b6861d4d3dfd07d3","status":"passed","time":{"start":1724888350717,"stop":1724888350717,"duration":0}},{"uid":"1a1c0e202b8e72ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1a1c0e202b8e72ea","status":"passed","time":{"start":1724887115402,"stop":1724887115402,"duration":0}},{"uid":"cb5f9b720ad00346","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cb5f9b720ad00346","status":"passed","time":{"start":1724886884567,"stop":1724886884567,"duration":0}},{"uid":"224782996b1ef460","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/224782996b1ef460","status":"passed","time":{"start":1724862322241,"stop":1724862322242,"duration":1}},{"uid":"ff2107deeb36aa66","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ff2107deeb36aa66","status":"passed","time":{"start":1724861790746,"stop":1724861790747,"duration":1}},{"uid":"59086a546ed1fd90","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/59086a546ed1fd90","status":"passed","time":{"start":1724861628414,"stop":1724861628415,"duration":1}},{"uid":"2c7c131b706b0c4f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2c7c131b706b0c4f","status":"passed","time":{"start":1724861465617,"stop":1724861465618,"duration":1}}]},"52d579e91fefe7ae2ff2607dc28cab8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"33b9094c70636ea9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33b9094c70636ea9","status":"passed","time":{"start":1724889938368,"stop":1724889938368,"duration":0}}]},"d7c2817025e0b686825bd46983b02b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e2dd52dedd97177","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e2dd52dedd97177","status":"passed","time":{"start":1724861145674,"stop":1724861145674,"duration":0}}]},"7ce18161254ebadcfa68668ab8c81e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e8a573b851f097b4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e8a573b851f097b4","status":"passed","time":{"start":1724921540106,"stop":1724921540107,"duration":1}},{"uid":"82944b004fb316a7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/82944b004fb316a7","status":"passed","time":{"start":1724921503538,"stop":1724921503539,"duration":1}},{"uid":"2d03253a42368417","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2d03253a42368417","status":"passed","time":{"start":1724918214355,"stop":1724918214355,"duration":0}},{"uid":"c2a9bac8e8960fad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2a9bac8e8960fad","status":"passed","time":{"start":1724889952442,"stop":1724889952443,"duration":1}},{"uid":"6df7b37de727a6e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6df7b37de727a6e1","status":"passed","time":{"start":1724889087460,"stop":1724889087460,"duration":0}},{"uid":"405ae069a8bab0c1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/405ae069a8bab0c1","status":"passed","time":{"start":1724888266428,"stop":1724888266428,"duration":0}},{"uid":"fa2519ee081381c6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fa2519ee081381c6","status":"passed","time":{"start":1724887042929,"stop":1724887042930,"duration":1}},{"uid":"536563571d656ae2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/536563571d656ae2","status":"passed","time":{"start":1724886820796,"stop":1724886820797,"duration":1}},{"uid":"b1768ac5785f9ffb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1768ac5785f9ffb","status":"passed","time":{"start":1724862245488,"stop":1724862245489,"duration":1}},{"uid":"7c48e0a7d032b49c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7c48e0a7d032b49c","status":"passed","time":{"start":1724861720393,"stop":1724861720393,"duration":0}},{"uid":"7ab19e1046c0f337","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7ab19e1046c0f337","status":"passed","time":{"start":1724861579386,"stop":1724861579386,"duration":0}},{"uid":"e21816539dd80ff0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e21816539dd80ff0","status":"passed","time":{"start":1724861402506,"stop":1724861402506,"duration":0}}]},"51b13c4a3c82351a42d73fa468f9539d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"211fe50555a2ab70","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/211fe50555a2ab70","status":"passed","time":{"start":1724921620594,"stop":1724921620595,"duration":1}},{"uid":"ca20a97a6ea4abff","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ca20a97a6ea4abff","status":"passed","time":{"start":1724921566686,"stop":1724921566686,"duration":0}},{"uid":"859f5b7fbd0a0860","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/859f5b7fbd0a0860","status":"passed","time":{"start":1724918280552,"stop":1724918280552,"duration":0}},{"uid":"bc9ed7ae0a7c7e6e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc9ed7ae0a7c7e6e","status":"passed","time":{"start":1724890019468,"stop":1724890019468,"duration":0}},{"uid":"6686392d0d656a8f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6686392d0d656a8f","status":"passed","time":{"start":1724889148721,"stop":1724889148721,"duration":0}},{"uid":"86e1bb1773603233","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/86e1bb1773603233","status":"passed","time":{"start":1724888331953,"stop":1724888331954,"duration":1}},{"uid":"1178514aaf5dddf6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1178514aaf5dddf6","status":"passed","time":{"start":1724887107113,"stop":1724887107113,"duration":0}},{"uid":"3a62892c794a56e1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3a62892c794a56e1","status":"passed","time":{"start":1724886889607,"stop":1724886889607,"duration":0}},{"uid":"793c2853d68fa51c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/793c2853d68fa51c","status":"passed","time":{"start":1724862298788,"stop":1724862298788,"duration":0}},{"uid":"9c47e74254660707","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9c47e74254660707","status":"passed","time":{"start":1724861779251,"stop":1724861779252,"duration":1}},{"uid":"f7f2b74b90d92f79","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f7f2b74b90d92f79","status":"passed","time":{"start":1724861646559,"stop":1724861646561,"duration":2}},{"uid":"9e053bc28d1c69e4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9e053bc28d1c69e4","status":"passed","time":{"start":1724861466610,"stop":1724861466611,"duration":1}}]},"96d052cc2d4d67f075196ba679807ea8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3e775a524f387094","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3e775a524f387094","status":"passed","time":{"start":1724921037631,"stop":1724921037631,"duration":0}},{"uid":"8679edf23ab318b0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8679edf23ab318b0","status":"passed","time":{"start":1724921013043,"stop":1724921013044,"duration":1}},{"uid":"37ac326990081de3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/37ac326990081de3","status":"passed","time":{"start":1724917673286,"stop":1724917673286,"duration":0}},{"uid":"ff8eccd5ac8999db","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff8eccd5ac8999db","status":"passed","time":{"start":1724889452305,"stop":1724889452306,"duration":1}},{"uid":"9e9e969430cbc80b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e9e969430cbc80b","status":"passed","time":{"start":1724888602836,"stop":1724888602836,"duration":0}},{"uid":"7234654076f60acc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7234654076f60acc","status":"passed","time":{"start":1724887759160,"stop":1724887759160,"duration":0}},{"uid":"a89965eb3a70a5e7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a89965eb3a70a5e7","status":"passed","time":{"start":1724886525540,"stop":1724886525540,"duration":0}},{"uid":"ee8bc8a4f229de17","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ee8bc8a4f229de17","status":"passed","time":{"start":1724886303392,"stop":1724886303393,"duration":1}},{"uid":"dd4f9366d6632214","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd4f9366d6632214","status":"passed","time":{"start":1724861752223,"stop":1724861752223,"duration":0}},{"uid":"25fc41d3d7dd81a0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/25fc41d3d7dd81a0","status":"passed","time":{"start":1724861223351,"stop":1724861223351,"duration":0}},{"uid":"7314ef231461ad34","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7314ef231461ad34","status":"passed","time":{"start":1724861045197,"stop":1724861045198,"duration":1}},{"uid":"730775233ecf803f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/730775233ecf803f","status":"passed","time":{"start":1724860907080,"stop":1724860907081,"duration":1}}]},"60f0ccd9287782ff6ae41aeb8355a2d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b128c6132fadca5b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b128c6132fadca5b","status":"passed","time":{"start":1724921037649,"stop":1724921037650,"duration":1}},{"uid":"12d6191e00ae797c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/12d6191e00ae797c","status":"passed","time":{"start":1724921013062,"stop":1724921013062,"duration":0}},{"uid":"4f73b7d0ac7be3f3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4f73b7d0ac7be3f3","status":"passed","time":{"start":1724917673302,"stop":1724917673303,"duration":1}},{"uid":"b56c99caef6a0ce6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b56c99caef6a0ce6","status":"passed","time":{"start":1724889452323,"stop":1724889452323,"duration":0}},{"uid":"11a4e713d01ab491","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/11a4e713d01ab491","status":"passed","time":{"start":1724888602855,"stop":1724888602855,"duration":0}},{"uid":"93d755c0e96eb12","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/93d755c0e96eb12","status":"passed","time":{"start":1724887759175,"stop":1724887759176,"duration":1}},{"uid":"888d506a8f386fe9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/888d506a8f386fe9","status":"passed","time":{"start":1724886525554,"stop":1724886525554,"duration":0}},{"uid":"7c25d7679f31e05c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7c25d7679f31e05c","status":"passed","time":{"start":1724886303409,"stop":1724886303409,"duration":0}},{"uid":"ac27b2f62392efc8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ac27b2f62392efc8","status":"passed","time":{"start":1724861752246,"stop":1724861752246,"duration":0}},{"uid":"c4a65392b24f07b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c4a65392b24f07b","status":"passed","time":{"start":1724861223366,"stop":1724861223366,"duration":0}},{"uid":"7f8e301d2406efe6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7f8e301d2406efe6","status":"passed","time":{"start":1724861045215,"stop":1724861045215,"duration":0}},{"uid":"33aad2beb6b766a8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/33aad2beb6b766a8","status":"passed","time":{"start":1724860907100,"stop":1724860907100,"duration":0}}]},"6e881e81d5dc403c0c20e414b01b1d9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e4bf5214366e4ef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e4bf5214366e4ef","status":"passed","time":{"start":1724862322281,"stop":1724862322281,"duration":0}}]},"dd6e209b83ddedee2935ba848d5a742f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b40ce6b8319ca8e6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b40ce6b8319ca8e6","status":"passed","time":{"start":1724921663253,"stop":1724921663254,"duration":1}},{"uid":"3ff49a9ac397ba14","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3ff49a9ac397ba14","status":"passed","time":{"start":1724921617878,"stop":1724921617879,"duration":1}},{"uid":"36e49c4e97a13a86","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/36e49c4e97a13a86","status":"passed","time":{"start":1724918326160,"stop":1724918326160,"duration":0}},{"uid":"1690c2fb6dd24fd0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1690c2fb6dd24fd0","status":"passed","time":{"start":1724890076392,"stop":1724890076392,"duration":0}},{"uid":"2af2e44c69e3077a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2af2e44c69e3077a","status":"passed","time":{"start":1724889199686,"stop":1724889199687,"duration":1}},{"uid":"894ac01cd9f63976","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/894ac01cd9f63976","status":"passed","time":{"start":1724888382420,"stop":1724888382421,"duration":1}},{"uid":"3110ecb34c97a07a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3110ecb34c97a07a","status":"passed","time":{"start":1724887156366,"stop":1724887156367,"duration":1}},{"uid":"ad00e63020dc23f3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ad00e63020dc23f3","status":"passed","time":{"start":1724886936159,"stop":1724886936168,"duration":9}},{"uid":"b0d487dbcdc72564","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b0d487dbcdc72564","status":"passed","time":{"start":1724862347635,"stop":1724862347635,"duration":0}},{"uid":"f1339e26a76a9fba","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f1339e26a76a9fba","status":"passed","time":{"start":1724861827952,"stop":1724861827952,"duration":0}},{"uid":"86e145795c0faba0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/86e145795c0faba0","status":"passed","time":{"start":1724861685957,"stop":1724861685958,"duration":1}},{"uid":"1433f35c7dc0c746","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1433f35c7dc0c746","status":"passed","time":{"start":1724861514746,"stop":1724861514746,"duration":0}}]},"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b22f5ba160756d28","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b22f5ba160756d28","status":"passed","time":{"start":1724921665482,"stop":1724921665482,"duration":0}},{"uid":"7e12f7d1c081797d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7e12f7d1c081797d","status":"passed","time":{"start":1724921620263,"stop":1724921620264,"duration":1}},{"uid":"bee8ba7116310627","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bee8ba7116310627","status":"passed","time":{"start":1724918327895,"stop":1724918327895,"duration":0}},{"uid":"72208b4bcb8b4fc4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72208b4bcb8b4fc4","status":"passed","time":{"start":1724890080824,"stop":1724890080825,"duration":1}},{"uid":"a737813ac0f3d9f3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a737813ac0f3d9f3","status":"passed","time":{"start":1724889209274,"stop":1724889209275,"duration":1}},{"uid":"79a1f3ce66410f4d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/79a1f3ce66410f4d","status":"passed","time":{"start":1724888392556,"stop":1724888392556,"duration":0}},{"uid":"6f4677bc10684d27","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6f4677bc10684d27","status":"passed","time":{"start":1724887163401,"stop":1724887163401,"duration":0}},{"uid":"29391bc152a461e0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/29391bc152a461e0","status":"passed","time":{"start":1724886939850,"stop":1724886939850,"duration":0}},{"uid":"88f84acb9a45f8a8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/88f84acb9a45f8a8","status":"passed","time":{"start":1724862357132,"stop":1724862357132,"duration":0}},{"uid":"f288f7fe22cb3080","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f288f7fe22cb3080","status":"passed","time":{"start":1724861837824,"stop":1724861837824,"duration":0}},{"uid":"12c0f906dc5c3d00","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/12c0f906dc5c3d00","status":"passed","time":{"start":1724861694571,"stop":1724861694571,"duration":0}},{"uid":"aa718544d93a79ac","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/aa718544d93a79ac","status":"passed","time":{"start":1724861523915,"stop":1724861523915,"duration":0}}]},"966300dd66579ac55fc113dd4648bf73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a065e38701082722","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a065e38701082722","status":"passed","time":{"start":1724921529586,"stop":1724921529586,"duration":0}},{"uid":"8ca11ee7a187c757","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8ca11ee7a187c757","status":"passed","time":{"start":1724921488881,"stop":1724921488881,"duration":0}},{"uid":"8f89234acd2a98ae","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8f89234acd2a98ae","status":"passed","time":{"start":1724918203687,"stop":1724918203687,"duration":0}},{"uid":"c1bd6891ed0fae46","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c1bd6891ed0fae46","status":"passed","time":{"start":1724889938363,"stop":1724889938363,"duration":0}},{"uid":"376ffe885973f9c3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/376ffe885973f9c3","status":"passed","time":{"start":1724889077067,"stop":1724889077067,"duration":0}},{"uid":"b9a3b25ad1aa30e6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b9a3b25ad1aa30e6","status":"passed","time":{"start":1724888268036,"stop":1724888268036,"duration":0}},{"uid":"4ffc42f80393a07a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4ffc42f80393a07a","status":"passed","time":{"start":1724887032408,"stop":1724887032408,"duration":0}},{"uid":"3e9e95a3a85de80b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3e9e95a3a85de80b","status":"passed","time":{"start":1724886822822,"stop":1724886822822,"duration":0}},{"uid":"4e450b76e95c98c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4e450b76e95c98c9","status":"passed","time":{"start":1724862233512,"stop":1724862233512,"duration":0}},{"uid":"bc3263196f8be6a8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bc3263196f8be6a8","status":"passed","time":{"start":1724861712671,"stop":1724861712671,"duration":0}},{"uid":"bfc49bb6cb32a793","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bfc49bb6cb32a793","status":"passed","time":{"start":1724861567890,"stop":1724861567891,"duration":1}},{"uid":"d3923e16945b82eb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d3923e16945b82eb","status":"passed","time":{"start":1724861392055,"stop":1724861392055,"duration":0}}]},"487360e262b8a6ed18ef973d5078e640:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"11478258b73834c9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/11478258b73834c9","status":"passed","time":{"start":1724921198885,"stop":1724921198886,"duration":1}},{"uid":"a2172fd16291efd6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a2172fd16291efd6","status":"passed","time":{"start":1724921172338,"stop":1724921172339,"duration":1}},{"uid":"f0dac3f9b95a3a22","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f0dac3f9b95a3a22","status":"passed","time":{"start":1724917841038,"stop":1724917841039,"duration":1}},{"uid":"b0ce75c5fb929a5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b0ce75c5fb929a5","status":"passed","time":{"start":1724889622281,"stop":1724889622281,"duration":0}},{"uid":"c5bfae1c7a612194","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5bfae1c7a612194","status":"passed","time":{"start":1724888769661,"stop":1724888769661,"duration":0}},{"uid":"60de0a78808e529e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/60de0a78808e529e","status":"passed","time":{"start":1724887926167,"stop":1724887926167,"duration":0}},{"uid":"661d853a5ed02283","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/661d853a5ed02283","status":"passed","time":{"start":1724886693078,"stop":1724886693078,"duration":0}},{"uid":"deeefb1bbbc8364e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/deeefb1bbbc8364e","status":"passed","time":{"start":1724886468834,"stop":1724886468835,"duration":1}},{"uid":"6aa72083c8840ca8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6aa72083c8840ca8","status":"passed","time":{"start":1724861918245,"stop":1724861918246,"duration":1}},{"uid":"7b041b1166ea5d23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7b041b1166ea5d23","status":"passed","time":{"start":1724861388580,"stop":1724861388581,"duration":1}},{"uid":"ae9785583263ec03","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ae9785583263ec03","status":"passed","time":{"start":1724861221408,"stop":1724861221408,"duration":0}},{"uid":"42025b1c7aa882e3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/42025b1c7aa882e3","status":"passed","time":{"start":1724861075800,"stop":1724861075803,"duration":3}}]},"27c86ce96e2f4c2cbd3052ec41b1c394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f919e2b0d44c3662","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f919e2b0d44c3662","status":"passed","time":{"start":1724889111172,"stop":1724889111173,"duration":1}}]},"90c2da105d44cd5038a3e47356ecb60f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"da327398b7d68cc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/da327398b7d68cc","status":"passed","time":{"start":1724921515231,"stop":1724921515231,"duration":0}},{"uid":"5f7b76a568080a03","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5f7b76a568080a03","status":"passed","time":{"start":1724921475459,"stop":1724921475459,"duration":0}},{"uid":"33087df03a35e82","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/33087df03a35e82","status":"passed","time":{"start":1724918179406,"stop":1724918179406,"duration":0}},{"uid":"a2c15ea9f936e170","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2c15ea9f936e170","status":"passed","time":{"start":1724889935345,"stop":1724889935345,"duration":0}},{"uid":"4a2bffe5b8bddbe4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a2bffe5b8bddbe4","status":"passed","time":{"start":1724889072759,"stop":1724889072759,"duration":0}},{"uid":"bf0e668214192801","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bf0e668214192801","status":"passed","time":{"start":1724888232420,"stop":1724888232421,"duration":1}},{"uid":"406ccc03262c76bc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/406ccc03262c76bc","status":"passed","time":{"start":1724887018307,"stop":1724887018308,"duration":1}},{"uid":"8178703add842ba0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8178703add842ba0","status":"passed","time":{"start":1724886781484,"stop":1724886781485,"duration":1}},{"uid":"1a1b96284f55b1a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1a1b96284f55b1a1","status":"passed","time":{"start":1724862213667,"stop":1724862213668,"duration":1}},{"uid":"7575e493bf926685","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7575e493bf926685","status":"passed","time":{"start":1724861685860,"stop":1724861685861,"duration":1}},{"uid":"d889b871aa3ade00","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d889b871aa3ade00","status":"passed","time":{"start":1724861546182,"stop":1724861546183,"duration":1}},{"uid":"8c979dca3c75e021","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8c979dca3c75e021","status":"passed","time":{"start":1724861378116,"stop":1724861378117,"duration":1}}]},"2948283825d9333beac600eb7aed52d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7ea8b4edebffe8ae","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7ea8b4edebffe8ae","status":"passed","time":{"start":1724921040180,"stop":1724921040180,"duration":0}},{"uid":"224011dd1a7c4faf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/224011dd1a7c4faf","status":"passed","time":{"start":1724921015573,"stop":1724921015573,"duration":0}},{"uid":"419f00301400b6e4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/419f00301400b6e4","status":"passed","time":{"start":1724917675798,"stop":1724917675798,"duration":0}},{"uid":"1f39f5ab6dc71fe0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1f39f5ab6dc71fe0","status":"passed","time":{"start":1724889454806,"stop":1724889454806,"duration":0}},{"uid":"57de30c446919d80","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/57de30c446919d80","status":"passed","time":{"start":1724888605322,"stop":1724888605322,"duration":0}},{"uid":"d38a3342ff6145f4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d38a3342ff6145f4","status":"passed","time":{"start":1724887761647,"stop":1724887761647,"duration":0}},{"uid":"19da89c96daea822","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/19da89c96daea822","status":"passed","time":{"start":1724886527992,"stop":1724886527993,"duration":1}},{"uid":"34e0db91e10c2d72","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/34e0db91e10c2d72","status":"passed","time":{"start":1724886305811,"stop":1724886305812,"duration":1}},{"uid":"e291167255feaba3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e291167255feaba3","status":"passed","time":{"start":1724861754709,"stop":1724861754709,"duration":0}},{"uid":"40007aec1c6e73cb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/40007aec1c6e73cb","status":"passed","time":{"start":1724861225781,"stop":1724861225782,"duration":1}},{"uid":"4b2842c9da288ae2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4b2842c9da288ae2","status":"passed","time":{"start":1724861047868,"stop":1724861047869,"duration":1}},{"uid":"46ec6b325b51c2b6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/46ec6b325b51c2b6","status":"passed","time":{"start":1724860909784,"stop":1724860909785,"duration":1}}]},"899c5d66a8337911ade43525f8b3dfaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5518751c2318af6c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5518751c2318af6c","status":"passed","time":{"start":1724921045535,"stop":1724921045536,"duration":1}},{"uid":"1661832603cbd71a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1661832603cbd71a","status":"passed","time":{"start":1724921020729,"stop":1724921020729,"duration":0}},{"uid":"d61e1c7e11429f4d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d61e1c7e11429f4d","status":"passed","time":{"start":1724917681060,"stop":1724917681061,"duration":1}},{"uid":"94e35760555c9101","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/94e35760555c9101","status":"passed","time":{"start":1724889459953,"stop":1724889459953,"duration":0}},{"uid":"391d51077abb788a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/391d51077abb788a","status":"passed","time":{"start":1724888610542,"stop":1724888610542,"duration":0}},{"uid":"6e95634198b8d67c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6e95634198b8d67c","status":"passed","time":{"start":1724887766851,"stop":1724887766851,"duration":0}},{"uid":"c44638fcd29da577","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c44638fcd29da577","status":"passed","time":{"start":1724886533246,"stop":1724886533247,"duration":1}},{"uid":"72f3c62e47268ca5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/72f3c62e47268ca5","status":"passed","time":{"start":1724886311094,"stop":1724886311095,"duration":1}},{"uid":"d83e02c6e9764f62","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d83e02c6e9764f62","status":"passed","time":{"start":1724861760052,"stop":1724861760052,"duration":0}},{"uid":"273a8b0db805a057","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/273a8b0db805a057","status":"passed","time":{"start":1724861230835,"stop":1724861230836,"duration":1}},{"uid":"bc588a9c0ef32066","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bc588a9c0ef32066","status":"passed","time":{"start":1724861053408,"stop":1724861053409,"duration":1}},{"uid":"5db42af2bc1fcd84","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5db42af2bc1fcd84","status":"passed","time":{"start":1724860914747,"stop":1724860914748,"duration":1}}]},"ae3e142dc85b413c1f1aeb2fddc2d411:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6834b27dc72b33d9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6834b27dc72b33d9","status":"passed","time":{"start":1724921270366,"stop":1724921270366,"duration":0}},{"uid":"4c7b7756b6460005","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4c7b7756b6460005","status":"passed","time":{"start":1724921247828,"stop":1724921247831,"duration":3}},{"uid":"370cc884b43c5d3e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/370cc884b43c5d3e","status":"passed","time":{"start":1724917989828,"stop":1724917989828,"duration":0}},{"uid":"f9cf81d7bf5eb69c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9cf81d7bf5eb69c","status":"passed","time":{"start":1724889678579,"stop":1724889678579,"duration":0}},{"uid":"4ae8437a76c6b175","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4ae8437a76c6b175","status":"passed","time":{"start":1724888829852,"stop":1724888829852,"duration":0}},{"uid":"99d03f544d994c57","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/99d03f544d994c57","status":"passed","time":{"start":1724888077019,"stop":1724888077019,"duration":0}},{"uid":"f30757314ba6274b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f30757314ba6274b","status":"passed","time":{"start":1724886851132,"stop":1724886851132,"duration":0}},{"uid":"a5f13fa63653543a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a5f13fa63653543a","status":"passed","time":{"start":1724886647126,"stop":1724886647126,"duration":0}},{"uid":"3c6df4dbe709a68c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c6df4dbe709a68c","status":"passed","time":{"start":1724861992718,"stop":1724861992718,"duration":0}},{"uid":"20e01ab3ef1e9bcb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/20e01ab3ef1e9bcb","status":"passed","time":{"start":1724861469651,"stop":1724861469651,"duration":0}},{"uid":"1bff5c3e37922835","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1bff5c3e37922835","status":"passed","time":{"start":1724861284872,"stop":1724861284873,"duration":1}},{"uid":"8cc408d5101663a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8cc408d5101663a","status":"passed","time":{"start":1724861145824,"stop":1724861145824,"duration":0}}]},"460c50674f0e86169f8d2db4fee2f180:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4539a613514e231b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4539a613514e231b","status":"passed","time":{"start":1724921529570,"stop":1724921529570,"duration":0}},{"uid":"4979c0aa19eb2b50","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4979c0aa19eb2b50","status":"passed","time":{"start":1724921488872,"stop":1724921488872,"duration":0}},{"uid":"16932dfb2d2c16e9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/16932dfb2d2c16e9","status":"passed","time":{"start":1724918203668,"stop":1724918203668,"duration":0}},{"uid":"808ac63bdb6832ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/808ac63bdb6832ac","status":"passed","time":{"start":1724889938351,"stop":1724889938352,"duration":1}},{"uid":"401e7e3fe1e2bd92","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/401e7e3fe1e2bd92","status":"passed","time":{"start":1724889077031,"stop":1724889077031,"duration":0}},{"uid":"1f1c0d5f79d70d14","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1f1c0d5f79d70d14","status":"passed","time":{"start":1724888268004,"stop":1724888268004,"duration":0}},{"uid":"2c40903c9e8b0623","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2c40903c9e8b0623","status":"passed","time":{"start":1724887032388,"stop":1724887032388,"duration":0}},{"uid":"18a185ec6c1af5d5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/18a185ec6c1af5d5","status":"passed","time":{"start":1724886822784,"stop":1724886822785,"duration":1}},{"uid":"9f90d0ac41cb69f6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f90d0ac41cb69f6","status":"passed","time":{"start":1724862233502,"stop":1724862233502,"duration":0}},{"uid":"bec73eecb2e98eb9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bec73eecb2e98eb9","status":"passed","time":{"start":1724861712663,"stop":1724861712663,"duration":0}},{"uid":"de8798921f148735","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/de8798921f148735","status":"passed","time":{"start":1724861567878,"stop":1724861567879,"duration":1}},{"uid":"ee796ab2bb6e209d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ee796ab2bb6e209d","status":"passed","time":{"start":1724861392037,"stop":1724861392038,"duration":1}}]},"a5d994d4e037636091129240852c1ee6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3683e32f594ff06b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3683e32f594ff06b","status":"passed","time":{"start":1724888345353,"stop":1724888345354,"duration":1}}]},"e06a0c3a976c1f7a86fba9d43d7c3f18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b3400111a432c6e1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b3400111a432c6e1","status":"passed","time":{"start":1724861637973,"stop":1724861637974,"duration":1}}]},"9e2c3e98b7175f01f1d9056bc9119a12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b7b0151897eef35e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b7b0151897eef35e","status":"passed","time":{"start":1724921037620,"stop":1724921037620,"duration":0}},{"uid":"903ff2684ce1fc49","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/903ff2684ce1fc49","status":"passed","time":{"start":1724921013032,"stop":1724921013033,"duration":1}},{"uid":"fc65db87e05bb9f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fc65db87e05bb9f","status":"passed","time":{"start":1724917673276,"stop":1724917673276,"duration":0}},{"uid":"151b29a8f69329bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/151b29a8f69329bd","status":"passed","time":{"start":1724889452294,"stop":1724889452295,"duration":1}},{"uid":"8c01ba9bbec739c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8c01ba9bbec739c9","status":"passed","time":{"start":1724888602824,"stop":1724888602824,"duration":0}},{"uid":"542fc6b7460f8ce3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/542fc6b7460f8ce3","status":"passed","time":{"start":1724887759149,"stop":1724887759149,"duration":0}},{"uid":"23106c6511095fb0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/23106c6511095fb0","status":"passed","time":{"start":1724886525536,"stop":1724886525536,"duration":0}},{"uid":"e43cf6a4acc0e9ee","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e43cf6a4acc0e9ee","status":"passed","time":{"start":1724886303381,"stop":1724886303382,"duration":1}},{"uid":"fc55b453324cd8d7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc55b453324cd8d7","status":"passed","time":{"start":1724861752210,"stop":1724861752211,"duration":1}},{"uid":"a658461797dff594","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a658461797dff594","status":"passed","time":{"start":1724861223341,"stop":1724861223341,"duration":0}},{"uid":"8aad20535975bd16","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8aad20535975bd16","status":"passed","time":{"start":1724861045186,"stop":1724861045186,"duration":0}},{"uid":"c85a898136f50a84","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c85a898136f50a84","status":"passed","time":{"start":1724860907068,"stop":1724860907069,"duration":1}}]},"3fb18a885665865913cabe795f9cd3e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2c2593e0211c829e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2c2593e0211c829e","status":"passed","time":{"start":1724921619628,"stop":1724921619629,"duration":1}},{"uid":"9ae9646bd8c0ae0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9ae9646bd8c0ae0","status":"passed","time":{"start":1724921577166,"stop":1724921577167,"duration":1}},{"uid":"4e9f44f725263318","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4e9f44f725263318","status":"passed","time":{"start":1724918298097,"stop":1724918298098,"duration":1}},{"uid":"eb61b2aa0865c8a3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eb61b2aa0865c8a3","status":"passed","time":{"start":1724890039736,"stop":1724890039737,"duration":1}},{"uid":"730a2e163b4b3abb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/730a2e163b4b3abb","status":"passed","time":{"start":1724889169842,"stop":1724889169843,"duration":1}},{"uid":"d630a66c6a008fae","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d630a66c6a008fae","status":"passed","time":{"start":1724888345350,"stop":1724888345350,"duration":0}},{"uid":"3cdafaf87c9f3a12","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3cdafaf87c9f3a12","status":"passed","time":{"start":1724887127872,"stop":1724887127872,"duration":0}},{"uid":"cb9e53b48a1b690f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cb9e53b48a1b690f","status":"passed","time":{"start":1724886906377,"stop":1724886906378,"duration":1}},{"uid":"8e2e8688b37c3174","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e2e8688b37c3174","status":"passed","time":{"start":1724862320142,"stop":1724862320143,"duration":1}},{"uid":"7eb3989760438e8a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7eb3989760438e8a","status":"passed","time":{"start":1724861800254,"stop":1724861800254,"duration":0}},{"uid":"bb44685771e7fa0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bb44685771e7fa0","status":"passed","time":{"start":1724861655158,"stop":1724861655159,"duration":1}},{"uid":"780d719b455e6ea4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/780d719b455e6ea4","status":"passed","time":{"start":1724861485078,"stop":1724861485078,"duration":0}}]},"06e57c27fbe129c5f21509a3f48947ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bd982cf118f543d4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bd982cf118f543d4","status":"passed","time":{"start":1724921656079,"stop":1724921656080,"duration":1}},{"uid":"3dc641d487740ee8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3dc641d487740ee8","status":"passed","time":{"start":1724921612561,"stop":1724921612561,"duration":0}},{"uid":"2b45aa5af4f7dfa9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2b45aa5af4f7dfa9","status":"passed","time":{"start":1724918317375,"stop":1724918317376,"duration":1}},{"uid":"46ba15d5df14efbd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/46ba15d5df14efbd","status":"passed","time":{"start":1724890075097,"stop":1724890075098,"duration":1}},{"uid":"7743c19b79d2c20d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7743c19b79d2c20d","status":"passed","time":{"start":1724889203357,"stop":1724889203357,"duration":0}},{"uid":"e38a32953716b6c7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e38a32953716b6c7","status":"passed","time":{"start":1724888382915,"stop":1724888382915,"duration":0}},{"uid":"215da7d84a57569","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/215da7d84a57569","status":"passed","time":{"start":1724887158109,"stop":1724887158109,"duration":0}},{"uid":"6808bc0f71a8e1a8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6808bc0f71a8e1a8","status":"passed","time":{"start":1724886934376,"stop":1724886934376,"duration":0}},{"uid":"4f94596c66a89a00","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f94596c66a89a00","status":"passed","time":{"start":1724862354701,"stop":1724862354701,"duration":0}},{"uid":"8d697f00263c13da","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8d697f00263c13da","status":"passed","time":{"start":1724861830502,"stop":1724861830502,"duration":0}},{"uid":"ef38b410e8fb63fd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ef38b410e8fb63fd","status":"passed","time":{"start":1724861685352,"stop":1724861685353,"duration":1}},{"uid":"7768cde77b3efdd4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7768cde77b3efdd4","status":"passed","time":{"start":1724861518175,"stop":1724861518175,"duration":0}}]},"53fd269993f3922af7b8872cce70892a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a66b441fbbc0f529","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a66b441fbbc0f529","status":"passed","time":{"start":1724862320148,"stop":1724862320148,"duration":0}}]},"2f60eb11375122698cd189a9993bdab0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f6e069d3dc4eb0fc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f6e069d3dc4eb0fc","status":"passed","time":{"start":1724921625067,"stop":1724921625068,"duration":1}},{"uid":"d44ae020496c8a08","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d44ae020496c8a08","status":"passed","time":{"start":1724921590497,"stop":1724921590497,"duration":0}},{"uid":"72f0eb046d3127e8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/72f0eb046d3127e8","status":"passed","time":{"start":1724918287566,"stop":1724918287566,"duration":0}},{"uid":"dd60975e52938f3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd60975e52938f3e","status":"passed","time":{"start":1724890047789,"stop":1724890047789,"duration":0}},{"uid":"25e04a61d8dca42","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/25e04a61d8dca42","status":"passed","time":{"start":1724889183922,"stop":1724889183922,"duration":0}},{"uid":"98dfd26ff6fa4f63","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/98dfd26ff6fa4f63","status":"passed","time":{"start":1724888354167,"stop":1724888354167,"duration":0}},{"uid":"721d4bd9edc97eb8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/721d4bd9edc97eb8","status":"passed","time":{"start":1724887145660,"stop":1724887145661,"duration":1}},{"uid":"eac6afe85959d9a6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eac6afe85959d9a6","status":"passed","time":{"start":1724886915788,"stop":1724886915788,"duration":0}},{"uid":"2deca668a52dbc17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2deca668a52dbc17","status":"passed","time":{"start":1724862341439,"stop":1724862341439,"duration":0}},{"uid":"ade87b4faf142a48","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ade87b4faf142a48","status":"passed","time":{"start":1724861805443,"stop":1724861805444,"duration":1}},{"uid":"cfebb910c05e6e7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cfebb910c05e6e7","status":"passed","time":{"start":1724861662257,"stop":1724861662258,"duration":1}},{"uid":"8ec31847abd3f8e8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8ec31847abd3f8e8","status":"passed","time":{"start":1724861492514,"stop":1724861492515,"duration":1}}]},"7219c87d37cdfe75150c3224e0bdecc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9b7811c126c3220","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9b7811c126c3220","status":"passed","time":{"start":1724888336462,"stop":1724888336463,"duration":1}}]},"283eea6c3cee0763840db8a2640833e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d6ac9aef57299857","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d6ac9aef57299857","status":"passed","time":{"start":1724921045530,"stop":1724921045530,"duration":0}},{"uid":"a23688e5d75c68a5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a23688e5d75c68a5","status":"passed","time":{"start":1724921020723,"stop":1724921020724,"duration":1}},{"uid":"fc99790324582a78","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fc99790324582a78","status":"passed","time":{"start":1724917681048,"stop":1724917681049,"duration":1}},{"uid":"e62471237dbd8723","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e62471237dbd8723","status":"passed","time":{"start":1724889459912,"stop":1724889459913,"duration":1}},{"uid":"cd0739ed7c438b39","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd0739ed7c438b39","status":"passed","time":{"start":1724888610530,"stop":1724888610531,"duration":1}},{"uid":"2294d9a6b3e8c2c2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2294d9a6b3e8c2c2","status":"passed","time":{"start":1724887766845,"stop":1724887766846,"duration":1}},{"uid":"48bcad2ead886dc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/48bcad2ead886dc1","status":"passed","time":{"start":1724886533240,"stop":1724886533241,"duration":1}},{"uid":"d8b5b0edb5887d0b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d8b5b0edb5887d0b","status":"passed","time":{"start":1724886311087,"stop":1724886311087,"duration":0}},{"uid":"46b068be08a21287","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/46b068be08a21287","status":"passed","time":{"start":1724861760046,"stop":1724861760047,"duration":1}},{"uid":"699a1a314f06c70f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/699a1a314f06c70f","status":"passed","time":{"start":1724861230824,"stop":1724861230825,"duration":1}},{"uid":"881c926ba705a784","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/881c926ba705a784","status":"passed","time":{"start":1724861053395,"stop":1724861053396,"duration":1}},{"uid":"a5de27b09fb40d7c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a5de27b09fb40d7c","status":"passed","time":{"start":1724860914742,"stop":1724860914742,"duration":0}}]},"a4bd1ceec3e714658f838fd37e893d6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"411e8c6df063dcb8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/411e8c6df063dcb8","status":"passed","time":{"start":1724921656193,"stop":1724921656193,"duration":0}},{"uid":"24e4bec514dfaba0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/24e4bec514dfaba0","status":"passed","time":{"start":1724921620461,"stop":1724921620461,"duration":0}},{"uid":"2c6894bfb3816fd8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2c6894bfb3816fd8","status":"passed","time":{"start":1724918327711,"stop":1724918327712,"duration":1}},{"uid":"c29e8a9e053e51e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c29e8a9e053e51e8","status":"passed","time":{"start":1724890078471,"stop":1724890078472,"duration":1}},{"uid":"e9c9da59a191d5b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e9c9da59a191d5b3","status":"passed","time":{"start":1724889213830,"stop":1724889213830,"duration":0}},{"uid":"f1655dcc026b60a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f1655dcc026b60a9","status":"passed","time":{"start":1724888383603,"stop":1724888383603,"duration":0}},{"uid":"51278af3da47ac76","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/51278af3da47ac76","status":"passed","time":{"start":1724887164580,"stop":1724887164580,"duration":0}},{"uid":"fedf389d23e67d3f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fedf389d23e67d3f","status":"passed","time":{"start":1724886943103,"stop":1724886943103,"duration":0}},{"uid":"60b89a71c2fa04a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/60b89a71c2fa04a7","status":"passed","time":{"start":1724862368930,"stop":1724862368930,"duration":0}},{"uid":"def511e726bc5e7c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/def511e726bc5e7c","status":"passed","time":{"start":1724861835947,"stop":1724861835947,"duration":0}},{"uid":"f65b6dab33bca6d6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f65b6dab33bca6d6","status":"passed","time":{"start":1724861692904,"stop":1724861692904,"duration":0}},{"uid":"e22c26fc6131150d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e22c26fc6131150d","status":"passed","time":{"start":1724861520701,"stop":1724861520701,"duration":0}}]},"57e8e2bd3cc3c90c944a3db90aca1666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3d9cfee103242d68","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3d9cfee103242d68","status":"passed","time":{"start":1724921037646,"stop":1724921037646,"duration":0}},{"uid":"c7cf4f7e8d2274b9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c7cf4f7e8d2274b9","status":"passed","time":{"start":1724921013059,"stop":1724921013059,"duration":0}},{"uid":"f784ff66b234e6f3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f784ff66b234e6f3","status":"passed","time":{"start":1724917673300,"stop":1724917673300,"duration":0}},{"uid":"c24262fb7c952236","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c24262fb7c952236","status":"passed","time":{"start":1724889452320,"stop":1724889452320,"duration":0}},{"uid":"c0933660aa72daf8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c0933660aa72daf8","status":"passed","time":{"start":1724888602851,"stop":1724888602851,"duration":0}},{"uid":"d1731c6a285edd23","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d1731c6a285edd23","status":"passed","time":{"start":1724887759172,"stop":1724887759173,"duration":1}},{"uid":"534d21df30f3fc0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/534d21df30f3fc0","status":"passed","time":{"start":1724886525552,"stop":1724886525552,"duration":0}},{"uid":"5d75768a570daebe","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5d75768a570daebe","status":"passed","time":{"start":1724886303406,"stop":1724886303406,"duration":0}},{"uid":"3580f29704f37eb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3580f29704f37eb","status":"passed","time":{"start":1724861752239,"stop":1724861752239,"duration":0}},{"uid":"ef8a8f0a1d5fd86b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ef8a8f0a1d5fd86b","status":"passed","time":{"start":1724861223363,"stop":1724861223363,"duration":0}},{"uid":"e8d74ff1120f6126","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e8d74ff1120f6126","status":"passed","time":{"start":1724861045212,"stop":1724861045212,"duration":0}},{"uid":"e13f12c32f81ef0e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e13f12c32f81ef0e","status":"passed","time":{"start":1724860907097,"stop":1724860907097,"duration":0}}]},"d247d2b14d561178ec5e16566ca99108:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e271278b282035e7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e271278b282035e7","status":"passed","time":{"start":1724861546202,"stop":1724861546202,"duration":0}}]},"602050537ce95f65c0a643de2852b74a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"aff18ca3b399db3a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/aff18ca3b399db3a","status":"passed","time":{"start":1724921663255,"stop":1724921663255,"duration":0}},{"uid":"8ce2a012d718ce1d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8ce2a012d718ce1d","status":"passed","time":{"start":1724921617880,"stop":1724921617880,"duration":0}},{"uid":"41461d097aa00de","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/41461d097aa00de","status":"passed","time":{"start":1724918326161,"stop":1724918326161,"duration":0}},{"uid":"63df6528677068c3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/63df6528677068c3","status":"passed","time":{"start":1724890076393,"stop":1724890076393,"duration":0}},{"uid":"404f8afbb120bacc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/404f8afbb120bacc","status":"passed","time":{"start":1724889199690,"stop":1724889199690,"duration":0}},{"uid":"41a2f465ca0b2691","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/41a2f465ca0b2691","status":"passed","time":{"start":1724888382427,"stop":1724888382427,"duration":0}},{"uid":"bd9e7669080f7b21","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bd9e7669080f7b21","status":"passed","time":{"start":1724887156369,"stop":1724887156369,"duration":0}},{"uid":"cbe96d697fcef69f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cbe96d697fcef69f","status":"passed","time":{"start":1724886936171,"stop":1724886936172,"duration":1}},{"uid":"217d3d2add11b187","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/217d3d2add11b187","status":"passed","time":{"start":1724862347645,"stop":1724862347646,"duration":1}},{"uid":"57fc4e9393268879","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/57fc4e9393268879","status":"passed","time":{"start":1724861827958,"stop":1724861827958,"duration":0}},{"uid":"461f6cdb57d3089","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/461f6cdb57d3089","status":"passed","time":{"start":1724861685960,"stop":1724861685960,"duration":0}},{"uid":"2935688b6c37021","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2935688b6c37021","status":"passed","time":{"start":1724861514747,"stop":1724861514747,"duration":0}}]},"5c693deb526ff5ab4c168dd3f07fcd83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c341e65d8d2df067","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c341e65d8d2df067","status":"passed","time":{"start":1724921640400,"stop":1724921640400,"duration":0}},{"uid":"e70695cd32301b65","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e70695cd32301b65","status":"passed","time":{"start":1724921600408,"stop":1724921600408,"duration":0}},{"uid":"6e7d13ef6ae90403","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6e7d13ef6ae90403","status":"passed","time":{"start":1724918300923,"stop":1724918300923,"duration":0}},{"uid":"293119510a905524","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/293119510a905524","status":"passed","time":{"start":1724890059285,"stop":1724890059285,"duration":0}},{"uid":"1e197e057437d129","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1e197e057437d129","status":"passed","time":{"start":1724889188314,"stop":1724889188316,"duration":2}},{"uid":"4d5415f83dbb234a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4d5415f83dbb234a","status":"passed","time":{"start":1724888372740,"stop":1724888372740,"duration":0}},{"uid":"62b982bcf652ef1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/62b982bcf652ef1","status":"passed","time":{"start":1724887135718,"stop":1724887135718,"duration":0}},{"uid":"ebfe1cf706436cbe","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ebfe1cf706436cbe","status":"passed","time":{"start":1724886919664,"stop":1724886919665,"duration":1}},{"uid":"f77a3305a95c694e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f77a3305a95c694e","status":"passed","time":{"start":1724862341834,"stop":1724862341834,"duration":0}},{"uid":"8cc3d1846e422509","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8cc3d1846e422509","status":"passed","time":{"start":1724861815490,"stop":1724861815490,"duration":0}},{"uid":"de3b342f1bb85b08","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/de3b342f1bb85b08","status":"passed","time":{"start":1724861669535,"stop":1724861669535,"duration":0}},{"uid":"9ba32b3c9ba1c111","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9ba32b3c9ba1c111","status":"passed","time":{"start":1724861505415,"stop":1724861505415,"duration":0}}]},"78dee9d2eab88e4069b60fdad7f7b811:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e680620a44099ea2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e680620a44099ea2","status":"passed","time":{"start":1724921061850,"stop":1724921061851,"duration":1}},{"uid":"44bdbd391f016075","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/44bdbd391f016075","status":"passed","time":{"start":1724921037159,"stop":1724921037159,"duration":0}},{"uid":"8e66e34f5a5e203a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8e66e34f5a5e203a","status":"passed","time":{"start":1724917697303,"stop":1724917697304,"duration":1}},{"uid":"f882234e076aada6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f882234e076aada6","status":"passed","time":{"start":1724889476085,"stop":1724889476085,"duration":0}},{"uid":"1892cf336973ac38","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1892cf336973ac38","status":"passed","time":{"start":1724888626889,"stop":1724888626889,"duration":0}},{"uid":"c4935409d0bc4ee6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c4935409d0bc4ee6","status":"passed","time":{"start":1724887783110,"stop":1724887783110,"duration":0}},{"uid":"6a615037b449f4dd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a615037b449f4dd","status":"passed","time":{"start":1724886549921,"stop":1724886549921,"duration":0}},{"uid":"1672f82759f28ada","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1672f82759f28ada","status":"passed","time":{"start":1724886327583,"stop":1724886327583,"duration":0}},{"uid":"92a4d922a5d5171e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92a4d922a5d5171e","status":"passed","time":{"start":1724861776808,"stop":1724861776809,"duration":1}},{"uid":"930c9ec5a81c7535","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/930c9ec5a81c7535","status":"passed","time":{"start":1724861247301,"stop":1724861247301,"duration":0}},{"uid":"fb2a93d2769bb660","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fb2a93d2769bb660","status":"passed","time":{"start":1724861071396,"stop":1724861071397,"duration":1}},{"uid":"1f040b70a45ac005","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1f040b70a45ac005","status":"passed","time":{"start":1724860931796,"stop":1724860931797,"duration":1}}]},"a8499fa5c580960b643d9a194424dc96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"4bb211cc96c8882f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4bb211cc96c8882f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921061851,"stop":1724921061852,"duration":1}},{"uid":"c791ca4fca345667","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c791ca4fca345667","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921037160,"stop":1724921037160,"duration":0}},{"uid":"77fd30e522fa8be4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/77fd30e522fa8be4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724917697305,"stop":1724917697305,"duration":0}},{"uid":"27208736a9c8a4e4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/27208736a9c8a4e4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889476086,"stop":1724889476086,"duration":0}},{"uid":"e3b0681228a26853","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e3b0681228a26853","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888626890,"stop":1724888626890,"duration":0}},{"uid":"e4d290da396385dd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e4d290da396385dd","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887783111,"stop":1724887783111,"duration":0}},{"uid":"b9db78cf34da0259","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b9db78cf34da0259","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886549922,"stop":1724886549922,"duration":0}},{"uid":"40994da8123cd9f0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/40994da8123cd9f0","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886327584,"stop":1724886327584,"duration":0}},{"uid":"6b4b6ddf454bdf79","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b4b6ddf454bdf79","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861776810,"stop":1724861776810,"duration":0}},{"uid":"b9bd72098b1de0b4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b9bd72098b1de0b4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861247302,"stop":1724861247302,"duration":0}},{"uid":"bf286cf52d616d2b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bf286cf52d616d2b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861071397,"stop":1724861071398,"duration":1}},{"uid":"8589f50a1e2dbb80","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8589f50a1e2dbb80","status":"skipped","statusDetails":"Test ignored","time":{"start":1724860931797,"stop":1724860931797,"duration":0}}]},"c9d64e6d027f41053ff4830bb4d15883:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a42acb91e8277888","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a42acb91e8277888","status":"passed","time":{"start":1724861444068,"stop":1724861444069,"duration":1}}]},"262bb108dcbf5a162a674476af5eae54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"66b037b4a8cef1ff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/66b037b4a8cef1ff","status":"passed","time":{"start":1724921270350,"stop":1724921270350,"duration":0}},{"uid":"9d2d4c4cc09d4732","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9d2d4c4cc09d4732","status":"passed","time":{"start":1724921247808,"stop":1724921247809,"duration":1}},{"uid":"84be9e629898f320","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/84be9e629898f320","status":"passed","time":{"start":1724917989812,"stop":1724917989812,"duration":0}},{"uid":"24fdf3be1b202797","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/24fdf3be1b202797","status":"passed","time":{"start":1724889678536,"stop":1724889678537,"duration":1}},{"uid":"60290e39478c91f6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/60290e39478c91f6","status":"passed","time":{"start":1724888829831,"stop":1724888829831,"duration":0}},{"uid":"64266cdedb8113a7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/64266cdedb8113a7","status":"passed","time":{"start":1724888076980,"stop":1724888076981,"duration":1}},{"uid":"f712929b6968b659","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f712929b6968b659","status":"passed","time":{"start":1724886851119,"stop":1724886851119,"duration":0}},{"uid":"3e05cf2c3feca5db","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3e05cf2c3feca5db","status":"passed","time":{"start":1724886647073,"stop":1724886647075,"duration":2}},{"uid":"779c54b8452616e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/779c54b8452616e1","status":"passed","time":{"start":1724861992707,"stop":1724861992707,"duration":0}},{"uid":"c6c7ee2d2c6931a0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c6c7ee2d2c6931a0","status":"passed","time":{"start":1724861469635,"stop":1724861469635,"duration":0}},{"uid":"c2f32776ba37651c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c2f32776ba37651c","status":"passed","time":{"start":1724861284850,"stop":1724861284851,"duration":1}},{"uid":"3b5e4f28a9f558b5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3b5e4f28a9f558b5","status":"passed","time":{"start":1724861145784,"stop":1724861145784,"duration":0}}]},"3df432712d9b694240cb06d9394aef3e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f84d4415d79ddbfd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f84d4415d79ddbfd","status":"passed","time":{"start":1724887018301,"stop":1724887018302,"duration":1}}]},"830a715e39bc79be5fe65642463deaa2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fd94ea87c0d032a8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fd94ea87c0d032a8","status":"passed","time":{"start":1724887127879,"stop":1724887127880,"duration":1}}]},"1e4f17650374dc4b13f4dd9f95f69d10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"328e7e4006bdfa38","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/328e7e4006bdfa38","status":"passed","time":{"start":1724886880631,"stop":1724886880632,"duration":1}}]},"dedadba8a654dbd7c15ccd95283b1ffe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"acdbd24fcd8f31fc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/acdbd24fcd8f31fc","status":"passed","time":{"start":1724921625082,"stop":1724921625082,"duration":0}},{"uid":"1bbac0f25abbe4ee","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1bbac0f25abbe4ee","status":"passed","time":{"start":1724921590506,"stop":1724921590507,"duration":1}},{"uid":"68a0057b9be51f61","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/68a0057b9be51f61","status":"passed","time":{"start":1724918287573,"stop":1724918287573,"duration":0}},{"uid":"34b043febcaccbb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/34b043febcaccbb7","status":"passed","time":{"start":1724890047799,"stop":1724890047799,"duration":0}},{"uid":"182a9df3c65bb47b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/182a9df3c65bb47b","status":"passed","time":{"start":1724889183932,"stop":1724889183932,"duration":0}},{"uid":"fe9bc0741cc44a6b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fe9bc0741cc44a6b","status":"passed","time":{"start":1724888354180,"stop":1724888354180,"duration":0}},{"uid":"f4cc9765cea635bf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f4cc9765cea635bf","status":"passed","time":{"start":1724887145705,"stop":1724887145706,"duration":1}},{"uid":"ad6c567793062301","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ad6c567793062301","status":"passed","time":{"start":1724886915795,"stop":1724886915796,"duration":1}},{"uid":"ca993e30214f1446","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ca993e30214f1446","status":"passed","time":{"start":1724862341460,"stop":1724862341461,"duration":1}},{"uid":"49fe77fae136b526","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/49fe77fae136b526","status":"passed","time":{"start":1724861805463,"stop":1724861805463,"duration":0}},{"uid":"88dbf3d109147a04","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/88dbf3d109147a04","status":"passed","time":{"start":1724861662297,"stop":1724861662297,"duration":0}},{"uid":"8291e46b6cf943ae","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8291e46b6cf943ae","status":"passed","time":{"start":1724861492524,"stop":1724861492524,"duration":0}}]},"3fbd665c854239faddd6aa64caacfeb0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d6e4cc3fbb764e1b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d6e4cc3fbb764e1b","status":"passed","time":{"start":1724921488886,"stop":1724921488887,"duration":1}}]},"4f5504bba2853c4c42c7b817350ed03f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"244cd06bd68cd8b8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/244cd06bd68cd8b8","status":"passed","time":{"start":1724921099697,"stop":1724921099697,"duration":0}},{"uid":"ba47743f6fbbaf7a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ba47743f6fbbaf7a","status":"passed","time":{"start":1724921074388,"stop":1724921074389,"duration":1}},{"uid":"2838172d3b2174df","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2838172d3b2174df","status":"passed","time":{"start":1724917735273,"stop":1724917735274,"duration":1}},{"uid":"9bfbf49bd9e69574","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9bfbf49bd9e69574","status":"passed","time":{"start":1724889517448,"stop":1724889517449,"duration":1}},{"uid":"e69187b1912878a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e69187b1912878a9","status":"passed","time":{"start":1724888662629,"stop":1724888662629,"duration":0}},{"uid":"b6523dc73fa43a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b6523dc73fa43a","status":"passed","time":{"start":1724887821329,"stop":1724887821329,"duration":0}},{"uid":"c040c78249cbe2ab","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c040c78249cbe2ab","status":"passed","time":{"start":1724886588482,"stop":1724886588482,"duration":0}},{"uid":"165ad48e9b4340fb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/165ad48e9b4340fb","status":"passed","time":{"start":1724886365756,"stop":1724886365756,"duration":0}},{"uid":"c5c4d727c410706e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5c4d727c410706e","status":"passed","time":{"start":1724861814959,"stop":1724861814959,"duration":0}},{"uid":"2f0ef64eddd38448","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2f0ef64eddd38448","status":"passed","time":{"start":1724861282668,"stop":1724861282669,"duration":1}},{"uid":"14a796bf21bf7934","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/14a796bf21bf7934","status":"passed","time":{"start":1724861111682,"stop":1724861111682,"duration":0}},{"uid":"633aba35f5023d9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/633aba35f5023d9","status":"passed","time":{"start":1724860971172,"stop":1724860971173,"duration":1}}]},"b98a6256bdba547de204875f663faf69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"76242831fa5f553d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/76242831fa5f553d","status":"passed","time":{"start":1724886822828,"stop":1724886822828,"duration":0}}]},"4b983f7324ba88fab612ad1a3c34265b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c1c5fb2c34546d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c1c5fb2c34546d","status":"passed","time":{"start":1724921656192,"stop":1724921656192,"duration":0}},{"uid":"6ff18a77b7142dd7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6ff18a77b7142dd7","status":"passed","time":{"start":1724921620458,"stop":1724921620459,"duration":1}},{"uid":"474899a70e8ef27","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/474899a70e8ef27","status":"passed","time":{"start":1724918327710,"stop":1724918327710,"duration":0}},{"uid":"bf49416d83fa5630","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf49416d83fa5630","status":"passed","time":{"start":1724890078470,"stop":1724890078470,"duration":0}},{"uid":"44dac9285829a32b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/44dac9285829a32b","status":"passed","time":{"start":1724889213826,"stop":1724889213826,"duration":0}},{"uid":"2c5d11bc171a8a6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2c5d11bc171a8a6","status":"passed","time":{"start":1724888383602,"stop":1724888383602,"duration":0}},{"uid":"d240cb989a502cda","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d240cb989a502cda","status":"passed","time":{"start":1724887164578,"stop":1724887164579,"duration":1}},{"uid":"dfab5c6f254afbbb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dfab5c6f254afbbb","status":"passed","time":{"start":1724886943100,"stop":1724886943100,"duration":0}},{"uid":"44ef24cd896ac848","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/44ef24cd896ac848","status":"passed","time":{"start":1724862368929,"stop":1724862368929,"duration":0}},{"uid":"bcb9495a5988f22b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bcb9495a5988f22b","status":"passed","time":{"start":1724861835946,"stop":1724861835946,"duration":0}},{"uid":"48b7555c52f74f6e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/48b7555c52f74f6e","status":"passed","time":{"start":1724861692903,"stop":1724861692903,"duration":0}},{"uid":"f1fcce32845341b6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f1fcce32845341b6","status":"passed","time":{"start":1724861520700,"stop":1724861520700,"duration":0}}]},"8682590413abc6a2795b7c94eaeb7a49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"17499a4803213f70","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/17499a4803213f70","status":"passed","time":{"start":1724921563017,"stop":1724921563017,"duration":0}},{"uid":"8bd1253dc93c9c85","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8bd1253dc93c9c85","status":"passed","time":{"start":1724921526813,"stop":1724921526813,"duration":0}},{"uid":"ef87a84c77c81d63","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ef87a84c77c81d63","status":"passed","time":{"start":1724918239944,"stop":1724918239944,"duration":0}},{"uid":"90e2d4b8b9b8feb1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/90e2d4b8b9b8feb1","status":"passed","time":{"start":1724889980901,"stop":1724889980901,"duration":0}},{"uid":"29d93fadfd16372a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29d93fadfd16372a","status":"passed","time":{"start":1724889109969,"stop":1724889109969,"duration":0}},{"uid":"5d24eda5087a685a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5d24eda5087a685a","status":"passed","time":{"start":1724888294723,"stop":1724888294723,"duration":0}},{"uid":"6e39a2d280c19397","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6e39a2d280c19397","status":"passed","time":{"start":1724887071742,"stop":1724887071742,"duration":0}},{"uid":"9db04c2d718c22dc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9db04c2d718c22dc","status":"passed","time":{"start":1724886848346,"stop":1724886848346,"duration":0}},{"uid":"31c9abeaf4ffe04c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31c9abeaf4ffe04c","status":"passed","time":{"start":1724862259252,"stop":1724862259253,"duration":1}},{"uid":"cfa4bae6f97ceab4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cfa4bae6f97ceab4","status":"passed","time":{"start":1724861735327,"stop":1724861735328,"duration":1}},{"uid":"b2f12974b03b7f06","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b2f12974b03b7f06","status":"passed","time":{"start":1724861606344,"stop":1724861606346,"duration":2}},{"uid":"dbfc5c3dd5dc0698","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dbfc5c3dd5dc0698","status":"passed","time":{"start":1724861426688,"stop":1724861426688,"duration":0}}]},"7ab65c04ea631ccd83f2516736e00835:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1fc501646b817123","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1fc501646b817123","status":"passed","time":{"start":1724888345355,"stop":1724888345356,"duration":1}}]},"6f92bfbcba628089aa8fa7a52f19ae7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"59ef46e4ad41cb75","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/59ef46e4ad41cb75","status":"passed","time":{"start":1724861485079,"stop":1724861485079,"duration":0}}]},"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6542f55c31fd7766","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6542f55c31fd7766","status":"passed","time":{"start":1724921128571,"stop":1724921128572,"duration":1}},{"uid":"96cd66bc5c65bf3e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/96cd66bc5c65bf3e","status":"passed","time":{"start":1724921103677,"stop":1724921103677,"duration":0}},{"uid":"389f43d4110e07e3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/389f43d4110e07e3","status":"passed","time":{"start":1724917763729,"stop":1724917763729,"duration":0}},{"uid":"920a897d7525f560","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/920a897d7525f560","status":"passed","time":{"start":1724889543373,"stop":1724889543373,"duration":0}},{"uid":"6d1e973e9089d747","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d1e973e9089d747","status":"passed","time":{"start":1724888692506,"stop":1724888692506,"duration":0}},{"uid":"a3211f0dab296723","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a3211f0dab296723","status":"passed","time":{"start":1724887850415,"stop":1724887850415,"duration":0}},{"uid":"28b423ba9c7598e9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/28b423ba9c7598e9","status":"passed","time":{"start":1724886617181,"stop":1724886617181,"duration":0}},{"uid":"4b7d2d81e3595d31","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4b7d2d81e3595d31","status":"passed","time":{"start":1724886394912,"stop":1724886394913,"duration":1}},{"uid":"858e998a13c17f4c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/858e998a13c17f4c","status":"passed","time":{"start":1724861844374,"stop":1724861844374,"duration":0}},{"uid":"4e8291f8360e0d4c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4e8291f8360e0d4c","status":"passed","time":{"start":1724861313411,"stop":1724861313412,"duration":1}},{"uid":"f95964169ea65e7c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f95964169ea65e7c","status":"passed","time":{"start":1724861139652,"stop":1724861139653,"duration":1}},{"uid":"acd68b5b6a67bd29","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/acd68b5b6a67bd29","status":"passed","time":{"start":1724860999513,"stop":1724860999513,"duration":0}}]},"38d69d61f1f1583efcd1e759eaeed2c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"94db25ca37fbe627","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/94db25ca37fbe627","status":"passed","time":{"start":1724921419681,"stop":1724921419682,"duration":1}},{"uid":"e010425be1983264","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e010425be1983264","status":"passed","time":{"start":1724921400502,"stop":1724921400502,"duration":0}},{"uid":"13c1319870b3c032","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/13c1319870b3c032","status":"passed","time":{"start":1724918124175,"stop":1724918124175,"duration":0}},{"uid":"da7ad998d07d29e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/da7ad998d07d29e0","status":"passed","time":{"start":1724889845312,"stop":1724889845312,"duration":0}},{"uid":"e70d399ff810760f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e70d399ff810760f","status":"passed","time":{"start":1724888978753,"stop":1724888978753,"duration":0}},{"uid":"6995e695e2efaf2a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6995e695e2efaf2a","status":"passed","time":{"start":1724888199757,"stop":1724888199758,"duration":1}},{"uid":"32c00088af1839ff","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/32c00088af1839ff","status":"passed","time":{"start":1724886961474,"stop":1724886961475,"duration":1}},{"uid":"1b365370eccb7e51","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1b365370eccb7e51","status":"passed","time":{"start":1724886743394,"stop":1724886743395,"duration":1}},{"uid":"fa1dd793fea66fbd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fa1dd793fea66fbd","status":"passed","time":{"start":1724862150655,"stop":1724862150655,"duration":0}},{"uid":"7fe4d663f9a4b396","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7fe4d663f9a4b396","status":"passed","time":{"start":1724861627580,"stop":1724861627580,"duration":0}},{"uid":"aa02db1206cea284","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/aa02db1206cea284","status":"passed","time":{"start":1724861501070,"stop":1724861501070,"duration":0}},{"uid":"ba32490bd6a55a07","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ba32490bd6a55a07","status":"passed","time":{"start":1724861297168,"stop":1724861297168,"duration":0}}]},"67fa1330b725732bc6aeb0939f930aed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cf416ff28c7e15e1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf416ff28c7e15e1","status":"passed","time":{"start":1724888345354,"stop":1724888345354,"duration":0}}]},"128ea756b27d906ba3163386fb94164c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c04b602061736d4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c04b602061736d4","status":"passed","time":{"start":1724862213661,"stop":1724862213661,"duration":0}}]},"28ae076e1a0aa9a7835543ff0538f3f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"62c3185d6cb3fec9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/62c3185d6cb3fec9","status":"passed","time":{"start":1724921564773,"stop":1724921564774,"duration":1}},{"uid":"a73c11312a48fab0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a73c11312a48fab0","status":"passed","time":{"start":1724921518783,"stop":1724921518784,"duration":1}},{"uid":"38bf68078f870a3e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/38bf68078f870a3e","status":"passed","time":{"start":1724918229396,"stop":1724918229397,"duration":1}},{"uid":"4dd5ae58717c05be","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4dd5ae58717c05be","status":"passed","time":{"start":1724889980694,"stop":1724889980695,"duration":1}},{"uid":"ef31412bee388f30","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ef31412bee388f30","status":"passed","time":{"start":1724889111158,"stop":1724889111159,"duration":1}},{"uid":"ab0f55c7147183d8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ab0f55c7147183d8","status":"passed","time":{"start":1724888292530,"stop":1724888292531,"duration":1}},{"uid":"91651b35609744ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/91651b35609744ba","status":"passed","time":{"start":1724887068222,"stop":1724887068223,"duration":1}},{"uid":"14b471d157958c7f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/14b471d157958c7f","status":"passed","time":{"start":1724886848921,"stop":1724886848921,"duration":0}},{"uid":"f0ad8d4756c4f31f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f0ad8d4756c4f31f","status":"passed","time":{"start":1724862262044,"stop":1724862262045,"duration":1}},{"uid":"e7fb349336c7ef46","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e7fb349336c7ef46","status":"passed","time":{"start":1724861741890,"stop":1724861741890,"duration":0}},{"uid":"a75110494125fd6d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a75110494125fd6d","status":"passed","time":{"start":1724861599484,"stop":1724861599485,"duration":1}},{"uid":"91fa26e0b02a15c0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/91fa26e0b02a15c0","status":"passed","time":{"start":1724861428472,"stop":1724861428472,"duration":0}}]},"b39461aee7d78c2426ff3cb37df56036:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b73081720c9466d3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b73081720c9466d3","status":"passed","time":{"start":1724921046196,"stop":1724921046196,"duration":0}},{"uid":"9df28293c9e0615f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9df28293c9e0615f","status":"passed","time":{"start":1724921021466,"stop":1724921021467,"duration":1}},{"uid":"675709c73020c562","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/675709c73020c562","status":"passed","time":{"start":1724917681714,"stop":1724917681715,"duration":1}},{"uid":"f56b7b1327a5a1c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f56b7b1327a5a1c9","status":"passed","time":{"start":1724889460644,"stop":1724889460645,"duration":1}},{"uid":"a74a50f2d4b3e9c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a74a50f2d4b3e9c0","status":"passed","time":{"start":1724888611287,"stop":1724888611287,"duration":0}},{"uid":"dbd2a1bc4810a751","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dbd2a1bc4810a751","status":"passed","time":{"start":1724887767612,"stop":1724887767612,"duration":0}},{"uid":"339d1bd26428ad5c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/339d1bd26428ad5c","status":"passed","time":{"start":1724886533982,"stop":1724886533982,"duration":0}},{"uid":"5a5f3656ae7b85d1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5a5f3656ae7b85d1","status":"passed","time":{"start":1724886311750,"stop":1724886311750,"duration":0}},{"uid":"127b1fce7bb539e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/127b1fce7bb539e5","status":"passed","time":{"start":1724861760766,"stop":1724861760766,"duration":0}},{"uid":"eadab589172d4b0f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/eadab589172d4b0f","status":"passed","time":{"start":1724861231726,"stop":1724861231726,"duration":0}},{"uid":"24a00ed3999fdef","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/24a00ed3999fdef","status":"passed","time":{"start":1724861054246,"stop":1724861054247,"duration":1}},{"uid":"d6cefd1e7da1137f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d6cefd1e7da1137f","status":"passed","time":{"start":1724860915806,"stop":1724860915806,"duration":0}}]},"505729519c5b74e35d8b7922a53fd8e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5a233612831f2928","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5a233612831f2928","status":"passed","time":{"start":1724921037645,"stop":1724921037646,"duration":1}},{"uid":"bd01143ce2bfca95","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bd01143ce2bfca95","status":"passed","time":{"start":1724921013058,"stop":1724921013058,"duration":0}},{"uid":"c72dd5bf5efb8f80","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c72dd5bf5efb8f80","status":"passed","time":{"start":1724917673300,"stop":1724917673300,"duration":0}},{"uid":"139bcc203a41f560","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/139bcc203a41f560","status":"passed","time":{"start":1724889452319,"stop":1724889452319,"duration":0}},{"uid":"d3bd3dbf606e0076","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3bd3dbf606e0076","status":"passed","time":{"start":1724888602850,"stop":1724888602851,"duration":1}},{"uid":"9440d1dfcb120121","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9440d1dfcb120121","status":"passed","time":{"start":1724887759172,"stop":1724887759172,"duration":0}},{"uid":"c0b43ffcf2d40fdd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c0b43ffcf2d40fdd","status":"passed","time":{"start":1724886525551,"stop":1724886525551,"duration":0}},{"uid":"a95f169405aa280a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a95f169405aa280a","status":"passed","time":{"start":1724886303406,"stop":1724886303406,"duration":0}},{"uid":"67b3a20eb13398e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/67b3a20eb13398e5","status":"passed","time":{"start":1724861752238,"stop":1724861752238,"duration":0}},{"uid":"262b8203234ad7fe","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/262b8203234ad7fe","status":"passed","time":{"start":1724861223363,"stop":1724861223363,"duration":0}},{"uid":"9610f9401fbd5a6a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9610f9401fbd5a6a","status":"passed","time":{"start":1724861045211,"stop":1724861045211,"duration":0}},{"uid":"df47dd01aee7e9d0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/df47dd01aee7e9d0","status":"passed","time":{"start":1724860907095,"stop":1724860907096,"duration":1}}]},"60324ba7645b08437d04c2634c2d7e55:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a57c307e10706346","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a57c307e10706346","status":"passed","time":{"start":1724861475027,"stop":1724861475028,"duration":1}}]},"2348c279460b06b9a847c6850e355c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":11,"unknown":0,"total":12},"items":[{"uid":"97a38bc575111e52","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/97a38bc575111e52","status":"passed","time":{"start":1724921669871,"stop":1724921669871,"duration":0}},{"uid":"83b420d815ee2ad9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/83b420d815ee2ad9","status":"passed","time":{"start":1724921630268,"stop":1724921630268,"duration":0}},{"uid":"349616a1456e85ff","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/349616a1456e85ff","status":"passed","time":{"start":1724918332988,"stop":1724918332988,"duration":0}},{"uid":"e1390b1690a1937a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e1390b1690a1937a","status":"passed","time":{"start":1724890089469,"stop":1724890089469,"duration":0}},{"uid":"258b934c43aa282","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/258b934c43aa282","status":"passed","time":{"start":1724889224493,"stop":1724889224494,"duration":1}},{"uid":"ded2e12b1d0a99e9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ded2e12b1d0a99e9","status":"passed","time":{"start":1724888406347,"stop":1724888406347,"duration":0}},{"uid":"b03742eb32c0ab63","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b03742eb32c0ab63","status":"passed","time":{"start":1724887175024,"stop":1724887175025,"duration":1}},{"uid":"551935cc44db8fc1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/551935cc44db8fc1","status":"passed","time":{"start":1724886952408,"stop":1724886952408,"duration":0}},{"uid":"42dbd239a7d65795","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/42dbd239a7d65795","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1724862378563,"stop":1724862378565,"duration":2}},{"uid":"e849d8ea9d86ba17","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e849d8ea9d86ba17","status":"passed","time":{"start":1724861846750,"stop":1724861846751,"duration":1}},{"uid":"572e4af717644feb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/572e4af717644feb","status":"passed","time":{"start":1724861702536,"stop":1724861702536,"duration":0}},{"uid":"5d5d91a57a200d24","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5d5d91a57a200d24","status":"passed","time":{"start":1724861533459,"stop":1724861533459,"duration":0}}]},"7a60396c676f46688740beb0716ed3a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"929b43d2660b4908","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/929b43d2660b4908","status":"passed","time":{"start":1724887127881,"stop":1724887127882,"duration":1}}]},"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d4b82edc613caec9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d4b82edc613caec9","status":"passed","time":{"start":1724921517832,"stop":1724921517832,"duration":0}},{"uid":"b5a1e42a1e767c45","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b5a1e42a1e767c45","status":"passed","time":{"start":1724921478627,"stop":1724921478627,"duration":0}},{"uid":"db682ba000ce82c6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/db682ba000ce82c6","status":"passed","time":{"start":1724918183232,"stop":1724918183232,"duration":0}},{"uid":"aaabc94bacd6c223","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aaabc94bacd6c223","status":"passed","time":{"start":1724889938072,"stop":1724889938072,"duration":0}},{"uid":"7d4dd51ec3df7480","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7d4dd51ec3df7480","status":"passed","time":{"start":1724889075464,"stop":1724889075464,"duration":0}},{"uid":"cf4c7c082176c684","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf4c7c082176c684","status":"passed","time":{"start":1724888234970,"stop":1724888234970,"duration":0}},{"uid":"21d0a92bd935f6c3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/21d0a92bd935f6c3","status":"passed","time":{"start":1724887020972,"stop":1724887020972,"duration":0}},{"uid":"eca7f6f25420ebfc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eca7f6f25420ebfc","status":"passed","time":{"start":1724886784130,"stop":1724886784130,"duration":0}},{"uid":"734a32d378914590","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/734a32d378914590","status":"passed","time":{"start":1724862216273,"stop":1724862216284,"duration":11}},{"uid":"3349473fecaa5e0e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3349473fecaa5e0e","status":"passed","time":{"start":1724861688535,"stop":1724861688536,"duration":1}},{"uid":"10446763986c3c01","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/10446763986c3c01","status":"passed","time":{"start":1724861549003,"stop":1724861549003,"duration":0}},{"uid":"6a0f610d797ba8de","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6a0f610d797ba8de","status":"passed","time":{"start":1724861380654,"stop":1724861380654,"duration":0}}]},"147583002607f907a84c120f947b2867:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b833f6198fc2bbf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6b833f6198fc2bbf","status":"passed","time":{"start":1724921488888,"stop":1724921488889,"duration":1}}]},"05d13e4231b21a93ee57de8bd034416b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b7e661092e377f10","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b7e661092e377f10","status":"passed","time":{"start":1724921669872,"stop":1724921669872,"duration":0}},{"uid":"be62d10dab402df5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/be62d10dab402df5","status":"passed","time":{"start":1724921630269,"stop":1724921630270,"duration":1}},{"uid":"cdc18f541c05355c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cdc18f541c05355c","status":"passed","time":{"start":1724918332989,"stop":1724918332989,"duration":0}},{"uid":"d1596aa78b5e6c03","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d1596aa78b5e6c03","status":"passed","time":{"start":1724890089470,"stop":1724890089470,"duration":0}},{"uid":"92497b741c8e731","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92497b741c8e731","status":"passed","time":{"start":1724889224495,"stop":1724889224495,"duration":0}},{"uid":"4b260a469c8c25da","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4b260a469c8c25da","status":"passed","time":{"start":1724888406348,"stop":1724888406348,"duration":0}},{"uid":"b4378e609c7bbb9a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b4378e609c7bbb9a","status":"passed","time":{"start":1724887175026,"stop":1724887175026,"duration":0}},{"uid":"e0b06382b4577194","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e0b06382b4577194","status":"passed","time":{"start":1724886952410,"stop":1724886952410,"duration":0}},{"uid":"8d425e9cb4703ca6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8d425e9cb4703ca6","status":"passed","time":{"start":1724862378567,"stop":1724862378568,"duration":1}},{"uid":"1483c213cfc998f8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1483c213cfc998f8","status":"passed","time":{"start":1724861846752,"stop":1724861846753,"duration":1}},{"uid":"30da890c5c08851d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/30da890c5c08851d","status":"passed","time":{"start":1724861702537,"stop":1724861702538,"duration":1}},{"uid":"a0cad3473a275393","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a0cad3473a275393","status":"passed","time":{"start":1724861533461,"stop":1724861533461,"duration":0}}]},"d02cb304ad44d17b59c0b6dd2dd0a620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1bf639790a8f80a4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1bf639790a8f80a4","status":"passed","time":{"start":1724921046197,"stop":1724921046197,"duration":0}},{"uid":"dded837cbcd23801","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dded837cbcd23801","status":"passed","time":{"start":1724921021468,"stop":1724921021468,"duration":0}},{"uid":"27112c4063db66d1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/27112c4063db66d1","status":"passed","time":{"start":1724917681716,"stop":1724917681716,"duration":0}},{"uid":"43c330a750cb7757","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/43c330a750cb7757","status":"passed","time":{"start":1724889460645,"stop":1724889460646,"duration":1}},{"uid":"6f501d66b4fb56ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6f501d66b4fb56ac","status":"passed","time":{"start":1724888611288,"stop":1724888611288,"duration":0}},{"uid":"74dd920f40ee3774","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/74dd920f40ee3774","status":"passed","time":{"start":1724887767613,"stop":1724887767614,"duration":1}},{"uid":"134e28661bf56d35","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/134e28661bf56d35","status":"passed","time":{"start":1724886533983,"stop":1724886533983,"duration":0}},{"uid":"6909b0519dec4be2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6909b0519dec4be2","status":"passed","time":{"start":1724886311751,"stop":1724886311751,"duration":0}},{"uid":"bd4f2470af3b191d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bd4f2470af3b191d","status":"passed","time":{"start":1724861760767,"stop":1724861760767,"duration":0}},{"uid":"91749e12afe2b41e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/91749e12afe2b41e","status":"passed","time":{"start":1724861231727,"stop":1724861231727,"duration":0}},{"uid":"838078b71acc3219","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/838078b71acc3219","status":"passed","time":{"start":1724861054248,"stop":1724861054248,"duration":0}},{"uid":"1c7f347b804b7c76","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1c7f347b804b7c76","status":"passed","time":{"start":1724860915807,"stop":1724860915807,"duration":0}}]},"6c2e634b9dc9f2777e156803411d64eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b58d1a77e5fc54e3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b58d1a77e5fc54e3","status":"passed","time":{"start":1724921270367,"stop":1724921270367,"duration":0}},{"uid":"fe3f73281627e80f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fe3f73281627e80f","status":"passed","time":{"start":1724921247831,"stop":1724921247832,"duration":1}},{"uid":"8f8e41d6fc119b41","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8f8e41d6fc119b41","status":"passed","time":{"start":1724917989828,"stop":1724917989829,"duration":1}},{"uid":"c6df3055273363","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c6df3055273363","status":"passed","time":{"start":1724889678579,"stop":1724889678580,"duration":1}},{"uid":"f9754d49f573a2f0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9754d49f573a2f0","status":"passed","time":{"start":1724888829852,"stop":1724888829853,"duration":1}},{"uid":"85662297635b09c6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/85662297635b09c6","status":"passed","time":{"start":1724888077019,"stop":1724888077020,"duration":1}},{"uid":"978f974c99975623","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/978f974c99975623","status":"passed","time":{"start":1724886851133,"stop":1724886851133,"duration":0}},{"uid":"9b767e56dca4dcf2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9b767e56dca4dcf2","status":"passed","time":{"start":1724886647126,"stop":1724886647127,"duration":1}},{"uid":"797109c30d78d560","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/797109c30d78d560","status":"passed","time":{"start":1724861992718,"stop":1724861992718,"duration":0}},{"uid":"37cfafda87a9343f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/37cfafda87a9343f","status":"passed","time":{"start":1724861469651,"stop":1724861469651,"duration":0}},{"uid":"76b57fe6158f9a40","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/76b57fe6158f9a40","status":"passed","time":{"start":1724861284873,"stop":1724861284873,"duration":0}},{"uid":"cc9b3ebcc9c96cfa","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cc9b3ebcc9c96cfa","status":"passed","time":{"start":1724861145825,"stop":1724861145825,"duration":0}}]},"cf5cf7e895ed5125094a7934913534a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fbb6279728e215d5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fbb6279728e215d5","status":"passed","time":{"start":1724921559012,"stop":1724921559013,"duration":1}},{"uid":"9f32ada24b020e93","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9f32ada24b020e93","status":"passed","time":{"start":1724921524128,"stop":1724921524129,"duration":1}},{"uid":"6d274dc07c91defd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6d274dc07c91defd","status":"passed","time":{"start":1724918241657,"stop":1724918241658,"duration":1}},{"uid":"f6410d4b1e4029bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f6410d4b1e4029bd","status":"passed","time":{"start":1724889975473,"stop":1724889975473,"duration":0}},{"uid":"c86b630f34198555","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c86b630f34198555","status":"passed","time":{"start":1724889106058,"stop":1724889106059,"duration":1}},{"uid":"247729058d5c6ce6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/247729058d5c6ce6","status":"passed","time":{"start":1724888289479,"stop":1724888289480,"duration":1}},{"uid":"fefab3504bbdc84a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fefab3504bbdc84a","status":"passed","time":{"start":1724887057699,"stop":1724887057699,"duration":0}},{"uid":"45534be081a6ebc8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/45534be081a6ebc8","status":"passed","time":{"start":1724886839397,"stop":1724886839397,"duration":0}},{"uid":"d234a6274b99da20","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d234a6274b99da20","status":"passed","time":{"start":1724862256085,"stop":1724862256086,"duration":1}},{"uid":"5d903a3b8d409f80","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5d903a3b8d409f80","status":"passed","time":{"start":1724861742233,"stop":1724861742233,"duration":0}},{"uid":"dd3ce3b17c10ad52","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dd3ce3b17c10ad52","status":"passed","time":{"start":1724861595386,"stop":1724861595386,"duration":0}},{"uid":"8e608d2793a67faf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8e608d2793a67faf","status":"passed","time":{"start":1724861424067,"stop":1724861424067,"duration":0}}]},"f1bd0e0c7d024b45b703ea9939b9bfff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"649407e5f82ef65b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/649407e5f82ef65b","status":"passed","time":{"start":1724921602986,"stop":1724921602987,"duration":1}}]},"b5fbe4de0f65b0c7acad19e2cd479e6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d955e8daf35371da","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d955e8daf35371da","status":"passed","time":{"start":1724921270356,"stop":1724921270357,"duration":1}},{"uid":"e6e7753f1050be1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e6e7753f1050be1","status":"passed","time":{"start":1724921247817,"stop":1724921247817,"duration":0}},{"uid":"33cfb20e026c9ede","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/33cfb20e026c9ede","status":"passed","time":{"start":1724917989818,"stop":1724917989818,"duration":0}},{"uid":"d87ac3b7588cc246","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d87ac3b7588cc246","status":"passed","time":{"start":1724889678550,"stop":1724889678550,"duration":0}},{"uid":"696325e533af8ed0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/696325e533af8ed0","status":"passed","time":{"start":1724888829842,"stop":1724888829843,"duration":1}},{"uid":"9af5a214203bdae","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9af5a214203bdae","status":"passed","time":{"start":1724888077009,"stop":1724888077010,"duration":1}},{"uid":"d61131f528591184","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d61131f528591184","status":"passed","time":{"start":1724886851125,"stop":1724886851125,"duration":0}},{"uid":"9828091355353f6e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9828091355353f6e","status":"passed","time":{"start":1724886647111,"stop":1724886647111,"duration":0}},{"uid":"a4561a0c4f9da2bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a4561a0c4f9da2bc","status":"passed","time":{"start":1724861992712,"stop":1724861992713,"duration":1}},{"uid":"58f776aeabfb4382","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/58f776aeabfb4382","status":"passed","time":{"start":1724861469642,"stop":1724861469643,"duration":1}},{"uid":"d94310b784e72d8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d94310b784e72d8","status":"passed","time":{"start":1724861284857,"stop":1724861284857,"duration":0}},{"uid":"642cba71d8ae016b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/642cba71d8ae016b","status":"passed","time":{"start":1724861145805,"stop":1724861145805,"duration":0}}]},"b251f1339f9b8455f22b97e76eb54e90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"eee3cfa6fcb5d027","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/eee3cfa6fcb5d027","status":"passed","time":{"start":1724921656081,"stop":1724921656081,"duration":0}},{"uid":"c3c3024c9533a7e4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c3c3024c9533a7e4","status":"passed","time":{"start":1724921612562,"stop":1724921612562,"duration":0}},{"uid":"3ed229f778bacbc9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3ed229f778bacbc9","status":"passed","time":{"start":1724918317377,"stop":1724918317378,"duration":1}},{"uid":"13ebc5a8b0c10dce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/13ebc5a8b0c10dce","status":"passed","time":{"start":1724890075098,"stop":1724890075099,"duration":1}},{"uid":"211f1d7fd0d518b5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/211f1d7fd0d518b5","status":"passed","time":{"start":1724889203358,"stop":1724889203358,"duration":0}},{"uid":"c253e9500f27acab","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c253e9500f27acab","status":"passed","time":{"start":1724888382917,"stop":1724888382917,"duration":0}},{"uid":"d4eb1ee98d8c2990","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d4eb1ee98d8c2990","status":"passed","time":{"start":1724887158110,"stop":1724887158110,"duration":0}},{"uid":"f0614bd0cddaa44e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f0614bd0cddaa44e","status":"passed","time":{"start":1724886934377,"stop":1724886934377,"duration":0}},{"uid":"cde51f5815ae51ab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cde51f5815ae51ab","status":"passed","time":{"start":1724862354702,"stop":1724862354703,"duration":1}},{"uid":"9333e042ed9d6ef8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9333e042ed9d6ef8","status":"passed","time":{"start":1724861830503,"stop":1724861830503,"duration":0}},{"uid":"6da26a269d1417eb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6da26a269d1417eb","status":"passed","time":{"start":1724861685353,"stop":1724861685353,"duration":0}},{"uid":"3eabf8c3023254f0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3eabf8c3023254f0","status":"passed","time":{"start":1724861518176,"stop":1724861518177,"duration":1}}]},"d92f1b71d14260c10ba9c744c7995622:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b8e838fff3b75846","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b8e838fff3b75846","status":"passed","time":{"start":1724921045532,"stop":1724921045533,"duration":1}},{"uid":"3b4e24cb1f45d806","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3b4e24cb1f45d806","status":"passed","time":{"start":1724921020725,"stop":1724921020726,"duration":1}},{"uid":"3aafb9e8d1a1bbd4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3aafb9e8d1a1bbd4","status":"passed","time":{"start":1724917681053,"stop":1724917681054,"duration":1}},{"uid":"d68c12a83b0cc2fb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d68c12a83b0cc2fb","status":"passed","time":{"start":1724889459943,"stop":1724889459944,"duration":1}},{"uid":"7e15c7b1b31cb23a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e15c7b1b31cb23a","status":"passed","time":{"start":1724888610534,"stop":1724888610536,"duration":2}},{"uid":"2cd0c6963dc41fb5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2cd0c6963dc41fb5","status":"passed","time":{"start":1724887766848,"stop":1724887766848,"duration":0}},{"uid":"934397d6fd4d3a6b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/934397d6fd4d3a6b","status":"passed","time":{"start":1724886533243,"stop":1724886533243,"duration":0}},{"uid":"727a58b31efe66ae","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/727a58b31efe66ae","status":"passed","time":{"start":1724886311089,"stop":1724886311089,"duration":0}},{"uid":"50f58a6f4347ca3f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/50f58a6f4347ca3f","status":"passed","time":{"start":1724861760048,"stop":1724861760049,"duration":1}},{"uid":"cd123fc217f0794e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cd123fc217f0794e","status":"passed","time":{"start":1724861230828,"stop":1724861230829,"duration":1}},{"uid":"cab279ee0876e093","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cab279ee0876e093","status":"passed","time":{"start":1724861053400,"stop":1724861053401,"duration":1}},{"uid":"96c892a5def1f194","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/96c892a5def1f194","status":"passed","time":{"start":1724860914744,"stop":1724860914745,"duration":1}}]},"0594382963bea32e9c8b3542e5bec09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8368596a5cc2ad94","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8368596a5cc2ad94","status":"passed","time":{"start":1724921497757,"stop":1724921497757,"duration":0}},{"uid":"64b489ae43399774","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/64b489ae43399774","status":"passed","time":{"start":1724921408411,"stop":1724921408412,"duration":1}},{"uid":"8d97a5d9537dd508","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8d97a5d9537dd508","status":"passed","time":{"start":1724918086870,"stop":1724918086870,"duration":0}},{"uid":"fffb411c4b98685e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fffb411c4b98685e","status":"passed","time":{"start":1724889892447,"stop":1724889892447,"duration":0}},{"uid":"a1e52fa82797b96b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a1e52fa82797b96b","status":"passed","time":{"start":1724888997216,"stop":1724888997216,"duration":0}},{"uid":"18dc07e9060411f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/18dc07e9060411f9","status":"passed","time":{"start":1724888159489,"stop":1724888159490,"duration":1}},{"uid":"c0d178ed824661e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c0d178ed824661e","status":"passed","time":{"start":1724886937294,"stop":1724886937294,"duration":0}},{"uid":"a31693863d6c7e5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a31693863d6c7e5","status":"passed","time":{"start":1724886709804,"stop":1724886709805,"duration":1}},{"uid":"c4fae5db01948399","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4fae5db01948399","status":"passed","time":{"start":1724862123537,"stop":1724862123537,"duration":0}},{"uid":"9156d97c20b5121f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9156d97c20b5121f","status":"passed","time":{"start":1724861620104,"stop":1724861620104,"duration":0}},{"uid":"be7656853951f845","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/be7656853951f845","status":"passed","time":{"start":1724861460249,"stop":1724861460249,"duration":0}},{"uid":"176492e9fb0e5c06","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/176492e9fb0e5c06","status":"passed","time":{"start":1724861330171,"stop":1724861330172,"duration":1}}]},"c864c0bac1eca550589e8408da11aebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5e3194cde2657de2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5e3194cde2657de2","status":"passed","time":{"start":1724921040180,"stop":1724921040181,"duration":1}},{"uid":"62b603e14c4dba74","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/62b603e14c4dba74","status":"passed","time":{"start":1724921015574,"stop":1724921015574,"duration":0}},{"uid":"9d6a73ce3dc1188f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9d6a73ce3dc1188f","status":"passed","time":{"start":1724917675799,"stop":1724917675799,"duration":0}},{"uid":"a8d47b908443b314","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a8d47b908443b314","status":"passed","time":{"start":1724889454807,"stop":1724889454807,"duration":0}},{"uid":"6acf346a196491d6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6acf346a196491d6","status":"passed","time":{"start":1724888605323,"stop":1724888605323,"duration":0}},{"uid":"8921c365b5442776","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8921c365b5442776","status":"passed","time":{"start":1724887761648,"stop":1724887761648,"duration":0}},{"uid":"79cc67e5df16670","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/79cc67e5df16670","status":"passed","time":{"start":1724886527993,"stop":1724886527994,"duration":1}},{"uid":"d1b206e74dc8535c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d1b206e74dc8535c","status":"passed","time":{"start":1724886305812,"stop":1724886305812,"duration":0}},{"uid":"f6b141d28a8543de","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f6b141d28a8543de","status":"passed","time":{"start":1724861754710,"stop":1724861754710,"duration":0}},{"uid":"d5c6cf683c86c23d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d5c6cf683c86c23d","status":"passed","time":{"start":1724861225782,"stop":1724861225783,"duration":1}},{"uid":"164d0dbbedb6c2aa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/164d0dbbedb6c2aa","status":"passed","time":{"start":1724861047869,"stop":1724861047870,"duration":1}},{"uid":"3f339e129e49df38","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3f339e129e49df38","status":"passed","time":{"start":1724860909785,"stop":1724860909785,"duration":0}}]},"61e2985cb043a18619c4c9c7b4028939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"64c761bbc0655a78","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/64c761bbc0655a78","status":"passed","time":{"start":1724861567903,"stop":1724861567903,"duration":0}}]},"16822a1766d8608312f0f568cf362cc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3f2d46c92a16308d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3f2d46c92a16308d","status":"passed","time":{"start":1724921669871,"stop":1724921669871,"duration":0}},{"uid":"d1b317dd1729d40c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d1b317dd1729d40c","status":"passed","time":{"start":1724921630269,"stop":1724921630269,"duration":0}},{"uid":"531ef65537c5c62e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/531ef65537c5c62e","status":"passed","time":{"start":1724918332988,"stop":1724918332988,"duration":0}},{"uid":"59cb698877f6b1f2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/59cb698877f6b1f2","status":"passed","time":{"start":1724890089469,"stop":1724890089469,"duration":0}},{"uid":"91142c99fdf8941d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91142c99fdf8941d","status":"passed","time":{"start":1724889224494,"stop":1724889224494,"duration":0}},{"uid":"3b899a939a35967d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3b899a939a35967d","status":"passed","time":{"start":1724888406348,"stop":1724888406348,"duration":0}},{"uid":"b9787f96eaf53e87","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b9787f96eaf53e87","status":"passed","time":{"start":1724887175025,"stop":1724887175025,"duration":0}},{"uid":"bb88aa2c3fa4e9f8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bb88aa2c3fa4e9f8","status":"passed","time":{"start":1724886952409,"stop":1724886952409,"duration":0}},{"uid":"5ded6eb1b6695579","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ded6eb1b6695579","status":"passed","time":{"start":1724862378565,"stop":1724862378566,"duration":1}},{"uid":"be68af80f0cf74a7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/be68af80f0cf74a7","status":"passed","time":{"start":1724861846752,"stop":1724861846752,"duration":0}},{"uid":"968016d4434baf7f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/968016d4434baf7f","status":"passed","time":{"start":1724861702537,"stop":1724861702537,"duration":0}},{"uid":"65c68b255a0847ed","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/65c68b255a0847ed","status":"passed","time":{"start":1724861533460,"stop":1724861533460,"duration":0}}]},"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"456db820fbaf764b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/456db820fbaf764b","status":"passed","time":{"start":1724921665483,"stop":1724921665483,"duration":0}},{"uid":"f9f05657104b3494","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f9f05657104b3494","status":"passed","time":{"start":1724921620264,"stop":1724921620265,"duration":1}},{"uid":"557f77c07bf7baa1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/557f77c07bf7baa1","status":"passed","time":{"start":1724918327896,"stop":1724918327896,"duration":0}},{"uid":"12adc7edf00f3f60","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/12adc7edf00f3f60","status":"passed","time":{"start":1724890080825,"stop":1724890080825,"duration":0}},{"uid":"547a9de1e156f920","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/547a9de1e156f920","status":"passed","time":{"start":1724889209275,"stop":1724889209275,"duration":0}},{"uid":"42f4a85ffa033a72","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/42f4a85ffa033a72","status":"passed","time":{"start":1724888392556,"stop":1724888392557,"duration":1}},{"uid":"8868f8eb6308af20","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8868f8eb6308af20","status":"passed","time":{"start":1724887163402,"stop":1724887163402,"duration":0}},{"uid":"c9e608110f0aa1e2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c9e608110f0aa1e2","status":"passed","time":{"start":1724886939851,"stop":1724886939851,"duration":0}},{"uid":"d05648f1903408d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d05648f1903408d9","status":"passed","time":{"start":1724862357133,"stop":1724862357133,"duration":0}},{"uid":"ad0c14a2b89205f6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ad0c14a2b89205f6","status":"passed","time":{"start":1724861837825,"stop":1724861837825,"duration":0}},{"uid":"f4dc03ea1bf5341b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f4dc03ea1bf5341b","status":"passed","time":{"start":1724861694572,"stop":1724861694572,"duration":0}},{"uid":"21eff3aa96fce068","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/21eff3aa96fce068","status":"passed","time":{"start":1724861523916,"stop":1724861523916,"duration":0}}]},"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"67dd8fc2974c3527","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/67dd8fc2974c3527","status":"passed","time":{"start":1724921128566,"stop":1724921128566,"duration":0}},{"uid":"8edbdc920ae8ce1b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8edbdc920ae8ce1b","status":"passed","time":{"start":1724921103674,"stop":1724921103674,"duration":0}},{"uid":"56cc9fdf1109fd2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/56cc9fdf1109fd2","status":"passed","time":{"start":1724917763726,"stop":1724917763726,"duration":0}},{"uid":"b42019981922c3e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b42019981922c3e5","status":"passed","time":{"start":1724889543368,"stop":1724889543368,"duration":0}},{"uid":"2c1283d5245ed69b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c1283d5245ed69b","status":"passed","time":{"start":1724888692503,"stop":1724888692503,"duration":0}},{"uid":"88c26ba6d811ca9f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/88c26ba6d811ca9f","status":"passed","time":{"start":1724887850413,"stop":1724887850413,"duration":0}},{"uid":"336518ebe9916900","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/336518ebe9916900","status":"passed","time":{"start":1724886617174,"stop":1724886617175,"duration":1}},{"uid":"393ebffeabc8856b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/393ebffeabc8856b","status":"passed","time":{"start":1724886394904,"stop":1724886394905,"duration":1}},{"uid":"75abe338de82c9cc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/75abe338de82c9cc","status":"passed","time":{"start":1724861844371,"stop":1724861844371,"duration":0}},{"uid":"72ff8415c6a89b8a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/72ff8415c6a89b8a","status":"passed","time":{"start":1724861313408,"stop":1724861313408,"duration":0}},{"uid":"9277d7d921d1f57e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9277d7d921d1f57e","status":"passed","time":{"start":1724861139649,"stop":1724861139650,"duration":1}},{"uid":"68e16ffce749a418","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/68e16ffce749a418","status":"passed","time":{"start":1724860999510,"stop":1724860999511,"duration":1}}]},"d55228d85711425bc1d26d56f50560fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fa46a34c23c596bc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fa46a34c23c596bc","status":"passed","time":{"start":1724887018313,"stop":1724887018313,"duration":0}}]},"3e90beb5221169dbe076c41dc4e44285:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"25a64aa501782a7b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/25a64aa501782a7b","status":"passed","time":{"start":1724861655159,"stop":1724861655159,"duration":0}}]},"57d70b2cb6f31be2728fe57fe3e0d54d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ffa356eede5230f9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ffa356eede5230f9","status":"passed","time":{"start":1724921267868,"stop":1724921267869,"duration":1}},{"uid":"4f40d3d2a0bf714a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4f40d3d2a0bf714a","status":"passed","time":{"start":1724921244364,"stop":1724921244367,"duration":3}},{"uid":"e3d8aad53c4beb27","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e3d8aad53c4beb27","status":"passed","time":{"start":1724917916043,"stop":1724917916044,"duration":1}},{"uid":"3a67462901ce43c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a67462901ce43c9","status":"passed","time":{"start":1724889678254,"stop":1724889678254,"duration":0}},{"uid":"a46fd2422999cffc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a46fd2422999cffc","status":"passed","time":{"start":1724888831683,"stop":1724888831683,"duration":0}},{"uid":"a59c6da4b8659b21","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a59c6da4b8659b21","status":"passed","time":{"start":1724888003319,"stop":1724888003319,"duration":0}},{"uid":"1682ec0591dbef53","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1682ec0591dbef53","status":"passed","time":{"start":1724886776608,"stop":1724886776608,"duration":0}},{"uid":"7034a3e2ad700199","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7034a3e2ad700199","status":"passed","time":{"start":1724886555792,"stop":1724886555795,"duration":3}},{"uid":"7af4fe70e52f45d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7af4fe70e52f45d8","status":"passed","time":{"start":1724861983005,"stop":1724861983006,"duration":1}},{"uid":"ae4e159da877f097","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ae4e159da877f097","status":"passed","time":{"start":1724861444065,"stop":1724861444066,"duration":1}},{"uid":"54ad108f3beacfc9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/54ad108f3beacfc9","status":"passed","time":{"start":1724861285828,"stop":1724861285829,"duration":1}},{"uid":"571c08e417364023","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/571c08e417364023","status":"passed","time":{"start":1724861145664,"stop":1724861145665,"duration":1}}]},"029d28d2d6cf7e377833a89f6aa8bab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e0ef633ae806cb84","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e0ef633ae806cb84","status":"passed","time":{"start":1724921529586,"stop":1724921529586,"duration":0}},{"uid":"fe2b5fd7f8b511a9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fe2b5fd7f8b511a9","status":"passed","time":{"start":1724921488880,"stop":1724921488880,"duration":0}},{"uid":"23a6629b762c614f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/23a6629b762c614f","status":"passed","time":{"start":1724918203687,"stop":1724918203687,"duration":0}},{"uid":"5d7d1f9bf2cd08db","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5d7d1f9bf2cd08db","status":"passed","time":{"start":1724889938363,"stop":1724889938363,"duration":0}},{"uid":"61bd32e7c26832fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/61bd32e7c26832fd","status":"passed","time":{"start":1724889077067,"stop":1724889077067,"duration":0}},{"uid":"7a0317cf6fa16bc9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7a0317cf6fa16bc9","status":"passed","time":{"start":1724888268035,"stop":1724888268036,"duration":1}},{"uid":"40b4950a5dcf591a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/40b4950a5dcf591a","status":"passed","time":{"start":1724887032406,"stop":1724887032407,"duration":1}},{"uid":"84fca205ad545b72","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/84fca205ad545b72","status":"passed","time":{"start":1724886822821,"stop":1724886822821,"duration":0}},{"uid":"a1ef819ca369f25f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a1ef819ca369f25f","status":"passed","time":{"start":1724862233511,"stop":1724862233512,"duration":1}},{"uid":"799e4ef04daa153","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/799e4ef04daa153","status":"passed","time":{"start":1724861712671,"stop":1724861712671,"duration":0}},{"uid":"21680a04051269c6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/21680a04051269c6","status":"passed","time":{"start":1724861567890,"stop":1724861567890,"duration":0}},{"uid":"7212b9a403b37c5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7212b9a403b37c5","status":"passed","time":{"start":1724861392055,"stop":1724861392055,"duration":0}}]},"157a8cb15ba38d6841cc7163c7b624e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ec893939505b729c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ec893939505b729c","status":"passed","time":{"start":1724921564776,"stop":1724921564776,"duration":0}},{"uid":"4ca9008b1b4704e0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4ca9008b1b4704e0","status":"passed","time":{"start":1724921518820,"stop":1724921518821,"duration":1}},{"uid":"74f1409074480e1e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/74f1409074480e1e","status":"passed","time":{"start":1724918229399,"stop":1724918229399,"duration":0}},{"uid":"cfec9534ca662425","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cfec9534ca662425","status":"passed","time":{"start":1724889980702,"stop":1724889980702,"duration":0}},{"uid":"80ba4aa86af5d3c6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80ba4aa86af5d3c6","status":"passed","time":{"start":1724889111162,"stop":1724889111163,"duration":1}},{"uid":"a7bf8d78fa5d2c5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a7bf8d78fa5d2c5","status":"passed","time":{"start":1724888292533,"stop":1724888292533,"duration":0}},{"uid":"bf13a72716194012","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bf13a72716194012","status":"passed","time":{"start":1724887068225,"stop":1724887068225,"duration":0}},{"uid":"4938b5742df53846","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4938b5742df53846","status":"passed","time":{"start":1724886848925,"stop":1724886848926,"duration":1}},{"uid":"4baff0f551e2210a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4baff0f551e2210a","status":"passed","time":{"start":1724862262047,"stop":1724862262047,"duration":0}},{"uid":"533fcc7792c12fce","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/533fcc7792c12fce","status":"passed","time":{"start":1724861741893,"stop":1724861741893,"duration":0}},{"uid":"968614f1201603b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/968614f1201603b","status":"passed","time":{"start":1724861599491,"stop":1724861599492,"duration":1}},{"uid":"9eb45bddb768a34e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9eb45bddb768a34e","status":"passed","time":{"start":1724861428475,"stop":1724861428475,"duration":0}}]},"b40cd5e2428d3792bac2155e0a9bce97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"47aecb8f33927f95","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/47aecb8f33927f95","status":"passed","time":{"start":1724921529571,"stop":1724921529571,"duration":0}},{"uid":"87de082556496c76","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/87de082556496c76","status":"passed","time":{"start":1724921488873,"stop":1724921488873,"duration":0}},{"uid":"c6fcd745fb7bfe33","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c6fcd745fb7bfe33","status":"passed","time":{"start":1724918203668,"stop":1724918203669,"duration":1}},{"uid":"c90e1883caa890db","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c90e1883caa890db","status":"passed","time":{"start":1724889938352,"stop":1724889938352,"duration":0}},{"uid":"a724978541b40501","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a724978541b40501","status":"passed","time":{"start":1724889077032,"stop":1724889077032,"duration":0}},{"uid":"486f23c14e05e24e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/486f23c14e05e24e","status":"passed","time":{"start":1724888268006,"stop":1724888268007,"duration":1}},{"uid":"99af6f2c60ac75f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/99af6f2c60ac75f9","status":"passed","time":{"start":1724887032389,"stop":1724887032389,"duration":0}},{"uid":"3f8e031bddb5e9e1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3f8e031bddb5e9e1","status":"passed","time":{"start":1724886822785,"stop":1724886822785,"duration":0}},{"uid":"cbe09136be807c6d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cbe09136be807c6d","status":"passed","time":{"start":1724862233503,"stop":1724862233503,"duration":0}},{"uid":"c46e6f91773c7387","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c46e6f91773c7387","status":"passed","time":{"start":1724861712663,"stop":1724861712664,"duration":1}},{"uid":"99477c4e6519af3c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/99477c4e6519af3c","status":"passed","time":{"start":1724861567880,"stop":1724861567881,"duration":1}},{"uid":"ae84fb47b1e14716","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ae84fb47b1e14716","status":"passed","time":{"start":1724861392038,"stop":1724861392039,"duration":1}}]},"5915b8b108d1e876eca61369f96c4878:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"defb56199a18c858","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/defb56199a18c858","status":"passed","time":{"start":1724861428478,"stop":1724861428478,"duration":0}}]},"59981961fb7bd36f7cdce84c5dcb943f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dafd7697dda829b0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dafd7697dda829b0","status":"passed","time":{"start":1724861444068,"stop":1724861444068,"duration":0}}]},"518f46a704ba69e2a708ee64a4c9b59a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"97cc61a059faf695","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/97cc61a059faf695","status":"passed","time":{"start":1724921619637,"stop":1724921619638,"duration":1}}]},"c3975a5638fcfc067a753978f0582b0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ef67c6410919023","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ef67c6410919023","status":"passed","time":{"start":1724889144082,"stop":1724889144082,"duration":0}}]},"66156d56cfb39dcc2b16657c92e763c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c10d6e09cfe0b3a4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c10d6e09cfe0b3a4","status":"passed","time":{"start":1724921061374,"stop":1724921061375,"duration":1}},{"uid":"c16baa6b42d794b9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c16baa6b42d794b9","status":"passed","time":{"start":1724921036566,"stop":1724921036568,"duration":2}},{"uid":"77d73f25e0ea68ea","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/77d73f25e0ea68ea","status":"passed","time":{"start":1724917696996,"stop":1724917696997,"duration":1}},{"uid":"741f5429d0ed907b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/741f5429d0ed907b","status":"passed","time":{"start":1724889475439,"stop":1724889475439,"duration":0}},{"uid":"a4505fc5c5fa4e34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a4505fc5c5fa4e34","status":"passed","time":{"start":1724888626533,"stop":1724888626533,"duration":0}},{"uid":"6b2f2fd5f9479407","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b2f2fd5f9479407","status":"passed","time":{"start":1724887782741,"stop":1724887782741,"duration":0}},{"uid":"1e99973d5ddb7276","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1e99973d5ddb7276","status":"passed","time":{"start":1724886549353,"stop":1724886549353,"duration":0}},{"uid":"78d0a710274ae84","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/78d0a710274ae84","status":"passed","time":{"start":1724886326877,"stop":1724886326878,"duration":1}},{"uid":"756f42c667244cff","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/756f42c667244cff","status":"passed","time":{"start":1724861776304,"stop":1724861776305,"duration":1}},{"uid":"5485dd676c85800c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5485dd676c85800c","status":"passed","time":{"start":1724861246689,"stop":1724861246691,"duration":2}},{"uid":"13cdf7678ff31d30","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/13cdf7678ff31d30","status":"passed","time":{"start":1724861070675,"stop":1724861070676,"duration":1}},{"uid":"7e722cb43b20b2aa","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7e722cb43b20b2aa","status":"passed","time":{"start":1724860931333,"stop":1724860931334,"duration":1}}]},"bb18bf6ef78593032d369a24fcc31239:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ba6c47bdcf882140","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ba6c47bdcf882140","status":"passed","time":{"start":1724921559016,"stop":1724921559017,"duration":1}},{"uid":"4654055dbcb7b09d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4654055dbcb7b09d","status":"passed","time":{"start":1724921524131,"stop":1724921524132,"duration":1}},{"uid":"3d36ad7dd6f1251b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3d36ad7dd6f1251b","status":"passed","time":{"start":1724918241662,"stop":1724918241663,"duration":1}},{"uid":"2c8cd4c8a4eefddf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c8cd4c8a4eefddf","status":"passed","time":{"start":1724889975475,"stop":1724889975476,"duration":1}},{"uid":"fb6d882a6c410382","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb6d882a6c410382","status":"passed","time":{"start":1724889106060,"stop":1724889106060,"duration":0}},{"uid":"d48799e3126a965b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d48799e3126a965b","status":"passed","time":{"start":1724888289482,"stop":1724888289482,"duration":0}},{"uid":"39b4d47c23717a1c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/39b4d47c23717a1c","status":"passed","time":{"start":1724887057703,"stop":1724887057703,"duration":0}},{"uid":"82f0fc5193c204cf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/82f0fc5193c204cf","status":"passed","time":{"start":1724886839398,"stop":1724886839399,"duration":1}},{"uid":"2a71550a6c1c475a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2a71550a6c1c475a","status":"passed","time":{"start":1724862256092,"stop":1724862256093,"duration":1}},{"uid":"f36e58f04b09f550","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f36e58f04b09f550","status":"passed","time":{"start":1724861742234,"stop":1724861742234,"duration":0}},{"uid":"bf1cdee487be6849","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bf1cdee487be6849","status":"passed","time":{"start":1724861595394,"stop":1724861595396,"duration":2}},{"uid":"22478556b4aad2f0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/22478556b4aad2f0","status":"passed","time":{"start":1724861424068,"stop":1724861424069,"duration":1}}]},"e4e72a8fa5b7d654e51f3e711026836b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cba0787fc9d90e08","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cba0787fc9d90e08","status":"passed","time":{"start":1724921515220,"stop":1724921515220,"duration":0}},{"uid":"5dbf14c2848a4036","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5dbf14c2848a4036","status":"passed","time":{"start":1724921475438,"stop":1724921475438,"duration":0}},{"uid":"a3bf5de39137b534","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a3bf5de39137b534","status":"passed","time":{"start":1724918179380,"stop":1724918179380,"duration":0}},{"uid":"6c431ad558d0e12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c431ad558d0e12","status":"passed","time":{"start":1724889935334,"stop":1724889935334,"duration":0}},{"uid":"796585be9d072d34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/796585be9d072d34","status":"passed","time":{"start":1724889072746,"stop":1724889072746,"duration":0}},{"uid":"3515b234d1ed8205","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3515b234d1ed8205","status":"passed","time":{"start":1724888232408,"stop":1724888232409,"duration":1}},{"uid":"adfe758f80225f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/adfe758f80225f","status":"passed","time":{"start":1724887018288,"stop":1724887018288,"duration":0}},{"uid":"f75fd2f4d8bb5f12","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f75fd2f4d8bb5f12","status":"passed","time":{"start":1724886781472,"stop":1724886781473,"duration":1}},{"uid":"dd5734b12a7908be","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd5734b12a7908be","status":"passed","time":{"start":1724862213655,"stop":1724862213656,"duration":1}},{"uid":"4d218f459e2d961","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4d218f459e2d961","status":"passed","time":{"start":1724861685848,"stop":1724861685848,"duration":0}},{"uid":"a104d8cd956c27ae","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a104d8cd956c27ae","status":"passed","time":{"start":1724861546163,"stop":1724861546163,"duration":0}},{"uid":"e461d76d52429f31","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e461d76d52429f31","status":"passed","time":{"start":1724861378104,"stop":1724861378104,"duration":0}}]},"86a53e5a04ed2abdfb829012d731ce1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"56fe984247bbb72f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/56fe984247bbb72f","status":"passed","time":{"start":1724921379978,"stop":1724921379978,"duration":0}},{"uid":"7a970cbc917c2056","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7a970cbc917c2056","status":"passed","time":{"start":1724921359711,"stop":1724921359712,"duration":1}},{"uid":"4f642f85995fcb55","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4f642f85995fcb55","status":"passed","time":{"start":1724918127234,"stop":1724918127237,"duration":3}},{"uid":"aa9bd75aeccd0dc4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aa9bd75aeccd0dc4","status":"passed","time":{"start":1724889805611,"stop":1724889805611,"duration":0}},{"uid":"422ac988d39b9bb1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/422ac988d39b9bb1","status":"passed","time":{"start":1724888940683,"stop":1724888940683,"duration":0}},{"uid":"24006e3009028c2d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/24006e3009028c2d","status":"passed","time":{"start":1724888168647,"stop":1724888168647,"duration":0}},{"uid":"e0bc88b3cff80cb8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e0bc88b3cff80cb8","status":"passed","time":{"start":1724886924215,"stop":1724886924216,"duration":1}},{"uid":"8ea190adaf460169","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8ea190adaf460169","status":"passed","time":{"start":1724886701804,"stop":1724886701804,"duration":0}},{"uid":"91d341ced617a439","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91d341ced617a439","status":"passed","time":{"start":1724862112739,"stop":1724862112740,"duration":1}},{"uid":"6b04f36592f094d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6b04f36592f094d","status":"passed","time":{"start":1724861584866,"stop":1724861584867,"duration":1}},{"uid":"2c57e5180ab9b8b4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2c57e5180ab9b8b4","status":"passed","time":{"start":1724861464478,"stop":1724861464478,"duration":0}},{"uid":"7d7ca7c0e9eb89b8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7d7ca7c0e9eb89b8","status":"passed","time":{"start":1724861254910,"stop":1724861254910,"duration":0}}]},"b827439f452a11766780f806c1333aa9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9d16d5ca762ffee2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9d16d5ca762ffee2","status":"passed","time":{"start":1724888336458,"stop":1724888336458,"duration":0}}]},"616a707ea6255f6985c701d87f308721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ac1c9306ef7a24b8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ac1c9306ef7a24b8","status":"passed","time":{"start":1724921297019,"stop":1724921297019,"duration":0}},{"uid":"b706a3345f7e6d97","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b706a3345f7e6d97","status":"passed","time":{"start":1724921276381,"stop":1724921276382,"duration":1}},{"uid":"740c598c5b7e1c67","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/740c598c5b7e1c67","status":"passed","time":{"start":1724917948331,"stop":1724917948331,"duration":0}},{"uid":"4102a8aae1ed88f3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4102a8aae1ed88f3","status":"passed","time":{"start":1724889729020,"stop":1724889729021,"duration":1}},{"uid":"395cf902864dcb8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/395cf902864dcb8","status":"passed","time":{"start":1724888864961,"stop":1724888864961,"duration":0}},{"uid":"fdf780f537a8f65c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fdf780f537a8f65c","status":"passed","time":{"start":1724888053753,"stop":1724888053753,"duration":0}},{"uid":"b2c5b89b7425f1e4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b2c5b89b7425f1e4","status":"passed","time":{"start":1724886811668,"stop":1724886811668,"duration":0}},{"uid":"73f310f14f119dc3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/73f310f14f119dc3","status":"passed","time":{"start":1724886581010,"stop":1724886581010,"duration":0}},{"uid":"e1df0091cb502a10","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e1df0091cb502a10","status":"passed","time":{"start":1724862019566,"stop":1724862019566,"duration":0}},{"uid":"825d59c8d9883496","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/825d59c8d9883496","status":"passed","time":{"start":1724861493944,"stop":1724861493944,"duration":0}},{"uid":"f1ec0c0da4367980","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f1ec0c0da4367980","status":"passed","time":{"start":1724861318064,"stop":1724861318065,"duration":1}},{"uid":"b28ccbf79170ed4b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b28ccbf79170ed4b","status":"passed","time":{"start":1724861178524,"stop":1724861178524,"duration":0}}]},"87fe34f1954a2fba5cbc381cc6dcf6d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"81ba405379ee4ba7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/81ba405379ee4ba7","status":"passed","time":{"start":1724921037654,"stop":1724921037654,"duration":0}},{"uid":"e11aeafbfa83943b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e11aeafbfa83943b","status":"passed","time":{"start":1724921013068,"stop":1724921013069,"duration":1}},{"uid":"f50be60c3ae8b23e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f50be60c3ae8b23e","status":"passed","time":{"start":1724917673309,"stop":1724917673309,"duration":0}},{"uid":"3854389347402087","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3854389347402087","status":"passed","time":{"start":1724889452328,"stop":1724889452328,"duration":0}},{"uid":"1c0e79a0c8025335","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c0e79a0c8025335","status":"passed","time":{"start":1724888602861,"stop":1724888602861,"duration":0}},{"uid":"88aa81b42a5686b4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/88aa81b42a5686b4","status":"passed","time":{"start":1724887759181,"stop":1724887759181,"duration":0}},{"uid":"6e8bec2e850c9721","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6e8bec2e850c9721","status":"passed","time":{"start":1724886525558,"stop":1724886525559,"duration":1}},{"uid":"7a7af9e753be675e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7a7af9e753be675e","status":"passed","time":{"start":1724886303415,"stop":1724886303415,"duration":0}},{"uid":"2975bb1fed11c4a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2975bb1fed11c4a6","status":"passed","time":{"start":1724861752251,"stop":1724861752251,"duration":0}},{"uid":"9dbd765accf3996f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9dbd765accf3996f","status":"passed","time":{"start":1724861223371,"stop":1724861223372,"duration":1}},{"uid":"b76612da416aefbe","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b76612da416aefbe","status":"passed","time":{"start":1724861045221,"stop":1724861045221,"duration":0}},{"uid":"607127e63b358672","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/607127e63b358672","status":"passed","time":{"start":1724860907107,"stop":1724860907108,"duration":1}}]},"6768c514e62af9499d64f2876ad1b958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d5a973d7118120e7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d5a973d7118120e7","status":"passed","time":{"start":1724921658747,"stop":1724921658747,"duration":0}},{"uid":"a0ae00fdc18d6c2b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a0ae00fdc18d6c2b","status":"passed","time":{"start":1724921609581,"stop":1724921609582,"duration":1}},{"uid":"4f9c93e50402fe21","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4f9c93e50402fe21","status":"passed","time":{"start":1724918323462,"stop":1724918323462,"duration":0}},{"uid":"aa86f7e4384519ec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aa86f7e4384519ec","status":"passed","time":{"start":1724890071667,"stop":1724890071667,"duration":0}},{"uid":"d371371a11ff59c4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d371371a11ff59c4","status":"passed","time":{"start":1724889207708,"stop":1724889207708,"duration":0}},{"uid":"d8a0c6310b10a978","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d8a0c6310b10a978","status":"passed","time":{"start":1724888386328,"stop":1724888386328,"duration":0}},{"uid":"3573e2891b5c33e5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3573e2891b5c33e5","status":"passed","time":{"start":1724887153936,"stop":1724887153937,"duration":1}},{"uid":"4786ed2b45da0931","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4786ed2b45da0931","status":"passed","time":{"start":1724886927403,"stop":1724886927405,"duration":2}},{"uid":"6ec13db73881c730","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6ec13db73881c730","status":"passed","time":{"start":1724862360111,"stop":1724862360111,"duration":0}},{"uid":"730bf83ddef676c6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/730bf83ddef676c6","status":"passed","time":{"start":1724861832844,"stop":1724861832845,"duration":1}},{"uid":"b720733acfcea6fb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b720733acfcea6fb","status":"passed","time":{"start":1724861687430,"stop":1724861687431,"duration":1}},{"uid":"50ad4332ef9d0226","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/50ad4332ef9d0226","status":"passed","time":{"start":1724861513180,"stop":1724861513180,"duration":0}}]},"0e28108fcff28b559e8df008277df518:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"523f9b0f66c1d697","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/523f9b0f66c1d697","status":"passed","time":{"start":1724887032415,"stop":1724887032415,"duration":0}}]},"713a95328ac8f822756ed1917a2e3407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"da8ace76c14fcabd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/da8ace76c14fcabd","status":"passed","time":{"start":1724921529578,"stop":1724921529578,"duration":0}},{"uid":"e622c12e3e0df816","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e622c12e3e0df816","status":"passed","time":{"start":1724921488876,"stop":1724921488876,"duration":0}},{"uid":"ae332342195ae428","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ae332342195ae428","status":"passed","time":{"start":1724918203677,"stop":1724918203677,"duration":0}},{"uid":"ed9fc08b6b4ca9a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ed9fc08b6b4ca9a7","status":"passed","time":{"start":1724889938355,"stop":1724889938355,"duration":0}},{"uid":"d0f7803cf2e31b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d0f7803cf2e31b","status":"passed","time":{"start":1724889077058,"stop":1724889077059,"duration":1}},{"uid":"c30be2d23374452e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c30be2d23374452e","status":"passed","time":{"start":1724888268012,"stop":1724888268014,"duration":2}},{"uid":"6e5a2698f5bb6b84","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6e5a2698f5bb6b84","status":"passed","time":{"start":1724887032394,"stop":1724887032395,"duration":1}},{"uid":"1543563fefa9b0a7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1543563fefa9b0a7","status":"passed","time":{"start":1724886822788,"stop":1724886822788,"duration":0}},{"uid":"46946f83ce6479f5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/46946f83ce6479f5","status":"passed","time":{"start":1724862233506,"stop":1724862233506,"duration":0}},{"uid":"9728244a6dffea86","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9728244a6dffea86","status":"passed","time":{"start":1724861712666,"stop":1724861712667,"duration":1}},{"uid":"829095ac6974c552","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/829095ac6974c552","status":"passed","time":{"start":1724861567884,"stop":1724861567885,"duration":1}},{"uid":"bdc74ff93d119ef9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bdc74ff93d119ef9","status":"passed","time":{"start":1724861392047,"stop":1724861392048,"duration":1}}]},"7e48da6a07eda3c9d829363fccd0abf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cc1cb25c5fb5740e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cc1cb25c5fb5740e","status":"passed","time":{"start":1724921515230,"stop":1724921515231,"duration":1}},{"uid":"a16ea39ff184d17d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a16ea39ff184d17d","status":"passed","time":{"start":1724921475457,"stop":1724921475458,"duration":1}},{"uid":"8345c92c03c66b25","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8345c92c03c66b25","status":"passed","time":{"start":1724918179404,"stop":1724918179404,"duration":0}},{"uid":"43328051e45fa819","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/43328051e45fa819","status":"passed","time":{"start":1724889935344,"stop":1724889935344,"duration":0}},{"uid":"bb3b3e1bd5833368","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bb3b3e1bd5833368","status":"passed","time":{"start":1724889072758,"stop":1724889072758,"duration":0}},{"uid":"195224f22c2b38dd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/195224f22c2b38dd","status":"passed","time":{"start":1724888232419,"stop":1724888232420,"duration":1}},{"uid":"6eb327dce3a9b8ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6eb327dce3a9b8ea","status":"passed","time":{"start":1724887018306,"stop":1724887018306,"duration":0}},{"uid":"8072fe4889611a1c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8072fe4889611a1c","status":"passed","time":{"start":1724886781483,"stop":1724886781484,"duration":1}},{"uid":"63610ca6776b21ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/63610ca6776b21ba","status":"passed","time":{"start":1724862213667,"stop":1724862213667,"duration":0}},{"uid":"1532659d8f34035b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1532659d8f34035b","status":"passed","time":{"start":1724861685860,"stop":1724861685860,"duration":0}},{"uid":"c93671f8332091ca","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c93671f8332091ca","status":"passed","time":{"start":1724861546181,"stop":1724861546181,"duration":0}},{"uid":"c798374a46586028","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c798374a46586028","status":"passed","time":{"start":1724861378115,"stop":1724861378116,"duration":1}}]},"421132b53cd5d0c6f25242ef427f7dc2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"71292dc884080293","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/71292dc884080293","status":"passed","time":{"start":1724889980705,"stop":1724889980705,"duration":0}}]},"aab8ed67beed8513143c3119293db985:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f4a37d55a16ff1f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1f4a37d55a16ff1f","status":"passed","time":{"start":1724861599499,"stop":1724861599499,"duration":0}}]},"199a3392f62acb07a851cfef0732a94d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ef605e09e1940489","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ef605e09e1940489","status":"passed","time":{"start":1724861475032,"stop":1724861475038,"duration":6}}]},"d69b90a40412201ad3f115d478e406ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"851c6478bc79a3ae","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/851c6478bc79a3ae","status":"passed","time":{"start":1724921098916,"stop":1724921098918,"duration":2}},{"uid":"3d51db6224f0c8a9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3d51db6224f0c8a9","status":"passed","time":{"start":1724921073394,"stop":1724921073395,"duration":1}},{"uid":"43b8c7dc2f24df8e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/43b8c7dc2f24df8e","status":"passed","time":{"start":1724917744662,"stop":1724917744662,"duration":0}},{"uid":"dd51949efd43e977","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd51949efd43e977","status":"passed","time":{"start":1724889518043,"stop":1724889518043,"duration":0}},{"uid":"b75eeb2b744bdbc6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b75eeb2b744bdbc6","status":"passed","time":{"start":1724888665801,"stop":1724888665802,"duration":1}},{"uid":"4a5165f2633b37af","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a5165f2633b37af","status":"passed","time":{"start":1724887821951,"stop":1724887821952,"duration":1}},{"uid":"d68575619eea27b5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d68575619eea27b5","status":"passed","time":{"start":1724886586925,"stop":1724886586925,"duration":0}},{"uid":"590919b258d248cf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/590919b258d248cf","status":"passed","time":{"start":1724886375230,"stop":1724886375231,"duration":1}},{"uid":"afa97424afc7a91","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/afa97424afc7a91","status":"passed","time":{"start":1724861815216,"stop":1724861815217,"duration":1}},{"uid":"41ebed44a864acf9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/41ebed44a864acf9","status":"passed","time":{"start":1724861291721,"stop":1724861291722,"duration":1}},{"uid":"d0d44b2c91b3e871","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d0d44b2c91b3e871","status":"passed","time":{"start":1724861109877,"stop":1724861109878,"duration":1}},{"uid":"c43be1e2ed46f5e2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c43be1e2ed46f5e2","status":"passed","time":{"start":1724860972341,"stop":1724860972342,"duration":1}}]},"f248704e2b65823722fef4ea08528e23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"19c216099db73e59","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/19c216099db73e59","status":"passed","time":{"start":1724921564770,"stop":1724921564771,"duration":1}},{"uid":"ee3c6ce782f92067","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ee3c6ce782f92067","status":"passed","time":{"start":1724921518779,"stop":1724921518780,"duration":1}},{"uid":"986d25419c57e384","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/986d25419c57e384","status":"passed","time":{"start":1724918229394,"stop":1724918229394,"duration":0}},{"uid":"fb29fd6dbbe8822d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb29fd6dbbe8822d","status":"passed","time":{"start":1724889980691,"stop":1724889980692,"duration":1}},{"uid":"2108a8cd7b1b3b68","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2108a8cd7b1b3b68","status":"passed","time":{"start":1724889111153,"stop":1724889111154,"duration":1}},{"uid":"8cc3fbe30ce7d328","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8cc3fbe30ce7d328","status":"passed","time":{"start":1724888292523,"stop":1724888292524,"duration":1}},{"uid":"7bfb624e145fb074","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7bfb624e145fb074","status":"passed","time":{"start":1724887068218,"stop":1724887068219,"duration":1}},{"uid":"336645ecba6fd1ee","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/336645ecba6fd1ee","status":"passed","time":{"start":1724886848916,"stop":1724886848917,"duration":1}},{"uid":"d128f306a80575f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d128f306a80575f9","status":"passed","time":{"start":1724862262041,"stop":1724862262042,"duration":1}},{"uid":"8eafb94b7a05dfb7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8eafb94b7a05dfb7","status":"passed","time":{"start":1724861741885,"stop":1724861741885,"duration":0}},{"uid":"199e4d1c0e936b99","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/199e4d1c0e936b99","status":"passed","time":{"start":1724861599480,"stop":1724861599480,"duration":0}},{"uid":"a1114379bdb7a7d1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a1114379bdb7a7d1","status":"passed","time":{"start":1724861428469,"stop":1724861428470,"duration":1}}]},"6bba0f4528bed3887287065f399abcb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c3a479b6898dc842","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c3a479b6898dc842","status":"passed","time":{"start":1724921045535,"stop":1724921045535,"duration":0}},{"uid":"955374c72e529922","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/955374c72e529922","status":"passed","time":{"start":1724921020728,"stop":1724921020729,"duration":1}},{"uid":"63319cab01cef793","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/63319cab01cef793","status":"passed","time":{"start":1724917681058,"stop":1724917681060,"duration":2}},{"uid":"27f9b775ef5e137e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/27f9b775ef5e137e","status":"passed","time":{"start":1724889459952,"stop":1724889459953,"duration":1}},{"uid":"f4aab9528790287a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f4aab9528790287a","status":"passed","time":{"start":1724888610541,"stop":1724888610542,"duration":1}},{"uid":"a10cfa737ecf8912","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a10cfa737ecf8912","status":"passed","time":{"start":1724887766850,"stop":1724887766850,"duration":0}},{"uid":"681f071e3ecfc241","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/681f071e3ecfc241","status":"passed","time":{"start":1724886533246,"stop":1724886533246,"duration":0}},{"uid":"432c37dbd8f3eb07","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/432c37dbd8f3eb07","status":"passed","time":{"start":1724886311093,"stop":1724886311094,"duration":1}},{"uid":"1895ec274ec2c098","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1895ec274ec2c098","status":"passed","time":{"start":1724861760051,"stop":1724861760052,"duration":1}},{"uid":"47b718e0dc9cdc55","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/47b718e0dc9cdc55","status":"passed","time":{"start":1724861230834,"stop":1724861230835,"duration":1}},{"uid":"5a98d423d35ed9db","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5a98d423d35ed9db","status":"passed","time":{"start":1724861053407,"stop":1724861053408,"duration":1}},{"uid":"bf10f68448642b1e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bf10f68448642b1e","status":"passed","time":{"start":1724860914747,"stop":1724860914747,"duration":0}}]},"6c964751053cbe5c30dacd35bed95023:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3bb55abc564f8f8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3bb55abc564f8f8","status":"passed","time":{"start":1724921270364,"stop":1724921270364,"duration":0}},{"uid":"e7ca83deb6ca64d5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e7ca83deb6ca64d5","status":"passed","time":{"start":1724921247826,"stop":1724921247826,"duration":0}},{"uid":"93ff21d5d05388f1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/93ff21d5d05388f1","status":"passed","time":{"start":1724917989824,"stop":1724917989824,"duration":0}},{"uid":"4916a76761675763","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4916a76761675763","status":"passed","time":{"start":1724889678568,"stop":1724889678569,"duration":1}},{"uid":"b7b8369bcf38969e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b7b8369bcf38969e","status":"passed","time":{"start":1724888829847,"stop":1724888829847,"duration":0}},{"uid":"8ba56aa0759b0584","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8ba56aa0759b0584","status":"passed","time":{"start":1724888077015,"stop":1724888077015,"duration":0}},{"uid":"67e36d2ac2ad717a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/67e36d2ac2ad717a","status":"passed","time":{"start":1724886851130,"stop":1724886851130,"duration":0}},{"uid":"2375cfc2aba3d8ee","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2375cfc2aba3d8ee","status":"passed","time":{"start":1724886647120,"stop":1724886647121,"duration":1}},{"uid":"270a8d5163a5847e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/270a8d5163a5847e","status":"passed","time":{"start":1724861992716,"stop":1724861992716,"duration":0}},{"uid":"e629a6eedb74d09","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e629a6eedb74d09","status":"passed","time":{"start":1724861469648,"stop":1724861469648,"duration":0}},{"uid":"c9db0f612dd61942","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c9db0f612dd61942","status":"passed","time":{"start":1724861284870,"stop":1724861284870,"duration":0}},{"uid":"7dfe45c90fbbd76b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7dfe45c90fbbd76b","status":"passed","time":{"start":1724861145818,"stop":1724861145818,"duration":0}}]},"31e4c7828708bf30709aa1e135ae6cfe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8d2d1f1ddbccb558","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8d2d1f1ddbccb558","status":"passed","time":{"start":1724889980706,"stop":1724889980706,"duration":0}}]},"9a0af2b5cc43fb62c086cad6069eb389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6c709d1b0fbb1aa8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6c709d1b0fbb1aa8","status":"passed","time":{"start":1724921379978,"stop":1724921379979,"duration":1}},{"uid":"9054efc0e61f179d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9054efc0e61f179d","status":"passed","time":{"start":1724921359712,"stop":1724921359713,"duration":1}},{"uid":"86b242e0d287f502","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/86b242e0d287f502","status":"passed","time":{"start":1724918127240,"stop":1724918127243,"duration":3}},{"uid":"cb7f9f3f7dab9b75","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cb7f9f3f7dab9b75","status":"passed","time":{"start":1724889805611,"stop":1724889805612,"duration":1}},{"uid":"599dac25d930cc0c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/599dac25d930cc0c","status":"passed","time":{"start":1724888940684,"stop":1724888940685,"duration":1}},{"uid":"84b2191a68f8c2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/84b2191a68f8c2","status":"passed","time":{"start":1724888168648,"stop":1724888168648,"duration":0}},{"uid":"210a46e88ea49a6e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/210a46e88ea49a6e","status":"passed","time":{"start":1724886924216,"stop":1724886924216,"duration":0}},{"uid":"f7c593a1e3ab4866","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f7c593a1e3ab4866","status":"passed","time":{"start":1724886701804,"stop":1724886701805,"duration":1}},{"uid":"c9c070eab7fac618","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c9c070eab7fac618","status":"passed","time":{"start":1724862112740,"stop":1724862112741,"duration":1}},{"uid":"75171d7c4b4e925c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/75171d7c4b4e925c","status":"passed","time":{"start":1724861584868,"stop":1724861584868,"duration":0}},{"uid":"93fc68de318c10e7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/93fc68de318c10e7","status":"passed","time":{"start":1724861464479,"stop":1724861464483,"duration":4}},{"uid":"be51593ba76f4808","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/be51593ba76f4808","status":"passed","time":{"start":1724861254912,"stop":1724861254912,"duration":0}}]},"7a1f1625162dea6a19df34ddf052c945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1ae99eb780a949d3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1ae99eb780a949d3","status":"passed","time":{"start":1724921148663,"stop":1724921148663,"duration":0}},{"uid":"7a605202febb4746","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7a605202febb4746","status":"passed","time":{"start":1724921125026,"stop":1724921125027,"duration":1}},{"uid":"f4ba2402d520df4b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f4ba2402d520df4b","status":"passed","time":{"start":1724917782910,"stop":1724917782910,"duration":0}},{"uid":"1636fb040cb15150","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1636fb040cb15150","status":"passed","time":{"start":1724889568679,"stop":1724889568679,"duration":0}},{"uid":"ab4b82a8314e2f11","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ab4b82a8314e2f11","status":"passed","time":{"start":1724888712710,"stop":1724888712710,"duration":0}},{"uid":"54fcc0ee922293a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/54fcc0ee922293a","status":"passed","time":{"start":1724887870880,"stop":1724887870880,"duration":0}},{"uid":"2f99113a81d1723","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2f99113a81d1723","status":"passed","time":{"start":1724886637708,"stop":1724886637708,"duration":0}},{"uid":"57efa2bf04e1d01","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/57efa2bf04e1d01","status":"passed","time":{"start":1724886418626,"stop":1724886418627,"duration":1}},{"uid":"7f73aa2ad8862022","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7f73aa2ad8862022","status":"passed","time":{"start":1724861865559,"stop":1724861865559,"duration":0}},{"uid":"d81c9e0f1da7ddcb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d81c9e0f1da7ddcb","status":"passed","time":{"start":1724861334265,"stop":1724861334265,"duration":0}},{"uid":"5ec9715e88a4e831","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5ec9715e88a4e831","status":"passed","time":{"start":1724861163784,"stop":1724861163784,"duration":0}},{"uid":"106f0a83641ca670","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/106f0a83641ca670","status":"passed","time":{"start":1724861021893,"stop":1724861021894,"duration":1}}]},"fbd400264491138571ba5ec2e41821ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"debcddba4baa6d3e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/debcddba4baa6d3e","status":"passed","time":{"start":1724921270352,"stop":1724921270352,"duration":0}},{"uid":"147b162f5e409a78","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/147b162f5e409a78","status":"passed","time":{"start":1724921247813,"stop":1724921247813,"duration":0}},{"uid":"320e94c97ffa6e99","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/320e94c97ffa6e99","status":"passed","time":{"start":1724917989814,"stop":1724917989814,"duration":0}},{"uid":"7e911a51ff09b6a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e911a51ff09b6a0","status":"passed","time":{"start":1724889678546,"stop":1724889678546,"duration":0}},{"uid":"ad0aecfd7dbe403b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ad0aecfd7dbe403b","status":"passed","time":{"start":1724888829833,"stop":1724888829833,"duration":0}},{"uid":"7c42cdb4f32f536","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7c42cdb4f32f536","status":"passed","time":{"start":1724888076985,"stop":1724888076986,"duration":1}},{"uid":"5d7e9ff0403f1c9d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5d7e9ff0403f1c9d","status":"passed","time":{"start":1724886851121,"stop":1724886851121,"duration":0}},{"uid":"dffd4bcdfdd0354c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dffd4bcdfdd0354c","status":"passed","time":{"start":1724886647084,"stop":1724886647085,"duration":1}},{"uid":"97ea9ca98b59934","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97ea9ca98b59934","status":"passed","time":{"start":1724861992708,"stop":1724861992709,"duration":1}},{"uid":"adc9475a5754fa4b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/adc9475a5754fa4b","status":"passed","time":{"start":1724861469637,"stop":1724861469637,"duration":0}},{"uid":"1a0ded76f55f3d22","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1a0ded76f55f3d22","status":"passed","time":{"start":1724861284853,"stop":1724861284853,"duration":0}},{"uid":"3367905fc35f929a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3367905fc35f929a","status":"passed","time":{"start":1724861145798,"stop":1724861145798,"duration":0}}]},"771a22df78ba07a9ddb621fd50e33799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"870e78783f937d72","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/870e78783f937d72","status":"passed","time":{"start":1724890039741,"stop":1724890039742,"duration":1}}]},"aec9a534d6cf627e38daca66c493fcd2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fcfe5c255713c552","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fcfe5c255713c552","status":"passed","time":{"start":1724862320147,"stop":1724862320148,"duration":1}}]},"bf30cdca0ced3f0aa8ac2ca04b0abdab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"beb86ae22843be","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/beb86ae22843be","status":"passed","time":{"start":1724921037646,"stop":1724921037647,"duration":1}},{"uid":"e8ed994c7f56a640","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e8ed994c7f56a640","status":"passed","time":{"start":1724921013059,"stop":1724921013059,"duration":0}},{"uid":"1d2a7ac7b80ce182","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1d2a7ac7b80ce182","status":"passed","time":{"start":1724917673301,"stop":1724917673301,"duration":0}},{"uid":"2050ed8a1a7a53c1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2050ed8a1a7a53c1","status":"passed","time":{"start":1724889452320,"stop":1724889452320,"duration":0}},{"uid":"4e0c96f2d048f727","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4e0c96f2d048f727","status":"passed","time":{"start":1724888602851,"stop":1724888602852,"duration":1}},{"uid":"3fcb41d182358d1b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3fcb41d182358d1b","status":"passed","time":{"start":1724887759173,"stop":1724887759173,"duration":0}},{"uid":"9c33c9407d74c1c6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9c33c9407d74c1c6","status":"passed","time":{"start":1724886525552,"stop":1724886525552,"duration":0}},{"uid":"94457771dc2db6e6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/94457771dc2db6e6","status":"passed","time":{"start":1724886303407,"stop":1724886303407,"duration":0}},{"uid":"c4835d8e21c95a21","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4835d8e21c95a21","status":"passed","time":{"start":1724861752239,"stop":1724861752239,"duration":0}},{"uid":"b14ce5a72165f5d4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b14ce5a72165f5d4","status":"passed","time":{"start":1724861223364,"stop":1724861223364,"duration":0}},{"uid":"b19f5dc9f4c354c2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b19f5dc9f4c354c2","status":"passed","time":{"start":1724861045212,"stop":1724861045212,"duration":0}},{"uid":"caf78e5919ae12c2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/caf78e5919ae12c2","status":"passed","time":{"start":1724860907097,"stop":1724860907098,"duration":1}}]},"af008c8101368fe05b63db223cb65e09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"b1308b964a7db8de","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b1308b964a7db8de","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515419,"stop":1724921515419,"duration":0}},{"uid":"84375dcb456eb23a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/84375dcb456eb23a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475839,"stop":1724921475839,"duration":0}},{"uid":"ffe97a9c5437c75f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ffe97a9c5437c75f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179673,"stop":1724918179673,"duration":0}},{"uid":"62e5735453dc105f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/62e5735453dc105f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935530,"stop":1724889935531,"duration":1}},{"uid":"3827982d8a20bdc9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3827982d8a20bdc9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072944,"stop":1724889072944,"duration":0}},{"uid":"f7233b0c437714f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f7233b0c437714f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232587,"stop":1724888232587,"duration":0}},{"uid":"287d343cea3d23ac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/287d343cea3d23ac","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018518,"stop":1724887018519,"duration":1}},{"uid":"ea11b40908316bb2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ea11b40908316bb2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781724,"stop":1724886781724,"duration":0}},{"uid":"2062d19c4a1ca6b6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2062d19c4a1ca6b6","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213904,"stop":1724862213904,"duration":0}},{"uid":"8f5d8b457cfe6d63","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8f5d8b457cfe6d63","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861686115,"stop":1724861686115,"duration":0}},{"uid":"608d86cd0b01ce77","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/608d86cd0b01ce77","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546461,"stop":1724861546462,"duration":1}},{"uid":"6acc6d2f3b5ab68e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6acc6d2f3b5ab68e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378279,"stop":1724861378279,"duration":0}}]},"3a5d03a4e675d91bf143c5c3c201d2f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f2bbc00f87da88be","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f2bbc00f87da88be","status":"passed","time":{"start":1724861770123,"stop":1724861770128,"duration":5}}]},"3ea98957b5cb7d3b4544b188c0423fd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"13f90dc2b9de9a38","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/13f90dc2b9de9a38","status":"passed","time":{"start":1724921564785,"stop":1724921564785,"duration":0}},{"uid":"758e1d2f8395299","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/758e1d2f8395299","status":"passed","time":{"start":1724921518836,"stop":1724921518844,"duration":8}},{"uid":"ab8477e11d2b7dcd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ab8477e11d2b7dcd","status":"passed","time":{"start":1724918229409,"stop":1724918229410,"duration":1}},{"uid":"16aaab6f0295b297","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/16aaab6f0295b297","status":"passed","time":{"start":1724889980709,"stop":1724889980709,"duration":0}},{"uid":"e7dd12a53a83ca1b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e7dd12a53a83ca1b","status":"passed","time":{"start":1724889111186,"stop":1724889111186,"duration":0}},{"uid":"1891540704bb6f68","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1891540704bb6f68","status":"passed","time":{"start":1724888292549,"stop":1724888292550,"duration":1}},{"uid":"864e9e6769d534b4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/864e9e6769d534b4","status":"passed","time":{"start":1724887068234,"stop":1724887068235,"duration":1}},{"uid":"bcc3ac874faa17e7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bcc3ac874faa17e7","status":"passed","time":{"start":1724886848944,"stop":1724886848945,"duration":1}},{"uid":"2d01a4d853cf8f3f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d01a4d853cf8f3f","status":"passed","time":{"start":1724862262058,"stop":1724862262059,"duration":1}},{"uid":"19ce680c207ae530","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/19ce680c207ae530","status":"passed","time":{"start":1724861741901,"stop":1724861741901,"duration":0}},{"uid":"4608c398f1e29bcd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4608c398f1e29bcd","status":"passed","time":{"start":1724861599505,"stop":1724861599505,"duration":0}},{"uid":"30ac07780b73a3bb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/30ac07780b73a3bb","status":"passed","time":{"start":1724861428484,"stop":1724861428484,"duration":0}}]},"c22ef29f7a6a4243764370ca0290073a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"54249c2c9fdb724c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/54249c2c9fdb724c","status":"passed","time":{"start":1724921270350,"stop":1724921270350,"duration":0}},{"uid":"fd008b5972c7c728","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fd008b5972c7c728","status":"passed","time":{"start":1724921247806,"stop":1724921247808,"duration":2}},{"uid":"80dd1d886c1fbe9d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/80dd1d886c1fbe9d","status":"passed","time":{"start":1724917989812,"stop":1724917989812,"duration":0}},{"uid":"ea56f24031c3814a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ea56f24031c3814a","status":"passed","time":{"start":1724889678535,"stop":1724889678536,"duration":1}},{"uid":"da68b11f4fb7c91a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/da68b11f4fb7c91a","status":"passed","time":{"start":1724888829831,"stop":1724888829831,"duration":0}},{"uid":"a18dfc9e91a11845","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a18dfc9e91a11845","status":"passed","time":{"start":1724888076979,"stop":1724888076980,"duration":1}},{"uid":"48914bde51314fea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/48914bde51314fea","status":"passed","time":{"start":1724886851118,"stop":1724886851118,"duration":0}},{"uid":"6e35682a659b6d08","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6e35682a659b6d08","status":"passed","time":{"start":1724886647071,"stop":1724886647073,"duration":2}},{"uid":"7e901b17986c4620","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e901b17986c4620","status":"passed","time":{"start":1724861992706,"stop":1724861992707,"duration":1}},{"uid":"a54ebdccbae28d36","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a54ebdccbae28d36","status":"passed","time":{"start":1724861469634,"stop":1724861469635,"duration":1}},{"uid":"e448106fa62fb690","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e448106fa62fb690","status":"passed","time":{"start":1724861284850,"stop":1724861284850,"duration":0}},{"uid":"caf49b953c141f5b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/caf49b953c141f5b","status":"passed","time":{"start":1724861145784,"stop":1724861145784,"duration":0}}]},"9775e23b36b001dd0df94df1f330912f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2ee7ee1a93f15197","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2ee7ee1a93f15197","status":"passed","time":{"start":1724921515218,"stop":1724921515219,"duration":1}},{"uid":"b0bd3ebee40839c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b0bd3ebee40839c","status":"passed","time":{"start":1724921475435,"stop":1724921475436,"duration":1}},{"uid":"a4ba19843e2fc24b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a4ba19843e2fc24b","status":"passed","time":{"start":1724918179367,"stop":1724918179376,"duration":9}},{"uid":"4b82583bc8d43c5d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b82583bc8d43c5d","status":"passed","time":{"start":1724889935332,"stop":1724889935333,"duration":1}},{"uid":"3b27b387132264d0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3b27b387132264d0","status":"passed","time":{"start":1724889072745,"stop":1724889072745,"duration":0}},{"uid":"3b6c540c8fbfed44","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3b6c540c8fbfed44","status":"passed","time":{"start":1724888232406,"stop":1724888232407,"duration":1}},{"uid":"e96caf7fac5b6f3e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e96caf7fac5b6f3e","status":"passed","time":{"start":1724887018286,"stop":1724887018287,"duration":1}},{"uid":"e16efe8797bde413","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e16efe8797bde413","status":"passed","time":{"start":1724886781471,"stop":1724886781471,"duration":0}},{"uid":"a8fab9421db1a68a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a8fab9421db1a68a","status":"passed","time":{"start":1724862213654,"stop":1724862213654,"duration":0}},{"uid":"e36ff560d15def0d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e36ff560d15def0d","status":"passed","time":{"start":1724861685847,"stop":1724861685847,"duration":0}},{"uid":"c348da630c885bda","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c348da630c885bda","status":"passed","time":{"start":1724861546162,"stop":1724861546162,"duration":0}},{"uid":"c3404601f6a5bd7c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c3404601f6a5bd7c","status":"passed","time":{"start":1724861378102,"stop":1724861378102,"duration":0}}]},"15d8fa3681f738923124b31fb1a6f5ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"429a8970c81439fc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/429a8970c81439fc","status":"passed","time":{"start":1724921046208,"stop":1724921046208,"duration":0}},{"uid":"41fe07500e3892ff","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/41fe07500e3892ff","status":"passed","time":{"start":1724921021479,"stop":1724921021479,"duration":0}},{"uid":"78e6e6e2899b33cb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/78e6e6e2899b33cb","status":"passed","time":{"start":1724917681727,"stop":1724917681727,"duration":0}},{"uid":"204931cf268cb360","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/204931cf268cb360","status":"passed","time":{"start":1724889460655,"stop":1724889460655,"duration":0}},{"uid":"55b28f0804211fbc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/55b28f0804211fbc","status":"passed","time":{"start":1724888611298,"stop":1724888611299,"duration":1}},{"uid":"a05683f6863136ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a05683f6863136ba","status":"passed","time":{"start":1724887767623,"stop":1724887767623,"duration":0}},{"uid":"67890f6bc1ae6dd4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/67890f6bc1ae6dd4","status":"passed","time":{"start":1724886533994,"stop":1724886533995,"duration":1}},{"uid":"b88a9bd06cf9db86","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b88a9bd06cf9db86","status":"passed","time":{"start":1724886311761,"stop":1724886311761,"duration":0}},{"uid":"6222e3ec8364276f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6222e3ec8364276f","status":"passed","time":{"start":1724861760779,"stop":1724861760779,"duration":0}},{"uid":"3c95dec0df1f95fa","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3c95dec0df1f95fa","status":"passed","time":{"start":1724861231737,"stop":1724861231737,"duration":0}},{"uid":"6a4c688a2dd485cb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6a4c688a2dd485cb","status":"passed","time":{"start":1724861054260,"stop":1724861054260,"duration":0}},{"uid":"e45a360a6a99f3a3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e45a360a6a99f3a3","status":"passed","time":{"start":1724860915818,"stop":1724860915818,"duration":0}}]},"a319fa3945ccae851acd728091820d37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5dad0a3d54672d90","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5dad0a3d54672d90","status":"passed","time":{"start":1724921046206,"stop":1724921046206,"duration":0}},{"uid":"e567c809e1c2d88c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e567c809e1c2d88c","status":"passed","time":{"start":1724921021478,"stop":1724921021478,"duration":0}},{"uid":"8bd03fbc19fcccd7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8bd03fbc19fcccd7","status":"passed","time":{"start":1724917681726,"stop":1724917681726,"duration":0}},{"uid":"864d8f859c74b562","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/864d8f859c74b562","status":"passed","time":{"start":1724889460654,"stop":1724889460654,"duration":0}},{"uid":"80d44a834c8da08c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80d44a834c8da08c","status":"passed","time":{"start":1724888611297,"stop":1724888611297,"duration":0}},{"uid":"e8c8442d5c3ee24b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e8c8442d5c3ee24b","status":"passed","time":{"start":1724887767622,"stop":1724887767622,"duration":0}},{"uid":"4629ff05057ef0e1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4629ff05057ef0e1","status":"passed","time":{"start":1724886533992,"stop":1724886533993,"duration":1}},{"uid":"a9c1a4d91c6eae3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a9c1a4d91c6eae3","status":"passed","time":{"start":1724886311760,"stop":1724886311760,"duration":0}},{"uid":"41bccbbddb4bec64","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/41bccbbddb4bec64","status":"passed","time":{"start":1724861760777,"stop":1724861760778,"duration":1}},{"uid":"94dde1c764b600a2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/94dde1c764b600a2","status":"passed","time":{"start":1724861231736,"stop":1724861231736,"duration":0}},{"uid":"b21752c7ae49c08f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b21752c7ae49c08f","status":"passed","time":{"start":1724861054258,"stop":1724861054258,"duration":0}},{"uid":"1a24df9a3af65512","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1a24df9a3af65512","status":"passed","time":{"start":1724860915816,"stop":1724860915817,"duration":1}}]},"79c5c536616a9eb0ca5bcb3b21520067:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cc0fc8c97aa92a30","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc0fc8c97aa92a30","status":"passed","time":{"start":1724889144084,"stop":1724889144085,"duration":1}}]},"753c7ba84a2a634209cc37749af1cdbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d62e023caaab4937","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d62e023caaab4937","status":"passed","time":{"start":1724921046206,"stop":1724921046206,"duration":0}},{"uid":"bc2c093024ad12e9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bc2c093024ad12e9","status":"passed","time":{"start":1724921021478,"stop":1724921021478,"duration":0}},{"uid":"bba8cb1c68d03d2d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bba8cb1c68d03d2d","status":"passed","time":{"start":1724917681726,"stop":1724917681726,"duration":0}},{"uid":"7d694b4db80bf825","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7d694b4db80bf825","status":"passed","time":{"start":1724889460653,"stop":1724889460654,"duration":1}},{"uid":"ff2f08edadd33965","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff2f08edadd33965","status":"passed","time":{"start":1724888611297,"stop":1724888611297,"duration":0}},{"uid":"50800ae4a46686ad","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/50800ae4a46686ad","status":"passed","time":{"start":1724887767622,"stop":1724887767622,"duration":0}},{"uid":"bdb67b593236f9e4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bdb67b593236f9e4","status":"passed","time":{"start":1724886533992,"stop":1724886533992,"duration":0}},{"uid":"dbc85871463d73fd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dbc85871463d73fd","status":"passed","time":{"start":1724886311760,"stop":1724886311760,"duration":0}},{"uid":"4d1dc509567748ca","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4d1dc509567748ca","status":"passed","time":{"start":1724861760777,"stop":1724861760777,"duration":0}},{"uid":"1ba87e64b76c7f13","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1ba87e64b76c7f13","status":"passed","time":{"start":1724861231736,"stop":1724861231736,"duration":0}},{"uid":"946e3804945b0839","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/946e3804945b0839","status":"passed","time":{"start":1724861054258,"stop":1724861054258,"duration":0}},{"uid":"d4d7f22712b01244","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d4d7f22712b01244","status":"passed","time":{"start":1724860915816,"stop":1724860915816,"duration":0}}]},"e133df54c067e43ed88a36f702a54bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3b9d7d25cc00d054","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3b9d7d25cc00d054","status":"passed","time":{"start":1724921037654,"stop":1724921037654,"duration":0}},{"uid":"fea552f0e71b65d4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fea552f0e71b65d4","status":"passed","time":{"start":1724921013069,"stop":1724921013069,"duration":0}},{"uid":"5222bd1e99356384","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5222bd1e99356384","status":"passed","time":{"start":1724917673309,"stop":1724917673309,"duration":0}},{"uid":"7bdb16c79c6593ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7bdb16c79c6593ac","status":"passed","time":{"start":1724889452329,"stop":1724889452329,"duration":0}},{"uid":"4667d52cfabb2be5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4667d52cfabb2be5","status":"passed","time":{"start":1724888602861,"stop":1724888602862,"duration":1}},{"uid":"23037ba73387885f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/23037ba73387885f","status":"passed","time":{"start":1724887759181,"stop":1724887759181,"duration":0}},{"uid":"f9a41c797f193e83","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f9a41c797f193e83","status":"passed","time":{"start":1724886525559,"stop":1724886525559,"duration":0}},{"uid":"8fb198ce6b6d1c28","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8fb198ce6b6d1c28","status":"passed","time":{"start":1724886303415,"stop":1724886303415,"duration":0}},{"uid":"71c37f78c2362c4a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/71c37f78c2362c4a","status":"passed","time":{"start":1724861752251,"stop":1724861752252,"duration":1}},{"uid":"16f9bcdfa1ed35d5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/16f9bcdfa1ed35d5","status":"passed","time":{"start":1724861223372,"stop":1724861223372,"duration":0}},{"uid":"743c9d16a43be8e6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/743c9d16a43be8e6","status":"passed","time":{"start":1724861045221,"stop":1724861045222,"duration":1}},{"uid":"aa3efc206cba331f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/aa3efc206cba331f","status":"passed","time":{"start":1724860907108,"stop":1724860907108,"duration":0}}]},"c586008d62591ddc994745034f016700:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"384ef4bda504e672","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/384ef4bda504e672","status":"passed","time":{"start":1724921321310,"stop":1724921321311,"duration":1}},{"uid":"8a527468e6c549a4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8a527468e6c549a4","status":"passed","time":{"start":1724921298784,"stop":1724921298785,"duration":1}},{"uid":"7fc018b4404076bb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7fc018b4404076bb","status":"passed","time":{"start":1724918008228,"stop":1724918008229,"duration":1}},{"uid":"9486d7c798fd4e51","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9486d7c798fd4e51","status":"passed","time":{"start":1724889728595,"stop":1724889728595,"duration":0}},{"uid":"1a02b879556169f1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1a02b879556169f1","status":"passed","time":{"start":1724888882874,"stop":1724888882874,"duration":0}},{"uid":"d8f28c7e895a6983","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d8f28c7e895a6983","status":"passed","time":{"start":1724888111024,"stop":1724888111024,"duration":0}},{"uid":"a3a9c4ffb7950236","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a3a9c4ffb7950236","status":"passed","time":{"start":1724886869446,"stop":1724886869447,"duration":1}},{"uid":"7377085b80fd3164","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7377085b80fd3164","status":"passed","time":{"start":1724886642936,"stop":1724886642936,"duration":0}},{"uid":"a3ba8ebce54d692e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3ba8ebce54d692e","status":"passed","time":{"start":1724862044580,"stop":1724862044581,"duration":1}},{"uid":"334b9140cfdcffdc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/334b9140cfdcffdc","status":"passed","time":{"start":1724861523033,"stop":1724861523033,"duration":0}},{"uid":"c0b118c8907b34c8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0b118c8907b34c8","status":"passed","time":{"start":1724861362471,"stop":1724861362472,"duration":1}},{"uid":"e9fdd50f07536214","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e9fdd50f07536214","status":"passed","time":{"start":1724861196811,"stop":1724861196821,"duration":10}}]},"300a0c27e4a7ab1bd42fc8462ec23573:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"95b12671afb476ac","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/95b12671afb476ac","status":"passed","time":{"start":1724861655174,"stop":1724861655175,"duration":1}}]},"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8b3cfea0817c9786","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8b3cfea0817c9786","status":"passed","time":{"start":1724921297012,"stop":1724921297015,"duration":3}},{"uid":"4c6f7cbe71e50e9a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4c6f7cbe71e50e9a","status":"passed","time":{"start":1724921276369,"stop":1724921276370,"duration":1}},{"uid":"5b76a5fc9c103585","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5b76a5fc9c103585","status":"passed","time":{"start":1724917948327,"stop":1724917948328,"duration":1}},{"uid":"45d8d1bdcb188289","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/45d8d1bdcb188289","status":"passed","time":{"start":1724889729012,"stop":1724889729012,"duration":0}},{"uid":"b5b127891d729e82","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b5b127891d729e82","status":"passed","time":{"start":1724888864958,"stop":1724888864958,"duration":0}},{"uid":"9b34d523de216188","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9b34d523de216188","status":"passed","time":{"start":1724888053749,"stop":1724888053749,"duration":0}},{"uid":"c85b96ac080ed648","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c85b96ac080ed648","status":"passed","time":{"start":1724886811664,"stop":1724886811664,"duration":0}},{"uid":"9ae17c19b92ef8c7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9ae17c19b92ef8c7","status":"passed","time":{"start":1724886581006,"stop":1724886581007,"duration":1}},{"uid":"33930ae067a2d912","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33930ae067a2d912","status":"passed","time":{"start":1724862019564,"stop":1724862019564,"duration":0}},{"uid":"be6cffb8fe424879","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/be6cffb8fe424879","status":"passed","time":{"start":1724861493939,"stop":1724861493939,"duration":0}},{"uid":"f12e858a5511ea02","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f12e858a5511ea02","status":"passed","time":{"start":1724861318044,"stop":1724861318044,"duration":0}},{"uid":"f22fe5789422aaff","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f22fe5789422aaff","status":"passed","time":{"start":1724861178518,"stop":1724861178518,"duration":0}}]},"4c78612da47dea854604d4cd1b33ac07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1d1c2dd1ef90a4be","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1d1c2dd1ef90a4be","status":"passed","time":{"start":1724921037760,"stop":1724921037761,"duration":1}},{"uid":"65bc4f19496e401b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/65bc4f19496e401b","status":"passed","time":{"start":1724921013107,"stop":1724921013107,"duration":0}},{"uid":"8b59f160a8f915fb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8b59f160a8f915fb","status":"passed","time":{"start":1724917673400,"stop":1724917673400,"duration":0}},{"uid":"c369beaad7c21ef5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c369beaad7c21ef5","status":"passed","time":{"start":1724889452425,"stop":1724889452425,"duration":0}},{"uid":"a60e234f85739a3f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a60e234f85739a3f","status":"passed","time":{"start":1724888602932,"stop":1724888602932,"duration":0}},{"uid":"c6f888b604058615","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c6f888b604058615","status":"passed","time":{"start":1724887759206,"stop":1724887759206,"duration":0}},{"uid":"755746813227bd56","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/755746813227bd56","status":"passed","time":{"start":1724886525512,"stop":1724886525512,"duration":0}},{"uid":"9c6f9866d0c924c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9c6f9866d0c924c","status":"passed","time":{"start":1724886303417,"stop":1724886303417,"duration":0}},{"uid":"fecc5ec1d337385f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fecc5ec1d337385f","status":"passed","time":{"start":1724861752254,"stop":1724861752254,"duration":0}},{"uid":"3ae0752d29defb93","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3ae0752d29defb93","status":"passed","time":{"start":1724861223392,"stop":1724861223392,"duration":0}},{"uid":"7f55c2e75754c033","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7f55c2e75754c033","status":"passed","time":{"start":1724861045267,"stop":1724861045267,"duration":0}},{"uid":"b4e129e7eafdd656","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b4e129e7eafdd656","status":"passed","time":{"start":1724860907340,"stop":1724860907341,"duration":1}}]},"1b972ff031fd955bef5f297f308d93cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1a533fe19fd2153a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1a533fe19fd2153a","status":"passed","time":{"start":1724921164589,"stop":1724921164590,"duration":1}},{"uid":"9b823ae4cbb4ed91","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9b823ae4cbb4ed91","status":"passed","time":{"start":1724921137818,"stop":1724921137819,"duration":1}},{"uid":"decc2d004a4240f7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/decc2d004a4240f7","status":"passed","time":{"start":1724917810537,"stop":1724917810538,"duration":1}},{"uid":"2327a5148d417af6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2327a5148d417af6","status":"passed","time":{"start":1724889585443,"stop":1724889585444,"duration":1}},{"uid":"b0263acebd7f8893","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b0263acebd7f8893","status":"passed","time":{"start":1724888736505,"stop":1724888736507,"duration":2}},{"uid":"248403acd383d110","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/248403acd383d110","status":"passed","time":{"start":1724887891782,"stop":1724887891782,"duration":0}},{"uid":"f5b677506534d831","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f5b677506534d831","status":"passed","time":{"start":1724886657783,"stop":1724886657784,"duration":1}},{"uid":"e88164e9b262c8f8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e88164e9b262c8f8","status":"passed","time":{"start":1724886447356,"stop":1724886447357,"duration":1}},{"uid":"243915b8646277e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/243915b8646277e8","status":"passed","time":{"start":1724861880102,"stop":1724861880106,"duration":4}},{"uid":"cb65bbddc25791da","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cb65bbddc25791da","status":"passed","time":{"start":1724861359779,"stop":1724861359780,"duration":1}},{"uid":"33a5720ebeff4bd7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/33a5720ebeff4bd7","status":"passed","time":{"start":1724861179678,"stop":1724861179679,"duration":1}},{"uid":"6eea0b0a92427f9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6eea0b0a92427f9","status":"passed","time":{"start":1724861040975,"stop":1724861040978,"duration":3}}]},"0e944b3b19f45a515c592be688450598:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"35e2db6a72b5be26","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/35e2db6a72b5be26","status":"passed","time":{"start":1724921564777,"stop":1724921564777,"duration":0}},{"uid":"9600ca083c951b83","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9600ca083c951b83","status":"passed","time":{"start":1724921518821,"stop":1724921518822,"duration":1}},{"uid":"ff311d318bd2403b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ff311d318bd2403b","status":"passed","time":{"start":1724918229400,"stop":1724918229400,"duration":0}},{"uid":"55953e13b062dd4e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/55953e13b062dd4e","status":"passed","time":{"start":1724889980703,"stop":1724889980703,"duration":0}},{"uid":"fff0d49e5abd9d9c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fff0d49e5abd9d9c","status":"passed","time":{"start":1724889111163,"stop":1724889111164,"duration":1}},{"uid":"c5010a8628bee035","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c5010a8628bee035","status":"passed","time":{"start":1724888292533,"stop":1724888292534,"duration":1}},{"uid":"a5570da07ef07fe2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a5570da07ef07fe2","status":"passed","time":{"start":1724887068228,"stop":1724887068228,"duration":0}},{"uid":"2fc999d8ba26d8f0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2fc999d8ba26d8f0","status":"passed","time":{"start":1724886848926,"stop":1724886848926,"duration":0}},{"uid":"2e1e1caa95d4cc0f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2e1e1caa95d4cc0f","status":"passed","time":{"start":1724862262048,"stop":1724862262048,"duration":0}},{"uid":"1407d735495cae6d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1407d735495cae6d","status":"passed","time":{"start":1724861741893,"stop":1724861741894,"duration":1}},{"uid":"9508f9579e260674","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9508f9579e260674","status":"passed","time":{"start":1724861599493,"stop":1724861599494,"duration":1}},{"uid":"784af083067a4fd3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/784af083067a4fd3","status":"passed","time":{"start":1724861428475,"stop":1724861428476,"duration":1}}]},"dc6bf878cfc7c43bafc420c23459cf89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab3a7b43a715fb96","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ab3a7b43a715fb96","status":"passed","time":{"start":1724861378123,"stop":1724861378123,"duration":0}}]},"c6c9198e475adfe928ddcc37f151cbe6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e7588d86f9dce349","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e7588d86f9dce349","status":"passed","time":{"start":1724921563005,"stop":1724921563006,"duration":1}},{"uid":"5790acc9328ebe5c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5790acc9328ebe5c","status":"passed","time":{"start":1724921526808,"stop":1724921526808,"duration":0}},{"uid":"88b17f7aa03ce9a4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/88b17f7aa03ce9a4","status":"passed","time":{"start":1724918239931,"stop":1724918239932,"duration":1}},{"uid":"fe8298f69dff80bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe8298f69dff80bd","status":"passed","time":{"start":1724889980880,"stop":1724889980880,"duration":0}},{"uid":"a3c33d4a59066d4c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3c33d4a59066d4c","status":"passed","time":{"start":1724889109945,"stop":1724889109946,"duration":1}},{"uid":"cf677f2d86fae16e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf677f2d86fae16e","status":"passed","time":{"start":1724888294718,"stop":1724888294718,"duration":0}},{"uid":"3b1b537664208858","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3b1b537664208858","status":"passed","time":{"start":1724887071733,"stop":1724887071733,"duration":0}},{"uid":"51557cc19305ebad","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/51557cc19305ebad","status":"passed","time":{"start":1724886848340,"stop":1724886848340,"duration":0}},{"uid":"2d95a769f4a380ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d95a769f4a380ba","status":"passed","time":{"start":1724862259241,"stop":1724862259241,"duration":0}},{"uid":"e9c150fd91c266e3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e9c150fd91c266e3","status":"passed","time":{"start":1724861735320,"stop":1724861735321,"duration":1}},{"uid":"40d5a4c6c79b005d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/40d5a4c6c79b005d","status":"passed","time":{"start":1724861606334,"stop":1724861606334,"duration":0}},{"uid":"65f0616ad99facaf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/65f0616ad99facaf","status":"passed","time":{"start":1724861426679,"stop":1724861426680,"duration":1}}]},"5d9b754db4e31d5c67b615be0fb18744:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4d88fb5e47e5a196","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4d88fb5e47e5a196","status":"passed","time":{"start":1724921556060,"stop":1724921556060,"duration":0}}]},"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d9106693e18881fb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d9106693e18881fb","status":"passed","time":{"start":1724921297015,"stop":1724921297016,"duration":1}},{"uid":"67413563d12acd98","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/67413563d12acd98","status":"passed","time":{"start":1724921276370,"stop":1724921276370,"duration":0}},{"uid":"5f4f66cebcfa22f2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5f4f66cebcfa22f2","status":"passed","time":{"start":1724917948328,"stop":1724917948328,"duration":0}},{"uid":"8e19bc694b7028d6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e19bc694b7028d6","status":"passed","time":{"start":1724889729012,"stop":1724889729013,"duration":1}},{"uid":"7629d3237516cd23","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7629d3237516cd23","status":"passed","time":{"start":1724888864958,"stop":1724888864958,"duration":0}},{"uid":"cf2a57af4954d936","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf2a57af4954d936","status":"passed","time":{"start":1724888053749,"stop":1724888053750,"duration":1}},{"uid":"6c5b33a488bb0aa2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6c5b33a488bb0aa2","status":"passed","time":{"start":1724886811664,"stop":1724886811664,"duration":0}},{"uid":"dc9f1edd3a655f5e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dc9f1edd3a655f5e","status":"passed","time":{"start":1724886581007,"stop":1724886581007,"duration":0}},{"uid":"caae9a20f846c85a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/caae9a20f846c85a","status":"passed","time":{"start":1724862019564,"stop":1724862019564,"duration":0}},{"uid":"cab28cdc1d824d1c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cab28cdc1d824d1c","status":"passed","time":{"start":1724861493940,"stop":1724861493940,"duration":0}},{"uid":"626f4b9add4ff729","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/626f4b9add4ff729","status":"passed","time":{"start":1724861318044,"stop":1724861318044,"duration":0}},{"uid":"d206740d6b07d232","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d206740d6b07d232","status":"passed","time":{"start":1724861178518,"stop":1724861178518,"duration":0}}]},"4d08742a9a6550ffb74e30d13ffb500b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"705bd525336169a2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/705bd525336169a2","status":"passed","time":{"start":1724921061846,"stop":1724921061847,"duration":1}},{"uid":"9594326c846c907e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9594326c846c907e","status":"passed","time":{"start":1724921037156,"stop":1724921037156,"duration":0}},{"uid":"fd1a03bc448b1f1a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fd1a03bc448b1f1a","status":"passed","time":{"start":1724917697300,"stop":1724917697300,"duration":0}},{"uid":"aa9cf67b55284d8e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aa9cf67b55284d8e","status":"passed","time":{"start":1724889476082,"stop":1724889476082,"duration":0}},{"uid":"ffdcf53f1475089d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ffdcf53f1475089d","status":"passed","time":{"start":1724888626885,"stop":1724888626885,"duration":0}},{"uid":"2aca87ac4b6f51b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2aca87ac4b6f51b","status":"passed","time":{"start":1724887783107,"stop":1724887783107,"duration":0}},{"uid":"90c26cde4b101056","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/90c26cde4b101056","status":"passed","time":{"start":1724886549918,"stop":1724886549918,"duration":0}},{"uid":"3cd471f9dc564ca7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3cd471f9dc564ca7","status":"passed","time":{"start":1724886327579,"stop":1724886327579,"duration":0}},{"uid":"913fcb65e903ffcd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/913fcb65e903ffcd","status":"passed","time":{"start":1724861776805,"stop":1724861776805,"duration":0}},{"uid":"c8f76261d28de88a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c8f76261d28de88a","status":"passed","time":{"start":1724861247297,"stop":1724861247297,"duration":0}},{"uid":"d1eb373aa3151c5b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d1eb373aa3151c5b","status":"passed","time":{"start":1724861071393,"stop":1724861071394,"duration":1}},{"uid":"86af23684783140a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/86af23684783140a","status":"passed","time":{"start":1724860931793,"stop":1724860931794,"duration":1}}]},"cf6c34f86fb42ed8d75157db551634b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"de422b0b9e9d40a4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/de422b0b9e9d40a4","status":"passed","time":{"start":1724921045537,"stop":1724921045537,"duration":0}},{"uid":"f5586ad2fa9f7abc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f5586ad2fa9f7abc","status":"passed","time":{"start":1724921020730,"stop":1724921020731,"duration":1}},{"uid":"5e0afe324ed3cbcb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5e0afe324ed3cbcb","status":"passed","time":{"start":1724917681064,"stop":1724917681065,"duration":1}},{"uid":"5cff3700b1ecafce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5cff3700b1ecafce","status":"passed","time":{"start":1724889459955,"stop":1724889459955,"duration":0}},{"uid":"e3fbd831f41b557f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e3fbd831f41b557f","status":"passed","time":{"start":1724888610546,"stop":1724888610547,"duration":1}},{"uid":"9920f49849686ca8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9920f49849686ca8","status":"passed","time":{"start":1724887766852,"stop":1724887766852,"duration":0}},{"uid":"3d2fea81972501bb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3d2fea81972501bb","status":"passed","time":{"start":1724886533248,"stop":1724886533248,"duration":0}},{"uid":"b0d82d27b8f24b3a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b0d82d27b8f24b3a","status":"passed","time":{"start":1724886311098,"stop":1724886311099,"duration":1}},{"uid":"3650ea471bd41392","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3650ea471bd41392","status":"passed","time":{"start":1724861760053,"stop":1724861760054,"duration":1}},{"uid":"b917caa81c266267","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b917caa81c266267","status":"passed","time":{"start":1724861230837,"stop":1724861230838,"duration":1}},{"uid":"30fd525517897a44","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/30fd525517897a44","status":"passed","time":{"start":1724861053411,"stop":1724861053412,"duration":1}},{"uid":"4fe2db987d6bbd53","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4fe2db987d6bbd53","status":"passed","time":{"start":1724860914749,"stop":1724860914749,"duration":0}}]},"79e83a61f76f6493d19aaa28660bf3a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"edd7503af5ff8188","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/edd7503af5ff8188","status":"passed","time":{"start":1724921065913,"stop":1724921065914,"duration":1}},{"uid":"635a408b9dc10668","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/635a408b9dc10668","status":"passed","time":{"start":1724921040950,"stop":1724921040950,"duration":0}},{"uid":"b2bfd66319d79662","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b2bfd66319d79662","status":"passed","time":{"start":1724917701158,"stop":1724917701159,"duration":1}},{"uid":"7f949d76452a0f6c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7f949d76452a0f6c","status":"passed","time":{"start":1724889479978,"stop":1724889479978,"duration":0}},{"uid":"14617c6ba2ad3a93","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14617c6ba2ad3a93","status":"passed","time":{"start":1724888630727,"stop":1724888630727,"duration":0}},{"uid":"29e2e913eb761890","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/29e2e913eb761890","status":"passed","time":{"start":1724887787009,"stop":1724887787009,"duration":0}},{"uid":"e328de029bbb32e1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e328de029bbb32e1","status":"passed","time":{"start":1724886553672,"stop":1724886553672,"duration":0}},{"uid":"35ef30a0f64ddbfc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/35ef30a0f64ddbfc","status":"passed","time":{"start":1724886331495,"stop":1724886331495,"duration":0}},{"uid":"ccfb651f3b85d843","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ccfb651f3b85d843","status":"passed","time":{"start":1724861780659,"stop":1724861780660,"duration":1}},{"uid":"451db55cbb53cfc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/451db55cbb53cfc","status":"passed","time":{"start":1724861251101,"stop":1724861251101,"duration":0}},{"uid":"7d59a8e74f9b97d7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7d59a8e74f9b97d7","status":"passed","time":{"start":1724861074811,"stop":1724861074811,"duration":0}},{"uid":"a0791740eaecb492","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a0791740eaecb492","status":"passed","time":{"start":1724860935674,"stop":1724860935674,"duration":0}}]},"73baaca21b5ac988adeb725ed8075677:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"13c8e2e7d578dc6e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/13c8e2e7d578dc6e","status":"passed","time":{"start":1724861628433,"stop":1724861628433,"duration":0}}]},"c972016ed8add4daa2e4266c3ad03fbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"68bb4be0b88fa096","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/68bb4be0b88fa096","status":"passed","time":{"start":1724921037639,"stop":1724921037639,"duration":0}},{"uid":"ecbc817ef97e3b8d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ecbc817ef97e3b8d","status":"passed","time":{"start":1724921013052,"stop":1724921013053,"duration":1}},{"uid":"b0be0246cff21221","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b0be0246cff21221","status":"passed","time":{"start":1724917673295,"stop":1724917673295,"duration":0}},{"uid":"7399fb1ec7941605","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7399fb1ec7941605","status":"passed","time":{"start":1724889452313,"stop":1724889452314,"duration":1}},{"uid":"a41058be4b59fd8d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a41058be4b59fd8d","status":"passed","time":{"start":1724888602844,"stop":1724888602844,"duration":0}},{"uid":"614a201e1efcbbc4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/614a201e1efcbbc4","status":"passed","time":{"start":1724887759166,"stop":1724887759167,"duration":1}},{"uid":"3df7dd0d1e762ad5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3df7dd0d1e762ad5","status":"passed","time":{"start":1724886525546,"stop":1724886525546,"duration":0}},{"uid":"93ec2ff21d856056","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/93ec2ff21d856056","status":"passed","time":{"start":1724886303400,"stop":1724886303400,"duration":0}},{"uid":"2ec6b2fcc6a85ba1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ec6b2fcc6a85ba1","status":"passed","time":{"start":1724861752232,"stop":1724861752232,"duration":0}},{"uid":"be6cc45dfca08ea9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/be6cc45dfca08ea9","status":"passed","time":{"start":1724861223358,"stop":1724861223358,"duration":0}},{"uid":"ce7e4115110db8eb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ce7e4115110db8eb","status":"passed","time":{"start":1724861045206,"stop":1724861045206,"duration":0}},{"uid":"251f47f13e45357a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/251f47f13e45357a","status":"passed","time":{"start":1724860907088,"stop":1724860907088,"duration":0}}]},"75ec24b15bb3240a614544d215c22697:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"178ddc9b30ef74d9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/178ddc9b30ef74d9","status":"passed","time":{"start":1724921540108,"stop":1724921540109,"duration":1}},{"uid":"86d8e88e9dfe95e5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/86d8e88e9dfe95e5","status":"passed","time":{"start":1724921503540,"stop":1724921503540,"duration":0}},{"uid":"ee4eeec2ff2f2009","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ee4eeec2ff2f2009","status":"passed","time":{"start":1724918214357,"stop":1724918214358,"duration":1}},{"uid":"58bd2f9c4bb6a7ea","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/58bd2f9c4bb6a7ea","status":"passed","time":{"start":1724889952444,"stop":1724889952445,"duration":1}},{"uid":"2a72bdc481c9277","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2a72bdc481c9277","status":"passed","time":{"start":1724889087469,"stop":1724889087469,"duration":0}},{"uid":"c0db4d32745da525","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c0db4d32745da525","status":"passed","time":{"start":1724888266430,"stop":1724888266430,"duration":0}},{"uid":"d5627a0e0cb6d41c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d5627a0e0cb6d41c","status":"passed","time":{"start":1724887042931,"stop":1724887042931,"duration":0}},{"uid":"5c8241c13279154c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5c8241c13279154c","status":"passed","time":{"start":1724886820799,"stop":1724886820799,"duration":0}},{"uid":"3a94509a3ece971e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a94509a3ece971e","status":"passed","time":{"start":1724862245490,"stop":1724862245490,"duration":0}},{"uid":"80c0dec7dc8fe128","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/80c0dec7dc8fe128","status":"passed","time":{"start":1724861720399,"stop":1724861720400,"duration":1}},{"uid":"7f34e722e1c1befd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7f34e722e1c1befd","status":"passed","time":{"start":1724861579388,"stop":1724861579389,"duration":1}},{"uid":"5f8ac4c319a21e31","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5f8ac4c319a21e31","status":"passed","time":{"start":1724861402507,"stop":1724861402507,"duration":0}}]},"e35cb0cdb405e33e55cbeeb2b16f024c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b5fdb06c3986f26b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b5fdb06c3986f26b","status":"passed","time":{"start":1724921141186,"stop":1724921141186,"duration":0}},{"uid":"6f2fa8d73f107293","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6f2fa8d73f107293","status":"passed","time":{"start":1724921118247,"stop":1724921118248,"duration":1}},{"uid":"82242fdd4583d151","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/82242fdd4583d151","status":"passed","time":{"start":1724917777549,"stop":1724917777550,"duration":1}},{"uid":"949eaf306f7a5ed9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/949eaf306f7a5ed9","status":"passed","time":{"start":1724889554660,"stop":1724889554660,"duration":0}},{"uid":"968c20ecd667f4ed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/968c20ecd667f4ed","status":"passed","time":{"start":1724888706932,"stop":1724888706935,"duration":3}},{"uid":"adae72aa62386d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/adae72aa62386d","status":"passed","time":{"start":1724887861772,"stop":1724887861772,"duration":0}},{"uid":"8d4d970fc9e7ff7e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8d4d970fc9e7ff7e","status":"passed","time":{"start":1724886631475,"stop":1724886631476,"duration":1}},{"uid":"a2b8251ccd0fe88a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a2b8251ccd0fe88a","status":"passed","time":{"start":1724886409744,"stop":1724886409744,"duration":0}},{"uid":"584af46eddbbfbe6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/584af46eddbbfbe6","status":"passed","time":{"start":1724861858182,"stop":1724861858182,"duration":0}},{"uid":"fedb7592f4c37241","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fedb7592f4c37241","status":"passed","time":{"start":1724861324520,"stop":1724861324520,"duration":0}},{"uid":"b9b94d5ee335a531","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b9b94d5ee335a531","status":"passed","time":{"start":1724861152385,"stop":1724861152385,"duration":0}},{"uid":"8607785597f932e8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8607785597f932e8","status":"passed","time":{"start":1724861011434,"stop":1724861011434,"duration":0}}]},"4cd3b399d48548539910386fe25ff1ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c938296c22024c2b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c938296c22024c2b","status":"passed","time":{"start":1724921515226,"stop":1724921515226,"duration":0}},{"uid":"7dbd0f80f58e4261","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7dbd0f80f58e4261","status":"passed","time":{"start":1724921475445,"stop":1724921475445,"duration":0}},{"uid":"967958ff14bc9727","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/967958ff14bc9727","status":"passed","time":{"start":1724918179400,"stop":1724918179400,"duration":0}},{"uid":"da8c8e2d0a86044e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/da8c8e2d0a86044e","status":"passed","time":{"start":1724889935340,"stop":1724889935340,"duration":0}},{"uid":"c4eabd81f3714767","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4eabd81f3714767","status":"passed","time":{"start":1724889072753,"stop":1724889072753,"duration":0}},{"uid":"382711a3e923bf02","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/382711a3e923bf02","status":"passed","time":{"start":1724888232414,"stop":1724888232415,"duration":1}},{"uid":"fc30936d318e0fef","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fc30936d318e0fef","status":"passed","time":{"start":1724887018302,"stop":1724887018302,"duration":0}},{"uid":"f7ffa73ae8a87fdc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f7ffa73ae8a87fdc","status":"passed","time":{"start":1724886781479,"stop":1724886781479,"duration":0}},{"uid":"d3814acb816d53ec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3814acb816d53ec","status":"passed","time":{"start":1724862213662,"stop":1724862213662,"duration":0}},{"uid":"7862153d4a509316","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7862153d4a509316","status":"passed","time":{"start":1724861685855,"stop":1724861685855,"duration":0}},{"uid":"c528248157ef65bc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c528248157ef65bc","status":"passed","time":{"start":1724861546172,"stop":1724861546175,"duration":3}},{"uid":"7834c559d978811c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7834c559d978811c","status":"passed","time":{"start":1724861378110,"stop":1724861378110,"duration":0}}]},"46784a70c6bf0a43c76e7c49a00abe24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a88906d30d370248","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a88906d30d370248","status":"passed","time":{"start":1724921196355,"stop":1724921196355,"duration":0}},{"uid":"829d5e3e7a9e480d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/829d5e3e7a9e480d","status":"passed","time":{"start":1724921173178,"stop":1724921173178,"duration":0}},{"uid":"e5efd1bee6e36317","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e5efd1bee6e36317","status":"passed","time":{"start":1724917930824,"stop":1724917930825,"duration":1}},{"uid":"e9d7db5db80868e7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e9d7db5db80868e7","status":"passed","time":{"start":1724889621015,"stop":1724889621015,"duration":0}},{"uid":"ea372408533aaf9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ea372408533aaf9d","status":"passed","time":{"start":1724888759383,"stop":1724888759383,"duration":0}},{"uid":"8696f65e41ed78fb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8696f65e41ed78fb","status":"passed","time":{"start":1724888015042,"stop":1724888015043,"duration":1}},{"uid":"c28d1242b004ff30","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c28d1242b004ff30","status":"passed","time":{"start":1724886784541,"stop":1724886784541,"duration":0}},{"uid":"690af7afeab6d0e4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/690af7afeab6d0e4","status":"passed","time":{"start":1724886566522,"stop":1724886566523,"duration":1}},{"uid":"6cbe1ff68578facb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6cbe1ff68578facb","status":"passed","time":{"start":1724861915531,"stop":1724861915532,"duration":1}},{"uid":"e142fb2f8ea156ec","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e142fb2f8ea156ec","status":"passed","time":{"start":1724861379718,"stop":1724861379718,"duration":0}},{"uid":"84da3b9c98c1abf5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/84da3b9c98c1abf5","status":"passed","time":{"start":1724861206868,"stop":1724861206874,"duration":6}},{"uid":"8791cd3dac9d3f27","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8791cd3dac9d3f27","status":"passed","time":{"start":1724861067557,"stop":1724861067558,"duration":1}}]},"4bd629284899aa9f04697aa32117b416:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7ffd1d41f969eea2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7ffd1d41f969eea2","status":"passed","time":{"start":1724921060544,"stop":1724921060545,"duration":1}},{"uid":"2b3e5b7da851a010","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2b3e5b7da851a010","status":"passed","time":{"start":1724921036199,"stop":1724921036200,"duration":1}},{"uid":"3bcf0d1fcc41fa4e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3bcf0d1fcc41fa4e","status":"passed","time":{"start":1724917695760,"stop":1724917695762,"duration":2}},{"uid":"8b9f77411d93fc6d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8b9f77411d93fc6d","status":"passed","time":{"start":1724889474886,"stop":1724889474887,"duration":1}},{"uid":"e3808bba9709aef0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e3808bba9709aef0","status":"passed","time":{"start":1724888625512,"stop":1724888625515,"duration":3}},{"uid":"38f37e512d8335f4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/38f37e512d8335f4","status":"passed","time":{"start":1724887781867,"stop":1724887781868,"duration":1}},{"uid":"36024e56ed778582","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/36024e56ed778582","status":"passed","time":{"start":1724886548744,"stop":1724886548745,"duration":1}},{"uid":"4994fd57ef9dd88","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4994fd57ef9dd88","status":"passed","time":{"start":1724886326709,"stop":1724886326711,"duration":2}},{"uid":"526055051aa0eee9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/526055051aa0eee9","status":"passed","time":{"start":1724861775152,"stop":1724861775154,"duration":2}},{"uid":"11f6205ae852bf39","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/11f6205ae852bf39","status":"passed","time":{"start":1724861246804,"stop":1724861246805,"duration":1}},{"uid":"5033bb0995064001","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5033bb0995064001","status":"passed","time":{"start":1724861070255,"stop":1724861070256,"duration":1}},{"uid":"b8e48494d24972f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b8e48494d24972f","status":"passed","time":{"start":1724860931173,"stop":1724860931175,"duration":2}}]},"ad5b88cbb7af184c3b179fd57279ec1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"29497eb6647e3935","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/29497eb6647e3935","status":"passed","time":{"start":1724921602944,"stop":1724921602944,"duration":0}},{"uid":"2683c04f650b5442","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2683c04f650b5442","status":"passed","time":{"start":1724921571093,"stop":1724921571093,"duration":0}},{"uid":"71e9c203900e438d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/71e9c203900e438d","status":"passed","time":{"start":1724918285583,"stop":1724918285583,"duration":0}},{"uid":"66aa468d8754e954","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/66aa468d8754e954","status":"passed","time":{"start":1724890030087,"stop":1724890030087,"duration":0}},{"uid":"6dae0f577dabf92","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6dae0f577dabf92","status":"passed","time":{"start":1724889171905,"stop":1724889171906,"duration":1}},{"uid":"2fcb258516da789a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2fcb258516da789a","status":"passed","time":{"start":1724888350718,"stop":1724888350719,"duration":1}},{"uid":"b8671a151e10b4a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b8671a151e10b4a9","status":"passed","time":{"start":1724887115403,"stop":1724887115404,"duration":1}},{"uid":"ffe3ec8f17cc4319","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ffe3ec8f17cc4319","status":"passed","time":{"start":1724886884568,"stop":1724886884568,"duration":0}},{"uid":"ee9b2849c876f79","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ee9b2849c876f79","status":"passed","time":{"start":1724862322245,"stop":1724862322246,"duration":1}},{"uid":"f48e8952ba63d8fc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f48e8952ba63d8fc","status":"passed","time":{"start":1724861790748,"stop":1724861790748,"duration":0}},{"uid":"f460ac586d05890b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f460ac586d05890b","status":"passed","time":{"start":1724861628417,"stop":1724861628417,"duration":0}},{"uid":"dfc9c20d2bd76ced","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dfc9c20d2bd76ced","status":"passed","time":{"start":1724861465620,"stop":1724861465620,"duration":0}}]},"418ec6cfcce0a38f977ce3fb8197da57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ed61c04b70778bc4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ed61c04b70778bc4","status":"passed","time":{"start":1724921164604,"stop":1724921164605,"duration":1}},{"uid":"7f38121758ea47a6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7f38121758ea47a6","status":"passed","time":{"start":1724921137827,"stop":1724921137827,"duration":0}},{"uid":"b8d5da3c774ccd87","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b8d5da3c774ccd87","status":"passed","time":{"start":1724917810541,"stop":1724917810541,"duration":0}},{"uid":"e84e015ff0156980","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e84e015ff0156980","status":"passed","time":{"start":1724889585449,"stop":1724889585450,"duration":1}},{"uid":"376dcc0dbf115044","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/376dcc0dbf115044","status":"passed","time":{"start":1724888736513,"stop":1724888736514,"duration":1}},{"uid":"a78a7823a3a92a42","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a78a7823a3a92a42","status":"passed","time":{"start":1724887891796,"stop":1724887891796,"duration":0}},{"uid":"38c0b446f9a73726","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/38c0b446f9a73726","status":"passed","time":{"start":1724886657792,"stop":1724886657795,"duration":3}},{"uid":"4eff1bb6917fd023","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4eff1bb6917fd023","status":"passed","time":{"start":1724886447359,"stop":1724886447360,"duration":1}},{"uid":"9bc0cdff1185bba7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9bc0cdff1185bba7","status":"passed","time":{"start":1724861880129,"stop":1724861880134,"duration":5}},{"uid":"c1d6a3ce24579e25","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c1d6a3ce24579e25","status":"passed","time":{"start":1724861359783,"stop":1724861359783,"duration":0}},{"uid":"65f1597aae397f70","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/65f1597aae397f70","status":"passed","time":{"start":1724861179684,"stop":1724861179684,"duration":0}},{"uid":"858cc631f7b0b74a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/858cc631f7b0b74a","status":"passed","time":{"start":1724861040981,"stop":1724861040982,"duration":1}}]},"dce440f462aa87753a8843a44fb56f22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"69beb220f7308151","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/69beb220f7308151","status":"passed","time":{"start":1724921602941,"stop":1724921602941,"duration":0}},{"uid":"884cb7c20721465e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/884cb7c20721465e","status":"passed","time":{"start":1724921571088,"stop":1724921571090,"duration":2}},{"uid":"431003bd0674f107","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/431003bd0674f107","status":"passed","time":{"start":1724918285578,"stop":1724918285578,"duration":0}},{"uid":"e3d28507c5c311b9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e3d28507c5c311b9","status":"passed","time":{"start":1724890030084,"stop":1724890030085,"duration":1}},{"uid":"76b46bf405cf9aac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/76b46bf405cf9aac","status":"passed","time":{"start":1724889171903,"stop":1724889171903,"duration":0}},{"uid":"301596534e2f1d53","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/301596534e2f1d53","status":"passed","time":{"start":1724888350717,"stop":1724888350717,"duration":0}},{"uid":"a641ee1934970659","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a641ee1934970659","status":"passed","time":{"start":1724887115401,"stop":1724887115401,"duration":0}},{"uid":"4a9511545ab673d0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4a9511545ab673d0","status":"passed","time":{"start":1724886884566,"stop":1724886884566,"duration":0}},{"uid":"d3ad8424ede49fb3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3ad8424ede49fb3","status":"passed","time":{"start":1724862322240,"stop":1724862322241,"duration":1}},{"uid":"81226cc6ba92b227","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/81226cc6ba92b227","status":"passed","time":{"start":1724861790745,"stop":1724861790746,"duration":1}},{"uid":"487819823731000a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/487819823731000a","status":"passed","time":{"start":1724861628413,"stop":1724861628414,"duration":1}},{"uid":"c22f2840e8554ab6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c22f2840e8554ab6","status":"passed","time":{"start":1724861465616,"stop":1724861465616,"duration":0}}]},"c8db07e09b66f468369f1156f835a72b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4e65c78187612109","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4e65c78187612109","status":"passed","time":{"start":1724921196358,"stop":1724921196358,"duration":0}},{"uid":"5d07d605e85eeb06","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5d07d605e85eeb06","status":"passed","time":{"start":1724921173182,"stop":1724921173183,"duration":1}},{"uid":"9b2f584cbc8500c1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9b2f584cbc8500c1","status":"passed","time":{"start":1724917930833,"stop":1724917930834,"duration":1}},{"uid":"3740a3995d82def","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3740a3995d82def","status":"passed","time":{"start":1724889621017,"stop":1724889621018,"duration":1}},{"uid":"b1f706417153300e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1f706417153300e","status":"passed","time":{"start":1724888759390,"stop":1724888759390,"duration":0}},{"uid":"d3350adbe43066a3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d3350adbe43066a3","status":"passed","time":{"start":1724888015048,"stop":1724888015049,"duration":1}},{"uid":"8368c81e91da3879","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8368c81e91da3879","status":"passed","time":{"start":1724886784548,"stop":1724886784548,"duration":0}},{"uid":"7df1545baae9603f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7df1545baae9603f","status":"passed","time":{"start":1724886566534,"stop":1724886566535,"duration":1}},{"uid":"de68a8c0ccb2c238","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/de68a8c0ccb2c238","status":"passed","time":{"start":1724861915535,"stop":1724861915535,"duration":0}},{"uid":"630510f7a1b3a769","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/630510f7a1b3a769","status":"passed","time":{"start":1724861379726,"stop":1724861379726,"duration":0}},{"uid":"a03d9d16bf0138a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a03d9d16bf0138a","status":"passed","time":{"start":1724861206880,"stop":1724861206880,"duration":0}},{"uid":"96e9cab0284b1148","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/96e9cab0284b1148","status":"passed","time":{"start":1724861067561,"stop":1724861067561,"duration":0}}]},"6cf5cbe251a6713919a8df5410150420:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9899d7be1f78a7f5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9899d7be1f78a7f5","status":"passed","time":{"start":1724921037636,"stop":1724921037636,"duration":0}},{"uid":"f429ec65e6ed5c18","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f429ec65e6ed5c18","status":"passed","time":{"start":1724921013048,"stop":1724921013048,"duration":0}},{"uid":"139583674f304679","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/139583674f304679","status":"passed","time":{"start":1724917673292,"stop":1724917673293,"duration":1}},{"uid":"80d747823d41fdda","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80d747823d41fdda","status":"passed","time":{"start":1724889452311,"stop":1724889452311,"duration":0}},{"uid":"26dae688b0345083","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/26dae688b0345083","status":"passed","time":{"start":1724888602841,"stop":1724888602841,"duration":0}},{"uid":"ab34e5657f610fc8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ab34e5657f610fc8","status":"passed","time":{"start":1724887759164,"stop":1724887759165,"duration":1}},{"uid":"7bb2fb83343e730e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7bb2fb83343e730e","status":"passed","time":{"start":1724886525544,"stop":1724886525544,"duration":0}},{"uid":"31024f5cd502427","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/31024f5cd502427","status":"passed","time":{"start":1724886303397,"stop":1724886303398,"duration":1}},{"uid":"7b6857382982c778","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b6857382982c778","status":"passed","time":{"start":1724861752229,"stop":1724861752230,"duration":1}},{"uid":"ce5815881e759648","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ce5815881e759648","status":"passed","time":{"start":1724861223356,"stop":1724861223356,"duration":0}},{"uid":"ac7365254679e616","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac7365254679e616","status":"passed","time":{"start":1724861045203,"stop":1724861045204,"duration":1}},{"uid":"73e0554871e88c06","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/73e0554871e88c06","status":"passed","time":{"start":1724860907085,"stop":1724860907085,"duration":0}}]},"dedf3aa8babff657917e449dbd1de09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6009f0c5e4688b78","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6009f0c5e4688b78","status":"passed","time":{"start":1724921625066,"stop":1724921625067,"duration":1}},{"uid":"7c9f2f9e1664bd77","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7c9f2f9e1664bd77","status":"passed","time":{"start":1724921590496,"stop":1724921590497,"duration":1}},{"uid":"740c413c55245129","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/740c413c55245129","status":"passed","time":{"start":1724918287566,"stop":1724918287566,"duration":0}},{"uid":"725754f296464a42","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/725754f296464a42","status":"passed","time":{"start":1724890047788,"stop":1724890047789,"duration":1}},{"uid":"c6b2b1f964762e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c6b2b1f964762e0","status":"passed","time":{"start":1724889183921,"stop":1724889183922,"duration":1}},{"uid":"97c7ce1e63fae3da","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/97c7ce1e63fae3da","status":"passed","time":{"start":1724888354166,"stop":1724888354166,"duration":0}},{"uid":"d35b40d40a16d783","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d35b40d40a16d783","status":"passed","time":{"start":1724887145659,"stop":1724887145660,"duration":1}},{"uid":"1151d847e86b0bdb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1151d847e86b0bdb","status":"passed","time":{"start":1724886915787,"stop":1724886915788,"duration":1}},{"uid":"87a5894171c1bdb5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/87a5894171c1bdb5","status":"passed","time":{"start":1724862341439,"stop":1724862341439,"duration":0}},{"uid":"9f4581aef47ebee","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9f4581aef47ebee","status":"passed","time":{"start":1724861805443,"stop":1724861805443,"duration":0}},{"uid":"a9823afda8ab32c5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a9823afda8ab32c5","status":"passed","time":{"start":1724861662257,"stop":1724861662257,"duration":0}},{"uid":"a958605bc710ae09","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a958605bc710ae09","status":"passed","time":{"start":1724861492513,"stop":1724861492514,"duration":1}}]},"cb3bc6f59ed71458b14918fe359db631:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5b7b97513b698150","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5b7b97513b698150","status":"passed","time":{"start":1724861465637,"stop":1724861465638,"duration":1}}]},"f9aefc74ebf83017b5a3c73e7906d9de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"dc92a857653ef004","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dc92a857653ef004","status":"passed","time":{"start":1724921658747,"stop":1724921658747,"duration":0}},{"uid":"e1d75fcab281ef6e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e1d75fcab281ef6e","status":"passed","time":{"start":1724921609581,"stop":1724921609581,"duration":0}},{"uid":"5137f3926ff81953","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5137f3926ff81953","status":"passed","time":{"start":1724918323462,"stop":1724918323462,"duration":0}},{"uid":"3a56b3e1bf0d1ae9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a56b3e1bf0d1ae9","status":"passed","time":{"start":1724890071667,"stop":1724890071667,"duration":0}},{"uid":"6f26cddc2fa411d4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6f26cddc2fa411d4","status":"passed","time":{"start":1724889207707,"stop":1724889207707,"duration":0}},{"uid":"8ceda36fc1139e09","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8ceda36fc1139e09","status":"passed","time":{"start":1724888386328,"stop":1724888386328,"duration":0}},{"uid":"4e1d3a6bf304b80a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4e1d3a6bf304b80a","status":"passed","time":{"start":1724887153936,"stop":1724887153936,"duration":0}},{"uid":"b77830a8ae62c01b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b77830a8ae62c01b","status":"passed","time":{"start":1724886927398,"stop":1724886927402,"duration":4}},{"uid":"6594339b5a6306e7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6594339b5a6306e7","status":"passed","time":{"start":1724862360111,"stop":1724862360111,"duration":0}},{"uid":"c7561766c240e678","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c7561766c240e678","status":"passed","time":{"start":1724861832844,"stop":1724861832844,"duration":0}},{"uid":"c61e02da37513c70","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c61e02da37513c70","status":"passed","time":{"start":1724861687429,"stop":1724861687430,"duration":1}},{"uid":"dfefae15ffb64e45","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dfefae15ffb64e45","status":"passed","time":{"start":1724861513179,"stop":1724861513180,"duration":1}}]},"5d6f5a70216c41483d766110d1d8ad62:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"98b325e29e67ab3c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/98b325e29e67ab3c","status":"passed","time":{"start":1724918298098,"stop":1724918298099,"duration":1}}]},"ca792c984822690bae66defc59c4f99f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"95f74d7bba4e9aa3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/95f74d7bba4e9aa3","status":"passed","time":{"start":1724921563012,"stop":1724921563012,"duration":0}},{"uid":"b215313452e2d64e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b215313452e2d64e","status":"passed","time":{"start":1724921526811,"stop":1724921526812,"duration":1}},{"uid":"96edc52f80bced3d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/96edc52f80bced3d","status":"passed","time":{"start":1724918239939,"stop":1724918239939,"duration":0}},{"uid":"ee194d1f096abf21","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ee194d1f096abf21","status":"passed","time":{"start":1724889980890,"stop":1724889980890,"duration":0}},{"uid":"eca32638a44cea1b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eca32638a44cea1b","status":"passed","time":{"start":1724889109954,"stop":1724889109956,"duration":2}},{"uid":"c11be440d5466488","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c11be440d5466488","status":"passed","time":{"start":1724888294721,"stop":1724888294722,"duration":1}},{"uid":"46e2a0e7f3804939","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/46e2a0e7f3804939","status":"passed","time":{"start":1724887071737,"stop":1724887071737,"duration":0}},{"uid":"f3f5b940735c35b1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f3f5b940735c35b1","status":"passed","time":{"start":1724886848344,"stop":1724886848344,"duration":0}},{"uid":"99c9c44b375d677c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/99c9c44b375d677c","status":"passed","time":{"start":1724862259245,"stop":1724862259245,"duration":0}},{"uid":"f38c04433e94bc5d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f38c04433e94bc5d","status":"passed","time":{"start":1724861735324,"stop":1724861735325,"duration":1}},{"uid":"66b69abc9e9568f0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/66b69abc9e9568f0","status":"passed","time":{"start":1724861606342,"stop":1724861606343,"duration":1}},{"uid":"6c399ef809350e8c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6c399ef809350e8c","status":"passed","time":{"start":1724861426685,"stop":1724861426686,"duration":1}}]},"5baf079275f2bf6f911ab52e553b722e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7ed6550d8a212f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7ed6550d8a212f","status":"passed","time":{"start":1724921065911,"stop":1724921065912,"duration":1}},{"uid":"d7008ea0b07ea4aa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d7008ea0b07ea4aa","status":"passed","time":{"start":1724921040948,"stop":1724921040948,"duration":0}},{"uid":"cd03a308a1ec9489","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cd03a308a1ec9489","status":"passed","time":{"start":1724917701157,"stop":1724917701157,"duration":0}},{"uid":"af2a3c6de5d76e27","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/af2a3c6de5d76e27","status":"passed","time":{"start":1724889479976,"stop":1724889479976,"duration":0}},{"uid":"41903c53813a7856","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/41903c53813a7856","status":"passed","time":{"start":1724888630725,"stop":1724888630725,"duration":0}},{"uid":"8338b188b194bbc6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8338b188b194bbc6","status":"passed","time":{"start":1724887787007,"stop":1724887787008,"duration":1}},{"uid":"ec94b44f543647af","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ec94b44f543647af","status":"passed","time":{"start":1724886553670,"stop":1724886553670,"duration":0}},{"uid":"2cd1d9ddefbc464c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2cd1d9ddefbc464c","status":"passed","time":{"start":1724886331493,"stop":1724886331494,"duration":1}},{"uid":"4b8a6384580d4563","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b8a6384580d4563","status":"passed","time":{"start":1724861780657,"stop":1724861780658,"duration":1}},{"uid":"7ff93ba110b6a82b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7ff93ba110b6a82b","status":"passed","time":{"start":1724861251099,"stop":1724861251099,"duration":0}},{"uid":"6decbf024bfcf654","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6decbf024bfcf654","status":"passed","time":{"start":1724861074809,"stop":1724861074809,"duration":0}},{"uid":"ea1828bd88e974e0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ea1828bd88e974e0","status":"passed","time":{"start":1724860935672,"stop":1724860935673,"duration":1}}]},"204cd0a634fe77da35e94b401accc096:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9509b1c3201eb414","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9509b1c3201eb414","status":"passed","time":{"start":1724921625082,"stop":1724921625082,"duration":0}},{"uid":"e265a328ae00e8fc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e265a328ae00e8fc","status":"passed","time":{"start":1724921590507,"stop":1724921590507,"duration":0}},{"uid":"460e67d739ee43dd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/460e67d739ee43dd","status":"passed","time":{"start":1724918287574,"stop":1724918287574,"duration":0}},{"uid":"ef500026543a8c4c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ef500026543a8c4c","status":"passed","time":{"start":1724890047799,"stop":1724890047799,"duration":0}},{"uid":"9698e5ce0a9f68bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9698e5ce0a9f68bd","status":"passed","time":{"start":1724889183932,"stop":1724889183939,"duration":7}},{"uid":"c554461e89914d4f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c554461e89914d4f","status":"passed","time":{"start":1724888354180,"stop":1724888354180,"duration":0}},{"uid":"fa3d9663a30034f7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fa3d9663a30034f7","status":"passed","time":{"start":1724887145706,"stop":1724887145710,"duration":4}},{"uid":"dcdd710efd7ad883","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dcdd710efd7ad883","status":"passed","time":{"start":1724886915796,"stop":1724886915796,"duration":0}},{"uid":"2ab358521c624fed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ab358521c624fed","status":"passed","time":{"start":1724862341461,"stop":1724862341462,"duration":1}},{"uid":"f6bc206b56d4d6de","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f6bc206b56d4d6de","status":"passed","time":{"start":1724861805463,"stop":1724861805464,"duration":1}},{"uid":"667b21def3daaa97","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/667b21def3daaa97","status":"passed","time":{"start":1724861662297,"stop":1724861662298,"duration":1}},{"uid":"5ba5273c80c1d430","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5ba5273c80c1d430","status":"passed","time":{"start":1724861492524,"stop":1724861492524,"duration":0}}]},"e0b6505631b6bdd96fbf27e0bbeb531c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b4e733a0af479f9d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b4e733a0af479f9d","status":"passed","time":{"start":1724918229402,"stop":1724918229402,"duration":0}}]},"e3287614e9807e436e457512c1cd303a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"221d617bfa1a4659","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/221d617bfa1a4659","status":"passed","time":{"start":1724921099698,"stop":1724921099699,"duration":1}},{"uid":"d51dc0796fe43a2a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d51dc0796fe43a2a","status":"passed","time":{"start":1724921074389,"stop":1724921074390,"duration":1}},{"uid":"b365f08b61f6b39c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b365f08b61f6b39c","status":"passed","time":{"start":1724917735275,"stop":1724917735275,"duration":0}},{"uid":"8eb7d1c62cff63b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8eb7d1c62cff63b2","status":"passed","time":{"start":1724889517450,"stop":1724889517451,"duration":1}},{"uid":"24ac53d922ba3ec5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/24ac53d922ba3ec5","status":"passed","time":{"start":1724888662630,"stop":1724888662631,"duration":1}},{"uid":"dd300cd4f10e6dc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dd300cd4f10e6dc","status":"passed","time":{"start":1724887821330,"stop":1724887821331,"duration":1}},{"uid":"5bdb816c8d5d1322","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5bdb816c8d5d1322","status":"passed","time":{"start":1724886588483,"stop":1724886588483,"duration":0}},{"uid":"62803486e2425208","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/62803486e2425208","status":"passed","time":{"start":1724886365766,"stop":1724886365767,"duration":1}},{"uid":"9233803707052d8c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9233803707052d8c","status":"passed","time":{"start":1724861814961,"stop":1724861814961,"duration":0}},{"uid":"d7037222a4496a23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d7037222a4496a23","status":"passed","time":{"start":1724861282672,"stop":1724861282672,"duration":0}},{"uid":"f9a6ed60642322b2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f9a6ed60642322b2","status":"passed","time":{"start":1724861111683,"stop":1724861111684,"duration":1}},{"uid":"4bd714b418dbc7ca","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4bd714b418dbc7ca","status":"passed","time":{"start":1724860971175,"stop":1724860971176,"duration":1}}]},"56e1d8474d62878e7786d2205343b01d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ce7643567f9afbf0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ce7643567f9afbf0","status":"passed","time":{"start":1724921564782,"stop":1724921564782,"duration":0}},{"uid":"50d1314bbcb8e2d6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/50d1314bbcb8e2d6","status":"passed","time":{"start":1724921518826,"stop":1724921518827,"duration":1}},{"uid":"a0753490f746e3b6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a0753490f746e3b6","status":"passed","time":{"start":1724918229404,"stop":1724918229404,"duration":0}},{"uid":"e07f6da1f040e514","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e07f6da1f040e514","status":"passed","time":{"start":1724889980706,"stop":1724889980706,"duration":0}},{"uid":"bb2bf744dd456b2c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bb2bf744dd456b2c","status":"passed","time":{"start":1724889111183,"stop":1724889111183,"duration":0}},{"uid":"49dd1db7f9e03c49","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/49dd1db7f9e03c49","status":"passed","time":{"start":1724888292546,"stop":1724888292547,"duration":1}},{"uid":"e1a2e7eccf24dc14","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e1a2e7eccf24dc14","status":"passed","time":{"start":1724887068231,"stop":1724887068232,"duration":1}},{"uid":"24cd671b3e6e2fa1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/24cd671b3e6e2fa1","status":"passed","time":{"start":1724886848933,"stop":1724886848934,"duration":1}},{"uid":"8b51a09cd8158d09","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8b51a09cd8158d09","status":"passed","time":{"start":1724862262052,"stop":1724862262052,"duration":0}},{"uid":"76cbb21a9976b29f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/76cbb21a9976b29f","status":"passed","time":{"start":1724861741897,"stop":1724861741897,"duration":0}},{"uid":"dd098de90dad8c40","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dd098de90dad8c40","status":"passed","time":{"start":1724861599500,"stop":1724861599501,"duration":1}},{"uid":"bf903cab904e90f1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bf903cab904e90f1","status":"passed","time":{"start":1724861428479,"stop":1724861428479,"duration":0}}]},"4ac139d7d1050443229269b0c0744970:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"dd6b00d3e69884f9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dd6b00d3e69884f9","status":"passed","time":{"start":1724921060546,"stop":1724921060546,"duration":0}},{"uid":"6df8432a81adfd22","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6df8432a81adfd22","status":"passed","time":{"start":1724921036201,"stop":1724921036202,"duration":1}},{"uid":"1b86de0549e04dbd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1b86de0549e04dbd","status":"passed","time":{"start":1724917695763,"stop":1724917695763,"duration":0}},{"uid":"e4d37b6622bd6698","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e4d37b6622bd6698","status":"passed","time":{"start":1724889474888,"stop":1724889474888,"duration":0}},{"uid":"8a7edc4101eb046e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8a7edc4101eb046e","status":"passed","time":{"start":1724888625519,"stop":1724888625521,"duration":2}},{"uid":"cb82f4e19dbf334","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cb82f4e19dbf334","status":"passed","time":{"start":1724887781869,"stop":1724887781869,"duration":0}},{"uid":"6d6849b50aaaabff","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6d6849b50aaaabff","status":"passed","time":{"start":1724886548747,"stop":1724886548748,"duration":1}},{"uid":"992c9e7eb795466a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/992c9e7eb795466a","status":"passed","time":{"start":1724886326712,"stop":1724886326712,"duration":0}},{"uid":"a66010ac7d639a44","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a66010ac7d639a44","status":"passed","time":{"start":1724861775155,"stop":1724861775155,"duration":0}},{"uid":"54992224c178cdaa","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/54992224c178cdaa","status":"passed","time":{"start":1724861246806,"stop":1724861246806,"duration":0}},{"uid":"74f76c4c5e15a09b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/74f76c4c5e15a09b","status":"passed","time":{"start":1724861070257,"stop":1724861070257,"duration":0}},{"uid":"6db48d94f2f5d0f9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6db48d94f2f5d0f9","status":"passed","time":{"start":1724860931176,"stop":1724860931176,"duration":0}}]},"6f5db8f8f13c830c7e59f3146489be59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a439944ae5b0e411","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a439944ae5b0e411","status":"passed","time":{"start":1724921497753,"stop":1724921497755,"duration":2}},{"uid":"5f6d98b70abc162c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5f6d98b70abc162c","status":"passed","time":{"start":1724921408408,"stop":1724921408409,"duration":1}},{"uid":"eb65d56676c006f1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eb65d56676c006f1","status":"passed","time":{"start":1724918086868,"stop":1724918086868,"duration":0}},{"uid":"670c1f552e4e47c6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/670c1f552e4e47c6","status":"passed","time":{"start":1724889892445,"stop":1724889892445,"duration":0}},{"uid":"a1ad483241f3cda6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a1ad483241f3cda6","status":"passed","time":{"start":1724888997214,"stop":1724888997214,"duration":0}},{"uid":"90301e43b9fad810","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/90301e43b9fad810","status":"passed","time":{"start":1724888159487,"stop":1724888159487,"duration":0}},{"uid":"ec6cc06086d338f0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ec6cc06086d338f0","status":"passed","time":{"start":1724886937289,"stop":1724886937290,"duration":1}},{"uid":"4d0af9354f4ec36a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4d0af9354f4ec36a","status":"passed","time":{"start":1724886709797,"stop":1724886709797,"duration":0}},{"uid":"156931dcf5964855","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/156931dcf5964855","status":"passed","time":{"start":1724862123535,"stop":1724862123536,"duration":1}},{"uid":"90af9df58022c79d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/90af9df58022c79d","status":"passed","time":{"start":1724861620102,"stop":1724861620102,"duration":0}},{"uid":"4fd57e8bf3456071","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4fd57e8bf3456071","status":"passed","time":{"start":1724861460238,"stop":1724861460241,"duration":3}},{"uid":"34a06545e4a08878","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/34a06545e4a08878","status":"passed","time":{"start":1724861330170,"stop":1724861330170,"duration":0}}]},"14fddfd9cbeef4b361010968e3dedef2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"63ca00ab35f49ea3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/63ca00ab35f49ea3","status":"passed","time":{"start":1724886884588,"stop":1724886884588,"duration":0}}]},"4516e31462507870186c9fbd4aef885c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"96375094dcc5371b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/96375094dcc5371b","status":"passed","time":{"start":1724921563019,"stop":1724921563019,"duration":0}},{"uid":"9b3185d5a296bf55","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9b3185d5a296bf55","status":"passed","time":{"start":1724921526815,"stop":1724921526815,"duration":0}},{"uid":"a08a80ed0bceebc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a08a80ed0bceebc","status":"passed","time":{"start":1724918239947,"stop":1724918239948,"duration":1}},{"uid":"5e83767c58d82798","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5e83767c58d82798","status":"passed","time":{"start":1724889980918,"stop":1724889980919,"duration":1}},{"uid":"695ffd74721e72aa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/695ffd74721e72aa","status":"passed","time":{"start":1724889109973,"stop":1724889109974,"duration":1}},{"uid":"f02bcb04d1ea3b22","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f02bcb04d1ea3b22","status":"passed","time":{"start":1724888294724,"stop":1724888294725,"duration":1}},{"uid":"30a4a06573d0fdd0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/30a4a06573d0fdd0","status":"passed","time":{"start":1724887071743,"stop":1724887071743,"duration":0}},{"uid":"fa967220b07c0cc7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fa967220b07c0cc7","status":"passed","time":{"start":1724886848348,"stop":1724886848348,"duration":0}},{"uid":"2336d5254826f470","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2336d5254826f470","status":"passed","time":{"start":1724862259256,"stop":1724862259256,"duration":0}},{"uid":"968564dbd2eed7df","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/968564dbd2eed7df","status":"passed","time":{"start":1724861735331,"stop":1724861735331,"duration":0}},{"uid":"f86dab3bde24b557","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f86dab3bde24b557","status":"passed","time":{"start":1724861606351,"stop":1724861606351,"duration":0}},{"uid":"100159793340f120","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/100159793340f120","status":"passed","time":{"start":1724861426690,"stop":1724861426690,"duration":0}}]},"0f19ebac35e83959b447dde1dc01d9b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9d095f336f0b48e1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9d095f336f0b48e1","status":"passed","time":{"start":1724921602955,"stop":1724921602955,"duration":0}},{"uid":"8a7767e102dfbfc8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8a7767e102dfbfc8","status":"passed","time":{"start":1724921571098,"stop":1724921571099,"duration":1}},{"uid":"570e66e4347c2b3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/570e66e4347c2b3","status":"passed","time":{"start":1724918285592,"stop":1724918285592,"duration":0}},{"uid":"2ff759a279dfa17c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ff759a279dfa17c","status":"passed","time":{"start":1724890030092,"stop":1724890030092,"duration":0}},{"uid":"c4ae572692542ea5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4ae572692542ea5","status":"passed","time":{"start":1724889171910,"stop":1724889171911,"duration":1}},{"uid":"87de9615d2c5ecb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/87de9615d2c5ecb","status":"passed","time":{"start":1724888350723,"stop":1724888350724,"duration":1}},{"uid":"83d1728bfce45a03","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/83d1728bfce45a03","status":"passed","time":{"start":1724887115410,"stop":1724887115410,"duration":0}},{"uid":"8b7ea5d143101880","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8b7ea5d143101880","status":"passed","time":{"start":1724886884577,"stop":1724886884578,"duration":1}},{"uid":"c4e1f411f86e8b45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4e1f411f86e8b45","status":"passed","time":{"start":1724862322259,"stop":1724862322259,"duration":0}},{"uid":"640f653aca9d479d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/640f653aca9d479d","status":"passed","time":{"start":1724861790753,"stop":1724861790753,"duration":0}},{"uid":"7d35d7506f2eb4f7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7d35d7506f2eb4f7","status":"passed","time":{"start":1724861628422,"stop":1724861628422,"duration":0}},{"uid":"bcbea6a49a1c4590","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bcbea6a49a1c4590","status":"passed","time":{"start":1724861465626,"stop":1724861465627,"duration":1}}]},"a773da9ab13b0ba52b267b159cdf55b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"44fbd564f2b07ebb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/44fbd564f2b07ebb","status":"passed","time":{"start":1724921270366,"stop":1724921270366,"duration":0}},{"uid":"a0c5e5f70b2856e5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a0c5e5f70b2856e5","status":"passed","time":{"start":1724921247828,"stop":1724921247828,"duration":0}},{"uid":"368b555b5e7cb89e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/368b555b5e7cb89e","status":"passed","time":{"start":1724917989828,"stop":1724917989828,"duration":0}},{"uid":"549c59e5c3930401","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/549c59e5c3930401","status":"passed","time":{"start":1724889678570,"stop":1724889678578,"duration":8}},{"uid":"b88c9262e7a49cb5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b88c9262e7a49cb5","status":"passed","time":{"start":1724888829851,"stop":1724888829852,"duration":1}},{"uid":"ac0b821c3dcaef81","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ac0b821c3dcaef81","status":"passed","time":{"start":1724888077018,"stop":1724888077019,"duration":1}},{"uid":"eefb7ba2bccf496c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eefb7ba2bccf496c","status":"passed","time":{"start":1724886851132,"stop":1724886851132,"duration":0}},{"uid":"b78d3fb54cb0ee77","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b78d3fb54cb0ee77","status":"passed","time":{"start":1724886647125,"stop":1724886647126,"duration":1}},{"uid":"d97d5b2e5144dfcf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d97d5b2e5144dfcf","status":"passed","time":{"start":1724861992718,"stop":1724861992718,"duration":0}},{"uid":"6c91e64693c23f51","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6c91e64693c23f51","status":"passed","time":{"start":1724861469650,"stop":1724861469651,"duration":1}},{"uid":"ff693bcfe617b48f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ff693bcfe617b48f","status":"passed","time":{"start":1724861284872,"stop":1724861284872,"duration":0}},{"uid":"56d861058a7d3298","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/56d861058a7d3298","status":"passed","time":{"start":1724861145823,"stop":1724861145823,"duration":0}}]},"61e0bc5eb99c345d7e23841af7aef6cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"97acc56c2b9169f8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/97acc56c2b9169f8","status":"passed","time":{"start":1724921583486,"stop":1724921583487,"duration":1}},{"uid":"a787ccc195852aa3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a787ccc195852aa3","status":"passed","time":{"start":1724921494521,"stop":1724921494521,"duration":0}},{"uid":"11a55674830232b3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/11a55674830232b3","status":"passed","time":{"start":1724918216286,"stop":1724918216287,"duration":1}},{"uid":"76a17b0faaf4b7c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/76a17b0faaf4b7c7","status":"passed","time":{"start":1724889979498,"stop":1724889979498,"duration":0}},{"uid":"1826f99a354d3f60","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1826f99a354d3f60","status":"passed","time":{"start":1724889083635,"stop":1724889083636,"duration":1}},{"uid":"f44caf51c708f476","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f44caf51c708f476","status":"passed","time":{"start":1724888284640,"stop":1724888284641,"duration":1}},{"uid":"6a190b1469bd46b1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a190b1469bd46b1","status":"passed","time":{"start":1724887046097,"stop":1724887046097,"duration":0}},{"uid":"236f9dccd7f12190","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/236f9dccd7f12190","status":"passed","time":{"start":1724886828838,"stop":1724886828838,"duration":0}},{"uid":"c5205acd778894a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5205acd778894a6","status":"passed","time":{"start":1724862236790,"stop":1724862236791,"duration":1}},{"uid":"c98a9c01693c5b10","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c98a9c01693c5b10","status":"passed","time":{"start":1724861713625,"stop":1724861713626,"duration":1}},{"uid":"45f40035697f8714","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/45f40035697f8714","status":"passed","time":{"start":1724861586770,"stop":1724861586771,"duration":1}},{"uid":"1adc2d446c9e3dcd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1adc2d446c9e3dcd","status":"passed","time":{"start":1724861418249,"stop":1724861418249,"duration":0}}]},"eb36f6cc70499b2e62d28217a2a5914e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"13aaa21c59734b2d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/13aaa21c59734b2d","status":"passed","time":{"start":1724887127874,"stop":1724887127874,"duration":0}}]},"6344e52764ea46e6f6ed14e26357b30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"82819bbec65135e5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/82819bbec65135e5","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921267898,"stop":1724921267899,"duration":1}},{"uid":"a3f3ec95a82b3841","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a3f3ec95a82b3841","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921244400,"stop":1724921244400,"duration":0}},{"uid":"abeaf24d9e974d5c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/abeaf24d9e974d5c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724917916064,"stop":1724917916064,"duration":0}},{"uid":"ee16456a2bb0e550","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ee16456a2bb0e550","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889678262,"stop":1724889678262,"duration":0}},{"uid":"3d644f6960326b05","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3d644f6960326b05","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888831692,"stop":1724888831692,"duration":0}},{"uid":"4852353aeaa2a559","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4852353aeaa2a559","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888003326,"stop":1724888003326,"duration":0}},{"uid":"191cccda398fc74b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/191cccda398fc74b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886776616,"stop":1724886776616,"duration":0}},{"uid":"e48788639d1115ce","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e48788639d1115ce","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886555804,"stop":1724886555804,"duration":0}},{"uid":"6a2661ffa614c84e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6a2661ffa614c84e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861983017,"stop":1724861983017,"duration":0}},{"uid":"6a22868a7160d956","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6a22868a7160d956","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861444073,"stop":1724861444073,"duration":0}},{"uid":"3991a5c2ba3d1e45","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3991a5c2ba3d1e45","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861285842,"stop":1724861285842,"duration":0}},{"uid":"99077c3099fcc5de","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/99077c3099fcc5de","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861145678,"stop":1724861145678,"duration":0}}]},"c722ce8a7dba0f2b03f0e99d583ec496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"46c57d660721af48","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/46c57d660721af48","status":"passed","time":{"start":1724921625039,"stop":1724921625040,"duration":1}},{"uid":"fc8967698743cecf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fc8967698743cecf","status":"passed","time":{"start":1724921590484,"stop":1724921590484,"duration":0}},{"uid":"78b0e337864425c4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/78b0e337864425c4","status":"passed","time":{"start":1724918287560,"stop":1724918287561,"duration":1}},{"uid":"4223e33b6571c828","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4223e33b6571c828","status":"passed","time":{"start":1724890047784,"stop":1724890047784,"duration":0}},{"uid":"96b8d559447da463","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/96b8d559447da463","status":"passed","time":{"start":1724889183916,"stop":1724889183916,"duration":0}},{"uid":"841ae8e05c4f52f4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/841ae8e05c4f52f4","status":"passed","time":{"start":1724888354161,"stop":1724888354161,"duration":0}},{"uid":"64f42ecbd26126cc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/64f42ecbd26126cc","status":"passed","time":{"start":1724887145652,"stop":1724887145652,"duration":0}},{"uid":"a561aa7a29d81249","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a561aa7a29d81249","status":"passed","time":{"start":1724886915778,"stop":1724886915780,"duration":2}},{"uid":"aef1579f6a254c82","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aef1579f6a254c82","status":"passed","time":{"start":1724862341433,"stop":1724862341433,"duration":0}},{"uid":"c9ccd65779d36f31","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c9ccd65779d36f31","status":"passed","time":{"start":1724861805436,"stop":1724861805437,"duration":1}},{"uid":"8965edab974a3aa2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8965edab974a3aa2","status":"passed","time":{"start":1724861662244,"stop":1724861662249,"duration":5}},{"uid":"a33b6d82327ae95","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a33b6d82327ae95","status":"passed","time":{"start":1724861492504,"stop":1724861492505,"duration":1}}]},"b599654895491b21ff1876c821de2afd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5612bdfac6133a49","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5612bdfac6133a49","status":"passed","time":{"start":1724921037311,"stop":1724921037311,"duration":0}},{"uid":"c238bbef0782757d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c238bbef0782757d","status":"passed","time":{"start":1724921012634,"stop":1724921012635,"duration":1}},{"uid":"8b4cb99e86a287ca","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8b4cb99e86a287ca","status":"passed","time":{"start":1724917673037,"stop":1724917673037,"duration":0}},{"uid":"a82fbafc4d14527b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a82fbafc4d14527b","status":"passed","time":{"start":1724889452004,"stop":1724889452005,"duration":1}},{"uid":"dff39e1dfbad5332","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dff39e1dfbad5332","status":"passed","time":{"start":1724888602562,"stop":1724888602562,"duration":0}},{"uid":"3ef3cf9c3abafa55","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3ef3cf9c3abafa55","status":"passed","time":{"start":1724887758653,"stop":1724887758653,"duration":0}},{"uid":"e76716b064c884b5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e76716b064c884b5","status":"passed","time":{"start":1724886525163,"stop":1724886525163,"duration":0}},{"uid":"69e6c0c0011b36e9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/69e6c0c0011b36e9","status":"passed","time":{"start":1724886303125,"stop":1724886303126,"duration":1}},{"uid":"e4e8646f06b2f8bb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e4e8646f06b2f8bb","status":"passed","time":{"start":1724861751531,"stop":1724861751532,"duration":1}},{"uid":"20b8f29963c73778","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/20b8f29963c73778","status":"passed","time":{"start":1724861222812,"stop":1724861222812,"duration":0}},{"uid":"f6146caf240ae34f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f6146caf240ae34f","status":"passed","time":{"start":1724861044783,"stop":1724861044784,"duration":1}},{"uid":"21d6377a67baa185","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/21d6377a67baa185","status":"passed","time":{"start":1724860906653,"stop":1724860906654,"duration":1}}]},"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"548e272a87163904","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/548e272a87163904","status":"passed","time":{"start":1724921046209,"stop":1724921046210,"duration":1}},{"uid":"ed3f25cdc03b68b2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ed3f25cdc03b68b2","status":"passed","time":{"start":1724921021481,"stop":1724921021481,"duration":0}},{"uid":"93074ed29ba616d2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/93074ed29ba616d2","status":"passed","time":{"start":1724917681729,"stop":1724917681729,"duration":0}},{"uid":"b2fdb9bfd83c01e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b2fdb9bfd83c01e8","status":"passed","time":{"start":1724889460657,"stop":1724889460657,"duration":0}},{"uid":"a12e8a5bf9a147a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a12e8a5bf9a147a1","status":"passed","time":{"start":1724888611300,"stop":1724888611300,"duration":0}},{"uid":"22182463141d9d06","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/22182463141d9d06","status":"passed","time":{"start":1724887767625,"stop":1724887767625,"duration":0}},{"uid":"66ca2153a3f6bb52","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/66ca2153a3f6bb52","status":"passed","time":{"start":1724886533996,"stop":1724886533996,"duration":0}},{"uid":"21139a190327bcc0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/21139a190327bcc0","status":"passed","time":{"start":1724886311763,"stop":1724886311763,"duration":0}},{"uid":"b3f57057b6db086f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b3f57057b6db086f","status":"passed","time":{"start":1724861760781,"stop":1724861760781,"duration":0}},{"uid":"39c2783cde3548db","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/39c2783cde3548db","status":"passed","time":{"start":1724861231739,"stop":1724861231739,"duration":0}},{"uid":"56ec2db8e9b4dd93","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/56ec2db8e9b4dd93","status":"passed","time":{"start":1724861054262,"stop":1724861054262,"duration":0}},{"uid":"bf14fddd4fbf6d60","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bf14fddd4fbf6d60","status":"passed","time":{"start":1724860915819,"stop":1724860915819,"duration":0}}]},"1df49fa066e5164894f9633325ea9d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"123ae2191f1afaa6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/123ae2191f1afaa6","status":"passed","time":{"start":1724862262050,"stop":1724862262050,"duration":0}}]},"cdea5a495f7cc7dc4da8979e4672c3cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a2412a2a27e99c44","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a2412a2a27e99c44","status":"passed","time":{"start":1724921619640,"stop":1724921619640,"duration":0}},{"uid":"c61c9aa3d83068d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c61c9aa3d83068d","status":"passed","time":{"start":1724921577172,"stop":1724921577172,"duration":0}},{"uid":"a72c00eff502f8a7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a72c00eff502f8a7","status":"passed","time":{"start":1724918298103,"stop":1724918298104,"duration":1}},{"uid":"d146c7a21dc6e4ff","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d146c7a21dc6e4ff","status":"passed","time":{"start":1724890039749,"stop":1724890039750,"duration":1}},{"uid":"e8405576a7b4e05a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e8405576a7b4e05a","status":"passed","time":{"start":1724889169856,"stop":1724889169857,"duration":1}},{"uid":"945abd3deee1631","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/945abd3deee1631","status":"passed","time":{"start":1724888345356,"stop":1724888345357,"duration":1}},{"uid":"8404d22b16f7b9e9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8404d22b16f7b9e9","status":"passed","time":{"start":1724887127883,"stop":1724887127886,"duration":3}},{"uid":"c827cbdb8082d271","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c827cbdb8082d271","status":"passed","time":{"start":1724886906387,"stop":1724886906387,"duration":0}},{"uid":"e2d3ddaae07cc1b5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e2d3ddaae07cc1b5","status":"passed","time":{"start":1724862320149,"stop":1724862320149,"duration":0}},{"uid":"5af33ddfd3d10be7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5af33ddfd3d10be7","status":"passed","time":{"start":1724861800260,"stop":1724861800260,"duration":0}},{"uid":"6adbb003a57bfcc3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6adbb003a57bfcc3","status":"passed","time":{"start":1724861655175,"stop":1724861655176,"duration":1}},{"uid":"82e4fee8db7c641a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/82e4fee8db7c641a","status":"passed","time":{"start":1724861485085,"stop":1724861485085,"duration":0}}]},"253797fcb45741084187d4e600a0c7ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ce35bf1c2f9571ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ce35bf1c2f9571ea","status":"passed","time":{"start":1724888345352,"stop":1724888345353,"duration":1}}]},"52c30f3cc1da5fdc37b9b464d2ed157f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"3c7d17c1eb4ecf89","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3c7d17c1eb4ecf89","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921098922,"stop":1724921098922,"duration":0}},{"uid":"27cefbd9e3a1c4a3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/27cefbd9e3a1c4a3","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921073401,"stop":1724921073401,"duration":0}},{"uid":"22aa603160dfe995","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/22aa603160dfe995","status":"skipped","statusDetails":"Test ignored","time":{"start":1724917744665,"stop":1724917744665,"duration":0}},{"uid":"97f89de837cd437b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97f89de837cd437b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889518046,"stop":1724889518046,"duration":0}},{"uid":"498250d5002aff2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/498250d5002aff2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888665807,"stop":1724888665807,"duration":0}},{"uid":"5aab6e6ac3ff4b53","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5aab6e6ac3ff4b53","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887821954,"stop":1724887821955,"duration":1}},{"uid":"b041957eb2139df4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b041957eb2139df4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886586928,"stop":1724886586928,"duration":0}},{"uid":"cbbeb2799a134b25","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cbbeb2799a134b25","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886375239,"stop":1724886375240,"duration":1}},{"uid":"cd60d34703d6806c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd60d34703d6806c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861815219,"stop":1724861815219,"duration":0}},{"uid":"8f86c1a1303ddace","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8f86c1a1303ddace","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861291724,"stop":1724861291726,"duration":2}},{"uid":"4c12f9d13644fad2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4c12f9d13644fad2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861109881,"stop":1724861109882,"duration":1}},{"uid":"f49ea95b8d9d3e2a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f49ea95b8d9d3e2a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724860972345,"stop":1724860972345,"duration":0}}]},"02e9129cb9b3cf151c39c97146218ddc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"80983a844d13b76e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/80983a844d13b76e","status":"passed","time":{"start":1724888336460,"stop":1724888336460,"duration":0}}]},"6dc4f4a64d88ecc459576211af44c9c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e3f037eb673afde6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e3f037eb673afde6","status":"passed","time":{"start":1724887092628,"stop":1724887092629,"duration":1}}]},"88357b028eb75ad4f1e85c2daedfdd05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70b687596ddfa70a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/70b687596ddfa70a","status":"passed","time":{"start":1724918298098,"stop":1724918298098,"duration":0}}]},"09cd9d8ba42e553ba8f482285cb3d0d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"55cc3a6a3754d117","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/55cc3a6a3754d117","status":"passed","time":{"start":1724921244372,"stop":1724921244376,"duration":4}}]},"73ac7999decb7c5dfdb67b5f2d1717af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a981a67edf27a367","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a981a67edf27a367","status":"passed","time":{"start":1724887068230,"stop":1724887068231,"duration":1}}]},"1221fb8af55fad77bfb8bb923c0d373d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e8eeb06e7829ff4a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e8eeb06e7829ff4a","status":"passed","time":{"start":1724887127882,"stop":1724887127882,"duration":0}}]},"30ea5a343565c1efca5d550cb47221e8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6effd5557ac8c80d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6effd5557ac8c80d","status":"passed","time":{"start":1724886880630,"stop":1724886880630,"duration":0}}]},"dbd5d5949b41e11b1c4bc7d81adefec6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3967a91bdaaa4572","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3967a91bdaaa4572","status":"passed","time":{"start":1724921619639,"stop":1724921619640,"duration":1}}]},"46e4002ab33549762a5184ba52857e96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3fab53b05e85a6ca","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3fab53b05e85a6ca","status":"passed","time":{"start":1724921515254,"stop":1724921515255,"duration":1}},{"uid":"9c0de0997b170cc3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9c0de0997b170cc3","status":"passed","time":{"start":1724921475503,"stop":1724921475504,"duration":1}},{"uid":"2b6d66148f0cb7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2b6d66148f0cb7","status":"passed","time":{"start":1724918179418,"stop":1724918179435,"duration":17}},{"uid":"19c185567cce49ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/19c185567cce49ee","status":"passed","time":{"start":1724889935352,"stop":1724889935352,"duration":0}},{"uid":"58dffcf18408327a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/58dffcf18408327a","status":"passed","time":{"start":1724889072768,"stop":1724889072768,"duration":0}},{"uid":"c2384eff4d2fe93b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c2384eff4d2fe93b","status":"passed","time":{"start":1724888232428,"stop":1724888232428,"duration":0}},{"uid":"3b670483e5f92748","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3b670483e5f92748","status":"passed","time":{"start":1724887018316,"stop":1724887018316,"duration":0}},{"uid":"4176938725b2aa74","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4176938725b2aa74","status":"passed","time":{"start":1724886781504,"stop":1724886781505,"duration":1}},{"uid":"e441bfa59c8fca40","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e441bfa59c8fca40","status":"passed","time":{"start":1724862213684,"stop":1724862213685,"duration":1}},{"uid":"f2fccd686e770b6a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f2fccd686e770b6a","status":"passed","time":{"start":1724861685885,"stop":1724861685885,"duration":0}},{"uid":"47397297629d7e5d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/47397297629d7e5d","status":"passed","time":{"start":1724861546211,"stop":1724861546212,"duration":1}},{"uid":"ceb4d0fc86b77037","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ceb4d0fc86b77037","status":"passed","time":{"start":1724861378126,"stop":1724861378126,"duration":0}}]},"45666448c14c8261025304f4a13398f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aac7c838b8553141","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/aac7c838b8553141","status":"passed","time":{"start":1724918203695,"stop":1724918203696,"duration":1}}]},"54384bebf04ae4841c112fac145c4c83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d1997c55de9fc524","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d1997c55de9fc524","status":"passed","time":{"start":1724921158276,"stop":1724921158277,"duration":1}},{"uid":"9f0181838cf08887","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9f0181838cf08887","status":"passed","time":{"start":1724921130071,"stop":1724921130072,"duration":1}},{"uid":"8e4914a98576fbe5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8e4914a98576fbe5","status":"passed","time":{"start":1724917796888,"stop":1724917796889,"duration":1}},{"uid":"99cf75dbe48accba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/99cf75dbe48accba","status":"passed","time":{"start":1724889579990,"stop":1724889579992,"duration":2}},{"uid":"fffb84206726fcf3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fffb84206726fcf3","status":"passed","time":{"start":1724888730125,"stop":1724888730126,"duration":1}},{"uid":"9ce666e2a43b8e88","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9ce666e2a43b8e88","status":"passed","time":{"start":1724887883924,"stop":1724887883925,"duration":1}},{"uid":"f46bf05e919323a6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f46bf05e919323a6","status":"passed","time":{"start":1724886651242,"stop":1724886651243,"duration":1}},{"uid":"9436c27f1fed5f91","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9436c27f1fed5f91","status":"passed","time":{"start":1724886430260,"stop":1724886430261,"duration":1}},{"uid":"7a8e1c9145488f01","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7a8e1c9145488f01","status":"passed","time":{"start":1724861879165,"stop":1724861879166,"duration":1}},{"uid":"3741003d7fd7d0f2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3741003d7fd7d0f2","status":"passed","time":{"start":1724861345735,"stop":1724861345735,"duration":0}},{"uid":"514ab46cbbe37b60","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/514ab46cbbe37b60","status":"passed","time":{"start":1724861186692,"stop":1724861186692,"duration":0}},{"uid":"11d1848fcd03d97c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/11d1848fcd03d97c","status":"passed","time":{"start":1724861034861,"stop":1724861034862,"duration":1}}]},"cd8bb61f11cc9ea00b1f4254b7742bc9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd83539190c0181c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd83539190c0181c","status":"passed","time":{"start":1724862320143,"stop":1724862320143,"duration":0}}]},"b08068a9b03559ce890ac01ffeb86082:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c256437b5260ae55","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c256437b5260ae55","status":"passed","time":{"start":1724921515219,"stop":1724921515219,"duration":0}},{"uid":"3f51faff4febfa7a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3f51faff4febfa7a","status":"passed","time":{"start":1724921475436,"stop":1724921475437,"duration":1}},{"uid":"aab7a5f16c80980e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/aab7a5f16c80980e","status":"passed","time":{"start":1724918179376,"stop":1724918179377,"duration":1}},{"uid":"61d8e08676aa3250","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/61d8e08676aa3250","status":"passed","time":{"start":1724889935333,"stop":1724889935333,"duration":0}},{"uid":"20129f55c2b2efe6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/20129f55c2b2efe6","status":"passed","time":{"start":1724889072745,"stop":1724889072745,"duration":0}},{"uid":"1472e3eb16c5291b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1472e3eb16c5291b","status":"passed","time":{"start":1724888232407,"stop":1724888232407,"duration":0}},{"uid":"7af7c3192bfb7408","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7af7c3192bfb7408","status":"passed","time":{"start":1724887018287,"stop":1724887018287,"duration":0}},{"uid":"1a16bba90cae145e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1a16bba90cae145e","status":"passed","time":{"start":1724886781472,"stop":1724886781472,"duration":0}},{"uid":"cc910f1a03fc5acf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc910f1a03fc5acf","status":"passed","time":{"start":1724862213654,"stop":1724862213655,"duration":1}},{"uid":"4c9c11d443f2a088","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4c9c11d443f2a088","status":"passed","time":{"start":1724861685847,"stop":1724861685848,"duration":1}},{"uid":"92feeda19b933331","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/92feeda19b933331","status":"passed","time":{"start":1724861546162,"stop":1724861546162,"duration":0}},{"uid":"26d999eec9dc5ccb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/26d999eec9dc5ccb","status":"passed","time":{"start":1724861378102,"stop":1724861378103,"duration":1}}]},"f83b5e91299b47f609d392e5a1fc737e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3f451b723b2387ad","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3f451b723b2387ad","status":"passed","time":{"start":1724921602944,"stop":1724921602944,"duration":0}},{"uid":"40d9bcd3423800a9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/40d9bcd3423800a9","status":"passed","time":{"start":1724921571091,"stop":1724921571093,"duration":2}},{"uid":"263f44245a12c0cd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/263f44245a12c0cd","status":"passed","time":{"start":1724918285582,"stop":1724918285582,"duration":0}},{"uid":"17e99d0c67599b61","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/17e99d0c67599b61","status":"passed","time":{"start":1724890030086,"stop":1724890030087,"duration":1}},{"uid":"2ea1c68c9816a4bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ea1c68c9816a4bd","status":"passed","time":{"start":1724889171905,"stop":1724889171905,"duration":0}},{"uid":"832f372e96fbd363","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/832f372e96fbd363","status":"passed","time":{"start":1724888350718,"stop":1724888350718,"duration":0}},{"uid":"d6b599fadd547013","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d6b599fadd547013","status":"passed","time":{"start":1724887115403,"stop":1724887115403,"duration":0}},{"uid":"1e43dec46ecd74c4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1e43dec46ecd74c4","status":"passed","time":{"start":1724886884567,"stop":1724886884568,"duration":1}},{"uid":"a436269f384df287","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a436269f384df287","status":"passed","time":{"start":1724862322244,"stop":1724862322244,"duration":0}},{"uid":"e254298816510107","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e254298816510107","status":"passed","time":{"start":1724861790747,"stop":1724861790748,"duration":1}},{"uid":"2de2858d80f7fa6a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2de2858d80f7fa6a","status":"passed","time":{"start":1724861628416,"stop":1724861628417,"duration":1}},{"uid":"ce1f0ed43796b935","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ce1f0ed43796b935","status":"passed","time":{"start":1724861465619,"stop":1724861465619,"duration":0}}]},"a76ead29381dcdaff9c468c45a54849a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"997580436d78ecb1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/997580436d78ecb1","status":"passed","time":{"start":1724921037643,"stop":1724921037644,"duration":1}},{"uid":"6e3574671fbe4e5f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6e3574671fbe4e5f","status":"passed","time":{"start":1724921013056,"stop":1724921013057,"duration":1}},{"uid":"6b1c23e2983f23a1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6b1c23e2983f23a1","status":"passed","time":{"start":1724917673298,"stop":1724917673298,"duration":0}},{"uid":"b2c71cb2e3059d14","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b2c71cb2e3059d14","status":"passed","time":{"start":1724889452317,"stop":1724889452318,"duration":1}},{"uid":"5749bb78f9984c52","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5749bb78f9984c52","status":"passed","time":{"start":1724888602849,"stop":1724888602849,"duration":0}},{"uid":"8b8747ed0715ae1d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8b8747ed0715ae1d","status":"passed","time":{"start":1724887759170,"stop":1724887759170,"duration":0}},{"uid":"5eeb2f14206c2692","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5eeb2f14206c2692","status":"passed","time":{"start":1724886525550,"stop":1724886525550,"duration":0}},{"uid":"bb9253dff19d7c4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bb9253dff19d7c4","status":"passed","time":{"start":1724886303404,"stop":1724886303404,"duration":0}},{"uid":"e4a1955986fdcad9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e4a1955986fdcad9","status":"passed","time":{"start":1724861752236,"stop":1724861752236,"duration":0}},{"uid":"a23f917e0d42ad83","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a23f917e0d42ad83","status":"passed","time":{"start":1724861223361,"stop":1724861223361,"duration":0}},{"uid":"62cbcb44c2fb4c5b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/62cbcb44c2fb4c5b","status":"passed","time":{"start":1724861045209,"stop":1724861045209,"duration":0}},{"uid":"2f3f920df37cf4f0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2f3f920df37cf4f0","status":"passed","time":{"start":1724860907092,"stop":1724860907092,"duration":0}}]},"1391b6b0ba4a849777922d1c0353736f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4b0c7e35cd764ab0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4b0c7e35cd764ab0","status":"passed","time":{"start":1724921529583,"stop":1724921529584,"duration":1}},{"uid":"7fbfc0acb94489a8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7fbfc0acb94489a8","status":"passed","time":{"start":1724921488879,"stop":1724921488879,"duration":0}},{"uid":"8447353e13eea0c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8447353e13eea0c","status":"passed","time":{"start":1724918203685,"stop":1724918203685,"duration":0}},{"uid":"b1dca81ed343d55a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1dca81ed343d55a","status":"passed","time":{"start":1724889938357,"stop":1724889938357,"duration":0}},{"uid":"521809881b0c1f12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/521809881b0c1f12","status":"passed","time":{"start":1724889077065,"stop":1724889077065,"duration":0}},{"uid":"28d953ba9c1b34bc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/28d953ba9c1b34bc","status":"passed","time":{"start":1724888268033,"stop":1724888268034,"duration":1}},{"uid":"c82ff9490f0dfb09","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c82ff9490f0dfb09","status":"passed","time":{"start":1724887032402,"stop":1724887032402,"duration":0}},{"uid":"9db5c88c5438f8f5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9db5c88c5438f8f5","status":"passed","time":{"start":1724886822814,"stop":1724886822814,"duration":0}},{"uid":"8c1f6d4f81095e0d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8c1f6d4f81095e0d","status":"passed","time":{"start":1724862233509,"stop":1724862233509,"duration":0}},{"uid":"2b63a6b4f7a9fadd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2b63a6b4f7a9fadd","status":"passed","time":{"start":1724861712669,"stop":1724861712669,"duration":0}},{"uid":"79d7ac7324873e20","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/79d7ac7324873e20","status":"passed","time":{"start":1724861567888,"stop":1724861567888,"duration":0}},{"uid":"3cfa175ad1213d76","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3cfa175ad1213d76","status":"passed","time":{"start":1724861392053,"stop":1724861392054,"duration":1}}]},"01e5d721be51e34e17ed69fd77982662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a14d6a33ee0bf861","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a14d6a33ee0bf861","status":"passed","time":{"start":1724921515235,"stop":1724921515236,"duration":1}},{"uid":"a100d912889cfdb1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a100d912889cfdb1","status":"passed","time":{"start":1724921475467,"stop":1724921475467,"duration":0}},{"uid":"7087faf394315dd2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7087faf394315dd2","status":"passed","time":{"start":1724918179408,"stop":1724918179408,"duration":0}},{"uid":"183f63f5cefc6f18","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/183f63f5cefc6f18","status":"passed","time":{"start":1724889935347,"stop":1724889935347,"duration":0}},{"uid":"e92600f06138c49","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e92600f06138c49","status":"passed","time":{"start":1724889072761,"stop":1724889072762,"duration":1}},{"uid":"b8ff807d0eb87455","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b8ff807d0eb87455","status":"passed","time":{"start":1724888232422,"stop":1724888232423,"duration":1}},{"uid":"980db18a802d160","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/980db18a802d160","status":"passed","time":{"start":1724887018309,"stop":1724887018310,"duration":1}},{"uid":"8633370b895c357","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8633370b895c357","status":"passed","time":{"start":1724886781488,"stop":1724886781489,"duration":1}},{"uid":"4c5a7fcfa369c4c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4c5a7fcfa369c4c9","status":"passed","time":{"start":1724862213670,"stop":1724862213670,"duration":0}},{"uid":"e3e7d8d2ba040189","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e3e7d8d2ba040189","status":"passed","time":{"start":1724861685864,"stop":1724861685865,"duration":1}},{"uid":"9d8ed2d03cf53a7b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9d8ed2d03cf53a7b","status":"passed","time":{"start":1724861546197,"stop":1724861546198,"duration":1}},{"uid":"c1da552d5311e8c7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c1da552d5311e8c7","status":"passed","time":{"start":1724861378119,"stop":1724861378119,"duration":0}}]},"2557ec157df35bf6d707685321bea72f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"70032703f5dbaf2a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/70032703f5dbaf2a","status":"passed","time":{"start":1724921497756,"stop":1724921497756,"duration":0}},{"uid":"93c0b6dd0b0f60d7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/93c0b6dd0b0f60d7","status":"passed","time":{"start":1724921408410,"stop":1724921408411,"duration":1}},{"uid":"f174adbc9b9e160d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f174adbc9b9e160d","status":"passed","time":{"start":1724918086869,"stop":1724918086869,"duration":0}},{"uid":"1edbee21234227c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1edbee21234227c7","status":"passed","time":{"start":1724889892446,"stop":1724889892446,"duration":0}},{"uid":"1841e6fb53cf77fe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1841e6fb53cf77fe","status":"passed","time":{"start":1724888997215,"stop":1724888997215,"duration":0}},{"uid":"285587b7b9b0ae6c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/285587b7b9b0ae6c","status":"passed","time":{"start":1724888159488,"stop":1724888159489,"duration":1}},{"uid":"e8c62849e37aa2de","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e8c62849e37aa2de","status":"passed","time":{"start":1724886937293,"stop":1724886937293,"duration":0}},{"uid":"afd2ec6087fe74dd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/afd2ec6087fe74dd","status":"passed","time":{"start":1724886709799,"stop":1724886709802,"duration":3}},{"uid":"66c29a3a9b1a4e0a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/66c29a3a9b1a4e0a","status":"passed","time":{"start":1724862123536,"stop":1724862123537,"duration":1}},{"uid":"bafedb9de79f794","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bafedb9de79f794","status":"passed","time":{"start":1724861620103,"stop":1724861620104,"duration":1}},{"uid":"775a3499ca72f37a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/775a3499ca72f37a","status":"passed","time":{"start":1724861460246,"stop":1724861460248,"duration":2}},{"uid":"5b1153c3faa901f0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5b1153c3faa901f0","status":"passed","time":{"start":1724861330171,"stop":1724861330171,"duration":0}}]},"5cd99ced8ba50b2e9d376a549883204c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"225ee1841fcdf495","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/225ee1841fcdf495","status":"passed","time":{"start":1724921037650,"stop":1724921037650,"duration":0}},{"uid":"5a5809384bb69768","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5a5809384bb69768","status":"passed","time":{"start":1724921013063,"stop":1724921013063,"duration":0}},{"uid":"187964a3e403c790","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/187964a3e403c790","status":"passed","time":{"start":1724917673303,"stop":1724917673303,"duration":0}},{"uid":"e4c40ff069e83774","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e4c40ff069e83774","status":"passed","time":{"start":1724889452323,"stop":1724889452324,"duration":1}},{"uid":"bacc6724bd25a72f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bacc6724bd25a72f","status":"passed","time":{"start":1724888602855,"stop":1724888602856,"duration":1}},{"uid":"6dc62214ef839988","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6dc62214ef839988","status":"passed","time":{"start":1724887759176,"stop":1724887759176,"duration":0}},{"uid":"e2a64d237a06ea5e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e2a64d237a06ea5e","status":"passed","time":{"start":1724886525555,"stop":1724886525555,"duration":0}},{"uid":"881ef9f0df4d31ac","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/881ef9f0df4d31ac","status":"passed","time":{"start":1724886303410,"stop":1724886303410,"duration":0}},{"uid":"4205e793811e66f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4205e793811e66f","status":"passed","time":{"start":1724861752247,"stop":1724861752247,"duration":0}},{"uid":"52c40673a2949db0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/52c40673a2949db0","status":"passed","time":{"start":1724861223367,"stop":1724861223367,"duration":0}},{"uid":"156096df04e36ccc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/156096df04e36ccc","status":"passed","time":{"start":1724861045216,"stop":1724861045216,"duration":0}},{"uid":"8d2746c6d88b061c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8d2746c6d88b061c","status":"passed","time":{"start":1724860907101,"stop":1724860907101,"duration":0}}]},"01bfb94c22535ad53e83a0709b1063d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f77bddabecbd750a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f77bddabecbd750a","status":"passed","time":{"start":1724887092628,"stop":1724887092628,"duration":0}}]},"16fa9fb65d0b66151767c71b466c4e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2998f429bf114cc9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2998f429bf114cc9","status":"passed","time":{"start":1724887092629,"stop":1724887092630,"duration":1}}]},"9e48a36c3cc9812976e64b83ee210bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bcaf743eb0cc34b8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bcaf743eb0cc34b8","status":"passed","time":{"start":1724921529579,"stop":1724921529580,"duration":1}},{"uid":"3ad0be3b2edd8e21","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3ad0be3b2edd8e21","status":"passed","time":{"start":1724921488877,"stop":1724921488877,"duration":0}},{"uid":"d08807c2ec9e873d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d08807c2ec9e873d","status":"passed","time":{"start":1724918203678,"stop":1724918203678,"duration":0}},{"uid":"373624e6c0932976","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/373624e6c0932976","status":"passed","time":{"start":1724889938355,"stop":1724889938356,"duration":1}},{"uid":"725d550b00c18ed6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/725d550b00c18ed6","status":"passed","time":{"start":1724889077063,"stop":1724889077064,"duration":1}},{"uid":"4a8c1c1502c92faa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a8c1c1502c92faa","status":"passed","time":{"start":1724888268031,"stop":1724888268031,"duration":0}},{"uid":"b47577ab906a5042","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b47577ab906a5042","status":"passed","time":{"start":1724887032396,"stop":1724887032397,"duration":1}},{"uid":"5a75884f45c0c6d9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5a75884f45c0c6d9","status":"passed","time":{"start":1724886822789,"stop":1724886822789,"duration":0}},{"uid":"5a88ca5e341c3cba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5a88ca5e341c3cba","status":"passed","time":{"start":1724862233507,"stop":1724862233508,"duration":1}},{"uid":"d3a0d02c07db4b81","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d3a0d02c07db4b81","status":"passed","time":{"start":1724861712667,"stop":1724861712668,"duration":1}},{"uid":"83a42a42a469de4a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/83a42a42a469de4a","status":"passed","time":{"start":1724861567885,"stop":1724861567885,"duration":0}},{"uid":"a433cbc520cc8aac","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a433cbc520cc8aac","status":"passed","time":{"start":1724861392049,"stop":1724861392050,"duration":1}}]},"a999fa5513c28adc30fb234d16a62972:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b73f8e7b202125ea","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b73f8e7b202125ea","status":"passed","time":{"start":1724921088194,"stop":1724921088196,"duration":2}},{"uid":"4236bab703d90a2a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4236bab703d90a2a","status":"passed","time":{"start":1724921063381,"stop":1724921063382,"duration":1}},{"uid":"add522ff4f3a73f7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/add522ff4f3a73f7","status":"passed","time":{"start":1724917723831,"stop":1724917723832,"duration":1}},{"uid":"2c97d23e3ce24920","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c97d23e3ce24920","status":"passed","time":{"start":1724889503226,"stop":1724889503226,"duration":0}},{"uid":"2d31dcf584b48bf3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d31dcf584b48bf3","status":"passed","time":{"start":1724888652593,"stop":1724888652593,"duration":0}},{"uid":"2622abfe6d9ddb23","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2622abfe6d9ddb23","status":"passed","time":{"start":1724887810647,"stop":1724887810648,"duration":1}},{"uid":"ee600f5d49925933","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ee600f5d49925933","status":"passed","time":{"start":1724886577066,"stop":1724886577070,"duration":4}},{"uid":"75cf5186d4df3fb5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/75cf5186d4df3fb5","status":"passed","time":{"start":1724886355050,"stop":1724886355050,"duration":0}},{"uid":"16842a087e661905","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/16842a087e661905","status":"passed","time":{"start":1724861804039,"stop":1724861804039,"duration":0}},{"uid":"8e423ea827ee7e23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8e423ea827ee7e23","status":"passed","time":{"start":1724861273295,"stop":1724861273296,"duration":1}},{"uid":"7967e2821a51e9d6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7967e2821a51e9d6","status":"passed","time":{"start":1724861099307,"stop":1724861099309,"duration":2}},{"uid":"272b460da3eed25d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/272b460da3eed25d","status":"passed","time":{"start":1724860959305,"stop":1724860959307,"duration":2}}]},"b1a8b6f30447116e333463c65f27f7d0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"113597f03f250bd5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/113597f03f250bd5","status":"passed","time":{"start":1724861475028,"stop":1724861475030,"duration":2}}]},"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3b32ca57e810ad27","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3b32ca57e810ad27","status":"passed","time":{"start":1724921046198,"stop":1724921046198,"duration":0}},{"uid":"e0ecef46a2eddfbc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e0ecef46a2eddfbc","status":"passed","time":{"start":1724921021468,"stop":1724921021468,"duration":0}},{"uid":"1d81d9a3839a7809","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1d81d9a3839a7809","status":"passed","time":{"start":1724917681717,"stop":1724917681717,"duration":0}},{"uid":"4404ee35c64869e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4404ee35c64869e","status":"passed","time":{"start":1724889460646,"stop":1724889460646,"duration":0}},{"uid":"234897641ecea4e6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/234897641ecea4e6","status":"passed","time":{"start":1724888611289,"stop":1724888611289,"duration":0}},{"uid":"90031927aabc3558","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/90031927aabc3558","status":"passed","time":{"start":1724887767614,"stop":1724887767614,"duration":0}},{"uid":"a0263ae26a3a2e2f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a0263ae26a3a2e2f","status":"passed","time":{"start":1724886533984,"stop":1724886533984,"duration":0}},{"uid":"49ba66f913fde684","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/49ba66f913fde684","status":"passed","time":{"start":1724886311751,"stop":1724886311752,"duration":1}},{"uid":"14c5dd5119ab4d11","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14c5dd5119ab4d11","status":"passed","time":{"start":1724861760767,"stop":1724861760768,"duration":1}},{"uid":"b7cf6b0a179ad258","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b7cf6b0a179ad258","status":"passed","time":{"start":1724861231727,"stop":1724861231728,"duration":1}},{"uid":"31810696655275db","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/31810696655275db","status":"passed","time":{"start":1724861054248,"stop":1724861054249,"duration":1}},{"uid":"aff7261f7f09a297","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/aff7261f7f09a297","status":"passed","time":{"start":1724860915807,"stop":1724860915807,"duration":0}}]},"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d97a66eebd73c4d8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d97a66eebd73c4d8","status":"passed","time":{"start":1724921297009,"stop":1724921297010,"duration":1}},{"uid":"50dfce260710eed","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/50dfce260710eed","status":"passed","time":{"start":1724921276368,"stop":1724921276368,"duration":0}},{"uid":"58b652118ebe0d59","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/58b652118ebe0d59","status":"passed","time":{"start":1724917948325,"stop":1724917948326,"duration":1}},{"uid":"2bf31a2c555aac6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2bf31a2c555aac6","status":"passed","time":{"start":1724889729010,"stop":1724889729010,"duration":0}},{"uid":"171f153f46e04595","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/171f153f46e04595","status":"passed","time":{"start":1724888864954,"stop":1724888864954,"duration":0}},{"uid":"b486a82ce64f1db1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b486a82ce64f1db1","status":"passed","time":{"start":1724888053747,"stop":1724888053748,"duration":1}},{"uid":"33ec8f4d50b2cbf8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/33ec8f4d50b2cbf8","status":"passed","time":{"start":1724886811662,"stop":1724886811663,"duration":1}},{"uid":"81937267a63c5b48","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/81937267a63c5b48","status":"passed","time":{"start":1724886581005,"stop":1724886581005,"duration":0}},{"uid":"4cb286b479423e4d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4cb286b479423e4d","status":"passed","time":{"start":1724862019562,"stop":1724862019562,"duration":0}},{"uid":"d19350071d0fc015","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d19350071d0fc015","status":"passed","time":{"start":1724861493937,"stop":1724861493938,"duration":1}},{"uid":"c089c8217022a2e1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c089c8217022a2e1","status":"passed","time":{"start":1724861318032,"stop":1724861318033,"duration":1}},{"uid":"ebaef603b59bdac5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ebaef603b59bdac5","status":"passed","time":{"start":1724861178516,"stop":1724861178517,"duration":1}}]},"389d651cca3c08327c8ef1d4d963eb2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"becd39806a35b699","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/becd39806a35b699","status":"passed","time":{"start":1724921419682,"stop":1724921419683,"duration":1}},{"uid":"869e723ac2007830","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/869e723ac2007830","status":"passed","time":{"start":1724921400503,"stop":1724921400503,"duration":0}},{"uid":"e0aee514bd2831e2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e0aee514bd2831e2","status":"passed","time":{"start":1724918124176,"stop":1724918124176,"duration":0}},{"uid":"5c5fab66c8715138","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5c5fab66c8715138","status":"passed","time":{"start":1724889845313,"stop":1724889845313,"duration":0}},{"uid":"cf7dc4a2fccad4b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf7dc4a2fccad4b3","status":"passed","time":{"start":1724888978754,"stop":1724888978754,"duration":0}},{"uid":"68a9bbded0644eb1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/68a9bbded0644eb1","status":"passed","time":{"start":1724888199758,"stop":1724888199758,"duration":0}},{"uid":"ce7281d902b5d13a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ce7281d902b5d13a","status":"passed","time":{"start":1724886961475,"stop":1724886961476,"duration":1}},{"uid":"a8daafaa86bbe161","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a8daafaa86bbe161","status":"passed","time":{"start":1724886743395,"stop":1724886743396,"duration":1}},{"uid":"9699cd4001065e3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9699cd4001065e3e","status":"passed","time":{"start":1724862150656,"stop":1724862150657,"duration":1}},{"uid":"9d0ee57baf205e1a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9d0ee57baf205e1a","status":"passed","time":{"start":1724861627581,"stop":1724861627581,"duration":0}},{"uid":"429526f314b32096","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/429526f314b32096","status":"passed","time":{"start":1724861501071,"stop":1724861501071,"duration":0}},{"uid":"aaeb2d7a64d5fe26","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/aaeb2d7a64d5fe26","status":"passed","time":{"start":1724861297169,"stop":1724861297169,"duration":0}}]},"98e48fb9aa970bd6e47bf616cdd00261:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"89687fe50cdeab8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/89687fe50cdeab8","status":"passed","time":{"start":1724886781501,"stop":1724886781501,"duration":0}}]},"d90af7b37ad91eaa1456328004d8a3fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2dd3224f8c1c5f9c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2dd3224f8c1c5f9c","status":"passed","time":{"start":1724921602960,"stop":1724921602960,"duration":0}},{"uid":"aa7fa65f556236a9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/aa7fa65f556236a9","status":"passed","time":{"start":1724921571103,"stop":1724921571103,"duration":0}},{"uid":"e47607c7277a4239","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e47607c7277a4239","status":"passed","time":{"start":1724918285607,"stop":1724918285607,"duration":0}},{"uid":"37206855e294609a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37206855e294609a","status":"passed","time":{"start":1724890030098,"stop":1724890030098,"duration":0}},{"uid":"a81416e249120204","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a81416e249120204","status":"passed","time":{"start":1724889171917,"stop":1724889171918,"duration":1}},{"uid":"232cccd2b4ecbd0d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/232cccd2b4ecbd0d","status":"passed","time":{"start":1724888350736,"stop":1724888350737,"duration":1}},{"uid":"aac158038f67b67","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aac158038f67b67","status":"passed","time":{"start":1724887115418,"stop":1724887115419,"duration":1}},{"uid":"c44e7a1cab7853c5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c44e7a1cab7853c5","status":"passed","time":{"start":1724886884582,"stop":1724886884583,"duration":1}},{"uid":"c8a0323ae86a3f06","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c8a0323ae86a3f06","status":"passed","time":{"start":1724862322268,"stop":1724862322268,"duration":0}},{"uid":"c472d72376694bbf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c472d72376694bbf","status":"passed","time":{"start":1724861790757,"stop":1724861790757,"duration":0}},{"uid":"3ad665b9273f4401","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3ad665b9273f4401","status":"passed","time":{"start":1724861628427,"stop":1724861628427,"duration":0}},{"uid":"e942cd84672e62db","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e942cd84672e62db","status":"passed","time":{"start":1724861465632,"stop":1724861465632,"duration":0}}]},"bd3dff4d11649697525134396ae0dc4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7b0bf39147f7e91","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7b0bf39147f7e91","status":"passed","time":{"start":1724921625070,"stop":1724921625073,"duration":3}},{"uid":"cac7ccf3a25b571d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cac7ccf3a25b571d","status":"passed","time":{"start":1724921590498,"stop":1724921590498,"duration":0}},{"uid":"6c74040e0182db27","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6c74040e0182db27","status":"passed","time":{"start":1724918287567,"stop":1724918287567,"duration":0}},{"uid":"96ac86d7a6ef6940","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/96ac86d7a6ef6940","status":"passed","time":{"start":1724890047789,"stop":1724890047790,"duration":1}},{"uid":"a2b7b616f7678a2a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2b7b616f7678a2a","status":"passed","time":{"start":1724889183923,"stop":1724889183923,"duration":0}},{"uid":"be13bc7090d0c9b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/be13bc7090d0c9b","status":"passed","time":{"start":1724888354167,"stop":1724888354172,"duration":5}},{"uid":"81d71e67d32e3f62","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/81d71e67d32e3f62","status":"passed","time":{"start":1724887145666,"stop":1724887145666,"duration":0}},{"uid":"9d32b5a2033d155d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9d32b5a2033d155d","status":"passed","time":{"start":1724886915789,"stop":1724886915789,"duration":0}},{"uid":"b8f3253f176ca225","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8f3253f176ca225","status":"passed","time":{"start":1724862341440,"stop":1724862341440,"duration":0}},{"uid":"c1bb68052782f2d1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c1bb68052782f2d1","status":"passed","time":{"start":1724861805444,"stop":1724861805444,"duration":0}},{"uid":"af0cf9167dfd5032","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/af0cf9167dfd5032","status":"passed","time":{"start":1724861662272,"stop":1724861662273,"duration":1}},{"uid":"6f0e84930642ff3e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6f0e84930642ff3e","status":"passed","time":{"start":1724861492516,"stop":1724861492516,"duration":0}}]},"bea3e4b185e75067f061378d55b1b212:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3d0a3dae0399f200","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3d0a3dae0399f200","status":"passed","time":{"start":1724921620596,"stop":1724921620602,"duration":6}},{"uid":"2620dbdc2db9660c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2620dbdc2db9660c","status":"passed","time":{"start":1724921566686,"stop":1724921566687,"duration":1}},{"uid":"c4f8597e54b2d086","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c4f8597e54b2d086","status":"passed","time":{"start":1724918280552,"stop":1724918280552,"duration":0}},{"uid":"53824c0f8a74668","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/53824c0f8a74668","status":"passed","time":{"start":1724890019468,"stop":1724890019468,"duration":0}},{"uid":"46744a5a747db87f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/46744a5a747db87f","status":"passed","time":{"start":1724889148721,"stop":1724889148721,"duration":0}},{"uid":"808918fb82b31406","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/808918fb82b31406","status":"passed","time":{"start":1724888331954,"stop":1724888331954,"duration":0}},{"uid":"2a6f26211731ea54","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2a6f26211731ea54","status":"passed","time":{"start":1724887107113,"stop":1724887107113,"duration":0}},{"uid":"ffc552dad3088326","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ffc552dad3088326","status":"passed","time":{"start":1724886889607,"stop":1724886889608,"duration":1}},{"uid":"e4633c5f659f7e06","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e4633c5f659f7e06","status":"passed","time":{"start":1724862298788,"stop":1724862298789,"duration":1}},{"uid":"5bd19719081ac61e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5bd19719081ac61e","status":"passed","time":{"start":1724861779252,"stop":1724861779252,"duration":0}},{"uid":"f748feb8e656761c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f748feb8e656761c","status":"passed","time":{"start":1724861646561,"stop":1724861646561,"duration":0}},{"uid":"29fd922f72d6fdfe","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/29fd922f72d6fdfe","status":"passed","time":{"start":1724861466611,"stop":1724861466612,"duration":1}}]},"6833efb468cd2b269b44e8cc2e020394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1d9a23ec9433111d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1d9a23ec9433111d","status":"passed","time":{"start":1724921640401,"stop":1724921640401,"duration":0}},{"uid":"b0f80e766d1d5445","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b0f80e766d1d5445","status":"passed","time":{"start":1724921600420,"stop":1724921600421,"duration":1}},{"uid":"2f9ed88d266c618e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2f9ed88d266c618e","status":"passed","time":{"start":1724918300925,"stop":1724918300929,"duration":4}},{"uid":"526021a93e89c312","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/526021a93e89c312","status":"passed","time":{"start":1724890059287,"stop":1724890059288,"duration":1}},{"uid":"537032977f06cd3a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/537032977f06cd3a","status":"passed","time":{"start":1724889188321,"stop":1724889188322,"duration":1}},{"uid":"960426822fb74eb4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/960426822fb74eb4","status":"passed","time":{"start":1724888372741,"stop":1724888372741,"duration":0}},{"uid":"76959e4b06651acf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/76959e4b06651acf","status":"passed","time":{"start":1724887135719,"stop":1724887135719,"duration":0}},{"uid":"34f42756e6c3fd22","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/34f42756e6c3fd22","status":"passed","time":{"start":1724886919675,"stop":1724886919684,"duration":9}},{"uid":"4ad2754dd3cf9b17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4ad2754dd3cf9b17","status":"passed","time":{"start":1724862341835,"stop":1724862341835,"duration":0}},{"uid":"5a0d7aedbbe123d2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5a0d7aedbbe123d2","status":"passed","time":{"start":1724861815492,"stop":1724861815492,"duration":0}},{"uid":"1c9ef522c0213a70","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1c9ef522c0213a70","status":"passed","time":{"start":1724861669536,"stop":1724861669536,"duration":0}},{"uid":"b067836217b24fe0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b067836217b24fe0","status":"passed","time":{"start":1724861505420,"stop":1724861505420,"duration":0}}]},"94b282fa151424e3ffa07a57907650af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6eb366566cf83622","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6eb366566cf83622","status":"passed","time":{"start":1724921037654,"stop":1724921037654,"duration":0}},{"uid":"732e6ec3c76b6526","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/732e6ec3c76b6526","status":"passed","time":{"start":1724921013068,"stop":1724921013068,"duration":0}},{"uid":"60f0e0fdc4e3b530","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/60f0e0fdc4e3b530","status":"passed","time":{"start":1724917673308,"stop":1724917673309,"duration":1}},{"uid":"c94fe0fb2d170645","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c94fe0fb2d170645","status":"passed","time":{"start":1724889452328,"stop":1724889452328,"duration":0}},{"uid":"69a4e8f0bca47ce9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/69a4e8f0bca47ce9","status":"passed","time":{"start":1724888602861,"stop":1724888602861,"duration":0}},{"uid":"760a1a406e08fd3b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/760a1a406e08fd3b","status":"passed","time":{"start":1724887759181,"stop":1724887759181,"duration":0}},{"uid":"6b94e4b3e45e2f22","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b94e4b3e45e2f22","status":"passed","time":{"start":1724886525558,"stop":1724886525558,"duration":0}},{"uid":"335e3ebaa6450175","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/335e3ebaa6450175","status":"passed","time":{"start":1724886303414,"stop":1724886303414,"duration":0}},{"uid":"3548944b664d04d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3548944b664d04d9","status":"passed","time":{"start":1724861752251,"stop":1724861752251,"duration":0}},{"uid":"700189141f595e0d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/700189141f595e0d","status":"passed","time":{"start":1724861223371,"stop":1724861223371,"duration":0}},{"uid":"c86a9907bafdfe44","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c86a9907bafdfe44","status":"passed","time":{"start":1724861045221,"stop":1724861045221,"duration":0}},{"uid":"a4433c8a6dfecf43","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a4433c8a6dfecf43","status":"passed","time":{"start":1724860907107,"stop":1724860907107,"duration":0}}]},"1dfa42560613594105913a69c96c7a2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5e5c15f6b2f8f1d1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5e5c15f6b2f8f1d1","status":"passed","time":{"start":1724921602950,"stop":1724921602951,"duration":1}},{"uid":"280244ff1d78bf5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/280244ff1d78bf5","status":"passed","time":{"start":1724921571096,"stop":1724921571096,"duration":0}},{"uid":"9b5dfba4ebd54ed7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9b5dfba4ebd54ed7","status":"passed","time":{"start":1724918285586,"stop":1724918285586,"duration":0}},{"uid":"f1f8b5c5845afa9e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f1f8b5c5845afa9e","status":"passed","time":{"start":1724890030089,"stop":1724890030089,"duration":0}},{"uid":"3ee95d9f9badb2c1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3ee95d9f9badb2c1","status":"passed","time":{"start":1724889171907,"stop":1724889171908,"duration":1}},{"uid":"f5669000edb0d065","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f5669000edb0d065","status":"passed","time":{"start":1724888350720,"stop":1724888350721,"duration":1}},{"uid":"357989b2bb5f1ab4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/357989b2bb5f1ab4","status":"passed","time":{"start":1724887115407,"stop":1724887115408,"duration":1}},{"uid":"39b65949bd390992","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/39b65949bd390992","status":"passed","time":{"start":1724886884570,"stop":1724886884574,"duration":4}},{"uid":"b126445e3b46eb53","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b126445e3b46eb53","status":"passed","time":{"start":1724862322247,"stop":1724862322248,"duration":1}},{"uid":"d1401aa449f0f676","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d1401aa449f0f676","status":"passed","time":{"start":1724861790750,"stop":1724861790751,"duration":1}},{"uid":"dc9c97bcdad3afbc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dc9c97bcdad3afbc","status":"passed","time":{"start":1724861628419,"stop":1724861628420,"duration":1}},{"uid":"7fdff3606b939a55","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7fdff3606b939a55","status":"passed","time":{"start":1724861465624,"stop":1724861465624,"duration":0}}]},"8c0af09b4c77880b385253fde4fba6f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bf6f205c31d5a7a0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bf6f205c31d5a7a0","status":"passed","time":{"start":1724921613054,"stop":1724921613054,"duration":0}}]},"f01f1c93566a395b476c7ae95b01c44f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7e845f3f6d7666f7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7e845f3f6d7666f7","status":"passed","time":{"start":1724921577167,"stop":1724921577167,"duration":0}}]},"b7b097c9f783317ac898159e2ae04163:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c6bfb84365b9a05a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c6bfb84365b9a05a","status":"passed","time":{"start":1724921540109,"stop":1724921540109,"duration":0}},{"uid":"9cf1c5f7acc77d69","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9cf1c5f7acc77d69","status":"passed","time":{"start":1724921503541,"stop":1724921503541,"duration":0}},{"uid":"883f8fbb160086cd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/883f8fbb160086cd","status":"passed","time":{"start":1724918214370,"stop":1724918214370,"duration":0}},{"uid":"9643a3e7694c2055","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9643a3e7694c2055","status":"passed","time":{"start":1724889952445,"stop":1724889952445,"duration":0}},{"uid":"b57a299218655d72","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b57a299218655d72","status":"passed","time":{"start":1724889087469,"stop":1724889087469,"duration":0}},{"uid":"f887229b4f993c63","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f887229b4f993c63","status":"passed","time":{"start":1724888266431,"stop":1724888266431,"duration":0}},{"uid":"8573c997372c3c38","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8573c997372c3c38","status":"passed","time":{"start":1724887042932,"stop":1724887042932,"duration":0}},{"uid":"658a6214d812acca","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/658a6214d812acca","status":"passed","time":{"start":1724886820800,"stop":1724886820800,"duration":0}},{"uid":"ead6d976cb219623","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ead6d976cb219623","status":"passed","time":{"start":1724862245491,"stop":1724862245491,"duration":0}},{"uid":"a89447f53a946066","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a89447f53a946066","status":"passed","time":{"start":1724861720404,"stop":1724861720404,"duration":0}},{"uid":"f6ec856475a81622","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f6ec856475a81622","status":"passed","time":{"start":1724861579391,"stop":1724861579395,"duration":4}},{"uid":"10f3b46cbcb7088","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/10f3b46cbcb7088","status":"passed","time":{"start":1724861402508,"stop":1724861402509,"duration":1}}]},"b633cadfe99b34bcd4c97eb935f61739:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9860c0fa9640dedb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9860c0fa9640dedb","status":"passed","time":{"start":1724921300792,"stop":1724921300794,"duration":2}},{"uid":"c7b60b053a1b7d99","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c7b60b053a1b7d99","status":"passed","time":{"start":1724921280719,"stop":1724921280720,"duration":1}},{"uid":"1a9a755eb62cdd4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1a9a755eb62cdd4","status":"passed","time":{"start":1724917963263,"stop":1724917963264,"duration":1}},{"uid":"7950429b4cb1828b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7950429b4cb1828b","status":"passed","time":{"start":1724889734121,"stop":1724889734121,"duration":0}},{"uid":"905482d1ff1b19dc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/905482d1ff1b19dc","status":"passed","time":{"start":1724888859622,"stop":1724888859622,"duration":0}},{"uid":"c7b38087bafce582","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c7b38087bafce582","status":"passed","time":{"start":1724888053954,"stop":1724888053954,"duration":0}},{"uid":"95ea4036f6f39a6f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/95ea4036f6f39a6f","status":"passed","time":{"start":1724886820678,"stop":1724886820680,"duration":2}},{"uid":"a4d2e6394a8ec0b1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a4d2e6394a8ec0b1","status":"passed","time":{"start":1724886589270,"stop":1724886589271,"duration":1}},{"uid":"57b91c5661271d81","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/57b91c5661271d81","status":"passed","time":{"start":1724862027797,"stop":1724862027807,"duration":10}},{"uid":"8a3928bb14ae9b46","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8a3928bb14ae9b46","status":"passed","time":{"start":1724861484561,"stop":1724861484561,"duration":0}},{"uid":"f6c697ab3ee62494","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f6c697ab3ee62494","status":"passed","time":{"start":1724861315158,"stop":1724861315159,"duration":1}},{"uid":"6bda075c6b65e53c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6bda075c6b65e53c","status":"passed","time":{"start":1724861168760,"stop":1724861168760,"duration":0}}]},"cd20c75cab5882a1004d99ab0d4c5917:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ba43904f8e2f4735","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ba43904f8e2f4735","status":"passed","time":{"start":1724921529585,"stop":1724921529586,"duration":1}},{"uid":"dec327efc29f6566","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dec327efc29f6566","status":"passed","time":{"start":1724921488880,"stop":1724921488880,"duration":0}},{"uid":"d6808028592497fd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d6808028592497fd","status":"passed","time":{"start":1724918203686,"stop":1724918203687,"duration":1}},{"uid":"5bf8b0474e58f7a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5bf8b0474e58f7a0","status":"passed","time":{"start":1724889938362,"stop":1724889938363,"duration":1}},{"uid":"8cef3293843a5b5f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8cef3293843a5b5f","status":"passed","time":{"start":1724889077066,"stop":1724889077066,"duration":0}},{"uid":"56c3d964d9a5b2c9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/56c3d964d9a5b2c9","status":"passed","time":{"start":1724888268035,"stop":1724888268035,"duration":0}},{"uid":"150513fb3e4f442","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/150513fb3e4f442","status":"passed","time":{"start":1724887032405,"stop":1724887032406,"duration":1}},{"uid":"d81cab085de27b87","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d81cab085de27b87","status":"passed","time":{"start":1724886822820,"stop":1724886822821,"duration":1}},{"uid":"1fd02a9523c24639","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1fd02a9523c24639","status":"passed","time":{"start":1724862233510,"stop":1724862233511,"duration":1}},{"uid":"f28a955aa30c7bd0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f28a955aa30c7bd0","status":"passed","time":{"start":1724861712670,"stop":1724861712671,"duration":1}},{"uid":"f34d47df89f032e7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f34d47df89f032e7","status":"passed","time":{"start":1724861567890,"stop":1724861567890,"duration":0}},{"uid":"35032fa149a375c6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/35032fa149a375c6","status":"passed","time":{"start":1724861392054,"stop":1724861392055,"duration":1}}]},"8e34ec6568dda767d08f8e6d17305772:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6399ba322bc792fa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6399ba322bc792fa","status":"passed","time":{"start":1724861637974,"stop":1724861637974,"duration":0}}]},"ed9faa1442d0adbafc07b83aae886da9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"505cd70f4faf5318","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/505cd70f4faf5318","status":"passed","time":{"start":1724921564782,"stop":1724921564782,"duration":0}},{"uid":"f8c872bb25175f7a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f8c872bb25175f7a","status":"passed","time":{"start":1724921518825,"stop":1724921518826,"duration":1}},{"uid":"dd1a8fbce87fd5b9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd1a8fbce87fd5b9","status":"passed","time":{"start":1724918229403,"stop":1724918229403,"duration":0}},{"uid":"573b9726993894ea","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/573b9726993894ea","status":"passed","time":{"start":1724889980706,"stop":1724889980706,"duration":0}},{"uid":"d3999586945ca63c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3999586945ca63c","status":"passed","time":{"start":1724889111182,"stop":1724889111183,"duration":1}},{"uid":"87e09e4344b4310","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/87e09e4344b4310","status":"passed","time":{"start":1724888292546,"stop":1724888292546,"duration":0}},{"uid":"3699659be7b6329c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3699659be7b6329c","status":"passed","time":{"start":1724887068231,"stop":1724887068231,"duration":0}},{"uid":"4ac49392d08d693a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4ac49392d08d693a","status":"passed","time":{"start":1724886848932,"stop":1724886848933,"duration":1}},{"uid":"3421f9f077052761","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3421f9f077052761","status":"passed","time":{"start":1724862262051,"stop":1724862262052,"duration":1}},{"uid":"18a7d2d68b189201","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/18a7d2d68b189201","status":"passed","time":{"start":1724861741897,"stop":1724861741897,"duration":0}},{"uid":"32ec6597ebcb8b29","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/32ec6597ebcb8b29","status":"passed","time":{"start":1724861599500,"stop":1724861599500,"duration":0}},{"uid":"ebee9b42e57791cd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ebee9b42e57791cd","status":"passed","time":{"start":1724861428479,"stop":1724861428479,"duration":0}}]},"11478b2207cd9b6ef1ee804f4a1e32f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d9010afaa8e197f8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9010afaa8e197f8","status":"passed","time":{"start":1724888831686,"stop":1724888831687,"duration":1}}]},"e88761227b0f138ed305d501711e6e24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b64a747a94bdb9df","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b64a747a94bdb9df","status":"passed","time":{"start":1724921677827,"stop":1724921677827,"duration":0}},{"uid":"9bb5116aba38bb13","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9bb5116aba38bb13","status":"passed","time":{"start":1724921635679,"stop":1724921635679,"duration":0}},{"uid":"72341c35be8bba34","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/72341c35be8bba34","status":"passed","time":{"start":1724918344738,"stop":1724918344738,"duration":0}},{"uid":"2ded5746e547235f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ded5746e547235f","status":"passed","time":{"start":1724890097426,"stop":1724890097426,"duration":0}},{"uid":"cf91fe4d87018ecb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf91fe4d87018ecb","status":"passed","time":{"start":1724889226622,"stop":1724889226623,"duration":1}},{"uid":"36d24fcae2444594","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/36d24fcae2444594","status":"passed","time":{"start":1724888405386,"stop":1724888405386,"duration":0}},{"uid":"5ac6fae53b931292","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5ac6fae53b931292","status":"passed","time":{"start":1724887180095,"stop":1724887180096,"duration":1}},{"uid":"9f4b53242850d06b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9f4b53242850d06b","status":"passed","time":{"start":1724886957949,"stop":1724886957949,"duration":0}},{"uid":"93c5d5f7096345c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/93c5d5f7096345c0","status":"passed","time":{"start":1724862379718,"stop":1724862379718,"duration":0}},{"uid":"4c7d00fb93bf3acd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4c7d00fb93bf3acd","status":"passed","time":{"start":1724861853003,"stop":1724861853004,"duration":1}},{"uid":"6379e990c430d7bf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6379e990c430d7bf","status":"passed","time":{"start":1724861709846,"stop":1724861709846,"duration":0}},{"uid":"3f4edc1b084b9147","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3f4edc1b084b9147","status":"passed","time":{"start":1724861537423,"stop":1724861537423,"duration":0}}]},"5ee818477d792a65a5231c70850aa746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cb2924dc3a9f9e9d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cb2924dc3a9f9e9d","status":"passed","time":{"start":1724921613058,"stop":1724921613058,"duration":0}},{"uid":"81c275bbd8b91389","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/81c275bbd8b91389","status":"passed","time":{"start":1724921556064,"stop":1724921556065,"duration":1}},{"uid":"e6bc6fc4356395a8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e6bc6fc4356395a8","status":"passed","time":{"start":1724918259555,"stop":1724918259556,"duration":1}},{"uid":"a8266efa6e8bcffd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a8266efa6e8bcffd","status":"passed","time":{"start":1724890032301,"stop":1724890032301,"duration":0}},{"uid":"472ebeb1a37db20c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/472ebeb1a37db20c","status":"passed","time":{"start":1724889144089,"stop":1724889144089,"duration":0}},{"uid":"20efa2c9bc291a53","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/20efa2c9bc291a53","status":"passed","time":{"start":1724888336465,"stop":1724888336465,"duration":0}},{"uid":"aa64eb2e34b9dc4e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aa64eb2e34b9dc4e","status":"passed","time":{"start":1724887092632,"stop":1724887092632,"duration":0}},{"uid":"58853ca818fdabdb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/58853ca818fdabdb","status":"passed","time":{"start":1724886880635,"stop":1724886880635,"duration":0}},{"uid":"e86ca685c1f3a56d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e86ca685c1f3a56d","status":"passed","time":{"start":1724862298407,"stop":1724862298407,"duration":0}},{"uid":"831eb128407c6eca","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/831eb128407c6eca","status":"passed","time":{"start":1724861770131,"stop":1724861770131,"duration":0}},{"uid":"2ddc218c13407cd0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2ddc218c13407cd0","status":"passed","time":{"start":1724861637978,"stop":1724861637999,"duration":21}},{"uid":"495b522f5efe40d2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/495b522f5efe40d2","status":"passed","time":{"start":1724861475063,"stop":1724861475064,"duration":1}}]},"4b74227c81c0ddf3a3c661874a9360f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2fd29cae77fd0e50","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2fd29cae77fd0e50","status":"passed","time":{"start":1724921625076,"stop":1724921625077,"duration":1}},{"uid":"39d5ad07128f05a2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/39d5ad07128f05a2","status":"passed","time":{"start":1724921590500,"stop":1724921590500,"duration":0}},{"uid":"cd1bf3b3f6393a24","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cd1bf3b3f6393a24","status":"passed","time":{"start":1724918287568,"stop":1724918287569,"duration":1}},{"uid":"8ce89a2631daa491","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8ce89a2631daa491","status":"passed","time":{"start":1724890047792,"stop":1724890047792,"duration":0}},{"uid":"2685df2f902a99f2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2685df2f902a99f2","status":"passed","time":{"start":1724889183925,"stop":1724889183925,"duration":0}},{"uid":"c872d2a361cc2029","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c872d2a361cc2029","status":"passed","time":{"start":1724888354174,"stop":1724888354174,"duration":0}},{"uid":"799dc2a78f474751","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/799dc2a78f474751","status":"passed","time":{"start":1724887145675,"stop":1724887145681,"duration":6}},{"uid":"c40cff07883c2d4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c40cff07883c2d4","status":"passed","time":{"start":1724886915790,"stop":1724886915790,"duration":0}},{"uid":"37f10a40d9c9ae4a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37f10a40d9c9ae4a","status":"passed","time":{"start":1724862341455,"stop":1724862341455,"duration":0}},{"uid":"5684b92395ed76e7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5684b92395ed76e7","status":"passed","time":{"start":1724861805446,"stop":1724861805446,"duration":0}},{"uid":"9a2fd16b141048dd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9a2fd16b141048dd","status":"passed","time":{"start":1724861662289,"stop":1724861662290,"duration":1}},{"uid":"d404a939a16e677b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d404a939a16e677b","status":"passed","time":{"start":1724861492518,"stop":1724861492518,"duration":0}}]},"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"431535a9548970b5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/431535a9548970b5","status":"passed","time":{"start":1724921128567,"stop":1724921128568,"duration":1}},{"uid":"47c498f530d5461a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/47c498f530d5461a","status":"passed","time":{"start":1724921103675,"stop":1724921103675,"duration":0}},{"uid":"f44aa63409e8340c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f44aa63409e8340c","status":"passed","time":{"start":1724917763727,"stop":1724917763727,"duration":0}},{"uid":"464c916849c046ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/464c916849c046ba","status":"passed","time":{"start":1724889543369,"stop":1724889543370,"duration":1}},{"uid":"4483ebaeb6bd9c38","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4483ebaeb6bd9c38","status":"passed","time":{"start":1724888692504,"stop":1724888692504,"duration":0}},{"uid":"49d3c8963be1a222","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/49d3c8963be1a222","status":"passed","time":{"start":1724887850413,"stop":1724887850414,"duration":1}},{"uid":"4d6a6fa7f6946e5a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4d6a6fa7f6946e5a","status":"passed","time":{"start":1724886617175,"stop":1724886617175,"duration":0}},{"uid":"3927addc9d9f0041","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3927addc9d9f0041","status":"passed","time":{"start":1724886394905,"stop":1724886394907,"duration":2}},{"uid":"fe87400b5f932a70","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe87400b5f932a70","status":"passed","time":{"start":1724861844372,"stop":1724861844372,"duration":0}},{"uid":"79485f68261ff948","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/79485f68261ff948","status":"passed","time":{"start":1724861313409,"stop":1724861313409,"duration":0}},{"uid":"b1a83aed46a3d401","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b1a83aed46a3d401","status":"passed","time":{"start":1724861139650,"stop":1724861139651,"duration":1}},{"uid":"10f013e972006223","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/10f013e972006223","status":"passed","time":{"start":1724860999511,"stop":1724860999511,"duration":0}}]},"9c4390b7f5f5aafa04416a8b5b04d5e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fd88698b1bb3f570","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fd88698b1bb3f570","status":"passed","time":{"start":1724921037638,"stop":1724921037638,"duration":0}},{"uid":"a0e4aeb8d3643075","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a0e4aeb8d3643075","status":"passed","time":{"start":1724921013050,"stop":1724921013051,"duration":1}},{"uid":"eac076b51d1d9514","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eac076b51d1d9514","status":"passed","time":{"start":1724917673294,"stop":1724917673294,"duration":0}},{"uid":"b8db57f39f39d943","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8db57f39f39d943","status":"passed","time":{"start":1724889452313,"stop":1724889452313,"duration":0}},{"uid":"9ecd25ab1cbb9565","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9ecd25ab1cbb9565","status":"passed","time":{"start":1724888602843,"stop":1724888602843,"duration":0}},{"uid":"e5118d1b21697e1d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e5118d1b21697e1d","status":"passed","time":{"start":1724887759166,"stop":1724887759166,"duration":0}},{"uid":"3bac5c46654467","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3bac5c46654467","status":"passed","time":{"start":1724886525546,"stop":1724886525546,"duration":0}},{"uid":"59d77c84cc32be49","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/59d77c84cc32be49","status":"passed","time":{"start":1724886303399,"stop":1724886303399,"duration":0}},{"uid":"3b994733e566f6e9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3b994733e566f6e9","status":"passed","time":{"start":1724861752231,"stop":1724861752231,"duration":0}},{"uid":"5c971997f614d5c2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5c971997f614d5c2","status":"passed","time":{"start":1724861223357,"stop":1724861223357,"duration":0}},{"uid":"ad6e2d86d77d799f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ad6e2d86d77d799f","status":"passed","time":{"start":1724861045205,"stop":1724861045205,"duration":0}},{"uid":"2f6f8fa6fc47eac2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2f6f8fa6fc47eac2","status":"passed","time":{"start":1724860907087,"stop":1724860907087,"duration":0}}]},"07b25f36605d3e06c214861142940346:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"efc70e3398d1c1c1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/efc70e3398d1c1c1","status":"passed","time":{"start":1724921613053,"stop":1724921613054,"duration":1}}]},"ccdf1f5082e6e804f9b6c5bc4aa8b2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8f14b51b7381e754","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8f14b51b7381e754","status":"passed","time":{"start":1724921625092,"stop":1724921625092,"duration":0}},{"uid":"8d5e90f1b4fc68b6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8d5e90f1b4fc68b6","status":"passed","time":{"start":1724921590511,"stop":1724921590512,"duration":1}},{"uid":"350ee99d60755225","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/350ee99d60755225","status":"passed","time":{"start":1724918287577,"stop":1724918287578,"duration":1}},{"uid":"b10f42646da951e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b10f42646da951e0","status":"passed","time":{"start":1724890047804,"stop":1724890047804,"duration":0}},{"uid":"f1bb74f9002c98b6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f1bb74f9002c98b6","status":"passed","time":{"start":1724889183948,"stop":1724889183948,"duration":0}},{"uid":"a5848dcbc449d837","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a5848dcbc449d837","status":"passed","time":{"start":1724888354187,"stop":1724888354188,"duration":1}},{"uid":"cbd597aed89c1a75","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cbd597aed89c1a75","status":"passed","time":{"start":1724887145731,"stop":1724887145731,"duration":0}},{"uid":"c6a3aa6a567d15b6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c6a3aa6a567d15b6","status":"passed","time":{"start":1724886915809,"stop":1724886915810,"duration":1}},{"uid":"6c8ecc3a5ffbe405","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c8ecc3a5ffbe405","status":"passed","time":{"start":1724862341467,"stop":1724862341467,"duration":0}},{"uid":"f4074575402403cb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f4074575402403cb","status":"passed","time":{"start":1724861805471,"stop":1724861805472,"duration":1}},{"uid":"f83d43eaa81b519b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f83d43eaa81b519b","status":"passed","time":{"start":1724861662301,"stop":1724861662301,"duration":0}},{"uid":"17089f37a43f6e1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/17089f37a43f6e1","status":"passed","time":{"start":1724861492528,"stop":1724861492528,"duration":0}}]},"c8d899959676e6d53d797cb913f58b06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"91ab48d0ea6f268e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/91ab48d0ea6f268e","status":"passed","time":{"start":1724921037634,"stop":1724921037634,"duration":0}},{"uid":"11d5510c92c29780","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/11d5510c92c29780","status":"passed","time":{"start":1724921013046,"stop":1724921013046,"duration":0}},{"uid":"61894f00d46d5643","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/61894f00d46d5643","status":"passed","time":{"start":1724917673290,"stop":1724917673290,"duration":0}},{"uid":"9b249050cb5c26ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9b249050cb5c26ae","status":"passed","time":{"start":1724889452308,"stop":1724889452308,"duration":0}},{"uid":"495c7f0c0f9e242a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/495c7f0c0f9e242a","status":"passed","time":{"start":1724888602838,"stop":1724888602839,"duration":1}},{"uid":"a2aff6d1fb61e97","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a2aff6d1fb61e97","status":"passed","time":{"start":1724887759162,"stop":1724887759162,"duration":0}},{"uid":"1c723af2704e86bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1c723af2704e86bd","status":"passed","time":{"start":1724886525542,"stop":1724886525542,"duration":0}},{"uid":"16734da3498520c4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/16734da3498520c4","status":"passed","time":{"start":1724886303395,"stop":1724886303395,"duration":0}},{"uid":"53af1a25dd0ca9a8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/53af1a25dd0ca9a8","status":"passed","time":{"start":1724861752225,"stop":1724861752225,"duration":0}},{"uid":"3b398a8d029e0261","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3b398a8d029e0261","status":"passed","time":{"start":1724861223353,"stop":1724861223354,"duration":1}},{"uid":"1418a72bf703bd92","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1418a72bf703bd92","status":"passed","time":{"start":1724861045200,"stop":1724861045201,"duration":1}},{"uid":"25f0c7a2928bd3fb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/25f0c7a2928bd3fb","status":"passed","time":{"start":1724860907083,"stop":1724860907083,"duration":0}}]},"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bfadf5cce19092d5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bfadf5cce19092d5","status":"passed","time":{"start":1724921096287,"stop":1724921096287,"duration":0}},{"uid":"d2d4610749f1e56c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d2d4610749f1e56c","status":"passed","time":{"start":1724921071513,"stop":1724921071513,"duration":0}},{"uid":"a721ad2e5be04861","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a721ad2e5be04861","status":"passed","time":{"start":1724917733229,"stop":1724917733230,"duration":1}},{"uid":"67a2f5d4eb9164f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/67a2f5d4eb9164f9","status":"passed","time":{"start":1724889513548,"stop":1724889513548,"duration":0}},{"uid":"3f9d8306622d5902","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3f9d8306622d5902","status":"passed","time":{"start":1724888663278,"stop":1724888663278,"duration":0}},{"uid":"a917b65a03bc4351","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a917b65a03bc4351","status":"passed","time":{"start":1724887820110,"stop":1724887820111,"duration":1}},{"uid":"cd31292395bcaf01","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cd31292395bcaf01","status":"passed","time":{"start":1724886586382,"stop":1724886586383,"duration":1}},{"uid":"706a73494c3a7eec","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/706a73494c3a7eec","status":"passed","time":{"start":1724886365425,"stop":1724886365425,"duration":0}},{"uid":"1f5029c1012024f1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1f5029c1012024f1","status":"passed","time":{"start":1724861812771,"stop":1724861812773,"duration":2}},{"uid":"445c0e72b5b7bcf0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/445c0e72b5b7bcf0","status":"passed","time":{"start":1724861281934,"stop":1724861281934,"duration":0}},{"uid":"2fdb17044e8b42bd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2fdb17044e8b42bd","status":"passed","time":{"start":1724861109127,"stop":1724861109127,"duration":0}},{"uid":"be3fe484f5cd1d19","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/be3fe484f5cd1d19","status":"passed","time":{"start":1724860969294,"stop":1724860969295,"duration":1}}]},"b2d31a70aff7c5f9d50c1f5e686cd7c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1cbc075455c3f692","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1cbc075455c3f692","status":"passed","time":{"start":1724921677827,"stop":1724921677828,"duration":1}},{"uid":"cef1d3316beaa233","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cef1d3316beaa233","status":"passed","time":{"start":1724921635679,"stop":1724921635679,"duration":0}},{"uid":"3c6dfc91e24acacf","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3c6dfc91e24acacf","status":"passed","time":{"start":1724918344738,"stop":1724918344739,"duration":1}},{"uid":"51fac19176458197","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/51fac19176458197","status":"passed","time":{"start":1724890097427,"stop":1724890097427,"duration":0}},{"uid":"34dc5bf907e8b80b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/34dc5bf907e8b80b","status":"passed","time":{"start":1724889226623,"stop":1724889226623,"duration":0}},{"uid":"92cf328577a26944","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/92cf328577a26944","status":"passed","time":{"start":1724888405387,"stop":1724888405387,"duration":0}},{"uid":"5b6485f439755256","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5b6485f439755256","status":"passed","time":{"start":1724887180096,"stop":1724887180096,"duration":0}},{"uid":"1a1d8ca7a3b89d45","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1a1d8ca7a3b89d45","status":"passed","time":{"start":1724886957950,"stop":1724886957950,"duration":0}},{"uid":"bc110a44a7c5c869","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc110a44a7c5c869","status":"passed","time":{"start":1724862379718,"stop":1724862379718,"duration":0}},{"uid":"98f3af7992496426","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/98f3af7992496426","status":"passed","time":{"start":1724861853004,"stop":1724861853004,"duration":0}},{"uid":"d4d94b0c1349e479","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d4d94b0c1349e479","status":"passed","time":{"start":1724861709846,"stop":1724861709847,"duration":1}},{"uid":"22a5069648a2e9c0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/22a5069648a2e9c0","status":"passed","time":{"start":1724861537424,"stop":1724861537424,"duration":0}}]},"f4a822e3820df4b4d2f7dcb718438d09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"773c9bba68d43eaa","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/773c9bba68d43eaa","status":"passed","time":{"start":1724886822828,"stop":1724886822829,"duration":1}}]},"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"71d62ecc8ba6f628","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/71d62ecc8ba6f628","status":"passed","time":{"start":1724921672580,"stop":1724921672581,"duration":1}},{"uid":"c886acf8935b76e5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c886acf8935b76e5","status":"passed","time":{"start":1724921629963,"stop":1724921629964,"duration":1}},{"uid":"9156f9f80aed9fae","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9156f9f80aed9fae","status":"passed","time":{"start":1724918337082,"stop":1724918337082,"duration":0}},{"uid":"266435a30c68ef87","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/266435a30c68ef87","status":"passed","time":{"start":1724890089178,"stop":1724890089178,"duration":0}},{"uid":"a9d241308591f89e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9d241308591f89e","status":"passed","time":{"start":1724889221659,"stop":1724889221660,"duration":1}},{"uid":"da8fcd037be11a04","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/da8fcd037be11a04","status":"passed","time":{"start":1724888396187,"stop":1724888396188,"duration":1}},{"uid":"d79dea06f66f9616","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d79dea06f66f9616","status":"passed","time":{"start":1724887170938,"stop":1724887170938,"duration":0}},{"uid":"7fa9f99e26748fb0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7fa9f99e26748fb0","status":"passed","time":{"start":1724886948524,"stop":1724886948524,"duration":0}},{"uid":"d92127bdf63f323b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d92127bdf63f323b","status":"passed","time":{"start":1724862370752,"stop":1724862370752,"duration":0}},{"uid":"1fba2407aec93214","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1fba2407aec93214","status":"passed","time":{"start":1724861845161,"stop":1724861845162,"duration":1}},{"uid":"b92805998a226dcf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b92805998a226dcf","status":"passed","time":{"start":1724861703116,"stop":1724861703116,"duration":0}},{"uid":"2ab62e34d2712141","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2ab62e34d2712141","status":"passed","time":{"start":1724861530976,"stop":1724861530976,"duration":0}}]},"9533264f5724ccd0a5bb41a8911b02ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"646dea1c4b09fb48","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/646dea1c4b09fb48","status":"passed","time":{"start":1724921564774,"stop":1724921564774,"duration":0}},{"uid":"d79afe129713d931","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d79afe129713d931","status":"passed","time":{"start":1724921518784,"stop":1724921518785,"duration":1}},{"uid":"d964f603439093d7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d964f603439093d7","status":"passed","time":{"start":1724918229397,"stop":1724918229397,"duration":0}},{"uid":"e93935bca9b0c1dd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e93935bca9b0c1dd","status":"passed","time":{"start":1724889980695,"stop":1724889980696,"duration":1}},{"uid":"449a1c09238e8a7f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/449a1c09238e8a7f","status":"passed","time":{"start":1724889111159,"stop":1724889111160,"duration":1}},{"uid":"2177cc8d63251093","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2177cc8d63251093","status":"passed","time":{"start":1724888292531,"stop":1724888292531,"duration":0}},{"uid":"20001f595506db1d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/20001f595506db1d","status":"passed","time":{"start":1724887068223,"stop":1724887068223,"duration":0}},{"uid":"e249ff7b658425d5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e249ff7b658425d5","status":"passed","time":{"start":1724886848922,"stop":1724886848922,"duration":0}},{"uid":"c2f54b31c92b05e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2f54b31c92b05e5","status":"passed","time":{"start":1724862262045,"stop":1724862262045,"duration":0}},{"uid":"871e16da4b850094","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/871e16da4b850094","status":"passed","time":{"start":1724861741890,"stop":1724861741891,"duration":1}},{"uid":"a15b39d108dc9f3d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a15b39d108dc9f3d","status":"passed","time":{"start":1724861599485,"stop":1724861599486,"duration":1}},{"uid":"269fe6bd8a5734dc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/269fe6bd8a5734dc","status":"passed","time":{"start":1724861428472,"stop":1724861428473,"duration":1}}]},"0b6d79f4895965f285d8fb0180caa175:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6949759e867f1df7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6949759e867f1df7","status":"passed","time":{"start":1724886848930,"stop":1724886848931,"duration":1}}]},"1a81199ce440de577346b0a18eb8ee32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"25bfd0b3fd883a50","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/25bfd0b3fd883a50","status":"passed","time":{"start":1724921602958,"stop":1724921602958,"duration":0}},{"uid":"acdd6c71e71ab755","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/acdd6c71e71ab755","status":"passed","time":{"start":1724921571101,"stop":1724921571101,"duration":0}},{"uid":"7a34df82ee803b2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7a34df82ee803b2","status":"passed","time":{"start":1724918285599,"stop":1724918285600,"duration":1}},{"uid":"abbd4ccd353269bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/abbd4ccd353269bd","status":"passed","time":{"start":1724890030095,"stop":1724890030096,"duration":1}},{"uid":"d953ae5ed0bde636","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d953ae5ed0bde636","status":"passed","time":{"start":1724889171913,"stop":1724889171913,"duration":0}},{"uid":"e737191b53f8c8a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e737191b53f8c8a2","status":"passed","time":{"start":1724888350730,"stop":1724888350730,"duration":0}},{"uid":"f853b21e62f3851c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f853b21e62f3851c","status":"passed","time":{"start":1724887115415,"stop":1724887115416,"duration":1}},{"uid":"90510e993c97ba12","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/90510e993c97ba12","status":"passed","time":{"start":1724886884580,"stop":1724886884581,"duration":1}},{"uid":"8321b2226daab296","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8321b2226daab296","status":"passed","time":{"start":1724862322266,"stop":1724862322266,"duration":0}},{"uid":"8ecf464a0cc0e1ad","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8ecf464a0cc0e1ad","status":"passed","time":{"start":1724861790755,"stop":1724861790755,"duration":0}},{"uid":"b61f7294d2eadd7d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b61f7294d2eadd7d","status":"passed","time":{"start":1724861628424,"stop":1724861628425,"duration":1}},{"uid":"a054ca4ea96fe377","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a054ca4ea96fe377","status":"passed","time":{"start":1724861465630,"stop":1724861465630,"duration":0}}]},"b21dba393ed7845f95463b275088a9bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f37aabe1e73c884f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f37aabe1e73c884f","status":"passed","time":{"start":1724921046199,"stop":1724921046200,"duration":1}},{"uid":"ac15fd8e6b188806","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ac15fd8e6b188806","status":"passed","time":{"start":1724921021470,"stop":1724921021470,"duration":0}},{"uid":"bba5a387a414242a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bba5a387a414242a","status":"passed","time":{"start":1724917681718,"stop":1724917681719,"duration":1}},{"uid":"6d9cc5b1dce1e8f1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d9cc5b1dce1e8f1","status":"passed","time":{"start":1724889460647,"stop":1724889460647,"duration":0}},{"uid":"8be56e901b1bca20","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8be56e901b1bca20","status":"passed","time":{"start":1724888611290,"stop":1724888611291,"duration":1}},{"uid":"3e8fec3a3fb57d56","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3e8fec3a3fb57d56","status":"passed","time":{"start":1724887767616,"stop":1724887767616,"duration":0}},{"uid":"151af7eca844f5aa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/151af7eca844f5aa","status":"passed","time":{"start":1724886533985,"stop":1724886533986,"duration":1}},{"uid":"c26e3e826c9bdb3b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c26e3e826c9bdb3b","status":"passed","time":{"start":1724886311753,"stop":1724886311753,"duration":0}},{"uid":"c29499948f0f5f7d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c29499948f0f5f7d","status":"passed","time":{"start":1724861760769,"stop":1724861760770,"duration":1}},{"uid":"d6e2cae90fb706c0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d6e2cae90fb706c0","status":"passed","time":{"start":1724861231729,"stop":1724861231729,"duration":0}},{"uid":"4820d8e1a927f67c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4820d8e1a927f67c","status":"passed","time":{"start":1724861054250,"stop":1724861054251,"duration":1}},{"uid":"a60d4476c2577257","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a60d4476c2577257","status":"passed","time":{"start":1724860915809,"stop":1724860915809,"duration":0}}]},"061e73009d3612296cbd5940eb183495:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6ce475934c976a28","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6ce475934c976a28","status":"passed","time":{"start":1724921613057,"stop":1724921613058,"duration":1}},{"uid":"f66aec0ad9fcf5f5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f66aec0ad9fcf5f5","status":"passed","time":{"start":1724921556064,"stop":1724921556064,"duration":0}},{"uid":"57fc28ba4d4aa01f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/57fc28ba4d4aa01f","status":"passed","time":{"start":1724918259555,"stop":1724918259555,"duration":0}},{"uid":"36d1bd1a24b66cc4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/36d1bd1a24b66cc4","status":"passed","time":{"start":1724890032301,"stop":1724890032301,"duration":0}},{"uid":"a838e3d726d51d85","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a838e3d726d51d85","status":"passed","time":{"start":1724889144088,"stop":1724889144088,"duration":0}},{"uid":"33db90e59473d97f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/33db90e59473d97f","status":"passed","time":{"start":1724888336465,"stop":1724888336465,"duration":0}},{"uid":"acf4e49577dde1f5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/acf4e49577dde1f5","status":"passed","time":{"start":1724887092631,"stop":1724887092631,"duration":0}},{"uid":"e2e72c92cb81ee1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e2e72c92cb81ee1","status":"passed","time":{"start":1724886880634,"stop":1724886880634,"duration":0}},{"uid":"bc28683bb1d9bc16","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc28683bb1d9bc16","status":"passed","time":{"start":1724862298406,"stop":1724862298407,"duration":1}},{"uid":"a692a93b97f3519e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a692a93b97f3519e","status":"passed","time":{"start":1724861770130,"stop":1724861770131,"duration":1}},{"uid":"d46ae5743f148ee1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d46ae5743f148ee1","status":"passed","time":{"start":1724861637977,"stop":1724861637977,"duration":0}},{"uid":"fb0b8e7b94cd9e4f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fb0b8e7b94cd9e4f","status":"passed","time":{"start":1724861475063,"stop":1724861475063,"duration":0}}]},"df0451355b0d769987f586dd183950b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7eedf028c7830766","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7eedf028c7830766","status":"passed","time":{"start":1724921198886,"stop":1724921198886,"duration":0}},{"uid":"4d28803d3b08b24d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4d28803d3b08b24d","status":"passed","time":{"start":1724921172339,"stop":1724921172339,"duration":0}},{"uid":"4bba18881b6dbfa9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4bba18881b6dbfa9","status":"passed","time":{"start":1724917841039,"stop":1724917841041,"duration":2}},{"uid":"fe9c0c39db028363","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe9c0c39db028363","status":"passed","time":{"start":1724889622281,"stop":1724889622282,"duration":1}},{"uid":"a92c98078a7ab2ad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a92c98078a7ab2ad","status":"passed","time":{"start":1724888769661,"stop":1724888769662,"duration":1}},{"uid":"d83ba40628349835","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d83ba40628349835","status":"passed","time":{"start":1724887926168,"stop":1724887926168,"duration":0}},{"uid":"ced0481a1decd276","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ced0481a1decd276","status":"passed","time":{"start":1724886693078,"stop":1724886693079,"duration":1}},{"uid":"2009fd5d98733840","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2009fd5d98733840","status":"passed","time":{"start":1724886468836,"stop":1724886468837,"duration":1}},{"uid":"7a5e2ba5d3ed0db8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7a5e2ba5d3ed0db8","status":"passed","time":{"start":1724861918247,"stop":1724861918247,"duration":0}},{"uid":"bc759c43261f6e48","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bc759c43261f6e48","status":"passed","time":{"start":1724861388581,"stop":1724861388581,"duration":0}},{"uid":"89d0681f810c9578","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/89d0681f810c9578","status":"passed","time":{"start":1724861221408,"stop":1724861221408,"duration":0}},{"uid":"dcca449b397d9ea1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dcca449b397d9ea1","status":"passed","time":{"start":1724861075803,"stop":1724861075804,"duration":1}}]},"a507f62490b3a24fdbdad5d796572907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f062321816c6cf2f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f062321816c6cf2f","status":"passed","time":{"start":1724921677829,"stop":1724921677829,"duration":0}},{"uid":"ebb1692e4fd6d081","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ebb1692e4fd6d081","status":"passed","time":{"start":1724921635680,"stop":1724921635681,"duration":1}},{"uid":"41a29421c45c46b3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/41a29421c45c46b3","status":"passed","time":{"start":1724918344740,"stop":1724918344740,"duration":0}},{"uid":"8e0fd5bad8bb8a45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e0fd5bad8bb8a45","status":"passed","time":{"start":1724890097428,"stop":1724890097428,"duration":0}},{"uid":"61b545fae668ec27","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/61b545fae668ec27","status":"passed","time":{"start":1724889226625,"stop":1724889226625,"duration":0}},{"uid":"766bc15cd14cb1c4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/766bc15cd14cb1c4","status":"passed","time":{"start":1724888405388,"stop":1724888405389,"duration":1}},{"uid":"7743040af997dfd6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7743040af997dfd6","status":"passed","time":{"start":1724887180097,"stop":1724887180097,"duration":0}},{"uid":"316da7638ff1b703","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/316da7638ff1b703","status":"passed","time":{"start":1724886957952,"stop":1724886957952,"duration":0}},{"uid":"4f991e190021b1aa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f991e190021b1aa","status":"passed","time":{"start":1724862379720,"stop":1724862379720,"duration":0}},{"uid":"5160adfa94689647","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5160adfa94689647","status":"passed","time":{"start":1724861853006,"stop":1724861853006,"duration":0}},{"uid":"b574520b49d300d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b574520b49d300d","status":"passed","time":{"start":1724861709848,"stop":1724861709848,"duration":0}},{"uid":"ece37b0888d641ea","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ece37b0888d641ea","status":"passed","time":{"start":1724861537425,"stop":1724861537425,"duration":0}}]},"3b4eac845f5dc68bc6315f503aaa72d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2b7b8ca62e5c09da","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2b7b8ca62e5c09da","status":"passed","time":{"start":1724921625063,"stop":1724921625063,"duration":0}},{"uid":"5e838dfd0e6a1be4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5e838dfd0e6a1be4","status":"passed","time":{"start":1724921590495,"stop":1724921590495,"duration":0}},{"uid":"2a576406a7eff9ff","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2a576406a7eff9ff","status":"passed","time":{"start":1724918287564,"stop":1724918287565,"duration":1}},{"uid":"f9009db0fc6a56be","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9009db0fc6a56be","status":"passed","time":{"start":1724890047787,"stop":1724890047787,"duration":0}},{"uid":"dfd7b2b55bbc9fb4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dfd7b2b55bbc9fb4","status":"passed","time":{"start":1724889183920,"stop":1724889183920,"duration":0}},{"uid":"47e945db23e4b160","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/47e945db23e4b160","status":"passed","time":{"start":1724888354165,"stop":1724888354165,"duration":0}},{"uid":"9cfff004c82d72cc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9cfff004c82d72cc","status":"passed","time":{"start":1724887145658,"stop":1724887145658,"duration":0}},{"uid":"a45050636b53a117","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a45050636b53a117","status":"passed","time":{"start":1724886915786,"stop":1724886915786,"duration":0}},{"uid":"19d57f3d482aeb4e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/19d57f3d482aeb4e","status":"passed","time":{"start":1724862341437,"stop":1724862341437,"duration":0}},{"uid":"ac050125275a9a0a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ac050125275a9a0a","status":"passed","time":{"start":1724861805442,"stop":1724861805442,"duration":0}},{"uid":"9000290acde5865f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9000290acde5865f","status":"passed","time":{"start":1724861662256,"stop":1724861662256,"duration":0}},{"uid":"a5782c6cdbadf9e2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a5782c6cdbadf9e2","status":"passed","time":{"start":1724861492510,"stop":1724861492511,"duration":1}}]},"593a9985ea95175b4cf674d2fedc8c19:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b011d5917226ed12","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b011d5917226ed12","status":"passed","time":{"start":1724888232414,"stop":1724888232414,"duration":0}}]},"259328266b872242d192b7c4ee1fdf9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e104c11ce0d13e67","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e104c11ce0d13e67","status":"passed","time":{"start":1724921270357,"stop":1724921270357,"duration":0}},{"uid":"8834f7fbb16c01e8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8834f7fbb16c01e8","status":"passed","time":{"start":1724921247817,"stop":1724921247818,"duration":1}},{"uid":"5dd66db0c8096282","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5dd66db0c8096282","status":"passed","time":{"start":1724917989818,"stop":1724917989819,"duration":1}},{"uid":"6d82e66b3a0dedce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d82e66b3a0dedce","status":"passed","time":{"start":1724889678551,"stop":1724889678551,"duration":0}},{"uid":"2730cd71f604601","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2730cd71f604601","status":"passed","time":{"start":1724888829843,"stop":1724888829843,"duration":0}},{"uid":"abb546caadd0cf99","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/abb546caadd0cf99","status":"passed","time":{"start":1724888077010,"stop":1724888077010,"duration":0}},{"uid":"cd8a7f96c6d32caf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cd8a7f96c6d32caf","status":"passed","time":{"start":1724886851125,"stop":1724886851125,"duration":0}},{"uid":"65dfbb33c2ed32da","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/65dfbb33c2ed32da","status":"passed","time":{"start":1724886647111,"stop":1724886647111,"duration":0}},{"uid":"871812181c3ac919","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/871812181c3ac919","status":"passed","time":{"start":1724861992713,"stop":1724861992713,"duration":0}},{"uid":"d5a3c5db5eb47686","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d5a3c5db5eb47686","status":"passed","time":{"start":1724861469643,"stop":1724861469644,"duration":1}},{"uid":"cb6857e8d650fbc4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cb6857e8d650fbc4","status":"passed","time":{"start":1724861284857,"stop":1724861284857,"duration":0}},{"uid":"d780ddc94db391d1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d780ddc94db391d1","status":"passed","time":{"start":1724861145805,"stop":1724861145805,"duration":0}}]},"2c9191224ca2eaa2b74e25ccf880866c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f0245e71ccb34948","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f0245e71ccb34948","status":"passed","time":{"start":1724921158277,"stop":1724921158278,"duration":1}},{"uid":"6cd3c95a44962c72","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6cd3c95a44962c72","status":"passed","time":{"start":1724921130073,"stop":1724921130073,"duration":0}},{"uid":"5416e4dcc10c01fb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5416e4dcc10c01fb","status":"passed","time":{"start":1724917796890,"stop":1724917796891,"duration":1}},{"uid":"ba9b9c7fd531011e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ba9b9c7fd531011e","status":"passed","time":{"start":1724889579994,"stop":1724889579994,"duration":0}},{"uid":"2d311d6d1d67f9c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d311d6d1d67f9c0","status":"passed","time":{"start":1724888730126,"stop":1724888730127,"duration":1}},{"uid":"2a49786f96abda65","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2a49786f96abda65","status":"passed","time":{"start":1724887883925,"stop":1724887883926,"duration":1}},{"uid":"88ffeeb2a4051144","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/88ffeeb2a4051144","status":"passed","time":{"start":1724886651243,"stop":1724886651244,"duration":1}},{"uid":"cea3abaffa9baa9e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cea3abaffa9baa9e","status":"passed","time":{"start":1724886430267,"stop":1724886430267,"duration":0}},{"uid":"d1f26a5461825d44","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d1f26a5461825d44","status":"passed","time":{"start":1724861879166,"stop":1724861879167,"duration":1}},{"uid":"4b69425223d35564","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4b69425223d35564","status":"passed","time":{"start":1724861345736,"stop":1724861345736,"duration":0}},{"uid":"99427b2fceff701f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/99427b2fceff701f","status":"passed","time":{"start":1724861186693,"stop":1724861186693,"duration":0}},{"uid":"66231d0141ea17d1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/66231d0141ea17d1","status":"passed","time":{"start":1724861034884,"stop":1724861034884,"duration":0}}]},"205144ff08298487caff25732dbcfef3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"db56a3454154209a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/db56a3454154209a","status":"passed","time":{"start":1724921563016,"stop":1724921563017,"duration":1}},{"uid":"478747ad9690a8a8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/478747ad9690a8a8","status":"passed","time":{"start":1724921526813,"stop":1724921526813,"duration":0}},{"uid":"23f5a5dbf18d4c8f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/23f5a5dbf18d4c8f","status":"passed","time":{"start":1724918239940,"stop":1724918239943,"duration":3}},{"uid":"4ad08ea675dcd68","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4ad08ea675dcd68","status":"passed","time":{"start":1724889980891,"stop":1724889980901,"duration":10}},{"uid":"b610f370e9c49b12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b610f370e9c49b12","status":"passed","time":{"start":1724889109967,"stop":1724889109968,"duration":1}},{"uid":"e15e3a69cc90501c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e15e3a69cc90501c","status":"passed","time":{"start":1724888294722,"stop":1724888294723,"duration":1}},{"uid":"bb3c82bcebe76751","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bb3c82bcebe76751","status":"passed","time":{"start":1724887071741,"stop":1724887071741,"duration":0}},{"uid":"f97c63319c9c842f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f97c63319c9c842f","status":"passed","time":{"start":1724886848346,"stop":1724886848346,"duration":0}},{"uid":"51a6e7794fd41c19","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/51a6e7794fd41c19","status":"passed","time":{"start":1724862259251,"stop":1724862259252,"duration":1}},{"uid":"ebb4f98ac76c7796","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ebb4f98ac76c7796","status":"passed","time":{"start":1724861735326,"stop":1724861735327,"duration":1}},{"uid":"adc327337d96daf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/adc327337d96daf","status":"passed","time":{"start":1724861606343,"stop":1724861606344,"duration":1}},{"uid":"ff3ac453a3d3a94f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ff3ac453a3d3a94f","status":"passed","time":{"start":1724861426687,"stop":1724861426688,"duration":1}}]},"954363487a29c1b5a533787fe6c817df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fea0fb0bfaacf957","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fea0fb0bfaacf957","status":"passed","time":{"start":1724921515222,"stop":1724921515222,"duration":0}},{"uid":"b36e078ebde89262","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b36e078ebde89262","status":"passed","time":{"start":1724921475442,"stop":1724921475442,"duration":0}},{"uid":"1b75ba86e4a2bb9a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1b75ba86e4a2bb9a","status":"passed","time":{"start":1724918179387,"stop":1724918179387,"duration":0}},{"uid":"1bec3bef9657f390","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1bec3bef9657f390","status":"passed","time":{"start":1724889935337,"stop":1724889935337,"duration":0}},{"uid":"43d4d2a4ceddb7f2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/43d4d2a4ceddb7f2","status":"passed","time":{"start":1724889072749,"stop":1724889072750,"duration":1}},{"uid":"3dd3ed3dd440a745","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3dd3ed3dd440a745","status":"passed","time":{"start":1724888232411,"stop":1724888232411,"duration":0}},{"uid":"5aeb4306f4abbf1c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5aeb4306f4abbf1c","status":"passed","time":{"start":1724887018290,"stop":1724887018291,"duration":1}},{"uid":"e5fa9164c44b1220","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e5fa9164c44b1220","status":"passed","time":{"start":1724886781475,"stop":1724886781475,"duration":0}},{"uid":"9befc623f7b60dd1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9befc623f7b60dd1","status":"passed","time":{"start":1724862213658,"stop":1724862213659,"duration":1}},{"uid":"3a1b9c3b7d7df707","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3a1b9c3b7d7df707","status":"passed","time":{"start":1724861685851,"stop":1724861685852,"duration":1}},{"uid":"312892ea098f7017","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/312892ea098f7017","status":"passed","time":{"start":1724861546166,"stop":1724861546168,"duration":2}},{"uid":"e58690547d74deea","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e58690547d74deea","status":"passed","time":{"start":1724861378107,"stop":1724861378107,"duration":0}}]},"cc4bb601c0ec3222911168ac8f32da4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3cc723f4023a6d1f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3cc723f4023a6d1f","status":"passed","time":{"start":1724921045532,"stop":1724921045532,"duration":0}},{"uid":"ff723719aa3b5b0b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ff723719aa3b5b0b","status":"passed","time":{"start":1724921020725,"stop":1724921020725,"duration":0}},{"uid":"d705c3dad17cb236","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d705c3dad17cb236","status":"passed","time":{"start":1724917681052,"stop":1724917681053,"duration":1}},{"uid":"4f3fa553c62961ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f3fa553c62961ba","status":"passed","time":{"start":1724889459943,"stop":1724889459943,"duration":0}},{"uid":"2d40016ed5ee3f9b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d40016ed5ee3f9b","status":"passed","time":{"start":1724888610533,"stop":1724888610534,"duration":1}},{"uid":"4373a4eb23036fec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4373a4eb23036fec","status":"passed","time":{"start":1724887766847,"stop":1724887766848,"duration":1}},{"uid":"9d82678c81ab0e0a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9d82678c81ab0e0a","status":"passed","time":{"start":1724886533242,"stop":1724886533243,"duration":1}},{"uid":"ce37be50246b83fc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ce37be50246b83fc","status":"passed","time":{"start":1724886311088,"stop":1724886311089,"duration":1}},{"uid":"97570ab9ee451166","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97570ab9ee451166","status":"passed","time":{"start":1724861760048,"stop":1724861760048,"duration":0}},{"uid":"64443cfcbe286820","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/64443cfcbe286820","status":"passed","time":{"start":1724861230827,"stop":1724861230828,"duration":1}},{"uid":"794524b97b159e4b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/794524b97b159e4b","status":"passed","time":{"start":1724861053399,"stop":1724861053400,"duration":1}},{"uid":"bb148db4cba17922","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bb148db4cba17922","status":"passed","time":{"start":1724860914744,"stop":1724860914744,"duration":0}}]},"ecec8616e244e01eb233ceba2a3a750b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f133a0716e53673f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f133a0716e53673f","status":"passed","time":{"start":1724886781501,"stop":1724886781502,"duration":1}}]},"9ac45c4e34b80f7576b6c8d505bfedd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5f24c238099ee543","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5f24c238099ee543","status":"passed","time":{"start":1724921061374,"stop":1724921061374,"duration":0}},{"uid":"2bec0fca853d3f43","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2bec0fca853d3f43","status":"passed","time":{"start":1724921036561,"stop":1724921036566,"duration":5}},{"uid":"7d19d8e5f38fadf3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7d19d8e5f38fadf3","status":"passed","time":{"start":1724917696996,"stop":1724917696996,"duration":0}},{"uid":"3a2584b08f3ece6c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a2584b08f3ece6c","status":"passed","time":{"start":1724889475438,"stop":1724889475439,"duration":1}},{"uid":"bd0ce93f44630125","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bd0ce93f44630125","status":"passed","time":{"start":1724888626532,"stop":1724888626532,"duration":0}},{"uid":"7cecf7eac711d9f8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7cecf7eac711d9f8","status":"passed","time":{"start":1724887782741,"stop":1724887782741,"duration":0}},{"uid":"bee2672e416b4b57","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bee2672e416b4b57","status":"passed","time":{"start":1724886549352,"stop":1724886549353,"duration":1}},{"uid":"61d378b4b86e9cdf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/61d378b4b86e9cdf","status":"passed","time":{"start":1724886326877,"stop":1724886326877,"duration":0}},{"uid":"608a66a07ce7f8ca","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/608a66a07ce7f8ca","status":"passed","time":{"start":1724861776304,"stop":1724861776304,"duration":0}},{"uid":"c2d446de3c0ec6c7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c2d446de3c0ec6c7","status":"passed","time":{"start":1724861246688,"stop":1724861246689,"duration":1}},{"uid":"d0af7791f95a7c7a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d0af7791f95a7c7a","status":"passed","time":{"start":1724861070674,"stop":1724861070675,"duration":1}},{"uid":"953506cf09f55135","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/953506cf09f55135","status":"passed","time":{"start":1724860931333,"stop":1724860931333,"duration":0}}]},"1cc77746c53cd5e9564f482ae6f105d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7176500ff2494c39","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7176500ff2494c39","status":"passed","time":{"start":1724886880631,"stop":1724886880631,"duration":0}}]},"c611aaca5a97529ae8af9cec7a03fa57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3acd86dad6c9b356","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3acd86dad6c9b356","status":"passed","time":{"start":1724861485083,"stop":1724861485083,"duration":0}}]},"574035ab561579660a27c038e6006d86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a6d6093f03a0b3f8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a6d6093f03a0b3f8","status":"passed","time":{"start":1724921300828,"stop":1724921300828,"duration":0}},{"uid":"2e653eff67f1887d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2e653eff67f1887d","status":"passed","time":{"start":1724921280720,"stop":1724921280721,"duration":1}},{"uid":"3243078f0b089a72","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3243078f0b089a72","status":"passed","time":{"start":1724917963264,"stop":1724917963265,"duration":1}},{"uid":"7fb6ff694344f9ab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7fb6ff694344f9ab","status":"passed","time":{"start":1724889734122,"stop":1724889734122,"duration":0}},{"uid":"6b7a92dca9e89351","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b7a92dca9e89351","status":"passed","time":{"start":1724888859623,"stop":1724888859623,"duration":0}},{"uid":"80f31a4979ba004a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/80f31a4979ba004a","status":"passed","time":{"start":1724888053954,"stop":1724888053955,"duration":1}},{"uid":"b16ff607cc1cc30","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b16ff607cc1cc30","status":"passed","time":{"start":1724886820681,"stop":1724886820681,"duration":0}},{"uid":"4cb91c6b9cd2015b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4cb91c6b9cd2015b","status":"passed","time":{"start":1724886589272,"stop":1724886589272,"duration":0}},{"uid":"fb3c05deb8d69d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb3c05deb8d69d9","status":"passed","time":{"start":1724862027808,"stop":1724862027808,"duration":0}},{"uid":"9f81bd69fef9542e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9f81bd69fef9542e","status":"passed","time":{"start":1724861484562,"stop":1724861484563,"duration":1}},{"uid":"a7eb5e0935b46104","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a7eb5e0935b46104","status":"passed","time":{"start":1724861315160,"stop":1724861315160,"duration":0}},{"uid":"c2292a864f7d0391","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c2292a864f7d0391","status":"passed","time":{"start":1724861168763,"stop":1724861168765,"duration":2}}]},"11b3048f4d111e1ae7ca97e1da55f88a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1e4c46fddde52fc4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1e4c46fddde52fc4","status":"passed","time":{"start":1724921529581,"stop":1724921529582,"duration":1}},{"uid":"a07beb2c1391227d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a07beb2c1391227d","status":"passed","time":{"start":1724921488878,"stop":1724921488878,"duration":0}},{"uid":"7996f9786a93e941","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7996f9786a93e941","status":"passed","time":{"start":1724918203684,"stop":1724918203685,"duration":1}},{"uid":"47556cbeffa5b10b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/47556cbeffa5b10b","status":"passed","time":{"start":1724889938356,"stop":1724889938356,"duration":0}},{"uid":"8aa615038cb09a72","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8aa615038cb09a72","status":"passed","time":{"start":1724889077064,"stop":1724889077064,"duration":0}},{"uid":"e5229498e2786d66","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e5229498e2786d66","status":"passed","time":{"start":1724888268031,"stop":1724888268032,"duration":1}},{"uid":"cde083773aa57fa4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cde083773aa57fa4","status":"passed","time":{"start":1724887032400,"stop":1724887032400,"duration":0}},{"uid":"55cbb35da56e5d08","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/55cbb35da56e5d08","status":"passed","time":{"start":1724886822793,"stop":1724886822794,"duration":1}},{"uid":"850f50ebbdbfb1d6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/850f50ebbdbfb1d6","status":"passed","time":{"start":1724862233508,"stop":1724862233508,"duration":0}},{"uid":"1e2dfe1b3b6ae5fa","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1e2dfe1b3b6ae5fa","status":"passed","time":{"start":1724861712668,"stop":1724861712668,"duration":0}},{"uid":"486ccbf630c7f8b8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/486ccbf630c7f8b8","status":"passed","time":{"start":1724861567887,"stop":1724861567887,"duration":0}},{"uid":"4416e09e8b451abb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4416e09e8b451abb","status":"passed","time":{"start":1724861392052,"stop":1724861392053,"duration":1}}]},"3f0f2dc0913594ac4d27adb61197f584:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"71d22c15c157cf5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/71d22c15c157cf5","status":"passed","time":{"start":1724921497759,"stop":1724921497759,"duration":0}},{"uid":"20cb4e57f815f12c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/20cb4e57f815f12c","status":"passed","time":{"start":1724921408414,"stop":1724921408414,"duration":0}},{"uid":"dd780a41c62010e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd780a41c62010e","status":"passed","time":{"start":1724918086871,"stop":1724918086871,"duration":0}},{"uid":"c7632d4d5a4368ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c7632d4d5a4368ac","status":"passed","time":{"start":1724889892447,"stop":1724889892448,"duration":1}},{"uid":"6e210b6af8cd826d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e210b6af8cd826d","status":"passed","time":{"start":1724888997217,"stop":1724888997217,"duration":0}},{"uid":"3774083ff6f384cd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3774083ff6f384cd","status":"passed","time":{"start":1724888159491,"stop":1724888159491,"duration":0}},{"uid":"a3fe7112b3a2c91d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a3fe7112b3a2c91d","status":"passed","time":{"start":1724886937303,"stop":1724886937308,"duration":5}},{"uid":"d12fb441227ca35d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d12fb441227ca35d","status":"passed","time":{"start":1724886709807,"stop":1724886709808,"duration":1}},{"uid":"5427af5400695fae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5427af5400695fae","status":"passed","time":{"start":1724862123538,"stop":1724862123538,"duration":0}},{"uid":"b8974d7b12b74b3a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b8974d7b12b74b3a","status":"passed","time":{"start":1724861620105,"stop":1724861620105,"duration":0}},{"uid":"8a05457f7f343fc6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8a05457f7f343fc6","status":"passed","time":{"start":1724861460249,"stop":1724861460250,"duration":1}},{"uid":"c07c36752662a76d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c07c36752662a76d","status":"passed","time":{"start":1724861330173,"stop":1724861330173,"duration":0}}]},"a2a4386b1a75d8d9fd5177fdf40c00d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":8,"unknown":0,"total":12},"items":[{"uid":"3542fa53e2840b8e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3542fa53e2840b8e","status":"passed","time":{"start":1724921196358,"stop":1724921196358,"duration":0}},{"uid":"6ea695c89a2b6b2a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6ea695c89a2b6b2a","status":"passed","time":{"start":1724921173181,"stop":1724921173182,"duration":1}},{"uid":"ac0bd3e78dadaf17","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ac0bd3e78dadaf17","status":"broken","statusDetails":"expected true to be false","time":{"start":1724917930832,"stop":1724917930833,"duration":1}},{"uid":"d801c8bf47bd2d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d801c8bf47bd2d8","status":"passed","time":{"start":1724889621017,"stop":1724889621017,"duration":0}},{"uid":"c5fa454b632d7986","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5fa454b632d7986","status":"passed","time":{"start":1724888759389,"stop":1724888759389,"duration":0}},{"uid":"f0f3e1809d1cc120","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f0f3e1809d1cc120","status":"broken","statusDetails":"expected true to be false","time":{"start":1724888015047,"stop":1724888015048,"duration":1}},{"uid":"440ee7a24cdce2fe","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/440ee7a24cdce2fe","status":"broken","statusDetails":"expected true to be false","time":{"start":1724886784547,"stop":1724886784548,"duration":1}},{"uid":"c57dbf7d6d9d29d8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c57dbf7d6d9d29d8","status":"broken","statusDetails":"expected true to be false","time":{"start":1724886566534,"stop":1724886566534,"duration":0}},{"uid":"6e21f784abb68463","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e21f784abb68463","status":"passed","time":{"start":1724861915534,"stop":1724861915534,"duration":0}},{"uid":"52026fbcd72c436d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/52026fbcd72c436d","status":"passed","time":{"start":1724861379725,"stop":1724861379726,"duration":1}},{"uid":"fff872a0e7d38683","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fff872a0e7d38683","status":"passed","time":{"start":1724861206880,"stop":1724861206880,"duration":0}},{"uid":"7acfc271131d40c4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7acfc271131d40c4","status":"passed","time":{"start":1724861067560,"stop":1724861067561,"duration":1}}]},"bd3f6838484ba2f91887dd0d3aa85a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"154d0656330a56cc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/154d0656330a56cc","status":"passed","time":{"start":1724921045531,"stop":1724921045532,"duration":1}},{"uid":"adb869a16afe43f1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/adb869a16afe43f1","status":"passed","time":{"start":1724921020724,"stop":1724921020725,"duration":1}},{"uid":"f12a64780b47a49f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f12a64780b47a49f","status":"passed","time":{"start":1724917681049,"stop":1724917681051,"duration":2}},{"uid":"be897892327f5301","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/be897892327f5301","status":"passed","time":{"start":1724889459914,"stop":1724889459943,"duration":29}},{"uid":"f3ca23c4cbf7aadf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3ca23c4cbf7aadf","status":"passed","time":{"start":1724888610532,"stop":1724888610533,"duration":1}},{"uid":"8ebece7896a7ddf5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8ebece7896a7ddf5","status":"passed","time":{"start":1724887766847,"stop":1724887766847,"duration":0}},{"uid":"50e351009aa05ccc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/50e351009aa05ccc","status":"passed","time":{"start":1724886533242,"stop":1724886533242,"duration":0}},{"uid":"a0e67caf1dc6760","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a0e67caf1dc6760","status":"passed","time":{"start":1724886311088,"stop":1724886311088,"duration":0}},{"uid":"25fc7f07b0fe5e6d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/25fc7f07b0fe5e6d","status":"passed","time":{"start":1724861760047,"stop":1724861760048,"duration":1}},{"uid":"e17062a8ca32f4ea","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e17062a8ca32f4ea","status":"passed","time":{"start":1724861230826,"stop":1724861230827,"duration":1}},{"uid":"c58dea3afa196d91","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c58dea3afa196d91","status":"passed","time":{"start":1724861053397,"stop":1724861053398,"duration":1}},{"uid":"fd5b2d4921ee8b57","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fd5b2d4921ee8b57","status":"passed","time":{"start":1724860914743,"stop":1724860914743,"duration":0}}]},"4384ca21409a1cabf4abc4b90c9a7921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c526609e511a3e4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c526609e511a3e4","status":"passed","time":{"start":1724921640402,"stop":1724921640402,"duration":0}},{"uid":"961bebd567e84eda","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/961bebd567e84eda","status":"passed","time":{"start":1724921600424,"stop":1724921600424,"duration":0}},{"uid":"8b953d5589fbd80","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8b953d5589fbd80","status":"passed","time":{"start":1724918300931,"stop":1724918300932,"duration":1}},{"uid":"d82b4b1d546c2761","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d82b4b1d546c2761","status":"passed","time":{"start":1724890059296,"stop":1724890059297,"duration":1}},{"uid":"7f91274e0a818e63","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7f91274e0a818e63","status":"passed","time":{"start":1724889188326,"stop":1724889188328,"duration":2}},{"uid":"daf6b3ee230aee53","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/daf6b3ee230aee53","status":"passed","time":{"start":1724888372742,"stop":1724888372742,"duration":0}},{"uid":"94983e934934f106","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/94983e934934f106","status":"passed","time":{"start":1724887135722,"stop":1724887135723,"duration":1}},{"uid":"b2a4ed78f9776a09","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b2a4ed78f9776a09","status":"passed","time":{"start":1724886919688,"stop":1724886919689,"duration":1}},{"uid":"8f119400ec0e4426","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f119400ec0e4426","status":"passed","time":{"start":1724862341836,"stop":1724862341837,"duration":1}},{"uid":"298cad0263186834","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/298cad0263186834","status":"passed","time":{"start":1724861815493,"stop":1724861815494,"duration":1}},{"uid":"3fbd58fcdacb62a4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3fbd58fcdacb62a4","status":"passed","time":{"start":1724861669540,"stop":1724861669541,"duration":1}},{"uid":"281f02b70c212d61","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/281f02b70c212d61","status":"passed","time":{"start":1724861505424,"stop":1724861505424,"duration":0}}]},"4b63c7036769b7bb1dfa436bd8663cff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7ae13fe262bed0a3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7ae13fe262bed0a3","status":"passed","time":{"start":1724861800255,"stop":1724861800255,"duration":0}}]},"99dbeba4cb59ca0718283847dc67c93f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"af212c853f102bd1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/af212c853f102bd1","status":"passed","time":{"start":1724921164599,"stop":1724921164599,"duration":0}},{"uid":"178703ea35aa1b5a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/178703ea35aa1b5a","status":"passed","time":{"start":1724921137826,"stop":1724921137826,"duration":0}},{"uid":"137bdcd88696d13","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/137bdcd88696d13","status":"passed","time":{"start":1724917810540,"stop":1724917810540,"duration":0}},{"uid":"19077a170656303b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/19077a170656303b","status":"passed","time":{"start":1724889585448,"stop":1724889585448,"duration":0}},{"uid":"bc3970acff77fe51","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc3970acff77fe51","status":"passed","time":{"start":1724888736510,"stop":1724888736511,"duration":1}},{"uid":"ded75cec65fa791c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ded75cec65fa791c","status":"passed","time":{"start":1724887891793,"stop":1724887891795,"duration":2}},{"uid":"518a2b5f72dc4fc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/518a2b5f72dc4fc1","status":"passed","time":{"start":1724886657790,"stop":1724886657790,"duration":0}},{"uid":"f7fbd6f49a092230","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f7fbd6f49a092230","status":"passed","time":{"start":1724886447358,"stop":1724886447359,"duration":1}},{"uid":"e24811efbf70bfa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e24811efbf70bfa","status":"passed","time":{"start":1724861880123,"stop":1724861880125,"duration":2}},{"uid":"20ec1764a93d7682","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/20ec1764a93d7682","status":"passed","time":{"start":1724861359782,"stop":1724861359782,"duration":0}},{"uid":"a49eb47bff6e2cdc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a49eb47bff6e2cdc","status":"passed","time":{"start":1724861179682,"stop":1724861179683,"duration":1}},{"uid":"df07ea2ef8bc0f30","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/df07ea2ef8bc0f30","status":"passed","time":{"start":1724861040980,"stop":1724861040981,"duration":1}}]},"1fdfd92e08fbe939ce700c69eb5e7fde:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2ec0e681bc96b04a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ec0e681bc96b04a","status":"passed","time":{"start":1724890039738,"stop":1724890039739,"duration":1}}]},"a7ec74184f222e80b83b41bc32362ff9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"897ab3a0d540ccf9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/897ab3a0d540ccf9","status":"passed","time":{"start":1724921270341,"stop":1724921270341,"duration":0}},{"uid":"ea9939f4ff012c0a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ea9939f4ff012c0a","status":"passed","time":{"start":1724921247771,"stop":1724921247772,"duration":1}},{"uid":"b30c2ac2a8b7c7be","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b30c2ac2a8b7c7be","status":"passed","time":{"start":1724917989808,"stop":1724917989809,"duration":1}},{"uid":"25b69bafa3917d13","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/25b69bafa3917d13","status":"passed","time":{"start":1724889678531,"stop":1724889678532,"duration":1}},{"uid":"fedf8d6623b6d3f6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fedf8d6623b6d3f6","status":"passed","time":{"start":1724888829824,"stop":1724888829824,"duration":0}},{"uid":"2d460c535038a65d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2d460c535038a65d","status":"passed","time":{"start":1724888076971,"stop":1724888076972,"duration":1}},{"uid":"9eadcb2341dcf61a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9eadcb2341dcf61a","status":"passed","time":{"start":1724886851110,"stop":1724886851111,"duration":1}},{"uid":"81ed48ae17aebbf8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/81ed48ae17aebbf8","status":"passed","time":{"start":1724886647054,"stop":1724886647055,"duration":1}},{"uid":"cd7570259e873500","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd7570259e873500","status":"passed","time":{"start":1724861992701,"stop":1724861992701,"duration":0}},{"uid":"4d6b7855063aa5d1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4d6b7855063aa5d1","status":"passed","time":{"start":1724861469627,"stop":1724861469628,"duration":1}},{"uid":"c2ec58908a4db282","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c2ec58908a4db282","status":"passed","time":{"start":1724861284844,"stop":1724861284844,"duration":0}},{"uid":"a65795ae41b7fd71","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a65795ae41b7fd71","status":"passed","time":{"start":1724861145771,"stop":1724861145771,"duration":0}}]},"bdff96d282b390fdf8d15fc660fe095e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ff62bef00a3111c1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ff62bef00a3111c1","status":"passed","time":{"start":1724921037647,"stop":1724921037647,"duration":0}},{"uid":"c957229a7411b48c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c957229a7411b48c","status":"passed","time":{"start":1724921013059,"stop":1724921013060,"duration":1}},{"uid":"b8678885764f9ac5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b8678885764f9ac5","status":"passed","time":{"start":1724917673301,"stop":1724917673301,"duration":0}},{"uid":"917e6349f557ef7e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/917e6349f557ef7e","status":"passed","time":{"start":1724889452320,"stop":1724889452321,"duration":1}},{"uid":"e26cd1f184accbd1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e26cd1f184accbd1","status":"passed","time":{"start":1724888602852,"stop":1724888602852,"duration":0}},{"uid":"c6d73ba82732d1a5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c6d73ba82732d1a5","status":"passed","time":{"start":1724887759173,"stop":1724887759173,"duration":0}},{"uid":"5e41c006e0adb8c3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5e41c006e0adb8c3","status":"passed","time":{"start":1724886525552,"stop":1724886525552,"duration":0}},{"uid":"cbc0aa6c17b29c5e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cbc0aa6c17b29c5e","status":"passed","time":{"start":1724886303407,"stop":1724886303407,"duration":0}},{"uid":"4b724d44c7083934","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b724d44c7083934","status":"passed","time":{"start":1724861752239,"stop":1724861752240,"duration":1}},{"uid":"cb01b41efefd4f53","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cb01b41efefd4f53","status":"passed","time":{"start":1724861223364,"stop":1724861223364,"duration":0}},{"uid":"d59cf3b12a571497","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d59cf3b12a571497","status":"passed","time":{"start":1724861045212,"stop":1724861045213,"duration":1}},{"uid":"457e539c3fb98a59","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/457e539c3fb98a59","status":"passed","time":{"start":1724860907098,"stop":1724860907098,"duration":0}}]},"491378aaa4600ceb1926c0521141b938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"59990939eb569685","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/59990939eb569685","status":"passed","time":{"start":1724921515224,"stop":1724921515225,"duration":1}},{"uid":"1b1fdf1e3686dfe0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1b1fdf1e3686dfe0","status":"passed","time":{"start":1724921475444,"stop":1724921475444,"duration":0}},{"uid":"f07d590d37d95423","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f07d590d37d95423","status":"passed","time":{"start":1724918179399,"stop":1724918179399,"duration":0}},{"uid":"a8c54421916716d1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a8c54421916716d1","status":"passed","time":{"start":1724889935339,"stop":1724889935339,"duration":0}},{"uid":"2a4901a3dfa9b476","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2a4901a3dfa9b476","status":"passed","time":{"start":1724889072752,"stop":1724889072752,"duration":0}},{"uid":"6751fe274ce7d7bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6751fe274ce7d7bd","status":"passed","time":{"start":1724888232413,"stop":1724888232413,"duration":0}},{"uid":"c39ad43012e8d471","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c39ad43012e8d471","status":"passed","time":{"start":1724887018301,"stop":1724887018301,"duration":0}},{"uid":"899c5126af9b19bd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/899c5126af9b19bd","status":"passed","time":{"start":1724886781477,"stop":1724886781478,"duration":1}},{"uid":"af8e29530e7b5b19","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/af8e29530e7b5b19","status":"passed","time":{"start":1724862213661,"stop":1724862213661,"duration":0}},{"uid":"583c00296fbdb98c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/583c00296fbdb98c","status":"passed","time":{"start":1724861685854,"stop":1724861685854,"duration":0}},{"uid":"27ed36c3a96062ad","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/27ed36c3a96062ad","status":"passed","time":{"start":1724861546171,"stop":1724861546171,"duration":0}},{"uid":"40b8ce35b920acd3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/40b8ce35b920acd3","status":"passed","time":{"start":1724861378109,"stop":1724861378109,"duration":0}}]},"c552836869246ed1b59a80786fae3f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"11216abbb15f1827","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/11216abbb15f1827","status":"passed","time":{"start":1724921677828,"stop":1724921677828,"duration":0}},{"uid":"2d9f4bb3ff64b67d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2d9f4bb3ff64b67d","status":"passed","time":{"start":1724921635680,"stop":1724921635680,"duration":0}},{"uid":"638e6b3aa3a5ff58","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/638e6b3aa3a5ff58","status":"passed","time":{"start":1724918344739,"stop":1724918344739,"duration":0}},{"uid":"422d7a06f06f3a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/422d7a06f06f3a1","status":"passed","time":{"start":1724890097427,"stop":1724890097428,"duration":1}},{"uid":"fd9b19076ba2f2ce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fd9b19076ba2f2ce","status":"passed","time":{"start":1724889226624,"stop":1724889226624,"duration":0}},{"uid":"b1c14e99d8819e57","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b1c14e99d8819e57","status":"passed","time":{"start":1724888405387,"stop":1724888405387,"duration":0}},{"uid":"69c041c5b6965492","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/69c041c5b6965492","status":"passed","time":{"start":1724887180096,"stop":1724887180097,"duration":1}},{"uid":"c0d708d24a741a8f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c0d708d24a741a8f","status":"passed","time":{"start":1724886957950,"stop":1724886957950,"duration":0}},{"uid":"38846770ed77730b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/38846770ed77730b","status":"passed","time":{"start":1724862379719,"stop":1724862379719,"duration":0}},{"uid":"b09118fb8d8760ba","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b09118fb8d8760ba","status":"passed","time":{"start":1724861853004,"stop":1724861853005,"duration":1}},{"uid":"81ce40b5260e2bca","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/81ce40b5260e2bca","status":"passed","time":{"start":1724861709847,"stop":1724861709847,"duration":0}},{"uid":"9c7d756e7bf9871e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9c7d756e7bf9871e","status":"passed","time":{"start":1724861537424,"stop":1724861537425,"duration":1}}]},"c717f1b9c8d8565ddbfeb4c28c1c45cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f31280671ff3d9d4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f31280671ff3d9d4","status":"passed","time":{"start":1724921625080,"stop":1724921625080,"duration":0}},{"uid":"baaae2fad53aa32b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/baaae2fad53aa32b","status":"passed","time":{"start":1724921590504,"stop":1724921590504,"duration":0}},{"uid":"644a192bdd6cb4c9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/644a192bdd6cb4c9","status":"passed","time":{"start":1724918287571,"stop":1724918287572,"duration":1}},{"uid":"a376274f890c88a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a376274f890c88a6","status":"passed","time":{"start":1724890047797,"stop":1724890047797,"duration":0}},{"uid":"cd068978f832509e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd068978f832509e","status":"passed","time":{"start":1724889183930,"stop":1724889183930,"duration":0}},{"uid":"8fb5d08c61dd638a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8fb5d08c61dd638a","status":"passed","time":{"start":1724888354178,"stop":1724888354178,"duration":0}},{"uid":"5e8d0faec2107cbd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5e8d0faec2107cbd","status":"passed","time":{"start":1724887145701,"stop":1724887145702,"duration":1}},{"uid":"1e19ae867a951aa7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1e19ae867a951aa7","status":"passed","time":{"start":1724886915793,"stop":1724886915794,"duration":1}},{"uid":"1359fbc04aea5047","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1359fbc04aea5047","status":"passed","time":{"start":1724862341458,"stop":1724862341458,"duration":0}},{"uid":"96eec3bf7dd1e282","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/96eec3bf7dd1e282","status":"passed","time":{"start":1724861805456,"stop":1724861805458,"duration":2}},{"uid":"3d9ab76f58a614f8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3d9ab76f58a614f8","status":"passed","time":{"start":1724861662293,"stop":1724861662294,"duration":1}},{"uid":"c3703d322df580d9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c3703d322df580d9","status":"passed","time":{"start":1724861492521,"stop":1724861492522,"duration":1}}]},"547dccd01d7cf6ad6698a95c479c36e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2b8210618249e3b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2b8210618249e3b","status":"passed","time":{"start":1724861546201,"stop":1724861546201,"duration":0}}]},"073f8bd5bc0acc96d625ba4577924444:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b2500cc441ed711c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b2500cc441ed711c","status":"passed","time":{"start":1724921563019,"stop":1724921563019,"duration":0}},{"uid":"7d899ffc1e4a70b2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7d899ffc1e4a70b2","status":"passed","time":{"start":1724921526815,"stop":1724921526816,"duration":1}},{"uid":"b6e8f4db02ed324a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b6e8f4db02ed324a","status":"passed","time":{"start":1724918239949,"stop":1724918239952,"duration":3}},{"uid":"ad3ea792a44b5e17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ad3ea792a44b5e17","status":"passed","time":{"start":1724889980922,"stop":1724889980923,"duration":1}},{"uid":"9a7cc234c3264aae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9a7cc234c3264aae","status":"passed","time":{"start":1724889109975,"stop":1724889109976,"duration":1}},{"uid":"c22f2523334209b4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c22f2523334209b4","status":"passed","time":{"start":1724888294725,"stop":1724888294725,"duration":0}},{"uid":"38c2e046dc78c508","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/38c2e046dc78c508","status":"passed","time":{"start":1724887071744,"stop":1724887071744,"duration":0}},{"uid":"d1ca3c5054fca7c5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d1ca3c5054fca7c5","status":"passed","time":{"start":1724886848349,"stop":1724886848349,"duration":0}},{"uid":"88c7c83a4df4139d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/88c7c83a4df4139d","status":"passed","time":{"start":1724862259258,"stop":1724862259259,"duration":1}},{"uid":"eaace37a52c8fb66","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/eaace37a52c8fb66","status":"passed","time":{"start":1724861735333,"stop":1724861735334,"duration":1}},{"uid":"a5372cab13726a1d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a5372cab13726a1d","status":"passed","time":{"start":1724861606352,"stop":1724861606352,"duration":0}},{"uid":"488770b1efdaf427","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/488770b1efdaf427","status":"passed","time":{"start":1724861426691,"stop":1724861426691,"duration":0}}]},"5c7ec512bd5b62afb4dd3c34ac9b2fca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1bc9f76e644cc778","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1bc9f76e644cc778","status":"passed","time":{"start":1724921037653,"stop":1724921037653,"duration":0}},{"uid":"9d72d86de7594ce1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9d72d86de7594ce1","status":"passed","time":{"start":1724921013067,"stop":1724921013068,"duration":1}},{"uid":"a141c363edcd0d4c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a141c363edcd0d4c","status":"passed","time":{"start":1724917673308,"stop":1724917673308,"duration":0}},{"uid":"45148fd696423967","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/45148fd696423967","status":"passed","time":{"start":1724889452327,"stop":1724889452327,"duration":0}},{"uid":"8728e033459af65d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8728e033459af65d","status":"passed","time":{"start":1724888602860,"stop":1724888602860,"duration":0}},{"uid":"23618fc2bf78a378","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/23618fc2bf78a378","status":"passed","time":{"start":1724887759180,"stop":1724887759180,"duration":0}},{"uid":"8c289554ce2d1c4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8c289554ce2d1c4","status":"passed","time":{"start":1724886525558,"stop":1724886525558,"duration":0}},{"uid":"28cbc679b225388b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/28cbc679b225388b","status":"passed","time":{"start":1724886303414,"stop":1724886303414,"duration":0}},{"uid":"248e544cba089912","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/248e544cba089912","status":"passed","time":{"start":1724861752250,"stop":1724861752250,"duration":0}},{"uid":"8a6861ed87ca6faf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8a6861ed87ca6faf","status":"passed","time":{"start":1724861223370,"stop":1724861223371,"duration":1}},{"uid":"f20d7cb8a1fbd02c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f20d7cb8a1fbd02c","status":"passed","time":{"start":1724861045220,"stop":1724861045220,"duration":0}},{"uid":"9e39710959c22538","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9e39710959c22538","status":"passed","time":{"start":1724860907106,"stop":1724860907106,"duration":0}}]},"0c5de591ea5ad571a48f8ba360377f01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ff1eee42f52f0024","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ff1eee42f52f0024","status":"passed","time":{"start":1724921625082,"stop":1724921625083,"duration":1}},{"uid":"b76702eab0c8af24","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b76702eab0c8af24","status":"passed","time":{"start":1724921590507,"stop":1724921590507,"duration":0}},{"uid":"eb13d1211efe7b08","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eb13d1211efe7b08","status":"passed","time":{"start":1724918287574,"stop":1724918287574,"duration":0}},{"uid":"9c6211b2701e6931","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9c6211b2701e6931","status":"passed","time":{"start":1724890047799,"stop":1724890047800,"duration":1}},{"uid":"54d9f6a962dd6bc7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/54d9f6a962dd6bc7","status":"passed","time":{"start":1724889183939,"stop":1724889183940,"duration":1}},{"uid":"60cc9065ac9c51a3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/60cc9065ac9c51a3","status":"passed","time":{"start":1724888354181,"stop":1724888354181,"duration":0}},{"uid":"a97b55da9c4d6e6c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a97b55da9c4d6e6c","status":"passed","time":{"start":1724887145711,"stop":1724887145716,"duration":5}},{"uid":"ef13eabd316ea133","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ef13eabd316ea133","status":"passed","time":{"start":1724886915796,"stop":1724886915796,"duration":0}},{"uid":"40d2856a96342ab3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/40d2856a96342ab3","status":"passed","time":{"start":1724862341462,"stop":1724862341462,"duration":0}},{"uid":"cc43a246d276ca48","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cc43a246d276ca48","status":"passed","time":{"start":1724861805464,"stop":1724861805465,"duration":1}},{"uid":"cb9a067863c2868","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cb9a067863c2868","status":"passed","time":{"start":1724861662298,"stop":1724861662298,"duration":0}},{"uid":"13bca13642fc702c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/13bca13642fc702c","status":"passed","time":{"start":1724861492525,"stop":1724861492525,"duration":0}}]},"faeaa63b59e5383bb298c13badf3477c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e94ea2bd984dd91b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e94ea2bd984dd91b","status":"passed","time":{"start":1724921529572,"stop":1724921529573,"duration":1}},{"uid":"5fb7d8671ca7eddb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5fb7d8671ca7eddb","status":"passed","time":{"start":1724921488874,"stop":1724921488874,"duration":0}},{"uid":"c7cb9dc48f394d29","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c7cb9dc48f394d29","status":"passed","time":{"start":1724918203670,"stop":1724918203670,"duration":0}},{"uid":"d29ee2336eb9b321","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d29ee2336eb9b321","status":"passed","time":{"start":1724889938353,"stop":1724889938353,"duration":0}},{"uid":"717c29d6217f05e3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/717c29d6217f05e3","status":"passed","time":{"start":1724889077033,"stop":1724889077048,"duration":15}},{"uid":"637ffa9f81217c0a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/637ffa9f81217c0a","status":"passed","time":{"start":1724888268008,"stop":1724888268008,"duration":0}},{"uid":"d5a6a8eded730b42","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d5a6a8eded730b42","status":"passed","time":{"start":1724887032390,"stop":1724887032391,"duration":1}},{"uid":"bb81c1f0efc6a97f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bb81c1f0efc6a97f","status":"passed","time":{"start":1724886822786,"stop":1724886822787,"duration":1}},{"uid":"217d688e26826416","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/217d688e26826416","status":"passed","time":{"start":1724862233504,"stop":1724862233504,"duration":0}},{"uid":"7c0922d018436bef","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7c0922d018436bef","status":"passed","time":{"start":1724861712665,"stop":1724861712665,"duration":0}},{"uid":"9b6dabe289d7ac30","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9b6dabe289d7ac30","status":"passed","time":{"start":1724861567883,"stop":1724861567883,"duration":0}},{"uid":"c6822ada69d40f97","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c6822ada69d40f97","status":"passed","time":{"start":1724861392039,"stop":1724861392040,"duration":1}}]},"928ac6883c801a6b50de07b547067762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e875276a4d423883","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e875276a4d423883","status":"passed","time":{"start":1724921529587,"stop":1724921529587,"duration":0}},{"uid":"3a398850cd8830d6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3a398850cd8830d6","status":"passed","time":{"start":1724921488881,"stop":1724921488881,"duration":0}},{"uid":"d8c725869de18a08","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d8c725869de18a08","status":"passed","time":{"start":1724918203688,"stop":1724918203688,"duration":0}},{"uid":"2c2aff374dc03653","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c2aff374dc03653","status":"passed","time":{"start":1724889938364,"stop":1724889938364,"duration":0}},{"uid":"674963f612383fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/674963f612383fa","status":"passed","time":{"start":1724889077067,"stop":1724889077068,"duration":1}},{"uid":"a00c7800c002abf8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a00c7800c002abf8","status":"passed","time":{"start":1724888268036,"stop":1724888268037,"duration":1}},{"uid":"ad4e05d680eae821","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ad4e05d680eae821","status":"passed","time":{"start":1724887032409,"stop":1724887032409,"duration":0}},{"uid":"3c40da4ba244ea85","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3c40da4ba244ea85","status":"passed","time":{"start":1724886822822,"stop":1724886822822,"duration":0}},{"uid":"119c68876ee43724","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/119c68876ee43724","status":"passed","time":{"start":1724862233512,"stop":1724862233513,"duration":1}},{"uid":"5f5fcbe1e3677","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5f5fcbe1e3677","status":"passed","time":{"start":1724861712672,"stop":1724861712672,"duration":0}},{"uid":"881600b5a9d45e3e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/881600b5a9d45e3e","status":"passed","time":{"start":1724861567891,"stop":1724861567891,"duration":0}},{"uid":"5eb405fcccc288e2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5eb405fcccc288e2","status":"passed","time":{"start":1724861392056,"stop":1724861392056,"duration":0}}]},"792a18da5b7244104aa2077efbcd6319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a8e92c60d9573786","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a8e92c60d9573786","status":"passed","time":{"start":1724921658746,"stop":1724921658747,"duration":1}},{"uid":"74dd5f10185525e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/74dd5f10185525e","status":"passed","time":{"start":1724921609581,"stop":1724921609581,"duration":0}},{"uid":"b5ba1f9665f9f02e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b5ba1f9665f9f02e","status":"passed","time":{"start":1724918323461,"stop":1724918323461,"duration":0}},{"uid":"464bb883e62e7c4c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/464bb883e62e7c4c","status":"passed","time":{"start":1724890071666,"stop":1724890071667,"duration":1}},{"uid":"db0b642b07f228c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/db0b642b07f228c9","status":"passed","time":{"start":1724889207707,"stop":1724889207707,"duration":0}},{"uid":"c5fe116a86a13b4c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c5fe116a86a13b4c","status":"passed","time":{"start":1724888386327,"stop":1724888386327,"duration":0}},{"uid":"845f36fa13f34e6d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/845f36fa13f34e6d","status":"passed","time":{"start":1724887153935,"stop":1724887153936,"duration":1}},{"uid":"5b493f4667dae97f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5b493f4667dae97f","status":"passed","time":{"start":1724886927392,"stop":1724886927393,"duration":1}},{"uid":"522b86ff1271c2bb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/522b86ff1271c2bb","status":"passed","time":{"start":1724862360110,"stop":1724862360111,"duration":1}},{"uid":"5144ad3c09508850","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5144ad3c09508850","status":"passed","time":{"start":1724861832843,"stop":1724861832844,"duration":1}},{"uid":"459fa02a98dd125d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/459fa02a98dd125d","status":"passed","time":{"start":1724861687429,"stop":1724861687429,"duration":0}},{"uid":"c98e026c27b533ca","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c98e026c27b533ca","status":"passed","time":{"start":1724861513179,"stop":1724861513179,"duration":0}}]},"0d2c96cd91d2559b09e4fe079e254698:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1eedaacfc4e88485","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1eedaacfc4e88485","status":"passed","time":{"start":1724862320147,"stop":1724862320147,"duration":0}}]},"18f96b7e027ad84bb585d47dc2910c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7e664bd326bad1d5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7e664bd326bad1d5","status":"passed","time":{"start":1724921529570,"stop":1724921529570,"duration":0}},{"uid":"4f9a8a7eb56f4e4f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4f9a8a7eb56f4e4f","status":"passed","time":{"start":1724921488871,"stop":1724921488872,"duration":1}},{"uid":"df4588db81937804","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/df4588db81937804","status":"passed","time":{"start":1724918203667,"stop":1724918203667,"duration":0}},{"uid":"eb7caf65173c2756","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eb7caf65173c2756","status":"passed","time":{"start":1724889938351,"stop":1724889938351,"duration":0}},{"uid":"c3258787e9cc3c5d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c3258787e9cc3c5d","status":"passed","time":{"start":1724889077030,"stop":1724889077031,"duration":1}},{"uid":"5903b1a465adf0a8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5903b1a465adf0a8","status":"passed","time":{"start":1724888268003,"stop":1724888268003,"duration":0}},{"uid":"c1740bf502557e73","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c1740bf502557e73","status":"passed","time":{"start":1724887032387,"stop":1724887032388,"duration":1}},{"uid":"70d896bfa4f1463f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/70d896bfa4f1463f","status":"passed","time":{"start":1724886822784,"stop":1724886822784,"duration":0}},{"uid":"64e563f82f0731e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64e563f82f0731e5","status":"passed","time":{"start":1724862233502,"stop":1724862233502,"duration":0}},{"uid":"c2e1f17065590cca","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c2e1f17065590cca","status":"passed","time":{"start":1724861712662,"stop":1724861712662,"duration":0}},{"uid":"68fa4b14850afe99","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/68fa4b14850afe99","status":"passed","time":{"start":1724861567876,"stop":1724861567877,"duration":1}},{"uid":"a3c6481744dacf4a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a3c6481744dacf4a","status":"passed","time":{"start":1724861392037,"stop":1724861392037,"duration":0}}]},"e75b0917704eac9613c503bbc5db3e6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4c006ef5ce823ca3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4c006ef5ce823ca3","status":"passed","time":{"start":1724921529590,"stop":1724921529590,"duration":0}},{"uid":"35af8d900b491ff8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/35af8d900b491ff8","status":"passed","time":{"start":1724921488884,"stop":1724921488884,"duration":0}},{"uid":"9b2371a554d25fef","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9b2371a554d25fef","status":"passed","time":{"start":1724918203690,"stop":1724918203692,"duration":2}},{"uid":"35269a9450f5c6f6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/35269a9450f5c6f6","status":"passed","time":{"start":1724889938366,"stop":1724889938366,"duration":0}},{"uid":"3402cf814efc835f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3402cf814efc835f","status":"passed","time":{"start":1724889077070,"stop":1724889077070,"duration":0}},{"uid":"9b2f0a698836e36b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9b2f0a698836e36b","status":"passed","time":{"start":1724888268040,"stop":1724888268040,"duration":0}},{"uid":"4b823050de150d56","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4b823050de150d56","status":"passed","time":{"start":1724887032413,"stop":1724887032413,"duration":0}},{"uid":"153d58ef0273c36b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/153d58ef0273c36b","status":"passed","time":{"start":1724886822826,"stop":1724886822826,"duration":0}},{"uid":"9f553a22dbea5fa5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f553a22dbea5fa5","status":"passed","time":{"start":1724862233516,"stop":1724862233516,"duration":0}},{"uid":"3707fb5547025c0f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3707fb5547025c0f","status":"passed","time":{"start":1724861712674,"stop":1724861712674,"duration":0}},{"uid":"a63d961ae5a7bc02","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a63d961ae5a7bc02","status":"passed","time":{"start":1724861567901,"stop":1724861567901,"duration":0}},{"uid":"f1b56313035ec534","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f1b56313035ec534","status":"passed","time":{"start":1724861392060,"stop":1724861392061,"duration":1}}]},"d8e8c43e51798790393da731d5f5a27c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8ddff250145b23b5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8ddff250145b23b5","status":"passed","time":{"start":1724921723785,"stop":1724921723785,"duration":0}},{"uid":"a53dbb05a31570dd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a53dbb05a31570dd","status":"passed","time":{"start":1724921678670,"stop":1724921678671,"duration":1}},{"uid":"a524efcadf2210","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a524efcadf2210","status":"passed","time":{"start":1724918386965,"stop":1724918386966,"duration":1}},{"uid":"ba90fd423967694b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ba90fd423967694b","status":"passed","time":{"start":1724890140902,"stop":1724890140903,"duration":1}},{"uid":"3b9968123cbf40a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3b9968123cbf40a6","status":"passed","time":{"start":1724889274453,"stop":1724889274453,"duration":0}},{"uid":"fac7648439379570","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fac7648439379570","status":"passed","time":{"start":1724888449349,"stop":1724888449349,"duration":0}},{"uid":"b02596af10dfbde1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b02596af10dfbde1","status":"passed","time":{"start":1724887217802,"stop":1724887217802,"duration":0}},{"uid":"4012608cca238eb1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4012608cca238eb1","status":"passed","time":{"start":1724887001923,"stop":1724887001923,"duration":0}},{"uid":"d09ba80c1298f29e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d09ba80c1298f29e","status":"passed","time":{"start":1724862417857,"stop":1724862417857,"duration":0}},{"uid":"6e60be8c37de28ff","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6e60be8c37de28ff","status":"passed","time":{"start":1724861895534,"stop":1724861895535,"duration":1}},{"uid":"77c7a9b40e512b60","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/77c7a9b40e512b60","status":"passed","time":{"start":1724861753063,"stop":1724861753063,"duration":0}},{"uid":"358eeb19306d7a57","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/358eeb19306d7a57","status":"passed","time":{"start":1724861587588,"stop":1724861587588,"duration":0}}]},"2e7dbb90ed95ca30254703870c34eff1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d3ec2d19e3c114a4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d3ec2d19e3c114a4","status":"passed","time":{"start":1724861485081,"stop":1724861485081,"duration":0}}]},"0eadfc305b0d01004be0be8bba17e953:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e67d64c4c2c9220b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e67d64c4c2c9220b","status":"passed","time":{"start":1724921037618,"stop":1724921037618,"duration":0}},{"uid":"820f979e89436558","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/820f979e89436558","status":"passed","time":{"start":1724921013031,"stop":1724921013031,"duration":0}},{"uid":"842e8e5fcbab753c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/842e8e5fcbab753c","status":"passed","time":{"start":1724917673275,"stop":1724917673275,"duration":0}},{"uid":"6240aae9ae44d5bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6240aae9ae44d5bc","status":"passed","time":{"start":1724889452293,"stop":1724889452293,"duration":0}},{"uid":"eac5ba0edfcb8085","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eac5ba0edfcb8085","status":"passed","time":{"start":1724888602822,"stop":1724888602823,"duration":1}},{"uid":"d2a69efdfe518a45","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d2a69efdfe518a45","status":"passed","time":{"start":1724887759147,"stop":1724887759148,"duration":1}},{"uid":"80472ec098ca2c27","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/80472ec098ca2c27","status":"passed","time":{"start":1724886525535,"stop":1724886525535,"duration":0}},{"uid":"d8e87da77f85f1e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d8e87da77f85f1e","status":"passed","time":{"start":1724886303379,"stop":1724886303379,"duration":0}},{"uid":"d7c5b852743f406d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d7c5b852743f406d","status":"passed","time":{"start":1724861752209,"stop":1724861752210,"duration":1}},{"uid":"980998c5c80e0f76","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/980998c5c80e0f76","status":"passed","time":{"start":1724861223339,"stop":1724861223340,"duration":1}},{"uid":"6c56b4a1f0b6ba76","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6c56b4a1f0b6ba76","status":"passed","time":{"start":1724861045185,"stop":1724861045185,"duration":0}},{"uid":"71e436bcb16217c1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/71e436bcb16217c1","status":"passed","time":{"start":1724860907067,"stop":1724860907067,"duration":0}}]},"37b7dcd12a520366e93456fccd1f5571:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e45e391caa97f7e1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e45e391caa97f7e1","status":"passed","time":{"start":1724921148662,"stop":1724921148662,"duration":0}},{"uid":"6f2d42429404aa6e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6f2d42429404aa6e","status":"passed","time":{"start":1724921125022,"stop":1724921125023,"duration":1}},{"uid":"ab478ec588e60bb9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ab478ec588e60bb9","status":"passed","time":{"start":1724917782909,"stop":1724917782909,"duration":0}},{"uid":"90cd6a2e557daefd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/90cd6a2e557daefd","status":"passed","time":{"start":1724889568677,"stop":1724889568678,"duration":1}},{"uid":"f2b9b070a4a14f07","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2b9b070a4a14f07","status":"passed","time":{"start":1724888712708,"stop":1724888712708,"duration":0}},{"uid":"d902b38a4068aa85","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d902b38a4068aa85","status":"passed","time":{"start":1724887870878,"stop":1724887870879,"duration":1}},{"uid":"f911828abdb002a4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f911828abdb002a4","status":"passed","time":{"start":1724886637705,"stop":1724886637706,"duration":1}},{"uid":"2c17e63deae79722","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2c17e63deae79722","status":"passed","time":{"start":1724886418625,"stop":1724886418625,"duration":0}},{"uid":"115f398deaae5d19","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/115f398deaae5d19","status":"passed","time":{"start":1724861865558,"stop":1724861865558,"duration":0}},{"uid":"34b5c3a4ac382c2c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/34b5c3a4ac382c2c","status":"passed","time":{"start":1724861334264,"stop":1724861334264,"duration":0}},{"uid":"3cb5309e14bdfd6d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3cb5309e14bdfd6d","status":"passed","time":{"start":1724861163782,"stop":1724861163783,"duration":1}},{"uid":"d42568eee17c288a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d42568eee17c288a","status":"passed","time":{"start":1724861021891,"stop":1724861021892,"duration":1}}]},"76f8c08f9161e50b6ddd48b9fcf217d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"78d4a66fb2e69211","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/78d4a66fb2e69211","status":"passed","time":{"start":1724921564778,"stop":1724921564779,"duration":1}}]},"a1ef4500ed4bee314feb5fac5b2983ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b72e034a574ff9e2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b72e034a574ff9e2","status":"passed","time":{"start":1724921037633,"stop":1724921037633,"duration":0}},{"uid":"a733b90ccb831c89","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a733b90ccb831c89","status":"passed","time":{"start":1724921013045,"stop":1724921013045,"duration":0}},{"uid":"554d20c27be569ab","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/554d20c27be569ab","status":"passed","time":{"start":1724917673289,"stop":1724917673289,"duration":0}},{"uid":"9f3e7963afc97213","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f3e7963afc97213","status":"passed","time":{"start":1724889452307,"stop":1724889452308,"duration":1}},{"uid":"2d279da3832e2c84","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d279da3832e2c84","status":"passed","time":{"start":1724888602838,"stop":1724888602838,"duration":0}},{"uid":"cc9cfcd05ea93b04","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc9cfcd05ea93b04","status":"passed","time":{"start":1724887759162,"stop":1724887759162,"duration":0}},{"uid":"260db71255ca9c4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/260db71255ca9c4","status":"passed","time":{"start":1724886525542,"stop":1724886525542,"duration":0}},{"uid":"74add2f1ec079eee","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/74add2f1ec079eee","status":"passed","time":{"start":1724886303394,"stop":1724886303394,"duration":0}},{"uid":"bcff5fae4c20bbc5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bcff5fae4c20bbc5","status":"passed","time":{"start":1724861752225,"stop":1724861752225,"duration":0}},{"uid":"5923ebb18ae3f196","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5923ebb18ae3f196","status":"passed","time":{"start":1724861223353,"stop":1724861223353,"duration":0}},{"uid":"ccece159b43103a6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ccece159b43103a6","status":"passed","time":{"start":1724861045200,"stop":1724861045200,"duration":0}},{"uid":"3241f8fe4e416037","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3241f8fe4e416037","status":"passed","time":{"start":1724860907082,"stop":1724860907083,"duration":1}}]},"8b8064c46876f1a7c8000e24273c7c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"55e06d85242c51f7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/55e06d85242c51f7","status":"passed","time":{"start":1724921270361,"stop":1724921270361,"duration":0}},{"uid":"f0adc64bbf81be18","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f0adc64bbf81be18","status":"passed","time":{"start":1724921247823,"stop":1724921247825,"duration":2}},{"uid":"7bfb29241b576f2e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7bfb29241b576f2e","status":"passed","time":{"start":1724917989822,"stop":1724917989822,"duration":0}},{"uid":"973447d1a9ddc4c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/973447d1a9ddc4c0","status":"passed","time":{"start":1724889678567,"stop":1724889678567,"duration":0}},{"uid":"edbbab94c300daad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/edbbab94c300daad","status":"passed","time":{"start":1724888829846,"stop":1724888829846,"duration":0}},{"uid":"509f01f7b3587eec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/509f01f7b3587eec","status":"passed","time":{"start":1724888077013,"stop":1724888077014,"duration":1}},{"uid":"b7f40e21e1141776","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b7f40e21e1141776","status":"passed","time":{"start":1724886851129,"stop":1724886851129,"duration":0}},{"uid":"73df3c3001c2674","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/73df3c3001c2674","status":"passed","time":{"start":1724886647119,"stop":1724886647119,"duration":0}},{"uid":"59fb54475fbf7278","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/59fb54475fbf7278","status":"passed","time":{"start":1724861992715,"stop":1724861992715,"duration":0}},{"uid":"2d0d83ba56bf6d1f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2d0d83ba56bf6d1f","status":"passed","time":{"start":1724861469647,"stop":1724861469647,"duration":0}},{"uid":"fee7f066a8368b16","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fee7f066a8368b16","status":"passed","time":{"start":1724861284863,"stop":1724861284863,"duration":0}},{"uid":"d58dccad5d76cd90","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d58dccad5d76cd90","status":"passed","time":{"start":1724861145812,"stop":1724861145812,"duration":0}}]},"9e2257698afb1c47cace3bba83e404c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"56815665d180036f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/56815665d180036f","status":"passed","time":{"start":1724889111171,"stop":1724889111171,"duration":0}}]},"0de593c58a7f0697f715a0074d110272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f5c46b5bb7e41cab","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f5c46b5bb7e41cab","status":"passed","time":{"start":1724921158280,"stop":1724921158281,"duration":1}},{"uid":"d08ca97c3ebaa1e7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d08ca97c3ebaa1e7","status":"passed","time":{"start":1724921130078,"stop":1724921130078,"duration":0}},{"uid":"c456dd27ec4e905f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c456dd27ec4e905f","status":"passed","time":{"start":1724917796895,"stop":1724917796896,"duration":1}},{"uid":"1d803c835dbabe2a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1d803c835dbabe2a","status":"passed","time":{"start":1724889579999,"stop":1724889579999,"duration":0}},{"uid":"f7953852bcf6e7a2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7953852bcf6e7a2","status":"passed","time":{"start":1724888730129,"stop":1724888730130,"duration":1}},{"uid":"87ef9ffce4160a80","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/87ef9ffce4160a80","status":"passed","time":{"start":1724887883927,"stop":1724887883928,"duration":1}},{"uid":"114db736910be16e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/114db736910be16e","status":"passed","time":{"start":1724886651246,"stop":1724886651246,"duration":0}},{"uid":"df20bd8a13b7253d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/df20bd8a13b7253d","status":"passed","time":{"start":1724886430269,"stop":1724886430269,"duration":0}},{"uid":"e50d07421555fed0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e50d07421555fed0","status":"passed","time":{"start":1724861879168,"stop":1724861879169,"duration":1}},{"uid":"8013508407d35dc2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8013508407d35dc2","status":"passed","time":{"start":1724861345739,"stop":1724861345740,"duration":1}},{"uid":"59ddaec8f81bdbc7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/59ddaec8f81bdbc7","status":"passed","time":{"start":1724861186695,"stop":1724861186695,"duration":0}},{"uid":"a7968d624001336","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a7968d624001336","status":"passed","time":{"start":1724861034887,"stop":1724861034887,"duration":0}}]},"570ceb8566d1a7b3b2fe8038ae102e0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21f9c287ce333426","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/21f9c287ce333426","status":"passed","time":{"start":1724861485084,"stop":1724861485084,"duration":0}}]},"2dd192c3e343c082e6c17a008c55b0d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0aae6d6f2923773","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f0aae6d6f2923773","status":"passed","time":{"start":1724921577168,"stop":1724921577168,"duration":0}}]},"2908801e13e4c855d340bd586309f1c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eff8abe827447dca","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eff8abe827447dca","status":"passed","time":{"start":1724917916056,"stop":1724917916057,"duration":1}}]},"e09f2afe699c91bf48c4699ce10f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4279ca959ca6444f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4279ca959ca6444f","status":"passed","time":{"start":1724921300828,"stop":1724921300829,"duration":1}},{"uid":"476c742a4b6fb8d0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/476c742a4b6fb8d0","status":"passed","time":{"start":1724921280721,"stop":1724921280726,"duration":5}},{"uid":"7bd960f2c4e4a712","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7bd960f2c4e4a712","status":"passed","time":{"start":1724917963265,"stop":1724917963265,"duration":0}},{"uid":"df28de11b23556fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/df28de11b23556fd","status":"passed","time":{"start":1724889734122,"stop":1724889734123,"duration":1}},{"uid":"33e6df1bdff0ab04","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33e6df1bdff0ab04","status":"passed","time":{"start":1724888859623,"stop":1724888859624,"duration":1}},{"uid":"83dc56e4aa78b602","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/83dc56e4aa78b602","status":"passed","time":{"start":1724888053955,"stop":1724888053956,"duration":1}},{"uid":"23154ed9ef9da783","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/23154ed9ef9da783","status":"passed","time":{"start":1724886820682,"stop":1724886820682,"duration":0}},{"uid":"26a2e0798d35c40b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/26a2e0798d35c40b","status":"passed","time":{"start":1724886589273,"stop":1724886589273,"duration":0}},{"uid":"a6f58aab48edcdf8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a6f58aab48edcdf8","status":"passed","time":{"start":1724862027808,"stop":1724862027808,"duration":0}},{"uid":"4d636805dbd58059","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4d636805dbd58059","status":"passed","time":{"start":1724861484563,"stop":1724861484563,"duration":0}},{"uid":"3eed9607a1c90852","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3eed9607a1c90852","status":"passed","time":{"start":1724861315160,"stop":1724861315160,"duration":0}},{"uid":"d88f8edeb8636033","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d88f8edeb8636033","status":"passed","time":{"start":1724861168766,"stop":1724861168767,"duration":1}}]},"6a7709a60abb7f8ba7d8c37e3ff30601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a5f0add691e6b265","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5f0add691e6b265","status":"passed","time":{"start":1724888831686,"stop":1724888831686,"duration":0}}]},"b4928d4a9c299c8360ac299d9f700466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"59cd3b5059e8dd2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/59cd3b5059e8dd2","status":"passed","time":{"start":1724921625050,"stop":1724921625062,"duration":12}},{"uid":"d19f914d4360c54d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d19f914d4360c54d","status":"passed","time":{"start":1724921590494,"stop":1724921590495,"duration":1}},{"uid":"3c4fbd495f148d6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3c4fbd495f148d6","status":"passed","time":{"start":1724918287564,"stop":1724918287564,"duration":0}},{"uid":"6d6d03c91bb73eff","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d6d03c91bb73eff","status":"passed","time":{"start":1724890047787,"stop":1724890047787,"duration":0}},{"uid":"32653d61f990c841","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/32653d61f990c841","status":"passed","time":{"start":1724889183919,"stop":1724889183920,"duration":1}},{"uid":"1a37b27bf13e5b96","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1a37b27bf13e5b96","status":"passed","time":{"start":1724888354165,"stop":1724888354165,"duration":0}},{"uid":"d63a9809fe67730d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d63a9809fe67730d","status":"passed","time":{"start":1724887145657,"stop":1724887145658,"duration":1}},{"uid":"4671739d231286d4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4671739d231286d4","status":"passed","time":{"start":1724886915786,"stop":1724886915786,"duration":0}},{"uid":"b2523e4e6756e64a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b2523e4e6756e64a","status":"passed","time":{"start":1724862341436,"stop":1724862341437,"duration":1}},{"uid":"bbea169737c97962","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bbea169737c97962","status":"passed","time":{"start":1724861805441,"stop":1724861805442,"duration":1}},{"uid":"dce90ca57666304","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dce90ca57666304","status":"passed","time":{"start":1724861662255,"stop":1724861662256,"duration":1}},{"uid":"670849fe09cb077f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/670849fe09cb077f","status":"passed","time":{"start":1724861492509,"stop":1724861492510,"duration":1}}]},"f4c8e5196061be0338c5fe393aeb5daf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"671a52c5b98652dc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/671a52c5b98652dc","status":"passed","time":{"start":1724921497762,"stop":1724921497762,"duration":0}},{"uid":"b1e0f2f023ff34b0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b1e0f2f023ff34b0","status":"passed","time":{"start":1724921408423,"stop":1724921408428,"duration":5}},{"uid":"b5812a17f9734824","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b5812a17f9734824","status":"passed","time":{"start":1724918086873,"stop":1724918086873,"duration":0}},{"uid":"d3d5de04302d5696","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3d5de04302d5696","status":"passed","time":{"start":1724889892450,"stop":1724889892450,"duration":0}},{"uid":"37e74486c7313cf8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37e74486c7313cf8","status":"passed","time":{"start":1724888997219,"stop":1724888997220,"duration":1}},{"uid":"8744621b6730e923","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8744621b6730e923","status":"passed","time":{"start":1724888159512,"stop":1724888159513,"duration":1}},{"uid":"c6dc9c9f33fc2408","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c6dc9c9f33fc2408","status":"passed","time":{"start":1724886937313,"stop":1724886937313,"duration":0}},{"uid":"48aee94b3c04d325","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/48aee94b3c04d325","status":"passed","time":{"start":1724886709812,"stop":1724886709813,"duration":1}},{"uid":"f86d0c3e9d39b553","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f86d0c3e9d39b553","status":"passed","time":{"start":1724862123540,"stop":1724862123540,"duration":0}},{"uid":"1d727def9f2586ea","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1d727def9f2586ea","status":"passed","time":{"start":1724861620109,"stop":1724861620109,"duration":0}},{"uid":"e9a51ebe14ffb58f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e9a51ebe14ffb58f","status":"passed","time":{"start":1724861460255,"stop":1724861460256,"duration":1}},{"uid":"db9f6e31e39b0bbb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/db9f6e31e39b0bbb","status":"passed","time":{"start":1724861330175,"stop":1724861330175,"duration":0}}]},"69d3925828f48370dc0e0589473df895:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ea95913aeee62d11","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ea95913aeee62d11","status":"passed","time":{"start":1724921040180,"stop":1724921040180,"duration":0}},{"uid":"c15996f72fad71f1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c15996f72fad71f1","status":"passed","time":{"start":1724921015573,"stop":1724921015573,"duration":0}},{"uid":"fbffa5cd4490ec21","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fbffa5cd4490ec21","status":"passed","time":{"start":1724917675799,"stop":1724917675799,"duration":0}},{"uid":"49c5a05f96856830","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/49c5a05f96856830","status":"passed","time":{"start":1724889454807,"stop":1724889454807,"duration":0}},{"uid":"c8de0233d9607b31","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c8de0233d9607b31","status":"passed","time":{"start":1724888605322,"stop":1724888605323,"duration":1}},{"uid":"eff9a2d36f238d13","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eff9a2d36f238d13","status":"passed","time":{"start":1724887761647,"stop":1724887761648,"duration":1}},{"uid":"d25367ad9323f90b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d25367ad9323f90b","status":"passed","time":{"start":1724886527993,"stop":1724886527993,"duration":0}},{"uid":"74a1b5fe8e5a28fb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/74a1b5fe8e5a28fb","status":"passed","time":{"start":1724886305812,"stop":1724886305812,"duration":0}},{"uid":"4a2f4c9c1965e746","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a2f4c9c1965e746","status":"passed","time":{"start":1724861754709,"stop":1724861754709,"duration":0}},{"uid":"bf156dd0dda66345","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bf156dd0dda66345","status":"passed","time":{"start":1724861225782,"stop":1724861225782,"duration":0}},{"uid":"2937f1a79717615f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2937f1a79717615f","status":"passed","time":{"start":1724861047869,"stop":1724861047869,"duration":0}},{"uid":"f52ff6b40c99da38","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f52ff6b40c99da38","status":"passed","time":{"start":1724860909785,"stop":1724860909785,"duration":0}}]},"38636f95d7be29393e20abf420c9a43b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"30ca862286538063","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/30ca862286538063","status":"passed","time":{"start":1724921419681,"stop":1724921419681,"duration":0}},{"uid":"acc4079293d935e8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/acc4079293d935e8","status":"passed","time":{"start":1724921400501,"stop":1724921400502,"duration":1}},{"uid":"cd7d34587c79a9c7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cd7d34587c79a9c7","status":"passed","time":{"start":1724918124173,"stop":1724918124174,"duration":1}},{"uid":"9fce0c28f411815b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9fce0c28f411815b","status":"passed","time":{"start":1724889845311,"stop":1724889845312,"duration":1}},{"uid":"c3f92f8aa3a2ce8c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c3f92f8aa3a2ce8c","status":"passed","time":{"start":1724888978741,"stop":1724888978748,"duration":7}},{"uid":"de2b7cd99ef96c17","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/de2b7cd99ef96c17","status":"passed","time":{"start":1724888199757,"stop":1724888199757,"duration":0}},{"uid":"4a1d5fd6b5a00513","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a1d5fd6b5a00513","status":"passed","time":{"start":1724886961474,"stop":1724886961474,"duration":0}},{"uid":"334907de6eca50a6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/334907de6eca50a6","status":"passed","time":{"start":1724886743394,"stop":1724886743394,"duration":0}},{"uid":"a5aebd7055d2d16b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5aebd7055d2d16b","status":"passed","time":{"start":1724862150650,"stop":1724862150654,"duration":4}},{"uid":"cc61f60b2e2a483a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cc61f60b2e2a483a","status":"passed","time":{"start":1724861627580,"stop":1724861627580,"duration":0}},{"uid":"47cf7c13f09ca547","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/47cf7c13f09ca547","status":"passed","time":{"start":1724861501069,"stop":1724861501069,"duration":0}},{"uid":"8a76c2f994e26284","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8a76c2f994e26284","status":"passed","time":{"start":1724861297167,"stop":1724861297168,"duration":1}}]},"2b03909260558dc82c18e3456da995f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6491742b08b916b6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6491742b08b916b6","status":"passed","time":{"start":1724921300829,"stop":1724921300829,"duration":0}},{"uid":"aa29c1a297877468","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/aa29c1a297877468","status":"passed","time":{"start":1724921280726,"stop":1724921280726,"duration":0}},{"uid":"4a4800e9b9618677","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4a4800e9b9618677","status":"passed","time":{"start":1724917963265,"stop":1724917963265,"duration":0}},{"uid":"edce6b6f6b89971c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/edce6b6f6b89971c","status":"passed","time":{"start":1724889734123,"stop":1724889734123,"duration":0}},{"uid":"e3b5ff61065ba812","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e3b5ff61065ba812","status":"passed","time":{"start":1724888859624,"stop":1724888859624,"duration":0}},{"uid":"d10beaf6c94ae74a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d10beaf6c94ae74a","status":"passed","time":{"start":1724888053956,"stop":1724888053956,"duration":0}},{"uid":"3eb8967ffe3d5697","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3eb8967ffe3d5697","status":"passed","time":{"start":1724886820682,"stop":1724886820682,"duration":0}},{"uid":"3b0995ad9f77160e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3b0995ad9f77160e","status":"passed","time":{"start":1724886589274,"stop":1724886589275,"duration":1}},{"uid":"f0d43c8cea617afa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f0d43c8cea617afa","status":"passed","time":{"start":1724862027808,"stop":1724862027809,"duration":1}},{"uid":"9139f5251acb1d15","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9139f5251acb1d15","status":"passed","time":{"start":1724861484563,"stop":1724861484563,"duration":0}},{"uid":"8e0b2d4e3ddb0900","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8e0b2d4e3ddb0900","status":"passed","time":{"start":1724861315161,"stop":1724861315161,"duration":0}},{"uid":"850529753e18b562","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/850529753e18b562","status":"passed","time":{"start":1724861168767,"stop":1724861168769,"duration":2}}]},"04a6669f456572abd80ee6b2d4f00f0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"92e36bff546d9df8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/92e36bff546d9df8","status":"passed","time":{"start":1724921037641,"stop":1724921037641,"duration":0}},{"uid":"11f08082ca156234","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/11f08082ca156234","status":"passed","time":{"start":1724921013055,"stop":1724921013055,"duration":0}},{"uid":"62cc568ee6945e00","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/62cc568ee6945e00","status":"passed","time":{"start":1724917673297,"stop":1724917673297,"duration":0}},{"uid":"3c08602276473767","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c08602276473767","status":"passed","time":{"start":1724889452315,"stop":1724889452316,"duration":1}},{"uid":"c0b7ebdf4a892c59","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c0b7ebdf4a892c59","status":"passed","time":{"start":1724888602846,"stop":1724888602846,"duration":0}},{"uid":"9e8d7894b98a0726","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9e8d7894b98a0726","status":"passed","time":{"start":1724887759168,"stop":1724887759168,"duration":0}},{"uid":"7578d7c2b9ae3693","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7578d7c2b9ae3693","status":"passed","time":{"start":1724886525548,"stop":1724886525548,"duration":0}},{"uid":"278cb18b200e0dac","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/278cb18b200e0dac","status":"passed","time":{"start":1724886303402,"stop":1724886303402,"duration":0}},{"uid":"b04af3c30b0c9445","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b04af3c30b0c9445","status":"passed","time":{"start":1724861752234,"stop":1724861752234,"duration":0}},{"uid":"966123925ff26a7f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/966123925ff26a7f","status":"passed","time":{"start":1724861223359,"stop":1724861223360,"duration":1}},{"uid":"18ade63a9f22d6d5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/18ade63a9f22d6d5","status":"passed","time":{"start":1724861045207,"stop":1724861045208,"duration":1}},{"uid":"91834267dee980be","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/91834267dee980be","status":"passed","time":{"start":1724860907090,"stop":1724860907090,"duration":0}}]},"db68a026bc017f57bb0bfa54c1a12941:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"48707bc789e16e70","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/48707bc789e16e70","status":"passed","time":{"start":1724890032291,"stop":1724890032291,"duration":0}}]},"a6b9146ad5bd7c9cd3443a05053cad20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"19f0d8738cefa63e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/19f0d8738cefa63e","status":"passed","time":{"start":1724921073458,"stop":1724921073458,"duration":0}},{"uid":"cd7362067e499f21","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cd7362067e499f21","status":"passed","time":{"start":1724921048446,"stop":1724921048446,"duration":0}},{"uid":"618a98f8783959c4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/618a98f8783959c4","status":"passed","time":{"start":1724917708698,"stop":1724917708698,"duration":0}},{"uid":"45cfe18a0dc0d2c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/45cfe18a0dc0d2c0","status":"passed","time":{"start":1724889487514,"stop":1724889487515,"duration":1}},{"uid":"1db9bc0a4bb2be27","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1db9bc0a4bb2be27","status":"passed","time":{"start":1724888638221,"stop":1724888638222,"duration":1}},{"uid":"2ba0b4157ec5a1ce","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2ba0b4157ec5a1ce","status":"passed","time":{"start":1724887794482,"stop":1724887794482,"duration":0}},{"uid":"3eb5ad7560e0886","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3eb5ad7560e0886","status":"passed","time":{"start":1724886561405,"stop":1724886561405,"duration":0}},{"uid":"46816377603b01d5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/46816377603b01d5","status":"passed","time":{"start":1724886339061,"stop":1724886339061,"duration":0}},{"uid":"9b7dd4441d3a428d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9b7dd4441d3a428d","status":"passed","time":{"start":1724861788382,"stop":1724861788382,"duration":0}},{"uid":"d6994313de9ea781","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d6994313de9ea781","status":"passed","time":{"start":1724861258534,"stop":1724861258534,"duration":0}},{"uid":"af34aa4bcde49664","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/af34aa4bcde49664","status":"passed","time":{"start":1724861082794,"stop":1724861082795,"duration":1}},{"uid":"62cf11ffa78c5549","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/62cf11ffa78c5549","status":"passed","time":{"start":1724860943247,"stop":1724860943247,"duration":0}}]},"57e78506140423d3cbc2cb4ac48acf06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"7ba3f2593d964eca","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7ba3f2593d964eca","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921267899,"stop":1724921267899,"duration":0}},{"uid":"cf0496a4a1dc7f4b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cf0496a4a1dc7f4b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921244400,"stop":1724921244400,"duration":0}},{"uid":"641cac48bddd4e4f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/641cac48bddd4e4f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724917916064,"stop":1724917916065,"duration":1}},{"uid":"872f1757ff9edc5f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/872f1757ff9edc5f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889678262,"stop":1724889678262,"duration":0}},{"uid":"123d6cee76583d85","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/123d6cee76583d85","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888831692,"stop":1724888831692,"duration":0}},{"uid":"25419a0bc8a59054","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/25419a0bc8a59054","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888003326,"stop":1724888003327,"duration":1}},{"uid":"44f7e4d8976f9e21","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/44f7e4d8976f9e21","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886776616,"stop":1724886776616,"duration":0}},{"uid":"7628e6ebda00a11e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7628e6ebda00a11e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886555805,"stop":1724886555805,"duration":0}},{"uid":"c43f0cc309087a08","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c43f0cc309087a08","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861983017,"stop":1724861983017,"duration":0}},{"uid":"4e3cddc61cc805ad","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4e3cddc61cc805ad","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861444073,"stop":1724861444073,"duration":0}},{"uid":"ba531778fc437f27","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ba531778fc437f27","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861285842,"stop":1724861285842,"duration":0}},{"uid":"948db08a2507bda8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/948db08a2507bda8","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861145679,"stop":1724861145679,"duration":0}}]},"d85fbeae647ce4b3f21bbf10e628eac8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e1b5e0c8a84169a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e1b5e0c8a84169a","status":"passed","time":{"start":1724921619641,"stop":1724921619641,"duration":0}},{"uid":"e9caa66f31d7d91d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e9caa66f31d7d91d","status":"passed","time":{"start":1724921577173,"stop":1724921577173,"duration":0}},{"uid":"21dfe3f249005194","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/21dfe3f249005194","status":"passed","time":{"start":1724918298104,"stop":1724918298104,"duration":0}},{"uid":"145c9aa6d3d3adfc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/145c9aa6d3d3adfc","status":"passed","time":{"start":1724890039751,"stop":1724890039752,"duration":1}},{"uid":"cf2f44af40afadcd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf2f44af40afadcd","status":"passed","time":{"start":1724889169857,"stop":1724889169857,"duration":0}},{"uid":"f59977a7889dc3c4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f59977a7889dc3c4","status":"passed","time":{"start":1724888345357,"stop":1724888345358,"duration":1}},{"uid":"e66b16d1f7138c2a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e66b16d1f7138c2a","status":"passed","time":{"start":1724887127887,"stop":1724887127888,"duration":1}},{"uid":"c3425c9780db0ca4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c3425c9780db0ca4","status":"passed","time":{"start":1724886906387,"stop":1724886906387,"duration":0}},{"uid":"81724bc5b3b0566","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/81724bc5b3b0566","status":"passed","time":{"start":1724862320150,"stop":1724862320150,"duration":0}},{"uid":"1d431ff6520c58ae","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1d431ff6520c58ae","status":"passed","time":{"start":1724861800260,"stop":1724861800260,"duration":0}},{"uid":"6d9e1e4de38b4fe3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6d9e1e4de38b4fe3","status":"passed","time":{"start":1724861655178,"stop":1724861655179,"duration":1}},{"uid":"2226ce0f8ea7a699","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2226ce0f8ea7a699","status":"passed","time":{"start":1724861485086,"stop":1724861485086,"duration":0}}]},"8803618abd91e1a00a397a48139f5e5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bd9f185222541222","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bd9f185222541222","status":"passed","time":{"start":1724862298397,"stop":1724862298397,"duration":0}}]},"56fe013b3799e2d571a027f0cbff5e10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"842ac18cc4e9692c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/842ac18cc4e9692c","status":"passed","time":{"start":1724921515221,"stop":1724921515222,"duration":1}},{"uid":"a205391ee794bda6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a205391ee794bda6","status":"passed","time":{"start":1724921475440,"stop":1724921475441,"duration":1}},{"uid":"d723e44b628df591","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d723e44b628df591","status":"passed","time":{"start":1724918179382,"stop":1724918179382,"duration":0}},{"uid":"3950e324103f861a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3950e324103f861a","status":"passed","time":{"start":1724889935335,"stop":1724889935335,"duration":0}},{"uid":"d04467d642ac4d89","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d04467d642ac4d89","status":"passed","time":{"start":1724889072749,"stop":1724889072749,"duration":0}},{"uid":"5f4821f01e90b4a3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5f4821f01e90b4a3","status":"passed","time":{"start":1724888232410,"stop":1724888232410,"duration":0}},{"uid":"f406fa42f7385eaa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f406fa42f7385eaa","status":"passed","time":{"start":1724887018289,"stop":1724887018290,"duration":1}},{"uid":"63d00dc13b18c46d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/63d00dc13b18c46d","status":"passed","time":{"start":1724886781474,"stop":1724886781475,"duration":1}},{"uid":"b97d99d6b23ec62c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b97d99d6b23ec62c","status":"passed","time":{"start":1724862213658,"stop":1724862213658,"duration":0}},{"uid":"8c0812d817d96f5d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8c0812d817d96f5d","status":"passed","time":{"start":1724861685850,"stop":1724861685850,"duration":0}},{"uid":"3fc02b9a4823bf98","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3fc02b9a4823bf98","status":"passed","time":{"start":1724861546165,"stop":1724861546165,"duration":0}},{"uid":"c937f7d70de2383a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c937f7d70de2383a","status":"passed","time":{"start":1724861378106,"stop":1724861378106,"duration":0}}]},"90bf8de5398290864478db2e9bb187ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6ed87024427bc951","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6ed87024427bc951","status":"passed","time":{"start":1724921613052,"stop":1724921613053,"duration":1}}]},"11888732d20997ef27fd557f90325cbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"10e8adbd5b68725a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/10e8adbd5b68725a","status":"passed","time":{"start":1724921564775,"stop":1724921564775,"duration":0}},{"uid":"a41bb5265ee0ef13","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a41bb5265ee0ef13","status":"passed","time":{"start":1724921518786,"stop":1724921518790,"duration":4}},{"uid":"94bbce0b5068db9b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/94bbce0b5068db9b","status":"passed","time":{"start":1724918229398,"stop":1724918229398,"duration":0}},{"uid":"760705ce61d3ae4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/760705ce61d3ae4","status":"passed","time":{"start":1724889980700,"stop":1724889980700,"duration":0}},{"uid":"ac8ae397605649dc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ac8ae397605649dc","status":"passed","time":{"start":1724889111161,"stop":1724889111161,"duration":0}},{"uid":"236dc18d05f915cb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/236dc18d05f915cb","status":"passed","time":{"start":1724888292532,"stop":1724888292532,"duration":0}},{"uid":"1d9ff2d771b09633","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1d9ff2d771b09633","status":"passed","time":{"start":1724887068224,"stop":1724887068224,"duration":0}},{"uid":"66af49b285139f5a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/66af49b285139f5a","status":"passed","time":{"start":1724886848923,"stop":1724886848923,"duration":0}},{"uid":"cbfff86e0701e772","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cbfff86e0701e772","status":"passed","time":{"start":1724862262046,"stop":1724862262046,"duration":0}},{"uid":"434d9f4772482100","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/434d9f4772482100","status":"passed","time":{"start":1724861741891,"stop":1724861741892,"duration":1}},{"uid":"17c26f629b823d3b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/17c26f629b823d3b","status":"passed","time":{"start":1724861599486,"stop":1724861599487,"duration":1}},{"uid":"5c99a21e836a7085","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5c99a21e836a7085","status":"passed","time":{"start":1724861428473,"stop":1724861428474,"duration":1}}]},"d7167a801bc7d3b78a31febc9f77ca90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"561afc3a299244ed","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/561afc3a299244ed","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921098921,"stop":1724921098921,"duration":0}},{"uid":"3cecbe7701317754","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3cecbe7701317754","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921073399,"stop":1724921073399,"duration":0}},{"uid":"5aa674b86b83adcf","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5aa674b86b83adcf","status":"skipped","statusDetails":"Test ignored","time":{"start":1724917744664,"stop":1724917744664,"duration":0}},{"uid":"ad5ed692cc65ff84","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ad5ed692cc65ff84","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889518045,"stop":1724889518045,"duration":0}},{"uid":"64659c5de08d695e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64659c5de08d695e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888665803,"stop":1724888665806,"duration":3}},{"uid":"999690096ff02477","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/999690096ff02477","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887821953,"stop":1724887821953,"duration":0}},{"uid":"b57e5f6a04872c43","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b57e5f6a04872c43","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886586927,"stop":1724886586927,"duration":0}},{"uid":"2d5a4d96d399d33f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2d5a4d96d399d33f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886375238,"stop":1724886375238,"duration":0}},{"uid":"75e68969ebf4fd34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/75e68969ebf4fd34","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861815218,"stop":1724861815218,"duration":0}},{"uid":"f6a9db6305cb4ffe","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f6a9db6305cb4ffe","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861291723,"stop":1724861291723,"duration":0}},{"uid":"ef56c3c90bcbc997","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ef56c3c90bcbc997","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861109880,"stop":1724861109880,"duration":0}},{"uid":"827f1734b1a5448b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/827f1734b1a5448b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724860972344,"stop":1724860972344,"duration":0}}]},"3566057e97925023d77dda87fd6a4acc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2756ff3695cd8f98","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2756ff3695cd8f98","status":"passed","time":{"start":1724921529580,"stop":1724921529581,"duration":1}},{"uid":"8b471c83a9e51580","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8b471c83a9e51580","status":"passed","time":{"start":1724921488877,"stop":1724921488878,"duration":1}},{"uid":"cc5b41eb89a6a492","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cc5b41eb89a6a492","status":"passed","time":{"start":1724918203683,"stop":1724918203684,"duration":1}},{"uid":"45570d613daf2084","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/45570d613daf2084","status":"passed","time":{"start":1724889938356,"stop":1724889938356,"duration":0}},{"uid":"ee1e197f2549c58c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ee1e197f2549c58c","status":"passed","time":{"start":1724889077064,"stop":1724889077064,"duration":0}},{"uid":"58744f0a2c4d2bfd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/58744f0a2c4d2bfd","status":"passed","time":{"start":1724888268031,"stop":1724888268031,"duration":0}},{"uid":"dc39b6638950147f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dc39b6638950147f","status":"passed","time":{"start":1724887032397,"stop":1724887032399,"duration":2}},{"uid":"bc513bc741e2ab60","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bc513bc741e2ab60","status":"passed","time":{"start":1724886822789,"stop":1724886822789,"duration":0}},{"uid":"5d29c3da063eb254","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5d29c3da063eb254","status":"passed","time":{"start":1724862233508,"stop":1724862233508,"duration":0}},{"uid":"7bdb2fd85f234705","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7bdb2fd85f234705","status":"passed","time":{"start":1724861712668,"stop":1724861712668,"duration":0}},{"uid":"9cf9523f1c519af","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9cf9523f1c519af","status":"passed","time":{"start":1724861567886,"stop":1724861567887,"duration":1}},{"uid":"4c2ea1f462270b05","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4c2ea1f462270b05","status":"passed","time":{"start":1724861392050,"stop":1724861392052,"duration":2}}]},"be14bb7f5e6ecd49399a16e2781e751b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":10,"unknown":0,"total":12},"items":[{"uid":"d36404b715e7ec43","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d36404b715e7ec43","status":"passed","time":{"start":1724921669870,"stop":1724921669870,"duration":0}},{"uid":"22caf786947e4c07","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/22caf786947e4c07","status":"passed","time":{"start":1724921630267,"stop":1724921630268,"duration":1}},{"uid":"8daec397385c211d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8daec397385c211d","status":"passed","time":{"start":1724918332987,"stop":1724918332988,"duration":1}},{"uid":"40374a9f586434b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/40374a9f586434b3","status":"passed","time":{"start":1724890089468,"stop":1724890089469,"duration":1}},{"uid":"f34df778cfdbff4e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f34df778cfdbff4e","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1724889224493,"stop":1724889224493,"duration":0}},{"uid":"26de152f1cdd4663","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/26de152f1cdd4663","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1724888406347,"stop":1724888406347,"duration":0}},{"uid":"9cc6f54b55b8a76e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9cc6f54b55b8a76e","status":"passed","time":{"start":1724887175024,"stop":1724887175024,"duration":0}},{"uid":"bd0f214940963960","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bd0f214940963960","status":"passed","time":{"start":1724886952407,"stop":1724886952408,"duration":1}},{"uid":"ad0e27f57d222de0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ad0e27f57d222de0","status":"passed","time":{"start":1724862378561,"stop":1724862378562,"duration":1}},{"uid":"3bd08a963bd37ae5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3bd08a963bd37ae5","status":"passed","time":{"start":1724861846750,"stop":1724861846750,"duration":0}},{"uid":"d6a3b221c69d5df3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d6a3b221c69d5df3","status":"passed","time":{"start":1724861702535,"stop":1724861702535,"duration":0}},{"uid":"69f331aff6307f13","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/69f331aff6307f13","status":"passed","time":{"start":1724861533459,"stop":1724861533459,"duration":0}}]},"2f643d4362b98703a131f1bb55e95a43:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"805b0714170814ef","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/805b0714170814ef","status":"passed","time":{"start":1724918259542,"stop":1724918259542,"duration":0}}]},"d53b1cd655c428d36d65e4a4d37b12a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"174b195a58afff82","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/174b195a58afff82","status":"passed","time":{"start":1724861685878,"stop":1724861685878,"duration":0}}]},"f1d59fdf5e652b27b3a6e4f969145019:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2a7f7c740768ee82","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2a7f7c740768ee82","status":"passed","time":{"start":1724862213681,"stop":1724862213682,"duration":1}}]},"b3db2177abad53cafc87450b366491d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":7,"unknown":0,"total":9},"items":[{"uid":"2c222685a542e0fc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2c222685a542e0fc","status":"passed","time":{"start":1724921326304,"stop":1724921326305,"duration":1}},{"uid":"dbfba11200617d1b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dbfba11200617d1b","status":"passed","time":{"start":1724921306216,"stop":1724921306216,"duration":0}},{"uid":"486f51f4a4952180","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/486f51f4a4952180","status":"broken","statusDetails":"expected 1 to equal 2","time":{"start":1724918076885,"stop":1724918076887,"duration":2}},{"uid":"a22db0d21cc9951c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a22db0d21cc9951c","status":"passed","time":{"start":1724889757051,"stop":1724889757051,"duration":0}},{"uid":"ee42e4f2aff547e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ee42e4f2aff547e8","status":"passed","time":{"start":1724888894404,"stop":1724888894405,"duration":1}},{"uid":"36292ee36fbc3251","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/36292ee36fbc3251","status":"passed","time":{"start":1724862057002,"stop":1724862057002,"duration":0}},{"uid":"ec05bcdc245abac3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ec05bcdc245abac3","status":"passed","time":{"start":1724861520271,"stop":1724861520271,"duration":0}},{"uid":"fc0bac0ac76b0563","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fc0bac0ac76b0563","status":"broken","statusDetails":"expected 1 to equal 2","time":{"start":1724861406464,"stop":1724861406465,"duration":1}},{"uid":"dd4225926fab8e16","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dd4225926fab8e16","status":"passed","time":{"start":1724861204438,"stop":1724861204438,"duration":0}}]},"e14263d17d0282eac83affb29183872b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"37cca60c8488191e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/37cca60c8488191e","status":"passed","time":{"start":1724921529587,"stop":1724921529588,"duration":1}},{"uid":"9c3cf14577190b83","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9c3cf14577190b83","status":"passed","time":{"start":1724921488881,"stop":1724921488882,"duration":1}},{"uid":"7549f7a191035373","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7549f7a191035373","status":"passed","time":{"start":1724918203688,"stop":1724918203688,"duration":0}},{"uid":"e8c5e519f86c10cf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e8c5e519f86c10cf","status":"passed","time":{"start":1724889938364,"stop":1724889938364,"duration":0}},{"uid":"e00417b7d9c6cb2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e00417b7d9c6cb2","status":"passed","time":{"start":1724889077068,"stop":1724889077068,"duration":0}},{"uid":"7f60d5a4a57d7668","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7f60d5a4a57d7668","status":"passed","time":{"start":1724888268037,"stop":1724888268038,"duration":1}},{"uid":"979dd0def9e9ed12","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/979dd0def9e9ed12","status":"passed","time":{"start":1724887032409,"stop":1724887032411,"duration":2}},{"uid":"eac207ba3ef42e05","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eac207ba3ef42e05","status":"passed","time":{"start":1724886822823,"stop":1724886822824,"duration":1}},{"uid":"d7ba206067dd531d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d7ba206067dd531d","status":"passed","time":{"start":1724862233513,"stop":1724862233514,"duration":1}},{"uid":"db94a7958ba9ff87","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/db94a7958ba9ff87","status":"passed","time":{"start":1724861712672,"stop":1724861712672,"duration":0}},{"uid":"fd6cd42551013f3f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fd6cd42551013f3f","status":"passed","time":{"start":1724861567891,"stop":1724861567891,"duration":0}},{"uid":"bf6c1a6ed505f901","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bf6c1a6ed505f901","status":"passed","time":{"start":1724861392056,"stop":1724861392056,"duration":0}}]},"8867a36b6814dcf3773dd2f9d842dc21:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"be8237409e1248ae","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/be8237409e1248ae","status":"passed","time":{"start":1724886848931,"stop":1724886848932,"duration":1}}]},"42c966bb49d4b83a249a3dcde40ad405:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"403ff8095b6f2c63","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/403ff8095b6f2c63","status":"passed","time":{"start":1724888345351,"stop":1724888345351,"duration":0}}]},"1dae17b6284a8b2ac968bb68b7634ee3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"296688d63cfd2b90","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/296688d63cfd2b90","status":"passed","time":{"start":1724921529588,"stop":1724921529588,"duration":0}},{"uid":"ee0a2e39a743c84f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ee0a2e39a743c84f","status":"passed","time":{"start":1724921488882,"stop":1724921488882,"duration":0}},{"uid":"b2818e3ed13aef7e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b2818e3ed13aef7e","status":"passed","time":{"start":1724918203689,"stop":1724918203689,"duration":0}},{"uid":"a28330c79e29280","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a28330c79e29280","status":"passed","time":{"start":1724889938365,"stop":1724889938365,"duration":0}},{"uid":"acc7a1d2655d00ab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/acc7a1d2655d00ab","status":"passed","time":{"start":1724889077068,"stop":1724889077069,"duration":1}},{"uid":"963d9584e7414d69","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/963d9584e7414d69","status":"passed","time":{"start":1724888268038,"stop":1724888268039,"duration":1}},{"uid":"fbf28a7c0cb45147","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fbf28a7c0cb45147","status":"passed","time":{"start":1724887032411,"stop":1724887032412,"duration":1}},{"uid":"6db5a7b5f85993a5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6db5a7b5f85993a5","status":"passed","time":{"start":1724886822824,"stop":1724886822825,"duration":1}},{"uid":"95e9a4a031c2235b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/95e9a4a031c2235b","status":"passed","time":{"start":1724862233514,"stop":1724862233515,"duration":1}},{"uid":"4b0f61023956d50c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4b0f61023956d50c","status":"passed","time":{"start":1724861712673,"stop":1724861712673,"duration":0}},{"uid":"7a31cb8365b71074","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7a31cb8365b71074","status":"passed","time":{"start":1724861567892,"stop":1724861567892,"duration":0}},{"uid":"636ea61cbbdb0f2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/636ea61cbbdb0f2","status":"passed","time":{"start":1724861392057,"stop":1724861392057,"duration":0}}]},"b10337f438fa35193172940cd0640f62:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6dd3b5473b7509cf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6dd3b5473b7509cf","status":"passed","time":{"start":1724921656079,"stop":1724921656079,"duration":0}},{"uid":"543205ec7f4ed5a4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/543205ec7f4ed5a4","status":"passed","time":{"start":1724921612560,"stop":1724921612561,"duration":1}},{"uid":"b6d7f702fa31dc91","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b6d7f702fa31dc91","status":"passed","time":{"start":1724918317375,"stop":1724918317375,"duration":0}},{"uid":"fbdfd518f4e8c7f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fbdfd518f4e8c7f9","status":"passed","time":{"start":1724890075097,"stop":1724890075097,"duration":0}},{"uid":"7ef12a3937a716df","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7ef12a3937a716df","status":"passed","time":{"start":1724889203356,"stop":1724889203357,"duration":1}},{"uid":"bdf21f7846fa34aa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bdf21f7846fa34aa","status":"passed","time":{"start":1724888382914,"stop":1724888382915,"duration":1}},{"uid":"c46ff33f10c8a2b1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c46ff33f10c8a2b1","status":"passed","time":{"start":1724887158108,"stop":1724887158108,"duration":0}},{"uid":"24c3978687644e3d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/24c3978687644e3d","status":"passed","time":{"start":1724886934376,"stop":1724886934376,"duration":0}},{"uid":"c13445d609cc34d7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c13445d609cc34d7","status":"passed","time":{"start":1724862354700,"stop":1724862354701,"duration":1}},{"uid":"37daed6dceace02d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/37daed6dceace02d","status":"passed","time":{"start":1724861830501,"stop":1724861830502,"duration":1}},{"uid":"89d18ef8e7551f3e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/89d18ef8e7551f3e","status":"passed","time":{"start":1724861685352,"stop":1724861685352,"duration":0}},{"uid":"e0a9a4cd7b107d7b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e0a9a4cd7b107d7b","status":"passed","time":{"start":1724861518175,"stop":1724861518175,"duration":0}}]},"fbc318b87ab843dcc10e05e626b17b0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3d529c610f151dcf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3d529c610f151dcf","status":"passed","time":{"start":1724921037619,"stop":1724921037620,"duration":1}},{"uid":"f8f1870710393dec","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f8f1870710393dec","status":"passed","time":{"start":1724921013032,"stop":1724921013032,"duration":0}},{"uid":"25757327aaa6638d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/25757327aaa6638d","status":"passed","time":{"start":1724917673276,"stop":1724917673276,"duration":0}},{"uid":"da07fb697b54abeb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/da07fb697b54abeb","status":"passed","time":{"start":1724889452294,"stop":1724889452294,"duration":0}},{"uid":"e371e327a6ecee62","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e371e327a6ecee62","status":"passed","time":{"start":1724888602823,"stop":1724888602824,"duration":1}},{"uid":"87c5173772cb7c04","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/87c5173772cb7c04","status":"passed","time":{"start":1724887759148,"stop":1724887759149,"duration":1}},{"uid":"56d671b99600b39a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/56d671b99600b39a","status":"passed","time":{"start":1724886525535,"stop":1724886525536,"duration":1}},{"uid":"606c61a61d7feac9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/606c61a61d7feac9","status":"passed","time":{"start":1724886303380,"stop":1724886303381,"duration":1}},{"uid":"7cbf438dd3b580d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7cbf438dd3b580d8","status":"passed","time":{"start":1724861752210,"stop":1724861752210,"duration":0}},{"uid":"1477d6ec5b9d0145","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1477d6ec5b9d0145","status":"passed","time":{"start":1724861223340,"stop":1724861223340,"duration":0}},{"uid":"9b15c7ebc30cd69b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9b15c7ebc30cd69b","status":"passed","time":{"start":1724861045185,"stop":1724861045186,"duration":1}},{"uid":"8dc08b18eff52c8a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8dc08b18eff52c8a","status":"passed","time":{"start":1724860907068,"stop":1724860907068,"duration":0}}]},"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"96c8d2ba87c9ac1f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/96c8d2ba87c9ac1f","status":"passed","time":{"start":1724921297008,"stop":1724921297008,"duration":0}},{"uid":"69e7a3c1b8a3c7be","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/69e7a3c1b8a3c7be","status":"passed","time":{"start":1724921276368,"stop":1724921276368,"duration":0}},{"uid":"eca5609a909b369a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eca5609a909b369a","status":"passed","time":{"start":1724917948324,"stop":1724917948325,"duration":1}},{"uid":"31319f58801e6e39","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31319f58801e6e39","status":"passed","time":{"start":1724889729008,"stop":1724889729009,"duration":1}},{"uid":"36231f61784b667e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/36231f61784b667e","status":"passed","time":{"start":1724888864954,"stop":1724888864954,"duration":0}},{"uid":"5844d84d2d28ad1a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5844d84d2d28ad1a","status":"passed","time":{"start":1724888053747,"stop":1724888053747,"duration":0}},{"uid":"8342e8362998bf96","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8342e8362998bf96","status":"passed","time":{"start":1724886811662,"stop":1724886811662,"duration":0}},{"uid":"2e2eb2cbbd665cfc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2e2eb2cbbd665cfc","status":"passed","time":{"start":1724886581003,"stop":1724886581005,"duration":2}},{"uid":"948ec4cb43220d77","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/948ec4cb43220d77","status":"passed","time":{"start":1724862019561,"stop":1724862019562,"duration":1}},{"uid":"6e083d040fa27ad1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6e083d040fa27ad1","status":"passed","time":{"start":1724861493937,"stop":1724861493937,"duration":0}},{"uid":"8534c28f7d901d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8534c28f7d901d","status":"passed","time":{"start":1724861318029,"stop":1724861318032,"duration":3}},{"uid":"f289725b42f3687b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f289725b42f3687b","status":"passed","time":{"start":1724861178516,"stop":1724861178516,"duration":0}}]},"f67f5a755a1617ca55c0d1291fa4cebf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"55fd32b5cb831d30","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/55fd32b5cb831d30","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515419,"stop":1724921515419,"duration":0}},{"uid":"fdf73dcbffc4ec7f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fdf73dcbffc4ec7f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475838,"stop":1724921475838,"duration":0}},{"uid":"c0166465e32fa788","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c0166465e32fa788","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179673,"stop":1724918179673,"duration":0}},{"uid":"5a3df6e96a126def","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5a3df6e96a126def","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935530,"stop":1724889935530,"duration":0}},{"uid":"f9ecd9a49459025a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9ecd9a49459025a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072944,"stop":1724889072944,"duration":0}},{"uid":"a44cfb2a793f5d8e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a44cfb2a793f5d8e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232586,"stop":1724888232587,"duration":1}},{"uid":"5f63acf2b3d0c79","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5f63acf2b3d0c79","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018518,"stop":1724887018518,"duration":0}},{"uid":"4f2a678c98cce83d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4f2a678c98cce83d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781723,"stop":1724886781723,"duration":0}},{"uid":"663f33e6a78cb4dc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/663f33e6a78cb4dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213904,"stop":1724862213904,"duration":0}},{"uid":"3bf95fb5ce634802","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3bf95fb5ce634802","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861686114,"stop":1724861686114,"duration":0}},{"uid":"cf10896c17b5bb7c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cf10896c17b5bb7c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546461,"stop":1724861546461,"duration":0}},{"uid":"1e9ee6afbd59d808","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1e9ee6afbd59d808","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378278,"stop":1724861378279,"duration":1}}]},"a53ee030c747605e1ab4c0eb36b58658:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4a4b6d7da7eed8f9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4a4b6d7da7eed8f9","status":"passed","time":{"start":1724921619627,"stop":1724921619627,"duration":0}},{"uid":"d3fdc6b50f1239ce","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d3fdc6b50f1239ce","status":"passed","time":{"start":1724921577166,"stop":1724921577166,"duration":0}},{"uid":"62f4a4f7f4f78ac6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/62f4a4f7f4f78ac6","status":"passed","time":{"start":1724918298097,"stop":1724918298097,"duration":0}},{"uid":"9d43ad327c2a2409","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9d43ad327c2a2409","status":"passed","time":{"start":1724890039735,"stop":1724890039736,"duration":1}},{"uid":"9881650be4b28b84","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9881650be4b28b84","status":"passed","time":{"start":1724889169841,"stop":1724889169842,"duration":1}},{"uid":"86566457c4e886f6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/86566457c4e886f6","status":"passed","time":{"start":1724888345349,"stop":1724888345349,"duration":0}},{"uid":"7f37d5645318deee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7f37d5645318deee","status":"passed","time":{"start":1724887127871,"stop":1724887127872,"duration":1}},{"uid":"32f10e8267d6301","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/32f10e8267d6301","status":"passed","time":{"start":1724886906377,"stop":1724886906377,"duration":0}},{"uid":"24628e4bf5a492c4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/24628e4bf5a492c4","status":"passed","time":{"start":1724862320141,"stop":1724862320142,"duration":1}},{"uid":"28a9d8121b080126","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/28a9d8121b080126","status":"passed","time":{"start":1724861800253,"stop":1724861800253,"duration":0}},{"uid":"3e85d6956faf93f5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3e85d6956faf93f5","status":"passed","time":{"start":1724861655158,"stop":1724861655158,"duration":0}},{"uid":"f8d9ea074c93344c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f8d9ea074c93344c","status":"passed","time":{"start":1724861485077,"stop":1724861485078,"duration":1}}]},"8ebc9f82e51cc2f6e53ea1bab9350d44:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ae31d2c2f5df4f5a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ae31d2c2f5df4f5a","status":"passed","time":{"start":1724921037623,"stop":1724921037623,"duration":0}},{"uid":"f49d2880641a4cac","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f49d2880641a4cac","status":"passed","time":{"start":1724921013036,"stop":1724921013036,"duration":0}},{"uid":"458f4ae7cb8a8bb1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/458f4ae7cb8a8bb1","status":"passed","time":{"start":1724917673279,"stop":1724917673279,"duration":0}},{"uid":"e465080582b18313","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e465080582b18313","status":"passed","time":{"start":1724889452298,"stop":1724889452299,"duration":1}},{"uid":"416db43381257f1d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/416db43381257f1d","status":"passed","time":{"start":1724888602827,"stop":1724888602828,"duration":1}},{"uid":"896222cc277b26a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/896222cc277b26a9","status":"passed","time":{"start":1724887759153,"stop":1724887759153,"duration":0}},{"uid":"6144e0fa1f177dd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6144e0fa1f177dd","status":"passed","time":{"start":1724886525538,"stop":1724886525539,"duration":1}},{"uid":"2e59eb488bb864fe","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2e59eb488bb864fe","status":"passed","time":{"start":1724886303386,"stop":1724886303386,"duration":0}},{"uid":"4632064677481e3a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4632064677481e3a","status":"passed","time":{"start":1724861752214,"stop":1724861752214,"duration":0}},{"uid":"cb1c4138cf9889a7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cb1c4138cf9889a7","status":"passed","time":{"start":1724861223344,"stop":1724861223344,"duration":0}},{"uid":"8b2aa066ed0bc1d4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8b2aa066ed0bc1d4","status":"passed","time":{"start":1724861045190,"stop":1724861045190,"duration":0}},{"uid":"5677d3b91e6ff4bc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5677d3b91e6ff4bc","status":"passed","time":{"start":1724860907072,"stop":1724860907072,"duration":0}}]},"e8141a67296f137ccb8cab198b0b1ca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e46ebe55aef5efef","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e46ebe55aef5efef","status":"passed","time":{"start":1724921037652,"stop":1724921037652,"duration":0}},{"uid":"f938c92cc8759157","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f938c92cc8759157","status":"passed","time":{"start":1724921013066,"stop":1724921013066,"duration":0}},{"uid":"86af29bad2930a5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/86af29bad2930a5","status":"passed","time":{"start":1724917673306,"stop":1724917673306,"duration":0}},{"uid":"70a4b7774bd0df4d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/70a4b7774bd0df4d","status":"passed","time":{"start":1724889452325,"stop":1724889452326,"duration":1}},{"uid":"969346e88e749449","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/969346e88e749449","status":"passed","time":{"start":1724888602858,"stop":1724888602858,"duration":0}},{"uid":"a247edb42fd6ee0b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a247edb42fd6ee0b","status":"passed","time":{"start":1724887759178,"stop":1724887759179,"duration":1}},{"uid":"6f9a8c431daae9da","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6f9a8c431daae9da","status":"passed","time":{"start":1724886525556,"stop":1724886525556,"duration":0}},{"uid":"efb471c08b4a40c3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/efb471c08b4a40c3","status":"passed","time":{"start":1724886303412,"stop":1724886303412,"duration":0}},{"uid":"af6731648cf0f9f8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/af6731648cf0f9f8","status":"passed","time":{"start":1724861752249,"stop":1724861752249,"duration":0}},{"uid":"f375a34c151fe483","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f375a34c151fe483","status":"passed","time":{"start":1724861223369,"stop":1724861223369,"duration":0}},{"uid":"947f5f2404a2d8a7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/947f5f2404a2d8a7","status":"passed","time":{"start":1724861045218,"stop":1724861045218,"duration":0}},{"uid":"c15e2c3ac6b84c04","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c15e2c3ac6b84c04","status":"passed","time":{"start":1724860907104,"stop":1724860907104,"duration":0}}]},"1a50bec4969fd3e295a57fa1fd2af704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4922599fdd2c972","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4922599fdd2c972","status":"passed","time":{"start":1724921669871,"stop":1724921669871,"duration":0}},{"uid":"5e83fcdb2020af51","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5e83fcdb2020af51","status":"passed","time":{"start":1724921630268,"stop":1724921630268,"duration":0}},{"uid":"f57e46c69d5a8c72","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f57e46c69d5a8c72","status":"passed","time":{"start":1724918332988,"stop":1724918332988,"duration":0}},{"uid":"1acd04e453e83b1e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1acd04e453e83b1e","status":"passed","time":{"start":1724890089469,"stop":1724890089469,"duration":0}},{"uid":"d9bfc922d4d56bf8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9bfc922d4d56bf8","status":"passed","time":{"start":1724889224494,"stop":1724889224494,"duration":0}},{"uid":"1192fdd3a2e6995d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1192fdd3a2e6995d","status":"passed","time":{"start":1724888406347,"stop":1724888406348,"duration":1}},{"uid":"1eff8cdfa9230dd8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1eff8cdfa9230dd8","status":"passed","time":{"start":1724887175025,"stop":1724887175025,"duration":0}},{"uid":"ce19f6fb6ec4a623","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ce19f6fb6ec4a623","status":"passed","time":{"start":1724886952408,"stop":1724886952409,"duration":1}},{"uid":"d2cd83edb4a93cc2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d2cd83edb4a93cc2","status":"passed","time":{"start":1724862378565,"stop":1724862378565,"duration":0}},{"uid":"cee776c888e414d3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cee776c888e414d3","status":"passed","time":{"start":1724861846751,"stop":1724861846751,"duration":0}},{"uid":"ac9fa0deec4f44c0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac9fa0deec4f44c0","status":"passed","time":{"start":1724861702536,"stop":1724861702536,"duration":0}},{"uid":"16a5c9c5846eabb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/16a5c9c5846eabb","status":"passed","time":{"start":1724861533460,"stop":1724861533460,"duration":0}}]},"25967dcae89c0b081b803c8930ce3335:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5b86738318e43b80","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5b86738318e43b80","status":"passed","time":{"start":1724921061847,"stop":1724921061847,"duration":0}},{"uid":"b77ce8949c4a0220","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b77ce8949c4a0220","status":"passed","time":{"start":1724921037156,"stop":1724921037156,"duration":0}},{"uid":"8ca63a9f26cd7013","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8ca63a9f26cd7013","status":"passed","time":{"start":1724917697300,"stop":1724917697301,"duration":1}},{"uid":"fc26b282c99b0250","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc26b282c99b0250","status":"passed","time":{"start":1724889476082,"stop":1724889476083,"duration":1}},{"uid":"bfb17854a86c075d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bfb17854a86c075d","status":"passed","time":{"start":1724888626886,"stop":1724888626886,"duration":0}},{"uid":"ff225f3e2860689e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ff225f3e2860689e","status":"passed","time":{"start":1724887783107,"stop":1724887783107,"duration":0}},{"uid":"8a9cd6a065cf9ed8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a9cd6a065cf9ed8","status":"passed","time":{"start":1724886549918,"stop":1724886549919,"duration":1}},{"uid":"489f18cf40070714","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/489f18cf40070714","status":"passed","time":{"start":1724886327579,"stop":1724886327580,"duration":1}},{"uid":"a588939fb085a60d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a588939fb085a60d","status":"passed","time":{"start":1724861776805,"stop":1724861776806,"duration":1}},{"uid":"97f6436ee880cb8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/97f6436ee880cb8","status":"passed","time":{"start":1724861247298,"stop":1724861247298,"duration":0}},{"uid":"f0062004f84bdc1e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f0062004f84bdc1e","status":"passed","time":{"start":1724861071394,"stop":1724861071394,"duration":0}},{"uid":"bc3304e48c0cf034","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bc3304e48c0cf034","status":"passed","time":{"start":1724860931794,"stop":1724860931794,"duration":0}}]},"7628b6c04535c6954aa9f3a294401394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"289426509d231a13","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/289426509d231a13","status":"passed","time":{"start":1724861790767,"stop":1724861790767,"duration":0}}]},"acedf3366fa53445681e8f1e6fae85c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6ea1aef148ec4e8b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6ea1aef148ec4e8b","status":"passed","time":{"start":1724921270340,"stop":1724921270341,"duration":1}},{"uid":"ee95413fefbca718","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ee95413fefbca718","status":"passed","time":{"start":1724921247771,"stop":1724921247771,"duration":0}},{"uid":"a66ec558059103e6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a66ec558059103e6","status":"passed","time":{"start":1724917989807,"stop":1724917989808,"duration":1}},{"uid":"a6957816ec5c47b1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a6957816ec5c47b1","status":"passed","time":{"start":1724889678531,"stop":1724889678531,"duration":0}},{"uid":"1994ff4de4fefa57","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1994ff4de4fefa57","status":"passed","time":{"start":1724888829823,"stop":1724888829823,"duration":0}},{"uid":"b1a8d44a0d637da7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b1a8d44a0d637da7","status":"passed","time":{"start":1724888076970,"stop":1724888076970,"duration":0}},{"uid":"a19fdb420773810","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a19fdb420773810","status":"passed","time":{"start":1724886851109,"stop":1724886851110,"duration":1}},{"uid":"35a66005a1d74e8a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/35a66005a1d74e8a","status":"passed","time":{"start":1724886647053,"stop":1724886647054,"duration":1}},{"uid":"c2007f002e7c5a0a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2007f002e7c5a0a","status":"passed","time":{"start":1724861992700,"stop":1724861992700,"duration":0}},{"uid":"47e9fb08a14ed02a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/47e9fb08a14ed02a","status":"passed","time":{"start":1724861469626,"stop":1724861469627,"duration":1}},{"uid":"e70ee6f9ea92ff56","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e70ee6f9ea92ff56","status":"passed","time":{"start":1724861284843,"stop":1724861284844,"duration":1}},{"uid":"3cee10662f91a117","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3cee10662f91a117","status":"passed","time":{"start":1724861145769,"stop":1724861145770,"duration":1}}]},"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a2e25721a3b7cf1f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a2e25721a3b7cf1f","status":"passed","time":{"start":1724921297016,"stop":1724921297016,"duration":0}},{"uid":"d9bf48144c5a87e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d9bf48144c5a87e","status":"passed","time":{"start":1724921276370,"stop":1724921276370,"duration":0}},{"uid":"aa760eab07754bc9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/aa760eab07754bc9","status":"passed","time":{"start":1724917948328,"stop":1724917948328,"duration":0}},{"uid":"a5280b67c02fc2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5280b67c02fc2","status":"passed","time":{"start":1724889729013,"stop":1724889729013,"duration":0}},{"uid":"9951277756c5e6bf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9951277756c5e6bf","status":"passed","time":{"start":1724888864958,"stop":1724888864958,"duration":0}},{"uid":"f991134dbf5af47f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f991134dbf5af47f","status":"passed","time":{"start":1724888053750,"stop":1724888053750,"duration":0}},{"uid":"a26578cbe1c5a15","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a26578cbe1c5a15","status":"passed","time":{"start":1724886811664,"stop":1724886811665,"duration":1}},{"uid":"967c04265a06cedb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/967c04265a06cedb","status":"passed","time":{"start":1724886581007,"stop":1724886581007,"duration":0}},{"uid":"2e43a7534d460bef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2e43a7534d460bef","status":"passed","time":{"start":1724862019564,"stop":1724862019564,"duration":0}},{"uid":"21116996afe66bb7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/21116996afe66bb7","status":"passed","time":{"start":1724861493940,"stop":1724861493940,"duration":0}},{"uid":"b099ba237ee1686a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b099ba237ee1686a","status":"passed","time":{"start":1724861318045,"stop":1724861318045,"duration":0}},{"uid":"eeb1a230ea606cf2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/eeb1a230ea606cf2","status":"passed","time":{"start":1724861178519,"stop":1724861178519,"duration":0}}]},"0bf41711554dabf2339905dbd12124f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8f1267f4bf9c793a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8f1267f4bf9c793a","status":"passed","time":{"start":1724887127873,"stop":1724887127873,"duration":0}}]},"97f22b3fcd076ea410cf79af11cbf23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9f5a16b5e31e3b2d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9f5a16b5e31e3b2d","status":"passed","time":{"start":1724921071995,"stop":1724921071995,"duration":0}},{"uid":"5ef12301aad31919","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5ef12301aad31919","status":"passed","time":{"start":1724921046825,"stop":1724921046826,"duration":1}},{"uid":"e77a7b4e6131a885","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e77a7b4e6131a885","status":"passed","time":{"start":1724917707025,"stop":1724917707025,"duration":0}},{"uid":"de74d18187b69f1f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/de74d18187b69f1f","status":"passed","time":{"start":1724889485861,"stop":1724889485861,"duration":0}},{"uid":"7182b53f561513fe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7182b53f561513fe","status":"passed","time":{"start":1724888636621,"stop":1724888636621,"duration":0}},{"uid":"c0b7f85777ea29af","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c0b7f85777ea29af","status":"passed","time":{"start":1724887792856,"stop":1724887792857,"duration":1}},{"uid":"ae7ad6abccf5f969","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ae7ad6abccf5f969","status":"passed","time":{"start":1724886559725,"stop":1724886559725,"duration":0}},{"uid":"6abb596307f722d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6abb596307f722d","status":"passed","time":{"start":1724886337378,"stop":1724886337378,"duration":0}},{"uid":"74a1a74e38b2b280","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/74a1a74e38b2b280","status":"passed","time":{"start":1724861786731,"stop":1724861786731,"duration":0}},{"uid":"42caf274e3be3563","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/42caf274e3be3563","status":"passed","time":{"start":1724861257213,"stop":1724861257213,"duration":0}},{"uid":"fe590c4b2f812836","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fe590c4b2f812836","status":"passed","time":{"start":1724861081087,"stop":1724861081087,"duration":0}},{"uid":"77c66252c51fd1bf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/77c66252c51fd1bf","status":"passed","time":{"start":1724860941732,"stop":1724860941733,"duration":1}}]},"27f6d6fd7dfa0b48059aa500fbbaef58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e583591bc7915857","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e583591bc7915857","status":"passed","time":{"start":1724921270342,"stop":1724921270343,"duration":1}},{"uid":"fa3b24c1bdb3570f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fa3b24c1bdb3570f","status":"passed","time":{"start":1724921247773,"stop":1724921247773,"duration":0}},{"uid":"674b44625cc96bab","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/674b44625cc96bab","status":"passed","time":{"start":1724917989810,"stop":1724917989810,"duration":0}},{"uid":"1c7e93c91be14247","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c7e93c91be14247","status":"passed","time":{"start":1724889678533,"stop":1724889678533,"duration":0}},{"uid":"d6de88b77e3dbc07","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d6de88b77e3dbc07","status":"passed","time":{"start":1724888829827,"stop":1724888829828,"duration":1}},{"uid":"93e5c350a73005ff","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/93e5c350a73005ff","status":"passed","time":{"start":1724888076974,"stop":1724888076975,"duration":1}},{"uid":"939292db16290145","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/939292db16290145","status":"passed","time":{"start":1724886851113,"stop":1724886851114,"duration":1}},{"uid":"c2a088d4f92faa55","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c2a088d4f92faa55","status":"passed","time":{"start":1724886647059,"stop":1724886647062,"duration":3}},{"uid":"99c846883dd91442","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/99c846883dd91442","status":"passed","time":{"start":1724861992703,"stop":1724861992704,"duration":1}},{"uid":"adb645fa8ff20cd7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/adb645fa8ff20cd7","status":"passed","time":{"start":1724861469631,"stop":1724861469632,"duration":1}},{"uid":"644c0099cc462797","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/644c0099cc462797","status":"passed","time":{"start":1724861284845,"stop":1724861284846,"duration":1}},{"uid":"f707de66e20b5dcb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f707de66e20b5dcb","status":"passed","time":{"start":1724861145772,"stop":1724861145772,"duration":0}}]},"cc2494cbafccda2d5d901a0ac2192818:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"16acb40e001aa5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/16acb40e001aa5","status":"passed","time":{"start":1724890030103,"stop":1724890030104,"duration":1}}]},"604a6d213c620d88cccde28490bb2c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"20feb5f64781035d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/20feb5f64781035d","status":"passed","time":{"start":1724921515249,"stop":1724921515249,"duration":0}},{"uid":"4b3d2863785caea8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4b3d2863785caea8","status":"passed","time":{"start":1724921475501,"stop":1724921475502,"duration":1}},{"uid":"59cad9492b23e3b1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/59cad9492b23e3b1","status":"passed","time":{"start":1724918179416,"stop":1724918179416,"duration":0}},{"uid":"bf3986ba488472a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf3986ba488472a1","status":"passed","time":{"start":1724889935351,"stop":1724889935351,"duration":0}},{"uid":"b2e7135282a8ffe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b2e7135282a8ffe","status":"passed","time":{"start":1724889072766,"stop":1724889072766,"duration":0}},{"uid":"a1e9c2d680b5dc6d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a1e9c2d680b5dc6d","status":"passed","time":{"start":1724888232426,"stop":1724888232427,"duration":1}},{"uid":"b825e07a50ed3149","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b825e07a50ed3149","status":"passed","time":{"start":1724887018314,"stop":1724887018314,"duration":0}},{"uid":"f80ecff9d7bae797","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f80ecff9d7bae797","status":"passed","time":{"start":1724886781502,"stop":1724886781502,"duration":0}},{"uid":"29756942668d3ab3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29756942668d3ab3","status":"passed","time":{"start":1724862213682,"stop":1724862213682,"duration":0}},{"uid":"7e54546f2aa4d922","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7e54546f2aa4d922","status":"passed","time":{"start":1724861685879,"stop":1724861685879,"duration":0}},{"uid":"ce159ca338160e12","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ce159ca338160e12","status":"passed","time":{"start":1724861546202,"stop":1724861546204,"duration":2}},{"uid":"eefb1f23f802231d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/eefb1f23f802231d","status":"passed","time":{"start":1724861378123,"stop":1724861378124,"duration":1}}]},"ba322ba153570f18fb0b429530f13b68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"719aeb0a6f09b8ff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/719aeb0a6f09b8ff","status":"passed","time":{"start":1724921061620,"stop":1724921061622,"duration":2}},{"uid":"758a0a364f553e96","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/758a0a364f553e96","status":"passed","time":{"start":1724921036643,"stop":1724921036643,"duration":0}},{"uid":"b2ea81a4ad2af872","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b2ea81a4ad2af872","status":"passed","time":{"start":1724917696748,"stop":1724917696748,"duration":0}},{"uid":"b47da2d14f08b811","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b47da2d14f08b811","status":"passed","time":{"start":1724889476024,"stop":1724889476024,"duration":0}},{"uid":"4863520545749c96","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4863520545749c96","status":"passed","time":{"start":1724888626864,"stop":1724888626864,"duration":0}},{"uid":"b6caf84a8797f9dc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b6caf84a8797f9dc","status":"passed","time":{"start":1724887782852,"stop":1724887782852,"duration":0}},{"uid":"7c726659386449a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7c726659386449a","status":"passed","time":{"start":1724886549391,"stop":1724886549392,"duration":1}},{"uid":"dc3b2c3d997b9d3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dc3b2c3d997b9d3","status":"passed","time":{"start":1724886327496,"stop":1724886327496,"duration":0}},{"uid":"d545ac225213d13f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d545ac225213d13f","status":"passed","time":{"start":1724861776391,"stop":1724861776391,"duration":0}},{"uid":"517b6e9764dcf99d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/517b6e9764dcf99d","status":"passed","time":{"start":1724861247047,"stop":1724861247047,"duration":0}},{"uid":"7db7f3c087ce9391","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7db7f3c087ce9391","status":"passed","time":{"start":1724861070814,"stop":1724861070814,"duration":0}},{"uid":"1ff7f52bf233cd46","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1ff7f52bf233cd46","status":"passed","time":{"start":1724860931511,"stop":1724860931511,"duration":0}}]},"1952c5b215f2a7dd3efa57d7c168d26d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3ba9120d1e103abd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3ba9120d1e103abd","status":"passed","time":{"start":1724921297000,"stop":1724921297001,"duration":1}},{"uid":"57435e8957e7525d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/57435e8957e7525d","status":"passed","time":{"start":1724921276364,"stop":1724921276364,"duration":0}},{"uid":"7ff2c434eb8bf05b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7ff2c434eb8bf05b","status":"passed","time":{"start":1724917948313,"stop":1724917948313,"duration":0}},{"uid":"5fb27a997584d2cc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5fb27a997584d2cc","status":"passed","time":{"start":1724889729005,"stop":1724889729005,"duration":0}},{"uid":"e337619998694f0d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e337619998694f0d","status":"passed","time":{"start":1724888864950,"stop":1724888864951,"duration":1}},{"uid":"be7cf96dfe23ef72","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/be7cf96dfe23ef72","status":"passed","time":{"start":1724888053738,"stop":1724888053739,"duration":1}},{"uid":"e4acc54ae8642447","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e4acc54ae8642447","status":"passed","time":{"start":1724886811650,"stop":1724886811653,"duration":3}},{"uid":"b76f810032b1cb00","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b76f810032b1cb00","status":"passed","time":{"start":1724886581001,"stop":1724886581001,"duration":0}},{"uid":"7d6b5684d3bd649c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7d6b5684d3bd649c","status":"passed","time":{"start":1724862019557,"stop":1724862019557,"duration":0}},{"uid":"ed8c3817c72e2b4c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ed8c3817c72e2b4c","status":"passed","time":{"start":1724861493934,"stop":1724861493934,"duration":0}},{"uid":"6a604f30a446c674","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6a604f30a446c674","status":"passed","time":{"start":1724861318018,"stop":1724861318019,"duration":1}},{"uid":"9ab2697b2e031fd4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9ab2697b2e031fd4","status":"passed","time":{"start":1724861178509,"stop":1724861178510,"duration":1}}]},"e791e755b2d4497a2709581f61e78d8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6609f7a367739bca","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6609f7a367739bca","status":"passed","time":{"start":1724921497761,"stop":1724921497762,"duration":1}},{"uid":"bee63fb599f785a5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bee63fb599f785a5","status":"passed","time":{"start":1724921408417,"stop":1724921408418,"duration":1}},{"uid":"d9f530bc11cabb29","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d9f530bc11cabb29","status":"passed","time":{"start":1724918086873,"stop":1724918086873,"duration":0}},{"uid":"eb2f02a7f98ff2a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eb2f02a7f98ff2a7","status":"passed","time":{"start":1724889892449,"stop":1724889892450,"duration":1}},{"uid":"a030f305885edd45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a030f305885edd45","status":"passed","time":{"start":1724888997219,"stop":1724888997219,"duration":0}},{"uid":"5f2a92c477baef7c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5f2a92c477baef7c","status":"passed","time":{"start":1724888159511,"stop":1724888159512,"duration":1}},{"uid":"aac612666a42358","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aac612666a42358","status":"passed","time":{"start":1724886937312,"stop":1724886937313,"duration":1}},{"uid":"7c4f3607ea9551bb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7c4f3607ea9551bb","status":"passed","time":{"start":1724886709811,"stop":1724886709812,"duration":1}},{"uid":"b931ebef489aca73","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b931ebef489aca73","status":"passed","time":{"start":1724862123540,"stop":1724862123540,"duration":0}},{"uid":"cc8a456fe931a476","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cc8a456fe931a476","status":"passed","time":{"start":1724861620108,"stop":1724861620108,"duration":0}},{"uid":"f3df894e56bccd02","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f3df894e56bccd02","status":"passed","time":{"start":1724861460255,"stop":1724861460255,"duration":0}},{"uid":"f420b0a21ad59edd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f420b0a21ad59edd","status":"passed","time":{"start":1724861330175,"stop":1724861330175,"duration":0}}]},"0fa2be0ada87544e3d39c9168807ce42:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"890747a6931ab638","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/890747a6931ab638","status":"passed","time":{"start":1724921619632,"stop":1724921619633,"duration":1}}]},"197770d02ce9f51729a1a1f544436a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9efeb4a4ac30b47e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9efeb4a4ac30b47e","status":"passed","time":{"start":1724887127876,"stop":1724887127877,"duration":1}}]},"a4d896a003ec2e849eac11118cafae7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e7013a29c3a3bbdb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e7013a29c3a3bbdb","status":"passed","time":{"start":1724921515236,"stop":1724921515236,"duration":0}},{"uid":"134fce3eea9a8efa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/134fce3eea9a8efa","status":"passed","time":{"start":1724921475468,"stop":1724921475498,"duration":30}},{"uid":"bc8b42ff26f42246","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bc8b42ff26f42246","status":"passed","time":{"start":1724918179409,"stop":1724918179409,"duration":0}},{"uid":"bb9beddb2045384a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bb9beddb2045384a","status":"passed","time":{"start":1724889935348,"stop":1724889935348,"duration":0}},{"uid":"629e373f0243c869","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/629e373f0243c869","status":"passed","time":{"start":1724889072762,"stop":1724889072763,"duration":1}},{"uid":"e9a75bb5942e3f3b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e9a75bb5942e3f3b","status":"passed","time":{"start":1724888232423,"stop":1724888232424,"duration":1}},{"uid":"616aee0367363225","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/616aee0367363225","status":"passed","time":{"start":1724887018310,"stop":1724887018311,"duration":1}},{"uid":"7273c3f30025d2b4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7273c3f30025d2b4","status":"passed","time":{"start":1724886781490,"stop":1724886781497,"duration":7}},{"uid":"d0f49fd53fba1b8b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d0f49fd53fba1b8b","status":"passed","time":{"start":1724862213671,"stop":1724862213671,"duration":0}},{"uid":"95c840fbe5c351f8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/95c840fbe5c351f8","status":"passed","time":{"start":1724861685867,"stop":1724861685871,"duration":4}},{"uid":"b89715ff550e48cd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b89715ff550e48cd","status":"passed","time":{"start":1724861546198,"stop":1724861546199,"duration":1}},{"uid":"9098c586eca859e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9098c586eca859e","status":"passed","time":{"start":1724861378120,"stop":1724861378120,"duration":0}}]},"28154359a6c41f56888f6e637595a22a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"60a3aea8c4f918c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/60a3aea8c4f918c","status":"passed","time":{"start":1724861655161,"stop":1724861655161,"duration":0}}]},"0f0fca2211e4cb3370bd696e6c619f92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"a3d709224d0c390b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a3d709224d0c390b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515257,"stop":1724921515257,"duration":0}},{"uid":"c85b9c6ef31f5817","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c85b9c6ef31f5817","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475519,"stop":1724921475519,"duration":0}},{"uid":"4b31de1b421a1440","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4b31de1b421a1440","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179438,"stop":1724918179438,"duration":0}},{"uid":"539e8fb2ca3f5220","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/539e8fb2ca3f5220","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935353,"stop":1724889935353,"duration":0}},{"uid":"9421795fd312d0ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9421795fd312d0ee","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072769,"stop":1724889072769,"duration":0}},{"uid":"3963508aa904057a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3963508aa904057a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232429,"stop":1724888232429,"duration":0}},{"uid":"cdc790eb99416071","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cdc790eb99416071","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018318,"stop":1724887018318,"duration":0}},{"uid":"bc754dc17e0c760e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bc754dc17e0c760e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781505,"stop":1724886781506,"duration":1}},{"uid":"90073e84ddeb98c2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/90073e84ddeb98c2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213685,"stop":1724862213685,"duration":0}},{"uid":"4e6e9671c52e47c8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4e6e9671c52e47c8","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861685889,"stop":1724861685890,"duration":1}},{"uid":"4629dca7a765fc80","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4629dca7a765fc80","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546213,"stop":1724861546213,"duration":0}},{"uid":"c5758f2738436d5e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c5758f2738436d5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378126,"stop":1724861378126,"duration":0}}]},"3f694b98511bc3e2b7e9dc634521f5f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f0e77a362b7a749c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f0e77a362b7a749c","status":"passed","time":{"start":1724921270367,"stop":1724921270368,"duration":1}},{"uid":"d57b698f573013d2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d57b698f573013d2","status":"passed","time":{"start":1724921247832,"stop":1724921247833,"duration":1}},{"uid":"5cd268fce6e03d9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5cd268fce6e03d9","status":"passed","time":{"start":1724917989830,"stop":1724917989830,"duration":0}},{"uid":"543677586f49aea9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/543677586f49aea9","status":"passed","time":{"start":1724889678580,"stop":1724889678580,"duration":0}},{"uid":"5b428099e1fa23b0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b428099e1fa23b0","status":"passed","time":{"start":1724888829853,"stop":1724888829854,"duration":1}},{"uid":"830ebe3423694301","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/830ebe3423694301","status":"passed","time":{"start":1724888077021,"stop":1724888077021,"duration":0}},{"uid":"107e1c789eda79fd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/107e1c789eda79fd","status":"passed","time":{"start":1724886851134,"stop":1724886851134,"duration":0}},{"uid":"e993dc818e267434","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e993dc818e267434","status":"passed","time":{"start":1724886647127,"stop":1724886647128,"duration":1}},{"uid":"fee919fb8ac2d142","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fee919fb8ac2d142","status":"passed","time":{"start":1724861992719,"stop":1724861992719,"duration":0}},{"uid":"b0ffe380340a4b83","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b0ffe380340a4b83","status":"passed","time":{"start":1724861469652,"stop":1724861469652,"duration":0}},{"uid":"f39bb5d434a16770","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f39bb5d434a16770","status":"passed","time":{"start":1724861284874,"stop":1724861284874,"duration":0}},{"uid":"9b108b029fbd39b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9b108b029fbd39b","status":"passed","time":{"start":1724861145826,"stop":1724861145826,"duration":0}}]},"0685c3573281e9f6734365d26d220c25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"1356912a63875a59","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1356912a63875a59","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921583487,"stop":1724921583487,"duration":0}},{"uid":"36421b479f43b0fa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/36421b479f43b0fa","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921494522,"stop":1724921494522,"duration":0}},{"uid":"ac857e1ff2231a3e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ac857e1ff2231a3e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918216287,"stop":1724918216287,"duration":0}},{"uid":"e7bb0ab19ccd0228","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e7bb0ab19ccd0228","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889979499,"stop":1724889979499,"duration":0}},{"uid":"7df8a43f57ee4df7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7df8a43f57ee4df7","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889083636,"stop":1724889083637,"duration":1}},{"uid":"d56d0f78fa2670f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d56d0f78fa2670f9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888284641,"stop":1724888284641,"duration":0}},{"uid":"3d2659f8ee404a41","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3d2659f8ee404a41","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887046098,"stop":1724887046098,"duration":0}},{"uid":"a2779b93c4b2d691","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a2779b93c4b2d691","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886828839,"stop":1724886828839,"duration":0}},{"uid":"f7ad62167f9bc4cc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7ad62167f9bc4cc","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862236791,"stop":1724862236791,"duration":0}},{"uid":"83e5d8a3c5c15dc8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/83e5d8a3c5c15dc8","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861713626,"stop":1724861713626,"duration":0}},{"uid":"f280006d2dd8477e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f280006d2dd8477e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861586771,"stop":1724861586772,"duration":1}},{"uid":"691d006d264a13a9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/691d006d264a13a9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861418250,"stop":1724861418250,"duration":0}}]},"20a01a46586ff5b73dfc467df17013c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fac4967e659b43e0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fac4967e659b43e0","status":"passed","time":{"start":1724918179412,"stop":1724918179413,"duration":1}}]},"4a2731bb29ff2d77778d73a3e8db5629:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3a9e5e905752e28f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3a9e5e905752e28f","status":"passed","time":{"start":1724921669870,"stop":1724921669870,"duration":0}},{"uid":"20e29845b666b637","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/20e29845b666b637","status":"passed","time":{"start":1724921630267,"stop":1724921630267,"duration":0}},{"uid":"64c70c5472b53256","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/64c70c5472b53256","status":"passed","time":{"start":1724918332987,"stop":1724918332987,"duration":0}},{"uid":"3df9bd0af1782b02","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3df9bd0af1782b02","status":"passed","time":{"start":1724890089468,"stop":1724890089468,"duration":0}},{"uid":"1400cbf2a5d3e0b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1400cbf2a5d3e0b2","status":"passed","time":{"start":1724889224491,"stop":1724889224492,"duration":1}},{"uid":"2261ca9fa78f5470","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2261ca9fa78f5470","status":"passed","time":{"start":1724888406346,"stop":1724888406346,"duration":0}},{"uid":"5c31111f4a0efd92","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5c31111f4a0efd92","status":"passed","time":{"start":1724887175023,"stop":1724887175024,"duration":1}},{"uid":"a74a6a4bb16bf637","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a74a6a4bb16bf637","status":"passed","time":{"start":1724886952407,"stop":1724886952407,"duration":0}},{"uid":"21a3f0c69c41749b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/21a3f0c69c41749b","status":"passed","time":{"start":1724862378561,"stop":1724862378561,"duration":0}},{"uid":"7fcf32bcceb47999","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7fcf32bcceb47999","status":"passed","time":{"start":1724861846749,"stop":1724861846750,"duration":1}},{"uid":"2dda6f968480825d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2dda6f968480825d","status":"passed","time":{"start":1724861702535,"stop":1724861702535,"duration":0}},{"uid":"54103fd1b787732b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/54103fd1b787732b","status":"passed","time":{"start":1724861533459,"stop":1724861533459,"duration":0}}]},"3d906316c35f40bf2e37ebe7e263cff6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"90459e9c1f5eef8c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/90459e9c1f5eef8c","status":"passed","time":{"start":1724921625048,"stop":1724921625049,"duration":1}},{"uid":"feb0e22868c205f2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/feb0e22868c205f2","status":"passed","time":{"start":1724921590494,"stop":1724921590494,"duration":0}},{"uid":"3072d8e6699236d7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3072d8e6699236d7","status":"passed","time":{"start":1724918287563,"stop":1724918287564,"duration":1}},{"uid":"8388aca45b2c2ed8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8388aca45b2c2ed8","status":"passed","time":{"start":1724890047786,"stop":1724890047786,"duration":0}},{"uid":"b1d57fdb070ed85e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1d57fdb070ed85e","status":"passed","time":{"start":1724889183919,"stop":1724889183919,"duration":0}},{"uid":"11ff2a3c6b3eed75","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/11ff2a3c6b3eed75","status":"passed","time":{"start":1724888354164,"stop":1724888354164,"duration":0}},{"uid":"4cf72b201f574123","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4cf72b201f574123","status":"passed","time":{"start":1724887145656,"stop":1724887145656,"duration":0}},{"uid":"d691347e2d1e7202","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d691347e2d1e7202","status":"passed","time":{"start":1724886915785,"stop":1724886915785,"duration":0}},{"uid":"ce2fa100b67bf6e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ce2fa100b67bf6e0","status":"passed","time":{"start":1724862341436,"stop":1724862341436,"duration":0}},{"uid":"bb7a0754238af5b6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bb7a0754238af5b6","status":"passed","time":{"start":1724861805441,"stop":1724861805441,"duration":0}},{"uid":"5df8fc75219c9024","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5df8fc75219c9024","status":"passed","time":{"start":1724861662254,"stop":1724861662255,"duration":1}},{"uid":"d66b4dab5a73d2aa","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d66b4dab5a73d2aa","status":"passed","time":{"start":1724861492507,"stop":1724861492507,"duration":0}}]},"1174bd6eca5cd725370bbe8b840f7a87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c0ece4634e0b95f4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c0ece4634e0b95f4","status":"passed","time":{"start":1724886906379,"stop":1724886906379,"duration":0}}]},"bb5eea5e98b2b1076d381d1ed36dfdcd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"dabf97c1a6c9b097","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dabf97c1a6c9b097","status":"passed","time":{"start":1724921040178,"stop":1724921040179,"duration":1}},{"uid":"c7b666264a44e454","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c7b666264a44e454","status":"passed","time":{"start":1724921015571,"stop":1724921015572,"duration":1}},{"uid":"1b9d8f02622d502e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1b9d8f02622d502e","status":"passed","time":{"start":1724917675796,"stop":1724917675797,"duration":1}},{"uid":"2fd6c11177d9b505","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2fd6c11177d9b505","status":"passed","time":{"start":1724889454804,"stop":1724889454805,"duration":1}},{"uid":"d945e6f21f73cefd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d945e6f21f73cefd","status":"passed","time":{"start":1724888605320,"stop":1724888605321,"duration":1}},{"uid":"43807dc0c2316e9b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/43807dc0c2316e9b","status":"passed","time":{"start":1724887761645,"stop":1724887761646,"duration":1}},{"uid":"46ec2ca8c141ae26","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/46ec2ca8c141ae26","status":"passed","time":{"start":1724886527991,"stop":1724886527992,"duration":1}},{"uid":"f9e58360376a91fa","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f9e58360376a91fa","status":"passed","time":{"start":1724886305810,"stop":1724886305811,"duration":1}},{"uid":"a2a81d0841a1d597","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2a81d0841a1d597","status":"passed","time":{"start":1724861754707,"stop":1724861754708,"duration":1}},{"uid":"a75d032a2a569ec7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a75d032a2a569ec7","status":"passed","time":{"start":1724861225780,"stop":1724861225781,"duration":1}},{"uid":"5daeb241b52d4339","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5daeb241b52d4339","status":"passed","time":{"start":1724861047866,"stop":1724861047868,"duration":2}},{"uid":"a36487d7152c50bc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a36487d7152c50bc","status":"passed","time":{"start":1724860909783,"stop":1724860909784,"duration":1}}]},"2c256b2792578e9f3c8bcd6bdf43b6b3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5a30b17b0f6edf1f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5a30b17b0f6edf1f","status":"passed","time":{"start":1724889072765,"stop":1724889072766,"duration":1}}]},"9ce476103abaa385e73a7ec0ac98642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"76a24f27b4f7d184","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/76a24f27b4f7d184","status":"passed","time":{"start":1724921198885,"stop":1724921198885,"duration":0}},{"uid":"66137ef827c4987e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/66137ef827c4987e","status":"passed","time":{"start":1724921172338,"stop":1724921172338,"duration":0}},{"uid":"6222e6812e6ddb23","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6222e6812e6ddb23","status":"passed","time":{"start":1724917841036,"stop":1724917841038,"duration":2}},{"uid":"101c0aeb3b0a019","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/101c0aeb3b0a019","status":"passed","time":{"start":1724889622280,"stop":1724889622280,"duration":0}},{"uid":"6558067faad284c5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6558067faad284c5","status":"passed","time":{"start":1724888769659,"stop":1724888769660,"duration":1}},{"uid":"caad74bd3e20773e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/caad74bd3e20773e","status":"passed","time":{"start":1724887926165,"stop":1724887926165,"duration":0}},{"uid":"cbc47a3d91cc1e2c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cbc47a3d91cc1e2c","status":"passed","time":{"start":1724886693072,"stop":1724886693076,"duration":4}},{"uid":"728c74e4e1743dc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/728c74e4e1743dc","status":"passed","time":{"start":1724886468813,"stop":1724886468826,"duration":13}},{"uid":"b24f68489d23d5d6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b24f68489d23d5d6","status":"passed","time":{"start":1724861918244,"stop":1724861918245,"duration":1}},{"uid":"f5dd7d05cca6413a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f5dd7d05cca6413a","status":"passed","time":{"start":1724861388577,"stop":1724861388580,"duration":3}},{"uid":"d4b75fa312a99c2c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d4b75fa312a99c2c","status":"passed","time":{"start":1724861221407,"stop":1724861221407,"duration":0}},{"uid":"4e07bd1cb8124590","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4e07bd1cb8124590","status":"passed","time":{"start":1724861075799,"stop":1724861075800,"duration":1}}]},"538a93fa0970e79a10a30417bc0b0687:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5259d11ad9f9236b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5259d11ad9f9236b","status":"passed","time":{"start":1724921040179,"stop":1724921040179,"duration":0}},{"uid":"afa166917d9e138d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/afa166917d9e138d","status":"passed","time":{"start":1724921015572,"stop":1724921015573,"duration":1}},{"uid":"88c77edae290fac1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/88c77edae290fac1","status":"passed","time":{"start":1724917675798,"stop":1724917675798,"duration":0}},{"uid":"725b5a5b3a293484","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/725b5a5b3a293484","status":"passed","time":{"start":1724889454806,"stop":1724889454806,"duration":0}},{"uid":"b61051b895eafa9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b61051b895eafa9d","status":"passed","time":{"start":1724888605321,"stop":1724888605322,"duration":1}},{"uid":"ec7d5cbbf9f3ebe5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ec7d5cbbf9f3ebe5","status":"passed","time":{"start":1724887761647,"stop":1724887761647,"duration":0}},{"uid":"b862cb74c765b1ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b862cb74c765b1ba","status":"passed","time":{"start":1724886527992,"stop":1724886527992,"duration":0}},{"uid":"6798706b2512bc8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6798706b2512bc8","status":"passed","time":{"start":1724886305811,"stop":1724886305811,"duration":0}},{"uid":"47aced625c3860f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/47aced625c3860f9","status":"passed","time":{"start":1724861754708,"stop":1724861754709,"duration":1}},{"uid":"abb5562b8914cda1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/abb5562b8914cda1","status":"passed","time":{"start":1724861225781,"stop":1724861225781,"duration":0}},{"uid":"374539aee3911e28","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/374539aee3911e28","status":"passed","time":{"start":1724861047868,"stop":1724861047868,"duration":0}},{"uid":"eaaa959a4ab4f072","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/eaaa959a4ab4f072","status":"passed","time":{"start":1724860909784,"stop":1724860909784,"duration":0}}]},"38d054f0a9dafbe10aee2f2b0de87a9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"46cb6165c90353c1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/46cb6165c90353c1","status":"passed","time":{"start":1724921602952,"stop":1724921602954,"duration":2}},{"uid":"e7c806dd95928928","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e7c806dd95928928","status":"passed","time":{"start":1724921571098,"stop":1724921571098,"duration":0}},{"uid":"d45a3ade45dcdb40","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d45a3ade45dcdb40","status":"passed","time":{"start":1724918285587,"stop":1724918285591,"duration":4}},{"uid":"dc5d11f87a0d5727","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dc5d11f87a0d5727","status":"passed","time":{"start":1724890030091,"stop":1724890030091,"duration":0}},{"uid":"d7b4be40ea27a70a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d7b4be40ea27a70a","status":"passed","time":{"start":1724889171909,"stop":1724889171909,"duration":0}},{"uid":"cb95a309cc684303","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cb95a309cc684303","status":"passed","time":{"start":1724888350722,"stop":1724888350722,"duration":0}},{"uid":"ac4e01fb45fc753c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ac4e01fb45fc753c","status":"passed","time":{"start":1724887115409,"stop":1724887115409,"duration":0}},{"uid":"2fc9d3b1c7f6e03d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2fc9d3b1c7f6e03d","status":"passed","time":{"start":1724886884576,"stop":1724886884576,"duration":0}},{"uid":"d6fb319bf8bc2cbf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d6fb319bf8bc2cbf","status":"passed","time":{"start":1724862322258,"stop":1724862322258,"duration":0}},{"uid":"eed53e9281e329cf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/eed53e9281e329cf","status":"passed","time":{"start":1724861790752,"stop":1724861790752,"duration":0}},{"uid":"f791440703229efd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f791440703229efd","status":"passed","time":{"start":1724861628421,"stop":1724861628421,"duration":0}},{"uid":"55b7e5d66c547947","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/55b7e5d66c547947","status":"passed","time":{"start":1724861465626,"stop":1724861465626,"duration":0}}]},"2fd5d18bbb6113668c2a5d3db8ef339f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7eb06d0ce00d8e25","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7eb06d0ce00d8e25","status":"passed","time":{"start":1724890032292,"stop":1724890032293,"duration":1}}]},"1da39871a16850b1e795e34b74d4782e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dc70c3aaac0ed831","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dc70c3aaac0ed831","status":"passed","time":{"start":1724918229402,"stop":1724918229402,"duration":0}}]},"34e68599a06ccc0ab4fc2e8f93b6a69a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"492e87a099129c9c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/492e87a099129c9c","status":"passed","time":{"start":1724921267880,"stop":1724921267880,"duration":0}},{"uid":"ed6c2c2944b35e8d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ed6c2c2944b35e8d","status":"passed","time":{"start":1724921244397,"stop":1724921244398,"duration":1}},{"uid":"b00d34f7361845f5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b00d34f7361845f5","status":"passed","time":{"start":1724917916059,"stop":1724917916060,"duration":1}},{"uid":"1b43019052db498c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1b43019052db498c","status":"passed","time":{"start":1724889678260,"stop":1724889678261,"duration":1}},{"uid":"f3e0cd00e166b8f0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3e0cd00e166b8f0","status":"passed","time":{"start":1724888831690,"stop":1724888831690,"duration":0}},{"uid":"30f7fd5fe3b7b83c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/30f7fd5fe3b7b83c","status":"passed","time":{"start":1724888003324,"stop":1724888003325,"duration":1}},{"uid":"ccaa48708e48543a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ccaa48708e48543a","status":"passed","time":{"start":1724886776614,"stop":1724886776615,"duration":1}},{"uid":"c7e5c4943ebea38d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c7e5c4943ebea38d","status":"passed","time":{"start":1724886555803,"stop":1724886555803,"duration":0}},{"uid":"f2d0afb85ec0480c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2d0afb85ec0480c","status":"passed","time":{"start":1724861983015,"stop":1724861983016,"duration":1}},{"uid":"121cfd33c9c1b855","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/121cfd33c9c1b855","status":"passed","time":{"start":1724861444071,"stop":1724861444072,"duration":1}},{"uid":"fd4025c960e39c3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fd4025c960e39c3","status":"passed","time":{"start":1724861285840,"stop":1724861285840,"duration":0}},{"uid":"4f6f1f93754eda82","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4f6f1f93754eda82","status":"passed","time":{"start":1724861145677,"stop":1724861145677,"duration":0}}]},"b65817d0318fff046c92dcd2832bd7af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"62259b84ac0a174d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/62259b84ac0a174d","status":"passed","time":{"start":1724921625093,"stop":1724921625093,"duration":0}},{"uid":"f02ee5c22dbb063d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f02ee5c22dbb063d","status":"passed","time":{"start":1724921590512,"stop":1724921590513,"duration":1}},{"uid":"6d93cd7a87a6e42f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6d93cd7a87a6e42f","status":"passed","time":{"start":1724918287578,"stop":1724918287578,"duration":0}},{"uid":"1eb5da9488429dcf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1eb5da9488429dcf","status":"passed","time":{"start":1724890047804,"stop":1724890047806,"duration":2}},{"uid":"a83a64401fee32bb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a83a64401fee32bb","status":"passed","time":{"start":1724889183949,"stop":1724889183949,"duration":0}},{"uid":"50d41f6cdec22c3f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/50d41f6cdec22c3f","status":"passed","time":{"start":1724888354189,"stop":1724888354190,"duration":1}},{"uid":"787bfee9c3339848","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/787bfee9c3339848","status":"passed","time":{"start":1724887145732,"stop":1724887145732,"duration":0}},{"uid":"a9169250fa5fabef","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a9169250fa5fabef","status":"passed","time":{"start":1724886915810,"stop":1724886915812,"duration":2}},{"uid":"99d10c89dcbba002","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/99d10c89dcbba002","status":"passed","time":{"start":1724862341467,"stop":1724862341468,"duration":1}},{"uid":"f0a013585cfff602","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f0a013585cfff602","status":"passed","time":{"start":1724861805473,"stop":1724861805473,"duration":0}},{"uid":"7e867b63c7585ad8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7e867b63c7585ad8","status":"passed","time":{"start":1724861662301,"stop":1724861662302,"duration":1}},{"uid":"c9e819f8c2aba59e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c9e819f8c2aba59e","status":"passed","time":{"start":1724861492530,"stop":1724861492530,"duration":0}}]},"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d984d3f99244cc7d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d984d3f99244cc7d","status":"passed","time":{"start":1724921672582,"stop":1724921672582,"duration":0}},{"uid":"9105e0bae7e8266d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9105e0bae7e8266d","status":"passed","time":{"start":1724921629965,"stop":1724921629965,"duration":0}},{"uid":"84c388d09db10ddc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/84c388d09db10ddc","status":"passed","time":{"start":1724918337083,"stop":1724918337083,"duration":0}},{"uid":"504e63e7d79006c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/504e63e7d79006c","status":"passed","time":{"start":1724890089180,"stop":1724890089180,"duration":0}},{"uid":"15b83203d73ecf5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/15b83203d73ecf5","status":"passed","time":{"start":1724889221661,"stop":1724889221661,"duration":0}},{"uid":"7aec852e3c21e35a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7aec852e3c21e35a","status":"passed","time":{"start":1724888396189,"stop":1724888396189,"duration":0}},{"uid":"ce00de7be115a0d8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ce00de7be115a0d8","status":"passed","time":{"start":1724887170940,"stop":1724887170940,"duration":0}},{"uid":"78b59ef8344215e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/78b59ef8344215e","status":"passed","time":{"start":1724886948526,"stop":1724886948526,"duration":0}},{"uid":"29f046e9f70a33d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29f046e9f70a33d8","status":"passed","time":{"start":1724862370754,"stop":1724862370754,"duration":0}},{"uid":"ce5a6071b30a4e15","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ce5a6071b30a4e15","status":"passed","time":{"start":1724861845170,"stop":1724861845170,"duration":0}},{"uid":"3aff650a0d4cf79f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3aff650a0d4cf79f","status":"passed","time":{"start":1724861703118,"stop":1724861703118,"duration":0}},{"uid":"cc62e59182e77a2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cc62e59182e77a2","status":"passed","time":{"start":1724861530979,"stop":1724861530980,"duration":1}}]},"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"90591eebaf76809d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/90591eebaf76809d","status":"passed","time":{"start":1724921620609,"stop":1724921620609,"duration":0}},{"uid":"10d25b6629dcd43a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/10d25b6629dcd43a","status":"passed","time":{"start":1724921566690,"stop":1724921566691,"duration":1}},{"uid":"16a1b9f731f4475f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/16a1b9f731f4475f","status":"passed","time":{"start":1724918280553,"stop":1724918280554,"duration":1}},{"uid":"5aea2019580e696","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5aea2019580e696","status":"passed","time":{"start":1724890019469,"stop":1724890019469,"duration":0}},{"uid":"9619ea723dd19672","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9619ea723dd19672","status":"passed","time":{"start":1724889148722,"stop":1724889148722,"duration":0}},{"uid":"e919e6d2d2d00bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e919e6d2d2d00bd","status":"passed","time":{"start":1724888331961,"stop":1724888331964,"duration":3}},{"uid":"6b9c3996d1f11f78","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b9c3996d1f11f78","status":"passed","time":{"start":1724887107115,"stop":1724887107115,"duration":0}},{"uid":"96ac19941314df85","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/96ac19941314df85","status":"passed","time":{"start":1724886889609,"stop":1724886889609,"duration":0}},{"uid":"58576deb79e59baf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/58576deb79e59baf","status":"passed","time":{"start":1724862298791,"stop":1724862298791,"duration":0}},{"uid":"d21e08f389837b1d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d21e08f389837b1d","status":"passed","time":{"start":1724861779254,"stop":1724861779255,"duration":1}},{"uid":"e365dc37ba50c106","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e365dc37ba50c106","status":"passed","time":{"start":1724861646563,"stop":1724861646563,"duration":0}},{"uid":"9622399170ac78a8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9622399170ac78a8","status":"passed","time":{"start":1724861466615,"stop":1724861466616,"duration":1}}]},"96c112b783bb7ec27bbe2b7a2d4767fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f7ff23628aeadd9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3f7ff23628aeadd9","status":"passed","time":{"start":1724861475045,"stop":1724861475048,"duration":3}}]},"49483aaa9fbb0f8c7913836033ea9abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e300b2384d6b6444","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e300b2384d6b6444","status":"passed","time":{"start":1724921625080,"stop":1724921625080,"duration":0}},{"uid":"12e78f06c97659e6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/12e78f06c97659e6","status":"passed","time":{"start":1724921590505,"stop":1724921590505,"duration":0}},{"uid":"6ab44b919f9d0129","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6ab44b919f9d0129","status":"passed","time":{"start":1724918287572,"stop":1724918287572,"duration":0}},{"uid":"fd4043517b917889","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fd4043517b917889","status":"passed","time":{"start":1724890047797,"stop":1724890047797,"duration":0}},{"uid":"1e3c39143b948891","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1e3c39143b948891","status":"passed","time":{"start":1724889183930,"stop":1724889183931,"duration":1}},{"uid":"7f33566ba102a7f5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7f33566ba102a7f5","status":"passed","time":{"start":1724888354178,"stop":1724888354178,"duration":0}},{"uid":"2a8dad7292c69c54","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2a8dad7292c69c54","status":"passed","time":{"start":1724887145702,"stop":1724887145703,"duration":1}},{"uid":"90d7fff2a7894999","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/90d7fff2a7894999","status":"passed","time":{"start":1724886915794,"stop":1724886915794,"duration":0}},{"uid":"c373c5f4d8f3ca73","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c373c5f4d8f3ca73","status":"passed","time":{"start":1724862341458,"stop":1724862341459,"duration":1}},{"uid":"53fad1e484c380b9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/53fad1e484c380b9","status":"passed","time":{"start":1724861805458,"stop":1724861805459,"duration":1}},{"uid":"a9e4e6cc51637a4a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a9e4e6cc51637a4a","status":"passed","time":{"start":1724861662295,"stop":1724861662296,"duration":1}},{"uid":"4106cc46e41d0797","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4106cc46e41d0797","status":"passed","time":{"start":1724861492522,"stop":1724861492523,"duration":1}}]},"6d9287ac35ecdccfb04f2b8e19da11b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d26b319ec6c2ccf7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d26b319ec6c2ccf7","status":"passed","time":{"start":1724921037641,"stop":1724921037641,"duration":0}},{"uid":"a8f90576592d1bf7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a8f90576592d1bf7","status":"passed","time":{"start":1724921013054,"stop":1724921013054,"duration":0}},{"uid":"4ce66f763507c17c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4ce66f763507c17c","status":"passed","time":{"start":1724917673296,"stop":1724917673297,"duration":1}},{"uid":"9efcd9a4fdfff52a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9efcd9a4fdfff52a","status":"passed","time":{"start":1724889452315,"stop":1724889452315,"duration":0}},{"uid":"2c028fbda162d31d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c028fbda162d31d","status":"passed","time":{"start":1724888602845,"stop":1724888602846,"duration":1}},{"uid":"c3eeebae9f176fc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c3eeebae9f176fc1","status":"passed","time":{"start":1724887759168,"stop":1724887759168,"duration":0}},{"uid":"8961759048a9887a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8961759048a9887a","status":"passed","time":{"start":1724886525548,"stop":1724886525548,"duration":0}},{"uid":"41664ba371ed917b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/41664ba371ed917b","status":"passed","time":{"start":1724886303402,"stop":1724886303402,"duration":0}},{"uid":"2f4e9cea164c0be9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2f4e9cea164c0be9","status":"passed","time":{"start":1724861752233,"stop":1724861752234,"duration":1}},{"uid":"d7e577b1015505bc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d7e577b1015505bc","status":"passed","time":{"start":1724861223359,"stop":1724861223359,"duration":0}},{"uid":"a7afc7804999b4b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a7afc7804999b4b","status":"passed","time":{"start":1724861045207,"stop":1724861045207,"duration":0}},{"uid":"dea1c40027f1d877","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dea1c40027f1d877","status":"passed","time":{"start":1724860907089,"stop":1724860907090,"duration":1}}]},"428be91c9e0c788144c5e74afcb6073a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c00dfdd223d2a900","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c00dfdd223d2a900","status":"passed","time":{"start":1724861428477,"stop":1724861428478,"duration":1}}]},"cfa31b61f2cd6d490aeaca6bc9a70e0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6c77036f707e3742","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6c77036f707e3742","status":"passed","time":{"start":1724921625078,"stop":1724921625078,"duration":0}},{"uid":"382106c1d30f8aed","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/382106c1d30f8aed","status":"passed","time":{"start":1724921590502,"stop":1724921590502,"duration":0}},{"uid":"2cad789d949b77c7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2cad789d949b77c7","status":"passed","time":{"start":1724918287570,"stop":1724918287570,"duration":0}},{"uid":"251f112ecf052b22","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/251f112ecf052b22","status":"passed","time":{"start":1724890047794,"stop":1724890047795,"duration":1}},{"uid":"fc1b26e7da873aea","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc1b26e7da873aea","status":"passed","time":{"start":1724889183927,"stop":1724889183928,"duration":1}},{"uid":"9d9cd4376ed85838","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9d9cd4376ed85838","status":"passed","time":{"start":1724888354175,"stop":1724888354175,"duration":0}},{"uid":"34642d85bea42d8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/34642d85bea42d8","status":"passed","time":{"start":1724887145688,"stop":1724887145691,"duration":3}},{"uid":"70a72941b509012c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/70a72941b509012c","status":"passed","time":{"start":1724886915791,"stop":1724886915792,"duration":1}},{"uid":"93209760a33eaa6f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/93209760a33eaa6f","status":"passed","time":{"start":1724862341456,"stop":1724862341456,"duration":0}},{"uid":"63f924340220ea82","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/63f924340220ea82","status":"passed","time":{"start":1724861805450,"stop":1724861805450,"duration":0}},{"uid":"76bd26b1b9b5aa34","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/76bd26b1b9b5aa34","status":"passed","time":{"start":1724861662291,"stop":1724861662291,"duration":0}},{"uid":"b79f8bbbbbf937fb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b79f8bbbbbf937fb","status":"passed","time":{"start":1724861492520,"stop":1724861492520,"duration":0}}]},"dadc7b5b244d13929219b88f0ca40434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7b05d4b33d446dfc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7b05d4b33d446dfc","status":"passed","time":{"start":1724921300794,"stop":1724921300828,"duration":34}},{"uid":"1658626adefd3e03","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1658626adefd3e03","status":"passed","time":{"start":1724921280720,"stop":1724921280720,"duration":0}},{"uid":"db493642b9d87806","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/db493642b9d87806","status":"passed","time":{"start":1724917963264,"stop":1724917963264,"duration":0}},{"uid":"79b3d7673cf02d3d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/79b3d7673cf02d3d","status":"passed","time":{"start":1724889734121,"stop":1724889734122,"duration":1}},{"uid":"d9802cf5dcbc85de","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9802cf5dcbc85de","status":"passed","time":{"start":1724888859623,"stop":1724888859623,"duration":0}},{"uid":"b06b1a12b913c8ab","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b06b1a12b913c8ab","status":"passed","time":{"start":1724888053954,"stop":1724888053954,"duration":0}},{"uid":"1a4c0505d50ab17c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1a4c0505d50ab17c","status":"passed","time":{"start":1724886820680,"stop":1724886820680,"duration":0}},{"uid":"d146f2e013a44495","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d146f2e013a44495","status":"passed","time":{"start":1724886589271,"stop":1724886589272,"duration":1}},{"uid":"7739a0e238200b7a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7739a0e238200b7a","status":"passed","time":{"start":1724862027807,"stop":1724862027807,"duration":0}},{"uid":"56c63ac077ac0977","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/56c63ac077ac0977","status":"passed","time":{"start":1724861484562,"stop":1724861484562,"duration":0}},{"uid":"4fe6c78b64d590c4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4fe6c78b64d590c4","status":"passed","time":{"start":1724861315159,"stop":1724861315160,"duration":1}},{"uid":"2f1f6c28f8073e34","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2f1f6c28f8073e34","status":"passed","time":{"start":1724861168761,"stop":1724861168763,"duration":2}}]},"2375efca16c2803a0edb59f4c0382f4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"95bb3a060dc6e8c2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/95bb3a060dc6e8c2","status":"passed","time":{"start":1724862320144,"stop":1724862320145,"duration":1}}]},"fb022dd2e71cecb35870262ac68f9d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"124938ee1bbe0a57","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/124938ee1bbe0a57","status":"passed","time":{"start":1724921564773,"stop":1724921564773,"duration":0}},{"uid":"21e76fa64db24e7b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/21e76fa64db24e7b","status":"passed","time":{"start":1724921518782,"stop":1724921518782,"duration":0}},{"uid":"69e21771ad9847ce","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/69e21771ad9847ce","status":"passed","time":{"start":1724918229395,"stop":1724918229396,"duration":1}},{"uid":"d8d6a5f9ccc7d157","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d8d6a5f9ccc7d157","status":"passed","time":{"start":1724889980693,"stop":1724889980694,"duration":1}},{"uid":"65f9742f2f952a3d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/65f9742f2f952a3d","status":"passed","time":{"start":1724889111156,"stop":1724889111157,"duration":1}},{"uid":"7c360693dae89f12","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7c360693dae89f12","status":"passed","time":{"start":1724888292529,"stop":1724888292530,"duration":1}},{"uid":"b05ac9915fad1916","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b05ac9915fad1916","status":"passed","time":{"start":1724887068221,"stop":1724887068221,"duration":0}},{"uid":"d6b6ce4809ae937","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d6b6ce4809ae937","status":"passed","time":{"start":1724886848919,"stop":1724886848919,"duration":0}},{"uid":"80e2601a09a76d55","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80e2601a09a76d55","status":"passed","time":{"start":1724862262044,"stop":1724862262044,"duration":0}},{"uid":"5fd91bca993db925","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5fd91bca993db925","status":"passed","time":{"start":1724861741889,"stop":1724861741889,"duration":0}},{"uid":"500aa62bbbcd05d6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/500aa62bbbcd05d6","status":"passed","time":{"start":1724861599483,"stop":1724861599483,"duration":0}},{"uid":"e09bd567964eb101","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e09bd567964eb101","status":"passed","time":{"start":1724861428471,"stop":1724861428471,"duration":0}}]},"fdc7b86e6ba88391ebd432625ff8053c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"360d88f09f5b1cd7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/360d88f09f5b1cd7","status":"passed","time":{"start":1724890032298,"stop":1724890032298,"duration":0}}]},"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1392a9091b368f92","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1392a9091b368f92","status":"passed","time":{"start":1724921672579,"stop":1724921672579,"duration":0}},{"uid":"b9185d679f2a6a50","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b9185d679f2a6a50","status":"passed","time":{"start":1724921629962,"stop":1724921629963,"duration":1}},{"uid":"a49d5e64df0e0907","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a49d5e64df0e0907","status":"passed","time":{"start":1724918337081,"stop":1724918337081,"duration":0}},{"uid":"1deca157bc5cae6d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1deca157bc5cae6d","status":"passed","time":{"start":1724890089177,"stop":1724890089177,"duration":0}},{"uid":"5e845cbbeea01418","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5e845cbbeea01418","status":"passed","time":{"start":1724889221658,"stop":1724889221659,"duration":1}},{"uid":"63c0e58b2aa7eca6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/63c0e58b2aa7eca6","status":"passed","time":{"start":1724888396186,"stop":1724888396187,"duration":1}},{"uid":"5b546c72fe86a45f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5b546c72fe86a45f","status":"passed","time":{"start":1724887170936,"stop":1724887170937,"duration":1}},{"uid":"93882cae8aac786d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/93882cae8aac786d","status":"passed","time":{"start":1724886948523,"stop":1724886948523,"duration":0}},{"uid":"af3295a8b3392496","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/af3295a8b3392496","status":"passed","time":{"start":1724862370751,"stop":1724862370752,"duration":1}},{"uid":"a84527057fb63d39","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a84527057fb63d39","status":"passed","time":{"start":1724861845157,"stop":1724861845157,"duration":0}},{"uid":"38dd11b63e2c0792","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/38dd11b63e2c0792","status":"passed","time":{"start":1724861703113,"stop":1724861703115,"duration":2}},{"uid":"73023e4b4933a88d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/73023e4b4933a88d","status":"passed","time":{"start":1724861530972,"stop":1724861530975,"duration":3}}]},"a049ac393f09a0bdae37c1e840c53d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cb5bfb0703ab716d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cb5bfb0703ab716d","status":"passed","time":{"start":1724921663255,"stop":1724921663255,"duration":0}},{"uid":"d0a3b4ed905ef3c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d0a3b4ed905ef3c","status":"passed","time":{"start":1724921617880,"stop":1724921617881,"duration":1}},{"uid":"ea3fab7a27072faa","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ea3fab7a27072faa","status":"passed","time":{"start":1724918326162,"stop":1724918326162,"duration":0}},{"uid":"47fdf97fdcc70f96","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/47fdf97fdcc70f96","status":"passed","time":{"start":1724890076393,"stop":1724890076394,"duration":1}},{"uid":"78ccce551f547adf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/78ccce551f547adf","status":"passed","time":{"start":1724889199691,"stop":1724889199691,"duration":0}},{"uid":"414b98d4f675685f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/414b98d4f675685f","status":"passed","time":{"start":1724888382427,"stop":1724888382428,"duration":1}},{"uid":"e2fed4bc1a0de5db","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e2fed4bc1a0de5db","status":"passed","time":{"start":1724887156369,"stop":1724887156370,"duration":1}},{"uid":"b9f9946c2ab023e4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b9f9946c2ab023e4","status":"passed","time":{"start":1724886936172,"stop":1724886936173,"duration":1}},{"uid":"b513d8388a1e2844","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b513d8388a1e2844","status":"passed","time":{"start":1724862347647,"stop":1724862347648,"duration":1}},{"uid":"4aae91ebd0a275b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4aae91ebd0a275b","status":"passed","time":{"start":1724861827958,"stop":1724861827958,"duration":0}},{"uid":"55e6ed8d3e1edb62","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/55e6ed8d3e1edb62","status":"passed","time":{"start":1724861685960,"stop":1724861685961,"duration":1}},{"uid":"dd7d696bffefc491","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dd7d696bffefc491","status":"passed","time":{"start":1724861514747,"stop":1724861514747,"duration":0}}]},"b3aadb566e6a3a49a6630ed038c939f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"827ddc623973d149","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/827ddc623973d149","status":"passed","time":{"start":1724921270365,"stop":1724921270365,"duration":0}},{"uid":"e467e73e08d54e3f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e467e73e08d54e3f","status":"passed","time":{"start":1724921247827,"stop":1724921247827,"duration":0}},{"uid":"82220138614a3206","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/82220138614a3206","status":"passed","time":{"start":1724917989825,"stop":1724917989825,"duration":0}},{"uid":"5ba52415e9664739","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ba52415e9664739","status":"passed","time":{"start":1724889678569,"stop":1724889678569,"duration":0}},{"uid":"acbfaf70aaf8d541","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/acbfaf70aaf8d541","status":"passed","time":{"start":1724888829848,"stop":1724888829851,"duration":3}},{"uid":"298eb6a14ac3c914","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/298eb6a14ac3c914","status":"passed","time":{"start":1724888077017,"stop":1724888077018,"duration":1}},{"uid":"9a31a5259c68faab","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9a31a5259c68faab","status":"passed","time":{"start":1724886851131,"stop":1724886851131,"duration":0}},{"uid":"7ddc7037d9c4780c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7ddc7037d9c4780c","status":"passed","time":{"start":1724886647121,"stop":1724886647124,"duration":3}},{"uid":"8978b79d5c1e3c28","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8978b79d5c1e3c28","status":"passed","time":{"start":1724861992717,"stop":1724861992717,"duration":0}},{"uid":"f99aa4e3c50fe431","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f99aa4e3c50fe431","status":"passed","time":{"start":1724861469649,"stop":1724861469649,"duration":0}},{"uid":"169cd8362a456c04","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/169cd8362a456c04","status":"passed","time":{"start":1724861284871,"stop":1724861284871,"duration":0}},{"uid":"a7a12fe409d7a5c7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a7a12fe409d7a5c7","status":"passed","time":{"start":1724861145819,"stop":1724861145819,"duration":0}}]},"bf2752477aeaa2d40ac83c25552a24c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1d2dd9c2cb5f4d0e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1d2dd9c2cb5f4d0e","status":"passed","time":{"start":1724921267869,"stop":1724921267869,"duration":0}},{"uid":"7a784fade05fb05f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7a784fade05fb05f","status":"passed","time":{"start":1724921244367,"stop":1724921244368,"duration":1}},{"uid":"be093ff86f1b3587","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/be093ff86f1b3587","status":"passed","time":{"start":1724917916044,"stop":1724917916051,"duration":7}},{"uid":"2b061e52965938ec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b061e52965938ec","status":"passed","time":{"start":1724889678254,"stop":1724889678255,"duration":1}},{"uid":"c2be370b83d40eb3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2be370b83d40eb3","status":"passed","time":{"start":1724888831683,"stop":1724888831684,"duration":1}},{"uid":"247ab663f23487ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/247ab663f23487ea","status":"passed","time":{"start":1724888003319,"stop":1724888003320,"duration":1}},{"uid":"933e645139f41e88","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/933e645139f41e88","status":"passed","time":{"start":1724886776608,"stop":1724886776608,"duration":0}},{"uid":"28699b9efed82cf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/28699b9efed82cf","status":"passed","time":{"start":1724886555795,"stop":1724886555796,"duration":1}},{"uid":"a7f50f8b74e28ff4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a7f50f8b74e28ff4","status":"passed","time":{"start":1724861983006,"stop":1724861983006,"duration":0}},{"uid":"d6ba68b984ae9e29","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d6ba68b984ae9e29","status":"passed","time":{"start":1724861444066,"stop":1724861444066,"duration":0}},{"uid":"16b0c07f57a6efd1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/16b0c07f57a6efd1","status":"passed","time":{"start":1724861285829,"stop":1724861285829,"duration":0}},{"uid":"bca9a8fcf72431a8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bca9a8fcf72431a8","status":"passed","time":{"start":1724861145665,"stop":1724861145665,"duration":0}}]},"1864ee3b2dd8d4576390c89c0be11e80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"139a37b8cb2c8888","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/139a37b8cb2c8888","status":"passed","time":{"start":1724921498166,"stop":1724921498167,"duration":1}},{"uid":"1126b5001e6b1f21","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1126b5001e6b1f21","status":"passed","time":{"start":1724921408646,"stop":1724921408646,"duration":0}},{"uid":"d71bdd4cc021ac5c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d71bdd4cc021ac5c","status":"passed","time":{"start":1724918130637,"stop":1724918130637,"duration":0}},{"uid":"3139e242ee2b2065","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3139e242ee2b2065","status":"passed","time":{"start":1724889892838,"stop":1724889892838,"duration":0}},{"uid":"3205286a139c7923","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3205286a139c7923","status":"passed","time":{"start":1724888997476,"stop":1724888997476,"duration":0}},{"uid":"d9fbf9254e6d88a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d9fbf9254e6d88a9","status":"passed","time":{"start":1724888199974,"stop":1724888199974,"duration":0}},{"uid":"51e122a3caa0b8d7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/51e122a3caa0b8d7","status":"passed","time":{"start":1724886961758,"stop":1724886961758,"duration":0}},{"uid":"839102f0db08ef9e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/839102f0db08ef9e","status":"passed","time":{"start":1724886743547,"stop":1724886743548,"duration":1}},{"uid":"a6922f8e97f15620","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a6922f8e97f15620","status":"passed","time":{"start":1724862150873,"stop":1724862150874,"duration":1}},{"uid":"8240699d5598aa","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8240699d5598aa","status":"passed","time":{"start":1724861627758,"stop":1724861627759,"duration":1}},{"uid":"79e7f827957c2dc1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/79e7f827957c2dc1","status":"passed","time":{"start":1724861501294,"stop":1724861501294,"duration":0}},{"uid":"f2ee7455d073c972","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f2ee7455d073c972","status":"passed","time":{"start":1724861330460,"stop":1724861330460,"duration":0}}]},"77b5bec6a76d452cc8e6fc116f162969:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"46e452412bb97499","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/46e452412bb97499","status":"passed","time":{"start":1724862298394,"stop":1724862298394,"duration":0}}]},"b5c2c2b77727ad8ac01a05b89d8f6a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ae4b6c09dd2e3130","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ae4b6c09dd2e3130","status":"passed","time":{"start":1724921419682,"stop":1724921419682,"duration":0}},{"uid":"886e2bc84d2d593f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/886e2bc84d2d593f","status":"passed","time":{"start":1724921400503,"stop":1724921400503,"duration":0}},{"uid":"24fd91f6cc17d871","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/24fd91f6cc17d871","status":"passed","time":{"start":1724918124175,"stop":1724918124175,"duration":0}},{"uid":"bb9a3305753583ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bb9a3305753583ae","status":"passed","time":{"start":1724889845312,"stop":1724889845313,"duration":1}},{"uid":"974783ef4a88a9eb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/974783ef4a88a9eb","status":"passed","time":{"start":1724888978753,"stop":1724888978753,"duration":0}},{"uid":"f60e385d6eaec1a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f60e385d6eaec1a9","status":"passed","time":{"start":1724888199758,"stop":1724888199758,"duration":0}},{"uid":"c581d58887a48661","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c581d58887a48661","status":"passed","time":{"start":1724886961475,"stop":1724886961475,"duration":0}},{"uid":"bd0b6ff6481b09df","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bd0b6ff6481b09df","status":"passed","time":{"start":1724886743395,"stop":1724886743395,"duration":0}},{"uid":"6df347e23c0ab8a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6df347e23c0ab8a","status":"passed","time":{"start":1724862150655,"stop":1724862150656,"duration":1}},{"uid":"bfd97fb1380ec8c3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bfd97fb1380ec8c3","status":"passed","time":{"start":1724861627580,"stop":1724861627581,"duration":1}},{"uid":"fa26f13e7351443b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fa26f13e7351443b","status":"passed","time":{"start":1724861501070,"stop":1724861501070,"duration":0}},{"uid":"8462ac8278ad70a3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8462ac8278ad70a3","status":"passed","time":{"start":1724861297168,"stop":1724861297168,"duration":0}}]},"ad7d09d2eb5cdad3ab8e198e9b98bf8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e890a7495904d422","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e890a7495904d422","status":"passed","time":{"start":1724921296997,"stop":1724921296998,"duration":1}},{"uid":"b398d21a65c75d49","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b398d21a65c75d49","status":"passed","time":{"start":1724921276362,"stop":1724921276363,"duration":1}},{"uid":"6ce76706a96b8503","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6ce76706a96b8503","status":"passed","time":{"start":1724917948308,"stop":1724917948309,"duration":1}},{"uid":"b8f3d399d55898a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8f3d399d55898a0","status":"passed","time":{"start":1724889729004,"stop":1724889729004,"duration":0}},{"uid":"4e15da88b80b8410","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4e15da88b80b8410","status":"passed","time":{"start":1724888864949,"stop":1724888864949,"duration":0}},{"uid":"6e6ba7d886c90a93","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6e6ba7d886c90a93","status":"passed","time":{"start":1724888053731,"stop":1724888053732,"duration":1}},{"uid":"d6b55b8ab010c433","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d6b55b8ab010c433","status":"passed","time":{"start":1724886811647,"stop":1724886811647,"duration":0}},{"uid":"82b35cc26349781e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/82b35cc26349781e","status":"passed","time":{"start":1724886580999,"stop":1724886581000,"duration":1}},{"uid":"87f60d5fd3fe487c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/87f60d5fd3fe487c","status":"passed","time":{"start":1724862019555,"stop":1724862019555,"duration":0}},{"uid":"9be21e989a4c7703","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9be21e989a4c7703","status":"passed","time":{"start":1724861493933,"stop":1724861493933,"duration":0}},{"uid":"5322003175587d50","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5322003175587d50","status":"passed","time":{"start":1724861318013,"stop":1724861318013,"duration":0}},{"uid":"c2c4e4dad27b46d9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c2c4e4dad27b46d9","status":"passed","time":{"start":1724861178506,"stop":1724861178507,"duration":1}}]},"c85f58aaf61e58a00e15389c4047b385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b5ac7e630fdb1e1e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b5ac7e630fdb1e1e","status":"passed","time":{"start":1724921270354,"stop":1724921270355,"duration":1}},{"uid":"c66de8b8edaea92f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c66de8b8edaea92f","status":"passed","time":{"start":1724921247815,"stop":1724921247816,"duration":1}},{"uid":"d07209e8319b4c1f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d07209e8319b4c1f","status":"passed","time":{"start":1724917989816,"stop":1724917989816,"duration":0}},{"uid":"5e0e875253317f3d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5e0e875253317f3d","status":"passed","time":{"start":1724889678548,"stop":1724889678549,"duration":1}},{"uid":"c452d60b7d0f2b1c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c452d60b7d0f2b1c","status":"passed","time":{"start":1724888829835,"stop":1724888829840,"duration":5}},{"uid":"9920dac2744f18e1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9920dac2744f18e1","status":"passed","time":{"start":1724888076996,"stop":1724888077001,"duration":5}},{"uid":"60512f294e0fa00","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/60512f294e0fa00","status":"passed","time":{"start":1724886851123,"stop":1724886851123,"duration":0}},{"uid":"315c7effaa014be6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/315c7effaa014be6","status":"passed","time":{"start":1724886647100,"stop":1724886647105,"duration":5}},{"uid":"fcf9507d98cd2bf7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fcf9507d98cd2bf7","status":"passed","time":{"start":1724861992711,"stop":1724861992711,"duration":0}},{"uid":"c6dbd4350f8f26a4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c6dbd4350f8f26a4","status":"passed","time":{"start":1724861469640,"stop":1724861469640,"duration":0}},{"uid":"42adb142002ac615","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/42adb142002ac615","status":"passed","time":{"start":1724861284855,"stop":1724861284855,"duration":0}},{"uid":"ef25689c93f1b5bb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ef25689c93f1b5bb","status":"passed","time":{"start":1724861145800,"stop":1724861145800,"duration":0}}]},"86d40f5580239eeb3f68326e9a3da832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"841e7b02904a2c8e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/841e7b02904a2c8e","status":"passed","time":{"start":1724921046207,"stop":1724921046207,"duration":0}},{"uid":"65f338d8b41a90a0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/65f338d8b41a90a0","status":"passed","time":{"start":1724921021479,"stop":1724921021479,"duration":0}},{"uid":"75b5d7c13fb61181","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/75b5d7c13fb61181","status":"passed","time":{"start":1724917681727,"stop":1724917681727,"duration":0}},{"uid":"b644d71d895ed3a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b644d71d895ed3a0","status":"passed","time":{"start":1724889460655,"stop":1724889460655,"duration":0}},{"uid":"7e97a7c69224aac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e97a7c69224aac","status":"passed","time":{"start":1724888611298,"stop":1724888611298,"duration":0}},{"uid":"a03148e689a63e2d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a03148e689a63e2d","status":"passed","time":{"start":1724887767623,"stop":1724887767623,"duration":0}},{"uid":"686d1ed121b879d6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/686d1ed121b879d6","status":"passed","time":{"start":1724886533994,"stop":1724886533994,"duration":0}},{"uid":"2f4346ae58e2dfb3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2f4346ae58e2dfb3","status":"passed","time":{"start":1724886311761,"stop":1724886311761,"duration":0}},{"uid":"3fa065cbd7d8c84d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3fa065cbd7d8c84d","status":"passed","time":{"start":1724861760779,"stop":1724861760779,"duration":0}},{"uid":"7feec795fe00ed33","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7feec795fe00ed33","status":"passed","time":{"start":1724861231737,"stop":1724861231737,"duration":0}},{"uid":"9f13261c75816225","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9f13261c75816225","status":"passed","time":{"start":1724861054260,"stop":1724861054260,"duration":0}},{"uid":"c0f601943414efc0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c0f601943414efc0","status":"passed","time":{"start":1724860915817,"stop":1724860915817,"duration":0}}]},"70d7547be438461c26595f81e1b0f627:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e638d479c183c82a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e638d479c183c82a","status":"passed","time":{"start":1724921515224,"stop":1724921515224,"duration":0}},{"uid":"2d793ce18d333328","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2d793ce18d333328","status":"passed","time":{"start":1724921475444,"stop":1724921475444,"duration":0}},{"uid":"2a09c5eab49a8b51","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2a09c5eab49a8b51","status":"passed","time":{"start":1724918179398,"stop":1724918179398,"duration":0}},{"uid":"80ff26b432a3709b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80ff26b432a3709b","status":"passed","time":{"start":1724889935339,"stop":1724889935339,"duration":0}},{"uid":"71a94080081a1b34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/71a94080081a1b34","status":"passed","time":{"start":1724889072751,"stop":1724889072751,"duration":0}},{"uid":"391c7ed2f43d6152","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/391c7ed2f43d6152","status":"passed","time":{"start":1724888232412,"stop":1724888232413,"duration":1}},{"uid":"dd809e83bbedfaae","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dd809e83bbedfaae","status":"passed","time":{"start":1724887018300,"stop":1724887018301,"duration":1}},{"uid":"bbec18ccf6806b63","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bbec18ccf6806b63","status":"passed","time":{"start":1724886781477,"stop":1724886781477,"duration":0}},{"uid":"68f58f43e17b685","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/68f58f43e17b685","status":"passed","time":{"start":1724862213660,"stop":1724862213660,"duration":0}},{"uid":"d1dcaa60f4c36534","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d1dcaa60f4c36534","status":"passed","time":{"start":1724861685853,"stop":1724861685854,"duration":1}},{"uid":"3c1a5d5c41b4cdf5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3c1a5d5c41b4cdf5","status":"passed","time":{"start":1724861546170,"stop":1724861546170,"duration":0}},{"uid":"872f5351c3484706","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/872f5351c3484706","status":"passed","time":{"start":1724861378108,"stop":1724861378109,"duration":1}}]},"0c1097afd260126f193fa34dcaf4ba31:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d689e13473f03b0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3d689e13473f03b0","status":"passed","time":{"start":1724861475031,"stop":1724861475032,"duration":1}}]},"253c27d464100cdb4c0cdda026373878:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ab935c6549faaae2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ab935c6549faaae2","status":"passed","time":{"start":1724921037643,"stop":1724921037643,"duration":0}},{"uid":"696a2527f4a3e163","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/696a2527f4a3e163","status":"passed","time":{"start":1724921013056,"stop":1724921013056,"duration":0}},{"uid":"a3f7559624268f3a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a3f7559624268f3a","status":"passed","time":{"start":1724917673298,"stop":1724917673298,"duration":0}},{"uid":"d3e0dac7192d90ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3e0dac7192d90ba","status":"passed","time":{"start":1724889452317,"stop":1724889452317,"duration":0}},{"uid":"d444ecf715b8ec8f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d444ecf715b8ec8f","status":"passed","time":{"start":1724888602848,"stop":1724888602849,"duration":1}},{"uid":"5276613c4c3fd463","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5276613c4c3fd463","status":"passed","time":{"start":1724887759170,"stop":1724887759170,"duration":0}},{"uid":"f5a6207c68b828e6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f5a6207c68b828e6","status":"passed","time":{"start":1724886525549,"stop":1724886525550,"duration":1}},{"uid":"98b8184e3b76453d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/98b8184e3b76453d","status":"passed","time":{"start":1724886303403,"stop":1724886303404,"duration":1}},{"uid":"488a765d4c6f7b62","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/488a765d4c6f7b62","status":"passed","time":{"start":1724861752235,"stop":1724861752236,"duration":1}},{"uid":"c503ad00a6de27e3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c503ad00a6de27e3","status":"passed","time":{"start":1724861223361,"stop":1724861223361,"duration":0}},{"uid":"28fbf5f8b29f1c74","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/28fbf5f8b29f1c74","status":"passed","time":{"start":1724861045209,"stop":1724861045209,"duration":0}},{"uid":"653ba0838fccb24a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/653ba0838fccb24a","status":"passed","time":{"start":1724860907092,"stop":1724860907092,"duration":0}}]},"5b3b4672988337decb5567953687c65a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b66054eb6630cc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b66054eb6630cc1","status":"passed","time":{"start":1724887018313,"stop":1724887018313,"duration":0}}]},"1cf9be6ead4b6e2cb97b7dcd34290d54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"920bb1ae193a435d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/920bb1ae193a435d","status":"passed","time":{"start":1724886906379,"stop":1724886906380,"duration":1}}]},"22b802e90f2e2e56045d48d1dd7a3e3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"54e6693e218f7725","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/54e6693e218f7725","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515418,"stop":1724921515418,"duration":0}},{"uid":"2694a8bff88e3c97","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2694a8bff88e3c97","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475838,"stop":1724921475838,"duration":0}},{"uid":"4520ee16ee58df87","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4520ee16ee58df87","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179672,"stop":1724918179672,"duration":0}},{"uid":"972b75ce0942d9d1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/972b75ce0942d9d1","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935529,"stop":1724889935530,"duration":1}},{"uid":"2aa48e8cfc8e1065","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2aa48e8cfc8e1065","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072943,"stop":1724889072943,"duration":0}},{"uid":"de8195e8b442cf71","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/de8195e8b442cf71","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232586,"stop":1724888232586,"duration":0}},{"uid":"5290826010e24d32","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5290826010e24d32","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018517,"stop":1724887018517,"duration":0}},{"uid":"c962829ba8ea2358","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c962829ba8ea2358","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781723,"stop":1724886781723,"duration":0}},{"uid":"f2f184d4810dcc87","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2f184d4810dcc87","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213903,"stop":1724862213903,"duration":0}},{"uid":"f200a99cb00cc0db","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f200a99cb00cc0db","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861686113,"stop":1724861686114,"duration":1}},{"uid":"9492190cff380fbd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9492190cff380fbd","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546460,"stop":1724861546461,"duration":1}},{"uid":"727e562545312d99","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/727e562545312d99","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378278,"stop":1724861378278,"duration":0}}]},"4a2293634784771f7235a02f6bd30762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6cc069dc9d385495","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6cc069dc9d385495","status":"passed","time":{"start":1724921270351,"stop":1724921270351,"duration":0}},{"uid":"72514f14359a382a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/72514f14359a382a","status":"passed","time":{"start":1724921247809,"stop":1724921247810,"duration":1}},{"uid":"521e5415c8596ac2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/521e5415c8596ac2","status":"passed","time":{"start":1724917989813,"stop":1724917989813,"duration":0}},{"uid":"341c779685bdd89d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/341c779685bdd89d","status":"passed","time":{"start":1724889678540,"stop":1724889678541,"duration":1}},{"uid":"b4f4916ec80827b4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4f4916ec80827b4","status":"passed","time":{"start":1724888829832,"stop":1724888829832,"duration":0}},{"uid":"3d3f8e88a6d0456e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3d3f8e88a6d0456e","status":"passed","time":{"start":1724888076981,"stop":1724888076982,"duration":1}},{"uid":"d462179df47522c4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d462179df47522c4","status":"passed","time":{"start":1724886851119,"stop":1724886851120,"duration":1}},{"uid":"662cc21ce7c7c12f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/662cc21ce7c7c12f","status":"passed","time":{"start":1724886647076,"stop":1724886647078,"duration":2}},{"uid":"3b2e6e06e372e692","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3b2e6e06e372e692","status":"passed","time":{"start":1724861992707,"stop":1724861992707,"duration":0}},{"uid":"e897fad9c558928e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e897fad9c558928e","status":"passed","time":{"start":1724861469636,"stop":1724861469636,"duration":0}},{"uid":"4482dca662be6a7f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4482dca662be6a7f","status":"passed","time":{"start":1724861284851,"stop":1724861284851,"duration":0}},{"uid":"95a0476a9e13d360","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/95a0476a9e13d360","status":"passed","time":{"start":1724861145796,"stop":1724861145797,"duration":1}}]},"872701a64ab4958d57a451985582aea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"561ee8a433478ce","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/561ee8a433478ce","status":"passed","time":{"start":1724921620610,"stop":1724921620611,"duration":1}},{"uid":"70d4d5b775b6328e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/70d4d5b775b6328e","status":"passed","time":{"start":1724921566692,"stop":1724921566693,"duration":1}},{"uid":"ee44ced2c918f6d5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ee44ced2c918f6d5","status":"passed","time":{"start":1724918280554,"stop":1724918280555,"duration":1}},{"uid":"fbced9fbdcb778be","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fbced9fbdcb778be","status":"passed","time":{"start":1724890019470,"stop":1724890019470,"duration":0}},{"uid":"343f1a057f63d713","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/343f1a057f63d713","status":"passed","time":{"start":1724889148723,"stop":1724889148723,"duration":0}},{"uid":"45fbb0b50c621f9d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/45fbb0b50c621f9d","status":"passed","time":{"start":1724888331965,"stop":1724888331965,"duration":0}},{"uid":"1dfdc0a721bb528e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1dfdc0a721bb528e","status":"passed","time":{"start":1724887107115,"stop":1724887107116,"duration":1}},{"uid":"7d4ca2f6c95ee196","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7d4ca2f6c95ee196","status":"passed","time":{"start":1724886889609,"stop":1724886889610,"duration":1}},{"uid":"6bcc99cd0ba934a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6bcc99cd0ba934a9","status":"passed","time":{"start":1724862298791,"stop":1724862298792,"duration":1}},{"uid":"c24bede33b032af5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c24bede33b032af5","status":"passed","time":{"start":1724861779265,"stop":1724861779266,"duration":1}},{"uid":"455e92351754a1ab","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/455e92351754a1ab","status":"passed","time":{"start":1724861646563,"stop":1724861646564,"duration":1}},{"uid":"e8f2c185d60898aa","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e8f2c185d60898aa","status":"passed","time":{"start":1724861466616,"stop":1724861466616,"duration":0}}]},"ebf89e30778dc608daa4afe853022171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ccf0ac6e277c9e3e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ccf0ac6e277c9e3e","status":"passed","time":{"start":1724921515230,"stop":1724921515230,"duration":0}},{"uid":"2868c41872bbf24f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2868c41872bbf24f","status":"passed","time":{"start":1724921475456,"stop":1724921475457,"duration":1}},{"uid":"1f8da966f9b931b8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1f8da966f9b931b8","status":"passed","time":{"start":1724918179404,"stop":1724918179404,"duration":0}},{"uid":"d915f789c28e8161","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d915f789c28e8161","status":"passed","time":{"start":1724889935344,"stop":1724889935344,"duration":0}},{"uid":"8193a18f50ac2d55","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8193a18f50ac2d55","status":"passed","time":{"start":1724889072758,"stop":1724889072758,"duration":0}},{"uid":"1ded63a60ace7fda","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1ded63a60ace7fda","status":"passed","time":{"start":1724888232418,"stop":1724888232419,"duration":1}},{"uid":"b35dd5b9bd92fb1e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b35dd5b9bd92fb1e","status":"passed","time":{"start":1724887018306,"stop":1724887018306,"duration":0}},{"uid":"16b2a1183979b2d9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/16b2a1183979b2d9","status":"passed","time":{"start":1724886781483,"stop":1724886781483,"duration":0}},{"uid":"97be1a18825a9813","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97be1a18825a9813","status":"passed","time":{"start":1724862213666,"stop":1724862213666,"duration":0}},{"uid":"6ddf7419e013ee45","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6ddf7419e013ee45","status":"passed","time":{"start":1724861685859,"stop":1724861685859,"duration":0}},{"uid":"52110ed1746f040f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/52110ed1746f040f","status":"passed","time":{"start":1724861546181,"stop":1724861546181,"duration":0}},{"uid":"c89f1bef05745064","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c89f1bef05745064","status":"passed","time":{"start":1724861378114,"stop":1724861378115,"duration":1}}]},"0192a0d82b69fbd8e26f13fce5c1dc84:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fdec90889f5297e4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fdec90889f5297e4","status":"passed","time":{"start":1724918298103,"stop":1724918298103,"duration":0}}]},"e6cb6493af057fff1c8f6a17a41eebd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1fa87ef30ba02d51","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1fa87ef30ba02d51","status":"passed","time":{"start":1724921300790,"stop":1724921300791,"duration":1}},{"uid":"5aeceea44bfbe2d3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5aeceea44bfbe2d3","status":"passed","time":{"start":1724921280719,"stop":1724921280719,"duration":0}},{"uid":"9da636b8bb130965","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9da636b8bb130965","status":"passed","time":{"start":1724917963263,"stop":1724917963263,"duration":0}},{"uid":"47e379600989d1a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/47e379600989d1a7","status":"passed","time":{"start":1724889734120,"stop":1724889734121,"duration":1}},{"uid":"37c4521a5e119c75","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37c4521a5e119c75","status":"passed","time":{"start":1724888859619,"stop":1724888859620,"duration":1}},{"uid":"aa81687df293201a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aa81687df293201a","status":"passed","time":{"start":1724888053953,"stop":1724888053953,"duration":0}},{"uid":"2981acf5b86951f8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2981acf5b86951f8","status":"passed","time":{"start":1724886820677,"stop":1724886820677,"duration":0}},{"uid":"2b36f7bd6c98277b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2b36f7bd6c98277b","status":"passed","time":{"start":1724886589268,"stop":1724886589269,"duration":1}},{"uid":"7853b489efcd7656","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7853b489efcd7656","status":"passed","time":{"start":1724862027794,"stop":1724862027795,"duration":1}},{"uid":"49ffac51825c9229","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/49ffac51825c9229","status":"passed","time":{"start":1724861484561,"stop":1724861484561,"duration":0}},{"uid":"dbbb0d8e44ea0848","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dbbb0d8e44ea0848","status":"passed","time":{"start":1724861315157,"stop":1724861315158,"duration":1}},{"uid":"b86fc36f9547d7da","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b86fc36f9547d7da","status":"passed","time":{"start":1724861168759,"stop":1724861168760,"duration":1}}]},"49168a22e20bde9a6809d28d4dfd8423:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"eee6608875102748","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/eee6608875102748","status":"passed","time":{"start":1724921640664,"stop":1724921640664,"duration":0}},{"uid":"b09e86ea39b91009","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b09e86ea39b91009","status":"passed","time":{"start":1724921597594,"stop":1724921597596,"duration":2}},{"uid":"60795a0ac7c42cdd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/60795a0ac7c42cdd","status":"passed","time":{"start":1724918306249,"stop":1724918306250,"duration":1}},{"uid":"63630ade6276ca47","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/63630ade6276ca47","status":"passed","time":{"start":1724890060301,"stop":1724890060301,"duration":0}},{"uid":"b489cc5b13b23fd0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b489cc5b13b23fd0","status":"passed","time":{"start":1724889191329,"stop":1724889191329,"duration":0}},{"uid":"e5ceb4046383d235","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e5ceb4046383d235","status":"passed","time":{"start":1724888368607,"stop":1724888368607,"duration":0}},{"uid":"1d7dcdbc0db2a2a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1d7dcdbc0db2a2a2","status":"passed","time":{"start":1724887150940,"stop":1724887150940,"duration":0}},{"uid":"984a43ba3948f11d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/984a43ba3948f11d","status":"passed","time":{"start":1724886928811,"stop":1724886928812,"duration":1}},{"uid":"456fb85db8e562f7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/456fb85db8e562f7","status":"passed","time":{"start":1724862346043,"stop":1724862346044,"duration":1}},{"uid":"373b37b678e9ce01","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/373b37b678e9ce01","status":"passed","time":{"start":1724861823100,"stop":1724861823101,"duration":1}},{"uid":"43d770d331d97942","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/43d770d331d97942","status":"passed","time":{"start":1724861677723,"stop":1724861677724,"duration":1}},{"uid":"30d2f31ed7eb7ef3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/30d2f31ed7eb7ef3","status":"passed","time":{"start":1724861503961,"stop":1724861503962,"duration":1}}]},"630a161fcb0b80f3239dfe6d811e518b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7d38d57bd1c2141b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7d38d57bd1c2141b","status":"passed","time":{"start":1724921663254,"stop":1724921663254,"duration":0}},{"uid":"7471f0af7515747","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7471f0af7515747","status":"passed","time":{"start":1724921617879,"stop":1724921617879,"duration":0}},{"uid":"9c94df94e37c0d4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9c94df94e37c0d4","status":"passed","time":{"start":1724918326160,"stop":1724918326160,"duration":0}},{"uid":"4562bbe6d655d20d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4562bbe6d655d20d","status":"passed","time":{"start":1724890076392,"stop":1724890076392,"duration":0}},{"uid":"b217668931409c17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b217668931409c17","status":"passed","time":{"start":1724889199687,"stop":1724889199688,"duration":1}},{"uid":"e7af712312b6a09f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e7af712312b6a09f","status":"passed","time":{"start":1724888382421,"stop":1724888382426,"duration":5}},{"uid":"4a1b8dc8d8211b0a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a1b8dc8d8211b0a","status":"passed","time":{"start":1724887156367,"stop":1724887156368,"duration":1}},{"uid":"450cf81bee0c55da","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/450cf81bee0c55da","status":"passed","time":{"start":1724886936169,"stop":1724886936170,"duration":1}},{"uid":"efb74a6d15e21959","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/efb74a6d15e21959","status":"passed","time":{"start":1724862347642,"stop":1724862347645,"duration":3}},{"uid":"e2cb53783152b374","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e2cb53783152b374","status":"passed","time":{"start":1724861827952,"stop":1724861827952,"duration":0}},{"uid":"881c3ccc6590d207","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/881c3ccc6590d207","status":"passed","time":{"start":1724861685958,"stop":1724861685959,"duration":1}},{"uid":"c0f15fdc0507310b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c0f15fdc0507310b","status":"passed","time":{"start":1724861514746,"stop":1724861514746,"duration":0}}]},"35a579dd64bb3df6340ab4888f010cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8856151394015ef7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8856151394015ef7","status":"passed","time":{"start":1724921267869,"stop":1724921267870,"duration":1}},{"uid":"bb2ed1763d07697e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bb2ed1763d07697e","status":"passed","time":{"start":1724921244368,"stop":1724921244369,"duration":1}},{"uid":"14e1b735c376076a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/14e1b735c376076a","status":"passed","time":{"start":1724917916051,"stop":1724917916051,"duration":0}},{"uid":"2dad838a87d47d2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2dad838a87d47d2","status":"passed","time":{"start":1724889678255,"stop":1724889678255,"duration":0}},{"uid":"29814191470a6d00","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29814191470a6d00","status":"passed","time":{"start":1724888831684,"stop":1724888831684,"duration":0}},{"uid":"b910fbc2dedb6756","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b910fbc2dedb6756","status":"passed","time":{"start":1724888003320,"stop":1724888003320,"duration":0}},{"uid":"9a35c315fc71e3ef","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9a35c315fc71e3ef","status":"passed","time":{"start":1724886776609,"stop":1724886776609,"duration":0}},{"uid":"b56fb18322afdf7c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b56fb18322afdf7c","status":"passed","time":{"start":1724886555796,"stop":1724886555797,"duration":1}},{"uid":"b5ae14fbab862e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b5ae14fbab862e0","status":"passed","time":{"start":1724861983006,"stop":1724861983006,"duration":0}},{"uid":"bf5bb184921d2974","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bf5bb184921d2974","status":"passed","time":{"start":1724861444066,"stop":1724861444066,"duration":0}},{"uid":"9ea3a9f7f8fa0aba","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9ea3a9f7f8fa0aba","status":"passed","time":{"start":1724861285829,"stop":1724861285834,"duration":5}},{"uid":"e81027714003addf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e81027714003addf","status":"passed","time":{"start":1724861145665,"stop":1724861145666,"duration":1}}]},"52ff749803f81979754a5a8620130081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a4f160a103cf7c2f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a4f160a103cf7c2f","status":"passed","time":{"start":1724921564774,"stop":1724921564775,"duration":1}},{"uid":"2420923dc42b1360","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2420923dc42b1360","status":"passed","time":{"start":1724921518785,"stop":1724921518786,"duration":1}},{"uid":"dc1288933ca79f45","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dc1288933ca79f45","status":"passed","time":{"start":1724918229397,"stop":1724918229398,"duration":1}},{"uid":"15a487d2fca4a3a5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/15a487d2fca4a3a5","status":"passed","time":{"start":1724889980698,"stop":1724889980700,"duration":2}},{"uid":"d9fbdbb36c994d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9fbdbb36c994d9","status":"passed","time":{"start":1724889111160,"stop":1724889111161,"duration":1}},{"uid":"d774af415080ff16","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d774af415080ff16","status":"passed","time":{"start":1724888292531,"stop":1724888292531,"duration":0}},{"uid":"c23ca7c77ce58006","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c23ca7c77ce58006","status":"passed","time":{"start":1724887068223,"stop":1724887068223,"duration":0}},{"uid":"1e16b2d59f16e53c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1e16b2d59f16e53c","status":"passed","time":{"start":1724886848922,"stop":1724886848923,"duration":1}},{"uid":"72adadc59f11e7fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72adadc59f11e7fd","status":"passed","time":{"start":1724862262045,"stop":1724862262046,"duration":1}},{"uid":"24f5f42e649571fe","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/24f5f42e649571fe","status":"passed","time":{"start":1724861741891,"stop":1724861741891,"duration":0}},{"uid":"bf2c40b8ed051b40","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bf2c40b8ed051b40","status":"passed","time":{"start":1724861599486,"stop":1724861599486,"duration":0}},{"uid":"917b5845d86f948","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/917b5845d86f948","status":"passed","time":{"start":1724861428473,"stop":1724861428473,"duration":0}}]},"4c8b57b794787833962fd89002e38b1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"12dc4d7b693e9e32","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/12dc4d7b693e9e32","status":"passed","time":{"start":1724921625083,"stop":1724921625083,"duration":0}},{"uid":"5cc844c5c0c93f36","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5cc844c5c0c93f36","status":"passed","time":{"start":1724921590508,"stop":1724921590508,"duration":0}},{"uid":"e898febbcd0d6518","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e898febbcd0d6518","status":"passed","time":{"start":1724918287574,"stop":1724918287574,"duration":0}},{"uid":"a968025a24f374b5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a968025a24f374b5","status":"passed","time":{"start":1724890047800,"stop":1724890047800,"duration":0}},{"uid":"6ad13248b4e2c472","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6ad13248b4e2c472","status":"passed","time":{"start":1724889183940,"stop":1724889183941,"duration":1}},{"uid":"741a21de15b96960","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/741a21de15b96960","status":"passed","time":{"start":1724888354181,"stop":1724888354181,"duration":0}},{"uid":"e3d8baa1ebfa8a55","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e3d8baa1ebfa8a55","status":"passed","time":{"start":1724887145716,"stop":1724887145718,"duration":2}},{"uid":"c79db5d007d9f3ca","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c79db5d007d9f3ca","status":"passed","time":{"start":1724886915797,"stop":1724886915797,"duration":0}},{"uid":"fe35d3896bad169f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe35d3896bad169f","status":"passed","time":{"start":1724862341463,"stop":1724862341463,"duration":0}},{"uid":"e1d49b331be77da1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e1d49b331be77da1","status":"passed","time":{"start":1724861805465,"stop":1724861805466,"duration":1}},{"uid":"d891e16e25062c4f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d891e16e25062c4f","status":"passed","time":{"start":1724861662298,"stop":1724861662298,"duration":0}},{"uid":"b4e7f9e22716057","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b4e7f9e22716057","status":"passed","time":{"start":1724861492525,"stop":1724861492525,"duration":0}}]},"fe86e4bc6704318e239f18d0b4d88866:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c172437eb941ed5e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c172437eb941ed5e","status":"passed","time":{"start":1724921515220,"stop":1724921515220,"duration":0}},{"uid":"f56ba330c444d937","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f56ba330c444d937","status":"passed","time":{"start":1724921475439,"stop":1724921475439,"duration":0}},{"uid":"d473e5f812523edc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d473e5f812523edc","status":"passed","time":{"start":1724918179380,"stop":1724918179381,"duration":1}},{"uid":"c324031d88176fe1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c324031d88176fe1","status":"passed","time":{"start":1724889935334,"stop":1724889935334,"duration":0}},{"uid":"9ee9f1deb403b2b9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9ee9f1deb403b2b9","status":"passed","time":{"start":1724889072747,"stop":1724889072747,"duration":0}},{"uid":"fc851e866bf11c39","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fc851e866bf11c39","status":"passed","time":{"start":1724888232409,"stop":1724888232409,"duration":0}},{"uid":"2550931d1bdcace3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2550931d1bdcace3","status":"passed","time":{"start":1724887018288,"stop":1724887018288,"duration":0}},{"uid":"ae2f92b1882168ef","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ae2f92b1882168ef","status":"passed","time":{"start":1724886781473,"stop":1724886781473,"duration":0}},{"uid":"44304f41f604b684","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/44304f41f604b684","status":"passed","time":{"start":1724862213656,"stop":1724862213656,"duration":0}},{"uid":"f6e7bf84c7083cac","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f6e7bf84c7083cac","status":"passed","time":{"start":1724861685849,"stop":1724861685849,"duration":0}},{"uid":"94e224f8b199d085","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/94e224f8b199d085","status":"passed","time":{"start":1724861546164,"stop":1724861546164,"duration":0}},{"uid":"9c32e33dfa0051ce","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9c32e33dfa0051ce","status":"passed","time":{"start":1724861378104,"stop":1724861378104,"duration":0}}]},"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"9d6ba223c43187e9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9d6ba223c43187e9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921563011,"stop":1724921563011,"duration":0}},{"uid":"96ec158b9b19f57","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/96ec158b9b19f57","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921526810,"stop":1724921526811,"duration":1}},{"uid":"96aa1cb4b08b108","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/96aa1cb4b08b108","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918239938,"stop":1724918239938,"duration":0}},{"uid":"3ea3745eeb31fd78","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3ea3745eeb31fd78","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889980889,"stop":1724889980889,"duration":0}},{"uid":"97bb829cfd2af70c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97bb829cfd2af70c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889109948,"stop":1724889109948,"duration":0}},{"uid":"3f3b1bf8313c7332","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3f3b1bf8313c7332","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888294721,"stop":1724888294721,"duration":0}},{"uid":"e529fc2186086194","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e529fc2186086194","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887071736,"stop":1724887071737,"duration":1}},{"uid":"3d97351251967990","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3d97351251967990","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886848343,"stop":1724886848343,"duration":0}},{"uid":"1c17ef9256f0e6d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c17ef9256f0e6d9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862259244,"stop":1724862259244,"duration":0}},{"uid":"5ed4098bad66b366","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5ed4098bad66b366","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861735323,"stop":1724861735323,"duration":0}},{"uid":"472b2f5412ba50d0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/472b2f5412ba50d0","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861606337,"stop":1724861606342,"duration":5}},{"uid":"c32571379995f4e7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c32571379995f4e7","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861426684,"stop":1724861426684,"duration":0}}]},"ff8923ebf2a3ed1eb8f2832e6d8e8e01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9ee558e38f8419d3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9ee558e38f8419d3","status":"passed","time":{"start":1724921037637,"stop":1724921037637,"duration":0}},{"uid":"4a33f09d03d9c358","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4a33f09d03d9c358","status":"passed","time":{"start":1724921013048,"stop":1724921013049,"duration":1}},{"uid":"ebf33f3587519e0a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ebf33f3587519e0a","status":"passed","time":{"start":1724917673293,"stop":1724917673293,"duration":0}},{"uid":"87f6c9d407391066","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/87f6c9d407391066","status":"passed","time":{"start":1724889452311,"stop":1724889452311,"duration":0}},{"uid":"fddfc4dced62242f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fddfc4dced62242f","status":"passed","time":{"start":1724888602841,"stop":1724888602842,"duration":1}},{"uid":"cecd4a83aa7b6850","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cecd4a83aa7b6850","status":"passed","time":{"start":1724887759165,"stop":1724887759165,"duration":0}},{"uid":"9595f8bc2668fe35","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9595f8bc2668fe35","status":"passed","time":{"start":1724886525544,"stop":1724886525545,"duration":1}},{"uid":"d175dd2040f33ff7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d175dd2040f33ff7","status":"passed","time":{"start":1724886303398,"stop":1724886303398,"duration":0}},{"uid":"73d0bd151ea3f18d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/73d0bd151ea3f18d","status":"passed","time":{"start":1724861752230,"stop":1724861752230,"duration":0}},{"uid":"3d309730c819d42e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3d309730c819d42e","status":"passed","time":{"start":1724861223356,"stop":1724861223356,"duration":0}},{"uid":"c5ca0746db3fc422","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c5ca0746db3fc422","status":"passed","time":{"start":1724861045204,"stop":1724861045204,"duration":0}},{"uid":"ad1c1e3562665a10","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ad1c1e3562665a10","status":"passed","time":{"start":1724860907085,"stop":1724860907086,"duration":1}}]},"1ded1b6272b0bdcc6f84293674b44938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8136e7291ea94620","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8136e7291ea94620","status":"passed","time":{"start":1724888003322,"stop":1724888003322,"duration":0}}]},"6c07aa80a416612463b9cfae866d494d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9661e05738c439ad","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9661e05738c439ad","status":"passed","time":{"start":1724886906384,"stop":1724886906385,"duration":1}}]},"a580d505d76ce38cbe05fd77bdee5538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d5c147601d7ae483","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d5c147601d7ae483","status":"passed","time":{"start":1724921071994,"stop":1724921071994,"duration":0}},{"uid":"c75514ea8ff62c6f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c75514ea8ff62c6f","status":"passed","time":{"start":1724921046823,"stop":1724921046824,"duration":1}},{"uid":"7ae459f9447ad30","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7ae459f9447ad30","status":"passed","time":{"start":1724917707024,"stop":1724917707024,"duration":0}},{"uid":"7932e3753c7c5dce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7932e3753c7c5dce","status":"passed","time":{"start":1724889485860,"stop":1724889485860,"duration":0}},{"uid":"deaf6c466ea5670f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/deaf6c466ea5670f","status":"passed","time":{"start":1724888636620,"stop":1724888636620,"duration":0}},{"uid":"b2f173a1a8dbcf6d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b2f173a1a8dbcf6d","status":"passed","time":{"start":1724887792855,"stop":1724887792856,"duration":1}},{"uid":"657e4500d27a4dd6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/657e4500d27a4dd6","status":"passed","time":{"start":1724886559724,"stop":1724886559724,"duration":0}},{"uid":"c8ae91891de76807","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c8ae91891de76807","status":"passed","time":{"start":1724886337376,"stop":1724886337377,"duration":1}},{"uid":"37347cf2285981c1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37347cf2285981c1","status":"passed","time":{"start":1724861786730,"stop":1724861786730,"duration":0}},{"uid":"ac7fff05502b69dd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ac7fff05502b69dd","status":"passed","time":{"start":1724861257212,"stop":1724861257212,"duration":0}},{"uid":"43630dfe5aec84e3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/43630dfe5aec84e3","status":"passed","time":{"start":1724861081086,"stop":1724861081086,"duration":0}},{"uid":"78dbb50323dc405","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/78dbb50323dc405","status":"passed","time":{"start":1724860941731,"stop":1724860941731,"duration":0}}]},"cc4b30ea4a66d9485128eb2cd63393f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"453971419b14a781","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/453971419b14a781","status":"passed","time":{"start":1724921037638,"stop":1724921037639,"duration":1}},{"uid":"1cd88282685a4811","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1cd88282685a4811","status":"passed","time":{"start":1724921013051,"stop":1724921013052,"duration":1}},{"uid":"413c365cf0c0d3fd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/413c365cf0c0d3fd","status":"passed","time":{"start":1724917673295,"stop":1724917673295,"duration":0}},{"uid":"ea59b7077ecdb924","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ea59b7077ecdb924","status":"passed","time":{"start":1724889452313,"stop":1724889452313,"duration":0}},{"uid":"a9053dd3f17a2ca9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9053dd3f17a2ca9","status":"passed","time":{"start":1724888602843,"stop":1724888602843,"duration":0}},{"uid":"f8042660cb6f325d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f8042660cb6f325d","status":"passed","time":{"start":1724887759166,"stop":1724887759166,"duration":0}},{"uid":"fb579af0c2440363","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fb579af0c2440363","status":"passed","time":{"start":1724886525546,"stop":1724886525546,"duration":0}},{"uid":"6d5068e47525696b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6d5068e47525696b","status":"passed","time":{"start":1724886303399,"stop":1724886303400,"duration":1}},{"uid":"ec52b6666873a7a2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ec52b6666873a7a2","status":"passed","time":{"start":1724861752231,"stop":1724861752232,"duration":1}},{"uid":"e306f51a8b3250de","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e306f51a8b3250de","status":"passed","time":{"start":1724861223357,"stop":1724861223357,"duration":0}},{"uid":"36b5bfe889ea193c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/36b5bfe889ea193c","status":"passed","time":{"start":1724861045206,"stop":1724861045206,"duration":0}},{"uid":"dc537afa86b13d2e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dc537afa86b13d2e","status":"passed","time":{"start":1724860907087,"stop":1724860907087,"duration":0}}]},"6cc581719bffd7ef50ddaac6f3491e12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2f9ed63922c5749e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2f9ed63922c5749e","status":"passed","time":{"start":1724921564775,"stop":1724921564775,"duration":0}},{"uid":"e08ca7c41b5a4908","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e08ca7c41b5a4908","status":"passed","time":{"start":1724921518791,"stop":1724921518792,"duration":1}},{"uid":"15688786ae59d776","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/15688786ae59d776","status":"passed","time":{"start":1724918229398,"stop":1724918229398,"duration":0}},{"uid":"b08b9d4d45664a9f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b08b9d4d45664a9f","status":"passed","time":{"start":1724889980700,"stop":1724889980701,"duration":1}},{"uid":"14c2cef1c6406d19","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14c2cef1c6406d19","status":"passed","time":{"start":1724889111161,"stop":1724889111162,"duration":1}},{"uid":"52d2903ce28c5bdd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/52d2903ce28c5bdd","status":"passed","time":{"start":1724888292532,"stop":1724888292532,"duration":0}},{"uid":"a0fc04bfdb4267d9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a0fc04bfdb4267d9","status":"passed","time":{"start":1724887068224,"stop":1724887068224,"duration":0}},{"uid":"c817b01f0e7376ce","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c817b01f0e7376ce","status":"passed","time":{"start":1724886848924,"stop":1724886848924,"duration":0}},{"uid":"77c4464a9170a5a2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/77c4464a9170a5a2","status":"passed","time":{"start":1724862262046,"stop":1724862262046,"duration":0}},{"uid":"3c99e8a3b7bef54f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3c99e8a3b7bef54f","status":"passed","time":{"start":1724861741892,"stop":1724861741892,"duration":0}},{"uid":"9f4331e8dff59d56","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9f4331e8dff59d56","status":"passed","time":{"start":1724861599487,"stop":1724861599487,"duration":0}},{"uid":"fba7946129bd2d81","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fba7946129bd2d81","status":"passed","time":{"start":1724861428474,"stop":1724861428474,"duration":0}}]},"c5bbfff949e82855a4ed4f314badafa7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7936d6164b3cdf33","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7936d6164b3cdf33","status":"passed","time":{"start":1724861770117,"stop":1724861770117,"duration":0}}]},"c583020e89d69df94d5aa8e4a3e82bcf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"afa523c32d7a9de","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/afa523c32d7a9de","status":"passed","time":{"start":1724862298396,"stop":1724862298396,"duration":0}}]},"ccca5a5ea533293ea82c61f97c91e09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2689da5c0f7e3fa9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2689da5c0f7e3fa9","status":"passed","time":{"start":1724861770115,"stop":1724861770116,"duration":1}}]},"f98fc1a79da77702ddabd28cc3cdb9eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d9acf6fecda7e4dc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d9acf6fecda7e4dc","status":"passed","time":{"start":1724921095758,"stop":1724921095759,"duration":1}},{"uid":"ae20cdd830d4510d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ae20cdd830d4510d","status":"passed","time":{"start":1724921070806,"stop":1724921070807,"duration":1}},{"uid":"19b1d308d7fb6c59","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/19b1d308d7fb6c59","status":"passed","time":{"start":1724917730901,"stop":1724917730903,"duration":2}},{"uid":"8cf9be2bca9bd455","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8cf9be2bca9bd455","status":"passed","time":{"start":1724889510333,"stop":1724889510334,"duration":1}},{"uid":"c1133ba8940a6d8c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c1133ba8940a6d8c","status":"passed","time":{"start":1724888660681,"stop":1724888660682,"duration":1}},{"uid":"1dc6bb4c7f05f423","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1dc6bb4c7f05f423","status":"passed","time":{"start":1724887817138,"stop":1724887817139,"duration":1}},{"uid":"5ca2244049383106","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5ca2244049383106","status":"passed","time":{"start":1724886584155,"stop":1724886584156,"duration":1}},{"uid":"c7f164b1fe2a2b9f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c7f164b1fe2a2b9f","status":"passed","time":{"start":1724886362415,"stop":1724886362415,"duration":0}},{"uid":"7a8e71cd577ee91f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7a8e71cd577ee91f","status":"passed","time":{"start":1724861811585,"stop":1724861811585,"duration":0}},{"uid":"22c863501412abc5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/22c863501412abc5","status":"passed","time":{"start":1724861280384,"stop":1724861280384,"duration":0}},{"uid":"cedd3681666d0a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cedd3681666d0a","status":"passed","time":{"start":1724861106381,"stop":1724861106382,"duration":1}},{"uid":"8bee1214d758eeb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8bee1214d758eeb","status":"passed","time":{"start":1724860966532,"stop":1724860966533,"duration":1}}]},"6a3416af63f8f5a3850513a8e9883262:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9cdb2c3b3c043713","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9cdb2c3b3c043713","status":"passed","time":{"start":1724921583488,"stop":1724921583488,"duration":0}},{"uid":"108853f31d9604a3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/108853f31d9604a3","status":"passed","time":{"start":1724921494522,"stop":1724921494522,"duration":0}},{"uid":"9244b79393a11541","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9244b79393a11541","status":"passed","time":{"start":1724918216288,"stop":1724918216288,"duration":0}},{"uid":"d8bc38bfb2f2e3db","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d8bc38bfb2f2e3db","status":"passed","time":{"start":1724889979499,"stop":1724889979500,"duration":1}},{"uid":"103aac3ddaa165ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/103aac3ddaa165ee","status":"passed","time":{"start":1724889083637,"stop":1724889083637,"duration":0}},{"uid":"f24c117f73c3e5bb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f24c117f73c3e5bb","status":"passed","time":{"start":1724888284641,"stop":1724888284642,"duration":1}},{"uid":"69052ca60f92061f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/69052ca60f92061f","status":"passed","time":{"start":1724887046098,"stop":1724887046098,"duration":0}},{"uid":"cf636ee7abf0b314","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cf636ee7abf0b314","status":"passed","time":{"start":1724886828839,"stop":1724886828839,"duration":0}},{"uid":"41976650e8c6cbd1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/41976650e8c6cbd1","status":"passed","time":{"start":1724862236791,"stop":1724862236792,"duration":1}},{"uid":"752ccf2dc52e050c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/752ccf2dc52e050c","status":"passed","time":{"start":1724861713626,"stop":1724861713627,"duration":1}},{"uid":"fc380906a2aeacf2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fc380906a2aeacf2","status":"passed","time":{"start":1724861586772,"stop":1724861586772,"duration":0}},{"uid":"7dbf9b19c4faea93","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7dbf9b19c4faea93","status":"passed","time":{"start":1724861418250,"stop":1724861418250,"duration":0}}]},"3158802b7db8fbfb451ab4d676c95192:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8bd10ad930776b3a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8bd10ad930776b3a","status":"passed","time":{"start":1724921497751,"stop":1724921497751,"duration":0}},{"uid":"963b5ea22f27beec","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/963b5ea22f27beec","status":"passed","time":{"start":1724921408405,"stop":1724921408406,"duration":1}},{"uid":"8bec7f23c0929ad9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8bec7f23c0929ad9","status":"passed","time":{"start":1724918086867,"stop":1724918086867,"duration":0}},{"uid":"a4da92abf32bc0e6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a4da92abf32bc0e6","status":"passed","time":{"start":1724889892442,"stop":1724889892442,"duration":0}},{"uid":"bf30b7d6098b5f77","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf30b7d6098b5f77","status":"passed","time":{"start":1724888997213,"stop":1724888997213,"duration":0}},{"uid":"777cc93312972f23","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/777cc93312972f23","status":"passed","time":{"start":1724888159485,"stop":1724888159485,"duration":0}},{"uid":"c2960dd09250c21b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c2960dd09250c21b","status":"passed","time":{"start":1724886937287,"stop":1724886937288,"duration":1}},{"uid":"438c7cc5e5c00fbf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/438c7cc5e5c00fbf","status":"passed","time":{"start":1724886709796,"stop":1724886709796,"duration":0}},{"uid":"c2b858fd5acebc6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2b858fd5acebc6","status":"passed","time":{"start":1724862123533,"stop":1724862123533,"duration":0}},{"uid":"e2b762a1266c5a49","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e2b762a1266c5a49","status":"passed","time":{"start":1724861620100,"stop":1724861620101,"duration":1}},{"uid":"4a17ffa38f38fd73","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4a17ffa38f38fd73","status":"passed","time":{"start":1724861460231,"stop":1724861460232,"duration":1}},{"uid":"8c29a022388842b5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8c29a022388842b5","status":"passed","time":{"start":1724861330168,"stop":1724861330168,"duration":0}}]},"449f02ca5ad1ef05921658c399843f12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ff94f0089cf7ceb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff94f0089cf7ceb7","status":"passed","time":{"start":1724889169853,"stop":1724889169854,"duration":1}}]},"ebdd7787882d52a461e8552cefc107fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d359b47ec28401d2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d359b47ec28401d2","status":"passed","time":{"start":1724861475024,"stop":1724861475027,"duration":3}}]},"106f25ff2cc4cbf32458eb8c05248544:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"86776a82259ddb4c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/86776a82259ddb4c","status":"passed","time":{"start":1724921640400,"stop":1724921640400,"duration":0}},{"uid":"803eb5ed0630126f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/803eb5ed0630126f","status":"passed","time":{"start":1724921600408,"stop":1724921600410,"duration":2}},{"uid":"bceecbc37a02a9c8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bceecbc37a02a9c8","status":"passed","time":{"start":1724918300924,"stop":1724918300924,"duration":0}},{"uid":"33965224777f8303","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33965224777f8303","status":"passed","time":{"start":1724890059285,"stop":1724890059285,"duration":0}},{"uid":"6d76e1f90b01123e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d76e1f90b01123e","status":"passed","time":{"start":1724889188319,"stop":1724889188320,"duration":1}},{"uid":"65bc095377fd78d5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/65bc095377fd78d5","status":"passed","time":{"start":1724888372740,"stop":1724888372740,"duration":0}},{"uid":"f00017f808253a7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f00017f808253a7","status":"passed","time":{"start":1724887135718,"stop":1724887135718,"duration":0}},{"uid":"cc0cf8af4426f236","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cc0cf8af4426f236","status":"passed","time":{"start":1724886919665,"stop":1724886919669,"duration":4}},{"uid":"e88d2b13f7f92223","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e88d2b13f7f92223","status":"passed","time":{"start":1724862341834,"stop":1724862341835,"duration":1}},{"uid":"54b2c9e58f053f50","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/54b2c9e58f053f50","status":"passed","time":{"start":1724861815490,"stop":1724861815491,"duration":1}},{"uid":"60569e5fe17fc4dd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/60569e5fe17fc4dd","status":"passed","time":{"start":1724861669535,"stop":1724861669535,"duration":0}},{"uid":"c95d010418bf8aab","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c95d010418bf8aab","status":"passed","time":{"start":1724861505419,"stop":1724861505419,"duration":0}}]},"3d427eba83ca26d8649822c4586c1224:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"45c2502b33698790","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/45c2502b33698790","status":"passed","time":{"start":1724861741896,"stop":1724861741896,"duration":0}}]},"964cb013c9c54fdcc5e3121b44d3616c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"abcc40ea23334fcb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/abcc40ea23334fcb","status":"passed","time":{"start":1724921669869,"stop":1724921669869,"duration":0}},{"uid":"a530f9dbbb091a22","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a530f9dbbb091a22","status":"passed","time":{"start":1724921630266,"stop":1724921630266,"duration":0}},{"uid":"89d8d00089503456","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/89d8d00089503456","status":"passed","time":{"start":1724918332986,"stop":1724918332987,"duration":1}},{"uid":"efbb65348891cd20","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/efbb65348891cd20","status":"passed","time":{"start":1724890089467,"stop":1724890089467,"duration":0}},{"uid":"efe48603c3b88d40","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/efe48603c3b88d40","status":"passed","time":{"start":1724889224490,"stop":1724889224491,"duration":1}},{"uid":"df96f7ffd0ae1eba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/df96f7ffd0ae1eba","status":"passed","time":{"start":1724888406345,"stop":1724888406345,"duration":0}},{"uid":"ca352504fa723149","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ca352504fa723149","status":"passed","time":{"start":1724887175022,"stop":1724887175023,"duration":1}},{"uid":"9e4879595ae2c644","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9e4879595ae2c644","status":"passed","time":{"start":1724886952406,"stop":1724886952407,"duration":1}},{"uid":"8cf5ba3d55cacbc7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8cf5ba3d55cacbc7","status":"passed","time":{"start":1724862378560,"stop":1724862378560,"duration":0}},{"uid":"9191fd8d9e0560d1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9191fd8d9e0560d1","status":"passed","time":{"start":1724861846748,"stop":1724861846749,"duration":1}},{"uid":"ec9fe6965aaad249","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ec9fe6965aaad249","status":"passed","time":{"start":1724861702533,"stop":1724861702534,"duration":1}},{"uid":"fec7f1c502b215e9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fec7f1c502b215e9","status":"passed","time":{"start":1724861533458,"stop":1724861533458,"duration":0}}]},"ce18eef58e12465d14106d1445bcd531:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f605a48342ceb852","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f605a48342ceb852","status":"passed","time":{"start":1724861392063,"stop":1724861392064,"duration":1}}]},"5832d214e5beab5a9f18fb5803afa03d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"139c0c44822c2f06","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/139c0c44822c2f06","status":"passed","time":{"start":1724889169847,"stop":1724889169848,"duration":1}}]},"b0ef162dcafab014be91c1a74332ea07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5725488dec9b121b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5725488dec9b121b","status":"passed","time":{"start":1724886822828,"stop":1724886822828,"duration":0}}]},"3fc4daffaa9de98066a4ff3439e670d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"10930c72109afabe","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/10930c72109afabe","status":"passed","time":{"start":1724921037653,"stop":1724921037653,"duration":0}},{"uid":"545d8e3f1aec1a85","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/545d8e3f1aec1a85","status":"passed","time":{"start":1724921013067,"stop":1724921013067,"duration":0}},{"uid":"4fe9762b0a24a9e7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4fe9762b0a24a9e7","status":"passed","time":{"start":1724917673307,"stop":1724917673308,"duration":1}},{"uid":"f4f3074263f25993","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f4f3074263f25993","status":"passed","time":{"start":1724889452327,"stop":1724889452327,"duration":0}},{"uid":"cc852019e16c756c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc852019e16c756c","status":"passed","time":{"start":1724888602860,"stop":1724888602860,"duration":0}},{"uid":"eaf482f34e52b08e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eaf482f34e52b08e","status":"passed","time":{"start":1724887759180,"stop":1724887759180,"duration":0}},{"uid":"f4e8d5ebf0912d20","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f4e8d5ebf0912d20","status":"passed","time":{"start":1724886525557,"stop":1724886525558,"duration":1}},{"uid":"2dadd46b2a80dc1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2dadd46b2a80dc1","status":"passed","time":{"start":1724886303413,"stop":1724886303413,"duration":0}},{"uid":"bfe01d423e9dea19","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bfe01d423e9dea19","status":"passed","time":{"start":1724861752250,"stop":1724861752250,"duration":0}},{"uid":"d9166daa863f883c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d9166daa863f883c","status":"passed","time":{"start":1724861223370,"stop":1724861223370,"duration":0}},{"uid":"a3b425828a6de18f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a3b425828a6de18f","status":"passed","time":{"start":1724861045219,"stop":1724861045220,"duration":1}},{"uid":"852e1a02aa3bfcd5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/852e1a02aa3bfcd5","status":"passed","time":{"start":1724860907106,"stop":1724860907106,"duration":0}}]},"db4044bcb84451b9ac43b9deb27ca0f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"570448f1d3ea5776","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/570448f1d3ea5776","status":"passed","time":{"start":1724921515231,"stop":1724921515231,"duration":0}},{"uid":"1406b2e9e0b3ad04","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1406b2e9e0b3ad04","status":"passed","time":{"start":1724921475458,"stop":1724921475459,"duration":1}},{"uid":"c02bee1893fbf4e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c02bee1893fbf4e","status":"passed","time":{"start":1724918179404,"stop":1724918179406,"duration":2}},{"uid":"d9e13636fc0dc4d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9e13636fc0dc4d9","status":"passed","time":{"start":1724889935345,"stop":1724889935345,"duration":0}},{"uid":"8272911650706871","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8272911650706871","status":"passed","time":{"start":1724889072758,"stop":1724889072759,"duration":1}},{"uid":"58c1abfea9b04e67","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/58c1abfea9b04e67","status":"passed","time":{"start":1724888232420,"stop":1724888232420,"duration":0}},{"uid":"9baeeb812b93c9d6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9baeeb812b93c9d6","status":"passed","time":{"start":1724887018307,"stop":1724887018307,"duration":0}},{"uid":"156d825014c2fcc3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/156d825014c2fcc3","status":"passed","time":{"start":1724886781484,"stop":1724886781484,"duration":0}},{"uid":"54e543ea805e28be","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/54e543ea805e28be","status":"passed","time":{"start":1724862213667,"stop":1724862213667,"duration":0}},{"uid":"36e23cb6b2c89a2a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/36e23cb6b2c89a2a","status":"passed","time":{"start":1724861685860,"stop":1724861685860,"duration":0}},{"uid":"e059bba9f7fa9cef","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e059bba9f7fa9cef","status":"passed","time":{"start":1724861546182,"stop":1724861546182,"duration":0}},{"uid":"1e5ae2c618c6ec09","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1e5ae2c618c6ec09","status":"passed","time":{"start":1724861378116,"stop":1724861378116,"duration":0}}]},"eab7841360c8fd3d8e785d25e5f5803a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a7ce665536cdfd9f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a7ce665536cdfd9f","status":"passed","time":{"start":1724888336459,"stop":1724888336459,"duration":0}}]},"87b12bf0061b9bddb083981d7da27a8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"acdafd183e3bab49","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/acdafd183e3bab49","status":"passed","time":{"start":1724861485082,"stop":1724861485082,"duration":0}}]},"acc687c0d98cf9791a4c4549fc544c3c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b351df29fa92b1bb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b351df29fa92b1bb","status":"passed","time":{"start":1724921475501,"stop":1724921475501,"duration":0}}]},"e0ea69b6e4886398145d82343331531b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5ad99723c6d93bc2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5ad99723c6d93bc2","status":"passed","time":{"start":1724861770118,"stop":1724861770118,"duration":0}}]},"141843ad1779c0abe782878978f71632:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ee88d505a5e2283d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ee88d505a5e2283d","status":"passed","time":{"start":1724918298102,"stop":1724918298102,"duration":0}}]},"e356dad3eecbb6aeee91c4b9e20b2f0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5c2e2f260f1457e3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5c2e2f260f1457e3","status":"passed","time":{"start":1724921563008,"stop":1724921563008,"duration":0}},{"uid":"1e83885a4f3bd4f8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1e83885a4f3bd4f8","status":"passed","time":{"start":1724921526809,"stop":1724921526809,"duration":0}},{"uid":"da80165bf408f776","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/da80165bf408f776","status":"passed","time":{"start":1724918239935,"stop":1724918239936,"duration":1}},{"uid":"df4c010cd8b40d24","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/df4c010cd8b40d24","status":"passed","time":{"start":1724889980882,"stop":1724889980882,"duration":0}},{"uid":"ed8ca066c0f9ca76","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ed8ca066c0f9ca76","status":"passed","time":{"start":1724889109946,"stop":1724889109947,"duration":1}},{"uid":"ae22e76234ddfe39","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ae22e76234ddfe39","status":"passed","time":{"start":1724888294719,"stop":1724888294719,"duration":0}},{"uid":"89f86e5f5be8b62","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/89f86e5f5be8b62","status":"passed","time":{"start":1724887071735,"stop":1724887071735,"duration":0}},{"uid":"d8107f9e5aab2523","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d8107f9e5aab2523","status":"passed","time":{"start":1724886848341,"stop":1724886848341,"duration":0}},{"uid":"d0b2eec1d3953f93","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d0b2eec1d3953f93","status":"passed","time":{"start":1724862259243,"stop":1724862259243,"duration":0}},{"uid":"51e0b80b466e1961","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/51e0b80b466e1961","status":"passed","time":{"start":1724861735322,"stop":1724861735322,"duration":0}},{"uid":"5ff730b307ab603b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5ff730b307ab603b","status":"passed","time":{"start":1724861606335,"stop":1724861606336,"duration":1}},{"uid":"e2de2ea02a8ee43a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e2de2ea02a8ee43a","status":"passed","time":{"start":1724861426682,"stop":1724861426682,"duration":0}}]},"d01e6500f9bbcbf13d005f8e727f7f89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4f19764bf47cf026","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4f19764bf47cf026","status":"passed","time":{"start":1724921164602,"stop":1724921164602,"duration":0}},{"uid":"d782cc8143f082f2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d782cc8143f082f2","status":"passed","time":{"start":1724921137826,"stop":1724921137827,"duration":1}},{"uid":"463fc3558e8febba","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/463fc3558e8febba","status":"passed","time":{"start":1724917810540,"stop":1724917810540,"duration":0}},{"uid":"6945a515bc20d4b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6945a515bc20d4b3","status":"passed","time":{"start":1724889585449,"stop":1724889585449,"duration":0}},{"uid":"f7e805e9c56c7141","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7e805e9c56c7141","status":"passed","time":{"start":1724888736512,"stop":1724888736512,"duration":0}},{"uid":"914459c38a0da08","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/914459c38a0da08","status":"passed","time":{"start":1724887891795,"stop":1724887891796,"duration":1}},{"uid":"12c51a44ea467223","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/12c51a44ea467223","status":"passed","time":{"start":1724886657790,"stop":1724886657791,"duration":1}},{"uid":"a5dfb9f9609f4051","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a5dfb9f9609f4051","status":"passed","time":{"start":1724886447359,"stop":1724886447359,"duration":0}},{"uid":"f95bfc46cb256db1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f95bfc46cb256db1","status":"passed","time":{"start":1724861880125,"stop":1724861880128,"duration":3}},{"uid":"7a8592347027e046","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7a8592347027e046","status":"passed","time":{"start":1724861359782,"stop":1724861359782,"duration":0}},{"uid":"9449739f928afb72","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9449739f928afb72","status":"passed","time":{"start":1724861179683,"stop":1724861179683,"duration":0}},{"uid":"93d4e6bc9574c9f1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/93d4e6bc9574c9f1","status":"passed","time":{"start":1724861040981,"stop":1724861040981,"duration":0}}]},"0553e80211dc4e789f22c79bf17cd210:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cecd57b280f7b2a0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cecd57b280f7b2a0","status":"passed","time":{"start":1724921037642,"stop":1724921037642,"duration":0}},{"uid":"486b758d9006ac53","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/486b758d9006ac53","status":"passed","time":{"start":1724921013055,"stop":1724921013056,"duration":1}},{"uid":"a5f2b8c329a1d8dd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a5f2b8c329a1d8dd","status":"passed","time":{"start":1724917673297,"stop":1724917673297,"duration":0}},{"uid":"6c45e5059d2472be","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c45e5059d2472be","status":"passed","time":{"start":1724889452316,"stop":1724889452317,"duration":1}},{"uid":"10a1532926df23cf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/10a1532926df23cf","status":"passed","time":{"start":1724888602847,"stop":1724888602847,"duration":0}},{"uid":"505153937e717282","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/505153937e717282","status":"passed","time":{"start":1724887759169,"stop":1724887759169,"duration":0}},{"uid":"e4ed5ab7efc6b7eb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e4ed5ab7efc6b7eb","status":"passed","time":{"start":1724886525549,"stop":1724886525549,"duration":0}},{"uid":"daec9b1b0da7bb45","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/daec9b1b0da7bb45","status":"passed","time":{"start":1724886303403,"stop":1724886303403,"duration":0}},{"uid":"f8fa37e9bfbf25a4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f8fa37e9bfbf25a4","status":"passed","time":{"start":1724861752235,"stop":1724861752235,"duration":0}},{"uid":"985259596e77eed8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/985259596e77eed8","status":"passed","time":{"start":1724861223360,"stop":1724861223360,"duration":0}},{"uid":"20b331c3d8c0431a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/20b331c3d8c0431a","status":"passed","time":{"start":1724861045208,"stop":1724861045208,"duration":0}},{"uid":"7ef23d0f3ebb5e4f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7ef23d0f3ebb5e4f","status":"passed","time":{"start":1724860907091,"stop":1724860907091,"duration":0}}]},"53a70864f1bd0718cbc62a8cd94d34f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9c76f003f68108c3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9c76f003f68108c3","status":"passed","time":{"start":1724921515233,"stop":1724921515233,"duration":0}},{"uid":"c967b4db27d83507","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c967b4db27d83507","status":"passed","time":{"start":1724921475466,"stop":1724921475466,"duration":0}},{"uid":"44a029dfc2942665","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/44a029dfc2942665","status":"passed","time":{"start":1724918179407,"stop":1724918179408,"duration":1}},{"uid":"f214851233cdaef2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f214851233cdaef2","status":"passed","time":{"start":1724889935347,"stop":1724889935347,"duration":0}},{"uid":"f6c64828036b954f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f6c64828036b954f","status":"passed","time":{"start":1724889072761,"stop":1724889072761,"duration":0}},{"uid":"c4b566249b13143c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c4b566249b13143c","status":"passed","time":{"start":1724888232422,"stop":1724888232422,"duration":0}},{"uid":"729e69d0e135d447","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/729e69d0e135d447","status":"passed","time":{"start":1724887018309,"stop":1724887018309,"duration":0}},{"uid":"6e1c790be65c42b0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6e1c790be65c42b0","status":"passed","time":{"start":1724886781487,"stop":1724886781488,"duration":1}},{"uid":"d9d4af5674b72c90","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9d4af5674b72c90","status":"passed","time":{"start":1724862213669,"stop":1724862213670,"duration":1}},{"uid":"4ab52c3212dff22e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4ab52c3212dff22e","status":"passed","time":{"start":1724861685863,"stop":1724861685864,"duration":1}},{"uid":"af58373a05ca308c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/af58373a05ca308c","status":"passed","time":{"start":1724861546196,"stop":1724861546197,"duration":1}},{"uid":"a7ee3a3ee2a3d24e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a7ee3a3ee2a3d24e","status":"passed","time":{"start":1724861378118,"stop":1724861378119,"duration":1}}]},"46da1969b53543f0be3fc2e9c5efdbd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"72d94578d1b7516d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/72d94578d1b7516d","status":"passed","time":{"start":1724921515226,"stop":1724921515226,"duration":0}},{"uid":"f6b68f3aef7fea20","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f6b68f3aef7fea20","status":"passed","time":{"start":1724921475446,"stop":1724921475446,"duration":0}},{"uid":"dd2af3e79e94b0e1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd2af3e79e94b0e1","status":"passed","time":{"start":1724918179400,"stop":1724918179401,"duration":1}},{"uid":"33b5fc0c67b6a05f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33b5fc0c67b6a05f","status":"passed","time":{"start":1724889935341,"stop":1724889935341,"duration":0}},{"uid":"19e155f7000980f5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/19e155f7000980f5","status":"passed","time":{"start":1724889072753,"stop":1724889072754,"duration":1}},{"uid":"db8d87d19b465e44","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/db8d87d19b465e44","status":"passed","time":{"start":1724888232415,"stop":1724888232415,"duration":0}},{"uid":"ef6243596a5c0401","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ef6243596a5c0401","status":"passed","time":{"start":1724887018302,"stop":1724887018303,"duration":1}},{"uid":"8a753435916a1ad5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8a753435916a1ad5","status":"passed","time":{"start":1724886781479,"stop":1724886781480,"duration":1}},{"uid":"98859a77680ebce8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/98859a77680ebce8","status":"passed","time":{"start":1724862213662,"stop":1724862213663,"duration":1}},{"uid":"584cf39b07c76f2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/584cf39b07c76f2","status":"passed","time":{"start":1724861685855,"stop":1724861685856,"duration":1}},{"uid":"688b974f1ff9ec40","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/688b974f1ff9ec40","status":"passed","time":{"start":1724861546175,"stop":1724861546176,"duration":1}},{"uid":"dd94ec11aa589958","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dd94ec11aa589958","status":"passed","time":{"start":1724861378111,"stop":1724861378111,"duration":0}}]},"82bd66e914d41a425bbef7f66bd675b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b5d005e973bdc53","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6b5d005e973bdc53","status":"passed","time":{"start":1724861567904,"stop":1724861567904,"duration":0}}]},"2d1af9d1bfc0eb84e74b3a4e00a0e300:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a206bb49a8e6967f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a206bb49a8e6967f","status":"passed","time":{"start":1724921196355,"stop":1724921196355,"duration":0}},{"uid":"115945283ed8c5dd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/115945283ed8c5dd","status":"passed","time":{"start":1724921173178,"stop":1724921173179,"duration":1}},{"uid":"c971ccb3e726a62","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c971ccb3e726a62","status":"passed","time":{"start":1724917930825,"stop":1724917930825,"duration":0}},{"uid":"2cf55d5514ca4668","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2cf55d5514ca4668","status":"passed","time":{"start":1724889621015,"stop":1724889621016,"duration":1}},{"uid":"91214c4e90e5f18c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91214c4e90e5f18c","status":"passed","time":{"start":1724888759385,"stop":1724888759387,"duration":2}},{"uid":"95855eaa63625bd8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/95855eaa63625bd8","status":"passed","time":{"start":1724888015043,"stop":1724888015043,"duration":0}},{"uid":"e78cac6f977ac376","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e78cac6f977ac376","status":"passed","time":{"start":1724886784541,"stop":1724886784541,"duration":0}},{"uid":"66ce69a0af9d0781","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/66ce69a0af9d0781","status":"passed","time":{"start":1724886566523,"stop":1724886566524,"duration":1}},{"uid":"3b9af78640ad5e9a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3b9af78640ad5e9a","status":"passed","time":{"start":1724861915532,"stop":1724861915533,"duration":1}},{"uid":"a5f52021da809e5a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a5f52021da809e5a","status":"passed","time":{"start":1724861379718,"stop":1724861379722,"duration":4}},{"uid":"8a3645fcf8d8be29","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8a3645fcf8d8be29","status":"passed","time":{"start":1724861206875,"stop":1724861206875,"duration":0}},{"uid":"fbf70cf7ada9fe6e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fbf70cf7ada9fe6e","status":"passed","time":{"start":1724861067558,"stop":1724861067558,"duration":0}}]},"43f087ab756f5db20786e19112834613:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f4ff44e340d39f9b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f4ff44e340d39f9b","status":"passed","time":{"start":1724861475042,"stop":1724861475042,"duration":0}}]},"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e3e4ce9f84eeedba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e3e4ce9f84eeedba","status":"passed","time":{"start":1724921128567,"stop":1724921128567,"duration":0}},{"uid":"4c2183cc3e9894b7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4c2183cc3e9894b7","status":"passed","time":{"start":1724921103674,"stop":1724921103675,"duration":1}},{"uid":"383d067d02d6c8c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/383d067d02d6c8c","status":"passed","time":{"start":1724917763726,"stop":1724917763726,"duration":0}},{"uid":"afad87fe5a065eb8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/afad87fe5a065eb8","status":"passed","time":{"start":1724889543368,"stop":1724889543369,"duration":1}},{"uid":"b8518b5ca38c3edd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8518b5ca38c3edd","status":"passed","time":{"start":1724888692504,"stop":1724888692504,"duration":0}},{"uid":"bda5c570b28cfd86","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bda5c570b28cfd86","status":"passed","time":{"start":1724887850413,"stop":1724887850413,"duration":0}},{"uid":"31e93eb20be5223f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/31e93eb20be5223f","status":"passed","time":{"start":1724886617175,"stop":1724886617175,"duration":0}},{"uid":"dbf0eb98a0c09d9b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dbf0eb98a0c09d9b","status":"passed","time":{"start":1724886394905,"stop":1724886394905,"duration":0}},{"uid":"8ad59f98d577a105","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8ad59f98d577a105","status":"passed","time":{"start":1724861844372,"stop":1724861844372,"duration":0}},{"uid":"e9ae7a623a7dad22","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e9ae7a623a7dad22","status":"passed","time":{"start":1724861313409,"stop":1724861313409,"duration":0}},{"uid":"932e8636ccfd0867","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/932e8636ccfd0867","status":"passed","time":{"start":1724861139650,"stop":1724861139650,"duration":0}},{"uid":"bfa3acc42a698e83","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bfa3acc42a698e83","status":"passed","time":{"start":1724860999511,"stop":1724860999511,"duration":0}}]},"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"990a5fb26d78f5c5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/990a5fb26d78f5c5","status":"passed","time":{"start":1724921046198,"stop":1724921046198,"duration":0}},{"uid":"b47bd63e0d9e17e4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b47bd63e0d9e17e4","status":"passed","time":{"start":1724921021469,"stop":1724921021469,"duration":0}},{"uid":"19de4ff66123d23f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/19de4ff66123d23f","status":"passed","time":{"start":1724917681717,"stop":1724917681717,"duration":0}},{"uid":"a1d3c9a78ef74784","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a1d3c9a78ef74784","status":"passed","time":{"start":1724889460646,"stop":1724889460646,"duration":0}},{"uid":"b83b5f642f09f320","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b83b5f642f09f320","status":"passed","time":{"start":1724888611289,"stop":1724888611289,"duration":0}},{"uid":"a8ff41e21914de99","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a8ff41e21914de99","status":"passed","time":{"start":1724887767614,"stop":1724887767615,"duration":1}},{"uid":"5444cc58bd447446","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5444cc58bd447446","status":"passed","time":{"start":1724886533984,"stop":1724886533984,"duration":0}},{"uid":"1cae9d9ece4f73bd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1cae9d9ece4f73bd","status":"passed","time":{"start":1724886311752,"stop":1724886311752,"duration":0}},{"uid":"3c0eff5f90f6a4c4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c0eff5f90f6a4c4","status":"passed","time":{"start":1724861760768,"stop":1724861760768,"duration":0}},{"uid":"2cff9a833860fd5a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2cff9a833860fd5a","status":"passed","time":{"start":1724861231728,"stop":1724861231728,"duration":0}},{"uid":"86f522686e693dc3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/86f522686e693dc3","status":"passed","time":{"start":1724861054249,"stop":1724861054249,"duration":0}},{"uid":"ed44c3e4946eaab","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ed44c3e4946eaab","status":"passed","time":{"start":1724860915808,"stop":1724860915808,"duration":0}}]},"f5de7aeafbb518978d807748208430e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":11,"unknown":0,"total":12},"items":[{"uid":"1bef7e84b6511509","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1bef7e84b6511509","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1724921497758,"stop":1724921497758,"duration":0}},{"uid":"183cef8413534048","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/183cef8413534048","status":"passed","time":{"start":1724921408413,"stop":1724921408413,"duration":0}},{"uid":"6c33cb308e4abf41","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6c33cb308e4abf41","status":"passed","time":{"start":1724918086870,"stop":1724918086870,"duration":0}},{"uid":"322c11fab878cd3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/322c11fab878cd3e","status":"passed","time":{"start":1724889892447,"stop":1724889892447,"duration":0}},{"uid":"a07b4a6218a52724","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a07b4a6218a52724","status":"passed","time":{"start":1724888997217,"stop":1724888997217,"duration":0}},{"uid":"eee50889729d8e1a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eee50889729d8e1a","status":"passed","time":{"start":1724888159490,"stop":1724888159490,"duration":0}},{"uid":"b301ddc661506550","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b301ddc661506550","status":"passed","time":{"start":1724886937303,"stop":1724886937303,"duration":0}},{"uid":"c1157874351248b0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c1157874351248b0","status":"passed","time":{"start":1724886709805,"stop":1724886709807,"duration":2}},{"uid":"46d5a5807e90c3b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/46d5a5807e90c3b","status":"passed","time":{"start":1724862123538,"stop":1724862123538,"duration":0}},{"uid":"ac87e22fdae14a61","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ac87e22fdae14a61","status":"passed","time":{"start":1724861620104,"stop":1724861620104,"duration":0}},{"uid":"8e4d3b50622bd2a4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8e4d3b50622bd2a4","status":"passed","time":{"start":1724861460249,"stop":1724861460249,"duration":0}},{"uid":"141f0bc9c1f7c0e8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/141f0bc9c1f7c0e8","status":"passed","time":{"start":1724861330172,"stop":1724861330172,"duration":0}}]},"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3fd2a55cf1c5c71d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3fd2a55cf1c5c71d","status":"passed","time":{"start":1724921677828,"stop":1724921677829,"duration":1}},{"uid":"e3cafb9c0977322e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e3cafb9c0977322e","status":"passed","time":{"start":1724921635680,"stop":1724921635680,"duration":0}},{"uid":"c8f84f6f638acc25","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c8f84f6f638acc25","status":"passed","time":{"start":1724918344739,"stop":1724918344740,"duration":1}},{"uid":"1c2db6c183a460d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c2db6c183a460d9","status":"passed","time":{"start":1724890097428,"stop":1724890097428,"duration":0}},{"uid":"aeace282f219e62f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aeace282f219e62f","status":"passed","time":{"start":1724889226624,"stop":1724889226625,"duration":1}},{"uid":"cf1e746bf8910dbd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf1e746bf8910dbd","status":"passed","time":{"start":1724888405388,"stop":1724888405388,"duration":0}},{"uid":"2c3de225dd9827f0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2c3de225dd9827f0","status":"passed","time":{"start":1724887180097,"stop":1724887180097,"duration":0}},{"uid":"6eda9d2bdca89e15","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6eda9d2bdca89e15","status":"passed","time":{"start":1724886957951,"stop":1724886957952,"duration":1}},{"uid":"c1ea837ab928d6bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c1ea837ab928d6bd","status":"passed","time":{"start":1724862379719,"stop":1724862379719,"duration":0}},{"uid":"c825cb0cba46bd69","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c825cb0cba46bd69","status":"passed","time":{"start":1724861853005,"stop":1724861853006,"duration":1}},{"uid":"2f61fc7690ccfe30","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2f61fc7690ccfe30","status":"passed","time":{"start":1724861709847,"stop":1724861709848,"duration":1}},{"uid":"8ea04dfb1d2fc1c8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8ea04dfb1d2fc1c8","status":"passed","time":{"start":1724861537425,"stop":1724861537425,"duration":0}}]},"10f933c965186a458ec206690fb0483d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"99f8f02b14691438","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/99f8f02b14691438","status":"passed","time":{"start":1724888350747,"stop":1724888350747,"duration":0}}]},"6bf9348457298471de7f5cf09b8c4a94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"565fc01dc08d53f4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/565fc01dc08d53f4","status":"passed","time":{"start":1724921602952,"stop":1724921602952,"duration":0}},{"uid":"a118e6a472b5b490","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a118e6a472b5b490","status":"passed","time":{"start":1724921571097,"stop":1724921571098,"duration":1}},{"uid":"91d4f6cfb51705c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/91d4f6cfb51705c","status":"passed","time":{"start":1724918285587,"stop":1724918285587,"duration":0}},{"uid":"6c3b64038590f3b1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c3b64038590f3b1","status":"passed","time":{"start":1724890030090,"stop":1724890030091,"duration":1}},{"uid":"d383e0e1e2252713","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d383e0e1e2252713","status":"passed","time":{"start":1724889171909,"stop":1724889171909,"duration":0}},{"uid":"bf791ca865e2fd0b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bf791ca865e2fd0b","status":"passed","time":{"start":1724888350722,"stop":1724888350722,"duration":0}},{"uid":"c395c47452578835","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c395c47452578835","status":"passed","time":{"start":1724887115409,"stop":1724887115409,"duration":0}},{"uid":"de5763726fa1adbc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/de5763726fa1adbc","status":"passed","time":{"start":1724886884575,"stop":1724886884576,"duration":1}},{"uid":"e95f351ce53882b8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e95f351ce53882b8","status":"passed","time":{"start":1724862322258,"stop":1724862322258,"duration":0}},{"uid":"f8e7c53fd0292b40","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f8e7c53fd0292b40","status":"passed","time":{"start":1724861790752,"stop":1724861790752,"duration":0}},{"uid":"60be836664e8752c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/60be836664e8752c","status":"passed","time":{"start":1724861628421,"stop":1724861628421,"duration":0}},{"uid":"57738f8d5ed7a810","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/57738f8d5ed7a810","status":"passed","time":{"start":1724861465625,"stop":1724861465625,"duration":0}}]},"f43519141d65b9507c7a3f18c986a341:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e2a2076bc9823386","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e2a2076bc9823386","status":"passed","time":{"start":1724921564781,"stop":1724921564781,"duration":0}}]},"19c7222284bde21267086f9cc01eedf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b1f5a5556a6d4f5e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b1f5a5556a6d4f5e","status":"passed","time":{"start":1724921297001,"stop":1724921297002,"duration":1}},{"uid":"5118fb2bea8750a5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5118fb2bea8750a5","status":"passed","time":{"start":1724921276364,"stop":1724921276364,"duration":0}},{"uid":"be1c463dada6f1a8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/be1c463dada6f1a8","status":"passed","time":{"start":1724917948313,"stop":1724917948317,"duration":4}},{"uid":"a1c08531aafb741a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a1c08531aafb741a","status":"passed","time":{"start":1724889729005,"stop":1724889729006,"duration":1}},{"uid":"4c42323e3ea7d518","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4c42323e3ea7d518","status":"passed","time":{"start":1724888864951,"stop":1724888864951,"duration":0}},{"uid":"d78baf310efa06d0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d78baf310efa06d0","status":"passed","time":{"start":1724888053739,"stop":1724888053745,"duration":6}},{"uid":"accd3afb73ff192c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/accd3afb73ff192c","status":"passed","time":{"start":1724886811653,"stop":1724886811655,"duration":2}},{"uid":"889e605c4c663071","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/889e605c4c663071","status":"passed","time":{"start":1724886581001,"stop":1724886581001,"duration":0}},{"uid":"4a977b462dd81f60","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a977b462dd81f60","status":"passed","time":{"start":1724862019557,"stop":1724862019557,"duration":0}},{"uid":"ad169214f81d0f22","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ad169214f81d0f22","status":"passed","time":{"start":1724861493934,"stop":1724861493935,"duration":1}},{"uid":"7bb103613e1bf03c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7bb103613e1bf03c","status":"passed","time":{"start":1724861318019,"stop":1724861318019,"duration":0}},{"uid":"acca306a177f673c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/acca306a177f673c","status":"passed","time":{"start":1724861178510,"stop":1724861178511,"duration":1}}]},"dd42ff6854d3b17dd7c4675a0f2d7993:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b091f39ad7af265e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b091f39ad7af265e","status":"passed","time":{"start":1724921620603,"stop":1724921620609,"duration":6}},{"uid":"8d33d1546d6214bb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8d33d1546d6214bb","status":"passed","time":{"start":1724921566688,"stop":1724921566690,"duration":2}},{"uid":"6cc0294aafab2004","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6cc0294aafab2004","status":"passed","time":{"start":1724918280553,"stop":1724918280553,"duration":0}},{"uid":"6b9b517a45b2e80d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b9b517a45b2e80d","status":"passed","time":{"start":1724890019469,"stop":1724890019469,"duration":0}},{"uid":"dc64c5551ddf1af6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dc64c5551ddf1af6","status":"passed","time":{"start":1724889148722,"stop":1724889148722,"duration":0}},{"uid":"d05aa59c59a7a33d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d05aa59c59a7a33d","status":"passed","time":{"start":1724888331955,"stop":1724888331955,"duration":0}},{"uid":"e523a4bdec57b67b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e523a4bdec57b67b","status":"passed","time":{"start":1724887107114,"stop":1724887107114,"duration":0}},{"uid":"3338a1d82a7232d9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3338a1d82a7232d9","status":"passed","time":{"start":1724886889608,"stop":1724886889608,"duration":0}},{"uid":"b5e9bb6c21407445","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b5e9bb6c21407445","status":"passed","time":{"start":1724862298790,"stop":1724862298790,"duration":0}},{"uid":"3ad0a5a7e3ecdb80","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3ad0a5a7e3ecdb80","status":"passed","time":{"start":1724861779253,"stop":1724861779254,"duration":1}},{"uid":"f06e5a558970b75a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f06e5a558970b75a","status":"passed","time":{"start":1724861646562,"stop":1724861646562,"duration":0}},{"uid":"ad5aeea86d6669b4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ad5aeea86d6669b4","status":"passed","time":{"start":1724861466615,"stop":1724861466615,"duration":0}}]},"58b2a9d0b0c8ca427266321407e4700e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"d54c158d1973740","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d54c158d1973740","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921061852,"stop":1724921061852,"duration":0}},{"uid":"321fb9f9759c57f2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/321fb9f9759c57f2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921037160,"stop":1724921037160,"duration":0}},{"uid":"4ce8084671f064d7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4ce8084671f064d7","status":"skipped","statusDetails":"Test ignored","time":{"start":1724917697305,"stop":1724917697305,"duration":0}},{"uid":"a57770e517092b1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a57770e517092b1","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889476086,"stop":1724889476087,"duration":1}},{"uid":"ccd5dd68057d3525","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ccd5dd68057d3525","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888626890,"stop":1724888626891,"duration":1}},{"uid":"4bdb58702e3afe5e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4bdb58702e3afe5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887783111,"stop":1724887783111,"duration":0}},{"uid":"7d424a934d5baa1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7d424a934d5baa1","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886549922,"stop":1724886549922,"duration":0}},{"uid":"95982b13f522d648","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/95982b13f522d648","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886327584,"stop":1724886327585,"duration":1}},{"uid":"8819688b9a3cfb41","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8819688b9a3cfb41","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861776810,"stop":1724861776810,"duration":0}},{"uid":"fefb3aa7b71819ef","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fefb3aa7b71819ef","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861247302,"stop":1724861247302,"duration":0}},{"uid":"7294dda138282a2d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7294dda138282a2d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861071398,"stop":1724861071398,"duration":0}},{"uid":"487fe46fb3966558","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/487fe46fb3966558","status":"skipped","statusDetails":"Test ignored","time":{"start":1724860931798,"stop":1724860931798,"duration":0}}]},"db68c8704c29f54aff3969c0e2026f5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b58a8a5f42d82a18","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b58a8a5f42d82a18","status":"passed","time":{"start":1724918203696,"stop":1724918203697,"duration":1}}]},"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9f8711989140f1fa","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9f8711989140f1fa","status":"passed","time":{"start":1724921297016,"stop":1724921297017,"duration":1}},{"uid":"fb7c9677a78304","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fb7c9677a78304","status":"passed","time":{"start":1724921276371,"stop":1724921276371,"duration":0}},{"uid":"eecd0e0d2f61c1be","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eecd0e0d2f61c1be","status":"passed","time":{"start":1724917948329,"stop":1724917948329,"duration":0}},{"uid":"e18be5fcbbbd479","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e18be5fcbbbd479","status":"passed","time":{"start":1724889729014,"stop":1724889729015,"duration":1}},{"uid":"8f8f5238d651263","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f8f5238d651263","status":"passed","time":{"start":1724888864959,"stop":1724888864959,"duration":0}},{"uid":"83bb2646d16dfcfc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/83bb2646d16dfcfc","status":"passed","time":{"start":1724888053750,"stop":1724888053750,"duration":0}},{"uid":"930a0e9fe3d00d49","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/930a0e9fe3d00d49","status":"passed","time":{"start":1724886811665,"stop":1724886811665,"duration":0}},{"uid":"3e55961704a462a2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3e55961704a462a2","status":"passed","time":{"start":1724886581007,"stop":1724886581008,"duration":1}},{"uid":"458d4197e6c2d728","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/458d4197e6c2d728","status":"passed","time":{"start":1724862019565,"stop":1724862019565,"duration":0}},{"uid":"406063dea117a835","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/406063dea117a835","status":"passed","time":{"start":1724861493941,"stop":1724861493941,"duration":0}},{"uid":"e6646d04c53de9fd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e6646d04c53de9fd","status":"passed","time":{"start":1724861318045,"stop":1724861318045,"duration":0}},{"uid":"e2367283e5080f66","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e2367283e5080f66","status":"passed","time":{"start":1724861178519,"stop":1724861178519,"duration":0}}]},"78400a4684faab9772a06b3ee7703c82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2af4268575210a4a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2af4268575210a4a","status":"passed","time":{"start":1724921564776,"stop":1724921564777,"duration":1}},{"uid":"a5b210903086aa1e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a5b210903086aa1e","status":"passed","time":{"start":1724921518821,"stop":1724921518821,"duration":0}},{"uid":"af2e08c224cb6866","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/af2e08c224cb6866","status":"passed","time":{"start":1724918229399,"stop":1724918229400,"duration":1}},{"uid":"9f2eb775f3284a5b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f2eb775f3284a5b","status":"passed","time":{"start":1724889980702,"stop":1724889980703,"duration":1}},{"uid":"cb177b8ed6830b5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cb177b8ed6830b5","status":"passed","time":{"start":1724889111163,"stop":1724889111163,"duration":0}},{"uid":"dede22e1139751be","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dede22e1139751be","status":"passed","time":{"start":1724888292533,"stop":1724888292533,"duration":0}},{"uid":"33b28fe1db4ba61c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/33b28fe1db4ba61c","status":"passed","time":{"start":1724887068225,"stop":1724887068228,"duration":3}},{"uid":"ec19111b0d0031b2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ec19111b0d0031b2","status":"passed","time":{"start":1724886848926,"stop":1724886848926,"duration":0}},{"uid":"a16fb2dc598463bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a16fb2dc598463bc","status":"passed","time":{"start":1724862262047,"stop":1724862262048,"duration":1}},{"uid":"3eeaecbea2373d94","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3eeaecbea2373d94","status":"passed","time":{"start":1724861741893,"stop":1724861741893,"duration":0}},{"uid":"9af1a4cfeed2fc8a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9af1a4cfeed2fc8a","status":"passed","time":{"start":1724861599492,"stop":1724861599493,"duration":1}},{"uid":"1c8c1ef8bf254119","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1c8c1ef8bf254119","status":"passed","time":{"start":1724861428475,"stop":1724861428475,"duration":0}}]},"3c1d516be9792da541f1811126e60a0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f5d59bb9ef074646","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f5d59bb9ef074646","status":"passed","time":{"start":1724921564772,"stop":1724921564772,"duration":0}},{"uid":"5bddc34ada117730","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5bddc34ada117730","status":"passed","time":{"start":1724921518780,"stop":1724921518781,"duration":1}},{"uid":"53f9a55e03d690f0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/53f9a55e03d690f0","status":"passed","time":{"start":1724918229395,"stop":1724918229395,"duration":0}},{"uid":"745b8722577a55e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/745b8722577a55e0","status":"passed","time":{"start":1724889980692,"stop":1724889980693,"duration":1}},{"uid":"c634b92637f3bb29","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c634b92637f3bb29","status":"passed","time":{"start":1724889111154,"stop":1724889111155,"duration":1}},{"uid":"f710ddee7e7ff453","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f710ddee7e7ff453","status":"passed","time":{"start":1724888292525,"stop":1724888292527,"duration":2}},{"uid":"9c53ce82df283b16","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9c53ce82df283b16","status":"passed","time":{"start":1724887068219,"stop":1724887068220,"duration":1}},{"uid":"c6a370e8c0698c39","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c6a370e8c0698c39","status":"passed","time":{"start":1724886848917,"stop":1724886848918,"duration":1}},{"uid":"257d02ada1ab5bc4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/257d02ada1ab5bc4","status":"passed","time":{"start":1724862262043,"stop":1724862262043,"duration":0}},{"uid":"1fb7d71c4b6da83f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1fb7d71c4b6da83f","status":"passed","time":{"start":1724861741885,"stop":1724861741888,"duration":3}},{"uid":"1f54b1a1226b5214","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1f54b1a1226b5214","status":"passed","time":{"start":1724861599481,"stop":1724861599481,"duration":0}},{"uid":"4d9e6fc28dfa31e1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4d9e6fc28dfa31e1","status":"passed","time":{"start":1724861428470,"stop":1724861428470,"duration":0}}]},"a7a7e2d58831e1dc205f9a9e338fbdf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"57adf6c633c7dfd2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/57adf6c633c7dfd2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921564784,"stop":1724921564784,"duration":0}},{"uid":"a4cd6b36c79ecdec","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a4cd6b36c79ecdec","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921518831,"stop":1724921518832,"duration":1}},{"uid":"cd6db5ff7267c643","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cd6db5ff7267c643","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918229406,"stop":1724918229407,"duration":1}},{"uid":"8a3b010b410d8903","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8a3b010b410d8903","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889980708,"stop":1724889980708,"duration":0}},{"uid":"c15aa68d1954e5da","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c15aa68d1954e5da","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889111185,"stop":1724889111185,"duration":0}},{"uid":"fff11a92f8bb114a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fff11a92f8bb114a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888292548,"stop":1724888292549,"duration":1}},{"uid":"399483cc4f64c4c8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/399483cc4f64c4c8","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887068233,"stop":1724887068233,"duration":0}},{"uid":"cb5649902a14976f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cb5649902a14976f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886848938,"stop":1724886848939,"duration":1}},{"uid":"2eee222b506a12b1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2eee222b506a12b1","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862262057,"stop":1724862262057,"duration":0}},{"uid":"881d40b4d5e75d87","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/881d40b4d5e75d87","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861741900,"stop":1724861741900,"duration":0}},{"uid":"4ac33094aa745691","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4ac33094aa745691","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861599503,"stop":1724861599503,"duration":0}},{"uid":"2bddace5e67bf428","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2bddace5e67bf428","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861428482,"stop":1724861428482,"duration":0}}]},"d3d95898c68a651b850886c5722e4382:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"aec3877cce3faa28","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/aec3877cce3faa28","status":"passed","time":{"start":1724921625045,"stop":1724921625046,"duration":1}},{"uid":"e7a82cf108d09559","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e7a82cf108d09559","status":"passed","time":{"start":1724921590486,"stop":1724921590487,"duration":1}},{"uid":"9ebd25b94e89314c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9ebd25b94e89314c","status":"passed","time":{"start":1724918287562,"stop":1724918287562,"duration":0}},{"uid":"423685804a613891","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/423685804a613891","status":"passed","time":{"start":1724890047785,"stop":1724890047785,"duration":0}},{"uid":"1ebf8fbf2cb9ab59","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1ebf8fbf2cb9ab59","status":"passed","time":{"start":1724889183917,"stop":1724889183918,"duration":1}},{"uid":"c3e23785cbe1fb08","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c3e23785cbe1fb08","status":"passed","time":{"start":1724888354162,"stop":1724888354162,"duration":0}},{"uid":"6aec4c3ff87a3d84","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6aec4c3ff87a3d84","status":"passed","time":{"start":1724887145654,"stop":1724887145654,"duration":0}},{"uid":"d17ca1a1880ca21f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d17ca1a1880ca21f","status":"passed","time":{"start":1724886915783,"stop":1724886915784,"duration":1}},{"uid":"1851c5a78aa306e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1851c5a78aa306e0","status":"passed","time":{"start":1724862341434,"stop":1724862341435,"duration":1}},{"uid":"1e8ab6c1c3179f0e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1e8ab6c1c3179f0e","status":"passed","time":{"start":1724861805438,"stop":1724861805439,"duration":1}},{"uid":"65fb47c4d3795760","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/65fb47c4d3795760","status":"passed","time":{"start":1724861662253,"stop":1724861662253,"duration":0}},{"uid":"ee4b87703d5a4e91","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ee4b87703d5a4e91","status":"passed","time":{"start":1724861492506,"stop":1724861492506,"duration":0}}]},"8937a75762e7ef2d9ac5e7f42b8f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"77441a286b16a762","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/77441a286b16a762","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515229,"stop":1724921515229,"duration":0}},{"uid":"ab2b10c47060a736","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ab2b10c47060a736","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475448,"stop":1724921475454,"duration":6}},{"uid":"e1eebf42c4cf2712","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e1eebf42c4cf2712","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179403,"stop":1724918179403,"duration":0}},{"uid":"f41577f2ebcd937a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f41577f2ebcd937a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935343,"stop":1724889935343,"duration":0}},{"uid":"8afd6295ebab4057","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8afd6295ebab4057","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072756,"stop":1724889072757,"duration":1}},{"uid":"53af7968663f4184","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/53af7968663f4184","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232417,"stop":1724888232418,"duration":1}},{"uid":"8284f8d003225f23","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8284f8d003225f23","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018305,"stop":1724887018305,"duration":0}},{"uid":"c1abd28dfb1f7320","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c1abd28dfb1f7320","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781482,"stop":1724886781482,"duration":0}},{"uid":"78d8cb2b20191109","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/78d8cb2b20191109","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213665,"stop":1724862213665,"duration":0}},{"uid":"81ae39ce20b9195d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/81ae39ce20b9195d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861685858,"stop":1724861685858,"duration":0}},{"uid":"433e3e9a5adf6b86","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/433e3e9a5adf6b86","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546180,"stop":1724861546180,"duration":0}},{"uid":"c983f88ef37b67cc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c983f88ef37b67cc","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378113,"stop":1724861378113,"duration":0}}]},"9f07c75ef704aea1915b427e4dc2f966:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6df296044ddd7138","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6df296044ddd7138","status":"passed","time":{"start":1724921046200,"stop":1724921046200,"duration":0}},{"uid":"765385c3759e8044","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/765385c3759e8044","status":"passed","time":{"start":1724921021470,"stop":1724921021471,"duration":1}},{"uid":"16e7ab4d944e599f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/16e7ab4d944e599f","status":"passed","time":{"start":1724917681719,"stop":1724917681719,"duration":0}},{"uid":"4b6772cf08e10b2b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b6772cf08e10b2b","status":"passed","time":{"start":1724889460648,"stop":1724889460651,"duration":3}},{"uid":"78dbab85da784279","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/78dbab85da784279","status":"passed","time":{"start":1724888611291,"stop":1724888611291,"duration":0}},{"uid":"86fb3c33bec4f2a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/86fb3c33bec4f2a2","status":"passed","time":{"start":1724887767616,"stop":1724887767616,"duration":0}},{"uid":"f27626d644c2f1a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f27626d644c2f1a2","status":"passed","time":{"start":1724886533986,"stop":1724886533986,"duration":0}},{"uid":"b93d659cb1a68888","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b93d659cb1a68888","status":"passed","time":{"start":1724886311754,"stop":1724886311754,"duration":0}},{"uid":"2ba9daa5aa1c361a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ba9daa5aa1c361a","status":"passed","time":{"start":1724861760770,"stop":1724861760770,"duration":0}},{"uid":"a87a93f0547570b2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a87a93f0547570b2","status":"passed","time":{"start":1724861231729,"stop":1724861231730,"duration":1}},{"uid":"b6c0f25ffb0378fe","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b6c0f25ffb0378fe","status":"passed","time":{"start":1724861054251,"stop":1724861054251,"duration":0}},{"uid":"1daf3dcde8e7123b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1daf3dcde8e7123b","status":"passed","time":{"start":1724860915809,"stop":1724860915809,"duration":0}}]},"40e87e14065e53f249ea9968b38bf4ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"65262cf4bafeb989","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/65262cf4bafeb989","status":"passed","time":{"start":1724921677827,"stop":1724921677827,"duration":0}},{"uid":"19e1d38a52698a10","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/19e1d38a52698a10","status":"passed","time":{"start":1724921635679,"stop":1724921635679,"duration":0}},{"uid":"9c0b0c1a790b9e9b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9c0b0c1a790b9e9b","status":"passed","time":{"start":1724918344738,"stop":1724918344738,"duration":0}},{"uid":"12b0070b5a8dfe09","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/12b0070b5a8dfe09","status":"passed","time":{"start":1724890097426,"stop":1724890097426,"duration":0}},{"uid":"9875d3452344c4a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9875d3452344c4a9","status":"passed","time":{"start":1724889226623,"stop":1724889226623,"duration":0}},{"uid":"a7db304076df81ee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a7db304076df81ee","status":"passed","time":{"start":1724888405386,"stop":1724888405387,"duration":1}},{"uid":"92603df29601346e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/92603df29601346e","status":"passed","time":{"start":1724887180096,"stop":1724887180096,"duration":0}},{"uid":"47a5e7e8512ee84f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/47a5e7e8512ee84f","status":"passed","time":{"start":1724886957949,"stop":1724886957950,"duration":1}},{"uid":"4975aa9622346891","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4975aa9622346891","status":"passed","time":{"start":1724862379718,"stop":1724862379718,"duration":0}},{"uid":"d73565e3f192832","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d73565e3f192832","status":"passed","time":{"start":1724861853004,"stop":1724861853004,"duration":0}},{"uid":"fbb8e4835b5d12b1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fbb8e4835b5d12b1","status":"passed","time":{"start":1724861709846,"stop":1724861709846,"duration":0}},{"uid":"e68b95ee7f4ae59c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e68b95ee7f4ae59c","status":"passed","time":{"start":1724861537423,"stop":1724861537423,"duration":0}}]},"b5067da1f8fbcfbdad0a76a73da3690f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9862a071b49b479c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9862a071b49b479c","status":"passed","time":{"start":1724921625094,"stop":1724921625094,"duration":0}},{"uid":"59a009ff9cfd62cc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/59a009ff9cfd62cc","status":"passed","time":{"start":1724921590514,"stop":1724921590514,"duration":0}},{"uid":"39ae195844fb9794","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/39ae195844fb9794","status":"passed","time":{"start":1724918287581,"stop":1724918287581,"duration":0}},{"uid":"109dd3da3612b58d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/109dd3da3612b58d","status":"passed","time":{"start":1724890047807,"stop":1724890047810,"duration":3}},{"uid":"9e0408042ec5f363","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e0408042ec5f363","status":"passed","time":{"start":1724889183950,"stop":1724889183950,"duration":0}},{"uid":"85ae352b170fea1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/85ae352b170fea1","status":"passed","time":{"start":1724888354190,"stop":1724888354191,"duration":1}},{"uid":"340536970776fd04","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/340536970776fd04","status":"passed","time":{"start":1724887145733,"stop":1724887145733,"duration":0}},{"uid":"749189f94362488","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/749189f94362488","status":"passed","time":{"start":1724886915812,"stop":1724886915813,"duration":1}},{"uid":"3e0373f61eede926","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3e0373f61eede926","status":"passed","time":{"start":1724862341469,"stop":1724862341469,"duration":0}},{"uid":"69f3ab8064c05d18","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/69f3ab8064c05d18","status":"passed","time":{"start":1724861805474,"stop":1724861805475,"duration":1}},{"uid":"286cdb861b9dd747","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/286cdb861b9dd747","status":"passed","time":{"start":1724861662304,"stop":1724861662305,"duration":1}},{"uid":"41b3e2d7e1235e7e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/41b3e2d7e1235e7e","status":"passed","time":{"start":1724861492534,"stop":1724861492535,"duration":1}}]},"cc71fd7400fc0202c463e53978c080a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bc16ba5b687a43db","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bc16ba5b687a43db","status":"passed","time":{"start":1724921529593,"stop":1724921529593,"duration":0}},{"uid":"be2958e82ec7890c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/be2958e82ec7890c","status":"passed","time":{"start":1724921488889,"stop":1724921488890,"duration":1}},{"uid":"28c2884b20d23094","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/28c2884b20d23094","status":"passed","time":{"start":1724918203697,"stop":1724918203697,"duration":0}},{"uid":"f2cc97bbf76eb44b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2cc97bbf76eb44b","status":"passed","time":{"start":1724889938369,"stop":1724889938369,"duration":0}},{"uid":"d144b83b9cd0bf4b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d144b83b9cd0bf4b","status":"passed","time":{"start":1724889077080,"stop":1724889077080,"duration":0}},{"uid":"af1a428c8cc46ce0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/af1a428c8cc46ce0","status":"passed","time":{"start":1724888268042,"stop":1724888268043,"duration":1}},{"uid":"7ba1672d9626cf82","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7ba1672d9626cf82","status":"passed","time":{"start":1724887032416,"stop":1724887032417,"duration":1}},{"uid":"ade279cfb3d0247a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ade279cfb3d0247a","status":"passed","time":{"start":1724886822829,"stop":1724886822829,"duration":0}},{"uid":"8846ffe938580c84","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8846ffe938580c84","status":"passed","time":{"start":1724862233524,"stop":1724862233524,"duration":0}},{"uid":"fc2d33c47fb62eb5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fc2d33c47fb62eb5","status":"passed","time":{"start":1724861712677,"stop":1724861712677,"duration":0}},{"uid":"492df1c743867b8c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/492df1c743867b8c","status":"passed","time":{"start":1724861567905,"stop":1724861567905,"duration":0}},{"uid":"7ad894cb7edbdfba","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7ad894cb7edbdfba","status":"passed","time":{"start":1724861392065,"stop":1724861392065,"duration":0}}]},"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5cd211f0ceb6d07a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5cd211f0ceb6d07a","status":"passed","time":{"start":1724921045432,"stop":1724921045433,"duration":1}},{"uid":"96dacfda231e5e84","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/96dacfda231e5e84","status":"passed","time":{"start":1724921020900,"stop":1724921020900,"duration":0}},{"uid":"d7b0eaac18a7d987","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d7b0eaac18a7d987","status":"passed","time":{"start":1724917681169,"stop":1724917681169,"duration":0}},{"uid":"81ad2eb16bfbadaf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/81ad2eb16bfbadaf","status":"passed","time":{"start":1724889460008,"stop":1724889460008,"duration":0}},{"uid":"10f9c69eea285a45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/10f9c69eea285a45","status":"passed","time":{"start":1724888610607,"stop":1724888610607,"duration":0}},{"uid":"91c22a1a3ff2ba17","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/91c22a1a3ff2ba17","status":"passed","time":{"start":1724887766957,"stop":1724887766957,"duration":0}},{"uid":"af841ac017832338","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/af841ac017832338","status":"passed","time":{"start":1724886533379,"stop":1724886533379,"duration":0}},{"uid":"6e0031a41aea0dd4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6e0031a41aea0dd4","status":"passed","time":{"start":1724886311217,"stop":1724886311217,"duration":0}},{"uid":"7c61b2a5c1244c6d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7c61b2a5c1244c6d","status":"passed","time":{"start":1724861760230,"stop":1724861760231,"duration":1}},{"uid":"9d853cc19a345892","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9d853cc19a345892","status":"passed","time":{"start":1724861231071,"stop":1724861231071,"duration":0}},{"uid":"ac0b9416372a8016","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac0b9416372a8016","status":"passed","time":{"start":1724861053616,"stop":1724861053616,"duration":0}},{"uid":"3ebe97a1036a6fd2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3ebe97a1036a6fd2","status":"passed","time":{"start":1724860915335,"stop":1724860915336,"duration":1}}]},"5e8c9350a2cbdd2cfd70483db5c1d80e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"77e6255cdde006ed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/77e6255cdde006ed","status":"passed","time":{"start":1724890032298,"stop":1724890032298,"duration":0}}]},"ee0f8a9fee68389f7ffc25f222937008:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"16b61d8b8c36a99e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/16b61d8b8c36a99e","status":"passed","time":{"start":1724862298393,"stop":1724862298393,"duration":0}}]},"0337bbbdff7a5dc60f3ea8f843b63efb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"18437cd5e243f045","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/18437cd5e243f045","status":"passed","time":{"start":1724887092627,"stop":1724887092627,"duration":0}}]},"bab178584ac20058e105e83aa990cd65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21c66b5f2f3ecc8e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/21c66b5f2f3ecc8e","status":"passed","time":{"start":1724861800254,"stop":1724861800254,"duration":0}}]},"680e8d1d8aa49b600710cc51660d96fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"698e0d2a935fa2d7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/698e0d2a935fa2d7","status":"passed","time":{"start":1724921270344,"stop":1724921270349,"duration":5}},{"uid":"1142b2255855a707","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1142b2255855a707","status":"passed","time":{"start":1724921247804,"stop":1724921247806,"duration":2}},{"uid":"692598f5eec78099","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/692598f5eec78099","status":"passed","time":{"start":1724917989811,"stop":1724917989812,"duration":1}},{"uid":"217b54e9e7db650d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/217b54e9e7db650d","status":"passed","time":{"start":1724889678534,"stop":1724889678534,"duration":0}},{"uid":"4a3f4335d592fd9c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a3f4335d592fd9c","status":"passed","time":{"start":1724888829830,"stop":1724888829831,"duration":1}},{"uid":"e01b7a4a0cc0e42d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e01b7a4a0cc0e42d","status":"passed","time":{"start":1724888076978,"stop":1724888076979,"duration":1}},{"uid":"b4a3a9db728df5d3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b4a3a9db728df5d3","status":"passed","time":{"start":1724886851118,"stop":1724886851118,"duration":0}},{"uid":"ddd76d65ef7eee8e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ddd76d65ef7eee8e","status":"passed","time":{"start":1724886647070,"stop":1724886647071,"duration":1}},{"uid":"10366ed850243b7d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/10366ed850243b7d","status":"passed","time":{"start":1724861992706,"stop":1724861992706,"duration":0}},{"uid":"3aa208e8aa1d22c0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3aa208e8aa1d22c0","status":"passed","time":{"start":1724861469634,"stop":1724861469634,"duration":0}},{"uid":"b69b0097e44b1209","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b69b0097e44b1209","status":"passed","time":{"start":1724861284849,"stop":1724861284850,"duration":1}},{"uid":"84fc4d3410271e81","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/84fc4d3410271e81","status":"passed","time":{"start":1724861145783,"stop":1724861145783,"duration":0}}]},"32b8e9e00b4abdbea156a53cbc238c18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"72010ba300b1d62e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72010ba300b1d62e","status":"passed","time":{"start":1724889935340,"stop":1724889935340,"duration":0}}]},"bd869b429ac04717597f2b71e9d54d5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4c89a56fa76b5606","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4c89a56fa76b5606","status":"passed","time":{"start":1724888268041,"stop":1724888268041,"duration":0}}]},"b918cb724e27ce193c6c0f31a0b5b245:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ea901a6e62efd2a4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ea901a6e62efd2a4","status":"passed","time":{"start":1724921625084,"stop":1724921625085,"duration":1}},{"uid":"153a7826379ebb83","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/153a7826379ebb83","status":"passed","time":{"start":1724921590509,"stop":1724921590509,"duration":0}},{"uid":"32543e2ad98c769","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/32543e2ad98c769","status":"passed","time":{"start":1724918287575,"stop":1724918287575,"duration":0}},{"uid":"df1147a7918b7b1e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/df1147a7918b7b1e","status":"passed","time":{"start":1724890047800,"stop":1724890047801,"duration":1}},{"uid":"4e87f5a7a50f1c1c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4e87f5a7a50f1c1c","status":"passed","time":{"start":1724889183942,"stop":1724889183943,"duration":1}},{"uid":"54f243039712d41c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/54f243039712d41c","status":"passed","time":{"start":1724888354182,"stop":1724888354182,"duration":0}},{"uid":"8a9102caebf01f1f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a9102caebf01f1f","status":"passed","time":{"start":1724887145719,"stop":1724887145720,"duration":1}},{"uid":"28ea2874972c10ab","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/28ea2874972c10ab","status":"passed","time":{"start":1724886915797,"stop":1724886915799,"duration":2}},{"uid":"d23e21c81d276130","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d23e21c81d276130","status":"passed","time":{"start":1724862341464,"stop":1724862341464,"duration":0}},{"uid":"97f385cc6aa8b4b0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/97f385cc6aa8b4b0","status":"passed","time":{"start":1724861805467,"stop":1724861805468,"duration":1}},{"uid":"40241fd5e979bfe","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/40241fd5e979bfe","status":"passed","time":{"start":1724861662299,"stop":1724861662299,"duration":0}},{"uid":"307252973a9b267f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/307252973a9b267f","status":"passed","time":{"start":1724861492526,"stop":1724861492526,"duration":0}}]},"c787ef39591d451b76fdffb9e728aaee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4075845b44d29dbf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4075845b44d29dbf","status":"passed","time":{"start":1724921158278,"stop":1724921158279,"duration":1}},{"uid":"d3a7953df35ec969","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d3a7953df35ec969","status":"passed","time":{"start":1724921130076,"stop":1724921130076,"duration":0}},{"uid":"36e340ca7eec1387","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/36e340ca7eec1387","status":"passed","time":{"start":1724917796893,"stop":1724917796894,"duration":1}},{"uid":"22748c16e1b58d69","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/22748c16e1b58d69","status":"passed","time":{"start":1724889579997,"stop":1724889579997,"duration":0}},{"uid":"388cf943caa089bf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/388cf943caa089bf","status":"passed","time":{"start":1724888730128,"stop":1724888730128,"duration":0}},{"uid":"5a0a66dac6fa3f9e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5a0a66dac6fa3f9e","status":"passed","time":{"start":1724887883927,"stop":1724887883927,"duration":0}},{"uid":"25cd15ef201cb5b5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/25cd15ef201cb5b5","status":"passed","time":{"start":1724886651245,"stop":1724886651245,"duration":0}},{"uid":"92cf4ee39edc350c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/92cf4ee39edc350c","status":"passed","time":{"start":1724886430268,"stop":1724886430268,"duration":0}},{"uid":"fbc72691a615c63","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fbc72691a615c63","status":"passed","time":{"start":1724861879167,"stop":1724861879168,"duration":1}},{"uid":"31a9691a7be91b17","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/31a9691a7be91b17","status":"passed","time":{"start":1724861345738,"stop":1724861345739,"duration":1}},{"uid":"ceb550380fc03db6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ceb550380fc03db6","status":"passed","time":{"start":1724861186694,"stop":1724861186694,"duration":0}},{"uid":"1ca15ad0f7bb2dfb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1ca15ad0f7bb2dfb","status":"passed","time":{"start":1724861034885,"stop":1724861034885,"duration":0}}]},"2374a8c38bcd8cbcba77c3f21d70d9d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e8052f56229a044c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e8052f56229a044c","status":"passed","time":{"start":1724921061618,"stop":1724921061619,"duration":1}},{"uid":"4ad953f8e8d36125","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4ad953f8e8d36125","status":"passed","time":{"start":1724921036641,"stop":1724921036641,"duration":0}},{"uid":"f5306ed0883fb00","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f5306ed0883fb00","status":"passed","time":{"start":1724917696746,"stop":1724917696747,"duration":1}},{"uid":"5b5ceb9eb26e731a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b5ceb9eb26e731a","status":"passed","time":{"start":1724889476022,"stop":1724889476023,"duration":1}},{"uid":"5769086b46d1ec2b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5769086b46d1ec2b","status":"passed","time":{"start":1724888626863,"stop":1724888626863,"duration":0}},{"uid":"2ebcf24ddcfeba32","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2ebcf24ddcfeba32","status":"passed","time":{"start":1724887782851,"stop":1724887782851,"duration":0}},{"uid":"d0ccc15567afc2ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d0ccc15567afc2ba","status":"passed","time":{"start":1724886549390,"stop":1724886549390,"duration":0}},{"uid":"e836d30a7b79d63c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e836d30a7b79d63c","status":"passed","time":{"start":1724886327495,"stop":1724886327495,"duration":0}},{"uid":"ab04694a61d60669","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ab04694a61d60669","status":"passed","time":{"start":1724861776389,"stop":1724861776390,"duration":1}},{"uid":"4cd5ecedbbf41e25","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4cd5ecedbbf41e25","status":"passed","time":{"start":1724861247045,"stop":1724861247046,"duration":1}},{"uid":"987000efba10ef44","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/987000efba10ef44","status":"passed","time":{"start":1724861070812,"stop":1724861070813,"duration":1}},{"uid":"73648b5d8daf30ea","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/73648b5d8daf30ea","status":"passed","time":{"start":1724860931510,"stop":1724860931510,"duration":0}}]},"37b0712a55780e765f2fbe2dd020fbf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4de4f10457257e54","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4de4f10457257e54","status":"passed","time":{"start":1724921563019,"stop":1724921563019,"duration":0}},{"uid":"812deb1a638245ff","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/812deb1a638245ff","status":"passed","time":{"start":1724921526815,"stop":1724921526815,"duration":0}},{"uid":"103515ff32fef415","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/103515ff32fef415","status":"passed","time":{"start":1724918239948,"stop":1724918239949,"duration":1}},{"uid":"aa1cb74a84e2ff3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aa1cb74a84e2ff3","status":"passed","time":{"start":1724889980919,"stop":1724889980919,"duration":0}},{"uid":"a6780acb1c31b8c5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a6780acb1c31b8c5","status":"passed","time":{"start":1724889109974,"stop":1724889109975,"duration":1}},{"uid":"48d0feb8bf0fc03e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/48d0feb8bf0fc03e","status":"passed","time":{"start":1724888294725,"stop":1724888294725,"duration":0}},{"uid":"af6c80e848c55ccd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/af6c80e848c55ccd","status":"passed","time":{"start":1724887071743,"stop":1724887071744,"duration":1}},{"uid":"9fad3611d6403b79","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9fad3611d6403b79","status":"passed","time":{"start":1724886848348,"stop":1724886848348,"duration":0}},{"uid":"2f93c00c2286435","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2f93c00c2286435","status":"passed","time":{"start":1724862259257,"stop":1724862259257,"duration":0}},{"uid":"e57a30a4d44516cb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e57a30a4d44516cb","status":"passed","time":{"start":1724861735332,"stop":1724861735333,"duration":1}},{"uid":"c0555a9d1dfbc69d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0555a9d1dfbc69d","status":"passed","time":{"start":1724861606351,"stop":1724861606352,"duration":1}},{"uid":"95629c5f2fb2da41","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/95629c5f2fb2da41","status":"passed","time":{"start":1724861426690,"stop":1724861426691,"duration":1}}]},"de70358f302182ae4211c906cce095b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2ce879ef73f39a70","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2ce879ef73f39a70","status":"passed","time":{"start":1724887092627,"stop":1724887092628,"duration":1}}]},"34840103faf2ca88c7371ea9d706be8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2bcd465cfefc06d1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2bcd465cfefc06d1","status":"passed","time":{"start":1724921061845,"stop":1724921061846,"duration":1}},{"uid":"d6209e106ef76d22","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d6209e106ef76d22","status":"passed","time":{"start":1724921037155,"stop":1724921037156,"duration":1}},{"uid":"1efe11445ee3eb85","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1efe11445ee3eb85","status":"passed","time":{"start":1724917697299,"stop":1724917697300,"duration":1}},{"uid":"d6c4fff0d2f92f73","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d6c4fff0d2f92f73","status":"passed","time":{"start":1724889476081,"stop":1724889476082,"duration":1}},{"uid":"72d983caa1418f52","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72d983caa1418f52","status":"passed","time":{"start":1724888626884,"stop":1724888626885,"duration":1}},{"uid":"c81703efd94f9ef6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c81703efd94f9ef6","status":"passed","time":{"start":1724887783106,"stop":1724887783107,"duration":1}},{"uid":"928113ca0fec437","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/928113ca0fec437","status":"passed","time":{"start":1724886549917,"stop":1724886549918,"duration":1}},{"uid":"70eb33b773aa8de","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/70eb33b773aa8de","status":"passed","time":{"start":1724886327578,"stop":1724886327579,"duration":1}},{"uid":"a705ffe1ba2beafd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a705ffe1ba2beafd","status":"passed","time":{"start":1724861776804,"stop":1724861776805,"duration":1}},{"uid":"b352ff7aaf418d51","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b352ff7aaf418d51","status":"passed","time":{"start":1724861247296,"stop":1724861247297,"duration":1}},{"uid":"384d800c8adaba13","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/384d800c8adaba13","status":"passed","time":{"start":1724861071392,"stop":1724861071393,"duration":1}},{"uid":"86c332c0130f85","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/86c332c0130f85","status":"passed","time":{"start":1724860931793,"stop":1724860931793,"duration":0}}]},"d8f9bb47dbfa8c65b0044d77b541e60a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5890253cd3db5580","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5890253cd3db5580","status":"passed","time":{"start":1724921602976,"stop":1724921602977,"duration":1}},{"uid":"fc403da903d841f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fc403da903d841f","status":"passed","time":{"start":1724921571106,"stop":1724921571107,"duration":1}},{"uid":"fb577aba7ec52c3d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fb577aba7ec52c3d","status":"passed","time":{"start":1724918285613,"stop":1724918285614,"duration":1}},{"uid":"f7b81b4bb8426167","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7b81b4bb8426167","status":"passed","time":{"start":1724890030100,"stop":1724890030100,"duration":0}},{"uid":"51434a54c11a02c8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/51434a54c11a02c8","status":"passed","time":{"start":1724889171926,"stop":1724889171926,"duration":0}},{"uid":"2b61155e5f16ad91","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2b61155e5f16ad91","status":"passed","time":{"start":1724888350741,"stop":1724888350741,"duration":0}},{"uid":"9227392a3d3d3d4f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9227392a3d3d3d4f","status":"passed","time":{"start":1724887115424,"stop":1724887115425,"duration":1}},{"uid":"597995715dd218dd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/597995715dd218dd","status":"passed","time":{"start":1724886884584,"stop":1724886884585,"duration":1}},{"uid":"fef745e1306e76e3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fef745e1306e76e3","status":"passed","time":{"start":1724862322276,"stop":1724862322276,"duration":0}},{"uid":"30cca85b939b2da5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/30cca85b939b2da5","status":"passed","time":{"start":1724861790764,"stop":1724861790764,"duration":0}},{"uid":"a75a9db8224a3e22","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a75a9db8224a3e22","status":"passed","time":{"start":1724861628430,"stop":1724861628430,"duration":0}},{"uid":"1fad0e7cb04c8947","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1fad0e7cb04c8947","status":"passed","time":{"start":1724861465634,"stop":1724861465634,"duration":0}}]},"a6da04bd5ce46a2405442b9afc17c9e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"320d1b37e77959fb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/320d1b37e77959fb","status":"passed","time":{"start":1724921625033,"stop":1724921625034,"duration":1}},{"uid":"feecb93e7e8c55c8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/feecb93e7e8c55c8","status":"passed","time":{"start":1724921590478,"stop":1724921590478,"duration":0}},{"uid":"ef47c19bea201b5f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ef47c19bea201b5f","status":"passed","time":{"start":1724918287557,"stop":1724918287558,"duration":1}},{"uid":"59e9f8af1ef99f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/59e9f8af1ef99f9","status":"passed","time":{"start":1724890047781,"stop":1724890047782,"duration":1}},{"uid":"9073bcd6ee555881","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9073bcd6ee555881","status":"passed","time":{"start":1724889183913,"stop":1724889183913,"duration":0}},{"uid":"8d70624997aac38a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8d70624997aac38a","status":"passed","time":{"start":1724888354158,"stop":1724888354159,"duration":1}},{"uid":"3a90f444a42571d0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3a90f444a42571d0","status":"passed","time":{"start":1724887145650,"stop":1724887145650,"duration":0}},{"uid":"4494519aea0fec42","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4494519aea0fec42","status":"passed","time":{"start":1724886915775,"stop":1724886915775,"duration":0}},{"uid":"f300cf4b11a1ae0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f300cf4b11a1ae0","status":"passed","time":{"start":1724862341430,"stop":1724862341431,"duration":1}},{"uid":"e9142ea62ef9c3cf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e9142ea62ef9c3cf","status":"passed","time":{"start":1724861805430,"stop":1724861805431,"duration":1}},{"uid":"b1a731fee6260124","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b1a731fee6260124","status":"passed","time":{"start":1724861662239,"stop":1724861662239,"duration":0}},{"uid":"2287c92b58f174b4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2287c92b58f174b4","status":"passed","time":{"start":1724861492502,"stop":1724861492502,"duration":0}}]},"d6dc95c2624275135509b6e324d75fe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fe941fc0fd498207","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fe941fc0fd498207","status":"passed","time":{"start":1724921563020,"stop":1724921563020,"duration":0}},{"uid":"71902d9cfa8a9e8f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/71902d9cfa8a9e8f","status":"passed","time":{"start":1724921526817,"stop":1724921526817,"duration":0}},{"uid":"2b6f81c2375b5431","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2b6f81c2375b5431","status":"passed","time":{"start":1724918239953,"stop":1724918239953,"duration":0}},{"uid":"9f7352f2c13153b4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f7352f2c13153b4","status":"passed","time":{"start":1724889980926,"stop":1724889980927,"duration":1}},{"uid":"ef27b0d4856b07bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ef27b0d4856b07bc","status":"passed","time":{"start":1724889109977,"stop":1724889109979,"duration":2}},{"uid":"77b34bc065c7313d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/77b34bc065c7313d","status":"passed","time":{"start":1724888294726,"stop":1724888294726,"duration":0}},{"uid":"de34a7fb72bc42b7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/de34a7fb72bc42b7","status":"passed","time":{"start":1724887071744,"stop":1724887071745,"duration":1}},{"uid":"17e98d81e0748d61","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/17e98d81e0748d61","status":"passed","time":{"start":1724886848350,"stop":1724886848350,"duration":0}},{"uid":"132f96ca6c8b2594","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/132f96ca6c8b2594","status":"passed","time":{"start":1724862259260,"stop":1724862259260,"duration":0}},{"uid":"ca2e4989aafa535b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ca2e4989aafa535b","status":"passed","time":{"start":1724861735335,"stop":1724861735335,"duration":0}},{"uid":"50d5dbed56f9e93f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/50d5dbed56f9e93f","status":"passed","time":{"start":1724861606352,"stop":1724861606353,"duration":1}},{"uid":"9881ae4d17479d73","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9881ae4d17479d73","status":"passed","time":{"start":1724861426691,"stop":1724861426692,"duration":1}}]},"92764ddbdf4d05ff0eea6b372016eacc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"420d75f6a7f9ee7f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/420d75f6a7f9ee7f","status":"passed","time":{"start":1724887032416,"stop":1724887032416,"duration":0}}]},"be5b3563f583e4186f5d9da7e09696c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6a83102c3f696a1c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6a83102c3f696a1c","status":"passed","time":{"start":1724918179413,"stop":1724918179416,"duration":3}}]},"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"12f03a4b26d5d41a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/12f03a4b26d5d41a","status":"passed","time":{"start":1724921297005,"stop":1724921297006,"duration":1}},{"uid":"b7a746a4f488ffac","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b7a746a4f488ffac","status":"passed","time":{"start":1724921276366,"stop":1724921276367,"duration":1}},{"uid":"5475759f8817b8b4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5475759f8817b8b4","status":"passed","time":{"start":1724917948321,"stop":1724917948321,"duration":0}},{"uid":"299146c5b0d69fad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/299146c5b0d69fad","status":"passed","time":{"start":1724889729007,"stop":1724889729007,"duration":0}},{"uid":"26b054b406c28cfb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/26b054b406c28cfb","status":"passed","time":{"start":1724888864952,"stop":1724888864953,"duration":1}},{"uid":"11b83a06481f24b5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/11b83a06481f24b5","status":"passed","time":{"start":1724888053746,"stop":1724888053746,"duration":0}},{"uid":"c5125e42cd11825f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c5125e42cd11825f","status":"passed","time":{"start":1724886811660,"stop":1724886811661,"duration":1}},{"uid":"e5dffaf3c4330919","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e5dffaf3c4330919","status":"passed","time":{"start":1724886581002,"stop":1724886581003,"duration":1}},{"uid":"a3961cdab29685ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3961cdab29685ae","status":"passed","time":{"start":1724862019559,"stop":1724862019560,"duration":1}},{"uid":"1fd7ac05e7273667","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1fd7ac05e7273667","status":"passed","time":{"start":1724861493936,"stop":1724861493936,"duration":0}},{"uid":"f358f69a0317d358","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f358f69a0317d358","status":"passed","time":{"start":1724861318028,"stop":1724861318028,"duration":0}},{"uid":"20009382f2cd88db","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/20009382f2cd88db","status":"passed","time":{"start":1724861178514,"stop":1724861178515,"duration":1}}]},"f930708d4007d85860719455465959ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d39e733702a7b73e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d39e733702a7b73e","status":"passed","time":{"start":1724921065909,"stop":1724921065909,"duration":0}},{"uid":"54108fb8cffe7717","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/54108fb8cffe7717","status":"passed","time":{"start":1724921040946,"stop":1724921040947,"duration":1}},{"uid":"75b659cb1b45c275","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/75b659cb1b45c275","status":"passed","time":{"start":1724917701154,"stop":1724917701155,"duration":1}},{"uid":"d8d30ba8ae87b5bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d8d30ba8ae87b5bc","status":"passed","time":{"start":1724889479973,"stop":1724889479974,"duration":1}},{"uid":"35ec8a7a54bb7e36","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/35ec8a7a54bb7e36","status":"passed","time":{"start":1724888630722,"stop":1724888630722,"duration":0}},{"uid":"96925242f1125972","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/96925242f1125972","status":"passed","time":{"start":1724887787005,"stop":1724887787005,"duration":0}},{"uid":"17f3c100082e9694","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/17f3c100082e9694","status":"passed","time":{"start":1724886553667,"stop":1724886553668,"duration":1}},{"uid":"1ead1ada1147c379","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1ead1ada1147c379","status":"passed","time":{"start":1724886331491,"stop":1724886331491,"duration":0}},{"uid":"6345f82e808bb72b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6345f82e808bb72b","status":"passed","time":{"start":1724861780655,"stop":1724861780655,"duration":0}},{"uid":"d4886441b02515f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d4886441b02515f","status":"passed","time":{"start":1724861251097,"stop":1724861251098,"duration":1}},{"uid":"c423e7b3f16a5eeb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c423e7b3f16a5eeb","status":"passed","time":{"start":1724861074807,"stop":1724861074807,"duration":0}},{"uid":"3302ec999b577a26","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3302ec999b577a26","status":"passed","time":{"start":1724860935670,"stop":1724860935670,"duration":0}}]},"0c773fdbecada19cc019e94f92ac44ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"66acd2f33136ffbe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/66acd2f33136ffbe","status":"passed","time":{"start":1724862298395,"stop":1724862298395,"duration":0}}]},"0ddf29e406d8d36124685e6de9d008d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1be0785873305047","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1be0785873305047","status":"passed","time":{"start":1724861475048,"stop":1724861475053,"duration":5}}]},"21b46813bf62dcc4e0d2c103356b6c1d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47eb871ea0aaa947","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/47eb871ea0aaa947","status":"passed","time":{"start":1724921571110,"stop":1724921571110,"duration":0}}]},"6222de83b46c7e94c733bc9b89aa12f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8c11ae878c60ba23","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8c11ae878c60ba23","status":"passed","time":{"start":1724921051054,"stop":1724921051054,"duration":0}},{"uid":"e09278fd97dcbbb2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e09278fd97dcbbb2","status":"passed","time":{"start":1724921026359,"stop":1724921026360,"duration":1}},{"uid":"5275e7435c027ed8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5275e7435c027ed8","status":"passed","time":{"start":1724917686538,"stop":1724917686538,"duration":0}},{"uid":"999cfb5238e4f02","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/999cfb5238e4f02","status":"passed","time":{"start":1724889465468,"stop":1724889465469,"duration":1}},{"uid":"bfec4b0bc0c369f5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bfec4b0bc0c369f5","status":"passed","time":{"start":1724888616210,"stop":1724888616210,"duration":0}},{"uid":"e93868cf5b8334ed","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e93868cf5b8334ed","status":"passed","time":{"start":1724887772446,"stop":1724887772447,"duration":1}},{"uid":"b796eef97489a7f3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b796eef97489a7f3","status":"passed","time":{"start":1724886538857,"stop":1724886538858,"duration":1}},{"uid":"5327a0846a39f16c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5327a0846a39f16c","status":"passed","time":{"start":1724886316624,"stop":1724886316625,"duration":1}},{"uid":"cd6268a822f1d7cb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd6268a822f1d7cb","status":"passed","time":{"start":1724861765760,"stop":1724861765761,"duration":1}},{"uid":"a1339aea497c5345","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a1339aea497c5345","status":"passed","time":{"start":1724861236571,"stop":1724861236571,"duration":0}},{"uid":"dc86b77d22a86b78","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dc86b77d22a86b78","status":"passed","time":{"start":1724861059468,"stop":1724861059468,"duration":0}},{"uid":"ff0880dff166f001","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ff0880dff166f001","status":"passed","time":{"start":1724860920724,"stop":1724860920724,"duration":0}}]},"bdc61a459fd8aa0c93671b99e5fd3f37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"359a2e782c6a3c31","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/359a2e782c6a3c31","status":"passed","time":{"start":1724889678257,"stop":1724889678257,"duration":0}}]},"9945393973edc3ddf8c0b8d613de2195:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61278054ddf772b4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/61278054ddf772b4","status":"passed","time":{"start":1724861599499,"stop":1724861599499,"duration":0}}]},"5c01827d9f30f00c3a668c494fde47df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"96b54f458bd6d1f0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/96b54f458bd6d1f0","status":"passed","time":{"start":1724921540107,"stop":1724921540107,"duration":0}},{"uid":"28f117ceafbcd69c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/28f117ceafbcd69c","status":"passed","time":{"start":1724921503539,"stop":1724921503539,"duration":0}},{"uid":"df4717905c5f3a80","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/df4717905c5f3a80","status":"passed","time":{"start":1724918214356,"stop":1724918214356,"duration":0}},{"uid":"8d85ec50c105c9b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8d85ec50c105c9b","status":"passed","time":{"start":1724889952443,"stop":1724889952443,"duration":0}},{"uid":"a429ecb5b0c882ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a429ecb5b0c882ba","status":"passed","time":{"start":1724889087460,"stop":1724889087467,"duration":7}},{"uid":"251e334b48ad5a61","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/251e334b48ad5a61","status":"passed","time":{"start":1724888266428,"stop":1724888266429,"duration":1}},{"uid":"94aaa3f3399a15dd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/94aaa3f3399a15dd","status":"passed","time":{"start":1724887042930,"stop":1724887042930,"duration":0}},{"uid":"3f59c85b93c3df28","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3f59c85b93c3df28","status":"passed","time":{"start":1724886820797,"stop":1724886820797,"duration":0}},{"uid":"34e8b387e3af6e8e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/34e8b387e3af6e8e","status":"passed","time":{"start":1724862245489,"stop":1724862245489,"duration":0}},{"uid":"f3fe06e5b51d5ae6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f3fe06e5b51d5ae6","status":"passed","time":{"start":1724861720393,"stop":1724861720394,"duration":1}},{"uid":"9286a5be22f4a858","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9286a5be22f4a858","status":"passed","time":{"start":1724861579387,"stop":1724861579387,"duration":0}},{"uid":"9e306c3edbf238a2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9e306c3edbf238a2","status":"passed","time":{"start":1724861402506,"stop":1724861402506,"duration":0}}]},"6e1c32dcfd79db0371ce4cdbb0dcfb72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3ac9a7b5c3556c82","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3ac9a7b5c3556c82","status":"passed","time":{"start":1724921625031,"stop":1724921625032,"duration":1}},{"uid":"6c80abad73b6fe96","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6c80abad73b6fe96","status":"passed","time":{"start":1724921590477,"stop":1724921590477,"duration":0}},{"uid":"d1f167fdf6a2d1f1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d1f167fdf6a2d1f1","status":"passed","time":{"start":1724918287557,"stop":1724918287557,"duration":0}},{"uid":"c1f1651306cbd614","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c1f1651306cbd614","status":"passed","time":{"start":1724890047780,"stop":1724890047781,"duration":1}},{"uid":"9a50f55f86c82c0c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9a50f55f86c82c0c","status":"passed","time":{"start":1724889183912,"stop":1724889183912,"duration":0}},{"uid":"bb3aba573d4740ec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bb3aba573d4740ec","status":"passed","time":{"start":1724888354156,"stop":1724888354157,"duration":1}},{"uid":"ca630ede37660db3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ca630ede37660db3","status":"passed","time":{"start":1724887145648,"stop":1724887145649,"duration":1}},{"uid":"cd30f3f8d5b42a0d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cd30f3f8d5b42a0d","status":"passed","time":{"start":1724886915774,"stop":1724886915775,"duration":1}},{"uid":"94fdcd8b10bcc194","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/94fdcd8b10bcc194","status":"passed","time":{"start":1724862341429,"stop":1724862341430,"duration":1}},{"uid":"6cf16867df936391","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6cf16867df936391","status":"passed","time":{"start":1724861805428,"stop":1724861805429,"duration":1}},{"uid":"b023975ec422732b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b023975ec422732b","status":"passed","time":{"start":1724861662238,"stop":1724861662238,"duration":0}},{"uid":"2d6a25ad863af884","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2d6a25ad863af884","status":"passed","time":{"start":1724861492501,"stop":1724861492501,"duration":0}}]},"2a1f8b7e60a2342bdfe20d85d5f5e6aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"de1775536cc4783","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/de1775536cc4783","status":"passed","time":{"start":1724889938368,"stop":1724889938369,"duration":1}}]},"d07b791264e0641ee8d5505ee08e65a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c91dc8779f1361d7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c91dc8779f1361d7","status":"passed","time":{"start":1724921556059,"stop":1724921556059,"duration":0}}]},"315dd876ca7a8d13d1836dc7c13e91d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"81baa2c8ea7c7644","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/81baa2c8ea7c7644","status":"passed","time":{"start":1724921556061,"stop":1724921556062,"duration":1}}]},"a36b0c9d3cb75ae6dd3989d79c40f345:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7dab481f7490536f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7dab481f7490536f","status":"passed","time":{"start":1724888345351,"stop":1724888345351,"duration":0}}]},"747e07f485de0289eb875ead8cef7ae6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8e876506031b3e96","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8e876506031b3e96","status":"passed","time":{"start":1724861685877,"stop":1724861685877,"duration":0}}]},"4d10c9642cf4fb0fa94d6545d992cde2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7c372c2c85bf8c55","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7c372c2c85bf8c55","status":"passed","time":{"start":1724921267870,"stop":1724921267870,"duration":0}},{"uid":"fb49c0eb93067520","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fb49c0eb93067520","status":"passed","time":{"start":1724921244370,"stop":1724921244371,"duration":1}},{"uid":"3eb6a3944a39af7f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3eb6a3944a39af7f","status":"passed","time":{"start":1724917916053,"stop":1724917916053,"duration":0}},{"uid":"2745aae1e45e4dbf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2745aae1e45e4dbf","status":"passed","time":{"start":1724889678255,"stop":1724889678256,"duration":1}},{"uid":"fa12dde5c2862e32","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fa12dde5c2862e32","status":"passed","time":{"start":1724888831685,"stop":1724888831685,"duration":0}},{"uid":"795a069e682709b5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/795a069e682709b5","status":"passed","time":{"start":1724888003321,"stop":1724888003321,"duration":0}},{"uid":"dd52cb4b44446586","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dd52cb4b44446586","status":"passed","time":{"start":1724886776609,"stop":1724886776610,"duration":1}},{"uid":"1d6fb97cab4e3b4a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1d6fb97cab4e3b4a","status":"passed","time":{"start":1724886555797,"stop":1724886555798,"duration":1}},{"uid":"d65b559d38c2c65a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d65b559d38c2c65a","status":"passed","time":{"start":1724861983007,"stop":1724861983007,"duration":0}},{"uid":"6923bb8c975ff2c3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6923bb8c975ff2c3","status":"passed","time":{"start":1724861444067,"stop":1724861444067,"duration":0}},{"uid":"25c4e85ff501b680","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/25c4e85ff501b680","status":"passed","time":{"start":1724861285835,"stop":1724861285835,"duration":0}},{"uid":"d59bdd572a9e63e4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d59bdd572a9e63e4","status":"passed","time":{"start":1724861145666,"stop":1724861145667,"duration":1}}]},"2ac84dd8ab862e3ff6b6e2a1b0f44ca4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4edbff6c1bb06bbc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4edbff6c1bb06bbc","status":"passed","time":{"start":1724918259544,"stop":1724918259544,"duration":0}}]},"cea3349636915da80739bb8809c43c8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"50e90a00fb0649dd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/50e90a00fb0649dd","status":"passed","time":{"start":1724861800259,"stop":1724861800259,"duration":0}}]},"8d63e67174dd96a7aa81b8114304ff79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"71f8bf5218558e3d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/71f8bf5218558e3d","status":"passed","time":{"start":1724921529594,"stop":1724921529594,"duration":0}},{"uid":"bff201436830925","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bff201436830925","status":"passed","time":{"start":1724921488890,"stop":1724921488894,"duration":4}},{"uid":"e3d8877d996e7e1d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e3d8877d996e7e1d","status":"passed","time":{"start":1724918203697,"stop":1724918203698,"duration":1}},{"uid":"891d94020459f0c8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/891d94020459f0c8","status":"passed","time":{"start":1724889938369,"stop":1724889938369,"duration":0}},{"uid":"61fde260509c9f0b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/61fde260509c9f0b","status":"passed","time":{"start":1724889077081,"stop":1724889077081,"duration":0}},{"uid":"3ef0cf70c6d6e0a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3ef0cf70c6d6e0a9","status":"passed","time":{"start":1724888268043,"stop":1724888268043,"duration":0}},{"uid":"58e2394f413befb2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/58e2394f413befb2","status":"passed","time":{"start":1724887032417,"stop":1724887032417,"duration":0}},{"uid":"8f818df1170ef18","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8f818df1170ef18","status":"passed","time":{"start":1724886822829,"stop":1724886822829,"duration":0}},{"uid":"f934f030f9310fd3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f934f030f9310fd3","status":"passed","time":{"start":1724862233524,"stop":1724862233524,"duration":0}},{"uid":"c5b55ab879ecedf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c5b55ab879ecedf","status":"passed","time":{"start":1724861712677,"stop":1724861712677,"duration":0}},{"uid":"d72fa26633f27740","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d72fa26633f27740","status":"passed","time":{"start":1724861567926,"stop":1724861567927,"duration":1}},{"uid":"fdef707ec756c4fb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fdef707ec756c4fb","status":"passed","time":{"start":1724861392065,"stop":1724861392065,"duration":0}}]},"42fcbea28d1a1a2e2f9ad21e09f1e516:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"73134353e5690fef","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/73134353e5690fef","status":"passed","time":{"start":1724921556062,"stop":1724921556063,"duration":1}}]},"057bc774319a7337746b9a337a20bb9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f6f50c71551e6b64","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f6f50c71551e6b64","status":"passed","time":{"start":1724921095758,"stop":1724921095758,"duration":0}},{"uid":"37106b19a076975b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/37106b19a076975b","status":"passed","time":{"start":1724921070806,"stop":1724921070806,"duration":0}},{"uid":"6e292da9611ddf99","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6e292da9611ddf99","status":"passed","time":{"start":1724917730900,"stop":1724917730901,"duration":1}},{"uid":"52093a7b61f2b126","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52093a7b61f2b126","status":"passed","time":{"start":1724889510333,"stop":1724889510333,"duration":0}},{"uid":"d2ace30e4f6ce450","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d2ace30e4f6ce450","status":"passed","time":{"start":1724888660680,"stop":1724888660681,"duration":1}},{"uid":"3f9bbc3b006ca63b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3f9bbc3b006ca63b","status":"passed","time":{"start":1724887817137,"stop":1724887817138,"duration":1}},{"uid":"d1606a6fd83a82a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d1606a6fd83a82a2","status":"passed","time":{"start":1724886584154,"stop":1724886584155,"duration":1}},{"uid":"d5ab695beaf5bfa3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d5ab695beaf5bfa3","status":"passed","time":{"start":1724886362414,"stop":1724886362415,"duration":1}},{"uid":"ecbb72e2f89cbc8f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ecbb72e2f89cbc8f","status":"passed","time":{"start":1724861811584,"stop":1724861811584,"duration":0}},{"uid":"e8841a55ab5bb656","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e8841a55ab5bb656","status":"passed","time":{"start":1724861280383,"stop":1724861280384,"duration":1}},{"uid":"8c67c867a792825b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8c67c867a792825b","status":"passed","time":{"start":1724861106381,"stop":1724861106381,"duration":0}},{"uid":"2fa8e1f128982b6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2fa8e1f128982b6","status":"passed","time":{"start":1724860966532,"stop":1724860966532,"duration":0}}]},"8a66db94555423a25549a9a9c2fb8b2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e9e919bdf22807c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e9e919bdf22807c","status":"passed","time":{"start":1724921098919,"stop":1724921098920,"duration":1}},{"uid":"e9cb9f5b855d2899","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e9cb9f5b855d2899","status":"passed","time":{"start":1724921073396,"stop":1724921073397,"duration":1}},{"uid":"d9d8d6e8affc83ef","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d9d8d6e8affc83ef","status":"passed","time":{"start":1724917744663,"stop":1724917744663,"duration":0}},{"uid":"7a6187d1c880cafc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7a6187d1c880cafc","status":"passed","time":{"start":1724889518044,"stop":1724889518044,"duration":0}},{"uid":"f8555404d92fa50b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f8555404d92fa50b","status":"passed","time":{"start":1724888665802,"stop":1724888665803,"duration":1}},{"uid":"8cb115f53c85fb05","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8cb115f53c85fb05","status":"passed","time":{"start":1724887821952,"stop":1724887821952,"duration":0}},{"uid":"bdab493289e506b9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bdab493289e506b9","status":"passed","time":{"start":1724886586926,"stop":1724886586926,"duration":0}},{"uid":"e370cf92e33a777c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e370cf92e33a777c","status":"passed","time":{"start":1724886375233,"stop":1724886375235,"duration":2}},{"uid":"bd73e79317bbdc28","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bd73e79317bbdc28","status":"passed","time":{"start":1724861815217,"stop":1724861815218,"duration":1}},{"uid":"1b3091717b0eba7a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1b3091717b0eba7a","status":"passed","time":{"start":1724861291722,"stop":1724861291722,"duration":0}},{"uid":"2781dd6b694f9daa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2781dd6b694f9daa","status":"passed","time":{"start":1724861109879,"stop":1724861109879,"duration":0}},{"uid":"55187f700f27f6c0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/55187f700f27f6c0","status":"passed","time":{"start":1724860972343,"stop":1724860972343,"duration":0}}]},"1a846f99df2feb911d19e70ae328211d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"922fb08040cbb24d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/922fb08040cbb24d","status":"passed","time":{"start":1724921088202,"stop":1724921088203,"duration":1}},{"uid":"90240f8f35011831","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/90240f8f35011831","status":"passed","time":{"start":1724921063384,"stop":1724921063384,"duration":0}},{"uid":"79e0cd0345b97abc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/79e0cd0345b97abc","status":"passed","time":{"start":1724917723835,"stop":1724917723835,"duration":0}},{"uid":"5ec449c4fad9c7e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ec449c4fad9c7e1","status":"passed","time":{"start":1724889503228,"stop":1724889503229,"duration":1}},{"uid":"4cbd76df78ef5467","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4cbd76df78ef5467","status":"passed","time":{"start":1724888652595,"stop":1724888652598,"duration":3}},{"uid":"8b9b9bfd7131169e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8b9b9bfd7131169e","status":"passed","time":{"start":1724887810650,"stop":1724887810651,"duration":1}},{"uid":"da3428f73436536d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/da3428f73436536d","status":"passed","time":{"start":1724886577073,"stop":1724886577074,"duration":1}},{"uid":"29e67ed68425b7f4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/29e67ed68425b7f4","status":"passed","time":{"start":1724886355054,"stop":1724886355055,"duration":1}},{"uid":"5eede34a635afc53","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5eede34a635afc53","status":"passed","time":{"start":1724861804051,"stop":1724861804051,"duration":0}},{"uid":"bf55c77aeb89229b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bf55c77aeb89229b","status":"passed","time":{"start":1724861273298,"stop":1724861273298,"duration":0}},{"uid":"547e150c4b6ab2b6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/547e150c4b6ab2b6","status":"passed","time":{"start":1724861099311,"stop":1724861099312,"duration":1}},{"uid":"b3e6802ebfb2832","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b3e6802ebfb2832","status":"passed","time":{"start":1724860959311,"stop":1724860959312,"duration":1}}]},"fe0d19d25d3b365d85a5a222c9e0fc88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6b8e435e99e74df4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6b8e435e99e74df4","status":"passed","time":{"start":1724921677829,"stop":1724921677830,"duration":1}},{"uid":"6c4218799bf648ee","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6c4218799bf648ee","status":"passed","time":{"start":1724921635681,"stop":1724921635681,"duration":0}},{"uid":"75042101f906fd8b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/75042101f906fd8b","status":"passed","time":{"start":1724918344740,"stop":1724918344741,"duration":1}},{"uid":"dba9e6e826a5fcf0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dba9e6e826a5fcf0","status":"passed","time":{"start":1724890097429,"stop":1724890097429,"duration":0}},{"uid":"f15b19a4ca575126","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f15b19a4ca575126","status":"passed","time":{"start":1724889226625,"stop":1724889226626,"duration":1}},{"uid":"8b86759004ee977e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8b86759004ee977e","status":"passed","time":{"start":1724888405389,"stop":1724888405389,"duration":0}},{"uid":"e1d566a9bbf99237","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e1d566a9bbf99237","status":"passed","time":{"start":1724887180098,"stop":1724887180098,"duration":0}},{"uid":"23fd061ca829ec6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/23fd061ca829ec6","status":"passed","time":{"start":1724886957952,"stop":1724886957952,"duration":0}},{"uid":"f8071f4e8410490d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f8071f4e8410490d","status":"passed","time":{"start":1724862379720,"stop":1724862379720,"duration":0}},{"uid":"4f76342e043e4a14","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4f76342e043e4a14","status":"passed","time":{"start":1724861853006,"stop":1724861853006,"duration":0}},{"uid":"f3cf28ade953920","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f3cf28ade953920","status":"passed","time":{"start":1724861709848,"stop":1724861709849,"duration":1}},{"uid":"e7203734bc40b052","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e7203734bc40b052","status":"passed","time":{"start":1724861537426,"stop":1724861537426,"duration":0}}]},"9b68db8e80edd915f242e2377993f12c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"71c79e9a049dbf03","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/71c79e9a049dbf03","status":"passed","time":{"start":1724921037645,"stop":1724921037645,"duration":0}},{"uid":"104b239fddbec0ce","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/104b239fddbec0ce","status":"passed","time":{"start":1724921013058,"stop":1724921013058,"duration":0}},{"uid":"42419fd55fcb6b25","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/42419fd55fcb6b25","status":"passed","time":{"start":1724917673300,"stop":1724917673300,"duration":0}},{"uid":"86575a2751887d21","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/86575a2751887d21","status":"passed","time":{"start":1724889452319,"stop":1724889452319,"duration":0}},{"uid":"52d6376d89d134","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52d6376d89d134","status":"passed","time":{"start":1724888602850,"stop":1724888602850,"duration":0}},{"uid":"b69a4dfd2e148cc5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b69a4dfd2e148cc5","status":"passed","time":{"start":1724887759171,"stop":1724887759172,"duration":1}},{"uid":"f49ff60c4e9a48ee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f49ff60c4e9a48ee","status":"passed","time":{"start":1724886525551,"stop":1724886525551,"duration":0}},{"uid":"b98c0bf0c959be18","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b98c0bf0c959be18","status":"passed","time":{"start":1724886303405,"stop":1724886303405,"duration":0}},{"uid":"d123f0a503deeff1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d123f0a503deeff1","status":"passed","time":{"start":1724861752238,"stop":1724861752238,"duration":0}},{"uid":"939458b024efafeb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/939458b024efafeb","status":"passed","time":{"start":1724861223363,"stop":1724861223363,"duration":0}},{"uid":"15dd0d77eeb26b90","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/15dd0d77eeb26b90","status":"passed","time":{"start":1724861045211,"stop":1724861045211,"duration":0}},{"uid":"a9f9e1f6f71eafd1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a9f9e1f6f71eafd1","status":"passed","time":{"start":1724860907093,"stop":1724860907095,"duration":2}}]},"81dbba575b5b34fb70574cfe8c608091:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b31fe4aa4dd1d6d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b31fe4aa4dd1d6d","status":"passed","time":{"start":1724888345352,"stop":1724888345352,"duration":0}}]},"e188b2b5fbce6bd7f60a2c7502501b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b969b359e3eb914e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b969b359e3eb914e","status":"passed","time":{"start":1724921046201,"stop":1724921046201,"duration":0}},{"uid":"67626d1105d211ab","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/67626d1105d211ab","status":"passed","time":{"start":1724921021472,"stop":1724921021476,"duration":4}},{"uid":"c48e657baa907e79","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c48e657baa907e79","status":"passed","time":{"start":1724917681720,"stop":1724917681724,"duration":4}},{"uid":"cccc8e6c4fdff6ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cccc8e6c4fdff6ba","status":"passed","time":{"start":1724889460652,"stop":1724889460652,"duration":0}},{"uid":"1c6b6cc008a28658","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c6b6cc008a28658","status":"passed","time":{"start":1724888611292,"stop":1724888611296,"duration":4}},{"uid":"3fd8b99acf39aed4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3fd8b99acf39aed4","status":"passed","time":{"start":1724887767621,"stop":1724887767621,"duration":0}},{"uid":"3a782d36a83340c1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3a782d36a83340c1","status":"passed","time":{"start":1724886533987,"stop":1724886533987,"duration":0}},{"uid":"a94f29dfdab21996","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a94f29dfdab21996","status":"passed","time":{"start":1724886311755,"stop":1724886311755,"duration":0}},{"uid":"9a5bb7e2efecf3fb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9a5bb7e2efecf3fb","status":"passed","time":{"start":1724861760771,"stop":1724861760775,"duration":4}},{"uid":"e1f985e32b209dd5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e1f985e32b209dd5","status":"passed","time":{"start":1724861231734,"stop":1724861231734,"duration":0}},{"uid":"9d0e9a3096a3ed17","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9d0e9a3096a3ed17","status":"passed","time":{"start":1724861054252,"stop":1724861054256,"duration":4}},{"uid":"4203b3d6cc235a5d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4203b3d6cc235a5d","status":"passed","time":{"start":1724860915810,"stop":1724860915811,"duration":1}}]},"a593fb3e6a25b4462513d1c3e8fa1663:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cab562aa51b22dc4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cab562aa51b22dc4","status":"passed","time":{"start":1724921602984,"stop":1724921602984,"duration":0}},{"uid":"f4ce9a4cef632edb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f4ce9a4cef632edb","status":"passed","time":{"start":1724921571108,"stop":1724921571108,"duration":0}},{"uid":"d72f6ce075f3324b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d72f6ce075f3324b","status":"passed","time":{"start":1724918285615,"stop":1724918285616,"duration":1}},{"uid":"bc2261dc5f15ce7a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc2261dc5f15ce7a","status":"passed","time":{"start":1724890030102,"stop":1724890030102,"duration":0}},{"uid":"3e42b6da3c7cd3ef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3e42b6da3c7cd3ef","status":"passed","time":{"start":1724889171928,"stop":1724889171929,"duration":1}},{"uid":"77ac39de64703636","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/77ac39de64703636","status":"passed","time":{"start":1724888350742,"stop":1724888350742,"duration":0}},{"uid":"1fb5777f21fa8269","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1fb5777f21fa8269","status":"passed","time":{"start":1724887115427,"stop":1724887115428,"duration":1}},{"uid":"5aa489a7408bb3f5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5aa489a7408bb3f5","status":"passed","time":{"start":1724886884586,"stop":1724886884586,"duration":0}},{"uid":"a5cf8cb5ae5d8c6b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5cf8cb5ae5d8c6b","status":"passed","time":{"start":1724862322277,"stop":1724862322278,"duration":1}},{"uid":"a841b5bdd3683dbb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a841b5bdd3683dbb","status":"passed","time":{"start":1724861790766,"stop":1724861790766,"duration":0}},{"uid":"ca4502c6217fe312","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ca4502c6217fe312","status":"passed","time":{"start":1724861628431,"stop":1724861628431,"duration":0}},{"uid":"47984b4d806aa66f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/47984b4d806aa66f","status":"passed","time":{"start":1724861465635,"stop":1724861465636,"duration":1}}]},"1e41d1e957c6a4ad92d9cdd41daf3363:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5558b84675d82429","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5558b84675d82429","status":"passed","time":{"start":1724921515218,"stop":1724921515218,"duration":0}},{"uid":"98249757d258b7c6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/98249757d258b7c6","status":"passed","time":{"start":1724921475434,"stop":1724921475435,"duration":1}},{"uid":"3f8b4a90d90f74d5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3f8b4a90d90f74d5","status":"passed","time":{"start":1724918179366,"stop":1724918179367,"duration":1}},{"uid":"a3acbed78acd3e3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3acbed78acd3e3","status":"passed","time":{"start":1724889935332,"stop":1724889935332,"duration":0}},{"uid":"250971066c0100c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/250971066c0100c7","status":"passed","time":{"start":1724889072744,"stop":1724889072745,"duration":1}},{"uid":"cbe1276a94bf6452","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cbe1276a94bf6452","status":"passed","time":{"start":1724888232406,"stop":1724888232406,"duration":0}},{"uid":"828fbe336b9a446e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/828fbe336b9a446e","status":"passed","time":{"start":1724887018286,"stop":1724887018286,"duration":0}},{"uid":"ed7641a8c487bb3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ed7641a8c487bb3","status":"passed","time":{"start":1724886781470,"stop":1724886781471,"duration":1}},{"uid":"fb032208cf4aefb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb032208cf4aefb7","status":"passed","time":{"start":1724862213653,"stop":1724862213654,"duration":1}},{"uid":"8a5ee586355d9970","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8a5ee586355d9970","status":"passed","time":{"start":1724861685846,"stop":1724861685847,"duration":1}},{"uid":"d96f689031f9819a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d96f689031f9819a","status":"passed","time":{"start":1724861546161,"stop":1724861546161,"duration":0}},{"uid":"4bf6769cdef548e5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4bf6769cdef548e5","status":"passed","time":{"start":1724861378101,"stop":1724861378101,"duration":0}}]},"7e87ff00a780af6121957e2c9ef2c47e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bb6ada565bb08e89","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bb6ada565bb08e89","status":"passed","time":{"start":1724921625077,"stop":1724921625077,"duration":0}},{"uid":"e1cd90221beb530c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e1cd90221beb530c","status":"passed","time":{"start":1724921590500,"stop":1724921590501,"duration":1}},{"uid":"11657acada936691","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/11657acada936691","status":"passed","time":{"start":1724918287569,"stop":1724918287569,"duration":0}},{"uid":"6fbf09073a2ebee0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6fbf09073a2ebee0","status":"passed","time":{"start":1724890047793,"stop":1724890047793,"duration":0}},{"uid":"f4e88c1a555d0cd9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f4e88c1a555d0cd9","status":"passed","time":{"start":1724889183925,"stop":1724889183925,"duration":0}},{"uid":"aa89900d5508b860","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aa89900d5508b860","status":"passed","time":{"start":1724888354174,"stop":1724888354174,"duration":0}},{"uid":"6facad2eb607d035","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6facad2eb607d035","status":"passed","time":{"start":1724887145681,"stop":1724887145683,"duration":2}},{"uid":"daea985e0c650c1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/daea985e0c650c1","status":"passed","time":{"start":1724886915790,"stop":1724886915791,"duration":1}},{"uid":"30c0fe55066ef1a2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/30c0fe55066ef1a2","status":"passed","time":{"start":1724862341455,"stop":1724862341455,"duration":0}},{"uid":"69c2a0866f31a265","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/69c2a0866f31a265","status":"passed","time":{"start":1724861805446,"stop":1724861805446,"duration":0}},{"uid":"7640569b86e385e7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7640569b86e385e7","status":"passed","time":{"start":1724861662290,"stop":1724861662290,"duration":0}},{"uid":"b5a69464d8e9bda4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b5a69464d8e9bda4","status":"passed","time":{"start":1724861492518,"stop":1724861492519,"duration":1}}]},"d527579dd817c306b03da85cf2bca70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8fa67dc09f551a36","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8fa67dc09f551a36","status":"passed","time":{"start":1724921164605,"stop":1724921164606,"duration":1}},{"uid":"f95353ce6af90ab6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f95353ce6af90ab6","status":"passed","time":{"start":1724921137828,"stop":1724921137829,"duration":1}},{"uid":"52cfd126e82cffca","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/52cfd126e82cffca","status":"passed","time":{"start":1724917810541,"stop":1724917810542,"duration":1}},{"uid":"8649eba213bd5339","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8649eba213bd5339","status":"passed","time":{"start":1724889585450,"stop":1724889585450,"duration":0}},{"uid":"e204ad5e3443d250","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e204ad5e3443d250","status":"passed","time":{"start":1724888736514,"stop":1724888736519,"duration":5}},{"uid":"4d43da697f6c60f8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4d43da697f6c60f8","status":"passed","time":{"start":1724887891796,"stop":1724887891797,"duration":1}},{"uid":"dbbef15c80776c34","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dbbef15c80776c34","status":"passed","time":{"start":1724886657796,"stop":1724886657796,"duration":0}},{"uid":"d24bfb922cff1d4f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d24bfb922cff1d4f","status":"passed","time":{"start":1724886447360,"stop":1724886447361,"duration":1}},{"uid":"92ab846c7c72ee26","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92ab846c7c72ee26","status":"passed","time":{"start":1724861880134,"stop":1724861880136,"duration":2}},{"uid":"72d493a792807bac","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/72d493a792807bac","status":"passed","time":{"start":1724861359783,"stop":1724861359784,"duration":1}},{"uid":"9cce11f128a19bdb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9cce11f128a19bdb","status":"passed","time":{"start":1724861179684,"stop":1724861179685,"duration":1}},{"uid":"f0eedf753c940357","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f0eedf753c940357","status":"passed","time":{"start":1724861040982,"stop":1724861040982,"duration":0}}]},"e741c95e6179c2b91d338de7e9c2e11f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8b5e095b44e4c4f1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8b5e095b44e4c4f1","status":"passed","time":{"start":1724921267867,"stop":1724921267867,"duration":0}},{"uid":"58258bb5132bc9cf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/58258bb5132bc9cf","status":"passed","time":{"start":1724921244360,"stop":1724921244361,"duration":1}},{"uid":"cbabb5b0160007f4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cbabb5b0160007f4","status":"passed","time":{"start":1724917916040,"stop":1724917916040,"duration":0}},{"uid":"84145238bc3edf6a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/84145238bc3edf6a","status":"passed","time":{"start":1724889678252,"stop":1724889678252,"duration":0}},{"uid":"3dd7b5eb86577f6d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3dd7b5eb86577f6d","status":"passed","time":{"start":1724888831681,"stop":1724888831682,"duration":1}},{"uid":"24ecdfd5d7181efa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/24ecdfd5d7181efa","status":"passed","time":{"start":1724888003318,"stop":1724888003318,"duration":0}},{"uid":"3d1f11cf806aa639","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3d1f11cf806aa639","status":"passed","time":{"start":1724886776603,"stop":1724886776603,"duration":0}},{"uid":"f89b9c0ad30dc0bb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f89b9c0ad30dc0bb","status":"passed","time":{"start":1724886555789,"stop":1724886555789,"duration":0}},{"uid":"c5179c3327e59286","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5179c3327e59286","status":"passed","time":{"start":1724861983003,"stop":1724861983004,"duration":1}},{"uid":"4598b017032a8857","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4598b017032a8857","status":"passed","time":{"start":1724861444064,"stop":1724861444064,"duration":0}},{"uid":"18ddfcab61848db5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/18ddfcab61848db5","status":"passed","time":{"start":1724861285827,"stop":1724861285827,"duration":0}},{"uid":"3df04f60fdfc770a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3df04f60fdfc770a","status":"passed","time":{"start":1724861145660,"stop":1724861145662,"duration":2}}]},"0ed2eb6468c098422ce11d14be3bc6a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"995a9a1d84630039","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/995a9a1d84630039","status":"passed","time":{"start":1724918285618,"stop":1724918285619,"duration":1}}]},"7fd30244a4384948573d5578a256387f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"1d127426b4c48ce5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1d127426b4c48ce5","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515229,"stop":1724921515229,"duration":0}},{"uid":"cb4c1d98b2b61c8e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cb4c1d98b2b61c8e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475454,"stop":1724921475455,"duration":1}},{"uid":"990384fea600f19a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/990384fea600f19a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179403,"stop":1724918179403,"duration":0}},{"uid":"1b36f85de6af6d05","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1b36f85de6af6d05","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935343,"stop":1724889935343,"duration":0}},{"uid":"456da62b64bd0a7d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/456da62b64bd0a7d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072757,"stop":1724889072757,"duration":0}},{"uid":"20c211743736387c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/20c211743736387c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232418,"stop":1724888232418,"duration":0}},{"uid":"88070f5f1a3e107f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/88070f5f1a3e107f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018305,"stop":1724887018305,"duration":0}},{"uid":"77f746bb2511d3fd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/77f746bb2511d3fd","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781482,"stop":1724886781482,"duration":0}},{"uid":"92197d40e9b05883","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92197d40e9b05883","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213665,"stop":1724862213665,"duration":0}},{"uid":"dc7141b20cbe1515","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dc7141b20cbe1515","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861685858,"stop":1724861685859,"duration":1}},{"uid":"e900a4a3a9da9b7f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e900a4a3a9da9b7f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546180,"stop":1724861546180,"duration":0}},{"uid":"3c76f84903de0984","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3c76f84903de0984","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378114,"stop":1724861378114,"duration":0}}]},"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fbedc372ddbc2b94","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fbedc372ddbc2b94","status":"passed","time":{"start":1724921128565,"stop":1724921128566,"duration":1}},{"uid":"84bc6a245f98aa29","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/84bc6a245f98aa29","status":"passed","time":{"start":1724921103673,"stop":1724921103674,"duration":1}},{"uid":"b238ae9e8066458c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b238ae9e8066458c","status":"passed","time":{"start":1724917763725,"stop":1724917763726,"duration":1}},{"uid":"3986eeab11d6d686","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3986eeab11d6d686","status":"passed","time":{"start":1724889543367,"stop":1724889543368,"duration":1}},{"uid":"7930a8118e98fa56","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7930a8118e98fa56","status":"passed","time":{"start":1724888692502,"stop":1724888692503,"duration":1}},{"uid":"5e18856b0d2c74e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5e18856b0d2c74e","status":"passed","time":{"start":1724887850412,"stop":1724887850413,"duration":1}},{"uid":"d7733d8f9e041690","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d7733d8f9e041690","status":"passed","time":{"start":1724886617174,"stop":1724886617174,"duration":0}},{"uid":"484a2a2972400208","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/484a2a2972400208","status":"passed","time":{"start":1724886394903,"stop":1724886394904,"duration":1}},{"uid":"aa8f268105aa2248","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aa8f268105aa2248","status":"passed","time":{"start":1724861844369,"stop":1724861844371,"duration":2}},{"uid":"a207bc8bad503ba5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a207bc8bad503ba5","status":"passed","time":{"start":1724861313408,"stop":1724861313408,"duration":0}},{"uid":"6840d1229c94c586","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6840d1229c94c586","status":"passed","time":{"start":1724861139649,"stop":1724861139649,"duration":0}},{"uid":"53aca42e2a85f4a9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/53aca42e2a85f4a9","status":"passed","time":{"start":1724860999510,"stop":1724860999510,"duration":0}}]},"0db05c9a936298f685b74005d3619f0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2e3c003234cfa5d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2e3c003234cfa5d","status":"passed","time":{"start":1724861546172,"stop":1724861546172,"duration":0}}]},"08f142f9f99c8ec8770a1349ad8d8bec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f187978cc0530a22","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f187978cc0530a22","status":"passed","time":{"start":1724921625069,"stop":1724921625070,"duration":1}},{"uid":"bb9162ac4725dfbc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bb9162ac4725dfbc","status":"passed","time":{"start":1724921590497,"stop":1724921590497,"duration":0}},{"uid":"b17b8aa87a537b6f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b17b8aa87a537b6f","status":"passed","time":{"start":1724918287566,"stop":1724918287567,"duration":1}},{"uid":"9731a1c7c98bd99a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9731a1c7c98bd99a","status":"passed","time":{"start":1724890047789,"stop":1724890047789,"duration":0}},{"uid":"a30a376f0f1c09e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a30a376f0f1c09e5","status":"passed","time":{"start":1724889183922,"stop":1724889183922,"duration":0}},{"uid":"7dc30b33ec8b9183","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7dc30b33ec8b9183","status":"passed","time":{"start":1724888354167,"stop":1724888354167,"duration":0}},{"uid":"bbeae2ee4abf0541","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bbeae2ee4abf0541","status":"passed","time":{"start":1724887145661,"stop":1724887145665,"duration":4}},{"uid":"2a0fc2990daa01c4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2a0fc2990daa01c4","status":"passed","time":{"start":1724886915788,"stop":1724886915788,"duration":0}},{"uid":"410e2bf4fabb519e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/410e2bf4fabb519e","status":"passed","time":{"start":1724862341439,"stop":1724862341440,"duration":1}},{"uid":"56d60a65442099ab","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/56d60a65442099ab","status":"passed","time":{"start":1724861805444,"stop":1724861805444,"duration":0}},{"uid":"6c20c66be91ecad","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6c20c66be91ecad","status":"passed","time":{"start":1724861662270,"stop":1724861662272,"duration":2}},{"uid":"5fe93f5a600b30b7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5fe93f5a600b30b7","status":"passed","time":{"start":1724861492515,"stop":1724861492516,"duration":1}}]},"5590990f458e9cd5256061a912d7094e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f47fc99520fc0fba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f47fc99520fc0fba","status":"passed","time":{"start":1724921164608,"stop":1724921164608,"duration":0}},{"uid":"12462c1d93cece7a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/12462c1d93cece7a","status":"passed","time":{"start":1724921137838,"stop":1724921137838,"duration":0}},{"uid":"dd5677ed0a542ed5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd5677ed0a542ed5","status":"passed","time":{"start":1724917810543,"stop":1724917810543,"duration":0}},{"uid":"1f5894979fcb2f82","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1f5894979fcb2f82","status":"passed","time":{"start":1724889585452,"stop":1724889585452,"duration":0}},{"uid":"43586cbdbe0f1d17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/43586cbdbe0f1d17","status":"passed","time":{"start":1724888736524,"stop":1724888736528,"duration":4}},{"uid":"795a7ed600cf1ceb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/795a7ed600cf1ceb","status":"passed","time":{"start":1724887891798,"stop":1724887891798,"duration":0}},{"uid":"ceb54ca22ee3fdea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ceb54ca22ee3fdea","status":"passed","time":{"start":1724886657797,"stop":1724886657798,"duration":1}},{"uid":"77110332771f242c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/77110332771f242c","status":"passed","time":{"start":1724886447362,"stop":1724886447362,"duration":0}},{"uid":"14e67e508bcc5241","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14e67e508bcc5241","status":"passed","time":{"start":1724861880138,"stop":1724861880139,"duration":1}},{"uid":"8f7e9b3fd623923c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8f7e9b3fd623923c","status":"passed","time":{"start":1724861359784,"stop":1724861359784,"duration":0}},{"uid":"5fd4e5aec6320bf0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5fd4e5aec6320bf0","status":"passed","time":{"start":1724861179686,"stop":1724861179686,"duration":0}},{"uid":"1c41baae0a8c71c5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1c41baae0a8c71c5","status":"passed","time":{"start":1724861040983,"stop":1724861040983,"duration":0}}]},"276a39dd02d25d584e174fc664000967:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"41c2f0dcb81a8994","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/41c2f0dcb81a8994","status":"passed","time":{"start":1724918298100,"stop":1724918298100,"duration":0}}]},"c8fa8b4482b23ae745b486859e0755cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e0868c71ab09f686","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e0868c71ab09f686","status":"passed","time":{"start":1724921270353,"stop":1724921270353,"duration":0}},{"uid":"5bcac4d7c4161780","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5bcac4d7c4161780","status":"passed","time":{"start":1724921247814,"stop":1724921247814,"duration":0}},{"uid":"b8ab9903b89c4369","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b8ab9903b89c4369","status":"passed","time":{"start":1724917989814,"stop":1724917989815,"duration":1}},{"uid":"8fdc4f31f06c740e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8fdc4f31f06c740e","status":"passed","time":{"start":1724889678547,"stop":1724889678547,"duration":0}},{"uid":"b99ce6f41a4c1ca0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b99ce6f41a4c1ca0","status":"passed","time":{"start":1724888829834,"stop":1724888829834,"duration":0}},{"uid":"fcc4fdf99a0b991c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fcc4fdf99a0b991c","status":"passed","time":{"start":1724888076987,"stop":1724888076988,"duration":1}},{"uid":"5722c28ca055aa8c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5722c28ca055aa8c","status":"passed","time":{"start":1724886851122,"stop":1724886851122,"duration":0}},{"uid":"2e47c5eac9ac074e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2e47c5eac9ac074e","status":"passed","time":{"start":1724886647091,"stop":1724886647092,"duration":1}},{"uid":"2a23a62b86f00c29","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2a23a62b86f00c29","status":"passed","time":{"start":1724861992710,"stop":1724861992710,"duration":0}},{"uid":"4db1fc6e5c445c5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4db1fc6e5c445c5","status":"passed","time":{"start":1724861469638,"stop":1724861469638,"duration":0}},{"uid":"337b6710a01796f5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/337b6710a01796f5","status":"passed","time":{"start":1724861284854,"stop":1724861284854,"duration":0}},{"uid":"bc7a0b0a1fd19d34","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bc7a0b0a1fd19d34","status":"passed","time":{"start":1724861145798,"stop":1724861145799,"duration":1}}]},"d052cbe4fd95628d25dc9a86af47e022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4af30a605653ec21","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4af30a605653ec21","status":"passed","time":{"start":1724921656191,"stop":1724921656192,"duration":1}},{"uid":"23a1b53cef620c7e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/23a1b53cef620c7e","status":"passed","time":{"start":1724921620457,"stop":1724921620458,"duration":1}},{"uid":"90e9e013d0856ee9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/90e9e013d0856ee9","status":"passed","time":{"start":1724918327709,"stop":1724918327710,"duration":1}},{"uid":"f97bd6e755647c38","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f97bd6e755647c38","status":"passed","time":{"start":1724890078470,"stop":1724890078470,"duration":0}},{"uid":"4097c42288de85b7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4097c42288de85b7","status":"passed","time":{"start":1724889213825,"stop":1724889213825,"duration":0}},{"uid":"2dc1249d1a4db1b2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2dc1249d1a4db1b2","status":"passed","time":{"start":1724888383602,"stop":1724888383602,"duration":0}},{"uid":"a2e0842646995455","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a2e0842646995455","status":"passed","time":{"start":1724887164578,"stop":1724887164578,"duration":0}},{"uid":"c9b4b865d80a2f6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c9b4b865d80a2f6","status":"passed","time":{"start":1724886943100,"stop":1724886943100,"duration":0}},{"uid":"e35522dc5d343903","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e35522dc5d343903","status":"passed","time":{"start":1724862368929,"stop":1724862368929,"duration":0}},{"uid":"933e07bff841e4d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/933e07bff841e4d","status":"passed","time":{"start":1724861835946,"stop":1724861835946,"duration":0}},{"uid":"861c1c82661f941f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/861c1c82661f941f","status":"passed","time":{"start":1724861692902,"stop":1724861692903,"duration":1}},{"uid":"443f360973c6cef9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/443f360973c6cef9","status":"passed","time":{"start":1724861520699,"stop":1724861520699,"duration":0}}]},"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fe97da869fe8c103","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fe97da869fe8c103","status":"passed","time":{"start":1724921538594,"stop":1724921538594,"duration":0}},{"uid":"a97f7fd9a0f465d4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a97f7fd9a0f465d4","status":"passed","time":{"start":1724921499391,"stop":1724921499392,"duration":1}},{"uid":"ac5f0754f20c3de0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ac5f0754f20c3de0","status":"passed","time":{"start":1724918204099,"stop":1724918204099,"duration":0}},{"uid":"415380fc062863bf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/415380fc062863bf","status":"passed","time":{"start":1724889957368,"stop":1724889957369,"duration":1}},{"uid":"38f7a7d347ad7d5c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/38f7a7d347ad7d5c","status":"passed","time":{"start":1724889094881,"stop":1724889094882,"duration":1}},{"uid":"3dc46f2c2600062b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3dc46f2c2600062b","status":"passed","time":{"start":1724888256177,"stop":1724888256177,"duration":0}},{"uid":"1f9e9a6cbaf881f5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1f9e9a6cbaf881f5","status":"passed","time":{"start":1724887043896,"stop":1724887043896,"duration":0}},{"uid":"6dff2b5da43291cf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6dff2b5da43291cf","status":"passed","time":{"start":1724886807385,"stop":1724886807386,"duration":1}},{"uid":"4f126ec901fe24","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f126ec901fe24","status":"passed","time":{"start":1724862237701,"stop":1724862237701,"duration":0}},{"uid":"9f178d9c3d27f630","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9f178d9c3d27f630","status":"passed","time":{"start":1724861709117,"stop":1724861709117,"duration":0}},{"uid":"d8e71692a44f2c80","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d8e71692a44f2c80","status":"passed","time":{"start":1724861571994,"stop":1724861571996,"duration":2}},{"uid":"f42292617eb19c57","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f42292617eb19c57","status":"passed","time":{"start":1724861400270,"stop":1724861400270,"duration":0}}]},"2ba9cc45ed556838c79bd1db5f195e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"21677b0b3bf04bcd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/21677b0b3bf04bcd","status":"passed","time":{"start":1724921515237,"stop":1724921515237,"duration":0}},{"uid":"4ae5f904aad84eec","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4ae5f904aad84eec","status":"passed","time":{"start":1724921475498,"stop":1724921475499,"duration":1}},{"uid":"75e28d64c8bb28a9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/75e28d64c8bb28a9","status":"passed","time":{"start":1724918179409,"stop":1724918179410,"duration":1}},{"uid":"ec7c75e9c25e551a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ec7c75e9c25e551a","status":"passed","time":{"start":1724889935348,"stop":1724889935348,"duration":0}},{"uid":"6da0a1de0a4ee094","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6da0a1de0a4ee094","status":"passed","time":{"start":1724889072763,"stop":1724889072763,"duration":0}},{"uid":"53ba0d0c9f3ed57e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/53ba0d0c9f3ed57e","status":"passed","time":{"start":1724888232424,"stop":1724888232424,"duration":0}},{"uid":"12a158c77989e718","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/12a158c77989e718","status":"passed","time":{"start":1724887018311,"stop":1724887018311,"duration":0}},{"uid":"9088a65096f2787e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9088a65096f2787e","status":"passed","time":{"start":1724886781497,"stop":1724886781497,"duration":0}},{"uid":"ba86d245b863f85b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ba86d245b863f85b","status":"passed","time":{"start":1724862213671,"stop":1724862213671,"duration":0}},{"uid":"b2ea61a0093a6498","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b2ea61a0093a6498","status":"passed","time":{"start":1724861685872,"stop":1724861685873,"duration":1}},{"uid":"df6fe0dfa634102b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/df6fe0dfa634102b","status":"passed","time":{"start":1724861546199,"stop":1724861546199,"duration":0}},{"uid":"8ff6c6ad8cca71a4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8ff6c6ad8cca71a4","status":"passed","time":{"start":1724861378120,"stop":1724861378120,"duration":0}}]},"7f23ef8153da8b57c261f8e4c8ed376b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1e09cfa7863a412a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1e09cfa7863a412a","status":"passed","time":{"start":1724921061620,"stop":1724921061620,"duration":0}},{"uid":"96502cc60abe0eab","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/96502cc60abe0eab","status":"passed","time":{"start":1724921036642,"stop":1724921036642,"duration":0}},{"uid":"a800e4406d5fff4c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a800e4406d5fff4c","status":"passed","time":{"start":1724917696747,"stop":1724917696748,"duration":1}},{"uid":"fde9f282b7a90301","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fde9f282b7a90301","status":"passed","time":{"start":1724889476023,"stop":1724889476024,"duration":1}},{"uid":"952be77f0a62d7cb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/952be77f0a62d7cb","status":"passed","time":{"start":1724888626864,"stop":1724888626864,"duration":0}},{"uid":"adf212eb198e08fc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/adf212eb198e08fc","status":"passed","time":{"start":1724887782852,"stop":1724887782852,"duration":0}},{"uid":"f4c0bd3a938e1ffb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f4c0bd3a938e1ffb","status":"passed","time":{"start":1724886549391,"stop":1724886549391,"duration":0}},{"uid":"f4be4a466c30f2f4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f4be4a466c30f2f4","status":"passed","time":{"start":1724886327496,"stop":1724886327496,"duration":0}},{"uid":"a3bef7c22467338b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3bef7c22467338b","status":"passed","time":{"start":1724861776390,"stop":1724861776391,"duration":1}},{"uid":"e9bb054132b3df7b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e9bb054132b3df7b","status":"passed","time":{"start":1724861247046,"stop":1724861247047,"duration":1}},{"uid":"4c185546d3932f70","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4c185546d3932f70","status":"passed","time":{"start":1724861070814,"stop":1724861070814,"duration":0}},{"uid":"2f2af7b1fbfdffe9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2f2af7b1fbfdffe9","status":"passed","time":{"start":1724860931511,"stop":1724860931511,"duration":0}}]},"277cc79d310cbc1722435a2eb2d2e893:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c735b4c173e11a6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6c735b4c173e11a6","status":"passed","time":{"start":1724861378123,"stop":1724861378123,"duration":0}}]},"62773a7202f58cecdd3dc9bd6e16fc20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f2be7481138e906","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f2be7481138e906","status":"passed","time":{"start":1724921270357,"stop":1724921270358,"duration":1}},{"uid":"ca4d10775bde2a08","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ca4d10775bde2a08","status":"passed","time":{"start":1724921247818,"stop":1724921247818,"duration":0}},{"uid":"41b7764f3fa7578e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/41b7764f3fa7578e","status":"passed","time":{"start":1724917989819,"stop":1724917989819,"duration":0}},{"uid":"e6510bd5e79d9dcb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e6510bd5e79d9dcb","status":"passed","time":{"start":1724889678551,"stop":1724889678551,"duration":0}},{"uid":"9fc7f2731b147e2a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9fc7f2731b147e2a","status":"passed","time":{"start":1724888829843,"stop":1724888829844,"duration":1}},{"uid":"dfc968b8e5b554fe","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dfc968b8e5b554fe","status":"passed","time":{"start":1724888077010,"stop":1724888077011,"duration":1}},{"uid":"6b648f3399024024","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b648f3399024024","status":"passed","time":{"start":1724886851126,"stop":1724886851126,"duration":0}},{"uid":"56157f990b16c94c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/56157f990b16c94c","status":"passed","time":{"start":1724886647111,"stop":1724886647112,"duration":1}},{"uid":"ab697d408712c170","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ab697d408712c170","status":"passed","time":{"start":1724861992713,"stop":1724861992714,"duration":1}},{"uid":"160e6d3ee74cea4f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/160e6d3ee74cea4f","status":"passed","time":{"start":1724861469644,"stop":1724861469644,"duration":0}},{"uid":"76bc5184c73a978","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/76bc5184c73a978","status":"passed","time":{"start":1724861284857,"stop":1724861284858,"duration":1}},{"uid":"578817aa4701751b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/578817aa4701751b","status":"passed","time":{"start":1724861145805,"stop":1724861145806,"duration":1}}]},"4a06f965b8649e0b2d1b084531a1ae71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7c4ae4f5692f72cd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7c4ae4f5692f72cd","status":"passed","time":{"start":1724921518824,"stop":1724921518825,"duration":1}}]},"4eff166832f222440e0246e68dbc1a35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cdee562cd8da410c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cdee562cd8da410c","status":"passed","time":{"start":1724921270365,"stop":1724921270365,"duration":0}},{"uid":"25499e52394930ee","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/25499e52394930ee","status":"passed","time":{"start":1724921247826,"stop":1724921247826,"duration":0}},{"uid":"945860fe105d9617","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/945860fe105d9617","status":"passed","time":{"start":1724917989824,"stop":1724917989825,"duration":1}},{"uid":"f256342fc3c9ce45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f256342fc3c9ce45","status":"passed","time":{"start":1724889678569,"stop":1724889678569,"duration":0}},{"uid":"8f70a08fef9619b9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f70a08fef9619b9","status":"passed","time":{"start":1724888829847,"stop":1724888829848,"duration":1}},{"uid":"6a1334188c757fef","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a1334188c757fef","status":"passed","time":{"start":1724888077015,"stop":1724888077017,"duration":2}},{"uid":"cf1fcd85452d7576","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf1fcd85452d7576","status":"passed","time":{"start":1724886851130,"stop":1724886851131,"duration":1}},{"uid":"2921d87005698d3f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2921d87005698d3f","status":"passed","time":{"start":1724886647121,"stop":1724886647121,"duration":0}},{"uid":"d42b5192ab982b4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d42b5192ab982b4","status":"passed","time":{"start":1724861992716,"stop":1724861992717,"duration":1}},{"uid":"c575fb8d0f6241a4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c575fb8d0f6241a4","status":"passed","time":{"start":1724861469648,"stop":1724861469649,"duration":1}},{"uid":"d48f2c9e53000ee","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d48f2c9e53000ee","status":"passed","time":{"start":1724861284870,"stop":1724861284871,"duration":1}},{"uid":"9da9b03facda9df3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9da9b03facda9df3","status":"passed","time":{"start":1724861145818,"stop":1724861145818,"duration":0}}]},"cec2dd2d2ad791a6f8f29c3b8975b037:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dc6b7820c59930d2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dc6b7820c59930d2","status":"passed","time":{"start":1724861741896,"stop":1724861741897,"duration":1}}]},"0ddec7e23f8c4fe900c4b4e085522b81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21b18ed385fcb7f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/21b18ed385fcb7f","status":"passed","time":{"start":1724861790768,"stop":1724861790768,"duration":0}}]},"e25ee2b613990bb025674244c7e4392b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f44d96565b7bafc6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f44d96565b7bafc6","status":"passed","time":{"start":1724890030103,"stop":1724890030103,"duration":0}}]},"eebe766b9d0ab32a7381a079738b58d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3f5310b2b152d558","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3f5310b2b152d558","status":"passed","time":{"start":1724921419680,"stop":1724921419680,"duration":0}},{"uid":"54643574eb9782e9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/54643574eb9782e9","status":"passed","time":{"start":1724921400500,"stop":1724921400501,"duration":1}},{"uid":"f60ccc06c67bac51","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f60ccc06c67bac51","status":"passed","time":{"start":1724918124173,"stop":1724918124173,"duration":0}},{"uid":"4b818a4791f9f5b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b818a4791f9f5b3","status":"passed","time":{"start":1724889845310,"stop":1724889845311,"duration":1}},{"uid":"b1176e606b45ad82","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1176e606b45ad82","status":"passed","time":{"start":1724888978738,"stop":1724888978741,"duration":3}},{"uid":"a3d6c1b103515a8a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a3d6c1b103515a8a","status":"passed","time":{"start":1724888199754,"stop":1724888199757,"duration":3}},{"uid":"4a43ae8093c1ec77","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a43ae8093c1ec77","status":"passed","time":{"start":1724886961473,"stop":1724886961474,"duration":1}},{"uid":"2874785fd2e4df29","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2874785fd2e4df29","status":"passed","time":{"start":1724886743393,"stop":1724886743394,"duration":1}},{"uid":"f3f599c889e594a3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3f599c889e594a3","status":"passed","time":{"start":1724862150649,"stop":1724862150650,"duration":1}},{"uid":"cfaf8139ac1b7f5c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cfaf8139ac1b7f5c","status":"passed","time":{"start":1724861627579,"stop":1724861627579,"duration":0}},{"uid":"4a4263b8e7d51635","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4a4263b8e7d51635","status":"passed","time":{"start":1724861501068,"stop":1724861501069,"duration":1}},{"uid":"2eb744033d905691","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2eb744033d905691","status":"passed","time":{"start":1724861297167,"stop":1724861297167,"duration":0}}]},"26be44817f2fc3b02102aef5bb9359b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"19d68b5a18fd2ce2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/19d68b5a18fd2ce2","status":"passed","time":{"start":1724888336461,"stop":1724888336462,"duration":1}}]},"58666967595e204291ab0d3eb7842e93:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"806df443284d8f4d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/806df443284d8f4d","status":"passed","time":{"start":1724918259546,"stop":1724918259546,"duration":0}}]},"09772909057603c14b3253c7b8fcc1bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f1bf56333f9ca18f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f1bf56333f9ca18f","status":"passed","time":{"start":1724921037655,"stop":1724921037655,"duration":0}},{"uid":"bf5c024c35c8298c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bf5c024c35c8298c","status":"passed","time":{"start":1724921013069,"stop":1724921013069,"duration":0}},{"uid":"783bd2269f7a533c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/783bd2269f7a533c","status":"passed","time":{"start":1724917673309,"stop":1724917673310,"duration":1}},{"uid":"10f3d85733fb5a98","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/10f3d85733fb5a98","status":"passed","time":{"start":1724889452329,"stop":1724889452329,"duration":0}},{"uid":"456da5e20cc4b738","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/456da5e20cc4b738","status":"passed","time":{"start":1724888602862,"stop":1724888602862,"duration":0}},{"uid":"ef7909b31c72713f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ef7909b31c72713f","status":"passed","time":{"start":1724887759182,"stop":1724887759182,"duration":0}},{"uid":"6eec25f558bc074e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6eec25f558bc074e","status":"passed","time":{"start":1724886525559,"stop":1724886525559,"duration":0}},{"uid":"53ea3d84a24108e9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/53ea3d84a24108e9","status":"passed","time":{"start":1724886303415,"stop":1724886303415,"duration":0}},{"uid":"e7f3f84c2ef7f3d3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e7f3f84c2ef7f3d3","status":"passed","time":{"start":1724861752252,"stop":1724861752252,"duration":0}},{"uid":"a574598cdd930fba","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a574598cdd930fba","status":"passed","time":{"start":1724861223372,"stop":1724861223372,"duration":0}},{"uid":"ac36846d4a18e734","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac36846d4a18e734","status":"passed","time":{"start":1724861045222,"stop":1724861045222,"duration":0}},{"uid":"1264d8dee9a64c17","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1264d8dee9a64c17","status":"passed","time":{"start":1724860907108,"stop":1724860907108,"duration":0}}]},"8be1631fe3888121803a1644af84ef51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"71d59a08429b0760","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/71d59a08429b0760","status":"passed","time":{"start":1724921529584,"stop":1724921529585,"duration":1}},{"uid":"a749fce4829d2613","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a749fce4829d2613","status":"passed","time":{"start":1724921488879,"stop":1724921488880,"duration":1}},{"uid":"922f859c5feb4d08","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/922f859c5feb4d08","status":"passed","time":{"start":1724918203686,"stop":1724918203686,"duration":0}},{"uid":"93c4d8d714303e70","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/93c4d8d714303e70","status":"passed","time":{"start":1724889938358,"stop":1724889938358,"duration":0}},{"uid":"88d37d3f6f5dc858","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/88d37d3f6f5dc858","status":"passed","time":{"start":1724889077066,"stop":1724889077066,"duration":0}},{"uid":"4387de7003475d1e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4387de7003475d1e","status":"passed","time":{"start":1724888268034,"stop":1724888268035,"duration":1}},{"uid":"ae22943b4d019b71","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ae22943b4d019b71","status":"passed","time":{"start":1724887032404,"stop":1724887032405,"duration":1}},{"uid":"bc35d7f3e4fe8789","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bc35d7f3e4fe8789","status":"passed","time":{"start":1724886822820,"stop":1724886822820,"duration":0}},{"uid":"ef451712a13ab5b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ef451712a13ab5b2","status":"passed","time":{"start":1724862233510,"stop":1724862233510,"duration":0}},{"uid":"f996e296186efc29","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f996e296186efc29","status":"passed","time":{"start":1724861712670,"stop":1724861712670,"duration":0}},{"uid":"36334ce1176c707b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/36334ce1176c707b","status":"passed","time":{"start":1724861567888,"stop":1724861567889,"duration":1}},{"uid":"91dac7335a943660","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/91dac7335a943660","status":"passed","time":{"start":1724861392054,"stop":1724861392054,"duration":0}}]},"482ebac01da5ef608847f3241436994e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9bde1852120a429d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9bde1852120a429d","status":"passed","time":{"start":1724921669871,"stop":1724921669872,"duration":1}},{"uid":"3d685c72c1432341","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3d685c72c1432341","status":"passed","time":{"start":1724921630269,"stop":1724921630269,"duration":0}},{"uid":"3cb4c9b0cce38855","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3cb4c9b0cce38855","status":"passed","time":{"start":1724918332989,"stop":1724918332989,"duration":0}},{"uid":"3a6f824319f870f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a6f824319f870f","status":"passed","time":{"start":1724890089470,"stop":1724890089470,"duration":0}},{"uid":"e791a7031ada2106","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e791a7031ada2106","status":"passed","time":{"start":1724889224495,"stop":1724889224495,"duration":0}},{"uid":"a52bb77b7a0fc5a0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a52bb77b7a0fc5a0","status":"passed","time":{"start":1724888406348,"stop":1724888406348,"duration":0}},{"uid":"51032daad2bc5020","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/51032daad2bc5020","status":"passed","time":{"start":1724887175025,"stop":1724887175026,"duration":1}},{"uid":"567c5553fc51f8ed","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/567c5553fc51f8ed","status":"passed","time":{"start":1724886952409,"stop":1724886952409,"duration":0}},{"uid":"4f5bedd3db6ae7fe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f5bedd3db6ae7fe","status":"passed","time":{"start":1724862378566,"stop":1724862378567,"duration":1}},{"uid":"3f30e4215076a414","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3f30e4215076a414","status":"passed","time":{"start":1724861846752,"stop":1724861846752,"duration":0}},{"uid":"7aa76d96ee8a6ac3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7aa76d96ee8a6ac3","status":"passed","time":{"start":1724861702537,"stop":1724861702537,"duration":0}},{"uid":"e128847b26a4d278","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e128847b26a4d278","status":"passed","time":{"start":1724861533460,"stop":1724861533460,"duration":0}}]},"c360d00c8af5714d0e2bf379a7d00425:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd701f499f2c05da","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dd701f499f2c05da","status":"passed","time":{"start":1724887127878,"stop":1724887127879,"duration":1}}]},"6086166f58a67122f74bd6ac2c00e6c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cd746ba20a145eaa","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cd746ba20a145eaa","status":"passed","time":{"start":1724921270365,"stop":1724921270366,"duration":1}},{"uid":"c8c7ae05bd32c30d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c8c7ae05bd32c30d","status":"passed","time":{"start":1724921247827,"stop":1724921247827,"duration":0}},{"uid":"c4a6c8839238827f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c4a6c8839238827f","status":"passed","time":{"start":1724917989826,"stop":1724917989826,"duration":0}},{"uid":"909ada34326dba03","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/909ada34326dba03","status":"passed","time":{"start":1724889678569,"stop":1724889678570,"duration":1}},{"uid":"d01cc39cae436347","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d01cc39cae436347","status":"passed","time":{"start":1724888829851,"stop":1724888829851,"duration":0}},{"uid":"f53b374203c0c442","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f53b374203c0c442","status":"passed","time":{"start":1724888077018,"stop":1724888077018,"duration":0}},{"uid":"1014fc3d82f654d9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1014fc3d82f654d9","status":"passed","time":{"start":1724886851131,"stop":1724886851132,"duration":1}},{"uid":"beb9266f386ba6db","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/beb9266f386ba6db","status":"passed","time":{"start":1724886647125,"stop":1724886647125,"duration":0}},{"uid":"668021f935de4eab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/668021f935de4eab","status":"passed","time":{"start":1724861992717,"stop":1724861992717,"duration":0}},{"uid":"921f4923a249cc21","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/921f4923a249cc21","status":"passed","time":{"start":1724861469650,"stop":1724861469650,"duration":0}},{"uid":"f1cbb99244d430c3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f1cbb99244d430c3","status":"passed","time":{"start":1724861284872,"stop":1724861284872,"duration":0}},{"uid":"ba942456975a1a6b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ba942456975a1a6b","status":"passed","time":{"start":1724861145819,"stop":1724861145820,"duration":1}}]},"6df9a58fcf0e573db1409e4c91498f68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"865dadd940b0c07f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/865dadd940b0c07f","status":"passed","time":{"start":1724921563018,"stop":1724921563018,"duration":0}},{"uid":"6fa8ba455fb7d1de","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6fa8ba455fb7d1de","status":"passed","time":{"start":1724921526814,"stop":1724921526814,"duration":0}},{"uid":"5f0d396527e22aeb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5f0d396527e22aeb","status":"passed","time":{"start":1724918239946,"stop":1724918239947,"duration":1}},{"uid":"ece1c81f9dacfd00","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ece1c81f9dacfd00","status":"passed","time":{"start":1724889980917,"stop":1724889980918,"duration":1}},{"uid":"a289b041aa9419f1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a289b041aa9419f1","status":"passed","time":{"start":1724889109972,"stop":1724889109973,"duration":1}},{"uid":"8a6741fc20e02ea7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a6741fc20e02ea7","status":"passed","time":{"start":1724888294724,"stop":1724888294724,"duration":0}},{"uid":"470cf39b97625d5b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/470cf39b97625d5b","status":"passed","time":{"start":1724887071743,"stop":1724887071743,"duration":0}},{"uid":"578f047bc9e9d9dd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/578f047bc9e9d9dd","status":"passed","time":{"start":1724886848347,"stop":1724886848348,"duration":1}},{"uid":"50c163848d6b4bab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/50c163848d6b4bab","status":"passed","time":{"start":1724862259255,"stop":1724862259255,"duration":0}},{"uid":"11ffdc4efdd3da14","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/11ffdc4efdd3da14","status":"passed","time":{"start":1724861735330,"stop":1724861735330,"duration":0}},{"uid":"fbfb9d34c146a709","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fbfb9d34c146a709","status":"passed","time":{"start":1724861606351,"stop":1724861606351,"duration":0}},{"uid":"612bf7dc60d9eaad","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/612bf7dc60d9eaad","status":"passed","time":{"start":1724861426689,"stop":1724861426690,"duration":1}}]},"1b96b9e2978d5ca6fd62066967ca6eb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9c58dd9387584bc4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9c58dd9387584bc4","status":"passed","time":{"start":1724921300829,"stop":1724921300829,"duration":0}},{"uid":"4f9fac55768a8766","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4f9fac55768a8766","status":"passed","time":{"start":1724921280726,"stop":1724921280727,"duration":1}},{"uid":"84002b037fff506","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/84002b037fff506","status":"passed","time":{"start":1724917963266,"stop":1724917963284,"duration":18}},{"uid":"c33eff364a5ca5c4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c33eff364a5ca5c4","status":"passed","time":{"start":1724889734123,"stop":1724889734123,"duration":0}},{"uid":"6161ec845b22e37c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6161ec845b22e37c","status":"passed","time":{"start":1724888859624,"stop":1724888859625,"duration":1}},{"uid":"cc90fc37c2b4a946","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc90fc37c2b4a946","status":"passed","time":{"start":1724888053956,"stop":1724888053956,"duration":0}},{"uid":"ef7f3a8228ffda10","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ef7f3a8228ffda10","status":"passed","time":{"start":1724886820682,"stop":1724886820683,"duration":1}},{"uid":"133e4703f01fad6d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/133e4703f01fad6d","status":"passed","time":{"start":1724886589275,"stop":1724886589276,"duration":1}},{"uid":"7be193fd5d76a868","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7be193fd5d76a868","status":"passed","time":{"start":1724862027809,"stop":1724862027809,"duration":0}},{"uid":"dae959934e212121","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dae959934e212121","status":"passed","time":{"start":1724861484564,"stop":1724861484564,"duration":0}},{"uid":"d689126234608ea4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d689126234608ea4","status":"passed","time":{"start":1724861315161,"stop":1724861315161,"duration":0}},{"uid":"474da1fa7f840a9f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/474da1fa7f840a9f","status":"passed","time":{"start":1724861168769,"stop":1724861168770,"duration":1}}]},"adec69764b4bfaf4a25564d8635d3c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ed8207712c1a08f9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ed8207712c1a08f9","status":"passed","time":{"start":1724921164593,"stop":1724921164593,"duration":0}},{"uid":"42ceb93e3be4b71e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/42ceb93e3be4b71e","status":"passed","time":{"start":1724921137824,"stop":1724921137825,"duration":1}},{"uid":"f3ec702b4d1175cb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f3ec702b4d1175cb","status":"passed","time":{"start":1724917810539,"stop":1724917810539,"duration":0}},{"uid":"b1f0e141d837ac5f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1f0e141d837ac5f","status":"passed","time":{"start":1724889585446,"stop":1724889585448,"duration":2}},{"uid":"8e9da9e59921007b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e9da9e59921007b","status":"passed","time":{"start":1724888736509,"stop":1724888736509,"duration":0}},{"uid":"e1c29c8d066ca53c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e1c29c8d066ca53c","status":"passed","time":{"start":1724887891784,"stop":1724887891790,"duration":6}},{"uid":"d85f2fc3e2019f2d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d85f2fc3e2019f2d","status":"passed","time":{"start":1724886657788,"stop":1724886657788,"duration":0}},{"uid":"33e5b5203bb7bd74","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/33e5b5203bb7bd74","status":"passed","time":{"start":1724886447358,"stop":1724886447358,"duration":0}},{"uid":"3362deb74805f1ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3362deb74805f1ae","status":"passed","time":{"start":1724861880119,"stop":1724861880122,"duration":3}},{"uid":"65b6ce905d7cf7c4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/65b6ce905d7cf7c4","status":"passed","time":{"start":1724861359781,"stop":1724861359781,"duration":0}},{"uid":"79a412c59a55bc1c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/79a412c59a55bc1c","status":"passed","time":{"start":1724861179681,"stop":1724861179681,"duration":0}},{"uid":"1d27ed4136100842","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1d27ed4136100842","status":"passed","time":{"start":1724861040979,"stop":1724861040980,"duration":1}}]},"8bdc90a10ca641134106e39a3197f194:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c140fc7ab2ef9a03","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c140fc7ab2ef9a03","status":"passed","time":{"start":1724918298100,"stop":1724918298101,"duration":1}}]},"0f068790716d3b625c682eea9c945956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"377db6bfc8ec650f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/377db6bfc8ec650f","status":"passed","time":{"start":1724921563020,"stop":1724921563020,"duration":0}},{"uid":"6ca46ae33d37e275","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6ca46ae33d37e275","status":"passed","time":{"start":1724921526816,"stop":1724921526817,"duration":1}},{"uid":"a3d2e1fc1d0f300f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a3d2e1fc1d0f300f","status":"passed","time":{"start":1724918239952,"stop":1724918239953,"duration":1}},{"uid":"a5c32c7b39eb5257","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5c32c7b39eb5257","status":"passed","time":{"start":1724889980926,"stop":1724889980926,"duration":0}},{"uid":"7fcec528dc816a72","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7fcec528dc816a72","status":"passed","time":{"start":1724889109976,"stop":1724889109977,"duration":1}},{"uid":"bc22cc814fe299c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bc22cc814fe299c","status":"passed","time":{"start":1724888294725,"stop":1724888294726,"duration":1}},{"uid":"40b0a91519a4ba72","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/40b0a91519a4ba72","status":"passed","time":{"start":1724887071744,"stop":1724887071744,"duration":0}},{"uid":"7dd42147fdec9a6a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7dd42147fdec9a6a","status":"passed","time":{"start":1724886848349,"stop":1724886848349,"duration":0}},{"uid":"11b2689dd64c380b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/11b2689dd64c380b","status":"passed","time":{"start":1724862259260,"stop":1724862259260,"duration":0}},{"uid":"6d6c751d5a96cad4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6d6c751d5a96cad4","status":"passed","time":{"start":1724861735334,"stop":1724861735335,"duration":1}},{"uid":"a253aacd29b47433","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a253aacd29b47433","status":"passed","time":{"start":1724861606352,"stop":1724861606352,"duration":0}},{"uid":"3df451c9fb75d206","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3df451c9fb75d206","status":"passed","time":{"start":1724861426691,"stop":1724861426691,"duration":0}}]},"276c91ee129533128485396f5c60d9b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"edddcd3cc138eb85","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/edddcd3cc138eb85","status":"passed","time":{"start":1724921046198,"stop":1724921046199,"duration":1}},{"uid":"19523e187ea3eca2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/19523e187ea3eca2","status":"passed","time":{"start":1724921021469,"stop":1724921021469,"duration":0}},{"uid":"748c9a9534f5466a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/748c9a9534f5466a","status":"passed","time":{"start":1724917681717,"stop":1724917681718,"duration":1}},{"uid":"4be3ead7d3504483","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4be3ead7d3504483","status":"passed","time":{"start":1724889460646,"stop":1724889460647,"duration":1}},{"uid":"eaf9cb13eaefffb9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eaf9cb13eaefffb9","status":"passed","time":{"start":1724888611289,"stop":1724888611290,"duration":1}},{"uid":"5b82dd9a0388e6c5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5b82dd9a0388e6c5","status":"passed","time":{"start":1724887767615,"stop":1724887767615,"duration":0}},{"uid":"b7f123d9d6b700ce","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b7f123d9d6b700ce","status":"passed","time":{"start":1724886533984,"stop":1724886533985,"duration":1}},{"uid":"4a2b1606a29f7a4a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4a2b1606a29f7a4a","status":"passed","time":{"start":1724886311752,"stop":1724886311752,"duration":0}},{"uid":"be2ee2359879175f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/be2ee2359879175f","status":"passed","time":{"start":1724861760768,"stop":1724861760768,"duration":0}},{"uid":"55fa8f7ee91c2db5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/55fa8f7ee91c2db5","status":"passed","time":{"start":1724861231728,"stop":1724861231728,"duration":0}},{"uid":"aa18959de1fb2396","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/aa18959de1fb2396","status":"passed","time":{"start":1724861054249,"stop":1724861054249,"duration":0}},{"uid":"13ffc30529ee7af9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/13ffc30529ee7af9","status":"passed","time":{"start":1724860915808,"stop":1724860915808,"duration":0}}]},"dbc8365abb73d5e43fd54a79e6e608c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd67c870550e3446","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd67c870550e3446","status":"passed","time":{"start":1724918259542,"stop":1724918259542,"duration":0}}]},"825320dc610bd6afece737cf7767e3e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"429c7ffb9b83651a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/429c7ffb9b83651a","status":"passed","time":{"start":1724921267874,"stop":1724921267880,"duration":6}},{"uid":"6a65e4d764b9973c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6a65e4d764b9973c","status":"passed","time":{"start":1724921244396,"stop":1724921244397,"duration":1}},{"uid":"b142cc64d364274","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b142cc64d364274","status":"passed","time":{"start":1724917916059,"stop":1724917916059,"duration":0}},{"uid":"e41eb723558ce733","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e41eb723558ce733","status":"passed","time":{"start":1724889678260,"stop":1724889678260,"duration":0}},{"uid":"6b41eafab8e68665","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b41eafab8e68665","status":"passed","time":{"start":1724888831689,"stop":1724888831689,"duration":0}},{"uid":"3c76d88de42990a7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3c76d88de42990a7","status":"passed","time":{"start":1724888003324,"stop":1724888003324,"duration":0}},{"uid":"ac8db2a4098325fb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ac8db2a4098325fb","status":"passed","time":{"start":1724886776614,"stop":1724886776614,"duration":0}},{"uid":"80ee6656d314855e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/80ee6656d314855e","status":"passed","time":{"start":1724886555803,"stop":1724886555803,"duration":0}},{"uid":"14b49cbd1b6d9f95","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14b49cbd1b6d9f95","status":"passed","time":{"start":1724861983015,"stop":1724861983015,"duration":0}},{"uid":"cf4efc306c1cecef","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cf4efc306c1cecef","status":"passed","time":{"start":1724861444071,"stop":1724861444071,"duration":0}},{"uid":"3f00b1015a1cf62e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3f00b1015a1cf62e","status":"passed","time":{"start":1724861285839,"stop":1724861285839,"duration":0}},{"uid":"dd8d199588294e2f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dd8d199588294e2f","status":"passed","time":{"start":1724861145677,"stop":1724861145677,"duration":0}}]},"fd7d20c5aa27234da38f215e8a0124fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"501299397e054f8a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/501299397e054f8a","status":"passed","time":{"start":1724889144083,"stop":1724889144083,"duration":0}}]},"27efde690d4a4477e23d672921e835ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8ca8dc3903969d05","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8ca8dc3903969d05","status":"passed","time":{"start":1724886776611,"stop":1724886776611,"duration":0}}]},"6d68e3f35efad28334379e22e756ff73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"927c2a474fe4331b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/927c2a474fe4331b","status":"passed","time":{"start":1724921270342,"stop":1724921270342,"duration":0}},{"uid":"18d39d5b81d3a848","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/18d39d5b81d3a848","status":"passed","time":{"start":1724921247772,"stop":1724921247772,"duration":0}},{"uid":"ecd50612665421a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ecd50612665421a","status":"passed","time":{"start":1724917989809,"stop":1724917989809,"duration":0}},{"uid":"50c657f680b00188","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/50c657f680b00188","status":"passed","time":{"start":1724889678532,"stop":1724889678532,"duration":0}},{"uid":"afe08e7f3cead672","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/afe08e7f3cead672","status":"passed","time":{"start":1724888829826,"stop":1724888829826,"duration":0}},{"uid":"ce6d719b9631e9f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ce6d719b9631e9f9","status":"passed","time":{"start":1724888076972,"stop":1724888076973,"duration":1}},{"uid":"673778899c56b54d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/673778899c56b54d","status":"passed","time":{"start":1724886851111,"stop":1724886851112,"duration":1}},{"uid":"97199f49c49bfb6f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/97199f49c49bfb6f","status":"passed","time":{"start":1724886647055,"stop":1724886647058,"duration":3}},{"uid":"721c308fa341f9e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/721c308fa341f9e","status":"passed","time":{"start":1724861992701,"stop":1724861992701,"duration":0}},{"uid":"fce0e900efe0df07","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fce0e900efe0df07","status":"passed","time":{"start":1724861469628,"stop":1724861469630,"duration":2}},{"uid":"354b1fe4dacf26b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/354b1fe4dacf26b","status":"passed","time":{"start":1724861284844,"stop":1724861284845,"duration":1}},{"uid":"d55b1cb924531298","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d55b1cb924531298","status":"passed","time":{"start":1724861145771,"stop":1724861145772,"duration":1}}]},"0c5410859a4c9fa2589f8fe4b064fb35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c7724d5ba18196f0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c7724d5ba18196f0","status":"passed","time":{"start":1724921037638,"stop":1724921037638,"duration":0}},{"uid":"6819a943a679c794","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6819a943a679c794","status":"passed","time":{"start":1724921013050,"stop":1724921013050,"duration":0}},{"uid":"ebb1247c34c22361","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ebb1247c34c22361","status":"passed","time":{"start":1724917673294,"stop":1724917673294,"duration":0}},{"uid":"7740d2160cb9f7b8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7740d2160cb9f7b8","status":"passed","time":{"start":1724889452312,"stop":1724889452312,"duration":0}},{"uid":"5c589dff04dc4e7d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5c589dff04dc4e7d","status":"passed","time":{"start":1724888602842,"stop":1724888602843,"duration":1}},{"uid":"a5732540c362749a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a5732540c362749a","status":"passed","time":{"start":1724887759165,"stop":1724887759166,"duration":1}},{"uid":"a5788f45826c63dd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a5788f45826c63dd","status":"passed","time":{"start":1724886525545,"stop":1724886525545,"duration":0}},{"uid":"ad5562810dbe3dbe","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ad5562810dbe3dbe","status":"passed","time":{"start":1724886303399,"stop":1724886303399,"duration":0}},{"uid":"c356f6552d52ed08","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c356f6552d52ed08","status":"passed","time":{"start":1724861752231,"stop":1724861752231,"duration":0}},{"uid":"a14c7296205f76a9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a14c7296205f76a9","status":"passed","time":{"start":1724861223357,"stop":1724861223357,"duration":0}},{"uid":"a87d6b1adf0eda9a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a87d6b1adf0eda9a","status":"passed","time":{"start":1724861045205,"stop":1724861045205,"duration":0}},{"uid":"2202195343129c2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2202195343129c2","status":"passed","time":{"start":1724860907086,"stop":1724860907087,"duration":1}}]},"528912c161f41843052cbe3ea61ea863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2cc2caaa2ff0ede4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2cc2caaa2ff0ede4","status":"passed","time":{"start":1724921564778,"stop":1724921564778,"duration":0}},{"uid":"40ab27024f95bdf5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/40ab27024f95bdf5","status":"passed","time":{"start":1724921518822,"stop":1724921518822,"duration":0}},{"uid":"1ff872c587ee327e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1ff872c587ee327e","status":"passed","time":{"start":1724918229401,"stop":1724918229401,"duration":0}},{"uid":"bf29130150430fb2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf29130150430fb2","status":"passed","time":{"start":1724889980704,"stop":1724889980704,"duration":0}},{"uid":"2c2b84f94297964","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c2b84f94297964","status":"passed","time":{"start":1724889111167,"stop":1724889111168,"duration":1}},{"uid":"a7c85f2975fbee1f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a7c85f2975fbee1f","status":"passed","time":{"start":1724888292534,"stop":1724888292534,"duration":0}},{"uid":"8b65322d2294dd62","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8b65322d2294dd62","status":"passed","time":{"start":1724887068229,"stop":1724887068229,"duration":0}},{"uid":"b070cf497a4f1c32","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b070cf497a4f1c32","status":"passed","time":{"start":1724886848927,"stop":1724886848928,"duration":1}},{"uid":"29623a581477adca","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29623a581477adca","status":"passed","time":{"start":1724862262048,"stop":1724862262049,"duration":1}},{"uid":"97d511569b709147","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/97d511569b709147","status":"passed","time":{"start":1724861741895,"stop":1724861741895,"duration":0}},{"uid":"9f92afb108ef87a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9f92afb108ef87a","status":"passed","time":{"start":1724861599497,"stop":1724861599497,"duration":0}},{"uid":"eba6f79268eaef11","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/eba6f79268eaef11","status":"passed","time":{"start":1724861428477,"stop":1724861428477,"duration":0}}]},"9dbc91301240a1c37f7f9c0c2cba678d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"aab5b470e2498281","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/aab5b470e2498281","status":"passed","time":{"start":1724921037653,"stop":1724921037653,"duration":0}},{"uid":"b2634f270a95f0dd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b2634f270a95f0dd","status":"passed","time":{"start":1724921013066,"stop":1724921013066,"duration":0}},{"uid":"b9452e6996b2f369","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b9452e6996b2f369","status":"passed","time":{"start":1724917673307,"stop":1724917673307,"duration":0}},{"uid":"4acefed1fd130f17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4acefed1fd130f17","status":"passed","time":{"start":1724889452326,"stop":1724889452326,"duration":0}},{"uid":"59261d3d80b1ecb9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/59261d3d80b1ecb9","status":"passed","time":{"start":1724888602859,"stop":1724888602859,"duration":0}},{"uid":"b912d712603eedf6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b912d712603eedf6","status":"passed","time":{"start":1724887759179,"stop":1724887759179,"duration":0}},{"uid":"32f9186d4b01921d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/32f9186d4b01921d","status":"passed","time":{"start":1724886525557,"stop":1724886525557,"duration":0}},{"uid":"70ddc44f3525a383","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/70ddc44f3525a383","status":"passed","time":{"start":1724886303412,"stop":1724886303413,"duration":1}},{"uid":"ef94f07aab165b9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ef94f07aab165b9d","status":"passed","time":{"start":1724861752249,"stop":1724861752249,"duration":0}},{"uid":"20fc7041b298475","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/20fc7041b298475","status":"passed","time":{"start":1724861223370,"stop":1724861223370,"duration":0}},{"uid":"48febd3108d94ea2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/48febd3108d94ea2","status":"passed","time":{"start":1724861045219,"stop":1724861045219,"duration":0}},{"uid":"be4c87093d103bd9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/be4c87093d103bd9","status":"passed","time":{"start":1724860907105,"stop":1724860907105,"duration":0}}]},"31e5a76644dfe617c27ca652ab9a9c4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"af5f6ba77a50af2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/af5f6ba77a50af2","status":"passed","time":{"start":1724921270343,"stop":1724921270344,"duration":1}},{"uid":"87b53a55cca25c54","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/87b53a55cca25c54","status":"passed","time":{"start":1724921247803,"stop":1724921247804,"duration":1}},{"uid":"40044f193626b7b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/40044f193626b7b","status":"passed","time":{"start":1724917989811,"stop":1724917989811,"duration":0}},{"uid":"48e0a562d7705607","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/48e0a562d7705607","status":"passed","time":{"start":1724889678534,"stop":1724889678534,"duration":0}},{"uid":"ddcea5f0cc31af0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ddcea5f0cc31af0","status":"passed","time":{"start":1724888829830,"stop":1724888829830,"duration":0}},{"uid":"c4ea23674f4d3999","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c4ea23674f4d3999","status":"passed","time":{"start":1724888076978,"stop":1724888076978,"duration":0}},{"uid":"a0437d80b3627457","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a0437d80b3627457","status":"passed","time":{"start":1724886851117,"stop":1724886851118,"duration":1}},{"uid":"6adaa17ce25ed1d1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6adaa17ce25ed1d1","status":"passed","time":{"start":1724886647068,"stop":1724886647069,"duration":1}},{"uid":"56933243344c2151","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/56933243344c2151","status":"passed","time":{"start":1724861992705,"stop":1724861992706,"duration":1}},{"uid":"d80b3534d7bdd3e5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d80b3534d7bdd3e5","status":"passed","time":{"start":1724861469633,"stop":1724861469634,"duration":1}},{"uid":"f346e93bb263c1b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f346e93bb263c1b","status":"passed","time":{"start":1724861284848,"stop":1724861284848,"duration":0}},{"uid":"e97532c6a730c13c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e97532c6a730c13c","status":"passed","time":{"start":1724861145783,"stop":1724861145783,"duration":0}}]},"c4f2eca2fa1baa8d0193908a963d6401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"852f12cd8598184a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/852f12cd8598184a","status":"passed","time":{"start":1724886880632,"stop":1724886880632,"duration":0}}]},"05ddb5c1e9277d0f363fed2a4f6255be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c75832c1edf1453a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c75832c1edf1453a","status":"passed","time":{"start":1724921267866,"stop":1724921267866,"duration":0}},{"uid":"cf3c4ef89db73db5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cf3c4ef89db73db5","status":"passed","time":{"start":1724921244358,"stop":1724921244359,"duration":1}},{"uid":"cdb7eca26868cff0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cdb7eca26868cff0","status":"passed","time":{"start":1724917916039,"stop":1724917916040,"duration":1}},{"uid":"97b97781829fe853","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97b97781829fe853","status":"passed","time":{"start":1724889678251,"stop":1724889678251,"duration":0}},{"uid":"d9033029bd00797b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9033029bd00797b","status":"passed","time":{"start":1724888831681,"stop":1724888831681,"duration":0}},{"uid":"1e8aa8fe3deada32","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1e8aa8fe3deada32","status":"passed","time":{"start":1724888003316,"stop":1724888003317,"duration":1}},{"uid":"78b9b82450444615","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/78b9b82450444615","status":"passed","time":{"start":1724886776602,"stop":1724886776602,"duration":0}},{"uid":"c8fc438388545293","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c8fc438388545293","status":"passed","time":{"start":1724886555788,"stop":1724886555788,"duration":0}},{"uid":"fe032852da4c3a99","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe032852da4c3a99","status":"passed","time":{"start":1724861983002,"stop":1724861983003,"duration":1}},{"uid":"531b7fde13b8df47","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/531b7fde13b8df47","status":"passed","time":{"start":1724861444063,"stop":1724861444063,"duration":0}},{"uid":"75ddeb2f7e420fe5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/75ddeb2f7e420fe5","status":"passed","time":{"start":1724861285826,"stop":1724861285826,"duration":0}},{"uid":"3ee5c4d4ac6d1817","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3ee5c4d4ac6d1817","status":"passed","time":{"start":1724861145658,"stop":1724861145659,"duration":1}}]},"93c37334e1d3e759a0cd262dbc2cf30a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"57349f756194d881","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/57349f756194d881","status":"passed","time":{"start":1724921529573,"stop":1724921529575,"duration":2}},{"uid":"c6aeb31bdb018624","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c6aeb31bdb018624","status":"passed","time":{"start":1724921488874,"stop":1724921488875,"duration":1}},{"uid":"f5d5de3d6f80a616","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f5d5de3d6f80a616","status":"passed","time":{"start":1724918203676,"stop":1724918203676,"duration":0}},{"uid":"a7fc9036c3fa9e83","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a7fc9036c3fa9e83","status":"passed","time":{"start":1724889938354,"stop":1724889938354,"duration":0}},{"uid":"2b2648971037823f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b2648971037823f","status":"passed","time":{"start":1724889077048,"stop":1724889077049,"duration":1}},{"uid":"cd907211c65e91f0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cd907211c65e91f0","status":"passed","time":{"start":1724888268008,"stop":1724888268009,"duration":1}},{"uid":"5fa911764349dc54","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5fa911764349dc54","status":"passed","time":{"start":1724887032391,"stop":1724887032391,"duration":0}},{"uid":"36cce0b73dc39be4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/36cce0b73dc39be4","status":"passed","time":{"start":1724886822787,"stop":1724886822787,"duration":0}},{"uid":"b22c9c53331c3e66","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b22c9c53331c3e66","status":"passed","time":{"start":1724862233505,"stop":1724862233505,"duration":0}},{"uid":"9b4e46a149730d1e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9b4e46a149730d1e","status":"passed","time":{"start":1724861712665,"stop":1724861712665,"duration":0}},{"uid":"273dd47e63f0c019","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/273dd47e63f0c019","status":"passed","time":{"start":1724861567883,"stop":1724861567884,"duration":1}},{"uid":"edb6426e7dc6700","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/edb6426e7dc6700","status":"passed","time":{"start":1724861392040,"stop":1724861392040,"duration":0}}]},"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c17f6fd031e816ba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c17f6fd031e816ba","status":"passed","time":{"start":1724921128570,"stop":1724921128571,"duration":1}},{"uid":"ecbaf88c9e0a0d25","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ecbaf88c9e0a0d25","status":"passed","time":{"start":1724921103676,"stop":1724921103677,"duration":1}},{"uid":"b924adf7abe0ccda","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b924adf7abe0ccda","status":"passed","time":{"start":1724917763728,"stop":1724917763729,"duration":1}},{"uid":"7426958e67092e29","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7426958e67092e29","status":"passed","time":{"start":1724889543372,"stop":1724889543373,"duration":1}},{"uid":"24a3411a7423cbea","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/24a3411a7423cbea","status":"passed","time":{"start":1724888692505,"stop":1724888692506,"duration":1}},{"uid":"2827347bb65f095f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2827347bb65f095f","status":"passed","time":{"start":1724887850415,"stop":1724887850415,"duration":0}},{"uid":"290b9adbe095b8bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/290b9adbe095b8bd","status":"passed","time":{"start":1724886617180,"stop":1724886617181,"duration":1}},{"uid":"25fc55228072a320","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/25fc55228072a320","status":"passed","time":{"start":1724886394911,"stop":1724886394912,"duration":1}},{"uid":"da5a8add985308f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/da5a8add985308f9","status":"passed","time":{"start":1724861844374,"stop":1724861844374,"duration":0}},{"uid":"334881083c447f23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/334881083c447f23","status":"passed","time":{"start":1724861313411,"stop":1724861313411,"duration":0}},{"uid":"8641c1cfe9d11b14","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8641c1cfe9d11b14","status":"passed","time":{"start":1724861139652,"stop":1724861139652,"duration":0}},{"uid":"7be7b1eb9c086d27","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7be7b1eb9c086d27","status":"passed","time":{"start":1724860999512,"stop":1724860999512,"duration":0}}]},"de16209be57b15767f5c53d1f53c227b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b8131a7ef10da7fb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b8131a7ef10da7fb","status":"passed","time":{"start":1724921300788,"stop":1724921300789,"duration":1}},{"uid":"dea2a68c93f8e5ab","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dea2a68c93f8e5ab","status":"passed","time":{"start":1724921280717,"stop":1724921280718,"duration":1}},{"uid":"e629856c9cc3685e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e629856c9cc3685e","status":"passed","time":{"start":1724917963262,"stop":1724917963262,"duration":0}},{"uid":"6b8bf34d980bd7ce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b8bf34d980bd7ce","status":"passed","time":{"start":1724889734119,"stop":1724889734120,"duration":1}},{"uid":"29bf2b4eae0bfc5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29bf2b4eae0bfc5","status":"passed","time":{"start":1724888859617,"stop":1724888859618,"duration":1}},{"uid":"ca362e7a548d4545","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ca362e7a548d4545","status":"passed","time":{"start":1724888053952,"stop":1724888053953,"duration":1}},{"uid":"6cf4012bb6d59972","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6cf4012bb6d59972","status":"passed","time":{"start":1724886820676,"stop":1724886820677,"duration":1}},{"uid":"a022d57009e0f540","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a022d57009e0f540","status":"passed","time":{"start":1724886589266,"stop":1724886589267,"duration":1}},{"uid":"fe48e772e6865252","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe48e772e6865252","status":"passed","time":{"start":1724862027792,"stop":1724862027793,"duration":1}},{"uid":"701d9605a77b3821","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/701d9605a77b3821","status":"passed","time":{"start":1724861484559,"stop":1724861484559,"duration":0}},{"uid":"95e58f2ec8da7fb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/95e58f2ec8da7fb","status":"passed","time":{"start":1724861315157,"stop":1724861315157,"duration":0}},{"uid":"b8bc767708895460","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b8bc767708895460","status":"passed","time":{"start":1724861168759,"stop":1724861168759,"duration":0}}]},"5b40cbb9bc1bfc84ffb33f4f79ed5f5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d511db29b0bd003","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d511db29b0bd003","status":"passed","time":{"start":1724921559013,"stop":1724921559014,"duration":1}},{"uid":"b1ab95356c03b8cc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b1ab95356c03b8cc","status":"passed","time":{"start":1724921524129,"stop":1724921524130,"duration":1}},{"uid":"8d276d611082a9a9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8d276d611082a9a9","status":"passed","time":{"start":1724918241659,"stop":1724918241660,"duration":1}},{"uid":"2a5bff81752fe94a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2a5bff81752fe94a","status":"passed","time":{"start":1724889975473,"stop":1724889975474,"duration":1}},{"uid":"db6a147c7eef05d7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/db6a147c7eef05d7","status":"passed","time":{"start":1724889106059,"stop":1724889106059,"duration":0}},{"uid":"823157da2913de4c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/823157da2913de4c","status":"passed","time":{"start":1724888289480,"stop":1724888289481,"duration":1}},{"uid":"d57f3a1c67f55a7c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d57f3a1c67f55a7c","status":"passed","time":{"start":1724887057700,"stop":1724887057701,"duration":1}},{"uid":"320bdcb34164c1c9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/320bdcb34164c1c9","status":"passed","time":{"start":1724886839398,"stop":1724886839398,"duration":0}},{"uid":"e27ec070dd41eb42","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e27ec070dd41eb42","status":"passed","time":{"start":1724862256086,"stop":1724862256087,"duration":1}},{"uid":"79f7ab46bbb97283","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/79f7ab46bbb97283","status":"passed","time":{"start":1724861742233,"stop":1724861742233,"duration":0}},{"uid":"c521a1919b09e509","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c521a1919b09e509","status":"passed","time":{"start":1724861595386,"stop":1724861595389,"duration":3}},{"uid":"f1bf6f6eebf03f23","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f1bf6f6eebf03f23","status":"passed","time":{"start":1724861424067,"stop":1724861424068,"duration":1}}]},"00e8389728fe46d4b4ff1ab29447de4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d477b3ba308a3bf5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d477b3ba308a3bf5","status":"passed","time":{"start":1724888232413,"stop":1724888232413,"duration":0}}]},"3ffb60d6b229cf822122e4408b827680:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"562f4ca83e3f8368","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/562f4ca83e3f8368","status":"passed","time":{"start":1724886781478,"stop":1724886781479,"duration":1}}]},"75fd9fd97cdaeaa0c7a3aa1e43806cb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"304977d6c5e2c9c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/304977d6c5e2c9c","status":"passed","time":{"start":1724921515252,"stop":1724921515253,"duration":1}},{"uid":"26037b440e9bc2b1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/26037b440e9bc2b1","status":"passed","time":{"start":1724921475503,"stop":1724921475503,"duration":0}},{"uid":"9ec5a63cad932a6d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9ec5a63cad932a6d","status":"passed","time":{"start":1724918179417,"stop":1724918179417,"duration":0}},{"uid":"abc3d70222e4a4b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/abc3d70222e4a4b3","status":"passed","time":{"start":1724889935352,"stop":1724889935352,"duration":0}},{"uid":"58e801a353879193","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/58e801a353879193","status":"passed","time":{"start":1724889072767,"stop":1724889072768,"duration":1}},{"uid":"ff95f2313fdceaab","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ff95f2313fdceaab","status":"passed","time":{"start":1724888232427,"stop":1724888232428,"duration":1}},{"uid":"e6ea8ae0e2bddf0d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e6ea8ae0e2bddf0d","status":"passed","time":{"start":1724887018315,"stop":1724887018315,"duration":0}},{"uid":"d1781795445f4ce5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d1781795445f4ce5","status":"passed","time":{"start":1724886781504,"stop":1724886781504,"duration":0}},{"uid":"e6506d344cb8e91b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e6506d344cb8e91b","status":"passed","time":{"start":1724862213683,"stop":1724862213684,"duration":1}},{"uid":"6ba1e68956a85da4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6ba1e68956a85da4","status":"passed","time":{"start":1724861685882,"stop":1724861685882,"duration":0}},{"uid":"af7145527267eda","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/af7145527267eda","status":"passed","time":{"start":1724861546207,"stop":1724861546208,"duration":1}},{"uid":"a27319def5a15dc6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a27319def5a15dc6","status":"passed","time":{"start":1724861378125,"stop":1724861378125,"duration":0}}]},"5436e19ba9b3655afdd4170b4bb91e70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c545b1ce7159876c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c545b1ce7159876c","status":"passed","time":{"start":1724921037646,"stop":1724921037646,"duration":0}},{"uid":"a157f94da73bbaa5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a157f94da73bbaa5","status":"passed","time":{"start":1724921013058,"stop":1724921013059,"duration":1}},{"uid":"a0df5c98aef636fb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a0df5c98aef636fb","status":"passed","time":{"start":1724917673300,"stop":1724917673300,"duration":0}},{"uid":"f740bc1135bcdf10","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f740bc1135bcdf10","status":"passed","time":{"start":1724889452319,"stop":1724889452320,"duration":1}},{"uid":"59ec9eb5d6e8b77b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/59ec9eb5d6e8b77b","status":"passed","time":{"start":1724888602851,"stop":1724888602851,"duration":0}},{"uid":"c914939b47dd8683","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c914939b47dd8683","status":"passed","time":{"start":1724887759172,"stop":1724887759172,"duration":0}},{"uid":"6feb880e649b80fc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6feb880e649b80fc","status":"passed","time":{"start":1724886525551,"stop":1724886525551,"duration":0}},{"uid":"cf218160f4067e9e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cf218160f4067e9e","status":"passed","time":{"start":1724886303406,"stop":1724886303406,"duration":0}},{"uid":"537143fc8f216d15","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/537143fc8f216d15","status":"passed","time":{"start":1724861752238,"stop":1724861752239,"duration":1}},{"uid":"9a728800fc1e1c3c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9a728800fc1e1c3c","status":"passed","time":{"start":1724861223363,"stop":1724861223363,"duration":0}},{"uid":"146c58671192035d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/146c58671192035d","status":"passed","time":{"start":1724861045211,"stop":1724861045212,"duration":1}},{"uid":"833a00de4efc3129","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/833a00de4efc3129","status":"passed","time":{"start":1724860907096,"stop":1724860907096,"duration":0}}]},"6c7f0def328c000eaa3f94883d119dcc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2226891e9b597d0a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2226891e9b597d0a","status":"passed","time":{"start":1724921037633,"stop":1724921037633,"duration":0}},{"uid":"c6ba3788149ffd19","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c6ba3788149ffd19","status":"passed","time":{"start":1724921013045,"stop":1724921013045,"duration":0}},{"uid":"3a8bee115433f032","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3a8bee115433f032","status":"passed","time":{"start":1724917673288,"stop":1724917673289,"duration":1}},{"uid":"ab237abe4180ac02","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ab237abe4180ac02","status":"passed","time":{"start":1724889452307,"stop":1724889452307,"duration":0}},{"uid":"1108a3e4299eadbe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1108a3e4299eadbe","status":"passed","time":{"start":1724888602837,"stop":1724888602838,"duration":1}},{"uid":"1a555b68aa5262cc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1a555b68aa5262cc","status":"passed","time":{"start":1724887759162,"stop":1724887759162,"duration":0}},{"uid":"5fc38c934a08b1d5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5fc38c934a08b1d5","status":"passed","time":{"start":1724886525541,"stop":1724886525541,"duration":0}},{"uid":"f7d8a24c3071d501","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f7d8a24c3071d501","status":"passed","time":{"start":1724886303394,"stop":1724886303394,"duration":0}},{"uid":"221cbcd4e87b15e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/221cbcd4e87b15e0","status":"passed","time":{"start":1724861752224,"stop":1724861752224,"duration":0}},{"uid":"c259c5cde5264b23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c259c5cde5264b23","status":"passed","time":{"start":1724861223352,"stop":1724861223353,"duration":1}},{"uid":"ba3a8f1eec7ca149","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ba3a8f1eec7ca149","status":"passed","time":{"start":1724861045199,"stop":1724861045199,"duration":0}},{"uid":"ae7d686ea5f81413","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ae7d686ea5f81413","status":"passed","time":{"start":1724860907082,"stop":1724860907082,"duration":0}}]},"624be30385efa0651ff59edcdecb8c4a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"57476c6008305b85","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/57476c6008305b85","status":"passed","time":{"start":1724861800257,"stop":1724861800257,"duration":0}}]},"eecfa63d5730183caf36e60d25cd3fa7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd022e8fc07ce11c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cd022e8fc07ce11c","status":"passed","time":{"start":1724861770117,"stop":1724861770117,"duration":0}}]},"9fdb72cbbc0f05cc501abaae655fa2cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1f9cab0163b4f247","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1f9cab0163b4f247","status":"passed","time":{"start":1724921529569,"stop":1724921529569,"duration":0}},{"uid":"4b9c070301d2a94b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4b9c070301d2a94b","status":"passed","time":{"start":1724921488871,"stop":1724921488871,"duration":0}},{"uid":"c59f3cd8b81ded03","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c59f3cd8b81ded03","status":"passed","time":{"start":1724918203667,"stop":1724918203667,"duration":0}},{"uid":"91491d924a0ab75c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91491d924a0ab75c","status":"passed","time":{"start":1724889938348,"stop":1724889938351,"duration":3}},{"uid":"36eee861a4c6115","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/36eee861a4c6115","status":"passed","time":{"start":1724889077030,"stop":1724889077030,"duration":0}},{"uid":"dbfde88630a3c462","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dbfde88630a3c462","status":"passed","time":{"start":1724888268003,"stop":1724888268003,"duration":0}},{"uid":"e6ab058e5b80b400","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e6ab058e5b80b400","status":"passed","time":{"start":1724887032387,"stop":1724887032387,"duration":0}},{"uid":"211f15b96e55e963","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/211f15b96e55e963","status":"passed","time":{"start":1724886822783,"stop":1724886822784,"duration":1}},{"uid":"a0b7a13fcbca9cdd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a0b7a13fcbca9cdd","status":"passed","time":{"start":1724862233501,"stop":1724862233502,"duration":1}},{"uid":"8f901aef186d7a23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8f901aef186d7a23","status":"passed","time":{"start":1724861712662,"stop":1724861712662,"duration":0}},{"uid":"8f192c8857d860da","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8f192c8857d860da","status":"passed","time":{"start":1724861567874,"stop":1724861567876,"duration":2}},{"uid":"9db3a48e15991c16","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9db3a48e15991c16","status":"passed","time":{"start":1724861392037,"stop":1724861392037,"duration":0}}]},"b1dfdef8b9077e48e5cade9efc781742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"24ac82609562db1f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/24ac82609562db1f","status":"passed","time":{"start":1724921164606,"stop":1724921164608,"duration":2}},{"uid":"54262673c42bf58d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/54262673c42bf58d","status":"passed","time":{"start":1724921137829,"stop":1724921137838,"duration":9}},{"uid":"f27fc7f934dafbcc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f27fc7f934dafbcc","status":"passed","time":{"start":1724917810542,"stop":1724917810543,"duration":1}},{"uid":"daacc4c3600cd58f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/daacc4c3600cd58f","status":"passed","time":{"start":1724889585450,"stop":1724889585451,"duration":1}},{"uid":"5b093d7b8c3c4a9f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b093d7b8c3c4a9f","status":"passed","time":{"start":1724888736520,"stop":1724888736524,"duration":4}},{"uid":"9b1f78e7f339d0db","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9b1f78e7f339d0db","status":"passed","time":{"start":1724887891797,"stop":1724887891798,"duration":1}},{"uid":"8a0b85add267189c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a0b85add267189c","status":"passed","time":{"start":1724886657796,"stop":1724886657797,"duration":1}},{"uid":"cf1f4611cb173ed","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cf1f4611cb173ed","status":"passed","time":{"start":1724886447362,"stop":1724886447362,"duration":0}},{"uid":"71239a7a5d2f994e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/71239a7a5d2f994e","status":"passed","time":{"start":1724861880136,"stop":1724861880138,"duration":2}},{"uid":"d2e313b413a965ba","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d2e313b413a965ba","status":"passed","time":{"start":1724861359784,"stop":1724861359784,"duration":0}},{"uid":"1e77f9bd902c3973","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1e77f9bd902c3973","status":"passed","time":{"start":1724861179685,"stop":1724861179686,"duration":1}},{"uid":"3516c29764b7484b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3516c29764b7484b","status":"passed","time":{"start":1724861040982,"stop":1724861040983,"duration":1}}]},"d7419a6b132ea3b1de9932439a05ec1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"652a6c26d327b87c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/652a6c26d327b87c","status":"passed","time":{"start":1724889935350,"stop":1724889935350,"duration":0}}]},"699992428f2a605ac0600b5acaf8e8b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e06edffcca43be63","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e06edffcca43be63","status":"passed","time":{"start":1724921564772,"stop":1724921564772,"duration":0}},{"uid":"e39873f6561b2398","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e39873f6561b2398","status":"passed","time":{"start":1724921518781,"stop":1724921518782,"duration":1}},{"uid":"f4f9c1171e2a8c95","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f4f9c1171e2a8c95","status":"passed","time":{"start":1724918229395,"stop":1724918229395,"duration":0}},{"uid":"263e362da1f1d5e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/263e362da1f1d5e8","status":"passed","time":{"start":1724889980693,"stop":1724889980693,"duration":0}},{"uid":"8f75930a2279389c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f75930a2279389c","status":"passed","time":{"start":1724889111155,"stop":1724889111156,"duration":1}},{"uid":"9a57bb5ecc067b87","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9a57bb5ecc067b87","status":"passed","time":{"start":1724888292528,"stop":1724888292529,"duration":1}},{"uid":"e312c23362a55d8d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e312c23362a55d8d","status":"passed","time":{"start":1724887068220,"stop":1724887068221,"duration":1}},{"uid":"209e51e6d628e560","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/209e51e6d628e560","status":"passed","time":{"start":1724886848918,"stop":1724886848918,"duration":0}},{"uid":"5d745422095053a2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5d745422095053a2","status":"passed","time":{"start":1724862262043,"stop":1724862262043,"duration":0}},{"uid":"c0b299661de8bbf2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c0b299661de8bbf2","status":"passed","time":{"start":1724861741888,"stop":1724861741889,"duration":1}},{"uid":"471bd69deabc1a95","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/471bd69deabc1a95","status":"passed","time":{"start":1724861599483,"stop":1724861599483,"duration":0}},{"uid":"555ba0e870b951eb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/555ba0e870b951eb","status":"passed","time":{"start":1724861428470,"stop":1724861428471,"duration":1}}]},"c50670a87b903128bd7a48f2cb96ad71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b57a9500340f6ad9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b57a9500340f6ad9","status":"passed","time":{"start":1724861628432,"stop":1724861628433,"duration":1}}]},"d2039139e2dc99781d63f09ec37de324:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"43ee594f92e80970","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/43ee594f92e80970","status":"passed","time":{"start":1724886906380,"stop":1724886906381,"duration":1}}]},"f7a0151ad1bfeb39ff61db2b9a0e166f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b3a49f0b73181b58","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b3a49f0b73181b58","status":"passed","time":{"start":1724921515237,"stop":1724921515237,"duration":0}},{"uid":"e4c8fc8a85aa511e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e4c8fc8a85aa511e","status":"passed","time":{"start":1724921475499,"stop":1724921475499,"duration":0}},{"uid":"ef8857f8f0144ba7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ef8857f8f0144ba7","status":"passed","time":{"start":1724918179410,"stop":1724918179410,"duration":0}},{"uid":"b49ddae291603ce6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b49ddae291603ce6","status":"passed","time":{"start":1724889935348,"stop":1724889935349,"duration":1}},{"uid":"639b909868f190bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/639b909868f190bd","status":"passed","time":{"start":1724889072763,"stop":1724889072764,"duration":1}},{"uid":"cd89093853d8e83f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cd89093853d8e83f","status":"passed","time":{"start":1724888232424,"stop":1724888232425,"duration":1}},{"uid":"fa072bd0969df26f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fa072bd0969df26f","status":"passed","time":{"start":1724887018311,"stop":1724887018311,"duration":0}},{"uid":"f4078301bbdcfa93","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f4078301bbdcfa93","status":"passed","time":{"start":1724886781498,"stop":1724886781498,"duration":0}},{"uid":"bd216c730db25f75","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bd216c730db25f75","status":"passed","time":{"start":1724862213672,"stop":1724862213673,"duration":1}},{"uid":"e316173f98ff3aba","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e316173f98ff3aba","status":"passed","time":{"start":1724861685873,"stop":1724861685874,"duration":1}},{"uid":"20b7fca41a9c7657","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/20b7fca41a9c7657","status":"passed","time":{"start":1724861546199,"stop":1724861546200,"duration":1}},{"uid":"628ea473de742456","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/628ea473de742456","status":"passed","time":{"start":1724861378121,"stop":1724861378121,"duration":0}}]},"1fbf562ef076cf037a0ef5c6412486a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4ca5a5c4f05860b9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4ca5a5c4f05860b9","status":"passed","time":{"start":1724921051057,"stop":1724921051057,"duration":0}},{"uid":"3c16f24e94b90e8c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3c16f24e94b90e8c","status":"passed","time":{"start":1724921026362,"stop":1724921026363,"duration":1}},{"uid":"fdfe547e36ebdde","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fdfe547e36ebdde","status":"passed","time":{"start":1724917686541,"stop":1724917686541,"duration":0}},{"uid":"7033684b74449fd9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7033684b74449fd9","status":"passed","time":{"start":1724889465472,"stop":1724889465472,"duration":0}},{"uid":"594c8d7f8e43fa24","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/594c8d7f8e43fa24","status":"passed","time":{"start":1724888616213,"stop":1724888616213,"duration":0}},{"uid":"d60e3f201bcc72f1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d60e3f201bcc72f1","status":"passed","time":{"start":1724887772449,"stop":1724887772449,"duration":0}},{"uid":"dd40b816fcaa7a3f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dd40b816fcaa7a3f","status":"passed","time":{"start":1724886538861,"stop":1724886538861,"duration":0}},{"uid":"11da664befce4803","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/11da664befce4803","status":"passed","time":{"start":1724886316627,"stop":1724886316627,"duration":0}},{"uid":"4a13ee9d00ea7a89","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a13ee9d00ea7a89","status":"passed","time":{"start":1724861765763,"stop":1724861765763,"duration":0}},{"uid":"c96d4a8b1335c5f1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c96d4a8b1335c5f1","status":"passed","time":{"start":1724861236573,"stop":1724861236573,"duration":0}},{"uid":"ac2601758777f39d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac2601758777f39d","status":"passed","time":{"start":1724861059471,"stop":1724861059471,"duration":0}},{"uid":"14c56fee5a30ee96","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/14c56fee5a30ee96","status":"passed","time":{"start":1724860920727,"stop":1724860920727,"duration":0}}]},"8b6724788d12b89e3f480dbfc149f09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e3d887291748dc9a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e3d887291748dc9a","status":"passed","time":{"start":1724921050916,"stop":1724921050916,"duration":0}},{"uid":"ed118c772fbb94ac","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ed118c772fbb94ac","status":"passed","time":{"start":1724921026084,"stop":1724921026085,"duration":1}},{"uid":"c1c8ffc40de6842d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c1c8ffc40de6842d","status":"passed","time":{"start":1724917686331,"stop":1724917686331,"duration":0}},{"uid":"2e1930f23b0fb84b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2e1930f23b0fb84b","status":"passed","time":{"start":1724889465302,"stop":1724889465303,"duration":1}},{"uid":"2ea08520d2605868","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ea08520d2605868","status":"passed","time":{"start":1724888615855,"stop":1724888615856,"duration":1}},{"uid":"b2f381475e7f3c22","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b2f381475e7f3c22","status":"passed","time":{"start":1724887772190,"stop":1724887772190,"duration":0}},{"uid":"465f9effb8299ce3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/465f9effb8299ce3","status":"passed","time":{"start":1724886538736,"stop":1724886538737,"duration":1}},{"uid":"ecc79377f02817f9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ecc79377f02817f9","status":"passed","time":{"start":1724886316573,"stop":1724886316574,"duration":1}},{"uid":"488c222f9a3be4ef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/488c222f9a3be4ef","status":"passed","time":{"start":1724861765627,"stop":1724861765627,"duration":0}},{"uid":"a7c3410e4cca11c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a7c3410e4cca11c","status":"passed","time":{"start":1724861236290,"stop":1724861236290,"duration":0}},{"uid":"12ef28aa201afbdf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/12ef28aa201afbdf","status":"passed","time":{"start":1724861059256,"stop":1724861059256,"duration":0}},{"uid":"b0057e02c0583e7a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b0057e02c0583e7a","status":"passed","time":{"start":1724860920541,"stop":1724860920542,"duration":1}}]},"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3eb519b696882f18","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3eb519b696882f18","status":"passed","time":{"start":1724921538593,"stop":1724921538594,"duration":1}},{"uid":"c40a3f7650df299e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c40a3f7650df299e","status":"passed","time":{"start":1724921499391,"stop":1724921499391,"duration":0}},{"uid":"82af68472f9d475d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/82af68472f9d475d","status":"passed","time":{"start":1724918204099,"stop":1724918204099,"duration":0}},{"uid":"13af5bd687c1656","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/13af5bd687c1656","status":"passed","time":{"start":1724889957368,"stop":1724889957368,"duration":0}},{"uid":"64721f53dc1964eb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64721f53dc1964eb","status":"passed","time":{"start":1724889094879,"stop":1724889094879,"duration":0}},{"uid":"3ef6fb8f105d7e9a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3ef6fb8f105d7e9a","status":"passed","time":{"start":1724888256176,"stop":1724888256177,"duration":1}},{"uid":"a2dd040d8ffe9542","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a2dd040d8ffe9542","status":"passed","time":{"start":1724887043895,"stop":1724887043896,"duration":1}},{"uid":"f4c02cf52df73f96","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f4c02cf52df73f96","status":"passed","time":{"start":1724886807385,"stop":1724886807385,"duration":0}},{"uid":"2cbf99f5a2c4fcf2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2cbf99f5a2c4fcf2","status":"passed","time":{"start":1724862237700,"stop":1724862237701,"duration":1}},{"uid":"591566e15b7e903d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/591566e15b7e903d","status":"passed","time":{"start":1724861709115,"stop":1724861709115,"duration":0}},{"uid":"d1621caf71518650","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d1621caf71518650","status":"passed","time":{"start":1724861571993,"stop":1724861571994,"duration":1}},{"uid":"e109986d01b0c03c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e109986d01b0c03c","status":"passed","time":{"start":1724861400269,"stop":1724861400270,"duration":1}}]},"b94058ccdbd55f767ddeea47986ffcbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"29ae6ff0e00b6e7b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/29ae6ff0e00b6e7b","status":"passed","time":{"start":1724886884587,"stop":1724886884588,"duration":1}}]},"e8502be231a674d101cb5d0908fb25df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f8e8a3c58c05f4f4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f8e8a3c58c05f4f4","status":"passed","time":{"start":1724921563017,"stop":1724921563017,"duration":0}},{"uid":"a1730e3849eb8cca","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a1730e3849eb8cca","status":"passed","time":{"start":1724921526813,"stop":1724921526814,"duration":1}},{"uid":"ea3d94c341387a37","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ea3d94c341387a37","status":"passed","time":{"start":1724918239944,"stop":1724918239944,"duration":0}},{"uid":"5a091887410fdf24","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5a091887410fdf24","status":"passed","time":{"start":1724889980902,"stop":1724889980902,"duration":0}},{"uid":"f91068cc8d1c776","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f91068cc8d1c776","status":"passed","time":{"start":1724889109970,"stop":1724889109971,"duration":1}},{"uid":"d5893701e45b1344","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d5893701e45b1344","status":"passed","time":{"start":1724888294723,"stop":1724888294723,"duration":0}},{"uid":"be1a58762b17bae","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/be1a58762b17bae","status":"passed","time":{"start":1724887071742,"stop":1724887071742,"duration":0}},{"uid":"7058b98f2fcd7689","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7058b98f2fcd7689","status":"passed","time":{"start":1724886848346,"stop":1724886848347,"duration":1}},{"uid":"f7f48484848b33ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7f48484848b33ac","status":"passed","time":{"start":1724862259253,"stop":1724862259254,"duration":1}},{"uid":"9af6435870756c06","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9af6435870756c06","status":"passed","time":{"start":1724861735328,"stop":1724861735329,"duration":1}},{"uid":"27efd96800033cc7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/27efd96800033cc7","status":"passed","time":{"start":1724861606346,"stop":1724861606350,"duration":4}},{"uid":"f2061536d37e797a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f2061536d37e797a","status":"passed","time":{"start":1724861426688,"stop":1724861426689,"duration":1}}]},"b78455b0a777d909fa7053fbafafb7bf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c495b3c57aa83f9d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c495b3c57aa83f9d","status":"passed","time":{"start":1724921556060,"stop":1724921556060,"duration":0}}]},"73423cdeed45c9f9eaf5e7b635c01359:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d06a8213264ccac4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d06a8213264ccac4","status":"passed","time":{"start":1724918298099,"stop":1724918298099,"duration":0}}]},"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"418ecfa121ccf6fb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/418ecfa121ccf6fb","status":"passed","time":{"start":1724921128568,"stop":1724921128569,"duration":1}},{"uid":"2ca555f8a77f1c43","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2ca555f8a77f1c43","status":"passed","time":{"start":1724921103675,"stop":1724921103676,"duration":1}},{"uid":"218c3650119a4a49","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/218c3650119a4a49","status":"passed","time":{"start":1724917763727,"stop":1724917763727,"duration":0}},{"uid":"72a3b0462d4ce1d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72a3b0462d4ce1d9","status":"passed","time":{"start":1724889543370,"stop":1724889543371,"duration":1}},{"uid":"1de22735c977dd73","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1de22735c977dd73","status":"passed","time":{"start":1724888692504,"stop":1724888692505,"duration":1}},{"uid":"83a1efb0f061c604","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/83a1efb0f061c604","status":"passed","time":{"start":1724887850414,"stop":1724887850414,"duration":0}},{"uid":"59a9998feeab2467","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/59a9998feeab2467","status":"passed","time":{"start":1724886617175,"stop":1724886617176,"duration":1}},{"uid":"473ee2684e1bf68","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/473ee2684e1bf68","status":"passed","time":{"start":1724886394907,"stop":1724886394907,"duration":0}},{"uid":"bf98b99faa51b9cd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf98b99faa51b9cd","status":"passed","time":{"start":1724861844373,"stop":1724861844373,"duration":0}},{"uid":"7e455c311d1fa492","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7e455c311d1fa492","status":"passed","time":{"start":1724861313410,"stop":1724861313410,"duration":0}},{"uid":"fb2f87c2ab8bf4b1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fb2f87c2ab8bf4b1","status":"passed","time":{"start":1724861139651,"stop":1724861139651,"duration":0}},{"uid":"5f4d6da72d7fa222","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5f4d6da72d7fa222","status":"passed","time":{"start":1724860999512,"stop":1724860999512,"duration":0}}]},"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"d21f48688d478da7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d21f48688d478da7","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921563011,"stop":1724921563012,"duration":1}},{"uid":"21872750aab9279d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/21872750aab9279d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921526811,"stop":1724921526811,"duration":0}},{"uid":"b1f38a9f5a8f3841","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b1f38a9f5a8f3841","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918239938,"stop":1724918239939,"duration":1}},{"uid":"9381aa104bca9b0a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9381aa104bca9b0a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889980889,"stop":1724889980889,"duration":0}},{"uid":"d05748518bbad480","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d05748518bbad480","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889109954,"stop":1724889109954,"duration":0}},{"uid":"cffad4a19d2a3614","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cffad4a19d2a3614","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888294721,"stop":1724888294721,"duration":0}},{"uid":"3dde8800fe077342","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3dde8800fe077342","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887071737,"stop":1724887071737,"duration":0}},{"uid":"4b8762fb4f176397","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4b8762fb4f176397","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886848343,"stop":1724886848344,"duration":1}},{"uid":"882af9315262d0f3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/882af9315262d0f3","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862259245,"stop":1724862259245,"duration":0}},{"uid":"ec837b6896314a39","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ec837b6896314a39","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861735323,"stop":1724861735324,"duration":1}},{"uid":"5c38a1321aae0412","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5c38a1321aae0412","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861606342,"stop":1724861606342,"duration":0}},{"uid":"ce4419b9a82da8bf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ce4419b9a82da8bf","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861426684,"stop":1724861426685,"duration":1}}]},"69cdb59c9b84fd0b6f4eb132bfba3c26:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"891ce09012901f52","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/891ce09012901f52","status":"passed","time":{"start":1724921267871,"stop":1724921267872,"duration":1}}]},"4bb9843185772f87c64cde7898fee847:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"59ad23bfddf491d7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/59ad23bfddf491d7","status":"passed","time":{"start":1724861392063,"stop":1724861392063,"duration":0}}]},"3f657c3f7b8915d7897075f7b0b4b4a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"37ac5232c27134e9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/37ac5232c27134e9","status":"passed","time":{"start":1724921640398,"stop":1724921640399,"duration":1}},{"uid":"2f6b38d68d26d2aa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2f6b38d68d26d2aa","status":"passed","time":{"start":1724921600406,"stop":1724921600406,"duration":0}},{"uid":"c55a2176fa5006ff","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c55a2176fa5006ff","status":"passed","time":{"start":1724918300920,"stop":1724918300921,"duration":1}},{"uid":"842a30b817faaf17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/842a30b817faaf17","status":"passed","time":{"start":1724890059280,"stop":1724890059284,"duration":4}},{"uid":"c5c16146411181da","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5c16146411181da","status":"passed","time":{"start":1724889188310,"stop":1724889188310,"duration":0}},{"uid":"dff1a9133d932323","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dff1a9133d932323","status":"passed","time":{"start":1724888372739,"stop":1724888372739,"duration":0}},{"uid":"a12c800492be0352","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a12c800492be0352","status":"passed","time":{"start":1724887135716,"stop":1724887135717,"duration":1}},{"uid":"fd51ba4f94f7e4e9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fd51ba4f94f7e4e9","status":"passed","time":{"start":1724886919661,"stop":1724886919662,"duration":1}},{"uid":"a761315a47b64597","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a761315a47b64597","status":"passed","time":{"start":1724862341833,"stop":1724862341833,"duration":0}},{"uid":"f2afff3d02c2d286","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f2afff3d02c2d286","status":"passed","time":{"start":1724861815487,"stop":1724861815488,"duration":1}},{"uid":"6f269f14632c3167","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6f269f14632c3167","status":"passed","time":{"start":1724861669533,"stop":1724861669533,"duration":0}},{"uid":"147a2b9202b83964","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/147a2b9202b83964","status":"passed","time":{"start":1724861505411,"stop":1724861505411,"duration":0}}]},"6dbe7b3efceddd8095915d6004c5681f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"17fe54fcc39c179","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/17fe54fcc39c179","status":"passed","time":{"start":1724861655174,"stop":1724861655174,"duration":0}}]},"2b33e95025ce4dcf13b0ff6ea330ae33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1d48ddf98fa3a178","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1d48ddf98fa3a178","status":"passed","time":{"start":1724890032293,"stop":1724890032294,"duration":1}}]},"0866a279c90a44b71b4cbc4bd9ca8da3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2130b1e19ec9a39c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2130b1e19ec9a39c","status":"passed","time":{"start":1724921296995,"stop":1724921296995,"duration":0}},{"uid":"68f29c94398eec8a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/68f29c94398eec8a","status":"passed","time":{"start":1724921276361,"stop":1724921276361,"duration":0}},{"uid":"939a95be90dc0217","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/939a95be90dc0217","status":"passed","time":{"start":1724917948305,"stop":1724917948305,"duration":0}},{"uid":"7a357cb595b6e365","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7a357cb595b6e365","status":"passed","time":{"start":1724889729001,"stop":1724889729002,"duration":1}},{"uid":"ecbd6877a3500abd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ecbd6877a3500abd","status":"passed","time":{"start":1724888864948,"stop":1724888864948,"duration":0}},{"uid":"2a4b980a4dd74acb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2a4b980a4dd74acb","status":"passed","time":{"start":1724888053729,"stop":1724888053730,"duration":1}},{"uid":"710eccef50de8383","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/710eccef50de8383","status":"passed","time":{"start":1724886811646,"stop":1724886811646,"duration":0}},{"uid":"ad278fded58c13c7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ad278fded58c13c7","status":"passed","time":{"start":1724886580998,"stop":1724886580998,"duration":0}},{"uid":"c850e1ff52dd4bcd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c850e1ff52dd4bcd","status":"passed","time":{"start":1724862019551,"stop":1724862019552,"duration":1}},{"uid":"c0915f2f971f2124","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c0915f2f971f2124","status":"passed","time":{"start":1724861493929,"stop":1724861493930,"duration":1}},{"uid":"3b56c1a05d5846bc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3b56c1a05d5846bc","status":"passed","time":{"start":1724861318011,"stop":1724861318011,"duration":0}},{"uid":"ee74cc0df31b1818","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ee74cc0df31b1818","status":"passed","time":{"start":1724861178505,"stop":1724861178505,"duration":0}}]},"ddc55cdd59d7a3cbe9414d1ddf2def85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b1f8668fe00e90c7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b1f8668fe00e90c7","status":"passed","time":{"start":1724921046209,"stop":1724921046209,"duration":0}},{"uid":"9dcc145a3232538d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9dcc145a3232538d","status":"passed","time":{"start":1724921021480,"stop":1724921021480,"duration":0}},{"uid":"b50ff9be8e795f21","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b50ff9be8e795f21","status":"passed","time":{"start":1724917681728,"stop":1724917681728,"duration":0}},{"uid":"e581cd4f92024d78","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e581cd4f92024d78","status":"passed","time":{"start":1724889460656,"stop":1724889460656,"duration":0}},{"uid":"d96c871c90de45b8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d96c871c90de45b8","status":"passed","time":{"start":1724888611299,"stop":1724888611299,"duration":0}},{"uid":"3d1e2c453ee9ac57","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3d1e2c453ee9ac57","status":"passed","time":{"start":1724887767624,"stop":1724887767624,"duration":0}},{"uid":"285e4c4e634ab051","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/285e4c4e634ab051","status":"passed","time":{"start":1724886533995,"stop":1724886533996,"duration":1}},{"uid":"9564d49101e0018a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9564d49101e0018a","status":"passed","time":{"start":1724886311762,"stop":1724886311762,"duration":0}},{"uid":"c82b4d16cfdc8d73","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c82b4d16cfdc8d73","status":"passed","time":{"start":1724861760780,"stop":1724861760780,"duration":0}},{"uid":"ed4aa0963379783","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ed4aa0963379783","status":"passed","time":{"start":1724861231738,"stop":1724861231738,"duration":0}},{"uid":"5d55d39125e31b09","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5d55d39125e31b09","status":"passed","time":{"start":1724861054261,"stop":1724861054261,"duration":0}},{"uid":"97b039007e38fd92","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/97b039007e38fd92","status":"passed","time":{"start":1724860915818,"stop":1724860915818,"duration":0}}]},"054d1154ee16702b12dca4c57d8fcde3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"243d02fe3bba1954","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/243d02fe3bba1954","status":"passed","time":{"start":1724921563021,"stop":1724921563021,"duration":0}},{"uid":"91b125952d30bf73","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/91b125952d30bf73","status":"passed","time":{"start":1724921526818,"stop":1724921526818,"duration":0}},{"uid":"a5d8ff612d4d0b7d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a5d8ff612d4d0b7d","status":"passed","time":{"start":1724918239953,"stop":1724918239954,"duration":1}},{"uid":"3ed1def135bb01df","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3ed1def135bb01df","status":"passed","time":{"start":1724889980927,"stop":1724889980928,"duration":1}},{"uid":"b52fa2f87419b192","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b52fa2f87419b192","status":"passed","time":{"start":1724889109979,"stop":1724889109980,"duration":1}},{"uid":"d98d05793771d02","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d98d05793771d02","status":"passed","time":{"start":1724888294726,"stop":1724888294727,"duration":1}},{"uid":"767458f65e9d60d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/767458f65e9d60d","status":"passed","time":{"start":1724887071745,"stop":1724887071745,"duration":0}},{"uid":"568af0afe57e5a39","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/568af0afe57e5a39","status":"passed","time":{"start":1724886848350,"stop":1724886848350,"duration":0}},{"uid":"5364afcf2ca0b767","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5364afcf2ca0b767","status":"passed","time":{"start":1724862259261,"stop":1724862259262,"duration":1}},{"uid":"7443acfd01f40697","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7443acfd01f40697","status":"passed","time":{"start":1724861735335,"stop":1724861735336,"duration":1}},{"uid":"e6a13e87c5beb8f9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e6a13e87c5beb8f9","status":"passed","time":{"start":1724861606353,"stop":1724861606353,"duration":0}},{"uid":"3ea683057de42ee1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3ea683057de42ee1","status":"passed","time":{"start":1724861426693,"stop":1724861426693,"duration":0}}]},"07ef9a7267de044fca95971fb6a9b329:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1777ae7bd8d4e90c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1777ae7bd8d4e90c","status":"passed","time":{"start":1724861712676,"stop":1724861712676,"duration":0}}]},"0f8a5e66758783bae9ebeada2fa70883:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"10642c68b780d604","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/10642c68b780d604","status":"passed","time":{"start":1724921559015,"stop":1724921559016,"duration":1}},{"uid":"22035fba3144d3c9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/22035fba3144d3c9","status":"passed","time":{"start":1724921524130,"stop":1724921524131,"duration":1}},{"uid":"f910671e2187107b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f910671e2187107b","status":"passed","time":{"start":1724918241660,"stop":1724918241662,"duration":2}},{"uid":"4dfede55a1ad110f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4dfede55a1ad110f","status":"passed","time":{"start":1724889975474,"stop":1724889975475,"duration":1}},{"uid":"ecc6abc6b9fad26f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ecc6abc6b9fad26f","status":"passed","time":{"start":1724889106059,"stop":1724889106060,"duration":1}},{"uid":"c62c698484b4929e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c62c698484b4929e","status":"passed","time":{"start":1724888289481,"stop":1724888289482,"duration":1}},{"uid":"f3f7474bedfe3df3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f3f7474bedfe3df3","status":"passed","time":{"start":1724887057701,"stop":1724887057702,"duration":1}},{"uid":"67765e3636bd1ee6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/67765e3636bd1ee6","status":"passed","time":{"start":1724886839398,"stop":1724886839398,"duration":0}},{"uid":"c70dab3502776690","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c70dab3502776690","status":"passed","time":{"start":1724862256091,"stop":1724862256092,"duration":1}},{"uid":"f2c34841bc4b2e5e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f2c34841bc4b2e5e","status":"passed","time":{"start":1724861742234,"stop":1724861742234,"duration":0}},{"uid":"ceebe49e8470b509","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ceebe49e8470b509","status":"passed","time":{"start":1724861595389,"stop":1724861595390,"duration":1}},{"uid":"ee8f1fcc88b0fbfe","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ee8f1fcc88b0fbfe","status":"passed","time":{"start":1724861424068,"stop":1724861424068,"duration":0}}]},"c818e62d6098cdb83b714eb36bf1dbce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8b09fe843c63e42b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8b09fe843c63e42b","status":"passed","time":{"start":1724921677826,"stop":1724921677826,"duration":0}},{"uid":"7f9e405bdf08caff","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7f9e405bdf08caff","status":"passed","time":{"start":1724921635678,"stop":1724921635678,"duration":0}},{"uid":"f89d2a1a833a673d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f89d2a1a833a673d","status":"passed","time":{"start":1724918344737,"stop":1724918344737,"duration":0}},{"uid":"d29ae21cb97c2409","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d29ae21cb97c2409","status":"passed","time":{"start":1724890097425,"stop":1724890097425,"duration":0}},{"uid":"278ac31bdad0d78b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/278ac31bdad0d78b","status":"passed","time":{"start":1724889226622,"stop":1724889226622,"duration":0}},{"uid":"bdd8f6795d2908b4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bdd8f6795d2908b4","status":"passed","time":{"start":1724888405386,"stop":1724888405386,"duration":0}},{"uid":"4a140d1dab2a9c98","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a140d1dab2a9c98","status":"passed","time":{"start":1724887180095,"stop":1724887180095,"duration":0}},{"uid":"83bac867be3dc5ce","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/83bac867be3dc5ce","status":"passed","time":{"start":1724886957949,"stop":1724886957949,"duration":0}},{"uid":"98586cbb2e31479d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/98586cbb2e31479d","status":"passed","time":{"start":1724862379717,"stop":1724862379717,"duration":0}},{"uid":"52975ceda4e49774","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/52975ceda4e49774","status":"passed","time":{"start":1724861853003,"stop":1724861853003,"duration":0}},{"uid":"881e6f14cd856ab","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/881e6f14cd856ab","status":"passed","time":{"start":1724861709845,"stop":1724861709845,"duration":0}},{"uid":"9ac995cf3f47c822","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9ac995cf3f47c822","status":"passed","time":{"start":1724861537422,"stop":1724861537423,"duration":1}}]},"dce212676074993bd1eed253a481b8c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9cbe4e46a0d9855a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9cbe4e46a0d9855a","status":"passed","time":{"start":1724921141201,"stop":1724921141201,"duration":0}},{"uid":"6c59b3cf89aa68be","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6c59b3cf89aa68be","status":"passed","time":{"start":1724921118250,"stop":1724921118250,"duration":0}},{"uid":"52b44a344ac786db","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/52b44a344ac786db","status":"passed","time":{"start":1724917777552,"stop":1724917777553,"duration":1}},{"uid":"3243282dfce9686f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3243282dfce9686f","status":"passed","time":{"start":1724889554666,"stop":1724889554666,"duration":0}},{"uid":"8b447d2c458aa6b4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8b447d2c458aa6b4","status":"passed","time":{"start":1724888706940,"stop":1724888706946,"duration":6}},{"uid":"db2494a56bd2e563","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/db2494a56bd2e563","status":"passed","time":{"start":1724887861774,"stop":1724887861775,"duration":1}},{"uid":"bbe885d0df521161","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bbe885d0df521161","status":"passed","time":{"start":1724886631478,"stop":1724886631478,"duration":0}},{"uid":"55b5f7f49d456de4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/55b5f7f49d456de4","status":"passed","time":{"start":1724886409747,"stop":1724886409747,"duration":0}},{"uid":"31d4788c017ddd1d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31d4788c017ddd1d","status":"passed","time":{"start":1724861858186,"stop":1724861858186,"duration":0}},{"uid":"c4fa7ff8c0e744ef","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c4fa7ff8c0e744ef","status":"passed","time":{"start":1724861324522,"stop":1724861324522,"duration":0}},{"uid":"793eb3febfbb938d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/793eb3febfbb938d","status":"passed","time":{"start":1724861152391,"stop":1724861152392,"duration":1}},{"uid":"526080ce0bfec78c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/526080ce0bfec78c","status":"passed","time":{"start":1724861011436,"stop":1724861011437,"duration":1}}]},"13036aa89328f251287fa0606bb92f47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ca2419c1b243b65e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ca2419c1b243b65e","status":"passed","time":{"start":1724921620609,"stop":1724921620610,"duration":1}},{"uid":"650fdaa39a79d3f9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/650fdaa39a79d3f9","status":"passed","time":{"start":1724921566691,"stop":1724921566692,"duration":1}},{"uid":"e5df07a9874af96e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e5df07a9874af96e","status":"passed","time":{"start":1724918280554,"stop":1724918280554,"duration":0}},{"uid":"c2aefa8a5ba78bbb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2aefa8a5ba78bbb","status":"passed","time":{"start":1724890019469,"stop":1724890019469,"duration":0}},{"uid":"266d4ebf314a2372","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/266d4ebf314a2372","status":"passed","time":{"start":1724889148723,"stop":1724889148723,"duration":0}},{"uid":"95279050cae3f316","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/95279050cae3f316","status":"passed","time":{"start":1724888331964,"stop":1724888331965,"duration":1}},{"uid":"807ff4a978fefbd0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/807ff4a978fefbd0","status":"passed","time":{"start":1724887107115,"stop":1724887107115,"duration":0}},{"uid":"9914048d3a26c38d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9914048d3a26c38d","status":"passed","time":{"start":1724886889609,"stop":1724886889609,"duration":0}},{"uid":"d2b6d2b1c8aa6fb2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d2b6d2b1c8aa6fb2","status":"passed","time":{"start":1724862298791,"stop":1724862298791,"duration":0}},{"uid":"d56478f518367480","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d56478f518367480","status":"passed","time":{"start":1724861779265,"stop":1724861779265,"duration":0}},{"uid":"9788085715832e0c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9788085715832e0c","status":"passed","time":{"start":1724861646563,"stop":1724861646563,"duration":0}},{"uid":"8343720699b9707a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8343720699b9707a","status":"passed","time":{"start":1724861466616,"stop":1724861466616,"duration":0}}]},"972f0d9f40f06a6bf6e58ae314e86d56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9529b94b1052fe3e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9529b94b1052fe3e","status":"passed","time":{"start":1724921515249,"stop":1724921515250,"duration":1}},{"uid":"2a3dfed04c93e8f3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2a3dfed04c93e8f3","status":"passed","time":{"start":1724921475502,"stop":1724921475502,"duration":0}},{"uid":"a390aaf141608357","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a390aaf141608357","status":"passed","time":{"start":1724918179416,"stop":1724918179417,"duration":1}},{"uid":"9206df4a4e037f89","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9206df4a4e037f89","status":"passed","time":{"start":1724889935351,"stop":1724889935351,"duration":0}},{"uid":"b6e380b42707374f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b6e380b42707374f","status":"passed","time":{"start":1724889072766,"stop":1724889072767,"duration":1}},{"uid":"ab1bf7788171d832","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ab1bf7788171d832","status":"passed","time":{"start":1724888232427,"stop":1724888232427,"duration":0}},{"uid":"5dcb84d7e1866bfc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5dcb84d7e1866bfc","status":"passed","time":{"start":1724887018314,"stop":1724887018314,"duration":0}},{"uid":"6cd5d56a403a5f49","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6cd5d56a403a5f49","status":"passed","time":{"start":1724886781502,"stop":1724886781503,"duration":1}},{"uid":"80319c155c257c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80319c155c257c0","status":"passed","time":{"start":1724862213682,"stop":1724862213682,"duration":0}},{"uid":"af9d9dd55e2d535c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/af9d9dd55e2d535c","status":"passed","time":{"start":1724861685880,"stop":1724861685880,"duration":0}},{"uid":"d218c02e361c7a04","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d218c02e361c7a04","status":"passed","time":{"start":1724861546205,"stop":1724861546206,"duration":1}},{"uid":"ec3b73a3a40cd53","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ec3b73a3a40cd53","status":"passed","time":{"start":1724861378124,"stop":1724861378124,"duration":0}}]},"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cc7e7e951eb592fc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cc7e7e951eb592fc","status":"passed","time":{"start":1724921380065,"stop":1724921380065,"duration":0}},{"uid":"acd1061956382c52","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/acd1061956382c52","status":"passed","time":{"start":1724921359799,"stop":1724921359799,"duration":0}},{"uid":"22211d1ece432d8e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/22211d1ece432d8e","status":"passed","time":{"start":1724918087013,"stop":1724918087014,"duration":1}},{"uid":"cf3c03aaaaa79ce2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf3c03aaaaa79ce2","status":"passed","time":{"start":1724889805675,"stop":1724889805675,"duration":0}},{"uid":"94e7e5b1ec42414e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/94e7e5b1ec42414e","status":"passed","time":{"start":1724888940770,"stop":1724888940770,"duration":0}},{"uid":"34978e9780a8eb0c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/34978e9780a8eb0c","status":"passed","time":{"start":1724888159620,"stop":1724888159620,"duration":0}},{"uid":"cab5b35d54b29c3d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cab5b35d54b29c3d","status":"passed","time":{"start":1724886924289,"stop":1724886924289,"duration":0}},{"uid":"8de8f6375d1a6db1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8de8f6375d1a6db1","status":"passed","time":{"start":1724886701944,"stop":1724886701945,"duration":1}},{"uid":"d9fdc96ff7275d40","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9fdc96ff7275d40","status":"passed","time":{"start":1724862112846,"stop":1724862112846,"duration":0}},{"uid":"b9968bf898d0533f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b9968bf898d0533f","status":"passed","time":{"start":1724861584924,"stop":1724861584924,"duration":0}},{"uid":"f7f6bb314c45c1b6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f7f6bb314c45c1b6","status":"passed","time":{"start":1724861460342,"stop":1724861460342,"duration":0}},{"uid":"5d95ec51cd03ec0b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5d95ec51cd03ec0b","status":"passed","time":{"start":1724861255004,"stop":1724861255005,"duration":1}}]},"d59803a32195ca01a66da1e9c8ad4d2b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"314c00ec5eced8dd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/314c00ec5eced8dd","status":"passed","time":{"start":1724921497756,"stop":1724921497756,"duration":0}},{"uid":"ba22bafab9908eff","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ba22bafab9908eff","status":"passed","time":{"start":1724921408411,"stop":1724921408411,"duration":0}},{"uid":"38b3bc5f92ab8154","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/38b3bc5f92ab8154","status":"passed","time":{"start":1724918086869,"stop":1724918086869,"duration":0}},{"uid":"125b10c4d7d7b3e4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/125b10c4d7d7b3e4","status":"passed","time":{"start":1724889892446,"stop":1724889892446,"duration":0}},{"uid":"c89d484c5261d298","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c89d484c5261d298","status":"passed","time":{"start":1724888997216,"stop":1724888997216,"duration":0}},{"uid":"748a001169241d53","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/748a001169241d53","status":"passed","time":{"start":1724888159489,"stop":1724888159489,"duration":0}},{"uid":"739e8dbf36d80830","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/739e8dbf36d80830","status":"passed","time":{"start":1724886937293,"stop":1724886937293,"duration":0}},{"uid":"66f54777fa1c461e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/66f54777fa1c461e","status":"passed","time":{"start":1724886709802,"stop":1724886709804,"duration":2}},{"uid":"1aafb9babcddf2aa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1aafb9babcddf2aa","status":"passed","time":{"start":1724862123537,"stop":1724862123537,"duration":0}},{"uid":"abdb111f7df6e6d2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/abdb111f7df6e6d2","status":"passed","time":{"start":1724861620104,"stop":1724861620104,"duration":0}},{"uid":"7bb0c5ed69fcca16","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7bb0c5ed69fcca16","status":"passed","time":{"start":1724861460248,"stop":1724861460249,"duration":1}},{"uid":"2b108cd942a49f70","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2b108cd942a49f70","status":"passed","time":{"start":1724861330171,"stop":1724861330171,"duration":0}}]},"3927404afa8e40485bf5b16febf3098e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ed2a14e205f5466b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ed2a14e205f5466b","status":"passed","time":{"start":1724921297003,"stop":1724921297004,"duration":1}},{"uid":"2cd79b0ad34f07d1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2cd79b0ad34f07d1","status":"passed","time":{"start":1724921276365,"stop":1724921276366,"duration":1}},{"uid":"67a36a36a64b50dc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/67a36a36a64b50dc","status":"passed","time":{"start":1724917948319,"stop":1724917948319,"duration":0}},{"uid":"56440a0955ed3d37","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/56440a0955ed3d37","status":"passed","time":{"start":1724889729006,"stop":1724889729007,"duration":1}},{"uid":"5cb9140436ca175d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5cb9140436ca175d","status":"passed","time":{"start":1724888864952,"stop":1724888864952,"duration":0}},{"uid":"9478534be50580be","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9478534be50580be","status":"passed","time":{"start":1724888053745,"stop":1724888053745,"duration":0}},{"uid":"6b1e9d2ce772f4c5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b1e9d2ce772f4c5","status":"passed","time":{"start":1724886811656,"stop":1724886811657,"duration":1}},{"uid":"a77cb3bd445e7f72","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a77cb3bd445e7f72","status":"passed","time":{"start":1724886581002,"stop":1724886581002,"duration":0}},{"uid":"53e32498557f9e4a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/53e32498557f9e4a","status":"passed","time":{"start":1724862019558,"stop":1724862019558,"duration":0}},{"uid":"87f8c38b0c0050df","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/87f8c38b0c0050df","status":"passed","time":{"start":1724861493935,"stop":1724861493935,"duration":0}},{"uid":"a1b1cff002a8dab4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a1b1cff002a8dab4","status":"passed","time":{"start":1724861318020,"stop":1724861318020,"duration":0}},{"uid":"97344e6e92b18c10","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/97344e6e92b18c10","status":"passed","time":{"start":1724861178512,"stop":1724861178513,"duration":1}}]},"4f56bbae38287e282e047f5d85ea0894:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"72cc3fbc1298eb8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/72cc3fbc1298eb8","status":"passed","time":{"start":1724888350745,"stop":1724888350746,"duration":1}}]},"3a9cf0326b9e2b9e966f9e3554f4e276:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b721cac1c680cce7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b721cac1c680cce7","status":"passed","time":{"start":1724921297002,"stop":1724921297003,"duration":1}},{"uid":"5315ee0aeb6682bd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5315ee0aeb6682bd","status":"passed","time":{"start":1724921276365,"stop":1724921276365,"duration":0}},{"uid":"4b81880de75224ab","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4b81880de75224ab","status":"passed","time":{"start":1724917948318,"stop":1724917948318,"duration":0}},{"uid":"f5ea044f44fad7fc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f5ea044f44fad7fc","status":"passed","time":{"start":1724889729006,"stop":1724889729006,"duration":0}},{"uid":"8f2b69024e328efe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f2b69024e328efe","status":"passed","time":{"start":1724888864951,"stop":1724888864952,"duration":1}},{"uid":"abc6d328b283ccc8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/abc6d328b283ccc8","status":"passed","time":{"start":1724888053745,"stop":1724888053745,"duration":0}},{"uid":"319333a8402805eb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/319333a8402805eb","status":"passed","time":{"start":1724886811655,"stop":1724886811656,"duration":1}},{"uid":"d311e6a07f92459c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d311e6a07f92459c","status":"passed","time":{"start":1724886581001,"stop":1724886581002,"duration":1}},{"uid":"b1f68a81791e66ed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1f68a81791e66ed","status":"passed","time":{"start":1724862019557,"stop":1724862019558,"duration":1}},{"uid":"9912ea1111719844","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9912ea1111719844","status":"passed","time":{"start":1724861493935,"stop":1724861493935,"duration":0}},{"uid":"343e2ef4912a4422","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/343e2ef4912a4422","status":"passed","time":{"start":1724861318019,"stop":1724861318020,"duration":1}},{"uid":"a863566b4240e463","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a863566b4240e463","status":"passed","time":{"start":1724861178511,"stop":1724861178512,"duration":1}}]},"40767efdb456f3479f226542c39c2582:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9546a58cb80b7289","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9546a58cb80b7289","status":"passed","time":{"start":1724861599499,"stop":1724861599500,"duration":1}}]},"dc6f2c5c906173422a4afe266680f23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"480e81ebccb0e1bd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/480e81ebccb0e1bd","status":"passed","time":{"start":1724921046196,"stop":1724921046196,"duration":0}},{"uid":"153a8afc3e738095","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/153a8afc3e738095","status":"passed","time":{"start":1724921021467,"stop":1724921021467,"duration":0}},{"uid":"51cebb687e04fa39","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/51cebb687e04fa39","status":"passed","time":{"start":1724917681715,"stop":1724917681715,"duration":0}},{"uid":"f4bec4330678537f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f4bec4330678537f","status":"passed","time":{"start":1724889460645,"stop":1724889460645,"duration":0}},{"uid":"32f1b1a4c363f13a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/32f1b1a4c363f13a","status":"passed","time":{"start":1724888611287,"stop":1724888611288,"duration":1}},{"uid":"7cfd8d7589e38777","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7cfd8d7589e38777","status":"passed","time":{"start":1724887767612,"stop":1724887767613,"duration":1}},{"uid":"c5dc0a7b24667487","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c5dc0a7b24667487","status":"passed","time":{"start":1724886533982,"stop":1724886533982,"duration":0}},{"uid":"a6cd92d4a723bce4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a6cd92d4a723bce4","status":"passed","time":{"start":1724886311750,"stop":1724886311750,"duration":0}},{"uid":"6e25c713f2848af3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e25c713f2848af3","status":"passed","time":{"start":1724861760766,"stop":1724861760766,"duration":0}},{"uid":"d8dc213ee7c71c10","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d8dc213ee7c71c10","status":"passed","time":{"start":1724861231726,"stop":1724861231726,"duration":0}},{"uid":"4f09bd021766d862","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4f09bd021766d862","status":"passed","time":{"start":1724861054247,"stop":1724861054247,"duration":0}},{"uid":"9c77ac217d44ea93","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9c77ac217d44ea93","status":"passed","time":{"start":1724860915806,"stop":1724860915806,"duration":0}}]},"186aa0393ecaee8cd7876bd2473eb160:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ac3968fe83dcebb5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ac3968fe83dcebb5","status":"passed","time":{"start":1724921037760,"stop":1724921037760,"duration":0}},{"uid":"d1d4791da1c99cc8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d1d4791da1c99cc8","status":"passed","time":{"start":1724921013106,"stop":1724921013106,"duration":0}},{"uid":"d0cf4c1f0decfe32","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d0cf4c1f0decfe32","status":"passed","time":{"start":1724917673400,"stop":1724917673400,"duration":0}},{"uid":"8f5c1c0e53194e4f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f5c1c0e53194e4f","status":"passed","time":{"start":1724889452424,"stop":1724889452424,"duration":0}},{"uid":"7995c48af19ecf93","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7995c48af19ecf93","status":"passed","time":{"start":1724888602931,"stop":1724888602931,"duration":0}},{"uid":"e8e7bce158450cc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e8e7bce158450cc1","status":"passed","time":{"start":1724887759205,"stop":1724887759206,"duration":1}},{"uid":"65e364379ddf4aa0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/65e364379ddf4aa0","status":"passed","time":{"start":1724886525511,"stop":1724886525512,"duration":1}},{"uid":"88e074ad3c17265a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/88e074ad3c17265a","status":"passed","time":{"start":1724886303417,"stop":1724886303417,"duration":0}},{"uid":"92375323a4c8a83c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92375323a4c8a83c","status":"passed","time":{"start":1724861752253,"stop":1724861752254,"duration":1}},{"uid":"4e2a639dc93391f2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4e2a639dc93391f2","status":"passed","time":{"start":1724861223392,"stop":1724861223392,"duration":0}},{"uid":"b0343e0eb204649d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b0343e0eb204649d","status":"passed","time":{"start":1724861045266,"stop":1724861045266,"duration":0}},{"uid":"4535932c9aedb537","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4535932c9aedb537","status":"passed","time":{"start":1724860907340,"stop":1724860907340,"duration":0}}]},"a0b12020d9e0d225b964cb30dbfda789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f4007157fc245014","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f4007157fc245014","status":"passed","time":{"start":1724921658740,"stop":1724921658741,"duration":1}},{"uid":"e754138f3d61c16a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e754138f3d61c16a","status":"passed","time":{"start":1724921609576,"stop":1724921609578,"duration":2}},{"uid":"eb71270529a0f9f1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eb71270529a0f9f1","status":"passed","time":{"start":1724918323455,"stop":1724918323455,"duration":0}},{"uid":"907df0ed905301d7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/907df0ed905301d7","status":"passed","time":{"start":1724890071662,"stop":1724890071662,"duration":0}},{"uid":"47a378176ba552fc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/47a378176ba552fc","status":"passed","time":{"start":1724889207703,"stop":1724889207704,"duration":1}},{"uid":"7047147ea1bdb9c4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7047147ea1bdb9c4","status":"passed","time":{"start":1724888386323,"stop":1724888386324,"duration":1}},{"uid":"d12ceb3218d0e8da","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d12ceb3218d0e8da","status":"passed","time":{"start":1724887153931,"stop":1724887153932,"duration":1}},{"uid":"cf5ead419c0084d2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cf5ead419c0084d2","status":"passed","time":{"start":1724886927383,"stop":1724886927383,"duration":0}},{"uid":"df93da0dd4dcdd08","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/df93da0dd4dcdd08","status":"passed","time":{"start":1724862360107,"stop":1724862360108,"duration":1}},{"uid":"be82a78a440ddb85","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/be82a78a440ddb85","status":"passed","time":{"start":1724861832840,"stop":1724861832840,"duration":0}},{"uid":"63cf056c0bfcedcc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/63cf056c0bfcedcc","status":"passed","time":{"start":1724861687422,"stop":1724861687422,"duration":0}},{"uid":"a850950633f21f6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a850950633f21f6","status":"passed","time":{"start":1724861513174,"stop":1724861513174,"duration":0}}]},"1d38f2783e989ab3055d29ebba904925:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f6b2a771215f53d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1f6b2a771215f53d","status":"passed","time":{"start":1724886781479,"stop":1724886781479,"duration":0}}]},"40b7efc2a79cd4fe6963177cd0460b5d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"327abe54692f23d5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/327abe54692f23d5","status":"passed","time":{"start":1724862320146,"stop":1724862320146,"duration":0}}]},"1b6abdac207bc0ab4ee30ddd3180be10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8058e20495b61928","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8058e20495b61928","status":"passed","time":{"start":1724921498166,"stop":1724921498166,"duration":0}},{"uid":"66afc2d510cc48c6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/66afc2d510cc48c6","status":"passed","time":{"start":1724921408645,"stop":1724921408646,"duration":1}},{"uid":"907693b5519bf7d9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/907693b5519bf7d9","status":"passed","time":{"start":1724918130636,"stop":1724918130636,"duration":0}},{"uid":"9dda373410b212ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9dda373410b212ba","status":"passed","time":{"start":1724889892837,"stop":1724889892837,"duration":0}},{"uid":"1cdfe9080e779b65","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1cdfe9080e779b65","status":"passed","time":{"start":1724888997475,"stop":1724888997475,"duration":0}},{"uid":"6760af45b95c947f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6760af45b95c947f","status":"passed","time":{"start":1724888199973,"stop":1724888199973,"duration":0}},{"uid":"f293206336caf98c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f293206336caf98c","status":"passed","time":{"start":1724886961757,"stop":1724886961757,"duration":0}},{"uid":"7eb7bd85871f3915","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7eb7bd85871f3915","status":"passed","time":{"start":1724886743547,"stop":1724886743547,"duration":0}},{"uid":"fcbe274d3ccc9e65","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fcbe274d3ccc9e65","status":"passed","time":{"start":1724862150873,"stop":1724862150873,"duration":0}},{"uid":"e4bac913ad32a8f8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e4bac913ad32a8f8","status":"passed","time":{"start":1724861627758,"stop":1724861627758,"duration":0}},{"uid":"b329b4576831ec86","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b329b4576831ec86","status":"passed","time":{"start":1724861501293,"stop":1724861501293,"duration":0}},{"uid":"2ec676982bb4b01","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2ec676982bb4b01","status":"passed","time":{"start":1724861330459,"stop":1724861330460,"duration":1}}]},"57f1bd946a47d7bb8e30a6c18a4d3bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b061af436d38b29f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b061af436d38b29f","status":"passed","time":{"start":1724921529589,"stop":1724921529589,"duration":0}},{"uid":"cb5262e23fdd417a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cb5262e23fdd417a","status":"passed","time":{"start":1724921488883,"stop":1724921488883,"duration":0}},{"uid":"b4bc5d5a0c0dd973","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b4bc5d5a0c0dd973","status":"passed","time":{"start":1724918203689,"stop":1724918203690,"duration":1}},{"uid":"6032d04a7e225f12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6032d04a7e225f12","status":"passed","time":{"start":1724889938365,"stop":1724889938366,"duration":1}},{"uid":"30425058223325a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/30425058223325a1","status":"passed","time":{"start":1724889077069,"stop":1724889077069,"duration":0}},{"uid":"8ae7733c412373cf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8ae7733c412373cf","status":"passed","time":{"start":1724888268039,"stop":1724888268039,"duration":0}},{"uid":"736b02977fa252ed","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/736b02977fa252ed","status":"passed","time":{"start":1724887032412,"stop":1724887032412,"duration":0}},{"uid":"eefc0b4073d984a8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eefc0b4073d984a8","status":"passed","time":{"start":1724886822825,"stop":1724886822826,"duration":1}},{"uid":"1240730d0add0481","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1240730d0add0481","status":"passed","time":{"start":1724862233515,"stop":1724862233515,"duration":0}},{"uid":"d59f1b5ea62996","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d59f1b5ea62996","status":"passed","time":{"start":1724861712673,"stop":1724861712674,"duration":1}},{"uid":"32cc644f7413936f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/32cc644f7413936f","status":"passed","time":{"start":1724861567900,"stop":1724861567900,"duration":0}},{"uid":"5b5484e853617207","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5b5484e853617207","status":"passed","time":{"start":1724861392058,"stop":1724861392060,"duration":2}}]},"da386e07325be3db3c743dc7a0ebe2da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4e5812dcad89ea75","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4e5812dcad89ea75","status":"passed","time":{"start":1724888350744,"stop":1724888350745,"duration":1}}]},"533bdde6e6900e77fc505c70e5cf69d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"edd5c3dd1b4c1391","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/edd5c3dd1b4c1391","status":"passed","time":{"start":1724921198884,"stop":1724921198884,"duration":0}},{"uid":"9721f3bdc0365f9b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9721f3bdc0365f9b","status":"passed","time":{"start":1724921172337,"stop":1724921172337,"duration":0}},{"uid":"ef4940cb90e97f80","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ef4940cb90e97f80","status":"passed","time":{"start":1724917841036,"stop":1724917841036,"duration":0}},{"uid":"da326a0e46663b81","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/da326a0e46663b81","status":"passed","time":{"start":1724889622280,"stop":1724889622280,"duration":0}},{"uid":"2d22db224367f1d7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d22db224367f1d7","status":"passed","time":{"start":1724888769659,"stop":1724888769659,"duration":0}},{"uid":"4e44af3c24eacd80","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4e44af3c24eacd80","status":"passed","time":{"start":1724887926164,"stop":1724887926165,"duration":1}},{"uid":"5317147e3bf23d9c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5317147e3bf23d9c","status":"passed","time":{"start":1724886693070,"stop":1724886693072,"duration":2}},{"uid":"e8c753a6394ee46a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e8c753a6394ee46a","status":"passed","time":{"start":1724886468811,"stop":1724886468812,"duration":1}},{"uid":"e6557b32c6124d1c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e6557b32c6124d1c","status":"passed","time":{"start":1724861918244,"stop":1724861918244,"duration":0}},{"uid":"e3eaf94ec7c55c36","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e3eaf94ec7c55c36","status":"passed","time":{"start":1724861388577,"stop":1724861388577,"duration":0}},{"uid":"fcbf329e82b11a26","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fcbf329e82b11a26","status":"passed","time":{"start":1724861221406,"stop":1724861221406,"duration":0}},{"uid":"5c04688b85f9f77c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5c04688b85f9f77c","status":"passed","time":{"start":1724861075799,"stop":1724861075799,"duration":0}}]},"a9ac8b4f74c9fc4cccdbe7d1d6aea538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"183ecd3d6a1a5d3d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/183ecd3d6a1a5d3d","status":"passed","time":{"start":1724921625036,"stop":1724921625037,"duration":1}},{"uid":"3ffabc29226d5c25","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3ffabc29226d5c25","status":"passed","time":{"start":1724921590479,"stop":1724921590481,"duration":2}},{"uid":"1c9d800298dd6049","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1c9d800298dd6049","status":"passed","time":{"start":1724918287559,"stop":1724918287559,"duration":0}},{"uid":"ebbca47670f1c00a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ebbca47670f1c00a","status":"passed","time":{"start":1724890047782,"stop":1724890047783,"duration":1}},{"uid":"325cf3a6be012d22","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/325cf3a6be012d22","status":"passed","time":{"start":1724889183914,"stop":1724889183915,"duration":1}},{"uid":"28c4dc2f443fba46","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/28c4dc2f443fba46","status":"passed","time":{"start":1724888354160,"stop":1724888354160,"duration":0}},{"uid":"1f659fa56044b217","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1f659fa56044b217","status":"passed","time":{"start":1724887145651,"stop":1724887145651,"duration":0}},{"uid":"a9de615aab7980ef","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a9de615aab7980ef","status":"passed","time":{"start":1724886915776,"stop":1724886915777,"duration":1}},{"uid":"cf7d058de87fb67b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf7d058de87fb67b","status":"passed","time":{"start":1724862341432,"stop":1724862341432,"duration":0}},{"uid":"6fc4d2258cf8875a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6fc4d2258cf8875a","status":"passed","time":{"start":1724861805433,"stop":1724861805434,"duration":1}},{"uid":"faba1f1e03caaec8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/faba1f1e03caaec8","status":"passed","time":{"start":1724861662241,"stop":1724861662241,"duration":0}},{"uid":"c1c6fe090d9122c9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c1c6fe090d9122c9","status":"passed","time":{"start":1724861492503,"stop":1724861492503,"duration":0}}]},"e663d5fa9bf06d37caef1dc2a495f5c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b41dfca9f4a17c17","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b41dfca9f4a17c17","status":"passed","time":{"start":1724921515250,"stop":1724921515252,"duration":2}},{"uid":"56cf04c8740af073","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/56cf04c8740af073","status":"passed","time":{"start":1724921475502,"stop":1724921475502,"duration":0}},{"uid":"8bc2e0fd4c461daf","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8bc2e0fd4c461daf","status":"passed","time":{"start":1724918179417,"stop":1724918179417,"duration":0}},{"uid":"95ca93279bb3428e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/95ca93279bb3428e","status":"passed","time":{"start":1724889935351,"stop":1724889935351,"duration":0}},{"uid":"90522d539f116673","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/90522d539f116673","status":"passed","time":{"start":1724889072767,"stop":1724889072767,"duration":0}},{"uid":"fa4c664ca3526b1f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fa4c664ca3526b1f","status":"passed","time":{"start":1724888232427,"stop":1724888232427,"duration":0}},{"uid":"14219ee567b2067","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/14219ee567b2067","status":"passed","time":{"start":1724887018314,"stop":1724887018315,"duration":1}},{"uid":"b1df4acc9586f03f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b1df4acc9586f03f","status":"passed","time":{"start":1724886781503,"stop":1724886781503,"duration":0}},{"uid":"7e308e26dc88dfef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e308e26dc88dfef","status":"passed","time":{"start":1724862213683,"stop":1724862213683,"duration":0}},{"uid":"fdd655486c4173cf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fdd655486c4173cf","status":"passed","time":{"start":1724861685880,"stop":1724861685881,"duration":1}},{"uid":"4d0415ad8577715","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4d0415ad8577715","status":"passed","time":{"start":1724861546206,"stop":1724861546207,"duration":1}},{"uid":"f11f443fe93834e4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f11f443fe93834e4","status":"passed","time":{"start":1724861378124,"stop":1724861378125,"duration":1}}]},"f6c16376115ab5f289ab7463b1d99cb3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"84e88c52a9e73405","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/84e88c52a9e73405","status":"passed","time":{"start":1724921625081,"stop":1724921625081,"duration":0}},{"uid":"822cd37e0bb6eb91","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/822cd37e0bb6eb91","status":"passed","time":{"start":1724921590505,"stop":1724921590506,"duration":1}},{"uid":"786f70ac0b6deae4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/786f70ac0b6deae4","status":"passed","time":{"start":1724918287572,"stop":1724918287573,"duration":1}},{"uid":"3015166ba6146e37","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3015166ba6146e37","status":"passed","time":{"start":1724890047798,"stop":1724890047798,"duration":0}},{"uid":"914ec15dbcf7f117","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/914ec15dbcf7f117","status":"passed","time":{"start":1724889183931,"stop":1724889183932,"duration":1}},{"uid":"f4fbad6fe47e8930","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f4fbad6fe47e8930","status":"passed","time":{"start":1724888354179,"stop":1724888354179,"duration":0}},{"uid":"3e9f9cd89cf0f17d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3e9f9cd89cf0f17d","status":"passed","time":{"start":1724887145704,"stop":1724887145704,"duration":0}},{"uid":"6bd6fca7ab15a30a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6bd6fca7ab15a30a","status":"passed","time":{"start":1724886915795,"stop":1724886915795,"duration":0}},{"uid":"641a20342e3081ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/641a20342e3081ba","status":"passed","time":{"start":1724862341460,"stop":1724862341460,"duration":0}},{"uid":"83dd1b74f1ef725","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/83dd1b74f1ef725","status":"passed","time":{"start":1724861805461,"stop":1724861805462,"duration":1}},{"uid":"95977e3cc0a9f63d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/95977e3cc0a9f63d","status":"passed","time":{"start":1724861662296,"stop":1724861662296,"duration":0}},{"uid":"caedbf7f094f9e03","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/caedbf7f094f9e03","status":"passed","time":{"start":1724861492523,"stop":1724861492523,"duration":0}}]},"d91fa8ece94d3f5c565851ab76d4517b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"732443f475970847","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/732443f475970847","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515419,"stop":1724921515419,"duration":0}},{"uid":"e4c41959855f8227","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e4c41959855f8227","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475838,"stop":1724921475838,"duration":0}},{"uid":"4d432e0228ec7414","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4d432e0228ec7414","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179672,"stop":1724918179673,"duration":1}},{"uid":"4a4dc808ef8b4d87","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a4dc808ef8b4d87","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935530,"stop":1724889935530,"duration":0}},{"uid":"6b9e0a7fba63d579","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b9e0a7fba63d579","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072943,"stop":1724889072944,"duration":1}},{"uid":"61c341328eac904e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/61c341328eac904e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232586,"stop":1724888232586,"duration":0}},{"uid":"7569285fdf65592c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7569285fdf65592c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018517,"stop":1724887018518,"duration":1}},{"uid":"eb65b5eb9ebca66c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eb65b5eb9ebca66c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781723,"stop":1724886781723,"duration":0}},{"uid":"2d2a5df2ed31740e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d2a5df2ed31740e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213904,"stop":1724862213904,"duration":0}},{"uid":"a248492982687da9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a248492982687da9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861686114,"stop":1724861686114,"duration":0}},{"uid":"c0b1372dc786878d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0b1372dc786878d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546461,"stop":1724861546461,"duration":0}},{"uid":"791e999fed8fe565","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/791e999fed8fe565","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378278,"stop":1724861378278,"duration":0}}]},"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6b92824aa675c8e1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6b92824aa675c8e1","status":"passed","time":{"start":1724921046195,"stop":1724921046196,"duration":1}},{"uid":"22e4668e6217c8c6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/22e4668e6217c8c6","status":"passed","time":{"start":1724921021466,"stop":1724921021466,"duration":0}},{"uid":"c1b92fa648cbf5ea","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c1b92fa648cbf5ea","status":"passed","time":{"start":1724917681714,"stop":1724917681714,"duration":0}},{"uid":"3d6d38ca6c46910f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3d6d38ca6c46910f","status":"passed","time":{"start":1724889460644,"stop":1724889460644,"duration":0}},{"uid":"9558373fca9fe59a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9558373fca9fe59a","status":"passed","time":{"start":1724888611287,"stop":1724888611287,"duration":0}},{"uid":"96aaa8a0e45441e6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/96aaa8a0e45441e6","status":"passed","time":{"start":1724887767611,"stop":1724887767612,"duration":1}},{"uid":"f78fc00e3e24b5a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f78fc00e3e24b5a","status":"passed","time":{"start":1724886533981,"stop":1724886533981,"duration":0}},{"uid":"76bf052c94bb2f10","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/76bf052c94bb2f10","status":"passed","time":{"start":1724886311749,"stop":1724886311749,"duration":0}},{"uid":"38aa9fd80dcdfcff","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/38aa9fd80dcdfcff","status":"passed","time":{"start":1724861760765,"stop":1724861760766,"duration":1}},{"uid":"debb2b6147c09ed4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/debb2b6147c09ed4","status":"passed","time":{"start":1724861231725,"stop":1724861231726,"duration":1}},{"uid":"592ea36d41710a82","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/592ea36d41710a82","status":"passed","time":{"start":1724861054246,"stop":1724861054246,"duration":0}},{"uid":"ced6af8fc3d13d0a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ced6af8fc3d13d0a","status":"passed","time":{"start":1724860915805,"stop":1724860915805,"duration":0}}]},"36b7266f838509f3e0f81b513b5b8a4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7bba1a667d70b76","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e7bba1a667d70b76","status":"passed","time":{"start":1724889935339,"stop":1724889935340,"duration":1}}]},"cbea95cb9b0d71943866b660b36c696e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a22df519cbcb7c3e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a22df519cbcb7c3e","status":"passed","time":{"start":1724921640665,"stop":1724921640666,"duration":1}},{"uid":"d6cc52a43e7046f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d6cc52a43e7046f","status":"passed","time":{"start":1724921597600,"stop":1724921597603,"duration":3}},{"uid":"534dcfb378cf9b82","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/534dcfb378cf9b82","status":"passed","time":{"start":1724918306250,"stop":1724918306250,"duration":0}},{"uid":"a5dff5bca2ab0b54","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5dff5bca2ab0b54","status":"passed","time":{"start":1724890060301,"stop":1724890060302,"duration":1}},{"uid":"2b438cea56953d75","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b438cea56953d75","status":"passed","time":{"start":1724889191329,"stop":1724889191330,"duration":1}},{"uid":"f6961f2bc45c7e60","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f6961f2bc45c7e60","status":"passed","time":{"start":1724888368618,"stop":1724888368621,"duration":3}},{"uid":"48151379a21eedfb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/48151379a21eedfb","status":"passed","time":{"start":1724887150941,"stop":1724887150942,"duration":1}},{"uid":"5bac71b262ca8950","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5bac71b262ca8950","status":"passed","time":{"start":1724886928820,"stop":1724886928824,"duration":4}},{"uid":"89c3cc5dc56b0cbf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/89c3cc5dc56b0cbf","status":"passed","time":{"start":1724862346045,"stop":1724862346046,"duration":1}},{"uid":"516425a59a2e31c8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/516425a59a2e31c8","status":"passed","time":{"start":1724861823101,"stop":1724861823101,"duration":0}},{"uid":"24f4726d6a7dcc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/24f4726d6a7dcc","status":"passed","time":{"start":1724861677724,"stop":1724861677724,"duration":0}},{"uid":"c77286a61a0b39b2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c77286a61a0b39b2","status":"passed","time":{"start":1724861503965,"stop":1724861503968,"duration":3}}]},"42893608d2a1c7830f29bc239010de54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6c6dcfad9ce7cf60","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6c6dcfad9ce7cf60","status":"passed","time":{"start":1724921625065,"stop":1724921625066,"duration":1}},{"uid":"c1b800faf646d707","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c1b800faf646d707","status":"passed","time":{"start":1724921590496,"stop":1724921590496,"duration":0}},{"uid":"1834343476d99c8e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1834343476d99c8e","status":"passed","time":{"start":1724918287565,"stop":1724918287565,"duration":0}},{"uid":"4a1fa22b7bede64","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a1fa22b7bede64","status":"passed","time":{"start":1724890047788,"stop":1724890047788,"duration":0}},{"uid":"66060aa6e9582111","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/66060aa6e9582111","status":"passed","time":{"start":1724889183921,"stop":1724889183921,"duration":0}},{"uid":"ce42f8852474d251","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ce42f8852474d251","status":"passed","time":{"start":1724888354166,"stop":1724888354166,"duration":0}},{"uid":"80ee607bf78fc8e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/80ee607bf78fc8e","status":"passed","time":{"start":1724887145659,"stop":1724887145659,"duration":0}},{"uid":"999d7e9397617637","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/999d7e9397617637","status":"passed","time":{"start":1724886915787,"stop":1724886915787,"duration":0}},{"uid":"285c75450d0a4845","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/285c75450d0a4845","status":"passed","time":{"start":1724862341438,"stop":1724862341438,"duration":0}},{"uid":"64e1c6f05de7aacb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/64e1c6f05de7aacb","status":"passed","time":{"start":1724861805443,"stop":1724861805443,"duration":0}},{"uid":"22ebea55568c30f3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/22ebea55568c30f3","status":"passed","time":{"start":1724861662257,"stop":1724861662257,"duration":0}},{"uid":"c31a0b622de6fe5d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c31a0b622de6fe5d","status":"passed","time":{"start":1724861492512,"stop":1724861492513,"duration":1}}]},"60c949eb70d92cb5a531d354079f9aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7b17ab9ffe856cd9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7b17ab9ffe856cd9","status":"passed","time":{"start":1724921267866,"stop":1724921267867,"duration":1}},{"uid":"9f2d8ceeec856dbd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9f2d8ceeec856dbd","status":"passed","time":{"start":1724921244359,"stop":1724921244360,"duration":1}},{"uid":"fe2d5375c4311d2f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fe2d5375c4311d2f","status":"passed","time":{"start":1724917916040,"stop":1724917916040,"duration":0}},{"uid":"4eb4235792e0ed0e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4eb4235792e0ed0e","status":"passed","time":{"start":1724889678251,"stop":1724889678252,"duration":1}},{"uid":"3650b50ea1104b09","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3650b50ea1104b09","status":"passed","time":{"start":1724888831681,"stop":1724888831681,"duration":0}},{"uid":"5c17d68d9121fa61","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5c17d68d9121fa61","status":"passed","time":{"start":1724888003317,"stop":1724888003317,"duration":0}},{"uid":"ffd78c0ba6ef7b94","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ffd78c0ba6ef7b94","status":"passed","time":{"start":1724886776603,"stop":1724886776603,"duration":0}},{"uid":"f4de538b1cf0941a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f4de538b1cf0941a","status":"passed","time":{"start":1724886555788,"stop":1724886555789,"duration":1}},{"uid":"28a49c4c3f2cc517","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/28a49c4c3f2cc517","status":"passed","time":{"start":1724861983003,"stop":1724861983003,"duration":0}},{"uid":"ae0fb3b0283f4ba3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ae0fb3b0283f4ba3","status":"passed","time":{"start":1724861444063,"stop":1724861444064,"duration":1}},{"uid":"c93c5996a34ad5c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c93c5996a34ad5c","status":"passed","time":{"start":1724861285826,"stop":1724861285827,"duration":1}},{"uid":"5ca0644695f8a9e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5ca0644695f8a9e","status":"passed","time":{"start":1724861145659,"stop":1724861145660,"duration":1}}]},"ecaa2d1357a9b62a9ccd4fa6dfbe5989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d8d819833e2e4e85","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d8d819833e2e4e85","status":"passed","time":{"start":1724921267868,"stop":1724921267868,"duration":0}},{"uid":"a5f2fe9767149710","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a5f2fe9767149710","status":"passed","time":{"start":1724921244362,"stop":1724921244362,"duration":0}},{"uid":"e2199cf04f0f91b2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e2199cf04f0f91b2","status":"passed","time":{"start":1724917916041,"stop":1724917916043,"duration":2}},{"uid":"451d2e0c9bf26ebb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/451d2e0c9bf26ebb","status":"passed","time":{"start":1724889678253,"stop":1724889678253,"duration":0}},{"uid":"6256f544f1604ee1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6256f544f1604ee1","status":"passed","time":{"start":1724888831682,"stop":1724888831682,"duration":0}},{"uid":"12d8d5a75dca4a72","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/12d8d5a75dca4a72","status":"passed","time":{"start":1724888003318,"stop":1724888003319,"duration":1}},{"uid":"746b218f8c98d71","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/746b218f8c98d71","status":"passed","time":{"start":1724886776604,"stop":1724886776604,"duration":0}},{"uid":"ead8e0ac23bcd3d2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ead8e0ac23bcd3d2","status":"passed","time":{"start":1724886555790,"stop":1724886555791,"duration":1}},{"uid":"dc9a8d849548c0e3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dc9a8d849548c0e3","status":"passed","time":{"start":1724861983004,"stop":1724861983005,"duration":1}},{"uid":"8d3d9610db12eeab","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8d3d9610db12eeab","status":"passed","time":{"start":1724861444065,"stop":1724861444065,"duration":0}},{"uid":"43fc445969ab17ee","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/43fc445969ab17ee","status":"passed","time":{"start":1724861285827,"stop":1724861285828,"duration":1}},{"uid":"bcce2836b5ca89d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bcce2836b5ca89d","status":"passed","time":{"start":1724861145662,"stop":1724861145663,"duration":1}}]},"b2f86bb9ff851cd16ff810302046b33a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4f8370cac43d0268","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4f8370cac43d0268","status":"passed","time":{"start":1724921620602,"stop":1724921620602,"duration":0}},{"uid":"d19ade6c7b8ffe51","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d19ade6c7b8ffe51","status":"passed","time":{"start":1724921566687,"stop":1724921566688,"duration":1}},{"uid":"eedaa7f8e67065eb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eedaa7f8e67065eb","status":"passed","time":{"start":1724918280552,"stop":1724918280553,"duration":1}},{"uid":"499caea7678ce959","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/499caea7678ce959","status":"passed","time":{"start":1724890019468,"stop":1724890019468,"duration":0}},{"uid":"bb8e19c0b99f5da5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bb8e19c0b99f5da5","status":"passed","time":{"start":1724889148722,"stop":1724889148722,"duration":0}},{"uid":"fb9b7812af37a316","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fb9b7812af37a316","status":"passed","time":{"start":1724888331954,"stop":1724888331955,"duration":1}},{"uid":"c50c914020f67e27","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c50c914020f67e27","status":"passed","time":{"start":1724887107113,"stop":1724887107114,"duration":1}},{"uid":"fee30bce8b5e2ed4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fee30bce8b5e2ed4","status":"passed","time":{"start":1724886889608,"stop":1724886889608,"duration":0}},{"uid":"ae8a7d78e01f57f5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ae8a7d78e01f57f5","status":"passed","time":{"start":1724862298789,"stop":1724862298790,"duration":1}},{"uid":"36be22ce4e672f6e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/36be22ce4e672f6e","status":"passed","time":{"start":1724861779252,"stop":1724861779253,"duration":1}},{"uid":"974cad8d61cd1082","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/974cad8d61cd1082","status":"passed","time":{"start":1724861646562,"stop":1724861646562,"duration":0}},{"uid":"22de7e0dcf895e3f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/22de7e0dcf895e3f","status":"passed","time":{"start":1724861466614,"stop":1724861466615,"duration":1}}]},"02e88e6b952aabd9cacdea4a8090d2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2da6d1637bc54721","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2da6d1637bc54721","status":"passed","time":{"start":1724921158279,"stop":1724921158280,"duration":1}},{"uid":"71746222794dea32","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/71746222794dea32","status":"passed","time":{"start":1724921130077,"stop":1724921130077,"duration":0}},{"uid":"924924c62cfc5f9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/924924c62cfc5f9","status":"passed","time":{"start":1724917796894,"stop":1724917796895,"duration":1}},{"uid":"6a64b65a2897e51","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6a64b65a2897e51","status":"passed","time":{"start":1724889579998,"stop":1724889579998,"duration":0}},{"uid":"2c940b099fc11852","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c940b099fc11852","status":"passed","time":{"start":1724888730128,"stop":1724888730129,"duration":1}},{"uid":"12d0e5f9bbb58ef6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/12d0e5f9bbb58ef6","status":"passed","time":{"start":1724887883927,"stop":1724887883927,"duration":0}},{"uid":"501a65987bcafa2c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/501a65987bcafa2c","status":"passed","time":{"start":1724886651245,"stop":1724886651245,"duration":0}},{"uid":"d7de7e75007e5c27","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d7de7e75007e5c27","status":"passed","time":{"start":1724886430268,"stop":1724886430269,"duration":1}},{"uid":"a306b28a43fc7fba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a306b28a43fc7fba","status":"passed","time":{"start":1724861879168,"stop":1724861879168,"duration":0}},{"uid":"ed72597652d7d65","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ed72597652d7d65","status":"passed","time":{"start":1724861345739,"stop":1724861345739,"duration":0}},{"uid":"573745015cdae9d0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/573745015cdae9d0","status":"passed","time":{"start":1724861186694,"stop":1724861186695,"duration":1}},{"uid":"8882eb44c100db06","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8882eb44c100db06","status":"passed","time":{"start":1724861034886,"stop":1724861034886,"duration":0}}]},"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b9017f77353febd7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b9017f77353febd7","status":"passed","time":{"start":1724921096288,"stop":1724921096288,"duration":0}},{"uid":"73135ee58295106b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/73135ee58295106b","status":"passed","time":{"start":1724921071513,"stop":1724921071513,"duration":0}},{"uid":"9abf7dcb109ef4ca","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9abf7dcb109ef4ca","status":"passed","time":{"start":1724917733230,"stop":1724917733231,"duration":1}},{"uid":"b03aeea2a21948a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b03aeea2a21948a6","status":"passed","time":{"start":1724889513549,"stop":1724889513549,"duration":0}},{"uid":"5f2f4b2071ebd99a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f2f4b2071ebd99a","status":"passed","time":{"start":1724888663278,"stop":1724888663278,"duration":0}},{"uid":"7a089ef3aafed64a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7a089ef3aafed64a","status":"passed","time":{"start":1724887820111,"stop":1724887820111,"duration":0}},{"uid":"72adb4983888a6c7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/72adb4983888a6c7","status":"passed","time":{"start":1724886586383,"stop":1724886586383,"duration":0}},{"uid":"421c63a43564fa77","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/421c63a43564fa77","status":"passed","time":{"start":1724886365426,"stop":1724886365426,"duration":0}},{"uid":"4de656cf8464c17a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4de656cf8464c17a","status":"passed","time":{"start":1724861812773,"stop":1724861812773,"duration":0}},{"uid":"9856ca468d7f8f2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9856ca468d7f8f2","status":"passed","time":{"start":1724861281934,"stop":1724861281934,"duration":0}},{"uid":"7c01916438ceb6e1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7c01916438ceb6e1","status":"passed","time":{"start":1724861109127,"stop":1724861109127,"duration":0}},{"uid":"dc463c93576950e5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dc463c93576950e5","status":"passed","time":{"start":1724860969295,"stop":1724860969295,"duration":0}}]},"d66c21dcd022d5fb62faf15ed9b03975:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5da74e106f04d007","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5da74e106f04d007","status":"passed","time":{"start":1724861770122,"stop":1724861770122,"duration":0}}]},"572b70806d3a8d2d13bbbaadda16842c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6a0ba7ef0ef2b573","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6a0ba7ef0ef2b573","status":"passed","time":{"start":1724921640401,"stop":1724921640401,"duration":0}},{"uid":"53b3e17e21605157","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/53b3e17e21605157","status":"passed","time":{"start":1724921600421,"stop":1724921600423,"duration":2}},{"uid":"723fa5bbc3d8f7b0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/723fa5bbc3d8f7b0","status":"passed","time":{"start":1724918300929,"stop":1724918300930,"duration":1}},{"uid":"583858ae91ae57e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/583858ae91ae57e","status":"passed","time":{"start":1724890059288,"stop":1724890059289,"duration":1}},{"uid":"292bc19786c0c991","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/292bc19786c0c991","status":"passed","time":{"start":1724889188322,"stop":1724889188323,"duration":1}},{"uid":"8e14a92996e3d712","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8e14a92996e3d712","status":"passed","time":{"start":1724888372741,"stop":1724888372741,"duration":0}},{"uid":"33c4745ed23f5219","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/33c4745ed23f5219","status":"passed","time":{"start":1724887135721,"stop":1724887135722,"duration":1}},{"uid":"232596b4b0ba98d7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/232596b4b0ba98d7","status":"passed","time":{"start":1724886919685,"stop":1724886919686,"duration":1}},{"uid":"83953d45737cdc5d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/83953d45737cdc5d","status":"passed","time":{"start":1724862341836,"stop":1724862341836,"duration":0}},{"uid":"51f5c275a0901a9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/51f5c275a0901a9","status":"passed","time":{"start":1724861815492,"stop":1724861815492,"duration":0}},{"uid":"9d2d4cf2d069a9c0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9d2d4cf2d069a9c0","status":"passed","time":{"start":1724861669536,"stop":1724861669537,"duration":1}},{"uid":"ca4c6e86efd1f033","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ca4c6e86efd1f033","status":"passed","time":{"start":1724861505420,"stop":1724861505421,"duration":1}}]},"fb12ce5997bd3847f5475acc7438af8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5bf1c08e8925b952","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5bf1c08e8925b952","status":"passed","time":{"start":1724921602960,"stop":1724921602960,"duration":0}},{"uid":"332236f54cbe0a3e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/332236f54cbe0a3e","status":"passed","time":{"start":1724921571103,"stop":1724921571104,"duration":1}},{"uid":"7b3f706f0ae3948c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7b3f706f0ae3948c","status":"passed","time":{"start":1724918285608,"stop":1724918285609,"duration":1}},{"uid":"d870300f56a3c71a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d870300f56a3c71a","status":"passed","time":{"start":1724890030098,"stop":1724890030098,"duration":0}},{"uid":"e15bbb1a40a4a1a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e15bbb1a40a4a1a","status":"passed","time":{"start":1724889171918,"stop":1724889171918,"duration":0}},{"uid":"c8d0890cc95f8045","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c8d0890cc95f8045","status":"passed","time":{"start":1724888350737,"stop":1724888350738,"duration":1}},{"uid":"f0e80a704b5349b5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f0e80a704b5349b5","status":"passed","time":{"start":1724887115419,"stop":1724887115420,"duration":1}},{"uid":"4979fb36a5287afe","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4979fb36a5287afe","status":"passed","time":{"start":1724886884583,"stop":1724886884583,"duration":0}},{"uid":"d02b1acc8dd4d529","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d02b1acc8dd4d529","status":"passed","time":{"start":1724862322268,"stop":1724862322269,"duration":1}},{"uid":"7c2a9322e9e0b2fe","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7c2a9322e9e0b2fe","status":"passed","time":{"start":1724861790758,"stop":1724861790758,"duration":0}},{"uid":"74657419f629939f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/74657419f629939f","status":"passed","time":{"start":1724861628427,"stop":1724861628428,"duration":1}},{"uid":"51f8351bf9ee94f2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/51f8351bf9ee94f2","status":"passed","time":{"start":1724861465632,"stop":1724861465632,"duration":0}}]},"4b68f0602bd9ea76ece7ac663d0c0345:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d6f8cfd46bdb64e5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d6f8cfd46bdb64e5","status":"passed","time":{"start":1724861790767,"stop":1724861790768,"duration":1}}]},"1a71dd5755a922cf2a8fa714459a2791:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23ba498918252af8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/23ba498918252af8","status":"passed","time":{"start":1724888345353,"stop":1724888345353,"duration":0}}]},"a6d7a1ea9eb41a9f1d92c251d350d45a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2a7bd63b41199071","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2a7bd63b41199071","status":"passed","time":{"start":1724921267871,"stop":1724921267871,"duration":0}},{"uid":"9159a829ff4fdfcd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9159a829ff4fdfcd","status":"passed","time":{"start":1724921244371,"stop":1724921244371,"duration":0}},{"uid":"c2f236ec66914cd4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c2f236ec66914cd4","status":"passed","time":{"start":1724917916053,"stop":1724917916053,"duration":0}},{"uid":"eec9157585117b91","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eec9157585117b91","status":"passed","time":{"start":1724889678256,"stop":1724889678256,"duration":0}},{"uid":"856fe806e2102635","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/856fe806e2102635","status":"passed","time":{"start":1724888831685,"stop":1724888831685,"duration":0}},{"uid":"56ae85efccb38ca5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/56ae85efccb38ca5","status":"passed","time":{"start":1724888003321,"stop":1724888003321,"duration":0}},{"uid":"edf0b4cb8316460d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/edf0b4cb8316460d","status":"passed","time":{"start":1724886776610,"stop":1724886776610,"duration":0}},{"uid":"b37edf9352e65fc2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b37edf9352e65fc2","status":"passed","time":{"start":1724886555798,"stop":1724886555798,"duration":0}},{"uid":"4f79378f16bae746","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f79378f16bae746","status":"passed","time":{"start":1724861983007,"stop":1724861983008,"duration":1}},{"uid":"87463e26698a7dcb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/87463e26698a7dcb","status":"passed","time":{"start":1724861444067,"stop":1724861444067,"duration":0}},{"uid":"b640a4b23147d0a5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b640a4b23147d0a5","status":"passed","time":{"start":1724861285835,"stop":1724861285835,"duration":0}},{"uid":"d0f1d2eee9e1837a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d0f1d2eee9e1837a","status":"passed","time":{"start":1724861145667,"stop":1724861145667,"duration":0}}]},"e7b3b18080f91a53e1c416cfdbd8c5d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fdf4051670a32c58","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fdf4051670a32c58","status":"passed","time":{"start":1724921099698,"stop":1724921099698,"duration":0}},{"uid":"bca2174c67efe03b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bca2174c67efe03b","status":"passed","time":{"start":1724921074389,"stop":1724921074389,"duration":0}},{"uid":"d55af30f1a094e8e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d55af30f1a094e8e","status":"passed","time":{"start":1724917735274,"stop":1724917735275,"duration":1}},{"uid":"152cb3c522fa5263","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/152cb3c522fa5263","status":"passed","time":{"start":1724889517450,"stop":1724889517450,"duration":0}},{"uid":"c22d1c485c70f7c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c22d1c485c70f7c","status":"passed","time":{"start":1724888662630,"stop":1724888662630,"duration":0}},{"uid":"998356576db8b4e5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/998356576db8b4e5","status":"passed","time":{"start":1724887821330,"stop":1724887821330,"duration":0}},{"uid":"78974862942ef5a0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/78974862942ef5a0","status":"passed","time":{"start":1724886588483,"stop":1724886588483,"duration":0}},{"uid":"3b58dd8c68954f2b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3b58dd8c68954f2b","status":"passed","time":{"start":1724886365765,"stop":1724886365766,"duration":1}},{"uid":"b86c72ae18ec6daf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b86c72ae18ec6daf","status":"passed","time":{"start":1724861814960,"stop":1724861814960,"duration":0}},{"uid":"8c249e6cfe731036","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8c249e6cfe731036","status":"passed","time":{"start":1724861282669,"stop":1724861282670,"duration":1}},{"uid":"5c0220f07fe0d142","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5c0220f07fe0d142","status":"passed","time":{"start":1724861111683,"stop":1724861111683,"duration":0}},{"uid":"a26f1439e085fc8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a26f1439e085fc8","status":"passed","time":{"start":1724860971173,"stop":1724860971174,"duration":1}}]},"ba6d4628ff97cccad93f1e9add4fe92d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e53024792f7dfe8f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e53024792f7dfe8f","status":"passed","time":{"start":1724921037648,"stop":1724921037649,"duration":1}},{"uid":"35928e21562489d5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/35928e21562489d5","status":"passed","time":{"start":1724921013061,"stop":1724921013061,"duration":0}},{"uid":"c8c7a4bda718342b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c8c7a4bda718342b","status":"passed","time":{"start":1724917673302,"stop":1724917673302,"duration":0}},{"uid":"84a4400203353c59","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/84a4400203353c59","status":"passed","time":{"start":1724889452322,"stop":1724889452322,"duration":0}},{"uid":"130e2d6d94286134","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/130e2d6d94286134","status":"passed","time":{"start":1724888602853,"stop":1724888602854,"duration":1}},{"uid":"980790e12ec907d4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/980790e12ec907d4","status":"passed","time":{"start":1724887759174,"stop":1724887759175,"duration":1}},{"uid":"c2009aac7e2b0ef6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c2009aac7e2b0ef6","status":"passed","time":{"start":1724886525553,"stop":1724886525553,"duration":0}},{"uid":"6fa8801a2c849314","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6fa8801a2c849314","status":"passed","time":{"start":1724886303408,"stop":1724886303408,"duration":0}},{"uid":"5c3bc0d0de031c98","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5c3bc0d0de031c98","status":"passed","time":{"start":1724861752244,"stop":1724861752245,"duration":1}},{"uid":"258fee04bf324ba0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/258fee04bf324ba0","status":"passed","time":{"start":1724861223365,"stop":1724861223365,"duration":0}},{"uid":"6fedf88309e0971e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6fedf88309e0971e","status":"passed","time":{"start":1724861045214,"stop":1724861045214,"duration":0}},{"uid":"a2941596f3db48c3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a2941596f3db48c3","status":"passed","time":{"start":1724860907099,"stop":1724860907099,"duration":0}}]},"93cdb9668cadd5e8766da8a960a1df84:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c1b6e7ce7099581f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c1b6e7ce7099581f","status":"passed","time":{"start":1724918259543,"stop":1724918259544,"duration":1}}]},"4fc28928a1f653af88fa898f4a466085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"dd23aaa5ad7b74c3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dd23aaa5ad7b74c3","status":"passed","time":{"start":1724921529584,"stop":1724921529584,"duration":0}},{"uid":"b9af41804b1fe72","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b9af41804b1fe72","status":"passed","time":{"start":1724921488879,"stop":1724921488879,"duration":0}},{"uid":"3a1f1363e8ba3f6d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3a1f1363e8ba3f6d","status":"passed","time":{"start":1724918203686,"stop":1724918203686,"duration":0}},{"uid":"5b02656d5f63d8fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b02656d5f63d8fd","status":"passed","time":{"start":1724889938357,"stop":1724889938357,"duration":0}},{"uid":"8d0edb416a756b2b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8d0edb416a756b2b","status":"passed","time":{"start":1724889077065,"stop":1724889077066,"duration":1}},{"uid":"77a6222c92849fc4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/77a6222c92849fc4","status":"passed","time":{"start":1724888268034,"stop":1724888268034,"duration":0}},{"uid":"57d51d412320425b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/57d51d412320425b","status":"passed","time":{"start":1724887032403,"stop":1724887032403,"duration":0}},{"uid":"e2755c1a2211c3f6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e2755c1a2211c3f6","status":"passed","time":{"start":1724886822815,"stop":1724886822815,"duration":0}},{"uid":"dcce20e6f868cc3a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dcce20e6f868cc3a","status":"passed","time":{"start":1724862233509,"stop":1724862233510,"duration":1}},{"uid":"18a743bc82b74485","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/18a743bc82b74485","status":"passed","time":{"start":1724861712670,"stop":1724861712670,"duration":0}},{"uid":"f240c0206866c7c2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f240c0206866c7c2","status":"passed","time":{"start":1724861567888,"stop":1724861567888,"duration":0}},{"uid":"c80eef0929602cc5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c80eef0929602cc5","status":"passed","time":{"start":1724861392054,"stop":1724861392054,"duration":0}}]},"e9e4e218d331b590b44a6e64589da3fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d77f9a6425ea7d98","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d77f9a6425ea7d98","status":"passed","time":{"start":1724861770118,"stop":1724861770121,"duration":3}}]},"0aeb69dccc79fc105378f8bb5f0f9258:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"dcf95fdb236261fb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dcf95fdb236261fb","status":"passed","time":{"start":1724921045533,"stop":1724921045534,"duration":1}},{"uid":"fbc765cb7bac47ca","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fbc765cb7bac47ca","status":"passed","time":{"start":1724921020726,"stop":1724921020727,"duration":1}},{"uid":"b540de65cd7cfbf9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b540de65cd7cfbf9","status":"passed","time":{"start":1724917681055,"stop":1724917681056,"duration":1}},{"uid":"1ffd4c8bc1c15362","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1ffd4c8bc1c15362","status":"passed","time":{"start":1724889459944,"stop":1724889459945,"duration":1}},{"uid":"ebd94e57e5f4dc24","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ebd94e57e5f4dc24","status":"passed","time":{"start":1724888610537,"stop":1724888610538,"duration":1}},{"uid":"48b6e570e817fc72","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/48b6e570e817fc72","status":"passed","time":{"start":1724887766849,"stop":1724887766849,"duration":0}},{"uid":"d02ca67add70c858","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d02ca67add70c858","status":"passed","time":{"start":1724886533244,"stop":1724886533244,"duration":0}},{"uid":"237ec5807495a3b7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/237ec5807495a3b7","status":"passed","time":{"start":1724886311090,"stop":1724886311090,"duration":0}},{"uid":"2d3f9e0e61732f8d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d3f9e0e61732f8d","status":"passed","time":{"start":1724861760049,"stop":1724861760050,"duration":1}},{"uid":"6108a7651e83fef7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6108a7651e83fef7","status":"passed","time":{"start":1724861230829,"stop":1724861230830,"duration":1}},{"uid":"931a7d3f9fedb08d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/931a7d3f9fedb08d","status":"passed","time":{"start":1724861053402,"stop":1724861053405,"duration":3}},{"uid":"de6e6739454518df","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/de6e6739454518df","status":"passed","time":{"start":1724860914745,"stop":1724860914746,"duration":1}}]},"c0fb5b39e0b7d4b1388bea323ddb8a2b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e8066380dcbf1780","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e8066380dcbf1780","status":"passed","time":{"start":1724921037644,"stop":1724921037644,"duration":0}},{"uid":"b960f9a5e3f65a87","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b960f9a5e3f65a87","status":"passed","time":{"start":1724921013057,"stop":1724921013057,"duration":0}},{"uid":"6b865a1fd34267d3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6b865a1fd34267d3","status":"passed","time":{"start":1724917673299,"stop":1724917673299,"duration":0}},{"uid":"a589dfdece2e05","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a589dfdece2e05","status":"passed","time":{"start":1724889452318,"stop":1724889452318,"duration":0}},{"uid":"18249cefa5ad0ed4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/18249cefa5ad0ed4","status":"passed","time":{"start":1724888602849,"stop":1724888602849,"duration":0}},{"uid":"880f78c1db6a7d48","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/880f78c1db6a7d48","status":"passed","time":{"start":1724887759170,"stop":1724887759171,"duration":1}},{"uid":"e66d88f2bade31c6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e66d88f2bade31c6","status":"passed","time":{"start":1724886525550,"stop":1724886525550,"duration":0}},{"uid":"ba8e4032bb914ac4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ba8e4032bb914ac4","status":"passed","time":{"start":1724886303404,"stop":1724886303404,"duration":0}},{"uid":"f9dcb03634af81d4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9dcb03634af81d4","status":"passed","time":{"start":1724861752236,"stop":1724861752237,"duration":1}},{"uid":"a5f6c99a6a0fee96","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a5f6c99a6a0fee96","status":"passed","time":{"start":1724861223362,"stop":1724861223362,"duration":0}},{"uid":"80a4e6be6e68b721","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/80a4e6be6e68b721","status":"passed","time":{"start":1724861045209,"stop":1724861045210,"duration":1}},{"uid":"c667cf6bacee066d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c667cf6bacee066d","status":"passed","time":{"start":1724860907092,"stop":1724860907092,"duration":0}}]},"bc2ba65b069414cce3a0095353e096a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"136ce23951b60c81","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/136ce23951b60c81","status":"passed","time":{"start":1724921640400,"stop":1724921640401,"duration":1}},{"uid":"453d7690a40be154","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/453d7690a40be154","status":"passed","time":{"start":1724921600410,"stop":1724921600420,"duration":10}},{"uid":"b348865b13aa846a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b348865b13aa846a","status":"passed","time":{"start":1724918300924,"stop":1724918300925,"duration":1}},{"uid":"650ce8815fd633b8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/650ce8815fd633b8","status":"passed","time":{"start":1724890059285,"stop":1724890059286,"duration":1}},{"uid":"9771954b68189c2d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9771954b68189c2d","status":"passed","time":{"start":1724889188320,"stop":1724889188321,"duration":1}},{"uid":"35b2590278a10be7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/35b2590278a10be7","status":"passed","time":{"start":1724888372740,"stop":1724888372741,"duration":1}},{"uid":"668179d29e068c86","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/668179d29e068c86","status":"passed","time":{"start":1724887135718,"stop":1724887135719,"duration":1}},{"uid":"ed64aec4eb864c0e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ed64aec4eb864c0e","status":"passed","time":{"start":1724886919669,"stop":1724886919674,"duration":5}},{"uid":"65c85a761846e2ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/65c85a761846e2ba","status":"passed","time":{"start":1724862341835,"stop":1724862341835,"duration":0}},{"uid":"12c747dcd849300","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/12c747dcd849300","status":"passed","time":{"start":1724861815491,"stop":1724861815492,"duration":1}},{"uid":"e9f9448bb929475a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e9f9448bb929475a","status":"passed","time":{"start":1724861669536,"stop":1724861669536,"duration":0}},{"uid":"bfa2d0a34a69788d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bfa2d0a34a69788d","status":"passed","time":{"start":1724861505419,"stop":1724861505420,"duration":1}}]},"ca6efdf17e7b9eb91586783f362f2a22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6a0e53a2d16e932f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6a0e53a2d16e932f","status":"passed","time":{"start":1724921037625,"stop":1724921037626,"duration":1}},{"uid":"f2f07f15b37018b7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f2f07f15b37018b7","status":"passed","time":{"start":1724921013043,"stop":1724921013043,"duration":0}},{"uid":"45dc8e8c46815c60","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/45dc8e8c46815c60","status":"passed","time":{"start":1724917673281,"stop":1724917673286,"duration":5}},{"uid":"33396f6ee7a02f2f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33396f6ee7a02f2f","status":"passed","time":{"start":1724889452300,"stop":1724889452305,"duration":5}},{"uid":"6eec187771cb7482","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6eec187771cb7482","status":"passed","time":{"start":1724888602830,"stop":1724888602835,"duration":5}},{"uid":"7d0326eb61aaf8c7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7d0326eb61aaf8c7","status":"passed","time":{"start":1724887759160,"stop":1724887759160,"duration":0}},{"uid":"82dfa69f59692df4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/82dfa69f59692df4","status":"passed","time":{"start":1724886525540,"stop":1724886525540,"duration":0}},{"uid":"251e038453a34b3c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/251e038453a34b3c","status":"passed","time":{"start":1724886303389,"stop":1724886303392,"duration":3}},{"uid":"5751238747ed7a87","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5751238747ed7a87","status":"passed","time":{"start":1724861752216,"stop":1724861752223,"duration":7}},{"uid":"21609b49ab323661","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/21609b49ab323661","status":"passed","time":{"start":1724861223350,"stop":1724861223351,"duration":1}},{"uid":"d56908f0932e6a86","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d56908f0932e6a86","status":"passed","time":{"start":1724861045197,"stop":1724861045197,"duration":0}},{"uid":"6f078a1646b12766","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6f078a1646b12766","status":"passed","time":{"start":1724860907080,"stop":1724860907080,"duration":0}}]},"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"529f41f06281e81","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/529f41f06281e81","status":"passed","time":{"start":1724921297011,"stop":1724921297012,"duration":1}},{"uid":"7b803a7ac604a331","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7b803a7ac604a331","status":"passed","time":{"start":1724921276369,"stop":1724921276369,"duration":0}},{"uid":"c41e35313eeabe95","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c41e35313eeabe95","status":"passed","time":{"start":1724917948327,"stop":1724917948327,"duration":0}},{"uid":"2b0e3ff6a673fd93","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b0e3ff6a673fd93","status":"passed","time":{"start":1724889729011,"stop":1724889729011,"duration":0}},{"uid":"5a8f29f98934c554","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5a8f29f98934c554","status":"passed","time":{"start":1724888864957,"stop":1724888864957,"duration":0}},{"uid":"7e013034d826129d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7e013034d826129d","status":"passed","time":{"start":1724888053749,"stop":1724888053749,"duration":0}},{"uid":"fe84b84368956cf3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fe84b84368956cf3","status":"passed","time":{"start":1724886811663,"stop":1724886811663,"duration":0}},{"uid":"8ba87a025a1e5772","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8ba87a025a1e5772","status":"passed","time":{"start":1724886581006,"stop":1724886581006,"duration":0}},{"uid":"924962ad9f09d759","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/924962ad9f09d759","status":"passed","time":{"start":1724862019563,"stop":1724862019563,"duration":0}},{"uid":"40b5cf591f908d9e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/40b5cf591f908d9e","status":"passed","time":{"start":1724861493938,"stop":1724861493939,"duration":1}},{"uid":"6d891a2a42a4ef8a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6d891a2a42a4ef8a","status":"passed","time":{"start":1724861318040,"stop":1724861318042,"duration":2}},{"uid":"cd8b981d08d5080f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cd8b981d08d5080f","status":"passed","time":{"start":1724861178517,"stop":1724861178518,"duration":1}}]},"fd15a715775065e350de91f65851b781:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"43256f14d5979a52","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/43256f14d5979a52","status":"passed","time":{"start":1724861712676,"stop":1724861712676,"duration":0}}]},"1cad348a6e387b7a88e6476ad79f7e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fd0e52b593c94b06","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fd0e52b593c94b06","status":"passed","time":{"start":1724921625078,"stop":1724921625079,"duration":1}},{"uid":"9cf371ea772d2b90","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9cf371ea772d2b90","status":"passed","time":{"start":1724921590502,"stop":1724921590502,"duration":0}},{"uid":"a59f9ad9cf28bee7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a59f9ad9cf28bee7","status":"passed","time":{"start":1724918287570,"stop":1724918287570,"duration":0}},{"uid":"2b9478f78956fe5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b9478f78956fe5","status":"passed","time":{"start":1724890047795,"stop":1724890047795,"duration":0}},{"uid":"e2eed72aa9261eb5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e2eed72aa9261eb5","status":"passed","time":{"start":1724889183928,"stop":1724889183929,"duration":1}},{"uid":"c9a43de059f6997c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c9a43de059f6997c","status":"passed","time":{"start":1724888354176,"stop":1724888354176,"duration":0}},{"uid":"cc2b88a518ed0c9b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc2b88a518ed0c9b","status":"passed","time":{"start":1724887145692,"stop":1724887145692,"duration":0}},{"uid":"9f551b0847ad2046","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9f551b0847ad2046","status":"passed","time":{"start":1724886915792,"stop":1724886915792,"duration":0}},{"uid":"7b7317613c58ce1d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b7317613c58ce1d","status":"passed","time":{"start":1724862341456,"stop":1724862341457,"duration":1}},{"uid":"9460a065fc85a620","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9460a065fc85a620","status":"passed","time":{"start":1724861805450,"stop":1724861805455,"duration":5}},{"uid":"28ec3e60e1fc568e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/28ec3e60e1fc568e","status":"passed","time":{"start":1724861662291,"stop":1724861662291,"duration":0}},{"uid":"b98047088a373e9e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b98047088a373e9e","status":"passed","time":{"start":1724861492520,"stop":1724861492520,"duration":0}}]},"557c6c213e4d0bfcfeb2c192f3ea6d74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3590ae2dd50a3bd1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3590ae2dd50a3bd1","status":"passed","time":{"start":1724921046206,"stop":1724921046207,"duration":1}},{"uid":"e98637b313141e15","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e98637b313141e15","status":"passed","time":{"start":1724921021478,"stop":1724921021478,"duration":0}},{"uid":"c81879a1e1ed2fb0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c81879a1e1ed2fb0","status":"passed","time":{"start":1724917681726,"stop":1724917681727,"duration":1}},{"uid":"764f1883ea9a3d7a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/764f1883ea9a3d7a","status":"passed","time":{"start":1724889460654,"stop":1724889460654,"duration":0}},{"uid":"b12e244634e3e88a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b12e244634e3e88a","status":"passed","time":{"start":1724888611298,"stop":1724888611298,"duration":0}},{"uid":"1d49c66408a8908f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1d49c66408a8908f","status":"passed","time":{"start":1724887767622,"stop":1724887767622,"duration":0}},{"uid":"4fe1887d0af1fb3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4fe1887d0af1fb3","status":"passed","time":{"start":1724886533993,"stop":1724886533993,"duration":0}},{"uid":"31cd96ddc5429271","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/31cd96ddc5429271","status":"passed","time":{"start":1724886311760,"stop":1724886311760,"duration":0}},{"uid":"39d230b9a7e4cd2b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/39d230b9a7e4cd2b","status":"passed","time":{"start":1724861760778,"stop":1724861760778,"duration":0}},{"uid":"4354e37b8cb46c67","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4354e37b8cb46c67","status":"passed","time":{"start":1724861231736,"stop":1724861231736,"duration":0}},{"uid":"6657b78265261ef8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6657b78265261ef8","status":"passed","time":{"start":1724861054259,"stop":1724861054259,"duration":0}},{"uid":"5851439f5e0d69d0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5851439f5e0d69d0","status":"passed","time":{"start":1724860915817,"stop":1724860915817,"duration":0}}]},"101855652fbbdd51521dd03540a16df5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"967b3f3488710c87","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/967b3f3488710c87","status":"passed","time":{"start":1724921270354,"stop":1724921270354,"duration":0}},{"uid":"2309541b49f8a172","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2309541b49f8a172","status":"passed","time":{"start":1724921247815,"stop":1724921247815,"duration":0}},{"uid":"dd8c8f44330e66e1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd8c8f44330e66e1","status":"passed","time":{"start":1724917989815,"stop":1724917989816,"duration":1}},{"uid":"9412b922ca5f99a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9412b922ca5f99a0","status":"passed","time":{"start":1724889678548,"stop":1724889678548,"duration":0}},{"uid":"fcc3625b8581bab5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fcc3625b8581bab5","status":"passed","time":{"start":1724888829835,"stop":1724888829835,"duration":0}},{"uid":"9804369da137f2c3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9804369da137f2c3","status":"passed","time":{"start":1724888076990,"stop":1724888076990,"duration":0}},{"uid":"eca46b8e90b53d5b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eca46b8e90b53d5b","status":"passed","time":{"start":1724886851122,"stop":1724886851123,"duration":1}},{"uid":"cddb76a7e3ac286b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cddb76a7e3ac286b","status":"passed","time":{"start":1724886647099,"stop":1724886647100,"duration":1}},{"uid":"a207a6ac4e440236","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a207a6ac4e440236","status":"passed","time":{"start":1724861992711,"stop":1724861992711,"duration":0}},{"uid":"22cf38238ed8441b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/22cf38238ed8441b","status":"passed","time":{"start":1724861469639,"stop":1724861469640,"duration":1}},{"uid":"749abbdf86a66c08","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/749abbdf86a66c08","status":"passed","time":{"start":1724861284855,"stop":1724861284855,"duration":0}},{"uid":"f1b2e73093a83966","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f1b2e73093a83966","status":"passed","time":{"start":1724861145799,"stop":1724861145800,"duration":1}}]},"bbcaf86f1f5306de3d3351c7f4e3f2cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"16e894829a2892ce","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/16e894829a2892ce","status":"passed","time":{"start":1724921321311,"stop":1724921321311,"duration":0}},{"uid":"9d5ac1074e429913","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9d5ac1074e429913","status":"passed","time":{"start":1724921298785,"stop":1724921298785,"duration":0}},{"uid":"866f88bcb6a80842","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/866f88bcb6a80842","status":"passed","time":{"start":1724918008229,"stop":1724918008229,"duration":0}},{"uid":"8aa5305ac9153611","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8aa5305ac9153611","status":"passed","time":{"start":1724889728595,"stop":1724889728595,"duration":0}},{"uid":"7a27095d75e4d101","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7a27095d75e4d101","status":"passed","time":{"start":1724888882874,"stop":1724888882874,"duration":0}},{"uid":"9458e37b1cc3c27f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9458e37b1cc3c27f","status":"passed","time":{"start":1724888111025,"stop":1724888111025,"duration":0}},{"uid":"3aeefd36a1a77e6a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3aeefd36a1a77e6a","status":"passed","time":{"start":1724886869447,"stop":1724886869447,"duration":0}},{"uid":"b0d7f57a9e92cf4b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b0d7f57a9e92cf4b","status":"passed","time":{"start":1724886642936,"stop":1724886642936,"duration":0}},{"uid":"138208d37e806470","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/138208d37e806470","status":"passed","time":{"start":1724862044581,"stop":1724862044581,"duration":0}},{"uid":"7f32777db6c00ddc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7f32777db6c00ddc","status":"passed","time":{"start":1724861523033,"stop":1724861523038,"duration":5}},{"uid":"c64b3c7f114d6202","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c64b3c7f114d6202","status":"passed","time":{"start":1724861362473,"stop":1724861362473,"duration":0}},{"uid":"c6d95d5a63e398a2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c6d95d5a63e398a2","status":"passed","time":{"start":1724861196821,"stop":1724861196827,"duration":6}}]},"ecc9af41136670f23a102557bbbaf1c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9be9d3f398baf79","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9be9d3f398baf79","status":"passed","time":{"start":1724921613047,"stop":1724921613047,"duration":0}},{"uid":"5328e77fb6b1889e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5328e77fb6b1889e","status":"passed","time":{"start":1724921556041,"stop":1724921556043,"duration":2}},{"uid":"2a15f218010bf94e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2a15f218010bf94e","status":"passed","time":{"start":1724918259537,"stop":1724918259538,"duration":1}},{"uid":"4616a2c6e2867bbe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4616a2c6e2867bbe","status":"passed","time":{"start":1724890032287,"stop":1724890032288,"duration":1}},{"uid":"55e01b4e63d79a01","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/55e01b4e63d79a01","status":"passed","time":{"start":1724889144081,"stop":1724889144081,"duration":0}},{"uid":"d65955e5bf9db2a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d65955e5bf9db2a2","status":"passed","time":{"start":1724888336457,"stop":1724888336457,"duration":0}},{"uid":"5c7b1ea82393a6b5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5c7b1ea82393a6b5","status":"passed","time":{"start":1724887092625,"stop":1724887092625,"duration":0}},{"uid":"183948f730dfd46a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/183948f730dfd46a","status":"passed","time":{"start":1724886880627,"stop":1724886880628,"duration":1}},{"uid":"5f696b9f9c675b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f696b9f9c675b","status":"passed","time":{"start":1724862298391,"stop":1724862298392,"duration":1}},{"uid":"5cb92df768534840","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5cb92df768534840","status":"passed","time":{"start":1724861770114,"stop":1724861770115,"duration":1}},{"uid":"75ad8e16c6dd36fd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/75ad8e16c6dd36fd","status":"passed","time":{"start":1724861637969,"stop":1724861637969,"duration":0}},{"uid":"8e39cea044f4a2f7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8e39cea044f4a2f7","status":"passed","time":{"start":1724861475013,"stop":1724861475022,"duration":9}}]},"352b2873b9d6c02926f0f0e30064ad8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7555b23f6adde640","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7555b23f6adde640","status":"passed","time":{"start":1724921564775,"stop":1724921564776,"duration":1}},{"uid":"5bf8a82af3c20d1b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5bf8a82af3c20d1b","status":"passed","time":{"start":1724921518792,"stop":1724921518793,"duration":1}},{"uid":"688c2abd0986eddb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/688c2abd0986eddb","status":"passed","time":{"start":1724918229399,"stop":1724918229399,"duration":0}},{"uid":"88166e2fbbb79bc6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/88166e2fbbb79bc6","status":"passed","time":{"start":1724889980701,"stop":1724889980701,"duration":0}},{"uid":"415b1cb6ac5c3706","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/415b1cb6ac5c3706","status":"passed","time":{"start":1724889111162,"stop":1724889111162,"duration":0}},{"uid":"c714f49c7628beb5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c714f49c7628beb5","status":"passed","time":{"start":1724888292532,"stop":1724888292533,"duration":1}},{"uid":"e9702c7f47cc6ec9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e9702c7f47cc6ec9","status":"passed","time":{"start":1724887068224,"stop":1724887068225,"duration":1}},{"uid":"9623ff6172b8fc74","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9623ff6172b8fc74","status":"passed","time":{"start":1724886848925,"stop":1724886848925,"duration":0}},{"uid":"d2270baea2b70deb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d2270baea2b70deb","status":"passed","time":{"start":1724862262046,"stop":1724862262047,"duration":1}},{"uid":"22e8a043db7dff46","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/22e8a043db7dff46","status":"passed","time":{"start":1724861741892,"stop":1724861741892,"duration":0}},{"uid":"e02114bf1ff2a3e4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e02114bf1ff2a3e4","status":"passed","time":{"start":1724861599487,"stop":1724861599491,"duration":4}},{"uid":"f53fe6189839507a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f53fe6189839507a","status":"passed","time":{"start":1724861428474,"stop":1724861428474,"duration":0}}]},"96f15e9b62705ac5f60989a19dd87ea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"610cc37a108877d0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/610cc37a108877d0","status":"passed","time":{"start":1724921497755,"stop":1724921497755,"duration":0}},{"uid":"8af2807564bf80e5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8af2807564bf80e5","status":"passed","time":{"start":1724921408409,"stop":1724921408410,"duration":1}},{"uid":"c3d7fe9525834e35","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c3d7fe9525834e35","status":"passed","time":{"start":1724918086869,"stop":1724918086869,"duration":0}},{"uid":"925716b28ba46b36","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/925716b28ba46b36","status":"passed","time":{"start":1724889892445,"stop":1724889892446,"duration":1}},{"uid":"3c879c96d6034535","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c879c96d6034535","status":"passed","time":{"start":1724888997215,"stop":1724888997215,"duration":0}},{"uid":"1f08d7b43dc23d3c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1f08d7b43dc23d3c","status":"passed","time":{"start":1724888159487,"stop":1724888159488,"duration":1}},{"uid":"b06cf579a970f26d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b06cf579a970f26d","status":"passed","time":{"start":1724886937290,"stop":1724886937290,"duration":0}},{"uid":"c64c643643b860a1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c64c643643b860a1","status":"passed","time":{"start":1724886709797,"stop":1724886709798,"duration":1}},{"uid":"5ce9891899810a11","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ce9891899810a11","status":"passed","time":{"start":1724862123536,"stop":1724862123536,"duration":0}},{"uid":"777f265cb6ce3a69","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/777f265cb6ce3a69","status":"passed","time":{"start":1724861620103,"stop":1724861620103,"duration":0}},{"uid":"396c1a8271114efc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/396c1a8271114efc","status":"passed","time":{"start":1724861460241,"stop":1724861460246,"duration":5}},{"uid":"1de08c6340afec26","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1de08c6340afec26","status":"passed","time":{"start":1724861330170,"stop":1724861330170,"duration":0}}]},"513f5f6d4b017b53026df35bb9ff9d22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f8091e24006a065","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3f8091e24006a065","status":"passed","time":{"start":1724861567904,"stop":1724861567905,"duration":1}}]},"ff4016f6881b709e99952c1e9495f26c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b0b7a7ef96079f6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6b0b7a7ef96079f6","status":"passed","time":{"start":1724921529593,"stop":1724921529593,"duration":0}}]},"ad4e8b08f765ff93f0032cfe8dd85dc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1aacb31657ce2e29","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1aacb31657ce2e29","status":"passed","time":{"start":1724921625077,"stop":1724921625078,"duration":1}},{"uid":"7befceace5a23c11","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7befceace5a23c11","status":"passed","time":{"start":1724921590501,"stop":1724921590501,"duration":0}},{"uid":"cf6ab5fac75d1708","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cf6ab5fac75d1708","status":"passed","time":{"start":1724918287569,"stop":1724918287569,"duration":0}},{"uid":"2515a2a1fd35beab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2515a2a1fd35beab","status":"passed","time":{"start":1724890047794,"stop":1724890047794,"duration":0}},{"uid":"297fe37b97633b5f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/297fe37b97633b5f","status":"passed","time":{"start":1724889183926,"stop":1724889183926,"duration":0}},{"uid":"4255dfb92553a716","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4255dfb92553a716","status":"passed","time":{"start":1724888354175,"stop":1724888354175,"duration":0}},{"uid":"ed854e26a4b93d77","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ed854e26a4b93d77","status":"passed","time":{"start":1724887145684,"stop":1724887145684,"duration":0}},{"uid":"a85eddf131ee1a83","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a85eddf131ee1a83","status":"passed","time":{"start":1724886915791,"stop":1724886915791,"duration":0}},{"uid":"1cb19c1f85d64255","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1cb19c1f85d64255","status":"passed","time":{"start":1724862341456,"stop":1724862341456,"duration":0}},{"uid":"7a1edeb8adaaf9ca","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7a1edeb8adaaf9ca","status":"passed","time":{"start":1724861805447,"stop":1724861805450,"duration":3}},{"uid":"b262d5baa4708def","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b262d5baa4708def","status":"passed","time":{"start":1724861662291,"stop":1724861662291,"duration":0}},{"uid":"a1bc0e0759a5b116","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a1bc0e0759a5b116","status":"passed","time":{"start":1724861492519,"stop":1724861492519,"duration":0}}]},"9380f45eefc69936a30b8f51f6d0d0af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b8a07d5e3e706c7c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b8a07d5e3e706c7c","status":"passed","time":{"start":1724921061848,"stop":1724921061848,"duration":0}},{"uid":"fd5a1974727cb1f0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fd5a1974727cb1f0","status":"passed","time":{"start":1724921037157,"stop":1724921037157,"duration":0}},{"uid":"c8acd6e19dcb6ad0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c8acd6e19dcb6ad0","status":"passed","time":{"start":1724917697301,"stop":1724917697301,"duration":0}},{"uid":"f130c2ad99112d0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f130c2ad99112d0","status":"passed","time":{"start":1724889476083,"stop":1724889476083,"duration":0}},{"uid":"8e124be9d56028fe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e124be9d56028fe","status":"passed","time":{"start":1724888626886,"stop":1724888626887,"duration":1}},{"uid":"a293e3d0750f36e8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a293e3d0750f36e8","status":"passed","time":{"start":1724887783108,"stop":1724887783108,"duration":0}},{"uid":"265f5eb45670f8ee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/265f5eb45670f8ee","status":"passed","time":{"start":1724886549919,"stop":1724886549919,"duration":0}},{"uid":"7841a5cdf41b864","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7841a5cdf41b864","status":"passed","time":{"start":1724886327580,"stop":1724886327581,"duration":1}},{"uid":"39a8fdaa726d9d02","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/39a8fdaa726d9d02","status":"passed","time":{"start":1724861776806,"stop":1724861776806,"duration":0}},{"uid":"799a31eb9e5624e6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/799a31eb9e5624e6","status":"passed","time":{"start":1724861247298,"stop":1724861247299,"duration":1}},{"uid":"ab28ed612c02112e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ab28ed612c02112e","status":"passed","time":{"start":1724861071394,"stop":1724861071395,"duration":1}},{"uid":"e860169057a46869","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e860169057a46869","status":"passed","time":{"start":1724860931794,"stop":1724860931795,"duration":1}}]},"8a570c791da4aa11c45f11e254afa174:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"885ad9085c153fc6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/885ad9085c153fc6","status":"passed","time":{"start":1724921563009,"stop":1724921563010,"duration":1}},{"uid":"ff2722a54f01e1cc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ff2722a54f01e1cc","status":"passed","time":{"start":1724921526810,"stop":1724921526810,"duration":0}},{"uid":"27045364deb64825","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/27045364deb64825","status":"passed","time":{"start":1724918239936,"stop":1724918239937,"duration":1}},{"uid":"cc8afc3e4c9bcbba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc8afc3e4c9bcbba","status":"passed","time":{"start":1724889980883,"stop":1724889980884,"duration":1}},{"uid":"e409efcebc4a8347","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e409efcebc4a8347","status":"passed","time":{"start":1724889109947,"stop":1724889109947,"duration":0}},{"uid":"be08078ff3853698","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/be08078ff3853698","status":"passed","time":{"start":1724888294719,"stop":1724888294720,"duration":1}},{"uid":"39209bd132cdf5a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/39209bd132cdf5a9","status":"passed","time":{"start":1724887071735,"stop":1724887071736,"duration":1}},{"uid":"9e60092a6a585070","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9e60092a6a585070","status":"passed","time":{"start":1724886848342,"stop":1724886848342,"duration":0}},{"uid":"7cd7a2fe5a29dddf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7cd7a2fe5a29dddf","status":"passed","time":{"start":1724862259243,"stop":1724862259244,"duration":1}},{"uid":"d4e5d03dae648c25","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d4e5d03dae648c25","status":"passed","time":{"start":1724861735322,"stop":1724861735322,"duration":0}},{"uid":"c6898c517d38270","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c6898c517d38270","status":"passed","time":{"start":1724861606336,"stop":1724861606336,"duration":0}},{"uid":"688955a8cb0b3a7d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/688955a8cb0b3a7d","status":"passed","time":{"start":1724861426682,"stop":1724861426683,"duration":1}}]},"75b0e13aa9199c5b51cece307747706b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b09e923d197585fc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b09e923d197585fc","status":"passed","time":{"start":1724921602984,"stop":1724921602985,"duration":1}},{"uid":"d27f3a452db7f830","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d27f3a452db7f830","status":"passed","time":{"start":1724921571108,"stop":1724921571108,"duration":0}},{"uid":"81e949d5dbada296","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/81e949d5dbada296","status":"passed","time":{"start":1724918285616,"stop":1724918285616,"duration":0}},{"uid":"6d6f0f73721729ec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d6f0f73721729ec","status":"passed","time":{"start":1724890030102,"stop":1724890030102,"duration":0}},{"uid":"12fd59c4839d411f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/12fd59c4839d411f","status":"passed","time":{"start":1724889171929,"stop":1724889171930,"duration":1}},{"uid":"c9ddab085976c131","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c9ddab085976c131","status":"passed","time":{"start":1724888350742,"stop":1724888350742,"duration":0}},{"uid":"ada06c6a841b409c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ada06c6a841b409c","status":"passed","time":{"start":1724887115428,"stop":1724887115429,"duration":1}},{"uid":"cf14a00d1949c2cf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cf14a00d1949c2cf","status":"passed","time":{"start":1724886884586,"stop":1724886884587,"duration":1}},{"uid":"d143a041139d79a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d143a041139d79a6","status":"passed","time":{"start":1724862322278,"stop":1724862322278,"duration":0}},{"uid":"f218d2c2d2f88b09","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f218d2c2d2f88b09","status":"passed","time":{"start":1724861790766,"stop":1724861790766,"duration":0}},{"uid":"50f23a52d4d8f4db","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/50f23a52d4d8f4db","status":"passed","time":{"start":1724861628431,"stop":1724861628432,"duration":1}},{"uid":"d2302387fb4c40b6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d2302387fb4c40b6","status":"passed","time":{"start":1724861465636,"stop":1724861465636,"duration":0}}]},"dfd3e8cf2e67a8bcf19c763cc0fffff3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b7bb9c122c7e4834","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b7bb9c122c7e4834","status":"passed","time":{"start":1724921619638,"stop":1724921619639,"duration":1}}]},"603625a98f1a885e3b4008162ac7ce5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"af79648e432fe63c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/af79648e432fe63c","status":"passed","time":{"start":1724921267865,"stop":1724921267865,"duration":0}},{"uid":"ba112037747a0129","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ba112037747a0129","status":"passed","time":{"start":1724921244356,"stop":1724921244357,"duration":1}},{"uid":"101a5b182dbc1676","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/101a5b182dbc1676","status":"passed","time":{"start":1724917916038,"stop":1724917916039,"duration":1}},{"uid":"6e43ae20d960ef17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e43ae20d960ef17","status":"passed","time":{"start":1724889678249,"stop":1724889678250,"duration":1}},{"uid":"d473dc2e8da62f9b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d473dc2e8da62f9b","status":"passed","time":{"start":1724888831680,"stop":1724888831680,"duration":0}},{"uid":"b4992a135e1e95e2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b4992a135e1e95e2","status":"passed","time":{"start":1724888003312,"stop":1724888003315,"duration":3}},{"uid":"9cb72e4abe3d3bb9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9cb72e4abe3d3bb9","status":"passed","time":{"start":1724886776600,"stop":1724886776601,"duration":1}},{"uid":"c41a349212c40532","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c41a349212c40532","status":"passed","time":{"start":1724886555787,"stop":1724886555787,"duration":0}},{"uid":"2e2104445118cd7a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2e2104445118cd7a","status":"passed","time":{"start":1724861983001,"stop":1724861983002,"duration":1}},{"uid":"45bc5aee0b120fff","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/45bc5aee0b120fff","status":"passed","time":{"start":1724861444062,"stop":1724861444063,"duration":1}},{"uid":"3eaa832224eb44b0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3eaa832224eb44b0","status":"passed","time":{"start":1724861285825,"stop":1724861285825,"duration":0}},{"uid":"74767a03b26f3dcf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/74767a03b26f3dcf","status":"passed","time":{"start":1724861145651,"stop":1724861145656,"duration":5}}]},"1f5626d20b8996956f0e580ea95bb447:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"540c86fec566c5ae","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/540c86fec566c5ae","status":"passed","time":{"start":1724921602990,"stop":1724921602990,"duration":0}},{"uid":"d4c1d63a1db7f32b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d4c1d63a1db7f32b","status":"passed","time":{"start":1724921571111,"stop":1724921571112,"duration":1}},{"uid":"ac0421168b19d81b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ac0421168b19d81b","status":"passed","time":{"start":1724918285619,"stop":1724918285619,"duration":0}},{"uid":"d21d19cea8307de4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d21d19cea8307de4","status":"passed","time":{"start":1724890030106,"stop":1724890030107,"duration":1}},{"uid":"76bbd7c6ddb66b8b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/76bbd7c6ddb66b8b","status":"passed","time":{"start":1724889171934,"stop":1724889171935,"duration":1}},{"uid":"fd6f22b1c834b4d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fd6f22b1c834b4d","status":"passed","time":{"start":1724888350748,"stop":1724888350749,"duration":1}},{"uid":"6651e9fe14794ca0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6651e9fe14794ca0","status":"passed","time":{"start":1724887115439,"stop":1724887115442,"duration":3}},{"uid":"56d5f346ed7ccd30","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/56d5f346ed7ccd30","status":"passed","time":{"start":1724886884589,"stop":1724886884590,"duration":1}},{"uid":"44f47b09861e65b5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/44f47b09861e65b5","status":"passed","time":{"start":1724862322282,"stop":1724862322283,"duration":1}},{"uid":"39c460a5d95167a7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/39c460a5d95167a7","status":"passed","time":{"start":1724861790768,"stop":1724861790769,"duration":1}},{"uid":"dd796d3d571b6604","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dd796d3d571b6604","status":"passed","time":{"start":1724861628434,"stop":1724861628435,"duration":1}},{"uid":"aaef42eb1f18e844","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/aaef42eb1f18e844","status":"passed","time":{"start":1724861465638,"stop":1724861465639,"duration":1}}]},"d7122f70e913ae26a9b31816dd3cf131:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fe5e369e5f5637a1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fe5e369e5f5637a1","status":"passed","time":{"start":1724921141187,"stop":1724921141187,"duration":0}},{"uid":"59768da6a5370316","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/59768da6a5370316","status":"passed","time":{"start":1724921118249,"stop":1724921118249,"duration":0}},{"uid":"61e7e09062cec7f6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/61e7e09062cec7f6","status":"passed","time":{"start":1724917777550,"stop":1724917777551,"duration":1}},{"uid":"5057a93ad452e46","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5057a93ad452e46","status":"passed","time":{"start":1724889554663,"stop":1724889554664,"duration":1}},{"uid":"4cba03b3d25a8e31","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4cba03b3d25a8e31","status":"passed","time":{"start":1724888706936,"stop":1724888706937,"duration":1}},{"uid":"6a3492f5885fe7fd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a3492f5885fe7fd","status":"passed","time":{"start":1724887861773,"stop":1724887861773,"duration":0}},{"uid":"eb365701fa6eb1a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eb365701fa6eb1a2","status":"passed","time":{"start":1724886631476,"stop":1724886631476,"duration":0}},{"uid":"6dfe43ef4fb038c5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6dfe43ef4fb038c5","status":"passed","time":{"start":1724886409745,"stop":1724886409745,"duration":0}},{"uid":"82094cb687b332d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/82094cb687b332d9","status":"passed","time":{"start":1724861858183,"stop":1724861858183,"duration":0}},{"uid":"3c942eeba5d1b934","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3c942eeba5d1b934","status":"passed","time":{"start":1724861324521,"stop":1724861324521,"duration":0}},{"uid":"f40eb09c9fb64638","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f40eb09c9fb64638","status":"passed","time":{"start":1724861152390,"stop":1724861152390,"duration":0}},{"uid":"9871df516b2cb3bc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9871df516b2cb3bc","status":"passed","time":{"start":1724861011435,"stop":1724861011435,"duration":0}}]},"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"43a610975bfc6092","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/43a610975bfc6092","status":"passed","time":{"start":1724921672581,"stop":1724921672581,"duration":0}},{"uid":"19475993bbb32366","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/19475993bbb32366","status":"passed","time":{"start":1724921629964,"stop":1724921629964,"duration":0}},{"uid":"ba4f85d6cce2ced9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ba4f85d6cce2ced9","status":"passed","time":{"start":1724918337082,"stop":1724918337082,"duration":0}},{"uid":"3963550e816baa1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3963550e816baa1","status":"passed","time":{"start":1724890089178,"stop":1724890089179,"duration":1}},{"uid":"e24ff0820c14948f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e24ff0820c14948f","status":"passed","time":{"start":1724889221660,"stop":1724889221660,"duration":0}},{"uid":"760159196647ab93","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/760159196647ab93","status":"passed","time":{"start":1724888396188,"stop":1724888396188,"duration":0}},{"uid":"c84e3fa55139037b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c84e3fa55139037b","status":"passed","time":{"start":1724887170938,"stop":1724887170938,"duration":0}},{"uid":"c159ed9f16e0829c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c159ed9f16e0829c","status":"passed","time":{"start":1724886948525,"stop":1724886948525,"duration":0}},{"uid":"d3a4f570b3dc49b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3a4f570b3dc49b3","status":"passed","time":{"start":1724862370753,"stop":1724862370753,"duration":0}},{"uid":"3f18ded0fe8d001b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3f18ded0fe8d001b","status":"passed","time":{"start":1724861845164,"stop":1724861845166,"duration":2}},{"uid":"6d7f1fe53a089824","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6d7f1fe53a089824","status":"passed","time":{"start":1724861703116,"stop":1724861703116,"duration":0}},{"uid":"d1d00a60bcb2844a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d1d00a60bcb2844a","status":"passed","time":{"start":1724861530976,"stop":1724861530976,"duration":0}}]},"4f307cc7c92f8a7b045d9da80ae0d231:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4a240941df5f3929","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4a240941df5f3929","status":"passed","time":{"start":1724921625094,"stop":1724921625094,"duration":0}},{"uid":"5ab17f82334b79e3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5ab17f82334b79e3","status":"passed","time":{"start":1724921590514,"stop":1724921590514,"duration":0}},{"uid":"7ccbb721f445aed5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7ccbb721f445aed5","status":"passed","time":{"start":1724918287580,"stop":1724918287581,"duration":1}},{"uid":"61baa236013bf704","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/61baa236013bf704","status":"passed","time":{"start":1724890047806,"stop":1724890047807,"duration":1}},{"uid":"5f724094d6e9222c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f724094d6e9222c","status":"passed","time":{"start":1724889183950,"stop":1724889183950,"duration":0}},{"uid":"9fa8eabe13a58241","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9fa8eabe13a58241","status":"passed","time":{"start":1724888354190,"stop":1724888354190,"duration":0}},{"uid":"e7f77338c84be1e1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e7f77338c84be1e1","status":"passed","time":{"start":1724887145732,"stop":1724887145733,"duration":1}},{"uid":"c5dfa3b1de8b614b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c5dfa3b1de8b614b","status":"passed","time":{"start":1724886915812,"stop":1724886915812,"duration":0}},{"uid":"698e0679fe89da40","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/698e0679fe89da40","status":"passed","time":{"start":1724862341468,"stop":1724862341469,"duration":1}},{"uid":"4a2fa323d09482fd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4a2fa323d09482fd","status":"passed","time":{"start":1724861805474,"stop":1724861805474,"duration":0}},{"uid":"95f1332b42e61c5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/95f1332b42e61c5","status":"passed","time":{"start":1724861662303,"stop":1724861662304,"duration":1}},{"uid":"9aec8a3f63578f48","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9aec8a3f63578f48","status":"passed","time":{"start":1724861492532,"stop":1724861492533,"duration":1}}]},"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"619ce2fea4ad8e7e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/619ce2fea4ad8e7e","status":"passed","time":{"start":1724921096286,"stop":1724921096287,"duration":1}},{"uid":"e573bc39d6c5b985","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e573bc39d6c5b985","status":"passed","time":{"start":1724921071512,"stop":1724921071512,"duration":0}},{"uid":"9af965ffa3eb923","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9af965ffa3eb923","status":"passed","time":{"start":1724917733229,"stop":1724917733229,"duration":0}},{"uid":"93fe025769176b0a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/93fe025769176b0a","status":"passed","time":{"start":1724889513547,"stop":1724889513548,"duration":1}},{"uid":"a5f467e01004e2df","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5f467e01004e2df","status":"passed","time":{"start":1724888663277,"stop":1724888663277,"duration":0}},{"uid":"ad88823058865968","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ad88823058865968","status":"passed","time":{"start":1724887820110,"stop":1724887820110,"duration":0}},{"uid":"a69d2804df5a11b7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a69d2804df5a11b7","status":"passed","time":{"start":1724886586381,"stop":1724886586382,"duration":1}},{"uid":"c997cc2a33f9f722","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c997cc2a33f9f722","status":"passed","time":{"start":1724886365424,"stop":1724886365425,"duration":1}},{"uid":"5338bce07e934dc0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5338bce07e934dc0","status":"passed","time":{"start":1724861812770,"stop":1724861812771,"duration":1}},{"uid":"ba73f294c6dc9948","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ba73f294c6dc9948","status":"passed","time":{"start":1724861281933,"stop":1724861281933,"duration":0}},{"uid":"c9782386a26d866d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c9782386a26d866d","status":"passed","time":{"start":1724861109126,"stop":1724861109126,"duration":0}},{"uid":"7c035753a4861d1f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7c035753a4861d1f","status":"passed","time":{"start":1724860969294,"stop":1724860969294,"duration":0}}]},"5b45bb92c0a06b4175834dbf04d5c362:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3e644b0f49269df9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3e644b0f49269df9","status":"passed","time":{"start":1724921488887,"stop":1724921488888,"duration":1}}]},"7dae8bb55d6428cb3b2106bc904f3565:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a9c66d064d6c5e66","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a9c66d064d6c5e66","status":"passed","time":{"start":1724921061370,"stop":1724921061370,"duration":0}},{"uid":"1ed67b21b44e471f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1ed67b21b44e471f","status":"passed","time":{"start":1724921036548,"stop":1724921036549,"duration":1}},{"uid":"6dcec93f38cdb42f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6dcec93f38cdb42f","status":"passed","time":{"start":1724917696991,"stop":1724917696992,"duration":1}},{"uid":"f2edd83cec06d0b5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2edd83cec06d0b5","status":"passed","time":{"start":1724889475436,"stop":1724889475436,"duration":0}},{"uid":"d3e4db7a86a09b16","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3e4db7a86a09b16","status":"passed","time":{"start":1724888626529,"stop":1724888626530,"duration":1}},{"uid":"ed89a94974e1e7da","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ed89a94974e1e7da","status":"passed","time":{"start":1724887782738,"stop":1724887782738,"duration":0}},{"uid":"c793f06efbc3d0ff","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c793f06efbc3d0ff","status":"passed","time":{"start":1724886549350,"stop":1724886549350,"duration":0}},{"uid":"8b2f2f4ae034a535","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8b2f2f4ae034a535","status":"passed","time":{"start":1724886326870,"stop":1724886326871,"duration":1}},{"uid":"ebecfe83c2b5c41b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ebecfe83c2b5c41b","status":"passed","time":{"start":1724861776301,"stop":1724861776301,"duration":0}},{"uid":"6195a33127e9986e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6195a33127e9986e","status":"passed","time":{"start":1724861246681,"stop":1724861246682,"duration":1}},{"uid":"ddf9581703518643","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ddf9581703518643","status":"passed","time":{"start":1724861070665,"stop":1724861070666,"duration":1}},{"uid":"317014cfee280b2e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/317014cfee280b2e","status":"passed","time":{"start":1724860931330,"stop":1724860931330,"duration":0}}]},"43e609e8a76551cf6870b645168fc675:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d7a8b42323bb9ccb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d7a8b42323bb9ccb","status":"passed","time":{"start":1724921602956,"stop":1724921602956,"duration":0}},{"uid":"12017d69d357e6ca","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/12017d69d357e6ca","status":"passed","time":{"start":1724921571100,"stop":1724921571100,"duration":0}},{"uid":"5e51be09c8b9b4e5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5e51be09c8b9b4e5","status":"passed","time":{"start":1724918285596,"stop":1724918285597,"duration":1}},{"uid":"63fb41c77d09c0a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/63fb41c77d09c0a0","status":"passed","time":{"start":1724890030093,"stop":1724890030093,"duration":0}},{"uid":"2d1b39efdd7e644d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d1b39efdd7e644d","status":"passed","time":{"start":1724889171912,"stop":1724889171912,"duration":0}},{"uid":"fbf2480190af34eb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fbf2480190af34eb","status":"passed","time":{"start":1724888350726,"stop":1724888350729,"duration":3}},{"uid":"d9bc8c92306810c5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d9bc8c92306810c5","status":"passed","time":{"start":1724887115412,"stop":1724887115413,"duration":1}},{"uid":"535cfa34a1bea681","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/535cfa34a1bea681","status":"passed","time":{"start":1724886884579,"stop":1724886884579,"duration":0}},{"uid":"65ff888db6a7196f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/65ff888db6a7196f","status":"passed","time":{"start":1724862322264,"stop":1724862322264,"duration":0}},{"uid":"663648a8a1a00015","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/663648a8a1a00015","status":"passed","time":{"start":1724861790754,"stop":1724861790754,"duration":0}},{"uid":"49d8de8f6f89707b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/49d8de8f6f89707b","status":"passed","time":{"start":1724861628423,"stop":1724861628423,"duration":0}},{"uid":"fb096ac5fce52c51","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fb096ac5fce52c51","status":"passed","time":{"start":1724861465628,"stop":1724861465628,"duration":0}}]},"76701d5ca0b3b70e8924e743b725e370:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9cb5ffbbe734324","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9cb5ffbbe734324","status":"passed","time":{"start":1724889169850,"stop":1724889169850,"duration":0}}]},"bbfc5d3825910c5f2bf1022c627c348e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"64569736038d35af","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64569736038d35af","status":"passed","time":{"start":1724861983009,"stop":1724861983012,"duration":3}}]},"cf0cd468ff0903f99dcae51c5b7e1280:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a40656cb1e381f5c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a40656cb1e381f5c","status":"passed","time":{"start":1724862213661,"stop":1724862213662,"duration":1}}]},"1d2ad5d65c4f854f3f9c4916cd6c4d52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"22d224c4577a0923","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/22d224c4577a0923","status":"passed","time":{"start":1724921515222,"stop":1724921515222,"duration":0}},{"uid":"786fe81a5f0f3f28","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/786fe81a5f0f3f28","status":"passed","time":{"start":1724921475441,"stop":1724921475442,"duration":1}},{"uid":"51c62db84291cba7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/51c62db84291cba7","status":"passed","time":{"start":1724918179383,"stop":1724918179387,"duration":4}},{"uid":"7e82410da0db790","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e82410da0db790","status":"passed","time":{"start":1724889935336,"stop":1724889935337,"duration":1}},{"uid":"f9d38c672a29dc6b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9d38c672a29dc6b","status":"passed","time":{"start":1724889072749,"stop":1724889072749,"duration":0}},{"uid":"28ade4bffbf5ded8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/28ade4bffbf5ded8","status":"passed","time":{"start":1724888232410,"stop":1724888232411,"duration":1}},{"uid":"f36dfadf6b6b5598","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f36dfadf6b6b5598","status":"passed","time":{"start":1724887018290,"stop":1724887018290,"duration":0}},{"uid":"578957d85f1a2ad9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/578957d85f1a2ad9","status":"passed","time":{"start":1724886781475,"stop":1724886781475,"duration":0}},{"uid":"31ca97d2b2681531","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31ca97d2b2681531","status":"passed","time":{"start":1724862213658,"stop":1724862213658,"duration":0}},{"uid":"f05bed68ae172b77","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f05bed68ae172b77","status":"passed","time":{"start":1724861685850,"stop":1724861685851,"duration":1}},{"uid":"5f36a3e08cbc8d32","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5f36a3e08cbc8d32","status":"passed","time":{"start":1724861546165,"stop":1724861546166,"duration":1}},{"uid":"de0f298837f89085","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/de0f298837f89085","status":"passed","time":{"start":1724861378106,"stop":1724861378106,"duration":0}}]},"7042dff534cddd27d2d085ef0aa37a66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5883a1bcf9a7621d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5883a1bcf9a7621d","status":"passed","time":{"start":1724921037651,"stop":1724921037651,"duration":0}},{"uid":"fc4034c27bd21670","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fc4034c27bd21670","status":"passed","time":{"start":1724921013064,"stop":1724921013064,"duration":0}},{"uid":"30426627c491fc63","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/30426627c491fc63","status":"passed","time":{"start":1724917673305,"stop":1724917673305,"duration":0}},{"uid":"eba836f73c8ecb95","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eba836f73c8ecb95","status":"passed","time":{"start":1724889452324,"stop":1724889452324,"duration":0}},{"uid":"1b39c2f7975f230","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1b39c2f7975f230","status":"passed","time":{"start":1724888602857,"stop":1724888602857,"duration":0}},{"uid":"d060618d0a928ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d060618d0a928ea","status":"passed","time":{"start":1724887759177,"stop":1724887759177,"duration":0}},{"uid":"c8b821916eedb0fb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c8b821916eedb0fb","status":"passed","time":{"start":1724886525555,"stop":1724886525556,"duration":1}},{"uid":"16cda696d19a38bd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/16cda696d19a38bd","status":"passed","time":{"start":1724886303411,"stop":1724886303411,"duration":0}},{"uid":"39bae9d69c73207a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/39bae9d69c73207a","status":"passed","time":{"start":1724861752248,"stop":1724861752248,"duration":0}},{"uid":"eeb96b74cb3e2a1b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/eeb96b74cb3e2a1b","status":"passed","time":{"start":1724861223368,"stop":1724861223368,"duration":0}},{"uid":"cae239faf00b42f9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cae239faf00b42f9","status":"passed","time":{"start":1724861045217,"stop":1724861045217,"duration":0}},{"uid":"707b92b9cda1aa73","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/707b92b9cda1aa73","status":"passed","time":{"start":1724860907103,"stop":1724860907103,"duration":0}}]},"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5ed5fa2905dbd389","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5ed5fa2905dbd389","status":"passed","time":{"start":1724921297017,"stop":1724921297018,"duration":1}},{"uid":"8c38e5a2e3061dba","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8c38e5a2e3061dba","status":"passed","time":{"start":1724921276371,"stop":1724921276372,"duration":1}},{"uid":"a9c0e561dbb0610e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a9c0e561dbb0610e","status":"passed","time":{"start":1724917948329,"stop":1724917948330,"duration":1}},{"uid":"8d9dc417146369a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8d9dc417146369a1","status":"passed","time":{"start":1724889729016,"stop":1724889729017,"duration":1}},{"uid":"6f63026f29c12288","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6f63026f29c12288","status":"passed","time":{"start":1724888864959,"stop":1724888864960,"duration":1}},{"uid":"71a462c82ca255a4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/71a462c82ca255a4","status":"passed","time":{"start":1724888053751,"stop":1724888053751,"duration":0}},{"uid":"e2fa96a076274e42","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e2fa96a076274e42","status":"passed","time":{"start":1724886811666,"stop":1724886811666,"duration":0}},{"uid":"876d3ab730b03192","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/876d3ab730b03192","status":"passed","time":{"start":1724886581008,"stop":1724886581009,"duration":1}},{"uid":"3c2ece55e4e071bb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c2ece55e4e071bb","status":"passed","time":{"start":1724862019565,"stop":1724862019565,"duration":0}},{"uid":"2ea87f556a3cd65b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2ea87f556a3cd65b","status":"passed","time":{"start":1724861493942,"stop":1724861493942,"duration":0}},{"uid":"b465eb46fd3e675a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b465eb46fd3e675a","status":"passed","time":{"start":1724861318058,"stop":1724861318060,"duration":2}},{"uid":"f777b6e95e1cee16","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f777b6e95e1cee16","status":"passed","time":{"start":1724861178520,"stop":1724861178520,"duration":0}}]},"01a914ece4efc021f813984d0b6cb2d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f2f3dc66a2ccfd3f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2f3dc66a2ccfd3f","status":"passed","time":{"start":1724889144084,"stop":1724889144084,"duration":0}}]},"05ac328fcdad20d16ad68937252da987:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab0b070307328eef","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ab0b070307328eef","status":"passed","time":{"start":1724861145674,"stop":1724861145675,"duration":1}}]},"c78c9e4b68cd52724d7f39b3cfc23575:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8d9f5489f3982c1c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8d9f5489f3982c1c","status":"passed","time":{"start":1724861800258,"stop":1724861800258,"duration":0}}]},"d9d045edbd4d6eea091f74f55cb13373:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c743c9f41a83bfff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c743c9f41a83bfff","status":"passed","time":{"start":1724921613054,"stop":1724921613054,"duration":0}}]},"5953d535b7b83c9632c08d994bae92ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"da4132c642b177e2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/da4132c642b177e2","status":"passed","time":{"start":1724921037643,"stop":1724921037643,"duration":0}},{"uid":"a029b7171c953f3a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a029b7171c953f3a","status":"passed","time":{"start":1724921013056,"stop":1724921013056,"duration":0}},{"uid":"7aefa803908b3a83","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7aefa803908b3a83","status":"passed","time":{"start":1724917673298,"stop":1724917673298,"duration":0}},{"uid":"acc4c0545e88c3fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/acc4c0545e88c3fa","status":"passed","time":{"start":1724889452317,"stop":1724889452317,"duration":0}},{"uid":"52f26fa32ebdd282","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52f26fa32ebdd282","status":"passed","time":{"start":1724888602847,"stop":1724888602848,"duration":1}},{"uid":"980df97a8f53ce30","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/980df97a8f53ce30","status":"passed","time":{"start":1724887759169,"stop":1724887759170,"duration":1}},{"uid":"f8b2f486d3ba765b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f8b2f486d3ba765b","status":"passed","time":{"start":1724886525549,"stop":1724886525549,"duration":0}},{"uid":"5c5f3db033798db0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5c5f3db033798db0","status":"passed","time":{"start":1724886303403,"stop":1724886303403,"duration":0}},{"uid":"e66b75e123b5f53e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e66b75e123b5f53e","status":"passed","time":{"start":1724861752235,"stop":1724861752235,"duration":0}},{"uid":"660d5dc130303510","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/660d5dc130303510","status":"passed","time":{"start":1724861223360,"stop":1724861223361,"duration":1}},{"uid":"dd847bb074f99a14","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dd847bb074f99a14","status":"passed","time":{"start":1724861045208,"stop":1724861045209,"duration":1}},{"uid":"9a0d1ddd9fc69fa6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9a0d1ddd9fc69fa6","status":"passed","time":{"start":1724860907091,"stop":1724860907091,"duration":0}}]},"fc39982c60764f1c2d1f8b67dfc8040a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"355bac8607be3989","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/355bac8607be3989","status":"passed","time":{"start":1724889144085,"stop":1724889144085,"duration":0}}]},"07fd6b7b440ad8e72e5d0d37688bfbff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"530fdaa7dbf39669","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/530fdaa7dbf39669","status":"passed","time":{"start":1724921046201,"stop":1724921046202,"duration":1}},{"uid":"5644337d864bfa74","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5644337d864bfa74","status":"passed","time":{"start":1724921021476,"stop":1724921021477,"duration":1}},{"uid":"ed34649670ec6de3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ed34649670ec6de3","status":"passed","time":{"start":1724917681725,"stop":1724917681725,"duration":0}},{"uid":"5ec4c23c33c88efe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ec4c23c33c88efe","status":"passed","time":{"start":1724889460652,"stop":1724889460653,"duration":1}},{"uid":"e48693b3dcc15e7e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e48693b3dcc15e7e","status":"passed","time":{"start":1724888611296,"stop":1724888611296,"duration":0}},{"uid":"4b88e16fabc5db52","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4b88e16fabc5db52","status":"passed","time":{"start":1724887767621,"stop":1724887767621,"duration":0}},{"uid":"6d5472f9ed2cd2bf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6d5472f9ed2cd2bf","status":"passed","time":{"start":1724886533987,"stop":1724886533991,"duration":4}},{"uid":"e663522688589b7a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e663522688589b7a","status":"passed","time":{"start":1724886311755,"stop":1724886311756,"duration":1}},{"uid":"b74ab4f6f6c5fe0b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b74ab4f6f6c5fe0b","status":"passed","time":{"start":1724861760776,"stop":1724861760776,"duration":0}},{"uid":"3baaffd09e5af823","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3baaffd09e5af823","status":"passed","time":{"start":1724861231735,"stop":1724861231735,"duration":0}},{"uid":"e45cef558c41c31e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e45cef558c41c31e","status":"passed","time":{"start":1724861054256,"stop":1724861054257,"duration":1}},{"uid":"988db2845e3ca8a6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/988db2845e3ca8a6","status":"passed","time":{"start":1724860915811,"stop":1724860915816,"duration":5}}]},"fe328248c632be0d324baf204ecdc3e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f32b80fa88ae5b94","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f32b80fa88ae5b94","status":"passed","time":{"start":1724921625033,"stop":1724921625033,"duration":0}},{"uid":"5a5a413dbde5130c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5a5a413dbde5130c","status":"passed","time":{"start":1724921590478,"stop":1724921590478,"duration":0}},{"uid":"ebd72ef07ed93218","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ebd72ef07ed93218","status":"passed","time":{"start":1724918287557,"stop":1724918287557,"duration":0}},{"uid":"14353204bbdeb268","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14353204bbdeb268","status":"passed","time":{"start":1724890047781,"stop":1724890047781,"duration":0}},{"uid":"a20c1743f0b2085f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a20c1743f0b2085f","status":"passed","time":{"start":1724889183912,"stop":1724889183913,"duration":1}},{"uid":"e88eb4ca8c972af5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e88eb4ca8c972af5","status":"passed","time":{"start":1724888354157,"stop":1724888354158,"duration":1}},{"uid":"ff900231255143f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ff900231255143f","status":"passed","time":{"start":1724887145649,"stop":1724887145650,"duration":1}},{"uid":"f8f692fa9d8ee515","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f8f692fa9d8ee515","status":"passed","time":{"start":1724886915775,"stop":1724886915775,"duration":0}},{"uid":"ccd2d5049fb7b3b8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ccd2d5049fb7b3b8","status":"passed","time":{"start":1724862341430,"stop":1724862341430,"duration":0}},{"uid":"ea95001cfed28cd1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ea95001cfed28cd1","status":"passed","time":{"start":1724861805429,"stop":1724861805430,"duration":1}},{"uid":"ac20047f753db977","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac20047f753db977","status":"passed","time":{"start":1724861662238,"stop":1724861662239,"duration":1}},{"uid":"8f7eb84e4ebe0be9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8f7eb84e4ebe0be9","status":"passed","time":{"start":1724861492501,"stop":1724861492502,"duration":1}}]},"b63443a110fa001ebe2ff644ef2583af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba031fdf05c12270","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ba031fdf05c12270","status":"passed","time":{"start":1724921571109,"stop":1724921571109,"duration":0}}]},"0820a766a9c53d82dbe44dc8b333040f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c05ffc0445f5a2ed","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c05ffc0445f5a2ed","status":"passed","time":{"start":1724886906378,"stop":1724886906378,"duration":0}}]},"91234321a2619432587a4f5116265176:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"582853db24a2f90f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/582853db24a2f90f","status":"passed","time":{"start":1724862233523,"stop":1724862233523,"duration":0}}]},"f2541bf96bf4b9f11cf326933201a52a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9db35cd4c5c68a66","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9db35cd4c5c68a66","status":"passed","time":{"start":1724921625037,"stop":1724921625038,"duration":1}},{"uid":"eb67c95f4246120e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/eb67c95f4246120e","status":"passed","time":{"start":1724921590481,"stop":1724921590482,"duration":1}},{"uid":"d7e6c36bdb7af766","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d7e6c36bdb7af766","status":"passed","time":{"start":1724918287560,"stop":1724918287560,"duration":0}},{"uid":"b2c4a0d65d99604c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b2c4a0d65d99604c","status":"passed","time":{"start":1724890047783,"stop":1724890047783,"duration":0}},{"uid":"4d3568c0fc7acc99","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4d3568c0fc7acc99","status":"passed","time":{"start":1724889183915,"stop":1724889183915,"duration":0}},{"uid":"27cf235444c76a06","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/27cf235444c76a06","status":"passed","time":{"start":1724888354160,"stop":1724888354160,"duration":0}},{"uid":"f55ec1073164c40d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f55ec1073164c40d","status":"passed","time":{"start":1724887145651,"stop":1724887145652,"duration":1}},{"uid":"8fba490c0f41c95d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8fba490c0f41c95d","status":"passed","time":{"start":1724886915777,"stop":1724886915777,"duration":0}},{"uid":"beb0dd9e7f638ea9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/beb0dd9e7f638ea9","status":"passed","time":{"start":1724862341432,"stop":1724862341432,"duration":0}},{"uid":"171fcb74bd4bcca5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/171fcb74bd4bcca5","status":"passed","time":{"start":1724861805434,"stop":1724861805435,"duration":1}},{"uid":"491810379be724b6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/491810379be724b6","status":"passed","time":{"start":1724861662241,"stop":1724861662241,"duration":0}},{"uid":"b74acaea58e6b2f6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b74acaea58e6b2f6","status":"passed","time":{"start":1724861492503,"stop":1724861492504,"duration":1}}]},"2b1dd4e975806d76599d997e3099ca66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cfdfe26fc1eaf1b2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cfdfe26fc1eaf1b2","status":"passed","time":{"start":1724921497753,"stop":1724921497753,"duration":0}},{"uid":"258656b6904028aa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/258656b6904028aa","status":"passed","time":{"start":1724921408407,"stop":1724921408407,"duration":0}},{"uid":"845d5f9907bd2761","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/845d5f9907bd2761","status":"passed","time":{"start":1724918086868,"stop":1724918086868,"duration":0}},{"uid":"7e05069ab67867ec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e05069ab67867ec","status":"passed","time":{"start":1724889892444,"stop":1724889892444,"duration":0}},{"uid":"afce9e5584afe02e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/afce9e5584afe02e","status":"passed","time":{"start":1724888997214,"stop":1724888997214,"duration":0}},{"uid":"bcf1a46861f92342","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bcf1a46861f92342","status":"passed","time":{"start":1724888159486,"stop":1724888159486,"duration":0}},{"uid":"5fd01d032bfe4d63","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5fd01d032bfe4d63","status":"passed","time":{"start":1724886937289,"stop":1724886937289,"duration":0}},{"uid":"6842d340acd8cc25","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6842d340acd8cc25","status":"passed","time":{"start":1724886709796,"stop":1724886709797,"duration":1}},{"uid":"9cec870a8811a1a3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9cec870a8811a1a3","status":"passed","time":{"start":1724862123535,"stop":1724862123535,"duration":0}},{"uid":"7a8fa9613b1ef04","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7a8fa9613b1ef04","status":"passed","time":{"start":1724861620101,"stop":1724861620102,"duration":1}},{"uid":"fb6561b12bf137b5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fb6561b12bf137b5","status":"passed","time":{"start":1724861460234,"stop":1724861460236,"duration":2}},{"uid":"2735f94aaf60072e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2735f94aaf60072e","status":"passed","time":{"start":1724861330169,"stop":1724861330170,"duration":1}}]},"4b209ca22f5cdd997fd0e47580f47a61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"df430495f36d5327","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/df430495f36d5327","status":"passed","time":{"start":1724921563010,"stop":1724921563010,"duration":0}},{"uid":"43d0740a22d09ad8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/43d0740a22d09ad8","status":"passed","time":{"start":1724921526810,"stop":1724921526810,"duration":0}},{"uid":"e482fea1851e5a56","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e482fea1851e5a56","status":"passed","time":{"start":1724918239938,"stop":1724918239938,"duration":0}},{"uid":"31b601893c2e1c6f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31b601893c2e1c6f","status":"passed","time":{"start":1724889980884,"stop":1724889980885,"duration":1}},{"uid":"bf5fc474b0959b0d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf5fc474b0959b0d","status":"passed","time":{"start":1724889109947,"stop":1724889109947,"duration":0}},{"uid":"facc248f723d0ab1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/facc248f723d0ab1","status":"passed","time":{"start":1724888294720,"stop":1724888294720,"duration":0}},{"uid":"8558ec86ca667834","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8558ec86ca667834","status":"passed","time":{"start":1724887071736,"stop":1724887071736,"duration":0}},{"uid":"d3beb8df72f0f0b3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d3beb8df72f0f0b3","status":"passed","time":{"start":1724886848342,"stop":1724886848343,"duration":1}},{"uid":"7269279248781d24","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7269279248781d24","status":"passed","time":{"start":1724862259244,"stop":1724862259244,"duration":0}},{"uid":"47e7b3e5abccb6a2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/47e7b3e5abccb6a2","status":"passed","time":{"start":1724861735322,"stop":1724861735323,"duration":1}},{"uid":"8a74f911217e1fc7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8a74f911217e1fc7","status":"passed","time":{"start":1724861606336,"stop":1724861606337,"duration":1}},{"uid":"4034d02aaca70c64","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4034d02aaca70c64","status":"passed","time":{"start":1724861426683,"stop":1724861426683,"duration":0}}]},"462ed29437555677fe0da8e7d10f84ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"730098fbcbfc6c28","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/730098fbcbfc6c28","status":"passed","time":{"start":1724921037655,"stop":1724921037655,"duration":0}},{"uid":"ea2506695b34e479","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ea2506695b34e479","status":"passed","time":{"start":1724921013070,"stop":1724921013070,"duration":0}},{"uid":"6e7494bbf6a16b1a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6e7494bbf6a16b1a","status":"passed","time":{"start":1724917673310,"stop":1724917673310,"duration":0}},{"uid":"a8e3747d6513c45c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a8e3747d6513c45c","status":"passed","time":{"start":1724889452330,"stop":1724889452330,"duration":0}},{"uid":"7834e8de4095c5c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7834e8de4095c5c0","status":"passed","time":{"start":1724888602862,"stop":1724888602862,"duration":0}},{"uid":"d3109b6bc15df558","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d3109b6bc15df558","status":"passed","time":{"start":1724887759182,"stop":1724887759182,"duration":0}},{"uid":"43cee37a6b6e5425","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/43cee37a6b6e5425","status":"passed","time":{"start":1724886525560,"stop":1724886525560,"duration":0}},{"uid":"8a11c83eec07f916","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8a11c83eec07f916","status":"passed","time":{"start":1724886303416,"stop":1724886303416,"duration":0}},{"uid":"a2aaff07afc324d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2aaff07afc324d","status":"passed","time":{"start":1724861752252,"stop":1724861752252,"duration":0}},{"uid":"d61f214635ccd70b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d61f214635ccd70b","status":"passed","time":{"start":1724861223373,"stop":1724861223373,"duration":0}},{"uid":"1f39323590ebbf62","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1f39323590ebbf62","status":"passed","time":{"start":1724861045222,"stop":1724861045223,"duration":1}},{"uid":"810068d4aeb7a315","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/810068d4aeb7a315","status":"passed","time":{"start":1724860907109,"stop":1724860907109,"duration":0}}]},"0152fbeda9e280ec6119fe755aac6f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9739a2f780a36b82","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9739a2f780a36b82","status":"passed","time":{"start":1724921577170,"stop":1724921577170,"duration":0}}]},"1132e4ea197035baf51373627994ceb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2f09f31a7b00046d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2f09f31a7b00046d","status":"passed","time":{"start":1724921088192,"stop":1724921088193,"duration":1}},{"uid":"a5be18a03f04e58d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a5be18a03f04e58d","status":"passed","time":{"start":1724921063381,"stop":1724921063381,"duration":0}},{"uid":"a03561cd36c9b4ad","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a03561cd36c9b4ad","status":"passed","time":{"start":1724917723830,"stop":1724917723831,"duration":1}},{"uid":"5bda3cb97bdb1b7f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5bda3cb97bdb1b7f","status":"passed","time":{"start":1724889503225,"stop":1724889503225,"duration":0}},{"uid":"c1d9a2133f80818e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c1d9a2133f80818e","status":"passed","time":{"start":1724888652592,"stop":1724888652592,"duration":0}},{"uid":"964fece849f7bdad","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/964fece849f7bdad","status":"passed","time":{"start":1724887810646,"stop":1724887810647,"duration":1}},{"uid":"83ed07d9c399801b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/83ed07d9c399801b","status":"passed","time":{"start":1724886577063,"stop":1724886577065,"duration":2}},{"uid":"b0146a8bfcadce48","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b0146a8bfcadce48","status":"passed","time":{"start":1724886355049,"stop":1724886355049,"duration":0}},{"uid":"3c9a9e793251b45a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c9a9e793251b45a","status":"passed","time":{"start":1724861804038,"stop":1724861804038,"duration":0}},{"uid":"7d7ede9d6dc8e7a5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7d7ede9d6dc8e7a5","status":"passed","time":{"start":1724861273294,"stop":1724861273295,"duration":1}},{"uid":"32f177e0492c4aee","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/32f177e0492c4aee","status":"passed","time":{"start":1724861099306,"stop":1724861099306,"duration":0}},{"uid":"459cfe511738058f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/459cfe511738058f","status":"passed","time":{"start":1724860959302,"stop":1724860959303,"duration":1}}]},"3f5c35156711959eda236cd101661550:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7f5d938f054952ef","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7f5d938f054952ef","status":"passed","time":{"start":1724921037635,"stop":1724921037635,"duration":0}},{"uid":"65f71b5971e26f96","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/65f71b5971e26f96","status":"passed","time":{"start":1724921013047,"stop":1724921013047,"duration":0}},{"uid":"a0a0ff7f175e3e0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a0a0ff7f175e3e0","status":"passed","time":{"start":1724917673291,"stop":1724917673291,"duration":0}},{"uid":"b1c4ebd114a05df4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1c4ebd114a05df4","status":"passed","time":{"start":1724889452309,"stop":1724889452309,"duration":0}},{"uid":"9e3bc7417dd22347","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e3bc7417dd22347","status":"passed","time":{"start":1724888602839,"stop":1724888602840,"duration":1}},{"uid":"5b26a79a36fb0f8f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5b26a79a36fb0f8f","status":"passed","time":{"start":1724887759163,"stop":1724887759163,"duration":0}},{"uid":"8aff8e43faf15141","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8aff8e43faf15141","status":"passed","time":{"start":1724886525543,"stop":1724886525543,"duration":0}},{"uid":"aecdc0e3a04d7bea","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/aecdc0e3a04d7bea","status":"passed","time":{"start":1724886303396,"stop":1724886303396,"duration":0}},{"uid":"69c1da296a16a076","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/69c1da296a16a076","status":"passed","time":{"start":1724861752226,"stop":1724861752228,"duration":2}},{"uid":"8278eb83513d3265","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8278eb83513d3265","status":"passed","time":{"start":1724861223354,"stop":1724861223354,"duration":0}},{"uid":"4857528aa2b8ba0a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4857528aa2b8ba0a","status":"passed","time":{"start":1724861045201,"stop":1724861045202,"duration":1}},{"uid":"96f20da2c100d2d0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/96f20da2c100d2d0","status":"passed","time":{"start":1724860907084,"stop":1724860907084,"duration":0}}]},"63bfbc7bb8db232201832c65ba295a72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a096303cced7eae1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a096303cced7eae1","status":"passed","time":{"start":1724921613055,"stop":1724921613055,"duration":0}}]},"d4f0fd57ff4c72a9038ce8d3ec761e17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c0cd2ebe077eef3b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c0cd2ebe077eef3b","status":"passed","time":{"start":1724921663252,"stop":1724921663253,"duration":1}},{"uid":"4558ab22cea828ae","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4558ab22cea828ae","status":"passed","time":{"start":1724921617878,"stop":1724921617878,"duration":0}},{"uid":"bf2c47efce348d29","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bf2c47efce348d29","status":"passed","time":{"start":1724918326159,"stop":1724918326159,"duration":0}},{"uid":"71e2200ac132780e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/71e2200ac132780e","status":"passed","time":{"start":1724890076390,"stop":1724890076391,"duration":1}},{"uid":"85c77d615b245e06","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/85c77d615b245e06","status":"passed","time":{"start":1724889199685,"stop":1724889199686,"duration":1}},{"uid":"98c289944155053a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/98c289944155053a","status":"passed","time":{"start":1724888382418,"stop":1724888382419,"duration":1}},{"uid":"f45650684f29a57b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f45650684f29a57b","status":"passed","time":{"start":1724887156364,"stop":1724887156365,"duration":1}},{"uid":"d32ab024d62d894a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d32ab024d62d894a","status":"passed","time":{"start":1724886936157,"stop":1724886936158,"duration":1}},{"uid":"7b6434cea46e48db","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b6434cea46e48db","status":"passed","time":{"start":1724862347634,"stop":1724862347634,"duration":0}},{"uid":"d30f8639f916a2ba","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d30f8639f916a2ba","status":"passed","time":{"start":1724861827950,"stop":1724861827951,"duration":1}},{"uid":"4c64b32933cdfd7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4c64b32933cdfd7","status":"passed","time":{"start":1724861685955,"stop":1724861685956,"duration":1}},{"uid":"5f57ca28e52ecf72","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5f57ca28e52ecf72","status":"passed","time":{"start":1724861514745,"stop":1724861514745,"duration":0}}]},"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"efa2e919677bca6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/efa2e919677bca6","status":"passed","time":{"start":1724921663254,"stop":1724921663254,"duration":0}},{"uid":"397e315224ab27ac","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/397e315224ab27ac","status":"passed","time":{"start":1724921617879,"stop":1724921617879,"duration":0}},{"uid":"5fa91520875bcc45","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5fa91520875bcc45","status":"passed","time":{"start":1724918326161,"stop":1724918326161,"duration":0}},{"uid":"df717baae45145ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/df717baae45145ee","status":"passed","time":{"start":1724890076393,"stop":1724890076393,"duration":0}},{"uid":"c905974faf0aab34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c905974faf0aab34","status":"passed","time":{"start":1724889199689,"stop":1724889199690,"duration":1}},{"uid":"58052281439e166f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/58052281439e166f","status":"passed","time":{"start":1724888382426,"stop":1724888382427,"duration":1}},{"uid":"80ff81ed98e4b728","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/80ff81ed98e4b728","status":"passed","time":{"start":1724887156369,"stop":1724887156369,"duration":0}},{"uid":"2baf1b3883b66b7b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2baf1b3883b66b7b","status":"passed","time":{"start":1724886936170,"stop":1724886936171,"duration":1}},{"uid":"7df77aee4027e455","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7df77aee4027e455","status":"passed","time":{"start":1724862347645,"stop":1724862347645,"duration":0}},{"uid":"93213b5ed2f97bfb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/93213b5ed2f97bfb","status":"passed","time":{"start":1724861827953,"stop":1724861827958,"duration":5}},{"uid":"2cb6f0ee350d6cbb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2cb6f0ee350d6cbb","status":"passed","time":{"start":1724861685959,"stop":1724861685959,"duration":0}},{"uid":"5421cf79df4dfa85","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5421cf79df4dfa85","status":"passed","time":{"start":1724861514747,"stop":1724861514747,"duration":0}}]},"7a0e903181dadff43fec8ccdb14f62d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"430c53218afb111f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/430c53218afb111f","status":"passed","time":{"start":1724861428478,"stop":1724861428478,"duration":0}}]},"e646cc39ae7596a34ab207b198fff971:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"883d395d3a232e57","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/883d395d3a232e57","status":"passed","time":{"start":1724921515225,"stop":1724921515226,"duration":1}}]},"11a18f98a0621ac4de0ae85169b12a88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"50fd81ba7d4f3fe9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/50fd81ba7d4f3fe9","status":"passed","time":{"start":1724921300785,"stop":1724921300786,"duration":1}},{"uid":"109d8adb56b1e290","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/109d8adb56b1e290","status":"passed","time":{"start":1724921280712,"stop":1724921280713,"duration":1}},{"uid":"1cd629b1d84558ee","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1cd629b1d84558ee","status":"passed","time":{"start":1724917963257,"stop":1724917963258,"duration":1}},{"uid":"86958f2ad74fe777","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/86958f2ad74fe777","status":"passed","time":{"start":1724889734116,"stop":1724889734117,"duration":1}},{"uid":"bc257af3d1e3f7c2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc257af3d1e3f7c2","status":"passed","time":{"start":1724888859613,"stop":1724888859614,"duration":1}},{"uid":"275b95f5d506742b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/275b95f5d506742b","status":"passed","time":{"start":1724888053949,"stop":1724888053950,"duration":1}},{"uid":"269e42324cbbfedd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/269e42324cbbfedd","status":"passed","time":{"start":1724886820675,"stop":1724886820675,"duration":0}},{"uid":"9d6bc7b6bdda5e5f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9d6bc7b6bdda5e5f","status":"passed","time":{"start":1724886589263,"stop":1724886589264,"duration":1}},{"uid":"5367a709cd3752b9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5367a709cd3752b9","status":"passed","time":{"start":1724862027789,"stop":1724862027790,"duration":1}},{"uid":"78ae417bb3ac8f87","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/78ae417bb3ac8f87","status":"passed","time":{"start":1724861484558,"stop":1724861484558,"duration":0}},{"uid":"5206d3cfb51f0af5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5206d3cfb51f0af5","status":"passed","time":{"start":1724861315155,"stop":1724861315156,"duration":1}},{"uid":"ca7635007e93f56e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ca7635007e93f56e","status":"passed","time":{"start":1724861168753,"stop":1724861168754,"duration":1}}]},"4aa06c86e047d7006ba05f1f8c715d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3a25caf843c54f6b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3a25caf843c54f6b","status":"passed","time":{"start":1724887092628,"stop":1724887092628,"duration":0}}]},"9aff6e9ab006463bf8c992d49c11c2a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21bdeca75913d98d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/21bdeca75913d98d","status":"passed","time":{"start":1724889144087,"stop":1724889144087,"duration":0}}]},"c106dcb13a284be42fcd5b237b665822:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1794b2a18690e6a4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1794b2a18690e6a4","status":"passed","time":{"start":1724921723783,"stop":1724921723784,"duration":1}},{"uid":"fdee57ad43fe3efe","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fdee57ad43fe3efe","status":"passed","time":{"start":1724921678669,"stop":1724921678669,"duration":0}},{"uid":"9598d79bc56fdc13","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9598d79bc56fdc13","status":"passed","time":{"start":1724918386963,"stop":1724918386964,"duration":1}},{"uid":"bc09c82b8d3876e7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc09c82b8d3876e7","status":"passed","time":{"start":1724890140901,"stop":1724890140901,"duration":0}},{"uid":"9ecc1f8203646925","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9ecc1f8203646925","status":"passed","time":{"start":1724889274452,"stop":1724889274452,"duration":0}},{"uid":"6ff6bab86f6f9d71","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6ff6bab86f6f9d71","status":"passed","time":{"start":1724888449347,"stop":1724888449348,"duration":1}},{"uid":"b5f2ee43e2141676","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b5f2ee43e2141676","status":"passed","time":{"start":1724887217801,"stop":1724887217801,"duration":0}},{"uid":"c913b15e284fd1ca","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c913b15e284fd1ca","status":"passed","time":{"start":1724887001921,"stop":1724887001922,"duration":1}},{"uid":"e121076a4801a28c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e121076a4801a28c","status":"passed","time":{"start":1724862417855,"stop":1724862417855,"duration":0}},{"uid":"c915e7cea87e19","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c915e7cea87e19","status":"passed","time":{"start":1724861895532,"stop":1724861895533,"duration":1}},{"uid":"9c8fc1763ca902a9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9c8fc1763ca902a9","status":"passed","time":{"start":1724861753060,"stop":1724861753061,"duration":1}},{"uid":"72fdd2b3dda73119","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/72fdd2b3dda73119","status":"passed","time":{"start":1724861587586,"stop":1724861587587,"duration":1}}]},"6d7b57cbb76d683aad87af8f9a67bde8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4819a9b4badaa8b0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4819a9b4badaa8b0","status":"passed","time":{"start":1724861685854,"stop":1724861685855,"duration":1}}]},"2d2e99da3644178bf815403487abb4cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"36774146fa4390ff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/36774146fa4390ff","status":"passed","time":{"start":1724921663256,"stop":1724921663256,"duration":0}},{"uid":"7d1ec9ea81d3b5f8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7d1ec9ea81d3b5f8","status":"passed","time":{"start":1724921617882,"stop":1724921617882,"duration":0}},{"uid":"369d95cef6601877","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/369d95cef6601877","status":"passed","time":{"start":1724918326162,"stop":1724918326163,"duration":1}},{"uid":"ebc5a69ef4fc1abe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ebc5a69ef4fc1abe","status":"passed","time":{"start":1724890076399,"stop":1724890076400,"duration":1}},{"uid":"103cd5427a8f7ef5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/103cd5427a8f7ef5","status":"passed","time":{"start":1724889199691,"stop":1724889199692,"duration":1}},{"uid":"af014da642a01ebb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/af014da642a01ebb","status":"passed","time":{"start":1724888382429,"stop":1724888382429,"duration":0}},{"uid":"ff32e129187a5557","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ff32e129187a5557","status":"passed","time":{"start":1724887156371,"stop":1724887156371,"duration":0}},{"uid":"eb7f50d89df1baaf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eb7f50d89df1baaf","status":"passed","time":{"start":1724886936174,"stop":1724886936175,"duration":1}},{"uid":"9f9523b7aa9160e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f9523b7aa9160e5","status":"passed","time":{"start":1724862347649,"stop":1724862347650,"duration":1}},{"uid":"2f36f9e562eb6a65","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2f36f9e562eb6a65","status":"passed","time":{"start":1724861827959,"stop":1724861827959,"duration":0}},{"uid":"bd464ba531f712ac","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bd464ba531f712ac","status":"passed","time":{"start":1724861685962,"stop":1724861685962,"duration":0}},{"uid":"3871923f14798642","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3871923f14798642","status":"passed","time":{"start":1724861514748,"stop":1724861514749,"duration":1}}]},"afe5846fa7c9c72b3080fc7c91a81d53:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c8681cf608482ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c8681cf608482ac","status":"passed","time":{"start":1724890039744,"stop":1724890039745,"duration":1}}]},"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"507c4f7a63459610","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/507c4f7a63459610","status":"passed","time":{"start":1724921297007,"stop":1724921297007,"duration":0}},{"uid":"5836c6c604bb9509","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5836c6c604bb9509","status":"passed","time":{"start":1724921276367,"stop":1724921276367,"duration":0}},{"uid":"bb181a242bfb3dd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bb181a242bfb3dd","status":"passed","time":{"start":1724917948323,"stop":1724917948324,"duration":1}},{"uid":"52f4c3d2a8df9d6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52f4c3d2a8df9d6","status":"passed","time":{"start":1724889729008,"stop":1724889729008,"duration":0}},{"uid":"48949877d91b1f18","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/48949877d91b1f18","status":"passed","time":{"start":1724888864953,"stop":1724888864954,"duration":1}},{"uid":"7daf542cedb22f31","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7daf542cedb22f31","status":"passed","time":{"start":1724888053747,"stop":1724888053747,"duration":0}},{"uid":"f8183552326f24fe","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f8183552326f24fe","status":"passed","time":{"start":1724886811661,"stop":1724886811662,"duration":1}},{"uid":"bd38cff206413edd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bd38cff206413edd","status":"passed","time":{"start":1724886581003,"stop":1724886581003,"duration":0}},{"uid":"f1a6d373e1b4918b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f1a6d373e1b4918b","status":"passed","time":{"start":1724862019561,"stop":1724862019561,"duration":0}},{"uid":"93b0cee8baa92ce0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/93b0cee8baa92ce0","status":"passed","time":{"start":1724861493937,"stop":1724861493937,"duration":0}},{"uid":"c92cdac04be267d5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c92cdac04be267d5","status":"passed","time":{"start":1724861318028,"stop":1724861318028,"duration":0}},{"uid":"317938095db4b427","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/317938095db4b427","status":"passed","time":{"start":1724861178515,"stop":1724861178516,"duration":1}}]},"c54446b9cc7f1c9cab70e8410107944e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4073ccc3e53de023","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4073ccc3e53de023","status":"passed","time":{"start":1724890039740,"stop":1724890039740,"duration":0}}]},"91169d6788180ef760710800a9fa26e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ed2db9c3dd027f8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ed2db9c3dd027f8","status":"passed","time":{"start":1724921037647,"stop":1724921037647,"duration":0}},{"uid":"3248bbdb10213b35","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3248bbdb10213b35","status":"passed","time":{"start":1724921013060,"stop":1724921013060,"duration":0}},{"uid":"db59be993c6cff07","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/db59be993c6cff07","status":"passed","time":{"start":1724917673301,"stop":1724917673301,"duration":0}},{"uid":"dc0c3fafbbb1d6f5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dc0c3fafbbb1d6f5","status":"passed","time":{"start":1724889452321,"stop":1724889452321,"duration":0}},{"uid":"2ee5e9067fcb7f0c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ee5e9067fcb7f0c","status":"passed","time":{"start":1724888602852,"stop":1724888602852,"duration":0}},{"uid":"18b1b772848f83ac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/18b1b772848f83ac","status":"passed","time":{"start":1724887759173,"stop":1724887759174,"duration":1}},{"uid":"a3e5a438de2595a3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a3e5a438de2595a3","status":"passed","time":{"start":1724886525552,"stop":1724886525553,"duration":1}},{"uid":"fc63f9d32053e454","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fc63f9d32053e454","status":"passed","time":{"start":1724886303407,"stop":1724886303407,"duration":0}},{"uid":"8a873b3f30a6b849","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8a873b3f30a6b849","status":"passed","time":{"start":1724861752240,"stop":1724861752240,"duration":0}},{"uid":"f9cfdec184d02232","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f9cfdec184d02232","status":"passed","time":{"start":1724861223364,"stop":1724861223364,"duration":0}},{"uid":"c22e4a5cb335a962","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c22e4a5cb335a962","status":"passed","time":{"start":1724861045213,"stop":1724861045213,"duration":0}},{"uid":"c0920ca72ac0f5f0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c0920ca72ac0f5f0","status":"passed","time":{"start":1724860907098,"stop":1724860907098,"duration":0}}]},"faf5c97a47e44194b2bede086cc64fb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b067aa7821b49b78","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b067aa7821b49b78","status":"passed","time":{"start":1724921065908,"stop":1724921065908,"duration":0}},{"uid":"91476312301a0048","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/91476312301a0048","status":"passed","time":{"start":1724921040945,"stop":1724921040946,"duration":1}},{"uid":"5ecdd432045c5bdb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5ecdd432045c5bdb","status":"passed","time":{"start":1724917701154,"stop":1724917701154,"duration":0}},{"uid":"907c3d3d031afbcb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/907c3d3d031afbcb","status":"passed","time":{"start":1724889479973,"stop":1724889479973,"duration":0}},{"uid":"66e70b1d8a8342ff","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/66e70b1d8a8342ff","status":"passed","time":{"start":1724888630721,"stop":1724888630722,"duration":1}},{"uid":"d675ae02803df951","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d675ae02803df951","status":"passed","time":{"start":1724887787004,"stop":1724887787004,"duration":0}},{"uid":"2111e74c748d8bc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2111e74c748d8bc1","status":"passed","time":{"start":1724886553667,"stop":1724886553667,"duration":0}},{"uid":"13ede41c4c0701","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/13ede41c4c0701","status":"passed","time":{"start":1724886331490,"stop":1724886331490,"duration":0}},{"uid":"e9449f682bfce9e3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e9449f682bfce9e3","status":"passed","time":{"start":1724861780654,"stop":1724861780655,"duration":1}},{"uid":"109207daad6eae53","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/109207daad6eae53","status":"passed","time":{"start":1724861251096,"stop":1724861251097,"duration":1}},{"uid":"7a7ae86abad4b794","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7a7ae86abad4b794","status":"passed","time":{"start":1724861074802,"stop":1724861074806,"duration":4}},{"uid":"7cb5ddc6a266c714","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7cb5ddc6a266c714","status":"passed","time":{"start":1724860935669,"stop":1724860935670,"duration":1}}]},"d02fdd10ccfb487d2fe408fd84914286:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e661d0d43e6bf5d5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e661d0d43e6bf5d5","status":"passed","time":{"start":1724888268042,"stop":1724888268042,"duration":0}}]},"c9cb9f027dc8cec2b05c071729f33a6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9f3dac79af91b466","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9f3dac79af91b466","status":"passed","time":{"start":1724921267873,"stop":1724921267873,"duration":0}},{"uid":"7055e1b2e178375b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7055e1b2e178375b","status":"passed","time":{"start":1724921244386,"stop":1724921244386,"duration":0}},{"uid":"9e2e08db7ba47a21","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9e2e08db7ba47a21","status":"passed","time":{"start":1724917916057,"stop":1724917916058,"duration":1}},{"uid":"3c6cf3a43975583","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c6cf3a43975583","status":"passed","time":{"start":1724889678259,"stop":1724889678259,"duration":0}},{"uid":"c9155ea595f6ed42","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c9155ea595f6ed42","status":"passed","time":{"start":1724888831687,"stop":1724888831687,"duration":0}},{"uid":"9c3a635560b90391","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9c3a635560b90391","status":"passed","time":{"start":1724888003323,"stop":1724888003323,"duration":0}},{"uid":"b93a9c65630cc6d1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b93a9c65630cc6d1","status":"passed","time":{"start":1724886776612,"stop":1724886776612,"duration":0}},{"uid":"e9c584262d88d0be","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e9c584262d88d0be","status":"passed","time":{"start":1724886555801,"stop":1724886555801,"duration":0}},{"uid":"ea31c1b1ffe26c74","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ea31c1b1ffe26c74","status":"passed","time":{"start":1724861983013,"stop":1724861983013,"duration":0}},{"uid":"7c03a9830e7010d7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7c03a9830e7010d7","status":"passed","time":{"start":1724861444070,"stop":1724861444070,"duration":0}},{"uid":"2a9c86b9ae9d78c1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2a9c86b9ae9d78c1","status":"passed","time":{"start":1724861285838,"stop":1724861285838,"duration":0}},{"uid":"4403eac6cef02f80","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4403eac6cef02f80","status":"passed","time":{"start":1724861145675,"stop":1724861145676,"duration":1}}]},"6dac1bbcf3f5742bc63df1508df2c90d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"12e7268d2941260d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/12e7268d2941260d","status":"passed","time":{"start":1724921061847,"stop":1724921061848,"duration":1}},{"uid":"b737e90dbc66844d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b737e90dbc66844d","status":"passed","time":{"start":1724921037157,"stop":1724921037157,"duration":0}},{"uid":"b704ec54c3da7a65","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b704ec54c3da7a65","status":"passed","time":{"start":1724917697301,"stop":1724917697301,"duration":0}},{"uid":"36698e885a57287e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/36698e885a57287e","status":"passed","time":{"start":1724889476083,"stop":1724889476083,"duration":0}},{"uid":"91b605b69ee2b48b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91b605b69ee2b48b","status":"passed","time":{"start":1724888626886,"stop":1724888626886,"duration":0}},{"uid":"13f087e156e6ab15","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/13f087e156e6ab15","status":"passed","time":{"start":1724887783107,"stop":1724887783108,"duration":1}},{"uid":"2054a328e9dfb3d2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2054a328e9dfb3d2","status":"passed","time":{"start":1724886549919,"stop":1724886549919,"duration":0}},{"uid":"9f2a0693214462fc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9f2a0693214462fc","status":"passed","time":{"start":1724886327580,"stop":1724886327580,"duration":0}},{"uid":"9f50ccd4fc3ef5ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f50ccd4fc3ef5ac","status":"passed","time":{"start":1724861776806,"stop":1724861776806,"duration":0}},{"uid":"19bd357c6648c9a0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/19bd357c6648c9a0","status":"passed","time":{"start":1724861247298,"stop":1724861247298,"duration":0}},{"uid":"2b38d0389c41b0f6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2b38d0389c41b0f6","status":"passed","time":{"start":1724861071394,"stop":1724861071394,"duration":0}},{"uid":"8ac920522383c84a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8ac920522383c84a","status":"passed","time":{"start":1724860931794,"stop":1724860931794,"duration":0}}]},"966d13c504307d3d32ea508ddab4b702:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4d360ace2f60a101","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4d360ace2f60a101","status":"passed","time":{"start":1724921164595,"stop":1724921164595,"duration":0}},{"uid":"1ea48982a8ef2c26","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1ea48982a8ef2c26","status":"passed","time":{"start":1724921137825,"stop":1724921137826,"duration":1}},{"uid":"e681317b45755596","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e681317b45755596","status":"passed","time":{"start":1724917810539,"stop":1724917810540,"duration":1}},{"uid":"2f9bce5e06e091e2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2f9bce5e06e091e2","status":"passed","time":{"start":1724889585448,"stop":1724889585448,"duration":0}},{"uid":"e653b23fbef63779","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e653b23fbef63779","status":"passed","time":{"start":1724888736509,"stop":1724888736510,"duration":1}},{"uid":"a33bdc923e6a1ceb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a33bdc923e6a1ceb","status":"passed","time":{"start":1724887891790,"stop":1724887891793,"duration":3}},{"uid":"6c502833ce767e21","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6c502833ce767e21","status":"passed","time":{"start":1724886657789,"stop":1724886657789,"duration":0}},{"uid":"5a252d068738f1a1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5a252d068738f1a1","status":"passed","time":{"start":1724886447358,"stop":1724886447358,"duration":0}},{"uid":"6e94762ad28e2eb1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e94762ad28e2eb1","status":"passed","time":{"start":1724861880122,"stop":1724861880123,"duration":1}},{"uid":"27d4185d024dce9b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/27d4185d024dce9b","status":"passed","time":{"start":1724861359781,"stop":1724861359782,"duration":1}},{"uid":"69962e63429ec87","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/69962e63429ec87","status":"passed","time":{"start":1724861179681,"stop":1724861179682,"duration":1}},{"uid":"bfaa5ec0a49ca8fb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bfaa5ec0a49ca8fb","status":"passed","time":{"start":1724861040980,"stop":1724861040980,"duration":0}}]},"df829ffb0c1f37dedf0d1e6cbd3994a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8610d85b9cb2bacb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8610d85b9cb2bacb","status":"passed","time":{"start":1724921270339,"stop":1724921270339,"duration":0}},{"uid":"df8dcb6c756a5aa1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/df8dcb6c756a5aa1","status":"passed","time":{"start":1724921247770,"stop":1724921247771,"duration":1}},{"uid":"fdd5ce371d7b9d01","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fdd5ce371d7b9d01","status":"passed","time":{"start":1724917989807,"stop":1724917989807,"duration":0}},{"uid":"ebcb430193312f01","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ebcb430193312f01","status":"passed","time":{"start":1724889678531,"stop":1724889678531,"duration":0}},{"uid":"74d1ff52389485ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/74d1ff52389485ae","status":"passed","time":{"start":1724888829821,"stop":1724888829823,"duration":2}},{"uid":"daafc8867ed9827","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/daafc8867ed9827","status":"passed","time":{"start":1724888076969,"stop":1724888076970,"duration":1}},{"uid":"820f37e8da4c2123","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/820f37e8da4c2123","status":"passed","time":{"start":1724886851109,"stop":1724886851109,"duration":0}},{"uid":"8bf2b35f0db1b4fe","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8bf2b35f0db1b4fe","status":"passed","time":{"start":1724886647046,"stop":1724886647052,"duration":6}},{"uid":"c5a77d5e0699b81d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5a77d5e0699b81d","status":"passed","time":{"start":1724861992700,"stop":1724861992700,"duration":0}},{"uid":"981d2b3303384dd7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/981d2b3303384dd7","status":"passed","time":{"start":1724861469625,"stop":1724861469626,"duration":1}},{"uid":"b85929f97d00ed1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b85929f97d00ed1","status":"passed","time":{"start":1724861284843,"stop":1724861284843,"duration":0}},{"uid":"f97e3996bda14912","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f97e3996bda14912","status":"passed","time":{"start":1724861145768,"stop":1724861145768,"duration":0}}]},"f07bbf2d26681c61830aa3249eb8a21e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"28e654afb2a4f339","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/28e654afb2a4f339","status":"passed","time":{"start":1724862262049,"stop":1724862262050,"duration":1}}]},"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"da0313b09ec9a09","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/da0313b09ec9a09","status":"passed","time":{"start":1724921072290,"stop":1724921072291,"duration":1}},{"uid":"a3ba496d573aa1a9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a3ba496d573aa1a9","status":"passed","time":{"start":1724921047282,"stop":1724921047282,"duration":0}},{"uid":"648a73b6e774ed0c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/648a73b6e774ed0c","status":"passed","time":{"start":1724917707454,"stop":1724917707455,"duration":1}},{"uid":"c159059a3b7eab0c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c159059a3b7eab0c","status":"passed","time":{"start":1724889486388,"stop":1724889486389,"duration":1}},{"uid":"4051b92d96c31143","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4051b92d96c31143","status":"passed","time":{"start":1724888637013,"stop":1724888637013,"duration":0}},{"uid":"5608fa754c436d3e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5608fa754c436d3e","status":"passed","time":{"start":1724887793423,"stop":1724887793423,"duration":0}},{"uid":"4fafa30266e86754","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4fafa30266e86754","status":"passed","time":{"start":1724886560036,"stop":1724886560036,"duration":0}},{"uid":"67257fde66ee9e2f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/67257fde66ee9e2f","status":"passed","time":{"start":1724886337878,"stop":1724886337879,"duration":1}},{"uid":"79b75dc4b75ced1a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/79b75dc4b75ced1a","status":"passed","time":{"start":1724861787236,"stop":1724861787236,"duration":0}},{"uid":"edde150de4d52482","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/edde150de4d52482","status":"passed","time":{"start":1724861257426,"stop":1724861257427,"duration":1}},{"uid":"6e2fda4eaf455ab7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6e2fda4eaf455ab7","status":"passed","time":{"start":1724861081341,"stop":1724861081341,"duration":0}},{"uid":"2f8396bd620213b3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2f8396bd620213b3","status":"passed","time":{"start":1724860942008,"stop":1724860942009,"duration":1}}]}} \ No newline at end of file +{"3f6c66760972b99278c4557cf3cbcd04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6227b7cf48b57a27","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6227b7cf48b57a27","status":"passed","time":{"start":1724922374677,"stop":1724922374677,"duration":0}},{"uid":"4549a666b90f29ba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4549a666b90f29ba","status":"passed","time":{"start":1724921037637,"stop":1724921037637,"duration":0}},{"uid":"76db4adc6a105d0b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/76db4adc6a105d0b","status":"passed","time":{"start":1724921013049,"stop":1724921013050,"duration":1}},{"uid":"517ad06a083b6d84","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/517ad06a083b6d84","status":"passed","time":{"start":1724917673293,"stop":1724917673294,"duration":1}},{"uid":"4f27f29ffb8e1cf9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f27f29ffb8e1cf9","status":"passed","time":{"start":1724889452312,"stop":1724889452312,"duration":0}},{"uid":"b3b35f239bd84118","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b3b35f239bd84118","status":"passed","time":{"start":1724888602842,"stop":1724888602842,"duration":0}},{"uid":"3ead0bb8c90face7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3ead0bb8c90face7","status":"passed","time":{"start":1724887759165,"stop":1724887759165,"duration":0}},{"uid":"dd0a548552d97fa2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dd0a548552d97fa2","status":"passed","time":{"start":1724886525545,"stop":1724886525545,"duration":0}},{"uid":"7a1613a31ec4080d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7a1613a31ec4080d","status":"passed","time":{"start":1724886303398,"stop":1724886303399,"duration":1}},{"uid":"cc04edd9e2fa9b3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc04edd9e2fa9b3e","status":"passed","time":{"start":1724861752230,"stop":1724861752230,"duration":0}},{"uid":"522e19431d42a674","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/522e19431d42a674","status":"passed","time":{"start":1724861223356,"stop":1724861223356,"duration":0}},{"uid":"83cc54823dad19a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/83cc54823dad19a","status":"passed","time":{"start":1724861045204,"stop":1724861045205,"duration":1}},{"uid":"c75dcc4266cc0feb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c75dcc4266cc0feb","status":"passed","time":{"start":1724860907086,"stop":1724860907086,"duration":0}}]},"96c6b0eed164f405a87de18099223b64:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"55d8048671fc7bc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/55d8048671fc7bc1","status":"passed","time":{"start":1724887032416,"stop":1724887032416,"duration":0}}]},"ba6f4ccdefcbacaae5b841718fa8ff87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"980c28369017adb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/980c28369017adb","status":"passed","time":{"start":1724922775986,"stop":1724922775987,"duration":1}},{"uid":"4d3fda186b727c06","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4d3fda186b727c06","status":"passed","time":{"start":1724921423894,"stop":1724921423895,"duration":1}},{"uid":"d74dadeb532effab","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d74dadeb532effab","status":"passed","time":{"start":1724921407985,"stop":1724921407985,"duration":0}},{"uid":"c18f0ba95f75e431","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c18f0ba95f75e431","status":"passed","time":{"start":1724918130464,"stop":1724918130464,"duration":0}},{"uid":"dbf4d6034d5f7182","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dbf4d6034d5f7182","status":"passed","time":{"start":1724889849944,"stop":1724889849946,"duration":2}},{"uid":"31ff5881e1ef8682","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31ff5881e1ef8682","status":"passed","time":{"start":1724888984943,"stop":1724888984943,"duration":0}},{"uid":"6a49dd6fdcba2ca3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a49dd6fdcba2ca3","status":"passed","time":{"start":1724888172873,"stop":1724888172874,"duration":1}},{"uid":"71b6d99e7e384dc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/71b6d99e7e384dc1","status":"passed","time":{"start":1724886941904,"stop":1724886941904,"duration":0}},{"uid":"b7b9eb6488f9907c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b7b9eb6488f9907c","status":"passed","time":{"start":1724886712938,"stop":1724886712938,"duration":0}},{"uid":"d7d358f57f8ccd7f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d7d358f57f8ccd7f","status":"passed","time":{"start":1724862129831,"stop":1724862129831,"duration":0}},{"uid":"f345775ff8c4b418","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f345775ff8c4b418","status":"passed","time":{"start":1724861625586,"stop":1724861625586,"duration":0}},{"uid":"4e8913f7f6d278ca","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4e8913f7f6d278ca","status":"passed","time":{"start":1724861470311,"stop":1724861470311,"duration":0}},{"uid":"119e0b73b482f0f1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/119e0b73b482f0f1","status":"passed","time":{"start":1724861304273,"stop":1724861304273,"duration":0}}]},"682fae8543bf88700f30b4d164fc1367:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e94e2e3e68185de9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e94e2e3e68185de9","status":"passed","time":{"start":1724918259546,"stop":1724918259546,"duration":0}}]},"1f745989f12a2ee168dd0901e424fa9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"160c7b57227e9446","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/160c7b57227e9446","status":"passed","time":{"start":1724922853909,"stop":1724922853909,"duration":0}},{"uid":"67f60c430e453eff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/67f60c430e453eff","status":"passed","time":{"start":1724921529570,"stop":1724921529571,"duration":1}},{"uid":"7db7a24d7186e399","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7db7a24d7186e399","status":"passed","time":{"start":1724921488872,"stop":1724921488873,"duration":1}},{"uid":"677ddcf58d681a88","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/677ddcf58d681a88","status":"passed","time":{"start":1724918203668,"stop":1724918203668,"duration":0}},{"uid":"20365fb66db17de4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/20365fb66db17de4","status":"passed","time":{"start":1724889938352,"stop":1724889938352,"duration":0}},{"uid":"d56b258498fb214e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d56b258498fb214e","status":"passed","time":{"start":1724889077031,"stop":1724889077032,"duration":1}},{"uid":"60e66913823a066b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/60e66913823a066b","status":"passed","time":{"start":1724888268004,"stop":1724888268004,"duration":0}},{"uid":"cfd7de0de3b9226b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cfd7de0de3b9226b","status":"passed","time":{"start":1724887032388,"stop":1724887032388,"duration":0}},{"uid":"4497f5bb9e5c5d48","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4497f5bb9e5c5d48","status":"passed","time":{"start":1724886822785,"stop":1724886822785,"duration":0}},{"uid":"e3cbc07a75e31776","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e3cbc07a75e31776","status":"passed","time":{"start":1724862233503,"stop":1724862233503,"duration":0}},{"uid":"138300d38294e947","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/138300d38294e947","status":"passed","time":{"start":1724861712663,"stop":1724861712663,"duration":0}},{"uid":"1fd1b8e735f881a0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1fd1b8e735f881a0","status":"passed","time":{"start":1724861567879,"stop":1724861567880,"duration":1}},{"uid":"1fcf7a59c29e2432","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1fcf7a59c29e2432","status":"passed","time":{"start":1724861392038,"stop":1724861392038,"duration":0}}]},"1475ae37b222da78e668d84beb1b9d08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2bbfa1a52854a47f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2bbfa1a52854a47f","status":"passed","time":{"start":1724886848929,"stop":1724886848930,"duration":1}}]},"39f59080b5d6fbae518c82e94593bca2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"72ab84449ed014a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/72ab84449ed014a","status":"passed","time":{"start":1724922377156,"stop":1724922377156,"duration":0}},{"uid":"2cdcdd4b86f2098","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2cdcdd4b86f2098","status":"passed","time":{"start":1724921040181,"stop":1724921040181,"duration":0}},{"uid":"de94fad5502e44b0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/de94fad5502e44b0","status":"passed","time":{"start":1724921015574,"stop":1724921015574,"duration":0}},{"uid":"a7f909271fda2585","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a7f909271fda2585","status":"passed","time":{"start":1724917675800,"stop":1724917675800,"duration":0}},{"uid":"1119cd41bae48c4f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1119cd41bae48c4f","status":"passed","time":{"start":1724889454807,"stop":1724889454808,"duration":1}},{"uid":"5f56631baa8cbc86","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f56631baa8cbc86","status":"passed","time":{"start":1724888605323,"stop":1724888605323,"duration":0}},{"uid":"f8a3c8851799ec1e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f8a3c8851799ec1e","status":"passed","time":{"start":1724887761648,"stop":1724887761649,"duration":1}},{"uid":"c3bf2a23916f7847","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c3bf2a23916f7847","status":"passed","time":{"start":1724886527994,"stop":1724886527994,"duration":0}},{"uid":"6b308c8e85b5bc65","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6b308c8e85b5bc65","status":"passed","time":{"start":1724886305813,"stop":1724886305813,"duration":0}},{"uid":"bf80c2b512d766d3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf80c2b512d766d3","status":"passed","time":{"start":1724861754710,"stop":1724861754710,"duration":0}},{"uid":"507ae564825dd44c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/507ae564825dd44c","status":"passed","time":{"start":1724861225783,"stop":1724861225783,"duration":0}},{"uid":"b2f8368cf2c23652","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b2f8368cf2c23652","status":"passed","time":{"start":1724861047870,"stop":1724861047870,"duration":0}},{"uid":"3a09079bec7cbfcf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3a09079bec7cbfcf","status":"passed","time":{"start":1724860909786,"stop":1724860909786,"duration":0}}]},"8f83da17e3a61143f1b0164036ea3c7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d1072cecc748ed4b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d1072cecc748ed4b","status":"passed","time":{"start":1724887092630,"stop":1724887092630,"duration":0}}]},"012516d4701f54c825856c988f24ef70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"795e68a892725d4d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/795e68a892725d4d","status":"passed","time":{"start":1724861485081,"stop":1724861485082,"duration":1}}]},"56cbcc93132ca5c7a31f73814848f0be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d875d250ea5b68d0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d875d250ea5b68d0","status":"passed","time":{"start":1724862233518,"stop":1724862233521,"duration":3}}]},"2af63252c8685876a1aa16ea1f005c2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"af8a00e418093fd1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/af8a00e418093fd1","status":"passed","time":{"start":1724922611438,"stop":1724922611438,"duration":0}},{"uid":"bf50ae68b948f731","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bf50ae68b948f731","status":"passed","time":{"start":1724921270360,"stop":1724921270360,"duration":0}},{"uid":"bd665389713af02a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bd665389713af02a","status":"passed","time":{"start":1724921247819,"stop":1724921247820,"duration":1}},{"uid":"1d67769cdc710a9f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1d67769cdc710a9f","status":"passed","time":{"start":1724917989821,"stop":1724917989821,"duration":0}},{"uid":"82e5fcb22727cd9a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/82e5fcb22727cd9a","status":"passed","time":{"start":1724889678566,"stop":1724889678567,"duration":1}},{"uid":"d32be53b710579b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d32be53b710579b2","status":"passed","time":{"start":1724888829845,"stop":1724888829845,"duration":0}},{"uid":"fecfcd0b6f3a72a1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fecfcd0b6f3a72a1","status":"passed","time":{"start":1724888077012,"stop":1724888077013,"duration":1}},{"uid":"c2426812462bdf31","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c2426812462bdf31","status":"passed","time":{"start":1724886851127,"stop":1724886851128,"duration":1}},{"uid":"cff956ee4aa9d166","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cff956ee4aa9d166","status":"passed","time":{"start":1724886647113,"stop":1724886647118,"duration":5}},{"uid":"7fd3641dbac6938f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7fd3641dbac6938f","status":"passed","time":{"start":1724861992714,"stop":1724861992715,"duration":1}},{"uid":"c047cab61f85cd85","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c047cab61f85cd85","status":"passed","time":{"start":1724861469646,"stop":1724861469646,"duration":0}},{"uid":"937692d15fd9c1e4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/937692d15fd9c1e4","status":"passed","time":{"start":1724861284860,"stop":1724861284861,"duration":1}},{"uid":"c86f638f32731703","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c86f638f32731703","status":"passed","time":{"start":1724861145811,"stop":1724861145811,"duration":0}}]},"c699536f4c84b6db4481ba440ea9cc1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d13aa0deaca4f109","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d13aa0deaca4f109","status":"passed","time":{"start":1724922601838,"stop":1724922601839,"duration":1}},{"uid":"50bd4e105c3a34e4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/50bd4e105c3a34e4","status":"passed","time":{"start":1724921267865,"stop":1724921267866,"duration":1}},{"uid":"bd35bf4ddbc5114b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bd35bf4ddbc5114b","status":"passed","time":{"start":1724921244357,"stop":1724921244357,"duration":0}},{"uid":"7e5162e58078ac9a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7e5162e58078ac9a","status":"passed","time":{"start":1724917916039,"stop":1724917916039,"duration":0}},{"uid":"6be05f590948152","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6be05f590948152","status":"passed","time":{"start":1724889678250,"stop":1724889678250,"duration":0}},{"uid":"c530b848052ef079","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c530b848052ef079","status":"passed","time":{"start":1724888831680,"stop":1724888831681,"duration":1}},{"uid":"c76432d96afbfbc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c76432d96afbfbc","status":"passed","time":{"start":1724888003316,"stop":1724888003316,"duration":0}},{"uid":"9352fb42939939fa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9352fb42939939fa","status":"passed","time":{"start":1724886776601,"stop":1724886776602,"duration":1}},{"uid":"514cefad5365ac0d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/514cefad5365ac0d","status":"passed","time":{"start":1724886555788,"stop":1724886555788,"duration":0}},{"uid":"9dff271d57f16fe6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9dff271d57f16fe6","status":"passed","time":{"start":1724861983002,"stop":1724861983002,"duration":0}},{"uid":"bff0846a9eb2564","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bff0846a9eb2564","status":"passed","time":{"start":1724861444063,"stop":1724861444063,"duration":0}},{"uid":"dbd1277663ee9322","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dbd1277663ee9322","status":"passed","time":{"start":1724861285825,"stop":1724861285826,"duration":1}},{"uid":"52f5a7c8f4451d9f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/52f5a7c8f4451d9f","status":"passed","time":{"start":1724861145657,"stop":1724861145658,"duration":1}}]},"a435f8b0b0becf8c2eaf3ac2a3375b51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"83c46f677e400336","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/83c46f677e400336","status":"passed","time":{"start":1724922425600,"stop":1724922425603,"duration":3}},{"uid":"f97eb75c6e81cac2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f97eb75c6e81cac2","status":"passed","time":{"start":1724921088200,"stop":1724921088202,"duration":2}},{"uid":"641f23a65e3eb073","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/641f23a65e3eb073","status":"passed","time":{"start":1724921063383,"stop":1724921063383,"duration":0}},{"uid":"889e4d3742affd40","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/889e4d3742affd40","status":"passed","time":{"start":1724917723834,"stop":1724917723835,"duration":1}},{"uid":"32de61cbc016d421","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/32de61cbc016d421","status":"passed","time":{"start":1724889503227,"stop":1724889503228,"duration":1}},{"uid":"ccfa9bbfc11fddd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ccfa9bbfc11fddd","status":"passed","time":{"start":1724888652594,"stop":1724888652595,"duration":1}},{"uid":"fba682e89ba3120a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fba682e89ba3120a","status":"passed","time":{"start":1724887810649,"stop":1724887810650,"duration":1}},{"uid":"a486eec9a475fa78","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a486eec9a475fa78","status":"passed","time":{"start":1724886577072,"stop":1724886577073,"duration":1}},{"uid":"e68ba43ffd2f202b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e68ba43ffd2f202b","status":"passed","time":{"start":1724886355053,"stop":1724886355054,"duration":1}},{"uid":"dcc826b05189028f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dcc826b05189028f","status":"passed","time":{"start":1724861804042,"stop":1724861804050,"duration":8}},{"uid":"18320068fdc105f0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/18320068fdc105f0","status":"passed","time":{"start":1724861273297,"stop":1724861273298,"duration":1}},{"uid":"efac001352ac5cdb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/efac001352ac5cdb","status":"passed","time":{"start":1724861099310,"stop":1724861099311,"duration":1}},{"uid":"8b4a9008c8a3cc33","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8b4a9008c8a3cc33","status":"passed","time":{"start":1724860959309,"stop":1724860959311,"duration":2}}]},"9ab4a09c5e6a6b120c60466023b76436:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1419da909ad16d06","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1419da909ad16d06","status":"passed","time":{"start":1724861392064,"stop":1724861392064,"duration":0}}]},"058611e0379b567ec369f6d23bd97baf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9a58c90c3b5ad709","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9a58c90c3b5ad709","status":"passed","time":{"start":1724922383092,"stop":1724922383092,"duration":0}},{"uid":"15f156674dabe4af","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/15f156674dabe4af","status":"passed","time":{"start":1724921046208,"stop":1724921046208,"duration":0}},{"uid":"85dcf8418ae7c5cb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/85dcf8418ae7c5cb","status":"passed","time":{"start":1724921021480,"stop":1724921021480,"duration":0}},{"uid":"f9405ee5f0816002","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f9405ee5f0816002","status":"passed","time":{"start":1724917681728,"stop":1724917681728,"duration":0}},{"uid":"b3e25d42cf26866","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b3e25d42cf26866","status":"passed","time":{"start":1724889460656,"stop":1724889460656,"duration":0}},{"uid":"7790b3b458c17d39","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7790b3b458c17d39","status":"passed","time":{"start":1724888611299,"stop":1724888611299,"duration":0}},{"uid":"8c02e34f07e814f3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8c02e34f07e814f3","status":"passed","time":{"start":1724887767624,"stop":1724887767624,"duration":0}},{"uid":"b99b35e07029c01a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b99b35e07029c01a","status":"passed","time":{"start":1724886533995,"stop":1724886533995,"duration":0}},{"uid":"aecc8725016eef6e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/aecc8725016eef6e","status":"passed","time":{"start":1724886311762,"stop":1724886311762,"duration":0}},{"uid":"1587667804ebdb1e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1587667804ebdb1e","status":"passed","time":{"start":1724861760780,"stop":1724861760780,"duration":0}},{"uid":"48f326058e571e2c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/48f326058e571e2c","status":"passed","time":{"start":1724861231738,"stop":1724861231738,"duration":0}},{"uid":"6e395d806debbb4f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6e395d806debbb4f","status":"passed","time":{"start":1724861054261,"stop":1724861054261,"duration":0}},{"uid":"4b939f56f7a6b112","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4b939f56f7a6b112","status":"passed","time":{"start":1724860915818,"stop":1724860915818,"duration":0}}]},"ca0aa9b4f0257c98141dd0b8857ad0ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd878730bd98919c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cd878730bd98919c","status":"passed","time":{"start":1724921613048,"stop":1724921613049,"duration":1}}]},"4d863be13dd3a1bef0b830601781c59d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b8dd82888d183c95","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b8dd82888d183c95","status":"passed","time":{"start":1724922661651,"stop":1724922661652,"duration":1}},{"uid":"62c003fcc12ff210","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/62c003fcc12ff210","status":"passed","time":{"start":1724921321312,"stop":1724921321312,"duration":0}},{"uid":"3309f9cdf8962383","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3309f9cdf8962383","status":"passed","time":{"start":1724921298786,"stop":1724921298786,"duration":0}},{"uid":"802419bb7562ac95","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/802419bb7562ac95","status":"passed","time":{"start":1724918008265,"stop":1724918008266,"duration":1}},{"uid":"738ac5373b1aa039","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/738ac5373b1aa039","status":"passed","time":{"start":1724889728596,"stop":1724889728596,"duration":0}},{"uid":"b43e555b9774563d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b43e555b9774563d","status":"passed","time":{"start":1724888882875,"stop":1724888882876,"duration":1}},{"uid":"ba39b2515c56d12d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ba39b2515c56d12d","status":"passed","time":{"start":1724888111026,"stop":1724888111026,"duration":0}},{"uid":"7a84b7116a7f9a34","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7a84b7116a7f9a34","status":"passed","time":{"start":1724886869448,"stop":1724886869448,"duration":0}},{"uid":"61b383278d22436a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/61b383278d22436a","status":"passed","time":{"start":1724886642937,"stop":1724886642938,"duration":1}},{"uid":"c2f3103ea561061a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2f3103ea561061a","status":"passed","time":{"start":1724862044582,"stop":1724862044582,"duration":0}},{"uid":"3588bc86bf766c67","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3588bc86bf766c67","status":"passed","time":{"start":1724861523040,"stop":1724861523041,"duration":1}},{"uid":"63f1fc007bdc4a1d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/63f1fc007bdc4a1d","status":"passed","time":{"start":1724861362474,"stop":1724861362475,"duration":1}},{"uid":"1ae84c16ed3e3a38","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1ae84c16ed3e3a38","status":"passed","time":{"start":1724861196856,"stop":1724861196858,"duration":2}}]},"1245c88246b4c7e7c5fb27ace076c684:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e80398954471faee","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e80398954471faee","status":"passed","time":{"start":1724922999265,"stop":1724922999266,"duration":1}},{"uid":"bde2e8fe97db1164","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bde2e8fe97db1164","status":"passed","time":{"start":1724921669869,"stop":1724921669869,"duration":0}},{"uid":"af6f43cd319aab76","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/af6f43cd319aab76","status":"passed","time":{"start":1724921630266,"stop":1724921630266,"duration":0}},{"uid":"dca5ba9501093833","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dca5ba9501093833","status":"passed","time":{"start":1724918332987,"stop":1724918332987,"duration":0}},{"uid":"1fea086787c94c22","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1fea086787c94c22","status":"passed","time":{"start":1724890089467,"stop":1724890089467,"duration":0}},{"uid":"33f8d4f512e8d0ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33f8d4f512e8d0ba","status":"passed","time":{"start":1724889224491,"stop":1724889224491,"duration":0}},{"uid":"27934c7620a2ead2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/27934c7620a2ead2","status":"passed","time":{"start":1724888406345,"stop":1724888406346,"duration":1}},{"uid":"70ab2d6772367c5e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/70ab2d6772367c5e","status":"passed","time":{"start":1724887175023,"stop":1724887175023,"duration":0}},{"uid":"fe50055a2c986ec4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fe50055a2c986ec4","status":"passed","time":{"start":1724886952407,"stop":1724886952407,"duration":0}},{"uid":"a2e0ff8522d7aae4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2e0ff8522d7aae4","status":"passed","time":{"start":1724862378560,"stop":1724862378561,"duration":1}},{"uid":"f47629278d7784e2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f47629278d7784e2","status":"passed","time":{"start":1724861846749,"stop":1724861846749,"duration":0}},{"uid":"556a65cdece01d9e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/556a65cdece01d9e","status":"passed","time":{"start":1724861702534,"stop":1724861702534,"duration":0}},{"uid":"e596feaaf7b3941c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e596feaaf7b3941c","status":"passed","time":{"start":1724861533458,"stop":1724861533458,"duration":0}}]},"6155f6e2bed73f9a83f09d1b91bfd1fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9fe094961cca0519","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9fe094961cca0519","status":"passed","time":{"start":1724922476376,"stop":1724922476376,"duration":0}},{"uid":"80f50c442fbd1929","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/80f50c442fbd1929","status":"passed","time":{"start":1724921141188,"stop":1724921141188,"duration":0}},{"uid":"d837212022f5857c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d837212022f5857c","status":"passed","time":{"start":1724921118249,"stop":1724921118250,"duration":1}},{"uid":"bc1972c72f4d4a77","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bc1972c72f4d4a77","status":"passed","time":{"start":1724917777551,"stop":1724917777552,"duration":1}},{"uid":"d55a31e52b7e1e3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d55a31e52b7e1e3e","status":"passed","time":{"start":1724889554665,"stop":1724889554665,"duration":0}},{"uid":"ebf9735e924be880","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ebf9735e924be880","status":"passed","time":{"start":1724888706938,"stop":1724888706939,"duration":1}},{"uid":"25defb69b7612e01","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/25defb69b7612e01","status":"passed","time":{"start":1724887861774,"stop":1724887861774,"duration":0}},{"uid":"4da6fb70bb3d9725","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4da6fb70bb3d9725","status":"passed","time":{"start":1724886631477,"stop":1724886631477,"duration":0}},{"uid":"96e04edc55d23b60","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/96e04edc55d23b60","status":"passed","time":{"start":1724886409746,"stop":1724886409746,"duration":0}},{"uid":"a9d2c40c968186bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9d2c40c968186bc","status":"passed","time":{"start":1724861858184,"stop":1724861858184,"duration":0}},{"uid":"1b27820e15219bec","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1b27820e15219bec","status":"passed","time":{"start":1724861324521,"stop":1724861324522,"duration":1}},{"uid":"f06ded5106960ee5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f06ded5106960ee5","status":"passed","time":{"start":1724861152391,"stop":1724861152391,"duration":0}},{"uid":"468176c179872949","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/468176c179872949","status":"passed","time":{"start":1724861011435,"stop":1724861011436,"duration":1}}]},"ccc67cdec03f56972b9eddce4b707990:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3d8930f3ace11321","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3d8930f3ace11321","status":"passed","time":{"start":1724922382331,"stop":1724922382332,"duration":1}},{"uid":"d960b4464b4b314","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d960b4464b4b314","status":"passed","time":{"start":1724921045536,"stop":1724921045536,"duration":0}},{"uid":"66a82a8add1b357f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/66a82a8add1b357f","status":"passed","time":{"start":1724921020729,"stop":1724921020730,"duration":1}},{"uid":"f68d79e5bab5c786","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f68d79e5bab5c786","status":"passed","time":{"start":1724917681061,"stop":1724917681062,"duration":1}},{"uid":"1bac8d0b0814c7c5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1bac8d0b0814c7c5","status":"passed","time":{"start":1724889459953,"stop":1724889459954,"duration":1}},{"uid":"f5e118d836e2fd9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f5e118d836e2fd9","status":"passed","time":{"start":1724888610544,"stop":1724888610545,"duration":1}},{"uid":"2be8a5f7f655e5cc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2be8a5f7f655e5cc","status":"passed","time":{"start":1724887766851,"stop":1724887766851,"duration":0}},{"uid":"1e533dc74ed2c3cb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1e533dc74ed2c3cb","status":"passed","time":{"start":1724886533247,"stop":1724886533247,"duration":0}},{"uid":"aec944901411242f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/aec944901411242f","status":"passed","time":{"start":1724886311095,"stop":1724886311096,"duration":1}},{"uid":"50e239204a275f66","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/50e239204a275f66","status":"passed","time":{"start":1724861760052,"stop":1724861760053,"duration":1}},{"uid":"4b9d491fdfa240c0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4b9d491fdfa240c0","status":"passed","time":{"start":1724861230836,"stop":1724861230837,"duration":1}},{"uid":"54815ed7607feb07","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/54815ed7607feb07","status":"passed","time":{"start":1724861053409,"stop":1724861053410,"duration":1}},{"uid":"fa1a0ce9df2ca23","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fa1a0ce9df2ca23","status":"passed","time":{"start":1724860914748,"stop":1724860914748,"duration":0}}]},"68f276a48316b6629b326d8fb3c5948c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c593004c576232fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c593004c576232fa","status":"passed","time":{"start":1724890039742,"stop":1724890039743,"duration":1}}]},"696de4ccfba1b86bf720a692a0da2863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8372ecd543bb2924","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8372ecd543bb2924","status":"passed","time":{"start":1724887068231,"stop":1724887068231,"duration":0}}]},"1cd2e7ab5751589aaf3d7f49c672016c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b04c4681d0b835fd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b04c4681d0b835fd","status":"passed","time":{"start":1724922853915,"stop":1724922853916,"duration":1}},{"uid":"39c6e8808cf3a25b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/39c6e8808cf3a25b","status":"passed","time":{"start":1724921529583,"stop":1724921529583,"duration":0}},{"uid":"d14813d788edfe13","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d14813d788edfe13","status":"passed","time":{"start":1724921488878,"stop":1724921488878,"duration":0}},{"uid":"34d201a741190a69","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/34d201a741190a69","status":"passed","time":{"start":1724918203685,"stop":1724918203685,"duration":0}},{"uid":"c26dc315e037e404","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c26dc315e037e404","status":"passed","time":{"start":1724889938357,"stop":1724889938357,"duration":0}},{"uid":"4eaeaa4afba58730","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4eaeaa4afba58730","status":"passed","time":{"start":1724889077065,"stop":1724889077065,"duration":0}},{"uid":"9a01225b9b4f47a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9a01225b9b4f47a9","status":"passed","time":{"start":1724888268032,"stop":1724888268033,"duration":1}},{"uid":"16b0f82248610724","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/16b0f82248610724","status":"passed","time":{"start":1724887032401,"stop":1724887032401,"duration":0}},{"uid":"c77ad99ee92c509b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c77ad99ee92c509b","status":"passed","time":{"start":1724886822794,"stop":1724886822798,"duration":4}},{"uid":"f99345645d295f3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f99345645d295f3e","status":"passed","time":{"start":1724862233509,"stop":1724862233509,"duration":0}},{"uid":"5ce824b812ef07d2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5ce824b812ef07d2","status":"passed","time":{"start":1724861712668,"stop":1724861712669,"duration":1}},{"uid":"40600e0264f8b109","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/40600e0264f8b109","status":"passed","time":{"start":1724861567887,"stop":1724861567888,"duration":1}},{"uid":"99708101304bde7c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/99708101304bde7c","status":"passed","time":{"start":1724861392053,"stop":1724861392053,"duration":0}}]},"bb39db76e589e83735f49f94360d1011:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd5f29959e124560","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cd5f29959e124560","status":"passed","time":{"start":1724921619635,"stop":1724921619636,"duration":1}}]},"54d048885e840da89bbbb387a2459ee8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba1c64ce09d95e2e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ba1c64ce09d95e2e","status":"passed","time":{"start":1724861465636,"stop":1724861465637,"duration":1}}]},"43e4c3d321b44a5ff314a8644db799cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1593b67437f63101","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1593b67437f63101","status":"passed","time":{"start":1724923012478,"stop":1724923012479,"duration":1}},{"uid":"88e7c7a429e73f95","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/88e7c7a429e73f95","status":"passed","time":{"start":1724921625083,"stop":1724921625083,"duration":0}},{"uid":"9280d4faa41d27a8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9280d4faa41d27a8","status":"passed","time":{"start":1724921590509,"stop":1724921590509,"duration":0}},{"uid":"d31ffe726988e01e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d31ffe726988e01e","status":"passed","time":{"start":1724918287575,"stop":1724918287575,"duration":0}},{"uid":"ccabaf9131c2886e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ccabaf9131c2886e","status":"passed","time":{"start":1724890047800,"stop":1724890047800,"duration":0}},{"uid":"60719b15000f6032","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/60719b15000f6032","status":"passed","time":{"start":1724889183941,"stop":1724889183942,"duration":1}},{"uid":"ccd87c0b1692fe27","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ccd87c0b1692fe27","status":"passed","time":{"start":1724888354181,"stop":1724888354182,"duration":1}},{"uid":"7b886a49e4a4781d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7b886a49e4a4781d","status":"passed","time":{"start":1724887145718,"stop":1724887145719,"duration":1}},{"uid":"e66c9bb9614af8a1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e66c9bb9614af8a1","status":"passed","time":{"start":1724886915797,"stop":1724886915797,"duration":0}},{"uid":"d4fea9e628919840","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d4fea9e628919840","status":"passed","time":{"start":1724862341463,"stop":1724862341463,"duration":0}},{"uid":"c4b0c43c15cf6d49","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c4b0c43c15cf6d49","status":"passed","time":{"start":1724861805466,"stop":1724861805467,"duration":1}},{"uid":"a6f86a4ee0de528","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a6f86a4ee0de528","status":"passed","time":{"start":1724861662298,"stop":1724861662299,"duration":1}},{"uid":"5eeeb217d124de04","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5eeeb217d124de04","status":"passed","time":{"start":1724861492525,"stop":1724861492526,"duration":1}}]},"5d075f148b8189dc1892986b18614e14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8ae0772d0c33ca9d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8ae0772d0c33ca9d","status":"passed","time":{"start":1724887068229,"stop":1724887068230,"duration":1}}]},"bde05d7d872812d04f35c3d9bdb8336c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c88fb127bd4c35a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3c88fb127bd4c35a","status":"passed","time":{"start":1724887127880,"stop":1724887127881,"duration":1}}]},"982dde643629d9d6b9ad5cdb535ac936:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"eb080975fc4393f9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/eb080975fc4393f9","status":"passed","time":{"start":1724922971797,"stop":1724922971798,"duration":1}},{"uid":"cf0cd1e82ef9e0a5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cf0cd1e82ef9e0a5","status":"passed","time":{"start":1724921663253,"stop":1724921663253,"duration":0}},{"uid":"e33fa0982280c846","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e33fa0982280c846","status":"passed","time":{"start":1724921617878,"stop":1724921617878,"duration":0}},{"uid":"5ecc43dc3b8ffcac","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5ecc43dc3b8ffcac","status":"passed","time":{"start":1724918326159,"stop":1724918326159,"duration":0}},{"uid":"9d910d7c94654a71","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9d910d7c94654a71","status":"passed","time":{"start":1724890076391,"stop":1724890076392,"duration":1}},{"uid":"f86ced28a4d361da","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f86ced28a4d361da","status":"passed","time":{"start":1724889199686,"stop":1724889199686,"duration":0}},{"uid":"babcc99124dca470","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/babcc99124dca470","status":"passed","time":{"start":1724888382419,"stop":1724888382420,"duration":1}},{"uid":"647b15bd8c780c34","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/647b15bd8c780c34","status":"passed","time":{"start":1724887156366,"stop":1724887156366,"duration":0}},{"uid":"2cb1e8a1c4ca8633","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2cb1e8a1c4ca8633","status":"passed","time":{"start":1724886936158,"stop":1724886936159,"duration":1}},{"uid":"240a7b9940218084","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/240a7b9940218084","status":"passed","time":{"start":1724862347634,"stop":1724862347634,"duration":0}},{"uid":"33ca62906a0dc74a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/33ca62906a0dc74a","status":"passed","time":{"start":1724861827951,"stop":1724861827952,"duration":1}},{"uid":"da1abbe2beac79be","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/da1abbe2beac79be","status":"passed","time":{"start":1724861685956,"stop":1724861685957,"duration":1}},{"uid":"f937431b4973791c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f937431b4973791c","status":"passed","time":{"start":1724861514745,"stop":1724861514746,"duration":1}}]},"a26b35ad626fd604ff4e4edce86ea4f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"122614456d4f5357","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/122614456d4f5357","status":"passed","time":{"start":1724887092627,"stop":1724887092627,"duration":0}}]},"9aa5112f5edd46e1b8a608728933e5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"baddbcb496fc4aa5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/baddbcb496fc4aa5","status":"passed","time":{"start":1724922845262,"stop":1724922845262,"duration":0}},{"uid":"83696c2e74b4d842","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/83696c2e74b4d842","status":"passed","time":{"start":1724921515253,"stop":1724921515254,"duration":1}},{"uid":"99ddda6f9fa66039","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/99ddda6f9fa66039","status":"passed","time":{"start":1724921475503,"stop":1724921475503,"duration":0}},{"uid":"805f28ee49663592","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/805f28ee49663592","status":"passed","time":{"start":1724918179417,"stop":1724918179418,"duration":1}},{"uid":"83fd41c151e1cd6c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/83fd41c151e1cd6c","status":"passed","time":{"start":1724889935352,"stop":1724889935352,"duration":0}},{"uid":"946c446303866643","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/946c446303866643","status":"passed","time":{"start":1724889072768,"stop":1724889072768,"duration":0}},{"uid":"10420e5ca55dc222","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/10420e5ca55dc222","status":"passed","time":{"start":1724888232428,"stop":1724888232428,"duration":0}},{"uid":"71b576c87c28e517","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/71b576c87c28e517","status":"passed","time":{"start":1724887018315,"stop":1724887018315,"duration":0}},{"uid":"e832e7b025efd6b1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e832e7b025efd6b1","status":"passed","time":{"start":1724886781504,"stop":1724886781504,"duration":0}},{"uid":"76dbf43757de5c02","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/76dbf43757de5c02","status":"passed","time":{"start":1724862213684,"stop":1724862213684,"duration":0}},{"uid":"fc8271b89b9699e6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fc8271b89b9699e6","status":"passed","time":{"start":1724861685883,"stop":1724861685884,"duration":1}},{"uid":"deef8615121c10d0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/deef8615121c10d0","status":"passed","time":{"start":1724861546208,"stop":1724861546209,"duration":1}},{"uid":"97c5e75be89a5fe","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/97c5e75be89a5fe","status":"passed","time":{"start":1724861378125,"stop":1724861378126,"duration":1}}]},"11533c5d9c798f5647c41d4bb4af7aba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a4239346f8966f2f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a4239346f8966f2f","status":"passed","time":{"start":1724922508636,"stop":1724922508637,"duration":1}},{"uid":"30b246bd6558c997","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/30b246bd6558c997","status":"passed","time":{"start":1724921164591,"stop":1724921164592,"duration":1}},{"uid":"994b148aaaaefea1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/994b148aaaaefea1","status":"passed","time":{"start":1724921137820,"stop":1724921137823,"duration":3}},{"uid":"e963fb685e6a8197","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e963fb685e6a8197","status":"passed","time":{"start":1724917810538,"stop":1724917810539,"duration":1}},{"uid":"a0848b8f457ef655","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a0848b8f457ef655","status":"passed","time":{"start":1724889585445,"stop":1724889585445,"duration":0}},{"uid":"d4fdb8dbc0faab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d4fdb8dbc0faab","status":"passed","time":{"start":1724888736508,"stop":1724888736508,"duration":0}},{"uid":"3cb5107d02e349f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3cb5107d02e349f9","status":"passed","time":{"start":1724887891783,"stop":1724887891783,"duration":0}},{"uid":"de1841c08c896952","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/de1841c08c896952","status":"passed","time":{"start":1724886657785,"stop":1724886657786,"duration":1}},{"uid":"63baa3682fd99f80","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/63baa3682fd99f80","status":"passed","time":{"start":1724886447357,"stop":1724886447357,"duration":0}},{"uid":"de735f899d110375","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/de735f899d110375","status":"passed","time":{"start":1724861880113,"stop":1724861880117,"duration":4}},{"uid":"6895c6ca87ee959c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6895c6ca87ee959c","status":"passed","time":{"start":1724861359780,"stop":1724861359781,"duration":1}},{"uid":"a6179a93d4917a4b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a6179a93d4917a4b","status":"passed","time":{"start":1724861179679,"stop":1724861179680,"duration":1}},{"uid":"b3c969b916641374","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b3c969b916641374","status":"passed","time":{"start":1724861040979,"stop":1724861040979,"duration":0}}]},"b341853c808d7a5c4994ae93c9c74516:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e6a7842c55046bba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e6a7842c55046bba","status":"passed","time":{"start":1724922921444,"stop":1724922921445,"duration":1}},{"uid":"861185a2dd8589f2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/861185a2dd8589f2","status":"passed","time":{"start":1724921602945,"stop":1724921602945,"duration":0}},{"uid":"4eec864463a71389","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4eec864463a71389","status":"passed","time":{"start":1724921571093,"stop":1724921571094,"duration":1}},{"uid":"526a5c22bc30f0fc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/526a5c22bc30f0fc","status":"passed","time":{"start":1724918285584,"stop":1724918285584,"duration":0}},{"uid":"26378cbe218d1678","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/26378cbe218d1678","status":"passed","time":{"start":1724890030087,"stop":1724890030088,"duration":1}},{"uid":"c2bf891a5ee46bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2bf891a5ee46bd","status":"passed","time":{"start":1724889171906,"stop":1724889171906,"duration":0}},{"uid":"678dd44cf2eb94d0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/678dd44cf2eb94d0","status":"passed","time":{"start":1724888350719,"stop":1724888350719,"duration":0}},{"uid":"73c3ed5dc2cbe01e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/73c3ed5dc2cbe01e","status":"passed","time":{"start":1724887115404,"stop":1724887115404,"duration":0}},{"uid":"887fdeeb5e59ac0e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/887fdeeb5e59ac0e","status":"passed","time":{"start":1724886884568,"stop":1724886884568,"duration":0}},{"uid":"b8571d6058b51a0d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8571d6058b51a0d","status":"passed","time":{"start":1724862322246,"stop":1724862322246,"duration":0}},{"uid":"33e080f24e09ce4b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/33e080f24e09ce4b","status":"passed","time":{"start":1724861790748,"stop":1724861790749,"duration":1}},{"uid":"5d6eee6fe1e72dba","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5d6eee6fe1e72dba","status":"passed","time":{"start":1724861628418,"stop":1724861628418,"duration":0}},{"uid":"87d6354150d75388","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/87d6354150d75388","status":"passed","time":{"start":1724861465620,"stop":1724861465621,"duration":1}}]},"0943258cb5cc0f1a0eebed8317663da1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ef61a545f5854806","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ef61a545f5854806","status":"passed","time":{"start":1724922845259,"stop":1724922845259,"duration":0}}]},"0f4f5f9d40663e8bb7ba43793bdc2dd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6ecfdb75876ce673","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6ecfdb75876ce673","status":"passed","time":{"start":1724890039745,"stop":1724890039746,"duration":1}}]},"5312f38d9e21e47e6e496177a2770df9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7d8aac099f77b4d1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7d8aac099f77b4d1","status":"passed","time":{"start":1724922862334,"stop":1724922862335,"duration":1}},{"uid":"f2b8d0915111e814","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f2b8d0915111e814","status":"passed","time":{"start":1724921540109,"stop":1724921540109,"duration":0}},{"uid":"dedf5e8c0e24c3e2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dedf5e8c0e24c3e2","status":"passed","time":{"start":1724921503540,"stop":1724921503541,"duration":1}},{"uid":"d547e777c74a1b3d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d547e777c74a1b3d","status":"passed","time":{"start":1724918214369,"stop":1724918214369,"duration":0}},{"uid":"3a19490f38bb8412","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a19490f38bb8412","status":"passed","time":{"start":1724889952445,"stop":1724889952445,"duration":0}},{"uid":"db49e3efa459dc34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/db49e3efa459dc34","status":"passed","time":{"start":1724889087469,"stop":1724889087469,"duration":0}},{"uid":"b95368cc2d5d1ac8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b95368cc2d5d1ac8","status":"passed","time":{"start":1724888266430,"stop":1724888266431,"duration":1}},{"uid":"5a7d067320a1ae1d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5a7d067320a1ae1d","status":"passed","time":{"start":1724887042932,"stop":1724887042932,"duration":0}},{"uid":"d8f6817c02ed7337","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d8f6817c02ed7337","status":"passed","time":{"start":1724886820800,"stop":1724886820800,"duration":0}},{"uid":"7eaa897185ef6d9b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7eaa897185ef6d9b","status":"passed","time":{"start":1724862245490,"stop":1724862245491,"duration":1}},{"uid":"6049d0fee2f354d6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6049d0fee2f354d6","status":"passed","time":{"start":1724861720400,"stop":1724861720403,"duration":3}},{"uid":"5bfb5ed2adb2c434","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5bfb5ed2adb2c434","status":"passed","time":{"start":1724861579389,"stop":1724861579389,"duration":0}},{"uid":"f85bbadaf0638236","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f85bbadaf0638236","status":"passed","time":{"start":1724861402507,"stop":1724861402508,"duration":1}}]},"ecb02bd69cba309a4d6d09ae3a94e7e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"20c9b7d0936a3059","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/20c9b7d0936a3059","status":"passed","time":{"start":1724862298394,"stop":1724862298394,"duration":0}}]},"ab9c72fbadc0c1e7e4b12ddcc969532f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"41c6afebc1c051cf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/41c6afebc1c051cf","status":"passed","time":{"start":1724923012464,"stop":1724923012464,"duration":0}},{"uid":"f511ee9444759abd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f511ee9444759abd","status":"passed","time":{"start":1724921625064,"stop":1724921625065,"duration":1}},{"uid":"63402439e5a64861","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/63402439e5a64861","status":"passed","time":{"start":1724921590495,"stop":1724921590496,"duration":1}},{"uid":"2f8dde369afe7249","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2f8dde369afe7249","status":"passed","time":{"start":1724918287565,"stop":1724918287565,"duration":0}},{"uid":"fec5ba6ab0894340","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fec5ba6ab0894340","status":"passed","time":{"start":1724890047787,"stop":1724890047788,"duration":1}},{"uid":"5308abe8585327cf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5308abe8585327cf","status":"passed","time":{"start":1724889183920,"stop":1724889183921,"duration":1}},{"uid":"24bceb00fd5e6433","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/24bceb00fd5e6433","status":"passed","time":{"start":1724888354165,"stop":1724888354166,"duration":1}},{"uid":"9be90f81845e463e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9be90f81845e463e","status":"passed","time":{"start":1724887145658,"stop":1724887145659,"duration":1}},{"uid":"1117d80c43f9ccc2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1117d80c43f9ccc2","status":"passed","time":{"start":1724886915787,"stop":1724886915787,"duration":0}},{"uid":"ca1d71af7efd2ea5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ca1d71af7efd2ea5","status":"passed","time":{"start":1724862341437,"stop":1724862341438,"duration":1}},{"uid":"b45725cb78e7907d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b45725cb78e7907d","status":"passed","time":{"start":1724861805442,"stop":1724861805442,"duration":0}},{"uid":"8b19b2a7914ca615","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8b19b2a7914ca615","status":"passed","time":{"start":1724861662256,"stop":1724861662256,"duration":0}},{"uid":"2e20dbe057bc87ff","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2e20dbe057bc87ff","status":"passed","time":{"start":1724861492511,"stop":1724861492512,"duration":1}}]},"8345f1ef2d2dbebd1540ee062e7a8904:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a996497155899c37","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a996497155899c37","status":"passed","time":{"start":1724890039737,"stop":1724890039738,"duration":1}}]},"5b72280c943b19522a35016cedcc76c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1380c4568e7e53e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1380c4568e7e53e","status":"passed","time":{"start":1724922891484,"stop":1724922891485,"duration":1}},{"uid":"ee3979b706e661d4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ee3979b706e661d4","status":"passed","time":{"start":1724921563007,"stop":1724921563008,"duration":1}},{"uid":"de52728853d8d3f5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/de52728853d8d3f5","status":"passed","time":{"start":1724921526809,"stop":1724921526809,"duration":0}},{"uid":"ed490cfaa71c65e1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ed490cfaa71c65e1","status":"passed","time":{"start":1724918239933,"stop":1724918239934,"duration":1}},{"uid":"2e080a3b363b8bcd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2e080a3b363b8bcd","status":"passed","time":{"start":1724889980881,"stop":1724889980881,"duration":0}},{"uid":"5076f136d7ccaa5c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5076f136d7ccaa5c","status":"passed","time":{"start":1724889109946,"stop":1724889109946,"duration":0}},{"uid":"86b00ec52a7d629c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/86b00ec52a7d629c","status":"passed","time":{"start":1724888294719,"stop":1724888294719,"duration":0}},{"uid":"fb7f0330eec2352a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fb7f0330eec2352a","status":"passed","time":{"start":1724887071735,"stop":1724887071735,"duration":0}},{"uid":"d14dfd43bec7d411","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d14dfd43bec7d411","status":"passed","time":{"start":1724886848341,"stop":1724886848341,"duration":0}},{"uid":"65b6a426d4add304","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/65b6a426d4add304","status":"passed","time":{"start":1724862259243,"stop":1724862259243,"duration":0}},{"uid":"dd0475edbc202ffa","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dd0475edbc202ffa","status":"passed","time":{"start":1724861735321,"stop":1724861735321,"duration":0}},{"uid":"d47f3b27bb6f50d4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d47f3b27bb6f50d4","status":"passed","time":{"start":1724861606335,"stop":1724861606335,"duration":0}},{"uid":"592d648e8dd1bcec","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/592d648e8dd1bcec","status":"passed","time":{"start":1724861426681,"stop":1724861426681,"duration":0}}]},"164996c5ae4c9fe72f8e8f3f45d9a4ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c3cd6b6150a1fcc7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c3cd6b6150a1fcc7","status":"passed","time":{"start":1724922966283,"stop":1724922966283,"duration":0}},{"uid":"6094a650007372ef","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6094a650007372ef","status":"passed","time":{"start":1724921658741,"stop":1724921658742,"duration":1}},{"uid":"a39f137f15399655","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a39f137f15399655","status":"passed","time":{"start":1724921609578,"stop":1724921609578,"duration":0}},{"uid":"b0bf3242aac35498","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b0bf3242aac35498","status":"passed","time":{"start":1724918323455,"stop":1724918323456,"duration":1}},{"uid":"a7447febc79d5cba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a7447febc79d5cba","status":"passed","time":{"start":1724890071662,"stop":1724890071663,"duration":1}},{"uid":"52fc9144c58ef9df","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52fc9144c58ef9df","status":"passed","time":{"start":1724889207704,"stop":1724889207704,"duration":0}},{"uid":"ad1caf07019a4ce8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ad1caf07019a4ce8","status":"passed","time":{"start":1724888386324,"stop":1724888386325,"duration":1}},{"uid":"7ce690a95949b826","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7ce690a95949b826","status":"passed","time":{"start":1724887153932,"stop":1724887153932,"duration":0}},{"uid":"878a462e54881074","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/878a462e54881074","status":"passed","time":{"start":1724886927384,"stop":1724886927384,"duration":0}},{"uid":"315b4b90176d88c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/315b4b90176d88c9","status":"passed","time":{"start":1724862360108,"stop":1724862360108,"duration":0}},{"uid":"5a1813198eae0d63","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5a1813198eae0d63","status":"passed","time":{"start":1724861832840,"stop":1724861832841,"duration":1}},{"uid":"ff90b64be581782e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ff90b64be581782e","status":"passed","time":{"start":1724861687423,"stop":1724861687424,"duration":1}},{"uid":"c2177aad44ade2f3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c2177aad44ade2f3","status":"passed","time":{"start":1724861513175,"stop":1724861513175,"duration":0}}]},"ed2366d939d4bf3e3f0bb953eb7a493e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f15ca01d7ff3e315","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f15ca01d7ff3e315","status":"passed","time":{"start":1724922921466,"stop":1724922921466,"duration":0}},{"uid":"56270c4ee8247b44","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/56270c4ee8247b44","status":"passed","time":{"start":1724921602956,"stop":1724921602957,"duration":1}},{"uid":"8e4f5c0d6dbdde2d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8e4f5c0d6dbdde2d","status":"passed","time":{"start":1724921571100,"stop":1724921571100,"duration":0}},{"uid":"d418cda2c0b80b9e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d418cda2c0b80b9e","status":"passed","time":{"start":1724918285597,"stop":1724918285598,"duration":1}},{"uid":"113b08df2c4e309a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/113b08df2c4e309a","status":"passed","time":{"start":1724890030093,"stop":1724890030094,"duration":1}},{"uid":"bc4ab07b239be7e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc4ab07b239be7e8","status":"passed","time":{"start":1724889171912,"stop":1724889171912,"duration":0}},{"uid":"8b62d96ea8b7ac68","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8b62d96ea8b7ac68","status":"passed","time":{"start":1724888350730,"stop":1724888350730,"duration":0}},{"uid":"bea6ba127e5b8bd9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bea6ba127e5b8bd9","status":"passed","time":{"start":1724887115413,"stop":1724887115414,"duration":1}},{"uid":"5dc94bbea3071cf4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5dc94bbea3071cf4","status":"passed","time":{"start":1724886884580,"stop":1724886884580,"duration":0}},{"uid":"aa5651648bec4a6f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aa5651648bec4a6f","status":"passed","time":{"start":1724862322265,"stop":1724862322265,"duration":0}},{"uid":"ceb5d5d5c07d4de8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ceb5d5d5c07d4de8","status":"passed","time":{"start":1724861790754,"stop":1724861790755,"duration":1}},{"uid":"2f69c292ddb02c1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2f69c292ddb02c1","status":"passed","time":{"start":1724861628424,"stop":1724861628424,"duration":0}},{"uid":"f5641f732cd34df9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f5641f732cd34df9","status":"passed","time":{"start":1724861465628,"stop":1724861465628,"duration":0}}]},"5f8bba24f7fa2e15c8ed9ef82fc45a67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"88d148067d113715","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/88d148067d113715","status":"passed","time":{"start":1724921515239,"stop":1724921515239,"duration":0}}]},"81074bcfcdf6b9de08243686f8c82315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d44d8ae8a2a52ea9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d44d8ae8a2a52ea9","status":"passed","time":{"start":1724922374687,"stop":1724922374687,"duration":0}},{"uid":"a4a676297003c3ee","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a4a676297003c3ee","status":"passed","time":{"start":1724921037649,"stop":1724921037649,"duration":0}},{"uid":"eb5096d1bbd85f71","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/eb5096d1bbd85f71","status":"passed","time":{"start":1724921013061,"stop":1724921013061,"duration":0}},{"uid":"baeee67bebf7f4c7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/baeee67bebf7f4c7","status":"passed","time":{"start":1724917673302,"stop":1724917673302,"duration":0}},{"uid":"526178713d56729f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/526178713d56729f","status":"passed","time":{"start":1724889452322,"stop":1724889452322,"duration":0}},{"uid":"3dfb45d0b64b5370","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3dfb45d0b64b5370","status":"passed","time":{"start":1724888602854,"stop":1724888602854,"duration":0}},{"uid":"9a614e6c00449dca","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9a614e6c00449dca","status":"passed","time":{"start":1724887759175,"stop":1724887759175,"duration":0}},{"uid":"5457b314fd41468d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5457b314fd41468d","status":"passed","time":{"start":1724886525554,"stop":1724886525554,"duration":0}},{"uid":"434e2ab3365ba250","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/434e2ab3365ba250","status":"passed","time":{"start":1724886303408,"stop":1724886303409,"duration":1}},{"uid":"67fd76bd96cb936f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/67fd76bd96cb936f","status":"passed","time":{"start":1724861752245,"stop":1724861752246,"duration":1}},{"uid":"81791d575d04f7a6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/81791d575d04f7a6","status":"passed","time":{"start":1724861223365,"stop":1724861223365,"duration":0}},{"uid":"7521d18008aa4914","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7521d18008aa4914","status":"passed","time":{"start":1724861045214,"stop":1724861045214,"duration":0}},{"uid":"d151d7fee1fd08ae","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d151d7fee1fd08ae","status":"passed","time":{"start":1724860907100,"stop":1724860907100,"duration":0}}]},"fdc74c4e13af5d1d49c134afefa674b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9713e188a70d6fe7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9713e188a70d6fe7","status":"passed","time":{"start":1724922983780,"stop":1724922983781,"duration":1}},{"uid":"f5ba7a082a1b62f0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f5ba7a082a1b62f0","status":"passed","time":{"start":1724921656189,"stop":1724921656191,"duration":2}},{"uid":"2301598ed6f3dc73","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2301598ed6f3dc73","status":"passed","time":{"start":1724921620456,"stop":1724921620457,"duration":1}},{"uid":"1ec1f5b9b8c90967","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1ec1f5b9b8c90967","status":"passed","time":{"start":1724918327709,"stop":1724918327709,"duration":0}},{"uid":"17380b2490bfa30b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/17380b2490bfa30b","status":"passed","time":{"start":1724890078469,"stop":1724890078469,"duration":0}},{"uid":"e5e8a1b40b19644e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e5e8a1b40b19644e","status":"passed","time":{"start":1724889213825,"stop":1724889213825,"duration":0}},{"uid":"39d25479fe83466d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/39d25479fe83466d","status":"passed","time":{"start":1724888383601,"stop":1724888383601,"duration":0}},{"uid":"da9e26ea3a13e760","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/da9e26ea3a13e760","status":"passed","time":{"start":1724887164578,"stop":1724887164578,"duration":0}},{"uid":"bb42eddf09df9f31","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bb42eddf09df9f31","status":"passed","time":{"start":1724886943099,"stop":1724886943100,"duration":1}},{"uid":"d5ff08abc7fd533a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d5ff08abc7fd533a","status":"passed","time":{"start":1724862368928,"stop":1724862368929,"duration":1}},{"uid":"b587641b32485185","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b587641b32485185","status":"passed","time":{"start":1724861835945,"stop":1724861835946,"duration":1}},{"uid":"66ca08fb5124eba6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/66ca08fb5124eba6","status":"passed","time":{"start":1724861692901,"stop":1724861692902,"duration":1}},{"uid":"d6d3653f2c6089ea","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d6d3653f2c6089ea","status":"passed","time":{"start":1724861520699,"stop":1724861520699,"duration":0}}]},"8eccf873694f700918c0acca464896ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"edff60bd25efaf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/edff60bd25efaf","status":"passed","time":{"start":1724862322280,"stop":1724862322281,"duration":1}}]},"6bca71b12d6ff0d2e723e60d895c1685:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7e2e621b99b94965","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7e2e621b99b94965","status":"passed","time":{"start":1724922661624,"stop":1724922661625,"duration":1}},{"uid":"6e20f37f0a7d9f49","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6e20f37f0a7d9f49","status":"passed","time":{"start":1724921321309,"stop":1724921321309,"duration":0}},{"uid":"e3a92cb86c5793d6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e3a92cb86c5793d6","status":"passed","time":{"start":1724921298783,"stop":1724921298783,"duration":0}},{"uid":"72011c1c6ac92673","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/72011c1c6ac92673","status":"passed","time":{"start":1724918008227,"stop":1724918008227,"duration":0}},{"uid":"cde298c9b319ad31","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cde298c9b319ad31","status":"passed","time":{"start":1724889728593,"stop":1724889728593,"duration":0}},{"uid":"6b0a0432648b6093","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b0a0432648b6093","status":"passed","time":{"start":1724888882872,"stop":1724888882872,"duration":0}},{"uid":"539895c0c68a787","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/539895c0c68a787","status":"passed","time":{"start":1724888111014,"stop":1724888111014,"duration":0}},{"uid":"3d5d6ae773f06e89","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3d5d6ae773f06e89","status":"passed","time":{"start":1724886869444,"stop":1724886869444,"duration":0}},{"uid":"b06eee9d15ae71c0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b06eee9d15ae71c0","status":"passed","time":{"start":1724886642934,"stop":1724886642935,"duration":1}},{"uid":"3f695ec5c466b1fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3f695ec5c466b1fa","status":"passed","time":{"start":1724862044579,"stop":1724862044580,"duration":1}},{"uid":"9145cb242ca49869","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9145cb242ca49869","status":"passed","time":{"start":1724861523028,"stop":1724861523029,"duration":1}},{"uid":"2725532f81161103","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2725532f81161103","status":"passed","time":{"start":1724861362470,"stop":1724861362470,"duration":0}},{"uid":"aeda4a857d3c67bd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/aeda4a857d3c67bd","status":"passed","time":{"start":1724861196777,"stop":1724861196778,"duration":1}}]},"4c7b4ce23caa54fbb2f370242f6a149b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2ad2cc2b22f4e169","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2ad2cc2b22f4e169","status":"passed","time":{"start":1724922887529,"stop":1724922887530,"duration":1}}]},"b5bda04dd29e5aa9c61023bb36731ec7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f2ca507bfcbbc703","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f2ca507bfcbbc703","status":"passed","time":{"start":1724921577168,"stop":1724921577169,"duration":1}}]},"8a9bd884415be9623e8385debd710e3c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fe37809ea4660e61","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fe37809ea4660e61","status":"passed","time":{"start":1724921518824,"stop":1724921518824,"duration":0}}]},"cfc4c86576cfa3c6493b570a0d0d33fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f225c2088c294d14","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f225c2088c294d14","status":"passed","time":{"start":1724922374660,"stop":1724922374660,"duration":0}},{"uid":"21eb89b7a11d37c0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/21eb89b7a11d37c0","status":"passed","time":{"start":1724921037621,"stop":1724921037622,"duration":1}},{"uid":"6f30d86ae0031dbf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6f30d86ae0031dbf","status":"passed","time":{"start":1724921013034,"stop":1724921013034,"duration":0}},{"uid":"255c2d3c6452a620","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/255c2d3c6452a620","status":"passed","time":{"start":1724917673277,"stop":1724917673277,"duration":0}},{"uid":"c9380c21d3b4ac3c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c9380c21d3b4ac3c","status":"passed","time":{"start":1724889452296,"stop":1724889452297,"duration":1}},{"uid":"c0f6f09baa53fb2a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c0f6f09baa53fb2a","status":"passed","time":{"start":1724888602826,"stop":1724888602826,"duration":0}},{"uid":"def0bec86d4f39b7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/def0bec86d4f39b7","status":"passed","time":{"start":1724887759150,"stop":1724887759151,"duration":1}},{"uid":"7c2398c013dc762f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7c2398c013dc762f","status":"passed","time":{"start":1724886525537,"stop":1724886525538,"duration":1}},{"uid":"9e4683481c0ddb64","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9e4683481c0ddb64","status":"passed","time":{"start":1724886303383,"stop":1724886303384,"duration":1}},{"uid":"897f5f67c810047b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/897f5f67c810047b","status":"passed","time":{"start":1724861752212,"stop":1724861752212,"duration":0}},{"uid":"70dc534631bc2413","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/70dc534631bc2413","status":"passed","time":{"start":1724861223342,"stop":1724861223343,"duration":1}},{"uid":"7a59d6cf249595bf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7a59d6cf249595bf","status":"passed","time":{"start":1724861045188,"stop":1724861045188,"duration":0}},{"uid":"3467ff4298ecc350","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3467ff4298ecc350","status":"passed","time":{"start":1724860907070,"stop":1724860907070,"duration":0}}]},"4ee6cc200913613041f2b29257428b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1c58a994123222de","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1c58a994123222de","status":"passed","time":{"start":1724923012472,"stop":1724923012473,"duration":1}},{"uid":"232cef48ddee9e31","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/232cef48ddee9e31","status":"passed","time":{"start":1724921625079,"stop":1724921625079,"duration":0}},{"uid":"41fb0655bf881289","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/41fb0655bf881289","status":"passed","time":{"start":1724921590502,"stop":1724921590503,"duration":1}},{"uid":"62b5cdacddbf88ac","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/62b5cdacddbf88ac","status":"passed","time":{"start":1724918287570,"stop":1724918287570,"duration":0}},{"uid":"a9e55b7454f78a28","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9e55b7454f78a28","status":"passed","time":{"start":1724890047796,"stop":1724890047796,"duration":0}},{"uid":"f9aa77a3bdad385e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9aa77a3bdad385e","status":"passed","time":{"start":1724889183929,"stop":1724889183929,"duration":0}},{"uid":"260ee8fb039827bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/260ee8fb039827bd","status":"passed","time":{"start":1724888354176,"stop":1724888354176,"duration":0}},{"uid":"92ec891278c6d2e9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/92ec891278c6d2e9","status":"passed","time":{"start":1724887145694,"stop":1724887145697,"duration":3}},{"uid":"80b3932dc0ab799b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/80b3932dc0ab799b","status":"passed","time":{"start":1724886915792,"stop":1724886915792,"duration":0}},{"uid":"21c69f288d5b0c94","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/21c69f288d5b0c94","status":"passed","time":{"start":1724862341457,"stop":1724862341457,"duration":0}},{"uid":"cf1457db26598e0d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cf1457db26598e0d","status":"passed","time":{"start":1724861805455,"stop":1724861805455,"duration":0}},{"uid":"3e96c0b2275f398e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3e96c0b2275f398e","status":"passed","time":{"start":1724861662292,"stop":1724861662292,"duration":0}},{"uid":"f9045cfe8eefd0c7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f9045cfe8eefd0c7","status":"passed","time":{"start":1724861492520,"stop":1724861492521,"duration":1}}]},"11b5583e68cc94cb4cb81b8d5c57dfd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a9b2a569281431e2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a9b2a569281431e2","status":"passed","time":{"start":1724922921471,"stop":1724922921471,"duration":0}},{"uid":"399e833fa3b98811","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/399e833fa3b98811","status":"passed","time":{"start":1724921602977,"stop":1724921602983,"duration":6}},{"uid":"35e9a1e16f1daf8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/35e9a1e16f1daf8","status":"passed","time":{"start":1724921571107,"stop":1724921571107,"duration":0}},{"uid":"c2a26eed5a3ee1cc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c2a26eed5a3ee1cc","status":"passed","time":{"start":1724918285614,"stop":1724918285615,"duration":1}},{"uid":"a3f7b31501450a73","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3f7b31501450a73","status":"passed","time":{"start":1724890030101,"stop":1724890030101,"duration":0}},{"uid":"edd42da1408e7ce4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/edd42da1408e7ce4","status":"passed","time":{"start":1724889171927,"stop":1724889171927,"duration":0}},{"uid":"f29819c9d6878cf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f29819c9d6878cf","status":"passed","time":{"start":1724888350741,"stop":1724888350741,"duration":0}},{"uid":"5aec70e47b8e246c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5aec70e47b8e246c","status":"passed","time":{"start":1724887115425,"stop":1724887115426,"duration":1}},{"uid":"6120f58a36966bb1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6120f58a36966bb1","status":"passed","time":{"start":1724886884585,"stop":1724886884585,"duration":0}},{"uid":"edccc69417fdbe38","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/edccc69417fdbe38","status":"passed","time":{"start":1724862322277,"stop":1724862322277,"duration":0}},{"uid":"9310d9009f0373f0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9310d9009f0373f0","status":"passed","time":{"start":1724861790764,"stop":1724861790765,"duration":1}},{"uid":"81338ca766091c9b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/81338ca766091c9b","status":"passed","time":{"start":1724861628430,"stop":1724861628430,"duration":0}},{"uid":"30c12e6e6639ac7f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/30c12e6e6639ac7f","status":"passed","time":{"start":1724861465635,"stop":1724861465635,"duration":0}}]},"9ba2685017146f28257e11fe9a5c3c9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2ce17db3b2eebd21","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2ce17db3b2eebd21","status":"passed","time":{"start":1724922508635,"stop":1724922508636,"duration":1}},{"uid":"6949f27abe4303a1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6949f27abe4303a1","status":"passed","time":{"start":1724921164590,"stop":1724921164591,"duration":1}},{"uid":"7a39bae02cced27","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7a39bae02cced27","status":"passed","time":{"start":1724921137819,"stop":1724921137820,"duration":1}},{"uid":"5728b2b3965849b7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5728b2b3965849b7","status":"passed","time":{"start":1724917810538,"stop":1724917810538,"duration":0}},{"uid":"7aa508bd5fdfcfe2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7aa508bd5fdfcfe2","status":"passed","time":{"start":1724889585444,"stop":1724889585444,"duration":0}},{"uid":"cf9f354c61efc6a8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf9f354c61efc6a8","status":"passed","time":{"start":1724888736507,"stop":1724888736508,"duration":1}},{"uid":"2b632e38636d220f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2b632e38636d220f","status":"passed","time":{"start":1724887891783,"stop":1724887891783,"duration":0}},{"uid":"160c721f42de0325","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/160c721f42de0325","status":"passed","time":{"start":1724886657784,"stop":1724886657785,"duration":1}},{"uid":"f763ffceeac0d6b8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f763ffceeac0d6b8","status":"passed","time":{"start":1724886447357,"stop":1724886447357,"duration":0}},{"uid":"73f36ce7644ebf0a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/73f36ce7644ebf0a","status":"passed","time":{"start":1724861880106,"stop":1724861880113,"duration":7}},{"uid":"554912eabb5e781f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/554912eabb5e781f","status":"passed","time":{"start":1724861359780,"stop":1724861359780,"duration":0}},{"uid":"6e8da9d35054533f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6e8da9d35054533f","status":"passed","time":{"start":1724861179679,"stop":1724861179679,"duration":0}},{"uid":"cbe2792238d2081b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cbe2792238d2081b","status":"passed","time":{"start":1724861040978,"stop":1724861040978,"duration":0}}]},"7a9fc53430f5a5cae5fd1c80b6d3dd85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"be24130224ca4003","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/be24130224ca4003","status":"passed","time":{"start":1724922982488,"stop":1724922982489,"duration":1}},{"uid":"ce56713ab1839f8e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ce56713ab1839f8e","status":"passed","time":{"start":1724921656080,"stop":1724921656080,"duration":0}},{"uid":"a9e14e154b36f27e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a9e14e154b36f27e","status":"passed","time":{"start":1724921612561,"stop":1724921612561,"duration":0}},{"uid":"c69ea735371d6383","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c69ea735371d6383","status":"passed","time":{"start":1724918317376,"stop":1724918317376,"duration":0}},{"uid":"94d9c3b9fee3aedf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/94d9c3b9fee3aedf","status":"passed","time":{"start":1724890075098,"stop":1724890075098,"duration":0}},{"uid":"a1b0ac0d567d34da","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a1b0ac0d567d34da","status":"passed","time":{"start":1724889203357,"stop":1724889203357,"duration":0}},{"uid":"8a38679551af5fd2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a38679551af5fd2","status":"passed","time":{"start":1724888382915,"stop":1724888382917,"duration":2}},{"uid":"5fe631c7abd941bc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5fe631c7abd941bc","status":"passed","time":{"start":1724887158110,"stop":1724887158110,"duration":0}},{"uid":"f97c6387b82fcaec","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f97c6387b82fcaec","status":"passed","time":{"start":1724886934376,"stop":1724886934377,"duration":1}},{"uid":"4425e535b3883574","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4425e535b3883574","status":"passed","time":{"start":1724862354702,"stop":1724862354702,"duration":0}},{"uid":"986464e1ee553465","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/986464e1ee553465","status":"passed","time":{"start":1724861830502,"stop":1724861830503,"duration":1}},{"uid":"2ddb960ece5ff1d1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2ddb960ece5ff1d1","status":"passed","time":{"start":1724861685353,"stop":1724861685353,"duration":0}},{"uid":"f966a1ba5685c2d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f966a1ba5685c2d","status":"passed","time":{"start":1724861518176,"stop":1724861518176,"duration":0}}]},"394f4a22d2f04ec6589335c3f56eaf59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a74450ef0c93e832","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a74450ef0c93e832","status":"passed","time":{"start":1724922410310,"stop":1724922410311,"duration":1}},{"uid":"b29a311e728de486","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b29a311e728de486","status":"passed","time":{"start":1724921073459,"stop":1724921073459,"duration":0}},{"uid":"b95930458baf857a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b95930458baf857a","status":"passed","time":{"start":1724921048446,"stop":1724921048446,"duration":0}},{"uid":"d7ec279c034783de","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d7ec279c034783de","status":"passed","time":{"start":1724917708699,"stop":1724917708699,"duration":0}},{"uid":"c2676bad1b898cec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2676bad1b898cec","status":"passed","time":{"start":1724889487515,"stop":1724889487515,"duration":0}},{"uid":"82f94c39b28b9969","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/82f94c39b28b9969","status":"passed","time":{"start":1724888638222,"stop":1724888638222,"duration":0}},{"uid":"9dd5cd3714ca93","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9dd5cd3714ca93","status":"passed","time":{"start":1724887794482,"stop":1724887794482,"duration":0}},{"uid":"2971450a71d53ca5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2971450a71d53ca5","status":"passed","time":{"start":1724886561405,"stop":1724886561406,"duration":1}},{"uid":"2257a241164f4f86","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2257a241164f4f86","status":"passed","time":{"start":1724886339061,"stop":1724886339062,"duration":1}},{"uid":"c4218b8228d2cef1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4218b8228d2cef1","status":"passed","time":{"start":1724861788382,"stop":1724861788382,"duration":0}},{"uid":"7d1e017321589844","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7d1e017321589844","status":"passed","time":{"start":1724861258535,"stop":1724861258535,"duration":0}},{"uid":"284239f86e6e242a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/284239f86e6e242a","status":"passed","time":{"start":1724861082795,"stop":1724861082795,"duration":0}},{"uid":"ddcb01353bea4b04","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ddcb01353bea4b04","status":"passed","time":{"start":1724860943247,"stop":1724860943247,"duration":0}}]},"c82c6653637320fc03ff61f436ed4c43:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1df0e037edae5b89","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1df0e037edae5b89","status":"passed","time":{"start":1724862298393,"stop":1724862298394,"duration":1}}]},"cc08c5e0c67f74da08cee0241bf97f79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6495f8e030499122","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6495f8e030499122","status":"passed","time":{"start":1724922966284,"stop":1724922966284,"duration":0}},{"uid":"6f128345979a0ee9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6f128345979a0ee9","status":"passed","time":{"start":1724921658744,"stop":1724921658745,"duration":1}},{"uid":"8efc94f7c743f231","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8efc94f7c743f231","status":"passed","time":{"start":1724921609578,"stop":1724921609579,"duration":1}},{"uid":"35e9009f992913a1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/35e9009f992913a1","status":"passed","time":{"start":1724918323456,"stop":1724918323457,"duration":1}},{"uid":"2faee2ed782096d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2faee2ed782096d8","status":"passed","time":{"start":1724890071663,"stop":1724890071663,"duration":0}},{"uid":"3dabaef1c690c295","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3dabaef1c690c295","status":"passed","time":{"start":1724889207704,"stop":1724889207705,"duration":1}},{"uid":"b357c4747013d552","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b357c4747013d552","status":"passed","time":{"start":1724888386325,"stop":1724888386325,"duration":0}},{"uid":"26753abda8084c6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/26753abda8084c6","status":"passed","time":{"start":1724887153932,"stop":1724887153932,"duration":0}},{"uid":"989a1972b61f9101","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/989a1972b61f9101","status":"passed","time":{"start":1724886927384,"stop":1724886927384,"duration":0}},{"uid":"f4123a4e8f382aa1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f4123a4e8f382aa1","status":"passed","time":{"start":1724862360108,"stop":1724862360109,"duration":1}},{"uid":"4451504f84264302","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4451504f84264302","status":"passed","time":{"start":1724861832841,"stop":1724861832841,"duration":0}},{"uid":"db8d9ce9975b299e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/db8d9ce9975b299e","status":"passed","time":{"start":1724861687424,"stop":1724861687425,"duration":1}},{"uid":"50268e4abe0fe625","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/50268e4abe0fe625","status":"passed","time":{"start":1724861513175,"stop":1724861513175,"duration":0}}]},"f716fdc3a962ee9fa6121ff048946f75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"46e919eee660ab40","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/46e919eee660ab40","status":"passed","time":{"start":1724922921463,"stop":1724922921463,"duration":0}},{"uid":"8f703044cd457373","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8f703044cd457373","status":"passed","time":{"start":1724921602954,"stop":1724921602955,"duration":1}},{"uid":"3e3826b807d32315","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3e3826b807d32315","status":"passed","time":{"start":1724921571098,"stop":1724921571098,"duration":0}},{"uid":"b1b13fbea195d70c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b1b13fbea195d70c","status":"passed","time":{"start":1724918285591,"stop":1724918285591,"duration":0}},{"uid":"1478c716825c46ad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1478c716825c46ad","status":"passed","time":{"start":1724890030091,"stop":1724890030091,"duration":0}},{"uid":"215eeb6242869d9a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/215eeb6242869d9a","status":"passed","time":{"start":1724889171910,"stop":1724889171910,"duration":0}},{"uid":"874cb076779cc35d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/874cb076779cc35d","status":"passed","time":{"start":1724888350722,"stop":1724888350723,"duration":1}},{"uid":"cc6853b1cd6bb373","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc6853b1cd6bb373","status":"passed","time":{"start":1724887115410,"stop":1724887115410,"duration":0}},{"uid":"1bf01fdfcdeaaa23","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1bf01fdfcdeaaa23","status":"passed","time":{"start":1724886884577,"stop":1724886884577,"duration":0}},{"uid":"1181a2c81b16f966","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1181a2c81b16f966","status":"passed","time":{"start":1724862322258,"stop":1724862322259,"duration":1}},{"uid":"545fe632cce7f4d1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/545fe632cce7f4d1","status":"passed","time":{"start":1724861790752,"stop":1724861790753,"duration":1}},{"uid":"98c81d5316bef9ad","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/98c81d5316bef9ad","status":"passed","time":{"start":1724861628421,"stop":1724861628422,"duration":1}},{"uid":"1abdeb04d4712d04","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1abdeb04d4712d04","status":"passed","time":{"start":1724861465626,"stop":1724861465626,"duration":0}}]},"bd7b2de65a159e5409380a487a1900a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"69c93e16188c72be","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/69c93e16188c72be","status":"passed","time":{"start":1724861485083,"stop":1724861485083,"duration":0}}]},"fcda637f86305e2f98bc502647d223d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"12139d36d0540a0b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/12139d36d0540a0b","status":"passed","time":{"start":1724922611430,"stop":1724922611430,"duration":0}},{"uid":"5b0232bf0f64615e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5b0232bf0f64615e","status":"passed","time":{"start":1724921270351,"stop":1724921270351,"duration":0}},{"uid":"233d32d74e3df859","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/233d32d74e3df859","status":"passed","time":{"start":1724921247811,"stop":1724921247811,"duration":0}},{"uid":"7357d3b59c2f31e7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7357d3b59c2f31e7","status":"passed","time":{"start":1724917989813,"stop":1724917989813,"duration":0}},{"uid":"622b235c583b649b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/622b235c583b649b","status":"passed","time":{"start":1724889678541,"stop":1724889678541,"duration":0}},{"uid":"15bc1ebe953b5df0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/15bc1ebe953b5df0","status":"passed","time":{"start":1724888829832,"stop":1724888829832,"duration":0}},{"uid":"d7e57393fc8819ee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d7e57393fc8819ee","status":"passed","time":{"start":1724888076983,"stop":1724888076984,"duration":1}},{"uid":"259a117df5f335ff","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/259a117df5f335ff","status":"passed","time":{"start":1724886851120,"stop":1724886851120,"duration":0}},{"uid":"5261b15a6f45be47","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5261b15a6f45be47","status":"passed","time":{"start":1724886647079,"stop":1724886647081,"duration":2}},{"uid":"d6bcaea1237caea5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d6bcaea1237caea5","status":"passed","time":{"start":1724861992708,"stop":1724861992708,"duration":0}},{"uid":"e453fd680a740752","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e453fd680a740752","status":"passed","time":{"start":1724861469636,"stop":1724861469636,"duration":0}},{"uid":"78d3b40cde15ca52","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/78d3b40cde15ca52","status":"passed","time":{"start":1724861284852,"stop":1724861284852,"duration":0}},{"uid":"b9efa37f71b01be","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b9efa37f71b01be","status":"passed","time":{"start":1724861145797,"stop":1724861145797,"duration":0}}]},"01d884145c010fc64bf65cb32b7fdf42:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ccef2ce32a6b6cd6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ccef2ce32a6b6cd6","status":"passed","time":{"start":1724922374678,"stop":1724922374678,"duration":0}},{"uid":"660f23e1f9201c09","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/660f23e1f9201c09","status":"passed","time":{"start":1724921037639,"stop":1724921037640,"duration":1}},{"uid":"899335391470a197","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/899335391470a197","status":"passed","time":{"start":1724921013053,"stop":1724921013053,"duration":0}},{"uid":"c80d897421155278","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c80d897421155278","status":"passed","time":{"start":1724917673295,"stop":1724917673296,"duration":1}},{"uid":"6cd010b143ab760","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6cd010b143ab760","status":"passed","time":{"start":1724889452314,"stop":1724889452314,"duration":0}},{"uid":"6d54a02ad1a9f58a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d54a02ad1a9f58a","status":"passed","time":{"start":1724888602844,"stop":1724888602844,"duration":0}},{"uid":"16b30bb33088f46b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/16b30bb33088f46b","status":"passed","time":{"start":1724887759167,"stop":1724887759167,"duration":0}},{"uid":"92e42bb94f774043","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/92e42bb94f774043","status":"passed","time":{"start":1724886525546,"stop":1724886525547,"duration":1}},{"uid":"95a7da9e3700d558","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/95a7da9e3700d558","status":"passed","time":{"start":1724886303400,"stop":1724886303401,"duration":1}},{"uid":"733d0d9eb119ec27","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/733d0d9eb119ec27","status":"passed","time":{"start":1724861752232,"stop":1724861752232,"duration":0}},{"uid":"defe66223099ee4a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/defe66223099ee4a","status":"passed","time":{"start":1724861223358,"stop":1724861223358,"duration":0}},{"uid":"ee1b731a509cfa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ee1b731a509cfa","status":"passed","time":{"start":1724861045206,"stop":1724861045206,"duration":0}},{"uid":"a508aab085bb7ae","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a508aab085bb7ae","status":"passed","time":{"start":1724860907088,"stop":1724860907088,"duration":0}}]},"2015a267b7a98ab8cb7259d54fa43af8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cb5ce472ab29ce2a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cb5ce472ab29ce2a","status":"passed","time":{"start":1724922845258,"stop":1724922845258,"duration":0}},{"uid":"f3c351d23422be3b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f3c351d23422be3b","status":"passed","time":{"start":1724921515238,"stop":1724921515238,"duration":0}},{"uid":"8ba2aa28caa88948","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8ba2aa28caa88948","status":"passed","time":{"start":1724921475500,"stop":1724921475500,"duration":0}},{"uid":"fc9452281ae7ed86","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fc9452281ae7ed86","status":"passed","time":{"start":1724918179411,"stop":1724918179411,"duration":0}},{"uid":"d44b23f8e54cc474","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d44b23f8e54cc474","status":"passed","time":{"start":1724889935349,"stop":1724889935349,"duration":0}},{"uid":"49069005a2455f9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/49069005a2455f9d","status":"passed","time":{"start":1724889072764,"stop":1724889072765,"duration":1}},{"uid":"dfb4bdd9e5d97799","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dfb4bdd9e5d97799","status":"passed","time":{"start":1724888232425,"stop":1724888232425,"duration":0}},{"uid":"348015723d9fd6f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/348015723d9fd6f9","status":"passed","time":{"start":1724887018312,"stop":1724887018312,"duration":0}},{"uid":"13870d427f617802","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/13870d427f617802","status":"passed","time":{"start":1724886781499,"stop":1724886781499,"duration":0}},{"uid":"f7253bb166bf5766","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7253bb166bf5766","status":"passed","time":{"start":1724862213675,"stop":1724862213680,"duration":5}},{"uid":"6ddefb5b60fb1d8d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6ddefb5b60fb1d8d","status":"passed","time":{"start":1724861685874,"stop":1724861685875,"duration":1}},{"uid":"909511123491067d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/909511123491067d","status":"passed","time":{"start":1724861546200,"stop":1724861546201,"duration":1}},{"uid":"f69c7f4c56481a24","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f69c7f4c56481a24","status":"passed","time":{"start":1724861378122,"stop":1724861378122,"duration":0}}]},"87b43b4ee563d9db3b30d9aed8266a83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f1e1abf34274805f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f1e1abf34274805f","status":"passed","time":{"start":1724918259538,"stop":1724918259538,"duration":0}}]},"7fa43daff57bd0ce47616ab29fc60181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f746e42b3192ebda","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f746e42b3192ebda","status":"passed","time":{"start":1724922387837,"stop":1724922387838,"duration":1}},{"uid":"dd39287a43016ecc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dd39287a43016ecc","status":"passed","time":{"start":1724921050915,"stop":1724921050915,"duration":0}},{"uid":"157f17aaf19247a2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/157f17aaf19247a2","status":"passed","time":{"start":1724921026083,"stop":1724921026084,"duration":1}},{"uid":"fc06ad0848172c1e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fc06ad0848172c1e","status":"passed","time":{"start":1724917686329,"stop":1724917686330,"duration":1}},{"uid":"1fd191c18609f2b7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1fd191c18609f2b7","status":"passed","time":{"start":1724889465301,"stop":1724889465301,"duration":0}},{"uid":"1f948bce73f66b26","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1f948bce73f66b26","status":"passed","time":{"start":1724888615854,"stop":1724888615854,"duration":0}},{"uid":"26b35304d5646b3c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/26b35304d5646b3c","status":"passed","time":{"start":1724887772188,"stop":1724887772189,"duration":1}},{"uid":"2068ec1c42bfd42e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2068ec1c42bfd42e","status":"passed","time":{"start":1724886538734,"stop":1724886538735,"duration":1}},{"uid":"c6cc886306f6cb3d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c6cc886306f6cb3d","status":"passed","time":{"start":1724886316572,"stop":1724886316572,"duration":0}},{"uid":"7f1668e8bb2b4255","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7f1668e8bb2b4255","status":"passed","time":{"start":1724861765626,"stop":1724861765626,"duration":0}},{"uid":"9cbd5616981cb61f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9cbd5616981cb61f","status":"passed","time":{"start":1724861236289,"stop":1724861236289,"duration":0}},{"uid":"aa0c0e7264213d48","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/aa0c0e7264213d48","status":"passed","time":{"start":1724861059255,"stop":1724861059256,"duration":1}},{"uid":"527af5522d511fb5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/527af5522d511fb5","status":"passed","time":{"start":1724860920540,"stop":1724860920541,"duration":1}}]},"17a6f76495b1619f9fb1860a7b134c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"629d9752713e9033","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/629d9752713e9033","status":"passed","time":{"start":1724922661641,"stop":1724922661642,"duration":1}},{"uid":"efc27b4c7ef3d408","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/efc27b4c7ef3d408","status":"passed","time":{"start":1724921321311,"stop":1724921321312,"duration":1}},{"uid":"6b445a7e2ae97e06","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6b445a7e2ae97e06","status":"passed","time":{"start":1724921298785,"stop":1724921298785,"duration":0}},{"uid":"2f913d5caf027c86","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2f913d5caf027c86","status":"passed","time":{"start":1724918008264,"stop":1724918008265,"duration":1}},{"uid":"3bfefdfbdc8678c4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3bfefdfbdc8678c4","status":"passed","time":{"start":1724889728595,"stop":1724889728596,"duration":1}},{"uid":"75c7c653bd7cdd96","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/75c7c653bd7cdd96","status":"passed","time":{"start":1724888882875,"stop":1724888882875,"duration":0}},{"uid":"fbcd4f11c0ccbdd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fbcd4f11c0ccbdd","status":"passed","time":{"start":1724888111025,"stop":1724888111025,"duration":0}},{"uid":"966f33363ba9ee14","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/966f33363ba9ee14","status":"passed","time":{"start":1724886869447,"stop":1724886869448,"duration":1}},{"uid":"687dcd90eefb44ba","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/687dcd90eefb44ba","status":"passed","time":{"start":1724886642936,"stop":1724886642936,"duration":0}},{"uid":"b51037f95e86b9f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b51037f95e86b9f9","status":"passed","time":{"start":1724862044581,"stop":1724862044582,"duration":1}},{"uid":"e310a9b036ffdc90","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e310a9b036ffdc90","status":"passed","time":{"start":1724861523038,"stop":1724861523039,"duration":1}},{"uid":"79c7677dc44ded93","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/79c7677dc44ded93","status":"passed","time":{"start":1724861362473,"stop":1724861362474,"duration":1}},{"uid":"6c43fa87f5537604","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6c43fa87f5537604","status":"passed","time":{"start":1724861196839,"stop":1724861196845,"duration":6}}]},"7a4574b0f60b30673a8fc64643b5fa8c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"385d2d99ac30b1f2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/385d2d99ac30b1f2","status":"passed","time":{"start":1724861770121,"stop":1724861770122,"duration":1}}]},"e8059bbe8f16591459e72c85064fb2a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"35904c8b970cb9cf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/35904c8b970cb9cf","status":"passed","time":{"start":1724923012459,"stop":1724923012459,"duration":0}},{"uid":"355c9bf4afe22666","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/355c9bf4afe22666","status":"passed","time":{"start":1724921625035,"stop":1724921625036,"duration":1}},{"uid":"6f6dcefcc63f49ae","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6f6dcefcc63f49ae","status":"passed","time":{"start":1724921590479,"stop":1724921590479,"duration":0}},{"uid":"d46c7e66483425d1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d46c7e66483425d1","status":"passed","time":{"start":1724918287559,"stop":1724918287559,"duration":0}},{"uid":"9a5dfe50d83df90b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9a5dfe50d83df90b","status":"passed","time":{"start":1724890047782,"stop":1724890047782,"duration":0}},{"uid":"20abc14730a517fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/20abc14730a517fa","status":"passed","time":{"start":1724889183914,"stop":1724889183914,"duration":0}},{"uid":"d17754f1d76c1aa0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d17754f1d76c1aa0","status":"passed","time":{"start":1724888354159,"stop":1724888354159,"duration":0}},{"uid":"8bb8b43c180888f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8bb8b43c180888f","status":"passed","time":{"start":1724887145651,"stop":1724887145651,"duration":0}},{"uid":"64f51fd7ffe7a5fc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/64f51fd7ffe7a5fc","status":"passed","time":{"start":1724886915776,"stop":1724886915776,"duration":0}},{"uid":"27315bbd0b2ec15f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/27315bbd0b2ec15f","status":"passed","time":{"start":1724862341431,"stop":1724862341432,"duration":1}},{"uid":"f37fbd010addd5e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f37fbd010addd5e","status":"passed","time":{"start":1724861805432,"stop":1724861805433,"duration":1}},{"uid":"d7b6f68feed8cb77","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d7b6f68feed8cb77","status":"passed","time":{"start":1724861662240,"stop":1724861662240,"duration":0}},{"uid":"781c7a7f14d9216a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/781c7a7f14d9216a","status":"passed","time":{"start":1724861492503,"stop":1724861492503,"duration":0}}]},"61fc51f41c87e78944a283d6e4a258f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1ee4c0ce20475d5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1ee4c0ce20475d5","status":"passed","time":{"start":1724922535038,"stop":1724922535048,"duration":10}},{"uid":"1cfa376143b106d9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1cfa376143b106d9","status":"passed","time":{"start":1724921196357,"stop":1724921196357,"duration":0}},{"uid":"e64fd44723067630","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e64fd44723067630","status":"passed","time":{"start":1724921173180,"stop":1724921173180,"duration":0}},{"uid":"c5151bf185b50f58","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c5151bf185b50f58","status":"passed","time":{"start":1724917930826,"stop":1724917930826,"duration":0}},{"uid":"ecce35e3fa9a74c5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ecce35e3fa9a74c5","status":"passed","time":{"start":1724889621016,"stop":1724889621017,"duration":1}},{"uid":"9f701e53c8f113b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f701e53c8f113b","status":"passed","time":{"start":1724888759388,"stop":1724888759388,"duration":0}},{"uid":"bbaf8e95b706a925","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bbaf8e95b706a925","status":"passed","time":{"start":1724888015044,"stop":1724888015044,"duration":0}},{"uid":"24e163bc08ded135","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/24e163bc08ded135","status":"passed","time":{"start":1724886784542,"stop":1724886784542,"duration":0}},{"uid":"53683326db508e70","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/53683326db508e70","status":"passed","time":{"start":1724886566525,"stop":1724886566526,"duration":1}},{"uid":"9a595f532affc47c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9a595f532affc47c","status":"passed","time":{"start":1724861915533,"stop":1724861915534,"duration":1}},{"uid":"b61fa70ff6e78327","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b61fa70ff6e78327","status":"passed","time":{"start":1724861379724,"stop":1724861379725,"duration":1}},{"uid":"a30229227fd5e81","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a30229227fd5e81","status":"passed","time":{"start":1724861206875,"stop":1724861206879,"duration":4}},{"uid":"d18a9968084810e9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d18a9968084810e9","status":"passed","time":{"start":1724861067559,"stop":1724861067560,"duration":1}}]},"1d71dd750d76bba77d05212d04612c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5f180218b159b91d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5f180218b159b91d","status":"passed","time":{"start":1724922887532,"stop":1724922887532,"duration":0}},{"uid":"322d9184bfa451f4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/322d9184bfa451f4","status":"passed","time":{"start":1724921564782,"stop":1724921564783,"duration":1}},{"uid":"c387a9d2877df5d9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c387a9d2877df5d9","status":"passed","time":{"start":1724921518827,"stop":1724921518828,"duration":1}},{"uid":"7979eb12be1b5500","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7979eb12be1b5500","status":"passed","time":{"start":1724918229404,"stop":1724918229404,"duration":0}},{"uid":"ec17744e5b3c3e68","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ec17744e5b3c3e68","status":"passed","time":{"start":1724889980707,"stop":1724889980707,"duration":0}},{"uid":"712bfea7c8a47682","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/712bfea7c8a47682","status":"passed","time":{"start":1724889111183,"stop":1724889111183,"duration":0}},{"uid":"73ca673590d1b365","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/73ca673590d1b365","status":"passed","time":{"start":1724888292547,"stop":1724888292547,"duration":0}},{"uid":"3420e27e80a65a0f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3420e27e80a65a0f","status":"passed","time":{"start":1724887068232,"stop":1724887068232,"duration":0}},{"uid":"83cc6f5588c95eb7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/83cc6f5588c95eb7","status":"passed","time":{"start":1724886848934,"stop":1724886848935,"duration":1}},{"uid":"eb293680f6e394f4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eb293680f6e394f4","status":"passed","time":{"start":1724862262052,"stop":1724862262054,"duration":2}},{"uid":"c5dfd7d682ed2cc7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c5dfd7d682ed2cc7","status":"passed","time":{"start":1724861741897,"stop":1724861741898,"duration":1}},{"uid":"6b0a044b2d379184","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6b0a044b2d379184","status":"passed","time":{"start":1724861599501,"stop":1724861599501,"duration":0}},{"uid":"4f41a3cb81b3670c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4f41a3cb81b3670c","status":"passed","time":{"start":1724861428479,"stop":1724861428479,"duration":0}}]},"13dc773dbc4db2135c16f1b3a54e2c02:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c3179e6aef510e35","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c3179e6aef510e35","status":"passed","time":{"start":1724862320143,"stop":1724862320143,"duration":0}}]},"2a5ef100338210e77baecb9bd37bb789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c0dbb0b8b44cdc6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0dbb0b8b44cdc6","status":"passed","time":{"start":1724861637974,"stop":1724861637974,"duration":0}}]},"31c8e5b00842d869053a8ccc64a1bb30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4023d2b8ca85176a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4023d2b8ca85176a","status":"passed","time":{"start":1724923012467,"stop":1724923012467,"duration":0}},{"uid":"4f731215e17475bd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4f731215e17475bd","status":"passed","time":{"start":1724921625074,"stop":1724921625074,"duration":0}},{"uid":"a985bdac8cff9514","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a985bdac8cff9514","status":"passed","time":{"start":1724921590498,"stop":1724921590498,"duration":0}},{"uid":"77b9fca4f9ebc580","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/77b9fca4f9ebc580","status":"passed","time":{"start":1724918287567,"stop":1724918287567,"duration":0}},{"uid":"71de08fd0ea21c2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/71de08fd0ea21c2","status":"passed","time":{"start":1724890047790,"stop":1724890047790,"duration":0}},{"uid":"336a0d85a6c41184","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/336a0d85a6c41184","status":"passed","time":{"start":1724889183923,"stop":1724889183923,"duration":0}},{"uid":"6cee5ecc59aa14bf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6cee5ecc59aa14bf","status":"passed","time":{"start":1724888354172,"stop":1724888354173,"duration":1}},{"uid":"a60d4f43283f52a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a60d4f43283f52a9","status":"passed","time":{"start":1724887145666,"stop":1724887145666,"duration":0}},{"uid":"d7859c3cd69e2705","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d7859c3cd69e2705","status":"passed","time":{"start":1724886915789,"stop":1724886915789,"duration":0}},{"uid":"f66a9837802dc5e3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f66a9837802dc5e3","status":"passed","time":{"start":1724862341440,"stop":1724862341453,"duration":13}},{"uid":"3348c73983f18d84","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3348c73983f18d84","status":"passed","time":{"start":1724861805444,"stop":1724861805445,"duration":1}},{"uid":"2678f6540a39f9d1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2678f6540a39f9d1","status":"passed","time":{"start":1724861662273,"stop":1724861662286,"duration":13}},{"uid":"e3e876df56caebac","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e3e876df56caebac","status":"passed","time":{"start":1724861492516,"stop":1724861492516,"duration":0}}]},"ddc7e82bfaf4398da5049ccee852c920:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e6dd016781c33ba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e6dd016781c33ba","status":"passed","time":{"start":1724922476376,"stop":1724922476376,"duration":0}},{"uid":"6b188056243c0f10","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6b188056243c0f10","status":"passed","time":{"start":1724921141188,"stop":1724921141200,"duration":12}},{"uid":"50d5cad85980dca0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/50d5cad85980dca0","status":"passed","time":{"start":1724921118250,"stop":1724921118250,"duration":0}},{"uid":"6df6af307b7dd42","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6df6af307b7dd42","status":"passed","time":{"start":1724917777552,"stop":1724917777552,"duration":0}},{"uid":"c54ba25b4854fcb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c54ba25b4854fcb7","status":"passed","time":{"start":1724889554665,"stop":1724889554665,"duration":0}},{"uid":"41fde9fb23a66947","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/41fde9fb23a66947","status":"passed","time":{"start":1724888706939,"stop":1724888706940,"duration":1}},{"uid":"a25bd99e534c76cd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a25bd99e534c76cd","status":"passed","time":{"start":1724887861774,"stop":1724887861774,"duration":0}},{"uid":"946ee3c8de992fe2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/946ee3c8de992fe2","status":"passed","time":{"start":1724886631477,"stop":1724886631478,"duration":1}},{"uid":"2a6b1be4a69aa994","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2a6b1be4a69aa994","status":"passed","time":{"start":1724886409746,"stop":1724886409747,"duration":1}},{"uid":"ea92cf35fff3f4bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ea92cf35fff3f4bc","status":"passed","time":{"start":1724861858184,"stop":1724861858185,"duration":1}},{"uid":"cd0cccad94d4237e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cd0cccad94d4237e","status":"passed","time":{"start":1724861324522,"stop":1724861324522,"duration":0}},{"uid":"6413ef022f928bba","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6413ef022f928bba","status":"passed","time":{"start":1724861152391,"stop":1724861152391,"duration":0}},{"uid":"48b46a0118e36bf9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/48b46a0118e36bf9","status":"passed","time":{"start":1724861011436,"stop":1724861011436,"duration":0}}]},"62d6c48f0a70d500c45ef2a175f29bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"524902c40320d996","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/524902c40320d996","status":"passed","time":{"start":1724922408755,"stop":1724922408756,"duration":1}},{"uid":"18d49e2c138cae35","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/18d49e2c138cae35","status":"passed","time":{"start":1724921071994,"stop":1724921071994,"duration":0}},{"uid":"5b23fd8e3a4c40f2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5b23fd8e3a4c40f2","status":"passed","time":{"start":1724921046823,"stop":1724921046823,"duration":0}},{"uid":"fdab50608165f1c8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fdab50608165f1c8","status":"passed","time":{"start":1724917707023,"stop":1724917707024,"duration":1}},{"uid":"56b7c48de83db178","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/56b7c48de83db178","status":"passed","time":{"start":1724889485859,"stop":1724889485860,"duration":1}},{"uid":"4d239cfd5ae5adc9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4d239cfd5ae5adc9","status":"passed","time":{"start":1724888636619,"stop":1724888636620,"duration":1}},{"uid":"711c1b29ab0b60ac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/711c1b29ab0b60ac","status":"passed","time":{"start":1724887792855,"stop":1724887792855,"duration":0}},{"uid":"ded57dee4486aefc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ded57dee4486aefc","status":"passed","time":{"start":1724886559723,"stop":1724886559724,"duration":1}},{"uid":"852edf6da5f25045","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/852edf6da5f25045","status":"passed","time":{"start":1724886337376,"stop":1724886337376,"duration":0}},{"uid":"3b2eb90916408306","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3b2eb90916408306","status":"passed","time":{"start":1724861786730,"stop":1724861786730,"duration":0}},{"uid":"52acbdb3bb4d18c7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/52acbdb3bb4d18c7","status":"passed","time":{"start":1724861257212,"stop":1724861257212,"duration":0}},{"uid":"9bb4f7485b60734e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9bb4f7485b60734e","status":"passed","time":{"start":1724861081085,"stop":1724861081085,"duration":0}},{"uid":"1042b0d01ad2f607","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1042b0d01ad2f607","status":"passed","time":{"start":1724860941731,"stop":1724860941731,"duration":0}}]},"8ce53717e638ed375d7032bd3f2b20be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5dbb288b4fa637ee","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5dbb288b4fa637ee","status":"passed","time":{"start":1724922374690,"stop":1724922374691,"duration":1}},{"uid":"cad5c4a34408dcf9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cad5c4a34408dcf9","status":"passed","time":{"start":1724921037651,"stop":1724921037652,"duration":1}},{"uid":"8c6365e20a25185e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8c6365e20a25185e","status":"passed","time":{"start":1724921013065,"stop":1724921013065,"duration":0}},{"uid":"82f2a480382c9a9f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/82f2a480382c9a9f","status":"passed","time":{"start":1724917673305,"stop":1724917673305,"duration":0}},{"uid":"21061176af9a8430","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/21061176af9a8430","status":"passed","time":{"start":1724889452325,"stop":1724889452325,"duration":0}},{"uid":"497a8d2975fb1a93","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/497a8d2975fb1a93","status":"passed","time":{"start":1724888602857,"stop":1724888602858,"duration":1}},{"uid":"41c1c60d604e84c8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/41c1c60d604e84c8","status":"passed","time":{"start":1724887759178,"stop":1724887759178,"duration":0}},{"uid":"2260fd5dc570734c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2260fd5dc570734c","status":"passed","time":{"start":1724886525556,"stop":1724886525556,"duration":0}},{"uid":"abb32ebbeb3d7bb3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/abb32ebbeb3d7bb3","status":"passed","time":{"start":1724886303411,"stop":1724886303411,"duration":0}},{"uid":"d2a5ed1088d80dd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d2a5ed1088d80dd","status":"passed","time":{"start":1724861752248,"stop":1724861752248,"duration":0}},{"uid":"77272681d69a88f6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/77272681d69a88f6","status":"passed","time":{"start":1724861223368,"stop":1724861223368,"duration":0}},{"uid":"1150752ad697b6a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1150752ad697b6a","status":"passed","time":{"start":1724861045217,"stop":1724861045217,"duration":0}},{"uid":"fc2634bf3e6c8765","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fc2634bf3e6c8765","status":"passed","time":{"start":1724860907103,"stop":1724860907103,"duration":0}}]},"d62e53d918f67dad404d075c90141864:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"53cd937ae7db5f7d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/53cd937ae7db5f7d","status":"passed","time":{"start":1724886880629,"stop":1724886880630,"duration":1}}]},"a4be7d9489b14688de2b707323a936b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ffaf797dcef793fa","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ffaf797dcef793fa","status":"passed","time":{"start":1724922966284,"stop":1724922966285,"duration":1}},{"uid":"39f4570b0460cbe4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/39f4570b0460cbe4","status":"passed","time":{"start":1724921658745,"stop":1724921658745,"duration":0}},{"uid":"ea7529feddb3e45c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ea7529feddb3e45c","status":"passed","time":{"start":1724921609579,"stop":1724921609579,"duration":0}},{"uid":"b3e8b81bbffe2117","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b3e8b81bbffe2117","status":"passed","time":{"start":1724918323458,"stop":1724918323459,"duration":1}},{"uid":"183d3a20b40afdbe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/183d3a20b40afdbe","status":"passed","time":{"start":1724890071664,"stop":1724890071664,"duration":0}},{"uid":"47ab33c39e2eb4bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/47ab33c39e2eb4bd","status":"passed","time":{"start":1724889207705,"stop":1724889207705,"duration":0}},{"uid":"e713e2790e776a34","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e713e2790e776a34","status":"passed","time":{"start":1724888386325,"stop":1724888386326,"duration":1}},{"uid":"da74ab135b1631c1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/da74ab135b1631c1","status":"passed","time":{"start":1724887153933,"stop":1724887153934,"duration":1}},{"uid":"2f4c349edb443e80","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2f4c349edb443e80","status":"passed","time":{"start":1724886927388,"stop":1724886927388,"duration":0}},{"uid":"e9597d2235c40a4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e9597d2235c40a4","status":"passed","time":{"start":1724862360109,"stop":1724862360109,"duration":0}},{"uid":"eed7f38b295acb4b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/eed7f38b295acb4b","status":"passed","time":{"start":1724861832842,"stop":1724861832842,"duration":0}},{"uid":"3e04376351dbecfa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3e04376351dbecfa","status":"passed","time":{"start":1724861687426,"stop":1724861687427,"duration":1}},{"uid":"84b6753a8a0be4e6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/84b6753a8a0be4e6","status":"passed","time":{"start":1724861513176,"stop":1724861513176,"duration":0}}]},"8cfb52e6c02a48b52170d160401804f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6f8e227f219cb072","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6f8e227f219cb072","status":"passed","time":{"start":1724921577168,"stop":1724921577168,"duration":0}}]},"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8c40c86c27d26d2b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8c40c86c27d26d2b","status":"passed","time":{"start":1724922465397,"stop":1724922465398,"duration":1}},{"uid":"e85ba90f3b36669","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e85ba90f3b36669","status":"passed","time":{"start":1724921128569,"stop":1724921128570,"duration":1}},{"uid":"a78f70e10275d909","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a78f70e10275d909","status":"passed","time":{"start":1724921103676,"stop":1724921103676,"duration":0}},{"uid":"fe128ee4859a39e6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fe128ee4859a39e6","status":"passed","time":{"start":1724917763728,"stop":1724917763728,"duration":0}},{"uid":"5e0d492f6f315a9a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5e0d492f6f315a9a","status":"passed","time":{"start":1724889543371,"stop":1724889543372,"duration":1}},{"uid":"e51bd551820a723d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e51bd551820a723d","status":"passed","time":{"start":1724888692505,"stop":1724888692505,"duration":0}},{"uid":"3dda80a0ae24777c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3dda80a0ae24777c","status":"passed","time":{"start":1724887850414,"stop":1724887850414,"duration":0}},{"uid":"5fe5c2b675e2c1f1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5fe5c2b675e2c1f1","status":"passed","time":{"start":1724886617176,"stop":1724886617176,"duration":0}},{"uid":"638dac56e8f7cdcf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/638dac56e8f7cdcf","status":"passed","time":{"start":1724886394908,"stop":1724886394911,"duration":3}},{"uid":"3050b8be76a89ac4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3050b8be76a89ac4","status":"passed","time":{"start":1724861844373,"stop":1724861844373,"duration":0}},{"uid":"aabaa9e0d292cbe9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/aabaa9e0d292cbe9","status":"passed","time":{"start":1724861313410,"stop":1724861313411,"duration":1}},{"uid":"8794e3677ca4282e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8794e3677ca4282e","status":"passed","time":{"start":1724861139651,"stop":1724861139652,"duration":1}},{"uid":"6737c56603cbeb96","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6737c56603cbeb96","status":"passed","time":{"start":1724860999512,"stop":1724860999512,"duration":0}}]},"6496df604a2d73d30c6106b55902fca6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f2fdec18971088bb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f2fdec18971088bb","status":"passed","time":{"start":1724922374694,"stop":1724922374694,"duration":0}},{"uid":"cb162c1bfd3d995f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cb162c1bfd3d995f","status":"passed","time":{"start":1724921037654,"stop":1724921037654,"duration":0}},{"uid":"19412094fe3fe3cb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/19412094fe3fe3cb","status":"passed","time":{"start":1724921013068,"stop":1724921013068,"duration":0}},{"uid":"abacbfb9c9046fa2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/abacbfb9c9046fa2","status":"passed","time":{"start":1724917673308,"stop":1724917673308,"duration":0}},{"uid":"d718ab9fac9ffe91","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d718ab9fac9ffe91","status":"passed","time":{"start":1724889452327,"stop":1724889452328,"duration":1}},{"uid":"a25282ce5baff01a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a25282ce5baff01a","status":"passed","time":{"start":1724888602860,"stop":1724888602860,"duration":0}},{"uid":"9fa3de8fa6815dc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9fa3de8fa6815dc","status":"passed","time":{"start":1724887759181,"stop":1724887759181,"duration":0}},{"uid":"bc45efbc054132de","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bc45efbc054132de","status":"passed","time":{"start":1724886525558,"stop":1724886525558,"duration":0}},{"uid":"c7f82282654b0343","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c7f82282654b0343","status":"passed","time":{"start":1724886303414,"stop":1724886303414,"duration":0}},{"uid":"1cbea08977636946","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1cbea08977636946","status":"passed","time":{"start":1724861752250,"stop":1724861752250,"duration":0}},{"uid":"455954a888742d17","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/455954a888742d17","status":"passed","time":{"start":1724861223371,"stop":1724861223371,"duration":0}},{"uid":"1d4c92c69efb1d14","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1d4c92c69efb1d14","status":"passed","time":{"start":1724861045220,"stop":1724861045220,"duration":0}},{"uid":"c1035b433aae15ae","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c1035b433aae15ae","status":"passed","time":{"start":1724860907107,"stop":1724860907107,"duration":0}}]},"7fc3ff61f10eed58155b889267de1e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4af23328d9b12836","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4af23328d9b12836","status":"passed","time":{"start":1724923012481,"stop":1724923012481,"duration":0}},{"uid":"ca23129e39bffd4d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ca23129e39bffd4d","status":"passed","time":{"start":1724921625092,"stop":1724921625092,"duration":0}},{"uid":"13d7d650c0e83c65","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/13d7d650c0e83c65","status":"passed","time":{"start":1724921590511,"stop":1724921590511,"duration":0}},{"uid":"e5adbd1d2e4f42c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e5adbd1d2e4f42c","status":"passed","time":{"start":1724918287577,"stop":1724918287577,"duration":0}},{"uid":"8fd1f3d2c2ddc746","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8fd1f3d2c2ddc746","status":"passed","time":{"start":1724890047803,"stop":1724890047803,"duration":0}},{"uid":"16d1c320cbd226dd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/16d1c320cbd226dd","status":"passed","time":{"start":1724889183948,"stop":1724889183948,"duration":0}},{"uid":"569c93be2d84f67e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/569c93be2d84f67e","status":"passed","time":{"start":1724888354186,"stop":1724888354187,"duration":1}},{"uid":"ec80b623d52fa153","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ec80b623d52fa153","status":"passed","time":{"start":1724887145730,"stop":1724887145730,"duration":0}},{"uid":"2d80ab39a50ed145","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2d80ab39a50ed145","status":"passed","time":{"start":1724886915809,"stop":1724886915809,"duration":0}},{"uid":"e9dc9e43dadbe252","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e9dc9e43dadbe252","status":"passed","time":{"start":1724862341466,"stop":1724862341467,"duration":1}},{"uid":"b74e2eeb84b53115","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b74e2eeb84b53115","status":"passed","time":{"start":1724861805471,"stop":1724861805471,"duration":0}},{"uid":"8fdcb41d5dba9977","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8fdcb41d5dba9977","status":"passed","time":{"start":1724861662300,"stop":1724861662301,"duration":1}},{"uid":"2f276139ee50154e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2f276139ee50154e","status":"passed","time":{"start":1724861492528,"stop":1724861492528,"duration":0}}]},"60f35916590a9ebe43f8340d68145b66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9f10ff01aebc4bff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9f10ff01aebc4bff","status":"passed","time":{"start":1724922950821,"stop":1724922950821,"duration":0}},{"uid":"2f8f4d984f5a044","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2f8f4d984f5a044","status":"passed","time":{"start":1724921640399,"stop":1724921640399,"duration":0}},{"uid":"97f42adee205f1ea","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/97f42adee205f1ea","status":"passed","time":{"start":1724921600407,"stop":1724921600408,"duration":1}},{"uid":"7d508110251ecbf8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7d508110251ecbf8","status":"passed","time":{"start":1724918300922,"stop":1724918300923,"duration":1}},{"uid":"a5ce4f115ffd0ea3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5ce4f115ffd0ea3","status":"passed","time":{"start":1724890059284,"stop":1724890059285,"duration":1}},{"uid":"b4425c6ef4040e4c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4425c6ef4040e4c","status":"passed","time":{"start":1724889188311,"stop":1724889188314,"duration":3}},{"uid":"3b50dca9c3f2eb10","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3b50dca9c3f2eb10","status":"passed","time":{"start":1724888372739,"stop":1724888372740,"duration":1}},{"uid":"dae6acd4bb5d448a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dae6acd4bb5d448a","status":"passed","time":{"start":1724887135717,"stop":1724887135717,"duration":0}},{"uid":"c8bdea3b3e902fde","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c8bdea3b3e902fde","status":"passed","time":{"start":1724886919663,"stop":1724886919664,"duration":1}},{"uid":"53329d9fbccf93aa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/53329d9fbccf93aa","status":"passed","time":{"start":1724862341834,"stop":1724862341834,"duration":0}},{"uid":"f40837da1898b172","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f40837da1898b172","status":"passed","time":{"start":1724861815489,"stop":1724861815489,"duration":0}},{"uid":"fd9477a8e0ab757","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fd9477a8e0ab757","status":"passed","time":{"start":1724861669534,"stop":1724861669534,"duration":0}},{"uid":"7ec588008f318ea2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7ec588008f318ea2","status":"passed","time":{"start":1724861505414,"stop":1724861505415,"duration":1}}]},"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c6e5e0e8bbf29786","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c6e5e0e8bbf29786","status":"passed","time":{"start":1724922409249,"stop":1724922409249,"duration":0}},{"uid":"4a9e7cea474243c6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4a9e7cea474243c6","status":"passed","time":{"start":1724921072291,"stop":1724921072291,"duration":0}},{"uid":"6cddf4727003697c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6cddf4727003697c","status":"passed","time":{"start":1724921047282,"stop":1724921047283,"duration":1}},{"uid":"d730332a604c3f6b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d730332a604c3f6b","status":"passed","time":{"start":1724917707455,"stop":1724917707455,"duration":0}},{"uid":"c983d1a5e95a8bb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c983d1a5e95a8bb7","status":"passed","time":{"start":1724889486389,"stop":1724889486389,"duration":0}},{"uid":"ab7ff39e8e1a7b75","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ab7ff39e8e1a7b75","status":"passed","time":{"start":1724888637013,"stop":1724888637014,"duration":1}},{"uid":"736bddb6fbc609a4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/736bddb6fbc609a4","status":"passed","time":{"start":1724887793424,"stop":1724887793424,"duration":0}},{"uid":"4a0bf911852c43e0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a0bf911852c43e0","status":"passed","time":{"start":1724886560036,"stop":1724886560037,"duration":1}},{"uid":"2ef08c95f172d51b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2ef08c95f172d51b","status":"passed","time":{"start":1724886337879,"stop":1724886337879,"duration":0}},{"uid":"5f52d4249d7da6bb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f52d4249d7da6bb","status":"passed","time":{"start":1724861787236,"stop":1724861787237,"duration":1}},{"uid":"4b00def42c2beb7b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4b00def42c2beb7b","status":"passed","time":{"start":1724861257427,"stop":1724861257428,"duration":1}},{"uid":"d36e1514e17a1d2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d36e1514e17a1d2","status":"passed","time":{"start":1724861081341,"stop":1724861081342,"duration":1}},{"uid":"f0fb95b14c4b7d42","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f0fb95b14c4b7d42","status":"passed","time":{"start":1724860942009,"stop":1724860942009,"duration":0}}]},"969657e71e2c302de9a431cd03b2d3af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"289e93e45ba2dd46","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/289e93e45ba2dd46","status":"passed","time":{"start":1724889111170,"stop":1724889111170,"duration":0}}]},"153570a82b67cc58bbb83349666b2542:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d645963cd99c1aa3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d645963cd99c1aa3","status":"passed","time":{"start":1724922611420,"stop":1724922611421,"duration":1}},{"uid":"d8ac6ec6daf2e019","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d8ac6ec6daf2e019","status":"passed","time":{"start":1724921270342,"stop":1724921270342,"duration":0}},{"uid":"3854fa8c79d32835","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3854fa8c79d32835","status":"passed","time":{"start":1724921247773,"stop":1724921247773,"duration":0}},{"uid":"90e023d791b4cf99","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/90e023d791b4cf99","status":"passed","time":{"start":1724917989809,"stop":1724917989810,"duration":1}},{"uid":"af66c7f3875a17c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/af66c7f3875a17c7","status":"passed","time":{"start":1724889678532,"stop":1724889678533,"duration":1}},{"uid":"6329fbddb19afa4c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6329fbddb19afa4c","status":"passed","time":{"start":1724888829826,"stop":1724888829827,"duration":1}},{"uid":"f6f0ef3fc8ae7103","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f6f0ef3fc8ae7103","status":"passed","time":{"start":1724888076973,"stop":1724888076974,"duration":1}},{"uid":"f20d20306d2b6394","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f20d20306d2b6394","status":"passed","time":{"start":1724886851112,"stop":1724886851113,"duration":1}},{"uid":"f7de02c34bc762fb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f7de02c34bc762fb","status":"passed","time":{"start":1724886647058,"stop":1724886647059,"duration":1}},{"uid":"88da5f8e97ec9ae6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/88da5f8e97ec9ae6","status":"passed","time":{"start":1724861992702,"stop":1724861992702,"duration":0}},{"uid":"cc17a3cb81bfac07","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cc17a3cb81bfac07","status":"passed","time":{"start":1724861469630,"stop":1724861469631,"duration":1}},{"uid":"4e238e6a75305b45","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4e238e6a75305b45","status":"passed","time":{"start":1724861284845,"stop":1724861284845,"duration":0}},{"uid":"a4b4ba73f75a2b7c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a4b4ba73f75a2b7c","status":"passed","time":{"start":1724861145772,"stop":1724861145772,"duration":0}}]},"17a365c6873770addb5fea5e4dd76480:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2c44eb3904dd77f0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2c44eb3904dd77f0","status":"passed","time":{"start":1724922845235,"stop":1724922845235,"duration":0}},{"uid":"4bd7321f825ce063","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4bd7321f825ce063","status":"passed","time":{"start":1724921515221,"stop":1724921515221,"duration":0}},{"uid":"c338587d98dd5e0e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c338587d98dd5e0e","status":"passed","time":{"start":1724921475439,"stop":1724921475440,"duration":1}},{"uid":"a6bc597123c3a908","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a6bc597123c3a908","status":"passed","time":{"start":1724918179381,"stop":1724918179381,"duration":0}},{"uid":"d5c319b0c5f2e945","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d5c319b0c5f2e945","status":"passed","time":{"start":1724889935334,"stop":1724889935335,"duration":1}},{"uid":"dcf09da6f381c2b0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dcf09da6f381c2b0","status":"passed","time":{"start":1724889072747,"stop":1724889072747,"duration":0}},{"uid":"9d77b53283278947","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9d77b53283278947","status":"passed","time":{"start":1724888232409,"stop":1724888232409,"duration":0}},{"uid":"ea8d2359f680f8f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ea8d2359f680f8f9","status":"passed","time":{"start":1724887018288,"stop":1724887018289,"duration":1}},{"uid":"27abbb91f8290717","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/27abbb91f8290717","status":"passed","time":{"start":1724886781473,"stop":1724886781474,"duration":1}},{"uid":"bd9ff1fcd4650cff","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bd9ff1fcd4650cff","status":"passed","time":{"start":1724862213656,"stop":1724862213657,"duration":1}},{"uid":"c63ef6a824429cae","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c63ef6a824429cae","status":"passed","time":{"start":1724861685849,"stop":1724861685849,"duration":0}},{"uid":"86852d0ff4545672","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/86852d0ff4545672","status":"passed","time":{"start":1724861546164,"stop":1724861546164,"duration":0}},{"uid":"e684a8af0e00e2e0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e684a8af0e00e2e0","status":"passed","time":{"start":1724861378105,"stop":1724861378105,"duration":0}}]},"a2f700168af9cb41c3c2307e8101120a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"abbde55f6a876c98","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/abbde55f6a876c98","status":"passed","time":{"start":1724922374675,"stop":1724922374675,"duration":0}},{"uid":"e9b034f8f075acb7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e9b034f8f075acb7","status":"passed","time":{"start":1724921037635,"stop":1724921037635,"duration":0}},{"uid":"95dea5e523fb6a80","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/95dea5e523fb6a80","status":"passed","time":{"start":1724921013047,"stop":1724921013047,"duration":0}},{"uid":"4d638b2d079ef143","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4d638b2d079ef143","status":"passed","time":{"start":1724917673291,"stop":1724917673291,"duration":0}},{"uid":"fffbf953b7d9f095","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fffbf953b7d9f095","status":"passed","time":{"start":1724889452310,"stop":1724889452310,"duration":0}},{"uid":"29734ee3c2c97762","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29734ee3c2c97762","status":"passed","time":{"start":1724888602840,"stop":1724888602840,"duration":0}},{"uid":"584951c75c301140","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/584951c75c301140","status":"passed","time":{"start":1724887759164,"stop":1724887759164,"duration":0}},{"uid":"872948bf4d72fcfa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/872948bf4d72fcfa","status":"passed","time":{"start":1724886525543,"stop":1724886525543,"duration":0}},{"uid":"98f877bf1b4f9650","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/98f877bf1b4f9650","status":"passed","time":{"start":1724886303396,"stop":1724886303397,"duration":1}},{"uid":"1c7693f54d1448cc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c7693f54d1448cc","status":"passed","time":{"start":1724861752228,"stop":1724861752228,"duration":0}},{"uid":"50882d2b1333133e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/50882d2b1333133e","status":"passed","time":{"start":1724861223355,"stop":1724861223355,"duration":0}},{"uid":"b98b384a25a918ac","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b98b384a25a918ac","status":"passed","time":{"start":1724861045202,"stop":1724861045202,"duration":0}},{"uid":"e147b5176d770989","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e147b5176d770989","status":"passed","time":{"start":1724860907084,"stop":1724860907084,"duration":0}}]},"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"53d863d936b7a7bd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/53d863d936b7a7bd","status":"passed","time":{"start":1724922998984,"stop":1724922998985,"duration":1}},{"uid":"b58210257090c321","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b58210257090c321","status":"passed","time":{"start":1724921672581,"stop":1724921672582,"duration":1}},{"uid":"a8a95d5d6e64eaf3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a8a95d5d6e64eaf3","status":"passed","time":{"start":1724921629964,"stop":1724921629965,"duration":1}},{"uid":"100b50354e54c65e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/100b50354e54c65e","status":"passed","time":{"start":1724918337083,"stop":1724918337083,"duration":0}},{"uid":"473d8ec8546b87fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/473d8ec8546b87fd","status":"passed","time":{"start":1724890089179,"stop":1724890089179,"duration":0}},{"uid":"28098478dbfc74f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/28098478dbfc74f9","status":"passed","time":{"start":1724889221660,"stop":1724889221660,"duration":0}},{"uid":"b91bf1f19aecf370","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b91bf1f19aecf370","status":"passed","time":{"start":1724888396188,"stop":1724888396189,"duration":1}},{"uid":"b87b6e3069596aec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b87b6e3069596aec","status":"passed","time":{"start":1724887170939,"stop":1724887170939,"duration":0}},{"uid":"7a875359edf770af","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7a875359edf770af","status":"passed","time":{"start":1724886948525,"stop":1724886948525,"duration":0}},{"uid":"e075c236c07ec0e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e075c236c07ec0e5","status":"passed","time":{"start":1724862370753,"stop":1724862370753,"duration":0}},{"uid":"c61a7e5624c20670","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c61a7e5624c20670","status":"passed","time":{"start":1724861845169,"stop":1724861845169,"duration":0}},{"uid":"e4a482c4675c47de","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e4a482c4675c47de","status":"passed","time":{"start":1724861703117,"stop":1724861703117,"duration":0}},{"uid":"b33166759283cee7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b33166759283cee7","status":"passed","time":{"start":1724861530977,"stop":1724861530977,"duration":0}}]},"33fdc0abcc05365671923e497cbe2ac0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b2afd7abd7f2e393","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b2afd7abd7f2e393","status":"passed","time":{"start":1724922921446,"stop":1724922921447,"duration":1}},{"uid":"4ebf57b07e2b02ec","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4ebf57b07e2b02ec","status":"passed","time":{"start":1724921602945,"stop":1724921602946,"duration":1}},{"uid":"43db74aa5acab64e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/43db74aa5acab64e","status":"passed","time":{"start":1724921571095,"stop":1724921571095,"duration":0}},{"uid":"a6cbf4c652bf59a0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a6cbf4c652bf59a0","status":"passed","time":{"start":1724918285585,"stop":1724918285585,"duration":0}},{"uid":"f1deef9d1e966335","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f1deef9d1e966335","status":"passed","time":{"start":1724890030088,"stop":1724890030088,"duration":0}},{"uid":"cf7b16cbd0e5d59c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf7b16cbd0e5d59c","status":"passed","time":{"start":1724889171906,"stop":1724889171907,"duration":1}},{"uid":"74ee3f4d771394f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/74ee3f4d771394f","status":"passed","time":{"start":1724888350720,"stop":1724888350720,"duration":0}},{"uid":"cddffbc8832083d5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cddffbc8832083d5","status":"passed","time":{"start":1724887115405,"stop":1724887115406,"duration":1}},{"uid":"7ee6df48212435ea","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7ee6df48212435ea","status":"passed","time":{"start":1724886884569,"stop":1724886884569,"duration":0}},{"uid":"d628959947cfeb66","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d628959947cfeb66","status":"passed","time":{"start":1724862322247,"stop":1724862322247,"duration":0}},{"uid":"d926fa1c1d157a87","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d926fa1c1d157a87","status":"passed","time":{"start":1724861790749,"stop":1724861790750,"duration":1}},{"uid":"96e6b51078101338","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/96e6b51078101338","status":"passed","time":{"start":1724861628418,"stop":1724861628419,"duration":1}},{"uid":"32e364b12365c262","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/32e364b12365c262","status":"passed","time":{"start":1724861465622,"stop":1724861465623,"duration":1}}]},"1f1826c46d8ebcb70b3ec7356b2c26ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"14df5570ad0869cb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/14df5570ad0869cb","status":"passed","time":{"start":1724922778328,"stop":1724922778328,"duration":0}},{"uid":"5b48a8122b223c54","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5b48a8122b223c54","status":"passed","time":{"start":1724921497759,"stop":1724921497760,"duration":1}},{"uid":"94c2f318ffea873e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/94c2f318ffea873e","status":"passed","time":{"start":1724921408415,"stop":1724921408416,"duration":1}},{"uid":"1ea0d0cd16ca3666","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1ea0d0cd16ca3666","status":"passed","time":{"start":1724918086872,"stop":1724918086872,"duration":0}},{"uid":"d0becf3529018d38","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d0becf3529018d38","status":"passed","time":{"start":1724889892448,"stop":1724889892448,"duration":0}},{"uid":"a829c2d3840046a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a829c2d3840046a9","status":"passed","time":{"start":1724888997218,"stop":1724888997218,"duration":0}},{"uid":"2cc765a0cfe7e2eb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2cc765a0cfe7e2eb","status":"passed","time":{"start":1724888159509,"stop":1724888159509,"duration":0}},{"uid":"a416b97fd15bbfcc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a416b97fd15bbfcc","status":"passed","time":{"start":1724886937308,"stop":1724886937312,"duration":4}},{"uid":"db9a17e33a91a04d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/db9a17e33a91a04d","status":"passed","time":{"start":1724886709809,"stop":1724886709810,"duration":1}},{"uid":"a9a8ef8ed82a42a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9a8ef8ed82a42a0","status":"passed","time":{"start":1724862123539,"stop":1724862123539,"duration":0}},{"uid":"674b532ec027cb94","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/674b532ec027cb94","status":"passed","time":{"start":1724861620105,"stop":1724861620106,"duration":1}},{"uid":"35eb0f6517c38495","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/35eb0f6517c38495","status":"passed","time":{"start":1724861460254,"stop":1724861460255,"duration":1}},{"uid":"54e6a18e11d029b9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/54e6a18e11d029b9","status":"passed","time":{"start":1724861330174,"stop":1724861330174,"duration":0}}]},"2ad1a51e9a8a69f5e0949ab5bac91cfa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ddeed863c6beca95","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ddeed863c6beca95","status":"passed","time":{"start":1724922398922,"stop":1724922398922,"duration":0}},{"uid":"5c1a207d6c88d15f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5c1a207d6c88d15f","status":"passed","time":{"start":1724921061851,"stop":1724921061851,"duration":0}},{"uid":"2a8c7dd170be7ac7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2a8c7dd170be7ac7","status":"passed","time":{"start":1724921037159,"stop":1724921037159,"duration":0}},{"uid":"b0f65d83741240d8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b0f65d83741240d8","status":"passed","time":{"start":1724917697304,"stop":1724917697304,"duration":0}},{"uid":"6041561e8550b374","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6041561e8550b374","status":"passed","time":{"start":1724889476085,"stop":1724889476086,"duration":1}},{"uid":"8a8e8b2f5ec984cc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8a8e8b2f5ec984cc","status":"passed","time":{"start":1724888626889,"stop":1724888626889,"duration":0}},{"uid":"7e11ff7c752966b7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7e11ff7c752966b7","status":"passed","time":{"start":1724887783110,"stop":1724887783110,"duration":0}},{"uid":"fbcbd5ae6981209b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fbcbd5ae6981209b","status":"passed","time":{"start":1724886549921,"stop":1724886549921,"duration":0}},{"uid":"e764f2b7a1c5fd10","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e764f2b7a1c5fd10","status":"passed","time":{"start":1724886327583,"stop":1724886327583,"duration":0}},{"uid":"d7167779809591a4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d7167779809591a4","status":"passed","time":{"start":1724861776809,"stop":1724861776809,"duration":0}},{"uid":"957a2680fbe21a5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/957a2680fbe21a5","status":"passed","time":{"start":1724861247301,"stop":1724861247301,"duration":0}},{"uid":"34376bff5a333b2e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/34376bff5a333b2e","status":"passed","time":{"start":1724861071397,"stop":1724861071397,"duration":0}},{"uid":"72b37fbf37171b08","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/72b37fbf37171b08","status":"passed","time":{"start":1724860931797,"stop":1724860931797,"duration":0}}]},"8b92757ab19a937c456a92cfced3d214:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0bb416fc160862e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f0bb416fc160862e","status":"passed","time":{"start":1724921602989,"stop":1724921602989,"duration":0}}]},"febf10fe980b59353c470eebd065089e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cef95b3ff9a15c72","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cef95b3ff9a15c72","status":"passed","time":{"start":1724922382326,"stop":1724922382326,"duration":0}},{"uid":"9479fcc50ae9621","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9479fcc50ae9621","status":"passed","time":{"start":1724921045530,"stop":1724921045531,"duration":1}},{"uid":"60812c8b0df1c506","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/60812c8b0df1c506","status":"passed","time":{"start":1724921020724,"stop":1724921020724,"duration":0}},{"uid":"8c3c43a8c22b9fb3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8c3c43a8c22b9fb3","status":"passed","time":{"start":1724917681049,"stop":1724917681049,"duration":0}},{"uid":"52ba2cbdf82b5a6c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52ba2cbdf82b5a6c","status":"passed","time":{"start":1724889459913,"stop":1724889459914,"duration":1}},{"uid":"f91757d897ef4f3c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f91757d897ef4f3c","status":"passed","time":{"start":1724888610531,"stop":1724888610531,"duration":0}},{"uid":"833896f27a43995d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/833896f27a43995d","status":"passed","time":{"start":1724887766846,"stop":1724887766846,"duration":0}},{"uid":"753544eff7876d98","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/753544eff7876d98","status":"passed","time":{"start":1724886533241,"stop":1724886533242,"duration":1}},{"uid":"c782e9fc9fc450a8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c782e9fc9fc450a8","status":"passed","time":{"start":1724886311087,"stop":1724886311088,"duration":1}},{"uid":"c5a35f28dbf03f36","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5a35f28dbf03f36","status":"passed","time":{"start":1724861760047,"stop":1724861760047,"duration":0}},{"uid":"3ae1bd3f6fdd198f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3ae1bd3f6fdd198f","status":"passed","time":{"start":1724861230825,"stop":1724861230826,"duration":1}},{"uid":"eb1c505d440a4d0f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/eb1c505d440a4d0f","status":"passed","time":{"start":1724861053396,"stop":1724861053397,"duration":1}},{"uid":"998a9922b4a40","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/998a9922b4a40","status":"passed","time":{"start":1724860914742,"stop":1724860914743,"duration":1}}]},"0695c88dec75f4d8bcf42848254b1b8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c264b747ab444c9f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c264b747ab444c9f","status":"passed","time":{"start":1724889077073,"stop":1724889077074,"duration":1}}]},"df180de3baec9dc768e789014357a848:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7947d58104ffb65","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7947d58104ffb65","status":"passed","time":{"start":1724922439099,"stop":1724922439100,"duration":1}},{"uid":"5a9721948a6e86c7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5a9721948a6e86c7","status":"passed","time":{"start":1724921098913,"stop":1724921098915,"duration":2}},{"uid":"1ee557199edf4044","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1ee557199edf4044","status":"passed","time":{"start":1724921073379,"stop":1724921073392,"duration":13}},{"uid":"2634cb6750ddf3df","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2634cb6750ddf3df","status":"passed","time":{"start":1724917744661,"stop":1724917744661,"duration":0}},{"uid":"e28d3d7d6f693ff8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e28d3d7d6f693ff8","status":"passed","time":{"start":1724889518042,"stop":1724889518043,"duration":1}},{"uid":"eb5c46461add692a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eb5c46461add692a","status":"passed","time":{"start":1724888665800,"stop":1724888665801,"duration":1}},{"uid":"fac69ccb88799265","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fac69ccb88799265","status":"passed","time":{"start":1724887821950,"stop":1724887821951,"duration":1}},{"uid":"4db312f1f5bd0157","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4db312f1f5bd0157","status":"passed","time":{"start":1724886586924,"stop":1724886586924,"duration":0}},{"uid":"bae8e6f2eadf639a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bae8e6f2eadf639a","status":"passed","time":{"start":1724886375227,"stop":1724886375229,"duration":2}},{"uid":"c7f1d53b5dfccdf7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c7f1d53b5dfccdf7","status":"passed","time":{"start":1724861815215,"stop":1724861815216,"duration":1}},{"uid":"edc3b09ed26ea08d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/edc3b09ed26ea08d","status":"passed","time":{"start":1724861291720,"stop":1724861291721,"duration":1}},{"uid":"df8f616338a92309","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/df8f616338a92309","status":"passed","time":{"start":1724861109870,"stop":1724861109872,"duration":2}},{"uid":"f78b5ec1d8ceca67","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f78b5ec1d8ceca67","status":"passed","time":{"start":1724860972340,"stop":1724860972340,"duration":0}}]},"4887365d60b7faba9255b54c310b7b5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a5af398198c14133","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a5af398198c14133","status":"passed","time":{"start":1724922887528,"stop":1724922887529,"duration":1}},{"uid":"9d4b1e7ddcc6f54f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9d4b1e7ddcc6f54f","status":"passed","time":{"start":1724921564778,"stop":1724921564778,"duration":0}},{"uid":"77c976bb363586e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/77c976bb363586e","status":"passed","time":{"start":1724921518822,"stop":1724921518823,"duration":1}},{"uid":"fe446fae44d2af9d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fe446fae44d2af9d","status":"passed","time":{"start":1724918229401,"stop":1724918229401,"duration":0}},{"uid":"3c00294eb9ed3926","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c00294eb9ed3926","status":"passed","time":{"start":1724889980704,"stop":1724889980705,"duration":1}},{"uid":"6044a78d37cee2c5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6044a78d37cee2c5","status":"passed","time":{"start":1724889111168,"stop":1724889111169,"duration":1}},{"uid":"2cdb9edf9b5ad758","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2cdb9edf9b5ad758","status":"passed","time":{"start":1724888292535,"stop":1724888292536,"duration":1}},{"uid":"13bb351de2dc8259","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/13bb351de2dc8259","status":"passed","time":{"start":1724887068229,"stop":1724887068229,"duration":0}},{"uid":"f1b1de38317182c1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f1b1de38317182c1","status":"passed","time":{"start":1724886848928,"stop":1724886848929,"duration":1}},{"uid":"bf565d3c6955362","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf565d3c6955362","status":"passed","time":{"start":1724862262049,"stop":1724862262049,"duration":0}},{"uid":"d44d525578928a12","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d44d525578928a12","status":"passed","time":{"start":1724861741895,"stop":1724861741895,"duration":0}},{"uid":"9d9afcfd5d7aeebb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9d9afcfd5d7aeebb","status":"passed","time":{"start":1724861599498,"stop":1724861599498,"duration":0}},{"uid":"ad008bea3cdff125","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ad008bea3cdff125","status":"passed","time":{"start":1724861428477,"stop":1724861428477,"duration":0}}]},"820dd76ff699bf97b090a36292148731:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7504fa2da2490ac6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7504fa2da2490ac6","status":"passed","time":{"start":1724922374673,"stop":1724922374673,"duration":0}},{"uid":"44ecaff2390e5433","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/44ecaff2390e5433","status":"passed","time":{"start":1724921037633,"stop":1724921037633,"duration":0}},{"uid":"58b0cca3b09b61cd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/58b0cca3b09b61cd","status":"passed","time":{"start":1724921013046,"stop":1724921013046,"duration":0}},{"uid":"f2308954bdfd975e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f2308954bdfd975e","status":"passed","time":{"start":1724917673289,"stop":1724917673289,"duration":0}},{"uid":"dfc259fd4666162a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dfc259fd4666162a","status":"passed","time":{"start":1724889452308,"stop":1724889452308,"duration":0}},{"uid":"be34f1cc55141ee6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/be34f1cc55141ee6","status":"passed","time":{"start":1724888602838,"stop":1724888602838,"duration":0}},{"uid":"c17ba3e3ba5b2ed7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c17ba3e3ba5b2ed7","status":"passed","time":{"start":1724887759162,"stop":1724887759162,"duration":0}},{"uid":"46c5c77d1c957da4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/46c5c77d1c957da4","status":"passed","time":{"start":1724886525542,"stop":1724886525542,"duration":0}},{"uid":"491e42314606dec4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/491e42314606dec4","status":"passed","time":{"start":1724886303395,"stop":1724886303395,"duration":0}},{"uid":"5165824969a80827","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5165824969a80827","status":"passed","time":{"start":1724861752225,"stop":1724861752225,"duration":0}},{"uid":"d93c637b60a179e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d93c637b60a179e","status":"passed","time":{"start":1724861223353,"stop":1724861223353,"duration":0}},{"uid":"43a464a5dcc2f3ab","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/43a464a5dcc2f3ab","status":"passed","time":{"start":1724861045200,"stop":1724861045200,"duration":0}},{"uid":"89f23b5412ee9e8a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/89f23b5412ee9e8a","status":"passed","time":{"start":1724860907083,"stop":1724860907083,"duration":0}}]},"61c6880ba0bdd0149f99fef52cf2e4cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f0dd310c51723bd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4f0dd310c51723bd","status":"passed","time":{"start":1724861800255,"stop":1724861800256,"duration":1}}]},"5a27e969aaa517950f4bb4bfdc6f1cab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ad52e3e57098a197","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ad52e3e57098a197","status":"passed","time":{"start":1724922374658,"stop":1724922374659,"duration":1}},{"uid":"2e7abba2fea39d56","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2e7abba2fea39d56","status":"passed","time":{"start":1724921037620,"stop":1724921037621,"duration":1}},{"uid":"2809f79e619ca0ed","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2809f79e619ca0ed","status":"passed","time":{"start":1724921013033,"stop":1724921013033,"duration":0}},{"uid":"a6dfd2eadad0bd5e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a6dfd2eadad0bd5e","status":"passed","time":{"start":1724917673276,"stop":1724917673277,"duration":1}},{"uid":"a160cce7b2c3ef3f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a160cce7b2c3ef3f","status":"passed","time":{"start":1724889452295,"stop":1724889452295,"duration":0}},{"uid":"b98be24b878f62da","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b98be24b878f62da","status":"passed","time":{"start":1724888602824,"stop":1724888602825,"duration":1}},{"uid":"97daf5869374e77","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/97daf5869374e77","status":"passed","time":{"start":1724887759149,"stop":1724887759150,"duration":1}},{"uid":"86473b2cfcb028bb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/86473b2cfcb028bb","status":"passed","time":{"start":1724886525536,"stop":1724886525537,"duration":1}},{"uid":"3a4461526b4095ae","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3a4461526b4095ae","status":"passed","time":{"start":1724886303382,"stop":1724886303383,"duration":1}},{"uid":"d4df2506917868b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d4df2506917868b2","status":"passed","time":{"start":1724861752211,"stop":1724861752211,"duration":0}},{"uid":"f5c8a39e6ac42ef8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f5c8a39e6ac42ef8","status":"passed","time":{"start":1724861223341,"stop":1724861223342,"duration":1}},{"uid":"395a7e3b1c88c194","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/395a7e3b1c88c194","status":"passed","time":{"start":1724861045187,"stop":1724861045187,"duration":0}},{"uid":"f25b05234025f276","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f25b05234025f276","status":"passed","time":{"start":1724860907069,"stop":1724860907069,"duration":0}}]},"025e1155ffed7e98831dfbdafa4711c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bea89194290154aa","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bea89194290154aa","status":"passed","time":{"start":1724923012483,"stop":1724923012483,"duration":0}},{"uid":"50c9c7dd60f00b11","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/50c9c7dd60f00b11","status":"passed","time":{"start":1724921625093,"stop":1724921625094,"duration":1}},{"uid":"5de55140de04a5af","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5de55140de04a5af","status":"passed","time":{"start":1724921590513,"stop":1724921590513,"duration":0}},{"uid":"67da8c6cbb73e731","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/67da8c6cbb73e731","status":"passed","time":{"start":1724918287579,"stop":1724918287580,"duration":1}},{"uid":"50b5058d9e237093","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/50b5058d9e237093","status":"passed","time":{"start":1724890047806,"stop":1724890047806,"duration":0}},{"uid":"e06b0a17fba01db2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e06b0a17fba01db2","status":"passed","time":{"start":1724889183949,"stop":1724889183950,"duration":1}},{"uid":"331845c24a2630ca","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/331845c24a2630ca","status":"passed","time":{"start":1724888354190,"stop":1724888354190,"duration":0}},{"uid":"4542c6927a889b1e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4542c6927a889b1e","status":"passed","time":{"start":1724887145732,"stop":1724887145732,"duration":0}},{"uid":"2010004c149b995e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2010004c149b995e","status":"passed","time":{"start":1724886915812,"stop":1724886915812,"duration":0}},{"uid":"60c57dd47480e337","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/60c57dd47480e337","status":"passed","time":{"start":1724862341468,"stop":1724862341468,"duration":0}},{"uid":"9e1d4fab78306f11","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9e1d4fab78306f11","status":"passed","time":{"start":1724861805474,"stop":1724861805474,"duration":0}},{"uid":"5c026b29a846b865","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5c026b29a846b865","status":"passed","time":{"start":1724861662302,"stop":1724861662302,"duration":0}},{"uid":"b78cfdae9d5f9ebc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b78cfdae9d5f9ebc","status":"passed","time":{"start":1724861492531,"stop":1724861492532,"duration":1}}]},"2d635ae542813e2e5bf7f4e1c97e6e33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7616c6abae9bb00f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7616c6abae9bb00f","status":"passed","time":{"start":1724923012468,"stop":1724923012468,"duration":0}},{"uid":"1f03a9853a82bb13","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1f03a9853a82bb13","status":"passed","time":{"start":1724921625076,"stop":1724921625076,"duration":0}},{"uid":"fd992312fd34e4ae","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fd992312fd34e4ae","status":"passed","time":{"start":1724921590499,"stop":1724921590499,"duration":0}},{"uid":"caad16e9a8355954","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/caad16e9a8355954","status":"passed","time":{"start":1724918287568,"stop":1724918287568,"duration":0}},{"uid":"1b7eb8eccc0fe94","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1b7eb8eccc0fe94","status":"passed","time":{"start":1724890047792,"stop":1724890047792,"duration":0}},{"uid":"e4ebc71415c170da","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e4ebc71415c170da","status":"passed","time":{"start":1724889183924,"stop":1724889183924,"duration":0}},{"uid":"e54d4707149ed1d4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e54d4707149ed1d4","status":"passed","time":{"start":1724888354173,"stop":1724888354173,"duration":0}},{"uid":"b443a1f1d800da6e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b443a1f1d800da6e","status":"passed","time":{"start":1724887145667,"stop":1724887145675,"duration":8}},{"uid":"b5d671b8bed7a6c2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b5d671b8bed7a6c2","status":"passed","time":{"start":1724886915790,"stop":1724886915790,"duration":0}},{"uid":"63d61fce0b0e8b62","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/63d61fce0b0e8b62","status":"passed","time":{"start":1724862341454,"stop":1724862341454,"duration":0}},{"uid":"72192891001c778b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/72192891001c778b","status":"passed","time":{"start":1724861805445,"stop":1724861805445,"duration":0}},{"uid":"20fe8bfda05370f3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/20fe8bfda05370f3","status":"passed","time":{"start":1724861662288,"stop":1724861662289,"duration":1}},{"uid":"48441561757b8ed1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/48441561757b8ed1","status":"passed","time":{"start":1724861492517,"stop":1724861492518,"duration":1}}]},"b93aa34e4c13eba868e7d0bc3f625f0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e8115fd86b361382","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e8115fd86b361382","status":"passed","time":{"start":1724861475038,"stop":1724861475041,"duration":3}}]},"f33825d36f3d41773d515f293970c94d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"8f2e7ee3d5894e3d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8f2e7ee3d5894e3d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922865536,"stop":1724922865536,"duration":0}},{"uid":"44d1c1be0a6e52ed","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/44d1c1be0a6e52ed","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921583487,"stop":1724921583487,"duration":0}},{"uid":"399c8de2a2e406bf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/399c8de2a2e406bf","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921494521,"stop":1724921494522,"duration":1}},{"uid":"133566f541fd1d55","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/133566f541fd1d55","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918216287,"stop":1724918216287,"duration":0}},{"uid":"4667cdc6853ab017","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4667cdc6853ab017","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889979498,"stop":1724889979499,"duration":1}},{"uid":"408fe4b179d3b658","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/408fe4b179d3b658","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889083636,"stop":1724889083636,"duration":0}},{"uid":"1e2f10fb6d041b43","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1e2f10fb6d041b43","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888284641,"stop":1724888284641,"duration":0}},{"uid":"87e5c192c57f4440","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/87e5c192c57f4440","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887046097,"stop":1724887046097,"duration":0}},{"uid":"b6f9401904558d7e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b6f9401904558d7e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886828838,"stop":1724886828839,"duration":1}},{"uid":"21d1862dbf409e31","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/21d1862dbf409e31","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862236791,"stop":1724862236791,"duration":0}},{"uid":"4ad87dbfd6927f42","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4ad87dbfd6927f42","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861713626,"stop":1724861713626,"duration":0}},{"uid":"f7c748398f9aad91","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f7c748398f9aad91","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861586771,"stop":1724861586771,"duration":0}},{"uid":"6afe4e36b8492603","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6afe4e36b8492603","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861418250,"stop":1724861418250,"duration":0}}]},"2808bcc94958d18d8f9a2187448962e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"33af4681fdfb727a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/33af4681fdfb727a","status":"passed","time":{"start":1724921529592,"stop":1724921529592,"duration":0}}]},"93a244bfe268da401fc9e7f70da7f7ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c25255f609944c28","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c25255f609944c28","status":"passed","time":{"start":1724862298395,"stop":1724862298396,"duration":1}}]},"8e721cfaadb6a90a6287cdd960bf8026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f514b9cffa578416","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f514b9cffa578416","status":"passed","time":{"start":1724922727645,"stop":1724922727646,"duration":1}},{"uid":"144200d4270541d6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/144200d4270541d6","status":"passed","time":{"start":1724921379979,"stop":1724921379979,"duration":0}},{"uid":"cd19d6754ae74a66","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cd19d6754ae74a66","status":"passed","time":{"start":1724921359713,"stop":1724921359713,"duration":0}},{"uid":"1a7d1c2cead4edeb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1a7d1c2cead4edeb","status":"passed","time":{"start":1724918127247,"stop":1724918127247,"duration":0}},{"uid":"dfa93e7df096e2fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dfa93e7df096e2fd","status":"passed","time":{"start":1724889805613,"stop":1724889805613,"duration":0}},{"uid":"5aab7bea9a5de687","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5aab7bea9a5de687","status":"passed","time":{"start":1724888940686,"stop":1724888940687,"duration":1}},{"uid":"3c0e059516a154ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3c0e059516a154ea","status":"passed","time":{"start":1724888168649,"stop":1724888168650,"duration":1}},{"uid":"315f8082d599ecee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/315f8082d599ecee","status":"passed","time":{"start":1724886924217,"stop":1724886924217,"duration":0}},{"uid":"4724850748299063","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4724850748299063","status":"passed","time":{"start":1724886701805,"stop":1724886701805,"duration":0}},{"uid":"c06a4c4ba6952f45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c06a4c4ba6952f45","status":"passed","time":{"start":1724862112741,"stop":1724862112741,"duration":0}},{"uid":"5225e7f2f74558a7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5225e7f2f74558a7","status":"passed","time":{"start":1724861584868,"stop":1724861584868,"duration":0}},{"uid":"4141715c2b16eebb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4141715c2b16eebb","status":"passed","time":{"start":1724861464489,"stop":1724861464494,"duration":5}},{"uid":"879e412632945746","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/879e412632945746","status":"passed","time":{"start":1724861254914,"stop":1724861254914,"duration":0}}]},"582024f619a100cc51dfd1cf99274cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bcfc4139e6aa9a33","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bcfc4139e6aa9a33","status":"passed","time":{"start":1724889169848,"stop":1724889169849,"duration":1}}]},"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fb911887649c04b8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fb911887649c04b8","status":"passed","time":{"start":1724922382546,"stop":1724922382546,"duration":0}},{"uid":"5f1f5264bf7f3c10","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5f1f5264bf7f3c10","status":"passed","time":{"start":1724921045450,"stop":1724921045451,"duration":1}},{"uid":"7642715b15cccd5d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7642715b15cccd5d","status":"passed","time":{"start":1724921020914,"stop":1724921020914,"duration":0}},{"uid":"588c301c4698c356","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/588c301c4698c356","status":"passed","time":{"start":1724917681161,"stop":1724917681161,"duration":0}},{"uid":"2d6e2b149a7af9e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d6e2b149a7af9e5","status":"passed","time":{"start":1724889460192,"stop":1724889460192,"duration":0}},{"uid":"d25df6fecce46f5e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d25df6fecce46f5e","status":"passed","time":{"start":1724888610696,"stop":1724888610696,"duration":0}},{"uid":"6b558d60e55d239c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b558d60e55d239c","status":"passed","time":{"start":1724887766818,"stop":1724887766819,"duration":1}},{"uid":"c150001e000b919","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c150001e000b919","status":"passed","time":{"start":1724886533505,"stop":1724886533506,"duration":1}},{"uid":"75c5a91aa6907356","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/75c5a91aa6907356","status":"passed","time":{"start":1724886311136,"stop":1724886311136,"duration":0}},{"uid":"c5d146234f392a3a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5d146234f392a3a","status":"passed","time":{"start":1724861760253,"stop":1724861760253,"duration":0}},{"uid":"2f9f5c9091b45e20","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2f9f5c9091b45e20","status":"passed","time":{"start":1724861231059,"stop":1724861231060,"duration":1}},{"uid":"7437148cb27890ac","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7437148cb27890ac","status":"passed","time":{"start":1724861053540,"stop":1724861053540,"duration":0}},{"uid":"32bcd62fd0dcdc29","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/32bcd62fd0dcdc29","status":"passed","time":{"start":1724860915308,"stop":1724860915309,"duration":1}}]},"964b1f89e1c2b44ec4c2bd98e3d35de0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9ac6dde90f9f5838","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9ac6dde90f9f5838","status":"passed","time":{"start":1724922921472,"stop":1724922921472,"duration":0}},{"uid":"98f22b23ba12d089","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/98f22b23ba12d089","status":"passed","time":{"start":1724921602983,"stop":1724921602983,"duration":0}},{"uid":"144684d91bd03d6b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/144684d91bd03d6b","status":"passed","time":{"start":1724921571107,"stop":1724921571108,"duration":1}},{"uid":"5aaea6baf151c62e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5aaea6baf151c62e","status":"passed","time":{"start":1724918285615,"stop":1724918285615,"duration":0}},{"uid":"93b31fbb78a3f79a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/93b31fbb78a3f79a","status":"passed","time":{"start":1724890030101,"stop":1724890030101,"duration":0}},{"uid":"b4400f37ec169925","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4400f37ec169925","status":"passed","time":{"start":1724889171928,"stop":1724889171928,"duration":0}},{"uid":"c278d06c392de304","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c278d06c392de304","status":"passed","time":{"start":1724888350741,"stop":1724888350742,"duration":1}},{"uid":"b141db46864624bf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b141db46864624bf","status":"passed","time":{"start":1724887115426,"stop":1724887115427,"duration":1}},{"uid":"6077ec3a4936260c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6077ec3a4936260c","status":"passed","time":{"start":1724886884585,"stop":1724886884586,"duration":1}},{"uid":"4d4a578e795c997a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4d4a578e795c997a","status":"passed","time":{"start":1724862322277,"stop":1724862322277,"duration":0}},{"uid":"bc4ce9abaf7e352c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bc4ce9abaf7e352c","status":"passed","time":{"start":1724861790765,"stop":1724861790765,"duration":0}},{"uid":"acd15bef49e87e6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/acd15bef49e87e6","status":"passed","time":{"start":1724861628431,"stop":1724861628431,"duration":0}},{"uid":"4a9761ebec2eea97","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4a9761ebec2eea97","status":"passed","time":{"start":1724861465635,"stop":1724861465635,"duration":0}}]},"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f9b7bfcb9db8fb58","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f9b7bfcb9db8fb58","status":"passed","time":{"start":1724922391231,"stop":1724922391232,"duration":1}},{"uid":"577bddb44087ca5d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/577bddb44087ca5d","status":"passed","time":{"start":1724921054319,"stop":1724921054320,"duration":1}},{"uid":"3290578416ccf6e3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3290578416ccf6e3","status":"passed","time":{"start":1724921029528,"stop":1724921029529,"duration":1}},{"uid":"421e4ad53b65d28","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/421e4ad53b65d28","status":"passed","time":{"start":1724917689713,"stop":1724917689714,"duration":1}},{"uid":"c6f89a6e4d2ea884","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c6f89a6e4d2ea884","status":"passed","time":{"start":1724889468609,"stop":1724889468610,"duration":1}},{"uid":"30ade05f12c81219","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/30ade05f12c81219","status":"passed","time":{"start":1724888619402,"stop":1724888619403,"duration":1}},{"uid":"6943013571410808","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6943013571410808","status":"passed","time":{"start":1724887775585,"stop":1724887775586,"duration":1}},{"uid":"66b6062a9e537a88","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/66b6062a9e537a88","status":"passed","time":{"start":1724886542102,"stop":1724886542103,"duration":1}},{"uid":"a6adb83dfd578645","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a6adb83dfd578645","status":"passed","time":{"start":1724886319852,"stop":1724886319853,"duration":1}},{"uid":"85be2906440a1863","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/85be2906440a1863","status":"passed","time":{"start":1724861769052,"stop":1724861769053,"duration":1}},{"uid":"b981e48a76e25f8f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b981e48a76e25f8f","status":"passed","time":{"start":1724861239707,"stop":1724861239708,"duration":1}},{"uid":"3dace3540a424a24","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3dace3540a424a24","status":"passed","time":{"start":1724861063045,"stop":1724861063046,"duration":1}},{"uid":"76e3f41d8e5f2b80","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/76e3f41d8e5f2b80","status":"passed","time":{"start":1724860924085,"stop":1724860924087,"duration":2}}]},"dfae24b12ec4a20423e21cb56c43e72f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3fd90073e60791c0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3fd90073e60791c0","status":"passed","time":{"start":1724921518823,"stop":1724921518824,"duration":1}}]},"b3636317c23ce51f144c0d5be908169c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c37948f5798d937a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c37948f5798d937a","status":"passed","time":{"start":1724922374676,"stop":1724922374676,"duration":0}},{"uid":"266b4c134a4ca33c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/266b4c134a4ca33c","status":"passed","time":{"start":1724921037635,"stop":1724921037636,"duration":1}},{"uid":"bdb72c42b6d54b3e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bdb72c42b6d54b3e","status":"passed","time":{"start":1724921013047,"stop":1724921013048,"duration":1}},{"uid":"630a6b7aad1fa2aa","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/630a6b7aad1fa2aa","status":"passed","time":{"start":1724917673292,"stop":1724917673292,"duration":0}},{"uid":"5b23e227bd29893e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b23e227bd29893e","status":"passed","time":{"start":1724889452310,"stop":1724889452310,"duration":0}},{"uid":"63adde0867b126b9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/63adde0867b126b9","status":"passed","time":{"start":1724888602840,"stop":1724888602841,"duration":1}},{"uid":"48400ddfdf3e785f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/48400ddfdf3e785f","status":"passed","time":{"start":1724887759164,"stop":1724887759164,"duration":0}},{"uid":"f136e9c25273b3a3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f136e9c25273b3a3","status":"passed","time":{"start":1724886525544,"stop":1724886525544,"duration":0}},{"uid":"1f1d7c09a8c6cc1a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1f1d7c09a8c6cc1a","status":"passed","time":{"start":1724886303397,"stop":1724886303397,"duration":0}},{"uid":"f85f81720087a3b8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f85f81720087a3b8","status":"passed","time":{"start":1724861752229,"stop":1724861752229,"duration":0}},{"uid":"820e1c9cdec0599","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/820e1c9cdec0599","status":"passed","time":{"start":1724861223355,"stop":1724861223355,"duration":0}},{"uid":"b6d2f0794772d2a0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b6d2f0794772d2a0","status":"passed","time":{"start":1724861045202,"stop":1724861045203,"duration":1}},{"uid":"5e4803ac314801b6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5e4803ac314801b6","status":"passed","time":{"start":1724860907084,"stop":1724860907085,"duration":1}}]},"f91efa51038b4f3eda3ec48a9c4c0487:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"79072e9c30a3b82f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/79072e9c30a3b82f","status":"passed","time":{"start":1724922727647,"stop":1724922727647,"duration":0}},{"uid":"9e2fd0a400e1f2f5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9e2fd0a400e1f2f5","status":"passed","time":{"start":1724921379980,"stop":1724921379980,"duration":0}},{"uid":"55e3742efa1547a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/55e3742efa1547a","status":"passed","time":{"start":1724921359714,"stop":1724921359715,"duration":1}},{"uid":"441149548ebc2480","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/441149548ebc2480","status":"passed","time":{"start":1724918127248,"stop":1724918127248,"duration":0}},{"uid":"9de6eb0f201f7df8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9de6eb0f201f7df8","status":"passed","time":{"start":1724889805614,"stop":1724889805615,"duration":1}},{"uid":"d54754e3d516c40e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d54754e3d516c40e","status":"passed","time":{"start":1724888940693,"stop":1724888940694,"duration":1}},{"uid":"1f7cc5d0634d123c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1f7cc5d0634d123c","status":"passed","time":{"start":1724888168651,"stop":1724888168652,"duration":1}},{"uid":"c3d9aa83defff078","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c3d9aa83defff078","status":"passed","time":{"start":1724886924219,"stop":1724886924219,"duration":0}},{"uid":"19cf77a0e45efb69","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/19cf77a0e45efb69","status":"passed","time":{"start":1724886701806,"stop":1724886701807,"duration":1}},{"uid":"e603e32372c1b369","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e603e32372c1b369","status":"passed","time":{"start":1724862112743,"stop":1724862112743,"duration":0}},{"uid":"2079b15a138ec946","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2079b15a138ec946","status":"passed","time":{"start":1724861584870,"stop":1724861584870,"duration":0}},{"uid":"78075b644f419d11","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/78075b644f419d11","status":"passed","time":{"start":1724861464517,"stop":1724861464518,"duration":1}},{"uid":"9d9e3eb7daaf9c9d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9d9e3eb7daaf9c9d","status":"passed","time":{"start":1724861254918,"stop":1724861254918,"duration":0}}]},"3336c31a5ea9de4a485aa1ec12e9a8b3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e6715652cc37cef5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e6715652cc37cef5","status":"passed","time":{"start":1724918259546,"stop":1724918259547,"duration":1}}]},"a2119e3e611bd0ff8f7f27ed8761ce1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd0284d2a79b9b3a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dd0284d2a79b9b3a","status":"passed","time":{"start":1724861628433,"stop":1724861628433,"duration":0}}]},"a7a36be6d29026780061deaa5a50cbbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bd94693a74597dbe","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bd94693a74597dbe","status":"passed","time":{"start":1724922845250,"stop":1724922845251,"duration":1}},{"uid":"dfc3da3f2d3f785b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dfc3da3f2d3f785b","status":"passed","time":{"start":1724921515232,"stop":1724921515232,"duration":0}},{"uid":"6021f9ed68d645eb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6021f9ed68d645eb","status":"passed","time":{"start":1724921475460,"stop":1724921475465,"duration":5}},{"uid":"2980dcd662916c31","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2980dcd662916c31","status":"passed","time":{"start":1724918179407,"stop":1724918179407,"duration":0}},{"uid":"c1eb7800dbcc63ca","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c1eb7800dbcc63ca","status":"passed","time":{"start":1724889935346,"stop":1724889935346,"duration":0}},{"uid":"7b91a5d5b912a3fb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b91a5d5b912a3fb","status":"passed","time":{"start":1724889072760,"stop":1724889072760,"duration":0}},{"uid":"27f20b66d4a508fe","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/27f20b66d4a508fe","status":"passed","time":{"start":1724888232421,"stop":1724888232422,"duration":1}},{"uid":"1ba07293b2ef2228","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1ba07293b2ef2228","status":"passed","time":{"start":1724887018308,"stop":1724887018308,"duration":0}},{"uid":"6564614614d6fc00","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6564614614d6fc00","status":"passed","time":{"start":1724886781485,"stop":1724886781485,"duration":0}},{"uid":"8a799bac19002535","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8a799bac19002535","status":"passed","time":{"start":1724862213668,"stop":1724862213669,"duration":1}},{"uid":"20e6779febe724f9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/20e6779febe724f9","status":"passed","time":{"start":1724861685862,"stop":1724861685862,"duration":0}},{"uid":"318da9474eb2cccf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/318da9474eb2cccf","status":"passed","time":{"start":1724861546183,"stop":1724861546184,"duration":1}},{"uid":"de0b80fa6689951f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/de0b80fa6689951f","status":"passed","time":{"start":1724861378117,"stop":1724861378118,"duration":1}}]},"a368399bec444ebeb9e55c817c635c0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"20ef819cb6511bb1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/20ef819cb6511bb1","status":"passed","time":{"start":1724922906441,"stop":1724922906441,"duration":0}}]},"5709fec27d2817adf3ecd35dbeb64ab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c770b5b7870918b6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c770b5b7870918b6","status":"passed","time":{"start":1724921475444,"stop":1724921475445,"duration":1}}]},"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"69be794e460fa860","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/69be794e460fa860","status":"passed","time":{"start":1724922635358,"stop":1724922635359,"duration":1}},{"uid":"9900fd9783bb8945","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9900fd9783bb8945","status":"passed","time":{"start":1724921297018,"stop":1724921297018,"duration":0}},{"uid":"ea1a7cf607b26175","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ea1a7cf607b26175","status":"passed","time":{"start":1724921276372,"stop":1724921276372,"duration":0}},{"uid":"96a7c12dd4d7167f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/96a7c12dd4d7167f","status":"passed","time":{"start":1724917948330,"stop":1724917948330,"duration":0}},{"uid":"9b5712edfc79fdb9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9b5712edfc79fdb9","status":"passed","time":{"start":1724889729017,"stop":1724889729018,"duration":1}},{"uid":"fcd4c9ef829c7199","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fcd4c9ef829c7199","status":"passed","time":{"start":1724888864960,"stop":1724888864960,"duration":0}},{"uid":"a5f6b4729d17ab29","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a5f6b4729d17ab29","status":"passed","time":{"start":1724888053751,"stop":1724888053752,"duration":1}},{"uid":"2b1e9787776eeadf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2b1e9787776eeadf","status":"passed","time":{"start":1724886811666,"stop":1724886811666,"duration":0}},{"uid":"e0af8686682144d3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e0af8686682144d3","status":"passed","time":{"start":1724886581009,"stop":1724886581009,"duration":0}},{"uid":"15524f57e65efc9c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/15524f57e65efc9c","status":"passed","time":{"start":1724862019565,"stop":1724862019566,"duration":1}},{"uid":"8b99095be560889f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8b99095be560889f","status":"passed","time":{"start":1724861493942,"stop":1724861493943,"duration":1}},{"uid":"6d00189327b49c1a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6d00189327b49c1a","status":"passed","time":{"start":1724861318060,"stop":1724861318061,"duration":1}},{"uid":"2d7f564423bd846a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2d7f564423bd846a","status":"passed","time":{"start":1724861178520,"stop":1724861178521,"duration":1}}]},"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8a8dcddf9dd94365","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8a8dcddf9dd94365","status":"passed","time":{"start":1724922775985,"stop":1724922775986,"duration":1}},{"uid":"7b885b66348c91eb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7b885b66348c91eb","status":"passed","time":{"start":1724921423893,"stop":1724921423894,"duration":1}},{"uid":"a81750a8c3fee959","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a81750a8c3fee959","status":"passed","time":{"start":1724921407984,"stop":1724921407985,"duration":1}},{"uid":"693932ddd932038e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/693932ddd932038e","status":"passed","time":{"start":1724918130464,"stop":1724918130464,"duration":0}},{"uid":"c97e8f6114a9c14b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c97e8f6114a9c14b","status":"passed","time":{"start":1724889849944,"stop":1724889849944,"duration":0}},{"uid":"4f6168fe9c306774","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f6168fe9c306774","status":"passed","time":{"start":1724888984942,"stop":1724888984942,"duration":0}},{"uid":"a461ed0fe1bbe395","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a461ed0fe1bbe395","status":"passed","time":{"start":1724888172873,"stop":1724888172873,"duration":0}},{"uid":"9f482ebb176d2523","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9f482ebb176d2523","status":"passed","time":{"start":1724886941903,"stop":1724886941904,"duration":1}},{"uid":"9bcba2d7c375e8f4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9bcba2d7c375e8f4","status":"passed","time":{"start":1724886712937,"stop":1724886712937,"duration":0}},{"uid":"817213f22f330b80","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/817213f22f330b80","status":"passed","time":{"start":1724862129830,"stop":1724862129831,"duration":1}},{"uid":"b53a8d374a14eef","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b53a8d374a14eef","status":"passed","time":{"start":1724861625585,"stop":1724861625586,"duration":1}},{"uid":"71248883a82fdcad","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/71248883a82fdcad","status":"passed","time":{"start":1724861470310,"stop":1724861470310,"duration":0}},{"uid":"7db8a1fa6de1db29","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7db8a1fa6de1db29","status":"passed","time":{"start":1724861304273,"stop":1724861304273,"duration":0}}]},"4bc00623043584ff80e4f4fd92118f9a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b14480b56c822e18","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b14480b56c822e18","status":"passed","time":{"start":1724889169845,"stop":1724889169846,"duration":1}}]},"a306070f129538a42a318614801f6704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1bda5404a46ff478","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1bda5404a46ff478","status":"passed","time":{"start":1724861800257,"stop":1724861800258,"duration":1}}]},"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5bad8184d184ec1d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5bad8184d184ec1d","status":"passed","time":{"start":1724922887533,"stop":1724922887533,"duration":0}},{"uid":"86b051aab211a1d3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/86b051aab211a1d3","status":"passed","time":{"start":1724921564783,"stop":1724921564783,"duration":0}},{"uid":"ef71b4321d47a076","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ef71b4321d47a076","status":"passed","time":{"start":1724921518830,"stop":1724921518831,"duration":1}},{"uid":"b81e7ea56068563a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b81e7ea56068563a","status":"passed","time":{"start":1724918229405,"stop":1724918229406,"duration":1}},{"uid":"b3f5bb5fe964c84a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b3f5bb5fe964c84a","status":"passed","time":{"start":1724889980708,"stop":1724889980708,"duration":0}},{"uid":"44311d6de80cd47f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/44311d6de80cd47f","status":"passed","time":{"start":1724889111184,"stop":1724889111184,"duration":0}},{"uid":"64054d40af5eedd4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/64054d40af5eedd4","status":"passed","time":{"start":1724888292548,"stop":1724888292548,"duration":0}},{"uid":"c8e16a4fbf317930","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c8e16a4fbf317930","status":"passed","time":{"start":1724887068233,"stop":1724887068233,"duration":0}},{"uid":"541e75c03105143f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/541e75c03105143f","status":"passed","time":{"start":1724886848936,"stop":1724886848936,"duration":0}},{"uid":"602d5f4844b57389","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/602d5f4844b57389","status":"passed","time":{"start":1724862262056,"stop":1724862262057,"duration":1}},{"uid":"6a54c7d877599fd1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6a54c7d877599fd1","status":"passed","time":{"start":1724861741899,"stop":1724861741900,"duration":1}},{"uid":"a1981a467e9980ef","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a1981a467e9980ef","status":"passed","time":{"start":1724861599502,"stop":1724861599502,"duration":0}},{"uid":"c9581a252281d57d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c9581a252281d57d","status":"passed","time":{"start":1724861428481,"stop":1724861428481,"duration":0}}]},"7ab470f13afeb6e7e2b52a54ed54ca69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c9a14c204dc21818","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c9a14c204dc21818","status":"passed","time":{"start":1724886776611,"stop":1724886776611,"duration":0}}]},"abb0a7cd41144b9747df23b0d2e1d9e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"706be224b53c320","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/706be224b53c320","status":"passed","time":{"start":1724922635350,"stop":1724922635350,"duration":0}},{"uid":"caeaa56db3e7fb19","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/caeaa56db3e7fb19","status":"passed","time":{"start":1724921296999,"stop":1724921297000,"duration":1}},{"uid":"69fb30566953dad","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/69fb30566953dad","status":"passed","time":{"start":1724921276363,"stop":1724921276364,"duration":1}},{"uid":"9fe5d95501e2b1d1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9fe5d95501e2b1d1","status":"passed","time":{"start":1724917948311,"stop":1724917948312,"duration":1}},{"uid":"1fba7da6d57707ef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1fba7da6d57707ef","status":"passed","time":{"start":1724889729005,"stop":1724889729005,"duration":0}},{"uid":"700812f33990bb45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/700812f33990bb45","status":"passed","time":{"start":1724888864950,"stop":1724888864950,"duration":0}},{"uid":"ebc692f83843c313","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ebc692f83843c313","status":"passed","time":{"start":1724888053732,"stop":1724888053732,"duration":0}},{"uid":"d44f2c7a526130c8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d44f2c7a526130c8","status":"passed","time":{"start":1724886811648,"stop":1724886811649,"duration":1}},{"uid":"ceb4ac9276e3d9f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ceb4ac9276e3d9f","status":"passed","time":{"start":1724886581000,"stop":1724886581000,"duration":0}},{"uid":"71ce2da693cc83de","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/71ce2da693cc83de","status":"passed","time":{"start":1724862019556,"stop":1724862019556,"duration":0}},{"uid":"c107c17b22d7d7c8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c107c17b22d7d7c8","status":"passed","time":{"start":1724861493934,"stop":1724861493934,"duration":0}},{"uid":"5103578518e9e47d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5103578518e9e47d","status":"passed","time":{"start":1724861318018,"stop":1724861318018,"duration":0}},{"uid":"d735e86cf3cf35c5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d735e86cf3cf35c5","status":"passed","time":{"start":1724861178507,"stop":1724861178509,"duration":2}}]},"58dea27647ea3651770a5c758abee027:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"af4f38ff4c72b405","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/af4f38ff4c72b405","status":"passed","time":{"start":1724922374661,"stop":1724922374661,"duration":0}},{"uid":"62391f629dbd3c53","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/62391f629dbd3c53","status":"passed","time":{"start":1724921037622,"stop":1724921037623,"duration":1}},{"uid":"630e3139fc65a54e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/630e3139fc65a54e","status":"passed","time":{"start":1724921013035,"stop":1724921013036,"duration":1}},{"uid":"b49cc9dafbefaa0c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b49cc9dafbefaa0c","status":"passed","time":{"start":1724917673279,"stop":1724917673279,"duration":0}},{"uid":"b88286cff5eafe7d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b88286cff5eafe7d","status":"passed","time":{"start":1724889452298,"stop":1724889452298,"duration":0}},{"uid":"684725e640d9133c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/684725e640d9133c","status":"passed","time":{"start":1724888602827,"stop":1724888602827,"duration":0}},{"uid":"1b23d3d3b1828b71","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1b23d3d3b1828b71","status":"passed","time":{"start":1724887759152,"stop":1724887759153,"duration":1}},{"uid":"d164bd8990c8581e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d164bd8990c8581e","status":"passed","time":{"start":1724886525538,"stop":1724886525538,"duration":0}},{"uid":"4979017bd4d7229a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4979017bd4d7229a","status":"passed","time":{"start":1724886303385,"stop":1724886303385,"duration":0}},{"uid":"439e80f2f5f3d7c6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/439e80f2f5f3d7c6","status":"passed","time":{"start":1724861752213,"stop":1724861752214,"duration":1}},{"uid":"ace0263d2c923c9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ace0263d2c923c9","status":"passed","time":{"start":1724861223343,"stop":1724861223344,"duration":1}},{"uid":"8caf84c76dd46c7a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8caf84c76dd46c7a","status":"passed","time":{"start":1724861045189,"stop":1724861045189,"duration":0}},{"uid":"282a682398a597e3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/282a682398a597e3","status":"passed","time":{"start":1724860907071,"stop":1724860907072,"duration":1}}]},"86bcbf19617040e0aa50c450c868ad17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"986fd5d825f5ed7d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/986fd5d825f5ed7d","status":"passed","time":{"start":1724861637973,"stop":1724861637973,"duration":0}}]},"dd4a39f989cf9f4fceeed6d44f836e11:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"771211132473dead","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/771211132473dead","status":"passed","time":{"start":1724921613049,"stop":1724921613050,"duration":1}}]},"5868a0b495e645991d0489e5e0c98d28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"82dac9f8881f46da","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/82dac9f8881f46da","status":"passed","time":{"start":1724922611438,"stop":1724922611438,"duration":0}},{"uid":"3dde28a496732b38","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3dde28a496732b38","status":"passed","time":{"start":1724921270359,"stop":1724921270360,"duration":1}},{"uid":"b45ff28a7fdcdcb9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b45ff28a7fdcdcb9","status":"passed","time":{"start":1724921247819,"stop":1724921247819,"duration":0}},{"uid":"4e38586d67ec40ed","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4e38586d67ec40ed","status":"passed","time":{"start":1724917989820,"stop":1724917989821,"duration":1}},{"uid":"6664a36bd7165dcf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6664a36bd7165dcf","status":"passed","time":{"start":1724889678566,"stop":1724889678566,"duration":0}},{"uid":"7652e10c9922be7b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7652e10c9922be7b","status":"passed","time":{"start":1724888829845,"stop":1724888829845,"duration":0}},{"uid":"85da94b78f48a2f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/85da94b78f48a2f9","status":"passed","time":{"start":1724888077012,"stop":1724888077012,"duration":0}},{"uid":"2392b712041f721b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2392b712041f721b","status":"passed","time":{"start":1724886851127,"stop":1724886851127,"duration":0}},{"uid":"3918af2f5e2ef895","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3918af2f5e2ef895","status":"passed","time":{"start":1724886647113,"stop":1724886647113,"duration":0}},{"uid":"c21c55012dace53","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c21c55012dace53","status":"passed","time":{"start":1724861992714,"stop":1724861992714,"duration":0}},{"uid":"f189fa0cab7c2f66","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f189fa0cab7c2f66","status":"passed","time":{"start":1724861469645,"stop":1724861469646,"duration":1}},{"uid":"3d467b93d9fc7be4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3d467b93d9fc7be4","status":"passed","time":{"start":1724861284860,"stop":1724861284860,"duration":0}},{"uid":"a0069985e785a850","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a0069985e785a850","status":"passed","time":{"start":1724861145811,"stop":1724861145811,"duration":0}}]},"34425a8bc0f17e082f9217332c2d7a25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"32117bbecaa13e04","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/32117bbecaa13e04","status":"passed","time":{"start":1724922374660,"stop":1724922374661,"duration":1}},{"uid":"d877460f4936ccd3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d877460f4936ccd3","status":"passed","time":{"start":1724921037622,"stop":1724921037622,"duration":0}},{"uid":"11e6366f3ae96f19","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/11e6366f3ae96f19","status":"passed","time":{"start":1724921013034,"stop":1724921013035,"duration":1}},{"uid":"14b0b66f5f6fb28e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/14b0b66f5f6fb28e","status":"passed","time":{"start":1724917673278,"stop":1724917673278,"duration":0}},{"uid":"7b773b214d6010c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b773b214d6010c9","status":"passed","time":{"start":1724889452297,"stop":1724889452298,"duration":1}},{"uid":"5a2ab3bdb366a916","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5a2ab3bdb366a916","status":"passed","time":{"start":1724888602826,"stop":1724888602827,"duration":1}},{"uid":"bc3908fc3b425b6c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bc3908fc3b425b6c","status":"passed","time":{"start":1724887759152,"stop":1724887759152,"duration":0}},{"uid":"cd7b09bdf2fc63c6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cd7b09bdf2fc63c6","status":"passed","time":{"start":1724886525538,"stop":1724886525538,"duration":0}},{"uid":"156ac0a9110d26d7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/156ac0a9110d26d7","status":"passed","time":{"start":1724886303384,"stop":1724886303385,"duration":1}},{"uid":"9f511641ff886e2d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f511641ff886e2d","status":"passed","time":{"start":1724861752212,"stop":1724861752213,"duration":1}},{"uid":"30c1cc052f8b0797","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/30c1cc052f8b0797","status":"passed","time":{"start":1724861223343,"stop":1724861223343,"duration":0}},{"uid":"25aff7399008f377","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/25aff7399008f377","status":"passed","time":{"start":1724861045188,"stop":1724861045189,"duration":1}},{"uid":"e799a2dec1de4e16","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e799a2dec1de4e16","status":"passed","time":{"start":1724860907071,"stop":1724860907071,"duration":0}}]},"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bbd096e4aad9c38a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bbd096e4aad9c38a","status":"passed","time":{"start":1724922635359,"stop":1724922635360,"duration":1}},{"uid":"26b5ecbf5b96908f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/26b5ecbf5b96908f","status":"passed","time":{"start":1724921297019,"stop":1724921297019,"duration":0}},{"uid":"e41ff99d3cc31e86","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e41ff99d3cc31e86","status":"passed","time":{"start":1724921276373,"stop":1724921276381,"duration":8}},{"uid":"d7f59027ed53e8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d7f59027ed53e8","status":"passed","time":{"start":1724917948330,"stop":1724917948331,"duration":1}},{"uid":"24adf631fbe04efa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/24adf631fbe04efa","status":"passed","time":{"start":1724889729019,"stop":1724889729020,"duration":1}},{"uid":"1db8007a267f1854","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1db8007a267f1854","status":"passed","time":{"start":1724888864960,"stop":1724888864961,"duration":1}},{"uid":"820293d2d55d990f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/820293d2d55d990f","status":"passed","time":{"start":1724888053752,"stop":1724888053753,"duration":1}},{"uid":"43dc7e04e9480b2f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/43dc7e04e9480b2f","status":"passed","time":{"start":1724886811667,"stop":1724886811668,"duration":1}},{"uid":"5c37dbd423b01f33","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5c37dbd423b01f33","status":"passed","time":{"start":1724886581010,"stop":1724886581010,"duration":0}},{"uid":"701369077be0d972","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/701369077be0d972","status":"passed","time":{"start":1724862019566,"stop":1724862019566,"duration":0}},{"uid":"e791fa6a36398ade","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e791fa6a36398ade","status":"passed","time":{"start":1724861493943,"stop":1724861493944,"duration":1}},{"uid":"862e17cea2515bd5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/862e17cea2515bd5","status":"passed","time":{"start":1724861318063,"stop":1724861318064,"duration":1}},{"uid":"5958294b92c5432e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5958294b92c5432e","status":"passed","time":{"start":1724861178523,"stop":1724861178523,"duration":0}}]},"55e135656508b599cfc2aa8a0bbc1d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4f9d2844af043209","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4f9d2844af043209","status":"passed","time":{"start":1724922853913,"stop":1724922853913,"duration":0}},{"uid":"9e88ba296b98fe78","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9e88ba296b98fe78","status":"passed","time":{"start":1724921529578,"stop":1724921529579,"duration":1}},{"uid":"d46a4fa70027725c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d46a4fa70027725c","status":"passed","time":{"start":1724921488876,"stop":1724921488876,"duration":0}},{"uid":"37a737830262c3f5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/37a737830262c3f5","status":"passed","time":{"start":1724918203678,"stop":1724918203678,"duration":0}},{"uid":"3a07bff041a64302","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a07bff041a64302","status":"passed","time":{"start":1724889938355,"stop":1724889938355,"duration":0}},{"uid":"912ad4c1ed4878e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/912ad4c1ed4878e1","status":"passed","time":{"start":1724889077062,"stop":1724889077062,"duration":0}},{"uid":"fd538319b4997731","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fd538319b4997731","status":"passed","time":{"start":1724888268015,"stop":1724888268030,"duration":15}},{"uid":"fce0a25813323f0a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fce0a25813323f0a","status":"passed","time":{"start":1724887032395,"stop":1724887032396,"duration":1}},{"uid":"709461506542c7f7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/709461506542c7f7","status":"passed","time":{"start":1724886822788,"stop":1724886822789,"duration":1}},{"uid":"33363ff6d5959b4a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33363ff6d5959b4a","status":"passed","time":{"start":1724862233506,"stop":1724862233507,"duration":1}},{"uid":"e2dce293ddb6e86b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e2dce293ddb6e86b","status":"passed","time":{"start":1724861712667,"stop":1724861712667,"duration":0}},{"uid":"bb5ca2c9faefc37f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bb5ca2c9faefc37f","status":"passed","time":{"start":1724861567885,"stop":1724861567885,"duration":0}},{"uid":"321213809846319f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/321213809846319f","status":"passed","time":{"start":1724861392048,"stop":1724861392049,"duration":1}}]},"97c710a1881242b44a7de26a376132df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9fa2297bb37094e8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9fa2297bb37094e8","status":"passed","time":{"start":1724922374768,"stop":1724922374768,"duration":0}},{"uid":"5d6bdc9e7c1ade97","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5d6bdc9e7c1ade97","status":"passed","time":{"start":1724921037761,"stop":1724921037761,"duration":0}},{"uid":"d5eabf93cca0f726","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d5eabf93cca0f726","status":"passed","time":{"start":1724921013107,"stop":1724921013107,"duration":0}},{"uid":"468d8095e6493da3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/468d8095e6493da3","status":"passed","time":{"start":1724917673401,"stop":1724917673401,"duration":0}},{"uid":"4af25b9ac04be3fe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4af25b9ac04be3fe","status":"passed","time":{"start":1724889452425,"stop":1724889452425,"duration":0}},{"uid":"68883e550e457114","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/68883e550e457114","status":"passed","time":{"start":1724888602932,"stop":1724888602932,"duration":0}},{"uid":"ecf79c393f231220","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ecf79c393f231220","status":"passed","time":{"start":1724887759206,"stop":1724887759206,"duration":0}},{"uid":"47ac19d5f84e2783","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/47ac19d5f84e2783","status":"passed","time":{"start":1724886525513,"stop":1724886525514,"duration":1}},{"uid":"f9df8a9d3691ec70","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f9df8a9d3691ec70","status":"passed","time":{"start":1724886303418,"stop":1724886303418,"duration":0}},{"uid":"b4f4acec9ac42baf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4f4acec9ac42baf","status":"passed","time":{"start":1724861752254,"stop":1724861752255,"duration":1}},{"uid":"6b9886aa46f93c4b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6b9886aa46f93c4b","status":"passed","time":{"start":1724861223393,"stop":1724861223393,"duration":0}},{"uid":"79df55e38753240c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/79df55e38753240c","status":"passed","time":{"start":1724861045267,"stop":1724861045267,"duration":0}},{"uid":"45fa10f4253f7fce","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/45fa10f4253f7fce","status":"passed","time":{"start":1724860907341,"stop":1724860907341,"duration":0}}]},"7080a32eb5cbdfe53165188e67933f3b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1af73374ef854afa","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1af73374ef854afa","status":"passed","time":{"start":1724921515225,"stop":1724921515225,"duration":0}}]},"965a7aee2be5c35aec8b01e165aa58c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"af6664a872649dbb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/af6664a872649dbb","status":"passed","time":{"start":1724922382324,"stop":1724922382324,"duration":0}},{"uid":"c01f9552be0d79d6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c01f9552be0d79d6","status":"passed","time":{"start":1724921045528,"stop":1724921045529,"duration":1}},{"uid":"c58f8083ed953169","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c58f8083ed953169","status":"passed","time":{"start":1724921020722,"stop":1724921020722,"duration":0}},{"uid":"90df600dcb73f534","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/90df600dcb73f534","status":"passed","time":{"start":1724917681047,"stop":1724917681048,"duration":1}},{"uid":"3b993d57b62a3895","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3b993d57b62a3895","status":"passed","time":{"start":1724889459911,"stop":1724889459912,"duration":1}},{"uid":"2de6b1422b9e2727","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2de6b1422b9e2727","status":"passed","time":{"start":1724888610528,"stop":1724888610529,"duration":1}},{"uid":"b2fcb60ff336110f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b2fcb60ff336110f","status":"passed","time":{"start":1724887766844,"stop":1724887766845,"duration":1}},{"uid":"cc9fea09f6f87484","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc9fea09f6f87484","status":"passed","time":{"start":1724886533239,"stop":1724886533240,"duration":1}},{"uid":"d051ea724d857639","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d051ea724d857639","status":"passed","time":{"start":1724886311085,"stop":1724886311085,"duration":0}},{"uid":"81108799e6ac2aaa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/81108799e6ac2aaa","status":"passed","time":{"start":1724861760045,"stop":1724861760045,"duration":0}},{"uid":"9c5b915d206cd9ec","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9c5b915d206cd9ec","status":"passed","time":{"start":1724861230823,"stop":1724861230824,"duration":1}},{"uid":"da69e7b029b0d291","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/da69e7b029b0d291","status":"passed","time":{"start":1724861053392,"stop":1724861053393,"duration":1}},{"uid":"fc1dc163b5d41a8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fc1dc163b5d41a8","status":"passed","time":{"start":1724860914741,"stop":1724860914741,"duration":0}}]},"399fa44e6b560f691ccc8c4d687ca401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4fdf5e8cec4f259","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4fdf5e8cec4f259","status":"passed","time":{"start":1724922891488,"stop":1724922891488,"duration":0}},{"uid":"5495b8f2b19be8a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5495b8f2b19be8a","status":"passed","time":{"start":1724921563014,"stop":1724921563014,"duration":0}},{"uid":"86fae511955b190e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/86fae511955b190e","status":"passed","time":{"start":1724921526812,"stop":1724921526812,"duration":0}},{"uid":"de957b5e7e67659b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/de957b5e7e67659b","status":"passed","time":{"start":1724918239940,"stop":1724918239940,"duration":0}},{"uid":"f7e8bb42a20a7a14","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7e8bb42a20a7a14","status":"passed","time":{"start":1724889980890,"stop":1724889980891,"duration":1}},{"uid":"3c3519c53cded1ed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c3519c53cded1ed","status":"passed","time":{"start":1724889109961,"stop":1724889109967,"duration":6}},{"uid":"800e4725b4067e1c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/800e4725b4067e1c","status":"passed","time":{"start":1724888294722,"stop":1724888294722,"duration":0}},{"uid":"e8a92439f7bbaba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e8a92439f7bbaba","status":"passed","time":{"start":1724887071738,"stop":1724887071741,"duration":3}},{"uid":"39ee1f124ea9ebac","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/39ee1f124ea9ebac","status":"passed","time":{"start":1724886848345,"stop":1724886848345,"duration":0}},{"uid":"ba964561249a2e56","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ba964561249a2e56","status":"passed","time":{"start":1724862259247,"stop":1724862259248,"duration":1}},{"uid":"b386109e004a08e4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b386109e004a08e4","status":"passed","time":{"start":1724861735325,"stop":1724861735326,"duration":1}},{"uid":"f69e6c04d2e08870","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f69e6c04d2e08870","status":"passed","time":{"start":1724861606343,"stop":1724861606343,"duration":0}},{"uid":"4dbf2e050480de5b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4dbf2e050480de5b","status":"passed","time":{"start":1724861426686,"stop":1724861426687,"duration":1}}]},"59a116779ff53db17ea0bc99cb2e2090:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7ddb3be5f91ca3f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7ddb3be5f91ca3f","status":"passed","time":{"start":1724861770116,"stop":1724861770117,"duration":1}}]},"25b3845965f20a7afeb258e67292f688:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"84a352f3b911df4d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/84a352f3b911df4d","status":"passed","time":{"start":1724888336459,"stop":1724888336459,"duration":0}}]},"2b2625967cf38bb30045bbc58898863e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f562a682d4554cd8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f562a682d4554cd8","status":"passed","time":{"start":1724922476374,"stop":1724922476374,"duration":0}},{"uid":"c5556ceddf3b5f9a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c5556ceddf3b5f9a","status":"passed","time":{"start":1724921141186,"stop":1724921141187,"duration":1}},{"uid":"89029f74852d0e30","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/89029f74852d0e30","status":"passed","time":{"start":1724921118248,"stop":1724921118248,"duration":0}},{"uid":"899b733a1d99a01f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/899b733a1d99a01f","status":"passed","time":{"start":1724917777550,"stop":1724917777550,"duration":0}},{"uid":"2f7d3a1680023431","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2f7d3a1680023431","status":"passed","time":{"start":1724889554660,"stop":1724889554663,"duration":3}},{"uid":"e6e9956111b155fb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e6e9956111b155fb","status":"passed","time":{"start":1724888706935,"stop":1724888706936,"duration":1}},{"uid":"9056d8b2aa96c9ca","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9056d8b2aa96c9ca","status":"passed","time":{"start":1724887861772,"stop":1724887861773,"duration":1}},{"uid":"5982d464a2ea6873","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5982d464a2ea6873","status":"passed","time":{"start":1724886631476,"stop":1724886631476,"duration":0}},{"uid":"9ee760409ecb4741","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9ee760409ecb4741","status":"passed","time":{"start":1724886409745,"stop":1724886409745,"duration":0}},{"uid":"882b9f5d5aae9e91","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/882b9f5d5aae9e91","status":"passed","time":{"start":1724861858182,"stop":1724861858183,"duration":1}},{"uid":"d607d074ef6fbbc6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d607d074ef6fbbc6","status":"passed","time":{"start":1724861324520,"stop":1724861324520,"duration":0}},{"uid":"12a18c5ba641e89c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/12a18c5ba641e89c","status":"passed","time":{"start":1724861152386,"stop":1724861152390,"duration":4}},{"uid":"bded924a941b8aae","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bded924a941b8aae","status":"passed","time":{"start":1724861011434,"stop":1724861011434,"duration":0}}]},"c182a677f574c685cbc37aba367ad1ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"49fba54a3a4de9d3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/49fba54a3a4de9d3","status":"passed","time":{"start":1724922374671,"stop":1724922374671,"duration":0}},{"uid":"74ee1a35ac2bd4e4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/74ee1a35ac2bd4e4","status":"passed","time":{"start":1724921037631,"stop":1724921037632,"duration":1}},{"uid":"95f0a68b102bfedc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/95f0a68b102bfedc","status":"passed","time":{"start":1724921013044,"stop":1724921013044,"duration":0}},{"uid":"3704ba16a1febfef","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3704ba16a1febfef","status":"passed","time":{"start":1724917673287,"stop":1724917673287,"duration":0}},{"uid":"7910e1eadc0456f6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7910e1eadc0456f6","status":"passed","time":{"start":1724889452306,"stop":1724889452306,"duration":0}},{"uid":"29f7a052bc7208cf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29f7a052bc7208cf","status":"passed","time":{"start":1724888602836,"stop":1724888602836,"duration":0}},{"uid":"bb73494a311aec4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bb73494a311aec4","status":"passed","time":{"start":1724887759160,"stop":1724887759161,"duration":1}},{"uid":"a0a939397ff28fe7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a0a939397ff28fe7","status":"passed","time":{"start":1724886525541,"stop":1724886525541,"duration":0}},{"uid":"c59d0ea3b71cb60a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c59d0ea3b71cb60a","status":"passed","time":{"start":1724886303393,"stop":1724886303393,"duration":0}},{"uid":"d166b21c451c5eed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d166b21c451c5eed","status":"passed","time":{"start":1724861752223,"stop":1724861752224,"duration":1}},{"uid":"663df38b36c388bb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/663df38b36c388bb","status":"passed","time":{"start":1724861223351,"stop":1724861223352,"duration":1}},{"uid":"d526a61c5b251407","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d526a61c5b251407","status":"passed","time":{"start":1724861045198,"stop":1724861045198,"duration":0}},{"uid":"321dba467b705a40","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/321dba467b705a40","status":"passed","time":{"start":1724860907081,"stop":1724860907081,"duration":0}}]},"51d3bf07c81cdacab777b9d6f479776f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8fa8ff9af5df6be7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8fa8ff9af5df6be7","status":"passed","time":{"start":1724922950820,"stop":1724922950820,"duration":0}},{"uid":"cf23b5cc6d6aefbd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cf23b5cc6d6aefbd","status":"passed","time":{"start":1724921640398,"stop":1724921640398,"duration":0}},{"uid":"622f5c24918f5d56","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/622f5c24918f5d56","status":"passed","time":{"start":1724921600405,"stop":1724921600405,"duration":0}},{"uid":"5a425f5795db17cd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5a425f5795db17cd","status":"passed","time":{"start":1724918300919,"stop":1724918300920,"duration":1}},{"uid":"f112b464ac9a1a17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f112b464ac9a1a17","status":"passed","time":{"start":1724890059275,"stop":1724890059280,"duration":5}},{"uid":"309127101e60cd90","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/309127101e60cd90","status":"passed","time":{"start":1724889188310,"stop":1724889188310,"duration":0}},{"uid":"4b546935cbdcb90","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4b546935cbdcb90","status":"passed","time":{"start":1724888372738,"stop":1724888372738,"duration":0}},{"uid":"babb7687a28d2942","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/babb7687a28d2942","status":"passed","time":{"start":1724887135716,"stop":1724887135716,"duration":0}},{"uid":"d668e2e9f4dd2c46","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d668e2e9f4dd2c46","status":"passed","time":{"start":1724886919660,"stop":1724886919661,"duration":1}},{"uid":"6539db380da028fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6539db380da028fa","status":"passed","time":{"start":1724862341832,"stop":1724862341833,"duration":1}},{"uid":"87330bb1abd64254","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/87330bb1abd64254","status":"passed","time":{"start":1724861815482,"stop":1724861815487,"duration":5}},{"uid":"9e5b67b3c3b166c0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9e5b67b3c3b166c0","status":"passed","time":{"start":1724861669533,"stop":1724861669533,"duration":0}},{"uid":"7c044b21bec745d1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7c044b21bec745d1","status":"passed","time":{"start":1724861505410,"stop":1724861505411,"duration":1}}]},"0d1c98b819acb884ae18dc8e8a5389a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1391faea2346e787","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1391faea2346e787","status":"passed","time":{"start":1724922374659,"stop":1724922374660,"duration":1}},{"uid":"a777e19e857fd151","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a777e19e857fd151","status":"passed","time":{"start":1724921037621,"stop":1724921037621,"duration":0}},{"uid":"17649b7204064dde","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/17649b7204064dde","status":"passed","time":{"start":1724921013033,"stop":1724921013034,"duration":1}},{"uid":"c07345115088d429","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c07345115088d429","status":"passed","time":{"start":1724917673277,"stop":1724917673277,"duration":0}},{"uid":"c213a534d3e5f1de","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c213a534d3e5f1de","status":"passed","time":{"start":1724889452296,"stop":1724889452296,"duration":0}},{"uid":"eeb99fd1e1818022","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eeb99fd1e1818022","status":"passed","time":{"start":1724888602825,"stop":1724888602825,"duration":0}},{"uid":"aac797ac6ebe5cac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aac797ac6ebe5cac","status":"passed","time":{"start":1724887759150,"stop":1724887759150,"duration":0}},{"uid":"54051ed87be98a4b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/54051ed87be98a4b","status":"passed","time":{"start":1724886525537,"stop":1724886525537,"duration":0}},{"uid":"39ee37c5afe60c3c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/39ee37c5afe60c3c","status":"passed","time":{"start":1724886303383,"stop":1724886303383,"duration":0}},{"uid":"a0bfdb650b477bb8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a0bfdb650b477bb8","status":"passed","time":{"start":1724861752212,"stop":1724861752212,"duration":0}},{"uid":"72bd67d038a08036","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/72bd67d038a08036","status":"passed","time":{"start":1724861223342,"stop":1724861223342,"duration":0}},{"uid":"180846af7bc53f01","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/180846af7bc53f01","status":"passed","time":{"start":1724861045187,"stop":1724861045188,"duration":1}},{"uid":"ad2d6dad84a0380d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ad2d6dad84a0380d","status":"passed","time":{"start":1724860907070,"stop":1724860907070,"duration":0}}]},"964f676a46af76e5cee36f7ef2a7e3d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4740b78f9e974df9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4740b78f9e974df9","status":"passed","time":{"start":1724922906444,"stop":1724922906444,"duration":0}},{"uid":"621841b906bd8e31","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/621841b906bd8e31","status":"passed","time":{"start":1724921613055,"stop":1724921613056,"duration":1}},{"uid":"6ae8008fc91191b6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6ae8008fc91191b6","status":"passed","time":{"start":1724921556063,"stop":1724921556063,"duration":0}},{"uid":"92a2b0f6d1f485bb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/92a2b0f6d1f485bb","status":"passed","time":{"start":1724918259547,"stop":1724918259547,"duration":0}},{"uid":"8e5754b0458c1753","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e5754b0458c1753","status":"passed","time":{"start":1724890032299,"stop":1724890032300,"duration":1}},{"uid":"e521f4f6efdea159","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e521f4f6efdea159","status":"passed","time":{"start":1724889144087,"stop":1724889144087,"duration":0}},{"uid":"4e73f77d00040c1e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4e73f77d00040c1e","status":"passed","time":{"start":1724888336464,"stop":1724888336464,"duration":0}},{"uid":"8c17e7e937acc637","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8c17e7e937acc637","status":"passed","time":{"start":1724887092630,"stop":1724887092630,"duration":0}},{"uid":"74d4f4fe7c9eadeb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/74d4f4fe7c9eadeb","status":"passed","time":{"start":1724886880633,"stop":1724886880633,"duration":0}},{"uid":"4122aa42636009b7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4122aa42636009b7","status":"passed","time":{"start":1724862298397,"stop":1724862298397,"duration":0}},{"uid":"e40bbc3bde478aa0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e40bbc3bde478aa0","status":"passed","time":{"start":1724861770128,"stop":1724861770128,"duration":0}},{"uid":"c0a957a8f4e1ae11","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0a957a8f4e1ae11","status":"passed","time":{"start":1724861637976,"stop":1724861637976,"duration":0}},{"uid":"ef85303733bf5f7a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ef85303733bf5f7a","status":"passed","time":{"start":1724861475053,"stop":1724861475055,"duration":2}}]},"4b6c588eb64e87d6d17ef51896aa21d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e38ccb126311fded","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e38ccb126311fded","status":"passed","time":{"start":1724922388048,"stop":1724922388048,"duration":0}},{"uid":"d4573d7cd69cbb92","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d4573d7cd69cbb92","status":"passed","time":{"start":1724921051056,"stop":1724921051056,"duration":0}},{"uid":"a3b32ac9b129ca3c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a3b32ac9b129ca3c","status":"passed","time":{"start":1724921026361,"stop":1724921026362,"duration":1}},{"uid":"e7e4ebf52abec3b2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e7e4ebf52abec3b2","status":"passed","time":{"start":1724917686540,"stop":1724917686540,"duration":0}},{"uid":"f1e4f362ef9757fb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f1e4f362ef9757fb","status":"passed","time":{"start":1724889465470,"stop":1724889465471,"duration":1}},{"uid":"1ec47a90f89fc2a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1ec47a90f89fc2a6","status":"passed","time":{"start":1724888616211,"stop":1724888616212,"duration":1}},{"uid":"ad5ea1bc9d167792","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ad5ea1bc9d167792","status":"passed","time":{"start":1724887772448,"stop":1724887772448,"duration":0}},{"uid":"3fda9b8c4d9fe4d9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3fda9b8c4d9fe4d9","status":"passed","time":{"start":1724886538859,"stop":1724886538860,"duration":1}},{"uid":"d6b7424f12cb9ee1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d6b7424f12cb9ee1","status":"passed","time":{"start":1724886316626,"stop":1724886316626,"duration":0}},{"uid":"2395b07e646874a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2395b07e646874a1","status":"passed","time":{"start":1724861765762,"stop":1724861765762,"duration":0}},{"uid":"19eb5e6f40fb522d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/19eb5e6f40fb522d","status":"passed","time":{"start":1724861236572,"stop":1724861236572,"duration":0}},{"uid":"3551c203fd192bf5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3551c203fd192bf5","status":"passed","time":{"start":1724861059470,"stop":1724861059470,"duration":0}},{"uid":"3302dc9880d7a177","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3302dc9880d7a177","status":"passed","time":{"start":1724860920725,"stop":1724860920726,"duration":1}}]},"1ee6538bea1c11becf7db69f1e1c6922:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"57e3b6cb900b6f2e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/57e3b6cb900b6f2e","status":"passed","time":{"start":1724921619629,"stop":1724921619630,"duration":1}}]},"7062329aa0d384786bc8adfa1f1d3177:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7aea92151da7209b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7aea92151da7209b","status":"passed","time":{"start":1724922921450,"stop":1724922921451,"duration":1}},{"uid":"d56b9116426ba323","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d56b9116426ba323","status":"passed","time":{"start":1724921602951,"stop":1724921602951,"duration":0}},{"uid":"7629a13aa5ae57a5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7629a13aa5ae57a5","status":"passed","time":{"start":1724921571096,"stop":1724921571097,"duration":1}},{"uid":"187537a1506dad78","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/187537a1506dad78","status":"passed","time":{"start":1724918285587,"stop":1724918285587,"duration":0}},{"uid":"c5752310e160b073","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5752310e160b073","status":"passed","time":{"start":1724890030090,"stop":1724890030090,"duration":0}},{"uid":"b8b262d1d4424006","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8b262d1d4424006","status":"passed","time":{"start":1724889171908,"stop":1724889171909,"duration":1}},{"uid":"ed6ead94163fe2ec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ed6ead94163fe2ec","status":"passed","time":{"start":1724888350721,"stop":1724888350721,"duration":0}},{"uid":"68fd56aa4782c1ed","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/68fd56aa4782c1ed","status":"passed","time":{"start":1724887115408,"stop":1724887115409,"duration":1}},{"uid":"839ad4497b0632de","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/839ad4497b0632de","status":"passed","time":{"start":1724886884575,"stop":1724886884575,"duration":0}},{"uid":"e84479b38de52ef1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e84479b38de52ef1","status":"passed","time":{"start":1724862322256,"stop":1724862322257,"duration":1}},{"uid":"814bee15b3706c56","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/814bee15b3706c56","status":"passed","time":{"start":1724861790751,"stop":1724861790752,"duration":1}},{"uid":"e99981d1ca944ec6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e99981d1ca944ec6","status":"passed","time":{"start":1724861628420,"stop":1724861628421,"duration":1}},{"uid":"49ff0dcb8dbe8e96","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/49ff0dcb8dbe8e96","status":"passed","time":{"start":1724861465624,"stop":1724861465625,"duration":1}}]},"59e93f4f314574dec24d188e875e7666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f46f477fe75f7e36","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f46f477fe75f7e36","status":"passed","time":{"start":1724922398404,"stop":1724922398404,"duration":0}},{"uid":"b64150420c9fd4f8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b64150420c9fd4f8","status":"passed","time":{"start":1724921061371,"stop":1724921061371,"duration":0}},{"uid":"ff1d958eca00fe0f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ff1d958eca00fe0f","status":"passed","time":{"start":1724921036549,"stop":1724921036550,"duration":1}},{"uid":"e7cdd09fe5ec30c6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e7cdd09fe5ec30c6","status":"passed","time":{"start":1724917696993,"stop":1724917696994,"duration":1}},{"uid":"85c1e787efb51c7f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/85c1e787efb51c7f","status":"passed","time":{"start":1724889475437,"stop":1724889475437,"duration":0}},{"uid":"e6210b9f3cc96ec3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e6210b9f3cc96ec3","status":"passed","time":{"start":1724888626530,"stop":1724888626531,"duration":1}},{"uid":"f895d98055a532d2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f895d98055a532d2","status":"passed","time":{"start":1724887782739,"stop":1724887782739,"duration":0}},{"uid":"f17fd47717f36a79","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f17fd47717f36a79","status":"passed","time":{"start":1724886549351,"stop":1724886549351,"duration":0}},{"uid":"e3f8ebe33a83f8e4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e3f8ebe33a83f8e4","status":"passed","time":{"start":1724886326872,"stop":1724886326872,"duration":0}},{"uid":"86791a46135e4bbc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/86791a46135e4bbc","status":"passed","time":{"start":1724861776302,"stop":1724861776302,"duration":0}},{"uid":"5f368a385cf8dd5d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5f368a385cf8dd5d","status":"passed","time":{"start":1724861246684,"stop":1724861246686,"duration":2}},{"uid":"acdc4c9f7ac0887c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/acdc4c9f7ac0887c","status":"passed","time":{"start":1724861070666,"stop":1724861070670,"duration":4}},{"uid":"c9e4adfd4e998cce","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c9e4adfd4e998cce","status":"passed","time":{"start":1724860931331,"stop":1724860931331,"duration":0}}]},"251d7185e9e3896916392a7d1d840b10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2a4e3a8b0906f2f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2a4e3a8b0906f2f","status":"passed","time":{"start":1724922946245,"stop":1724922946245,"duration":0}},{"uid":"639ac34f37759bd7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/639ac34f37759bd7","status":"passed","time":{"start":1724921619641,"stop":1724921619641,"duration":0}},{"uid":"a77d3c57818db757","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a77d3c57818db757","status":"passed","time":{"start":1724921577173,"stop":1724921577173,"duration":0}},{"uid":"9cee65cfe9fe77bd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9cee65cfe9fe77bd","status":"passed","time":{"start":1724918298105,"stop":1724918298106,"duration":1}},{"uid":"53e6899a6131722d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/53e6899a6131722d","status":"passed","time":{"start":1724890039752,"stop":1724890039753,"duration":1}},{"uid":"d35eed90e4c3086f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d35eed90e4c3086f","status":"passed","time":{"start":1724889169858,"stop":1724889169858,"duration":0}},{"uid":"da9425681b894f4b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/da9425681b894f4b","status":"passed","time":{"start":1724888345358,"stop":1724888345358,"duration":0}},{"uid":"183ec13181e69e2e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/183ec13181e69e2e","status":"passed","time":{"start":1724887127889,"stop":1724887127889,"duration":0}},{"uid":"3ddfcc028d47b6a9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3ddfcc028d47b6a9","status":"passed","time":{"start":1724886906387,"stop":1724886906388,"duration":1}},{"uid":"64e26f3606b6e07d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64e26f3606b6e07d","status":"passed","time":{"start":1724862320151,"stop":1724862320151,"duration":0}},{"uid":"5e5d008ab8309b27","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5e5d008ab8309b27","status":"passed","time":{"start":1724861800261,"stop":1724861800261,"duration":0}},{"uid":"d2a64a649ac4e5e7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d2a64a649ac4e5e7","status":"passed","time":{"start":1724861655180,"stop":1724861655181,"duration":1}},{"uid":"d0917931b5293520","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d0917931b5293520","status":"passed","time":{"start":1724861485087,"stop":1724861485087,"duration":0}}]},"73199f68a11a5fb1b4fd221e1cfb9361:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"438d48c123d59373","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/438d48c123d59373","status":"passed","time":{"start":1724922887522,"stop":1724922887522,"duration":0}},{"uid":"c41c35dbc849f2a1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c41c35dbc849f2a1","status":"passed","time":{"start":1724921564773,"stop":1724921564773,"duration":0}},{"uid":"2621dd6e165816c7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2621dd6e165816c7","status":"passed","time":{"start":1724921518782,"stop":1724921518783,"duration":1}},{"uid":"35fb9f373c5798bc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/35fb9f373c5798bc","status":"passed","time":{"start":1724918229396,"stop":1724918229396,"duration":0}},{"uid":"968913339dac493d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/968913339dac493d","status":"passed","time":{"start":1724889980694,"stop":1724889980694,"duration":0}},{"uid":"595fac35d9abafaa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/595fac35d9abafaa","status":"passed","time":{"start":1724889111157,"stop":1724889111158,"duration":1}},{"uid":"28baed33e8eab7b9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/28baed33e8eab7b9","status":"passed","time":{"start":1724888292530,"stop":1724888292530,"duration":0}},{"uid":"982acfbfd9115a47","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/982acfbfd9115a47","status":"passed","time":{"start":1724887068222,"stop":1724887068222,"duration":0}},{"uid":"d6769487d5fb5bf6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d6769487d5fb5bf6","status":"passed","time":{"start":1724886848920,"stop":1724886848920,"duration":0}},{"uid":"72bbde167e1649b6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72bbde167e1649b6","status":"passed","time":{"start":1724862262044,"stop":1724862262044,"duration":0}},{"uid":"a013aee738499b99","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a013aee738499b99","status":"passed","time":{"start":1724861741890,"stop":1724861741890,"duration":0}},{"uid":"63b4d57e679467f7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/63b4d57e679467f7","status":"passed","time":{"start":1724861599483,"stop":1724861599484,"duration":1}},{"uid":"deb0ba195eabbb34","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/deb0ba195eabbb34","status":"passed","time":{"start":1724861428471,"stop":1724861428471,"duration":0}}]},"3694756afa40f05588006952b7217855:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8f80a4d2c581ac27","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8f80a4d2c581ac27","status":"passed","time":{"start":1724922661642,"stop":1724922661644,"duration":2}},{"uid":"fa9c496b59b6ea30","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fa9c496b59b6ea30","status":"passed","time":{"start":1724921321312,"stop":1724921321312,"duration":0}},{"uid":"eefbd99a78c3ff6f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/eefbd99a78c3ff6f","status":"passed","time":{"start":1724921298786,"stop":1724921298786,"duration":0}},{"uid":"b0b195688ea15353","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b0b195688ea15353","status":"passed","time":{"start":1724918008265,"stop":1724918008265,"duration":0}},{"uid":"d7f24a438f5540cb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d7f24a438f5540cb","status":"passed","time":{"start":1724889728596,"stop":1724889728596,"duration":0}},{"uid":"6cd8ec9efa53454f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6cd8ec9efa53454f","status":"passed","time":{"start":1724888882875,"stop":1724888882875,"duration":0}},{"uid":"b51b5e46e9b78203","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b51b5e46e9b78203","status":"passed","time":{"start":1724888111026,"stop":1724888111026,"duration":0}},{"uid":"90a1cfc99a08f29d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/90a1cfc99a08f29d","status":"passed","time":{"start":1724886869448,"stop":1724886869448,"duration":0}},{"uid":"1b9e01438b01b73b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1b9e01438b01b73b","status":"passed","time":{"start":1724886642937,"stop":1724886642937,"duration":0}},{"uid":"f48c831dcd95a8cd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f48c831dcd95a8cd","status":"passed","time":{"start":1724862044582,"stop":1724862044582,"duration":0}},{"uid":"46c547b3f82eee15","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/46c547b3f82eee15","status":"passed","time":{"start":1724861523039,"stop":1724861523040,"duration":1}},{"uid":"73d29239844e2159","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/73d29239844e2159","status":"passed","time":{"start":1724861362474,"stop":1724861362474,"duration":0}},{"uid":"57c27253a4b81271","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/57c27253a4b81271","status":"passed","time":{"start":1724861196847,"stop":1724861196856,"duration":9}}]},"d1658f9bba61b2bab61075159e6e8bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d08a591a0a452d5b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d08a591a0a452d5b","status":"passed","time":{"start":1724922906445,"stop":1724922906445,"duration":0}},{"uid":"94990502706a1b18","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/94990502706a1b18","status":"passed","time":{"start":1724921613056,"stop":1724921613057,"duration":1}},{"uid":"70da008da6fd466a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/70da008da6fd466a","status":"passed","time":{"start":1724921556064,"stop":1724921556064,"duration":0}},{"uid":"a2ea5db36b396885","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a2ea5db36b396885","status":"passed","time":{"start":1724918259547,"stop":1724918259555,"duration":8}},{"uid":"f91793cfa65ca3a8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f91793cfa65ca3a8","status":"passed","time":{"start":1724890032300,"stop":1724890032300,"duration":0}},{"uid":"d8a9980441f52791","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d8a9980441f52791","status":"passed","time":{"start":1724889144088,"stop":1724889144088,"duration":0}},{"uid":"865e768cbfb91822","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/865e768cbfb91822","status":"passed","time":{"start":1724888336464,"stop":1724888336465,"duration":1}},{"uid":"2e04cd3a0e71fa83","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2e04cd3a0e71fa83","status":"passed","time":{"start":1724887092631,"stop":1724887092631,"duration":0}},{"uid":"6a0b1c13a0cc07bc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6a0b1c13a0cc07bc","status":"passed","time":{"start":1724886880633,"stop":1724886880633,"duration":0}},{"uid":"fe33087edaf5d044","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe33087edaf5d044","status":"passed","time":{"start":1724862298406,"stop":1724862298406,"duration":0}},{"uid":"cb0c01d4a7c21e09","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cb0c01d4a7c21e09","status":"passed","time":{"start":1724861770129,"stop":1724861770130,"duration":1}},{"uid":"e624f1242b74879e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e624f1242b74879e","status":"passed","time":{"start":1724861637976,"stop":1724861637976,"duration":0}},{"uid":"4a519d78d1f2b399","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4a519d78d1f2b399","status":"passed","time":{"start":1724861475058,"stop":1724861475062,"duration":4}}]},"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"67cf138d5e1adb6f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/67cf138d5e1adb6f","status":"passed","time":{"start":1724922635359,"stop":1724922635359,"duration":0}},{"uid":"53b104eb1f21da28","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/53b104eb1f21da28","status":"passed","time":{"start":1724921297018,"stop":1724921297018,"duration":0}},{"uid":"52f0d2ec16b60d04","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/52f0d2ec16b60d04","status":"passed","time":{"start":1724921276372,"stop":1724921276373,"duration":1}},{"uid":"98f73f646f05e610","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/98f73f646f05e610","status":"passed","time":{"start":1724917948330,"stop":1724917948330,"duration":0}},{"uid":"264d8e72847f95b0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/264d8e72847f95b0","status":"passed","time":{"start":1724889729018,"stop":1724889729019,"duration":1}},{"uid":"6d20276b8e527081","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d20276b8e527081","status":"passed","time":{"start":1724888864960,"stop":1724888864960,"duration":0}},{"uid":"40265f971ddfea7a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/40265f971ddfea7a","status":"passed","time":{"start":1724888053752,"stop":1724888053752,"duration":0}},{"uid":"d3abf4aac2563efe","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d3abf4aac2563efe","status":"passed","time":{"start":1724886811666,"stop":1724886811667,"duration":1}},{"uid":"7ece2793cdc20e96","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7ece2793cdc20e96","status":"passed","time":{"start":1724886581009,"stop":1724886581009,"duration":0}},{"uid":"c8618e95b7ebff71","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c8618e95b7ebff71","status":"passed","time":{"start":1724862019566,"stop":1724862019566,"duration":0}},{"uid":"e59499c17060b469","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e59499c17060b469","status":"passed","time":{"start":1724861493943,"stop":1724861493943,"duration":0}},{"uid":"59ddd7338a678e03","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/59ddd7338a678e03","status":"passed","time":{"start":1724861318061,"stop":1724861318062,"duration":1}},{"uid":"c5378c6c0c6c4996","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c5378c6c0c6c4996","status":"passed","time":{"start":1724861178522,"stop":1724861178522,"duration":0}}]},"eb62e9d709de953e02a98372b45af048:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"644fff5189056376","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/644fff5189056376","status":"passed","time":{"start":1724922382321,"stop":1724922382323,"duration":2}},{"uid":"79d8ae281a8c9063","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/79d8ae281a8c9063","status":"passed","time":{"start":1724921045527,"stop":1724921045528,"duration":1}},{"uid":"1dbfbebdf571cd26","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1dbfbebdf571cd26","status":"passed","time":{"start":1724921020718,"stop":1724921020720,"duration":2}},{"uid":"74048bc08bf72666","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/74048bc08bf72666","status":"passed","time":{"start":1724917681044,"stop":1724917681047,"duration":3}},{"uid":"9163db902610a02","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9163db902610a02","status":"passed","time":{"start":1724889459909,"stop":1724889459911,"duration":2}},{"uid":"c5b19b86f049de3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5b19b86f049de3","status":"passed","time":{"start":1724888610525,"stop":1724888610528,"duration":3}},{"uid":"569b4a9addbb79f8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/569b4a9addbb79f8","status":"passed","time":{"start":1724887766843,"stop":1724887766844,"duration":1}},{"uid":"9f6207aceaab34f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9f6207aceaab34f","status":"passed","time":{"start":1724886533237,"stop":1724886533239,"duration":2}},{"uid":"3ee5bc919b4d742d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3ee5bc919b4d742d","status":"passed","time":{"start":1724886311083,"stop":1724886311084,"duration":1}},{"uid":"fab9ebae4efb9345","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fab9ebae4efb9345","status":"passed","time":{"start":1724861760042,"stop":1724861760044,"duration":2}},{"uid":"c05ae5517cbed47f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c05ae5517cbed47f","status":"passed","time":{"start":1724861230821,"stop":1724861230823,"duration":2}},{"uid":"778f78165d61266a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/778f78165d61266a","status":"passed","time":{"start":1724861053389,"stop":1724861053392,"duration":3}},{"uid":"70008e7eb26f9fc7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/70008e7eb26f9fc7","status":"passed","time":{"start":1724860914739,"stop":1724860914740,"duration":1}}]},"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f199781e8256943c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f199781e8256943c","status":"passed","time":{"start":1724922408754,"stop":1724922408755,"duration":1}},{"uid":"bd2abdf0a6e27dbc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bd2abdf0a6e27dbc","status":"passed","time":{"start":1724921071993,"stop":1724921071993,"duration":0}},{"uid":"b98feaeb69f4c9fc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b98feaeb69f4c9fc","status":"passed","time":{"start":1724921046821,"stop":1724921046821,"duration":0}},{"uid":"45c273eb85b05d3e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/45c273eb85b05d3e","status":"passed","time":{"start":1724917707021,"stop":1724917707022,"duration":1}},{"uid":"e85bb965d94c11f1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e85bb965d94c11f1","status":"passed","time":{"start":1724889485858,"stop":1724889485859,"duration":1}},{"uid":"acaf63e04b49ebd2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/acaf63e04b49ebd2","status":"passed","time":{"start":1724888636618,"stop":1724888636619,"duration":1}},{"uid":"2b456f544a68f3f8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2b456f544a68f3f8","status":"passed","time":{"start":1724887792854,"stop":1724887792854,"duration":0}},{"uid":"4c732e67ee9ea2d9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4c732e67ee9ea2d9","status":"passed","time":{"start":1724886559723,"stop":1724886559723,"duration":0}},{"uid":"93626cd4ec163273","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/93626cd4ec163273","status":"passed","time":{"start":1724886337375,"stop":1724886337375,"duration":0}},{"uid":"b0bd9da10e1e2d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b0bd9da10e1e2d","status":"passed","time":{"start":1724861786728,"stop":1724861786729,"duration":1}},{"uid":"6d2c212cdafb539f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6d2c212cdafb539f","status":"passed","time":{"start":1724861257211,"stop":1724861257211,"duration":0}},{"uid":"4d13285f4ed4f17b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4d13285f4ed4f17b","status":"passed","time":{"start":1724861081081,"stop":1724861081084,"duration":3}},{"uid":"d25828b9cf9c1c54","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d25828b9cf9c1c54","status":"passed","time":{"start":1724860941730,"stop":1724860941730,"duration":0}}]},"8bcb8fdde665c55fffd3831aff3d0056:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"33c5c991adeff7b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33c5c991adeff7b2","status":"passed","time":{"start":1724889169852,"stop":1724889169853,"duration":1}}]},"4b912b89823285268ef2e68fe82616a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f5d26df8788ab516","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f5d26df8788ab516","status":"passed","time":{"start":1724890032296,"stop":1724890032297,"duration":1}}]},"7c063849e63fc40f3217e2ba6b58dc60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"411b23e5d301e2a6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/411b23e5d301e2a6","status":"passed","time":{"start":1724922891490,"stop":1724922891490,"duration":0}},{"uid":"737256e492c16b8e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/737256e492c16b8e","status":"passed","time":{"start":1724921563018,"stop":1724921563018,"duration":0}},{"uid":"2443d94f0f2d44aa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2443d94f0f2d44aa","status":"passed","time":{"start":1724921526814,"stop":1724921526814,"duration":0}},{"uid":"f3a49e176a199b3c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f3a49e176a199b3c","status":"passed","time":{"start":1724918239945,"stop":1724918239946,"duration":1}},{"uid":"310579f7e11aac85","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/310579f7e11aac85","status":"passed","time":{"start":1724889980902,"stop":1724889980903,"duration":1}},{"uid":"e5d65331c21c4410","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e5d65331c21c4410","status":"passed","time":{"start":1724889109971,"stop":1724889109972,"duration":1}},{"uid":"ab4834012eabdbd7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ab4834012eabdbd7","status":"passed","time":{"start":1724888294724,"stop":1724888294724,"duration":0}},{"uid":"1968ec9abaf8bf70","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1968ec9abaf8bf70","status":"passed","time":{"start":1724887071742,"stop":1724887071743,"duration":1}},{"uid":"df3ebc16bc026f31","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/df3ebc16bc026f31","status":"passed","time":{"start":1724886848347,"stop":1724886848347,"duration":0}},{"uid":"761b2a4cb6d3f718","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/761b2a4cb6d3f718","status":"passed","time":{"start":1724862259254,"stop":1724862259254,"duration":0}},{"uid":"2cffa35ec2d3f082","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2cffa35ec2d3f082","status":"passed","time":{"start":1724861735329,"stop":1724861735329,"duration":0}},{"uid":"cc5ac5646c5ccb02","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cc5ac5646c5ccb02","status":"passed","time":{"start":1724861606350,"stop":1724861606350,"duration":0}},{"uid":"dbc1a0b1f2fc83d0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dbc1a0b1f2fc83d0","status":"passed","time":{"start":1724861426689,"stop":1724861426689,"duration":0}}]},"226c0cdbbbad74b7410aa96e53cdf633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8e671379cf12e70d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8e671379cf12e70d","status":"passed","time":{"start":1724922374447,"stop":1724922374448,"duration":1}},{"uid":"5fc36053a2125c3a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5fc36053a2125c3a","status":"passed","time":{"start":1724921037308,"stop":1724921037310,"duration":2}},{"uid":"9e4252120dab9ba3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9e4252120dab9ba3","status":"passed","time":{"start":1724921012632,"stop":1724921012633,"duration":1}},{"uid":"4bda073c139b6d16","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4bda073c139b6d16","status":"passed","time":{"start":1724917673035,"stop":1724917673036,"duration":1}},{"uid":"401cc01d29e49fdc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/401cc01d29e49fdc","status":"passed","time":{"start":1724889452003,"stop":1724889452004,"duration":1}},{"uid":"eeec6929b438095","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eeec6929b438095","status":"passed","time":{"start":1724888602561,"stop":1724888602562,"duration":1}},{"uid":"e71b72b01185fd72","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e71b72b01185fd72","status":"passed","time":{"start":1724887758651,"stop":1724887758652,"duration":1}},{"uid":"63f2bfb6457b35fa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/63f2bfb6457b35fa","status":"passed","time":{"start":1724886525161,"stop":1724886525162,"duration":1}},{"uid":"8c01c6d35d613274","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8c01c6d35d613274","status":"passed","time":{"start":1724886303123,"stop":1724886303125,"duration":2}},{"uid":"6886e74aa1dbd546","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6886e74aa1dbd546","status":"passed","time":{"start":1724861751529,"stop":1724861751531,"duration":2}},{"uid":"a99c261c9c3bcb33","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a99c261c9c3bcb33","status":"passed","time":{"start":1724861222810,"stop":1724861222812,"duration":2}},{"uid":"3053009e1cddc120","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3053009e1cddc120","status":"passed","time":{"start":1724861044779,"stop":1724861044781,"duration":2}},{"uid":"147e52c508c078bb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/147e52c508c078bb","status":"passed","time":{"start":1724860906652,"stop":1724860906653,"duration":1}}]},"a85f88421566679ac61011b8fb8af814:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c684741610b9fff1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c684741610b9fff1","status":"passed","time":{"start":1724922635348,"stop":1724922635349,"duration":1}},{"uid":"ea5fcd3642331c2c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ea5fcd3642331c2c","status":"passed","time":{"start":1724921296998,"stop":1724921296999,"duration":1}},{"uid":"462f9b7aae277fc2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/462f9b7aae277fc2","status":"passed","time":{"start":1724921276363,"stop":1724921276363,"duration":0}},{"uid":"a28e6c3232dc1d4a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a28e6c3232dc1d4a","status":"passed","time":{"start":1724917948309,"stop":1724917948311,"duration":2}},{"uid":"896ad3e8208c1b6a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/896ad3e8208c1b6a","status":"passed","time":{"start":1724889729004,"stop":1724889729005,"duration":1}},{"uid":"917d56d4dbec89f5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/917d56d4dbec89f5","status":"passed","time":{"start":1724888864950,"stop":1724888864950,"duration":0}},{"uid":"16d5ac519136dfb5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/16d5ac519136dfb5","status":"passed","time":{"start":1724888053732,"stop":1724888053732,"duration":0}},{"uid":"8e4a8a2c95e86ada","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8e4a8a2c95e86ada","status":"passed","time":{"start":1724886811648,"stop":1724886811648,"duration":0}},{"uid":"79fd6bd73f975f1e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/79fd6bd73f975f1e","status":"passed","time":{"start":1724886581000,"stop":1724886581000,"duration":0}},{"uid":"d806f321efd6fa43","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d806f321efd6fa43","status":"passed","time":{"start":1724862019556,"stop":1724862019556,"duration":0}},{"uid":"3f92581a8324209b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3f92581a8324209b","status":"passed","time":{"start":1724861493933,"stop":1724861493933,"duration":0}},{"uid":"7d73f34d0a12f790","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7d73f34d0a12f790","status":"passed","time":{"start":1724861318013,"stop":1724861318017,"duration":4}},{"uid":"a84dbaf9299eae85","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a84dbaf9299eae85","status":"passed","time":{"start":1724861178507,"stop":1724861178507,"duration":0}}]},"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1959c48fdc65e079","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1959c48fdc65e079","status":"passed","time":{"start":1724922635358,"stop":1724922635358,"duration":0}},{"uid":"945c6b0d9b10d247","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/945c6b0d9b10d247","status":"passed","time":{"start":1724921297017,"stop":1724921297017,"duration":0}},{"uid":"1321a0b072a992f0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1321a0b072a992f0","status":"passed","time":{"start":1724921276371,"stop":1724921276371,"duration":0}},{"uid":"808afd5882abcd42","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/808afd5882abcd42","status":"passed","time":{"start":1724917948329,"stop":1724917948329,"duration":0}},{"uid":"91f9327d79ab2e31","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91f9327d79ab2e31","status":"passed","time":{"start":1724889729015,"stop":1724889729016,"duration":1}},{"uid":"ff8c0446b8d22baf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff8c0446b8d22baf","status":"passed","time":{"start":1724888864959,"stop":1724888864959,"duration":0}},{"uid":"a7052e5fcb92a1c6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a7052e5fcb92a1c6","status":"passed","time":{"start":1724888053751,"stop":1724888053751,"duration":0}},{"uid":"e353514d6e8f4df9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e353514d6e8f4df9","status":"passed","time":{"start":1724886811665,"stop":1724886811665,"duration":0}},{"uid":"73fe78178413a119","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/73fe78178413a119","status":"passed","time":{"start":1724886581008,"stop":1724886581008,"duration":0}},{"uid":"6186f6dbeff0004a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6186f6dbeff0004a","status":"passed","time":{"start":1724862019565,"stop":1724862019565,"duration":0}},{"uid":"817603ec9fedf315","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/817603ec9fedf315","status":"passed","time":{"start":1724861493941,"stop":1724861493942,"duration":1}},{"uid":"94d0cc175db3b79b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/94d0cc175db3b79b","status":"passed","time":{"start":1724861318045,"stop":1724861318046,"duration":1}},{"uid":"35886a1331667647","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/35886a1331667647","status":"passed","time":{"start":1724861178519,"stop":1724861178520,"duration":1}}]},"1a0a2fc94b93e99eecbea82a91c4fa41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6a92b9202868bf11","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6a92b9202868bf11","status":"passed","time":{"start":1724922647831,"stop":1724922647834,"duration":3}},{"uid":"7c671e294898fe3d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7c671e294898fe3d","status":"passed","time":{"start":1724921300787,"stop":1724921300788,"duration":1}},{"uid":"c9feb3a8fd6895e8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c9feb3a8fd6895e8","status":"passed","time":{"start":1724921280716,"stop":1724921280717,"duration":1}},{"uid":"3e6b82c29a9738f9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3e6b82c29a9738f9","status":"passed","time":{"start":1724917963261,"stop":1724917963261,"duration":0}},{"uid":"49cb9a132cbae887","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/49cb9a132cbae887","status":"passed","time":{"start":1724889734118,"stop":1724889734119,"duration":1}},{"uid":"4a4a0efa60db066a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a4a0efa60db066a","status":"passed","time":{"start":1724888859614,"stop":1724888859617,"duration":3}},{"uid":"d3e10bdfb379ef6c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d3e10bdfb379ef6c","status":"passed","time":{"start":1724888053951,"stop":1724888053952,"duration":1}},{"uid":"6267c06e7ac8ff17","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6267c06e7ac8ff17","status":"passed","time":{"start":1724886820676,"stop":1724886820676,"duration":0}},{"uid":"892db3270f130cba","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/892db3270f130cba","status":"passed","time":{"start":1724886589265,"stop":1724886589266,"duration":1}},{"uid":"ff384155d22ab958","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff384155d22ab958","status":"passed","time":{"start":1724862027792,"stop":1724862027792,"duration":0}},{"uid":"d8b2bf1b95e4b25f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d8b2bf1b95e4b25f","status":"passed","time":{"start":1724861484559,"stop":1724861484559,"duration":0}},{"uid":"366d518aa9c24944","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/366d518aa9c24944","status":"passed","time":{"start":1724861315156,"stop":1724861315156,"duration":0}},{"uid":"517b0925c630bbcb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/517b0925c630bbcb","status":"passed","time":{"start":1724861168754,"stop":1724861168755,"duration":1}}]},"45e6c790a46766696819423ce74781ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b924193b20aa7ea5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b924193b20aa7ea5","status":"passed","time":{"start":1724922921470,"stop":1724922921470,"duration":0}},{"uid":"3fd0a94d9ad4d3a0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3fd0a94d9ad4d3a0","status":"passed","time":{"start":1724921602961,"stop":1724921602961,"duration":0}},{"uid":"13a9824ab6a069a7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/13a9824ab6a069a7","status":"passed","time":{"start":1724921571105,"stop":1724921571105,"duration":0}},{"uid":"87fab17db696fe19","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/87fab17db696fe19","status":"passed","time":{"start":1724918285610,"stop":1724918285611,"duration":1}},{"uid":"7d1ec1b0a0f37e35","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7d1ec1b0a0f37e35","status":"passed","time":{"start":1724890030099,"stop":1724890030099,"duration":0}},{"uid":"f9f433ec17c2adc6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9f433ec17c2adc6","status":"passed","time":{"start":1724889171919,"stop":1724889171920,"duration":1}},{"uid":"76ea0946f459914b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/76ea0946f459914b","status":"passed","time":{"start":1724888350739,"stop":1724888350740,"duration":1}},{"uid":"55adbdc0507ddf43","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/55adbdc0507ddf43","status":"passed","time":{"start":1724887115421,"stop":1724887115422,"duration":1}},{"uid":"dc77b8c71744573a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dc77b8c71744573a","status":"passed","time":{"start":1724886884583,"stop":1724886884584,"duration":1}},{"uid":"74d2092f730eb532","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/74d2092f730eb532","status":"passed","time":{"start":1724862322269,"stop":1724862322275,"duration":6}},{"uid":"6d4f2c7480111914","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6d4f2c7480111914","status":"passed","time":{"start":1724861790763,"stop":1724861790763,"duration":0}},{"uid":"8f9ac72e00c65c79","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8f9ac72e00c65c79","status":"passed","time":{"start":1724861628428,"stop":1724861628429,"duration":1}},{"uid":"69fd11a0a7b37e8d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/69fd11a0a7b37e8d","status":"passed","time":{"start":1724861465633,"stop":1724861465633,"duration":0}}]},"a3c37c0cb0a5f6833b8bbc1fbdbcd007:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8d8c1c006d1cd298","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8d8c1c006d1cd298","status":"passed","time":{"start":1724922374678,"stop":1724922374679,"duration":1}},{"uid":"b9bf68e62d8997a0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b9bf68e62d8997a0","status":"passed","time":{"start":1724921037640,"stop":1724921037640,"duration":0}},{"uid":"b3a4aba5096e67ae","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b3a4aba5096e67ae","status":"passed","time":{"start":1724921013053,"stop":1724921013054,"duration":1}},{"uid":"59bf9f0729e18e29","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/59bf9f0729e18e29","status":"passed","time":{"start":1724917673296,"stop":1724917673296,"duration":0}},{"uid":"dd655686d355a8f0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd655686d355a8f0","status":"passed","time":{"start":1724889452314,"stop":1724889452314,"duration":0}},{"uid":"a44d14411ba39471","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a44d14411ba39471","status":"passed","time":{"start":1724888602844,"stop":1724888602845,"duration":1}},{"uid":"9d465205abdd815f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9d465205abdd815f","status":"passed","time":{"start":1724887759167,"stop":1724887759167,"duration":0}},{"uid":"bd69dad90cf85b70","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bd69dad90cf85b70","status":"passed","time":{"start":1724886525547,"stop":1724886525547,"duration":0}},{"uid":"a6d71ab440454cf2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a6d71ab440454cf2","status":"passed","time":{"start":1724886303401,"stop":1724886303401,"duration":0}},{"uid":"682b77edcd1485f7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/682b77edcd1485f7","status":"passed","time":{"start":1724861752233,"stop":1724861752233,"duration":0}},{"uid":"9132a57aa15301a0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9132a57aa15301a0","status":"passed","time":{"start":1724861223358,"stop":1724861223359,"duration":1}},{"uid":"95b1a8bcddb18315","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/95b1a8bcddb18315","status":"passed","time":{"start":1724861045207,"stop":1724861045207,"duration":0}},{"uid":"71be0c49938bc957","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/71be0c49938bc957","status":"passed","time":{"start":1724860907088,"stop":1724860907089,"duration":1}}]},"6b479fc389d5f5de6c1f3a6047943a2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"75529b31c35532f3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/75529b31c35532f3","status":"passed","time":{"start":1724890039746,"stop":1724890039747,"duration":1}}]},"40913d4d248ec37e1976ef3599e312eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ff1f8cf19e09c7e7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ff1f8cf19e09c7e7","status":"passed","time":{"start":1724886880632,"stop":1724886880632,"duration":0}}]},"16732a88f77375d6c3346de9a99154dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ad1833cfea905abe","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ad1833cfea905abe","status":"passed","time":{"start":1724922727647,"stop":1724922727647,"duration":0}},{"uid":"bd2728d7555f7197","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bd2728d7555f7197","status":"passed","time":{"start":1724921379981,"stop":1724921379981,"duration":0}},{"uid":"f5694d6618354890","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f5694d6618354890","status":"passed","time":{"start":1724921359715,"stop":1724921359715,"duration":0}},{"uid":"a24fda1274a40b19","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a24fda1274a40b19","status":"passed","time":{"start":1724918127248,"stop":1724918127249,"duration":1}},{"uid":"c36e16f8a5a04d7c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c36e16f8a5a04d7c","status":"passed","time":{"start":1724889805615,"stop":1724889805615,"duration":0}},{"uid":"b4a5392342f7d975","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4a5392342f7d975","status":"passed","time":{"start":1724888940694,"stop":1724888940695,"duration":1}},{"uid":"290394a48130b699","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/290394a48130b699","status":"passed","time":{"start":1724888168652,"stop":1724888168652,"duration":0}},{"uid":"e7ec4f4cc70f9fdc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e7ec4f4cc70f9fdc","status":"passed","time":{"start":1724886924219,"stop":1724886924219,"duration":0}},{"uid":"22416e8a65e8a137","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/22416e8a65e8a137","status":"passed","time":{"start":1724886701807,"stop":1724886701807,"duration":0}},{"uid":"34f8c69cf6e1d7fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/34f8c69cf6e1d7fa","status":"passed","time":{"start":1724862112743,"stop":1724862112743,"duration":0}},{"uid":"aeab1632bff88cf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/aeab1632bff88cf","status":"passed","time":{"start":1724861584871,"stop":1724861584871,"duration":0}},{"uid":"ec3fde58fe188574","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ec3fde58fe188574","status":"passed","time":{"start":1724861464518,"stop":1724861464518,"duration":0}},{"uid":"e6a50abe1090ce6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e6a50abe1090ce6","status":"passed","time":{"start":1724861254918,"stop":1724861254919,"duration":1}}]},"f3de5080ff462f6d17b394356fbfa551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d95d9d488d5bd3d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d95d9d488d5bd3d9","status":"passed","time":{"start":1724890039747,"stop":1724890039748,"duration":1}}]},"dbef0a518430923ef5c39807b5f8d514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"84859c439b6fdaf7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/84859c439b6fdaf7","status":"passed","time":{"start":1724922921469,"stop":1724922921469,"duration":0}},{"uid":"b87b4a25c6359604","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b87b4a25c6359604","status":"passed","time":{"start":1724921602961,"stop":1724921602961,"duration":0}},{"uid":"5cd3be2b380abe43","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5cd3be2b380abe43","status":"passed","time":{"start":1724921571104,"stop":1724921571105,"duration":1}},{"uid":"f94fc57f522129b3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f94fc57f522129b3","status":"passed","time":{"start":1724918285609,"stop":1724918285610,"duration":1}},{"uid":"5ea3adc8def71e14","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ea3adc8def71e14","status":"passed","time":{"start":1724890030098,"stop":1724890030099,"duration":1}},{"uid":"427df2308a83d9b7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/427df2308a83d9b7","status":"passed","time":{"start":1724889171919,"stop":1724889171919,"duration":0}},{"uid":"a9cb185e11566ac7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a9cb185e11566ac7","status":"passed","time":{"start":1724888350738,"stop":1724888350739,"duration":1}},{"uid":"bf08bc50ffce8a5a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bf08bc50ffce8a5a","status":"passed","time":{"start":1724887115420,"stop":1724887115421,"duration":1}},{"uid":"668bd3221f187e20","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/668bd3221f187e20","status":"passed","time":{"start":1724886884583,"stop":1724886884583,"duration":0}},{"uid":"c948c58d1c527892","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c948c58d1c527892","status":"passed","time":{"start":1724862322269,"stop":1724862322269,"duration":0}},{"uid":"a247baaa4d73ad6d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a247baaa4d73ad6d","status":"passed","time":{"start":1724861790758,"stop":1724861790763,"duration":5}},{"uid":"8117cf6fec262874","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8117cf6fec262874","status":"passed","time":{"start":1724861628428,"stop":1724861628428,"duration":0}},{"uid":"16812535081bcd73","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/16812535081bcd73","status":"passed","time":{"start":1724861465632,"stop":1724861465633,"duration":1}}]},"479adcf64762a87ad04383f9ed7b6753:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"471133ac79ad6d96","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/471133ac79ad6d96","status":"passed","time":{"start":1724922727646,"stop":1724922727646,"duration":0}},{"uid":"1eac0b5a5fccbf2c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1eac0b5a5fccbf2c","status":"passed","time":{"start":1724921379980,"stop":1724921379980,"duration":0}},{"uid":"1a0dbe9f0ddbb272","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1a0dbe9f0ddbb272","status":"passed","time":{"start":1724921359714,"stop":1724921359714,"duration":0}},{"uid":"31e3d9ac24728938","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/31e3d9ac24728938","status":"passed","time":{"start":1724918127247,"stop":1724918127248,"duration":1}},{"uid":"6e1b11c153dbbbc9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e1b11c153dbbbc9","status":"passed","time":{"start":1724889805614,"stop":1724889805614,"duration":0}},{"uid":"dd05fad5c55d76a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd05fad5c55d76a7","status":"passed","time":{"start":1724888940692,"stop":1724888940692,"duration":0}},{"uid":"7e3f8facbf00dcd0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7e3f8facbf00dcd0","status":"passed","time":{"start":1724888168651,"stop":1724888168651,"duration":0}},{"uid":"a9ca02d6ec174f15","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a9ca02d6ec174f15","status":"passed","time":{"start":1724886924218,"stop":1724886924218,"duration":0}},{"uid":"922cf51885111916","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/922cf51885111916","status":"passed","time":{"start":1724886701806,"stop":1724886701806,"duration":0}},{"uid":"d73c6714ad3802c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d73c6714ad3802c","status":"passed","time":{"start":1724862112742,"stop":1724862112742,"duration":0}},{"uid":"11b15e1f1bba874d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/11b15e1f1bba874d","status":"passed","time":{"start":1724861584869,"stop":1724861584869,"duration":0}},{"uid":"aeec25f50fd742cd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/aeec25f50fd742cd","status":"passed","time":{"start":1724861464497,"stop":1724861464517,"duration":20}},{"uid":"b927d523f8d870a5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b927d523f8d870a5","status":"passed","time":{"start":1724861254915,"stop":1724861254916,"duration":1}}]},"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ad8d733128d379b9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ad8d733128d379b9","status":"passed","time":{"start":1724922866492,"stop":1724922866492,"duration":0}},{"uid":"4711bec367d87146","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4711bec367d87146","status":"passed","time":{"start":1724921538593,"stop":1724921538593,"duration":0}},{"uid":"8dcd901baa5fedc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8dcd901baa5fedc","status":"passed","time":{"start":1724921499390,"stop":1724921499391,"duration":1}},{"uid":"b79344a0633c3240","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b79344a0633c3240","status":"passed","time":{"start":1724918204098,"stop":1724918204099,"duration":1}},{"uid":"ca00f03465b4362b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ca00f03465b4362b","status":"passed","time":{"start":1724889957367,"stop":1724889957368,"duration":1}},{"uid":"dff4d8d704b20052","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dff4d8d704b20052","status":"passed","time":{"start":1724889094878,"stop":1724889094879,"duration":1}},{"uid":"d5e32e23d92b571","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d5e32e23d92b571","status":"passed","time":{"start":1724888256176,"stop":1724888256176,"duration":0}},{"uid":"28105e046ece0b6b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/28105e046ece0b6b","status":"passed","time":{"start":1724887043895,"stop":1724887043895,"duration":0}},{"uid":"da7b509c720352db","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/da7b509c720352db","status":"passed","time":{"start":1724886807384,"stop":1724886807385,"duration":1}},{"uid":"447cec77ad379889","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/447cec77ad379889","status":"passed","time":{"start":1724862237700,"stop":1724862237700,"duration":0}},{"uid":"78e73516a8d61e5f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/78e73516a8d61e5f","status":"passed","time":{"start":1724861709114,"stop":1724861709115,"duration":1}},{"uid":"1f7bdd086690037a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1f7bdd086690037a","status":"passed","time":{"start":1724861571993,"stop":1724861571993,"duration":0}},{"uid":"16966fd71eb0506d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/16966fd71eb0506d","status":"passed","time":{"start":1724861400269,"stop":1724861400269,"duration":0}}]},"9b7da87a847b8d56e97d5ed820bf145e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f8062de46e33a660","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f8062de46e33a660","status":"passed","time":{"start":1724921577167,"stop":1724921577167,"duration":0}}]},"46628f23e379d9361e0cb899977fc029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fb85f557939571de","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fb85f557939571de","status":"passed","time":{"start":1724922601858,"stop":1724922601858,"duration":0}},{"uid":"6cc341158100df7c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6cc341158100df7c","status":"passed","time":{"start":1724921267881,"stop":1724921267898,"duration":17}},{"uid":"7d098ab39a702e10","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7d098ab39a702e10","status":"passed","time":{"start":1724921244399,"stop":1724921244399,"duration":0}},{"uid":"96462b8926ec8444","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/96462b8926ec8444","status":"passed","time":{"start":1724917916060,"stop":1724917916064,"duration":4}},{"uid":"42c8ab5fc71af686","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/42c8ab5fc71af686","status":"passed","time":{"start":1724889678261,"stop":1724889678261,"duration":0}},{"uid":"5b2899d6d5807c87","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b2899d6d5807c87","status":"passed","time":{"start":1724888831690,"stop":1724888831692,"duration":2}},{"uid":"11fdd57a55238621","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/11fdd57a55238621","status":"passed","time":{"start":1724888003326,"stop":1724888003326,"duration":0}},{"uid":"4a0be84c55440b0f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a0be84c55440b0f","status":"passed","time":{"start":1724886776615,"stop":1724886776615,"duration":0}},{"uid":"a9f61b62887cc1b6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a9f61b62887cc1b6","status":"passed","time":{"start":1724886555804,"stop":1724886555804,"duration":0}},{"uid":"cc2e1e47de7b0ec7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc2e1e47de7b0ec7","status":"passed","time":{"start":1724861983016,"stop":1724861983016,"duration":0}},{"uid":"7c6096f5ca7b67e0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7c6096f5ca7b67e0","status":"passed","time":{"start":1724861444072,"stop":1724861444072,"duration":0}},{"uid":"f3698552fa9a843f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f3698552fa9a843f","status":"passed","time":{"start":1724861285841,"stop":1724861285841,"duration":0}},{"uid":"76338ce9039c38b2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/76338ce9039c38b2","status":"passed","time":{"start":1724861145678,"stop":1724861145678,"duration":0}}]},"d922c5705e713c96db48f412b7580dd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"90a10689b047bc69","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/90a10689b047bc69","status":"passed","time":{"start":1724889077079,"stop":1724889077079,"duration":0}}]},"7e9cf29eed71bb32fbaa87e1bae1cc9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6470735a6a6b1d4e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6470735a6a6b1d4e","status":"passed","time":{"start":1724888336460,"stop":1724888336460,"duration":0}}]},"6541611678c80f356871931cd14306df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c53a89c3bcbc6a34","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c53a89c3bcbc6a34","status":"passed","time":{"start":1724922374688,"stop":1724922374688,"duration":0}},{"uid":"f5ff81aa4818e63","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f5ff81aa4818e63","status":"passed","time":{"start":1724921037649,"stop":1724921037649,"duration":0}},{"uid":"cd6d11eb067cb866","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cd6d11eb067cb866","status":"passed","time":{"start":1724921013061,"stop":1724921013062,"duration":1}},{"uid":"ec7833c6fcbfc90c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ec7833c6fcbfc90c","status":"passed","time":{"start":1724917673302,"stop":1724917673302,"duration":0}},{"uid":"c7da039f1e540b44","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c7da039f1e540b44","status":"passed","time":{"start":1724889452322,"stop":1724889452323,"duration":1}},{"uid":"8a32e900ced8c57f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8a32e900ced8c57f","status":"passed","time":{"start":1724888602854,"stop":1724888602854,"duration":0}},{"uid":"820afb09cd6861bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/820afb09cd6861bd","status":"passed","time":{"start":1724887759175,"stop":1724887759175,"duration":0}},{"uid":"9957259c77134619","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9957259c77134619","status":"passed","time":{"start":1724886525554,"stop":1724886525554,"duration":0}},{"uid":"524f8d3577b3b137","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/524f8d3577b3b137","status":"passed","time":{"start":1724886303409,"stop":1724886303409,"duration":0}},{"uid":"1afd8a20535e8472","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1afd8a20535e8472","status":"passed","time":{"start":1724861752246,"stop":1724861752246,"duration":0}},{"uid":"54b1a84ff5a32a61","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/54b1a84ff5a32a61","status":"passed","time":{"start":1724861223366,"stop":1724861223366,"duration":0}},{"uid":"cea5081faca57dc0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cea5081faca57dc0","status":"passed","time":{"start":1724861045214,"stop":1724861045215,"duration":1}},{"uid":"b72a509c9ef7b1e7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b72a509c9ef7b1e7","status":"passed","time":{"start":1724860907100,"stop":1724860907100,"duration":0}}]},"a3e50db859210d6632119d958f40bf63:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7aea3efd70e2e3ff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7aea3efd70e2e3ff","status":"passed","time":{"start":1724922966703,"stop":1724922966704,"duration":1}},{"uid":"b47994fa314e6490","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b47994fa314e6490","status":"passed","time":{"start":1724921640662,"stop":1724921640662,"duration":0}},{"uid":"478da81db43e1acd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/478da81db43e1acd","status":"passed","time":{"start":1724921597586,"stop":1724921597586,"duration":0}},{"uid":"1606ee914afc663a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1606ee914afc663a","status":"passed","time":{"start":1724918306248,"stop":1724918306248,"duration":0}},{"uid":"dde72f93abb1ea3f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dde72f93abb1ea3f","status":"passed","time":{"start":1724890060299,"stop":1724890060300,"duration":1}},{"uid":"f43d7025b3c06825","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f43d7025b3c06825","status":"passed","time":{"start":1724889191327,"stop":1724889191328,"duration":1}},{"uid":"dab033bbdb98efbc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dab033bbdb98efbc","status":"passed","time":{"start":1724888368595,"stop":1724888368596,"duration":1}},{"uid":"d4d00a26a8c53d88","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d4d00a26a8c53d88","status":"passed","time":{"start":1724887150939,"stop":1724887150939,"duration":0}},{"uid":"57b82bca3d1f9a6e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/57b82bca3d1f9a6e","status":"passed","time":{"start":1724886928809,"stop":1724886928810,"duration":1}},{"uid":"b1d83658354853ed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1d83658354853ed","status":"passed","time":{"start":1724862346040,"stop":1724862346041,"duration":1}},{"uid":"869cc58fedcf93cc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/869cc58fedcf93cc","status":"passed","time":{"start":1724861823099,"stop":1724861823099,"duration":0}},{"uid":"c18125b86fcae47f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c18125b86fcae47f","status":"passed","time":{"start":1724861677722,"stop":1724861677722,"duration":0}},{"uid":"4603b1ab63bb9bdd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4603b1ab63bb9bdd","status":"passed","time":{"start":1724861503958,"stop":1724861503958,"duration":0}}]},"8e7bddbb5c75d57f8a84737e4b8b0d1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7342b961abc904e1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7342b961abc904e1","status":"passed","time":{"start":1724861378110,"stop":1724861378110,"duration":0}}]},"db6676b9ead63dbc944d76333b862c97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"70f7a4c8b52ce760","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/70f7a4c8b52ce760","status":"passed","time":{"start":1724922374689,"stop":1724922374690,"duration":1}},{"uid":"f92f81baa9a737a2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f92f81baa9a737a2","status":"passed","time":{"start":1724921037650,"stop":1724921037651,"duration":1}},{"uid":"dd62a402d59b84e9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dd62a402d59b84e9","status":"passed","time":{"start":1724921013063,"stop":1724921013064,"duration":1}},{"uid":"688e558e957a18b2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/688e558e957a18b2","status":"passed","time":{"start":1724917673304,"stop":1724917673305,"duration":1}},{"uid":"165ee2ba6d678772","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/165ee2ba6d678772","status":"passed","time":{"start":1724889452324,"stop":1724889452324,"duration":0}},{"uid":"3c3b917b7bdb083","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c3b917b7bdb083","status":"passed","time":{"start":1724888602856,"stop":1724888602857,"duration":1}},{"uid":"b4f510fa5919ea37","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b4f510fa5919ea37","status":"passed","time":{"start":1724887759177,"stop":1724887759177,"duration":0}},{"uid":"d6956ac6448378f1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d6956ac6448378f1","status":"passed","time":{"start":1724886525555,"stop":1724886525555,"duration":0}},{"uid":"c196a6855a9a1f9e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c196a6855a9a1f9e","status":"passed","time":{"start":1724886303410,"stop":1724886303411,"duration":1}},{"uid":"bf2833bc5a067dea","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf2833bc5a067dea","status":"passed","time":{"start":1724861752247,"stop":1724861752247,"duration":0}},{"uid":"aa536b01cd21f883","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/aa536b01cd21f883","status":"passed","time":{"start":1724861223367,"stop":1724861223367,"duration":0}},{"uid":"833984555772d76a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/833984555772d76a","status":"passed","time":{"start":1724861045216,"stop":1724861045217,"duration":1}},{"uid":"c7488ac167164d0e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c7488ac167164d0e","status":"passed","time":{"start":1724860907102,"stop":1724860907103,"duration":1}}]},"0f6dc3b1cfb523e24c69eb668562f308:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"af49b20f2a13ea84","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/af49b20f2a13ea84","status":"passed","time":{"start":1724918259543,"stop":1724918259543,"duration":0}}]},"4b1edf6940b9c97565c200d51184c3bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"17863a4548a9062e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/17863a4548a9062e","status":"passed","time":{"start":1724922966285,"stop":1724922966286,"duration":1}},{"uid":"909663107e92256e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/909663107e92256e","status":"passed","time":{"start":1724921658745,"stop":1724921658746,"duration":1}},{"uid":"c8b35e3c3b641826","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c8b35e3c3b641826","status":"passed","time":{"start":1724921609580,"stop":1724921609580,"duration":0}},{"uid":"838dc3b5a43a1550","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/838dc3b5a43a1550","status":"passed","time":{"start":1724918323459,"stop":1724918323460,"duration":1}},{"uid":"380d58c1945eb7c4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/380d58c1945eb7c4","status":"passed","time":{"start":1724890071664,"stop":1724890071666,"duration":2}},{"uid":"f1217ff38b90b0ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f1217ff38b90b0ba","status":"passed","time":{"start":1724889207705,"stop":1724889207706,"duration":1}},{"uid":"721b08a46663f694","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/721b08a46663f694","status":"passed","time":{"start":1724888386326,"stop":1724888386326,"duration":0}},{"uid":"cdf70a1ea3e1fb14","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cdf70a1ea3e1fb14","status":"passed","time":{"start":1724887153934,"stop":1724887153934,"duration":0}},{"uid":"19f56be63d3b32c5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/19f56be63d3b32c5","status":"passed","time":{"start":1724886927388,"stop":1724886927389,"duration":1}},{"uid":"dc89f49a9be45801","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dc89f49a9be45801","status":"passed","time":{"start":1724862360109,"stop":1724862360110,"duration":1}},{"uid":"1835750697878f14","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1835750697878f14","status":"passed","time":{"start":1724861832842,"stop":1724861832843,"duration":1}},{"uid":"4aa79a3ada7ad45f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4aa79a3ada7ad45f","status":"passed","time":{"start":1724861687427,"stop":1724861687427,"duration":0}},{"uid":"8c1adef0472a5d28","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8c1adef0472a5d28","status":"passed","time":{"start":1724861513176,"stop":1724861513177,"duration":1}}]},"2a2e192bbf0a6bfabf47e1dfd9ca65b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"fe8127b02ecbe536","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fe8127b02ecbe536","status":"passed","time":{"start":1724922675552,"stop":1724922675552,"duration":0}},{"uid":"2ffa862444ef66d1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2ffa862444ef66d1","status":"passed","time":{"start":1724921326303,"stop":1724921326304,"duration":1}},{"uid":"1877a54d13fcc2a5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1877a54d13fcc2a5","status":"passed","time":{"start":1724921306215,"stop":1724921306215,"duration":0}},{"uid":"adb5fab7556d7655","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/adb5fab7556d7655","status":"passed","time":{"start":1724918076884,"stop":1724918076884,"duration":0}},{"uid":"9135468f70382693","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9135468f70382693","status":"passed","time":{"start":1724889757051,"stop":1724889757051,"duration":0}},{"uid":"77d050c9dd9e468","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/77d050c9dd9e468","status":"passed","time":{"start":1724888894404,"stop":1724888894404,"duration":0}},{"uid":"c7e84beab928ba27","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c7e84beab928ba27","status":"passed","time":{"start":1724862057002,"stop":1724862057002,"duration":0}},{"uid":"316562e1b017cc8e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/316562e1b017cc8e","status":"passed","time":{"start":1724861520271,"stop":1724861520271,"duration":0}},{"uid":"e4182637cfdc461b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e4182637cfdc461b","status":"passed","time":{"start":1724861406463,"stop":1724861406463,"duration":0}},{"uid":"bf55fca7ffcff62","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bf55fca7ffcff62","status":"passed","time":{"start":1724861204437,"stop":1724861204438,"duration":1}}]},"e3b69bfe29c8cce11e2ce861d526bc15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1ed6371148eb1e5d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1ed6371148eb1e5d","status":"passed","time":{"start":1724922398920,"stop":1724922398920,"duration":0}},{"uid":"7f5c7192b2cf8e12","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7f5c7192b2cf8e12","status":"passed","time":{"start":1724921061848,"stop":1724921061848,"duration":0}},{"uid":"aea82f1580921c1d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/aea82f1580921c1d","status":"passed","time":{"start":1724921037157,"stop":1724921037157,"duration":0}},{"uid":"8c2f52e1b1d49df1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8c2f52e1b1d49df1","status":"passed","time":{"start":1724917697302,"stop":1724917697302,"duration":0}},{"uid":"7ef53cf67811769e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7ef53cf67811769e","status":"passed","time":{"start":1724889476083,"stop":1724889476084,"duration":1}},{"uid":"95f40abfe57fbf7f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/95f40abfe57fbf7f","status":"passed","time":{"start":1724888626887,"stop":1724888626887,"duration":0}},{"uid":"c9c3801d368ecafa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c9c3801d368ecafa","status":"passed","time":{"start":1724887783108,"stop":1724887783108,"duration":0}},{"uid":"2dc7820ece9e3355","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2dc7820ece9e3355","status":"passed","time":{"start":1724886549919,"stop":1724886549920,"duration":1}},{"uid":"97013520648ef3d7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/97013520648ef3d7","status":"passed","time":{"start":1724886327581,"stop":1724886327581,"duration":0}},{"uid":"a5a777cfe8c1c173","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5a777cfe8c1c173","status":"passed","time":{"start":1724861776807,"stop":1724861776807,"duration":0}},{"uid":"eca61f58fa44c0e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/eca61f58fa44c0e","status":"passed","time":{"start":1724861247299,"stop":1724861247299,"duration":0}},{"uid":"8ed164b5f9ddc8aa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8ed164b5f9ddc8aa","status":"passed","time":{"start":1724861071395,"stop":1724861071395,"duration":0}},{"uid":"6c005b4da2c5d0a0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6c005b4da2c5d0a0","status":"passed","time":{"start":1724860931795,"stop":1724860931795,"duration":0}}]},"971946a5c60bce3fa761bb7487975be9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67d7decb03d1d988","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/67d7decb03d1d988","status":"passed","time":{"start":1724889144086,"stop":1724889144086,"duration":0}}]},"23f43346a3753894fd67050a47de7ad3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b8c49a2ce64f6e2e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b8c49a2ce64f6e2e","status":"passed","time":{"start":1724922402865,"stop":1724922402865,"duration":0}},{"uid":"dcc604cec7b2be40","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dcc604cec7b2be40","status":"passed","time":{"start":1724921065912,"stop":1724921065913,"duration":1}},{"uid":"2aec610a5f5da771","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2aec610a5f5da771","status":"passed","time":{"start":1724921040949,"stop":1724921040949,"duration":0}},{"uid":"102bbe2b55ea5a0d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/102bbe2b55ea5a0d","status":"passed","time":{"start":1724917701158,"stop":1724917701158,"duration":0}},{"uid":"7570c2827363ffd3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7570c2827363ffd3","status":"passed","time":{"start":1724889479977,"stop":1724889479977,"duration":0}},{"uid":"76fcd0870d12325e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/76fcd0870d12325e","status":"passed","time":{"start":1724888630726,"stop":1724888630726,"duration":0}},{"uid":"8a0e722dfa58a403","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a0e722dfa58a403","status":"passed","time":{"start":1724887787008,"stop":1724887787009,"duration":1}},{"uid":"e2dadddfbecf2725","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e2dadddfbecf2725","status":"passed","time":{"start":1724886553671,"stop":1724886553671,"duration":0}},{"uid":"94a8ead644d87c36","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/94a8ead644d87c36","status":"passed","time":{"start":1724886331494,"stop":1724886331495,"duration":1}},{"uid":"e72de1b6a1b4e4fb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e72de1b6a1b4e4fb","status":"passed","time":{"start":1724861780658,"stop":1724861780659,"duration":1}},{"uid":"97ab2c11c32388c5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/97ab2c11c32388c5","status":"passed","time":{"start":1724861251100,"stop":1724861251101,"duration":1}},{"uid":"e2aa3895456459da","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e2aa3895456459da","status":"passed","time":{"start":1724861074810,"stop":1724861074811,"duration":1}},{"uid":"3796ec232d37af29","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3796ec232d37af29","status":"passed","time":{"start":1724860935673,"stop":1724860935674,"duration":1}}]},"538464b1ebc1d40dfc21f75da018333a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e1492d90b3d35ea2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e1492d90b3d35ea2","status":"passed","time":{"start":1724890032299,"stop":1724890032299,"duration":0}}]},"f20b4d31626fbfbda27dcfe831238128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"298e646f41fd4ee0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/298e646f41fd4ee0","status":"passed","time":{"start":1724922387360,"stop":1724922387362,"duration":2}},{"uid":"823bbc273d97879a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/823bbc273d97879a","status":"passed","time":{"start":1724921050406,"stop":1724921050407,"duration":1}},{"uid":"f8390561bfcc5938","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f8390561bfcc5938","status":"passed","time":{"start":1724921025669,"stop":1724921025670,"duration":1}},{"uid":"c1698710b6aae7a5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c1698710b6aae7a5","status":"passed","time":{"start":1724917686000,"stop":1724917686001,"duration":1}},{"uid":"87c7b71654e283d6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/87c7b71654e283d6","status":"passed","time":{"start":1724889464905,"stop":1724889464907,"duration":2}},{"uid":"481f34776d7faea0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/481f34776d7faea0","status":"passed","time":{"start":1724888615543,"stop":1724888615544,"duration":1}},{"uid":"d9b8e297359a05ad","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d9b8e297359a05ad","status":"passed","time":{"start":1724887771769,"stop":1724887771770,"duration":1}},{"uid":"50cefe29d05c03b2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/50cefe29d05c03b2","status":"passed","time":{"start":1724886538223,"stop":1724886538225,"duration":2}},{"uid":"c88bb73625c95ccd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c88bb73625c95ccd","status":"passed","time":{"start":1724886315913,"stop":1724886315914,"duration":1}},{"uid":"920d44618f24819f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/920d44618f24819f","status":"passed","time":{"start":1724861765152,"stop":1724861765153,"duration":1}},{"uid":"7aeb1462377be294","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7aeb1462377be294","status":"passed","time":{"start":1724861235895,"stop":1724861235897,"duration":2}},{"uid":"850f3861d66694ec","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/850f3861d66694ec","status":"passed","time":{"start":1724861058702,"stop":1724861058704,"duration":2}},{"uid":"fc99ce2f8d0c2a67","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fc99ce2f8d0c2a67","status":"passed","time":{"start":1724860920157,"stop":1724860920159,"duration":2}}]},"58fc827cf1a2c8dbc5a31805d1796ebc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4308bae2973eea9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4308bae2973eea9","status":"passed","time":{"start":1724887115436,"stop":1724887115438,"duration":2}}]},"8a3d8424423eaa0f59b5279e5085f83d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e75c6f9e2c4de812","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e75c6f9e2c4de812","status":"passed","time":{"start":1724922398402,"stop":1724922398402,"duration":0}},{"uid":"f252a888acd21f2c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f252a888acd21f2c","status":"passed","time":{"start":1724921061368,"stop":1724921061369,"duration":1}},{"uid":"780f9016fb09726a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/780f9016fb09726a","status":"passed","time":{"start":1724921036547,"stop":1724921036547,"duration":0}},{"uid":"c0b893f46117df7b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c0b893f46117df7b","status":"passed","time":{"start":1724917696990,"stop":1724917696990,"duration":0}},{"uid":"73dde3de0c56cd8c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/73dde3de0c56cd8c","status":"passed","time":{"start":1724889475434,"stop":1724889475435,"duration":1}},{"uid":"bbd3e04079b3b4ed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bbd3e04079b3b4ed","status":"passed","time":{"start":1724888626528,"stop":1724888626529,"duration":1}},{"uid":"734be4d049d4c1eb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/734be4d049d4c1eb","status":"passed","time":{"start":1724887782736,"stop":1724887782737,"duration":1}},{"uid":"3e5632cab04a38dc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3e5632cab04a38dc","status":"passed","time":{"start":1724886549348,"stop":1724886549349,"duration":1}},{"uid":"c105bde59d314eec","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c105bde59d314eec","status":"passed","time":{"start":1724886326869,"stop":1724886326870,"duration":1}},{"uid":"fc4d84769ff2bfe1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc4d84769ff2bfe1","status":"passed","time":{"start":1724861776299,"stop":1724861776300,"duration":1}},{"uid":"4f64b2e53576fb50","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4f64b2e53576fb50","status":"passed","time":{"start":1724861246678,"stop":1724861246680,"duration":2}},{"uid":"9c68c66474851ae7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9c68c66474851ae7","status":"passed","time":{"start":1724861070663,"stop":1724861070664,"duration":1}},{"uid":"f7e7460e08d60cda","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f7e7460e08d60cda","status":"passed","time":{"start":1724860931328,"stop":1724860931329,"duration":1}}]},"ede2017c80258f952a9fda87168c0d5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"98a32868f726f38f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/98a32868f726f38f","status":"passed","time":{"start":1724921619631,"stop":1724921619632,"duration":1}}]},"621f2942de2d10dc49dd6c311921015b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"97df1ecd8ae2879a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/97df1ecd8ae2879a","status":"passed","time":{"start":1724922398405,"stop":1724922398405,"duration":0}},{"uid":"245e853426170402","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/245e853426170402","status":"passed","time":{"start":1724921061373,"stop":1724921061373,"duration":0}},{"uid":"b045c090c74a7cac","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b045c090c74a7cac","status":"passed","time":{"start":1724921036553,"stop":1724921036561,"duration":8}},{"uid":"7d81fc90477d33a7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7d81fc90477d33a7","status":"passed","time":{"start":1724917696995,"stop":1724917696995,"duration":0}},{"uid":"b470334305123fd5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b470334305123fd5","status":"passed","time":{"start":1724889475438,"stop":1724889475438,"duration":0}},{"uid":"75ece2c30678909a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/75ece2c30678909a","status":"passed","time":{"start":1724888626532,"stop":1724888626532,"duration":0}},{"uid":"bea27e397dde7697","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bea27e397dde7697","status":"passed","time":{"start":1724887782740,"stop":1724887782740,"duration":0}},{"uid":"53a0bb06280d3226","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/53a0bb06280d3226","status":"passed","time":{"start":1724886549352,"stop":1724886549352,"duration":0}},{"uid":"e419753119fcb9ef","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e419753119fcb9ef","status":"passed","time":{"start":1724886326875,"stop":1724886326877,"duration":2}},{"uid":"3a9fb6d52fc41214","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a9fb6d52fc41214","status":"passed","time":{"start":1724861776303,"stop":1724861776304,"duration":1}},{"uid":"52e12bd60d7f1413","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/52e12bd60d7f1413","status":"passed","time":{"start":1724861246687,"stop":1724861246688,"duration":1}},{"uid":"9c9b7b97e6d9af92","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9c9b7b97e6d9af92","status":"passed","time":{"start":1724861070672,"stop":1724861070673,"duration":1}},{"uid":"2718ba0587b0e8b7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2718ba0587b0e8b7","status":"passed","time":{"start":1724860931332,"stop":1724860931333,"duration":1}}]},"c92b1bec7c6107d3bb2e4713c435783f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"accca850c73809bd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/accca850c73809bd","status":"passed","time":{"start":1724923012461,"stop":1724923012461,"duration":0}},{"uid":"86eedcf7510d4ac9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/86eedcf7510d4ac9","status":"passed","time":{"start":1724921625040,"stop":1724921625043,"duration":3}},{"uid":"9a551bf8b8bd9321","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9a551bf8b8bd9321","status":"passed","time":{"start":1724921590485,"stop":1724921590485,"duration":0}},{"uid":"45680a0348d65a6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/45680a0348d65a6","status":"passed","time":{"start":1724918287561,"stop":1724918287561,"duration":0}},{"uid":"21c87d77315d2021","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/21c87d77315d2021","status":"passed","time":{"start":1724890047784,"stop":1724890047784,"duration":0}},{"uid":"691976fbc6a2d969","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/691976fbc6a2d969","status":"passed","time":{"start":1724889183917,"stop":1724889183917,"duration":0}},{"uid":"706c52665deaf4e1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/706c52665deaf4e1","status":"passed","time":{"start":1724888354161,"stop":1724888354161,"duration":0}},{"uid":"e2954e1f72619164","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e2954e1f72619164","status":"passed","time":{"start":1724887145653,"stop":1724887145653,"duration":0}},{"uid":"cb5f30d9d6b4847b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cb5f30d9d6b4847b","status":"passed","time":{"start":1724886915780,"stop":1724886915781,"duration":1}},{"uid":"5f5eab9c298030e9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f5eab9c298030e9","status":"passed","time":{"start":1724862341433,"stop":1724862341434,"duration":1}},{"uid":"f8777c82165ff95f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f8777c82165ff95f","status":"passed","time":{"start":1724861805437,"stop":1724861805437,"duration":0}},{"uid":"3063f3f83f55b96b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3063f3f83f55b96b","status":"passed","time":{"start":1724861662250,"stop":1724861662252,"duration":2}},{"uid":"acbcbb7d2c22646f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/acbcbb7d2c22646f","status":"passed","time":{"start":1724861492505,"stop":1724861492505,"duration":0}}]},"092904e3fbb2fb2034d3029dbedc26b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"303707e04cfbedf0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/303707e04cfbedf0","status":"passed","time":{"start":1724922983783,"stop":1724922983783,"duration":0}},{"uid":"f59a776e608d10ed","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f59a776e608d10ed","status":"passed","time":{"start":1724921656192,"stop":1724921656193,"duration":1}},{"uid":"e55354b75059642e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e55354b75059642e","status":"passed","time":{"start":1724921620459,"stop":1724921620460,"duration":1}},{"uid":"3516686368bad736","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3516686368bad736","status":"passed","time":{"start":1724918327710,"stop":1724918327710,"duration":0}},{"uid":"d4d4b306da4dec38","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d4d4b306da4dec38","status":"passed","time":{"start":1724890078471,"stop":1724890078471,"duration":0}},{"uid":"d3cc07c6dcc32404","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3cc07c6dcc32404","status":"passed","time":{"start":1724889213826,"stop":1724889213826,"duration":0}},{"uid":"c1ef1a6669b902d1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c1ef1a6669b902d1","status":"passed","time":{"start":1724888383602,"stop":1724888383603,"duration":1}},{"uid":"cbf024b55f2370aa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cbf024b55f2370aa","status":"passed","time":{"start":1724887164579,"stop":1724887164579,"duration":0}},{"uid":"5483b55a5a82d6cc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5483b55a5a82d6cc","status":"passed","time":{"start":1724886943100,"stop":1724886943101,"duration":1}},{"uid":"b71f53f441a1e6a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b71f53f441a1e6a7","status":"passed","time":{"start":1724862368929,"stop":1724862368930,"duration":1}},{"uid":"861323f12e97c1e3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/861323f12e97c1e3","status":"passed","time":{"start":1724861835946,"stop":1724861835946,"duration":0}},{"uid":"baf9a82cc0666905","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/baf9a82cc0666905","status":"passed","time":{"start":1724861692903,"stop":1724861692903,"duration":0}},{"uid":"f07fd1092d082992","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f07fd1092d082992","status":"passed","time":{"start":1724861520700,"stop":1724861520700,"duration":0}}]},"e404f147dafc00075f1659dfa90a3f68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f80421c59d21ad23","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f80421c59d21ad23","status":"passed","time":{"start":1724922906440,"stop":1724922906440,"duration":0}}]},"bc2911dc5e058c55badce3ad9d78f48d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e81f691c30719ef1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e81f691c30719ef1","status":"passed","time":{"start":1724922601846,"stop":1724922601846,"duration":0}},{"uid":"68fb3e5ed49b6777","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/68fb3e5ed49b6777","status":"passed","time":{"start":1724921267873,"stop":1724921267873,"duration":0}},{"uid":"9d573acfd3c459f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9d573acfd3c459f","status":"passed","time":{"start":1724921244381,"stop":1724921244385,"duration":4}},{"uid":"140cfd149e9f821f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/140cfd149e9f821f","status":"passed","time":{"start":1724917916057,"stop":1724917916057,"duration":0}},{"uid":"feb897b9bfe5b421","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/feb897b9bfe5b421","status":"passed","time":{"start":1724889678258,"stop":1724889678258,"duration":0}},{"uid":"fdc909603260b635","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fdc909603260b635","status":"passed","time":{"start":1724888831687,"stop":1724888831687,"duration":0}},{"uid":"c8031fba16607abf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c8031fba16607abf","status":"passed","time":{"start":1724888003323,"stop":1724888003323,"duration":0}},{"uid":"3a545a47965a6f6e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3a545a47965a6f6e","status":"passed","time":{"start":1724886776612,"stop":1724886776612,"duration":0}},{"uid":"eee689a13a4d7fec","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eee689a13a4d7fec","status":"passed","time":{"start":1724886555800,"stop":1724886555801,"duration":1}},{"uid":"be5403631441d9ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/be5403631441d9ee","status":"passed","time":{"start":1724861983013,"stop":1724861983013,"duration":0}},{"uid":"a3a54aa03ab52ff1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a3a54aa03ab52ff1","status":"passed","time":{"start":1724861444069,"stop":1724861444070,"duration":1}},{"uid":"1a2d9c1d18db2a22","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1a2d9c1d18db2a22","status":"passed","time":{"start":1724861285837,"stop":1724861285838,"duration":1}},{"uid":"9d8f78748e0333d0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9d8f78748e0333d0","status":"passed","time":{"start":1724861145675,"stop":1724861145675,"duration":0}}]},"a3cc383bd6e617a342bb397e3e2df2f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"93368a7c23ce8184","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/93368a7c23ce8184","status":"passed","time":{"start":1724922388049,"stop":1724922388049,"duration":0}},{"uid":"c3b43a70a8e92324","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c3b43a70a8e92324","status":"passed","time":{"start":1724921051056,"stop":1724921051056,"duration":0}},{"uid":"69fcee23f1e202d7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/69fcee23f1e202d7","status":"passed","time":{"start":1724921026362,"stop":1724921026362,"duration":0}},{"uid":"fcb0a2cb33394619","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fcb0a2cb33394619","status":"passed","time":{"start":1724917686540,"stop":1724917686540,"duration":0}},{"uid":"35765f4a6b96a24","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/35765f4a6b96a24","status":"passed","time":{"start":1724889465471,"stop":1724889465471,"duration":0}},{"uid":"94a3e7d8c2cf4246","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/94a3e7d8c2cf4246","status":"passed","time":{"start":1724888616212,"stop":1724888616212,"duration":0}},{"uid":"2580f8f454949feb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2580f8f454949feb","status":"passed","time":{"start":1724887772448,"stop":1724887772449,"duration":1}},{"uid":"8dd7c88b2b279c24","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8dd7c88b2b279c24","status":"passed","time":{"start":1724886538860,"stop":1724886538860,"duration":0}},{"uid":"6b8a5f6e90bb2f87","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6b8a5f6e90bb2f87","status":"passed","time":{"start":1724886316626,"stop":1724886316627,"duration":1}},{"uid":"e227d697bb647135","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e227d697bb647135","status":"passed","time":{"start":1724861765762,"stop":1724861765763,"duration":1}},{"uid":"d12d70dc2195687c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d12d70dc2195687c","status":"passed","time":{"start":1724861236573,"stop":1724861236573,"duration":0}},{"uid":"494c97cfd53f4c0a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/494c97cfd53f4c0a","status":"passed","time":{"start":1724861059470,"stop":1724861059471,"duration":1}},{"uid":"a521614a526acaf3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a521614a526acaf3","status":"passed","time":{"start":1724860920726,"stop":1724860920726,"duration":0}}]},"c02f640a4cb723b7d1f0fba2bbe35aeb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"356e592f9b04351f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/356e592f9b04351f","status":"passed","time":{"start":1724888292536,"stop":1724888292545,"duration":9}}]},"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"649270fe6f4d65d9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/649270fe6f4d65d9","status":"passed","time":{"start":1724922410311,"stop":1724922410311,"duration":0}},{"uid":"54a92f9cd6e93359","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/54a92f9cd6e93359","status":"passed","time":{"start":1724921073459,"stop":1724921073459,"duration":0}},{"uid":"919aed0c6d59de1a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/919aed0c6d59de1a","status":"passed","time":{"start":1724921048447,"stop":1724921048447,"duration":0}},{"uid":"aac498f322787194","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/aac498f322787194","status":"passed","time":{"start":1724917708699,"stop":1724917708699,"duration":0}},{"uid":"f3b946ad5e381ffe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3b946ad5e381ffe","status":"passed","time":{"start":1724889487515,"stop":1724889487516,"duration":1}},{"uid":"f7ecd06bc934ba7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7ecd06bc934ba7","status":"passed","time":{"start":1724888638222,"stop":1724888638223,"duration":1}},{"uid":"74e04d084f5afbbf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/74e04d084f5afbbf","status":"passed","time":{"start":1724887794483,"stop":1724887794483,"duration":0}},{"uid":"c83b7ac096f221b4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c83b7ac096f221b4","status":"passed","time":{"start":1724886561406,"stop":1724886561406,"duration":0}},{"uid":"4f798f48807c7adf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4f798f48807c7adf","status":"passed","time":{"start":1724886339062,"stop":1724886339062,"duration":0}},{"uid":"c6e265d6daa90df2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c6e265d6daa90df2","status":"passed","time":{"start":1724861788383,"stop":1724861788383,"duration":0}},{"uid":"b2476593368efc0e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b2476593368efc0e","status":"passed","time":{"start":1724861258535,"stop":1724861258535,"duration":0}},{"uid":"ebd8f3af1de1e70","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ebd8f3af1de1e70","status":"passed","time":{"start":1724861082795,"stop":1724861082795,"duration":0}},{"uid":"5bbd6fde802a231","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5bbd6fde802a231","status":"passed","time":{"start":1724860943248,"stop":1724860943248,"duration":0}}]},"42ec0fbfbeab3977e7de35c8c22845ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9b16bac1bcec2cde","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9b16bac1bcec2cde","status":"passed","time":{"start":1724922890064,"stop":1724922890065,"duration":1}},{"uid":"df97cfc0fb2ea698","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/df97cfc0fb2ea698","status":"passed","time":{"start":1724921559011,"stop":1724921559012,"duration":1}},{"uid":"8c3b0b585e6ba02d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8c3b0b585e6ba02d","status":"passed","time":{"start":1724921524127,"stop":1724921524128,"duration":1}},{"uid":"2678f6a051c8c7c8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2678f6a051c8c7c8","status":"passed","time":{"start":1724918241653,"stop":1724918241657,"duration":4}},{"uid":"c28c538ff21ad764","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c28c538ff21ad764","status":"passed","time":{"start":1724889975472,"stop":1724889975473,"duration":1}},{"uid":"d37d27343b1b529f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d37d27343b1b529f","status":"passed","time":{"start":1724889106058,"stop":1724889106058,"duration":0}},{"uid":"6a0b6ef1c6313754","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a0b6ef1c6313754","status":"passed","time":{"start":1724888289478,"stop":1724888289479,"duration":1}},{"uid":"a40dfc6930a923e8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a40dfc6930a923e8","status":"passed","time":{"start":1724887057698,"stop":1724887057699,"duration":1}},{"uid":"539f8bc21f0a3b3f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/539f8bc21f0a3b3f","status":"passed","time":{"start":1724886839396,"stop":1724886839397,"duration":1}},{"uid":"a3c2a40034cb9620","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3c2a40034cb9620","status":"passed","time":{"start":1724862256084,"stop":1724862256085,"duration":1}},{"uid":"e0952ede005d0874","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e0952ede005d0874","status":"passed","time":{"start":1724861742232,"stop":1724861742233,"duration":1}},{"uid":"8d31162ab24fd1b8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8d31162ab24fd1b8","status":"passed","time":{"start":1724861595385,"stop":1724861595385,"duration":0}},{"uid":"2dedc1f68ce73a12","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2dedc1f68ce73a12","status":"passed","time":{"start":1724861424066,"stop":1724861424067,"duration":1}}]},"eecded0e9d3510827aa6841de2033109:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4bc76bc7d5b0b4aa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4bc76bc7d5b0b4aa","status":"passed","time":{"start":1724888345355,"stop":1724888345355,"duration":0}}]},"5d717fe3fb3652d52f97daaabbf2f619:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"273f2a5624bab09d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/273f2a5624bab09d","status":"passed","time":{"start":1724922601855,"stop":1724922601855,"duration":0}},{"uid":"f3ed401537efdd33","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f3ed401537efdd33","status":"passed","time":{"start":1724921267874,"stop":1724921267874,"duration":0}},{"uid":"263f9c36ff8e06a1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/263f9c36ff8e06a1","status":"passed","time":{"start":1724921244387,"stop":1724921244396,"duration":9}},{"uid":"fb258cfa3a8a365e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fb258cfa3a8a365e","status":"passed","time":{"start":1724917916058,"stop":1724917916059,"duration":1}},{"uid":"a430b96bb56824c2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a430b96bb56824c2","status":"passed","time":{"start":1724889678259,"stop":1724889678260,"duration":1}},{"uid":"268e8e2a2eef786a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/268e8e2a2eef786a","status":"passed","time":{"start":1724888831688,"stop":1724888831689,"duration":1}},{"uid":"fcecc47ce2aa4a9a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fcecc47ce2aa4a9a","status":"passed","time":{"start":1724888003324,"stop":1724888003324,"duration":0}},{"uid":"f7fb6b6e8d584677","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f7fb6b6e8d584677","status":"passed","time":{"start":1724886776613,"stop":1724886776614,"duration":1}},{"uid":"8805f6b45d2c007c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8805f6b45d2c007c","status":"passed","time":{"start":1724886555802,"stop":1724886555802,"duration":0}},{"uid":"cc014be0c8d0eee0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc014be0c8d0eee0","status":"passed","time":{"start":1724861983014,"stop":1724861983015,"duration":1}},{"uid":"f26982c7628cc3a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f26982c7628cc3a","status":"passed","time":{"start":1724861444070,"stop":1724861444071,"duration":1}},{"uid":"2fe01ccd176c4cdf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2fe01ccd176c4cdf","status":"passed","time":{"start":1724861285839,"stop":1724861285839,"duration":0}},{"uid":"82ce7ebe913f740c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/82ce7ebe913f740c","status":"passed","time":{"start":1724861145676,"stop":1724861145676,"duration":0}}]},"6aeda46c1f2dd57a00b02dc11f2c576e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ddd8b5a0ab72b0cc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ddd8b5a0ab72b0cc","status":"passed","time":{"start":1724922433170,"stop":1724922433170,"duration":0}},{"uid":"27df9a9c148a898","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/27df9a9c148a898","status":"passed","time":{"start":1724921095759,"stop":1724921095760,"duration":1}},{"uid":"2377ded0ec1dee87","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2377ded0ec1dee87","status":"passed","time":{"start":1724921070807,"stop":1724921070808,"duration":1}},{"uid":"8bfcdd286b53430f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8bfcdd286b53430f","status":"passed","time":{"start":1724917730905,"stop":1724917730907,"duration":2}},{"uid":"804a70147a5e08fe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/804a70147a5e08fe","status":"passed","time":{"start":1724889510340,"stop":1724889510340,"duration":0}},{"uid":"99ae7dca613866a4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/99ae7dca613866a4","status":"passed","time":{"start":1724888660682,"stop":1724888660682,"duration":0}},{"uid":"3381a72b914592ac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3381a72b914592ac","status":"passed","time":{"start":1724887817140,"stop":1724887817140,"duration":0}},{"uid":"11eb2d319c892a37","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/11eb2d319c892a37","status":"passed","time":{"start":1724886584156,"stop":1724886584156,"duration":0}},{"uid":"73910a1e9b3f4075","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/73910a1e9b3f4075","status":"passed","time":{"start":1724886362416,"stop":1724886362416,"duration":0}},{"uid":"b650e863711e4b0d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b650e863711e4b0d","status":"passed","time":{"start":1724861811586,"stop":1724861811587,"duration":1}},{"uid":"39a315f39cecb82d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/39a315f39cecb82d","status":"passed","time":{"start":1724861280386,"stop":1724861280387,"duration":1}},{"uid":"f6d7be5ac821caa6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f6d7be5ac821caa6","status":"passed","time":{"start":1724861106383,"stop":1724861106383,"duration":0}},{"uid":"5b3cc3849887ffc9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5b3cc3849887ffc9","status":"passed","time":{"start":1724860966533,"stop":1724860966533,"duration":0}}]},"a836f1a93b1ea492e53ba535f1d8f7a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f4c72abd769ae870","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f4c72abd769ae870","status":"passed","time":{"start":1724922853930,"stop":1724922853930,"duration":0}}]},"0e55e931074cc714780c58e3551fcc4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"e37e75eaacf5b28b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e37e75eaacf5b28b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922439103,"stop":1724922439103,"duration":0}},{"uid":"980642cd59bbe44a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/980642cd59bbe44a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921098922,"stop":1724921098922,"duration":0}},{"uid":"78b0d949497d3702","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/78b0d949497d3702","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921073400,"stop":1724921073400,"duration":0}},{"uid":"6a2613d7ab2fd30","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6a2613d7ab2fd30","status":"skipped","statusDetails":"Test ignored","time":{"start":1724917744665,"stop":1724917744665,"duration":0}},{"uid":"c3e0b32f3b7141d5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c3e0b32f3b7141d5","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889518045,"stop":1724889518046,"duration":1}},{"uid":"6809a803cdffa15b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6809a803cdffa15b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888665807,"stop":1724888665807,"duration":0}},{"uid":"802e7da2abae4aee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/802e7da2abae4aee","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887821953,"stop":1724887821954,"duration":1}},{"uid":"857f7bbacca59fdd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/857f7bbacca59fdd","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886586927,"stop":1724886586927,"duration":0}},{"uid":"9ba59a6b9a253ece","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9ba59a6b9a253ece","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886375238,"stop":1724886375239,"duration":1}},{"uid":"219288d99f9c2b6a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/219288d99f9c2b6a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861815219,"stop":1724861815219,"duration":0}},{"uid":"91492a9fb7bdc949","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/91492a9fb7bdc949","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861291724,"stop":1724861291724,"duration":0}},{"uid":"9f06e7c72688701a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9f06e7c72688701a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861109880,"stop":1724861109880,"duration":0}},{"uid":"9415390865d7f6e1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9415390865d7f6e1","status":"skipped","statusDetails":"Test ignored","time":{"start":1724860972344,"stop":1724860972345,"duration":1}}]},"b3cf19a90c957289a79419ec01297026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47965cbeaf46d519","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/47965cbeaf46d519","status":"passed","time":{"start":1724887092629,"stop":1724887092629,"duration":0}}]},"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c82f2dd221a7a5d9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c82f2dd221a7a5d9","status":"passed","time":{"start":1724922409249,"stop":1724922409250,"duration":1}},{"uid":"17161b74d5c9dd0b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/17161b74d5c9dd0b","status":"passed","time":{"start":1724921072291,"stop":1724921072292,"duration":1}},{"uid":"581c4620c2c77632","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/581c4620c2c77632","status":"passed","time":{"start":1724921047283,"stop":1724921047283,"duration":0}},{"uid":"4d654295a23a937f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4d654295a23a937f","status":"passed","time":{"start":1724917707455,"stop":1724917707456,"duration":1}},{"uid":"ba6206a1c006b479","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ba6206a1c006b479","status":"passed","time":{"start":1724889486389,"stop":1724889486390,"duration":1}},{"uid":"f7dc36f535cecabb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7dc36f535cecabb","status":"passed","time":{"start":1724888637014,"stop":1724888637014,"duration":0}},{"uid":"3a92ee7fa81749e7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3a92ee7fa81749e7","status":"passed","time":{"start":1724887793424,"stop":1724887793425,"duration":1}},{"uid":"e0169cd9aca7e55b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e0169cd9aca7e55b","status":"passed","time":{"start":1724886560037,"stop":1724886560037,"duration":0}},{"uid":"9f179c3d697810f8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9f179c3d697810f8","status":"passed","time":{"start":1724886337879,"stop":1724886337880,"duration":1}},{"uid":"d631d0444a186ce1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d631d0444a186ce1","status":"passed","time":{"start":1724861787237,"stop":1724861787237,"duration":0}},{"uid":"3c1e3eff7cd33d3e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3c1e3eff7cd33d3e","status":"passed","time":{"start":1724861257428,"stop":1724861257428,"duration":0}},{"uid":"98c8c0e109b8c4c8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/98c8c0e109b8c4c8","status":"passed","time":{"start":1724861081342,"stop":1724861081342,"duration":0}},{"uid":"ce4c6409bf7b20bb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ce4c6409bf7b20bb","status":"passed","time":{"start":1724860942009,"stop":1724860942010,"duration":1}}]},"f16afeb4f39a29479f4d374f039a51ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5306cc9cc199e7ba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5306cc9cc199e7ba","status":"passed","time":{"start":1724923012484,"stop":1724923012484,"duration":0}},{"uid":"1ef9fd84f68eab47","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1ef9fd84f68eab47","status":"passed","time":{"start":1724921625094,"stop":1724921625095,"duration":1}},{"uid":"4b5c0cd83a63fa28","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4b5c0cd83a63fa28","status":"passed","time":{"start":1724921590514,"stop":1724921590515,"duration":1}},{"uid":"a84a8b133d32a6f3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a84a8b133d32a6f3","status":"passed","time":{"start":1724918287581,"stop":1724918287582,"duration":1}},{"uid":"517e111539f8dd7a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/517e111539f8dd7a","status":"passed","time":{"start":1724890047810,"stop":1724890047810,"duration":0}},{"uid":"fe02994b0c954e61","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe02994b0c954e61","status":"passed","time":{"start":1724889183951,"stop":1724889183951,"duration":0}},{"uid":"2e1d43352cc01ee7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2e1d43352cc01ee7","status":"passed","time":{"start":1724888354191,"stop":1724888354191,"duration":0}},{"uid":"871775c6379e9701","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/871775c6379e9701","status":"passed","time":{"start":1724887145733,"stop":1724887145735,"duration":2}},{"uid":"ea625cb3deb0a277","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ea625cb3deb0a277","status":"passed","time":{"start":1724886915813,"stop":1724886915813,"duration":0}},{"uid":"adeb03bf2ac07414","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/adeb03bf2ac07414","status":"passed","time":{"start":1724862341469,"stop":1724862341469,"duration":0}},{"uid":"9fbb9f9b9b856bf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9fbb9f9b9b856bf","status":"passed","time":{"start":1724861805475,"stop":1724861805475,"duration":0}},{"uid":"6e5c2190cb8c8205","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6e5c2190cb8c8205","status":"passed","time":{"start":1724861662305,"stop":1724861662306,"duration":1}},{"uid":"7a5651c1258573d7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7a5651c1258573d7","status":"passed","time":{"start":1724861492535,"stop":1724861492535,"duration":0}}]},"87d495ed6cb5712eff44c87a45626c88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7c085d0914305d06","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7c085d0914305d06","status":"passed","time":{"start":1724918298101,"stop":1724918298102,"duration":1}}]},"0faca3cab3770da2be3545fe0b3b24a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"34e2c32fad6f096c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/34e2c32fad6f096c","status":"passed","time":{"start":1724862320145,"stop":1724862320145,"duration":0}}]},"66e6661b2d6a5853d04df67d57a38cea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6eb86312c37fa540","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6eb86312c37fa540","status":"passed","time":{"start":1724889169843,"stop":1724889169844,"duration":1}}]},"d1dac4b0a79389b79eab671d7a498873:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ac52063cefd4cfa1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ac52063cefd4cfa1","status":"passed","time":{"start":1724922971800,"stop":1724922971800,"duration":0}},{"uid":"dc98425d6efb3ce3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dc98425d6efb3ce3","status":"passed","time":{"start":1724921663255,"stop":1724921663256,"duration":1}},{"uid":"b4228932420729da","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b4228932420729da","status":"passed","time":{"start":1724921617881,"stop":1724921617881,"duration":0}},{"uid":"4622fe149a5b541f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4622fe149a5b541f","status":"passed","time":{"start":1724918326162,"stop":1724918326162,"duration":0}},{"uid":"fc647a32fc89b9b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc647a32fc89b9b2","status":"passed","time":{"start":1724890076394,"stop":1724890076399,"duration":5}},{"uid":"9f66b36e0dd07ecd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f66b36e0dd07ecd","status":"passed","time":{"start":1724889199691,"stop":1724889199691,"duration":0}},{"uid":"4c583dcde2e32620","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4c583dcde2e32620","status":"passed","time":{"start":1724888382428,"stop":1724888382429,"duration":1}},{"uid":"c8bffb30c3021f86","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c8bffb30c3021f86","status":"passed","time":{"start":1724887156371,"stop":1724887156371,"duration":0}},{"uid":"e953d34f97ad227e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e953d34f97ad227e","status":"passed","time":{"start":1724886936173,"stop":1724886936174,"duration":1}},{"uid":"d5b0314c2fed6274","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d5b0314c2fed6274","status":"passed","time":{"start":1724862347648,"stop":1724862347649,"duration":1}},{"uid":"c26d031396d0b07f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c26d031396d0b07f","status":"passed","time":{"start":1724861827959,"stop":1724861827959,"duration":0}},{"uid":"35a94f3d3b316ae9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/35a94f3d3b316ae9","status":"passed","time":{"start":1724861685961,"stop":1724861685962,"duration":1}},{"uid":"48d445013b57dbca","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/48d445013b57dbca","status":"passed","time":{"start":1724861514748,"stop":1724861514748,"duration":0}}]},"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"66cae6a96bc7040f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/66cae6a96bc7040f","status":"passed","time":{"start":1724922849122,"stop":1724922849123,"duration":1}},{"uid":"718c7490c243eab2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/718c7490c243eab2","status":"passed","time":{"start":1724921517832,"stop":1724921517832,"duration":0}},{"uid":"ed8cf29bf6f1f09d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ed8cf29bf6f1f09d","status":"passed","time":{"start":1724921478626,"stop":1724921478627,"duration":1}},{"uid":"b2e8fb89c87dbd94","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b2e8fb89c87dbd94","status":"passed","time":{"start":1724918183231,"stop":1724918183232,"duration":1}},{"uid":"4df36f1a9898b633","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4df36f1a9898b633","status":"passed","time":{"start":1724889938071,"stop":1724889938071,"duration":0}},{"uid":"d65ae7d8dd970ae4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d65ae7d8dd970ae4","status":"passed","time":{"start":1724889075463,"stop":1724889075464,"duration":1}},{"uid":"d27c747e2f174eb8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d27c747e2f174eb8","status":"passed","time":{"start":1724888234970,"stop":1724888234970,"duration":0}},{"uid":"b59c0bfd96a64b6c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b59c0bfd96a64b6c","status":"passed","time":{"start":1724887020971,"stop":1724887020971,"duration":0}},{"uid":"17a3edddfa5bf09f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/17a3edddfa5bf09f","status":"passed","time":{"start":1724886784130,"stop":1724886784130,"duration":0}},{"uid":"dd9aecef6d7b16b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd9aecef6d7b16b3","status":"passed","time":{"start":1724862216273,"stop":1724862216273,"duration":0}},{"uid":"45f48d77cccffc0c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/45f48d77cccffc0c","status":"passed","time":{"start":1724861688535,"stop":1724861688535,"duration":0}},{"uid":"ea82a49f53f78960","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ea82a49f53f78960","status":"passed","time":{"start":1724861549003,"stop":1724861549003,"duration":0}},{"uid":"8a9979c3d54e09ce","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8a9979c3d54e09ce","status":"passed","time":{"start":1724861380653,"stop":1724861380654,"duration":1}}]},"1570901c4a483e16a08731b8adcdfd1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a672affa03909747","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a672affa03909747","status":"passed","time":{"start":1724861285837,"stop":1724861285837,"duration":0}}]},"2c38edf2bff7b402cbdd005b29a27e4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3a74d879a60fe35f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3a74d879a60fe35f","status":"passed","time":{"start":1724922611438,"stop":1724922611439,"duration":1}},{"uid":"58a740f1963eaf0e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/58a740f1963eaf0e","status":"passed","time":{"start":1724921270360,"stop":1724921270361,"duration":1}},{"uid":"5959c3aaf6ddcbc4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5959c3aaf6ddcbc4","status":"passed","time":{"start":1724921247820,"stop":1724921247823,"duration":3}},{"uid":"2939365749787252","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2939365749787252","status":"passed","time":{"start":1724917989821,"stop":1724917989821,"duration":0}},{"uid":"890bbc6b67a5b552","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/890bbc6b67a5b552","status":"passed","time":{"start":1724889678567,"stop":1724889678567,"duration":0}},{"uid":"2c966d42a430fbac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c966d42a430fbac","status":"passed","time":{"start":1724888829845,"stop":1724888829845,"duration":0}},{"uid":"bd8481af79d985b6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bd8481af79d985b6","status":"passed","time":{"start":1724888077013,"stop":1724888077013,"duration":0}},{"uid":"86ee2281d08d0b28","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/86ee2281d08d0b28","status":"passed","time":{"start":1724886851128,"stop":1724886851128,"duration":0}},{"uid":"9af0dbc69d4fb281","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9af0dbc69d4fb281","status":"passed","time":{"start":1724886647118,"stop":1724886647119,"duration":1}},{"uid":"ce664a4ec07e7d0b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ce664a4ec07e7d0b","status":"passed","time":{"start":1724861992715,"stop":1724861992715,"duration":0}},{"uid":"dbed1233c3bef924","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dbed1233c3bef924","status":"passed","time":{"start":1724861469646,"stop":1724861469646,"duration":0}},{"uid":"d43402a0dfc1156e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d43402a0dfc1156e","status":"passed","time":{"start":1724861284862,"stop":1724861284862,"duration":0}},{"uid":"6a35fa005ffe74d5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6a35fa005ffe74d5","status":"passed","time":{"start":1724861145811,"stop":1724861145812,"duration":1}}]},"ed419898172e7eee423d0f0dfaf35256:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c087fafd713d8592","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c087fafd713d8592","status":"passed","time":{"start":1724922402864,"stop":1724922402864,"duration":0}},{"uid":"9d96481970d1e637","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9d96481970d1e637","status":"passed","time":{"start":1724921065912,"stop":1724921065912,"duration":0}},{"uid":"66ea419c0bd6a766","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/66ea419c0bd6a766","status":"passed","time":{"start":1724921040948,"stop":1724921040949,"duration":1}},{"uid":"5d0e483f376e381d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5d0e483f376e381d","status":"passed","time":{"start":1724917701157,"stop":1724917701157,"duration":0}},{"uid":"a6e044be0c506934","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a6e044be0c506934","status":"passed","time":{"start":1724889479976,"stop":1724889479977,"duration":1}},{"uid":"853f1be6580a435e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/853f1be6580a435e","status":"passed","time":{"start":1724888630726,"stop":1724888630726,"duration":0}},{"uid":"11a0b5c2f1fc0e70","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/11a0b5c2f1fc0e70","status":"passed","time":{"start":1724887787008,"stop":1724887787008,"duration":0}},{"uid":"c559c3d1953e6b82","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c559c3d1953e6b82","status":"passed","time":{"start":1724886553671,"stop":1724886553671,"duration":0}},{"uid":"7895d6ec0c0cc072","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7895d6ec0c0cc072","status":"passed","time":{"start":1724886331494,"stop":1724886331494,"duration":0}},{"uid":"3fac0467391d32a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3fac0467391d32a7","status":"passed","time":{"start":1724861780658,"stop":1724861780658,"duration":0}},{"uid":"407b708bfac08424","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/407b708bfac08424","status":"passed","time":{"start":1724861251100,"stop":1724861251100,"duration":0}},{"uid":"12bf805d5b1d2db","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/12bf805d5b1d2db","status":"passed","time":{"start":1724861074810,"stop":1724861074810,"duration":0}},{"uid":"a2e05d7d87d9ab","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a2e05d7d87d9ab","status":"passed","time":{"start":1724860935673,"stop":1724860935673,"duration":0}}]},"b12c36951da71164ba31d36ea96110ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b1c034a2b9ab6db","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6b1c034a2b9ab6db","status":"passed","time":{"start":1724922946233,"stop":1724922946239,"duration":6}}]},"f7f5c226683701e08da5d9119f8e707d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"54c8e22b252af5eb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/54c8e22b252af5eb","status":"passed","time":{"start":1724922906441,"stop":1724922906441,"duration":0}}]},"b814f53d953af6d59b05cb32f09927ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7b0de83f936814df","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7b0de83f936814df","status":"passed","time":{"start":1724922611437,"stop":1724922611437,"duration":0}},{"uid":"b8d8efd9ed67c195","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b8d8efd9ed67c195","status":"passed","time":{"start":1724921270358,"stop":1724921270359,"duration":1}},{"uid":"f27a9a4721e7e071","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f27a9a4721e7e071","status":"passed","time":{"start":1724921247819,"stop":1724921247819,"duration":0}},{"uid":"52ae2c85f9bbf062","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/52ae2c85f9bbf062","status":"passed","time":{"start":1724917989820,"stop":1724917989820,"duration":0}},{"uid":"a30d8a853f5a5498","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a30d8a853f5a5498","status":"passed","time":{"start":1724889678552,"stop":1724889678566,"duration":14}},{"uid":"767fb74844185b45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/767fb74844185b45","status":"passed","time":{"start":1724888829844,"stop":1724888829844,"duration":0}},{"uid":"365803996919c84b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/365803996919c84b","status":"passed","time":{"start":1724888077011,"stop":1724888077012,"duration":1}},{"uid":"1515cf6963e15c8b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1515cf6963e15c8b","status":"passed","time":{"start":1724886851126,"stop":1724886851127,"duration":1}},{"uid":"9361976f5d4815e6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9361976f5d4815e6","status":"passed","time":{"start":1724886647112,"stop":1724886647113,"duration":1}},{"uid":"3d074674488fd84a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3d074674488fd84a","status":"passed","time":{"start":1724861992714,"stop":1724861992714,"duration":0}},{"uid":"c55b68e47b9ceac0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c55b68e47b9ceac0","status":"passed","time":{"start":1724861469645,"stop":1724861469645,"duration":0}},{"uid":"21ff70c823a7f9f7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/21ff70c823a7f9f7","status":"passed","time":{"start":1724861284860,"stop":1724861284860,"duration":0}},{"uid":"e74d7075e7479a71","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e74d7075e7479a71","status":"passed","time":{"start":1724861145810,"stop":1724861145811,"duration":1}}]},"bede14fda3de07c736e72cb44bcddbf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a0f02d877f030cc7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a0f02d877f030cc7","status":"passed","time":{"start":1724886555800,"stop":1724886555800,"duration":0}}]},"dd71c6b4b796463767b152e4336624c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1bec7c0d0b2916da","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1bec7c0d0b2916da","status":"passed","time":{"start":1724922402863,"stop":1724922402864,"duration":1}},{"uid":"13c80ad05d468c2e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/13c80ad05d468c2e","status":"passed","time":{"start":1724921065911,"stop":1724921065911,"duration":0}},{"uid":"aae7650a3897d70b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/aae7650a3897d70b","status":"passed","time":{"start":1724921040948,"stop":1724921040948,"duration":0}},{"uid":"c245e3e77c7f8500","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c245e3e77c7f8500","status":"passed","time":{"start":1724917701156,"stop":1724917701156,"duration":0}},{"uid":"2bf5c86bae46c95e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2bf5c86bae46c95e","status":"passed","time":{"start":1724889479975,"stop":1724889479976,"duration":1}},{"uid":"ffc5052ffc46613c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ffc5052ffc46613c","status":"passed","time":{"start":1724888630725,"stop":1724888630725,"duration":0}},{"uid":"6a520aec0b50b98c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a520aec0b50b98c","status":"passed","time":{"start":1724887787007,"stop":1724887787007,"duration":0}},{"uid":"c212a3cda4c4d96c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c212a3cda4c4d96c","status":"passed","time":{"start":1724886553670,"stop":1724886553670,"duration":0}},{"uid":"f1a2d273aa59c66d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f1a2d273aa59c66d","status":"passed","time":{"start":1724886331493,"stop":1724886331493,"duration":0}},{"uid":"ca85fe10e1052350","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ca85fe10e1052350","status":"passed","time":{"start":1724861780657,"stop":1724861780657,"duration":0}},{"uid":"1f026385775cccb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1f026385775cccb","status":"passed","time":{"start":1724861251099,"stop":1724861251099,"duration":0}},{"uid":"a5a7950c5b112862","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a5a7950c5b112862","status":"passed","time":{"start":1724861074809,"stop":1724861074809,"duration":0}},{"uid":"c15126ca4d6b81a2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c15126ca4d6b81a2","status":"passed","time":{"start":1724860935672,"stop":1724860935672,"duration":0}}]},"0875eae35c3e6c8a0178a28be0eeb7dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4ec332a170e9e88e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4ec332a170e9e88e","status":"passed","time":{"start":1724922778327,"stop":1724922778328,"duration":1}},{"uid":"b444d838d3b1db3e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b444d838d3b1db3e","status":"passed","time":{"start":1724921497759,"stop":1724921497759,"duration":0}},{"uid":"ed8b6ea5b5d0c816","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ed8b6ea5b5d0c816","status":"passed","time":{"start":1724921408414,"stop":1724921408415,"duration":1}},{"uid":"6837c138105c0156","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6837c138105c0156","status":"passed","time":{"start":1724918086871,"stop":1724918086872,"duration":1}},{"uid":"5a54ae8241e7839d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5a54ae8241e7839d","status":"passed","time":{"start":1724889892448,"stop":1724889892448,"duration":0}},{"uid":"d73f99c5ff7fcba3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d73f99c5ff7fcba3","status":"passed","time":{"start":1724888997218,"stop":1724888997218,"duration":0}},{"uid":"6930d3dac15172e2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6930d3dac15172e2","status":"passed","time":{"start":1724888159507,"stop":1724888159509,"duration":2}},{"uid":"126a10f429c0f043","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/126a10f429c0f043","status":"passed","time":{"start":1724886937308,"stop":1724886937308,"duration":0}},{"uid":"f42d11e31216dd7f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f42d11e31216dd7f","status":"passed","time":{"start":1724886709808,"stop":1724886709809,"duration":1}},{"uid":"9448f809adc21443","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9448f809adc21443","status":"passed","time":{"start":1724862123538,"stop":1724862123539,"duration":1}},{"uid":"d79e86d353ecf11a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d79e86d353ecf11a","status":"passed","time":{"start":1724861620105,"stop":1724861620105,"duration":0}},{"uid":"7b324c819f9f63cc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7b324c819f9f63cc","status":"passed","time":{"start":1724861460254,"stop":1724861460254,"duration":0}},{"uid":"6c030e2d5d4ae587","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6c030e2d5d4ae587","status":"passed","time":{"start":1724861330174,"stop":1724861330174,"duration":0}}]},"a6248e38e3ebb78d4f489e39319737f3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e8e58da2ba63783d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e8e58da2ba63783d","status":"passed","time":{"start":1724918285618,"stop":1724918285618,"duration":0}}]},"e143b61854162a0dcf4f6911e61441b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5757dabe83f1e00e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5757dabe83f1e00e","status":"passed","time":{"start":1724922611431,"stop":1724922611431,"duration":0}},{"uid":"de25339d752dfb10","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/de25339d752dfb10","status":"passed","time":{"start":1724921270352,"stop":1724921270353,"duration":1}},{"uid":"2a5b3ed22eb45df5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2a5b3ed22eb45df5","status":"passed","time":{"start":1724921247813,"stop":1724921247814,"duration":1}},{"uid":"b0fa06e951e4676d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b0fa06e951e4676d","status":"passed","time":{"start":1724917989814,"stop":1724917989814,"duration":0}},{"uid":"e5d74b0dbffb9720","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e5d74b0dbffb9720","status":"passed","time":{"start":1724889678547,"stop":1724889678547,"duration":0}},{"uid":"a9d997de77b39d64","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9d997de77b39d64","status":"passed","time":{"start":1724888829833,"stop":1724888829834,"duration":1}},{"uid":"9306a4318504817c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9306a4318504817c","status":"passed","time":{"start":1724888076986,"stop":1724888076987,"duration":1}},{"uid":"7a1888a9bd5c6829","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7a1888a9bd5c6829","status":"passed","time":{"start":1724886851121,"stop":1724886851121,"duration":0}},{"uid":"c4f898fd5c5a5a2f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c4f898fd5c5a5a2f","status":"passed","time":{"start":1724886647085,"stop":1724886647091,"duration":6}},{"uid":"ff2b011183fbbc8b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff2b011183fbbc8b","status":"passed","time":{"start":1724861992709,"stop":1724861992709,"duration":0}},{"uid":"3fd39ea4e4d83acb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3fd39ea4e4d83acb","status":"passed","time":{"start":1724861469637,"stop":1724861469638,"duration":1}},{"uid":"b6038eec68a707e4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b6038eec68a707e4","status":"passed","time":{"start":1724861284853,"stop":1724861284853,"duration":0}},{"uid":"7946f38abc24d047","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7946f38abc24d047","status":"passed","time":{"start":1724861145798,"stop":1724861145798,"duration":0}}]},"bdabfcfb86055f5c81ec321675060d04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7556d1c3b6c8d8b2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7556d1c3b6c8d8b2","status":"passed","time":{"start":1724922891494,"stop":1724922891494,"duration":0}},{"uid":"19d636f5194df652","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/19d636f5194df652","status":"passed","time":{"start":1724921563022,"stop":1724921563022,"duration":0}},{"uid":"bccef0dce924e84d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bccef0dce924e84d","status":"passed","time":{"start":1724921526818,"stop":1724921526819,"duration":1}},{"uid":"16e7e47506fdf67a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/16e7e47506fdf67a","status":"passed","time":{"start":1724918239954,"stop":1724918239954,"duration":0}},{"uid":"545733b0e1be8bd6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/545733b0e1be8bd6","status":"passed","time":{"start":1724889980929,"stop":1724889980929,"duration":0}},{"uid":"f753b364677fd5c8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f753b364677fd5c8","status":"passed","time":{"start":1724889109980,"stop":1724889109981,"duration":1}},{"uid":"5e613a9baa783277","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5e613a9baa783277","status":"passed","time":{"start":1724888294727,"stop":1724888294728,"duration":1}},{"uid":"9517c8a0c68f3a08","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9517c8a0c68f3a08","status":"passed","time":{"start":1724887071748,"stop":1724887071748,"duration":0}},{"uid":"1819fe9ce3a00873","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1819fe9ce3a00873","status":"passed","time":{"start":1724886848351,"stop":1724886848351,"duration":0}},{"uid":"1c71fbe5339bcb2e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c71fbe5339bcb2e","status":"passed","time":{"start":1724862259263,"stop":1724862259263,"duration":0}},{"uid":"8591c449ba5f1c7c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8591c449ba5f1c7c","status":"passed","time":{"start":1724861735337,"stop":1724861735337,"duration":0}},{"uid":"c591f7f72fab31ed","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c591f7f72fab31ed","status":"passed","time":{"start":1724861606354,"stop":1724861606354,"duration":0}},{"uid":"508abcbf0668fbb9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/508abcbf0668fbb9","status":"passed","time":{"start":1724861426693,"stop":1724861426694,"duration":1}}]},"60bb4e746e6880f19d8f2d9058253996:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f7db6da56468a4d8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f7db6da56468a4d8","status":"passed","time":{"start":1724922845263,"stop":1724922845263,"duration":0}},{"uid":"895e02af6eeb9af0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/895e02af6eeb9af0","status":"passed","time":{"start":1724921515255,"stop":1724921515256,"duration":1}},{"uid":"62714064192d9959","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/62714064192d9959","status":"passed","time":{"start":1724921475504,"stop":1724921475519,"duration":15}},{"uid":"802110ca2b1e25b7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/802110ca2b1e25b7","status":"passed","time":{"start":1724918179438,"stop":1724918179438,"duration":0}},{"uid":"b2b1e9bb0225eefa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b2b1e9bb0225eefa","status":"passed","time":{"start":1724889935353,"stop":1724889935353,"duration":0}},{"uid":"104c39c1f106a78c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/104c39c1f106a78c","status":"passed","time":{"start":1724889072769,"stop":1724889072769,"duration":0}},{"uid":"40e403f59f409fb1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/40e403f59f409fb1","status":"passed","time":{"start":1724888232429,"stop":1724888232429,"duration":0}},{"uid":"ae1ae1e20eae0080","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ae1ae1e20eae0080","status":"passed","time":{"start":1724887018316,"stop":1724887018317,"duration":1}},{"uid":"9832f704efef7a92","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9832f704efef7a92","status":"passed","time":{"start":1724886781505,"stop":1724886781505,"duration":0}},{"uid":"6522855a6738bf45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6522855a6738bf45","status":"passed","time":{"start":1724862213685,"stop":1724862213685,"duration":0}},{"uid":"704fcef24aa026c6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/704fcef24aa026c6","status":"passed","time":{"start":1724861685886,"stop":1724861685888,"duration":2}},{"uid":"1c4951d6d5505592","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1c4951d6d5505592","status":"passed","time":{"start":1724861546212,"stop":1724861546212,"duration":0}},{"uid":"6aa5c087a833effd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6aa5c087a833effd","status":"passed","time":{"start":1724861378126,"stop":1724861378126,"duration":0}}]},"b5d044c62609b11109a892afcfd90469:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"95e075ddf9bc4406","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/95e075ddf9bc4406","status":"passed","time":{"start":1724922853903,"stop":1724922853904,"duration":1}},{"uid":"792ec32bb94df336","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/792ec32bb94df336","status":"passed","time":{"start":1724921529565,"stop":1724921529566,"duration":1}},{"uid":"69bb5f38b026f34b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/69bb5f38b026f34b","status":"passed","time":{"start":1724921488870,"stop":1724921488870,"duration":0}},{"uid":"206bb3d0b4e44b4a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/206bb3d0b4e44b4a","status":"passed","time":{"start":1724918203665,"stop":1724918203666,"duration":1}},{"uid":"427a7b552cb81b5b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/427a7b552cb81b5b","status":"passed","time":{"start":1724889938347,"stop":1724889938347,"duration":0}},{"uid":"2b527584f44d0c35","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b527584f44d0c35","status":"passed","time":{"start":1724889077029,"stop":1724889077029,"duration":0}},{"uid":"5b9b2de70ca297f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5b9b2de70ca297f9","status":"passed","time":{"start":1724888267999,"stop":1724888267999,"duration":0}},{"uid":"81793f2f7bd6c947","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/81793f2f7bd6c947","status":"passed","time":{"start":1724887032385,"stop":1724887032385,"duration":0}},{"uid":"b865f3d1606b4f0b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b865f3d1606b4f0b","status":"passed","time":{"start":1724886822782,"stop":1724886822782,"duration":0}},{"uid":"8abf936ba6a1dd03","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8abf936ba6a1dd03","status":"passed","time":{"start":1724862233500,"stop":1724862233500,"duration":0}},{"uid":"6c6e24f29cc3d0f0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6c6e24f29cc3d0f0","status":"passed","time":{"start":1724861712660,"stop":1724861712660,"duration":0}},{"uid":"b646e23b43033ce2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b646e23b43033ce2","status":"passed","time":{"start":1724861567871,"stop":1724861567871,"duration":0}},{"uid":"4707679e82eeb500","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4707679e82eeb500","status":"passed","time":{"start":1724861392035,"stop":1724861392036,"duration":1}}]},"56c4f33cf61e0b92c0f6d531ad3f6d7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c8b8fe48a7cede5b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c8b8fe48a7cede5b","status":"passed","time":{"start":1724922845258,"stop":1724922845258,"duration":0}},{"uid":"d4aeb13d938bf2dc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d4aeb13d938bf2dc","status":"passed","time":{"start":1724921515238,"stop":1724921515238,"duration":0}},{"uid":"d3d1757601a7027c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d3d1757601a7027c","status":"passed","time":{"start":1724921475499,"stop":1724921475499,"duration":0}},{"uid":"9b2bb5484725e3cc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9b2bb5484725e3cc","status":"passed","time":{"start":1724918179410,"stop":1724918179410,"duration":0}},{"uid":"430388a7bbd6d34d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/430388a7bbd6d34d","status":"passed","time":{"start":1724889935349,"stop":1724889935349,"duration":0}},{"uid":"ca4b2dfe1ac40588","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ca4b2dfe1ac40588","status":"passed","time":{"start":1724889072764,"stop":1724889072764,"duration":0}},{"uid":"6ab65e83713e01ec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6ab65e83713e01ec","status":"passed","time":{"start":1724888232425,"stop":1724888232425,"duration":0}},{"uid":"186a8ccc1a2c52d8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/186a8ccc1a2c52d8","status":"passed","time":{"start":1724887018312,"stop":1724887018312,"duration":0}},{"uid":"3ac3439e15adb867","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3ac3439e15adb867","status":"passed","time":{"start":1724886781498,"stop":1724886781499,"duration":1}},{"uid":"743974766ff8b346","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/743974766ff8b346","status":"passed","time":{"start":1724862213673,"stop":1724862213674,"duration":1}},{"uid":"f35cda42c33c144e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f35cda42c33c144e","status":"passed","time":{"start":1724861685874,"stop":1724861685874,"duration":0}},{"uid":"c9e1371be128a96d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c9e1371be128a96d","status":"passed","time":{"start":1724861546200,"stop":1724861546200,"duration":0}},{"uid":"1445323ff0aa86d2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1445323ff0aa86d2","status":"passed","time":{"start":1724861378121,"stop":1724861378122,"duration":1}}]},"be405d32107130de5c3728b1d6865941:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4d90dfe846bfb53","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4d90dfe846bfb53","status":"passed","time":{"start":1724922374693,"stop":1724922374693,"duration":0}},{"uid":"eefd350acbced041","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/eefd350acbced041","status":"passed","time":{"start":1724921037653,"stop":1724921037653,"duration":0}},{"uid":"fb25c8af66b2e2d0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fb25c8af66b2e2d0","status":"passed","time":{"start":1724921013066,"stop":1724921013067,"duration":1}},{"uid":"c3a51a5bf6fe117a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c3a51a5bf6fe117a","status":"passed","time":{"start":1724917673307,"stop":1724917673307,"duration":0}},{"uid":"9f94365fb856ba3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f94365fb856ba3e","status":"passed","time":{"start":1724889452326,"stop":1724889452327,"duration":1}},{"uid":"53a1cde37ceed333","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/53a1cde37ceed333","status":"passed","time":{"start":1724888602859,"stop":1724888602859,"duration":0}},{"uid":"3a04563d6e060a6f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3a04563d6e060a6f","status":"passed","time":{"start":1724887759179,"stop":1724887759180,"duration":1}},{"uid":"9993adc4d340d17d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9993adc4d340d17d","status":"passed","time":{"start":1724886525557,"stop":1724886525557,"duration":0}},{"uid":"64bb468c26e09cb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/64bb468c26e09cb","status":"passed","time":{"start":1724886303413,"stop":1724886303413,"duration":0}},{"uid":"c01c0c0c671f49a3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c01c0c0c671f49a3","status":"passed","time":{"start":1724861752249,"stop":1724861752250,"duration":1}},{"uid":"32cba96932ca60bb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/32cba96932ca60bb","status":"passed","time":{"start":1724861223370,"stop":1724861223370,"duration":0}},{"uid":"8e71d900b98e5d68","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8e71d900b98e5d68","status":"passed","time":{"start":1724861045219,"stop":1724861045219,"duration":0}},{"uid":"81ca550389dd7a7d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/81ca550389dd7a7d","status":"passed","time":{"start":1724860907105,"stop":1724860907106,"duration":1}}]},"a53b7dc1dd17d9a7651a7c77ed07b6ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e19093c039b0af5d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e19093c039b0af5d","status":"passed","time":{"start":1724922921466,"stop":1724922921466,"duration":0}},{"uid":"6f989cc418aec268","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6f989cc418aec268","status":"passed","time":{"start":1724921602957,"stop":1724921602958,"duration":1}},{"uid":"e5a0a06dc166f092","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e5a0a06dc166f092","status":"passed","time":{"start":1724921571101,"stop":1724921571101,"duration":0}},{"uid":"41810f635045a262","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/41810f635045a262","status":"passed","time":{"start":1724918285598,"stop":1724918285599,"duration":1}},{"uid":"a2212330b8b13c8b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2212330b8b13c8b","status":"passed","time":{"start":1724890030094,"stop":1724890030095,"duration":1}},{"uid":"a8073867e3b0819f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a8073867e3b0819f","status":"passed","time":{"start":1724889171912,"stop":1724889171913,"duration":1}},{"uid":"b7e23f998bae518e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b7e23f998bae518e","status":"passed","time":{"start":1724888350730,"stop":1724888350730,"duration":0}},{"uid":"8d2ab5d7e4947fe9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8d2ab5d7e4947fe9","status":"passed","time":{"start":1724887115414,"stop":1724887115415,"duration":1}},{"uid":"967720b95b730bc9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/967720b95b730bc9","status":"passed","time":{"start":1724886884580,"stop":1724886884580,"duration":0}},{"uid":"2adc9a6ba0b3bd89","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2adc9a6ba0b3bd89","status":"passed","time":{"start":1724862322265,"stop":1724862322265,"duration":0}},{"uid":"2caca435203cc49","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2caca435203cc49","status":"passed","time":{"start":1724861790755,"stop":1724861790755,"duration":0}},{"uid":"ad2e83d3e955ef39","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ad2e83d3e955ef39","status":"passed","time":{"start":1724861628424,"stop":1724861628424,"duration":0}},{"uid":"a59871e27e1f3915","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a59871e27e1f3915","status":"passed","time":{"start":1724861465629,"stop":1724861465629,"duration":0}}]},"edfa6bfe84391d70a453d2de96129f74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f477565970dcb5e1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f477565970dcb5e1","status":"passed","time":{"start":1724921564779,"stop":1724921564781,"duration":2}}]},"c90dab9d14233648fff488c12010b418:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cbb07769c6cbd999","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cbb07769c6cbd999","status":"passed","time":{"start":1724861637975,"stop":1724861637976,"duration":1}}]},"1745fb982b85b2f699c30a50ee13ca9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"de18f24d1e74e4d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/de18f24d1e74e4d9","status":"passed","time":{"start":1724861983009,"stop":1724861983009,"duration":0}}]},"88b325bbff858592c0d4ee15af68e2eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b47b92f9839de58f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b47b92f9839de58f","status":"passed","time":{"start":1724886906381,"stop":1724886906382,"duration":1}}]},"69e7497bcc4ae6ba7257ccf5b30eaaa1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7a1b752737be1be8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7a1b752737be1be8","status":"passed","time":{"start":1724861637971,"stop":1724861637971,"duration":0}}]},"2ca21eb7caaebbc9c18a204b7125d8fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"35dfdbda77fa59d6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/35dfdbda77fa59d6","status":"passed","time":{"start":1724922647835,"stop":1724922647835,"duration":0}},{"uid":"f29a73ad17dd26f2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f29a73ad17dd26f2","status":"passed","time":{"start":1724921300790,"stop":1724921300790,"duration":0}},{"uid":"12b7bab0ca278ed9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/12b7bab0ca278ed9","status":"passed","time":{"start":1724921280718,"stop":1724921280719,"duration":1}},{"uid":"95adb404ee7d32cb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/95adb404ee7d32cb","status":"passed","time":{"start":1724917963262,"stop":1724917963263,"duration":1}},{"uid":"d177bde0bc6f7447","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d177bde0bc6f7447","status":"passed","time":{"start":1724889734120,"stop":1724889734120,"duration":0}},{"uid":"95092790815e8bfd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/95092790815e8bfd","status":"passed","time":{"start":1724888859618,"stop":1724888859619,"duration":1}},{"uid":"73e156cf5617ba99","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/73e156cf5617ba99","status":"passed","time":{"start":1724888053953,"stop":1724888053953,"duration":0}},{"uid":"821e54f4aa13cc68","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/821e54f4aa13cc68","status":"passed","time":{"start":1724886820677,"stop":1724886820677,"duration":0}},{"uid":"cfc90e4eb149d9aa","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cfc90e4eb149d9aa","status":"passed","time":{"start":1724886589267,"stop":1724886589268,"duration":1}},{"uid":"c59b09b7ca7921a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c59b09b7ca7921a9","status":"passed","time":{"start":1724862027793,"stop":1724862027794,"duration":1}},{"uid":"401e7d0d7e35052a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/401e7d0d7e35052a","status":"passed","time":{"start":1724861484560,"stop":1724861484560,"duration":0}},{"uid":"ba9997fbaeb11411","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ba9997fbaeb11411","status":"passed","time":{"start":1724861315157,"stop":1724861315157,"duration":0}},{"uid":"81d80b4b6cb5f1ce","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/81d80b4b6cb5f1ce","status":"passed","time":{"start":1724861168759,"stop":1724861168759,"duration":0}}]},"94b8da6dd46a32c22d38c94368c36413:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"47c75ec98b3ae092","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/47c75ec98b3ae092","status":"passed","time":{"start":1724922601841,"stop":1724922601841,"duration":0}},{"uid":"93ec262b8845ed56","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/93ec262b8845ed56","status":"passed","time":{"start":1724921267868,"stop":1724921267868,"duration":0}},{"uid":"c4086e8ea9cb8066","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c4086e8ea9cb8066","status":"passed","time":{"start":1724921244363,"stop":1724921244363,"duration":0}},{"uid":"3a4fd3a06f6e974c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3a4fd3a06f6e974c","status":"passed","time":{"start":1724917916043,"stop":1724917916043,"duration":0}},{"uid":"668468eec61e73c5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/668468eec61e73c5","status":"passed","time":{"start":1724889678253,"stop":1724889678254,"duration":1}},{"uid":"6191a8b05d63ddb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6191a8b05d63ddb7","status":"passed","time":{"start":1724888831683,"stop":1724888831683,"duration":0}},{"uid":"1dd46af1a3bfd40b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1dd46af1a3bfd40b","status":"passed","time":{"start":1724888003319,"stop":1724888003319,"duration":0}},{"uid":"babfd274a6549f71","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/babfd274a6549f71","status":"passed","time":{"start":1724886776605,"stop":1724886776608,"duration":3}},{"uid":"b2b91691a664adf0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b2b91691a664adf0","status":"passed","time":{"start":1724886555791,"stop":1724886555791,"duration":0}},{"uid":"c8ad345e1fbf79d2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c8ad345e1fbf79d2","status":"passed","time":{"start":1724861983005,"stop":1724861983005,"duration":0}},{"uid":"428c460796538a0d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/428c460796538a0d","status":"passed","time":{"start":1724861444065,"stop":1724861444065,"duration":0}},{"uid":"282c1183033ffe","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/282c1183033ffe","status":"passed","time":{"start":1724861285828,"stop":1724861285828,"duration":0}},{"uid":"49e4ec10525a60b3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/49e4ec10525a60b3","status":"passed","time":{"start":1724861145663,"stop":1724861145664,"duration":1}}]},"91936a864e9d3e925c3ff607b349b52b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9121fbe76d8356d0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9121fbe76d8356d0","status":"passed","time":{"start":1724922485955,"stop":1724922485955,"duration":0}},{"uid":"c481b454548f2601","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c481b454548f2601","status":"passed","time":{"start":1724921148662,"stop":1724921148663,"duration":1}},{"uid":"908ee9346f4642a6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/908ee9346f4642a6","status":"passed","time":{"start":1724921125023,"stop":1724921125023,"duration":0}},{"uid":"6e80f768a376b7ea","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6e80f768a376b7ea","status":"passed","time":{"start":1724917782909,"stop":1724917782909,"duration":0}},{"uid":"5f9f77c37e323b5c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f9f77c37e323b5c","status":"passed","time":{"start":1724889568678,"stop":1724889568678,"duration":0}},{"uid":"86c6c1e4a5d76389","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/86c6c1e4a5d76389","status":"passed","time":{"start":1724888712709,"stop":1724888712709,"duration":0}},{"uid":"e7e928b7dde5119f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e7e928b7dde5119f","status":"passed","time":{"start":1724887870879,"stop":1724887870879,"duration":0}},{"uid":"1cedd67e5b997dd8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1cedd67e5b997dd8","status":"passed","time":{"start":1724886637707,"stop":1724886637707,"duration":0}},{"uid":"776ab6e4a26e92eb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/776ab6e4a26e92eb","status":"passed","time":{"start":1724886418626,"stop":1724886418626,"duration":0}},{"uid":"37f76f78da6e5ac7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37f76f78da6e5ac7","status":"passed","time":{"start":1724861865558,"stop":1724861865559,"duration":1}},{"uid":"67c8ffb79acc6726","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/67c8ffb79acc6726","status":"passed","time":{"start":1724861334264,"stop":1724861334265,"duration":1}},{"uid":"de389de0cdb7a731","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/de389de0cdb7a731","status":"passed","time":{"start":1724861163783,"stop":1724861163783,"duration":0}},{"uid":"98361973d2604d70","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/98361973d2604d70","status":"passed","time":{"start":1724861021892,"stop":1724861021893,"duration":1}}]},"657e6808a120c82a5268dd6532e94525:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ae75b4ed0712f35b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ae75b4ed0712f35b","status":"passed","time":{"start":1724922374679,"stop":1724922374679,"duration":0}},{"uid":"fce2d6f395d59011","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fce2d6f395d59011","status":"passed","time":{"start":1724921037640,"stop":1724921037640,"duration":0}},{"uid":"55dbd36bc800d174","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/55dbd36bc800d174","status":"passed","time":{"start":1724921013054,"stop":1724921013054,"duration":0}},{"uid":"541715df221e43b9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/541715df221e43b9","status":"passed","time":{"start":1724917673296,"stop":1724917673296,"duration":0}},{"uid":"caa74b18c9b4ca76","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/caa74b18c9b4ca76","status":"passed","time":{"start":1724889452315,"stop":1724889452315,"duration":0}},{"uid":"59024ea447c61a89","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/59024ea447c61a89","status":"passed","time":{"start":1724888602845,"stop":1724888602845,"duration":0}},{"uid":"b7d1bc87fd190abd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b7d1bc87fd190abd","status":"passed","time":{"start":1724887759167,"stop":1724887759168,"duration":1}},{"uid":"4d3f5b7b8f77d6d3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4d3f5b7b8f77d6d3","status":"passed","time":{"start":1724886525547,"stop":1724886525547,"duration":0}},{"uid":"9c1413ddbaf528cb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9c1413ddbaf528cb","status":"passed","time":{"start":1724886303401,"stop":1724886303401,"duration":0}},{"uid":"bdd9029fe53579c6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bdd9029fe53579c6","status":"passed","time":{"start":1724861752233,"stop":1724861752233,"duration":0}},{"uid":"ae0cc48d1c0f5924","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ae0cc48d1c0f5924","status":"passed","time":{"start":1724861223359,"stop":1724861223359,"duration":0}},{"uid":"84d9eef3c00df3b0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/84d9eef3c00df3b0","status":"passed","time":{"start":1724861045207,"stop":1724861045207,"duration":0}},{"uid":"e9a4a0b1e054c565","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e9a4a0b1e054c565","status":"passed","time":{"start":1724860907089,"stop":1724860907089,"duration":0}}]},"e25ee9d61c6a3a632fec6b3bcab9a5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"52d49d5a400f8ff8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/52d49d5a400f8ff8","status":"passed","time":{"start":1724922374688,"stop":1724922374688,"duration":0}},{"uid":"6cfc3bfc9a579daf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6cfc3bfc9a579daf","status":"passed","time":{"start":1724921037650,"stop":1724921037650,"duration":0}},{"uid":"fa5ff2882329308f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fa5ff2882329308f","status":"passed","time":{"start":1724921013062,"stop":1724921013063,"duration":1}},{"uid":"fd11df55286ae731","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fd11df55286ae731","status":"passed","time":{"start":1724917673303,"stop":1724917673303,"duration":0}},{"uid":"ec0f3ac9b1778dad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ec0f3ac9b1778dad","status":"passed","time":{"start":1724889452323,"stop":1724889452323,"duration":0}},{"uid":"451d628296f2a4ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/451d628296f2a4ee","status":"passed","time":{"start":1724888602855,"stop":1724888602855,"duration":0}},{"uid":"9122777e3aa1e721","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9122777e3aa1e721","status":"passed","time":{"start":1724887759176,"stop":1724887759176,"duration":0}},{"uid":"65e3a6b49c8c5b48","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/65e3a6b49c8c5b48","status":"passed","time":{"start":1724886525554,"stop":1724886525555,"duration":1}},{"uid":"87a458024cc7827d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/87a458024cc7827d","status":"passed","time":{"start":1724886303409,"stop":1724886303410,"duration":1}},{"uid":"4a465786e1963b18","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a465786e1963b18","status":"passed","time":{"start":1724861752246,"stop":1724861752246,"duration":0}},{"uid":"85e4d7279f9a510c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/85e4d7279f9a510c","status":"passed","time":{"start":1724861223366,"stop":1724861223366,"duration":0}},{"uid":"d2a188ef83b094ba","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d2a188ef83b094ba","status":"passed","time":{"start":1724861045215,"stop":1724861045215,"duration":0}},{"uid":"5c8d3e8eab40887d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5c8d3e8eab40887d","status":"passed","time":{"start":1724860907101,"stop":1724860907101,"duration":0}}]},"7d8d4c4f231b3503f2de73026edc8ced:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ffc149a3f7d3c14b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ffc149a3f7d3c14b","status":"passed","time":{"start":1724922535038,"stop":1724922535038,"duration":0}},{"uid":"af9f8c7a8d55be2e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/af9f8c7a8d55be2e","status":"passed","time":{"start":1724921196356,"stop":1724921196356,"duration":0}},{"uid":"432dbd1be8e8f4a5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/432dbd1be8e8f4a5","status":"passed","time":{"start":1724921173179,"stop":1724921173179,"duration":0}},{"uid":"e61e9dbf7bb0fc74","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e61e9dbf7bb0fc74","status":"passed","time":{"start":1724917930825,"stop":1724917930826,"duration":1}},{"uid":"e29dbab0c9ad6a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e29dbab0c9ad6a7","status":"passed","time":{"start":1724889621016,"stop":1724889621016,"duration":0}},{"uid":"65620aba6e293459","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/65620aba6e293459","status":"passed","time":{"start":1724888759388,"stop":1724888759388,"duration":0}},{"uid":"89b5c4c548f07ad","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/89b5c4c548f07ad","status":"passed","time":{"start":1724888015043,"stop":1724888015043,"duration":0}},{"uid":"35e4595d0d3b2b34","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/35e4595d0d3b2b34","status":"passed","time":{"start":1724886784542,"stop":1724886784542,"duration":0}},{"uid":"d95fb394831466da","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d95fb394831466da","status":"passed","time":{"start":1724886566524,"stop":1724886566525,"duration":1}},{"uid":"ea7a6dd836e2210e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ea7a6dd836e2210e","status":"passed","time":{"start":1724861915533,"stop":1724861915533,"duration":0}},{"uid":"8250edfa58f8e345","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8250edfa58f8e345","status":"passed","time":{"start":1724861379722,"stop":1724861379724,"duration":2}},{"uid":"18b3a69119c5bc2c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/18b3a69119c5bc2c","status":"passed","time":{"start":1724861206875,"stop":1724861206875,"duration":0}},{"uid":"abfbec0b21307dc9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/abfbec0b21307dc9","status":"passed","time":{"start":1724861067558,"stop":1724861067559,"duration":1}}]},"faf0b92f5e523baae94db539d2d26958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd93898830dddf6e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cd93898830dddf6e","status":"passed","time":{"start":1724918259543,"stop":1724918259543,"duration":0}}]},"3b83c075b41ddeaa2760eb77446ca91e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e8af3a319178f311","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e8af3a319178f311","status":"passed","time":{"start":1724922374679,"stop":1724922374679,"duration":0}},{"uid":"17b86087301f0bf3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/17b86087301f0bf3","status":"passed","time":{"start":1724921037640,"stop":1724921037641,"duration":1}},{"uid":"a9e22de235f4def1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a9e22de235f4def1","status":"passed","time":{"start":1724921013054,"stop":1724921013054,"duration":0}},{"uid":"87ef07175b16dad5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/87ef07175b16dad5","status":"passed","time":{"start":1724917673296,"stop":1724917673296,"duration":0}},{"uid":"35b90170be731b09","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/35b90170be731b09","status":"passed","time":{"start":1724889452315,"stop":1724889452315,"duration":0}},{"uid":"7be7c7326665a527","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7be7c7326665a527","status":"passed","time":{"start":1724888602845,"stop":1724888602845,"duration":0}},{"uid":"bcc1feb5a463437","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bcc1feb5a463437","status":"passed","time":{"start":1724887759168,"stop":1724887759168,"duration":0}},{"uid":"2a217b95245ced32","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2a217b95245ced32","status":"passed","time":{"start":1724886525547,"stop":1724886525547,"duration":0}},{"uid":"29afcd827fce459a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/29afcd827fce459a","status":"passed","time":{"start":1724886303401,"stop":1724886303402,"duration":1}},{"uid":"735c354ed44041ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/735c354ed44041ee","status":"passed","time":{"start":1724861752233,"stop":1724861752233,"duration":0}},{"uid":"3473f6d98bd13ea1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3473f6d98bd13ea1","status":"passed","time":{"start":1724861223359,"stop":1724861223359,"duration":0}},{"uid":"5a081420759d0d7e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5a081420759d0d7e","status":"passed","time":{"start":1724861045207,"stop":1724861045207,"duration":0}},{"uid":"cee9e87f88a67ec1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cee9e87f88a67ec1","status":"passed","time":{"start":1724860907089,"stop":1724860907089,"duration":0}}]},"af5e1916ca02179032ad2769539fa673:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e7ba0f6353598ac","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e7ba0f6353598ac","status":"passed","time":{"start":1724922374684,"stop":1724922374684,"duration":0}},{"uid":"eac57ea6dd1d2f8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/eac57ea6dd1d2f8","status":"passed","time":{"start":1724921037644,"stop":1724921037645,"duration":1}},{"uid":"1521a6df02e06ef6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1521a6df02e06ef6","status":"passed","time":{"start":1724921013057,"stop":1724921013058,"duration":1}},{"uid":"48af185d0c5ebd60","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/48af185d0c5ebd60","status":"passed","time":{"start":1724917673299,"stop":1724917673300,"duration":1}},{"uid":"cab9095f34ca311d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cab9095f34ca311d","status":"passed","time":{"start":1724889452318,"stop":1724889452319,"duration":1}},{"uid":"35f669bc68a5b719","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/35f669bc68a5b719","status":"passed","time":{"start":1724888602850,"stop":1724888602850,"duration":0}},{"uid":"cfc219f1f7db8896","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cfc219f1f7db8896","status":"passed","time":{"start":1724887759171,"stop":1724887759171,"duration":0}},{"uid":"b4ef172c9d7feefb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b4ef172c9d7feefb","status":"passed","time":{"start":1724886525551,"stop":1724886525551,"duration":0}},{"uid":"de8a823f44651f40","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/de8a823f44651f40","status":"passed","time":{"start":1724886303405,"stop":1724886303405,"duration":0}},{"uid":"cdccb07ac2bedf22","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cdccb07ac2bedf22","status":"passed","time":{"start":1724861752237,"stop":1724861752238,"duration":1}},{"uid":"df3fcecc72438581","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/df3fcecc72438581","status":"passed","time":{"start":1724861223362,"stop":1724861223362,"duration":0}},{"uid":"b5585bc2a7543ee7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b5585bc2a7543ee7","status":"passed","time":{"start":1724861045210,"stop":1724861045210,"duration":0}},{"uid":"5246da31acec29c2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5246da31acec29c2","status":"passed","time":{"start":1724860907093,"stop":1724860907093,"duration":0}}]},"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1e15a3c203a04171","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1e15a3c203a04171","status":"passed","time":{"start":1724922382545,"stop":1724922382546,"duration":1}},{"uid":"734c22d4ba18bc52","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/734c22d4ba18bc52","status":"passed","time":{"start":1724921045449,"stop":1724921045450,"duration":1}},{"uid":"ce953bb8c7e212e6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ce953bb8c7e212e6","status":"passed","time":{"start":1724921020913,"stop":1724921020914,"duration":1}},{"uid":"b3419871747ab57c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b3419871747ab57c","status":"passed","time":{"start":1724917681161,"stop":1724917681161,"duration":0}},{"uid":"d32aee0970b94669","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d32aee0970b94669","status":"passed","time":{"start":1724889460192,"stop":1724889460192,"duration":0}},{"uid":"40f5fe2cafe1e11e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/40f5fe2cafe1e11e","status":"passed","time":{"start":1724888610695,"stop":1724888610696,"duration":1}},{"uid":"713adf67e134565f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/713adf67e134565f","status":"passed","time":{"start":1724887766816,"stop":1724887766818,"duration":2}},{"uid":"96fa0c4bcea472fa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/96fa0c4bcea472fa","status":"passed","time":{"start":1724886533505,"stop":1724886533505,"duration":0}},{"uid":"ac97e08177041c0a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ac97e08177041c0a","status":"passed","time":{"start":1724886311136,"stop":1724886311136,"duration":0}},{"uid":"2c4d5e0d56cc1544","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c4d5e0d56cc1544","status":"passed","time":{"start":1724861760252,"stop":1724861760253,"duration":1}},{"uid":"9f113311a2b1ef30","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9f113311a2b1ef30","status":"passed","time":{"start":1724861231059,"stop":1724861231059,"duration":0}},{"uid":"ecc109cf1ceb8040","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ecc109cf1ceb8040","status":"passed","time":{"start":1724861053539,"stop":1724861053540,"duration":1}},{"uid":"d5dcc06b08c308a2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d5dcc06b08c308a2","status":"passed","time":{"start":1724860915308,"stop":1724860915308,"duration":0}}]},"e08157dfc0779b640a028d2129648b04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8007f3350aaff36a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8007f3350aaff36a","status":"passed","time":{"start":1724922601843,"stop":1724922601843,"duration":0}},{"uid":"2b1675ccda598740","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2b1675ccda598740","status":"passed","time":{"start":1724921267870,"stop":1724921267870,"duration":0}},{"uid":"eb0e1b5d11494833","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/eb0e1b5d11494833","status":"passed","time":{"start":1724921244369,"stop":1724921244370,"duration":1}},{"uid":"dedda181882f9b93","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dedda181882f9b93","status":"passed","time":{"start":1724917916051,"stop":1724917916052,"duration":1}},{"uid":"d440a30646911f58","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d440a30646911f58","status":"passed","time":{"start":1724889678255,"stop":1724889678255,"duration":0}},{"uid":"157ed3d400d890a2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/157ed3d400d890a2","status":"passed","time":{"start":1724888831684,"stop":1724888831685,"duration":1}},{"uid":"8baefc6bc38b7c9a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8baefc6bc38b7c9a","status":"passed","time":{"start":1724888003320,"stop":1724888003321,"duration":1}},{"uid":"236fa621e08a25ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/236fa621e08a25ea","status":"passed","time":{"start":1724886776609,"stop":1724886776609,"duration":0}},{"uid":"a6449c2041b8c4c3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a6449c2041b8c4c3","status":"passed","time":{"start":1724886555797,"stop":1724886555797,"duration":0}},{"uid":"d0c1ae6dfe7aafb1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d0c1ae6dfe7aafb1","status":"passed","time":{"start":1724861983006,"stop":1724861983007,"duration":1}},{"uid":"2ea8f7273c131f5c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2ea8f7273c131f5c","status":"passed","time":{"start":1724861444066,"stop":1724861444067,"duration":1}},{"uid":"f00d90883b520eec","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f00d90883b520eec","status":"passed","time":{"start":1724861285834,"stop":1724861285834,"duration":0}},{"uid":"c1ac5fbcb593ad9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c1ac5fbcb593ad9","status":"passed","time":{"start":1724861145666,"stop":1724861145666,"duration":0}}]},"036fe36f432ea82cffb2fbb0a77ce5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a1d9fc1ecf2e4aef","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a1d9fc1ecf2e4aef","status":"passed","time":{"start":1724922383085,"stop":1724922383089,"duration":4}},{"uid":"ca4ab4c102fe0889","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ca4ab4c102fe0889","status":"passed","time":{"start":1724921046205,"stop":1724921046205,"duration":0}},{"uid":"c52f323f09645817","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c52f323f09645817","status":"passed","time":{"start":1724921021477,"stop":1724921021477,"duration":0}},{"uid":"31ed3503dd0e95e0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/31ed3503dd0e95e0","status":"passed","time":{"start":1724917681725,"stop":1724917681725,"duration":0}},{"uid":"9be658d0168d8c45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9be658d0168d8c45","status":"passed","time":{"start":1724889460653,"stop":1724889460653,"duration":0}},{"uid":"cf847bd729a7498","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf847bd729a7498","status":"passed","time":{"start":1724888611297,"stop":1724888611297,"duration":0}},{"uid":"249e305a0f60b966","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/249e305a0f60b966","status":"passed","time":{"start":1724887767621,"stop":1724887767621,"duration":0}},{"uid":"b9c150edcbf7c49f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b9c150edcbf7c49f","status":"passed","time":{"start":1724886533991,"stop":1724886533991,"duration":0}},{"uid":"ee26ce2418a7fc0a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ee26ce2418a7fc0a","status":"passed","time":{"start":1724886311756,"stop":1724886311756,"duration":0}},{"uid":"148a16aa88022ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/148a16aa88022ae","status":"passed","time":{"start":1724861760776,"stop":1724861760777,"duration":1}},{"uid":"75575792a1d3e2a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/75575792a1d3e2a","status":"passed","time":{"start":1724861231735,"stop":1724861231735,"duration":0}},{"uid":"6159696cde6b6c5d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6159696cde6b6c5d","status":"passed","time":{"start":1724861054257,"stop":1724861054257,"duration":0}},{"uid":"58ceda67cd526acf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/58ceda67cd526acf","status":"passed","time":{"start":1724860915816,"stop":1724860915816,"duration":0}}]},"219e333b55674e29f5e0ff2569e675a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6085a3baa5dc1076","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6085a3baa5dc1076","status":"passed","time":{"start":1724922853905,"stop":1724922853906,"duration":1}},{"uid":"5cb7cc7c350d2ef6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5cb7cc7c350d2ef6","status":"passed","time":{"start":1724921529567,"stop":1724921529568,"duration":1}},{"uid":"3a4d42fae9de2f8c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3a4d42fae9de2f8c","status":"passed","time":{"start":1724921488870,"stop":1724921488871,"duration":1}},{"uid":"649a9d2459c93eed","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/649a9d2459c93eed","status":"passed","time":{"start":1724918203666,"stop":1724918203667,"duration":1}},{"uid":"bd485942550ed1ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bd485942550ed1ba","status":"passed","time":{"start":1724889938348,"stop":1724889938348,"duration":0}},{"uid":"b0c862422b244653","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b0c862422b244653","status":"passed","time":{"start":1724889077030,"stop":1724889077030,"duration":0}},{"uid":"718eb9285ab0d928","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/718eb9285ab0d928","status":"passed","time":{"start":1724888268000,"stop":1724888268003,"duration":3}},{"uid":"6a3a1323926fd102","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a3a1323926fd102","status":"passed","time":{"start":1724887032386,"stop":1724887032387,"duration":1}},{"uid":"5ffa9566abbfb7ad","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5ffa9566abbfb7ad","status":"passed","time":{"start":1724886822783,"stop":1724886822783,"duration":0}},{"uid":"db184f57602a8802","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/db184f57602a8802","status":"passed","time":{"start":1724862233501,"stop":1724862233501,"duration":0}},{"uid":"85a591a09a7d419d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/85a591a09a7d419d","status":"passed","time":{"start":1724861712661,"stop":1724861712662,"duration":1}},{"uid":"6349cc16b355b1aa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6349cc16b355b1aa","status":"passed","time":{"start":1724861567872,"stop":1724861567873,"duration":1}},{"uid":"89ea5584771e1961","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/89ea5584771e1961","status":"passed","time":{"start":1724861392036,"stop":1724861392036,"duration":0}}]},"cfa5a3a70b6f8e40cca5ed3c1a38b6a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"25dd79f949f169d8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/25dd79f949f169d8","status":"passed","time":{"start":1724922845244,"stop":1724922845245,"duration":1}},{"uid":"4735384ab0a7bb63","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4735384ab0a7bb63","status":"passed","time":{"start":1724921515227,"stop":1724921515228,"duration":1}},{"uid":"a7d55ba3bc0e182e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a7d55ba3bc0e182e","status":"passed","time":{"start":1724921475447,"stop":1724921475447,"duration":0}},{"uid":"c69add1d6602f54b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c69add1d6602f54b","status":"passed","time":{"start":1724918179402,"stop":1724918179402,"duration":0}},{"uid":"ef99ea5267f0348b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ef99ea5267f0348b","status":"passed","time":{"start":1724889935342,"stop":1724889935342,"duration":0}},{"uid":"5edc20bff0db8fb3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5edc20bff0db8fb3","status":"passed","time":{"start":1724889072755,"stop":1724889072755,"duration":0}},{"uid":"c9710405c02660c5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c9710405c02660c5","status":"passed","time":{"start":1724888232416,"stop":1724888232416,"duration":0}},{"uid":"a43ac03448230de1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a43ac03448230de1","status":"passed","time":{"start":1724887018304,"stop":1724887018304,"duration":0}},{"uid":"def26b81a8972577","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/def26b81a8972577","status":"passed","time":{"start":1724886781481,"stop":1724886781481,"duration":0}},{"uid":"7356c54084b3099","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7356c54084b3099","status":"passed","time":{"start":1724862213664,"stop":1724862213664,"duration":0}},{"uid":"2dcfb9b2e845e11c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2dcfb9b2e845e11c","status":"passed","time":{"start":1724861685857,"stop":1724861685857,"duration":0}},{"uid":"52b2615d3b7b9fbe","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/52b2615d3b7b9fbe","status":"passed","time":{"start":1724861546177,"stop":1724861546179,"duration":2}},{"uid":"539405eb18caf6af","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/539405eb18caf6af","status":"passed","time":{"start":1724861378112,"stop":1724861378112,"duration":0}}]},"01cbce6086b5c2a67bfd57a51e8baad2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b82a234687ff32dd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b82a234687ff32dd","status":"passed","time":{"start":1724922853912,"stop":1724922853912,"duration":0}},{"uid":"fd2b4568801fb0ed","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fd2b4568801fb0ed","status":"passed","time":{"start":1724921529575,"stop":1724921529576,"duration":1}},{"uid":"4bee4e89ca1ab3d9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4bee4e89ca1ab3d9","status":"passed","time":{"start":1724921488875,"stop":1724921488875,"duration":0}},{"uid":"79e6a73886692709","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/79e6a73886692709","status":"passed","time":{"start":1724918203676,"stop":1724918203677,"duration":1}},{"uid":"878fb6368971e6f2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/878fb6368971e6f2","status":"passed","time":{"start":1724889938354,"stop":1724889938354,"duration":0}},{"uid":"ce0e09a10963e59c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ce0e09a10963e59c","status":"passed","time":{"start":1724889077049,"stop":1724889077050,"duration":1}},{"uid":"aa1d7455677d944c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aa1d7455677d944c","status":"passed","time":{"start":1724888268009,"stop":1724888268010,"duration":1}},{"uid":"c13ab423963f1d90","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c13ab423963f1d90","status":"passed","time":{"start":1724887032391,"stop":1724887032393,"duration":2}},{"uid":"d34c6e2293a9bd4c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d34c6e2293a9bd4c","status":"passed","time":{"start":1724886822787,"stop":1724886822788,"duration":1}},{"uid":"45b702b860573dc5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/45b702b860573dc5","status":"passed","time":{"start":1724862233505,"stop":1724862233505,"duration":0}},{"uid":"7427125b41ff335c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7427125b41ff335c","status":"passed","time":{"start":1724861712666,"stop":1724861712666,"duration":0}},{"uid":"2ef6c8ea4e7a3d60","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2ef6c8ea4e7a3d60","status":"passed","time":{"start":1724861567884,"stop":1724861567884,"duration":0}},{"uid":"6373e7edc5320ddc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6373e7edc5320ddc","status":"passed","time":{"start":1724861392040,"stop":1724861392041,"duration":1}}]},"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"58caa049fedd53e8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/58caa049fedd53e8","status":"passed","time":{"start":1724922776072,"stop":1724922776072,"duration":0}},{"uid":"968d100814409957","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/968d100814409957","status":"passed","time":{"start":1724921423945,"stop":1724921423945,"duration":0}},{"uid":"bca6442c1a8d7eac","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bca6442c1a8d7eac","status":"passed","time":{"start":1724921408046,"stop":1724921408046,"duration":0}},{"uid":"8f16c55ce15cf05b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8f16c55ce15cf05b","status":"passed","time":{"start":1724918127355,"stop":1724918127356,"duration":1}},{"uid":"5f5d3b0cbc409ba9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f5d3b0cbc409ba9","status":"passed","time":{"start":1724889850030,"stop":1724889850030,"duration":0}},{"uid":"ece5f83fea5c4433","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ece5f83fea5c4433","status":"passed","time":{"start":1724888985029,"stop":1724888985030,"duration":1}},{"uid":"83eb1844c7dfadaa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/83eb1844c7dfadaa","status":"passed","time":{"start":1724888172991,"stop":1724888172992,"duration":1}},{"uid":"ef22c0d0d6b17d35","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ef22c0d0d6b17d35","status":"passed","time":{"start":1724886942053,"stop":1724886942053,"duration":0}},{"uid":"4e26430cf2f9be28","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4e26430cf2f9be28","status":"passed","time":{"start":1724886713087,"stop":1724886713087,"duration":0}},{"uid":"3a3bc56679516150","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a3bc56679516150","status":"passed","time":{"start":1724862129962,"stop":1724862129962,"duration":0}},{"uid":"16d1248c1f53dce1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/16d1248c1f53dce1","status":"passed","time":{"start":1724861625758,"stop":1724861625758,"duration":0}},{"uid":"6007000d04085062","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6007000d04085062","status":"passed","time":{"start":1724861470378,"stop":1724861470379,"duration":1}},{"uid":"88b441216640e8fc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/88b441216640e8fc","status":"passed","time":{"start":1724861304329,"stop":1724861304329,"duration":0}}]},"f92447acc0e891a00e4fbc889af18e5d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"caa69e455b012802","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/caa69e455b012802","status":"passed","time":{"start":1724922890067,"stop":1724922890068,"duration":1}},{"uid":"c32d3fd9dbc03447","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c32d3fd9dbc03447","status":"passed","time":{"start":1724921559017,"stop":1724921559018,"duration":1}},{"uid":"f8f0d2346551fa0e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f8f0d2346551fa0e","status":"passed","time":{"start":1724921524132,"stop":1724921524134,"duration":2}},{"uid":"e510e5be520500b3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e510e5be520500b3","status":"passed","time":{"start":1724918241664,"stop":1724918241665,"duration":1}},{"uid":"b4fe12d3b619302a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4fe12d3b619302a","status":"passed","time":{"start":1724889975476,"stop":1724889975476,"duration":0}},{"uid":"6c2e27ec584fe48a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c2e27ec584fe48a","status":"passed","time":{"start":1724889106060,"stop":1724889106061,"duration":1}},{"uid":"9ede5855685e90db","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9ede5855685e90db","status":"passed","time":{"start":1724888289482,"stop":1724888289483,"duration":1}},{"uid":"5610fd89f7ee9d1c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5610fd89f7ee9d1c","status":"passed","time":{"start":1724887057704,"stop":1724887057704,"duration":0}},{"uid":"60d1595ad4f80ebc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/60d1595ad4f80ebc","status":"passed","time":{"start":1724886839399,"stop":1724886839399,"duration":0}},{"uid":"9e1afbb7718e0ce0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e1afbb7718e0ce0","status":"passed","time":{"start":1724862256093,"stop":1724862256093,"duration":0}},{"uid":"a7165cef6667a2ca","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a7165cef6667a2ca","status":"passed","time":{"start":1724861742234,"stop":1724861742235,"duration":1}},{"uid":"6766d6c4d5a0cf45","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6766d6c4d5a0cf45","status":"passed","time":{"start":1724861595396,"stop":1724861595397,"duration":1}},{"uid":"4f89d15cc1ecf008","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4f89d15cc1ecf008","status":"passed","time":{"start":1724861424069,"stop":1724861424069,"duration":0}}]},"6e574c2999a9eea26bec4940a1333236:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3e4886f33fa1f812","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3e4886f33fa1f812","status":"passed","time":{"start":1724922928883,"stop":1724922928885,"duration":2}},{"uid":"a33beda5a3dd897e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a33beda5a3dd897e","status":"passed","time":{"start":1724921620594,"stop":1724921620594,"duration":0}},{"uid":"e3cd51627344421c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e3cd51627344421c","status":"passed","time":{"start":1724921566685,"stop":1724921566685,"duration":0}},{"uid":"81d8f563e744b51d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/81d8f563e744b51d","status":"passed","time":{"start":1724918280550,"stop":1724918280551,"duration":1}},{"uid":"58769718e64cbf5f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/58769718e64cbf5f","status":"passed","time":{"start":1724890019466,"stop":1724890019467,"duration":1}},{"uid":"bb5495eafeabcaa2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bb5495eafeabcaa2","status":"passed","time":{"start":1724889148720,"stop":1724889148720,"duration":0}},{"uid":"ba8cb70cdf45ddb0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ba8cb70cdf45ddb0","status":"passed","time":{"start":1724888331953,"stop":1724888331953,"duration":0}},{"uid":"fe778def8103857a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fe778def8103857a","status":"passed","time":{"start":1724887107112,"stop":1724887107112,"duration":0}},{"uid":"7c241e4faab09ea","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7c241e4faab09ea","status":"passed","time":{"start":1724886889606,"stop":1724886889606,"duration":0}},{"uid":"9b718fb354802aa0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9b718fb354802aa0","status":"passed","time":{"start":1724862298787,"stop":1724862298787,"duration":0}},{"uid":"20c701f1c66436af","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/20c701f1c66436af","status":"passed","time":{"start":1724861779250,"stop":1724861779251,"duration":1}},{"uid":"34a780af7336ee89","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/34a780af7336ee89","status":"passed","time":{"start":1724861646558,"stop":1724861646558,"duration":0}},{"uid":"3f654c3d18f17ef","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3f654c3d18f17ef","status":"passed","time":{"start":1724861466606,"stop":1724861466607,"duration":1}}]},"bdb915d241378b0c53ed68c54b77c7ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5194f956330f3760","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5194f956330f3760","status":"passed","time":{"start":1724922853910,"stop":1724922853910,"duration":0}},{"uid":"1d538544713498a1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1d538544713498a1","status":"passed","time":{"start":1724921529572,"stop":1724921529572,"duration":0}},{"uid":"f3839bce24dd470","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f3839bce24dd470","status":"passed","time":{"start":1724921488873,"stop":1724921488874,"duration":1}},{"uid":"a2ca40d48d925246","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a2ca40d48d925246","status":"passed","time":{"start":1724918203669,"stop":1724918203670,"duration":1}},{"uid":"6e5b5da572999626","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e5b5da572999626","status":"passed","time":{"start":1724889938353,"stop":1724889938353,"duration":0}},{"uid":"c4286acf552e37c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4286acf552e37c7","status":"passed","time":{"start":1724889077033,"stop":1724889077033,"duration":0}},{"uid":"8275fd1553ac9c4b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8275fd1553ac9c4b","status":"passed","time":{"start":1724888268007,"stop":1724888268008,"duration":1}},{"uid":"575c19c2ef31bc30","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/575c19c2ef31bc30","status":"passed","time":{"start":1724887032390,"stop":1724887032390,"duration":0}},{"uid":"3a37367dba538f1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3a37367dba538f1","status":"passed","time":{"start":1724886822786,"stop":1724886822786,"duration":0}},{"uid":"635f12c01b39496e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/635f12c01b39496e","status":"passed","time":{"start":1724862233504,"stop":1724862233504,"duration":0}},{"uid":"e48276a534e4b0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e48276a534e4b0","status":"passed","time":{"start":1724861712664,"stop":1724861712665,"duration":1}},{"uid":"3296ce89b58992ba","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3296ce89b58992ba","status":"passed","time":{"start":1724861567882,"stop":1724861567883,"duration":1}},{"uid":"5289d3a99c0d3e6f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5289d3a99c0d3e6f","status":"passed","time":{"start":1724861392039,"stop":1724861392039,"duration":0}}]},"75aa2eb60b250dc6b536d32d583528a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d326825f1d8905f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d326825f1d8905f","status":"passed","time":{"start":1724888232426,"stop":1724888232426,"duration":0}}]},"2619b2541fa9c8572be6acdd5b14ee72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"41ccd65bb03671e6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/41ccd65bb03671e6","status":"passed","time":{"start":1724922398921,"stop":1724922398922,"duration":1}},{"uid":"42be8292f8cf9f05","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/42be8292f8cf9f05","status":"passed","time":{"start":1724921061850,"stop":1724921061850,"duration":0}},{"uid":"86b577c84424d991","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/86b577c84424d991","status":"passed","time":{"start":1724921037159,"stop":1724921037159,"duration":0}},{"uid":"7303cf7fe806c08f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7303cf7fe806c08f","status":"passed","time":{"start":1724917697303,"stop":1724917697303,"duration":0}},{"uid":"b6ce8f9ef0ae75b5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b6ce8f9ef0ae75b5","status":"passed","time":{"start":1724889476085,"stop":1724889476085,"duration":0}},{"uid":"2ea6c41902db1415","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ea6c41902db1415","status":"passed","time":{"start":1724888626888,"stop":1724888626889,"duration":1}},{"uid":"85b02386658222e8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/85b02386658222e8","status":"passed","time":{"start":1724887783109,"stop":1724887783109,"duration":0}},{"uid":"27cc458fe90a7fb7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/27cc458fe90a7fb7","status":"passed","time":{"start":1724886549921,"stop":1724886549921,"duration":0}},{"uid":"135d4bcd7a588dfd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/135d4bcd7a588dfd","status":"passed","time":{"start":1724886327582,"stop":1724886327582,"duration":0}},{"uid":"ffd369f81777278","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ffd369f81777278","status":"passed","time":{"start":1724861776808,"stop":1724861776808,"duration":0}},{"uid":"99a3def63e020c55","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/99a3def63e020c55","status":"passed","time":{"start":1724861247300,"stop":1724861247300,"duration":0}},{"uid":"e9059d322204dfb5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e9059d322204dfb5","status":"passed","time":{"start":1724861071396,"stop":1724861071396,"duration":0}},{"uid":"e4c1ae31f9dcb46f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e4c1ae31f9dcb46f","status":"passed","time":{"start":1724860931796,"stop":1724860931796,"duration":0}}]},"a4180280210406381c2ee4176b7aa032:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2a1928ece6b79d6b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2a1928ece6b79d6b","status":"passed","time":{"start":1724921556063,"stop":1724921556063,"duration":0}}]},"d4a849ab6addb63e31be56e1d247cfa4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9068b681eb2a5d5d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9068b681eb2a5d5d","status":"passed","time":{"start":1724886906385,"stop":1724886906385,"duration":0}}]},"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"aa340ee2e7f0031c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/aa340ee2e7f0031c","status":"passed","time":{"start":1724922635360,"stop":1724922635360,"duration":0}},{"uid":"f58c94273ed9034f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f58c94273ed9034f","status":"passed","time":{"start":1724921297020,"stop":1724921297020,"duration":0}},{"uid":"ceb13f649f91dc1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ceb13f649f91dc1","status":"passed","time":{"start":1724921276382,"stop":1724921276383,"duration":1}},{"uid":"ce98eb7987d972c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ce98eb7987d972c","status":"passed","time":{"start":1724917948331,"stop":1724917948331,"duration":0}},{"uid":"92a2318d2a0edef5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92a2318d2a0edef5","status":"passed","time":{"start":1724889729021,"stop":1724889729022,"duration":1}},{"uid":"92a3b2b35d1aaea0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92a3b2b35d1aaea0","status":"passed","time":{"start":1724888864961,"stop":1724888864961,"duration":0}},{"uid":"96e1d97f3f875430","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/96e1d97f3f875430","status":"passed","time":{"start":1724888053754,"stop":1724888053754,"duration":0}},{"uid":"8ecbf566fa3e85ae","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8ecbf566fa3e85ae","status":"passed","time":{"start":1724886811668,"stop":1724886811669,"duration":1}},{"uid":"77460ffc8301b209","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/77460ffc8301b209","status":"passed","time":{"start":1724886581010,"stop":1724886581011,"duration":1}},{"uid":"d3208cc5ed9085cd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3208cc5ed9085cd","status":"passed","time":{"start":1724862019567,"stop":1724862019567,"duration":0}},{"uid":"fdac873218bc2039","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fdac873218bc2039","status":"passed","time":{"start":1724861493944,"stop":1724861493945,"duration":1}},{"uid":"f72c1948d79ea348","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f72c1948d79ea348","status":"passed","time":{"start":1724861318065,"stop":1724861318066,"duration":1}},{"uid":"f75ee18108c25d13","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f75ee18108c25d13","status":"passed","time":{"start":1724861178525,"stop":1724861178525,"duration":0}}]},"9978146f71cdaf2c91c43835af5abd94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"53e673eda1e33ea9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/53e673eda1e33ea9","status":"passed","time":{"start":1724861741895,"stop":1724861741896,"duration":1}}]},"8b563cac024dfd1d5d7344c3681e3e58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"22c47c8710bd5f7b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/22c47c8710bd5f7b","status":"passed","time":{"start":1724922946240,"stop":1724922946241,"duration":1}}]},"f03178e8aa5334e5fc36c12da3793a14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d8ab9c3464e594f5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d8ab9c3464e594f5","status":"passed","time":{"start":1724922983783,"stop":1724922983784,"duration":1}},{"uid":"3acefc6a93f80c07","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3acefc6a93f80c07","status":"passed","time":{"start":1724921656193,"stop":1724921656193,"duration":0}},{"uid":"6283680f11f31f47","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6283680f11f31f47","status":"passed","time":{"start":1724921620460,"stop":1724921620461,"duration":1}},{"uid":"a2076e74a7db555a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a2076e74a7db555a","status":"passed","time":{"start":1724918327711,"stop":1724918327711,"duration":0}},{"uid":"79f375f8d8e4c1aa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/79f375f8d8e4c1aa","status":"passed","time":{"start":1724890078471,"stop":1724890078471,"duration":0}},{"uid":"b04153d7b61eb054","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b04153d7b61eb054","status":"passed","time":{"start":1724889213827,"stop":1724889213827,"duration":0}},{"uid":"553e09dbb7999484","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/553e09dbb7999484","status":"passed","time":{"start":1724888383603,"stop":1724888383603,"duration":0}},{"uid":"a4a556ecfd64d72","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a4a556ecfd64d72","status":"passed","time":{"start":1724887164579,"stop":1724887164579,"duration":0}},{"uid":"733e7d776c172bdc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/733e7d776c172bdc","status":"passed","time":{"start":1724886943102,"stop":1724886943102,"duration":0}},{"uid":"df394d41dbda8305","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/df394d41dbda8305","status":"passed","time":{"start":1724862368930,"stop":1724862368930,"duration":0}},{"uid":"c742638f7fbd37ab","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c742638f7fbd37ab","status":"passed","time":{"start":1724861835947,"stop":1724861835947,"duration":0}},{"uid":"4f274b06842babfc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4f274b06842babfc","status":"passed","time":{"start":1724861692904,"stop":1724861692904,"duration":0}},{"uid":"64520d79f8654367","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/64520d79f8654367","status":"passed","time":{"start":1724861520701,"stop":1724861520701,"duration":0}}]},"c19fe6ac785d492841a76d7baf8b0320:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c7d6eefb8b517887","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c7d6eefb8b517887","status":"passed","time":{"start":1724862320146,"stop":1724862320147,"duration":1}}]},"a862b167541998a8690154c06ad67ffd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b2ff9a7669feac70","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b2ff9a7669feac70","status":"passed","time":{"start":1724921244376,"stop":1724921244381,"duration":5}}]},"310a6b23dddace14d3a55637b08d3b88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8b512a0f82774432","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8b512a0f82774432","status":"passed","time":{"start":1724922439101,"stop":1724922439101,"duration":0}},{"uid":"6564cbbd37fe18cb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6564cbbd37fe18cb","status":"passed","time":{"start":1724921098918,"stop":1724921098918,"duration":0}},{"uid":"ad364c897ec599fc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ad364c897ec599fc","status":"passed","time":{"start":1724921073395,"stop":1724921073396,"duration":1}},{"uid":"e0966ea4e7f4b670","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e0966ea4e7f4b670","status":"passed","time":{"start":1724917744663,"stop":1724917744663,"duration":0}},{"uid":"c2946a505514ba99","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2946a505514ba99","status":"passed","time":{"start":1724889518044,"stop":1724889518044,"duration":0}},{"uid":"a9c69ce0e7e364d1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9c69ce0e7e364d1","status":"passed","time":{"start":1724888665802,"stop":1724888665802,"duration":0}},{"uid":"267a5519cc0d69e7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/267a5519cc0d69e7","status":"passed","time":{"start":1724887821952,"stop":1724887821952,"duration":0}},{"uid":"cc7ada8ae18e72ce","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc7ada8ae18e72ce","status":"passed","time":{"start":1724886586925,"stop":1724886586925,"duration":0}},{"uid":"a22f317f4fd209df","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a22f317f4fd209df","status":"passed","time":{"start":1724886375231,"stop":1724886375232,"duration":1}},{"uid":"e664f41d32e8cb6c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e664f41d32e8cb6c","status":"passed","time":{"start":1724861815217,"stop":1724861815217,"duration":0}},{"uid":"b5fd2d6d668a757b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b5fd2d6d668a757b","status":"passed","time":{"start":1724861291722,"stop":1724861291722,"duration":0}},{"uid":"e11fd9f622f90dbb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e11fd9f622f90dbb","status":"passed","time":{"start":1724861109878,"stop":1724861109879,"duration":1}},{"uid":"8179cebf8aeda35","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8179cebf8aeda35","status":"passed","time":{"start":1724860972343,"stop":1724860972343,"duration":0}}]},"c2365eda06fd7fa9ba7217cee5e48a26:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"be16419b9ccbe288","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/be16419b9ccbe288","status":"passed","time":{"start":1724922778323,"stop":1724922778323,"duration":0}},{"uid":"f915f532cffc161b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f915f532cffc161b","status":"passed","time":{"start":1724921497752,"stop":1724921497752,"duration":0}},{"uid":"1e3268797b1bc802","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1e3268797b1bc802","status":"passed","time":{"start":1724921408406,"stop":1724921408407,"duration":1}},{"uid":"1a1d9bbd032bd827","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1a1d9bbd032bd827","status":"passed","time":{"start":1724918086868,"stop":1724918086868,"duration":0}},{"uid":"afef6203c3b3b900","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/afef6203c3b3b900","status":"passed","time":{"start":1724889892442,"stop":1724889892443,"duration":1}},{"uid":"77749c33f524cbf0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/77749c33f524cbf0","status":"passed","time":{"start":1724888997213,"stop":1724888997214,"duration":1}},{"uid":"5c5470019b110fec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5c5470019b110fec","status":"passed","time":{"start":1724888159485,"stop":1724888159486,"duration":1}},{"uid":"507c038c9457a236","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/507c038c9457a236","status":"passed","time":{"start":1724886937288,"stop":1724886937288,"duration":0}},{"uid":"5c27091ac3cedd29","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5c27091ac3cedd29","status":"passed","time":{"start":1724886709796,"stop":1724886709796,"duration":0}},{"uid":"f3a7eb9b1f7a7ed9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3a7eb9b1f7a7ed9","status":"passed","time":{"start":1724862123534,"stop":1724862123534,"duration":0}},{"uid":"6e41a6e0d3568946","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6e41a6e0d3568946","status":"passed","time":{"start":1724861620101,"stop":1724861620101,"duration":0}},{"uid":"c851d22ee14564e1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c851d22ee14564e1","status":"passed","time":{"start":1724861460232,"stop":1724861460233,"duration":1}},{"uid":"a366114d4da48bed","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a366114d4da48bed","status":"passed","time":{"start":1724861330168,"stop":1724861330169,"duration":1}}]},"c3aa81c34208caf9ba4f2bc51c7f015f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cd03c58e654ec80e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cd03c58e654ec80e","status":"passed","time":{"start":1724922383084,"stop":1724922383084,"duration":0}},{"uid":"1ac9e709ba47a446","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1ac9e709ba47a446","status":"passed","time":{"start":1724921046200,"stop":1724921046201,"duration":1}},{"uid":"ca58b3c048140554","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ca58b3c048140554","status":"passed","time":{"start":1724921021471,"stop":1724921021472,"duration":1}},{"uid":"79034d869982d134","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/79034d869982d134","status":"passed","time":{"start":1724917681720,"stop":1724917681720,"duration":0}},{"uid":"b2a4369feaf718a4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b2a4369feaf718a4","status":"passed","time":{"start":1724889460652,"stop":1724889460652,"duration":0}},{"uid":"9865686eda37ad2c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9865686eda37ad2c","status":"passed","time":{"start":1724888611292,"stop":1724888611292,"duration":0}},{"uid":"13d0ae89fc3b59b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/13d0ae89fc3b59b","status":"passed","time":{"start":1724887767620,"stop":1724887767620,"duration":0}},{"uid":"73b7c3dd5ba01bac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/73b7c3dd5ba01bac","status":"passed","time":{"start":1724886533986,"stop":1724886533987,"duration":1}},{"uid":"56b5416fe1131083","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/56b5416fe1131083","status":"passed","time":{"start":1724886311755,"stop":1724886311755,"duration":0}},{"uid":"47da653be19bcf46","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/47da653be19bcf46","status":"passed","time":{"start":1724861760771,"stop":1724861760771,"duration":0}},{"uid":"958342e2ab184065","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/958342e2ab184065","status":"passed","time":{"start":1724861231730,"stop":1724861231734,"duration":4}},{"uid":"df243230e79adfb4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/df243230e79adfb4","status":"passed","time":{"start":1724861054252,"stop":1724861054252,"duration":0}},{"uid":"56417787583eabf2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/56417787583eabf2","status":"passed","time":{"start":1724860915810,"stop":1724860915810,"duration":0}}]},"b3338ef83501576e210e39f56e906273:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f5c8481d62d0d615","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f5c8481d62d0d615","status":"passed","time":{"start":1724922966704,"stop":1724922966704,"duration":0}},{"uid":"6fc875120106ada0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6fc875120106ada0","status":"passed","time":{"start":1724921640663,"stop":1724921640663,"duration":0}},{"uid":"4297c5cb512f83ab","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4297c5cb512f83ab","status":"passed","time":{"start":1724921597586,"stop":1724921597586,"duration":0}},{"uid":"aeba00f6554e322f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/aeba00f6554e322f","status":"passed","time":{"start":1724918306248,"stop":1724918306249,"duration":1}},{"uid":"e1dd7250f4aa2732","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e1dd7250f4aa2732","status":"passed","time":{"start":1724890060300,"stop":1724890060300,"duration":0}},{"uid":"3816255c958606c1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3816255c958606c1","status":"passed","time":{"start":1724889191328,"stop":1724889191328,"duration":0}},{"uid":"ba2eb602b4bb5a1d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ba2eb602b4bb5a1d","status":"passed","time":{"start":1724888368606,"stop":1724888368606,"duration":0}},{"uid":"941f4f2478a14a81","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/941f4f2478a14a81","status":"passed","time":{"start":1724887150940,"stop":1724887150940,"duration":0}},{"uid":"a82ef38af4984a04","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a82ef38af4984a04","status":"passed","time":{"start":1724886928811,"stop":1724886928811,"duration":0}},{"uid":"682bdbc3bbe715e6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/682bdbc3bbe715e6","status":"passed","time":{"start":1724862346041,"stop":1724862346041,"duration":0}},{"uid":"be79284df8bc88d7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/be79284df8bc88d7","status":"passed","time":{"start":1724861823100,"stop":1724861823100,"duration":0}},{"uid":"94d87e74801d19d8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/94d87e74801d19d8","status":"passed","time":{"start":1724861677722,"stop":1724861677723,"duration":1}},{"uid":"125538b05bee7c63","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/125538b05bee7c63","status":"passed","time":{"start":1724861503958,"stop":1724861503958,"duration":0}}]},"902c7819b2f906f32bfe7adb553c673b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a302a6a9c56795c6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a302a6a9c56795c6","status":"passed","time":{"start":1724922921470,"stop":1724922921470,"duration":0}},{"uid":"ad029ca824037832","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ad029ca824037832","status":"passed","time":{"start":1724921602961,"stop":1724921602967,"duration":6}},{"uid":"23f63bda147f8f4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/23f63bda147f8f4","status":"passed","time":{"start":1724921571105,"stop":1724921571106,"duration":1}},{"uid":"86a2ecef9686cca","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/86a2ecef9686cca","status":"passed","time":{"start":1724918285611,"stop":1724918285612,"duration":1}},{"uid":"f527a9ffbe1c6513","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f527a9ffbe1c6513","status":"passed","time":{"start":1724890030099,"stop":1724890030100,"duration":1}},{"uid":"ae87c4632c195cbf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ae87c4632c195cbf","status":"passed","time":{"start":1724889171920,"stop":1724889171920,"duration":0}},{"uid":"fa4d1be0db91f2fb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fa4d1be0db91f2fb","status":"passed","time":{"start":1724888350740,"stop":1724888350740,"duration":0}},{"uid":"c17e86af26ca8666","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c17e86af26ca8666","status":"passed","time":{"start":1724887115422,"stop":1724887115423,"duration":1}},{"uid":"f532bb29357ded82","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f532bb29357ded82","status":"passed","time":{"start":1724886884584,"stop":1724886884584,"duration":0}},{"uid":"fc2c361343abf849","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc2c361343abf849","status":"passed","time":{"start":1724862322275,"stop":1724862322276,"duration":1}},{"uid":"230095fe68c6e8d0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/230095fe68c6e8d0","status":"passed","time":{"start":1724861790763,"stop":1724861790763,"duration":0}},{"uid":"ba5df9cbc9c7b7db","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ba5df9cbc9c7b7db","status":"passed","time":{"start":1724861628429,"stop":1724861628429,"duration":0}},{"uid":"3ff1335aa36a6593","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3ff1335aa36a6593","status":"passed","time":{"start":1724861465633,"stop":1724861465634,"duration":1}}]},"db6195f380365d8ef092b4b4ba6e82c3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3eeac006dbe1e4f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3eeac006dbe1e4f","status":"passed","time":{"start":1724888336460,"stop":1724888336461,"duration":1}}]},"9cabe131d72034c77ed828d117e102d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"83339b303d487a96","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/83339b303d487a96","status":"passed","time":{"start":1724922921473,"stop":1724922921473,"duration":0}},{"uid":"2f3226feb5270c75","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2f3226feb5270c75","status":"passed","time":{"start":1724921602985,"stop":1724921602986,"duration":1}},{"uid":"2f2dc7947c321d00","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2f2dc7947c321d00","status":"passed","time":{"start":1724921571109,"stop":1724921571109,"duration":0}},{"uid":"d2c021a887ac2355","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d2c021a887ac2355","status":"passed","time":{"start":1724918285616,"stop":1724918285617,"duration":1}},{"uid":"b5769597220891dd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b5769597220891dd","status":"passed","time":{"start":1724890030103,"stop":1724890030103,"duration":0}},{"uid":"c782142a78b76e8d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c782142a78b76e8d","status":"passed","time":{"start":1724889171930,"stop":1724889171931,"duration":1}},{"uid":"20447f84f3f0b98f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/20447f84f3f0b98f","status":"passed","time":{"start":1724888350742,"stop":1724888350744,"duration":2}},{"uid":"c83b99d65e92511c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c83b99d65e92511c","status":"passed","time":{"start":1724887115429,"stop":1724887115430,"duration":1}},{"uid":"be3f7f389bf0ec27","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/be3f7f389bf0ec27","status":"passed","time":{"start":1724886884587,"stop":1724886884587,"duration":0}},{"uid":"1b2f22b4570c50b7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1b2f22b4570c50b7","status":"passed","time":{"start":1724862322278,"stop":1724862322278,"duration":0}},{"uid":"fcc72ae30bf840c7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fcc72ae30bf840c7","status":"passed","time":{"start":1724861790766,"stop":1724861790767,"duration":1}},{"uid":"1b68f64b6cf00fb6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1b68f64b6cf00fb6","status":"passed","time":{"start":1724861628432,"stop":1724861628432,"duration":0}},{"uid":"7a19e3bda27af2e0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7a19e3bda27af2e0","status":"passed","time":{"start":1724861465636,"stop":1724861465636,"duration":0}}]},"c39d6b8ce540fff53a16da756e5ce128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5dbe23fe23a94c7a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5dbe23fe23a94c7a","status":"passed","time":{"start":1724922921468,"stop":1724922921468,"duration":0}},{"uid":"f52eac6f5e3afc98","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f52eac6f5e3afc98","status":"passed","time":{"start":1724921602959,"stop":1724921602959,"duration":0}},{"uid":"3bc88ae633d6ddc1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3bc88ae633d6ddc1","status":"passed","time":{"start":1724921571102,"stop":1724921571102,"duration":0}},{"uid":"f4b36a9d8f5e560c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f4b36a9d8f5e560c","status":"passed","time":{"start":1724918285605,"stop":1724918285606,"duration":1}},{"uid":"12591038f1900c13","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/12591038f1900c13","status":"passed","time":{"start":1724890030097,"stop":1724890030097,"duration":0}},{"uid":"de6c09baaae7ba48","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/de6c09baaae7ba48","status":"passed","time":{"start":1724889171916,"stop":1724889171916,"duration":0}},{"uid":"6e6daf3b99a6a75","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6e6daf3b99a6a75","status":"passed","time":{"start":1724888350731,"stop":1724888350734,"duration":3}},{"uid":"ce77ef94aa4611ee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ce77ef94aa4611ee","status":"passed","time":{"start":1724887115417,"stop":1724887115418,"duration":1}},{"uid":"4befafe49e04cb5c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4befafe49e04cb5c","status":"passed","time":{"start":1724886884582,"stop":1724886884582,"duration":0}},{"uid":"8af722829f77c3b7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8af722829f77c3b7","status":"passed","time":{"start":1724862322267,"stop":1724862322267,"duration":0}},{"uid":"964c5d85b0303268","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/964c5d85b0303268","status":"passed","time":{"start":1724861790756,"stop":1724861790757,"duration":1}},{"uid":"6b8fda26cf95246e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6b8fda26cf95246e","status":"passed","time":{"start":1724861628426,"stop":1724861628426,"duration":0}},{"uid":"442429a6611966fa","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/442429a6611966fa","status":"passed","time":{"start":1724861465631,"stop":1724861465631,"duration":0}}]},"7525529448609d899418fbc61a88f88e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dbf4513184c70f0b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dbf4513184c70f0b","status":"passed","time":{"start":1724922928885,"stop":1724922928885,"duration":0}},{"uid":"6e93bfcb3caffb93","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6e93bfcb3caffb93","status":"passed","time":{"start":1724921620594,"stop":1724921620594,"duration":0}},{"uid":"fb4aa9aa3dcdfae9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fb4aa9aa3dcdfae9","status":"passed","time":{"start":1724921566685,"stop":1724921566686,"duration":1}},{"uid":"e360f056f428d203","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e360f056f428d203","status":"passed","time":{"start":1724918280551,"stop":1724918280551,"duration":0}},{"uid":"905185dc3ed673a3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/905185dc3ed673a3","status":"passed","time":{"start":1724890019467,"stop":1724890019468,"duration":1}},{"uid":"4b2ae1b4b0950871","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b2ae1b4b0950871","status":"passed","time":{"start":1724889148720,"stop":1724889148721,"duration":1}},{"uid":"76595f62b97da0ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/76595f62b97da0ba","status":"passed","time":{"start":1724888331953,"stop":1724888331953,"duration":0}},{"uid":"1a303750bcfa78c0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1a303750bcfa78c0","status":"passed","time":{"start":1724887107112,"stop":1724887107112,"duration":0}},{"uid":"9a69bff890d05660","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9a69bff890d05660","status":"passed","time":{"start":1724886889607,"stop":1724886889607,"duration":0}},{"uid":"decc67aa7310f9ea","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/decc67aa7310f9ea","status":"passed","time":{"start":1724862298787,"stop":1724862298788,"duration":1}},{"uid":"b3430cc2c1b1e994","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b3430cc2c1b1e994","status":"passed","time":{"start":1724861779251,"stop":1724861779251,"duration":0}},{"uid":"44e989a799fdb856","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/44e989a799fdb856","status":"passed","time":{"start":1724861646558,"stop":1724861646559,"duration":1}},{"uid":"5a3425acdb871b0f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5a3425acdb871b0f","status":"passed","time":{"start":1724861466607,"stop":1724861466610,"duration":3}}]},"3018426b970a809a6840d3ee8a5347bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1556cf1a20f7d8f3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1556cf1a20f7d8f3","status":"passed","time":{"start":1724921619634,"stop":1724921619634,"duration":0}}]},"1b23c5230857c0a2df468070123b132f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a1402f42df5d12ca","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a1402f42df5d12ca","status":"passed","time":{"start":1724861285836,"stop":1724861285836,"duration":0}}]},"121a98c10b212f26b4a94a365151a032:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c2648aab7fa3604","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c2648aab7fa3604","status":"passed","time":{"start":1724889072752,"stop":1724889072752,"duration":0}}]},"6c39df66853b3b1ff073abdfaa79b3f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ecd2ddd0332f70fd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ecd2ddd0332f70fd","status":"passed","time":{"start":1724922425592,"stop":1724922425595,"duration":3}},{"uid":"9b9d97f1a0e69d96","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9b9d97f1a0e69d96","status":"passed","time":{"start":1724921088189,"stop":1724921088192,"duration":3}},{"uid":"1006f3ce509de76b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1006f3ce509de76b","status":"passed","time":{"start":1724921063379,"stop":1724921063380,"duration":1}},{"uid":"a0bacc685a260231","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a0bacc685a260231","status":"passed","time":{"start":1724917723828,"stop":1724917723830,"duration":2}},{"uid":"5e1b5d3e7d493c50","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5e1b5d3e7d493c50","status":"passed","time":{"start":1724889503222,"stop":1724889503224,"duration":2}},{"uid":"cf5026969db80e1c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf5026969db80e1c","status":"passed","time":{"start":1724888652590,"stop":1724888652591,"duration":1}},{"uid":"3ef3300615bd931c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3ef3300615bd931c","status":"passed","time":{"start":1724887810644,"stop":1724887810646,"duration":2}},{"uid":"54f89253184da0bf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/54f89253184da0bf","status":"passed","time":{"start":1724886577050,"stop":1724886577053,"duration":3}},{"uid":"64ac8d81f04c631","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/64ac8d81f04c631","status":"passed","time":{"start":1724886355047,"stop":1724886355048,"duration":1}},{"uid":"2b3daf283148c91c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b3daf283148c91c","status":"passed","time":{"start":1724861804035,"stop":1724861804038,"duration":3}},{"uid":"d12e0fb67f9ff47f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d12e0fb67f9ff47f","status":"passed","time":{"start":1724861273292,"stop":1724861273294,"duration":2}},{"uid":"a9d957c280169d2b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a9d957c280169d2b","status":"passed","time":{"start":1724861099304,"stop":1724861099305,"duration":1}},{"uid":"a2fa560794e5beef","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a2fa560794e5beef","status":"passed","time":{"start":1724860959299,"stop":1724860959302,"duration":3}}]},"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"da145ecbd82880c5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/da145ecbd82880c5","status":"passed","time":{"start":1724922611418,"stop":1724922611418,"duration":0}},{"uid":"3c1cc34ce66e1cc2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3c1cc34ce66e1cc2","status":"passed","time":{"start":1724921270338,"stop":1724921270339,"duration":1}},{"uid":"4855263981f33fe5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4855263981f33fe5","status":"passed","time":{"start":1724921247770,"stop":1724921247770,"duration":0}},{"uid":"77ef4fedb2f6c5df","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/77ef4fedb2f6c5df","status":"passed","time":{"start":1724917989806,"stop":1724917989807,"duration":1}},{"uid":"30541af7c28928e7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/30541af7c28928e7","status":"passed","time":{"start":1724889678530,"stop":1724889678531,"duration":1}},{"uid":"930bb8f7505b27c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/930bb8f7505b27c7","status":"passed","time":{"start":1724888829821,"stop":1724888829821,"duration":0}},{"uid":"c899a7b5f1d21714","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c899a7b5f1d21714","status":"passed","time":{"start":1724888076967,"stop":1724888076969,"duration":2}},{"uid":"c65065b1368063b9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c65065b1368063b9","status":"passed","time":{"start":1724886851108,"stop":1724886851109,"duration":1}},{"uid":"d32792a4ec72026d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d32792a4ec72026d","status":"passed","time":{"start":1724886647045,"stop":1724886647046,"duration":1}},{"uid":"ae0326ccc5284d51","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ae0326ccc5284d51","status":"passed","time":{"start":1724861992699,"stop":1724861992700,"duration":1}},{"uid":"bd6c666a1616987d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bd6c666a1616987d","status":"passed","time":{"start":1724861469624,"stop":1724861469625,"duration":1}},{"uid":"f90b48e63263602a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f90b48e63263602a","status":"passed","time":{"start":1724861284842,"stop":1724861284843,"duration":1}},{"uid":"1f8099cfd9d74657","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1f8099cfd9d74657","status":"passed","time":{"start":1724861145767,"stop":1724861145768,"duration":1}}]},"462880b226cba38b1bffc5c68a30a3d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fe8178d8b944f6df","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fe8178d8b944f6df","status":"passed","time":{"start":1724921475501,"stop":1724921475501,"duration":0}}]},"ea3a5bc738726324dac921efad4a8cce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"31aa057e9e1c0767","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/31aa057e9e1c0767","status":"passed","time":{"start":1724923012462,"stop":1724923012462,"duration":0}},{"uid":"a8c0dbd5cd6abe23","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a8c0dbd5cd6abe23","status":"passed","time":{"start":1724921625047,"stop":1724921625048,"duration":1}},{"uid":"3c257845a2d8b6d8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3c257845a2d8b6d8","status":"passed","time":{"start":1724921590493,"stop":1724921590493,"duration":0}},{"uid":"21bbf6d1888e6f46","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/21bbf6d1888e6f46","status":"passed","time":{"start":1724918287563,"stop":1724918287563,"duration":0}},{"uid":"153323783fe9dd9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/153323783fe9dd9d","status":"passed","time":{"start":1724890047786,"stop":1724890047786,"duration":0}},{"uid":"8802e026be3bee96","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8802e026be3bee96","status":"passed","time":{"start":1724889183918,"stop":1724889183918,"duration":0}},{"uid":"e072d3649169d3a8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e072d3649169d3a8","status":"passed","time":{"start":1724888354163,"stop":1724888354164,"duration":1}},{"uid":"c7d59772642895fd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c7d59772642895fd","status":"passed","time":{"start":1724887145655,"stop":1724887145655,"duration":0}},{"uid":"ada094c3b23e3653","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ada094c3b23e3653","status":"passed","time":{"start":1724886915785,"stop":1724886915785,"duration":0}},{"uid":"532f73dbafb76b93","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/532f73dbafb76b93","status":"passed","time":{"start":1724862341435,"stop":1724862341435,"duration":0}},{"uid":"82571dae859f0c74","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/82571dae859f0c74","status":"passed","time":{"start":1724861805440,"stop":1724861805440,"duration":0}},{"uid":"600d6df0148f62cb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/600d6df0148f62cb","status":"passed","time":{"start":1724861662254,"stop":1724861662254,"duration":0}},{"uid":"e69e0cf9f5cc0de4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e69e0cf9f5cc0de4","status":"passed","time":{"start":1724861492507,"stop":1724861492507,"duration":0}}]},"3fd6780894bdd07c81262aaa079902f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"78c4b51bd13a1ea6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/78c4b51bd13a1ea6","status":"passed","time":{"start":1724922439100,"stop":1724922439100,"duration":0}},{"uid":"7aa9618ccdb4bc71","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7aa9618ccdb4bc71","status":"passed","time":{"start":1724921098915,"stop":1724921098916,"duration":1}},{"uid":"fd73de245a74a90e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fd73de245a74a90e","status":"passed","time":{"start":1724921073393,"stop":1724921073394,"duration":1}},{"uid":"626cfcecaf5da4c3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/626cfcecaf5da4c3","status":"passed","time":{"start":1724917744662,"stop":1724917744662,"duration":0}},{"uid":"f8f0233c5babf1dc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f8f0233c5babf1dc","status":"passed","time":{"start":1724889518043,"stop":1724889518043,"duration":0}},{"uid":"1c96f55dc58cca79","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c96f55dc58cca79","status":"passed","time":{"start":1724888665801,"stop":1724888665801,"duration":0}},{"uid":"361137825b00c90e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/361137825b00c90e","status":"passed","time":{"start":1724887821951,"stop":1724887821951,"duration":0}},{"uid":"2185298c26092dc5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2185298c26092dc5","status":"passed","time":{"start":1724886586924,"stop":1724886586925,"duration":1}},{"uid":"378e61cd16dffc10","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/378e61cd16dffc10","status":"passed","time":{"start":1724886375229,"stop":1724886375230,"duration":1}},{"uid":"23e312ed3de5fa1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/23e312ed3de5fa1","status":"passed","time":{"start":1724861815216,"stop":1724861815216,"duration":0}},{"uid":"4c0456a659d08660","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4c0456a659d08660","status":"passed","time":{"start":1724861291721,"stop":1724861291721,"duration":0}},{"uid":"6b7c6599e7b79a34","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6b7c6599e7b79a34","status":"passed","time":{"start":1724861109875,"stop":1724861109877,"duration":2}},{"uid":"d3e7f81ee94e87ac","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d3e7f81ee94e87ac","status":"passed","time":{"start":1724860972341,"stop":1724860972341,"duration":0}}]},"fa5fa52de910330bd6c58cbf3751a7d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c6648e0f7813e7d7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c6648e0f7813e7d7","status":"passed","time":{"start":1724922845238,"stop":1724922845238,"duration":0}},{"uid":"ea7d8fbfbea10b4f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ea7d8fbfbea10b4f","status":"passed","time":{"start":1724921515223,"stop":1724921515224,"duration":1}},{"uid":"c33d608172af286c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c33d608172af286c","status":"passed","time":{"start":1724921475443,"stop":1724921475443,"duration":0}},{"uid":"dd9ab18b183fc6ae","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd9ab18b183fc6ae","status":"passed","time":{"start":1724918179397,"stop":1724918179398,"duration":1}},{"uid":"bfa16b6eca52337c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bfa16b6eca52337c","status":"passed","time":{"start":1724889935338,"stop":1724889935339,"duration":1}},{"uid":"18240736891f8d6e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/18240736891f8d6e","status":"passed","time":{"start":1724889072751,"stop":1724889072751,"duration":0}},{"uid":"6a3ae0b49694af7b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a3ae0b49694af7b","status":"passed","time":{"start":1724888232412,"stop":1724888232412,"duration":0}},{"uid":"fe25bdc95d334620","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fe25bdc95d334620","status":"passed","time":{"start":1724887018300,"stop":1724887018300,"duration":0}},{"uid":"34218fa5380c6394","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/34218fa5380c6394","status":"passed","time":{"start":1724886781476,"stop":1724886781477,"duration":1}},{"uid":"31f6073fd2af007e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31f6073fd2af007e","status":"passed","time":{"start":1724862213660,"stop":1724862213660,"duration":0}},{"uid":"6ababa9bb9f4329","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6ababa9bb9f4329","status":"passed","time":{"start":1724861685853,"stop":1724861685853,"duration":0}},{"uid":"77608c22e74fe463","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/77608c22e74fe463","status":"passed","time":{"start":1724861546169,"stop":1724861546170,"duration":1}},{"uid":"2e9516485b94b203","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2e9516485b94b203","status":"passed","time":{"start":1724861378108,"stop":1724861378108,"duration":0}}]},"63f8c87e7b17ff4d0a0882f6b3aac6a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ac8e59357473049f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ac8e59357473049f","status":"passed","time":{"start":1724922887532,"stop":1724922887533,"duration":1}},{"uid":"fa1df6d135719105","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fa1df6d135719105","status":"passed","time":{"start":1724921564783,"stop":1724921564783,"duration":0}},{"uid":"fd770f49e068253d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fd770f49e068253d","status":"passed","time":{"start":1724921518828,"stop":1724921518829,"duration":1}},{"uid":"ec6d5d5617379a9a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ec6d5d5617379a9a","status":"passed","time":{"start":1724918229405,"stop":1724918229405,"duration":0}},{"uid":"1ea30fdec9d00139","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1ea30fdec9d00139","status":"passed","time":{"start":1724889980707,"stop":1724889980707,"duration":0}},{"uid":"41ce446824c25d96","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/41ce446824c25d96","status":"passed","time":{"start":1724889111184,"stop":1724889111184,"duration":0}},{"uid":"cc1ec23c54248167","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc1ec23c54248167","status":"passed","time":{"start":1724888292547,"stop":1724888292547,"duration":0}},{"uid":"4b925c55d0b3c2e6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4b925c55d0b3c2e6","status":"passed","time":{"start":1724887068232,"stop":1724887068232,"duration":0}},{"uid":"cad0094371d5313f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cad0094371d5313f","status":"passed","time":{"start":1724886848935,"stop":1724886848935,"duration":0}},{"uid":"26797933cf1193ce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/26797933cf1193ce","status":"passed","time":{"start":1724862262054,"stop":1724862262055,"duration":1}},{"uid":"4b12e8bba18ba5a9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4b12e8bba18ba5a9","status":"passed","time":{"start":1724861741898,"stop":1724861741898,"duration":0}},{"uid":"80368d53527e9206","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/80368d53527e9206","status":"passed","time":{"start":1724861599501,"stop":1724861599502,"duration":1}},{"uid":"685e79da4124df9d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/685e79da4124df9d","status":"passed","time":{"start":1724861428480,"stop":1724861428480,"duration":0}}]},"e57dcf5e029b6069d3f519aa3cf8664c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"58c4114d53ef2cd3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/58c4114d53ef2cd3","status":"passed","time":{"start":1724922383092,"stop":1724922383092,"duration":0}},{"uid":"d65553ec6b4879b0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d65553ec6b4879b0","status":"passed","time":{"start":1724921046209,"stop":1724921046209,"duration":0}},{"uid":"31cf46c2519d1561","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/31cf46c2519d1561","status":"passed","time":{"start":1724921021480,"stop":1724921021481,"duration":1}},{"uid":"e7e3fa598c68b475","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e7e3fa598c68b475","status":"passed","time":{"start":1724917681728,"stop":1724917681728,"duration":0}},{"uid":"8750bb6c9cd4ea98","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8750bb6c9cd4ea98","status":"passed","time":{"start":1724889460657,"stop":1724889460657,"duration":0}},{"uid":"2b7f848e121cf3c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b7f848e121cf3c0","status":"passed","time":{"start":1724888611299,"stop":1724888611300,"duration":1}},{"uid":"46bd227a4e04a2c5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/46bd227a4e04a2c5","status":"passed","time":{"start":1724887767624,"stop":1724887767624,"duration":0}},{"uid":"d28b1b79a2a4113b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d28b1b79a2a4113b","status":"passed","time":{"start":1724886533996,"stop":1724886533996,"duration":0}},{"uid":"860fd3a1cb422e69","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/860fd3a1cb422e69","status":"passed","time":{"start":1724886311762,"stop":1724886311762,"duration":0}},{"uid":"faac1b1e69a34449","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/faac1b1e69a34449","status":"passed","time":{"start":1724861760780,"stop":1724861760780,"duration":0}},{"uid":"d21878a25fe57154","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d21878a25fe57154","status":"passed","time":{"start":1724861231738,"stop":1724861231738,"duration":0}},{"uid":"2aad86104fc3180e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2aad86104fc3180e","status":"passed","time":{"start":1724861054261,"stop":1724861054262,"duration":1}},{"uid":"eb6b72d43d3c74dd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/eb6b72d43d3c74dd","status":"passed","time":{"start":1724860915818,"stop":1724860915819,"duration":1}}]},"e05246201ab1c4afdb4400199328e7ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fd0f85aee7c8b223","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fd0f85aee7c8b223","status":"passed","time":{"start":1724922476375,"stop":1724922476376,"duration":1}},{"uid":"d0509697cfc93dc3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d0509697cfc93dc3","status":"passed","time":{"start":1724921141187,"stop":1724921141187,"duration":0}},{"uid":"ead735619cf8d3ca","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ead735619cf8d3ca","status":"passed","time":{"start":1724921118249,"stop":1724921118249,"duration":0}},{"uid":"65888c1ae3fe6e68","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/65888c1ae3fe6e68","status":"passed","time":{"start":1724917777551,"stop":1724917777551,"duration":0}},{"uid":"54eccb2499840e8a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/54eccb2499840e8a","status":"passed","time":{"start":1724889554664,"stop":1724889554665,"duration":1}},{"uid":"ac06d3739d9ff642","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ac06d3739d9ff642","status":"passed","time":{"start":1724888706937,"stop":1724888706938,"duration":1}},{"uid":"e5d5fb44d5ec5158","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e5d5fb44d5ec5158","status":"passed","time":{"start":1724887861773,"stop":1724887861773,"duration":0}},{"uid":"9279f7953ade5ce","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9279f7953ade5ce","status":"passed","time":{"start":1724886631477,"stop":1724886631477,"duration":0}},{"uid":"1bf71b81f878ac51","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1bf71b81f878ac51","status":"passed","time":{"start":1724886409745,"stop":1724886409746,"duration":1}},{"uid":"3f4aadcd371378b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3f4aadcd371378b","status":"passed","time":{"start":1724861858183,"stop":1724861858183,"duration":0}},{"uid":"becfbf7bb5eec9d0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/becfbf7bb5eec9d0","status":"passed","time":{"start":1724861324521,"stop":1724861324521,"duration":0}},{"uid":"cff641e91c9e2b32","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cff641e91c9e2b32","status":"passed","time":{"start":1724861152390,"stop":1724861152391,"duration":1}},{"uid":"11937476aaea96a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/11937476aaea96a","status":"passed","time":{"start":1724861011435,"stop":1724861011435,"duration":0}}]},"740bd35c687a3aeae457e287c034b229:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea4c21c13ce8a01","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ea4c21c13ce8a01","status":"passed","time":{"start":1724861685854,"stop":1724861685854,"duration":0}}]},"d3a9c53a535a12550d66935c3d177872:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d5811604d74d3628","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d5811604d74d3628","status":"passed","time":{"start":1724922727646,"stop":1724922727646,"duration":0}},{"uid":"68c5070683811b4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/68c5070683811b4","status":"passed","time":{"start":1724921379979,"stop":1724921379979,"duration":0}},{"uid":"d44276262445b17a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d44276262445b17a","status":"passed","time":{"start":1724921359713,"stop":1724921359714,"duration":1}},{"uid":"f7239cb964b523c4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f7239cb964b523c4","status":"passed","time":{"start":1724918127247,"stop":1724918127247,"duration":0}},{"uid":"9033446c43012e1d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9033446c43012e1d","status":"passed","time":{"start":1724889805613,"stop":1724889805613,"duration":0}},{"uid":"cd1195fe5c7013e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd1195fe5c7013e8","status":"passed","time":{"start":1724888940687,"stop":1724888940691,"duration":4}},{"uid":"9a75cb43becf3702","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9a75cb43becf3702","status":"passed","time":{"start":1724888168650,"stop":1724888168651,"duration":1}},{"uid":"90f7bda5ef5ec6e9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/90f7bda5ef5ec6e9","status":"passed","time":{"start":1724886924217,"stop":1724886924217,"duration":0}},{"uid":"1da0e54bfb894955","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1da0e54bfb894955","status":"passed","time":{"start":1724886701805,"stop":1724886701806,"duration":1}},{"uid":"56e4982b30e26b00","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/56e4982b30e26b00","status":"passed","time":{"start":1724862112742,"stop":1724862112742,"duration":0}},{"uid":"4db0aea29693bacd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4db0aea29693bacd","status":"passed","time":{"start":1724861584869,"stop":1724861584869,"duration":0}},{"uid":"26d9154c34cc0e09","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/26d9154c34cc0e09","status":"passed","time":{"start":1724861464495,"stop":1724861464496,"duration":1}},{"uid":"f5d54383bd36a9f6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f5d54383bd36a9f6","status":"passed","time":{"start":1724861254914,"stop":1724861254915,"duration":1}}]},"e4a36cd3d421c24f939acb3f71342b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7a04a994f7e4bb7a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7a04a994f7e4bb7a","status":"passed","time":{"start":1724923012461,"stop":1724923012461,"duration":0}},{"uid":"5d113b515c9b38cc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5d113b515c9b38cc","status":"passed","time":{"start":1724921625044,"stop":1724921625045,"duration":1}},{"uid":"4233ceeb40574b32","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4233ceeb40574b32","status":"passed","time":{"start":1724921590486,"stop":1724921590486,"duration":0}},{"uid":"94ec8f03bf2cf8a1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/94ec8f03bf2cf8a1","status":"passed","time":{"start":1724918287561,"stop":1724918287562,"duration":1}},{"uid":"ec65fd8f13543694","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ec65fd8f13543694","status":"passed","time":{"start":1724890047784,"stop":1724890047785,"duration":1}},{"uid":"965555c6303e2d9c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/965555c6303e2d9c","status":"passed","time":{"start":1724889183917,"stop":1724889183917,"duration":0}},{"uid":"3c8bb44124203b7b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3c8bb44124203b7b","status":"passed","time":{"start":1724888354162,"stop":1724888354162,"duration":0}},{"uid":"616307ca96195f37","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/616307ca96195f37","status":"passed","time":{"start":1724887145653,"stop":1724887145654,"duration":1}},{"uid":"fbe827090c7838a4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fbe827090c7838a4","status":"passed","time":{"start":1724886915781,"stop":1724886915782,"duration":1}},{"uid":"b4a9965d008c2003","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4a9965d008c2003","status":"passed","time":{"start":1724862341434,"stop":1724862341434,"duration":0}},{"uid":"af80dfffa745d804","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/af80dfffa745d804","status":"passed","time":{"start":1724861805437,"stop":1724861805438,"duration":1}},{"uid":"9e10ad230a828853","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9e10ad230a828853","status":"passed","time":{"start":1724861662252,"stop":1724861662253,"duration":1}},{"uid":"c35e8f38b692b801","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c35e8f38b692b801","status":"passed","time":{"start":1724861492505,"stop":1724861492506,"duration":1}}]},"9d6b2d6a9af243784bdf5b08e105b7a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"639fbd784ed11b42","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/639fbd784ed11b42","status":"passed","time":{"start":1724922398277,"stop":1724922398277,"duration":0}},{"uid":"d5a18059ea5bcee2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d5a18059ea5bcee2","status":"passed","time":{"start":1724921061619,"stop":1724921061619,"duration":0}},{"uid":"39e711c091029b79","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/39e711c091029b79","status":"passed","time":{"start":1724921036642,"stop":1724921036642,"duration":0}},{"uid":"7c45cff93ad3b4ac","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7c45cff93ad3b4ac","status":"passed","time":{"start":1724917696747,"stop":1724917696747,"duration":0}},{"uid":"79575522030285a8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/79575522030285a8","status":"passed","time":{"start":1724889476023,"stop":1724889476023,"duration":0}},{"uid":"c2ca9a5441896213","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2ca9a5441896213","status":"passed","time":{"start":1724888626863,"stop":1724888626864,"duration":1}},{"uid":"c556571a83e46331","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c556571a83e46331","status":"passed","time":{"start":1724887782852,"stop":1724887782852,"duration":0}},{"uid":"b1e016c09b39537f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b1e016c09b39537f","status":"passed","time":{"start":1724886549390,"stop":1724886549391,"duration":1}},{"uid":"734b1c89cc868345","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/734b1c89cc868345","status":"passed","time":{"start":1724886327495,"stop":1724886327495,"duration":0}},{"uid":"3af41a2da915e1d5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3af41a2da915e1d5","status":"passed","time":{"start":1724861776390,"stop":1724861776390,"duration":0}},{"uid":"2f6842a691020251","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2f6842a691020251","status":"passed","time":{"start":1724861247046,"stop":1724861247046,"duration":0}},{"uid":"9e3ba218194f29e5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9e3ba218194f29e5","status":"passed","time":{"start":1724861070813,"stop":1724861070813,"duration":0}},{"uid":"ed3e0e24215a7596","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ed3e0e24215a7596","status":"passed","time":{"start":1724860931510,"stop":1724860931510,"duration":0}}]},"671082dda436f41b8e22028d13a81697:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0257f173a3aec65","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f0257f173a3aec65","status":"passed","time":{"start":1724922946229,"stop":1724922946229,"duration":0}}]},"e029ab1aa9b5631bce594036f1f437f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5568d9a99a9f87a8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5568d9a99a9f87a8","status":"passed","time":{"start":1724922374663,"stop":1724922374663,"duration":0}},{"uid":"8c633cd02e4bcaf1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8c633cd02e4bcaf1","status":"passed","time":{"start":1724921037624,"stop":1724921037625,"duration":1}},{"uid":"aebc6183a09ad1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/aebc6183a09ad1","status":"passed","time":{"start":1724921013042,"stop":1724921013042,"duration":0}},{"uid":"b8e27f82367503fb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b8e27f82367503fb","status":"passed","time":{"start":1724917673280,"stop":1724917673280,"duration":0}},{"uid":"b465aa2880b2d393","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b465aa2880b2d393","status":"passed","time":{"start":1724889452300,"stop":1724889452300,"duration":0}},{"uid":"5916c73410997b84","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5916c73410997b84","status":"passed","time":{"start":1724888602829,"stop":1724888602829,"duration":0}},{"uid":"ac176ff4b4257ad5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ac176ff4b4257ad5","status":"passed","time":{"start":1724887759154,"stop":1724887759159,"duration":5}},{"uid":"c3ebf3a6b502a8d8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c3ebf3a6b502a8d8","status":"passed","time":{"start":1724886525539,"stop":1724886525539,"duration":0}},{"uid":"9eaa9018b2a68415","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9eaa9018b2a68415","status":"passed","time":{"start":1724886303387,"stop":1724886303388,"duration":1}},{"uid":"742a06763b17cfa0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/742a06763b17cfa0","status":"passed","time":{"start":1724861752215,"stop":1724861752215,"duration":0}},{"uid":"5eedae2622e2271c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5eedae2622e2271c","status":"passed","time":{"start":1724861223345,"stop":1724861223350,"duration":5}},{"uid":"219e9b323abfbd44","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/219e9b323abfbd44","status":"passed","time":{"start":1724861045191,"stop":1724861045191,"duration":0}},{"uid":"a5e4ce741ae6f0de","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a5e4ce741ae6f0de","status":"passed","time":{"start":1724860907073,"stop":1724860907079,"duration":6}}]},"bc2bca10ffeeff6a62fcb7846ea75c91:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"928b805060b40a32","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/928b805060b40a32","status":"passed","time":{"start":1724889171931,"stop":1724889171932,"duration":1}}]},"427ad7cdd06e56507121a5bd772f6d0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f918ca8cf0f7b53b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f918ca8cf0f7b53b","status":"passed","time":{"start":1724922921467,"stop":1724922921467,"duration":0}},{"uid":"342972e0e2aa70b0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/342972e0e2aa70b0","status":"passed","time":{"start":1724921602958,"stop":1724921602959,"duration":1}},{"uid":"c793403b217d1873","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c793403b217d1873","status":"passed","time":{"start":1724921571101,"stop":1724921571101,"duration":0}},{"uid":"6900097207bb3b0b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6900097207bb3b0b","status":"passed","time":{"start":1724918285600,"stop":1724918285601,"duration":1}},{"uid":"acf317e4a519c988","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/acf317e4a519c988","status":"passed","time":{"start":1724890030096,"stop":1724890030096,"duration":0}},{"uid":"bbf98d3d20b5e5f1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bbf98d3d20b5e5f1","status":"passed","time":{"start":1724889171914,"stop":1724889171914,"duration":0}},{"uid":"c865615589922df1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c865615589922df1","status":"passed","time":{"start":1724888350731,"stop":1724888350731,"duration":0}},{"uid":"45864da40d658583","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/45864da40d658583","status":"passed","time":{"start":1724887115416,"stop":1724887115417,"duration":1}},{"uid":"153359c3d7948166","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/153359c3d7948166","status":"passed","time":{"start":1724886884581,"stop":1724886884581,"duration":0}},{"uid":"c435284600233890","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c435284600233890","status":"passed","time":{"start":1724862322266,"stop":1724862322266,"duration":0}},{"uid":"c66719c827191b87","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c66719c827191b87","status":"passed","time":{"start":1724861790756,"stop":1724861790756,"duration":0}},{"uid":"9bd82e1eee83ef25","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9bd82e1eee83ef25","status":"passed","time":{"start":1724861628425,"stop":1724861628425,"duration":0}},{"uid":"ac5dead9158c0ea9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ac5dead9158c0ea9","status":"passed","time":{"start":1724861465630,"stop":1724861465630,"duration":0}}]},"5484e59896287f4c2b79aba6134a537d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a472365c2eb96e05","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a472365c2eb96e05","status":"passed","time":{"start":1724922921440,"stop":1724922921441,"duration":1}},{"uid":"de4bbd9198c25edc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/de4bbd9198c25edc","status":"passed","time":{"start":1724921602943,"stop":1724921602943,"duration":0}},{"uid":"e9e6b7879609c484","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e9e6b7879609c484","status":"passed","time":{"start":1724921571090,"stop":1724921571091,"duration":1}},{"uid":"c47d3913c868034c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c47d3913c868034c","status":"passed","time":{"start":1724918285580,"stop":1724918285582,"duration":2}},{"uid":"99547a6c48b9255a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/99547a6c48b9255a","status":"passed","time":{"start":1724890030085,"stop":1724890030086,"duration":1}},{"uid":"fc260026f7714751","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc260026f7714751","status":"passed","time":{"start":1724889171904,"stop":1724889171905,"duration":1}},{"uid":"66e0631e3e5c0ffc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/66e0631e3e5c0ffc","status":"passed","time":{"start":1724888350718,"stop":1724888350718,"duration":0}},{"uid":"648cfc8cc62dfd8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/648cfc8cc62dfd8","status":"passed","time":{"start":1724887115402,"stop":1724887115403,"duration":1}},{"uid":"a5a530b31a04c22e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a5a530b31a04c22e","status":"passed","time":{"start":1724886884567,"stop":1724886884567,"duration":0}},{"uid":"6b44db5282245a34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b44db5282245a34","status":"passed","time":{"start":1724862322242,"stop":1724862322244,"duration":2}},{"uid":"b3192b1c0ef795ad","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b3192b1c0ef795ad","status":"passed","time":{"start":1724861790747,"stop":1724861790747,"duration":0}},{"uid":"c77d1037ba56ce67","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c77d1037ba56ce67","status":"passed","time":{"start":1724861628415,"stop":1724861628416,"duration":1}},{"uid":"1aa4ef72d2f5757e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1aa4ef72d2f5757e","status":"passed","time":{"start":1724861465618,"stop":1724861465618,"duration":0}}]},"991461718c5f3485f242a580c3e99a0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"602c00187391e648","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/602c00187391e648","status":"passed","time":{"start":1724922408753,"stop":1724922408754,"duration":1}},{"uid":"2a8b157f2e0f69c6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2a8b157f2e0f69c6","status":"passed","time":{"start":1724921071992,"stop":1724921071993,"duration":1}},{"uid":"66158830946c4349","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/66158830946c4349","status":"passed","time":{"start":1724921046820,"stop":1724921046821,"duration":1}},{"uid":"e2d3fab56d1d20c2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e2d3fab56d1d20c2","status":"passed","time":{"start":1724917707020,"stop":1724917707021,"duration":1}},{"uid":"eb52d55738cb0fc8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eb52d55738cb0fc8","status":"passed","time":{"start":1724889485858,"stop":1724889485858,"duration":0}},{"uid":"8cef03bf54026900","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8cef03bf54026900","status":"passed","time":{"start":1724888636618,"stop":1724888636618,"duration":0}},{"uid":"ff05483882247792","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ff05483882247792","status":"passed","time":{"start":1724887792853,"stop":1724887792854,"duration":1}},{"uid":"1595a890410a9bc9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1595a890410a9bc9","status":"passed","time":{"start":1724886559722,"stop":1724886559722,"duration":0}},{"uid":"b443dbc0427e64df","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b443dbc0427e64df","status":"passed","time":{"start":1724886337373,"stop":1724886337374,"duration":1}},{"uid":"784e14a188c3e24e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/784e14a188c3e24e","status":"passed","time":{"start":1724861786728,"stop":1724861786728,"duration":0}},{"uid":"3c4762c014f750b2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3c4762c014f750b2","status":"passed","time":{"start":1724861257210,"stop":1724861257211,"duration":1}},{"uid":"9fa20334fa8f4894","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9fa20334fa8f4894","status":"passed","time":{"start":1724861081080,"stop":1724861081081,"duration":1}},{"uid":"2edfacf3152a3c91","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2edfacf3152a3c91","status":"passed","time":{"start":1724860941729,"stop":1724860941730,"duration":1}}]},"bb4ccf8c97821ee233c633280aad880b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f4611f22b9043dc5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f4611f22b9043dc5","status":"passed","time":{"start":1724918298101,"stop":1724918298101,"duration":0}}]},"c7d5c13df07b427f7358c7707061c319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7fc804d27fef10c6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7fc804d27fef10c6","status":"passed","time":{"start":1724886880630,"stop":1724886880631,"duration":1}}]},"e71cdddc2779b7240b83ed3833f5370a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a4db877cb6031790","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a4db877cb6031790","status":"passed","time":{"start":1724861655159,"stop":1724861655159,"duration":0}}]},"3f311222116e924e2765aece617642c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2227eca611fb7f03","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2227eca611fb7f03","status":"passed","time":{"start":1724923012473,"stop":1724923012474,"duration":1}},{"uid":"5e27f52307d37612","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5e27f52307d37612","status":"passed","time":{"start":1724921625079,"stop":1724921625080,"duration":1}},{"uid":"a73658d1f49fc907","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a73658d1f49fc907","status":"passed","time":{"start":1724921590504,"stop":1724921590504,"duration":0}},{"uid":"8d850bf4b2505017","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8d850bf4b2505017","status":"passed","time":{"start":1724918287571,"stop":1724918287571,"duration":0}},{"uid":"48b308e21cd70d39","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/48b308e21cd70d39","status":"passed","time":{"start":1724890047796,"stop":1724890047797,"duration":1}},{"uid":"d6a1154acab8a7c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d6a1154acab8a7c9","status":"passed","time":{"start":1724889183930,"stop":1724889183930,"duration":0}},{"uid":"4b59c9a35e105bf4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4b59c9a35e105bf4","status":"passed","time":{"start":1724888354177,"stop":1724888354177,"duration":0}},{"uid":"1e497b5252f7da47","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1e497b5252f7da47","status":"passed","time":{"start":1724887145699,"stop":1724887145700,"duration":1}},{"uid":"9b935c6c4a525026","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9b935c6c4a525026","status":"passed","time":{"start":1724886915793,"stop":1724886915793,"duration":0}},{"uid":"942bce296a6da870","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/942bce296a6da870","status":"passed","time":{"start":1724862341458,"stop":1724862341458,"duration":0}},{"uid":"527651dc3bb1ed28","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/527651dc3bb1ed28","status":"passed","time":{"start":1724861805456,"stop":1724861805456,"duration":0}},{"uid":"6118536843cea458","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6118536843cea458","status":"passed","time":{"start":1724861662292,"stop":1724861662293,"duration":1}},{"uid":"852520094e44d15b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/852520094e44d15b","status":"passed","time":{"start":1724861492521,"stop":1724861492521,"duration":0}}]},"7448c2efa16fe9e07f95bd6e1f6af60e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"350f27d8d52022b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/350f27d8d52022b","status":"passed","time":{"start":1724922374692,"stop":1724922374692,"duration":0}},{"uid":"55482b4400b3610f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/55482b4400b3610f","status":"passed","time":{"start":1724921037652,"stop":1724921037652,"duration":0}},{"uid":"874d7cd057bdd35e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/874d7cd057bdd35e","status":"passed","time":{"start":1724921013066,"stop":1724921013066,"duration":0}},{"uid":"fc13980063c77e26","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fc13980063c77e26","status":"passed","time":{"start":1724917673306,"stop":1724917673306,"duration":0}},{"uid":"1f809e339452db2f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1f809e339452db2f","status":"passed","time":{"start":1724889452326,"stop":1724889452326,"duration":0}},{"uid":"fbc5580f0a1f1d3a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fbc5580f0a1f1d3a","status":"passed","time":{"start":1724888602858,"stop":1724888602859,"duration":1}},{"uid":"3f5f7a50921739d0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3f5f7a50921739d0","status":"passed","time":{"start":1724887759179,"stop":1724887759179,"duration":0}},{"uid":"9ae5ff04867b881a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9ae5ff04867b881a","status":"passed","time":{"start":1724886525557,"stop":1724886525557,"duration":0}},{"uid":"f63a7ae6d45c389a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f63a7ae6d45c389a","status":"passed","time":{"start":1724886303412,"stop":1724886303412,"duration":0}},{"uid":"497d2b86a76b55cc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/497d2b86a76b55cc","status":"passed","time":{"start":1724861752249,"stop":1724861752249,"duration":0}},{"uid":"8ea9afb7a5e29b34","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8ea9afb7a5e29b34","status":"passed","time":{"start":1724861223369,"stop":1724861223369,"duration":0}},{"uid":"895151fd64e55d8c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/895151fd64e55d8c","status":"passed","time":{"start":1724861045218,"stop":1724861045219,"duration":1}},{"uid":"dd986bc936ac4ce3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dd986bc936ac4ce3","status":"passed","time":{"start":1724860907105,"stop":1724860907105,"duration":0}}]},"c4c65aecf7fb6147572e5e9728555050:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7d53c2a045bc6637","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7d53c2a045bc6637","status":"passed","time":{"start":1724922374673,"stop":1724922374674,"duration":1}},{"uid":"4b2d9748a50e8bf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4b2d9748a50e8bf","status":"passed","time":{"start":1724921037634,"stop":1724921037634,"duration":0}},{"uid":"fa3bc5204bf4fead","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fa3bc5204bf4fead","status":"passed","time":{"start":1724921013046,"stop":1724921013046,"duration":0}},{"uid":"21a35934c610e957","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/21a35934c610e957","status":"passed","time":{"start":1724917673290,"stop":1724917673290,"duration":0}},{"uid":"b147c76bc34d19fc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b147c76bc34d19fc","status":"passed","time":{"start":1724889452308,"stop":1724889452309,"duration":1}},{"uid":"81c5c08e9632ee74","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/81c5c08e9632ee74","status":"passed","time":{"start":1724888602839,"stop":1724888602839,"duration":0}},{"uid":"e3e6ababfe7b2313","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e3e6ababfe7b2313","status":"passed","time":{"start":1724887759163,"stop":1724887759163,"duration":0}},{"uid":"8087ee96d08db47f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8087ee96d08db47f","status":"passed","time":{"start":1724886525542,"stop":1724886525542,"duration":0}},{"uid":"9a2701ee602d3b37","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9a2701ee602d3b37","status":"passed","time":{"start":1724886303395,"stop":1724886303395,"duration":0}},{"uid":"bc9a9f3a333c595","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc9a9f3a333c595","status":"passed","time":{"start":1724861752225,"stop":1724861752226,"duration":1}},{"uid":"ea32bb895b2ebf0e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ea32bb895b2ebf0e","status":"passed","time":{"start":1724861223354,"stop":1724861223354,"duration":0}},{"uid":"32f44c6500c74745","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/32f44c6500c74745","status":"passed","time":{"start":1724861045201,"stop":1724861045201,"duration":0}},{"uid":"c0dfdb2958f68160","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c0dfdb2958f68160","status":"passed","time":{"start":1724860907083,"stop":1724860907083,"duration":0}}]},"789c50e7df8eb304073270f96666a271:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8f6cfb4874fbfcef","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8f6cfb4874fbfcef","status":"passed","time":{"start":1724922845254,"stop":1724922845254,"duration":0}},{"uid":"fbe61787db9c75","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fbe61787db9c75","status":"passed","time":{"start":1724921515236,"stop":1724921515236,"duration":0}},{"uid":"90c4e11517c277f6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/90c4e11517c277f6","status":"passed","time":{"start":1724921475467,"stop":1724921475468,"duration":1}},{"uid":"a184fe496e5706c9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a184fe496e5706c9","status":"passed","time":{"start":1724918179408,"stop":1724918179409,"duration":1}},{"uid":"b5dab00e974d611a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b5dab00e974d611a","status":"passed","time":{"start":1724889935347,"stop":1724889935348,"duration":1}},{"uid":"854d84b4db2ec466","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/854d84b4db2ec466","status":"passed","time":{"start":1724889072762,"stop":1724889072762,"duration":0}},{"uid":"7732d0b352b70ff7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7732d0b352b70ff7","status":"passed","time":{"start":1724888232423,"stop":1724888232423,"duration":0}},{"uid":"3c837c62f18c9b0d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3c837c62f18c9b0d","status":"passed","time":{"start":1724887018310,"stop":1724887018310,"duration":0}},{"uid":"c9a55ede67333919","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c9a55ede67333919","status":"passed","time":{"start":1724886781489,"stop":1724886781490,"duration":1}},{"uid":"207226e907bce2ce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/207226e907bce2ce","status":"passed","time":{"start":1724862213670,"stop":1724862213671,"duration":1}},{"uid":"18b05b66b7f06403","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/18b05b66b7f06403","status":"passed","time":{"start":1724861685865,"stop":1724861685867,"duration":2}},{"uid":"43cdd80818e88e15","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/43cdd80818e88e15","status":"passed","time":{"start":1724861546198,"stop":1724861546198,"duration":0}},{"uid":"d4b07f8a2fbedd39","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d4b07f8a2fbedd39","status":"passed","time":{"start":1724861378119,"stop":1724861378120,"duration":1}}]},"d15aa3d7fc936cc750e36caccbc34d5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1df21667e7c6da89","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1df21667e7c6da89","status":"passed","time":{"start":1724889980705,"stop":1724889980705,"duration":0}}]},"84a8b9437c80e2f00d556a8f90df08fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a5147b5dbdbd9b30","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a5147b5dbdbd9b30","status":"passed","time":{"start":1724922635346,"stop":1724922635346,"duration":0}},{"uid":"c8e695608dd0efdc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c8e695608dd0efdc","status":"passed","time":{"start":1724921296996,"stop":1724921296996,"duration":0}},{"uid":"4fc60257ac906df5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4fc60257ac906df5","status":"passed","time":{"start":1724921276362,"stop":1724921276362,"duration":0}},{"uid":"bca62cc706bee21e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bca62cc706bee21e","status":"passed","time":{"start":1724917948306,"stop":1724917948307,"duration":1}},{"uid":"e933fd54f63c30bb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e933fd54f63c30bb","status":"passed","time":{"start":1724889729002,"stop":1724889729002,"duration":0}},{"uid":"f3efaa7706a572e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3efaa7706a572e8","status":"passed","time":{"start":1724888864948,"stop":1724888864949,"duration":1}},{"uid":"30b48c4c1a78263f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/30b48c4c1a78263f","status":"passed","time":{"start":1724888053730,"stop":1724888053731,"duration":1}},{"uid":"efd8826056d9b7bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/efd8826056d9b7bd","status":"passed","time":{"start":1724886811646,"stop":1724886811647,"duration":1}},{"uid":"8ea1287b163617dd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8ea1287b163617dd","status":"passed","time":{"start":1724886580998,"stop":1724886580999,"duration":1}},{"uid":"487e851d42fa6f8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/487e851d42fa6f8","status":"passed","time":{"start":1724862019552,"stop":1724862019554,"duration":2}},{"uid":"6d7ba8ada282133a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6d7ba8ada282133a","status":"passed","time":{"start":1724861493932,"stop":1724861493932,"duration":0}},{"uid":"d7cd5c89e568d4e8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d7cd5c89e568d4e8","status":"passed","time":{"start":1724861318012,"stop":1724861318012,"duration":0}},{"uid":"a3f0f6c72e53d354","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a3f0f6c72e53d354","status":"passed","time":{"start":1724861178505,"stop":1724861178506,"duration":1}}]},"96eeb60292012a27fed6176cb891717f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8f6cde5c8b4e6cb3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8f6cde5c8b4e6cb3","status":"passed","time":{"start":1724922921470,"stop":1724922921471,"duration":1}},{"uid":"1c70c0536b987f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1c70c0536b987f","status":"passed","time":{"start":1724921602967,"stop":1724921602976,"duration":9}},{"uid":"add32c25aab93d27","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/add32c25aab93d27","status":"passed","time":{"start":1724921571106,"stop":1724921571106,"duration":0}},{"uid":"8599fa9b35214a15","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8599fa9b35214a15","status":"passed","time":{"start":1724918285612,"stop":1724918285613,"duration":1}},{"uid":"a9dbbc823374d93c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9dbbc823374d93c","status":"passed","time":{"start":1724890030100,"stop":1724890030100,"duration":0}},{"uid":"594a3268f31e5750","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/594a3268f31e5750","status":"passed","time":{"start":1724889171923,"stop":1724889171925,"duration":2}},{"uid":"aca6fb116698bec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aca6fb116698bec","status":"passed","time":{"start":1724888350740,"stop":1724888350740,"duration":0}},{"uid":"d6d911b9cf99325e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d6d911b9cf99325e","status":"passed","time":{"start":1724887115423,"stop":1724887115424,"duration":1}},{"uid":"9cf7ad96d22d1bdd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9cf7ad96d22d1bdd","status":"passed","time":{"start":1724886884584,"stop":1724886884584,"duration":0}},{"uid":"7b08b3c080a9dd94","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b08b3c080a9dd94","status":"passed","time":{"start":1724862322276,"stop":1724862322276,"duration":0}},{"uid":"b6845cc00d948b68","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b6845cc00d948b68","status":"passed","time":{"start":1724861790764,"stop":1724861790764,"duration":0}},{"uid":"e41f592cd29047cb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e41f592cd29047cb","status":"passed","time":{"start":1724861628429,"stop":1724861628429,"duration":0}},{"uid":"67bfb73a05b4e699","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/67bfb73a05b4e699","status":"passed","time":{"start":1724861465634,"stop":1724861465634,"duration":0}}]},"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9f0ce0d57d487d6c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9f0ce0d57d487d6c","status":"passed","time":{"start":1724922984603,"stop":1724922984603,"duration":0}},{"uid":"b76d6413d2b43219","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b76d6413d2b43219","status":"passed","time":{"start":1724921665482,"stop":1724921665483,"duration":1}},{"uid":"95fb792f069900ed","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/95fb792f069900ed","status":"passed","time":{"start":1724921620264,"stop":1724921620264,"duration":0}},{"uid":"a35af7e0734ca9e2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a35af7e0734ca9e2","status":"passed","time":{"start":1724918327895,"stop":1724918327896,"duration":1}},{"uid":"6323f477ccfaa4d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6323f477ccfaa4d","status":"passed","time":{"start":1724890080825,"stop":1724890080825,"duration":0}},{"uid":"ed0bf291373cfa97","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ed0bf291373cfa97","status":"passed","time":{"start":1724889209275,"stop":1724889209275,"duration":0}},{"uid":"2dbb202a160a4b3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2dbb202a160a4b3","status":"passed","time":{"start":1724888392556,"stop":1724888392556,"duration":0}},{"uid":"14c1fc19b1c93154","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/14c1fc19b1c93154","status":"passed","time":{"start":1724887163401,"stop":1724887163401,"duration":0}},{"uid":"43c97aaf676f8217","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/43c97aaf676f8217","status":"passed","time":{"start":1724886939850,"stop":1724886939851,"duration":1}},{"uid":"3f9661fccd56e5f5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3f9661fccd56e5f5","status":"passed","time":{"start":1724862357132,"stop":1724862357133,"duration":1}},{"uid":"37ddbeed728baf51","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/37ddbeed728baf51","status":"passed","time":{"start":1724861837825,"stop":1724861837825,"duration":0}},{"uid":"764211d473f27d37","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/764211d473f27d37","status":"passed","time":{"start":1724861694571,"stop":1724861694571,"duration":0}},{"uid":"e77703e997109bf1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e77703e997109bf1","status":"passed","time":{"start":1724861523915,"stop":1724861523915,"duration":0}}]},"c229352398a6af9f0670d357527a6f15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f565c2a5ec42a7a1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f565c2a5ec42a7a1","status":"passed","time":{"start":1724922410313,"stop":1724922410313,"duration":0}},{"uid":"37f75bc7a8ed7232","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/37f75bc7a8ed7232","status":"passed","time":{"start":1724921073461,"stop":1724921073461,"duration":0}},{"uid":"b4c7e367ba133599","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b4c7e367ba133599","status":"passed","time":{"start":1724921048448,"stop":1724921048448,"duration":0}},{"uid":"3c07de702300b394","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3c07de702300b394","status":"passed","time":{"start":1724917708701,"stop":1724917708701,"duration":0}},{"uid":"86a5f2466ab2a77c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/86a5f2466ab2a77c","status":"passed","time":{"start":1724889487517,"stop":1724889487517,"duration":0}},{"uid":"c233acd90fccf0a8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c233acd90fccf0a8","status":"passed","time":{"start":1724888638224,"stop":1724888638224,"duration":0}},{"uid":"10a8e62bd847cdd9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/10a8e62bd847cdd9","status":"passed","time":{"start":1724887794484,"stop":1724887794485,"duration":1}},{"uid":"965cc1396629d2a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/965cc1396629d2a","status":"passed","time":{"start":1724886561407,"stop":1724886561408,"duration":1}},{"uid":"eacbe4b0ed25564e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eacbe4b0ed25564e","status":"passed","time":{"start":1724886339063,"stop":1724886339064,"duration":1}},{"uid":"4e0eed924e795294","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4e0eed924e795294","status":"passed","time":{"start":1724861788384,"stop":1724861788384,"duration":0}},{"uid":"c542e74339031a27","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c542e74339031a27","status":"passed","time":{"start":1724861258537,"stop":1724861258537,"duration":0}},{"uid":"c8a1d8efae2a5c9e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c8a1d8efae2a5c9e","status":"passed","time":{"start":1724861082797,"stop":1724861082797,"duration":0}},{"uid":"6c2182746a8fa938","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6c2182746a8fa938","status":"passed","time":{"start":1724860943249,"stop":1724860943249,"duration":0}}]},"60c049eb332867eababcd2ca0ce377fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8577205642549620","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8577205642549620","status":"passed","time":{"start":1724922374684,"stop":1724922374684,"duration":0}},{"uid":"1efbaf9fffa74590","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1efbaf9fffa74590","status":"passed","time":{"start":1724921037644,"stop":1724921037644,"duration":0}},{"uid":"ea3f10f85a67833a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ea3f10f85a67833a","status":"passed","time":{"start":1724921013057,"stop":1724921013057,"duration":0}},{"uid":"d1f81f25b8d0a753","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d1f81f25b8d0a753","status":"passed","time":{"start":1724917673299,"stop":1724917673299,"duration":0}},{"uid":"689d09f31c8bfa4c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/689d09f31c8bfa4c","status":"passed","time":{"start":1724889452318,"stop":1724889452318,"duration":0}},{"uid":"9d351307ef1777b1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9d351307ef1777b1","status":"passed","time":{"start":1724888602849,"stop":1724888602850,"duration":1}},{"uid":"c82435d03f02849a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c82435d03f02849a","status":"passed","time":{"start":1724887759171,"stop":1724887759171,"duration":0}},{"uid":"e4387cd71e7371b8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e4387cd71e7371b8","status":"passed","time":{"start":1724886525550,"stop":1724886525550,"duration":0}},{"uid":"af6e2f44347c5c77","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/af6e2f44347c5c77","status":"passed","time":{"start":1724886303404,"stop":1724886303405,"duration":1}},{"uid":"bf235c549cbfbdb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf235c549cbfbdb7","status":"passed","time":{"start":1724861752237,"stop":1724861752237,"duration":0}},{"uid":"5ce0f0fedf07e215","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5ce0f0fedf07e215","status":"passed","time":{"start":1724861223362,"stop":1724861223362,"duration":0}},{"uid":"73408a09a1f85016","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/73408a09a1f85016","status":"passed","time":{"start":1724861045210,"stop":1724861045210,"duration":0}},{"uid":"f42aa9b81c53bf83","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f42aa9b81c53bf83","status":"passed","time":{"start":1724860907092,"stop":1724860907093,"duration":1}}]},"58b07b2285e910f80ae373b96411434b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7d5829f6ee2d9376","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7d5829f6ee2d9376","status":"passed","time":{"start":1724922966286,"stop":1724922966286,"duration":0}},{"uid":"7504173fb531a2ac","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7504173fb531a2ac","status":"passed","time":{"start":1724921658746,"stop":1724921658746,"duration":0}},{"uid":"2c953e3125f33f49","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2c953e3125f33f49","status":"passed","time":{"start":1724921609580,"stop":1724921609580,"duration":0}},{"uid":"f5fe0e515f719a8c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f5fe0e515f719a8c","status":"passed","time":{"start":1724918323460,"stop":1724918323461,"duration":1}},{"uid":"90c1344acfc2d5ea","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/90c1344acfc2d5ea","status":"passed","time":{"start":1724890071666,"stop":1724890071666,"duration":0}},{"uid":"533d78acd6fa1a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/533d78acd6fa1a0","status":"passed","time":{"start":1724889207706,"stop":1724889207706,"duration":0}},{"uid":"f34e26a127cbe24a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f34e26a127cbe24a","status":"passed","time":{"start":1724888386327,"stop":1724888386327,"duration":0}},{"uid":"b0498c7beaba65d7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b0498c7beaba65d7","status":"passed","time":{"start":1724887153934,"stop":1724887153934,"duration":0}},{"uid":"315914820d4e18b7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/315914820d4e18b7","status":"passed","time":{"start":1724886927389,"stop":1724886927392,"duration":3}},{"uid":"4c303280d741ddda","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4c303280d741ddda","status":"passed","time":{"start":1724862360110,"stop":1724862360110,"duration":0}},{"uid":"4ddf538eca459edc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4ddf538eca459edc","status":"passed","time":{"start":1724861832843,"stop":1724861832843,"duration":0}},{"uid":"c01f9061bdb54d33","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c01f9061bdb54d33","status":"passed","time":{"start":1724861687428,"stop":1724861687428,"duration":0}},{"uid":"6843657efac2e6e7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6843657efac2e6e7","status":"passed","time":{"start":1724861513177,"stop":1724861513178,"duration":1}}]},"d41aeda8e0e38b29c149f84abdccaf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e562832d2744b6f2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e562832d2744b6f2","status":"passed","time":{"start":1724922921464,"stop":1724922921464,"duration":0}},{"uid":"4ccce9c4eac5b62d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4ccce9c4eac5b62d","status":"passed","time":{"start":1724921602955,"stop":1724921602956,"duration":1}},{"uid":"6c31bb45fdf25a98","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6c31bb45fdf25a98","status":"passed","time":{"start":1724921571099,"stop":1724921571099,"duration":0}},{"uid":"1b1365cbcc371264","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1b1365cbcc371264","status":"passed","time":{"start":1724918285595,"stop":1724918285596,"duration":1}},{"uid":"c49ae29de9853993","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c49ae29de9853993","status":"passed","time":{"start":1724890030092,"stop":1724890030093,"duration":1}},{"uid":"3500b3206aad0fa3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3500b3206aad0fa3","status":"passed","time":{"start":1724889171911,"stop":1724889171911,"duration":0}},{"uid":"41677dffd9cf62b0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/41677dffd9cf62b0","status":"passed","time":{"start":1724888350725,"stop":1724888350725,"duration":0}},{"uid":"ed35b0e9c88e3d7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ed35b0e9c88e3d7","status":"passed","time":{"start":1724887115411,"stop":1724887115412,"duration":1}},{"uid":"a0e340c43cf3250e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a0e340c43cf3250e","status":"passed","time":{"start":1724886884579,"stop":1724886884579,"duration":0}},{"uid":"d5b9958ac7687eb3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d5b9958ac7687eb3","status":"passed","time":{"start":1724862322260,"stop":1724862322261,"duration":1}},{"uid":"8535f128ee55b4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8535f128ee55b4","status":"passed","time":{"start":1724861790754,"stop":1724861790754,"duration":0}},{"uid":"8456cb8b75c3c556","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8456cb8b75c3c556","status":"passed","time":{"start":1724861628423,"stop":1724861628423,"duration":0}},{"uid":"978607ce31126c47","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/978607ce31126c47","status":"passed","time":{"start":1724861465627,"stop":1724861465628,"duration":1}}]},"105e0ceb16975c927e585a398dccf9b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c7df2d43b4170cb7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c7df2d43b4170cb7","status":"passed","time":{"start":1724922661636,"stop":1724922661636,"duration":0}},{"uid":"98d542a203ea1081","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/98d542a203ea1081","status":"passed","time":{"start":1724921321310,"stop":1724921321310,"duration":0}},{"uid":"86a7c024e44d9262","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/86a7c024e44d9262","status":"passed","time":{"start":1724921298784,"stop":1724921298784,"duration":0}},{"uid":"7f394a9cffedf53d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7f394a9cffedf53d","status":"passed","time":{"start":1724918008228,"stop":1724918008228,"duration":0}},{"uid":"bba8ccf97a27fa8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bba8ccf97a27fa8","status":"passed","time":{"start":1724889728594,"stop":1724889728595,"duration":1}},{"uid":"ced0ff5bbd5657f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ced0ff5bbd5657f","status":"passed","time":{"start":1724888882873,"stop":1724888882874,"duration":1}},{"uid":"fd05aaf94c4a70e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fd05aaf94c4a70e","status":"passed","time":{"start":1724888111024,"stop":1724888111024,"duration":0}},{"uid":"ebbf5727eee67dd1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ebbf5727eee67dd1","status":"passed","time":{"start":1724886869445,"stop":1724886869446,"duration":1}},{"uid":"dfb5aa122a0b8fb7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dfb5aa122a0b8fb7","status":"passed","time":{"start":1724886642935,"stop":1724886642935,"duration":0}},{"uid":"9657837b6b2bec9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9657837b6b2bec9d","status":"passed","time":{"start":1724862044580,"stop":1724862044580,"duration":0}},{"uid":"4feac5cf2a1eac15","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4feac5cf2a1eac15","status":"passed","time":{"start":1724861523032,"stop":1724861523032,"duration":0}},{"uid":"3db011da821b8d69","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3db011da821b8d69","status":"passed","time":{"start":1724861362471,"stop":1724861362471,"duration":0}},{"uid":"d0449f23db15a71d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d0449f23db15a71d","status":"passed","time":{"start":1724861196778,"stop":1724861196809,"duration":31}}]},"d2e3f69f950ef816d5eedf3d7d1539a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5cb3e839e5721dca","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5cb3e839e5721dca","status":"passed","time":{"start":1724921619630,"stop":1724921619631,"duration":1}}]},"56378fb25e95279665f087ccbb869f6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"95c75fe2ff2d715","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/95c75fe2ff2d715","status":"passed","time":{"start":1724922374768,"stop":1724922374768,"duration":0}},{"uid":"7e09e57893b8cc62","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7e09e57893b8cc62","status":"passed","time":{"start":1724921037761,"stop":1724921037761,"duration":0}},{"uid":"3a142c414ff9ad05","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3a142c414ff9ad05","status":"passed","time":{"start":1724921013107,"stop":1724921013107,"duration":0}},{"uid":"435f87d896773f5a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/435f87d896773f5a","status":"passed","time":{"start":1724917673400,"stop":1724917673401,"duration":1}},{"uid":"ed27df6ce4f10067","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ed27df6ce4f10067","status":"passed","time":{"start":1724889452425,"stop":1724889452425,"duration":0}},{"uid":"2d5c1a45cc4020c3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d5c1a45cc4020c3","status":"passed","time":{"start":1724888602932,"stop":1724888602932,"duration":0}},{"uid":"14f375dc34f3cf16","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/14f375dc34f3cf16","status":"passed","time":{"start":1724887759206,"stop":1724887759206,"duration":0}},{"uid":"d77d968ca68a4c26","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d77d968ca68a4c26","status":"passed","time":{"start":1724886525513,"stop":1724886525513,"duration":0}},{"uid":"dc4c7e470923d957","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dc4c7e470923d957","status":"passed","time":{"start":1724886303418,"stop":1724886303418,"duration":0}},{"uid":"621b2a0ed13e096c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/621b2a0ed13e096c","status":"passed","time":{"start":1724861752254,"stop":1724861752254,"duration":0}},{"uid":"671c556d5e2524e1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/671c556d5e2524e1","status":"passed","time":{"start":1724861223392,"stop":1724861223393,"duration":1}},{"uid":"3dc42b8c0fee9c8f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3dc42b8c0fee9c8f","status":"passed","time":{"start":1724861045267,"stop":1724861045267,"duration":0}},{"uid":"afe708c0e6636314","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/afe708c0e6636314","status":"passed","time":{"start":1724860907341,"stop":1724860907341,"duration":0}}]},"65c7e74aa1537d3c3d2a1e57c6634030:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"db1bf8d0f61b6ba6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/db1bf8d0f61b6ba6","status":"passed","time":{"start":1724922374691,"stop":1724922374691,"duration":0}},{"uid":"7b5f77c9b0e53a29","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7b5f77c9b0e53a29","status":"passed","time":{"start":1724921037652,"stop":1724921037652,"duration":0}},{"uid":"58de21332ffd7dc0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/58de21332ffd7dc0","status":"passed","time":{"start":1724921013065,"stop":1724921013065,"duration":0}},{"uid":"6a3557fe60e2952","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6a3557fe60e2952","status":"passed","time":{"start":1724917673306,"stop":1724917673306,"duration":0}},{"uid":"4b3d8cc4f91d06dc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b3d8cc4f91d06dc","status":"passed","time":{"start":1724889452325,"stop":1724889452325,"duration":0}},{"uid":"66f590741e814e4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/66f590741e814e4","status":"passed","time":{"start":1724888602858,"stop":1724888602858,"duration":0}},{"uid":"17c5b02646659936","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/17c5b02646659936","status":"passed","time":{"start":1724887759178,"stop":1724887759178,"duration":0}},{"uid":"a5f64c4d8db9fbc6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a5f64c4d8db9fbc6","status":"passed","time":{"start":1724886525556,"stop":1724886525556,"duration":0}},{"uid":"4661952d9628c059","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4661952d9628c059","status":"passed","time":{"start":1724886303412,"stop":1724886303412,"duration":0}},{"uid":"fb2ca71d0b1d6ec9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb2ca71d0b1d6ec9","status":"passed","time":{"start":1724861752248,"stop":1724861752249,"duration":1}},{"uid":"dcf221fd77054d9b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dcf221fd77054d9b","status":"passed","time":{"start":1724861223369,"stop":1724861223369,"duration":0}},{"uid":"ec9c8c865326d663","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ec9c8c865326d663","status":"passed","time":{"start":1724861045218,"stop":1724861045218,"duration":0}},{"uid":"45f037753bca1529","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/45f037753bca1529","status":"passed","time":{"start":1724860907104,"stop":1724860907104,"duration":0}}]},"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"160c4402d59bbaad","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/160c4402d59bbaad","status":"passed","time":{"start":1724922635354,"stop":1724922635354,"duration":0}},{"uid":"ed11507b7df4574e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ed11507b7df4574e","status":"passed","time":{"start":1724921297006,"stop":1724921297007,"duration":1}},{"uid":"9c5494fdb8a6c4db","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9c5494fdb8a6c4db","status":"passed","time":{"start":1724921276367,"stop":1724921276367,"duration":0}},{"uid":"2a0cc83905c6224d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2a0cc83905c6224d","status":"passed","time":{"start":1724917948322,"stop":1724917948323,"duration":1}},{"uid":"d094c7dcb6ff544a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d094c7dcb6ff544a","status":"passed","time":{"start":1724889729008,"stop":1724889729008,"duration":0}},{"uid":"a4f81c70284dab28","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a4f81c70284dab28","status":"passed","time":{"start":1724888864953,"stop":1724888864953,"duration":0}},{"uid":"2157bf0e3fcc68c3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2157bf0e3fcc68c3","status":"passed","time":{"start":1724888053746,"stop":1724888053747,"duration":1}},{"uid":"5c0645cb2468a20b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5c0645cb2468a20b","status":"passed","time":{"start":1724886811661,"stop":1724886811661,"duration":0}},{"uid":"32a85f3c0f223fe1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/32a85f3c0f223fe1","status":"passed","time":{"start":1724886581003,"stop":1724886581003,"duration":0}},{"uid":"97cc3b7230ca9af0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97cc3b7230ca9af0","status":"passed","time":{"start":1724862019560,"stop":1724862019561,"duration":1}},{"uid":"db6a62063e394a75","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/db6a62063e394a75","status":"passed","time":{"start":1724861493936,"stop":1724861493937,"duration":1}},{"uid":"568f31c4690d7520","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/568f31c4690d7520","status":"passed","time":{"start":1724861318028,"stop":1724861318028,"duration":0}},{"uid":"7726e256e6f52a75","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7726e256e6f52a75","status":"passed","time":{"start":1724861178515,"stop":1724861178515,"duration":0}}]},"b4e67c86d1f535129b0ed163d8dc8b50:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fb77e5e421f452af","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fb77e5e421f452af","status":"passed","time":{"start":1724922374672,"stop":1724922374672,"duration":0}},{"uid":"4e10595305ade239","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4e10595305ade239","status":"passed","time":{"start":1724921037632,"stop":1724921037632,"duration":0}},{"uid":"dba6f2c933dddb43","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dba6f2c933dddb43","status":"passed","time":{"start":1724921013045,"stop":1724921013045,"duration":0}},{"uid":"dbc8c76c534159ea","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dbc8c76c534159ea","status":"passed","time":{"start":1724917673288,"stop":1724917673288,"duration":0}},{"uid":"b076677b81aa9846","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b076677b81aa9846","status":"passed","time":{"start":1724889452307,"stop":1724889452307,"duration":0}},{"uid":"ca407d7f36e827ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ca407d7f36e827ee","status":"passed","time":{"start":1724888602837,"stop":1724888602837,"duration":0}},{"uid":"ca9e30c49e0be95f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ca9e30c49e0be95f","status":"passed","time":{"start":1724887759161,"stop":1724887759161,"duration":0}},{"uid":"8a9c8e1878bf06be","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a9c8e1878bf06be","status":"passed","time":{"start":1724886525541,"stop":1724886525541,"duration":0}},{"uid":"176e7168724ec524","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/176e7168724ec524","status":"passed","time":{"start":1724886303393,"stop":1724886303394,"duration":1}},{"uid":"ff2cb99c3d53163f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff2cb99c3d53163f","status":"passed","time":{"start":1724861752224,"stop":1724861752224,"duration":0}},{"uid":"1c606d090516fe84","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1c606d090516fe84","status":"passed","time":{"start":1724861223352,"stop":1724861223352,"duration":0}},{"uid":"272ce4d123aa75ff","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/272ce4d123aa75ff","status":"passed","time":{"start":1724861045199,"stop":1724861045199,"duration":0}},{"uid":"a4c0f75c5b15e474","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a4c0f75c5b15e474","status":"passed","time":{"start":1724860907082,"stop":1724860907082,"duration":0}}]},"589b1b7a6d9807934ff98a31643c4d34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"389493f5c6a0a339","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/389493f5c6a0a339","status":"passed","time":{"start":1724922921449,"stop":1724922921450,"duration":1}},{"uid":"bd5a5d41e71fd062","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bd5a5d41e71fd062","status":"passed","time":{"start":1724921602951,"stop":1724921602951,"duration":0}},{"uid":"214467f55c433ec","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/214467f55c433ec","status":"passed","time":{"start":1724921571096,"stop":1724921571096,"duration":0}},{"uid":"80d4ee827b8e6988","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/80d4ee827b8e6988","status":"passed","time":{"start":1724918285586,"stop":1724918285586,"duration":0}},{"uid":"76006fcd1e9022ec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/76006fcd1e9022ec","status":"passed","time":{"start":1724890030089,"stop":1724890030090,"duration":1}},{"uid":"dc8e632d8b466c85","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dc8e632d8b466c85","status":"passed","time":{"start":1724889171908,"stop":1724889171908,"duration":0}},{"uid":"ae8a5d553e7475ac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ae8a5d553e7475ac","status":"passed","time":{"start":1724888350721,"stop":1724888350721,"duration":0}},{"uid":"3161b29a9fe71d85","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3161b29a9fe71d85","status":"passed","time":{"start":1724887115408,"stop":1724887115408,"duration":0}},{"uid":"13be2830fad678d9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/13be2830fad678d9","status":"passed","time":{"start":1724886884574,"stop":1724886884574,"duration":0}},{"uid":"b830592ce9421a6e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b830592ce9421a6e","status":"passed","time":{"start":1724862322248,"stop":1724862322256,"duration":8}},{"uid":"fc068d42698a97f7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fc068d42698a97f7","status":"passed","time":{"start":1724861790751,"stop":1724861790751,"duration":0}},{"uid":"296f553b102d1ecc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/296f553b102d1ecc","status":"passed","time":{"start":1724861628420,"stop":1724861628420,"duration":0}},{"uid":"4e7132045d3b642a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4e7132045d3b642a","status":"passed","time":{"start":1724861465624,"stop":1724861465624,"duration":0}}]},"513731380c77ca152026bf7c14a48d8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1234bc9c2dea9b9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1234bc9c2dea9b9","status":"passed","time":{"start":1724922611434,"stop":1724922611434,"duration":0}},{"uid":"acb13426ae59bc3b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/acb13426ae59bc3b","status":"passed","time":{"start":1724921270356,"stop":1724921270356,"duration":0}},{"uid":"7fa2b7a6c8b7e2d1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7fa2b7a6c8b7e2d1","status":"passed","time":{"start":1724921247817,"stop":1724921247817,"duration":0}},{"uid":"dd1f89f6859f37cb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd1f89f6859f37cb","status":"passed","time":{"start":1724917989817,"stop":1724917989818,"duration":1}},{"uid":"7dc1d841333f3f45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7dc1d841333f3f45","status":"passed","time":{"start":1724889678550,"stop":1724889678550,"duration":0}},{"uid":"cc818da2b914da05","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc818da2b914da05","status":"passed","time":{"start":1724888829842,"stop":1724888829842,"duration":0}},{"uid":"9314119e9dc33625","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9314119e9dc33625","status":"passed","time":{"start":1724888077008,"stop":1724888077009,"duration":1}},{"uid":"a7597f887ed412de","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a7597f887ed412de","status":"passed","time":{"start":1724886851124,"stop":1724886851125,"duration":1}},{"uid":"524b2ce1d0289cdc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/524b2ce1d0289cdc","status":"passed","time":{"start":1724886647110,"stop":1724886647110,"duration":0}},{"uid":"5cc43ffb7aeb7041","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5cc43ffb7aeb7041","status":"passed","time":{"start":1724861992712,"stop":1724861992712,"duration":0}},{"uid":"1800463929e8d708","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1800463929e8d708","status":"passed","time":{"start":1724861469641,"stop":1724861469642,"duration":1}},{"uid":"2c7515bb499e8269","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2c7515bb499e8269","status":"passed","time":{"start":1724861284856,"stop":1724861284857,"duration":1}},{"uid":"65aa0a4f696e36df","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/65aa0a4f696e36df","status":"passed","time":{"start":1724861145804,"stop":1724861145804,"duration":0}}]},"6f5b90b3cba7391b90c4abf847b2005b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"657712aa93def4ec","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/657712aa93def4ec","status":"passed","time":{"start":1724918179399,"stop":1724918179400,"duration":1}}]},"366fa7007de643f93bf9b36a29fcebb4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aa35019d0c3174c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aa35019d0c3174c7","status":"passed","time":{"start":1724889938368,"stop":1724889938368,"duration":0}}]},"1a3a6d1ae0d567935eaad8885460e7c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"66582069e3c9fa8f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/66582069e3c9fa8f","status":"passed","time":{"start":1724922845237,"stop":1724922845238,"duration":1}},{"uid":"1b492faa962be216","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1b492faa962be216","status":"passed","time":{"start":1724921515223,"stop":1724921515223,"duration":0}},{"uid":"97914bba1326471","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/97914bba1326471","status":"passed","time":{"start":1724921475443,"stop":1724921475443,"duration":0}},{"uid":"8414d325372abdae","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8414d325372abdae","status":"passed","time":{"start":1724918179396,"stop":1724918179397,"duration":1}},{"uid":"922c7d60325e3b81","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/922c7d60325e3b81","status":"passed","time":{"start":1724889935338,"stop":1724889935338,"duration":0}},{"uid":"52ab50a7b3a18980","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52ab50a7b3a18980","status":"passed","time":{"start":1724889072750,"stop":1724889072751,"duration":1}},{"uid":"860e8565781ffa2c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/860e8565781ffa2c","status":"passed","time":{"start":1724888232412,"stop":1724888232412,"duration":0}},{"uid":"2be723e70b9aab3f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2be723e70b9aab3f","status":"passed","time":{"start":1724887018292,"stop":1724887018292,"duration":0}},{"uid":"2d94e50c0f01f977","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2d94e50c0f01f977","status":"passed","time":{"start":1724886781476,"stop":1724886781476,"duration":0}},{"uid":"5647ff592dc58ab4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5647ff592dc58ab4","status":"passed","time":{"start":1724862213659,"stop":1724862213660,"duration":1}},{"uid":"34775a2172a0d9ed","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/34775a2172a0d9ed","status":"passed","time":{"start":1724861685852,"stop":1724861685853,"duration":1}},{"uid":"5ec24c5a6cc909fb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5ec24c5a6cc909fb","status":"passed","time":{"start":1724861546169,"stop":1724861546169,"duration":0}},{"uid":"d757d525065aef6d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d757d525065aef6d","status":"passed","time":{"start":1724861378107,"stop":1724861378108,"duration":1}}]},"3884349e6f873a1d438a98af624ac63b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3fb6dbc27d13f3ec","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3fb6dbc27d13f3ec","status":"passed","time":{"start":1724922611440,"stop":1724922611440,"duration":0}},{"uid":"97f514d7c2ca01cb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/97f514d7c2ca01cb","status":"passed","time":{"start":1724921270364,"stop":1724921270364,"duration":0}},{"uid":"a3e14ee42b42b92","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a3e14ee42b42b92","status":"passed","time":{"start":1724921247825,"stop":1724921247826,"duration":1}},{"uid":"65ba34e00fa49208","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/65ba34e00fa49208","status":"passed","time":{"start":1724917989822,"stop":1724917989823,"duration":1}},{"uid":"f3fc8679df91a1f7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3fc8679df91a1f7","status":"passed","time":{"start":1724889678568,"stop":1724889678568,"duration":0}},{"uid":"13d896f359973db2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/13d896f359973db2","status":"passed","time":{"start":1724888829846,"stop":1724888829847,"duration":1}},{"uid":"64f35bcb7de6adfb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/64f35bcb7de6adfb","status":"passed","time":{"start":1724888077014,"stop":1724888077015,"duration":1}},{"uid":"46bd8e8e66e198d7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/46bd8e8e66e198d7","status":"passed","time":{"start":1724886851130,"stop":1724886851130,"duration":0}},{"uid":"60230242fc95804a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/60230242fc95804a","status":"passed","time":{"start":1724886647120,"stop":1724886647120,"duration":0}},{"uid":"e2511c49aa400cd9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e2511c49aa400cd9","status":"passed","time":{"start":1724861992716,"stop":1724861992716,"duration":0}},{"uid":"4f0167088d602e41","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4f0167088d602e41","status":"passed","time":{"start":1724861469648,"stop":1724861469648,"duration":0}},{"uid":"6989e3afeb9baa16","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6989e3afeb9baa16","status":"passed","time":{"start":1724861284870,"stop":1724861284870,"duration":0}},{"uid":"2f1c6ab38a5deec6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2f1c6ab38a5deec6","status":"passed","time":{"start":1724861145816,"stop":1724861145818,"duration":2}}]},"bd81d7ffdaed09a1e3e9db53db89999f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"45891c471a406ac","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/45891c471a406ac","status":"passed","time":{"start":1724922845246,"stop":1724922845246,"duration":0}},{"uid":"339338c04ef6ba9e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/339338c04ef6ba9e","status":"passed","time":{"start":1724921515228,"stop":1724921515229,"duration":1}},{"uid":"20dcd453fe4d74ce","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/20dcd453fe4d74ce","status":"passed","time":{"start":1724921475448,"stop":1724921475448,"duration":0}},{"uid":"8d64c25d23c8bb52","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8d64c25d23c8bb52","status":"passed","time":{"start":1724918179402,"stop":1724918179403,"duration":1}},{"uid":"6d2b3e4471ab4832","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d2b3e4471ab4832","status":"passed","time":{"start":1724889935342,"stop":1724889935343,"duration":1}},{"uid":"43f30aa4b9c74e4e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/43f30aa4b9c74e4e","status":"passed","time":{"start":1724889072755,"stop":1724889072756,"duration":1}},{"uid":"94fe04dba54fadd7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/94fe04dba54fadd7","status":"passed","time":{"start":1724888232417,"stop":1724888232417,"duration":0}},{"uid":"1cdd655cd49001ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1cdd655cd49001ba","status":"passed","time":{"start":1724887018304,"stop":1724887018305,"duration":1}},{"uid":"504ef5a148885172","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/504ef5a148885172","status":"passed","time":{"start":1724886781481,"stop":1724886781482,"duration":1}},{"uid":"be3b3d796ca17a93","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/be3b3d796ca17a93","status":"passed","time":{"start":1724862213664,"stop":1724862213665,"duration":1}},{"uid":"1713cae1d3ff1756","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1713cae1d3ff1756","status":"passed","time":{"start":1724861685858,"stop":1724861685858,"duration":0}},{"uid":"40db932f542fa142","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/40db932f542fa142","status":"passed","time":{"start":1724861546179,"stop":1724861546179,"duration":0}},{"uid":"d71632ff9e5536d7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d71632ff9e5536d7","status":"passed","time":{"start":1724861378113,"stop":1724861378113,"duration":0}}]},"bd6b420fe72d53673925d5e9ff70af86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"29d63a0ff0b75138","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/29d63a0ff0b75138","status":"passed","time":{"start":1724922611432,"stop":1724922611432,"duration":0}},{"uid":"97b967044d80a609","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/97b967044d80a609","status":"passed","time":{"start":1724921270353,"stop":1724921270354,"duration":1}},{"uid":"c6e540e61fbf115","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c6e540e61fbf115","status":"passed","time":{"start":1724921247815,"stop":1724921247815,"duration":0}},{"uid":"cbbabbe269505f1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cbbabbe269505f1","status":"passed","time":{"start":1724917989815,"stop":1724917989815,"duration":0}},{"uid":"eeb8b8664362424a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eeb8b8664362424a","status":"passed","time":{"start":1724889678548,"stop":1724889678548,"duration":0}},{"uid":"e2a46fa7c31572da","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e2a46fa7c31572da","status":"passed","time":{"start":1724888829834,"stop":1724888829835,"duration":1}},{"uid":"7be6ace5e6a9eeaa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7be6ace5e6a9eeaa","status":"passed","time":{"start":1724888076989,"stop":1724888076989,"duration":0}},{"uid":"e2ee60aa8b3534ce","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e2ee60aa8b3534ce","status":"passed","time":{"start":1724886851122,"stop":1724886851122,"duration":0}},{"uid":"53e7f6164a0f3b49","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/53e7f6164a0f3b49","status":"passed","time":{"start":1724886647098,"stop":1724886647099,"duration":1}},{"uid":"c3a0aaf44636e3c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c3a0aaf44636e3c9","status":"passed","time":{"start":1724861992710,"stop":1724861992710,"duration":0}},{"uid":"83d067ea764f8821","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/83d067ea764f8821","status":"passed","time":{"start":1724861469639,"stop":1724861469639,"duration":0}},{"uid":"cde7c126f33c6162","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cde7c126f33c6162","status":"passed","time":{"start":1724861284854,"stop":1724861284854,"duration":0}},{"uid":"1f260f7b870ae336","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1f260f7b870ae336","status":"passed","time":{"start":1724861145799,"stop":1724861145799,"duration":0}}]},"dc3df9558d2892feb187cc35786c1bbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":9,"unknown":0,"total":13},"items":[{"uid":"d318b4bf083977b6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d318b4bf083977b6","status":"passed","time":{"start":1724922535049,"stop":1724922535049,"duration":0}},{"uid":"e301018e69a077a1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e301018e69a077a1","status":"passed","time":{"start":1724921196357,"stop":1724921196357,"duration":0}},{"uid":"ee9dea8a037688d8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ee9dea8a037688d8","status":"passed","time":{"start":1724921173181,"stop":1724921173181,"duration":0}},{"uid":"2f9f655064851c02","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2f9f655064851c02","status":"broken","statusDetails":"expected 1 to equal 2","time":{"start":1724917930828,"stop":1724917930831,"duration":3}},{"uid":"7b4bb5e830981d0c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b4bb5e830981d0c","status":"passed","time":{"start":1724889621017,"stop":1724889621017,"duration":0}},{"uid":"5c44a6615b2f2d11","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5c44a6615b2f2d11","status":"passed","time":{"start":1724888759389,"stop":1724888759389,"duration":0}},{"uid":"eb46ea2010c84a4a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eb46ea2010c84a4a","status":"broken","statusDetails":"expected 1 to equal 2","time":{"start":1724888015045,"stop":1724888015046,"duration":1}},{"uid":"e9f1075d07fce376","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e9f1075d07fce376","status":"broken","statusDetails":"expected 1 to equal 2","time":{"start":1724886784544,"stop":1724886784545,"duration":1}},{"uid":"15fe7d1fe30318d9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/15fe7d1fe30318d9","status":"broken","statusDetails":"expected 1 to equal 2","time":{"start":1724886566532,"stop":1724886566533,"duration":1}},{"uid":"f2496d9ffbea35f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2496d9ffbea35f9","status":"passed","time":{"start":1724861915534,"stop":1724861915534,"duration":0}},{"uid":"3d6991fff5a6fb26","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3d6991fff5a6fb26","status":"passed","time":{"start":1724861379725,"stop":1724861379725,"duration":0}},{"uid":"2890317a6c743e0c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2890317a6c743e0c","status":"passed","time":{"start":1724861206879,"stop":1724861206880,"duration":1}},{"uid":"9758fae5f66e0adb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9758fae5f66e0adb","status":"passed","time":{"start":1724861067560,"stop":1724861067560,"duration":0}}]},"f7868e6b85a42969a816271884c08d83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"107fa4234806a721","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/107fa4234806a721","status":"passed","time":{"start":1724922727648,"stop":1724922727648,"duration":0}},{"uid":"6427376602917948","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6427376602917948","status":"passed","time":{"start":1724921379981,"stop":1724921379981,"duration":0}},{"uid":"91133b9a8ec0f661","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/91133b9a8ec0f661","status":"passed","time":{"start":1724921359717,"stop":1724921359717,"duration":0}},{"uid":"7d75617119164c49","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7d75617119164c49","status":"passed","time":{"start":1724918127249,"stop":1724918127249,"duration":0}},{"uid":"b22317fdda2c5b8f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b22317fdda2c5b8f","status":"passed","time":{"start":1724889805615,"stop":1724889805616,"duration":1}},{"uid":"6d72a515ab7fd2e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d72a515ab7fd2e1","status":"passed","time":{"start":1724888940695,"stop":1724888940695,"duration":0}},{"uid":"74a1abf1da686f95","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/74a1abf1da686f95","status":"passed","time":{"start":1724888168653,"stop":1724888168653,"duration":0}},{"uid":"ce0e2c6ec894a865","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ce0e2c6ec894a865","status":"passed","time":{"start":1724886924219,"stop":1724886924220,"duration":1}},{"uid":"4ff5b796e69169d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4ff5b796e69169d","status":"passed","time":{"start":1724886701807,"stop":1724886701807,"duration":0}},{"uid":"26cfcfb45c076003","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/26cfcfb45c076003","status":"passed","time":{"start":1724862112743,"stop":1724862112744,"duration":1}},{"uid":"f758edf042ddc8a2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f758edf042ddc8a2","status":"passed","time":{"start":1724861584871,"stop":1724861584872,"duration":1}},{"uid":"ac1722bca2a317c7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac1722bca2a317c7","status":"passed","time":{"start":1724861464518,"stop":1724861464518,"duration":0}},{"uid":"fe556d942374e8cb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fe556d942374e8cb","status":"passed","time":{"start":1724861254919,"stop":1724861254919,"duration":0}}]},"c022622c00fc4f6c9520e8193937873a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f7408a3ff925bc79","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f7408a3ff925bc79","status":"passed","time":{"start":1724922845240,"stop":1724922845242,"duration":2}}]},"8697a2f340a0994fc8e2296e5a1d9038:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d40c1ae414d5af9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d40c1ae414d5af9","status":"passed","time":{"start":1724922535052,"stop":1724922535053,"duration":1}},{"uid":"e3c248b7f48c5225","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e3c248b7f48c5225","status":"passed","time":{"start":1724921196358,"stop":1724921196359,"duration":1}},{"uid":"39e15783be0843f4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/39e15783be0843f4","status":"passed","time":{"start":1724921173183,"stop":1724921173183,"duration":0}},{"uid":"76a361c3c56c31ec","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/76a361c3c56c31ec","status":"passed","time":{"start":1724917930834,"stop":1724917930835,"duration":1}},{"uid":"1a37354a0daf2a19","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1a37354a0daf2a19","status":"passed","time":{"start":1724889621018,"stop":1724889621018,"duration":0}},{"uid":"c3c15fca159be9c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c3c15fca159be9c7","status":"passed","time":{"start":1724888759390,"stop":1724888759390,"duration":0}},{"uid":"e0d6decceb13d5b1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e0d6decceb13d5b1","status":"passed","time":{"start":1724888015049,"stop":1724888015050,"duration":1}},{"uid":"ddb7c560dbcf6770","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ddb7c560dbcf6770","status":"passed","time":{"start":1724886784548,"stop":1724886784549,"duration":1}},{"uid":"366b09cfe689ad1a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/366b09cfe689ad1a","status":"passed","time":{"start":1724886566535,"stop":1724886566535,"duration":0}},{"uid":"8d32f17279b91673","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8d32f17279b91673","status":"passed","time":{"start":1724861915535,"stop":1724861915535,"duration":0}},{"uid":"12533dba87c349f0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/12533dba87c349f0","status":"passed","time":{"start":1724861379726,"stop":1724861379726,"duration":0}},{"uid":"bc58fb1e4b8e5f13","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bc58fb1e4b8e5f13","status":"passed","time":{"start":1724861206881,"stop":1724861206881,"duration":0}},{"uid":"c8ced88e238ba588","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c8ced88e238ba588","status":"passed","time":{"start":1724861067561,"stop":1724861067561,"duration":0}}]},"910abab3840431832d3bc4edf8e0a85b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3dd25b11eba4954b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3dd25b11eba4954b","status":"passed","time":{"start":1724922383084,"stop":1724922383084,"duration":0}},{"uid":"9e7b23dbf6e5a846","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9e7b23dbf6e5a846","status":"passed","time":{"start":1724921046200,"stop":1724921046200,"duration":0}},{"uid":"9cbdf9a6a37e756c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9cbdf9a6a37e756c","status":"passed","time":{"start":1724921021471,"stop":1724921021471,"duration":0}},{"uid":"4f46372606a5e0b9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4f46372606a5e0b9","status":"passed","time":{"start":1724917681719,"stop":1724917681719,"duration":0}},{"uid":"2452bb9daf93a6d3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2452bb9daf93a6d3","status":"passed","time":{"start":1724889460651,"stop":1724889460651,"duration":0}},{"uid":"3ea927de155fa467","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3ea927de155fa467","status":"passed","time":{"start":1724888611291,"stop":1724888611292,"duration":1}},{"uid":"2cd13ba8bb105ac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2cd13ba8bb105ac","status":"passed","time":{"start":1724887767616,"stop":1724887767620,"duration":4}},{"uid":"4176446fe6d9cd4a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4176446fe6d9cd4a","status":"passed","time":{"start":1724886533986,"stop":1724886533986,"duration":0}},{"uid":"edc8a42910707aac","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/edc8a42910707aac","status":"passed","time":{"start":1724886311754,"stop":1724886311754,"duration":0}},{"uid":"8227f46ad3954a4e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8227f46ad3954a4e","status":"passed","time":{"start":1724861760770,"stop":1724861760770,"duration":0}},{"uid":"9c410ea516bec0f1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9c410ea516bec0f1","status":"passed","time":{"start":1724861231730,"stop":1724861231730,"duration":0}},{"uid":"3055da348f1e3c3d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3055da348f1e3c3d","status":"passed","time":{"start":1724861054251,"stop":1724861054251,"duration":0}},{"uid":"fddf368bbb0cca15","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fddf368bbb0cca15","status":"passed","time":{"start":1724860915810,"stop":1724860915810,"duration":0}}]},"d96d9d45dfbea2e5c04ce12f773c44a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bd05c9fe1fc98cbf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bd05c9fe1fc98cbf","status":"passed","time":{"start":1724922862335,"stop":1724922862335,"duration":0}},{"uid":"32f538666d902a0a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/32f538666d902a0a","status":"passed","time":{"start":1724921540110,"stop":1724921540110,"duration":0}},{"uid":"b852083d1f2e0039","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b852083d1f2e0039","status":"passed","time":{"start":1724921503541,"stop":1724921503541,"duration":0}},{"uid":"a63b6b2a047b693b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a63b6b2a047b693b","status":"passed","time":{"start":1724918214370,"stop":1724918214370,"duration":0}},{"uid":"37024761e4d387bf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37024761e4d387bf","status":"passed","time":{"start":1724889952445,"stop":1724889952446,"duration":1}},{"uid":"1b31d5407363020f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1b31d5407363020f","status":"passed","time":{"start":1724889087470,"stop":1724889087470,"duration":0}},{"uid":"d532d1316f743ef7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d532d1316f743ef7","status":"passed","time":{"start":1724888266431,"stop":1724888266431,"duration":0}},{"uid":"970e29147ed43c82","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/970e29147ed43c82","status":"passed","time":{"start":1724887042932,"stop":1724887042933,"duration":1}},{"uid":"afb0545297124fa","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/afb0545297124fa","status":"passed","time":{"start":1724886820800,"stop":1724886820801,"duration":1}},{"uid":"c84b9da1e9c92aac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c84b9da1e9c92aac","status":"passed","time":{"start":1724862245491,"stop":1724862245491,"duration":0}},{"uid":"75bc188af9136a16","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/75bc188af9136a16","status":"passed","time":{"start":1724861720405,"stop":1724861720405,"duration":0}},{"uid":"7a1d40595c6b8a68","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7a1d40595c6b8a68","status":"passed","time":{"start":1724861579395,"stop":1724861579396,"duration":1}},{"uid":"60386367012a7b9c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/60386367012a7b9c","status":"passed","time":{"start":1724861402509,"stop":1724861402509,"duration":0}}]},"e12a3d3b8a340fd1eb8ead6cc892e2b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7e4099b4edee5f7d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7e4099b4edee5f7d","status":"passed","time":{"start":1724921267872,"stop":1724921267872,"duration":0}}]},"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cbd96f835ae542da","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cbd96f835ae542da","status":"passed","time":{"start":1724922465400,"stop":1724922465401,"duration":1}},{"uid":"5076bcf531f8dd6b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5076bcf531f8dd6b","status":"passed","time":{"start":1724921128572,"stop":1724921128582,"duration":10}},{"uid":"cf3c4d21ee0c2202","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cf3c4d21ee0c2202","status":"passed","time":{"start":1724921103677,"stop":1724921103679,"duration":2}},{"uid":"b5ea2b8016998140","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b5ea2b8016998140","status":"passed","time":{"start":1724917763729,"stop":1724917763730,"duration":1}},{"uid":"7b88d8c283d9a8bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b88d8c283d9a8bd","status":"passed","time":{"start":1724889543374,"stop":1724889543389,"duration":15}},{"uid":"fcba857479298de5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fcba857479298de5","status":"passed","time":{"start":1724888692506,"stop":1724888692507,"duration":1}},{"uid":"4ef0b1c21ebb69b0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4ef0b1c21ebb69b0","status":"passed","time":{"start":1724887850416,"stop":1724887850416,"duration":0}},{"uid":"7a2cbb7749aaa67a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7a2cbb7749aaa67a","status":"passed","time":{"start":1724886617181,"stop":1724886617182,"duration":1}},{"uid":"a7864c45fd58cd4f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a7864c45fd58cd4f","status":"passed","time":{"start":1724886394913,"stop":1724886394914,"duration":1}},{"uid":"f9ebc0b7395390af","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9ebc0b7395390af","status":"passed","time":{"start":1724861844375,"stop":1724861844375,"duration":0}},{"uid":"ac258cf21b8592e5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ac258cf21b8592e5","status":"passed","time":{"start":1724861313417,"stop":1724861313418,"duration":1}},{"uid":"585e2d6f9657bc53","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/585e2d6f9657bc53","status":"passed","time":{"start":1724861139653,"stop":1724861139653,"duration":0}},{"uid":"58f68f2a80c32b29","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/58f68f2a80c32b29","status":"passed","time":{"start":1724860999513,"stop":1724860999513,"duration":0}}]},"36bb3ee8fcfb200feda70b5f4761eabf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"74d41e3b473bb7e8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/74d41e3b473bb7e8","status":"passed","time":{"start":1724922601847,"stop":1724922601847,"duration":0}},{"uid":"14cbcc48d0fac80d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/14cbcc48d0fac80d","status":"passed","time":{"start":1724921267873,"stop":1724921267874,"duration":1}},{"uid":"876add97b2f4997c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/876add97b2f4997c","status":"passed","time":{"start":1724921244386,"stop":1724921244387,"duration":1}},{"uid":"5af38f099059b1cd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5af38f099059b1cd","status":"passed","time":{"start":1724917916058,"stop":1724917916058,"duration":0}},{"uid":"d626e62f74afadff","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d626e62f74afadff","status":"passed","time":{"start":1724889678259,"stop":1724889678259,"duration":0}},{"uid":"4b3aab4907996536","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b3aab4907996536","status":"passed","time":{"start":1724888831688,"stop":1724888831688,"duration":0}},{"uid":"933f6e16158b178a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/933f6e16158b178a","status":"passed","time":{"start":1724888003323,"stop":1724888003324,"duration":1}},{"uid":"2910e2245e5c9362","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2910e2245e5c9362","status":"passed","time":{"start":1724886776612,"stop":1724886776613,"duration":1}},{"uid":"87be36d9b7851ae2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/87be36d9b7851ae2","status":"passed","time":{"start":1724886555801,"stop":1724886555802,"duration":1}},{"uid":"b983a63141cfab29","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b983a63141cfab29","status":"passed","time":{"start":1724861983014,"stop":1724861983014,"duration":0}},{"uid":"628d5e9d745ffd7b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/628d5e9d745ffd7b","status":"passed","time":{"start":1724861444070,"stop":1724861444070,"duration":0}},{"uid":"d971c6432a17d0a7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d971c6432a17d0a7","status":"passed","time":{"start":1724861285838,"stop":1724861285838,"duration":0}},{"uid":"f92ba2da2d8827af","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f92ba2da2d8827af","status":"passed","time":{"start":1724861145676,"stop":1724861145676,"duration":0}}]},"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"44e74ecf485e9038","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/44e74ecf485e9038","status":"passed","time":{"start":1724922891484,"stop":1724922891484,"duration":0}},{"uid":"c4ab663adef46592","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c4ab663adef46592","status":"passed","time":{"start":1724921563006,"stop":1724921563007,"duration":1}},{"uid":"c50939497abcf2dc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c50939497abcf2dc","status":"passed","time":{"start":1724921526808,"stop":1724921526809,"duration":1}},{"uid":"b95cfb381cf3736a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b95cfb381cf3736a","status":"passed","time":{"start":1724918239932,"stop":1724918239932,"duration":0}},{"uid":"f0bf6da396607940","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f0bf6da396607940","status":"passed","time":{"start":1724889980880,"stop":1724889980881,"duration":1}},{"uid":"293bf65e69ed7714","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/293bf65e69ed7714","status":"passed","time":{"start":1724889109946,"stop":1724889109946,"duration":0}},{"uid":"d6c335e04ce279e0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d6c335e04ce279e0","status":"passed","time":{"start":1724888294718,"stop":1724888294718,"duration":0}},{"uid":"3259f92ee5499e77","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3259f92ee5499e77","status":"passed","time":{"start":1724887071734,"stop":1724887071735,"duration":1}},{"uid":"7696a4a74e284e54","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7696a4a74e284e54","status":"passed","time":{"start":1724886848340,"stop":1724886848341,"duration":1}},{"uid":"7af973558ea2e47f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7af973558ea2e47f","status":"passed","time":{"start":1724862259242,"stop":1724862259242,"duration":0}},{"uid":"a733a21944098e2e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a733a21944098e2e","status":"passed","time":{"start":1724861735321,"stop":1724861735321,"duration":0}},{"uid":"1d9302ed8e18fe32","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1d9302ed8e18fe32","status":"passed","time":{"start":1724861606334,"stop":1724861606335,"duration":1}},{"uid":"6afbe909768ff909","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6afbe909768ff909","status":"passed","time":{"start":1724861426680,"stop":1724861426681,"duration":1}}]},"a994d450a82127230549fc5bddc67bd3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ebd71eb0d1b44662","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ebd71eb0d1b44662","status":"passed","time":{"start":1724922374686,"stop":1724922374686,"duration":0}},{"uid":"dd8abdc0d7a442a0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dd8abdc0d7a442a0","status":"passed","time":{"start":1724921037648,"stop":1724921037648,"duration":0}},{"uid":"f84dec9f86818d75","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f84dec9f86818d75","status":"passed","time":{"start":1724921013060,"stop":1724921013060,"duration":0}},{"uid":"1296510046ca3d50","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1296510046ca3d50","status":"passed","time":{"start":1724917673301,"stop":1724917673301,"duration":0}},{"uid":"cace836effb22f6f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cace836effb22f6f","status":"passed","time":{"start":1724889452321,"stop":1724889452321,"duration":0}},{"uid":"26461e5903564643","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/26461e5903564643","status":"passed","time":{"start":1724888602853,"stop":1724888602853,"duration":0}},{"uid":"42fa252614a4e7aa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/42fa252614a4e7aa","status":"passed","time":{"start":1724887759174,"stop":1724887759174,"duration":0}},{"uid":"27c7955c0aa49828","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/27c7955c0aa49828","status":"passed","time":{"start":1724886525553,"stop":1724886525553,"duration":0}},{"uid":"cae27065f67bfc5b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cae27065f67bfc5b","status":"passed","time":{"start":1724886303407,"stop":1724886303408,"duration":1}},{"uid":"ae225c4a52e5b049","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ae225c4a52e5b049","status":"passed","time":{"start":1724861752240,"stop":1724861752240,"duration":0}},{"uid":"815fa0f848293864","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/815fa0f848293864","status":"passed","time":{"start":1724861223364,"stop":1724861223364,"duration":0}},{"uid":"b2d75be5cf2bc86d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b2d75be5cf2bc86d","status":"passed","time":{"start":1724861045213,"stop":1724861045213,"duration":0}},{"uid":"cf5b133d6f0ff8a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cf5b133d6f0ff8a","status":"passed","time":{"start":1724860907098,"stop":1724860907099,"duration":1}}]},"1448dc610e92b4a18491cc1a32b179a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"607d4c0669575d0c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/607d4c0669575d0c","status":"passed","time":{"start":1724922410312,"stop":1724922410312,"duration":0}},{"uid":"2cba0604524cb769","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2cba0604524cb769","status":"passed","time":{"start":1724921073460,"stop":1724921073461,"duration":1}},{"uid":"da90af04bcbc7d43","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/da90af04bcbc7d43","status":"passed","time":{"start":1724921048448,"stop":1724921048448,"duration":0}},{"uid":"50ed6e0107c61a61","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/50ed6e0107c61a61","status":"passed","time":{"start":1724917708700,"stop":1724917708701,"duration":1}},{"uid":"f6edcc51f9223c3f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f6edcc51f9223c3f","status":"passed","time":{"start":1724889487517,"stop":1724889487517,"duration":0}},{"uid":"e339750729711ad7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e339750729711ad7","status":"passed","time":{"start":1724888638224,"stop":1724888638224,"duration":0}},{"uid":"98f0b3204ea5bc50","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/98f0b3204ea5bc50","status":"passed","time":{"start":1724887794484,"stop":1724887794484,"duration":0}},{"uid":"85c0629b529bef37","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/85c0629b529bef37","status":"passed","time":{"start":1724886561407,"stop":1724886561407,"duration":0}},{"uid":"d3e9c2ca67ede24a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d3e9c2ca67ede24a","status":"passed","time":{"start":1724886339063,"stop":1724886339063,"duration":0}},{"uid":"406c5845a0b10e81","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/406c5845a0b10e81","status":"passed","time":{"start":1724861788384,"stop":1724861788384,"duration":0}},{"uid":"17c01b414067b883","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/17c01b414067b883","status":"passed","time":{"start":1724861258536,"stop":1724861258537,"duration":1}},{"uid":"8a6c7c16095078db","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8a6c7c16095078db","status":"passed","time":{"start":1724861082796,"stop":1724861082797,"duration":1}},{"uid":"248d8447c3c60db5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/248d8447c3c60db5","status":"passed","time":{"start":1724860943249,"stop":1724860943249,"duration":0}}]},"f46650c1d06af18386abdb848fbc8611:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"517567f809fc9f8a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/517567f809fc9f8a","status":"passed","time":{"start":1724861655160,"stop":1724861655160,"duration":0}}]},"9ab7c2056d356e71723d3d28c3e2e25f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2a6161d4c7daa4b0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2a6161d4c7daa4b0","status":"passed","time":{"start":1724922845235,"stop":1724922845235,"duration":0}},{"uid":"e76f2b61f95f7cd5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e76f2b61f95f7cd5","status":"passed","time":{"start":1724921515221,"stop":1724921515221,"duration":0}},{"uid":"44af7e4bddcd5726","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/44af7e4bddcd5726","status":"passed","time":{"start":1724921475440,"stop":1724921475440,"duration":0}},{"uid":"fa296f60582590d7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fa296f60582590d7","status":"passed","time":{"start":1724918179381,"stop":1724918179381,"duration":0}},{"uid":"f488866ada160cb8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f488866ada160cb8","status":"passed","time":{"start":1724889935335,"stop":1724889935335,"duration":0}},{"uid":"14c101f569e6316d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14c101f569e6316d","status":"passed","time":{"start":1724889072747,"stop":1724889072749,"duration":2}},{"uid":"278e6383bf05d572","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/278e6383bf05d572","status":"passed","time":{"start":1724888232409,"stop":1724888232410,"duration":1}},{"uid":"227b667eec299df1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/227b667eec299df1","status":"passed","time":{"start":1724887018289,"stop":1724887018289,"duration":0}},{"uid":"f83c3d97d58a2696","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f83c3d97d58a2696","status":"passed","time":{"start":1724886781474,"stop":1724886781474,"duration":0}},{"uid":"ae0aa63b2568d5e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ae0aa63b2568d5e1","status":"passed","time":{"start":1724862213657,"stop":1724862213657,"duration":0}},{"uid":"a57f4df2e7da9371","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a57f4df2e7da9371","status":"passed","time":{"start":1724861685849,"stop":1724861685850,"duration":1}},{"uid":"d101faa22a3d5e8e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d101faa22a3d5e8e","status":"passed","time":{"start":1724861546164,"stop":1724861546165,"duration":1}},{"uid":"75ad51818cba5a36","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/75ad51818cba5a36","status":"passed","time":{"start":1724861378105,"stop":1724861378106,"duration":1}}]},"cbcc5d801846434a1d1191cc8b268c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"431cd0fc8abf78e7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/431cd0fc8abf78e7","status":"passed","time":{"start":1724922853928,"stop":1724922853928,"duration":0}},{"uid":"6bd713010c0f06c9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6bd713010c0f06c9","status":"passed","time":{"start":1724921529591,"stop":1724921529591,"duration":0}},{"uid":"44bd54def3546df3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/44bd54def3546df3","status":"passed","time":{"start":1724921488885,"stop":1724921488885,"duration":0}},{"uid":"69e0de34aed79d3b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/69e0de34aed79d3b","status":"passed","time":{"start":1724918203692,"stop":1724918203692,"duration":0}},{"uid":"cc6357fe377442bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc6357fe377442bc","status":"passed","time":{"start":1724889938366,"stop":1724889938367,"duration":1}},{"uid":"bf922a15c32d6154","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf922a15c32d6154","status":"passed","time":{"start":1724889077070,"stop":1724889077071,"duration":1}},{"uid":"a7f8b8a0a5345d5b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a7f8b8a0a5345d5b","status":"passed","time":{"start":1724888268040,"stop":1724888268040,"duration":0}},{"uid":"fb01952cbf8e7305","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fb01952cbf8e7305","status":"passed","time":{"start":1724887032413,"stop":1724887032414,"duration":1}},{"uid":"f1b806368c602050","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f1b806368c602050","status":"passed","time":{"start":1724886822826,"stop":1724886822827,"duration":1}},{"uid":"c70ae44a7d254420","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c70ae44a7d254420","status":"passed","time":{"start":1724862233517,"stop":1724862233517,"duration":0}},{"uid":"ff698fd5aab04a2f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ff698fd5aab04a2f","status":"passed","time":{"start":1724861712675,"stop":1724861712675,"duration":0}},{"uid":"ac37592147902742","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac37592147902742","status":"passed","time":{"start":1724861567901,"stop":1724861567902,"duration":1}},{"uid":"662b83ff077f9ab3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/662b83ff077f9ab3","status":"passed","time":{"start":1724861392061,"stop":1724861392061,"duration":0}}]},"ba769652bae7d96060517c896f8129a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd1509711110c3c2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cd1509711110c3c2","status":"passed","time":{"start":1724888232426,"stop":1724888232426,"duration":0}}]},"7e2b4c99c1c0f59790a3f6131fa2db84:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f544a8f155fac66e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f544a8f155fac66e","status":"passed","time":{"start":1724861485078,"stop":1724861485079,"duration":1}}]},"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8a15fcd332d304ec","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8a15fcd332d304ec","status":"passed","time":{"start":1724922383080,"stop":1724922383080,"duration":0}},{"uid":"a1b74da9bbadeb20","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a1b74da9bbadeb20","status":"passed","time":{"start":1724921046197,"stop":1724921046197,"duration":0}},{"uid":"42dde44ba971b567","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/42dde44ba971b567","status":"passed","time":{"start":1724921021467,"stop":1724921021467,"duration":0}},{"uid":"8d380679accbebdd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8d380679accbebdd","status":"passed","time":{"start":1724917681716,"stop":1724917681716,"duration":0}},{"uid":"f29f45c38b4af801","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f29f45c38b4af801","status":"passed","time":{"start":1724889460645,"stop":1724889460645,"duration":0}},{"uid":"c7f6c6b2353af78","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c7f6c6b2353af78","status":"passed","time":{"start":1724888611288,"stop":1724888611288,"duration":0}},{"uid":"8a7158b968885b83","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a7158b968885b83","status":"passed","time":{"start":1724887767613,"stop":1724887767613,"duration":0}},{"uid":"eb026a05dc7230b3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eb026a05dc7230b3","status":"passed","time":{"start":1724886533983,"stop":1724886533983,"duration":0}},{"uid":"4a901a778ece6377","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4a901a778ece6377","status":"passed","time":{"start":1724886311750,"stop":1724886311751,"duration":1}},{"uid":"8bcb79d349524257","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8bcb79d349524257","status":"passed","time":{"start":1724861760766,"stop":1724861760767,"duration":1}},{"uid":"82fa99ef8b828dca","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/82fa99ef8b828dca","status":"passed","time":{"start":1724861231726,"stop":1724861231727,"duration":1}},{"uid":"e946c7959f9748ae","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e946c7959f9748ae","status":"passed","time":{"start":1724861054247,"stop":1724861054248,"duration":1}},{"uid":"94862281522b903c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/94862281522b903c","status":"passed","time":{"start":1724860915806,"stop":1724860915807,"duration":1}}]},"7940a237992d5e219d9c9c5404b742c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"681698fbb618f5d8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/681698fbb618f5d8","status":"passed","time":{"start":1724922906442,"stop":1724922906442,"duration":0}}]},"30ef7a9b03445eb2aa807816e4c71b90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9314839260f269ca","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9314839260f269ca","status":"passed","time":{"start":1724923012481,"stop":1724923012481,"duration":0}},{"uid":"b91d4f87c9e1e882","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b91d4f87c9e1e882","status":"passed","time":{"start":1724921625091,"stop":1724921625092,"duration":1}},{"uid":"300aa248fe68e7d5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/300aa248fe68e7d5","status":"passed","time":{"start":1724921590511,"stop":1724921590511,"duration":0}},{"uid":"313669755fd33e69","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/313669755fd33e69","status":"passed","time":{"start":1724918287577,"stop":1724918287577,"duration":0}},{"uid":"9e838b5f9d7e3fb6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e838b5f9d7e3fb6","status":"passed","time":{"start":1724890047803,"stop":1724890047803,"duration":0}},{"uid":"3866a58c4bda7844","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3866a58c4bda7844","status":"passed","time":{"start":1724889183947,"stop":1724889183948,"duration":1}},{"uid":"19a5719f37ccbe5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/19a5719f37ccbe5","status":"passed","time":{"start":1724888354185,"stop":1724888354186,"duration":1}},{"uid":"9299dcc46d39650c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9299dcc46d39650c","status":"passed","time":{"start":1724887145723,"stop":1724887145723,"duration":0}},{"uid":"fe3efe44c49f878","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fe3efe44c49f878","status":"passed","time":{"start":1724886915807,"stop":1724886915809,"duration":2}},{"uid":"6d257bccc139a6ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d257bccc139a6ba","status":"passed","time":{"start":1724862341466,"stop":1724862341466,"duration":0}},{"uid":"cff367c6df7b4e2c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cff367c6df7b4e2c","status":"passed","time":{"start":1724861805470,"stop":1724861805470,"duration":0}},{"uid":"e2da81622c8f21b4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e2da81622c8f21b4","status":"passed","time":{"start":1724861662300,"stop":1724861662300,"duration":0}},{"uid":"922f735f2c1c7de7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/922f735f2c1c7de7","status":"passed","time":{"start":1724861492527,"stop":1724861492528,"duration":1}}]},"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f00c1c56a21b7e13","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f00c1c56a21b7e13","status":"passed","time":{"start":1724923008736,"stop":1724923008736,"duration":0}},{"uid":"5db1acdb7642e948","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5db1acdb7642e948","status":"passed","time":{"start":1724921677828,"stop":1724921677828,"duration":0}},{"uid":"c3db2c1fefb59da4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c3db2c1fefb59da4","status":"passed","time":{"start":1724921635680,"stop":1724921635680,"duration":0}},{"uid":"7d627a273d4234cd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7d627a273d4234cd","status":"passed","time":{"start":1724918344739,"stop":1724918344739,"duration":0}},{"uid":"f810ae5542f9c9ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f810ae5542f9c9ac","status":"passed","time":{"start":1724890097428,"stop":1724890097428,"duration":0}},{"uid":"ed620df861f6000e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ed620df861f6000e","status":"passed","time":{"start":1724889226624,"stop":1724889226624,"duration":0}},{"uid":"3cb3c0d890e3b64c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3cb3c0d890e3b64c","status":"passed","time":{"start":1724888405388,"stop":1724888405388,"duration":0}},{"uid":"b5afe86f23f68756","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b5afe86f23f68756","status":"passed","time":{"start":1724887180097,"stop":1724887180097,"duration":0}},{"uid":"4ee872a460c828dc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4ee872a460c828dc","status":"passed","time":{"start":1724886957951,"stop":1724886957951,"duration":0}},{"uid":"b21645a90e49f5c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b21645a90e49f5c7","status":"passed","time":{"start":1724862379719,"stop":1724862379719,"duration":0}},{"uid":"bb9d8757a71d0a7c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bb9d8757a71d0a7c","status":"passed","time":{"start":1724861853005,"stop":1724861853005,"duration":0}},{"uid":"148d4a4e4291fb28","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/148d4a4e4291fb28","status":"passed","time":{"start":1724861709847,"stop":1724861709847,"duration":0}},{"uid":"bcc3ced67f1d2d41","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bcc3ced67f1d2d41","status":"passed","time":{"start":1724861537425,"stop":1724861537425,"duration":0}}]},"fb03ed1529362299d1d7d3ddcdce8e8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8f1e8a30d59ab0e8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8f1e8a30d59ab0e8","status":"passed","time":{"start":1724888336458,"stop":1724888336458,"duration":0}}]},"1cddc29ad92fa891fca15970b2e9627a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6cafa3e5cdcbbbf8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6cafa3e5cdcbbbf8","status":"passed","time":{"start":1724922402865,"stop":1724922402865,"duration":0}},{"uid":"4169eb8dce4c22b5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4169eb8dce4c22b5","status":"passed","time":{"start":1724921065913,"stop":1724921065913,"duration":0}},{"uid":"c63fff030504f65e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c63fff030504f65e","status":"passed","time":{"start":1724921040949,"stop":1724921040950,"duration":1}},{"uid":"c921a70e059b507a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c921a70e059b507a","status":"passed","time":{"start":1724917701158,"stop":1724917701158,"duration":0}},{"uid":"3aa2c64df3b0fb8f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3aa2c64df3b0fb8f","status":"passed","time":{"start":1724889479977,"stop":1724889479977,"duration":0}},{"uid":"201785975d58c34c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/201785975d58c34c","status":"passed","time":{"start":1724888630726,"stop":1724888630727,"duration":1}},{"uid":"7894470f95764c4c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7894470f95764c4c","status":"passed","time":{"start":1724887787009,"stop":1724887787009,"duration":0}},{"uid":"6d76faaa984a1315","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6d76faaa984a1315","status":"passed","time":{"start":1724886553671,"stop":1724886553672,"duration":1}},{"uid":"1e246678739ad5ac","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1e246678739ad5ac","status":"passed","time":{"start":1724886331495,"stop":1724886331495,"duration":0}},{"uid":"79911936132e7dad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/79911936132e7dad","status":"passed","time":{"start":1724861780659,"stop":1724861780659,"duration":0}},{"uid":"2d400a06b556fe14","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2d400a06b556fe14","status":"passed","time":{"start":1724861251101,"stop":1724861251101,"duration":0}},{"uid":"a07c7e456c08f041","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a07c7e456c08f041","status":"passed","time":{"start":1724861074811,"stop":1724861074811,"duration":0}},{"uid":"a78a2cf5ecd9484e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a78a2cf5ecd9484e","status":"passed","time":{"start":1724860935674,"stop":1724860935674,"duration":0}}]},"1814079429f991e87810cd64b14ba5da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8591fad3e90a10fa","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8591fad3e90a10fa","status":"passed","time":{"start":1724922499936,"stop":1724922499937,"duration":1}},{"uid":"d234033f2aa08804","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d234033f2aa08804","status":"passed","time":{"start":1724921158281,"stop":1724921158282,"duration":1}},{"uid":"dba5a409aec5b025","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dba5a409aec5b025","status":"passed","time":{"start":1724921130078,"stop":1724921130079,"duration":1}},{"uid":"a26de96bd730dbbc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a26de96bd730dbbc","status":"passed","time":{"start":1724917796896,"stop":1724917796897,"duration":1}},{"uid":"6158d3d8ab7cd676","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6158d3d8ab7cd676","status":"passed","time":{"start":1724889579999,"stop":1724889579999,"duration":0}},{"uid":"251f9fe16ad504f4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/251f9fe16ad504f4","status":"passed","time":{"start":1724888730130,"stop":1724888730130,"duration":0}},{"uid":"bdb2880fbe92d3b8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bdb2880fbe92d3b8","status":"passed","time":{"start":1724887883928,"stop":1724887883928,"duration":0}},{"uid":"a622f1ed6c4fef1f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a622f1ed6c4fef1f","status":"passed","time":{"start":1724886651246,"stop":1724886651246,"duration":0}},{"uid":"dc2d22e5dfd234b1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dc2d22e5dfd234b1","status":"passed","time":{"start":1724886430269,"stop":1724886430270,"duration":1}},{"uid":"b384f1e4c7722c3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b384f1e4c7722c3e","status":"passed","time":{"start":1724861879169,"stop":1724861879169,"duration":0}},{"uid":"13020092bda5f32f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/13020092bda5f32f","status":"passed","time":{"start":1724861345740,"stop":1724861345740,"duration":0}},{"uid":"569a4423b7de839f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/569a4423b7de839f","status":"passed","time":{"start":1724861186695,"stop":1724861186696,"duration":1}},{"uid":"7058de90bfa4ab73","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7058de90bfa4ab73","status":"passed","time":{"start":1724861034888,"stop":1724861034888,"duration":0}}]},"966b9cb609ee7abd84faeb390db3de37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9c8c35ace55d3902","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9c8c35ace55d3902","status":"passed","time":{"start":1724922866493,"stop":1724922866493,"duration":0}},{"uid":"cc0ebfd5dd2e5344","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cc0ebfd5dd2e5344","status":"passed","time":{"start":1724921538594,"stop":1724921538594,"duration":0}},{"uid":"f62e23992b026c48","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f62e23992b026c48","status":"passed","time":{"start":1724921499392,"stop":1724921499392,"duration":0}},{"uid":"5dd1d4fd34c64d4e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5dd1d4fd34c64d4e","status":"passed","time":{"start":1724918204099,"stop":1724918204103,"duration":4}},{"uid":"9b30cdbb5c4e2d73","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9b30cdbb5c4e2d73","status":"passed","time":{"start":1724889957369,"stop":1724889957369,"duration":0}},{"uid":"5ca405ee28d2e05a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ca405ee28d2e05a","status":"passed","time":{"start":1724889094882,"stop":1724889094883,"duration":1}},{"uid":"47db228dc9b31bc2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/47db228dc9b31bc2","status":"passed","time":{"start":1724888256181,"stop":1724888256181,"duration":0}},{"uid":"8628403c377bf8e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8628403c377bf8e","status":"passed","time":{"start":1724887043896,"stop":1724887043897,"duration":1}},{"uid":"60dd2927c4bd52ba","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/60dd2927c4bd52ba","status":"passed","time":{"start":1724886807386,"stop":1724886807386,"duration":0}},{"uid":"91d872ebc28ee92f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91d872ebc28ee92f","status":"passed","time":{"start":1724862237701,"stop":1724862237702,"duration":1}},{"uid":"947164806ed17fc1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/947164806ed17fc1","status":"passed","time":{"start":1724861709117,"stop":1724861709117,"duration":0}},{"uid":"18185470d07f6692","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/18185470d07f6692","status":"passed","time":{"start":1724861571996,"stop":1724861571997,"duration":1}},{"uid":"c3494a374ac1f7e7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c3494a374ac1f7e7","status":"passed","time":{"start":1724861400270,"stop":1724861400271,"duration":1}}]},"8ad3580d2801a542b39b1caca862a46b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9432b85216ab3417","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9432b85216ab3417","status":"passed","time":{"start":1724922845243,"stop":1724922845243,"duration":0}},{"uid":"7ebf0ee987b24b7e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7ebf0ee987b24b7e","status":"passed","time":{"start":1724921515226,"stop":1724921515227,"duration":1}},{"uid":"5681591fe7bddb9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5681591fe7bddb9","status":"passed","time":{"start":1724921475446,"stop":1724921475446,"duration":0}},{"uid":"78d369b93d9a5d73","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/78d369b93d9a5d73","status":"passed","time":{"start":1724918179401,"stop":1724918179401,"duration":0}},{"uid":"19729c6a3c7a16ef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/19729c6a3c7a16ef","status":"passed","time":{"start":1724889935341,"stop":1724889935341,"duration":0}},{"uid":"4fa3578a83cda8e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4fa3578a83cda8e1","status":"passed","time":{"start":1724889072754,"stop":1724889072754,"duration":0}},{"uid":"79fd7f23e4bbc1a6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/79fd7f23e4bbc1a6","status":"passed","time":{"start":1724888232415,"stop":1724888232416,"duration":1}},{"uid":"cf08e68917e53d1d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf08e68917e53d1d","status":"passed","time":{"start":1724887018303,"stop":1724887018303,"duration":0}},{"uid":"ac70d7cb6a7b66f8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ac70d7cb6a7b66f8","status":"passed","time":{"start":1724886781480,"stop":1724886781480,"duration":0}},{"uid":"3228bd1e0ef34e77","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3228bd1e0ef34e77","status":"passed","time":{"start":1724862213663,"stop":1724862213663,"duration":0}},{"uid":"22c88340e52f3ac1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/22c88340e52f3ac1","status":"passed","time":{"start":1724861685856,"stop":1724861685856,"duration":0}},{"uid":"240fa7e8d91455e3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/240fa7e8d91455e3","status":"passed","time":{"start":1724861546176,"stop":1724861546177,"duration":1}},{"uid":"b1152c54988d14a5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b1152c54988d14a5","status":"passed","time":{"start":1724861378111,"stop":1724861378111,"duration":0}}]},"54c95a93d0ce32c48422718b926fb1e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8761c243d3b94112","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8761c243d3b94112","status":"passed","time":{"start":1724889144083,"stop":1724889144084,"duration":1}}]},"7f74fca03fc4bc1b09a12a35e7692182:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1cfebe1c525e608b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1cfebe1c525e608b","status":"passed","time":{"start":1724886884589,"stop":1724886884589,"duration":0}}]},"4b6be8ea12cd2b91925b9eaa33d2f1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c1e05836685e7b5e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c1e05836685e7b5e","status":"passed","time":{"start":1724922853927,"stop":1724922853927,"duration":0}},{"uid":"eb977b20827ef41d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/eb977b20827ef41d","status":"passed","time":{"start":1724921529589,"stop":1724921529589,"duration":0}},{"uid":"72642a794fc7e0a8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/72642a794fc7e0a8","status":"passed","time":{"start":1724921488884,"stop":1724921488884,"duration":0}},{"uid":"ae53f376c06fcaac","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ae53f376c06fcaac","status":"passed","time":{"start":1724918203690,"stop":1724918203690,"duration":0}},{"uid":"3c7f6f1c604ed754","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c7f6f1c604ed754","status":"passed","time":{"start":1724889938366,"stop":1724889938366,"duration":0}},{"uid":"8920dda9f12e35a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8920dda9f12e35a0","status":"passed","time":{"start":1724889077070,"stop":1724889077070,"duration":0}},{"uid":"a262b02b12a2a102","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a262b02b12a2a102","status":"passed","time":{"start":1724888268039,"stop":1724888268040,"duration":1}},{"uid":"95eb5fa6c61eea28","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/95eb5fa6c61eea28","status":"passed","time":{"start":1724887032413,"stop":1724887032413,"duration":0}},{"uid":"1f95443541d605b2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1f95443541d605b2","status":"passed","time":{"start":1724886822826,"stop":1724886822826,"duration":0}},{"uid":"3bef8f93c55209e6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3bef8f93c55209e6","status":"passed","time":{"start":1724862233516,"stop":1724862233516,"duration":0}},{"uid":"b7972543a3d64e0b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b7972543a3d64e0b","status":"passed","time":{"start":1724861712674,"stop":1724861712674,"duration":0}},{"uid":"e8c014f2e8abcba5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e8c014f2e8abcba5","status":"passed","time":{"start":1724861567900,"stop":1724861567901,"duration":1}},{"uid":"3b301417bda3b943","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3b301417bda3b943","status":"passed","time":{"start":1724861392060,"stop":1724861392060,"duration":0}}]},"ddd389dba90931c122476f0b3135b2f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"52262e4460fd5002","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/52262e4460fd5002","status":"passed","time":{"start":1724922433167,"stop":1724922433167,"duration":0}},{"uid":"21de58c2d261e598","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/21de58c2d261e598","status":"passed","time":{"start":1724921095756,"stop":1724921095757,"duration":1}},{"uid":"5f5f5e41031a5857","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5f5f5e41031a5857","status":"passed","time":{"start":1724921070804,"stop":1724921070805,"duration":1}},{"uid":"6403a851f9915e27","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6403a851f9915e27","status":"passed","time":{"start":1724917730899,"stop":1724917730899,"duration":0}},{"uid":"e57dd48fd96358c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e57dd48fd96358c0","status":"passed","time":{"start":1724889510331,"stop":1724889510332,"duration":1}},{"uid":"4679dc590cef174a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4679dc590cef174a","status":"passed","time":{"start":1724888660679,"stop":1724888660680,"duration":1}},{"uid":"5547eea46ac70ee0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5547eea46ac70ee0","status":"passed","time":{"start":1724887817136,"stop":1724887817137,"duration":1}},{"uid":"c19c37faa6cda394","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c19c37faa6cda394","status":"passed","time":{"start":1724886584153,"stop":1724886584154,"duration":1}},{"uid":"829f78c49e26d91c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/829f78c49e26d91c","status":"passed","time":{"start":1724886362413,"stop":1724886362414,"duration":1}},{"uid":"a247e9d3c2611a99","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a247e9d3c2611a99","status":"passed","time":{"start":1724861811583,"stop":1724861811583,"duration":0}},{"uid":"c0e3f1cad37b9aa7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c0e3f1cad37b9aa7","status":"passed","time":{"start":1724861280381,"stop":1724861280382,"duration":1}},{"uid":"466e3e48ff935548","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/466e3e48ff935548","status":"passed","time":{"start":1724861106379,"stop":1724861106380,"duration":1}},{"uid":"6d33c715934c7853","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6d33c715934c7853","status":"passed","time":{"start":1724860966531,"stop":1724860966531,"duration":0}}]},"a755b16c3b49464fc49b24a7db9bb961:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d44b52cac44eee8d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d44b52cac44eee8d","status":"passed","time":{"start":1724922439098,"stop":1724922439098,"duration":0}},{"uid":"6d16a328400bf7c8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6d16a328400bf7c8","status":"passed","time":{"start":1724921098907,"stop":1724921098907,"duration":0}},{"uid":"4f8ca10e67c29ef7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4f8ca10e67c29ef7","status":"passed","time":{"start":1724921073377,"stop":1724921073378,"duration":1}},{"uid":"8aa9f48261c34ab7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8aa9f48261c34ab7","status":"passed","time":{"start":1724917744657,"stop":1724917744657,"duration":0}},{"uid":"52e29a7705763da9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52e29a7705763da9","status":"passed","time":{"start":1724889518041,"stop":1724889518042,"duration":1}},{"uid":"a524b9f47543ab51","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a524b9f47543ab51","status":"passed","time":{"start":1724888665798,"stop":1724888665798,"duration":0}},{"uid":"f7cc90b7022256ab","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f7cc90b7022256ab","status":"passed","time":{"start":1724887821949,"stop":1724887821950,"duration":1}},{"uid":"a448dc7b5d719dd2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a448dc7b5d719dd2","status":"passed","time":{"start":1724886586923,"stop":1724886586923,"duration":0}},{"uid":"7baa80644a2d306","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7baa80644a2d306","status":"passed","time":{"start":1724886375226,"stop":1724886375226,"duration":0}},{"uid":"e856da34808117d3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e856da34808117d3","status":"passed","time":{"start":1724861815214,"stop":1724861815215,"duration":1}},{"uid":"fa81c8398c6707d9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fa81c8398c6707d9","status":"passed","time":{"start":1724861291719,"stop":1724861291720,"duration":1}},{"uid":"85331026f68540ea","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/85331026f68540ea","status":"passed","time":{"start":1724861109862,"stop":1724861109863,"duration":1}},{"uid":"a1d13732e1097940","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a1d13732e1097940","status":"passed","time":{"start":1724860972337,"stop":1724860972338,"duration":1}}]},"efbe9d23188e3339ba2d91770f86d81f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ef0bbdca2a67ce0e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ef0bbdca2a67ce0e","status":"passed","time":{"start":1724922383089,"stop":1724922383090,"duration":1}},{"uid":"62cf0813f3fd4513","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/62cf0813f3fd4513","status":"passed","time":{"start":1724921046205,"stop":1724921046206,"duration":1}},{"uid":"23882764d360a105","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/23882764d360a105","status":"passed","time":{"start":1724921021477,"stop":1724921021477,"duration":0}},{"uid":"f96138e03b82bca3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f96138e03b82bca3","status":"passed","time":{"start":1724917681725,"stop":1724917681726,"duration":1}},{"uid":"7244a35e906c82d4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7244a35e906c82d4","status":"passed","time":{"start":1724889460653,"stop":1724889460653,"duration":0}},{"uid":"a94ab0ee09742267","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a94ab0ee09742267","status":"passed","time":{"start":1724888611297,"stop":1724888611297,"duration":0}},{"uid":"c8d52a049f4f618","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c8d52a049f4f618","status":"passed","time":{"start":1724887767621,"stop":1724887767622,"duration":1}},{"uid":"5803923c7607a141","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5803923c7607a141","status":"passed","time":{"start":1724886533992,"stop":1724886533992,"duration":0}},{"uid":"fc17fed446584848","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fc17fed446584848","status":"passed","time":{"start":1724886311756,"stop":1724886311760,"duration":4}},{"uid":"49fb442a7ed68ef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/49fb442a7ed68ef","status":"passed","time":{"start":1724861760777,"stop":1724861760777,"duration":0}},{"uid":"9dbeb2c3341562ad","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9dbeb2c3341562ad","status":"passed","time":{"start":1724861231735,"stop":1724861231736,"duration":1}},{"uid":"6d73b653a32bb8a9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6d73b653a32bb8a9","status":"passed","time":{"start":1724861054257,"stop":1724861054258,"duration":1}},{"uid":"b4bc41e28ddafc20","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b4bc41e28ddafc20","status":"passed","time":{"start":1724860915816,"stop":1724860915816,"duration":0}}]},"fa11d84333fdcccd78710136d48af0b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"aa50e2434aec3c48","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/aa50e2434aec3c48","status":"passed","time":{"start":1724922499928,"stop":1724922499929,"duration":1}},{"uid":"2fcda20a387eaee0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2fcda20a387eaee0","status":"passed","time":{"start":1724921158277,"stop":1724921158277,"duration":0}},{"uid":"3282d2e77b200404","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3282d2e77b200404","status":"passed","time":{"start":1724921130072,"stop":1724921130073,"duration":1}},{"uid":"5e9760efb3ffac3c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5e9760efb3ffac3c","status":"passed","time":{"start":1724917796889,"stop":1724917796890,"duration":1}},{"uid":"ad5d4b1c222a2cb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ad5d4b1c222a2cb","status":"passed","time":{"start":1724889579993,"stop":1724889579993,"duration":0}},{"uid":"44d3c2ad4e9aa4f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/44d3c2ad4e9aa4f","status":"passed","time":{"start":1724888730126,"stop":1724888730126,"duration":0}},{"uid":"9eb9b1101adc1cd1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9eb9b1101adc1cd1","status":"passed","time":{"start":1724887883925,"stop":1724887883925,"duration":0}},{"uid":"fff42c329c738dbc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fff42c329c738dbc","status":"passed","time":{"start":1724886651243,"stop":1724886651243,"duration":0}},{"uid":"fabd7a9018e8309c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fabd7a9018e8309c","status":"passed","time":{"start":1724886430262,"stop":1724886430266,"duration":4}},{"uid":"ecc812f38352cd2e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ecc812f38352cd2e","status":"passed","time":{"start":1724861879166,"stop":1724861879166,"duration":0}},{"uid":"602bc00fb88d116","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/602bc00fb88d116","status":"passed","time":{"start":1724861345735,"stop":1724861345736,"duration":1}},{"uid":"6d92beeca6023ebc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6d92beeca6023ebc","status":"passed","time":{"start":1724861186692,"stop":1724861186693,"duration":1}},{"uid":"911b6c3e75a3c93b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/911b6c3e75a3c93b","status":"passed","time":{"start":1724861034862,"stop":1724861034884,"duration":22}}]},"a09a4dead9377b4f63c1c9abdc70f746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"20d291524709edfb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/20d291524709edfb","status":"passed","time":{"start":1724922845250,"stop":1724922845250,"duration":0}},{"uid":"7569d2701dc871da","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7569d2701dc871da","status":"passed","time":{"start":1724921515232,"stop":1724921515232,"duration":0}},{"uid":"b2ab6ce911d13314","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b2ab6ce911d13314","status":"passed","time":{"start":1724921475460,"stop":1724921475460,"duration":0}},{"uid":"ee7dabead72ef473","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ee7dabead72ef473","status":"passed","time":{"start":1724918179406,"stop":1724918179407,"duration":1}},{"uid":"14c6b2ca49921318","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14c6b2ca49921318","status":"passed","time":{"start":1724889935346,"stop":1724889935346,"duration":0}},{"uid":"bc84bc59e5cc17bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc84bc59e5cc17bd","status":"passed","time":{"start":1724889072760,"stop":1724889072760,"duration":0}},{"uid":"6cd8eaf30ad8eb31","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6cd8eaf30ad8eb31","status":"passed","time":{"start":1724888232421,"stop":1724888232421,"duration":0}},{"uid":"bbb9ea494d8cb68b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bbb9ea494d8cb68b","status":"passed","time":{"start":1724887018308,"stop":1724887018308,"duration":0}},{"uid":"8cd8d7e659d6d0a4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8cd8d7e659d6d0a4","status":"passed","time":{"start":1724886781485,"stop":1724886781485,"duration":0}},{"uid":"63e0060b8e083997","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/63e0060b8e083997","status":"passed","time":{"start":1724862213668,"stop":1724862213668,"duration":0}},{"uid":"214cdc8c8f9bf5bd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/214cdc8c8f9bf5bd","status":"passed","time":{"start":1724861685861,"stop":1724861685861,"duration":0}},{"uid":"d63b952d0e7aadbd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d63b952d0e7aadbd","status":"passed","time":{"start":1724861546183,"stop":1724861546183,"duration":0}},{"uid":"bb0123d5b9b32578","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bb0123d5b9b32578","status":"passed","time":{"start":1724861378117,"stop":1724861378117,"duration":0}}]},"3b4191c260f307dc7cae9c48ff44f24c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e3bbccdd7a040855","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e3bbccdd7a040855","status":"passed","time":{"start":1724922408756,"stop":1724922408757,"duration":1}},{"uid":"c0d1a0902d5cdd6c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c0d1a0902d5cdd6c","status":"passed","time":{"start":1724921071995,"stop":1724921071995,"duration":0}},{"uid":"f0fdaa3dcc97120c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f0fdaa3dcc97120c","status":"passed","time":{"start":1724921046824,"stop":1724921046825,"duration":1}},{"uid":"847e8717ae47ab96","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/847e8717ae47ab96","status":"passed","time":{"start":1724917707024,"stop":1724917707025,"duration":1}},{"uid":"95a5adaf376f6e72","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/95a5adaf376f6e72","status":"passed","time":{"start":1724889485860,"stop":1724889485860,"duration":0}},{"uid":"2dd0fcc9451ba793","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2dd0fcc9451ba793","status":"passed","time":{"start":1724888636621,"stop":1724888636621,"duration":0}},{"uid":"cc58b731ce38049","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc58b731ce38049","status":"passed","time":{"start":1724887792856,"stop":1724887792856,"duration":0}},{"uid":"afbcc0168105ec95","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/afbcc0168105ec95","status":"passed","time":{"start":1724886559725,"stop":1724886559725,"duration":0}},{"uid":"7a9eed63a20756d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7a9eed63a20756d","status":"passed","time":{"start":1724886337377,"stop":1724886337378,"duration":1}},{"uid":"274380f24fdfe229","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/274380f24fdfe229","status":"passed","time":{"start":1724861786731,"stop":1724861786731,"duration":0}},{"uid":"20012512120448ba","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/20012512120448ba","status":"passed","time":{"start":1724861257212,"stop":1724861257213,"duration":1}},{"uid":"cfcc59784c8b1962","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cfcc59784c8b1962","status":"passed","time":{"start":1724861081086,"stop":1724861081087,"duration":1}},{"uid":"3fa73db9b0540a9f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3fa73db9b0540a9f","status":"passed","time":{"start":1724860941732,"stop":1724860941732,"duration":0}}]},"77a43243c3631039aad3babae6e3b2dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"be03b19e276f8a78","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/be03b19e276f8a78","status":"passed","time":{"start":1724918229402,"stop":1724918229403,"duration":1}}]},"d48fed4711bc8db7c5dd0f7d5e56d95f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"632c873c7cd47150","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/632c873c7cd47150","status":"passed","time":{"start":1724921577171,"stop":1724921577171,"duration":0}}]},"0d5491899e5bfdaae5459a3b01c477b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"90217f231214f929","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/90217f231214f929","status":"passed","time":{"start":1724922611434,"stop":1724922611434,"duration":0}},{"uid":"9685434f953e5fc1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9685434f953e5fc1","status":"passed","time":{"start":1724921270355,"stop":1724921270356,"duration":1}},{"uid":"25e1ec884a4b7958","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/25e1ec884a4b7958","status":"passed","time":{"start":1724921247816,"stop":1724921247816,"duration":0}},{"uid":"a6eb343585d92b3b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a6eb343585d92b3b","status":"passed","time":{"start":1724917989817,"stop":1724917989817,"duration":0}},{"uid":"a98b5dffc319605b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a98b5dffc319605b","status":"passed","time":{"start":1724889678549,"stop":1724889678549,"duration":0}},{"uid":"c16e9b448050492d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c16e9b448050492d","status":"passed","time":{"start":1724888829841,"stop":1724888829842,"duration":1}},{"uid":"cc221ad0e8025c19","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc221ad0e8025c19","status":"passed","time":{"start":1724888077002,"stop":1724888077007,"duration":5}},{"uid":"f51ba36faa494be","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f51ba36faa494be","status":"passed","time":{"start":1724886851124,"stop":1724886851124,"duration":0}},{"uid":"86124df4e0dd6ab9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/86124df4e0dd6ab9","status":"passed","time":{"start":1724886647110,"stop":1724886647110,"duration":0}},{"uid":"ded2346436b351fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ded2346436b351fa","status":"passed","time":{"start":1724861992712,"stop":1724861992712,"duration":0}},{"uid":"ebed03ba1ba6ab32","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ebed03ba1ba6ab32","status":"passed","time":{"start":1724861469641,"stop":1724861469641,"duration":0}},{"uid":"7c16ba6d72d69b08","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7c16ba6d72d69b08","status":"passed","time":{"start":1724861284856,"stop":1724861284856,"duration":0}},{"uid":"7730556de1d711f4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7730556de1d711f4","status":"passed","time":{"start":1724861145804,"stop":1724861145804,"duration":0}}]},"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a883252467c84a0c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a883252467c84a0c","status":"passed","time":{"start":1724922391232,"stop":1724922391233,"duration":1}},{"uid":"17efe7258df552a5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/17efe7258df552a5","status":"passed","time":{"start":1724921054321,"stop":1724921054321,"duration":0}},{"uid":"296ffb3a8741f751","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/296ffb3a8741f751","status":"passed","time":{"start":1724921029530,"stop":1724921029530,"duration":0}},{"uid":"9427abcdabc868c2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9427abcdabc868c2","status":"passed","time":{"start":1724917689715,"stop":1724917689715,"duration":0}},{"uid":"e4a3afbfeb99378c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e4a3afbfeb99378c","status":"passed","time":{"start":1724889468611,"stop":1724889468611,"duration":0}},{"uid":"5c77af5c9771402d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5c77af5c9771402d","status":"passed","time":{"start":1724888619403,"stop":1724888619404,"duration":1}},{"uid":"2e1a120ad6686fa0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2e1a120ad6686fa0","status":"passed","time":{"start":1724887775587,"stop":1724887775587,"duration":0}},{"uid":"359ba959aa175fe6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/359ba959aa175fe6","status":"passed","time":{"start":1724886542103,"stop":1724886542103,"duration":0}},{"uid":"92a4cdb5f67e4440","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/92a4cdb5f67e4440","status":"passed","time":{"start":1724886319853,"stop":1724886319854,"duration":1}},{"uid":"d0223f62696c5762","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d0223f62696c5762","status":"passed","time":{"start":1724861769054,"stop":1724861769054,"duration":0}},{"uid":"6d472dfd6f10e24f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6d472dfd6f10e24f","status":"passed","time":{"start":1724861239709,"stop":1724861239709,"duration":0}},{"uid":"832aae3d020bae37","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/832aae3d020bae37","status":"passed","time":{"start":1724861063046,"stop":1724861063047,"duration":1}},{"uid":"47f5489af9843d7f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/47f5489af9843d7f","status":"passed","time":{"start":1724860924087,"stop":1724860924087,"duration":0}}]},"667a16a25c21c2a1287129daaf7bc1d0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c2ec3c18a9e884f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2ec3c18a9e884f","status":"passed","time":{"start":1724889144082,"stop":1724889144082,"duration":0}}]},"7a01a27814b1387113e3366b71b1fcc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"28e1ec77eee7ee6a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/28e1ec77eee7ee6a","status":"passed","time":{"start":1724917916056,"stop":1724917916056,"duration":0}}]},"012af98c6c27428a9581787f40ec5dd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"22110d176493a555","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/22110d176493a555","status":"passed","time":{"start":1724861485079,"stop":1724861485080,"duration":1}}]},"83e6fcefb7881625a22557c1328e432e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9c4ee928bebf90df","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9c4ee928bebf90df","status":"passed","time":{"start":1724862233522,"stop":1724862233523,"duration":1}}]},"328acc1b8ebca243ceedc9e9270ce7e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e642dd9131b3cab2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e642dd9131b3cab2","status":"passed","time":{"start":1724889169851,"stop":1724889169852,"duration":1}}]},"abfc99193f27cfa7b97b1abb15181b65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"521fefe24e36fcff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/521fefe24e36fcff","status":"passed","time":{"start":1724923012458,"stop":1724923012459,"duration":1}},{"uid":"29ffafe1dc588c79","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/29ffafe1dc588c79","status":"passed","time":{"start":1724921625034,"stop":1724921625035,"duration":1}},{"uid":"c1df9fea82d563a2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c1df9fea82d563a2","status":"passed","time":{"start":1724921590478,"stop":1724921590479,"duration":1}},{"uid":"bab1ab7fe8bd054b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bab1ab7fe8bd054b","status":"passed","time":{"start":1724918287558,"stop":1724918287559,"duration":1}},{"uid":"b3fa07f94f54167b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b3fa07f94f54167b","status":"passed","time":{"start":1724890047782,"stop":1724890047782,"duration":0}},{"uid":"629ba85669c95e5a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/629ba85669c95e5a","status":"passed","time":{"start":1724889183913,"stop":1724889183914,"duration":1}},{"uid":"3f80aba0349f4360","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3f80aba0349f4360","status":"passed","time":{"start":1724888354159,"stop":1724888354159,"duration":0}},{"uid":"c7abf09e6f095999","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c7abf09e6f095999","status":"passed","time":{"start":1724887145650,"stop":1724887145650,"duration":0}},{"uid":"9838e4576b5a41a4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9838e4576b5a41a4","status":"passed","time":{"start":1724886915776,"stop":1724886915776,"duration":0}},{"uid":"e7f08981a8aca1c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e7f08981a8aca1c7","status":"passed","time":{"start":1724862341431,"stop":1724862341431,"duration":0}},{"uid":"c4927c141d39507f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c4927c141d39507f","status":"passed","time":{"start":1724861805431,"stop":1724861805432,"duration":1}},{"uid":"c30d47f05e28179c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c30d47f05e28179c","status":"passed","time":{"start":1724861662239,"stop":1724861662240,"duration":1}},{"uid":"34b1d54ad061e827","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/34b1d54ad061e827","status":"passed","time":{"start":1724861492502,"stop":1724861492502,"duration":0}}]},"c8807fb8a0a316128a5e7f7efc265cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"53bdf4656d789c5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/53bdf4656d789c5","status":"passed","time":{"start":1724922439099,"stop":1724922439099,"duration":0}},{"uid":"5bfd592b80c1d3b9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5bfd592b80c1d3b9","status":"passed","time":{"start":1724921098907,"stop":1724921098913,"duration":6}},{"uid":"fa0adc3ef7b06bfc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fa0adc3ef7b06bfc","status":"passed","time":{"start":1724921073378,"stop":1724921073379,"duration":1}},{"uid":"7766031bc031d1c2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7766031bc031d1c2","status":"passed","time":{"start":1724917744657,"stop":1724917744661,"duration":4}},{"uid":"7f8a580dd4ecd1fe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7f8a580dd4ecd1fe","status":"passed","time":{"start":1724889518042,"stop":1724889518042,"duration":0}},{"uid":"a35f808c0232ed06","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a35f808c0232ed06","status":"passed","time":{"start":1724888665798,"stop":1724888665799,"duration":1}},{"uid":"a97fe82c697ab81f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a97fe82c697ab81f","status":"passed","time":{"start":1724887821950,"stop":1724887821950,"duration":0}},{"uid":"64197085a213258b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/64197085a213258b","status":"passed","time":{"start":1724886586923,"stop":1724886586924,"duration":1}},{"uid":"ae19d90c46754bbf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ae19d90c46754bbf","status":"passed","time":{"start":1724886375226,"stop":1724886375227,"duration":1}},{"uid":"fa1cc621d8b6ee12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fa1cc621d8b6ee12","status":"passed","time":{"start":1724861815215,"stop":1724861815215,"duration":0}},{"uid":"39c76e41c6e04eb6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/39c76e41c6e04eb6","status":"passed","time":{"start":1724861291720,"stop":1724861291720,"duration":0}},{"uid":"c83e5af721f5024f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c83e5af721f5024f","status":"passed","time":{"start":1724861109863,"stop":1724861109863,"duration":0}},{"uid":"f33fc3b884e82b5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f33fc3b884e82b5","status":"passed","time":{"start":1724860972338,"stop":1724860972339,"duration":1}}]},"e8247cc1f9bcb6314a610060cf47235f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7af47eb20b7c7262","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7af47eb20b7c7262","status":"passed","time":{"start":1724889169844,"stop":1724889169845,"duration":1}}]},"9c619c673abe858d054ab9f938a74733:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2a2ecab7346992e6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2a2ecab7346992e6","status":"passed","time":{"start":1724922887534,"stop":1724922887535,"duration":1}},{"uid":"b825a2642c164fcb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b825a2642c164fcb","status":"passed","time":{"start":1724921564784,"stop":1724921564785,"duration":1}},{"uid":"76f4700b8e059184","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/76f4700b8e059184","status":"passed","time":{"start":1724921518833,"stop":1724921518836,"duration":3}},{"uid":"c5bbfd3d342fc6fc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c5bbfd3d342fc6fc","status":"passed","time":{"start":1724918229408,"stop":1724918229409,"duration":1}},{"uid":"e699214e846e5a68","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e699214e846e5a68","status":"passed","time":{"start":1724889980709,"stop":1724889980709,"duration":0}},{"uid":"12ba4aa059811f8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/12ba4aa059811f8","status":"passed","time":{"start":1724889111185,"stop":1724889111185,"duration":0}},{"uid":"49cee3d29d47665e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/49cee3d29d47665e","status":"passed","time":{"start":1724888292549,"stop":1724888292549,"duration":0}},{"uid":"2f740577d32e5c86","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2f740577d32e5c86","status":"passed","time":{"start":1724887068234,"stop":1724887068234,"duration":0}},{"uid":"7c40a2466aec1a2b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7c40a2466aec1a2b","status":"passed","time":{"start":1724886848943,"stop":1724886848944,"duration":1}},{"uid":"a2737a4cb783ff77","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2737a4cb783ff77","status":"passed","time":{"start":1724862262058,"stop":1724862262058,"duration":0}},{"uid":"61243cc8f883f50f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/61243cc8f883f50f","status":"passed","time":{"start":1724861741901,"stop":1724861741901,"duration":0}},{"uid":"7f4d824928c3d85f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7f4d824928c3d85f","status":"passed","time":{"start":1724861599505,"stop":1724861599505,"duration":0}},{"uid":"c56fd96270f65b82","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c56fd96270f65b82","status":"passed","time":{"start":1724861428483,"stop":1724861428483,"duration":0}}]},"33512abcf2e6c1294129102e6a0ae92b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"13e0f8f0fdf6df0e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/13e0f8f0fdf6df0e","status":"passed","time":{"start":1724888003322,"stop":1724888003322,"duration":0}}]},"0dcba3bfad586c00e5ab6baac99bf48a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"db8ae1879c344e6d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/db8ae1879c344e6d","status":"passed","time":{"start":1724923012467,"stop":1724923012467,"duration":0}},{"uid":"1725ae16399c67cf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1725ae16399c67cf","status":"passed","time":{"start":1724921625075,"stop":1724921625075,"duration":0}},{"uid":"1112944010e06fc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1112944010e06fc","status":"passed","time":{"start":1724921590499,"stop":1724921590499,"duration":0}},{"uid":"5d079798849c77bb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5d079798849c77bb","status":"passed","time":{"start":1724918287568,"stop":1724918287568,"duration":0}},{"uid":"2b8275befd7c8203","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b8275befd7c8203","status":"passed","time":{"start":1724890047790,"stop":1724890047792,"duration":2}},{"uid":"996cf7eb02fe1220","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/996cf7eb02fe1220","status":"passed","time":{"start":1724889183923,"stop":1724889183924,"duration":1}},{"uid":"dedca76c5a8dfc3d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dedca76c5a8dfc3d","status":"passed","time":{"start":1724888354173,"stop":1724888354173,"duration":0}},{"uid":"e54d5ebae9aadecf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e54d5ebae9aadecf","status":"passed","time":{"start":1724887145667,"stop":1724887145667,"duration":0}},{"uid":"e25a7622cc189c76","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e25a7622cc189c76","status":"passed","time":{"start":1724886915789,"stop":1724886915789,"duration":0}},{"uid":"e7005949175077a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e7005949175077a7","status":"passed","time":{"start":1724862341454,"stop":1724862341454,"duration":0}},{"uid":"c61f98684618e2d7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c61f98684618e2d7","status":"passed","time":{"start":1724861805445,"stop":1724861805445,"duration":0}},{"uid":"4aead009628dc504","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4aead009628dc504","status":"passed","time":{"start":1724861662287,"stop":1724861662287,"duration":0}},{"uid":"e9040ce4cdf29ade","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e9040ce4cdf29ade","status":"passed","time":{"start":1724861492517,"stop":1724861492517,"duration":0}}]},"1011877e08f17aaf83bf70a12bc43fee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8c821fad76fb1c2c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8c821fad76fb1c2c","status":"passed","time":{"start":1724922771083,"stop":1724922771083,"duration":0}},{"uid":"e225e38fd56cca83","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e225e38fd56cca83","status":"passed","time":{"start":1724921419683,"stop":1724921419683,"duration":0}},{"uid":"58a596ba168084a9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/58a596ba168084a9","status":"passed","time":{"start":1724921400503,"stop":1724921400504,"duration":1}},{"uid":"7111bf02b5ec6710","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7111bf02b5ec6710","status":"passed","time":{"start":1724918124176,"stop":1724918124176,"duration":0}},{"uid":"ccb3e94c61b53c57","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ccb3e94c61b53c57","status":"passed","time":{"start":1724889845313,"stop":1724889845314,"duration":1}},{"uid":"4ac69fd37a0ba531","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4ac69fd37a0ba531","status":"passed","time":{"start":1724888978754,"stop":1724888978754,"duration":0}},{"uid":"e505461d75ef9c6a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e505461d75ef9c6a","status":"passed","time":{"start":1724888199759,"stop":1724888199759,"duration":0}},{"uid":"4ebe92b8ca878d5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4ebe92b8ca878d5","status":"passed","time":{"start":1724886961476,"stop":1724886961476,"duration":0}},{"uid":"6579794cc2d8218d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6579794cc2d8218d","status":"passed","time":{"start":1724886743396,"stop":1724886743396,"duration":0}},{"uid":"8f0f9528fbcced0a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f0f9528fbcced0a","status":"passed","time":{"start":1724862150657,"stop":1724862150658,"duration":1}},{"uid":"3de01110516049bc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3de01110516049bc","status":"passed","time":{"start":1724861627581,"stop":1724861627581,"duration":0}},{"uid":"f77574a146e966fd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f77574a146e966fd","status":"passed","time":{"start":1724861501071,"stop":1724861501071,"duration":0}},{"uid":"9779aacc94552d95","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9779aacc94552d95","status":"passed","time":{"start":1724861297169,"stop":1724861297169,"duration":0}}]},"25bae3ce20211a03aa0dc3a74620c86a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"88b0856daa31bde5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/88b0856daa31bde5","status":"passed","time":{"start":1724922398921,"stop":1724922398921,"duration":0}},{"uid":"95838baf8796a018","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/95838baf8796a018","status":"passed","time":{"start":1724921061849,"stop":1724921061849,"duration":0}},{"uid":"cf3016e2bd10becf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cf3016e2bd10becf","status":"passed","time":{"start":1724921037158,"stop":1724921037158,"duration":0}},{"uid":"e85521b7696f523b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e85521b7696f523b","status":"passed","time":{"start":1724917697303,"stop":1724917697303,"duration":0}},{"uid":"b8af6f1f87150c86","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8af6f1f87150c86","status":"passed","time":{"start":1724889476084,"stop":1724889476085,"duration":1}},{"uid":"fb639c7a982aefe3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb639c7a982aefe3","status":"passed","time":{"start":1724888626888,"stop":1724888626888,"duration":0}},{"uid":"5565f235a64b1c4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5565f235a64b1c4","status":"passed","time":{"start":1724887783109,"stop":1724887783109,"duration":0}},{"uid":"ab35eea4abc7a7f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ab35eea4abc7a7f9","status":"passed","time":{"start":1724886549920,"stop":1724886549920,"duration":0}},{"uid":"90378eac56da4aba","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/90378eac56da4aba","status":"passed","time":{"start":1724886327582,"stop":1724886327582,"duration":0}},{"uid":"50e0871b1a43e5c8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/50e0871b1a43e5c8","status":"passed","time":{"start":1724861776808,"stop":1724861776808,"duration":0}},{"uid":"9b545ea63c033186","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9b545ea63c033186","status":"passed","time":{"start":1724861247300,"stop":1724861247300,"duration":0}},{"uid":"f3dca035b0537cf2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f3dca035b0537cf2","status":"passed","time":{"start":1724861071396,"stop":1724861071396,"duration":0}},{"uid":"80b29eb4ad21f59a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/80b29eb4ad21f59a","status":"passed","time":{"start":1724860931796,"stop":1724860931796,"duration":0}}]},"43cc4d865085349f1bb9f09beceeedbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2d339aac9c2a4d7d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2d339aac9c2a4d7d","status":"passed","time":{"start":1724922601844,"stop":1724922601844,"duration":0}},{"uid":"e485ac251e5637ee","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e485ac251e5637ee","status":"passed","time":{"start":1724921267871,"stop":1724921267871,"duration":0}},{"uid":"f924292503940829","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f924292503940829","status":"passed","time":{"start":1724921244372,"stop":1724921244372,"duration":0}},{"uid":"a63293b125fd07ea","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a63293b125fd07ea","status":"passed","time":{"start":1724917916053,"stop":1724917916054,"duration":1}},{"uid":"7b52c9bb18cb7f22","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b52c9bb18cb7f22","status":"passed","time":{"start":1724889678256,"stop":1724889678257,"duration":1}},{"uid":"14c914e234be45e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14c914e234be45e8","status":"passed","time":{"start":1724888831685,"stop":1724888831686,"duration":1}},{"uid":"a2bdf8bcc9afbcea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a2bdf8bcc9afbcea","status":"passed","time":{"start":1724888003321,"stop":1724888003322,"duration":1}},{"uid":"64304778d1fc225d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/64304778d1fc225d","status":"passed","time":{"start":1724886776610,"stop":1724886776611,"duration":1}},{"uid":"f5c88feb874e18ad","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f5c88feb874e18ad","status":"passed","time":{"start":1724886555798,"stop":1724886555799,"duration":1}},{"uid":"9247750c28d9b5a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9247750c28d9b5a1","status":"passed","time":{"start":1724861983008,"stop":1724861983009,"duration":1}},{"uid":"d88c1f2c2ec33c0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d88c1f2c2ec33c0","status":"passed","time":{"start":1724861444068,"stop":1724861444068,"duration":0}},{"uid":"192c3a2b0ef0f0d0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/192c3a2b0ef0f0d0","status":"passed","time":{"start":1724861285835,"stop":1724861285836,"duration":1}},{"uid":"399ca3d5c2152c23","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/399ca3d5c2152c23","status":"passed","time":{"start":1724861145673,"stop":1724861145674,"duration":1}}]},"da29c60ade9840cb3c83bc2662cd64dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"28dd7652976442d6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/28dd7652976442d6","status":"passed","time":{"start":1724923048501,"stop":1724923048501,"duration":0}},{"uid":"e7b5afa4e71a3cee","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e7b5afa4e71a3cee","status":"passed","time":{"start":1724921723784,"stop":1724921723784,"duration":0}},{"uid":"8767c0fbf5beaa5c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8767c0fbf5beaa5c","status":"passed","time":{"start":1724921678669,"stop":1724921678670,"duration":1}},{"uid":"58fc1ea67154e10b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/58fc1ea67154e10b","status":"passed","time":{"start":1724918386964,"stop":1724918386965,"duration":1}},{"uid":"1549c863aa6495e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1549c863aa6495e8","status":"passed","time":{"start":1724890140901,"stop":1724890140902,"duration":1}},{"uid":"45fe3b0758d698a3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/45fe3b0758d698a3","status":"passed","time":{"start":1724889274452,"stop":1724889274453,"duration":1}},{"uid":"662ecbd8062a4a1f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/662ecbd8062a4a1f","status":"passed","time":{"start":1724888449348,"stop":1724888449348,"duration":0}},{"uid":"be9865466848ba33","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/be9865466848ba33","status":"passed","time":{"start":1724887217801,"stop":1724887217801,"duration":0}},{"uid":"53e8c60a588f77b1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/53e8c60a588f77b1","status":"passed","time":{"start":1724887001922,"stop":1724887001922,"duration":0}},{"uid":"563704248b243882","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/563704248b243882","status":"passed","time":{"start":1724862417855,"stop":1724862417855,"duration":0}},{"uid":"a8ca7e3214af3f3c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a8ca7e3214af3f3c","status":"passed","time":{"start":1724861895533,"stop":1724861895533,"duration":0}},{"uid":"c0570d1f5c44a05","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0570d1f5c44a05","status":"passed","time":{"start":1724861753061,"stop":1724861753062,"duration":1}},{"uid":"443516b3c6aeb125","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/443516b3c6aeb125","status":"passed","time":{"start":1724861587587,"stop":1724861587587,"duration":0}}]},"be13cdad2252f909af7f9ce004d11798:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9e8b7ad1bf9975a0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9e8b7ad1bf9975a0","status":"passed","time":{"start":1724922398026,"stop":1724922398026,"duration":0}},{"uid":"8ce4c050b04bfe49","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8ce4c050b04bfe49","status":"passed","time":{"start":1724921060545,"stop":1724921060546,"duration":1}},{"uid":"2843334ae3142808","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2843334ae3142808","status":"passed","time":{"start":1724921036201,"stop":1724921036201,"duration":0}},{"uid":"236d3c7696fa81aa","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/236d3c7696fa81aa","status":"passed","time":{"start":1724917695762,"stop":1724917695763,"duration":1}},{"uid":"26b13e85f46aa3ab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/26b13e85f46aa3ab","status":"passed","time":{"start":1724889474888,"stop":1724889474888,"duration":0}},{"uid":"72e00fa8d521f20a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72e00fa8d521f20a","status":"passed","time":{"start":1724888625518,"stop":1724888625519,"duration":1}},{"uid":"997a4f0e3d94364b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/997a4f0e3d94364b","status":"passed","time":{"start":1724887781869,"stop":1724887781869,"duration":0}},{"uid":"2d01d2b5d7b27e8c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2d01d2b5d7b27e8c","status":"passed","time":{"start":1724886548746,"stop":1724886548746,"duration":0}},{"uid":"2c19ca31090c67f0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2c19ca31090c67f0","status":"passed","time":{"start":1724886326711,"stop":1724886326712,"duration":1}},{"uid":"1f083b8a91ec4755","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1f083b8a91ec4755","status":"passed","time":{"start":1724861775154,"stop":1724861775155,"duration":1}},{"uid":"a0acf7c13fa35a35","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a0acf7c13fa35a35","status":"passed","time":{"start":1724861246805,"stop":1724861246806,"duration":1}},{"uid":"3611f6551b8c50d3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3611f6551b8c50d3","status":"passed","time":{"start":1724861070256,"stop":1724861070257,"duration":1}},{"uid":"7050e1061cea3c33","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7050e1061cea3c33","status":"passed","time":{"start":1724860931175,"stop":1724860931176,"duration":1}}]},"3f3fdd0f17e805c2e0f6beef8ccb5084:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8c0f93ef3808c25d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8c0f93ef3808c25d","status":"passed","time":{"start":1724922778330,"stop":1724922778331,"duration":1}},{"uid":"9580e849b067d559","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9580e849b067d559","status":"passed","time":{"start":1724921497762,"stop":1724921497762,"duration":0}},{"uid":"e5500b0044b58c94","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e5500b0044b58c94","status":"passed","time":{"start":1724921408428,"stop":1724921408431,"duration":3}},{"uid":"151f23a68e3be83c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/151f23a68e3be83c","status":"passed","time":{"start":1724918086873,"stop":1724918086874,"duration":1}},{"uid":"73fa26bac0e955d4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/73fa26bac0e955d4","status":"passed","time":{"start":1724889892450,"stop":1724889892451,"duration":1}},{"uid":"60dd13d2cef4c0bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/60dd13d2cef4c0bc","status":"passed","time":{"start":1724888997220,"stop":1724888997220,"duration":0}},{"uid":"76a6ec845d905eb9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/76a6ec845d905eb9","status":"passed","time":{"start":1724888159513,"stop":1724888159514,"duration":1}},{"uid":"f40b15d32098cb2c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f40b15d32098cb2c","status":"passed","time":{"start":1724886937313,"stop":1724886937314,"duration":1}},{"uid":"f7c54a97dc653acb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f7c54a97dc653acb","status":"passed","time":{"start":1724886709813,"stop":1724886709814,"duration":1}},{"uid":"f2f8a4c40c4aa922","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2f8a4c40c4aa922","status":"passed","time":{"start":1724862123540,"stop":1724862123541,"duration":1}},{"uid":"f8ec98391ec39197","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f8ec98391ec39197","status":"passed","time":{"start":1724861620109,"stop":1724861620110,"duration":1}},{"uid":"3cf672dfc8d42dd9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3cf672dfc8d42dd9","status":"passed","time":{"start":1724861460256,"stop":1724861460256,"duration":0}},{"uid":"2a1ce3cc8e3afc08","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2a1ce3cc8e3afc08","status":"passed","time":{"start":1724861330175,"stop":1724861330176,"duration":1}}]},"b6d33334fa8230a0ecc8d0aceaad357c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3a1f72953a2693be","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3a1f72953a2693be","status":"passed","time":{"start":1724923048502,"stop":1724923048502,"duration":0}},{"uid":"54dd92e7143517ba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/54dd92e7143517ba","status":"passed","time":{"start":1724921723784,"stop":1724921723785,"duration":1}},{"uid":"35e33b4022e20ebb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/35e33b4022e20ebb","status":"passed","time":{"start":1724921678670,"stop":1724921678670,"duration":0}},{"uid":"22652067c9d21090","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/22652067c9d21090","status":"passed","time":{"start":1724918386965,"stop":1724918386965,"duration":0}},{"uid":"3f7ae4e772bd58ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3f7ae4e772bd58ae","status":"passed","time":{"start":1724890140902,"stop":1724890140902,"duration":0}},{"uid":"a18b0d6f462d1afc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a18b0d6f462d1afc","status":"passed","time":{"start":1724889274453,"stop":1724889274453,"duration":0}},{"uid":"27a310cdc62b75c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/27a310cdc62b75c","status":"passed","time":{"start":1724888449348,"stop":1724888449349,"duration":1}},{"uid":"72df875686e3acd4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/72df875686e3acd4","status":"passed","time":{"start":1724887217802,"stop":1724887217802,"duration":0}},{"uid":"47b0bdd326ab0a7a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/47b0bdd326ab0a7a","status":"passed","time":{"start":1724887001922,"stop":1724887001923,"duration":1}},{"uid":"edaa1794bc9bee74","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/edaa1794bc9bee74","status":"passed","time":{"start":1724862417856,"stop":1724862417857,"duration":1}},{"uid":"5058f977075f71b2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5058f977075f71b2","status":"passed","time":{"start":1724861895533,"stop":1724861895534,"duration":1}},{"uid":"b438fbd6d582b423","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b438fbd6d582b423","status":"passed","time":{"start":1724861753062,"stop":1724861753062,"duration":0}},{"uid":"e7d3a3a7fff48ddb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e7d3a3a7fff48ddb","status":"passed","time":{"start":1724861587587,"stop":1724861587588,"duration":1}}]},"48145b7095e7ed15d8d620b33832d79b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2ed0033673889594","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2ed0033673889594","status":"passed","time":{"start":1724922845237,"stop":1724922845237,"duration":0}},{"uid":"e8ca67ee3c87efc3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e8ca67ee3c87efc3","status":"passed","time":{"start":1724921515222,"stop":1724921515223,"duration":1}},{"uid":"4dea6b42af2b0722","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4dea6b42af2b0722","status":"passed","time":{"start":1724921475442,"stop":1724921475443,"duration":1}},{"uid":"6c99a4b760229ac8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6c99a4b760229ac8","status":"passed","time":{"start":1724918179387,"stop":1724918179387,"duration":0}},{"uid":"bf35898e219341ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf35898e219341ee","status":"passed","time":{"start":1724889935337,"stop":1724889935338,"duration":1}},{"uid":"80bd243634c12682","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80bd243634c12682","status":"passed","time":{"start":1724889072750,"stop":1724889072750,"duration":0}},{"uid":"a219a87446b51083","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a219a87446b51083","status":"passed","time":{"start":1724888232411,"stop":1724888232411,"duration":0}},{"uid":"21de06e49a1de1e7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/21de06e49a1de1e7","status":"passed","time":{"start":1724887018291,"stop":1724887018291,"duration":0}},{"uid":"a120f326c3f44ead","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a120f326c3f44ead","status":"passed","time":{"start":1724886781476,"stop":1724886781476,"duration":0}},{"uid":"8b947ff6ae25ca9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8b947ff6ae25ca9d","status":"passed","time":{"start":1724862213659,"stop":1724862213659,"duration":0}},{"uid":"8653acf92e74e110","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8653acf92e74e110","status":"passed","time":{"start":1724861685852,"stop":1724861685852,"duration":0}},{"uid":"c2dbf5873b2504d5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c2dbf5873b2504d5","status":"passed","time":{"start":1724861546169,"stop":1724861546169,"duration":0}},{"uid":"4a72dcb505c5200a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4a72dcb505c5200a","status":"passed","time":{"start":1724861378107,"stop":1724861378107,"duration":0}}]},"0f0aa0358590ed78521526b6a0054d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"efa64db298de3f9d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/efa64db298de3f9d","status":"passed","time":{"start":1724861637975,"stop":1724861637975,"duration":0}}]},"4ab50e55037c5fc33607dbc5645f5a02:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ceff6074b315a064","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ceff6074b315a064","status":"passed","time":{"start":1724889072765,"stop":1724889072765,"duration":0}}]},"0b07a462a53974df1ae04ce081971c1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2905a6d7f24b352a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2905a6d7f24b352a","status":"passed","time":{"start":1724922433170,"stop":1724922433171,"duration":1}},{"uid":"4a484b8ae09191e1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4a484b8ae09191e1","status":"passed","time":{"start":1724921095760,"stop":1724921095761,"duration":1}},{"uid":"d09a3206c8f31111","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d09a3206c8f31111","status":"passed","time":{"start":1724921070808,"stop":1724921070808,"duration":0}},{"uid":"3e99f7a3020dd978","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3e99f7a3020dd978","status":"passed","time":{"start":1724917730907,"stop":1724917730908,"duration":1}},{"uid":"a2de5304084c67d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2de5304084c67d8","status":"passed","time":{"start":1724889510341,"stop":1724889510342,"duration":1}},{"uid":"e40f4bac1e8397e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e40f4bac1e8397e1","status":"passed","time":{"start":1724888660683,"stop":1724888660683,"duration":0}},{"uid":"b1a6d8e355e88b50","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b1a6d8e355e88b50","status":"passed","time":{"start":1724887817140,"stop":1724887817141,"duration":1}},{"uid":"45facb7af30e79aa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/45facb7af30e79aa","status":"passed","time":{"start":1724886584157,"stop":1724886584157,"duration":0}},{"uid":"9c59cd9dee543ce3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9c59cd9dee543ce3","status":"passed","time":{"start":1724886362416,"stop":1724886362416,"duration":0}},{"uid":"c04528d609248d5e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c04528d609248d5e","status":"passed","time":{"start":1724861811587,"stop":1724861811587,"duration":0}},{"uid":"55987c952eaf501","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/55987c952eaf501","status":"passed","time":{"start":1724861280387,"stop":1724861280388,"duration":1}},{"uid":"3fae7b1e239dcc37","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3fae7b1e239dcc37","status":"passed","time":{"start":1724861106383,"stop":1724861106384,"duration":1}},{"uid":"541c8b906e672a6f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/541c8b906e672a6f","status":"passed","time":{"start":1724860966533,"stop":1724860966534,"duration":1}}]},"01c7888b1e92728e17566591ddfbf799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"29256032f603d5a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/29256032f603d5a","status":"passed","time":{"start":1724922635355,"stop":1724922635356,"duration":1}},{"uid":"38858c06b059a539","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/38858c06b059a539","status":"passed","time":{"start":1724921297010,"stop":1724921297011,"duration":1}},{"uid":"48dba6c83d7292c5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/48dba6c83d7292c5","status":"passed","time":{"start":1724921276368,"stop":1724921276369,"duration":1}},{"uid":"ba7735a29c7dcece","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ba7735a29c7dcece","status":"passed","time":{"start":1724917948326,"stop":1724917948327,"duration":1}},{"uid":"6274c79169db5d76","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6274c79169db5d76","status":"passed","time":{"start":1724889729010,"stop":1724889729011,"duration":1}},{"uid":"7d5e5436e86346e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7d5e5436e86346e0","status":"passed","time":{"start":1724888864954,"stop":1724888864955,"duration":1}},{"uid":"a0d475cb4de5ac69","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a0d475cb4de5ac69","status":"passed","time":{"start":1724888053748,"stop":1724888053748,"duration":0}},{"uid":"52d0d3ede5bf5f61","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/52d0d3ede5bf5f61","status":"passed","time":{"start":1724886811663,"stop":1724886811663,"duration":0}},{"uid":"c9c166c7619fd108","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c9c166c7619fd108","status":"passed","time":{"start":1724886581005,"stop":1724886581006,"duration":1}},{"uid":"66bb98260fc5dea2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/66bb98260fc5dea2","status":"passed","time":{"start":1724862019563,"stop":1724862019563,"duration":0}},{"uid":"cf167a64005f31ab","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cf167a64005f31ab","status":"passed","time":{"start":1724861493938,"stop":1724861493938,"duration":0}},{"uid":"cdbcea45e36c39e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cdbcea45e36c39e","status":"passed","time":{"start":1724861318033,"stop":1724861318039,"duration":6}},{"uid":"27b6c1b3a07c88b7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/27b6c1b3a07c88b7","status":"passed","time":{"start":1724861178517,"stop":1724861178517,"duration":0}}]},"d2fd765aa6a3f8cf4fd3b0d6556984bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f8c05bc6601b7204","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f8c05bc6601b7204","status":"passed","time":{"start":1724921529593,"stop":1724921529593,"duration":0}}]},"a08fab482744aa8c660566ef75fc3cfb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"668a7088dcafc39e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/668a7088dcafc39e","status":"passed","time":{"start":1724888268042,"stop":1724888268042,"duration":0}}]},"d2b6f36383d45b7531453cedb2715f70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"20c477108232d98","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/20c477108232d98","status":"passed","time":{"start":1724861475043,"stop":1724861475045,"duration":2}}]},"37d07eea3207436d5bd20d3b897c78e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6248296114213143","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6248296114213143","status":"passed","time":{"start":1724890032295,"stop":1724890032296,"duration":1}}]},"551afebddbc721f042f5398e566d904f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"42b7565d4a35e5f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/42b7565d4a35e5f","status":"passed","time":{"start":1724922398402,"stop":1724922398403,"duration":1}},{"uid":"9a0aafa4cdcd02a9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9a0aafa4cdcd02a9","status":"passed","time":{"start":1724921061369,"stop":1724921061370,"duration":1}},{"uid":"f5074724c63bcc1f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f5074724c63bcc1f","status":"passed","time":{"start":1724921036548,"stop":1724921036548,"duration":0}},{"uid":"c08a80f3f87d2617","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c08a80f3f87d2617","status":"passed","time":{"start":1724917696991,"stop":1724917696991,"duration":0}},{"uid":"2794413260f87a3d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2794413260f87a3d","status":"passed","time":{"start":1724889475435,"stop":1724889475435,"duration":0}},{"uid":"9b36e9583dabb999","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9b36e9583dabb999","status":"passed","time":{"start":1724888626529,"stop":1724888626529,"duration":0}},{"uid":"2bf0ae3e64dfec8e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2bf0ae3e64dfec8e","status":"passed","time":{"start":1724887782737,"stop":1724887782738,"duration":1}},{"uid":"b557dc2aedc2a3d6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b557dc2aedc2a3d6","status":"passed","time":{"start":1724886549349,"stop":1724886549350,"duration":1}},{"uid":"ec15d627b34037f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ec15d627b34037f","status":"passed","time":{"start":1724886326870,"stop":1724886326870,"duration":0}},{"uid":"8e5dafe9cb49ebf4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e5dafe9cb49ebf4","status":"passed","time":{"start":1724861776300,"stop":1724861776301,"duration":1}},{"uid":"577e985d19ed950a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/577e985d19ed950a","status":"passed","time":{"start":1724861246680,"stop":1724861246681,"duration":1}},{"uid":"778e88116f8e9e4a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/778e88116f8e9e4a","status":"passed","time":{"start":1724861070664,"stop":1724861070665,"duration":1}},{"uid":"b443b1f2e1bdc299","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b443b1f2e1bdc299","status":"passed","time":{"start":1724860931329,"stop":1724860931330,"duration":1}}]},"52cb4e244495401b5b7d324e5505f157:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9fc10fe523988314","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9fc10fe523988314","status":"passed","time":{"start":1724921577170,"stop":1724921577170,"duration":0}}]},"d4e9f1d619edb7ca888f97ca63f16e18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c97917053af1a77a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c97917053af1a77a","status":"passed","time":{"start":1724922845251,"stop":1724922845252,"duration":1}},{"uid":"cb7f384cd2383350","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cb7f384cd2383350","status":"passed","time":{"start":1724921515232,"stop":1724921515233,"duration":1}},{"uid":"7b8e769e1eae2fe3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7b8e769e1eae2fe3","status":"passed","time":{"start":1724921475466,"stop":1724921475466,"duration":0}},{"uid":"e4e65e1718320c2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e4e65e1718320c2","status":"passed","time":{"start":1724918179407,"stop":1724918179407,"duration":0}},{"uid":"f48041232801b765","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f48041232801b765","status":"passed","time":{"start":1724889935346,"stop":1724889935346,"duration":0}},{"uid":"f8e5256fbf3004d2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f8e5256fbf3004d2","status":"passed","time":{"start":1724889072761,"stop":1724889072761,"duration":0}},{"uid":"c801f08efc87f111","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c801f08efc87f111","status":"passed","time":{"start":1724888232422,"stop":1724888232422,"duration":0}},{"uid":"748eedb944b6c9b1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/748eedb944b6c9b1","status":"passed","time":{"start":1724887018309,"stop":1724887018309,"duration":0}},{"uid":"2f787a17371fef99","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2f787a17371fef99","status":"passed","time":{"start":1724886781485,"stop":1724886781486,"duration":1}},{"uid":"19bc7662c7eb7fe9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/19bc7662c7eb7fe9","status":"passed","time":{"start":1724862213669,"stop":1724862213669,"duration":0}},{"uid":"668f37bebdf43133","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/668f37bebdf43133","status":"passed","time":{"start":1724861685862,"stop":1724861685863,"duration":1}},{"uid":"a30866b4b5b8444a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a30866b4b5b8444a","status":"passed","time":{"start":1724861546184,"stop":1724861546184,"duration":0}},{"uid":"69fe1b421bcd3ec4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/69fe1b421bcd3ec4","status":"passed","time":{"start":1724861378118,"stop":1724861378118,"duration":0}}]},"c1587fe17096409dfb67eae0a97c1c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b4deb34711c3fcae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4deb34711c3fcae","status":"passed","time":{"start":1724889169855,"stop":1724889169855,"duration":0}}]},"54dc594e9df4af9a075a028edb6ec08d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4c8c857a6d7a2a77","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4c8c857a6d7a2a77","status":"passed","time":{"start":1724922727645,"stop":1724922727645,"duration":0}},{"uid":"12422953122c0514","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/12422953122c0514","status":"passed","time":{"start":1724921379978,"stop":1724921379978,"duration":0}},{"uid":"db35c3ffa9b0621b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/db35c3ffa9b0621b","status":"passed","time":{"start":1724921359712,"stop":1724921359712,"duration":0}},{"uid":"90f1d2c5adc7ba50","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/90f1d2c5adc7ba50","status":"passed","time":{"start":1724918127237,"stop":1724918127240,"duration":3}},{"uid":"fb1f8a72bd93a841","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb1f8a72bd93a841","status":"passed","time":{"start":1724889805611,"stop":1724889805611,"duration":0}},{"uid":"4c65d7e95148206c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4c65d7e95148206c","status":"passed","time":{"start":1724888940683,"stop":1724888940684,"duration":1}},{"uid":"5f6a8287fb7798ee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5f6a8287fb7798ee","status":"passed","time":{"start":1724888168648,"stop":1724888168648,"duration":0}},{"uid":"e3c46171bbc296f5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e3c46171bbc296f5","status":"passed","time":{"start":1724886924216,"stop":1724886924216,"duration":0}},{"uid":"8e817a181ee576bc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8e817a181ee576bc","status":"passed","time":{"start":1724886701804,"stop":1724886701804,"duration":0}},{"uid":"960833244a30f129","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/960833244a30f129","status":"passed","time":{"start":1724862112740,"stop":1724862112740,"duration":0}},{"uid":"6aa4c34bae175f6f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6aa4c34bae175f6f","status":"passed","time":{"start":1724861584867,"stop":1724861584867,"duration":0}},{"uid":"171f7cee915ed5e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/171f7cee915ed5e","status":"passed","time":{"start":1724861464479,"stop":1724861464479,"duration":0}},{"uid":"74a17e419cbb3659","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/74a17e419cbb3659","status":"passed","time":{"start":1724861254911,"stop":1724861254911,"duration":0}}]},"ce968eb249f8af092dca43167521853b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ca1191f08e6f115f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ca1191f08e6f115f","status":"passed","time":{"start":1724922382332,"stop":1724922382332,"duration":0}},{"uid":"b44ef3349f8ee6a0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b44ef3349f8ee6a0","status":"passed","time":{"start":1724921045536,"stop":1724921045537,"duration":1}},{"uid":"cc89975ab81fddb6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cc89975ab81fddb6","status":"passed","time":{"start":1724921020730,"stop":1724921020730,"duration":0}},{"uid":"dc46515f3d01b46b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dc46515f3d01b46b","status":"passed","time":{"start":1724917681062,"stop":1724917681064,"duration":2}},{"uid":"5ebb192d21b00ec1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ebb192d21b00ec1","status":"passed","time":{"start":1724889459954,"stop":1724889459954,"duration":0}},{"uid":"d15eef2c761e8538","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d15eef2c761e8538","status":"passed","time":{"start":1724888610545,"stop":1724888610546,"duration":1}},{"uid":"36aa26e329381df9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/36aa26e329381df9","status":"passed","time":{"start":1724887766851,"stop":1724887766852,"duration":1}},{"uid":"62a8624ccad58449","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/62a8624ccad58449","status":"passed","time":{"start":1724886533247,"stop":1724886533248,"duration":1}},{"uid":"14de84a7e5d037fd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/14de84a7e5d037fd","status":"passed","time":{"start":1724886311097,"stop":1724886311098,"duration":1}},{"uid":"8974ee8ce7c63f30","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8974ee8ce7c63f30","status":"passed","time":{"start":1724861760053,"stop":1724861760053,"duration":0}},{"uid":"12ebba964c7989c9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/12ebba964c7989c9","status":"passed","time":{"start":1724861230837,"stop":1724861230837,"duration":0}},{"uid":"74b1c77cdb8177ed","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/74b1c77cdb8177ed","status":"passed","time":{"start":1724861053411,"stop":1724861053411,"duration":0}},{"uid":"25c711e9d5fea36f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/25c711e9d5fea36f","status":"passed","time":{"start":1724860914749,"stop":1724860914749,"duration":0}}]},"f224766b8c31accbc007ad2a25988a85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"17ccfbfcb6b4824b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/17ccfbfcb6b4824b","status":"passed","time":{"start":1724922921468,"stop":1724922921468,"duration":0}},{"uid":"9a62193cf2cbcbf7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9a62193cf2cbcbf7","status":"passed","time":{"start":1724921602959,"stop":1724921602960,"duration":1}},{"uid":"7cd32a967739bdaa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7cd32a967739bdaa","status":"passed","time":{"start":1724921571102,"stop":1724921571103,"duration":1}},{"uid":"df7aaa6f8fafe70c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/df7aaa6f8fafe70c","status":"passed","time":{"start":1724918285606,"stop":1724918285607,"duration":1}},{"uid":"85567fb47c196fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/85567fb47c196fa","status":"passed","time":{"start":1724890030097,"stop":1724890030097,"duration":0}},{"uid":"5b7dbdc8f18a36e9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b7dbdc8f18a36e9","status":"passed","time":{"start":1724889171917,"stop":1724889171917,"duration":0}},{"uid":"7ee2c1f460fce4bc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7ee2c1f460fce4bc","status":"passed","time":{"start":1724888350735,"stop":1724888350736,"duration":1}},{"uid":"4ea8c288f0a98fd7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4ea8c288f0a98fd7","status":"passed","time":{"start":1724887115418,"stop":1724887115418,"duration":0}},{"uid":"8ec1069de6d4d37b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8ec1069de6d4d37b","status":"passed","time":{"start":1724886884582,"stop":1724886884582,"duration":0}},{"uid":"97626405a75b2b09","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97626405a75b2b09","status":"passed","time":{"start":1724862322267,"stop":1724862322268,"duration":1}},{"uid":"9aa59eac7b6fa4a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9aa59eac7b6fa4a","status":"passed","time":{"start":1724861790757,"stop":1724861790757,"duration":0}},{"uid":"120d7271b0702b59","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/120d7271b0702b59","status":"passed","time":{"start":1724861628427,"stop":1724861628427,"duration":0}},{"uid":"791a4b640f774a89","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/791a4b640f774a89","status":"passed","time":{"start":1724861465631,"stop":1724861465631,"duration":0}}]},"1b81fc71331fc3d2512d734516f8f7a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e043a5c7ca28dc5d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e043a5c7ca28dc5d","status":"passed","time":{"start":1724862320144,"stop":1724862320144,"duration":0}}]},"ed34922b72948fd33e11689b88b75945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"14bf2c8121455775","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14bf2c8121455775","status":"passed","time":{"start":1724889678257,"stop":1724889678258,"duration":1}}]},"f4f881c2782d3268a6f52ca6ca8df6ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":12,"unknown":0,"total":13},"items":[{"uid":"f9f886dec9f9c48f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f9f886dec9f9c48f","status":"passed","time":{"start":1724922778329,"stop":1724922778330,"duration":1}},{"uid":"38fdd8e9f4ca430f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/38fdd8e9f4ca430f","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1724921497761,"stop":1724921497761,"duration":0}},{"uid":"47ce2bd4a006974c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/47ce2bd4a006974c","status":"passed","time":{"start":1724921408416,"stop":1724921408417,"duration":1}},{"uid":"ebb44a4ddaf4e49e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ebb44a4ddaf4e49e","status":"passed","time":{"start":1724918086872,"stop":1724918086873,"duration":1}},{"uid":"b3514d9f008e7a1f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b3514d9f008e7a1f","status":"passed","time":{"start":1724889892449,"stop":1724889892449,"duration":0}},{"uid":"7340d9c26b20b991","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7340d9c26b20b991","status":"passed","time":{"start":1724888997219,"stop":1724888997219,"duration":0}},{"uid":"87991d819923acf0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/87991d819923acf0","status":"passed","time":{"start":1724888159510,"stop":1724888159511,"duration":1}},{"uid":"829301692f13ce89","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/829301692f13ce89","status":"passed","time":{"start":1724886937312,"stop":1724886937312,"duration":0}},{"uid":"c805564ee0b41463","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c805564ee0b41463","status":"passed","time":{"start":1724886709810,"stop":1724886709811,"duration":1}},{"uid":"8495bab624a45ed8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8495bab624a45ed8","status":"passed","time":{"start":1724862123539,"stop":1724862123539,"duration":0}},{"uid":"b92c9fc0ef4e5c92","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b92c9fc0ef4e5c92","status":"passed","time":{"start":1724861620106,"stop":1724861620107,"duration":1}},{"uid":"c2940a5240249482","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c2940a5240249482","status":"passed","time":{"start":1724861460255,"stop":1724861460255,"duration":0}},{"uid":"74153e6ab784ab33","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/74153e6ab784ab33","status":"passed","time":{"start":1724861330174,"stop":1724861330174,"duration":0}}]},"e90403ec0f8bc4b5ca7fc9c86f58f32d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4ade1addac00b73c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4ade1addac00b73c","status":"passed","time":{"start":1724922921475,"stop":1724922921475,"duration":0}},{"uid":"ecde8ab32e4706ad","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ecde8ab32e4706ad","status":"passed","time":{"start":1724921602989,"stop":1724921602990,"duration":1}},{"uid":"b9f6b54b776f0fc0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b9f6b54b776f0fc0","status":"passed","time":{"start":1724921571111,"stop":1724921571111,"duration":0}},{"uid":"76ba6c76f1aebfde","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/76ba6c76f1aebfde","status":"passed","time":{"start":1724918285619,"stop":1724918285619,"duration":0}},{"uid":"e6a031a195f5da3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e6a031a195f5da3","status":"passed","time":{"start":1724890030105,"stop":1724890030106,"duration":1}},{"uid":"4105c96f3f5a9c52","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4105c96f3f5a9c52","status":"passed","time":{"start":1724889171934,"stop":1724889171934,"duration":0}},{"uid":"a57c01093f3e39cb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a57c01093f3e39cb","status":"passed","time":{"start":1724888350747,"stop":1724888350748,"duration":1}},{"uid":"db55d68301a6f2fa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/db55d68301a6f2fa","status":"passed","time":{"start":1724887115438,"stop":1724887115439,"duration":1}},{"uid":"5f9646a28f48dae6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5f9646a28f48dae6","status":"passed","time":{"start":1724886884589,"stop":1724886884589,"duration":0}},{"uid":"575203a3b0604969","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/575203a3b0604969","status":"passed","time":{"start":1724862322282,"stop":1724862322282,"duration":0}},{"uid":"e51a6e6c790adb0e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e51a6e6c790adb0e","status":"passed","time":{"start":1724861790768,"stop":1724861790768,"duration":0}},{"uid":"b0aa8698b92eb51d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b0aa8698b92eb51d","status":"passed","time":{"start":1724861628433,"stop":1724861628434,"duration":1}},{"uid":"42d055ef4a4b2004","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/42d055ef4a4b2004","status":"passed","time":{"start":1724861465638,"stop":1724861465638,"duration":0}}]},"4362d1101dca3e3a1799898fdf01abe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"85006f9518066c4e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/85006f9518066c4e","status":"passed","time":{"start":1724922387839,"stop":1724922387839,"duration":0}},{"uid":"ba0c90b0aa7a5066","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ba0c90b0aa7a5066","status":"passed","time":{"start":1724921050917,"stop":1724921050917,"duration":0}},{"uid":"a2ab8759fdaa9c3d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a2ab8759fdaa9c3d","status":"passed","time":{"start":1724921026085,"stop":1724921026086,"duration":1}},{"uid":"5edabfbb3eb6dccb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5edabfbb3eb6dccb","status":"passed","time":{"start":1724917686331,"stop":1724917686332,"duration":1}},{"uid":"eb811330de82063a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eb811330de82063a","status":"passed","time":{"start":1724889465303,"stop":1724889465303,"duration":0}},{"uid":"187cd69f9a06e13a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/187cd69f9a06e13a","status":"passed","time":{"start":1724888615856,"stop":1724888615856,"duration":0}},{"uid":"fd0365506044a863","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fd0365506044a863","status":"passed","time":{"start":1724887772190,"stop":1724887772191,"duration":1}},{"uid":"ec26c15ad74a6657","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ec26c15ad74a6657","status":"passed","time":{"start":1724886538737,"stop":1724886538738,"duration":1}},{"uid":"b0d71cd0ee984392","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b0d71cd0ee984392","status":"passed","time":{"start":1724886316574,"stop":1724886316574,"duration":0}},{"uid":"94d4d9a50ab638c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/94d4d9a50ab638c9","status":"passed","time":{"start":1724861765627,"stop":1724861765628,"duration":1}},{"uid":"815424f484cfcb23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/815424f484cfcb23","status":"passed","time":{"start":1724861236290,"stop":1724861236291,"duration":1}},{"uid":"fcb6017d77c880cf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fcb6017d77c880cf","status":"passed","time":{"start":1724861059257,"stop":1724861059257,"duration":0}},{"uid":"161754aa363853c1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/161754aa363853c1","status":"passed","time":{"start":1724860920542,"stop":1724860920543,"duration":1}}]},"31b5b45be3ecf932a64dddb187ec6d26:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"33a76863757aba1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33a76863757aba1","status":"passed","time":{"start":1724889072752,"stop":1724889072753,"duration":1}}]},"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fa0de4956879dfee","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fa0de4956879dfee","status":"passed","time":{"start":1724922727745,"stop":1724922727746,"duration":1}},{"uid":"15951af8a25a5eee","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/15951af8a25a5eee","status":"passed","time":{"start":1724921380064,"stop":1724921380064,"duration":0}},{"uid":"288ca16231540686","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/288ca16231540686","status":"passed","time":{"start":1724921359798,"stop":1724921359798,"duration":0}},{"uid":"2f50faed827cbdc5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2f50faed827cbdc5","status":"passed","time":{"start":1724918087013,"stop":1724918087013,"duration":0}},{"uid":"b0ca435016e47928","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b0ca435016e47928","status":"passed","time":{"start":1724889805673,"stop":1724889805674,"duration":1}},{"uid":"f3ec959203b9ba8e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3ec959203b9ba8e","status":"passed","time":{"start":1724888940769,"stop":1724888940770,"duration":1}},{"uid":"fde9d9271fef9e57","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fde9d9271fef9e57","status":"passed","time":{"start":1724888159617,"stop":1724888159618,"duration":1}},{"uid":"29b34a0eb7ad2b7f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/29b34a0eb7ad2b7f","status":"passed","time":{"start":1724886924289,"stop":1724886924289,"duration":0}},{"uid":"af280f68af9539a1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/af280f68af9539a1","status":"passed","time":{"start":1724886701944,"stop":1724886701944,"duration":0}},{"uid":"cd8978f931913c33","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd8978f931913c33","status":"passed","time":{"start":1724862112845,"stop":1724862112846,"duration":1}},{"uid":"1407d89d99db6fb8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1407d89d99db6fb8","status":"passed","time":{"start":1724861584923,"stop":1724861584923,"duration":0}},{"uid":"f0a0875cdbc52b0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f0a0875cdbc52b0","status":"passed","time":{"start":1724861460341,"stop":1724861460342,"duration":1}},{"uid":"3b64cf3c42652974","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3b64cf3c42652974","status":"passed","time":{"start":1724861255003,"stop":1724861255004,"duration":1}}]},"cc5c6f7e635fa51a59374ba8a5162a36:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"29da03ab71f39a3b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/29da03ab71f39a3b","status":"passed","time":{"start":1724861465637,"stop":1724861465637,"duration":0}}]},"5ebf0798539fd4e27fc3ff522e58d63a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5db5d1ce707e808a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5db5d1ce707e808a","status":"passed","time":{"start":1724922946232,"stop":1724922946232,"duration":0}}]},"a042e8cd63a3b39e0a33609070d05d39:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9bb06ce7d001b699","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9bb06ce7d001b699","status":"passed","time":{"start":1724861800258,"stop":1724861800259,"duration":1}}]},"1749bf9b877925e8da903ebec55612ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"70dc32c81df83759","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/70dc32c81df83759","status":"passed","time":{"start":1724922410311,"stop":1724922410312,"duration":1}},{"uid":"447a4f145c1853e5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/447a4f145c1853e5","status":"passed","time":{"start":1724921073460,"stop":1724921073460,"duration":0}},{"uid":"b7c483c108cf60e2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b7c483c108cf60e2","status":"passed","time":{"start":1724921048447,"stop":1724921048447,"duration":0}},{"uid":"98cd3ae7c98fcddf","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/98cd3ae7c98fcddf","status":"passed","time":{"start":1724917708700,"stop":1724917708700,"duration":0}},{"uid":"ff41825b763ab24b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff41825b763ab24b","status":"passed","time":{"start":1724889487516,"stop":1724889487516,"duration":0}},{"uid":"92696c8abb242fa2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92696c8abb242fa2","status":"passed","time":{"start":1724888638223,"stop":1724888638223,"duration":0}},{"uid":"f44c7002f99f7a04","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f44c7002f99f7a04","status":"passed","time":{"start":1724887794483,"stop":1724887794483,"duration":0}},{"uid":"976cfb6fab4bc539","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/976cfb6fab4bc539","status":"passed","time":{"start":1724886561406,"stop":1724886561407,"duration":1}},{"uid":"8a1a0f332d4a43bb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8a1a0f332d4a43bb","status":"passed","time":{"start":1724886339062,"stop":1724886339063,"duration":1}},{"uid":"6b460c456a163bf2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b460c456a163bf2","status":"passed","time":{"start":1724861788383,"stop":1724861788383,"duration":0}},{"uid":"9f0e1febace9aae8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9f0e1febace9aae8","status":"passed","time":{"start":1724861258536,"stop":1724861258536,"duration":0}},{"uid":"6c09ccd2d1b9285f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6c09ccd2d1b9285f","status":"passed","time":{"start":1724861082796,"stop":1724861082796,"duration":0}},{"uid":"2a2d25e520b4a0b5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2a2d25e520b4a0b5","status":"passed","time":{"start":1724860943248,"stop":1724860943248,"duration":0}}]},"243ab10d31eb66c5118249ed138b6c92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"7f68708a3ed8fdfd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7f68708a3ed8fdfd","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922845264,"stop":1724922845264,"duration":0}},{"uid":"92f6755794356414","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/92f6755794356414","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515258,"stop":1724921515258,"duration":0}},{"uid":"c461cb54f66b7375","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c461cb54f66b7375","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475519,"stop":1724921475519,"duration":0}},{"uid":"a19fb0537625980b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a19fb0537625980b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179438,"stop":1724918179439,"duration":1}},{"uid":"57d05932a44abaf1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/57d05932a44abaf1","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935353,"stop":1724889935354,"duration":1}},{"uid":"9e1cf44e76531bca","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e1cf44e76531bca","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072769,"stop":1724889072770,"duration":1}},{"uid":"707dfdd867f6c10b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/707dfdd867f6c10b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232429,"stop":1724888232430,"duration":1}},{"uid":"23e235fbdb809028","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/23e235fbdb809028","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018318,"stop":1724887018318,"duration":0}},{"uid":"b045ff33aef75ec9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b045ff33aef75ec9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781506,"stop":1724886781506,"duration":0}},{"uid":"9738f2b83e98c9e4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9738f2b83e98c9e4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213686,"stop":1724862213686,"duration":0}},{"uid":"1e1c2b4f8c97e518","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1e1c2b4f8c97e518","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861685890,"stop":1724861685891,"duration":1}},{"uid":"b0e230afd041e992","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b0e230afd041e992","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546214,"stop":1724861546214,"duration":0}},{"uid":"7e0ae132254bf523","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7e0ae132254bf523","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378127,"stop":1724861378127,"duration":0}}]},"c6826bd497094ee91af19389b72c1f20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea304cb09aff2e03","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ea304cb09aff2e03","status":"passed","time":{"start":1724889077074,"stop":1724889077078,"duration":4}}]},"e2b2443b7a89670afc3afc2e5f72ec3c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b9917bc9c86ac3d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b9917bc9c86ac3d","status":"passed","time":{"start":1724921556059,"stop":1724921556059,"duration":0}}]},"e0bf0f6c5c2904dc02ad8456376a87a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b855b3d3d4f5ac3c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b855b3d3d4f5ac3c","status":"passed","time":{"start":1724886555799,"stop":1724886555800,"duration":1}}]},"51cbd8efa93a159097ce36b89f67787d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6463bcb026f8e450","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6463bcb026f8e450","status":"passed","time":{"start":1724922921467,"stop":1724922921468,"duration":1}},{"uid":"3f0fdeccbf97a853","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3f0fdeccbf97a853","status":"passed","time":{"start":1724921602959,"stop":1724921602959,"duration":0}},{"uid":"f8baf527054d232d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f8baf527054d232d","status":"passed","time":{"start":1724921571102,"stop":1724921571102,"duration":0}},{"uid":"4bde0d29c1463ae9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4bde0d29c1463ae9","status":"passed","time":{"start":1724918285601,"stop":1724918285605,"duration":4}},{"uid":"7da67a992c8067f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7da67a992c8067f","status":"passed","time":{"start":1724890030096,"stop":1724890030097,"duration":1}},{"uid":"3eb9484a9308f7d3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3eb9484a9308f7d3","status":"passed","time":{"start":1724889171915,"stop":1724889171915,"duration":0}},{"uid":"15d8df3d3d4cbb89","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/15d8df3d3d4cbb89","status":"passed","time":{"start":1724888350731,"stop":1724888350731,"duration":0}},{"uid":"900239533f730380","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/900239533f730380","status":"passed","time":{"start":1724887115417,"stop":1724887115417,"duration":0}},{"uid":"e628cc44b81a0ebc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e628cc44b81a0ebc","status":"passed","time":{"start":1724886884581,"stop":1724886884581,"duration":0}},{"uid":"e979e9c174764451","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e979e9c174764451","status":"passed","time":{"start":1724862322266,"stop":1724862322267,"duration":1}},{"uid":"4d389463a51e1011","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4d389463a51e1011","status":"passed","time":{"start":1724861790756,"stop":1724861790756,"duration":0}},{"uid":"7b858875ea40b52d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7b858875ea40b52d","status":"passed","time":{"start":1724861628426,"stop":1724861628426,"duration":0}},{"uid":"1fbfbbbf97ba52db","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1fbfbbbf97ba52db","status":"passed","time":{"start":1724861465630,"stop":1724861465631,"duration":1}}]},"dd701497c2a6292dfefc2cfee3af21b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"41a13c05ffe27bc4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/41a13c05ffe27bc4","status":"passed","time":{"start":1724922611422,"stop":1724922611423,"duration":1}},{"uid":"9f7ae10316ae9813","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9f7ae10316ae9813","status":"passed","time":{"start":1724921270343,"stop":1724921270343,"duration":0}},{"uid":"bd5d433c9ffa81c9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bd5d433c9ffa81c9","status":"passed","time":{"start":1724921247785,"stop":1724921247802,"duration":17}},{"uid":"d4f5bda37e0ff664","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d4f5bda37e0ff664","status":"passed","time":{"start":1724917989810,"stop":1724917989810,"duration":0}},{"uid":"749165334d872810","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/749165334d872810","status":"passed","time":{"start":1724889678533,"stop":1724889678533,"duration":0}},{"uid":"717bd7ef25096780","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/717bd7ef25096780","status":"passed","time":{"start":1724888829828,"stop":1724888829829,"duration":1}},{"uid":"f364ce2d38b9f926","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f364ce2d38b9f926","status":"passed","time":{"start":1724888076975,"stop":1724888076976,"duration":1}},{"uid":"4a07b187f3230200","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a07b187f3230200","status":"passed","time":{"start":1724886851114,"stop":1724886851115,"duration":1}},{"uid":"664f96b87a95e4e8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/664f96b87a95e4e8","status":"passed","time":{"start":1724886647062,"stop":1724886647063,"duration":1}},{"uid":"7dc434748088fd9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7dc434748088fd9d","status":"passed","time":{"start":1724861992704,"stop":1724861992705,"duration":1}},{"uid":"53a23f41b8ca88f2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/53a23f41b8ca88f2","status":"passed","time":{"start":1724861469632,"stop":1724861469632,"duration":0}},{"uid":"7cdf1ef31b3c0fa1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7cdf1ef31b3c0fa1","status":"passed","time":{"start":1724861284846,"stop":1724861284847,"duration":1}},{"uid":"c34e90c6d3218298","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c34e90c6d3218298","status":"passed","time":{"start":1724861145782,"stop":1724861145782,"duration":0}}]},"be5f5c7a34eb4983317d1be935aadb60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b737813fcab2e1d8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b737813fcab2e1d8","status":"passed","time":{"start":1724861637975,"stop":1724861637975,"duration":0}}]},"be548040d45445fe0e37eeebb4426939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7830955c611e30a2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7830955c611e30a2","status":"passed","time":{"start":1724922374663,"stop":1724922374664,"duration":1}},{"uid":"6b3fd67c4e7e6762","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6b3fd67c4e7e6762","status":"passed","time":{"start":1724921037625,"stop":1724921037625,"duration":0}},{"uid":"259d1c7f9352059b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/259d1c7f9352059b","status":"passed","time":{"start":1724921013043,"stop":1724921013043,"duration":0}},{"uid":"bbeb0e71157f7190","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bbeb0e71157f7190","status":"passed","time":{"start":1724917673280,"stop":1724917673281,"duration":1}},{"uid":"488b9aeeed4ac0b4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/488b9aeeed4ac0b4","status":"passed","time":{"start":1724889452300,"stop":1724889452300,"duration":0}},{"uid":"8eee6d07193cf0d2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8eee6d07193cf0d2","status":"passed","time":{"start":1724888602829,"stop":1724888602829,"duration":0}},{"uid":"58ba99158bfd7bcb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/58ba99158bfd7bcb","status":"passed","time":{"start":1724887759159,"stop":1724887759160,"duration":1}},{"uid":"900765071feb96a8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/900765071feb96a8","status":"passed","time":{"start":1724886525540,"stop":1724886525540,"duration":0}},{"uid":"202cd1ed2381355","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/202cd1ed2381355","status":"passed","time":{"start":1724886303388,"stop":1724886303388,"duration":0}},{"uid":"c4bb4713cb3cc2c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4bb4713cb3cc2c","status":"passed","time":{"start":1724861752216,"stop":1724861752216,"duration":0}},{"uid":"e86a307608a4220b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e86a307608a4220b","status":"passed","time":{"start":1724861223350,"stop":1724861223350,"duration":0}},{"uid":"f5715da0b5c27544","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f5715da0b5c27544","status":"passed","time":{"start":1724861045192,"stop":1724861045197,"duration":5}},{"uid":"667a7155536dce90","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/667a7155536dce90","status":"passed","time":{"start":1724860907080,"stop":1724860907080,"duration":0}}]},"c2fba2e08f9b25369c119544af081075:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"78a0e9de9c90b1f3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/78a0e9de9c90b1f3","status":"passed","time":{"start":1724922853904,"stop":1724922853905,"duration":1}},{"uid":"87186ffa659a4974","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/87186ffa659a4974","status":"passed","time":{"start":1724921529566,"stop":1724921529567,"duration":1}},{"uid":"21c43cb6c31ed676","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/21c43cb6c31ed676","status":"passed","time":{"start":1724921488870,"stop":1724921488870,"duration":0}},{"uid":"9dac302b997326d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9dac302b997326d","status":"passed","time":{"start":1724918203666,"stop":1724918203666,"duration":0}},{"uid":"c6ff83f41ae5eabe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c6ff83f41ae5eabe","status":"passed","time":{"start":1724889938348,"stop":1724889938348,"duration":0}},{"uid":"b8b924747937e2b1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8b924747937e2b1","status":"passed","time":{"start":1724889077029,"stop":1724889077029,"duration":0}},{"uid":"fc124e08971a5b2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fc124e08971a5b2","status":"passed","time":{"start":1724888267999,"stop":1724888268000,"duration":1}},{"uid":"2a6861ef76743a7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2a6861ef76743a7","status":"passed","time":{"start":1724887032386,"stop":1724887032386,"duration":0}},{"uid":"ee8a28e649d62913","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ee8a28e649d62913","status":"passed","time":{"start":1724886822783,"stop":1724886822783,"duration":0}},{"uid":"fc3421096c20850e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc3421096c20850e","status":"passed","time":{"start":1724862233501,"stop":1724862233501,"duration":0}},{"uid":"5cea41a8c343d3de","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5cea41a8c343d3de","status":"passed","time":{"start":1724861712661,"stop":1724861712661,"duration":0}},{"uid":"93b2dea12a92d4d5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/93b2dea12a92d4d5","status":"passed","time":{"start":1724861567871,"stop":1724861567872,"duration":1}},{"uid":"3648067710c3cd39","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3648067710c3cd39","status":"passed","time":{"start":1724861392036,"stop":1724861392036,"duration":0}}]},"c889384d90857f1c344409a3d64b1ae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5accda8e53f9e34","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5accda8e53f9e34","status":"passed","time":{"start":1724922887527,"stop":1724922887527,"duration":0}},{"uid":"a9a2e90933316b56","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a9a2e90933316b56","status":"passed","time":{"start":1724921564777,"stop":1724921564777,"duration":0}},{"uid":"4256ed39189cde54","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4256ed39189cde54","status":"passed","time":{"start":1724921518822,"stop":1724921518822,"duration":0}},{"uid":"35d920523d92eaec","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/35d920523d92eaec","status":"passed","time":{"start":1724918229400,"stop":1724918229400,"duration":0}},{"uid":"e5abea137620afb1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e5abea137620afb1","status":"passed","time":{"start":1724889980703,"stop":1724889980703,"duration":0}},{"uid":"3d83258d19367c59","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3d83258d19367c59","status":"passed","time":{"start":1724889111165,"stop":1724889111165,"duration":0}},{"uid":"938e4ea3c34934ee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/938e4ea3c34934ee","status":"passed","time":{"start":1724888292534,"stop":1724888292534,"duration":0}},{"uid":"82c9081d9543f7c2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/82c9081d9543f7c2","status":"passed","time":{"start":1724887068228,"stop":1724887068229,"duration":1}},{"uid":"e172d0f74813641d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e172d0f74813641d","status":"passed","time":{"start":1724886848926,"stop":1724886848927,"duration":1}},{"uid":"478d99ff8468b0cc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/478d99ff8468b0cc","status":"passed","time":{"start":1724862262048,"stop":1724862262048,"duration":0}},{"uid":"420c4d64438501ea","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/420c4d64438501ea","status":"passed","time":{"start":1724861741894,"stop":1724861741894,"duration":0}},{"uid":"d94d85bdc2e3fec","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d94d85bdc2e3fec","status":"passed","time":{"start":1724861599494,"stop":1724861599496,"duration":2}},{"uid":"cb1ebc913031a4b6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cb1ebc913031a4b6","status":"passed","time":{"start":1724861428476,"stop":1724861428476,"duration":0}}]},"721c584e70c971f42d658c80c0885df1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"942e3a0fd98fd143","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/942e3a0fd98fd143","status":"passed","time":{"start":1724922890068,"stop":1724922890068,"duration":0}},{"uid":"beb7618bba17a787","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/beb7618bba17a787","status":"passed","time":{"start":1724921559018,"stop":1724921559019,"duration":1}},{"uid":"a6aaae43865a8623","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a6aaae43865a8623","status":"passed","time":{"start":1724921524135,"stop":1724921524135,"duration":0}},{"uid":"63ac8b99ea5eaa70","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/63ac8b99ea5eaa70","status":"passed","time":{"start":1724918241665,"stop":1724918241666,"duration":1}},{"uid":"844f91f527150bec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/844f91f527150bec","status":"passed","time":{"start":1724889975476,"stop":1724889975476,"duration":0}},{"uid":"89039b9d245565b0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/89039b9d245565b0","status":"passed","time":{"start":1724889106064,"stop":1724889106065,"duration":1}},{"uid":"413b571f9d00b5a7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/413b571f9d00b5a7","status":"passed","time":{"start":1724888289483,"stop":1724888289483,"duration":0}},{"uid":"3bd2c1ad5052bdb0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3bd2c1ad5052bdb0","status":"passed","time":{"start":1724887057705,"stop":1724887057705,"duration":0}},{"uid":"7622ceeebbaf3a9f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7622ceeebbaf3a9f","status":"passed","time":{"start":1724886839399,"stop":1724886839400,"duration":1}},{"uid":"58654832600f48d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/58654832600f48d9","status":"passed","time":{"start":1724862256093,"stop":1724862256094,"duration":1}},{"uid":"709ec960bfe57439","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/709ec960bfe57439","status":"passed","time":{"start":1724861742235,"stop":1724861742235,"duration":0}},{"uid":"bcb6d6249044417e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bcb6d6249044417e","status":"passed","time":{"start":1724861595397,"stop":1724861595398,"duration":1}},{"uid":"f5a86aa79e1d019c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f5a86aa79e1d019c","status":"passed","time":{"start":1724861424069,"stop":1724861424070,"duration":1}}]},"811cf99d32fe7be0084f8565557a4b8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"72b7dfdeb08953dd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/72b7dfdeb08953dd","status":"passed","time":{"start":1724922853929,"stop":1724922853930,"duration":1}}]},"e85bd1eaf9d85112462549d9ddb547cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1b3291d061dc1306","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1b3291d061dc1306","status":"passed","time":{"start":1724861770116,"stop":1724861770116,"duration":0}}]},"5328eb9c2b7e6a279f254cc9a00c3ac8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2dbd4780f46e01db","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2dbd4780f46e01db","status":"passed","time":{"start":1724918285617,"stop":1724918285617,"duration":0}}]},"f4d401a357a9d2e08dee6f812ae5fc70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4bb4df273e08e966","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4bb4df273e08e966","status":"passed","time":{"start":1724862322282,"stop":1724862322282,"duration":0}}]},"ad0cd331dee47f1e317fd9bab6ecd381:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"afcec4701aef4a90","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/afcec4701aef4a90","status":"passed","time":{"start":1724922383090,"stop":1724922383091,"duration":1}},{"uid":"31075a05df1454a6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/31075a05df1454a6","status":"passed","time":{"start":1724921046207,"stop":1724921046207,"duration":0}},{"uid":"7f48fe775b4be9ac","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7f48fe775b4be9ac","status":"passed","time":{"start":1724921021478,"stop":1724921021479,"duration":1}},{"uid":"154c53d2c553bdd0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/154c53d2c553bdd0","status":"passed","time":{"start":1724917681727,"stop":1724917681727,"duration":0}},{"uid":"1fa9c273d5e3ca00","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1fa9c273d5e3ca00","status":"passed","time":{"start":1724889460654,"stop":1724889460655,"duration":1}},{"uid":"c79e0a8fe2bbf6a3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c79e0a8fe2bbf6a3","status":"passed","time":{"start":1724888611298,"stop":1724888611298,"duration":0}},{"uid":"2b87c785e4a691cf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2b87c785e4a691cf","status":"passed","time":{"start":1724887767622,"stop":1724887767623,"duration":1}},{"uid":"628cbd7a4b3422ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/628cbd7a4b3422ba","status":"passed","time":{"start":1724886533993,"stop":1724886533993,"duration":0}},{"uid":"f78d7849af023e1a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f78d7849af023e1a","status":"passed","time":{"start":1724886311760,"stop":1724886311761,"duration":1}},{"uid":"14d884f64f8b50a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14d884f64f8b50a6","status":"passed","time":{"start":1724861760778,"stop":1724861760779,"duration":1}},{"uid":"6a911cb8b56118b1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6a911cb8b56118b1","status":"passed","time":{"start":1724861231736,"stop":1724861231737,"duration":1}},{"uid":"73d7f2bb794e11bc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/73d7f2bb794e11bc","status":"passed","time":{"start":1724861054259,"stop":1724861054259,"duration":0}},{"uid":"58377a494582955e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/58377a494582955e","status":"passed","time":{"start":1724860915817,"stop":1724860915817,"duration":0}}]},"e51cff872101424b1bf995cac6b05605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8a48fb793c908de4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8a48fb793c908de4","status":"passed","time":{"start":1724922383091,"stop":1724922383092,"duration":1}},{"uid":"829903fd84df73fa","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/829903fd84df73fa","status":"passed","time":{"start":1724921046208,"stop":1724921046208,"duration":0}},{"uid":"c53fb1e8ee977a79","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c53fb1e8ee977a79","status":"passed","time":{"start":1724921021480,"stop":1724921021480,"duration":0}},{"uid":"618e1462ece59604","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/618e1462ece59604","status":"passed","time":{"start":1724917681728,"stop":1724917681728,"duration":0}},{"uid":"6624f6d95d75dda4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6624f6d95d75dda4","status":"passed","time":{"start":1724889460656,"stop":1724889460656,"duration":0}},{"uid":"8b90cad19c383452","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8b90cad19c383452","status":"passed","time":{"start":1724888611299,"stop":1724888611299,"duration":0}},{"uid":"36caaec64db99fc9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/36caaec64db99fc9","status":"passed","time":{"start":1724887767623,"stop":1724887767624,"duration":1}},{"uid":"5ac8dc1d992b44c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5ac8dc1d992b44c","status":"passed","time":{"start":1724886533995,"stop":1724886533995,"duration":0}},{"uid":"6aae11bb428334ca","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6aae11bb428334ca","status":"passed","time":{"start":1724886311761,"stop":1724886311762,"duration":1}},{"uid":"fa17dcf1a8b6d1d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fa17dcf1a8b6d1d8","status":"passed","time":{"start":1724861760779,"stop":1724861760780,"duration":1}},{"uid":"dbc99370eb50ac37","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dbc99370eb50ac37","status":"passed","time":{"start":1724861231737,"stop":1724861231738,"duration":1}},{"uid":"60823decb085043d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/60823decb085043d","status":"passed","time":{"start":1724861054260,"stop":1724861054261,"duration":1}},{"uid":"9cf35b1066f0f2b3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9cf35b1066f0f2b3","status":"passed","time":{"start":1724860915818,"stop":1724860915818,"duration":0}}]},"cfee42a91940bb5c77df5f273c4cc968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"681132e837290822","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/681132e837290822","status":"passed","time":{"start":1724922921447,"stop":1724922921448,"duration":1}},{"uid":"2be8af6667b0690b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2be8af6667b0690b","status":"passed","time":{"start":1724921602946,"stop":1724921602950,"duration":4}},{"uid":"3a0a4d329228a92c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3a0a4d329228a92c","status":"passed","time":{"start":1724921571095,"stop":1724921571096,"duration":1}},{"uid":"be35dfff4daf504d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/be35dfff4daf504d","status":"passed","time":{"start":1724918285585,"stop":1724918285586,"duration":1}},{"uid":"9867a567ab907405","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9867a567ab907405","status":"passed","time":{"start":1724890030089,"stop":1724890030089,"duration":0}},{"uid":"c4b7090afc5c1813","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4b7090afc5c1813","status":"passed","time":{"start":1724889171907,"stop":1724889171907,"duration":0}},{"uid":"ff630c193671ebf3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ff630c193671ebf3","status":"passed","time":{"start":1724888350720,"stop":1724888350720,"duration":0}},{"uid":"f10dabe6de53f98f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f10dabe6de53f98f","status":"passed","time":{"start":1724887115406,"stop":1724887115407,"duration":1}},{"uid":"85189f9d37847494","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/85189f9d37847494","status":"passed","time":{"start":1724886884569,"stop":1724886884570,"duration":1}},{"uid":"fb13e63b4264f3c6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb13e63b4264f3c6","status":"passed","time":{"start":1724862322247,"stop":1724862322247,"duration":0}},{"uid":"351e2cb9ff0a0645","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/351e2cb9ff0a0645","status":"passed","time":{"start":1724861790750,"stop":1724861790750,"duration":0}},{"uid":"1343c438d2397390","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1343c438d2397390","status":"passed","time":{"start":1724861628419,"stop":1724861628419,"duration":0}},{"uid":"c37f30a07e6b3759","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c37f30a07e6b3759","status":"passed","time":{"start":1724861465623,"stop":1724861465623,"duration":0}}]},"d8f2a5609b67ed6259171cf42ef6cf0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7af16e264770d150","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7af16e264770d150","status":"passed","time":{"start":1724861485080,"stop":1724861485080,"duration":0}}]},"3f6a965b0b7790fd72df6c18f32c642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"35b16b6c87b5f579","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/35b16b6c87b5f579","status":"passed","time":{"start":1724890032299,"stop":1724890032299,"duration":0}}]},"5375b30bc15d959901b4c592f8297ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"76fd16ddcb1253bf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/76fd16ddcb1253bf","status":"passed","time":{"start":1724922410312,"stop":1724922410312,"duration":0}},{"uid":"566a4241c4c286f4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/566a4241c4c286f4","status":"passed","time":{"start":1724921073460,"stop":1724921073460,"duration":0}},{"uid":"deec59116f404773","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/deec59116f404773","status":"passed","time":{"start":1724921048447,"stop":1724921048448,"duration":1}},{"uid":"95a9885e79433d2a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/95a9885e79433d2a","status":"passed","time":{"start":1724917708700,"stop":1724917708700,"duration":0}},{"uid":"9c5e7098827bfe25","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9c5e7098827bfe25","status":"passed","time":{"start":1724889487516,"stop":1724889487516,"duration":0}},{"uid":"3ef38bfa3b87d64a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3ef38bfa3b87d64a","status":"passed","time":{"start":1724888638223,"stop":1724888638223,"duration":0}},{"uid":"fac8f5e0ca24461d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fac8f5e0ca24461d","status":"passed","time":{"start":1724887794484,"stop":1724887794484,"duration":0}},{"uid":"3cf8c231e7bc9152","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3cf8c231e7bc9152","status":"passed","time":{"start":1724886561407,"stop":1724886561407,"duration":0}},{"uid":"42885efb74b721fd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/42885efb74b721fd","status":"passed","time":{"start":1724886339063,"stop":1724886339063,"duration":0}},{"uid":"266506136c3917f6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/266506136c3917f6","status":"passed","time":{"start":1724861788384,"stop":1724861788384,"duration":0}},{"uid":"e26b03c4af65d683","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e26b03c4af65d683","status":"passed","time":{"start":1724861258536,"stop":1724861258536,"duration":0}},{"uid":"215ccb85e61b806c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/215ccb85e61b806c","status":"passed","time":{"start":1724861082796,"stop":1724861082796,"duration":0}},{"uid":"954f04b83f5aa1e0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/954f04b83f5aa1e0","status":"passed","time":{"start":1724860943248,"stop":1724860943249,"duration":1}}]},"2f95ea37d7fdacd2accb03ab0a6be874:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"576cb870ac5e2284","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/576cb870ac5e2284","status":"passed","time":{"start":1724921613050,"stop":1724921613051,"duration":1}}]},"78ee7e1afebb7c62be10f4e3936cc939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b9661ff0d6d75ce8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b9661ff0d6d75ce8","status":"passed","time":{"start":1724922853902,"stop":1724922853903,"duration":1}},{"uid":"1858db6848d61ce3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1858db6848d61ce3","status":"passed","time":{"start":1724921529565,"stop":1724921529565,"duration":0}},{"uid":"8d89242a9b78dcfb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8d89242a9b78dcfb","status":"passed","time":{"start":1724921488869,"stop":1724921488869,"duration":0}},{"uid":"6a575f68880697f0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6a575f68880697f0","status":"passed","time":{"start":1724918203665,"stop":1724918203665,"duration":0}},{"uid":"7df216773a530d4a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7df216773a530d4a","status":"passed","time":{"start":1724889938347,"stop":1724889938347,"duration":0}},{"uid":"e5490747ed375930","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e5490747ed375930","status":"passed","time":{"start":1724889077028,"stop":1724889077029,"duration":1}},{"uid":"956048135b861a9e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/956048135b861a9e","status":"passed","time":{"start":1724888267998,"stop":1724888267999,"duration":1}},{"uid":"ed43d6cbf5d4927f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ed43d6cbf5d4927f","status":"passed","time":{"start":1724887032385,"stop":1724887032385,"duration":0}},{"uid":"89237bd2442717e0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/89237bd2442717e0","status":"passed","time":{"start":1724886822781,"stop":1724886822782,"duration":1}},{"uid":"d689925b1951f0b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d689925b1951f0b2","status":"passed","time":{"start":1724862233500,"stop":1724862233500,"duration":0}},{"uid":"488077fd796dd438","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/488077fd796dd438","status":"passed","time":{"start":1724861712659,"stop":1724861712660,"duration":1}},{"uid":"f11294145019082a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f11294145019082a","status":"passed","time":{"start":1724861567870,"stop":1724861567871,"duration":1}},{"uid":"ff90eb7ecfbd0d8b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ff90eb7ecfbd0d8b","status":"passed","time":{"start":1724861392034,"stop":1724861392035,"duration":1}}]},"8b3de5610cf119483aaba8f111fe9e8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7d93d69cf133107c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7d93d69cf133107c","status":"passed","time":{"start":1724890032290,"stop":1724890032291,"duration":1}}]},"63a717abf5ca719ffd010f52c748f605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9120c35a6085417d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9120c35a6085417d","status":"passed","time":{"start":1724921577171,"stop":1724921577171,"duration":0}}]},"ad35cd9228242b36e8aa8b7d63140019:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0c0ecf5557285d4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f0c0ecf5557285d4","status":"passed","time":{"start":1724887127877,"stop":1724887127878,"duration":1}}]},"a300c87b3964d454f16b8ebd1aa085d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5e35ebcd5d1cde62","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5e35ebcd5d1cde62","status":"passed","time":{"start":1724886880631,"stop":1724886880631,"duration":0}}]},"11dea6efd68ad937e990d43695bfa742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f4ca8f0d2f98491a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f4ca8f0d2f98491a","status":"passed","time":{"start":1724922388049,"stop":1724922388049,"duration":0}},{"uid":"58d5c2c4d8265e58","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/58d5c2c4d8265e58","status":"passed","time":{"start":1724921051056,"stop":1724921051057,"duration":1}},{"uid":"1af23ab061f6b7bf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1af23ab061f6b7bf","status":"passed","time":{"start":1724921026362,"stop":1724921026362,"duration":0}},{"uid":"c87afe65ef337e7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c87afe65ef337e7","status":"passed","time":{"start":1724917686541,"stop":1724917686541,"duration":0}},{"uid":"283f6d62b3b0cda3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/283f6d62b3b0cda3","status":"passed","time":{"start":1724889465471,"stop":1724889465471,"duration":0}},{"uid":"1568a7b69f30ea86","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1568a7b69f30ea86","status":"passed","time":{"start":1724888616212,"stop":1724888616213,"duration":1}},{"uid":"98d9d5a6d14abbab","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/98d9d5a6d14abbab","status":"passed","time":{"start":1724887772449,"stop":1724887772449,"duration":0}},{"uid":"69c9c3fb10f82406","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/69c9c3fb10f82406","status":"passed","time":{"start":1724886538860,"stop":1724886538860,"duration":0}},{"uid":"105ac7d15f31f8e0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/105ac7d15f31f8e0","status":"passed","time":{"start":1724886316627,"stop":1724886316627,"duration":0}},{"uid":"6793a80546a2ad2c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6793a80546a2ad2c","status":"passed","time":{"start":1724861765763,"stop":1724861765763,"duration":0}},{"uid":"4435d1c40561ec44","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4435d1c40561ec44","status":"passed","time":{"start":1724861236573,"stop":1724861236573,"duration":0}},{"uid":"9215e36b57dc3dcc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9215e36b57dc3dcc","status":"passed","time":{"start":1724861059471,"stop":1724861059471,"duration":0}},{"uid":"af94b988ad4cc112","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/af94b988ad4cc112","status":"passed","time":{"start":1724860920726,"stop":1724860920727,"duration":1}}]},"56f3f5111ffa3bc7c71aa9a4700d183e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7217450b24b8ff6f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7217450b24b8ff6f","status":"passed","time":{"start":1724922601837,"stop":1724922601838,"duration":1}},{"uid":"d90b592d27ac729e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d90b592d27ac729e","status":"passed","time":{"start":1724921267864,"stop":1724921267865,"duration":1}},{"uid":"264cf78eabf5d6e5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/264cf78eabf5d6e5","status":"passed","time":{"start":1724921244355,"stop":1724921244356,"duration":1}},{"uid":"4a06cf9334689503","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4a06cf9334689503","status":"passed","time":{"start":1724917916038,"stop":1724917916038,"duration":0}},{"uid":"3d6d2489b382fa8a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3d6d2489b382fa8a","status":"passed","time":{"start":1724889678249,"stop":1724889678249,"duration":0}},{"uid":"22c9df0321cc603","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/22c9df0321cc603","status":"passed","time":{"start":1724888831679,"stop":1724888831680,"duration":1}},{"uid":"4fdd8691aa0a47d2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4fdd8691aa0a47d2","status":"passed","time":{"start":1724888003305,"stop":1724888003306,"duration":1}},{"uid":"1e34df88327ebf49","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1e34df88327ebf49","status":"passed","time":{"start":1724886776596,"stop":1724886776600,"duration":4}},{"uid":"3a09dd81d833bea9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3a09dd81d833bea9","status":"passed","time":{"start":1724886555787,"stop":1724886555787,"duration":0}},{"uid":"fd8d53039bba29ab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fd8d53039bba29ab","status":"passed","time":{"start":1724861983000,"stop":1724861983001,"duration":1}},{"uid":"ddad1809fde10e75","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ddad1809fde10e75","status":"passed","time":{"start":1724861444062,"stop":1724861444062,"duration":0}},{"uid":"eaeb4f947f298d9c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/eaeb4f947f298d9c","status":"passed","time":{"start":1724861285824,"stop":1724861285825,"duration":1}},{"uid":"2188822b7c9578f6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2188822b7c9578f6","status":"passed","time":{"start":1724861145651,"stop":1724861145651,"duration":0}}]},"c544dda19e00ac56cf83ed513b97607d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ae7c2c810b7873a0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ae7c2c810b7873a0","status":"passed","time":{"start":1724887092629,"stop":1724887092629,"duration":0}}]},"bdd10fbd616f99939453eac6edc5fc54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"11096621b38a938b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/11096621b38a938b","status":"passed","time":{"start":1724922862333,"stop":1724922862333,"duration":0}},{"uid":"324b68e7b2e901a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/324b68e7b2e901a","status":"passed","time":{"start":1724921540107,"stop":1724921540108,"duration":1}},{"uid":"f22a50ec014dbdd1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f22a50ec014dbdd1","status":"passed","time":{"start":1724921503539,"stop":1724921503539,"duration":0}},{"uid":"e1bf56412a7fef9b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e1bf56412a7fef9b","status":"passed","time":{"start":1724918214356,"stop":1724918214357,"duration":1}},{"uid":"ecf59319c2812ef5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ecf59319c2812ef5","status":"passed","time":{"start":1724889952444,"stop":1724889952444,"duration":0}},{"uid":"c9a587b20e70d243","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c9a587b20e70d243","status":"passed","time":{"start":1724889087468,"stop":1724889087468,"duration":0}},{"uid":"796d16ba29cc3cbc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/796d16ba29cc3cbc","status":"passed","time":{"start":1724888266429,"stop":1724888266429,"duration":0}},{"uid":"5f91b9073bf82c8b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5f91b9073bf82c8b","status":"passed","time":{"start":1724887042930,"stop":1724887042930,"duration":0}},{"uid":"e7f3db072bd9b4bb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e7f3db072bd9b4bb","status":"passed","time":{"start":1724886820797,"stop":1724886820797,"duration":0}},{"uid":"5f747764b18745f1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f747764b18745f1","status":"passed","time":{"start":1724862245489,"stop":1724862245489,"duration":0}},{"uid":"cb27e6c4705c9d96","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cb27e6c4705c9d96","status":"passed","time":{"start":1724861720394,"stop":1724861720396,"duration":2}},{"uid":"85747640d03fc1a8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/85747640d03fc1a8","status":"passed","time":{"start":1724861579387,"stop":1724861579387,"duration":0}},{"uid":"80542e131db6860d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/80542e131db6860d","status":"passed","time":{"start":1724861402506,"stop":1724861402507,"duration":1}}]},"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8a6e2a213942948","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8a6e2a213942948","status":"passed","time":{"start":1724922891482,"stop":1724922891483,"duration":1}},{"uid":"a1d665da1ce4fb78","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a1d665da1ce4fb78","status":"passed","time":{"start":1724921563004,"stop":1724921563005,"duration":1}},{"uid":"f4bc074a247052f6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f4bc074a247052f6","status":"passed","time":{"start":1724921526807,"stop":1724921526808,"duration":1}},{"uid":"1b56260c073e8981","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1b56260c073e8981","status":"passed","time":{"start":1724918239927,"stop":1724918239931,"duration":4}},{"uid":"42eb245245db8705","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/42eb245245db8705","status":"passed","time":{"start":1724889980879,"stop":1724889980879,"duration":0}},{"uid":"9c2b770a96373060","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9c2b770a96373060","status":"passed","time":{"start":1724889109945,"stop":1724889109945,"duration":0}},{"uid":"e384e8c61df6f74a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e384e8c61df6f74a","status":"passed","time":{"start":1724888294717,"stop":1724888294718,"duration":1}},{"uid":"3faf92fa8956aed5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3faf92fa8956aed5","status":"passed","time":{"start":1724887071733,"stop":1724887071733,"duration":0}},{"uid":"90147b3b667a8503","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/90147b3b667a8503","status":"passed","time":{"start":1724886848339,"stop":1724886848340,"duration":1}},{"uid":"76843d5782ca557f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/76843d5782ca557f","status":"passed","time":{"start":1724862259240,"stop":1724862259240,"duration":0}},{"uid":"dd1262a6c8e05fe2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dd1262a6c8e05fe2","status":"passed","time":{"start":1724861735320,"stop":1724861735320,"duration":0}},{"uid":"cb316504a69a7397","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cb316504a69a7397","status":"passed","time":{"start":1724861606334,"stop":1724861606334,"duration":0}},{"uid":"aa9f9eeff03d2b43","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/aa9f9eeff03d2b43","status":"passed","time":{"start":1724861426679,"stop":1724861426679,"duration":0}}]},"66c02edbb4d8f8ea70bd8864dde32e80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f6d83af1093cf9fe","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f6d83af1093cf9fe","status":"passed","time":{"start":1724922374674,"stop":1724922374674,"duration":0}},{"uid":"bb1ca02f3e5b2dda","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bb1ca02f3e5b2dda","status":"passed","time":{"start":1724921037634,"stop":1724921037634,"duration":0}},{"uid":"531c8ba310424f10","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/531c8ba310424f10","status":"passed","time":{"start":1724921013046,"stop":1724921013047,"duration":1}},{"uid":"f0ad24a3df5c00b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f0ad24a3df5c00b","status":"passed","time":{"start":1724917673290,"stop":1724917673291,"duration":1}},{"uid":"554e879aeb81c3e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/554e879aeb81c3e0","status":"passed","time":{"start":1724889452309,"stop":1724889452309,"duration":0}},{"uid":"1c38314a14cbe15c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c38314a14cbe15c","status":"passed","time":{"start":1724888602839,"stop":1724888602839,"duration":0}},{"uid":"f8671b96c06f0265","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f8671b96c06f0265","status":"passed","time":{"start":1724887759163,"stop":1724887759163,"duration":0}},{"uid":"fd145211062caba5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fd145211062caba5","status":"passed","time":{"start":1724886525543,"stop":1724886525543,"duration":0}},{"uid":"9b58cb544d026289","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9b58cb544d026289","status":"passed","time":{"start":1724886303396,"stop":1724886303396,"duration":0}},{"uid":"9579494efd182ca","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9579494efd182ca","status":"passed","time":{"start":1724861752226,"stop":1724861752226,"duration":0}},{"uid":"c294114d7e1950a7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c294114d7e1950a7","status":"passed","time":{"start":1724861223354,"stop":1724861223354,"duration":0}},{"uid":"70a164450adb613e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/70a164450adb613e","status":"passed","time":{"start":1724861045201,"stop":1724861045201,"duration":0}},{"uid":"82914a19c4b68040","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/82914a19c4b68040","status":"passed","time":{"start":1724860907083,"stop":1724860907083,"duration":0}}]},"00e22447a1288833f561706e0d9439ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8f2731ad416c13c5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f2731ad416c13c5","status":"passed","time":{"start":1724862298395,"stop":1724862298395,"duration":0}}]},"adfa54d8b2a7624e750ee9e89b3a4085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"34348e61883a16e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/34348e61883a16e","status":"passed","time":{"start":1724922387838,"stop":1724922387838,"duration":0}},{"uid":"4ca224e3725f3b5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4ca224e3725f3b5","status":"passed","time":{"start":1724921050916,"stop":1724921050916,"duration":0}},{"uid":"2ac29fc95df3db11","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2ac29fc95df3db11","status":"passed","time":{"start":1724921026084,"stop":1724921026084,"duration":0}},{"uid":"9da1d13a1f6b3d28","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9da1d13a1f6b3d28","status":"passed","time":{"start":1724917686330,"stop":1724917686331,"duration":1}},{"uid":"7d6a3f22663729d3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7d6a3f22663729d3","status":"passed","time":{"start":1724889465302,"stop":1724889465302,"duration":0}},{"uid":"9b0a89d145fafb11","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9b0a89d145fafb11","status":"passed","time":{"start":1724888615855,"stop":1724888615855,"duration":0}},{"uid":"9edf1bf980449527","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9edf1bf980449527","status":"passed","time":{"start":1724887772189,"stop":1724887772190,"duration":1}},{"uid":"6d7511132335d159","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6d7511132335d159","status":"passed","time":{"start":1724886538736,"stop":1724886538736,"duration":0}},{"uid":"f9fa024f473ddb4a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f9fa024f473ddb4a","status":"passed","time":{"start":1724886316573,"stop":1724886316573,"duration":0}},{"uid":"9613ee8867df5c10","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9613ee8867df5c10","status":"passed","time":{"start":1724861765626,"stop":1724861765627,"duration":1}},{"uid":"1acb64828ab71cb3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1acb64828ab71cb3","status":"passed","time":{"start":1724861236289,"stop":1724861236290,"duration":1}},{"uid":"69ff32e5c412df13","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/69ff32e5c412df13","status":"passed","time":{"start":1724861059256,"stop":1724861059256,"duration":0}},{"uid":"d5122d54febfe0fa","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d5122d54febfe0fa","status":"passed","time":{"start":1724860920541,"stop":1724860920541,"duration":0}}]},"04b347e068318b0b9f6c0a7a47092da5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"33fcc69f8a1f0d54","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/33fcc69f8a1f0d54","status":"passed","time":{"start":1724922382324,"stop":1724922382325,"duration":1}},{"uid":"40a7911f97643c4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/40a7911f97643c4","status":"passed","time":{"start":1724921045529,"stop":1724921045529,"duration":0}},{"uid":"bd309bcac6da7fa1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bd309bcac6da7fa1","status":"passed","time":{"start":1724921020723,"stop":1724921020723,"duration":0}},{"uid":"b76c6ba561dae0e0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b76c6ba561dae0e0","status":"passed","time":{"start":1724917681048,"stop":1724917681048,"duration":0}},{"uid":"b6de5fa3b36e72d7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b6de5fa3b36e72d7","status":"passed","time":{"start":1724889459912,"stop":1724889459912,"duration":0}},{"uid":"fb295de0a1613bfa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb295de0a1613bfa","status":"passed","time":{"start":1724888610529,"stop":1724888610529,"duration":0}},{"uid":"37dfe61b871cd4e2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/37dfe61b871cd4e2","status":"passed","time":{"start":1724887766845,"stop":1724887766845,"duration":0}},{"uid":"f77e796a527ec6bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f77e796a527ec6bd","status":"passed","time":{"start":1724886533240,"stop":1724886533240,"duration":0}},{"uid":"3dba750fbf96590a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3dba750fbf96590a","status":"passed","time":{"start":1724886311085,"stop":1724886311086,"duration":1}},{"uid":"6213bdd4e878fa94","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6213bdd4e878fa94","status":"passed","time":{"start":1724861760045,"stop":1724861760046,"duration":1}},{"uid":"7a24f1d9de2e40a6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7a24f1d9de2e40a6","status":"passed","time":{"start":1724861230824,"stop":1724861230824,"duration":0}},{"uid":"e612b64fa8dd4c60","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e612b64fa8dd4c60","status":"passed","time":{"start":1724861053394,"stop":1724861053394,"duration":0}},{"uid":"4919b2984077f851","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4919b2984077f851","status":"passed","time":{"start":1724860914741,"stop":1724860914742,"duration":1}}]},"a65170d9415ba29de5fde20c11df17c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"65e2d4fa8dc9b0e1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/65e2d4fa8dc9b0e1","status":"passed","time":{"start":1724922661625,"stop":1724922661635,"duration":10}},{"uid":"793cc19652c125b6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/793cc19652c125b6","status":"passed","time":{"start":1724921321310,"stop":1724921321310,"duration":0}},{"uid":"57dfdd4c99def15b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/57dfdd4c99def15b","status":"passed","time":{"start":1724921298783,"stop":1724921298784,"duration":1}},{"uid":"a37bf409d4c275ce","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a37bf409d4c275ce","status":"passed","time":{"start":1724918008228,"stop":1724918008228,"duration":0}},{"uid":"8f430792f347b467","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f430792f347b467","status":"passed","time":{"start":1724889728594,"stop":1724889728594,"duration":0}},{"uid":"5ca34d76dff69975","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ca34d76dff69975","status":"passed","time":{"start":1724888882873,"stop":1724888882873,"duration":0}},{"uid":"e134a01e426ee2a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e134a01e426ee2a2","status":"passed","time":{"start":1724888111023,"stop":1724888111024,"duration":1}},{"uid":"f6162bc67298c6f8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f6162bc67298c6f8","status":"passed","time":{"start":1724886869445,"stop":1724886869445,"duration":0}},{"uid":"c43de849796500db","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c43de849796500db","status":"passed","time":{"start":1724886642935,"stop":1724886642935,"duration":0}},{"uid":"9e0377390925dd81","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e0377390925dd81","status":"passed","time":{"start":1724862044580,"stop":1724862044580,"duration":0}},{"uid":"869dc55dbdd5c7d9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/869dc55dbdd5c7d9","status":"passed","time":{"start":1724861523029,"stop":1724861523029,"duration":0}},{"uid":"7677a5d4d13ae865","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7677a5d4d13ae865","status":"passed","time":{"start":1724861362470,"stop":1724861362471,"duration":1}},{"uid":"77dfc384ff149e51","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/77dfc384ff149e51","status":"passed","time":{"start":1724861196778,"stop":1724861196778,"duration":0}}]},"31ea4e37ed48376471386fd9265aac47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b45594c425541f9d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b45594c425541f9d","status":"passed","time":{"start":1724861637971,"stop":1724861637972,"duration":1}}]},"a01bdabda4e48b3a0b41dcd8f8c0370d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1778617ab696e9c2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1778617ab696e9c2","status":"passed","time":{"start":1724922635353,"stop":1724922635353,"duration":0}},{"uid":"efccbdb4e965ee09","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/efccbdb4e965ee09","status":"passed","time":{"start":1724921297004,"stop":1724921297005,"duration":1}},{"uid":"2cb8d7388cc830f7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2cb8d7388cc830f7","status":"passed","time":{"start":1724921276366,"stop":1724921276366,"duration":0}},{"uid":"f8ef063e5c5f4e36","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f8ef063e5c5f4e36","status":"passed","time":{"start":1724917948319,"stop":1724917948320,"duration":1}},{"uid":"bed442531a24cbf4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bed442531a24cbf4","status":"passed","time":{"start":1724889729007,"stop":1724889729007,"duration":0}},{"uid":"152dd21a2b01b3d6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/152dd21a2b01b3d6","status":"passed","time":{"start":1724888864952,"stop":1724888864952,"duration":0}},{"uid":"5a7c10b3a524a081","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5a7c10b3a524a081","status":"passed","time":{"start":1724888053746,"stop":1724888053746,"duration":0}},{"uid":"394a0c3f72e7436f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/394a0c3f72e7436f","status":"passed","time":{"start":1724886811658,"stop":1724886811659,"duration":1}},{"uid":"becb5df7a7c204a4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/becb5df7a7c204a4","status":"passed","time":{"start":1724886581002,"stop":1724886581002,"duration":0}},{"uid":"fddaa997cea17fb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fddaa997cea17fb7","status":"passed","time":{"start":1724862019559,"stop":1724862019559,"duration":0}},{"uid":"8c2daa1affed0494","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8c2daa1affed0494","status":"passed","time":{"start":1724861493935,"stop":1724861493936,"duration":1}},{"uid":"3f849321dad50f6c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3f849321dad50f6c","status":"passed","time":{"start":1724861318020,"stop":1724861318025,"duration":5}},{"uid":"2501daefa64d6461","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2501daefa64d6461","status":"passed","time":{"start":1724861178513,"stop":1724861178514,"duration":1}}]},"1b1755dcfa725e1f2f4147ba5cebeca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c30feba91c32dd3f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c30feba91c32dd3f","status":"passed","time":{"start":1724923012479,"stop":1724923012480,"duration":1}},{"uid":"b20ae5c0aa75cb88","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b20ae5c0aa75cb88","status":"passed","time":{"start":1724921625085,"stop":1724921625085,"duration":0}},{"uid":"47e295a172abb110","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/47e295a172abb110","status":"passed","time":{"start":1724921590509,"stop":1724921590510,"duration":1}},{"uid":"6eafa203e56cb2ce","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6eafa203e56cb2ce","status":"passed","time":{"start":1724918287575,"stop":1724918287576,"duration":1}},{"uid":"a00b4569f36c992b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a00b4569f36c992b","status":"passed","time":{"start":1724890047801,"stop":1724890047802,"duration":1}},{"uid":"e8ffcee6aacf1188","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e8ffcee6aacf1188","status":"passed","time":{"start":1724889183943,"stop":1724889183944,"duration":1}},{"uid":"dcc86848b8a2fda5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dcc86848b8a2fda5","status":"passed","time":{"start":1724888354182,"stop":1724888354183,"duration":1}},{"uid":"4e9e5ef67462287","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4e9e5ef67462287","status":"passed","time":{"start":1724887145720,"stop":1724887145721,"duration":1}},{"uid":"f4782919f1a3806c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f4782919f1a3806c","status":"passed","time":{"start":1724886915799,"stop":1724886915805,"duration":6}},{"uid":"17ff5f639ca8ca7a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/17ff5f639ca8ca7a","status":"passed","time":{"start":1724862341465,"stop":1724862341465,"duration":0}},{"uid":"cbc6885061e6a08","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cbc6885061e6a08","status":"passed","time":{"start":1724861805468,"stop":1724861805469,"duration":1}},{"uid":"5f2adeb647db9000","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5f2adeb647db9000","status":"passed","time":{"start":1724861662299,"stop":1724861662299,"duration":0}},{"uid":"43730bfd317c8dfb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/43730bfd317c8dfb","status":"passed","time":{"start":1724861492526,"stop":1724861492526,"duration":0}}]},"179b83947acf6c006a5fcd0ae6ab2ada:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"79675bcb5acdc155","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/79675bcb5acdc155","status":"passed","time":{"start":1724886880630,"stop":1724886880630,"duration":0}}]},"2c79c6d62e485d251a4a3ff2a0317b58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"734e6544d417ecdb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/734e6544d417ecdb","status":"passed","time":{"start":1724921619636,"stop":1724921619637,"duration":1}}]},"d79e52d980adcb67284b823b577f6b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1a24052723cb96dc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1a24052723cb96dc","status":"passed","time":{"start":1724922635346,"stop":1724922635346,"duration":0}},{"uid":"f5424fb4e017cecf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f5424fb4e017cecf","status":"passed","time":{"start":1724921296996,"stop":1724921296997,"duration":1}},{"uid":"8c865123eb097962","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8c865123eb097962","status":"passed","time":{"start":1724921276362,"stop":1724921276362,"duration":0}},{"uid":"8d448d21037778e8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8d448d21037778e8","status":"passed","time":{"start":1724917948308,"stop":1724917948308,"duration":0}},{"uid":"ce88feb43bd23024","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ce88feb43bd23024","status":"passed","time":{"start":1724889729003,"stop":1724889729004,"duration":1}},{"uid":"53f1e054ecaab2d5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/53f1e054ecaab2d5","status":"passed","time":{"start":1724888864949,"stop":1724888864949,"duration":0}},{"uid":"63128617124a0b79","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/63128617124a0b79","status":"passed","time":{"start":1724888053731,"stop":1724888053731,"duration":0}},{"uid":"bfe668d9dac63f8c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bfe668d9dac63f8c","status":"passed","time":{"start":1724886811647,"stop":1724886811647,"duration":0}},{"uid":"acaac6f224a5939b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/acaac6f224a5939b","status":"passed","time":{"start":1724886580999,"stop":1724886580999,"duration":0}},{"uid":"af2776556702600e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/af2776556702600e","status":"passed","time":{"start":1724862019554,"stop":1724862019555,"duration":1}},{"uid":"e06c58ef2e58c524","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e06c58ef2e58c524","status":"passed","time":{"start":1724861493932,"stop":1724861493933,"duration":1}},{"uid":"7bbb1bfe050291e8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7bbb1bfe050291e8","status":"passed","time":{"start":1724861318012,"stop":1724861318012,"duration":0}},{"uid":"f0ee221497c861f0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f0ee221497c861f0","status":"passed","time":{"start":1724861178506,"stop":1724861178506,"duration":0}}]},"404e0fab372c1b30afe56678d54344f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8ec720e9c0f2ca88","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8ec720e9c0f2ca88","status":"passed","time":{"start":1724922611440,"stop":1724922611440,"duration":0}},{"uid":"df94b1349293f8bf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/df94b1349293f8bf","status":"passed","time":{"start":1724921270363,"stop":1724921270364,"duration":1}},{"uid":"e48b4f953a066967","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e48b4f953a066967","status":"passed","time":{"start":1724921247825,"stop":1724921247825,"duration":0}},{"uid":"fc957e3443d84725","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fc957e3443d84725","status":"passed","time":{"start":1724917989822,"stop":1724917989822,"duration":0}},{"uid":"9ef8408ac42ad772","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9ef8408ac42ad772","status":"passed","time":{"start":1724889678568,"stop":1724889678568,"duration":0}},{"uid":"c39bc7e2f5da873b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c39bc7e2f5da873b","status":"passed","time":{"start":1724888829846,"stop":1724888829846,"duration":0}},{"uid":"95a18cf550def502","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/95a18cf550def502","status":"passed","time":{"start":1724888077014,"stop":1724888077014,"duration":0}},{"uid":"c7bc0da8881a324c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c7bc0da8881a324c","status":"passed","time":{"start":1724886851129,"stop":1724886851129,"duration":0}},{"uid":"c6e6ec9f43071bd5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c6e6ec9f43071bd5","status":"passed","time":{"start":1724886647119,"stop":1724886647120,"duration":1}},{"uid":"3df9292b394f8c32","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3df9292b394f8c32","status":"passed","time":{"start":1724861992715,"stop":1724861992716,"duration":1}},{"uid":"7e19ba6d6ac11ef0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7e19ba6d6ac11ef0","status":"passed","time":{"start":1724861469647,"stop":1724861469647,"duration":0}},{"uid":"aa569ba7f5fb35a4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/aa569ba7f5fb35a4","status":"passed","time":{"start":1724861284869,"stop":1724861284869,"duration":0}},{"uid":"8bf43d0c91b04eab","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8bf43d0c91b04eab","status":"passed","time":{"start":1724861145816,"stop":1724861145816,"duration":0}}]},"ec7313d698a39b8d8375e6a44279cf6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"97718009893323ff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/97718009893323ff","status":"passed","time":{"start":1724922425598,"stop":1724922425599,"duration":1}},{"uid":"1456f6e645e729a6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1456f6e645e729a6","status":"passed","time":{"start":1724921088196,"stop":1724921088199,"duration":3}},{"uid":"3a00eae55411bf01","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3a00eae55411bf01","status":"passed","time":{"start":1724921063382,"stop":1724921063382,"duration":0}},{"uid":"64700223e31d00c5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/64700223e31d00c5","status":"passed","time":{"start":1724917723832,"stop":1724917723833,"duration":1}},{"uid":"1ad8590b26d4f69c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1ad8590b26d4f69c","status":"passed","time":{"start":1724889503226,"stop":1724889503227,"duration":1}},{"uid":"afa1674423737861","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/afa1674423737861","status":"passed","time":{"start":1724888652593,"stop":1724888652594,"duration":1}},{"uid":"4aad3da992035199","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4aad3da992035199","status":"passed","time":{"start":1724887810648,"stop":1724887810649,"duration":1}},{"uid":"f204a059c306fb5b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f204a059c306fb5b","status":"passed","time":{"start":1724886577070,"stop":1724886577071,"duration":1}},{"uid":"d7f2c73696409581","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d7f2c73696409581","status":"passed","time":{"start":1724886355050,"stop":1724886355052,"duration":2}},{"uid":"bf703478733f301d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf703478733f301d","status":"passed","time":{"start":1724861804040,"stop":1724861804040,"duration":0}},{"uid":"60981abee565e56","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/60981abee565e56","status":"passed","time":{"start":1724861273296,"stop":1724861273297,"duration":1}},{"uid":"9808e2f7dd44efc7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9808e2f7dd44efc7","status":"passed","time":{"start":1724861099309,"stop":1724861099310,"duration":1}},{"uid":"a2ee87020dc51144","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a2ee87020dc51144","status":"passed","time":{"start":1724860959308,"stop":1724860959308,"duration":0}}]},"cadfabba132ddb313cb63dd9398dd9f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"371ca2f4db5d2a92","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/371ca2f4db5d2a92","status":"passed","time":{"start":1724889171932,"stop":1724889171932,"duration":0}}]},"7996d0bafce2a1dfd5f54e8daed745d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c1e13910cac9b681","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c1e13910cac9b681","status":"passed","time":{"start":1724922891493,"stop":1724922891494,"duration":1}},{"uid":"2d7f2970ff46242c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2d7f2970ff46242c","status":"passed","time":{"start":1724921563021,"stop":1724921563021,"duration":0}},{"uid":"aedca9c68aa4f6e1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/aedca9c68aa4f6e1","status":"passed","time":{"start":1724921526818,"stop":1724921526818,"duration":0}},{"uid":"7497adbfb790246f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7497adbfb790246f","status":"passed","time":{"start":1724918239954,"stop":1724918239954,"duration":0}},{"uid":"ee9cdeffb55817f3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ee9cdeffb55817f3","status":"passed","time":{"start":1724889980929,"stop":1724889980929,"duration":0}},{"uid":"424dad7cc8da1a3c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/424dad7cc8da1a3c","status":"passed","time":{"start":1724889109980,"stop":1724889109980,"duration":0}},{"uid":"31cf5c24291c264e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/31cf5c24291c264e","status":"passed","time":{"start":1724888294727,"stop":1724888294727,"duration":0}},{"uid":"3478fe4681772ee1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3478fe4681772ee1","status":"passed","time":{"start":1724887071747,"stop":1724887071748,"duration":1}},{"uid":"b74714807d1f4e14","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b74714807d1f4e14","status":"passed","time":{"start":1724886848350,"stop":1724886848351,"duration":1}},{"uid":"a2b31fd4221c1f3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2b31fd4221c1f3e","status":"passed","time":{"start":1724862259262,"stop":1724862259262,"duration":0}},{"uid":"994ea1048da827f0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/994ea1048da827f0","status":"passed","time":{"start":1724861735336,"stop":1724861735336,"duration":0}},{"uid":"acd762035afab891","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/acd762035afab891","status":"passed","time":{"start":1724861606353,"stop":1724861606354,"duration":1}},{"uid":"74a7533769276a6b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/74a7533769276a6b","status":"passed","time":{"start":1724861426693,"stop":1724861426693,"duration":0}}]},"250ad8b4699514e3fc6015ff5152b149:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c0e830bb18d7a982","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c0e830bb18d7a982","status":"passed","time":{"start":1724922374680,"stop":1724922374680,"duration":0}},{"uid":"fed10d8dabb9ea90","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fed10d8dabb9ea90","status":"passed","time":{"start":1724921037641,"stop":1724921037642,"duration":1}},{"uid":"27ac6299f9bb98eb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/27ac6299f9bb98eb","status":"passed","time":{"start":1724921013055,"stop":1724921013055,"duration":0}},{"uid":"2a81fec36392fc7f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2a81fec36392fc7f","status":"passed","time":{"start":1724917673297,"stop":1724917673297,"duration":0}},{"uid":"2fd1de00963bc827","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2fd1de00963bc827","status":"passed","time":{"start":1724889452316,"stop":1724889452316,"duration":0}},{"uid":"b07028ec1ce02522","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b07028ec1ce02522","status":"passed","time":{"start":1724888602846,"stop":1724888602846,"duration":0}},{"uid":"2d170e07aaf1a64e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2d170e07aaf1a64e","status":"passed","time":{"start":1724887759168,"stop":1724887759169,"duration":1}},{"uid":"54714c81f0c76834","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/54714c81f0c76834","status":"passed","time":{"start":1724886525548,"stop":1724886525548,"duration":0}},{"uid":"6b171982420eb3d3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6b171982420eb3d3","status":"passed","time":{"start":1724886303402,"stop":1724886303402,"duration":0}},{"uid":"306147ccfb7f2fda","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/306147ccfb7f2fda","status":"passed","time":{"start":1724861752234,"stop":1724861752234,"duration":0}},{"uid":"5ed8e47fdc94dcd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5ed8e47fdc94dcd","status":"passed","time":{"start":1724861223360,"stop":1724861223360,"duration":0}},{"uid":"44d18de10f31dc0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/44d18de10f31dc0","status":"passed","time":{"start":1724861045208,"stop":1724861045208,"duration":0}},{"uid":"a360500413738938","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a360500413738938","status":"passed","time":{"start":1724860907090,"stop":1724860907090,"duration":0}}]},"0958e18dfb2ebe2deb87d9e3d9c724fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b9fb71e886c233d5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b9fb71e886c233d5","status":"passed","time":{"start":1724861712677,"stop":1724861712677,"duration":0}}]},"d27e28d2a11e8f31497da9971311d216:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9816b920b1dd3438","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9816b920b1dd3438","status":"passed","time":{"start":1724921613051,"stop":1724921613052,"duration":1}}]},"6e2716900e9984213ce0681a4ba3ec36:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8d0f37378b8bd6d2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8d0f37378b8bd6d2","status":"passed","time":{"start":1724861655161,"stop":1724861655161,"duration":0}}]},"388b5611ae217e79e2893d0f904c2b71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8b010ae2946eb952","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8b010ae2946eb952","status":"passed","time":{"start":1724922374671,"stop":1724922374671,"duration":0}},{"uid":"a660c26f6f9b8591","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a660c26f6f9b8591","status":"passed","time":{"start":1724921037632,"stop":1724921037632,"duration":0}},{"uid":"c690e351c3f28b66","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c690e351c3f28b66","status":"passed","time":{"start":1724921013044,"stop":1724921013045,"duration":1}},{"uid":"79607ebda26e83b5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/79607ebda26e83b5","status":"passed","time":{"start":1724917673287,"stop":1724917673288,"duration":1}},{"uid":"82c5d00d4118a3e3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/82c5d00d4118a3e3","status":"passed","time":{"start":1724889452306,"stop":1724889452306,"duration":0}},{"uid":"b9eeb4d027f177fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b9eeb4d027f177fd","status":"passed","time":{"start":1724888602836,"stop":1724888602837,"duration":1}},{"uid":"90acb0916a0e5561","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/90acb0916a0e5561","status":"passed","time":{"start":1724887759161,"stop":1724887759161,"duration":0}},{"uid":"3380ca8d12ff6173","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3380ca8d12ff6173","status":"passed","time":{"start":1724886525541,"stop":1724886525541,"duration":0}},{"uid":"bd9aca28b727da8f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bd9aca28b727da8f","status":"passed","time":{"start":1724886303393,"stop":1724886303393,"duration":0}},{"uid":"9c5f9cc5d008315b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9c5f9cc5d008315b","status":"passed","time":{"start":1724861752224,"stop":1724861752224,"duration":0}},{"uid":"785dfaed78c43af3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/785dfaed78c43af3","status":"passed","time":{"start":1724861223352,"stop":1724861223352,"duration":0}},{"uid":"4059699d4dd3e0ae","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4059699d4dd3e0ae","status":"passed","time":{"start":1724861045198,"stop":1724861045199,"duration":1}},{"uid":"31f1ff4fd50cbc7b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/31f1ff4fd50cbc7b","status":"passed","time":{"start":1724860907081,"stop":1724860907082,"duration":1}}]},"ebdbf9bf1d306242250cab20b0933ad9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c9f7495dfa1d937","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c9f7495dfa1d937","status":"passed","time":{"start":1724922983779,"stop":1724922983780,"duration":1}},{"uid":"e7bed797b82920c9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e7bed797b82920c9","status":"passed","time":{"start":1724921656188,"stop":1724921656189,"duration":1}},{"uid":"872090354871cb7e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/872090354871cb7e","status":"passed","time":{"start":1724921620455,"stop":1724921620456,"duration":1}},{"uid":"916dccdd0b1feb45","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/916dccdd0b1feb45","status":"passed","time":{"start":1724918327709,"stop":1724918327709,"duration":0}},{"uid":"d126190c51126fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d126190c51126fd","status":"passed","time":{"start":1724890078469,"stop":1724890078469,"duration":0}},{"uid":"30621b811e870dd1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/30621b811e870dd1","status":"passed","time":{"start":1724889213823,"stop":1724889213824,"duration":1}},{"uid":"17468e9641105a0c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/17468e9641105a0c","status":"passed","time":{"start":1724888383601,"stop":1724888383601,"duration":0}},{"uid":"9e101d1c94492852","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9e101d1c94492852","status":"passed","time":{"start":1724887164577,"stop":1724887164578,"duration":1}},{"uid":"ef48c7eb66cf397f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ef48c7eb66cf397f","status":"passed","time":{"start":1724886943099,"stop":1724886943099,"duration":0}},{"uid":"bbf782b999699669","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bbf782b999699669","status":"passed","time":{"start":1724862368928,"stop":1724862368928,"duration":0}},{"uid":"868c2dd56a595f75","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/868c2dd56a595f75","status":"passed","time":{"start":1724861835945,"stop":1724861835945,"duration":0}},{"uid":"d92596ee867ed979","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d92596ee867ed979","status":"passed","time":{"start":1724861692899,"stop":1724861692901,"duration":2}},{"uid":"c3203e8cca9006df","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c3203e8cca9006df","status":"passed","time":{"start":1724861520698,"stop":1724861520698,"duration":0}}]},"ce47c57e109f5f4fe46fa93fd3b7aa1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"db3f9eddbc0df382","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/db3f9eddbc0df382","status":"passed","time":{"start":1724922906439,"stop":1724922906439,"duration":0}}]},"d756b9dcd6f1f6438b6de6db088e32a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3e4c8f8adb9a31ff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3e4c8f8adb9a31ff","status":"passed","time":{"start":1724922536229,"stop":1724922536230,"duration":1}},{"uid":"572340ef73d4cca1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/572340ef73d4cca1","status":"passed","time":{"start":1724921198884,"stop":1724921198884,"duration":0}},{"uid":"b8819c82935f6f8d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b8819c82935f6f8d","status":"passed","time":{"start":1724921172337,"stop":1724921172337,"duration":0}},{"uid":"644151d85e62afe0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/644151d85e62afe0","status":"passed","time":{"start":1724917841035,"stop":1724917841036,"duration":1}},{"uid":"72c27a51c514166","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72c27a51c514166","status":"passed","time":{"start":1724889622276,"stop":1724889622276,"duration":0}},{"uid":"c9d96bf802be5bd4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c9d96bf802be5bd4","status":"passed","time":{"start":1724888769658,"stop":1724888769659,"duration":1}},{"uid":"7f48b2da32e4f8e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7f48b2da32e4f8e","status":"passed","time":{"start":1724887926164,"stop":1724887926164,"duration":0}},{"uid":"c671b7791f38dcdc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c671b7791f38dcdc","status":"passed","time":{"start":1724886693068,"stop":1724886693069,"duration":1}},{"uid":"691d434b59abbcad","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/691d434b59abbcad","status":"passed","time":{"start":1724886468808,"stop":1724886468811,"duration":3}},{"uid":"ed2e94b0a538c7a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ed2e94b0a538c7a9","status":"passed","time":{"start":1724861918243,"stop":1724861918244,"duration":1}},{"uid":"d12aafc4166789c4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d12aafc4166789c4","status":"passed","time":{"start":1724861388576,"stop":1724861388577,"duration":1}},{"uid":"6c14fb7c9f8c8dfb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6c14fb7c9f8c8dfb","status":"passed","time":{"start":1724861221406,"stop":1724861221406,"duration":0}},{"uid":"4af23d9dcb455298","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4af23d9dcb455298","status":"passed","time":{"start":1724861075798,"stop":1724861075799,"duration":1}}]},"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c66b5a6a124a5673","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c66b5a6a124a5673","status":"passed","time":{"start":1724922409250,"stop":1724922409250,"duration":0}},{"uid":"34d11e5e715f7261","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/34d11e5e715f7261","status":"passed","time":{"start":1724921072292,"stop":1724921072292,"duration":0}},{"uid":"603273c14e6736b9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/603273c14e6736b9","status":"passed","time":{"start":1724921047284,"stop":1724921047284,"duration":0}},{"uid":"8506d80e5cd42d16","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8506d80e5cd42d16","status":"passed","time":{"start":1724917707456,"stop":1724917707456,"duration":0}},{"uid":"b1f4d54389fd937","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1f4d54389fd937","status":"passed","time":{"start":1724889486390,"stop":1724889486391,"duration":1}},{"uid":"f9b31ae9eec9b2dd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9b31ae9eec9b2dd","status":"passed","time":{"start":1724888637015,"stop":1724888637015,"duration":0}},{"uid":"14615b63745b9b21","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/14615b63745b9b21","status":"passed","time":{"start":1724887793425,"stop":1724887793425,"duration":0}},{"uid":"401c89a0c4a1038e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/401c89a0c4a1038e","status":"passed","time":{"start":1724886560037,"stop":1724886560038,"duration":1}},{"uid":"f96ecd5986d75956","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f96ecd5986d75956","status":"passed","time":{"start":1724886337880,"stop":1724886337880,"duration":0}},{"uid":"74b77270a6849a8b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/74b77270a6849a8b","status":"passed","time":{"start":1724861787237,"stop":1724861787238,"duration":1}},{"uid":"5dda66d30e6aa729","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5dda66d30e6aa729","status":"passed","time":{"start":1724861257428,"stop":1724861257429,"duration":1}},{"uid":"aa771bd0e8fe58e5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/aa771bd0e8fe58e5","status":"passed","time":{"start":1724861081343,"stop":1724861081343,"duration":0}},{"uid":"8de2217e7fc53d03","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8de2217e7fc53d03","status":"passed","time":{"start":1724860942010,"stop":1724860942010,"duration":0}}]},"f485a41a405e88d925455f21f845e57d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7374dfbc4f81019d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7374dfbc4f81019d","status":"passed","time":{"start":1724887018301,"stop":1724887018301,"duration":0}}]},"b70290caccfdeac2aaa6e6fb638514d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d8edc645ae42cc8f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d8edc645ae42cc8f","status":"passed","time":{"start":1724922499930,"stop":1724922499931,"duration":1}},{"uid":"8a40a2755fd93129","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8a40a2755fd93129","status":"passed","time":{"start":1724921158278,"stop":1724921158278,"duration":0}},{"uid":"8291e6557d50a55f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8291e6557d50a55f","status":"passed","time":{"start":1724921130073,"stop":1724921130074,"duration":1}},{"uid":"542f4ebab296bcba","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/542f4ebab296bcba","status":"passed","time":{"start":1724917796891,"stop":1724917796892,"duration":1}},{"uid":"d860245eb729c8eb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d860245eb729c8eb","status":"passed","time":{"start":1724889579995,"stop":1724889579995,"duration":0}},{"uid":"e7a495f848c0cee2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e7a495f848c0cee2","status":"passed","time":{"start":1724888730127,"stop":1724888730127,"duration":0}},{"uid":"bc2d1693fa44283d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bc2d1693fa44283d","status":"passed","time":{"start":1724887883926,"stop":1724887883926,"duration":0}},{"uid":"9db0a861126aa5c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9db0a861126aa5c","status":"passed","time":{"start":1724886651244,"stop":1724886651244,"duration":0}},{"uid":"ca1b617019476e56","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ca1b617019476e56","status":"passed","time":{"start":1724886430267,"stop":1724886430268,"duration":1}},{"uid":"7786d70301153272","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7786d70301153272","status":"passed","time":{"start":1724861879167,"stop":1724861879167,"duration":0}},{"uid":"3a825090177011b7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3a825090177011b7","status":"passed","time":{"start":1724861345736,"stop":1724861345737,"duration":1}},{"uid":"1759a4a6228dae94","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1759a4a6228dae94","status":"passed","time":{"start":1724861186693,"stop":1724861186694,"duration":1}},{"uid":"34b84af2ddc01baf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/34b84af2ddc01baf","status":"passed","time":{"start":1724861034885,"stop":1724861034885,"duration":0}}]},"f60c3f2656a76e265fc3813fc4df424d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fd14f031fa4aabef","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fd14f031fa4aabef","status":"passed","time":{"start":1724922402863,"stop":1724922402863,"duration":0}},{"uid":"66bce97be4129864","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/66bce97be4129864","status":"passed","time":{"start":1724921065910,"stop":1724921065911,"duration":1}},{"uid":"f0758fc65eec3deb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f0758fc65eec3deb","status":"passed","time":{"start":1724921040947,"stop":1724921040948,"duration":1}},{"uid":"de69176a68dd0b14","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/de69176a68dd0b14","status":"passed","time":{"start":1724917701156,"stop":1724917701156,"duration":0}},{"uid":"8e5a5ac0cd2014ab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e5a5ac0cd2014ab","status":"passed","time":{"start":1724889479975,"stop":1724889479975,"duration":0}},{"uid":"1f3c54c698727f22","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1f3c54c698727f22","status":"passed","time":{"start":1724888630724,"stop":1724888630725,"duration":1}},{"uid":"f83d5ef27208ce0c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f83d5ef27208ce0c","status":"passed","time":{"start":1724887787006,"stop":1724887787007,"duration":1}},{"uid":"d29000daabb9bc9d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d29000daabb9bc9d","status":"passed","time":{"start":1724886553669,"stop":1724886553669,"duration":0}},{"uid":"8b4e6350e924591a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8b4e6350e924591a","status":"passed","time":{"start":1724886331492,"stop":1724886331493,"duration":1}},{"uid":"da71557949ed9096","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/da71557949ed9096","status":"passed","time":{"start":1724861780657,"stop":1724861780657,"duration":0}},{"uid":"b4a2736a1bb95207","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b4a2736a1bb95207","status":"passed","time":{"start":1724861251098,"stop":1724861251099,"duration":1}},{"uid":"cb07f4b6baed21a6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cb07f4b6baed21a6","status":"passed","time":{"start":1724861074808,"stop":1724861074809,"duration":1}},{"uid":"e2091c6761f68095","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e2091c6761f68095","status":"passed","time":{"start":1724860935672,"stop":1724860935672,"duration":0}}]},"04919de3c24af4ab7a168ad55e96b9a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b620e3cf85ee3c16","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b620e3cf85ee3c16","status":"passed","time":{"start":1724921475445,"stop":1724921475445,"duration":0}}]},"fe42336aa45b54fe09fa754c3b042804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ad0e8a591f60dac3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ad0e8a591f60dac3","status":"passed","time":{"start":1724922382329,"stop":1724922382330,"duration":1}},{"uid":"9544ac93a445c4e5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9544ac93a445c4e5","status":"passed","time":{"start":1724921045534,"stop":1724921045534,"duration":0}},{"uid":"ae592eff9cf54ce6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ae592eff9cf54ce6","status":"passed","time":{"start":1724921020727,"stop":1724921020728,"duration":1}},{"uid":"34997bfce8aa2353","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/34997bfce8aa2353","status":"passed","time":{"start":1724917681056,"stop":1724917681057,"duration":1}},{"uid":"d0a0209d51d41a30","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d0a0209d51d41a30","status":"passed","time":{"start":1724889459945,"stop":1724889459946,"duration":1}},{"uid":"d3c7861cc9d98188","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3c7861cc9d98188","status":"passed","time":{"start":1724888610538,"stop":1724888610539,"duration":1}},{"uid":"41c9a83868dfcd96","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/41c9a83868dfcd96","status":"passed","time":{"start":1724887766849,"stop":1724887766850,"duration":1}},{"uid":"ad55f4b2a4a382de","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ad55f4b2a4a382de","status":"passed","time":{"start":1724886533244,"stop":1724886533245,"duration":1}},{"uid":"3b171288492821bb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3b171288492821bb","status":"passed","time":{"start":1724886311091,"stop":1724886311092,"duration":1}},{"uid":"27cb067a4db65586","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/27cb067a4db65586","status":"passed","time":{"start":1724861760050,"stop":1724861760051,"duration":1}},{"uid":"4670c5b0b7ec2bf3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4670c5b0b7ec2bf3","status":"passed","time":{"start":1724861230831,"stop":1724861230831,"duration":0}},{"uid":"c0ae22c93b65ddd9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0ae22c93b65ddd9","status":"passed","time":{"start":1724861053405,"stop":1724861053406,"duration":1}},{"uid":"ad7ff6e532f80328","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ad7ff6e532f80328","status":"passed","time":{"start":1724860914746,"stop":1724860914746,"duration":0}}]},"1c21e5348e2b9d8926f3a4e76732886d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dbb9c52199ecd807","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dbb9c52199ecd807","status":"passed","time":{"start":1724862213681,"stop":1724862213681,"duration":0}}]},"cc02c1ebdac412500705156f7456092e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d42a03eb299e7ef8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d42a03eb299e7ef8","status":"passed","time":{"start":1724922485955,"stop":1724922485955,"duration":0}},{"uid":"4bca3b450984efe4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4bca3b450984efe4","status":"passed","time":{"start":1724921148663,"stop":1724921148663,"duration":0}},{"uid":"4a5f49e6237f5b6f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4a5f49e6237f5b6f","status":"passed","time":{"start":1724921125023,"stop":1724921125024,"duration":1}},{"uid":"19b129dab5b80408","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/19b129dab5b80408","status":"passed","time":{"start":1724917782910,"stop":1724917782910,"duration":0}},{"uid":"b8ee2cdf1864921a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8ee2cdf1864921a","status":"passed","time":{"start":1724889568678,"stop":1724889568679,"duration":1}},{"uid":"f30c42dc99b516b9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f30c42dc99b516b9","status":"passed","time":{"start":1724888712709,"stop":1724888712709,"duration":0}},{"uid":"6e500fd041942e49","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6e500fd041942e49","status":"passed","time":{"start":1724887870879,"stop":1724887870880,"duration":1}},{"uid":"b340dabe8aedfdf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b340dabe8aedfdf","status":"passed","time":{"start":1724886637707,"stop":1724886637707,"duration":0}},{"uid":"e29c49086902f806","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e29c49086902f806","status":"passed","time":{"start":1724886418626,"stop":1724886418626,"duration":0}},{"uid":"9d234b6f558202bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9d234b6f558202bd","status":"passed","time":{"start":1724861865559,"stop":1724861865559,"duration":0}},{"uid":"ebc57cf9c5a358e8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ebc57cf9c5a358e8","status":"passed","time":{"start":1724861334265,"stop":1724861334265,"duration":0}},{"uid":"9fbd0efc44ba90f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9fbd0efc44ba90f","status":"passed","time":{"start":1724861163783,"stop":1724861163784,"duration":1}},{"uid":"dec4cbc48dff9ea3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dec4cbc48dff9ea3","status":"passed","time":{"start":1724861021893,"stop":1724861021893,"duration":0}}]},"b0e8c8db496dfaa6ecb24b0e9ed26892:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6e47804b3ec4e75c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e47804b3ec4e75c","status":"passed","time":{"start":1724889171933,"stop":1724889171934,"duration":1}}]},"0806f79758b620626d6e88fcb0147704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cef50c0b19f5cefc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cef50c0b19f5cefc","status":"passed","time":{"start":1724922853921,"stop":1724922853922,"duration":1}},{"uid":"c1f0804d1483cf01","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c1f0804d1483cf01","status":"passed","time":{"start":1724921529588,"stop":1724921529588,"duration":0}},{"uid":"8a95e29644781237","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8a95e29644781237","status":"passed","time":{"start":1724921488882,"stop":1724921488882,"duration":0}},{"uid":"2fddf901787aaf74","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2fddf901787aaf74","status":"passed","time":{"start":1724918203688,"stop":1724918203689,"duration":1}},{"uid":"1b36ceb67ebc6b06","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1b36ceb67ebc6b06","status":"passed","time":{"start":1724889938364,"stop":1724889938365,"duration":1}},{"uid":"3c5b8d7e4a139d3c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c5b8d7e4a139d3c","status":"passed","time":{"start":1724889077068,"stop":1724889077068,"duration":0}},{"uid":"7e984f338642c915","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7e984f338642c915","status":"passed","time":{"start":1724888268038,"stop":1724888268038,"duration":0}},{"uid":"b922b7962ab2c2ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b922b7962ab2c2ba","status":"passed","time":{"start":1724887032411,"stop":1724887032411,"duration":0}},{"uid":"9f16ebb10401d01a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9f16ebb10401d01a","status":"passed","time":{"start":1724886822824,"stop":1724886822824,"duration":0}},{"uid":"6f5331f3006ad4aa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6f5331f3006ad4aa","status":"passed","time":{"start":1724862233514,"stop":1724862233514,"duration":0}},{"uid":"26ff026cc09745e5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/26ff026cc09745e5","status":"passed","time":{"start":1724861712672,"stop":1724861712673,"duration":1}},{"uid":"4eeba24c7923e2bb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4eeba24c7923e2bb","status":"passed","time":{"start":1724861567892,"stop":1724861567892,"duration":0}},{"uid":"205a96b43f479db9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/205a96b43f479db9","status":"passed","time":{"start":1724861392056,"stop":1724861392057,"duration":1}}]},"b6f12245ee8ad6591d4b1a4513cf0551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4a4141521ff1c5b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4a4141521ff1c5b","status":"passed","time":{"start":1724922845245,"stop":1724922845246,"duration":1}},{"uid":"c1d8151468e3b86c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c1d8151468e3b86c","status":"passed","time":{"start":1724921515228,"stop":1724921515228,"duration":0}},{"uid":"a4e7b57d66cf1084","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a4e7b57d66cf1084","status":"passed","time":{"start":1724921475447,"stop":1724921475447,"duration":0}},{"uid":"d2153a599d601eef","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d2153a599d601eef","status":"passed","time":{"start":1724918179402,"stop":1724918179402,"duration":0}},{"uid":"48d21cec0d73ca48","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/48d21cec0d73ca48","status":"passed","time":{"start":1724889935342,"stop":1724889935342,"duration":0}},{"uid":"ed522418672da74e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ed522418672da74e","status":"passed","time":{"start":1724889072755,"stop":1724889072755,"duration":0}},{"uid":"ebc73e6eb1226566","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ebc73e6eb1226566","status":"passed","time":{"start":1724888232417,"stop":1724888232417,"duration":0}},{"uid":"d967c86548ee9eea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d967c86548ee9eea","status":"passed","time":{"start":1724887018304,"stop":1724887018304,"duration":0}},{"uid":"24c673a9d6957742","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/24c673a9d6957742","status":"passed","time":{"start":1724886781481,"stop":1724886781481,"duration":0}},{"uid":"f9f8e634099900be","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9f8e634099900be","status":"passed","time":{"start":1724862213664,"stop":1724862213664,"duration":0}},{"uid":"242aad4f92cb6125","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/242aad4f92cb6125","status":"passed","time":{"start":1724861685857,"stop":1724861685857,"duration":0}},{"uid":"543d3e36d626c606","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/543d3e36d626c606","status":"passed","time":{"start":1724861546179,"stop":1724861546179,"duration":0}},{"uid":"94703c739a7133bf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/94703c739a7133bf","status":"passed","time":{"start":1724861378112,"stop":1724861378113,"duration":1}}]},"21ac7be05647be275ce4bd5cfdc070c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a96fc9eafa38e91","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a96fc9eafa38e91","status":"passed","time":{"start":1724922966704,"stop":1724922966705,"duration":1}},{"uid":"d339dc6e3f9200d2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d339dc6e3f9200d2","status":"passed","time":{"start":1724921640663,"stop":1724921640664,"duration":1}},{"uid":"90f84ec3075a3fb8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/90f84ec3075a3fb8","status":"passed","time":{"start":1724921597587,"stop":1724921597594,"duration":7}},{"uid":"c912b550470b3792","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c912b550470b3792","status":"passed","time":{"start":1724918306249,"stop":1724918306249,"duration":0}},{"uid":"9dae8017722a5f74","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9dae8017722a5f74","status":"passed","time":{"start":1724890060300,"stop":1724890060300,"duration":0}},{"uid":"dde3b4adc37c3b15","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dde3b4adc37c3b15","status":"passed","time":{"start":1724889191328,"stop":1724889191328,"duration":0}},{"uid":"2c57406daff358ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2c57406daff358ba","status":"passed","time":{"start":1724888368606,"stop":1724888368607,"duration":1}},{"uid":"4d5891e9a6fef3ce","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4d5891e9a6fef3ce","status":"passed","time":{"start":1724887150940,"stop":1724887150940,"duration":0}},{"uid":"d457035ee951ed79","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d457035ee951ed79","status":"passed","time":{"start":1724886928811,"stop":1724886928811,"duration":0}},{"uid":"7eb28730d3578079","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7eb28730d3578079","status":"passed","time":{"start":1724862346041,"stop":1724862346043,"duration":2}},{"uid":"41fd469ed026e9d1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/41fd469ed026e9d1","status":"passed","time":{"start":1724861823100,"stop":1724861823100,"duration":0}},{"uid":"487d132cd5f5ef5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/487d132cd5f5ef5","status":"passed","time":{"start":1724861677723,"stop":1724861677723,"duration":0}},{"uid":"b70416e15f6d4c79","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b70416e15f6d4c79","status":"passed","time":{"start":1724861503959,"stop":1724861503959,"duration":0}}]},"9dfe87826a2bcbe9891e6b17b5820f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ab75d6009b0532cc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ab75d6009b0532cc","status":"passed","time":{"start":1724922388047,"stop":1724922388047,"duration":0}},{"uid":"d7f136290a5ead37","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d7f136290a5ead37","status":"passed","time":{"start":1724921051055,"stop":1724921051055,"duration":0}},{"uid":"85e5ad2ead5cd112","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/85e5ad2ead5cd112","status":"passed","time":{"start":1724921026360,"stop":1724921026360,"duration":0}},{"uid":"6b5a0d04e64cd6e5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6b5a0d04e64cd6e5","status":"passed","time":{"start":1724917686539,"stop":1724917686539,"duration":0}},{"uid":"38dd01046ca6cc85","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/38dd01046ca6cc85","status":"passed","time":{"start":1724889465469,"stop":1724889465469,"duration":0}},{"uid":"b692f98919e329ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b692f98919e329ba","status":"passed","time":{"start":1724888616210,"stop":1724888616211,"duration":1}},{"uid":"5665cc65717f70a0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5665cc65717f70a0","status":"passed","time":{"start":1724887772447,"stop":1724887772447,"duration":0}},{"uid":"ecd40ad80ccc0d39","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ecd40ad80ccc0d39","status":"passed","time":{"start":1724886538858,"stop":1724886538858,"duration":0}},{"uid":"fe947b1f26a3b1e7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fe947b1f26a3b1e7","status":"passed","time":{"start":1724886316625,"stop":1724886316625,"duration":0}},{"uid":"d474e1a8c4a92b19","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d474e1a8c4a92b19","status":"passed","time":{"start":1724861765761,"stop":1724861765761,"duration":0}},{"uid":"a6344e70bfe0511d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a6344e70bfe0511d","status":"passed","time":{"start":1724861236571,"stop":1724861236571,"duration":0}},{"uid":"bfd0bf82b1a19079","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bfd0bf82b1a19079","status":"passed","time":{"start":1724861059469,"stop":1724861059469,"duration":0}},{"uid":"f7588d962c66c485","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f7588d962c66c485","status":"passed","time":{"start":1724860920724,"stop":1724860920724,"duration":0}}]},"29ff9505963d9ab5217f0cc8ee5a3659:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"67d9b458033f401c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/67d9b458033f401c","status":"passed","time":{"start":1724922647830,"stop":1724922647831,"duration":1}},{"uid":"e31964344df6de97","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e31964344df6de97","status":"passed","time":{"start":1724921300786,"stop":1724921300787,"duration":1}},{"uid":"cb48db2d42b59088","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cb48db2d42b59088","status":"passed","time":{"start":1724921280713,"stop":1724921280714,"duration":1}},{"uid":"3a18c1816667b96e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3a18c1816667b96e","status":"passed","time":{"start":1724917963259,"stop":1724917963261,"duration":2}},{"uid":"5fa54898de61196","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5fa54898de61196","status":"passed","time":{"start":1724889734117,"stop":1724889734118,"duration":1}},{"uid":"ccce3dd448145ee9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ccce3dd448145ee9","status":"passed","time":{"start":1724888859614,"stop":1724888859614,"duration":0}},{"uid":"8338254983dd6f93","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8338254983dd6f93","status":"passed","time":{"start":1724888053951,"stop":1724888053951,"duration":0}},{"uid":"feaa744f7694667c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/feaa744f7694667c","status":"passed","time":{"start":1724886820675,"stop":1724886820676,"duration":1}},{"uid":"b1215e3e2fa55905","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b1215e3e2fa55905","status":"passed","time":{"start":1724886589264,"stop":1724886589265,"duration":1}},{"uid":"bbd2b7bfc7b46f18","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bbd2b7bfc7b46f18","status":"passed","time":{"start":1724862027791,"stop":1724862027791,"duration":0}},{"uid":"def9c227804bf14e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/def9c227804bf14e","status":"passed","time":{"start":1724861484558,"stop":1724861484558,"duration":0}},{"uid":"90db6e9e0c701243","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/90db6e9e0c701243","status":"passed","time":{"start":1724861315156,"stop":1724861315156,"duration":0}},{"uid":"44fe9f8f0744bc82","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/44fe9f8f0744bc82","status":"passed","time":{"start":1724861168754,"stop":1724861168754,"duration":0}}]},"c07a05bb95930eb974a35f473152c50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1cec41a743122379","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1cec41a743122379","status":"passed","time":{"start":1724923012473,"stop":1724923012473,"duration":0}},{"uid":"2bc4bfce2d4b5024","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2bc4bfce2d4b5024","status":"passed","time":{"start":1724921625079,"stop":1724921625079,"duration":0}},{"uid":"ec49c7ac05d125bc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ec49c7ac05d125bc","status":"passed","time":{"start":1724921590503,"stop":1724921590503,"duration":0}},{"uid":"27417df4202f29a2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/27417df4202f29a2","status":"passed","time":{"start":1724918287571,"stop":1724918287571,"duration":0}},{"uid":"d51a45349c71cf21","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d51a45349c71cf21","status":"passed","time":{"start":1724890047796,"stop":1724890047796,"duration":0}},{"uid":"e73ea537bb58b92e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e73ea537bb58b92e","status":"passed","time":{"start":1724889183929,"stop":1724889183930,"duration":1}},{"uid":"f1f3ed369fc53d6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f1f3ed369fc53d6","status":"passed","time":{"start":1724888354177,"stop":1724888354177,"duration":0}},{"uid":"e9f6d5843e12ab08","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e9f6d5843e12ab08","status":"passed","time":{"start":1724887145697,"stop":1724887145699,"duration":2}},{"uid":"c15880036b447d89","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c15880036b447d89","status":"passed","time":{"start":1724886915793,"stop":1724886915793,"duration":0}},{"uid":"815b37e2351386a8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/815b37e2351386a8","status":"passed","time":{"start":1724862341457,"stop":1724862341457,"duration":0}},{"uid":"7385d781998a2bb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7385d781998a2bb","status":"passed","time":{"start":1724861805455,"stop":1724861805456,"duration":1}},{"uid":"5fcf088e29396c32","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5fcf088e29396c32","status":"passed","time":{"start":1724861662292,"stop":1724861662292,"duration":0}},{"uid":"5e5c6cef7b0d29a4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5e5c6cef7b0d29a4","status":"passed","time":{"start":1724861492521,"stop":1724861492521,"duration":0}}]},"211487825b98a5c536c4e3618a24d601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a3c3a10d741fd3fe","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a3c3a10d741fd3fe","status":"passed","time":{"start":1724922845233,"stop":1724922845234,"duration":1}},{"uid":"73b182a5cd16618c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/73b182a5cd16618c","status":"passed","time":{"start":1724921515219,"stop":1724921515220,"duration":1}},{"uid":"e9c409a6adc8339f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e9c409a6adc8339f","status":"passed","time":{"start":1724921475437,"stop":1724921475437,"duration":0}},{"uid":"89cfdaaedd7c6c86","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/89cfdaaedd7c6c86","status":"passed","time":{"start":1724918179378,"stop":1724918179379,"duration":1}},{"uid":"cdd5fe10614175a4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cdd5fe10614175a4","status":"passed","time":{"start":1724889935333,"stop":1724889935333,"duration":0}},{"uid":"fdce289f469022de","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fdce289f469022de","status":"passed","time":{"start":1724889072746,"stop":1724889072746,"duration":0}},{"uid":"cf5bc93120cf8d8b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf5bc93120cf8d8b","status":"passed","time":{"start":1724888232407,"stop":1724888232408,"duration":1}},{"uid":"48f54fac2e58bb4b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/48f54fac2e58bb4b","status":"passed","time":{"start":1724887018287,"stop":1724887018287,"duration":0}},{"uid":"84921ddd45c6f9eb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/84921ddd45c6f9eb","status":"passed","time":{"start":1724886781472,"stop":1724886781472,"duration":0}},{"uid":"151ca8d0cffc11a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/151ca8d0cffc11a9","status":"passed","time":{"start":1724862213655,"stop":1724862213655,"duration":0}},{"uid":"2dbfd5499c72508a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2dbfd5499c72508a","status":"passed","time":{"start":1724861685848,"stop":1724861685848,"duration":0}},{"uid":"9ad30415af43ce01","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9ad30415af43ce01","status":"passed","time":{"start":1724861546163,"stop":1724861546163,"duration":0}},{"uid":"374c06282cc2514f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/374c06282cc2514f","status":"passed","time":{"start":1724861378103,"stop":1724861378104,"duration":1}}]},"33b5bec2684de13eb96a6163e715d50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"26164a51cdbd0632","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/26164a51cdbd0632","status":"passed","time":{"start":1724888345350,"stop":1724888345350,"duration":0}}]},"9fc3bae4b09e48d84c987b1526dcdb82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"af002a9e604dcb80","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/af002a9e604dcb80","status":"passed","time":{"start":1724923012460,"stop":1724923012460,"duration":0}},{"uid":"3b38ed6a5095ff0e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3b38ed6a5095ff0e","status":"passed","time":{"start":1724921625038,"stop":1724921625039,"duration":1}},{"uid":"821f6c2bcf9e1667","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/821f6c2bcf9e1667","status":"passed","time":{"start":1724921590482,"stop":1724921590484,"duration":2}},{"uid":"80816f684b573e51","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/80816f684b573e51","status":"passed","time":{"start":1724918287560,"stop":1724918287560,"duration":0}},{"uid":"e819a9ac713084e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e819a9ac713084e1","status":"passed","time":{"start":1724890047783,"stop":1724890047783,"duration":0}},{"uid":"944ad731f614872a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/944ad731f614872a","status":"passed","time":{"start":1724889183916,"stop":1724889183916,"duration":0}},{"uid":"4896cca2d334c8a3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4896cca2d334c8a3","status":"passed","time":{"start":1724888354160,"stop":1724888354161,"duration":1}},{"uid":"7d4c30012e3d2186","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7d4c30012e3d2186","status":"passed","time":{"start":1724887145652,"stop":1724887145652,"duration":0}},{"uid":"dee52427b575c3d9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dee52427b575c3d9","status":"passed","time":{"start":1724886915777,"stop":1724886915777,"duration":0}},{"uid":"80e227e4bd417e32","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80e227e4bd417e32","status":"passed","time":{"start":1724862341433,"stop":1724862341433,"duration":0}},{"uid":"6599db898dd01a23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6599db898dd01a23","status":"passed","time":{"start":1724861805435,"stop":1724861805436,"duration":1}},{"uid":"6c3b85c7f9c87f62","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6c3b85c7f9c87f62","status":"passed","time":{"start":1724861662242,"stop":1724861662244,"duration":2}},{"uid":"85d4b659b0b9166f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/85d4b659b0b9166f","status":"passed","time":{"start":1724861492504,"stop":1724861492504,"duration":0}}]},"a7a00757f0ec4bb04d75455bebaaa4f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bae0c2b6c273bf6a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bae0c2b6c273bf6a","status":"passed","time":{"start":1724922611433,"stop":1724922611433,"duration":0}},{"uid":"691e46d429eb9433","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/691e46d429eb9433","status":"passed","time":{"start":1724921270355,"stop":1724921270355,"duration":0}},{"uid":"83c8dd0af250e6a3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/83c8dd0af250e6a3","status":"passed","time":{"start":1724921247816,"stop":1724921247816,"duration":0}},{"uid":"d9ea21e7c882379d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d9ea21e7c882379d","status":"passed","time":{"start":1724917989816,"stop":1724917989816,"duration":0}},{"uid":"469a328440733287","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/469a328440733287","status":"passed","time":{"start":1724889678549,"stop":1724889678549,"duration":0}},{"uid":"af1bd90dca0af293","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/af1bd90dca0af293","status":"passed","time":{"start":1724888829840,"stop":1724888829841,"duration":1}},{"uid":"6f2deb42a9e90cf5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6f2deb42a9e90cf5","status":"passed","time":{"start":1724888077001,"stop":1724888077002,"duration":1}},{"uid":"6a27eb1dedb57e82","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a27eb1dedb57e82","status":"passed","time":{"start":1724886851123,"stop":1724886851124,"duration":1}},{"uid":"26232ca590700a7b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/26232ca590700a7b","status":"passed","time":{"start":1724886647105,"stop":1724886647109,"duration":4}},{"uid":"4fa7d5372f7f5163","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4fa7d5372f7f5163","status":"passed","time":{"start":1724861992711,"stop":1724861992712,"duration":1}},{"uid":"4e8a584093495857","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4e8a584093495857","status":"passed","time":{"start":1724861469640,"stop":1724861469640,"duration":0}},{"uid":"7599d7c97c19647c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7599d7c97c19647c","status":"passed","time":{"start":1724861284855,"stop":1724861284856,"duration":1}},{"uid":"de67d584a03cccf4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/de67d584a03cccf4","status":"passed","time":{"start":1724861145800,"stop":1724861145803,"duration":3}}]},"e2e3acc9f8f16a5f0955c2df97fad1dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"35391c24861b31a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/35391c24861b31a6","status":"passed","time":{"start":1724890039743,"stop":1724890039744,"duration":1}}]},"bccf6825a28f76166674708b393f8e58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"bdb8aa222f5c99c8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bdb8aa222f5c99c8","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922887534,"stop":1724922887534,"duration":0}},{"uid":"ea8d07059b4daa4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ea8d07059b4daa4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921564784,"stop":1724921564784,"duration":0}},{"uid":"906a354cde951939","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/906a354cde951939","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921518832,"stop":1724921518832,"duration":0}},{"uid":"aab8c118e5bd5c1c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/aab8c118e5bd5c1c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918229408,"stop":1724918229408,"duration":0}},{"uid":"1ab976e01b5a2882","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1ab976e01b5a2882","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889980708,"stop":1724889980709,"duration":1}},{"uid":"7e87a52ef4072d57","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e87a52ef4072d57","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889111185,"stop":1724889111185,"duration":0}},{"uid":"e9aa187ee635a5ce","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e9aa187ee635a5ce","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888292549,"stop":1724888292549,"duration":0}},{"uid":"5d29dd8aa3e4a6a3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5d29dd8aa3e4a6a3","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887068234,"stop":1724887068234,"duration":0}},{"uid":"8bbf706ae161c28c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8bbf706ae161c28c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886848943,"stop":1724886848943,"duration":0}},{"uid":"5203db00e277a6aa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5203db00e277a6aa","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862262058,"stop":1724862262058,"duration":0}},{"uid":"b0ae70028f3c9bad","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b0ae70028f3c9bad","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861741900,"stop":1724861741900,"duration":0}},{"uid":"32183546428d51aa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/32183546428d51aa","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861599504,"stop":1724861599505,"duration":1}},{"uid":"2311ae1cf893689f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2311ae1cf893689f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861428482,"stop":1724861428483,"duration":1}}]},"464bd2fa3ed7175815533f64c4287d07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"28a14b166bc2e2b3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/28a14b166bc2e2b3","status":"passed","time":{"start":1724922601857,"stop":1724922601857,"duration":0}},{"uid":"141d2d31997f5821","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/141d2d31997f5821","status":"passed","time":{"start":1724921267881,"stop":1724921267881,"duration":0}},{"uid":"54611c32c9af7067","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/54611c32c9af7067","status":"passed","time":{"start":1724921244399,"stop":1724921244399,"duration":0}},{"uid":"d7c8053b9b624dc1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d7c8053b9b624dc1","status":"passed","time":{"start":1724917916060,"stop":1724917916060,"duration":0}},{"uid":"61f43b2bc05cc503","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/61f43b2bc05cc503","status":"passed","time":{"start":1724889678261,"stop":1724889678261,"duration":0}},{"uid":"2564646d23ebcab6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2564646d23ebcab6","status":"passed","time":{"start":1724888831690,"stop":1724888831690,"duration":0}},{"uid":"3a3a60acd2f3e9e7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3a3a60acd2f3e9e7","status":"passed","time":{"start":1724888003325,"stop":1724888003325,"duration":0}},{"uid":"4401ca8785f90cc2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4401ca8785f90cc2","status":"passed","time":{"start":1724886776615,"stop":1724886776615,"duration":0}},{"uid":"8093c3ae53aa5f36","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8093c3ae53aa5f36","status":"passed","time":{"start":1724886555803,"stop":1724886555804,"duration":1}},{"uid":"78610fef0ad80e31","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/78610fef0ad80e31","status":"passed","time":{"start":1724861983016,"stop":1724861983016,"duration":0}},{"uid":"5c2c61d5dc31de85","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5c2c61d5dc31de85","status":"passed","time":{"start":1724861444072,"stop":1724861444072,"duration":0}},{"uid":"b25b4a13714f7765","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b25b4a13714f7765","status":"passed","time":{"start":1724861285840,"stop":1724861285840,"duration":0}},{"uid":"7c4aa6a608cc06b8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7c4aa6a608cc06b8","status":"passed","time":{"start":1724861145677,"stop":1724861145678,"duration":1}}]},"e53f43f60baf671eddde255c84a4f120:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b5a5fffa779e6f2d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b5a5fffa779e6f2d","status":"passed","time":{"start":1724922398921,"stop":1724922398921,"duration":0}},{"uid":"38ec66aa359c4291","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/38ec66aa359c4291","status":"passed","time":{"start":1724921061849,"stop":1724921061849,"duration":0}},{"uid":"5931d064611032e8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5931d064611032e8","status":"passed","time":{"start":1724921037158,"stop":1724921037158,"duration":0}},{"uid":"cdcefacb2de1f42a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cdcefacb2de1f42a","status":"passed","time":{"start":1724917697302,"stop":1724917697302,"duration":0}},{"uid":"5735b0c2adeb3d99","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5735b0c2adeb3d99","status":"passed","time":{"start":1724889476084,"stop":1724889476084,"duration":0}},{"uid":"888c04df8ee2cbad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/888c04df8ee2cbad","status":"passed","time":{"start":1724888626888,"stop":1724888626888,"duration":0}},{"uid":"3d2901031cbbfcf2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3d2901031cbbfcf2","status":"passed","time":{"start":1724887783109,"stop":1724887783109,"duration":0}},{"uid":"f4f32d7bf9918c82","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f4f32d7bf9918c82","status":"passed","time":{"start":1724886549920,"stop":1724886549920,"duration":0}},{"uid":"d29f4d00d86d9c9c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d29f4d00d86d9c9c","status":"passed","time":{"start":1724886327581,"stop":1724886327582,"duration":1}},{"uid":"6aae4855aebc5e1a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6aae4855aebc5e1a","status":"passed","time":{"start":1724861776807,"stop":1724861776807,"duration":0}},{"uid":"ed93cbd372eca5fd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ed93cbd372eca5fd","status":"passed","time":{"start":1724861247299,"stop":1724861247300,"duration":1}},{"uid":"68571388ebe658e3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/68571388ebe658e3","status":"passed","time":{"start":1724861071395,"stop":1724861071395,"duration":0}},{"uid":"2ffca6faec868aba","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2ffca6faec868aba","status":"passed","time":{"start":1724860931795,"stop":1724860931795,"duration":0}}]},"c27743d50e7283fa2200db62d4ec5db5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c00a4314ef8d39e2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c00a4314ef8d39e2","status":"passed","time":{"start":1724922402863,"stop":1724922402863,"duration":0}},{"uid":"23449d9e4a8ee0dc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/23449d9e4a8ee0dc","status":"passed","time":{"start":1724921065910,"stop":1724921065910,"duration":0}},{"uid":"132cf832fd046ce7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/132cf832fd046ce7","status":"passed","time":{"start":1724921040947,"stop":1724921040947,"duration":0}},{"uid":"1603b0c80384127","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1603b0c80384127","status":"passed","time":{"start":1724917701156,"stop":1724917701156,"duration":0}},{"uid":"fd50182dd32ceac2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fd50182dd32ceac2","status":"passed","time":{"start":1724889479975,"stop":1724889479975,"duration":0}},{"uid":"e76a46d351972a1a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e76a46d351972a1a","status":"passed","time":{"start":1724888630724,"stop":1724888630724,"duration":0}},{"uid":"f04a2a514618f0ac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f04a2a514618f0ac","status":"passed","time":{"start":1724887787006,"stop":1724887787006,"duration":0}},{"uid":"70a04322924409ec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/70a04322924409ec","status":"passed","time":{"start":1724886553669,"stop":1724886553669,"duration":0}},{"uid":"5a3781bb07453c95","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5a3781bb07453c95","status":"passed","time":{"start":1724886331492,"stop":1724886331492,"duration":0}},{"uid":"3545a01af44008c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3545a01af44008c","status":"passed","time":{"start":1724861780656,"stop":1724861780657,"duration":1}},{"uid":"3744381acf073ba0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3744381acf073ba0","status":"passed","time":{"start":1724861251098,"stop":1724861251098,"duration":0}},{"uid":"abede2d90880305a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/abede2d90880305a","status":"passed","time":{"start":1724861074808,"stop":1724861074808,"duration":0}},{"uid":"ec8ba9a3405804ed","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ec8ba9a3405804ed","status":"passed","time":{"start":1724860935671,"stop":1724860935671,"duration":0}}]},"e3e69822ffaaf2ef0241d97401928ac1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2c810151d293768d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2c810151d293768d","status":"passed","time":{"start":1724922853912,"stop":1724922853912,"duration":0}},{"uid":"23d9a2e88dcc4fbe","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/23d9a2e88dcc4fbe","status":"passed","time":{"start":1724921529576,"stop":1724921529577,"duration":1}},{"uid":"b645ee60ec4200ee","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b645ee60ec4200ee","status":"passed","time":{"start":1724921488875,"stop":1724921488875,"duration":0}},{"uid":"3f13b1fecb80df86","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3f13b1fecb80df86","status":"passed","time":{"start":1724918203677,"stop":1724918203677,"duration":0}},{"uid":"11d1b30ab14dae79","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/11d1b30ab14dae79","status":"passed","time":{"start":1724889938354,"stop":1724889938355,"duration":1}},{"uid":"fbd685322722ccde","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fbd685322722ccde","status":"passed","time":{"start":1724889077050,"stop":1724889077058,"duration":8}},{"uid":"31bd704824713d01","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/31bd704824713d01","status":"passed","time":{"start":1724888268011,"stop":1724888268011,"duration":0}},{"uid":"fe731348280f0e43","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fe731348280f0e43","status":"passed","time":{"start":1724887032393,"stop":1724887032394,"duration":1}},{"uid":"1c8c4a2b2ddc7fcc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1c8c4a2b2ddc7fcc","status":"passed","time":{"start":1724886822788,"stop":1724886822788,"duration":0}},{"uid":"2649c94e9ae06a6c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2649c94e9ae06a6c","status":"passed","time":{"start":1724862233505,"stop":1724862233506,"duration":1}},{"uid":"b4b151fdb4a87f29","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b4b151fdb4a87f29","status":"passed","time":{"start":1724861712666,"stop":1724861712666,"duration":0}},{"uid":"50db50bbf1def7ba","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/50db50bbf1def7ba","status":"passed","time":{"start":1724861567884,"stop":1724861567884,"duration":0}},{"uid":"b1bfc9f4a62fe65a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b1bfc9f4a62fe65a","status":"passed","time":{"start":1724861392041,"stop":1724861392041,"duration":0}}]},"abac5b7cf6154cb41131e30fbdef2abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3c8ec453f4ce9112","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3c8ec453f4ce9112","status":"passed","time":{"start":1724923012482,"stop":1724923012482,"duration":0}},{"uid":"50e30b36a505f008","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/50e30b36a505f008","status":"passed","time":{"start":1724921625093,"stop":1724921625093,"duration":0}},{"uid":"def61ffc6e0d4f17","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/def61ffc6e0d4f17","status":"passed","time":{"start":1724921590512,"stop":1724921590512,"duration":0}},{"uid":"7a53f7bd6155d067","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7a53f7bd6155d067","status":"passed","time":{"start":1724918287578,"stop":1724918287578,"duration":0}},{"uid":"fd3ba0e12638f3d0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fd3ba0e12638f3d0","status":"passed","time":{"start":1724890047804,"stop":1724890047804,"duration":0}},{"uid":"419924be6dfc9493","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/419924be6dfc9493","status":"passed","time":{"start":1724889183949,"stop":1724889183949,"duration":0}},{"uid":"2fdae942c5536e06","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2fdae942c5536e06","status":"passed","time":{"start":1724888354188,"stop":1724888354189,"duration":1}},{"uid":"a10404e9bb92a905","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a10404e9bb92a905","status":"passed","time":{"start":1724887145731,"stop":1724887145731,"duration":0}},{"uid":"d43f56f6558e4d43","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d43f56f6558e4d43","status":"passed","time":{"start":1724886915810,"stop":1724886915810,"duration":0}},{"uid":"1e9abefb91d79aba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1e9abefb91d79aba","status":"passed","time":{"start":1724862341467,"stop":1724862341467,"duration":0}},{"uid":"2c8b2d9e73d3f5c8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2c8b2d9e73d3f5c8","status":"passed","time":{"start":1724861805472,"stop":1724861805473,"duration":1}},{"uid":"1bc8ed5cacf96988","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1bc8ed5cacf96988","status":"passed","time":{"start":1724861662301,"stop":1724861662301,"duration":0}},{"uid":"5207cddfe7dad946","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5207cddfe7dad946","status":"passed","time":{"start":1724861492529,"stop":1724861492530,"duration":1}}]},"2663ca283377bc1a05d7cf15aba2d7ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2ffac1f6a799a5b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2ffac1f6a799a5b","status":"passed","time":{"start":1724922436971,"stop":1724922436972,"duration":1}},{"uid":"c7ce589f46dba351","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c7ce589f46dba351","status":"passed","time":{"start":1724921099697,"stop":1724921099698,"duration":1}},{"uid":"e6eb260d13a9776c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e6eb260d13a9776c","status":"passed","time":{"start":1724921074389,"stop":1724921074389,"duration":0}},{"uid":"894ac85621396a3a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/894ac85621396a3a","status":"passed","time":{"start":1724917735274,"stop":1724917735274,"duration":0}},{"uid":"4020668f1d68fc12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4020668f1d68fc12","status":"passed","time":{"start":1724889517449,"stop":1724889517449,"duration":0}},{"uid":"13f1b5788cac7703","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/13f1b5788cac7703","status":"passed","time":{"start":1724888662629,"stop":1724888662630,"duration":1}},{"uid":"246a0d0569d24d48","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/246a0d0569d24d48","status":"passed","time":{"start":1724887821329,"stop":1724887821329,"duration":0}},{"uid":"c9fd3932794f302c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c9fd3932794f302c","status":"passed","time":{"start":1724886588482,"stop":1724886588482,"duration":0}},{"uid":"10f613af23be3dd7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/10f613af23be3dd7","status":"passed","time":{"start":1724886365757,"stop":1724886365763,"duration":6}},{"uid":"cda479d4932bddcb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cda479d4932bddcb","status":"passed","time":{"start":1724861814960,"stop":1724861814960,"duration":0}},{"uid":"efa1b243621bf767","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/efa1b243621bf767","status":"passed","time":{"start":1724861282669,"stop":1724861282669,"duration":0}},{"uid":"cd89fb7d68085232","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cd89fb7d68085232","status":"passed","time":{"start":1724861111682,"stop":1724861111683,"duration":1}},{"uid":"bcd0d2304bad5af5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bcd0d2304bad5af5","status":"passed","time":{"start":1724860971173,"stop":1724860971173,"duration":0}}]},"911d832579f9149212c18fb43005771d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6ff6a81f42e65487","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6ff6a81f42e65487","status":"passed","time":{"start":1724861655168,"stop":1724861655173,"duration":5}}]},"6552759d78c73700ce66152f8b61ac99:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"948a3fa87bd62611","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/948a3fa87bd62611","status":"passed","time":{"start":1724886906382,"stop":1724886906383,"duration":1}}]},"b41458f3da59ef65c55b34a60d1dc0af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ec578c7e168f468d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ec578c7e168f468d","status":"passed","time":{"start":1724886906378,"stop":1724886906379,"duration":1}}]},"989fd1472b9f60fd9198b6a34b8103a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7f7eb2f43f16d828","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7f7eb2f43f16d828","status":"passed","time":{"start":1724918298099,"stop":1724918298100,"duration":1}}]},"f23d7e5cb03fc92e4b9fc18cd0860ec9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"558d1029215824c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/558d1029215824c","status":"passed","time":{"start":1724921556058,"stop":1724921556059,"duration":1}}]},"91a674fc7eb496bb64460726ddebd280:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8d5751b956398e71","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8d5751b956398e71","status":"passed","time":{"start":1724888336463,"stop":1724888336464,"duration":1}}]},"82fe2982324d66d122f3aa38a7cf4bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3ecaa212b25b6600","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3ecaa212b25b6600","status":"passed","time":{"start":1724922374686,"stop":1724922374687,"duration":1}},{"uid":"d64c18074186ffcf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d64c18074186ffcf","status":"passed","time":{"start":1724921037648,"stop":1724921037648,"duration":0}},{"uid":"3155ebf075f05c0b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3155ebf075f05c0b","status":"passed","time":{"start":1724921013060,"stop":1724921013061,"duration":1}},{"uid":"ec2bd38ee9c0e4d8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ec2bd38ee9c0e4d8","status":"passed","time":{"start":1724917673301,"stop":1724917673302,"duration":1}},{"uid":"e0fca5819844c892","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e0fca5819844c892","status":"passed","time":{"start":1724889452321,"stop":1724889452322,"duration":1}},{"uid":"f67955dd26871fc8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f67955dd26871fc8","status":"passed","time":{"start":1724888602853,"stop":1724888602853,"duration":0}},{"uid":"28ba4030b228047a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/28ba4030b228047a","status":"passed","time":{"start":1724887759174,"stop":1724887759174,"duration":0}},{"uid":"1164bd07634e6565","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1164bd07634e6565","status":"passed","time":{"start":1724886525553,"stop":1724886525553,"duration":0}},{"uid":"24b8ef3dd3a42d2c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/24b8ef3dd3a42d2c","status":"passed","time":{"start":1724886303408,"stop":1724886303408,"duration":0}},{"uid":"b386e8cb6ba35cfb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b386e8cb6ba35cfb","status":"passed","time":{"start":1724861752240,"stop":1724861752241,"duration":1}},{"uid":"9e9ef66474951703","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9e9ef66474951703","status":"passed","time":{"start":1724861223365,"stop":1724861223365,"duration":0}},{"uid":"acb533d29735d44d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/acb533d29735d44d","status":"passed","time":{"start":1724861045213,"stop":1724861045214,"duration":1}},{"uid":"ed74da86fdea7639","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ed74da86fdea7639","status":"passed","time":{"start":1724860907099,"stop":1724860907099,"duration":0}}]},"7c9d171c6523e55aae143fc60d80fb68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"999989c3362bc4bf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/999989c3362bc4bf","status":"passed","time":{"start":1724888292545,"stop":1724888292546,"duration":1}}]},"1437ddda3bf44aa702aa7752111bb77f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fe9f46eb5cbb0224","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe9f46eb5cbb0224","status":"passed","time":{"start":1724862298396,"stop":1724862298396,"duration":0}}]},"3b7a5a8fe2a002015b8acf72afee09d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4b92ebeecc728965","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4b92ebeecc728965","status":"passed","time":{"start":1724922853928,"stop":1724922853928,"duration":0}},{"uid":"254d6a20a2062064","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/254d6a20a2062064","status":"passed","time":{"start":1724921529591,"stop":1724921529592,"duration":1}},{"uid":"b195c195efec595e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b195c195efec595e","status":"passed","time":{"start":1724921488885,"stop":1724921488885,"duration":0}},{"uid":"36e0120182abf7c9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/36e0120182abf7c9","status":"passed","time":{"start":1724918203693,"stop":1724918203693,"duration":0}},{"uid":"fcbb51c509af6dae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fcbb51c509af6dae","status":"passed","time":{"start":1724889938367,"stop":1724889938367,"duration":0}},{"uid":"723296c26081041","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/723296c26081041","status":"passed","time":{"start":1724889077071,"stop":1724889077071,"duration":0}},{"uid":"a5dedaf5c44ebcd1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a5dedaf5c44ebcd1","status":"passed","time":{"start":1724888268041,"stop":1724888268041,"duration":0}},{"uid":"3b43651d06c89a75","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3b43651d06c89a75","status":"passed","time":{"start":1724887032414,"stop":1724887032414,"duration":0}},{"uid":"af28049e565ba7be","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/af28049e565ba7be","status":"passed","time":{"start":1724886822827,"stop":1724886822827,"duration":0}},{"uid":"6d2d386563051fa1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d2d386563051fa1","status":"passed","time":{"start":1724862233517,"stop":1724862233517,"duration":0}},{"uid":"6f84e8fcefc02321","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6f84e8fcefc02321","status":"passed","time":{"start":1724861712675,"stop":1724861712675,"duration":0}},{"uid":"e8ee27189b49fc38","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e8ee27189b49fc38","status":"passed","time":{"start":1724861567902,"stop":1724861567902,"duration":0}},{"uid":"4269dfbf6dcfbfc7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4269dfbf6dcfbfc7","status":"passed","time":{"start":1724861392061,"stop":1724861392062,"duration":1}}]},"2406e5fbebb614882355928923a7091d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b6b9cd4572f6f03e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b6b9cd4572f6f03e","status":"passed","time":{"start":1724922402862,"stop":1724922402863,"duration":1}},{"uid":"c44fed0533063481","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c44fed0533063481","status":"passed","time":{"start":1724921065909,"stop":1724921065910,"duration":1}},{"uid":"71c3b7b9ac34789","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/71c3b7b9ac34789","status":"passed","time":{"start":1724921040947,"stop":1724921040947,"duration":0}},{"uid":"d0646ef22141de6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d0646ef22141de6","status":"passed","time":{"start":1724917701155,"stop":1724917701155,"duration":0}},{"uid":"f3e58e7c695fe11a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3e58e7c695fe11a","status":"passed","time":{"start":1724889479974,"stop":1724889479974,"duration":0}},{"uid":"dc45353abf5bac3b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dc45353abf5bac3b","status":"passed","time":{"start":1724888630722,"stop":1724888630724,"duration":2}},{"uid":"df9a7838a05b492","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/df9a7838a05b492","status":"passed","time":{"start":1724887787005,"stop":1724887787006,"duration":1}},{"uid":"d252480900db2f11","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d252480900db2f11","status":"passed","time":{"start":1724886553668,"stop":1724886553669,"duration":1}},{"uid":"f1acbba21f8f1155","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f1acbba21f8f1155","status":"passed","time":{"start":1724886331491,"stop":1724886331492,"duration":1}},{"uid":"60fcd233de7b1ac4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/60fcd233de7b1ac4","status":"passed","time":{"start":1724861780656,"stop":1724861780656,"duration":0}},{"uid":"25c9f7463eeca1a2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/25c9f7463eeca1a2","status":"passed","time":{"start":1724861251098,"stop":1724861251098,"duration":0}},{"uid":"cd56252b8f1308b6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cd56252b8f1308b6","status":"passed","time":{"start":1724861074807,"stop":1724861074808,"duration":1}},{"uid":"83654d786fa1a9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/83654d786fa1a9","status":"passed","time":{"start":1724860935670,"stop":1724860935671,"duration":1}}]},"2e8367be7ec5d5a77548869fe6677b96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d785d1ebcd100383","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d785d1ebcd100383","status":"passed","time":{"start":1724922388047,"stop":1724922388048,"duration":1}},{"uid":"bf2bb91e58b59ff4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bf2bb91e58b59ff4","status":"passed","time":{"start":1724921051055,"stop":1724921051055,"duration":0}},{"uid":"3f238f12a6edbff3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3f238f12a6edbff3","status":"passed","time":{"start":1724921026360,"stop":1724921026361,"duration":1}},{"uid":"cf4472afbbe1500","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cf4472afbbe1500","status":"passed","time":{"start":1724917686539,"stop":1724917686539,"duration":0}},{"uid":"b286b3cb1d2eb86","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b286b3cb1d2eb86","status":"passed","time":{"start":1724889465469,"stop":1724889465470,"duration":1}},{"uid":"cdc37196e45d6476","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cdc37196e45d6476","status":"passed","time":{"start":1724888616211,"stop":1724888616211,"duration":0}},{"uid":"dad32a6d4249d562","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dad32a6d4249d562","status":"passed","time":{"start":1724887772447,"stop":1724887772448,"duration":1}},{"uid":"1536eca4400fb8df","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1536eca4400fb8df","status":"passed","time":{"start":1724886538858,"stop":1724886538859,"duration":1}},{"uid":"8638e7d5bac45758","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8638e7d5bac45758","status":"passed","time":{"start":1724886316625,"stop":1724886316625,"duration":0}},{"uid":"9bb1cc41bedf8a40","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9bb1cc41bedf8a40","status":"passed","time":{"start":1724861765761,"stop":1724861765761,"duration":0}},{"uid":"c3ce2f2a01b58fb5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c3ce2f2a01b58fb5","status":"passed","time":{"start":1724861236571,"stop":1724861236572,"duration":1}},{"uid":"dadcd204ddeff333","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dadcd204ddeff333","status":"passed","time":{"start":1724861059469,"stop":1724861059469,"duration":0}},{"uid":"85cf1675cf625a17","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/85cf1675cf625a17","status":"passed","time":{"start":1724860920725,"stop":1724860920725,"duration":0}}]},"786dbb53b3ebd5d31980e9ed6c6b058f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"db1b666e92f70ab7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/db1b666e92f70ab7","status":"passed","time":{"start":1724922845243,"stop":1724922845244,"duration":1}},{"uid":"92bc5d92141fdc57","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/92bc5d92141fdc57","status":"passed","time":{"start":1724921515227,"stop":1724921515227,"duration":0}},{"uid":"f9f7dd697f1066de","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f9f7dd697f1066de","status":"passed","time":{"start":1724921475446,"stop":1724921475447,"duration":1}},{"uid":"b353ba5d30586570","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b353ba5d30586570","status":"passed","time":{"start":1724918179401,"stop":1724918179401,"duration":0}},{"uid":"7450330c0865dbc3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7450330c0865dbc3","status":"passed","time":{"start":1724889935341,"stop":1724889935342,"duration":1}},{"uid":"37fcdf6426ba0516","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37fcdf6426ba0516","status":"passed","time":{"start":1724889072754,"stop":1724889072754,"duration":0}},{"uid":"80eb97435aade81c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/80eb97435aade81c","status":"passed","time":{"start":1724888232416,"stop":1724888232416,"duration":0}},{"uid":"c50efd7842b6a3fb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c50efd7842b6a3fb","status":"passed","time":{"start":1724887018303,"stop":1724887018303,"duration":0}},{"uid":"800a924736d247d3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/800a924736d247d3","status":"passed","time":{"start":1724886781480,"stop":1724886781480,"duration":0}},{"uid":"d040b736c3dc66a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d040b736c3dc66a9","status":"passed","time":{"start":1724862213663,"stop":1724862213663,"duration":0}},{"uid":"53d724a3c5e26678","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/53d724a3c5e26678","status":"passed","time":{"start":1724861685856,"stop":1724861685856,"duration":0}},{"uid":"5bf05aee7f94cad0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5bf05aee7f94cad0","status":"passed","time":{"start":1724861546177,"stop":1724861546177,"duration":0}},{"uid":"334511a291e920f0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/334511a291e920f0","status":"passed","time":{"start":1724861378112,"stop":1724861378112,"duration":0}}]},"59681755f43c5446d1711611e6f2c50a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d668fb6233b55268","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d668fb6233b55268","status":"passed","time":{"start":1724921577169,"stop":1724921577169,"duration":0}}]},"d94335b3532804dae59c811bf54c9cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cd89791feecb7a5a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cd89791feecb7a5a","status":"passed","time":{"start":1724922611444,"stop":1724922611444,"duration":0}},{"uid":"138f506ab6951d66","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/138f506ab6951d66","status":"passed","time":{"start":1724921270367,"stop":1724921270367,"duration":0}},{"uid":"c82cbb213e5dfcff","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c82cbb213e5dfcff","status":"passed","time":{"start":1724921247832,"stop":1724921247832,"duration":0}},{"uid":"92c063f42166adc0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/92c063f42166adc0","status":"passed","time":{"start":1724917989829,"stop":1724917989830,"duration":1}},{"uid":"74e2977b5f505582","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/74e2977b5f505582","status":"passed","time":{"start":1724889678580,"stop":1724889678580,"duration":0}},{"uid":"3895952f171b8956","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3895952f171b8956","status":"passed","time":{"start":1724888829853,"stop":1724888829853,"duration":0}},{"uid":"68184c0bea8373b0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/68184c0bea8373b0","status":"passed","time":{"start":1724888077020,"stop":1724888077021,"duration":1}},{"uid":"a667e3d2fea7e1de","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a667e3d2fea7e1de","status":"passed","time":{"start":1724886851133,"stop":1724886851133,"duration":0}},{"uid":"fea26ebe4759dff","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fea26ebe4759dff","status":"passed","time":{"start":1724886647127,"stop":1724886647127,"duration":0}},{"uid":"43606d003ba2f23e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/43606d003ba2f23e","status":"passed","time":{"start":1724861992718,"stop":1724861992719,"duration":1}},{"uid":"42ddfec548820db0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/42ddfec548820db0","status":"passed","time":{"start":1724861469651,"stop":1724861469652,"duration":1}},{"uid":"eb4df65e3a8e24c6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/eb4df65e3a8e24c6","status":"passed","time":{"start":1724861284873,"stop":1724861284874,"duration":1}},{"uid":"c2366fe0eb9213e6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c2366fe0eb9213e6","status":"passed","time":{"start":1724861145825,"stop":1724861145825,"duration":0}}]},"10c1557dc8856c23a4e0832663f6f4e8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eb9355fef1170739","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/eb9355fef1170739","status":"passed","time":{"start":1724861378109,"stop":1724861378109,"duration":0}}]},"4e2214cfd0b1478b138b78c1f677e1c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"29f2f6c7ce4776fe","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/29f2f6c7ce4776fe","status":"passed","time":{"start":1724921613055,"stop":1724921613055,"duration":0}}]},"8da102b09d4dab71d5406e773a87a315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d730f415c05c74aa","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d730f415c05c74aa","status":"passed","time":{"start":1724923012480,"stop":1724923012481,"duration":1}},{"uid":"62c78882ad8ff8f1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/62c78882ad8ff8f1","status":"passed","time":{"start":1724921625090,"stop":1724921625091,"duration":1}},{"uid":"4b69fd43c8f7cb82","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4b69fd43c8f7cb82","status":"passed","time":{"start":1724921590510,"stop":1724921590510,"duration":0}},{"uid":"7892e68d962b2af0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7892e68d962b2af0","status":"passed","time":{"start":1724918287576,"stop":1724918287576,"duration":0}},{"uid":"cce2bbd4759e09d7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cce2bbd4759e09d7","status":"passed","time":{"start":1724890047802,"stop":1724890047803,"duration":1}},{"uid":"5cc2b8a2bc69f4dc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5cc2b8a2bc69f4dc","status":"passed","time":{"start":1724889183946,"stop":1724889183947,"duration":1}},{"uid":"47bb166e45f9edf4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/47bb166e45f9edf4","status":"passed","time":{"start":1724888354185,"stop":1724888354185,"duration":0}},{"uid":"14824df447f8c42b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/14824df447f8c42b","status":"passed","time":{"start":1724887145722,"stop":1724887145722,"duration":0}},{"uid":"ecbd706f1bce1eba","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ecbd706f1bce1eba","status":"passed","time":{"start":1724886915806,"stop":1724886915806,"duration":0}},{"uid":"e9f5b19ef1aa1cdd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e9f5b19ef1aa1cdd","status":"passed","time":{"start":1724862341466,"stop":1724862341466,"duration":0}},{"uid":"9bccbb71395f3dca","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9bccbb71395f3dca","status":"passed","time":{"start":1724861805470,"stop":1724861805470,"duration":0}},{"uid":"c757abe6b457b46e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c757abe6b457b46e","status":"passed","time":{"start":1724861662300,"stop":1724861662300,"duration":0}},{"uid":"e458ef55e45d5032","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e458ef55e45d5032","status":"passed","time":{"start":1724861492527,"stop":1724861492527,"duration":0}}]},"4d68da4710877623697c9c210c276ffc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1ff6e12504b56218","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1ff6e12504b56218","status":"passed","time":{"start":1724922853923,"stop":1724922853923,"duration":0}},{"uid":"43b847ff79399a37","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/43b847ff79399a37","status":"passed","time":{"start":1724921529589,"stop":1724921529589,"duration":0}},{"uid":"682b3bfde9120e7f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/682b3bfde9120e7f","status":"passed","time":{"start":1724921488883,"stop":1724921488883,"duration":0}},{"uid":"71913ae0b8ff5d14","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/71913ae0b8ff5d14","status":"passed","time":{"start":1724918203689,"stop":1724918203689,"duration":0}},{"uid":"6a8e1f91d409d105","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6a8e1f91d409d105","status":"passed","time":{"start":1724889938365,"stop":1724889938365,"duration":0}},{"uid":"7f6a9c11d640745f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7f6a9c11d640745f","status":"passed","time":{"start":1724889077069,"stop":1724889077069,"duration":0}},{"uid":"3f10d07f70981691","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3f10d07f70981691","status":"passed","time":{"start":1724888268039,"stop":1724888268039,"duration":0}},{"uid":"e336139f313dd92","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e336139f313dd92","status":"passed","time":{"start":1724887032412,"stop":1724887032412,"duration":0}},{"uid":"b655cd659a012820","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b655cd659a012820","status":"passed","time":{"start":1724886822825,"stop":1724886822825,"duration":0}},{"uid":"33afb459ed14d59e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33afb459ed14d59e","status":"passed","time":{"start":1724862233515,"stop":1724862233515,"duration":0}},{"uid":"ca9a272805dfefd0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ca9a272805dfefd0","status":"passed","time":{"start":1724861712673,"stop":1724861712673,"duration":0}},{"uid":"cd602f1b83936d47","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cd602f1b83936d47","status":"passed","time":{"start":1724861567899,"stop":1724861567899,"duration":0}},{"uid":"74277ff9dc571834","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/74277ff9dc571834","status":"passed","time":{"start":1724861392057,"stop":1724861392057,"duration":0}}]},"c549862a445204e397ac6c0653b97214:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dde68ba93317ba1a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dde68ba93317ba1a","status":"passed","time":{"start":1724889935350,"stop":1724889935350,"duration":0}}]},"11838e32b68f5d09a2d6933d5675daf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c6ca0458e3dcc154","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c6ca0458e3dcc154","status":"passed","time":{"start":1724921602987,"stop":1724921602987,"duration":0}}]},"54fa788d0dc9941a7bf950a0255258b3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9f83b6018c835119","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9f83b6018c835119","status":"passed","time":{"start":1724921571110,"stop":1724921571111,"duration":1}}]},"2fd8257b08f2f44e89a4b5f82d227602:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96fd8c884387d2b9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/96fd8c884387d2b9","status":"passed","time":{"start":1724861655162,"stop":1724861655165,"duration":3}}]},"39935f8cc92b21d63da131179626efc1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d94461970d347993","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d94461970d347993","status":"passed","time":{"start":1724922374676,"stop":1724922374676,"duration":0}},{"uid":"ae9e573d039bc59","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ae9e573d039bc59","status":"passed","time":{"start":1724921037636,"stop":1724921037636,"duration":0}},{"uid":"6041f26c36bd2692","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6041f26c36bd2692","status":"passed","time":{"start":1724921013048,"stop":1724921013048,"duration":0}},{"uid":"9c2a15a3cb0188e1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9c2a15a3cb0188e1","status":"passed","time":{"start":1724917673292,"stop":1724917673292,"duration":0}},{"uid":"2c5772e97a98e4f4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c5772e97a98e4f4","status":"passed","time":{"start":1724889452310,"stop":1724889452311,"duration":1}},{"uid":"cd0007969e8b5889","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd0007969e8b5889","status":"passed","time":{"start":1724888602841,"stop":1724888602841,"duration":0}},{"uid":"4e9139db52a0952","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4e9139db52a0952","status":"passed","time":{"start":1724887759164,"stop":1724887759164,"duration":0}},{"uid":"3b2a6264881f15ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3b2a6264881f15ea","status":"passed","time":{"start":1724886525544,"stop":1724886525544,"duration":0}},{"uid":"a1a96bb99195e952","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a1a96bb99195e952","status":"passed","time":{"start":1724886303397,"stop":1724886303397,"duration":0}},{"uid":"64d12235f1be8358","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64d12235f1be8358","status":"passed","time":{"start":1724861752229,"stop":1724861752229,"duration":0}},{"uid":"8542d5e1ec78314d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8542d5e1ec78314d","status":"passed","time":{"start":1724861223355,"stop":1724861223355,"duration":0}},{"uid":"ff7728f3dff0846c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ff7728f3dff0846c","status":"passed","time":{"start":1724861045203,"stop":1724861045203,"duration":0}},{"uid":"707fe69646157ea8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/707fe69646157ea8","status":"passed","time":{"start":1724860907085,"stop":1724860907085,"duration":0}}]},"93fd1fc19aad7cfee6ac33a274ec5896:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5d4c1f97a6c7d141","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5d4c1f97a6c7d141","status":"passed","time":{"start":1724922950821,"stop":1724922950821,"duration":0}},{"uid":"f814c7ca9d9e100e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f814c7ca9d9e100e","status":"passed","time":{"start":1724921640399,"stop":1724921640399,"duration":0}},{"uid":"ab72d395178fe587","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ab72d395178fe587","status":"passed","time":{"start":1724921600407,"stop":1724921600407,"duration":0}},{"uid":"d87045b857c4baaf","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d87045b857c4baaf","status":"passed","time":{"start":1724918300922,"stop":1724918300922,"duration":0}},{"uid":"a93e579742313a44","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a93e579742313a44","status":"passed","time":{"start":1724890059284,"stop":1724890059284,"duration":0}},{"uid":"c639a12227a358e7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c639a12227a358e7","status":"passed","time":{"start":1724889188310,"stop":1724889188311,"duration":1}},{"uid":"bd2264038badaedd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bd2264038badaedd","status":"passed","time":{"start":1724888372739,"stop":1724888372739,"duration":0}},{"uid":"7b2c9a2838df9a3b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7b2c9a2838df9a3b","status":"passed","time":{"start":1724887135717,"stop":1724887135717,"duration":0}},{"uid":"9296fbf98a5d31b4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9296fbf98a5d31b4","status":"passed","time":{"start":1724886919662,"stop":1724886919663,"duration":1}},{"uid":"ce53c71d1f472e34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ce53c71d1f472e34","status":"passed","time":{"start":1724862341833,"stop":1724862341834,"duration":1}},{"uid":"4e9c5e20e99d8873","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4e9c5e20e99d8873","status":"passed","time":{"start":1724861815488,"stop":1724861815489,"duration":1}},{"uid":"c0c253ec1fca8b4e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0c253ec1fca8b4e","status":"passed","time":{"start":1724861669534,"stop":1724861669534,"duration":0}},{"uid":"5882801da0bfc7c8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5882801da0bfc7c8","status":"passed","time":{"start":1724861505411,"stop":1724861505413,"duration":2}}]},"7a25499947021fe72b4e615c0b81cee5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12933c998b4400c0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/12933c998b4400c0","status":"passed","time":{"start":1724887127875,"stop":1724887127876,"duration":1}}]},"5ee5799bb62f1f653b2079461fb32c6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2629926dded2e156","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2629926dded2e156","status":"passed","time":{"start":1724887115431,"stop":1724887115432,"duration":1}}]},"73db5461018f71f0936132f250deaf81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e94f85b7b85302eb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e94f85b7b85302eb","status":"passed","time":{"start":1724922921464,"stop":1724922921464,"duration":0}},{"uid":"be45cbc973c6f285","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/be45cbc973c6f285","status":"passed","time":{"start":1724921602955,"stop":1724921602955,"duration":0}},{"uid":"703eea69a7bf9460","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/703eea69a7bf9460","status":"passed","time":{"start":1724921571099,"stop":1724921571099,"duration":0}},{"uid":"d9caa7651c5e817f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d9caa7651c5e817f","status":"passed","time":{"start":1724918285592,"stop":1724918285595,"duration":3}},{"uid":"259c01e761968b6d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/259c01e761968b6d","status":"passed","time":{"start":1724890030092,"stop":1724890030092,"duration":0}},{"uid":"e204b78ec1e3e5db","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e204b78ec1e3e5db","status":"passed","time":{"start":1724889171911,"stop":1724889171911,"duration":0}},{"uid":"170513c7daebd3c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/170513c7daebd3c","status":"passed","time":{"start":1724888350724,"stop":1724888350725,"duration":1}},{"uid":"d170ce0fb97c2706","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d170ce0fb97c2706","status":"passed","time":{"start":1724887115410,"stop":1724887115411,"duration":1}},{"uid":"7ed88b6cdfde3c60","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7ed88b6cdfde3c60","status":"passed","time":{"start":1724886884578,"stop":1724886884578,"duration":0}},{"uid":"c276d1d299d71a6f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c276d1d299d71a6f","status":"passed","time":{"start":1724862322259,"stop":1724862322260,"duration":1}},{"uid":"189e13868551597","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/189e13868551597","status":"passed","time":{"start":1724861790753,"stop":1724861790753,"duration":0}},{"uid":"2a612666a6fdb2ac","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2a612666a6fdb2ac","status":"passed","time":{"start":1724861628422,"stop":1724861628423,"duration":1}},{"uid":"ea23fe7bc7a2ba87","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ea23fe7bc7a2ba87","status":"passed","time":{"start":1724861465627,"stop":1724861465627,"duration":0}}]},"da45aa812e9bb68ab683b8c43302829d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3fd5849990af6ea2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3fd5849990af6ea2","status":"passed","time":{"start":1724923012463,"stop":1724923012463,"duration":0}},{"uid":"4b2783d435d038b9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4b2783d435d038b9","status":"passed","time":{"start":1724921625049,"stop":1724921625050,"duration":1}},{"uid":"4261bc910154eab7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4261bc910154eab7","status":"passed","time":{"start":1724921590494,"stop":1724921590494,"duration":0}},{"uid":"c7268bef8f4eff5d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c7268bef8f4eff5d","status":"passed","time":{"start":1724918287564,"stop":1724918287564,"duration":0}},{"uid":"7e885959545b74b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e885959545b74b2","status":"passed","time":{"start":1724890047786,"stop":1724890047787,"duration":1}},{"uid":"74328fa93859b766","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/74328fa93859b766","status":"passed","time":{"start":1724889183919,"stop":1724889183919,"duration":0}},{"uid":"ec4aae4d965a148b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ec4aae4d965a148b","status":"passed","time":{"start":1724888354164,"stop":1724888354164,"duration":0}},{"uid":"ca0b79a8600fed29","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ca0b79a8600fed29","status":"passed","time":{"start":1724887145656,"stop":1724887145657,"duration":1}},{"uid":"20fcc4ef28d65d29","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/20fcc4ef28d65d29","status":"passed","time":{"start":1724886915785,"stop":1724886915786,"duration":1}},{"uid":"d4c74eed7fdb0ed7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d4c74eed7fdb0ed7","status":"passed","time":{"start":1724862341436,"stop":1724862341436,"duration":0}},{"uid":"401c14402aea1873","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/401c14402aea1873","status":"passed","time":{"start":1724861805441,"stop":1724861805441,"duration":0}},{"uid":"6e0ae598e2392f56","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6e0ae598e2392f56","status":"passed","time":{"start":1724861662255,"stop":1724861662255,"duration":0}},{"uid":"ea1b2a0516dae6f8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ea1b2a0516dae6f8","status":"passed","time":{"start":1724861492508,"stop":1724861492509,"duration":1}}]},"61f8a78015090c47c9c34b8d039622a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a5edb63e70770677","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a5edb63e70770677","status":"passed","time":{"start":1724922950819,"stop":1724922950820,"duration":1}},{"uid":"51cbccb89f3f23ba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/51cbccb89f3f23ba","status":"passed","time":{"start":1724921640397,"stop":1724921640398,"duration":1}},{"uid":"48b9b03be7f31394","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/48b9b03be7f31394","status":"passed","time":{"start":1724921600405,"stop":1724921600405,"duration":0}},{"uid":"de1f0bbbe04ac799","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/de1f0bbbe04ac799","status":"passed","time":{"start":1724918300919,"stop":1724918300919,"duration":0}},{"uid":"886e58a2e568d92d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/886e58a2e568d92d","status":"passed","time":{"start":1724890059266,"stop":1724890059274,"duration":8}},{"uid":"5b565e7ea1de511f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b565e7ea1de511f","status":"passed","time":{"start":1724889188309,"stop":1724889188310,"duration":1}},{"uid":"421d740e74d446aa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/421d740e74d446aa","status":"passed","time":{"start":1724888372737,"stop":1724888372738,"duration":1}},{"uid":"d3369074a99a0eb3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d3369074a99a0eb3","status":"passed","time":{"start":1724887135716,"stop":1724887135716,"duration":0}},{"uid":"6694f0d379cac22f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6694f0d379cac22f","status":"passed","time":{"start":1724886919653,"stop":1724886919657,"duration":4}},{"uid":"f5ae2c1aae21671","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f5ae2c1aae21671","status":"passed","time":{"start":1724862341831,"stop":1724862341832,"duration":1}},{"uid":"4fde8c30c643cca5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4fde8c30c643cca5","status":"passed","time":{"start":1724861815478,"stop":1724861815481,"duration":3}},{"uid":"8b395eef71375da2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8b395eef71375da2","status":"passed","time":{"start":1724861669532,"stop":1724861669532,"duration":0}},{"uid":"9a4b9fbafec2cd1f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9a4b9fbafec2cd1f","status":"passed","time":{"start":1724861505409,"stop":1724861505410,"duration":1}}]},"c4c2f3a727767e01e58006cc7cc326e6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6dcfaba8e17db108","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6dcfaba8e17db108","status":"passed","time":{"start":1724861655160,"stop":1724861655160,"duration":0}}]},"295c33f4143eb57c2fefa85314e3f4af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5807da6c2bb5a9dd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5807da6c2bb5a9dd","status":"passed","time":{"start":1724922845258,"stop":1724922845259,"duration":1}},{"uid":"1362e0f28d13ce9e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1362e0f28d13ce9e","status":"passed","time":{"start":1724921515238,"stop":1724921515239,"duration":1}},{"uid":"3e66481dbfb26dd9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3e66481dbfb26dd9","status":"passed","time":{"start":1724921475500,"stop":1724921475501,"duration":1}},{"uid":"bab1d5e76cb66513","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bab1d5e76cb66513","status":"passed","time":{"start":1724918179411,"stop":1724918179412,"duration":1}},{"uid":"28219109603b5c59","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/28219109603b5c59","status":"passed","time":{"start":1724889935349,"stop":1724889935350,"duration":1}},{"uid":"a79a8ff8c5663480","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a79a8ff8c5663480","status":"passed","time":{"start":1724889072765,"stop":1724889072765,"duration":0}},{"uid":"e2c3101b31d0463a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e2c3101b31d0463a","status":"passed","time":{"start":1724888232425,"stop":1724888232426,"duration":1}},{"uid":"5b383f1fac3be2a5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5b383f1fac3be2a5","status":"passed","time":{"start":1724887018312,"stop":1724887018313,"duration":1}},{"uid":"6ca2188e900eb7c8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6ca2188e900eb7c8","status":"passed","time":{"start":1724886781499,"stop":1724886781501,"duration":2}},{"uid":"be34ca3b47d0fe5d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/be34ca3b47d0fe5d","status":"passed","time":{"start":1724862213680,"stop":1724862213681,"duration":1}},{"uid":"8c5dba3819820af6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8c5dba3819820af6","status":"passed","time":{"start":1724861685876,"stop":1724861685876,"duration":0}},{"uid":"e30d259c98ff1bca","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e30d259c98ff1bca","status":"passed","time":{"start":1724861546201,"stop":1724861546201,"duration":0}},{"uid":"5cfe7396a4d0f0f3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5cfe7396a4d0f0f3","status":"passed","time":{"start":1724861378122,"stop":1724861378122,"duration":0}}]},"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"520aeb4087374750","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/520aeb4087374750","status":"passed","time":{"start":1724922983784,"stop":1724922983785,"duration":1}},{"uid":"b12f795247df9303","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b12f795247df9303","status":"passed","time":{"start":1724921656194,"stop":1724921656194,"duration":0}},{"uid":"804dcc78bd11424e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/804dcc78bd11424e","status":"passed","time":{"start":1724921620461,"stop":1724921620462,"duration":1}},{"uid":"545c04f8093f39b2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/545c04f8093f39b2","status":"passed","time":{"start":1724918327712,"stop":1724918327712,"duration":0}},{"uid":"f208affde8da2248","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f208affde8da2248","status":"passed","time":{"start":1724890078472,"stop":1724890078472,"duration":0}},{"uid":"5146c1b334ad188c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5146c1b334ad188c","status":"passed","time":{"start":1724889213833,"stop":1724889213834,"duration":1}},{"uid":"cfb84f3cccb09679","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cfb84f3cccb09679","status":"passed","time":{"start":1724888383603,"stop":1724888383609,"duration":6}},{"uid":"a033196873f21771","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a033196873f21771","status":"passed","time":{"start":1724887164580,"stop":1724887164580,"duration":0}},{"uid":"b76f7312fc6e4f40","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b76f7312fc6e4f40","status":"passed","time":{"start":1724886943103,"stop":1724886943104,"duration":1}},{"uid":"7aeeb044fd2e8548","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7aeeb044fd2e8548","status":"passed","time":{"start":1724862368931,"stop":1724862368931,"duration":0}},{"uid":"8edc9dd2657ac6d9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8edc9dd2657ac6d9","status":"passed","time":{"start":1724861835948,"stop":1724861835948,"duration":0}},{"uid":"19a3e1b28766b04e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/19a3e1b28766b04e","status":"passed","time":{"start":1724861692904,"stop":1724861692905,"duration":1}},{"uid":"2c2a8af891bcdf5a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2c2a8af891bcdf5a","status":"passed","time":{"start":1724861520701,"stop":1724861520702,"duration":1}}]},"a6b3b232e8bb7273a94c2d49013fe9d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"91c30c8730a54146","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/91c30c8730a54146","status":"passed","time":{"start":1724922611436,"stop":1724922611436,"duration":0}},{"uid":"ebeb3c6f75b29817","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ebeb3c6f75b29817","status":"passed","time":{"start":1724921270358,"stop":1724921270358,"duration":0}},{"uid":"308fa832dd039218","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/308fa832dd039218","status":"passed","time":{"start":1724921247818,"stop":1724921247818,"duration":0}},{"uid":"2980986e270c52f9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2980986e270c52f9","status":"passed","time":{"start":1724917989819,"stop":1724917989820,"duration":1}},{"uid":"4f3043f61e0f4e6f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f3043f61e0f4e6f","status":"passed","time":{"start":1724889678551,"stop":1724889678552,"duration":1}},{"uid":"588a78e69e5d6820","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/588a78e69e5d6820","status":"passed","time":{"start":1724888829844,"stop":1724888829844,"duration":0}},{"uid":"32abd5495fd37b8e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/32abd5495fd37b8e","status":"passed","time":{"start":1724888077011,"stop":1724888077011,"duration":0}},{"uid":"a4798853813b9552","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a4798853813b9552","status":"passed","time":{"start":1724886851126,"stop":1724886851126,"duration":0}},{"uid":"5e4372a2915febf3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5e4372a2915febf3","status":"passed","time":{"start":1724886647112,"stop":1724886647112,"duration":0}},{"uid":"29c6105f1cdc2ffc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29c6105f1cdc2ffc","status":"passed","time":{"start":1724861992714,"stop":1724861992714,"duration":0}},{"uid":"6f9556c928761e41","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6f9556c928761e41","status":"passed","time":{"start":1724861469644,"stop":1724861469644,"duration":0}},{"uid":"a2a559c79de0410a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a2a559c79de0410a","status":"passed","time":{"start":1724861284858,"stop":1724861284858,"duration":0}},{"uid":"2a4b552e2b98715","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2a4b552e2b98715","status":"passed","time":{"start":1724861145806,"stop":1724861145808,"duration":2}}]},"8442d7292787653cb044f77959a4f807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"87df99aa2db91836","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/87df99aa2db91836","status":"passed","time":{"start":1724861800254,"stop":1724861800255,"duration":1}}]},"df075816d33d3c8af10d119247b68114:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5c0c55e9c7f627e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5c0c55e9c7f627e","status":"passed","time":{"start":1724923012476,"stop":1724923012476,"duration":0}},{"uid":"d0a175622800a5e1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d0a175622800a5e1","status":"passed","time":{"start":1724921625081,"stop":1724921625082,"duration":1}},{"uid":"3acd7aefe053dd5e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3acd7aefe053dd5e","status":"passed","time":{"start":1724921590506,"stop":1724921590506,"duration":0}},{"uid":"7e0fb7a7e1abcc74","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7e0fb7a7e1abcc74","status":"passed","time":{"start":1724918287573,"stop":1724918287573,"duration":0}},{"uid":"e91c018e9005d485","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e91c018e9005d485","status":"passed","time":{"start":1724890047798,"stop":1724890047798,"duration":0}},{"uid":"6cb3afe4922caff6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6cb3afe4922caff6","status":"passed","time":{"start":1724889183932,"stop":1724889183932,"duration":0}},{"uid":"2304966646095b6a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2304966646095b6a","status":"passed","time":{"start":1724888354179,"stop":1724888354179,"duration":0}},{"uid":"d550b8008e687b62","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d550b8008e687b62","status":"passed","time":{"start":1724887145705,"stop":1724887145705,"duration":0}},{"uid":"2c1a0de696d11636","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2c1a0de696d11636","status":"passed","time":{"start":1724886915795,"stop":1724886915795,"duration":0}},{"uid":"a3f6650465586f3b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3f6650465586f3b","status":"passed","time":{"start":1724862341460,"stop":1724862341460,"duration":0}},{"uid":"be8eac9040de3442","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/be8eac9040de3442","status":"passed","time":{"start":1724861805462,"stop":1724861805462,"duration":0}},{"uid":"2ebb2805d494ea8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2ebb2805d494ea8","status":"passed","time":{"start":1724861662296,"stop":1724861662297,"duration":1}},{"uid":"a6648d66a486c196","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a6648d66a486c196","status":"passed","time":{"start":1724861492524,"stop":1724861492524,"duration":0}}]},"74d1568f866528d0c27e3fa912bb92ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"caaf5c588309087c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/caaf5c588309087c","status":"passed","time":{"start":1724922853928,"stop":1724922853929,"duration":1}},{"uid":"701dec94e5f4718","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/701dec94e5f4718","status":"passed","time":{"start":1724921529592,"stop":1724921529592,"duration":0}},{"uid":"71612a1290d63f7b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/71612a1290d63f7b","status":"passed","time":{"start":1724921488885,"stop":1724921488885,"duration":0}},{"uid":"b3ee1ea89a6ad2eb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b3ee1ea89a6ad2eb","status":"passed","time":{"start":1724918203693,"stop":1724918203694,"duration":1}},{"uid":"6c702fc020c819ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c702fc020c819ae","status":"passed","time":{"start":1724889938367,"stop":1724889938367,"duration":0}},{"uid":"f233a0b0d9a48d38","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f233a0b0d9a48d38","status":"passed","time":{"start":1724889077071,"stop":1724889077073,"duration":2}},{"uid":"dc655b2e178bfcb5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dc655b2e178bfcb5","status":"passed","time":{"start":1724888268041,"stop":1724888268041,"duration":0}},{"uid":"bcb146551dc25247","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bcb146551dc25247","status":"passed","time":{"start":1724887032415,"stop":1724887032415,"duration":0}},{"uid":"f0991e1538c3a622","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f0991e1538c3a622","status":"passed","time":{"start":1724886822827,"stop":1724886822827,"duration":0}},{"uid":"28d7efb641c0956","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/28d7efb641c0956","status":"passed","time":{"start":1724862233517,"stop":1724862233518,"duration":1}},{"uid":"5facec38f2a9321e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5facec38f2a9321e","status":"passed","time":{"start":1724861712675,"stop":1724861712676,"duration":1}},{"uid":"f06317231ffceb67","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f06317231ffceb67","status":"passed","time":{"start":1724861567902,"stop":1724861567903,"duration":1}},{"uid":"a16b0ede663cf723","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a16b0ede663cf723","status":"passed","time":{"start":1724861392062,"stop":1724861392063,"duration":1}}]},"c1fc7bdf7b238be7723432bda0c44786:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8cf2c36d84c40fbb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8cf2c36d84c40fbb","status":"passed","time":{"start":1724890030104,"stop":1724890030105,"duration":1}}]},"f50c43dd196e1d87eae012a53fa986ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"59277760abc0022b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/59277760abc0022b","status":"passed","time":{"start":1724861800256,"stop":1724861800257,"duration":1}}]},"b4b061c1702e51d99292ff6cc4d68e5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ec04f7a61da5119","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ec04f7a61da5119","status":"passed","time":{"start":1724923012475,"stop":1724923012475,"duration":0}},{"uid":"ba99988ac84ac02f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ba99988ac84ac02f","status":"passed","time":{"start":1724921625081,"stop":1724921625081,"duration":0}},{"uid":"6bdf4470f3500535","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6bdf4470f3500535","status":"passed","time":{"start":1724921590505,"stop":1724921590505,"duration":0}},{"uid":"b5332c94c780be66","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b5332c94c780be66","status":"passed","time":{"start":1724918287572,"stop":1724918287572,"duration":0}},{"uid":"c34f2d3042498d4e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c34f2d3042498d4e","status":"passed","time":{"start":1724890047797,"stop":1724890047798,"duration":1}},{"uid":"306943cf33192c51","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/306943cf33192c51","status":"passed","time":{"start":1724889183931,"stop":1724889183931,"duration":0}},{"uid":"655657c2a63f118","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/655657c2a63f118","status":"passed","time":{"start":1724888354178,"stop":1724888354179,"duration":1}},{"uid":"524faba82dcc004d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/524faba82dcc004d","status":"passed","time":{"start":1724887145703,"stop":1724887145703,"duration":0}},{"uid":"b5c4b50416fca9e7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b5c4b50416fca9e7","status":"passed","time":{"start":1724886915794,"stop":1724886915794,"duration":0}},{"uid":"bce1234aa93f73b7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bce1234aa93f73b7","status":"passed","time":{"start":1724862341459,"stop":1724862341459,"duration":0}},{"uid":"61748de3f7a8e932","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/61748de3f7a8e932","status":"passed","time":{"start":1724861805460,"stop":1724861805461,"duration":1}},{"uid":"8704d54694394df2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8704d54694394df2","status":"passed","time":{"start":1724861662296,"stop":1724861662296,"duration":0}},{"uid":"129d39109aaaa528","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/129d39109aaaa528","status":"passed","time":{"start":1724861492523,"stop":1724861492523,"duration":0}}]},"facb714c9438193f9c8a2c8b122a8c03:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8735a1d647fef6bc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8735a1d647fef6bc","status":"passed","time":{"start":1724922388050,"stop":1724922388050,"duration":0}},{"uid":"31e7f36015be40b2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/31e7f36015be40b2","status":"passed","time":{"start":1724921051057,"stop":1724921051058,"duration":1}},{"uid":"2ad5d22a896d14b3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2ad5d22a896d14b3","status":"passed","time":{"start":1724921026363,"stop":1724921026363,"duration":0}},{"uid":"72a6336c03a6924a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/72a6336c03a6924a","status":"passed","time":{"start":1724917686541,"stop":1724917686542,"duration":1}},{"uid":"c7e232964164952a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c7e232964164952a","status":"passed","time":{"start":1724889465472,"stop":1724889465472,"duration":0}},{"uid":"a42a3e22e5825c27","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a42a3e22e5825c27","status":"passed","time":{"start":1724888616213,"stop":1724888616213,"duration":0}},{"uid":"cc1b2f1989d93365","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc1b2f1989d93365","status":"passed","time":{"start":1724887772450,"stop":1724887772450,"duration":0}},{"uid":"db07649e52184b80","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/db07649e52184b80","status":"passed","time":{"start":1724886538861,"stop":1724886538861,"duration":0}},{"uid":"cdecb1d6e568e52c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cdecb1d6e568e52c","status":"passed","time":{"start":1724886316628,"stop":1724886316628,"duration":0}},{"uid":"400d75c057946ecf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/400d75c057946ecf","status":"passed","time":{"start":1724861765764,"stop":1724861765764,"duration":0}},{"uid":"8655f7143f2f1b0c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8655f7143f2f1b0c","status":"passed","time":{"start":1724861236574,"stop":1724861236574,"duration":0}},{"uid":"7222e33da1c6ddc5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7222e33da1c6ddc5","status":"passed","time":{"start":1724861059472,"stop":1724861059472,"duration":0}},{"uid":"a85db2061a6c6f72","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a85db2061a6c6f72","status":"passed","time":{"start":1724860920727,"stop":1724860920728,"duration":1}}]},"97f5565a7d35087c7dcf297e16c16d79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dc4621893ad20a80","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dc4621893ad20a80","status":"passed","time":{"start":1724886906386,"stop":1724886906386,"duration":0}}]},"fc1a96b9a56f0f5cb56c579f4a0fae25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"416608463c7bd228","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/416608463c7bd228","status":"passed","time":{"start":1724922853909,"stop":1724922853910,"duration":1}},{"uid":"7389501880c773fd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7389501880c773fd","status":"passed","time":{"start":1724921529571,"stop":1724921529572,"duration":1}},{"uid":"b14ab66abfa4a687","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b14ab66abfa4a687","status":"passed","time":{"start":1724921488873,"stop":1724921488873,"duration":0}},{"uid":"205c6307da0946ce","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/205c6307da0946ce","status":"passed","time":{"start":1724918203669,"stop":1724918203669,"duration":0}},{"uid":"b9dc38eb36e19d9b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b9dc38eb36e19d9b","status":"passed","time":{"start":1724889938352,"stop":1724889938353,"duration":1}},{"uid":"c97157ccc2006142","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c97157ccc2006142","status":"passed","time":{"start":1724889077032,"stop":1724889077032,"duration":0}},{"uid":"1637c7e9b3cbd78f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1637c7e9b3cbd78f","status":"passed","time":{"start":1724888268007,"stop":1724888268007,"duration":0}},{"uid":"da471ecb15eb25b6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/da471ecb15eb25b6","status":"passed","time":{"start":1724887032389,"stop":1724887032390,"duration":1}},{"uid":"f003ad6856d931be","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f003ad6856d931be","status":"passed","time":{"start":1724886822786,"stop":1724886822786,"duration":0}},{"uid":"8e03a10e246a3535","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e03a10e246a3535","status":"passed","time":{"start":1724862233503,"stop":1724862233504,"duration":1}},{"uid":"89e1e35fdf032e54","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/89e1e35fdf032e54","status":"passed","time":{"start":1724861712664,"stop":1724861712664,"duration":0}},{"uid":"9ee5d213b591ab08","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9ee5d213b591ab08","status":"passed","time":{"start":1724861567881,"stop":1724861567882,"duration":1}},{"uid":"172b0798e12ab3b5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/172b0798e12ab3b5","status":"passed","time":{"start":1724861392039,"stop":1724861392039,"duration":0}}]},"c39a17c8e1de51d8fc032d1f93e25cdf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"94a08c2c9e4018a6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/94a08c2c9e4018a6","status":"passed","time":{"start":1724861637973,"stop":1724861637973,"duration":0}}]},"d8d8bdae08fac3c9880a003f650f57ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6e5ac197c86d3259","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6e5ac197c86d3259","status":"passed","time":{"start":1724922921445,"stop":1724922921446,"duration":1}},{"uid":"f7e07250e89d2faf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f7e07250e89d2faf","status":"passed","time":{"start":1724921602945,"stop":1724921602945,"duration":0}},{"uid":"eb6bb9d8c948de","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/eb6bb9d8c948de","status":"passed","time":{"start":1724921571094,"stop":1724921571095,"duration":1}},{"uid":"52d712c4b2ac68e4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/52d712c4b2ac68e4","status":"passed","time":{"start":1724918285584,"stop":1724918285585,"duration":1}},{"uid":"c8b402deafede2f2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c8b402deafede2f2","status":"passed","time":{"start":1724890030088,"stop":1724890030088,"duration":0}},{"uid":"5495c856230cb20e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5495c856230cb20e","status":"passed","time":{"start":1724889171906,"stop":1724889171906,"duration":0}},{"uid":"ff921a0b9f12afba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ff921a0b9f12afba","status":"passed","time":{"start":1724888350719,"stop":1724888350719,"duration":0}},{"uid":"d35ab866620022dd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d35ab866620022dd","status":"passed","time":{"start":1724887115404,"stop":1724887115404,"duration":0}},{"uid":"838570633df114dd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/838570633df114dd","status":"passed","time":{"start":1724886884569,"stop":1724886884569,"duration":0}},{"uid":"fc9f8d877b85ee6f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc9f8d877b85ee6f","status":"passed","time":{"start":1724862322246,"stop":1724862322246,"duration":0}},{"uid":"df99ceeec7c420cd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/df99ceeec7c420cd","status":"passed","time":{"start":1724861790749,"stop":1724861790749,"duration":0}},{"uid":"d16336252fffec1d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d16336252fffec1d","status":"passed","time":{"start":1724861628418,"stop":1724861628418,"duration":0}},{"uid":"f0adf122502cb0e5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f0adf122502cb0e5","status":"passed","time":{"start":1724861465622,"stop":1724861465622,"duration":0}}]},"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"833e3092d8c0f269","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/833e3092d8c0f269","status":"passed","time":{"start":1724922383082,"stop":1724922383082,"duration":0}},{"uid":"fccd62677c31b05b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fccd62677c31b05b","status":"passed","time":{"start":1724921046199,"stop":1724921046199,"duration":0}},{"uid":"fab998e20e5efca","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fab998e20e5efca","status":"passed","time":{"start":1724921021469,"stop":1724921021470,"duration":1}},{"uid":"90e8d30538f72473","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/90e8d30538f72473","status":"passed","time":{"start":1724917681718,"stop":1724917681718,"duration":0}},{"uid":"fe377e7bdec7e804","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe377e7bdec7e804","status":"passed","time":{"start":1724889460647,"stop":1724889460647,"duration":0}},{"uid":"32875f22e8cb1c85","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/32875f22e8cb1c85","status":"passed","time":{"start":1724888611290,"stop":1724888611290,"duration":0}},{"uid":"79a73c7925b41c1a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/79a73c7925b41c1a","status":"passed","time":{"start":1724887767615,"stop":1724887767615,"duration":0}},{"uid":"37817137a7662137","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/37817137a7662137","status":"passed","time":{"start":1724886533985,"stop":1724886533985,"duration":0}},{"uid":"be4f90e751af8ea8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/be4f90e751af8ea8","status":"passed","time":{"start":1724886311752,"stop":1724886311753,"duration":1}},{"uid":"73f3731eb76befa9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/73f3731eb76befa9","status":"passed","time":{"start":1724861760768,"stop":1724861760769,"duration":1}},{"uid":"86aeb6a22637d0af","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/86aeb6a22637d0af","status":"passed","time":{"start":1724861231728,"stop":1724861231729,"duration":1}},{"uid":"52eec4e84fc2ef22","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/52eec4e84fc2ef22","status":"passed","time":{"start":1724861054250,"stop":1724861054250,"duration":0}},{"uid":"e966fac914e0a874","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e966fac914e0a874","status":"passed","time":{"start":1724860915808,"stop":1724860915808,"duration":0}}]},"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"849c19cd687f1cb2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/849c19cd687f1cb2","status":"passed","time":{"start":1724922383078,"stop":1724922383079,"duration":1}},{"uid":"7c340300340dcc4e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7c340300340dcc4e","status":"passed","time":{"start":1724921046195,"stop":1724921046195,"duration":0}},{"uid":"46e9310cb225274b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/46e9310cb225274b","status":"passed","time":{"start":1724921021465,"stop":1724921021466,"duration":1}},{"uid":"c497ada1c453a5c5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c497ada1c453a5c5","status":"passed","time":{"start":1724917681713,"stop":1724917681713,"duration":0}},{"uid":"ee3963d6aa10c31b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ee3963d6aa10c31b","status":"passed","time":{"start":1724889460642,"stop":1724889460642,"duration":0}},{"uid":"584f85004544aad5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/584f85004544aad5","status":"passed","time":{"start":1724888611286,"stop":1724888611286,"duration":0}},{"uid":"dcb2e63ffe99272e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dcb2e63ffe99272e","status":"passed","time":{"start":1724887767610,"stop":1724887767611,"duration":1}},{"uid":"ee1936c8ba5bf157","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ee1936c8ba5bf157","status":"passed","time":{"start":1724886533980,"stop":1724886533981,"duration":1}},{"uid":"426836af3dd63662","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/426836af3dd63662","status":"passed","time":{"start":1724886311748,"stop":1724886311749,"duration":1}},{"uid":"b1e6c8ec661851b4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1e6c8ec661851b4","status":"passed","time":{"start":1724861760765,"stop":1724861760765,"duration":0}},{"uid":"4768d7e3c2f2d189","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4768d7e3c2f2d189","status":"passed","time":{"start":1724861231725,"stop":1724861231725,"duration":0}},{"uid":"db39f971d8b55022","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/db39f971d8b55022","status":"passed","time":{"start":1724861054245,"stop":1724861054245,"duration":0}},{"uid":"216d05d084a31bfd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/216d05d084a31bfd","status":"passed","time":{"start":1724860915804,"stop":1724860915805,"duration":1}}]},"651a7d6580e58dd0abdab2641671b590:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4aa3ba731570c3ee","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4aa3ba731570c3ee","status":"passed","time":{"start":1724918179400,"stop":1724918179400,"duration":0}}]},"0539101f890c85d58b06a3799b6bfe7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"60aac3e245ba2bcc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/60aac3e245ba2bcc","status":"passed","time":{"start":1724922862334,"stop":1724922862334,"duration":0}},{"uid":"74dd3ee92a40c8e6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/74dd3ee92a40c8e6","status":"passed","time":{"start":1724921540108,"stop":1724921540108,"duration":0}},{"uid":"3ef7c1677b4daf52","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3ef7c1677b4daf52","status":"passed","time":{"start":1724921503540,"stop":1724921503540,"duration":0}},{"uid":"f1009933d55e41ea","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f1009933d55e41ea","status":"passed","time":{"start":1724918214357,"stop":1724918214357,"duration":0}},{"uid":"c709de9d174f98ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c709de9d174f98ee","status":"passed","time":{"start":1724889952444,"stop":1724889952444,"duration":0}},{"uid":"c6c0a93f8de1d397","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c6c0a93f8de1d397","status":"passed","time":{"start":1724889087468,"stop":1724889087468,"duration":0}},{"uid":"a1567fbd108a01b9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a1567fbd108a01b9","status":"passed","time":{"start":1724888266429,"stop":1724888266430,"duration":1}},{"uid":"8cb7b180899f5522","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8cb7b180899f5522","status":"passed","time":{"start":1724887042931,"stop":1724887042931,"duration":0}},{"uid":"6d9762f8d7e48a0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6d9762f8d7e48a0","status":"passed","time":{"start":1724886820798,"stop":1724886820799,"duration":1}},{"uid":"7e016573d18618d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e016573d18618d8","status":"passed","time":{"start":1724862245490,"stop":1724862245490,"duration":0}},{"uid":"cf914b67a5784ed3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cf914b67a5784ed3","status":"passed","time":{"start":1724861720396,"stop":1724861720399,"duration":3}},{"uid":"2684e6d277a82984","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2684e6d277a82984","status":"passed","time":{"start":1724861579388,"stop":1724861579388,"duration":0}},{"uid":"4130264e351adce5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4130264e351adce5","status":"passed","time":{"start":1724861402507,"stop":1724861402507,"duration":0}}]},"4a7092f12a328d03928646af1aa4bb9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a415b581fcc6cc0c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a415b581fcc6cc0c","status":"passed","time":{"start":1724922950823,"stop":1724922950824,"duration":1}},{"uid":"3a6fb2b9219e3ece","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3a6fb2b9219e3ece","status":"passed","time":{"start":1724921640401,"stop":1724921640402,"duration":1}},{"uid":"60812f48ab707521","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/60812f48ab707521","status":"passed","time":{"start":1724921600424,"stop":1724921600424,"duration":0}},{"uid":"2558b1540141f999","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2558b1540141f999","status":"passed","time":{"start":1724918300931,"stop":1724918300931,"duration":0}},{"uid":"5b142b4dd2c76f76","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b142b4dd2c76f76","status":"passed","time":{"start":1724890059294,"stop":1724890059296,"duration":2}},{"uid":"f113a10eeb5a957b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f113a10eeb5a957b","status":"passed","time":{"start":1724889188323,"stop":1724889188325,"duration":2}},{"uid":"820b104c93d6d1a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/820b104c93d6d1a2","status":"passed","time":{"start":1724888372742,"stop":1724888372742,"duration":0}},{"uid":"f9c9b9b184c4dffd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f9c9b9b184c4dffd","status":"passed","time":{"start":1724887135722,"stop":1724887135722,"duration":0}},{"uid":"4c3d552a83b0730a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4c3d552a83b0730a","status":"passed","time":{"start":1724886919687,"stop":1724886919688,"duration":1}},{"uid":"64190813c0de6383","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64190813c0de6383","status":"passed","time":{"start":1724862341836,"stop":1724862341836,"duration":0}},{"uid":"25f4d664c03fa4b5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/25f4d664c03fa4b5","status":"passed","time":{"start":1724861815493,"stop":1724861815493,"duration":0}},{"uid":"ea83a127af235b48","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ea83a127af235b48","status":"passed","time":{"start":1724861669537,"stop":1724861669537,"duration":0}},{"uid":"24865827aaa89c7a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/24865827aaa89c7a","status":"passed","time":{"start":1724861505424,"stop":1724861505424,"duration":0}}]},"ac18ff4b30eef4cdd834dfe0e09cd94b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c7088876be831e9f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c7088876be831e9f","status":"passed","time":{"start":1724921515248,"stop":1724921515248,"duration":0}}]},"53d446f8e6eb27cba3e7006781b90907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"81a950cb6cd7a8f7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/81a950cb6cd7a8f7","status":"passed","time":{"start":1724887115432,"stop":1724887115434,"duration":2}}]},"76eb06a4a37982ef1a6b79bb45485c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ff259dd22aaeb3a3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ff259dd22aaeb3a3","status":"passed","time":{"start":1724922398404,"stop":1724922398404,"duration":0}},{"uid":"16f83c7f94184a33","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/16f83c7f94184a33","status":"passed","time":{"start":1724921061371,"stop":1724921061371,"duration":0}},{"uid":"d1836ded4fc4b37f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d1836ded4fc4b37f","status":"passed","time":{"start":1724921036549,"stop":1724921036549,"duration":0}},{"uid":"c1b519c5af8218c8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c1b519c5af8218c8","status":"passed","time":{"start":1724917696992,"stop":1724917696993,"duration":1}},{"uid":"423b1084c74f9a12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/423b1084c74f9a12","status":"passed","time":{"start":1724889475436,"stop":1724889475436,"duration":0}},{"uid":"1e45b34a08230a2e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1e45b34a08230a2e","status":"passed","time":{"start":1724888626530,"stop":1724888626530,"duration":0}},{"uid":"bdadd06c04c7301","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bdadd06c04c7301","status":"passed","time":{"start":1724887782738,"stop":1724887782739,"duration":1}},{"uid":"c0b8097eb3e57ac9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c0b8097eb3e57ac9","status":"passed","time":{"start":1724886549350,"stop":1724886549351,"duration":1}},{"uid":"310f32758d851465","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/310f32758d851465","status":"passed","time":{"start":1724886326871,"stop":1724886326871,"duration":0}},{"uid":"c3ca7941f539e98","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c3ca7941f539e98","status":"passed","time":{"start":1724861776301,"stop":1724861776302,"duration":1}},{"uid":"28d37f415c55289","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/28d37f415c55289","status":"passed","time":{"start":1724861246683,"stop":1724861246684,"duration":1}},{"uid":"4b06c4045770d185","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4b06c4045770d185","status":"passed","time":{"start":1724861070666,"stop":1724861070666,"duration":0}},{"uid":"a071e82ad59dc005","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a071e82ad59dc005","status":"passed","time":{"start":1724860931330,"stop":1724860931331,"duration":1}}]},"a67fa047ca3b21342fee2ad0da14b0cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1e930c815c970ea9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1e930c815c970ea9","status":"passed","time":{"start":1724921556060,"stop":1724921556061,"duration":1}}]},"7320ebaf2ea114d869ff8a2f6f4b740e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"415aeb1111d014dd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/415aeb1111d014dd","status":"passed","time":{"start":1724922382330,"stop":1724922382330,"duration":0}},{"uid":"94d7d0265deef02e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/94d7d0265deef02e","status":"passed","time":{"start":1724921045534,"stop":1724921045535,"duration":1}},{"uid":"72e9de6af143a513","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/72e9de6af143a513","status":"passed","time":{"start":1724921020728,"stop":1724921020728,"duration":0}},{"uid":"448051b79b6ad1b5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/448051b79b6ad1b5","status":"passed","time":{"start":1724917681057,"stop":1724917681058,"duration":1}},{"uid":"91581e8ba68bfd8e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91581e8ba68bfd8e","status":"passed","time":{"start":1724889459946,"stop":1724889459952,"duration":6}},{"uid":"a442ec057ab8f984","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a442ec057ab8f984","status":"passed","time":{"start":1724888610539,"stop":1724888610540,"duration":1}},{"uid":"8dae1a9222cd2177","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8dae1a9222cd2177","status":"passed","time":{"start":1724887766850,"stop":1724887766850,"duration":0}},{"uid":"df870cc7fa6dc738","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/df870cc7fa6dc738","status":"passed","time":{"start":1724886533245,"stop":1724886533245,"duration":0}},{"uid":"bbd3fda30866d7ef","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bbd3fda30866d7ef","status":"passed","time":{"start":1724886311092,"stop":1724886311093,"duration":1}},{"uid":"c918dbe30b611d00","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c918dbe30b611d00","status":"passed","time":{"start":1724861760051,"stop":1724861760051,"duration":0}},{"uid":"7d7240689dd05893","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7d7240689dd05893","status":"passed","time":{"start":1724861230832,"stop":1724861230834,"duration":2}},{"uid":"f1fedf054243ea6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f1fedf054243ea6","status":"passed","time":{"start":1724861053406,"stop":1724861053407,"duration":1}},{"uid":"b6a56315b99fad96","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b6a56315b99fad96","status":"passed","time":{"start":1724860914746,"stop":1724860914747,"duration":1}}]},"84e3f6dcc78665f6acbc58f86ad03f54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"28006613a6d39f0b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/28006613a6d39f0b","status":"passed","time":{"start":1724923012462,"stop":1724923012462,"duration":0}},{"uid":"5507f91b52ba9e50","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5507f91b52ba9e50","status":"passed","time":{"start":1724921625046,"stop":1724921625047,"duration":1}},{"uid":"12f457564aedc1d6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/12f457564aedc1d6","status":"passed","time":{"start":1724921590487,"stop":1724921590492,"duration":5}},{"uid":"1b88f2f935436ee4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1b88f2f935436ee4","status":"passed","time":{"start":1724918287563,"stop":1724918287563,"duration":0}},{"uid":"e9098bf41a9c0b9a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e9098bf41a9c0b9a","status":"passed","time":{"start":1724890047785,"stop":1724890047785,"duration":0}},{"uid":"18d58bf8f8d2bf47","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/18d58bf8f8d2bf47","status":"passed","time":{"start":1724889183918,"stop":1724889183918,"duration":0}},{"uid":"f1025200a31dfdba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f1025200a31dfdba","status":"passed","time":{"start":1724888354162,"stop":1724888354163,"duration":1}},{"uid":"73f3e1229fefdac0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/73f3e1229fefdac0","status":"passed","time":{"start":1724887145655,"stop":1724887145655,"duration":0}},{"uid":"34a275d18e9013ba","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/34a275d18e9013ba","status":"passed","time":{"start":1724886915784,"stop":1724886915785,"duration":1}},{"uid":"72cbb586a4af45a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72cbb586a4af45a1","status":"passed","time":{"start":1724862341435,"stop":1724862341435,"duration":0}},{"uid":"b4089b76657795a5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b4089b76657795a5","status":"passed","time":{"start":1724861805439,"stop":1724861805440,"duration":1}},{"uid":"5bcad77364fe9bed","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5bcad77364fe9bed","status":"passed","time":{"start":1724861662253,"stop":1724861662253,"duration":0}},{"uid":"16e5534fb8101d84","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/16e5534fb8101d84","status":"passed","time":{"start":1724861492506,"stop":1724861492506,"duration":0}}]},"03ca5e8e0bba9bc5818358b409b74807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2d450cdc4e83bcf9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2d450cdc4e83bcf9","status":"passed","time":{"start":1724923012480,"stop":1724923012480,"duration":0}},{"uid":"d249d79efd8490d6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d249d79efd8490d6","status":"passed","time":{"start":1724921625085,"stop":1724921625090,"duration":5}},{"uid":"8be700a7d7bc9ee","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8be700a7d7bc9ee","status":"passed","time":{"start":1724921590510,"stop":1724921590510,"duration":0}},{"uid":"a81a36896abfc0b8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a81a36896abfc0b8","status":"passed","time":{"start":1724918287576,"stop":1724918287576,"duration":0}},{"uid":"205dac4a4f6e9354","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/205dac4a4f6e9354","status":"passed","time":{"start":1724890047802,"stop":1724890047802,"duration":0}},{"uid":"14a4b30e88344ab1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14a4b30e88344ab1","status":"passed","time":{"start":1724889183944,"stop":1724889183946,"duration":2}},{"uid":"e802cf75e96930b7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e802cf75e96930b7","status":"passed","time":{"start":1724888354183,"stop":1724888354185,"duration":2}},{"uid":"e245b4315bf6736","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e245b4315bf6736","status":"passed","time":{"start":1724887145722,"stop":1724887145722,"duration":0}},{"uid":"8fa1aa9dd3754601","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8fa1aa9dd3754601","status":"passed","time":{"start":1724886915805,"stop":1724886915805,"duration":0}},{"uid":"443e18d679274410","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/443e18d679274410","status":"passed","time":{"start":1724862341465,"stop":1724862341465,"duration":0}},{"uid":"bf9d5343a9ae87c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bf9d5343a9ae87c","status":"passed","time":{"start":1724861805469,"stop":1724861805470,"duration":1}},{"uid":"5c59fca20e3056df","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5c59fca20e3056df","status":"passed","time":{"start":1724861662299,"stop":1724861662300,"duration":1}},{"uid":"cae0e9fc61f67c33","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cae0e9fc61f67c33","status":"passed","time":{"start":1724861492526,"stop":1724861492527,"duration":1}}]},"97349d040397fa5c6f0b0f5f59281a9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"14c8a1d3ace1612b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/14c8a1d3ace1612b","status":"passed","time":{"start":1724922398404,"stop":1724922398405,"duration":1}},{"uid":"b38193daee49975","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b38193daee49975","status":"passed","time":{"start":1724921061372,"stop":1724921061372,"duration":0}},{"uid":"8dfa5be78640309","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8dfa5be78640309","status":"passed","time":{"start":1724921036552,"stop":1724921036553,"duration":1}},{"uid":"ea44d88823cdb50c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ea44d88823cdb50c","status":"passed","time":{"start":1724917696994,"stop":1724917696994,"duration":0}},{"uid":"38501794b13cb4c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/38501794b13cb4c9","status":"passed","time":{"start":1724889475437,"stop":1724889475438,"duration":1}},{"uid":"6b95444744206768","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b95444744206768","status":"passed","time":{"start":1724888626531,"stop":1724888626531,"duration":0}},{"uid":"6d5d1a075a6372cf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6d5d1a075a6372cf","status":"passed","time":{"start":1724887782739,"stop":1724887782740,"duration":1}},{"uid":"c523f7a33014de06","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c523f7a33014de06","status":"passed","time":{"start":1724886549351,"stop":1724886549352,"duration":1}},{"uid":"e3c64c62cf5336e3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e3c64c62cf5336e3","status":"passed","time":{"start":1724886326872,"stop":1724886326873,"duration":1}},{"uid":"ce15f93ea27ee657","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ce15f93ea27ee657","status":"passed","time":{"start":1724861776302,"stop":1724861776303,"duration":1}},{"uid":"77ec377002243db6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/77ec377002243db6","status":"passed","time":{"start":1724861246686,"stop":1724861246687,"duration":1}},{"uid":"70f16d1fe3aebd9e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/70f16d1fe3aebd9e","status":"passed","time":{"start":1724861070670,"stop":1724861070671,"duration":1}},{"uid":"952a432c8f08c055","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/952a432c8f08c055","status":"passed","time":{"start":1724860931331,"stop":1724860931332,"duration":1}}]},"cd86263eb3dc64cf5241e8c46ab7a5be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61c692b773fbd31d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/61c692b773fbd31d","status":"passed","time":{"start":1724889144086,"stop":1724889144086,"duration":0}}]},"80fcd294cdbc55624f253345e9927799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"64833a4eb66b6ccb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64833a4eb66b6ccb","status":"passed","time":{"start":1724862262051,"stop":1724862262051,"duration":0}}]},"7c0bec199199dddc54954f2d5e07b38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ddebfa69136924e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ddebfa69136924e","status":"passed","time":{"start":1724922891488,"stop":1724922891488,"duration":0}},{"uid":"37280898a2e22c7e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/37280898a2e22c7e","status":"passed","time":{"start":1724921563013,"stop":1724921563013,"duration":0}},{"uid":"a91b5383471d9ca3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a91b5383471d9ca3","status":"passed","time":{"start":1724921526812,"stop":1724921526812,"duration":0}},{"uid":"acb8b837720ca946","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/acb8b837720ca946","status":"passed","time":{"start":1724918239939,"stop":1724918239939,"duration":0}},{"uid":"8ba8737a495b4d59","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8ba8737a495b4d59","status":"passed","time":{"start":1724889980890,"stop":1724889980890,"duration":0}},{"uid":"c2c583041db75256","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2c583041db75256","status":"passed","time":{"start":1724889109959,"stop":1724889109961,"duration":2}},{"uid":"a0cd9b9a7f67bb8e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a0cd9b9a7f67bb8e","status":"passed","time":{"start":1724888294722,"stop":1724888294722,"duration":0}},{"uid":"f73505fe21f61913","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f73505fe21f61913","status":"passed","time":{"start":1724887071737,"stop":1724887071738,"duration":1}},{"uid":"e8e5028a47f2f67a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e8e5028a47f2f67a","status":"passed","time":{"start":1724886848345,"stop":1724886848345,"duration":0}},{"uid":"d91debe8ed2ae607","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d91debe8ed2ae607","status":"passed","time":{"start":1724862259246,"stop":1724862259246,"duration":0}},{"uid":"16143ed12ecc35d8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/16143ed12ecc35d8","status":"passed","time":{"start":1724861735325,"stop":1724861735325,"duration":0}},{"uid":"e9b51e2549b5b717","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e9b51e2549b5b717","status":"passed","time":{"start":1724861606343,"stop":1724861606343,"duration":0}},{"uid":"94146ab59ef91e8d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/94146ab59ef91e8d","status":"passed","time":{"start":1724861426686,"stop":1724861426686,"duration":0}}]},"7af5165d936f1c635b931897a808e8f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9a7aaf6e4b5470e1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9a7aaf6e4b5470e1","status":"passed","time":{"start":1724918203694,"stop":1724918203695,"duration":1}}]},"a8f2a8bdd2e50b273de7469fefb4ced2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"38092e9f15e48512","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/38092e9f15e48512","status":"passed","time":{"start":1724922601840,"stop":1724922601840,"duration":0}},{"uid":"3fdd119d70884757","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3fdd119d70884757","status":"passed","time":{"start":1724921267867,"stop":1724921267867,"duration":0}},{"uid":"a5999ec537e9e369","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a5999ec537e9e369","status":"passed","time":{"start":1724921244361,"stop":1724921244362,"duration":1}},{"uid":"a6c2f9abfbf4a8ff","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a6c2f9abfbf4a8ff","status":"passed","time":{"start":1724917916041,"stop":1724917916041,"duration":0}},{"uid":"1502b68055595e2d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1502b68055595e2d","status":"passed","time":{"start":1724889678252,"stop":1724889678253,"duration":1}},{"uid":"750fff2b6209d185","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/750fff2b6209d185","status":"passed","time":{"start":1724888831682,"stop":1724888831682,"duration":0}},{"uid":"1c0dfebc0db35e8f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1c0dfebc0db35e8f","status":"passed","time":{"start":1724888003318,"stop":1724888003318,"duration":0}},{"uid":"70ef176609ead227","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/70ef176609ead227","status":"passed","time":{"start":1724886776604,"stop":1724886776604,"duration":0}},{"uid":"b54651c56f256dca","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b54651c56f256dca","status":"passed","time":{"start":1724886555789,"stop":1724886555789,"duration":0}},{"uid":"de11e34dd9953988","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/de11e34dd9953988","status":"passed","time":{"start":1724861983004,"stop":1724861983004,"duration":0}},{"uid":"2bb52b4ada6c49ff","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2bb52b4ada6c49ff","status":"passed","time":{"start":1724861444064,"stop":1724861444064,"duration":0}},{"uid":"4badf08cb4a5331b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4badf08cb4a5331b","status":"passed","time":{"start":1724861285827,"stop":1724861285827,"duration":0}},{"uid":"e55798ea6cc81e21","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e55798ea6cc81e21","status":"passed","time":{"start":1724861145662,"stop":1724861145662,"duration":0}}]},"0793868392cc04f0aa5624e3c1d879fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21d6f46a56dab322","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/21d6f46a56dab322","status":"passed","time":{"start":1724886880629,"stop":1724886880629,"duration":0}}]},"5c7edf9a83c44b29c85fb5b368348f65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cc905bc1755d9aaa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc905bc1755d9aaa","status":"passed","time":{"start":1724888292545,"stop":1724888292545,"duration":0}}]},"d3c01df5744db08bfa1405bc083ff2d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9c5e338f300bc737","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9c5e338f300bc737","status":"passed","time":{"start":1724922906439,"stop":1724922906439,"duration":0}},{"uid":"19ef9604a1086272","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/19ef9604a1086272","status":"passed","time":{"start":1724921613048,"stop":1724921613048,"duration":0}},{"uid":"7c4c9a47841448ab","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7c4c9a47841448ab","status":"passed","time":{"start":1724921556043,"stop":1724921556044,"duration":1}},{"uid":"5fa3f1fe3f822b60","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5fa3f1fe3f822b60","status":"passed","time":{"start":1724918259538,"stop":1724918259538,"duration":0}},{"uid":"4a04f11d5ac4fc87","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a04f11d5ac4fc87","status":"passed","time":{"start":1724890032289,"stop":1724890032289,"duration":0}},{"uid":"dcfb51ffc91c2f4f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dcfb51ffc91c2f4f","status":"passed","time":{"start":1724889144081,"stop":1724889144082,"duration":1}},{"uid":"f3b2a7245d65c5ef","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f3b2a7245d65c5ef","status":"passed","time":{"start":1724888336457,"stop":1724888336458,"duration":1}},{"uid":"2ef840d8c3e21623","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2ef840d8c3e21623","status":"passed","time":{"start":1724887092625,"stop":1724887092626,"duration":1}},{"uid":"4851f6a91515c0c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4851f6a91515c0c","status":"passed","time":{"start":1724886880628,"stop":1724886880629,"duration":1}},{"uid":"b37c606948ec3f64","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b37c606948ec3f64","status":"passed","time":{"start":1724862298392,"stop":1724862298392,"duration":0}},{"uid":"a83d574b86fd1926","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a83d574b86fd1926","status":"passed","time":{"start":1724861770115,"stop":1724861770115,"duration":0}},{"uid":"20ecbf233375e421","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/20ecbf233375e421","status":"passed","time":{"start":1724861637970,"stop":1724861637970,"duration":0}},{"uid":"78ff3ccfb28e3667","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/78ff3ccfb28e3667","status":"passed","time":{"start":1724861475022,"stop":1724861475024,"duration":2}}]},"2581eb0bf7c0cd6be0d6b90518bf4329:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5c895b665200b9e5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5c895b665200b9e5","status":"passed","time":{"start":1724922536231,"stop":1724922536232,"duration":1}},{"uid":"65eff275352e9750","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/65eff275352e9750","status":"passed","time":{"start":1724921198885,"stop":1724921198885,"duration":0}},{"uid":"cf28f44f87aa38a4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cf28f44f87aa38a4","status":"passed","time":{"start":1724921172338,"stop":1724921172338,"duration":0}},{"uid":"1fd21480764fae98","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1fd21480764fae98","status":"passed","time":{"start":1724917841038,"stop":1724917841038,"duration":0}},{"uid":"d93f4ce993f9706e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d93f4ce993f9706e","status":"passed","time":{"start":1724889622281,"stop":1724889622281,"duration":0}},{"uid":"d8112062f1d0154e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d8112062f1d0154e","status":"passed","time":{"start":1724888769660,"stop":1724888769661,"duration":1}},{"uid":"53bc8b11cf13dbca","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/53bc8b11cf13dbca","status":"passed","time":{"start":1724887926165,"stop":1724887926167,"duration":2}},{"uid":"26d90efcd848d3c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/26d90efcd848d3c","status":"passed","time":{"start":1724886693076,"stop":1724886693077,"duration":1}},{"uid":"fff2b0c4139dbdae","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fff2b0c4139dbdae","status":"passed","time":{"start":1724886468826,"stop":1724886468834,"duration":8}},{"uid":"31acf522b3777f12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31acf522b3777f12","status":"passed","time":{"start":1724861918245,"stop":1724861918245,"duration":0}},{"uid":"791f0f282d545fd5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/791f0f282d545fd5","status":"passed","time":{"start":1724861388580,"stop":1724861388580,"duration":0}},{"uid":"894f30891fbaf1c2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/894f30891fbaf1c2","status":"passed","time":{"start":1724861221407,"stop":1724861221407,"duration":0}},{"uid":"d9fda5cf71fe5d2d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d9fda5cf71fe5d2d","status":"passed","time":{"start":1724861075800,"stop":1724861075800,"duration":0}}]},"5208aec32c9f104fd6394f04ab591519:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"980238336f0b5e4c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/980238336f0b5e4c","status":"passed","time":{"start":1724922966705,"stop":1724922966705,"duration":0}},{"uid":"37ad946f1220bc7d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/37ad946f1220bc7d","status":"passed","time":{"start":1724921640664,"stop":1724921640664,"duration":0}},{"uid":"dec4e3f713f1940d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dec4e3f713f1940d","status":"passed","time":{"start":1724921597597,"stop":1724921597597,"duration":0}},{"uid":"cb088ac7e9125f3e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cb088ac7e9125f3e","status":"passed","time":{"start":1724918306250,"stop":1724918306250,"duration":0}},{"uid":"3ec004e8272d2a0a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3ec004e8272d2a0a","status":"passed","time":{"start":1724890060301,"stop":1724890060301,"duration":0}},{"uid":"e5fa32c40d932914","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e5fa32c40d932914","status":"passed","time":{"start":1724889191329,"stop":1724889191329,"duration":0}},{"uid":"8aea20cd1786033b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8aea20cd1786033b","status":"passed","time":{"start":1724888368608,"stop":1724888368618,"duration":10}},{"uid":"3958e248b83c1171","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3958e248b83c1171","status":"passed","time":{"start":1724887150941,"stop":1724887150941,"duration":0}},{"uid":"b147754979eaf785","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b147754979eaf785","status":"passed","time":{"start":1724886928812,"stop":1724886928819,"duration":7}},{"uid":"591216e1f9808f46","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/591216e1f9808f46","status":"passed","time":{"start":1724862346044,"stop":1724862346045,"duration":1}},{"uid":"3755995d928f9f0c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3755995d928f9f0c","status":"passed","time":{"start":1724861823101,"stop":1724861823101,"duration":0}},{"uid":"d7905f347019e92","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d7905f347019e92","status":"passed","time":{"start":1724861677724,"stop":1724861677724,"duration":0}},{"uid":"d0da512a065ddd2d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d0da512a065ddd2d","status":"passed","time":{"start":1724861503963,"stop":1724861503964,"duration":1}}]},"7e2ac153ef7f966804ad61aaa2a688ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7cd53eb5fc55618d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7cd53eb5fc55618d","status":"passed","time":{"start":1724922408751,"stop":1724922408752,"duration":1}},{"uid":"b129131824274df8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b129131824274df8","status":"passed","time":{"start":1724921071991,"stop":1724921071992,"duration":1}},{"uid":"fb85ec3bdd9ccddd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fb85ec3bdd9ccddd","status":"passed","time":{"start":1724921046818,"stop":1724921046819,"duration":1}},{"uid":"d138ba7b8655afc6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d138ba7b8655afc6","status":"passed","time":{"start":1724917707018,"stop":1724917707020,"duration":2}},{"uid":"d021c9cbe3f50718","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d021c9cbe3f50718","status":"passed","time":{"start":1724889485856,"stop":1724889485857,"duration":1}},{"uid":"169fe7df14e1f741","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/169fe7df14e1f741","status":"passed","time":{"start":1724888636616,"stop":1724888636618,"duration":2}},{"uid":"cb6ddfc098f1eaa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cb6ddfc098f1eaa","status":"passed","time":{"start":1724887792852,"stop":1724887792853,"duration":1}},{"uid":"bfb2fc6e80defad5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bfb2fc6e80defad5","status":"passed","time":{"start":1724886559721,"stop":1724886559722,"duration":1}},{"uid":"db6286fc4640c3d5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/db6286fc4640c3d5","status":"passed","time":{"start":1724886337371,"stop":1724886337373,"duration":2}},{"uid":"24a728f5a148be13","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/24a728f5a148be13","status":"passed","time":{"start":1724861786725,"stop":1724861786727,"duration":2}},{"uid":"82e7b91a758fecd7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/82e7b91a758fecd7","status":"passed","time":{"start":1724861257209,"stop":1724861257210,"duration":1}},{"uid":"3d53a3d245fea169","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3d53a3d245fea169","status":"passed","time":{"start":1724861081078,"stop":1724861081080,"duration":2}},{"uid":"d61e0cdefd370","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d61e0cdefd370","status":"passed","time":{"start":1724860941727,"stop":1724860941729,"duration":2}}]},"4d56ffb3a9050f5b40c98d2eac693415:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a054204567ac3218","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a054204567ac3218","status":"passed","time":{"start":1724922374696,"stop":1724922374696,"duration":0}},{"uid":"662b430445e0dcdb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/662b430445e0dcdb","status":"passed","time":{"start":1724921037655,"stop":1724921037655,"duration":0}},{"uid":"a50b2a9da56ab086","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a50b2a9da56ab086","status":"passed","time":{"start":1724921013069,"stop":1724921013070,"duration":1}},{"uid":"582eb22469cc37cb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/582eb22469cc37cb","status":"passed","time":{"start":1724917673310,"stop":1724917673310,"duration":0}},{"uid":"1a8a75e2a00a5fb8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1a8a75e2a00a5fb8","status":"passed","time":{"start":1724889452329,"stop":1724889452330,"duration":1}},{"uid":"39c7cf8a15259dc4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/39c7cf8a15259dc4","status":"passed","time":{"start":1724888602862,"stop":1724888602862,"duration":0}},{"uid":"93df1883e4ca3491","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/93df1883e4ca3491","status":"passed","time":{"start":1724887759182,"stop":1724887759182,"duration":0}},{"uid":"895466f6bb381cac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/895466f6bb381cac","status":"passed","time":{"start":1724886525559,"stop":1724886525559,"duration":0}},{"uid":"e9fe670245ccda50","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e9fe670245ccda50","status":"passed","time":{"start":1724886303416,"stop":1724886303416,"duration":0}},{"uid":"2e4907bb47bcf216","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2e4907bb47bcf216","status":"passed","time":{"start":1724861752252,"stop":1724861752252,"duration":0}},{"uid":"3a33f9bce11bf6b1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3a33f9bce11bf6b1","status":"passed","time":{"start":1724861223372,"stop":1724861223373,"duration":1}},{"uid":"7f668438afd0b5cb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7f668438afd0b5cb","status":"passed","time":{"start":1724861045222,"stop":1724861045222,"duration":0}},{"uid":"ba24b999eccd3f07","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ba24b999eccd3f07","status":"passed","time":{"start":1724860907109,"stop":1724860907109,"duration":0}}]},"c0667d85f76d2b02d48166734d5e25c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"960255ab3051197","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/960255ab3051197","status":"passed","time":{"start":1724921556044,"stop":1724921556058,"duration":14}}]},"d49356753cb280834e8da245b234566a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8dde49f846c61e92","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8dde49f846c61e92","status":"passed","time":{"start":1724861546171,"stop":1724861546172,"duration":1}}]},"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a198dee6911b2261","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a198dee6911b2261","status":"passed","time":{"start":1724922891482,"stop":1724922891482,"duration":0}},{"uid":"1b5565ebb7b12e45","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1b5565ebb7b12e45","status":"passed","time":{"start":1724921563003,"stop":1724921563004,"duration":1}},{"uid":"a2f038a7c66ef914","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a2f038a7c66ef914","status":"passed","time":{"start":1724921526807,"stop":1724921526807,"duration":0}},{"uid":"48fa167413b1dbf8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/48fa167413b1dbf8","status":"passed","time":{"start":1724918239926,"stop":1724918239926,"duration":0}},{"uid":"d781ca2621088f1c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d781ca2621088f1c","status":"passed","time":{"start":1724889980878,"stop":1724889980878,"duration":0}},{"uid":"c8580074c1780b00","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c8580074c1780b00","status":"passed","time":{"start":1724889109944,"stop":1724889109945,"duration":1}},{"uid":"e26b04ab88f4fe9c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e26b04ab88f4fe9c","status":"passed","time":{"start":1724888294717,"stop":1724888294717,"duration":0}},{"uid":"fe94ac10233a68f5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fe94ac10233a68f5","status":"passed","time":{"start":1724887071731,"stop":1724887071731,"duration":0}},{"uid":"9d23919da1e63331","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9d23919da1e63331","status":"passed","time":{"start":1724886848338,"stop":1724886848338,"duration":0}},{"uid":"7c951f6b060b201a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7c951f6b060b201a","status":"passed","time":{"start":1724862259239,"stop":1724862259240,"duration":1}},{"uid":"cbeef24f4c7f60ae","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cbeef24f4c7f60ae","status":"passed","time":{"start":1724861735320,"stop":1724861735320,"duration":0}},{"uid":"a2d138d9fccbf82d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a2d138d9fccbf82d","status":"passed","time":{"start":1724861606333,"stop":1724861606333,"duration":0}},{"uid":"d135ab3f0cc1e814","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d135ab3f0cc1e814","status":"passed","time":{"start":1724861426678,"stop":1724861426679,"duration":1}}]},"8e2e57ef928f2d500901bd34cc9320ff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c979c5bd8a182114","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c979c5bd8a182114","status":"passed","time":{"start":1724922887530,"stop":1724922887531,"duration":1}}]},"03cd704822bb75f984d84db407f159eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c9d0172847edd4a1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c9d0172847edd4a1","status":"passed","time":{"start":1724922611430,"stop":1724922611430,"duration":0}},{"uid":"b8e6953dfdbec3ff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b8e6953dfdbec3ff","status":"passed","time":{"start":1724921270352,"stop":1724921270352,"duration":0}},{"uid":"7268eeb2c0435d2e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7268eeb2c0435d2e","status":"passed","time":{"start":1724921247812,"stop":1724921247812,"duration":0}},{"uid":"c45f3711809f2f5e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c45f3711809f2f5e","status":"passed","time":{"start":1724917989813,"stop":1724917989814,"duration":1}},{"uid":"9214d8323fa34c9f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9214d8323fa34c9f","status":"passed","time":{"start":1724889678541,"stop":1724889678542,"duration":1}},{"uid":"ce7d10b8a8ec2381","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ce7d10b8a8ec2381","status":"passed","time":{"start":1724888829833,"stop":1724888829833,"duration":0}},{"uid":"c80811709599f23b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c80811709599f23b","status":"passed","time":{"start":1724888076984,"stop":1724888076985,"duration":1}},{"uid":"e5c55e1ce1566afe","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e5c55e1ce1566afe","status":"passed","time":{"start":1724886851120,"stop":1724886851121,"duration":1}},{"uid":"e73ce8c1b70927ee","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e73ce8c1b70927ee","status":"passed","time":{"start":1724886647082,"stop":1724886647083,"duration":1}},{"uid":"7cc0fed3145cfd83","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7cc0fed3145cfd83","status":"passed","time":{"start":1724861992708,"stop":1724861992708,"duration":0}},{"uid":"717d57f89b100f98","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/717d57f89b100f98","status":"passed","time":{"start":1724861469637,"stop":1724861469637,"duration":0}},{"uid":"abff8a93dd3dbb2f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/abff8a93dd3dbb2f","status":"passed","time":{"start":1724861284852,"stop":1724861284853,"duration":1}},{"uid":"a5dc3ccb9edea78","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a5dc3ccb9edea78","status":"passed","time":{"start":1724861145797,"stop":1724861145798,"duration":1}}]},"26330da5b3096bf3d09adef4cbbbc4b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ba7a7785f2cd6b55","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ba7a7785f2cd6b55","status":"passed","time":{"start":1724922998983,"stop":1724922998983,"duration":0}},{"uid":"de1e2293a956f74b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/de1e2293a956f74b","status":"passed","time":{"start":1724921672580,"stop":1724921672580,"duration":0}},{"uid":"934a266aa5476158","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/934a266aa5476158","status":"passed","time":{"start":1724921629963,"stop":1724921629963,"duration":0}},{"uid":"fdb61e6c404805e5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fdb61e6c404805e5","status":"passed","time":{"start":1724918337081,"stop":1724918337081,"duration":0}},{"uid":"a65cda467033f996","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a65cda467033f996","status":"passed","time":{"start":1724890089177,"stop":1724890089178,"duration":1}},{"uid":"18d7eb3564abec97","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/18d7eb3564abec97","status":"passed","time":{"start":1724889221659,"stop":1724889221659,"duration":0}},{"uid":"5cdb9a52ee950725","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5cdb9a52ee950725","status":"passed","time":{"start":1724888396187,"stop":1724888396187,"duration":0}},{"uid":"c10ecf155cfc4c3c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c10ecf155cfc4c3c","status":"passed","time":{"start":1724887170937,"stop":1724887170937,"duration":0}},{"uid":"63b925fbbebb78e6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/63b925fbbebb78e6","status":"passed","time":{"start":1724886948524,"stop":1724886948524,"duration":0}},{"uid":"f511ea33c5701dca","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f511ea33c5701dca","status":"passed","time":{"start":1724862370752,"stop":1724862370752,"duration":0}},{"uid":"d3269081a5aea922","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d3269081a5aea922","status":"passed","time":{"start":1724861845157,"stop":1724861845160,"duration":3}},{"uid":"23819e739ccebe1e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/23819e739ccebe1e","status":"passed","time":{"start":1724861703115,"stop":1724861703115,"duration":0}},{"uid":"8877ccda5dbb4443","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8877ccda5dbb4443","status":"passed","time":{"start":1724861530975,"stop":1724861530975,"duration":0}}]},"bba86f6e47218436c2b279d10ade504a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"957b9d1f78828c29","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/957b9d1f78828c29","status":"passed","time":{"start":1724922921439,"stop":1724922921440,"duration":1}},{"uid":"841549f8241a4f48","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/841549f8241a4f48","status":"passed","time":{"start":1724921602941,"stop":1724921602943,"duration":2}},{"uid":"ffe58c6dea5523fa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ffe58c6dea5523fa","status":"passed","time":{"start":1724921571090,"stop":1724921571090,"duration":0}},{"uid":"76a12265db476d29","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/76a12265db476d29","status":"passed","time":{"start":1724918285579,"stop":1724918285579,"duration":0}},{"uid":"a5f7cb20728404cd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5f7cb20728404cd","status":"passed","time":{"start":1724890030085,"stop":1724890030085,"duration":0}},{"uid":"c05d7bdcf4a94df8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c05d7bdcf4a94df8","status":"passed","time":{"start":1724889171903,"stop":1724889171903,"duration":0}},{"uid":"b6861d4d3dfd07d3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b6861d4d3dfd07d3","status":"passed","time":{"start":1724888350717,"stop":1724888350717,"duration":0}},{"uid":"1a1c0e202b8e72ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1a1c0e202b8e72ea","status":"passed","time":{"start":1724887115402,"stop":1724887115402,"duration":0}},{"uid":"cb5f9b720ad00346","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cb5f9b720ad00346","status":"passed","time":{"start":1724886884567,"stop":1724886884567,"duration":0}},{"uid":"224782996b1ef460","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/224782996b1ef460","status":"passed","time":{"start":1724862322241,"stop":1724862322242,"duration":1}},{"uid":"ff2107deeb36aa66","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ff2107deeb36aa66","status":"passed","time":{"start":1724861790746,"stop":1724861790747,"duration":1}},{"uid":"59086a546ed1fd90","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/59086a546ed1fd90","status":"passed","time":{"start":1724861628414,"stop":1724861628415,"duration":1}},{"uid":"2c7c131b706b0c4f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2c7c131b706b0c4f","status":"passed","time":{"start":1724861465617,"stop":1724861465618,"duration":1}}]},"52d579e91fefe7ae2ff2607dc28cab8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"33b9094c70636ea9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33b9094c70636ea9","status":"passed","time":{"start":1724889938368,"stop":1724889938368,"duration":0}}]},"d7c2817025e0b686825bd46983b02b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e2dd52dedd97177","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e2dd52dedd97177","status":"passed","time":{"start":1724861145674,"stop":1724861145674,"duration":0}}]},"8fd035253b8753cc6e567b3652ba3240:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"582dfa3cccad9abd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/582dfa3cccad9abd","status":"passed","time":{"start":1724922921473,"stop":1724922921473,"duration":0}}]},"7ce18161254ebadcfa68668ab8c81e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"57dc263271b9f1c6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/57dc263271b9f1c6","status":"passed","time":{"start":1724922862332,"stop":1724922862333,"duration":1}},{"uid":"e8a573b851f097b4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e8a573b851f097b4","status":"passed","time":{"start":1724921540106,"stop":1724921540107,"duration":1}},{"uid":"82944b004fb316a7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/82944b004fb316a7","status":"passed","time":{"start":1724921503538,"stop":1724921503539,"duration":1}},{"uid":"2d03253a42368417","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2d03253a42368417","status":"passed","time":{"start":1724918214355,"stop":1724918214355,"duration":0}},{"uid":"c2a9bac8e8960fad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2a9bac8e8960fad","status":"passed","time":{"start":1724889952442,"stop":1724889952443,"duration":1}},{"uid":"6df7b37de727a6e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6df7b37de727a6e1","status":"passed","time":{"start":1724889087460,"stop":1724889087460,"duration":0}},{"uid":"405ae069a8bab0c1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/405ae069a8bab0c1","status":"passed","time":{"start":1724888266428,"stop":1724888266428,"duration":0}},{"uid":"fa2519ee081381c6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fa2519ee081381c6","status":"passed","time":{"start":1724887042929,"stop":1724887042930,"duration":1}},{"uid":"536563571d656ae2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/536563571d656ae2","status":"passed","time":{"start":1724886820796,"stop":1724886820797,"duration":1}},{"uid":"b1768ac5785f9ffb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1768ac5785f9ffb","status":"passed","time":{"start":1724862245488,"stop":1724862245489,"duration":1}},{"uid":"7c48e0a7d032b49c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7c48e0a7d032b49c","status":"passed","time":{"start":1724861720393,"stop":1724861720393,"duration":0}},{"uid":"7ab19e1046c0f337","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7ab19e1046c0f337","status":"passed","time":{"start":1724861579386,"stop":1724861579386,"duration":0}},{"uid":"e21816539dd80ff0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e21816539dd80ff0","status":"passed","time":{"start":1724861402506,"stop":1724861402506,"duration":0}}]},"51b13c4a3c82351a42d73fa468f9539d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2223493fad5eb9c7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2223493fad5eb9c7","status":"passed","time":{"start":1724922928886,"stop":1724922928886,"duration":0}},{"uid":"211fe50555a2ab70","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/211fe50555a2ab70","status":"passed","time":{"start":1724921620594,"stop":1724921620595,"duration":1}},{"uid":"ca20a97a6ea4abff","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ca20a97a6ea4abff","status":"passed","time":{"start":1724921566686,"stop":1724921566686,"duration":0}},{"uid":"859f5b7fbd0a0860","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/859f5b7fbd0a0860","status":"passed","time":{"start":1724918280552,"stop":1724918280552,"duration":0}},{"uid":"bc9ed7ae0a7c7e6e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc9ed7ae0a7c7e6e","status":"passed","time":{"start":1724890019468,"stop":1724890019468,"duration":0}},{"uid":"6686392d0d656a8f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6686392d0d656a8f","status":"passed","time":{"start":1724889148721,"stop":1724889148721,"duration":0}},{"uid":"86e1bb1773603233","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/86e1bb1773603233","status":"passed","time":{"start":1724888331953,"stop":1724888331954,"duration":1}},{"uid":"1178514aaf5dddf6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1178514aaf5dddf6","status":"passed","time":{"start":1724887107113,"stop":1724887107113,"duration":0}},{"uid":"3a62892c794a56e1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3a62892c794a56e1","status":"passed","time":{"start":1724886889607,"stop":1724886889607,"duration":0}},{"uid":"793c2853d68fa51c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/793c2853d68fa51c","status":"passed","time":{"start":1724862298788,"stop":1724862298788,"duration":0}},{"uid":"9c47e74254660707","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9c47e74254660707","status":"passed","time":{"start":1724861779251,"stop":1724861779252,"duration":1}},{"uid":"f7f2b74b90d92f79","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f7f2b74b90d92f79","status":"passed","time":{"start":1724861646559,"stop":1724861646561,"duration":2}},{"uid":"9e053bc28d1c69e4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9e053bc28d1c69e4","status":"passed","time":{"start":1724861466610,"stop":1724861466611,"duration":1}}]},"96d052cc2d4d67f075196ba679807ea8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"da1c3ac4e445f523","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/da1c3ac4e445f523","status":"passed","time":{"start":1724922374664,"stop":1724922374671,"duration":7}},{"uid":"3e775a524f387094","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3e775a524f387094","status":"passed","time":{"start":1724921037631,"stop":1724921037631,"duration":0}},{"uid":"8679edf23ab318b0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8679edf23ab318b0","status":"passed","time":{"start":1724921013043,"stop":1724921013044,"duration":1}},{"uid":"37ac326990081de3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/37ac326990081de3","status":"passed","time":{"start":1724917673286,"stop":1724917673286,"duration":0}},{"uid":"ff8eccd5ac8999db","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff8eccd5ac8999db","status":"passed","time":{"start":1724889452305,"stop":1724889452306,"duration":1}},{"uid":"9e9e969430cbc80b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e9e969430cbc80b","status":"passed","time":{"start":1724888602836,"stop":1724888602836,"duration":0}},{"uid":"7234654076f60acc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7234654076f60acc","status":"passed","time":{"start":1724887759160,"stop":1724887759160,"duration":0}},{"uid":"a89965eb3a70a5e7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a89965eb3a70a5e7","status":"passed","time":{"start":1724886525540,"stop":1724886525540,"duration":0}},{"uid":"ee8bc8a4f229de17","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ee8bc8a4f229de17","status":"passed","time":{"start":1724886303392,"stop":1724886303393,"duration":1}},{"uid":"dd4f9366d6632214","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd4f9366d6632214","status":"passed","time":{"start":1724861752223,"stop":1724861752223,"duration":0}},{"uid":"25fc41d3d7dd81a0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/25fc41d3d7dd81a0","status":"passed","time":{"start":1724861223351,"stop":1724861223351,"duration":0}},{"uid":"7314ef231461ad34","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7314ef231461ad34","status":"passed","time":{"start":1724861045197,"stop":1724861045198,"duration":1}},{"uid":"730775233ecf803f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/730775233ecf803f","status":"passed","time":{"start":1724860907080,"stop":1724860907081,"duration":1}}]},"a519c6f1e0d61db9129a1ea9e0f33de3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f2f9fcc2540c1b67","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f2f9fcc2540c1b67","status":"passed","time":{"start":1724922906440,"stop":1724922906441,"duration":1}}]},"60f0ccd9287782ff6ae41aeb8355a2d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"534602ca4857febe","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/534602ca4857febe","status":"passed","time":{"start":1724922374688,"stop":1724922374688,"duration":0}},{"uid":"b128c6132fadca5b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b128c6132fadca5b","status":"passed","time":{"start":1724921037649,"stop":1724921037650,"duration":1}},{"uid":"12d6191e00ae797c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/12d6191e00ae797c","status":"passed","time":{"start":1724921013062,"stop":1724921013062,"duration":0}},{"uid":"4f73b7d0ac7be3f3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4f73b7d0ac7be3f3","status":"passed","time":{"start":1724917673302,"stop":1724917673303,"duration":1}},{"uid":"b56c99caef6a0ce6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b56c99caef6a0ce6","status":"passed","time":{"start":1724889452323,"stop":1724889452323,"duration":0}},{"uid":"11a4e713d01ab491","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/11a4e713d01ab491","status":"passed","time":{"start":1724888602855,"stop":1724888602855,"duration":0}},{"uid":"93d755c0e96eb12","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/93d755c0e96eb12","status":"passed","time":{"start":1724887759175,"stop":1724887759176,"duration":1}},{"uid":"888d506a8f386fe9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/888d506a8f386fe9","status":"passed","time":{"start":1724886525554,"stop":1724886525554,"duration":0}},{"uid":"7c25d7679f31e05c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7c25d7679f31e05c","status":"passed","time":{"start":1724886303409,"stop":1724886303409,"duration":0}},{"uid":"ac27b2f62392efc8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ac27b2f62392efc8","status":"passed","time":{"start":1724861752246,"stop":1724861752246,"duration":0}},{"uid":"c4a65392b24f07b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c4a65392b24f07b","status":"passed","time":{"start":1724861223366,"stop":1724861223366,"duration":0}},{"uid":"7f8e301d2406efe6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7f8e301d2406efe6","status":"passed","time":{"start":1724861045215,"stop":1724861045215,"duration":0}},{"uid":"33aad2beb6b766a8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/33aad2beb6b766a8","status":"passed","time":{"start":1724860907100,"stop":1724860907100,"duration":0}}]},"6e881e81d5dc403c0c20e414b01b1d9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e4bf5214366e4ef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e4bf5214366e4ef","status":"passed","time":{"start":1724862322281,"stop":1724862322281,"duration":0}}]},"dd6e209b83ddedee2935ba848d5a742f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3945f6963ef94102","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3945f6963ef94102","status":"passed","time":{"start":1724922971798,"stop":1724922971798,"duration":0}},{"uid":"b40ce6b8319ca8e6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b40ce6b8319ca8e6","status":"passed","time":{"start":1724921663253,"stop":1724921663254,"duration":1}},{"uid":"3ff49a9ac397ba14","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3ff49a9ac397ba14","status":"passed","time":{"start":1724921617878,"stop":1724921617879,"duration":1}},{"uid":"36e49c4e97a13a86","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/36e49c4e97a13a86","status":"passed","time":{"start":1724918326160,"stop":1724918326160,"duration":0}},{"uid":"1690c2fb6dd24fd0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1690c2fb6dd24fd0","status":"passed","time":{"start":1724890076392,"stop":1724890076392,"duration":0}},{"uid":"2af2e44c69e3077a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2af2e44c69e3077a","status":"passed","time":{"start":1724889199686,"stop":1724889199687,"duration":1}},{"uid":"894ac01cd9f63976","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/894ac01cd9f63976","status":"passed","time":{"start":1724888382420,"stop":1724888382421,"duration":1}},{"uid":"3110ecb34c97a07a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3110ecb34c97a07a","status":"passed","time":{"start":1724887156366,"stop":1724887156367,"duration":1}},{"uid":"ad00e63020dc23f3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ad00e63020dc23f3","status":"passed","time":{"start":1724886936159,"stop":1724886936168,"duration":9}},{"uid":"b0d487dbcdc72564","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b0d487dbcdc72564","status":"passed","time":{"start":1724862347635,"stop":1724862347635,"duration":0}},{"uid":"f1339e26a76a9fba","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f1339e26a76a9fba","status":"passed","time":{"start":1724861827952,"stop":1724861827952,"duration":0}},{"uid":"86e145795c0faba0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/86e145795c0faba0","status":"passed","time":{"start":1724861685957,"stop":1724861685958,"duration":1}},{"uid":"1433f35c7dc0c746","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1433f35c7dc0c746","status":"passed","time":{"start":1724861514746,"stop":1724861514746,"duration":0}}]},"4cb8c9a4f7892d41b2c8449fa5613be1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e78815666ea6e681","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e78815666ea6e681","status":"passed","time":{"start":1724922601845,"stop":1724922601846,"duration":1}}]},"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"80b478932d3aadc2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/80b478932d3aadc2","status":"passed","time":{"start":1724922984602,"stop":1724922984603,"duration":1}},{"uid":"b22f5ba160756d28","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b22f5ba160756d28","status":"passed","time":{"start":1724921665482,"stop":1724921665482,"duration":0}},{"uid":"7e12f7d1c081797d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7e12f7d1c081797d","status":"passed","time":{"start":1724921620263,"stop":1724921620264,"duration":1}},{"uid":"bee8ba7116310627","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bee8ba7116310627","status":"passed","time":{"start":1724918327895,"stop":1724918327895,"duration":0}},{"uid":"72208b4bcb8b4fc4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72208b4bcb8b4fc4","status":"passed","time":{"start":1724890080824,"stop":1724890080825,"duration":1}},{"uid":"a737813ac0f3d9f3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a737813ac0f3d9f3","status":"passed","time":{"start":1724889209274,"stop":1724889209275,"duration":1}},{"uid":"79a1f3ce66410f4d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/79a1f3ce66410f4d","status":"passed","time":{"start":1724888392556,"stop":1724888392556,"duration":0}},{"uid":"6f4677bc10684d27","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6f4677bc10684d27","status":"passed","time":{"start":1724887163401,"stop":1724887163401,"duration":0}},{"uid":"29391bc152a461e0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/29391bc152a461e0","status":"passed","time":{"start":1724886939850,"stop":1724886939850,"duration":0}},{"uid":"88f84acb9a45f8a8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/88f84acb9a45f8a8","status":"passed","time":{"start":1724862357132,"stop":1724862357132,"duration":0}},{"uid":"f288f7fe22cb3080","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f288f7fe22cb3080","status":"passed","time":{"start":1724861837824,"stop":1724861837824,"duration":0}},{"uid":"12c0f906dc5c3d00","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/12c0f906dc5c3d00","status":"passed","time":{"start":1724861694571,"stop":1724861694571,"duration":0}},{"uid":"aa718544d93a79ac","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/aa718544d93a79ac","status":"passed","time":{"start":1724861523915,"stop":1724861523915,"duration":0}}]},"966300dd66579ac55fc113dd4648bf73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"17fd057c1dc12662","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/17fd057c1dc12662","status":"passed","time":{"start":1724922853919,"stop":1724922853920,"duration":1}},{"uid":"a065e38701082722","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a065e38701082722","status":"passed","time":{"start":1724921529586,"stop":1724921529586,"duration":0}},{"uid":"8ca11ee7a187c757","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8ca11ee7a187c757","status":"passed","time":{"start":1724921488881,"stop":1724921488881,"duration":0}},{"uid":"8f89234acd2a98ae","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8f89234acd2a98ae","status":"passed","time":{"start":1724918203687,"stop":1724918203687,"duration":0}},{"uid":"c1bd6891ed0fae46","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c1bd6891ed0fae46","status":"passed","time":{"start":1724889938363,"stop":1724889938363,"duration":0}},{"uid":"376ffe885973f9c3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/376ffe885973f9c3","status":"passed","time":{"start":1724889077067,"stop":1724889077067,"duration":0}},{"uid":"b9a3b25ad1aa30e6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b9a3b25ad1aa30e6","status":"passed","time":{"start":1724888268036,"stop":1724888268036,"duration":0}},{"uid":"4ffc42f80393a07a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4ffc42f80393a07a","status":"passed","time":{"start":1724887032408,"stop":1724887032408,"duration":0}},{"uid":"3e9e95a3a85de80b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3e9e95a3a85de80b","status":"passed","time":{"start":1724886822822,"stop":1724886822822,"duration":0}},{"uid":"4e450b76e95c98c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4e450b76e95c98c9","status":"passed","time":{"start":1724862233512,"stop":1724862233512,"duration":0}},{"uid":"bc3263196f8be6a8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bc3263196f8be6a8","status":"passed","time":{"start":1724861712671,"stop":1724861712671,"duration":0}},{"uid":"bfc49bb6cb32a793","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bfc49bb6cb32a793","status":"passed","time":{"start":1724861567890,"stop":1724861567891,"duration":1}},{"uid":"d3923e16945b82eb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d3923e16945b82eb","status":"passed","time":{"start":1724861392055,"stop":1724861392055,"duration":0}}]},"487360e262b8a6ed18ef973d5078e640:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2a0c933bf7ad098d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2a0c933bf7ad098d","status":"passed","time":{"start":1724922536232,"stop":1724922536232,"duration":0}},{"uid":"11478258b73834c9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/11478258b73834c9","status":"passed","time":{"start":1724921198885,"stop":1724921198886,"duration":1}},{"uid":"a2172fd16291efd6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a2172fd16291efd6","status":"passed","time":{"start":1724921172338,"stop":1724921172339,"duration":1}},{"uid":"f0dac3f9b95a3a22","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f0dac3f9b95a3a22","status":"passed","time":{"start":1724917841038,"stop":1724917841039,"duration":1}},{"uid":"b0ce75c5fb929a5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b0ce75c5fb929a5","status":"passed","time":{"start":1724889622281,"stop":1724889622281,"duration":0}},{"uid":"c5bfae1c7a612194","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5bfae1c7a612194","status":"passed","time":{"start":1724888769661,"stop":1724888769661,"duration":0}},{"uid":"60de0a78808e529e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/60de0a78808e529e","status":"passed","time":{"start":1724887926167,"stop":1724887926167,"duration":0}},{"uid":"661d853a5ed02283","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/661d853a5ed02283","status":"passed","time":{"start":1724886693078,"stop":1724886693078,"duration":0}},{"uid":"deeefb1bbbc8364e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/deeefb1bbbc8364e","status":"passed","time":{"start":1724886468834,"stop":1724886468835,"duration":1}},{"uid":"6aa72083c8840ca8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6aa72083c8840ca8","status":"passed","time":{"start":1724861918245,"stop":1724861918246,"duration":1}},{"uid":"7b041b1166ea5d23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7b041b1166ea5d23","status":"passed","time":{"start":1724861388580,"stop":1724861388581,"duration":1}},{"uid":"ae9785583263ec03","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ae9785583263ec03","status":"passed","time":{"start":1724861221408,"stop":1724861221408,"duration":0}},{"uid":"42025b1c7aa882e3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/42025b1c7aa882e3","status":"passed","time":{"start":1724861075800,"stop":1724861075803,"duration":3}}]},"27c86ce96e2f4c2cbd3052ec41b1c394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f919e2b0d44c3662","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f919e2b0d44c3662","status":"passed","time":{"start":1724889111172,"stop":1724889111173,"duration":1}}]},"90c2da105d44cd5038a3e47356ecb60f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"50d52e808e02da74","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/50d52e808e02da74","status":"passed","time":{"start":1724922845249,"stop":1724922845249,"duration":0}},{"uid":"da327398b7d68cc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/da327398b7d68cc","status":"passed","time":{"start":1724921515231,"stop":1724921515231,"duration":0}},{"uid":"5f7b76a568080a03","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5f7b76a568080a03","status":"passed","time":{"start":1724921475459,"stop":1724921475459,"duration":0}},{"uid":"33087df03a35e82","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/33087df03a35e82","status":"passed","time":{"start":1724918179406,"stop":1724918179406,"duration":0}},{"uid":"a2c15ea9f936e170","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2c15ea9f936e170","status":"passed","time":{"start":1724889935345,"stop":1724889935345,"duration":0}},{"uid":"4a2bffe5b8bddbe4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a2bffe5b8bddbe4","status":"passed","time":{"start":1724889072759,"stop":1724889072759,"duration":0}},{"uid":"bf0e668214192801","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bf0e668214192801","status":"passed","time":{"start":1724888232420,"stop":1724888232421,"duration":1}},{"uid":"406ccc03262c76bc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/406ccc03262c76bc","status":"passed","time":{"start":1724887018307,"stop":1724887018308,"duration":1}},{"uid":"8178703add842ba0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8178703add842ba0","status":"passed","time":{"start":1724886781484,"stop":1724886781485,"duration":1}},{"uid":"1a1b96284f55b1a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1a1b96284f55b1a1","status":"passed","time":{"start":1724862213667,"stop":1724862213668,"duration":1}},{"uid":"7575e493bf926685","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7575e493bf926685","status":"passed","time":{"start":1724861685860,"stop":1724861685861,"duration":1}},{"uid":"d889b871aa3ade00","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d889b871aa3ade00","status":"passed","time":{"start":1724861546182,"stop":1724861546183,"duration":1}},{"uid":"8c979dca3c75e021","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8c979dca3c75e021","status":"passed","time":{"start":1724861378116,"stop":1724861378117,"duration":1}}]},"2948283825d9333beac600eb7aed52d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ca5f00d5f3b78f64","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ca5f00d5f3b78f64","status":"passed","time":{"start":1724922377155,"stop":1724922377155,"duration":0}},{"uid":"7ea8b4edebffe8ae","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7ea8b4edebffe8ae","status":"passed","time":{"start":1724921040180,"stop":1724921040180,"duration":0}},{"uid":"224011dd1a7c4faf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/224011dd1a7c4faf","status":"passed","time":{"start":1724921015573,"stop":1724921015573,"duration":0}},{"uid":"419f00301400b6e4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/419f00301400b6e4","status":"passed","time":{"start":1724917675798,"stop":1724917675798,"duration":0}},{"uid":"1f39f5ab6dc71fe0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1f39f5ab6dc71fe0","status":"passed","time":{"start":1724889454806,"stop":1724889454806,"duration":0}},{"uid":"57de30c446919d80","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/57de30c446919d80","status":"passed","time":{"start":1724888605322,"stop":1724888605322,"duration":0}},{"uid":"d38a3342ff6145f4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d38a3342ff6145f4","status":"passed","time":{"start":1724887761647,"stop":1724887761647,"duration":0}},{"uid":"19da89c96daea822","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/19da89c96daea822","status":"passed","time":{"start":1724886527992,"stop":1724886527993,"duration":1}},{"uid":"34e0db91e10c2d72","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/34e0db91e10c2d72","status":"passed","time":{"start":1724886305811,"stop":1724886305812,"duration":1}},{"uid":"e291167255feaba3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e291167255feaba3","status":"passed","time":{"start":1724861754709,"stop":1724861754709,"duration":0}},{"uid":"40007aec1c6e73cb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/40007aec1c6e73cb","status":"passed","time":{"start":1724861225781,"stop":1724861225782,"duration":1}},{"uid":"4b2842c9da288ae2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4b2842c9da288ae2","status":"passed","time":{"start":1724861047868,"stop":1724861047869,"duration":1}},{"uid":"46ec6b325b51c2b6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/46ec6b325b51c2b6","status":"passed","time":{"start":1724860909784,"stop":1724860909785,"duration":1}}]},"899c5d66a8337911ade43525f8b3dfaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"753187cb3357070f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/753187cb3357070f","status":"passed","time":{"start":1724922382331,"stop":1724922382331,"duration":0}},{"uid":"5518751c2318af6c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5518751c2318af6c","status":"passed","time":{"start":1724921045535,"stop":1724921045536,"duration":1}},{"uid":"1661832603cbd71a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1661832603cbd71a","status":"passed","time":{"start":1724921020729,"stop":1724921020729,"duration":0}},{"uid":"d61e1c7e11429f4d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d61e1c7e11429f4d","status":"passed","time":{"start":1724917681060,"stop":1724917681061,"duration":1}},{"uid":"94e35760555c9101","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/94e35760555c9101","status":"passed","time":{"start":1724889459953,"stop":1724889459953,"duration":0}},{"uid":"391d51077abb788a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/391d51077abb788a","status":"passed","time":{"start":1724888610542,"stop":1724888610542,"duration":0}},{"uid":"6e95634198b8d67c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6e95634198b8d67c","status":"passed","time":{"start":1724887766851,"stop":1724887766851,"duration":0}},{"uid":"c44638fcd29da577","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c44638fcd29da577","status":"passed","time":{"start":1724886533246,"stop":1724886533247,"duration":1}},{"uid":"72f3c62e47268ca5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/72f3c62e47268ca5","status":"passed","time":{"start":1724886311094,"stop":1724886311095,"duration":1}},{"uid":"d83e02c6e9764f62","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d83e02c6e9764f62","status":"passed","time":{"start":1724861760052,"stop":1724861760052,"duration":0}},{"uid":"273a8b0db805a057","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/273a8b0db805a057","status":"passed","time":{"start":1724861230835,"stop":1724861230836,"duration":1}},{"uid":"bc588a9c0ef32066","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bc588a9c0ef32066","status":"passed","time":{"start":1724861053408,"stop":1724861053409,"duration":1}},{"uid":"5db42af2bc1fcd84","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5db42af2bc1fcd84","status":"passed","time":{"start":1724860914747,"stop":1724860914748,"duration":1}}]},"ae3e142dc85b413c1f1aeb2fddc2d411:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"947f0a5c299c900a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/947f0a5c299c900a","status":"passed","time":{"start":1724922611443,"stop":1724922611443,"duration":0}},{"uid":"6834b27dc72b33d9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6834b27dc72b33d9","status":"passed","time":{"start":1724921270366,"stop":1724921270366,"duration":0}},{"uid":"4c7b7756b6460005","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4c7b7756b6460005","status":"passed","time":{"start":1724921247828,"stop":1724921247831,"duration":3}},{"uid":"370cc884b43c5d3e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/370cc884b43c5d3e","status":"passed","time":{"start":1724917989828,"stop":1724917989828,"duration":0}},{"uid":"f9cf81d7bf5eb69c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9cf81d7bf5eb69c","status":"passed","time":{"start":1724889678579,"stop":1724889678579,"duration":0}},{"uid":"4ae8437a76c6b175","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4ae8437a76c6b175","status":"passed","time":{"start":1724888829852,"stop":1724888829852,"duration":0}},{"uid":"99d03f544d994c57","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/99d03f544d994c57","status":"passed","time":{"start":1724888077019,"stop":1724888077019,"duration":0}},{"uid":"f30757314ba6274b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f30757314ba6274b","status":"passed","time":{"start":1724886851132,"stop":1724886851132,"duration":0}},{"uid":"a5f13fa63653543a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a5f13fa63653543a","status":"passed","time":{"start":1724886647126,"stop":1724886647126,"duration":0}},{"uid":"3c6df4dbe709a68c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c6df4dbe709a68c","status":"passed","time":{"start":1724861992718,"stop":1724861992718,"duration":0}},{"uid":"20e01ab3ef1e9bcb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/20e01ab3ef1e9bcb","status":"passed","time":{"start":1724861469651,"stop":1724861469651,"duration":0}},{"uid":"1bff5c3e37922835","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1bff5c3e37922835","status":"passed","time":{"start":1724861284872,"stop":1724861284873,"duration":1}},{"uid":"8cc408d5101663a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8cc408d5101663a","status":"passed","time":{"start":1724861145824,"stop":1724861145824,"duration":0}}]},"460c50674f0e86169f8d2db4fee2f180:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5df6a34988c0cb5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5df6a34988c0cb5","status":"passed","time":{"start":1724922853908,"stop":1724922853908,"duration":0}},{"uid":"4539a613514e231b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4539a613514e231b","status":"passed","time":{"start":1724921529570,"stop":1724921529570,"duration":0}},{"uid":"4979c0aa19eb2b50","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4979c0aa19eb2b50","status":"passed","time":{"start":1724921488872,"stop":1724921488872,"duration":0}},{"uid":"16932dfb2d2c16e9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/16932dfb2d2c16e9","status":"passed","time":{"start":1724918203668,"stop":1724918203668,"duration":0}},{"uid":"808ac63bdb6832ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/808ac63bdb6832ac","status":"passed","time":{"start":1724889938351,"stop":1724889938352,"duration":1}},{"uid":"401e7e3fe1e2bd92","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/401e7e3fe1e2bd92","status":"passed","time":{"start":1724889077031,"stop":1724889077031,"duration":0}},{"uid":"1f1c0d5f79d70d14","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1f1c0d5f79d70d14","status":"passed","time":{"start":1724888268004,"stop":1724888268004,"duration":0}},{"uid":"2c40903c9e8b0623","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2c40903c9e8b0623","status":"passed","time":{"start":1724887032388,"stop":1724887032388,"duration":0}},{"uid":"18a185ec6c1af5d5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/18a185ec6c1af5d5","status":"passed","time":{"start":1724886822784,"stop":1724886822785,"duration":1}},{"uid":"9f90d0ac41cb69f6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f90d0ac41cb69f6","status":"passed","time":{"start":1724862233502,"stop":1724862233502,"duration":0}},{"uid":"bec73eecb2e98eb9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bec73eecb2e98eb9","status":"passed","time":{"start":1724861712663,"stop":1724861712663,"duration":0}},{"uid":"de8798921f148735","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/de8798921f148735","status":"passed","time":{"start":1724861567878,"stop":1724861567879,"duration":1}},{"uid":"ee796ab2bb6e209d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ee796ab2bb6e209d","status":"passed","time":{"start":1724861392037,"stop":1724861392038,"duration":1}}]},"a5d994d4e037636091129240852c1ee6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3683e32f594ff06b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3683e32f594ff06b","status":"passed","time":{"start":1724888345353,"stop":1724888345354,"duration":1}}]},"e06a0c3a976c1f7a86fba9d43d7c3f18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b3400111a432c6e1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b3400111a432c6e1","status":"passed","time":{"start":1724861637973,"stop":1724861637974,"duration":1}}]},"9e2c3e98b7175f01f1d9056bc9119a12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e08485e6c07e277","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e08485e6c07e277","status":"passed","time":{"start":1724922374658,"stop":1724922374658,"duration":0}},{"uid":"b7b0151897eef35e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b7b0151897eef35e","status":"passed","time":{"start":1724921037620,"stop":1724921037620,"duration":0}},{"uid":"903ff2684ce1fc49","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/903ff2684ce1fc49","status":"passed","time":{"start":1724921013032,"stop":1724921013033,"duration":1}},{"uid":"fc65db87e05bb9f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fc65db87e05bb9f","status":"passed","time":{"start":1724917673276,"stop":1724917673276,"duration":0}},{"uid":"151b29a8f69329bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/151b29a8f69329bd","status":"passed","time":{"start":1724889452294,"stop":1724889452295,"duration":1}},{"uid":"8c01ba9bbec739c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8c01ba9bbec739c9","status":"passed","time":{"start":1724888602824,"stop":1724888602824,"duration":0}},{"uid":"542fc6b7460f8ce3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/542fc6b7460f8ce3","status":"passed","time":{"start":1724887759149,"stop":1724887759149,"duration":0}},{"uid":"23106c6511095fb0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/23106c6511095fb0","status":"passed","time":{"start":1724886525536,"stop":1724886525536,"duration":0}},{"uid":"e43cf6a4acc0e9ee","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e43cf6a4acc0e9ee","status":"passed","time":{"start":1724886303381,"stop":1724886303382,"duration":1}},{"uid":"fc55b453324cd8d7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc55b453324cd8d7","status":"passed","time":{"start":1724861752210,"stop":1724861752211,"duration":1}},{"uid":"a658461797dff594","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a658461797dff594","status":"passed","time":{"start":1724861223341,"stop":1724861223341,"duration":0}},{"uid":"8aad20535975bd16","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8aad20535975bd16","status":"passed","time":{"start":1724861045186,"stop":1724861045186,"duration":0}},{"uid":"c85a898136f50a84","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c85a898136f50a84","status":"passed","time":{"start":1724860907068,"stop":1724860907069,"duration":1}}]},"3fb18a885665865913cabe795f9cd3e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"33990a37cc275bf6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/33990a37cc275bf6","status":"passed","time":{"start":1724922946228,"stop":1724922946229,"duration":1}},{"uid":"2c2593e0211c829e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2c2593e0211c829e","status":"passed","time":{"start":1724921619628,"stop":1724921619629,"duration":1}},{"uid":"9ae9646bd8c0ae0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9ae9646bd8c0ae0","status":"passed","time":{"start":1724921577166,"stop":1724921577167,"duration":1}},{"uid":"4e9f44f725263318","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4e9f44f725263318","status":"passed","time":{"start":1724918298097,"stop":1724918298098,"duration":1}},{"uid":"eb61b2aa0865c8a3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eb61b2aa0865c8a3","status":"passed","time":{"start":1724890039736,"stop":1724890039737,"duration":1}},{"uid":"730a2e163b4b3abb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/730a2e163b4b3abb","status":"passed","time":{"start":1724889169842,"stop":1724889169843,"duration":1}},{"uid":"d630a66c6a008fae","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d630a66c6a008fae","status":"passed","time":{"start":1724888345350,"stop":1724888345350,"duration":0}},{"uid":"3cdafaf87c9f3a12","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3cdafaf87c9f3a12","status":"passed","time":{"start":1724887127872,"stop":1724887127872,"duration":0}},{"uid":"cb9e53b48a1b690f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cb9e53b48a1b690f","status":"passed","time":{"start":1724886906377,"stop":1724886906378,"duration":1}},{"uid":"8e2e8688b37c3174","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e2e8688b37c3174","status":"passed","time":{"start":1724862320142,"stop":1724862320143,"duration":1}},{"uid":"7eb3989760438e8a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7eb3989760438e8a","status":"passed","time":{"start":1724861800254,"stop":1724861800254,"duration":0}},{"uid":"bb44685771e7fa0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bb44685771e7fa0","status":"passed","time":{"start":1724861655158,"stop":1724861655159,"duration":1}},{"uid":"780d719b455e6ea4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/780d719b455e6ea4","status":"passed","time":{"start":1724861485078,"stop":1724861485078,"duration":0}}]},"06e57c27fbe129c5f21509a3f48947ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4563b7165ab2b2a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4563b7165ab2b2a","status":"passed","time":{"start":1724922982488,"stop":1724922982488,"duration":0}},{"uid":"bd982cf118f543d4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bd982cf118f543d4","status":"passed","time":{"start":1724921656079,"stop":1724921656080,"duration":1}},{"uid":"3dc641d487740ee8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3dc641d487740ee8","status":"passed","time":{"start":1724921612561,"stop":1724921612561,"duration":0}},{"uid":"2b45aa5af4f7dfa9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2b45aa5af4f7dfa9","status":"passed","time":{"start":1724918317375,"stop":1724918317376,"duration":1}},{"uid":"46ba15d5df14efbd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/46ba15d5df14efbd","status":"passed","time":{"start":1724890075097,"stop":1724890075098,"duration":1}},{"uid":"7743c19b79d2c20d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7743c19b79d2c20d","status":"passed","time":{"start":1724889203357,"stop":1724889203357,"duration":0}},{"uid":"e38a32953716b6c7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e38a32953716b6c7","status":"passed","time":{"start":1724888382915,"stop":1724888382915,"duration":0}},{"uid":"215da7d84a57569","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/215da7d84a57569","status":"passed","time":{"start":1724887158109,"stop":1724887158109,"duration":0}},{"uid":"6808bc0f71a8e1a8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6808bc0f71a8e1a8","status":"passed","time":{"start":1724886934376,"stop":1724886934376,"duration":0}},{"uid":"4f94596c66a89a00","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f94596c66a89a00","status":"passed","time":{"start":1724862354701,"stop":1724862354701,"duration":0}},{"uid":"8d697f00263c13da","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8d697f00263c13da","status":"passed","time":{"start":1724861830502,"stop":1724861830502,"duration":0}},{"uid":"ef38b410e8fb63fd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ef38b410e8fb63fd","status":"passed","time":{"start":1724861685352,"stop":1724861685353,"duration":1}},{"uid":"7768cde77b3efdd4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7768cde77b3efdd4","status":"passed","time":{"start":1724861518175,"stop":1724861518175,"duration":0}}]},"53fd269993f3922af7b8872cce70892a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a66b441fbbc0f529","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a66b441fbbc0f529","status":"passed","time":{"start":1724862320148,"stop":1724862320148,"duration":0}}]},"2f60eb11375122698cd189a9993bdab0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4f666b7b6f05e301","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4f666b7b6f05e301","status":"passed","time":{"start":1724923012466,"stop":1724923012466,"duration":0}},{"uid":"f6e069d3dc4eb0fc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f6e069d3dc4eb0fc","status":"passed","time":{"start":1724921625067,"stop":1724921625068,"duration":1}},{"uid":"d44ae020496c8a08","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d44ae020496c8a08","status":"passed","time":{"start":1724921590497,"stop":1724921590497,"duration":0}},{"uid":"72f0eb046d3127e8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/72f0eb046d3127e8","status":"passed","time":{"start":1724918287566,"stop":1724918287566,"duration":0}},{"uid":"dd60975e52938f3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd60975e52938f3e","status":"passed","time":{"start":1724890047789,"stop":1724890047789,"duration":0}},{"uid":"25e04a61d8dca42","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/25e04a61d8dca42","status":"passed","time":{"start":1724889183922,"stop":1724889183922,"duration":0}},{"uid":"98dfd26ff6fa4f63","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/98dfd26ff6fa4f63","status":"passed","time":{"start":1724888354167,"stop":1724888354167,"duration":0}},{"uid":"721d4bd9edc97eb8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/721d4bd9edc97eb8","status":"passed","time":{"start":1724887145660,"stop":1724887145661,"duration":1}},{"uid":"eac6afe85959d9a6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eac6afe85959d9a6","status":"passed","time":{"start":1724886915788,"stop":1724886915788,"duration":0}},{"uid":"2deca668a52dbc17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2deca668a52dbc17","status":"passed","time":{"start":1724862341439,"stop":1724862341439,"duration":0}},{"uid":"ade87b4faf142a48","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ade87b4faf142a48","status":"passed","time":{"start":1724861805443,"stop":1724861805444,"duration":1}},{"uid":"cfebb910c05e6e7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cfebb910c05e6e7","status":"passed","time":{"start":1724861662257,"stop":1724861662258,"duration":1}},{"uid":"8ec31847abd3f8e8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8ec31847abd3f8e8","status":"passed","time":{"start":1724861492514,"stop":1724861492515,"duration":1}}]},"7219c87d37cdfe75150c3224e0bdecc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9b7811c126c3220","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9b7811c126c3220","status":"passed","time":{"start":1724888336462,"stop":1724888336463,"duration":1}}]},"283eea6c3cee0763840db8a2640833e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cad39391d3a1305f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cad39391d3a1305f","status":"passed","time":{"start":1724922382325,"stop":1724922382325,"duration":0}},{"uid":"d6ac9aef57299857","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d6ac9aef57299857","status":"passed","time":{"start":1724921045530,"stop":1724921045530,"duration":0}},{"uid":"a23688e5d75c68a5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a23688e5d75c68a5","status":"passed","time":{"start":1724921020723,"stop":1724921020724,"duration":1}},{"uid":"fc99790324582a78","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fc99790324582a78","status":"passed","time":{"start":1724917681048,"stop":1724917681049,"duration":1}},{"uid":"e62471237dbd8723","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e62471237dbd8723","status":"passed","time":{"start":1724889459912,"stop":1724889459913,"duration":1}},{"uid":"cd0739ed7c438b39","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd0739ed7c438b39","status":"passed","time":{"start":1724888610530,"stop":1724888610531,"duration":1}},{"uid":"2294d9a6b3e8c2c2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2294d9a6b3e8c2c2","status":"passed","time":{"start":1724887766845,"stop":1724887766846,"duration":1}},{"uid":"48bcad2ead886dc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/48bcad2ead886dc1","status":"passed","time":{"start":1724886533240,"stop":1724886533241,"duration":1}},{"uid":"d8b5b0edb5887d0b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d8b5b0edb5887d0b","status":"passed","time":{"start":1724886311087,"stop":1724886311087,"duration":0}},{"uid":"46b068be08a21287","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/46b068be08a21287","status":"passed","time":{"start":1724861760046,"stop":1724861760047,"duration":1}},{"uid":"699a1a314f06c70f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/699a1a314f06c70f","status":"passed","time":{"start":1724861230824,"stop":1724861230825,"duration":1}},{"uid":"881c926ba705a784","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/881c926ba705a784","status":"passed","time":{"start":1724861053395,"stop":1724861053396,"duration":1}},{"uid":"a5de27b09fb40d7c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a5de27b09fb40d7c","status":"passed","time":{"start":1724860914742,"stop":1724860914742,"duration":0}}]},"a4bd1ceec3e714658f838fd37e893d6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"32cff420de5154cf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/32cff420de5154cf","status":"passed","time":{"start":1724922983784,"stop":1724922983784,"duration":0}},{"uid":"411e8c6df063dcb8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/411e8c6df063dcb8","status":"passed","time":{"start":1724921656193,"stop":1724921656193,"duration":0}},{"uid":"24e4bec514dfaba0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/24e4bec514dfaba0","status":"passed","time":{"start":1724921620461,"stop":1724921620461,"duration":0}},{"uid":"2c6894bfb3816fd8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2c6894bfb3816fd8","status":"passed","time":{"start":1724918327711,"stop":1724918327712,"duration":1}},{"uid":"c29e8a9e053e51e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c29e8a9e053e51e8","status":"passed","time":{"start":1724890078471,"stop":1724890078472,"duration":1}},{"uid":"e9c9da59a191d5b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e9c9da59a191d5b3","status":"passed","time":{"start":1724889213830,"stop":1724889213830,"duration":0}},{"uid":"f1655dcc026b60a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f1655dcc026b60a9","status":"passed","time":{"start":1724888383603,"stop":1724888383603,"duration":0}},{"uid":"51278af3da47ac76","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/51278af3da47ac76","status":"passed","time":{"start":1724887164580,"stop":1724887164580,"duration":0}},{"uid":"fedf389d23e67d3f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fedf389d23e67d3f","status":"passed","time":{"start":1724886943103,"stop":1724886943103,"duration":0}},{"uid":"60b89a71c2fa04a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/60b89a71c2fa04a7","status":"passed","time":{"start":1724862368930,"stop":1724862368930,"duration":0}},{"uid":"def511e726bc5e7c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/def511e726bc5e7c","status":"passed","time":{"start":1724861835947,"stop":1724861835947,"duration":0}},{"uid":"f65b6dab33bca6d6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f65b6dab33bca6d6","status":"passed","time":{"start":1724861692904,"stop":1724861692904,"duration":0}},{"uid":"e22c26fc6131150d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e22c26fc6131150d","status":"passed","time":{"start":1724861520701,"stop":1724861520701,"duration":0}}]},"57e8e2bd3cc3c90c944a3db90aca1666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f898490b15dd0b0e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f898490b15dd0b0e","status":"passed","time":{"start":1724922374685,"stop":1724922374685,"duration":0}},{"uid":"3d9cfee103242d68","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3d9cfee103242d68","status":"passed","time":{"start":1724921037646,"stop":1724921037646,"duration":0}},{"uid":"c7cf4f7e8d2274b9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c7cf4f7e8d2274b9","status":"passed","time":{"start":1724921013059,"stop":1724921013059,"duration":0}},{"uid":"f784ff66b234e6f3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f784ff66b234e6f3","status":"passed","time":{"start":1724917673300,"stop":1724917673300,"duration":0}},{"uid":"c24262fb7c952236","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c24262fb7c952236","status":"passed","time":{"start":1724889452320,"stop":1724889452320,"duration":0}},{"uid":"c0933660aa72daf8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c0933660aa72daf8","status":"passed","time":{"start":1724888602851,"stop":1724888602851,"duration":0}},{"uid":"d1731c6a285edd23","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d1731c6a285edd23","status":"passed","time":{"start":1724887759172,"stop":1724887759173,"duration":1}},{"uid":"534d21df30f3fc0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/534d21df30f3fc0","status":"passed","time":{"start":1724886525552,"stop":1724886525552,"duration":0}},{"uid":"5d75768a570daebe","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5d75768a570daebe","status":"passed","time":{"start":1724886303406,"stop":1724886303406,"duration":0}},{"uid":"3580f29704f37eb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3580f29704f37eb","status":"passed","time":{"start":1724861752239,"stop":1724861752239,"duration":0}},{"uid":"ef8a8f0a1d5fd86b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ef8a8f0a1d5fd86b","status":"passed","time":{"start":1724861223363,"stop":1724861223363,"duration":0}},{"uid":"e8d74ff1120f6126","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e8d74ff1120f6126","status":"passed","time":{"start":1724861045212,"stop":1724861045212,"duration":0}},{"uid":"e13f12c32f81ef0e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e13f12c32f81ef0e","status":"passed","time":{"start":1724860907097,"stop":1724860907097,"duration":0}}]},"a1412a060348028fabf44531b8ef759d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e59cc252ab26ff58","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e59cc252ab26ff58","status":"passed","time":{"start":1724922845259,"stop":1724922845259,"duration":0}}]},"d247d2b14d561178ec5e16566ca99108:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e271278b282035e7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e271278b282035e7","status":"passed","time":{"start":1724861546202,"stop":1724861546202,"duration":0}}]},"602050537ce95f65c0a643de2852b74a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"da236dc1c318d1e6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/da236dc1c318d1e6","status":"passed","time":{"start":1724922971799,"stop":1724922971800,"duration":1}},{"uid":"aff18ca3b399db3a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/aff18ca3b399db3a","status":"passed","time":{"start":1724921663255,"stop":1724921663255,"duration":0}},{"uid":"8ce2a012d718ce1d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8ce2a012d718ce1d","status":"passed","time":{"start":1724921617880,"stop":1724921617880,"duration":0}},{"uid":"41461d097aa00de","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/41461d097aa00de","status":"passed","time":{"start":1724918326161,"stop":1724918326161,"duration":0}},{"uid":"63df6528677068c3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/63df6528677068c3","status":"passed","time":{"start":1724890076393,"stop":1724890076393,"duration":0}},{"uid":"404f8afbb120bacc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/404f8afbb120bacc","status":"passed","time":{"start":1724889199690,"stop":1724889199690,"duration":0}},{"uid":"41a2f465ca0b2691","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/41a2f465ca0b2691","status":"passed","time":{"start":1724888382427,"stop":1724888382427,"duration":0}},{"uid":"bd9e7669080f7b21","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bd9e7669080f7b21","status":"passed","time":{"start":1724887156369,"stop":1724887156369,"duration":0}},{"uid":"cbe96d697fcef69f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cbe96d697fcef69f","status":"passed","time":{"start":1724886936171,"stop":1724886936172,"duration":1}},{"uid":"217d3d2add11b187","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/217d3d2add11b187","status":"passed","time":{"start":1724862347645,"stop":1724862347646,"duration":1}},{"uid":"57fc4e9393268879","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/57fc4e9393268879","status":"passed","time":{"start":1724861827958,"stop":1724861827958,"duration":0}},{"uid":"461f6cdb57d3089","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/461f6cdb57d3089","status":"passed","time":{"start":1724861685960,"stop":1724861685960,"duration":0}},{"uid":"2935688b6c37021","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2935688b6c37021","status":"passed","time":{"start":1724861514747,"stop":1724861514747,"duration":0}}]},"5c693deb526ff5ab4c168dd3f07fcd83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3186a21613dd57f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3186a21613dd57f","status":"passed","time":{"start":1724922950821,"stop":1724922950822,"duration":1}},{"uid":"c341e65d8d2df067","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c341e65d8d2df067","status":"passed","time":{"start":1724921640400,"stop":1724921640400,"duration":0}},{"uid":"e70695cd32301b65","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e70695cd32301b65","status":"passed","time":{"start":1724921600408,"stop":1724921600408,"duration":0}},{"uid":"6e7d13ef6ae90403","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6e7d13ef6ae90403","status":"passed","time":{"start":1724918300923,"stop":1724918300923,"duration":0}},{"uid":"293119510a905524","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/293119510a905524","status":"passed","time":{"start":1724890059285,"stop":1724890059285,"duration":0}},{"uid":"1e197e057437d129","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1e197e057437d129","status":"passed","time":{"start":1724889188314,"stop":1724889188316,"duration":2}},{"uid":"4d5415f83dbb234a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4d5415f83dbb234a","status":"passed","time":{"start":1724888372740,"stop":1724888372740,"duration":0}},{"uid":"62b982bcf652ef1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/62b982bcf652ef1","status":"passed","time":{"start":1724887135718,"stop":1724887135718,"duration":0}},{"uid":"ebfe1cf706436cbe","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ebfe1cf706436cbe","status":"passed","time":{"start":1724886919664,"stop":1724886919665,"duration":1}},{"uid":"f77a3305a95c694e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f77a3305a95c694e","status":"passed","time":{"start":1724862341834,"stop":1724862341834,"duration":0}},{"uid":"8cc3d1846e422509","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8cc3d1846e422509","status":"passed","time":{"start":1724861815490,"stop":1724861815490,"duration":0}},{"uid":"de3b342f1bb85b08","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/de3b342f1bb85b08","status":"passed","time":{"start":1724861669535,"stop":1724861669535,"duration":0}},{"uid":"9ba32b3c9ba1c111","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9ba32b3c9ba1c111","status":"passed","time":{"start":1724861505415,"stop":1724861505415,"duration":0}}]},"78dee9d2eab88e4069b60fdad7f7b811:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c6758088bfed03cb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c6758088bfed03cb","status":"passed","time":{"start":1724922398922,"stop":1724922398922,"duration":0}},{"uid":"e680620a44099ea2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e680620a44099ea2","status":"passed","time":{"start":1724921061850,"stop":1724921061851,"duration":1}},{"uid":"44bdbd391f016075","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/44bdbd391f016075","status":"passed","time":{"start":1724921037159,"stop":1724921037159,"duration":0}},{"uid":"8e66e34f5a5e203a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8e66e34f5a5e203a","status":"passed","time":{"start":1724917697303,"stop":1724917697304,"duration":1}},{"uid":"f882234e076aada6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f882234e076aada6","status":"passed","time":{"start":1724889476085,"stop":1724889476085,"duration":0}},{"uid":"1892cf336973ac38","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1892cf336973ac38","status":"passed","time":{"start":1724888626889,"stop":1724888626889,"duration":0}},{"uid":"c4935409d0bc4ee6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c4935409d0bc4ee6","status":"passed","time":{"start":1724887783110,"stop":1724887783110,"duration":0}},{"uid":"6a615037b449f4dd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a615037b449f4dd","status":"passed","time":{"start":1724886549921,"stop":1724886549921,"duration":0}},{"uid":"1672f82759f28ada","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1672f82759f28ada","status":"passed","time":{"start":1724886327583,"stop":1724886327583,"duration":0}},{"uid":"92a4d922a5d5171e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92a4d922a5d5171e","status":"passed","time":{"start":1724861776808,"stop":1724861776809,"duration":1}},{"uid":"930c9ec5a81c7535","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/930c9ec5a81c7535","status":"passed","time":{"start":1724861247301,"stop":1724861247301,"duration":0}},{"uid":"fb2a93d2769bb660","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fb2a93d2769bb660","status":"passed","time":{"start":1724861071396,"stop":1724861071397,"duration":1}},{"uid":"1f040b70a45ac005","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1f040b70a45ac005","status":"passed","time":{"start":1724860931796,"stop":1724860931797,"duration":1}}]},"a8499fa5c580960b643d9a194424dc96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"3d9674005a225a02","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3d9674005a225a02","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922398923,"stop":1724922398923,"duration":0}},{"uid":"4bb211cc96c8882f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4bb211cc96c8882f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921061851,"stop":1724921061852,"duration":1}},{"uid":"c791ca4fca345667","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c791ca4fca345667","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921037160,"stop":1724921037160,"duration":0}},{"uid":"77fd30e522fa8be4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/77fd30e522fa8be4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724917697305,"stop":1724917697305,"duration":0}},{"uid":"27208736a9c8a4e4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/27208736a9c8a4e4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889476086,"stop":1724889476086,"duration":0}},{"uid":"e3b0681228a26853","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e3b0681228a26853","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888626890,"stop":1724888626890,"duration":0}},{"uid":"e4d290da396385dd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e4d290da396385dd","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887783111,"stop":1724887783111,"duration":0}},{"uid":"b9db78cf34da0259","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b9db78cf34da0259","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886549922,"stop":1724886549922,"duration":0}},{"uid":"40994da8123cd9f0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/40994da8123cd9f0","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886327584,"stop":1724886327584,"duration":0}},{"uid":"6b4b6ddf454bdf79","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b4b6ddf454bdf79","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861776810,"stop":1724861776810,"duration":0}},{"uid":"b9bd72098b1de0b4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b9bd72098b1de0b4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861247302,"stop":1724861247302,"duration":0}},{"uid":"bf286cf52d616d2b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bf286cf52d616d2b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861071397,"stop":1724861071398,"duration":1}},{"uid":"8589f50a1e2dbb80","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8589f50a1e2dbb80","status":"skipped","statusDetails":"Test ignored","time":{"start":1724860931797,"stop":1724860931797,"duration":0}}]},"c9d64e6d027f41053ff4830bb4d15883:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a42acb91e8277888","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a42acb91e8277888","status":"passed","time":{"start":1724861444068,"stop":1724861444069,"duration":1}}]},"262bb108dcbf5a162a674476af5eae54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d23f26589611fc48","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d23f26589611fc48","status":"passed","time":{"start":1724922611428,"stop":1724922611429,"duration":1}},{"uid":"66b037b4a8cef1ff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/66b037b4a8cef1ff","status":"passed","time":{"start":1724921270350,"stop":1724921270350,"duration":0}},{"uid":"9d2d4c4cc09d4732","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9d2d4c4cc09d4732","status":"passed","time":{"start":1724921247808,"stop":1724921247809,"duration":1}},{"uid":"84be9e629898f320","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/84be9e629898f320","status":"passed","time":{"start":1724917989812,"stop":1724917989812,"duration":0}},{"uid":"24fdf3be1b202797","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/24fdf3be1b202797","status":"passed","time":{"start":1724889678536,"stop":1724889678537,"duration":1}},{"uid":"60290e39478c91f6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/60290e39478c91f6","status":"passed","time":{"start":1724888829831,"stop":1724888829831,"duration":0}},{"uid":"64266cdedb8113a7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/64266cdedb8113a7","status":"passed","time":{"start":1724888076980,"stop":1724888076981,"duration":1}},{"uid":"f712929b6968b659","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f712929b6968b659","status":"passed","time":{"start":1724886851119,"stop":1724886851119,"duration":0}},{"uid":"3e05cf2c3feca5db","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3e05cf2c3feca5db","status":"passed","time":{"start":1724886647073,"stop":1724886647075,"duration":2}},{"uid":"779c54b8452616e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/779c54b8452616e1","status":"passed","time":{"start":1724861992707,"stop":1724861992707,"duration":0}},{"uid":"c6c7ee2d2c6931a0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c6c7ee2d2c6931a0","status":"passed","time":{"start":1724861469635,"stop":1724861469635,"duration":0}},{"uid":"c2f32776ba37651c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c2f32776ba37651c","status":"passed","time":{"start":1724861284850,"stop":1724861284851,"duration":1}},{"uid":"3b5e4f28a9f558b5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3b5e4f28a9f558b5","status":"passed","time":{"start":1724861145784,"stop":1724861145784,"duration":0}}]},"3df432712d9b694240cb06d9394aef3e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f84d4415d79ddbfd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f84d4415d79ddbfd","status":"passed","time":{"start":1724887018301,"stop":1724887018302,"duration":1}}]},"830a715e39bc79be5fe65642463deaa2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fd94ea87c0d032a8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fd94ea87c0d032a8","status":"passed","time":{"start":1724887127879,"stop":1724887127880,"duration":1}}]},"1e4f17650374dc4b13f4dd9f95f69d10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"328e7e4006bdfa38","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/328e7e4006bdfa38","status":"passed","time":{"start":1724886880631,"stop":1724886880632,"duration":1}}]},"dedadba8a654dbd7c15ccd95283b1ffe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"63df0c6f78fd4343","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/63df0c6f78fd4343","status":"passed","time":{"start":1724923012477,"stop":1724923012477,"duration":0}},{"uid":"acdbd24fcd8f31fc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/acdbd24fcd8f31fc","status":"passed","time":{"start":1724921625082,"stop":1724921625082,"duration":0}},{"uid":"1bbac0f25abbe4ee","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1bbac0f25abbe4ee","status":"passed","time":{"start":1724921590506,"stop":1724921590507,"duration":1}},{"uid":"68a0057b9be51f61","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/68a0057b9be51f61","status":"passed","time":{"start":1724918287573,"stop":1724918287573,"duration":0}},{"uid":"34b043febcaccbb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/34b043febcaccbb7","status":"passed","time":{"start":1724890047799,"stop":1724890047799,"duration":0}},{"uid":"182a9df3c65bb47b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/182a9df3c65bb47b","status":"passed","time":{"start":1724889183932,"stop":1724889183932,"duration":0}},{"uid":"fe9bc0741cc44a6b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fe9bc0741cc44a6b","status":"passed","time":{"start":1724888354180,"stop":1724888354180,"duration":0}},{"uid":"f4cc9765cea635bf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f4cc9765cea635bf","status":"passed","time":{"start":1724887145705,"stop":1724887145706,"duration":1}},{"uid":"ad6c567793062301","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ad6c567793062301","status":"passed","time":{"start":1724886915795,"stop":1724886915796,"duration":1}},{"uid":"ca993e30214f1446","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ca993e30214f1446","status":"passed","time":{"start":1724862341460,"stop":1724862341461,"duration":1}},{"uid":"49fe77fae136b526","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/49fe77fae136b526","status":"passed","time":{"start":1724861805463,"stop":1724861805463,"duration":0}},{"uid":"88dbf3d109147a04","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/88dbf3d109147a04","status":"passed","time":{"start":1724861662297,"stop":1724861662297,"duration":0}},{"uid":"8291e46b6cf943ae","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8291e46b6cf943ae","status":"passed","time":{"start":1724861492524,"stop":1724861492524,"duration":0}}]},"3fbd665c854239faddd6aa64caacfeb0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d6e4cc3fbb764e1b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d6e4cc3fbb764e1b","status":"passed","time":{"start":1724921488886,"stop":1724921488887,"duration":1}}]},"4f5504bba2853c4c42c7b817350ed03f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"473fbd8c567988c0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/473fbd8c567988c0","status":"passed","time":{"start":1724922436968,"stop":1724922436969,"duration":1}},{"uid":"244cd06bd68cd8b8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/244cd06bd68cd8b8","status":"passed","time":{"start":1724921099697,"stop":1724921099697,"duration":0}},{"uid":"ba47743f6fbbaf7a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ba47743f6fbbaf7a","status":"passed","time":{"start":1724921074388,"stop":1724921074389,"duration":1}},{"uid":"2838172d3b2174df","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2838172d3b2174df","status":"passed","time":{"start":1724917735273,"stop":1724917735274,"duration":1}},{"uid":"9bfbf49bd9e69574","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9bfbf49bd9e69574","status":"passed","time":{"start":1724889517448,"stop":1724889517449,"duration":1}},{"uid":"e69187b1912878a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e69187b1912878a9","status":"passed","time":{"start":1724888662629,"stop":1724888662629,"duration":0}},{"uid":"b6523dc73fa43a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b6523dc73fa43a","status":"passed","time":{"start":1724887821329,"stop":1724887821329,"duration":0}},{"uid":"c040c78249cbe2ab","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c040c78249cbe2ab","status":"passed","time":{"start":1724886588482,"stop":1724886588482,"duration":0}},{"uid":"165ad48e9b4340fb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/165ad48e9b4340fb","status":"passed","time":{"start":1724886365756,"stop":1724886365756,"duration":0}},{"uid":"c5c4d727c410706e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5c4d727c410706e","status":"passed","time":{"start":1724861814959,"stop":1724861814959,"duration":0}},{"uid":"2f0ef64eddd38448","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2f0ef64eddd38448","status":"passed","time":{"start":1724861282668,"stop":1724861282669,"duration":1}},{"uid":"14a796bf21bf7934","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/14a796bf21bf7934","status":"passed","time":{"start":1724861111682,"stop":1724861111682,"duration":0}},{"uid":"633aba35f5023d9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/633aba35f5023d9","status":"passed","time":{"start":1724860971172,"stop":1724860971173,"duration":1}}]},"b98a6256bdba547de204875f663faf69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"76242831fa5f553d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/76242831fa5f553d","status":"passed","time":{"start":1724886822828,"stop":1724886822828,"duration":0}}]},"4b983f7324ba88fab612ad1a3c34265b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"addb6c8332fb7e11","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/addb6c8332fb7e11","status":"passed","time":{"start":1724922983782,"stop":1724922983783,"duration":1}},{"uid":"c1c5fb2c34546d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c1c5fb2c34546d","status":"passed","time":{"start":1724921656192,"stop":1724921656192,"duration":0}},{"uid":"6ff18a77b7142dd7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6ff18a77b7142dd7","status":"passed","time":{"start":1724921620458,"stop":1724921620459,"duration":1}},{"uid":"474899a70e8ef27","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/474899a70e8ef27","status":"passed","time":{"start":1724918327710,"stop":1724918327710,"duration":0}},{"uid":"bf49416d83fa5630","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf49416d83fa5630","status":"passed","time":{"start":1724890078470,"stop":1724890078470,"duration":0}},{"uid":"44dac9285829a32b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/44dac9285829a32b","status":"passed","time":{"start":1724889213826,"stop":1724889213826,"duration":0}},{"uid":"2c5d11bc171a8a6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2c5d11bc171a8a6","status":"passed","time":{"start":1724888383602,"stop":1724888383602,"duration":0}},{"uid":"d240cb989a502cda","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d240cb989a502cda","status":"passed","time":{"start":1724887164578,"stop":1724887164579,"duration":1}},{"uid":"dfab5c6f254afbbb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dfab5c6f254afbbb","status":"passed","time":{"start":1724886943100,"stop":1724886943100,"duration":0}},{"uid":"44ef24cd896ac848","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/44ef24cd896ac848","status":"passed","time":{"start":1724862368929,"stop":1724862368929,"duration":0}},{"uid":"bcb9495a5988f22b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bcb9495a5988f22b","status":"passed","time":{"start":1724861835946,"stop":1724861835946,"duration":0}},{"uid":"48b7555c52f74f6e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/48b7555c52f74f6e","status":"passed","time":{"start":1724861692903,"stop":1724861692903,"duration":0}},{"uid":"f1fcce32845341b6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f1fcce32845341b6","status":"passed","time":{"start":1724861520700,"stop":1724861520700,"duration":0}}]},"8682590413abc6a2795b7c94eaeb7a49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"41e9ff91ff709241","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/41e9ff91ff709241","status":"passed","time":{"start":1724922891489,"stop":1724922891489,"duration":0}},{"uid":"17499a4803213f70","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/17499a4803213f70","status":"passed","time":{"start":1724921563017,"stop":1724921563017,"duration":0}},{"uid":"8bd1253dc93c9c85","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8bd1253dc93c9c85","status":"passed","time":{"start":1724921526813,"stop":1724921526813,"duration":0}},{"uid":"ef87a84c77c81d63","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ef87a84c77c81d63","status":"passed","time":{"start":1724918239944,"stop":1724918239944,"duration":0}},{"uid":"90e2d4b8b9b8feb1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/90e2d4b8b9b8feb1","status":"passed","time":{"start":1724889980901,"stop":1724889980901,"duration":0}},{"uid":"29d93fadfd16372a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29d93fadfd16372a","status":"passed","time":{"start":1724889109969,"stop":1724889109969,"duration":0}},{"uid":"5d24eda5087a685a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5d24eda5087a685a","status":"passed","time":{"start":1724888294723,"stop":1724888294723,"duration":0}},{"uid":"6e39a2d280c19397","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6e39a2d280c19397","status":"passed","time":{"start":1724887071742,"stop":1724887071742,"duration":0}},{"uid":"9db04c2d718c22dc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9db04c2d718c22dc","status":"passed","time":{"start":1724886848346,"stop":1724886848346,"duration":0}},{"uid":"31c9abeaf4ffe04c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31c9abeaf4ffe04c","status":"passed","time":{"start":1724862259252,"stop":1724862259253,"duration":1}},{"uid":"cfa4bae6f97ceab4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cfa4bae6f97ceab4","status":"passed","time":{"start":1724861735327,"stop":1724861735328,"duration":1}},{"uid":"b2f12974b03b7f06","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b2f12974b03b7f06","status":"passed","time":{"start":1724861606344,"stop":1724861606346,"duration":2}},{"uid":"dbfc5c3dd5dc0698","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dbfc5c3dd5dc0698","status":"passed","time":{"start":1724861426688,"stop":1724861426688,"duration":0}}]},"7ab65c04ea631ccd83f2516736e00835:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1fc501646b817123","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1fc501646b817123","status":"passed","time":{"start":1724888345355,"stop":1724888345356,"duration":1}}]},"6f92bfbcba628089aa8fa7a52f19ae7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"59ef46e4ad41cb75","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/59ef46e4ad41cb75","status":"passed","time":{"start":1724861485079,"stop":1724861485079,"duration":0}}]},"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6880bc512fad4294","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6880bc512fad4294","status":"passed","time":{"start":1724922465399,"stop":1724922465400,"duration":1}},{"uid":"6542f55c31fd7766","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6542f55c31fd7766","status":"passed","time":{"start":1724921128571,"stop":1724921128572,"duration":1}},{"uid":"96cd66bc5c65bf3e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/96cd66bc5c65bf3e","status":"passed","time":{"start":1724921103677,"stop":1724921103677,"duration":0}},{"uid":"389f43d4110e07e3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/389f43d4110e07e3","status":"passed","time":{"start":1724917763729,"stop":1724917763729,"duration":0}},{"uid":"920a897d7525f560","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/920a897d7525f560","status":"passed","time":{"start":1724889543373,"stop":1724889543373,"duration":0}},{"uid":"6d1e973e9089d747","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d1e973e9089d747","status":"passed","time":{"start":1724888692506,"stop":1724888692506,"duration":0}},{"uid":"a3211f0dab296723","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a3211f0dab296723","status":"passed","time":{"start":1724887850415,"stop":1724887850415,"duration":0}},{"uid":"28b423ba9c7598e9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/28b423ba9c7598e9","status":"passed","time":{"start":1724886617181,"stop":1724886617181,"duration":0}},{"uid":"4b7d2d81e3595d31","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4b7d2d81e3595d31","status":"passed","time":{"start":1724886394912,"stop":1724886394913,"duration":1}},{"uid":"858e998a13c17f4c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/858e998a13c17f4c","status":"passed","time":{"start":1724861844374,"stop":1724861844374,"duration":0}},{"uid":"4e8291f8360e0d4c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4e8291f8360e0d4c","status":"passed","time":{"start":1724861313411,"stop":1724861313412,"duration":1}},{"uid":"f95964169ea65e7c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f95964169ea65e7c","status":"passed","time":{"start":1724861139652,"stop":1724861139653,"duration":1}},{"uid":"acd68b5b6a67bd29","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/acd68b5b6a67bd29","status":"passed","time":{"start":1724860999513,"stop":1724860999513,"duration":0}}]},"38d69d61f1f1583efcd1e759eaeed2c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"60248aa76c8f7e78","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/60248aa76c8f7e78","status":"passed","time":{"start":1724922771082,"stop":1724922771082,"duration":0}},{"uid":"94db25ca37fbe627","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/94db25ca37fbe627","status":"passed","time":{"start":1724921419681,"stop":1724921419682,"duration":1}},{"uid":"e010425be1983264","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e010425be1983264","status":"passed","time":{"start":1724921400502,"stop":1724921400502,"duration":0}},{"uid":"13c1319870b3c032","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/13c1319870b3c032","status":"passed","time":{"start":1724918124175,"stop":1724918124175,"duration":0}},{"uid":"da7ad998d07d29e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/da7ad998d07d29e0","status":"passed","time":{"start":1724889845312,"stop":1724889845312,"duration":0}},{"uid":"e70d399ff810760f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e70d399ff810760f","status":"passed","time":{"start":1724888978753,"stop":1724888978753,"duration":0}},{"uid":"6995e695e2efaf2a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6995e695e2efaf2a","status":"passed","time":{"start":1724888199757,"stop":1724888199758,"duration":1}},{"uid":"32c00088af1839ff","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/32c00088af1839ff","status":"passed","time":{"start":1724886961474,"stop":1724886961475,"duration":1}},{"uid":"1b365370eccb7e51","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1b365370eccb7e51","status":"passed","time":{"start":1724886743394,"stop":1724886743395,"duration":1}},{"uid":"fa1dd793fea66fbd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fa1dd793fea66fbd","status":"passed","time":{"start":1724862150655,"stop":1724862150655,"duration":0}},{"uid":"7fe4d663f9a4b396","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7fe4d663f9a4b396","status":"passed","time":{"start":1724861627580,"stop":1724861627580,"duration":0}},{"uid":"aa02db1206cea284","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/aa02db1206cea284","status":"passed","time":{"start":1724861501070,"stop":1724861501070,"duration":0}},{"uid":"ba32490bd6a55a07","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ba32490bd6a55a07","status":"passed","time":{"start":1724861297168,"stop":1724861297168,"duration":0}}]},"67fa1330b725732bc6aeb0939f930aed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cf416ff28c7e15e1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf416ff28c7e15e1","status":"passed","time":{"start":1724888345354,"stop":1724888345354,"duration":0}}]},"128ea756b27d906ba3163386fb94164c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c04b602061736d4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c04b602061736d4","status":"passed","time":{"start":1724862213661,"stop":1724862213661,"duration":0}}]},"28ae076e1a0aa9a7835543ff0538f3f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6c6002448607312b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6c6002448607312b","status":"passed","time":{"start":1724922887522,"stop":1724922887523,"duration":1}},{"uid":"62c3185d6cb3fec9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/62c3185d6cb3fec9","status":"passed","time":{"start":1724921564773,"stop":1724921564774,"duration":1}},{"uid":"a73c11312a48fab0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a73c11312a48fab0","status":"passed","time":{"start":1724921518783,"stop":1724921518784,"duration":1}},{"uid":"38bf68078f870a3e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/38bf68078f870a3e","status":"passed","time":{"start":1724918229396,"stop":1724918229397,"duration":1}},{"uid":"4dd5ae58717c05be","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4dd5ae58717c05be","status":"passed","time":{"start":1724889980694,"stop":1724889980695,"duration":1}},{"uid":"ef31412bee388f30","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ef31412bee388f30","status":"passed","time":{"start":1724889111158,"stop":1724889111159,"duration":1}},{"uid":"ab0f55c7147183d8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ab0f55c7147183d8","status":"passed","time":{"start":1724888292530,"stop":1724888292531,"duration":1}},{"uid":"91651b35609744ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/91651b35609744ba","status":"passed","time":{"start":1724887068222,"stop":1724887068223,"duration":1}},{"uid":"14b471d157958c7f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/14b471d157958c7f","status":"passed","time":{"start":1724886848921,"stop":1724886848921,"duration":0}},{"uid":"f0ad8d4756c4f31f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f0ad8d4756c4f31f","status":"passed","time":{"start":1724862262044,"stop":1724862262045,"duration":1}},{"uid":"e7fb349336c7ef46","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e7fb349336c7ef46","status":"passed","time":{"start":1724861741890,"stop":1724861741890,"duration":0}},{"uid":"a75110494125fd6d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a75110494125fd6d","status":"passed","time":{"start":1724861599484,"stop":1724861599485,"duration":1}},{"uid":"91fa26e0b02a15c0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/91fa26e0b02a15c0","status":"passed","time":{"start":1724861428472,"stop":1724861428472,"duration":0}}]},"b39461aee7d78c2426ff3cb37df56036:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3ee7897ec1cca314","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3ee7897ec1cca314","status":"passed","time":{"start":1724922383079,"stop":1724922383080,"duration":1}},{"uid":"b73081720c9466d3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b73081720c9466d3","status":"passed","time":{"start":1724921046196,"stop":1724921046196,"duration":0}},{"uid":"9df28293c9e0615f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9df28293c9e0615f","status":"passed","time":{"start":1724921021466,"stop":1724921021467,"duration":1}},{"uid":"675709c73020c562","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/675709c73020c562","status":"passed","time":{"start":1724917681714,"stop":1724917681715,"duration":1}},{"uid":"f56b7b1327a5a1c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f56b7b1327a5a1c9","status":"passed","time":{"start":1724889460644,"stop":1724889460645,"duration":1}},{"uid":"a74a50f2d4b3e9c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a74a50f2d4b3e9c0","status":"passed","time":{"start":1724888611287,"stop":1724888611287,"duration":0}},{"uid":"dbd2a1bc4810a751","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dbd2a1bc4810a751","status":"passed","time":{"start":1724887767612,"stop":1724887767612,"duration":0}},{"uid":"339d1bd26428ad5c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/339d1bd26428ad5c","status":"passed","time":{"start":1724886533982,"stop":1724886533982,"duration":0}},{"uid":"5a5f3656ae7b85d1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5a5f3656ae7b85d1","status":"passed","time":{"start":1724886311750,"stop":1724886311750,"duration":0}},{"uid":"127b1fce7bb539e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/127b1fce7bb539e5","status":"passed","time":{"start":1724861760766,"stop":1724861760766,"duration":0}},{"uid":"eadab589172d4b0f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/eadab589172d4b0f","status":"passed","time":{"start":1724861231726,"stop":1724861231726,"duration":0}},{"uid":"24a00ed3999fdef","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/24a00ed3999fdef","status":"passed","time":{"start":1724861054246,"stop":1724861054247,"duration":1}},{"uid":"d6cefd1e7da1137f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d6cefd1e7da1137f","status":"passed","time":{"start":1724860915806,"stop":1724860915806,"duration":0}}]},"505729519c5b74e35d8b7922a53fd8e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1e55baf9c9b5f50b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1e55baf9c9b5f50b","status":"passed","time":{"start":1724922374684,"stop":1724922374684,"duration":0}},{"uid":"5a233612831f2928","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5a233612831f2928","status":"passed","time":{"start":1724921037645,"stop":1724921037646,"duration":1}},{"uid":"bd01143ce2bfca95","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bd01143ce2bfca95","status":"passed","time":{"start":1724921013058,"stop":1724921013058,"duration":0}},{"uid":"c72dd5bf5efb8f80","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c72dd5bf5efb8f80","status":"passed","time":{"start":1724917673300,"stop":1724917673300,"duration":0}},{"uid":"139bcc203a41f560","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/139bcc203a41f560","status":"passed","time":{"start":1724889452319,"stop":1724889452319,"duration":0}},{"uid":"d3bd3dbf606e0076","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3bd3dbf606e0076","status":"passed","time":{"start":1724888602850,"stop":1724888602851,"duration":1}},{"uid":"9440d1dfcb120121","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9440d1dfcb120121","status":"passed","time":{"start":1724887759172,"stop":1724887759172,"duration":0}},{"uid":"c0b43ffcf2d40fdd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c0b43ffcf2d40fdd","status":"passed","time":{"start":1724886525551,"stop":1724886525551,"duration":0}},{"uid":"a95f169405aa280a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a95f169405aa280a","status":"passed","time":{"start":1724886303406,"stop":1724886303406,"duration":0}},{"uid":"67b3a20eb13398e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/67b3a20eb13398e5","status":"passed","time":{"start":1724861752238,"stop":1724861752238,"duration":0}},{"uid":"262b8203234ad7fe","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/262b8203234ad7fe","status":"passed","time":{"start":1724861223363,"stop":1724861223363,"duration":0}},{"uid":"9610f9401fbd5a6a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9610f9401fbd5a6a","status":"passed","time":{"start":1724861045211,"stop":1724861045211,"duration":0}},{"uid":"df47dd01aee7e9d0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/df47dd01aee7e9d0","status":"passed","time":{"start":1724860907095,"stop":1724860907096,"duration":1}}]},"60324ba7645b08437d04c2634c2d7e55:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a57c307e10706346","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a57c307e10706346","status":"passed","time":{"start":1724861475027,"stop":1724861475028,"duration":1}}]},"2348c279460b06b9a847c6850e355c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":12,"unknown":0,"total":13},"items":[{"uid":"98d5a4c6d9df22e3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/98d5a4c6d9df22e3","status":"passed","time":{"start":1724922999268,"stop":1724922999268,"duration":0}},{"uid":"97a38bc575111e52","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/97a38bc575111e52","status":"passed","time":{"start":1724921669871,"stop":1724921669871,"duration":0}},{"uid":"83b420d815ee2ad9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/83b420d815ee2ad9","status":"passed","time":{"start":1724921630268,"stop":1724921630268,"duration":0}},{"uid":"349616a1456e85ff","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/349616a1456e85ff","status":"passed","time":{"start":1724918332988,"stop":1724918332988,"duration":0}},{"uid":"e1390b1690a1937a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e1390b1690a1937a","status":"passed","time":{"start":1724890089469,"stop":1724890089469,"duration":0}},{"uid":"258b934c43aa282","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/258b934c43aa282","status":"passed","time":{"start":1724889224493,"stop":1724889224494,"duration":1}},{"uid":"ded2e12b1d0a99e9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ded2e12b1d0a99e9","status":"passed","time":{"start":1724888406347,"stop":1724888406347,"duration":0}},{"uid":"b03742eb32c0ab63","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b03742eb32c0ab63","status":"passed","time":{"start":1724887175024,"stop":1724887175025,"duration":1}},{"uid":"551935cc44db8fc1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/551935cc44db8fc1","status":"passed","time":{"start":1724886952408,"stop":1724886952408,"duration":0}},{"uid":"42dbd239a7d65795","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/42dbd239a7d65795","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1724862378563,"stop":1724862378565,"duration":2}},{"uid":"e849d8ea9d86ba17","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e849d8ea9d86ba17","status":"passed","time":{"start":1724861846750,"stop":1724861846751,"duration":1}},{"uid":"572e4af717644feb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/572e4af717644feb","status":"passed","time":{"start":1724861702536,"stop":1724861702536,"duration":0}},{"uid":"5d5d91a57a200d24","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5d5d91a57a200d24","status":"passed","time":{"start":1724861533459,"stop":1724861533459,"duration":0}}]},"7a60396c676f46688740beb0716ed3a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"929b43d2660b4908","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/929b43d2660b4908","status":"passed","time":{"start":1724887127881,"stop":1724887127882,"duration":1}}]},"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5e40ca23f7048dda","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5e40ca23f7048dda","status":"passed","time":{"start":1724922849123,"stop":1724922849123,"duration":0}},{"uid":"d4b82edc613caec9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d4b82edc613caec9","status":"passed","time":{"start":1724921517832,"stop":1724921517832,"duration":0}},{"uid":"b5a1e42a1e767c45","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b5a1e42a1e767c45","status":"passed","time":{"start":1724921478627,"stop":1724921478627,"duration":0}},{"uid":"db682ba000ce82c6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/db682ba000ce82c6","status":"passed","time":{"start":1724918183232,"stop":1724918183232,"duration":0}},{"uid":"aaabc94bacd6c223","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aaabc94bacd6c223","status":"passed","time":{"start":1724889938072,"stop":1724889938072,"duration":0}},{"uid":"7d4dd51ec3df7480","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7d4dd51ec3df7480","status":"passed","time":{"start":1724889075464,"stop":1724889075464,"duration":0}},{"uid":"cf4c7c082176c684","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf4c7c082176c684","status":"passed","time":{"start":1724888234970,"stop":1724888234970,"duration":0}},{"uid":"21d0a92bd935f6c3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/21d0a92bd935f6c3","status":"passed","time":{"start":1724887020972,"stop":1724887020972,"duration":0}},{"uid":"eca7f6f25420ebfc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eca7f6f25420ebfc","status":"passed","time":{"start":1724886784130,"stop":1724886784130,"duration":0}},{"uid":"734a32d378914590","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/734a32d378914590","status":"passed","time":{"start":1724862216273,"stop":1724862216284,"duration":11}},{"uid":"3349473fecaa5e0e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3349473fecaa5e0e","status":"passed","time":{"start":1724861688535,"stop":1724861688536,"duration":1}},{"uid":"10446763986c3c01","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/10446763986c3c01","status":"passed","time":{"start":1724861549003,"stop":1724861549003,"duration":0}},{"uid":"6a0f610d797ba8de","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6a0f610d797ba8de","status":"passed","time":{"start":1724861380654,"stop":1724861380654,"duration":0}}]},"147583002607f907a84c120f947b2867:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b833f6198fc2bbf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6b833f6198fc2bbf","status":"passed","time":{"start":1724921488888,"stop":1724921488889,"duration":1}}]},"05d13e4231b21a93ee57de8bd034416b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"41e96f660794c9f1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/41e96f660794c9f1","status":"passed","time":{"start":1724922999271,"stop":1724922999271,"duration":0}},{"uid":"b7e661092e377f10","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b7e661092e377f10","status":"passed","time":{"start":1724921669872,"stop":1724921669872,"duration":0}},{"uid":"be62d10dab402df5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/be62d10dab402df5","status":"passed","time":{"start":1724921630269,"stop":1724921630270,"duration":1}},{"uid":"cdc18f541c05355c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cdc18f541c05355c","status":"passed","time":{"start":1724918332989,"stop":1724918332989,"duration":0}},{"uid":"d1596aa78b5e6c03","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d1596aa78b5e6c03","status":"passed","time":{"start":1724890089470,"stop":1724890089470,"duration":0}},{"uid":"92497b741c8e731","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92497b741c8e731","status":"passed","time":{"start":1724889224495,"stop":1724889224495,"duration":0}},{"uid":"4b260a469c8c25da","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4b260a469c8c25da","status":"passed","time":{"start":1724888406348,"stop":1724888406348,"duration":0}},{"uid":"b4378e609c7bbb9a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b4378e609c7bbb9a","status":"passed","time":{"start":1724887175026,"stop":1724887175026,"duration":0}},{"uid":"e0b06382b4577194","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e0b06382b4577194","status":"passed","time":{"start":1724886952410,"stop":1724886952410,"duration":0}},{"uid":"8d425e9cb4703ca6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8d425e9cb4703ca6","status":"passed","time":{"start":1724862378567,"stop":1724862378568,"duration":1}},{"uid":"1483c213cfc998f8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1483c213cfc998f8","status":"passed","time":{"start":1724861846752,"stop":1724861846753,"duration":1}},{"uid":"30da890c5c08851d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/30da890c5c08851d","status":"passed","time":{"start":1724861702537,"stop":1724861702538,"duration":1}},{"uid":"a0cad3473a275393","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a0cad3473a275393","status":"passed","time":{"start":1724861533461,"stop":1724861533461,"duration":0}}]},"d02cb304ad44d17b59c0b6dd2dd0a620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7c39b8c464c27ba5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7c39b8c464c27ba5","status":"passed","time":{"start":1724922383081,"stop":1724922383081,"duration":0}},{"uid":"1bf639790a8f80a4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1bf639790a8f80a4","status":"passed","time":{"start":1724921046197,"stop":1724921046197,"duration":0}},{"uid":"dded837cbcd23801","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dded837cbcd23801","status":"passed","time":{"start":1724921021468,"stop":1724921021468,"duration":0}},{"uid":"27112c4063db66d1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/27112c4063db66d1","status":"passed","time":{"start":1724917681716,"stop":1724917681716,"duration":0}},{"uid":"43c330a750cb7757","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/43c330a750cb7757","status":"passed","time":{"start":1724889460645,"stop":1724889460646,"duration":1}},{"uid":"6f501d66b4fb56ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6f501d66b4fb56ac","status":"passed","time":{"start":1724888611288,"stop":1724888611288,"duration":0}},{"uid":"74dd920f40ee3774","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/74dd920f40ee3774","status":"passed","time":{"start":1724887767613,"stop":1724887767614,"duration":1}},{"uid":"134e28661bf56d35","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/134e28661bf56d35","status":"passed","time":{"start":1724886533983,"stop":1724886533983,"duration":0}},{"uid":"6909b0519dec4be2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6909b0519dec4be2","status":"passed","time":{"start":1724886311751,"stop":1724886311751,"duration":0}},{"uid":"bd4f2470af3b191d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bd4f2470af3b191d","status":"passed","time":{"start":1724861760767,"stop":1724861760767,"duration":0}},{"uid":"91749e12afe2b41e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/91749e12afe2b41e","status":"passed","time":{"start":1724861231727,"stop":1724861231727,"duration":0}},{"uid":"838078b71acc3219","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/838078b71acc3219","status":"passed","time":{"start":1724861054248,"stop":1724861054248,"duration":0}},{"uid":"1c7f347b804b7c76","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1c7f347b804b7c76","status":"passed","time":{"start":1724860915807,"stop":1724860915807,"duration":0}}]},"6c2e634b9dc9f2777e156803411d64eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c529ff290b2a6f8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c529ff290b2a6f8","status":"passed","time":{"start":1724922611443,"stop":1724922611443,"duration":0}},{"uid":"b58d1a77e5fc54e3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b58d1a77e5fc54e3","status":"passed","time":{"start":1724921270367,"stop":1724921270367,"duration":0}},{"uid":"fe3f73281627e80f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fe3f73281627e80f","status":"passed","time":{"start":1724921247831,"stop":1724921247832,"duration":1}},{"uid":"8f8e41d6fc119b41","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8f8e41d6fc119b41","status":"passed","time":{"start":1724917989828,"stop":1724917989829,"duration":1}},{"uid":"c6df3055273363","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c6df3055273363","status":"passed","time":{"start":1724889678579,"stop":1724889678580,"duration":1}},{"uid":"f9754d49f573a2f0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9754d49f573a2f0","status":"passed","time":{"start":1724888829852,"stop":1724888829853,"duration":1}},{"uid":"85662297635b09c6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/85662297635b09c6","status":"passed","time":{"start":1724888077019,"stop":1724888077020,"duration":1}},{"uid":"978f974c99975623","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/978f974c99975623","status":"passed","time":{"start":1724886851133,"stop":1724886851133,"duration":0}},{"uid":"9b767e56dca4dcf2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9b767e56dca4dcf2","status":"passed","time":{"start":1724886647126,"stop":1724886647127,"duration":1}},{"uid":"797109c30d78d560","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/797109c30d78d560","status":"passed","time":{"start":1724861992718,"stop":1724861992718,"duration":0}},{"uid":"37cfafda87a9343f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/37cfafda87a9343f","status":"passed","time":{"start":1724861469651,"stop":1724861469651,"duration":0}},{"uid":"76b57fe6158f9a40","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/76b57fe6158f9a40","status":"passed","time":{"start":1724861284873,"stop":1724861284873,"duration":0}},{"uid":"cc9b3ebcc9c96cfa","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cc9b3ebcc9c96cfa","status":"passed","time":{"start":1724861145825,"stop":1724861145825,"duration":0}}]},"cf5cf7e895ed5125094a7934913534a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b51bfe5c6f291e81","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b51bfe5c6f291e81","status":"passed","time":{"start":1724922890065,"stop":1724922890066,"duration":1}},{"uid":"fbb6279728e215d5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fbb6279728e215d5","status":"passed","time":{"start":1724921559012,"stop":1724921559013,"duration":1}},{"uid":"9f32ada24b020e93","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9f32ada24b020e93","status":"passed","time":{"start":1724921524128,"stop":1724921524129,"duration":1}},{"uid":"6d274dc07c91defd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6d274dc07c91defd","status":"passed","time":{"start":1724918241657,"stop":1724918241658,"duration":1}},{"uid":"f6410d4b1e4029bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f6410d4b1e4029bd","status":"passed","time":{"start":1724889975473,"stop":1724889975473,"duration":0}},{"uid":"c86b630f34198555","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c86b630f34198555","status":"passed","time":{"start":1724889106058,"stop":1724889106059,"duration":1}},{"uid":"247729058d5c6ce6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/247729058d5c6ce6","status":"passed","time":{"start":1724888289479,"stop":1724888289480,"duration":1}},{"uid":"fefab3504bbdc84a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fefab3504bbdc84a","status":"passed","time":{"start":1724887057699,"stop":1724887057699,"duration":0}},{"uid":"45534be081a6ebc8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/45534be081a6ebc8","status":"passed","time":{"start":1724886839397,"stop":1724886839397,"duration":0}},{"uid":"d234a6274b99da20","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d234a6274b99da20","status":"passed","time":{"start":1724862256085,"stop":1724862256086,"duration":1}},{"uid":"5d903a3b8d409f80","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5d903a3b8d409f80","status":"passed","time":{"start":1724861742233,"stop":1724861742233,"duration":0}},{"uid":"dd3ce3b17c10ad52","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dd3ce3b17c10ad52","status":"passed","time":{"start":1724861595386,"stop":1724861595386,"duration":0}},{"uid":"8e608d2793a67faf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8e608d2793a67faf","status":"passed","time":{"start":1724861424067,"stop":1724861424067,"duration":0}}]},"f1bd0e0c7d024b45b703ea9939b9bfff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"649407e5f82ef65b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/649407e5f82ef65b","status":"passed","time":{"start":1724921602986,"stop":1724921602987,"duration":1}}]},"b5fbe4de0f65b0c7acad19e2cd479e6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"22378403d1202d18","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/22378403d1202d18","status":"passed","time":{"start":1724922611435,"stop":1724922611435,"duration":0}},{"uid":"d955e8daf35371da","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d955e8daf35371da","status":"passed","time":{"start":1724921270356,"stop":1724921270357,"duration":1}},{"uid":"e6e7753f1050be1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e6e7753f1050be1","status":"passed","time":{"start":1724921247817,"stop":1724921247817,"duration":0}},{"uid":"33cfb20e026c9ede","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/33cfb20e026c9ede","status":"passed","time":{"start":1724917989818,"stop":1724917989818,"duration":0}},{"uid":"d87ac3b7588cc246","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d87ac3b7588cc246","status":"passed","time":{"start":1724889678550,"stop":1724889678550,"duration":0}},{"uid":"696325e533af8ed0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/696325e533af8ed0","status":"passed","time":{"start":1724888829842,"stop":1724888829843,"duration":1}},{"uid":"9af5a214203bdae","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9af5a214203bdae","status":"passed","time":{"start":1724888077009,"stop":1724888077010,"duration":1}},{"uid":"d61131f528591184","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d61131f528591184","status":"passed","time":{"start":1724886851125,"stop":1724886851125,"duration":0}},{"uid":"9828091355353f6e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9828091355353f6e","status":"passed","time":{"start":1724886647111,"stop":1724886647111,"duration":0}},{"uid":"a4561a0c4f9da2bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a4561a0c4f9da2bc","status":"passed","time":{"start":1724861992712,"stop":1724861992713,"duration":1}},{"uid":"58f776aeabfb4382","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/58f776aeabfb4382","status":"passed","time":{"start":1724861469642,"stop":1724861469643,"duration":1}},{"uid":"d94310b784e72d8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d94310b784e72d8","status":"passed","time":{"start":1724861284857,"stop":1724861284857,"duration":0}},{"uid":"642cba71d8ae016b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/642cba71d8ae016b","status":"passed","time":{"start":1724861145805,"stop":1724861145805,"duration":0}}]},"b251f1339f9b8455f22b97e76eb54e90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"748b03037216d6ab","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/748b03037216d6ab","status":"passed","time":{"start":1724922982489,"stop":1724922982489,"duration":0}},{"uid":"eee3cfa6fcb5d027","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/eee3cfa6fcb5d027","status":"passed","time":{"start":1724921656081,"stop":1724921656081,"duration":0}},{"uid":"c3c3024c9533a7e4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c3c3024c9533a7e4","status":"passed","time":{"start":1724921612562,"stop":1724921612562,"duration":0}},{"uid":"3ed229f778bacbc9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3ed229f778bacbc9","status":"passed","time":{"start":1724918317377,"stop":1724918317378,"duration":1}},{"uid":"13ebc5a8b0c10dce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/13ebc5a8b0c10dce","status":"passed","time":{"start":1724890075098,"stop":1724890075099,"duration":1}},{"uid":"211f1d7fd0d518b5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/211f1d7fd0d518b5","status":"passed","time":{"start":1724889203358,"stop":1724889203358,"duration":0}},{"uid":"c253e9500f27acab","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c253e9500f27acab","status":"passed","time":{"start":1724888382917,"stop":1724888382917,"duration":0}},{"uid":"d4eb1ee98d8c2990","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d4eb1ee98d8c2990","status":"passed","time":{"start":1724887158110,"stop":1724887158110,"duration":0}},{"uid":"f0614bd0cddaa44e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f0614bd0cddaa44e","status":"passed","time":{"start":1724886934377,"stop":1724886934377,"duration":0}},{"uid":"cde51f5815ae51ab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cde51f5815ae51ab","status":"passed","time":{"start":1724862354702,"stop":1724862354703,"duration":1}},{"uid":"9333e042ed9d6ef8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9333e042ed9d6ef8","status":"passed","time":{"start":1724861830503,"stop":1724861830503,"duration":0}},{"uid":"6da26a269d1417eb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6da26a269d1417eb","status":"passed","time":{"start":1724861685353,"stop":1724861685353,"duration":0}},{"uid":"3eabf8c3023254f0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3eabf8c3023254f0","status":"passed","time":{"start":1724861518176,"stop":1724861518177,"duration":1}}]},"d92f1b71d14260c10ba9c744c7995622:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cca3b3874fd1d0a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cca3b3874fd1d0a","status":"passed","time":{"start":1724922382327,"stop":1724922382328,"duration":1}},{"uid":"b8e838fff3b75846","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b8e838fff3b75846","status":"passed","time":{"start":1724921045532,"stop":1724921045533,"duration":1}},{"uid":"3b4e24cb1f45d806","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3b4e24cb1f45d806","status":"passed","time":{"start":1724921020725,"stop":1724921020726,"duration":1}},{"uid":"3aafb9e8d1a1bbd4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3aafb9e8d1a1bbd4","status":"passed","time":{"start":1724917681053,"stop":1724917681054,"duration":1}},{"uid":"d68c12a83b0cc2fb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d68c12a83b0cc2fb","status":"passed","time":{"start":1724889459943,"stop":1724889459944,"duration":1}},{"uid":"7e15c7b1b31cb23a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e15c7b1b31cb23a","status":"passed","time":{"start":1724888610534,"stop":1724888610536,"duration":2}},{"uid":"2cd0c6963dc41fb5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2cd0c6963dc41fb5","status":"passed","time":{"start":1724887766848,"stop":1724887766848,"duration":0}},{"uid":"934397d6fd4d3a6b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/934397d6fd4d3a6b","status":"passed","time":{"start":1724886533243,"stop":1724886533243,"duration":0}},{"uid":"727a58b31efe66ae","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/727a58b31efe66ae","status":"passed","time":{"start":1724886311089,"stop":1724886311089,"duration":0}},{"uid":"50f58a6f4347ca3f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/50f58a6f4347ca3f","status":"passed","time":{"start":1724861760048,"stop":1724861760049,"duration":1}},{"uid":"cd123fc217f0794e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cd123fc217f0794e","status":"passed","time":{"start":1724861230828,"stop":1724861230829,"duration":1}},{"uid":"cab279ee0876e093","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cab279ee0876e093","status":"passed","time":{"start":1724861053400,"stop":1724861053401,"duration":1}},{"uid":"96c892a5def1f194","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/96c892a5def1f194","status":"passed","time":{"start":1724860914744,"stop":1724860914745,"duration":1}}]},"0594382963bea32e9c8b3542e5bec09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"67981c706f464a87","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/67981c706f464a87","status":"passed","time":{"start":1724922778326,"stop":1724922778326,"duration":0}},{"uid":"8368596a5cc2ad94","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8368596a5cc2ad94","status":"passed","time":{"start":1724921497757,"stop":1724921497757,"duration":0}},{"uid":"64b489ae43399774","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/64b489ae43399774","status":"passed","time":{"start":1724921408411,"stop":1724921408412,"duration":1}},{"uid":"8d97a5d9537dd508","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8d97a5d9537dd508","status":"passed","time":{"start":1724918086870,"stop":1724918086870,"duration":0}},{"uid":"fffb411c4b98685e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fffb411c4b98685e","status":"passed","time":{"start":1724889892447,"stop":1724889892447,"duration":0}},{"uid":"a1e52fa82797b96b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a1e52fa82797b96b","status":"passed","time":{"start":1724888997216,"stop":1724888997216,"duration":0}},{"uid":"18dc07e9060411f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/18dc07e9060411f9","status":"passed","time":{"start":1724888159489,"stop":1724888159490,"duration":1}},{"uid":"c0d178ed824661e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c0d178ed824661e","status":"passed","time":{"start":1724886937294,"stop":1724886937294,"duration":0}},{"uid":"a31693863d6c7e5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a31693863d6c7e5","status":"passed","time":{"start":1724886709804,"stop":1724886709805,"duration":1}},{"uid":"c4fae5db01948399","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4fae5db01948399","status":"passed","time":{"start":1724862123537,"stop":1724862123537,"duration":0}},{"uid":"9156d97c20b5121f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9156d97c20b5121f","status":"passed","time":{"start":1724861620104,"stop":1724861620104,"duration":0}},{"uid":"be7656853951f845","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/be7656853951f845","status":"passed","time":{"start":1724861460249,"stop":1724861460249,"duration":0}},{"uid":"176492e9fb0e5c06","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/176492e9fb0e5c06","status":"passed","time":{"start":1724861330171,"stop":1724861330172,"duration":1}}]},"c864c0bac1eca550589e8408da11aebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a4884989548979d2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a4884989548979d2","status":"passed","time":{"start":1724922377156,"stop":1724922377156,"duration":0}},{"uid":"5e3194cde2657de2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5e3194cde2657de2","status":"passed","time":{"start":1724921040180,"stop":1724921040181,"duration":1}},{"uid":"62b603e14c4dba74","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/62b603e14c4dba74","status":"passed","time":{"start":1724921015574,"stop":1724921015574,"duration":0}},{"uid":"9d6a73ce3dc1188f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9d6a73ce3dc1188f","status":"passed","time":{"start":1724917675799,"stop":1724917675799,"duration":0}},{"uid":"a8d47b908443b314","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a8d47b908443b314","status":"passed","time":{"start":1724889454807,"stop":1724889454807,"duration":0}},{"uid":"6acf346a196491d6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6acf346a196491d6","status":"passed","time":{"start":1724888605323,"stop":1724888605323,"duration":0}},{"uid":"8921c365b5442776","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8921c365b5442776","status":"passed","time":{"start":1724887761648,"stop":1724887761648,"duration":0}},{"uid":"79cc67e5df16670","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/79cc67e5df16670","status":"passed","time":{"start":1724886527993,"stop":1724886527994,"duration":1}},{"uid":"d1b206e74dc8535c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d1b206e74dc8535c","status":"passed","time":{"start":1724886305812,"stop":1724886305812,"duration":0}},{"uid":"f6b141d28a8543de","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f6b141d28a8543de","status":"passed","time":{"start":1724861754710,"stop":1724861754710,"duration":0}},{"uid":"d5c6cf683c86c23d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d5c6cf683c86c23d","status":"passed","time":{"start":1724861225782,"stop":1724861225783,"duration":1}},{"uid":"164d0dbbedb6c2aa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/164d0dbbedb6c2aa","status":"passed","time":{"start":1724861047869,"stop":1724861047870,"duration":1}},{"uid":"3f339e129e49df38","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3f339e129e49df38","status":"passed","time":{"start":1724860909785,"stop":1724860909785,"duration":0}}]},"61e2985cb043a18619c4c9c7b4028939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"64c761bbc0655a78","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/64c761bbc0655a78","status":"passed","time":{"start":1724861567903,"stop":1724861567903,"duration":0}}]},"16822a1766d8608312f0f568cf362cc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c97af327e35de383","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c97af327e35de383","status":"passed","time":{"start":1724922999269,"stop":1724922999270,"duration":1}},{"uid":"3f2d46c92a16308d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3f2d46c92a16308d","status":"passed","time":{"start":1724921669871,"stop":1724921669871,"duration":0}},{"uid":"d1b317dd1729d40c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d1b317dd1729d40c","status":"passed","time":{"start":1724921630269,"stop":1724921630269,"duration":0}},{"uid":"531ef65537c5c62e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/531ef65537c5c62e","status":"passed","time":{"start":1724918332988,"stop":1724918332988,"duration":0}},{"uid":"59cb698877f6b1f2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/59cb698877f6b1f2","status":"passed","time":{"start":1724890089469,"stop":1724890089469,"duration":0}},{"uid":"91142c99fdf8941d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91142c99fdf8941d","status":"passed","time":{"start":1724889224494,"stop":1724889224494,"duration":0}},{"uid":"3b899a939a35967d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3b899a939a35967d","status":"passed","time":{"start":1724888406348,"stop":1724888406348,"duration":0}},{"uid":"b9787f96eaf53e87","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b9787f96eaf53e87","status":"passed","time":{"start":1724887175025,"stop":1724887175025,"duration":0}},{"uid":"bb88aa2c3fa4e9f8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bb88aa2c3fa4e9f8","status":"passed","time":{"start":1724886952409,"stop":1724886952409,"duration":0}},{"uid":"5ded6eb1b6695579","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ded6eb1b6695579","status":"passed","time":{"start":1724862378565,"stop":1724862378566,"duration":1}},{"uid":"be68af80f0cf74a7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/be68af80f0cf74a7","status":"passed","time":{"start":1724861846752,"stop":1724861846752,"duration":0}},{"uid":"968016d4434baf7f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/968016d4434baf7f","status":"passed","time":{"start":1724861702537,"stop":1724861702537,"duration":0}},{"uid":"65c68b255a0847ed","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/65c68b255a0847ed","status":"passed","time":{"start":1724861533460,"stop":1724861533460,"duration":0}}]},"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cc15f05d36d8c41a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cc15f05d36d8c41a","status":"passed","time":{"start":1724922984605,"stop":1724922984606,"duration":1}},{"uid":"456db820fbaf764b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/456db820fbaf764b","status":"passed","time":{"start":1724921665483,"stop":1724921665483,"duration":0}},{"uid":"f9f05657104b3494","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f9f05657104b3494","status":"passed","time":{"start":1724921620264,"stop":1724921620265,"duration":1}},{"uid":"557f77c07bf7baa1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/557f77c07bf7baa1","status":"passed","time":{"start":1724918327896,"stop":1724918327896,"duration":0}},{"uid":"12adc7edf00f3f60","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/12adc7edf00f3f60","status":"passed","time":{"start":1724890080825,"stop":1724890080825,"duration":0}},{"uid":"547a9de1e156f920","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/547a9de1e156f920","status":"passed","time":{"start":1724889209275,"stop":1724889209275,"duration":0}},{"uid":"42f4a85ffa033a72","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/42f4a85ffa033a72","status":"passed","time":{"start":1724888392556,"stop":1724888392557,"duration":1}},{"uid":"8868f8eb6308af20","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8868f8eb6308af20","status":"passed","time":{"start":1724887163402,"stop":1724887163402,"duration":0}},{"uid":"c9e608110f0aa1e2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c9e608110f0aa1e2","status":"passed","time":{"start":1724886939851,"stop":1724886939851,"duration":0}},{"uid":"d05648f1903408d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d05648f1903408d9","status":"passed","time":{"start":1724862357133,"stop":1724862357133,"duration":0}},{"uid":"ad0c14a2b89205f6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ad0c14a2b89205f6","status":"passed","time":{"start":1724861837825,"stop":1724861837825,"duration":0}},{"uid":"f4dc03ea1bf5341b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f4dc03ea1bf5341b","status":"passed","time":{"start":1724861694572,"stop":1724861694572,"duration":0}},{"uid":"21eff3aa96fce068","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/21eff3aa96fce068","status":"passed","time":{"start":1724861523916,"stop":1724861523916,"duration":0}}]},"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2ee483a20b68bb69","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2ee483a20b68bb69","status":"passed","time":{"start":1724922465394,"stop":1724922465394,"duration":0}},{"uid":"67dd8fc2974c3527","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/67dd8fc2974c3527","status":"passed","time":{"start":1724921128566,"stop":1724921128566,"duration":0}},{"uid":"8edbdc920ae8ce1b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8edbdc920ae8ce1b","status":"passed","time":{"start":1724921103674,"stop":1724921103674,"duration":0}},{"uid":"56cc9fdf1109fd2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/56cc9fdf1109fd2","status":"passed","time":{"start":1724917763726,"stop":1724917763726,"duration":0}},{"uid":"b42019981922c3e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b42019981922c3e5","status":"passed","time":{"start":1724889543368,"stop":1724889543368,"duration":0}},{"uid":"2c1283d5245ed69b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c1283d5245ed69b","status":"passed","time":{"start":1724888692503,"stop":1724888692503,"duration":0}},{"uid":"88c26ba6d811ca9f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/88c26ba6d811ca9f","status":"passed","time":{"start":1724887850413,"stop":1724887850413,"duration":0}},{"uid":"336518ebe9916900","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/336518ebe9916900","status":"passed","time":{"start":1724886617174,"stop":1724886617175,"duration":1}},{"uid":"393ebffeabc8856b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/393ebffeabc8856b","status":"passed","time":{"start":1724886394904,"stop":1724886394905,"duration":1}},{"uid":"75abe338de82c9cc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/75abe338de82c9cc","status":"passed","time":{"start":1724861844371,"stop":1724861844371,"duration":0}},{"uid":"72ff8415c6a89b8a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/72ff8415c6a89b8a","status":"passed","time":{"start":1724861313408,"stop":1724861313408,"duration":0}},{"uid":"9277d7d921d1f57e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9277d7d921d1f57e","status":"passed","time":{"start":1724861139649,"stop":1724861139650,"duration":1}},{"uid":"68e16ffce749a418","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/68e16ffce749a418","status":"passed","time":{"start":1724860999510,"stop":1724860999511,"duration":1}}]},"d55228d85711425bc1d26d56f50560fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fa46a34c23c596bc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fa46a34c23c596bc","status":"passed","time":{"start":1724887018313,"stop":1724887018313,"duration":0}}]},"3e90beb5221169dbe076c41dc4e44285:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"25a64aa501782a7b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/25a64aa501782a7b","status":"passed","time":{"start":1724861655159,"stop":1724861655159,"duration":0}}]},"57d70b2cb6f31be2728fe57fe3e0d54d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"39d41961b2bc4785","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/39d41961b2bc4785","status":"passed","time":{"start":1724922601841,"stop":1724922601842,"duration":1}},{"uid":"ffa356eede5230f9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ffa356eede5230f9","status":"passed","time":{"start":1724921267868,"stop":1724921267869,"duration":1}},{"uid":"4f40d3d2a0bf714a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4f40d3d2a0bf714a","status":"passed","time":{"start":1724921244364,"stop":1724921244367,"duration":3}},{"uid":"e3d8aad53c4beb27","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e3d8aad53c4beb27","status":"passed","time":{"start":1724917916043,"stop":1724917916044,"duration":1}},{"uid":"3a67462901ce43c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a67462901ce43c9","status":"passed","time":{"start":1724889678254,"stop":1724889678254,"duration":0}},{"uid":"a46fd2422999cffc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a46fd2422999cffc","status":"passed","time":{"start":1724888831683,"stop":1724888831683,"duration":0}},{"uid":"a59c6da4b8659b21","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a59c6da4b8659b21","status":"passed","time":{"start":1724888003319,"stop":1724888003319,"duration":0}},{"uid":"1682ec0591dbef53","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1682ec0591dbef53","status":"passed","time":{"start":1724886776608,"stop":1724886776608,"duration":0}},{"uid":"7034a3e2ad700199","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7034a3e2ad700199","status":"passed","time":{"start":1724886555792,"stop":1724886555795,"duration":3}},{"uid":"7af4fe70e52f45d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7af4fe70e52f45d8","status":"passed","time":{"start":1724861983005,"stop":1724861983006,"duration":1}},{"uid":"ae4e159da877f097","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ae4e159da877f097","status":"passed","time":{"start":1724861444065,"stop":1724861444066,"duration":1}},{"uid":"54ad108f3beacfc9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/54ad108f3beacfc9","status":"passed","time":{"start":1724861285828,"stop":1724861285829,"duration":1}},{"uid":"571c08e417364023","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/571c08e417364023","status":"passed","time":{"start":1724861145664,"stop":1724861145665,"duration":1}}]},"029d28d2d6cf7e377833a89f6aa8bab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2407092dded2803d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2407092dded2803d","status":"passed","time":{"start":1724922853918,"stop":1724922853919,"duration":1}},{"uid":"e0ef633ae806cb84","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e0ef633ae806cb84","status":"passed","time":{"start":1724921529586,"stop":1724921529586,"duration":0}},{"uid":"fe2b5fd7f8b511a9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fe2b5fd7f8b511a9","status":"passed","time":{"start":1724921488880,"stop":1724921488880,"duration":0}},{"uid":"23a6629b762c614f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/23a6629b762c614f","status":"passed","time":{"start":1724918203687,"stop":1724918203687,"duration":0}},{"uid":"5d7d1f9bf2cd08db","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5d7d1f9bf2cd08db","status":"passed","time":{"start":1724889938363,"stop":1724889938363,"duration":0}},{"uid":"61bd32e7c26832fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/61bd32e7c26832fd","status":"passed","time":{"start":1724889077067,"stop":1724889077067,"duration":0}},{"uid":"7a0317cf6fa16bc9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7a0317cf6fa16bc9","status":"passed","time":{"start":1724888268035,"stop":1724888268036,"duration":1}},{"uid":"40b4950a5dcf591a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/40b4950a5dcf591a","status":"passed","time":{"start":1724887032406,"stop":1724887032407,"duration":1}},{"uid":"84fca205ad545b72","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/84fca205ad545b72","status":"passed","time":{"start":1724886822821,"stop":1724886822821,"duration":0}},{"uid":"a1ef819ca369f25f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a1ef819ca369f25f","status":"passed","time":{"start":1724862233511,"stop":1724862233512,"duration":1}},{"uid":"799e4ef04daa153","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/799e4ef04daa153","status":"passed","time":{"start":1724861712671,"stop":1724861712671,"duration":0}},{"uid":"21680a04051269c6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/21680a04051269c6","status":"passed","time":{"start":1724861567890,"stop":1724861567890,"duration":0}},{"uid":"7212b9a403b37c5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7212b9a403b37c5","status":"passed","time":{"start":1724861392055,"stop":1724861392055,"duration":0}}]},"157a8cb15ba38d6841cc7163c7b624e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7732ef15cef4fdf0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7732ef15cef4fdf0","status":"passed","time":{"start":1724922887525,"stop":1724922887526,"duration":1}},{"uid":"ec893939505b729c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ec893939505b729c","status":"passed","time":{"start":1724921564776,"stop":1724921564776,"duration":0}},{"uid":"4ca9008b1b4704e0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4ca9008b1b4704e0","status":"passed","time":{"start":1724921518820,"stop":1724921518821,"duration":1}},{"uid":"74f1409074480e1e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/74f1409074480e1e","status":"passed","time":{"start":1724918229399,"stop":1724918229399,"duration":0}},{"uid":"cfec9534ca662425","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cfec9534ca662425","status":"passed","time":{"start":1724889980702,"stop":1724889980702,"duration":0}},{"uid":"80ba4aa86af5d3c6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80ba4aa86af5d3c6","status":"passed","time":{"start":1724889111162,"stop":1724889111163,"duration":1}},{"uid":"a7bf8d78fa5d2c5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a7bf8d78fa5d2c5","status":"passed","time":{"start":1724888292533,"stop":1724888292533,"duration":0}},{"uid":"bf13a72716194012","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bf13a72716194012","status":"passed","time":{"start":1724887068225,"stop":1724887068225,"duration":0}},{"uid":"4938b5742df53846","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4938b5742df53846","status":"passed","time":{"start":1724886848925,"stop":1724886848926,"duration":1}},{"uid":"4baff0f551e2210a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4baff0f551e2210a","status":"passed","time":{"start":1724862262047,"stop":1724862262047,"duration":0}},{"uid":"533fcc7792c12fce","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/533fcc7792c12fce","status":"passed","time":{"start":1724861741893,"stop":1724861741893,"duration":0}},{"uid":"968614f1201603b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/968614f1201603b","status":"passed","time":{"start":1724861599491,"stop":1724861599492,"duration":1}},{"uid":"9eb45bddb768a34e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9eb45bddb768a34e","status":"passed","time":{"start":1724861428475,"stop":1724861428475,"duration":0}}]},"b40cd5e2428d3792bac2155e0a9bce97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"eccd8df0aba7f0fb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/eccd8df0aba7f0fb","status":"passed","time":{"start":1724922853909,"stop":1724922853909,"duration":0}},{"uid":"47aecb8f33927f95","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/47aecb8f33927f95","status":"passed","time":{"start":1724921529571,"stop":1724921529571,"duration":0}},{"uid":"87de082556496c76","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/87de082556496c76","status":"passed","time":{"start":1724921488873,"stop":1724921488873,"duration":0}},{"uid":"c6fcd745fb7bfe33","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c6fcd745fb7bfe33","status":"passed","time":{"start":1724918203668,"stop":1724918203669,"duration":1}},{"uid":"c90e1883caa890db","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c90e1883caa890db","status":"passed","time":{"start":1724889938352,"stop":1724889938352,"duration":0}},{"uid":"a724978541b40501","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a724978541b40501","status":"passed","time":{"start":1724889077032,"stop":1724889077032,"duration":0}},{"uid":"486f23c14e05e24e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/486f23c14e05e24e","status":"passed","time":{"start":1724888268006,"stop":1724888268007,"duration":1}},{"uid":"99af6f2c60ac75f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/99af6f2c60ac75f9","status":"passed","time":{"start":1724887032389,"stop":1724887032389,"duration":0}},{"uid":"3f8e031bddb5e9e1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3f8e031bddb5e9e1","status":"passed","time":{"start":1724886822785,"stop":1724886822785,"duration":0}},{"uid":"cbe09136be807c6d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cbe09136be807c6d","status":"passed","time":{"start":1724862233503,"stop":1724862233503,"duration":0}},{"uid":"c46e6f91773c7387","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c46e6f91773c7387","status":"passed","time":{"start":1724861712663,"stop":1724861712664,"duration":1}},{"uid":"99477c4e6519af3c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/99477c4e6519af3c","status":"passed","time":{"start":1724861567880,"stop":1724861567881,"duration":1}},{"uid":"ae84fb47b1e14716","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ae84fb47b1e14716","status":"passed","time":{"start":1724861392038,"stop":1724861392039,"duration":1}}]},"5915b8b108d1e876eca61369f96c4878:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"defb56199a18c858","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/defb56199a18c858","status":"passed","time":{"start":1724861428478,"stop":1724861428478,"duration":0}}]},"59981961fb7bd36f7cdce84c5dcb943f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dafd7697dda829b0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dafd7697dda829b0","status":"passed","time":{"start":1724861444068,"stop":1724861444068,"duration":0}}]},"518f46a704ba69e2a708ee64a4c9b59a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"97cc61a059faf695","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/97cc61a059faf695","status":"passed","time":{"start":1724921619637,"stop":1724921619638,"duration":1}}]},"c3975a5638fcfc067a753978f0582b0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ef67c6410919023","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ef67c6410919023","status":"passed","time":{"start":1724889144082,"stop":1724889144082,"duration":0}}]},"66156d56cfb39dcc2b16657c92e763c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2c5d39562c002cd1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2c5d39562c002cd1","status":"passed","time":{"start":1724922398406,"stop":1724922398406,"duration":0}},{"uid":"c10d6e09cfe0b3a4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c10d6e09cfe0b3a4","status":"passed","time":{"start":1724921061374,"stop":1724921061375,"duration":1}},{"uid":"c16baa6b42d794b9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c16baa6b42d794b9","status":"passed","time":{"start":1724921036566,"stop":1724921036568,"duration":2}},{"uid":"77d73f25e0ea68ea","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/77d73f25e0ea68ea","status":"passed","time":{"start":1724917696996,"stop":1724917696997,"duration":1}},{"uid":"741f5429d0ed907b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/741f5429d0ed907b","status":"passed","time":{"start":1724889475439,"stop":1724889475439,"duration":0}},{"uid":"a4505fc5c5fa4e34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a4505fc5c5fa4e34","status":"passed","time":{"start":1724888626533,"stop":1724888626533,"duration":0}},{"uid":"6b2f2fd5f9479407","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b2f2fd5f9479407","status":"passed","time":{"start":1724887782741,"stop":1724887782741,"duration":0}},{"uid":"1e99973d5ddb7276","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1e99973d5ddb7276","status":"passed","time":{"start":1724886549353,"stop":1724886549353,"duration":0}},{"uid":"78d0a710274ae84","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/78d0a710274ae84","status":"passed","time":{"start":1724886326877,"stop":1724886326878,"duration":1}},{"uid":"756f42c667244cff","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/756f42c667244cff","status":"passed","time":{"start":1724861776304,"stop":1724861776305,"duration":1}},{"uid":"5485dd676c85800c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5485dd676c85800c","status":"passed","time":{"start":1724861246689,"stop":1724861246691,"duration":2}},{"uid":"13cdf7678ff31d30","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/13cdf7678ff31d30","status":"passed","time":{"start":1724861070675,"stop":1724861070676,"duration":1}},{"uid":"7e722cb43b20b2aa","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7e722cb43b20b2aa","status":"passed","time":{"start":1724860931333,"stop":1724860931334,"duration":1}}]},"bb18bf6ef78593032d369a24fcc31239:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"44ba7462db7883ec","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/44ba7462db7883ec","status":"passed","time":{"start":1724922890067,"stop":1724922890067,"duration":0}},{"uid":"ba6c47bdcf882140","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ba6c47bdcf882140","status":"passed","time":{"start":1724921559016,"stop":1724921559017,"duration":1}},{"uid":"4654055dbcb7b09d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4654055dbcb7b09d","status":"passed","time":{"start":1724921524131,"stop":1724921524132,"duration":1}},{"uid":"3d36ad7dd6f1251b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3d36ad7dd6f1251b","status":"passed","time":{"start":1724918241662,"stop":1724918241663,"duration":1}},{"uid":"2c8cd4c8a4eefddf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c8cd4c8a4eefddf","status":"passed","time":{"start":1724889975475,"stop":1724889975476,"duration":1}},{"uid":"fb6d882a6c410382","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb6d882a6c410382","status":"passed","time":{"start":1724889106060,"stop":1724889106060,"duration":0}},{"uid":"d48799e3126a965b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d48799e3126a965b","status":"passed","time":{"start":1724888289482,"stop":1724888289482,"duration":0}},{"uid":"39b4d47c23717a1c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/39b4d47c23717a1c","status":"passed","time":{"start":1724887057703,"stop":1724887057703,"duration":0}},{"uid":"82f0fc5193c204cf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/82f0fc5193c204cf","status":"passed","time":{"start":1724886839398,"stop":1724886839399,"duration":1}},{"uid":"2a71550a6c1c475a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2a71550a6c1c475a","status":"passed","time":{"start":1724862256092,"stop":1724862256093,"duration":1}},{"uid":"f36e58f04b09f550","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f36e58f04b09f550","status":"passed","time":{"start":1724861742234,"stop":1724861742234,"duration":0}},{"uid":"bf1cdee487be6849","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bf1cdee487be6849","status":"passed","time":{"start":1724861595394,"stop":1724861595396,"duration":2}},{"uid":"22478556b4aad2f0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/22478556b4aad2f0","status":"passed","time":{"start":1724861424068,"stop":1724861424069,"duration":1}}]},"e4e72a8fa5b7d654e51f3e711026836b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b80441ff0ce30c67","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b80441ff0ce30c67","status":"passed","time":{"start":1724922845234,"stop":1724922845234,"duration":0}},{"uid":"cba0787fc9d90e08","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cba0787fc9d90e08","status":"passed","time":{"start":1724921515220,"stop":1724921515220,"duration":0}},{"uid":"5dbf14c2848a4036","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5dbf14c2848a4036","status":"passed","time":{"start":1724921475438,"stop":1724921475438,"duration":0}},{"uid":"a3bf5de39137b534","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a3bf5de39137b534","status":"passed","time":{"start":1724918179380,"stop":1724918179380,"duration":0}},{"uid":"6c431ad558d0e12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c431ad558d0e12","status":"passed","time":{"start":1724889935334,"stop":1724889935334,"duration":0}},{"uid":"796585be9d072d34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/796585be9d072d34","status":"passed","time":{"start":1724889072746,"stop":1724889072746,"duration":0}},{"uid":"3515b234d1ed8205","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3515b234d1ed8205","status":"passed","time":{"start":1724888232408,"stop":1724888232409,"duration":1}},{"uid":"adfe758f80225f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/adfe758f80225f","status":"passed","time":{"start":1724887018288,"stop":1724887018288,"duration":0}},{"uid":"f75fd2f4d8bb5f12","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f75fd2f4d8bb5f12","status":"passed","time":{"start":1724886781472,"stop":1724886781473,"duration":1}},{"uid":"dd5734b12a7908be","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd5734b12a7908be","status":"passed","time":{"start":1724862213655,"stop":1724862213656,"duration":1}},{"uid":"4d218f459e2d961","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4d218f459e2d961","status":"passed","time":{"start":1724861685848,"stop":1724861685848,"duration":0}},{"uid":"a104d8cd956c27ae","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a104d8cd956c27ae","status":"passed","time":{"start":1724861546163,"stop":1724861546163,"duration":0}},{"uid":"e461d76d52429f31","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e461d76d52429f31","status":"passed","time":{"start":1724861378104,"stop":1724861378104,"duration":0}}]},"86a53e5a04ed2abdfb829012d731ce1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cd896b161aea6fa8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cd896b161aea6fa8","status":"passed","time":{"start":1724922727644,"stop":1724922727644,"duration":0}},{"uid":"56fe984247bbb72f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/56fe984247bbb72f","status":"passed","time":{"start":1724921379978,"stop":1724921379978,"duration":0}},{"uid":"7a970cbc917c2056","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7a970cbc917c2056","status":"passed","time":{"start":1724921359711,"stop":1724921359712,"duration":1}},{"uid":"4f642f85995fcb55","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4f642f85995fcb55","status":"passed","time":{"start":1724918127234,"stop":1724918127237,"duration":3}},{"uid":"aa9bd75aeccd0dc4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aa9bd75aeccd0dc4","status":"passed","time":{"start":1724889805611,"stop":1724889805611,"duration":0}},{"uid":"422ac988d39b9bb1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/422ac988d39b9bb1","status":"passed","time":{"start":1724888940683,"stop":1724888940683,"duration":0}},{"uid":"24006e3009028c2d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/24006e3009028c2d","status":"passed","time":{"start":1724888168647,"stop":1724888168647,"duration":0}},{"uid":"e0bc88b3cff80cb8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e0bc88b3cff80cb8","status":"passed","time":{"start":1724886924215,"stop":1724886924216,"duration":1}},{"uid":"8ea190adaf460169","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8ea190adaf460169","status":"passed","time":{"start":1724886701804,"stop":1724886701804,"duration":0}},{"uid":"91d341ced617a439","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91d341ced617a439","status":"passed","time":{"start":1724862112739,"stop":1724862112740,"duration":1}},{"uid":"6b04f36592f094d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6b04f36592f094d","status":"passed","time":{"start":1724861584866,"stop":1724861584867,"duration":1}},{"uid":"2c57e5180ab9b8b4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2c57e5180ab9b8b4","status":"passed","time":{"start":1724861464478,"stop":1724861464478,"duration":0}},{"uid":"7d7ca7c0e9eb89b8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7d7ca7c0e9eb89b8","status":"passed","time":{"start":1724861254910,"stop":1724861254910,"duration":0}}]},"b827439f452a11766780f806c1333aa9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9d16d5ca762ffee2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9d16d5ca762ffee2","status":"passed","time":{"start":1724888336458,"stop":1724888336458,"duration":0}}]},"616a707ea6255f6985c701d87f308721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"36e3f645aab20b3b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/36e3f645aab20b3b","status":"passed","time":{"start":1724922635360,"stop":1724922635360,"duration":0}},{"uid":"ac1c9306ef7a24b8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ac1c9306ef7a24b8","status":"passed","time":{"start":1724921297019,"stop":1724921297019,"duration":0}},{"uid":"b706a3345f7e6d97","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b706a3345f7e6d97","status":"passed","time":{"start":1724921276381,"stop":1724921276382,"duration":1}},{"uid":"740c598c5b7e1c67","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/740c598c5b7e1c67","status":"passed","time":{"start":1724917948331,"stop":1724917948331,"duration":0}},{"uid":"4102a8aae1ed88f3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4102a8aae1ed88f3","status":"passed","time":{"start":1724889729020,"stop":1724889729021,"duration":1}},{"uid":"395cf902864dcb8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/395cf902864dcb8","status":"passed","time":{"start":1724888864961,"stop":1724888864961,"duration":0}},{"uid":"fdf780f537a8f65c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fdf780f537a8f65c","status":"passed","time":{"start":1724888053753,"stop":1724888053753,"duration":0}},{"uid":"b2c5b89b7425f1e4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b2c5b89b7425f1e4","status":"passed","time":{"start":1724886811668,"stop":1724886811668,"duration":0}},{"uid":"73f310f14f119dc3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/73f310f14f119dc3","status":"passed","time":{"start":1724886581010,"stop":1724886581010,"duration":0}},{"uid":"e1df0091cb502a10","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e1df0091cb502a10","status":"passed","time":{"start":1724862019566,"stop":1724862019566,"duration":0}},{"uid":"825d59c8d9883496","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/825d59c8d9883496","status":"passed","time":{"start":1724861493944,"stop":1724861493944,"duration":0}},{"uid":"f1ec0c0da4367980","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f1ec0c0da4367980","status":"passed","time":{"start":1724861318064,"stop":1724861318065,"duration":1}},{"uid":"b28ccbf79170ed4b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b28ccbf79170ed4b","status":"passed","time":{"start":1724861178524,"stop":1724861178524,"duration":0}}]},"87fe34f1954a2fba5cbc381cc6dcf6d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3f47843e76ef2e66","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3f47843e76ef2e66","status":"passed","time":{"start":1724922374695,"stop":1724922374695,"duration":0}},{"uid":"81ba405379ee4ba7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/81ba405379ee4ba7","status":"passed","time":{"start":1724921037654,"stop":1724921037654,"duration":0}},{"uid":"e11aeafbfa83943b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e11aeafbfa83943b","status":"passed","time":{"start":1724921013068,"stop":1724921013069,"duration":1}},{"uid":"f50be60c3ae8b23e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f50be60c3ae8b23e","status":"passed","time":{"start":1724917673309,"stop":1724917673309,"duration":0}},{"uid":"3854389347402087","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3854389347402087","status":"passed","time":{"start":1724889452328,"stop":1724889452328,"duration":0}},{"uid":"1c0e79a0c8025335","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c0e79a0c8025335","status":"passed","time":{"start":1724888602861,"stop":1724888602861,"duration":0}},{"uid":"88aa81b42a5686b4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/88aa81b42a5686b4","status":"passed","time":{"start":1724887759181,"stop":1724887759181,"duration":0}},{"uid":"6e8bec2e850c9721","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6e8bec2e850c9721","status":"passed","time":{"start":1724886525558,"stop":1724886525559,"duration":1}},{"uid":"7a7af9e753be675e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7a7af9e753be675e","status":"passed","time":{"start":1724886303415,"stop":1724886303415,"duration":0}},{"uid":"2975bb1fed11c4a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2975bb1fed11c4a6","status":"passed","time":{"start":1724861752251,"stop":1724861752251,"duration":0}},{"uid":"9dbd765accf3996f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9dbd765accf3996f","status":"passed","time":{"start":1724861223371,"stop":1724861223372,"duration":1}},{"uid":"b76612da416aefbe","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b76612da416aefbe","status":"passed","time":{"start":1724861045221,"stop":1724861045221,"duration":0}},{"uid":"607127e63b358672","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/607127e63b358672","status":"passed","time":{"start":1724860907107,"stop":1724860907108,"duration":1}}]},"6768c514e62af9499d64f2876ad1b958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"92d03a28d973da7d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/92d03a28d973da7d","status":"passed","time":{"start":1724922966287,"stop":1724922966287,"duration":0}},{"uid":"d5a973d7118120e7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d5a973d7118120e7","status":"passed","time":{"start":1724921658747,"stop":1724921658747,"duration":0}},{"uid":"a0ae00fdc18d6c2b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a0ae00fdc18d6c2b","status":"passed","time":{"start":1724921609581,"stop":1724921609582,"duration":1}},{"uid":"4f9c93e50402fe21","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4f9c93e50402fe21","status":"passed","time":{"start":1724918323462,"stop":1724918323462,"duration":0}},{"uid":"aa86f7e4384519ec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aa86f7e4384519ec","status":"passed","time":{"start":1724890071667,"stop":1724890071667,"duration":0}},{"uid":"d371371a11ff59c4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d371371a11ff59c4","status":"passed","time":{"start":1724889207708,"stop":1724889207708,"duration":0}},{"uid":"d8a0c6310b10a978","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d8a0c6310b10a978","status":"passed","time":{"start":1724888386328,"stop":1724888386328,"duration":0}},{"uid":"3573e2891b5c33e5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3573e2891b5c33e5","status":"passed","time":{"start":1724887153936,"stop":1724887153937,"duration":1}},{"uid":"4786ed2b45da0931","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4786ed2b45da0931","status":"passed","time":{"start":1724886927403,"stop":1724886927405,"duration":2}},{"uid":"6ec13db73881c730","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6ec13db73881c730","status":"passed","time":{"start":1724862360111,"stop":1724862360111,"duration":0}},{"uid":"730bf83ddef676c6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/730bf83ddef676c6","status":"passed","time":{"start":1724861832844,"stop":1724861832845,"duration":1}},{"uid":"b720733acfcea6fb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b720733acfcea6fb","status":"passed","time":{"start":1724861687430,"stop":1724861687431,"duration":1}},{"uid":"50ad4332ef9d0226","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/50ad4332ef9d0226","status":"passed","time":{"start":1724861513180,"stop":1724861513180,"duration":0}}]},"0e28108fcff28b559e8df008277df518:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"523f9b0f66c1d697","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/523f9b0f66c1d697","status":"passed","time":{"start":1724887032415,"stop":1724887032415,"duration":0}}]},"713a95328ac8f822756ed1917a2e3407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"62170088d5c8704a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/62170088d5c8704a","status":"passed","time":{"start":1724922853912,"stop":1724922853913,"duration":1}},{"uid":"da8ace76c14fcabd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/da8ace76c14fcabd","status":"passed","time":{"start":1724921529578,"stop":1724921529578,"duration":0}},{"uid":"e622c12e3e0df816","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e622c12e3e0df816","status":"passed","time":{"start":1724921488876,"stop":1724921488876,"duration":0}},{"uid":"ae332342195ae428","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ae332342195ae428","status":"passed","time":{"start":1724918203677,"stop":1724918203677,"duration":0}},{"uid":"ed9fc08b6b4ca9a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ed9fc08b6b4ca9a7","status":"passed","time":{"start":1724889938355,"stop":1724889938355,"duration":0}},{"uid":"d0f7803cf2e31b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d0f7803cf2e31b","status":"passed","time":{"start":1724889077058,"stop":1724889077059,"duration":1}},{"uid":"c30be2d23374452e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c30be2d23374452e","status":"passed","time":{"start":1724888268012,"stop":1724888268014,"duration":2}},{"uid":"6e5a2698f5bb6b84","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6e5a2698f5bb6b84","status":"passed","time":{"start":1724887032394,"stop":1724887032395,"duration":1}},{"uid":"1543563fefa9b0a7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1543563fefa9b0a7","status":"passed","time":{"start":1724886822788,"stop":1724886822788,"duration":0}},{"uid":"46946f83ce6479f5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/46946f83ce6479f5","status":"passed","time":{"start":1724862233506,"stop":1724862233506,"duration":0}},{"uid":"9728244a6dffea86","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9728244a6dffea86","status":"passed","time":{"start":1724861712666,"stop":1724861712667,"duration":1}},{"uid":"829095ac6974c552","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/829095ac6974c552","status":"passed","time":{"start":1724861567884,"stop":1724861567885,"duration":1}},{"uid":"bdc74ff93d119ef9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bdc74ff93d119ef9","status":"passed","time":{"start":1724861392047,"stop":1724861392048,"duration":1}}]},"7e48da6a07eda3c9d829363fccd0abf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6e82dcb0f65b3d9a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6e82dcb0f65b3d9a","status":"passed","time":{"start":1724922845248,"stop":1724922845248,"duration":0}},{"uid":"cc1cb25c5fb5740e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cc1cb25c5fb5740e","status":"passed","time":{"start":1724921515230,"stop":1724921515231,"duration":1}},{"uid":"a16ea39ff184d17d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a16ea39ff184d17d","status":"passed","time":{"start":1724921475457,"stop":1724921475458,"duration":1}},{"uid":"8345c92c03c66b25","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8345c92c03c66b25","status":"passed","time":{"start":1724918179404,"stop":1724918179404,"duration":0}},{"uid":"43328051e45fa819","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/43328051e45fa819","status":"passed","time":{"start":1724889935344,"stop":1724889935344,"duration":0}},{"uid":"bb3b3e1bd5833368","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bb3b3e1bd5833368","status":"passed","time":{"start":1724889072758,"stop":1724889072758,"duration":0}},{"uid":"195224f22c2b38dd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/195224f22c2b38dd","status":"passed","time":{"start":1724888232419,"stop":1724888232420,"duration":1}},{"uid":"6eb327dce3a9b8ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6eb327dce3a9b8ea","status":"passed","time":{"start":1724887018306,"stop":1724887018306,"duration":0}},{"uid":"8072fe4889611a1c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8072fe4889611a1c","status":"passed","time":{"start":1724886781483,"stop":1724886781484,"duration":1}},{"uid":"63610ca6776b21ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/63610ca6776b21ba","status":"passed","time":{"start":1724862213667,"stop":1724862213667,"duration":0}},{"uid":"1532659d8f34035b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1532659d8f34035b","status":"passed","time":{"start":1724861685860,"stop":1724861685860,"duration":0}},{"uid":"c93671f8332091ca","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c93671f8332091ca","status":"passed","time":{"start":1724861546181,"stop":1724861546181,"duration":0}},{"uid":"c798374a46586028","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c798374a46586028","status":"passed","time":{"start":1724861378115,"stop":1724861378116,"duration":1}}]},"421132b53cd5d0c6f25242ef427f7dc2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"71292dc884080293","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/71292dc884080293","status":"passed","time":{"start":1724889980705,"stop":1724889980705,"duration":0}}]},"e5024ebe6c7f902f22f0fbc318d649ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0d969d20cfc1c3f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f0d969d20cfc1c3f","status":"passed","time":{"start":1724922946231,"stop":1724922946231,"duration":0}}]},"aab8ed67beed8513143c3119293db985:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f4a37d55a16ff1f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1f4a37d55a16ff1f","status":"passed","time":{"start":1724861599499,"stop":1724861599499,"duration":0}}]},"199a3392f62acb07a851cfef0732a94d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ef605e09e1940489","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ef605e09e1940489","status":"passed","time":{"start":1724861475032,"stop":1724861475038,"duration":6}}]},"d69b90a40412201ad3f115d478e406ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"feef3d0369c09bc6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/feef3d0369c09bc6","status":"passed","time":{"start":1724922439100,"stop":1724922439100,"duration":0}},{"uid":"851c6478bc79a3ae","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/851c6478bc79a3ae","status":"passed","time":{"start":1724921098916,"stop":1724921098918,"duration":2}},{"uid":"3d51db6224f0c8a9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3d51db6224f0c8a9","status":"passed","time":{"start":1724921073394,"stop":1724921073395,"duration":1}},{"uid":"43b8c7dc2f24df8e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/43b8c7dc2f24df8e","status":"passed","time":{"start":1724917744662,"stop":1724917744662,"duration":0}},{"uid":"dd51949efd43e977","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd51949efd43e977","status":"passed","time":{"start":1724889518043,"stop":1724889518043,"duration":0}},{"uid":"b75eeb2b744bdbc6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b75eeb2b744bdbc6","status":"passed","time":{"start":1724888665801,"stop":1724888665802,"duration":1}},{"uid":"4a5165f2633b37af","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a5165f2633b37af","status":"passed","time":{"start":1724887821951,"stop":1724887821952,"duration":1}},{"uid":"d68575619eea27b5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d68575619eea27b5","status":"passed","time":{"start":1724886586925,"stop":1724886586925,"duration":0}},{"uid":"590919b258d248cf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/590919b258d248cf","status":"passed","time":{"start":1724886375230,"stop":1724886375231,"duration":1}},{"uid":"afa97424afc7a91","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/afa97424afc7a91","status":"passed","time":{"start":1724861815216,"stop":1724861815217,"duration":1}},{"uid":"41ebed44a864acf9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/41ebed44a864acf9","status":"passed","time":{"start":1724861291721,"stop":1724861291722,"duration":1}},{"uid":"d0d44b2c91b3e871","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d0d44b2c91b3e871","status":"passed","time":{"start":1724861109877,"stop":1724861109878,"duration":1}},{"uid":"c43be1e2ed46f5e2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c43be1e2ed46f5e2","status":"passed","time":{"start":1724860972341,"stop":1724860972342,"duration":1}}]},"f248704e2b65823722fef4ea08528e23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5fa8806e300dd930","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5fa8806e300dd930","status":"passed","time":{"start":1724922887520,"stop":1724922887520,"duration":0}},{"uid":"19c216099db73e59","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/19c216099db73e59","status":"passed","time":{"start":1724921564770,"stop":1724921564771,"duration":1}},{"uid":"ee3c6ce782f92067","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ee3c6ce782f92067","status":"passed","time":{"start":1724921518779,"stop":1724921518780,"duration":1}},{"uid":"986d25419c57e384","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/986d25419c57e384","status":"passed","time":{"start":1724918229394,"stop":1724918229394,"duration":0}},{"uid":"fb29fd6dbbe8822d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb29fd6dbbe8822d","status":"passed","time":{"start":1724889980691,"stop":1724889980692,"duration":1}},{"uid":"2108a8cd7b1b3b68","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2108a8cd7b1b3b68","status":"passed","time":{"start":1724889111153,"stop":1724889111154,"duration":1}},{"uid":"8cc3fbe30ce7d328","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8cc3fbe30ce7d328","status":"passed","time":{"start":1724888292523,"stop":1724888292524,"duration":1}},{"uid":"7bfb624e145fb074","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7bfb624e145fb074","status":"passed","time":{"start":1724887068218,"stop":1724887068219,"duration":1}},{"uid":"336645ecba6fd1ee","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/336645ecba6fd1ee","status":"passed","time":{"start":1724886848916,"stop":1724886848917,"duration":1}},{"uid":"d128f306a80575f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d128f306a80575f9","status":"passed","time":{"start":1724862262041,"stop":1724862262042,"duration":1}},{"uid":"8eafb94b7a05dfb7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8eafb94b7a05dfb7","status":"passed","time":{"start":1724861741885,"stop":1724861741885,"duration":0}},{"uid":"199e4d1c0e936b99","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/199e4d1c0e936b99","status":"passed","time":{"start":1724861599480,"stop":1724861599480,"duration":0}},{"uid":"a1114379bdb7a7d1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a1114379bdb7a7d1","status":"passed","time":{"start":1724861428469,"stop":1724861428470,"duration":1}}]},"6bba0f4528bed3887287065f399abcb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"16a990b80753a436","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/16a990b80753a436","status":"passed","time":{"start":1724922382330,"stop":1724922382331,"duration":1}},{"uid":"c3a479b6898dc842","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c3a479b6898dc842","status":"passed","time":{"start":1724921045535,"stop":1724921045535,"duration":0}},{"uid":"955374c72e529922","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/955374c72e529922","status":"passed","time":{"start":1724921020728,"stop":1724921020729,"duration":1}},{"uid":"63319cab01cef793","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/63319cab01cef793","status":"passed","time":{"start":1724917681058,"stop":1724917681060,"duration":2}},{"uid":"27f9b775ef5e137e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/27f9b775ef5e137e","status":"passed","time":{"start":1724889459952,"stop":1724889459953,"duration":1}},{"uid":"f4aab9528790287a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f4aab9528790287a","status":"passed","time":{"start":1724888610541,"stop":1724888610542,"duration":1}},{"uid":"a10cfa737ecf8912","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a10cfa737ecf8912","status":"passed","time":{"start":1724887766850,"stop":1724887766850,"duration":0}},{"uid":"681f071e3ecfc241","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/681f071e3ecfc241","status":"passed","time":{"start":1724886533246,"stop":1724886533246,"duration":0}},{"uid":"432c37dbd8f3eb07","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/432c37dbd8f3eb07","status":"passed","time":{"start":1724886311093,"stop":1724886311094,"duration":1}},{"uid":"1895ec274ec2c098","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1895ec274ec2c098","status":"passed","time":{"start":1724861760051,"stop":1724861760052,"duration":1}},{"uid":"47b718e0dc9cdc55","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/47b718e0dc9cdc55","status":"passed","time":{"start":1724861230834,"stop":1724861230835,"duration":1}},{"uid":"5a98d423d35ed9db","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5a98d423d35ed9db","status":"passed","time":{"start":1724861053407,"stop":1724861053408,"duration":1}},{"uid":"bf10f68448642b1e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bf10f68448642b1e","status":"passed","time":{"start":1724860914747,"stop":1724860914747,"duration":0}}]},"6c964751053cbe5c30dacd35bed95023:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4f0d2ccbf726c55c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4f0d2ccbf726c55c","status":"passed","time":{"start":1724922611441,"stop":1724922611441,"duration":0}},{"uid":"3bb55abc564f8f8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3bb55abc564f8f8","status":"passed","time":{"start":1724921270364,"stop":1724921270364,"duration":0}},{"uid":"e7ca83deb6ca64d5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e7ca83deb6ca64d5","status":"passed","time":{"start":1724921247826,"stop":1724921247826,"duration":0}},{"uid":"93ff21d5d05388f1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/93ff21d5d05388f1","status":"passed","time":{"start":1724917989824,"stop":1724917989824,"duration":0}},{"uid":"4916a76761675763","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4916a76761675763","status":"passed","time":{"start":1724889678568,"stop":1724889678569,"duration":1}},{"uid":"b7b8369bcf38969e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b7b8369bcf38969e","status":"passed","time":{"start":1724888829847,"stop":1724888829847,"duration":0}},{"uid":"8ba56aa0759b0584","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8ba56aa0759b0584","status":"passed","time":{"start":1724888077015,"stop":1724888077015,"duration":0}},{"uid":"67e36d2ac2ad717a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/67e36d2ac2ad717a","status":"passed","time":{"start":1724886851130,"stop":1724886851130,"duration":0}},{"uid":"2375cfc2aba3d8ee","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2375cfc2aba3d8ee","status":"passed","time":{"start":1724886647120,"stop":1724886647121,"duration":1}},{"uid":"270a8d5163a5847e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/270a8d5163a5847e","status":"passed","time":{"start":1724861992716,"stop":1724861992716,"duration":0}},{"uid":"e629a6eedb74d09","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e629a6eedb74d09","status":"passed","time":{"start":1724861469648,"stop":1724861469648,"duration":0}},{"uid":"c9db0f612dd61942","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c9db0f612dd61942","status":"passed","time":{"start":1724861284870,"stop":1724861284870,"duration":0}},{"uid":"7dfe45c90fbbd76b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7dfe45c90fbbd76b","status":"passed","time":{"start":1724861145818,"stop":1724861145818,"duration":0}}]},"31e4c7828708bf30709aa1e135ae6cfe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8d2d1f1ddbccb558","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8d2d1f1ddbccb558","status":"passed","time":{"start":1724889980706,"stop":1724889980706,"duration":0}}]},"9a0af2b5cc43fb62c086cad6069eb389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cda1efeb383a3fd4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cda1efeb383a3fd4","status":"passed","time":{"start":1724922727645,"stop":1724922727645,"duration":0}},{"uid":"6c709d1b0fbb1aa8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6c709d1b0fbb1aa8","status":"passed","time":{"start":1724921379978,"stop":1724921379979,"duration":1}},{"uid":"9054efc0e61f179d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9054efc0e61f179d","status":"passed","time":{"start":1724921359712,"stop":1724921359713,"duration":1}},{"uid":"86b242e0d287f502","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/86b242e0d287f502","status":"passed","time":{"start":1724918127240,"stop":1724918127243,"duration":3}},{"uid":"cb7f9f3f7dab9b75","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cb7f9f3f7dab9b75","status":"passed","time":{"start":1724889805611,"stop":1724889805612,"duration":1}},{"uid":"599dac25d930cc0c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/599dac25d930cc0c","status":"passed","time":{"start":1724888940684,"stop":1724888940685,"duration":1}},{"uid":"84b2191a68f8c2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/84b2191a68f8c2","status":"passed","time":{"start":1724888168648,"stop":1724888168648,"duration":0}},{"uid":"210a46e88ea49a6e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/210a46e88ea49a6e","status":"passed","time":{"start":1724886924216,"stop":1724886924216,"duration":0}},{"uid":"f7c593a1e3ab4866","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f7c593a1e3ab4866","status":"passed","time":{"start":1724886701804,"stop":1724886701805,"duration":1}},{"uid":"c9c070eab7fac618","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c9c070eab7fac618","status":"passed","time":{"start":1724862112740,"stop":1724862112741,"duration":1}},{"uid":"75171d7c4b4e925c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/75171d7c4b4e925c","status":"passed","time":{"start":1724861584868,"stop":1724861584868,"duration":0}},{"uid":"93fc68de318c10e7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/93fc68de318c10e7","status":"passed","time":{"start":1724861464479,"stop":1724861464483,"duration":4}},{"uid":"be51593ba76f4808","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/be51593ba76f4808","status":"passed","time":{"start":1724861254912,"stop":1724861254912,"duration":0}}]},"7a1f1625162dea6a19df34ddf052c945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3a1b1325b94fe504","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3a1b1325b94fe504","status":"passed","time":{"start":1724922485956,"stop":1724922485956,"duration":0}},{"uid":"1ae99eb780a949d3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1ae99eb780a949d3","status":"passed","time":{"start":1724921148663,"stop":1724921148663,"duration":0}},{"uid":"7a605202febb4746","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7a605202febb4746","status":"passed","time":{"start":1724921125026,"stop":1724921125027,"duration":1}},{"uid":"f4ba2402d520df4b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f4ba2402d520df4b","status":"passed","time":{"start":1724917782910,"stop":1724917782910,"duration":0}},{"uid":"1636fb040cb15150","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1636fb040cb15150","status":"passed","time":{"start":1724889568679,"stop":1724889568679,"duration":0}},{"uid":"ab4b82a8314e2f11","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ab4b82a8314e2f11","status":"passed","time":{"start":1724888712710,"stop":1724888712710,"duration":0}},{"uid":"54fcc0ee922293a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/54fcc0ee922293a","status":"passed","time":{"start":1724887870880,"stop":1724887870880,"duration":0}},{"uid":"2f99113a81d1723","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2f99113a81d1723","status":"passed","time":{"start":1724886637708,"stop":1724886637708,"duration":0}},{"uid":"57efa2bf04e1d01","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/57efa2bf04e1d01","status":"passed","time":{"start":1724886418626,"stop":1724886418627,"duration":1}},{"uid":"7f73aa2ad8862022","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7f73aa2ad8862022","status":"passed","time":{"start":1724861865559,"stop":1724861865559,"duration":0}},{"uid":"d81c9e0f1da7ddcb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d81c9e0f1da7ddcb","status":"passed","time":{"start":1724861334265,"stop":1724861334265,"duration":0}},{"uid":"5ec9715e88a4e831","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5ec9715e88a4e831","status":"passed","time":{"start":1724861163784,"stop":1724861163784,"duration":0}},{"uid":"106f0a83641ca670","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/106f0a83641ca670","status":"passed","time":{"start":1724861021893,"stop":1724861021894,"duration":1}}]},"fbd400264491138571ba5ec2e41821ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"729ebd053dc5faf6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/729ebd053dc5faf6","status":"passed","time":{"start":1724922611431,"stop":1724922611431,"duration":0}},{"uid":"debcddba4baa6d3e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/debcddba4baa6d3e","status":"passed","time":{"start":1724921270352,"stop":1724921270352,"duration":0}},{"uid":"147b162f5e409a78","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/147b162f5e409a78","status":"passed","time":{"start":1724921247813,"stop":1724921247813,"duration":0}},{"uid":"320e94c97ffa6e99","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/320e94c97ffa6e99","status":"passed","time":{"start":1724917989814,"stop":1724917989814,"duration":0}},{"uid":"7e911a51ff09b6a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e911a51ff09b6a0","status":"passed","time":{"start":1724889678546,"stop":1724889678546,"duration":0}},{"uid":"ad0aecfd7dbe403b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ad0aecfd7dbe403b","status":"passed","time":{"start":1724888829833,"stop":1724888829833,"duration":0}},{"uid":"7c42cdb4f32f536","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7c42cdb4f32f536","status":"passed","time":{"start":1724888076985,"stop":1724888076986,"duration":1}},{"uid":"5d7e9ff0403f1c9d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5d7e9ff0403f1c9d","status":"passed","time":{"start":1724886851121,"stop":1724886851121,"duration":0}},{"uid":"dffd4bcdfdd0354c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dffd4bcdfdd0354c","status":"passed","time":{"start":1724886647084,"stop":1724886647085,"duration":1}},{"uid":"97ea9ca98b59934","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97ea9ca98b59934","status":"passed","time":{"start":1724861992708,"stop":1724861992709,"duration":1}},{"uid":"adc9475a5754fa4b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/adc9475a5754fa4b","status":"passed","time":{"start":1724861469637,"stop":1724861469637,"duration":0}},{"uid":"1a0ded76f55f3d22","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1a0ded76f55f3d22","status":"passed","time":{"start":1724861284853,"stop":1724861284853,"duration":0}},{"uid":"3367905fc35f929a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3367905fc35f929a","status":"passed","time":{"start":1724861145798,"stop":1724861145798,"duration":0}}]},"771a22df78ba07a9ddb621fd50e33799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"870e78783f937d72","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/870e78783f937d72","status":"passed","time":{"start":1724890039741,"stop":1724890039742,"duration":1}}]},"aec9a534d6cf627e38daca66c493fcd2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fcfe5c255713c552","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fcfe5c255713c552","status":"passed","time":{"start":1724862320147,"stop":1724862320148,"duration":1}}]},"bf30cdca0ced3f0aa8ac2ca04b0abdab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1b4437906e217352","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1b4437906e217352","status":"passed","time":{"start":1724922374685,"stop":1724922374685,"duration":0}},{"uid":"beb86ae22843be","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/beb86ae22843be","status":"passed","time":{"start":1724921037646,"stop":1724921037647,"duration":1}},{"uid":"e8ed994c7f56a640","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e8ed994c7f56a640","status":"passed","time":{"start":1724921013059,"stop":1724921013059,"duration":0}},{"uid":"1d2a7ac7b80ce182","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1d2a7ac7b80ce182","status":"passed","time":{"start":1724917673301,"stop":1724917673301,"duration":0}},{"uid":"2050ed8a1a7a53c1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2050ed8a1a7a53c1","status":"passed","time":{"start":1724889452320,"stop":1724889452320,"duration":0}},{"uid":"4e0c96f2d048f727","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4e0c96f2d048f727","status":"passed","time":{"start":1724888602851,"stop":1724888602852,"duration":1}},{"uid":"3fcb41d182358d1b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3fcb41d182358d1b","status":"passed","time":{"start":1724887759173,"stop":1724887759173,"duration":0}},{"uid":"9c33c9407d74c1c6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9c33c9407d74c1c6","status":"passed","time":{"start":1724886525552,"stop":1724886525552,"duration":0}},{"uid":"94457771dc2db6e6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/94457771dc2db6e6","status":"passed","time":{"start":1724886303407,"stop":1724886303407,"duration":0}},{"uid":"c4835d8e21c95a21","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4835d8e21c95a21","status":"passed","time":{"start":1724861752239,"stop":1724861752239,"duration":0}},{"uid":"b14ce5a72165f5d4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b14ce5a72165f5d4","status":"passed","time":{"start":1724861223364,"stop":1724861223364,"duration":0}},{"uid":"b19f5dc9f4c354c2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b19f5dc9f4c354c2","status":"passed","time":{"start":1724861045212,"stop":1724861045212,"duration":0}},{"uid":"caf78e5919ae12c2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/caf78e5919ae12c2","status":"passed","time":{"start":1724860907097,"stop":1724860907098,"duration":1}}]},"af008c8101368fe05b63db223cb65e09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"4313fc3879caeb60","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4313fc3879caeb60","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922845654,"stop":1724922845654,"duration":0}},{"uid":"b1308b964a7db8de","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b1308b964a7db8de","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515419,"stop":1724921515419,"duration":0}},{"uid":"84375dcb456eb23a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/84375dcb456eb23a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475839,"stop":1724921475839,"duration":0}},{"uid":"ffe97a9c5437c75f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ffe97a9c5437c75f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179673,"stop":1724918179673,"duration":0}},{"uid":"62e5735453dc105f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/62e5735453dc105f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935530,"stop":1724889935531,"duration":1}},{"uid":"3827982d8a20bdc9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3827982d8a20bdc9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072944,"stop":1724889072944,"duration":0}},{"uid":"f7233b0c437714f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f7233b0c437714f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232587,"stop":1724888232587,"duration":0}},{"uid":"287d343cea3d23ac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/287d343cea3d23ac","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018518,"stop":1724887018519,"duration":1}},{"uid":"ea11b40908316bb2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ea11b40908316bb2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781724,"stop":1724886781724,"duration":0}},{"uid":"2062d19c4a1ca6b6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2062d19c4a1ca6b6","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213904,"stop":1724862213904,"duration":0}},{"uid":"8f5d8b457cfe6d63","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8f5d8b457cfe6d63","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861686115,"stop":1724861686115,"duration":0}},{"uid":"608d86cd0b01ce77","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/608d86cd0b01ce77","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546461,"stop":1724861546462,"duration":1}},{"uid":"6acc6d2f3b5ab68e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6acc6d2f3b5ab68e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378279,"stop":1724861378279,"duration":0}}]},"3a5d03a4e675d91bf143c5c3c201d2f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f2bbc00f87da88be","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f2bbc00f87da88be","status":"passed","time":{"start":1724861770123,"stop":1724861770128,"duration":5}}]},"3ea98957b5cb7d3b4544b188c0423fd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8584a697b55ac989","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8584a697b55ac989","status":"passed","time":{"start":1724922887535,"stop":1724922887535,"duration":0}},{"uid":"13f90dc2b9de9a38","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/13f90dc2b9de9a38","status":"passed","time":{"start":1724921564785,"stop":1724921564785,"duration":0}},{"uid":"758e1d2f8395299","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/758e1d2f8395299","status":"passed","time":{"start":1724921518836,"stop":1724921518844,"duration":8}},{"uid":"ab8477e11d2b7dcd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ab8477e11d2b7dcd","status":"passed","time":{"start":1724918229409,"stop":1724918229410,"duration":1}},{"uid":"16aaab6f0295b297","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/16aaab6f0295b297","status":"passed","time":{"start":1724889980709,"stop":1724889980709,"duration":0}},{"uid":"e7dd12a53a83ca1b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e7dd12a53a83ca1b","status":"passed","time":{"start":1724889111186,"stop":1724889111186,"duration":0}},{"uid":"1891540704bb6f68","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1891540704bb6f68","status":"passed","time":{"start":1724888292549,"stop":1724888292550,"duration":1}},{"uid":"864e9e6769d534b4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/864e9e6769d534b4","status":"passed","time":{"start":1724887068234,"stop":1724887068235,"duration":1}},{"uid":"bcc3ac874faa17e7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bcc3ac874faa17e7","status":"passed","time":{"start":1724886848944,"stop":1724886848945,"duration":1}},{"uid":"2d01a4d853cf8f3f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d01a4d853cf8f3f","status":"passed","time":{"start":1724862262058,"stop":1724862262059,"duration":1}},{"uid":"19ce680c207ae530","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/19ce680c207ae530","status":"passed","time":{"start":1724861741901,"stop":1724861741901,"duration":0}},{"uid":"4608c398f1e29bcd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4608c398f1e29bcd","status":"passed","time":{"start":1724861599505,"stop":1724861599505,"duration":0}},{"uid":"30ac07780b73a3bb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/30ac07780b73a3bb","status":"passed","time":{"start":1724861428484,"stop":1724861428484,"duration":0}}]},"c22ef29f7a6a4243764370ca0290073a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a408290d26888362","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a408290d26888362","status":"passed","time":{"start":1724922611428,"stop":1724922611428,"duration":0}},{"uid":"54249c2c9fdb724c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/54249c2c9fdb724c","status":"passed","time":{"start":1724921270350,"stop":1724921270350,"duration":0}},{"uid":"fd008b5972c7c728","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fd008b5972c7c728","status":"passed","time":{"start":1724921247806,"stop":1724921247808,"duration":2}},{"uid":"80dd1d886c1fbe9d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/80dd1d886c1fbe9d","status":"passed","time":{"start":1724917989812,"stop":1724917989812,"duration":0}},{"uid":"ea56f24031c3814a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ea56f24031c3814a","status":"passed","time":{"start":1724889678535,"stop":1724889678536,"duration":1}},{"uid":"da68b11f4fb7c91a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/da68b11f4fb7c91a","status":"passed","time":{"start":1724888829831,"stop":1724888829831,"duration":0}},{"uid":"a18dfc9e91a11845","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a18dfc9e91a11845","status":"passed","time":{"start":1724888076979,"stop":1724888076980,"duration":1}},{"uid":"48914bde51314fea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/48914bde51314fea","status":"passed","time":{"start":1724886851118,"stop":1724886851118,"duration":0}},{"uid":"6e35682a659b6d08","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6e35682a659b6d08","status":"passed","time":{"start":1724886647071,"stop":1724886647073,"duration":2}},{"uid":"7e901b17986c4620","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e901b17986c4620","status":"passed","time":{"start":1724861992706,"stop":1724861992707,"duration":1}},{"uid":"a54ebdccbae28d36","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a54ebdccbae28d36","status":"passed","time":{"start":1724861469634,"stop":1724861469635,"duration":1}},{"uid":"e448106fa62fb690","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e448106fa62fb690","status":"passed","time":{"start":1724861284850,"stop":1724861284850,"duration":0}},{"uid":"caf49b953c141f5b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/caf49b953c141f5b","status":"passed","time":{"start":1724861145784,"stop":1724861145784,"duration":0}}]},"9775e23b36b001dd0df94df1f330912f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6a87c4e567d132e9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6a87c4e567d132e9","status":"passed","time":{"start":1724922845232,"stop":1724922845233,"duration":1}},{"uid":"2ee7ee1a93f15197","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2ee7ee1a93f15197","status":"passed","time":{"start":1724921515218,"stop":1724921515219,"duration":1}},{"uid":"b0bd3ebee40839c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b0bd3ebee40839c","status":"passed","time":{"start":1724921475435,"stop":1724921475436,"duration":1}},{"uid":"a4ba19843e2fc24b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a4ba19843e2fc24b","status":"passed","time":{"start":1724918179367,"stop":1724918179376,"duration":9}},{"uid":"4b82583bc8d43c5d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b82583bc8d43c5d","status":"passed","time":{"start":1724889935332,"stop":1724889935333,"duration":1}},{"uid":"3b27b387132264d0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3b27b387132264d0","status":"passed","time":{"start":1724889072745,"stop":1724889072745,"duration":0}},{"uid":"3b6c540c8fbfed44","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3b6c540c8fbfed44","status":"passed","time":{"start":1724888232406,"stop":1724888232407,"duration":1}},{"uid":"e96caf7fac5b6f3e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e96caf7fac5b6f3e","status":"passed","time":{"start":1724887018286,"stop":1724887018287,"duration":1}},{"uid":"e16efe8797bde413","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e16efe8797bde413","status":"passed","time":{"start":1724886781471,"stop":1724886781471,"duration":0}},{"uid":"a8fab9421db1a68a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a8fab9421db1a68a","status":"passed","time":{"start":1724862213654,"stop":1724862213654,"duration":0}},{"uid":"e36ff560d15def0d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e36ff560d15def0d","status":"passed","time":{"start":1724861685847,"stop":1724861685847,"duration":0}},{"uid":"c348da630c885bda","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c348da630c885bda","status":"passed","time":{"start":1724861546162,"stop":1724861546162,"duration":0}},{"uid":"c3404601f6a5bd7c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c3404601f6a5bd7c","status":"passed","time":{"start":1724861378102,"stop":1724861378102,"duration":0}}]},"8d1bd5bfd1a9ea35a7c878bd9df34570:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c8a231eb16c634eb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c8a231eb16c634eb","status":"passed","time":{"start":1724922921474,"stop":1724922921475,"duration":1}}]},"15d8fa3681f738923124b31fb1a6f5ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ed6a4fd50406bc40","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ed6a4fd50406bc40","status":"passed","time":{"start":1724922383091,"stop":1724922383091,"duration":0}},{"uid":"429a8970c81439fc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/429a8970c81439fc","status":"passed","time":{"start":1724921046208,"stop":1724921046208,"duration":0}},{"uid":"41fe07500e3892ff","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/41fe07500e3892ff","status":"passed","time":{"start":1724921021479,"stop":1724921021479,"duration":0}},{"uid":"78e6e6e2899b33cb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/78e6e6e2899b33cb","status":"passed","time":{"start":1724917681727,"stop":1724917681727,"duration":0}},{"uid":"204931cf268cb360","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/204931cf268cb360","status":"passed","time":{"start":1724889460655,"stop":1724889460655,"duration":0}},{"uid":"55b28f0804211fbc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/55b28f0804211fbc","status":"passed","time":{"start":1724888611298,"stop":1724888611299,"duration":1}},{"uid":"a05683f6863136ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a05683f6863136ba","status":"passed","time":{"start":1724887767623,"stop":1724887767623,"duration":0}},{"uid":"67890f6bc1ae6dd4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/67890f6bc1ae6dd4","status":"passed","time":{"start":1724886533994,"stop":1724886533995,"duration":1}},{"uid":"b88a9bd06cf9db86","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b88a9bd06cf9db86","status":"passed","time":{"start":1724886311761,"stop":1724886311761,"duration":0}},{"uid":"6222e3ec8364276f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6222e3ec8364276f","status":"passed","time":{"start":1724861760779,"stop":1724861760779,"duration":0}},{"uid":"3c95dec0df1f95fa","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3c95dec0df1f95fa","status":"passed","time":{"start":1724861231737,"stop":1724861231737,"duration":0}},{"uid":"6a4c688a2dd485cb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6a4c688a2dd485cb","status":"passed","time":{"start":1724861054260,"stop":1724861054260,"duration":0}},{"uid":"e45a360a6a99f3a3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e45a360a6a99f3a3","status":"passed","time":{"start":1724860915818,"stop":1724860915818,"duration":0}}]},"a319fa3945ccae851acd728091820d37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8acff7ef608041f0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8acff7ef608041f0","status":"passed","time":{"start":1724922383090,"stop":1724922383090,"duration":0}},{"uid":"5dad0a3d54672d90","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5dad0a3d54672d90","status":"passed","time":{"start":1724921046206,"stop":1724921046206,"duration":0}},{"uid":"e567c809e1c2d88c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e567c809e1c2d88c","status":"passed","time":{"start":1724921021478,"stop":1724921021478,"duration":0}},{"uid":"8bd03fbc19fcccd7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8bd03fbc19fcccd7","status":"passed","time":{"start":1724917681726,"stop":1724917681726,"duration":0}},{"uid":"864d8f859c74b562","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/864d8f859c74b562","status":"passed","time":{"start":1724889460654,"stop":1724889460654,"duration":0}},{"uid":"80d44a834c8da08c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80d44a834c8da08c","status":"passed","time":{"start":1724888611297,"stop":1724888611297,"duration":0}},{"uid":"e8c8442d5c3ee24b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e8c8442d5c3ee24b","status":"passed","time":{"start":1724887767622,"stop":1724887767622,"duration":0}},{"uid":"4629ff05057ef0e1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4629ff05057ef0e1","status":"passed","time":{"start":1724886533992,"stop":1724886533993,"duration":1}},{"uid":"a9c1a4d91c6eae3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a9c1a4d91c6eae3","status":"passed","time":{"start":1724886311760,"stop":1724886311760,"duration":0}},{"uid":"41bccbbddb4bec64","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/41bccbbddb4bec64","status":"passed","time":{"start":1724861760777,"stop":1724861760778,"duration":1}},{"uid":"94dde1c764b600a2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/94dde1c764b600a2","status":"passed","time":{"start":1724861231736,"stop":1724861231736,"duration":0}},{"uid":"b21752c7ae49c08f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b21752c7ae49c08f","status":"passed","time":{"start":1724861054258,"stop":1724861054258,"duration":0}},{"uid":"1a24df9a3af65512","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1a24df9a3af65512","status":"passed","time":{"start":1724860915816,"stop":1724860915817,"duration":1}}]},"79c5c536616a9eb0ca5bcb3b21520067:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cc0fc8c97aa92a30","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc0fc8c97aa92a30","status":"passed","time":{"start":1724889144084,"stop":1724889144085,"duration":1}}]},"753c7ba84a2a634209cc37749af1cdbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bdee7b6fea37e6d4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bdee7b6fea37e6d4","status":"passed","time":{"start":1724922383090,"stop":1724922383090,"duration":0}},{"uid":"d62e023caaab4937","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d62e023caaab4937","status":"passed","time":{"start":1724921046206,"stop":1724921046206,"duration":0}},{"uid":"bc2c093024ad12e9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bc2c093024ad12e9","status":"passed","time":{"start":1724921021478,"stop":1724921021478,"duration":0}},{"uid":"bba8cb1c68d03d2d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bba8cb1c68d03d2d","status":"passed","time":{"start":1724917681726,"stop":1724917681726,"duration":0}},{"uid":"7d694b4db80bf825","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7d694b4db80bf825","status":"passed","time":{"start":1724889460653,"stop":1724889460654,"duration":1}},{"uid":"ff2f08edadd33965","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff2f08edadd33965","status":"passed","time":{"start":1724888611297,"stop":1724888611297,"duration":0}},{"uid":"50800ae4a46686ad","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/50800ae4a46686ad","status":"passed","time":{"start":1724887767622,"stop":1724887767622,"duration":0}},{"uid":"bdb67b593236f9e4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bdb67b593236f9e4","status":"passed","time":{"start":1724886533992,"stop":1724886533992,"duration":0}},{"uid":"dbc85871463d73fd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dbc85871463d73fd","status":"passed","time":{"start":1724886311760,"stop":1724886311760,"duration":0}},{"uid":"4d1dc509567748ca","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4d1dc509567748ca","status":"passed","time":{"start":1724861760777,"stop":1724861760777,"duration":0}},{"uid":"1ba87e64b76c7f13","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1ba87e64b76c7f13","status":"passed","time":{"start":1724861231736,"stop":1724861231736,"duration":0}},{"uid":"946e3804945b0839","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/946e3804945b0839","status":"passed","time":{"start":1724861054258,"stop":1724861054258,"duration":0}},{"uid":"d4d7f22712b01244","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d4d7f22712b01244","status":"passed","time":{"start":1724860915816,"stop":1724860915816,"duration":0}}]},"e133df54c067e43ed88a36f702a54bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"84c0403f07001235","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/84c0403f07001235","status":"passed","time":{"start":1724922374695,"stop":1724922374695,"duration":0}},{"uid":"3b9d7d25cc00d054","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3b9d7d25cc00d054","status":"passed","time":{"start":1724921037654,"stop":1724921037654,"duration":0}},{"uid":"fea552f0e71b65d4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fea552f0e71b65d4","status":"passed","time":{"start":1724921013069,"stop":1724921013069,"duration":0}},{"uid":"5222bd1e99356384","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5222bd1e99356384","status":"passed","time":{"start":1724917673309,"stop":1724917673309,"duration":0}},{"uid":"7bdb16c79c6593ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7bdb16c79c6593ac","status":"passed","time":{"start":1724889452329,"stop":1724889452329,"duration":0}},{"uid":"4667d52cfabb2be5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4667d52cfabb2be5","status":"passed","time":{"start":1724888602861,"stop":1724888602862,"duration":1}},{"uid":"23037ba73387885f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/23037ba73387885f","status":"passed","time":{"start":1724887759181,"stop":1724887759181,"duration":0}},{"uid":"f9a41c797f193e83","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f9a41c797f193e83","status":"passed","time":{"start":1724886525559,"stop":1724886525559,"duration":0}},{"uid":"8fb198ce6b6d1c28","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8fb198ce6b6d1c28","status":"passed","time":{"start":1724886303415,"stop":1724886303415,"duration":0}},{"uid":"71c37f78c2362c4a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/71c37f78c2362c4a","status":"passed","time":{"start":1724861752251,"stop":1724861752252,"duration":1}},{"uid":"16f9bcdfa1ed35d5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/16f9bcdfa1ed35d5","status":"passed","time":{"start":1724861223372,"stop":1724861223372,"duration":0}},{"uid":"743c9d16a43be8e6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/743c9d16a43be8e6","status":"passed","time":{"start":1724861045221,"stop":1724861045222,"duration":1}},{"uid":"aa3efc206cba331f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/aa3efc206cba331f","status":"passed","time":{"start":1724860907108,"stop":1724860907108,"duration":0}}]},"c586008d62591ddc994745034f016700:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5b3aa10343e67fc7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5b3aa10343e67fc7","status":"passed","time":{"start":1724922661637,"stop":1724922661638,"duration":1}},{"uid":"384ef4bda504e672","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/384ef4bda504e672","status":"passed","time":{"start":1724921321310,"stop":1724921321311,"duration":1}},{"uid":"8a527468e6c549a4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8a527468e6c549a4","status":"passed","time":{"start":1724921298784,"stop":1724921298785,"duration":1}},{"uid":"7fc018b4404076bb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7fc018b4404076bb","status":"passed","time":{"start":1724918008228,"stop":1724918008229,"duration":1}},{"uid":"9486d7c798fd4e51","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9486d7c798fd4e51","status":"passed","time":{"start":1724889728595,"stop":1724889728595,"duration":0}},{"uid":"1a02b879556169f1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1a02b879556169f1","status":"passed","time":{"start":1724888882874,"stop":1724888882874,"duration":0}},{"uid":"d8f28c7e895a6983","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d8f28c7e895a6983","status":"passed","time":{"start":1724888111024,"stop":1724888111024,"duration":0}},{"uid":"a3a9c4ffb7950236","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a3a9c4ffb7950236","status":"passed","time":{"start":1724886869446,"stop":1724886869447,"duration":1}},{"uid":"7377085b80fd3164","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7377085b80fd3164","status":"passed","time":{"start":1724886642936,"stop":1724886642936,"duration":0}},{"uid":"a3ba8ebce54d692e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3ba8ebce54d692e","status":"passed","time":{"start":1724862044580,"stop":1724862044581,"duration":1}},{"uid":"334b9140cfdcffdc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/334b9140cfdcffdc","status":"passed","time":{"start":1724861523033,"stop":1724861523033,"duration":0}},{"uid":"c0b118c8907b34c8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0b118c8907b34c8","status":"passed","time":{"start":1724861362471,"stop":1724861362472,"duration":1}},{"uid":"e9fdd50f07536214","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e9fdd50f07536214","status":"passed","time":{"start":1724861196811,"stop":1724861196821,"duration":10}}]},"300a0c27e4a7ab1bd42fc8462ec23573:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"95b12671afb476ac","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/95b12671afb476ac","status":"passed","time":{"start":1724861655174,"stop":1724861655175,"duration":1}}]},"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d826104d268accf1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d826104d268accf1","status":"passed","time":{"start":1724922635356,"stop":1724922635356,"duration":0}},{"uid":"8b3cfea0817c9786","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8b3cfea0817c9786","status":"passed","time":{"start":1724921297012,"stop":1724921297015,"duration":3}},{"uid":"4c6f7cbe71e50e9a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4c6f7cbe71e50e9a","status":"passed","time":{"start":1724921276369,"stop":1724921276370,"duration":1}},{"uid":"5b76a5fc9c103585","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5b76a5fc9c103585","status":"passed","time":{"start":1724917948327,"stop":1724917948328,"duration":1}},{"uid":"45d8d1bdcb188289","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/45d8d1bdcb188289","status":"passed","time":{"start":1724889729012,"stop":1724889729012,"duration":0}},{"uid":"b5b127891d729e82","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b5b127891d729e82","status":"passed","time":{"start":1724888864958,"stop":1724888864958,"duration":0}},{"uid":"9b34d523de216188","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9b34d523de216188","status":"passed","time":{"start":1724888053749,"stop":1724888053749,"duration":0}},{"uid":"c85b96ac080ed648","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c85b96ac080ed648","status":"passed","time":{"start":1724886811664,"stop":1724886811664,"duration":0}},{"uid":"9ae17c19b92ef8c7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9ae17c19b92ef8c7","status":"passed","time":{"start":1724886581006,"stop":1724886581007,"duration":1}},{"uid":"33930ae067a2d912","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33930ae067a2d912","status":"passed","time":{"start":1724862019564,"stop":1724862019564,"duration":0}},{"uid":"be6cffb8fe424879","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/be6cffb8fe424879","status":"passed","time":{"start":1724861493939,"stop":1724861493939,"duration":0}},{"uid":"f12e858a5511ea02","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f12e858a5511ea02","status":"passed","time":{"start":1724861318044,"stop":1724861318044,"duration":0}},{"uid":"f22fe5789422aaff","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f22fe5789422aaff","status":"passed","time":{"start":1724861178518,"stop":1724861178518,"duration":0}}]},"4c78612da47dea854604d4cd1b33ac07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5c81e009bccf48d2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5c81e009bccf48d2","status":"passed","time":{"start":1724922374767,"stop":1724922374767,"duration":0}},{"uid":"1d1c2dd1ef90a4be","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1d1c2dd1ef90a4be","status":"passed","time":{"start":1724921037760,"stop":1724921037761,"duration":1}},{"uid":"65bc4f19496e401b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/65bc4f19496e401b","status":"passed","time":{"start":1724921013107,"stop":1724921013107,"duration":0}},{"uid":"8b59f160a8f915fb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8b59f160a8f915fb","status":"passed","time":{"start":1724917673400,"stop":1724917673400,"duration":0}},{"uid":"c369beaad7c21ef5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c369beaad7c21ef5","status":"passed","time":{"start":1724889452425,"stop":1724889452425,"duration":0}},{"uid":"a60e234f85739a3f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a60e234f85739a3f","status":"passed","time":{"start":1724888602932,"stop":1724888602932,"duration":0}},{"uid":"c6f888b604058615","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c6f888b604058615","status":"passed","time":{"start":1724887759206,"stop":1724887759206,"duration":0}},{"uid":"755746813227bd56","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/755746813227bd56","status":"passed","time":{"start":1724886525512,"stop":1724886525512,"duration":0}},{"uid":"9c6f9866d0c924c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9c6f9866d0c924c","status":"passed","time":{"start":1724886303417,"stop":1724886303417,"duration":0}},{"uid":"fecc5ec1d337385f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fecc5ec1d337385f","status":"passed","time":{"start":1724861752254,"stop":1724861752254,"duration":0}},{"uid":"3ae0752d29defb93","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3ae0752d29defb93","status":"passed","time":{"start":1724861223392,"stop":1724861223392,"duration":0}},{"uid":"7f55c2e75754c033","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7f55c2e75754c033","status":"passed","time":{"start":1724861045267,"stop":1724861045267,"duration":0}},{"uid":"b4e129e7eafdd656","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b4e129e7eafdd656","status":"passed","time":{"start":1724860907340,"stop":1724860907341,"duration":1}}]},"1b972ff031fd955bef5f297f308d93cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bf1cb6e1a373ac26","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bf1cb6e1a373ac26","status":"passed","time":{"start":1724922508634,"stop":1724922508635,"duration":1}},{"uid":"1a533fe19fd2153a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1a533fe19fd2153a","status":"passed","time":{"start":1724921164589,"stop":1724921164590,"duration":1}},{"uid":"9b823ae4cbb4ed91","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9b823ae4cbb4ed91","status":"passed","time":{"start":1724921137818,"stop":1724921137819,"duration":1}},{"uid":"decc2d004a4240f7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/decc2d004a4240f7","status":"passed","time":{"start":1724917810537,"stop":1724917810538,"duration":1}},{"uid":"2327a5148d417af6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2327a5148d417af6","status":"passed","time":{"start":1724889585443,"stop":1724889585444,"duration":1}},{"uid":"b0263acebd7f8893","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b0263acebd7f8893","status":"passed","time":{"start":1724888736505,"stop":1724888736507,"duration":2}},{"uid":"248403acd383d110","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/248403acd383d110","status":"passed","time":{"start":1724887891782,"stop":1724887891782,"duration":0}},{"uid":"f5b677506534d831","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f5b677506534d831","status":"passed","time":{"start":1724886657783,"stop":1724886657784,"duration":1}},{"uid":"e88164e9b262c8f8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e88164e9b262c8f8","status":"passed","time":{"start":1724886447356,"stop":1724886447357,"duration":1}},{"uid":"243915b8646277e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/243915b8646277e8","status":"passed","time":{"start":1724861880102,"stop":1724861880106,"duration":4}},{"uid":"cb65bbddc25791da","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cb65bbddc25791da","status":"passed","time":{"start":1724861359779,"stop":1724861359780,"duration":1}},{"uid":"33a5720ebeff4bd7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/33a5720ebeff4bd7","status":"passed","time":{"start":1724861179678,"stop":1724861179679,"duration":1}},{"uid":"6eea0b0a92427f9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6eea0b0a92427f9","status":"passed","time":{"start":1724861040975,"stop":1724861040978,"duration":3}}]},"0e944b3b19f45a515c592be688450598:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6830634956ddb0fa","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6830634956ddb0fa","status":"passed","time":{"start":1724922887526,"stop":1724922887526,"duration":0}},{"uid":"35e2db6a72b5be26","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/35e2db6a72b5be26","status":"passed","time":{"start":1724921564777,"stop":1724921564777,"duration":0}},{"uid":"9600ca083c951b83","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9600ca083c951b83","status":"passed","time":{"start":1724921518821,"stop":1724921518822,"duration":1}},{"uid":"ff311d318bd2403b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ff311d318bd2403b","status":"passed","time":{"start":1724918229400,"stop":1724918229400,"duration":0}},{"uid":"55953e13b062dd4e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/55953e13b062dd4e","status":"passed","time":{"start":1724889980703,"stop":1724889980703,"duration":0}},{"uid":"fff0d49e5abd9d9c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fff0d49e5abd9d9c","status":"passed","time":{"start":1724889111163,"stop":1724889111164,"duration":1}},{"uid":"c5010a8628bee035","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c5010a8628bee035","status":"passed","time":{"start":1724888292533,"stop":1724888292534,"duration":1}},{"uid":"a5570da07ef07fe2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a5570da07ef07fe2","status":"passed","time":{"start":1724887068228,"stop":1724887068228,"duration":0}},{"uid":"2fc999d8ba26d8f0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2fc999d8ba26d8f0","status":"passed","time":{"start":1724886848926,"stop":1724886848926,"duration":0}},{"uid":"2e1e1caa95d4cc0f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2e1e1caa95d4cc0f","status":"passed","time":{"start":1724862262048,"stop":1724862262048,"duration":0}},{"uid":"1407d735495cae6d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1407d735495cae6d","status":"passed","time":{"start":1724861741893,"stop":1724861741894,"duration":1}},{"uid":"9508f9579e260674","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9508f9579e260674","status":"passed","time":{"start":1724861599493,"stop":1724861599494,"duration":1}},{"uid":"784af083067a4fd3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/784af083067a4fd3","status":"passed","time":{"start":1724861428475,"stop":1724861428476,"duration":1}}]},"dc6bf878cfc7c43bafc420c23459cf89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab3a7b43a715fb96","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ab3a7b43a715fb96","status":"passed","time":{"start":1724861378123,"stop":1724861378123,"duration":0}}]},"c6c9198e475adfe928ddcc37f151cbe6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cc9e9e74fd6ce932","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cc9e9e74fd6ce932","status":"passed","time":{"start":1724922891483,"stop":1724922891483,"duration":0}},{"uid":"e7588d86f9dce349","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e7588d86f9dce349","status":"passed","time":{"start":1724921563005,"stop":1724921563006,"duration":1}},{"uid":"5790acc9328ebe5c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5790acc9328ebe5c","status":"passed","time":{"start":1724921526808,"stop":1724921526808,"duration":0}},{"uid":"88b17f7aa03ce9a4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/88b17f7aa03ce9a4","status":"passed","time":{"start":1724918239931,"stop":1724918239932,"duration":1}},{"uid":"fe8298f69dff80bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe8298f69dff80bd","status":"passed","time":{"start":1724889980880,"stop":1724889980880,"duration":0}},{"uid":"a3c33d4a59066d4c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3c33d4a59066d4c","status":"passed","time":{"start":1724889109945,"stop":1724889109946,"duration":1}},{"uid":"cf677f2d86fae16e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf677f2d86fae16e","status":"passed","time":{"start":1724888294718,"stop":1724888294718,"duration":0}},{"uid":"3b1b537664208858","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3b1b537664208858","status":"passed","time":{"start":1724887071733,"stop":1724887071733,"duration":0}},{"uid":"51557cc19305ebad","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/51557cc19305ebad","status":"passed","time":{"start":1724886848340,"stop":1724886848340,"duration":0}},{"uid":"2d95a769f4a380ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d95a769f4a380ba","status":"passed","time":{"start":1724862259241,"stop":1724862259241,"duration":0}},{"uid":"e9c150fd91c266e3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e9c150fd91c266e3","status":"passed","time":{"start":1724861735320,"stop":1724861735321,"duration":1}},{"uid":"40d5a4c6c79b005d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/40d5a4c6c79b005d","status":"passed","time":{"start":1724861606334,"stop":1724861606334,"duration":0}},{"uid":"65f0616ad99facaf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/65f0616ad99facaf","status":"passed","time":{"start":1724861426679,"stop":1724861426680,"duration":1}}]},"5d9b754db4e31d5c67b615be0fb18744:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4d88fb5e47e5a196","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4d88fb5e47e5a196","status":"passed","time":{"start":1724921556060,"stop":1724921556060,"duration":0}}]},"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c12dac16b4d8eb18","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c12dac16b4d8eb18","status":"passed","time":{"start":1724922635357,"stop":1724922635357,"duration":0}},{"uid":"d9106693e18881fb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d9106693e18881fb","status":"passed","time":{"start":1724921297015,"stop":1724921297016,"duration":1}},{"uid":"67413563d12acd98","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/67413563d12acd98","status":"passed","time":{"start":1724921276370,"stop":1724921276370,"duration":0}},{"uid":"5f4f66cebcfa22f2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5f4f66cebcfa22f2","status":"passed","time":{"start":1724917948328,"stop":1724917948328,"duration":0}},{"uid":"8e19bc694b7028d6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e19bc694b7028d6","status":"passed","time":{"start":1724889729012,"stop":1724889729013,"duration":1}},{"uid":"7629d3237516cd23","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7629d3237516cd23","status":"passed","time":{"start":1724888864958,"stop":1724888864958,"duration":0}},{"uid":"cf2a57af4954d936","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf2a57af4954d936","status":"passed","time":{"start":1724888053749,"stop":1724888053750,"duration":1}},{"uid":"6c5b33a488bb0aa2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6c5b33a488bb0aa2","status":"passed","time":{"start":1724886811664,"stop":1724886811664,"duration":0}},{"uid":"dc9f1edd3a655f5e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dc9f1edd3a655f5e","status":"passed","time":{"start":1724886581007,"stop":1724886581007,"duration":0}},{"uid":"caae9a20f846c85a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/caae9a20f846c85a","status":"passed","time":{"start":1724862019564,"stop":1724862019564,"duration":0}},{"uid":"cab28cdc1d824d1c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cab28cdc1d824d1c","status":"passed","time":{"start":1724861493940,"stop":1724861493940,"duration":0}},{"uid":"626f4b9add4ff729","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/626f4b9add4ff729","status":"passed","time":{"start":1724861318044,"stop":1724861318044,"duration":0}},{"uid":"d206740d6b07d232","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d206740d6b07d232","status":"passed","time":{"start":1724861178518,"stop":1724861178518,"duration":0}}]},"4d08742a9a6550ffb74e30d13ffb500b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"aa3660c7a533115f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/aa3660c7a533115f","status":"passed","time":{"start":1724922398919,"stop":1724922398919,"duration":0}},{"uid":"705bd525336169a2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/705bd525336169a2","status":"passed","time":{"start":1724921061846,"stop":1724921061847,"duration":1}},{"uid":"9594326c846c907e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9594326c846c907e","status":"passed","time":{"start":1724921037156,"stop":1724921037156,"duration":0}},{"uid":"fd1a03bc448b1f1a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fd1a03bc448b1f1a","status":"passed","time":{"start":1724917697300,"stop":1724917697300,"duration":0}},{"uid":"aa9cf67b55284d8e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aa9cf67b55284d8e","status":"passed","time":{"start":1724889476082,"stop":1724889476082,"duration":0}},{"uid":"ffdcf53f1475089d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ffdcf53f1475089d","status":"passed","time":{"start":1724888626885,"stop":1724888626885,"duration":0}},{"uid":"2aca87ac4b6f51b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2aca87ac4b6f51b","status":"passed","time":{"start":1724887783107,"stop":1724887783107,"duration":0}},{"uid":"90c26cde4b101056","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/90c26cde4b101056","status":"passed","time":{"start":1724886549918,"stop":1724886549918,"duration":0}},{"uid":"3cd471f9dc564ca7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3cd471f9dc564ca7","status":"passed","time":{"start":1724886327579,"stop":1724886327579,"duration":0}},{"uid":"913fcb65e903ffcd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/913fcb65e903ffcd","status":"passed","time":{"start":1724861776805,"stop":1724861776805,"duration":0}},{"uid":"c8f76261d28de88a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c8f76261d28de88a","status":"passed","time":{"start":1724861247297,"stop":1724861247297,"duration":0}},{"uid":"d1eb373aa3151c5b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d1eb373aa3151c5b","status":"passed","time":{"start":1724861071393,"stop":1724861071394,"duration":1}},{"uid":"86af23684783140a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/86af23684783140a","status":"passed","time":{"start":1724860931793,"stop":1724860931794,"duration":1}}]},"cf6c34f86fb42ed8d75157db551634b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5d9e0cdbe0672bc0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5d9e0cdbe0672bc0","status":"passed","time":{"start":1724922382332,"stop":1724922382333,"duration":1}},{"uid":"de422b0b9e9d40a4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/de422b0b9e9d40a4","status":"passed","time":{"start":1724921045537,"stop":1724921045537,"duration":0}},{"uid":"f5586ad2fa9f7abc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f5586ad2fa9f7abc","status":"passed","time":{"start":1724921020730,"stop":1724921020731,"duration":1}},{"uid":"5e0afe324ed3cbcb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5e0afe324ed3cbcb","status":"passed","time":{"start":1724917681064,"stop":1724917681065,"duration":1}},{"uid":"5cff3700b1ecafce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5cff3700b1ecafce","status":"passed","time":{"start":1724889459955,"stop":1724889459955,"duration":0}},{"uid":"e3fbd831f41b557f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e3fbd831f41b557f","status":"passed","time":{"start":1724888610546,"stop":1724888610547,"duration":1}},{"uid":"9920f49849686ca8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9920f49849686ca8","status":"passed","time":{"start":1724887766852,"stop":1724887766852,"duration":0}},{"uid":"3d2fea81972501bb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3d2fea81972501bb","status":"passed","time":{"start":1724886533248,"stop":1724886533248,"duration":0}},{"uid":"b0d82d27b8f24b3a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b0d82d27b8f24b3a","status":"passed","time":{"start":1724886311098,"stop":1724886311099,"duration":1}},{"uid":"3650ea471bd41392","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3650ea471bd41392","status":"passed","time":{"start":1724861760053,"stop":1724861760054,"duration":1}},{"uid":"b917caa81c266267","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b917caa81c266267","status":"passed","time":{"start":1724861230837,"stop":1724861230838,"duration":1}},{"uid":"30fd525517897a44","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/30fd525517897a44","status":"passed","time":{"start":1724861053411,"stop":1724861053412,"duration":1}},{"uid":"4fe2db987d6bbd53","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4fe2db987d6bbd53","status":"passed","time":{"start":1724860914749,"stop":1724860914749,"duration":0}}]},"31b936985f5ad2f767f941df87e2983e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f4432f83ac9a4cf1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f4432f83ac9a4cf1","status":"passed","time":{"start":1724922906443,"stop":1724922906443,"duration":0}}]},"79e83a61f76f6493d19aaa28660bf3a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"93649fc70987b7df","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/93649fc70987b7df","status":"passed","time":{"start":1724922402865,"stop":1724922402866,"duration":1}},{"uid":"edd7503af5ff8188","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/edd7503af5ff8188","status":"passed","time":{"start":1724921065913,"stop":1724921065914,"duration":1}},{"uid":"635a408b9dc10668","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/635a408b9dc10668","status":"passed","time":{"start":1724921040950,"stop":1724921040950,"duration":0}},{"uid":"b2bfd66319d79662","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b2bfd66319d79662","status":"passed","time":{"start":1724917701158,"stop":1724917701159,"duration":1}},{"uid":"7f949d76452a0f6c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7f949d76452a0f6c","status":"passed","time":{"start":1724889479978,"stop":1724889479978,"duration":0}},{"uid":"14617c6ba2ad3a93","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14617c6ba2ad3a93","status":"passed","time":{"start":1724888630727,"stop":1724888630727,"duration":0}},{"uid":"29e2e913eb761890","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/29e2e913eb761890","status":"passed","time":{"start":1724887787009,"stop":1724887787009,"duration":0}},{"uid":"e328de029bbb32e1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e328de029bbb32e1","status":"passed","time":{"start":1724886553672,"stop":1724886553672,"duration":0}},{"uid":"35ef30a0f64ddbfc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/35ef30a0f64ddbfc","status":"passed","time":{"start":1724886331495,"stop":1724886331495,"duration":0}},{"uid":"ccfb651f3b85d843","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ccfb651f3b85d843","status":"passed","time":{"start":1724861780659,"stop":1724861780660,"duration":1}},{"uid":"451db55cbb53cfc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/451db55cbb53cfc","status":"passed","time":{"start":1724861251101,"stop":1724861251101,"duration":0}},{"uid":"7d59a8e74f9b97d7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7d59a8e74f9b97d7","status":"passed","time":{"start":1724861074811,"stop":1724861074811,"duration":0}},{"uid":"a0791740eaecb492","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a0791740eaecb492","status":"passed","time":{"start":1724860935674,"stop":1724860935674,"duration":0}}]},"73baaca21b5ac988adeb725ed8075677:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"13c8e2e7d578dc6e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/13c8e2e7d578dc6e","status":"passed","time":{"start":1724861628433,"stop":1724861628433,"duration":0}}]},"c972016ed8add4daa2e4266c3ad03fbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"af1c9bfe9daf419b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/af1c9bfe9daf419b","status":"passed","time":{"start":1724922374678,"stop":1724922374678,"duration":0}},{"uid":"68bb4be0b88fa096","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/68bb4be0b88fa096","status":"passed","time":{"start":1724921037639,"stop":1724921037639,"duration":0}},{"uid":"ecbc817ef97e3b8d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ecbc817ef97e3b8d","status":"passed","time":{"start":1724921013052,"stop":1724921013053,"duration":1}},{"uid":"b0be0246cff21221","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b0be0246cff21221","status":"passed","time":{"start":1724917673295,"stop":1724917673295,"duration":0}},{"uid":"7399fb1ec7941605","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7399fb1ec7941605","status":"passed","time":{"start":1724889452313,"stop":1724889452314,"duration":1}},{"uid":"a41058be4b59fd8d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a41058be4b59fd8d","status":"passed","time":{"start":1724888602844,"stop":1724888602844,"duration":0}},{"uid":"614a201e1efcbbc4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/614a201e1efcbbc4","status":"passed","time":{"start":1724887759166,"stop":1724887759167,"duration":1}},{"uid":"3df7dd0d1e762ad5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3df7dd0d1e762ad5","status":"passed","time":{"start":1724886525546,"stop":1724886525546,"duration":0}},{"uid":"93ec2ff21d856056","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/93ec2ff21d856056","status":"passed","time":{"start":1724886303400,"stop":1724886303400,"duration":0}},{"uid":"2ec6b2fcc6a85ba1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ec6b2fcc6a85ba1","status":"passed","time":{"start":1724861752232,"stop":1724861752232,"duration":0}},{"uid":"be6cc45dfca08ea9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/be6cc45dfca08ea9","status":"passed","time":{"start":1724861223358,"stop":1724861223358,"duration":0}},{"uid":"ce7e4115110db8eb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ce7e4115110db8eb","status":"passed","time":{"start":1724861045206,"stop":1724861045206,"duration":0}},{"uid":"251f47f13e45357a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/251f47f13e45357a","status":"passed","time":{"start":1724860907088,"stop":1724860907088,"duration":0}}]},"75ec24b15bb3240a614544d215c22697:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ce2655f8bd23e58f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ce2655f8bd23e58f","status":"passed","time":{"start":1724922862334,"stop":1724922862334,"duration":0}},{"uid":"178ddc9b30ef74d9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/178ddc9b30ef74d9","status":"passed","time":{"start":1724921540108,"stop":1724921540109,"duration":1}},{"uid":"86d8e88e9dfe95e5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/86d8e88e9dfe95e5","status":"passed","time":{"start":1724921503540,"stop":1724921503540,"duration":0}},{"uid":"ee4eeec2ff2f2009","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ee4eeec2ff2f2009","status":"passed","time":{"start":1724918214357,"stop":1724918214358,"duration":1}},{"uid":"58bd2f9c4bb6a7ea","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/58bd2f9c4bb6a7ea","status":"passed","time":{"start":1724889952444,"stop":1724889952445,"duration":1}},{"uid":"2a72bdc481c9277","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2a72bdc481c9277","status":"passed","time":{"start":1724889087469,"stop":1724889087469,"duration":0}},{"uid":"c0db4d32745da525","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c0db4d32745da525","status":"passed","time":{"start":1724888266430,"stop":1724888266430,"duration":0}},{"uid":"d5627a0e0cb6d41c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d5627a0e0cb6d41c","status":"passed","time":{"start":1724887042931,"stop":1724887042931,"duration":0}},{"uid":"5c8241c13279154c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5c8241c13279154c","status":"passed","time":{"start":1724886820799,"stop":1724886820799,"duration":0}},{"uid":"3a94509a3ece971e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a94509a3ece971e","status":"passed","time":{"start":1724862245490,"stop":1724862245490,"duration":0}},{"uid":"80c0dec7dc8fe128","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/80c0dec7dc8fe128","status":"passed","time":{"start":1724861720399,"stop":1724861720400,"duration":1}},{"uid":"7f34e722e1c1befd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7f34e722e1c1befd","status":"passed","time":{"start":1724861579388,"stop":1724861579389,"duration":1}},{"uid":"5f8ac4c319a21e31","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5f8ac4c319a21e31","status":"passed","time":{"start":1724861402507,"stop":1724861402507,"duration":0}}]},"e35cb0cdb405e33e55cbeeb2b16f024c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"63faa0901b9f8cbf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/63faa0901b9f8cbf","status":"passed","time":{"start":1724922476373,"stop":1724922476374,"duration":1}},{"uid":"b5fdb06c3986f26b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b5fdb06c3986f26b","status":"passed","time":{"start":1724921141186,"stop":1724921141186,"duration":0}},{"uid":"6f2fa8d73f107293","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6f2fa8d73f107293","status":"passed","time":{"start":1724921118247,"stop":1724921118248,"duration":1}},{"uid":"82242fdd4583d151","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/82242fdd4583d151","status":"passed","time":{"start":1724917777549,"stop":1724917777550,"duration":1}},{"uid":"949eaf306f7a5ed9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/949eaf306f7a5ed9","status":"passed","time":{"start":1724889554660,"stop":1724889554660,"duration":0}},{"uid":"968c20ecd667f4ed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/968c20ecd667f4ed","status":"passed","time":{"start":1724888706932,"stop":1724888706935,"duration":3}},{"uid":"adae72aa62386d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/adae72aa62386d","status":"passed","time":{"start":1724887861772,"stop":1724887861772,"duration":0}},{"uid":"8d4d970fc9e7ff7e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8d4d970fc9e7ff7e","status":"passed","time":{"start":1724886631475,"stop":1724886631476,"duration":1}},{"uid":"a2b8251ccd0fe88a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a2b8251ccd0fe88a","status":"passed","time":{"start":1724886409744,"stop":1724886409744,"duration":0}},{"uid":"584af46eddbbfbe6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/584af46eddbbfbe6","status":"passed","time":{"start":1724861858182,"stop":1724861858182,"duration":0}},{"uid":"fedb7592f4c37241","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fedb7592f4c37241","status":"passed","time":{"start":1724861324520,"stop":1724861324520,"duration":0}},{"uid":"b9b94d5ee335a531","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b9b94d5ee335a531","status":"passed","time":{"start":1724861152385,"stop":1724861152385,"duration":0}},{"uid":"8607785597f932e8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8607785597f932e8","status":"passed","time":{"start":1724861011434,"stop":1724861011434,"duration":0}}]},"4cd3b399d48548539910386fe25ff1ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ee5cbc79eda0038f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ee5cbc79eda0038f","status":"passed","time":{"start":1724922845242,"stop":1724922845242,"duration":0}},{"uid":"c938296c22024c2b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c938296c22024c2b","status":"passed","time":{"start":1724921515226,"stop":1724921515226,"duration":0}},{"uid":"7dbd0f80f58e4261","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7dbd0f80f58e4261","status":"passed","time":{"start":1724921475445,"stop":1724921475445,"duration":0}},{"uid":"967958ff14bc9727","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/967958ff14bc9727","status":"passed","time":{"start":1724918179400,"stop":1724918179400,"duration":0}},{"uid":"da8c8e2d0a86044e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/da8c8e2d0a86044e","status":"passed","time":{"start":1724889935340,"stop":1724889935340,"duration":0}},{"uid":"c4eabd81f3714767","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4eabd81f3714767","status":"passed","time":{"start":1724889072753,"stop":1724889072753,"duration":0}},{"uid":"382711a3e923bf02","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/382711a3e923bf02","status":"passed","time":{"start":1724888232414,"stop":1724888232415,"duration":1}},{"uid":"fc30936d318e0fef","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fc30936d318e0fef","status":"passed","time":{"start":1724887018302,"stop":1724887018302,"duration":0}},{"uid":"f7ffa73ae8a87fdc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f7ffa73ae8a87fdc","status":"passed","time":{"start":1724886781479,"stop":1724886781479,"duration":0}},{"uid":"d3814acb816d53ec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3814acb816d53ec","status":"passed","time":{"start":1724862213662,"stop":1724862213662,"duration":0}},{"uid":"7862153d4a509316","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7862153d4a509316","status":"passed","time":{"start":1724861685855,"stop":1724861685855,"duration":0}},{"uid":"c528248157ef65bc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c528248157ef65bc","status":"passed","time":{"start":1724861546172,"stop":1724861546175,"duration":3}},{"uid":"7834c559d978811c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7834c559d978811c","status":"passed","time":{"start":1724861378110,"stop":1724861378110,"duration":0}}]},"46784a70c6bf0a43c76e7c49a00abe24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2e6e7b11f1f330af","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2e6e7b11f1f330af","status":"passed","time":{"start":1724922535036,"stop":1724922535037,"duration":1}},{"uid":"a88906d30d370248","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a88906d30d370248","status":"passed","time":{"start":1724921196355,"stop":1724921196355,"duration":0}},{"uid":"829d5e3e7a9e480d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/829d5e3e7a9e480d","status":"passed","time":{"start":1724921173178,"stop":1724921173178,"duration":0}},{"uid":"e5efd1bee6e36317","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e5efd1bee6e36317","status":"passed","time":{"start":1724917930824,"stop":1724917930825,"duration":1}},{"uid":"e9d7db5db80868e7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e9d7db5db80868e7","status":"passed","time":{"start":1724889621015,"stop":1724889621015,"duration":0}},{"uid":"ea372408533aaf9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ea372408533aaf9d","status":"passed","time":{"start":1724888759383,"stop":1724888759383,"duration":0}},{"uid":"8696f65e41ed78fb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8696f65e41ed78fb","status":"passed","time":{"start":1724888015042,"stop":1724888015043,"duration":1}},{"uid":"c28d1242b004ff30","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c28d1242b004ff30","status":"passed","time":{"start":1724886784541,"stop":1724886784541,"duration":0}},{"uid":"690af7afeab6d0e4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/690af7afeab6d0e4","status":"passed","time":{"start":1724886566522,"stop":1724886566523,"duration":1}},{"uid":"6cbe1ff68578facb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6cbe1ff68578facb","status":"passed","time":{"start":1724861915531,"stop":1724861915532,"duration":1}},{"uid":"e142fb2f8ea156ec","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e142fb2f8ea156ec","status":"passed","time":{"start":1724861379718,"stop":1724861379718,"duration":0}},{"uid":"84da3b9c98c1abf5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/84da3b9c98c1abf5","status":"passed","time":{"start":1724861206868,"stop":1724861206874,"duration":6}},{"uid":"8791cd3dac9d3f27","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8791cd3dac9d3f27","status":"passed","time":{"start":1724861067557,"stop":1724861067558,"duration":1}}]},"4bd629284899aa9f04697aa32117b416:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f893274355662786","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f893274355662786","status":"passed","time":{"start":1724922398024,"stop":1724922398025,"duration":1}},{"uid":"7ffd1d41f969eea2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7ffd1d41f969eea2","status":"passed","time":{"start":1724921060544,"stop":1724921060545,"duration":1}},{"uid":"2b3e5b7da851a010","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2b3e5b7da851a010","status":"passed","time":{"start":1724921036199,"stop":1724921036200,"duration":1}},{"uid":"3bcf0d1fcc41fa4e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3bcf0d1fcc41fa4e","status":"passed","time":{"start":1724917695760,"stop":1724917695762,"duration":2}},{"uid":"8b9f77411d93fc6d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8b9f77411d93fc6d","status":"passed","time":{"start":1724889474886,"stop":1724889474887,"duration":1}},{"uid":"e3808bba9709aef0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e3808bba9709aef0","status":"passed","time":{"start":1724888625512,"stop":1724888625515,"duration":3}},{"uid":"38f37e512d8335f4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/38f37e512d8335f4","status":"passed","time":{"start":1724887781867,"stop":1724887781868,"duration":1}},{"uid":"36024e56ed778582","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/36024e56ed778582","status":"passed","time":{"start":1724886548744,"stop":1724886548745,"duration":1}},{"uid":"4994fd57ef9dd88","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4994fd57ef9dd88","status":"passed","time":{"start":1724886326709,"stop":1724886326711,"duration":2}},{"uid":"526055051aa0eee9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/526055051aa0eee9","status":"passed","time":{"start":1724861775152,"stop":1724861775154,"duration":2}},{"uid":"11f6205ae852bf39","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/11f6205ae852bf39","status":"passed","time":{"start":1724861246804,"stop":1724861246805,"duration":1}},{"uid":"5033bb0995064001","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5033bb0995064001","status":"passed","time":{"start":1724861070255,"stop":1724861070256,"duration":1}},{"uid":"b8e48494d24972f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b8e48494d24972f","status":"passed","time":{"start":1724860931173,"stop":1724860931175,"duration":2}}]},"ad5b88cbb7af184c3b179fd57279ec1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"96e901a7d2d8843","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/96e901a7d2d8843","status":"passed","time":{"start":1724922921443,"stop":1724922921444,"duration":1}},{"uid":"29497eb6647e3935","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/29497eb6647e3935","status":"passed","time":{"start":1724921602944,"stop":1724921602944,"duration":0}},{"uid":"2683c04f650b5442","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2683c04f650b5442","status":"passed","time":{"start":1724921571093,"stop":1724921571093,"duration":0}},{"uid":"71e9c203900e438d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/71e9c203900e438d","status":"passed","time":{"start":1724918285583,"stop":1724918285583,"duration":0}},{"uid":"66aa468d8754e954","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/66aa468d8754e954","status":"passed","time":{"start":1724890030087,"stop":1724890030087,"duration":0}},{"uid":"6dae0f577dabf92","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6dae0f577dabf92","status":"passed","time":{"start":1724889171905,"stop":1724889171906,"duration":1}},{"uid":"2fcb258516da789a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2fcb258516da789a","status":"passed","time":{"start":1724888350718,"stop":1724888350719,"duration":1}},{"uid":"b8671a151e10b4a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b8671a151e10b4a9","status":"passed","time":{"start":1724887115403,"stop":1724887115404,"duration":1}},{"uid":"ffe3ec8f17cc4319","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ffe3ec8f17cc4319","status":"passed","time":{"start":1724886884568,"stop":1724886884568,"duration":0}},{"uid":"ee9b2849c876f79","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ee9b2849c876f79","status":"passed","time":{"start":1724862322245,"stop":1724862322246,"duration":1}},{"uid":"f48e8952ba63d8fc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f48e8952ba63d8fc","status":"passed","time":{"start":1724861790748,"stop":1724861790748,"duration":0}},{"uid":"f460ac586d05890b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f460ac586d05890b","status":"passed","time":{"start":1724861628417,"stop":1724861628417,"duration":0}},{"uid":"dfc9c20d2bd76ced","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dfc9c20d2bd76ced","status":"passed","time":{"start":1724861465620,"stop":1724861465620,"duration":0}}]},"418ec6cfcce0a38f977ce3fb8197da57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2e9b4bddca43cadf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2e9b4bddca43cadf","status":"passed","time":{"start":1724922508640,"stop":1724922508640,"duration":0}},{"uid":"ed61c04b70778bc4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ed61c04b70778bc4","status":"passed","time":{"start":1724921164604,"stop":1724921164605,"duration":1}},{"uid":"7f38121758ea47a6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7f38121758ea47a6","status":"passed","time":{"start":1724921137827,"stop":1724921137827,"duration":0}},{"uid":"b8d5da3c774ccd87","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b8d5da3c774ccd87","status":"passed","time":{"start":1724917810541,"stop":1724917810541,"duration":0}},{"uid":"e84e015ff0156980","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e84e015ff0156980","status":"passed","time":{"start":1724889585449,"stop":1724889585450,"duration":1}},{"uid":"376dcc0dbf115044","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/376dcc0dbf115044","status":"passed","time":{"start":1724888736513,"stop":1724888736514,"duration":1}},{"uid":"a78a7823a3a92a42","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a78a7823a3a92a42","status":"passed","time":{"start":1724887891796,"stop":1724887891796,"duration":0}},{"uid":"38c0b446f9a73726","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/38c0b446f9a73726","status":"passed","time":{"start":1724886657792,"stop":1724886657795,"duration":3}},{"uid":"4eff1bb6917fd023","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4eff1bb6917fd023","status":"passed","time":{"start":1724886447359,"stop":1724886447360,"duration":1}},{"uid":"9bc0cdff1185bba7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9bc0cdff1185bba7","status":"passed","time":{"start":1724861880129,"stop":1724861880134,"duration":5}},{"uid":"c1d6a3ce24579e25","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c1d6a3ce24579e25","status":"passed","time":{"start":1724861359783,"stop":1724861359783,"duration":0}},{"uid":"65f1597aae397f70","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/65f1597aae397f70","status":"passed","time":{"start":1724861179684,"stop":1724861179684,"duration":0}},{"uid":"858cc631f7b0b74a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/858cc631f7b0b74a","status":"passed","time":{"start":1724861040981,"stop":1724861040982,"duration":1}}]},"dce440f462aa87753a8843a44fb56f22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"39d15b285871289f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/39d15b285871289f","status":"passed","time":{"start":1724922921438,"stop":1724922921439,"duration":1}},{"uid":"69beb220f7308151","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/69beb220f7308151","status":"passed","time":{"start":1724921602941,"stop":1724921602941,"duration":0}},{"uid":"884cb7c20721465e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/884cb7c20721465e","status":"passed","time":{"start":1724921571088,"stop":1724921571090,"duration":2}},{"uid":"431003bd0674f107","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/431003bd0674f107","status":"passed","time":{"start":1724918285578,"stop":1724918285578,"duration":0}},{"uid":"e3d28507c5c311b9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e3d28507c5c311b9","status":"passed","time":{"start":1724890030084,"stop":1724890030085,"duration":1}},{"uid":"76b46bf405cf9aac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/76b46bf405cf9aac","status":"passed","time":{"start":1724889171903,"stop":1724889171903,"duration":0}},{"uid":"301596534e2f1d53","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/301596534e2f1d53","status":"passed","time":{"start":1724888350717,"stop":1724888350717,"duration":0}},{"uid":"a641ee1934970659","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a641ee1934970659","status":"passed","time":{"start":1724887115401,"stop":1724887115401,"duration":0}},{"uid":"4a9511545ab673d0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4a9511545ab673d0","status":"passed","time":{"start":1724886884566,"stop":1724886884566,"duration":0}},{"uid":"d3ad8424ede49fb3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3ad8424ede49fb3","status":"passed","time":{"start":1724862322240,"stop":1724862322241,"duration":1}},{"uid":"81226cc6ba92b227","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/81226cc6ba92b227","status":"passed","time":{"start":1724861790745,"stop":1724861790746,"duration":1}},{"uid":"487819823731000a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/487819823731000a","status":"passed","time":{"start":1724861628413,"stop":1724861628414,"duration":1}},{"uid":"c22f2840e8554ab6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c22f2840e8554ab6","status":"passed","time":{"start":1724861465616,"stop":1724861465616,"duration":0}}]},"c8db07e09b66f468369f1156f835a72b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5a123919a1920902","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5a123919a1920902","status":"passed","time":{"start":1724922535051,"stop":1724922535052,"duration":1}},{"uid":"4e65c78187612109","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4e65c78187612109","status":"passed","time":{"start":1724921196358,"stop":1724921196358,"duration":0}},{"uid":"5d07d605e85eeb06","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5d07d605e85eeb06","status":"passed","time":{"start":1724921173182,"stop":1724921173183,"duration":1}},{"uid":"9b2f584cbc8500c1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9b2f584cbc8500c1","status":"passed","time":{"start":1724917930833,"stop":1724917930834,"duration":1}},{"uid":"3740a3995d82def","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3740a3995d82def","status":"passed","time":{"start":1724889621017,"stop":1724889621018,"duration":1}},{"uid":"b1f706417153300e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1f706417153300e","status":"passed","time":{"start":1724888759390,"stop":1724888759390,"duration":0}},{"uid":"d3350adbe43066a3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d3350adbe43066a3","status":"passed","time":{"start":1724888015048,"stop":1724888015049,"duration":1}},{"uid":"8368c81e91da3879","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8368c81e91da3879","status":"passed","time":{"start":1724886784548,"stop":1724886784548,"duration":0}},{"uid":"7df1545baae9603f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7df1545baae9603f","status":"passed","time":{"start":1724886566534,"stop":1724886566535,"duration":1}},{"uid":"de68a8c0ccb2c238","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/de68a8c0ccb2c238","status":"passed","time":{"start":1724861915535,"stop":1724861915535,"duration":0}},{"uid":"630510f7a1b3a769","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/630510f7a1b3a769","status":"passed","time":{"start":1724861379726,"stop":1724861379726,"duration":0}},{"uid":"a03d9d16bf0138a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a03d9d16bf0138a","status":"passed","time":{"start":1724861206880,"stop":1724861206880,"duration":0}},{"uid":"96e9cab0284b1148","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/96e9cab0284b1148","status":"passed","time":{"start":1724861067561,"stop":1724861067561,"duration":0}}]},"6cf5cbe251a6713919a8df5410150420:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d125b497811381d4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d125b497811381d4","status":"passed","time":{"start":1724922374676,"stop":1724922374676,"duration":0}},{"uid":"9899d7be1f78a7f5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9899d7be1f78a7f5","status":"passed","time":{"start":1724921037636,"stop":1724921037636,"duration":0}},{"uid":"f429ec65e6ed5c18","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f429ec65e6ed5c18","status":"passed","time":{"start":1724921013048,"stop":1724921013048,"duration":0}},{"uid":"139583674f304679","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/139583674f304679","status":"passed","time":{"start":1724917673292,"stop":1724917673293,"duration":1}},{"uid":"80d747823d41fdda","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80d747823d41fdda","status":"passed","time":{"start":1724889452311,"stop":1724889452311,"duration":0}},{"uid":"26dae688b0345083","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/26dae688b0345083","status":"passed","time":{"start":1724888602841,"stop":1724888602841,"duration":0}},{"uid":"ab34e5657f610fc8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ab34e5657f610fc8","status":"passed","time":{"start":1724887759164,"stop":1724887759165,"duration":1}},{"uid":"7bb2fb83343e730e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7bb2fb83343e730e","status":"passed","time":{"start":1724886525544,"stop":1724886525544,"duration":0}},{"uid":"31024f5cd502427","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/31024f5cd502427","status":"passed","time":{"start":1724886303397,"stop":1724886303398,"duration":1}},{"uid":"7b6857382982c778","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b6857382982c778","status":"passed","time":{"start":1724861752229,"stop":1724861752230,"duration":1}},{"uid":"ce5815881e759648","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ce5815881e759648","status":"passed","time":{"start":1724861223356,"stop":1724861223356,"duration":0}},{"uid":"ac7365254679e616","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac7365254679e616","status":"passed","time":{"start":1724861045203,"stop":1724861045204,"duration":1}},{"uid":"73e0554871e88c06","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/73e0554871e88c06","status":"passed","time":{"start":1724860907085,"stop":1724860907085,"duration":0}}]},"dedf3aa8babff657917e449dbd1de09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"977e07766c3875f8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/977e07766c3875f8","status":"passed","time":{"start":1724923012465,"stop":1724923012466,"duration":1}},{"uid":"6009f0c5e4688b78","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6009f0c5e4688b78","status":"passed","time":{"start":1724921625066,"stop":1724921625067,"duration":1}},{"uid":"7c9f2f9e1664bd77","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7c9f2f9e1664bd77","status":"passed","time":{"start":1724921590496,"stop":1724921590497,"duration":1}},{"uid":"740c413c55245129","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/740c413c55245129","status":"passed","time":{"start":1724918287566,"stop":1724918287566,"duration":0}},{"uid":"725754f296464a42","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/725754f296464a42","status":"passed","time":{"start":1724890047788,"stop":1724890047789,"duration":1}},{"uid":"c6b2b1f964762e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c6b2b1f964762e0","status":"passed","time":{"start":1724889183921,"stop":1724889183922,"duration":1}},{"uid":"97c7ce1e63fae3da","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/97c7ce1e63fae3da","status":"passed","time":{"start":1724888354166,"stop":1724888354166,"duration":0}},{"uid":"d35b40d40a16d783","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d35b40d40a16d783","status":"passed","time":{"start":1724887145659,"stop":1724887145660,"duration":1}},{"uid":"1151d847e86b0bdb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1151d847e86b0bdb","status":"passed","time":{"start":1724886915787,"stop":1724886915788,"duration":1}},{"uid":"87a5894171c1bdb5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/87a5894171c1bdb5","status":"passed","time":{"start":1724862341439,"stop":1724862341439,"duration":0}},{"uid":"9f4581aef47ebee","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9f4581aef47ebee","status":"passed","time":{"start":1724861805443,"stop":1724861805443,"duration":0}},{"uid":"a9823afda8ab32c5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a9823afda8ab32c5","status":"passed","time":{"start":1724861662257,"stop":1724861662257,"duration":0}},{"uid":"a958605bc710ae09","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a958605bc710ae09","status":"passed","time":{"start":1724861492513,"stop":1724861492514,"duration":1}}]},"cb3bc6f59ed71458b14918fe359db631:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5b7b97513b698150","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5b7b97513b698150","status":"passed","time":{"start":1724861465637,"stop":1724861465638,"duration":1}}]},"f9aefc74ebf83017b5a3c73e7906d9de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c7d0fb0fc954cb1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c7d0fb0fc954cb1","status":"passed","time":{"start":1724922966287,"stop":1724922966287,"duration":0}},{"uid":"dc92a857653ef004","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dc92a857653ef004","status":"passed","time":{"start":1724921658747,"stop":1724921658747,"duration":0}},{"uid":"e1d75fcab281ef6e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e1d75fcab281ef6e","status":"passed","time":{"start":1724921609581,"stop":1724921609581,"duration":0}},{"uid":"5137f3926ff81953","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5137f3926ff81953","status":"passed","time":{"start":1724918323462,"stop":1724918323462,"duration":0}},{"uid":"3a56b3e1bf0d1ae9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a56b3e1bf0d1ae9","status":"passed","time":{"start":1724890071667,"stop":1724890071667,"duration":0}},{"uid":"6f26cddc2fa411d4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6f26cddc2fa411d4","status":"passed","time":{"start":1724889207707,"stop":1724889207707,"duration":0}},{"uid":"8ceda36fc1139e09","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8ceda36fc1139e09","status":"passed","time":{"start":1724888386328,"stop":1724888386328,"duration":0}},{"uid":"4e1d3a6bf304b80a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4e1d3a6bf304b80a","status":"passed","time":{"start":1724887153936,"stop":1724887153936,"duration":0}},{"uid":"b77830a8ae62c01b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b77830a8ae62c01b","status":"passed","time":{"start":1724886927398,"stop":1724886927402,"duration":4}},{"uid":"6594339b5a6306e7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6594339b5a6306e7","status":"passed","time":{"start":1724862360111,"stop":1724862360111,"duration":0}},{"uid":"c7561766c240e678","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c7561766c240e678","status":"passed","time":{"start":1724861832844,"stop":1724861832844,"duration":0}},{"uid":"c61e02da37513c70","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c61e02da37513c70","status":"passed","time":{"start":1724861687429,"stop":1724861687430,"duration":1}},{"uid":"dfefae15ffb64e45","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dfefae15ffb64e45","status":"passed","time":{"start":1724861513179,"stop":1724861513180,"duration":1}}]},"5d6f5a70216c41483d766110d1d8ad62:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"98b325e29e67ab3c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/98b325e29e67ab3c","status":"passed","time":{"start":1724918298098,"stop":1724918298099,"duration":1}}]},"ca792c984822690bae66defc59c4f99f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"59174e6e0e1f9059","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/59174e6e0e1f9059","status":"passed","time":{"start":1724922891487,"stop":1724922891487,"duration":0}},{"uid":"95f74d7bba4e9aa3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/95f74d7bba4e9aa3","status":"passed","time":{"start":1724921563012,"stop":1724921563012,"duration":0}},{"uid":"b215313452e2d64e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b215313452e2d64e","status":"passed","time":{"start":1724921526811,"stop":1724921526812,"duration":1}},{"uid":"96edc52f80bced3d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/96edc52f80bced3d","status":"passed","time":{"start":1724918239939,"stop":1724918239939,"duration":0}},{"uid":"ee194d1f096abf21","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ee194d1f096abf21","status":"passed","time":{"start":1724889980890,"stop":1724889980890,"duration":0}},{"uid":"eca32638a44cea1b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eca32638a44cea1b","status":"passed","time":{"start":1724889109954,"stop":1724889109956,"duration":2}},{"uid":"c11be440d5466488","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c11be440d5466488","status":"passed","time":{"start":1724888294721,"stop":1724888294722,"duration":1}},{"uid":"46e2a0e7f3804939","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/46e2a0e7f3804939","status":"passed","time":{"start":1724887071737,"stop":1724887071737,"duration":0}},{"uid":"f3f5b940735c35b1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f3f5b940735c35b1","status":"passed","time":{"start":1724886848344,"stop":1724886848344,"duration":0}},{"uid":"99c9c44b375d677c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/99c9c44b375d677c","status":"passed","time":{"start":1724862259245,"stop":1724862259245,"duration":0}},{"uid":"f38c04433e94bc5d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f38c04433e94bc5d","status":"passed","time":{"start":1724861735324,"stop":1724861735325,"duration":1}},{"uid":"66b69abc9e9568f0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/66b69abc9e9568f0","status":"passed","time":{"start":1724861606342,"stop":1724861606343,"duration":1}},{"uid":"6c399ef809350e8c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6c399ef809350e8c","status":"passed","time":{"start":1724861426685,"stop":1724861426686,"duration":1}}]},"5baf079275f2bf6f911ab52e553b722e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"da47c856eaa434c8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/da47c856eaa434c8","status":"passed","time":{"start":1724922402864,"stop":1724922402864,"duration":0}},{"uid":"7ed6550d8a212f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7ed6550d8a212f","status":"passed","time":{"start":1724921065911,"stop":1724921065912,"duration":1}},{"uid":"d7008ea0b07ea4aa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d7008ea0b07ea4aa","status":"passed","time":{"start":1724921040948,"stop":1724921040948,"duration":0}},{"uid":"cd03a308a1ec9489","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cd03a308a1ec9489","status":"passed","time":{"start":1724917701157,"stop":1724917701157,"duration":0}},{"uid":"af2a3c6de5d76e27","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/af2a3c6de5d76e27","status":"passed","time":{"start":1724889479976,"stop":1724889479976,"duration":0}},{"uid":"41903c53813a7856","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/41903c53813a7856","status":"passed","time":{"start":1724888630725,"stop":1724888630725,"duration":0}},{"uid":"8338b188b194bbc6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8338b188b194bbc6","status":"passed","time":{"start":1724887787007,"stop":1724887787008,"duration":1}},{"uid":"ec94b44f543647af","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ec94b44f543647af","status":"passed","time":{"start":1724886553670,"stop":1724886553670,"duration":0}},{"uid":"2cd1d9ddefbc464c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2cd1d9ddefbc464c","status":"passed","time":{"start":1724886331493,"stop":1724886331494,"duration":1}},{"uid":"4b8a6384580d4563","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b8a6384580d4563","status":"passed","time":{"start":1724861780657,"stop":1724861780658,"duration":1}},{"uid":"7ff93ba110b6a82b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7ff93ba110b6a82b","status":"passed","time":{"start":1724861251099,"stop":1724861251099,"duration":0}},{"uid":"6decbf024bfcf654","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6decbf024bfcf654","status":"passed","time":{"start":1724861074809,"stop":1724861074809,"duration":0}},{"uid":"ea1828bd88e974e0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ea1828bd88e974e0","status":"passed","time":{"start":1724860935672,"stop":1724860935673,"duration":1}}]},"204cd0a634fe77da35e94b401accc096:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"662116d715b5dd05","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/662116d715b5dd05","status":"passed","time":{"start":1724923012477,"stop":1724923012477,"duration":0}},{"uid":"9509b1c3201eb414","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9509b1c3201eb414","status":"passed","time":{"start":1724921625082,"stop":1724921625082,"duration":0}},{"uid":"e265a328ae00e8fc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e265a328ae00e8fc","status":"passed","time":{"start":1724921590507,"stop":1724921590507,"duration":0}},{"uid":"460e67d739ee43dd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/460e67d739ee43dd","status":"passed","time":{"start":1724918287574,"stop":1724918287574,"duration":0}},{"uid":"ef500026543a8c4c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ef500026543a8c4c","status":"passed","time":{"start":1724890047799,"stop":1724890047799,"duration":0}},{"uid":"9698e5ce0a9f68bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9698e5ce0a9f68bd","status":"passed","time":{"start":1724889183932,"stop":1724889183939,"duration":7}},{"uid":"c554461e89914d4f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c554461e89914d4f","status":"passed","time":{"start":1724888354180,"stop":1724888354180,"duration":0}},{"uid":"fa3d9663a30034f7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fa3d9663a30034f7","status":"passed","time":{"start":1724887145706,"stop":1724887145710,"duration":4}},{"uid":"dcdd710efd7ad883","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dcdd710efd7ad883","status":"passed","time":{"start":1724886915796,"stop":1724886915796,"duration":0}},{"uid":"2ab358521c624fed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ab358521c624fed","status":"passed","time":{"start":1724862341461,"stop":1724862341462,"duration":1}},{"uid":"f6bc206b56d4d6de","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f6bc206b56d4d6de","status":"passed","time":{"start":1724861805463,"stop":1724861805464,"duration":1}},{"uid":"667b21def3daaa97","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/667b21def3daaa97","status":"passed","time":{"start":1724861662297,"stop":1724861662298,"duration":1}},{"uid":"5ba5273c80c1d430","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5ba5273c80c1d430","status":"passed","time":{"start":1724861492524,"stop":1724861492524,"duration":0}}]},"e0b6505631b6bdd96fbf27e0bbeb531c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b4e733a0af479f9d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b4e733a0af479f9d","status":"passed","time":{"start":1724918229402,"stop":1724918229402,"duration":0}}]},"e56ace72df9dff4f1244ff52fe3f18af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f05126ed42955e1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1f05126ed42955e1","status":"passed","time":{"start":1724922906442,"stop":1724922906443,"duration":1}}]},"e3287614e9807e436e457512c1cd303a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1bfba4e895c7058e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1bfba4e895c7058e","status":"passed","time":{"start":1724922436973,"stop":1724922436974,"duration":1}},{"uid":"221d617bfa1a4659","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/221d617bfa1a4659","status":"passed","time":{"start":1724921099698,"stop":1724921099699,"duration":1}},{"uid":"d51dc0796fe43a2a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d51dc0796fe43a2a","status":"passed","time":{"start":1724921074389,"stop":1724921074390,"duration":1}},{"uid":"b365f08b61f6b39c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b365f08b61f6b39c","status":"passed","time":{"start":1724917735275,"stop":1724917735275,"duration":0}},{"uid":"8eb7d1c62cff63b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8eb7d1c62cff63b2","status":"passed","time":{"start":1724889517450,"stop":1724889517451,"duration":1}},{"uid":"24ac53d922ba3ec5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/24ac53d922ba3ec5","status":"passed","time":{"start":1724888662630,"stop":1724888662631,"duration":1}},{"uid":"dd300cd4f10e6dc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dd300cd4f10e6dc","status":"passed","time":{"start":1724887821330,"stop":1724887821331,"duration":1}},{"uid":"5bdb816c8d5d1322","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5bdb816c8d5d1322","status":"passed","time":{"start":1724886588483,"stop":1724886588483,"duration":0}},{"uid":"62803486e2425208","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/62803486e2425208","status":"passed","time":{"start":1724886365766,"stop":1724886365767,"duration":1}},{"uid":"9233803707052d8c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9233803707052d8c","status":"passed","time":{"start":1724861814961,"stop":1724861814961,"duration":0}},{"uid":"d7037222a4496a23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d7037222a4496a23","status":"passed","time":{"start":1724861282672,"stop":1724861282672,"duration":0}},{"uid":"f9a6ed60642322b2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f9a6ed60642322b2","status":"passed","time":{"start":1724861111683,"stop":1724861111684,"duration":1}},{"uid":"4bd714b418dbc7ca","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4bd714b418dbc7ca","status":"passed","time":{"start":1724860971175,"stop":1724860971176,"duration":1}}]},"56e1d8474d62878e7786d2205343b01d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"545ac110a849dbc4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/545ac110a849dbc4","status":"passed","time":{"start":1724922887532,"stop":1724922887532,"duration":0}},{"uid":"ce7643567f9afbf0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ce7643567f9afbf0","status":"passed","time":{"start":1724921564782,"stop":1724921564782,"duration":0}},{"uid":"50d1314bbcb8e2d6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/50d1314bbcb8e2d6","status":"passed","time":{"start":1724921518826,"stop":1724921518827,"duration":1}},{"uid":"a0753490f746e3b6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a0753490f746e3b6","status":"passed","time":{"start":1724918229404,"stop":1724918229404,"duration":0}},{"uid":"e07f6da1f040e514","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e07f6da1f040e514","status":"passed","time":{"start":1724889980706,"stop":1724889980706,"duration":0}},{"uid":"bb2bf744dd456b2c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bb2bf744dd456b2c","status":"passed","time":{"start":1724889111183,"stop":1724889111183,"duration":0}},{"uid":"49dd1db7f9e03c49","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/49dd1db7f9e03c49","status":"passed","time":{"start":1724888292546,"stop":1724888292547,"duration":1}},{"uid":"e1a2e7eccf24dc14","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e1a2e7eccf24dc14","status":"passed","time":{"start":1724887068231,"stop":1724887068232,"duration":1}},{"uid":"24cd671b3e6e2fa1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/24cd671b3e6e2fa1","status":"passed","time":{"start":1724886848933,"stop":1724886848934,"duration":1}},{"uid":"8b51a09cd8158d09","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8b51a09cd8158d09","status":"passed","time":{"start":1724862262052,"stop":1724862262052,"duration":0}},{"uid":"76cbb21a9976b29f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/76cbb21a9976b29f","status":"passed","time":{"start":1724861741897,"stop":1724861741897,"duration":0}},{"uid":"dd098de90dad8c40","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dd098de90dad8c40","status":"passed","time":{"start":1724861599500,"stop":1724861599501,"duration":1}},{"uid":"bf903cab904e90f1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bf903cab904e90f1","status":"passed","time":{"start":1724861428479,"stop":1724861428479,"duration":0}}]},"4ac139d7d1050443229269b0c0744970:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"476e32721ad58f2d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/476e32721ad58f2d","status":"passed","time":{"start":1724922398026,"stop":1724922398027,"duration":1}},{"uid":"dd6b00d3e69884f9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dd6b00d3e69884f9","status":"passed","time":{"start":1724921060546,"stop":1724921060546,"duration":0}},{"uid":"6df8432a81adfd22","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6df8432a81adfd22","status":"passed","time":{"start":1724921036201,"stop":1724921036202,"duration":1}},{"uid":"1b86de0549e04dbd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1b86de0549e04dbd","status":"passed","time":{"start":1724917695763,"stop":1724917695763,"duration":0}},{"uid":"e4d37b6622bd6698","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e4d37b6622bd6698","status":"passed","time":{"start":1724889474888,"stop":1724889474888,"duration":0}},{"uid":"8a7edc4101eb046e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8a7edc4101eb046e","status":"passed","time":{"start":1724888625519,"stop":1724888625521,"duration":2}},{"uid":"cb82f4e19dbf334","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cb82f4e19dbf334","status":"passed","time":{"start":1724887781869,"stop":1724887781869,"duration":0}},{"uid":"6d6849b50aaaabff","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6d6849b50aaaabff","status":"passed","time":{"start":1724886548747,"stop":1724886548748,"duration":1}},{"uid":"992c9e7eb795466a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/992c9e7eb795466a","status":"passed","time":{"start":1724886326712,"stop":1724886326712,"duration":0}},{"uid":"a66010ac7d639a44","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a66010ac7d639a44","status":"passed","time":{"start":1724861775155,"stop":1724861775155,"duration":0}},{"uid":"54992224c178cdaa","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/54992224c178cdaa","status":"passed","time":{"start":1724861246806,"stop":1724861246806,"duration":0}},{"uid":"74f76c4c5e15a09b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/74f76c4c5e15a09b","status":"passed","time":{"start":1724861070257,"stop":1724861070257,"duration":0}},{"uid":"6db48d94f2f5d0f9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6db48d94f2f5d0f9","status":"passed","time":{"start":1724860931176,"stop":1724860931176,"duration":0}}]},"6f5db8f8f13c830c7e59f3146489be59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5088150c2e77cf36","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5088150c2e77cf36","status":"passed","time":{"start":1724922778324,"stop":1724922778324,"duration":0}},{"uid":"a439944ae5b0e411","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a439944ae5b0e411","status":"passed","time":{"start":1724921497753,"stop":1724921497755,"duration":2}},{"uid":"5f6d98b70abc162c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5f6d98b70abc162c","status":"passed","time":{"start":1724921408408,"stop":1724921408409,"duration":1}},{"uid":"eb65d56676c006f1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eb65d56676c006f1","status":"passed","time":{"start":1724918086868,"stop":1724918086868,"duration":0}},{"uid":"670c1f552e4e47c6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/670c1f552e4e47c6","status":"passed","time":{"start":1724889892445,"stop":1724889892445,"duration":0}},{"uid":"a1ad483241f3cda6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a1ad483241f3cda6","status":"passed","time":{"start":1724888997214,"stop":1724888997214,"duration":0}},{"uid":"90301e43b9fad810","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/90301e43b9fad810","status":"passed","time":{"start":1724888159487,"stop":1724888159487,"duration":0}},{"uid":"ec6cc06086d338f0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ec6cc06086d338f0","status":"passed","time":{"start":1724886937289,"stop":1724886937290,"duration":1}},{"uid":"4d0af9354f4ec36a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4d0af9354f4ec36a","status":"passed","time":{"start":1724886709797,"stop":1724886709797,"duration":0}},{"uid":"156931dcf5964855","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/156931dcf5964855","status":"passed","time":{"start":1724862123535,"stop":1724862123536,"duration":1}},{"uid":"90af9df58022c79d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/90af9df58022c79d","status":"passed","time":{"start":1724861620102,"stop":1724861620102,"duration":0}},{"uid":"4fd57e8bf3456071","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4fd57e8bf3456071","status":"passed","time":{"start":1724861460238,"stop":1724861460241,"duration":3}},{"uid":"34a06545e4a08878","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/34a06545e4a08878","status":"passed","time":{"start":1724861330170,"stop":1724861330170,"duration":0}}]},"14fddfd9cbeef4b361010968e3dedef2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"63ca00ab35f49ea3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/63ca00ab35f49ea3","status":"passed","time":{"start":1724886884588,"stop":1724886884588,"duration":0}}]},"4516e31462507870186c9fbd4aef885c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"31e9647c8db518d4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/31e9647c8db518d4","status":"passed","time":{"start":1724922891490,"stop":1724922891491,"duration":1}},{"uid":"96375094dcc5371b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/96375094dcc5371b","status":"passed","time":{"start":1724921563019,"stop":1724921563019,"duration":0}},{"uid":"9b3185d5a296bf55","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9b3185d5a296bf55","status":"passed","time":{"start":1724921526815,"stop":1724921526815,"duration":0}},{"uid":"a08a80ed0bceebc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a08a80ed0bceebc","status":"passed","time":{"start":1724918239947,"stop":1724918239948,"duration":1}},{"uid":"5e83767c58d82798","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5e83767c58d82798","status":"passed","time":{"start":1724889980918,"stop":1724889980919,"duration":1}},{"uid":"695ffd74721e72aa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/695ffd74721e72aa","status":"passed","time":{"start":1724889109973,"stop":1724889109974,"duration":1}},{"uid":"f02bcb04d1ea3b22","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f02bcb04d1ea3b22","status":"passed","time":{"start":1724888294724,"stop":1724888294725,"duration":1}},{"uid":"30a4a06573d0fdd0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/30a4a06573d0fdd0","status":"passed","time":{"start":1724887071743,"stop":1724887071743,"duration":0}},{"uid":"fa967220b07c0cc7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fa967220b07c0cc7","status":"passed","time":{"start":1724886848348,"stop":1724886848348,"duration":0}},{"uid":"2336d5254826f470","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2336d5254826f470","status":"passed","time":{"start":1724862259256,"stop":1724862259256,"duration":0}},{"uid":"968564dbd2eed7df","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/968564dbd2eed7df","status":"passed","time":{"start":1724861735331,"stop":1724861735331,"duration":0}},{"uid":"f86dab3bde24b557","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f86dab3bde24b557","status":"passed","time":{"start":1724861606351,"stop":1724861606351,"duration":0}},{"uid":"100159793340f120","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/100159793340f120","status":"passed","time":{"start":1724861426690,"stop":1724861426690,"duration":0}}]},"0f19ebac35e83959b447dde1dc01d9b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"384621b5b63244fb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/384621b5b63244fb","status":"passed","time":{"start":1724922921463,"stop":1724922921463,"duration":0}},{"uid":"9d095f336f0b48e1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9d095f336f0b48e1","status":"passed","time":{"start":1724921602955,"stop":1724921602955,"duration":0}},{"uid":"8a7767e102dfbfc8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8a7767e102dfbfc8","status":"passed","time":{"start":1724921571098,"stop":1724921571099,"duration":1}},{"uid":"570e66e4347c2b3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/570e66e4347c2b3","status":"passed","time":{"start":1724918285592,"stop":1724918285592,"duration":0}},{"uid":"2ff759a279dfa17c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ff759a279dfa17c","status":"passed","time":{"start":1724890030092,"stop":1724890030092,"duration":0}},{"uid":"c4ae572692542ea5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4ae572692542ea5","status":"passed","time":{"start":1724889171910,"stop":1724889171911,"duration":1}},{"uid":"87de9615d2c5ecb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/87de9615d2c5ecb","status":"passed","time":{"start":1724888350723,"stop":1724888350724,"duration":1}},{"uid":"83d1728bfce45a03","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/83d1728bfce45a03","status":"passed","time":{"start":1724887115410,"stop":1724887115410,"duration":0}},{"uid":"8b7ea5d143101880","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8b7ea5d143101880","status":"passed","time":{"start":1724886884577,"stop":1724886884578,"duration":1}},{"uid":"c4e1f411f86e8b45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c4e1f411f86e8b45","status":"passed","time":{"start":1724862322259,"stop":1724862322259,"duration":0}},{"uid":"640f653aca9d479d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/640f653aca9d479d","status":"passed","time":{"start":1724861790753,"stop":1724861790753,"duration":0}},{"uid":"7d35d7506f2eb4f7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7d35d7506f2eb4f7","status":"passed","time":{"start":1724861628422,"stop":1724861628422,"duration":0}},{"uid":"bcbea6a49a1c4590","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bcbea6a49a1c4590","status":"passed","time":{"start":1724861465626,"stop":1724861465627,"duration":1}}]},"a773da9ab13b0ba52b267b159cdf55b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1688fece7bf8b1f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1688fece7bf8b1f","status":"passed","time":{"start":1724922611442,"stop":1724922611443,"duration":1}},{"uid":"44fbd564f2b07ebb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/44fbd564f2b07ebb","status":"passed","time":{"start":1724921270366,"stop":1724921270366,"duration":0}},{"uid":"a0c5e5f70b2856e5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a0c5e5f70b2856e5","status":"passed","time":{"start":1724921247828,"stop":1724921247828,"duration":0}},{"uid":"368b555b5e7cb89e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/368b555b5e7cb89e","status":"passed","time":{"start":1724917989828,"stop":1724917989828,"duration":0}},{"uid":"549c59e5c3930401","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/549c59e5c3930401","status":"passed","time":{"start":1724889678570,"stop":1724889678578,"duration":8}},{"uid":"b88c9262e7a49cb5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b88c9262e7a49cb5","status":"passed","time":{"start":1724888829851,"stop":1724888829852,"duration":1}},{"uid":"ac0b821c3dcaef81","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ac0b821c3dcaef81","status":"passed","time":{"start":1724888077018,"stop":1724888077019,"duration":1}},{"uid":"eefb7ba2bccf496c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eefb7ba2bccf496c","status":"passed","time":{"start":1724886851132,"stop":1724886851132,"duration":0}},{"uid":"b78d3fb54cb0ee77","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b78d3fb54cb0ee77","status":"passed","time":{"start":1724886647125,"stop":1724886647126,"duration":1}},{"uid":"d97d5b2e5144dfcf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d97d5b2e5144dfcf","status":"passed","time":{"start":1724861992718,"stop":1724861992718,"duration":0}},{"uid":"6c91e64693c23f51","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6c91e64693c23f51","status":"passed","time":{"start":1724861469650,"stop":1724861469651,"duration":1}},{"uid":"ff693bcfe617b48f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ff693bcfe617b48f","status":"passed","time":{"start":1724861284872,"stop":1724861284872,"duration":0}},{"uid":"56d861058a7d3298","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/56d861058a7d3298","status":"passed","time":{"start":1724861145823,"stop":1724861145823,"duration":0}}]},"61e0bc5eb99c345d7e23841af7aef6cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7464a1f506d9d5c0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7464a1f506d9d5c0","status":"passed","time":{"start":1724922865535,"stop":1724922865536,"duration":1}},{"uid":"97acc56c2b9169f8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/97acc56c2b9169f8","status":"passed","time":{"start":1724921583486,"stop":1724921583487,"duration":1}},{"uid":"a787ccc195852aa3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a787ccc195852aa3","status":"passed","time":{"start":1724921494521,"stop":1724921494521,"duration":0}},{"uid":"11a55674830232b3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/11a55674830232b3","status":"passed","time":{"start":1724918216286,"stop":1724918216287,"duration":1}},{"uid":"76a17b0faaf4b7c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/76a17b0faaf4b7c7","status":"passed","time":{"start":1724889979498,"stop":1724889979498,"duration":0}},{"uid":"1826f99a354d3f60","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1826f99a354d3f60","status":"passed","time":{"start":1724889083635,"stop":1724889083636,"duration":1}},{"uid":"f44caf51c708f476","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f44caf51c708f476","status":"passed","time":{"start":1724888284640,"stop":1724888284641,"duration":1}},{"uid":"6a190b1469bd46b1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a190b1469bd46b1","status":"passed","time":{"start":1724887046097,"stop":1724887046097,"duration":0}},{"uid":"236f9dccd7f12190","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/236f9dccd7f12190","status":"passed","time":{"start":1724886828838,"stop":1724886828838,"duration":0}},{"uid":"c5205acd778894a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5205acd778894a6","status":"passed","time":{"start":1724862236790,"stop":1724862236791,"duration":1}},{"uid":"c98a9c01693c5b10","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c98a9c01693c5b10","status":"passed","time":{"start":1724861713625,"stop":1724861713626,"duration":1}},{"uid":"45f40035697f8714","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/45f40035697f8714","status":"passed","time":{"start":1724861586770,"stop":1724861586771,"duration":1}},{"uid":"1adc2d446c9e3dcd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1adc2d446c9e3dcd","status":"passed","time":{"start":1724861418249,"stop":1724861418249,"duration":0}}]},"eb36f6cc70499b2e62d28217a2a5914e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"13aaa21c59734b2d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/13aaa21c59734b2d","status":"passed","time":{"start":1724887127874,"stop":1724887127874,"duration":0}}]},"6344e52764ea46e6f6ed14e26357b30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"2834995d6314f117","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2834995d6314f117","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922601858,"stop":1724922601858,"duration":0}},{"uid":"82819bbec65135e5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/82819bbec65135e5","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921267898,"stop":1724921267899,"duration":1}},{"uid":"a3f3ec95a82b3841","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a3f3ec95a82b3841","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921244400,"stop":1724921244400,"duration":0}},{"uid":"abeaf24d9e974d5c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/abeaf24d9e974d5c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724917916064,"stop":1724917916064,"duration":0}},{"uid":"ee16456a2bb0e550","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ee16456a2bb0e550","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889678262,"stop":1724889678262,"duration":0}},{"uid":"3d644f6960326b05","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3d644f6960326b05","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888831692,"stop":1724888831692,"duration":0}},{"uid":"4852353aeaa2a559","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4852353aeaa2a559","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888003326,"stop":1724888003326,"duration":0}},{"uid":"191cccda398fc74b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/191cccda398fc74b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886776616,"stop":1724886776616,"duration":0}},{"uid":"e48788639d1115ce","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e48788639d1115ce","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886555804,"stop":1724886555804,"duration":0}},{"uid":"6a2661ffa614c84e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6a2661ffa614c84e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861983017,"stop":1724861983017,"duration":0}},{"uid":"6a22868a7160d956","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6a22868a7160d956","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861444073,"stop":1724861444073,"duration":0}},{"uid":"3991a5c2ba3d1e45","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3991a5c2ba3d1e45","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861285842,"stop":1724861285842,"duration":0}},{"uid":"99077c3099fcc5de","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/99077c3099fcc5de","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861145678,"stop":1724861145678,"duration":0}}]},"c722ce8a7dba0f2b03f0e99d583ec496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"35d8c61d65084210","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/35d8c61d65084210","status":"passed","time":{"start":1724923012460,"stop":1724923012461,"duration":1}},{"uid":"46c57d660721af48","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/46c57d660721af48","status":"passed","time":{"start":1724921625039,"stop":1724921625040,"duration":1}},{"uid":"fc8967698743cecf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fc8967698743cecf","status":"passed","time":{"start":1724921590484,"stop":1724921590484,"duration":0}},{"uid":"78b0e337864425c4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/78b0e337864425c4","status":"passed","time":{"start":1724918287560,"stop":1724918287561,"duration":1}},{"uid":"4223e33b6571c828","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4223e33b6571c828","status":"passed","time":{"start":1724890047784,"stop":1724890047784,"duration":0}},{"uid":"96b8d559447da463","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/96b8d559447da463","status":"passed","time":{"start":1724889183916,"stop":1724889183916,"duration":0}},{"uid":"841ae8e05c4f52f4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/841ae8e05c4f52f4","status":"passed","time":{"start":1724888354161,"stop":1724888354161,"duration":0}},{"uid":"64f42ecbd26126cc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/64f42ecbd26126cc","status":"passed","time":{"start":1724887145652,"stop":1724887145652,"duration":0}},{"uid":"a561aa7a29d81249","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a561aa7a29d81249","status":"passed","time":{"start":1724886915778,"stop":1724886915780,"duration":2}},{"uid":"aef1579f6a254c82","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aef1579f6a254c82","status":"passed","time":{"start":1724862341433,"stop":1724862341433,"duration":0}},{"uid":"c9ccd65779d36f31","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c9ccd65779d36f31","status":"passed","time":{"start":1724861805436,"stop":1724861805437,"duration":1}},{"uid":"8965edab974a3aa2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8965edab974a3aa2","status":"passed","time":{"start":1724861662244,"stop":1724861662249,"duration":5}},{"uid":"a33b6d82327ae95","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a33b6d82327ae95","status":"passed","time":{"start":1724861492504,"stop":1724861492505,"duration":1}}]},"b599654895491b21ff1876c821de2afd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7efcefdf6a98f52","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7efcefdf6a98f52","status":"passed","time":{"start":1724922374449,"stop":1724922374449,"duration":0}},{"uid":"5612bdfac6133a49","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5612bdfac6133a49","status":"passed","time":{"start":1724921037311,"stop":1724921037311,"duration":0}},{"uid":"c238bbef0782757d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c238bbef0782757d","status":"passed","time":{"start":1724921012634,"stop":1724921012635,"duration":1}},{"uid":"8b4cb99e86a287ca","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8b4cb99e86a287ca","status":"passed","time":{"start":1724917673037,"stop":1724917673037,"duration":0}},{"uid":"a82fbafc4d14527b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a82fbafc4d14527b","status":"passed","time":{"start":1724889452004,"stop":1724889452005,"duration":1}},{"uid":"dff39e1dfbad5332","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dff39e1dfbad5332","status":"passed","time":{"start":1724888602562,"stop":1724888602562,"duration":0}},{"uid":"3ef3cf9c3abafa55","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3ef3cf9c3abafa55","status":"passed","time":{"start":1724887758653,"stop":1724887758653,"duration":0}},{"uid":"e76716b064c884b5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e76716b064c884b5","status":"passed","time":{"start":1724886525163,"stop":1724886525163,"duration":0}},{"uid":"69e6c0c0011b36e9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/69e6c0c0011b36e9","status":"passed","time":{"start":1724886303125,"stop":1724886303126,"duration":1}},{"uid":"e4e8646f06b2f8bb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e4e8646f06b2f8bb","status":"passed","time":{"start":1724861751531,"stop":1724861751532,"duration":1}},{"uid":"20b8f29963c73778","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/20b8f29963c73778","status":"passed","time":{"start":1724861222812,"stop":1724861222812,"duration":0}},{"uid":"f6146caf240ae34f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f6146caf240ae34f","status":"passed","time":{"start":1724861044783,"stop":1724861044784,"duration":1}},{"uid":"21d6377a67baa185","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/21d6377a67baa185","status":"passed","time":{"start":1724860906653,"stop":1724860906654,"duration":1}}]},"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9bfe15b8a611ee21","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9bfe15b8a611ee21","status":"passed","time":{"start":1724922383093,"stop":1724922383093,"duration":0}},{"uid":"548e272a87163904","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/548e272a87163904","status":"passed","time":{"start":1724921046209,"stop":1724921046210,"duration":1}},{"uid":"ed3f25cdc03b68b2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ed3f25cdc03b68b2","status":"passed","time":{"start":1724921021481,"stop":1724921021481,"duration":0}},{"uid":"93074ed29ba616d2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/93074ed29ba616d2","status":"passed","time":{"start":1724917681729,"stop":1724917681729,"duration":0}},{"uid":"b2fdb9bfd83c01e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b2fdb9bfd83c01e8","status":"passed","time":{"start":1724889460657,"stop":1724889460657,"duration":0}},{"uid":"a12e8a5bf9a147a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a12e8a5bf9a147a1","status":"passed","time":{"start":1724888611300,"stop":1724888611300,"duration":0}},{"uid":"22182463141d9d06","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/22182463141d9d06","status":"passed","time":{"start":1724887767625,"stop":1724887767625,"duration":0}},{"uid":"66ca2153a3f6bb52","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/66ca2153a3f6bb52","status":"passed","time":{"start":1724886533996,"stop":1724886533996,"duration":0}},{"uid":"21139a190327bcc0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/21139a190327bcc0","status":"passed","time":{"start":1724886311763,"stop":1724886311763,"duration":0}},{"uid":"b3f57057b6db086f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b3f57057b6db086f","status":"passed","time":{"start":1724861760781,"stop":1724861760781,"duration":0}},{"uid":"39c2783cde3548db","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/39c2783cde3548db","status":"passed","time":{"start":1724861231739,"stop":1724861231739,"duration":0}},{"uid":"56ec2db8e9b4dd93","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/56ec2db8e9b4dd93","status":"passed","time":{"start":1724861054262,"stop":1724861054262,"duration":0}},{"uid":"bf14fddd4fbf6d60","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bf14fddd4fbf6d60","status":"passed","time":{"start":1724860915819,"stop":1724860915819,"duration":0}}]},"1df49fa066e5164894f9633325ea9d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"123ae2191f1afaa6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/123ae2191f1afaa6","status":"passed","time":{"start":1724862262050,"stop":1724862262050,"duration":0}}]},"cdea5a495f7cc7dc4da8979e4672c3cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b36c722cb031b7d5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b36c722cb031b7d5","status":"passed","time":{"start":1724922946243,"stop":1724922946243,"duration":0}},{"uid":"a2412a2a27e99c44","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a2412a2a27e99c44","status":"passed","time":{"start":1724921619640,"stop":1724921619640,"duration":0}},{"uid":"c61c9aa3d83068d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c61c9aa3d83068d","status":"passed","time":{"start":1724921577172,"stop":1724921577172,"duration":0}},{"uid":"a72c00eff502f8a7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a72c00eff502f8a7","status":"passed","time":{"start":1724918298103,"stop":1724918298104,"duration":1}},{"uid":"d146c7a21dc6e4ff","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d146c7a21dc6e4ff","status":"passed","time":{"start":1724890039749,"stop":1724890039750,"duration":1}},{"uid":"e8405576a7b4e05a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e8405576a7b4e05a","status":"passed","time":{"start":1724889169856,"stop":1724889169857,"duration":1}},{"uid":"945abd3deee1631","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/945abd3deee1631","status":"passed","time":{"start":1724888345356,"stop":1724888345357,"duration":1}},{"uid":"8404d22b16f7b9e9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8404d22b16f7b9e9","status":"passed","time":{"start":1724887127883,"stop":1724887127886,"duration":3}},{"uid":"c827cbdb8082d271","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c827cbdb8082d271","status":"passed","time":{"start":1724886906387,"stop":1724886906387,"duration":0}},{"uid":"e2d3ddaae07cc1b5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e2d3ddaae07cc1b5","status":"passed","time":{"start":1724862320149,"stop":1724862320149,"duration":0}},{"uid":"5af33ddfd3d10be7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5af33ddfd3d10be7","status":"passed","time":{"start":1724861800260,"stop":1724861800260,"duration":0}},{"uid":"6adbb003a57bfcc3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6adbb003a57bfcc3","status":"passed","time":{"start":1724861655175,"stop":1724861655176,"duration":1}},{"uid":"82e4fee8db7c641a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/82e4fee8db7c641a","status":"passed","time":{"start":1724861485085,"stop":1724861485085,"duration":0}}]},"253797fcb45741084187d4e600a0c7ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ce35bf1c2f9571ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ce35bf1c2f9571ea","status":"passed","time":{"start":1724888345352,"stop":1724888345353,"duration":1}}]},"52c30f3cc1da5fdc37b9b464d2ed157f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"24110eec20e0a23e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/24110eec20e0a23e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922439103,"stop":1724922439103,"duration":0}},{"uid":"3c7d17c1eb4ecf89","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3c7d17c1eb4ecf89","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921098922,"stop":1724921098922,"duration":0}},{"uid":"27cefbd9e3a1c4a3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/27cefbd9e3a1c4a3","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921073401,"stop":1724921073401,"duration":0}},{"uid":"22aa603160dfe995","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/22aa603160dfe995","status":"skipped","statusDetails":"Test ignored","time":{"start":1724917744665,"stop":1724917744665,"duration":0}},{"uid":"97f89de837cd437b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97f89de837cd437b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889518046,"stop":1724889518046,"duration":0}},{"uid":"498250d5002aff2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/498250d5002aff2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888665807,"stop":1724888665807,"duration":0}},{"uid":"5aab6e6ac3ff4b53","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5aab6e6ac3ff4b53","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887821954,"stop":1724887821955,"duration":1}},{"uid":"b041957eb2139df4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b041957eb2139df4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886586928,"stop":1724886586928,"duration":0}},{"uid":"cbbeb2799a134b25","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cbbeb2799a134b25","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886375239,"stop":1724886375240,"duration":1}},{"uid":"cd60d34703d6806c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd60d34703d6806c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861815219,"stop":1724861815219,"duration":0}},{"uid":"8f86c1a1303ddace","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8f86c1a1303ddace","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861291724,"stop":1724861291726,"duration":2}},{"uid":"4c12f9d13644fad2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4c12f9d13644fad2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861109881,"stop":1724861109882,"duration":1}},{"uid":"f49ea95b8d9d3e2a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f49ea95b8d9d3e2a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724860972345,"stop":1724860972345,"duration":0}}]},"02e9129cb9b3cf151c39c97146218ddc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"80983a844d13b76e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/80983a844d13b76e","status":"passed","time":{"start":1724888336460,"stop":1724888336460,"duration":0}}]},"6dc4f4a64d88ecc459576211af44c9c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e3f037eb673afde6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e3f037eb673afde6","status":"passed","time":{"start":1724887092628,"stop":1724887092629,"duration":1}}]},"88357b028eb75ad4f1e85c2daedfdd05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70b687596ddfa70a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/70b687596ddfa70a","status":"passed","time":{"start":1724918298098,"stop":1724918298098,"duration":0}}]},"09cd9d8ba42e553ba8f482285cb3d0d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"55cc3a6a3754d117","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/55cc3a6a3754d117","status":"passed","time":{"start":1724921244372,"stop":1724921244376,"duration":4}}]},"73ac7999decb7c5dfdb67b5f2d1717af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a981a67edf27a367","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a981a67edf27a367","status":"passed","time":{"start":1724887068230,"stop":1724887068231,"duration":1}}]},"1221fb8af55fad77bfb8bb923c0d373d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e8eeb06e7829ff4a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e8eeb06e7829ff4a","status":"passed","time":{"start":1724887127882,"stop":1724887127882,"duration":0}}]},"30ea5a343565c1efca5d550cb47221e8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6effd5557ac8c80d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6effd5557ac8c80d","status":"passed","time":{"start":1724886880630,"stop":1724886880630,"duration":0}}]},"dbd5d5949b41e11b1c4bc7d81adefec6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3967a91bdaaa4572","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3967a91bdaaa4572","status":"passed","time":{"start":1724921619639,"stop":1724921619640,"duration":1}}]},"46e4002ab33549762a5184ba52857e96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a6ef23539bb31a92","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a6ef23539bb31a92","status":"passed","time":{"start":1724922845262,"stop":1724922845263,"duration":1}},{"uid":"3fab53b05e85a6ca","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3fab53b05e85a6ca","status":"passed","time":{"start":1724921515254,"stop":1724921515255,"duration":1}},{"uid":"9c0de0997b170cc3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9c0de0997b170cc3","status":"passed","time":{"start":1724921475503,"stop":1724921475504,"duration":1}},{"uid":"2b6d66148f0cb7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2b6d66148f0cb7","status":"passed","time":{"start":1724918179418,"stop":1724918179435,"duration":17}},{"uid":"19c185567cce49ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/19c185567cce49ee","status":"passed","time":{"start":1724889935352,"stop":1724889935352,"duration":0}},{"uid":"58dffcf18408327a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/58dffcf18408327a","status":"passed","time":{"start":1724889072768,"stop":1724889072768,"duration":0}},{"uid":"c2384eff4d2fe93b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c2384eff4d2fe93b","status":"passed","time":{"start":1724888232428,"stop":1724888232428,"duration":0}},{"uid":"3b670483e5f92748","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3b670483e5f92748","status":"passed","time":{"start":1724887018316,"stop":1724887018316,"duration":0}},{"uid":"4176938725b2aa74","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4176938725b2aa74","status":"passed","time":{"start":1724886781504,"stop":1724886781505,"duration":1}},{"uid":"e441bfa59c8fca40","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e441bfa59c8fca40","status":"passed","time":{"start":1724862213684,"stop":1724862213685,"duration":1}},{"uid":"f2fccd686e770b6a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f2fccd686e770b6a","status":"passed","time":{"start":1724861685885,"stop":1724861685885,"duration":0}},{"uid":"47397297629d7e5d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/47397297629d7e5d","status":"passed","time":{"start":1724861546211,"stop":1724861546212,"duration":1}},{"uid":"ceb4d0fc86b77037","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ceb4d0fc86b77037","status":"passed","time":{"start":1724861378126,"stop":1724861378126,"duration":0}}]},"45666448c14c8261025304f4a13398f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aac7c838b8553141","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/aac7c838b8553141","status":"passed","time":{"start":1724918203695,"stop":1724918203696,"duration":1}}]},"54384bebf04ae4841c112fac145c4c83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e112fbb60fc82193","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e112fbb60fc82193","status":"passed","time":{"start":1724922499927,"stop":1724922499928,"duration":1}},{"uid":"d1997c55de9fc524","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d1997c55de9fc524","status":"passed","time":{"start":1724921158276,"stop":1724921158277,"duration":1}},{"uid":"9f0181838cf08887","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9f0181838cf08887","status":"passed","time":{"start":1724921130071,"stop":1724921130072,"duration":1}},{"uid":"8e4914a98576fbe5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8e4914a98576fbe5","status":"passed","time":{"start":1724917796888,"stop":1724917796889,"duration":1}},{"uid":"99cf75dbe48accba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/99cf75dbe48accba","status":"passed","time":{"start":1724889579990,"stop":1724889579992,"duration":2}},{"uid":"fffb84206726fcf3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fffb84206726fcf3","status":"passed","time":{"start":1724888730125,"stop":1724888730126,"duration":1}},{"uid":"9ce666e2a43b8e88","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9ce666e2a43b8e88","status":"passed","time":{"start":1724887883924,"stop":1724887883925,"duration":1}},{"uid":"f46bf05e919323a6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f46bf05e919323a6","status":"passed","time":{"start":1724886651242,"stop":1724886651243,"duration":1}},{"uid":"9436c27f1fed5f91","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9436c27f1fed5f91","status":"passed","time":{"start":1724886430260,"stop":1724886430261,"duration":1}},{"uid":"7a8e1c9145488f01","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7a8e1c9145488f01","status":"passed","time":{"start":1724861879165,"stop":1724861879166,"duration":1}},{"uid":"3741003d7fd7d0f2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3741003d7fd7d0f2","status":"passed","time":{"start":1724861345735,"stop":1724861345735,"duration":0}},{"uid":"514ab46cbbe37b60","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/514ab46cbbe37b60","status":"passed","time":{"start":1724861186692,"stop":1724861186692,"duration":0}},{"uid":"11d1848fcd03d97c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/11d1848fcd03d97c","status":"passed","time":{"start":1724861034861,"stop":1724861034862,"duration":1}}]},"cd8bb61f11cc9ea00b1f4254b7742bc9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd83539190c0181c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dd83539190c0181c","status":"passed","time":{"start":1724862320143,"stop":1724862320143,"duration":0}}]},"b08068a9b03559ce890ac01ffeb86082:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c8ebf5fb4bd2fbc5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c8ebf5fb4bd2fbc5","status":"passed","time":{"start":1724922845233,"stop":1724922845233,"duration":0}},{"uid":"c256437b5260ae55","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c256437b5260ae55","status":"passed","time":{"start":1724921515219,"stop":1724921515219,"duration":0}},{"uid":"3f51faff4febfa7a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3f51faff4febfa7a","status":"passed","time":{"start":1724921475436,"stop":1724921475437,"duration":1}},{"uid":"aab7a5f16c80980e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/aab7a5f16c80980e","status":"passed","time":{"start":1724918179376,"stop":1724918179377,"duration":1}},{"uid":"61d8e08676aa3250","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/61d8e08676aa3250","status":"passed","time":{"start":1724889935333,"stop":1724889935333,"duration":0}},{"uid":"20129f55c2b2efe6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/20129f55c2b2efe6","status":"passed","time":{"start":1724889072745,"stop":1724889072745,"duration":0}},{"uid":"1472e3eb16c5291b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1472e3eb16c5291b","status":"passed","time":{"start":1724888232407,"stop":1724888232407,"duration":0}},{"uid":"7af7c3192bfb7408","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7af7c3192bfb7408","status":"passed","time":{"start":1724887018287,"stop":1724887018287,"duration":0}},{"uid":"1a16bba90cae145e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1a16bba90cae145e","status":"passed","time":{"start":1724886781472,"stop":1724886781472,"duration":0}},{"uid":"cc910f1a03fc5acf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc910f1a03fc5acf","status":"passed","time":{"start":1724862213654,"stop":1724862213655,"duration":1}},{"uid":"4c9c11d443f2a088","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4c9c11d443f2a088","status":"passed","time":{"start":1724861685847,"stop":1724861685848,"duration":1}},{"uid":"92feeda19b933331","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/92feeda19b933331","status":"passed","time":{"start":1724861546162,"stop":1724861546162,"duration":0}},{"uid":"26d999eec9dc5ccb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/26d999eec9dc5ccb","status":"passed","time":{"start":1724861378102,"stop":1724861378103,"duration":1}}]},"f83b5e91299b47f609d392e5a1fc737e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8dd442e5ad56f0bf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8dd442e5ad56f0bf","status":"passed","time":{"start":1724922921441,"stop":1724922921442,"duration":1}},{"uid":"3f451b723b2387ad","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3f451b723b2387ad","status":"passed","time":{"start":1724921602944,"stop":1724921602944,"duration":0}},{"uid":"40d9bcd3423800a9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/40d9bcd3423800a9","status":"passed","time":{"start":1724921571091,"stop":1724921571093,"duration":2}},{"uid":"263f44245a12c0cd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/263f44245a12c0cd","status":"passed","time":{"start":1724918285582,"stop":1724918285582,"duration":0}},{"uid":"17e99d0c67599b61","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/17e99d0c67599b61","status":"passed","time":{"start":1724890030086,"stop":1724890030087,"duration":1}},{"uid":"2ea1c68c9816a4bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ea1c68c9816a4bd","status":"passed","time":{"start":1724889171905,"stop":1724889171905,"duration":0}},{"uid":"832f372e96fbd363","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/832f372e96fbd363","status":"passed","time":{"start":1724888350718,"stop":1724888350718,"duration":0}},{"uid":"d6b599fadd547013","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d6b599fadd547013","status":"passed","time":{"start":1724887115403,"stop":1724887115403,"duration":0}},{"uid":"1e43dec46ecd74c4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1e43dec46ecd74c4","status":"passed","time":{"start":1724886884567,"stop":1724886884568,"duration":1}},{"uid":"a436269f384df287","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a436269f384df287","status":"passed","time":{"start":1724862322244,"stop":1724862322244,"duration":0}},{"uid":"e254298816510107","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e254298816510107","status":"passed","time":{"start":1724861790747,"stop":1724861790748,"duration":1}},{"uid":"2de2858d80f7fa6a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2de2858d80f7fa6a","status":"passed","time":{"start":1724861628416,"stop":1724861628417,"duration":1}},{"uid":"ce1f0ed43796b935","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ce1f0ed43796b935","status":"passed","time":{"start":1724861465619,"stop":1724861465619,"duration":0}}]},"a76ead29381dcdaff9c468c45a54849a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"76944968bcc34638","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/76944968bcc34638","status":"passed","time":{"start":1724922374683,"stop":1724922374683,"duration":0}},{"uid":"997580436d78ecb1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/997580436d78ecb1","status":"passed","time":{"start":1724921037643,"stop":1724921037644,"duration":1}},{"uid":"6e3574671fbe4e5f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6e3574671fbe4e5f","status":"passed","time":{"start":1724921013056,"stop":1724921013057,"duration":1}},{"uid":"6b1c23e2983f23a1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6b1c23e2983f23a1","status":"passed","time":{"start":1724917673298,"stop":1724917673298,"duration":0}},{"uid":"b2c71cb2e3059d14","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b2c71cb2e3059d14","status":"passed","time":{"start":1724889452317,"stop":1724889452318,"duration":1}},{"uid":"5749bb78f9984c52","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5749bb78f9984c52","status":"passed","time":{"start":1724888602849,"stop":1724888602849,"duration":0}},{"uid":"8b8747ed0715ae1d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8b8747ed0715ae1d","status":"passed","time":{"start":1724887759170,"stop":1724887759170,"duration":0}},{"uid":"5eeb2f14206c2692","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5eeb2f14206c2692","status":"passed","time":{"start":1724886525550,"stop":1724886525550,"duration":0}},{"uid":"bb9253dff19d7c4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bb9253dff19d7c4","status":"passed","time":{"start":1724886303404,"stop":1724886303404,"duration":0}},{"uid":"e4a1955986fdcad9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e4a1955986fdcad9","status":"passed","time":{"start":1724861752236,"stop":1724861752236,"duration":0}},{"uid":"a23f917e0d42ad83","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a23f917e0d42ad83","status":"passed","time":{"start":1724861223361,"stop":1724861223361,"duration":0}},{"uid":"62cbcb44c2fb4c5b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/62cbcb44c2fb4c5b","status":"passed","time":{"start":1724861045209,"stop":1724861045209,"duration":0}},{"uid":"2f3f920df37cf4f0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2f3f920df37cf4f0","status":"passed","time":{"start":1724860907092,"stop":1724860907092,"duration":0}}]},"1391b6b0ba4a849777922d1c0353736f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"11ff86f6482e0a19","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/11ff86f6482e0a19","status":"passed","time":{"start":1724922853916,"stop":1724922853916,"duration":0}},{"uid":"4b0c7e35cd764ab0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4b0c7e35cd764ab0","status":"passed","time":{"start":1724921529583,"stop":1724921529584,"duration":1}},{"uid":"7fbfc0acb94489a8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7fbfc0acb94489a8","status":"passed","time":{"start":1724921488879,"stop":1724921488879,"duration":0}},{"uid":"8447353e13eea0c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8447353e13eea0c","status":"passed","time":{"start":1724918203685,"stop":1724918203685,"duration":0}},{"uid":"b1dca81ed343d55a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1dca81ed343d55a","status":"passed","time":{"start":1724889938357,"stop":1724889938357,"duration":0}},{"uid":"521809881b0c1f12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/521809881b0c1f12","status":"passed","time":{"start":1724889077065,"stop":1724889077065,"duration":0}},{"uid":"28d953ba9c1b34bc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/28d953ba9c1b34bc","status":"passed","time":{"start":1724888268033,"stop":1724888268034,"duration":1}},{"uid":"c82ff9490f0dfb09","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c82ff9490f0dfb09","status":"passed","time":{"start":1724887032402,"stop":1724887032402,"duration":0}},{"uid":"9db5c88c5438f8f5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9db5c88c5438f8f5","status":"passed","time":{"start":1724886822814,"stop":1724886822814,"duration":0}},{"uid":"8c1f6d4f81095e0d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8c1f6d4f81095e0d","status":"passed","time":{"start":1724862233509,"stop":1724862233509,"duration":0}},{"uid":"2b63a6b4f7a9fadd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2b63a6b4f7a9fadd","status":"passed","time":{"start":1724861712669,"stop":1724861712669,"duration":0}},{"uid":"79d7ac7324873e20","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/79d7ac7324873e20","status":"passed","time":{"start":1724861567888,"stop":1724861567888,"duration":0}},{"uid":"3cfa175ad1213d76","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3cfa175ad1213d76","status":"passed","time":{"start":1724861392053,"stop":1724861392054,"duration":1}}]},"01e5d721be51e34e17ed69fd77982662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"44f7ae3aefe8ea14","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/44f7ae3aefe8ea14","status":"passed","time":{"start":1724922845253,"stop":1724922845254,"duration":1}},{"uid":"a14d6a33ee0bf861","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a14d6a33ee0bf861","status":"passed","time":{"start":1724921515235,"stop":1724921515236,"duration":1}},{"uid":"a100d912889cfdb1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a100d912889cfdb1","status":"passed","time":{"start":1724921475467,"stop":1724921475467,"duration":0}},{"uid":"7087faf394315dd2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7087faf394315dd2","status":"passed","time":{"start":1724918179408,"stop":1724918179408,"duration":0}},{"uid":"183f63f5cefc6f18","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/183f63f5cefc6f18","status":"passed","time":{"start":1724889935347,"stop":1724889935347,"duration":0}},{"uid":"e92600f06138c49","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e92600f06138c49","status":"passed","time":{"start":1724889072761,"stop":1724889072762,"duration":1}},{"uid":"b8ff807d0eb87455","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b8ff807d0eb87455","status":"passed","time":{"start":1724888232422,"stop":1724888232423,"duration":1}},{"uid":"980db18a802d160","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/980db18a802d160","status":"passed","time":{"start":1724887018309,"stop":1724887018310,"duration":1}},{"uid":"8633370b895c357","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8633370b895c357","status":"passed","time":{"start":1724886781488,"stop":1724886781489,"duration":1}},{"uid":"4c5a7fcfa369c4c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4c5a7fcfa369c4c9","status":"passed","time":{"start":1724862213670,"stop":1724862213670,"duration":0}},{"uid":"e3e7d8d2ba040189","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e3e7d8d2ba040189","status":"passed","time":{"start":1724861685864,"stop":1724861685865,"duration":1}},{"uid":"9d8ed2d03cf53a7b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9d8ed2d03cf53a7b","status":"passed","time":{"start":1724861546197,"stop":1724861546198,"duration":1}},{"uid":"c1da552d5311e8c7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c1da552d5311e8c7","status":"passed","time":{"start":1724861378119,"stop":1724861378119,"duration":0}}]},"2557ec157df35bf6d707685321bea72f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"285ae503ceb67978","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/285ae503ceb67978","status":"passed","time":{"start":1724922778325,"stop":1724922778326,"duration":1}},{"uid":"70032703f5dbaf2a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/70032703f5dbaf2a","status":"passed","time":{"start":1724921497756,"stop":1724921497756,"duration":0}},{"uid":"93c0b6dd0b0f60d7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/93c0b6dd0b0f60d7","status":"passed","time":{"start":1724921408410,"stop":1724921408411,"duration":1}},{"uid":"f174adbc9b9e160d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f174adbc9b9e160d","status":"passed","time":{"start":1724918086869,"stop":1724918086869,"duration":0}},{"uid":"1edbee21234227c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1edbee21234227c7","status":"passed","time":{"start":1724889892446,"stop":1724889892446,"duration":0}},{"uid":"1841e6fb53cf77fe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1841e6fb53cf77fe","status":"passed","time":{"start":1724888997215,"stop":1724888997215,"duration":0}},{"uid":"285587b7b9b0ae6c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/285587b7b9b0ae6c","status":"passed","time":{"start":1724888159488,"stop":1724888159489,"duration":1}},{"uid":"e8c62849e37aa2de","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e8c62849e37aa2de","status":"passed","time":{"start":1724886937293,"stop":1724886937293,"duration":0}},{"uid":"afd2ec6087fe74dd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/afd2ec6087fe74dd","status":"passed","time":{"start":1724886709799,"stop":1724886709802,"duration":3}},{"uid":"66c29a3a9b1a4e0a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/66c29a3a9b1a4e0a","status":"passed","time":{"start":1724862123536,"stop":1724862123537,"duration":1}},{"uid":"bafedb9de79f794","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bafedb9de79f794","status":"passed","time":{"start":1724861620103,"stop":1724861620104,"duration":1}},{"uid":"775a3499ca72f37a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/775a3499ca72f37a","status":"passed","time":{"start":1724861460246,"stop":1724861460248,"duration":2}},{"uid":"5b1153c3faa901f0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5b1153c3faa901f0","status":"passed","time":{"start":1724861330171,"stop":1724861330171,"duration":0}}]},"5cd99ced8ba50b2e9d376a549883204c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"db6835754611d1e0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/db6835754611d1e0","status":"passed","time":{"start":1724922374689,"stop":1724922374689,"duration":0}},{"uid":"225ee1841fcdf495","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/225ee1841fcdf495","status":"passed","time":{"start":1724921037650,"stop":1724921037650,"duration":0}},{"uid":"5a5809384bb69768","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5a5809384bb69768","status":"passed","time":{"start":1724921013063,"stop":1724921013063,"duration":0}},{"uid":"187964a3e403c790","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/187964a3e403c790","status":"passed","time":{"start":1724917673303,"stop":1724917673303,"duration":0}},{"uid":"e4c40ff069e83774","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e4c40ff069e83774","status":"passed","time":{"start":1724889452323,"stop":1724889452324,"duration":1}},{"uid":"bacc6724bd25a72f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bacc6724bd25a72f","status":"passed","time":{"start":1724888602855,"stop":1724888602856,"duration":1}},{"uid":"6dc62214ef839988","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6dc62214ef839988","status":"passed","time":{"start":1724887759176,"stop":1724887759176,"duration":0}},{"uid":"e2a64d237a06ea5e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e2a64d237a06ea5e","status":"passed","time":{"start":1724886525555,"stop":1724886525555,"duration":0}},{"uid":"881ef9f0df4d31ac","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/881ef9f0df4d31ac","status":"passed","time":{"start":1724886303410,"stop":1724886303410,"duration":0}},{"uid":"4205e793811e66f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4205e793811e66f","status":"passed","time":{"start":1724861752247,"stop":1724861752247,"duration":0}},{"uid":"52c40673a2949db0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/52c40673a2949db0","status":"passed","time":{"start":1724861223367,"stop":1724861223367,"duration":0}},{"uid":"156096df04e36ccc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/156096df04e36ccc","status":"passed","time":{"start":1724861045216,"stop":1724861045216,"duration":0}},{"uid":"8d2746c6d88b061c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8d2746c6d88b061c","status":"passed","time":{"start":1724860907101,"stop":1724860907101,"duration":0}}]},"01bfb94c22535ad53e83a0709b1063d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f77bddabecbd750a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f77bddabecbd750a","status":"passed","time":{"start":1724887092628,"stop":1724887092628,"duration":0}}]},"16fa9fb65d0b66151767c71b466c4e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2998f429bf114cc9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2998f429bf114cc9","status":"passed","time":{"start":1724887092629,"stop":1724887092630,"duration":1}}]},"9e48a36c3cc9812976e64b83ee210bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"99c03f6cf3637f20","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/99c03f6cf3637f20","status":"passed","time":{"start":1724922853913,"stop":1724922853914,"duration":1}},{"uid":"bcaf743eb0cc34b8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bcaf743eb0cc34b8","status":"passed","time":{"start":1724921529579,"stop":1724921529580,"duration":1}},{"uid":"3ad0be3b2edd8e21","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3ad0be3b2edd8e21","status":"passed","time":{"start":1724921488877,"stop":1724921488877,"duration":0}},{"uid":"d08807c2ec9e873d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d08807c2ec9e873d","status":"passed","time":{"start":1724918203678,"stop":1724918203678,"duration":0}},{"uid":"373624e6c0932976","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/373624e6c0932976","status":"passed","time":{"start":1724889938355,"stop":1724889938356,"duration":1}},{"uid":"725d550b00c18ed6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/725d550b00c18ed6","status":"passed","time":{"start":1724889077063,"stop":1724889077064,"duration":1}},{"uid":"4a8c1c1502c92faa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a8c1c1502c92faa","status":"passed","time":{"start":1724888268031,"stop":1724888268031,"duration":0}},{"uid":"b47577ab906a5042","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b47577ab906a5042","status":"passed","time":{"start":1724887032396,"stop":1724887032397,"duration":1}},{"uid":"5a75884f45c0c6d9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5a75884f45c0c6d9","status":"passed","time":{"start":1724886822789,"stop":1724886822789,"duration":0}},{"uid":"5a88ca5e341c3cba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5a88ca5e341c3cba","status":"passed","time":{"start":1724862233507,"stop":1724862233508,"duration":1}},{"uid":"d3a0d02c07db4b81","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d3a0d02c07db4b81","status":"passed","time":{"start":1724861712667,"stop":1724861712668,"duration":1}},{"uid":"83a42a42a469de4a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/83a42a42a469de4a","status":"passed","time":{"start":1724861567885,"stop":1724861567885,"duration":0}},{"uid":"a433cbc520cc8aac","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a433cbc520cc8aac","status":"passed","time":{"start":1724861392049,"stop":1724861392050,"duration":1}}]},"a999fa5513c28adc30fb234d16a62972:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d4e457df3d2257b1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d4e457df3d2257b1","status":"passed","time":{"start":1724922425597,"stop":1724922425598,"duration":1}},{"uid":"b73f8e7b202125ea","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b73f8e7b202125ea","status":"passed","time":{"start":1724921088194,"stop":1724921088196,"duration":2}},{"uid":"4236bab703d90a2a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4236bab703d90a2a","status":"passed","time":{"start":1724921063381,"stop":1724921063382,"duration":1}},{"uid":"add522ff4f3a73f7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/add522ff4f3a73f7","status":"passed","time":{"start":1724917723831,"stop":1724917723832,"duration":1}},{"uid":"2c97d23e3ce24920","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c97d23e3ce24920","status":"passed","time":{"start":1724889503226,"stop":1724889503226,"duration":0}},{"uid":"2d31dcf584b48bf3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d31dcf584b48bf3","status":"passed","time":{"start":1724888652593,"stop":1724888652593,"duration":0}},{"uid":"2622abfe6d9ddb23","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2622abfe6d9ddb23","status":"passed","time":{"start":1724887810647,"stop":1724887810648,"duration":1}},{"uid":"ee600f5d49925933","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ee600f5d49925933","status":"passed","time":{"start":1724886577066,"stop":1724886577070,"duration":4}},{"uid":"75cf5186d4df3fb5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/75cf5186d4df3fb5","status":"passed","time":{"start":1724886355050,"stop":1724886355050,"duration":0}},{"uid":"16842a087e661905","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/16842a087e661905","status":"passed","time":{"start":1724861804039,"stop":1724861804039,"duration":0}},{"uid":"8e423ea827ee7e23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8e423ea827ee7e23","status":"passed","time":{"start":1724861273295,"stop":1724861273296,"duration":1}},{"uid":"7967e2821a51e9d6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7967e2821a51e9d6","status":"passed","time":{"start":1724861099307,"stop":1724861099309,"duration":2}},{"uid":"272b460da3eed25d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/272b460da3eed25d","status":"passed","time":{"start":1724860959305,"stop":1724860959307,"duration":2}}]},"b1a8b6f30447116e333463c65f27f7d0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"113597f03f250bd5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/113597f03f250bd5","status":"passed","time":{"start":1724861475028,"stop":1724861475030,"duration":2}}]},"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"326bee9270ea3182","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/326bee9270ea3182","status":"passed","time":{"start":1724922383081,"stop":1724922383081,"duration":0}},{"uid":"3b32ca57e810ad27","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3b32ca57e810ad27","status":"passed","time":{"start":1724921046198,"stop":1724921046198,"duration":0}},{"uid":"e0ecef46a2eddfbc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e0ecef46a2eddfbc","status":"passed","time":{"start":1724921021468,"stop":1724921021468,"duration":0}},{"uid":"1d81d9a3839a7809","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1d81d9a3839a7809","status":"passed","time":{"start":1724917681717,"stop":1724917681717,"duration":0}},{"uid":"4404ee35c64869e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4404ee35c64869e","status":"passed","time":{"start":1724889460646,"stop":1724889460646,"duration":0}},{"uid":"234897641ecea4e6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/234897641ecea4e6","status":"passed","time":{"start":1724888611289,"stop":1724888611289,"duration":0}},{"uid":"90031927aabc3558","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/90031927aabc3558","status":"passed","time":{"start":1724887767614,"stop":1724887767614,"duration":0}},{"uid":"a0263ae26a3a2e2f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a0263ae26a3a2e2f","status":"passed","time":{"start":1724886533984,"stop":1724886533984,"duration":0}},{"uid":"49ba66f913fde684","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/49ba66f913fde684","status":"passed","time":{"start":1724886311751,"stop":1724886311752,"duration":1}},{"uid":"14c5dd5119ab4d11","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14c5dd5119ab4d11","status":"passed","time":{"start":1724861760767,"stop":1724861760768,"duration":1}},{"uid":"b7cf6b0a179ad258","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b7cf6b0a179ad258","status":"passed","time":{"start":1724861231727,"stop":1724861231728,"duration":1}},{"uid":"31810696655275db","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/31810696655275db","status":"passed","time":{"start":1724861054248,"stop":1724861054249,"duration":1}},{"uid":"aff7261f7f09a297","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/aff7261f7f09a297","status":"passed","time":{"start":1724860915807,"stop":1724860915807,"duration":0}}]},"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f87d6edbc4e62a8a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f87d6edbc4e62a8a","status":"passed","time":{"start":1724922635355,"stop":1724922635355,"duration":0}},{"uid":"d97a66eebd73c4d8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d97a66eebd73c4d8","status":"passed","time":{"start":1724921297009,"stop":1724921297010,"duration":1}},{"uid":"50dfce260710eed","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/50dfce260710eed","status":"passed","time":{"start":1724921276368,"stop":1724921276368,"duration":0}},{"uid":"58b652118ebe0d59","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/58b652118ebe0d59","status":"passed","time":{"start":1724917948325,"stop":1724917948326,"duration":1}},{"uid":"2bf31a2c555aac6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2bf31a2c555aac6","status":"passed","time":{"start":1724889729010,"stop":1724889729010,"duration":0}},{"uid":"171f153f46e04595","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/171f153f46e04595","status":"passed","time":{"start":1724888864954,"stop":1724888864954,"duration":0}},{"uid":"b486a82ce64f1db1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b486a82ce64f1db1","status":"passed","time":{"start":1724888053747,"stop":1724888053748,"duration":1}},{"uid":"33ec8f4d50b2cbf8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/33ec8f4d50b2cbf8","status":"passed","time":{"start":1724886811662,"stop":1724886811663,"duration":1}},{"uid":"81937267a63c5b48","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/81937267a63c5b48","status":"passed","time":{"start":1724886581005,"stop":1724886581005,"duration":0}},{"uid":"4cb286b479423e4d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4cb286b479423e4d","status":"passed","time":{"start":1724862019562,"stop":1724862019562,"duration":0}},{"uid":"d19350071d0fc015","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d19350071d0fc015","status":"passed","time":{"start":1724861493937,"stop":1724861493938,"duration":1}},{"uid":"c089c8217022a2e1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c089c8217022a2e1","status":"passed","time":{"start":1724861318032,"stop":1724861318033,"duration":1}},{"uid":"ebaef603b59bdac5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ebaef603b59bdac5","status":"passed","time":{"start":1724861178516,"stop":1724861178517,"duration":1}}]},"389d651cca3c08327c8ef1d4d963eb2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cfea0fd8d627baaf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cfea0fd8d627baaf","status":"passed","time":{"start":1724922771083,"stop":1724922771083,"duration":0}},{"uid":"becd39806a35b699","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/becd39806a35b699","status":"passed","time":{"start":1724921419682,"stop":1724921419683,"duration":1}},{"uid":"869e723ac2007830","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/869e723ac2007830","status":"passed","time":{"start":1724921400503,"stop":1724921400503,"duration":0}},{"uid":"e0aee514bd2831e2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e0aee514bd2831e2","status":"passed","time":{"start":1724918124176,"stop":1724918124176,"duration":0}},{"uid":"5c5fab66c8715138","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5c5fab66c8715138","status":"passed","time":{"start":1724889845313,"stop":1724889845313,"duration":0}},{"uid":"cf7dc4a2fccad4b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf7dc4a2fccad4b3","status":"passed","time":{"start":1724888978754,"stop":1724888978754,"duration":0}},{"uid":"68a9bbded0644eb1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/68a9bbded0644eb1","status":"passed","time":{"start":1724888199758,"stop":1724888199758,"duration":0}},{"uid":"ce7281d902b5d13a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ce7281d902b5d13a","status":"passed","time":{"start":1724886961475,"stop":1724886961476,"duration":1}},{"uid":"a8daafaa86bbe161","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a8daafaa86bbe161","status":"passed","time":{"start":1724886743395,"stop":1724886743396,"duration":1}},{"uid":"9699cd4001065e3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9699cd4001065e3e","status":"passed","time":{"start":1724862150656,"stop":1724862150657,"duration":1}},{"uid":"9d0ee57baf205e1a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9d0ee57baf205e1a","status":"passed","time":{"start":1724861627581,"stop":1724861627581,"duration":0}},{"uid":"429526f314b32096","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/429526f314b32096","status":"passed","time":{"start":1724861501071,"stop":1724861501071,"duration":0}},{"uid":"aaeb2d7a64d5fe26","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/aaeb2d7a64d5fe26","status":"passed","time":{"start":1724861297169,"stop":1724861297169,"duration":0}}]},"98e48fb9aa970bd6e47bf616cdd00261:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"89687fe50cdeab8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/89687fe50cdeab8","status":"passed","time":{"start":1724886781501,"stop":1724886781501,"duration":0}}]},"d90af7b37ad91eaa1456328004d8a3fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4a8974dcf88d7ce8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4a8974dcf88d7ce8","status":"passed","time":{"start":1724922921468,"stop":1724922921469,"duration":1}},{"uid":"2dd3224f8c1c5f9c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2dd3224f8c1c5f9c","status":"passed","time":{"start":1724921602960,"stop":1724921602960,"duration":0}},{"uid":"aa7fa65f556236a9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/aa7fa65f556236a9","status":"passed","time":{"start":1724921571103,"stop":1724921571103,"duration":0}},{"uid":"e47607c7277a4239","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e47607c7277a4239","status":"passed","time":{"start":1724918285607,"stop":1724918285607,"duration":0}},{"uid":"37206855e294609a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37206855e294609a","status":"passed","time":{"start":1724890030098,"stop":1724890030098,"duration":0}},{"uid":"a81416e249120204","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a81416e249120204","status":"passed","time":{"start":1724889171917,"stop":1724889171918,"duration":1}},{"uid":"232cccd2b4ecbd0d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/232cccd2b4ecbd0d","status":"passed","time":{"start":1724888350736,"stop":1724888350737,"duration":1}},{"uid":"aac158038f67b67","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aac158038f67b67","status":"passed","time":{"start":1724887115418,"stop":1724887115419,"duration":1}},{"uid":"c44e7a1cab7853c5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c44e7a1cab7853c5","status":"passed","time":{"start":1724886884582,"stop":1724886884583,"duration":1}},{"uid":"c8a0323ae86a3f06","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c8a0323ae86a3f06","status":"passed","time":{"start":1724862322268,"stop":1724862322268,"duration":0}},{"uid":"c472d72376694bbf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c472d72376694bbf","status":"passed","time":{"start":1724861790757,"stop":1724861790757,"duration":0}},{"uid":"3ad665b9273f4401","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3ad665b9273f4401","status":"passed","time":{"start":1724861628427,"stop":1724861628427,"duration":0}},{"uid":"e942cd84672e62db","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e942cd84672e62db","status":"passed","time":{"start":1724861465632,"stop":1724861465632,"duration":0}}]},"bd3dff4d11649697525134396ae0dc4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7c844a2dddd7c339","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7c844a2dddd7c339","status":"passed","time":{"start":1724923012466,"stop":1724923012467,"duration":1}},{"uid":"7b0bf39147f7e91","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7b0bf39147f7e91","status":"passed","time":{"start":1724921625070,"stop":1724921625073,"duration":3}},{"uid":"cac7ccf3a25b571d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cac7ccf3a25b571d","status":"passed","time":{"start":1724921590498,"stop":1724921590498,"duration":0}},{"uid":"6c74040e0182db27","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6c74040e0182db27","status":"passed","time":{"start":1724918287567,"stop":1724918287567,"duration":0}},{"uid":"96ac86d7a6ef6940","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/96ac86d7a6ef6940","status":"passed","time":{"start":1724890047789,"stop":1724890047790,"duration":1}},{"uid":"a2b7b616f7678a2a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2b7b616f7678a2a","status":"passed","time":{"start":1724889183923,"stop":1724889183923,"duration":0}},{"uid":"be13bc7090d0c9b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/be13bc7090d0c9b","status":"passed","time":{"start":1724888354167,"stop":1724888354172,"duration":5}},{"uid":"81d71e67d32e3f62","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/81d71e67d32e3f62","status":"passed","time":{"start":1724887145666,"stop":1724887145666,"duration":0}},{"uid":"9d32b5a2033d155d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9d32b5a2033d155d","status":"passed","time":{"start":1724886915789,"stop":1724886915789,"duration":0}},{"uid":"b8f3253f176ca225","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8f3253f176ca225","status":"passed","time":{"start":1724862341440,"stop":1724862341440,"duration":0}},{"uid":"c1bb68052782f2d1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c1bb68052782f2d1","status":"passed","time":{"start":1724861805444,"stop":1724861805444,"duration":0}},{"uid":"af0cf9167dfd5032","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/af0cf9167dfd5032","status":"passed","time":{"start":1724861662272,"stop":1724861662273,"duration":1}},{"uid":"6f0e84930642ff3e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6f0e84930642ff3e","status":"passed","time":{"start":1724861492516,"stop":1724861492516,"duration":0}}]},"bea3e4b185e75067f061378d55b1b212:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3fdf882f071ab969","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3fdf882f071ab969","status":"passed","time":{"start":1724922928886,"stop":1724922928886,"duration":0}},{"uid":"3d0a3dae0399f200","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3d0a3dae0399f200","status":"passed","time":{"start":1724921620596,"stop":1724921620602,"duration":6}},{"uid":"2620dbdc2db9660c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2620dbdc2db9660c","status":"passed","time":{"start":1724921566686,"stop":1724921566687,"duration":1}},{"uid":"c4f8597e54b2d086","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c4f8597e54b2d086","status":"passed","time":{"start":1724918280552,"stop":1724918280552,"duration":0}},{"uid":"53824c0f8a74668","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/53824c0f8a74668","status":"passed","time":{"start":1724890019468,"stop":1724890019468,"duration":0}},{"uid":"46744a5a747db87f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/46744a5a747db87f","status":"passed","time":{"start":1724889148721,"stop":1724889148721,"duration":0}},{"uid":"808918fb82b31406","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/808918fb82b31406","status":"passed","time":{"start":1724888331954,"stop":1724888331954,"duration":0}},{"uid":"2a6f26211731ea54","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2a6f26211731ea54","status":"passed","time":{"start":1724887107113,"stop":1724887107113,"duration":0}},{"uid":"ffc552dad3088326","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ffc552dad3088326","status":"passed","time":{"start":1724886889607,"stop":1724886889608,"duration":1}},{"uid":"e4633c5f659f7e06","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e4633c5f659f7e06","status":"passed","time":{"start":1724862298788,"stop":1724862298789,"duration":1}},{"uid":"5bd19719081ac61e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5bd19719081ac61e","status":"passed","time":{"start":1724861779252,"stop":1724861779252,"duration":0}},{"uid":"f748feb8e656761c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f748feb8e656761c","status":"passed","time":{"start":1724861646561,"stop":1724861646561,"duration":0}},{"uid":"29fd922f72d6fdfe","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/29fd922f72d6fdfe","status":"passed","time":{"start":1724861466611,"stop":1724861466612,"duration":1}}]},"6833efb468cd2b269b44e8cc2e020394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8251c9d3decc89e9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8251c9d3decc89e9","status":"passed","time":{"start":1724922950822,"stop":1724922950823,"duration":1}},{"uid":"1d9a23ec9433111d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1d9a23ec9433111d","status":"passed","time":{"start":1724921640401,"stop":1724921640401,"duration":0}},{"uid":"b0f80e766d1d5445","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b0f80e766d1d5445","status":"passed","time":{"start":1724921600420,"stop":1724921600421,"duration":1}},{"uid":"2f9ed88d266c618e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2f9ed88d266c618e","status":"passed","time":{"start":1724918300925,"stop":1724918300929,"duration":4}},{"uid":"526021a93e89c312","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/526021a93e89c312","status":"passed","time":{"start":1724890059287,"stop":1724890059288,"duration":1}},{"uid":"537032977f06cd3a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/537032977f06cd3a","status":"passed","time":{"start":1724889188321,"stop":1724889188322,"duration":1}},{"uid":"960426822fb74eb4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/960426822fb74eb4","status":"passed","time":{"start":1724888372741,"stop":1724888372741,"duration":0}},{"uid":"76959e4b06651acf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/76959e4b06651acf","status":"passed","time":{"start":1724887135719,"stop":1724887135719,"duration":0}},{"uid":"34f42756e6c3fd22","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/34f42756e6c3fd22","status":"passed","time":{"start":1724886919675,"stop":1724886919684,"duration":9}},{"uid":"4ad2754dd3cf9b17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4ad2754dd3cf9b17","status":"passed","time":{"start":1724862341835,"stop":1724862341835,"duration":0}},{"uid":"5a0d7aedbbe123d2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5a0d7aedbbe123d2","status":"passed","time":{"start":1724861815492,"stop":1724861815492,"duration":0}},{"uid":"1c9ef522c0213a70","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1c9ef522c0213a70","status":"passed","time":{"start":1724861669536,"stop":1724861669536,"duration":0}},{"uid":"b067836217b24fe0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b067836217b24fe0","status":"passed","time":{"start":1724861505420,"stop":1724861505420,"duration":0}}]},"94b282fa151424e3ffa07a57907650af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"64eb4e5fa884a188","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/64eb4e5fa884a188","status":"passed","time":{"start":1724922374694,"stop":1724922374694,"duration":0}},{"uid":"6eb366566cf83622","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6eb366566cf83622","status":"passed","time":{"start":1724921037654,"stop":1724921037654,"duration":0}},{"uid":"732e6ec3c76b6526","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/732e6ec3c76b6526","status":"passed","time":{"start":1724921013068,"stop":1724921013068,"duration":0}},{"uid":"60f0e0fdc4e3b530","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/60f0e0fdc4e3b530","status":"passed","time":{"start":1724917673308,"stop":1724917673309,"duration":1}},{"uid":"c94fe0fb2d170645","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c94fe0fb2d170645","status":"passed","time":{"start":1724889452328,"stop":1724889452328,"duration":0}},{"uid":"69a4e8f0bca47ce9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/69a4e8f0bca47ce9","status":"passed","time":{"start":1724888602861,"stop":1724888602861,"duration":0}},{"uid":"760a1a406e08fd3b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/760a1a406e08fd3b","status":"passed","time":{"start":1724887759181,"stop":1724887759181,"duration":0}},{"uid":"6b94e4b3e45e2f22","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b94e4b3e45e2f22","status":"passed","time":{"start":1724886525558,"stop":1724886525558,"duration":0}},{"uid":"335e3ebaa6450175","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/335e3ebaa6450175","status":"passed","time":{"start":1724886303414,"stop":1724886303414,"duration":0}},{"uid":"3548944b664d04d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3548944b664d04d9","status":"passed","time":{"start":1724861752251,"stop":1724861752251,"duration":0}},{"uid":"700189141f595e0d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/700189141f595e0d","status":"passed","time":{"start":1724861223371,"stop":1724861223371,"duration":0}},{"uid":"c86a9907bafdfe44","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c86a9907bafdfe44","status":"passed","time":{"start":1724861045221,"stop":1724861045221,"duration":0}},{"uid":"a4433c8a6dfecf43","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a4433c8a6dfecf43","status":"passed","time":{"start":1724860907107,"stop":1724860907107,"duration":0}}]},"1dfa42560613594105913a69c96c7a2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6669e9f8abefdaf0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6669e9f8abefdaf0","status":"passed","time":{"start":1724922921448,"stop":1724922921449,"duration":1}},{"uid":"5e5c15f6b2f8f1d1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5e5c15f6b2f8f1d1","status":"passed","time":{"start":1724921602950,"stop":1724921602951,"duration":1}},{"uid":"280244ff1d78bf5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/280244ff1d78bf5","status":"passed","time":{"start":1724921571096,"stop":1724921571096,"duration":0}},{"uid":"9b5dfba4ebd54ed7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9b5dfba4ebd54ed7","status":"passed","time":{"start":1724918285586,"stop":1724918285586,"duration":0}},{"uid":"f1f8b5c5845afa9e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f1f8b5c5845afa9e","status":"passed","time":{"start":1724890030089,"stop":1724890030089,"duration":0}},{"uid":"3ee95d9f9badb2c1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3ee95d9f9badb2c1","status":"passed","time":{"start":1724889171907,"stop":1724889171908,"duration":1}},{"uid":"f5669000edb0d065","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f5669000edb0d065","status":"passed","time":{"start":1724888350720,"stop":1724888350721,"duration":1}},{"uid":"357989b2bb5f1ab4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/357989b2bb5f1ab4","status":"passed","time":{"start":1724887115407,"stop":1724887115408,"duration":1}},{"uid":"39b65949bd390992","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/39b65949bd390992","status":"passed","time":{"start":1724886884570,"stop":1724886884574,"duration":4}},{"uid":"b126445e3b46eb53","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b126445e3b46eb53","status":"passed","time":{"start":1724862322247,"stop":1724862322248,"duration":1}},{"uid":"d1401aa449f0f676","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d1401aa449f0f676","status":"passed","time":{"start":1724861790750,"stop":1724861790751,"duration":1}},{"uid":"dc9c97bcdad3afbc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dc9c97bcdad3afbc","status":"passed","time":{"start":1724861628419,"stop":1724861628420,"duration":1}},{"uid":"7fdff3606b939a55","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7fdff3606b939a55","status":"passed","time":{"start":1724861465624,"stop":1724861465624,"duration":0}}]},"8c0af09b4c77880b385253fde4fba6f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bf6f205c31d5a7a0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bf6f205c31d5a7a0","status":"passed","time":{"start":1724921613054,"stop":1724921613054,"duration":0}}]},"f01f1c93566a395b476c7ae95b01c44f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7e845f3f6d7666f7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7e845f3f6d7666f7","status":"passed","time":{"start":1724921577167,"stop":1724921577167,"duration":0}}]},"b7b097c9f783317ac898159e2ae04163:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b8af958e8f942f15","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b8af958e8f942f15","status":"passed","time":{"start":1724922862335,"stop":1724922862335,"duration":0}},{"uid":"c6bfb84365b9a05a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c6bfb84365b9a05a","status":"passed","time":{"start":1724921540109,"stop":1724921540109,"duration":0}},{"uid":"9cf1c5f7acc77d69","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9cf1c5f7acc77d69","status":"passed","time":{"start":1724921503541,"stop":1724921503541,"duration":0}},{"uid":"883f8fbb160086cd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/883f8fbb160086cd","status":"passed","time":{"start":1724918214370,"stop":1724918214370,"duration":0}},{"uid":"9643a3e7694c2055","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9643a3e7694c2055","status":"passed","time":{"start":1724889952445,"stop":1724889952445,"duration":0}},{"uid":"b57a299218655d72","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b57a299218655d72","status":"passed","time":{"start":1724889087469,"stop":1724889087469,"duration":0}},{"uid":"f887229b4f993c63","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f887229b4f993c63","status":"passed","time":{"start":1724888266431,"stop":1724888266431,"duration":0}},{"uid":"8573c997372c3c38","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8573c997372c3c38","status":"passed","time":{"start":1724887042932,"stop":1724887042932,"duration":0}},{"uid":"658a6214d812acca","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/658a6214d812acca","status":"passed","time":{"start":1724886820800,"stop":1724886820800,"duration":0}},{"uid":"ead6d976cb219623","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ead6d976cb219623","status":"passed","time":{"start":1724862245491,"stop":1724862245491,"duration":0}},{"uid":"a89447f53a946066","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a89447f53a946066","status":"passed","time":{"start":1724861720404,"stop":1724861720404,"duration":0}},{"uid":"f6ec856475a81622","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f6ec856475a81622","status":"passed","time":{"start":1724861579391,"stop":1724861579395,"duration":4}},{"uid":"10f3b46cbcb7088","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/10f3b46cbcb7088","status":"passed","time":{"start":1724861402508,"stop":1724861402509,"duration":1}}]},"b633cadfe99b34bcd4c97eb935f61739:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cfb188e5e45e2fe0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cfb188e5e45e2fe0","status":"passed","time":{"start":1724922647836,"stop":1724922647836,"duration":0}},{"uid":"9860c0fa9640dedb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9860c0fa9640dedb","status":"passed","time":{"start":1724921300792,"stop":1724921300794,"duration":2}},{"uid":"c7b60b053a1b7d99","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c7b60b053a1b7d99","status":"passed","time":{"start":1724921280719,"stop":1724921280720,"duration":1}},{"uid":"1a9a755eb62cdd4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1a9a755eb62cdd4","status":"passed","time":{"start":1724917963263,"stop":1724917963264,"duration":1}},{"uid":"7950429b4cb1828b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7950429b4cb1828b","status":"passed","time":{"start":1724889734121,"stop":1724889734121,"duration":0}},{"uid":"905482d1ff1b19dc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/905482d1ff1b19dc","status":"passed","time":{"start":1724888859622,"stop":1724888859622,"duration":0}},{"uid":"c7b38087bafce582","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c7b38087bafce582","status":"passed","time":{"start":1724888053954,"stop":1724888053954,"duration":0}},{"uid":"95ea4036f6f39a6f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/95ea4036f6f39a6f","status":"passed","time":{"start":1724886820678,"stop":1724886820680,"duration":2}},{"uid":"a4d2e6394a8ec0b1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a4d2e6394a8ec0b1","status":"passed","time":{"start":1724886589270,"stop":1724886589271,"duration":1}},{"uid":"57b91c5661271d81","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/57b91c5661271d81","status":"passed","time":{"start":1724862027797,"stop":1724862027807,"duration":10}},{"uid":"8a3928bb14ae9b46","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8a3928bb14ae9b46","status":"passed","time":{"start":1724861484561,"stop":1724861484561,"duration":0}},{"uid":"f6c697ab3ee62494","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f6c697ab3ee62494","status":"passed","time":{"start":1724861315158,"stop":1724861315159,"duration":1}},{"uid":"6bda075c6b65e53c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6bda075c6b65e53c","status":"passed","time":{"start":1724861168760,"stop":1724861168760,"duration":0}}]},"cd20c75cab5882a1004d99ab0d4c5917:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ce7766b69bbe4c3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ce7766b69bbe4c3","status":"passed","time":{"start":1724922853918,"stop":1724922853918,"duration":0}},{"uid":"ba43904f8e2f4735","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ba43904f8e2f4735","status":"passed","time":{"start":1724921529585,"stop":1724921529586,"duration":1}},{"uid":"dec327efc29f6566","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dec327efc29f6566","status":"passed","time":{"start":1724921488880,"stop":1724921488880,"duration":0}},{"uid":"d6808028592497fd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d6808028592497fd","status":"passed","time":{"start":1724918203686,"stop":1724918203687,"duration":1}},{"uid":"5bf8b0474e58f7a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5bf8b0474e58f7a0","status":"passed","time":{"start":1724889938362,"stop":1724889938363,"duration":1}},{"uid":"8cef3293843a5b5f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8cef3293843a5b5f","status":"passed","time":{"start":1724889077066,"stop":1724889077066,"duration":0}},{"uid":"56c3d964d9a5b2c9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/56c3d964d9a5b2c9","status":"passed","time":{"start":1724888268035,"stop":1724888268035,"duration":0}},{"uid":"150513fb3e4f442","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/150513fb3e4f442","status":"passed","time":{"start":1724887032405,"stop":1724887032406,"duration":1}},{"uid":"d81cab085de27b87","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d81cab085de27b87","status":"passed","time":{"start":1724886822820,"stop":1724886822821,"duration":1}},{"uid":"1fd02a9523c24639","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1fd02a9523c24639","status":"passed","time":{"start":1724862233510,"stop":1724862233511,"duration":1}},{"uid":"f28a955aa30c7bd0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f28a955aa30c7bd0","status":"passed","time":{"start":1724861712670,"stop":1724861712671,"duration":1}},{"uid":"f34d47df89f032e7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f34d47df89f032e7","status":"passed","time":{"start":1724861567890,"stop":1724861567890,"duration":0}},{"uid":"35032fa149a375c6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/35032fa149a375c6","status":"passed","time":{"start":1724861392054,"stop":1724861392055,"duration":1}}]},"8e34ec6568dda767d08f8e6d17305772:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6399ba322bc792fa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6399ba322bc792fa","status":"passed","time":{"start":1724861637974,"stop":1724861637974,"duration":0}}]},"ed9faa1442d0adbafc07b83aae886da9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"45907538284faa9c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/45907538284faa9c","status":"passed","time":{"start":1724922887531,"stop":1724922887531,"duration":0}},{"uid":"505cd70f4faf5318","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/505cd70f4faf5318","status":"passed","time":{"start":1724921564782,"stop":1724921564782,"duration":0}},{"uid":"f8c872bb25175f7a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f8c872bb25175f7a","status":"passed","time":{"start":1724921518825,"stop":1724921518826,"duration":1}},{"uid":"dd1a8fbce87fd5b9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd1a8fbce87fd5b9","status":"passed","time":{"start":1724918229403,"stop":1724918229403,"duration":0}},{"uid":"573b9726993894ea","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/573b9726993894ea","status":"passed","time":{"start":1724889980706,"stop":1724889980706,"duration":0}},{"uid":"d3999586945ca63c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3999586945ca63c","status":"passed","time":{"start":1724889111182,"stop":1724889111183,"duration":1}},{"uid":"87e09e4344b4310","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/87e09e4344b4310","status":"passed","time":{"start":1724888292546,"stop":1724888292546,"duration":0}},{"uid":"3699659be7b6329c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3699659be7b6329c","status":"passed","time":{"start":1724887068231,"stop":1724887068231,"duration":0}},{"uid":"4ac49392d08d693a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4ac49392d08d693a","status":"passed","time":{"start":1724886848932,"stop":1724886848933,"duration":1}},{"uid":"3421f9f077052761","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3421f9f077052761","status":"passed","time":{"start":1724862262051,"stop":1724862262052,"duration":1}},{"uid":"18a7d2d68b189201","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/18a7d2d68b189201","status":"passed","time":{"start":1724861741897,"stop":1724861741897,"duration":0}},{"uid":"32ec6597ebcb8b29","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/32ec6597ebcb8b29","status":"passed","time":{"start":1724861599500,"stop":1724861599500,"duration":0}},{"uid":"ebee9b42e57791cd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ebee9b42e57791cd","status":"passed","time":{"start":1724861428479,"stop":1724861428479,"duration":0}}]},"11478b2207cd9b6ef1ee804f4a1e32f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d9010afaa8e197f8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9010afaa8e197f8","status":"passed","time":{"start":1724888831686,"stop":1724888831687,"duration":1}}]},"e88761227b0f138ed305d501711e6e24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cd5b073e35466bbf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cd5b073e35466bbf","status":"passed","time":{"start":1724923008734,"stop":1724923008734,"duration":0}},{"uid":"b64a747a94bdb9df","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b64a747a94bdb9df","status":"passed","time":{"start":1724921677827,"stop":1724921677827,"duration":0}},{"uid":"9bb5116aba38bb13","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9bb5116aba38bb13","status":"passed","time":{"start":1724921635679,"stop":1724921635679,"duration":0}},{"uid":"72341c35be8bba34","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/72341c35be8bba34","status":"passed","time":{"start":1724918344738,"stop":1724918344738,"duration":0}},{"uid":"2ded5746e547235f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ded5746e547235f","status":"passed","time":{"start":1724890097426,"stop":1724890097426,"duration":0}},{"uid":"cf91fe4d87018ecb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf91fe4d87018ecb","status":"passed","time":{"start":1724889226622,"stop":1724889226623,"duration":1}},{"uid":"36d24fcae2444594","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/36d24fcae2444594","status":"passed","time":{"start":1724888405386,"stop":1724888405386,"duration":0}},{"uid":"5ac6fae53b931292","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5ac6fae53b931292","status":"passed","time":{"start":1724887180095,"stop":1724887180096,"duration":1}},{"uid":"9f4b53242850d06b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9f4b53242850d06b","status":"passed","time":{"start":1724886957949,"stop":1724886957949,"duration":0}},{"uid":"93c5d5f7096345c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/93c5d5f7096345c0","status":"passed","time":{"start":1724862379718,"stop":1724862379718,"duration":0}},{"uid":"4c7d00fb93bf3acd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4c7d00fb93bf3acd","status":"passed","time":{"start":1724861853003,"stop":1724861853004,"duration":1}},{"uid":"6379e990c430d7bf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6379e990c430d7bf","status":"passed","time":{"start":1724861709846,"stop":1724861709846,"duration":0}},{"uid":"3f4edc1b084b9147","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3f4edc1b084b9147","status":"passed","time":{"start":1724861537423,"stop":1724861537423,"duration":0}}]},"5ee818477d792a65a5231c70850aa746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"794f199154f87e48","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/794f199154f87e48","status":"passed","time":{"start":1724922906446,"stop":1724922906446,"duration":0}},{"uid":"cb2924dc3a9f9e9d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cb2924dc3a9f9e9d","status":"passed","time":{"start":1724921613058,"stop":1724921613058,"duration":0}},{"uid":"81c275bbd8b91389","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/81c275bbd8b91389","status":"passed","time":{"start":1724921556064,"stop":1724921556065,"duration":1}},{"uid":"e6bc6fc4356395a8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e6bc6fc4356395a8","status":"passed","time":{"start":1724918259555,"stop":1724918259556,"duration":1}},{"uid":"a8266efa6e8bcffd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a8266efa6e8bcffd","status":"passed","time":{"start":1724890032301,"stop":1724890032301,"duration":0}},{"uid":"472ebeb1a37db20c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/472ebeb1a37db20c","status":"passed","time":{"start":1724889144089,"stop":1724889144089,"duration":0}},{"uid":"20efa2c9bc291a53","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/20efa2c9bc291a53","status":"passed","time":{"start":1724888336465,"stop":1724888336465,"duration":0}},{"uid":"aa64eb2e34b9dc4e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aa64eb2e34b9dc4e","status":"passed","time":{"start":1724887092632,"stop":1724887092632,"duration":0}},{"uid":"58853ca818fdabdb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/58853ca818fdabdb","status":"passed","time":{"start":1724886880635,"stop":1724886880635,"duration":0}},{"uid":"e86ca685c1f3a56d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e86ca685c1f3a56d","status":"passed","time":{"start":1724862298407,"stop":1724862298407,"duration":0}},{"uid":"831eb128407c6eca","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/831eb128407c6eca","status":"passed","time":{"start":1724861770131,"stop":1724861770131,"duration":0}},{"uid":"2ddc218c13407cd0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2ddc218c13407cd0","status":"passed","time":{"start":1724861637978,"stop":1724861637999,"duration":21}},{"uid":"495b522f5efe40d2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/495b522f5efe40d2","status":"passed","time":{"start":1724861475063,"stop":1724861475064,"duration":1}}]},"4b74227c81c0ddf3a3c661874a9360f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"71144925e22e27ed","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/71144925e22e27ed","status":"passed","time":{"start":1724923012468,"stop":1724923012469,"duration":1}},{"uid":"2fd29cae77fd0e50","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2fd29cae77fd0e50","status":"passed","time":{"start":1724921625076,"stop":1724921625077,"duration":1}},{"uid":"39d5ad07128f05a2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/39d5ad07128f05a2","status":"passed","time":{"start":1724921590500,"stop":1724921590500,"duration":0}},{"uid":"cd1bf3b3f6393a24","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cd1bf3b3f6393a24","status":"passed","time":{"start":1724918287568,"stop":1724918287569,"duration":1}},{"uid":"8ce89a2631daa491","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8ce89a2631daa491","status":"passed","time":{"start":1724890047792,"stop":1724890047792,"duration":0}},{"uid":"2685df2f902a99f2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2685df2f902a99f2","status":"passed","time":{"start":1724889183925,"stop":1724889183925,"duration":0}},{"uid":"c872d2a361cc2029","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c872d2a361cc2029","status":"passed","time":{"start":1724888354174,"stop":1724888354174,"duration":0}},{"uid":"799dc2a78f474751","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/799dc2a78f474751","status":"passed","time":{"start":1724887145675,"stop":1724887145681,"duration":6}},{"uid":"c40cff07883c2d4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c40cff07883c2d4","status":"passed","time":{"start":1724886915790,"stop":1724886915790,"duration":0}},{"uid":"37f10a40d9c9ae4a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37f10a40d9c9ae4a","status":"passed","time":{"start":1724862341455,"stop":1724862341455,"duration":0}},{"uid":"5684b92395ed76e7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5684b92395ed76e7","status":"passed","time":{"start":1724861805446,"stop":1724861805446,"duration":0}},{"uid":"9a2fd16b141048dd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9a2fd16b141048dd","status":"passed","time":{"start":1724861662289,"stop":1724861662290,"duration":1}},{"uid":"d404a939a16e677b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d404a939a16e677b","status":"passed","time":{"start":1724861492518,"stop":1724861492518,"duration":0}}]},"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6bb170d07988c8d5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6bb170d07988c8d5","status":"passed","time":{"start":1724922465395,"stop":1724922465396,"duration":1}},{"uid":"431535a9548970b5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/431535a9548970b5","status":"passed","time":{"start":1724921128567,"stop":1724921128568,"duration":1}},{"uid":"47c498f530d5461a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/47c498f530d5461a","status":"passed","time":{"start":1724921103675,"stop":1724921103675,"duration":0}},{"uid":"f44aa63409e8340c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f44aa63409e8340c","status":"passed","time":{"start":1724917763727,"stop":1724917763727,"duration":0}},{"uid":"464c916849c046ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/464c916849c046ba","status":"passed","time":{"start":1724889543369,"stop":1724889543370,"duration":1}},{"uid":"4483ebaeb6bd9c38","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4483ebaeb6bd9c38","status":"passed","time":{"start":1724888692504,"stop":1724888692504,"duration":0}},{"uid":"49d3c8963be1a222","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/49d3c8963be1a222","status":"passed","time":{"start":1724887850413,"stop":1724887850414,"duration":1}},{"uid":"4d6a6fa7f6946e5a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4d6a6fa7f6946e5a","status":"passed","time":{"start":1724886617175,"stop":1724886617175,"duration":0}},{"uid":"3927addc9d9f0041","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3927addc9d9f0041","status":"passed","time":{"start":1724886394905,"stop":1724886394907,"duration":2}},{"uid":"fe87400b5f932a70","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe87400b5f932a70","status":"passed","time":{"start":1724861844372,"stop":1724861844372,"duration":0}},{"uid":"79485f68261ff948","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/79485f68261ff948","status":"passed","time":{"start":1724861313409,"stop":1724861313409,"duration":0}},{"uid":"b1a83aed46a3d401","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b1a83aed46a3d401","status":"passed","time":{"start":1724861139650,"stop":1724861139651,"duration":1}},{"uid":"10f013e972006223","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/10f013e972006223","status":"passed","time":{"start":1724860999511,"stop":1724860999511,"duration":0}}]},"9c4390b7f5f5aafa04416a8b5b04d5e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"975fe7c6c4cc5644","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/975fe7c6c4cc5644","status":"passed","time":{"start":1724922374677,"stop":1724922374678,"duration":1}},{"uid":"fd88698b1bb3f570","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fd88698b1bb3f570","status":"passed","time":{"start":1724921037638,"stop":1724921037638,"duration":0}},{"uid":"a0e4aeb8d3643075","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a0e4aeb8d3643075","status":"passed","time":{"start":1724921013050,"stop":1724921013051,"duration":1}},{"uid":"eac076b51d1d9514","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eac076b51d1d9514","status":"passed","time":{"start":1724917673294,"stop":1724917673294,"duration":0}},{"uid":"b8db57f39f39d943","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8db57f39f39d943","status":"passed","time":{"start":1724889452313,"stop":1724889452313,"duration":0}},{"uid":"9ecd25ab1cbb9565","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9ecd25ab1cbb9565","status":"passed","time":{"start":1724888602843,"stop":1724888602843,"duration":0}},{"uid":"e5118d1b21697e1d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e5118d1b21697e1d","status":"passed","time":{"start":1724887759166,"stop":1724887759166,"duration":0}},{"uid":"3bac5c46654467","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3bac5c46654467","status":"passed","time":{"start":1724886525546,"stop":1724886525546,"duration":0}},{"uid":"59d77c84cc32be49","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/59d77c84cc32be49","status":"passed","time":{"start":1724886303399,"stop":1724886303399,"duration":0}},{"uid":"3b994733e566f6e9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3b994733e566f6e9","status":"passed","time":{"start":1724861752231,"stop":1724861752231,"duration":0}},{"uid":"5c971997f614d5c2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5c971997f614d5c2","status":"passed","time":{"start":1724861223357,"stop":1724861223357,"duration":0}},{"uid":"ad6e2d86d77d799f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ad6e2d86d77d799f","status":"passed","time":{"start":1724861045205,"stop":1724861045205,"duration":0}},{"uid":"2f6f8fa6fc47eac2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2f6f8fa6fc47eac2","status":"passed","time":{"start":1724860907087,"stop":1724860907087,"duration":0}}]},"07b25f36605d3e06c214861142940346:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"efc70e3398d1c1c1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/efc70e3398d1c1c1","status":"passed","time":{"start":1724921613053,"stop":1724921613054,"duration":1}}]},"ccdf1f5082e6e804f9b6c5bc4aa8b2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b84892d5c07bd39d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b84892d5c07bd39d","status":"passed","time":{"start":1724923012481,"stop":1724923012482,"duration":1}},{"uid":"8f14b51b7381e754","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8f14b51b7381e754","status":"passed","time":{"start":1724921625092,"stop":1724921625092,"duration":0}},{"uid":"8d5e90f1b4fc68b6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8d5e90f1b4fc68b6","status":"passed","time":{"start":1724921590511,"stop":1724921590512,"duration":1}},{"uid":"350ee99d60755225","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/350ee99d60755225","status":"passed","time":{"start":1724918287577,"stop":1724918287578,"duration":1}},{"uid":"b10f42646da951e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b10f42646da951e0","status":"passed","time":{"start":1724890047804,"stop":1724890047804,"duration":0}},{"uid":"f1bb74f9002c98b6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f1bb74f9002c98b6","status":"passed","time":{"start":1724889183948,"stop":1724889183948,"duration":0}},{"uid":"a5848dcbc449d837","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a5848dcbc449d837","status":"passed","time":{"start":1724888354187,"stop":1724888354188,"duration":1}},{"uid":"cbd597aed89c1a75","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cbd597aed89c1a75","status":"passed","time":{"start":1724887145731,"stop":1724887145731,"duration":0}},{"uid":"c6a3aa6a567d15b6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c6a3aa6a567d15b6","status":"passed","time":{"start":1724886915809,"stop":1724886915810,"duration":1}},{"uid":"6c8ecc3a5ffbe405","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c8ecc3a5ffbe405","status":"passed","time":{"start":1724862341467,"stop":1724862341467,"duration":0}},{"uid":"f4074575402403cb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f4074575402403cb","status":"passed","time":{"start":1724861805471,"stop":1724861805472,"duration":1}},{"uid":"f83d43eaa81b519b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f83d43eaa81b519b","status":"passed","time":{"start":1724861662301,"stop":1724861662301,"duration":0}},{"uid":"17089f37a43f6e1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/17089f37a43f6e1","status":"passed","time":{"start":1724861492528,"stop":1724861492528,"duration":0}}]},"c8d899959676e6d53d797cb913f58b06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"69281c1616291f73","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/69281c1616291f73","status":"passed","time":{"start":1724922374673,"stop":1724922374673,"duration":0}},{"uid":"91ab48d0ea6f268e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/91ab48d0ea6f268e","status":"passed","time":{"start":1724921037634,"stop":1724921037634,"duration":0}},{"uid":"11d5510c92c29780","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/11d5510c92c29780","status":"passed","time":{"start":1724921013046,"stop":1724921013046,"duration":0}},{"uid":"61894f00d46d5643","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/61894f00d46d5643","status":"passed","time":{"start":1724917673290,"stop":1724917673290,"duration":0}},{"uid":"9b249050cb5c26ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9b249050cb5c26ae","status":"passed","time":{"start":1724889452308,"stop":1724889452308,"duration":0}},{"uid":"495c7f0c0f9e242a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/495c7f0c0f9e242a","status":"passed","time":{"start":1724888602838,"stop":1724888602839,"duration":1}},{"uid":"a2aff6d1fb61e97","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a2aff6d1fb61e97","status":"passed","time":{"start":1724887759162,"stop":1724887759162,"duration":0}},{"uid":"1c723af2704e86bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1c723af2704e86bd","status":"passed","time":{"start":1724886525542,"stop":1724886525542,"duration":0}},{"uid":"16734da3498520c4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/16734da3498520c4","status":"passed","time":{"start":1724886303395,"stop":1724886303395,"duration":0}},{"uid":"53af1a25dd0ca9a8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/53af1a25dd0ca9a8","status":"passed","time":{"start":1724861752225,"stop":1724861752225,"duration":0}},{"uid":"3b398a8d029e0261","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3b398a8d029e0261","status":"passed","time":{"start":1724861223353,"stop":1724861223354,"duration":1}},{"uid":"1418a72bf703bd92","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1418a72bf703bd92","status":"passed","time":{"start":1724861045200,"stop":1724861045201,"duration":1}},{"uid":"25f0c7a2928bd3fb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/25f0c7a2928bd3fb","status":"passed","time":{"start":1724860907083,"stop":1724860907083,"duration":0}}]},"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"af7a11260edbbb1f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/af7a11260edbbb1f","status":"passed","time":{"start":1724922437306,"stop":1724922437307,"duration":1}},{"uid":"bfadf5cce19092d5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bfadf5cce19092d5","status":"passed","time":{"start":1724921096287,"stop":1724921096287,"duration":0}},{"uid":"d2d4610749f1e56c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d2d4610749f1e56c","status":"passed","time":{"start":1724921071513,"stop":1724921071513,"duration":0}},{"uid":"a721ad2e5be04861","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a721ad2e5be04861","status":"passed","time":{"start":1724917733229,"stop":1724917733230,"duration":1}},{"uid":"67a2f5d4eb9164f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/67a2f5d4eb9164f9","status":"passed","time":{"start":1724889513548,"stop":1724889513548,"duration":0}},{"uid":"3f9d8306622d5902","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3f9d8306622d5902","status":"passed","time":{"start":1724888663278,"stop":1724888663278,"duration":0}},{"uid":"a917b65a03bc4351","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a917b65a03bc4351","status":"passed","time":{"start":1724887820110,"stop":1724887820111,"duration":1}},{"uid":"cd31292395bcaf01","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cd31292395bcaf01","status":"passed","time":{"start":1724886586382,"stop":1724886586383,"duration":1}},{"uid":"706a73494c3a7eec","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/706a73494c3a7eec","status":"passed","time":{"start":1724886365425,"stop":1724886365425,"duration":0}},{"uid":"1f5029c1012024f1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1f5029c1012024f1","status":"passed","time":{"start":1724861812771,"stop":1724861812773,"duration":2}},{"uid":"445c0e72b5b7bcf0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/445c0e72b5b7bcf0","status":"passed","time":{"start":1724861281934,"stop":1724861281934,"duration":0}},{"uid":"2fdb17044e8b42bd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2fdb17044e8b42bd","status":"passed","time":{"start":1724861109127,"stop":1724861109127,"duration":0}},{"uid":"be3fe484f5cd1d19","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/be3fe484f5cd1d19","status":"passed","time":{"start":1724860969294,"stop":1724860969295,"duration":1}}]},"b2d31a70aff7c5f9d50c1f5e686cd7c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b3233317665cfd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b3233317665cfd","status":"passed","time":{"start":1724923008735,"stop":1724923008735,"duration":0}},{"uid":"1cbc075455c3f692","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1cbc075455c3f692","status":"passed","time":{"start":1724921677827,"stop":1724921677828,"duration":1}},{"uid":"cef1d3316beaa233","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cef1d3316beaa233","status":"passed","time":{"start":1724921635679,"stop":1724921635679,"duration":0}},{"uid":"3c6dfc91e24acacf","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3c6dfc91e24acacf","status":"passed","time":{"start":1724918344738,"stop":1724918344739,"duration":1}},{"uid":"51fac19176458197","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/51fac19176458197","status":"passed","time":{"start":1724890097427,"stop":1724890097427,"duration":0}},{"uid":"34dc5bf907e8b80b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/34dc5bf907e8b80b","status":"passed","time":{"start":1724889226623,"stop":1724889226623,"duration":0}},{"uid":"92cf328577a26944","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/92cf328577a26944","status":"passed","time":{"start":1724888405387,"stop":1724888405387,"duration":0}},{"uid":"5b6485f439755256","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5b6485f439755256","status":"passed","time":{"start":1724887180096,"stop":1724887180096,"duration":0}},{"uid":"1a1d8ca7a3b89d45","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1a1d8ca7a3b89d45","status":"passed","time":{"start":1724886957950,"stop":1724886957950,"duration":0}},{"uid":"bc110a44a7c5c869","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc110a44a7c5c869","status":"passed","time":{"start":1724862379718,"stop":1724862379718,"duration":0}},{"uid":"98f3af7992496426","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/98f3af7992496426","status":"passed","time":{"start":1724861853004,"stop":1724861853004,"duration":0}},{"uid":"d4d94b0c1349e479","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d4d94b0c1349e479","status":"passed","time":{"start":1724861709846,"stop":1724861709847,"duration":1}},{"uid":"22a5069648a2e9c0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/22a5069648a2e9c0","status":"passed","time":{"start":1724861537424,"stop":1724861537424,"duration":0}}]},"f4a822e3820df4b4d2f7dcb718438d09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"773c9bba68d43eaa","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/773c9bba68d43eaa","status":"passed","time":{"start":1724886822828,"stop":1724886822829,"duration":1}}]},"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"51fdbbdbb12b5332","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/51fdbbdbb12b5332","status":"passed","time":{"start":1724922998983,"stop":1724922998984,"duration":1}},{"uid":"71d62ecc8ba6f628","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/71d62ecc8ba6f628","status":"passed","time":{"start":1724921672580,"stop":1724921672581,"duration":1}},{"uid":"c886acf8935b76e5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c886acf8935b76e5","status":"passed","time":{"start":1724921629963,"stop":1724921629964,"duration":1}},{"uid":"9156f9f80aed9fae","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9156f9f80aed9fae","status":"passed","time":{"start":1724918337082,"stop":1724918337082,"duration":0}},{"uid":"266435a30c68ef87","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/266435a30c68ef87","status":"passed","time":{"start":1724890089178,"stop":1724890089178,"duration":0}},{"uid":"a9d241308591f89e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9d241308591f89e","status":"passed","time":{"start":1724889221659,"stop":1724889221660,"duration":1}},{"uid":"da8fcd037be11a04","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/da8fcd037be11a04","status":"passed","time":{"start":1724888396187,"stop":1724888396188,"duration":1}},{"uid":"d79dea06f66f9616","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d79dea06f66f9616","status":"passed","time":{"start":1724887170938,"stop":1724887170938,"duration":0}},{"uid":"7fa9f99e26748fb0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7fa9f99e26748fb0","status":"passed","time":{"start":1724886948524,"stop":1724886948524,"duration":0}},{"uid":"d92127bdf63f323b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d92127bdf63f323b","status":"passed","time":{"start":1724862370752,"stop":1724862370752,"duration":0}},{"uid":"1fba2407aec93214","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1fba2407aec93214","status":"passed","time":{"start":1724861845161,"stop":1724861845162,"duration":1}},{"uid":"b92805998a226dcf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b92805998a226dcf","status":"passed","time":{"start":1724861703116,"stop":1724861703116,"duration":0}},{"uid":"2ab62e34d2712141","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2ab62e34d2712141","status":"passed","time":{"start":1724861530976,"stop":1724861530976,"duration":0}}]},"9533264f5724ccd0a5bb41a8911b02ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fa3b551d7af93ad4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fa3b551d7af93ad4","status":"passed","time":{"start":1724922887523,"stop":1724922887523,"duration":0}},{"uid":"646dea1c4b09fb48","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/646dea1c4b09fb48","status":"passed","time":{"start":1724921564774,"stop":1724921564774,"duration":0}},{"uid":"d79afe129713d931","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d79afe129713d931","status":"passed","time":{"start":1724921518784,"stop":1724921518785,"duration":1}},{"uid":"d964f603439093d7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d964f603439093d7","status":"passed","time":{"start":1724918229397,"stop":1724918229397,"duration":0}},{"uid":"e93935bca9b0c1dd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e93935bca9b0c1dd","status":"passed","time":{"start":1724889980695,"stop":1724889980696,"duration":1}},{"uid":"449a1c09238e8a7f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/449a1c09238e8a7f","status":"passed","time":{"start":1724889111159,"stop":1724889111160,"duration":1}},{"uid":"2177cc8d63251093","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2177cc8d63251093","status":"passed","time":{"start":1724888292531,"stop":1724888292531,"duration":0}},{"uid":"20001f595506db1d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/20001f595506db1d","status":"passed","time":{"start":1724887068223,"stop":1724887068223,"duration":0}},{"uid":"e249ff7b658425d5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e249ff7b658425d5","status":"passed","time":{"start":1724886848922,"stop":1724886848922,"duration":0}},{"uid":"c2f54b31c92b05e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2f54b31c92b05e5","status":"passed","time":{"start":1724862262045,"stop":1724862262045,"duration":0}},{"uid":"871e16da4b850094","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/871e16da4b850094","status":"passed","time":{"start":1724861741890,"stop":1724861741891,"duration":1}},{"uid":"a15b39d108dc9f3d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a15b39d108dc9f3d","status":"passed","time":{"start":1724861599485,"stop":1724861599486,"duration":1}},{"uid":"269fe6bd8a5734dc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/269fe6bd8a5734dc","status":"passed","time":{"start":1724861428472,"stop":1724861428473,"duration":1}}]},"0b6d79f4895965f285d8fb0180caa175:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6949759e867f1df7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6949759e867f1df7","status":"passed","time":{"start":1724886848930,"stop":1724886848931,"duration":1}}]},"1a81199ce440de577346b0a18eb8ee32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dd3b0df4dba22c2c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dd3b0df4dba22c2c","status":"passed","time":{"start":1724922921466,"stop":1724922921467,"duration":1}},{"uid":"25bfd0b3fd883a50","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/25bfd0b3fd883a50","status":"passed","time":{"start":1724921602958,"stop":1724921602958,"duration":0}},{"uid":"acdd6c71e71ab755","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/acdd6c71e71ab755","status":"passed","time":{"start":1724921571101,"stop":1724921571101,"duration":0}},{"uid":"7a34df82ee803b2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7a34df82ee803b2","status":"passed","time":{"start":1724918285599,"stop":1724918285600,"duration":1}},{"uid":"abbd4ccd353269bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/abbd4ccd353269bd","status":"passed","time":{"start":1724890030095,"stop":1724890030096,"duration":1}},{"uid":"d953ae5ed0bde636","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d953ae5ed0bde636","status":"passed","time":{"start":1724889171913,"stop":1724889171913,"duration":0}},{"uid":"e737191b53f8c8a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e737191b53f8c8a2","status":"passed","time":{"start":1724888350730,"stop":1724888350730,"duration":0}},{"uid":"f853b21e62f3851c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f853b21e62f3851c","status":"passed","time":{"start":1724887115415,"stop":1724887115416,"duration":1}},{"uid":"90510e993c97ba12","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/90510e993c97ba12","status":"passed","time":{"start":1724886884580,"stop":1724886884581,"duration":1}},{"uid":"8321b2226daab296","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8321b2226daab296","status":"passed","time":{"start":1724862322266,"stop":1724862322266,"duration":0}},{"uid":"8ecf464a0cc0e1ad","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8ecf464a0cc0e1ad","status":"passed","time":{"start":1724861790755,"stop":1724861790755,"duration":0}},{"uid":"b61f7294d2eadd7d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b61f7294d2eadd7d","status":"passed","time":{"start":1724861628424,"stop":1724861628425,"duration":1}},{"uid":"a054ca4ea96fe377","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a054ca4ea96fe377","status":"passed","time":{"start":1724861465630,"stop":1724861465630,"duration":0}}]},"b21dba393ed7845f95463b275088a9bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d5560e3871016064","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d5560e3871016064","status":"passed","time":{"start":1724922383083,"stop":1724922383083,"duration":0}},{"uid":"f37aabe1e73c884f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f37aabe1e73c884f","status":"passed","time":{"start":1724921046199,"stop":1724921046200,"duration":1}},{"uid":"ac15fd8e6b188806","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ac15fd8e6b188806","status":"passed","time":{"start":1724921021470,"stop":1724921021470,"duration":0}},{"uid":"bba5a387a414242a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bba5a387a414242a","status":"passed","time":{"start":1724917681718,"stop":1724917681719,"duration":1}},{"uid":"6d9cc5b1dce1e8f1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d9cc5b1dce1e8f1","status":"passed","time":{"start":1724889460647,"stop":1724889460647,"duration":0}},{"uid":"8be56e901b1bca20","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8be56e901b1bca20","status":"passed","time":{"start":1724888611290,"stop":1724888611291,"duration":1}},{"uid":"3e8fec3a3fb57d56","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3e8fec3a3fb57d56","status":"passed","time":{"start":1724887767616,"stop":1724887767616,"duration":0}},{"uid":"151af7eca844f5aa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/151af7eca844f5aa","status":"passed","time":{"start":1724886533985,"stop":1724886533986,"duration":1}},{"uid":"c26e3e826c9bdb3b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c26e3e826c9bdb3b","status":"passed","time":{"start":1724886311753,"stop":1724886311753,"duration":0}},{"uid":"c29499948f0f5f7d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c29499948f0f5f7d","status":"passed","time":{"start":1724861760769,"stop":1724861760770,"duration":1}},{"uid":"d6e2cae90fb706c0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d6e2cae90fb706c0","status":"passed","time":{"start":1724861231729,"stop":1724861231729,"duration":0}},{"uid":"4820d8e1a927f67c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4820d8e1a927f67c","status":"passed","time":{"start":1724861054250,"stop":1724861054251,"duration":1}},{"uid":"a60d4476c2577257","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a60d4476c2577257","status":"passed","time":{"start":1724860915809,"stop":1724860915809,"duration":0}}]},"061e73009d3612296cbd5940eb183495:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c27beae0f511b3c1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c27beae0f511b3c1","status":"passed","time":{"start":1724922906445,"stop":1724922906446,"duration":1}},{"uid":"6ce475934c976a28","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6ce475934c976a28","status":"passed","time":{"start":1724921613057,"stop":1724921613058,"duration":1}},{"uid":"f66aec0ad9fcf5f5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f66aec0ad9fcf5f5","status":"passed","time":{"start":1724921556064,"stop":1724921556064,"duration":0}},{"uid":"57fc28ba4d4aa01f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/57fc28ba4d4aa01f","status":"passed","time":{"start":1724918259555,"stop":1724918259555,"duration":0}},{"uid":"36d1bd1a24b66cc4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/36d1bd1a24b66cc4","status":"passed","time":{"start":1724890032301,"stop":1724890032301,"duration":0}},{"uid":"a838e3d726d51d85","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a838e3d726d51d85","status":"passed","time":{"start":1724889144088,"stop":1724889144088,"duration":0}},{"uid":"33db90e59473d97f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/33db90e59473d97f","status":"passed","time":{"start":1724888336465,"stop":1724888336465,"duration":0}},{"uid":"acf4e49577dde1f5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/acf4e49577dde1f5","status":"passed","time":{"start":1724887092631,"stop":1724887092631,"duration":0}},{"uid":"e2e72c92cb81ee1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e2e72c92cb81ee1","status":"passed","time":{"start":1724886880634,"stop":1724886880634,"duration":0}},{"uid":"bc28683bb1d9bc16","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc28683bb1d9bc16","status":"passed","time":{"start":1724862298406,"stop":1724862298407,"duration":1}},{"uid":"a692a93b97f3519e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a692a93b97f3519e","status":"passed","time":{"start":1724861770130,"stop":1724861770131,"duration":1}},{"uid":"d46ae5743f148ee1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d46ae5743f148ee1","status":"passed","time":{"start":1724861637977,"stop":1724861637977,"duration":0}},{"uid":"fb0b8e7b94cd9e4f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fb0b8e7b94cd9e4f","status":"passed","time":{"start":1724861475063,"stop":1724861475063,"duration":0}}]},"df0451355b0d769987f586dd183950b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"429c63902dc1b18e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/429c63902dc1b18e","status":"passed","time":{"start":1724922536233,"stop":1724922536233,"duration":0}},{"uid":"7eedf028c7830766","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7eedf028c7830766","status":"passed","time":{"start":1724921198886,"stop":1724921198886,"duration":0}},{"uid":"4d28803d3b08b24d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4d28803d3b08b24d","status":"passed","time":{"start":1724921172339,"stop":1724921172339,"duration":0}},{"uid":"4bba18881b6dbfa9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4bba18881b6dbfa9","status":"passed","time":{"start":1724917841039,"stop":1724917841041,"duration":2}},{"uid":"fe9c0c39db028363","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe9c0c39db028363","status":"passed","time":{"start":1724889622281,"stop":1724889622282,"duration":1}},{"uid":"a92c98078a7ab2ad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a92c98078a7ab2ad","status":"passed","time":{"start":1724888769661,"stop":1724888769662,"duration":1}},{"uid":"d83ba40628349835","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d83ba40628349835","status":"passed","time":{"start":1724887926168,"stop":1724887926168,"duration":0}},{"uid":"ced0481a1decd276","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ced0481a1decd276","status":"passed","time":{"start":1724886693078,"stop":1724886693079,"duration":1}},{"uid":"2009fd5d98733840","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2009fd5d98733840","status":"passed","time":{"start":1724886468836,"stop":1724886468837,"duration":1}},{"uid":"7a5e2ba5d3ed0db8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7a5e2ba5d3ed0db8","status":"passed","time":{"start":1724861918247,"stop":1724861918247,"duration":0}},{"uid":"bc759c43261f6e48","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bc759c43261f6e48","status":"passed","time":{"start":1724861388581,"stop":1724861388581,"duration":0}},{"uid":"89d0681f810c9578","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/89d0681f810c9578","status":"passed","time":{"start":1724861221408,"stop":1724861221408,"duration":0}},{"uid":"dcca449b397d9ea1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dcca449b397d9ea1","status":"passed","time":{"start":1724861075803,"stop":1724861075804,"duration":1}}]},"a507f62490b3a24fdbdad5d796572907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ded7c4e9d357a088","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ded7c4e9d357a088","status":"passed","time":{"start":1724923008737,"stop":1724923008737,"duration":0}},{"uid":"f062321816c6cf2f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f062321816c6cf2f","status":"passed","time":{"start":1724921677829,"stop":1724921677829,"duration":0}},{"uid":"ebb1692e4fd6d081","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ebb1692e4fd6d081","status":"passed","time":{"start":1724921635680,"stop":1724921635681,"duration":1}},{"uid":"41a29421c45c46b3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/41a29421c45c46b3","status":"passed","time":{"start":1724918344740,"stop":1724918344740,"duration":0}},{"uid":"8e0fd5bad8bb8a45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e0fd5bad8bb8a45","status":"passed","time":{"start":1724890097428,"stop":1724890097428,"duration":0}},{"uid":"61b545fae668ec27","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/61b545fae668ec27","status":"passed","time":{"start":1724889226625,"stop":1724889226625,"duration":0}},{"uid":"766bc15cd14cb1c4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/766bc15cd14cb1c4","status":"passed","time":{"start":1724888405388,"stop":1724888405389,"duration":1}},{"uid":"7743040af997dfd6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7743040af997dfd6","status":"passed","time":{"start":1724887180097,"stop":1724887180097,"duration":0}},{"uid":"316da7638ff1b703","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/316da7638ff1b703","status":"passed","time":{"start":1724886957952,"stop":1724886957952,"duration":0}},{"uid":"4f991e190021b1aa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f991e190021b1aa","status":"passed","time":{"start":1724862379720,"stop":1724862379720,"duration":0}},{"uid":"5160adfa94689647","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5160adfa94689647","status":"passed","time":{"start":1724861853006,"stop":1724861853006,"duration":0}},{"uid":"b574520b49d300d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b574520b49d300d","status":"passed","time":{"start":1724861709848,"stop":1724861709848,"duration":0}},{"uid":"ece37b0888d641ea","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ece37b0888d641ea","status":"passed","time":{"start":1724861537425,"stop":1724861537425,"duration":0}}]},"3b4eac845f5dc68bc6315f503aaa72d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"48f34908e85b9720","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/48f34908e85b9720","status":"passed","time":{"start":1724923012464,"stop":1724923012464,"duration":0}},{"uid":"2b7b8ca62e5c09da","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2b7b8ca62e5c09da","status":"passed","time":{"start":1724921625063,"stop":1724921625063,"duration":0}},{"uid":"5e838dfd0e6a1be4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5e838dfd0e6a1be4","status":"passed","time":{"start":1724921590495,"stop":1724921590495,"duration":0}},{"uid":"2a576406a7eff9ff","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2a576406a7eff9ff","status":"passed","time":{"start":1724918287564,"stop":1724918287565,"duration":1}},{"uid":"f9009db0fc6a56be","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9009db0fc6a56be","status":"passed","time":{"start":1724890047787,"stop":1724890047787,"duration":0}},{"uid":"dfd7b2b55bbc9fb4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dfd7b2b55bbc9fb4","status":"passed","time":{"start":1724889183920,"stop":1724889183920,"duration":0}},{"uid":"47e945db23e4b160","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/47e945db23e4b160","status":"passed","time":{"start":1724888354165,"stop":1724888354165,"duration":0}},{"uid":"9cfff004c82d72cc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9cfff004c82d72cc","status":"passed","time":{"start":1724887145658,"stop":1724887145658,"duration":0}},{"uid":"a45050636b53a117","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a45050636b53a117","status":"passed","time":{"start":1724886915786,"stop":1724886915786,"duration":0}},{"uid":"19d57f3d482aeb4e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/19d57f3d482aeb4e","status":"passed","time":{"start":1724862341437,"stop":1724862341437,"duration":0}},{"uid":"ac050125275a9a0a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ac050125275a9a0a","status":"passed","time":{"start":1724861805442,"stop":1724861805442,"duration":0}},{"uid":"9000290acde5865f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9000290acde5865f","status":"passed","time":{"start":1724861662256,"stop":1724861662256,"duration":0}},{"uid":"a5782c6cdbadf9e2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a5782c6cdbadf9e2","status":"passed","time":{"start":1724861492510,"stop":1724861492511,"duration":1}}]},"593a9985ea95175b4cf674d2fedc8c19:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b011d5917226ed12","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b011d5917226ed12","status":"passed","time":{"start":1724888232414,"stop":1724888232414,"duration":0}}]},"259328266b872242d192b7c4ee1fdf9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f87612ba98d8a7ed","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f87612ba98d8a7ed","status":"passed","time":{"start":1724922611435,"stop":1724922611435,"duration":0}},{"uid":"e104c11ce0d13e67","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e104c11ce0d13e67","status":"passed","time":{"start":1724921270357,"stop":1724921270357,"duration":0}},{"uid":"8834f7fbb16c01e8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8834f7fbb16c01e8","status":"passed","time":{"start":1724921247817,"stop":1724921247818,"duration":1}},{"uid":"5dd66db0c8096282","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5dd66db0c8096282","status":"passed","time":{"start":1724917989818,"stop":1724917989819,"duration":1}},{"uid":"6d82e66b3a0dedce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d82e66b3a0dedce","status":"passed","time":{"start":1724889678551,"stop":1724889678551,"duration":0}},{"uid":"2730cd71f604601","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2730cd71f604601","status":"passed","time":{"start":1724888829843,"stop":1724888829843,"duration":0}},{"uid":"abb546caadd0cf99","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/abb546caadd0cf99","status":"passed","time":{"start":1724888077010,"stop":1724888077010,"duration":0}},{"uid":"cd8a7f96c6d32caf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cd8a7f96c6d32caf","status":"passed","time":{"start":1724886851125,"stop":1724886851125,"duration":0}},{"uid":"65dfbb33c2ed32da","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/65dfbb33c2ed32da","status":"passed","time":{"start":1724886647111,"stop":1724886647111,"duration":0}},{"uid":"871812181c3ac919","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/871812181c3ac919","status":"passed","time":{"start":1724861992713,"stop":1724861992713,"duration":0}},{"uid":"d5a3c5db5eb47686","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d5a3c5db5eb47686","status":"passed","time":{"start":1724861469643,"stop":1724861469644,"duration":1}},{"uid":"cb6857e8d650fbc4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cb6857e8d650fbc4","status":"passed","time":{"start":1724861284857,"stop":1724861284857,"duration":0}},{"uid":"d780ddc94db391d1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d780ddc94db391d1","status":"passed","time":{"start":1724861145805,"stop":1724861145805,"duration":0}}]},"2c9191224ca2eaa2b74e25ccf880866c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b0f86d5e8ce893c7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b0f86d5e8ce893c7","status":"passed","time":{"start":1724922499929,"stop":1724922499930,"duration":1}},{"uid":"f0245e71ccb34948","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f0245e71ccb34948","status":"passed","time":{"start":1724921158277,"stop":1724921158278,"duration":1}},{"uid":"6cd3c95a44962c72","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6cd3c95a44962c72","status":"passed","time":{"start":1724921130073,"stop":1724921130073,"duration":0}},{"uid":"5416e4dcc10c01fb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5416e4dcc10c01fb","status":"passed","time":{"start":1724917796890,"stop":1724917796891,"duration":1}},{"uid":"ba9b9c7fd531011e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ba9b9c7fd531011e","status":"passed","time":{"start":1724889579994,"stop":1724889579994,"duration":0}},{"uid":"2d311d6d1d67f9c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d311d6d1d67f9c0","status":"passed","time":{"start":1724888730126,"stop":1724888730127,"duration":1}},{"uid":"2a49786f96abda65","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2a49786f96abda65","status":"passed","time":{"start":1724887883925,"stop":1724887883926,"duration":1}},{"uid":"88ffeeb2a4051144","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/88ffeeb2a4051144","status":"passed","time":{"start":1724886651243,"stop":1724886651244,"duration":1}},{"uid":"cea3abaffa9baa9e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cea3abaffa9baa9e","status":"passed","time":{"start":1724886430267,"stop":1724886430267,"duration":0}},{"uid":"d1f26a5461825d44","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d1f26a5461825d44","status":"passed","time":{"start":1724861879166,"stop":1724861879167,"duration":1}},{"uid":"4b69425223d35564","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4b69425223d35564","status":"passed","time":{"start":1724861345736,"stop":1724861345736,"duration":0}},{"uid":"99427b2fceff701f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/99427b2fceff701f","status":"passed","time":{"start":1724861186693,"stop":1724861186693,"duration":0}},{"uid":"66231d0141ea17d1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/66231d0141ea17d1","status":"passed","time":{"start":1724861034884,"stop":1724861034884,"duration":0}}]},"205144ff08298487caff25732dbcfef3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a4c547430ed8f30","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a4c547430ed8f30","status":"passed","time":{"start":1724922891488,"stop":1724922891489,"duration":1}},{"uid":"db56a3454154209a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/db56a3454154209a","status":"passed","time":{"start":1724921563016,"stop":1724921563017,"duration":1}},{"uid":"478747ad9690a8a8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/478747ad9690a8a8","status":"passed","time":{"start":1724921526813,"stop":1724921526813,"duration":0}},{"uid":"23f5a5dbf18d4c8f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/23f5a5dbf18d4c8f","status":"passed","time":{"start":1724918239940,"stop":1724918239943,"duration":3}},{"uid":"4ad08ea675dcd68","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4ad08ea675dcd68","status":"passed","time":{"start":1724889980891,"stop":1724889980901,"duration":10}},{"uid":"b610f370e9c49b12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b610f370e9c49b12","status":"passed","time":{"start":1724889109967,"stop":1724889109968,"duration":1}},{"uid":"e15e3a69cc90501c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e15e3a69cc90501c","status":"passed","time":{"start":1724888294722,"stop":1724888294723,"duration":1}},{"uid":"bb3c82bcebe76751","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bb3c82bcebe76751","status":"passed","time":{"start":1724887071741,"stop":1724887071741,"duration":0}},{"uid":"f97c63319c9c842f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f97c63319c9c842f","status":"passed","time":{"start":1724886848346,"stop":1724886848346,"duration":0}},{"uid":"51a6e7794fd41c19","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/51a6e7794fd41c19","status":"passed","time":{"start":1724862259251,"stop":1724862259252,"duration":1}},{"uid":"ebb4f98ac76c7796","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ebb4f98ac76c7796","status":"passed","time":{"start":1724861735326,"stop":1724861735327,"duration":1}},{"uid":"adc327337d96daf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/adc327337d96daf","status":"passed","time":{"start":1724861606343,"stop":1724861606344,"duration":1}},{"uid":"ff3ac453a3d3a94f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ff3ac453a3d3a94f","status":"passed","time":{"start":1724861426687,"stop":1724861426688,"duration":1}}]},"954363487a29c1b5a533787fe6c817df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"96f4f0fba43c7204","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/96f4f0fba43c7204","status":"passed","time":{"start":1724922845236,"stop":1724922845237,"duration":1}},{"uid":"fea0fb0bfaacf957","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fea0fb0bfaacf957","status":"passed","time":{"start":1724921515222,"stop":1724921515222,"duration":0}},{"uid":"b36e078ebde89262","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b36e078ebde89262","status":"passed","time":{"start":1724921475442,"stop":1724921475442,"duration":0}},{"uid":"1b75ba86e4a2bb9a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1b75ba86e4a2bb9a","status":"passed","time":{"start":1724918179387,"stop":1724918179387,"duration":0}},{"uid":"1bec3bef9657f390","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1bec3bef9657f390","status":"passed","time":{"start":1724889935337,"stop":1724889935337,"duration":0}},{"uid":"43d4d2a4ceddb7f2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/43d4d2a4ceddb7f2","status":"passed","time":{"start":1724889072749,"stop":1724889072750,"duration":1}},{"uid":"3dd3ed3dd440a745","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3dd3ed3dd440a745","status":"passed","time":{"start":1724888232411,"stop":1724888232411,"duration":0}},{"uid":"5aeb4306f4abbf1c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5aeb4306f4abbf1c","status":"passed","time":{"start":1724887018290,"stop":1724887018291,"duration":1}},{"uid":"e5fa9164c44b1220","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e5fa9164c44b1220","status":"passed","time":{"start":1724886781475,"stop":1724886781475,"duration":0}},{"uid":"9befc623f7b60dd1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9befc623f7b60dd1","status":"passed","time":{"start":1724862213658,"stop":1724862213659,"duration":1}},{"uid":"3a1b9c3b7d7df707","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3a1b9c3b7d7df707","status":"passed","time":{"start":1724861685851,"stop":1724861685852,"duration":1}},{"uid":"312892ea098f7017","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/312892ea098f7017","status":"passed","time":{"start":1724861546166,"stop":1724861546168,"duration":2}},{"uid":"e58690547d74deea","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e58690547d74deea","status":"passed","time":{"start":1724861378107,"stop":1724861378107,"duration":0}}]},"cc4bb601c0ec3222911168ac8f32da4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"34ab69a0dbf734c7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/34ab69a0dbf734c7","status":"passed","time":{"start":1724922382327,"stop":1724922382327,"duration":0}},{"uid":"3cc723f4023a6d1f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3cc723f4023a6d1f","status":"passed","time":{"start":1724921045532,"stop":1724921045532,"duration":0}},{"uid":"ff723719aa3b5b0b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ff723719aa3b5b0b","status":"passed","time":{"start":1724921020725,"stop":1724921020725,"duration":0}},{"uid":"d705c3dad17cb236","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d705c3dad17cb236","status":"passed","time":{"start":1724917681052,"stop":1724917681053,"duration":1}},{"uid":"4f3fa553c62961ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f3fa553c62961ba","status":"passed","time":{"start":1724889459943,"stop":1724889459943,"duration":0}},{"uid":"2d40016ed5ee3f9b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d40016ed5ee3f9b","status":"passed","time":{"start":1724888610533,"stop":1724888610534,"duration":1}},{"uid":"4373a4eb23036fec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4373a4eb23036fec","status":"passed","time":{"start":1724887766847,"stop":1724887766848,"duration":1}},{"uid":"9d82678c81ab0e0a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9d82678c81ab0e0a","status":"passed","time":{"start":1724886533242,"stop":1724886533243,"duration":1}},{"uid":"ce37be50246b83fc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ce37be50246b83fc","status":"passed","time":{"start":1724886311088,"stop":1724886311089,"duration":1}},{"uid":"97570ab9ee451166","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97570ab9ee451166","status":"passed","time":{"start":1724861760048,"stop":1724861760048,"duration":0}},{"uid":"64443cfcbe286820","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/64443cfcbe286820","status":"passed","time":{"start":1724861230827,"stop":1724861230828,"duration":1}},{"uid":"794524b97b159e4b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/794524b97b159e4b","status":"passed","time":{"start":1724861053399,"stop":1724861053400,"duration":1}},{"uid":"bb148db4cba17922","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bb148db4cba17922","status":"passed","time":{"start":1724860914744,"stop":1724860914744,"duration":0}}]},"ecec8616e244e01eb233ceba2a3a750b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f133a0716e53673f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f133a0716e53673f","status":"passed","time":{"start":1724886781501,"stop":1724886781502,"duration":1}}]},"9ac45c4e34b80f7576b6c8d505bfedd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"194b604423a7592e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/194b604423a7592e","status":"passed","time":{"start":1724922398405,"stop":1724922398406,"duration":1}},{"uid":"5f24c238099ee543","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5f24c238099ee543","status":"passed","time":{"start":1724921061374,"stop":1724921061374,"duration":0}},{"uid":"2bec0fca853d3f43","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2bec0fca853d3f43","status":"passed","time":{"start":1724921036561,"stop":1724921036566,"duration":5}},{"uid":"7d19d8e5f38fadf3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7d19d8e5f38fadf3","status":"passed","time":{"start":1724917696996,"stop":1724917696996,"duration":0}},{"uid":"3a2584b08f3ece6c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a2584b08f3ece6c","status":"passed","time":{"start":1724889475438,"stop":1724889475439,"duration":1}},{"uid":"bd0ce93f44630125","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bd0ce93f44630125","status":"passed","time":{"start":1724888626532,"stop":1724888626532,"duration":0}},{"uid":"7cecf7eac711d9f8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7cecf7eac711d9f8","status":"passed","time":{"start":1724887782741,"stop":1724887782741,"duration":0}},{"uid":"bee2672e416b4b57","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bee2672e416b4b57","status":"passed","time":{"start":1724886549352,"stop":1724886549353,"duration":1}},{"uid":"61d378b4b86e9cdf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/61d378b4b86e9cdf","status":"passed","time":{"start":1724886326877,"stop":1724886326877,"duration":0}},{"uid":"608a66a07ce7f8ca","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/608a66a07ce7f8ca","status":"passed","time":{"start":1724861776304,"stop":1724861776304,"duration":0}},{"uid":"c2d446de3c0ec6c7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c2d446de3c0ec6c7","status":"passed","time":{"start":1724861246688,"stop":1724861246689,"duration":1}},{"uid":"d0af7791f95a7c7a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d0af7791f95a7c7a","status":"passed","time":{"start":1724861070674,"stop":1724861070675,"duration":1}},{"uid":"953506cf09f55135","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/953506cf09f55135","status":"passed","time":{"start":1724860931333,"stop":1724860931333,"duration":0}}]},"1cc77746c53cd5e9564f482ae6f105d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7176500ff2494c39","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7176500ff2494c39","status":"passed","time":{"start":1724886880631,"stop":1724886880631,"duration":0}}]},"c611aaca5a97529ae8af9cec7a03fa57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3acd86dad6c9b356","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3acd86dad6c9b356","status":"passed","time":{"start":1724861485083,"stop":1724861485083,"duration":0}}]},"574035ab561579660a27c038e6006d86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"35748186bee95b2b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/35748186bee95b2b","status":"passed","time":{"start":1724922647837,"stop":1724922647837,"duration":0}},{"uid":"a6d6093f03a0b3f8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a6d6093f03a0b3f8","status":"passed","time":{"start":1724921300828,"stop":1724921300828,"duration":0}},{"uid":"2e653eff67f1887d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2e653eff67f1887d","status":"passed","time":{"start":1724921280720,"stop":1724921280721,"duration":1}},{"uid":"3243078f0b089a72","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3243078f0b089a72","status":"passed","time":{"start":1724917963264,"stop":1724917963265,"duration":1}},{"uid":"7fb6ff694344f9ab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7fb6ff694344f9ab","status":"passed","time":{"start":1724889734122,"stop":1724889734122,"duration":0}},{"uid":"6b7a92dca9e89351","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b7a92dca9e89351","status":"passed","time":{"start":1724888859623,"stop":1724888859623,"duration":0}},{"uid":"80f31a4979ba004a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/80f31a4979ba004a","status":"passed","time":{"start":1724888053954,"stop":1724888053955,"duration":1}},{"uid":"b16ff607cc1cc30","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b16ff607cc1cc30","status":"passed","time":{"start":1724886820681,"stop":1724886820681,"duration":0}},{"uid":"4cb91c6b9cd2015b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4cb91c6b9cd2015b","status":"passed","time":{"start":1724886589272,"stop":1724886589272,"duration":0}},{"uid":"fb3c05deb8d69d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb3c05deb8d69d9","status":"passed","time":{"start":1724862027808,"stop":1724862027808,"duration":0}},{"uid":"9f81bd69fef9542e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9f81bd69fef9542e","status":"passed","time":{"start":1724861484562,"stop":1724861484563,"duration":1}},{"uid":"a7eb5e0935b46104","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a7eb5e0935b46104","status":"passed","time":{"start":1724861315160,"stop":1724861315160,"duration":0}},{"uid":"c2292a864f7d0391","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c2292a864f7d0391","status":"passed","time":{"start":1724861168763,"stop":1724861168765,"duration":2}}]},"11b3048f4d111e1ae7ca97e1da55f88a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5dbcac7b9f5584f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5dbcac7b9f5584f","status":"passed","time":{"start":1724922853914,"stop":1724922853915,"duration":1}},{"uid":"1e4c46fddde52fc4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1e4c46fddde52fc4","status":"passed","time":{"start":1724921529581,"stop":1724921529582,"duration":1}},{"uid":"a07beb2c1391227d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a07beb2c1391227d","status":"passed","time":{"start":1724921488878,"stop":1724921488878,"duration":0}},{"uid":"7996f9786a93e941","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7996f9786a93e941","status":"passed","time":{"start":1724918203684,"stop":1724918203685,"duration":1}},{"uid":"47556cbeffa5b10b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/47556cbeffa5b10b","status":"passed","time":{"start":1724889938356,"stop":1724889938356,"duration":0}},{"uid":"8aa615038cb09a72","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8aa615038cb09a72","status":"passed","time":{"start":1724889077064,"stop":1724889077064,"duration":0}},{"uid":"e5229498e2786d66","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e5229498e2786d66","status":"passed","time":{"start":1724888268031,"stop":1724888268032,"duration":1}},{"uid":"cde083773aa57fa4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cde083773aa57fa4","status":"passed","time":{"start":1724887032400,"stop":1724887032400,"duration":0}},{"uid":"55cbb35da56e5d08","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/55cbb35da56e5d08","status":"passed","time":{"start":1724886822793,"stop":1724886822794,"duration":1}},{"uid":"850f50ebbdbfb1d6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/850f50ebbdbfb1d6","status":"passed","time":{"start":1724862233508,"stop":1724862233508,"duration":0}},{"uid":"1e2dfe1b3b6ae5fa","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1e2dfe1b3b6ae5fa","status":"passed","time":{"start":1724861712668,"stop":1724861712668,"duration":0}},{"uid":"486ccbf630c7f8b8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/486ccbf630c7f8b8","status":"passed","time":{"start":1724861567887,"stop":1724861567887,"duration":0}},{"uid":"4416e09e8b451abb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4416e09e8b451abb","status":"passed","time":{"start":1724861392052,"stop":1724861392053,"duration":1}}]},"3f0f2dc0913594ac4d27adb61197f584:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"66abdc2155897ab0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/66abdc2155897ab0","status":"passed","time":{"start":1724922778327,"stop":1724922778327,"duration":0}},{"uid":"71d22c15c157cf5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/71d22c15c157cf5","status":"passed","time":{"start":1724921497759,"stop":1724921497759,"duration":0}},{"uid":"20cb4e57f815f12c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/20cb4e57f815f12c","status":"passed","time":{"start":1724921408414,"stop":1724921408414,"duration":0}},{"uid":"dd780a41c62010e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd780a41c62010e","status":"passed","time":{"start":1724918086871,"stop":1724918086871,"duration":0}},{"uid":"c7632d4d5a4368ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c7632d4d5a4368ac","status":"passed","time":{"start":1724889892447,"stop":1724889892448,"duration":1}},{"uid":"6e210b6af8cd826d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e210b6af8cd826d","status":"passed","time":{"start":1724888997217,"stop":1724888997217,"duration":0}},{"uid":"3774083ff6f384cd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3774083ff6f384cd","status":"passed","time":{"start":1724888159491,"stop":1724888159491,"duration":0}},{"uid":"a3fe7112b3a2c91d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a3fe7112b3a2c91d","status":"passed","time":{"start":1724886937303,"stop":1724886937308,"duration":5}},{"uid":"d12fb441227ca35d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d12fb441227ca35d","status":"passed","time":{"start":1724886709807,"stop":1724886709808,"duration":1}},{"uid":"5427af5400695fae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5427af5400695fae","status":"passed","time":{"start":1724862123538,"stop":1724862123538,"duration":0}},{"uid":"b8974d7b12b74b3a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b8974d7b12b74b3a","status":"passed","time":{"start":1724861620105,"stop":1724861620105,"duration":0}},{"uid":"8a05457f7f343fc6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8a05457f7f343fc6","status":"passed","time":{"start":1724861460249,"stop":1724861460250,"duration":1}},{"uid":"c07c36752662a76d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c07c36752662a76d","status":"passed","time":{"start":1724861330173,"stop":1724861330173,"duration":0}}]},"a2a4386b1a75d8d9fd5177fdf40c00d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":9,"unknown":0,"total":13},"items":[{"uid":"5a78a38547cd09de","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5a78a38547cd09de","status":"passed","time":{"start":1724922535050,"stop":1724922535051,"duration":1}},{"uid":"3542fa53e2840b8e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3542fa53e2840b8e","status":"passed","time":{"start":1724921196358,"stop":1724921196358,"duration":0}},{"uid":"6ea695c89a2b6b2a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6ea695c89a2b6b2a","status":"passed","time":{"start":1724921173181,"stop":1724921173182,"duration":1}},{"uid":"ac0bd3e78dadaf17","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ac0bd3e78dadaf17","status":"broken","statusDetails":"expected true to be false","time":{"start":1724917930832,"stop":1724917930833,"duration":1}},{"uid":"d801c8bf47bd2d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d801c8bf47bd2d8","status":"passed","time":{"start":1724889621017,"stop":1724889621017,"duration":0}},{"uid":"c5fa454b632d7986","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5fa454b632d7986","status":"passed","time":{"start":1724888759389,"stop":1724888759389,"duration":0}},{"uid":"f0f3e1809d1cc120","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f0f3e1809d1cc120","status":"broken","statusDetails":"expected true to be false","time":{"start":1724888015047,"stop":1724888015048,"duration":1}},{"uid":"440ee7a24cdce2fe","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/440ee7a24cdce2fe","status":"broken","statusDetails":"expected true to be false","time":{"start":1724886784547,"stop":1724886784548,"duration":1}},{"uid":"c57dbf7d6d9d29d8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c57dbf7d6d9d29d8","status":"broken","statusDetails":"expected true to be false","time":{"start":1724886566534,"stop":1724886566534,"duration":0}},{"uid":"6e21f784abb68463","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e21f784abb68463","status":"passed","time":{"start":1724861915534,"stop":1724861915534,"duration":0}},{"uid":"52026fbcd72c436d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/52026fbcd72c436d","status":"passed","time":{"start":1724861379725,"stop":1724861379726,"duration":1}},{"uid":"fff872a0e7d38683","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fff872a0e7d38683","status":"passed","time":{"start":1724861206880,"stop":1724861206880,"duration":0}},{"uid":"7acfc271131d40c4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7acfc271131d40c4","status":"passed","time":{"start":1724861067560,"stop":1724861067561,"duration":1}}]},"bd3f6838484ba2f91887dd0d3aa85a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c60a0f065d2766b2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c60a0f065d2766b2","status":"passed","time":{"start":1724922382326,"stop":1724922382327,"duration":1}},{"uid":"154d0656330a56cc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/154d0656330a56cc","status":"passed","time":{"start":1724921045531,"stop":1724921045532,"duration":1}},{"uid":"adb869a16afe43f1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/adb869a16afe43f1","status":"passed","time":{"start":1724921020724,"stop":1724921020725,"duration":1}},{"uid":"f12a64780b47a49f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f12a64780b47a49f","status":"passed","time":{"start":1724917681049,"stop":1724917681051,"duration":2}},{"uid":"be897892327f5301","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/be897892327f5301","status":"passed","time":{"start":1724889459914,"stop":1724889459943,"duration":29}},{"uid":"f3ca23c4cbf7aadf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3ca23c4cbf7aadf","status":"passed","time":{"start":1724888610532,"stop":1724888610533,"duration":1}},{"uid":"8ebece7896a7ddf5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8ebece7896a7ddf5","status":"passed","time":{"start":1724887766847,"stop":1724887766847,"duration":0}},{"uid":"50e351009aa05ccc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/50e351009aa05ccc","status":"passed","time":{"start":1724886533242,"stop":1724886533242,"duration":0}},{"uid":"a0e67caf1dc6760","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a0e67caf1dc6760","status":"passed","time":{"start":1724886311088,"stop":1724886311088,"duration":0}},{"uid":"25fc7f07b0fe5e6d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/25fc7f07b0fe5e6d","status":"passed","time":{"start":1724861760047,"stop":1724861760048,"duration":1}},{"uid":"e17062a8ca32f4ea","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e17062a8ca32f4ea","status":"passed","time":{"start":1724861230826,"stop":1724861230827,"duration":1}},{"uid":"c58dea3afa196d91","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c58dea3afa196d91","status":"passed","time":{"start":1724861053397,"stop":1724861053398,"duration":1}},{"uid":"fd5b2d4921ee8b57","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fd5b2d4921ee8b57","status":"passed","time":{"start":1724860914743,"stop":1724860914743,"duration":0}}]},"4384ca21409a1cabf4abc4b90c9a7921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5916c6ee4db38f4a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5916c6ee4db38f4a","status":"passed","time":{"start":1724922950824,"stop":1724922950824,"duration":0}},{"uid":"c526609e511a3e4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c526609e511a3e4","status":"passed","time":{"start":1724921640402,"stop":1724921640402,"duration":0}},{"uid":"961bebd567e84eda","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/961bebd567e84eda","status":"passed","time":{"start":1724921600424,"stop":1724921600424,"duration":0}},{"uid":"8b953d5589fbd80","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8b953d5589fbd80","status":"passed","time":{"start":1724918300931,"stop":1724918300932,"duration":1}},{"uid":"d82b4b1d546c2761","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d82b4b1d546c2761","status":"passed","time":{"start":1724890059296,"stop":1724890059297,"duration":1}},{"uid":"7f91274e0a818e63","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7f91274e0a818e63","status":"passed","time":{"start":1724889188326,"stop":1724889188328,"duration":2}},{"uid":"daf6b3ee230aee53","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/daf6b3ee230aee53","status":"passed","time":{"start":1724888372742,"stop":1724888372742,"duration":0}},{"uid":"94983e934934f106","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/94983e934934f106","status":"passed","time":{"start":1724887135722,"stop":1724887135723,"duration":1}},{"uid":"b2a4ed78f9776a09","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b2a4ed78f9776a09","status":"passed","time":{"start":1724886919688,"stop":1724886919689,"duration":1}},{"uid":"8f119400ec0e4426","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f119400ec0e4426","status":"passed","time":{"start":1724862341836,"stop":1724862341837,"duration":1}},{"uid":"298cad0263186834","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/298cad0263186834","status":"passed","time":{"start":1724861815493,"stop":1724861815494,"duration":1}},{"uid":"3fbd58fcdacb62a4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3fbd58fcdacb62a4","status":"passed","time":{"start":1724861669540,"stop":1724861669541,"duration":1}},{"uid":"281f02b70c212d61","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/281f02b70c212d61","status":"passed","time":{"start":1724861505424,"stop":1724861505424,"duration":0}}]},"4b63c7036769b7bb1dfa436bd8663cff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7ae13fe262bed0a3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7ae13fe262bed0a3","status":"passed","time":{"start":1724861800255,"stop":1724861800255,"duration":0}}]},"99dbeba4cb59ca0718283847dc67c93f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"29a97e981a2f4d2e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/29a97e981a2f4d2e","status":"passed","time":{"start":1724922508638,"stop":1724922508639,"duration":1}},{"uid":"af212c853f102bd1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/af212c853f102bd1","status":"passed","time":{"start":1724921164599,"stop":1724921164599,"duration":0}},{"uid":"178703ea35aa1b5a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/178703ea35aa1b5a","status":"passed","time":{"start":1724921137826,"stop":1724921137826,"duration":0}},{"uid":"137bdcd88696d13","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/137bdcd88696d13","status":"passed","time":{"start":1724917810540,"stop":1724917810540,"duration":0}},{"uid":"19077a170656303b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/19077a170656303b","status":"passed","time":{"start":1724889585448,"stop":1724889585448,"duration":0}},{"uid":"bc3970acff77fe51","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc3970acff77fe51","status":"passed","time":{"start":1724888736510,"stop":1724888736511,"duration":1}},{"uid":"ded75cec65fa791c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ded75cec65fa791c","status":"passed","time":{"start":1724887891793,"stop":1724887891795,"duration":2}},{"uid":"518a2b5f72dc4fc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/518a2b5f72dc4fc1","status":"passed","time":{"start":1724886657790,"stop":1724886657790,"duration":0}},{"uid":"f7fbd6f49a092230","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f7fbd6f49a092230","status":"passed","time":{"start":1724886447358,"stop":1724886447359,"duration":1}},{"uid":"e24811efbf70bfa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e24811efbf70bfa","status":"passed","time":{"start":1724861880123,"stop":1724861880125,"duration":2}},{"uid":"20ec1764a93d7682","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/20ec1764a93d7682","status":"passed","time":{"start":1724861359782,"stop":1724861359782,"duration":0}},{"uid":"a49eb47bff6e2cdc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a49eb47bff6e2cdc","status":"passed","time":{"start":1724861179682,"stop":1724861179683,"duration":1}},{"uid":"df07ea2ef8bc0f30","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/df07ea2ef8bc0f30","status":"passed","time":{"start":1724861040980,"stop":1724861040981,"duration":1}}]},"1fdfd92e08fbe939ce700c69eb5e7fde:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2ec0e681bc96b04a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ec0e681bc96b04a","status":"passed","time":{"start":1724890039738,"stop":1724890039739,"duration":1}}]},"a7ec74184f222e80b83b41bc32362ff9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1d2ef7e386fc6cae","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1d2ef7e386fc6cae","status":"passed","time":{"start":1724922611420,"stop":1724922611420,"duration":0}},{"uid":"897ab3a0d540ccf9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/897ab3a0d540ccf9","status":"passed","time":{"start":1724921270341,"stop":1724921270341,"duration":0}},{"uid":"ea9939f4ff012c0a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ea9939f4ff012c0a","status":"passed","time":{"start":1724921247771,"stop":1724921247772,"duration":1}},{"uid":"b30c2ac2a8b7c7be","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b30c2ac2a8b7c7be","status":"passed","time":{"start":1724917989808,"stop":1724917989809,"duration":1}},{"uid":"25b69bafa3917d13","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/25b69bafa3917d13","status":"passed","time":{"start":1724889678531,"stop":1724889678532,"duration":1}},{"uid":"fedf8d6623b6d3f6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fedf8d6623b6d3f6","status":"passed","time":{"start":1724888829824,"stop":1724888829824,"duration":0}},{"uid":"2d460c535038a65d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2d460c535038a65d","status":"passed","time":{"start":1724888076971,"stop":1724888076972,"duration":1}},{"uid":"9eadcb2341dcf61a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9eadcb2341dcf61a","status":"passed","time":{"start":1724886851110,"stop":1724886851111,"duration":1}},{"uid":"81ed48ae17aebbf8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/81ed48ae17aebbf8","status":"passed","time":{"start":1724886647054,"stop":1724886647055,"duration":1}},{"uid":"cd7570259e873500","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd7570259e873500","status":"passed","time":{"start":1724861992701,"stop":1724861992701,"duration":0}},{"uid":"4d6b7855063aa5d1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4d6b7855063aa5d1","status":"passed","time":{"start":1724861469627,"stop":1724861469628,"duration":1}},{"uid":"c2ec58908a4db282","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c2ec58908a4db282","status":"passed","time":{"start":1724861284844,"stop":1724861284844,"duration":0}},{"uid":"a65795ae41b7fd71","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a65795ae41b7fd71","status":"passed","time":{"start":1724861145771,"stop":1724861145771,"duration":0}}]},"7039866f887597d9b257d5d2f12efc2a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a358e1d60872e26c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a358e1d60872e26c","status":"passed","time":{"start":1724922601844,"stop":1724922601845,"duration":1}}]},"bdff96d282b390fdf8d15fc660fe095e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"320a6435536b3d8f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/320a6435536b3d8f","status":"passed","time":{"start":1724922374685,"stop":1724922374686,"duration":1}},{"uid":"ff62bef00a3111c1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ff62bef00a3111c1","status":"passed","time":{"start":1724921037647,"stop":1724921037647,"duration":0}},{"uid":"c957229a7411b48c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c957229a7411b48c","status":"passed","time":{"start":1724921013059,"stop":1724921013060,"duration":1}},{"uid":"b8678885764f9ac5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b8678885764f9ac5","status":"passed","time":{"start":1724917673301,"stop":1724917673301,"duration":0}},{"uid":"917e6349f557ef7e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/917e6349f557ef7e","status":"passed","time":{"start":1724889452320,"stop":1724889452321,"duration":1}},{"uid":"e26cd1f184accbd1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e26cd1f184accbd1","status":"passed","time":{"start":1724888602852,"stop":1724888602852,"duration":0}},{"uid":"c6d73ba82732d1a5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c6d73ba82732d1a5","status":"passed","time":{"start":1724887759173,"stop":1724887759173,"duration":0}},{"uid":"5e41c006e0adb8c3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5e41c006e0adb8c3","status":"passed","time":{"start":1724886525552,"stop":1724886525552,"duration":0}},{"uid":"cbc0aa6c17b29c5e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cbc0aa6c17b29c5e","status":"passed","time":{"start":1724886303407,"stop":1724886303407,"duration":0}},{"uid":"4b724d44c7083934","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b724d44c7083934","status":"passed","time":{"start":1724861752239,"stop":1724861752240,"duration":1}},{"uid":"cb01b41efefd4f53","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cb01b41efefd4f53","status":"passed","time":{"start":1724861223364,"stop":1724861223364,"duration":0}},{"uid":"d59cf3b12a571497","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d59cf3b12a571497","status":"passed","time":{"start":1724861045212,"stop":1724861045213,"duration":1}},{"uid":"457e539c3fb98a59","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/457e539c3fb98a59","status":"passed","time":{"start":1724860907098,"stop":1724860907098,"duration":0}}]},"491378aaa4600ceb1926c0521141b938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"db89ff85c95a4f70","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/db89ff85c95a4f70","status":"passed","time":{"start":1724922845239,"stop":1724922845240,"duration":1}},{"uid":"59990939eb569685","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/59990939eb569685","status":"passed","time":{"start":1724921515224,"stop":1724921515225,"duration":1}},{"uid":"1b1fdf1e3686dfe0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1b1fdf1e3686dfe0","status":"passed","time":{"start":1724921475444,"stop":1724921475444,"duration":0}},{"uid":"f07d590d37d95423","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f07d590d37d95423","status":"passed","time":{"start":1724918179399,"stop":1724918179399,"duration":0}},{"uid":"a8c54421916716d1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a8c54421916716d1","status":"passed","time":{"start":1724889935339,"stop":1724889935339,"duration":0}},{"uid":"2a4901a3dfa9b476","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2a4901a3dfa9b476","status":"passed","time":{"start":1724889072752,"stop":1724889072752,"duration":0}},{"uid":"6751fe274ce7d7bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6751fe274ce7d7bd","status":"passed","time":{"start":1724888232413,"stop":1724888232413,"duration":0}},{"uid":"c39ad43012e8d471","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c39ad43012e8d471","status":"passed","time":{"start":1724887018301,"stop":1724887018301,"duration":0}},{"uid":"899c5126af9b19bd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/899c5126af9b19bd","status":"passed","time":{"start":1724886781477,"stop":1724886781478,"duration":1}},{"uid":"af8e29530e7b5b19","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/af8e29530e7b5b19","status":"passed","time":{"start":1724862213661,"stop":1724862213661,"duration":0}},{"uid":"583c00296fbdb98c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/583c00296fbdb98c","status":"passed","time":{"start":1724861685854,"stop":1724861685854,"duration":0}},{"uid":"27ed36c3a96062ad","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/27ed36c3a96062ad","status":"passed","time":{"start":1724861546171,"stop":1724861546171,"duration":0}},{"uid":"40b8ce35b920acd3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/40b8ce35b920acd3","status":"passed","time":{"start":1724861378109,"stop":1724861378109,"duration":0}}]},"c552836869246ed1b59a80786fae3f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ce8e942cb56041b6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ce8e942cb56041b6","status":"passed","time":{"start":1724923008736,"stop":1724923008736,"duration":0}},{"uid":"11216abbb15f1827","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/11216abbb15f1827","status":"passed","time":{"start":1724921677828,"stop":1724921677828,"duration":0}},{"uid":"2d9f4bb3ff64b67d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2d9f4bb3ff64b67d","status":"passed","time":{"start":1724921635680,"stop":1724921635680,"duration":0}},{"uid":"638e6b3aa3a5ff58","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/638e6b3aa3a5ff58","status":"passed","time":{"start":1724918344739,"stop":1724918344739,"duration":0}},{"uid":"422d7a06f06f3a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/422d7a06f06f3a1","status":"passed","time":{"start":1724890097427,"stop":1724890097428,"duration":1}},{"uid":"fd9b19076ba2f2ce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fd9b19076ba2f2ce","status":"passed","time":{"start":1724889226624,"stop":1724889226624,"duration":0}},{"uid":"b1c14e99d8819e57","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b1c14e99d8819e57","status":"passed","time":{"start":1724888405387,"stop":1724888405387,"duration":0}},{"uid":"69c041c5b6965492","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/69c041c5b6965492","status":"passed","time":{"start":1724887180096,"stop":1724887180097,"duration":1}},{"uid":"c0d708d24a741a8f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c0d708d24a741a8f","status":"passed","time":{"start":1724886957950,"stop":1724886957950,"duration":0}},{"uid":"38846770ed77730b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/38846770ed77730b","status":"passed","time":{"start":1724862379719,"stop":1724862379719,"duration":0}},{"uid":"b09118fb8d8760ba","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b09118fb8d8760ba","status":"passed","time":{"start":1724861853004,"stop":1724861853005,"duration":1}},{"uid":"81ce40b5260e2bca","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/81ce40b5260e2bca","status":"passed","time":{"start":1724861709847,"stop":1724861709847,"duration":0}},{"uid":"9c7d756e7bf9871e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9c7d756e7bf9871e","status":"passed","time":{"start":1724861537424,"stop":1724861537425,"duration":1}}]},"c717f1b9c8d8565ddbfeb4c28c1c45cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2cb916a54b02e947","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2cb916a54b02e947","status":"passed","time":{"start":1724923012474,"stop":1724923012474,"duration":0}},{"uid":"f31280671ff3d9d4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f31280671ff3d9d4","status":"passed","time":{"start":1724921625080,"stop":1724921625080,"duration":0}},{"uid":"baaae2fad53aa32b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/baaae2fad53aa32b","status":"passed","time":{"start":1724921590504,"stop":1724921590504,"duration":0}},{"uid":"644a192bdd6cb4c9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/644a192bdd6cb4c9","status":"passed","time":{"start":1724918287571,"stop":1724918287572,"duration":1}},{"uid":"a376274f890c88a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a376274f890c88a6","status":"passed","time":{"start":1724890047797,"stop":1724890047797,"duration":0}},{"uid":"cd068978f832509e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd068978f832509e","status":"passed","time":{"start":1724889183930,"stop":1724889183930,"duration":0}},{"uid":"8fb5d08c61dd638a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8fb5d08c61dd638a","status":"passed","time":{"start":1724888354178,"stop":1724888354178,"duration":0}},{"uid":"5e8d0faec2107cbd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5e8d0faec2107cbd","status":"passed","time":{"start":1724887145701,"stop":1724887145702,"duration":1}},{"uid":"1e19ae867a951aa7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1e19ae867a951aa7","status":"passed","time":{"start":1724886915793,"stop":1724886915794,"duration":1}},{"uid":"1359fbc04aea5047","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1359fbc04aea5047","status":"passed","time":{"start":1724862341458,"stop":1724862341458,"duration":0}},{"uid":"96eec3bf7dd1e282","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/96eec3bf7dd1e282","status":"passed","time":{"start":1724861805456,"stop":1724861805458,"duration":2}},{"uid":"3d9ab76f58a614f8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3d9ab76f58a614f8","status":"passed","time":{"start":1724861662293,"stop":1724861662294,"duration":1}},{"uid":"c3703d322df580d9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c3703d322df580d9","status":"passed","time":{"start":1724861492521,"stop":1724861492522,"duration":1}}]},"547dccd01d7cf6ad6698a95c479c36e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2b8210618249e3b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2b8210618249e3b","status":"passed","time":{"start":1724861546201,"stop":1724861546201,"duration":0}}]},"073f8bd5bc0acc96d625ba4577924444:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b303f5567fc99e77","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b303f5567fc99e77","status":"passed","time":{"start":1724922891492,"stop":1724922891492,"duration":0}},{"uid":"b2500cc441ed711c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b2500cc441ed711c","status":"passed","time":{"start":1724921563019,"stop":1724921563019,"duration":0}},{"uid":"7d899ffc1e4a70b2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7d899ffc1e4a70b2","status":"passed","time":{"start":1724921526815,"stop":1724921526816,"duration":1}},{"uid":"b6e8f4db02ed324a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b6e8f4db02ed324a","status":"passed","time":{"start":1724918239949,"stop":1724918239952,"duration":3}},{"uid":"ad3ea792a44b5e17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ad3ea792a44b5e17","status":"passed","time":{"start":1724889980922,"stop":1724889980923,"duration":1}},{"uid":"9a7cc234c3264aae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9a7cc234c3264aae","status":"passed","time":{"start":1724889109975,"stop":1724889109976,"duration":1}},{"uid":"c22f2523334209b4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c22f2523334209b4","status":"passed","time":{"start":1724888294725,"stop":1724888294725,"duration":0}},{"uid":"38c2e046dc78c508","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/38c2e046dc78c508","status":"passed","time":{"start":1724887071744,"stop":1724887071744,"duration":0}},{"uid":"d1ca3c5054fca7c5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d1ca3c5054fca7c5","status":"passed","time":{"start":1724886848349,"stop":1724886848349,"duration":0}},{"uid":"88c7c83a4df4139d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/88c7c83a4df4139d","status":"passed","time":{"start":1724862259258,"stop":1724862259259,"duration":1}},{"uid":"eaace37a52c8fb66","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/eaace37a52c8fb66","status":"passed","time":{"start":1724861735333,"stop":1724861735334,"duration":1}},{"uid":"a5372cab13726a1d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a5372cab13726a1d","status":"passed","time":{"start":1724861606352,"stop":1724861606352,"duration":0}},{"uid":"488770b1efdaf427","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/488770b1efdaf427","status":"passed","time":{"start":1724861426691,"stop":1724861426691,"duration":0}}]},"5c7ec512bd5b62afb4dd3c34ac9b2fca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"637625bf4e879e64","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/637625bf4e879e64","status":"passed","time":{"start":1724922374693,"stop":1724922374694,"duration":1}},{"uid":"1bc9f76e644cc778","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1bc9f76e644cc778","status":"passed","time":{"start":1724921037653,"stop":1724921037653,"duration":0}},{"uid":"9d72d86de7594ce1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9d72d86de7594ce1","status":"passed","time":{"start":1724921013067,"stop":1724921013068,"duration":1}},{"uid":"a141c363edcd0d4c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a141c363edcd0d4c","status":"passed","time":{"start":1724917673308,"stop":1724917673308,"duration":0}},{"uid":"45148fd696423967","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/45148fd696423967","status":"passed","time":{"start":1724889452327,"stop":1724889452327,"duration":0}},{"uid":"8728e033459af65d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8728e033459af65d","status":"passed","time":{"start":1724888602860,"stop":1724888602860,"duration":0}},{"uid":"23618fc2bf78a378","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/23618fc2bf78a378","status":"passed","time":{"start":1724887759180,"stop":1724887759180,"duration":0}},{"uid":"8c289554ce2d1c4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8c289554ce2d1c4","status":"passed","time":{"start":1724886525558,"stop":1724886525558,"duration":0}},{"uid":"28cbc679b225388b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/28cbc679b225388b","status":"passed","time":{"start":1724886303414,"stop":1724886303414,"duration":0}},{"uid":"248e544cba089912","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/248e544cba089912","status":"passed","time":{"start":1724861752250,"stop":1724861752250,"duration":0}},{"uid":"8a6861ed87ca6faf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8a6861ed87ca6faf","status":"passed","time":{"start":1724861223370,"stop":1724861223371,"duration":1}},{"uid":"f20d7cb8a1fbd02c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f20d7cb8a1fbd02c","status":"passed","time":{"start":1724861045220,"stop":1724861045220,"duration":0}},{"uid":"9e39710959c22538","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9e39710959c22538","status":"passed","time":{"start":1724860907106,"stop":1724860907106,"duration":0}}]},"0c5de591ea5ad571a48f8ba360377f01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d56843242e8548e7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d56843242e8548e7","status":"passed","time":{"start":1724923012478,"stop":1724923012478,"duration":0}},{"uid":"ff1eee42f52f0024","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ff1eee42f52f0024","status":"passed","time":{"start":1724921625082,"stop":1724921625083,"duration":1}},{"uid":"b76702eab0c8af24","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b76702eab0c8af24","status":"passed","time":{"start":1724921590507,"stop":1724921590507,"duration":0}},{"uid":"eb13d1211efe7b08","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eb13d1211efe7b08","status":"passed","time":{"start":1724918287574,"stop":1724918287574,"duration":0}},{"uid":"9c6211b2701e6931","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9c6211b2701e6931","status":"passed","time":{"start":1724890047799,"stop":1724890047800,"duration":1}},{"uid":"54d9f6a962dd6bc7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/54d9f6a962dd6bc7","status":"passed","time":{"start":1724889183939,"stop":1724889183940,"duration":1}},{"uid":"60cc9065ac9c51a3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/60cc9065ac9c51a3","status":"passed","time":{"start":1724888354181,"stop":1724888354181,"duration":0}},{"uid":"a97b55da9c4d6e6c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a97b55da9c4d6e6c","status":"passed","time":{"start":1724887145711,"stop":1724887145716,"duration":5}},{"uid":"ef13eabd316ea133","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ef13eabd316ea133","status":"passed","time":{"start":1724886915796,"stop":1724886915796,"duration":0}},{"uid":"40d2856a96342ab3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/40d2856a96342ab3","status":"passed","time":{"start":1724862341462,"stop":1724862341462,"duration":0}},{"uid":"cc43a246d276ca48","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cc43a246d276ca48","status":"passed","time":{"start":1724861805464,"stop":1724861805465,"duration":1}},{"uid":"cb9a067863c2868","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cb9a067863c2868","status":"passed","time":{"start":1724861662298,"stop":1724861662298,"duration":0}},{"uid":"13bca13642fc702c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/13bca13642fc702c","status":"passed","time":{"start":1724861492525,"stop":1724861492525,"duration":0}}]},"faeaa63b59e5383bb298c13badf3477c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"33987d970777a3a5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/33987d970777a3a5","status":"passed","time":{"start":1724922853910,"stop":1724922853911,"duration":1}},{"uid":"e94ea2bd984dd91b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e94ea2bd984dd91b","status":"passed","time":{"start":1724921529572,"stop":1724921529573,"duration":1}},{"uid":"5fb7d8671ca7eddb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5fb7d8671ca7eddb","status":"passed","time":{"start":1724921488874,"stop":1724921488874,"duration":0}},{"uid":"c7cb9dc48f394d29","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c7cb9dc48f394d29","status":"passed","time":{"start":1724918203670,"stop":1724918203670,"duration":0}},{"uid":"d29ee2336eb9b321","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d29ee2336eb9b321","status":"passed","time":{"start":1724889938353,"stop":1724889938353,"duration":0}},{"uid":"717c29d6217f05e3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/717c29d6217f05e3","status":"passed","time":{"start":1724889077033,"stop":1724889077048,"duration":15}},{"uid":"637ffa9f81217c0a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/637ffa9f81217c0a","status":"passed","time":{"start":1724888268008,"stop":1724888268008,"duration":0}},{"uid":"d5a6a8eded730b42","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d5a6a8eded730b42","status":"passed","time":{"start":1724887032390,"stop":1724887032391,"duration":1}},{"uid":"bb81c1f0efc6a97f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bb81c1f0efc6a97f","status":"passed","time":{"start":1724886822786,"stop":1724886822787,"duration":1}},{"uid":"217d688e26826416","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/217d688e26826416","status":"passed","time":{"start":1724862233504,"stop":1724862233504,"duration":0}},{"uid":"7c0922d018436bef","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7c0922d018436bef","status":"passed","time":{"start":1724861712665,"stop":1724861712665,"duration":0}},{"uid":"9b6dabe289d7ac30","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9b6dabe289d7ac30","status":"passed","time":{"start":1724861567883,"stop":1724861567883,"duration":0}},{"uid":"c6822ada69d40f97","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c6822ada69d40f97","status":"passed","time":{"start":1724861392039,"stop":1724861392040,"duration":1}}]},"928ac6883c801a6b50de07b547067762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2b64c5d5055d9dfa","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2b64c5d5055d9dfa","status":"passed","time":{"start":1724922853920,"stop":1724922853921,"duration":1}},{"uid":"e875276a4d423883","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e875276a4d423883","status":"passed","time":{"start":1724921529587,"stop":1724921529587,"duration":0}},{"uid":"3a398850cd8830d6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3a398850cd8830d6","status":"passed","time":{"start":1724921488881,"stop":1724921488881,"duration":0}},{"uid":"d8c725869de18a08","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d8c725869de18a08","status":"passed","time":{"start":1724918203688,"stop":1724918203688,"duration":0}},{"uid":"2c2aff374dc03653","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c2aff374dc03653","status":"passed","time":{"start":1724889938364,"stop":1724889938364,"duration":0}},{"uid":"674963f612383fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/674963f612383fa","status":"passed","time":{"start":1724889077067,"stop":1724889077068,"duration":1}},{"uid":"a00c7800c002abf8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a00c7800c002abf8","status":"passed","time":{"start":1724888268036,"stop":1724888268037,"duration":1}},{"uid":"ad4e05d680eae821","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ad4e05d680eae821","status":"passed","time":{"start":1724887032409,"stop":1724887032409,"duration":0}},{"uid":"3c40da4ba244ea85","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3c40da4ba244ea85","status":"passed","time":{"start":1724886822822,"stop":1724886822822,"duration":0}},{"uid":"119c68876ee43724","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/119c68876ee43724","status":"passed","time":{"start":1724862233512,"stop":1724862233513,"duration":1}},{"uid":"5f5fcbe1e3677","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5f5fcbe1e3677","status":"passed","time":{"start":1724861712672,"stop":1724861712672,"duration":0}},{"uid":"881600b5a9d45e3e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/881600b5a9d45e3e","status":"passed","time":{"start":1724861567891,"stop":1724861567891,"duration":0}},{"uid":"5eb405fcccc288e2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5eb405fcccc288e2","status":"passed","time":{"start":1724861392056,"stop":1724861392056,"duration":0}}]},"792a18da5b7244104aa2077efbcd6319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"46e435eff677228f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/46e435eff677228f","status":"passed","time":{"start":1724922966286,"stop":1724922966286,"duration":0}},{"uid":"a8e92c60d9573786","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a8e92c60d9573786","status":"passed","time":{"start":1724921658746,"stop":1724921658747,"duration":1}},{"uid":"74dd5f10185525e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/74dd5f10185525e","status":"passed","time":{"start":1724921609581,"stop":1724921609581,"duration":0}},{"uid":"b5ba1f9665f9f02e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b5ba1f9665f9f02e","status":"passed","time":{"start":1724918323461,"stop":1724918323461,"duration":0}},{"uid":"464bb883e62e7c4c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/464bb883e62e7c4c","status":"passed","time":{"start":1724890071666,"stop":1724890071667,"duration":1}},{"uid":"db0b642b07f228c9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/db0b642b07f228c9","status":"passed","time":{"start":1724889207707,"stop":1724889207707,"duration":0}},{"uid":"c5fe116a86a13b4c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c5fe116a86a13b4c","status":"passed","time":{"start":1724888386327,"stop":1724888386327,"duration":0}},{"uid":"845f36fa13f34e6d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/845f36fa13f34e6d","status":"passed","time":{"start":1724887153935,"stop":1724887153936,"duration":1}},{"uid":"5b493f4667dae97f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5b493f4667dae97f","status":"passed","time":{"start":1724886927392,"stop":1724886927393,"duration":1}},{"uid":"522b86ff1271c2bb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/522b86ff1271c2bb","status":"passed","time":{"start":1724862360110,"stop":1724862360111,"duration":1}},{"uid":"5144ad3c09508850","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5144ad3c09508850","status":"passed","time":{"start":1724861832843,"stop":1724861832844,"duration":1}},{"uid":"459fa02a98dd125d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/459fa02a98dd125d","status":"passed","time":{"start":1724861687429,"stop":1724861687429,"duration":0}},{"uid":"c98e026c27b533ca","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c98e026c27b533ca","status":"passed","time":{"start":1724861513179,"stop":1724861513179,"duration":0}}]},"0d2c96cd91d2559b09e4fe079e254698:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1eedaacfc4e88485","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1eedaacfc4e88485","status":"passed","time":{"start":1724862320147,"stop":1724862320147,"duration":0}}]},"18f96b7e027ad84bb585d47dc2910c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"293d9083c50794ad","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/293d9083c50794ad","status":"passed","time":{"start":1724922853907,"stop":1724922853908,"duration":1}},{"uid":"7e664bd326bad1d5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7e664bd326bad1d5","status":"passed","time":{"start":1724921529570,"stop":1724921529570,"duration":0}},{"uid":"4f9a8a7eb56f4e4f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4f9a8a7eb56f4e4f","status":"passed","time":{"start":1724921488871,"stop":1724921488872,"duration":1}},{"uid":"df4588db81937804","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/df4588db81937804","status":"passed","time":{"start":1724918203667,"stop":1724918203667,"duration":0}},{"uid":"eb7caf65173c2756","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eb7caf65173c2756","status":"passed","time":{"start":1724889938351,"stop":1724889938351,"duration":0}},{"uid":"c3258787e9cc3c5d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c3258787e9cc3c5d","status":"passed","time":{"start":1724889077030,"stop":1724889077031,"duration":1}},{"uid":"5903b1a465adf0a8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5903b1a465adf0a8","status":"passed","time":{"start":1724888268003,"stop":1724888268003,"duration":0}},{"uid":"c1740bf502557e73","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c1740bf502557e73","status":"passed","time":{"start":1724887032387,"stop":1724887032388,"duration":1}},{"uid":"70d896bfa4f1463f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/70d896bfa4f1463f","status":"passed","time":{"start":1724886822784,"stop":1724886822784,"duration":0}},{"uid":"64e563f82f0731e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64e563f82f0731e5","status":"passed","time":{"start":1724862233502,"stop":1724862233502,"duration":0}},{"uid":"c2e1f17065590cca","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c2e1f17065590cca","status":"passed","time":{"start":1724861712662,"stop":1724861712662,"duration":0}},{"uid":"68fa4b14850afe99","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/68fa4b14850afe99","status":"passed","time":{"start":1724861567876,"stop":1724861567877,"duration":1}},{"uid":"a3c6481744dacf4a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a3c6481744dacf4a","status":"passed","time":{"start":1724861392037,"stop":1724861392037,"duration":0}}]},"e75b0917704eac9613c503bbc5db3e6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"87e52898974ddddc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/87e52898974ddddc","status":"passed","time":{"start":1724922853927,"stop":1724922853927,"duration":0}},{"uid":"4c006ef5ce823ca3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4c006ef5ce823ca3","status":"passed","time":{"start":1724921529590,"stop":1724921529590,"duration":0}},{"uid":"35af8d900b491ff8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/35af8d900b491ff8","status":"passed","time":{"start":1724921488884,"stop":1724921488884,"duration":0}},{"uid":"9b2371a554d25fef","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9b2371a554d25fef","status":"passed","time":{"start":1724918203690,"stop":1724918203692,"duration":2}},{"uid":"35269a9450f5c6f6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/35269a9450f5c6f6","status":"passed","time":{"start":1724889938366,"stop":1724889938366,"duration":0}},{"uid":"3402cf814efc835f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3402cf814efc835f","status":"passed","time":{"start":1724889077070,"stop":1724889077070,"duration":0}},{"uid":"9b2f0a698836e36b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9b2f0a698836e36b","status":"passed","time":{"start":1724888268040,"stop":1724888268040,"duration":0}},{"uid":"4b823050de150d56","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4b823050de150d56","status":"passed","time":{"start":1724887032413,"stop":1724887032413,"duration":0}},{"uid":"153d58ef0273c36b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/153d58ef0273c36b","status":"passed","time":{"start":1724886822826,"stop":1724886822826,"duration":0}},{"uid":"9f553a22dbea5fa5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f553a22dbea5fa5","status":"passed","time":{"start":1724862233516,"stop":1724862233516,"duration":0}},{"uid":"3707fb5547025c0f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3707fb5547025c0f","status":"passed","time":{"start":1724861712674,"stop":1724861712674,"duration":0}},{"uid":"a63d961ae5a7bc02","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a63d961ae5a7bc02","status":"passed","time":{"start":1724861567901,"stop":1724861567901,"duration":0}},{"uid":"f1b56313035ec534","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f1b56313035ec534","status":"passed","time":{"start":1724861392060,"stop":1724861392061,"duration":1}}]},"d8e8c43e51798790393da731d5f5a27c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"28b4012984e68a4e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/28b4012984e68a4e","status":"passed","time":{"start":1724923048502,"stop":1724923048502,"duration":0}},{"uid":"8ddff250145b23b5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8ddff250145b23b5","status":"passed","time":{"start":1724921723785,"stop":1724921723785,"duration":0}},{"uid":"a53dbb05a31570dd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a53dbb05a31570dd","status":"passed","time":{"start":1724921678670,"stop":1724921678671,"duration":1}},{"uid":"a524efcadf2210","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a524efcadf2210","status":"passed","time":{"start":1724918386965,"stop":1724918386966,"duration":1}},{"uid":"ba90fd423967694b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ba90fd423967694b","status":"passed","time":{"start":1724890140902,"stop":1724890140903,"duration":1}},{"uid":"3b9968123cbf40a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3b9968123cbf40a6","status":"passed","time":{"start":1724889274453,"stop":1724889274453,"duration":0}},{"uid":"fac7648439379570","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fac7648439379570","status":"passed","time":{"start":1724888449349,"stop":1724888449349,"duration":0}},{"uid":"b02596af10dfbde1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b02596af10dfbde1","status":"passed","time":{"start":1724887217802,"stop":1724887217802,"duration":0}},{"uid":"4012608cca238eb1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4012608cca238eb1","status":"passed","time":{"start":1724887001923,"stop":1724887001923,"duration":0}},{"uid":"d09ba80c1298f29e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d09ba80c1298f29e","status":"passed","time":{"start":1724862417857,"stop":1724862417857,"duration":0}},{"uid":"6e60be8c37de28ff","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6e60be8c37de28ff","status":"passed","time":{"start":1724861895534,"stop":1724861895535,"duration":1}},{"uid":"77c7a9b40e512b60","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/77c7a9b40e512b60","status":"passed","time":{"start":1724861753063,"stop":1724861753063,"duration":0}},{"uid":"358eeb19306d7a57","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/358eeb19306d7a57","status":"passed","time":{"start":1724861587588,"stop":1724861587588,"duration":0}}]},"2e7dbb90ed95ca30254703870c34eff1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d3ec2d19e3c114a4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d3ec2d19e3c114a4","status":"passed","time":{"start":1724861485081,"stop":1724861485081,"duration":0}}]},"0eadfc305b0d01004be0be8bba17e953:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"aca37485b14cc578","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/aca37485b14cc578","status":"passed","time":{"start":1724922374656,"stop":1724922374657,"duration":1}},{"uid":"e67d64c4c2c9220b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e67d64c4c2c9220b","status":"passed","time":{"start":1724921037618,"stop":1724921037618,"duration":0}},{"uid":"820f979e89436558","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/820f979e89436558","status":"passed","time":{"start":1724921013031,"stop":1724921013031,"duration":0}},{"uid":"842e8e5fcbab753c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/842e8e5fcbab753c","status":"passed","time":{"start":1724917673275,"stop":1724917673275,"duration":0}},{"uid":"6240aae9ae44d5bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6240aae9ae44d5bc","status":"passed","time":{"start":1724889452293,"stop":1724889452293,"duration":0}},{"uid":"eac5ba0edfcb8085","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eac5ba0edfcb8085","status":"passed","time":{"start":1724888602822,"stop":1724888602823,"duration":1}},{"uid":"d2a69efdfe518a45","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d2a69efdfe518a45","status":"passed","time":{"start":1724887759147,"stop":1724887759148,"duration":1}},{"uid":"80472ec098ca2c27","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/80472ec098ca2c27","status":"passed","time":{"start":1724886525535,"stop":1724886525535,"duration":0}},{"uid":"d8e87da77f85f1e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d8e87da77f85f1e","status":"passed","time":{"start":1724886303379,"stop":1724886303379,"duration":0}},{"uid":"d7c5b852743f406d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d7c5b852743f406d","status":"passed","time":{"start":1724861752209,"stop":1724861752210,"duration":1}},{"uid":"980998c5c80e0f76","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/980998c5c80e0f76","status":"passed","time":{"start":1724861223339,"stop":1724861223340,"duration":1}},{"uid":"6c56b4a1f0b6ba76","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6c56b4a1f0b6ba76","status":"passed","time":{"start":1724861045185,"stop":1724861045185,"duration":0}},{"uid":"71e436bcb16217c1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/71e436bcb16217c1","status":"passed","time":{"start":1724860907067,"stop":1724860907067,"duration":0}}]},"37b7dcd12a520366e93456fccd1f5571:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9403c68c2ebcff72","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9403c68c2ebcff72","status":"passed","time":{"start":1724922485954,"stop":1724922485954,"duration":0}},{"uid":"e45e391caa97f7e1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e45e391caa97f7e1","status":"passed","time":{"start":1724921148662,"stop":1724921148662,"duration":0}},{"uid":"6f2d42429404aa6e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6f2d42429404aa6e","status":"passed","time":{"start":1724921125022,"stop":1724921125023,"duration":1}},{"uid":"ab478ec588e60bb9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ab478ec588e60bb9","status":"passed","time":{"start":1724917782909,"stop":1724917782909,"duration":0}},{"uid":"90cd6a2e557daefd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/90cd6a2e557daefd","status":"passed","time":{"start":1724889568677,"stop":1724889568678,"duration":1}},{"uid":"f2b9b070a4a14f07","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2b9b070a4a14f07","status":"passed","time":{"start":1724888712708,"stop":1724888712708,"duration":0}},{"uid":"d902b38a4068aa85","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d902b38a4068aa85","status":"passed","time":{"start":1724887870878,"stop":1724887870879,"duration":1}},{"uid":"f911828abdb002a4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f911828abdb002a4","status":"passed","time":{"start":1724886637705,"stop":1724886637706,"duration":1}},{"uid":"2c17e63deae79722","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2c17e63deae79722","status":"passed","time":{"start":1724886418625,"stop":1724886418625,"duration":0}},{"uid":"115f398deaae5d19","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/115f398deaae5d19","status":"passed","time":{"start":1724861865558,"stop":1724861865558,"duration":0}},{"uid":"34b5c3a4ac382c2c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/34b5c3a4ac382c2c","status":"passed","time":{"start":1724861334264,"stop":1724861334264,"duration":0}},{"uid":"3cb5309e14bdfd6d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3cb5309e14bdfd6d","status":"passed","time":{"start":1724861163782,"stop":1724861163783,"duration":1}},{"uid":"d42568eee17c288a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d42568eee17c288a","status":"passed","time":{"start":1724861021891,"stop":1724861021892,"duration":1}}]},"76f8c08f9161e50b6ddd48b9fcf217d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"78d4a66fb2e69211","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/78d4a66fb2e69211","status":"passed","time":{"start":1724921564778,"stop":1724921564779,"duration":1}}]},"a1ef4500ed4bee314feb5fac5b2983ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b34ce1975864a6a5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b34ce1975864a6a5","status":"passed","time":{"start":1724922374672,"stop":1724922374673,"duration":1}},{"uid":"b72e034a574ff9e2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b72e034a574ff9e2","status":"passed","time":{"start":1724921037633,"stop":1724921037633,"duration":0}},{"uid":"a733b90ccb831c89","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a733b90ccb831c89","status":"passed","time":{"start":1724921013045,"stop":1724921013045,"duration":0}},{"uid":"554d20c27be569ab","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/554d20c27be569ab","status":"passed","time":{"start":1724917673289,"stop":1724917673289,"duration":0}},{"uid":"9f3e7963afc97213","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f3e7963afc97213","status":"passed","time":{"start":1724889452307,"stop":1724889452308,"duration":1}},{"uid":"2d279da3832e2c84","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d279da3832e2c84","status":"passed","time":{"start":1724888602838,"stop":1724888602838,"duration":0}},{"uid":"cc9cfcd05ea93b04","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc9cfcd05ea93b04","status":"passed","time":{"start":1724887759162,"stop":1724887759162,"duration":0}},{"uid":"260db71255ca9c4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/260db71255ca9c4","status":"passed","time":{"start":1724886525542,"stop":1724886525542,"duration":0}},{"uid":"74add2f1ec079eee","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/74add2f1ec079eee","status":"passed","time":{"start":1724886303394,"stop":1724886303394,"duration":0}},{"uid":"bcff5fae4c20bbc5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bcff5fae4c20bbc5","status":"passed","time":{"start":1724861752225,"stop":1724861752225,"duration":0}},{"uid":"5923ebb18ae3f196","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5923ebb18ae3f196","status":"passed","time":{"start":1724861223353,"stop":1724861223353,"duration":0}},{"uid":"ccece159b43103a6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ccece159b43103a6","status":"passed","time":{"start":1724861045200,"stop":1724861045200,"duration":0}},{"uid":"3241f8fe4e416037","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3241f8fe4e416037","status":"passed","time":{"start":1724860907082,"stop":1724860907083,"duration":1}}]},"8b8064c46876f1a7c8000e24273c7c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e6c7f88506b2b531","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e6c7f88506b2b531","status":"passed","time":{"start":1724922611439,"stop":1724922611439,"duration":0}},{"uid":"55e06d85242c51f7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/55e06d85242c51f7","status":"passed","time":{"start":1724921270361,"stop":1724921270361,"duration":0}},{"uid":"f0adc64bbf81be18","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f0adc64bbf81be18","status":"passed","time":{"start":1724921247823,"stop":1724921247825,"duration":2}},{"uid":"7bfb29241b576f2e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7bfb29241b576f2e","status":"passed","time":{"start":1724917989822,"stop":1724917989822,"duration":0}},{"uid":"973447d1a9ddc4c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/973447d1a9ddc4c0","status":"passed","time":{"start":1724889678567,"stop":1724889678567,"duration":0}},{"uid":"edbbab94c300daad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/edbbab94c300daad","status":"passed","time":{"start":1724888829846,"stop":1724888829846,"duration":0}},{"uid":"509f01f7b3587eec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/509f01f7b3587eec","status":"passed","time":{"start":1724888077013,"stop":1724888077014,"duration":1}},{"uid":"b7f40e21e1141776","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b7f40e21e1141776","status":"passed","time":{"start":1724886851129,"stop":1724886851129,"duration":0}},{"uid":"73df3c3001c2674","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/73df3c3001c2674","status":"passed","time":{"start":1724886647119,"stop":1724886647119,"duration":0}},{"uid":"59fb54475fbf7278","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/59fb54475fbf7278","status":"passed","time":{"start":1724861992715,"stop":1724861992715,"duration":0}},{"uid":"2d0d83ba56bf6d1f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2d0d83ba56bf6d1f","status":"passed","time":{"start":1724861469647,"stop":1724861469647,"duration":0}},{"uid":"fee7f066a8368b16","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fee7f066a8368b16","status":"passed","time":{"start":1724861284863,"stop":1724861284863,"duration":0}},{"uid":"d58dccad5d76cd90","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d58dccad5d76cd90","status":"passed","time":{"start":1724861145812,"stop":1724861145812,"duration":0}}]},"9e2257698afb1c47cace3bba83e404c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"56815665d180036f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/56815665d180036f","status":"passed","time":{"start":1724889111171,"stop":1724889111171,"duration":0}}]},"0de593c58a7f0697f715a0074d110272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1263f7371501e3fc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1263f7371501e3fc","status":"passed","time":{"start":1724922499936,"stop":1724922499936,"duration":0}},{"uid":"f5c46b5bb7e41cab","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f5c46b5bb7e41cab","status":"passed","time":{"start":1724921158280,"stop":1724921158281,"duration":1}},{"uid":"d08ca97c3ebaa1e7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d08ca97c3ebaa1e7","status":"passed","time":{"start":1724921130078,"stop":1724921130078,"duration":0}},{"uid":"c456dd27ec4e905f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c456dd27ec4e905f","status":"passed","time":{"start":1724917796895,"stop":1724917796896,"duration":1}},{"uid":"1d803c835dbabe2a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1d803c835dbabe2a","status":"passed","time":{"start":1724889579999,"stop":1724889579999,"duration":0}},{"uid":"f7953852bcf6e7a2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7953852bcf6e7a2","status":"passed","time":{"start":1724888730129,"stop":1724888730130,"duration":1}},{"uid":"87ef9ffce4160a80","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/87ef9ffce4160a80","status":"passed","time":{"start":1724887883927,"stop":1724887883928,"duration":1}},{"uid":"114db736910be16e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/114db736910be16e","status":"passed","time":{"start":1724886651246,"stop":1724886651246,"duration":0}},{"uid":"df20bd8a13b7253d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/df20bd8a13b7253d","status":"passed","time":{"start":1724886430269,"stop":1724886430269,"duration":0}},{"uid":"e50d07421555fed0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e50d07421555fed0","status":"passed","time":{"start":1724861879168,"stop":1724861879169,"duration":1}},{"uid":"8013508407d35dc2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8013508407d35dc2","status":"passed","time":{"start":1724861345739,"stop":1724861345740,"duration":1}},{"uid":"59ddaec8f81bdbc7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/59ddaec8f81bdbc7","status":"passed","time":{"start":1724861186695,"stop":1724861186695,"duration":0}},{"uid":"a7968d624001336","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a7968d624001336","status":"passed","time":{"start":1724861034887,"stop":1724861034887,"duration":0}}]},"570ceb8566d1a7b3b2fe8038ae102e0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21f9c287ce333426","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/21f9c287ce333426","status":"passed","time":{"start":1724861485084,"stop":1724861485084,"duration":0}}]},"2dd192c3e343c082e6c17a008c55b0d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0aae6d6f2923773","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f0aae6d6f2923773","status":"passed","time":{"start":1724921577168,"stop":1724921577168,"duration":0}}]},"2908801e13e4c855d340bd586309f1c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eff8abe827447dca","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eff8abe827447dca","status":"passed","time":{"start":1724917916056,"stop":1724917916057,"duration":1}}]},"e09f2afe699c91bf48c4699ce10f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"86270874ee483bed","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/86270874ee483bed","status":"passed","time":{"start":1724922647837,"stop":1724922647837,"duration":0}},{"uid":"4279ca959ca6444f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4279ca959ca6444f","status":"passed","time":{"start":1724921300828,"stop":1724921300829,"duration":1}},{"uid":"476c742a4b6fb8d0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/476c742a4b6fb8d0","status":"passed","time":{"start":1724921280721,"stop":1724921280726,"duration":5}},{"uid":"7bd960f2c4e4a712","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7bd960f2c4e4a712","status":"passed","time":{"start":1724917963265,"stop":1724917963265,"duration":0}},{"uid":"df28de11b23556fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/df28de11b23556fd","status":"passed","time":{"start":1724889734122,"stop":1724889734123,"duration":1}},{"uid":"33e6df1bdff0ab04","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33e6df1bdff0ab04","status":"passed","time":{"start":1724888859623,"stop":1724888859624,"duration":1}},{"uid":"83dc56e4aa78b602","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/83dc56e4aa78b602","status":"passed","time":{"start":1724888053955,"stop":1724888053956,"duration":1}},{"uid":"23154ed9ef9da783","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/23154ed9ef9da783","status":"passed","time":{"start":1724886820682,"stop":1724886820682,"duration":0}},{"uid":"26a2e0798d35c40b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/26a2e0798d35c40b","status":"passed","time":{"start":1724886589273,"stop":1724886589273,"duration":0}},{"uid":"a6f58aab48edcdf8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a6f58aab48edcdf8","status":"passed","time":{"start":1724862027808,"stop":1724862027808,"duration":0}},{"uid":"4d636805dbd58059","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4d636805dbd58059","status":"passed","time":{"start":1724861484563,"stop":1724861484563,"duration":0}},{"uid":"3eed9607a1c90852","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3eed9607a1c90852","status":"passed","time":{"start":1724861315160,"stop":1724861315160,"duration":0}},{"uid":"d88f8edeb8636033","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d88f8edeb8636033","status":"passed","time":{"start":1724861168766,"stop":1724861168767,"duration":1}}]},"835136bac3f1bdda8c201e26f752b46e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3115162d3dcb8438","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3115162d3dcb8438","status":"passed","time":{"start":1724922906442,"stop":1724922906442,"duration":0}}]},"6a7709a60abb7f8ba7d8c37e3ff30601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a5f0add691e6b265","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5f0add691e6b265","status":"passed","time":{"start":1724888831686,"stop":1724888831686,"duration":0}}]},"b4928d4a9c299c8360ac299d9f700466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e40cadb57c37bddc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e40cadb57c37bddc","status":"passed","time":{"start":1724923012463,"stop":1724923012464,"duration":1}},{"uid":"59cd3b5059e8dd2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/59cd3b5059e8dd2","status":"passed","time":{"start":1724921625050,"stop":1724921625062,"duration":12}},{"uid":"d19f914d4360c54d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d19f914d4360c54d","status":"passed","time":{"start":1724921590494,"stop":1724921590495,"duration":1}},{"uid":"3c4fbd495f148d6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3c4fbd495f148d6","status":"passed","time":{"start":1724918287564,"stop":1724918287564,"duration":0}},{"uid":"6d6d03c91bb73eff","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d6d03c91bb73eff","status":"passed","time":{"start":1724890047787,"stop":1724890047787,"duration":0}},{"uid":"32653d61f990c841","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/32653d61f990c841","status":"passed","time":{"start":1724889183919,"stop":1724889183920,"duration":1}},{"uid":"1a37b27bf13e5b96","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1a37b27bf13e5b96","status":"passed","time":{"start":1724888354165,"stop":1724888354165,"duration":0}},{"uid":"d63a9809fe67730d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d63a9809fe67730d","status":"passed","time":{"start":1724887145657,"stop":1724887145658,"duration":1}},{"uid":"4671739d231286d4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4671739d231286d4","status":"passed","time":{"start":1724886915786,"stop":1724886915786,"duration":0}},{"uid":"b2523e4e6756e64a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b2523e4e6756e64a","status":"passed","time":{"start":1724862341436,"stop":1724862341437,"duration":1}},{"uid":"bbea169737c97962","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bbea169737c97962","status":"passed","time":{"start":1724861805441,"stop":1724861805442,"duration":1}},{"uid":"dce90ca57666304","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dce90ca57666304","status":"passed","time":{"start":1724861662255,"stop":1724861662256,"duration":1}},{"uid":"670849fe09cb077f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/670849fe09cb077f","status":"passed","time":{"start":1724861492509,"stop":1724861492510,"duration":1}}]},"f4c8e5196061be0338c5fe393aeb5daf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"18341ffa04009375","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/18341ffa04009375","status":"passed","time":{"start":1724922778330,"stop":1724922778330,"duration":0}},{"uid":"671a52c5b98652dc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/671a52c5b98652dc","status":"passed","time":{"start":1724921497762,"stop":1724921497762,"duration":0}},{"uid":"b1e0f2f023ff34b0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b1e0f2f023ff34b0","status":"passed","time":{"start":1724921408423,"stop":1724921408428,"duration":5}},{"uid":"b5812a17f9734824","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b5812a17f9734824","status":"passed","time":{"start":1724918086873,"stop":1724918086873,"duration":0}},{"uid":"d3d5de04302d5696","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3d5de04302d5696","status":"passed","time":{"start":1724889892450,"stop":1724889892450,"duration":0}},{"uid":"37e74486c7313cf8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37e74486c7313cf8","status":"passed","time":{"start":1724888997219,"stop":1724888997220,"duration":1}},{"uid":"8744621b6730e923","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8744621b6730e923","status":"passed","time":{"start":1724888159512,"stop":1724888159513,"duration":1}},{"uid":"c6dc9c9f33fc2408","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c6dc9c9f33fc2408","status":"passed","time":{"start":1724886937313,"stop":1724886937313,"duration":0}},{"uid":"48aee94b3c04d325","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/48aee94b3c04d325","status":"passed","time":{"start":1724886709812,"stop":1724886709813,"duration":1}},{"uid":"f86d0c3e9d39b553","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f86d0c3e9d39b553","status":"passed","time":{"start":1724862123540,"stop":1724862123540,"duration":0}},{"uid":"1d727def9f2586ea","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1d727def9f2586ea","status":"passed","time":{"start":1724861620109,"stop":1724861620109,"duration":0}},{"uid":"e9a51ebe14ffb58f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e9a51ebe14ffb58f","status":"passed","time":{"start":1724861460255,"stop":1724861460256,"duration":1}},{"uid":"db9f6e31e39b0bbb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/db9f6e31e39b0bbb","status":"passed","time":{"start":1724861330175,"stop":1724861330175,"duration":0}}]},"69d3925828f48370dc0e0589473df895:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4700966cb4216b08","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4700966cb4216b08","status":"passed","time":{"start":1724922377155,"stop":1724922377155,"duration":0}},{"uid":"ea95913aeee62d11","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ea95913aeee62d11","status":"passed","time":{"start":1724921040180,"stop":1724921040180,"duration":0}},{"uid":"c15996f72fad71f1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c15996f72fad71f1","status":"passed","time":{"start":1724921015573,"stop":1724921015573,"duration":0}},{"uid":"fbffa5cd4490ec21","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fbffa5cd4490ec21","status":"passed","time":{"start":1724917675799,"stop":1724917675799,"duration":0}},{"uid":"49c5a05f96856830","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/49c5a05f96856830","status":"passed","time":{"start":1724889454807,"stop":1724889454807,"duration":0}},{"uid":"c8de0233d9607b31","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c8de0233d9607b31","status":"passed","time":{"start":1724888605322,"stop":1724888605323,"duration":1}},{"uid":"eff9a2d36f238d13","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eff9a2d36f238d13","status":"passed","time":{"start":1724887761647,"stop":1724887761648,"duration":1}},{"uid":"d25367ad9323f90b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d25367ad9323f90b","status":"passed","time":{"start":1724886527993,"stop":1724886527993,"duration":0}},{"uid":"74a1b5fe8e5a28fb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/74a1b5fe8e5a28fb","status":"passed","time":{"start":1724886305812,"stop":1724886305812,"duration":0}},{"uid":"4a2f4c9c1965e746","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a2f4c9c1965e746","status":"passed","time":{"start":1724861754709,"stop":1724861754709,"duration":0}},{"uid":"bf156dd0dda66345","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bf156dd0dda66345","status":"passed","time":{"start":1724861225782,"stop":1724861225782,"duration":0}},{"uid":"2937f1a79717615f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2937f1a79717615f","status":"passed","time":{"start":1724861047869,"stop":1724861047869,"duration":0}},{"uid":"f52ff6b40c99da38","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f52ff6b40c99da38","status":"passed","time":{"start":1724860909785,"stop":1724860909785,"duration":0}}]},"38636f95d7be29393e20abf420c9a43b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"57963b4423ccc1c5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/57963b4423ccc1c5","status":"passed","time":{"start":1724922771081,"stop":1724922771082,"duration":1}},{"uid":"30ca862286538063","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/30ca862286538063","status":"passed","time":{"start":1724921419681,"stop":1724921419681,"duration":0}},{"uid":"acc4079293d935e8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/acc4079293d935e8","status":"passed","time":{"start":1724921400501,"stop":1724921400502,"duration":1}},{"uid":"cd7d34587c79a9c7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cd7d34587c79a9c7","status":"passed","time":{"start":1724918124173,"stop":1724918124174,"duration":1}},{"uid":"9fce0c28f411815b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9fce0c28f411815b","status":"passed","time":{"start":1724889845311,"stop":1724889845312,"duration":1}},{"uid":"c3f92f8aa3a2ce8c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c3f92f8aa3a2ce8c","status":"passed","time":{"start":1724888978741,"stop":1724888978748,"duration":7}},{"uid":"de2b7cd99ef96c17","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/de2b7cd99ef96c17","status":"passed","time":{"start":1724888199757,"stop":1724888199757,"duration":0}},{"uid":"4a1d5fd6b5a00513","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a1d5fd6b5a00513","status":"passed","time":{"start":1724886961474,"stop":1724886961474,"duration":0}},{"uid":"334907de6eca50a6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/334907de6eca50a6","status":"passed","time":{"start":1724886743394,"stop":1724886743394,"duration":0}},{"uid":"a5aebd7055d2d16b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5aebd7055d2d16b","status":"passed","time":{"start":1724862150650,"stop":1724862150654,"duration":4}},{"uid":"cc61f60b2e2a483a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cc61f60b2e2a483a","status":"passed","time":{"start":1724861627580,"stop":1724861627580,"duration":0}},{"uid":"47cf7c13f09ca547","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/47cf7c13f09ca547","status":"passed","time":{"start":1724861501069,"stop":1724861501069,"duration":0}},{"uid":"8a76c2f994e26284","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8a76c2f994e26284","status":"passed","time":{"start":1724861297167,"stop":1724861297168,"duration":1}}]},"2b03909260558dc82c18e3456da995f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"29a195dc8ad17595","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/29a195dc8ad17595","status":"passed","time":{"start":1724922647837,"stop":1724922647842,"duration":5}},{"uid":"6491742b08b916b6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6491742b08b916b6","status":"passed","time":{"start":1724921300829,"stop":1724921300829,"duration":0}},{"uid":"aa29c1a297877468","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/aa29c1a297877468","status":"passed","time":{"start":1724921280726,"stop":1724921280726,"duration":0}},{"uid":"4a4800e9b9618677","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4a4800e9b9618677","status":"passed","time":{"start":1724917963265,"stop":1724917963265,"duration":0}},{"uid":"edce6b6f6b89971c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/edce6b6f6b89971c","status":"passed","time":{"start":1724889734123,"stop":1724889734123,"duration":0}},{"uid":"e3b5ff61065ba812","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e3b5ff61065ba812","status":"passed","time":{"start":1724888859624,"stop":1724888859624,"duration":0}},{"uid":"d10beaf6c94ae74a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d10beaf6c94ae74a","status":"passed","time":{"start":1724888053956,"stop":1724888053956,"duration":0}},{"uid":"3eb8967ffe3d5697","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3eb8967ffe3d5697","status":"passed","time":{"start":1724886820682,"stop":1724886820682,"duration":0}},{"uid":"3b0995ad9f77160e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3b0995ad9f77160e","status":"passed","time":{"start":1724886589274,"stop":1724886589275,"duration":1}},{"uid":"f0d43c8cea617afa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f0d43c8cea617afa","status":"passed","time":{"start":1724862027808,"stop":1724862027809,"duration":1}},{"uid":"9139f5251acb1d15","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9139f5251acb1d15","status":"passed","time":{"start":1724861484563,"stop":1724861484563,"duration":0}},{"uid":"8e0b2d4e3ddb0900","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8e0b2d4e3ddb0900","status":"passed","time":{"start":1724861315161,"stop":1724861315161,"duration":0}},{"uid":"850529753e18b562","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/850529753e18b562","status":"passed","time":{"start":1724861168767,"stop":1724861168769,"duration":2}}]},"04a6669f456572abd80ee6b2d4f00f0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6642e7b0bd32e712","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6642e7b0bd32e712","status":"passed","time":{"start":1724922374680,"stop":1724922374680,"duration":0}},{"uid":"92e36bff546d9df8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/92e36bff546d9df8","status":"passed","time":{"start":1724921037641,"stop":1724921037641,"duration":0}},{"uid":"11f08082ca156234","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/11f08082ca156234","status":"passed","time":{"start":1724921013055,"stop":1724921013055,"duration":0}},{"uid":"62cc568ee6945e00","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/62cc568ee6945e00","status":"passed","time":{"start":1724917673297,"stop":1724917673297,"duration":0}},{"uid":"3c08602276473767","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c08602276473767","status":"passed","time":{"start":1724889452315,"stop":1724889452316,"duration":1}},{"uid":"c0b7ebdf4a892c59","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c0b7ebdf4a892c59","status":"passed","time":{"start":1724888602846,"stop":1724888602846,"duration":0}},{"uid":"9e8d7894b98a0726","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9e8d7894b98a0726","status":"passed","time":{"start":1724887759168,"stop":1724887759168,"duration":0}},{"uid":"7578d7c2b9ae3693","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7578d7c2b9ae3693","status":"passed","time":{"start":1724886525548,"stop":1724886525548,"duration":0}},{"uid":"278cb18b200e0dac","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/278cb18b200e0dac","status":"passed","time":{"start":1724886303402,"stop":1724886303402,"duration":0}},{"uid":"b04af3c30b0c9445","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b04af3c30b0c9445","status":"passed","time":{"start":1724861752234,"stop":1724861752234,"duration":0}},{"uid":"966123925ff26a7f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/966123925ff26a7f","status":"passed","time":{"start":1724861223359,"stop":1724861223360,"duration":1}},{"uid":"18ade63a9f22d6d5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/18ade63a9f22d6d5","status":"passed","time":{"start":1724861045207,"stop":1724861045208,"duration":1}},{"uid":"91834267dee980be","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/91834267dee980be","status":"passed","time":{"start":1724860907090,"stop":1724860907090,"duration":0}}]},"346863c2fbae20b8b503375dca7fbf2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"35e0cdaf6f7f4f6c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/35e0cdaf6f7f4f6c","status":"passed","time":{"start":1724922921474,"stop":1724922921474,"duration":0}}]},"db68a026bc017f57bb0bfa54c1a12941:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"48707bc789e16e70","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/48707bc789e16e70","status":"passed","time":{"start":1724890032291,"stop":1724890032291,"duration":0}}]},"a6b9146ad5bd7c9cd3443a05053cad20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cf91596769ad249d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cf91596769ad249d","status":"passed","time":{"start":1724922410310,"stop":1724922410310,"duration":0}},{"uid":"19f0d8738cefa63e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/19f0d8738cefa63e","status":"passed","time":{"start":1724921073458,"stop":1724921073458,"duration":0}},{"uid":"cd7362067e499f21","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cd7362067e499f21","status":"passed","time":{"start":1724921048446,"stop":1724921048446,"duration":0}},{"uid":"618a98f8783959c4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/618a98f8783959c4","status":"passed","time":{"start":1724917708698,"stop":1724917708698,"duration":0}},{"uid":"45cfe18a0dc0d2c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/45cfe18a0dc0d2c0","status":"passed","time":{"start":1724889487514,"stop":1724889487515,"duration":1}},{"uid":"1db9bc0a4bb2be27","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1db9bc0a4bb2be27","status":"passed","time":{"start":1724888638221,"stop":1724888638222,"duration":1}},{"uid":"2ba0b4157ec5a1ce","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2ba0b4157ec5a1ce","status":"passed","time":{"start":1724887794482,"stop":1724887794482,"duration":0}},{"uid":"3eb5ad7560e0886","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3eb5ad7560e0886","status":"passed","time":{"start":1724886561405,"stop":1724886561405,"duration":0}},{"uid":"46816377603b01d5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/46816377603b01d5","status":"passed","time":{"start":1724886339061,"stop":1724886339061,"duration":0}},{"uid":"9b7dd4441d3a428d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9b7dd4441d3a428d","status":"passed","time":{"start":1724861788382,"stop":1724861788382,"duration":0}},{"uid":"d6994313de9ea781","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d6994313de9ea781","status":"passed","time":{"start":1724861258534,"stop":1724861258534,"duration":0}},{"uid":"af34aa4bcde49664","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/af34aa4bcde49664","status":"passed","time":{"start":1724861082794,"stop":1724861082795,"duration":1}},{"uid":"62cf11ffa78c5549","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/62cf11ffa78c5549","status":"passed","time":{"start":1724860943247,"stop":1724860943247,"duration":0}}]},"57e78506140423d3cbc2cb4ac48acf06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"e7a1a4e7c637199","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e7a1a4e7c637199","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922601858,"stop":1724922601859,"duration":1}},{"uid":"7ba3f2593d964eca","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7ba3f2593d964eca","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921267899,"stop":1724921267899,"duration":0}},{"uid":"cf0496a4a1dc7f4b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cf0496a4a1dc7f4b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921244400,"stop":1724921244400,"duration":0}},{"uid":"641cac48bddd4e4f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/641cac48bddd4e4f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724917916064,"stop":1724917916065,"duration":1}},{"uid":"872f1757ff9edc5f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/872f1757ff9edc5f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889678262,"stop":1724889678262,"duration":0}},{"uid":"123d6cee76583d85","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/123d6cee76583d85","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888831692,"stop":1724888831692,"duration":0}},{"uid":"25419a0bc8a59054","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/25419a0bc8a59054","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888003326,"stop":1724888003327,"duration":1}},{"uid":"44f7e4d8976f9e21","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/44f7e4d8976f9e21","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886776616,"stop":1724886776616,"duration":0}},{"uid":"7628e6ebda00a11e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7628e6ebda00a11e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886555805,"stop":1724886555805,"duration":0}},{"uid":"c43f0cc309087a08","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c43f0cc309087a08","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861983017,"stop":1724861983017,"duration":0}},{"uid":"4e3cddc61cc805ad","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4e3cddc61cc805ad","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861444073,"stop":1724861444073,"duration":0}},{"uid":"ba531778fc437f27","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ba531778fc437f27","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861285842,"stop":1724861285842,"duration":0}},{"uid":"948db08a2507bda8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/948db08a2507bda8","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861145679,"stop":1724861145679,"duration":0}}]},"d85fbeae647ce4b3f21bbf10e628eac8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"27b396409641a6a6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/27b396409641a6a6","status":"passed","time":{"start":1724922946243,"stop":1724922946244,"duration":1}},{"uid":"e1b5e0c8a84169a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e1b5e0c8a84169a","status":"passed","time":{"start":1724921619641,"stop":1724921619641,"duration":0}},{"uid":"e9caa66f31d7d91d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e9caa66f31d7d91d","status":"passed","time":{"start":1724921577173,"stop":1724921577173,"duration":0}},{"uid":"21dfe3f249005194","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/21dfe3f249005194","status":"passed","time":{"start":1724918298104,"stop":1724918298104,"duration":0}},{"uid":"145c9aa6d3d3adfc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/145c9aa6d3d3adfc","status":"passed","time":{"start":1724890039751,"stop":1724890039752,"duration":1}},{"uid":"cf2f44af40afadcd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf2f44af40afadcd","status":"passed","time":{"start":1724889169857,"stop":1724889169857,"duration":0}},{"uid":"f59977a7889dc3c4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f59977a7889dc3c4","status":"passed","time":{"start":1724888345357,"stop":1724888345358,"duration":1}},{"uid":"e66b16d1f7138c2a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e66b16d1f7138c2a","status":"passed","time":{"start":1724887127887,"stop":1724887127888,"duration":1}},{"uid":"c3425c9780db0ca4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c3425c9780db0ca4","status":"passed","time":{"start":1724886906387,"stop":1724886906387,"duration":0}},{"uid":"81724bc5b3b0566","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/81724bc5b3b0566","status":"passed","time":{"start":1724862320150,"stop":1724862320150,"duration":0}},{"uid":"1d431ff6520c58ae","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1d431ff6520c58ae","status":"passed","time":{"start":1724861800260,"stop":1724861800260,"duration":0}},{"uid":"6d9e1e4de38b4fe3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6d9e1e4de38b4fe3","status":"passed","time":{"start":1724861655178,"stop":1724861655179,"duration":1}},{"uid":"2226ce0f8ea7a699","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2226ce0f8ea7a699","status":"passed","time":{"start":1724861485086,"stop":1724861485086,"duration":0}}]},"8803618abd91e1a00a397a48139f5e5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bd9f185222541222","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bd9f185222541222","status":"passed","time":{"start":1724862298397,"stop":1724862298397,"duration":0}}]},"56fe013b3799e2d571a027f0cbff5e10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1c2b43d7465f171a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1c2b43d7465f171a","status":"passed","time":{"start":1724922845236,"stop":1724922845236,"duration":0}},{"uid":"842ac18cc4e9692c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/842ac18cc4e9692c","status":"passed","time":{"start":1724921515221,"stop":1724921515222,"duration":1}},{"uid":"a205391ee794bda6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a205391ee794bda6","status":"passed","time":{"start":1724921475440,"stop":1724921475441,"duration":1}},{"uid":"d723e44b628df591","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d723e44b628df591","status":"passed","time":{"start":1724918179382,"stop":1724918179382,"duration":0}},{"uid":"3950e324103f861a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3950e324103f861a","status":"passed","time":{"start":1724889935335,"stop":1724889935335,"duration":0}},{"uid":"d04467d642ac4d89","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d04467d642ac4d89","status":"passed","time":{"start":1724889072749,"stop":1724889072749,"duration":0}},{"uid":"5f4821f01e90b4a3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5f4821f01e90b4a3","status":"passed","time":{"start":1724888232410,"stop":1724888232410,"duration":0}},{"uid":"f406fa42f7385eaa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f406fa42f7385eaa","status":"passed","time":{"start":1724887018289,"stop":1724887018290,"duration":1}},{"uid":"63d00dc13b18c46d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/63d00dc13b18c46d","status":"passed","time":{"start":1724886781474,"stop":1724886781475,"duration":1}},{"uid":"b97d99d6b23ec62c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b97d99d6b23ec62c","status":"passed","time":{"start":1724862213658,"stop":1724862213658,"duration":0}},{"uid":"8c0812d817d96f5d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8c0812d817d96f5d","status":"passed","time":{"start":1724861685850,"stop":1724861685850,"duration":0}},{"uid":"3fc02b9a4823bf98","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3fc02b9a4823bf98","status":"passed","time":{"start":1724861546165,"stop":1724861546165,"duration":0}},{"uid":"c937f7d70de2383a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c937f7d70de2383a","status":"passed","time":{"start":1724861378106,"stop":1724861378106,"duration":0}}]},"90bf8de5398290864478db2e9bb187ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6ed87024427bc951","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6ed87024427bc951","status":"passed","time":{"start":1724921613052,"stop":1724921613053,"duration":1}}]},"11888732d20997ef27fd557f90325cbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"85f46176006565b3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/85f46176006565b3","status":"passed","time":{"start":1724922887524,"stop":1724922887524,"duration":0}},{"uid":"10e8adbd5b68725a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/10e8adbd5b68725a","status":"passed","time":{"start":1724921564775,"stop":1724921564775,"duration":0}},{"uid":"a41bb5265ee0ef13","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a41bb5265ee0ef13","status":"passed","time":{"start":1724921518786,"stop":1724921518790,"duration":4}},{"uid":"94bbce0b5068db9b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/94bbce0b5068db9b","status":"passed","time":{"start":1724918229398,"stop":1724918229398,"duration":0}},{"uid":"760705ce61d3ae4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/760705ce61d3ae4","status":"passed","time":{"start":1724889980700,"stop":1724889980700,"duration":0}},{"uid":"ac8ae397605649dc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ac8ae397605649dc","status":"passed","time":{"start":1724889111161,"stop":1724889111161,"duration":0}},{"uid":"236dc18d05f915cb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/236dc18d05f915cb","status":"passed","time":{"start":1724888292532,"stop":1724888292532,"duration":0}},{"uid":"1d9ff2d771b09633","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1d9ff2d771b09633","status":"passed","time":{"start":1724887068224,"stop":1724887068224,"duration":0}},{"uid":"66af49b285139f5a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/66af49b285139f5a","status":"passed","time":{"start":1724886848923,"stop":1724886848923,"duration":0}},{"uid":"cbfff86e0701e772","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cbfff86e0701e772","status":"passed","time":{"start":1724862262046,"stop":1724862262046,"duration":0}},{"uid":"434d9f4772482100","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/434d9f4772482100","status":"passed","time":{"start":1724861741891,"stop":1724861741892,"duration":1}},{"uid":"17c26f629b823d3b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/17c26f629b823d3b","status":"passed","time":{"start":1724861599486,"stop":1724861599487,"duration":1}},{"uid":"5c99a21e836a7085","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5c99a21e836a7085","status":"passed","time":{"start":1724861428473,"stop":1724861428474,"duration":1}}]},"d7167a801bc7d3b78a31febc9f77ca90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"51bf0c48f97d7e3a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/51bf0c48f97d7e3a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922439102,"stop":1724922439102,"duration":0}},{"uid":"561afc3a299244ed","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/561afc3a299244ed","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921098921,"stop":1724921098921,"duration":0}},{"uid":"3cecbe7701317754","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3cecbe7701317754","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921073399,"stop":1724921073399,"duration":0}},{"uid":"5aa674b86b83adcf","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5aa674b86b83adcf","status":"skipped","statusDetails":"Test ignored","time":{"start":1724917744664,"stop":1724917744664,"duration":0}},{"uid":"ad5ed692cc65ff84","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ad5ed692cc65ff84","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889518045,"stop":1724889518045,"duration":0}},{"uid":"64659c5de08d695e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64659c5de08d695e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888665803,"stop":1724888665806,"duration":3}},{"uid":"999690096ff02477","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/999690096ff02477","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887821953,"stop":1724887821953,"duration":0}},{"uid":"b57e5f6a04872c43","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b57e5f6a04872c43","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886586927,"stop":1724886586927,"duration":0}},{"uid":"2d5a4d96d399d33f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2d5a4d96d399d33f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886375238,"stop":1724886375238,"duration":0}},{"uid":"75e68969ebf4fd34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/75e68969ebf4fd34","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861815218,"stop":1724861815218,"duration":0}},{"uid":"f6a9db6305cb4ffe","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f6a9db6305cb4ffe","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861291723,"stop":1724861291723,"duration":0}},{"uid":"ef56c3c90bcbc997","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ef56c3c90bcbc997","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861109880,"stop":1724861109880,"duration":0}},{"uid":"827f1734b1a5448b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/827f1734b1a5448b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724860972344,"stop":1724860972344,"duration":0}}]},"3566057e97925023d77dda87fd6a4acc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"10a09bb848e47b89","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/10a09bb848e47b89","status":"passed","time":{"start":1724922853914,"stop":1724922853914,"duration":0}},{"uid":"2756ff3695cd8f98","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2756ff3695cd8f98","status":"passed","time":{"start":1724921529580,"stop":1724921529581,"duration":1}},{"uid":"8b471c83a9e51580","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8b471c83a9e51580","status":"passed","time":{"start":1724921488877,"stop":1724921488878,"duration":1}},{"uid":"cc5b41eb89a6a492","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cc5b41eb89a6a492","status":"passed","time":{"start":1724918203683,"stop":1724918203684,"duration":1}},{"uid":"45570d613daf2084","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/45570d613daf2084","status":"passed","time":{"start":1724889938356,"stop":1724889938356,"duration":0}},{"uid":"ee1e197f2549c58c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ee1e197f2549c58c","status":"passed","time":{"start":1724889077064,"stop":1724889077064,"duration":0}},{"uid":"58744f0a2c4d2bfd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/58744f0a2c4d2bfd","status":"passed","time":{"start":1724888268031,"stop":1724888268031,"duration":0}},{"uid":"dc39b6638950147f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dc39b6638950147f","status":"passed","time":{"start":1724887032397,"stop":1724887032399,"duration":2}},{"uid":"bc513bc741e2ab60","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bc513bc741e2ab60","status":"passed","time":{"start":1724886822789,"stop":1724886822789,"duration":0}},{"uid":"5d29c3da063eb254","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5d29c3da063eb254","status":"passed","time":{"start":1724862233508,"stop":1724862233508,"duration":0}},{"uid":"7bdb2fd85f234705","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7bdb2fd85f234705","status":"passed","time":{"start":1724861712668,"stop":1724861712668,"duration":0}},{"uid":"9cf9523f1c519af","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9cf9523f1c519af","status":"passed","time":{"start":1724861567886,"stop":1724861567887,"duration":1}},{"uid":"4c2ea1f462270b05","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4c2ea1f462270b05","status":"passed","time":{"start":1724861392050,"stop":1724861392052,"duration":2}}]},"be14bb7f5e6ecd49399a16e2781e751b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":11,"unknown":0,"total":13},"items":[{"uid":"9fa3b4744d6b5d6c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9fa3b4744d6b5d6c","status":"passed","time":{"start":1724922999267,"stop":1724922999267,"duration":0}},{"uid":"d36404b715e7ec43","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d36404b715e7ec43","status":"passed","time":{"start":1724921669870,"stop":1724921669870,"duration":0}},{"uid":"22caf786947e4c07","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/22caf786947e4c07","status":"passed","time":{"start":1724921630267,"stop":1724921630268,"duration":1}},{"uid":"8daec397385c211d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8daec397385c211d","status":"passed","time":{"start":1724918332987,"stop":1724918332988,"duration":1}},{"uid":"40374a9f586434b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/40374a9f586434b3","status":"passed","time":{"start":1724890089468,"stop":1724890089469,"duration":1}},{"uid":"f34df778cfdbff4e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f34df778cfdbff4e","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1724889224493,"stop":1724889224493,"duration":0}},{"uid":"26de152f1cdd4663","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/26de152f1cdd4663","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1724888406347,"stop":1724888406347,"duration":0}},{"uid":"9cc6f54b55b8a76e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9cc6f54b55b8a76e","status":"passed","time":{"start":1724887175024,"stop":1724887175024,"duration":0}},{"uid":"bd0f214940963960","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bd0f214940963960","status":"passed","time":{"start":1724886952407,"stop":1724886952408,"duration":1}},{"uid":"ad0e27f57d222de0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ad0e27f57d222de0","status":"passed","time":{"start":1724862378561,"stop":1724862378562,"duration":1}},{"uid":"3bd08a963bd37ae5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3bd08a963bd37ae5","status":"passed","time":{"start":1724861846750,"stop":1724861846750,"duration":0}},{"uid":"d6a3b221c69d5df3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d6a3b221c69d5df3","status":"passed","time":{"start":1724861702535,"stop":1724861702535,"duration":0}},{"uid":"69f331aff6307f13","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/69f331aff6307f13","status":"passed","time":{"start":1724861533459,"stop":1724861533459,"duration":0}}]},"2f643d4362b98703a131f1bb55e95a43:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"805b0714170814ef","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/805b0714170814ef","status":"passed","time":{"start":1724918259542,"stop":1724918259542,"duration":0}}]},"d53b1cd655c428d36d65e4a4d37b12a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"174b195a58afff82","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/174b195a58afff82","status":"passed","time":{"start":1724861685878,"stop":1724861685878,"duration":0}}]},"f1d59fdf5e652b27b3a6e4f969145019:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2a7f7c740768ee82","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2a7f7c740768ee82","status":"passed","time":{"start":1724862213681,"stop":1724862213682,"duration":1}}]},"b3db2177abad53cafc87450b366491d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":8,"unknown":0,"total":10},"items":[{"uid":"6edc9ff1e0e80a73","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6edc9ff1e0e80a73","status":"passed","time":{"start":1724922675552,"stop":1724922675552,"duration":0}},{"uid":"2c222685a542e0fc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2c222685a542e0fc","status":"passed","time":{"start":1724921326304,"stop":1724921326305,"duration":1}},{"uid":"dbfba11200617d1b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dbfba11200617d1b","status":"passed","time":{"start":1724921306216,"stop":1724921306216,"duration":0}},{"uid":"486f51f4a4952180","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/486f51f4a4952180","status":"broken","statusDetails":"expected 1 to equal 2","time":{"start":1724918076885,"stop":1724918076887,"duration":2}},{"uid":"a22db0d21cc9951c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a22db0d21cc9951c","status":"passed","time":{"start":1724889757051,"stop":1724889757051,"duration":0}},{"uid":"ee42e4f2aff547e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ee42e4f2aff547e8","status":"passed","time":{"start":1724888894404,"stop":1724888894405,"duration":1}},{"uid":"36292ee36fbc3251","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/36292ee36fbc3251","status":"passed","time":{"start":1724862057002,"stop":1724862057002,"duration":0}},{"uid":"ec05bcdc245abac3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ec05bcdc245abac3","status":"passed","time":{"start":1724861520271,"stop":1724861520271,"duration":0}},{"uid":"fc0bac0ac76b0563","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fc0bac0ac76b0563","status":"broken","statusDetails":"expected 1 to equal 2","time":{"start":1724861406464,"stop":1724861406465,"duration":1}},{"uid":"dd4225926fab8e16","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dd4225926fab8e16","status":"passed","time":{"start":1724861204438,"stop":1724861204438,"duration":0}}]},"e14263d17d0282eac83affb29183872b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bf553fb0bed135f2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bf553fb0bed135f2","status":"passed","time":{"start":1724922853921,"stop":1724922853921,"duration":0}},{"uid":"37cca60c8488191e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/37cca60c8488191e","status":"passed","time":{"start":1724921529587,"stop":1724921529588,"duration":1}},{"uid":"9c3cf14577190b83","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9c3cf14577190b83","status":"passed","time":{"start":1724921488881,"stop":1724921488882,"duration":1}},{"uid":"7549f7a191035373","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7549f7a191035373","status":"passed","time":{"start":1724918203688,"stop":1724918203688,"duration":0}},{"uid":"e8c5e519f86c10cf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e8c5e519f86c10cf","status":"passed","time":{"start":1724889938364,"stop":1724889938364,"duration":0}},{"uid":"e00417b7d9c6cb2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e00417b7d9c6cb2","status":"passed","time":{"start":1724889077068,"stop":1724889077068,"duration":0}},{"uid":"7f60d5a4a57d7668","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7f60d5a4a57d7668","status":"passed","time":{"start":1724888268037,"stop":1724888268038,"duration":1}},{"uid":"979dd0def9e9ed12","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/979dd0def9e9ed12","status":"passed","time":{"start":1724887032409,"stop":1724887032411,"duration":2}},{"uid":"eac207ba3ef42e05","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eac207ba3ef42e05","status":"passed","time":{"start":1724886822823,"stop":1724886822824,"duration":1}},{"uid":"d7ba206067dd531d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d7ba206067dd531d","status":"passed","time":{"start":1724862233513,"stop":1724862233514,"duration":1}},{"uid":"db94a7958ba9ff87","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/db94a7958ba9ff87","status":"passed","time":{"start":1724861712672,"stop":1724861712672,"duration":0}},{"uid":"fd6cd42551013f3f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fd6cd42551013f3f","status":"passed","time":{"start":1724861567891,"stop":1724861567891,"duration":0}},{"uid":"bf6c1a6ed505f901","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bf6c1a6ed505f901","status":"passed","time":{"start":1724861392056,"stop":1724861392056,"duration":0}}]},"8867a36b6814dcf3773dd2f9d842dc21:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"be8237409e1248ae","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/be8237409e1248ae","status":"passed","time":{"start":1724886848931,"stop":1724886848932,"duration":1}}]},"42c966bb49d4b83a249a3dcde40ad405:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"403ff8095b6f2c63","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/403ff8095b6f2c63","status":"passed","time":{"start":1724888345351,"stop":1724888345351,"duration":0}}]},"1dae17b6284a8b2ac968bb68b7634ee3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c1118bb4f7c8c334","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c1118bb4f7c8c334","status":"passed","time":{"start":1724922853922,"stop":1724922853922,"duration":0}},{"uid":"296688d63cfd2b90","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/296688d63cfd2b90","status":"passed","time":{"start":1724921529588,"stop":1724921529588,"duration":0}},{"uid":"ee0a2e39a743c84f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ee0a2e39a743c84f","status":"passed","time":{"start":1724921488882,"stop":1724921488882,"duration":0}},{"uid":"b2818e3ed13aef7e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b2818e3ed13aef7e","status":"passed","time":{"start":1724918203689,"stop":1724918203689,"duration":0}},{"uid":"a28330c79e29280","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a28330c79e29280","status":"passed","time":{"start":1724889938365,"stop":1724889938365,"duration":0}},{"uid":"acc7a1d2655d00ab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/acc7a1d2655d00ab","status":"passed","time":{"start":1724889077068,"stop":1724889077069,"duration":1}},{"uid":"963d9584e7414d69","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/963d9584e7414d69","status":"passed","time":{"start":1724888268038,"stop":1724888268039,"duration":1}},{"uid":"fbf28a7c0cb45147","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fbf28a7c0cb45147","status":"passed","time":{"start":1724887032411,"stop":1724887032412,"duration":1}},{"uid":"6db5a7b5f85993a5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6db5a7b5f85993a5","status":"passed","time":{"start":1724886822824,"stop":1724886822825,"duration":1}},{"uid":"95e9a4a031c2235b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/95e9a4a031c2235b","status":"passed","time":{"start":1724862233514,"stop":1724862233515,"duration":1}},{"uid":"4b0f61023956d50c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4b0f61023956d50c","status":"passed","time":{"start":1724861712673,"stop":1724861712673,"duration":0}},{"uid":"7a31cb8365b71074","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7a31cb8365b71074","status":"passed","time":{"start":1724861567892,"stop":1724861567892,"duration":0}},{"uid":"636ea61cbbdb0f2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/636ea61cbbdb0f2","status":"passed","time":{"start":1724861392057,"stop":1724861392057,"duration":0}}]},"b10337f438fa35193172940cd0640f62:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7e8e4d9798983d1d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7e8e4d9798983d1d","status":"passed","time":{"start":1724922982488,"stop":1724922982488,"duration":0}},{"uid":"6dd3b5473b7509cf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6dd3b5473b7509cf","status":"passed","time":{"start":1724921656079,"stop":1724921656079,"duration":0}},{"uid":"543205ec7f4ed5a4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/543205ec7f4ed5a4","status":"passed","time":{"start":1724921612560,"stop":1724921612561,"duration":1}},{"uid":"b6d7f702fa31dc91","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b6d7f702fa31dc91","status":"passed","time":{"start":1724918317375,"stop":1724918317375,"duration":0}},{"uid":"fbdfd518f4e8c7f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fbdfd518f4e8c7f9","status":"passed","time":{"start":1724890075097,"stop":1724890075097,"duration":0}},{"uid":"7ef12a3937a716df","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7ef12a3937a716df","status":"passed","time":{"start":1724889203356,"stop":1724889203357,"duration":1}},{"uid":"bdf21f7846fa34aa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bdf21f7846fa34aa","status":"passed","time":{"start":1724888382914,"stop":1724888382915,"duration":1}},{"uid":"c46ff33f10c8a2b1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c46ff33f10c8a2b1","status":"passed","time":{"start":1724887158108,"stop":1724887158108,"duration":0}},{"uid":"24c3978687644e3d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/24c3978687644e3d","status":"passed","time":{"start":1724886934376,"stop":1724886934376,"duration":0}},{"uid":"c13445d609cc34d7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c13445d609cc34d7","status":"passed","time":{"start":1724862354700,"stop":1724862354701,"duration":1}},{"uid":"37daed6dceace02d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/37daed6dceace02d","status":"passed","time":{"start":1724861830501,"stop":1724861830502,"duration":1}},{"uid":"89d18ef8e7551f3e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/89d18ef8e7551f3e","status":"passed","time":{"start":1724861685352,"stop":1724861685352,"duration":0}},{"uid":"e0a9a4cd7b107d7b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e0a9a4cd7b107d7b","status":"passed","time":{"start":1724861518175,"stop":1724861518175,"duration":0}}]},"fbc318b87ab843dcc10e05e626b17b0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"258d9231ce867db6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/258d9231ce867db6","status":"passed","time":{"start":1724922374657,"stop":1724922374657,"duration":0}},{"uid":"3d529c610f151dcf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3d529c610f151dcf","status":"passed","time":{"start":1724921037619,"stop":1724921037620,"duration":1}},{"uid":"f8f1870710393dec","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f8f1870710393dec","status":"passed","time":{"start":1724921013032,"stop":1724921013032,"duration":0}},{"uid":"25757327aaa6638d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/25757327aaa6638d","status":"passed","time":{"start":1724917673276,"stop":1724917673276,"duration":0}},{"uid":"da07fb697b54abeb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/da07fb697b54abeb","status":"passed","time":{"start":1724889452294,"stop":1724889452294,"duration":0}},{"uid":"e371e327a6ecee62","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e371e327a6ecee62","status":"passed","time":{"start":1724888602823,"stop":1724888602824,"duration":1}},{"uid":"87c5173772cb7c04","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/87c5173772cb7c04","status":"passed","time":{"start":1724887759148,"stop":1724887759149,"duration":1}},{"uid":"56d671b99600b39a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/56d671b99600b39a","status":"passed","time":{"start":1724886525535,"stop":1724886525536,"duration":1}},{"uid":"606c61a61d7feac9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/606c61a61d7feac9","status":"passed","time":{"start":1724886303380,"stop":1724886303381,"duration":1}},{"uid":"7cbf438dd3b580d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7cbf438dd3b580d8","status":"passed","time":{"start":1724861752210,"stop":1724861752210,"duration":0}},{"uid":"1477d6ec5b9d0145","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1477d6ec5b9d0145","status":"passed","time":{"start":1724861223340,"stop":1724861223340,"duration":0}},{"uid":"9b15c7ebc30cd69b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9b15c7ebc30cd69b","status":"passed","time":{"start":1724861045185,"stop":1724861045186,"duration":1}},{"uid":"8dc08b18eff52c8a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8dc08b18eff52c8a","status":"passed","time":{"start":1724860907068,"stop":1724860907068,"duration":0}}]},"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ae402b6c55e8900f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ae402b6c55e8900f","status":"passed","time":{"start":1724922635354,"stop":1724922635355,"duration":1}},{"uid":"96c8d2ba87c9ac1f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/96c8d2ba87c9ac1f","status":"passed","time":{"start":1724921297008,"stop":1724921297008,"duration":0}},{"uid":"69e7a3c1b8a3c7be","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/69e7a3c1b8a3c7be","status":"passed","time":{"start":1724921276368,"stop":1724921276368,"duration":0}},{"uid":"eca5609a909b369a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eca5609a909b369a","status":"passed","time":{"start":1724917948324,"stop":1724917948325,"duration":1}},{"uid":"31319f58801e6e39","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31319f58801e6e39","status":"passed","time":{"start":1724889729008,"stop":1724889729009,"duration":1}},{"uid":"36231f61784b667e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/36231f61784b667e","status":"passed","time":{"start":1724888864954,"stop":1724888864954,"duration":0}},{"uid":"5844d84d2d28ad1a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5844d84d2d28ad1a","status":"passed","time":{"start":1724888053747,"stop":1724888053747,"duration":0}},{"uid":"8342e8362998bf96","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8342e8362998bf96","status":"passed","time":{"start":1724886811662,"stop":1724886811662,"duration":0}},{"uid":"2e2eb2cbbd665cfc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2e2eb2cbbd665cfc","status":"passed","time":{"start":1724886581003,"stop":1724886581005,"duration":2}},{"uid":"948ec4cb43220d77","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/948ec4cb43220d77","status":"passed","time":{"start":1724862019561,"stop":1724862019562,"duration":1}},{"uid":"6e083d040fa27ad1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6e083d040fa27ad1","status":"passed","time":{"start":1724861493937,"stop":1724861493937,"duration":0}},{"uid":"8534c28f7d901d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8534c28f7d901d","status":"passed","time":{"start":1724861318029,"stop":1724861318032,"duration":3}},{"uid":"f289725b42f3687b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f289725b42f3687b","status":"passed","time":{"start":1724861178516,"stop":1724861178516,"duration":0}}]},"f67f5a755a1617ca55c0d1291fa4cebf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"b881a0e06d72a552","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b881a0e06d72a552","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922845654,"stop":1724922845654,"duration":0}},{"uid":"55fd32b5cb831d30","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/55fd32b5cb831d30","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515419,"stop":1724921515419,"duration":0}},{"uid":"fdf73dcbffc4ec7f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fdf73dcbffc4ec7f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475838,"stop":1724921475838,"duration":0}},{"uid":"c0166465e32fa788","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c0166465e32fa788","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179673,"stop":1724918179673,"duration":0}},{"uid":"5a3df6e96a126def","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5a3df6e96a126def","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935530,"stop":1724889935530,"duration":0}},{"uid":"f9ecd9a49459025a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9ecd9a49459025a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072944,"stop":1724889072944,"duration":0}},{"uid":"a44cfb2a793f5d8e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a44cfb2a793f5d8e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232586,"stop":1724888232587,"duration":1}},{"uid":"5f63acf2b3d0c79","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5f63acf2b3d0c79","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018518,"stop":1724887018518,"duration":0}},{"uid":"4f2a678c98cce83d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4f2a678c98cce83d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781723,"stop":1724886781723,"duration":0}},{"uid":"663f33e6a78cb4dc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/663f33e6a78cb4dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213904,"stop":1724862213904,"duration":0}},{"uid":"3bf95fb5ce634802","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3bf95fb5ce634802","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861686114,"stop":1724861686114,"duration":0}},{"uid":"cf10896c17b5bb7c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cf10896c17b5bb7c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546461,"stop":1724861546461,"duration":0}},{"uid":"1e9ee6afbd59d808","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1e9ee6afbd59d808","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378278,"stop":1724861378279,"duration":1}}]},"a53ee030c747605e1ab4c0eb36b58658:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fda92576a082a979","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fda92576a082a979","status":"passed","time":{"start":1724922946228,"stop":1724922946228,"duration":0}},{"uid":"4a4b6d7da7eed8f9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4a4b6d7da7eed8f9","status":"passed","time":{"start":1724921619627,"stop":1724921619627,"duration":0}},{"uid":"d3fdc6b50f1239ce","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d3fdc6b50f1239ce","status":"passed","time":{"start":1724921577166,"stop":1724921577166,"duration":0}},{"uid":"62f4a4f7f4f78ac6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/62f4a4f7f4f78ac6","status":"passed","time":{"start":1724918298097,"stop":1724918298097,"duration":0}},{"uid":"9d43ad327c2a2409","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9d43ad327c2a2409","status":"passed","time":{"start":1724890039735,"stop":1724890039736,"duration":1}},{"uid":"9881650be4b28b84","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9881650be4b28b84","status":"passed","time":{"start":1724889169841,"stop":1724889169842,"duration":1}},{"uid":"86566457c4e886f6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/86566457c4e886f6","status":"passed","time":{"start":1724888345349,"stop":1724888345349,"duration":0}},{"uid":"7f37d5645318deee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7f37d5645318deee","status":"passed","time":{"start":1724887127871,"stop":1724887127872,"duration":1}},{"uid":"32f10e8267d6301","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/32f10e8267d6301","status":"passed","time":{"start":1724886906377,"stop":1724886906377,"duration":0}},{"uid":"24628e4bf5a492c4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/24628e4bf5a492c4","status":"passed","time":{"start":1724862320141,"stop":1724862320142,"duration":1}},{"uid":"28a9d8121b080126","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/28a9d8121b080126","status":"passed","time":{"start":1724861800253,"stop":1724861800253,"duration":0}},{"uid":"3e85d6956faf93f5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3e85d6956faf93f5","status":"passed","time":{"start":1724861655158,"stop":1724861655158,"duration":0}},{"uid":"f8d9ea074c93344c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f8d9ea074c93344c","status":"passed","time":{"start":1724861485077,"stop":1724861485078,"duration":1}}]},"8ebc9f82e51cc2f6e53ea1bab9350d44:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c395aef6ed8f49f1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c395aef6ed8f49f1","status":"passed","time":{"start":1724922374661,"stop":1724922374662,"duration":1}},{"uid":"ae31d2c2f5df4f5a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ae31d2c2f5df4f5a","status":"passed","time":{"start":1724921037623,"stop":1724921037623,"duration":0}},{"uid":"f49d2880641a4cac","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f49d2880641a4cac","status":"passed","time":{"start":1724921013036,"stop":1724921013036,"duration":0}},{"uid":"458f4ae7cb8a8bb1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/458f4ae7cb8a8bb1","status":"passed","time":{"start":1724917673279,"stop":1724917673279,"duration":0}},{"uid":"e465080582b18313","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e465080582b18313","status":"passed","time":{"start":1724889452298,"stop":1724889452299,"duration":1}},{"uid":"416db43381257f1d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/416db43381257f1d","status":"passed","time":{"start":1724888602827,"stop":1724888602828,"duration":1}},{"uid":"896222cc277b26a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/896222cc277b26a9","status":"passed","time":{"start":1724887759153,"stop":1724887759153,"duration":0}},{"uid":"6144e0fa1f177dd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6144e0fa1f177dd","status":"passed","time":{"start":1724886525538,"stop":1724886525539,"duration":1}},{"uid":"2e59eb488bb864fe","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2e59eb488bb864fe","status":"passed","time":{"start":1724886303386,"stop":1724886303386,"duration":0}},{"uid":"4632064677481e3a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4632064677481e3a","status":"passed","time":{"start":1724861752214,"stop":1724861752214,"duration":0}},{"uid":"cb1c4138cf9889a7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cb1c4138cf9889a7","status":"passed","time":{"start":1724861223344,"stop":1724861223344,"duration":0}},{"uid":"8b2aa066ed0bc1d4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8b2aa066ed0bc1d4","status":"passed","time":{"start":1724861045190,"stop":1724861045190,"duration":0}},{"uid":"5677d3b91e6ff4bc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5677d3b91e6ff4bc","status":"passed","time":{"start":1724860907072,"stop":1724860907072,"duration":0}}]},"e8141a67296f137ccb8cab198b0b1ca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4f305c3ba517f179","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4f305c3ba517f179","status":"passed","time":{"start":1724922374691,"stop":1724922374692,"duration":1}},{"uid":"e46ebe55aef5efef","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e46ebe55aef5efef","status":"passed","time":{"start":1724921037652,"stop":1724921037652,"duration":0}},{"uid":"f938c92cc8759157","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f938c92cc8759157","status":"passed","time":{"start":1724921013066,"stop":1724921013066,"duration":0}},{"uid":"86af29bad2930a5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/86af29bad2930a5","status":"passed","time":{"start":1724917673306,"stop":1724917673306,"duration":0}},{"uid":"70a4b7774bd0df4d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/70a4b7774bd0df4d","status":"passed","time":{"start":1724889452325,"stop":1724889452326,"duration":1}},{"uid":"969346e88e749449","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/969346e88e749449","status":"passed","time":{"start":1724888602858,"stop":1724888602858,"duration":0}},{"uid":"a247edb42fd6ee0b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a247edb42fd6ee0b","status":"passed","time":{"start":1724887759178,"stop":1724887759179,"duration":1}},{"uid":"6f9a8c431daae9da","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6f9a8c431daae9da","status":"passed","time":{"start":1724886525556,"stop":1724886525556,"duration":0}},{"uid":"efb471c08b4a40c3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/efb471c08b4a40c3","status":"passed","time":{"start":1724886303412,"stop":1724886303412,"duration":0}},{"uid":"af6731648cf0f9f8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/af6731648cf0f9f8","status":"passed","time":{"start":1724861752249,"stop":1724861752249,"duration":0}},{"uid":"f375a34c151fe483","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f375a34c151fe483","status":"passed","time":{"start":1724861223369,"stop":1724861223369,"duration":0}},{"uid":"947f5f2404a2d8a7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/947f5f2404a2d8a7","status":"passed","time":{"start":1724861045218,"stop":1724861045218,"duration":0}},{"uid":"c15e2c3ac6b84c04","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c15e2c3ac6b84c04","status":"passed","time":{"start":1724860907104,"stop":1724860907104,"duration":0}}]},"1a50bec4969fd3e295a57fa1fd2af704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6a75ce588d3b1141","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6a75ce588d3b1141","status":"passed","time":{"start":1724922999268,"stop":1724922999269,"duration":1}},{"uid":"4922599fdd2c972","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4922599fdd2c972","status":"passed","time":{"start":1724921669871,"stop":1724921669871,"duration":0}},{"uid":"5e83fcdb2020af51","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5e83fcdb2020af51","status":"passed","time":{"start":1724921630268,"stop":1724921630268,"duration":0}},{"uid":"f57e46c69d5a8c72","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f57e46c69d5a8c72","status":"passed","time":{"start":1724918332988,"stop":1724918332988,"duration":0}},{"uid":"1acd04e453e83b1e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1acd04e453e83b1e","status":"passed","time":{"start":1724890089469,"stop":1724890089469,"duration":0}},{"uid":"d9bfc922d4d56bf8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9bfc922d4d56bf8","status":"passed","time":{"start":1724889224494,"stop":1724889224494,"duration":0}},{"uid":"1192fdd3a2e6995d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1192fdd3a2e6995d","status":"passed","time":{"start":1724888406347,"stop":1724888406348,"duration":1}},{"uid":"1eff8cdfa9230dd8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1eff8cdfa9230dd8","status":"passed","time":{"start":1724887175025,"stop":1724887175025,"duration":0}},{"uid":"ce19f6fb6ec4a623","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ce19f6fb6ec4a623","status":"passed","time":{"start":1724886952408,"stop":1724886952409,"duration":1}},{"uid":"d2cd83edb4a93cc2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d2cd83edb4a93cc2","status":"passed","time":{"start":1724862378565,"stop":1724862378565,"duration":0}},{"uid":"cee776c888e414d3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cee776c888e414d3","status":"passed","time":{"start":1724861846751,"stop":1724861846751,"duration":0}},{"uid":"ac9fa0deec4f44c0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac9fa0deec4f44c0","status":"passed","time":{"start":1724861702536,"stop":1724861702536,"duration":0}},{"uid":"16a5c9c5846eabb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/16a5c9c5846eabb","status":"passed","time":{"start":1724861533460,"stop":1724861533460,"duration":0}}]},"25967dcae89c0b081b803c8930ce3335:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2cd40fd1ce50a016","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2cd40fd1ce50a016","status":"passed","time":{"start":1724922398919,"stop":1724922398919,"duration":0}},{"uid":"5b86738318e43b80","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5b86738318e43b80","status":"passed","time":{"start":1724921061847,"stop":1724921061847,"duration":0}},{"uid":"b77ce8949c4a0220","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b77ce8949c4a0220","status":"passed","time":{"start":1724921037156,"stop":1724921037156,"duration":0}},{"uid":"8ca63a9f26cd7013","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8ca63a9f26cd7013","status":"passed","time":{"start":1724917697300,"stop":1724917697301,"duration":1}},{"uid":"fc26b282c99b0250","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc26b282c99b0250","status":"passed","time":{"start":1724889476082,"stop":1724889476083,"duration":1}},{"uid":"bfb17854a86c075d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bfb17854a86c075d","status":"passed","time":{"start":1724888626886,"stop":1724888626886,"duration":0}},{"uid":"ff225f3e2860689e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ff225f3e2860689e","status":"passed","time":{"start":1724887783107,"stop":1724887783107,"duration":0}},{"uid":"8a9cd6a065cf9ed8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a9cd6a065cf9ed8","status":"passed","time":{"start":1724886549918,"stop":1724886549919,"duration":1}},{"uid":"489f18cf40070714","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/489f18cf40070714","status":"passed","time":{"start":1724886327579,"stop":1724886327580,"duration":1}},{"uid":"a588939fb085a60d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a588939fb085a60d","status":"passed","time":{"start":1724861776805,"stop":1724861776806,"duration":1}},{"uid":"97f6436ee880cb8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/97f6436ee880cb8","status":"passed","time":{"start":1724861247298,"stop":1724861247298,"duration":0}},{"uid":"f0062004f84bdc1e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f0062004f84bdc1e","status":"passed","time":{"start":1724861071394,"stop":1724861071394,"duration":0}},{"uid":"bc3304e48c0cf034","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bc3304e48c0cf034","status":"passed","time":{"start":1724860931794,"stop":1724860931794,"duration":0}}]},"7628b6c04535c6954aa9f3a294401394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"289426509d231a13","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/289426509d231a13","status":"passed","time":{"start":1724861790767,"stop":1724861790767,"duration":0}}]},"acedf3366fa53445681e8f1e6fae85c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e0b9b8ba4fa34957","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e0b9b8ba4fa34957","status":"passed","time":{"start":1724922611419,"stop":1724922611419,"duration":0}},{"uid":"6ea1aef148ec4e8b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6ea1aef148ec4e8b","status":"passed","time":{"start":1724921270340,"stop":1724921270341,"duration":1}},{"uid":"ee95413fefbca718","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ee95413fefbca718","status":"passed","time":{"start":1724921247771,"stop":1724921247771,"duration":0}},{"uid":"a66ec558059103e6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a66ec558059103e6","status":"passed","time":{"start":1724917989807,"stop":1724917989808,"duration":1}},{"uid":"a6957816ec5c47b1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a6957816ec5c47b1","status":"passed","time":{"start":1724889678531,"stop":1724889678531,"duration":0}},{"uid":"1994ff4de4fefa57","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1994ff4de4fefa57","status":"passed","time":{"start":1724888829823,"stop":1724888829823,"duration":0}},{"uid":"b1a8d44a0d637da7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b1a8d44a0d637da7","status":"passed","time":{"start":1724888076970,"stop":1724888076970,"duration":0}},{"uid":"a19fdb420773810","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a19fdb420773810","status":"passed","time":{"start":1724886851109,"stop":1724886851110,"duration":1}},{"uid":"35a66005a1d74e8a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/35a66005a1d74e8a","status":"passed","time":{"start":1724886647053,"stop":1724886647054,"duration":1}},{"uid":"c2007f002e7c5a0a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2007f002e7c5a0a","status":"passed","time":{"start":1724861992700,"stop":1724861992700,"duration":0}},{"uid":"47e9fb08a14ed02a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/47e9fb08a14ed02a","status":"passed","time":{"start":1724861469626,"stop":1724861469627,"duration":1}},{"uid":"e70ee6f9ea92ff56","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e70ee6f9ea92ff56","status":"passed","time":{"start":1724861284843,"stop":1724861284844,"duration":1}},{"uid":"3cee10662f91a117","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3cee10662f91a117","status":"passed","time":{"start":1724861145769,"stop":1724861145770,"duration":1}}]},"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c736312a3a55b34d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c736312a3a55b34d","status":"passed","time":{"start":1724922635357,"stop":1724922635357,"duration":0}},{"uid":"a2e25721a3b7cf1f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a2e25721a3b7cf1f","status":"passed","time":{"start":1724921297016,"stop":1724921297016,"duration":0}},{"uid":"d9bf48144c5a87e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d9bf48144c5a87e","status":"passed","time":{"start":1724921276370,"stop":1724921276370,"duration":0}},{"uid":"aa760eab07754bc9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/aa760eab07754bc9","status":"passed","time":{"start":1724917948328,"stop":1724917948328,"duration":0}},{"uid":"a5280b67c02fc2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5280b67c02fc2","status":"passed","time":{"start":1724889729013,"stop":1724889729013,"duration":0}},{"uid":"9951277756c5e6bf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9951277756c5e6bf","status":"passed","time":{"start":1724888864958,"stop":1724888864958,"duration":0}},{"uid":"f991134dbf5af47f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f991134dbf5af47f","status":"passed","time":{"start":1724888053750,"stop":1724888053750,"duration":0}},{"uid":"a26578cbe1c5a15","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a26578cbe1c5a15","status":"passed","time":{"start":1724886811664,"stop":1724886811665,"duration":1}},{"uid":"967c04265a06cedb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/967c04265a06cedb","status":"passed","time":{"start":1724886581007,"stop":1724886581007,"duration":0}},{"uid":"2e43a7534d460bef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2e43a7534d460bef","status":"passed","time":{"start":1724862019564,"stop":1724862019564,"duration":0}},{"uid":"21116996afe66bb7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/21116996afe66bb7","status":"passed","time":{"start":1724861493940,"stop":1724861493940,"duration":0}},{"uid":"b099ba237ee1686a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b099ba237ee1686a","status":"passed","time":{"start":1724861318045,"stop":1724861318045,"duration":0}},{"uid":"eeb1a230ea606cf2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/eeb1a230ea606cf2","status":"passed","time":{"start":1724861178519,"stop":1724861178519,"duration":0}}]},"0bf41711554dabf2339905dbd12124f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8f1267f4bf9c793a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8f1267f4bf9c793a","status":"passed","time":{"start":1724887127873,"stop":1724887127873,"duration":0}}]},"97f22b3fcd076ea410cf79af11cbf23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fd6407fb55b02ca0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fd6407fb55b02ca0","status":"passed","time":{"start":1724922408757,"stop":1724922408757,"duration":0}},{"uid":"9f5a16b5e31e3b2d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9f5a16b5e31e3b2d","status":"passed","time":{"start":1724921071995,"stop":1724921071995,"duration":0}},{"uid":"5ef12301aad31919","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5ef12301aad31919","status":"passed","time":{"start":1724921046825,"stop":1724921046826,"duration":1}},{"uid":"e77a7b4e6131a885","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e77a7b4e6131a885","status":"passed","time":{"start":1724917707025,"stop":1724917707025,"duration":0}},{"uid":"de74d18187b69f1f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/de74d18187b69f1f","status":"passed","time":{"start":1724889485861,"stop":1724889485861,"duration":0}},{"uid":"7182b53f561513fe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7182b53f561513fe","status":"passed","time":{"start":1724888636621,"stop":1724888636621,"duration":0}},{"uid":"c0b7f85777ea29af","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c0b7f85777ea29af","status":"passed","time":{"start":1724887792856,"stop":1724887792857,"duration":1}},{"uid":"ae7ad6abccf5f969","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ae7ad6abccf5f969","status":"passed","time":{"start":1724886559725,"stop":1724886559725,"duration":0}},{"uid":"6abb596307f722d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6abb596307f722d","status":"passed","time":{"start":1724886337378,"stop":1724886337378,"duration":0}},{"uid":"74a1a74e38b2b280","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/74a1a74e38b2b280","status":"passed","time":{"start":1724861786731,"stop":1724861786731,"duration":0}},{"uid":"42caf274e3be3563","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/42caf274e3be3563","status":"passed","time":{"start":1724861257213,"stop":1724861257213,"duration":0}},{"uid":"fe590c4b2f812836","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fe590c4b2f812836","status":"passed","time":{"start":1724861081087,"stop":1724861081087,"duration":0}},{"uid":"77c66252c51fd1bf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/77c66252c51fd1bf","status":"passed","time":{"start":1724860941732,"stop":1724860941733,"duration":1}}]},"27f6d6fd7dfa0b48059aa500fbbaef58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b9c7286d7090a1c9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b9c7286d7090a1c9","status":"passed","time":{"start":1724922611421,"stop":1724922611422,"duration":1}},{"uid":"e583591bc7915857","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e583591bc7915857","status":"passed","time":{"start":1724921270342,"stop":1724921270343,"duration":1}},{"uid":"fa3b24c1bdb3570f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fa3b24c1bdb3570f","status":"passed","time":{"start":1724921247773,"stop":1724921247773,"duration":0}},{"uid":"674b44625cc96bab","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/674b44625cc96bab","status":"passed","time":{"start":1724917989810,"stop":1724917989810,"duration":0}},{"uid":"1c7e93c91be14247","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c7e93c91be14247","status":"passed","time":{"start":1724889678533,"stop":1724889678533,"duration":0}},{"uid":"d6de88b77e3dbc07","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d6de88b77e3dbc07","status":"passed","time":{"start":1724888829827,"stop":1724888829828,"duration":1}},{"uid":"93e5c350a73005ff","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/93e5c350a73005ff","status":"passed","time":{"start":1724888076974,"stop":1724888076975,"duration":1}},{"uid":"939292db16290145","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/939292db16290145","status":"passed","time":{"start":1724886851113,"stop":1724886851114,"duration":1}},{"uid":"c2a088d4f92faa55","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c2a088d4f92faa55","status":"passed","time":{"start":1724886647059,"stop":1724886647062,"duration":3}},{"uid":"99c846883dd91442","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/99c846883dd91442","status":"passed","time":{"start":1724861992703,"stop":1724861992704,"duration":1}},{"uid":"adb645fa8ff20cd7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/adb645fa8ff20cd7","status":"passed","time":{"start":1724861469631,"stop":1724861469632,"duration":1}},{"uid":"644c0099cc462797","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/644c0099cc462797","status":"passed","time":{"start":1724861284845,"stop":1724861284846,"duration":1}},{"uid":"f707de66e20b5dcb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f707de66e20b5dcb","status":"passed","time":{"start":1724861145772,"stop":1724861145772,"duration":0}}]},"cc2494cbafccda2d5d901a0ac2192818:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"16acb40e001aa5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/16acb40e001aa5","status":"passed","time":{"start":1724890030103,"stop":1724890030104,"duration":1}}]},"604a6d213c620d88cccde28490bb2c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"85e215a429631e0e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/85e215a429631e0e","status":"passed","time":{"start":1724922845259,"stop":1724922845260,"duration":1}},{"uid":"20feb5f64781035d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/20feb5f64781035d","status":"passed","time":{"start":1724921515249,"stop":1724921515249,"duration":0}},{"uid":"4b3d2863785caea8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4b3d2863785caea8","status":"passed","time":{"start":1724921475501,"stop":1724921475502,"duration":1}},{"uid":"59cad9492b23e3b1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/59cad9492b23e3b1","status":"passed","time":{"start":1724918179416,"stop":1724918179416,"duration":0}},{"uid":"bf3986ba488472a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf3986ba488472a1","status":"passed","time":{"start":1724889935351,"stop":1724889935351,"duration":0}},{"uid":"b2e7135282a8ffe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b2e7135282a8ffe","status":"passed","time":{"start":1724889072766,"stop":1724889072766,"duration":0}},{"uid":"a1e9c2d680b5dc6d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a1e9c2d680b5dc6d","status":"passed","time":{"start":1724888232426,"stop":1724888232427,"duration":1}},{"uid":"b825e07a50ed3149","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b825e07a50ed3149","status":"passed","time":{"start":1724887018314,"stop":1724887018314,"duration":0}},{"uid":"f80ecff9d7bae797","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f80ecff9d7bae797","status":"passed","time":{"start":1724886781502,"stop":1724886781502,"duration":0}},{"uid":"29756942668d3ab3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29756942668d3ab3","status":"passed","time":{"start":1724862213682,"stop":1724862213682,"duration":0}},{"uid":"7e54546f2aa4d922","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7e54546f2aa4d922","status":"passed","time":{"start":1724861685879,"stop":1724861685879,"duration":0}},{"uid":"ce159ca338160e12","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ce159ca338160e12","status":"passed","time":{"start":1724861546202,"stop":1724861546204,"duration":2}},{"uid":"eefb1f23f802231d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/eefb1f23f802231d","status":"passed","time":{"start":1724861378123,"stop":1724861378124,"duration":1}}]},"ba322ba153570f18fb0b429530f13b68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b77ed4ef0e52e392","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b77ed4ef0e52e392","status":"passed","time":{"start":1724922398278,"stop":1724922398278,"duration":0}},{"uid":"719aeb0a6f09b8ff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/719aeb0a6f09b8ff","status":"passed","time":{"start":1724921061620,"stop":1724921061622,"duration":2}},{"uid":"758a0a364f553e96","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/758a0a364f553e96","status":"passed","time":{"start":1724921036643,"stop":1724921036643,"duration":0}},{"uid":"b2ea81a4ad2af872","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b2ea81a4ad2af872","status":"passed","time":{"start":1724917696748,"stop":1724917696748,"duration":0}},{"uid":"b47da2d14f08b811","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b47da2d14f08b811","status":"passed","time":{"start":1724889476024,"stop":1724889476024,"duration":0}},{"uid":"4863520545749c96","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4863520545749c96","status":"passed","time":{"start":1724888626864,"stop":1724888626864,"duration":0}},{"uid":"b6caf84a8797f9dc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b6caf84a8797f9dc","status":"passed","time":{"start":1724887782852,"stop":1724887782852,"duration":0}},{"uid":"7c726659386449a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7c726659386449a","status":"passed","time":{"start":1724886549391,"stop":1724886549392,"duration":1}},{"uid":"dc3b2c3d997b9d3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dc3b2c3d997b9d3","status":"passed","time":{"start":1724886327496,"stop":1724886327496,"duration":0}},{"uid":"d545ac225213d13f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d545ac225213d13f","status":"passed","time":{"start":1724861776391,"stop":1724861776391,"duration":0}},{"uid":"517b6e9764dcf99d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/517b6e9764dcf99d","status":"passed","time":{"start":1724861247047,"stop":1724861247047,"duration":0}},{"uid":"7db7f3c087ce9391","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7db7f3c087ce9391","status":"passed","time":{"start":1724861070814,"stop":1724861070814,"duration":0}},{"uid":"1ff7f52bf233cd46","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1ff7f52bf233cd46","status":"passed","time":{"start":1724860931511,"stop":1724860931511,"duration":0}}]},"1952c5b215f2a7dd3efa57d7c168d26d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3f8956f16bbc5911","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3f8956f16bbc5911","status":"passed","time":{"start":1724922635350,"stop":1724922635350,"duration":0}},{"uid":"3ba9120d1e103abd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3ba9120d1e103abd","status":"passed","time":{"start":1724921297000,"stop":1724921297001,"duration":1}},{"uid":"57435e8957e7525d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/57435e8957e7525d","status":"passed","time":{"start":1724921276364,"stop":1724921276364,"duration":0}},{"uid":"7ff2c434eb8bf05b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7ff2c434eb8bf05b","status":"passed","time":{"start":1724917948313,"stop":1724917948313,"duration":0}},{"uid":"5fb27a997584d2cc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5fb27a997584d2cc","status":"passed","time":{"start":1724889729005,"stop":1724889729005,"duration":0}},{"uid":"e337619998694f0d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e337619998694f0d","status":"passed","time":{"start":1724888864950,"stop":1724888864951,"duration":1}},{"uid":"be7cf96dfe23ef72","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/be7cf96dfe23ef72","status":"passed","time":{"start":1724888053738,"stop":1724888053739,"duration":1}},{"uid":"e4acc54ae8642447","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e4acc54ae8642447","status":"passed","time":{"start":1724886811650,"stop":1724886811653,"duration":3}},{"uid":"b76f810032b1cb00","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b76f810032b1cb00","status":"passed","time":{"start":1724886581001,"stop":1724886581001,"duration":0}},{"uid":"7d6b5684d3bd649c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7d6b5684d3bd649c","status":"passed","time":{"start":1724862019557,"stop":1724862019557,"duration":0}},{"uid":"ed8c3817c72e2b4c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ed8c3817c72e2b4c","status":"passed","time":{"start":1724861493934,"stop":1724861493934,"duration":0}},{"uid":"6a604f30a446c674","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6a604f30a446c674","status":"passed","time":{"start":1724861318018,"stop":1724861318019,"duration":1}},{"uid":"9ab2697b2e031fd4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9ab2697b2e031fd4","status":"passed","time":{"start":1724861178509,"stop":1724861178510,"duration":1}}]},"e791e755b2d4497a2709581f61e78d8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6ea9627fa79b007e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6ea9627fa79b007e","status":"passed","time":{"start":1724922778330,"stop":1724922778330,"duration":0}},{"uid":"6609f7a367739bca","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6609f7a367739bca","status":"passed","time":{"start":1724921497761,"stop":1724921497762,"duration":1}},{"uid":"bee63fb599f785a5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bee63fb599f785a5","status":"passed","time":{"start":1724921408417,"stop":1724921408418,"duration":1}},{"uid":"d9f530bc11cabb29","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d9f530bc11cabb29","status":"passed","time":{"start":1724918086873,"stop":1724918086873,"duration":0}},{"uid":"eb2f02a7f98ff2a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eb2f02a7f98ff2a7","status":"passed","time":{"start":1724889892449,"stop":1724889892450,"duration":1}},{"uid":"a030f305885edd45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a030f305885edd45","status":"passed","time":{"start":1724888997219,"stop":1724888997219,"duration":0}},{"uid":"5f2a92c477baef7c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5f2a92c477baef7c","status":"passed","time":{"start":1724888159511,"stop":1724888159512,"duration":1}},{"uid":"aac612666a42358","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aac612666a42358","status":"passed","time":{"start":1724886937312,"stop":1724886937313,"duration":1}},{"uid":"7c4f3607ea9551bb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7c4f3607ea9551bb","status":"passed","time":{"start":1724886709811,"stop":1724886709812,"duration":1}},{"uid":"b931ebef489aca73","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b931ebef489aca73","status":"passed","time":{"start":1724862123540,"stop":1724862123540,"duration":0}},{"uid":"cc8a456fe931a476","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cc8a456fe931a476","status":"passed","time":{"start":1724861620108,"stop":1724861620108,"duration":0}},{"uid":"f3df894e56bccd02","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f3df894e56bccd02","status":"passed","time":{"start":1724861460255,"stop":1724861460255,"duration":0}},{"uid":"f420b0a21ad59edd","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f420b0a21ad59edd","status":"passed","time":{"start":1724861330175,"stop":1724861330175,"duration":0}}]},"0fa2be0ada87544e3d39c9168807ce42:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"890747a6931ab638","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/890747a6931ab638","status":"passed","time":{"start":1724921619632,"stop":1724921619633,"duration":1}}]},"197770d02ce9f51729a1a1f544436a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9efeb4a4ac30b47e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9efeb4a4ac30b47e","status":"passed","time":{"start":1724887127876,"stop":1724887127877,"duration":1}}]},"a4d896a003ec2e849eac11118cafae7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c87bb66091f15b51","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c87bb66091f15b51","status":"passed","time":{"start":1724922845254,"stop":1724922845256,"duration":2}},{"uid":"e7013a29c3a3bbdb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e7013a29c3a3bbdb","status":"passed","time":{"start":1724921515236,"stop":1724921515236,"duration":0}},{"uid":"134fce3eea9a8efa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/134fce3eea9a8efa","status":"passed","time":{"start":1724921475468,"stop":1724921475498,"duration":30}},{"uid":"bc8b42ff26f42246","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bc8b42ff26f42246","status":"passed","time":{"start":1724918179409,"stop":1724918179409,"duration":0}},{"uid":"bb9beddb2045384a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bb9beddb2045384a","status":"passed","time":{"start":1724889935348,"stop":1724889935348,"duration":0}},{"uid":"629e373f0243c869","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/629e373f0243c869","status":"passed","time":{"start":1724889072762,"stop":1724889072763,"duration":1}},{"uid":"e9a75bb5942e3f3b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e9a75bb5942e3f3b","status":"passed","time":{"start":1724888232423,"stop":1724888232424,"duration":1}},{"uid":"616aee0367363225","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/616aee0367363225","status":"passed","time":{"start":1724887018310,"stop":1724887018311,"duration":1}},{"uid":"7273c3f30025d2b4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7273c3f30025d2b4","status":"passed","time":{"start":1724886781490,"stop":1724886781497,"duration":7}},{"uid":"d0f49fd53fba1b8b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d0f49fd53fba1b8b","status":"passed","time":{"start":1724862213671,"stop":1724862213671,"duration":0}},{"uid":"95c840fbe5c351f8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/95c840fbe5c351f8","status":"passed","time":{"start":1724861685867,"stop":1724861685871,"duration":4}},{"uid":"b89715ff550e48cd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b89715ff550e48cd","status":"passed","time":{"start":1724861546198,"stop":1724861546199,"duration":1}},{"uid":"9098c586eca859e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9098c586eca859e","status":"passed","time":{"start":1724861378120,"stop":1724861378120,"duration":0}}]},"28154359a6c41f56888f6e637595a22a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"60a3aea8c4f918c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/60a3aea8c4f918c","status":"passed","time":{"start":1724861655161,"stop":1724861655161,"duration":0}}]},"0f0fca2211e4cb3370bd696e6c619f92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"dd91eca78e74b912","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dd91eca78e74b912","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922845263,"stop":1724922845264,"duration":1}},{"uid":"a3d709224d0c390b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a3d709224d0c390b","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515257,"stop":1724921515257,"duration":0}},{"uid":"c85b9c6ef31f5817","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c85b9c6ef31f5817","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475519,"stop":1724921475519,"duration":0}},{"uid":"4b31de1b421a1440","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4b31de1b421a1440","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179438,"stop":1724918179438,"duration":0}},{"uid":"539e8fb2ca3f5220","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/539e8fb2ca3f5220","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935353,"stop":1724889935353,"duration":0}},{"uid":"9421795fd312d0ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9421795fd312d0ee","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072769,"stop":1724889072769,"duration":0}},{"uid":"3963508aa904057a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3963508aa904057a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232429,"stop":1724888232429,"duration":0}},{"uid":"cdc790eb99416071","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cdc790eb99416071","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018318,"stop":1724887018318,"duration":0}},{"uid":"bc754dc17e0c760e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bc754dc17e0c760e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781505,"stop":1724886781506,"duration":1}},{"uid":"90073e84ddeb98c2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/90073e84ddeb98c2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213685,"stop":1724862213685,"duration":0}},{"uid":"4e6e9671c52e47c8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4e6e9671c52e47c8","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861685889,"stop":1724861685890,"duration":1}},{"uid":"4629dca7a765fc80","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4629dca7a765fc80","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546213,"stop":1724861546213,"duration":0}},{"uid":"c5758f2738436d5e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c5758f2738436d5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378126,"stop":1724861378126,"duration":0}}]},"3f694b98511bc3e2b7e9dc634521f5f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c13c693f1be866cb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c13c693f1be866cb","status":"passed","time":{"start":1724922611444,"stop":1724922611444,"duration":0}},{"uid":"f0e77a362b7a749c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f0e77a362b7a749c","status":"passed","time":{"start":1724921270367,"stop":1724921270368,"duration":1}},{"uid":"d57b698f573013d2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d57b698f573013d2","status":"passed","time":{"start":1724921247832,"stop":1724921247833,"duration":1}},{"uid":"5cd268fce6e03d9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5cd268fce6e03d9","status":"passed","time":{"start":1724917989830,"stop":1724917989830,"duration":0}},{"uid":"543677586f49aea9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/543677586f49aea9","status":"passed","time":{"start":1724889678580,"stop":1724889678580,"duration":0}},{"uid":"5b428099e1fa23b0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b428099e1fa23b0","status":"passed","time":{"start":1724888829853,"stop":1724888829854,"duration":1}},{"uid":"830ebe3423694301","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/830ebe3423694301","status":"passed","time":{"start":1724888077021,"stop":1724888077021,"duration":0}},{"uid":"107e1c789eda79fd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/107e1c789eda79fd","status":"passed","time":{"start":1724886851134,"stop":1724886851134,"duration":0}},{"uid":"e993dc818e267434","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e993dc818e267434","status":"passed","time":{"start":1724886647127,"stop":1724886647128,"duration":1}},{"uid":"fee919fb8ac2d142","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fee919fb8ac2d142","status":"passed","time":{"start":1724861992719,"stop":1724861992719,"duration":0}},{"uid":"b0ffe380340a4b83","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b0ffe380340a4b83","status":"passed","time":{"start":1724861469652,"stop":1724861469652,"duration":0}},{"uid":"f39bb5d434a16770","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f39bb5d434a16770","status":"passed","time":{"start":1724861284874,"stop":1724861284874,"duration":0}},{"uid":"9b108b029fbd39b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9b108b029fbd39b","status":"passed","time":{"start":1724861145826,"stop":1724861145826,"duration":0}}]},"0685c3573281e9f6734365d26d220c25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"67b3de498fefaac6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/67b3de498fefaac6","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922865536,"stop":1724922865536,"duration":0}},{"uid":"1356912a63875a59","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1356912a63875a59","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921583487,"stop":1724921583487,"duration":0}},{"uid":"36421b479f43b0fa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/36421b479f43b0fa","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921494522,"stop":1724921494522,"duration":0}},{"uid":"ac857e1ff2231a3e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ac857e1ff2231a3e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918216287,"stop":1724918216287,"duration":0}},{"uid":"e7bb0ab19ccd0228","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e7bb0ab19ccd0228","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889979499,"stop":1724889979499,"duration":0}},{"uid":"7df8a43f57ee4df7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7df8a43f57ee4df7","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889083636,"stop":1724889083637,"duration":1}},{"uid":"d56d0f78fa2670f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d56d0f78fa2670f9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888284641,"stop":1724888284641,"duration":0}},{"uid":"3d2659f8ee404a41","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3d2659f8ee404a41","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887046098,"stop":1724887046098,"duration":0}},{"uid":"a2779b93c4b2d691","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a2779b93c4b2d691","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886828839,"stop":1724886828839,"duration":0}},{"uid":"f7ad62167f9bc4cc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7ad62167f9bc4cc","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862236791,"stop":1724862236791,"duration":0}},{"uid":"83e5d8a3c5c15dc8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/83e5d8a3c5c15dc8","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861713626,"stop":1724861713626,"duration":0}},{"uid":"f280006d2dd8477e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f280006d2dd8477e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861586771,"stop":1724861586772,"duration":1}},{"uid":"691d006d264a13a9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/691d006d264a13a9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861418250,"stop":1724861418250,"duration":0}}]},"20a01a46586ff5b73dfc467df17013c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fac4967e659b43e0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fac4967e659b43e0","status":"passed","time":{"start":1724918179412,"stop":1724918179413,"duration":1}}]},"4a2731bb29ff2d77778d73a3e8db5629:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8a0cc8d9f58c5fa2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8a0cc8d9f58c5fa2","status":"passed","time":{"start":1724922999266,"stop":1724922999266,"duration":0}},{"uid":"3a9e5e905752e28f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3a9e5e905752e28f","status":"passed","time":{"start":1724921669870,"stop":1724921669870,"duration":0}},{"uid":"20e29845b666b637","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/20e29845b666b637","status":"passed","time":{"start":1724921630267,"stop":1724921630267,"duration":0}},{"uid":"64c70c5472b53256","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/64c70c5472b53256","status":"passed","time":{"start":1724918332987,"stop":1724918332987,"duration":0}},{"uid":"3df9bd0af1782b02","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3df9bd0af1782b02","status":"passed","time":{"start":1724890089468,"stop":1724890089468,"duration":0}},{"uid":"1400cbf2a5d3e0b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1400cbf2a5d3e0b2","status":"passed","time":{"start":1724889224491,"stop":1724889224492,"duration":1}},{"uid":"2261ca9fa78f5470","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2261ca9fa78f5470","status":"passed","time":{"start":1724888406346,"stop":1724888406346,"duration":0}},{"uid":"5c31111f4a0efd92","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5c31111f4a0efd92","status":"passed","time":{"start":1724887175023,"stop":1724887175024,"duration":1}},{"uid":"a74a6a4bb16bf637","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a74a6a4bb16bf637","status":"passed","time":{"start":1724886952407,"stop":1724886952407,"duration":0}},{"uid":"21a3f0c69c41749b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/21a3f0c69c41749b","status":"passed","time":{"start":1724862378561,"stop":1724862378561,"duration":0}},{"uid":"7fcf32bcceb47999","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7fcf32bcceb47999","status":"passed","time":{"start":1724861846749,"stop":1724861846750,"duration":1}},{"uid":"2dda6f968480825d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2dda6f968480825d","status":"passed","time":{"start":1724861702535,"stop":1724861702535,"duration":0}},{"uid":"54103fd1b787732b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/54103fd1b787732b","status":"passed","time":{"start":1724861533459,"stop":1724861533459,"duration":0}}]},"3332656deab628d12c935ca31c1d1369:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cacf58ad4dc37b41","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cacf58ad4dc37b41","status":"passed","time":{"start":1724922946230,"stop":1724922946230,"duration":0}}]},"3d906316c35f40bf2e37ebe7e263cff6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"10e0b7b364f8be79","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/10e0b7b364f8be79","status":"passed","time":{"start":1724923012463,"stop":1724923012463,"duration":0}},{"uid":"90459e9c1f5eef8c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/90459e9c1f5eef8c","status":"passed","time":{"start":1724921625048,"stop":1724921625049,"duration":1}},{"uid":"feb0e22868c205f2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/feb0e22868c205f2","status":"passed","time":{"start":1724921590494,"stop":1724921590494,"duration":0}},{"uid":"3072d8e6699236d7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3072d8e6699236d7","status":"passed","time":{"start":1724918287563,"stop":1724918287564,"duration":1}},{"uid":"8388aca45b2c2ed8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8388aca45b2c2ed8","status":"passed","time":{"start":1724890047786,"stop":1724890047786,"duration":0}},{"uid":"b1d57fdb070ed85e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1d57fdb070ed85e","status":"passed","time":{"start":1724889183919,"stop":1724889183919,"duration":0}},{"uid":"11ff2a3c6b3eed75","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/11ff2a3c6b3eed75","status":"passed","time":{"start":1724888354164,"stop":1724888354164,"duration":0}},{"uid":"4cf72b201f574123","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4cf72b201f574123","status":"passed","time":{"start":1724887145656,"stop":1724887145656,"duration":0}},{"uid":"d691347e2d1e7202","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d691347e2d1e7202","status":"passed","time":{"start":1724886915785,"stop":1724886915785,"duration":0}},{"uid":"ce2fa100b67bf6e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ce2fa100b67bf6e0","status":"passed","time":{"start":1724862341436,"stop":1724862341436,"duration":0}},{"uid":"bb7a0754238af5b6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bb7a0754238af5b6","status":"passed","time":{"start":1724861805441,"stop":1724861805441,"duration":0}},{"uid":"5df8fc75219c9024","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5df8fc75219c9024","status":"passed","time":{"start":1724861662254,"stop":1724861662255,"duration":1}},{"uid":"d66b4dab5a73d2aa","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d66b4dab5a73d2aa","status":"passed","time":{"start":1724861492507,"stop":1724861492507,"duration":0}}]},"1174bd6eca5cd725370bbe8b840f7a87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c0ece4634e0b95f4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c0ece4634e0b95f4","status":"passed","time":{"start":1724886906379,"stop":1724886906379,"duration":0}}]},"bb5eea5e98b2b1076d381d1ed36dfdcd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fb3a62b531ecda15","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fb3a62b531ecda15","status":"passed","time":{"start":1724922377153,"stop":1724922377154,"duration":1}},{"uid":"dabf97c1a6c9b097","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dabf97c1a6c9b097","status":"passed","time":{"start":1724921040178,"stop":1724921040179,"duration":1}},{"uid":"c7b666264a44e454","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c7b666264a44e454","status":"passed","time":{"start":1724921015571,"stop":1724921015572,"duration":1}},{"uid":"1b9d8f02622d502e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1b9d8f02622d502e","status":"passed","time":{"start":1724917675796,"stop":1724917675797,"duration":1}},{"uid":"2fd6c11177d9b505","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2fd6c11177d9b505","status":"passed","time":{"start":1724889454804,"stop":1724889454805,"duration":1}},{"uid":"d945e6f21f73cefd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d945e6f21f73cefd","status":"passed","time":{"start":1724888605320,"stop":1724888605321,"duration":1}},{"uid":"43807dc0c2316e9b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/43807dc0c2316e9b","status":"passed","time":{"start":1724887761645,"stop":1724887761646,"duration":1}},{"uid":"46ec2ca8c141ae26","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/46ec2ca8c141ae26","status":"passed","time":{"start":1724886527991,"stop":1724886527992,"duration":1}},{"uid":"f9e58360376a91fa","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f9e58360376a91fa","status":"passed","time":{"start":1724886305810,"stop":1724886305811,"duration":1}},{"uid":"a2a81d0841a1d597","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2a81d0841a1d597","status":"passed","time":{"start":1724861754707,"stop":1724861754708,"duration":1}},{"uid":"a75d032a2a569ec7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a75d032a2a569ec7","status":"passed","time":{"start":1724861225780,"stop":1724861225781,"duration":1}},{"uid":"5daeb241b52d4339","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5daeb241b52d4339","status":"passed","time":{"start":1724861047866,"stop":1724861047868,"duration":2}},{"uid":"a36487d7152c50bc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a36487d7152c50bc","status":"passed","time":{"start":1724860909783,"stop":1724860909784,"duration":1}}]},"2c256b2792578e9f3c8bcd6bdf43b6b3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5a30b17b0f6edf1f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5a30b17b0f6edf1f","status":"passed","time":{"start":1724889072765,"stop":1724889072766,"duration":1}}]},"9ce476103abaa385e73a7ec0ac98642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"247d200431b27f77","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/247d200431b27f77","status":"passed","time":{"start":1724922536230,"stop":1724922536230,"duration":0}},{"uid":"76a24f27b4f7d184","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/76a24f27b4f7d184","status":"passed","time":{"start":1724921198885,"stop":1724921198885,"duration":0}},{"uid":"66137ef827c4987e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/66137ef827c4987e","status":"passed","time":{"start":1724921172338,"stop":1724921172338,"duration":0}},{"uid":"6222e6812e6ddb23","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6222e6812e6ddb23","status":"passed","time":{"start":1724917841036,"stop":1724917841038,"duration":2}},{"uid":"101c0aeb3b0a019","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/101c0aeb3b0a019","status":"passed","time":{"start":1724889622280,"stop":1724889622280,"duration":0}},{"uid":"6558067faad284c5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6558067faad284c5","status":"passed","time":{"start":1724888769659,"stop":1724888769660,"duration":1}},{"uid":"caad74bd3e20773e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/caad74bd3e20773e","status":"passed","time":{"start":1724887926165,"stop":1724887926165,"duration":0}},{"uid":"cbc47a3d91cc1e2c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cbc47a3d91cc1e2c","status":"passed","time":{"start":1724886693072,"stop":1724886693076,"duration":4}},{"uid":"728c74e4e1743dc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/728c74e4e1743dc","status":"passed","time":{"start":1724886468813,"stop":1724886468826,"duration":13}},{"uid":"b24f68489d23d5d6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b24f68489d23d5d6","status":"passed","time":{"start":1724861918244,"stop":1724861918245,"duration":1}},{"uid":"f5dd7d05cca6413a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f5dd7d05cca6413a","status":"passed","time":{"start":1724861388577,"stop":1724861388580,"duration":3}},{"uid":"d4b75fa312a99c2c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d4b75fa312a99c2c","status":"passed","time":{"start":1724861221407,"stop":1724861221407,"duration":0}},{"uid":"4e07bd1cb8124590","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4e07bd1cb8124590","status":"passed","time":{"start":1724861075799,"stop":1724861075800,"duration":1}}]},"538a93fa0970e79a10a30417bc0b0687:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c600650a6d9d611e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c600650a6d9d611e","status":"passed","time":{"start":1724922377154,"stop":1724922377155,"duration":1}},{"uid":"5259d11ad9f9236b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5259d11ad9f9236b","status":"passed","time":{"start":1724921040179,"stop":1724921040179,"duration":0}},{"uid":"afa166917d9e138d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/afa166917d9e138d","status":"passed","time":{"start":1724921015572,"stop":1724921015573,"duration":1}},{"uid":"88c77edae290fac1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/88c77edae290fac1","status":"passed","time":{"start":1724917675798,"stop":1724917675798,"duration":0}},{"uid":"725b5a5b3a293484","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/725b5a5b3a293484","status":"passed","time":{"start":1724889454806,"stop":1724889454806,"duration":0}},{"uid":"b61051b895eafa9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b61051b895eafa9d","status":"passed","time":{"start":1724888605321,"stop":1724888605322,"duration":1}},{"uid":"ec7d5cbbf9f3ebe5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ec7d5cbbf9f3ebe5","status":"passed","time":{"start":1724887761647,"stop":1724887761647,"duration":0}},{"uid":"b862cb74c765b1ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b862cb74c765b1ba","status":"passed","time":{"start":1724886527992,"stop":1724886527992,"duration":0}},{"uid":"6798706b2512bc8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6798706b2512bc8","status":"passed","time":{"start":1724886305811,"stop":1724886305811,"duration":0}},{"uid":"47aced625c3860f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/47aced625c3860f9","status":"passed","time":{"start":1724861754708,"stop":1724861754709,"duration":1}},{"uid":"abb5562b8914cda1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/abb5562b8914cda1","status":"passed","time":{"start":1724861225781,"stop":1724861225781,"duration":0}},{"uid":"374539aee3911e28","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/374539aee3911e28","status":"passed","time":{"start":1724861047868,"stop":1724861047868,"duration":0}},{"uid":"eaaa959a4ab4f072","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/eaaa959a4ab4f072","status":"passed","time":{"start":1724860909784,"stop":1724860909784,"duration":0}}]},"38d054f0a9dafbe10aee2f2b0de87a9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"49ff91763dcf28d0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/49ff91763dcf28d0","status":"passed","time":{"start":1724922921462,"stop":1724922921463,"duration":1}},{"uid":"46cb6165c90353c1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/46cb6165c90353c1","status":"passed","time":{"start":1724921602952,"stop":1724921602954,"duration":2}},{"uid":"e7c806dd95928928","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e7c806dd95928928","status":"passed","time":{"start":1724921571098,"stop":1724921571098,"duration":0}},{"uid":"d45a3ade45dcdb40","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d45a3ade45dcdb40","status":"passed","time":{"start":1724918285587,"stop":1724918285591,"duration":4}},{"uid":"dc5d11f87a0d5727","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dc5d11f87a0d5727","status":"passed","time":{"start":1724890030091,"stop":1724890030091,"duration":0}},{"uid":"d7b4be40ea27a70a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d7b4be40ea27a70a","status":"passed","time":{"start":1724889171909,"stop":1724889171909,"duration":0}},{"uid":"cb95a309cc684303","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cb95a309cc684303","status":"passed","time":{"start":1724888350722,"stop":1724888350722,"duration":0}},{"uid":"ac4e01fb45fc753c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ac4e01fb45fc753c","status":"passed","time":{"start":1724887115409,"stop":1724887115409,"duration":0}},{"uid":"2fc9d3b1c7f6e03d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2fc9d3b1c7f6e03d","status":"passed","time":{"start":1724886884576,"stop":1724886884576,"duration":0}},{"uid":"d6fb319bf8bc2cbf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d6fb319bf8bc2cbf","status":"passed","time":{"start":1724862322258,"stop":1724862322258,"duration":0}},{"uid":"eed53e9281e329cf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/eed53e9281e329cf","status":"passed","time":{"start":1724861790752,"stop":1724861790752,"duration":0}},{"uid":"f791440703229efd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f791440703229efd","status":"passed","time":{"start":1724861628421,"stop":1724861628421,"duration":0}},{"uid":"55b7e5d66c547947","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/55b7e5d66c547947","status":"passed","time":{"start":1724861465626,"stop":1724861465626,"duration":0}}]},"2fd5d18bbb6113668c2a5d3db8ef339f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7eb06d0ce00d8e25","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7eb06d0ce00d8e25","status":"passed","time":{"start":1724890032292,"stop":1724890032293,"duration":1}}]},"1da39871a16850b1e795e34b74d4782e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dc70c3aaac0ed831","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dc70c3aaac0ed831","status":"passed","time":{"start":1724918229402,"stop":1724918229402,"duration":0}}]},"34e68599a06ccc0ab4fc2e8f93b6a69a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"536cffe97ea031ac","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/536cffe97ea031ac","status":"passed","time":{"start":1724922601857,"stop":1724922601857,"duration":0}},{"uid":"492e87a099129c9c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/492e87a099129c9c","status":"passed","time":{"start":1724921267880,"stop":1724921267880,"duration":0}},{"uid":"ed6c2c2944b35e8d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ed6c2c2944b35e8d","status":"passed","time":{"start":1724921244397,"stop":1724921244398,"duration":1}},{"uid":"b00d34f7361845f5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b00d34f7361845f5","status":"passed","time":{"start":1724917916059,"stop":1724917916060,"duration":1}},{"uid":"1b43019052db498c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1b43019052db498c","status":"passed","time":{"start":1724889678260,"stop":1724889678261,"duration":1}},{"uid":"f3e0cd00e166b8f0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3e0cd00e166b8f0","status":"passed","time":{"start":1724888831690,"stop":1724888831690,"duration":0}},{"uid":"30f7fd5fe3b7b83c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/30f7fd5fe3b7b83c","status":"passed","time":{"start":1724888003324,"stop":1724888003325,"duration":1}},{"uid":"ccaa48708e48543a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ccaa48708e48543a","status":"passed","time":{"start":1724886776614,"stop":1724886776615,"duration":1}},{"uid":"c7e5c4943ebea38d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c7e5c4943ebea38d","status":"passed","time":{"start":1724886555803,"stop":1724886555803,"duration":0}},{"uid":"f2d0afb85ec0480c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2d0afb85ec0480c","status":"passed","time":{"start":1724861983015,"stop":1724861983016,"duration":1}},{"uid":"121cfd33c9c1b855","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/121cfd33c9c1b855","status":"passed","time":{"start":1724861444071,"stop":1724861444072,"duration":1}},{"uid":"fd4025c960e39c3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fd4025c960e39c3","status":"passed","time":{"start":1724861285840,"stop":1724861285840,"duration":0}},{"uid":"4f6f1f93754eda82","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4f6f1f93754eda82","status":"passed","time":{"start":1724861145677,"stop":1724861145677,"duration":0}}]},"b65817d0318fff046c92dcd2832bd7af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fd9133b166eac029","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fd9133b166eac029","status":"passed","time":{"start":1724923012482,"stop":1724923012483,"duration":1}},{"uid":"62259b84ac0a174d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/62259b84ac0a174d","status":"passed","time":{"start":1724921625093,"stop":1724921625093,"duration":0}},{"uid":"f02ee5c22dbb063d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f02ee5c22dbb063d","status":"passed","time":{"start":1724921590512,"stop":1724921590513,"duration":1}},{"uid":"6d93cd7a87a6e42f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6d93cd7a87a6e42f","status":"passed","time":{"start":1724918287578,"stop":1724918287578,"duration":0}},{"uid":"1eb5da9488429dcf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1eb5da9488429dcf","status":"passed","time":{"start":1724890047804,"stop":1724890047806,"duration":2}},{"uid":"a83a64401fee32bb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a83a64401fee32bb","status":"passed","time":{"start":1724889183949,"stop":1724889183949,"duration":0}},{"uid":"50d41f6cdec22c3f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/50d41f6cdec22c3f","status":"passed","time":{"start":1724888354189,"stop":1724888354190,"duration":1}},{"uid":"787bfee9c3339848","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/787bfee9c3339848","status":"passed","time":{"start":1724887145732,"stop":1724887145732,"duration":0}},{"uid":"a9169250fa5fabef","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a9169250fa5fabef","status":"passed","time":{"start":1724886915810,"stop":1724886915812,"duration":2}},{"uid":"99d10c89dcbba002","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/99d10c89dcbba002","status":"passed","time":{"start":1724862341467,"stop":1724862341468,"duration":1}},{"uid":"f0a013585cfff602","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f0a013585cfff602","status":"passed","time":{"start":1724861805473,"stop":1724861805473,"duration":0}},{"uid":"7e867b63c7585ad8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7e867b63c7585ad8","status":"passed","time":{"start":1724861662301,"stop":1724861662302,"duration":1}},{"uid":"c9e819f8c2aba59e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c9e819f8c2aba59e","status":"passed","time":{"start":1724861492530,"stop":1724861492530,"duration":0}}]},"59caa625bfa5e7559dc1597d2d794ad1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"44f805706e67a32d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/44f805706e67a32d","status":"passed","time":{"start":1724922845240,"stop":1724922845240,"duration":0}}]},"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3e8f329d417fe91","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3e8f329d417fe91","status":"passed","time":{"start":1724922998985,"stop":1724922998986,"duration":1}},{"uid":"d984d3f99244cc7d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d984d3f99244cc7d","status":"passed","time":{"start":1724921672582,"stop":1724921672582,"duration":0}},{"uid":"9105e0bae7e8266d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9105e0bae7e8266d","status":"passed","time":{"start":1724921629965,"stop":1724921629965,"duration":0}},{"uid":"84c388d09db10ddc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/84c388d09db10ddc","status":"passed","time":{"start":1724918337083,"stop":1724918337083,"duration":0}},{"uid":"504e63e7d79006c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/504e63e7d79006c","status":"passed","time":{"start":1724890089180,"stop":1724890089180,"duration":0}},{"uid":"15b83203d73ecf5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/15b83203d73ecf5","status":"passed","time":{"start":1724889221661,"stop":1724889221661,"duration":0}},{"uid":"7aec852e3c21e35a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7aec852e3c21e35a","status":"passed","time":{"start":1724888396189,"stop":1724888396189,"duration":0}},{"uid":"ce00de7be115a0d8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ce00de7be115a0d8","status":"passed","time":{"start":1724887170940,"stop":1724887170940,"duration":0}},{"uid":"78b59ef8344215e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/78b59ef8344215e","status":"passed","time":{"start":1724886948526,"stop":1724886948526,"duration":0}},{"uid":"29f046e9f70a33d8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29f046e9f70a33d8","status":"passed","time":{"start":1724862370754,"stop":1724862370754,"duration":0}},{"uid":"ce5a6071b30a4e15","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ce5a6071b30a4e15","status":"passed","time":{"start":1724861845170,"stop":1724861845170,"duration":0}},{"uid":"3aff650a0d4cf79f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3aff650a0d4cf79f","status":"passed","time":{"start":1724861703118,"stop":1724861703118,"duration":0}},{"uid":"cc62e59182e77a2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cc62e59182e77a2","status":"passed","time":{"start":1724861530979,"stop":1724861530980,"duration":1}}]},"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"99991fb8b7ca31d7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/99991fb8b7ca31d7","status":"passed","time":{"start":1724922928888,"stop":1724922928888,"duration":0}},{"uid":"90591eebaf76809d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/90591eebaf76809d","status":"passed","time":{"start":1724921620609,"stop":1724921620609,"duration":0}},{"uid":"10d25b6629dcd43a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/10d25b6629dcd43a","status":"passed","time":{"start":1724921566690,"stop":1724921566691,"duration":1}},{"uid":"16a1b9f731f4475f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/16a1b9f731f4475f","status":"passed","time":{"start":1724918280553,"stop":1724918280554,"duration":1}},{"uid":"5aea2019580e696","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5aea2019580e696","status":"passed","time":{"start":1724890019469,"stop":1724890019469,"duration":0}},{"uid":"9619ea723dd19672","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9619ea723dd19672","status":"passed","time":{"start":1724889148722,"stop":1724889148722,"duration":0}},{"uid":"e919e6d2d2d00bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e919e6d2d2d00bd","status":"passed","time":{"start":1724888331961,"stop":1724888331964,"duration":3}},{"uid":"6b9c3996d1f11f78","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b9c3996d1f11f78","status":"passed","time":{"start":1724887107115,"stop":1724887107115,"duration":0}},{"uid":"96ac19941314df85","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/96ac19941314df85","status":"passed","time":{"start":1724886889609,"stop":1724886889609,"duration":0}},{"uid":"58576deb79e59baf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/58576deb79e59baf","status":"passed","time":{"start":1724862298791,"stop":1724862298791,"duration":0}},{"uid":"d21e08f389837b1d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d21e08f389837b1d","status":"passed","time":{"start":1724861779254,"stop":1724861779255,"duration":1}},{"uid":"e365dc37ba50c106","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e365dc37ba50c106","status":"passed","time":{"start":1724861646563,"stop":1724861646563,"duration":0}},{"uid":"9622399170ac78a8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9622399170ac78a8","status":"passed","time":{"start":1724861466615,"stop":1724861466616,"duration":1}}]},"96c112b783bb7ec27bbe2b7a2d4767fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f7ff23628aeadd9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3f7ff23628aeadd9","status":"passed","time":{"start":1724861475045,"stop":1724861475048,"duration":3}}]},"49483aaa9fbb0f8c7913836033ea9abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1eaf73570946865","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1eaf73570946865","status":"passed","time":{"start":1724923012475,"stop":1724923012475,"duration":0}},{"uid":"e300b2384d6b6444","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e300b2384d6b6444","status":"passed","time":{"start":1724921625080,"stop":1724921625080,"duration":0}},{"uid":"12e78f06c97659e6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/12e78f06c97659e6","status":"passed","time":{"start":1724921590505,"stop":1724921590505,"duration":0}},{"uid":"6ab44b919f9d0129","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6ab44b919f9d0129","status":"passed","time":{"start":1724918287572,"stop":1724918287572,"duration":0}},{"uid":"fd4043517b917889","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fd4043517b917889","status":"passed","time":{"start":1724890047797,"stop":1724890047797,"duration":0}},{"uid":"1e3c39143b948891","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1e3c39143b948891","status":"passed","time":{"start":1724889183930,"stop":1724889183931,"duration":1}},{"uid":"7f33566ba102a7f5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7f33566ba102a7f5","status":"passed","time":{"start":1724888354178,"stop":1724888354178,"duration":0}},{"uid":"2a8dad7292c69c54","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2a8dad7292c69c54","status":"passed","time":{"start":1724887145702,"stop":1724887145703,"duration":1}},{"uid":"90d7fff2a7894999","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/90d7fff2a7894999","status":"passed","time":{"start":1724886915794,"stop":1724886915794,"duration":0}},{"uid":"c373c5f4d8f3ca73","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c373c5f4d8f3ca73","status":"passed","time":{"start":1724862341458,"stop":1724862341459,"duration":1}},{"uid":"53fad1e484c380b9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/53fad1e484c380b9","status":"passed","time":{"start":1724861805458,"stop":1724861805459,"duration":1}},{"uid":"a9e4e6cc51637a4a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a9e4e6cc51637a4a","status":"passed","time":{"start":1724861662295,"stop":1724861662296,"duration":1}},{"uid":"4106cc46e41d0797","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4106cc46e41d0797","status":"passed","time":{"start":1724861492522,"stop":1724861492523,"duration":1}}]},"6d9287ac35ecdccfb04f2b8e19da11b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c660753682bab1c1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c660753682bab1c1","status":"passed","time":{"start":1724922374679,"stop":1724922374680,"duration":1}},{"uid":"d26b319ec6c2ccf7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d26b319ec6c2ccf7","status":"passed","time":{"start":1724921037641,"stop":1724921037641,"duration":0}},{"uid":"a8f90576592d1bf7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a8f90576592d1bf7","status":"passed","time":{"start":1724921013054,"stop":1724921013054,"duration":0}},{"uid":"4ce66f763507c17c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4ce66f763507c17c","status":"passed","time":{"start":1724917673296,"stop":1724917673297,"duration":1}},{"uid":"9efcd9a4fdfff52a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9efcd9a4fdfff52a","status":"passed","time":{"start":1724889452315,"stop":1724889452315,"duration":0}},{"uid":"2c028fbda162d31d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c028fbda162d31d","status":"passed","time":{"start":1724888602845,"stop":1724888602846,"duration":1}},{"uid":"c3eeebae9f176fc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c3eeebae9f176fc1","status":"passed","time":{"start":1724887759168,"stop":1724887759168,"duration":0}},{"uid":"8961759048a9887a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8961759048a9887a","status":"passed","time":{"start":1724886525548,"stop":1724886525548,"duration":0}},{"uid":"41664ba371ed917b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/41664ba371ed917b","status":"passed","time":{"start":1724886303402,"stop":1724886303402,"duration":0}},{"uid":"2f4e9cea164c0be9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2f4e9cea164c0be9","status":"passed","time":{"start":1724861752233,"stop":1724861752234,"duration":1}},{"uid":"d7e577b1015505bc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d7e577b1015505bc","status":"passed","time":{"start":1724861223359,"stop":1724861223359,"duration":0}},{"uid":"a7afc7804999b4b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a7afc7804999b4b","status":"passed","time":{"start":1724861045207,"stop":1724861045207,"duration":0}},{"uid":"dea1c40027f1d877","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dea1c40027f1d877","status":"passed","time":{"start":1724860907089,"stop":1724860907090,"duration":1}}]},"428be91c9e0c788144c5e74afcb6073a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c00dfdd223d2a900","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c00dfdd223d2a900","status":"passed","time":{"start":1724861428477,"stop":1724861428478,"duration":1}}]},"cfa31b61f2cd6d490aeaca6bc9a70e0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"17fcef00fb3e3b99","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/17fcef00fb3e3b99","status":"passed","time":{"start":1724923012471,"stop":1724923012472,"duration":1}},{"uid":"6c77036f707e3742","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6c77036f707e3742","status":"passed","time":{"start":1724921625078,"stop":1724921625078,"duration":0}},{"uid":"382106c1d30f8aed","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/382106c1d30f8aed","status":"passed","time":{"start":1724921590502,"stop":1724921590502,"duration":0}},{"uid":"2cad789d949b77c7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2cad789d949b77c7","status":"passed","time":{"start":1724918287570,"stop":1724918287570,"duration":0}},{"uid":"251f112ecf052b22","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/251f112ecf052b22","status":"passed","time":{"start":1724890047794,"stop":1724890047795,"duration":1}},{"uid":"fc1b26e7da873aea","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fc1b26e7da873aea","status":"passed","time":{"start":1724889183927,"stop":1724889183928,"duration":1}},{"uid":"9d9cd4376ed85838","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9d9cd4376ed85838","status":"passed","time":{"start":1724888354175,"stop":1724888354175,"duration":0}},{"uid":"34642d85bea42d8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/34642d85bea42d8","status":"passed","time":{"start":1724887145688,"stop":1724887145691,"duration":3}},{"uid":"70a72941b509012c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/70a72941b509012c","status":"passed","time":{"start":1724886915791,"stop":1724886915792,"duration":1}},{"uid":"93209760a33eaa6f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/93209760a33eaa6f","status":"passed","time":{"start":1724862341456,"stop":1724862341456,"duration":0}},{"uid":"63f924340220ea82","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/63f924340220ea82","status":"passed","time":{"start":1724861805450,"stop":1724861805450,"duration":0}},{"uid":"76bd26b1b9b5aa34","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/76bd26b1b9b5aa34","status":"passed","time":{"start":1724861662291,"stop":1724861662291,"duration":0}},{"uid":"b79f8bbbbbf937fb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b79f8bbbbbf937fb","status":"passed","time":{"start":1724861492520,"stop":1724861492520,"duration":0}}]},"dadc7b5b244d13929219b88f0ca40434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bc04a5919fa31595","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bc04a5919fa31595","status":"passed","time":{"start":1724922647836,"stop":1724922647836,"duration":0}},{"uid":"7b05d4b33d446dfc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7b05d4b33d446dfc","status":"passed","time":{"start":1724921300794,"stop":1724921300828,"duration":34}},{"uid":"1658626adefd3e03","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1658626adefd3e03","status":"passed","time":{"start":1724921280720,"stop":1724921280720,"duration":0}},{"uid":"db493642b9d87806","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/db493642b9d87806","status":"passed","time":{"start":1724917963264,"stop":1724917963264,"duration":0}},{"uid":"79b3d7673cf02d3d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/79b3d7673cf02d3d","status":"passed","time":{"start":1724889734121,"stop":1724889734122,"duration":1}},{"uid":"d9802cf5dcbc85de","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9802cf5dcbc85de","status":"passed","time":{"start":1724888859623,"stop":1724888859623,"duration":0}},{"uid":"b06b1a12b913c8ab","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b06b1a12b913c8ab","status":"passed","time":{"start":1724888053954,"stop":1724888053954,"duration":0}},{"uid":"1a4c0505d50ab17c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1a4c0505d50ab17c","status":"passed","time":{"start":1724886820680,"stop":1724886820680,"duration":0}},{"uid":"d146f2e013a44495","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d146f2e013a44495","status":"passed","time":{"start":1724886589271,"stop":1724886589272,"duration":1}},{"uid":"7739a0e238200b7a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7739a0e238200b7a","status":"passed","time":{"start":1724862027807,"stop":1724862027807,"duration":0}},{"uid":"56c63ac077ac0977","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/56c63ac077ac0977","status":"passed","time":{"start":1724861484562,"stop":1724861484562,"duration":0}},{"uid":"4fe6c78b64d590c4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4fe6c78b64d590c4","status":"passed","time":{"start":1724861315159,"stop":1724861315160,"duration":1}},{"uid":"2f1f6c28f8073e34","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2f1f6c28f8073e34","status":"passed","time":{"start":1724861168761,"stop":1724861168763,"duration":2}}]},"2375efca16c2803a0edb59f4c0382f4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"95bb3a060dc6e8c2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/95bb3a060dc6e8c2","status":"passed","time":{"start":1724862320144,"stop":1724862320145,"duration":1}}]},"fb022dd2e71cecb35870262ac68f9d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2b45b47bc6d16d29","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2b45b47bc6d16d29","status":"passed","time":{"start":1724922887521,"stop":1724922887522,"duration":1}},{"uid":"124938ee1bbe0a57","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/124938ee1bbe0a57","status":"passed","time":{"start":1724921564773,"stop":1724921564773,"duration":0}},{"uid":"21e76fa64db24e7b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/21e76fa64db24e7b","status":"passed","time":{"start":1724921518782,"stop":1724921518782,"duration":0}},{"uid":"69e21771ad9847ce","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/69e21771ad9847ce","status":"passed","time":{"start":1724918229395,"stop":1724918229396,"duration":1}},{"uid":"d8d6a5f9ccc7d157","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d8d6a5f9ccc7d157","status":"passed","time":{"start":1724889980693,"stop":1724889980694,"duration":1}},{"uid":"65f9742f2f952a3d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/65f9742f2f952a3d","status":"passed","time":{"start":1724889111156,"stop":1724889111157,"duration":1}},{"uid":"7c360693dae89f12","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7c360693dae89f12","status":"passed","time":{"start":1724888292529,"stop":1724888292530,"duration":1}},{"uid":"b05ac9915fad1916","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b05ac9915fad1916","status":"passed","time":{"start":1724887068221,"stop":1724887068221,"duration":0}},{"uid":"d6b6ce4809ae937","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d6b6ce4809ae937","status":"passed","time":{"start":1724886848919,"stop":1724886848919,"duration":0}},{"uid":"80e2601a09a76d55","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80e2601a09a76d55","status":"passed","time":{"start":1724862262044,"stop":1724862262044,"duration":0}},{"uid":"5fd91bca993db925","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5fd91bca993db925","status":"passed","time":{"start":1724861741889,"stop":1724861741889,"duration":0}},{"uid":"500aa62bbbcd05d6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/500aa62bbbcd05d6","status":"passed","time":{"start":1724861599483,"stop":1724861599483,"duration":0}},{"uid":"e09bd567964eb101","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e09bd567964eb101","status":"passed","time":{"start":1724861428471,"stop":1724861428471,"duration":0}}]},"fdc7b86e6ba88391ebd432625ff8053c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"360d88f09f5b1cd7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/360d88f09f5b1cd7","status":"passed","time":{"start":1724890032298,"stop":1724890032298,"duration":0}}]},"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4e2bf56770daf9e3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4e2bf56770daf9e3","status":"passed","time":{"start":1724922998982,"stop":1724922998983,"duration":1}},{"uid":"1392a9091b368f92","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1392a9091b368f92","status":"passed","time":{"start":1724921672579,"stop":1724921672579,"duration":0}},{"uid":"b9185d679f2a6a50","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b9185d679f2a6a50","status":"passed","time":{"start":1724921629962,"stop":1724921629963,"duration":1}},{"uid":"a49d5e64df0e0907","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a49d5e64df0e0907","status":"passed","time":{"start":1724918337081,"stop":1724918337081,"duration":0}},{"uid":"1deca157bc5cae6d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1deca157bc5cae6d","status":"passed","time":{"start":1724890089177,"stop":1724890089177,"duration":0}},{"uid":"5e845cbbeea01418","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5e845cbbeea01418","status":"passed","time":{"start":1724889221658,"stop":1724889221659,"duration":1}},{"uid":"63c0e58b2aa7eca6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/63c0e58b2aa7eca6","status":"passed","time":{"start":1724888396186,"stop":1724888396187,"duration":1}},{"uid":"5b546c72fe86a45f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5b546c72fe86a45f","status":"passed","time":{"start":1724887170936,"stop":1724887170937,"duration":1}},{"uid":"93882cae8aac786d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/93882cae8aac786d","status":"passed","time":{"start":1724886948523,"stop":1724886948523,"duration":0}},{"uid":"af3295a8b3392496","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/af3295a8b3392496","status":"passed","time":{"start":1724862370751,"stop":1724862370752,"duration":1}},{"uid":"a84527057fb63d39","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a84527057fb63d39","status":"passed","time":{"start":1724861845157,"stop":1724861845157,"duration":0}},{"uid":"38dd11b63e2c0792","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/38dd11b63e2c0792","status":"passed","time":{"start":1724861703113,"stop":1724861703115,"duration":2}},{"uid":"73023e4b4933a88d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/73023e4b4933a88d","status":"passed","time":{"start":1724861530972,"stop":1724861530975,"duration":3}}]},"a049ac393f09a0bdae37c1e840c53d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c3e2a2c499f4eabd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c3e2a2c499f4eabd","status":"passed","time":{"start":1724922971800,"stop":1724922971800,"duration":0}},{"uid":"cb5bfb0703ab716d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cb5bfb0703ab716d","status":"passed","time":{"start":1724921663255,"stop":1724921663255,"duration":0}},{"uid":"d0a3b4ed905ef3c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d0a3b4ed905ef3c","status":"passed","time":{"start":1724921617880,"stop":1724921617881,"duration":1}},{"uid":"ea3fab7a27072faa","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ea3fab7a27072faa","status":"passed","time":{"start":1724918326162,"stop":1724918326162,"duration":0}},{"uid":"47fdf97fdcc70f96","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/47fdf97fdcc70f96","status":"passed","time":{"start":1724890076393,"stop":1724890076394,"duration":1}},{"uid":"78ccce551f547adf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/78ccce551f547adf","status":"passed","time":{"start":1724889199691,"stop":1724889199691,"duration":0}},{"uid":"414b98d4f675685f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/414b98d4f675685f","status":"passed","time":{"start":1724888382427,"stop":1724888382428,"duration":1}},{"uid":"e2fed4bc1a0de5db","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e2fed4bc1a0de5db","status":"passed","time":{"start":1724887156369,"stop":1724887156370,"duration":1}},{"uid":"b9f9946c2ab023e4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b9f9946c2ab023e4","status":"passed","time":{"start":1724886936172,"stop":1724886936173,"duration":1}},{"uid":"b513d8388a1e2844","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b513d8388a1e2844","status":"passed","time":{"start":1724862347647,"stop":1724862347648,"duration":1}},{"uid":"4aae91ebd0a275b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4aae91ebd0a275b","status":"passed","time":{"start":1724861827958,"stop":1724861827958,"duration":0}},{"uid":"55e6ed8d3e1edb62","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/55e6ed8d3e1edb62","status":"passed","time":{"start":1724861685960,"stop":1724861685961,"duration":1}},{"uid":"dd7d696bffefc491","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dd7d696bffefc491","status":"passed","time":{"start":1724861514747,"stop":1724861514747,"duration":0}}]},"ee8b592a5e2fed5796bcc54454e1d16d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8ef49d46ca68e36c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8ef49d46ca68e36c","status":"passed","time":{"start":1724922946229,"stop":1724922946229,"duration":0}}]},"b3aadb566e6a3a49a6630ed038c939f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"489eb25495ad600","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/489eb25495ad600","status":"passed","time":{"start":1724922611442,"stop":1724922611442,"duration":0}},{"uid":"827ddc623973d149","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/827ddc623973d149","status":"passed","time":{"start":1724921270365,"stop":1724921270365,"duration":0}},{"uid":"e467e73e08d54e3f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e467e73e08d54e3f","status":"passed","time":{"start":1724921247827,"stop":1724921247827,"duration":0}},{"uid":"82220138614a3206","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/82220138614a3206","status":"passed","time":{"start":1724917989825,"stop":1724917989825,"duration":0}},{"uid":"5ba52415e9664739","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ba52415e9664739","status":"passed","time":{"start":1724889678569,"stop":1724889678569,"duration":0}},{"uid":"acbfaf70aaf8d541","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/acbfaf70aaf8d541","status":"passed","time":{"start":1724888829848,"stop":1724888829851,"duration":3}},{"uid":"298eb6a14ac3c914","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/298eb6a14ac3c914","status":"passed","time":{"start":1724888077017,"stop":1724888077018,"duration":1}},{"uid":"9a31a5259c68faab","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9a31a5259c68faab","status":"passed","time":{"start":1724886851131,"stop":1724886851131,"duration":0}},{"uid":"7ddc7037d9c4780c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7ddc7037d9c4780c","status":"passed","time":{"start":1724886647121,"stop":1724886647124,"duration":3}},{"uid":"8978b79d5c1e3c28","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8978b79d5c1e3c28","status":"passed","time":{"start":1724861992717,"stop":1724861992717,"duration":0}},{"uid":"f99aa4e3c50fe431","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f99aa4e3c50fe431","status":"passed","time":{"start":1724861469649,"stop":1724861469649,"duration":0}},{"uid":"169cd8362a456c04","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/169cd8362a456c04","status":"passed","time":{"start":1724861284871,"stop":1724861284871,"duration":0}},{"uid":"a7a12fe409d7a5c7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a7a12fe409d7a5c7","status":"passed","time":{"start":1724861145819,"stop":1724861145819,"duration":0}}]},"101924931f8b6b359bac7305c6ded0a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"25019e55d0c5642e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/25019e55d0c5642e","status":"passed","time":{"start":1724922946241,"stop":1724922946242,"duration":1}}]},"bf2752477aeaa2d40ac83c25552a24c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"83390503b2f75c0a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/83390503b2f75c0a","status":"passed","time":{"start":1724922601842,"stop":1724922601842,"duration":0}},{"uid":"1d2dd9c2cb5f4d0e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1d2dd9c2cb5f4d0e","status":"passed","time":{"start":1724921267869,"stop":1724921267869,"duration":0}},{"uid":"7a784fade05fb05f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7a784fade05fb05f","status":"passed","time":{"start":1724921244367,"stop":1724921244368,"duration":1}},{"uid":"be093ff86f1b3587","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/be093ff86f1b3587","status":"passed","time":{"start":1724917916044,"stop":1724917916051,"duration":7}},{"uid":"2b061e52965938ec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b061e52965938ec","status":"passed","time":{"start":1724889678254,"stop":1724889678255,"duration":1}},{"uid":"c2be370b83d40eb3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2be370b83d40eb3","status":"passed","time":{"start":1724888831683,"stop":1724888831684,"duration":1}},{"uid":"247ab663f23487ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/247ab663f23487ea","status":"passed","time":{"start":1724888003319,"stop":1724888003320,"duration":1}},{"uid":"933e645139f41e88","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/933e645139f41e88","status":"passed","time":{"start":1724886776608,"stop":1724886776608,"duration":0}},{"uid":"28699b9efed82cf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/28699b9efed82cf","status":"passed","time":{"start":1724886555795,"stop":1724886555796,"duration":1}},{"uid":"a7f50f8b74e28ff4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a7f50f8b74e28ff4","status":"passed","time":{"start":1724861983006,"stop":1724861983006,"duration":0}},{"uid":"d6ba68b984ae9e29","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d6ba68b984ae9e29","status":"passed","time":{"start":1724861444066,"stop":1724861444066,"duration":0}},{"uid":"16b0c07f57a6efd1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/16b0c07f57a6efd1","status":"passed","time":{"start":1724861285829,"stop":1724861285829,"duration":0}},{"uid":"bca9a8fcf72431a8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bca9a8fcf72431a8","status":"passed","time":{"start":1724861145665,"stop":1724861145665,"duration":0}}]},"1864ee3b2dd8d4576390c89c0be11e80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e42ed0e7992973fb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e42ed0e7992973fb","status":"passed","time":{"start":1724922778646,"stop":1724922778646,"duration":0}},{"uid":"139a37b8cb2c8888","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/139a37b8cb2c8888","status":"passed","time":{"start":1724921498166,"stop":1724921498167,"duration":1}},{"uid":"1126b5001e6b1f21","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1126b5001e6b1f21","status":"passed","time":{"start":1724921408646,"stop":1724921408646,"duration":0}},{"uid":"d71bdd4cc021ac5c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d71bdd4cc021ac5c","status":"passed","time":{"start":1724918130637,"stop":1724918130637,"duration":0}},{"uid":"3139e242ee2b2065","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3139e242ee2b2065","status":"passed","time":{"start":1724889892838,"stop":1724889892838,"duration":0}},{"uid":"3205286a139c7923","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3205286a139c7923","status":"passed","time":{"start":1724888997476,"stop":1724888997476,"duration":0}},{"uid":"d9fbf9254e6d88a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d9fbf9254e6d88a9","status":"passed","time":{"start":1724888199974,"stop":1724888199974,"duration":0}},{"uid":"51e122a3caa0b8d7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/51e122a3caa0b8d7","status":"passed","time":{"start":1724886961758,"stop":1724886961758,"duration":0}},{"uid":"839102f0db08ef9e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/839102f0db08ef9e","status":"passed","time":{"start":1724886743547,"stop":1724886743548,"duration":1}},{"uid":"a6922f8e97f15620","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a6922f8e97f15620","status":"passed","time":{"start":1724862150873,"stop":1724862150874,"duration":1}},{"uid":"8240699d5598aa","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8240699d5598aa","status":"passed","time":{"start":1724861627758,"stop":1724861627759,"duration":1}},{"uid":"79e7f827957c2dc1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/79e7f827957c2dc1","status":"passed","time":{"start":1724861501294,"stop":1724861501294,"duration":0}},{"uid":"f2ee7455d073c972","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f2ee7455d073c972","status":"passed","time":{"start":1724861330460,"stop":1724861330460,"duration":0}}]},"77b5bec6a76d452cc8e6fc116f162969:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"46e452412bb97499","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/46e452412bb97499","status":"passed","time":{"start":1724862298394,"stop":1724862298394,"duration":0}}]},"b5c2c2b77727ad8ac01a05b89d8f6a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2a16aac43daae87b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2a16aac43daae87b","status":"passed","time":{"start":1724922771082,"stop":1724922771082,"duration":0}},{"uid":"ae4b6c09dd2e3130","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ae4b6c09dd2e3130","status":"passed","time":{"start":1724921419682,"stop":1724921419682,"duration":0}},{"uid":"886e2bc84d2d593f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/886e2bc84d2d593f","status":"passed","time":{"start":1724921400503,"stop":1724921400503,"duration":0}},{"uid":"24fd91f6cc17d871","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/24fd91f6cc17d871","status":"passed","time":{"start":1724918124175,"stop":1724918124175,"duration":0}},{"uid":"bb9a3305753583ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bb9a3305753583ae","status":"passed","time":{"start":1724889845312,"stop":1724889845313,"duration":1}},{"uid":"974783ef4a88a9eb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/974783ef4a88a9eb","status":"passed","time":{"start":1724888978753,"stop":1724888978753,"duration":0}},{"uid":"f60e385d6eaec1a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f60e385d6eaec1a9","status":"passed","time":{"start":1724888199758,"stop":1724888199758,"duration":0}},{"uid":"c581d58887a48661","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c581d58887a48661","status":"passed","time":{"start":1724886961475,"stop":1724886961475,"duration":0}},{"uid":"bd0b6ff6481b09df","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bd0b6ff6481b09df","status":"passed","time":{"start":1724886743395,"stop":1724886743395,"duration":0}},{"uid":"6df347e23c0ab8a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6df347e23c0ab8a","status":"passed","time":{"start":1724862150655,"stop":1724862150656,"duration":1}},{"uid":"bfd97fb1380ec8c3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bfd97fb1380ec8c3","status":"passed","time":{"start":1724861627580,"stop":1724861627581,"duration":1}},{"uid":"fa26f13e7351443b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fa26f13e7351443b","status":"passed","time":{"start":1724861501070,"stop":1724861501070,"duration":0}},{"uid":"8462ac8278ad70a3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8462ac8278ad70a3","status":"passed","time":{"start":1724861297168,"stop":1724861297168,"duration":0}}]},"ad7d09d2eb5cdad3ab8e198e9b98bf8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"83db2f3fb9b759d9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/83db2f3fb9b759d9","status":"passed","time":{"start":1724922635347,"stop":1724922635347,"duration":0}},{"uid":"e890a7495904d422","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e890a7495904d422","status":"passed","time":{"start":1724921296997,"stop":1724921296998,"duration":1}},{"uid":"b398d21a65c75d49","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b398d21a65c75d49","status":"passed","time":{"start":1724921276362,"stop":1724921276363,"duration":1}},{"uid":"6ce76706a96b8503","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6ce76706a96b8503","status":"passed","time":{"start":1724917948308,"stop":1724917948309,"duration":1}},{"uid":"b8f3d399d55898a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8f3d399d55898a0","status":"passed","time":{"start":1724889729004,"stop":1724889729004,"duration":0}},{"uid":"4e15da88b80b8410","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4e15da88b80b8410","status":"passed","time":{"start":1724888864949,"stop":1724888864949,"duration":0}},{"uid":"6e6ba7d886c90a93","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6e6ba7d886c90a93","status":"passed","time":{"start":1724888053731,"stop":1724888053732,"duration":1}},{"uid":"d6b55b8ab010c433","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d6b55b8ab010c433","status":"passed","time":{"start":1724886811647,"stop":1724886811647,"duration":0}},{"uid":"82b35cc26349781e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/82b35cc26349781e","status":"passed","time":{"start":1724886580999,"stop":1724886581000,"duration":1}},{"uid":"87f60d5fd3fe487c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/87f60d5fd3fe487c","status":"passed","time":{"start":1724862019555,"stop":1724862019555,"duration":0}},{"uid":"9be21e989a4c7703","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9be21e989a4c7703","status":"passed","time":{"start":1724861493933,"stop":1724861493933,"duration":0}},{"uid":"5322003175587d50","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5322003175587d50","status":"passed","time":{"start":1724861318013,"stop":1724861318013,"duration":0}},{"uid":"c2c4e4dad27b46d9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c2c4e4dad27b46d9","status":"passed","time":{"start":1724861178506,"stop":1724861178507,"duration":1}}]},"c85f58aaf61e58a00e15389c4047b385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"818e97253c520e91","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/818e97253c520e91","status":"passed","time":{"start":1724922611433,"stop":1724922611433,"duration":0}},{"uid":"b5ac7e630fdb1e1e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b5ac7e630fdb1e1e","status":"passed","time":{"start":1724921270354,"stop":1724921270355,"duration":1}},{"uid":"c66de8b8edaea92f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c66de8b8edaea92f","status":"passed","time":{"start":1724921247815,"stop":1724921247816,"duration":1}},{"uid":"d07209e8319b4c1f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d07209e8319b4c1f","status":"passed","time":{"start":1724917989816,"stop":1724917989816,"duration":0}},{"uid":"5e0e875253317f3d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5e0e875253317f3d","status":"passed","time":{"start":1724889678548,"stop":1724889678549,"duration":1}},{"uid":"c452d60b7d0f2b1c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c452d60b7d0f2b1c","status":"passed","time":{"start":1724888829835,"stop":1724888829840,"duration":5}},{"uid":"9920dac2744f18e1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9920dac2744f18e1","status":"passed","time":{"start":1724888076996,"stop":1724888077001,"duration":5}},{"uid":"60512f294e0fa00","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/60512f294e0fa00","status":"passed","time":{"start":1724886851123,"stop":1724886851123,"duration":0}},{"uid":"315c7effaa014be6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/315c7effaa014be6","status":"passed","time":{"start":1724886647100,"stop":1724886647105,"duration":5}},{"uid":"fcf9507d98cd2bf7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fcf9507d98cd2bf7","status":"passed","time":{"start":1724861992711,"stop":1724861992711,"duration":0}},{"uid":"c6dbd4350f8f26a4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c6dbd4350f8f26a4","status":"passed","time":{"start":1724861469640,"stop":1724861469640,"duration":0}},{"uid":"42adb142002ac615","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/42adb142002ac615","status":"passed","time":{"start":1724861284855,"stop":1724861284855,"duration":0}},{"uid":"ef25689c93f1b5bb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ef25689c93f1b5bb","status":"passed","time":{"start":1724861145800,"stop":1724861145800,"duration":0}}]},"a7ede6ecb4c76d3d9733771bd3cbb79b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1becda66ef2c4651","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1becda66ef2c4651","status":"passed","time":{"start":1724922946233,"stop":1724922946233,"duration":0}}]},"86d40f5580239eeb3f68326e9a3da832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a84ee8ab3efdf4ca","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a84ee8ab3efdf4ca","status":"passed","time":{"start":1724922383091,"stop":1724922383091,"duration":0}},{"uid":"841e7b02904a2c8e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/841e7b02904a2c8e","status":"passed","time":{"start":1724921046207,"stop":1724921046207,"duration":0}},{"uid":"65f338d8b41a90a0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/65f338d8b41a90a0","status":"passed","time":{"start":1724921021479,"stop":1724921021479,"duration":0}},{"uid":"75b5d7c13fb61181","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/75b5d7c13fb61181","status":"passed","time":{"start":1724917681727,"stop":1724917681727,"duration":0}},{"uid":"b644d71d895ed3a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b644d71d895ed3a0","status":"passed","time":{"start":1724889460655,"stop":1724889460655,"duration":0}},{"uid":"7e97a7c69224aac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e97a7c69224aac","status":"passed","time":{"start":1724888611298,"stop":1724888611298,"duration":0}},{"uid":"a03148e689a63e2d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a03148e689a63e2d","status":"passed","time":{"start":1724887767623,"stop":1724887767623,"duration":0}},{"uid":"686d1ed121b879d6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/686d1ed121b879d6","status":"passed","time":{"start":1724886533994,"stop":1724886533994,"duration":0}},{"uid":"2f4346ae58e2dfb3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2f4346ae58e2dfb3","status":"passed","time":{"start":1724886311761,"stop":1724886311761,"duration":0}},{"uid":"3fa065cbd7d8c84d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3fa065cbd7d8c84d","status":"passed","time":{"start":1724861760779,"stop":1724861760779,"duration":0}},{"uid":"7feec795fe00ed33","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7feec795fe00ed33","status":"passed","time":{"start":1724861231737,"stop":1724861231737,"duration":0}},{"uid":"9f13261c75816225","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9f13261c75816225","status":"passed","time":{"start":1724861054260,"stop":1724861054260,"duration":0}},{"uid":"c0f601943414efc0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c0f601943414efc0","status":"passed","time":{"start":1724860915817,"stop":1724860915817,"duration":0}}]},"70d7547be438461c26595f81e1b0f627:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b4959e54bcd3e472","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b4959e54bcd3e472","status":"passed","time":{"start":1724922845238,"stop":1724922845239,"duration":1}},{"uid":"e638d479c183c82a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e638d479c183c82a","status":"passed","time":{"start":1724921515224,"stop":1724921515224,"duration":0}},{"uid":"2d793ce18d333328","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2d793ce18d333328","status":"passed","time":{"start":1724921475444,"stop":1724921475444,"duration":0}},{"uid":"2a09c5eab49a8b51","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2a09c5eab49a8b51","status":"passed","time":{"start":1724918179398,"stop":1724918179398,"duration":0}},{"uid":"80ff26b432a3709b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80ff26b432a3709b","status":"passed","time":{"start":1724889935339,"stop":1724889935339,"duration":0}},{"uid":"71a94080081a1b34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/71a94080081a1b34","status":"passed","time":{"start":1724889072751,"stop":1724889072751,"duration":0}},{"uid":"391c7ed2f43d6152","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/391c7ed2f43d6152","status":"passed","time":{"start":1724888232412,"stop":1724888232413,"duration":1}},{"uid":"dd809e83bbedfaae","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dd809e83bbedfaae","status":"passed","time":{"start":1724887018300,"stop":1724887018301,"duration":1}},{"uid":"bbec18ccf6806b63","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bbec18ccf6806b63","status":"passed","time":{"start":1724886781477,"stop":1724886781477,"duration":0}},{"uid":"68f58f43e17b685","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/68f58f43e17b685","status":"passed","time":{"start":1724862213660,"stop":1724862213660,"duration":0}},{"uid":"d1dcaa60f4c36534","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d1dcaa60f4c36534","status":"passed","time":{"start":1724861685853,"stop":1724861685854,"duration":1}},{"uid":"3c1a5d5c41b4cdf5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3c1a5d5c41b4cdf5","status":"passed","time":{"start":1724861546170,"stop":1724861546170,"duration":0}},{"uid":"872f5351c3484706","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/872f5351c3484706","status":"passed","time":{"start":1724861378108,"stop":1724861378109,"duration":1}}]},"0c1097afd260126f193fa34dcaf4ba31:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d689e13473f03b0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3d689e13473f03b0","status":"passed","time":{"start":1724861475031,"stop":1724861475032,"duration":1}}]},"253c27d464100cdb4c0cdda026373878:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"617dfd77a5d05c23","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/617dfd77a5d05c23","status":"passed","time":{"start":1724922374683,"stop":1724922374683,"duration":0}},{"uid":"ab935c6549faaae2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ab935c6549faaae2","status":"passed","time":{"start":1724921037643,"stop":1724921037643,"duration":0}},{"uid":"696a2527f4a3e163","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/696a2527f4a3e163","status":"passed","time":{"start":1724921013056,"stop":1724921013056,"duration":0}},{"uid":"a3f7559624268f3a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a3f7559624268f3a","status":"passed","time":{"start":1724917673298,"stop":1724917673298,"duration":0}},{"uid":"d3e0dac7192d90ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3e0dac7192d90ba","status":"passed","time":{"start":1724889452317,"stop":1724889452317,"duration":0}},{"uid":"d444ecf715b8ec8f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d444ecf715b8ec8f","status":"passed","time":{"start":1724888602848,"stop":1724888602849,"duration":1}},{"uid":"5276613c4c3fd463","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5276613c4c3fd463","status":"passed","time":{"start":1724887759170,"stop":1724887759170,"duration":0}},{"uid":"f5a6207c68b828e6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f5a6207c68b828e6","status":"passed","time":{"start":1724886525549,"stop":1724886525550,"duration":1}},{"uid":"98b8184e3b76453d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/98b8184e3b76453d","status":"passed","time":{"start":1724886303403,"stop":1724886303404,"duration":1}},{"uid":"488a765d4c6f7b62","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/488a765d4c6f7b62","status":"passed","time":{"start":1724861752235,"stop":1724861752236,"duration":1}},{"uid":"c503ad00a6de27e3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c503ad00a6de27e3","status":"passed","time":{"start":1724861223361,"stop":1724861223361,"duration":0}},{"uid":"28fbf5f8b29f1c74","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/28fbf5f8b29f1c74","status":"passed","time":{"start":1724861045209,"stop":1724861045209,"duration":0}},{"uid":"653ba0838fccb24a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/653ba0838fccb24a","status":"passed","time":{"start":1724860907092,"stop":1724860907092,"duration":0}}]},"5b3b4672988337decb5567953687c65a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b66054eb6630cc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b66054eb6630cc1","status":"passed","time":{"start":1724887018313,"stop":1724887018313,"duration":0}}]},"1cf9be6ead4b6e2cb97b7dcd34290d54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"920bb1ae193a435d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/920bb1ae193a435d","status":"passed","time":{"start":1724886906379,"stop":1724886906380,"duration":1}}]},"22b802e90f2e2e56045d48d1dd7a3e3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"f3a7f71976c747bf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f3a7f71976c747bf","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922845653,"stop":1724922845654,"duration":1}},{"uid":"54e6693e218f7725","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/54e6693e218f7725","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515418,"stop":1724921515418,"duration":0}},{"uid":"2694a8bff88e3c97","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2694a8bff88e3c97","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475838,"stop":1724921475838,"duration":0}},{"uid":"4520ee16ee58df87","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4520ee16ee58df87","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179672,"stop":1724918179672,"duration":0}},{"uid":"972b75ce0942d9d1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/972b75ce0942d9d1","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935529,"stop":1724889935530,"duration":1}},{"uid":"2aa48e8cfc8e1065","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2aa48e8cfc8e1065","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072943,"stop":1724889072943,"duration":0}},{"uid":"de8195e8b442cf71","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/de8195e8b442cf71","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232586,"stop":1724888232586,"duration":0}},{"uid":"5290826010e24d32","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5290826010e24d32","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018517,"stop":1724887018517,"duration":0}},{"uid":"c962829ba8ea2358","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c962829ba8ea2358","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781723,"stop":1724886781723,"duration":0}},{"uid":"f2f184d4810dcc87","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2f184d4810dcc87","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213903,"stop":1724862213903,"duration":0}},{"uid":"f200a99cb00cc0db","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f200a99cb00cc0db","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861686113,"stop":1724861686114,"duration":1}},{"uid":"9492190cff380fbd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9492190cff380fbd","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546460,"stop":1724861546461,"duration":1}},{"uid":"727e562545312d99","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/727e562545312d99","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378278,"stop":1724861378278,"duration":0}}]},"4a2293634784771f7235a02f6bd30762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"26cc861cdb0c06f4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/26cc861cdb0c06f4","status":"passed","time":{"start":1724922611429,"stop":1724922611429,"duration":0}},{"uid":"6cc069dc9d385495","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6cc069dc9d385495","status":"passed","time":{"start":1724921270351,"stop":1724921270351,"duration":0}},{"uid":"72514f14359a382a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/72514f14359a382a","status":"passed","time":{"start":1724921247809,"stop":1724921247810,"duration":1}},{"uid":"521e5415c8596ac2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/521e5415c8596ac2","status":"passed","time":{"start":1724917989813,"stop":1724917989813,"duration":0}},{"uid":"341c779685bdd89d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/341c779685bdd89d","status":"passed","time":{"start":1724889678540,"stop":1724889678541,"duration":1}},{"uid":"b4f4916ec80827b4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b4f4916ec80827b4","status":"passed","time":{"start":1724888829832,"stop":1724888829832,"duration":0}},{"uid":"3d3f8e88a6d0456e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3d3f8e88a6d0456e","status":"passed","time":{"start":1724888076981,"stop":1724888076982,"duration":1}},{"uid":"d462179df47522c4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d462179df47522c4","status":"passed","time":{"start":1724886851119,"stop":1724886851120,"duration":1}},{"uid":"662cc21ce7c7c12f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/662cc21ce7c7c12f","status":"passed","time":{"start":1724886647076,"stop":1724886647078,"duration":2}},{"uid":"3b2e6e06e372e692","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3b2e6e06e372e692","status":"passed","time":{"start":1724861992707,"stop":1724861992707,"duration":0}},{"uid":"e897fad9c558928e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e897fad9c558928e","status":"passed","time":{"start":1724861469636,"stop":1724861469636,"duration":0}},{"uid":"4482dca662be6a7f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4482dca662be6a7f","status":"passed","time":{"start":1724861284851,"stop":1724861284851,"duration":0}},{"uid":"95a0476a9e13d360","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/95a0476a9e13d360","status":"passed","time":{"start":1724861145796,"stop":1724861145797,"duration":1}}]},"872701a64ab4958d57a451985582aea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fdbab14f4d50a5b6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fdbab14f4d50a5b6","status":"passed","time":{"start":1724922928888,"stop":1724922928889,"duration":1}},{"uid":"561ee8a433478ce","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/561ee8a433478ce","status":"passed","time":{"start":1724921620610,"stop":1724921620611,"duration":1}},{"uid":"70d4d5b775b6328e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/70d4d5b775b6328e","status":"passed","time":{"start":1724921566692,"stop":1724921566693,"duration":1}},{"uid":"ee44ced2c918f6d5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ee44ced2c918f6d5","status":"passed","time":{"start":1724918280554,"stop":1724918280555,"duration":1}},{"uid":"fbced9fbdcb778be","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fbced9fbdcb778be","status":"passed","time":{"start":1724890019470,"stop":1724890019470,"duration":0}},{"uid":"343f1a057f63d713","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/343f1a057f63d713","status":"passed","time":{"start":1724889148723,"stop":1724889148723,"duration":0}},{"uid":"45fbb0b50c621f9d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/45fbb0b50c621f9d","status":"passed","time":{"start":1724888331965,"stop":1724888331965,"duration":0}},{"uid":"1dfdc0a721bb528e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1dfdc0a721bb528e","status":"passed","time":{"start":1724887107115,"stop":1724887107116,"duration":1}},{"uid":"7d4ca2f6c95ee196","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7d4ca2f6c95ee196","status":"passed","time":{"start":1724886889609,"stop":1724886889610,"duration":1}},{"uid":"6bcc99cd0ba934a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6bcc99cd0ba934a9","status":"passed","time":{"start":1724862298791,"stop":1724862298792,"duration":1}},{"uid":"c24bede33b032af5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c24bede33b032af5","status":"passed","time":{"start":1724861779265,"stop":1724861779266,"duration":1}},{"uid":"455e92351754a1ab","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/455e92351754a1ab","status":"passed","time":{"start":1724861646563,"stop":1724861646564,"duration":1}},{"uid":"e8f2c185d60898aa","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e8f2c185d60898aa","status":"passed","time":{"start":1724861466616,"stop":1724861466616,"duration":0}}]},"ebf89e30778dc608daa4afe853022171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c8b96f717e55818","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c8b96f717e55818","status":"passed","time":{"start":1724922845248,"stop":1724922845248,"duration":0}},{"uid":"ccf0ac6e277c9e3e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ccf0ac6e277c9e3e","status":"passed","time":{"start":1724921515230,"stop":1724921515230,"duration":0}},{"uid":"2868c41872bbf24f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2868c41872bbf24f","status":"passed","time":{"start":1724921475456,"stop":1724921475457,"duration":1}},{"uid":"1f8da966f9b931b8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1f8da966f9b931b8","status":"passed","time":{"start":1724918179404,"stop":1724918179404,"duration":0}},{"uid":"d915f789c28e8161","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d915f789c28e8161","status":"passed","time":{"start":1724889935344,"stop":1724889935344,"duration":0}},{"uid":"8193a18f50ac2d55","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8193a18f50ac2d55","status":"passed","time":{"start":1724889072758,"stop":1724889072758,"duration":0}},{"uid":"1ded63a60ace7fda","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1ded63a60ace7fda","status":"passed","time":{"start":1724888232418,"stop":1724888232419,"duration":1}},{"uid":"b35dd5b9bd92fb1e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b35dd5b9bd92fb1e","status":"passed","time":{"start":1724887018306,"stop":1724887018306,"duration":0}},{"uid":"16b2a1183979b2d9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/16b2a1183979b2d9","status":"passed","time":{"start":1724886781483,"stop":1724886781483,"duration":0}},{"uid":"97be1a18825a9813","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97be1a18825a9813","status":"passed","time":{"start":1724862213666,"stop":1724862213666,"duration":0}},{"uid":"6ddf7419e013ee45","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6ddf7419e013ee45","status":"passed","time":{"start":1724861685859,"stop":1724861685859,"duration":0}},{"uid":"52110ed1746f040f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/52110ed1746f040f","status":"passed","time":{"start":1724861546181,"stop":1724861546181,"duration":0}},{"uid":"c89f1bef05745064","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c89f1bef05745064","status":"passed","time":{"start":1724861378114,"stop":1724861378115,"duration":1}}]},"0192a0d82b69fbd8e26f13fce5c1dc84:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fdec90889f5297e4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fdec90889f5297e4","status":"passed","time":{"start":1724918298103,"stop":1724918298103,"duration":0}}]},"e6cb6493af057fff1c8f6a17a41eebd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"876ac122f8576b38","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/876ac122f8576b38","status":"passed","time":{"start":1724922647835,"stop":1724922647835,"duration":0}},{"uid":"1fa87ef30ba02d51","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1fa87ef30ba02d51","status":"passed","time":{"start":1724921300790,"stop":1724921300791,"duration":1}},{"uid":"5aeceea44bfbe2d3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5aeceea44bfbe2d3","status":"passed","time":{"start":1724921280719,"stop":1724921280719,"duration":0}},{"uid":"9da636b8bb130965","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9da636b8bb130965","status":"passed","time":{"start":1724917963263,"stop":1724917963263,"duration":0}},{"uid":"47e379600989d1a7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/47e379600989d1a7","status":"passed","time":{"start":1724889734120,"stop":1724889734121,"duration":1}},{"uid":"37c4521a5e119c75","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37c4521a5e119c75","status":"passed","time":{"start":1724888859619,"stop":1724888859620,"duration":1}},{"uid":"aa81687df293201a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aa81687df293201a","status":"passed","time":{"start":1724888053953,"stop":1724888053953,"duration":0}},{"uid":"2981acf5b86951f8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2981acf5b86951f8","status":"passed","time":{"start":1724886820677,"stop":1724886820677,"duration":0}},{"uid":"2b36f7bd6c98277b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2b36f7bd6c98277b","status":"passed","time":{"start":1724886589268,"stop":1724886589269,"duration":1}},{"uid":"7853b489efcd7656","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7853b489efcd7656","status":"passed","time":{"start":1724862027794,"stop":1724862027795,"duration":1}},{"uid":"49ffac51825c9229","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/49ffac51825c9229","status":"passed","time":{"start":1724861484561,"stop":1724861484561,"duration":0}},{"uid":"dbbb0d8e44ea0848","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dbbb0d8e44ea0848","status":"passed","time":{"start":1724861315157,"stop":1724861315158,"duration":1}},{"uid":"b86fc36f9547d7da","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b86fc36f9547d7da","status":"passed","time":{"start":1724861168759,"stop":1724861168760,"duration":1}}]},"49168a22e20bde9a6809d28d4dfd8423:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a0cb55207c2189d3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a0cb55207c2189d3","status":"passed","time":{"start":1724922966705,"stop":1724922966705,"duration":0}},{"uid":"eee6608875102748","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/eee6608875102748","status":"passed","time":{"start":1724921640664,"stop":1724921640664,"duration":0}},{"uid":"b09e86ea39b91009","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b09e86ea39b91009","status":"passed","time":{"start":1724921597594,"stop":1724921597596,"duration":2}},{"uid":"60795a0ac7c42cdd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/60795a0ac7c42cdd","status":"passed","time":{"start":1724918306249,"stop":1724918306250,"duration":1}},{"uid":"63630ade6276ca47","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/63630ade6276ca47","status":"passed","time":{"start":1724890060301,"stop":1724890060301,"duration":0}},{"uid":"b489cc5b13b23fd0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b489cc5b13b23fd0","status":"passed","time":{"start":1724889191329,"stop":1724889191329,"duration":0}},{"uid":"e5ceb4046383d235","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e5ceb4046383d235","status":"passed","time":{"start":1724888368607,"stop":1724888368607,"duration":0}},{"uid":"1d7dcdbc0db2a2a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1d7dcdbc0db2a2a2","status":"passed","time":{"start":1724887150940,"stop":1724887150940,"duration":0}},{"uid":"984a43ba3948f11d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/984a43ba3948f11d","status":"passed","time":{"start":1724886928811,"stop":1724886928812,"duration":1}},{"uid":"456fb85db8e562f7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/456fb85db8e562f7","status":"passed","time":{"start":1724862346043,"stop":1724862346044,"duration":1}},{"uid":"373b37b678e9ce01","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/373b37b678e9ce01","status":"passed","time":{"start":1724861823100,"stop":1724861823101,"duration":1}},{"uid":"43d770d331d97942","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/43d770d331d97942","status":"passed","time":{"start":1724861677723,"stop":1724861677724,"duration":1}},{"uid":"30d2f31ed7eb7ef3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/30d2f31ed7eb7ef3","status":"passed","time":{"start":1724861503961,"stop":1724861503962,"duration":1}}]},"630a161fcb0b80f3239dfe6d811e518b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c588eeb3eb167c92","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c588eeb3eb167c92","status":"passed","time":{"start":1724922971798,"stop":1724922971799,"duration":1}},{"uid":"7d38d57bd1c2141b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7d38d57bd1c2141b","status":"passed","time":{"start":1724921663254,"stop":1724921663254,"duration":0}},{"uid":"7471f0af7515747","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7471f0af7515747","status":"passed","time":{"start":1724921617879,"stop":1724921617879,"duration":0}},{"uid":"9c94df94e37c0d4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9c94df94e37c0d4","status":"passed","time":{"start":1724918326160,"stop":1724918326160,"duration":0}},{"uid":"4562bbe6d655d20d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4562bbe6d655d20d","status":"passed","time":{"start":1724890076392,"stop":1724890076392,"duration":0}},{"uid":"b217668931409c17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b217668931409c17","status":"passed","time":{"start":1724889199687,"stop":1724889199688,"duration":1}},{"uid":"e7af712312b6a09f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e7af712312b6a09f","status":"passed","time":{"start":1724888382421,"stop":1724888382426,"duration":5}},{"uid":"4a1b8dc8d8211b0a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a1b8dc8d8211b0a","status":"passed","time":{"start":1724887156367,"stop":1724887156368,"duration":1}},{"uid":"450cf81bee0c55da","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/450cf81bee0c55da","status":"passed","time":{"start":1724886936169,"stop":1724886936170,"duration":1}},{"uid":"efb74a6d15e21959","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/efb74a6d15e21959","status":"passed","time":{"start":1724862347642,"stop":1724862347645,"duration":3}},{"uid":"e2cb53783152b374","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e2cb53783152b374","status":"passed","time":{"start":1724861827952,"stop":1724861827952,"duration":0}},{"uid":"881c3ccc6590d207","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/881c3ccc6590d207","status":"passed","time":{"start":1724861685958,"stop":1724861685959,"duration":1}},{"uid":"c0f15fdc0507310b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c0f15fdc0507310b","status":"passed","time":{"start":1724861514746,"stop":1724861514746,"duration":0}}]},"35a579dd64bb3df6340ab4888f010cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7adf6acc89591d0f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7adf6acc89591d0f","status":"passed","time":{"start":1724922601842,"stop":1724922601843,"duration":1}},{"uid":"8856151394015ef7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8856151394015ef7","status":"passed","time":{"start":1724921267869,"stop":1724921267870,"duration":1}},{"uid":"bb2ed1763d07697e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bb2ed1763d07697e","status":"passed","time":{"start":1724921244368,"stop":1724921244369,"duration":1}},{"uid":"14e1b735c376076a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/14e1b735c376076a","status":"passed","time":{"start":1724917916051,"stop":1724917916051,"duration":0}},{"uid":"2dad838a87d47d2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2dad838a87d47d2","status":"passed","time":{"start":1724889678255,"stop":1724889678255,"duration":0}},{"uid":"29814191470a6d00","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29814191470a6d00","status":"passed","time":{"start":1724888831684,"stop":1724888831684,"duration":0}},{"uid":"b910fbc2dedb6756","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b910fbc2dedb6756","status":"passed","time":{"start":1724888003320,"stop":1724888003320,"duration":0}},{"uid":"9a35c315fc71e3ef","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9a35c315fc71e3ef","status":"passed","time":{"start":1724886776609,"stop":1724886776609,"duration":0}},{"uid":"b56fb18322afdf7c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b56fb18322afdf7c","status":"passed","time":{"start":1724886555796,"stop":1724886555797,"duration":1}},{"uid":"b5ae14fbab862e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b5ae14fbab862e0","status":"passed","time":{"start":1724861983006,"stop":1724861983006,"duration":0}},{"uid":"bf5bb184921d2974","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bf5bb184921d2974","status":"passed","time":{"start":1724861444066,"stop":1724861444066,"duration":0}},{"uid":"9ea3a9f7f8fa0aba","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9ea3a9f7f8fa0aba","status":"passed","time":{"start":1724861285829,"stop":1724861285834,"duration":5}},{"uid":"e81027714003addf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e81027714003addf","status":"passed","time":{"start":1724861145665,"stop":1724861145666,"duration":1}}]},"52ff749803f81979754a5a8620130081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9cf654fe6a0db836","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9cf654fe6a0db836","status":"passed","time":{"start":1724922887524,"stop":1724922887524,"duration":0}},{"uid":"a4f160a103cf7c2f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a4f160a103cf7c2f","status":"passed","time":{"start":1724921564774,"stop":1724921564775,"duration":1}},{"uid":"2420923dc42b1360","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2420923dc42b1360","status":"passed","time":{"start":1724921518785,"stop":1724921518786,"duration":1}},{"uid":"dc1288933ca79f45","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dc1288933ca79f45","status":"passed","time":{"start":1724918229397,"stop":1724918229398,"duration":1}},{"uid":"15a487d2fca4a3a5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/15a487d2fca4a3a5","status":"passed","time":{"start":1724889980698,"stop":1724889980700,"duration":2}},{"uid":"d9fbdbb36c994d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9fbdbb36c994d9","status":"passed","time":{"start":1724889111160,"stop":1724889111161,"duration":1}},{"uid":"d774af415080ff16","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d774af415080ff16","status":"passed","time":{"start":1724888292531,"stop":1724888292531,"duration":0}},{"uid":"c23ca7c77ce58006","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c23ca7c77ce58006","status":"passed","time":{"start":1724887068223,"stop":1724887068223,"duration":0}},{"uid":"1e16b2d59f16e53c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1e16b2d59f16e53c","status":"passed","time":{"start":1724886848922,"stop":1724886848923,"duration":1}},{"uid":"72adadc59f11e7fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72adadc59f11e7fd","status":"passed","time":{"start":1724862262045,"stop":1724862262046,"duration":1}},{"uid":"24f5f42e649571fe","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/24f5f42e649571fe","status":"passed","time":{"start":1724861741891,"stop":1724861741891,"duration":0}},{"uid":"bf2c40b8ed051b40","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bf2c40b8ed051b40","status":"passed","time":{"start":1724861599486,"stop":1724861599486,"duration":0}},{"uid":"917b5845d86f948","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/917b5845d86f948","status":"passed","time":{"start":1724861428473,"stop":1724861428473,"duration":0}}]},"4c8b57b794787833962fd89002e38b1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6483b878d0780578","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6483b878d0780578","status":"passed","time":{"start":1724923012478,"stop":1724923012478,"duration":0}},{"uid":"12dc4d7b693e9e32","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/12dc4d7b693e9e32","status":"passed","time":{"start":1724921625083,"stop":1724921625083,"duration":0}},{"uid":"5cc844c5c0c93f36","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5cc844c5c0c93f36","status":"passed","time":{"start":1724921590508,"stop":1724921590508,"duration":0}},{"uid":"e898febbcd0d6518","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e898febbcd0d6518","status":"passed","time":{"start":1724918287574,"stop":1724918287574,"duration":0}},{"uid":"a968025a24f374b5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a968025a24f374b5","status":"passed","time":{"start":1724890047800,"stop":1724890047800,"duration":0}},{"uid":"6ad13248b4e2c472","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6ad13248b4e2c472","status":"passed","time":{"start":1724889183940,"stop":1724889183941,"duration":1}},{"uid":"741a21de15b96960","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/741a21de15b96960","status":"passed","time":{"start":1724888354181,"stop":1724888354181,"duration":0}},{"uid":"e3d8baa1ebfa8a55","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e3d8baa1ebfa8a55","status":"passed","time":{"start":1724887145716,"stop":1724887145718,"duration":2}},{"uid":"c79db5d007d9f3ca","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c79db5d007d9f3ca","status":"passed","time":{"start":1724886915797,"stop":1724886915797,"duration":0}},{"uid":"fe35d3896bad169f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe35d3896bad169f","status":"passed","time":{"start":1724862341463,"stop":1724862341463,"duration":0}},{"uid":"e1d49b331be77da1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e1d49b331be77da1","status":"passed","time":{"start":1724861805465,"stop":1724861805466,"duration":1}},{"uid":"d891e16e25062c4f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d891e16e25062c4f","status":"passed","time":{"start":1724861662298,"stop":1724861662298,"duration":0}},{"uid":"b4e7f9e22716057","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b4e7f9e22716057","status":"passed","time":{"start":1724861492525,"stop":1724861492525,"duration":0}}]},"fe86e4bc6704318e239f18d0b4d88866:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"714b5de8758edf11","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/714b5de8758edf11","status":"passed","time":{"start":1724922845234,"stop":1724922845235,"duration":1}},{"uid":"c172437eb941ed5e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c172437eb941ed5e","status":"passed","time":{"start":1724921515220,"stop":1724921515220,"duration":0}},{"uid":"f56ba330c444d937","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f56ba330c444d937","status":"passed","time":{"start":1724921475439,"stop":1724921475439,"duration":0}},{"uid":"d473e5f812523edc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d473e5f812523edc","status":"passed","time":{"start":1724918179380,"stop":1724918179381,"duration":1}},{"uid":"c324031d88176fe1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c324031d88176fe1","status":"passed","time":{"start":1724889935334,"stop":1724889935334,"duration":0}},{"uid":"9ee9f1deb403b2b9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9ee9f1deb403b2b9","status":"passed","time":{"start":1724889072747,"stop":1724889072747,"duration":0}},{"uid":"fc851e866bf11c39","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fc851e866bf11c39","status":"passed","time":{"start":1724888232409,"stop":1724888232409,"duration":0}},{"uid":"2550931d1bdcace3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2550931d1bdcace3","status":"passed","time":{"start":1724887018288,"stop":1724887018288,"duration":0}},{"uid":"ae2f92b1882168ef","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ae2f92b1882168ef","status":"passed","time":{"start":1724886781473,"stop":1724886781473,"duration":0}},{"uid":"44304f41f604b684","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/44304f41f604b684","status":"passed","time":{"start":1724862213656,"stop":1724862213656,"duration":0}},{"uid":"f6e7bf84c7083cac","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f6e7bf84c7083cac","status":"passed","time":{"start":1724861685849,"stop":1724861685849,"duration":0}},{"uid":"94e224f8b199d085","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/94e224f8b199d085","status":"passed","time":{"start":1724861546164,"stop":1724861546164,"duration":0}},{"uid":"9c32e33dfa0051ce","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9c32e33dfa0051ce","status":"passed","time":{"start":1724861378104,"stop":1724861378104,"duration":0}}]},"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"23d02318e609c6f8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/23d02318e609c6f8","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922891487,"stop":1724922891487,"duration":0}},{"uid":"9d6ba223c43187e9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9d6ba223c43187e9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921563011,"stop":1724921563011,"duration":0}},{"uid":"96ec158b9b19f57","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/96ec158b9b19f57","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921526810,"stop":1724921526811,"duration":1}},{"uid":"96aa1cb4b08b108","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/96aa1cb4b08b108","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918239938,"stop":1724918239938,"duration":0}},{"uid":"3ea3745eeb31fd78","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3ea3745eeb31fd78","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889980889,"stop":1724889980889,"duration":0}},{"uid":"97bb829cfd2af70c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97bb829cfd2af70c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889109948,"stop":1724889109948,"duration":0}},{"uid":"3f3b1bf8313c7332","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3f3b1bf8313c7332","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888294721,"stop":1724888294721,"duration":0}},{"uid":"e529fc2186086194","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e529fc2186086194","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887071736,"stop":1724887071737,"duration":1}},{"uid":"3d97351251967990","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3d97351251967990","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886848343,"stop":1724886848343,"duration":0}},{"uid":"1c17ef9256f0e6d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c17ef9256f0e6d9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862259244,"stop":1724862259244,"duration":0}},{"uid":"5ed4098bad66b366","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5ed4098bad66b366","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861735323,"stop":1724861735323,"duration":0}},{"uid":"472b2f5412ba50d0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/472b2f5412ba50d0","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861606337,"stop":1724861606342,"duration":5}},{"uid":"c32571379995f4e7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c32571379995f4e7","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861426684,"stop":1724861426684,"duration":0}}]},"ff8923ebf2a3ed1eb8f2832e6d8e8e01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f35bcb068c64744b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f35bcb068c64744b","status":"passed","time":{"start":1724922374676,"stop":1724922374677,"duration":1}},{"uid":"9ee558e38f8419d3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9ee558e38f8419d3","status":"passed","time":{"start":1724921037637,"stop":1724921037637,"duration":0}},{"uid":"4a33f09d03d9c358","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4a33f09d03d9c358","status":"passed","time":{"start":1724921013048,"stop":1724921013049,"duration":1}},{"uid":"ebf33f3587519e0a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ebf33f3587519e0a","status":"passed","time":{"start":1724917673293,"stop":1724917673293,"duration":0}},{"uid":"87f6c9d407391066","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/87f6c9d407391066","status":"passed","time":{"start":1724889452311,"stop":1724889452311,"duration":0}},{"uid":"fddfc4dced62242f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fddfc4dced62242f","status":"passed","time":{"start":1724888602841,"stop":1724888602842,"duration":1}},{"uid":"cecd4a83aa7b6850","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cecd4a83aa7b6850","status":"passed","time":{"start":1724887759165,"stop":1724887759165,"duration":0}},{"uid":"9595f8bc2668fe35","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9595f8bc2668fe35","status":"passed","time":{"start":1724886525544,"stop":1724886525545,"duration":1}},{"uid":"d175dd2040f33ff7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d175dd2040f33ff7","status":"passed","time":{"start":1724886303398,"stop":1724886303398,"duration":0}},{"uid":"73d0bd151ea3f18d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/73d0bd151ea3f18d","status":"passed","time":{"start":1724861752230,"stop":1724861752230,"duration":0}},{"uid":"3d309730c819d42e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3d309730c819d42e","status":"passed","time":{"start":1724861223356,"stop":1724861223356,"duration":0}},{"uid":"c5ca0746db3fc422","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c5ca0746db3fc422","status":"passed","time":{"start":1724861045204,"stop":1724861045204,"duration":0}},{"uid":"ad1c1e3562665a10","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ad1c1e3562665a10","status":"passed","time":{"start":1724860907085,"stop":1724860907086,"duration":1}}]},"1ded1b6272b0bdcc6f84293674b44938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8136e7291ea94620","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8136e7291ea94620","status":"passed","time":{"start":1724888003322,"stop":1724888003322,"duration":0}}]},"6c07aa80a416612463b9cfae866d494d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9661e05738c439ad","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9661e05738c439ad","status":"passed","time":{"start":1724886906384,"stop":1724886906385,"duration":1}}]},"a580d505d76ce38cbe05fd77bdee5538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"867c3b811587e9db","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/867c3b811587e9db","status":"passed","time":{"start":1724922408756,"stop":1724922408756,"duration":0}},{"uid":"d5c147601d7ae483","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d5c147601d7ae483","status":"passed","time":{"start":1724921071994,"stop":1724921071994,"duration":0}},{"uid":"c75514ea8ff62c6f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c75514ea8ff62c6f","status":"passed","time":{"start":1724921046823,"stop":1724921046824,"duration":1}},{"uid":"7ae459f9447ad30","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7ae459f9447ad30","status":"passed","time":{"start":1724917707024,"stop":1724917707024,"duration":0}},{"uid":"7932e3753c7c5dce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7932e3753c7c5dce","status":"passed","time":{"start":1724889485860,"stop":1724889485860,"duration":0}},{"uid":"deaf6c466ea5670f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/deaf6c466ea5670f","status":"passed","time":{"start":1724888636620,"stop":1724888636620,"duration":0}},{"uid":"b2f173a1a8dbcf6d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b2f173a1a8dbcf6d","status":"passed","time":{"start":1724887792855,"stop":1724887792856,"duration":1}},{"uid":"657e4500d27a4dd6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/657e4500d27a4dd6","status":"passed","time":{"start":1724886559724,"stop":1724886559724,"duration":0}},{"uid":"c8ae91891de76807","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c8ae91891de76807","status":"passed","time":{"start":1724886337376,"stop":1724886337377,"duration":1}},{"uid":"37347cf2285981c1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/37347cf2285981c1","status":"passed","time":{"start":1724861786730,"stop":1724861786730,"duration":0}},{"uid":"ac7fff05502b69dd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ac7fff05502b69dd","status":"passed","time":{"start":1724861257212,"stop":1724861257212,"duration":0}},{"uid":"43630dfe5aec84e3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/43630dfe5aec84e3","status":"passed","time":{"start":1724861081086,"stop":1724861081086,"duration":0}},{"uid":"78dbb50323dc405","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/78dbb50323dc405","status":"passed","time":{"start":1724860941731,"stop":1724860941731,"duration":0}}]},"cc4b30ea4a66d9485128eb2cd63393f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e656662002621d54","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e656662002621d54","status":"passed","time":{"start":1724922374678,"stop":1724922374678,"duration":0}},{"uid":"453971419b14a781","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/453971419b14a781","status":"passed","time":{"start":1724921037638,"stop":1724921037639,"duration":1}},{"uid":"1cd88282685a4811","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1cd88282685a4811","status":"passed","time":{"start":1724921013051,"stop":1724921013052,"duration":1}},{"uid":"413c365cf0c0d3fd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/413c365cf0c0d3fd","status":"passed","time":{"start":1724917673295,"stop":1724917673295,"duration":0}},{"uid":"ea59b7077ecdb924","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ea59b7077ecdb924","status":"passed","time":{"start":1724889452313,"stop":1724889452313,"duration":0}},{"uid":"a9053dd3f17a2ca9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a9053dd3f17a2ca9","status":"passed","time":{"start":1724888602843,"stop":1724888602843,"duration":0}},{"uid":"f8042660cb6f325d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f8042660cb6f325d","status":"passed","time":{"start":1724887759166,"stop":1724887759166,"duration":0}},{"uid":"fb579af0c2440363","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fb579af0c2440363","status":"passed","time":{"start":1724886525546,"stop":1724886525546,"duration":0}},{"uid":"6d5068e47525696b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6d5068e47525696b","status":"passed","time":{"start":1724886303399,"stop":1724886303400,"duration":1}},{"uid":"ec52b6666873a7a2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ec52b6666873a7a2","status":"passed","time":{"start":1724861752231,"stop":1724861752232,"duration":1}},{"uid":"e306f51a8b3250de","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e306f51a8b3250de","status":"passed","time":{"start":1724861223357,"stop":1724861223357,"duration":0}},{"uid":"36b5bfe889ea193c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/36b5bfe889ea193c","status":"passed","time":{"start":1724861045206,"stop":1724861045206,"duration":0}},{"uid":"dc537afa86b13d2e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dc537afa86b13d2e","status":"passed","time":{"start":1724860907087,"stop":1724860907087,"duration":0}}]},"6cc581719bffd7ef50ddaac6f3491e12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c812465bfbc9f25b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c812465bfbc9f25b","status":"passed","time":{"start":1724922887524,"stop":1724922887525,"duration":1}},{"uid":"2f9ed63922c5749e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2f9ed63922c5749e","status":"passed","time":{"start":1724921564775,"stop":1724921564775,"duration":0}},{"uid":"e08ca7c41b5a4908","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e08ca7c41b5a4908","status":"passed","time":{"start":1724921518791,"stop":1724921518792,"duration":1}},{"uid":"15688786ae59d776","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/15688786ae59d776","status":"passed","time":{"start":1724918229398,"stop":1724918229398,"duration":0}},{"uid":"b08b9d4d45664a9f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b08b9d4d45664a9f","status":"passed","time":{"start":1724889980700,"stop":1724889980701,"duration":1}},{"uid":"14c2cef1c6406d19","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14c2cef1c6406d19","status":"passed","time":{"start":1724889111161,"stop":1724889111162,"duration":1}},{"uid":"52d2903ce28c5bdd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/52d2903ce28c5bdd","status":"passed","time":{"start":1724888292532,"stop":1724888292532,"duration":0}},{"uid":"a0fc04bfdb4267d9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a0fc04bfdb4267d9","status":"passed","time":{"start":1724887068224,"stop":1724887068224,"duration":0}},{"uid":"c817b01f0e7376ce","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c817b01f0e7376ce","status":"passed","time":{"start":1724886848924,"stop":1724886848924,"duration":0}},{"uid":"77c4464a9170a5a2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/77c4464a9170a5a2","status":"passed","time":{"start":1724862262046,"stop":1724862262046,"duration":0}},{"uid":"3c99e8a3b7bef54f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3c99e8a3b7bef54f","status":"passed","time":{"start":1724861741892,"stop":1724861741892,"duration":0}},{"uid":"9f4331e8dff59d56","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9f4331e8dff59d56","status":"passed","time":{"start":1724861599487,"stop":1724861599487,"duration":0}},{"uid":"fba7946129bd2d81","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fba7946129bd2d81","status":"passed","time":{"start":1724861428474,"stop":1724861428474,"duration":0}}]},"c5bbfff949e82855a4ed4f314badafa7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7936d6164b3cdf33","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7936d6164b3cdf33","status":"passed","time":{"start":1724861770117,"stop":1724861770117,"duration":0}}]},"c583020e89d69df94d5aa8e4a3e82bcf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"afa523c32d7a9de","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/afa523c32d7a9de","status":"passed","time":{"start":1724862298396,"stop":1724862298396,"duration":0}}]},"ccca5a5ea533293ea82c61f97c91e09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2689da5c0f7e3fa9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2689da5c0f7e3fa9","status":"passed","time":{"start":1724861770115,"stop":1724861770116,"duration":1}}]},"f98fc1a79da77702ddabd28cc3cdb9eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"68628ff572e4f422","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/68628ff572e4f422","status":"passed","time":{"start":1724922433169,"stop":1724922433169,"duration":0}},{"uid":"d9acf6fecda7e4dc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d9acf6fecda7e4dc","status":"passed","time":{"start":1724921095758,"stop":1724921095759,"duration":1}},{"uid":"ae20cdd830d4510d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ae20cdd830d4510d","status":"passed","time":{"start":1724921070806,"stop":1724921070807,"duration":1}},{"uid":"19b1d308d7fb6c59","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/19b1d308d7fb6c59","status":"passed","time":{"start":1724917730901,"stop":1724917730903,"duration":2}},{"uid":"8cf9be2bca9bd455","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8cf9be2bca9bd455","status":"passed","time":{"start":1724889510333,"stop":1724889510334,"duration":1}},{"uid":"c1133ba8940a6d8c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c1133ba8940a6d8c","status":"passed","time":{"start":1724888660681,"stop":1724888660682,"duration":1}},{"uid":"1dc6bb4c7f05f423","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1dc6bb4c7f05f423","status":"passed","time":{"start":1724887817138,"stop":1724887817139,"duration":1}},{"uid":"5ca2244049383106","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5ca2244049383106","status":"passed","time":{"start":1724886584155,"stop":1724886584156,"duration":1}},{"uid":"c7f164b1fe2a2b9f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c7f164b1fe2a2b9f","status":"passed","time":{"start":1724886362415,"stop":1724886362415,"duration":0}},{"uid":"7a8e71cd577ee91f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7a8e71cd577ee91f","status":"passed","time":{"start":1724861811585,"stop":1724861811585,"duration":0}},{"uid":"22c863501412abc5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/22c863501412abc5","status":"passed","time":{"start":1724861280384,"stop":1724861280384,"duration":0}},{"uid":"cedd3681666d0a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cedd3681666d0a","status":"passed","time":{"start":1724861106381,"stop":1724861106382,"duration":1}},{"uid":"8bee1214d758eeb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8bee1214d758eeb","status":"passed","time":{"start":1724860966532,"stop":1724860966533,"duration":1}}]},"6a3416af63f8f5a3850513a8e9883262:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7c221b2623071e2d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7c221b2623071e2d","status":"passed","time":{"start":1724922865536,"stop":1724922865537,"duration":1}},{"uid":"9cdb2c3b3c043713","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9cdb2c3b3c043713","status":"passed","time":{"start":1724921583488,"stop":1724921583488,"duration":0}},{"uid":"108853f31d9604a3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/108853f31d9604a3","status":"passed","time":{"start":1724921494522,"stop":1724921494522,"duration":0}},{"uid":"9244b79393a11541","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9244b79393a11541","status":"passed","time":{"start":1724918216288,"stop":1724918216288,"duration":0}},{"uid":"d8bc38bfb2f2e3db","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d8bc38bfb2f2e3db","status":"passed","time":{"start":1724889979499,"stop":1724889979500,"duration":1}},{"uid":"103aac3ddaa165ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/103aac3ddaa165ee","status":"passed","time":{"start":1724889083637,"stop":1724889083637,"duration":0}},{"uid":"f24c117f73c3e5bb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f24c117f73c3e5bb","status":"passed","time":{"start":1724888284641,"stop":1724888284642,"duration":1}},{"uid":"69052ca60f92061f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/69052ca60f92061f","status":"passed","time":{"start":1724887046098,"stop":1724887046098,"duration":0}},{"uid":"cf636ee7abf0b314","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cf636ee7abf0b314","status":"passed","time":{"start":1724886828839,"stop":1724886828839,"duration":0}},{"uid":"41976650e8c6cbd1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/41976650e8c6cbd1","status":"passed","time":{"start":1724862236791,"stop":1724862236792,"duration":1}},{"uid":"752ccf2dc52e050c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/752ccf2dc52e050c","status":"passed","time":{"start":1724861713626,"stop":1724861713627,"duration":1}},{"uid":"fc380906a2aeacf2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fc380906a2aeacf2","status":"passed","time":{"start":1724861586772,"stop":1724861586772,"duration":0}},{"uid":"7dbf9b19c4faea93","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7dbf9b19c4faea93","status":"passed","time":{"start":1724861418250,"stop":1724861418250,"duration":0}}]},"3158802b7db8fbfb451ab4d676c95192:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dcc1d3023e92b082","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dcc1d3023e92b082","status":"passed","time":{"start":1724922778322,"stop":1724922778322,"duration":0}},{"uid":"8bd10ad930776b3a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8bd10ad930776b3a","status":"passed","time":{"start":1724921497751,"stop":1724921497751,"duration":0}},{"uid":"963b5ea22f27beec","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/963b5ea22f27beec","status":"passed","time":{"start":1724921408405,"stop":1724921408406,"duration":1}},{"uid":"8bec7f23c0929ad9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8bec7f23c0929ad9","status":"passed","time":{"start":1724918086867,"stop":1724918086867,"duration":0}},{"uid":"a4da92abf32bc0e6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a4da92abf32bc0e6","status":"passed","time":{"start":1724889892442,"stop":1724889892442,"duration":0}},{"uid":"bf30b7d6098b5f77","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf30b7d6098b5f77","status":"passed","time":{"start":1724888997213,"stop":1724888997213,"duration":0}},{"uid":"777cc93312972f23","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/777cc93312972f23","status":"passed","time":{"start":1724888159485,"stop":1724888159485,"duration":0}},{"uid":"c2960dd09250c21b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c2960dd09250c21b","status":"passed","time":{"start":1724886937287,"stop":1724886937288,"duration":1}},{"uid":"438c7cc5e5c00fbf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/438c7cc5e5c00fbf","status":"passed","time":{"start":1724886709796,"stop":1724886709796,"duration":0}},{"uid":"c2b858fd5acebc6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2b858fd5acebc6","status":"passed","time":{"start":1724862123533,"stop":1724862123533,"duration":0}},{"uid":"e2b762a1266c5a49","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e2b762a1266c5a49","status":"passed","time":{"start":1724861620100,"stop":1724861620101,"duration":1}},{"uid":"4a17ffa38f38fd73","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4a17ffa38f38fd73","status":"passed","time":{"start":1724861460231,"stop":1724861460232,"duration":1}},{"uid":"8c29a022388842b5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8c29a022388842b5","status":"passed","time":{"start":1724861330168,"stop":1724861330168,"duration":0}}]},"449f02ca5ad1ef05921658c399843f12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ff94f0089cf7ceb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ff94f0089cf7ceb7","status":"passed","time":{"start":1724889169853,"stop":1724889169854,"duration":1}}]},"ebdd7787882d52a461e8552cefc107fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d359b47ec28401d2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d359b47ec28401d2","status":"passed","time":{"start":1724861475024,"stop":1724861475027,"duration":3}}]},"106f25ff2cc4cbf32458eb8c05248544:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e5cf2f429fbf96ea","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e5cf2f429fbf96ea","status":"passed","time":{"start":1724922950822,"stop":1724922950822,"duration":0}},{"uid":"86776a82259ddb4c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/86776a82259ddb4c","status":"passed","time":{"start":1724921640400,"stop":1724921640400,"duration":0}},{"uid":"803eb5ed0630126f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/803eb5ed0630126f","status":"passed","time":{"start":1724921600408,"stop":1724921600410,"duration":2}},{"uid":"bceecbc37a02a9c8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bceecbc37a02a9c8","status":"passed","time":{"start":1724918300924,"stop":1724918300924,"duration":0}},{"uid":"33965224777f8303","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33965224777f8303","status":"passed","time":{"start":1724890059285,"stop":1724890059285,"duration":0}},{"uid":"6d76e1f90b01123e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d76e1f90b01123e","status":"passed","time":{"start":1724889188319,"stop":1724889188320,"duration":1}},{"uid":"65bc095377fd78d5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/65bc095377fd78d5","status":"passed","time":{"start":1724888372740,"stop":1724888372740,"duration":0}},{"uid":"f00017f808253a7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f00017f808253a7","status":"passed","time":{"start":1724887135718,"stop":1724887135718,"duration":0}},{"uid":"cc0cf8af4426f236","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cc0cf8af4426f236","status":"passed","time":{"start":1724886919665,"stop":1724886919669,"duration":4}},{"uid":"e88d2b13f7f92223","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e88d2b13f7f92223","status":"passed","time":{"start":1724862341834,"stop":1724862341835,"duration":1}},{"uid":"54b2c9e58f053f50","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/54b2c9e58f053f50","status":"passed","time":{"start":1724861815490,"stop":1724861815491,"duration":1}},{"uid":"60569e5fe17fc4dd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/60569e5fe17fc4dd","status":"passed","time":{"start":1724861669535,"stop":1724861669535,"duration":0}},{"uid":"c95d010418bf8aab","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c95d010418bf8aab","status":"passed","time":{"start":1724861505419,"stop":1724861505419,"duration":0}}]},"3d427eba83ca26d8649822c4586c1224:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"45c2502b33698790","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/45c2502b33698790","status":"passed","time":{"start":1724861741896,"stop":1724861741896,"duration":0}}]},"964cb013c9c54fdcc5e3121b44d3616c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"da75751be5b1f918","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/da75751be5b1f918","status":"passed","time":{"start":1724922999264,"stop":1724922999265,"duration":1}},{"uid":"abcc40ea23334fcb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/abcc40ea23334fcb","status":"passed","time":{"start":1724921669869,"stop":1724921669869,"duration":0}},{"uid":"a530f9dbbb091a22","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a530f9dbbb091a22","status":"passed","time":{"start":1724921630266,"stop":1724921630266,"duration":0}},{"uid":"89d8d00089503456","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/89d8d00089503456","status":"passed","time":{"start":1724918332986,"stop":1724918332987,"duration":1}},{"uid":"efbb65348891cd20","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/efbb65348891cd20","status":"passed","time":{"start":1724890089467,"stop":1724890089467,"duration":0}},{"uid":"efe48603c3b88d40","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/efe48603c3b88d40","status":"passed","time":{"start":1724889224490,"stop":1724889224491,"duration":1}},{"uid":"df96f7ffd0ae1eba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/df96f7ffd0ae1eba","status":"passed","time":{"start":1724888406345,"stop":1724888406345,"duration":0}},{"uid":"ca352504fa723149","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ca352504fa723149","status":"passed","time":{"start":1724887175022,"stop":1724887175023,"duration":1}},{"uid":"9e4879595ae2c644","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9e4879595ae2c644","status":"passed","time":{"start":1724886952406,"stop":1724886952407,"duration":1}},{"uid":"8cf5ba3d55cacbc7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8cf5ba3d55cacbc7","status":"passed","time":{"start":1724862378560,"stop":1724862378560,"duration":0}},{"uid":"9191fd8d9e0560d1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9191fd8d9e0560d1","status":"passed","time":{"start":1724861846748,"stop":1724861846749,"duration":1}},{"uid":"ec9fe6965aaad249","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ec9fe6965aaad249","status":"passed","time":{"start":1724861702533,"stop":1724861702534,"duration":1}},{"uid":"fec7f1c502b215e9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fec7f1c502b215e9","status":"passed","time":{"start":1724861533458,"stop":1724861533458,"duration":0}}]},"ce18eef58e12465d14106d1445bcd531:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f605a48342ceb852","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f605a48342ceb852","status":"passed","time":{"start":1724861392063,"stop":1724861392064,"duration":1}}]},"5832d214e5beab5a9f18fb5803afa03d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"139c0c44822c2f06","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/139c0c44822c2f06","status":"passed","time":{"start":1724889169847,"stop":1724889169848,"duration":1}}]},"b0ef162dcafab014be91c1a74332ea07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5725488dec9b121b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5725488dec9b121b","status":"passed","time":{"start":1724886822828,"stop":1724886822828,"duration":0}}]},"3fc4daffaa9de98066a4ff3439e670d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ad4c24961c11050e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ad4c24961c11050e","status":"passed","time":{"start":1724922374693,"stop":1724922374693,"duration":0}},{"uid":"10930c72109afabe","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/10930c72109afabe","status":"passed","time":{"start":1724921037653,"stop":1724921037653,"duration":0}},{"uid":"545d8e3f1aec1a85","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/545d8e3f1aec1a85","status":"passed","time":{"start":1724921013067,"stop":1724921013067,"duration":0}},{"uid":"4fe9762b0a24a9e7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4fe9762b0a24a9e7","status":"passed","time":{"start":1724917673307,"stop":1724917673308,"duration":1}},{"uid":"f4f3074263f25993","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f4f3074263f25993","status":"passed","time":{"start":1724889452327,"stop":1724889452327,"duration":0}},{"uid":"cc852019e16c756c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc852019e16c756c","status":"passed","time":{"start":1724888602860,"stop":1724888602860,"duration":0}},{"uid":"eaf482f34e52b08e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eaf482f34e52b08e","status":"passed","time":{"start":1724887759180,"stop":1724887759180,"duration":0}},{"uid":"f4e8d5ebf0912d20","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f4e8d5ebf0912d20","status":"passed","time":{"start":1724886525557,"stop":1724886525558,"duration":1}},{"uid":"2dadd46b2a80dc1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2dadd46b2a80dc1","status":"passed","time":{"start":1724886303413,"stop":1724886303413,"duration":0}},{"uid":"bfe01d423e9dea19","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bfe01d423e9dea19","status":"passed","time":{"start":1724861752250,"stop":1724861752250,"duration":0}},{"uid":"d9166daa863f883c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d9166daa863f883c","status":"passed","time":{"start":1724861223370,"stop":1724861223370,"duration":0}},{"uid":"a3b425828a6de18f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a3b425828a6de18f","status":"passed","time":{"start":1724861045219,"stop":1724861045220,"duration":1}},{"uid":"852e1a02aa3bfcd5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/852e1a02aa3bfcd5","status":"passed","time":{"start":1724860907106,"stop":1724860907106,"duration":0}}]},"db4044bcb84451b9ac43b9deb27ca0f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a97662633624bf45","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a97662633624bf45","status":"passed","time":{"start":1724922845249,"stop":1724922845249,"duration":0}},{"uid":"570448f1d3ea5776","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/570448f1d3ea5776","status":"passed","time":{"start":1724921515231,"stop":1724921515231,"duration":0}},{"uid":"1406b2e9e0b3ad04","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1406b2e9e0b3ad04","status":"passed","time":{"start":1724921475458,"stop":1724921475459,"duration":1}},{"uid":"c02bee1893fbf4e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c02bee1893fbf4e","status":"passed","time":{"start":1724918179404,"stop":1724918179406,"duration":2}},{"uid":"d9e13636fc0dc4d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9e13636fc0dc4d9","status":"passed","time":{"start":1724889935345,"stop":1724889935345,"duration":0}},{"uid":"8272911650706871","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8272911650706871","status":"passed","time":{"start":1724889072758,"stop":1724889072759,"duration":1}},{"uid":"58c1abfea9b04e67","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/58c1abfea9b04e67","status":"passed","time":{"start":1724888232420,"stop":1724888232420,"duration":0}},{"uid":"9baeeb812b93c9d6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9baeeb812b93c9d6","status":"passed","time":{"start":1724887018307,"stop":1724887018307,"duration":0}},{"uid":"156d825014c2fcc3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/156d825014c2fcc3","status":"passed","time":{"start":1724886781484,"stop":1724886781484,"duration":0}},{"uid":"54e543ea805e28be","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/54e543ea805e28be","status":"passed","time":{"start":1724862213667,"stop":1724862213667,"duration":0}},{"uid":"36e23cb6b2c89a2a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/36e23cb6b2c89a2a","status":"passed","time":{"start":1724861685860,"stop":1724861685860,"duration":0}},{"uid":"e059bba9f7fa9cef","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e059bba9f7fa9cef","status":"passed","time":{"start":1724861546182,"stop":1724861546182,"duration":0}},{"uid":"1e5ae2c618c6ec09","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1e5ae2c618c6ec09","status":"passed","time":{"start":1724861378116,"stop":1724861378116,"duration":0}}]},"eab7841360c8fd3d8e785d25e5f5803a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a7ce665536cdfd9f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a7ce665536cdfd9f","status":"passed","time":{"start":1724888336459,"stop":1724888336459,"duration":0}}]},"87b12bf0061b9bddb083981d7da27a8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"acdafd183e3bab49","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/acdafd183e3bab49","status":"passed","time":{"start":1724861485082,"stop":1724861485082,"duration":0}}]},"acc687c0d98cf9791a4c4549fc544c3c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b351df29fa92b1bb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b351df29fa92b1bb","status":"passed","time":{"start":1724921475501,"stop":1724921475501,"duration":0}}]},"e0ea69b6e4886398145d82343331531b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5ad99723c6d93bc2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5ad99723c6d93bc2","status":"passed","time":{"start":1724861770118,"stop":1724861770118,"duration":0}}]},"141843ad1779c0abe782878978f71632:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ee88d505a5e2283d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ee88d505a5e2283d","status":"passed","time":{"start":1724918298102,"stop":1724918298102,"duration":0}}]},"e356dad3eecbb6aeee91c4b9e20b2f0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"67df3dc8fb95e430","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/67df3dc8fb95e430","status":"passed","time":{"start":1724922891485,"stop":1724922891485,"duration":0}},{"uid":"5c2e2f260f1457e3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5c2e2f260f1457e3","status":"passed","time":{"start":1724921563008,"stop":1724921563008,"duration":0}},{"uid":"1e83885a4f3bd4f8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1e83885a4f3bd4f8","status":"passed","time":{"start":1724921526809,"stop":1724921526809,"duration":0}},{"uid":"da80165bf408f776","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/da80165bf408f776","status":"passed","time":{"start":1724918239935,"stop":1724918239936,"duration":1}},{"uid":"df4c010cd8b40d24","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/df4c010cd8b40d24","status":"passed","time":{"start":1724889980882,"stop":1724889980882,"duration":0}},{"uid":"ed8ca066c0f9ca76","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ed8ca066c0f9ca76","status":"passed","time":{"start":1724889109946,"stop":1724889109947,"duration":1}},{"uid":"ae22e76234ddfe39","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ae22e76234ddfe39","status":"passed","time":{"start":1724888294719,"stop":1724888294719,"duration":0}},{"uid":"89f86e5f5be8b62","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/89f86e5f5be8b62","status":"passed","time":{"start":1724887071735,"stop":1724887071735,"duration":0}},{"uid":"d8107f9e5aab2523","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d8107f9e5aab2523","status":"passed","time":{"start":1724886848341,"stop":1724886848341,"duration":0}},{"uid":"d0b2eec1d3953f93","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d0b2eec1d3953f93","status":"passed","time":{"start":1724862259243,"stop":1724862259243,"duration":0}},{"uid":"51e0b80b466e1961","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/51e0b80b466e1961","status":"passed","time":{"start":1724861735322,"stop":1724861735322,"duration":0}},{"uid":"5ff730b307ab603b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5ff730b307ab603b","status":"passed","time":{"start":1724861606335,"stop":1724861606336,"duration":1}},{"uid":"e2de2ea02a8ee43a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e2de2ea02a8ee43a","status":"passed","time":{"start":1724861426682,"stop":1724861426682,"duration":0}}]},"d01e6500f9bbcbf13d005f8e727f7f89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e49d8558054efdfc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e49d8558054efdfc","status":"passed","time":{"start":1724922508639,"stop":1724922508639,"duration":0}},{"uid":"4f19764bf47cf026","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4f19764bf47cf026","status":"passed","time":{"start":1724921164602,"stop":1724921164602,"duration":0}},{"uid":"d782cc8143f082f2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d782cc8143f082f2","status":"passed","time":{"start":1724921137826,"stop":1724921137827,"duration":1}},{"uid":"463fc3558e8febba","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/463fc3558e8febba","status":"passed","time":{"start":1724917810540,"stop":1724917810540,"duration":0}},{"uid":"6945a515bc20d4b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6945a515bc20d4b3","status":"passed","time":{"start":1724889585449,"stop":1724889585449,"duration":0}},{"uid":"f7e805e9c56c7141","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7e805e9c56c7141","status":"passed","time":{"start":1724888736512,"stop":1724888736512,"duration":0}},{"uid":"914459c38a0da08","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/914459c38a0da08","status":"passed","time":{"start":1724887891795,"stop":1724887891796,"duration":1}},{"uid":"12c51a44ea467223","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/12c51a44ea467223","status":"passed","time":{"start":1724886657790,"stop":1724886657791,"duration":1}},{"uid":"a5dfb9f9609f4051","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a5dfb9f9609f4051","status":"passed","time":{"start":1724886447359,"stop":1724886447359,"duration":0}},{"uid":"f95bfc46cb256db1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f95bfc46cb256db1","status":"passed","time":{"start":1724861880125,"stop":1724861880128,"duration":3}},{"uid":"7a8592347027e046","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7a8592347027e046","status":"passed","time":{"start":1724861359782,"stop":1724861359782,"duration":0}},{"uid":"9449739f928afb72","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9449739f928afb72","status":"passed","time":{"start":1724861179683,"stop":1724861179683,"duration":0}},{"uid":"93d4e6bc9574c9f1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/93d4e6bc9574c9f1","status":"passed","time":{"start":1724861040981,"stop":1724861040981,"duration":0}}]},"0553e80211dc4e789f22c79bf17cd210:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"45eb722fd448da14","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/45eb722fd448da14","status":"passed","time":{"start":1724922374681,"stop":1724922374681,"duration":0}},{"uid":"cecd57b280f7b2a0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cecd57b280f7b2a0","status":"passed","time":{"start":1724921037642,"stop":1724921037642,"duration":0}},{"uid":"486b758d9006ac53","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/486b758d9006ac53","status":"passed","time":{"start":1724921013055,"stop":1724921013056,"duration":1}},{"uid":"a5f2b8c329a1d8dd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a5f2b8c329a1d8dd","status":"passed","time":{"start":1724917673297,"stop":1724917673297,"duration":0}},{"uid":"6c45e5059d2472be","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c45e5059d2472be","status":"passed","time":{"start":1724889452316,"stop":1724889452317,"duration":1}},{"uid":"10a1532926df23cf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/10a1532926df23cf","status":"passed","time":{"start":1724888602847,"stop":1724888602847,"duration":0}},{"uid":"505153937e717282","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/505153937e717282","status":"passed","time":{"start":1724887759169,"stop":1724887759169,"duration":0}},{"uid":"e4ed5ab7efc6b7eb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e4ed5ab7efc6b7eb","status":"passed","time":{"start":1724886525549,"stop":1724886525549,"duration":0}},{"uid":"daec9b1b0da7bb45","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/daec9b1b0da7bb45","status":"passed","time":{"start":1724886303403,"stop":1724886303403,"duration":0}},{"uid":"f8fa37e9bfbf25a4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f8fa37e9bfbf25a4","status":"passed","time":{"start":1724861752235,"stop":1724861752235,"duration":0}},{"uid":"985259596e77eed8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/985259596e77eed8","status":"passed","time":{"start":1724861223360,"stop":1724861223360,"duration":0}},{"uid":"20b331c3d8c0431a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/20b331c3d8c0431a","status":"passed","time":{"start":1724861045208,"stop":1724861045208,"duration":0}},{"uid":"7ef23d0f3ebb5e4f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7ef23d0f3ebb5e4f","status":"passed","time":{"start":1724860907091,"stop":1724860907091,"duration":0}}]},"53a70864f1bd0718cbc62a8cd94d34f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"322a4a8ff57b83bb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/322a4a8ff57b83bb","status":"passed","time":{"start":1724922845253,"stop":1724922845253,"duration":0}},{"uid":"9c76f003f68108c3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9c76f003f68108c3","status":"passed","time":{"start":1724921515233,"stop":1724921515233,"duration":0}},{"uid":"c967b4db27d83507","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c967b4db27d83507","status":"passed","time":{"start":1724921475466,"stop":1724921475466,"duration":0}},{"uid":"44a029dfc2942665","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/44a029dfc2942665","status":"passed","time":{"start":1724918179407,"stop":1724918179408,"duration":1}},{"uid":"f214851233cdaef2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f214851233cdaef2","status":"passed","time":{"start":1724889935347,"stop":1724889935347,"duration":0}},{"uid":"f6c64828036b954f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f6c64828036b954f","status":"passed","time":{"start":1724889072761,"stop":1724889072761,"duration":0}},{"uid":"c4b566249b13143c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c4b566249b13143c","status":"passed","time":{"start":1724888232422,"stop":1724888232422,"duration":0}},{"uid":"729e69d0e135d447","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/729e69d0e135d447","status":"passed","time":{"start":1724887018309,"stop":1724887018309,"duration":0}},{"uid":"6e1c790be65c42b0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6e1c790be65c42b0","status":"passed","time":{"start":1724886781487,"stop":1724886781488,"duration":1}},{"uid":"d9d4af5674b72c90","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9d4af5674b72c90","status":"passed","time":{"start":1724862213669,"stop":1724862213670,"duration":1}},{"uid":"4ab52c3212dff22e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4ab52c3212dff22e","status":"passed","time":{"start":1724861685863,"stop":1724861685864,"duration":1}},{"uid":"af58373a05ca308c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/af58373a05ca308c","status":"passed","time":{"start":1724861546196,"stop":1724861546197,"duration":1}},{"uid":"a7ee3a3ee2a3d24e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a7ee3a3ee2a3d24e","status":"passed","time":{"start":1724861378118,"stop":1724861378119,"duration":1}}]},"46da1969b53543f0be3fc2e9c5efdbd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a2d334fa481fb89f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a2d334fa481fb89f","status":"passed","time":{"start":1724922845242,"stop":1724922845243,"duration":1}},{"uid":"72d94578d1b7516d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/72d94578d1b7516d","status":"passed","time":{"start":1724921515226,"stop":1724921515226,"duration":0}},{"uid":"f6b68f3aef7fea20","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f6b68f3aef7fea20","status":"passed","time":{"start":1724921475446,"stop":1724921475446,"duration":0}},{"uid":"dd2af3e79e94b0e1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd2af3e79e94b0e1","status":"passed","time":{"start":1724918179400,"stop":1724918179401,"duration":1}},{"uid":"33b5fc0c67b6a05f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33b5fc0c67b6a05f","status":"passed","time":{"start":1724889935341,"stop":1724889935341,"duration":0}},{"uid":"19e155f7000980f5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/19e155f7000980f5","status":"passed","time":{"start":1724889072753,"stop":1724889072754,"duration":1}},{"uid":"db8d87d19b465e44","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/db8d87d19b465e44","status":"passed","time":{"start":1724888232415,"stop":1724888232415,"duration":0}},{"uid":"ef6243596a5c0401","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ef6243596a5c0401","status":"passed","time":{"start":1724887018302,"stop":1724887018303,"duration":1}},{"uid":"8a753435916a1ad5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8a753435916a1ad5","status":"passed","time":{"start":1724886781479,"stop":1724886781480,"duration":1}},{"uid":"98859a77680ebce8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/98859a77680ebce8","status":"passed","time":{"start":1724862213662,"stop":1724862213663,"duration":1}},{"uid":"584cf39b07c76f2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/584cf39b07c76f2","status":"passed","time":{"start":1724861685855,"stop":1724861685856,"duration":1}},{"uid":"688b974f1ff9ec40","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/688b974f1ff9ec40","status":"passed","time":{"start":1724861546175,"stop":1724861546176,"duration":1}},{"uid":"dd94ec11aa589958","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dd94ec11aa589958","status":"passed","time":{"start":1724861378111,"stop":1724861378111,"duration":0}}]},"82bd66e914d41a425bbef7f66bd675b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b5d005e973bdc53","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6b5d005e973bdc53","status":"passed","time":{"start":1724861567904,"stop":1724861567904,"duration":0}}]},"2d1af9d1bfc0eb84e74b3a4e00a0e300:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"eb1212c894e3a5c7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/eb1212c894e3a5c7","status":"passed","time":{"start":1724922535037,"stop":1724922535037,"duration":0}},{"uid":"a206bb49a8e6967f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a206bb49a8e6967f","status":"passed","time":{"start":1724921196355,"stop":1724921196355,"duration":0}},{"uid":"115945283ed8c5dd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/115945283ed8c5dd","status":"passed","time":{"start":1724921173178,"stop":1724921173179,"duration":1}},{"uid":"c971ccb3e726a62","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c971ccb3e726a62","status":"passed","time":{"start":1724917930825,"stop":1724917930825,"duration":0}},{"uid":"2cf55d5514ca4668","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2cf55d5514ca4668","status":"passed","time":{"start":1724889621015,"stop":1724889621016,"duration":1}},{"uid":"91214c4e90e5f18c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91214c4e90e5f18c","status":"passed","time":{"start":1724888759385,"stop":1724888759387,"duration":2}},{"uid":"95855eaa63625bd8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/95855eaa63625bd8","status":"passed","time":{"start":1724888015043,"stop":1724888015043,"duration":0}},{"uid":"e78cac6f977ac376","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e78cac6f977ac376","status":"passed","time":{"start":1724886784541,"stop":1724886784541,"duration":0}},{"uid":"66ce69a0af9d0781","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/66ce69a0af9d0781","status":"passed","time":{"start":1724886566523,"stop":1724886566524,"duration":1}},{"uid":"3b9af78640ad5e9a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3b9af78640ad5e9a","status":"passed","time":{"start":1724861915532,"stop":1724861915533,"duration":1}},{"uid":"a5f52021da809e5a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a5f52021da809e5a","status":"passed","time":{"start":1724861379718,"stop":1724861379722,"duration":4}},{"uid":"8a3645fcf8d8be29","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8a3645fcf8d8be29","status":"passed","time":{"start":1724861206875,"stop":1724861206875,"duration":0}},{"uid":"fbf70cf7ada9fe6e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fbf70cf7ada9fe6e","status":"passed","time":{"start":1724861067558,"stop":1724861067558,"duration":0}}]},"43f087ab756f5db20786e19112834613:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f4ff44e340d39f9b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f4ff44e340d39f9b","status":"passed","time":{"start":1724861475042,"stop":1724861475042,"duration":0}}]},"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"171276ff386f569d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/171276ff386f569d","status":"passed","time":{"start":1724922465395,"stop":1724922465395,"duration":0}},{"uid":"e3e4ce9f84eeedba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e3e4ce9f84eeedba","status":"passed","time":{"start":1724921128567,"stop":1724921128567,"duration":0}},{"uid":"4c2183cc3e9894b7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4c2183cc3e9894b7","status":"passed","time":{"start":1724921103674,"stop":1724921103675,"duration":1}},{"uid":"383d067d02d6c8c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/383d067d02d6c8c","status":"passed","time":{"start":1724917763726,"stop":1724917763726,"duration":0}},{"uid":"afad87fe5a065eb8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/afad87fe5a065eb8","status":"passed","time":{"start":1724889543368,"stop":1724889543369,"duration":1}},{"uid":"b8518b5ca38c3edd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b8518b5ca38c3edd","status":"passed","time":{"start":1724888692504,"stop":1724888692504,"duration":0}},{"uid":"bda5c570b28cfd86","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bda5c570b28cfd86","status":"passed","time":{"start":1724887850413,"stop":1724887850413,"duration":0}},{"uid":"31e93eb20be5223f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/31e93eb20be5223f","status":"passed","time":{"start":1724886617175,"stop":1724886617175,"duration":0}},{"uid":"dbf0eb98a0c09d9b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/dbf0eb98a0c09d9b","status":"passed","time":{"start":1724886394905,"stop":1724886394905,"duration":0}},{"uid":"8ad59f98d577a105","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8ad59f98d577a105","status":"passed","time":{"start":1724861844372,"stop":1724861844372,"duration":0}},{"uid":"e9ae7a623a7dad22","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e9ae7a623a7dad22","status":"passed","time":{"start":1724861313409,"stop":1724861313409,"duration":0}},{"uid":"932e8636ccfd0867","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/932e8636ccfd0867","status":"passed","time":{"start":1724861139650,"stop":1724861139650,"duration":0}},{"uid":"bfa3acc42a698e83","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bfa3acc42a698e83","status":"passed","time":{"start":1724860999511,"stop":1724860999511,"duration":0}}]},"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"be22a9b2e4e55946","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/be22a9b2e4e55946","status":"passed","time":{"start":1724922383081,"stop":1724922383082,"duration":1}},{"uid":"990a5fb26d78f5c5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/990a5fb26d78f5c5","status":"passed","time":{"start":1724921046198,"stop":1724921046198,"duration":0}},{"uid":"b47bd63e0d9e17e4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b47bd63e0d9e17e4","status":"passed","time":{"start":1724921021469,"stop":1724921021469,"duration":0}},{"uid":"19de4ff66123d23f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/19de4ff66123d23f","status":"passed","time":{"start":1724917681717,"stop":1724917681717,"duration":0}},{"uid":"a1d3c9a78ef74784","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a1d3c9a78ef74784","status":"passed","time":{"start":1724889460646,"stop":1724889460646,"duration":0}},{"uid":"b83b5f642f09f320","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b83b5f642f09f320","status":"passed","time":{"start":1724888611289,"stop":1724888611289,"duration":0}},{"uid":"a8ff41e21914de99","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a8ff41e21914de99","status":"passed","time":{"start":1724887767614,"stop":1724887767615,"duration":1}},{"uid":"5444cc58bd447446","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5444cc58bd447446","status":"passed","time":{"start":1724886533984,"stop":1724886533984,"duration":0}},{"uid":"1cae9d9ece4f73bd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1cae9d9ece4f73bd","status":"passed","time":{"start":1724886311752,"stop":1724886311752,"duration":0}},{"uid":"3c0eff5f90f6a4c4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c0eff5f90f6a4c4","status":"passed","time":{"start":1724861760768,"stop":1724861760768,"duration":0}},{"uid":"2cff9a833860fd5a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2cff9a833860fd5a","status":"passed","time":{"start":1724861231728,"stop":1724861231728,"duration":0}},{"uid":"86f522686e693dc3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/86f522686e693dc3","status":"passed","time":{"start":1724861054249,"stop":1724861054249,"duration":0}},{"uid":"ed44c3e4946eaab","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ed44c3e4946eaab","status":"passed","time":{"start":1724860915808,"stop":1724860915808,"duration":0}}]},"f5de7aeafbb518978d807748208430e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":12,"unknown":0,"total":13},"items":[{"uid":"b77e68ddbf39f6ef","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b77e68ddbf39f6ef","status":"passed","time":{"start":1724922778327,"stop":1724922778327,"duration":0}},{"uid":"1bef7e84b6511509","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1bef7e84b6511509","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1724921497758,"stop":1724921497758,"duration":0}},{"uid":"183cef8413534048","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/183cef8413534048","status":"passed","time":{"start":1724921408413,"stop":1724921408413,"duration":0}},{"uid":"6c33cb308e4abf41","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6c33cb308e4abf41","status":"passed","time":{"start":1724918086870,"stop":1724918086870,"duration":0}},{"uid":"322c11fab878cd3e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/322c11fab878cd3e","status":"passed","time":{"start":1724889892447,"stop":1724889892447,"duration":0}},{"uid":"a07b4a6218a52724","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a07b4a6218a52724","status":"passed","time":{"start":1724888997217,"stop":1724888997217,"duration":0}},{"uid":"eee50889729d8e1a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eee50889729d8e1a","status":"passed","time":{"start":1724888159490,"stop":1724888159490,"duration":0}},{"uid":"b301ddc661506550","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b301ddc661506550","status":"passed","time":{"start":1724886937303,"stop":1724886937303,"duration":0}},{"uid":"c1157874351248b0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c1157874351248b0","status":"passed","time":{"start":1724886709805,"stop":1724886709807,"duration":2}},{"uid":"46d5a5807e90c3b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/46d5a5807e90c3b","status":"passed","time":{"start":1724862123538,"stop":1724862123538,"duration":0}},{"uid":"ac87e22fdae14a61","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ac87e22fdae14a61","status":"passed","time":{"start":1724861620104,"stop":1724861620104,"duration":0}},{"uid":"8e4d3b50622bd2a4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8e4d3b50622bd2a4","status":"passed","time":{"start":1724861460249,"stop":1724861460249,"duration":0}},{"uid":"141f0bc9c1f7c0e8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/141f0bc9c1f7c0e8","status":"passed","time":{"start":1724861330172,"stop":1724861330172,"duration":0}}]},"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4192bcff687f9c42","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4192bcff687f9c42","status":"passed","time":{"start":1724923008737,"stop":1724923008737,"duration":0}},{"uid":"3fd2a55cf1c5c71d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3fd2a55cf1c5c71d","status":"passed","time":{"start":1724921677828,"stop":1724921677829,"duration":1}},{"uid":"e3cafb9c0977322e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e3cafb9c0977322e","status":"passed","time":{"start":1724921635680,"stop":1724921635680,"duration":0}},{"uid":"c8f84f6f638acc25","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c8f84f6f638acc25","status":"passed","time":{"start":1724918344739,"stop":1724918344740,"duration":1}},{"uid":"1c2db6c183a460d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c2db6c183a460d9","status":"passed","time":{"start":1724890097428,"stop":1724890097428,"duration":0}},{"uid":"aeace282f219e62f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aeace282f219e62f","status":"passed","time":{"start":1724889226624,"stop":1724889226625,"duration":1}},{"uid":"cf1e746bf8910dbd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf1e746bf8910dbd","status":"passed","time":{"start":1724888405388,"stop":1724888405388,"duration":0}},{"uid":"2c3de225dd9827f0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2c3de225dd9827f0","status":"passed","time":{"start":1724887180097,"stop":1724887180097,"duration":0}},{"uid":"6eda9d2bdca89e15","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6eda9d2bdca89e15","status":"passed","time":{"start":1724886957951,"stop":1724886957952,"duration":1}},{"uid":"c1ea837ab928d6bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c1ea837ab928d6bd","status":"passed","time":{"start":1724862379719,"stop":1724862379719,"duration":0}},{"uid":"c825cb0cba46bd69","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c825cb0cba46bd69","status":"passed","time":{"start":1724861853005,"stop":1724861853006,"duration":1}},{"uid":"2f61fc7690ccfe30","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2f61fc7690ccfe30","status":"passed","time":{"start":1724861709847,"stop":1724861709848,"duration":1}},{"uid":"8ea04dfb1d2fc1c8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8ea04dfb1d2fc1c8","status":"passed","time":{"start":1724861537425,"stop":1724861537425,"duration":0}}]},"10f933c965186a458ec206690fb0483d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"99f8f02b14691438","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/99f8f02b14691438","status":"passed","time":{"start":1724888350747,"stop":1724888350747,"duration":0}}]},"6bf9348457298471de7f5cf09b8c4a94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a5c3661ae17de006","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a5c3661ae17de006","status":"passed","time":{"start":1724922921452,"stop":1724922921461,"duration":9}},{"uid":"565fc01dc08d53f4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/565fc01dc08d53f4","status":"passed","time":{"start":1724921602952,"stop":1724921602952,"duration":0}},{"uid":"a118e6a472b5b490","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a118e6a472b5b490","status":"passed","time":{"start":1724921571097,"stop":1724921571098,"duration":1}},{"uid":"91d4f6cfb51705c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/91d4f6cfb51705c","status":"passed","time":{"start":1724918285587,"stop":1724918285587,"duration":0}},{"uid":"6c3b64038590f3b1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c3b64038590f3b1","status":"passed","time":{"start":1724890030090,"stop":1724890030091,"duration":1}},{"uid":"d383e0e1e2252713","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d383e0e1e2252713","status":"passed","time":{"start":1724889171909,"stop":1724889171909,"duration":0}},{"uid":"bf791ca865e2fd0b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bf791ca865e2fd0b","status":"passed","time":{"start":1724888350722,"stop":1724888350722,"duration":0}},{"uid":"c395c47452578835","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c395c47452578835","status":"passed","time":{"start":1724887115409,"stop":1724887115409,"duration":0}},{"uid":"de5763726fa1adbc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/de5763726fa1adbc","status":"passed","time":{"start":1724886884575,"stop":1724886884576,"duration":1}},{"uid":"e95f351ce53882b8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e95f351ce53882b8","status":"passed","time":{"start":1724862322258,"stop":1724862322258,"duration":0}},{"uid":"f8e7c53fd0292b40","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f8e7c53fd0292b40","status":"passed","time":{"start":1724861790752,"stop":1724861790752,"duration":0}},{"uid":"60be836664e8752c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/60be836664e8752c","status":"passed","time":{"start":1724861628421,"stop":1724861628421,"duration":0}},{"uid":"57738f8d5ed7a810","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/57738f8d5ed7a810","status":"passed","time":{"start":1724861465625,"stop":1724861465625,"duration":0}}]},"f43519141d65b9507c7a3f18c986a341:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e2a2076bc9823386","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e2a2076bc9823386","status":"passed","time":{"start":1724921564781,"stop":1724921564781,"duration":0}}]},"19c7222284bde21267086f9cc01eedf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1f162d844838771f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1f162d844838771f","status":"passed","time":{"start":1724922635351,"stop":1724922635351,"duration":0}},{"uid":"b1f5a5556a6d4f5e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b1f5a5556a6d4f5e","status":"passed","time":{"start":1724921297001,"stop":1724921297002,"duration":1}},{"uid":"5118fb2bea8750a5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5118fb2bea8750a5","status":"passed","time":{"start":1724921276364,"stop":1724921276364,"duration":0}},{"uid":"be1c463dada6f1a8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/be1c463dada6f1a8","status":"passed","time":{"start":1724917948313,"stop":1724917948317,"duration":4}},{"uid":"a1c08531aafb741a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a1c08531aafb741a","status":"passed","time":{"start":1724889729005,"stop":1724889729006,"duration":1}},{"uid":"4c42323e3ea7d518","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4c42323e3ea7d518","status":"passed","time":{"start":1724888864951,"stop":1724888864951,"duration":0}},{"uid":"d78baf310efa06d0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d78baf310efa06d0","status":"passed","time":{"start":1724888053739,"stop":1724888053745,"duration":6}},{"uid":"accd3afb73ff192c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/accd3afb73ff192c","status":"passed","time":{"start":1724886811653,"stop":1724886811655,"duration":2}},{"uid":"889e605c4c663071","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/889e605c4c663071","status":"passed","time":{"start":1724886581001,"stop":1724886581001,"duration":0}},{"uid":"4a977b462dd81f60","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a977b462dd81f60","status":"passed","time":{"start":1724862019557,"stop":1724862019557,"duration":0}},{"uid":"ad169214f81d0f22","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ad169214f81d0f22","status":"passed","time":{"start":1724861493934,"stop":1724861493935,"duration":1}},{"uid":"7bb103613e1bf03c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7bb103613e1bf03c","status":"passed","time":{"start":1724861318019,"stop":1724861318019,"duration":0}},{"uid":"acca306a177f673c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/acca306a177f673c","status":"passed","time":{"start":1724861178510,"stop":1724861178511,"duration":1}}]},"dd42ff6854d3b17dd7c4675a0f2d7993:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"54da24e16e3eb316","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/54da24e16e3eb316","status":"passed","time":{"start":1724922928887,"stop":1724922928887,"duration":0}},{"uid":"b091f39ad7af265e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b091f39ad7af265e","status":"passed","time":{"start":1724921620603,"stop":1724921620609,"duration":6}},{"uid":"8d33d1546d6214bb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8d33d1546d6214bb","status":"passed","time":{"start":1724921566688,"stop":1724921566690,"duration":2}},{"uid":"6cc0294aafab2004","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6cc0294aafab2004","status":"passed","time":{"start":1724918280553,"stop":1724918280553,"duration":0}},{"uid":"6b9b517a45b2e80d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b9b517a45b2e80d","status":"passed","time":{"start":1724890019469,"stop":1724890019469,"duration":0}},{"uid":"dc64c5551ddf1af6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dc64c5551ddf1af6","status":"passed","time":{"start":1724889148722,"stop":1724889148722,"duration":0}},{"uid":"d05aa59c59a7a33d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d05aa59c59a7a33d","status":"passed","time":{"start":1724888331955,"stop":1724888331955,"duration":0}},{"uid":"e523a4bdec57b67b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e523a4bdec57b67b","status":"passed","time":{"start":1724887107114,"stop":1724887107114,"duration":0}},{"uid":"3338a1d82a7232d9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3338a1d82a7232d9","status":"passed","time":{"start":1724886889608,"stop":1724886889608,"duration":0}},{"uid":"b5e9bb6c21407445","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b5e9bb6c21407445","status":"passed","time":{"start":1724862298790,"stop":1724862298790,"duration":0}},{"uid":"3ad0a5a7e3ecdb80","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3ad0a5a7e3ecdb80","status":"passed","time":{"start":1724861779253,"stop":1724861779254,"duration":1}},{"uid":"f06e5a558970b75a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f06e5a558970b75a","status":"passed","time":{"start":1724861646562,"stop":1724861646562,"duration":0}},{"uid":"ad5aeea86d6669b4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ad5aeea86d6669b4","status":"passed","time":{"start":1724861466615,"stop":1724861466615,"duration":0}}]},"58b2a9d0b0c8ca427266321407e4700e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"6cce17776e1ce311","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6cce17776e1ce311","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922398923,"stop":1724922398923,"duration":0}},{"uid":"d54c158d1973740","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d54c158d1973740","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921061852,"stop":1724921061852,"duration":0}},{"uid":"321fb9f9759c57f2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/321fb9f9759c57f2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921037160,"stop":1724921037160,"duration":0}},{"uid":"4ce8084671f064d7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4ce8084671f064d7","status":"skipped","statusDetails":"Test ignored","time":{"start":1724917697305,"stop":1724917697305,"duration":0}},{"uid":"a57770e517092b1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a57770e517092b1","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889476086,"stop":1724889476087,"duration":1}},{"uid":"ccd5dd68057d3525","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ccd5dd68057d3525","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888626890,"stop":1724888626891,"duration":1}},{"uid":"4bdb58702e3afe5e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4bdb58702e3afe5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887783111,"stop":1724887783111,"duration":0}},{"uid":"7d424a934d5baa1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7d424a934d5baa1","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886549922,"stop":1724886549922,"duration":0}},{"uid":"95982b13f522d648","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/95982b13f522d648","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886327584,"stop":1724886327585,"duration":1}},{"uid":"8819688b9a3cfb41","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8819688b9a3cfb41","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861776810,"stop":1724861776810,"duration":0}},{"uid":"fefb3aa7b71819ef","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fefb3aa7b71819ef","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861247302,"stop":1724861247302,"duration":0}},{"uid":"7294dda138282a2d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7294dda138282a2d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861071398,"stop":1724861071398,"duration":0}},{"uid":"487fe46fb3966558","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/487fe46fb3966558","status":"skipped","statusDetails":"Test ignored","time":{"start":1724860931798,"stop":1724860931798,"duration":0}}]},"db68c8704c29f54aff3969c0e2026f5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b58a8a5f42d82a18","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b58a8a5f42d82a18","status":"passed","time":{"start":1724918203696,"stop":1724918203697,"duration":1}}]},"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d583a455d8dd8fdf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d583a455d8dd8fdf","status":"passed","time":{"start":1724922635357,"stop":1724922635358,"duration":1}},{"uid":"9f8711989140f1fa","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9f8711989140f1fa","status":"passed","time":{"start":1724921297016,"stop":1724921297017,"duration":1}},{"uid":"fb7c9677a78304","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fb7c9677a78304","status":"passed","time":{"start":1724921276371,"stop":1724921276371,"duration":0}},{"uid":"eecd0e0d2f61c1be","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eecd0e0d2f61c1be","status":"passed","time":{"start":1724917948329,"stop":1724917948329,"duration":0}},{"uid":"e18be5fcbbbd479","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e18be5fcbbbd479","status":"passed","time":{"start":1724889729014,"stop":1724889729015,"duration":1}},{"uid":"8f8f5238d651263","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f8f5238d651263","status":"passed","time":{"start":1724888864959,"stop":1724888864959,"duration":0}},{"uid":"83bb2646d16dfcfc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/83bb2646d16dfcfc","status":"passed","time":{"start":1724888053750,"stop":1724888053750,"duration":0}},{"uid":"930a0e9fe3d00d49","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/930a0e9fe3d00d49","status":"passed","time":{"start":1724886811665,"stop":1724886811665,"duration":0}},{"uid":"3e55961704a462a2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3e55961704a462a2","status":"passed","time":{"start":1724886581007,"stop":1724886581008,"duration":1}},{"uid":"458d4197e6c2d728","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/458d4197e6c2d728","status":"passed","time":{"start":1724862019565,"stop":1724862019565,"duration":0}},{"uid":"406063dea117a835","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/406063dea117a835","status":"passed","time":{"start":1724861493941,"stop":1724861493941,"duration":0}},{"uid":"e6646d04c53de9fd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e6646d04c53de9fd","status":"passed","time":{"start":1724861318045,"stop":1724861318045,"duration":0}},{"uid":"e2367283e5080f66","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e2367283e5080f66","status":"passed","time":{"start":1724861178519,"stop":1724861178519,"duration":0}}]},"78400a4684faab9772a06b3ee7703c82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"40ac64ac740f6188","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/40ac64ac740f6188","status":"passed","time":{"start":1724922887526,"stop":1724922887526,"duration":0}},{"uid":"2af4268575210a4a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2af4268575210a4a","status":"passed","time":{"start":1724921564776,"stop":1724921564777,"duration":1}},{"uid":"a5b210903086aa1e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a5b210903086aa1e","status":"passed","time":{"start":1724921518821,"stop":1724921518821,"duration":0}},{"uid":"af2e08c224cb6866","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/af2e08c224cb6866","status":"passed","time":{"start":1724918229399,"stop":1724918229400,"duration":1}},{"uid":"9f2eb775f3284a5b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f2eb775f3284a5b","status":"passed","time":{"start":1724889980702,"stop":1724889980703,"duration":1}},{"uid":"cb177b8ed6830b5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cb177b8ed6830b5","status":"passed","time":{"start":1724889111163,"stop":1724889111163,"duration":0}},{"uid":"dede22e1139751be","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dede22e1139751be","status":"passed","time":{"start":1724888292533,"stop":1724888292533,"duration":0}},{"uid":"33b28fe1db4ba61c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/33b28fe1db4ba61c","status":"passed","time":{"start":1724887068225,"stop":1724887068228,"duration":3}},{"uid":"ec19111b0d0031b2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ec19111b0d0031b2","status":"passed","time":{"start":1724886848926,"stop":1724886848926,"duration":0}},{"uid":"a16fb2dc598463bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a16fb2dc598463bc","status":"passed","time":{"start":1724862262047,"stop":1724862262048,"duration":1}},{"uid":"3eeaecbea2373d94","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3eeaecbea2373d94","status":"passed","time":{"start":1724861741893,"stop":1724861741893,"duration":0}},{"uid":"9af1a4cfeed2fc8a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9af1a4cfeed2fc8a","status":"passed","time":{"start":1724861599492,"stop":1724861599493,"duration":1}},{"uid":"1c8c1ef8bf254119","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1c8c1ef8bf254119","status":"passed","time":{"start":1724861428475,"stop":1724861428475,"duration":0}}]},"3c1d516be9792da541f1811126e60a0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8dfd8fc4cf4e2334","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8dfd8fc4cf4e2334","status":"passed","time":{"start":1724922887521,"stop":1724922887521,"duration":0}},{"uid":"f5d59bb9ef074646","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f5d59bb9ef074646","status":"passed","time":{"start":1724921564772,"stop":1724921564772,"duration":0}},{"uid":"5bddc34ada117730","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5bddc34ada117730","status":"passed","time":{"start":1724921518780,"stop":1724921518781,"duration":1}},{"uid":"53f9a55e03d690f0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/53f9a55e03d690f0","status":"passed","time":{"start":1724918229395,"stop":1724918229395,"duration":0}},{"uid":"745b8722577a55e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/745b8722577a55e0","status":"passed","time":{"start":1724889980692,"stop":1724889980693,"duration":1}},{"uid":"c634b92637f3bb29","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c634b92637f3bb29","status":"passed","time":{"start":1724889111154,"stop":1724889111155,"duration":1}},{"uid":"f710ddee7e7ff453","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f710ddee7e7ff453","status":"passed","time":{"start":1724888292525,"stop":1724888292527,"duration":2}},{"uid":"9c53ce82df283b16","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9c53ce82df283b16","status":"passed","time":{"start":1724887068219,"stop":1724887068220,"duration":1}},{"uid":"c6a370e8c0698c39","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c6a370e8c0698c39","status":"passed","time":{"start":1724886848917,"stop":1724886848918,"duration":1}},{"uid":"257d02ada1ab5bc4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/257d02ada1ab5bc4","status":"passed","time":{"start":1724862262043,"stop":1724862262043,"duration":0}},{"uid":"1fb7d71c4b6da83f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1fb7d71c4b6da83f","status":"passed","time":{"start":1724861741885,"stop":1724861741888,"duration":3}},{"uid":"1f54b1a1226b5214","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1f54b1a1226b5214","status":"passed","time":{"start":1724861599481,"stop":1724861599481,"duration":0}},{"uid":"4d9e6fc28dfa31e1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4d9e6fc28dfa31e1","status":"passed","time":{"start":1724861428470,"stop":1724861428470,"duration":0}}]},"a7a7e2d58831e1dc205f9a9e338fbdf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"9b18f8cf216f1668","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9b18f8cf216f1668","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922887534,"stop":1724922887534,"duration":0}},{"uid":"57adf6c633c7dfd2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/57adf6c633c7dfd2","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921564784,"stop":1724921564784,"duration":0}},{"uid":"a4cd6b36c79ecdec","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a4cd6b36c79ecdec","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921518831,"stop":1724921518832,"duration":1}},{"uid":"cd6db5ff7267c643","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cd6db5ff7267c643","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918229406,"stop":1724918229407,"duration":1}},{"uid":"8a3b010b410d8903","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8a3b010b410d8903","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889980708,"stop":1724889980708,"duration":0}},{"uid":"c15aa68d1954e5da","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c15aa68d1954e5da","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889111185,"stop":1724889111185,"duration":0}},{"uid":"fff11a92f8bb114a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fff11a92f8bb114a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888292548,"stop":1724888292549,"duration":1}},{"uid":"399483cc4f64c4c8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/399483cc4f64c4c8","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887068233,"stop":1724887068233,"duration":0}},{"uid":"cb5649902a14976f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cb5649902a14976f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886848938,"stop":1724886848939,"duration":1}},{"uid":"2eee222b506a12b1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2eee222b506a12b1","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862262057,"stop":1724862262057,"duration":0}},{"uid":"881d40b4d5e75d87","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/881d40b4d5e75d87","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861741900,"stop":1724861741900,"duration":0}},{"uid":"4ac33094aa745691","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4ac33094aa745691","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861599503,"stop":1724861599503,"duration":0}},{"uid":"2bddace5e67bf428","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2bddace5e67bf428","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861428482,"stop":1724861428482,"duration":0}}]},"d3d95898c68a651b850886c5722e4382:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ac9f9bf798e592fb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ac9f9bf798e592fb","status":"passed","time":{"start":1724923012462,"stop":1724923012462,"duration":0}},{"uid":"aec3877cce3faa28","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/aec3877cce3faa28","status":"passed","time":{"start":1724921625045,"stop":1724921625046,"duration":1}},{"uid":"e7a82cf108d09559","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e7a82cf108d09559","status":"passed","time":{"start":1724921590486,"stop":1724921590487,"duration":1}},{"uid":"9ebd25b94e89314c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9ebd25b94e89314c","status":"passed","time":{"start":1724918287562,"stop":1724918287562,"duration":0}},{"uid":"423685804a613891","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/423685804a613891","status":"passed","time":{"start":1724890047785,"stop":1724890047785,"duration":0}},{"uid":"1ebf8fbf2cb9ab59","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1ebf8fbf2cb9ab59","status":"passed","time":{"start":1724889183917,"stop":1724889183918,"duration":1}},{"uid":"c3e23785cbe1fb08","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c3e23785cbe1fb08","status":"passed","time":{"start":1724888354162,"stop":1724888354162,"duration":0}},{"uid":"6aec4c3ff87a3d84","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6aec4c3ff87a3d84","status":"passed","time":{"start":1724887145654,"stop":1724887145654,"duration":0}},{"uid":"d17ca1a1880ca21f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d17ca1a1880ca21f","status":"passed","time":{"start":1724886915783,"stop":1724886915784,"duration":1}},{"uid":"1851c5a78aa306e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1851c5a78aa306e0","status":"passed","time":{"start":1724862341434,"stop":1724862341435,"duration":1}},{"uid":"1e8ab6c1c3179f0e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1e8ab6c1c3179f0e","status":"passed","time":{"start":1724861805438,"stop":1724861805439,"duration":1}},{"uid":"65fb47c4d3795760","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/65fb47c4d3795760","status":"passed","time":{"start":1724861662253,"stop":1724861662253,"duration":0}},{"uid":"ee4b87703d5a4e91","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ee4b87703d5a4e91","status":"passed","time":{"start":1724861492506,"stop":1724861492506,"duration":0}}]},"8937a75762e7ef2d9ac5e7f42b8f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"70edc609aedd7b10","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/70edc609aedd7b10","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922845246,"stop":1724922845246,"duration":0}},{"uid":"77441a286b16a762","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/77441a286b16a762","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515229,"stop":1724921515229,"duration":0}},{"uid":"ab2b10c47060a736","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ab2b10c47060a736","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475448,"stop":1724921475454,"duration":6}},{"uid":"e1eebf42c4cf2712","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e1eebf42c4cf2712","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179403,"stop":1724918179403,"duration":0}},{"uid":"f41577f2ebcd937a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f41577f2ebcd937a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935343,"stop":1724889935343,"duration":0}},{"uid":"8afd6295ebab4057","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8afd6295ebab4057","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072756,"stop":1724889072757,"duration":1}},{"uid":"53af7968663f4184","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/53af7968663f4184","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232417,"stop":1724888232418,"duration":1}},{"uid":"8284f8d003225f23","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8284f8d003225f23","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018305,"stop":1724887018305,"duration":0}},{"uid":"c1abd28dfb1f7320","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c1abd28dfb1f7320","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781482,"stop":1724886781482,"duration":0}},{"uid":"78d8cb2b20191109","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/78d8cb2b20191109","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213665,"stop":1724862213665,"duration":0}},{"uid":"81ae39ce20b9195d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/81ae39ce20b9195d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861685858,"stop":1724861685858,"duration":0}},{"uid":"433e3e9a5adf6b86","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/433e3e9a5adf6b86","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546180,"stop":1724861546180,"duration":0}},{"uid":"c983f88ef37b67cc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c983f88ef37b67cc","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378113,"stop":1724861378113,"duration":0}}]},"9f07c75ef704aea1915b427e4dc2f966:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"57c22d602f4229d1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/57c22d602f4229d1","status":"passed","time":{"start":1724922383083,"stop":1724922383083,"duration":0}},{"uid":"6df296044ddd7138","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6df296044ddd7138","status":"passed","time":{"start":1724921046200,"stop":1724921046200,"duration":0}},{"uid":"765385c3759e8044","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/765385c3759e8044","status":"passed","time":{"start":1724921021470,"stop":1724921021471,"duration":1}},{"uid":"16e7ab4d944e599f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/16e7ab4d944e599f","status":"passed","time":{"start":1724917681719,"stop":1724917681719,"duration":0}},{"uid":"4b6772cf08e10b2b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b6772cf08e10b2b","status":"passed","time":{"start":1724889460648,"stop":1724889460651,"duration":3}},{"uid":"78dbab85da784279","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/78dbab85da784279","status":"passed","time":{"start":1724888611291,"stop":1724888611291,"duration":0}},{"uid":"86fb3c33bec4f2a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/86fb3c33bec4f2a2","status":"passed","time":{"start":1724887767616,"stop":1724887767616,"duration":0}},{"uid":"f27626d644c2f1a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f27626d644c2f1a2","status":"passed","time":{"start":1724886533986,"stop":1724886533986,"duration":0}},{"uid":"b93d659cb1a68888","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b93d659cb1a68888","status":"passed","time":{"start":1724886311754,"stop":1724886311754,"duration":0}},{"uid":"2ba9daa5aa1c361a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ba9daa5aa1c361a","status":"passed","time":{"start":1724861760770,"stop":1724861760770,"duration":0}},{"uid":"a87a93f0547570b2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a87a93f0547570b2","status":"passed","time":{"start":1724861231729,"stop":1724861231730,"duration":1}},{"uid":"b6c0f25ffb0378fe","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b6c0f25ffb0378fe","status":"passed","time":{"start":1724861054251,"stop":1724861054251,"duration":0}},{"uid":"1daf3dcde8e7123b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1daf3dcde8e7123b","status":"passed","time":{"start":1724860915809,"stop":1724860915809,"duration":0}}]},"40e87e14065e53f249ea9968b38bf4ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bcc6db9d9295415a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bcc6db9d9295415a","status":"passed","time":{"start":1724923008734,"stop":1724923008735,"duration":1}},{"uid":"65262cf4bafeb989","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/65262cf4bafeb989","status":"passed","time":{"start":1724921677827,"stop":1724921677827,"duration":0}},{"uid":"19e1d38a52698a10","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/19e1d38a52698a10","status":"passed","time":{"start":1724921635679,"stop":1724921635679,"duration":0}},{"uid":"9c0b0c1a790b9e9b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9c0b0c1a790b9e9b","status":"passed","time":{"start":1724918344738,"stop":1724918344738,"duration":0}},{"uid":"12b0070b5a8dfe09","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/12b0070b5a8dfe09","status":"passed","time":{"start":1724890097426,"stop":1724890097426,"duration":0}},{"uid":"9875d3452344c4a9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9875d3452344c4a9","status":"passed","time":{"start":1724889226623,"stop":1724889226623,"duration":0}},{"uid":"a7db304076df81ee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a7db304076df81ee","status":"passed","time":{"start":1724888405386,"stop":1724888405387,"duration":1}},{"uid":"92603df29601346e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/92603df29601346e","status":"passed","time":{"start":1724887180096,"stop":1724887180096,"duration":0}},{"uid":"47a5e7e8512ee84f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/47a5e7e8512ee84f","status":"passed","time":{"start":1724886957949,"stop":1724886957950,"duration":1}},{"uid":"4975aa9622346891","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4975aa9622346891","status":"passed","time":{"start":1724862379718,"stop":1724862379718,"duration":0}},{"uid":"d73565e3f192832","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d73565e3f192832","status":"passed","time":{"start":1724861853004,"stop":1724861853004,"duration":0}},{"uid":"fbb8e4835b5d12b1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fbb8e4835b5d12b1","status":"passed","time":{"start":1724861709846,"stop":1724861709846,"duration":0}},{"uid":"e68b95ee7f4ae59c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e68b95ee7f4ae59c","status":"passed","time":{"start":1724861537423,"stop":1724861537423,"duration":0}}]},"b5067da1f8fbcfbdad0a76a73da3690f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c9ecdb8bf9acb241","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c9ecdb8bf9acb241","status":"passed","time":{"start":1724923012484,"stop":1724923012484,"duration":0}},{"uid":"9862a071b49b479c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9862a071b49b479c","status":"passed","time":{"start":1724921625094,"stop":1724921625094,"duration":0}},{"uid":"59a009ff9cfd62cc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/59a009ff9cfd62cc","status":"passed","time":{"start":1724921590514,"stop":1724921590514,"duration":0}},{"uid":"39ae195844fb9794","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/39ae195844fb9794","status":"passed","time":{"start":1724918287581,"stop":1724918287581,"duration":0}},{"uid":"109dd3da3612b58d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/109dd3da3612b58d","status":"passed","time":{"start":1724890047807,"stop":1724890047810,"duration":3}},{"uid":"9e0408042ec5f363","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e0408042ec5f363","status":"passed","time":{"start":1724889183950,"stop":1724889183950,"duration":0}},{"uid":"85ae352b170fea1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/85ae352b170fea1","status":"passed","time":{"start":1724888354190,"stop":1724888354191,"duration":1}},{"uid":"340536970776fd04","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/340536970776fd04","status":"passed","time":{"start":1724887145733,"stop":1724887145733,"duration":0}},{"uid":"749189f94362488","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/749189f94362488","status":"passed","time":{"start":1724886915812,"stop":1724886915813,"duration":1}},{"uid":"3e0373f61eede926","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3e0373f61eede926","status":"passed","time":{"start":1724862341469,"stop":1724862341469,"duration":0}},{"uid":"69f3ab8064c05d18","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/69f3ab8064c05d18","status":"passed","time":{"start":1724861805474,"stop":1724861805475,"duration":1}},{"uid":"286cdb861b9dd747","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/286cdb861b9dd747","status":"passed","time":{"start":1724861662304,"stop":1724861662305,"duration":1}},{"uid":"41b3e2d7e1235e7e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/41b3e2d7e1235e7e","status":"passed","time":{"start":1724861492534,"stop":1724861492535,"duration":1}}]},"cc71fd7400fc0202c463e53978c080a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"440ab7ca56261d79","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/440ab7ca56261d79","status":"passed","time":{"start":1724922853930,"stop":1724922853930,"duration":0}},{"uid":"bc16ba5b687a43db","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bc16ba5b687a43db","status":"passed","time":{"start":1724921529593,"stop":1724921529593,"duration":0}},{"uid":"be2958e82ec7890c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/be2958e82ec7890c","status":"passed","time":{"start":1724921488889,"stop":1724921488890,"duration":1}},{"uid":"28c2884b20d23094","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/28c2884b20d23094","status":"passed","time":{"start":1724918203697,"stop":1724918203697,"duration":0}},{"uid":"f2cc97bbf76eb44b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2cc97bbf76eb44b","status":"passed","time":{"start":1724889938369,"stop":1724889938369,"duration":0}},{"uid":"d144b83b9cd0bf4b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d144b83b9cd0bf4b","status":"passed","time":{"start":1724889077080,"stop":1724889077080,"duration":0}},{"uid":"af1a428c8cc46ce0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/af1a428c8cc46ce0","status":"passed","time":{"start":1724888268042,"stop":1724888268043,"duration":1}},{"uid":"7ba1672d9626cf82","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7ba1672d9626cf82","status":"passed","time":{"start":1724887032416,"stop":1724887032417,"duration":1}},{"uid":"ade279cfb3d0247a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ade279cfb3d0247a","status":"passed","time":{"start":1724886822829,"stop":1724886822829,"duration":0}},{"uid":"8846ffe938580c84","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8846ffe938580c84","status":"passed","time":{"start":1724862233524,"stop":1724862233524,"duration":0}},{"uid":"fc2d33c47fb62eb5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fc2d33c47fb62eb5","status":"passed","time":{"start":1724861712677,"stop":1724861712677,"duration":0}},{"uid":"492df1c743867b8c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/492df1c743867b8c","status":"passed","time":{"start":1724861567905,"stop":1724861567905,"duration":0}},{"uid":"7ad894cb7edbdfba","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7ad894cb7edbdfba","status":"passed","time":{"start":1724861392065,"stop":1724861392065,"duration":0}}]},"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3ea1863da7807cdb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3ea1863da7807cdb","status":"passed","time":{"start":1724922382484,"stop":1724922382484,"duration":0}},{"uid":"5cd211f0ceb6d07a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5cd211f0ceb6d07a","status":"passed","time":{"start":1724921045432,"stop":1724921045433,"duration":1}},{"uid":"96dacfda231e5e84","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/96dacfda231e5e84","status":"passed","time":{"start":1724921020900,"stop":1724921020900,"duration":0}},{"uid":"d7b0eaac18a7d987","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d7b0eaac18a7d987","status":"passed","time":{"start":1724917681169,"stop":1724917681169,"duration":0}},{"uid":"81ad2eb16bfbadaf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/81ad2eb16bfbadaf","status":"passed","time":{"start":1724889460008,"stop":1724889460008,"duration":0}},{"uid":"10f9c69eea285a45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/10f9c69eea285a45","status":"passed","time":{"start":1724888610607,"stop":1724888610607,"duration":0}},{"uid":"91c22a1a3ff2ba17","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/91c22a1a3ff2ba17","status":"passed","time":{"start":1724887766957,"stop":1724887766957,"duration":0}},{"uid":"af841ac017832338","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/af841ac017832338","status":"passed","time":{"start":1724886533379,"stop":1724886533379,"duration":0}},{"uid":"6e0031a41aea0dd4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6e0031a41aea0dd4","status":"passed","time":{"start":1724886311217,"stop":1724886311217,"duration":0}},{"uid":"7c61b2a5c1244c6d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7c61b2a5c1244c6d","status":"passed","time":{"start":1724861760230,"stop":1724861760231,"duration":1}},{"uid":"9d853cc19a345892","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9d853cc19a345892","status":"passed","time":{"start":1724861231071,"stop":1724861231071,"duration":0}},{"uid":"ac0b9416372a8016","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac0b9416372a8016","status":"passed","time":{"start":1724861053616,"stop":1724861053616,"duration":0}},{"uid":"3ebe97a1036a6fd2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3ebe97a1036a6fd2","status":"passed","time":{"start":1724860915335,"stop":1724860915336,"duration":1}}]},"5e8c9350a2cbdd2cfd70483db5c1d80e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"77e6255cdde006ed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/77e6255cdde006ed","status":"passed","time":{"start":1724890032298,"stop":1724890032298,"duration":0}}]},"ee0f8a9fee68389f7ffc25f222937008:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"16b61d8b8c36a99e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/16b61d8b8c36a99e","status":"passed","time":{"start":1724862298393,"stop":1724862298393,"duration":0}}]},"0337bbbdff7a5dc60f3ea8f843b63efb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"18437cd5e243f045","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/18437cd5e243f045","status":"passed","time":{"start":1724887092627,"stop":1724887092627,"duration":0}}]},"bab178584ac20058e105e83aa990cd65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21c66b5f2f3ecc8e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/21c66b5f2f3ecc8e","status":"passed","time":{"start":1724861800254,"stop":1724861800254,"duration":0}}]},"680e8d1d8aa49b600710cc51660d96fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"88775c664f2d04a9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/88775c664f2d04a9","status":"passed","time":{"start":1724922611427,"stop":1724922611427,"duration":0}},{"uid":"698e0d2a935fa2d7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/698e0d2a935fa2d7","status":"passed","time":{"start":1724921270344,"stop":1724921270349,"duration":5}},{"uid":"1142b2255855a707","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1142b2255855a707","status":"passed","time":{"start":1724921247804,"stop":1724921247806,"duration":2}},{"uid":"692598f5eec78099","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/692598f5eec78099","status":"passed","time":{"start":1724917989811,"stop":1724917989812,"duration":1}},{"uid":"217b54e9e7db650d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/217b54e9e7db650d","status":"passed","time":{"start":1724889678534,"stop":1724889678534,"duration":0}},{"uid":"4a3f4335d592fd9c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a3f4335d592fd9c","status":"passed","time":{"start":1724888829830,"stop":1724888829831,"duration":1}},{"uid":"e01b7a4a0cc0e42d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e01b7a4a0cc0e42d","status":"passed","time":{"start":1724888076978,"stop":1724888076979,"duration":1}},{"uid":"b4a3a9db728df5d3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b4a3a9db728df5d3","status":"passed","time":{"start":1724886851118,"stop":1724886851118,"duration":0}},{"uid":"ddd76d65ef7eee8e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ddd76d65ef7eee8e","status":"passed","time":{"start":1724886647070,"stop":1724886647071,"duration":1}},{"uid":"10366ed850243b7d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/10366ed850243b7d","status":"passed","time":{"start":1724861992706,"stop":1724861992706,"duration":0}},{"uid":"3aa208e8aa1d22c0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3aa208e8aa1d22c0","status":"passed","time":{"start":1724861469634,"stop":1724861469634,"duration":0}},{"uid":"b69b0097e44b1209","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b69b0097e44b1209","status":"passed","time":{"start":1724861284849,"stop":1724861284850,"duration":1}},{"uid":"84fc4d3410271e81","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/84fc4d3410271e81","status":"passed","time":{"start":1724861145783,"stop":1724861145783,"duration":0}}]},"32b8e9e00b4abdbea156a53cbc238c18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"72010ba300b1d62e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72010ba300b1d62e","status":"passed","time":{"start":1724889935340,"stop":1724889935340,"duration":0}}]},"bd869b429ac04717597f2b71e9d54d5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4c89a56fa76b5606","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4c89a56fa76b5606","status":"passed","time":{"start":1724888268041,"stop":1724888268041,"duration":0}}]},"b918cb724e27ce193c6c0f31a0b5b245:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dd155d4cfebdb4a1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dd155d4cfebdb4a1","status":"passed","time":{"start":1724923012479,"stop":1724923012479,"duration":0}},{"uid":"ea901a6e62efd2a4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ea901a6e62efd2a4","status":"passed","time":{"start":1724921625084,"stop":1724921625085,"duration":1}},{"uid":"153a7826379ebb83","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/153a7826379ebb83","status":"passed","time":{"start":1724921590509,"stop":1724921590509,"duration":0}},{"uid":"32543e2ad98c769","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/32543e2ad98c769","status":"passed","time":{"start":1724918287575,"stop":1724918287575,"duration":0}},{"uid":"df1147a7918b7b1e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/df1147a7918b7b1e","status":"passed","time":{"start":1724890047800,"stop":1724890047801,"duration":1}},{"uid":"4e87f5a7a50f1c1c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4e87f5a7a50f1c1c","status":"passed","time":{"start":1724889183942,"stop":1724889183943,"duration":1}},{"uid":"54f243039712d41c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/54f243039712d41c","status":"passed","time":{"start":1724888354182,"stop":1724888354182,"duration":0}},{"uid":"8a9102caebf01f1f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a9102caebf01f1f","status":"passed","time":{"start":1724887145719,"stop":1724887145720,"duration":1}},{"uid":"28ea2874972c10ab","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/28ea2874972c10ab","status":"passed","time":{"start":1724886915797,"stop":1724886915799,"duration":2}},{"uid":"d23e21c81d276130","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d23e21c81d276130","status":"passed","time":{"start":1724862341464,"stop":1724862341464,"duration":0}},{"uid":"97f385cc6aa8b4b0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/97f385cc6aa8b4b0","status":"passed","time":{"start":1724861805467,"stop":1724861805468,"duration":1}},{"uid":"40241fd5e979bfe","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/40241fd5e979bfe","status":"passed","time":{"start":1724861662299,"stop":1724861662299,"duration":0}},{"uid":"307252973a9b267f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/307252973a9b267f","status":"passed","time":{"start":1724861492526,"stop":1724861492526,"duration":0}}]},"c787ef39591d451b76fdffb9e728aaee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"de2bf4fa1c9fc4ca","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/de2bf4fa1c9fc4ca","status":"passed","time":{"start":1724922499935,"stop":1724922499935,"duration":0}},{"uid":"4075845b44d29dbf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4075845b44d29dbf","status":"passed","time":{"start":1724921158278,"stop":1724921158279,"duration":1}},{"uid":"d3a7953df35ec969","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d3a7953df35ec969","status":"passed","time":{"start":1724921130076,"stop":1724921130076,"duration":0}},{"uid":"36e340ca7eec1387","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/36e340ca7eec1387","status":"passed","time":{"start":1724917796893,"stop":1724917796894,"duration":1}},{"uid":"22748c16e1b58d69","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/22748c16e1b58d69","status":"passed","time":{"start":1724889579997,"stop":1724889579997,"duration":0}},{"uid":"388cf943caa089bf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/388cf943caa089bf","status":"passed","time":{"start":1724888730128,"stop":1724888730128,"duration":0}},{"uid":"5a0a66dac6fa3f9e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5a0a66dac6fa3f9e","status":"passed","time":{"start":1724887883927,"stop":1724887883927,"duration":0}},{"uid":"25cd15ef201cb5b5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/25cd15ef201cb5b5","status":"passed","time":{"start":1724886651245,"stop":1724886651245,"duration":0}},{"uid":"92cf4ee39edc350c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/92cf4ee39edc350c","status":"passed","time":{"start":1724886430268,"stop":1724886430268,"duration":0}},{"uid":"fbc72691a615c63","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fbc72691a615c63","status":"passed","time":{"start":1724861879167,"stop":1724861879168,"duration":1}},{"uid":"31a9691a7be91b17","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/31a9691a7be91b17","status":"passed","time":{"start":1724861345738,"stop":1724861345739,"duration":1}},{"uid":"ceb550380fc03db6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ceb550380fc03db6","status":"passed","time":{"start":1724861186694,"stop":1724861186694,"duration":0}},{"uid":"1ca15ad0f7bb2dfb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1ca15ad0f7bb2dfb","status":"passed","time":{"start":1724861034885,"stop":1724861034885,"duration":0}}]},"2374a8c38bcd8cbcba77c3f21d70d9d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"90af58f0050f54e6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/90af58f0050f54e6","status":"passed","time":{"start":1724922398276,"stop":1724922398277,"duration":1}},{"uid":"e8052f56229a044c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e8052f56229a044c","status":"passed","time":{"start":1724921061618,"stop":1724921061619,"duration":1}},{"uid":"4ad953f8e8d36125","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4ad953f8e8d36125","status":"passed","time":{"start":1724921036641,"stop":1724921036641,"duration":0}},{"uid":"f5306ed0883fb00","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f5306ed0883fb00","status":"passed","time":{"start":1724917696746,"stop":1724917696747,"duration":1}},{"uid":"5b5ceb9eb26e731a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b5ceb9eb26e731a","status":"passed","time":{"start":1724889476022,"stop":1724889476023,"duration":1}},{"uid":"5769086b46d1ec2b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5769086b46d1ec2b","status":"passed","time":{"start":1724888626863,"stop":1724888626863,"duration":0}},{"uid":"2ebcf24ddcfeba32","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2ebcf24ddcfeba32","status":"passed","time":{"start":1724887782851,"stop":1724887782851,"duration":0}},{"uid":"d0ccc15567afc2ba","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d0ccc15567afc2ba","status":"passed","time":{"start":1724886549390,"stop":1724886549390,"duration":0}},{"uid":"e836d30a7b79d63c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e836d30a7b79d63c","status":"passed","time":{"start":1724886327495,"stop":1724886327495,"duration":0}},{"uid":"ab04694a61d60669","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ab04694a61d60669","status":"passed","time":{"start":1724861776389,"stop":1724861776390,"duration":1}},{"uid":"4cd5ecedbbf41e25","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4cd5ecedbbf41e25","status":"passed","time":{"start":1724861247045,"stop":1724861247046,"duration":1}},{"uid":"987000efba10ef44","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/987000efba10ef44","status":"passed","time":{"start":1724861070812,"stop":1724861070813,"duration":1}},{"uid":"73648b5d8daf30ea","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/73648b5d8daf30ea","status":"passed","time":{"start":1724860931510,"stop":1724860931510,"duration":0}}]},"37b0712a55780e765f2fbe2dd020fbf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f86fc0a1e48afc1f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f86fc0a1e48afc1f","status":"passed","time":{"start":1724922891491,"stop":1724922891491,"duration":0}},{"uid":"4de4f10457257e54","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4de4f10457257e54","status":"passed","time":{"start":1724921563019,"stop":1724921563019,"duration":0}},{"uid":"812deb1a638245ff","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/812deb1a638245ff","status":"passed","time":{"start":1724921526815,"stop":1724921526815,"duration":0}},{"uid":"103515ff32fef415","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/103515ff32fef415","status":"passed","time":{"start":1724918239948,"stop":1724918239949,"duration":1}},{"uid":"aa1cb74a84e2ff3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aa1cb74a84e2ff3","status":"passed","time":{"start":1724889980919,"stop":1724889980919,"duration":0}},{"uid":"a6780acb1c31b8c5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a6780acb1c31b8c5","status":"passed","time":{"start":1724889109974,"stop":1724889109975,"duration":1}},{"uid":"48d0feb8bf0fc03e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/48d0feb8bf0fc03e","status":"passed","time":{"start":1724888294725,"stop":1724888294725,"duration":0}},{"uid":"af6c80e848c55ccd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/af6c80e848c55ccd","status":"passed","time":{"start":1724887071743,"stop":1724887071744,"duration":1}},{"uid":"9fad3611d6403b79","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9fad3611d6403b79","status":"passed","time":{"start":1724886848348,"stop":1724886848348,"duration":0}},{"uid":"2f93c00c2286435","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2f93c00c2286435","status":"passed","time":{"start":1724862259257,"stop":1724862259257,"duration":0}},{"uid":"e57a30a4d44516cb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e57a30a4d44516cb","status":"passed","time":{"start":1724861735332,"stop":1724861735333,"duration":1}},{"uid":"c0555a9d1dfbc69d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0555a9d1dfbc69d","status":"passed","time":{"start":1724861606351,"stop":1724861606352,"duration":1}},{"uid":"95629c5f2fb2da41","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/95629c5f2fb2da41","status":"passed","time":{"start":1724861426690,"stop":1724861426691,"duration":1}}]},"de70358f302182ae4211c906cce095b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2ce879ef73f39a70","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2ce879ef73f39a70","status":"passed","time":{"start":1724887092627,"stop":1724887092628,"duration":1}}]},"34840103faf2ca88c7371ea9d706be8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9b17d9177a9fcb7d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9b17d9177a9fcb7d","status":"passed","time":{"start":1724922398918,"stop":1724922398919,"duration":1}},{"uid":"2bcd465cfefc06d1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2bcd465cfefc06d1","status":"passed","time":{"start":1724921061845,"stop":1724921061846,"duration":1}},{"uid":"d6209e106ef76d22","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d6209e106ef76d22","status":"passed","time":{"start":1724921037155,"stop":1724921037156,"duration":1}},{"uid":"1efe11445ee3eb85","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1efe11445ee3eb85","status":"passed","time":{"start":1724917697299,"stop":1724917697300,"duration":1}},{"uid":"d6c4fff0d2f92f73","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d6c4fff0d2f92f73","status":"passed","time":{"start":1724889476081,"stop":1724889476082,"duration":1}},{"uid":"72d983caa1418f52","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72d983caa1418f52","status":"passed","time":{"start":1724888626884,"stop":1724888626885,"duration":1}},{"uid":"c81703efd94f9ef6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c81703efd94f9ef6","status":"passed","time":{"start":1724887783106,"stop":1724887783107,"duration":1}},{"uid":"928113ca0fec437","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/928113ca0fec437","status":"passed","time":{"start":1724886549917,"stop":1724886549918,"duration":1}},{"uid":"70eb33b773aa8de","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/70eb33b773aa8de","status":"passed","time":{"start":1724886327578,"stop":1724886327579,"duration":1}},{"uid":"a705ffe1ba2beafd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a705ffe1ba2beafd","status":"passed","time":{"start":1724861776804,"stop":1724861776805,"duration":1}},{"uid":"b352ff7aaf418d51","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b352ff7aaf418d51","status":"passed","time":{"start":1724861247296,"stop":1724861247297,"duration":1}},{"uid":"384d800c8adaba13","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/384d800c8adaba13","status":"passed","time":{"start":1724861071392,"stop":1724861071393,"duration":1}},{"uid":"86c332c0130f85","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/86c332c0130f85","status":"passed","time":{"start":1724860931793,"stop":1724860931793,"duration":0}}]},"d8f9bb47dbfa8c65b0044d77b541e60a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d2672a33265fcb69","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d2672a33265fcb69","status":"passed","time":{"start":1724922921471,"stop":1724922921471,"duration":0}},{"uid":"5890253cd3db5580","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5890253cd3db5580","status":"passed","time":{"start":1724921602976,"stop":1724921602977,"duration":1}},{"uid":"fc403da903d841f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fc403da903d841f","status":"passed","time":{"start":1724921571106,"stop":1724921571107,"duration":1}},{"uid":"fb577aba7ec52c3d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fb577aba7ec52c3d","status":"passed","time":{"start":1724918285613,"stop":1724918285614,"duration":1}},{"uid":"f7b81b4bb8426167","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7b81b4bb8426167","status":"passed","time":{"start":1724890030100,"stop":1724890030100,"duration":0}},{"uid":"51434a54c11a02c8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/51434a54c11a02c8","status":"passed","time":{"start":1724889171926,"stop":1724889171926,"duration":0}},{"uid":"2b61155e5f16ad91","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2b61155e5f16ad91","status":"passed","time":{"start":1724888350741,"stop":1724888350741,"duration":0}},{"uid":"9227392a3d3d3d4f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9227392a3d3d3d4f","status":"passed","time":{"start":1724887115424,"stop":1724887115425,"duration":1}},{"uid":"597995715dd218dd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/597995715dd218dd","status":"passed","time":{"start":1724886884584,"stop":1724886884585,"duration":1}},{"uid":"fef745e1306e76e3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fef745e1306e76e3","status":"passed","time":{"start":1724862322276,"stop":1724862322276,"duration":0}},{"uid":"30cca85b939b2da5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/30cca85b939b2da5","status":"passed","time":{"start":1724861790764,"stop":1724861790764,"duration":0}},{"uid":"a75a9db8224a3e22","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a75a9db8224a3e22","status":"passed","time":{"start":1724861628430,"stop":1724861628430,"duration":0}},{"uid":"1fad0e7cb04c8947","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1fad0e7cb04c8947","status":"passed","time":{"start":1724861465634,"stop":1724861465634,"duration":0}}]},"a6da04bd5ce46a2405442b9afc17c9e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ea662394ca82b057","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ea662394ca82b057","status":"passed","time":{"start":1724923012458,"stop":1724923012458,"duration":0}},{"uid":"320d1b37e77959fb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/320d1b37e77959fb","status":"passed","time":{"start":1724921625033,"stop":1724921625034,"duration":1}},{"uid":"feecb93e7e8c55c8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/feecb93e7e8c55c8","status":"passed","time":{"start":1724921590478,"stop":1724921590478,"duration":0}},{"uid":"ef47c19bea201b5f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ef47c19bea201b5f","status":"passed","time":{"start":1724918287557,"stop":1724918287558,"duration":1}},{"uid":"59e9f8af1ef99f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/59e9f8af1ef99f9","status":"passed","time":{"start":1724890047781,"stop":1724890047782,"duration":1}},{"uid":"9073bcd6ee555881","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9073bcd6ee555881","status":"passed","time":{"start":1724889183913,"stop":1724889183913,"duration":0}},{"uid":"8d70624997aac38a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8d70624997aac38a","status":"passed","time":{"start":1724888354158,"stop":1724888354159,"duration":1}},{"uid":"3a90f444a42571d0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3a90f444a42571d0","status":"passed","time":{"start":1724887145650,"stop":1724887145650,"duration":0}},{"uid":"4494519aea0fec42","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4494519aea0fec42","status":"passed","time":{"start":1724886915775,"stop":1724886915775,"duration":0}},{"uid":"f300cf4b11a1ae0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f300cf4b11a1ae0","status":"passed","time":{"start":1724862341430,"stop":1724862341431,"duration":1}},{"uid":"e9142ea62ef9c3cf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e9142ea62ef9c3cf","status":"passed","time":{"start":1724861805430,"stop":1724861805431,"duration":1}},{"uid":"b1a731fee6260124","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b1a731fee6260124","status":"passed","time":{"start":1724861662239,"stop":1724861662239,"duration":0}},{"uid":"2287c92b58f174b4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2287c92b58f174b4","status":"passed","time":{"start":1724861492502,"stop":1724861492502,"duration":0}}]},"d6dc95c2624275135509b6e324d75fe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b1c7199775d08a59","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b1c7199775d08a59","status":"passed","time":{"start":1724922891492,"stop":1724922891493,"duration":1}},{"uid":"fe941fc0fd498207","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fe941fc0fd498207","status":"passed","time":{"start":1724921563020,"stop":1724921563020,"duration":0}},{"uid":"71902d9cfa8a9e8f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/71902d9cfa8a9e8f","status":"passed","time":{"start":1724921526817,"stop":1724921526817,"duration":0}},{"uid":"2b6f81c2375b5431","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2b6f81c2375b5431","status":"passed","time":{"start":1724918239953,"stop":1724918239953,"duration":0}},{"uid":"9f7352f2c13153b4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f7352f2c13153b4","status":"passed","time":{"start":1724889980926,"stop":1724889980927,"duration":1}},{"uid":"ef27b0d4856b07bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ef27b0d4856b07bc","status":"passed","time":{"start":1724889109977,"stop":1724889109979,"duration":2}},{"uid":"77b34bc065c7313d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/77b34bc065c7313d","status":"passed","time":{"start":1724888294726,"stop":1724888294726,"duration":0}},{"uid":"de34a7fb72bc42b7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/de34a7fb72bc42b7","status":"passed","time":{"start":1724887071744,"stop":1724887071745,"duration":1}},{"uid":"17e98d81e0748d61","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/17e98d81e0748d61","status":"passed","time":{"start":1724886848350,"stop":1724886848350,"duration":0}},{"uid":"132f96ca6c8b2594","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/132f96ca6c8b2594","status":"passed","time":{"start":1724862259260,"stop":1724862259260,"duration":0}},{"uid":"ca2e4989aafa535b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ca2e4989aafa535b","status":"passed","time":{"start":1724861735335,"stop":1724861735335,"duration":0}},{"uid":"50d5dbed56f9e93f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/50d5dbed56f9e93f","status":"passed","time":{"start":1724861606352,"stop":1724861606353,"duration":1}},{"uid":"9881ae4d17479d73","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9881ae4d17479d73","status":"passed","time":{"start":1724861426691,"stop":1724861426692,"duration":1}}]},"92764ddbdf4d05ff0eea6b372016eacc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"420d75f6a7f9ee7f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/420d75f6a7f9ee7f","status":"passed","time":{"start":1724887032416,"stop":1724887032416,"duration":0}}]},"be5b3563f583e4186f5d9da7e09696c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6a83102c3f696a1c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6a83102c3f696a1c","status":"passed","time":{"start":1724918179413,"stop":1724918179416,"duration":3}}]},"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9d8cc1c9ee7a46dc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9d8cc1c9ee7a46dc","status":"passed","time":{"start":1724922635353,"stop":1724922635354,"duration":1}},{"uid":"12f03a4b26d5d41a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/12f03a4b26d5d41a","status":"passed","time":{"start":1724921297005,"stop":1724921297006,"duration":1}},{"uid":"b7a746a4f488ffac","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b7a746a4f488ffac","status":"passed","time":{"start":1724921276366,"stop":1724921276367,"duration":1}},{"uid":"5475759f8817b8b4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5475759f8817b8b4","status":"passed","time":{"start":1724917948321,"stop":1724917948321,"duration":0}},{"uid":"299146c5b0d69fad","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/299146c5b0d69fad","status":"passed","time":{"start":1724889729007,"stop":1724889729007,"duration":0}},{"uid":"26b054b406c28cfb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/26b054b406c28cfb","status":"passed","time":{"start":1724888864952,"stop":1724888864953,"duration":1}},{"uid":"11b83a06481f24b5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/11b83a06481f24b5","status":"passed","time":{"start":1724888053746,"stop":1724888053746,"duration":0}},{"uid":"c5125e42cd11825f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c5125e42cd11825f","status":"passed","time":{"start":1724886811660,"stop":1724886811661,"duration":1}},{"uid":"e5dffaf3c4330919","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e5dffaf3c4330919","status":"passed","time":{"start":1724886581002,"stop":1724886581003,"duration":1}},{"uid":"a3961cdab29685ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3961cdab29685ae","status":"passed","time":{"start":1724862019559,"stop":1724862019560,"duration":1}},{"uid":"1fd7ac05e7273667","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1fd7ac05e7273667","status":"passed","time":{"start":1724861493936,"stop":1724861493936,"duration":0}},{"uid":"f358f69a0317d358","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f358f69a0317d358","status":"passed","time":{"start":1724861318028,"stop":1724861318028,"duration":0}},{"uid":"20009382f2cd88db","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/20009382f2cd88db","status":"passed","time":{"start":1724861178514,"stop":1724861178515,"duration":1}}]},"f930708d4007d85860719455465959ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"11ecd54189dfdf34","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/11ecd54189dfdf34","status":"passed","time":{"start":1724922402862,"stop":1724922402862,"duration":0}},{"uid":"d39e733702a7b73e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d39e733702a7b73e","status":"passed","time":{"start":1724921065909,"stop":1724921065909,"duration":0}},{"uid":"54108fb8cffe7717","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/54108fb8cffe7717","status":"passed","time":{"start":1724921040946,"stop":1724921040947,"duration":1}},{"uid":"75b659cb1b45c275","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/75b659cb1b45c275","status":"passed","time":{"start":1724917701154,"stop":1724917701155,"duration":1}},{"uid":"d8d30ba8ae87b5bc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d8d30ba8ae87b5bc","status":"passed","time":{"start":1724889479973,"stop":1724889479974,"duration":1}},{"uid":"35ec8a7a54bb7e36","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/35ec8a7a54bb7e36","status":"passed","time":{"start":1724888630722,"stop":1724888630722,"duration":0}},{"uid":"96925242f1125972","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/96925242f1125972","status":"passed","time":{"start":1724887787005,"stop":1724887787005,"duration":0}},{"uid":"17f3c100082e9694","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/17f3c100082e9694","status":"passed","time":{"start":1724886553667,"stop":1724886553668,"duration":1}},{"uid":"1ead1ada1147c379","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1ead1ada1147c379","status":"passed","time":{"start":1724886331491,"stop":1724886331491,"duration":0}},{"uid":"6345f82e808bb72b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6345f82e808bb72b","status":"passed","time":{"start":1724861780655,"stop":1724861780655,"duration":0}},{"uid":"d4886441b02515f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d4886441b02515f","status":"passed","time":{"start":1724861251097,"stop":1724861251098,"duration":1}},{"uid":"c423e7b3f16a5eeb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c423e7b3f16a5eeb","status":"passed","time":{"start":1724861074807,"stop":1724861074807,"duration":0}},{"uid":"3302ec999b577a26","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3302ec999b577a26","status":"passed","time":{"start":1724860935670,"stop":1724860935670,"duration":0}}]},"0c773fdbecada19cc019e94f92ac44ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"66acd2f33136ffbe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/66acd2f33136ffbe","status":"passed","time":{"start":1724862298395,"stop":1724862298395,"duration":0}}]},"0ddf29e406d8d36124685e6de9d008d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1be0785873305047","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1be0785873305047","status":"passed","time":{"start":1724861475048,"stop":1724861475053,"duration":5}}]},"21b46813bf62dcc4e0d2c103356b6c1d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47eb871ea0aaa947","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/47eb871ea0aaa947","status":"passed","time":{"start":1724921571110,"stop":1724921571110,"duration":0}}]},"6222de83b46c7e94c733bc9b89aa12f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a06ba1b9aa55e047","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a06ba1b9aa55e047","status":"passed","time":{"start":1724922388046,"stop":1724922388047,"duration":1}},{"uid":"8c11ae878c60ba23","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8c11ae878c60ba23","status":"passed","time":{"start":1724921051054,"stop":1724921051054,"duration":0}},{"uid":"e09278fd97dcbbb2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e09278fd97dcbbb2","status":"passed","time":{"start":1724921026359,"stop":1724921026360,"duration":1}},{"uid":"5275e7435c027ed8","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5275e7435c027ed8","status":"passed","time":{"start":1724917686538,"stop":1724917686538,"duration":0}},{"uid":"999cfb5238e4f02","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/999cfb5238e4f02","status":"passed","time":{"start":1724889465468,"stop":1724889465469,"duration":1}},{"uid":"bfec4b0bc0c369f5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bfec4b0bc0c369f5","status":"passed","time":{"start":1724888616210,"stop":1724888616210,"duration":0}},{"uid":"e93868cf5b8334ed","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e93868cf5b8334ed","status":"passed","time":{"start":1724887772446,"stop":1724887772447,"duration":1}},{"uid":"b796eef97489a7f3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b796eef97489a7f3","status":"passed","time":{"start":1724886538857,"stop":1724886538858,"duration":1}},{"uid":"5327a0846a39f16c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5327a0846a39f16c","status":"passed","time":{"start":1724886316624,"stop":1724886316625,"duration":1}},{"uid":"cd6268a822f1d7cb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cd6268a822f1d7cb","status":"passed","time":{"start":1724861765760,"stop":1724861765761,"duration":1}},{"uid":"a1339aea497c5345","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a1339aea497c5345","status":"passed","time":{"start":1724861236571,"stop":1724861236571,"duration":0}},{"uid":"dc86b77d22a86b78","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dc86b77d22a86b78","status":"passed","time":{"start":1724861059468,"stop":1724861059468,"duration":0}},{"uid":"ff0880dff166f001","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ff0880dff166f001","status":"passed","time":{"start":1724860920724,"stop":1724860920724,"duration":0}}]},"bdc61a459fd8aa0c93671b99e5fd3f37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"359a2e782c6a3c31","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/359a2e782c6a3c31","status":"passed","time":{"start":1724889678257,"stop":1724889678257,"duration":0}}]},"9945393973edc3ddf8c0b8d613de2195:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61278054ddf772b4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/61278054ddf772b4","status":"passed","time":{"start":1724861599499,"stop":1724861599499,"duration":0}}]},"5c01827d9f30f00c3a668c494fde47df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"331a29e30272d913","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/331a29e30272d913","status":"passed","time":{"start":1724922862333,"stop":1724922862333,"duration":0}},{"uid":"96b54f458bd6d1f0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/96b54f458bd6d1f0","status":"passed","time":{"start":1724921540107,"stop":1724921540107,"duration":0}},{"uid":"28f117ceafbcd69c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/28f117ceafbcd69c","status":"passed","time":{"start":1724921503539,"stop":1724921503539,"duration":0}},{"uid":"df4717905c5f3a80","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/df4717905c5f3a80","status":"passed","time":{"start":1724918214356,"stop":1724918214356,"duration":0}},{"uid":"8d85ec50c105c9b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8d85ec50c105c9b","status":"passed","time":{"start":1724889952443,"stop":1724889952443,"duration":0}},{"uid":"a429ecb5b0c882ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a429ecb5b0c882ba","status":"passed","time":{"start":1724889087460,"stop":1724889087467,"duration":7}},{"uid":"251e334b48ad5a61","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/251e334b48ad5a61","status":"passed","time":{"start":1724888266428,"stop":1724888266429,"duration":1}},{"uid":"94aaa3f3399a15dd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/94aaa3f3399a15dd","status":"passed","time":{"start":1724887042930,"stop":1724887042930,"duration":0}},{"uid":"3f59c85b93c3df28","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3f59c85b93c3df28","status":"passed","time":{"start":1724886820797,"stop":1724886820797,"duration":0}},{"uid":"34e8b387e3af6e8e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/34e8b387e3af6e8e","status":"passed","time":{"start":1724862245489,"stop":1724862245489,"duration":0}},{"uid":"f3fe06e5b51d5ae6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f3fe06e5b51d5ae6","status":"passed","time":{"start":1724861720393,"stop":1724861720394,"duration":1}},{"uid":"9286a5be22f4a858","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9286a5be22f4a858","status":"passed","time":{"start":1724861579387,"stop":1724861579387,"duration":0}},{"uid":"9e306c3edbf238a2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9e306c3edbf238a2","status":"passed","time":{"start":1724861402506,"stop":1724861402506,"duration":0}}]},"6e1c32dcfd79db0371ce4cdbb0dcfb72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"77292f6ffec00746","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/77292f6ffec00746","status":"passed","time":{"start":1724923012457,"stop":1724923012457,"duration":0}},{"uid":"3ac9a7b5c3556c82","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3ac9a7b5c3556c82","status":"passed","time":{"start":1724921625031,"stop":1724921625032,"duration":1}},{"uid":"6c80abad73b6fe96","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6c80abad73b6fe96","status":"passed","time":{"start":1724921590477,"stop":1724921590477,"duration":0}},{"uid":"d1f167fdf6a2d1f1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d1f167fdf6a2d1f1","status":"passed","time":{"start":1724918287557,"stop":1724918287557,"duration":0}},{"uid":"c1f1651306cbd614","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c1f1651306cbd614","status":"passed","time":{"start":1724890047780,"stop":1724890047781,"duration":1}},{"uid":"9a50f55f86c82c0c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9a50f55f86c82c0c","status":"passed","time":{"start":1724889183912,"stop":1724889183912,"duration":0}},{"uid":"bb3aba573d4740ec","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bb3aba573d4740ec","status":"passed","time":{"start":1724888354156,"stop":1724888354157,"duration":1}},{"uid":"ca630ede37660db3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ca630ede37660db3","status":"passed","time":{"start":1724887145648,"stop":1724887145649,"duration":1}},{"uid":"cd30f3f8d5b42a0d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cd30f3f8d5b42a0d","status":"passed","time":{"start":1724886915774,"stop":1724886915775,"duration":1}},{"uid":"94fdcd8b10bcc194","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/94fdcd8b10bcc194","status":"passed","time":{"start":1724862341429,"stop":1724862341430,"duration":1}},{"uid":"6cf16867df936391","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6cf16867df936391","status":"passed","time":{"start":1724861805428,"stop":1724861805429,"duration":1}},{"uid":"b023975ec422732b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b023975ec422732b","status":"passed","time":{"start":1724861662238,"stop":1724861662238,"duration":0}},{"uid":"2d6a25ad863af884","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2d6a25ad863af884","status":"passed","time":{"start":1724861492501,"stop":1724861492501,"duration":0}}]},"2a1f8b7e60a2342bdfe20d85d5f5e6aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"de1775536cc4783","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/de1775536cc4783","status":"passed","time":{"start":1724889938368,"stop":1724889938369,"duration":1}}]},"d07b791264e0641ee8d5505ee08e65a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c91dc8779f1361d7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c91dc8779f1361d7","status":"passed","time":{"start":1724921556059,"stop":1724921556059,"duration":0}}]},"315dd876ca7a8d13d1836dc7c13e91d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"81baa2c8ea7c7644","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/81baa2c8ea7c7644","status":"passed","time":{"start":1724921556061,"stop":1724921556062,"duration":1}}]},"a36b0c9d3cb75ae6dd3989d79c40f345:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7dab481f7490536f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7dab481f7490536f","status":"passed","time":{"start":1724888345351,"stop":1724888345351,"duration":0}}]},"747e07f485de0289eb875ead8cef7ae6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8e876506031b3e96","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8e876506031b3e96","status":"passed","time":{"start":1724861685877,"stop":1724861685877,"duration":0}}]},"4d10c9642cf4fb0fa94d6545d992cde2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d4736163a2fb5ce7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d4736163a2fb5ce7","status":"passed","time":{"start":1724922601843,"stop":1724922601843,"duration":0}},{"uid":"7c372c2c85bf8c55","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7c372c2c85bf8c55","status":"passed","time":{"start":1724921267870,"stop":1724921267870,"duration":0}},{"uid":"fb49c0eb93067520","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fb49c0eb93067520","status":"passed","time":{"start":1724921244370,"stop":1724921244371,"duration":1}},{"uid":"3eb6a3944a39af7f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3eb6a3944a39af7f","status":"passed","time":{"start":1724917916053,"stop":1724917916053,"duration":0}},{"uid":"2745aae1e45e4dbf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2745aae1e45e4dbf","status":"passed","time":{"start":1724889678255,"stop":1724889678256,"duration":1}},{"uid":"fa12dde5c2862e32","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fa12dde5c2862e32","status":"passed","time":{"start":1724888831685,"stop":1724888831685,"duration":0}},{"uid":"795a069e682709b5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/795a069e682709b5","status":"passed","time":{"start":1724888003321,"stop":1724888003321,"duration":0}},{"uid":"dd52cb4b44446586","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dd52cb4b44446586","status":"passed","time":{"start":1724886776609,"stop":1724886776610,"duration":1}},{"uid":"1d6fb97cab4e3b4a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1d6fb97cab4e3b4a","status":"passed","time":{"start":1724886555797,"stop":1724886555798,"duration":1}},{"uid":"d65b559d38c2c65a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d65b559d38c2c65a","status":"passed","time":{"start":1724861983007,"stop":1724861983007,"duration":0}},{"uid":"6923bb8c975ff2c3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6923bb8c975ff2c3","status":"passed","time":{"start":1724861444067,"stop":1724861444067,"duration":0}},{"uid":"25c4e85ff501b680","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/25c4e85ff501b680","status":"passed","time":{"start":1724861285835,"stop":1724861285835,"duration":0}},{"uid":"d59bdd572a9e63e4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d59bdd572a9e63e4","status":"passed","time":{"start":1724861145666,"stop":1724861145667,"duration":1}}]},"2ac84dd8ab862e3ff6b6e2a1b0f44ca4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4edbff6c1bb06bbc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4edbff6c1bb06bbc","status":"passed","time":{"start":1724918259544,"stop":1724918259544,"duration":0}}]},"cea3349636915da80739bb8809c43c8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"50e90a00fb0649dd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/50e90a00fb0649dd","status":"passed","time":{"start":1724861800259,"stop":1724861800259,"duration":0}}]},"8d63e67174dd96a7aa81b8114304ff79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7df2b594fad017f9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7df2b594fad017f9","status":"passed","time":{"start":1724922853931,"stop":1724922853931,"duration":0}},{"uid":"71f8bf5218558e3d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/71f8bf5218558e3d","status":"passed","time":{"start":1724921529594,"stop":1724921529594,"duration":0}},{"uid":"bff201436830925","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bff201436830925","status":"passed","time":{"start":1724921488890,"stop":1724921488894,"duration":4}},{"uid":"e3d8877d996e7e1d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e3d8877d996e7e1d","status":"passed","time":{"start":1724918203697,"stop":1724918203698,"duration":1}},{"uid":"891d94020459f0c8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/891d94020459f0c8","status":"passed","time":{"start":1724889938369,"stop":1724889938369,"duration":0}},{"uid":"61fde260509c9f0b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/61fde260509c9f0b","status":"passed","time":{"start":1724889077081,"stop":1724889077081,"duration":0}},{"uid":"3ef0cf70c6d6e0a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3ef0cf70c6d6e0a9","status":"passed","time":{"start":1724888268043,"stop":1724888268043,"duration":0}},{"uid":"58e2394f413befb2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/58e2394f413befb2","status":"passed","time":{"start":1724887032417,"stop":1724887032417,"duration":0}},{"uid":"8f818df1170ef18","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8f818df1170ef18","status":"passed","time":{"start":1724886822829,"stop":1724886822829,"duration":0}},{"uid":"f934f030f9310fd3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f934f030f9310fd3","status":"passed","time":{"start":1724862233524,"stop":1724862233524,"duration":0}},{"uid":"c5b55ab879ecedf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c5b55ab879ecedf","status":"passed","time":{"start":1724861712677,"stop":1724861712677,"duration":0}},{"uid":"d72fa26633f27740","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d72fa26633f27740","status":"passed","time":{"start":1724861567926,"stop":1724861567927,"duration":1}},{"uid":"fdef707ec756c4fb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fdef707ec756c4fb","status":"passed","time":{"start":1724861392065,"stop":1724861392065,"duration":0}}]},"42fcbea28d1a1a2e2f9ad21e09f1e516:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"73134353e5690fef","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/73134353e5690fef","status":"passed","time":{"start":1724921556062,"stop":1724921556063,"duration":1}}]},"057bc774319a7337746b9a337a20bb9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fab7def87f0b475","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fab7def87f0b475","status":"passed","time":{"start":1724922433168,"stop":1724922433168,"duration":0}},{"uid":"f6f50c71551e6b64","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f6f50c71551e6b64","status":"passed","time":{"start":1724921095758,"stop":1724921095758,"duration":0}},{"uid":"37106b19a076975b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/37106b19a076975b","status":"passed","time":{"start":1724921070806,"stop":1724921070806,"duration":0}},{"uid":"6e292da9611ddf99","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6e292da9611ddf99","status":"passed","time":{"start":1724917730900,"stop":1724917730901,"duration":1}},{"uid":"52093a7b61f2b126","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52093a7b61f2b126","status":"passed","time":{"start":1724889510333,"stop":1724889510333,"duration":0}},{"uid":"d2ace30e4f6ce450","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d2ace30e4f6ce450","status":"passed","time":{"start":1724888660680,"stop":1724888660681,"duration":1}},{"uid":"3f9bbc3b006ca63b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3f9bbc3b006ca63b","status":"passed","time":{"start":1724887817137,"stop":1724887817138,"duration":1}},{"uid":"d1606a6fd83a82a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d1606a6fd83a82a2","status":"passed","time":{"start":1724886584154,"stop":1724886584155,"duration":1}},{"uid":"d5ab695beaf5bfa3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d5ab695beaf5bfa3","status":"passed","time":{"start":1724886362414,"stop":1724886362415,"duration":1}},{"uid":"ecbb72e2f89cbc8f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ecbb72e2f89cbc8f","status":"passed","time":{"start":1724861811584,"stop":1724861811584,"duration":0}},{"uid":"e8841a55ab5bb656","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e8841a55ab5bb656","status":"passed","time":{"start":1724861280383,"stop":1724861280384,"duration":1}},{"uid":"8c67c867a792825b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8c67c867a792825b","status":"passed","time":{"start":1724861106381,"stop":1724861106381,"duration":0}},{"uid":"2fa8e1f128982b6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2fa8e1f128982b6","status":"passed","time":{"start":1724860966532,"stop":1724860966532,"duration":0}}]},"8a66db94555423a25549a9a9c2fb8b2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3e3e9e6ad67d0558","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3e3e9e6ad67d0558","status":"passed","time":{"start":1724922439101,"stop":1724922439101,"duration":0}},{"uid":"e9e919bdf22807c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e9e919bdf22807c","status":"passed","time":{"start":1724921098919,"stop":1724921098920,"duration":1}},{"uid":"e9cb9f5b855d2899","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e9cb9f5b855d2899","status":"passed","time":{"start":1724921073396,"stop":1724921073397,"duration":1}},{"uid":"d9d8d6e8affc83ef","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d9d8d6e8affc83ef","status":"passed","time":{"start":1724917744663,"stop":1724917744663,"duration":0}},{"uid":"7a6187d1c880cafc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7a6187d1c880cafc","status":"passed","time":{"start":1724889518044,"stop":1724889518044,"duration":0}},{"uid":"f8555404d92fa50b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f8555404d92fa50b","status":"passed","time":{"start":1724888665802,"stop":1724888665803,"duration":1}},{"uid":"8cb115f53c85fb05","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8cb115f53c85fb05","status":"passed","time":{"start":1724887821952,"stop":1724887821952,"duration":0}},{"uid":"bdab493289e506b9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bdab493289e506b9","status":"passed","time":{"start":1724886586926,"stop":1724886586926,"duration":0}},{"uid":"e370cf92e33a777c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e370cf92e33a777c","status":"passed","time":{"start":1724886375233,"stop":1724886375235,"duration":2}},{"uid":"bd73e79317bbdc28","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bd73e79317bbdc28","status":"passed","time":{"start":1724861815217,"stop":1724861815218,"duration":1}},{"uid":"1b3091717b0eba7a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1b3091717b0eba7a","status":"passed","time":{"start":1724861291722,"stop":1724861291722,"duration":0}},{"uid":"2781dd6b694f9daa","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2781dd6b694f9daa","status":"passed","time":{"start":1724861109879,"stop":1724861109879,"duration":0}},{"uid":"55187f700f27f6c0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/55187f700f27f6c0","status":"passed","time":{"start":1724860972343,"stop":1724860972343,"duration":0}}]},"1a846f99df2feb911d19e70ae328211d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2af477ca4fc6e56f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2af477ca4fc6e56f","status":"passed","time":{"start":1724922425603,"stop":1724922425604,"duration":1}},{"uid":"922fb08040cbb24d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/922fb08040cbb24d","status":"passed","time":{"start":1724921088202,"stop":1724921088203,"duration":1}},{"uid":"90240f8f35011831","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/90240f8f35011831","status":"passed","time":{"start":1724921063384,"stop":1724921063384,"duration":0}},{"uid":"79e0cd0345b97abc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/79e0cd0345b97abc","status":"passed","time":{"start":1724917723835,"stop":1724917723835,"duration":0}},{"uid":"5ec449c4fad9c7e1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ec449c4fad9c7e1","status":"passed","time":{"start":1724889503228,"stop":1724889503229,"duration":1}},{"uid":"4cbd76df78ef5467","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4cbd76df78ef5467","status":"passed","time":{"start":1724888652595,"stop":1724888652598,"duration":3}},{"uid":"8b9b9bfd7131169e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8b9b9bfd7131169e","status":"passed","time":{"start":1724887810650,"stop":1724887810651,"duration":1}},{"uid":"da3428f73436536d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/da3428f73436536d","status":"passed","time":{"start":1724886577073,"stop":1724886577074,"duration":1}},{"uid":"29e67ed68425b7f4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/29e67ed68425b7f4","status":"passed","time":{"start":1724886355054,"stop":1724886355055,"duration":1}},{"uid":"5eede34a635afc53","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5eede34a635afc53","status":"passed","time":{"start":1724861804051,"stop":1724861804051,"duration":0}},{"uid":"bf55c77aeb89229b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/bf55c77aeb89229b","status":"passed","time":{"start":1724861273298,"stop":1724861273298,"duration":0}},{"uid":"547e150c4b6ab2b6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/547e150c4b6ab2b6","status":"passed","time":{"start":1724861099311,"stop":1724861099312,"duration":1}},{"uid":"b3e6802ebfb2832","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b3e6802ebfb2832","status":"passed","time":{"start":1724860959311,"stop":1724860959312,"duration":1}}]},"fe0d19d25d3b365d85a5a222c9e0fc88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f13cba270661ad29","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f13cba270661ad29","status":"passed","time":{"start":1724923008738,"stop":1724923008738,"duration":0}},{"uid":"6b8e435e99e74df4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6b8e435e99e74df4","status":"passed","time":{"start":1724921677829,"stop":1724921677830,"duration":1}},{"uid":"6c4218799bf648ee","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6c4218799bf648ee","status":"passed","time":{"start":1724921635681,"stop":1724921635681,"duration":0}},{"uid":"75042101f906fd8b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/75042101f906fd8b","status":"passed","time":{"start":1724918344740,"stop":1724918344741,"duration":1}},{"uid":"dba9e6e826a5fcf0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dba9e6e826a5fcf0","status":"passed","time":{"start":1724890097429,"stop":1724890097429,"duration":0}},{"uid":"f15b19a4ca575126","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f15b19a4ca575126","status":"passed","time":{"start":1724889226625,"stop":1724889226626,"duration":1}},{"uid":"8b86759004ee977e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8b86759004ee977e","status":"passed","time":{"start":1724888405389,"stop":1724888405389,"duration":0}},{"uid":"e1d566a9bbf99237","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e1d566a9bbf99237","status":"passed","time":{"start":1724887180098,"stop":1724887180098,"duration":0}},{"uid":"23fd061ca829ec6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/23fd061ca829ec6","status":"passed","time":{"start":1724886957952,"stop":1724886957952,"duration":0}},{"uid":"f8071f4e8410490d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f8071f4e8410490d","status":"passed","time":{"start":1724862379720,"stop":1724862379720,"duration":0}},{"uid":"4f76342e043e4a14","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4f76342e043e4a14","status":"passed","time":{"start":1724861853006,"stop":1724861853006,"duration":0}},{"uid":"f3cf28ade953920","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f3cf28ade953920","status":"passed","time":{"start":1724861709848,"stop":1724861709849,"duration":1}},{"uid":"e7203734bc40b052","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e7203734bc40b052","status":"passed","time":{"start":1724861537426,"stop":1724861537426,"duration":0}}]},"9b68db8e80edd915f242e2377993f12c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"48eeacccd67e54a8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/48eeacccd67e54a8","status":"passed","time":{"start":1724922374684,"stop":1724922374684,"duration":0}},{"uid":"71c79e9a049dbf03","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/71c79e9a049dbf03","status":"passed","time":{"start":1724921037645,"stop":1724921037645,"duration":0}},{"uid":"104b239fddbec0ce","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/104b239fddbec0ce","status":"passed","time":{"start":1724921013058,"stop":1724921013058,"duration":0}},{"uid":"42419fd55fcb6b25","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/42419fd55fcb6b25","status":"passed","time":{"start":1724917673300,"stop":1724917673300,"duration":0}},{"uid":"86575a2751887d21","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/86575a2751887d21","status":"passed","time":{"start":1724889452319,"stop":1724889452319,"duration":0}},{"uid":"52d6376d89d134","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52d6376d89d134","status":"passed","time":{"start":1724888602850,"stop":1724888602850,"duration":0}},{"uid":"b69a4dfd2e148cc5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b69a4dfd2e148cc5","status":"passed","time":{"start":1724887759171,"stop":1724887759172,"duration":1}},{"uid":"f49ff60c4e9a48ee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f49ff60c4e9a48ee","status":"passed","time":{"start":1724886525551,"stop":1724886525551,"duration":0}},{"uid":"b98c0bf0c959be18","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b98c0bf0c959be18","status":"passed","time":{"start":1724886303405,"stop":1724886303405,"duration":0}},{"uid":"d123f0a503deeff1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d123f0a503deeff1","status":"passed","time":{"start":1724861752238,"stop":1724861752238,"duration":0}},{"uid":"939458b024efafeb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/939458b024efafeb","status":"passed","time":{"start":1724861223363,"stop":1724861223363,"duration":0}},{"uid":"15dd0d77eeb26b90","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/15dd0d77eeb26b90","status":"passed","time":{"start":1724861045211,"stop":1724861045211,"duration":0}},{"uid":"a9f9e1f6f71eafd1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a9f9e1f6f71eafd1","status":"passed","time":{"start":1724860907093,"stop":1724860907095,"duration":2}}]},"81dbba575b5b34fb70574cfe8c608091:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b31fe4aa4dd1d6d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b31fe4aa4dd1d6d","status":"passed","time":{"start":1724888345352,"stop":1724888345352,"duration":0}}]},"e188b2b5fbce6bd7f60a2c7502501b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e1435df9b319d822","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e1435df9b319d822","status":"passed","time":{"start":1724922383084,"stop":1724922383085,"duration":1}},{"uid":"b969b359e3eb914e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b969b359e3eb914e","status":"passed","time":{"start":1724921046201,"stop":1724921046201,"duration":0}},{"uid":"67626d1105d211ab","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/67626d1105d211ab","status":"passed","time":{"start":1724921021472,"stop":1724921021476,"duration":4}},{"uid":"c48e657baa907e79","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c48e657baa907e79","status":"passed","time":{"start":1724917681720,"stop":1724917681724,"duration":4}},{"uid":"cccc8e6c4fdff6ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cccc8e6c4fdff6ba","status":"passed","time":{"start":1724889460652,"stop":1724889460652,"duration":0}},{"uid":"1c6b6cc008a28658","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1c6b6cc008a28658","status":"passed","time":{"start":1724888611292,"stop":1724888611296,"duration":4}},{"uid":"3fd8b99acf39aed4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3fd8b99acf39aed4","status":"passed","time":{"start":1724887767621,"stop":1724887767621,"duration":0}},{"uid":"3a782d36a83340c1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3a782d36a83340c1","status":"passed","time":{"start":1724886533987,"stop":1724886533987,"duration":0}},{"uid":"a94f29dfdab21996","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a94f29dfdab21996","status":"passed","time":{"start":1724886311755,"stop":1724886311755,"duration":0}},{"uid":"9a5bb7e2efecf3fb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9a5bb7e2efecf3fb","status":"passed","time":{"start":1724861760771,"stop":1724861760775,"duration":4}},{"uid":"e1f985e32b209dd5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e1f985e32b209dd5","status":"passed","time":{"start":1724861231734,"stop":1724861231734,"duration":0}},{"uid":"9d0e9a3096a3ed17","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9d0e9a3096a3ed17","status":"passed","time":{"start":1724861054252,"stop":1724861054256,"duration":4}},{"uid":"4203b3d6cc235a5d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4203b3d6cc235a5d","status":"passed","time":{"start":1724860915810,"stop":1724860915811,"duration":1}}]},"a593fb3e6a25b4462513d1c3e8fa1663:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ec028e33e0a411fa","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ec028e33e0a411fa","status":"passed","time":{"start":1724922921472,"stop":1724922921472,"duration":0}},{"uid":"cab562aa51b22dc4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cab562aa51b22dc4","status":"passed","time":{"start":1724921602984,"stop":1724921602984,"duration":0}},{"uid":"f4ce9a4cef632edb","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f4ce9a4cef632edb","status":"passed","time":{"start":1724921571108,"stop":1724921571108,"duration":0}},{"uid":"d72f6ce075f3324b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d72f6ce075f3324b","status":"passed","time":{"start":1724918285615,"stop":1724918285616,"duration":1}},{"uid":"bc2261dc5f15ce7a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc2261dc5f15ce7a","status":"passed","time":{"start":1724890030102,"stop":1724890030102,"duration":0}},{"uid":"3e42b6da3c7cd3ef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3e42b6da3c7cd3ef","status":"passed","time":{"start":1724889171928,"stop":1724889171929,"duration":1}},{"uid":"77ac39de64703636","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/77ac39de64703636","status":"passed","time":{"start":1724888350742,"stop":1724888350742,"duration":0}},{"uid":"1fb5777f21fa8269","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1fb5777f21fa8269","status":"passed","time":{"start":1724887115427,"stop":1724887115428,"duration":1}},{"uid":"5aa489a7408bb3f5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5aa489a7408bb3f5","status":"passed","time":{"start":1724886884586,"stop":1724886884586,"duration":0}},{"uid":"a5cf8cb5ae5d8c6b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5cf8cb5ae5d8c6b","status":"passed","time":{"start":1724862322277,"stop":1724862322278,"duration":1}},{"uid":"a841b5bdd3683dbb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a841b5bdd3683dbb","status":"passed","time":{"start":1724861790766,"stop":1724861790766,"duration":0}},{"uid":"ca4502c6217fe312","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ca4502c6217fe312","status":"passed","time":{"start":1724861628431,"stop":1724861628431,"duration":0}},{"uid":"47984b4d806aa66f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/47984b4d806aa66f","status":"passed","time":{"start":1724861465635,"stop":1724861465636,"duration":1}}]},"1e41d1e957c6a4ad92d9cdd41daf3363:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e4cbc36610d846d2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e4cbc36610d846d2","status":"passed","time":{"start":1724922845232,"stop":1724922845232,"duration":0}},{"uid":"5558b84675d82429","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5558b84675d82429","status":"passed","time":{"start":1724921515218,"stop":1724921515218,"duration":0}},{"uid":"98249757d258b7c6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/98249757d258b7c6","status":"passed","time":{"start":1724921475434,"stop":1724921475435,"duration":1}},{"uid":"3f8b4a90d90f74d5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3f8b4a90d90f74d5","status":"passed","time":{"start":1724918179366,"stop":1724918179367,"duration":1}},{"uid":"a3acbed78acd3e3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3acbed78acd3e3","status":"passed","time":{"start":1724889935332,"stop":1724889935332,"duration":0}},{"uid":"250971066c0100c7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/250971066c0100c7","status":"passed","time":{"start":1724889072744,"stop":1724889072745,"duration":1}},{"uid":"cbe1276a94bf6452","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cbe1276a94bf6452","status":"passed","time":{"start":1724888232406,"stop":1724888232406,"duration":0}},{"uid":"828fbe336b9a446e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/828fbe336b9a446e","status":"passed","time":{"start":1724887018286,"stop":1724887018286,"duration":0}},{"uid":"ed7641a8c487bb3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ed7641a8c487bb3","status":"passed","time":{"start":1724886781470,"stop":1724886781471,"duration":1}},{"uid":"fb032208cf4aefb7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fb032208cf4aefb7","status":"passed","time":{"start":1724862213653,"stop":1724862213654,"duration":1}},{"uid":"8a5ee586355d9970","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8a5ee586355d9970","status":"passed","time":{"start":1724861685846,"stop":1724861685847,"duration":1}},{"uid":"d96f689031f9819a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d96f689031f9819a","status":"passed","time":{"start":1724861546161,"stop":1724861546161,"duration":0}},{"uid":"4bf6769cdef548e5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4bf6769cdef548e5","status":"passed","time":{"start":1724861378101,"stop":1724861378101,"duration":0}}]},"7e87ff00a780af6121957e2c9ef2c47e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ed6c592ee6d14ab2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ed6c592ee6d14ab2","status":"passed","time":{"start":1724923012469,"stop":1724923012469,"duration":0}},{"uid":"bb6ada565bb08e89","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bb6ada565bb08e89","status":"passed","time":{"start":1724921625077,"stop":1724921625077,"duration":0}},{"uid":"e1cd90221beb530c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e1cd90221beb530c","status":"passed","time":{"start":1724921590500,"stop":1724921590501,"duration":1}},{"uid":"11657acada936691","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/11657acada936691","status":"passed","time":{"start":1724918287569,"stop":1724918287569,"duration":0}},{"uid":"6fbf09073a2ebee0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6fbf09073a2ebee0","status":"passed","time":{"start":1724890047793,"stop":1724890047793,"duration":0}},{"uid":"f4e88c1a555d0cd9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f4e88c1a555d0cd9","status":"passed","time":{"start":1724889183925,"stop":1724889183925,"duration":0}},{"uid":"aa89900d5508b860","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/aa89900d5508b860","status":"passed","time":{"start":1724888354174,"stop":1724888354174,"duration":0}},{"uid":"6facad2eb607d035","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6facad2eb607d035","status":"passed","time":{"start":1724887145681,"stop":1724887145683,"duration":2}},{"uid":"daea985e0c650c1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/daea985e0c650c1","status":"passed","time":{"start":1724886915790,"stop":1724886915791,"duration":1}},{"uid":"30c0fe55066ef1a2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/30c0fe55066ef1a2","status":"passed","time":{"start":1724862341455,"stop":1724862341455,"duration":0}},{"uid":"69c2a0866f31a265","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/69c2a0866f31a265","status":"passed","time":{"start":1724861805446,"stop":1724861805446,"duration":0}},{"uid":"7640569b86e385e7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7640569b86e385e7","status":"passed","time":{"start":1724861662290,"stop":1724861662290,"duration":0}},{"uid":"b5a69464d8e9bda4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b5a69464d8e9bda4","status":"passed","time":{"start":1724861492518,"stop":1724861492519,"duration":1}}]},"d527579dd817c306b03da85cf2bca70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"40071b716ed58add","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/40071b716ed58add","status":"passed","time":{"start":1724922508641,"stop":1724922508641,"duration":0}},{"uid":"8fa67dc09f551a36","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8fa67dc09f551a36","status":"passed","time":{"start":1724921164605,"stop":1724921164606,"duration":1}},{"uid":"f95353ce6af90ab6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f95353ce6af90ab6","status":"passed","time":{"start":1724921137828,"stop":1724921137829,"duration":1}},{"uid":"52cfd126e82cffca","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/52cfd126e82cffca","status":"passed","time":{"start":1724917810541,"stop":1724917810542,"duration":1}},{"uid":"8649eba213bd5339","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8649eba213bd5339","status":"passed","time":{"start":1724889585450,"stop":1724889585450,"duration":0}},{"uid":"e204ad5e3443d250","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e204ad5e3443d250","status":"passed","time":{"start":1724888736514,"stop":1724888736519,"duration":5}},{"uid":"4d43da697f6c60f8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4d43da697f6c60f8","status":"passed","time":{"start":1724887891796,"stop":1724887891797,"duration":1}},{"uid":"dbbef15c80776c34","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dbbef15c80776c34","status":"passed","time":{"start":1724886657796,"stop":1724886657796,"duration":0}},{"uid":"d24bfb922cff1d4f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d24bfb922cff1d4f","status":"passed","time":{"start":1724886447360,"stop":1724886447361,"duration":1}},{"uid":"92ab846c7c72ee26","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92ab846c7c72ee26","status":"passed","time":{"start":1724861880134,"stop":1724861880136,"duration":2}},{"uid":"72d493a792807bac","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/72d493a792807bac","status":"passed","time":{"start":1724861359783,"stop":1724861359784,"duration":1}},{"uid":"9cce11f128a19bdb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9cce11f128a19bdb","status":"passed","time":{"start":1724861179684,"stop":1724861179685,"duration":1}},{"uid":"f0eedf753c940357","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f0eedf753c940357","status":"passed","time":{"start":1724861040982,"stop":1724861040982,"duration":0}}]},"e741c95e6179c2b91d338de7e9c2e11f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b2af12cd71e31db0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b2af12cd71e31db0","status":"passed","time":{"start":1724922601840,"stop":1724922601840,"duration":0}},{"uid":"8b5e095b44e4c4f1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8b5e095b44e4c4f1","status":"passed","time":{"start":1724921267867,"stop":1724921267867,"duration":0}},{"uid":"58258bb5132bc9cf","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/58258bb5132bc9cf","status":"passed","time":{"start":1724921244360,"stop":1724921244361,"duration":1}},{"uid":"cbabb5b0160007f4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cbabb5b0160007f4","status":"passed","time":{"start":1724917916040,"stop":1724917916040,"duration":0}},{"uid":"84145238bc3edf6a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/84145238bc3edf6a","status":"passed","time":{"start":1724889678252,"stop":1724889678252,"duration":0}},{"uid":"3dd7b5eb86577f6d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3dd7b5eb86577f6d","status":"passed","time":{"start":1724888831681,"stop":1724888831682,"duration":1}},{"uid":"24ecdfd5d7181efa","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/24ecdfd5d7181efa","status":"passed","time":{"start":1724888003318,"stop":1724888003318,"duration":0}},{"uid":"3d1f11cf806aa639","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3d1f11cf806aa639","status":"passed","time":{"start":1724886776603,"stop":1724886776603,"duration":0}},{"uid":"f89b9c0ad30dc0bb","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f89b9c0ad30dc0bb","status":"passed","time":{"start":1724886555789,"stop":1724886555789,"duration":0}},{"uid":"c5179c3327e59286","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5179c3327e59286","status":"passed","time":{"start":1724861983003,"stop":1724861983004,"duration":1}},{"uid":"4598b017032a8857","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4598b017032a8857","status":"passed","time":{"start":1724861444064,"stop":1724861444064,"duration":0}},{"uid":"18ddfcab61848db5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/18ddfcab61848db5","status":"passed","time":{"start":1724861285827,"stop":1724861285827,"duration":0}},{"uid":"3df04f60fdfc770a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3df04f60fdfc770a","status":"passed","time":{"start":1724861145660,"stop":1724861145662,"duration":2}}]},"0ed2eb6468c098422ce11d14be3bc6a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"995a9a1d84630039","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/995a9a1d84630039","status":"passed","time":{"start":1724918285618,"stop":1724918285619,"duration":1}}]},"7fd30244a4384948573d5578a256387f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"49afcbfedd54a6c4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/49afcbfedd54a6c4","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922845246,"stop":1724922845247,"duration":1}},{"uid":"1d127426b4c48ce5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1d127426b4c48ce5","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515229,"stop":1724921515229,"duration":0}},{"uid":"cb4c1d98b2b61c8e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cb4c1d98b2b61c8e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475454,"stop":1724921475455,"duration":1}},{"uid":"990384fea600f19a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/990384fea600f19a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179403,"stop":1724918179403,"duration":0}},{"uid":"1b36f85de6af6d05","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1b36f85de6af6d05","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935343,"stop":1724889935343,"duration":0}},{"uid":"456da62b64bd0a7d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/456da62b64bd0a7d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072757,"stop":1724889072757,"duration":0}},{"uid":"20c211743736387c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/20c211743736387c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232418,"stop":1724888232418,"duration":0}},{"uid":"88070f5f1a3e107f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/88070f5f1a3e107f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018305,"stop":1724887018305,"duration":0}},{"uid":"77f746bb2511d3fd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/77f746bb2511d3fd","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781482,"stop":1724886781482,"duration":0}},{"uid":"92197d40e9b05883","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92197d40e9b05883","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213665,"stop":1724862213665,"duration":0}},{"uid":"dc7141b20cbe1515","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dc7141b20cbe1515","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861685858,"stop":1724861685859,"duration":1}},{"uid":"e900a4a3a9da9b7f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e900a4a3a9da9b7f","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546180,"stop":1724861546180,"duration":0}},{"uid":"3c76f84903de0984","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3c76f84903de0984","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378114,"stop":1724861378114,"duration":0}}]},"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fd9df8b15714ade1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fd9df8b15714ade1","status":"passed","time":{"start":1724922465393,"stop":1724922465393,"duration":0}},{"uid":"fbedc372ddbc2b94","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fbedc372ddbc2b94","status":"passed","time":{"start":1724921128565,"stop":1724921128566,"duration":1}},{"uid":"84bc6a245f98aa29","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/84bc6a245f98aa29","status":"passed","time":{"start":1724921103673,"stop":1724921103674,"duration":1}},{"uid":"b238ae9e8066458c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b238ae9e8066458c","status":"passed","time":{"start":1724917763725,"stop":1724917763726,"duration":1}},{"uid":"3986eeab11d6d686","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3986eeab11d6d686","status":"passed","time":{"start":1724889543367,"stop":1724889543368,"duration":1}},{"uid":"7930a8118e98fa56","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7930a8118e98fa56","status":"passed","time":{"start":1724888692502,"stop":1724888692503,"duration":1}},{"uid":"5e18856b0d2c74e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5e18856b0d2c74e","status":"passed","time":{"start":1724887850412,"stop":1724887850413,"duration":1}},{"uid":"d7733d8f9e041690","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d7733d8f9e041690","status":"passed","time":{"start":1724886617174,"stop":1724886617174,"duration":0}},{"uid":"484a2a2972400208","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/484a2a2972400208","status":"passed","time":{"start":1724886394903,"stop":1724886394904,"duration":1}},{"uid":"aa8f268105aa2248","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/aa8f268105aa2248","status":"passed","time":{"start":1724861844369,"stop":1724861844371,"duration":2}},{"uid":"a207bc8bad503ba5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a207bc8bad503ba5","status":"passed","time":{"start":1724861313408,"stop":1724861313408,"duration":0}},{"uid":"6840d1229c94c586","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6840d1229c94c586","status":"passed","time":{"start":1724861139649,"stop":1724861139649,"duration":0}},{"uid":"53aca42e2a85f4a9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/53aca42e2a85f4a9","status":"passed","time":{"start":1724860999510,"stop":1724860999510,"duration":0}}]},"0db05c9a936298f685b74005d3619f0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2e3c003234cfa5d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2e3c003234cfa5d","status":"passed","time":{"start":1724861546172,"stop":1724861546172,"duration":0}}]},"08f142f9f99c8ec8770a1349ad8d8bec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"efe3eecde92933b7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/efe3eecde92933b7","status":"passed","time":{"start":1724923012466,"stop":1724923012466,"duration":0}},{"uid":"f187978cc0530a22","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f187978cc0530a22","status":"passed","time":{"start":1724921625069,"stop":1724921625070,"duration":1}},{"uid":"bb9162ac4725dfbc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bb9162ac4725dfbc","status":"passed","time":{"start":1724921590497,"stop":1724921590497,"duration":0}},{"uid":"b17b8aa87a537b6f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b17b8aa87a537b6f","status":"passed","time":{"start":1724918287566,"stop":1724918287567,"duration":1}},{"uid":"9731a1c7c98bd99a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9731a1c7c98bd99a","status":"passed","time":{"start":1724890047789,"stop":1724890047789,"duration":0}},{"uid":"a30a376f0f1c09e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a30a376f0f1c09e5","status":"passed","time":{"start":1724889183922,"stop":1724889183922,"duration":0}},{"uid":"7dc30b33ec8b9183","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7dc30b33ec8b9183","status":"passed","time":{"start":1724888354167,"stop":1724888354167,"duration":0}},{"uid":"bbeae2ee4abf0541","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bbeae2ee4abf0541","status":"passed","time":{"start":1724887145661,"stop":1724887145665,"duration":4}},{"uid":"2a0fc2990daa01c4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2a0fc2990daa01c4","status":"passed","time":{"start":1724886915788,"stop":1724886915788,"duration":0}},{"uid":"410e2bf4fabb519e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/410e2bf4fabb519e","status":"passed","time":{"start":1724862341439,"stop":1724862341440,"duration":1}},{"uid":"56d60a65442099ab","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/56d60a65442099ab","status":"passed","time":{"start":1724861805444,"stop":1724861805444,"duration":0}},{"uid":"6c20c66be91ecad","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6c20c66be91ecad","status":"passed","time":{"start":1724861662270,"stop":1724861662272,"duration":2}},{"uid":"5fe93f5a600b30b7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5fe93f5a600b30b7","status":"passed","time":{"start":1724861492515,"stop":1724861492516,"duration":1}}]},"5590990f458e9cd5256061a912d7094e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7675b91bb45699e9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7675b91bb45699e9","status":"passed","time":{"start":1724922508642,"stop":1724922508642,"duration":0}},{"uid":"f47fc99520fc0fba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f47fc99520fc0fba","status":"passed","time":{"start":1724921164608,"stop":1724921164608,"duration":0}},{"uid":"12462c1d93cece7a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/12462c1d93cece7a","status":"passed","time":{"start":1724921137838,"stop":1724921137838,"duration":0}},{"uid":"dd5677ed0a542ed5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd5677ed0a542ed5","status":"passed","time":{"start":1724917810543,"stop":1724917810543,"duration":0}},{"uid":"1f5894979fcb2f82","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1f5894979fcb2f82","status":"passed","time":{"start":1724889585452,"stop":1724889585452,"duration":0}},{"uid":"43586cbdbe0f1d17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/43586cbdbe0f1d17","status":"passed","time":{"start":1724888736524,"stop":1724888736528,"duration":4}},{"uid":"795a7ed600cf1ceb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/795a7ed600cf1ceb","status":"passed","time":{"start":1724887891798,"stop":1724887891798,"duration":0}},{"uid":"ceb54ca22ee3fdea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ceb54ca22ee3fdea","status":"passed","time":{"start":1724886657797,"stop":1724886657798,"duration":1}},{"uid":"77110332771f242c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/77110332771f242c","status":"passed","time":{"start":1724886447362,"stop":1724886447362,"duration":0}},{"uid":"14e67e508bcc5241","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14e67e508bcc5241","status":"passed","time":{"start":1724861880138,"stop":1724861880139,"duration":1}},{"uid":"8f7e9b3fd623923c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8f7e9b3fd623923c","status":"passed","time":{"start":1724861359784,"stop":1724861359784,"duration":0}},{"uid":"5fd4e5aec6320bf0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5fd4e5aec6320bf0","status":"passed","time":{"start":1724861179686,"stop":1724861179686,"duration":0}},{"uid":"1c41baae0a8c71c5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1c41baae0a8c71c5","status":"passed","time":{"start":1724861040983,"stop":1724861040983,"duration":0}}]},"276a39dd02d25d584e174fc664000967:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"41c2f0dcb81a8994","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/41c2f0dcb81a8994","status":"passed","time":{"start":1724918298100,"stop":1724918298100,"duration":0}}]},"c8fa8b4482b23ae745b486859e0755cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8fa6f27875793db3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8fa6f27875793db3","status":"passed","time":{"start":1724922611431,"stop":1724922611432,"duration":1}},{"uid":"e0868c71ab09f686","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e0868c71ab09f686","status":"passed","time":{"start":1724921270353,"stop":1724921270353,"duration":0}},{"uid":"5bcac4d7c4161780","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5bcac4d7c4161780","status":"passed","time":{"start":1724921247814,"stop":1724921247814,"duration":0}},{"uid":"b8ab9903b89c4369","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b8ab9903b89c4369","status":"passed","time":{"start":1724917989814,"stop":1724917989815,"duration":1}},{"uid":"8fdc4f31f06c740e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8fdc4f31f06c740e","status":"passed","time":{"start":1724889678547,"stop":1724889678547,"duration":0}},{"uid":"b99ce6f41a4c1ca0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b99ce6f41a4c1ca0","status":"passed","time":{"start":1724888829834,"stop":1724888829834,"duration":0}},{"uid":"fcc4fdf99a0b991c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fcc4fdf99a0b991c","status":"passed","time":{"start":1724888076987,"stop":1724888076988,"duration":1}},{"uid":"5722c28ca055aa8c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5722c28ca055aa8c","status":"passed","time":{"start":1724886851122,"stop":1724886851122,"duration":0}},{"uid":"2e47c5eac9ac074e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2e47c5eac9ac074e","status":"passed","time":{"start":1724886647091,"stop":1724886647092,"duration":1}},{"uid":"2a23a62b86f00c29","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2a23a62b86f00c29","status":"passed","time":{"start":1724861992710,"stop":1724861992710,"duration":0}},{"uid":"4db1fc6e5c445c5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4db1fc6e5c445c5","status":"passed","time":{"start":1724861469638,"stop":1724861469638,"duration":0}},{"uid":"337b6710a01796f5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/337b6710a01796f5","status":"passed","time":{"start":1724861284854,"stop":1724861284854,"duration":0}},{"uid":"bc7a0b0a1fd19d34","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bc7a0b0a1fd19d34","status":"passed","time":{"start":1724861145798,"stop":1724861145799,"duration":1}}]},"d052cbe4fd95628d25dc9a86af47e022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"aa97f6aa7003019e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/aa97f6aa7003019e","status":"passed","time":{"start":1724922983781,"stop":1724922983782,"duration":1}},{"uid":"4af30a605653ec21","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4af30a605653ec21","status":"passed","time":{"start":1724921656191,"stop":1724921656192,"duration":1}},{"uid":"23a1b53cef620c7e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/23a1b53cef620c7e","status":"passed","time":{"start":1724921620457,"stop":1724921620458,"duration":1}},{"uid":"90e9e013d0856ee9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/90e9e013d0856ee9","status":"passed","time":{"start":1724918327709,"stop":1724918327710,"duration":1}},{"uid":"f97bd6e755647c38","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f97bd6e755647c38","status":"passed","time":{"start":1724890078470,"stop":1724890078470,"duration":0}},{"uid":"4097c42288de85b7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4097c42288de85b7","status":"passed","time":{"start":1724889213825,"stop":1724889213825,"duration":0}},{"uid":"2dc1249d1a4db1b2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2dc1249d1a4db1b2","status":"passed","time":{"start":1724888383602,"stop":1724888383602,"duration":0}},{"uid":"a2e0842646995455","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a2e0842646995455","status":"passed","time":{"start":1724887164578,"stop":1724887164578,"duration":0}},{"uid":"c9b4b865d80a2f6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c9b4b865d80a2f6","status":"passed","time":{"start":1724886943100,"stop":1724886943100,"duration":0}},{"uid":"e35522dc5d343903","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e35522dc5d343903","status":"passed","time":{"start":1724862368929,"stop":1724862368929,"duration":0}},{"uid":"933e07bff841e4d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/933e07bff841e4d","status":"passed","time":{"start":1724861835946,"stop":1724861835946,"duration":0}},{"uid":"861c1c82661f941f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/861c1c82661f941f","status":"passed","time":{"start":1724861692902,"stop":1724861692903,"duration":1}},{"uid":"443f360973c6cef9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/443f360973c6cef9","status":"passed","time":{"start":1724861520699,"stop":1724861520699,"duration":0}}]},"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e0de632ecd3df7ed","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e0de632ecd3df7ed","status":"passed","time":{"start":1724922866493,"stop":1724922866493,"duration":0}},{"uid":"fe97da869fe8c103","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fe97da869fe8c103","status":"passed","time":{"start":1724921538594,"stop":1724921538594,"duration":0}},{"uid":"a97f7fd9a0f465d4","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a97f7fd9a0f465d4","status":"passed","time":{"start":1724921499391,"stop":1724921499392,"duration":1}},{"uid":"ac5f0754f20c3de0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ac5f0754f20c3de0","status":"passed","time":{"start":1724918204099,"stop":1724918204099,"duration":0}},{"uid":"415380fc062863bf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/415380fc062863bf","status":"passed","time":{"start":1724889957368,"stop":1724889957369,"duration":1}},{"uid":"38f7a7d347ad7d5c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/38f7a7d347ad7d5c","status":"passed","time":{"start":1724889094881,"stop":1724889094882,"duration":1}},{"uid":"3dc46f2c2600062b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3dc46f2c2600062b","status":"passed","time":{"start":1724888256177,"stop":1724888256177,"duration":0}},{"uid":"1f9e9a6cbaf881f5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1f9e9a6cbaf881f5","status":"passed","time":{"start":1724887043896,"stop":1724887043896,"duration":0}},{"uid":"6dff2b5da43291cf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6dff2b5da43291cf","status":"passed","time":{"start":1724886807385,"stop":1724886807386,"duration":1}},{"uid":"4f126ec901fe24","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f126ec901fe24","status":"passed","time":{"start":1724862237701,"stop":1724862237701,"duration":0}},{"uid":"9f178d9c3d27f630","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9f178d9c3d27f630","status":"passed","time":{"start":1724861709117,"stop":1724861709117,"duration":0}},{"uid":"d8e71692a44f2c80","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d8e71692a44f2c80","status":"passed","time":{"start":1724861571994,"stop":1724861571996,"duration":2}},{"uid":"f42292617eb19c57","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f42292617eb19c57","status":"passed","time":{"start":1724861400270,"stop":1724861400270,"duration":0}}]},"2ba9cc45ed556838c79bd1db5f195e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"74c1e9b12390fe0d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/74c1e9b12390fe0d","status":"passed","time":{"start":1724922845257,"stop":1724922845257,"duration":0}},{"uid":"21677b0b3bf04bcd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/21677b0b3bf04bcd","status":"passed","time":{"start":1724921515237,"stop":1724921515237,"duration":0}},{"uid":"4ae5f904aad84eec","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4ae5f904aad84eec","status":"passed","time":{"start":1724921475498,"stop":1724921475499,"duration":1}},{"uid":"75e28d64c8bb28a9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/75e28d64c8bb28a9","status":"passed","time":{"start":1724918179409,"stop":1724918179410,"duration":1}},{"uid":"ec7c75e9c25e551a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ec7c75e9c25e551a","status":"passed","time":{"start":1724889935348,"stop":1724889935348,"duration":0}},{"uid":"6da0a1de0a4ee094","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6da0a1de0a4ee094","status":"passed","time":{"start":1724889072763,"stop":1724889072763,"duration":0}},{"uid":"53ba0d0c9f3ed57e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/53ba0d0c9f3ed57e","status":"passed","time":{"start":1724888232424,"stop":1724888232424,"duration":0}},{"uid":"12a158c77989e718","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/12a158c77989e718","status":"passed","time":{"start":1724887018311,"stop":1724887018311,"duration":0}},{"uid":"9088a65096f2787e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9088a65096f2787e","status":"passed","time":{"start":1724886781497,"stop":1724886781497,"duration":0}},{"uid":"ba86d245b863f85b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ba86d245b863f85b","status":"passed","time":{"start":1724862213671,"stop":1724862213671,"duration":0}},{"uid":"b2ea61a0093a6498","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b2ea61a0093a6498","status":"passed","time":{"start":1724861685872,"stop":1724861685873,"duration":1}},{"uid":"df6fe0dfa634102b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/df6fe0dfa634102b","status":"passed","time":{"start":1724861546199,"stop":1724861546199,"duration":0}},{"uid":"8ff6c6ad8cca71a4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8ff6c6ad8cca71a4","status":"passed","time":{"start":1724861378120,"stop":1724861378120,"duration":0}}]},"7f23ef8153da8b57c261f8e4c8ed376b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"65f255398910597b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/65f255398910597b","status":"passed","time":{"start":1724922398277,"stop":1724922398278,"duration":1}},{"uid":"1e09cfa7863a412a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1e09cfa7863a412a","status":"passed","time":{"start":1724921061620,"stop":1724921061620,"duration":0}},{"uid":"96502cc60abe0eab","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/96502cc60abe0eab","status":"passed","time":{"start":1724921036642,"stop":1724921036642,"duration":0}},{"uid":"a800e4406d5fff4c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a800e4406d5fff4c","status":"passed","time":{"start":1724917696747,"stop":1724917696748,"duration":1}},{"uid":"fde9f282b7a90301","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fde9f282b7a90301","status":"passed","time":{"start":1724889476023,"stop":1724889476024,"duration":1}},{"uid":"952be77f0a62d7cb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/952be77f0a62d7cb","status":"passed","time":{"start":1724888626864,"stop":1724888626864,"duration":0}},{"uid":"adf212eb198e08fc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/adf212eb198e08fc","status":"passed","time":{"start":1724887782852,"stop":1724887782852,"duration":0}},{"uid":"f4c0bd3a938e1ffb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f4c0bd3a938e1ffb","status":"passed","time":{"start":1724886549391,"stop":1724886549391,"duration":0}},{"uid":"f4be4a466c30f2f4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f4be4a466c30f2f4","status":"passed","time":{"start":1724886327496,"stop":1724886327496,"duration":0}},{"uid":"a3bef7c22467338b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a3bef7c22467338b","status":"passed","time":{"start":1724861776390,"stop":1724861776391,"duration":1}},{"uid":"e9bb054132b3df7b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e9bb054132b3df7b","status":"passed","time":{"start":1724861247046,"stop":1724861247047,"duration":1}},{"uid":"4c185546d3932f70","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4c185546d3932f70","status":"passed","time":{"start":1724861070814,"stop":1724861070814,"duration":0}},{"uid":"2f2af7b1fbfdffe9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2f2af7b1fbfdffe9","status":"passed","time":{"start":1724860931511,"stop":1724860931511,"duration":0}}]},"277cc79d310cbc1722435a2eb2d2e893:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c735b4c173e11a6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6c735b4c173e11a6","status":"passed","time":{"start":1724861378123,"stop":1724861378123,"duration":0}}]},"62773a7202f58cecdd3dc9bd6e16fc20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bef091612c3f8185","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bef091612c3f8185","status":"passed","time":{"start":1724922611435,"stop":1724922611436,"duration":1}},{"uid":"f2be7481138e906","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f2be7481138e906","status":"passed","time":{"start":1724921270357,"stop":1724921270358,"duration":1}},{"uid":"ca4d10775bde2a08","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ca4d10775bde2a08","status":"passed","time":{"start":1724921247818,"stop":1724921247818,"duration":0}},{"uid":"41b7764f3fa7578e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/41b7764f3fa7578e","status":"passed","time":{"start":1724917989819,"stop":1724917989819,"duration":0}},{"uid":"e6510bd5e79d9dcb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e6510bd5e79d9dcb","status":"passed","time":{"start":1724889678551,"stop":1724889678551,"duration":0}},{"uid":"9fc7f2731b147e2a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9fc7f2731b147e2a","status":"passed","time":{"start":1724888829843,"stop":1724888829844,"duration":1}},{"uid":"dfc968b8e5b554fe","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dfc968b8e5b554fe","status":"passed","time":{"start":1724888077010,"stop":1724888077011,"duration":1}},{"uid":"6b648f3399024024","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b648f3399024024","status":"passed","time":{"start":1724886851126,"stop":1724886851126,"duration":0}},{"uid":"56157f990b16c94c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/56157f990b16c94c","status":"passed","time":{"start":1724886647111,"stop":1724886647112,"duration":1}},{"uid":"ab697d408712c170","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ab697d408712c170","status":"passed","time":{"start":1724861992713,"stop":1724861992714,"duration":1}},{"uid":"160e6d3ee74cea4f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/160e6d3ee74cea4f","status":"passed","time":{"start":1724861469644,"stop":1724861469644,"duration":0}},{"uid":"76bc5184c73a978","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/76bc5184c73a978","status":"passed","time":{"start":1724861284857,"stop":1724861284858,"duration":1}},{"uid":"578817aa4701751b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/578817aa4701751b","status":"passed","time":{"start":1724861145805,"stop":1724861145806,"duration":1}}]},"4a06f965b8649e0b2d1b084531a1ae71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7c4ae4f5692f72cd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7c4ae4f5692f72cd","status":"passed","time":{"start":1724921518824,"stop":1724921518825,"duration":1}}]},"4eff166832f222440e0246e68dbc1a35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"92bf7a80c1e9295c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/92bf7a80c1e9295c","status":"passed","time":{"start":1724922611441,"stop":1724922611441,"duration":0}},{"uid":"cdee562cd8da410c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cdee562cd8da410c","status":"passed","time":{"start":1724921270365,"stop":1724921270365,"duration":0}},{"uid":"25499e52394930ee","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/25499e52394930ee","status":"passed","time":{"start":1724921247826,"stop":1724921247826,"duration":0}},{"uid":"945860fe105d9617","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/945860fe105d9617","status":"passed","time":{"start":1724917989824,"stop":1724917989825,"duration":1}},{"uid":"f256342fc3c9ce45","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f256342fc3c9ce45","status":"passed","time":{"start":1724889678569,"stop":1724889678569,"duration":0}},{"uid":"8f70a08fef9619b9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f70a08fef9619b9","status":"passed","time":{"start":1724888829847,"stop":1724888829848,"duration":1}},{"uid":"6a1334188c757fef","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a1334188c757fef","status":"passed","time":{"start":1724888077015,"stop":1724888077017,"duration":2}},{"uid":"cf1fcd85452d7576","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cf1fcd85452d7576","status":"passed","time":{"start":1724886851130,"stop":1724886851131,"duration":1}},{"uid":"2921d87005698d3f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2921d87005698d3f","status":"passed","time":{"start":1724886647121,"stop":1724886647121,"duration":0}},{"uid":"d42b5192ab982b4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d42b5192ab982b4","status":"passed","time":{"start":1724861992716,"stop":1724861992717,"duration":1}},{"uid":"c575fb8d0f6241a4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c575fb8d0f6241a4","status":"passed","time":{"start":1724861469648,"stop":1724861469649,"duration":1}},{"uid":"d48f2c9e53000ee","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d48f2c9e53000ee","status":"passed","time":{"start":1724861284870,"stop":1724861284871,"duration":1}},{"uid":"9da9b03facda9df3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9da9b03facda9df3","status":"passed","time":{"start":1724861145818,"stop":1724861145818,"duration":0}}]},"cec2dd2d2ad791a6f8f29c3b8975b037:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dc6b7820c59930d2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dc6b7820c59930d2","status":"passed","time":{"start":1724861741896,"stop":1724861741897,"duration":1}}]},"0ddec7e23f8c4fe900c4b4e085522b81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21b18ed385fcb7f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/21b18ed385fcb7f","status":"passed","time":{"start":1724861790768,"stop":1724861790768,"duration":0}}]},"e25ee2b613990bb025674244c7e4392b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f44d96565b7bafc6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f44d96565b7bafc6","status":"passed","time":{"start":1724890030103,"stop":1724890030103,"duration":0}}]},"eebe766b9d0ab32a7381a079738b58d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"815126b70f3c2a7d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/815126b70f3c2a7d","status":"passed","time":{"start":1724922771081,"stop":1724922771081,"duration":0}},{"uid":"3f5310b2b152d558","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3f5310b2b152d558","status":"passed","time":{"start":1724921419680,"stop":1724921419680,"duration":0}},{"uid":"54643574eb9782e9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/54643574eb9782e9","status":"passed","time":{"start":1724921400500,"stop":1724921400501,"duration":1}},{"uid":"f60ccc06c67bac51","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f60ccc06c67bac51","status":"passed","time":{"start":1724918124173,"stop":1724918124173,"duration":0}},{"uid":"4b818a4791f9f5b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4b818a4791f9f5b3","status":"passed","time":{"start":1724889845310,"stop":1724889845311,"duration":1}},{"uid":"b1176e606b45ad82","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1176e606b45ad82","status":"passed","time":{"start":1724888978738,"stop":1724888978741,"duration":3}},{"uid":"a3d6c1b103515a8a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a3d6c1b103515a8a","status":"passed","time":{"start":1724888199754,"stop":1724888199757,"duration":3}},{"uid":"4a43ae8093c1ec77","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a43ae8093c1ec77","status":"passed","time":{"start":1724886961473,"stop":1724886961474,"duration":1}},{"uid":"2874785fd2e4df29","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2874785fd2e4df29","status":"passed","time":{"start":1724886743393,"stop":1724886743394,"duration":1}},{"uid":"f3f599c889e594a3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f3f599c889e594a3","status":"passed","time":{"start":1724862150649,"stop":1724862150650,"duration":1}},{"uid":"cfaf8139ac1b7f5c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cfaf8139ac1b7f5c","status":"passed","time":{"start":1724861627579,"stop":1724861627579,"duration":0}},{"uid":"4a4263b8e7d51635","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4a4263b8e7d51635","status":"passed","time":{"start":1724861501068,"stop":1724861501069,"duration":1}},{"uid":"2eb744033d905691","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2eb744033d905691","status":"passed","time":{"start":1724861297167,"stop":1724861297167,"duration":0}}]},"26be44817f2fc3b02102aef5bb9359b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"19d68b5a18fd2ce2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/19d68b5a18fd2ce2","status":"passed","time":{"start":1724888336461,"stop":1724888336462,"duration":1}}]},"58666967595e204291ab0d3eb7842e93:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"806df443284d8f4d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/806df443284d8f4d","status":"passed","time":{"start":1724918259546,"stop":1724918259546,"duration":0}}]},"09772909057603c14b3253c7b8fcc1bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8863ce03f8b896f9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8863ce03f8b896f9","status":"passed","time":{"start":1724922374696,"stop":1724922374696,"duration":0}},{"uid":"f1bf56333f9ca18f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f1bf56333f9ca18f","status":"passed","time":{"start":1724921037655,"stop":1724921037655,"duration":0}},{"uid":"bf5c024c35c8298c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bf5c024c35c8298c","status":"passed","time":{"start":1724921013069,"stop":1724921013069,"duration":0}},{"uid":"783bd2269f7a533c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/783bd2269f7a533c","status":"passed","time":{"start":1724917673309,"stop":1724917673310,"duration":1}},{"uid":"10f3d85733fb5a98","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/10f3d85733fb5a98","status":"passed","time":{"start":1724889452329,"stop":1724889452329,"duration":0}},{"uid":"456da5e20cc4b738","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/456da5e20cc4b738","status":"passed","time":{"start":1724888602862,"stop":1724888602862,"duration":0}},{"uid":"ef7909b31c72713f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ef7909b31c72713f","status":"passed","time":{"start":1724887759182,"stop":1724887759182,"duration":0}},{"uid":"6eec25f558bc074e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6eec25f558bc074e","status":"passed","time":{"start":1724886525559,"stop":1724886525559,"duration":0}},{"uid":"53ea3d84a24108e9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/53ea3d84a24108e9","status":"passed","time":{"start":1724886303415,"stop":1724886303415,"duration":0}},{"uid":"e7f3f84c2ef7f3d3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e7f3f84c2ef7f3d3","status":"passed","time":{"start":1724861752252,"stop":1724861752252,"duration":0}},{"uid":"a574598cdd930fba","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a574598cdd930fba","status":"passed","time":{"start":1724861223372,"stop":1724861223372,"duration":0}},{"uid":"ac36846d4a18e734","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac36846d4a18e734","status":"passed","time":{"start":1724861045222,"stop":1724861045222,"duration":0}},{"uid":"1264d8dee9a64c17","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1264d8dee9a64c17","status":"passed","time":{"start":1724860907108,"stop":1724860907108,"duration":0}}]},"8be1631fe3888121803a1644af84ef51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bfa55e37d350a3f2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/bfa55e37d350a3f2","status":"passed","time":{"start":1724922853917,"stop":1724922853918,"duration":1}},{"uid":"71d59a08429b0760","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/71d59a08429b0760","status":"passed","time":{"start":1724921529584,"stop":1724921529585,"duration":1}},{"uid":"a749fce4829d2613","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a749fce4829d2613","status":"passed","time":{"start":1724921488879,"stop":1724921488880,"duration":1}},{"uid":"922f859c5feb4d08","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/922f859c5feb4d08","status":"passed","time":{"start":1724918203686,"stop":1724918203686,"duration":0}},{"uid":"93c4d8d714303e70","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/93c4d8d714303e70","status":"passed","time":{"start":1724889938358,"stop":1724889938358,"duration":0}},{"uid":"88d37d3f6f5dc858","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/88d37d3f6f5dc858","status":"passed","time":{"start":1724889077066,"stop":1724889077066,"duration":0}},{"uid":"4387de7003475d1e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4387de7003475d1e","status":"passed","time":{"start":1724888268034,"stop":1724888268035,"duration":1}},{"uid":"ae22943b4d019b71","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ae22943b4d019b71","status":"passed","time":{"start":1724887032404,"stop":1724887032405,"duration":1}},{"uid":"bc35d7f3e4fe8789","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bc35d7f3e4fe8789","status":"passed","time":{"start":1724886822820,"stop":1724886822820,"duration":0}},{"uid":"ef451712a13ab5b2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ef451712a13ab5b2","status":"passed","time":{"start":1724862233510,"stop":1724862233510,"duration":0}},{"uid":"f996e296186efc29","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f996e296186efc29","status":"passed","time":{"start":1724861712670,"stop":1724861712670,"duration":0}},{"uid":"36334ce1176c707b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/36334ce1176c707b","status":"passed","time":{"start":1724861567888,"stop":1724861567889,"duration":1}},{"uid":"91dac7335a943660","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/91dac7335a943660","status":"passed","time":{"start":1724861392054,"stop":1724861392054,"duration":0}}]},"482ebac01da5ef608847f3241436994e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5a07566848db0651","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5a07566848db0651","status":"passed","time":{"start":1724922999270,"stop":1724922999271,"duration":1}},{"uid":"9bde1852120a429d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9bde1852120a429d","status":"passed","time":{"start":1724921669871,"stop":1724921669872,"duration":1}},{"uid":"3d685c72c1432341","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3d685c72c1432341","status":"passed","time":{"start":1724921630269,"stop":1724921630269,"duration":0}},{"uid":"3cb4c9b0cce38855","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3cb4c9b0cce38855","status":"passed","time":{"start":1724918332989,"stop":1724918332989,"duration":0}},{"uid":"3a6f824319f870f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3a6f824319f870f","status":"passed","time":{"start":1724890089470,"stop":1724890089470,"duration":0}},{"uid":"e791a7031ada2106","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e791a7031ada2106","status":"passed","time":{"start":1724889224495,"stop":1724889224495,"duration":0}},{"uid":"a52bb77b7a0fc5a0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a52bb77b7a0fc5a0","status":"passed","time":{"start":1724888406348,"stop":1724888406348,"duration":0}},{"uid":"51032daad2bc5020","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/51032daad2bc5020","status":"passed","time":{"start":1724887175025,"stop":1724887175026,"duration":1}},{"uid":"567c5553fc51f8ed","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/567c5553fc51f8ed","status":"passed","time":{"start":1724886952409,"stop":1724886952409,"duration":0}},{"uid":"4f5bedd3db6ae7fe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f5bedd3db6ae7fe","status":"passed","time":{"start":1724862378566,"stop":1724862378567,"duration":1}},{"uid":"3f30e4215076a414","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3f30e4215076a414","status":"passed","time":{"start":1724861846752,"stop":1724861846752,"duration":0}},{"uid":"7aa76d96ee8a6ac3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7aa76d96ee8a6ac3","status":"passed","time":{"start":1724861702537,"stop":1724861702537,"duration":0}},{"uid":"e128847b26a4d278","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e128847b26a4d278","status":"passed","time":{"start":1724861533460,"stop":1724861533460,"duration":0}}]},"c360d00c8af5714d0e2bf379a7d00425:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd701f499f2c05da","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dd701f499f2c05da","status":"passed","time":{"start":1724887127878,"stop":1724887127879,"duration":1}}]},"6086166f58a67122f74bd6ac2c00e6c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dd932d80ab4b827e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dd932d80ab4b827e","status":"passed","time":{"start":1724922611442,"stop":1724922611442,"duration":0}},{"uid":"cd746ba20a145eaa","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cd746ba20a145eaa","status":"passed","time":{"start":1724921270365,"stop":1724921270366,"duration":1}},{"uid":"c8c7ae05bd32c30d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c8c7ae05bd32c30d","status":"passed","time":{"start":1724921247827,"stop":1724921247827,"duration":0}},{"uid":"c4a6c8839238827f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c4a6c8839238827f","status":"passed","time":{"start":1724917989826,"stop":1724917989826,"duration":0}},{"uid":"909ada34326dba03","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/909ada34326dba03","status":"passed","time":{"start":1724889678569,"stop":1724889678570,"duration":1}},{"uid":"d01cc39cae436347","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d01cc39cae436347","status":"passed","time":{"start":1724888829851,"stop":1724888829851,"duration":0}},{"uid":"f53b374203c0c442","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f53b374203c0c442","status":"passed","time":{"start":1724888077018,"stop":1724888077018,"duration":0}},{"uid":"1014fc3d82f654d9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1014fc3d82f654d9","status":"passed","time":{"start":1724886851131,"stop":1724886851132,"duration":1}},{"uid":"beb9266f386ba6db","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/beb9266f386ba6db","status":"passed","time":{"start":1724886647125,"stop":1724886647125,"duration":0}},{"uid":"668021f935de4eab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/668021f935de4eab","status":"passed","time":{"start":1724861992717,"stop":1724861992717,"duration":0}},{"uid":"921f4923a249cc21","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/921f4923a249cc21","status":"passed","time":{"start":1724861469650,"stop":1724861469650,"duration":0}},{"uid":"f1cbb99244d430c3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f1cbb99244d430c3","status":"passed","time":{"start":1724861284872,"stop":1724861284872,"duration":0}},{"uid":"ba942456975a1a6b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ba942456975a1a6b","status":"passed","time":{"start":1724861145819,"stop":1724861145820,"duration":1}}]},"6df9a58fcf0e573db1409e4c91498f68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b6a6173beaf6209b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b6a6173beaf6209b","status":"passed","time":{"start":1724922891490,"stop":1724922891490,"duration":0}},{"uid":"865dadd940b0c07f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/865dadd940b0c07f","status":"passed","time":{"start":1724921563018,"stop":1724921563018,"duration":0}},{"uid":"6fa8ba455fb7d1de","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6fa8ba455fb7d1de","status":"passed","time":{"start":1724921526814,"stop":1724921526814,"duration":0}},{"uid":"5f0d396527e22aeb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5f0d396527e22aeb","status":"passed","time":{"start":1724918239946,"stop":1724918239947,"duration":1}},{"uid":"ece1c81f9dacfd00","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ece1c81f9dacfd00","status":"passed","time":{"start":1724889980917,"stop":1724889980918,"duration":1}},{"uid":"a289b041aa9419f1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a289b041aa9419f1","status":"passed","time":{"start":1724889109972,"stop":1724889109973,"duration":1}},{"uid":"8a6741fc20e02ea7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a6741fc20e02ea7","status":"passed","time":{"start":1724888294724,"stop":1724888294724,"duration":0}},{"uid":"470cf39b97625d5b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/470cf39b97625d5b","status":"passed","time":{"start":1724887071743,"stop":1724887071743,"duration":0}},{"uid":"578f047bc9e9d9dd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/578f047bc9e9d9dd","status":"passed","time":{"start":1724886848347,"stop":1724886848348,"duration":1}},{"uid":"50c163848d6b4bab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/50c163848d6b4bab","status":"passed","time":{"start":1724862259255,"stop":1724862259255,"duration":0}},{"uid":"11ffdc4efdd3da14","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/11ffdc4efdd3da14","status":"passed","time":{"start":1724861735330,"stop":1724861735330,"duration":0}},{"uid":"fbfb9d34c146a709","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fbfb9d34c146a709","status":"passed","time":{"start":1724861606351,"stop":1724861606351,"duration":0}},{"uid":"612bf7dc60d9eaad","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/612bf7dc60d9eaad","status":"passed","time":{"start":1724861426689,"stop":1724861426690,"duration":1}}]},"1b96b9e2978d5ca6fd62066967ca6eb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2c584da8868198ea","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2c584da8868198ea","status":"passed","time":{"start":1724922647842,"stop":1724922647843,"duration":1}},{"uid":"9c58dd9387584bc4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9c58dd9387584bc4","status":"passed","time":{"start":1724921300829,"stop":1724921300829,"duration":0}},{"uid":"4f9fac55768a8766","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4f9fac55768a8766","status":"passed","time":{"start":1724921280726,"stop":1724921280727,"duration":1}},{"uid":"84002b037fff506","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/84002b037fff506","status":"passed","time":{"start":1724917963266,"stop":1724917963284,"duration":18}},{"uid":"c33eff364a5ca5c4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c33eff364a5ca5c4","status":"passed","time":{"start":1724889734123,"stop":1724889734123,"duration":0}},{"uid":"6161ec845b22e37c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6161ec845b22e37c","status":"passed","time":{"start":1724888859624,"stop":1724888859625,"duration":1}},{"uid":"cc90fc37c2b4a946","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc90fc37c2b4a946","status":"passed","time":{"start":1724888053956,"stop":1724888053956,"duration":0}},{"uid":"ef7f3a8228ffda10","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ef7f3a8228ffda10","status":"passed","time":{"start":1724886820682,"stop":1724886820683,"duration":1}},{"uid":"133e4703f01fad6d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/133e4703f01fad6d","status":"passed","time":{"start":1724886589275,"stop":1724886589276,"duration":1}},{"uid":"7be193fd5d76a868","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7be193fd5d76a868","status":"passed","time":{"start":1724862027809,"stop":1724862027809,"duration":0}},{"uid":"dae959934e212121","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/dae959934e212121","status":"passed","time":{"start":1724861484564,"stop":1724861484564,"duration":0}},{"uid":"d689126234608ea4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d689126234608ea4","status":"passed","time":{"start":1724861315161,"stop":1724861315161,"duration":0}},{"uid":"474da1fa7f840a9f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/474da1fa7f840a9f","status":"passed","time":{"start":1724861168769,"stop":1724861168770,"duration":1}}]},"adec69764b4bfaf4a25564d8635d3c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"71f15a8e1a21f06","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/71f15a8e1a21f06","status":"passed","time":{"start":1724922508637,"stop":1724922508638,"duration":1}},{"uid":"ed8207712c1a08f9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ed8207712c1a08f9","status":"passed","time":{"start":1724921164593,"stop":1724921164593,"duration":0}},{"uid":"42ceb93e3be4b71e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/42ceb93e3be4b71e","status":"passed","time":{"start":1724921137824,"stop":1724921137825,"duration":1}},{"uid":"f3ec702b4d1175cb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f3ec702b4d1175cb","status":"passed","time":{"start":1724917810539,"stop":1724917810539,"duration":0}},{"uid":"b1f0e141d837ac5f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1f0e141d837ac5f","status":"passed","time":{"start":1724889585446,"stop":1724889585448,"duration":2}},{"uid":"8e9da9e59921007b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e9da9e59921007b","status":"passed","time":{"start":1724888736509,"stop":1724888736509,"duration":0}},{"uid":"e1c29c8d066ca53c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e1c29c8d066ca53c","status":"passed","time":{"start":1724887891784,"stop":1724887891790,"duration":6}},{"uid":"d85f2fc3e2019f2d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d85f2fc3e2019f2d","status":"passed","time":{"start":1724886657788,"stop":1724886657788,"duration":0}},{"uid":"33e5b5203bb7bd74","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/33e5b5203bb7bd74","status":"passed","time":{"start":1724886447358,"stop":1724886447358,"duration":0}},{"uid":"3362deb74805f1ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3362deb74805f1ae","status":"passed","time":{"start":1724861880119,"stop":1724861880122,"duration":3}},{"uid":"65b6ce905d7cf7c4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/65b6ce905d7cf7c4","status":"passed","time":{"start":1724861359781,"stop":1724861359781,"duration":0}},{"uid":"79a412c59a55bc1c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/79a412c59a55bc1c","status":"passed","time":{"start":1724861179681,"stop":1724861179681,"duration":0}},{"uid":"1d27ed4136100842","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1d27ed4136100842","status":"passed","time":{"start":1724861040979,"stop":1724861040980,"duration":1}}]},"8bdc90a10ca641134106e39a3197f194:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c140fc7ab2ef9a03","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c140fc7ab2ef9a03","status":"passed","time":{"start":1724918298100,"stop":1724918298101,"duration":1}}]},"0f068790716d3b625c682eea9c945956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f51a56542fadd373","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f51a56542fadd373","status":"passed","time":{"start":1724922891492,"stop":1724922891492,"duration":0}},{"uid":"377db6bfc8ec650f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/377db6bfc8ec650f","status":"passed","time":{"start":1724921563020,"stop":1724921563020,"duration":0}},{"uid":"6ca46ae33d37e275","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6ca46ae33d37e275","status":"passed","time":{"start":1724921526816,"stop":1724921526817,"duration":1}},{"uid":"a3d2e1fc1d0f300f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a3d2e1fc1d0f300f","status":"passed","time":{"start":1724918239952,"stop":1724918239953,"duration":1}},{"uid":"a5c32c7b39eb5257","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5c32c7b39eb5257","status":"passed","time":{"start":1724889980926,"stop":1724889980926,"duration":0}},{"uid":"7fcec528dc816a72","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7fcec528dc816a72","status":"passed","time":{"start":1724889109976,"stop":1724889109977,"duration":1}},{"uid":"bc22cc814fe299c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bc22cc814fe299c","status":"passed","time":{"start":1724888294725,"stop":1724888294726,"duration":1}},{"uid":"40b0a91519a4ba72","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/40b0a91519a4ba72","status":"passed","time":{"start":1724887071744,"stop":1724887071744,"duration":0}},{"uid":"7dd42147fdec9a6a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7dd42147fdec9a6a","status":"passed","time":{"start":1724886848349,"stop":1724886848349,"duration":0}},{"uid":"11b2689dd64c380b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/11b2689dd64c380b","status":"passed","time":{"start":1724862259260,"stop":1724862259260,"duration":0}},{"uid":"6d6c751d5a96cad4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6d6c751d5a96cad4","status":"passed","time":{"start":1724861735334,"stop":1724861735335,"duration":1}},{"uid":"a253aacd29b47433","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a253aacd29b47433","status":"passed","time":{"start":1724861606352,"stop":1724861606352,"duration":0}},{"uid":"3df451c9fb75d206","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3df451c9fb75d206","status":"passed","time":{"start":1724861426691,"stop":1724861426691,"duration":0}}]},"276c91ee129533128485396f5c60d9b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"64d18171b88ea7ab","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/64d18171b88ea7ab","status":"passed","time":{"start":1724922383082,"stop":1724922383082,"duration":0}},{"uid":"edddcd3cc138eb85","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/edddcd3cc138eb85","status":"passed","time":{"start":1724921046198,"stop":1724921046199,"duration":1}},{"uid":"19523e187ea3eca2","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/19523e187ea3eca2","status":"passed","time":{"start":1724921021469,"stop":1724921021469,"duration":0}},{"uid":"748c9a9534f5466a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/748c9a9534f5466a","status":"passed","time":{"start":1724917681717,"stop":1724917681718,"duration":1}},{"uid":"4be3ead7d3504483","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4be3ead7d3504483","status":"passed","time":{"start":1724889460646,"stop":1724889460647,"duration":1}},{"uid":"eaf9cb13eaefffb9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eaf9cb13eaefffb9","status":"passed","time":{"start":1724888611289,"stop":1724888611290,"duration":1}},{"uid":"5b82dd9a0388e6c5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5b82dd9a0388e6c5","status":"passed","time":{"start":1724887767615,"stop":1724887767615,"duration":0}},{"uid":"b7f123d9d6b700ce","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b7f123d9d6b700ce","status":"passed","time":{"start":1724886533984,"stop":1724886533985,"duration":1}},{"uid":"4a2b1606a29f7a4a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4a2b1606a29f7a4a","status":"passed","time":{"start":1724886311752,"stop":1724886311752,"duration":0}},{"uid":"be2ee2359879175f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/be2ee2359879175f","status":"passed","time":{"start":1724861760768,"stop":1724861760768,"duration":0}},{"uid":"55fa8f7ee91c2db5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/55fa8f7ee91c2db5","status":"passed","time":{"start":1724861231728,"stop":1724861231728,"duration":0}},{"uid":"aa18959de1fb2396","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/aa18959de1fb2396","status":"passed","time":{"start":1724861054249,"stop":1724861054249,"duration":0}},{"uid":"13ffc30529ee7af9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/13ffc30529ee7af9","status":"passed","time":{"start":1724860915808,"stop":1724860915808,"duration":0}}]},"dbc8365abb73d5e43fd54a79e6e608c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd67c870550e3446","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd67c870550e3446","status":"passed","time":{"start":1724918259542,"stop":1724918259542,"duration":0}}]},"825320dc610bd6afece737cf7767e3e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e9076850ec540110","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e9076850ec540110","status":"passed","time":{"start":1724922601856,"stop":1724922601856,"duration":0}},{"uid":"429c7ffb9b83651a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/429c7ffb9b83651a","status":"passed","time":{"start":1724921267874,"stop":1724921267880,"duration":6}},{"uid":"6a65e4d764b9973c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6a65e4d764b9973c","status":"passed","time":{"start":1724921244396,"stop":1724921244397,"duration":1}},{"uid":"b142cc64d364274","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b142cc64d364274","status":"passed","time":{"start":1724917916059,"stop":1724917916059,"duration":0}},{"uid":"e41eb723558ce733","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e41eb723558ce733","status":"passed","time":{"start":1724889678260,"stop":1724889678260,"duration":0}},{"uid":"6b41eafab8e68665","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b41eafab8e68665","status":"passed","time":{"start":1724888831689,"stop":1724888831689,"duration":0}},{"uid":"3c76d88de42990a7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3c76d88de42990a7","status":"passed","time":{"start":1724888003324,"stop":1724888003324,"duration":0}},{"uid":"ac8db2a4098325fb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ac8db2a4098325fb","status":"passed","time":{"start":1724886776614,"stop":1724886776614,"duration":0}},{"uid":"80ee6656d314855e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/80ee6656d314855e","status":"passed","time":{"start":1724886555803,"stop":1724886555803,"duration":0}},{"uid":"14b49cbd1b6d9f95","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14b49cbd1b6d9f95","status":"passed","time":{"start":1724861983015,"stop":1724861983015,"duration":0}},{"uid":"cf4efc306c1cecef","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cf4efc306c1cecef","status":"passed","time":{"start":1724861444071,"stop":1724861444071,"duration":0}},{"uid":"3f00b1015a1cf62e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3f00b1015a1cf62e","status":"passed","time":{"start":1724861285839,"stop":1724861285839,"duration":0}},{"uid":"dd8d199588294e2f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dd8d199588294e2f","status":"passed","time":{"start":1724861145677,"stop":1724861145677,"duration":0}}]},"fd7d20c5aa27234da38f215e8a0124fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"501299397e054f8a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/501299397e054f8a","status":"passed","time":{"start":1724889144083,"stop":1724889144083,"duration":0}}]},"2de32901098e6c06db694d63eaf020f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f6da6febea261f6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f6da6febea261f6","status":"passed","time":{"start":1724922946230,"stop":1724922946230,"duration":0}}]},"27efde690d4a4477e23d672921e835ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8ca8dc3903969d05","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8ca8dc3903969d05","status":"passed","time":{"start":1724886776611,"stop":1724886776611,"duration":0}}]},"6d68e3f35efad28334379e22e756ff73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"45e98799f835bbad","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/45e98799f835bbad","status":"passed","time":{"start":1724922611420,"stop":1724922611420,"duration":0}},{"uid":"927c2a474fe4331b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/927c2a474fe4331b","status":"passed","time":{"start":1724921270342,"stop":1724921270342,"duration":0}},{"uid":"18d39d5b81d3a848","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/18d39d5b81d3a848","status":"passed","time":{"start":1724921247772,"stop":1724921247772,"duration":0}},{"uid":"ecd50612665421a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ecd50612665421a","status":"passed","time":{"start":1724917989809,"stop":1724917989809,"duration":0}},{"uid":"50c657f680b00188","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/50c657f680b00188","status":"passed","time":{"start":1724889678532,"stop":1724889678532,"duration":0}},{"uid":"afe08e7f3cead672","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/afe08e7f3cead672","status":"passed","time":{"start":1724888829826,"stop":1724888829826,"duration":0}},{"uid":"ce6d719b9631e9f9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ce6d719b9631e9f9","status":"passed","time":{"start":1724888076972,"stop":1724888076973,"duration":1}},{"uid":"673778899c56b54d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/673778899c56b54d","status":"passed","time":{"start":1724886851111,"stop":1724886851112,"duration":1}},{"uid":"97199f49c49bfb6f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/97199f49c49bfb6f","status":"passed","time":{"start":1724886647055,"stop":1724886647058,"duration":3}},{"uid":"721c308fa341f9e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/721c308fa341f9e","status":"passed","time":{"start":1724861992701,"stop":1724861992701,"duration":0}},{"uid":"fce0e900efe0df07","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fce0e900efe0df07","status":"passed","time":{"start":1724861469628,"stop":1724861469630,"duration":2}},{"uid":"354b1fe4dacf26b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/354b1fe4dacf26b","status":"passed","time":{"start":1724861284844,"stop":1724861284845,"duration":1}},{"uid":"d55b1cb924531298","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d55b1cb924531298","status":"passed","time":{"start":1724861145771,"stop":1724861145772,"duration":1}}]},"0c5410859a4c9fa2589f8fe4b064fb35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9bec5a521833738c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9bec5a521833738c","status":"passed","time":{"start":1724922374677,"stop":1724922374677,"duration":0}},{"uid":"c7724d5ba18196f0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c7724d5ba18196f0","status":"passed","time":{"start":1724921037638,"stop":1724921037638,"duration":0}},{"uid":"6819a943a679c794","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6819a943a679c794","status":"passed","time":{"start":1724921013050,"stop":1724921013050,"duration":0}},{"uid":"ebb1247c34c22361","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ebb1247c34c22361","status":"passed","time":{"start":1724917673294,"stop":1724917673294,"duration":0}},{"uid":"7740d2160cb9f7b8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7740d2160cb9f7b8","status":"passed","time":{"start":1724889452312,"stop":1724889452312,"duration":0}},{"uid":"5c589dff04dc4e7d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5c589dff04dc4e7d","status":"passed","time":{"start":1724888602842,"stop":1724888602843,"duration":1}},{"uid":"a5732540c362749a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a5732540c362749a","status":"passed","time":{"start":1724887759165,"stop":1724887759166,"duration":1}},{"uid":"a5788f45826c63dd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a5788f45826c63dd","status":"passed","time":{"start":1724886525545,"stop":1724886525545,"duration":0}},{"uid":"ad5562810dbe3dbe","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ad5562810dbe3dbe","status":"passed","time":{"start":1724886303399,"stop":1724886303399,"duration":0}},{"uid":"c356f6552d52ed08","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c356f6552d52ed08","status":"passed","time":{"start":1724861752231,"stop":1724861752231,"duration":0}},{"uid":"a14c7296205f76a9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a14c7296205f76a9","status":"passed","time":{"start":1724861223357,"stop":1724861223357,"duration":0}},{"uid":"a87d6b1adf0eda9a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a87d6b1adf0eda9a","status":"passed","time":{"start":1724861045205,"stop":1724861045205,"duration":0}},{"uid":"2202195343129c2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2202195343129c2","status":"passed","time":{"start":1724860907086,"stop":1724860907087,"duration":1}}]},"528912c161f41843052cbe3ea61ea863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"82544a614990ac0e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/82544a614990ac0e","status":"passed","time":{"start":1724922887527,"stop":1724922887528,"duration":1}},{"uid":"2cc2caaa2ff0ede4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2cc2caaa2ff0ede4","status":"passed","time":{"start":1724921564778,"stop":1724921564778,"duration":0}},{"uid":"40ab27024f95bdf5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/40ab27024f95bdf5","status":"passed","time":{"start":1724921518822,"stop":1724921518822,"duration":0}},{"uid":"1ff872c587ee327e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1ff872c587ee327e","status":"passed","time":{"start":1724918229401,"stop":1724918229401,"duration":0}},{"uid":"bf29130150430fb2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf29130150430fb2","status":"passed","time":{"start":1724889980704,"stop":1724889980704,"duration":0}},{"uid":"2c2b84f94297964","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c2b84f94297964","status":"passed","time":{"start":1724889111167,"stop":1724889111168,"duration":1}},{"uid":"a7c85f2975fbee1f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a7c85f2975fbee1f","status":"passed","time":{"start":1724888292534,"stop":1724888292534,"duration":0}},{"uid":"8b65322d2294dd62","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8b65322d2294dd62","status":"passed","time":{"start":1724887068229,"stop":1724887068229,"duration":0}},{"uid":"b070cf497a4f1c32","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b070cf497a4f1c32","status":"passed","time":{"start":1724886848927,"stop":1724886848928,"duration":1}},{"uid":"29623a581477adca","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29623a581477adca","status":"passed","time":{"start":1724862262048,"stop":1724862262049,"duration":1}},{"uid":"97d511569b709147","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/97d511569b709147","status":"passed","time":{"start":1724861741895,"stop":1724861741895,"duration":0}},{"uid":"9f92afb108ef87a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9f92afb108ef87a","status":"passed","time":{"start":1724861599497,"stop":1724861599497,"duration":0}},{"uid":"eba6f79268eaef11","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/eba6f79268eaef11","status":"passed","time":{"start":1724861428477,"stop":1724861428477,"duration":0}}]},"9dbc91301240a1c37f7f9c0c2cba678d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cb92d3d6f9c8ac22","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cb92d3d6f9c8ac22","status":"passed","time":{"start":1724922374692,"stop":1724922374692,"duration":0}},{"uid":"aab5b470e2498281","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/aab5b470e2498281","status":"passed","time":{"start":1724921037653,"stop":1724921037653,"duration":0}},{"uid":"b2634f270a95f0dd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b2634f270a95f0dd","status":"passed","time":{"start":1724921013066,"stop":1724921013066,"duration":0}},{"uid":"b9452e6996b2f369","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b9452e6996b2f369","status":"passed","time":{"start":1724917673307,"stop":1724917673307,"duration":0}},{"uid":"4acefed1fd130f17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4acefed1fd130f17","status":"passed","time":{"start":1724889452326,"stop":1724889452326,"duration":0}},{"uid":"59261d3d80b1ecb9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/59261d3d80b1ecb9","status":"passed","time":{"start":1724888602859,"stop":1724888602859,"duration":0}},{"uid":"b912d712603eedf6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b912d712603eedf6","status":"passed","time":{"start":1724887759179,"stop":1724887759179,"duration":0}},{"uid":"32f9186d4b01921d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/32f9186d4b01921d","status":"passed","time":{"start":1724886525557,"stop":1724886525557,"duration":0}},{"uid":"70ddc44f3525a383","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/70ddc44f3525a383","status":"passed","time":{"start":1724886303412,"stop":1724886303413,"duration":1}},{"uid":"ef94f07aab165b9d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ef94f07aab165b9d","status":"passed","time":{"start":1724861752249,"stop":1724861752249,"duration":0}},{"uid":"20fc7041b298475","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/20fc7041b298475","status":"passed","time":{"start":1724861223370,"stop":1724861223370,"duration":0}},{"uid":"48febd3108d94ea2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/48febd3108d94ea2","status":"passed","time":{"start":1724861045219,"stop":1724861045219,"duration":0}},{"uid":"be4c87093d103bd9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/be4c87093d103bd9","status":"passed","time":{"start":1724860907105,"stop":1724860907105,"duration":0}}]},"31e5a76644dfe617c27ca652ab9a9c4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5bc56707bd01823e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5bc56707bd01823e","status":"passed","time":{"start":1724922611426,"stop":1724922611426,"duration":0}},{"uid":"af5f6ba77a50af2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/af5f6ba77a50af2","status":"passed","time":{"start":1724921270343,"stop":1724921270344,"duration":1}},{"uid":"87b53a55cca25c54","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/87b53a55cca25c54","status":"passed","time":{"start":1724921247803,"stop":1724921247804,"duration":1}},{"uid":"40044f193626b7b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/40044f193626b7b","status":"passed","time":{"start":1724917989811,"stop":1724917989811,"duration":0}},{"uid":"48e0a562d7705607","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/48e0a562d7705607","status":"passed","time":{"start":1724889678534,"stop":1724889678534,"duration":0}},{"uid":"ddcea5f0cc31af0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ddcea5f0cc31af0","status":"passed","time":{"start":1724888829830,"stop":1724888829830,"duration":0}},{"uid":"c4ea23674f4d3999","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c4ea23674f4d3999","status":"passed","time":{"start":1724888076978,"stop":1724888076978,"duration":0}},{"uid":"a0437d80b3627457","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a0437d80b3627457","status":"passed","time":{"start":1724886851117,"stop":1724886851118,"duration":1}},{"uid":"6adaa17ce25ed1d1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6adaa17ce25ed1d1","status":"passed","time":{"start":1724886647068,"stop":1724886647069,"duration":1}},{"uid":"56933243344c2151","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/56933243344c2151","status":"passed","time":{"start":1724861992705,"stop":1724861992706,"duration":1}},{"uid":"d80b3534d7bdd3e5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d80b3534d7bdd3e5","status":"passed","time":{"start":1724861469633,"stop":1724861469634,"duration":1}},{"uid":"f346e93bb263c1b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f346e93bb263c1b","status":"passed","time":{"start":1724861284848,"stop":1724861284848,"duration":0}},{"uid":"e97532c6a730c13c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e97532c6a730c13c","status":"passed","time":{"start":1724861145783,"stop":1724861145783,"duration":0}}]},"c4f2eca2fa1baa8d0193908a963d6401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"852f12cd8598184a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/852f12cd8598184a","status":"passed","time":{"start":1724886880632,"stop":1724886880632,"duration":0}}]},"05ddb5c1e9277d0f363fed2a4f6255be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e3af6120e35f9450","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e3af6120e35f9450","status":"passed","time":{"start":1724922601839,"stop":1724922601839,"duration":0}},{"uid":"c75832c1edf1453a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c75832c1edf1453a","status":"passed","time":{"start":1724921267866,"stop":1724921267866,"duration":0}},{"uid":"cf3c4ef89db73db5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cf3c4ef89db73db5","status":"passed","time":{"start":1724921244358,"stop":1724921244359,"duration":1}},{"uid":"cdb7eca26868cff0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cdb7eca26868cff0","status":"passed","time":{"start":1724917916039,"stop":1724917916040,"duration":1}},{"uid":"97b97781829fe853","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/97b97781829fe853","status":"passed","time":{"start":1724889678251,"stop":1724889678251,"duration":0}},{"uid":"d9033029bd00797b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9033029bd00797b","status":"passed","time":{"start":1724888831681,"stop":1724888831681,"duration":0}},{"uid":"1e8aa8fe3deada32","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1e8aa8fe3deada32","status":"passed","time":{"start":1724888003316,"stop":1724888003317,"duration":1}},{"uid":"78b9b82450444615","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/78b9b82450444615","status":"passed","time":{"start":1724886776602,"stop":1724886776602,"duration":0}},{"uid":"c8fc438388545293","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c8fc438388545293","status":"passed","time":{"start":1724886555788,"stop":1724886555788,"duration":0}},{"uid":"fe032852da4c3a99","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe032852da4c3a99","status":"passed","time":{"start":1724861983002,"stop":1724861983003,"duration":1}},{"uid":"531b7fde13b8df47","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/531b7fde13b8df47","status":"passed","time":{"start":1724861444063,"stop":1724861444063,"duration":0}},{"uid":"75ddeb2f7e420fe5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/75ddeb2f7e420fe5","status":"passed","time":{"start":1724861285826,"stop":1724861285826,"duration":0}},{"uid":"3ee5c4d4ac6d1817","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3ee5c4d4ac6d1817","status":"passed","time":{"start":1724861145658,"stop":1724861145659,"duration":1}}]},"93c37334e1d3e759a0cd262dbc2cf30a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d5291c36bf28461e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d5291c36bf28461e","status":"passed","time":{"start":1724922853911,"stop":1724922853911,"duration":0}},{"uid":"57349f756194d881","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/57349f756194d881","status":"passed","time":{"start":1724921529573,"stop":1724921529575,"duration":2}},{"uid":"c6aeb31bdb018624","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c6aeb31bdb018624","status":"passed","time":{"start":1724921488874,"stop":1724921488875,"duration":1}},{"uid":"f5d5de3d6f80a616","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f5d5de3d6f80a616","status":"passed","time":{"start":1724918203676,"stop":1724918203676,"duration":0}},{"uid":"a7fc9036c3fa9e83","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a7fc9036c3fa9e83","status":"passed","time":{"start":1724889938354,"stop":1724889938354,"duration":0}},{"uid":"2b2648971037823f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b2648971037823f","status":"passed","time":{"start":1724889077048,"stop":1724889077049,"duration":1}},{"uid":"cd907211c65e91f0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cd907211c65e91f0","status":"passed","time":{"start":1724888268008,"stop":1724888268009,"duration":1}},{"uid":"5fa911764349dc54","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5fa911764349dc54","status":"passed","time":{"start":1724887032391,"stop":1724887032391,"duration":0}},{"uid":"36cce0b73dc39be4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/36cce0b73dc39be4","status":"passed","time":{"start":1724886822787,"stop":1724886822787,"duration":0}},{"uid":"b22c9c53331c3e66","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b22c9c53331c3e66","status":"passed","time":{"start":1724862233505,"stop":1724862233505,"duration":0}},{"uid":"9b4e46a149730d1e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9b4e46a149730d1e","status":"passed","time":{"start":1724861712665,"stop":1724861712665,"duration":0}},{"uid":"273dd47e63f0c019","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/273dd47e63f0c019","status":"passed","time":{"start":1724861567883,"stop":1724861567884,"duration":1}},{"uid":"edb6426e7dc6700","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/edb6426e7dc6700","status":"passed","time":{"start":1724861392040,"stop":1724861392040,"duration":0}}]},"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d3e457317b3febe6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d3e457317b3febe6","status":"passed","time":{"start":1724922465398,"stop":1724922465399,"duration":1}},{"uid":"c17f6fd031e816ba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c17f6fd031e816ba","status":"passed","time":{"start":1724921128570,"stop":1724921128571,"duration":1}},{"uid":"ecbaf88c9e0a0d25","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ecbaf88c9e0a0d25","status":"passed","time":{"start":1724921103676,"stop":1724921103677,"duration":1}},{"uid":"b924adf7abe0ccda","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b924adf7abe0ccda","status":"passed","time":{"start":1724917763728,"stop":1724917763729,"duration":1}},{"uid":"7426958e67092e29","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7426958e67092e29","status":"passed","time":{"start":1724889543372,"stop":1724889543373,"duration":1}},{"uid":"24a3411a7423cbea","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/24a3411a7423cbea","status":"passed","time":{"start":1724888692505,"stop":1724888692506,"duration":1}},{"uid":"2827347bb65f095f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2827347bb65f095f","status":"passed","time":{"start":1724887850415,"stop":1724887850415,"duration":0}},{"uid":"290b9adbe095b8bd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/290b9adbe095b8bd","status":"passed","time":{"start":1724886617180,"stop":1724886617181,"duration":1}},{"uid":"25fc55228072a320","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/25fc55228072a320","status":"passed","time":{"start":1724886394911,"stop":1724886394912,"duration":1}},{"uid":"da5a8add985308f9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/da5a8add985308f9","status":"passed","time":{"start":1724861844374,"stop":1724861844374,"duration":0}},{"uid":"334881083c447f23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/334881083c447f23","status":"passed","time":{"start":1724861313411,"stop":1724861313411,"duration":0}},{"uid":"8641c1cfe9d11b14","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8641c1cfe9d11b14","status":"passed","time":{"start":1724861139652,"stop":1724861139652,"duration":0}},{"uid":"7be7b1eb9c086d27","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7be7b1eb9c086d27","status":"passed","time":{"start":1724860999512,"stop":1724860999512,"duration":0}}]},"de16209be57b15767f5c53d1f53c227b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"60a7015b56047cdb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/60a7015b56047cdb","status":"passed","time":{"start":1724922647834,"stop":1724922647834,"duration":0}},{"uid":"b8131a7ef10da7fb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b8131a7ef10da7fb","status":"passed","time":{"start":1724921300788,"stop":1724921300789,"duration":1}},{"uid":"dea2a68c93f8e5ab","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/dea2a68c93f8e5ab","status":"passed","time":{"start":1724921280717,"stop":1724921280718,"duration":1}},{"uid":"e629856c9cc3685e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e629856c9cc3685e","status":"passed","time":{"start":1724917963262,"stop":1724917963262,"duration":0}},{"uid":"6b8bf34d980bd7ce","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b8bf34d980bd7ce","status":"passed","time":{"start":1724889734119,"stop":1724889734120,"duration":1}},{"uid":"29bf2b4eae0bfc5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/29bf2b4eae0bfc5","status":"passed","time":{"start":1724888859617,"stop":1724888859618,"duration":1}},{"uid":"ca362e7a548d4545","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ca362e7a548d4545","status":"passed","time":{"start":1724888053952,"stop":1724888053953,"duration":1}},{"uid":"6cf4012bb6d59972","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6cf4012bb6d59972","status":"passed","time":{"start":1724886820676,"stop":1724886820677,"duration":1}},{"uid":"a022d57009e0f540","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a022d57009e0f540","status":"passed","time":{"start":1724886589266,"stop":1724886589267,"duration":1}},{"uid":"fe48e772e6865252","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fe48e772e6865252","status":"passed","time":{"start":1724862027792,"stop":1724862027793,"duration":1}},{"uid":"701d9605a77b3821","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/701d9605a77b3821","status":"passed","time":{"start":1724861484559,"stop":1724861484559,"duration":0}},{"uid":"95e58f2ec8da7fb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/95e58f2ec8da7fb","status":"passed","time":{"start":1724861315157,"stop":1724861315157,"duration":0}},{"uid":"b8bc767708895460","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b8bc767708895460","status":"passed","time":{"start":1724861168759,"stop":1724861168759,"duration":0}}]},"5b40cbb9bc1bfc84ffb33f4f79ed5f5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c9919ab5bb5b49fb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c9919ab5bb5b49fb","status":"passed","time":{"start":1724922890066,"stop":1724922890066,"duration":0}},{"uid":"d511db29b0bd003","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d511db29b0bd003","status":"passed","time":{"start":1724921559013,"stop":1724921559014,"duration":1}},{"uid":"b1ab95356c03b8cc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b1ab95356c03b8cc","status":"passed","time":{"start":1724921524129,"stop":1724921524130,"duration":1}},{"uid":"8d276d611082a9a9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8d276d611082a9a9","status":"passed","time":{"start":1724918241659,"stop":1724918241660,"duration":1}},{"uid":"2a5bff81752fe94a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2a5bff81752fe94a","status":"passed","time":{"start":1724889975473,"stop":1724889975474,"duration":1}},{"uid":"db6a147c7eef05d7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/db6a147c7eef05d7","status":"passed","time":{"start":1724889106059,"stop":1724889106059,"duration":0}},{"uid":"823157da2913de4c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/823157da2913de4c","status":"passed","time":{"start":1724888289480,"stop":1724888289481,"duration":1}},{"uid":"d57f3a1c67f55a7c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d57f3a1c67f55a7c","status":"passed","time":{"start":1724887057700,"stop":1724887057701,"duration":1}},{"uid":"320bdcb34164c1c9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/320bdcb34164c1c9","status":"passed","time":{"start":1724886839398,"stop":1724886839398,"duration":0}},{"uid":"e27ec070dd41eb42","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e27ec070dd41eb42","status":"passed","time":{"start":1724862256086,"stop":1724862256087,"duration":1}},{"uid":"79f7ab46bbb97283","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/79f7ab46bbb97283","status":"passed","time":{"start":1724861742233,"stop":1724861742233,"duration":0}},{"uid":"c521a1919b09e509","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c521a1919b09e509","status":"passed","time":{"start":1724861595386,"stop":1724861595389,"duration":3}},{"uid":"f1bf6f6eebf03f23","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f1bf6f6eebf03f23","status":"passed","time":{"start":1724861424067,"stop":1724861424068,"duration":1}}]},"00e8389728fe46d4b4ff1ab29447de4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d477b3ba308a3bf5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d477b3ba308a3bf5","status":"passed","time":{"start":1724888232413,"stop":1724888232413,"duration":0}}]},"3ffb60d6b229cf822122e4408b827680:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"562f4ca83e3f8368","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/562f4ca83e3f8368","status":"passed","time":{"start":1724886781478,"stop":1724886781479,"duration":1}}]},"75fd9fd97cdaeaa0c7a3aa1e43806cb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"36b9ef555ff0fa9e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/36b9ef555ff0fa9e","status":"passed","time":{"start":1724922845262,"stop":1724922845262,"duration":0}},{"uid":"304977d6c5e2c9c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/304977d6c5e2c9c","status":"passed","time":{"start":1724921515252,"stop":1724921515253,"duration":1}},{"uid":"26037b440e9bc2b1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/26037b440e9bc2b1","status":"passed","time":{"start":1724921475503,"stop":1724921475503,"duration":0}},{"uid":"9ec5a63cad932a6d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9ec5a63cad932a6d","status":"passed","time":{"start":1724918179417,"stop":1724918179417,"duration":0}},{"uid":"abc3d70222e4a4b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/abc3d70222e4a4b3","status":"passed","time":{"start":1724889935352,"stop":1724889935352,"duration":0}},{"uid":"58e801a353879193","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/58e801a353879193","status":"passed","time":{"start":1724889072767,"stop":1724889072768,"duration":1}},{"uid":"ff95f2313fdceaab","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ff95f2313fdceaab","status":"passed","time":{"start":1724888232427,"stop":1724888232428,"duration":1}},{"uid":"e6ea8ae0e2bddf0d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e6ea8ae0e2bddf0d","status":"passed","time":{"start":1724887018315,"stop":1724887018315,"duration":0}},{"uid":"d1781795445f4ce5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d1781795445f4ce5","status":"passed","time":{"start":1724886781504,"stop":1724886781504,"duration":0}},{"uid":"e6506d344cb8e91b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e6506d344cb8e91b","status":"passed","time":{"start":1724862213683,"stop":1724862213684,"duration":1}},{"uid":"6ba1e68956a85da4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6ba1e68956a85da4","status":"passed","time":{"start":1724861685882,"stop":1724861685882,"duration":0}},{"uid":"af7145527267eda","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/af7145527267eda","status":"passed","time":{"start":1724861546207,"stop":1724861546208,"duration":1}},{"uid":"a27319def5a15dc6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a27319def5a15dc6","status":"passed","time":{"start":1724861378125,"stop":1724861378125,"duration":0}}]},"5436e19ba9b3655afdd4170b4bb91e70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"41220e960a1fe29a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/41220e960a1fe29a","status":"passed","time":{"start":1724922374685,"stop":1724922374685,"duration":0}},{"uid":"c545b1ce7159876c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c545b1ce7159876c","status":"passed","time":{"start":1724921037646,"stop":1724921037646,"duration":0}},{"uid":"a157f94da73bbaa5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a157f94da73bbaa5","status":"passed","time":{"start":1724921013058,"stop":1724921013059,"duration":1}},{"uid":"a0df5c98aef636fb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a0df5c98aef636fb","status":"passed","time":{"start":1724917673300,"stop":1724917673300,"duration":0}},{"uid":"f740bc1135bcdf10","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f740bc1135bcdf10","status":"passed","time":{"start":1724889452319,"stop":1724889452320,"duration":1}},{"uid":"59ec9eb5d6e8b77b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/59ec9eb5d6e8b77b","status":"passed","time":{"start":1724888602851,"stop":1724888602851,"duration":0}},{"uid":"c914939b47dd8683","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c914939b47dd8683","status":"passed","time":{"start":1724887759172,"stop":1724887759172,"duration":0}},{"uid":"6feb880e649b80fc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6feb880e649b80fc","status":"passed","time":{"start":1724886525551,"stop":1724886525551,"duration":0}},{"uid":"cf218160f4067e9e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cf218160f4067e9e","status":"passed","time":{"start":1724886303406,"stop":1724886303406,"duration":0}},{"uid":"537143fc8f216d15","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/537143fc8f216d15","status":"passed","time":{"start":1724861752238,"stop":1724861752239,"duration":1}},{"uid":"9a728800fc1e1c3c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9a728800fc1e1c3c","status":"passed","time":{"start":1724861223363,"stop":1724861223363,"duration":0}},{"uid":"146c58671192035d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/146c58671192035d","status":"passed","time":{"start":1724861045211,"stop":1724861045212,"duration":1}},{"uid":"833a00de4efc3129","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/833a00de4efc3129","status":"passed","time":{"start":1724860907096,"stop":1724860907096,"duration":0}}]},"6c7f0def328c000eaa3f94883d119dcc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b3dc77cb105ebd2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b3dc77cb105ebd2","status":"passed","time":{"start":1724922374672,"stop":1724922374672,"duration":0}},{"uid":"2226891e9b597d0a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2226891e9b597d0a","status":"passed","time":{"start":1724921037633,"stop":1724921037633,"duration":0}},{"uid":"c6ba3788149ffd19","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c6ba3788149ffd19","status":"passed","time":{"start":1724921013045,"stop":1724921013045,"duration":0}},{"uid":"3a8bee115433f032","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3a8bee115433f032","status":"passed","time":{"start":1724917673288,"stop":1724917673289,"duration":1}},{"uid":"ab237abe4180ac02","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ab237abe4180ac02","status":"passed","time":{"start":1724889452307,"stop":1724889452307,"duration":0}},{"uid":"1108a3e4299eadbe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1108a3e4299eadbe","status":"passed","time":{"start":1724888602837,"stop":1724888602838,"duration":1}},{"uid":"1a555b68aa5262cc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1a555b68aa5262cc","status":"passed","time":{"start":1724887759162,"stop":1724887759162,"duration":0}},{"uid":"5fc38c934a08b1d5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5fc38c934a08b1d5","status":"passed","time":{"start":1724886525541,"stop":1724886525541,"duration":0}},{"uid":"f7d8a24c3071d501","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f7d8a24c3071d501","status":"passed","time":{"start":1724886303394,"stop":1724886303394,"duration":0}},{"uid":"221cbcd4e87b15e0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/221cbcd4e87b15e0","status":"passed","time":{"start":1724861752224,"stop":1724861752224,"duration":0}},{"uid":"c259c5cde5264b23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c259c5cde5264b23","status":"passed","time":{"start":1724861223352,"stop":1724861223353,"duration":1}},{"uid":"ba3a8f1eec7ca149","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ba3a8f1eec7ca149","status":"passed","time":{"start":1724861045199,"stop":1724861045199,"duration":0}},{"uid":"ae7d686ea5f81413","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ae7d686ea5f81413","status":"passed","time":{"start":1724860907082,"stop":1724860907082,"duration":0}}]},"624be30385efa0651ff59edcdecb8c4a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"57476c6008305b85","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/57476c6008305b85","status":"passed","time":{"start":1724861800257,"stop":1724861800257,"duration":0}}]},"eecfa63d5730183caf36e60d25cd3fa7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd022e8fc07ce11c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/cd022e8fc07ce11c","status":"passed","time":{"start":1724861770117,"stop":1724861770117,"duration":0}}]},"9fdb72cbbc0f05cc501abaae655fa2cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"976172f62ce6eb1b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/976172f62ce6eb1b","status":"passed","time":{"start":1724922853906,"stop":1724922853907,"duration":1}},{"uid":"1f9cab0163b4f247","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1f9cab0163b4f247","status":"passed","time":{"start":1724921529569,"stop":1724921529569,"duration":0}},{"uid":"4b9c070301d2a94b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4b9c070301d2a94b","status":"passed","time":{"start":1724921488871,"stop":1724921488871,"duration":0}},{"uid":"c59f3cd8b81ded03","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c59f3cd8b81ded03","status":"passed","time":{"start":1724918203667,"stop":1724918203667,"duration":0}},{"uid":"91491d924a0ab75c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91491d924a0ab75c","status":"passed","time":{"start":1724889938348,"stop":1724889938351,"duration":3}},{"uid":"36eee861a4c6115","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/36eee861a4c6115","status":"passed","time":{"start":1724889077030,"stop":1724889077030,"duration":0}},{"uid":"dbfde88630a3c462","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dbfde88630a3c462","status":"passed","time":{"start":1724888268003,"stop":1724888268003,"duration":0}},{"uid":"e6ab058e5b80b400","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e6ab058e5b80b400","status":"passed","time":{"start":1724887032387,"stop":1724887032387,"duration":0}},{"uid":"211f15b96e55e963","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/211f15b96e55e963","status":"passed","time":{"start":1724886822783,"stop":1724886822784,"duration":1}},{"uid":"a0b7a13fcbca9cdd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a0b7a13fcbca9cdd","status":"passed","time":{"start":1724862233501,"stop":1724862233502,"duration":1}},{"uid":"8f901aef186d7a23","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8f901aef186d7a23","status":"passed","time":{"start":1724861712662,"stop":1724861712662,"duration":0}},{"uid":"8f192c8857d860da","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8f192c8857d860da","status":"passed","time":{"start":1724861567874,"stop":1724861567876,"duration":2}},{"uid":"9db3a48e15991c16","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9db3a48e15991c16","status":"passed","time":{"start":1724861392037,"stop":1724861392037,"duration":0}}]},"b1dfdef8b9077e48e5cade9efc781742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1c228878670c7b51","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1c228878670c7b51","status":"passed","time":{"start":1724922508641,"stop":1724922508642,"duration":1}},{"uid":"24ac82609562db1f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/24ac82609562db1f","status":"passed","time":{"start":1724921164606,"stop":1724921164608,"duration":2}},{"uid":"54262673c42bf58d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/54262673c42bf58d","status":"passed","time":{"start":1724921137829,"stop":1724921137838,"duration":9}},{"uid":"f27fc7f934dafbcc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f27fc7f934dafbcc","status":"passed","time":{"start":1724917810542,"stop":1724917810543,"duration":1}},{"uid":"daacc4c3600cd58f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/daacc4c3600cd58f","status":"passed","time":{"start":1724889585450,"stop":1724889585451,"duration":1}},{"uid":"5b093d7b8c3c4a9f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b093d7b8c3c4a9f","status":"passed","time":{"start":1724888736520,"stop":1724888736524,"duration":4}},{"uid":"9b1f78e7f339d0db","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9b1f78e7f339d0db","status":"passed","time":{"start":1724887891797,"stop":1724887891798,"duration":1}},{"uid":"8a0b85add267189c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8a0b85add267189c","status":"passed","time":{"start":1724886657796,"stop":1724886657797,"duration":1}},{"uid":"cf1f4611cb173ed","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cf1f4611cb173ed","status":"passed","time":{"start":1724886447362,"stop":1724886447362,"duration":0}},{"uid":"71239a7a5d2f994e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/71239a7a5d2f994e","status":"passed","time":{"start":1724861880136,"stop":1724861880138,"duration":2}},{"uid":"d2e313b413a965ba","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d2e313b413a965ba","status":"passed","time":{"start":1724861359784,"stop":1724861359784,"duration":0}},{"uid":"1e77f9bd902c3973","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1e77f9bd902c3973","status":"passed","time":{"start":1724861179685,"stop":1724861179686,"duration":1}},{"uid":"3516c29764b7484b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3516c29764b7484b","status":"passed","time":{"start":1724861040982,"stop":1724861040983,"duration":1}}]},"d7419a6b132ea3b1de9932439a05ec1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"652a6c26d327b87c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/652a6c26d327b87c","status":"passed","time":{"start":1724889935350,"stop":1724889935350,"duration":0}}]},"699992428f2a605ac0600b5acaf8e8b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"13e10dd5d3614e73","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/13e10dd5d3614e73","status":"passed","time":{"start":1724922887521,"stop":1724922887521,"duration":0}},{"uid":"e06edffcca43be63","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e06edffcca43be63","status":"passed","time":{"start":1724921564772,"stop":1724921564772,"duration":0}},{"uid":"e39873f6561b2398","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e39873f6561b2398","status":"passed","time":{"start":1724921518781,"stop":1724921518782,"duration":1}},{"uid":"f4f9c1171e2a8c95","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f4f9c1171e2a8c95","status":"passed","time":{"start":1724918229395,"stop":1724918229395,"duration":0}},{"uid":"263e362da1f1d5e8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/263e362da1f1d5e8","status":"passed","time":{"start":1724889980693,"stop":1724889980693,"duration":0}},{"uid":"8f75930a2279389c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f75930a2279389c","status":"passed","time":{"start":1724889111155,"stop":1724889111156,"duration":1}},{"uid":"9a57bb5ecc067b87","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9a57bb5ecc067b87","status":"passed","time":{"start":1724888292528,"stop":1724888292529,"duration":1}},{"uid":"e312c23362a55d8d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e312c23362a55d8d","status":"passed","time":{"start":1724887068220,"stop":1724887068221,"duration":1}},{"uid":"209e51e6d628e560","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/209e51e6d628e560","status":"passed","time":{"start":1724886848918,"stop":1724886848918,"duration":0}},{"uid":"5d745422095053a2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5d745422095053a2","status":"passed","time":{"start":1724862262043,"stop":1724862262043,"duration":0}},{"uid":"c0b299661de8bbf2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c0b299661de8bbf2","status":"passed","time":{"start":1724861741888,"stop":1724861741889,"duration":1}},{"uid":"471bd69deabc1a95","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/471bd69deabc1a95","status":"passed","time":{"start":1724861599483,"stop":1724861599483,"duration":0}},{"uid":"555ba0e870b951eb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/555ba0e870b951eb","status":"passed","time":{"start":1724861428470,"stop":1724861428471,"duration":1}}]},"c50670a87b903128bd7a48f2cb96ad71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b57a9500340f6ad9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b57a9500340f6ad9","status":"passed","time":{"start":1724861628432,"stop":1724861628433,"duration":1}}]},"d2039139e2dc99781d63f09ec37de324:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"43ee594f92e80970","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/43ee594f92e80970","status":"passed","time":{"start":1724886906380,"stop":1724886906381,"duration":1}}]},"f7a0151ad1bfeb39ff61db2b9a0e166f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9e2a8996329493d1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9e2a8996329493d1","status":"passed","time":{"start":1724922845257,"stop":1724922845257,"duration":0}},{"uid":"b3a49f0b73181b58","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b3a49f0b73181b58","status":"passed","time":{"start":1724921515237,"stop":1724921515237,"duration":0}},{"uid":"e4c8fc8a85aa511e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e4c8fc8a85aa511e","status":"passed","time":{"start":1724921475499,"stop":1724921475499,"duration":0}},{"uid":"ef8857f8f0144ba7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ef8857f8f0144ba7","status":"passed","time":{"start":1724918179410,"stop":1724918179410,"duration":0}},{"uid":"b49ddae291603ce6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b49ddae291603ce6","status":"passed","time":{"start":1724889935348,"stop":1724889935349,"duration":1}},{"uid":"639b909868f190bd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/639b909868f190bd","status":"passed","time":{"start":1724889072763,"stop":1724889072764,"duration":1}},{"uid":"cd89093853d8e83f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cd89093853d8e83f","status":"passed","time":{"start":1724888232424,"stop":1724888232425,"duration":1}},{"uid":"fa072bd0969df26f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fa072bd0969df26f","status":"passed","time":{"start":1724887018311,"stop":1724887018311,"duration":0}},{"uid":"f4078301bbdcfa93","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f4078301bbdcfa93","status":"passed","time":{"start":1724886781498,"stop":1724886781498,"duration":0}},{"uid":"bd216c730db25f75","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bd216c730db25f75","status":"passed","time":{"start":1724862213672,"stop":1724862213673,"duration":1}},{"uid":"e316173f98ff3aba","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e316173f98ff3aba","status":"passed","time":{"start":1724861685873,"stop":1724861685874,"duration":1}},{"uid":"20b7fca41a9c7657","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/20b7fca41a9c7657","status":"passed","time":{"start":1724861546199,"stop":1724861546200,"duration":1}},{"uid":"628ea473de742456","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/628ea473de742456","status":"passed","time":{"start":1724861378121,"stop":1724861378121,"duration":0}}]},"1fbf562ef076cf037a0ef5c6412486a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8a6571541f369e21","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8a6571541f369e21","status":"passed","time":{"start":1724922388049,"stop":1724922388050,"duration":1}},{"uid":"4ca5a5c4f05860b9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4ca5a5c4f05860b9","status":"passed","time":{"start":1724921051057,"stop":1724921051057,"duration":0}},{"uid":"3c16f24e94b90e8c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3c16f24e94b90e8c","status":"passed","time":{"start":1724921026362,"stop":1724921026363,"duration":1}},{"uid":"fdfe547e36ebdde","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fdfe547e36ebdde","status":"passed","time":{"start":1724917686541,"stop":1724917686541,"duration":0}},{"uid":"7033684b74449fd9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7033684b74449fd9","status":"passed","time":{"start":1724889465472,"stop":1724889465472,"duration":0}},{"uid":"594c8d7f8e43fa24","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/594c8d7f8e43fa24","status":"passed","time":{"start":1724888616213,"stop":1724888616213,"duration":0}},{"uid":"d60e3f201bcc72f1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d60e3f201bcc72f1","status":"passed","time":{"start":1724887772449,"stop":1724887772449,"duration":0}},{"uid":"dd40b816fcaa7a3f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dd40b816fcaa7a3f","status":"passed","time":{"start":1724886538861,"stop":1724886538861,"duration":0}},{"uid":"11da664befce4803","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/11da664befce4803","status":"passed","time":{"start":1724886316627,"stop":1724886316627,"duration":0}},{"uid":"4a13ee9d00ea7a89","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a13ee9d00ea7a89","status":"passed","time":{"start":1724861765763,"stop":1724861765763,"duration":0}},{"uid":"c96d4a8b1335c5f1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c96d4a8b1335c5f1","status":"passed","time":{"start":1724861236573,"stop":1724861236573,"duration":0}},{"uid":"ac2601758777f39d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac2601758777f39d","status":"passed","time":{"start":1724861059471,"stop":1724861059471,"duration":0}},{"uid":"14c56fee5a30ee96","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/14c56fee5a30ee96","status":"passed","time":{"start":1724860920727,"stop":1724860920727,"duration":0}}]},"8b6724788d12b89e3f480dbfc149f09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1355cbe9ca52df4b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1355cbe9ca52df4b","status":"passed","time":{"start":1724922387838,"stop":1724922387839,"duration":1}},{"uid":"e3d887291748dc9a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e3d887291748dc9a","status":"passed","time":{"start":1724921050916,"stop":1724921050916,"duration":0}},{"uid":"ed118c772fbb94ac","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ed118c772fbb94ac","status":"passed","time":{"start":1724921026084,"stop":1724921026085,"duration":1}},{"uid":"c1c8ffc40de6842d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c1c8ffc40de6842d","status":"passed","time":{"start":1724917686331,"stop":1724917686331,"duration":0}},{"uid":"2e1930f23b0fb84b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2e1930f23b0fb84b","status":"passed","time":{"start":1724889465302,"stop":1724889465303,"duration":1}},{"uid":"2ea08520d2605868","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ea08520d2605868","status":"passed","time":{"start":1724888615855,"stop":1724888615856,"duration":1}},{"uid":"b2f381475e7f3c22","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b2f381475e7f3c22","status":"passed","time":{"start":1724887772190,"stop":1724887772190,"duration":0}},{"uid":"465f9effb8299ce3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/465f9effb8299ce3","status":"passed","time":{"start":1724886538736,"stop":1724886538737,"duration":1}},{"uid":"ecc79377f02817f9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ecc79377f02817f9","status":"passed","time":{"start":1724886316573,"stop":1724886316574,"duration":1}},{"uid":"488c222f9a3be4ef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/488c222f9a3be4ef","status":"passed","time":{"start":1724861765627,"stop":1724861765627,"duration":0}},{"uid":"a7c3410e4cca11c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a7c3410e4cca11c","status":"passed","time":{"start":1724861236290,"stop":1724861236290,"duration":0}},{"uid":"12ef28aa201afbdf","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/12ef28aa201afbdf","status":"passed","time":{"start":1724861059256,"stop":1724861059256,"duration":0}},{"uid":"b0057e02c0583e7a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b0057e02c0583e7a","status":"passed","time":{"start":1724860920541,"stop":1724860920542,"duration":1}}]},"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"58d14de1eb2d13bb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/58d14de1eb2d13bb","status":"passed","time":{"start":1724922866492,"stop":1724922866492,"duration":0}},{"uid":"3eb519b696882f18","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3eb519b696882f18","status":"passed","time":{"start":1724921538593,"stop":1724921538594,"duration":1}},{"uid":"c40a3f7650df299e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c40a3f7650df299e","status":"passed","time":{"start":1724921499391,"stop":1724921499391,"duration":0}},{"uid":"82af68472f9d475d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/82af68472f9d475d","status":"passed","time":{"start":1724918204099,"stop":1724918204099,"duration":0}},{"uid":"13af5bd687c1656","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/13af5bd687c1656","status":"passed","time":{"start":1724889957368,"stop":1724889957368,"duration":0}},{"uid":"64721f53dc1964eb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64721f53dc1964eb","status":"passed","time":{"start":1724889094879,"stop":1724889094879,"duration":0}},{"uid":"3ef6fb8f105d7e9a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3ef6fb8f105d7e9a","status":"passed","time":{"start":1724888256176,"stop":1724888256177,"duration":1}},{"uid":"a2dd040d8ffe9542","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a2dd040d8ffe9542","status":"passed","time":{"start":1724887043895,"stop":1724887043896,"duration":1}},{"uid":"f4c02cf52df73f96","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f4c02cf52df73f96","status":"passed","time":{"start":1724886807385,"stop":1724886807385,"duration":0}},{"uid":"2cbf99f5a2c4fcf2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2cbf99f5a2c4fcf2","status":"passed","time":{"start":1724862237700,"stop":1724862237701,"duration":1}},{"uid":"591566e15b7e903d","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/591566e15b7e903d","status":"passed","time":{"start":1724861709115,"stop":1724861709115,"duration":0}},{"uid":"d1621caf71518650","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d1621caf71518650","status":"passed","time":{"start":1724861571993,"stop":1724861571994,"duration":1}},{"uid":"e109986d01b0c03c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e109986d01b0c03c","status":"passed","time":{"start":1724861400269,"stop":1724861400270,"duration":1}}]},"b94058ccdbd55f767ddeea47986ffcbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"29ae6ff0e00b6e7b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/29ae6ff0e00b6e7b","status":"passed","time":{"start":1724886884587,"stop":1724886884588,"duration":1}}]},"e8502be231a674d101cb5d0908fb25df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"907bd9f8933676d4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/907bd9f8933676d4","status":"passed","time":{"start":1724922891489,"stop":1724922891490,"duration":1}},{"uid":"f8e8a3c58c05f4f4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f8e8a3c58c05f4f4","status":"passed","time":{"start":1724921563017,"stop":1724921563017,"duration":0}},{"uid":"a1730e3849eb8cca","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a1730e3849eb8cca","status":"passed","time":{"start":1724921526813,"stop":1724921526814,"duration":1}},{"uid":"ea3d94c341387a37","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ea3d94c341387a37","status":"passed","time":{"start":1724918239944,"stop":1724918239944,"duration":0}},{"uid":"5a091887410fdf24","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5a091887410fdf24","status":"passed","time":{"start":1724889980902,"stop":1724889980902,"duration":0}},{"uid":"f91068cc8d1c776","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f91068cc8d1c776","status":"passed","time":{"start":1724889109970,"stop":1724889109971,"duration":1}},{"uid":"d5893701e45b1344","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d5893701e45b1344","status":"passed","time":{"start":1724888294723,"stop":1724888294723,"duration":0}},{"uid":"be1a58762b17bae","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/be1a58762b17bae","status":"passed","time":{"start":1724887071742,"stop":1724887071742,"duration":0}},{"uid":"7058b98f2fcd7689","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7058b98f2fcd7689","status":"passed","time":{"start":1724886848346,"stop":1724886848347,"duration":1}},{"uid":"f7f48484848b33ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f7f48484848b33ac","status":"passed","time":{"start":1724862259253,"stop":1724862259254,"duration":1}},{"uid":"9af6435870756c06","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9af6435870756c06","status":"passed","time":{"start":1724861735328,"stop":1724861735329,"duration":1}},{"uid":"27efd96800033cc7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/27efd96800033cc7","status":"passed","time":{"start":1724861606346,"stop":1724861606350,"duration":4}},{"uid":"f2061536d37e797a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f2061536d37e797a","status":"passed","time":{"start":1724861426688,"stop":1724861426689,"duration":1}}]},"b78455b0a777d909fa7053fbafafb7bf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c495b3c57aa83f9d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c495b3c57aa83f9d","status":"passed","time":{"start":1724921556060,"stop":1724921556060,"duration":0}}]},"73423cdeed45c9f9eaf5e7b635c01359:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d06a8213264ccac4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d06a8213264ccac4","status":"passed","time":{"start":1724918298099,"stop":1724918298099,"duration":0}}]},"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b3cd385c9526b1d3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b3cd385c9526b1d3","status":"passed","time":{"start":1724922465396,"stop":1724922465397,"duration":1}},{"uid":"418ecfa121ccf6fb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/418ecfa121ccf6fb","status":"passed","time":{"start":1724921128568,"stop":1724921128569,"duration":1}},{"uid":"2ca555f8a77f1c43","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2ca555f8a77f1c43","status":"passed","time":{"start":1724921103675,"stop":1724921103676,"duration":1}},{"uid":"218c3650119a4a49","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/218c3650119a4a49","status":"passed","time":{"start":1724917763727,"stop":1724917763727,"duration":0}},{"uid":"72a3b0462d4ce1d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/72a3b0462d4ce1d9","status":"passed","time":{"start":1724889543370,"stop":1724889543371,"duration":1}},{"uid":"1de22735c977dd73","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1de22735c977dd73","status":"passed","time":{"start":1724888692504,"stop":1724888692505,"duration":1}},{"uid":"83a1efb0f061c604","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/83a1efb0f061c604","status":"passed","time":{"start":1724887850414,"stop":1724887850414,"duration":0}},{"uid":"59a9998feeab2467","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/59a9998feeab2467","status":"passed","time":{"start":1724886617175,"stop":1724886617176,"duration":1}},{"uid":"473ee2684e1bf68","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/473ee2684e1bf68","status":"passed","time":{"start":1724886394907,"stop":1724886394907,"duration":0}},{"uid":"bf98b99faa51b9cd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf98b99faa51b9cd","status":"passed","time":{"start":1724861844373,"stop":1724861844373,"duration":0}},{"uid":"7e455c311d1fa492","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7e455c311d1fa492","status":"passed","time":{"start":1724861313410,"stop":1724861313410,"duration":0}},{"uid":"fb2f87c2ab8bf4b1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fb2f87c2ab8bf4b1","status":"passed","time":{"start":1724861139651,"stop":1724861139651,"duration":0}},{"uid":"5f4d6da72d7fa222","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5f4d6da72d7fa222","status":"passed","time":{"start":1724860999512,"stop":1724860999512,"duration":0}}]},"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"91570957d2700f50","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/91570957d2700f50","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922891487,"stop":1724922891487,"duration":0}},{"uid":"d21f48688d478da7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d21f48688d478da7","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921563011,"stop":1724921563012,"duration":1}},{"uid":"21872750aab9279d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/21872750aab9279d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921526811,"stop":1724921526811,"duration":0}},{"uid":"b1f38a9f5a8f3841","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b1f38a9f5a8f3841","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918239938,"stop":1724918239939,"duration":1}},{"uid":"9381aa104bca9b0a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9381aa104bca9b0a","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889980889,"stop":1724889980889,"duration":0}},{"uid":"d05748518bbad480","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d05748518bbad480","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889109954,"stop":1724889109954,"duration":0}},{"uid":"cffad4a19d2a3614","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cffad4a19d2a3614","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888294721,"stop":1724888294721,"duration":0}},{"uid":"3dde8800fe077342","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3dde8800fe077342","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887071737,"stop":1724887071737,"duration":0}},{"uid":"4b8762fb4f176397","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4b8762fb4f176397","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886848343,"stop":1724886848344,"duration":1}},{"uid":"882af9315262d0f3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/882af9315262d0f3","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862259245,"stop":1724862259245,"duration":0}},{"uid":"ec837b6896314a39","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ec837b6896314a39","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861735323,"stop":1724861735324,"duration":1}},{"uid":"5c38a1321aae0412","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5c38a1321aae0412","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861606342,"stop":1724861606342,"duration":0}},{"uid":"ce4419b9a82da8bf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ce4419b9a82da8bf","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861426684,"stop":1724861426685,"duration":1}}]},"69cdb59c9b84fd0b6f4eb132bfba3c26:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"891ce09012901f52","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/891ce09012901f52","status":"passed","time":{"start":1724921267871,"stop":1724921267872,"duration":1}}]},"4bb9843185772f87c64cde7898fee847:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"59ad23bfddf491d7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/59ad23bfddf491d7","status":"passed","time":{"start":1724861392063,"stop":1724861392063,"duration":0}}]},"3f657c3f7b8915d7897075f7b0b4b4a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"24fec490d5804f17","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/24fec490d5804f17","status":"passed","time":{"start":1724922950820,"stop":1724922950820,"duration":0}},{"uid":"37ac5232c27134e9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/37ac5232c27134e9","status":"passed","time":{"start":1724921640398,"stop":1724921640399,"duration":1}},{"uid":"2f6b38d68d26d2aa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2f6b38d68d26d2aa","status":"passed","time":{"start":1724921600406,"stop":1724921600406,"duration":0}},{"uid":"c55a2176fa5006ff","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c55a2176fa5006ff","status":"passed","time":{"start":1724918300920,"stop":1724918300921,"duration":1}},{"uid":"842a30b817faaf17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/842a30b817faaf17","status":"passed","time":{"start":1724890059280,"stop":1724890059284,"duration":4}},{"uid":"c5c16146411181da","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5c16146411181da","status":"passed","time":{"start":1724889188310,"stop":1724889188310,"duration":0}},{"uid":"dff1a9133d932323","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/dff1a9133d932323","status":"passed","time":{"start":1724888372739,"stop":1724888372739,"duration":0}},{"uid":"a12c800492be0352","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a12c800492be0352","status":"passed","time":{"start":1724887135716,"stop":1724887135717,"duration":1}},{"uid":"fd51ba4f94f7e4e9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fd51ba4f94f7e4e9","status":"passed","time":{"start":1724886919661,"stop":1724886919662,"duration":1}},{"uid":"a761315a47b64597","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a761315a47b64597","status":"passed","time":{"start":1724862341833,"stop":1724862341833,"duration":0}},{"uid":"f2afff3d02c2d286","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f2afff3d02c2d286","status":"passed","time":{"start":1724861815487,"stop":1724861815488,"duration":1}},{"uid":"6f269f14632c3167","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6f269f14632c3167","status":"passed","time":{"start":1724861669533,"stop":1724861669533,"duration":0}},{"uid":"147a2b9202b83964","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/147a2b9202b83964","status":"passed","time":{"start":1724861505411,"stop":1724861505411,"duration":0}}]},"ef7f81d67be91f064193d89f75dd2c18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9cd2ad57b835c0cd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9cd2ad57b835c0cd","status":"passed","time":{"start":1724922906439,"stop":1724922906440,"duration":1}}]},"6dbe7b3efceddd8095915d6004c5681f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"17fe54fcc39c179","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/17fe54fcc39c179","status":"passed","time":{"start":1724861655174,"stop":1724861655174,"duration":0}}]},"2b33e95025ce4dcf13b0ff6ea330ae33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1d48ddf98fa3a178","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1d48ddf98fa3a178","status":"passed","time":{"start":1724890032293,"stop":1724890032294,"duration":1}}]},"0866a279c90a44b71b4cbc4bd9ca8da3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7abc6fbbbfb15062","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7abc6fbbbfb15062","status":"passed","time":{"start":1724922635345,"stop":1724922635346,"duration":1}},{"uid":"2130b1e19ec9a39c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2130b1e19ec9a39c","status":"passed","time":{"start":1724921296995,"stop":1724921296995,"duration":0}},{"uid":"68f29c94398eec8a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/68f29c94398eec8a","status":"passed","time":{"start":1724921276361,"stop":1724921276361,"duration":0}},{"uid":"939a95be90dc0217","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/939a95be90dc0217","status":"passed","time":{"start":1724917948305,"stop":1724917948305,"duration":0}},{"uid":"7a357cb595b6e365","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7a357cb595b6e365","status":"passed","time":{"start":1724889729001,"stop":1724889729002,"duration":1}},{"uid":"ecbd6877a3500abd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ecbd6877a3500abd","status":"passed","time":{"start":1724888864948,"stop":1724888864948,"duration":0}},{"uid":"2a4b980a4dd74acb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2a4b980a4dd74acb","status":"passed","time":{"start":1724888053729,"stop":1724888053730,"duration":1}},{"uid":"710eccef50de8383","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/710eccef50de8383","status":"passed","time":{"start":1724886811646,"stop":1724886811646,"duration":0}},{"uid":"ad278fded58c13c7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ad278fded58c13c7","status":"passed","time":{"start":1724886580998,"stop":1724886580998,"duration":0}},{"uid":"c850e1ff52dd4bcd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c850e1ff52dd4bcd","status":"passed","time":{"start":1724862019551,"stop":1724862019552,"duration":1}},{"uid":"c0915f2f971f2124","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c0915f2f971f2124","status":"passed","time":{"start":1724861493929,"stop":1724861493930,"duration":1}},{"uid":"3b56c1a05d5846bc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3b56c1a05d5846bc","status":"passed","time":{"start":1724861318011,"stop":1724861318011,"duration":0}},{"uid":"ee74cc0df31b1818","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ee74cc0df31b1818","status":"passed","time":{"start":1724861178505,"stop":1724861178505,"duration":0}}]},"ddc55cdd59d7a3cbe9414d1ddf2def85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d3fbba7824cd7932","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d3fbba7824cd7932","status":"passed","time":{"start":1724922383092,"stop":1724922383092,"duration":0}},{"uid":"b1f8668fe00e90c7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b1f8668fe00e90c7","status":"passed","time":{"start":1724921046209,"stop":1724921046209,"duration":0}},{"uid":"9dcc145a3232538d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9dcc145a3232538d","status":"passed","time":{"start":1724921021480,"stop":1724921021480,"duration":0}},{"uid":"b50ff9be8e795f21","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b50ff9be8e795f21","status":"passed","time":{"start":1724917681728,"stop":1724917681728,"duration":0}},{"uid":"e581cd4f92024d78","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e581cd4f92024d78","status":"passed","time":{"start":1724889460656,"stop":1724889460656,"duration":0}},{"uid":"d96c871c90de45b8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d96c871c90de45b8","status":"passed","time":{"start":1724888611299,"stop":1724888611299,"duration":0}},{"uid":"3d1e2c453ee9ac57","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3d1e2c453ee9ac57","status":"passed","time":{"start":1724887767624,"stop":1724887767624,"duration":0}},{"uid":"285e4c4e634ab051","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/285e4c4e634ab051","status":"passed","time":{"start":1724886533995,"stop":1724886533996,"duration":1}},{"uid":"9564d49101e0018a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9564d49101e0018a","status":"passed","time":{"start":1724886311762,"stop":1724886311762,"duration":0}},{"uid":"c82b4d16cfdc8d73","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c82b4d16cfdc8d73","status":"passed","time":{"start":1724861760780,"stop":1724861760780,"duration":0}},{"uid":"ed4aa0963379783","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ed4aa0963379783","status":"passed","time":{"start":1724861231738,"stop":1724861231738,"duration":0}},{"uid":"5d55d39125e31b09","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5d55d39125e31b09","status":"passed","time":{"start":1724861054261,"stop":1724861054261,"duration":0}},{"uid":"97b039007e38fd92","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/97b039007e38fd92","status":"passed","time":{"start":1724860915818,"stop":1724860915818,"duration":0}}]},"054d1154ee16702b12dca4c57d8fcde3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"24b830ab7b73f55f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/24b830ab7b73f55f","status":"passed","time":{"start":1724922891493,"stop":1724922891493,"duration":0}},{"uid":"243d02fe3bba1954","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/243d02fe3bba1954","status":"passed","time":{"start":1724921563021,"stop":1724921563021,"duration":0}},{"uid":"91b125952d30bf73","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/91b125952d30bf73","status":"passed","time":{"start":1724921526818,"stop":1724921526818,"duration":0}},{"uid":"a5d8ff612d4d0b7d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a5d8ff612d4d0b7d","status":"passed","time":{"start":1724918239953,"stop":1724918239954,"duration":1}},{"uid":"3ed1def135bb01df","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3ed1def135bb01df","status":"passed","time":{"start":1724889980927,"stop":1724889980928,"duration":1}},{"uid":"b52fa2f87419b192","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b52fa2f87419b192","status":"passed","time":{"start":1724889109979,"stop":1724889109980,"duration":1}},{"uid":"d98d05793771d02","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d98d05793771d02","status":"passed","time":{"start":1724888294726,"stop":1724888294727,"duration":1}},{"uid":"767458f65e9d60d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/767458f65e9d60d","status":"passed","time":{"start":1724887071745,"stop":1724887071745,"duration":0}},{"uid":"568af0afe57e5a39","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/568af0afe57e5a39","status":"passed","time":{"start":1724886848350,"stop":1724886848350,"duration":0}},{"uid":"5364afcf2ca0b767","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5364afcf2ca0b767","status":"passed","time":{"start":1724862259261,"stop":1724862259262,"duration":1}},{"uid":"7443acfd01f40697","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7443acfd01f40697","status":"passed","time":{"start":1724861735335,"stop":1724861735336,"duration":1}},{"uid":"e6a13e87c5beb8f9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e6a13e87c5beb8f9","status":"passed","time":{"start":1724861606353,"stop":1724861606353,"duration":0}},{"uid":"3ea683057de42ee1","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3ea683057de42ee1","status":"passed","time":{"start":1724861426693,"stop":1724861426693,"duration":0}}]},"07ef9a7267de044fca95971fb6a9b329:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1777ae7bd8d4e90c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/1777ae7bd8d4e90c","status":"passed","time":{"start":1724861712676,"stop":1724861712676,"duration":0}}]},"0f8a5e66758783bae9ebeada2fa70883:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"28d390ac3dbe34d9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/28d390ac3dbe34d9","status":"passed","time":{"start":1724922890066,"stop":1724922890067,"duration":1}},{"uid":"10642c68b780d604","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/10642c68b780d604","status":"passed","time":{"start":1724921559015,"stop":1724921559016,"duration":1}},{"uid":"22035fba3144d3c9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/22035fba3144d3c9","status":"passed","time":{"start":1724921524130,"stop":1724921524131,"duration":1}},{"uid":"f910671e2187107b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f910671e2187107b","status":"passed","time":{"start":1724918241660,"stop":1724918241662,"duration":2}},{"uid":"4dfede55a1ad110f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4dfede55a1ad110f","status":"passed","time":{"start":1724889975474,"stop":1724889975475,"duration":1}},{"uid":"ecc6abc6b9fad26f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ecc6abc6b9fad26f","status":"passed","time":{"start":1724889106059,"stop":1724889106060,"duration":1}},{"uid":"c62c698484b4929e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c62c698484b4929e","status":"passed","time":{"start":1724888289481,"stop":1724888289482,"duration":1}},{"uid":"f3f7474bedfe3df3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f3f7474bedfe3df3","status":"passed","time":{"start":1724887057701,"stop":1724887057702,"duration":1}},{"uid":"67765e3636bd1ee6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/67765e3636bd1ee6","status":"passed","time":{"start":1724886839398,"stop":1724886839398,"duration":0}},{"uid":"c70dab3502776690","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c70dab3502776690","status":"passed","time":{"start":1724862256091,"stop":1724862256092,"duration":1}},{"uid":"f2c34841bc4b2e5e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f2c34841bc4b2e5e","status":"passed","time":{"start":1724861742234,"stop":1724861742234,"duration":0}},{"uid":"ceebe49e8470b509","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ceebe49e8470b509","status":"passed","time":{"start":1724861595389,"stop":1724861595390,"duration":1}},{"uid":"ee8f1fcc88b0fbfe","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ee8f1fcc88b0fbfe","status":"passed","time":{"start":1724861424068,"stop":1724861424068,"duration":0}}]},"c818e62d6098cdb83b714eb36bf1dbce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"328c39bbf1f72fdf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/328c39bbf1f72fdf","status":"passed","time":{"start":1724923008734,"stop":1724923008734,"duration":0}},{"uid":"8b09fe843c63e42b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8b09fe843c63e42b","status":"passed","time":{"start":1724921677826,"stop":1724921677826,"duration":0}},{"uid":"7f9e405bdf08caff","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7f9e405bdf08caff","status":"passed","time":{"start":1724921635678,"stop":1724921635678,"duration":0}},{"uid":"f89d2a1a833a673d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/f89d2a1a833a673d","status":"passed","time":{"start":1724918344737,"stop":1724918344737,"duration":0}},{"uid":"d29ae21cb97c2409","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d29ae21cb97c2409","status":"passed","time":{"start":1724890097425,"stop":1724890097425,"duration":0}},{"uid":"278ac31bdad0d78b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/278ac31bdad0d78b","status":"passed","time":{"start":1724889226622,"stop":1724889226622,"duration":0}},{"uid":"bdd8f6795d2908b4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bdd8f6795d2908b4","status":"passed","time":{"start":1724888405386,"stop":1724888405386,"duration":0}},{"uid":"4a140d1dab2a9c98","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4a140d1dab2a9c98","status":"passed","time":{"start":1724887180095,"stop":1724887180095,"duration":0}},{"uid":"83bac867be3dc5ce","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/83bac867be3dc5ce","status":"passed","time":{"start":1724886957949,"stop":1724886957949,"duration":0}},{"uid":"98586cbb2e31479d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/98586cbb2e31479d","status":"passed","time":{"start":1724862379717,"stop":1724862379717,"duration":0}},{"uid":"52975ceda4e49774","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/52975ceda4e49774","status":"passed","time":{"start":1724861853003,"stop":1724861853003,"duration":0}},{"uid":"881e6f14cd856ab","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/881e6f14cd856ab","status":"passed","time":{"start":1724861709845,"stop":1724861709845,"duration":0}},{"uid":"9ac995cf3f47c822","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9ac995cf3f47c822","status":"passed","time":{"start":1724861537422,"stop":1724861537423,"duration":1}}]},"dce212676074993bd1eed253a481b8c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1eda95604c7c6835","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1eda95604c7c6835","status":"passed","time":{"start":1724922476377,"stop":1724922476377,"duration":0}},{"uid":"9cbe4e46a0d9855a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9cbe4e46a0d9855a","status":"passed","time":{"start":1724921141201,"stop":1724921141201,"duration":0}},{"uid":"6c59b3cf89aa68be","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/6c59b3cf89aa68be","status":"passed","time":{"start":1724921118250,"stop":1724921118250,"duration":0}},{"uid":"52b44a344ac786db","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/52b44a344ac786db","status":"passed","time":{"start":1724917777552,"stop":1724917777553,"duration":1}},{"uid":"3243282dfce9686f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3243282dfce9686f","status":"passed","time":{"start":1724889554666,"stop":1724889554666,"duration":0}},{"uid":"8b447d2c458aa6b4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8b447d2c458aa6b4","status":"passed","time":{"start":1724888706940,"stop":1724888706946,"duration":6}},{"uid":"db2494a56bd2e563","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/db2494a56bd2e563","status":"passed","time":{"start":1724887861774,"stop":1724887861775,"duration":1}},{"uid":"bbe885d0df521161","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bbe885d0df521161","status":"passed","time":{"start":1724886631478,"stop":1724886631478,"duration":0}},{"uid":"55b5f7f49d456de4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/55b5f7f49d456de4","status":"passed","time":{"start":1724886409747,"stop":1724886409747,"duration":0}},{"uid":"31d4788c017ddd1d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31d4788c017ddd1d","status":"passed","time":{"start":1724861858186,"stop":1724861858186,"duration":0}},{"uid":"c4fa7ff8c0e744ef","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c4fa7ff8c0e744ef","status":"passed","time":{"start":1724861324522,"stop":1724861324522,"duration":0}},{"uid":"793eb3febfbb938d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/793eb3febfbb938d","status":"passed","time":{"start":1724861152391,"stop":1724861152392,"duration":1}},{"uid":"526080ce0bfec78c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/526080ce0bfec78c","status":"passed","time":{"start":1724861011436,"stop":1724861011437,"duration":1}}]},"13036aa89328f251287fa0606bb92f47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"66d4b1d304693f68","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/66d4b1d304693f68","status":"passed","time":{"start":1724922928888,"stop":1724922928888,"duration":0}},{"uid":"ca2419c1b243b65e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ca2419c1b243b65e","status":"passed","time":{"start":1724921620609,"stop":1724921620610,"duration":1}},{"uid":"650fdaa39a79d3f9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/650fdaa39a79d3f9","status":"passed","time":{"start":1724921566691,"stop":1724921566692,"duration":1}},{"uid":"e5df07a9874af96e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e5df07a9874af96e","status":"passed","time":{"start":1724918280554,"stop":1724918280554,"duration":0}},{"uid":"c2aefa8a5ba78bbb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c2aefa8a5ba78bbb","status":"passed","time":{"start":1724890019469,"stop":1724890019469,"duration":0}},{"uid":"266d4ebf314a2372","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/266d4ebf314a2372","status":"passed","time":{"start":1724889148723,"stop":1724889148723,"duration":0}},{"uid":"95279050cae3f316","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/95279050cae3f316","status":"passed","time":{"start":1724888331964,"stop":1724888331965,"duration":1}},{"uid":"807ff4a978fefbd0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/807ff4a978fefbd0","status":"passed","time":{"start":1724887107115,"stop":1724887107115,"duration":0}},{"uid":"9914048d3a26c38d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9914048d3a26c38d","status":"passed","time":{"start":1724886889609,"stop":1724886889609,"duration":0}},{"uid":"d2b6d2b1c8aa6fb2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d2b6d2b1c8aa6fb2","status":"passed","time":{"start":1724862298791,"stop":1724862298791,"duration":0}},{"uid":"d56478f518367480","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d56478f518367480","status":"passed","time":{"start":1724861779265,"stop":1724861779265,"duration":0}},{"uid":"9788085715832e0c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9788085715832e0c","status":"passed","time":{"start":1724861646563,"stop":1724861646563,"duration":0}},{"uid":"8343720699b9707a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8343720699b9707a","status":"passed","time":{"start":1724861466616,"stop":1724861466616,"duration":0}}]},"972f0d9f40f06a6bf6e58ae314e86d56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6febf30034257f8a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6febf30034257f8a","status":"passed","time":{"start":1724922845260,"stop":1724922845260,"duration":0}},{"uid":"9529b94b1052fe3e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9529b94b1052fe3e","status":"passed","time":{"start":1724921515249,"stop":1724921515250,"duration":1}},{"uid":"2a3dfed04c93e8f3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2a3dfed04c93e8f3","status":"passed","time":{"start":1724921475502,"stop":1724921475502,"duration":0}},{"uid":"a390aaf141608357","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a390aaf141608357","status":"passed","time":{"start":1724918179416,"stop":1724918179417,"duration":1}},{"uid":"9206df4a4e037f89","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9206df4a4e037f89","status":"passed","time":{"start":1724889935351,"stop":1724889935351,"duration":0}},{"uid":"b6e380b42707374f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b6e380b42707374f","status":"passed","time":{"start":1724889072766,"stop":1724889072767,"duration":1}},{"uid":"ab1bf7788171d832","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ab1bf7788171d832","status":"passed","time":{"start":1724888232427,"stop":1724888232427,"duration":0}},{"uid":"5dcb84d7e1866bfc","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5dcb84d7e1866bfc","status":"passed","time":{"start":1724887018314,"stop":1724887018314,"duration":0}},{"uid":"6cd5d56a403a5f49","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6cd5d56a403a5f49","status":"passed","time":{"start":1724886781502,"stop":1724886781503,"duration":1}},{"uid":"80319c155c257c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/80319c155c257c0","status":"passed","time":{"start":1724862213682,"stop":1724862213682,"duration":0}},{"uid":"af9d9dd55e2d535c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/af9d9dd55e2d535c","status":"passed","time":{"start":1724861685880,"stop":1724861685880,"duration":0}},{"uid":"d218c02e361c7a04","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d218c02e361c7a04","status":"passed","time":{"start":1724861546205,"stop":1724861546206,"duration":1}},{"uid":"ec3b73a3a40cd53","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ec3b73a3a40cd53","status":"passed","time":{"start":1724861378124,"stop":1724861378124,"duration":0}}]},"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4c8039e9b4b145f5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4c8039e9b4b145f5","status":"passed","time":{"start":1724922727746,"stop":1724922727747,"duration":1}},{"uid":"cc7e7e951eb592fc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cc7e7e951eb592fc","status":"passed","time":{"start":1724921380065,"stop":1724921380065,"duration":0}},{"uid":"acd1061956382c52","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/acd1061956382c52","status":"passed","time":{"start":1724921359799,"stop":1724921359799,"duration":0}},{"uid":"22211d1ece432d8e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/22211d1ece432d8e","status":"passed","time":{"start":1724918087013,"stop":1724918087014,"duration":1}},{"uid":"cf3c03aaaaa79ce2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf3c03aaaaa79ce2","status":"passed","time":{"start":1724889805675,"stop":1724889805675,"duration":0}},{"uid":"94e7e5b1ec42414e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/94e7e5b1ec42414e","status":"passed","time":{"start":1724888940770,"stop":1724888940770,"duration":0}},{"uid":"34978e9780a8eb0c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/34978e9780a8eb0c","status":"passed","time":{"start":1724888159620,"stop":1724888159620,"duration":0}},{"uid":"cab5b35d54b29c3d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cab5b35d54b29c3d","status":"passed","time":{"start":1724886924289,"stop":1724886924289,"duration":0}},{"uid":"8de8f6375d1a6db1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8de8f6375d1a6db1","status":"passed","time":{"start":1724886701944,"stop":1724886701945,"duration":1}},{"uid":"d9fdc96ff7275d40","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d9fdc96ff7275d40","status":"passed","time":{"start":1724862112846,"stop":1724862112846,"duration":0}},{"uid":"b9968bf898d0533f","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/b9968bf898d0533f","status":"passed","time":{"start":1724861584924,"stop":1724861584924,"duration":0}},{"uid":"f7f6bb314c45c1b6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f7f6bb314c45c1b6","status":"passed","time":{"start":1724861460342,"stop":1724861460342,"duration":0}},{"uid":"5d95ec51cd03ec0b","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5d95ec51cd03ec0b","status":"passed","time":{"start":1724861255004,"stop":1724861255005,"duration":1}}]},"d59803a32195ca01a66da1e9c8ad4d2b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"baa1defb4079dff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/baa1defb4079dff","status":"passed","time":{"start":1724922778326,"stop":1724922778326,"duration":0}},{"uid":"314c00ec5eced8dd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/314c00ec5eced8dd","status":"passed","time":{"start":1724921497756,"stop":1724921497756,"duration":0}},{"uid":"ba22bafab9908eff","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ba22bafab9908eff","status":"passed","time":{"start":1724921408411,"stop":1724921408411,"duration":0}},{"uid":"38b3bc5f92ab8154","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/38b3bc5f92ab8154","status":"passed","time":{"start":1724918086869,"stop":1724918086869,"duration":0}},{"uid":"125b10c4d7d7b3e4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/125b10c4d7d7b3e4","status":"passed","time":{"start":1724889892446,"stop":1724889892446,"duration":0}},{"uid":"c89d484c5261d298","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c89d484c5261d298","status":"passed","time":{"start":1724888997216,"stop":1724888997216,"duration":0}},{"uid":"748a001169241d53","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/748a001169241d53","status":"passed","time":{"start":1724888159489,"stop":1724888159489,"duration":0}},{"uid":"739e8dbf36d80830","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/739e8dbf36d80830","status":"passed","time":{"start":1724886937293,"stop":1724886937293,"duration":0}},{"uid":"66f54777fa1c461e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/66f54777fa1c461e","status":"passed","time":{"start":1724886709802,"stop":1724886709804,"duration":2}},{"uid":"1aafb9babcddf2aa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1aafb9babcddf2aa","status":"passed","time":{"start":1724862123537,"stop":1724862123537,"duration":0}},{"uid":"abdb111f7df6e6d2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/abdb111f7df6e6d2","status":"passed","time":{"start":1724861620104,"stop":1724861620104,"duration":0}},{"uid":"7bb0c5ed69fcca16","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7bb0c5ed69fcca16","status":"passed","time":{"start":1724861460248,"stop":1724861460249,"duration":1}},{"uid":"2b108cd942a49f70","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2b108cd942a49f70","status":"passed","time":{"start":1724861330171,"stop":1724861330171,"duration":0}}]},"3927404afa8e40485bf5b16febf3098e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ddf62635cb8859ee","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ddf62635cb8859ee","status":"passed","time":{"start":1724922635352,"stop":1724922635353,"duration":1}},{"uid":"ed2a14e205f5466b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ed2a14e205f5466b","status":"passed","time":{"start":1724921297003,"stop":1724921297004,"duration":1}},{"uid":"2cd79b0ad34f07d1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2cd79b0ad34f07d1","status":"passed","time":{"start":1724921276365,"stop":1724921276366,"duration":1}},{"uid":"67a36a36a64b50dc","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/67a36a36a64b50dc","status":"passed","time":{"start":1724917948319,"stop":1724917948319,"duration":0}},{"uid":"56440a0955ed3d37","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/56440a0955ed3d37","status":"passed","time":{"start":1724889729006,"stop":1724889729007,"duration":1}},{"uid":"5cb9140436ca175d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5cb9140436ca175d","status":"passed","time":{"start":1724888864952,"stop":1724888864952,"duration":0}},{"uid":"9478534be50580be","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9478534be50580be","status":"passed","time":{"start":1724888053745,"stop":1724888053745,"duration":0}},{"uid":"6b1e9d2ce772f4c5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6b1e9d2ce772f4c5","status":"passed","time":{"start":1724886811656,"stop":1724886811657,"duration":1}},{"uid":"a77cb3bd445e7f72","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a77cb3bd445e7f72","status":"passed","time":{"start":1724886581002,"stop":1724886581002,"duration":0}},{"uid":"53e32498557f9e4a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/53e32498557f9e4a","status":"passed","time":{"start":1724862019558,"stop":1724862019558,"duration":0}},{"uid":"87f8c38b0c0050df","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/87f8c38b0c0050df","status":"passed","time":{"start":1724861493935,"stop":1724861493935,"duration":0}},{"uid":"a1b1cff002a8dab4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/a1b1cff002a8dab4","status":"passed","time":{"start":1724861318020,"stop":1724861318020,"duration":0}},{"uid":"97344e6e92b18c10","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/97344e6e92b18c10","status":"passed","time":{"start":1724861178512,"stop":1724861178513,"duration":1}}]},"4f56bbae38287e282e047f5d85ea0894:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"72cc3fbc1298eb8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/72cc3fbc1298eb8","status":"passed","time":{"start":1724888350745,"stop":1724888350746,"duration":1}}]},"3a9cf0326b9e2b9e966f9e3554f4e276:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7b1206d2d49d4783","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7b1206d2d49d4783","status":"passed","time":{"start":1724922635351,"stop":1724922635352,"duration":1}},{"uid":"b721cac1c680cce7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b721cac1c680cce7","status":"passed","time":{"start":1724921297002,"stop":1724921297003,"duration":1}},{"uid":"5315ee0aeb6682bd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5315ee0aeb6682bd","status":"passed","time":{"start":1724921276365,"stop":1724921276365,"duration":0}},{"uid":"4b81880de75224ab","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4b81880de75224ab","status":"passed","time":{"start":1724917948318,"stop":1724917948318,"duration":0}},{"uid":"f5ea044f44fad7fc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f5ea044f44fad7fc","status":"passed","time":{"start":1724889729006,"stop":1724889729006,"duration":0}},{"uid":"8f2b69024e328efe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f2b69024e328efe","status":"passed","time":{"start":1724888864951,"stop":1724888864952,"duration":1}},{"uid":"abc6d328b283ccc8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/abc6d328b283ccc8","status":"passed","time":{"start":1724888053745,"stop":1724888053745,"duration":0}},{"uid":"319333a8402805eb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/319333a8402805eb","status":"passed","time":{"start":1724886811655,"stop":1724886811656,"duration":1}},{"uid":"d311e6a07f92459c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d311e6a07f92459c","status":"passed","time":{"start":1724886581001,"stop":1724886581002,"duration":1}},{"uid":"b1f68a81791e66ed","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1f68a81791e66ed","status":"passed","time":{"start":1724862019557,"stop":1724862019558,"duration":1}},{"uid":"9912ea1111719844","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9912ea1111719844","status":"passed","time":{"start":1724861493935,"stop":1724861493935,"duration":0}},{"uid":"343e2ef4912a4422","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/343e2ef4912a4422","status":"passed","time":{"start":1724861318019,"stop":1724861318020,"duration":1}},{"uid":"a863566b4240e463","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a863566b4240e463","status":"passed","time":{"start":1724861178511,"stop":1724861178512,"duration":1}}]},"40767efdb456f3479f226542c39c2582:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9546a58cb80b7289","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9546a58cb80b7289","status":"passed","time":{"start":1724861599499,"stop":1724861599500,"duration":1}}]},"dc6f2c5c906173422a4afe266680f23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f15ad1f3e1090f77","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f15ad1f3e1090f77","status":"passed","time":{"start":1724922383080,"stop":1724922383080,"duration":0}},{"uid":"480e81ebccb0e1bd","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/480e81ebccb0e1bd","status":"passed","time":{"start":1724921046196,"stop":1724921046196,"duration":0}},{"uid":"153a8afc3e738095","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/153a8afc3e738095","status":"passed","time":{"start":1724921021467,"stop":1724921021467,"duration":0}},{"uid":"51cebb687e04fa39","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/51cebb687e04fa39","status":"passed","time":{"start":1724917681715,"stop":1724917681715,"duration":0}},{"uid":"f4bec4330678537f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f4bec4330678537f","status":"passed","time":{"start":1724889460645,"stop":1724889460645,"duration":0}},{"uid":"32f1b1a4c363f13a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/32f1b1a4c363f13a","status":"passed","time":{"start":1724888611287,"stop":1724888611288,"duration":1}},{"uid":"7cfd8d7589e38777","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7cfd8d7589e38777","status":"passed","time":{"start":1724887767612,"stop":1724887767613,"duration":1}},{"uid":"c5dc0a7b24667487","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c5dc0a7b24667487","status":"passed","time":{"start":1724886533982,"stop":1724886533982,"duration":0}},{"uid":"a6cd92d4a723bce4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a6cd92d4a723bce4","status":"passed","time":{"start":1724886311750,"stop":1724886311750,"duration":0}},{"uid":"6e25c713f2848af3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e25c713f2848af3","status":"passed","time":{"start":1724861760766,"stop":1724861760766,"duration":0}},{"uid":"d8dc213ee7c71c10","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d8dc213ee7c71c10","status":"passed","time":{"start":1724861231726,"stop":1724861231726,"duration":0}},{"uid":"4f09bd021766d862","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4f09bd021766d862","status":"passed","time":{"start":1724861054247,"stop":1724861054247,"duration":0}},{"uid":"9c77ac217d44ea93","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9c77ac217d44ea93","status":"passed","time":{"start":1724860915806,"stop":1724860915806,"duration":0}}]},"186aa0393ecaee8cd7876bd2473eb160:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2ebc05b9a5c6eaf8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2ebc05b9a5c6eaf8","status":"passed","time":{"start":1724922374767,"stop":1724922374767,"duration":0}},{"uid":"ac3968fe83dcebb5","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ac3968fe83dcebb5","status":"passed","time":{"start":1724921037760,"stop":1724921037760,"duration":0}},{"uid":"d1d4791da1c99cc8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d1d4791da1c99cc8","status":"passed","time":{"start":1724921013106,"stop":1724921013106,"duration":0}},{"uid":"d0cf4c1f0decfe32","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d0cf4c1f0decfe32","status":"passed","time":{"start":1724917673400,"stop":1724917673400,"duration":0}},{"uid":"8f5c1c0e53194e4f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8f5c1c0e53194e4f","status":"passed","time":{"start":1724889452424,"stop":1724889452424,"duration":0}},{"uid":"7995c48af19ecf93","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7995c48af19ecf93","status":"passed","time":{"start":1724888602931,"stop":1724888602931,"duration":0}},{"uid":"e8e7bce158450cc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e8e7bce158450cc1","status":"passed","time":{"start":1724887759205,"stop":1724887759206,"duration":1}},{"uid":"65e364379ddf4aa0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/65e364379ddf4aa0","status":"passed","time":{"start":1724886525511,"stop":1724886525512,"duration":1}},{"uid":"88e074ad3c17265a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/88e074ad3c17265a","status":"passed","time":{"start":1724886303417,"stop":1724886303417,"duration":0}},{"uid":"92375323a4c8a83c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/92375323a4c8a83c","status":"passed","time":{"start":1724861752253,"stop":1724861752254,"duration":1}},{"uid":"4e2a639dc93391f2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4e2a639dc93391f2","status":"passed","time":{"start":1724861223392,"stop":1724861223392,"duration":0}},{"uid":"b0343e0eb204649d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b0343e0eb204649d","status":"passed","time":{"start":1724861045266,"stop":1724861045266,"duration":0}},{"uid":"4535932c9aedb537","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4535932c9aedb537","status":"passed","time":{"start":1724860907340,"stop":1724860907340,"duration":0}}]},"a0b12020d9e0d225b964cb30dbfda789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c86ce5dbc7fad4dc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c86ce5dbc7fad4dc","status":"passed","time":{"start":1724922966283,"stop":1724922966283,"duration":0}},{"uid":"f4007157fc245014","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f4007157fc245014","status":"passed","time":{"start":1724921658740,"stop":1724921658741,"duration":1}},{"uid":"e754138f3d61c16a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e754138f3d61c16a","status":"passed","time":{"start":1724921609576,"stop":1724921609578,"duration":2}},{"uid":"eb71270529a0f9f1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eb71270529a0f9f1","status":"passed","time":{"start":1724918323455,"stop":1724918323455,"duration":0}},{"uid":"907df0ed905301d7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/907df0ed905301d7","status":"passed","time":{"start":1724890071662,"stop":1724890071662,"duration":0}},{"uid":"47a378176ba552fc","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/47a378176ba552fc","status":"passed","time":{"start":1724889207703,"stop":1724889207704,"duration":1}},{"uid":"7047147ea1bdb9c4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7047147ea1bdb9c4","status":"passed","time":{"start":1724888386323,"stop":1724888386324,"duration":1}},{"uid":"d12ceb3218d0e8da","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d12ceb3218d0e8da","status":"passed","time":{"start":1724887153931,"stop":1724887153932,"duration":1}},{"uid":"cf5ead419c0084d2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cf5ead419c0084d2","status":"passed","time":{"start":1724886927383,"stop":1724886927383,"duration":0}},{"uid":"df93da0dd4dcdd08","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/df93da0dd4dcdd08","status":"passed","time":{"start":1724862360107,"stop":1724862360108,"duration":1}},{"uid":"be82a78a440ddb85","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/be82a78a440ddb85","status":"passed","time":{"start":1724861832840,"stop":1724861832840,"duration":0}},{"uid":"63cf056c0bfcedcc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/63cf056c0bfcedcc","status":"passed","time":{"start":1724861687422,"stop":1724861687422,"duration":0}},{"uid":"a850950633f21f6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a850950633f21f6","status":"passed","time":{"start":1724861513174,"stop":1724861513174,"duration":0}}]},"1d38f2783e989ab3055d29ebba904925:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f6b2a771215f53d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/1f6b2a771215f53d","status":"passed","time":{"start":1724886781479,"stop":1724886781479,"duration":0}}]},"d6da2c0406984372856f5b42503a95d0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba7b4dbaef9deee3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ba7b4dbaef9deee3","status":"passed","time":{"start":1724922887529,"stop":1724922887529,"duration":0}}]},"40b7efc2a79cd4fe6963177cd0460b5d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"327abe54692f23d5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/327abe54692f23d5","status":"passed","time":{"start":1724862320146,"stop":1724862320146,"duration":0}}]},"1b6abdac207bc0ab4ee30ddd3180be10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2b1277d908567749","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2b1277d908567749","status":"passed","time":{"start":1724922778645,"stop":1724922778646,"duration":1}},{"uid":"8058e20495b61928","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8058e20495b61928","status":"passed","time":{"start":1724921498166,"stop":1724921498166,"duration":0}},{"uid":"66afc2d510cc48c6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/66afc2d510cc48c6","status":"passed","time":{"start":1724921408645,"stop":1724921408646,"duration":1}},{"uid":"907693b5519bf7d9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/907693b5519bf7d9","status":"passed","time":{"start":1724918130636,"stop":1724918130636,"duration":0}},{"uid":"9dda373410b212ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9dda373410b212ba","status":"passed","time":{"start":1724889892837,"stop":1724889892837,"duration":0}},{"uid":"1cdfe9080e779b65","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1cdfe9080e779b65","status":"passed","time":{"start":1724888997475,"stop":1724888997475,"duration":0}},{"uid":"6760af45b95c947f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6760af45b95c947f","status":"passed","time":{"start":1724888199973,"stop":1724888199973,"duration":0}},{"uid":"f293206336caf98c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f293206336caf98c","status":"passed","time":{"start":1724886961757,"stop":1724886961757,"duration":0}},{"uid":"7eb7bd85871f3915","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7eb7bd85871f3915","status":"passed","time":{"start":1724886743547,"stop":1724886743547,"duration":0}},{"uid":"fcbe274d3ccc9e65","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fcbe274d3ccc9e65","status":"passed","time":{"start":1724862150873,"stop":1724862150873,"duration":0}},{"uid":"e4bac913ad32a8f8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e4bac913ad32a8f8","status":"passed","time":{"start":1724861627758,"stop":1724861627758,"duration":0}},{"uid":"b329b4576831ec86","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b329b4576831ec86","status":"passed","time":{"start":1724861501293,"stop":1724861501293,"duration":0}},{"uid":"2ec676982bb4b01","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2ec676982bb4b01","status":"passed","time":{"start":1724861330459,"stop":1724861330460,"duration":1}}]},"57f1bd946a47d7bb8e30a6c18a4d3bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6186bda730d95972","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6186bda730d95972","status":"passed","time":{"start":1724922853923,"stop":1724922853927,"duration":4}},{"uid":"b061af436d38b29f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b061af436d38b29f","status":"passed","time":{"start":1724921529589,"stop":1724921529589,"duration":0}},{"uid":"cb5262e23fdd417a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/cb5262e23fdd417a","status":"passed","time":{"start":1724921488883,"stop":1724921488883,"duration":0}},{"uid":"b4bc5d5a0c0dd973","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b4bc5d5a0c0dd973","status":"passed","time":{"start":1724918203689,"stop":1724918203690,"duration":1}},{"uid":"6032d04a7e225f12","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6032d04a7e225f12","status":"passed","time":{"start":1724889938365,"stop":1724889938366,"duration":1}},{"uid":"30425058223325a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/30425058223325a1","status":"passed","time":{"start":1724889077069,"stop":1724889077069,"duration":0}},{"uid":"8ae7733c412373cf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8ae7733c412373cf","status":"passed","time":{"start":1724888268039,"stop":1724888268039,"duration":0}},{"uid":"736b02977fa252ed","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/736b02977fa252ed","status":"passed","time":{"start":1724887032412,"stop":1724887032412,"duration":0}},{"uid":"eefc0b4073d984a8","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eefc0b4073d984a8","status":"passed","time":{"start":1724886822825,"stop":1724886822826,"duration":1}},{"uid":"1240730d0add0481","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1240730d0add0481","status":"passed","time":{"start":1724862233515,"stop":1724862233515,"duration":0}},{"uid":"d59f1b5ea62996","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d59f1b5ea62996","status":"passed","time":{"start":1724861712673,"stop":1724861712674,"duration":1}},{"uid":"32cc644f7413936f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/32cc644f7413936f","status":"passed","time":{"start":1724861567900,"stop":1724861567900,"duration":0}},{"uid":"5b5484e853617207","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5b5484e853617207","status":"passed","time":{"start":1724861392058,"stop":1724861392060,"duration":2}}]},"da386e07325be3db3c743dc7a0ebe2da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4e5812dcad89ea75","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4e5812dcad89ea75","status":"passed","time":{"start":1724888350744,"stop":1724888350745,"duration":1}}]},"533bdde6e6900e77fc505c70e5cf69d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f2db0bfaf8cacc2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f2db0bfaf8cacc2","status":"passed","time":{"start":1724922536230,"stop":1724922536230,"duration":0}},{"uid":"edd5c3dd1b4c1391","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/edd5c3dd1b4c1391","status":"passed","time":{"start":1724921198884,"stop":1724921198884,"duration":0}},{"uid":"9721f3bdc0365f9b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9721f3bdc0365f9b","status":"passed","time":{"start":1724921172337,"stop":1724921172337,"duration":0}},{"uid":"ef4940cb90e97f80","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ef4940cb90e97f80","status":"passed","time":{"start":1724917841036,"stop":1724917841036,"duration":0}},{"uid":"da326a0e46663b81","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/da326a0e46663b81","status":"passed","time":{"start":1724889622280,"stop":1724889622280,"duration":0}},{"uid":"2d22db224367f1d7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d22db224367f1d7","status":"passed","time":{"start":1724888769659,"stop":1724888769659,"duration":0}},{"uid":"4e44af3c24eacd80","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4e44af3c24eacd80","status":"passed","time":{"start":1724887926164,"stop":1724887926165,"duration":1}},{"uid":"5317147e3bf23d9c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5317147e3bf23d9c","status":"passed","time":{"start":1724886693070,"stop":1724886693072,"duration":2}},{"uid":"e8c753a6394ee46a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e8c753a6394ee46a","status":"passed","time":{"start":1724886468811,"stop":1724886468812,"duration":1}},{"uid":"e6557b32c6124d1c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e6557b32c6124d1c","status":"passed","time":{"start":1724861918244,"stop":1724861918244,"duration":0}},{"uid":"e3eaf94ec7c55c36","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/e3eaf94ec7c55c36","status":"passed","time":{"start":1724861388577,"stop":1724861388577,"duration":0}},{"uid":"fcbf329e82b11a26","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fcbf329e82b11a26","status":"passed","time":{"start":1724861221406,"stop":1724861221406,"duration":0}},{"uid":"5c04688b85f9f77c","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5c04688b85f9f77c","status":"passed","time":{"start":1724861075799,"stop":1724861075799,"duration":0}}]},"a9ac8b4f74c9fc4cccdbe7d1d6aea538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ada14c026c6c6a1a","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ada14c026c6c6a1a","status":"passed","time":{"start":1724923012459,"stop":1724923012460,"duration":1}},{"uid":"183ecd3d6a1a5d3d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/183ecd3d6a1a5d3d","status":"passed","time":{"start":1724921625036,"stop":1724921625037,"duration":1}},{"uid":"3ffabc29226d5c25","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3ffabc29226d5c25","status":"passed","time":{"start":1724921590479,"stop":1724921590481,"duration":2}},{"uid":"1c9d800298dd6049","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1c9d800298dd6049","status":"passed","time":{"start":1724918287559,"stop":1724918287559,"duration":0}},{"uid":"ebbca47670f1c00a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ebbca47670f1c00a","status":"passed","time":{"start":1724890047782,"stop":1724890047783,"duration":1}},{"uid":"325cf3a6be012d22","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/325cf3a6be012d22","status":"passed","time":{"start":1724889183914,"stop":1724889183915,"duration":1}},{"uid":"28c4dc2f443fba46","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/28c4dc2f443fba46","status":"passed","time":{"start":1724888354160,"stop":1724888354160,"duration":0}},{"uid":"1f659fa56044b217","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1f659fa56044b217","status":"passed","time":{"start":1724887145651,"stop":1724887145651,"duration":0}},{"uid":"a9de615aab7980ef","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a9de615aab7980ef","status":"passed","time":{"start":1724886915776,"stop":1724886915777,"duration":1}},{"uid":"cf7d058de87fb67b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cf7d058de87fb67b","status":"passed","time":{"start":1724862341432,"stop":1724862341432,"duration":0}},{"uid":"6fc4d2258cf8875a","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6fc4d2258cf8875a","status":"passed","time":{"start":1724861805433,"stop":1724861805434,"duration":1}},{"uid":"faba1f1e03caaec8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/faba1f1e03caaec8","status":"passed","time":{"start":1724861662241,"stop":1724861662241,"duration":0}},{"uid":"c1c6fe090d9122c9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c1c6fe090d9122c9","status":"passed","time":{"start":1724861492503,"stop":1724861492503,"duration":0}}]},"e663d5fa9bf06d37caef1dc2a495f5c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ca77ac72f4afb07b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ca77ac72f4afb07b","status":"passed","time":{"start":1724922845261,"stop":1724922845261,"duration":0}},{"uid":"b41dfca9f4a17c17","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b41dfca9f4a17c17","status":"passed","time":{"start":1724921515250,"stop":1724921515252,"duration":2}},{"uid":"56cf04c8740af073","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/56cf04c8740af073","status":"passed","time":{"start":1724921475502,"stop":1724921475502,"duration":0}},{"uid":"8bc2e0fd4c461daf","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/8bc2e0fd4c461daf","status":"passed","time":{"start":1724918179417,"stop":1724918179417,"duration":0}},{"uid":"95ca93279bb3428e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/95ca93279bb3428e","status":"passed","time":{"start":1724889935351,"stop":1724889935351,"duration":0}},{"uid":"90522d539f116673","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/90522d539f116673","status":"passed","time":{"start":1724889072767,"stop":1724889072767,"duration":0}},{"uid":"fa4c664ca3526b1f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fa4c664ca3526b1f","status":"passed","time":{"start":1724888232427,"stop":1724888232427,"duration":0}},{"uid":"14219ee567b2067","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/14219ee567b2067","status":"passed","time":{"start":1724887018314,"stop":1724887018315,"duration":1}},{"uid":"b1df4acc9586f03f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b1df4acc9586f03f","status":"passed","time":{"start":1724886781503,"stop":1724886781503,"duration":0}},{"uid":"7e308e26dc88dfef","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e308e26dc88dfef","status":"passed","time":{"start":1724862213683,"stop":1724862213683,"duration":0}},{"uid":"fdd655486c4173cf","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/fdd655486c4173cf","status":"passed","time":{"start":1724861685880,"stop":1724861685881,"duration":1}},{"uid":"4d0415ad8577715","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4d0415ad8577715","status":"passed","time":{"start":1724861546206,"stop":1724861546207,"duration":1}},{"uid":"f11f443fe93834e4","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f11f443fe93834e4","status":"passed","time":{"start":1724861378124,"stop":1724861378125,"duration":1}}]},"f6c16376115ab5f289ab7463b1d99cb3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a6bb7e3b51d11ac7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a6bb7e3b51d11ac7","status":"passed","time":{"start":1724923012476,"stop":1724923012476,"duration":0}},{"uid":"84e88c52a9e73405","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/84e88c52a9e73405","status":"passed","time":{"start":1724921625081,"stop":1724921625081,"duration":0}},{"uid":"822cd37e0bb6eb91","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/822cd37e0bb6eb91","status":"passed","time":{"start":1724921590505,"stop":1724921590506,"duration":1}},{"uid":"786f70ac0b6deae4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/786f70ac0b6deae4","status":"passed","time":{"start":1724918287572,"stop":1724918287573,"duration":1}},{"uid":"3015166ba6146e37","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3015166ba6146e37","status":"passed","time":{"start":1724890047798,"stop":1724890047798,"duration":0}},{"uid":"914ec15dbcf7f117","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/914ec15dbcf7f117","status":"passed","time":{"start":1724889183931,"stop":1724889183932,"duration":1}},{"uid":"f4fbad6fe47e8930","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f4fbad6fe47e8930","status":"passed","time":{"start":1724888354179,"stop":1724888354179,"duration":0}},{"uid":"3e9f9cd89cf0f17d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3e9f9cd89cf0f17d","status":"passed","time":{"start":1724887145704,"stop":1724887145704,"duration":0}},{"uid":"6bd6fca7ab15a30a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6bd6fca7ab15a30a","status":"passed","time":{"start":1724886915795,"stop":1724886915795,"duration":0}},{"uid":"641a20342e3081ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/641a20342e3081ba","status":"passed","time":{"start":1724862341460,"stop":1724862341460,"duration":0}},{"uid":"83dd1b74f1ef725","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/83dd1b74f1ef725","status":"passed","time":{"start":1724861805461,"stop":1724861805462,"duration":1}},{"uid":"95977e3cc0a9f63d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/95977e3cc0a9f63d","status":"passed","time":{"start":1724861662296,"stop":1724861662296,"duration":0}},{"uid":"caedbf7f094f9e03","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/caedbf7f094f9e03","status":"passed","time":{"start":1724861492523,"stop":1724861492523,"duration":0}}]},"d91fa8ece94d3f5c565851ab76d4517b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"c3718597f635f655","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c3718597f635f655","status":"skipped","statusDetails":"Test ignored","time":{"start":1724922845654,"stop":1724922845654,"duration":0}},{"uid":"732443f475970847","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/732443f475970847","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921515419,"stop":1724921515419,"duration":0}},{"uid":"e4c41959855f8227","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e4c41959855f8227","status":"skipped","statusDetails":"Test ignored","time":{"start":1724921475838,"stop":1724921475838,"duration":0}},{"uid":"4d432e0228ec7414","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/4d432e0228ec7414","status":"skipped","statusDetails":"Test ignored","time":{"start":1724918179672,"stop":1724918179673,"duration":1}},{"uid":"4a4dc808ef8b4d87","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a4dc808ef8b4d87","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889935530,"stop":1724889935530,"duration":0}},{"uid":"6b9e0a7fba63d579","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6b9e0a7fba63d579","status":"skipped","statusDetails":"Test ignored","time":{"start":1724889072943,"stop":1724889072944,"duration":1}},{"uid":"61c341328eac904e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/61c341328eac904e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724888232586,"stop":1724888232586,"duration":0}},{"uid":"7569285fdf65592c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7569285fdf65592c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724887018517,"stop":1724887018518,"duration":1}},{"uid":"eb65b5eb9ebca66c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eb65b5eb9ebca66c","status":"skipped","statusDetails":"Test ignored","time":{"start":1724886781723,"stop":1724886781723,"duration":0}},{"uid":"2d2a5df2ed31740e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d2a5df2ed31740e","status":"skipped","statusDetails":"Test ignored","time":{"start":1724862213904,"stop":1724862213904,"duration":0}},{"uid":"a248492982687da9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a248492982687da9","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861686114,"stop":1724861686114,"duration":0}},{"uid":"c0b1372dc786878d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c0b1372dc786878d","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861546461,"stop":1724861546461,"duration":0}},{"uid":"791e999fed8fe565","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/791e999fed8fe565","status":"skipped","statusDetails":"Test ignored","time":{"start":1724861378278,"stop":1724861378278,"duration":0}}]},"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1f0fb26e6e4c399e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1f0fb26e6e4c399e","status":"passed","time":{"start":1724922383079,"stop":1724922383079,"duration":0}},{"uid":"6b92824aa675c8e1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6b92824aa675c8e1","status":"passed","time":{"start":1724921046195,"stop":1724921046196,"duration":1}},{"uid":"22e4668e6217c8c6","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/22e4668e6217c8c6","status":"passed","time":{"start":1724921021466,"stop":1724921021466,"duration":0}},{"uid":"c1b92fa648cbf5ea","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c1b92fa648cbf5ea","status":"passed","time":{"start":1724917681714,"stop":1724917681714,"duration":0}},{"uid":"3d6d38ca6c46910f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3d6d38ca6c46910f","status":"passed","time":{"start":1724889460644,"stop":1724889460644,"duration":0}},{"uid":"9558373fca9fe59a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9558373fca9fe59a","status":"passed","time":{"start":1724888611287,"stop":1724888611287,"duration":0}},{"uid":"96aaa8a0e45441e6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/96aaa8a0e45441e6","status":"passed","time":{"start":1724887767611,"stop":1724887767612,"duration":1}},{"uid":"f78fc00e3e24b5a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f78fc00e3e24b5a","status":"passed","time":{"start":1724886533981,"stop":1724886533981,"duration":0}},{"uid":"76bf052c94bb2f10","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/76bf052c94bb2f10","status":"passed","time":{"start":1724886311749,"stop":1724886311749,"duration":0}},{"uid":"38aa9fd80dcdfcff","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/38aa9fd80dcdfcff","status":"passed","time":{"start":1724861760765,"stop":1724861760766,"duration":1}},{"uid":"debb2b6147c09ed4","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/debb2b6147c09ed4","status":"passed","time":{"start":1724861231725,"stop":1724861231726,"duration":1}},{"uid":"592ea36d41710a82","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/592ea36d41710a82","status":"passed","time":{"start":1724861054246,"stop":1724861054246,"duration":0}},{"uid":"ced6af8fc3d13d0a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ced6af8fc3d13d0a","status":"passed","time":{"start":1724860915805,"stop":1724860915805,"duration":0}}]},"36b7266f838509f3e0f81b513b5b8a4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7bba1a667d70b76","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e7bba1a667d70b76","status":"passed","time":{"start":1724889935339,"stop":1724889935340,"duration":1}}]},"cbea95cb9b0d71943866b660b36c696e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a1b9e3703ad06548","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a1b9e3703ad06548","status":"passed","time":{"start":1724922966706,"stop":1724922966706,"duration":0}},{"uid":"a22df519cbcb7c3e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a22df519cbcb7c3e","status":"passed","time":{"start":1724921640665,"stop":1724921640666,"duration":1}},{"uid":"d6cc52a43e7046f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d6cc52a43e7046f","status":"passed","time":{"start":1724921597600,"stop":1724921597603,"duration":3}},{"uid":"534dcfb378cf9b82","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/534dcfb378cf9b82","status":"passed","time":{"start":1724918306250,"stop":1724918306250,"duration":0}},{"uid":"a5dff5bca2ab0b54","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5dff5bca2ab0b54","status":"passed","time":{"start":1724890060301,"stop":1724890060302,"duration":1}},{"uid":"2b438cea56953d75","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b438cea56953d75","status":"passed","time":{"start":1724889191329,"stop":1724889191330,"duration":1}},{"uid":"f6961f2bc45c7e60","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f6961f2bc45c7e60","status":"passed","time":{"start":1724888368618,"stop":1724888368621,"duration":3}},{"uid":"48151379a21eedfb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/48151379a21eedfb","status":"passed","time":{"start":1724887150941,"stop":1724887150942,"duration":1}},{"uid":"5bac71b262ca8950","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5bac71b262ca8950","status":"passed","time":{"start":1724886928820,"stop":1724886928824,"duration":4}},{"uid":"89c3cc5dc56b0cbf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/89c3cc5dc56b0cbf","status":"passed","time":{"start":1724862346045,"stop":1724862346046,"duration":1}},{"uid":"516425a59a2e31c8","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/516425a59a2e31c8","status":"passed","time":{"start":1724861823101,"stop":1724861823101,"duration":0}},{"uid":"24f4726d6a7dcc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/24f4726d6a7dcc","status":"passed","time":{"start":1724861677724,"stop":1724861677724,"duration":0}},{"uid":"c77286a61a0b39b2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c77286a61a0b39b2","status":"passed","time":{"start":1724861503965,"stop":1724861503968,"duration":3}}]},"42893608d2a1c7830f29bc239010de54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6c2fdbc263d58d1c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6c2fdbc263d58d1c","status":"passed","time":{"start":1724923012464,"stop":1724923012465,"duration":1}},{"uid":"6c6dcfad9ce7cf60","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6c6dcfad9ce7cf60","status":"passed","time":{"start":1724921625065,"stop":1724921625066,"duration":1}},{"uid":"c1b800faf646d707","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/c1b800faf646d707","status":"passed","time":{"start":1724921590496,"stop":1724921590496,"duration":0}},{"uid":"1834343476d99c8e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1834343476d99c8e","status":"passed","time":{"start":1724918287565,"stop":1724918287565,"duration":0}},{"uid":"4a1fa22b7bede64","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4a1fa22b7bede64","status":"passed","time":{"start":1724890047788,"stop":1724890047788,"duration":0}},{"uid":"66060aa6e9582111","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/66060aa6e9582111","status":"passed","time":{"start":1724889183921,"stop":1724889183921,"duration":0}},{"uid":"ce42f8852474d251","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ce42f8852474d251","status":"passed","time":{"start":1724888354166,"stop":1724888354166,"duration":0}},{"uid":"80ee607bf78fc8e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/80ee607bf78fc8e","status":"passed","time":{"start":1724887145659,"stop":1724887145659,"duration":0}},{"uid":"999d7e9397617637","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/999d7e9397617637","status":"passed","time":{"start":1724886915787,"stop":1724886915787,"duration":0}},{"uid":"285c75450d0a4845","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/285c75450d0a4845","status":"passed","time":{"start":1724862341438,"stop":1724862341438,"duration":0}},{"uid":"64e1c6f05de7aacb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/64e1c6f05de7aacb","status":"passed","time":{"start":1724861805443,"stop":1724861805443,"duration":0}},{"uid":"22ebea55568c30f3","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/22ebea55568c30f3","status":"passed","time":{"start":1724861662257,"stop":1724861662257,"duration":0}},{"uid":"c31a0b622de6fe5d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c31a0b622de6fe5d","status":"passed","time":{"start":1724861492512,"stop":1724861492513,"duration":1}}]},"60c949eb70d92cb5a531d354079f9aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b9503f9f228adfab","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b9503f9f228adfab","status":"passed","time":{"start":1724922601839,"stop":1724922601840,"duration":1}},{"uid":"7b17ab9ffe856cd9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7b17ab9ffe856cd9","status":"passed","time":{"start":1724921267866,"stop":1724921267867,"duration":1}},{"uid":"9f2d8ceeec856dbd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9f2d8ceeec856dbd","status":"passed","time":{"start":1724921244359,"stop":1724921244360,"duration":1}},{"uid":"fe2d5375c4311d2f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fe2d5375c4311d2f","status":"passed","time":{"start":1724917916040,"stop":1724917916040,"duration":0}},{"uid":"4eb4235792e0ed0e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4eb4235792e0ed0e","status":"passed","time":{"start":1724889678251,"stop":1724889678252,"duration":1}},{"uid":"3650b50ea1104b09","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3650b50ea1104b09","status":"passed","time":{"start":1724888831681,"stop":1724888831681,"duration":0}},{"uid":"5c17d68d9121fa61","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5c17d68d9121fa61","status":"passed","time":{"start":1724888003317,"stop":1724888003317,"duration":0}},{"uid":"ffd78c0ba6ef7b94","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ffd78c0ba6ef7b94","status":"passed","time":{"start":1724886776603,"stop":1724886776603,"duration":0}},{"uid":"f4de538b1cf0941a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f4de538b1cf0941a","status":"passed","time":{"start":1724886555788,"stop":1724886555789,"duration":1}},{"uid":"28a49c4c3f2cc517","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/28a49c4c3f2cc517","status":"passed","time":{"start":1724861983003,"stop":1724861983003,"duration":0}},{"uid":"ae0fb3b0283f4ba3","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ae0fb3b0283f4ba3","status":"passed","time":{"start":1724861444063,"stop":1724861444064,"duration":1}},{"uid":"c93c5996a34ad5c","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c93c5996a34ad5c","status":"passed","time":{"start":1724861285826,"stop":1724861285827,"duration":1}},{"uid":"5ca0644695f8a9e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5ca0644695f8a9e","status":"passed","time":{"start":1724861145659,"stop":1724861145660,"duration":1}}]},"ecaa2d1357a9b62a9ccd4fa6dfbe5989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e87ff2c7e2f7b8ed","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e87ff2c7e2f7b8ed","status":"passed","time":{"start":1724922601841,"stop":1724922601841,"duration":0}},{"uid":"d8d819833e2e4e85","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d8d819833e2e4e85","status":"passed","time":{"start":1724921267868,"stop":1724921267868,"duration":0}},{"uid":"a5f2fe9767149710","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a5f2fe9767149710","status":"passed","time":{"start":1724921244362,"stop":1724921244362,"duration":0}},{"uid":"e2199cf04f0f91b2","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e2199cf04f0f91b2","status":"passed","time":{"start":1724917916041,"stop":1724917916043,"duration":2}},{"uid":"451d2e0c9bf26ebb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/451d2e0c9bf26ebb","status":"passed","time":{"start":1724889678253,"stop":1724889678253,"duration":0}},{"uid":"6256f544f1604ee1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6256f544f1604ee1","status":"passed","time":{"start":1724888831682,"stop":1724888831682,"duration":0}},{"uid":"12d8d5a75dca4a72","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/12d8d5a75dca4a72","status":"passed","time":{"start":1724888003318,"stop":1724888003319,"duration":1}},{"uid":"746b218f8c98d71","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/746b218f8c98d71","status":"passed","time":{"start":1724886776604,"stop":1724886776604,"duration":0}},{"uid":"ead8e0ac23bcd3d2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ead8e0ac23bcd3d2","status":"passed","time":{"start":1724886555790,"stop":1724886555791,"duration":1}},{"uid":"dc9a8d849548c0e3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dc9a8d849548c0e3","status":"passed","time":{"start":1724861983004,"stop":1724861983005,"duration":1}},{"uid":"8d3d9610db12eeab","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8d3d9610db12eeab","status":"passed","time":{"start":1724861444065,"stop":1724861444065,"duration":0}},{"uid":"43fc445969ab17ee","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/43fc445969ab17ee","status":"passed","time":{"start":1724861285827,"stop":1724861285828,"duration":1}},{"uid":"bcce2836b5ca89d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bcce2836b5ca89d","status":"passed","time":{"start":1724861145662,"stop":1724861145663,"duration":1}}]},"b2f86bb9ff851cd16ff810302046b33a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7d2fec699c4b78b3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7d2fec699c4b78b3","status":"passed","time":{"start":1724922928887,"stop":1724922928887,"duration":0}},{"uid":"4f8370cac43d0268","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4f8370cac43d0268","status":"passed","time":{"start":1724921620602,"stop":1724921620602,"duration":0}},{"uid":"d19ade6c7b8ffe51","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d19ade6c7b8ffe51","status":"passed","time":{"start":1724921566687,"stop":1724921566688,"duration":1}},{"uid":"eedaa7f8e67065eb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/eedaa7f8e67065eb","status":"passed","time":{"start":1724918280552,"stop":1724918280553,"duration":1}},{"uid":"499caea7678ce959","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/499caea7678ce959","status":"passed","time":{"start":1724890019468,"stop":1724890019468,"duration":0}},{"uid":"bb8e19c0b99f5da5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bb8e19c0b99f5da5","status":"passed","time":{"start":1724889148722,"stop":1724889148722,"duration":0}},{"uid":"fb9b7812af37a316","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fb9b7812af37a316","status":"passed","time":{"start":1724888331954,"stop":1724888331955,"duration":1}},{"uid":"c50c914020f67e27","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c50c914020f67e27","status":"passed","time":{"start":1724887107113,"stop":1724887107114,"duration":1}},{"uid":"fee30bce8b5e2ed4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fee30bce8b5e2ed4","status":"passed","time":{"start":1724886889608,"stop":1724886889608,"duration":0}},{"uid":"ae8a7d78e01f57f5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ae8a7d78e01f57f5","status":"passed","time":{"start":1724862298789,"stop":1724862298790,"duration":1}},{"uid":"36be22ce4e672f6e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/36be22ce4e672f6e","status":"passed","time":{"start":1724861779252,"stop":1724861779253,"duration":1}},{"uid":"974cad8d61cd1082","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/974cad8d61cd1082","status":"passed","time":{"start":1724861646562,"stop":1724861646562,"duration":0}},{"uid":"22de7e0dcf895e3f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/22de7e0dcf895e3f","status":"passed","time":{"start":1724861466614,"stop":1724861466615,"duration":1}}]},"02e88e6b952aabd9cacdea4a8090d2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ca42d4b1e3ed77ba","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ca42d4b1e3ed77ba","status":"passed","time":{"start":1724922499935,"stop":1724922499936,"duration":1}},{"uid":"2da6d1637bc54721","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2da6d1637bc54721","status":"passed","time":{"start":1724921158279,"stop":1724921158280,"duration":1}},{"uid":"71746222794dea32","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/71746222794dea32","status":"passed","time":{"start":1724921130077,"stop":1724921130077,"duration":0}},{"uid":"924924c62cfc5f9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/924924c62cfc5f9","status":"passed","time":{"start":1724917796894,"stop":1724917796895,"duration":1}},{"uid":"6a64b65a2897e51","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6a64b65a2897e51","status":"passed","time":{"start":1724889579998,"stop":1724889579998,"duration":0}},{"uid":"2c940b099fc11852","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2c940b099fc11852","status":"passed","time":{"start":1724888730128,"stop":1724888730129,"duration":1}},{"uid":"12d0e5f9bbb58ef6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/12d0e5f9bbb58ef6","status":"passed","time":{"start":1724887883927,"stop":1724887883927,"duration":0}},{"uid":"501a65987bcafa2c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/501a65987bcafa2c","status":"passed","time":{"start":1724886651245,"stop":1724886651245,"duration":0}},{"uid":"d7de7e75007e5c27","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d7de7e75007e5c27","status":"passed","time":{"start":1724886430268,"stop":1724886430269,"duration":1}},{"uid":"a306b28a43fc7fba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a306b28a43fc7fba","status":"passed","time":{"start":1724861879168,"stop":1724861879168,"duration":0}},{"uid":"ed72597652d7d65","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ed72597652d7d65","status":"passed","time":{"start":1724861345739,"stop":1724861345739,"duration":0}},{"uid":"573745015cdae9d0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/573745015cdae9d0","status":"passed","time":{"start":1724861186694,"stop":1724861186695,"duration":1}},{"uid":"8882eb44c100db06","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8882eb44c100db06","status":"passed","time":{"start":1724861034886,"stop":1724861034886,"duration":0}}]},"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dbd578a3ee935102","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dbd578a3ee935102","status":"passed","time":{"start":1724922437307,"stop":1724922437311,"duration":4}},{"uid":"b9017f77353febd7","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b9017f77353febd7","status":"passed","time":{"start":1724921096288,"stop":1724921096288,"duration":0}},{"uid":"73135ee58295106b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/73135ee58295106b","status":"passed","time":{"start":1724921071513,"stop":1724921071513,"duration":0}},{"uid":"9abf7dcb109ef4ca","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9abf7dcb109ef4ca","status":"passed","time":{"start":1724917733230,"stop":1724917733231,"duration":1}},{"uid":"b03aeea2a21948a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b03aeea2a21948a6","status":"passed","time":{"start":1724889513549,"stop":1724889513549,"duration":0}},{"uid":"5f2f4b2071ebd99a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f2f4b2071ebd99a","status":"passed","time":{"start":1724888663278,"stop":1724888663278,"duration":0}},{"uid":"7a089ef3aafed64a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7a089ef3aafed64a","status":"passed","time":{"start":1724887820111,"stop":1724887820111,"duration":0}},{"uid":"72adb4983888a6c7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/72adb4983888a6c7","status":"passed","time":{"start":1724886586383,"stop":1724886586383,"duration":0}},{"uid":"421c63a43564fa77","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/421c63a43564fa77","status":"passed","time":{"start":1724886365426,"stop":1724886365426,"duration":0}},{"uid":"4de656cf8464c17a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4de656cf8464c17a","status":"passed","time":{"start":1724861812773,"stop":1724861812773,"duration":0}},{"uid":"9856ca468d7f8f2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9856ca468d7f8f2","status":"passed","time":{"start":1724861281934,"stop":1724861281934,"duration":0}},{"uid":"7c01916438ceb6e1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7c01916438ceb6e1","status":"passed","time":{"start":1724861109127,"stop":1724861109127,"duration":0}},{"uid":"dc463c93576950e5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/dc463c93576950e5","status":"passed","time":{"start":1724860969295,"stop":1724860969295,"duration":0}}]},"d66c21dcd022d5fb62faf15ed9b03975:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5da74e106f04d007","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5da74e106f04d007","status":"passed","time":{"start":1724861770122,"stop":1724861770122,"duration":0}}]},"572b70806d3a8d2d13bbbaadda16842c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"afaee155ca90d5f1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/afaee155ca90d5f1","status":"passed","time":{"start":1724922950823,"stop":1724922950823,"duration":0}},{"uid":"6a0ba7ef0ef2b573","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6a0ba7ef0ef2b573","status":"passed","time":{"start":1724921640401,"stop":1724921640401,"duration":0}},{"uid":"53b3e17e21605157","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/53b3e17e21605157","status":"passed","time":{"start":1724921600421,"stop":1724921600423,"duration":2}},{"uid":"723fa5bbc3d8f7b0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/723fa5bbc3d8f7b0","status":"passed","time":{"start":1724918300929,"stop":1724918300930,"duration":1}},{"uid":"583858ae91ae57e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/583858ae91ae57e","status":"passed","time":{"start":1724890059288,"stop":1724890059289,"duration":1}},{"uid":"292bc19786c0c991","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/292bc19786c0c991","status":"passed","time":{"start":1724889188322,"stop":1724889188323,"duration":1}},{"uid":"8e14a92996e3d712","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8e14a92996e3d712","status":"passed","time":{"start":1724888372741,"stop":1724888372741,"duration":0}},{"uid":"33c4745ed23f5219","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/33c4745ed23f5219","status":"passed","time":{"start":1724887135721,"stop":1724887135722,"duration":1}},{"uid":"232596b4b0ba98d7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/232596b4b0ba98d7","status":"passed","time":{"start":1724886919685,"stop":1724886919686,"duration":1}},{"uid":"83953d45737cdc5d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/83953d45737cdc5d","status":"passed","time":{"start":1724862341836,"stop":1724862341836,"duration":0}},{"uid":"51f5c275a0901a9","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/51f5c275a0901a9","status":"passed","time":{"start":1724861815492,"stop":1724861815492,"duration":0}},{"uid":"9d2d4cf2d069a9c0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9d2d4cf2d069a9c0","status":"passed","time":{"start":1724861669536,"stop":1724861669537,"duration":1}},{"uid":"ca4c6e86efd1f033","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ca4c6e86efd1f033","status":"passed","time":{"start":1724861505420,"stop":1724861505421,"duration":1}}]},"fb12ce5997bd3847f5475acc7438af8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1aae14c8c7668339","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1aae14c8c7668339","status":"passed","time":{"start":1724922921469,"stop":1724922921469,"duration":0}},{"uid":"5bf1c08e8925b952","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5bf1c08e8925b952","status":"passed","time":{"start":1724921602960,"stop":1724921602960,"duration":0}},{"uid":"332236f54cbe0a3e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/332236f54cbe0a3e","status":"passed","time":{"start":1724921571103,"stop":1724921571104,"duration":1}},{"uid":"7b3f706f0ae3948c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7b3f706f0ae3948c","status":"passed","time":{"start":1724918285608,"stop":1724918285609,"duration":1}},{"uid":"d870300f56a3c71a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d870300f56a3c71a","status":"passed","time":{"start":1724890030098,"stop":1724890030098,"duration":0}},{"uid":"e15bbb1a40a4a1a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e15bbb1a40a4a1a","status":"passed","time":{"start":1724889171918,"stop":1724889171918,"duration":0}},{"uid":"c8d0890cc95f8045","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c8d0890cc95f8045","status":"passed","time":{"start":1724888350737,"stop":1724888350738,"duration":1}},{"uid":"f0e80a704b5349b5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f0e80a704b5349b5","status":"passed","time":{"start":1724887115419,"stop":1724887115420,"duration":1}},{"uid":"4979fb36a5287afe","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/4979fb36a5287afe","status":"passed","time":{"start":1724886884583,"stop":1724886884583,"duration":0}},{"uid":"d02b1acc8dd4d529","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d02b1acc8dd4d529","status":"passed","time":{"start":1724862322268,"stop":1724862322269,"duration":1}},{"uid":"7c2a9322e9e0b2fe","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7c2a9322e9e0b2fe","status":"passed","time":{"start":1724861790758,"stop":1724861790758,"duration":0}},{"uid":"74657419f629939f","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/74657419f629939f","status":"passed","time":{"start":1724861628427,"stop":1724861628428,"duration":1}},{"uid":"51f8351bf9ee94f2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/51f8351bf9ee94f2","status":"passed","time":{"start":1724861465632,"stop":1724861465632,"duration":0}}]},"4b68f0602bd9ea76ece7ac663d0c0345:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d6f8cfd46bdb64e5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d6f8cfd46bdb64e5","status":"passed","time":{"start":1724861790767,"stop":1724861790768,"duration":1}}]},"1a71dd5755a922cf2a8fa714459a2791:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23ba498918252af8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/23ba498918252af8","status":"passed","time":{"start":1724888345353,"stop":1724888345353,"duration":0}}]},"a6d7a1ea9eb41a9f1d92c251d350d45a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"30ba2a2570181579","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/30ba2a2570181579","status":"passed","time":{"start":1724922601844,"stop":1724922601844,"duration":0}},{"uid":"2a7bd63b41199071","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2a7bd63b41199071","status":"passed","time":{"start":1724921267871,"stop":1724921267871,"duration":0}},{"uid":"9159a829ff4fdfcd","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9159a829ff4fdfcd","status":"passed","time":{"start":1724921244371,"stop":1724921244371,"duration":0}},{"uid":"c2f236ec66914cd4","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c2f236ec66914cd4","status":"passed","time":{"start":1724917916053,"stop":1724917916053,"duration":0}},{"uid":"eec9157585117b91","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eec9157585117b91","status":"passed","time":{"start":1724889678256,"stop":1724889678256,"duration":0}},{"uid":"856fe806e2102635","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/856fe806e2102635","status":"passed","time":{"start":1724888831685,"stop":1724888831685,"duration":0}},{"uid":"56ae85efccb38ca5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/56ae85efccb38ca5","status":"passed","time":{"start":1724888003321,"stop":1724888003321,"duration":0}},{"uid":"edf0b4cb8316460d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/edf0b4cb8316460d","status":"passed","time":{"start":1724886776610,"stop":1724886776610,"duration":0}},{"uid":"b37edf9352e65fc2","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b37edf9352e65fc2","status":"passed","time":{"start":1724886555798,"stop":1724886555798,"duration":0}},{"uid":"4f79378f16bae746","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4f79378f16bae746","status":"passed","time":{"start":1724861983007,"stop":1724861983008,"duration":1}},{"uid":"87463e26698a7dcb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/87463e26698a7dcb","status":"passed","time":{"start":1724861444067,"stop":1724861444067,"duration":0}},{"uid":"b640a4b23147d0a5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b640a4b23147d0a5","status":"passed","time":{"start":1724861285835,"stop":1724861285835,"duration":0}},{"uid":"d0f1d2eee9e1837a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d0f1d2eee9e1837a","status":"passed","time":{"start":1724861145667,"stop":1724861145667,"duration":0}}]},"e7b3b18080f91a53e1c416cfdbd8c5d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dcd96ba8baad1ddf","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dcd96ba8baad1ddf","status":"passed","time":{"start":1724922436972,"stop":1724922436973,"duration":1}},{"uid":"fdf4051670a32c58","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fdf4051670a32c58","status":"passed","time":{"start":1724921099698,"stop":1724921099698,"duration":0}},{"uid":"bca2174c67efe03b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/bca2174c67efe03b","status":"passed","time":{"start":1724921074389,"stop":1724921074389,"duration":0}},{"uid":"d55af30f1a094e8e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d55af30f1a094e8e","status":"passed","time":{"start":1724917735274,"stop":1724917735275,"duration":1}},{"uid":"152cb3c522fa5263","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/152cb3c522fa5263","status":"passed","time":{"start":1724889517450,"stop":1724889517450,"duration":0}},{"uid":"c22d1c485c70f7c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c22d1c485c70f7c","status":"passed","time":{"start":1724888662630,"stop":1724888662630,"duration":0}},{"uid":"998356576db8b4e5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/998356576db8b4e5","status":"passed","time":{"start":1724887821330,"stop":1724887821330,"duration":0}},{"uid":"78974862942ef5a0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/78974862942ef5a0","status":"passed","time":{"start":1724886588483,"stop":1724886588483,"duration":0}},{"uid":"3b58dd8c68954f2b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/3b58dd8c68954f2b","status":"passed","time":{"start":1724886365765,"stop":1724886365766,"duration":1}},{"uid":"b86c72ae18ec6daf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b86c72ae18ec6daf","status":"passed","time":{"start":1724861814960,"stop":1724861814960,"duration":0}},{"uid":"8c249e6cfe731036","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8c249e6cfe731036","status":"passed","time":{"start":1724861282669,"stop":1724861282670,"duration":1}},{"uid":"5c0220f07fe0d142","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5c0220f07fe0d142","status":"passed","time":{"start":1724861111683,"stop":1724861111683,"duration":0}},{"uid":"a26f1439e085fc8","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a26f1439e085fc8","status":"passed","time":{"start":1724860971173,"stop":1724860971174,"duration":1}}]},"ba6d4628ff97cccad93f1e9add4fe92d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2ff7846ebc5aaf91","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2ff7846ebc5aaf91","status":"passed","time":{"start":1724922374687,"stop":1724922374687,"duration":0}},{"uid":"e53024792f7dfe8f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e53024792f7dfe8f","status":"passed","time":{"start":1724921037648,"stop":1724921037649,"duration":1}},{"uid":"35928e21562489d5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/35928e21562489d5","status":"passed","time":{"start":1724921013061,"stop":1724921013061,"duration":0}},{"uid":"c8c7a4bda718342b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c8c7a4bda718342b","status":"passed","time":{"start":1724917673302,"stop":1724917673302,"duration":0}},{"uid":"84a4400203353c59","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/84a4400203353c59","status":"passed","time":{"start":1724889452322,"stop":1724889452322,"duration":0}},{"uid":"130e2d6d94286134","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/130e2d6d94286134","status":"passed","time":{"start":1724888602853,"stop":1724888602854,"duration":1}},{"uid":"980790e12ec907d4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/980790e12ec907d4","status":"passed","time":{"start":1724887759174,"stop":1724887759175,"duration":1}},{"uid":"c2009aac7e2b0ef6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c2009aac7e2b0ef6","status":"passed","time":{"start":1724886525553,"stop":1724886525553,"duration":0}},{"uid":"6fa8801a2c849314","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6fa8801a2c849314","status":"passed","time":{"start":1724886303408,"stop":1724886303408,"duration":0}},{"uid":"5c3bc0d0de031c98","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5c3bc0d0de031c98","status":"passed","time":{"start":1724861752244,"stop":1724861752245,"duration":1}},{"uid":"258fee04bf324ba0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/258fee04bf324ba0","status":"passed","time":{"start":1724861223365,"stop":1724861223365,"duration":0}},{"uid":"6fedf88309e0971e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6fedf88309e0971e","status":"passed","time":{"start":1724861045214,"stop":1724861045214,"duration":0}},{"uid":"a2941596f3db48c3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a2941596f3db48c3","status":"passed","time":{"start":1724860907099,"stop":1724860907099,"duration":0}}]},"93cdb9668cadd5e8766da8a960a1df84:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c1b6e7ce7099581f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c1b6e7ce7099581f","status":"passed","time":{"start":1724918259543,"stop":1724918259544,"duration":1}}]},"4fc28928a1f653af88fa898f4a466085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c36c0636545c21e3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c36c0636545c21e3","status":"passed","time":{"start":1724922853917,"stop":1724922853917,"duration":0}},{"uid":"dd23aaa5ad7b74c3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dd23aaa5ad7b74c3","status":"passed","time":{"start":1724921529584,"stop":1724921529584,"duration":0}},{"uid":"b9af41804b1fe72","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b9af41804b1fe72","status":"passed","time":{"start":1724921488879,"stop":1724921488879,"duration":0}},{"uid":"3a1f1363e8ba3f6d","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/3a1f1363e8ba3f6d","status":"passed","time":{"start":1724918203686,"stop":1724918203686,"duration":0}},{"uid":"5b02656d5f63d8fd","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5b02656d5f63d8fd","status":"passed","time":{"start":1724889938357,"stop":1724889938357,"duration":0}},{"uid":"8d0edb416a756b2b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8d0edb416a756b2b","status":"passed","time":{"start":1724889077065,"stop":1724889077066,"duration":1}},{"uid":"77a6222c92849fc4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/77a6222c92849fc4","status":"passed","time":{"start":1724888268034,"stop":1724888268034,"duration":0}},{"uid":"57d51d412320425b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/57d51d412320425b","status":"passed","time":{"start":1724887032403,"stop":1724887032403,"duration":0}},{"uid":"e2755c1a2211c3f6","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e2755c1a2211c3f6","status":"passed","time":{"start":1724886822815,"stop":1724886822815,"duration":0}},{"uid":"dcce20e6f868cc3a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dcce20e6f868cc3a","status":"passed","time":{"start":1724862233509,"stop":1724862233510,"duration":1}},{"uid":"18a743bc82b74485","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/18a743bc82b74485","status":"passed","time":{"start":1724861712670,"stop":1724861712670,"duration":0}},{"uid":"f240c0206866c7c2","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f240c0206866c7c2","status":"passed","time":{"start":1724861567888,"stop":1724861567888,"duration":0}},{"uid":"c80eef0929602cc5","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c80eef0929602cc5","status":"passed","time":{"start":1724861392054,"stop":1724861392054,"duration":0}}]},"e9e4e218d331b590b44a6e64589da3fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d77f9a6425ea7d98","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d77f9a6425ea7d98","status":"passed","time":{"start":1724861770118,"stop":1724861770121,"duration":3}}]},"0aeb69dccc79fc105378f8bb5f0f9258:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3183bd22702f826","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3183bd22702f826","status":"passed","time":{"start":1724922382328,"stop":1724922382329,"duration":1}},{"uid":"dcf95fdb236261fb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/dcf95fdb236261fb","status":"passed","time":{"start":1724921045533,"stop":1724921045534,"duration":1}},{"uid":"fbc765cb7bac47ca","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fbc765cb7bac47ca","status":"passed","time":{"start":1724921020726,"stop":1724921020727,"duration":1}},{"uid":"b540de65cd7cfbf9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b540de65cd7cfbf9","status":"passed","time":{"start":1724917681055,"stop":1724917681056,"duration":1}},{"uid":"1ffd4c8bc1c15362","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1ffd4c8bc1c15362","status":"passed","time":{"start":1724889459944,"stop":1724889459945,"duration":1}},{"uid":"ebd94e57e5f4dc24","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ebd94e57e5f4dc24","status":"passed","time":{"start":1724888610537,"stop":1724888610538,"duration":1}},{"uid":"48b6e570e817fc72","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/48b6e570e817fc72","status":"passed","time":{"start":1724887766849,"stop":1724887766849,"duration":0}},{"uid":"d02ca67add70c858","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d02ca67add70c858","status":"passed","time":{"start":1724886533244,"stop":1724886533244,"duration":0}},{"uid":"237ec5807495a3b7","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/237ec5807495a3b7","status":"passed","time":{"start":1724886311090,"stop":1724886311090,"duration":0}},{"uid":"2d3f9e0e61732f8d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d3f9e0e61732f8d","status":"passed","time":{"start":1724861760049,"stop":1724861760050,"duration":1}},{"uid":"6108a7651e83fef7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6108a7651e83fef7","status":"passed","time":{"start":1724861230829,"stop":1724861230830,"duration":1}},{"uid":"931a7d3f9fedb08d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/931a7d3f9fedb08d","status":"passed","time":{"start":1724861053402,"stop":1724861053405,"duration":3}},{"uid":"de6e6739454518df","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/de6e6739454518df","status":"passed","time":{"start":1724860914745,"stop":1724860914746,"duration":1}}]},"c0fb5b39e0b7d4b1388bea323ddb8a2b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"72cb0ca677d2a705","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/72cb0ca677d2a705","status":"passed","time":{"start":1724922374683,"stop":1724922374684,"duration":1}},{"uid":"e8066380dcbf1780","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e8066380dcbf1780","status":"passed","time":{"start":1724921037644,"stop":1724921037644,"duration":0}},{"uid":"b960f9a5e3f65a87","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b960f9a5e3f65a87","status":"passed","time":{"start":1724921013057,"stop":1724921013057,"duration":0}},{"uid":"6b865a1fd34267d3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6b865a1fd34267d3","status":"passed","time":{"start":1724917673299,"stop":1724917673299,"duration":0}},{"uid":"a589dfdece2e05","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a589dfdece2e05","status":"passed","time":{"start":1724889452318,"stop":1724889452318,"duration":0}},{"uid":"18249cefa5ad0ed4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/18249cefa5ad0ed4","status":"passed","time":{"start":1724888602849,"stop":1724888602849,"duration":0}},{"uid":"880f78c1db6a7d48","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/880f78c1db6a7d48","status":"passed","time":{"start":1724887759170,"stop":1724887759171,"duration":1}},{"uid":"e66d88f2bade31c6","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e66d88f2bade31c6","status":"passed","time":{"start":1724886525550,"stop":1724886525550,"duration":0}},{"uid":"ba8e4032bb914ac4","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ba8e4032bb914ac4","status":"passed","time":{"start":1724886303404,"stop":1724886303404,"duration":0}},{"uid":"f9dcb03634af81d4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9dcb03634af81d4","status":"passed","time":{"start":1724861752236,"stop":1724861752237,"duration":1}},{"uid":"a5f6c99a6a0fee96","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/a5f6c99a6a0fee96","status":"passed","time":{"start":1724861223362,"stop":1724861223362,"duration":0}},{"uid":"80a4e6be6e68b721","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/80a4e6be6e68b721","status":"passed","time":{"start":1724861045209,"stop":1724861045210,"duration":1}},{"uid":"c667cf6bacee066d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c667cf6bacee066d","status":"passed","time":{"start":1724860907092,"stop":1724860907092,"duration":0}}]},"bc2ba65b069414cce3a0095353e096a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"224968e1ebd0b83b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/224968e1ebd0b83b","status":"passed","time":{"start":1724922950822,"stop":1724922950822,"duration":0}},{"uid":"136ce23951b60c81","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/136ce23951b60c81","status":"passed","time":{"start":1724921640400,"stop":1724921640401,"duration":1}},{"uid":"453d7690a40be154","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/453d7690a40be154","status":"passed","time":{"start":1724921600410,"stop":1724921600420,"duration":10}},{"uid":"b348865b13aa846a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b348865b13aa846a","status":"passed","time":{"start":1724918300924,"stop":1724918300925,"duration":1}},{"uid":"650ce8815fd633b8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/650ce8815fd633b8","status":"passed","time":{"start":1724890059285,"stop":1724890059286,"duration":1}},{"uid":"9771954b68189c2d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9771954b68189c2d","status":"passed","time":{"start":1724889188320,"stop":1724889188321,"duration":1}},{"uid":"35b2590278a10be7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/35b2590278a10be7","status":"passed","time":{"start":1724888372740,"stop":1724888372741,"duration":1}},{"uid":"668179d29e068c86","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/668179d29e068c86","status":"passed","time":{"start":1724887135718,"stop":1724887135719,"duration":1}},{"uid":"ed64aec4eb864c0e","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/ed64aec4eb864c0e","status":"passed","time":{"start":1724886919669,"stop":1724886919674,"duration":5}},{"uid":"65c85a761846e2ba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/65c85a761846e2ba","status":"passed","time":{"start":1724862341835,"stop":1724862341835,"duration":0}},{"uid":"12c747dcd849300","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/12c747dcd849300","status":"passed","time":{"start":1724861815491,"stop":1724861815492,"duration":1}},{"uid":"e9f9448bb929475a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e9f9448bb929475a","status":"passed","time":{"start":1724861669536,"stop":1724861669536,"duration":0}},{"uid":"bfa2d0a34a69788d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bfa2d0a34a69788d","status":"passed","time":{"start":1724861505419,"stop":1724861505420,"duration":1}}]},"e96eb7a91737b02f17b51d13fe309710:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"820ba3a3fe6dca3b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/820ba3a3fe6dca3b","status":"passed","time":{"start":1724922853929,"stop":1724922853929,"duration":0}}]},"ca6efdf17e7b9eb91586783f362f2a22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f911e30ed257b2af","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f911e30ed257b2af","status":"passed","time":{"start":1724922374664,"stop":1724922374664,"duration":0}},{"uid":"6a0e53a2d16e932f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6a0e53a2d16e932f","status":"passed","time":{"start":1724921037625,"stop":1724921037626,"duration":1}},{"uid":"f2f07f15b37018b7","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/f2f07f15b37018b7","status":"passed","time":{"start":1724921013043,"stop":1724921013043,"duration":0}},{"uid":"45dc8e8c46815c60","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/45dc8e8c46815c60","status":"passed","time":{"start":1724917673281,"stop":1724917673286,"duration":5}},{"uid":"33396f6ee7a02f2f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/33396f6ee7a02f2f","status":"passed","time":{"start":1724889452300,"stop":1724889452305,"duration":5}},{"uid":"6eec187771cb7482","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6eec187771cb7482","status":"passed","time":{"start":1724888602830,"stop":1724888602835,"duration":5}},{"uid":"7d0326eb61aaf8c7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7d0326eb61aaf8c7","status":"passed","time":{"start":1724887759160,"stop":1724887759160,"duration":0}},{"uid":"82dfa69f59692df4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/82dfa69f59692df4","status":"passed","time":{"start":1724886525540,"stop":1724886525540,"duration":0}},{"uid":"251e038453a34b3c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/251e038453a34b3c","status":"passed","time":{"start":1724886303389,"stop":1724886303392,"duration":3}},{"uid":"5751238747ed7a87","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5751238747ed7a87","status":"passed","time":{"start":1724861752216,"stop":1724861752223,"duration":7}},{"uid":"21609b49ab323661","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/21609b49ab323661","status":"passed","time":{"start":1724861223350,"stop":1724861223351,"duration":1}},{"uid":"d56908f0932e6a86","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/d56908f0932e6a86","status":"passed","time":{"start":1724861045197,"stop":1724861045197,"duration":0}},{"uid":"6f078a1646b12766","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/6f078a1646b12766","status":"passed","time":{"start":1724860907080,"stop":1724860907080,"duration":0}}]},"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ecc855c705f308b2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ecc855c705f308b2","status":"passed","time":{"start":1724922635356,"stop":1724922635356,"duration":0}},{"uid":"529f41f06281e81","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/529f41f06281e81","status":"passed","time":{"start":1724921297011,"stop":1724921297012,"duration":1}},{"uid":"7b803a7ac604a331","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7b803a7ac604a331","status":"passed","time":{"start":1724921276369,"stop":1724921276369,"duration":0}},{"uid":"c41e35313eeabe95","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c41e35313eeabe95","status":"passed","time":{"start":1724917948327,"stop":1724917948327,"duration":0}},{"uid":"2b0e3ff6a673fd93","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b0e3ff6a673fd93","status":"passed","time":{"start":1724889729011,"stop":1724889729011,"duration":0}},{"uid":"5a8f29f98934c554","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5a8f29f98934c554","status":"passed","time":{"start":1724888864957,"stop":1724888864957,"duration":0}},{"uid":"7e013034d826129d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7e013034d826129d","status":"passed","time":{"start":1724888053749,"stop":1724888053749,"duration":0}},{"uid":"fe84b84368956cf3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fe84b84368956cf3","status":"passed","time":{"start":1724886811663,"stop":1724886811663,"duration":0}},{"uid":"8ba87a025a1e5772","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8ba87a025a1e5772","status":"passed","time":{"start":1724886581006,"stop":1724886581006,"duration":0}},{"uid":"924962ad9f09d759","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/924962ad9f09d759","status":"passed","time":{"start":1724862019563,"stop":1724862019563,"duration":0}},{"uid":"40b5cf591f908d9e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/40b5cf591f908d9e","status":"passed","time":{"start":1724861493938,"stop":1724861493939,"duration":1}},{"uid":"6d891a2a42a4ef8a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6d891a2a42a4ef8a","status":"passed","time":{"start":1724861318040,"stop":1724861318042,"duration":2}},{"uid":"cd8b981d08d5080f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/cd8b981d08d5080f","status":"passed","time":{"start":1724861178517,"stop":1724861178518,"duration":1}}]},"fd15a715775065e350de91f65851b781:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"43256f14d5979a52","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/43256f14d5979a52","status":"passed","time":{"start":1724861712676,"stop":1724861712676,"duration":0}}]},"1cad348a6e387b7a88e6476ad79f7e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c8d2367a0795d006","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c8d2367a0795d006","status":"passed","time":{"start":1724923012472,"stop":1724923012472,"duration":0}},{"uid":"fd0e52b593c94b06","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fd0e52b593c94b06","status":"passed","time":{"start":1724921625078,"stop":1724921625079,"duration":1}},{"uid":"9cf371ea772d2b90","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9cf371ea772d2b90","status":"passed","time":{"start":1724921590502,"stop":1724921590502,"duration":0}},{"uid":"a59f9ad9cf28bee7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a59f9ad9cf28bee7","status":"passed","time":{"start":1724918287570,"stop":1724918287570,"duration":0}},{"uid":"2b9478f78956fe5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2b9478f78956fe5","status":"passed","time":{"start":1724890047795,"stop":1724890047795,"duration":0}},{"uid":"e2eed72aa9261eb5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e2eed72aa9261eb5","status":"passed","time":{"start":1724889183928,"stop":1724889183929,"duration":1}},{"uid":"c9a43de059f6997c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c9a43de059f6997c","status":"passed","time":{"start":1724888354176,"stop":1724888354176,"duration":0}},{"uid":"cc2b88a518ed0c9b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/cc2b88a518ed0c9b","status":"passed","time":{"start":1724887145692,"stop":1724887145692,"duration":0}},{"uid":"9f551b0847ad2046","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9f551b0847ad2046","status":"passed","time":{"start":1724886915792,"stop":1724886915792,"duration":0}},{"uid":"7b7317613c58ce1d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b7317613c58ce1d","status":"passed","time":{"start":1724862341456,"stop":1724862341457,"duration":1}},{"uid":"9460a065fc85a620","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/9460a065fc85a620","status":"passed","time":{"start":1724861805450,"stop":1724861805455,"duration":5}},{"uid":"28ec3e60e1fc568e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/28ec3e60e1fc568e","status":"passed","time":{"start":1724861662291,"stop":1724861662291,"duration":0}},{"uid":"b98047088a373e9e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b98047088a373e9e","status":"passed","time":{"start":1724861492520,"stop":1724861492520,"duration":0}}]},"557c6c213e4d0bfcfeb2c192f3ea6d74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"348c8c492527dbd4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/348c8c492527dbd4","status":"passed","time":{"start":1724922383090,"stop":1724922383090,"duration":0}},{"uid":"3590ae2dd50a3bd1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3590ae2dd50a3bd1","status":"passed","time":{"start":1724921046206,"stop":1724921046207,"duration":1}},{"uid":"e98637b313141e15","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e98637b313141e15","status":"passed","time":{"start":1724921021478,"stop":1724921021478,"duration":0}},{"uid":"c81879a1e1ed2fb0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c81879a1e1ed2fb0","status":"passed","time":{"start":1724917681726,"stop":1724917681727,"duration":1}},{"uid":"764f1883ea9a3d7a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/764f1883ea9a3d7a","status":"passed","time":{"start":1724889460654,"stop":1724889460654,"duration":0}},{"uid":"b12e244634e3e88a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b12e244634e3e88a","status":"passed","time":{"start":1724888611298,"stop":1724888611298,"duration":0}},{"uid":"1d49c66408a8908f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1d49c66408a8908f","status":"passed","time":{"start":1724887767622,"stop":1724887767622,"duration":0}},{"uid":"4fe1887d0af1fb3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4fe1887d0af1fb3","status":"passed","time":{"start":1724886533993,"stop":1724886533993,"duration":0}},{"uid":"31cd96ddc5429271","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/31cd96ddc5429271","status":"passed","time":{"start":1724886311760,"stop":1724886311760,"duration":0}},{"uid":"39d230b9a7e4cd2b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/39d230b9a7e4cd2b","status":"passed","time":{"start":1724861760778,"stop":1724861760778,"duration":0}},{"uid":"4354e37b8cb46c67","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4354e37b8cb46c67","status":"passed","time":{"start":1724861231736,"stop":1724861231736,"duration":0}},{"uid":"6657b78265261ef8","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6657b78265261ef8","status":"passed","time":{"start":1724861054259,"stop":1724861054259,"duration":0}},{"uid":"5851439f5e0d69d0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5851439f5e0d69d0","status":"passed","time":{"start":1724860915817,"stop":1724860915817,"duration":0}}]},"101855652fbbdd51521dd03540a16df5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"366921785147f963","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/366921785147f963","status":"passed","time":{"start":1724922611432,"stop":1724922611433,"duration":1}},{"uid":"967b3f3488710c87","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/967b3f3488710c87","status":"passed","time":{"start":1724921270354,"stop":1724921270354,"duration":0}},{"uid":"2309541b49f8a172","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/2309541b49f8a172","status":"passed","time":{"start":1724921247815,"stop":1724921247815,"duration":0}},{"uid":"dd8c8f44330e66e1","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/dd8c8f44330e66e1","status":"passed","time":{"start":1724917989815,"stop":1724917989816,"duration":1}},{"uid":"9412b922ca5f99a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9412b922ca5f99a0","status":"passed","time":{"start":1724889678548,"stop":1724889678548,"duration":0}},{"uid":"fcc3625b8581bab5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/fcc3625b8581bab5","status":"passed","time":{"start":1724888829835,"stop":1724888829835,"duration":0}},{"uid":"9804369da137f2c3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9804369da137f2c3","status":"passed","time":{"start":1724888076990,"stop":1724888076990,"duration":0}},{"uid":"eca46b8e90b53d5b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eca46b8e90b53d5b","status":"passed","time":{"start":1724886851122,"stop":1724886851123,"duration":1}},{"uid":"cddb76a7e3ac286b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cddb76a7e3ac286b","status":"passed","time":{"start":1724886647099,"stop":1724886647100,"duration":1}},{"uid":"a207a6ac4e440236","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a207a6ac4e440236","status":"passed","time":{"start":1724861992711,"stop":1724861992711,"duration":0}},{"uid":"22cf38238ed8441b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/22cf38238ed8441b","status":"passed","time":{"start":1724861469639,"stop":1724861469640,"duration":1}},{"uid":"749abbdf86a66c08","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/749abbdf86a66c08","status":"passed","time":{"start":1724861284855,"stop":1724861284855,"duration":0}},{"uid":"f1b2e73093a83966","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f1b2e73093a83966","status":"passed","time":{"start":1724861145799,"stop":1724861145800,"duration":1}}]},"bbcaf86f1f5306de3d3351c7f4e3f2cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"50fee164ddb7b660","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/50fee164ddb7b660","status":"passed","time":{"start":1724922661638,"stop":1724922661641,"duration":3}},{"uid":"16e894829a2892ce","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/16e894829a2892ce","status":"passed","time":{"start":1724921321311,"stop":1724921321311,"duration":0}},{"uid":"9d5ac1074e429913","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9d5ac1074e429913","status":"passed","time":{"start":1724921298785,"stop":1724921298785,"duration":0}},{"uid":"866f88bcb6a80842","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/866f88bcb6a80842","status":"passed","time":{"start":1724918008229,"stop":1724918008229,"duration":0}},{"uid":"8aa5305ac9153611","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8aa5305ac9153611","status":"passed","time":{"start":1724889728595,"stop":1724889728595,"duration":0}},{"uid":"7a27095d75e4d101","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7a27095d75e4d101","status":"passed","time":{"start":1724888882874,"stop":1724888882874,"duration":0}},{"uid":"9458e37b1cc3c27f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9458e37b1cc3c27f","status":"passed","time":{"start":1724888111025,"stop":1724888111025,"duration":0}},{"uid":"3aeefd36a1a77e6a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3aeefd36a1a77e6a","status":"passed","time":{"start":1724886869447,"stop":1724886869447,"duration":0}},{"uid":"b0d7f57a9e92cf4b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b0d7f57a9e92cf4b","status":"passed","time":{"start":1724886642936,"stop":1724886642936,"duration":0}},{"uid":"138208d37e806470","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/138208d37e806470","status":"passed","time":{"start":1724862044581,"stop":1724862044581,"duration":0}},{"uid":"7f32777db6c00ddc","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7f32777db6c00ddc","status":"passed","time":{"start":1724861523033,"stop":1724861523038,"duration":5}},{"uid":"c64b3c7f114d6202","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c64b3c7f114d6202","status":"passed","time":{"start":1724861362473,"stop":1724861362473,"duration":0}},{"uid":"c6d95d5a63e398a2","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c6d95d5a63e398a2","status":"passed","time":{"start":1724861196821,"stop":1724861196827,"duration":6}}]},"ecc9af41136670f23a102557bbbaf1c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b39d074f2049917f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b39d074f2049917f","status":"passed","time":{"start":1724922906438,"stop":1724922906438,"duration":0}},{"uid":"9be9d3f398baf79","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9be9d3f398baf79","status":"passed","time":{"start":1724921613047,"stop":1724921613047,"duration":0}},{"uid":"5328e77fb6b1889e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5328e77fb6b1889e","status":"passed","time":{"start":1724921556041,"stop":1724921556043,"duration":2}},{"uid":"2a15f218010bf94e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/2a15f218010bf94e","status":"passed","time":{"start":1724918259537,"stop":1724918259538,"duration":1}},{"uid":"4616a2c6e2867bbe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4616a2c6e2867bbe","status":"passed","time":{"start":1724890032287,"stop":1724890032288,"duration":1}},{"uid":"55e01b4e63d79a01","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/55e01b4e63d79a01","status":"passed","time":{"start":1724889144081,"stop":1724889144081,"duration":0}},{"uid":"d65955e5bf9db2a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d65955e5bf9db2a2","status":"passed","time":{"start":1724888336457,"stop":1724888336457,"duration":0}},{"uid":"5c7b1ea82393a6b5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5c7b1ea82393a6b5","status":"passed","time":{"start":1724887092625,"stop":1724887092625,"duration":0}},{"uid":"183948f730dfd46a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/183948f730dfd46a","status":"passed","time":{"start":1724886880627,"stop":1724886880628,"duration":1}},{"uid":"5f696b9f9c675b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f696b9f9c675b","status":"passed","time":{"start":1724862298391,"stop":1724862298392,"duration":1}},{"uid":"5cb92df768534840","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/5cb92df768534840","status":"passed","time":{"start":1724861770114,"stop":1724861770115,"duration":1}},{"uid":"75ad8e16c6dd36fd","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/75ad8e16c6dd36fd","status":"passed","time":{"start":1724861637969,"stop":1724861637969,"duration":0}},{"uid":"8e39cea044f4a2f7","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8e39cea044f4a2f7","status":"passed","time":{"start":1724861475013,"stop":1724861475022,"duration":9}}]},"352b2873b9d6c02926f0f0e30064ad8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"43b1ea214579a6c0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/43b1ea214579a6c0","status":"passed","time":{"start":1724922887525,"stop":1724922887525,"duration":0}},{"uid":"7555b23f6adde640","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7555b23f6adde640","status":"passed","time":{"start":1724921564775,"stop":1724921564776,"duration":1}},{"uid":"5bf8a82af3c20d1b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5bf8a82af3c20d1b","status":"passed","time":{"start":1724921518792,"stop":1724921518793,"duration":1}},{"uid":"688c2abd0986eddb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/688c2abd0986eddb","status":"passed","time":{"start":1724918229399,"stop":1724918229399,"duration":0}},{"uid":"88166e2fbbb79bc6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/88166e2fbbb79bc6","status":"passed","time":{"start":1724889980701,"stop":1724889980701,"duration":0}},{"uid":"415b1cb6ac5c3706","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/415b1cb6ac5c3706","status":"passed","time":{"start":1724889111162,"stop":1724889111162,"duration":0}},{"uid":"c714f49c7628beb5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c714f49c7628beb5","status":"passed","time":{"start":1724888292532,"stop":1724888292533,"duration":1}},{"uid":"e9702c7f47cc6ec9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e9702c7f47cc6ec9","status":"passed","time":{"start":1724887068224,"stop":1724887068225,"duration":1}},{"uid":"9623ff6172b8fc74","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9623ff6172b8fc74","status":"passed","time":{"start":1724886848925,"stop":1724886848925,"duration":0}},{"uid":"d2270baea2b70deb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d2270baea2b70deb","status":"passed","time":{"start":1724862262046,"stop":1724862262047,"duration":1}},{"uid":"22e8a043db7dff46","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/22e8a043db7dff46","status":"passed","time":{"start":1724861741892,"stop":1724861741892,"duration":0}},{"uid":"e02114bf1ff2a3e4","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e02114bf1ff2a3e4","status":"passed","time":{"start":1724861599487,"stop":1724861599491,"duration":4}},{"uid":"f53fe6189839507a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f53fe6189839507a","status":"passed","time":{"start":1724861428474,"stop":1724861428474,"duration":0}}]},"96f15e9b62705ac5f60989a19dd87ea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"26e66f5fc364fe20","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/26e66f5fc364fe20","status":"passed","time":{"start":1724922778325,"stop":1724922778325,"duration":0}},{"uid":"610cc37a108877d0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/610cc37a108877d0","status":"passed","time":{"start":1724921497755,"stop":1724921497755,"duration":0}},{"uid":"8af2807564bf80e5","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8af2807564bf80e5","status":"passed","time":{"start":1724921408409,"stop":1724921408410,"duration":1}},{"uid":"c3d7fe9525834e35","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c3d7fe9525834e35","status":"passed","time":{"start":1724918086869,"stop":1724918086869,"duration":0}},{"uid":"925716b28ba46b36","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/925716b28ba46b36","status":"passed","time":{"start":1724889892445,"stop":1724889892446,"duration":1}},{"uid":"3c879c96d6034535","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c879c96d6034535","status":"passed","time":{"start":1724888997215,"stop":1724888997215,"duration":0}},{"uid":"1f08d7b43dc23d3c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/1f08d7b43dc23d3c","status":"passed","time":{"start":1724888159487,"stop":1724888159488,"duration":1}},{"uid":"b06cf579a970f26d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b06cf579a970f26d","status":"passed","time":{"start":1724886937290,"stop":1724886937290,"duration":0}},{"uid":"c64c643643b860a1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c64c643643b860a1","status":"passed","time":{"start":1724886709797,"stop":1724886709798,"duration":1}},{"uid":"5ce9891899810a11","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ce9891899810a11","status":"passed","time":{"start":1724862123536,"stop":1724862123536,"duration":0}},{"uid":"777f265cb6ce3a69","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/777f265cb6ce3a69","status":"passed","time":{"start":1724861620103,"stop":1724861620103,"duration":0}},{"uid":"396c1a8271114efc","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/396c1a8271114efc","status":"passed","time":{"start":1724861460241,"stop":1724861460246,"duration":5}},{"uid":"1de08c6340afec26","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/1de08c6340afec26","status":"passed","time":{"start":1724861330170,"stop":1724861330170,"duration":0}}]},"513f5f6d4b017b53026df35bb9ff9d22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f8091e24006a065","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3f8091e24006a065","status":"passed","time":{"start":1724861567904,"stop":1724861567905,"duration":1}}]},"ff4016f6881b709e99952c1e9495f26c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b0b7a7ef96079f6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6b0b7a7ef96079f6","status":"passed","time":{"start":1724921529593,"stop":1724921529593,"duration":0}}]},"ad4e8b08f765ff93f0032cfe8dd85dc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a292bae5ff215274","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a292bae5ff215274","status":"passed","time":{"start":1724923012470,"stop":1724923012471,"duration":1}},{"uid":"1aacb31657ce2e29","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1aacb31657ce2e29","status":"passed","time":{"start":1724921625077,"stop":1724921625078,"duration":1}},{"uid":"7befceace5a23c11","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7befceace5a23c11","status":"passed","time":{"start":1724921590501,"stop":1724921590501,"duration":0}},{"uid":"cf6ab5fac75d1708","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/cf6ab5fac75d1708","status":"passed","time":{"start":1724918287569,"stop":1724918287569,"duration":0}},{"uid":"2515a2a1fd35beab","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2515a2a1fd35beab","status":"passed","time":{"start":1724890047794,"stop":1724890047794,"duration":0}},{"uid":"297fe37b97633b5f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/297fe37b97633b5f","status":"passed","time":{"start":1724889183926,"stop":1724889183926,"duration":0}},{"uid":"4255dfb92553a716","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4255dfb92553a716","status":"passed","time":{"start":1724888354175,"stop":1724888354175,"duration":0}},{"uid":"ed854e26a4b93d77","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ed854e26a4b93d77","status":"passed","time":{"start":1724887145684,"stop":1724887145684,"duration":0}},{"uid":"a85eddf131ee1a83","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/a85eddf131ee1a83","status":"passed","time":{"start":1724886915791,"stop":1724886915791,"duration":0}},{"uid":"1cb19c1f85d64255","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1cb19c1f85d64255","status":"passed","time":{"start":1724862341456,"stop":1724862341456,"duration":0}},{"uid":"7a1edeb8adaaf9ca","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7a1edeb8adaaf9ca","status":"passed","time":{"start":1724861805447,"stop":1724861805450,"duration":3}},{"uid":"b262d5baa4708def","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b262d5baa4708def","status":"passed","time":{"start":1724861662291,"stop":1724861662291,"duration":0}},{"uid":"a1bc0e0759a5b116","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/a1bc0e0759a5b116","status":"passed","time":{"start":1724861492519,"stop":1724861492519,"duration":0}}]},"9380f45eefc69936a30b8f51f6d0d0af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e3ea058527713f5f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e3ea058527713f5f","status":"passed","time":{"start":1724922398920,"stop":1724922398920,"duration":0}},{"uid":"b8a07d5e3e706c7c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b8a07d5e3e706c7c","status":"passed","time":{"start":1724921061848,"stop":1724921061848,"duration":0}},{"uid":"fd5a1974727cb1f0","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fd5a1974727cb1f0","status":"passed","time":{"start":1724921037157,"stop":1724921037157,"duration":0}},{"uid":"c8acd6e19dcb6ad0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/c8acd6e19dcb6ad0","status":"passed","time":{"start":1724917697301,"stop":1724917697301,"duration":0}},{"uid":"f130c2ad99112d0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f130c2ad99112d0","status":"passed","time":{"start":1724889476083,"stop":1724889476083,"duration":0}},{"uid":"8e124be9d56028fe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8e124be9d56028fe","status":"passed","time":{"start":1724888626886,"stop":1724888626887,"duration":1}},{"uid":"a293e3d0750f36e8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a293e3d0750f36e8","status":"passed","time":{"start":1724887783108,"stop":1724887783108,"duration":0}},{"uid":"265f5eb45670f8ee","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/265f5eb45670f8ee","status":"passed","time":{"start":1724886549919,"stop":1724886549919,"duration":0}},{"uid":"7841a5cdf41b864","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/7841a5cdf41b864","status":"passed","time":{"start":1724886327580,"stop":1724886327581,"duration":1}},{"uid":"39a8fdaa726d9d02","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/39a8fdaa726d9d02","status":"passed","time":{"start":1724861776806,"stop":1724861776806,"duration":0}},{"uid":"799a31eb9e5624e6","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/799a31eb9e5624e6","status":"passed","time":{"start":1724861247298,"stop":1724861247299,"duration":1}},{"uid":"ab28ed612c02112e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ab28ed612c02112e","status":"passed","time":{"start":1724861071394,"stop":1724861071395,"duration":1}},{"uid":"e860169057a46869","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/e860169057a46869","status":"passed","time":{"start":1724860931794,"stop":1724860931795,"duration":1}}]},"8a570c791da4aa11c45f11e254afa174:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b9feb206aa3f02e6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b9feb206aa3f02e6","status":"passed","time":{"start":1724922891486,"stop":1724922891486,"duration":0}},{"uid":"885ad9085c153fc6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/885ad9085c153fc6","status":"passed","time":{"start":1724921563009,"stop":1724921563010,"duration":1}},{"uid":"ff2722a54f01e1cc","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ff2722a54f01e1cc","status":"passed","time":{"start":1724921526810,"stop":1724921526810,"duration":0}},{"uid":"27045364deb64825","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/27045364deb64825","status":"passed","time":{"start":1724918239936,"stop":1724918239937,"duration":1}},{"uid":"cc8afc3e4c9bcbba","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/cc8afc3e4c9bcbba","status":"passed","time":{"start":1724889980883,"stop":1724889980884,"duration":1}},{"uid":"e409efcebc4a8347","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e409efcebc4a8347","status":"passed","time":{"start":1724889109947,"stop":1724889109947,"duration":0}},{"uid":"be08078ff3853698","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/be08078ff3853698","status":"passed","time":{"start":1724888294719,"stop":1724888294720,"duration":1}},{"uid":"39209bd132cdf5a9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/39209bd132cdf5a9","status":"passed","time":{"start":1724887071735,"stop":1724887071736,"duration":1}},{"uid":"9e60092a6a585070","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9e60092a6a585070","status":"passed","time":{"start":1724886848342,"stop":1724886848342,"duration":0}},{"uid":"7cd7a2fe5a29dddf","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7cd7a2fe5a29dddf","status":"passed","time":{"start":1724862259243,"stop":1724862259244,"duration":1}},{"uid":"d4e5d03dae648c25","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d4e5d03dae648c25","status":"passed","time":{"start":1724861735322,"stop":1724861735322,"duration":0}},{"uid":"c6898c517d38270","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c6898c517d38270","status":"passed","time":{"start":1724861606336,"stop":1724861606336,"duration":0}},{"uid":"688955a8cb0b3a7d","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/688955a8cb0b3a7d","status":"passed","time":{"start":1724861426682,"stop":1724861426683,"duration":1}}]},"75b0e13aa9199c5b51cece307747706b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9e1c5febdb27411d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9e1c5febdb27411d","status":"passed","time":{"start":1724922921472,"stop":1724922921473,"duration":1}},{"uid":"b09e923d197585fc","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b09e923d197585fc","status":"passed","time":{"start":1724921602984,"stop":1724921602985,"duration":1}},{"uid":"d27f3a452db7f830","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d27f3a452db7f830","status":"passed","time":{"start":1724921571108,"stop":1724921571108,"duration":0}},{"uid":"81e949d5dbada296","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/81e949d5dbada296","status":"passed","time":{"start":1724918285616,"stop":1724918285616,"duration":0}},{"uid":"6d6f0f73721729ec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6d6f0f73721729ec","status":"passed","time":{"start":1724890030102,"stop":1724890030102,"duration":0}},{"uid":"12fd59c4839d411f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/12fd59c4839d411f","status":"passed","time":{"start":1724889171929,"stop":1724889171930,"duration":1}},{"uid":"c9ddab085976c131","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c9ddab085976c131","status":"passed","time":{"start":1724888350742,"stop":1724888350742,"duration":0}},{"uid":"ada06c6a841b409c","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ada06c6a841b409c","status":"passed","time":{"start":1724887115428,"stop":1724887115429,"duration":1}},{"uid":"cf14a00d1949c2cf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/cf14a00d1949c2cf","status":"passed","time":{"start":1724886884586,"stop":1724886884587,"duration":1}},{"uid":"d143a041139d79a6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d143a041139d79a6","status":"passed","time":{"start":1724862322278,"stop":1724862322278,"duration":0}},{"uid":"f218d2c2d2f88b09","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f218d2c2d2f88b09","status":"passed","time":{"start":1724861790766,"stop":1724861790766,"duration":0}},{"uid":"50f23a52d4d8f4db","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/50f23a52d4d8f4db","status":"passed","time":{"start":1724861628431,"stop":1724861628432,"duration":1}},{"uid":"d2302387fb4c40b6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d2302387fb4c40b6","status":"passed","time":{"start":1724861465636,"stop":1724861465636,"duration":0}}]},"dfd3e8cf2e67a8bcf19c763cc0fffff3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b7bb9c122c7e4834","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b7bb9c122c7e4834","status":"passed","time":{"start":1724921619638,"stop":1724921619639,"duration":1}}]},"603625a98f1a885e3b4008162ac7ce5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ec0a8b0c8290189b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ec0a8b0c8290189b","status":"passed","time":{"start":1724922601838,"stop":1724922601838,"duration":0}},{"uid":"af79648e432fe63c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/af79648e432fe63c","status":"passed","time":{"start":1724921267865,"stop":1724921267865,"duration":0}},{"uid":"ba112037747a0129","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ba112037747a0129","status":"passed","time":{"start":1724921244356,"stop":1724921244357,"duration":1}},{"uid":"101a5b182dbc1676","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/101a5b182dbc1676","status":"passed","time":{"start":1724917916038,"stop":1724917916039,"duration":1}},{"uid":"6e43ae20d960ef17","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e43ae20d960ef17","status":"passed","time":{"start":1724889678249,"stop":1724889678250,"duration":1}},{"uid":"d473dc2e8da62f9b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d473dc2e8da62f9b","status":"passed","time":{"start":1724888831680,"stop":1724888831680,"duration":0}},{"uid":"b4992a135e1e95e2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b4992a135e1e95e2","status":"passed","time":{"start":1724888003312,"stop":1724888003315,"duration":3}},{"uid":"9cb72e4abe3d3bb9","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9cb72e4abe3d3bb9","status":"passed","time":{"start":1724886776600,"stop":1724886776601,"duration":1}},{"uid":"c41a349212c40532","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c41a349212c40532","status":"passed","time":{"start":1724886555787,"stop":1724886555787,"duration":0}},{"uid":"2e2104445118cd7a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2e2104445118cd7a","status":"passed","time":{"start":1724861983001,"stop":1724861983002,"duration":1}},{"uid":"45bc5aee0b120fff","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/45bc5aee0b120fff","status":"passed","time":{"start":1724861444062,"stop":1724861444063,"duration":1}},{"uid":"3eaa832224eb44b0","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/3eaa832224eb44b0","status":"passed","time":{"start":1724861285825,"stop":1724861285825,"duration":0}},{"uid":"74767a03b26f3dcf","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/74767a03b26f3dcf","status":"passed","time":{"start":1724861145651,"stop":1724861145656,"duration":5}}]},"1f5626d20b8996956f0e580ea95bb447:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"aaada347bce8a430","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/aaada347bce8a430","status":"passed","time":{"start":1724922921475,"stop":1724922921476,"duration":1}},{"uid":"540c86fec566c5ae","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/540c86fec566c5ae","status":"passed","time":{"start":1724921602990,"stop":1724921602990,"duration":0}},{"uid":"d4c1d63a1db7f32b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/d4c1d63a1db7f32b","status":"passed","time":{"start":1724921571111,"stop":1724921571112,"duration":1}},{"uid":"ac0421168b19d81b","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ac0421168b19d81b","status":"passed","time":{"start":1724918285619,"stop":1724918285619,"duration":0}},{"uid":"d21d19cea8307de4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d21d19cea8307de4","status":"passed","time":{"start":1724890030106,"stop":1724890030107,"duration":1}},{"uid":"76bbd7c6ddb66b8b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/76bbd7c6ddb66b8b","status":"passed","time":{"start":1724889171934,"stop":1724889171935,"duration":1}},{"uid":"fd6f22b1c834b4d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fd6f22b1c834b4d","status":"passed","time":{"start":1724888350748,"stop":1724888350749,"duration":1}},{"uid":"6651e9fe14794ca0","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6651e9fe14794ca0","status":"passed","time":{"start":1724887115439,"stop":1724887115442,"duration":3}},{"uid":"56d5f346ed7ccd30","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/56d5f346ed7ccd30","status":"passed","time":{"start":1724886884589,"stop":1724886884590,"duration":1}},{"uid":"44f47b09861e65b5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/44f47b09861e65b5","status":"passed","time":{"start":1724862322282,"stop":1724862322283,"duration":1}},{"uid":"39c460a5d95167a7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/39c460a5d95167a7","status":"passed","time":{"start":1724861790768,"stop":1724861790769,"duration":1}},{"uid":"dd796d3d571b6604","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dd796d3d571b6604","status":"passed","time":{"start":1724861628434,"stop":1724861628435,"duration":1}},{"uid":"aaef42eb1f18e844","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/aaef42eb1f18e844","status":"passed","time":{"start":1724861465638,"stop":1724861465639,"duration":1}}]},"d7122f70e913ae26a9b31816dd3cf131:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2147944fbaa5d6f9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2147944fbaa5d6f9","status":"passed","time":{"start":1724922476375,"stop":1724922476375,"duration":0}},{"uid":"fe5e369e5f5637a1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fe5e369e5f5637a1","status":"passed","time":{"start":1724921141187,"stop":1724921141187,"duration":0}},{"uid":"59768da6a5370316","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/59768da6a5370316","status":"passed","time":{"start":1724921118249,"stop":1724921118249,"duration":0}},{"uid":"61e7e09062cec7f6","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/61e7e09062cec7f6","status":"passed","time":{"start":1724917777550,"stop":1724917777551,"duration":1}},{"uid":"5057a93ad452e46","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5057a93ad452e46","status":"passed","time":{"start":1724889554663,"stop":1724889554664,"duration":1}},{"uid":"4cba03b3d25a8e31","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4cba03b3d25a8e31","status":"passed","time":{"start":1724888706936,"stop":1724888706937,"duration":1}},{"uid":"6a3492f5885fe7fd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6a3492f5885fe7fd","status":"passed","time":{"start":1724887861773,"stop":1724887861773,"duration":0}},{"uid":"eb365701fa6eb1a2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/eb365701fa6eb1a2","status":"passed","time":{"start":1724886631476,"stop":1724886631476,"duration":0}},{"uid":"6dfe43ef4fb038c5","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6dfe43ef4fb038c5","status":"passed","time":{"start":1724886409745,"stop":1724886409745,"duration":0}},{"uid":"82094cb687b332d9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/82094cb687b332d9","status":"passed","time":{"start":1724861858183,"stop":1724861858183,"duration":0}},{"uid":"3c942eeba5d1b934","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3c942eeba5d1b934","status":"passed","time":{"start":1724861324521,"stop":1724861324521,"duration":0}},{"uid":"f40eb09c9fb64638","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/f40eb09c9fb64638","status":"passed","time":{"start":1724861152390,"stop":1724861152390,"duration":0}},{"uid":"9871df516b2cb3bc","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9871df516b2cb3bc","status":"passed","time":{"start":1724861011435,"stop":1724861011435,"duration":0}}]},"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a20799840c672a87","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a20799840c672a87","status":"passed","time":{"start":1724922998984,"stop":1724922998984,"duration":0}},{"uid":"43a610975bfc6092","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/43a610975bfc6092","status":"passed","time":{"start":1724921672581,"stop":1724921672581,"duration":0}},{"uid":"19475993bbb32366","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/19475993bbb32366","status":"passed","time":{"start":1724921629964,"stop":1724921629964,"duration":0}},{"uid":"ba4f85d6cce2ced9","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ba4f85d6cce2ced9","status":"passed","time":{"start":1724918337082,"stop":1724918337082,"duration":0}},{"uid":"3963550e816baa1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3963550e816baa1","status":"passed","time":{"start":1724890089178,"stop":1724890089179,"duration":1}},{"uid":"e24ff0820c14948f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e24ff0820c14948f","status":"passed","time":{"start":1724889221660,"stop":1724889221660,"duration":0}},{"uid":"760159196647ab93","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/760159196647ab93","status":"passed","time":{"start":1724888396188,"stop":1724888396188,"duration":0}},{"uid":"c84e3fa55139037b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c84e3fa55139037b","status":"passed","time":{"start":1724887170938,"stop":1724887170938,"duration":0}},{"uid":"c159ed9f16e0829c","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c159ed9f16e0829c","status":"passed","time":{"start":1724886948525,"stop":1724886948525,"duration":0}},{"uid":"d3a4f570b3dc49b3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3a4f570b3dc49b3","status":"passed","time":{"start":1724862370753,"stop":1724862370753,"duration":0}},{"uid":"3f18ded0fe8d001b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3f18ded0fe8d001b","status":"passed","time":{"start":1724861845164,"stop":1724861845166,"duration":2}},{"uid":"6d7f1fe53a089824","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6d7f1fe53a089824","status":"passed","time":{"start":1724861703116,"stop":1724861703116,"duration":0}},{"uid":"d1d00a60bcb2844a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/d1d00a60bcb2844a","status":"passed","time":{"start":1724861530976,"stop":1724861530976,"duration":0}}]},"4f307cc7c92f8a7b045d9da80ae0d231:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"24112303a49b08db","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/24112303a49b08db","status":"passed","time":{"start":1724923012483,"stop":1724923012483,"duration":0}},{"uid":"4a240941df5f3929","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4a240941df5f3929","status":"passed","time":{"start":1724921625094,"stop":1724921625094,"duration":0}},{"uid":"5ab17f82334b79e3","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5ab17f82334b79e3","status":"passed","time":{"start":1724921590514,"stop":1724921590514,"duration":0}},{"uid":"7ccbb721f445aed5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7ccbb721f445aed5","status":"passed","time":{"start":1724918287580,"stop":1724918287581,"duration":1}},{"uid":"61baa236013bf704","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/61baa236013bf704","status":"passed","time":{"start":1724890047806,"stop":1724890047807,"duration":1}},{"uid":"5f724094d6e9222c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5f724094d6e9222c","status":"passed","time":{"start":1724889183950,"stop":1724889183950,"duration":0}},{"uid":"9fa8eabe13a58241","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9fa8eabe13a58241","status":"passed","time":{"start":1724888354190,"stop":1724888354190,"duration":0}},{"uid":"e7f77338c84be1e1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e7f77338c84be1e1","status":"passed","time":{"start":1724887145732,"stop":1724887145733,"duration":1}},{"uid":"c5dfa3b1de8b614b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c5dfa3b1de8b614b","status":"passed","time":{"start":1724886915812,"stop":1724886915812,"duration":0}},{"uid":"698e0679fe89da40","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/698e0679fe89da40","status":"passed","time":{"start":1724862341468,"stop":1724862341469,"duration":1}},{"uid":"4a2fa323d09482fd","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4a2fa323d09482fd","status":"passed","time":{"start":1724861805474,"stop":1724861805474,"duration":0}},{"uid":"95f1332b42e61c5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/95f1332b42e61c5","status":"passed","time":{"start":1724861662303,"stop":1724861662304,"duration":1}},{"uid":"9aec8a3f63578f48","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9aec8a3f63578f48","status":"passed","time":{"start":1724861492532,"stop":1724861492533,"duration":1}}]},"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"742955bd6c24c4e8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/742955bd6c24c4e8","status":"passed","time":{"start":1724922437306,"stop":1724922437306,"duration":0}},{"uid":"619ce2fea4ad8e7e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/619ce2fea4ad8e7e","status":"passed","time":{"start":1724921096286,"stop":1724921096287,"duration":1}},{"uid":"e573bc39d6c5b985","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/e573bc39d6c5b985","status":"passed","time":{"start":1724921071512,"stop":1724921071512,"duration":0}},{"uid":"9af965ffa3eb923","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9af965ffa3eb923","status":"passed","time":{"start":1724917733229,"stop":1724917733229,"duration":0}},{"uid":"93fe025769176b0a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/93fe025769176b0a","status":"passed","time":{"start":1724889513547,"stop":1724889513548,"duration":1}},{"uid":"a5f467e01004e2df","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a5f467e01004e2df","status":"passed","time":{"start":1724888663277,"stop":1724888663277,"duration":0}},{"uid":"ad88823058865968","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ad88823058865968","status":"passed","time":{"start":1724887820110,"stop":1724887820110,"duration":0}},{"uid":"a69d2804df5a11b7","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a69d2804df5a11b7","status":"passed","time":{"start":1724886586381,"stop":1724886586382,"duration":1}},{"uid":"c997cc2a33f9f722","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c997cc2a33f9f722","status":"passed","time":{"start":1724886365424,"stop":1724886365425,"duration":1}},{"uid":"5338bce07e934dc0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5338bce07e934dc0","status":"passed","time":{"start":1724861812770,"stop":1724861812771,"duration":1}},{"uid":"ba73f294c6dc9948","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ba73f294c6dc9948","status":"passed","time":{"start":1724861281933,"stop":1724861281933,"duration":0}},{"uid":"c9782386a26d866d","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c9782386a26d866d","status":"passed","time":{"start":1724861109126,"stop":1724861109126,"duration":0}},{"uid":"7c035753a4861d1f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7c035753a4861d1f","status":"passed","time":{"start":1724860969294,"stop":1724860969294,"duration":0}}]},"5b45bb92c0a06b4175834dbf04d5c362:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3e644b0f49269df9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3e644b0f49269df9","status":"passed","time":{"start":1724921488887,"stop":1724921488888,"duration":1}}]},"7dae8bb55d6428cb3b2106bc904f3565:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1819113f85a5da1d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1819113f85a5da1d","status":"passed","time":{"start":1724922398403,"stop":1724922398403,"duration":0}},{"uid":"a9c66d064d6c5e66","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a9c66d064d6c5e66","status":"passed","time":{"start":1724921061370,"stop":1724921061370,"duration":0}},{"uid":"1ed67b21b44e471f","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1ed67b21b44e471f","status":"passed","time":{"start":1724921036548,"stop":1724921036549,"duration":1}},{"uid":"6dcec93f38cdb42f","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6dcec93f38cdb42f","status":"passed","time":{"start":1724917696991,"stop":1724917696992,"duration":1}},{"uid":"f2edd83cec06d0b5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2edd83cec06d0b5","status":"passed","time":{"start":1724889475436,"stop":1724889475436,"duration":0}},{"uid":"d3e4db7a86a09b16","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/d3e4db7a86a09b16","status":"passed","time":{"start":1724888626529,"stop":1724888626530,"duration":1}},{"uid":"ed89a94974e1e7da","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ed89a94974e1e7da","status":"passed","time":{"start":1724887782738,"stop":1724887782738,"duration":0}},{"uid":"c793f06efbc3d0ff","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c793f06efbc3d0ff","status":"passed","time":{"start":1724886549350,"stop":1724886549350,"duration":0}},{"uid":"8b2f2f4ae034a535","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8b2f2f4ae034a535","status":"passed","time":{"start":1724886326870,"stop":1724886326871,"duration":1}},{"uid":"ebecfe83c2b5c41b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ebecfe83c2b5c41b","status":"passed","time":{"start":1724861776301,"stop":1724861776301,"duration":0}},{"uid":"6195a33127e9986e","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/6195a33127e9986e","status":"passed","time":{"start":1724861246681,"stop":1724861246682,"duration":1}},{"uid":"ddf9581703518643","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ddf9581703518643","status":"passed","time":{"start":1724861070665,"stop":1724861070666,"duration":1}},{"uid":"317014cfee280b2e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/317014cfee280b2e","status":"passed","time":{"start":1724860931330,"stop":1724860931330,"duration":0}}]},"43e609e8a76551cf6870b645168fc675:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e10fb068f54eb2aa","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e10fb068f54eb2aa","status":"passed","time":{"start":1724922921464,"stop":1724922921465,"duration":1}},{"uid":"d7a8b42323bb9ccb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d7a8b42323bb9ccb","status":"passed","time":{"start":1724921602956,"stop":1724921602956,"duration":0}},{"uid":"12017d69d357e6ca","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/12017d69d357e6ca","status":"passed","time":{"start":1724921571100,"stop":1724921571100,"duration":0}},{"uid":"5e51be09c8b9b4e5","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5e51be09c8b9b4e5","status":"passed","time":{"start":1724918285596,"stop":1724918285597,"duration":1}},{"uid":"63fb41c77d09c0a0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/63fb41c77d09c0a0","status":"passed","time":{"start":1724890030093,"stop":1724890030093,"duration":0}},{"uid":"2d1b39efdd7e644d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2d1b39efdd7e644d","status":"passed","time":{"start":1724889171912,"stop":1724889171912,"duration":0}},{"uid":"fbf2480190af34eb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/fbf2480190af34eb","status":"passed","time":{"start":1724888350726,"stop":1724888350729,"duration":3}},{"uid":"d9bc8c92306810c5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d9bc8c92306810c5","status":"passed","time":{"start":1724887115412,"stop":1724887115413,"duration":1}},{"uid":"535cfa34a1bea681","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/535cfa34a1bea681","status":"passed","time":{"start":1724886884579,"stop":1724886884579,"duration":0}},{"uid":"65ff888db6a7196f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/65ff888db6a7196f","status":"passed","time":{"start":1724862322264,"stop":1724862322264,"duration":0}},{"uid":"663648a8a1a00015","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/663648a8a1a00015","status":"passed","time":{"start":1724861790754,"stop":1724861790754,"duration":0}},{"uid":"49d8de8f6f89707b","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/49d8de8f6f89707b","status":"passed","time":{"start":1724861628423,"stop":1724861628423,"duration":0}},{"uid":"fb096ac5fce52c51","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/fb096ac5fce52c51","status":"passed","time":{"start":1724861465628,"stop":1724861465628,"duration":0}}]},"76701d5ca0b3b70e8924e743b725e370:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9cb5ffbbe734324","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9cb5ffbbe734324","status":"passed","time":{"start":1724889169850,"stop":1724889169850,"duration":0}}]},"bbfc5d3825910c5f2bf1022c627c348e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"64569736038d35af","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/64569736038d35af","status":"passed","time":{"start":1724861983009,"stop":1724861983012,"duration":3}}]},"cf0cd468ff0903f99dcae51c5b7e1280:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a40656cb1e381f5c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a40656cb1e381f5c","status":"passed","time":{"start":1724862213661,"stop":1724862213662,"duration":1}}]},"1d2ad5d65c4f854f3f9c4916cd6c4d52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e54a64ad38ffc537","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e54a64ad38ffc537","status":"passed","time":{"start":1724922845236,"stop":1724922845236,"duration":0}},{"uid":"22d224c4577a0923","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/22d224c4577a0923","status":"passed","time":{"start":1724921515222,"stop":1724921515222,"duration":0}},{"uid":"786fe81a5f0f3f28","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/786fe81a5f0f3f28","status":"passed","time":{"start":1724921475441,"stop":1724921475442,"duration":1}},{"uid":"51c62db84291cba7","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/51c62db84291cba7","status":"passed","time":{"start":1724918179383,"stop":1724918179387,"duration":4}},{"uid":"7e82410da0db790","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e82410da0db790","status":"passed","time":{"start":1724889935336,"stop":1724889935337,"duration":1}},{"uid":"f9d38c672a29dc6b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f9d38c672a29dc6b","status":"passed","time":{"start":1724889072749,"stop":1724889072749,"duration":0}},{"uid":"28ade4bffbf5ded8","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/28ade4bffbf5ded8","status":"passed","time":{"start":1724888232410,"stop":1724888232411,"duration":1}},{"uid":"f36dfadf6b6b5598","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f36dfadf6b6b5598","status":"passed","time":{"start":1724887018290,"stop":1724887018290,"duration":0}},{"uid":"578957d85f1a2ad9","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/578957d85f1a2ad9","status":"passed","time":{"start":1724886781475,"stop":1724886781475,"duration":0}},{"uid":"31ca97d2b2681531","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31ca97d2b2681531","status":"passed","time":{"start":1724862213658,"stop":1724862213658,"duration":0}},{"uid":"f05bed68ae172b77","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f05bed68ae172b77","status":"passed","time":{"start":1724861685850,"stop":1724861685851,"duration":1}},{"uid":"5f36a3e08cbc8d32","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5f36a3e08cbc8d32","status":"passed","time":{"start":1724861546165,"stop":1724861546166,"duration":1}},{"uid":"de0f298837f89085","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/de0f298837f89085","status":"passed","time":{"start":1724861378106,"stop":1724861378106,"duration":0}}]},"7042dff534cddd27d2d085ef0aa37a66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"27791ba717691c8d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/27791ba717691c8d","status":"passed","time":{"start":1724922374690,"stop":1724922374690,"duration":0}},{"uid":"5883a1bcf9a7621d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5883a1bcf9a7621d","status":"passed","time":{"start":1724921037651,"stop":1724921037651,"duration":0}},{"uid":"fc4034c27bd21670","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fc4034c27bd21670","status":"passed","time":{"start":1724921013064,"stop":1724921013064,"duration":0}},{"uid":"30426627c491fc63","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/30426627c491fc63","status":"passed","time":{"start":1724917673305,"stop":1724917673305,"duration":0}},{"uid":"eba836f73c8ecb95","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/eba836f73c8ecb95","status":"passed","time":{"start":1724889452324,"stop":1724889452324,"duration":0}},{"uid":"1b39c2f7975f230","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/1b39c2f7975f230","status":"passed","time":{"start":1724888602857,"stop":1724888602857,"duration":0}},{"uid":"d060618d0a928ea","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d060618d0a928ea","status":"passed","time":{"start":1724887759177,"stop":1724887759177,"duration":0}},{"uid":"c8b821916eedb0fb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/c8b821916eedb0fb","status":"passed","time":{"start":1724886525555,"stop":1724886525556,"duration":1}},{"uid":"16cda696d19a38bd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/16cda696d19a38bd","status":"passed","time":{"start":1724886303411,"stop":1724886303411,"duration":0}},{"uid":"39bae9d69c73207a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/39bae9d69c73207a","status":"passed","time":{"start":1724861752248,"stop":1724861752248,"duration":0}},{"uid":"eeb96b74cb3e2a1b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/eeb96b74cb3e2a1b","status":"passed","time":{"start":1724861223368,"stop":1724861223368,"duration":0}},{"uid":"cae239faf00b42f9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/cae239faf00b42f9","status":"passed","time":{"start":1724861045217,"stop":1724861045217,"duration":0}},{"uid":"707b92b9cda1aa73","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/707b92b9cda1aa73","status":"passed","time":{"start":1724860907103,"stop":1724860907103,"duration":0}}]},"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6f78e24ffc3b2a25","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6f78e24ffc3b2a25","status":"passed","time":{"start":1724922635358,"stop":1724922635358,"duration":0}},{"uid":"5ed5fa2905dbd389","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/5ed5fa2905dbd389","status":"passed","time":{"start":1724921297017,"stop":1724921297018,"duration":1}},{"uid":"8c38e5a2e3061dba","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/8c38e5a2e3061dba","status":"passed","time":{"start":1724921276371,"stop":1724921276372,"duration":1}},{"uid":"a9c0e561dbb0610e","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a9c0e561dbb0610e","status":"passed","time":{"start":1724917948329,"stop":1724917948330,"duration":1}},{"uid":"8d9dc417146369a1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8d9dc417146369a1","status":"passed","time":{"start":1724889729016,"stop":1724889729017,"duration":1}},{"uid":"6f63026f29c12288","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6f63026f29c12288","status":"passed","time":{"start":1724888864959,"stop":1724888864960,"duration":1}},{"uid":"71a462c82ca255a4","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/71a462c82ca255a4","status":"passed","time":{"start":1724888053751,"stop":1724888053751,"duration":0}},{"uid":"e2fa96a076274e42","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e2fa96a076274e42","status":"passed","time":{"start":1724886811666,"stop":1724886811666,"duration":0}},{"uid":"876d3ab730b03192","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/876d3ab730b03192","status":"passed","time":{"start":1724886581008,"stop":1724886581009,"duration":1}},{"uid":"3c2ece55e4e071bb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c2ece55e4e071bb","status":"passed","time":{"start":1724862019565,"stop":1724862019565,"duration":0}},{"uid":"2ea87f556a3cd65b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2ea87f556a3cd65b","status":"passed","time":{"start":1724861493942,"stop":1724861493942,"duration":0}},{"uid":"b465eb46fd3e675a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b465eb46fd3e675a","status":"passed","time":{"start":1724861318058,"stop":1724861318060,"duration":2}},{"uid":"f777b6e95e1cee16","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f777b6e95e1cee16","status":"passed","time":{"start":1724861178520,"stop":1724861178520,"duration":0}}]},"01a914ece4efc021f813984d0b6cb2d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f2f3dc66a2ccfd3f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f2f3dc66a2ccfd3f","status":"passed","time":{"start":1724889144084,"stop":1724889144084,"duration":0}}]},"05ac328fcdad20d16ad68937252da987:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab0b070307328eef","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ab0b070307328eef","status":"passed","time":{"start":1724861145674,"stop":1724861145675,"duration":1}}]},"c78c9e4b68cd52724d7f39b3cfc23575:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8d9f5489f3982c1c","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8d9f5489f3982c1c","status":"passed","time":{"start":1724861800258,"stop":1724861800258,"duration":0}}]},"d9d045edbd4d6eea091f74f55cb13373:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c743c9f41a83bfff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c743c9f41a83bfff","status":"passed","time":{"start":1724921613054,"stop":1724921613054,"duration":0}}]},"5953d535b7b83c9632c08d994bae92ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e0ac56c51cdffd49","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/e0ac56c51cdffd49","status":"passed","time":{"start":1724922374682,"stop":1724922374683,"duration":1}},{"uid":"da4132c642b177e2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/da4132c642b177e2","status":"passed","time":{"start":1724921037643,"stop":1724921037643,"duration":0}},{"uid":"a029b7171c953f3a","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a029b7171c953f3a","status":"passed","time":{"start":1724921013056,"stop":1724921013056,"duration":0}},{"uid":"7aefa803908b3a83","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/7aefa803908b3a83","status":"passed","time":{"start":1724917673298,"stop":1724917673298,"duration":0}},{"uid":"acc4c0545e88c3fa","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/acc4c0545e88c3fa","status":"passed","time":{"start":1724889452317,"stop":1724889452317,"duration":0}},{"uid":"52f26fa32ebdd282","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52f26fa32ebdd282","status":"passed","time":{"start":1724888602847,"stop":1724888602848,"duration":1}},{"uid":"980df97a8f53ce30","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/980df97a8f53ce30","status":"passed","time":{"start":1724887759169,"stop":1724887759170,"duration":1}},{"uid":"f8b2f486d3ba765b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f8b2f486d3ba765b","status":"passed","time":{"start":1724886525549,"stop":1724886525549,"duration":0}},{"uid":"5c5f3db033798db0","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5c5f3db033798db0","status":"passed","time":{"start":1724886303403,"stop":1724886303403,"duration":0}},{"uid":"e66b75e123b5f53e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e66b75e123b5f53e","status":"passed","time":{"start":1724861752235,"stop":1724861752235,"duration":0}},{"uid":"660d5dc130303510","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/660d5dc130303510","status":"passed","time":{"start":1724861223360,"stop":1724861223361,"duration":1}},{"uid":"dd847bb074f99a14","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/dd847bb074f99a14","status":"passed","time":{"start":1724861045208,"stop":1724861045209,"duration":1}},{"uid":"9a0d1ddd9fc69fa6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/9a0d1ddd9fc69fa6","status":"passed","time":{"start":1724860907091,"stop":1724860907091,"duration":0}}]},"fc39982c60764f1c2d1f8b67dfc8040a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"355bac8607be3989","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/355bac8607be3989","status":"passed","time":{"start":1724889144085,"stop":1724889144085,"duration":0}}]},"07fd6b7b440ad8e72e5d0d37688bfbff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"af9b0dd1316143a4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/af9b0dd1316143a4","status":"passed","time":{"start":1724922383085,"stop":1724922383085,"duration":0}},{"uid":"530fdaa7dbf39669","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/530fdaa7dbf39669","status":"passed","time":{"start":1724921046201,"stop":1724921046202,"duration":1}},{"uid":"5644337d864bfa74","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5644337d864bfa74","status":"passed","time":{"start":1724921021476,"stop":1724921021477,"duration":1}},{"uid":"ed34649670ec6de3","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ed34649670ec6de3","status":"passed","time":{"start":1724917681725,"stop":1724917681725,"duration":0}},{"uid":"5ec4c23c33c88efe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5ec4c23c33c88efe","status":"passed","time":{"start":1724889460652,"stop":1724889460653,"duration":1}},{"uid":"e48693b3dcc15e7e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e48693b3dcc15e7e","status":"passed","time":{"start":1724888611296,"stop":1724888611296,"duration":0}},{"uid":"4b88e16fabc5db52","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4b88e16fabc5db52","status":"passed","time":{"start":1724887767621,"stop":1724887767621,"duration":0}},{"uid":"6d5472f9ed2cd2bf","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6d5472f9ed2cd2bf","status":"passed","time":{"start":1724886533987,"stop":1724886533991,"duration":4}},{"uid":"e663522688589b7a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e663522688589b7a","status":"passed","time":{"start":1724886311755,"stop":1724886311756,"duration":1}},{"uid":"b74ab4f6f6c5fe0b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b74ab4f6f6c5fe0b","status":"passed","time":{"start":1724861760776,"stop":1724861760776,"duration":0}},{"uid":"3baaffd09e5af823","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/3baaffd09e5af823","status":"passed","time":{"start":1724861231735,"stop":1724861231735,"duration":0}},{"uid":"e45cef558c41c31e","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/e45cef558c41c31e","status":"passed","time":{"start":1724861054256,"stop":1724861054257,"duration":1}},{"uid":"988db2845e3ca8a6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/988db2845e3ca8a6","status":"passed","time":{"start":1724860915811,"stop":1724860915816,"duration":5}}]},"fe328248c632be0d324baf204ecdc3e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f722752192e943d1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f722752192e943d1","status":"passed","time":{"start":1724923012458,"stop":1724923012458,"duration":0}},{"uid":"f32b80fa88ae5b94","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f32b80fa88ae5b94","status":"passed","time":{"start":1724921625033,"stop":1724921625033,"duration":0}},{"uid":"5a5a413dbde5130c","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5a5a413dbde5130c","status":"passed","time":{"start":1724921590478,"stop":1724921590478,"duration":0}},{"uid":"ebd72ef07ed93218","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/ebd72ef07ed93218","status":"passed","time":{"start":1724918287557,"stop":1724918287557,"duration":0}},{"uid":"14353204bbdeb268","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/14353204bbdeb268","status":"passed","time":{"start":1724890047781,"stop":1724890047781,"duration":0}},{"uid":"a20c1743f0b2085f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a20c1743f0b2085f","status":"passed","time":{"start":1724889183912,"stop":1724889183913,"duration":1}},{"uid":"e88eb4ca8c972af5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e88eb4ca8c972af5","status":"passed","time":{"start":1724888354157,"stop":1724888354158,"duration":1}},{"uid":"ff900231255143f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ff900231255143f","status":"passed","time":{"start":1724887145649,"stop":1724887145650,"duration":1}},{"uid":"f8f692fa9d8ee515","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/f8f692fa9d8ee515","status":"passed","time":{"start":1724886915775,"stop":1724886915775,"duration":0}},{"uid":"ccd2d5049fb7b3b8","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ccd2d5049fb7b3b8","status":"passed","time":{"start":1724862341430,"stop":1724862341430,"duration":0}},{"uid":"ea95001cfed28cd1","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/ea95001cfed28cd1","status":"passed","time":{"start":1724861805429,"stop":1724861805430,"duration":1}},{"uid":"ac20047f753db977","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/ac20047f753db977","status":"passed","time":{"start":1724861662238,"stop":1724861662239,"duration":1}},{"uid":"8f7eb84e4ebe0be9","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8f7eb84e4ebe0be9","status":"passed","time":{"start":1724861492501,"stop":1724861492502,"duration":1}}]},"b63443a110fa001ebe2ff644ef2583af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba031fdf05c12270","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ba031fdf05c12270","status":"passed","time":{"start":1724921571109,"stop":1724921571109,"duration":0}}]},"0820a766a9c53d82dbe44dc8b333040f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c05ffc0445f5a2ed","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c05ffc0445f5a2ed","status":"passed","time":{"start":1724886906378,"stop":1724886906378,"duration":0}}]},"91234321a2619432587a4f5116265176:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"582853db24a2f90f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/582853db24a2f90f","status":"passed","time":{"start":1724862233523,"stop":1724862233523,"duration":0}}]},"f2541bf96bf4b9f11cf326933201a52a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3343a0fc1709414e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/3343a0fc1709414e","status":"passed","time":{"start":1724923012460,"stop":1724923012460,"duration":0}},{"uid":"9db35cd4c5c68a66","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9db35cd4c5c68a66","status":"passed","time":{"start":1724921625037,"stop":1724921625038,"duration":1}},{"uid":"eb67c95f4246120e","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/eb67c95f4246120e","status":"passed","time":{"start":1724921590481,"stop":1724921590482,"duration":1}},{"uid":"d7e6c36bdb7af766","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/d7e6c36bdb7af766","status":"passed","time":{"start":1724918287560,"stop":1724918287560,"duration":0}},{"uid":"b2c4a0d65d99604c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b2c4a0d65d99604c","status":"passed","time":{"start":1724890047783,"stop":1724890047783,"duration":0}},{"uid":"4d3568c0fc7acc99","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4d3568c0fc7acc99","status":"passed","time":{"start":1724889183915,"stop":1724889183915,"duration":0}},{"uid":"27cf235444c76a06","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/27cf235444c76a06","status":"passed","time":{"start":1724888354160,"stop":1724888354160,"duration":0}},{"uid":"f55ec1073164c40d","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f55ec1073164c40d","status":"passed","time":{"start":1724887145651,"stop":1724887145652,"duration":1}},{"uid":"8fba490c0f41c95d","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8fba490c0f41c95d","status":"passed","time":{"start":1724886915777,"stop":1724886915777,"duration":0}},{"uid":"beb0dd9e7f638ea9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/beb0dd9e7f638ea9","status":"passed","time":{"start":1724862341432,"stop":1724862341432,"duration":0}},{"uid":"171fcb74bd4bcca5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/171fcb74bd4bcca5","status":"passed","time":{"start":1724861805434,"stop":1724861805435,"duration":1}},{"uid":"491810379be724b6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/491810379be724b6","status":"passed","time":{"start":1724861662241,"stop":1724861662241,"duration":0}},{"uid":"b74acaea58e6b2f6","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/b74acaea58e6b2f6","status":"passed","time":{"start":1724861492503,"stop":1724861492504,"duration":1}}]},"2b1dd4e975806d76599d997e3099ca66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"af4ef0073c9c634c","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/af4ef0073c9c634c","status":"passed","time":{"start":1724922778324,"stop":1724922778324,"duration":0}},{"uid":"cfdfe26fc1eaf1b2","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/cfdfe26fc1eaf1b2","status":"passed","time":{"start":1724921497753,"stop":1724921497753,"duration":0}},{"uid":"258656b6904028aa","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/258656b6904028aa","status":"passed","time":{"start":1724921408407,"stop":1724921408407,"duration":0}},{"uid":"845d5f9907bd2761","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/845d5f9907bd2761","status":"passed","time":{"start":1724918086868,"stop":1724918086868,"duration":0}},{"uid":"7e05069ab67867ec","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7e05069ab67867ec","status":"passed","time":{"start":1724889892444,"stop":1724889892444,"duration":0}},{"uid":"afce9e5584afe02e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/afce9e5584afe02e","status":"passed","time":{"start":1724888997214,"stop":1724888997214,"duration":0}},{"uid":"bcf1a46861f92342","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/bcf1a46861f92342","status":"passed","time":{"start":1724888159486,"stop":1724888159486,"duration":0}},{"uid":"5fd01d032bfe4d63","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5fd01d032bfe4d63","status":"passed","time":{"start":1724886937289,"stop":1724886937289,"duration":0}},{"uid":"6842d340acd8cc25","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/6842d340acd8cc25","status":"passed","time":{"start":1724886709796,"stop":1724886709797,"duration":1}},{"uid":"9cec870a8811a1a3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9cec870a8811a1a3","status":"passed","time":{"start":1724862123535,"stop":1724862123535,"duration":0}},{"uid":"7a8fa9613b1ef04","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7a8fa9613b1ef04","status":"passed","time":{"start":1724861620101,"stop":1724861620102,"duration":1}},{"uid":"fb6561b12bf137b5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/fb6561b12bf137b5","status":"passed","time":{"start":1724861460234,"stop":1724861460236,"duration":2}},{"uid":"2735f94aaf60072e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2735f94aaf60072e","status":"passed","time":{"start":1724861330169,"stop":1724861330170,"duration":1}}]},"4b209ca22f5cdd997fd0e47580f47a61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4a91e8ea60f8a994","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4a91e8ea60f8a994","status":"passed","time":{"start":1724922891486,"stop":1724922891486,"duration":0}},{"uid":"df430495f36d5327","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/df430495f36d5327","status":"passed","time":{"start":1724921563010,"stop":1724921563010,"duration":0}},{"uid":"43d0740a22d09ad8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/43d0740a22d09ad8","status":"passed","time":{"start":1724921526810,"stop":1724921526810,"duration":0}},{"uid":"e482fea1851e5a56","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e482fea1851e5a56","status":"passed","time":{"start":1724918239938,"stop":1724918239938,"duration":0}},{"uid":"31b601893c2e1c6f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/31b601893c2e1c6f","status":"passed","time":{"start":1724889980884,"stop":1724889980885,"duration":1}},{"uid":"bf5fc474b0959b0d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bf5fc474b0959b0d","status":"passed","time":{"start":1724889109947,"stop":1724889109947,"duration":0}},{"uid":"facc248f723d0ab1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/facc248f723d0ab1","status":"passed","time":{"start":1724888294720,"stop":1724888294720,"duration":0}},{"uid":"8558ec86ca667834","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8558ec86ca667834","status":"passed","time":{"start":1724887071736,"stop":1724887071736,"duration":0}},{"uid":"d3beb8df72f0f0b3","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d3beb8df72f0f0b3","status":"passed","time":{"start":1724886848342,"stop":1724886848343,"duration":1}},{"uid":"7269279248781d24","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7269279248781d24","status":"passed","time":{"start":1724862259244,"stop":1724862259244,"duration":0}},{"uid":"47e7b3e5abccb6a2","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/47e7b3e5abccb6a2","status":"passed","time":{"start":1724861735322,"stop":1724861735323,"duration":1}},{"uid":"8a74f911217e1fc7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/8a74f911217e1fc7","status":"passed","time":{"start":1724861606336,"stop":1724861606337,"duration":1}},{"uid":"4034d02aaca70c64","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4034d02aaca70c64","status":"passed","time":{"start":1724861426683,"stop":1724861426683,"duration":0}}]},"462ed29437555677fe0da8e7d10f84ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4822241c8b5fc301","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4822241c8b5fc301","status":"passed","time":{"start":1724922374696,"stop":1724922374697,"duration":1}},{"uid":"730098fbcbfc6c28","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/730098fbcbfc6c28","status":"passed","time":{"start":1724921037655,"stop":1724921037655,"duration":0}},{"uid":"ea2506695b34e479","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/ea2506695b34e479","status":"passed","time":{"start":1724921013070,"stop":1724921013070,"duration":0}},{"uid":"6e7494bbf6a16b1a","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/6e7494bbf6a16b1a","status":"passed","time":{"start":1724917673310,"stop":1724917673310,"duration":0}},{"uid":"a8e3747d6513c45c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a8e3747d6513c45c","status":"passed","time":{"start":1724889452330,"stop":1724889452330,"duration":0}},{"uid":"7834e8de4095c5c0","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7834e8de4095c5c0","status":"passed","time":{"start":1724888602862,"stop":1724888602862,"duration":0}},{"uid":"d3109b6bc15df558","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d3109b6bc15df558","status":"passed","time":{"start":1724887759182,"stop":1724887759182,"duration":0}},{"uid":"43cee37a6b6e5425","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/43cee37a6b6e5425","status":"passed","time":{"start":1724886525560,"stop":1724886525560,"duration":0}},{"uid":"8a11c83eec07f916","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8a11c83eec07f916","status":"passed","time":{"start":1724886303416,"stop":1724886303416,"duration":0}},{"uid":"a2aaff07afc324d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/a2aaff07afc324d","status":"passed","time":{"start":1724861752252,"stop":1724861752252,"duration":0}},{"uid":"d61f214635ccd70b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d61f214635ccd70b","status":"passed","time":{"start":1724861223373,"stop":1724861223373,"duration":0}},{"uid":"1f39323590ebbf62","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/1f39323590ebbf62","status":"passed","time":{"start":1724861045222,"stop":1724861045223,"duration":1}},{"uid":"810068d4aeb7a315","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/810068d4aeb7a315","status":"passed","time":{"start":1724860907109,"stop":1724860907109,"duration":0}}]},"0152fbeda9e280ec6119fe755aac6f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9739a2f780a36b82","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/9739a2f780a36b82","status":"passed","time":{"start":1724921577170,"stop":1724921577170,"duration":0}}]},"1132e4ea197035baf51373627994ceb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d44fc5437296b23d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/d44fc5437296b23d","status":"passed","time":{"start":1724922425595,"stop":1724922425597,"duration":2}},{"uid":"2f09f31a7b00046d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/2f09f31a7b00046d","status":"passed","time":{"start":1724921088192,"stop":1724921088193,"duration":1}},{"uid":"a5be18a03f04e58d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a5be18a03f04e58d","status":"passed","time":{"start":1724921063381,"stop":1724921063381,"duration":0}},{"uid":"a03561cd36c9b4ad","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a03561cd36c9b4ad","status":"passed","time":{"start":1724917723830,"stop":1724917723831,"duration":1}},{"uid":"5bda3cb97bdb1b7f","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5bda3cb97bdb1b7f","status":"passed","time":{"start":1724889503225,"stop":1724889503225,"duration":0}},{"uid":"c1d9a2133f80818e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c1d9a2133f80818e","status":"passed","time":{"start":1724888652592,"stop":1724888652592,"duration":0}},{"uid":"964fece849f7bdad","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/964fece849f7bdad","status":"passed","time":{"start":1724887810646,"stop":1724887810647,"duration":1}},{"uid":"83ed07d9c399801b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/83ed07d9c399801b","status":"passed","time":{"start":1724886577063,"stop":1724886577065,"duration":2}},{"uid":"b0146a8bfcadce48","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/b0146a8bfcadce48","status":"passed","time":{"start":1724886355049,"stop":1724886355049,"duration":0}},{"uid":"3c9a9e793251b45a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c9a9e793251b45a","status":"passed","time":{"start":1724861804038,"stop":1724861804038,"duration":0}},{"uid":"7d7ede9d6dc8e7a5","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7d7ede9d6dc8e7a5","status":"passed","time":{"start":1724861273294,"stop":1724861273295,"duration":1}},{"uid":"32f177e0492c4aee","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/32f177e0492c4aee","status":"passed","time":{"start":1724861099306,"stop":1724861099306,"duration":0}},{"uid":"459cfe511738058f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/459cfe511738058f","status":"passed","time":{"start":1724860959302,"stop":1724860959303,"duration":1}}]},"3f5c35156711959eda236cd101661550:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"149ef4ef037b4f93","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/149ef4ef037b4f93","status":"passed","time":{"start":1724922374674,"stop":1724922374674,"duration":0}},{"uid":"7f5d938f054952ef","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7f5d938f054952ef","status":"passed","time":{"start":1724921037635,"stop":1724921037635,"duration":0}},{"uid":"65f71b5971e26f96","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/65f71b5971e26f96","status":"passed","time":{"start":1724921013047,"stop":1724921013047,"duration":0}},{"uid":"a0a0ff7f175e3e0","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/a0a0ff7f175e3e0","status":"passed","time":{"start":1724917673291,"stop":1724917673291,"duration":0}},{"uid":"b1c4ebd114a05df4","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/b1c4ebd114a05df4","status":"passed","time":{"start":1724889452309,"stop":1724889452309,"duration":0}},{"uid":"9e3bc7417dd22347","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9e3bc7417dd22347","status":"passed","time":{"start":1724888602839,"stop":1724888602840,"duration":1}},{"uid":"5b26a79a36fb0f8f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5b26a79a36fb0f8f","status":"passed","time":{"start":1724887759163,"stop":1724887759163,"duration":0}},{"uid":"8aff8e43faf15141","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/8aff8e43faf15141","status":"passed","time":{"start":1724886525543,"stop":1724886525543,"duration":0}},{"uid":"aecdc0e3a04d7bea","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/aecdc0e3a04d7bea","status":"passed","time":{"start":1724886303396,"stop":1724886303396,"duration":0}},{"uid":"69c1da296a16a076","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/69c1da296a16a076","status":"passed","time":{"start":1724861752226,"stop":1724861752228,"duration":2}},{"uid":"8278eb83513d3265","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/8278eb83513d3265","status":"passed","time":{"start":1724861223354,"stop":1724861223354,"duration":0}},{"uid":"4857528aa2b8ba0a","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4857528aa2b8ba0a","status":"passed","time":{"start":1724861045201,"stop":1724861045202,"duration":1}},{"uid":"96f20da2c100d2d0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/96f20da2c100d2d0","status":"passed","time":{"start":1724860907084,"stop":1724860907084,"duration":0}}]},"63bfbc7bb8db232201832c65ba295a72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a096303cced7eae1","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/a096303cced7eae1","status":"passed","time":{"start":1724921613055,"stop":1724921613055,"duration":0}}]},"d4f0fd57ff4c72a9038ce8d3ec761e17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1437e6e6c6f30c40","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1437e6e6c6f30c40","status":"passed","time":{"start":1724922971797,"stop":1724922971797,"duration":0}},{"uid":"c0cd2ebe077eef3b","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c0cd2ebe077eef3b","status":"passed","time":{"start":1724921663252,"stop":1724921663253,"duration":1}},{"uid":"4558ab22cea828ae","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/4558ab22cea828ae","status":"passed","time":{"start":1724921617878,"stop":1724921617878,"duration":0}},{"uid":"bf2c47efce348d29","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bf2c47efce348d29","status":"passed","time":{"start":1724918326159,"stop":1724918326159,"duration":0}},{"uid":"71e2200ac132780e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/71e2200ac132780e","status":"passed","time":{"start":1724890076390,"stop":1724890076391,"duration":1}},{"uid":"85c77d615b245e06","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/85c77d615b245e06","status":"passed","time":{"start":1724889199685,"stop":1724889199686,"duration":1}},{"uid":"98c289944155053a","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/98c289944155053a","status":"passed","time":{"start":1724888382418,"stop":1724888382419,"duration":1}},{"uid":"f45650684f29a57b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f45650684f29a57b","status":"passed","time":{"start":1724887156364,"stop":1724887156365,"duration":1}},{"uid":"d32ab024d62d894a","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/d32ab024d62d894a","status":"passed","time":{"start":1724886936157,"stop":1724886936158,"duration":1}},{"uid":"7b6434cea46e48db","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7b6434cea46e48db","status":"passed","time":{"start":1724862347634,"stop":1724862347634,"duration":0}},{"uid":"d30f8639f916a2ba","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/d30f8639f916a2ba","status":"passed","time":{"start":1724861827950,"stop":1724861827951,"duration":1}},{"uid":"4c64b32933cdfd7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/4c64b32933cdfd7","status":"passed","time":{"start":1724861685955,"stop":1724861685956,"duration":1}},{"uid":"5f57ca28e52ecf72","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5f57ca28e52ecf72","status":"passed","time":{"start":1724861514745,"stop":1724861514745,"duration":0}}]},"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4f0454b0ae62aea0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4f0454b0ae62aea0","status":"passed","time":{"start":1724922971799,"stop":1724922971799,"duration":0}},{"uid":"efa2e919677bca6","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/efa2e919677bca6","status":"passed","time":{"start":1724921663254,"stop":1724921663254,"duration":0}},{"uid":"397e315224ab27ac","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/397e315224ab27ac","status":"passed","time":{"start":1724921617879,"stop":1724921617879,"duration":0}},{"uid":"5fa91520875bcc45","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5fa91520875bcc45","status":"passed","time":{"start":1724918326161,"stop":1724918326161,"duration":0}},{"uid":"df717baae45145ee","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/df717baae45145ee","status":"passed","time":{"start":1724890076393,"stop":1724890076393,"duration":0}},{"uid":"c905974faf0aab34","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c905974faf0aab34","status":"passed","time":{"start":1724889199689,"stop":1724889199690,"duration":1}},{"uid":"58052281439e166f","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/58052281439e166f","status":"passed","time":{"start":1724888382426,"stop":1724888382427,"duration":1}},{"uid":"80ff81ed98e4b728","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/80ff81ed98e4b728","status":"passed","time":{"start":1724887156369,"stop":1724887156369,"duration":0}},{"uid":"2baf1b3883b66b7b","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/2baf1b3883b66b7b","status":"passed","time":{"start":1724886936170,"stop":1724886936171,"duration":1}},{"uid":"7df77aee4027e455","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/7df77aee4027e455","status":"passed","time":{"start":1724862347645,"stop":1724862347645,"duration":0}},{"uid":"93213b5ed2f97bfb","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/93213b5ed2f97bfb","status":"passed","time":{"start":1724861827953,"stop":1724861827958,"duration":5}},{"uid":"2cb6f0ee350d6cbb","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2cb6f0ee350d6cbb","status":"passed","time":{"start":1724861685959,"stop":1724861685959,"duration":0}},{"uid":"5421cf79df4dfa85","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/5421cf79df4dfa85","status":"passed","time":{"start":1724861514747,"stop":1724861514747,"duration":0}}]},"7a0e903181dadff43fec8ccdb14f62d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"430c53218afb111f","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/430c53218afb111f","status":"passed","time":{"start":1724861428478,"stop":1724861428478,"duration":0}}]},"e646cc39ae7596a34ab207b198fff971:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"883d395d3a232e57","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/883d395d3a232e57","status":"passed","time":{"start":1724921515225,"stop":1724921515226,"duration":1}}]},"11a18f98a0621ac4de0ae85169b12a88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"776b8b391cf32a00","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/776b8b391cf32a00","status":"passed","time":{"start":1724922647829,"stop":1724922647830,"duration":1}},{"uid":"50fd81ba7d4f3fe9","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/50fd81ba7d4f3fe9","status":"passed","time":{"start":1724921300785,"stop":1724921300786,"duration":1}},{"uid":"109d8adb56b1e290","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/109d8adb56b1e290","status":"passed","time":{"start":1724921280712,"stop":1724921280713,"duration":1}},{"uid":"1cd629b1d84558ee","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/1cd629b1d84558ee","status":"passed","time":{"start":1724917963257,"stop":1724917963258,"duration":1}},{"uid":"86958f2ad74fe777","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/86958f2ad74fe777","status":"passed","time":{"start":1724889734116,"stop":1724889734117,"duration":1}},{"uid":"bc257af3d1e3f7c2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc257af3d1e3f7c2","status":"passed","time":{"start":1724888859613,"stop":1724888859614,"duration":1}},{"uid":"275b95f5d506742b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/275b95f5d506742b","status":"passed","time":{"start":1724888053949,"stop":1724888053950,"duration":1}},{"uid":"269e42324cbbfedd","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/269e42324cbbfedd","status":"passed","time":{"start":1724886820675,"stop":1724886820675,"duration":0}},{"uid":"9d6bc7b6bdda5e5f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9d6bc7b6bdda5e5f","status":"passed","time":{"start":1724886589263,"stop":1724886589264,"duration":1}},{"uid":"5367a709cd3752b9","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/5367a709cd3752b9","status":"passed","time":{"start":1724862027789,"stop":1724862027790,"duration":1}},{"uid":"78ae417bb3ac8f87","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/78ae417bb3ac8f87","status":"passed","time":{"start":1724861484558,"stop":1724861484558,"duration":0}},{"uid":"5206d3cfb51f0af5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/5206d3cfb51f0af5","status":"passed","time":{"start":1724861315155,"stop":1724861315156,"duration":1}},{"uid":"ca7635007e93f56e","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/ca7635007e93f56e","status":"passed","time":{"start":1724861168753,"stop":1724861168754,"duration":1}}]},"4aa06c86e047d7006ba05f1f8c715d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3a25caf843c54f6b","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/3a25caf843c54f6b","status":"passed","time":{"start":1724887092628,"stop":1724887092628,"duration":0}}]},"9aff6e9ab006463bf8c992d49c11c2a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21bdeca75913d98d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/21bdeca75913d98d","status":"passed","time":{"start":1724889144087,"stop":1724889144087,"duration":0}}]},"c106dcb13a284be42fcd5b237b665822:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"39a361ba31b3655f","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/39a361ba31b3655f","status":"passed","time":{"start":1724923048501,"stop":1724923048501,"duration":0}},{"uid":"1794b2a18690e6a4","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/1794b2a18690e6a4","status":"passed","time":{"start":1724921723783,"stop":1724921723784,"duration":1}},{"uid":"fdee57ad43fe3efe","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/fdee57ad43fe3efe","status":"passed","time":{"start":1724921678669,"stop":1724921678669,"duration":0}},{"uid":"9598d79bc56fdc13","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9598d79bc56fdc13","status":"passed","time":{"start":1724918386963,"stop":1724918386964,"duration":1}},{"uid":"bc09c82b8d3876e7","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/bc09c82b8d3876e7","status":"passed","time":{"start":1724890140901,"stop":1724890140901,"duration":0}},{"uid":"9ecc1f8203646925","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9ecc1f8203646925","status":"passed","time":{"start":1724889274452,"stop":1724889274452,"duration":0}},{"uid":"6ff6bab86f6f9d71","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6ff6bab86f6f9d71","status":"passed","time":{"start":1724888449347,"stop":1724888449348,"duration":1}},{"uid":"b5f2ee43e2141676","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b5f2ee43e2141676","status":"passed","time":{"start":1724887217801,"stop":1724887217801,"duration":0}},{"uid":"c913b15e284fd1ca","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/c913b15e284fd1ca","status":"passed","time":{"start":1724887001921,"stop":1724887001922,"duration":1}},{"uid":"e121076a4801a28c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e121076a4801a28c","status":"passed","time":{"start":1724862417855,"stop":1724862417855,"duration":0}},{"uid":"c915e7cea87e19","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/c915e7cea87e19","status":"passed","time":{"start":1724861895532,"stop":1724861895533,"duration":1}},{"uid":"9c8fc1763ca902a9","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/9c8fc1763ca902a9","status":"passed","time":{"start":1724861753060,"stop":1724861753061,"duration":1}},{"uid":"72fdd2b3dda73119","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/72fdd2b3dda73119","status":"passed","time":{"start":1724861587586,"stop":1724861587587,"duration":1}}]},"6d7b57cbb76d683aad87af8f9a67bde8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4819a9b4badaa8b0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/4819a9b4badaa8b0","status":"passed","time":{"start":1724861685854,"stop":1724861685855,"duration":1}}]},"2d2e99da3644178bf815403487abb4cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c3ac5c8742c5ea90","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/c3ac5c8742c5ea90","status":"passed","time":{"start":1724922971801,"stop":1724922971801,"duration":0}},{"uid":"36774146fa4390ff","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/36774146fa4390ff","status":"passed","time":{"start":1724921663256,"stop":1724921663256,"duration":0}},{"uid":"7d1ec9ea81d3b5f8","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7d1ec9ea81d3b5f8","status":"passed","time":{"start":1724921617882,"stop":1724921617882,"duration":0}},{"uid":"369d95cef6601877","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/369d95cef6601877","status":"passed","time":{"start":1724918326162,"stop":1724918326163,"duration":1}},{"uid":"ebc5a69ef4fc1abe","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ebc5a69ef4fc1abe","status":"passed","time":{"start":1724890076399,"stop":1724890076400,"duration":1}},{"uid":"103cd5427a8f7ef5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/103cd5427a8f7ef5","status":"passed","time":{"start":1724889199691,"stop":1724889199692,"duration":1}},{"uid":"af014da642a01ebb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/af014da642a01ebb","status":"passed","time":{"start":1724888382429,"stop":1724888382429,"duration":0}},{"uid":"ff32e129187a5557","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/ff32e129187a5557","status":"passed","time":{"start":1724887156371,"stop":1724887156371,"duration":0}},{"uid":"eb7f50d89df1baaf","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/eb7f50d89df1baaf","status":"passed","time":{"start":1724886936174,"stop":1724886936175,"duration":1}},{"uid":"9f9523b7aa9160e5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f9523b7aa9160e5","status":"passed","time":{"start":1724862347649,"stop":1724862347650,"duration":1}},{"uid":"2f36f9e562eb6a65","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/2f36f9e562eb6a65","status":"passed","time":{"start":1724861827959,"stop":1724861827959,"duration":0}},{"uid":"bd464ba531f712ac","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/bd464ba531f712ac","status":"passed","time":{"start":1724861685962,"stop":1724861685962,"duration":0}},{"uid":"3871923f14798642","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/3871923f14798642","status":"passed","time":{"start":1724861514748,"stop":1724861514749,"duration":1}}]},"afe5846fa7c9c72b3080fc7c91a81d53:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c8681cf608482ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6c8681cf608482ac","status":"passed","time":{"start":1724890039744,"stop":1724890039745,"duration":1}}]},"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fe88af9582cb268e","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/fe88af9582cb268e","status":"passed","time":{"start":1724922635354,"stop":1724922635354,"duration":0}},{"uid":"507c4f7a63459610","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/507c4f7a63459610","status":"passed","time":{"start":1724921297007,"stop":1724921297007,"duration":0}},{"uid":"5836c6c604bb9509","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/5836c6c604bb9509","status":"passed","time":{"start":1724921276367,"stop":1724921276367,"duration":0}},{"uid":"bb181a242bfb3dd","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/bb181a242bfb3dd","status":"passed","time":{"start":1724917948323,"stop":1724917948324,"duration":1}},{"uid":"52f4c3d2a8df9d6","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/52f4c3d2a8df9d6","status":"passed","time":{"start":1724889729008,"stop":1724889729008,"duration":0}},{"uid":"48949877d91b1f18","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/48949877d91b1f18","status":"passed","time":{"start":1724888864953,"stop":1724888864954,"duration":1}},{"uid":"7daf542cedb22f31","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/7daf542cedb22f31","status":"passed","time":{"start":1724888053747,"stop":1724888053747,"duration":0}},{"uid":"f8183552326f24fe","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/f8183552326f24fe","status":"passed","time":{"start":1724886811661,"stop":1724886811662,"duration":1}},{"uid":"bd38cff206413edd","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/bd38cff206413edd","status":"passed","time":{"start":1724886581003,"stop":1724886581003,"duration":0}},{"uid":"f1a6d373e1b4918b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/f1a6d373e1b4918b","status":"passed","time":{"start":1724862019561,"stop":1724862019561,"duration":0}},{"uid":"93b0cee8baa92ce0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/93b0cee8baa92ce0","status":"passed","time":{"start":1724861493937,"stop":1724861493937,"duration":0}},{"uid":"c92cdac04be267d5","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c92cdac04be267d5","status":"passed","time":{"start":1724861318028,"stop":1724861318028,"duration":0}},{"uid":"317938095db4b427","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/317938095db4b427","status":"passed","time":{"start":1724861178515,"stop":1724861178516,"duration":1}}]},"c54446b9cc7f1c9cab70e8410107944e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4073ccc3e53de023","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4073ccc3e53de023","status":"passed","time":{"start":1724890039740,"stop":1724890039740,"duration":0}}]},"91169d6788180ef760710800a9fa26e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"424e8605db358d25","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/424e8605db358d25","status":"passed","time":{"start":1724922374686,"stop":1724922374686,"duration":0}},{"uid":"ed2db9c3dd027f8","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ed2db9c3dd027f8","status":"passed","time":{"start":1724921037647,"stop":1724921037647,"duration":0}},{"uid":"3248bbdb10213b35","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/3248bbdb10213b35","status":"passed","time":{"start":1724921013060,"stop":1724921013060,"duration":0}},{"uid":"db59be993c6cff07","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/db59be993c6cff07","status":"passed","time":{"start":1724917673301,"stop":1724917673301,"duration":0}},{"uid":"dc0c3fafbbb1d6f5","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/dc0c3fafbbb1d6f5","status":"passed","time":{"start":1724889452321,"stop":1724889452321,"duration":0}},{"uid":"2ee5e9067fcb7f0c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2ee5e9067fcb7f0c","status":"passed","time":{"start":1724888602852,"stop":1724888602852,"duration":0}},{"uid":"18b1b772848f83ac","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/18b1b772848f83ac","status":"passed","time":{"start":1724887759173,"stop":1724887759174,"duration":1}},{"uid":"a3e5a438de2595a3","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a3e5a438de2595a3","status":"passed","time":{"start":1724886525552,"stop":1724886525553,"duration":1}},{"uid":"fc63f9d32053e454","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/fc63f9d32053e454","status":"passed","time":{"start":1724886303407,"stop":1724886303407,"duration":0}},{"uid":"8a873b3f30a6b849","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/8a873b3f30a6b849","status":"passed","time":{"start":1724861752240,"stop":1724861752240,"duration":0}},{"uid":"f9cfdec184d02232","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/f9cfdec184d02232","status":"passed","time":{"start":1724861223364,"stop":1724861223364,"duration":0}},{"uid":"c22e4a5cb335a962","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/c22e4a5cb335a962","status":"passed","time":{"start":1724861045213,"stop":1724861045213,"duration":0}},{"uid":"c0920ca72ac0f5f0","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/c0920ca72ac0f5f0","status":"passed","time":{"start":1724860907098,"stop":1724860907098,"duration":0}}]},"faf5c97a47e44194b2bede086cc64fb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7ffc52be0b135df0","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/7ffc52be0b135df0","status":"passed","time":{"start":1724922402861,"stop":1724922402861,"duration":0}},{"uid":"b067aa7821b49b78","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b067aa7821b49b78","status":"passed","time":{"start":1724921065908,"stop":1724921065908,"duration":0}},{"uid":"91476312301a0048","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/91476312301a0048","status":"passed","time":{"start":1724921040945,"stop":1724921040946,"duration":1}},{"uid":"5ecdd432045c5bdb","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/5ecdd432045c5bdb","status":"passed","time":{"start":1724917701154,"stop":1724917701154,"duration":0}},{"uid":"907c3d3d031afbcb","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/907c3d3d031afbcb","status":"passed","time":{"start":1724889479973,"stop":1724889479973,"duration":0}},{"uid":"66e70b1d8a8342ff","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/66e70b1d8a8342ff","status":"passed","time":{"start":1724888630721,"stop":1724888630722,"duration":1}},{"uid":"d675ae02803df951","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/d675ae02803df951","status":"passed","time":{"start":1724887787004,"stop":1724887787004,"duration":0}},{"uid":"2111e74c748d8bc1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2111e74c748d8bc1","status":"passed","time":{"start":1724886553667,"stop":1724886553667,"duration":0}},{"uid":"13ede41c4c0701","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/13ede41c4c0701","status":"passed","time":{"start":1724886331490,"stop":1724886331490,"duration":0}},{"uid":"e9449f682bfce9e3","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e9449f682bfce9e3","status":"passed","time":{"start":1724861780654,"stop":1724861780655,"duration":1}},{"uid":"109207daad6eae53","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/109207daad6eae53","status":"passed","time":{"start":1724861251096,"stop":1724861251097,"duration":1}},{"uid":"7a7ae86abad4b794","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/7a7ae86abad4b794","status":"passed","time":{"start":1724861074802,"stop":1724861074806,"duration":4}},{"uid":"7cb5ddc6a266c714","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/7cb5ddc6a266c714","status":"passed","time":{"start":1724860935669,"stop":1724860935670,"duration":1}}]},"d02fdd10ccfb487d2fe408fd84914286:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e661d0d43e6bf5d5","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/e661d0d43e6bf5d5","status":"passed","time":{"start":1724888268042,"stop":1724888268042,"duration":0}}]},"c9cb9f027dc8cec2b05c071729f33a6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ad3498a533630040","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/ad3498a533630040","status":"passed","time":{"start":1724922601846,"stop":1724922601847,"duration":1}},{"uid":"9f3dac79af91b466","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/9f3dac79af91b466","status":"passed","time":{"start":1724921267873,"stop":1724921267873,"duration":0}},{"uid":"7055e1b2e178375b","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/7055e1b2e178375b","status":"passed","time":{"start":1724921244386,"stop":1724921244386,"duration":0}},{"uid":"9e2e08db7ba47a21","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/9e2e08db7ba47a21","status":"passed","time":{"start":1724917916057,"stop":1724917916058,"duration":1}},{"uid":"3c6cf3a43975583","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/3c6cf3a43975583","status":"passed","time":{"start":1724889678259,"stop":1724889678259,"duration":0}},{"uid":"c9155ea595f6ed42","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c9155ea595f6ed42","status":"passed","time":{"start":1724888831687,"stop":1724888831687,"duration":0}},{"uid":"9c3a635560b90391","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/9c3a635560b90391","status":"passed","time":{"start":1724888003323,"stop":1724888003323,"duration":0}},{"uid":"b93a9c65630cc6d1","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/b93a9c65630cc6d1","status":"passed","time":{"start":1724886776612,"stop":1724886776612,"duration":0}},{"uid":"e9c584262d88d0be","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/e9c584262d88d0be","status":"passed","time":{"start":1724886555801,"stop":1724886555801,"duration":0}},{"uid":"ea31c1b1ffe26c74","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ea31c1b1ffe26c74","status":"passed","time":{"start":1724861983013,"stop":1724861983013,"duration":0}},{"uid":"7c03a9830e7010d7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/7c03a9830e7010d7","status":"passed","time":{"start":1724861444070,"stop":1724861444070,"duration":0}},{"uid":"2a9c86b9ae9d78c1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2a9c86b9ae9d78c1","status":"passed","time":{"start":1724861285838,"stop":1724861285838,"duration":0}},{"uid":"4403eac6cef02f80","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/4403eac6cef02f80","status":"passed","time":{"start":1724861145675,"stop":1724861145676,"duration":1}}]},"6dac1bbcf3f5742bc63df1508df2c90d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b6aff7b8c222de70","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/b6aff7b8c222de70","status":"passed","time":{"start":1724922398920,"stop":1724922398920,"duration":0}},{"uid":"12e7268d2941260d","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/12e7268d2941260d","status":"passed","time":{"start":1724921061847,"stop":1724921061848,"duration":1}},{"uid":"b737e90dbc66844d","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/b737e90dbc66844d","status":"passed","time":{"start":1724921037157,"stop":1724921037157,"duration":0}},{"uid":"b704ec54c3da7a65","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/b704ec54c3da7a65","status":"passed","time":{"start":1724917697301,"stop":1724917697301,"duration":0}},{"uid":"36698e885a57287e","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/36698e885a57287e","status":"passed","time":{"start":1724889476083,"stop":1724889476083,"duration":0}},{"uid":"91b605b69ee2b48b","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/91b605b69ee2b48b","status":"passed","time":{"start":1724888626886,"stop":1724888626886,"duration":0}},{"uid":"13f087e156e6ab15","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/13f087e156e6ab15","status":"passed","time":{"start":1724887783107,"stop":1724887783108,"duration":1}},{"uid":"2054a328e9dfb3d2","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/2054a328e9dfb3d2","status":"passed","time":{"start":1724886549919,"stop":1724886549919,"duration":0}},{"uid":"9f2a0693214462fc","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/9f2a0693214462fc","status":"passed","time":{"start":1724886327580,"stop":1724886327580,"duration":0}},{"uid":"9f50ccd4fc3ef5ac","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/9f50ccd4fc3ef5ac","status":"passed","time":{"start":1724861776806,"stop":1724861776806,"duration":0}},{"uid":"19bd357c6648c9a0","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/19bd357c6648c9a0","status":"passed","time":{"start":1724861247298,"stop":1724861247298,"duration":0}},{"uid":"2b38d0389c41b0f6","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/2b38d0389c41b0f6","status":"passed","time":{"start":1724861071394,"stop":1724861071394,"duration":0}},{"uid":"8ac920522383c84a","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/8ac920522383c84a","status":"passed","time":{"start":1724860931794,"stop":1724860931794,"duration":0}}]},"966d13c504307d3d32ea508ddab4b702:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f6b2899aa47d7bab","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/f6b2899aa47d7bab","status":"passed","time":{"start":1724922508638,"stop":1724922508638,"duration":0}},{"uid":"4d360ace2f60a101","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/4d360ace2f60a101","status":"passed","time":{"start":1724921164595,"stop":1724921164595,"duration":0}},{"uid":"1ea48982a8ef2c26","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/1ea48982a8ef2c26","status":"passed","time":{"start":1724921137825,"stop":1724921137826,"duration":1}},{"uid":"e681317b45755596","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/e681317b45755596","status":"passed","time":{"start":1724917810539,"stop":1724917810540,"duration":1}},{"uid":"2f9bce5e06e091e2","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/2f9bce5e06e091e2","status":"passed","time":{"start":1724889585448,"stop":1724889585448,"duration":0}},{"uid":"e653b23fbef63779","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/e653b23fbef63779","status":"passed","time":{"start":1724888736509,"stop":1724888736510,"duration":1}},{"uid":"a33bdc923e6a1ceb","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/a33bdc923e6a1ceb","status":"passed","time":{"start":1724887891790,"stop":1724887891793,"duration":3}},{"uid":"6c502833ce767e21","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/6c502833ce767e21","status":"passed","time":{"start":1724886657789,"stop":1724886657789,"duration":0}},{"uid":"5a252d068738f1a1","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/5a252d068738f1a1","status":"passed","time":{"start":1724886447358,"stop":1724886447358,"duration":0}},{"uid":"6e94762ad28e2eb1","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/6e94762ad28e2eb1","status":"passed","time":{"start":1724861880122,"stop":1724861880123,"duration":1}},{"uid":"27d4185d024dce9b","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/27d4185d024dce9b","status":"passed","time":{"start":1724861359781,"stop":1724861359782,"duration":1}},{"uid":"69962e63429ec87","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/69962e63429ec87","status":"passed","time":{"start":1724861179681,"stop":1724861179682,"duration":1}},{"uid":"bfaa5ec0a49ca8fb","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/bfaa5ec0a49ca8fb","status":"passed","time":{"start":1724861040980,"stop":1724861040980,"duration":0}}]},"df829ffb0c1f37dedf0d1e6cbd3994a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"46b895b55d9357b3","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/46b895b55d9357b3","status":"passed","time":{"start":1724922611419,"stop":1724922611419,"duration":0}},{"uid":"8610d85b9cb2bacb","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/8610d85b9cb2bacb","status":"passed","time":{"start":1724921270339,"stop":1724921270339,"duration":0}},{"uid":"df8dcb6c756a5aa1","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/df8dcb6c756a5aa1","status":"passed","time":{"start":1724921247770,"stop":1724921247771,"duration":1}},{"uid":"fdd5ce371d7b9d01","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/fdd5ce371d7b9d01","status":"passed","time":{"start":1724917989807,"stop":1724917989807,"duration":0}},{"uid":"ebcb430193312f01","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/ebcb430193312f01","status":"passed","time":{"start":1724889678531,"stop":1724889678531,"duration":0}},{"uid":"74d1ff52389485ae","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/74d1ff52389485ae","status":"passed","time":{"start":1724888829821,"stop":1724888829823,"duration":2}},{"uid":"daafc8867ed9827","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/daafc8867ed9827","status":"passed","time":{"start":1724888076969,"stop":1724888076970,"duration":1}},{"uid":"820f37e8da4c2123","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/820f37e8da4c2123","status":"passed","time":{"start":1724886851109,"stop":1724886851109,"duration":0}},{"uid":"8bf2b35f0db1b4fe","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/8bf2b35f0db1b4fe","status":"passed","time":{"start":1724886647046,"stop":1724886647052,"duration":6}},{"uid":"c5a77d5e0699b81d","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c5a77d5e0699b81d","status":"passed","time":{"start":1724861992700,"stop":1724861992700,"duration":0}},{"uid":"981d2b3303384dd7","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/981d2b3303384dd7","status":"passed","time":{"start":1724861469625,"stop":1724861469626,"duration":1}},{"uid":"b85929f97d00ed1","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/b85929f97d00ed1","status":"passed","time":{"start":1724861284843,"stop":1724861284843,"duration":0}},{"uid":"f97e3996bda14912","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/f97e3996bda14912","status":"passed","time":{"start":1724861145768,"stop":1724861145768,"duration":0}}]},"f07bbf2d26681c61830aa3249eb8a21e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"28e654afb2a4f339","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/28e654afb2a4f339","status":"passed","time":{"start":1724862262049,"stop":1724862262050,"duration":1}}]},"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6bd4144819ef9e24","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/6bd4144819ef9e24","status":"passed","time":{"start":1724922409248,"stop":1724922409248,"duration":0}},{"uid":"da0313b09ec9a09","reportUrl":"https://waku-org.github.io/js-waku/7376//#testresult/da0313b09ec9a09","status":"passed","time":{"start":1724921072290,"stop":1724921072291,"duration":1}},{"uid":"a3ba496d573aa1a9","reportUrl":"https://waku-org.github.io/js-waku/7375//#testresult/a3ba496d573aa1a9","status":"passed","time":{"start":1724921047282,"stop":1724921047282,"duration":0}},{"uid":"648a73b6e774ed0c","reportUrl":"https://waku-org.github.io/js-waku/7374//#testresult/648a73b6e774ed0c","status":"passed","time":{"start":1724917707454,"stop":1724917707455,"duration":1}},{"uid":"c159059a3b7eab0c","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/c159059a3b7eab0c","status":"passed","time":{"start":1724889486388,"stop":1724889486389,"duration":1}},{"uid":"4051b92d96c31143","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/4051b92d96c31143","status":"passed","time":{"start":1724888637013,"stop":1724888637013,"duration":0}},{"uid":"5608fa754c436d3e","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/5608fa754c436d3e","status":"passed","time":{"start":1724887793423,"stop":1724887793423,"duration":0}},{"uid":"4fafa30266e86754","reportUrl":"https://waku-org.github.io/js-waku/7373//#testresult/4fafa30266e86754","status":"passed","time":{"start":1724886560036,"stop":1724886560036,"duration":0}},{"uid":"67257fde66ee9e2f","reportUrl":"https://waku-org.github.io/js-waku/7372//#testresult/67257fde66ee9e2f","status":"passed","time":{"start":1724886337878,"stop":1724886337879,"duration":1}},{"uid":"79b75dc4b75ced1a","reportUrl":"https://waku-org.github.io/js-waku/7371//#testresult/79b75dc4b75ced1a","status":"passed","time":{"start":1724861787236,"stop":1724861787236,"duration":0}},{"uid":"edde150de4d52482","reportUrl":"https://waku-org.github.io/js-waku/7370//#testresult/edde150de4d52482","status":"passed","time":{"start":1724861257426,"stop":1724861257427,"duration":1}},{"uid":"6e2fda4eaf455ab7","reportUrl":"https://waku-org.github.io/js-waku/7369//#testresult/6e2fda4eaf455ab7","status":"passed","time":{"start":1724861081341,"stop":1724861081341,"duration":0}},{"uid":"2f8396bd620213b3","reportUrl":"https://waku-org.github.io/js-waku/7368//#testresult/2f8396bd620213b3","status":"passed","time":{"start":1724860942008,"stop":1724860942009,"duration":1}}]}} \ No newline at end of file diff --git a/last-history/retry-trend.json b/last-history/retry-trend.json index d0c08fa1682..e73bd78c23d 100644 --- a/last-history/retry-trend.json +++ b/last-history/retry-trend.json @@ -1 +1 @@ -[{"buildOrder":7376,"reportUrl":"https://waku-org.github.io/js-waku/7376/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7375,"reportUrl":"https://waku-org.github.io/js-waku/7375/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7374,"reportUrl":"https://waku-org.github.io/js-waku/7374/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"run":853,"retry":2}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"run":853,"retry":2}},{"buildOrder":7372,"reportUrl":"https://waku-org.github.io/js-waku/7372/","reportName":"Allure Report with history","data":{"run":853,"retry":2}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7370,"reportUrl":"https://waku-org.github.io/js-waku/7370/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7369,"reportUrl":"https://waku-org.github.io/js-waku/7369/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7368,"reportUrl":"https://waku-org.github.io/js-waku/7368/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file +[{"buildOrder":7376,"reportUrl":"https://waku-org.github.io/js-waku/7376/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7376,"reportUrl":"https://waku-org.github.io/js-waku/7376/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7375,"reportUrl":"https://waku-org.github.io/js-waku/7375/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7374,"reportUrl":"https://waku-org.github.io/js-waku/7374/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"run":853,"retry":2}},{"buildOrder":7373,"reportUrl":"https://waku-org.github.io/js-waku/7373/","reportName":"Allure Report with history","data":{"run":853,"retry":2}},{"buildOrder":7372,"reportUrl":"https://waku-org.github.io/js-waku/7372/","reportName":"Allure Report with history","data":{"run":853,"retry":2}},{"buildOrder":7371,"reportUrl":"https://waku-org.github.io/js-waku/7371/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7370,"reportUrl":"https://waku-org.github.io/js-waku/7370/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7369,"reportUrl":"https://waku-org.github.io/js-waku/7369/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"buildOrder":7368,"reportUrl":"https://waku-org.github.io/js-waku/7368/","reportName":"Allure Report with history","data":{"run":855,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file